[
  {
    "path": ".gitattributes",
    "content": "docs/* linguist-documentation\ntests/* linguist-vendored\n"
  },
  {
    "path": ".gitignore",
    "content": "*.pyc\n\n.DS_Store\n.idea\n.pypirc\n\n# C extensions\n*.so\n\n# Packages\n*.egg\n*.egg-info\ndist\nbuild\n_build\neggs\nparts\nbin\nvar\nsdist\ndevelop-eggs\n.installed.cfg\nlib\nlib64\n__pycache__\n\n# Installer logs\npip-log.txt\n\n# Unit test / coverage reports\n.coverage\n.tox\nnosetests.xml\n\n# Translations\n*.mo\n\n# Mr Developer\n.mr.developer.cfg\n.project\n.pydevproject\nvenv\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: python\npython:\n - \"3.5\"\n - \"3.6\"\n - \"3.7\"\ninstall:\n - pip install -r requirements.txt coverage coveralls\n - python download_corpora.py\nscript:\n  - coverage run --source newspaper tests/unit_tests.py\nafter_success:\n  coveralls\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Change Log\n\n## [0.1.7](https://github.com/codelucas/newspaper/tree/0.1.7) (2016-01-30)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.6...0.1.7)\n\n**Closed issues:**\n\n- ImportError: cannot import name 'Image' [\\#183](https://github.com/codelucas/newspaper/issues/183)\n- Won't let me import [\\#182](https://github.com/codelucas/newspaper/issues/182)\n- Install on Mac - El Capitan Failed - \"Operation not permitted\"  [\\#181](https://github.com/codelucas/newspaper/issues/181)\n- Downgrades to old versions of required packages upon installation [\\#174](https://github.com/codelucas/newspaper/issues/174)\n- Handling 404, 500, and other non-200 http response codes to prevent scraping error pages [\\#142](https://github.com/codelucas/newspaper/issues/142)\n- Libray downgrading in installation [\\#138](https://github.com/codelucas/newspaper/issues/138)\n\n**Merged pull requests:**\n\n- Don't scrape error pages [\\#190](https://github.com/codelucas/newspaper/pull/190) ([yprez](https://github.com/yprez))\n- Added Hebrew stop words for language support [\\#188](https://github.com/codelucas/newspaper/pull/188) ([alon7](https://github.com/alon7))\n- Fix installation and build [\\#187](https://github.com/codelucas/newspaper/pull/187) ([yprez](https://github.com/yprez))\n- Fix installation docs [\\#184](https://github.com/codelucas/newspaper/pull/184) ([yprez](https://github.com/yprez))\n- Travis CI integration [\\#180](https://github.com/codelucas/newspaper/pull/180) ([yprez](https://github.com/yprez))\n- requirements.txt - Use minimal instead of exact versions [\\#179](https://github.com/codelucas/newspaper/pull/179) ([yprez](https://github.com/yprez))\n- Handle lxml raising ValueError on node.itertext\\(\\) - Python 3 [\\#178](https://github.com/codelucas/newspaper/pull/178) ([yprez](https://github.com/yprez))\n- Handle lxml raising ValueError on node.itertext\\(\\) [\\#144](https://github.com/codelucas/newspaper/pull/144) ([yprez](https://github.com/yprez))\n- Parse byline fix [\\#132](https://github.com/codelucas/newspaper/pull/132) ([davecrumbacher](https://github.com/davecrumbacher))\n\n## [0.1.6](https://github.com/codelucas/newspaper/tree/0.1.6) (2016-01-10)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.5...0.1.6)\n\n**Closed issues:**\n\n- Critical leak in newspaper.mthreading.Worker [\\#177](https://github.com/codelucas/newspaper/issues/177)\n- HTMLParseError [\\#165](https://github.com/codelucas/newspaper/issues/165)\n- Take local paths to .html files [\\#153](https://github.com/codelucas/newspaper/issues/153)\n- Wall Street Journal Full Text is not Correctly Scraped [\\#150](https://github.com/codelucas/newspaper/issues/150)\n- Article HTML Returning Null [\\#131](https://github.com/codelucas/newspaper/issues/131)\n- No articles [\\#130](https://github.com/codelucas/newspaper/issues/130)\n- Loading Pages that use heavy javascript [\\#127](https://github.com/codelucas/newspaper/issues/127)\n- Login handling for premium websites [\\#126](https://github.com/codelucas/newspaper/issues/126)\n- Installation of nltk is failing [\\#121](https://github.com/codelucas/newspaper/issues/121)\n\n**Merged pull requests:**\n\n- Support urls with dots [\\#176](https://github.com/codelucas/newspaper/pull/176) ([alexanderlukanin13](https://github.com/alexanderlukanin13))\n- upgrade beautifulsoup4 to 4.4.1 for python 3.5 [\\#171](https://github.com/codelucas/newspaper/pull/171) ([AlJohri](https://github.com/AlJohri))\n- Updated requests version [\\#170](https://github.com/codelucas/newspaper/pull/170) ([adrienthiery](https://github.com/adrienthiery))\n- Turkish Language added [\\#169](https://github.com/codelucas/newspaper/pull/169) ([muratcorlu](https://github.com/muratcorlu))\n- Add macedonian stopwords [\\#166](https://github.com/codelucas/newspaper/pull/166) ([dimitrovskif](https://github.com/dimitrovskif))\n- Issue\\#95 added graceful string concatenation [\\#157](https://github.com/codelucas/newspaper/pull/157) ([surajssd](https://github.com/surajssd))\n- fix for \"jpeg error with PIL, Can't convert 'NoneType' object to str implicitly\" [\\#154](https://github.com/codelucas/newspaper/pull/154) ([hnykda](https://github.com/hnykda))\n- bugfix in article.py, is\\_valid\\_body [\\#149](https://github.com/codelucas/newspaper/pull/149) ([ms8r](https://github.com/ms8r))\n- Fixed typo [\\#139](https://github.com/codelucas/newspaper/pull/139) ([Eleonore9](https://github.com/Eleonore9))\n- Correct link for the Python 3 branch [\\#136](https://github.com/codelucas/newspaper/pull/136) ([jtpio](https://github.com/jtpio))\n- Add python3-pip install step for Ubuntu [\\#135](https://github.com/codelucas/newspaper/pull/135) ([irnc](https://github.com/irnc))\n\n## [0.1.5](https://github.com/codelucas/newspaper/tree/0.1.5) (2015-03-04)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.4...0.1.5)\n\n**Closed issues:**\n\n- is there any kind of documentation on centos 7? [\\#114](https://github.com/codelucas/newspaper/issues/114)\n- Add extraction publishing date from article. [\\#3](https://github.com/codelucas/newspaper/issues/3)\n\n**Merged pull requests:**\n\n- bumping nltk to 2.0.5 - see \\#824 in nltk [\\#125](https://github.com/codelucas/newspaper/pull/125) ([hexelon](https://github.com/hexelon))\n\n## [0.1.4](https://github.com/codelucas/newspaper/tree/0.1.4) (2015-02-04)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.3...0.1.4)\n\n**Closed issues:**\n\n- Getting rate limiting issue? [\\#116](https://github.com/codelucas/newspaper/issues/116)\n- newspaper.build\\( \\) error [\\#111](https://github.com/codelucas/newspaper/issues/111)\n- Allow lists in Parser.clean\\_article\\_html\\(\\) [\\#108](https://github.com/codelucas/newspaper/issues/108)\n\n**Merged pull requests:**\n\n- Fix incorrect log call while generating articles [\\#115](https://github.com/codelucas/newspaper/pull/115) ([curita](https://github.com/curita))\n- Allow lists in clean\\_article\\_html\\(\\) - fixes \\#108 [\\#112](https://github.com/codelucas/newspaper/pull/112) ([ecesena](https://github.com/ecesena))\n- Fixed nodeToString\\(\\) to return valid HTML [\\#110](https://github.com/codelucas/newspaper/pull/110) ([ecesena](https://github.com/ecesena))\n- Fixed empty return in top\\_meta\\_image [\\#109](https://github.com/codelucas/newspaper/pull/109) ([ecesena](https://github.com/ecesena))\n\n## [0.1.3](https://github.com/codelucas/newspaper/tree/0.1.3) (2015-01-15)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.2...0.1.3)\n\n**Implemented enhancements:**\n\n- Fulltext extraction improvement \\#1 [\\#105](https://github.com/codelucas/newspaper/issues/105)\n\n**Closed issues:**\n\n- Tags h1 in article\\_html - indented behavior? [\\#107](https://github.com/codelucas/newspaper/issues/107)\n\n**Merged pull requests:**\n\n- Fulltext extraction improvement \\#1 [\\#106](https://github.com/codelucas/newspaper/pull/106) ([codelucas](https://github.com/codelucas))\n\n## [0.1.2](https://github.com/codelucas/newspaper/tree/0.1.2) (2015-01-01)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.1...0.1.2)\n\n**Closed issues:**\n\n- Metatags on Vice.com [\\#103](https://github.com/codelucas/newspaper/issues/103)\n- Can't extract images from german newspapers [\\#96](https://github.com/codelucas/newspaper/issues/96)\n- article\\_html misses many of the images [\\#89](https://github.com/codelucas/newspaper/issues/89)\n\n**Merged pull requests:**\n\n- Integrate UnicodeDammit, deprecate parser\\_class, deprecate encodeValue, refactor, scaffolding for more unit tests [\\#104](https://github.com/codelucas/newspaper/pull/104) ([codelucas](https://github.com/codelucas))\n\n## [0.1.1](https://github.com/codelucas/newspaper/tree/0.1.1) (2014-12-27)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.1.0...0.1.1)\n\n**Closed issues:**\n\n- UnicodeDecodeError: 'utf8' codec can't decode byte 0xcc [\\#99](https://github.com/codelucas/newspaper/issues/99)\n- TypeError: Can't convert 'bytes' object to str implicitly [\\#98](https://github.com/codelucas/newspaper/issues/98)\n- \\[Parse lxml ERR\\] Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration. [\\#78](https://github.com/codelucas/newspaper/issues/78)\n- UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 11: ordinal not in range\\(128\\) [\\#77](https://github.com/codelucas/newspaper/issues/77)\n- article.text  and keywords error [\\#47](https://github.com/codelucas/newspaper/issues/47)\n\n**Merged pull requests:**\n\n- Huge bugfix to aid lxml DOM parsing + remove unhelpful and excess exception messages and added tracebacks to exception logging [\\#102](https://github.com/codelucas/newspaper/pull/102) ([codelucas](https://github.com/codelucas))\n- Decode bytestring returned from lxml's `toString` early on before sending it out to outer code [\\#101](https://github.com/codelucas/newspaper/pull/101) ([codelucas](https://github.com/codelucas))\n- Fixed \\#78: Remove encoding tag because lxml won't accept it for unicode [\\#97](https://github.com/codelucas/newspaper/pull/97) ([mhall1](https://github.com/mhall1))\n\n## [0.1.0](https://github.com/codelucas/newspaper/tree/0.1.0) (2014-12-17)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.9...0.1.0)\n\n## [0.0.9](https://github.com/codelucas/newspaper/tree/0.0.9) (2014-12-17)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.8...0.0.9)\n\n**Closed issues:**\n\n- object has no attribute clean Error when using parse method [\\#90](https://github.com/codelucas/newspaper/issues/90)\n- Questions [\\#85](https://github.com/codelucas/newspaper/issues/85)\n- \\[nltk\\_data\\] Error loading brown: \\<urlopen error \\[Errno -2\\] Name or \\[nltk\\_data\\]     service not known\\> [\\#84](https://github.com/codelucas/newspaper/issues/84)\n- newspaper unable to find embeded youtube video [\\#82](https://github.com/codelucas/newspaper/issues/82)\n- Bound for memory usage [\\#81](https://github.com/codelucas/newspaper/issues/81)\n- Hosted demo [\\#80](https://github.com/codelucas/newspaper/issues/80)\n- Having issues installing due to lxml [\\#79](https://github.com/codelucas/newspaper/issues/79)\n- Add a BeautifulSoup4 parser. [\\#44](https://github.com/codelucas/newspaper/issues/44)\n- python 3 support request [\\#36](https://github.com/codelucas/newspaper/issues/36)\n\n**Merged pull requests:**\n\n- update jieba to 0.35 [\\#94](https://github.com/codelucas/newspaper/pull/94) ([WingGao](https://github.com/WingGao))\n- Parse was breaking in the method clean\\_article\\_html when keep\\_article\\_ht... [\\#88](https://github.com/codelucas/newspaper/pull/88) ([phoenixwizard](https://github.com/phoenixwizard))\n- split title with \\_  [\\#87](https://github.com/codelucas/newspaper/pull/87) ([deweydu](https://github.com/deweydu))\n- Update to support python3 [\\#86](https://github.com/codelucas/newspaper/pull/86) ([log0ymxm](https://github.com/log0ymxm))\n- Added link to basic demo [\\#83](https://github.com/codelucas/newspaper/pull/83) ([iwasrobbed](https://github.com/iwasrobbed))\n- Add splitting of slash-separated titles [\\#75](https://github.com/codelucas/newspaper/pull/75) ([igor-shevchenko](https://github.com/igor-shevchenko))\n\n## [0.0.8](https://github.com/codelucas/newspaper/tree/0.0.8) (2014-10-13)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.7...0.0.8)\n\n**Closed issues:**\n\n- Parsing Raw HTML [\\#74](https://github.com/codelucas/newspaper/issues/74)\n- Can't install newspaper [\\#72](https://github.com/codelucas/newspaper/issues/72)\n- Refactor codebase so newspaper is actually pythonic [\\#70](https://github.com/codelucas/newspaper/issues/70)\n- Article.top\\_node == Article.clean\\_top\\_node [\\#65](https://github.com/codelucas/newspaper/issues/65)\n- article.movies missing 'http:' [\\#64](https://github.com/codelucas/newspaper/issues/64)\n- KeyError when calling newspaper.languages\\(\\) [\\#62](https://github.com/codelucas/newspaper/issues/62)\n- Memoize Articles - Not Printing [\\#61](https://github.com/codelucas/newspaper/issues/61)\n- Add URL headers while building a \"paper\" [\\#60](https://github.com/codelucas/newspaper/issues/60)\n- AttributeError: 'module' object has no attribute 'build' [\\#59](https://github.com/codelucas/newspaper/issues/59)\n- Typo in newspaper.build argument \"memoize\\_articles\" [\\#58](https://github.com/codelucas/newspaper/issues/58)\n- issue with stopwords-tr.txt [\\#51](https://github.com/codelucas/newspaper/issues/51)\n- Other language support.  [\\#34](https://github.com/codelucas/newspaper/issues/34)\n- Character encoding detection [\\#2](https://github.com/codelucas/newspaper/issues/2)\n\n**Merged pull requests:**\n\n- Huge refactor: entire codebase in PEP8, imports alphabetized, bugfixes, core changes [\\#71](https://github.com/codelucas/newspaper/pull/71) ([codelucas](https://github.com/codelucas))\n- Meta tag extraction fixes [\\#69](https://github.com/codelucas/newspaper/pull/69) ([karls](https://github.com/karls))\n- Test suite improvements [\\#68](https://github.com/codelucas/newspaper/pull/68) ([karls](https://github.com/karls))\n- Test suite fixes [\\#67](https://github.com/codelucas/newspaper/pull/67) ([karls](https://github.com/karls))\n- Revert \"Added published date to the extractor+article\" [\\#66](https://github.com/codelucas/newspaper/pull/66) ([codelucas](https://github.com/codelucas))\n- Added published date to the extractor+article [\\#63](https://github.com/codelucas/newspaper/pull/63) ([parhammmm](https://github.com/parhammmm))\n\n## [0.0.7](https://github.com/codelucas/newspaper/tree/0.0.7) (2014-06-17)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.6...0.0.7)\n\n**Closed issues:**\n\n- no document on how to add language [\\#57](https://github.com/codelucas/newspaper/issues/57)\n- Retain \\<a\\> tags in top article node? [\\#56](https://github.com/codelucas/newspaper/issues/56)\n- DocumentCleaner is missing clean\\_body\\_classes [\\#55](https://github.com/codelucas/newspaper/issues/55)\n- You must download and parse an article before parsing it [\\#52](https://github.com/codelucas/newspaper/issues/52)\n- Not extracting UL LI text [\\#50](https://github.com/codelucas/newspaper/issues/50)\n- article does not release\\_resources\\(\\) [\\#42](https://github.com/codelucas/newspaper/issues/42)\n- Doesn't work on http://www.le360.ma/fr [\\#40](https://github.com/codelucas/newspaper/issues/40)\n- How to assign html content without downloading it? [\\#37](https://github.com/codelucas/newspaper/issues/37)\n- Python venv only? [\\#32](https://github.com/codelucas/newspaper/issues/32)\n- .nlp\\(\\) could not work [\\#27](https://github.com/codelucas/newspaper/issues/27)\n- Doesn't work with Arabic news sites [\\#23](https://github.com/codelucas/newspaper/issues/23)\n- SyntaxError: invalid syntax [\\#19](https://github.com/codelucas/newspaper/issues/19)\n- Retain HTML markup for extracted article [\\#18](https://github.com/codelucas/newspaper/issues/18)\n- Portuguese is misspelled [\\#14](https://github.com/codelucas/newspaper/issues/14)\n- Multi-threading article downloads not working [\\#12](https://github.com/codelucas/newspaper/issues/12)\n- Timegm error? [\\#10](https://github.com/codelucas/newspaper/issues/10)\n- Problem in Brazilian sites [\\#9](https://github.com/codelucas/newspaper/issues/9)\n- Brazilian portuguese support [\\#6](https://github.com/codelucas/newspaper/issues/6)\n\n**Merged pull requests:**\n\n- Fix typo in code and documentation [\\#54](https://github.com/codelucas/newspaper/pull/54) ([jacquerie](https://github.com/jacquerie))\n- removed quotes of 'filename' in utils\\\\_\\_init\\_\\_.py [\\#53](https://github.com/codelucas/newspaper/pull/53) ([jay8688](https://github.com/jay8688))\n- Fixed long-form article issue w/ calculate\\_best\\_node [\\#49](https://github.com/codelucas/newspaper/pull/49) ([jeffnappi](https://github.com/jeffnappi))\n- Use first image from article top\\_node [\\#35](https://github.com/codelucas/newspaper/pull/35) ([otemnov](https://github.com/otemnov))\n- Add a section with links to related projects [\\#33](https://github.com/codelucas/newspaper/pull/33) ([cantino](https://github.com/cantino))\n- Original [\\#30](https://github.com/codelucas/newspaper/pull/30) ([otemnov](https://github.com/otemnov))\n- Fix reddit top image [\\#29](https://github.com/codelucas/newspaper/pull/29) ([otemnov](https://github.com/otemnov))\n- Extract Meta Tags in structured way [\\#28](https://github.com/codelucas/newspaper/pull/28) ([voidfiles](https://github.com/voidfiles))\n- Replace instances of 'Portugease' with 'Portuguese' [\\#26](https://github.com/codelucas/newspaper/pull/26) ([WheresWardy](https://github.com/WheresWardy))\n- It's The Changelog not The ChangeLog :\\) [\\#24](https://github.com/codelucas/newspaper/pull/24) ([adamstac](https://github.com/adamstac))\n- syntax errors [\\#22](https://github.com/codelucas/newspaper/pull/22) ([arjun024](https://github.com/arjun024))\n- Support for more HTML tags in parsers.py [\\#21](https://github.com/codelucas/newspaper/pull/21) ([WheresWardy](https://github.com/WheresWardy))\n- Fixed syntax error [\\#20](https://github.com/codelucas/newspaper/pull/20) ([damilare](https://github.com/damilare))\n- Minor Performance tweaks [\\#17](https://github.com/codelucas/newspaper/pull/17) ([techaddict](https://github.com/techaddict))\n- Update README.rst [\\#15](https://github.com/codelucas/newspaper/pull/15) ([girasquid](https://github.com/girasquid))\n- Minor Typo candiate\\_words -\\> candidate\\_words [\\#13](https://github.com/codelucas/newspaper/pull/13) ([techaddict](https://github.com/techaddict))\n\n## [0.0.6](https://github.com/codelucas/newspaper/tree/0.0.6) (2014-01-18)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.5...0.0.6)\n\n**Closed issues:**\n\n- Port to Ruby [\\#8](https://github.com/codelucas/newspaper/issues/8)\n- Huge internationalization / API revamp underway! [\\#7](https://github.com/codelucas/newspaper/issues/7)\n- Multithread & gevent framework built into newspaper [\\#4](https://github.com/codelucas/newspaper/issues/4)\n\n**Merged pull requests:**\n\n- Add article html extraction [\\#11](https://github.com/codelucas/newspaper/pull/11) ([voidfiles](https://github.com/voidfiles))\n\n## [0.0.5](https://github.com/codelucas/newspaper/tree/0.0.5) (2014-01-09)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.4...0.0.5)\n\n## [0.0.4](https://github.com/codelucas/newspaper/tree/0.0.4) (2013-12-31)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.3...0.0.4)\n\n**Closed issues:**\n\n- Calling nlp\\(\\) on an article causes 'tokenizers/punkt/english.pickle' Not Found Error [\\#1](https://github.com/codelucas/newspaper/issues/1)\n\n**Merged pull requests:**\n\n- Fix for keyword arg usage in print\\(\\) on Python 2.7 [\\#5](https://github.com/codelucas/newspaper/pull/5) ([michaelhood](https://github.com/michaelhood))\n\n## [0.0.3](https://github.com/codelucas/newspaper/tree/0.0.3) (2013-12-22)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.2...0.0.3)\n\n## [0.0.2](https://github.com/codelucas/newspaper/tree/0.0.2) (2013-12-21)\n[Full Changelog](https://github.com/codelucas/newspaper/compare/0.0.1...0.0.2)\n\n## [0.0.1](https://github.com/codelucas/newspaper/tree/0.0.1) (2013-12-21)\n\n\n\\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
  },
  {
    "path": "GOOSE-LICENSE.txt",
    "content": "\n                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"[]\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2013 Lucas Ou-Yang\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "MANIFEST.in",
    "content": "include requirements.txt README.rst LICENSE\rrecursive-include newspaper *\rrecursive-exclude * __pycache__\rrecursive-exclude * *.py[co]\r"
  },
  {
    "path": "README.rst",
    "content": "Newspaper3k: Article scraping & curation\n========================================\n\n.. image:: https://badge.fury.io/py/newspaper3k.svg\n    :target: http://badge.fury.io/py/newspaper3k.svg\n        :alt: Latest version\n\n.. image:: https://travis-ci.org/codelucas/newspaper.svg\n        :target: http://travis-ci.org/codelucas/newspaper/\n        :alt: Build status\n\n.. image:: https://coveralls.io/repos/github/codelucas/newspaper/badge.svg?branch=master\n        :target: https://coveralls.io/github/codelucas/newspaper\n        :alt: Coverage status\n\n\nInspired by `requests`_ for its simplicity and powered by `lxml`_ for its speed:\n\n    \"Newspaper is an amazing python library for extracting & curating articles.\"\n    -- `tweeted by`_ Kenneth Reitz, Author of `requests`_\n\n    \"Newspaper delivers Instapaper style article extraction.\" -- `The Changelog`_\n\n.. _`tweeted by`: https://twitter.com/kennethreitz/status/419520678862548992\n.. _`The Changelog`: http://thechangelog.com/newspaper-delivers-instapaper-style-article-extraction/\n\n**Newspaper is a Python3 library**! Or, view our **deprecated and buggy** `Python2 branch`_\n\n.. _`Python2 branch`: https://github.com/codelucas/newspaper/tree/python-2-head\n\nA Glance:\n---------\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n\n    >>> url = 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/'\n    >>> article = Article(url)\n\n.. code-block:: pycon\n\n    >>> article.download()\n\n    >>> article.html\n    '<!DOCTYPE HTML><html itemscope itemtype=\"http://...'\n\n.. code-block:: pycon\n\n    >>> article.parse()\n\n    >>> article.authors\n    ['Leigh Ann Caldwell', 'John Honway']\n\n    >>> article.publish_date\n    datetime.datetime(2013, 12, 30, 0, 0)\n\n    >>> article.text\n    'Washington (CNN) -- Not everyone subscribes to a New Year's resolution...'\n\n    >>> article.top_image\n    'http://someCDN.com/blah/blah/blah/file.png'\n\n    >>> article.movies\n    ['http://youtube.com/path/to/link.com', ...]\n\n.. code-block:: pycon\n\n    >>> article.nlp()\n\n    >>> article.keywords\n    ['New Years', 'resolution', ...]\n\n    >>> article.summary\n    'The study shows that 93% of people ...'\n\n.. code-block:: pycon\n\n    >>> import newspaper\n\n    >>> cnn_paper = newspaper.build('http://cnn.com')\n\n    >>> for article in cnn_paper.articles:\n    >>>     print(article.url)\n    http://www.cnn.com/2013/11/27/justice/tucson-arizona-captive-girls/\n    http://www.cnn.com/2013/12/11/us/texas-teen-dwi-wreck/index.html\n    ...\n\n    >>> for category in cnn_paper.category_urls():\n    >>>     print(category)\n\n    http://lifestyle.cnn.com\n    http://cnn.com/world\n    http://tech.cnn.com\n    ...\n\n    >>> cnn_article = cnn_paper.articles[0]\n    >>> cnn_article.download()\n    >>> cnn_article.parse()\n    >>> cnn_article.nlp()\n    ...\n\n.. code-block:: pycon\n\n    >>> from newspaper import fulltext\n\n    >>> html = requests.get(...).text\n    >>> text = fulltext(html)\n\n\nNewspaper can extract and detect languages *seamlessly*.\nIf no language is specified, Newspaper will attempt to auto detect a language.\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n    >>> url = 'http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml'\n\n    >>> a = Article(url, language='zh') # Chinese\n\n    >>> a.download()\n    >>> a.parse()\n\n    >>> print(a.text[:150])\n    香港行政长官梁振英在各方压力下就其大宅的违章建\n    筑（僭建）问题到立法会接受质询，并向香港民众道歉。\n    梁振英在星期二（12月10日）的答问大会开始之际\n    在其演说中道歉，但强调他在违章建筑问题上没有隐瞒的\n    意图和动机。 一些亲北京阵营议员欢迎梁振英道歉，\n    且认为应能获得香港民众接受，但这些议员也质问梁振英有\n\n    >>> print(a.title)\n    港特首梁振英就住宅违建事件道歉\n\nMulti-lingual\n=============\n\nIf you are certain that an *entire* news source is in one language, **go ahead and use the same api :)**\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> sina_paper = newspaper.build('http://www.sina.com.cn/', language='zh')\n\n    >>> for category in sina_paper.category_urls():\n    >>>     print(category)\n    http://health.sina.com.cn\n    http://eladies.sina.com.cn\n    http://english.sina.com\n    ...\n\n    >>> article = sina_paper.articles[0]\n    >>> article.download()\n    >>> article.parse()\n\n    >>> print(article.text)\n    新浪武汉汽车综合 随着汽车市场的日趋成熟，\n    传统的“集全家之力抱得爱车归”的全额购车模式已然过时，\n    另一种轻松的新兴 车模式――金融购车正逐步成为时下消费者购\n    买爱车最为时尚的消费理念，他们认为，这种新颖的购车\n    模式既能在短期内\n    ...\n\n    >>> print(article.title)\n    两年双免0手续0利率 科鲁兹掀背金融轻松购_武汉车市_武汉汽\n    车网_新浪汽车_新浪网\n\n\nDocs\n----\n\nCheck out `The Docs`_ for full and detailed guides using newspaper.\n\nInterested in adding a new language for us? Refer to: `Docs - Adding new languages <https://newspaper.readthedocs.io/en/latest/user_guide/advanced.html#adding-new-languages>`_\n\nFeatures\n--------\n\n- Multi-threaded article download framework\n- News url identification\n- Text extraction from html\n- Top image extraction from html\n- All image extraction from html\n- Keyword extraction from text\n- Summary extraction from text\n- Author extraction from text\n- Google trending terms extraction\n- Works in 10+ languages (English, Chinese, German, Arabic, ...)\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> newspaper.languages()\n\n    Your available languages are:\n    input code      full name\n\n      ar              Arabic\n      be              Belarusian\n      bg              Bulgarian\n      da              Danish\n      de              German\n      el              Greek\n      en              English\n      es              Spanish\n      et              Estonian\n      fa              Persian\n      fi              Finnish\n      fr              French\n      he              Hebrew\n      hi              Hindi\n      hr              Croatian\n      hu              Hungarian\n      id              Indonesian\n      it              Italian\n      ja              Japanese\n      ko              Korean\n      lt              Lithuanian\n      mk              Macedonian\n      nb              Norwegian (Bokmål)\n      nl              Dutch\n      no              Norwegian\n      pl              Polish\n      pt              Portuguese\n      ro              Romanian\n      ru              Russian\n      sl              Slovenian\n      sr              Serbian\n      sv              Swedish\n      sw              Swahili\n      th              Thai\n      tr              Turkish\n      uk              Ukrainian\n      vi              Vietnamese\n      zh              Chinese\n\nGet it now\n----------\n\nRun ✅ ``pip3 install newspaper3k`` ✅\n\nNOT ⛔ ``pip3 install newspaper`` ⛔\n\nOn python3 you must install ``newspaper3k``, **not** ``newspaper``. ``newspaper`` is our python2 library.\nAlthough installing newspaper is simple with `pip <http://www.pip-installer.org/>`_, you will\nrun into fixable issues if you are trying to install on ubuntu.\n\n**If you are on Debian / Ubuntu**, install using the following:\n\n- Install ``pip3`` command needed to install ``newspaper3k`` package::\n\n    $ sudo apt-get install python3-pip\n\n- Python development version, needed for Python.h::\n\n    $ sudo apt-get install python-dev\n\n- lxml requirements::\n\n    $ sudo apt-get install libxml2-dev libxslt-dev\n\n- For PIL to recognize .jpg images::\n\n    $ sudo apt-get install libjpeg-dev zlib1g-dev libpng12-dev\n\nNOTE: If you find problem installing ``libpng12-dev``, try installing ``libpng-dev``.\n\n- Download NLP related corpora::\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\n- Install the distribution via pip::\n\n    $ pip3 install newspaper3k\n\n**If you are on OSX**, install using the following, you may use both homebrew or macports:\n\n::\n\n    $ brew install libxml2 libxslt\n\n    $ brew install libtiff libjpeg webp little-cms2\n\n    $ pip3 install newspaper3k\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\n\n**Otherwise**, install with the following:\n\nNOTE: You will still most likely need to install the following libraries via your package manager\n\n- PIL: ``libjpeg-dev`` ``zlib1g-dev`` ``libpng12-dev``\n- lxml: ``libxml2-dev`` ``libxslt-dev``\n- Python Development version: ``python-dev``\n\n::\n\n    $ pip3 install newspaper3k\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\nDevelopment\n-----------\n\nIf you'd like to contribute and hack on the newspaper project, feel free to clone\na development version of this repository locally::\n\n    git clone git://github.com/codelucas/newspaper.git\n\nOnce you have a copy of the source, you can embed it in your Python package,\nor install it into your site-packages easily::\n\n    $ pip3 install -r requirements.txt\n    $ python3 setup.py install\n\nFeel free to give our testing suite a shot, everything is mocked!::\n\n    $ python3 tests/unit_tests.py\n\nPlanning on tweaking our full-text algorithm? Add the ``fulltext`` parameter::\n\n    $ python3 tests/unit_tests.py fulltext\n\nDemo\n----\n\nView a working online demo here: http://newspaper-demo.herokuapp.com\n\nThis is another working online demo: http://newspaper.chinazt.cc/\n\n\nInterested in proxies?\n======================\n\nStay private, fast, and fully in control\n----------------------------------------\n`Click here to explore BestProxy`_, your go-to solution for premium residential proxies. BestProxy's proxies ensure smooth browsing, fast speeds, and total anonymity. `Get Started`_ today and experience the difference!\n\n.. image:: https://github.com/user-attachments/assets/1c6ef38c-f0c0-4db0-aad2-3ed9d6adf0b5\n        :target: https://bestproxy.com/?keyword=b2vgzl0r\n        :alt: Experience BestProxy, smooth browsing, fast speeds, and total anonymity.\n\n.. _`Click here to explore BestProxy`: https://bestproxy.com/?keyword=b2vgzl0r\n.. _`Get Started`: https://bestproxy.com/?keyword=b2vgzl0r\n\n\nUnlock the Web — the Smart Way\n------------------------------\n`Click here to see SerpApi, scrape search engines easily with SerpApi - Search API`_. \nScrape Google Search, Google News, Google Maps, and more!\n\n.. image:: https://github.com/user-attachments/assets/9a80eeb4-72a8-43f1-9413-93c7a47b2bf6\n        :target: https://serpapi.com/google-news-api?utm_source=newspaper3k_github\n        :alt: Scrape search engines easily with SerpApi - Search API. \n\n.. _`Click here to see SerpApi, scrape search engines easily with SerpApi - Search API`: https://serpapi.com?utm_source=newspaper3k_github\n\nLICENSE\n-------\n\nAuthored and maintained by `Lucas Ou-Yang`_.\n\n`Parse.ly`_ sponsored some work on newspaper, specifically focused on\nautomatic extraction.\n\nNewspaper uses a lot of `python-goose's`_ parsing code. View their license `here`_.\n\nPlease feel free to `email & contact me`_ if you run into issues or just would like\nto talk about the future of this library and news extraction in general!\n\n.. _`Lucas Ou-Yang`: http://codelucas.com\n.. _`email & contact me`: mailto:lucasyangpersonal@gmail.com\n.. _`python-goose's`: https://github.com/grangier/python-goose\n.. _`here`: https://github.com/codelucas/newspaper/blob/master/GOOSE-LICENSE.txt\n\n.. _`https://www.paypal.me/codelucas`: https://www.paypal.me/codelucas\n.. _`Venmo`: https://www.venmo.com/Lucas-Ou-Yang\n\n.. _`Quickstart guide`: https://newspaper.readthedocs.io/en/latest/\n.. _`The Docs`: https://newspaper.readthedocs.io\n.. _`lxml`: http://lxml.de/\n.. _`requests`: https://github.com/kennethreitz/requests\n.. _`Parse.ly`: http://parse.ly\n.. _`It takes only one click`: https://tracking.gitads.io/?campaign=gitads&repo=newspaper&redirect=gitads.io\n"
  },
  {
    "path": "docs/Makefile",
    "content": "# Makefile for Sphinx documentation\n#\n\n# You can set these variables from the command line.\nSPHINXOPTS    =\nSPHINXBUILD   = sphinx-build\nPAPER         =\nBUILDDIR      = _build\n\n# User-friendly check for sphinx-build\nifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)\n$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)\nendif\n\n# Internal variables.\nPAPEROPT_a4     = -D latex_paper_size=a4\nPAPEROPT_letter = -D latex_paper_size=letter\nALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .\n# the i18n builder cannot share the environment and doctrees with the others\nI18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .\n\n.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext\n\nhelp:\n\t@echo \"Please use \\`make <target>' where <target> is one of\"\n\t@echo \"  html       to make standalone HTML files\"\n\t@echo \"  dirhtml    to make HTML files named index.html in directories\"\n\t@echo \"  singlehtml to make a single large HTML file\"\n\t@echo \"  pickle     to make pickle files\"\n\t@echo \"  json       to make JSON files\"\n\t@echo \"  htmlhelp   to make HTML files and a HTML help project\"\n\t@echo \"  qthelp     to make HTML files and a qthelp project\"\n\t@echo \"  devhelp    to make HTML files and a Devhelp project\"\n\t@echo \"  epub       to make an epub\"\n\t@echo \"  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter\"\n\t@echo \"  latexpdf   to make LaTeX files and run them through pdflatex\"\n\t@echo \"  latexpdfja to make LaTeX files and run them through platex/dvipdfmx\"\n\t@echo \"  text       to make text files\"\n\t@echo \"  man        to make manual pages\"\n\t@echo \"  texinfo    to make Texinfo files\"\n\t@echo \"  info       to make Texinfo files and run them through makeinfo\"\n\t@echo \"  gettext    to make PO message catalogs\"\n\t@echo \"  changes    to make an overview of all changed/added/deprecated items\"\n\t@echo \"  xml        to make Docutils-native XML files\"\n\t@echo \"  pseudoxml  to make pseudoxml-XML files for display purposes\"\n\t@echo \"  linkcheck  to check all external links for integrity\"\n\t@echo \"  doctest    to run all doctests embedded in the documentation (if enabled)\"\n\nclean:\n\trm -rf $(BUILDDIR)/*\n\nhtml:\n\t$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html\n\t@echo\n\t@echo \"Build finished. The HTML pages are in $(BUILDDIR)/html.\"\n\ndirhtml:\n\t$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml\n\t@echo\n\t@echo \"Build finished. The HTML pages are in $(BUILDDIR)/dirhtml.\"\n\nsinglehtml:\n\t$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml\n\t@echo\n\t@echo \"Build finished. The HTML page is in $(BUILDDIR)/singlehtml.\"\n\npickle:\n\t$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle\n\t@echo\n\t@echo \"Build finished; now you can process the pickle files.\"\n\njson:\n\t$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json\n\t@echo\n\t@echo \"Build finished; now you can process the JSON files.\"\n\nhtmlhelp:\n\t$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp\n\t@echo\n\t@echo \"Build finished; now you can run HTML Help Workshop with the\" \\\n\t      \".hhp project file in $(BUILDDIR)/htmlhelp.\"\n\nqthelp:\n\t$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp\n\t@echo\n\t@echo \"Build finished; now you can run \"qcollectiongenerator\" with the\" \\\n\t      \".qhcp project file in $(BUILDDIR)/qthelp, like this:\"\n\t@echo \"# qcollectiongenerator $(BUILDDIR)/qthelp/newspaper.qhcp\"\n\t@echo \"To view the help file:\"\n\t@echo \"# assistant -collectionFile $(BUILDDIR)/qthelp/newspaper.qhc\"\n\ndevhelp:\n\t$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp\n\t@echo\n\t@echo \"Build finished.\"\n\t@echo \"To view the help file:\"\n\t@echo \"# mkdir -p $$HOME/.local/share/devhelp/newspaper\"\n\t@echo \"# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/newspaper\"\n\t@echo \"# devhelp\"\n\nepub:\n\t$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub\n\t@echo\n\t@echo \"Build finished. The epub file is in $(BUILDDIR)/epub.\"\n\nlatex:\n\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex\n\t@echo\n\t@echo \"Build finished; the LaTeX files are in $(BUILDDIR)/latex.\"\n\t@echo \"Run \\`make' in that directory to run these through (pdf)latex\" \\\n\t      \"(use \\`make latexpdf' here to do that automatically).\"\n\nlatexpdf:\n\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex\n\t@echo \"Running LaTeX files through pdflatex...\"\n\t$(MAKE) -C $(BUILDDIR)/latex all-pdf\n\t@echo \"pdflatex finished; the PDF files are in $(BUILDDIR)/latex.\"\n\nlatexpdfja:\n\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex\n\t@echo \"Running LaTeX files through platex and dvipdfmx...\"\n\t$(MAKE) -C $(BUILDDIR)/latex all-pdf-ja\n\t@echo \"pdflatex finished; the PDF files are in $(BUILDDIR)/latex.\"\n\ntext:\n\t$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text\n\t@echo\n\t@echo \"Build finished. The text files are in $(BUILDDIR)/text.\"\n\nman:\n\t$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man\n\t@echo\n\t@echo \"Build finished. The manual pages are in $(BUILDDIR)/man.\"\n\ntexinfo:\n\t$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo\n\t@echo\n\t@echo \"Build finished. The Texinfo files are in $(BUILDDIR)/texinfo.\"\n\t@echo \"Run \\`make' in that directory to run these through makeinfo\" \\\n\t      \"(use \\`make info' here to do that automatically).\"\n\ninfo:\n\t$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo\n\t@echo \"Running Texinfo files through makeinfo...\"\n\tmake -C $(BUILDDIR)/texinfo info\n\t@echo \"makeinfo finished; the Info files are in $(BUILDDIR)/texinfo.\"\n\ngettext:\n\t$(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale\n\t@echo\n\t@echo \"Build finished. The message catalogs are in $(BUILDDIR)/locale.\"\n\nchanges:\n\t$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes\n\t@echo\n\t@echo \"The overview file is in $(BUILDDIR)/changes.\"\n\nlinkcheck:\n\t$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck\n\t@echo\n\t@echo \"Link check complete; look for any errors in the above output \" \\\n\t      \"or in $(BUILDDIR)/linkcheck/output.txt.\"\n\ndoctest:\n\t$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest\n\t@echo \"Testing of doctests in the sources finished, look at the \" \\\n\t      \"results in $(BUILDDIR)/doctest/output.txt.\"\n\nxml:\n\t$(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml\n\t@echo\n\t@echo \"Build finished. The XML files are in $(BUILDDIR)/xml.\"\n\npseudoxml:\n\t$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml\n\t@echo\n\t@echo \"Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml.\"\n"
  },
  {
    "path": "docs/_templates/sidebarintro.html",
    "content": "<p class=\"logo\">\n  <a href=\"{{ pathto(master_doc) }}\">\n    <img class=\"logo\" style=\"margin-right:40px;\" src=\"{{ pathto('_static/newspaper.jpg', 1) }}\" title=\"Newspaper logo.\"/>\n  </a>\n</p>\n\n<p>\n  <iframe src=\"http://ghbtns.com/github-btn.html?user=codelucas&repo=newspaper&type=watch&count=true&size=large\"\n    allowtransparency=\"true\" frameborder=\"0\" scrolling=\"0\" width=\"200px\" height=\"35px\"></iframe>\n</p>\n\n<h3>Useful Links</h3>\n<ul>\n  <li><a href=\"http://github.com/codelucas/newspaper\">Newspaper @ GitHub</a></li>\n  <li><a href=\"http://pypi.python.org/pypi/newspaper\">Newspaper @ PyPI</a></li>\n  <li><a href=\"http://github.com/codelucas/newspaper/issues\">Issue Tracker</a></li>\n</ul>\n"
  },
  {
    "path": "docs/_templates/sidebarlogo.html",
    "content": "<p class=\"logo\">\n  <a href=\"{{ pathto(master_doc) }}\">\n    <img class=\"logo\" style=\"margin-right:40px;\" src=\"{{ pathto('_static/newspaper.jpg', 1) }}\" title=\"Newspaper logo.\"/>\n  </a>\n</p>\n\n<p>\n  <iframe src=\"http://ghbtns.com/github-btn.html?user=codelucas&repo=newspaper&type=watch&count=true&size=large\"\n    allowtransparency=\"true\" frameborder=\"0\" scrolling=\"0\" width=\"200px\" height=\"35px\"></iframe>\n</p>\n\n<h3>Useful Links</h3>\n<ul>\n  <li><a href=\"http://github.com/codelucas/newspaper\">Newspaper @ GitHub</a></li>\n  <li><a href=\"http://pypi.python.org/pypi/newspaper\">Newspaper @ PyPI</a></li>\n  <li><a href=\"http://github.com/codelucas/newspaper/issues\">Issue Tracker</a></li>\n</ul>"
  },
  {
    "path": "docs/_themes/.gitignore",
    "content": "*.pyc\n*.pyo\n.DS_Store\n"
  },
  {
    "path": "docs/_themes/LICENSE",
    "content": "Modifications:\n\nCopyright (c) 2011 Kenneth Reitz.\n\n\nOriginal Project:\n\nCopyright (c) 2010 by Armin Ronacher.\n\n\nSome rights reserved.\n\nRedistribution and use in source and binary forms of the theme, with or\nwithout modification, are permitted provided that the following conditions\nare met:\n\n* Redistributions of source code must retain the above copyright\n  notice, this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above\n  copyright notice, this list of conditions and the following\n  disclaimer in the documentation and/or other materials provided\n  with the distribution.\n\n* The names of the contributors may not be used to endorse or\n  promote products derived from this software without specific\n  prior written permission.\n\nWe kindly ask you to only use these themes in an unmodified manner just\nfor Flask and Flask-related products, not for unrelated projects.  If you\nlike the visual style and want to use it for your own projects, please\nconsider making some larger changes to the themes (such as changing\nfont faces, sizes, colors or margins).\n\nTHIS THEME IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "docs/_themes/README.rst",
    "content": "krTheme Sphinx Style\n====================\n\nThis repository contains sphinx styles Kenneth Reitz uses in most of\nhis projects. It is a derivative of Mitsuhiko's themes for Flask and Flask related\nprojects.  To use this style in your Sphinx documentation, follow\nthis guide:\n\n1. put this folder as _themes into your docs folder.  Alternatively\n   you can also use git submodules to check out the contents there.\n\n2. add this to your conf.py: ::\n\n    sys.path.append(os.path.abspath('_themes'))\n    html_theme_path = ['_themes']\n    html_theme = 'flask'\n\nThe following themes exist:\n\n**kr**\n    the standard flask documentation theme for large projects\n\n**kr_small**\n    small one-page theme.  Intended to be used by very small addon libraries.\n\n"
  },
  {
    "path": "docs/_themes/flask_theme_support.py",
    "content": "# flasky extensions.  flasky pygments style based on tango style\nfrom pygments.style import Style\nfrom pygments.token import Keyword, Name, Comment, String, Error, \\\n     Number, Operator, Generic, Whitespace, Punctuation, Other, Literal\n\n\nclass FlaskyStyle(Style):\n    background_color = \"#f8f8f8\"\n    default_style = \"\"\n\n    styles = {\n        # No corresponding class for the following:\n        #Text:                     \"\", # class:  ''\n        Whitespace:                \"underline #f8f8f8\",      # class: 'w'\n        Error:                     \"#a40000 border:#ef2929\", # class: 'err'\n        Other:                     \"#000000\",                # class 'x'\n\n        Comment:                   \"italic #8f5902\", # class: 'c'\n        Comment.Preproc:           \"noitalic\",       # class: 'cp'\n\n        Keyword:                   \"bold #004461\",   # class: 'k'\n        Keyword.Constant:          \"bold #004461\",   # class: 'kc'\n        Keyword.Declaration:       \"bold #004461\",   # class: 'kd'\n        Keyword.Namespace:         \"bold #004461\",   # class: 'kn'\n        Keyword.Pseudo:            \"bold #004461\",   # class: 'kp'\n        Keyword.Reserved:          \"bold #004461\",   # class: 'kr'\n        Keyword.Type:              \"bold #004461\",   # class: 'kt'\n\n        Operator:                  \"#582800\",   # class: 'o'\n        Operator.Word:             \"bold #004461\",   # class: 'ow' - like keywords\n\n        Punctuation:               \"bold #000000\",   # class: 'p'\n\n        # because special names such as Name.Class, Name.Function, etc.\n        # are not recognized as such later in the parsing, we choose them\n        # to look the same as ordinary variables.\n        Name:                      \"#000000\",        # class: 'n'\n        Name.Attribute:            \"#c4a000\",        # class: 'na' - to be revised\n        Name.Builtin:              \"#004461\",        # class: 'nb'\n        Name.Builtin.Pseudo:       \"#3465a4\",        # class: 'bp'\n        Name.Class:                \"#000000\",        # class: 'nc' - to be revised\n        Name.Constant:             \"#000000\",        # class: 'no' - to be revised\n        Name.Decorator:            \"#888\",           # class: 'nd' - to be revised\n        Name.Entity:               \"#ce5c00\",        # class: 'ni'\n        Name.Exception:            \"bold #cc0000\",   # class: 'ne'\n        Name.Function:             \"#000000\",        # class: 'nf'\n        Name.Property:             \"#000000\",        # class: 'py'\n        Name.Label:                \"#f57900\",        # class: 'nl'\n        Name.Namespace:            \"#000000\",        # class: 'nn' - to be revised\n        Name.Other:                \"#000000\",        # class: 'nx'\n        Name.Tag:                  \"bold #004461\",   # class: 'nt' - like a keyword\n        Name.Variable:             \"#000000\",        # class: 'nv' - to be revised\n        Name.Variable.Class:       \"#000000\",        # class: 'vc' - to be revised\n        Name.Variable.Global:      \"#000000\",        # class: 'vg' - to be revised\n        Name.Variable.Instance:    \"#000000\",        # class: 'vi' - to be revised\n\n        Number:                    \"#990000\",        # class: 'm'\n\n        Literal:                   \"#000000\",        # class: 'l'\n        Literal.Date:              \"#000000\",        # class: 'ld'\n\n        String:                    \"#4e9a06\",        # class: 's'\n        String.Backtick:           \"#4e9a06\",        # class: 'sb'\n        String.Char:               \"#4e9a06\",        # class: 'sc'\n        String.Doc:                \"italic #8f5902\", # class: 'sd' - like a comment\n        String.Double:             \"#4e9a06\",        # class: 's2'\n        String.Escape:             \"#4e9a06\",        # class: 'se'\n        String.Heredoc:            \"#4e9a06\",        # class: 'sh'\n        String.Interpol:           \"#4e9a06\",        # class: 'si'\n        String.Other:              \"#4e9a06\",        # class: 'sx'\n        String.Regex:              \"#4e9a06\",        # class: 'sr'\n        String.Single:             \"#4e9a06\",        # class: 's1'\n        String.Symbol:             \"#4e9a06\",        # class: 'ss'\n\n        Generic:                   \"#000000\",        # class: 'g'\n        Generic.Deleted:           \"#a40000\",        # class: 'gd'\n        Generic.Emph:              \"italic #000000\", # class: 'ge'\n        Generic.Error:             \"#ef2929\",        # class: 'gr'\n        Generic.Heading:           \"bold #000080\",   # class: 'gh'\n        Generic.Inserted:          \"#00A000\",        # class: 'gi'\n        Generic.Output:            \"#888\",           # class: 'go'\n        Generic.Prompt:            \"#745334\",        # class: 'gp'\n        Generic.Strong:            \"bold #000000\",   # class: 'gs'\n        Generic.Subheading:        \"bold #800080\",   # class: 'gu'\n        Generic.Traceback:         \"bold #a40000\",   # class: 'gt'\n    }\n"
  },
  {
    "path": "docs/_themes/kr/layout.html",
    "content": "{%- extends \"basic/layout.html\" %}\n\n{%- block extrahead %}\n  {{ super() }}\n  {% if theme_touch_icon %}\n    <link rel=\"apple-touch-icon\" href=\"{{ pathto('_static/' ~ theme_touch_icon, 1) }}\" />\n  {% endif %}\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=0.9, maximum-scale=0.9\">\n{% endblock %}\n\n{%- block relbar2 %}{% endblock %}\n\n{%- block footer %}\n    <div class=\"footer\">\n      &copy; Copyright {{ copyright }}.\n    </div>\n{%- endblock %}\n"
  },
  {
    "path": "docs/_themes/kr/relations.html",
    "content": "<h3>Related Topics</h3>\n<ul>\n  <li><a href=\"{{ pathto(master_doc) }}\">Documentation overview</a><ul>\n  {%- for parent in parents %}\n  <li><a href=\"{{ parent.link|e }}\">{{ parent.title }}</a><ul>\n  {%- endfor %}\n    {%- if prev %}\n      <li>Previous: <a href=\"{{ prev.link|e }}\" title=\"{{ _('previous chapter')\n        }}\">{{ prev.title }}</a></li>\n    {%- endif %}\n    {%- if next %}\n      <li>Next: <a href=\"{{ next.link|e }}\" title=\"{{ _('next chapter')\n        }}\">{{ next.title }}</a></li>\n    {%- endif %}\n  {%- for parent in parents %}\n  </ul></li>\n  {%- endfor %}\n  </ul></li>\n</ul>\n"
  },
  {
    "path": "docs/_themes/kr/static/flasky.css_t",
    "content": "/*\n * flasky.css_t\n * ~~~~~~~~~~~~\n *\n * :copyright: Copyright 2010 by Armin Ronacher. Modifications by Kenneth Reitz.\n * :license: Flask Design License, see LICENSE for details.\n */\n\n{% set page_width = '940px' %}\n{% set sidebar_width = '220px' %}\n\n@import url(\"basic.css\");\n\n/* -- page layout ----------------------------------------------------------- */\n\nbody {\n    font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';\n    font-size: 17px;\n    background-color: white;\n    color: #000;\n    margin: 0;\n    padding: 0;\n}\n\ndiv.document {\n    width: {{ page_width }};\n    margin: 30px auto 0 auto;\n}\n\ndiv.documentwrapper {\n    float: left;\n    width: 100%;\n}\n\ndiv.bodywrapper {\n    margin: 0 0 0 {{ sidebar_width }};\n}\n\ndiv.sphinxsidebar {\n    width: {{ sidebar_width }};\n}\n\nhr {\n    border: 1px solid #B1B4B6;\n}\n\ndiv.body {\n    background-color: #ffffff;\n    color: #3E4349;\n    padding: 0 30px 0 30px;\n}\n\nimg.floatingflask {\n    padding: 0 0 10px 10px;\n    float: right;\n}\n\ndiv.footer {\n    width: {{ page_width }};\n    margin: 20px auto 30px auto;\n    font-size: 14px;\n    color: #888;\n    text-align: right;\n}\n\ndiv.footer a {\n    color: #888;\n}\n\ndiv.related {\n    display: none;\n}\n\ndiv.sphinxsidebar a {\n    color: #444;\n    text-decoration: none;\n    border-bottom: 1px dotted #999;\n}\n\ndiv.sphinxsidebar a:hover {\n    border-bottom: 1px solid #999;\n}\n\ndiv.sphinxsidebar {\n    font-size: 14px;\n    line-height: 1.5;\n}\n\ndiv.sphinxsidebarwrapper {\n    padding: 18px 10px;\n}\n\ndiv.sphinxsidebarwrapper p.logo {\n    padding: 0;\n    margin: -10px 0 0 -20px;\n    text-align: center;\n}\n\ndiv.sphinxsidebar h3,\ndiv.sphinxsidebar h4 {\n    font-family: 'Garamond', 'Georgia', serif;\n    color: #444;\n    font-size: 24px;\n    font-weight: normal;\n    margin: 0 0 5px 0;\n    padding: 0;\n}\n\ndiv.sphinxsidebar h4 {\n    font-size: 20px;\n}\n\ndiv.sphinxsidebar h3 a {\n    color: #444;\n}\n\ndiv.sphinxsidebar p.logo a,\ndiv.sphinxsidebar h3 a,\ndiv.sphinxsidebar p.logo a:hover,\ndiv.sphinxsidebar h3 a:hover {\n    border: none;\n}\n\ndiv.sphinxsidebar p {\n    color: #555;\n    margin: 10px 0;\n}\n\ndiv.sphinxsidebar ul {\n    margin: 10px 0;\n    padding: 0;\n    color: #000;\n}\n\ndiv.sphinxsidebar input {\n    border: 1px solid #ccc;\n    font-family: 'Georgia', serif;\n    font-size: 1em;\n}\n\n/* -- body styles ----------------------------------------------------------- */\n\na {\n    color: #004B6B;\n    text-decoration: underline;\n}\n\na:hover {\n    color: #6D4100;\n    text-decoration: underline;\n}\n\ndiv.body h1,\ndiv.body h2,\ndiv.body h3,\ndiv.body h4,\ndiv.body h5,\ndiv.body h6 {\n    font-family: 'Garamond', 'Georgia', serif;\n    font-weight: normal;\n    margin: 30px 0px 10px 0px;\n    padding: 0;\n}\n\ndiv.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }\ndiv.body h2 { font-size: 180%; }\ndiv.body h3 { font-size: 150%; }\ndiv.body h4 { font-size: 130%; }\ndiv.body h5 { font-size: 100%; }\ndiv.body h6 { font-size: 100%; }\n\na.headerlink {\n    color: #ddd;\n    padding: 0 4px;\n    text-decoration: none;\n}\n\na.headerlink:hover {\n    color: #444;\n    background: #eaeaea;\n}\n\ndiv.body p, div.body dd, div.body li {\n    line-height: 1.4em;\n}\n\ndiv.admonition {\n    background: #fafafa;\n    margin: 20px -30px;\n    padding: 10px 30px;\n    border-top: 1px solid #ccc;\n    border-bottom: 1px solid #ccc;\n}\n\ndiv.admonition tt.xref, div.admonition a tt {\n    border-bottom: 1px solid #fafafa;\n}\n\ndd div.admonition {\n    margin-left: -60px;\n    padding-left: 60px;\n}\n\ndiv.admonition p.admonition-title {\n    font-family: 'Garamond', 'Georgia', serif;\n    font-weight: normal;\n    font-size: 24px;\n    margin: 0 0 10px 0;\n    padding: 0;\n    line-height: 1;\n}\n\ndiv.admonition p.last {\n    margin-bottom: 0;\n}\n\ndiv.highlight {\n    background-color: white;\n}\n\ndt:target, .highlight {\n    background: #FAF3E8;\n}\n\ndiv.note {\n    background-color: #eee;\n    border: 1px solid #ccc;\n}\n\ndiv.seealso {\n    background-color: #ffc;\n    border: 1px solid #ff6;\n}\n\ndiv.topic {\n    background-color: #eee;\n}\n\np.admonition-title {\n    display: inline;\n}\n\np.admonition-title:after {\n    content: \":\";\n}\n\npre, tt {\n    font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;\n    font-size: 0.9em;\n}\n\nimg.screenshot {\n}\n\ntt.descname, tt.descclassname {\n    font-size: 0.95em;\n}\n\ntt.descname {\n    padding-right: 0.08em;\n}\n\nimg.screenshot {\n    -moz-box-shadow: 2px 2px 4px #eee;\n    -webkit-box-shadow: 2px 2px 4px #eee;\n    box-shadow: 2px 2px 4px #eee;\n}\n\ntable.docutils {\n    border: 1px solid #888;\n    -moz-box-shadow: 2px 2px 4px #eee;\n    -webkit-box-shadow: 2px 2px 4px #eee;\n    box-shadow: 2px 2px 4px #eee;\n}\n\ntable.docutils td, table.docutils th {\n    border: 1px solid #888;\n    padding: 0.25em 0.7em;\n}\n\ntable.field-list, table.footnote {\n    border: none;\n    -moz-box-shadow: none;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n}\n\ntable.footnote {\n    margin: 15px 0;\n    width: 100%;\n    border: 1px solid #eee;\n    background: #fdfdfd;\n    font-size: 0.9em;\n}\n\ntable.footnote + table.footnote {\n    margin-top: -15px;\n    border-top: none;\n}\n\ntable.field-list th {\n    padding: 0 0.8em 0 0;\n}\n\ntable.field-list td {\n    padding: 0;\n}\n\ntable.footnote td.label {\n    width: 0px;\n    padding: 0.3em 0 0.3em 0.5em;\n}\n\ntable.footnote td {\n    padding: 0.3em 0.5em;\n}\n\ndl {\n    margin: 0;\n    padding: 0;\n}\n\ndl dd {\n    margin-left: 30px;\n}\n\nblockquote {\n    margin: 0 0 0 30px;\n    padding: 0;\n}\n\nul, ol {\n    margin: 10px 0 10px 30px;\n    padding: 0;\n}\n\npre {\n    background: #eee;\n    padding: 7px 30px;\n    margin: 15px -30px;\n    line-height: 1.3em;\n}\n\ndl pre, blockquote pre, li pre {\n    margin-left: -60px;\n    padding-left: 60px;\n}\n\ndl dl pre {\n    margin-left: -90px;\n    padding-left: 90px;\n}\n\ntt {\n    background-color: #ecf0f3;\n    color: #222;\n    /* padding: 1px 2px; */\n}\n\ntt.xref, a tt {\n    background-color: #FBFBFB;\n    border-bottom: 1px solid white;\n}\n\na.reference {\n    text-decoration: none;\n    border-bottom: 1px dotted #004B6B;\n}\n\na.reference:hover {\n    border-bottom: 1px solid #6D4100;\n}\n\na.footnote-reference {\n    text-decoration: none;\n    font-size: 0.7em;\n    vertical-align: top;\n    border-bottom: 1px dotted #004B6B;\n}\n\na.footnote-reference:hover {\n    border-bottom: 1px solid #6D4100;\n}\n\na:hover tt {\n    background: #EEE;\n}\n\n\n@media screen and (max-width: 870px) {\n\n    div.sphinxsidebar {\n    \tdisplay: none;\n    }\n\n    div.document {\n       width: 100%;\n\n    }\n\n    div.documentwrapper {\n    \tmargin-left: 0;\n    \tmargin-top: 0;\n    \tmargin-right: 0;\n    \tmargin-bottom: 0;\n    }\n\n    div.bodywrapper {\n    \tmargin-top: 0;\n    \tmargin-right: 0;\n    \tmargin-bottom: 0;\n    \tmargin-left: 0;\n    }\n\n    ul {\n    \tmargin-left: 0;\n    }\n\n    .document {\n    \twidth: auto;\n    }\n\n    .footer {\n    \twidth: auto;\n    }\n\n    .bodywrapper {\n    \tmargin: 0;\n    }\n\n    .footer {\n    \twidth: auto;\n    }\n\n    .github {\n        display: none;\n    }\n\n\n\n}\n\n\n\n@media screen and (max-width: 875px) {\n\n    body {\n        margin: 0;\n        padding: 20px 30px;\n    }\n\n    div.documentwrapper {\n        float: none;\n        background: white;\n    }\n\n    div.sphinxsidebar {\n        display: block;\n        float: none;\n        width: 102.5%;\n        margin: 50px -30px -20px -30px;\n        padding: 10px 20px;\n        background: #333;\n        color: white;\n    }\n\n    div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,\n    div.sphinxsidebar h3 a {\n        color: white;\n    }\n\n    div.sphinxsidebar a {\n        color: #aaa;\n    }\n\n    div.sphinxsidebar p.logo {\n        display: none;\n    }\n\n    div.document {\n        width: 100%;\n        margin: 0;\n    }\n\n    div.related {\n        display: block;\n        margin: 0;\n        padding: 10px 0 20px 0;\n    }\n\n    div.related ul,\n    div.related ul li {\n        margin: 0;\n        padding: 0;\n    }\n\n    div.footer {\n        display: none;\n    }\n\n    div.bodywrapper {\n        margin: 0;\n    }\n\n    div.body {\n        min-height: 0;\n        padding: 0;\n    }\n\n    .rtd_doc_footer {\n        display: none;\n    }\n\n    .document {\n        width: auto;\n    }\n\n    .footer {\n        width: auto;\n    }\n\n    .footer {\n        width: auto;\n    }\n\n    .github {\n        display: none;\n    }\n}\n\n\n/* misc. */\n\n.revsys-inline {\n    display: none!important;\n}"
  },
  {
    "path": "docs/_themes/kr/theme.conf",
    "content": "[theme]\ninherit = basic\nstylesheet = flasky.css\npygments_style = flask_theme_support.FlaskyStyle\n\n[options]\ntouch_icon =\n"
  },
  {
    "path": "docs/_themes/kr_small/layout.html",
    "content": "{% extends \"basic/layout.html\" %}\n{% block header %}\n  {{ super() }}\n  {% if pagename == 'index' %}\n  <div class=indexwrapper>\n  {% endif %}\n{% endblock %}\n{% block footer %}\n  {% if pagename == 'index' %}\n  </div>\n  {% endif %}\n{% endblock %}\n{# do not display relbars #}\n{% block relbar1 %}{% endblock %}\n{% block relbar2 %}\n  {% if theme_github_fork %}\n    <a href=\"http://github.com/{{ theme_github_fork }}\"><img style=\"position: fixed; top: 0; right: 0; border: 0;\"\n    src=\"http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png\" alt=\"Fork me on GitHub\" /></a>\n  {% endif %}\n{% endblock %}\n{% block sidebar1 %}{% endblock %}\n{% block sidebar2 %}{% endblock %}\n"
  },
  {
    "path": "docs/_themes/kr_small/static/flasky.css_t",
    "content": "/*\n * flasky.css_t\n * ~~~~~~~~~~~~\n *\n * Sphinx stylesheet -- flasky theme based on nature theme.\n *\n * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.\n * :license: BSD, see LICENSE for details.\n *\n */\n\n@import url(\"basic.css\");\n\n/* -- page layout ----------------------------------------------------------- */\n\nbody {\n    font-family: 'Georgia', serif;\n    font-size: 17px;\n    color: #000;\n    background: white;\n    margin: 0;\n    padding: 0;\n}\n\ndiv.documentwrapper {\n    float: left;\n    width: 100%;\n}\n\ndiv.bodywrapper {\n    margin: 40px auto 0 auto;\n    width: 700px;\n}\n\nhr {\n    border: 1px solid #B1B4B6;\n}\n\ndiv.body {\n    background-color: #ffffff;\n    color: #3E4349;\n    padding: 0 30px 30px 30px;\n}\n\nimg.floatingflask {\n    padding: 0 0 10px 10px;\n    float: right;\n}\n\ndiv.footer {\n    text-align: right;\n    color: #888;\n    padding: 10px;\n    font-size: 14px;\n    width: 650px;\n    margin: 0 auto 40px auto;\n}\n\ndiv.footer a {\n    color: #888;\n    text-decoration: underline;\n}\n\ndiv.related {\n    line-height: 32px;\n    color: #888;\n}\n\ndiv.related ul {\n    padding: 0 0 0 10px;\n}\n\ndiv.related a {\n    color: #444;\n}\n\n/* -- body styles ----------------------------------------------------------- */\n\na {\n    color: #004B6B;\n    text-decoration: underline;\n}\n\na:hover {\n    color: #6D4100;\n    text-decoration: underline;\n}\n\ndiv.body {\n    padding-bottom: 40px; /* saved for footer */\n}\n\ndiv.body h1,\ndiv.body h2,\ndiv.body h3,\ndiv.body h4,\ndiv.body h5,\ndiv.body h6 {\n    font-family: 'Garamond', 'Georgia', serif;\n    font-weight: normal;\n    margin: 30px 0px 10px 0px;\n    padding: 0;\n}\n\n{% if theme_index_logo %}\ndiv.indexwrapper h1 {\n    text-indent: -999999px;\n    background: url({{ theme_index_logo }}) no-repeat center center;\n    height: {{ theme_index_logo_height }};\n}\n{% endif %}\n\ndiv.body h2 { font-size: 180%; }\ndiv.body h3 { font-size: 150%; }\ndiv.body h4 { font-size: 130%; }\ndiv.body h5 { font-size: 100%; }\ndiv.body h6 { font-size: 100%; }\n\na.headerlink {\n    color: white;\n    padding: 0 4px;\n    text-decoration: none;\n}\n\na.headerlink:hover {\n    color: #444;\n    background: #eaeaea;\n}\n\ndiv.body p, div.body dd, div.body li {\n    line-height: 1.4em;\n}\n\ndiv.admonition {\n    background: #fafafa;\n    margin: 20px -30px;\n    padding: 10px 30px;\n    border-top: 1px solid #ccc;\n    border-bottom: 1px solid #ccc;\n}\n\ndiv.admonition p.admonition-title {\n    font-family: 'Garamond', 'Georgia', serif;\n    font-weight: normal;\n    font-size: 24px;\n    margin: 0 0 10px 0;\n    padding: 0;\n    line-height: 1;\n}\n\ndiv.admonition p.last {\n    margin-bottom: 0;\n}\n\ndiv.highlight{\n    background-color: white;\n}\n\ndt:target, .highlight {\n    background: #FAF3E8;\n}\n\ndiv.note {\n    background-color: #eee;\n    border: 1px solid #ccc;\n}\n\ndiv.seealso {\n    background-color: #ffc;\n    border: 1px solid #ff6;\n}\n\ndiv.topic {\n    background-color: #eee;\n}\n\ndiv.warning {\n    background-color: #ffe4e4;\n    border: 1px solid #f66;\n}\n\np.admonition-title {\n    display: inline;\n}\n\np.admonition-title:after {\n    content: \":\";\n}\n\npre, tt {\n    font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;\n    font-size: 0.85em;\n}\n\nimg.screenshot {\n}\n\ntt.descname, tt.descclassname {\n    font-size: 0.95em;\n}\n\ntt.descname {\n    padding-right: 0.08em;\n}\n\nimg.screenshot {\n    -moz-box-shadow: 2px 2px 4px #eee;\n    -webkit-box-shadow: 2px 2px 4px #eee;\n    box-shadow: 2px 2px 4px #eee;\n}\n\ntable.docutils {\n    border: 1px solid #888;\n    -moz-box-shadow: 2px 2px 4px #eee;\n    -webkit-box-shadow: 2px 2px 4px #eee;\n    box-shadow: 2px 2px 4px #eee;\n}\n\ntable.docutils td, table.docutils th {\n    border: 1px solid #888;\n    padding: 0.25em 0.7em;\n}\n\ntable.field-list, table.footnote {\n    border: none;\n    -moz-box-shadow: none;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n}\n\ntable.footnote {\n    margin: 15px 0;\n    width: 100%;\n    border: 1px solid #eee;\n}\n\ntable.field-list th {\n    padding: 0 0.8em 0 0;\n}\n\ntable.field-list td {\n    padding: 0;\n}\n\ntable.footnote td {\n    padding: 0.5em;\n}\n\ndl {\n    margin: 0;\n    padding: 0;\n}\n\ndl dd {\n    margin-left: 30px;\n}\n\npre {\n    padding: 0;\n    margin: 15px -30px;\n    padding: 8px;\n    line-height: 1.3em;\n    padding: 7px 30px;\n    background: #eee;\n    border-radius: 2px;\n    -moz-border-radius: 2px;\n    -webkit-border-radius: 2px;\n}\n\ndl pre {\n    margin-left: -60px;\n    padding-left: 60px;\n}\n\ntt {\n    background-color: #ecf0f3;\n    color: #222;\n    /* padding: 1px 2px; */\n}\n\ntt.xref, a tt {\n    background-color: #FBFBFB;\n}\n\na:hover tt {\n    background: #EEE;\n}\n"
  },
  {
    "path": "docs/_themes/kr_small/theme.conf",
    "content": "[theme]\ninherit = basic\nstylesheet = flasky.css\nnosidebar = true\npygments_style = flask_theme_support.FlaskyStyle\n\n[options]\nindex_logo = ''\nindex_logo_height = 120px\ngithub_fork = ''\n"
  },
  {
    "path": "docs/conf.py",
    "content": "# -*- coding: utf-8 -*-\n#\n# newspaper documentation build configuration file, created by\n# sphinx-quickstart on Sat Dec 21 22:26:51 2013.\n#\n# This file is execfile()d with the current directory set to its\n# containing dir.\n#\n# Note that not all possible configuration values are present in this\n# autogenerated file.\n#\n# All configuration values have a default; values that are commented out\n# serve to show the default.\n\nimport sys\nimport os\n\nsys.path.append(os.path.abspath('_themes'))\n\n\n# If extensions (or modules to document with autodoc) are in another directory,\n# add these directories to sys.path here. If the directory is relative to the\n# documentation root, use os.path.abspath to make it absolute, like shown here.\n#sys.path.insert(0, os.path.abspath('.'))\n\n# -- General configuration ------------------------------------------------\n\n# If your documentation needs a minimal Sphinx version, state it here.\n#needs_sphinx = '1.0'\n\n# Add any Sphinx extension module names here, as strings. They can be\n# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom\n# ones.\nextensions = [\n    'sphinx.ext.todo',\n]\n\n# Add any paths that contain templates here, relative to this directory.\ntemplates_path = ['_templates']\n\n# The suffix of source filenames.\nsource_suffix = '.rst'\n\n# The encoding of source files.\n#source_encoding = 'utf-8-sig'\n\n# The master toctree document.\nmaster_doc = 'index'\n\n# General information about the project.\nproject = 'newspaper'\ncopyright = '2013, <a href=\"http://codelucas.com\">Lucas Ou-Yang</a>'\n\n# The version info for the project you're documenting, acts as replacement for\n# |version| and |release|, also used in various other places throughout the\n# built documents.\n#\n# The short X.Y version.\nversion = '0.0.2'\n# The full version, including alpha/beta/rc tags.\nrelease = '0.0.2'\n\n# The language for content autogenerated by Sphinx. Refer to documentation\n# for a list of supported languages.\n#language = None\n\n# There are two options for replacing |today|: either, you set today to some\n# non-false value, then it is used:\n#today = ''\n# Else, today_fmt is used as the format for a strftime call.\n#today_fmt = '%B %d, %Y'\n\n# List of patterns, relative to source directory, that match files and\n# directories to ignore when looking for source files.\nexclude_patterns = ['_build']\n\n# The reST default role (used for this markup: `text`) to use for all\n# documents.\n#default_role = None\n\n# If true, '()' will be appended to :func: etc. cross-reference text.\n#add_function_parentheses = True\n\n# If true, the current module name will be prepended to all description\n# unit titles (such as .. function::).\n#add_module_names = True\n\n# If true, sectionauthor and moduleauthor directives will be shown in the\n# output. They are ignored by default.\n#show_authors = False\n\n# The name of the Pygments (syntax highlighting) style to use.\npygments_style = 'sphinx'\n\n# A list of ignored prefixes for module index sorting.\n#modindex_common_prefix = []\n\n# If true, keep warnings as \"system message\" paragraphs in the built documents.\n#keep_warnings = False\n\n\n# -- Options for HTML output ----------------------------------------------\n\n# The theme to use for HTML and HTML Help pages.  See the documentation for\n# a list of builtin themes.\n\n# Theme options are theme-specific and customize the look and feel of a theme\n# further.  For a list of options available for each theme, see the\n# documentation.\n#html_theme_options = {}\n\n# Add any paths that contain custom themes here, relative to this directory.\nhtml_theme_path = ['_themes']\n\nhtml_theme = 'kr'\n\n# The name for this set of Sphinx documents.  If None, it defaults to\n# \"<project> v<release> documentation\".\n#html_title = None\n\n# A shorter title for the navigation bar.  Default is the same as html_title.\n#html_short_title = None\n\n# The name of an image file (relative to this directory) to place at the top\n# of the sidebar.\n#html_logo = None\n\n# The name of an image file (within the static path) to use as favicon of the\n# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32\n# pixels large.\n#html_favicon = None\n\n# Add any paths that contain custom static files (such as style sheets) here,\n# relative to this directory. They are copied after the builtin static files,\n# so a file named \"default.css\" will overwrite the builtin \"default.css\".\nhtml_static_path = ['_static']\n\n# Add any extra paths that contain custom files (such as robots.txt or\n# .htaccess) here, relative to this directory. These files are copied\n# directly to the root of the documentation.\n#html_extra_path = []\n\n# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,\n# using the given strftime format.\n#html_last_updated_fmt = '%b %d, %Y'\n\n# If true, SmartyPants will be used to convert quotes and dashes to\n# typographically correct entities.\n#html_use_smartypants = True\n\n# Custom sidebar templates, maps document names to template names.\nhtml_sidebars = {\n    'index':    ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],\n    '**':       ['sidebarlogo.html', 'localtoc.html', 'relations.html',\n                 'sourcelink.html', 'searchbox.html']\n}\n\n# Additional templates that should be rendered to pages, maps page names to\n# template names.\n#html_additional_pages = {}\n\n# If false, no module index is generated.\n#html_domain_indices = True\n\n# If false, no index is generated.\n#html_use_index = True\n\n# If true, the index is split into individual pages for each letter.\n#html_split_index = False\n\n# If true, links to the reST sources are added to the pages.\n#html_show_sourcelink = True\n\n# If true, \"Created using Sphinx\" is shown in the HTML footer. Default is True.\n#html_show_sphinx = True\n\n# If true, \"(C) Copyright ...\" is shown in the HTML footer. Default is True.\n#html_show_copyright = True\n\n# If true, an OpenSearch description file will be output, and all pages will\n# contain a <link> tag referring to it.  The value of this option must be the\n# base URL from which the finished HTML is served.\n#html_use_opensearch = ''\n\n# This is the file name suffix for HTML files (e.g. \".xhtml\").\n#html_file_suffix = None\n\n# Output file base name for HTML help builder.\nhtmlhelp_basename = 'newspaperdoc'\n\n\n# -- Options for LaTeX output ---------------------------------------------\n\nlatex_elements = {\n# The paper size ('letterpaper' or 'a4paper').\n#'papersize': 'letterpaper',\n\n# The font size ('10pt', '11pt' or '12pt').\n#'pointsize': '10pt',\n\n# Additional stuff for the LaTeX preamble.\n#'preamble': '',\n}\n\n# Grouping the document tree into LaTeX files. List of tuples\n# (source start file, target name, title,\n#  author, documentclass [howto, manual, or own class]).\nlatex_documents = [\n  ('index', 'newspaper.tex', 'newspaper Documentation',\n   'Lucas Ou-Yang', 'manual'),\n]\n\n# The name of an image file (relative to this directory) to place at the top of\n# the title page.\n#latex_logo = None\n\n# For \"manual\" documents, if this is true, then toplevel headings are parts,\n# not chapters.\n#latex_use_parts = False\n\n# If true, show page references after internal links.\n#latex_show_pagerefs = False\n\n# If true, show URL addresses after external links.\n#latex_show_urls = False\n\n# Documents to append as an appendix to all manuals.\n#latex_appendices = []\n\n# If false, no module index is generated.\n#latex_domain_indices = True\n\n\n# -- Options for manual page output ---------------------------------------\n\n# One entry per manual page. List of tuples\n# (source start file, name, description, authors, manual section).\nman_pages = [\n    ('index', 'newspaper', 'newspaper Documentation',\n     ['Lucas Ou-Yang'], 1)\n]\n\n# If true, show URL addresses after external links.\n#man_show_urls = False\n\n\n# -- Options for Texinfo output -------------------------------------------\n\n# Grouping the document tree into Texinfo files. List of tuples\n# (source start file, target name, title, author,\n#  dir menu entry, description, category)\ntexinfo_documents = [\n  ('index', 'newspaper', 'newspaper Documentation',\n   'Lucas Ou-Yang', 'newspaper', 'One line description of project.',\n   'Miscellaneous'),\n]\n\n# Documents to append as an appendix to all manuals.\n#texinfo_appendices = []\n\n# If false, no module index is generated.\n#texinfo_domain_indices = True\n\n# How to display URL addresses: 'footnote', 'no', or 'inline'.\n#texinfo_show_urls = 'footnote'\n\n# If true, do not generate a @detailmenu in the \"Top\" node's menu.\n#texinfo_no_detailmenu = False\n"
  },
  {
    "path": "docs/index.rst",
    "content": "Newspaper3k: Article scraping & curation\n========================================\n\n.. image:: https://badge.fury.io/py/newspaper3k.svg\n    :target: http://badge.fury.io/py/newspaper3k.svg\n        :alt: Latest version\n\n.. image:: https://travis-ci.org/codelucas/newspaper.svg\n        :target: http://travis-ci.org/codelucas/newspaper/\n        :alt: Build status\n\n.. image:: https://coveralls.io/repos/github/codelucas/newspaper/badge.svg?branch=master\n        :target: https://coveralls.io/github/codelucas/newspaper\n        :alt: Coverage status\n\n\nInspired by `requests`_ for its simplicity and powered by `lxml`_ for its speed:\n\n    \"Newspaper is an amazing python library for extracting & curating articles.\"\n    -- `tweeted by`_ Kenneth Reitz, Author of `requests`_\n\n    \"Newspaper delivers Instapaper style article extraction.\" -- `The Changelog`_\n\n.. _`tweeted by`: https://twitter.com/kennethreitz/status/419520678862548992\n.. _`The Changelog`: http://thechangelog.com/newspaper-delivers-instapaper-style-article-extraction/\n\n**Newspaper is a Python3 library**! `View on Github here`_, or, view our **deprecated and buggy** `Python2 branch`_\n\n.. _`Python2 branch`: https://github.com/codelucas/newspaper/tree/python-2-head\n.. _`View on Github here`: https://github.com/codelucas/newspaper\n\nA Glance:\n---------\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n\n    >>> url = 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/'\n    >>> article = Article(url)\n\n.. code-block:: pycon\n\n    >>> article.download()\n\n    >>> article.html\n    '<!DOCTYPE HTML><html itemscope itemtype=\"http://...'\n\n.. code-block:: pycon\n\n    >>> article.parse()\n\n    >>> article.authors\n    ['Leigh Ann Caldwell', 'John Honway']\n\n    >>> article.publish_date\n    datetime.datetime(2013, 12, 30, 0, 0)\n\n    >>> article.text\n    'Washington (CNN) -- Not everyone subscribes to a New Year's resolution...'\n\n    >>> article.top_image\n    'http://someCDN.com/blah/blah/blah/file.png'\n\n    >>> article.movies\n    ['http://youtube.com/path/to/link.com', ...]\n\n.. code-block:: pycon\n\n    >>> article.nlp()\n\n    >>> article.keywords\n    ['New Years', 'resolution', ...]\n\n    >>> article.summary\n    'The study shows that 93% of people ...'\n\n.. code-block:: pycon\n\n    >>> import newspaper\n\n    >>> cnn_paper = newspaper.build('http://cnn.com')\n\n    >>> for article in cnn_paper.articles:\n    >>>     print(article.url)\n    http://www.cnn.com/2013/11/27/justice/tucson-arizona-captive-girls/\n    http://www.cnn.com/2013/12/11/us/texas-teen-dwi-wreck/index.html\n    ...\n\n    >>> for category in cnn_paper.category_urls():\n    >>>     print(category)\n\n    http://lifestyle.cnn.com\n    http://cnn.com/world\n    http://tech.cnn.com\n    ...\n\n    >>> cnn_article = cnn_paper.articles[0]\n    >>> cnn_article.download()\n    >>> cnn_article.parse()\n    >>> cnn_article.nlp()\n    ...\n\n.. code-block:: pycon\n\n    >>> from newspaper import fulltext\n\n    >>> html = requests.get(...).text\n    >>> text = fulltext(html)\n\n\nNewspaper has *seamless* language extraction and detection.\nIf no language is specified, Newspaper will attempt to auto detect a language.\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n    >>> url = 'http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml'\n\n    >>> a = Article(url, language='zh') # Chinese\n\n    >>> a.download()\n    >>> a.parse()\n\n    >>> print(a.text[:150])\n    香港行政长官梁振英在各方压力下就其大宅的违章建\n    筑（僭建）问题到立法会接受质询，并向香港民众道歉。\n    梁振英在星期二（12月10日）的答问大会开始之际\n    在其演说中道歉，但强调他在违章建筑问题上没有隐瞒的\n    意图和动机。 一些亲北京阵营议员欢迎梁振英道歉，\n    且认为应能获得香港民众接受，但这些议员也质问梁振英有\n\n    >>> print(a.title)\n    港特首梁振英就住宅违建事件道歉\n\n\nIf you are certain that an *entire* news source is in one language, **go ahead and use the same api :)**\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> sina_paper = newspaper.build('http://www.sina.com.cn/', language='zh')\n\n    >>> for category in sina_paper.category_urls():\n    >>>     print(category)\n    http://health.sina.com.cn\n    http://eladies.sina.com.cn\n    http://english.sina.com\n    ...\n\n    >>> article = sina_paper.articles[0]\n    >>> article.download()\n    >>> article.parse()\n\n    >>> print(article.text)\n    新浪武汉汽车综合 随着汽车市场的日趋成熟，\n    传统的“集全家之力抱得爱车归”的全额购车模式已然过时，\n    另一种轻松的新兴 车模式――金融购车正逐步成为时下消费者购\n    买爱车最为时尚的消费理念，他们认为，这种新颖的购车\n    模式既能在短期内\n    ...\n\n    >>> print(article.title)\n    两年双免0手续0利率 科鲁兹掀背金融轻松购_武汉车市_武汉汽\n    车网_新浪汽车_新浪网\n\nDocumentation\n-------------\n\nCheck out `The Documentation`_ for full and detailed guides using newspaper.\n\nInterested in adding a new language for us? Refer to: `Docs - Adding new languages <https://newspaper.readthedocs.io/en/latest/user_guide/advanced.html#adding-new-languages>`_\n\nFeatures\n--------\n\n- Multi-threaded article download framework\n- News url identification\n- Text extraction from html\n- Top image extraction from html\n- All image extraction from html\n- Keyword extraction from text\n- Summary extraction from text\n- Author extraction from text\n- Google trending terms extraction\n- Works in 10+ languages (English, Chinese, German, Arabic, ...)\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> newspaper.languages()\n\n    Your available languages are:\n    input code      full name\n\n      ar              Arabic\n      be              Belarusian\n      bg              Bulgarian\n      da              Danish\n      de              German\n      el              Greek\n      en              English\n      es              Spanish\n      et              Estonian\n      fa              Persian\n      fi              Finnish\n      fr              French\n      he              Hebrew\n      hi              Hindi\n      hr              Croatian\n      hu              Hungarian\n      id              Indonesian\n      it              Italian\n      ja              Japanese\n      ko              Korean\n      lt              Lithuanian\n      mk              Macedonian\n      nb              Norwegian (Bokmål)\n      nl              Dutch\n      no              Norwegian\n      pl              Polish\n      pt              Portuguese\n      ro              Romanian\n      ru              Russian\n      sl              Slovenian\n      sr              Serbian\n      sv              Swedish\n      sw              Swahili\n      th              Thai\n      tr              Turkish\n      uk              Ukrainian\n      vi              Vietnamese\n      zh              Chinese\n\n\nGet it now\n----------\n\nRun ✅ ``pip3 install newspaper3k`` ✅\n\nNOT ⛔ ``pip3 install newspaper`` ⛔\n\nOn python3 you must install ``newspaper3k``, **not** ``newspaper``. ``newspaper`` is our python2 library.\nAlthough installing newspaper is simple with `pip <http://www.pip-installer.org/>`_, you will\nrun into fixable issues if you are trying to install on ubuntu.\n\n**If you are on Debian / Ubuntu**, install using the following:\n\n- Install ``pip3`` command needed to install ``newspaper3k`` package::\n\n    $ sudo apt-get install python3-pip\n\n- Python development version, needed for Python.h::\n\n    $ sudo apt-get install python-dev\n\n- lxml requirements::\n\n    $ sudo apt-get install libxml2-dev libxslt-dev\n\n- For PIL to recognize .jpg images::\n\n    $ sudo apt-get install libjpeg-dev zlib1g-dev libpng12-dev\n\nNOTE: If you find problem installing ``libpng12-dev``, try installing ``libpng-dev``.\n\n- Download NLP related corpora::\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\n- Install the distribution via pip::\n\n    $ pip3 install newspaper3k\n\n**If you are on OSX**, install using the following, you may use both homebrew or macports:\n\n::\n\n    $ brew install libxml2 libxslt\n\n    $ brew install libtiff libjpeg webp little-cms2\n\n    $ pip3 install newspaper3k\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\n\n**Otherwise**, install with the following:\n\nNOTE: You will still most likely need to install the following libraries via your package manager\n\n- PIL: ``libjpeg-dev`` ``zlib1g-dev`` ``libpng12-dev``\n- lxml: ``libxml2-dev`` ``libxslt-dev``\n- Python Development version: ``python-dev``\n\n::\n\n    $ pip3 install newspaper3k\n\n    $ curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3\n\nUsing python 2.X? We support python 2, however development work has stopped on the 2.X branch for a\nfew years now so it is behind in features and is more buggy. `See python 2 installation instructions here <https://github.com/codelucas/newspaper/blob/python-2-head/README.rst/>`_\n\nDevelopment\n-----------\n\nIf you'd like to contribute and hack on the newspaper project, feel free to clone\na development version of this repository locally::\n\n    git clone git://github.com/codelucas/newspaper.git\n\nOnce you have a copy of the source, you can embed it in your Python package,\nor install it into your site-packages easily::\n\n    $ pip3 install -r requirements.txt\n    $ python3 setup.py install\n\nFeel free to give our testing suite a shot, everything is mocked!::\n\n    $ python3 tests/unit_tests.py\n\nPlanning on tweaking our full-text algorithm? Add the ``fulltext`` parameter::\n\n    $ python3 tests/unit_tests.py fulltext\n\nUser Guide\n----------\n\n.. toctree::\n   :maxdepth: 2\n\n   user_guide/quickstart\n   user_guide/advanced\n\nDemo\n----\n\nView a working online demo here: http://newspaper-demo.herokuapp.com\nThis is another working online demo: http://newspaper.chinazt.cc/\n\nLICENSE\n-------\n\nAuthored and maintained by `Lucas Ou-Yang`_.\n\n`Parse.ly`_ sponsored some work on newspaper, specifically focused on\nautomatic extraction.\n\nNewspaper uses a lot of `python-goose's`_ parsing code. View their license `here`_.\n\nPlease feel free to `email & contact me`_ if you run into issues or just would like\nto talk about the future of this library and news extraction in general!\n\n.. _`Lucas Ou-Yang`: http://codelucas.com\n.. _`email & contact me`: mailto:lucasyangpersonal@gmail.com\n.. _`python-goose's`: https://github.com/grangier/python-goose\n.. _`here`: https://github.com/codelucas/newspaper/blob/master/GOOSE-LICENSE.txt\n\n.. _`Quickstart guide`: https://newspaper.readthedocs.io/en/latest/\n.. _`The Documentation`: https://newspaper.readthedocs.io\n.. _`lxml`: http://lxml.de/\n.. _`requests`: https://github.com/kennethreitz/requests\n.. _`Parse.ly`: http://parse.ly\n"
  },
  {
    "path": "docs/make.bat",
    "content": "@ECHO OFF\r\n\r\nREM Command file for Sphinx documentation\r\n\r\nif \"%SPHINXBUILD%\" == \"\" (\r\n\tset SPHINXBUILD=sphinx-build\r\n)\r\nset BUILDDIR=_build\r\nset ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .\r\nset I18NSPHINXOPTS=%SPHINXOPTS% .\r\nif NOT \"%PAPER%\" == \"\" (\r\n\tset ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%\r\n\tset I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%\r\n)\r\n\r\nif \"%1\" == \"\" goto help\r\n\r\nif \"%1\" == \"help\" (\r\n\t:help\r\n\techo.Please use `make ^<target^>` where ^<target^> is one of\r\n\techo.  html       to make standalone HTML files\r\n\techo.  dirhtml    to make HTML files named index.html in directories\r\n\techo.  singlehtml to make a single large HTML file\r\n\techo.  pickle     to make pickle files\r\n\techo.  json       to make JSON files\r\n\techo.  htmlhelp   to make HTML files and a HTML help project\r\n\techo.  qthelp     to make HTML files and a qthelp project\r\n\techo.  devhelp    to make HTML files and a Devhelp project\r\n\techo.  epub       to make an epub\r\n\techo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter\r\n\techo.  text       to make text files\r\n\techo.  man        to make manual pages\r\n\techo.  texinfo    to make Texinfo files\r\n\techo.  gettext    to make PO message catalogs\r\n\techo.  changes    to make an overview over all changed/added/deprecated items\r\n\techo.  xml        to make Docutils-native XML files\r\n\techo.  pseudoxml  to make pseudoxml-XML files for display purposes\r\n\techo.  linkcheck  to check all external links for integrity\r\n\techo.  doctest    to run all doctests embedded in the documentation if enabled\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"clean\" (\r\n\tfor /d %%i in (%BUILDDIR%\\*) do rmdir /q /s %%i\r\n\tdel /q /s %BUILDDIR%\\*\r\n\tgoto end\r\n)\r\n\r\n\r\n%SPHINXBUILD% 2> nul\r\nif errorlevel 9009 (\r\n\techo.\r\n\techo.The 'sphinx-build' command was not found. Make sure you have Sphinx\r\n\techo.installed, then set the SPHINXBUILD environment variable to point\r\n\techo.to the full path of the 'sphinx-build' executable. Alternatively you\r\n\techo.may add the Sphinx directory to PATH.\r\n\techo.\r\n\techo.If you don't have Sphinx installed, grab it from\r\n\techo.http://sphinx-doc.org/\r\n\texit /b 1\r\n)\r\n\r\nif \"%1\" == \"html\" (\r\n\t%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The HTML pages are in %BUILDDIR%/html.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"dirhtml\" (\r\n\t%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"singlehtml\" (\r\n\t%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"pickle\" (\r\n\t%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished; now you can process the pickle files.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"json\" (\r\n\t%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished; now you can process the JSON files.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"htmlhelp\" (\r\n\t%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished; now you can run HTML Help Workshop with the ^\r\n.hhp project file in %BUILDDIR%/htmlhelp.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"qthelp\" (\r\n\t%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished; now you can run \"qcollectiongenerator\" with the ^\r\n.qhcp project file in %BUILDDIR%/qthelp, like this:\r\n\techo.^> qcollectiongenerator %BUILDDIR%\\qthelp\\newspaper.qhcp\r\n\techo.To view the help file:\r\n\techo.^> assistant -collectionFile %BUILDDIR%\\qthelp\\newspaper.ghc\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"devhelp\" (\r\n\t%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"epub\" (\r\n\t%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The epub file is in %BUILDDIR%/epub.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"latex\" (\r\n\t%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished; the LaTeX files are in %BUILDDIR%/latex.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"latexpdf\" (\r\n\t%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r\n\tcd %BUILDDIR%/latex\r\n\tmake all-pdf\r\n\tcd %BUILDDIR%/..\r\n\techo.\r\n\techo.Build finished; the PDF files are in %BUILDDIR%/latex.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"latexpdfja\" (\r\n\t%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r\n\tcd %BUILDDIR%/latex\r\n\tmake all-pdf-ja\r\n\tcd %BUILDDIR%/..\r\n\techo.\r\n\techo.Build finished; the PDF files are in %BUILDDIR%/latex.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"text\" (\r\n\t%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The text files are in %BUILDDIR%/text.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"man\" (\r\n\t%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The manual pages are in %BUILDDIR%/man.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"texinfo\" (\r\n\t%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"gettext\" (\r\n\t%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The message catalogs are in %BUILDDIR%/locale.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"changes\" (\r\n\t%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.The overview file is in %BUILDDIR%/changes.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"linkcheck\" (\r\n\t%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Link check complete; look for any errors in the above output ^\r\nor in %BUILDDIR%/linkcheck/output.txt.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"doctest\" (\r\n\t%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Testing of doctests in the sources finished, look at the ^\r\nresults in %BUILDDIR%/doctest/output.txt.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"xml\" (\r\n\t%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The XML files are in %BUILDDIR%/xml.\r\n\tgoto end\r\n)\r\n\r\nif \"%1\" == \"pseudoxml\" (\r\n\t%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml\r\n\tif errorlevel 1 exit /b 1\r\n\techo.\r\n\techo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.\r\n\tgoto end\r\n)\r\n\r\n:end\r\n"
  },
  {
    "path": "docs/user_guide/advanced.rst",
    "content": ".. _advanced:\n\nAdvanced\n========\n\nThis section of the docs shows how to do some useful but advanced things\nwith newspaper.\n\nMulti-threading article downloads\n---------------------------------\n\n**Downloading articles one at a time is slow.** But spamming a single news source\nlike cnn.com with tons of threads or with ASYNC-IO will cause rate limiting\nand also doing that is very mean.\n\nWe solve this problem by allocating 1-2 threads per news source to both greatly\nspeed up the download time while being respectful.\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> from newspaper import news_pool\n\n    >>> slate_paper = newspaper.build('http://slate.com')\n    >>> tc_paper = newspaper.build('http://techcrunch.com')\n    >>> espn_paper = newspaper.build('http://espn.com')\n\n    >>> papers = [slate_paper, tc_paper, espn_paper]\n    >>> news_pool.set(papers, threads_per_source=2) # (3*2) = 6 threads total\n    >>> news_pool.join()\n\n    At this point, you can safely assume that download() has been\n    called on every single article for all 3 sources.\n\n    >>> print(slate_paper.articles[10].html)\n    u'<html> ...'\n\nKeeping Html of main body article\n---------------------------------\n\nKeeping the html of just an article's body text is helpbut because it allows you\nto retain some of the semantic information in the html. Also it will help if you\nend up displaying the extracted article somehow.\n\nHere is how to do so:\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n\n    >>> a = Article('http://www.cnn.com/2014/01/12/world/asia/north-korea-charles-smith/index.html'\n        , keep_article_html=True)\n\n    >>> a.download()\n    >>> a.parse()\n\n    >>> a.article_html\n    u'<div> \\n<p><strong>(CNN)</strong> -- Charles Smith insisted Sunda...'\n\nThe lxml (dom object) and top_node (chunk of dom that contains our 'Article') are also\ncached incase users would like to use them.\n\nAccess **after parsing()** with:\n\n.. code-block:: pycon\n\n    >>> a.download()\n    >>> a.parse()\n    >>> a.clean_dom\n    <lxml object ...  >\n\n    >>> a.clean_top_node\n    <lxml object ...  >\n\n\nAdding new languages\n--------------------\n\nFirst, please reference this file and read from the highlighted line all the way\ndown to the end of the file.\n\n`https://github.com/codelucas/newspaper/blob/master/newspaper/text.py#L57 <https://github.com/codelucas/newspaper/blob/master/newspaper/text.py#L57>`_\n\nOne aspect of our text extraction algorithm revolves around counting the number of\n**stopwords** present in a text. Stopwords are: *some of the most common, short\nfunction words, such as the, is, at, which, and on* in a language.\n\nReference this line to see it in action:\n`https://github.com/codelucas/newspaper/blob/master/newspaper/extractors.py#L668 <https://github.com/codelucas/newspaper/blob/master/newspaper/extractors.py#L668>`_\n\n**So for latin languages**, it is pretty basic. We first provide a list of\nstopwords in ``stopwords-<language-code>.txt`` form. We then take some input text and\ntokenize it into words by splitting the white space. After that we perform some\nbookkeeping and then proceed to count the number of stopwords present.\n\n**For non-latin languages**, as you may have noticed in the code above, we need to\ntokenize the words in a different way, *splitting by whitespace simply won't work for\nlanguages like Chinese or Arabic*. For the Chinese language we are using a whole new\nopen source library called *jieba* to split the text into words. For arabic we are\nusing a special nltk tokenizer to do the same job.\n\n**So, to add full text extraction to a new (non-latin) language, we need:**\n\n1. Push up a stopwords file in the format of ``stopwords-<2-char-language-code>.txt``\nin ``newspaper/resources/text/.``\n\n2. Provide a way of splitting/tokenizing text in that foreign language into words.\n`Here are some examples for Chinese, Arabic, English <https://github.com/codelucas/newspaper/blob/master/newspaper/text.py#L105>`_\n\n**For latin languages:**\n\n1. Push up a stopwords file in the format of ``stopwords-<2-char-language-code>.txt``\nin ``newspaper/resources/text/.`` and we are done!\n\n**Finally, add the new language to the list of available languages in the following files:**\n\n* README.rst\n* docs/index.rst\n* docs/user_guide/quickstart.rst\n* newspaper/utils.py\n\n\nExplicitly building a news source\n---------------------------------\n\nInstead of using the ``newspaper.build(..)`` api, we can take one step lower\ninto newspaper's ``Source`` api.\n\n.. code-block:: pycon\n\n    >>> from newspaper import Source\n    >>> cnn_paper = Source('http://cnn.com')\n\n    >>> print(cnn_paper.size()) # no articles, we have not built the source\n    0\n\n    >>> cnn_paper.build()\n    >>> print(cnn_paper.size())\n    3100\n\nNote the ``build()`` method above. You may go lower level and de-abstract it\nfor absolute control over how your sources are constructed.\n\n.. code-block:: pycon\n\n    >>> cnn_paper = Source('http://cnn.com')\n    >>> cnn_paper.download()\n    >>> cnn_paper.parse()\n    >>> cnn_paper.set_categories()\n    >>> cnn_paper.download_categories()\n    >>> cnn_paper.parse_categories()\n    >>> cnn_paper.set_feeds()\n    >>> cnn_paper.download_feeds()\n    >>> cnn_paper.generate_articles()\n\n    >>> print(cnn_paper.size())\n    3100\n\nAnd voila, we have mimic'd the ``build()`` method. In the above sequence,\nevery method is dependant on the method above it. Stop whenever you wish.\n\nParameters and Configurations\n-----------------------------\n\nNewspaper provides two api's for users to configure their ``Article`` and\n``Source`` objects. One is via named parameter passing **recommended** and\nthe other is via ``Config`` objects.\n\nHere are some named parameter passing examples:\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> from newspaper import Article, Source\n\n    >>> cnn = newspaper.build('http://cnn.com', language='en', memoize_articles=False)\n\n    >>> article = Article(url='http://cnn.com/french/...', language='fr', fetch_images=False)\n\n    >>> cnn = Source(url='http://latino.cnn.com/...', language='es', request_timeout=10,\n                                                                number_threads=20)\n\n\nHere are some examples of how Config objects are passed.\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> from newspaper import Config, Article, Source\n\n    >>> config = Config()\n    >>> config.memoize_articles = False\n\n    >>> cbs_paper = newspaper.build('http://cbs.com', config)\n\n    >>> article_1 = Article(url='http://espn/2013/09/...', config)\n\n    >>> cbs_paper = Source('http://cbs.com', config)\n\n\nHere is a full list of the configuration options:\n\n``keep_article_html``, default False, \"set to True if you want to preserve html of body text\"\n\n``http_success_only``, default True, \"set to False to capture non 2XX responses as well\"\n\n``MIN_WORD_COUNT``, default 300, \"num of word tokens in article text\"\n\n``MIN_SENT_COUNT``, default 7, \"num of sentence tokens\"\n\n``MAX_TITLE``, default 200, \"num of chars in article title\"\n\n``MAX_TEXT``, default 100000, \"num of chars in article text\"\n\n``MAX_KEYWORDS``, default 35, \"num of keywords in article\"\n\n``MAX_AUTHORS``, default 10, \"num of author names in article\"\n\n``MAX_SUMMARY``, default 5000, \"num of chars of the summary\"\n\n``MAX_SUMMARY_SENT``, default 5, \"num of sentences in summary\"\n\n``MAX_FILE_MEMO``, default 20000, \"python setup.py sdist bdist_wininst upload\"\n\n``memoize_articles``, default True, \"cache and save articles run after run\"\n\n``fetch_images``, default True, \"set this to false if you don't care about getting images\"\n\n``follow_meta_refresh``, default False, \"follows a redirect url in a meta refresh html tag\"\n\n``image_dimension_ration``, default 16/9.0, \"max ratio for height/width, we ignore if greater\"\n\n``language``, default 'en', \"run ``newspaper.languages()`` to see available options.\"\n\n``browser_user_agent``, default 'newspaper/%s' % __version__\n\n``request_timeout``, default 7\n\n``number_threads``, default 10, \"number of threads when mthreading\"\n\n``verbose``, default False, \"turn this on when debugging\"\n\nYou may notice other config options in the ``newspaper/configuration.py`` file,\nhowever, they are private, **please do not toggle them**.\n\nCaching\n-------\n\nTODO\n\nSpecifications\n--------------\n\nHere, we will define exactly *how* newspaper handles a lot of the data extraction.\n\nTODO\n"
  },
  {
    "path": "docs/user_guide/api.rst",
    "content": ".. _api:\n\nNewspaper API\n=============\n"
  },
  {
    "path": "docs/user_guide/contributors.rst",
    "content": ".. _contributors:\n\nContributors\n============\n\nMaintained and authored by:\n---------------------------\nLucas Ou-Yang -- http://codelucas.com, lucasyangpersonal@gmail.com\n\nThanks to the following contributors:\n-------------------------------------\nhttps://github.com/codelucas/newspaper/graphs/contributors\n\nNewspaper relied on some code of a few other open source projects:\n------------------------------------------------------------------\nThanks to all who have contributed to python-goose.\nYou can find the contributors list here:\nhttps://github.com/grangier/python-goose/graphs/contributors\n\nThanks to all who have contributed to PyTeaser.\nYou can find the contributors list here:\nhttps://github.com/xiaoxu193/PyTeaser/graphs/contributors\n\nThanks to all who have contributed to gravity-goose.\nYou can find the contributors list here:\nhttps://github.com/GravityLabs/goose/graphs/contributors\n\nThanks to all who have contributed to jieba.\nYou can find the contributors list here:\nhttps://github.com/fxsjy/jieba/graphs/contributors\n\nThanks to all who have contributed to nltk.\nYou can find the contributors list here:\nhttps://github.com/nltk/nltk/graphs/contributors\n\nThanks to all who have contributed to lxml.\nYou can find the contributors list here:\nhttp://lxml.de/credits.html\n\nThanks to all who have contributed to requests.\nYou can find the contributors list here:\nhttps://github.com/kennethreitz/requests/graphs/contributors\n\n"
  },
  {
    "path": "docs/user_guide/quickstart.rst",
    "content": ".. _quickstart:\n\nQuickstart\n==========\n\nEager to get started? This page gives a good introduction in how to get started\nwith newspaper. This assumes you already have newspaper installed. If you do not,\nhead over to the :ref:`Installation <install>` section.\n\nBuilding a news source\n----------------------\n\nSource objects are an abstraction of online news media websites like CNN or ESPN.\nYou can initialize them in two *different* ways.\n\nBuilding a ``Source`` will extract its categories, feeds, articles, brand, and description for you.\n\nYou may also provide configuration parameters like ``language``, ``browser_user_agent``, and etc seamlessly. Navigate to the :ref:`advanced <advanced>` section for details.\n\n.. code-block:: pycon\n\n    >>> import newspaper\n    >>> cnn_paper = newspaper.build('http://cnn.com')\n\n    >>> sina_paper = newspaper.build('http://www.lemonde.fr/', language='fr')\n\nHowever, if needed, you may also play with the lower level ``Source`` object as described\nin the :ref:`advanced <advanced>` section.\n\nExtracting articles\n-------------------\n\nEvery news source has a set of *recent* articles.\n\nThe following examples assume that a news source has been\ninitialized and built.\n\n.. code-block:: pycon\n\n    >>> for article in cnn_paper.articles:\n    >>>     print(article.url)\n\n    u'http://www.cnn.com/2013/11/27/justice/tucson-arizona-captive-girls/'\n    u'http://www.cnn.com/2013/12/11/us/texas-teen-dwi-wreck/index.html'\n    ...\n\n    >>> print(cnn_paper.size()) # cnn has 3100 articles\n    3100\n\nArticle caching\n---------------\n\nBy default, newspaper caches all previously extracted articles and **eliminates any\narticle which it has already extracted**.\n\nThis feature exists to prevent duplicate articles and to increase extraction speed.\n\n.. code-block:: pycon\n\n    >>> cbs_paper = newspaper.build('http://cbs.com')\n    >>> cbs_paper.size()\n    1030\n\n    >>> cbs_paper = newspaper.build('http://cbs.com')\n    >>> cbs_paper.size()\n    2\n\nThe return value of ``cbs_paper.size()`` changes from 1030 to 2 because when we first\ncrawled cbs we found 1030 articles. However, on our second crawl, we eliminate all\narticles which have already been crawled.\n\nThis means **2** new articles have been published since our first extraction.\n\nYou may opt out of this feature with the ``memoize_articles`` parameter.\n\nYou may also pass in the lower level``Config`` objects as covered in the :ref:`advanced <advanced>` section.\n\n.. code-block:: pycon\n\n    >>> import newspaper\n\n    >>> cbs_paper = newspaper.build('http://cbs.com', memoize_articles=False)\n    >>> cbs_paper.size()\n    1030\n\n    >>> cbs_paper = newspaper.build('http://cbs.com', memoize_articles=False)\n    >>> cbs_paper.size()\n    1030\n\n\nExtracting Source categories\n----------------------------\n\n.. code-block:: pycon\n\n    >>> for category in cnn_paper.category_urls():\n    >>>     print(category)\n\n    u'http://lifestyle.cnn.com'\n    u'http://cnn.com/world'\n    u'http://tech.cnn.com'\n    ...\n\nExtracting Source feeds\n-----------------------\n\n.. code-block:: pycon\n\n    >>> for feed_url in cnn_paper.feed_urls():\n    >>>     print(feed_url)\n\n    u'http://rss.cnn.com/rss/cnn_crime.rss'\n    u'http://rss.cnn.com/rss/cnn_tech.rss'\n    ...\n\nExtracting Source brand & description\n-------------------------------------\n\n.. code-block:: pycon\n\n    >>> print(cnn_paper.brand)\n    u'cnn'\n\n    >>> print(cnn_paper.description)\n    u'CNN.com delivers the latest breaking news and information on the latest...'\n\nNews Articles\n-------------\n\nArticle objects are abstractions of news articles. For example, a news ``Source``\nwould be CNN while a news ``Article`` would be a specific CNN article.\nYou may reference an ``Article`` from an existing news ``Source`` or initialize\none by itself.\n\nReferencing it from a ``Source``.\n\n.. code-block:: pycon\n\n    >>> first_article = cnn_paper.articles[0]\n\nInitializing an ``Article`` by itself.\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n    >>> first_article = Article(url=\"http://www.lemonde.fr/...\", language='fr')\n\n\nNote the similar ``language=`` named paramater above. All the config parameters as described for ``Source`` objects also apply for ``Article`` objects! **Source and Article objects have a very similar api**.\n\nInitializing an ``Article`` with the particular content-type ignoring.\n\nThere is option to skip loading of articles with particular content-type,\nthat can be useful if it is not desired to have delays because of long PDF resources.\nThe default html value for the particular content type can be provided and then used in order to define the actual content-type of the article\n\n.. code-block:: pycon\n\n    >>> from newspaper import Article\n    >>> pdf_defaults = {\"application/pdf\": \"%PDF-\",\n                      \"application/x-pdf\": \"%PDF-\",\n                      \"application/x-bzpdf\": \"%PDF-\",\n                      \"application/x-gzpdf\": \"%PDF-\"}\n    >>> pdf_article = Article(url='https://www.adobe.com/pdf/pdfs/ISO32000-1PublicPatentLicense.pdf',\n                                            ignored_content_types_defaults=pdf_defaults)\n    >>> pdf_article.download()\n    >>> print(pdf_article.html)\n    %PDF-\n\nThere are endless possibilities on how we can manipulate and build articles.\n\nDownloading an Article\n----------------------\n\nWe begin by calling ``download()`` on an article. If you are interested in how to\nquickly download articles concurrently with multi-threading check out the\n:ref:`advanced <advanced>` section.\n\n.. code-block:: pycon\n\n    >>> first_article = cnn_paper.articles[0]\n\n    >>> first_article.download()\n\n    >>> print(first_article.html)\n    u'<!DOCTYPE HTML><html itemscope itemtype=\"http://...'\n\n    >>> print(cnn_paper.articles[7].html)\n    u'' fail, not downloaded yet\n\nParsing an Article\n------------------\n\nYou may also extract meaningful content from the html, like authors and body-text.\nYou **must** have called ``download()`` on an article before calling ``parse()``.\n\n.. code-block:: pycon\n\n    >>> first_article.parse()\n\n    >>> print(first_article.text)\n    u'Three sisters who were imprisoned for possibly...'\n\n    >>> print(first_article.top_image)\n    u'http://some.cdn.com/3424hfd4565sdfgdg436/\n\n    >>> print(first_article.authors)\n    [u'Eliott C. McLaughlin', u'Some CoAuthor']\n\n    >>> print(first_article.title)\n    u'Police: 3 sisters imprisoned in Tucson home'\n\n    >>> print(first_article.images)\n    ['url_to_img_1', 'url_to_img_2', 'url_to_img_3', ...]\n\n    >>> print(first_article.movies)\n    ['url_to_youtube_link_1', ...] # youtube, vimeo, etc\n\n\nPerforming NLP on an Article\n----------------------------\n\nFinally, you may extract out natural language properties from the text.\nYou **must** have called both ``download()`` and ``parse()`` on the article\nbefore calling ``nlp()``.\n\n**As of the current build, nlp() features only work on western languages.**\n\n.. code-block:: pycon\n\n    >>> first_article.nlp()\n\n    >>> print(first_article.summary)\n    u'...imprisoned for possibly a constant barrage...'\n\n    >>> print(first_article.keywords)\n    [u'music', u'Tucson', ... ]\n\n    >>> print(cnn_paper.articles[100].nlp()) # fail, not been downloaded yet\n    Traceback (...\n    ArticleException: You must parse an article before you try to..\n\n\n``nlp()`` is expensive, as is ``parse()``, make sure you actually need them before calling them on\nall of your articles! In some cases, if you just need urls, even ``download()`` is not necessary.\n\nEaster Eggs\n-----------\n\nHere are random but hopefully useful features! ``hot()`` returns a list of the top\ntrending terms on Google using a public api. ``popular_urls()`` returns a list\nof popular news source urls.. In case you need help choosing a news source!\n\n.. code-block:: pycon\n\n    >>> import newspaper\n\n    >>> newspaper.hot()\n    ['Ned Vizzini', Brian Boitano', Crossword Inventor', 'Alex & Sierra', ... ]\n\n    >>> newspaper.popular_urls()\n    ['http://slate.com', 'http://cnn.com', 'http://huffingtonpost.com', ... ]\n\n    >>> newspaper.languages()\n\n    Your available languages are:\n    input code      full name\n\n      ar              Arabic\n      de              German\n      en              English\n      es              Spanish\n      fr              French\n      he              Hebrew\n      it              Italian\n      ko              Korean\n      no              Norwegian\n      fa              Persian\n      pl              Polish\n      pt              Portuguese\n      sv              Swedish\n      zh              Chinese\n      uk              Ukrainian\n      sw              Swahili\n      bg              Bulgarian\n      hr              Croatian\n      ro              Romanian\n      sl              Slovenian\n      sr              Serbian\n      et              Estonian\n      ja              Japanese\n      be              Belarusian\n      lt              Lithuanian\n"
  },
  {
    "path": "download_corpora.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nDownloads the necessary NLTK models and corpora required to support\nall of newspaper's features. Modify for your own needs.\n\"\"\"\nimport nltk\n\nREQUIRED_CORPORA = [\n    'brown',  # Required for FastNPExtractor\n    'punkt',  # Required for WordTokenizer\n    'maxent_treebank_pos_tagger',  # Required for NLTKTagger\n    'movie_reviews',  # Required for NaiveBayesAnalyzer\n    'wordnet',  # Required for lemmatization and Wordnet\n    'stopwords'\n]\n\ndef main():\n    for each in REQUIRED_CORPORA:\n        print(('Downloading \"{0}\"'.format(each)))\n        nltk.download(each)\n    print(\"Finished.\")\n\nif __name__ == '__main__':\n    main()\n"
  },
  {
    "path": "newspaper/__init__.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nWherever smart people work, doors are unlocked. -- Steve Wozniak\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nfrom .api import (build, build_article, fulltext, hot, languages,\n                  popular_urls, Configuration as Config)\nfrom .article import Article, ArticleException\nfrom .mthreading import NewsPool\nfrom .source import Source\nfrom .version import __version__\n\nnews_pool = NewsPool()\n\n# Set default logging handler to avoid \"No handler found\" warnings.\nimport logging\n\ntry:  # Python 2.7+\n    from logging import NullHandler\nexcept ImportError:\n    class NullHandler(logging.Handler):\n        def emit(self, record):\n            pass\n\nlogging.getLogger(__name__).addHandler(NullHandler())\n"
  },
  {
    "path": "newspaper/api.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nIgnore the unused imports, this file's purpose is to make visible\nanything which a user might need to import from newspaper.\nView newspaper/__init__.py for its usage.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport feedparser\n\nfrom .article import Article\nfrom .configuration import Configuration\nfrom .settings import POPULAR_URLS, TRENDING_URL\nfrom .source import Source\nfrom .utils import extend_config, print_available_languages\n\n\ndef build(url='', dry=False, config=None, **kwargs) -> Source:\n    \"\"\"Returns a constructed source object without\n    downloading or parsing the articles\n    \"\"\"\n    config = config or Configuration()\n    config = extend_config(config, kwargs)\n    url = url or ''\n    s = Source(url, config=config)\n    if not dry:\n        s.build()\n    return s\n\n\ndef build_article(url='', config=None, **kwargs) -> Article:\n    \"\"\"Returns a constructed article object without downloading\n    or parsing\n    \"\"\"\n    config = config or Configuration()\n    config = extend_config(config, kwargs)\n    url = url or ''\n    a = Article(url, config=config)\n    return a\n\n\ndef languages():\n    \"\"\"Returns a list of the supported languages\n    \"\"\"\n    print_available_languages()\n\n\ndef popular_urls():\n    \"\"\"Returns a list of pre-extracted popular source urls\n    \"\"\"\n    with open(POPULAR_URLS) as f:\n        urls = ['http://' + u.strip() for u in f.readlines()]\n        return urls\n\n\ndef hot():\n    \"\"\"Returns a list of hit terms via google trends\n    \"\"\"\n    try:\n        listing = feedparser.parse(TRENDING_URL)['entries']\n        trends = [item['title'] for item in listing]\n        return trends\n    except Exception as e:\n        print('ERR hot terms failed!', str(e))\n        return None\n\n\ndef fulltext(html, language='en'):\n    \"\"\"Takes article HTML string input and outputs the fulltext\n    Input string is decoded via UnicodeDammit if needed\n    \"\"\"\n    from .cleaners import DocumentCleaner\n    from .configuration import Configuration\n    from .extractors import ContentExtractor\n    from .outputformatters import OutputFormatter\n\n    config = Configuration()\n    config.language = language\n\n    extractor = ContentExtractor(config)\n    document_cleaner = DocumentCleaner(config)\n    output_formatter = OutputFormatter(config)\n\n    doc = config.get_parser().fromstring(html)\n    doc = document_cleaner.clean(doc)\n\n    top_node = extractor.calculate_best_node(doc)\n    top_node = extractor.post_cleanup(top_node)\n    text, article_html = output_formatter.get_formatted(top_node)\n    return text\n"
  },
  {
    "path": "newspaper/article.py",
    "content": "# -*- coding: utf-8 -*-\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport copy\nimport os\nimport glob\nfrom urllib.parse import urlparse\n\nimport requests\n\nfrom . import images\nfrom . import network\nfrom . import nlp\nfrom . import settings\nfrom . import urls\n\nfrom .cleaners import DocumentCleaner\nfrom .configuration import Configuration\nfrom .extractors import ContentExtractor\nfrom .outputformatters import OutputFormatter\nfrom .utils import (URLHelper, RawHelper, extend_config,\n                    get_available_languages, extract_meta_refresh)\nfrom .videos.extractors import VideoExtractor\n\nlog = logging.getLogger(__name__)\n\n\nclass ArticleDownloadState(object):\n    NOT_STARTED = 0\n    FAILED_RESPONSE = 1\n    SUCCESS = 2\n\n\nclass ArticleException(Exception):\n    pass\n\n\nclass Article(object):\n    \"\"\"Article objects abstract an online news article page\n    \"\"\"\n    def __init__(self, url, title='', source_url='', config=None, **kwargs):\n        \"\"\"The **kwargs argument may be filled with config values, which\n        is added into the config object\n        \"\"\"\n        if isinstance(title, Configuration) or \\\n                isinstance(source_url, Configuration):\n            raise ArticleException(\n                'Configuration object being passed incorrectly as title or '\n                'source_url! Please verify `Article`s __init__() fn.')\n\n        self.config = config or Configuration()\n        self.config = extend_config(self.config, kwargs)\n\n        self.extractor = ContentExtractor(self.config)\n\n        if source_url == '':\n            scheme = urls.get_scheme(url)\n            if scheme is None:\n                scheme = 'http'\n            source_url = scheme + '://' + urls.get_domain(url)\n\n        if source_url is None or source_url == '':\n            raise ArticleException('input url bad format')\n\n        # URL to the main page of the news source which owns this article\n        self.source_url = source_url\n\n        self.url = urls.prepare_url(url, self.source_url)\n\n        self.title = title\n\n        # URL of the \"best image\" to represent this article\n        self.top_img = self.top_image = ''\n\n        # stores image provided by metadata\n        self.meta_img = ''\n\n        # All image urls in this article\n        self.imgs = self.images = []\n\n        # All videos in this article: youtube, vimeo, etc\n        self.movies = []\n\n        # Body text from this article\n        self.text = ''\n\n        # `keywords` are extracted via nlp() from the body text\n        self.keywords = []\n\n        # `meta_keywords` are extracted via parse() from <meta> tags\n        self.meta_keywords = []\n\n        # `tags` are also extracted via parse() from <meta> tags\n        self.tags = set()\n\n        # List of authors who have published the article, via parse()\n        self.authors = []\n\n        self.publish_date = ''\n\n        # Summary generated from the article's body txt\n        self.summary = ''\n\n        # This article's unchanged and raw HTML\n        self.html = ''\n\n        # The HTML of this article's main node (most important part)\n        self.article_html = ''\n\n        # Keep state for downloads and parsing\n        self.is_parsed = False\n        self.download_state = ArticleDownloadState.NOT_STARTED\n        self.download_exception_msg = None\n\n        # Meta description field in the HTML source\n        self.meta_description = \"\"\n\n        # Meta language field in HTML source\n        self.meta_lang = \"\"\n\n        # Meta favicon field in HTML source\n        self.meta_favicon = \"\"\n\n        # Meta site_name field in HTML source\n        self.meta_site_name = \"\"\n\n        # Meta tags contain a lot of structured data, e.g. OpenGraph\n        self.meta_data = {}\n\n        # The canonical link of this article if found in the meta data\n        self.canonical_link = \"\"\n\n        # Holds the top element of the DOM that we determine is a candidate\n        # for the main body of the article\n        self.top_node = None\n\n        # A deepcopied clone of the above object before heavy parsing\n        # operations, useful for users to query data in the\n        # \"most important part of the page\"\n        self.clean_top_node = None\n\n        # lxml DOM object generated from HTML\n        self.doc = None\n\n        # A deepcopied clone of the above object before undergoing heavy\n        # cleaning operations, serves as an API if users need to query the DOM\n        self.clean_doc = None\n\n        # A property dict for users to store custom data.\n        self.additional_data = {}\n\n    def build(self):\n        \"\"\"Build a lone article from a URL independent of the source (newspaper).\n        Don't normally call this method b/c it's good to multithread articles\n        on a source (newspaper) level.\n        \"\"\"\n        self.download()\n        self.parse()\n        self.nlp()\n\n    def _parse_scheme_file(self, path):\n        try:\n            with open(path, \"r\") as fin:\n                return fin.read()\n        except OSError as e:\n            self.download_state = ArticleDownloadState.FAILED_RESPONSE\n            self.download_exception_msg = e.strerror\n            return None\n\n    def _parse_scheme_http(self):\n        try:\n            return network.get_html_2XX_only(self.url, self.config)\n        except requests.exceptions.RequestException as e:\n            self.download_state = ArticleDownloadState.FAILED_RESPONSE\n            self.download_exception_msg = str(e)\n            return None\n\n    def download(self, input_html=None, title=None, recursion_counter=0):\n        \"\"\"Downloads the link's HTML content, don't use if you are batch async\n        downloading articles\n\n        recursion_counter (currently 1) stops refreshes that are potentially\n        infinite\n        \"\"\"\n        if input_html is None:\n            parsed_url = urlparse(self.url)\n            if parsed_url.scheme == \"file\":\n                html = self._parse_scheme_file(parsed_url.path)\n            else:\n                html = self._parse_scheme_http()\n            if html is None:\n                log.debug('Download failed on URL %s because of %s' %\n                          (self.url, self.download_exception_msg))\n                return\n        else:\n            html = input_html\n\n        if self.config.follow_meta_refresh:\n            meta_refresh_url = extract_meta_refresh(html)\n            if meta_refresh_url and recursion_counter < 1:\n                return self.download(\n                    input_html=network.get_html(meta_refresh_url),\n                    recursion_counter=recursion_counter + 1)\n\n        self.set_html(html)\n        self.set_title(title)\n\n    def parse(self):\n        self.throw_if_not_downloaded_verbose()\n\n        self.doc = self.config.get_parser().fromstring(self.html)\n        self.clean_doc = copy.deepcopy(self.doc)\n\n        if self.doc is None:\n            # `parse` call failed, return nothing\n            return\n\n        # TODO: Fix this, sync in our fix_url() method\n        parse_candidate = self.get_parse_candidate()\n        self.link_hash = parse_candidate.link_hash  # MD5\n\n        document_cleaner = DocumentCleaner(self.config)\n        output_formatter = OutputFormatter(self.config)\n\n        title = self.extractor.get_title(self.clean_doc)\n        self.set_title(title)\n\n        authors = self.extractor.get_authors(self.clean_doc)\n        self.set_authors(authors)\n\n        meta_lang = self.extractor.get_meta_lang(self.clean_doc)\n        self.set_meta_language(meta_lang)\n\n        if self.config.use_meta_language:\n            self.extractor.update_language(self.meta_lang)\n            output_formatter.update_language(self.meta_lang)\n\n        meta_favicon = self.extractor.get_favicon(self.clean_doc)\n        self.set_meta_favicon(meta_favicon)\n\n        meta_site_name = self.extractor.get_meta_site_name(self.clean_doc)\n        self.set_meta_site_name(meta_site_name)\n\n        meta_description = \\\n            self.extractor.get_meta_description(self.clean_doc)\n        self.set_meta_description(meta_description)\n\n        canonical_link = self.extractor.get_canonical_link(\n            self.url, self.clean_doc)\n        self.set_canonical_link(canonical_link)\n\n        tags = self.extractor.extract_tags(self.clean_doc)\n        self.set_tags(tags)\n\n        meta_keywords = self.extractor.get_meta_keywords(\n            self.clean_doc)\n        self.set_meta_keywords(meta_keywords)\n\n        meta_data = self.extractor.get_meta_data(self.clean_doc)\n        self.set_meta_data(meta_data)\n\n        self.publish_date = self.extractor.get_publishing_date(\n            self.url,\n            self.clean_doc)\n\n        # Before any computations on the body, clean DOM object\n        self.doc = document_cleaner.clean(self.doc)\n\n        self.top_node = self.extractor.calculate_best_node(self.doc)\n        if self.top_node is not None:\n            video_extractor = VideoExtractor(self.config, self.top_node)\n            self.set_movies(video_extractor.get_videos())\n\n            self.top_node = self.extractor.post_cleanup(self.top_node)\n            self.clean_top_node = copy.deepcopy(self.top_node)\n\n            text, article_html = output_formatter.get_formatted(\n                self.top_node)\n            self.set_article_html(article_html)\n            self.set_text(text)\n\n        self.fetch_images()\n\n        self.is_parsed = True\n        self.release_resources()\n\n    def fetch_images(self):\n        if self.clean_doc is not None:\n            meta_img_url = self.extractor.get_meta_img_url(\n                self.url, self.clean_doc)\n            self.set_meta_img(meta_img_url)\n\n            imgs = self.extractor.get_img_urls(self.url, self.clean_doc)\n            if self.meta_img:\n                imgs.add(self.meta_img)\n            self.set_imgs(imgs)\n\n        if self.clean_top_node is not None and not self.has_top_image():\n            first_img = self.extractor.get_first_img_url(\n                self.url, self.clean_top_node)\n            if self.config.fetch_images:\n                self.set_top_img(first_img)\n            else:\n                self.set_top_img_no_check(first_img)\n\n        if not self.has_top_image() and self.config.fetch_images:\n            self.set_reddit_top_img()\n\n    def has_top_image(self):\n        return self.top_img is not None and self.top_img != ''\n\n    def is_valid_url(self):\n        \"\"\"Performs a check on the url of this link to determine if article\n        is a real news article or not\n        \"\"\"\n        return urls.valid_url(self.url)\n\n    def is_valid_body(self):\n        \"\"\"If the article's body text is long enough to meet\n        standard article requirements, keep the article\n        \"\"\"\n        if not self.is_parsed:\n            raise ArticleException('must parse article before checking \\\n                                    if it\\'s body is valid!')\n        meta_type = self.extractor.get_meta_type(self.clean_doc)\n        wordcount = self.text.split(' ')\n        sentcount = self.text.split('.')\n\n        if (meta_type == 'article' and len(wordcount) >\n                (self.config.MIN_WORD_COUNT)):\n            log.debug('%s verified for article and wc' % self.url)\n            return True\n\n        if not self.is_media_news() and not self.text:\n            log.debug('%s caught for no media no text' % self.url)\n            return False\n\n        if self.title is None or len(self.title.split(' ')) < 2:\n            log.debug('%s caught for bad title' % self.url)\n            return False\n\n        if len(wordcount) < self.config.MIN_WORD_COUNT:\n            log.debug('%s caught for word cnt' % self.url)\n            return False\n\n        if len(sentcount) < self.config.MIN_SENT_COUNT:\n            log.debug('%s caught for sent cnt' % self.url)\n            return False\n\n        if self.html is None or self.html == '':\n            log.debug('%s caught for no html' % self.url)\n            return False\n\n        log.debug('%s verified for default true' % self.url)\n        return True\n\n    def is_media_news(self):\n        \"\"\"If the article is related heavily to media:\n        gallery, video, big pictures, etc\n        \"\"\"\n        safe_urls = ['/video', '/slide', '/gallery', '/powerpoint',\n                     '/fashion', '/glamour', '/cloth']\n        for s in safe_urls:\n            if s in self.url:\n                return True\n        return False\n\n    def nlp(self):\n        \"\"\"Keyword extraction wrapper\n        \"\"\"\n        self.throw_if_not_downloaded_verbose()\n        self.throw_if_not_parsed_verbose()\n\n        nlp.load_stopwords(self.config.get_language())\n        text_keyws = list(nlp.keywords(self.text).keys())\n        title_keyws = list(nlp.keywords(self.title).keys())\n        keyws = list(set(title_keyws + text_keyws))\n        self.set_keywords(keyws)\n\n        max_sents = self.config.MAX_SUMMARY_SENT\n\n        summary_sents = nlp.summarize(title=self.title, text=self.text, max_sents=max_sents)\n        summary = '\\n'.join(summary_sents)\n        self.set_summary(summary)\n\n    def get_parse_candidate(self):\n        \"\"\"A parse candidate is a wrapper object holding a link hash of this\n        article and a final_url of the article\n        \"\"\"\n        if self.html:\n            return RawHelper.get_parsing_candidate(self.url, self.html)\n        return URLHelper.get_parsing_candidate(self.url)\n\n    def build_resource_path(self):\n        \"\"\"Must be called after computing HTML/final URL\n        \"\"\"\n        res_path = self.get_resource_path()\n        if not os.path.exists(res_path):\n            os.mkdir(res_path)\n\n    def get_resource_path(self):\n        \"\"\"Every article object has a special directory to store data in from\n        initialization to garbage collection\n        \"\"\"\n        res_dir_fn = 'article_resources'\n        resource_directory = os.path.join(settings.TOP_DIRECTORY, res_dir_fn)\n        if not os.path.exists(resource_directory):\n            os.mkdir(resource_directory)\n        dir_path = os.path.join(resource_directory, '%s_' % self.link_hash)\n        return dir_path\n\n    def release_resources(self):\n        # TODO: implement in entirety\n        path = self.get_resource_path()\n        for fname in glob.glob(path):\n            try:\n                os.remove(fname)\n            except OSError:\n                pass\n        # os.remove(path)\n\n    def set_reddit_top_img(self):\n        \"\"\"Wrapper for setting images. Queries known image attributes\n        first, then uses Reddit's image algorithm as a fallback.\n        \"\"\"\n        try:\n            s = images.Scraper(self)\n            self.set_top_img(s.largest_image_url())\n        except TypeError as e:\n            if \"Can't convert 'NoneType' object to str implicitly\" in e.args[0]:\n                log.debug('No pictures found. Top image not set, %s' % e)\n            elif 'timed out' in e.args[0]:\n                log.debug('Download of picture timed out. Top image not set, %s' % e)\n            else:\n                log.critical('TypeError other than None type error. '\n                             'Cannot set top image using the Reddit '\n                             'algorithm. Possible error with PIL., %s' % e)\n        except Exception as e:\n            log.critical('Other error with setting top image using the '\n                         'Reddit algorithm. Possible error with PIL, %s' % e)\n\n    def set_title(self, input_title):\n        if input_title:\n            self.title = input_title[:self.config.MAX_TITLE]\n\n    def set_text(self, text):\n        text = text[:self.config.MAX_TEXT]\n        if text:\n            self.text = text\n\n    def set_html(self, html):\n        \"\"\"Encode HTML before setting it\n        \"\"\"\n        if html:\n            if isinstance(html, bytes):\n                html = self.config.get_parser().get_unicode_html(html)\n            self.html = html\n            self.download_state = ArticleDownloadState.SUCCESS\n\n    def set_article_html(self, article_html):\n        \"\"\"Sets the HTML of just the article's `top_node`\n        \"\"\"\n        if article_html:\n            self.article_html = article_html\n\n    def set_meta_img(self, src_url):\n        self.meta_img = src_url\n        self.set_top_img_no_check(src_url)\n\n    def set_top_img(self, src_url):\n        if src_url is not None:\n            s = images.Scraper(self)\n            if s.satisfies_requirements(src_url):\n                self.set_top_img_no_check(src_url)\n\n    def set_top_img_no_check(self, src_url):\n        \"\"\"Provide 2 APIs for images. One at \"top_img\", \"imgs\"\n        and one at \"top_image\", \"images\"\n        \"\"\"\n        self.top_img = src_url\n        self.top_image = src_url\n\n    def set_imgs(self, imgs):\n        \"\"\"The motive for this method is the same as above, provide APIs\n        for both `article.imgs` and `article.images`\n        \"\"\"\n        self.images = imgs\n        self.imgs = imgs\n\n    def set_keywords(self, keywords):\n        \"\"\"Keys are stored in list format\n        \"\"\"\n        if not isinstance(keywords, list):\n            raise Exception(\"Keyword input must be list!\")\n        if keywords:\n            self.keywords = keywords[:self.config.MAX_KEYWORDS]\n\n    def set_authors(self, authors):\n        \"\"\"Authors are in [\"firstName lastName\", \"firstName lastName\"] format\n        \"\"\"\n        if not isinstance(authors, list):\n            raise Exception(\"authors input must be list!\")\n        if authors:\n            self.authors = authors[:self.config.MAX_AUTHORS]\n\n    def set_summary(self, summary):\n        \"\"\"Summary here refers to a paragraph of text from the\n        title text and body text\n        \"\"\"\n        self.summary = summary[:self.config.MAX_SUMMARY]\n\n    def set_meta_language(self, meta_lang):\n        \"\"\"Save langauges in their ISO 2-character form\n        \"\"\"\n        if meta_lang and len(meta_lang) >= 2 and \\\n           meta_lang in get_available_languages():\n            self.meta_lang = meta_lang[:2]\n\n    def set_meta_keywords(self, meta_keywords):\n        \"\"\"Store the keys in list form\n        \"\"\"\n        self.meta_keywords = [k.strip() for k in meta_keywords.split(',')]\n\n    def set_meta_favicon(self, meta_favicon):\n        self.meta_favicon = meta_favicon\n\n    def set_meta_site_name(self, meta_site_name):\n        self.meta_site_name = meta_site_name\n\n    def set_meta_description(self, meta_description):\n        self.meta_description = meta_description\n\n    def set_meta_data(self, meta_data):\n        self.meta_data = meta_data\n\n    def set_canonical_link(self, canonical_link):\n        self.canonical_link = canonical_link\n\n    def set_tags(self, tags):\n        self.tags = tags\n\n    def set_movies(self, movie_objects):\n        \"\"\"Trim video objects into just urls\n        \"\"\"\n        movie_urls = [o.src for o in movie_objects if o and o.src]\n        self.movies = movie_urls\n\n    def throw_if_not_downloaded_verbose(self):\n        \"\"\"Parse ArticleDownloadState -> log readable status\n        -> maybe throw ArticleException\n        \"\"\"\n        if self.download_state == ArticleDownloadState.NOT_STARTED:\n            raise ArticleException('You must `download()` an article first!')\n        elif self.download_state == ArticleDownloadState.FAILED_RESPONSE:\n            raise ArticleException('Article `download()` failed with %s on URL %s' %\n                  (self.download_exception_msg, self.url))\n\n    def throw_if_not_parsed_verbose(self):\n        \"\"\"Parse `is_parsed` status -> log readable status\n        -> maybe throw ArticleException\n        \"\"\"\n        if not self.is_parsed:\n            raise ArticleException('You must `parse()` an article first!')\n"
  },
  {
    "path": "newspaper/cleaners.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nHolds the code for cleaning out unwanted tags from the lxml\ndom xpath.\n\"\"\"\nimport copy\nfrom .utils import ReplaceSequence\n\n\nclass DocumentCleaner(object):\n\n    def __init__(self, config):\n        \"\"\"Set appropriate tag names and regexes of tags to remove\n        from the HTML\n        \"\"\"\n        self.config = config\n        self.parser = self.config.get_parser()\n        self.remove_nodes_re = (\n            \"^side$|combx|retweet|mediaarticlerelated|menucontainer|\"\n            \"navbar|storytopbar-bucket|utility-bar|inline-share-tools\"\n            \"|comment|PopularQuestions|contact|foot|footer|Footer|footnote\"\n            \"|cnn_strycaptiontxt|cnn_html_slideshow|cnn_strylftcntnt\"\n            \"|links|meta$|shoutbox|sponsor\"\n            \"|tags|socialnetworking|socialNetworking|cnnStryHghLght\"\n            \"|cnn_stryspcvbx|^inset$|pagetools|post-attributes\"\n            \"|welcome_form|contentTools2|the_answers\"\n            \"|communitypromo|runaroundLeft|subscribe|vcard|articleheadings\"\n            \"|date|^print$|popup|author-dropdown|tools|socialtools|byline\"\n            \"|konafilter|KonaFilter|breadcrumbs|^fn$|wp-caption-text\"\n            \"|legende|ajoutVideo|timestamp|js_replies\"\n        )\n        self.regexp_namespace = \"http://exslt.org/regular-expressions\"\n        self.nauthy_ids_re = (\"//*[re:test(@id, '%s', 'i')]\" %\n                              self.remove_nodes_re)\n        self.nauthy_classes_re = (\"//*[re:test(@class, '%s', 'i')]\" %\n                                  self.remove_nodes_re)\n        self.nauthy_names_re = (\"//*[re:test(@name, '%s', 'i')]\" %\n                                self.remove_nodes_re)\n        self.div_to_p_re = r\"<(a|blockquote|dl|div|img|ol|p|pre|table|ul)\"\n        self.caption_re = \"^caption$\"\n        self.google_re = \" google \"\n        self.entries_re = \"^[^entry-]more.*$\"\n        self.facebook_re = \"[^-]facebook\"\n        self.facebook_broadcasting_re = \"facebook-broadcasting\"\n        self.twitter_re = \"[^-]twitter\"\n        self.tablines_replacements = ReplaceSequence()\\\n            .create(\"\\n\", \"\\n\\n\")\\\n            .append(\"\\t\")\\\n            .append(\"^\\\\s+$\")\n        self.contains_article = './/article|.//*[@id=\"article\"]|.//*[@itemprop=\"articleBody\"]'\n\n    def clean(self, doc_to_clean):\n        \"\"\"Remove chunks of the DOM as specified\n        \"\"\"\n        doc_to_clean = self.clean_body_classes(doc_to_clean)\n        doc_to_clean = self.clean_article_tags(doc_to_clean)\n        doc_to_clean = self.clean_em_tags(doc_to_clean)\n        doc_to_clean = self.remove_drop_caps(doc_to_clean)\n        doc_to_clean = self.remove_scripts_styles(doc_to_clean)\n        doc_to_clean = self.clean_bad_tags(doc_to_clean)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean, self.caption_re)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean, self.google_re)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean, self.entries_re)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean, self.facebook_re)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean,\n                                               self.facebook_broadcasting_re)\n        doc_to_clean = self.remove_nodes_regex(doc_to_clean, self.twitter_re)\n        doc_to_clean = self.clean_para_spans(doc_to_clean)\n        doc_to_clean = self.div_to_para(doc_to_clean, 'div')\n        doc_to_clean = self.div_to_para(doc_to_clean, 'span')\n        doc_to_clean = self.div_to_para(doc_to_clean, 'section')\n        return doc_to_clean\n\n    def clean_body_classes(self, doc):\n        \"\"\"Removes the `class` attribute from the <body> tag because\n        if there is a bad match, the entire DOM will be empty!\n        \"\"\"\n        elements = self.parser.getElementsByTag(doc, tag=\"body\")\n        if elements:\n            self.parser.delAttribute(elements[0], attr=\"class\")\n        return doc\n\n    def clean_article_tags(self, doc):\n        articles = self.parser.getElementsByTag(doc, tag='article')\n        for article in articles:\n            for attr in ['id', 'name', 'class']:\n                self.parser.delAttribute(article, attr=attr)\n        return doc\n\n    def clean_em_tags(self, doc):\n        ems = self.parser.getElementsByTag(doc, tag='em')\n        for node in ems:\n            images = self.parser.getElementsByTag(node, tag='img')\n            if len(images) == 0:\n                self.parser.drop_tag(node)\n        return doc\n\n    def remove_drop_caps(self, doc):\n        items = self.parser.css_select(doc, 'span[class~=dropcap], '\n                                       'span[class~=drop_cap]')\n        for item in items:\n            self.parser.drop_tag(item)\n        return doc\n\n    def remove_scripts_styles(self, doc):\n        # remove scripts\n        scripts = self.parser.getElementsByTag(doc, tag='script')\n        for item in scripts:\n            self.parser.remove(item)\n        # remove styles\n        styles = self.parser.getElementsByTag(doc, tag='style')\n        for item in styles:\n            self.parser.remove(item)\n        # remove comments\n        comments = self.parser.getComments(doc)\n        for item in comments:\n            self.parser.remove(item)\n\n        return doc\n\n    def clean_bad_tags(self, doc):\n        # ids\n        naughty_list = self.parser.xpath_re(doc, self.nauthy_ids_re)\n        for node in naughty_list:\n            if not node.xpath(self.contains_article):\n                self.parser.remove(node)\n        # class\n        naughty_classes = self.parser.xpath_re(doc, self.nauthy_classes_re)\n        for node in naughty_classes:\n            if not node.xpath(self.contains_article):\n                self.parser.remove(node)\n        # name\n        naughty_names = self.parser.xpath_re(doc, self.nauthy_names_re)\n        for node in naughty_names:\n            if not node.xpath(self.contains_article):\n                self.parser.remove(node)\n        return doc\n\n    def remove_nodes_regex(self, doc, pattern):\n        for selector in ['id', 'class']:\n            reg = \"//*[re:test(@%s, '%s', 'i')]\" % (selector, pattern)\n            naughty_list = self.parser.xpath_re(doc, reg)\n            for node in naughty_list:\n                self.parser.remove(node)\n        return doc\n\n    def clean_para_spans(self, doc):\n        spans = self.parser.css_select(doc, 'p span')\n        for item in spans:\n            self.parser.drop_tag(item)\n        return doc\n\n    def get_flushed_buffer(self, replacement_text, doc):\n        return self.parser.textToPara(replacement_text)\n\n    def replace_walk_left_right(self, kid, kid_text,\n                                replacement_text, nodes_to_remove):\n        kid_text_node = kid\n        replace_text = self.tablines_replacements.replaceAll(kid_text)\n        if len(replace_text) > 1:\n            prev_node = self.parser.previousSibling(kid_text_node)\n            while prev_node is not None \\\n                    and self.parser.getTag(prev_node) == \"a\" \\\n                    and self.parser.getAttribute(\n                        prev_node, 'grv-usedalready') != 'yes':\n                outer = \" \" + self.parser.outerHtml(prev_node) + \" \"\n                replacement_text.append(outer)\n                nodes_to_remove.append(prev_node)\n                self.parser.setAttribute(prev_node, attr='grv-usedalready',\n                                         value='yes')\n                prev_node = self.parser.previousSibling(prev_node)\n\n            replacement_text.append(replace_text)\n            next_node = self.parser.nextSibling(kid_text_node)\n            while next_node is not None \\\n                    and self.parser.getTag(next_node) == \"a\" \\\n                    and self.parser.getAttribute(\n                        next_node, 'grv-usedalready') != 'yes':\n                outer = \" \" + self.parser.outerHtml(next_node) + \" \"\n                replacement_text.append(outer)\n                nodes_to_remove.append(next_node)\n                self.parser.setAttribute(next_node, attr='grv-usedalready',\n                                         value='yes')\n                next_node = self.parser.nextSibling(next_node)\n\n    def get_replacement_nodes(self, doc, div):\n        replacement_text = []\n        nodes_to_return = []\n        nodes_to_remove = []\n        kids = self.parser.childNodesWithText(div)\n        for kid in kids:\n            # The node is a <p> and already has some replacement text\n            if self.parser.getTag(kid) == 'p' and len(replacement_text) > 0:\n                new_node = self.get_flushed_buffer(\n                    ''.join(replacement_text), doc)\n                nodes_to_return.append(new_node)\n                replacement_text = []\n                nodes_to_return.append(kid)\n            # The node is a text node\n            elif self.parser.isTextNode(kid):\n                kid_text = self.parser.getText(kid)\n                self.replace_walk_left_right(kid, kid_text, replacement_text,\n                                             nodes_to_remove)\n            else:\n                nodes_to_return.append(kid)\n\n        # flush out anything still remaining\n        if(len(replacement_text) > 0):\n            new_node = self.get_flushed_buffer(''.join(replacement_text), doc)\n            nodes_to_return.append(new_node)\n            replacement_text = []\n\n        for n in nodes_to_remove:\n            self.parser.remove(n)\n\n        return nodes_to_return\n\n    def replace_with_para(self, doc, div):\n        self.parser.replaceTag(div, 'p')\n\n    def div_to_para(self, doc, dom_type):\n        bad_divs = 0\n        else_divs = 0\n        divs = self.parser.getElementsByTag(doc, tag=dom_type)\n        tags = ['a', 'blockquote', 'dl', 'div', 'img', 'ol', 'p',\n                'pre', 'table', 'ul']\n        for div in divs:\n            items = self.parser.getElementsByTags(div, tags)\n            if div is not None and len(items) == 0:\n                self.replace_with_para(doc, div)\n                bad_divs += 1\n            elif div is not None:\n                replace_nodes = self.get_replacement_nodes(doc, div)\n                replace_nodes = [n for n in replace_nodes if n is not None]\n                attrib = copy.deepcopy(div.attrib)\n                div.clear()\n                for i, node in enumerate(replace_nodes):\n                    div.insert(i, node)\n                for name, value in attrib.items():\n                    div.set(name, value)\n                else_divs += 1\n        return doc\n"
  },
  {
    "path": "newspaper/configuration.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nThis class holds configuration objects, which can be thought of\nas settings.py but dynamic and changing for whatever parent object\nholds them. For example, pass in a config object to an Article\nobject, Source object, or even network methods, and it just works.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\n\nfrom .parsers import Parser\nfrom .text import (StopWords, StopWordsArabic, StopWordsChinese,\n                   StopWordsKorean, StopWordsHindi, StopWordsJapanese, StopWordsThai)\nfrom .version import __version__\n\nlog = logging.getLogger(__name__)\n\n\nclass Configuration(object):\n    def __init__(self):\n        \"\"\"\n        Modify any of these Article / Source properties\n        TODO: Have a separate ArticleConfig and SourceConfig extend this!\n        \"\"\"\n        self.MIN_WORD_COUNT = 300  # num of word tokens in text\n        self.MIN_SENT_COUNT = 7  # num of sentence tokens\n        self.MAX_TITLE = 200  # num of chars\n        self.MAX_TEXT = 100000  # num of chars\n        self.MAX_KEYWORDS = 35  # num of strings in list\n        self.MAX_AUTHORS = 10  # num strings in list\n        self.MAX_SUMMARY = 5000  # num of chars\n        self.MAX_SUMMARY_SENT = 5  # num of sentences\n\n        # max number of urls we cache for each news source\n        self.MAX_FILE_MEMO = 20000\n\n        # Cache and save articles run after run\n        self.memoize_articles = True\n\n        # Set this to false if you don't care about getting images\n        self.fetch_images = True\n        self.image_dimension_ration = 16 / 9.0\n\n        # Follow meta refresh redirect when downloading\n        self.follow_meta_refresh = False\n\n        # Don't toggle this variable, done internally\n        self.use_meta_language = True\n\n        # You may keep the html of just the main article body\n        self.keep_article_html = False\n\n        # Fail for error responses (e.g. 404 page)\n        self.http_success_only = True\n\n        # English is the fallback\n        self._language = 'en'\n\n        # Unique stopword classes for oriental languages, don't toggle\n        self.stopwords_class = StopWords\n\n        self.browser_user_agent = 'newspaper/%s' % __version__\n        self.headers = {}\n        self.request_timeout = 7\n        self.proxies = {}\n        self.number_threads = 10\n\n        self.verbose = False  # for debugging\n\n        self.thread_timeout_seconds = 1\n        self.ignored_content_types_defaults = {}\n        # Set this to False if you want to recompute the categories\n        # *every* time you build a `Source` object\n        # TODO: Actually make this work\n        # self.use_cached_categories = True\n\n    def get_language(self):\n        return self._language\n\n    def del_language(self):\n        raise Exception('wtf are you doing?')\n\n    def set_language(self, language):\n        \"\"\"Language setting must be set in this method b/c non-occidental\n        (western) languages require a separate stopwords class.\n        \"\"\"\n        if not language or len(language) != 2:\n            raise Exception(\"Your input language must be a 2 char language code, \\\n                for example: english-->en \\n and german-->de\")\n\n        # If explicitly set language, don't use meta\n        self.use_meta_language = False\n\n        # Set oriental language stopword class\n        self._language = language\n        self.stopwords_class = self.get_stopwords_class(language)\n\n    language = property(get_language, set_language,\n                        del_language, \"language prop\")\n\n    @staticmethod\n    def get_stopwords_class(language):\n        if language == 'ko':\n            return StopWordsKorean\n        elif language == 'hi':\n            return StopWordsHindi\n        elif language == 'zh':\n            return StopWordsChinese\n        # Persian and Arabic Share an alphabet\n        # There is a persian parser https://github.com/sobhe/hazm, but nltk is likely sufficient\n        elif language == 'ar' or language == 'fa':\n            return StopWordsArabic\n        elif language == 'ja':\n            return StopWordsJapanese\n        elif language == 'th':\n            return StopWordsThai\n        return StopWords\n\n    @staticmethod\n    def get_parser():\n        return Parser\n\n\nclass ArticleConfiguration(Configuration):\n    pass\n\n\nclass SourceConfiguration(Configuration):\n    pass\n"
  },
  {
    "path": "newspaper/extractors.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nNewspaper uses much of python-goose's extraction code. View their license:\nhttps://github.com/codelucas/newspaper/blob/master/GOOSE-LICENSE.txt\n\nKeep all html page extraction code within this file. Abstract any\nlxml or soup parsing code in the parsers.py file!\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport copy\nimport logging\nimport re\nimport re\nfrom collections import defaultdict\n\nfrom dateutil.parser import parse as date_parser\nfrom tldextract import tldextract\nfrom urllib.parse import urljoin, urlparse, urlunparse\n\nfrom . import urls\nfrom .utils import StringReplacement, StringSplitter\n\nlog = logging.getLogger(__name__)\n\nMOTLEY_REPLACEMENT = StringReplacement(\"&#65533;\", \"\")\nESCAPED_FRAGMENT_REPLACEMENT = StringReplacement(\n    \"#!\", \"?_escaped_fragment_=\")\nTITLE_REPLACEMENTS = StringReplacement(\"&raquo;\", \"»\")\nPIPE_SPLITTER = StringSplitter(\"\\\\|\")\nDASH_SPLITTER = StringSplitter(\" - \")\nUNDERSCORE_SPLITTER = StringSplitter(\"_\")\nSLASH_SPLITTER = StringSplitter(\"/\")\nARROWS_SPLITTER = StringSplitter(\" » \")\nCOLON_SPLITTER = StringSplitter(\":\")\nSPACE_SPLITTER = StringSplitter(' ')\nNO_STRINGS = set()\nA_REL_TAG_SELECTOR = \"a[rel=tag]\"\nA_HREF_TAG_SELECTOR = (\"a[href*='/tag/'], a[href*='/tags/'], \"\n                       \"a[href*='/topic/'], a[href*='?keyword=']\")\nRE_LANG = r'^[A-Za-z]{2}$'\n\ngood_paths = ['story', 'article', 'feature', 'featured', 'slides',\n              'slideshow', 'gallery', 'news', 'video', 'media',\n              'v', 'radio', 'press']\nbad_chunks = ['careers', 'contact', 'about', 'faq', 'terms', 'privacy',\n              'advert', 'preferences', 'feedback', 'info', 'browse', 'howto',\n              'account', 'subscribe', 'donate', 'shop', 'admin']\nbad_domains = ['amazon', 'doubleclick', 'twitter']\n\n\nclass ContentExtractor(object):\n    def __init__(self, config):\n        self.config = config\n        self.parser = self.config.get_parser()\n        self.language = config.language\n        self.stopwords_class = config.stopwords_class\n\n    def update_language(self, meta_lang):\n        \"\"\"Required to be called before the extraction process in some\n        cases because the stopwords_class has to set incase the lang\n        is not latin based\n        \"\"\"\n        if meta_lang:\n            self.language = meta_lang\n            self.stopwords_class = \\\n                self.config.get_stopwords_class(meta_lang)\n\n    def get_authors(self, doc):\n        \"\"\"Fetch the authors of the article, return as a list\n        Only works for english articles\n        \"\"\"\n        _digits = re.compile('\\d')\n\n        def contains_digits(d):\n            return bool(_digits.search(d))\n\n        def uniqify_list(lst):\n            \"\"\"Remove duplicates from provided list but maintain original order.\n              Derived from http://www.peterbe.com/plog/uniqifiers-benchmark\n            \"\"\"\n            seen = {}\n            result = []\n            for item in lst:\n                if item.lower() in seen:\n                    continue\n                seen[item.lower()] = 1\n                result.append(item.title())\n            return result\n\n        def parse_byline(search_str):\n            \"\"\"\n            Takes a candidate line of html or text and\n            extracts out the name(s) in list form:\n            >>> parse_byline('<div>By: <strong>Lucas Ou-Yang</strong>,<strong>Alex Smith</strong></div>')\n            ['Lucas Ou-Yang', 'Alex Smith']\n            \"\"\"\n            # Remove HTML boilerplate\n            search_str = re.sub('<[^<]+?>', '', search_str)\n\n            # Remove original By statement\n            search_str = re.sub('[bB][yY][\\:\\s]|[fF]rom[\\:\\s]', '', search_str)\n\n            search_str = search_str.strip()\n\n            # Chunk the line by non alphanumeric tokens (few name exceptions)\n            # >>> re.split(\"[^\\w\\'\\-\\.]\", \"Tyler G. Jones, Lucas Ou, Dean O'Brian and Ronald\")\n            # ['Tyler', 'G.', 'Jones', '', 'Lucas', 'Ou', '', 'Dean', \"O'Brian\", 'and', 'Ronald']\n            name_tokens = re.split(\"[^\\w\\'\\-\\.]\", search_str)\n            name_tokens = [s.strip() for s in name_tokens]\n\n            _authors = []\n            # List of first, last name tokens\n            curname = []\n            delimiters = ['and', ',', '']\n\n            for token in name_tokens:\n                if token in delimiters:\n                    if len(curname) > 0:\n                        _authors.append(' '.join(curname))\n                        curname = []\n\n                elif not contains_digits(token):\n                    curname.append(token)\n\n            # One last check at end\n            valid_name = (len(curname) >= 2)\n            if valid_name:\n                _authors.append(' '.join(curname))\n\n            return _authors\n\n        # Try 1: Search popular author tags for authors\n\n        ATTRS = ['name', 'rel', 'itemprop', 'class', 'id']\n        VALS = ['author', 'byline', 'dc.creator', 'byl']\n        matches = []\n        authors = []\n\n        for attr in ATTRS:\n            for val in VALS:\n                # found = doc.xpath('//*[@%s=\"%s\"]' % (attr, val))\n                found = self.parser.getElementsByTag(doc, attr=attr, value=val)\n                matches.extend(found)\n\n        for match in matches:\n            content = ''\n            if match.tag == 'meta':\n                mm = match.xpath('@content')\n                if len(mm) > 0:\n                    content = mm[0]\n            else:\n                content = match.text_content() or ''\n            if len(content) > 0:\n                authors.extend(parse_byline(content))\n\n        return uniqify_list(authors)\n\n        # TODO Method 2: Search raw html for a by-line\n        # match = re.search('By[\\: ].*\\\\n|From[\\: ].*\\\\n', html)\n        # try:\n        #    # Don't let zone be too long\n        #    line = match.group(0)[:100]\n        #    authors = parse_byline(line)\n        # except:\n        #    return [] # Failed to find anything\n        # return authors\n\n    def get_publishing_date(self, url, doc):\n        \"\"\"3 strategies for publishing date extraction. The strategies\n        are descending in accuracy and the next strategy is only\n        attempted if a preferred one fails.\n\n        1. Pubdate from URL\n        2. Pubdate from metadata\n        3. Raw regex searches in the HTML + added heuristics\n        \"\"\"\n\n        def parse_date_str(date_str):\n            if date_str:\n                try:\n                    return date_parser(date_str)\n                except (ValueError, OverflowError, AttributeError, TypeError):\n                    # near all parse failures are due to URL dates without a day\n                    # specifier, e.g. /2014/04/\n                    return None\n\n        date_match = re.search(urls.STRICT_DATE_REGEX, url)\n        if date_match:\n            date_str = date_match.group(0)\n            datetime_obj = parse_date_str(date_str)\n            if datetime_obj:\n                return datetime_obj\n\n        PUBLISH_DATE_TAGS = [\n            {'attribute': 'property', 'value': 'rnews:datePublished',\n             'content': 'content'},\n            {'attribute': 'property', 'value': 'article:published_time',\n             'content': 'content'},\n            {'attribute': 'name', 'value': 'OriginalPublicationDate',\n             'content': 'content'},\n            {'attribute': 'itemprop', 'value': 'datePublished',\n             'content': 'datetime'},\n            {'attribute': 'property', 'value': 'og:published_time',\n             'content': 'content'},\n            {'attribute': 'name', 'value': 'article_date_original',\n             'content': 'content'},\n            {'attribute': 'name', 'value': 'publication_date',\n             'content': 'content'},\n            {'attribute': 'name', 'value': 'sailthru.date',\n             'content': 'content'},\n            {'attribute': 'name', 'value': 'PublishDate',\n             'content': 'content'},\n            {'attribute': 'pubdate', 'value': 'pubdate',\n             'content': 'datetime'},\n            {'attribute': 'name', 'value': 'publish_date',\n             'content': 'content'},\n        ]\n        for known_meta_tag in PUBLISH_DATE_TAGS:\n            meta_tags = self.parser.getElementsByTag(\n                doc,\n                attr=known_meta_tag['attribute'],\n                value=known_meta_tag['value'])\n            if meta_tags:\n                date_str = self.parser.getAttribute(\n                    meta_tags[0],\n                    known_meta_tag['content'])\n                datetime_obj = parse_date_str(date_str)\n                if datetime_obj:\n                    return datetime_obj\n\n        return None\n\n    def get_title(self, doc):\n        \"\"\"Fetch the article title and analyze it\n\n        Assumptions:\n        - title tag is the most reliable (inherited from Goose)\n        - h1, if properly detected, is the best (visible to users)\n        - og:title and h1 can help improve the title extraction\n        - python == is too strict, often we need to compare filtered\n          versions, i.e. lowercase and ignoring special chars\n\n        Explicit rules:\n        1. title == h1, no need to split\n        2. h1 similar to og:title, use h1\n        3. title contains h1, title contains og:title, len(h1) > len(og:title), use h1\n        4. title starts with og:title, use og:title\n        5. use title, after splitting\n        \"\"\"\n        title = ''\n        title_element = self.parser.getElementsByTag(doc, tag='title')\n        # no title found\n        if title_element is None or len(title_element) == 0:\n            return title\n\n        # title elem found\n        title_text = self.parser.getText(title_element[0])\n        used_delimeter = False\n\n        # title from h1\n        # - extract the longest text from all h1 elements\n        # - too short texts (fewer than 2 words) are discarded\n        # - clean double spaces\n        title_text_h1 = ''\n        title_element_h1_list = self.parser.getElementsByTag(doc,\n                                                             tag='h1') or []\n        title_text_h1_list = [self.parser.getText(tag) for tag in\n                              title_element_h1_list]\n        if title_text_h1_list:\n            # sort by len and set the longest\n            title_text_h1_list.sort(key=len, reverse=True)\n            title_text_h1 = title_text_h1_list[0]\n            # discard too short texts\n            if len(title_text_h1.split(' ')) <= 2:\n                title_text_h1 = ''\n            # clean double spaces\n            title_text_h1 = ' '.join([x for x in title_text_h1.split() if x])\n\n        # title from og:title\n        title_text_fb = (\n        self.get_meta_content(doc, 'meta[property=\"og:title\"]') or\n        self.get_meta_content(doc, 'meta[name=\"og:title\"]') or '')\n\n        # create filtered versions of title_text, title_text_h1, title_text_fb\n        # for finer comparison\n        filter_regex = re.compile(r'[^\\u4e00-\\u9fa5a-zA-Z0-9\\ ]')\n        filter_title_text = filter_regex.sub('', title_text).lower()\n        filter_title_text_h1 = filter_regex.sub('', title_text_h1).lower()\n        filter_title_text_fb = filter_regex.sub('', title_text_fb).lower()\n\n        # check for better alternatives for title_text and possibly skip splitting\n        if title_text_h1 == title_text:\n            used_delimeter = True\n        elif filter_title_text_h1 and filter_title_text_h1 == filter_title_text_fb:\n            title_text = title_text_h1\n            used_delimeter = True\n        elif filter_title_text_h1 and filter_title_text_h1 in filter_title_text \\\n                and filter_title_text_fb and filter_title_text_fb in filter_title_text \\\n                and len(title_text_h1) > len(title_text_fb):\n            title_text = title_text_h1\n            used_delimeter = True\n        elif filter_title_text_fb and filter_title_text_fb != filter_title_text \\\n                and filter_title_text.startswith(filter_title_text_fb):\n            title_text = title_text_fb\n            used_delimeter = True\n\n        # split title with |\n        if not used_delimeter and '|' in title_text:\n            title_text = self.split_title(title_text, PIPE_SPLITTER,\n                                          title_text_h1)\n            used_delimeter = True\n\n        # split title with -\n        if not used_delimeter and '-' in title_text:\n            title_text = self.split_title(title_text, DASH_SPLITTER,\n                                          title_text_h1)\n            used_delimeter = True\n\n        # split title with _\n        if not used_delimeter and '_' in title_text:\n            title_text = self.split_title(title_text, UNDERSCORE_SPLITTER,\n                                          title_text_h1)\n            used_delimeter = True\n\n        # split title with /\n        if not used_delimeter and '/' in title_text:\n            title_text = self.split_title(title_text, SLASH_SPLITTER,\n                                          title_text_h1)\n            used_delimeter = True\n\n        # split title with »\n        if not used_delimeter and ' » ' in title_text:\n            title_text = self.split_title(title_text, ARROWS_SPLITTER,\n                                          title_text_h1)\n            used_delimeter = True\n\n        title = MOTLEY_REPLACEMENT.replaceAll(title_text)\n\n        # in some cases the final title is quite similar to title_text_h1\n        # (either it differs for case, for special chars, or it's truncated)\n        # in these cases, we prefer the title_text_h1\n        filter_title = filter_regex.sub('', title).lower()\n        if filter_title_text_h1 == filter_title:\n            title = title_text_h1\n\n        return title\n\n    def split_title(self, title, splitter, hint=None):\n        \"\"\"Split the title to best part possible\n        \"\"\"\n        large_text_length = 0\n        large_text_index = 0\n        title_pieces = splitter.split(title)\n\n        if hint:\n            filter_regex = re.compile(r'[^a-zA-Z0-9\\ ]')\n            hint = filter_regex.sub('', hint).lower()\n\n        # find the largest title piece\n        for i, title_piece in enumerate(title_pieces):\n            current = title_piece.strip()\n            if hint and hint in filter_regex.sub('', current).lower():\n                large_text_index = i\n                break\n            if len(current) > large_text_length:\n                large_text_length = len(current)\n                large_text_index = i\n\n        # replace content\n        title = title_pieces[large_text_index]\n        return TITLE_REPLACEMENTS.replaceAll(title).strip()\n\n    def get_feed_urls(self, source_url, categories):\n        \"\"\"Takes a source url and a list of category objects and returns\n        a list of feed urls\n        \"\"\"\n        total_feed_urls = []\n        for category in categories:\n            kwargs = {'attr': 'type', 'value': 'application\\/rss\\+xml'}\n            feed_elements = self.parser.getElementsByTag(\n                category.doc, **kwargs)\n            feed_urls = [e.get('href') for e in feed_elements if e.get('href')]\n            total_feed_urls.extend(feed_urls)\n\n        total_feed_urls = total_feed_urls[:50]\n        total_feed_urls = [urls.prepare_url(f, source_url)\n                           for f in total_feed_urls]\n        total_feed_urls = list(set(total_feed_urls))\n        return total_feed_urls\n\n    def get_favicon(self, doc):\n        \"\"\"Extract the favicon from a website http://en.wikipedia.org/wiki/Favicon\n        <link rel=\"shortcut icon\" type=\"image/png\" href=\"favicon.png\" />\n        <link rel=\"icon\" type=\"image/png\" href=\"favicon.png\" />\n        \"\"\"\n        kwargs = {'tag': 'link', 'attr': 'rel', 'value': 'icon'}\n        meta = self.parser.getElementsByTag(doc, **kwargs)\n        if meta:\n            favicon = self.parser.getAttribute(meta[0], 'href')\n            return favicon\n        return ''\n\n    def get_meta_lang(self, doc):\n        \"\"\"Extract content language from meta\n        \"\"\"\n        # we have a lang attribute in html\n        attr = self.parser.getAttribute(doc, attr='lang')\n        if attr is None:\n            # look up for a Content-Language in meta\n            items = [\n                {'tag': 'meta', 'attr': 'http-equiv',\n                 'value': 'content-language'},\n                {'tag': 'meta', 'attr': 'name', 'value': 'lang'}\n            ]\n            for item in items:\n                meta = self.parser.getElementsByTag(doc, **item)\n                if meta:\n                    attr = self.parser.getAttribute(\n                        meta[0], attr='content')\n                    break\n        if attr:\n            value = attr[:2]\n            if re.search(RE_LANG, value):\n                return value.lower()\n\n        return None\n\n    def get_meta_content(self, doc, metaname):\n        \"\"\"Extract a given meta content form document.\n        Example metaNames:\n            \"meta[name=description]\"\n            \"meta[name=keywords]\"\n            \"meta[property=og:type]\"\n        \"\"\"\n        meta = self.parser.css_select(doc, metaname)\n        content = None\n        if meta is not None and len(meta) > 0:\n            content = self.parser.getAttribute(meta[0], 'content')\n        if content:\n            return content.strip()\n        return ''\n\n    def get_meta_img_url(self, article_url, doc):\n        \"\"\"Returns the 'top img' as specified by the website\n        \"\"\"\n        top_meta_image, try_one, try_two, try_three, try_four = [None] * 5\n        try_one = self.get_meta_content(doc, 'meta[property=\"og:image\"]')\n        if not try_one:\n            link_img_src_kwargs = \\\n                {'tag': 'link', 'attr': 'rel', 'value': 'img_src|image_src'}\n            elems = self.parser.getElementsByTag(doc, use_regex=True, **link_img_src_kwargs)\n            try_two = elems[0].get('href') if elems else None\n\n            if not try_two:\n                try_three = self.get_meta_content(doc, 'meta[name=\"og:image\"]')\n\n                if not try_three:\n                    link_icon_kwargs = {'tag': 'link', 'attr': 'rel', 'value': 'icon'}\n                    elems = self.parser.getElementsByTag(doc, **link_icon_kwargs)\n                    try_four = elems[0].get('href') if elems else None\n\n        top_meta_image = try_one or try_two or try_three or try_four\n\n        if top_meta_image:\n            return urljoin(article_url, top_meta_image)\n        return ''\n\n    def get_meta_type(self, doc):\n        \"\"\"Returns meta type of article, open graph protocol\n        \"\"\"\n        return self.get_meta_content(doc, 'meta[property=\"og:type\"]')\n\n    def get_meta_site_name(self, doc):\n        \"\"\"Returns site name of article, open graph protocol\n        \"\"\"\n        return self.get_meta_content(doc, 'meta[property=\"og:site_name\"]')\n\n    def get_meta_description(self, doc):\n        \"\"\"If the article has meta description set in the source, use that\n        \"\"\"\n        return self.get_meta_content(doc, \"meta[name=description]\")\n\n    def get_meta_keywords(self, doc):\n        \"\"\"If the article has meta keywords set in the source, use that\n        \"\"\"\n        return self.get_meta_content(doc, \"meta[name=keywords]\")\n\n    def get_meta_data(self, doc):\n        data = defaultdict(dict)\n        properties = self.parser.css_select(doc, 'meta')\n        for prop in properties:\n            key = prop.attrib.get('property') or prop.attrib.get('name')\n            value = prop.attrib.get('content') or prop.attrib.get('value')\n\n            if not key or not value:\n                continue\n\n            key, value = key.strip(), value.strip()\n            if value.isdigit():\n                value = int(value)\n\n            if ':' not in key:\n                data[key] = value\n                continue\n\n            key = key.split(':')\n            key_head = key.pop(0)\n            ref = data[key_head]\n\n            if isinstance(ref, str) or isinstance(ref, int):\n                data[key_head] = {key_head: ref}\n                ref = data[key_head]\n\n            for idx, part in enumerate(key):\n                if idx == len(key) - 1:\n                    ref[part] = value\n                    break\n                if not ref.get(part):\n                    ref[part] = dict()\n                elif isinstance(ref.get(part), str) or isinstance(ref.get(part), int):\n                    # Not clear what to do in this scenario,\n                    # it's not always a URL, but an ID of some sort\n                    ref[part] = {'identifier': ref[part]}\n                ref = ref[part]\n        return data\n\n    def get_canonical_link(self, article_url, doc):\n        \"\"\"\n        Return the article's canonical URL\n\n        Gets the first available value of:\n        1. The rel=canonical tag\n        2. The og:url tag\n        \"\"\"\n        links = self.parser.getElementsByTag(doc, tag='link', attr='rel',\n                                             value='canonical')\n\n        canonical = self.parser.getAttribute(links[0], 'href') if links else ''\n        og_url = self.get_meta_content(doc, 'meta[property=\"og:url\"]')\n        meta_url = canonical or og_url or ''\n        if meta_url:\n            meta_url = meta_url.strip()\n            parsed_meta_url = urlparse(meta_url)\n            if not parsed_meta_url.hostname:\n                # MIGHT not have a hostname in meta_url\n                # parsed_url.path might be 'example.com/article.html' where\n                # clearly example.com is the hostname\n                parsed_article_url = urlparse(article_url)\n                strip_hostname_in_meta_path = re. \\\n                    match(\".*{}(?=/)/(.*)\".\n                          format(parsed_article_url.hostname),\n                          parsed_meta_url.path)\n                try:\n                    true_path = strip_hostname_in_meta_path.group(1)\n                except AttributeError:\n                    true_path = parsed_meta_url.path\n\n                # true_path may contain querystrings and fragments\n                meta_url = urlunparse((parsed_article_url.scheme,\n                                       parsed_article_url.hostname, true_path,\n                                       '', '', ''))\n\n        return meta_url\n\n    def get_img_urls(self, article_url, doc):\n        \"\"\"Return all of the images on an html page, lxml root\n        \"\"\"\n        img_kwargs = {'tag': 'img'}\n        img_tags = self.parser.getElementsByTag(doc, **img_kwargs)\n        urls = [img_tag.get('src')\n                for img_tag in img_tags if img_tag.get('src')]\n        img_links = set([urljoin(article_url, url)\n                         for url in urls])\n        return img_links\n\n    def get_first_img_url(self, article_url, top_node):\n        \"\"\"Retrieves the first image in the 'top_node'\n        The top node is essentially the HTML markdown where the main\n        article lies and the first image in that area is probably signifigcant.\n        \"\"\"\n        node_images = self.get_img_urls(article_url, top_node)\n        node_images = list(node_images)\n        if node_images:\n            return urljoin(article_url, node_images[0])\n        return ''\n\n    def _get_urls(self, doc, titles):\n        \"\"\"Return a list of urls or a list of (url, title_text) tuples\n        if specified.\n        \"\"\"\n        if doc is None:\n            return []\n\n        a_kwargs = {'tag': 'a'}\n        a_tags = self.parser.getElementsByTag(doc, **a_kwargs)\n\n        # TODO: this should be refactored! We should have a separate\n        # method which siphones the titles our of a list of <a> tags.\n        if titles:\n            return [(a.get('href'), a.text) for a in a_tags if a.get('href')]\n        return [a.get('href') for a in a_tags if a.get('href')]\n\n    def get_urls(self, doc_or_html, titles=False, regex=False):\n        \"\"\"`doc_or_html`s html page or doc and returns list of urls, the regex\n        flag indicates we don't parse via lxml and just search the html.\n        \"\"\"\n        if doc_or_html is None:\n            log.critical('Must extract urls from either html, text or doc!')\n            return []\n        # If we are extracting from raw text\n        if regex:\n            doc_or_html = re.sub('<[^<]+?>', ' ', str(doc_or_html))\n            doc_or_html = re.findall(\n                'http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\\(\\),]|'\n                '(?:%[0-9a-fA-F][0-9a-fA-F]))+', doc_or_html)\n            doc_or_html = [i.strip() for i in doc_or_html]\n            return doc_or_html or []\n        # If the doc_or_html is html, parse it into a root\n        if isinstance(doc_or_html, str):\n            doc = self.parser.fromstring(doc_or_html)\n        else:\n            doc = doc_or_html\n        return self._get_urls(doc, titles)\n\n    def get_category_urls(self, source_url, doc):\n        \"\"\"Inputs source lxml root and source url, extracts domain and\n        finds all of the top level urls, we are assuming that these are\n        the category urls.\n        cnn.com --> [cnn.com/latest, world.cnn.com, cnn.com/asia]\n        \"\"\"\n        page_urls = self.get_urls(doc)\n        valid_categories = []\n        for p_url in page_urls:\n            scheme = urls.get_scheme(p_url, allow_fragments=False)\n            domain = urls.get_domain(p_url, allow_fragments=False)\n            path = urls.get_path(p_url, allow_fragments=False)\n\n            if not domain and not path:\n                if self.config.verbose:\n                    print('elim category url %s for no domain and path'\n                          % p_url)\n                continue\n            if path and path.startswith('#'):\n                if self.config.verbose:\n                    print('elim category url %s path starts with #' % p_url)\n                continue\n            if scheme and (scheme != 'http' and scheme != 'https'):\n                if self.config.verbose:\n                    print(('elim category url %s for bad scheme, '\n                           'not http nor https' % p_url))\n                continue\n\n            if domain:\n                child_tld = tldextract.extract(p_url)\n                domain_tld = tldextract.extract(source_url)\n                child_subdomain_parts = child_tld.subdomain.split('.')\n                subdomain_contains = False\n                for part in child_subdomain_parts:\n                    if part == domain_tld.domain:\n                        if self.config.verbose:\n                            print(('subdomain contains at %s and %s' %\n                                   (str(part), str(domain_tld.domain))))\n                        subdomain_contains = True\n                        break\n\n                # Ex. microsoft.com is definitely not related to\n                # espn.com, but espn.go.com is probably related to espn.com\n                if not subdomain_contains and \\\n                        (child_tld.domain != domain_tld.domain):\n                    if self.config.verbose:\n                        print(('elim category url %s for domain '\n                               'mismatch' % p_url))\n                        continue\n                elif child_tld.subdomain in ['m', 'i']:\n                    if self.config.verbose:\n                        print(('elim category url %s for mobile '\n                               'subdomain' % p_url))\n                    continue\n                else:\n                    valid_categories.append(scheme + '://' + domain)\n                    # TODO account for case where category is in form\n                    # http://subdomain.domain.tld/category/ <-- still legal!\n            else:\n                # we want a path with just one subdir\n                # cnn.com/world and cnn.com/world/ are both valid_categories\n                path_chunks = [x for x in path.split('/') if len(x) > 0]\n                if 'index.html' in path_chunks:\n                    path_chunks.remove('index.html')\n\n                if len(path_chunks) == 1 and len(path_chunks[0]) < 14:\n                    valid_categories.append(domain + path)\n                else:\n                    if self.config.verbose:\n                        print(('elim category url %s for >1 path chunks '\n                               'or size path chunks' % p_url))\n        stopwords = [\n            'about', 'help', 'privacy', 'legal', 'feedback', 'sitemap',\n            'profile', 'account', 'mobile', 'sitemap', 'facebook', 'myspace',\n            'twitter', 'linkedin', 'bebo', 'friendster', 'stumbleupon',\n            'youtube', 'vimeo', 'store', 'mail', 'preferences', 'maps',\n            'password', 'imgur', 'flickr', 'search', 'subscription', 'itunes',\n            'siteindex', 'events', 'stop', 'jobs', 'careers', 'newsletter',\n            'subscribe', 'academy', 'shopping', 'purchase', 'site-map',\n            'shop', 'donate', 'newsletter', 'product', 'advert', 'info',\n            'tickets', 'coupons', 'forum', 'board', 'archive', 'browse',\n            'howto', 'how to', 'faq', 'terms', 'charts', 'services',\n            'contact', 'plus', 'admin', 'login', 'signup', 'register',\n            'developer', 'proxy']\n\n        _valid_categories = []\n\n        # TODO Stop spamming urlparse and tldextract calls...\n\n        for p_url in valid_categories:\n            path = urls.get_path(p_url)\n            subdomain = tldextract.extract(p_url).subdomain\n            conjunction = path + ' ' + subdomain\n            bad = False\n            for badword in stopwords:\n                if badword.lower() in conjunction.lower():\n                    if self.config.verbose:\n                        print(('elim category url %s for subdomain '\n                               'contain stopword!' % p_url))\n                    bad = True\n                    break\n            if not bad:\n                _valid_categories.append(p_url)\n\n        _valid_categories.append('/')  # add the root\n\n        for i, p_url in enumerate(_valid_categories):\n            if p_url.startswith('://'):\n                p_url = 'http' + p_url\n                _valid_categories[i] = p_url\n\n            elif p_url.startswith('//'):\n                p_url = 'http:' + p_url\n                _valid_categories[i] = p_url\n\n            if p_url.endswith('/'):\n                p_url = p_url[:-1]\n                _valid_categories[i] = p_url\n\n        _valid_categories = list(set(_valid_categories))\n\n        category_urls = [urls.prepare_url(p_url, source_url)\n                         for p_url in _valid_categories]\n        category_urls = [c for c in category_urls if c is not None]\n        return category_urls\n\n    def extract_tags(self, doc):\n        if len(list(doc)) == 0:\n            return NO_STRINGS\n        elements = self.parser.css_select(\n            doc, A_REL_TAG_SELECTOR)\n        if not elements:\n            elements = self.parser.css_select(\n                doc, A_HREF_TAG_SELECTOR)\n            if not elements:\n                return NO_STRINGS\n\n        tags = []\n        for el in elements:\n            tag = self.parser.getText(el)\n            if tag:\n                tags.append(tag)\n        return set(tags)\n\n    def calculate_best_node(self, doc):\n        top_node = None\n        nodes_to_check = self.nodes_to_check(doc)\n        starting_boost = float(1.0)\n        cnt = 0\n        i = 0\n        parent_nodes = []\n        nodes_with_text = []\n\n        for node in nodes_to_check:\n            text_node = self.parser.getText(node)\n            word_stats = self.stopwords_class(language=self.language). \\\n                get_stopword_count(text_node)\n            high_link_density = self.is_highlink_density(node)\n            if word_stats.get_stopword_count() > 2 and not high_link_density:\n                nodes_with_text.append(node)\n\n        nodes_number = len(nodes_with_text)\n        negative_scoring = 0\n        bottom_negativescore_nodes = float(nodes_number) * 0.25\n\n        for node in nodes_with_text:\n            boost_score = float(0)\n            # boost\n            if self.is_boostable(node):\n                if cnt >= 0:\n                    boost_score = float((1.0 / starting_boost) * 50)\n                    starting_boost += 1\n            # nodes_number\n            if nodes_number > 15:\n                if (nodes_number - i) <= bottom_negativescore_nodes:\n                    booster = float(\n                        bottom_negativescore_nodes - (nodes_number - i))\n                    boost_score = float(-pow(booster, float(2)))\n                    negscore = abs(boost_score) + negative_scoring\n                    if negscore > 40:\n                        boost_score = float(5)\n\n            text_node = self.parser.getText(node)\n            word_stats = self.stopwords_class(language=self.language). \\\n                get_stopword_count(text_node)\n            upscore = int(word_stats.get_stopword_count() + boost_score)\n\n            parent_node = self.parser.getParent(node)\n            self.update_score(parent_node, upscore)\n            self.update_node_count(parent_node, 1)\n\n            if parent_node not in parent_nodes:\n                parent_nodes.append(parent_node)\n\n            # Parent of parent node\n            parent_parent_node = self.parser.getParent(parent_node)\n            if parent_parent_node is not None:\n                self.update_node_count(parent_parent_node, 1)\n                self.update_score(parent_parent_node, upscore / 2)\n                if parent_parent_node not in parent_nodes:\n                    parent_nodes.append(parent_parent_node)\n            cnt += 1\n            i += 1\n\n        top_node_score = 0\n        for e in parent_nodes:\n            score = self.get_score(e)\n\n            if score > top_node_score:\n                top_node = e\n                top_node_score = score\n\n            if top_node is None:\n                top_node = e\n        return top_node\n\n    def is_boostable(self, node):\n        \"\"\"A lot of times the first paragraph might be the caption under an image\n        so we'll want to make sure if we're going to boost a parent node that\n        it should be connected to other paragraphs, at least for the first n\n        paragraphs so we'll want to make sure that the next sibling is a\n        paragraph and has at least some substantial weight to it.\n        \"\"\"\n        para = \"p\"\n        steps_away = 0\n        minimum_stopword_count = 5\n        max_stepsaway_from_node = 3\n\n        nodes = self.walk_siblings(node)\n        for current_node in nodes:\n            # <p>\n            current_node_tag = self.parser.getTag(current_node)\n            if current_node_tag == para:\n                if steps_away >= max_stepsaway_from_node:\n                    return False\n                paragraph_text = self.parser.getText(current_node)\n                word_stats = self.stopwords_class(language=self.language). \\\n                    get_stopword_count(paragraph_text)\n                if word_stats.get_stopword_count() > minimum_stopword_count:\n                    return True\n                steps_away += 1\n        return False\n\n    def walk_siblings(self, node):\n        return self.parser.previousSiblings(node)\n\n    def add_siblings(self, top_node):\n        baseline_score_siblings_para = self.get_siblings_score(top_node)\n        results = self.walk_siblings(top_node)\n        for current_node in results:\n            ps = self.get_siblings_content(\n                current_node, baseline_score_siblings_para)\n            for p in ps:\n                top_node.insert(0, p)\n        return top_node\n\n    def get_siblings_content(\n            self, current_sibling, baseline_score_siblings_para):\n        \"\"\"Adds any siblings that may have a decent score to this node\n        \"\"\"\n        if current_sibling.tag == 'p' and \\\n                        len(self.parser.getText(current_sibling)) > 0:\n            e0 = current_sibling\n            if e0.tail:\n                e0 = copy.deepcopy(e0)\n                e0.tail = ''\n            return [e0]\n        else:\n            potential_paragraphs = self.parser.getElementsByTag(\n                current_sibling, tag='p')\n            if potential_paragraphs is None:\n                return None\n            else:\n                ps = []\n                for first_paragraph in potential_paragraphs:\n                    text = self.parser.getText(first_paragraph)\n                    if len(text) > 0:\n                        word_stats = self.stopwords_class(\n                            language=self.language). \\\n                            get_stopword_count(text)\n                        paragraph_score = word_stats.get_stopword_count()\n                        sibling_baseline_score = float(.30)\n                        high_link_density = self.is_highlink_density(\n                            first_paragraph)\n                        score = float(baseline_score_siblings_para *\n                                      sibling_baseline_score)\n                        if score < paragraph_score and not high_link_density:\n                            p = self.parser.createElement(\n                                tag='p', text=text, tail=None)\n                            ps.append(p)\n                return ps\n\n    def get_siblings_score(self, top_node):\n        \"\"\"We could have long articles that have tons of paragraphs\n        so if we tried to calculate the base score against\n        the total text score of those paragraphs it would be unfair.\n        So we need to normalize the score based on the average scoring\n        of the paragraphs within the top node.\n        For example if our total score of 10 paragraphs was 1000\n        but each had an average value of 100 then 100 should be our base.\n        \"\"\"\n        base = 100000\n        paragraphs_number = 0\n        paragraphs_score = 0\n        nodes_to_check = self.parser.getElementsByTag(top_node, tag='p')\n\n        for node in nodes_to_check:\n            text_node = self.parser.getText(node)\n            word_stats = self.stopwords_class(language=self.language). \\\n                get_stopword_count(text_node)\n            high_link_density = self.is_highlink_density(node)\n            if word_stats.get_stopword_count() > 2 and not high_link_density:\n                paragraphs_number += 1\n                paragraphs_score += word_stats.get_stopword_count()\n\n        if paragraphs_number > 0:\n            base = paragraphs_score / paragraphs_number\n\n        return base\n\n    def update_score(self, node, add_to_score):\n        \"\"\"Adds a score to the gravityScore Attribute we put on divs\n        we'll get the current score then add the score we're passing\n        in to the current.\n        \"\"\"\n        current_score = 0\n        score_string = self.parser.getAttribute(node, 'gravityScore')\n        if score_string:\n            current_score = float(score_string)\n\n        new_score = current_score + add_to_score\n        self.parser.setAttribute(node, \"gravityScore\", str(new_score))\n\n    def update_node_count(self, node, add_to_count):\n        \"\"\"Stores how many decent nodes are under a parent node\n        \"\"\"\n        current_score = 0\n        count_string = self.parser.getAttribute(node, 'gravityNodes')\n        if count_string:\n            current_score = int(count_string)\n\n        new_score = current_score + add_to_count\n        self.parser.setAttribute(node, \"gravityNodes\", str(new_score))\n\n    def is_highlink_density(self, e):\n        \"\"\"Checks the density of links within a node, if there is a high\n        link to text ratio, then the text is less likely to be relevant\n        \"\"\"\n        links = self.parser.getElementsByTag(e, tag='a')\n        if not links:\n            return False\n\n        text = self.parser.getText(e)\n        words = [word for word in text.split() if word.isalnum()]\n        if not words:\n            return True\n        words_number = float(len(words))\n        sb = []\n        for link in links:\n            sb.append(self.parser.getText(link))\n\n        link_text = ''.join(sb)\n        link_words = link_text.split()\n        num_link_words = float(len(link_words))\n        num_links = float(len(links))\n        link_divisor = float(num_link_words / words_number)\n        score = float(link_divisor * num_links)\n        if score >= 1.0:\n            return True\n        return False\n        # return True if score > 1.0 else False\n\n    def get_score(self, node):\n        \"\"\"Returns the gravityScore as an integer from this node\n        \"\"\"\n        return self.get_node_gravity_score(node) or 0\n\n    def get_node_gravity_score(self, node):\n        gravity_score = self.parser.getAttribute(node, 'gravityScore')\n        if not gravity_score:\n            return None\n        return float(gravity_score)\n\n    def nodes_to_check(self, doc):\n        \"\"\"Returns a list of nodes we want to search\n        on like paragraphs and tables\n        \"\"\"\n        nodes_to_check = []\n        for tag in ['p', 'pre', 'td']:\n            items = self.parser.getElementsByTag(doc, tag=tag)\n            nodes_to_check += items\n        return nodes_to_check\n\n    def is_table_and_no_para_exist(self, e):\n        sub_paragraphs = self.parser.getElementsByTag(e, tag='p')\n        for p in sub_paragraphs:\n            txt = self.parser.getText(p)\n            if len(txt) < 25:\n                self.parser.remove(p)\n\n        sub_paragraphs_2 = self.parser.getElementsByTag(e, tag='p')\n        if len(sub_paragraphs_2) == 0 and e.tag != \"td\":\n            return True\n        return False\n\n    def is_nodescore_threshold_met(self, node, e):\n        top_node_score = self.get_score(node)\n        current_node_score = self.get_score(e)\n        threshold = float(top_node_score * .08)\n\n        if (current_node_score < threshold) and e.tag != 'td':\n            return False\n        return True\n\n    def post_cleanup(self, top_node):\n        \"\"\"Remove any divs that looks like non-content, clusters of links,\n        or paras with no gusto; add adjacent nodes which look contenty\n        \"\"\"\n        node = self.add_siblings(top_node)\n        for e in self.parser.getChildren(node):\n            e_tag = self.parser.getTag(e)\n            if e_tag != 'p':\n                if self.is_highlink_density(e):\n                    self.parser.remove(e)\n        return node\n"
  },
  {
    "path": "newspaper/images.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nThe following image extraction implementation was taken from an old\ncopy of Reddit's source code.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport math\nimport io\nimport traceback\nimport urllib.parse\n\nimport requests\nfrom PIL import Image, ImageFile\n\nfrom . import urls\n\nlog = logging.getLogger(__name__)\n\nchunk_size = 1024\nthumbnail_size = 90, 90\nminimal_area = 5000\n\n\ndef image_to_str(image):\n    s = io.StringIO()\n    image.save(s, image.format)\n    s.seek(0)\n    return s.read()\n\n\ndef str_to_image(s):\n    s = io.StringIO(s)\n    s.seek(0)\n    image = Image.open(s)\n    return image\n\n\ndef prepare_image(image):\n    image = square_image(image)\n    image.thumbnail(thumbnail_size, Image.ANTIALIAS)\n    return image\n\n\ndef image_entropy(img):\n    \"\"\" Calculate the entropy of an image\n    \"\"\"\n    hist = img.histogram()\n    hist_size = sum(hist)\n    hist = [float(h) / hist_size for h in hist]\n    return -sum([p * math.log(p, 2) for p in hist if p != 0])\n\n\ndef square_image(img):\n    \"\"\"If the height of the image is greater than its width, then a square image is returned.\n    Pieces to cut is based on the entropy pieces.\n    \"\"\"\n    x, y = img.size\n    while y > x:\n        # Slice 10px at a time until square\n        slice_height = min(y - x, 10)\n        bottom = img.crop((0, y - slice_height, x, y))\n        top = img.crop((0, 0, x, slice_height))\n        # remove the slice with the least entropy\n        if image_entropy(bottom) < image_entropy(top):\n            img = img.crop((0, 0, x, y - slice_height))\n        else:\n            img = img.crop((0, slice_height, x, y))\n        x, y = img.size\n    return img\n\n\ndef clean_url(url):\n    \"\"\"Url quotes unicode data out of urls\n    \"\"\"\n    url = url.encode('utf8')\n    url = ''.join([urllib.parse.quote(c)\n                  if ord(c) >= 127 else c for c in url.decode('utf-8')])\n    return url\n\n\ndef fetch_url(url, useragent, referer=None, retries=1, dimension=False):\n    cur_try = 0\n    nothing = None if dimension else (None, None)\n    url = clean_url(url)\n    if not url.startswith(('http://', 'https://')):\n        return nothing\n\n    response = None\n    while True:\n        try:\n            response = requests.get(url, stream=True, timeout=5, headers={\n                'User-Agent': useragent,\n                'Referer': referer,\n            })\n\n            # if we only need the dimension of the image, we may not\n            # need to download the entire thing\n            if dimension:\n                content = response.raw.read(chunk_size)\n            else:\n                content = response.raw.read()\n\n            content_type = response.headers.get('Content-Type')\n\n            if not content_type:\n                return nothing\n\n            if 'image' in content_type:\n                p = ImageFile.Parser()\n                new_data = content\n                while not p.image and new_data:\n                    try:\n                        p.feed(new_data)\n                    except IOError:\n                        traceback.print_exc()\n                        p = None\n                        break\n                    except ValueError:\n                        traceback.print_exc()\n                        p = None\n                        break\n                    except Exception as e:\n                        # For some favicon.ico images, the image is so small\n                        # that our PIL feed() method fails a length test.\n                        is_favicon = (urls.url_to_filetype(url) == 'ico')\n                        if is_favicon:\n                            pass\n                        else:\n                            raise e\n                        p = None\n                        break\n                    new_data = response.raw.read(chunk_size)\n                    content += new_data\n\n                if p is None:\n                    return nothing\n                # return the size, or return the data\n                if dimension and p.image:\n                    return p.image.size\n                elif dimension:\n                    return nothing\n            elif dimension:\n                # expected an image, but didn't get one\n                return nothing\n\n            return content_type, content\n\n        except requests.exceptions.RequestException as e:\n            cur_try += 1\n            if cur_try >= retries:\n                log.debug('error while fetching: %s refer: %s' %\n                          (url, referer))\n                return nothing\n        finally:\n            if response is not None:\n                response.raw.close()\n                if response.raw._connection:\n                    response.raw._connection.close()\n\n\ndef fetch_image_dimension(url, useragent, referer=None, retries=1):\n    return fetch_url(url, useragent, referer, retries, dimension=True)\n\n\nclass Scraper:\n\n    def __init__(self, article):\n        self.url = article.url\n        self.imgs = article.imgs\n        self.top_img = article.top_img\n        self.config = article.config\n        self.useragent = self.config.browser_user_agent\n\n    def largest_image_url(self):\n        # TODO: remove. it is not responsibility of Scrapper\n        if not self.imgs and not self.top_img:\n            return None\n        if self.top_img:\n            return self.top_img\n\n        max_area = 0\n        max_url = None\n        for img_url in self.imgs:\n            dimension = fetch_image_dimension(\n                img_url, self.useragent, referer=self.url)\n            area = self.calculate_area(img_url, dimension)\n            if area > max_area:\n                max_area = area\n                max_url = img_url\n        log.debug('using max img {}'.format(max_url))\n        return max_url\n\n    def calculate_area(self, img_url, dimension):\n        if not dimension:\n            return 0\n        area = dimension[0] * dimension[1]\n        # Ignore tiny images\n        if area < minimal_area:\n            log.debug('ignore little %s' % img_url)\n            return 0\n        # PIL won't scale up, so set a min width and\n        # maintain the aspect ratio\n        if dimension[0] < thumbnail_size[0]:\n            return 0\n        # Ignore excessively long/wide images\n        current_ratio = max(dimension) / min(dimension)\n        if current_ratio > self.config.image_dimension_ration:\n            log.debug('ignore dims %s' % img_url)\n            return 0\n        # Penalize images with \"sprite\" in their name\n        lower_case_url = img_url.lower()\n        if 'sprite' in lower_case_url or 'logo' in lower_case_url:\n            log.debug('penalizing sprite %s' % img_url)\n            area /= 10\n        return area\n\n    def satisfies_requirements(self, img_url):\n        dimension = fetch_image_dimension(\n            img_url, self.useragent, referer=self.url)\n        area = self.calculate_area(img_url, dimension)\n        return area > minimal_area\n\n    def thumbnail(self):\n        \"\"\"Identifies top image, trims out a thumbnail and also has a url\n        \"\"\"\n        image_url = self.largest_image_url()\n        if image_url:\n            content_type, image_str = fetch_url(image_url, referer=self.url)\n            if image_str:\n                image = str_to_image(image_str)\n                try:\n                    image = prepare_image(image)\n                except IOError as e:\n                    if 'interlaced' in e.message:\n                        return None\n                return image, image_url\n        return None, None\n"
  },
  {
    "path": "newspaper/mthreading.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nAnything that has to do with threading in this library\nmust be abstracted in this file. If we decide to do gevent\nalso, it will deserve its own gevent file.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport queue\nimport traceback\n\nfrom threading import Thread\n\nfrom .configuration import Configuration\n\nlog = logging.getLogger(__name__)\n\n\nclass ConcurrencyException(Exception):\n    pass\n\n\nclass Worker(Thread):\n    \"\"\"\n    Thread executing tasks from a given tasks queue.\n    \"\"\"\n    def __init__(self, tasks, timeout_seconds):\n        Thread.__init__(self)\n        self.tasks = tasks\n        self.timeout = timeout_seconds\n        self.daemon = True\n        self.start()\n\n    def run(self):\n        while True:\n            try:\n                func, args, kargs = self.tasks.get(timeout=self.timeout)\n            except queue.Empty:\n                # Extra thread allocated, no job, exit gracefully\n                break\n            try:\n                func(*args, **kargs)\n            except Exception:\n                traceback.print_exc()\n\n            self.tasks.task_done()\n\n\nclass ThreadPool:\n    def __init__(self, num_threads, timeout_seconds):\n        self.tasks = queue.Queue(num_threads)\n        for _ in range(num_threads):\n            Worker(self.tasks, timeout_seconds)\n\n    def add_task(self, func, *args, **kargs):\n        self.tasks.put((func, args, kargs))\n\n    def wait_completion(self):\n        self.tasks.join()\n\n\nclass NewsPool(object):\n\n    def __init__(self, config=None):\n        \"\"\"\n        Abstraction of a threadpool. A newspool can accept any number of\n        source OR article objects together in a list. It allocates one\n        thread to every source and then joins.\n\n        We allocate one thread per source to avoid rate limiting.\n        5 sources = 5 threads, one per source.\n\n        >>> import newspaper\n        >>> from newspaper import news_pool\n\n        >>> cnn_paper = newspaper.build('http://cnn.com')\n        >>> tc_paper = newspaper.build('http://techcrunch.com')\n        >>> espn_paper = newspaper.build('http://espn.com')\n\n        >>> papers = [cnn_paper, tc_paper, espn_paper]\n        >>> news_pool.set(papers)\n        >>> news_pool.join()\n\n        # All of your papers should have their articles html all populated now.\n        >>> cnn_paper.articles[50].html\n        u'<html>blahblah ... '\n        \"\"\"\n        self.pool = None\n        self.config = config or Configuration()\n\n    def join(self):\n        \"\"\"\n        Runs the mtheading and returns when all threads have joined\n        resets the task.\n        \"\"\"\n        if self.pool is None:\n            raise ConcurrencyException('Call set(..) with a list of source objects '\n                                       'before calling .join(..)')\n        self.pool.wait_completion()\n        self.pool = None\n\n    def set(self, news_list, threads_per_source=1, override_threads=None):\n        \"\"\"\n        news_list can be a list of `Article`, `Source`, or both.\n\n        If caller wants to decide how many threads to use, they can use\n        `override_threads` which takes precedence over all. Otherwise,\n        this api infers that if the input is all `Source` objects, to\n        allocate one thread per `Source` to not spam the host.\n\n        If both of the above conditions are not true, default to 1 thread.\n        \"\"\"\n        from .source import Source\n\n        if override_threads is not None:\n            num_threads = override_threads\n        elif all([isinstance(n, Source) for n in news_list]):\n            num_threads = threads_per_source * len(news_list)\n        else:\n            num_threads = 1\n\n        timeout = self.config.thread_timeout_seconds\n        self.pool = ThreadPool(num_threads, timeout)\n\n        for news_object in news_list:\n            if isinstance(news_object, Source):\n                self.pool.add_task(news_object.download_articles)\n            else:\n                self.pool.add_task(news_object.download)\n"
  },
  {
    "path": "newspaper/network.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nAll code involving requests and responses over the http network\nmust be abstracted in this file.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport requests\n\nfrom .configuration import Configuration\nfrom .mthreading import ThreadPool\nfrom .settings import cj\n\nlog = logging.getLogger(__name__)\n\n\nFAIL_ENCODING = 'ISO-8859-1'\n\n\ndef get_request_kwargs(timeout, useragent, proxies, headers):\n    \"\"\"This Wrapper method exists b/c some values in req_kwargs dict\n    are methods which need to be called every time we make a request\n    \"\"\"\n    return {\n        'headers': headers if headers else {'User-Agent': useragent},\n        'cookies': cj(),\n        'timeout': timeout,\n        'allow_redirects': True,\n        'proxies': proxies\n    }\n\n\ndef get_html(url, config=None, response=None):\n    \"\"\"HTTP response code agnostic\n    \"\"\"\n    try:\n        return get_html_2XX_only(url, config, response)\n    except requests.exceptions.RequestException as e:\n        log.debug('get_html() error. %s on URL: %s' % (e, url))\n        return ''\n\n\ndef get_html_2XX_only(url, config=None, response=None):\n    \"\"\"Consolidated logic for http requests from newspaper. We handle error cases:\n    - Attempt to find encoding of the html by using HTTP header. Fallback to\n      'ISO-8859-1' if not provided.\n    - Error out if a non 2XX HTTP response code is returned.\n    \"\"\"\n    config = config or Configuration()\n    useragent = config.browser_user_agent\n    timeout = config.request_timeout\n    proxies = config.proxies\n    headers = config.headers\n\n    if response is not None:\n        return _get_html_from_response(response, config)\n\n    response = requests.get(\n        url=url, **get_request_kwargs(timeout, useragent, proxies, headers))\n\n    html = _get_html_from_response(response, config)\n\n    if config.http_success_only:\n        # fail if HTTP sends a non 2XX response\n        response.raise_for_status()\n\n    return html\n\n\ndef _get_html_from_response(response, config):\n    if response.headers.get('content-type') in config.ignored_content_types_defaults:\n        return config.ignored_content_types_defaults[response.headers.get('content-type')]\n    if response.encoding != FAIL_ENCODING:\n        # return response as a unicode string\n        html = response.text\n    else:\n        html = response.content\n        if 'charset' not in response.headers.get('content-type'):\n            encodings = requests.utils.get_encodings_from_content(response.text)\n            if len(encodings) > 0:\n                response.encoding = encodings[0]\n                html = response.text\n\n    return html or ''\n\n\nclass MRequest(object):\n    \"\"\"Wrapper for request object for multithreading. If the domain we are\n    crawling is under heavy load, the self.resp will be left as None.\n    If this is the case, we still want to report the url which has failed\n    so (perhaps) we can try again later.\n    \"\"\"\n    def __init__(self, url, config=None):\n        self.url = url\n        self.config = config\n        config = config or Configuration()\n        self.useragent = config.browser_user_agent\n        self.timeout = config.request_timeout\n        self.proxies = config.proxies\n        self.headers = config.headers\n        self.resp = None\n\n    def send(self):\n        try:\n            self.resp = requests.get(self.url, **get_request_kwargs(\n                self.timeout, self.useragent, self.proxies, self.headers))\n            if self.config.http_success_only:\n                self.resp.raise_for_status()\n        except requests.exceptions.RequestException as e:\n            log.critical('[REQUEST FAILED] ' + str(e))\n\n\ndef multithread_request(urls, config=None):\n    \"\"\"Request multiple urls via mthreading, order of urls & requests is stable\n    returns same requests but with response variables filled.\n    \"\"\"\n    config = config or Configuration()\n    num_threads = config.number_threads\n    timeout = config.thread_timeout_seconds\n\n    pool = ThreadPool(num_threads, timeout)\n\n    m_requests = []\n    for url in urls:\n        m_requests.append(MRequest(url, config))\n\n    for req in m_requests:\n        pool.add_task(req.send)\n\n    pool.wait_completion()\n    return m_requests\n\n"
  },
  {
    "path": "newspaper/nlp.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nAnything natural language related should be abstracted into this file.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport re\nimport math\nfrom os import path\n\nfrom collections import Counter\n\nfrom . import settings\n\nideal = 20.0\n\nstopwords = set()\n\ndef load_stopwords(language):\n    \"\"\" \n    Loads language-specific stopwords for keyword selection\n    \"\"\"\n    global stopwords\n    \n    # stopwords for nlp in English are not the regular stopwords\n    # to pass the tests\n    # can be changed with the tests\n    if language == 'en':\n        stopwordsFile = settings.NLP_STOPWORDS_EN\n    else:\n        stopwordsFile = path.join(settings.STOPWORDS_DIR,\\\n                                  'stopwords-{}.txt'.format(language))\n    with open(stopwordsFile, 'r', encoding='utf-8') as f:\n        stopwords.update(set([w.strip() for w in f.readlines()]))\n        \n        \ndef summarize(url='', title='', text='', max_sents=5):\n    if not text or not title or max_sents <= 0:\n        return []\n\n    summaries = []\n    sentences = split_sentences(text)\n    keys = keywords(text)\n    titleWords = split_words(title)\n\n    # Score sentences, and use the top 5 or max_sents sentences\n    ranks = score(sentences, titleWords, keys).most_common(max_sents)\n    for rank in ranks:\n        summaries.append(rank[0])\n    summaries.sort(key=lambda summary: summary[0])\n    return [summary[1] for summary in summaries]\n\n\ndef score(sentences, titleWords, keywords):\n    \"\"\"Score sentences based on different features\n    \"\"\"\n    senSize = len(sentences)\n    ranks = Counter()\n    for i, s in enumerate(sentences):\n        sentence = split_words(s)\n        titleFeature = title_score(titleWords, sentence)\n        sentenceLength = length_score(len(sentence))\n        sentencePosition = sentence_position(i + 1, senSize)\n        sbsFeature = sbs(sentence, keywords)\n        dbsFeature = dbs(sentence, keywords)\n        frequency = (sbsFeature + dbsFeature) / 2.0 * 10.0\n        # Weighted average of scores from four categories\n        totalScore = (titleFeature*1.5 + frequency*2.0 +\n                      sentenceLength*1.0 + sentencePosition*1.0)/4.0\n        ranks[(i, s)] = totalScore\n    return ranks\n\n\ndef sbs(words, keywords):\n    score = 0.0\n    if (len(words) == 0):\n        return 0\n    for word in words:\n        if word in keywords:\n            score += keywords[word]\n    return (1.0 / math.fabs(len(words)) * score) / 10.0\n\n\ndef dbs(words, keywords):\n    if (len(words) == 0):\n        return 0\n    summ = 0\n    first = []\n    second = []\n\n    for i, word in enumerate(words):\n        if word in keywords:\n            score = keywords[word]\n            if first == []:\n                first = [i, score]\n            else:\n                second = first\n                first = [i, score]\n                dif = first[0] - second[0]\n                summ += (first[1] * second[1]) / (dif ** 2)\n    # Number of intersections\n    k = len(set(keywords.keys()).intersection(set(words))) + 1\n    return (1 / (k * (k + 1.0)) * summ)\n\n\ndef split_words(text):\n    \"\"\"Split a string into array of words\n    \"\"\"\n    try:\n        text = re.sub(r'[^\\w ]', '', text)  # strip special chars\n        return [x.strip('.').lower() for x in text.split()]\n    except TypeError:\n        return None\n\n\ndef keywords(text):\n    \"\"\"Get the top 10 keywords and their frequency scores ignores blacklisted\n    words in stopwords, counts the number of occurrences of each word, and\n    sorts them in reverse natural order (so descending) by number of\n    occurrences.\n    \"\"\"\n    NUM_KEYWORDS = 10\n    text = split_words(text)\n    # of words before removing blacklist words\n    if text:\n        num_words = len(text)\n        text = [x for x in text if x not in stopwords]\n        freq = {}\n        for word in text:\n            if word in freq:\n                freq[word] += 1\n            else:\n                freq[word] = 1\n\n        min_size = min(NUM_KEYWORDS, len(freq))\n        keywords = sorted(freq.items(),\n                          key=lambda x: (x[1], x[0]),\n                          reverse=True)\n        keywords = keywords[:min_size]\n        keywords = dict((x, y) for x, y in keywords)\n\n        for k in keywords:\n            articleScore = keywords[k] * 1.0 / max(num_words, 1)\n            keywords[k] = articleScore * 1.5 + 1\n        return dict(keywords)\n    else:\n        return dict()\n\n\ndef split_sentences(text):\n    \"\"\"Split a large string into sentences\n    \"\"\"\n    import nltk.data\n    tokenizer = nltk.data.load('tokenizers/punkt/english.pickle')\n\n    sentences = tokenizer.tokenize(text)\n    sentences = [x.replace('\\n', '') for x in sentences if len(x) > 10]\n    return sentences\n\n\ndef length_score(sentence_len):\n    return 1 - math.fabs(ideal - sentence_len) / ideal\n\n\ndef title_score(title, sentence):\n    if title:\n        title = [x for x in title if x not in stopwords]\n        count = 0.0\n        for word in sentence:\n            if (word not in stopwords and word in title):\n                count += 1.0\n        return count / max(len(title), 1)\n    else:\n        return 0\n\n\ndef sentence_position(i, size):\n    \"\"\"Different sentence positions indicate different\n    probability of being an important sentence.\n    \"\"\"\n    normalized = i * 1.0 / size\n    if (normalized > 1.0):\n        return 0\n    elif (normalized > 0.9):\n        return 0.15\n    elif (normalized > 0.8):\n        return 0.04\n    elif (normalized > 0.7):\n        return 0.04\n    elif (normalized > 0.6):\n        return 0.06\n    elif (normalized > 0.5):\n        return 0.04\n    elif (normalized > 0.4):\n        return 0.05\n    elif (normalized > 0.3):\n        return 0.08\n    elif (normalized > 0.2):\n        return 0.14\n    elif (normalized > 0.1):\n        return 0.23\n    elif (normalized > 0):\n        return 0.17\n    else:\n        return 0\n"
  },
  {
    "path": "newspaper/outputformatters.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nOutput formatting to text via lxml xpath nodes abstracted in this file.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nfrom html import unescape\nimport logging\n\nfrom .text import innerTrim\n\n\nlog = logging.getLogger(__name__)\n\n\nclass OutputFormatter(object):\n\n    def __init__(self, config):\n        self.top_node = None\n        self.config = config\n        self.parser = self.config.get_parser()\n        self.language = config.language\n        self.stopwords_class = config.stopwords_class\n\n    def update_language(self, meta_lang):\n        '''Required to be called before the extraction process in some\n        cases because the stopwords_class has to set incase the lang\n        is not latin based\n        '''\n        if meta_lang:\n            self.language = meta_lang\n            self.stopwords_class = \\\n                self.config.get_stopwords_class(meta_lang)\n\n    def get_top_node(self):\n        return self.top_node\n\n    def get_formatted(self, top_node):\n        \"\"\"Returns the body text of an article, and also the body article\n        html if specified. Returns in (text, html) form\n        \"\"\"\n        self.top_node = top_node\n        html, text = '', ''\n\n        self.remove_negativescores_nodes()\n\n        if self.config.keep_article_html:\n            html = self.convert_to_html()\n\n        self.links_to_text()\n        self.add_newline_to_br()\n        self.add_newline_to_li()\n        self.replace_with_text()\n        self.remove_empty_tags()\n        self.remove_trailing_media_div()\n        text = self.convert_to_text()\n        # print(self.parser.nodeToString(self.get_top_node()))\n        return (text, html)\n\n    def convert_to_text(self):\n        txts = []\n        for node in list(self.get_top_node()):\n            try:\n                txt = self.parser.getText(node)\n            except ValueError as err:  # lxml error\n                log.info('%s ignoring lxml node error: %s', __title__, err)\n                txt = None\n\n            if txt:\n                txt = unescape(txt)\n                txt_lis = innerTrim(txt).split(r'\\n')\n                txt_lis = [n.strip(' ') for n in txt_lis]\n                txts.extend(txt_lis)\n        return '\\n\\n'.join(txts)\n\n    def convert_to_html(self):\n        cleaned_node = self.parser.clean_article_html(self.get_top_node())\n        return self.parser.nodeToString(cleaned_node)\n\n    def add_newline_to_br(self):\n        for e in self.parser.getElementsByTag(self.top_node, tag='br'):\n            e.text = r'\\n'\n\n    def add_newline_to_li(self):\n        for e in self.parser.getElementsByTag(self.top_node, tag='ul'):\n            li_list = self.parser.getElementsByTag(e, tag='li')\n            for li in li_list[:-1]:\n                li.text = self.parser.getText(li) + r'\\n'\n                for c in self.parser.getChildren(li):\n                    self.parser.remove(c)\n\n    def links_to_text(self):\n        \"\"\"Cleans up and converts any nodes that should be considered\n        text into text.\n        \"\"\"\n        self.parser.stripTags(self.get_top_node(), 'a')\n\n    def remove_negativescores_nodes(self):\n        \"\"\"If there are elements inside our top node that have a\n        negative gravity score, let's give em the boot.\n        \"\"\"\n        gravity_items = self.parser.css_select(\n            self.top_node, \"*[gravityScore]\")\n        for item in gravity_items:\n            score = self.parser.getAttribute(item, 'gravityScore')\n            score = float(score) if score else 0\n            if score < 1:\n                item.getparent().remove(item)\n\n    def replace_with_text(self):\n        \"\"\"\n        Replace common tags with just text so we don't have any crazy\n        formatting issues so replace <br>, <i>, <strong>, etc....\n        With whatever text is inside them.\n        code : http://lxml.de/api/lxml.etree-module.html#strip_tags\n        \"\"\"\n        self.parser.stripTags(\n            self.get_top_node(), 'b', 'strong', 'i', 'br', 'sup')\n\n    def remove_empty_tags(self):\n        \"\"\"It's common in top_node to exit tags that are filled with data\n        within properties but not within the tags themselves, delete them\n        \"\"\"\n        all_nodes = self.parser.getElementsByTags(\n            self.get_top_node(), ['*'])\n        all_nodes.reverse()\n        for el in all_nodes:\n            tag = self.parser.getTag(el)\n            text = self.parser.getText(el)\n            if (tag != 'br' or text != '\\\\r') \\\n                    and not text \\\n                    and len(self.parser.getElementsByTag(\n                        el, tag='object')) == 0 \\\n                    and len(self.parser.getElementsByTag(\n                        el, tag='embed')) == 0:\n                self.parser.remove(el)\n\n    def remove_trailing_media_div(self):\n        \"\"\"Punish the *last top level* node in the top_node if it's\n        DOM depth is too deep. Many media non-content links are\n        eliminated: \"related\", \"loading gallery\", etc. It skips removal if\n        last top level node's class is one of NON_MEDIA_CLASSES.\n        \"\"\"\n\n        NON_MEDIA_CLASSES = ('zn-body__read-all', )\n\n        def get_depth(node, depth=1):\n            \"\"\"Computes depth of an lxml element via BFS, this would be\n            in parser if it were used anywhere else besides this method\n            \"\"\"\n            children = self.parser.getChildren(node)\n            if not children:\n                return depth\n            max_depth = 0\n            for c in children:\n                e_depth = get_depth(c, depth + 1)\n                if e_depth > max_depth:\n                    max_depth = e_depth\n            return max_depth\n\n        top_level_nodes = self.parser.getChildren(self.get_top_node())\n        if len(top_level_nodes) < 3:\n            return\n\n        last_node = top_level_nodes[-1]\n\n        last_node_class = self.parser.getAttribute(last_node, 'class')\n        if last_node_class in NON_MEDIA_CLASSES:\n            return\n\n        if get_depth(last_node) >= 2:\n            self.parser.remove(last_node)\n"
  },
  {
    "path": "newspaper/parsers.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nNewspaper uses a lot of python-goose's parsing code. View theirlicense:\nhttps://github.com/codelucas/newspaper/blob/master/GOOSE-LICENSE.txt\n\nParser objects will only contain operations that manipulate\nor query an lxml or soup dom object generated from an article's html.\n\"\"\"\nimport logging\nimport lxml.etree\nimport lxml.html\nimport lxml.html.clean\nimport re\nfrom html import unescape\nimport string\n\nfrom bs4 import UnicodeDammit\nfrom copy import deepcopy\n\nfrom . import text\n\nlog = logging.getLogger(__name__)\n\n\nclass Parser(object):\n\n    @classmethod\n    def xpath_re(cls, node, expression):\n        regexp_namespace = \"http://exslt.org/regular-expressions\"\n        items = node.xpath(expression, namespaces={'re': regexp_namespace})\n        return items\n\n    @classmethod\n    def drop_tag(cls, nodes):\n        if isinstance(nodes, list):\n            for node in nodes:\n                node.drop_tag()\n        else:\n            nodes.drop_tag()\n\n    @classmethod\n    def css_select(cls, node, selector):\n        return node.cssselect(selector)\n\n    @classmethod\n    def get_unicode_html(cls, html):\n        if isinstance(html, str):\n            return html\n        if not html:\n            return html\n        converted = UnicodeDammit(html, is_html=True)\n        if not converted.unicode_markup:\n            raise Exception(\n                'Failed to detect encoding of article HTML, tried: %s' %\n                ', '.join(converted.tried_encodings))\n        html = converted.unicode_markup\n        return html\n\n    @classmethod\n    def fromstring(cls, html):\n        html = cls.get_unicode_html(html)\n        # Enclosed in a `try` to prevent bringing the entire library\n        # down due to one article (out of potentially many in a `Source`)\n        try:\n            # lxml does not play well with <? ?> encoding tags\n            if html.startswith('<?'):\n                html = re.sub(r'^\\<\\?.*?\\?\\>', '', html, flags=re.DOTALL)\n            cls.doc = lxml.html.fromstring(html)\n            return cls.doc\n        except Exception:\n            log.warn('fromstring() returned an invalid string: %s...', html[:20])\n            return\n\n    @classmethod\n    def clean_article_html(cls, node):\n        article_cleaner = lxml.html.clean.Cleaner()\n        article_cleaner.javascript = True\n        article_cleaner.style = True\n        article_cleaner.allow_tags = [\n            'a', 'span', 'p', 'br', 'strong', 'b',\n            'em', 'i', 'tt', 'code', 'pre', 'blockquote', 'img', 'h1',\n            'h2', 'h3', 'h4', 'h5', 'h6',\n            'ul', 'ol', 'li', 'dl', 'dt', 'dd']\n        article_cleaner.remove_unknown_tags = False\n        return article_cleaner.clean_html(node)\n\n    @classmethod\n    def nodeToString(cls, node):\n        \"\"\"`decode` is needed at the end because `etree.tostring`\n        returns a python bytestring\n        \"\"\"\n        return lxml.etree.tostring(node, method='html').decode()\n\n    @classmethod\n    def replaceTag(cls, node, tag):\n        node.tag = tag\n\n    @classmethod\n    def stripTags(cls, node, *tags):\n        lxml.etree.strip_tags(node, *tags)\n\n    @classmethod\n    def getElementById(cls, node, idd):\n        selector = '//*[@id=\"%s\"]' % idd\n        elems = node.xpath(selector)\n        if elems:\n            return elems[0]\n        return None\n\n    @classmethod\n    def getElementsByTag(\n            cls, node, tag=None, attr=None, value=None, childs=False, use_regex=False) -> list:\n        NS = None\n        # selector = tag or '*'\n        selector = 'descendant-or-self::%s' % (tag or '*')\n        if attr and value:\n            if use_regex:\n                NS = {\"re\": \"http://exslt.org/regular-expressions\"}\n                selector = '%s[re:test(@%s, \"%s\", \"i\")]' % (selector, attr, value)\n            else:\n                trans = 'translate(@%s, \"%s\", \"%s\")' % (attr, string.ascii_uppercase, string.ascii_lowercase)\n                selector = '%s[contains(%s, \"%s\")]' % (selector, trans, value.lower())\n        elems = node.xpath(selector, namespaces=NS)\n        # remove the root node\n        # if we have a selection tag\n        if node in elems and (tag or childs):\n            elems.remove(node)\n        return elems\n\n    @classmethod\n    def appendChild(cls, node, child):\n        node.append(child)\n\n    @classmethod\n    def childNodes(cls, node):\n        return list(node)\n\n    @classmethod\n    def childNodesWithText(cls, node):\n        root = node\n        # create the first text node\n        # if we have some text in the node\n        if root.text:\n            t = lxml.html.HtmlElement()\n            t.text = root.text\n            t.tag = 'text'\n            root.text = None\n            root.insert(0, t)\n        # loop childs\n        for c, n in enumerate(list(root)):\n            idx = root.index(n)\n            # don't process texts nodes\n            if n.tag == 'text':\n                continue\n            # create a text node for tail\n            if n.tail:\n                t = cls.createElement(tag='text', text=n.tail, tail=None)\n                root.insert(idx + 1, t)\n        return list(root)\n\n    @classmethod\n    def textToPara(cls, text):\n        return cls.fromstring(text)\n\n    @classmethod\n    def getChildren(cls, node):\n        return node.getchildren()\n\n    @classmethod\n    def getElementsByTags(cls, node, tags):\n        selector = 'descendant::*[%s]' % (\n            ' or '.join('self::%s' % tag for tag in tags))\n        elems = node.xpath(selector)\n        return elems\n\n    @classmethod\n    def createElement(cls, tag='p', text=None, tail=None):\n        t = lxml.html.HtmlElement()\n        t.tag = tag\n        t.text = text\n        t.tail = tail\n        return t\n\n    @classmethod\n    def getComments(cls, node):\n        return node.xpath('//comment()')\n\n    @classmethod\n    def getParent(cls, node):\n        return node.getparent()\n\n    @classmethod\n    def remove(cls, node):\n        parent = node.getparent()\n        if parent is not None:\n            if node.tail:\n                prev = node.getprevious()\n                if prev is None:\n                    if not parent.text:\n                        parent.text = ''\n                    parent.text += ' ' + node.tail\n                else:\n                    if not prev.tail:\n                        prev.tail = ''\n                    prev.tail += ' ' + node.tail\n            node.clear()\n            parent.remove(node)\n\n    @classmethod\n    def getTag(cls, node):\n        return node.tag\n\n    @classmethod\n    def getText(cls, node):\n        txts = [i for i in node.itertext()]\n        return text.innerTrim(' '.join(txts).strip())\n\n    @classmethod\n    def previousSiblings(cls, node):\n        \"\"\"\n            returns preceding siblings in reverse order (nearest sibling is first)\n        \"\"\"\n        return [n for n in node.itersiblings(preceding=True)]\n\n    @classmethod\n    def previousSibling(cls, node):\n        return node.getprevious()\n\n    @classmethod\n    def nextSibling(cls, node):\n        return node.getnext()\n\n    @classmethod\n    def isTextNode(cls, node):\n        return True if node.tag == 'text' else False\n\n    @classmethod\n    def getAttribute(cls, node, attr=None):\n        if attr:\n            attr = node.attrib.get(attr, None)\n        if attr:\n            attr = unescape(attr)\n        return attr\n\n    @classmethod\n    def delAttribute(cls, node, attr=None):\n        if attr:\n            _attr = node.attrib.get(attr, None)\n            if _attr:\n                del node.attrib[attr]\n\n    @classmethod\n    def setAttribute(cls, node, attr=None, value=None):\n        if attr and value:\n            node.set(attr, value)\n\n    @classmethod\n    def outerHtml(cls, node):\n        e0 = node\n        if e0.tail:\n            e0 = deepcopy(e0)\n            e0.tail = None\n        return cls.nodeToString(e0)\n"
  },
  {
    "path": "newspaper/resources/misc/google_sources.txt",
    "content": "10news.com\r\n10tv.com\r\n11alive.com\r\n121carhire.com\r\n1340wgau.com\r\n13wham.com\r\n14wfie.com\r\n234next.com\r\n247wallst.com\r\n24dash.com\r\n24hourhiphop.com\r\n2dayfm.com.au\r\n2point6billion.com\r\n2theadvocate.com\r\n2ue.com.au\r\n365gay.com\r\n39online.com\r\n3aw.com.au\r\n3news.co.nz\r\n4029tv.com\r\n411mania.com\r\n41nbc.com\r\n4press.biz\r\n4-traders.com\r\n570news.com\r\n58wchs.com\r\n610cktb.com\r\n620wtmj.com\r\n660news.com\r\n670kboi.com\r\n680news.com\r\n68caliber.com\r\n6thfloor.blogs.nytimes.com\r\n760kfmb.com\r\n7days.ae\r\n7thspace.com\r\n8newsnow.com\r\n920kvec.com\r\n964eagle.co.uk\r\n972mag.com\r\n98fm.com\r\n9and10news.com\r\n9computerstore.com\r\n9news.com\r\n9wsyr.com\r\naa.psu.edu\r\nabajournal.com\r\nabc.az\r\nabc.net.au\r\nabc15.com\r\nabc27.com\r\nabc2news.com\r\nabc4.com\r\nabc6.com\r\nabc6onyourside.com\r\nabc-7.com\r\nabcactionnews.com\r\nabclive.in\r\nabclocal.go.com\r\nabcmoney.co.uk\r\nabcmontana.com\r\nabcnews.go.com\r\nabcnews4.com\r\nabcnewspapers.com\r\naberdeen.patch.com\r\nabington.patch.com\r\nabna.ir\r\nabovethelaw.com\r\nabpnews.com\r\nabqjournal.com\r\nabs-cbnnews.com\r\nabtn.co.uk\r\nac360.blogs.cnn.com\r\naccessatlanta.com\r\naccesshollywood.com\r\naccessnorthga.com\r\naccidentinjurylawyerblog.com\r\naceds.org\r\naceshowbiz.com\r\nac-markets.com\r\nacorn-online.com\r\nac-ranger.com\r\naction3news.com\r\nactionforex.com\r\nacton.patch.com\r\nactressarchives.com\r\nacuoptimist.com\r\nacworth.patch.com\r\nadaeveningnews.com\r\nadage.com\r\nadastrum.kansascity.com\r\nadelaidenow.com.au\r\nadirondackdailyenterprise.com\r\nadl.org\r\nadn.com\r\nadnkronos.com\r\nadoimagazine.com\r\nadotas.com\r\nadvertiser-tribune.com\r\nadvice.cio.com\r\nadvicetrade.com\r\nadvisor.ca\r\nadvisorone.com\r\nadvocate.com\r\nadvocatepress.com\r\nadweek.com\r\naei.org\r\naf.mil\r\naf.reuters.com\r\nafaqs.com\r\naffton.patch.com\r\nafghanistan.blogs.cnn.com\r\nafpak.foreignpolicy.com\r\nafpakind.blogs.france24.com\r\nafrica.ibtimes.com\r\nafricalegalbrief.com\r\nafrican-bulletin.com\r\nafricanews.com\r\nafricareview.com\r\nafricasia.com\r\nafrika.no\r\nafriquejet.com\r\nafro.com\r\nafspc.af.mil\r\nagi.it\r\nagjournalonline.com\r\nagmetalminer.com\r\nagourahills.patch.com\r\nagrimoney.com\r\nahherald.com\r\nahmedabadmirror.com\r\nahora.cu\r\naikenstandard.com\r\nain.cubaweb.cu\r\naina.org\r\nainonline.com\r\nairdrieecho.com\r\nairforcetimes.com\r\najc.com\r\najc.org\r\nal.com\r\nalameda.patch.com\r\nalamogordonews.com\r\nalaskadispatch.com\r\nalbany.patch.com\r\nalbanyherald.com\r\nalbertleatribune.com\r\nalbeu.com\r\naledotimesrecord.com\r\nalgemeiner.com\r\nalgonquin.patch.com\r\nalibi.com\r\nalisoviejo.patch.com\r\naljazeera.com\r\naljazeerah.info\r\nallaccess.com\r\nallafrica.com\r\nallfacebook.com\r\nallgov.com\r\nallheadlinenews.com\r\nallhiphop.com\r\nallmediany.com\r\nallvoices.com\r\nallyourtv.com\r\nalmanacnews.com\r\nalmasryalyoum.com\r\nalpharetta.patch.com\r\nalrroya.mobi\r\naltadena.patch.com\r\nalternet.org\r\naltonaecho.com\r\naltoonamirror.com\r\nalttransport.com\r\nam1150.ca\r\nam770chqr.com\r\namarillo.com\r\nambler.patch.com\r\namconmag.com\r\nameinfo.com\r\namericablog.com\r\namericamagazine.org\r\namericanbankingnews.com\r\namericanchronicle.com\r\namericancityandcounty.com\r\namericanindependent.com\r\namericanpress.com\r\namericanprogress.org\r\namericansongwriter.com\r\namericansuperstarmag.com\r\namericanthinker.com\r\namericustimesrecorder.com\r\namestrib.com\r\namfix.blogs.cnn.com\r\namherstburgecho.com\r\namlawdaily.typepad.com\r\namnesty.org\r\namnesty.org.uk\r\namnestyusa.org\r\namny.com\r\namog.com\r\namw.com\r\namyalkon.mensnewsdaily.com\r\nanarkismo.net\r\nanchorweb.org\r\nandalusiastarnews.com\r\nandersonfreepress.net\r\nandina.com.pe\r\nandover.patch.com\r\nandroidapps.com\r\nannandale.patch.com\r\nannarbor.com\r\nannistonstar.com\r\nanswers.china.org.cn\r\nantiguaobserver.com\r\naol.sportingnews.com\r\naolnews.com\r\nap.stripes.com\r\napp.com\r\napp.com.pk\r\nappeal-democrat.com\r\napplevalley.patch.com\r\nappmodo.com\r\nappolicious.com\r\napps.detnews.com\r\naprn.org\r\napunkachoice.com\r\narabamericannews.com\r\narabianbusiness.com\r\narabmonitor.info\r\narabnews.com\r\narabtimesonline.com\r\nararatadvertiser.com.au\r\narbiteronline.com\r\narbutus.patch.com\r\narcadia.patch.com\r\narchboldbuckeye.com\r\narchinect.com\r\narchitectsjournal.co.uk\r\narchrecord.construction.com\r\narden.news10.net\r\nardmore.patch.com\r\nardmoreite.com\r\nareawidenews.com\r\narenacindependent.com\r\nargophilia.com\r\nargus.ie\r\nargusleader.com\r\nargusobserver.com\r\nargus-press.com\r\narirang.co.kr\r\narizona.sbnation.com\r\narkansasbusiness.com\r\narkansasnews.com\r\narkansasonline.com\r\narkcity.net\r\narklatexhomepage.com\r\narktimes.com\r\narlington.patch.com\r\narlnow.com\r\narmidaleexpress.com.au\r\narmleytoday.co.uk\r\narmradio.am\r\narmy.mil\r\narmytimes.com\r\narnnet.com.au\r\narnold.patch.com\r\naroundtherings.com\r\narrowheadaddict.com\r\narstechnica.com\r\nartdaily.org\r\narticles.lancasteronline.com\r\nartinfo.com\r\narts.nationalpost.com\r\nartsbeat.blogs.nytimes.com\r\nasap.co.uk\r\nashbournenewstelegraph.co.uk\r\nashburn.patch.com\r\nasia.wsj.com\r\nasia-monitor.com\r\nasianews.it\r\nasianimage.co.uk\r\nasianjournal.com\r\nasiantribune.com\r\nasianweek.com\r\nasiaone.com\r\nasiasecurity.macfound.org\r\nasiasentinel.com\r\naspentimes.com\r\nassamtribune.com\r\nassets.bizjournals.com\r\nassociatedcontent.com\r\nastrochicks.com\r\nasylum.co.uk\r\natg.wa.gov\r\nathensreview.com\r\nathleticbusiness.com\r\natimes.com\r\natlanta.sbnation.com\r\natlantaintownpaper.com\r\natlantapost.com\r\natlanticsentinel.com\r\nattleboro.patch.com\r\natwar.blogs.nytimes.com\r\nau.christiantoday.com\r\nau.ibtimes.com\r\nau.news.yahoo.com\r\nauburnpub.com\r\naudio.weei.com\r\naugustafreepress.com\r\naugustagazette.com\r\nauroraadvertiser.net\r\nauroraadvocate.com\r\naurorasentinel.com\r\nausbt.com.au\r\naustin.ynn.com\r\naustin360.com\r\naustindailyherald.com\r\naustralianconservative.com\r\naustralianetworknews.com\r\nautomatedtrader.net\r\nauto-mobi.info\r\nautos.sympatico.ca\r\navclub.com\r\naviationtoday.com\r\navionews.com\r\navon.patch.com\r\navonlake.patch.com\r\navon-oh.patch.com\r\navstop.com\r\navweb.com\r\nawfulannouncing.com\r\naxcessnews.com\r\naxisoflogic.com\r\naysor.am\r\nazatutyun.am\r\nazcapitoltimes.com\r\nazcentral.com\r\nazdailysun.com\r\nazerireport.com\r\nazfamily.com\r\nazstarnet.com\r\nazzaman.com\r\nb92.net\r\nbabylonvillage.patch.com\r\nbackbay.patch.com\r\nbackseatcuddler.com\r\nbackstage.com\r\nbadgerherald.com\r\nbakersfield.com\r\nbakersfieldnow.com\r\nbakewelltoday.co.uk\r\nbalacynwyd.patch.com\r\nbaldwin-whitehall.patch.com\r\nbalkans.com\r\nballerstatus.com\r\nballinaadvocate.com.au\r\nballparkdigest.com\r\nballston.patch.com\r\nballwin-ellisville.patch.com\r\nbaltic-course.com\r\nbaltictimes.com\r\nbaltimoresportsreport.com\r\nbaltimoresun.com\r\nbancroftthisweek.com\r\nbandt.com.au\r\nbangaloremirror.com\r\nbangkokpost.com\r\nbankinfosecurity.com\r\nbanmoco.co.uk\r\nbanning-beaumont.patch.com\r\nbaristanet.com\r\nbarnaclegrenada.com\r\nbarnegat.patch.com\r\nbarnstable-hyannis.patch.com\r\nbarossaherald.com.au\r\nbarrington.patch.com\r\nbarrington-il.patch.com\r\nbarrow.patch.com\r\nbartlesvilleradio.com\r\nbasehorinfo.com\r\nbasildonrecorder.co.uk\r\nbaskingridge.patch.com\r\nbastropenterprise.com\r\nbatemansbaypost.com.au\r\nbatleynews.co.uk\r\nbattlecreekenquirer.com\r\nbattleland.blogs.time.com\r\nbauman.sovereignsociety.com\r\nbaxterbulletin.com\r\nbaycitizen.org\r\nbaylorlariat.com\r\nbayofplentytimes.co.nz\r\nbayoubuzz.com\r\nbayport.patch.com\r\nbayshorebroadcasting.ca\r\nbayside.patch.com\r\nbaysidebulletin.com.au\r\nbaystatebanner.com\r\nbayviewcompass.com\r\nbbb.org\r\nbbc.co.uk\r\nbbjonline.hu\r\nbcdemocratonline.com\r\nbcheights.com\r\nbcinterruption.com\r\nbclocalnews.com\r\nbdnews24.com\r\nbdtonline.com\r\nbeachwood.patch.com\r\nbeaconnews.suntimes.com\r\nbeacononlinenews.com\r\nbearsdenherald.co.uk\r\nbeartoothnbc.com\r\nbeatricedailysun.com\r\nbeaufortobserver.net\r\nbeaumontenterprise.com\r\nbeauregarddailynews.net\r\nbeausejourreview.com\r\nbedford.patch.com\r\nbedfordshire-news.co.uk\r\nbedfordtoday.co.uk\r\nbed-stuy.patch.com\r\nbeehivecity.com\r\nbeestontoday.co.uk\r\nbegadistrictnews.com.au\r\nbelair.patch.com\r\nbelfasttelegraph.co.uk\r\nbelladogmagazine.com\r\nbellehaven.patch.com\r\nbelleville.patch.com\r\nbellevision.com\r\nbellevue.patch.com\r\nbellingencourier.com.au\r\nbellinghamherald.com\r\nbellmore.patch.com\r\nbelmont.patch.com\r\nbelmont-ca.patch.com\r\nbeloitdailynews.com\r\nbelpernews.co.uk\r\nbemidjipioneer.com\r\nbendbulletin.com\r\nbendigoadvertiser.com.au\r\nbenicia.patch.com\r\nbenningtonbanner.com\r\nbenningtonvalepress.com\r\nbensalem.patch.com\r\nbentoneveningnews.com\r\nbenzinga.com\r\nberkeleyheights.patch.com\r\nberkeley-nj.patch.com\r\nberkley.patch.com\r\nberkshireeagle.com\r\nberlin.patch.com\r\nbermudasun.bm\r\nbernama.com\r\nbernama.com.my\r\nbernews.com\r\nberwick-advertiser.co.uk\r\nbestsyndication.com\r\nbestweekever.tv\r\nbet.com\r\nbeta.bryancountynews.net\r\nbeta.coastalcourier.com\r\nbetanews.com\r\nbethel.patch.com\r\nbethesda.patch.com\r\nbethlehem.patch.com\r\nbethwood.patch.com\r\nbeverleyguardian.co.uk\r\nbeverlyhills.patch.com\r\nbexhillobserver.net\r\nbeyondchron.org\r\nbfbs.com\r\nbgdailynews.com\r\nbgnews.com\r\nbhpioneer.com\r\nbiggleswadetoday.co.uk\r\nbiggovernment.com\r\nbighollywood.breitbart.com\r\nbigislandvideonews.com\r\nbigpondnews.com\r\nbigshinyrobot.com\r\nbigthink.com\r\nbikyamasr.com\r\nbillboard.com\r\nbillingsgazette.com\r\nbi-me.com\r\nbiography.com\r\nbioprepwatch.com\r\nbiosciencetechnology.com\r\nbirmingham.patch.com\r\nbirminghammail.net\r\nbirminghampost.net\r\nbismarcktribune.com\r\nbites.today.com\r\nbits.blogs.nytimes.com\r\nbiz.thestar.com.my\r\nbiz.zeenews.com\r\nbizjournals.com\r\nbiztimes.com\r\nblackanthem.com\r\nblackbookmag.com\r\nblackfridaydeals.in\r\nblackjackchamp.com\r\nblacknews.com\r\nblackpoolgazette.co.uk\r\nblackstarnews.com\r\nblackstate.com\r\nblacktownsun.com.au\r\nblackvoicenews.com\r\nblastmagazine.com\r\nblayneychronicle.com.au\r\nbleacherreport.com\r\nbleedingcool.com\r\nbleedinggreennation.com\r\nblockbuster.co.uk\r\nblog.al.com\r\nblog.american.com\r\nblog.beaumontenterprise.com\r\nblog.beliefnet.com\r\nblog.blogtalkradio.com\r\nblog.brickhousesecurity.com\r\nblog.camera.org\r\nblog.cheapoair.com\r\nblog.christianitytoday.com\r\nblog.chron.com\r\nblog.cleveland.com\r\nblog.foreignpolicy.com\r\nblog.gactv.com\r\nblog.games.com\r\nblog.georgetownvoice.com\r\nblog.heritage.org\r\nblog.hsh.com\r\nblog.masslive.com\r\nblog.mlive.com\r\nblog.moviefone.com\r\nblog.music.aol.com\r\nblog.mysanantonio.com\r\nblog.newsok.com\r\nblog.newvoices.org\r\nblog.niemanwatchdog.org\r\nblog.nj.com\r\nblog.nola.com\r\nblog.onlinemediadirect.co.uk\r\nblog.onthebox.com\r\nblog.oregonlive.com\r\nblog.oup.com\r\nblog.outtakeonline.com\r\nblog.pennlive.com\r\nblog.pjvoice.com\r\nblog.practicalethics.ox.ac.uk\r\nblog.psaonline.org\r\nblog.searchenginewatch.com\r\nblog.seattlepi.com\r\nblog.stanfordreview.org\r\nblog.syracuse.com\r\nblog.thenewstribune.com\r\nblog.thestar.com.my\r\nblog.timesunion.com\r\nblog.usnavyseals.com\r\nblog.vdare.com\r\nblog.wasteindustrysite.com\r\nblog.zap2it.com\r\nblogcritics.org\r\nbloggernews.net\r\nblogher.com\r\nbloginity.com\r\nblogs.abc.net.au\r\nblogs.abcnews.com\r\nblogs.ajc.com\r\nblogs.aljazeera.net\r\nblogs.alternet.org\r\nblogs.app.com\r\nblogs.atlanticcityweekly.com\r\nblogs.babble.com\r\nblogs.barrons.com\r\nblogs.bbcamerica.com\r\nblogs.berkeley.edu\r\nblogs.bettor.com\r\nblogs.blackvoices.com\r\nblogs.browardpalmbeach.com\r\nblogs.cbn.com\r\nblogs.cfr.org\r\nblogs.chicagotribune.com\r\nblogs.christianpost.com\r\nblogs.commercialappeal.com\r\nblogs.computerworld.com\r\nblogs.courant.com\r\nblogs.courier-journal.com\r\nblogs.coventrytelegraph.net\r\nblogs.creativeloafing.com\r\nblogs.crikey.com.au\r\nblogs.csoonline.com\r\nblogs.dailyherald.com\r\nblogs.dallasobserver.com\r\nblogs.desmoinesregister.com\r\nblogs.discovermagazine.com\r\nblogs.discovery.com\r\nblogs.edweek.org\r\nblogs.fayobserver.com\r\nblogs.forbes.com\r\nblogs.forward.com\r\nblogs.fredericksburg.com\r\nblogs.ft.com\r\nblogs.golf.com\r\nblogs.govexec.com\r\nblogs.gwhatchet.com\r\nblogs.houstonpress.com\r\nblogs.independent.co.uk\r\nblogs.indiewire.com\r\nblogs.jta.org\r\nblogs.kansascity.com\r\nblogs.knoxnews.com\r\nblogs.kqed.org\r\nblogs.laweekly.com\r\nblogs.marketwatch.com\r\nblogs.mcall.com\r\nblogs.mcclatchydc.com\r\nblogs.mercurynews.com\r\nblogs.miaminewtimes.com\r\nblogs.naplesnews.com\r\nblogs.nature.com\r\nblogs.news.sky.com\r\nblogs.news-leader.com\r\nblogs.nfl.com\r\nblogs.ocweekly.com\r\nblogs.orlandosentinel.com\r\nblogs.palmbeachpost.com\r\nblogs.pe.com\r\nblogs.phillymag.com\r\nblogs.phoenixnewtimes.com\r\nblogs.psychcentral.com\r\nblogs.redding.com\r\nblogs.rediff.com\r\nblogs.rep-am.com\r\nblogs.republicanherald.com\r\nblogs.reuters.com\r\nblogs.riverfronttimes.com\r\nblogs.roanoke.com\r\nblogs.sacbee.com\r\nblogs.seattleweekly.com\r\nblogs.sfweekly.com\r\nblogs.siliconindia.com\r\nblogs.siliconvalley.com\r\nblogs.smartmoney.com\r\nblogs.star-telegram.com\r\nblogs.suntimes.com\r\nblogs.telegraph.co.uk\r\nblogs.tennessean.com\r\nblogs.timeslive.co.za\r\nblogs.trb.com\r\nblogs.tribune.com.pk\r\nblogs.villagevoice.com\r\nblogs.webmd.com\r\nblogs.westword.com\r\nblogs.wpri.com\r\nblogs.wsj.com\r\nblogs.wvgazette.com\r\nblogtown.portlandmercury.com\r\nbloomberg.com\r\nbloomfield.patch.com\r\nbloomingdale.patch.com\r\nbluearkansasblog.com\r\nbluemountaineagle.com\r\nbluemountainsgazette.com.au\r\nblueridgenow.com\r\nbluewavenews.com\r\nblufftontoday.com\r\nbnd.com\r\nbnet.com\r\nbnn.ca\r\nbognor.co.uk\r\nboilerjuice.com\r\nboingboing.net\r\nboiseweekly.com\r\nbolingbrook.patch.com\r\nbolivarmonews.com\r\nbollypatrika.com\r\nbollywoodhungama.com\r\nbollywoodmantra.com\r\nbombalatimes.com.au\r\nbonnercountydailybee.com\r\nbonnersprings.com\r\nbonneylake-sumner.patch.com\r\nboomtron.com\r\nboonvilledailynews.com\r\nboorowanewsonline.com.au\r\nboosharticles.com\r\nbordermail.com.au\r\nborglobe.com\r\nbostinnovation.com\r\nboston.about.com\r\nboston.com\r\nboston.sbnation.com\r\nbostonherald.com\r\nbostonist.com\r\nbostonstandard.co.uk\r\nboulderweekly.com\r\nbournelocal.co.uk\r\nbournemouthecho.co.uk\r\nbowie.patch.com\r\nboxingscene.com\r\nbozemandailychronicle.com\r\nbradenton.com\r\nbradenton.patch.com\r\nbraidwoodtimes.com.au\r\nbrainerddispatch.com\r\nbraintree.patch.com\r\nbramleytoday.co.uk\r\nbrandchannel.com\r\nbrandon.patch.com\r\nbrandonsun.com\r\nbranford.patch.com\r\nbrantfordexpositor.ca\r\nbraypeople.ie\r\nbreakingglobalnews.com\r\nbreakingnews.ie\r\nbreakingtravelnews.com\r\nbrecksville.patch.com\r\nbrecorder.com\r\nbrenhambanner.com\r\nbrentwood.patch.com\r\nbrentwoodweeklynews.co.uk\r\nbrewtonstandard.com\r\nbrick.patch.com\r\nbridgewater.patch.com\r\nbridlingtonfreepress.co.uk\r\nbridportnews.co.uk\r\nbrighouseecho.co.uk\r\nbrighton.patch.com\r\nbrightonpittsfordpost.com\r\nbrimbankweekly.com.au\r\nbrisbanetimes.com.au\r\nbroadbandgenie.co.uk\r\nbroadcastengineering.com\r\nbroadcastingcable.com\r\nbroadcastnewsroom.com\r\nbroadcastnow.co.uk\r\nbroadneck.patch.com\r\nbroadstreethockey.com\r\nbronxink.org\r\nbronxnewsnetwork.org\r\nbronxville.patch.com\r\nbrookfield.patch.com\r\nbrookfieldnow.com\r\nbrookfield-wi.patch.com\r\nbrookings.edu\r\nbrookline.patch.com\r\nbrooklyn.about.com\r\nbrooklyneagle.com\r\nbrooklynpaper.com\r\nbrownsvilleherald.com\r\nbrownwoodbulletin.com\r\nbruinsnation.com\r\nbrynmawr.patch.com\r\nbsudailynews.com\r\nbtimes.com.my\r\nbtlonline.org\r\nb-townblog.com\r\nbu.edu\r\nbuanews.gov.za\r\nbuckhead.11alive.com\r\nbuckhead.patch.com\r\nbuckinghamtoday.co.uk\r\nbucksfreepress.co.uk\r\nbucksherald.co.uk\r\nbucyrustelegraphforum.com\r\nbudapestreport.com\r\nbuddytv.com\r\nbuenosairesherald.com\r\nbuffalo.edu\r\nbuffalogrove.patch.com\r\nbuffalonews.com\r\nbuffalorising.com\r\nbuild.ie\r\nbulawayo24.com\r\nbunburymail.com.au\r\nbuquad.com\r\nburbankleader.com\r\nburke.patch.com\r\nburlingame.patch.com\r\nburlington.patch.com\r\nburlingtonfreepress.com\r\nburnleycitizen.co.uk\r\nburnleyexpress.net\r\nburnsville.patch.com\r\nburntorangenation.com\r\nburrridge.patch.com\r\nburtonmail.co.uk\r\nburyfreepress.co.uk\r\nbusiness.asiaone.com\r\nbusiness.blogs.cnn.com\r\nbusiness.financialpost.com\r\nbusiness.gather.com\r\nbusiness.gearlive.com\r\nbusiness.globaltimes.cn\r\nbusiness.iafrica.com\r\nbusiness.inquirer.net\r\nbusiness.newsfactor.com\r\nbusiness.peacefmonline.com\r\nbusiness2community.com\r\nbusinessandleadership.com\r\nbusinessarea.org\r\nbusinessclarksville.com\r\nbusinessdailyafrica.com\r\nbusinessday.co.za\r\nbusinessday.com.au\r\nbusinessdayonline.com\r\nbusinessghana.com\r\nbusinessinsider.com\r\nbusinessjournalism.org\r\nbusinesslive.co.za\r\nbusinessnorth.com\r\nbusinessreport.com\r\nbusinessreviewaustralia.com\r\nbusinessreviewusa.com\r\nbusinessspectator.com.au\r\nbusiness-standard.com\r\nbusinesstimes.com.sg\r\nbusinesstoday.intoday.in\r\nbusinessweek.com\r\nbusinessweek.mobi\r\nbusinesswire.com\r\nbusinessworld.in\r\nbusiweek.com\r\nbusseltonmail.com.au\r\nbuxtonadvertiser.co.uk\r\nbworldonline.com\r\nbxnewsnet.blogspot.com\r\nbyronnews.com.au\r\nca.news.yahoo.com\r\nca.reuters.com\r\ncabinet.com\r\ncachevalleydaily.com\r\ncaffertyfile.blogs.cnn.com\r\ncagesideseats.com\r\ncairns.com.au\r\ncaivn.org\r\ncalabasas.patch.com\r\ncalcoastnews.com\r\ncalcuttatube.com\r\ncaldwells.patch.com\r\ncaledonia.patch.com\r\ncalgary.ctv.ca\r\ncalgaryherald.com\r\ncalgarysun.com\r\ncaliforniabeat.org\r\ncaliforniachronicle.com\r\ncalifornianewswire.com\r\ncaliforniaprogressreport.com\r\ncaliforniareport.org\r\ncaller.com\r\ncalorielab.com\r\ncalverleytoday.co.uk\r\ncambridgechron.com\r\ncambridgefirst.co.uk\r\ncambridge-news.co.uk\r\ncambridgetimes.ca\r\ncamdenadvertiser.com.au\r\ncamdencourier.com.au\r\ncamera.org\r\ncampaignforliberty.com\r\ncampaigniran.org\r\ncampaignseries.co.uk\r\ncampbell.patch.com\r\ncampusprogress.org\r\ncanada.com\r\ncanadafreepress.com\r\ncanadaviews.ca\r\ncanadianbusiness.com\r\ncanadianchristianity.com\r\ncanadianunderwriter.ca\r\ncanberratimes.com.au\r\ncanmoreleader.com\r\ncannonconnections.com\r\ncanon-mcmillan.patch.com\r\ncanton.patch.com\r\ncanton-ct.patch.com\r\ncantondailyledger.com\r\ncanton-ga.patch.com\r\ncanton-mi.patch.com\r\ncantonrep.com\r\ncanyon-news.com\r\ncapebretonpost.com\r\ncapecodonline.com\r\ncapecodtoday.com\r\ncape-coral-daily-breeze.com\r\ncapefearbusiness.com\r\ncapetimes.co.za\r\ncapitalfm.co.ke\r\ncapitalfm.com\r\ncapitalnewyork.com\r\ncapitalpress.com\r\ncapitola.patch.com\r\ncapitolhillblue.com\r\ncapitolnewsconnection.org\r\ncapradio.org\r\ncare2.com\r\ncaribarena.com\r\ncaribbean360.com\r\ncarlsbad.patch.com\r\ncarmanvalleyleader.com\r\ncarmitimes.com\r\ncarnegieendowment.org\r\ncarolinalive.com\r\ncarrollgardens.patch.com\r\ncarrollwood.patch.com\r\ncartersville.patch.com\r\ncarthagepress.com\r\ncary.patch.com\r\ncasavaria.com\r\ncascade.patch.com\r\ncaseyweeklyberwick.com.au\r\ncaseyweeklycranbourne.com.au\r\ncaspionet.kz\r\ncastanet.net\r\ncastrovalley.patch.com\r\ncathnews.com\r\ncathnewsindia.com\r\ncatholic.net\r\ncatholic.org\r\ncatholicculture.org\r\ncatholicherald.co.uk\r\ncatholicnews.com\r\ncatholicnewsagency.com\r\ncatholicreview.org\r\ncato-at-liberty.org\r\ncatonsville.patch.com\r\ncattlenetwork.com\r\ncaymannewsservice.com\r\ncbc.ca\r\ncbn.com\r\ncbs12.com\r\ncbs19.tv\r\ncbs3springfield.com\r\ncbs42.com\r\ncbs47.tv\r\ncbs59.com\r\ncbs6albany.com\r\ncbs7kosa.com\r\ncbs8.com\r\ncbsatlanta.com\r\ncbsnews.com\r\ncbssports.com\r\ncd989.com\r\ncdapress.com\r\nc-dh.net\r\ncdispatch.com\r\ncecilwhig.com\r\ncedartownstd.com\r\ncelebdirtylaundry.com\r\ncelebrities.gearlive.com\r\ncelebritybabyscoop.com\r\ncelebrity-gossip.net\r\ncelebrity-mania.com\r\ncelebritynewsandstyle.com\r\ncelebs.gather.com\r\ncentraladvocate.com.au\r\ncentralasianewswire.com\r\ncentralasiaonline.com\r\ncentralchronicle.com\r\ncentralfloridafuture.com\r\ncentraljersey.com\r\ncentralny.ynn.com\r\ncentralpennbusiness.com\r\ncentraltelegraph.com.au\r\ncentralwesterndaily.com.au\r\ncentredaily.com\r\ncentreville.patch.com\r\ncenturycity.patch.com\r\ncerritos.patch.com\r\nceskapozice.cz\r\nceskenoviny.cz\r\ncessnockadvertiser.com.au\r\ncfjctv.com\r\ncfnews13.com\r\ncfr.org\r\ncfra.com\r\nchabad.info\r\nchabad.org\r\nchad.co.uk\r\nchadrad.com\r\nchannahon-minooka.patch.com\r\nchannel3000.com\r\nchannel4.com\r\nchannel6newsonline.com\r\nchannelnews.com.au\r\nchannelnewsasia.com\r\nchantilly.patch.com\r\nchappaqua.patch.com\r\ncharismamag.com\r\ncharlestoncitypaper.com\r\ncharlotteobserver.com\r\ncharltoncountyherald.com\r\nchartattack.com\r\nchartiersvalley.patch.com\r\nchatham.patch.com\r\nchathamdailynews.ca\r\nchathamhouse.org.uk\r\nchatsworth.patch.com\r\nchattanoogan.com\r\nchbcnews.ca\r\ncheboygannews.com\r\ncheechandchongfan.blogspot.com\r\nchelmsford.patch.com\r\nchelmsfordweeklynews.co.uk\r\nchelseanow.com\r\nchelsearecord.com\r\ncherokeescout.com\r\ncherryhill.sunne.ws\r\ncheshire.patch.com\r\nchesterchronicle.co.uk\r\nchesterfield.patch.com\r\nchestnuthill.patch.com\r\nchestnuthilllocal.com\r\nchevychase.patch.com\r\nchicago.curbed.com\r\nchicago.gopride.com\r\nchicago.sbnation.com\r\nchicagobreakingbusiness.com\r\nchicagobreakingnews.com\r\nchicagodefender.com\r\nchicagoheights.patch.com\r\nchicagoist.com\r\nchicagomag.com\r\nchicagonow.com\r\nchicagoreader.com\r\nchicagotribune.com\r\nchichester.co.uk\r\nchickashanews.com\r\nchicoer.com\r\nchieftain.com\r\nchillicothegazette.com\r\nchillicothenews.com\r\nchillicothetimesbulletin.com\r\nchina.org.cn\r\nchinadigitaltimes.net\r\nchinapost.com.tw\r\nchinavestor.com\r\nchinaworker.info\r\nchipchick.com\r\nchipleybugle.com\r\nchipleypaper.com\r\nchippewa.com\r\nchorley-guardian.co.uk\r\nchrisd.ca\r\nchristiancentury.org\r\nchristianchronicle.org\r\nchristianitytoday.com\r\nchristiannewstoday.com\r\nchristiannewswire.com\r\nchristianpost.com\r\nchristiantoday.com\r\nchron.com\r\nchronicle.augusta.com\r\nchronicle.com\r\nchronicle.northcoastnow.com\r\nchronicle-express.com\r\nchroniclejournal.com\r\nchroniclelive.co.uk\r\nchronline.com\r\ncicweb.ca\r\ncincinnati.com\r\ncincyjungle.com\r\ncinemablend.com\r\ncineplex.com\r\ncinnaminson.patch.com\r\ncio.com\r\ncio.com.au\r\ncio.in\r\ncioinsight.com\r\nciol.com\r\ncitizensvoice.com\r\ncitizen-times.com\r\ncitizenwire.com\r\ncitrusdaily.com\r\ncityam.com\r\ncityhallblog.dallasnews.com\r\ncity-journal.org\r\ncityjournalistdirectory.com\r\ncitypress.co.za\r\ncityroom.blogs.nytimes.com\r\ncitytalk.fm\r\ncitytowninfo.com\r\ncitytv.com\r\ncitywatchla.com\r\ncitywire.co.uk\r\ncivil.ge\r\ncjad.com\r\ncjbk.com\r\ncjonline.com\r\nckhid.com\r\ncknw.com\r\nclactonandfrintongazette.co.uk\r\nclantonadvertiser.com\r\nclaremontportside.com\r\nclarendon.patch.com\r\nclarionledger.com\r\nclark.patch.com\r\nclarkedailynews.com\r\nclarkforkchronicle.com\r\nclarksvilleonline.com\r\nclashmusic.com\r\nclatl.com\r\nclawson.patch.com\r\nclaycountyprogress.com\r\nclaytoday.biz\r\nclaytodayonline.com\r\nclayton.patch.com\r\nclearwater.patch.com\r\ncleveland.com\r\nclevelandheights.patch.com\r\nclevelandjewishnews.com\r\nclevelandleader.com\r\nclick2houston.com\r\nclickondetroit.com\r\nclickorlando.com\r\ncliffviewpilot.com\r\nclimbthenet.com\r\nclinton.patch.com\r\nclintonherald.com\r\nclintonnewsrecord.com\r\nclitheroeadvertiser.co.uk\r\nclusterflock.org\r\ncm-life.com\r\ncmp.hku.hk\r\ncmt.com\r\ncnbc.com\r\ncnet.com\r\ncnews.canoe.ca\r\ncnjonline.com\r\ncnn.com\r\ncnngo.com\r\ncnnpressroom.blogs.cnn.com\r\ncnnstudentnews.blogs.cnn.com\r\ncnsnews.com\r\ncoastaltimes.com.au\r\ncoastreportonline.com\r\ncoastweek.com\r\ncobarage.com.au\r\ncochranetimes.com\r\ncochranetimespost.com\r\ncodewit.com\r\ncodyenterprise.com\r\ncoffscoastadvocate.com.au\r\ncolesville.patch.com\r\ncolfaxrecord.com\r\ncollegenews.com\r\ncollegepark.patch.com\r\ncollegian.com\r\ncollegian.csufresno.edu\r\ncollegiatetimes.com\r\ncollider.com\r\ncolliemail.com.au\r\ncollingswood.patch.com\r\ncolombiareports.com\r\ncoloradoan.com\r\ncoloradoconnection.com\r\ncoloradodaily.com\r\ncoloradoindependent.com\r\ncolorlines.com\r\ncolumbia.patch.com\r\ncolumbiabasinherald.com\r\ncolumbiamissourian.com\r\ncolumbian.com\r\ncolumbiaspectator.com\r\ncolumbiatribune.com\r\ncolumbuslocalnews.com\r\ncolumbustelegram.com\r\ncolusa-sun-herald.com\r\ncomicbook.com\r\ncomicbookmovie.com\r\ncomicbookresources.com\r\ncomingsoon.net\r\ncommentarymagazine.com\r\ncommercialappeal.com\r\ncommercial-news.com\r\ncommodityonline.com\r\ncommonsnews.org\r\ncommonwealmagazine.org\r\ncommunities.canada.com\r\ncommunity.adn.com\r\ncommunity.coastalcourier.com\r\ncommunity.fireengineering.com\r\ncommunity.nasdaq.com\r\ncommunity.statesmanjournal.com\r\ncommunitynewspapergroup.com\r\ncommunitypress.cincinnati.com\r\ncommunitypub.com\r\ncompareaway.co.uk\r\ncomparecarhire.co.uk\r\ncomparecarrentals.co.uk\r\ncomparecarrentals.com\r\ncompasscayman.com\r\ncomplex.com\r\ncomputerweekly.com\r\ncomputerworld.co.ke\r\ncomputerworld.co.nz\r\ncomputerworld.com\r\ncomputerworld.com.au\r\ncomputerworlduk.com\r\ncomputing.co.uk\r\nconcord.patch.com\r\nconcord-ca.patch.com\r\nconcordmonitor.com\r\ncongletonguardian.co.uk\r\nconnectamarillo.com\r\nconnectedinternet.co.uk\r\nconnectionnewspapers.com\r\nconnectmidmichigan.com\r\nconnectmidmissouri.com\r\nconnecttristates.com\r\nconservativeblog.org\r\nconsortiumnews.com\r\nconsumeraffairs.com\r\ncontactmusic.com\r\ncontent.usatoday.com\r\ncontinentalnews.net\r\ncontracostatimes.com\r\ncoolum-news.com.au\r\ncoomaexpress.com.au\r\ncootamundraherald.com.au\r\ncore77.com\r\ncorkman.ie\r\ncornellsun.com\r\ncorning-observer.com\r\ncornwallseawaynews.com\r\ncoronado.patch.com\r\ncorrections.com\r\ncorsicanadailysun.com\r\ncoshoctontribune.com\r\ncosmiclog.msnbc.msn.com\r\ncountercurrents.org\r\ncounterpunch.org\r\ncountingpips.com\r\ncountytimes.com\r\ncourant.com\r\ncourier-gazette.com\r\ncourier-journal.com\r\ncouriermail.com.au\r\ncouriernews.com\r\ncouriernews.suntimes.com\r\ncourierpostonline.com\r\ncourierpress.com\r\ncourthousenews.com\r\ncoventry.patch.com\r\ncoventrytelegraph.net\r\ncovnews.com\r\ncowracommunitynews.com\r\ncowraguardian.com.au\r\ncp24.com\r\ncpheraldleader.com\r\ncphpost.dk\r\ncqnews.com.au\r\ncrabbygolightly.com\r\ncraigdailypress.com\r\ncrainsdetroit.com\r\ncrainsnewyork.com\r\ncranberry.patch.com\r\ncranford.patch.com\r\ncranston.patch.com\r\ncrave.cnet.co.uk\r\ncraveonline.com\r\ncrawdaddy.com\r\ncrawleyobserver.co.uk\r\ncrescent-news.com\r\ncrestviewbulletin.com\r\ncrevecoeur.patch.com\r\ncrewechronicle.co.uk\r\ncricket.expressindia.com\r\ncrikey.com.au\r\ncrimeblog.dallasnews.com\r\ncrime-research.org\r\ncrimsonquarry.com\r\ncritical-thinkers.com\r\ncrn.com\r\ncroatiantimes.com\r\ncrofton.patch.com\r\ncrookstontimes.com\r\ncrookwellgazette.com.au\r\ncrosbyherald.co.uk\r\ncrosscut.com\r\ncrossgatestoday.co.uk\r\ncrosswalk.com\r\ncrowleypoliticalreport.com\r\ncrowncitynews.com\r\ncrunchsports.com\r\ncrunktastical.net\r\ncrystallake.patch.com\r\ncsindy.com\r\ncsmonitor.com\r\ncsoonline.com\r\nctpost.com\r\nctv.ca\r\nctvbc.ctv.ca\r\ncubanews.ain.cu\r\ncubed3.com\r\ncullmantimes.com\r\nculture.wnyc.org\r\nculturemap.com\r\nculvercity.patch.com\r\ncumming.patch.com\r\ncuopm.com\r\ncupertino.patch.com\r\ncurrent.newsweek.com\r\ncurrentargus.com\r\ncurrent-movie-reviews.com\r\ncustomwire.ap.org\r\ncuyahogafalls.patch.com\r\ncyprus-mail.com\r\ndacula.patch.com\r\ndagblog.com\r\ndaijiworld.com\r\ndaily.bhaskar.com\r\ndaily49er.com\r\ndailyadvance.com\r\ndailyadvertiser.com.au\r\ndailyamerican.com\r\ndailyamericannews.com\r\ndailyastorian.com\r\ndailyblam.com\r\ndailybreeze.com\r\ndailybruin.com\r\ndailybulletin.com\r\ndailycaller.com\r\ndailycamera.com\r\ndailycardinal.com\r\ndaily-chronicle.com\r\ndailycollegian.com\r\ndailycomet.com\r\ndailycommercial.com\r\ndailydealmedia.com\r\ndailydemocrat.com\r\ndailyecho.co.uk\r\ndailyemerald.com\r\ndailyexaminer.com.au\r\ndailyfill.com\r\ndailyfinance.com\r\ndailyforex.com\r\ndailyfreepress.com\r\ndailyfx.com\r\ndailygazette.com\r\ndailygleaner.canadaeast.com\r\ndailygossip.org\r\ndailyherald.com\r\ndailyhome.com\r\ndailyindia.com\r\ndailyinterlake.com\r\ndailyiowan.com\r\ndailyitem.com\r\ndaily-journal.com\r\ndailyjournal.net\r\ndailykos.com\r\ndailylocal.com\r\ndailymail.co.uk\r\ndailymail.com\r\ndailymailnews.com\r\ndailymarkets.com\r\ndailymercury.com.au\r\ndailymirror.lk\r\ndailynews.co.za\r\ndailynews.com\r\ndailynews.lk\r\ndailynewschannels.com\r\ndailynewspulse.com\r\ndailynews-record.com\r\ndailynewstoyou.com\r\ndailynewstranscript.com\r\ndailynorseman.com\r\ndailynorthwestern.com\r\ndailyorange.com\r\ndailypioneer.com\r\ndailypolitical.com\r\ndailypost.co.uk\r\ndailypress.com\r\ndailypress.net\r\ndailyprincetonian.com\r\ndailyreckoning.com\r\ndailyrecord.co.uk\r\ndailyrecord.com\r\ndailyregister.com\r\ndailyrepublicannews.com\r\ndailysquib.co.uk\r\ndailystar.co.uk\r\ndailystar.com.lb\r\ndailytech.com\r\ndailytelegraph.com.au\r\ndailytexanonline.com\r\ndailytidings.com\r\ndaily-times.com\r\ndailytimes.com.pk\r\ndailytitan.com\r\ndailytoreador.com\r\ndailytribune.com\r\ndailytribune.net\r\ndailyutahchronicle.com\r\ndailyvenusdiva.com\r\ndailywd.womansday.com\r\ndailyworld.com\r\ndakotavoice.com\r\ndalje.com\r\ndallasblog.com\r\ndallas-hiram.patch.com\r\ndallasisdblog.dallasnews.com\r\ndallasnews.com\r\ndallassouthnews.org\r\ndallasvoice.com\r\ndaltondailycitizen.com\r\ndanbury.patch.com\r\ndane101.com\r\ndanielstrading.com\r\ndansvilleonline.com\r\ndanvers.patch.com\r\ndanville.patch.com\r\ndarien.patch.com\r\ndarien-il.patch.com\r\ndartreview.com\r\ndatacenterknowledge.com\r\ndawn.com\r\ndayafterindia.com\r\ndaybreakingnews.com\r\ndaytondailynews.com\r\ndc.curbed.com\r\ndc.sbnation.com\r\ndc.streetsblog.org\r\ndcbureau.org\r\ndcist.com\r\ndcourier.com\r\ndddnews.com\r\nddtonline.com\r\ndeadline.com\r\ndeadspin.com\r\ndealbreaker.com\r\ndearborn.patch.com\r\ndeathandtaxesmag.com\r\ndeathby1000papercuts.com\r\ndebka.com\r\ndecatur.patch.com\r\ndecaturdaily.com\r\ndeccanchronicle.com\r\ndeccanherald.com\r\ndedham.patch.com\r\ndefamer.com.au\r\ndefence.pk\r\ndefencemanagement.com\r\ndefense.gov\r\ndefensedaily.com\r\ndefensenews.com\r\ndefensesystems.com\r\ndefense-update.com\r\ndefpro.com\r\ndehavilland.co.uk\r\ndelawareonline.com\r\ndelconewsnetwork.com\r\ndelcotimes.com\r\ndelgazette.com\r\ndelhinewsrecord.com\r\ndelmarvanow.com\r\ndemocracynow.org\r\ndemocratandchronicle.com\r\ndemocratherald.com\r\ndemotix.com\r\ndennews.com\r\ndenverpost.com\r\ndepauliaonline.com\r\ndepauw.edu\r\nderbyshiretimes.co.uk\r\ndeseretnews.com\r\ndesertdispatch.com\r\ndesigntaxi.com\r\ndesmoinesregister.com\r\ndesotoexplorer.com\r\ndetnews.com\r\ndevicemag.com\r\ndevilslakejournal.com\r\ndevonporttimes.com.au\r\ndewsburyreporter.co.uk\r\ndexter.patch.com\r\ndfwcatholic.org\r\ndglobe.com\r\ndiamondbackonline.com\r\ndiamondbar.patch.com\r\ndigitalburg.com\r\ndigitalfacility.com\r\ndigitaljournal.com\r\ndigitallife.today.com\r\ndigitalspy.co.uk\r\ndigitalspy.com\r\ndigitaltrends.com\r\ndigitalversus.com\r\ndigtriad.com\r\ndinningtontoday.co.uk\r\ndirectionsmag.com\r\ndiscountvouchers.co.uk\r\ndiscovermoosejaw.com\r\ndispatch.com\r\ndissexpress.co.uk\r\ndissidentvoice.org\r\ndi-ve.com\r\ndixiesunlink.com\r\ndixon.patch.com\r\ndl-online.com\r\ndmwmedia.com\r\ndnaindia.com\r\ndnainfo.com\r\ndnews.com\r\ndnj.com\r\ndnronline.com\r\ndoaneline.com\r\ndoctorslounge.com\r\ndodbuzz.com\r\ndodgeglobe.com\r\ndodlive.mil\r\ndogblog.dogster.com\r\ndomain-b.com\r\ndomainnamewire.com\r\ndominicantoday.com\r\ndonaldsonvillechief.com\r\ndoncasterfreepress.co.uk\r\ndonklephant.com\r\ndonnybrookmail.com.au\r\ndormont-brookline.patch.com\r\ndorsetecho.co.uk\r\ndotspress.com\r\ndouglaston.patch.com\r\ndouglasville.patch.com\r\ndouthat.blogs.nytimes.com\r\ndover.patch.com\r\ndoverpost.com\r\ndownersgrove.patch.com\r\ndowntownexpress.com\r\ndoylestown.patch.com\r\ndp-news.com\r\ndreadcentral.com\r\ndrezner.foreignpolicy.com\r\ndriffieldtoday.co.uk\r\ndrogheda-independent.ie\r\ndscriber.com\r\ndublin.patch.com\r\nduluthnewstribune.com\r\ndundalk.patch.com\r\ndunedin.patch.com\r\ndunstabletoday.co.uk\r\ndunwoody.patch.com\r\nduquoin.com\r\ndurham.patch.com\r\ndutchnews.nl\r\ndvice.com\r\ndvidshub.net\r\ndw-world.de\r\ne.nikkei.com\r\neadt.co.uk\r\neaglecountryonline.com\r\neaglenews.org\r\neagletribune.com\r\nealinggazette.co.uk\r\nearlycountynews.com\r\nearnedmedia.org\r\neastaurorany.com\r\neastbayexpress.com\r\neastbourneherald.co.uk\r\neastbrunswick.patch.com\r\neastcobb.patch.com\r\neastcountymagazine.org\r\neasternecho.com\r\neasternews.net\r\neasterniowagovernment.com\r\neasterniowalife.com\r\neasterniowanewsnow.com\r\neasterniowaschools.com\r\neastgreenwich.patch.com\r\neasthaddam.patch.com\r\neasthampton.patch.com\r\neasthampton-ct.patch.com\r\neaston.patch.com\r\neaston-ma.patch.com\r\neastoregonian.com\r\neastpeoriatimescourier.com\r\neasttexasreview.com\r\neastvalleytribune.com\r\neastwindsor.patch.com\r\neastwoodadvertiser.co.uk\r\neasydestination.net\r\neasy-forex.com\r\neater.com\r\neatontown.patch.com\r\nebangladesh.com\r\nebar.com\r\n\r\nebs.gmnews.com\r\necampusnews.com\r\necanadanow.com\r\nechonews.com.au\r\nechopark.patch.com\r\necho-pilot.com\r\nechopress.com\r\necocentric.blogs.time.com\r\necollegetimes.com\r\necommerce-journal.com\r\neconomicpopulist.org\r\neconomictimes.com\r\neconomictimes.indiatimes.com\r\neconomicvoice.com\r\neconomist.com\r\neconomix.blogs.nytimes.com\r\neconomy.kansascity.com\r\neconomywatch.com\r\necorazzi.com\r\necr.co.za\r\nedenmagnet.com.au\r\nedgewater.patch.com\r\nedhat.com\r\nedina.patch.com\r\nedinburghnews.scotsman.com\r\nedition.cnn.com\r\neditorandpublisher.com\r\neditorsweblog.org\r\nedmonds.patch.com\r\nedmondsun.com\r\nedmonton.ctv.ca\r\nedmontonjournal.com\r\nedmontonsun.com\r\nedp24.co.uk\r\nedsonleader.com\r\nedweek.org\r\neffinghamdailynews.com\r\nefinancialnews.com\r\negovmonitor.com\r\negpnews.com\r\neitb.com\r\nejpress.org\r\nekklesia.co.uk\r\nekmulakatnews.com\r\nelcerrito.patch.com\r\neldersburg.patch.com\r\neldoradonews.com\r\neldoradotimes.com\r\nelections.americablog.com\r\nelkgrove.patch.com\r\nelkridge.patch.com\r\nellicottcity.patch.com\r\nellington-somers.patch.com\r\nellsworthinderep.com\r\nelmhurst.patch.com\r\nelon.edu\r\nelpasotimes.com\r\nemailwire.com\r\nembassymag.ca\r\nemergencymgmt.com\r\nemg.rs\r\nemirates247.com\r\nemmaus.patch.com\r\nempire.wnyc.org\r\nempirestatenews.net\r\nemporiagazette.com\r\nempowher.com\r\nems.gmnews.com\r\nen.ammonnews.net\r\nen.apa.az\r\nen.canoe.ca\r\nen.mercopress.com\r\nen.news.maktoob.com\r\nen.rian.ru\r\nen.terra.com\r\nen.trend.az\r\nen.vivanews.com\r\nen.wikinews.org\r\nencinitas.patch.com\r\nencino.patch.com\r\nenctoday.com\r\nenergyfm.net\r\nenergyintel.com\r\nenergypublisher.com\r\nenewschannels.com\r\nenewscourier.com\r\nenewspf.com\r\nenfield.patch.com\r\nengineeringnews.co.za\r\nenglish.ahram.org.eg\r\nenglish.alarabiya.net\r\nenglish.albeu.com\r\nenglish.aljazeera.net\r\nenglish.alshahid.net\r\nenglish.capital.gr\r\nenglish.chosun.com\r\nenglish.cri.cn\r\nenglish.donga.com\r\nenglish.eastday.com\r\nenglish.farsnews.com\r\nenglish.galatta.com\r\nenglish.ntdtv.com\r\nenglish.peopledaily.com.cn\r\nenglish.pnn.ps\r\nenglish.pravda.ru\r\nenglish.rfi.fr\r\nenglish.rti.org.tw\r\nenglish.ruvr.ru\r\nenglish.samaylive.com\r\nenglish.vietnamnet.vn\r\nenglish.vovnews.vn\r\nenglish.yonhapnews.co.kr\r\neni.ch\r\nenidnews.com\r\nennaharonline.com\r\nennisdailynews.com\r\nenterprisenews.com\r\nentertainment.gather.com\r\nentertainment.iafrica.com\r\nentertainment.msn.co.nz\r\nentertainment.stv.tv\r\nenumclaw.patch.com\r\neon.businesswire.com\r\neonline.com\r\ne-pao.net\r\nepiscopalchurch.org\r\nepiscopal-life.org\r\nepolitix.com\r\nequicknews.com\r\nerentals.co.uk\r\nerstarnews.com\r\nesarcasm.com\r\nescambray.cu\r\nesciencenews.com\r\nesecurityplanet.com\r\nesperanceexpress.com.au\r\nespn.go.com\r\nespn1420.com\r\nesquire.com\r\nessex.patch.com\r\nessexcountystandard.co.uk\r\nestevanmercury.ca\r\nesthervilledailynews.com\r\netfdailynews.com\r\netftrends.com\r\netonline.com\r\neturbonews.com\r\neu.techcrunch.com\r\neuobserver.com\r\neuractiv.com\r\neurasianet.org\r\neurasiareview.com\r\neurekastreet.com.au\r\neureka-wildwood.patch.com\r\neuronews.net\r\neurope.wsj.com\r\neuropeanvoice.com\r\neuroweeklynews.com\r\neurweb.com\r\nevanston.patch.com\r\neveningexpress.co.uk\r\neveningnews24.co.uk\r\neveningtimes.co.uk\r\neveningtribune.com\r\nevergreenpark.patch.com\r\nevolutionnews.org\r\neweek.com\r\neweekeurope.co.uk\r\newireinformer.com\r\nexaminer.co.uk\r\nexaminer.com\r\nexaminer.ie\r\nexaminer.net\r\nexchangemagazine.com\r\nexecutivegov.com\r\nexpatforum.com\r\nexpatica.com\r\nexpertclick.com\r\nexplorebaltimorecounty.com\r\nexplorecarroll.com\r\nexploreharford.com\r\nexplorehoward.com\r\nexplorernews.com\r\nexpress.co.uk\r\nexpress.whereilive.com.au\r\nexpressandstar.com\r\nexpressbuzz.com\r\nexpressindia.com\r\nextratv.warnerbros.com\r\neyeweekly.com\r\neyewitnessnews.co.za\r\neyretribune.com.au\r\nezega.com\r\nfabiusmaximus.wordpress.com\r\nfaceoff.com\r\nfadedtribune.com\r\nfairfaxcity.patch.com\r\nfairfaxstation.patch.com\r\nfairfaxtimes.com\r\nfairfield.patch.com\r\nfairfieldchampion.com.au\r\nfairfieldmirror.com\r\nfairfieldweekly.com\r\nfairlawn.patch.com\r\nfairlawn-bath.patch.com\r\nfairoaks.patch.com\r\nfairport-erpost.com\r\nfairviewpost.com\r\nfallschurch.patch.com\r\nfa-mag.com\r\nfamagusta-gazette.com\r\nfamilysecuritymatters.org\r\nfan590.com\r\nfarmingdale.patch.com\r\nfarmington.patch.com\r\nfarmington-mi.patch.com\r\nfarsleytoday.co.uk\r\nfastcodesign.com\r\nfastcompany.com\r\nfavstocks.com\r\nfayobserver.com\r\nfbi.gov\r\nfcw.com\r\nfdlreporter.com\r\nfederalnewsradio.com\r\nfederaltimes.com\r\nfednews.com\r\nfedsmith.com\r\nfeeds.abcnews.com\r\nfeeds.boston.com\r\nfeeds.crikey.com.au\r\nfeeds.informationweek.com\r\nfeeds.kff.org\r\nfeeds.nbcbayarea.com\r\nfeeds.nbcchicago.com\r\nfeeds.nbcconnecticut.com\r\nfeeds.nbcdfw.com\r\nfeeds.nbclosangeles.com\r\nfeeds.nbcmiami.com\r\nfeeds.nbcnewyork.com\r\nfeeds.nbcphiladelphia.com\r\nfeeds.nbcsandiego.com\r\nfeeds.nbcwashington.com\r\nfeeds.nytimes.com\r\nfeeds.sfgate.com\r\nfeeds.washingtonpost.com\r\nfemalefirst.co.uk\r\nfenlandcitizen.co.uk\r\nfenton.patch.com\r\nfergusfallsjournal.com\r\nferndale.patch.com\r\nfftimes.com\r\nffwdweekly.com\r\nfhctoday.com\r\nfieldnotes.msnbc.msn.com\r\nfierceonlinevideo.com\r\nfightbacknews.org\r\nfijivillage.com\r\nfileymercury.co.uk\r\nfilmschoolrejects.com\r\nfilmshaft.com\r\nfin24.com\r\nfinance.fortune.cnn.com\r\nfinance.ninemsn.com.au\r\nfinance.yahoo.com\r\nfinance-commerce.com\r\nfinancenews.co.uk\r\nfinancialexpress.com\r\nfinancialfeed.net\r\nfinancialmirror.com\r\nfinchannel.com\r\nfingal-independent.ie\r\nfireengineering.com\r\nfirefightingnews.com\r\nfirehouse.com\r\nfirerescue1.com\r\nfirstarkansasnews.net\r\nfirstcoastnews.com\r\nfirstread.msnbc.msn.com\r\nfirstthings.com\r\nfitsnews.com\r\nfiveaa.com.au\r\nflaglerlive.com\r\nflanews.com\r\nflatheadbeacon.com\r\nflcourier.com\r\nfleckingrecords.co.uk\r\nfleetwoodtoday.co.uk\r\nflickeringmyth.blogspot.com\r\nflickfilosopher.com\r\nflightglobal.com\r\nflintshirechronicle.co.uk\r\nflipthemedia.com\r\nfloridanewswire.com\r\nfloridatoday.com\r\nflorissant.patch.com\r\nfltimes.com\r\nfly.co.uk\r\nfocus-fen.net\r\nfocustaiwan.tw\r\nfool.com\r\nfootball-news.org.uk\r\nfoothillsmediagroup.com\r\nforbes.com\r\nforbesadvocate.com.au\r\nforeign.peacefmonline.com\r\nforeignaffairs.com\r\nforeignpolicy.com\r\nforeignpolicyjournal.com\r\nforesthills.patch.com\r\nforexblog.oanda.com\r\nforexhound.com\r\nforexlive.com\r\nforexnewsnow.com\r\nforexpros.com\r\nforex-rateit.com\r\nforextv.com\r\nforexyard.com\r\nformbytimes.co.uk\r\nforsythnews.com\r\nfortbendnow.com\r\nfortgreene.patch.com\r\nforthunt.patch.com\r\nfortlee.patch.com\r\nfortmorgantimes.com\r\nfortnightlyreview.co.uk\r\nfortsaskatchewanrecord.com\r\nforward.com\r\nfostercity.patch.com\r\nfosters.com\r\nfourthestatenewspaper.com\r\nfox10tv.com\r\nfox11az.com\r\nfox11online.com\r\nfox12idaho.com\r\nfox13now.com\r\nfox19.com\r\nfox21online.com\r\nfox23.com\r\nfox23news.com\r\nfox26medford.com\r\nfox28.com\r\nfox2now.com\r\nfox40.com\r\nfox41.com\r\nfox43.com\r\nfox4kc.com\r\nfox59.com\r\nfox5vegas.com\r\nfox6now.com\r\nfox8.com\r\nfox8live.com\r\nfoxandhoundsdaily.com\r\nfoxbororeporter.com\r\nfoxborough.patch.com\r\nfoxbusiness.com\r\nfoxcarolina.com\r\nfoxcharlotte.com\r\nfoxnews.com\r\nfoxnews.mobi\r\nfoxreno.com\r\nfoxtoledo.com\r\nframingham.patch.com\r\nfrance24.com\r\nfrankfort.patch.com\r\nfranklinlakes.patch.com\r\nfrankstonweekly.com.au\r\nfrasercoastchronicle.com.au\r\nfrcblog.com\r\nfredericknewspost.com\r\nfredericksburg.com\r\nfredericksburg.patch.com\r\nfredonialeader.com\r\nfreehold.patch.com\r\nfreelancenews.com\r\nfreemalaysiatoday.com\r\nfreep.com\r\nfreepressonline.com\r\nfreepressseries.co.uk\r\nfree-times.com\r\nfremonttribune.com\r\nfrenchtribune.com\r\nfreshbusinessthinking.com\r\nfresnobee.com\r\nfresnocitycollegerampage.com\r\nfridley.patch.com\r\nfromthetrenchesworldreport.com\r\nfrontburner.dmagazine.com\r\nfrontpagemag.com\r\nfrostmagazine.com\r\nfrumforum.com\r\nfsrn.org\r\nfstribune.com\r\nft.com\r\nftalphaville.ft.com\r\nftleavenworthlamp.com\r\nftpapp.app.com.pk\r\nfudzilla.com\r\nfuelfix.com\r\nfullcomment.nationalpost.com\r\nfultonsun.com\r\nfusedfilm.com\r\nfutureofcapitalism.com\r\nfuturesmag.com\r\nfuturespros.com\r\nfw.farmonline.com.au\r\nfwweekly.com\r\nfxmarketalerts.com\r\nfx-mm.com\r\nfxstreet.com\r\ngacksports.com\r\ngadaily.com\r\ngadgets.ndtv.com\r\ngadgetsandgizmos.org\r\ngadling.com\r\ngadsdentimes.com\r\ngainesville.com\r\ngainesvilleregister.com\r\ngainesvilletimes.com\r\ngainsboroughstandard.co.uk\r\ngaithersburg.patch.com\r\ngalaxystocks.com\r\ngalesburg.com\r\ngalioninquirer.com\r\ngallery.thestar.com.my\r\ngalloway.patch.com\r\ngallup.com\r\ngalvanews.com\r\ngalvestondailynews.com\r\ngamerant.com\r\ngamesbids.com\r\ngamrconnect.vgchartz.com\r\ngantdaily.com\r\ngardencity.patch.com\r\ngarforthtoday.co.uk\r\ngarnernews.net\r\ngarstangcourier.co.uk\r\ngastongazette.com\r\ngateschilipost.com\r\ngattonstar.com.au\r\ngawker.com\r\ngaycitynews.com\r\ngaynz.com\r\ngaysocialites.com\r\ngaytoday.com\r\ngazette.com\r\ngazette.net\r\ngazettelive.co.uk\r\ngazettenet.com\r\ngazette-news.co.uk\r\ngazettetimes.com\r\ngazettevirginian.com\r\ngazettextra.com\r\ngbcghana.com\r\ngcaptain.com\r\ngcdailyworld.com\r\ngcn.com\r\ngcobb.com\r\ngearlive.com\r\ngearlog.com\r\ngearthblog.com\r\ngeek.com\r\ngeekosystem.com\r\ngeeksugar.com\r\ngeekwire.com\r\ngeelongadvertiser.com.au\r\ngeneseorepublic.com\r\ngeneva.patch.com\r\ngenevalunch.com\r\ngeo.tv\r\ngeorgetown.patch.com\r\ngeorgiandaily.com\r\ngeorgiatoday.ge\r\ngeotimes.ge\r\ngermantown.patch.com\r\ngetreligion.org\r\ngetthebigpicture.net\r\ngettysburgtimes.com\r\nghanabusinessnews.com\r\nghanaweb.com\r\ngiants101.com\r\ngigaom.com\r\ngigharbor.patch.com\r\ngigwise.com\r\ngilroy.patch.com\r\ngilroydispatch.com\r\ngisborneherald.co.nz\r\ngizmocrunch.com\r\ngizmodo.com\r\ngizmodo.com.au\r\ngjsentinel.com\r\ngladstoneobserver.com.au\r\nglassrbije.org\r\nglasswerk.co.uk\r\nglasswerk.ie\r\nglenburnie.patch.com\r\nglencove.patch.com\r\nglendalenewspress.com\r\nglendora.patch.com\r\nglenellyn.patch.com\r\ngleninnesexaminer.com.au\r\nglenrock.patch.com\r\nglenview.patch.com\r\nglgroup.com\r\nglittarazzi.com\r\nglobalanimal.org\r\nglobalcomment.com\r\nglobalgrind.com\r\ngloballethbridge.com\r\nglobalmontreal.com\r\nglobalnation.inquirer.net\r\nglobalnews.ca\r\nglobalpost.com\r\nglobalregina.com\r\nglobalresearch.ca\r\nglobalsaskatoon.com\r\nglobalsecuritynewswire.org\r\nglobalspin.blogs.time.com\r\nglobaltoronto.com\r\nglobaltvbc.com\r\nglobaltvedmonton.com\r\nglobalvoicesonline.org\r\nglobalwinnipeg.com\r\nglobegazette.com\r\nglobes.co.il\r\ngloria-center.org\r\nglossynews.com\r\ngloucesteradvocate.com.au\r\ngloucestertimes.com\r\ngloucestertownship.patch.com\r\ngmanews.tv\r\ngmenhq.com\r\ngobankingrates.com\r\ngoblueridge.net\r\ngoddiscussion.com\r\ngoerie.com\r\ngofbw.com\r\ngogreece.about.com\r\ngo-jamaica.com\r\ngoldalert.com\r\ngoldcoast.com.au\r\ngoldcoastmail.com.au\r\ngoldenvalley.patch.com\r\ngoldinvestingnews.com\r\ngolfdigest.com\r\ngolf-talk.co.uk\r\ngolocalprov.com\r\ngomonews.com\r\ngonzalescannon.com\r\ngoodgearguide.com.au\r\ngoogle.com\r\ngoolecourier.co.uk\r\ngoondiwindiargus.com.au\r\ngoozernation.com\r\ngopusa.com\r\ngordoncampbell.scoop.co.nz\r\ngoreyguardian.ie\r\ngosanangelo.com\r\ngospelherald.net\r\ngossipcenter.com\r\ngossipcop.com\r\ngossiponthis.com\r\ngothamgazette.com\r\ngothamist.com\r\ngottabemobile.com\r\ngoulburnpost.com.au\r\ngoupstate.com\r\ngovernancenow.com\r\ngovernmentvideo.com\r\ngovexec.com\r\ngovhealthit.com\r\ngovinfosecurity.com\r\ngovwin.com\r\ngpb.org\r\ngrafton.patch.com\r\ngrandestrategy.com\r\ngrandforksherald.com\r\ngranitefallsnews.com\r\ngranthamjournal.co.uk\r\ngrayslake.patch.com\r\ngrcentral.wzzm13.com\r\ngreaterannapolis.patch.com\r\ngreaterdandenongweekly.com.au\r\ngreaterkashmir.com\r\ngreatfallstribune.com\r\ngreatlakesadvocate.com.au\r\ngreatnewmovies.com\r\ngreece.greekreporter.com\r\ngreecepost.com\r\ngreeleytribune.com\r\ngreenbaypressgazette.com\r\ngreenbelt.patch.com\r\ngreencarreports.com\r\ngreencelebrity.net\r\ngreendale.patch.com\r\ngreenfield.patch.com\r\ngreenfieldreporter.com\r\ngreenleft.org.au\r\ngreenpartywatch.org\r\ngreenprophet.com\r\ngreenvilleonline.com\r\ngreenwich.patch.com\r\ngreenwichcitizen.com\r\ngreenwichtime.com\r\ngretawire.blogs.foxnews.com\r\ngridleyherald.com\r\ngrist.org\r\ngroesbeckjournal.com\r\ngroton.patch.com\r\ngroundreport.com\r\ngroundviews.org\r\ngtglobaltrader.com\r\ngtweekly.com\r\nguampdn.com\r\nguanabee.com\r\nguardian.co.tt\r\nguardian.co.uk\r\nguardian-series.co.uk\r\nguatemala-times.com\r\nguelphmercury.com\r\nguestlist.radio.com\r\ngulf-daily-news.com\r\ngulfnews.com\r\ngulf-times.com\r\ngulftoday.ae\r\ngunshyassassin.com\r\nguyism.com\r\ngvnews.com\r\ngwdtoday.com\r\ngwinnettdailypost.com\r\ngwumc.edu\r\ngympietimes.com.au\r\nhaaretz.com\r\nhaddonfield.patch.com\r\nhaddonfield.sunne.ws\r\nhalfhollowhills.patch.com\r\nhalfmoonbay.patch.com\r\nhaliburtonecho.ca\r\nhalifaxcourier.co.uk\r\nhamden.patch.com\r\nhamilton-wenham.patch.com\r\nhammeroftruth.com\r\nhamptonroads.com\r\nhamsayeh.net\r\nhandyshippingguide.com\r\nhanfordsentinel.com\r\nhannaherald.com\r\nhannibal.net\r\nharboroughmail.co.uk\r\nhardenexpress.com.au\r\nhardocp.com\r\nhardwarezone.com\r\nharlowstar.co.uk\r\nharrison.patch.com\r\nharrowobserver.co.uk\r\nharrowtimes.co.uk\r\nhartfordbusiness.com\r\nhartland.patch.com\r\nhartlepoolmail.co.uk\r\nharvardmagazine.com\r\nhasbrouckheights.patch.com\r\nhastingsobserver.co.uk\r\nhastingstribune.com\r\nhattiesburgamerican.com\r\nhauppauge.patch.com\r\nhavasunews.com\r\nhaveeru.com.mv\r\nhavenews.com\r\nhaverford.patch.com\r\nhaverhillecho.co.uk\r\nhawaii247.com\r\nhawaiinewsdaily.com\r\nhawaiinewsnow.com\r\nhawaiireporter.com\r\nhawkesbaytoday.co.nz\r\nhawkesburygazette.com.au\r\nhaylingtoday.co.uk\r\nhaysfreepress.com\r\nhazelwood.patch.com\r\nhdnewsroom.com\r\nheadingleytoday.co.uk\r\nheadlineplanet.com\r\nhealdsburg.patch.com\r\nhealth.usnews.com\r\nhealthcanal.com\r\nhealthland.time.com\r\nhealthnewstrack.com\r\nheart.co.uk\r\nheartlandconnection.com\r\nheatingoil.com\r\nheavemedia.com\r\nhebdenbridgetimes.co.uk\r\nheebmagazine.com\r\nhelena-arkansas.com\r\nhelenair.com\r\nhellertown.patch.com\r\nhellomagazine.com\r\nhelsinkitimes.fi\r\nhemeltoday.co.uk\r\nhenriettapost.com\r\nhepburnadvocate.com.au\r\nherald.ie\r\nheraldandnews.com\r\nheraldbulletin.com\r\nheralddemocrat.com\r\nheralddeparis.com\r\nherald-dispatch.com\r\nheraldextra.com\r\nherald-mail.com\r\nheraldnet.com\r\nheraldnews.com\r\nheraldnews.suntimes.com\r\nheraldonline.com\r\nherald-review.com\r\nheraldscotland.com\r\nheraldsun.com\r\nheraldsun.com.au\r\nheraldtimesonline.com\r\nheraldtribune.com\r\nherald-zeitung.com\r\nhercules.patch.com\r\nhereandnow.wbur.org\r\nherefordtimes.com\r\nhereshow.ca\r\nheritage.com\r\nheritage.org\r\nherkimertelegram.com\r\nhermosabeach.patch.com\r\nherndon.patch.com\r\nhertfordshiremercury.co.uk\r\nheyuguys.co.uk\r\nhidesertstar.com\r\nhighland-news.co.uk\r\nhighlandpark.patch.com\r\nhighlandpark-ca.patch.com\r\nhighrivertimes.com\r\nhillcrest.patch.com\r\nhillingdontimes.co.uk\r\nhillsborough.patch.com\r\nhillsdale.net\r\nhillsnews.com.au\r\nhilltopviewsonline.com\r\nhinckleytimes.net\r\nhindu.com\r\nhindustantimes.com\r\nhingham.patch.com\r\nhiphopblog.com\r\nhiphopdx.com\r\nhiphopwired.com\r\nhispanicbusiness.com\r\nhistoricannapolis.patch.com\r\nhistoriccity.com\r\nhitfix.com\r\nhken.ibtimes.com\r\nhoboken.patch.com\r\nhofstrachronicle.com\r\nholdthefrontpage.co.uk\r\nhollandsentinel.com\r\nhollisterfreelance.com\r\nholliston.patch.com\r\nhollysprings.patch.com\r\nhollywood.com\r\nhollywood.patch.com\r\nhollywooddame.com\r\nhollywoodlife.com\r\nhollywoodnews.com\r\nhollywoodreporter.com\r\nhollywoodtoday.net\r\nholmdel.patch.com\r\nholymoly.com\r\nhome.nzcity.co.nz\r\nhomepagedaily.com\r\nhomernews.com\r\nhometownannapolis.com\r\nhometownlife.com\r\nhometownsource.com\r\nhomewood-flossmoor.patch.com\r\nh-online.com\r\nhopatcong.patch.com\r\nhopestar.com\r\nhopkins.patch.com\r\nhopkinton.patch.com\r\nhorncastlenews.co.uk\r\nhorsforthtoday.co.uk\r\nhorsham.patch.com\r\nhost.madison.com\r\nhosted.ap.org\r\nhotair.com\r\nhotelchatter.com\r\nhoteliermiddleeast.com\r\nhothardware.com\r\nhotmommagossip.com\r\nhoughtonstar.com\r\nhoumatoday.com\r\nhousatonictimes.com\r\nhousingwire.com\r\nhouston.culturemap.com\r\nhoustonherald.com\r\nhoustonianonline.com\r\nhowell.patch.com\r\nhqcomoxvalley.com\r\nhqgrandeprairie.com\r\nhqkelowna.com\r\nhqprincegeorge.com\r\nhqyellowknife.com\r\nhrw.org\r\nhs.fi\r\nhtrnews.com\r\nhubbub.wbur.org\r\nhucknalldispatch.co.uk\r\nhudsonhubtimes.com\r\nhudson-ny.org\r\nhudsonstarobserver.com\r\nhuffingtonpost.com\r\nhuliq.com\r\nhumanevents.com\r\nhumanrightsfirst.org\r\nhumeweekly.com.au\r\nhuntersvilleherald.com\r\nhuntington.patch.com\r\nhuntley.patch.com\r\nhurriyetdailynews.com\r\nhuskerextra.com\r\nhutchnews.com\r\nhyattsville.patch.com\r\nhyblavalley.patch.com\r\nhypervocal.com\r\ni955fm.com\r\niafrica.com\r\niamrogue.com\r\niberkshires.com\r\nibnlive.com\r\nibnlive.in.com\r\nibtimes.com\r\nicis.com\r\niconvsicon.com\r\nidahopress.com\r\nidahoreporter.com\r\nidahostatejournal.com\r\nidahostatesman.com\r\nidolator.com\r\nidsa.in\r\niewy.com\r\nifc.com\r\nifight365.com\r\nifw-net.com\r\nignitionnews.com.au\r\nihotdesk.com\r\niii.co.uk\r\nikhwanweb.com\r\nilkestonadvertiser.co.uk\r\nillawarramercury.com.au\r\nillinois.gov\r\nillumemag.com\r\niloubnan.info\r\nimao.us\r\nimarketnews.com\r\nimperfectparent.com\r\nimperialbeach.patch.com\r\nimperialvalleynews.com\r\nimra.org.il\r\nin.christiantoday.com\r\nin.com\r\nin.reuters.com\r\ninaudit.com\r\ninautonews.com\r\nindcatholicnews.com\r\nindecisionforever.com\r\nindeonline.com\r\nindependent.co.uk\r\nindependent.com.mt\r\nindependent.ie\r\nindependent-bangladesh.com\r\nindependentcollegian.com\r\nindependentmail.com\r\nindependentngonline.com\r\nindepthnews.net\r\nindia.wsj.com\r\nindiablooms.com\r\nindiainfoline.com\r\nindianasnewscenter.com\r\nindianexpress.com\r\nindiantelevision.com\r\nindianweekender.co.nz\r\nindiapost.com\r\nindiatoday.intoday.in\r\nindiawest.com\r\nindolink.com\r\nindrus.in\r\nindustryleadersmagazine.com\r\nindybay.org\r\nindypendent.org\r\nindystar.com\r\ninewp.com\r\ninews880.com\r\ninewsone.com\r\ninfopackets.com\r\ninformant.kalwnews.org\r\ninformationnigeria.org\r\ninformationweek.com\r\ninforum.com\r\ninfosecurity-magazine.com\r\ninfosecurity-us.com\r\ninfoworld.com\r\ninfozine.com\r\ninklingsnews.com\r\ninlandnewstoday.com\r\ninlandsocal.com\r\ninman.com\r\ninmaricopa.com\r\ninnercitypress.com\r\ninquisitr.com\r\ninsidebayarea.com\r\ninsidefutures.com\r\ninsidehalton.com\r\ninsideireland.ie\r\ninsideline.com\r\ninsidemovies.ew.com\r\ninsidepulse.com\r\ninsideronline.org\r\ninsidethegames.biz\r\ninsidetv.ew.com\r\ninsightcrime.org\r\ninspiremagazine.org.uk\r\ninstinctmagazine.com\r\ninsurancejournal.com\r\ninsurancenewsnet.com\r\ninterfax-religion.com\r\ninterlakespectator.com\r\ninternationalreporter.com\r\ninternetevolution.com\r\ninthearena.blogs.cnn.com\r\ninthenews.co.uk\r\ninthesetimes.com\r\nintifada-palestine.com\r\nintomobile.com\r\ninventorspot.com\r\ninvestmentnews.com\r\ninvestmentweek.co.uk\r\ninvestorguide.com\r\ninvestorplace.com\r\ninvestors.com\r\niol.co.za\r\niomtoday.co.im\r\niowaindependent.com\r\niowastatedaily.com\r\nipadnewstracker.com\r\niphonenewstracker.com\r\nipolitics.ca\r\nipsnews.net\r\nipsos-na.com\r\nipswichadvertiser.com.au\r\niradiophilly.com\r\niranian.com\r\nireport.cnn.com\r\nirinnews.org\r\nirishcentral.com\r\nirishecho.com\r\nirishexaminer.com\r\nirishpost.co.uk\r\nirishtimes.com\r\nirondequoitpost.com\r\nirontontribune.com\r\nirrawaddy.org\r\nisikkim.com\r\nisland.lk\r\nislandchronicle.com\r\nislandpacket.com\r\nisleofman.com\r\nisna.ir\r\nisportsweb.com\r\nisracast.com\r\nisraelidiamond.co.il\r\nisraelnationalnews.com\r\nisraeltoday.co.il\r\nisria.com\r\nissaquahpress.com\r\nisthmus.com\r\nistockanalyst.com\r\nisurfhopkins.com\r\nisurfmuhlenberg.com\r\nisurfwebster.com\r\nitbusinessedge.com\r\nitemlive.com\r\nitemonline.com\r\nithacajournal.com\r\nitmanagement.earthweb.com\r\nitn.co.uk\r\nitnews.com.au\r\nitnewsafrica.com\r\nitnewsonline.com\r\nitpro.co.uk\r\nitproportal.com\r\nitv.com\r\nitweb.co.za\r\nitwire.com\r\nitworld.com\r\nitworldcanada.com\r\nivillage.com\r\nivpressonline.com\r\niwf.org\r\niwradio.co.uk\r\njackbristol.com\r\njacksonnjonline.com\r\njacksonsun.com\r\njacksonville.com\r\njacksonvilleprogress.com\r\njalopnik.com\r\njam.canoe.ca\r\njamaica-gleaner.com\r\njamaicaobserver.com\r\njamaicaplain.patch.com\r\njamaica-star.com\r\njamestownsun.com\r\njapantoday.com\r\njaunted.com\r\njaxnewsonline.com\r\njconline.com\r\njdnews.com\r\njefferson.patch.com\r\njerseycountyjournal.com\r\njetsnation.org\r\njewcy.com\r\njewishexponent.com\r\njewishinstlouis.org\r\njewishjournal.com\r\njewishpress.com\r\njewishtimes.com\r\njewishtribune.ca\r\njezebel.com\r\njhvonline.com\r\njimmatimes.com\r\njoc.com\r\njoe.ie\r\njohnkingusa.blogs.cnn.com\r\njohnston.patch.com\r\njonesbahamas.com\r\njoongangdaily.joins.com\r\njoplinglobe.com\r\njordandirections.com\r\njosic.com\r\njournal.com.ph\r\njournal-advocate.com\r\njournaldemocrat.com\r\njournalgazette.net\r\njournalinquirer.com\r\njournallive.co.uk\r\njournal-news.com\r\njournal-news.net\r\njournalpioneer.com\r\njournalrecord.com\r\njournalreview.com\r\njournalstandard.com\r\njournalstar.com\r\njournaltimes.com\r\njournal-topics.com\r\njoybehar.blogs.cnn.com\r\njpost.com\r\njsonline.com\r\njsonline.mobi\r\njstandard.com\r\njsyk.com\r\njta.org\r\njuf.org\r\njuneauempire.com\r\njustjared.buzznet.com\r\njustsearch.co.uk\r\njutiagroup.com\r\njweekly.com\r\nkaaltv.com\r\nkabc.com\r\nkait8.com\r\nkaj18.com\r\nkake.com\r\nkalwnews.org\r\nkanglaonline.com\r\nkansan.com\r\nkansas.com\r\nkansascity.com\r\nkansascitykansan.com\r\nkansascw.com\r\nkansasreporter.org\r\nkapptv.com\r\nkara.allthingsd.com\r\nkare11.com\r\nkasa.com\r\nkashmirdispatch.com\r\nkashmirlive.com\r\nkatc.com\r\nkatherinetimes.com.au\r\nkatu.com\r\nkatv.com\r\nkatytimes.com\r\nkavkazcenter.com\r\nkbc.co.ke\r\nkbnd.com\r\nkboi2.com\r\nkbtx.com\r\nkbzk.com\r\nkc.citizen-publications.com\r\nkcautv.com\r\nkcbd.com\r\nkcby.com\r\nkcchronicle.com\r\nkcci.com\r\nkccommunitynews.com\r\nkcentv.com\r\nkcpw.org\r\nkcra.com\r\nkcrg.com\r\nkctv5.com\r\nkdhnews.com\r\nkdlt.com\r\nkdrv.com\r\nkdvr.com\r\nkdwn.com\r\nkearneyhub.com\r\nkeloland.com\r\nkenilworthweeklynews.co.uk\r\nkennesaw.patch.com\r\nkens5.com\r\nkensington.patch.com\r\nkent.patch.com\r\nkentonline.co.uk\r\nkentsterling.com\r\nkentucky.com\r\nkeprtv.com\r\nkerryman.ie\r\nkesq.com\r\nketknbc.com\r\nketv.com\r\nkey103.co.uk\r\nkeysnet.com\r\nkeyt.com\r\nkezi.com\r\nkfdm.com\r\nkfgo.com\r\nkfor.com\r\nkfoxtv.com\r\nkfqd.com\r\nkfvs12.com\r\nkfyrtv.com\r\nkgan.com\r\nkget.com\r\nkgmi.com\r\nkgoam810.com\r\nkgun9.com\r\nkgw.com\r\nkgwn.tv\r\nkhaleejtimes.com\r\nkhastv.com\r\nkhon2.com\r\nkhou.com\r\nkhq.com\r\nkhsltv.com\r\nkidsolo.com\r\nkiiitv.com\r\nkikaxemusic.com\r\nkimatv.com\r\nkimballarea.com\r\nkimt.com\r\nking5.com\r\nkingjamesgospel.com\r\nkingmandailyminer.com\r\nkingsofwar.org.uk\r\nkingspark.patch.com\r\nkinnelon.patch.com\r\nkionrightnow.com\r\nkiowacountysignal.com\r\nkippaxtoday.co.uk\r\nkippreport.com\r\nkirkland.patch.com\r\nkirksvilledailyexpress.com\r\nkirotv.com\r\nkitsapsun.com\r\nkitup.military.com\r\nkitv.com\r\nkivitv.com\r\nkjct8.com\r\nkjonline.com\r\nkjrh.com\r\nkktv.com\r\nklewtv.com\r\nklfy.com\r\nkljb.com\r\nkltv.com\r\nkmbc.com\r\nkmeg14.com\r\nkmov.com\r\nkmph.com\r\nkmtr.com\r\nkmvt.com\r\nkncifm.radio.com\r\nkndo.com\r\nknightcenter.utexas.edu\r\nknightnews.com\r\nknowledge.wharton.upenn.edu\r\nknox.villagesoup.com\r\nknoxnews.com\r\nknoxweekly.com.au\r\nknssradio.com\r\nkoamtv.com\r\nkoat.com\r\nkob.com\r\nkoco.com\r\nkohd.com\r\nkoimoi.com\r\nkoinlocal6.com\r\nkokcradio.com\r\nkold.com\r\nkolotv.com\r\nkomonews.com\r\nkoreaherald.com\r\nkoreaittimes.com\r\nkoreatimes.co.kr\r\nkotaku.com\r\nkotaku.com.au\r\nkotaradio.com\r\nkozmedia.com\r\nkpax.com\r\nkpbs.org\r\nkpho.com\r\nkpic.com\r\nkplctv.com\r\nkplr11.com\r\nkplu.org\r\nkpsplocal2.com\r\nkpth.com\r\nkptm.com\r\nkptv.com\r\nkpvi.com\r\nkrcrtv.com\r\nkrdo.com\r\nkrgv.com\r\nkristof.blogs.nytimes.com\r\nkristv.com\r\nkrmg.com\r\nkrqe.com\r\nkrtv.com\r\nksallink.com\r\nksat.com\r\nksax.com\r\nksbw.com\r\nksby.com\r\nksdk.com\r\nksfy.com\r\nksjbam.com\r\nksl.com\r\nksla.com\r\nksmu.org\r\nksn.com\r\nksnt.com\r\nkspr.com\r\nksro.com\r\nkstp.com\r\nkswo.com\r\nkswt.com\r\nktar.com\r\nktbs.com\r\nkten.com\r\nktiv.com\r\nktka.com\r\nktla.com\r\nktnv.com\r\nktre.com\r\nktsm.com\r\nkttc.com\r\nktts.com\r\nktul.com\r\nktuu.com\r\nktva.com\r\nktvb.com\r\nktvl.com\r\nktvn.com\r\nktvq.com\r\nktvu.com\r\nktvz.com\r\nktxs.com\r\nkuam.com\r\nkuik.com\r\nkulr8.com\r\nkuow.org\r\nkurdishaspect.com\r\nkurdishglobe.net\r\nkusi.com\r\nkutnews.org\r\nkuwaittimes.net\r\nkval.com\r\nkvewtv.com\r\nkvia.com\r\nkvnonews.com\r\nkvoa.com\r\nkvsc.org\r\nkvue.com\r\nkwch.com\r\nkwgn.com\r\nkwqc.com\r\nkwtx.com\r\nkxan.com\r\nkxii.com\r\nkxl.com\r\nkxlf.com\r\nkxlh.com\r\nkxly.com\r\nkxnet.com\r\nkxxv.com\r\nky3.com\r\nkyivpost.com\r\nkyma.com\r\nkypost.com\r\nkzindex.wordpress.com\r\nkztv10.com\r\nla.guestofaguest.com\r\nlaboratoryequipment.com\r\nlacanadaflintridge.patch.com\r\nlacanadaonline.com\r\nlacdubonnetleader.com\r\nlacey.patch.com\r\nlacombeglobe.com\r\nlacrossetribune.com\r\nladue-frontenac.patch.com\r\nlagrange.patch.com\r\nlagunabeach.patch.com\r\nlagunaniguel.patch.com\r\nlahontanvalleynews.com\r\nlaht.com\r\nlaindependent.com\r\nlaist.com\r\nlajolla.patch.com\r\nlajollalight.com\r\nlakeconews.com\r\nlakeforest.patch.com\r\nlakeinthehills.patch.com\r\nlakelandecho.co.uk\r\nlakenewsonline.com\r\nlakeridge.patch.com\r\nlakeshoreadvance.com\r\nlakesmail.com.au\r\nlakeville.patch.com\r\nlakewood.patch.com\r\nlakewood-oh.patch.com\r\nlakewyliepilot.com\r\nlakezurich.patch.com\r\nlamesa.patch.com\r\nlamonitor.com\r\nlancashiretelegraph.co.uk\r\nlancastereaglegazette.com\r\nlancasterguardian.co.uk\r\nlandlinemag.com\r\nlandolakes.patch.com\r\nlaneytower.com\r\nlankabusinessonline.com\r\nlankanewspapers.com\r\nlankaweb.com\r\nlansdale.patch.com\r\nlansingstatejournal.com\r\nlaobserved.com\r\nlaramieboomerang.com\r\nlarchmont.patch.com\r\nlaredosun.us\r\nlargo.patch.com\r\nlariatnews.com\r\nlarkspurcortemadera.patch.com\r\nlarouchepub.com\r\nlarrybrownsports.com\r\nlasnark.com\r\nlasvegassun.com\r\nlatestnews.virginmedia.com\r\nlatimes.com\r\nlatimesblogs.latimes.com\r\nlatinalista.net\r\nlatindispatch.com\r\nlatino.foxnews.com\r\nlatinoreview.com\r\nlatrobevalleyexpress.com.au\r\nlauncestontimes.com.au\r\nlaurel.patch.com\r\nlaurinburgexchange.com\r\nlaweekly.com\r\nlawfareblog.com\r\nlawfuel.com\r\nlawrenceville.patch.com\r\nlawrenceville-ga.patch.com\r\nlawweekonline.com\r\nlbpost.com\r\nlcctorch.com\r\nlcsun-news.com\r\nldnews.com\r\nleader.fhsu.edu\r\nleadercall.com\r\nleaderjournal.com\r\nleaderpost.com\r\nleadertelegram.com\r\nleamingtoncourier.co.uk\r\nleamingtonpostandshopper.com\r\nlearning.blogs.nytimes.com\r\nlearnvest.com\r\nleavenworthtimes.com\r\nlebanon-express.com\r\nlecanadian.com\r\nledger-enquirer.com\r\nleducrep.com\r\nledyard.patch.com\r\nleeinks.weei.com\r\nleesburg.patch.com\r\nleesburg2day.com\r\nleesvilledailyleader.com\r\nleftfootforward.org\r\nlegalbrief.co.za\r\nlegaltimes.typepad.com\r\nlegalweek.com\r\nlegislativegazette.com\r\nlegitgov.org\r\nlegitreviews.com\r\nlehighacrescitizen.com\r\nlehighvalleylive.com\r\nleighreporter.co.uk\r\nleightonbuzzardonline.co.uk\r\nlemongrove.patch.com\r\nlemont.patch.com\r\nlenconnect.com\r\nlens.blogs.nytimes.com\r\nlep.co.uk\r\nlethbridgeherald.com\r\nletters.salon.com\r\nlevittown.patch.com\r\nlevittown-ny.patch.com\r\nlewrockwell.com\r\nlex18.com\r\nlexch.com\r\nlexington.patch.com\r\nlexingtonchronicle.com\r\nlezgetreal.com\r\nlfpress.com\r\nlgbtweekly.com\r\nlibdemvoice.org\r\nlibertymaven.com\r\nlibertynewsonline.com\r\nlibertyville.patch.com\r\nlibn.com\r\nlife.globaltimes.cn\r\nlife.nationalpost.com\r\nlilburn.patch.com\r\nlimelife.com\r\nlincolncourier.com\r\nlincolnnewsmessenger.com\r\nlincolntribune.com\r\nlindenhurst.patch.com\r\nlinktv.org\r\nlinncountyleader.com\r\nlisle.patch.com\r\nlithgowmercury.com.au\r\nlittlefallstimes.com\r\nlittlehamptongazette.co.uk\r\nlittleneck.patch.com\r\nlittlesilver.patch.com\r\nlive.drjays.com\r\nlive.psu.edu\r\nlive.washingtonpost.com\r\nlive5news.com\r\nlivemint.com\r\nliveoilprices.co.uk\r\nlivermore.patch.com\r\nliverpooldailypost.co.uk\r\nliverpoolecho.co.uk\r\nlivescience.com\r\nlivinginperu.com\r\nlivingston.patch.com\r\nlivingstondaily.com\r\nlmtribune.com\r\nlocal12.com\r\nlocal2.ca\r\nlocalnews8.com\r\nlocalwireless.com\r\nlodinews.com\r\nloganville.patch.com\r\nlohud.com\r\nlomalinda.patch.com\r\nlompocrecord.com\r\nlondon24.com\r\nlondonnet.co.uk\r\nlonestarreport.org\r\nlongbeach.patch.com\r\nlongbranch.patch.com\r\nlongislandpress.com\r\nlongridgenews.co.uk\r\nlongvalley.patch.com\r\nlongwarjournal.org\r\nloot-ninja.com\r\nlorton.patch.com\r\nlosalamitos.patch.com\r\nlosaltos.patch.com\r\nlosgatos.patch.com\r\nlostlettermen.com\r\nlostremote.com\r\nlouthleader.co.uk\r\nlovestyle.com\r\nlowellsun.com\r\nlowermacungie.patch.com\r\nlowermoreland.patch.com\r\nlse.co.uk\r\nlsj.com\r\nlsureveille.com\r\nlubbockonline.com\r\nlufkindailynews.com\r\nlulegacy.com\r\nlusakatimes.com\r\nlutontoday.co.uk\r\nlutterworthmail.co.uk\r\nlvrj.com\r\nlynbrook.patch.com\r\nlynch.foreignpolicy.com\r\nlynnfield.patch.com\r\nlynnnews.co.uk\r\nlythamstannesexpress.co.uk\r\nm2.tbo.com\r\nmaannews.net\r\nmableton.11alive.com\r\nmacarthuradvertiser.com.au\r\nmacaudailytimes.com.mo\r\nmacedoniaonline.eu\r\nmacedonrangesweekly.com.au\r\nmacomb.patch.com\r\nmacombdaily.com\r\nmacon.com\r\nmaconch.com\r\nmaddowblog.msnbc.msn.com\r\nmadison.patch.com\r\nmadisoncountycourier.com\r\nmadisonet.com\r\nmagharebia.com\r\nmaghullstar.co.uk\r\nmagicvalley.com\r\nmahwah.patch.com\r\nmailonsunday.co.uk\r\nmailtribune.com\r\nmainjustice.com\r\nmainlinemedianews.com\r\nmainstreet.com\r\nmalaya.com.ph\r\nmalaysiakini.com\r\nmalden.patch.com\r\nmalibu.patch.com\r\nmalibutimes.com\r\nmaltatoday.com.mt\r\nmaltonmercury.co.uk\r\nmanagingip.com\r\nmanalapan.patch.com\r\nmanassas.patch.com\r\nmanassaspark.patch.com\r\nmanchester.patch.com\r\nmanchesterjournal.com\r\nmandh-online.com\r\nmangalorean.com\r\nmanhattan.about.com\r\nmanhattan.ny1.com\r\nmanhattanbeach.patch.com\r\nmania.com\r\nmanilastandardtoday.com\r\nmankatofreepress.com\r\nmanly-daily.whereilive.com.au\r\nmanningrivertimes.com.au\r\nmanolith.com\r\nmansfield.htnp.com\r\nmansfield.patch.com\r\nmansfield-ma.patch.com\r\nmansfieldnewsjournal.com\r\nmanxradio.com\r\nmaplewood.patch.com\r\nmaplewood-brentwood.patch.com\r\nmaravipost.com\r\nmarblehead.patch.com\r\nmarconews.com\r\nmargaretrivermail.com.au\r\nmaribyrnongweekly.com.au\r\nmarietta.patch.com\r\nmariettatimes.com\r\nmarinadelrey.patch.com\r\nmarinecorpstimes.com\r\nmarinelog.com\r\nmarinij.com\r\nmarioncountynews.net\r\nmarionstar.com\r\nmaritime-executive.com\r\nmarkdalestandard.com\r\nmarketingvox.com\r\nmarketnewsvideo.com\r\n\r\nmarketoracle.co.uk\r\nmarketplace.publicradio.org\r\nmarketrasenmail.co.uk\r\nmarkets.com\r\nmarkets.financialcontent.com\r\nmarkets.m.foxbusiness.com\r\nmarketwatch.com\r\nmarketwire.com\r\nmarlborough.patch.com\r\nmarlindemocrat.com\r\nmaroondahweekly.com.au\r\nmarplenewtown.patch.com\r\nmarquee.blogs.cnn.com\r\nmarshallindependent.com\r\nmarshalltribune.com\r\nmarshfieldnewsherald.com\r\nmarthasvineyard.patch.com\r\nmartinez.patch.com\r\nmartinezgazette.com\r\nmartinsvillebulletin.com\r\nmarvista.patch.com\r\nmarxist.com\r\nmarylandheights.patch.com\r\nmaryvilledailyforum.com\r\nmasala.com\r\nmashable.com\r\nmasnsports.com\r\nmasoncountydailynews.com\r\nmassachusettsnewswire.com\r\nmassapequa.patch.com\r\nmassdevice.com\r\nmasslive.com\r\nmathaba.net\r\nmatlockmercury.co.uk\r\nmauinow.com\r\nmauitime.com\r\nmaximumedge.com\r\nmaysville-online.com\r\nmb.com.ph\r\nmbd.scout.com\r\nmbpecapital.com\r\nmbtmag.com\r\nmcalesternews.com\r\nmcall.com\r\nmcccagora.com\r\nmcclatchydc.com\r\nmccookgazette.com\r\nmcdonoughvoice.com\r\nmclean.patch.com\r\nmcot.net\r\nmcphersonsentinel.com\r\nmdjonline.com\r\nmdn.mainichi.jp\r\nmeadowlakeprogress.com\r\nmedcitynews.com\r\nmedfield.patch.com\r\nmedford.patch.com\r\nmedford.sunne.ws\r\nmedia.brisbanetimes.com.au\r\nmedia.businessday.com.au\r\nmedia.cbronline.com\r\nmedia.patch.com\r\nmedia.theage.com.au\r\nmedia.watoday.com.au\r\nmedia247.co.uk\r\nmediabistro.com\r\nmediadecoder.blogs.nytimes.com\r\nmediaforfreedom.com\r\nmediagallery.usatoday.com\r\nmediaite.com\r\nmedialifemagazine.com\r\nmediamatters.org\r\nmediamemo.allthingsd.com\r\nmediamughals.com\r\nmedianewsline.com\r\nmedia-newswire.com\r\nmediapost.com\r\nmediaspy.org\r\nmediatel.co.uk\r\nmedicalnewstoday.com\r\nmedicinehatnews.com\r\nmedindia.net\r\nmeed.com\r\nmeforum.org\r\nmehlville.patch.com\r\nmelbournetimesweekly.com.au\r\nmelbourneweekly.com.au\r\nmelbourneweeklybayside.com.au\r\nmelbourneweeklyeastern.com.au\r\nmelodika.net\r\nmelrose.patch.com\r\nmeltontimes.co.uk\r\nmeltonweekly.com.au\r\nmemeburn.com\r\nmemphisflyer.com\r\nmenafn.com\r\nmenlopark.patch.com\r\nmenmedia.co.uk\r\nmenomoneefalls.patch.com\r\nmentor.patch.com\r\nmercedsunstar.com\r\nmercerisland.patch.com\r\nmercurynews.com\r\nmeriden.patch.com\r\nmeridianbooster.com\r\nmerimbulanewsonline.com.au\r\nmerredinmercury.com.au\r\nmerrick.patch.com\r\nmesquitelocalnews.com\r\nmessenger.com.ge\r\nmetalinjection.net\r\nmetro.co.uk\r\nmetro.us\r\nmetronews.ca\r\nmetroweekly.com\r\nmetrowestdailynews.com\r\nmetrowny.com\r\nmexicoledger.com\r\nmfa.gov.il\r\nmg.co.za\r\nmh.vrvm.com\r\nmhpbooks.com\r\nmi2g.com\r\nmi2n.com\r\nmiamiherald.com\r\nmichigandaily.com\r\nmichiganmessenger.com\r\nmid-day.com\r\nmiddle-east-online.com\r\nmiddletown.patch.com\r\nmiddletown-ct.patch.com\r\nmiddletownjournal.com\r\nmiddletown-nj.patch.com\r\nmiddletownpress.com\r\nmiddletowntranscript.com\r\nmideastposts.com\r\nmideastyouth.com\r\nmidhudsonnews.com\r\nmidhurstandpetworth.co.uk\r\nmidlandfreepress.com\r\nmidlandsconnect.com\r\nmidsussextimes.co.uk\r\nmidtown.patch.com\r\nmidwestsportsfans.com\r\nmilaz.info\r\nmilehighreport.com\r\nmilford.patch.com\r\nmilfordbeacon.com\r\nmilforddailynews.com\r\nmilford-ma.patch.com\r\nmilitary.com\r\nmilitary-technologies.net\r\nmilitarytimes.com\r\nmillbrae.patch.com\r\nmillburn.patch.com\r\nmillercountyliberal.com\r\nmiller-mccune.com\r\nmilligazette.com\r\nmilpitas.patch.com\r\nmilton.patch.com\r\nmiltonkeynes.co.uk\r\nmindanaoexaminer.com\r\nmindanews.com\r\nmindentimes.ca\r\nmineola.patch.com\r\nmineweb.com\r\nminews26.com\r\nminingweekly.com\r\nminivannews.com\r\nminnesota.publicradio.org\r\nminnesotaindependent.com\r\nminnetonka.patch.com\r\nminnpost.com\r\nminonline.com\r\nminotdailynews.com\r\nminutemannewscenter.com\r\nminyanville.com\r\nmiranda.broadcastnewsroom.com\r\nmirfieldreporter.co.uk\r\nmirror.augusta.com\r\nmirror.co.uk\r\nmisformusic.com\r\nmissionviejo.patch.com\r\nmissjia.com\r\nmissoulian.com\r\nmissourinet.com\r\nmitchelladvocate.com\r\nmitchellrepublic.com\r\nmix96.co.uk\r\nmizzima.com\r\nmk-news.co.uk\r\nmlb.mlb.com\r\nmlb.sbnation.com\r\nmlive.com\r\nmmail.com.my\r\nmmdnewswire.com\r\nmmegi.bw\r\nmndaily.com\r\nmnilive.com\r\nmnn.com\r\nmnnonline.org\r\nmns.co.uk\r\nmoberlymonitor.com\r\nmobile.atlanta.sbnation.com\r\nmobile.bournemouthecho.co.uk\r\nmobile.daytondailynews.com\r\nmobile.dc.sbnation.com\r\nmobile.dw-world.de\r\nmobile.fairfield-echo.com\r\nmobile.gazette-news.co.uk\r\nmobile.journal-news.com\r\nmobile.jpost.com\r\nmobile.kcfr.org\r\nmobile.krgv.com\r\nmobile.metronews.ca\r\nmobile.middletownjournal.com\r\nmobile.nation.co.ke\r\nmobile.nbcsports.com\r\nmobile.ndtv.com\r\nmobile.newsday.com\r\nmobile.newsminer.com\r\nmobile.newsok.com\r\nmobile.newspost.com\r\nmobile.nytimes.com\r\nmobile.oxfordpress.com\r\nmobile.pcauthority.com.au\r\nmobile.peacefmonline.com\r\nmobile.philly.sbnation.com\r\nmobile.pulsejournal.com\r\nmobile.reuters.com\r\nmobile.salon.com\r\nmobile.sbnation.com\r\nmobile.sfgate.com\r\nmobile.shanghaidaily.com\r\nmobile.springfieldnewssun.com\r\nmobile.stlouis.sbnation.com\r\nmobile.theeagle.com\r\nmobile.thestar.com\r\nmobile.time.com\r\nmobile.wboy.com\r\nmobile.western-star.com\r\nmobile.whptv.com\r\nmobileburn.com\r\nmobiledia.com\r\nmobilemarketingwatch.com\r\nmoconews.net\r\nmodbee.com\r\nmodernghana.com\r\nmoderntimesmagazine.com\r\nmohavedailynews.com\r\nmokena.patch.com\r\nmoms.today.com\r\nmonashweekly.com.au\r\nmoney.blogs.time.com\r\nmoney.canoe.ca\r\nmoney.cnn.com\r\nmoney.msn.com\r\nmoney.uk.msn.com\r\nmoneycontrol.com\r\nmoneylife.in\r\nmoneymorning.com\r\nmoneynews.com\r\nmoneytalksnews.com\r\nmoneywatch.bnet.com\r\nmoneyweb.co.za\r\nmonitor.co.ug\r\nmonroe.patch.com\r\nmonroenews.com\r\nmonrovia.patch.com\r\nmonstersandcritics.com\r\nmontana.watchdog.org\r\nmontclair.patch.com\r\nmontenews.com\r\nmontereycountyweekly.com\r\nmontereyherald.com\r\nmontgomery.patch.com\r\nmontgomeryadvertiser.com\r\nmontgomerynews.com\r\nmontgomeryvillage.patch.com\r\nmonthlyreview.org\r\nmontreal.ctv.ca\r\nmontrealgazette.com\r\nmontrose.patch.com\r\nmontrosepress.com\r\nmontville.patch.com\r\nmoodycountyenterprise.com\r\nmooneevalleyweekly.com.au\r\nmoorestown.sunne.ws\r\nmoorpark.patch.com\r\nmoortowntoday.co.uk\r\nmoreechampion.com.au\r\nmorganhilltimes.com\r\nmorleyobserver.co.uk\r\nmorningjournal.com\r\nmorningstarpublishing.com\r\nmorningsun.net\r\nmorning-times.com\r\nmoroccoboard.com\r\nmorpethherald.co.uk\r\nmorris.patch.com\r\nmorrisdailyherald.com\r\nmorristown.patch.com\r\nmortongrove.patch.com\r\nmortontimesnews.com\r\nmorungexpress.com\r\nmoseslakegrantcounty.kxly.com\r\nmotherjones.com\r\nmoultrieobserver.com\r\nmountainenterprise.com\r\nmountainfm.net\r\nmountainhomenews.com\r\nmountainview.patch.com\r\nmountainx.com\r\nmounthelix.patch.com\r\nmountvernon.patch.com\r\nmountvernonnews.com\r\nmoviecitynews.com\r\nmoviefone.co.uk\r\nmovieline.com\r\nmovies.ign.com\r\nmovies.ndtv.com\r\nmovies.sky.com\r\nmovies.uk.msn.com\r\nmoviesblog.mtv.com\r\nmovieviral.com\r\nmovieweb.com\r\nmpbn.net\r\nmpnnow.com\r\nmrc.org\r\nmrpaparazzi.com\r\nmrsec.com\r\nmrzine.monthlyreview.org\r\nmsn.foxsports.com\r\nmsnbc.msn.com\r\nmtairy.patch.com\r\nmtexpress.com\r\nmtlaurel.sunne.ws\r\nmtshastanews.com\r\nmtv.com\r\nmuckety.com\r\nmudgeeguardian.com.au\r\nmultiamerican.scpr.org\r\nmultichannel.com\r\nmumbaimirror.com\r\nmumbrella.com.au\r\nmunciefreepress.com\r\nmurfreesboropost.com\r\nmurphysboroamerican.com\r\nmurrayledger.com\r\nmurrieta.patch.com\r\nmuscatinejournal.com\r\nmusic.aol.co.uk\r\nmusicfeeds.com.au\r\nmusic-news.com\r\nmusicrooms.net\r\nmuskego.patch.com\r\nmuskogeephoenix.com\r\nmuslimmatters.org\r\nmuslimnews.co.uk\r\nmuswellbrookchronicle.com.au\r\nmutiny.in\r\nmvptexas.com\r\nmv-voice.com\r\nmwcnews.net\r\nmy.auburnjournal.com\r\nmy.firedoglake.com\r\nmy.hsj.org\r\nmyabc50.com\r\nmyallcoastnota.com.au\r\nmybanktracker.com\r\nmybroadband.co.za\r\nmyce.com\r\nmycentraljersey.com\r\nmycentraloregon.com\r\nmycrains.crainsnewyork.com\r\nmydesert.com\r\nmydigitalfc.com\r\nmyedmondsnews.com\r\nmyfox8.com\r\nmyfoxal.com\r\nmyfoxatlanta.com\r\nmyfoxboston.com\r\nmyfoxchicago.com\r\nmyfoxdc.com\r\nmyfoxdetroit.com\r\nmyfoxdfw.com\r\nmyfoxhouston.com\r\nmyfoxla.com\r\nmyfoxlubbock.com\r\nmyfoxmemphis.com\r\nmyfoxny.com\r\nmyfoxorlando.com\r\nmyfoxphilly.com\r\nmyfoxphoenix.com\r\nmyfoxtampabay.com\r\nmyfoxtwincities.com\r\nmyjournalcourier.com\r\nmyloansconsolidated.com\r\nmymotherlode.com\r\nmynews4.com\r\nmynorthwest.com\r\nmypetjawa.mu.nu\r\nmyrecordjournal.com\r\nmyrepublica.com\r\nmysanantonio.com\r\nmysinchew.com\r\nmysouthwestga.com\r\nmystateline.com\r\nmysuburbanlife.com\r\nmywabashvalley.com\r\nmywebtimes.com\r\nmywesttexas.com\r\nmyzeeland.com\r\nnab.broadcastnewsroom.com\r\nnaharnet.com\r\nnakedsecurity.sophos.com\r\nnambuccaguardian.com.au\r\nnamibian.com.na\r\nnancygrace.blogs.cnn.com\r\nnanuet.patch.com\r\nnapa.patch.com\r\nnapavalleyregister.com\r\nnaperville.patch.com\r\nnapervillesun.suntimes.com\r\nnaplesnews.com\r\nnarcosphere.narconews.com\r\nnaroomanewsonline.com.au\r\nnarragansett.patch.com\r\nnarrominenewsonline.com.au\r\nnashuatelegraph.com\r\nnashville.com\r\nnashvillescene.com\r\nnatchezdemocrat.com\r\nnatick.patch.com\r\nnation.co.ke\r\nnation.com.pk\r\nnation.foxnews.com\r\nnationaldefensemagazine.org\r\nnationalfootballpost.com\r\nnationalinterest.org\r\nnationaljournal.com\r\nnationalledger.com\r\nnationalpost.com\r\nnationalreview.com\r\nnationalturk.com\r\nnationmultimedia.com\r\nnationofblue.com\r\nnato.int\r\nnaugatuck.patch.com\r\nnavasotaexaminer.com\r\nnavytimes.com\r\nnazareth.patch.com\r\nnazret.com\r\nnbc11news.com\r\nnbc15.com\r\nnbc-2.com\r\nnbc26.com\r\nnbc29.com\r\nnbcbayarea.com\r\nnbcchicago.com\r\nnbcconnecticut.com\r\nnbcdfw.com\r\nnbclosangeles.com\r\nnbcmiami.com\r\nnbcmontana.com\r\nnbcnewyork.com\r\nnbcphiladelphia.com\r\nnbcsandiego.com\r\nnbcsports.msnbc.com\r\nnbcwashington.com\r\nnbr.co.nz\r\nnbs.gmnews.com\r\nncatregister.com\r\nncnewspress.com\r\nncnguyana.com\r\nncnn.com\r\nncregister.com\r\nnctimes.com\r\nndsmcobserver.com\r\nndtv.com\r\nneagle.com\r\nnebraska.statepaper.com\r\nnebraska.tv\r\nnecn.com\r\nneedham.patch.com\r\nnehandaradio.com\r\nneighbornewspapers.com\r\nneontommy.com\r\nneoshodailynews.com\r\nnerdtrek.com\r\nneshobademocrat.com\r\nnesn.com\r\nnestmann.sovereignsociety.com\r\nnetglobers.com\r\nnetindian.in\r\nnet-security.org\r\nnetworkeffect.allthingsd.com\r\nnetworkworld.com\r\nneurope.eu\r\nnevadaappeal.com\r\nnew.bangordailynews.com\r\nnewamerica.net\r\nnewamericamedia.org\r\nnewark.patch.com\r\nnewarkadvocate.com\r\nnewbaltimore.patch.com\r\nnewbernsj.com\r\nnewburyportnews.com\r\nnewcanaan.patch.com\r\nnewcity.patch.com\r\nnewdesignworld.com\r\nnewenterprise.allthingsd.com\r\nnewera.com.na\r\nnewhampshire.com\r\nnewhavenindependent.org\r\nnewhydepark.patch.com\r\nnewjerseynewsroom.com\r\nnewlenox.patch.com\r\nnewlondon.patch.com\r\nnew-magazine.co.uk\r\nnewmarketjournal.co.uk\r\nnewmexicoindependent.com\r\nnewmilford-nj.patch.com\r\nneworleanscitybusiness.com\r\nnewport.patch.com\r\nnewportbeach.patch.com\r\nnewportindependent.com\r\nnewportrichey.patch.com\r\nnewprovidence.patch.com\r\nnewrichmond-news.com\r\nnewrochelle.patch.com\r\nnews.accuracast.com\r\nnews.am\r\nnews.antiwar.com\r\nnews.asiaone.com\r\nnews.az\r\nnews.bbc.co.uk\r\nnews.blogs.cnn.com\r\nnews.bostonherald.com\r\nnews.brisbanetimes.com.au\r\nnews.cincinnati.com\r\nnews.ciol.com\r\nnews.cnet.com\r\nnews.com.au\r\nnews.consumerreports.org\r\nnews.discovery.com\r\nnews.err.ee\r\nnews.firedoglake.com\r\nnews.gather.com\r\nnews.gnom.es\r\nnews.health.com\r\nnews.hereisthecity.com\r\nnews.hjnews.com\r\nnews.iafrica.com\r\nnews.idg.no\r\nnews.in.msn.com\r\nnews.infoshop.org\r\nnews.lalate.com\r\nnews.malaysia.msn.com\r\nnews.morningstar.com\r\nnews.msn.co.nz\r\nnews.muckety.com\r\nnews.myjoyonline.com\r\nnews.mywebpal.com\r\nnews.nationalpost.com\r\nnews.ninemsn.com.au\r\nnews.ontario.ca\r\nnews.opb.org\r\nnews.outlookindia.com\r\nnews.peacefmonline.com\r\nnews.ph.msn.com\r\nnews.pinkpaper.com\r\nnews.rediff.com\r\nnews.rutgers.edu\r\nnews.sciencemag.org\r\nnews.scotsman.com\r\nnews.smh.com.au\r\nnews.sportsinteraction.com\r\nnews.stanford.edu\r\nnews.stv.tv\r\nnews.techworld.com\r\nnews.theage.com.au\r\nnews.travel.aol.com\r\nnews.ucdavis.edu\r\nnews.uk.msn.com\r\nnews.wbru.com\r\nnews.wisc.edu\r\nnews.xinhuanet.com\r\nnews.yahoo.com\r\nnews10.net\r\nnews1130.com\r\nnews24.com\r\nnews4jax.com\r\nnews4mobile.ca\r\nnewsandsentinel.com\r\nnewsandstar.co.uk\r\nnewsandtech.com\r\nnewsandtribune.com\r\nnewsarama.com\r\nnews-banner.com\r\nnewsbiscuit.com\r\nnewsblog.projo.com\r\nnewsblogs.chicagotribune.com\r\nnews-briefs.ew.com\r\nnewsbusters.org\r\nnewsbytes.ph\r\nnewscaststudio.com\r\nnewschannel10.com\r\nnewschannel34.com\r\nnewschannel5.com\r\nnewschief.com\r\nnewscientist.com\r\nnewscow.net\r\nnewsday.co.zw\r\nnewsday.com\r\nnewser.com\r\nnewsfactor.com\r\nnewsfeed.time.com\r\nnewsfirst5.com\r\nnewsflash.org\r\nnews-gazette.com\r\nnewsguardian.co.uk\r\nnewsherald.com\r\nnews-herald.com\r\nnewshounds.us\r\nnewsi.es\r\nnewsinabox.net\r\nnewsinenglish.no\r\nnewsinfilm.com\r\nnewsinfo.inquirer.net\r\nnewsinfo.iu.edu\r\nnews-journalonline.com\r\nnewsjunkiepost.com\r\nnewsleader.com\r\nnews-leader.com\r\nnewsletter.co.uk\r\nnews-mail.com.au\r\nnewsmax.com\r\nnewsminer.com\r\nnewsnet5.com\r\nnewsobserver.com\r\nnewsok.com\r\nnewson6.com\r\nnewsonair.com\r\nnewsone.com\r\nnewsonnews.net\r\nnewspostleader.co.uk\r\nnews-press.com\r\nnewspressnow.com\r\nnewsradio1420.com\r\nnewsrealblog.com\r\nnews-record.com\r\nnewsrecord.org\r\nnewsregister.com\r\nnews-register.net\r\nnewsreview.com\r\nnewsroom.blogs.cnn.com\r\nnewsroom.ucla.edu\r\nnewsroomamerica.com\r\nnewsroompanama.com\r\nnews-sentinel.com\r\nnews-star.com\r\nnewsstream.blogs.cnn.com\r\nnewssun.suntimes.com\r\nnewstabulous.com\r\nnewstalk.ie\r\nnewstalk1290.wordpress.com\r\nnewstalkradiowhio.com\r\nnewstalkzb.co.nz\r\nnewstatesman.com\r\nnewstime.co.za\r\nnewstimeafrica.com\r\nnewstimes.com\r\nnewstodaynet.com\r\nnewstonight.net\r\nnewstrackindia.com\r\nnewstrib.com\r\nnewstribune.com\r\nnewstribune.info\r\nnewswest9.com\r\nnewswhip.ie\r\nnewswise.com\r\nnewswithviews.com\r\nnewsworks.org\r\nnewton.patch.com\r\nnewtondailynews.com\r\nnewtown.patch.com\r\nnewtown-pa.patch.com\r\nnewvision.co.ug\r\nnewwest.net\r\nnewyork.cbslocal.com\r\nnewyork.yankees.mlb.com\r\nnewyorker.com\r\nnextbigfuture.com\r\nnextgov.com\r\nnfl.com\r\nnflgridirongab.com\r\nnhl.com\r\nnhpr.org\r\nniagaraadvance.ca\r\nniagarafallsreview.ca\r\nniagara-gazette.com\r\nniemanlab.org\r\nniemanwatchdog.org\r\nnigeriamasterweb.com\r\nnigerianbulletin.com\r\nnigerianobservernews.com\r\nniles.patch.com\r\nnj.com\r\nnjeffersonnews.com\r\nnjherald.com\r\nnjtoday.net\r\nnl-aid.org\r\nnme.com\r\nnmpolitics.net\r\nnoco5.com\r\nnogalesinternational.com\r\nnola.com\r\nnolanchart.com\r\nnolimitstrategy.net\r\nnoosanews.com.au\r\nnorcross.patch.com\r\nnormantranscript.com\r\nnorristown.patch.com\r\nnorth-africa.com\r\nnorthamptonchron.co.uk\r\nnorthandover.patch.com\r\nnorthantset.co.uk\r\nnorthborough.patch.com\r\nnorthbranford.patch.com\r\nnorthbrook.patch.com\r\nnorthbynorthwestern.com\r\nnorthcanton.patch.com\r\nnorthcentralohio.com\r\nnorthcentralpa.com\r\nnorthcountrygazette.org\r\nnorthcountrynow.com\r\nnorthcountrypublicradio.org\r\nnorthdruidhills.patch.com\r\nnortheastcobb.patch.com\r\nnortheastern.edu\r\nnorthernargus.com.au\r\nnorthernstar.com.au\r\nnorthernstar.info\r\nnorthernweekly.com.au\r\nnorthescambia.com\r\nnorthfield.patch.com\r\nnorthfieldnews.com\r\nnorthfloridaherald.com\r\nnorthfork.patch.com\r\nnorthhaven.patch.com\r\nnorthhollywood.patch.com\r\nnorthindiatimes.com\r\nnorthjersey.com\r\nnorthkingstown.patch.com\r\nnorthlandsnewscenter.com\r\nnorthplattebulletin.com\r\nnorthport.patch.com\r\nnorthpotomac.patch.com\r\nnorthreading.patch.com\r\nnorthshoresun.timesreview.com\r\nnorthumberlandgazette.co.uk\r\nnorthumberlandtoday.com\r\nnorthumberlandview.ca\r\nnorthville.patch.com\r\nnorthwalesweeklynews.co.uk\r\nnorton.patch.com\r\nnorwichbulletin.com\r\nnorwichguidon.com\r\nnorwood.patch.com\r\nnovafm.com.au\r\nnovanewsnow.com\r\nnovato.patch.com\r\nnovinite.com\r\nnowmagazine.co.uk\r\nnowpublic.com\r\nnowtnews.com\r\nnpr.org\r\nnptelegraph.com\r\nnrtoday.com\r\nns.gmnews.com\r\nns.umich.edu\r\nnsbnews.net\r\nntnews.com.au\r\nnugget.ca\r\nnumber10.gov.uk\r\nnwaonline.com\r\nnwcn.com\r\nnwemail.co.uk\r\nnwfdailynews.com\r\nnwherald.com\r\nnwitimes.com\r\nnwprogressive.org\r\nnwtntoday.com\r\nny.curbed.com\r\nny.racked.com\r\nny1.com\r\nnyack.patch.com\r\nnyblueprint.com\r\nnybooks.com\r\nnycaviation.com\r\nnydailynews.com\r\nnymag.com\r\nnypost.com\r\nnypress.com\r\nnytimes.com\r\nnyulocal.com\r\nnyunews.com\r\nnzcatholic.org.nz\r\nnzdoctor.co.nz\r\nnzherald.co.nz\r\noakdale.patch.com\r\noakforest.patch.com\r\noaklandtownship.patch.com\r\noaklawn.patch.com\r\noakpark.patch.com\r\noakridger.com\r\noakton.patch.com\r\noakville.patch.com\r\noaoa.com\r\nobama.net\r\nobrag.org\r\nobserver.com\r\nobservernews.net\r\nobserver-reporter.com\r\nobservertoday.com\r\nobsessedwithfilm.com\r\nocala.com\r\noceancity.patch.com\r\nocolly.com\r\nocolympian.com\r\noconee.patch.com\r\nocregister.com\r\nodenton.patch.com\r\nodt.co.nz\r\nodwyerpr.com\r\noecumene.radiovaticana.org\r\nofallon.patch.com\r\nofficer.com\r\noffthebench.nbcsports.com\r\nofwnow.com\r\noheraldo.in\r\nohio.com\r\nohmidog.com\r\nohmygov.com\r\nohthescandal.com\r\noilandgasinvestor.com\r\noilandglory.foreignpolicy.com\r\noilweek.com\r\nok.co.uk\r\nokmagazine.com\r\noldnortheast.patch.com\r\noleantimesherald.com\r\nolneydailymail.com\r\nology.com\r\nomaha.com\r\noneidadispatch.com\r\nonenewsnow.com\r\nonenewspage.com\r\nonislam.net\r\nonlanka.com\r\nonline.worldmag.com\r\nonline.wsj.com\r\nonlineathens.com\r\nonlinejournal.com\r\nonlinenews.com.pk\r\nonlinenewswebsite.com\r\nonlineopinion.com.au\r\nonlinepoker.net\r\nonlinesentinel.com\r\nonlinesocialmedia.net\r\nonlygizmos.com\r\nonmilwaukee.com\r\nontheredcarpet.com\r\nonwallstreet.com\r\nopednews.com\r\nopen.salon.com\r\nopenchannel.msnbc.msn.com\r\nopendemocracy.net\r\nopensecrets.org\r\nopinion.globaltimes.cn\r\nopinion.inquirer.net\r\nopinion.latimes.com\r\nopinionator.blogs.nytimes.com\r\nopposingviews.com\r\nopride.com\r\norange.patch.com\r\noregoncatalyst.com\r\noregoncommentator.com\r\noregonlive.com\r\norigin.11alive.com\r\noriginal.antiwar.com\r\noriongazette.com\r\norissadiary.com\r\norlandosentinel.com\r\norlandpark.patch.com\r\norland-press-register.com\r\norovillemr.com\r\nosadvertiser.co.uk\r\nosundefender.org\r\noswego.patch.com\r\nottawacitizen.com\r\nottawasun.com\r\noudaily.com\r\nourmidland.com\r\noutdoorlife.com\r\noverthelimitentertainment.com\r\nowensoundsuntimes.com\r\nowingsmills.patch.com\r\noxford-ct.patch.com\r\noxfordmail.co.uk\r\noxfordpress.com\r\noxfordreview.com\r\noyetimes.com\r\nozarksfirst.com\r\nozute.com\r\npacifica.patch.com\r\npacificfreepress.com\r\npacificpalisades.patch.com\r\npaducahsun.com\r\npaherald.sk.ca\r\npaidcontent.co.uk\r\npajamasmedia.com\r\npak1stanfirst.com\r\npakistanchristianpost.com\r\npakistaniat.com\r\npakistankakhudahafiz.com\r\npakistanpatriot.com\r\npakistantimes.net\r\npakobserver.net\r\npaktribune.com\r\npakwatan.com\r\npalatine.patch.com\r\npalebluenews.co.uk\r\npalestinechronicle.com\r\npalestineherald.com\r\npalestinenote.com\r\npalisadeshudson.com\r\npal-item.com\r\npalmbeachdailynews.com\r\npalmbeachpost.com\r\npalmdesert.patch.com\r\npalmer.patch.com\r\npaloalto.patch.com\r\npaloaltoonline.com\r\npalos.patch.com\r\npaltelegraph.com\r\npanapress.com\r\npanarmenian.net\r\npanorama.am\r\npantagraph.com\r\nparadisepost.com\r\nparagoulddailypress.com\r\nparamus.patch.com\r\nparamuspost.com\r\nparentdish.com\r\nparkeschampionpost.com.au\r\nparkrapidsenterprise.com\r\nparkslope.patch.com\r\nparkville.patch.com\r\nparramattasun.com.au\r\nparsippany.patch.com\r\npasadena.patch.com\r\npasadenastarnews.com\r\npastemagazine.com\r\npatchogue.patch.com\r\npatheos.com\r\npatriotledger.com\r\npatriotpost.us\r\npattayadailynews.com\r\npattayamail.com\r\npaulsvalleydailydemocrat.com\r\npbn.com\r\npbpulse.com\r\npbs.org\r\npcadvisor.co.uk\r\npcauthority.com.au\r\npcccourier.com\r\npcmag.com\r\npctonline.com\r\npcworld.co.nz\r\npcworld.com\r\npcworld.idg.com.au\r\npda.euronews.net\r\npe.com\r\npeabody.patch.com\r\npeacenow.org\r\npeachtreecorners.patch.com\r\npearlriver.patch.com\r\npedestrian.tv\r\npegasusnews.com\r\npekintimes.com\r\npelham.patch.com\r\npendletoday.co.uk\r\npenfieldpost.com\r\npeninsulaclarion.com\r\npeninsuladailynews.com\r\npeninsulaweekly.com.au\r\npenipress.com\r\npennlive.com\r\npenrithstar.com.au\r\npeople.com\r\npeople-press.org\r\npeoplesworld.org\r\npeoplewithvoices.com\r\npepperdine-graphic.com\r\nperezhilton.com\r\nperiscopepost.com\r\nperkiomenvalley.patch.com\r\npersonalliberty.com\r\nperthnow.com.au\r\npetaluma.patch.com\r\npetaluma360.com\r\npeterboroughtoday.co.uk\r\npeterleemail.co.uk\r\npeters.patch.com\r\npetersfieldpost.co.uk\r\npetoskeynews.com\r\npetroleum-economist.com\r\npewglobal.org\r\npewresearch.org\r\npharmpro.com\r\npheedo.msnbc.msn.com\r\nphilanthropy.com\r\nphilebrity.com\r\nphilly.com\r\nphilly.sbnation.com\r\nphillyburbs.com\r\nphillysportsdaily.com\r\nphilstar.com\r\nphnompenhpost.com\r\nphonesreview.co.uk\r\nphotoblog.msnbc.msn.com\r\nphotogallery.indiatimes.com\r\nphotogallery.thestar.com\r\nphotos.al.com\r\nphotos.denverpost.com\r\nphotos.mlive.com\r\nphotos.nj.com\r\nphotos.nola.com\r\nphotos.pennlive.com\r\nphotos.syracuse.com\r\nphuketgazette.net\r\nphuketwan.com\r\nphysorg.com\r\npia.gov.ph\r\npicayuneitem.com\r\npiedmont.patch.com\r\npiercecountyherald.com\r\npiersmorgan.blogs.cnn.com\r\npikesville.patch.com\r\npinole.patch.com\r\npioneerlocal.com\r\npionline.com\r\npiratefm.co.uk\r\npittsburgh.sbnation.com\r\npittsburghlive.com\r\npjstar.com\r\nplainfield.patch.com\r\nplainview.patch.com\r\nplanetbollywood.com\r\nplanetsave.com\r\nplantcity2.tbo.com\r\nplastemart.com\r\nplatts.com\r\nplayerpress.com\r\npleasanton.patch.com\r\npleasantville.patch.com\r\npluggd.in\r\nplum-oakmont.patch.com\r\nplymouth.patch.com\r\npmnewsnigeria.com\r\npnj.com\r\npnosker.com\r\npntoday.com\r\npntonline.com\r\npnwlocalnews.com\r\npobonline.com\r\npocket-lint.com\r\npocklingtonpost.co.uk\r\npocononews.net\r\npoconorecord.com\r\npoder360.com\r\npointoflaw.com\r\npointpleasant.patch.com\r\npoland.pl\r\npolhudson.lohudblogs.com\r\npoliceone.com\r\npolisat.com\r\npoliticalhumor.about.com\r\npoliticallyillustrated.com\r\npoliticalticker.blogs.cnn.com\r\npoliticmo.com\r\npolitico.com\r\npolitics.blogs.foxnews.com\r\npolitics.co.uk\r\npolitics.foxnews.mobi\r\npolitics.gather.com\r\npoliticspa.com\r\npoliticsweb.co.za\r\npolitifact.com\r\npontiacdailyleader.com\r\npopbytes.com\r\npopcrush.com\r\npopdust.com\r\npopeater.com\r\npopmatters.com\r\npopsci.com\r\npopstar.com\r\npopstoptv.com\r\npopsugar.com\r\npopularmechanics.com\r\npopwatch.ew.com\r\nporknetwork.com\r\nportagedailygraphic.com\r\nportclintonnewsherald.com\r\nportfolio.com\r\nportjefferson.patch.com\r\nportland.wcsh6.com\r\nportlandtribune.com\r\nportlincolntimes.com.au\r\nportnews.com.au\r\nportsmouth.co.uk\r\nportsmouth.patch.com\r\nportstephensexaminer.com.au\r\nportwashington.patch.com\r\npostandcourier.com\r\npostbulletin.com\r\npostchronicle.com\r\npostcrescent.com\r\npost-gazette.com\r\npostindependent.com\r\npost-journal.com\r\npostonpolitics.com\r\npostsouth.com\r\npoststar.com\r\npoststarnews.com\r\nposttrib.suntimes.com\r\npostzambia.com\r\npotomac.patch.com\r\npottsmerc.com\r\npoughkeepsiejournal.com\r\npoundmag.com\r\npoway.patch.com\r\npowdersprings.patch.com\r\npowerlineblog.com\r\npowerwall.msnbc.msn.com\r\npoynter.org\r\nppc-news.com\r\npraguemonitor.com\r\npraguepost.com\r\npratttribune.com\r\npr-canada.net\r\nprcarbon.com\r\nprescottenews.com\r\npressandguide.com\r\npressandjournal.co.uk\r\npress-citizen.com\r\npressconnects.com\r\npressdemocrat.com\r\npresseurop.eu\r\npressgazette.co.uk\r\npressherald.com\r\npressmentor.com\r\npressreleasenetwork.com\r\npressrepublican.com\r\npresstelegram.com\r\npresstv.ir\r\nprestowitz.foreignpolicy.com\r\npretorianews.co.za\r\npreview.bviplatinum.com\r\npri.org\r\nprimaryignition.com\r\nprinceton.patch.com\r\nprint.dailymirror.lk\r\nprlog.org\r\nprmac.com\r\nprnewschannel.com\r\nprnewswire.com\r\npro8news.com\r\nprobasketballnews.com\r\nproduct-reviews.net\r\nprofit.ndtv.com\r\nprofootballtalk.nbcsports.com\r\nprogolftalk.nbcsports.com\r\nprogressillinois.com\r\nprogress-index.com\r\nprogressive.org\r\nprojectqatlanta.com\r\nprojects.ajc.com\r\nproject-syndicate.org\r\nprojo.com\r\npropagandistmag.com\r\npropertycasualty360.com\r\npropublica.org\r\nprospect.org\r\nprospectheights.patch.com\r\nprowrestling.com\r\nprowrestling.net\r\npr-usa.net\r\nprweb.com\r\nprweek.com\r\nprweekus.com\r\nprwire.com.au\r\npsfk.com\r\npsucollegio.com\r\npsxextreme.com\r\npsychcentral.com\r\nptleader.com\r\npublicbroadcasting.net\r\npublicopiniononline.com\r\npublicservice.co.uk\r\npublicserviceeurope.com\r\npublishersmarketplace.com\r\npubrecord.org\r\npulaskicountydaily.com\r\npulse.ncpolicywatch.org\r\npunchlinemagazine.com\r\npunchng.com\r\npundit.co.nz\r\npunemirror.in\r\npunjabnewsline.com\r\npurdueexponent.org\r\npurecontent.com\r\npurplerevolver.com\r\npwtorch.com\r\nqcsunonline.com\r\nqctimes.com\r\nqgazette.com\r\nqt.com.au\r\nquchronicle.com\r\nqueenscourier.com\r\nqueenstribune.com\r\nqueerty.com\r\nrabble.ca\r\nradaronline.com\r\nradioaustralia.net.au\r\nradioaustralianews.net.au\r\nradioboston.wbur.org\r\nradiofiji.com.fj\r\nradio-info.com\r\nradioink.com\r\nradioiowa.com\r\nradionz.co.nz\r\nradiovop.com\r\nradnor.patch.com\r\nrafu.com\r\nraisingzona.com\r\nraleightelegram.com\r\nramona.patch.com\r\nranchobernardo.patch.com\r\nranchopalosverdes.patch.com\r\nranchosantamargarita.patch.com\r\nrapfix.mtv.com\r\nrapidcityjournal.com\r\nrap-up.com\r\nraxanreeb.com\r\nrbth.ru\r\nrcpmag.com\r\nrdmag.com\r\nreachoutjobsearch.com\r\nreading.patch.com\r\nreadingeagle.com\r\nreadthehook.com\r\nreadthehorn.com\r\nreadwriteweb.com\r\nrealaspen.com\r\nrealbollywood.com\r\nrealclearpolitics.com\r\nrealclearsports.com\r\nrealitytvworld.com\r\nrealscreen.com\r\nrealtruth.org\r\nrealvail.com\r\nreason.com\r\nrecordcourier.com\r\nrecord-eagle.com\r\nrecorder.ca\r\nrecorderonline.com\r\nrecordherald.com\r\nrecordnet.com\r\nrecordonline.com\r\nrecordpub.com\r\nredandblack.com\r\nredbank.patch.com\r\nredbankgreen.com\r\nredding.com\r\nreddingnewsreview.com\r\nredeyechicago.com\r\nredgreenandblue.org\r\nrediff.com\r\nredlandsdailyfacts.com\r\nredmond.patch.com\r\nredondobeach.patch.com\r\nredorbit.com\r\nredpepper.org.uk\r\nredstate.com\r\nredwoodcity.patch.com\r\nredwoodfallsgazette.com\r\nreelmovienews.com\r\nreflector.com\r\nreformer.com\r\nregistan.net\r\nregisterguard.com\r\nregisterherald.com\r\nregister-herald.com\r\nregister-news.com\r\nreisterstown.patch.com\r\nreligion.blogs.cnn.com\r\nreligionblog.dallasnews.com\r\nreligiondispatches.org\r\nremindernews.com\r\nrenewamerica.com\r\nrenton.patch.com\r\nrep-am.com\r\nreporterherald.com\r\nreporternews.com\r\nreporter-times.com\r\nrepublicanherald.com\r\nresourceinvestingnews.com\r\nresourceinvestor.com\r\nresourcenation.com\r\nreston.patch.com\r\nretfordtoday.co.uk\r\nreuters.com\r\nreverejournal.com\r\nreviewatlas.com\r\nreviewnepal.com\r\nreviewonline.com\r\nrfa.org\r\nrferl.org\r\nrgj.com\r\nrichmondregister.com\r\nricks.foreignpolicy.com\r\nridgecrestca.com\r\nridgewood.patch.com\r\nrightsidenews.com\r\nringsidereport.com\r\nripleyandheanornews.co.uk\r\nripongazette.co.uk\r\nriskwatchdog.com\r\nriverdalepark.patch.com\r\nriverdalepress.com\r\nriverdell.patch.com\r\nriverhead.patch.com\r\nrivertowns.patch.com\r\nrnw.nl\r\nroanoke.com\r\nrobot6.comicbookresources.com\r\nrobotceleb.com\r\nrochester.edu\r\nrochester.patch.com\r\nrochestercitynewspaper.com\r\nrockland.lohudblogs.com\r\nrocktownweekly.com\r\nrockville.patch.com\r\nrockvillecentre.patch.com\r\nrockwallheraldbanner.com\r\nrockymounttelegram.com\r\nrocnow.com\r\nrohnertpark.patch.com\r\nrollcall.com\r\nrollingstone.com\r\nromenews-tribune.com\r\nromeobserver.com\r\nromeoville.patch.com\r\nromseyadvertiser.co.uk\r\nropeofsilicon.com\r\nrosehill.patch.com\r\nrosemont.patch.com\r\nrosemount.patch.com\r\nrosevillept.com\r\nroswell.patch.com\r\nrothkopf.foreignpolicy.com\r\nroubini.com\r\nroundhaytoday.co.uk\r\nroxborough.patch.com\r\nroxbydownssun.com.au\r\nroyalgazette.com\r\nroyaloak.patch.com\r\nroyalpurplenews.com\r\nrrdailyherald.com\r\nrrstar.com\r\nrss.cnn.com\r\nrt.com\r\nrte.ie\r\nrthk.org.hk\r\nrtn.asia\r\nrttnews.com\r\nrudaw.net\r\nrumbunter.com\r\nrumson.patch.com\r\nrushlimbaugh.com\r\nrushprnews.com\r\nrutherford.org\r\nrutland-times.co.uk\r\nrye.patch.com\r\nryeandbattleobserver.co.uk\r\nsabanews.net\r\nsabotagetimes.com\r\nsacbee.com\r\nsachem.patch.com\r\nsacramentopress.com\r\nsacurrent.com\r\nsafm.com.au\r\nsahilonline.org\r\nsaigon-gpdaily.com.vn\r\nsaipantribune.com\r\nsalem.patch.com\r\nsalemnews.com\r\nsalem-news.com\r\nsalemnews.net\r\nsalina.com\r\nsaline-milan.patch.com\r\nsalisbury.patch.com\r\nsalisburypost.com\r\nsaljournal.com\r\nsalon.com\r\nsamarnews.com\r\nsamessenger.com\r\nsammamish.patch.com\r\nsananews.net\r\nsandiego.com\r\nsandiego6.com\r\nsandiegoreader.com\r\nsandmountainreporter.com\r\nsanduskyregister.com\r\nsandysprings.patch.com\r\nsanfernandosun.com\r\nsanfordherald.com\r\nsanfranciscosentinel.com\r\nsanjuancapistrano.patch.com\r\nsanleandro.patch.com\r\nsanlorenzo.patch.com\r\nsanluisobispo.com\r\nsanmarcosrecord.com\r\nsanmarino.patch.com\r\nsanmateo.patch.com\r\nsanrafael.patch.com\r\nsanramon.patch.com\r\nsantacruz.patch.com\r\nsantacruzsentinel.com\r\nsantamariatimes.com\r\nsantamonica.patch.com\r\nsantamonicadispatch.com\r\nsantee.patch.com\r\nsarasota.patch.com\r\nsaratogian.com\r\nsaskatoon.ctv.ca\r\nsaskatoonhomepage.ca\r\nsatirewire.com\r\nsatiricalpolitical.com\r\nsaudigazette.com.sa\r\nsaultthisweek.com\r\nsavage-guilford.patch.com\r\nsavannahnow.com\r\nsavannahtribune.com\r\nsavings.com\r\nsayville.patch.com\r\nsbcbaptistpress.org\r\nsbindependent.org\r\nsbnation.com\r\nsbpress.com\r\nsbrforum.com\r\nsbs.com.au\r\nsbsun.com\r\nscaddistrict.com\r\nscallywagandvagabond.com\r\nscarborougheveningnews.co.uk\r\nscarsdale.patch.com\r\nscholarsandrogues.com\r\nschoollibraryjournal.com\r\nschriever.af.mil\r\nscience20.com\r\nscienceblogs.com\r\nscientificamerican.com\r\nscitech.foxnews.mobi\r\nscmagazineus.com\r\nscntx.com\r\nsconews.co.uk\r\nscoop.co.nz\r\nscopeblog.stanford.edu\r\nscotchplains.patch.com\r\nscotscoop.com\r\nscotsman.com\r\nscoutmagazine.ca\r\nscpr.org\r\nscreened.com\r\nscreenjunkies.com\r\nscreenrant.com\r\nscrippsnews.com\r\nscsun-news.com\r\nsctimes.com\r\nsddt.com\r\nsdentertainer.com\r\nseacoastonline.com\r\nseacrofttoday.co.uk\r\nseaforthhuronexpositor.com\r\nsealynews.com\r\nsearch.japantimes.co.jp\r\nsearchengineland.com\r\nseattle.sbnation.com\r\nseattlemedium.com\r\nseattlepi.com\r\nseattletimes.nwsource.com\r\nsecurecomputing.net.au\r\nsecurity.cbronline.com\r\nsecurityaccess.com.au\r\nsecuritydirectornews.com\r\nsecurityinfowatch.com\r\nsecuritymanagement.com\r\nsecuritynewsdaily.com\r\nseedol.com\r\nseekingalpha.com\r\nseguingazette.com\r\nselbytimes.co.uk\r\nself-catering-breaks.com\r\nselkirkjournal.com\r\nselmatimesjournal.com\r\nsemissourian.com\r\nsend2press.com\r\nsend2pressnewswire.com\r\nsentinelsource.com\r\nsentinel-standard.com\r\nseroundtable.com\r\nservices.edp24.co.uk\r\nsetimes.com\r\nsevendaysvt.com\r\nsevern.patch.com\r\nsewickley.patch.com\r\nseymourherald.com\r\nsfappeal.com\r\nsfbg.com\r\nsfexaminer.com\r\nsfgate.com\r\nsfist.com\r\nsfltimes.com\r\nsg.christianpost.com\r\nsgvtribune.com\r\nshadow.foreignpolicy.com\r\nshalomlife.com\r\nshanghaidaily.com\r\nshape.com\r\nsharecast.com\r\nsharon.patch.com\r\nsheboyganpress.com\r\nsheboygan-press.com\r\nsheffieldtelegraph.co.uk\r\nsheknows.com\r\nshelbycountyreporter.com\r\nshelbystar.com\r\nshelby-utica.patch.com\r\nshelton.patch.com\r\nshephard.co.uk\r\nsheppnews.com.au\r\nsherdog.com\r\nshermanoaks.patch.com\r\nsherwoodparknews.com\r\nshieldsgazette.com\r\nshinyshiny.tv\r\nshockya.com\r\nshorehamherald.co.uk\r\nshoreline.patch.com\r\nshorelinebeacon.com\r\nshorewood-il.patch.com\r\nshortnews.com\r\nshowbiz.peacefmonline.com\r\nshowbizspy.com\r\nshreveporttimes.com\r\nshrewsbury.net\r\nshropshirestar.com\r\nsi.com\r\nsickhop.com\r\nsierraexpressmedia.com\r\nsierramadre.patch.com\r\nsierrasun.com\r\nsiftingsherald.com\r\nsify.com\r\nsignalnews.com\r\nsignonsandiego.com\r\nsiliconindia.com\r\nsiliconrepublic.com\r\nsiliconvalley.com\r\nsilive.com\r\nsilverspring.patch.com\r\nsimsbury.patch.com\r\nsinhalaya.com\r\nsiouxcityjournal.com\r\n\r\nsiriusbuzz.com\r\nsiskiyoudaily.com\r\nsitrep.globalsecurity.org\r\nsj.farmonline.com.au\r\nsj-r.com\r\nskegnessstandard.co.uk\r\nsknvibes.com\r\nskokie.patch.com\r\nskyhidailynews.com\r\nskynews.com\r\nskynews.com.au\r\nskyport-heathrow.co.uk\r\nskyvalleychronicle.com\r\nsl.farmonline.com.au\r\nslashdot.org\r\nslashfilm.com\r\nslashgear.com\r\nslate.com\r\nslatest.slate.com\r\nsleafordstandard.co.uk\r\nsleepyeyenews.com\r\nsltrib.com\r\nsluggerotoole.com\r\nsmallbusiness.foxbusiness.com\r\nsmarthouse.com.au\r\nsmartmoney.com\r\nsmartoffice.com.au\r\nsmartplanet.com\r\nsmdailyjournal.com\r\nsmdp.com\r\nsmetimes.tradeindia.com\r\nsmh.com.au\r\nsmithtown.patch.com\r\nsmithtownradio.com\r\nsmmercury.com\r\nsmudailycampus.com\r\nsmudailymustang.com\r\nsmyrna.patch.com\r\nsnarkfood.com\r\nsnellville.patch.com\r\nsnohomishtimes.com\r\nsnponline.com\r\nsociable.co\r\nsocialbarrel.com\r\nsocialistalternative.org\r\nsocialistparty.org.uk\r\nsocialistresistance.org\r\nsocialistworker.co.uk\r\nsocialitelife.com\r\nsodahead.com\r\nsofiaecho.com\r\nsohh.com\r\nsojones.com\r\nsolariasun.com\r\nsolihullnews.net\r\nsolomonstarnews.com\r\nsolon.patch.com\r\nsomalilandpress.com\r\nsomd.com\r\nsomersetcountygazette.co.uk\r\nsomerville.patch.com\r\nsonoma.patch.com\r\nsooeveningnews.com\r\nsootoday.com\r\nsoulculture.co.uk\r\nsoundpolitics.com\r\nsoundspike.com\r\nsourcenewspapers.com\r\nsourcesecurity.com\r\nsouthampton.patch.com\r\nsouthbendtribune.com\r\nsouthbrunswick.patch.com\r\nsouthbury.patch.com\r\nsouthcoasttoday.com\r\nsouthcobb.patch.com\r\nsoutheast.patch.com\r\nsouthend.patch.com\r\nsouthendstandard.co.uk\r\nsouthernpoliticalreport.com\r\nsouthington.patch.com\r\nsouthjerseylocalnews.com\r\nsouthkingstown.patch.com\r\nsouthkoreanews.net\r\nsouthlaketimes.com\r\nsouthorange.patch.com\r\nsouthpasadena.patch.com\r\nsouthportvisiter.co.uk\r\nsouthsanfrancisco.patch.com\r\nsouthtampa.wtsp.com\r\nsouthtownstar.suntimes.com\r\nsouthwalesargus.co.uk\r\nsouthwalesguardian.co.uk\r\nsouthwestiowanews.com\r\nsouthwhitehall.patch.com\r\nsouthyorkshiretimes.co.uk\r\nsowetanlive.co.za\r\nspace.com\r\nspaceflightnow.com\r\nspacenews.com\r\nspaldingtoday.co.uk\r\nspamfighter.com\r\nspecial.registerguard.com\r\nspecials.msn.com\r\nspectator.co.uk\r\nspectator.org\r\nspectator.sme.sk\r\nspectatornews.com\r\nspenboroughguardian.co.uk\r\nsperoforum.com\r\nspiceislander.com\r\nspicezee.zeenews.com\r\nspiegel.de\r\nspinner.com\r\nspinport.com\r\nspokesman.com\r\nspooftimes.com\r\nsportingalert.com\r\nsportingnews.com\r\nsports.espn.go.com\r\nsports.gather.com\r\nsports.peacefmonline.com\r\nsports.yahoo.com\r\nsportsblogs.star-telegram.com\r\nsportsbookgurus.com\r\nsportsfanlive.com\r\nsportsgrid.com\r\nsportsillustrated.cnn.com\r\nsportsnet.ca\r\nspringfield.patch.com\r\nspringfieldnewssun.com\r\nsprucegroveexaminer.com\r\nsrilankaguardian.org\r\nsrpressgazette.com\r\nsta.si\r\nstabroeknews.com\r\nstageselect.com\r\nstamford.patch.com\r\nstamfordadvocate.com\r\nstamfordmercury.co.uk\r\nstandard.net\r\nstandard.net.au\r\nstandard-journal.com\r\nstandardmedia.co.ke\r\nstandardnewswire.com\r\nstandardspeaker.com\r\nstanford.edu\r\nstanforddaily.com\r\nstaradvertiser.com\r\nstarafrica.com\r\nstarcasm.net\r\nstarcourier.com\r\nstargazette.com\r\nstarherald.net\r\nstar-magazine.co.uk\r\nstarnewsonline.com\r\nstarpulse.com\r\nstarsentertainment.com\r\nstar-telegram.com\r\nstartribune.com\r\nstarvalleyindependent.com\r\nstarzlife.com\r\nstatebillnews.com\r\nstatecollege.com\r\nstatejournal.com\r\nstate-journal.com\r\nstatenews.com\r\nstatenisland.ny1.com\r\nstateofsearch.com\r\nstatepress.com\r\nstatesman.com\r\nstatesmanjournal.com\r\nstaugustine.com\r\nstawelltimes.com.au\r\nstcatharinesstandard.ca\r\nstclairshores.patch.com\r\nstcloud.injuryboard.com\r\nsteelersdepot.com\r\nsteelguru.com\r\nsteubencourier.com\r\nstevenspointjournal.com\r\nstgeorges.co.uk\r\nstgnews.com\r\nsthelensreporter.co.uk\r\nsthelensstar.co.uk\r\nstjamesnews.com\r\nstkarnick.com\r\nstlamerican.com\r\nstlbeacon.org\r\nstljewishlight.com\r\nstlouis.cbslocal.com\r\nstlouis.sbnation.com\r\nstlouispark.patch.com\r\nstlouisreview.com\r\nstltoday.com\r\nstmichael.patch.com\r\nstnonline.com\r\nstockhouse.com\r\nstockmarketsreview.com\r\nstockticktock.com\r\nstoneham.patch.com\r\nstonemountain.patch.com\r\nstoneycreeknews.com\r\nstoptheaclu.com\r\nstory.albuquerqueexpress.com\r\nstory.argentinastar.com\r\nstory.birminghamstar.com\r\nstory.malaysiasun.com\r\nstoughton.patch.com\r\nstow.patch.com\r\nstraight.com\r\nstraightgoods.ca\r\nstraitstimes.com\r\nstrategicsourceror.com\r\nstrategypage.com\r\nstratford.patch.com\r\nstratfordbeaconherald.com\r\nstrathroyagedispatch.com\r\nstreetinsider.com\r\nstripes.com\r\nstrongsville.patch.com\r\nstudentprintz.com\r\nstudiocity.patch.com\r\nstuff.co.nz\r\nsturgisjournal.com\r\nstuttgartdailyleader.com\r\nstylecaster.com\r\nsuburban.gmnews.com\r\nsubwaysquawkers.blogspot.com\r\nsudantribune.com\r\nsudbury.patch.com\r\nsuffield.patch.com\r\nsuffolkfreepress.co.uk\r\nsuffolknewsherald.com\r\nsuffolktimes.timesreview.com\r\nsuisuncity.patch.com\r\nsuite101.com\r\nsulphurdailynews.com\r\nsummit.patch.com\r\nsummitdaily.com\r\nsunatimes.com\r\nsundaygazettemail.com\r\nsundaymercury.net\r\nsundayobserver.lk\r\nsundaysun.co.uk\r\nsundayszaman.com\r\nsundaytimes.lk\r\nsundaytribune.co.za\r\nsundayworld.co.za\r\nsunderlandecho.com\r\nsundial.csun.edu\r\nsunherald.com\r\nsunnewsonline.com\r\nsun-sentinel.com\r\nsunshinecoastdaily.com.au\r\nsunshinestatenews.com\r\nsunstar.com.ph\r\nsuntimes.com\r\nsupergoodmovies.com\r\nsuperiortelegram.com\r\nsupplychaindigital.com\r\nsure-start.com\r\nsurgar.net\r\nsurreyherald.co.uk\r\nsu-spectator.com\r\nsussexcountian.com\r\nsussexexpress.co.uk\r\nsuwanee.patch.com\r\nsuwanneedemocrat.com\r\nsvherald.com\r\nswampland.time.com\r\nswampscott.patch.com\r\nswcbulletin.com\r\nswedishwire.com\r\nswissinfo.ch\r\nswitzer.com.au\r\nswnewsherald.com\r\nswns.com\r\nswp.ie\r\nswtimes.com\r\nswxrightnow.com\r\nsync-blog.com\r\nsyosset.patch.com\r\nsyracuse.com\r\nsys-con.com\r\nsyvnews.com\r\nt2conline.com\r\nt3.com\r\ntabletmag.com\r\ntadias.com\r\ntaftmidwaydriller.com\r\ntahlequahdailypress.com\r\ntahoebonanza.com\r\ntahoedailytribune.com\r\ntaimionline.com\r\ntaipeitimes.com\r\ntaiwannews.com.tw\r\ntake40.com\r\ntakepart.com\r\ntakomapark.patch.com\r\ntalkradionews.com\r\ntalksport.co.uk\r\ntalkzimbabwe.com\r\ntallahassee.com\r\ntalonmarks.com\r\ntampabay.com\r\ntamunews.tamu.edu\r\ntasteofcountry.com\r\ntauntongazette.com\r\ntbd.com\r\ntbnewswatch.com\r\ntbnweekly.com\r\ntboextra.com\r\ntcdailyplanet.net\r\ntcf.org\r\ntcnewsnet.com\r\ntcpalm.com\r\ntdn.com\r\ntdtnews.com\r\nteaneck.patch.com\r\ntecca.com\r\ntech.blorge.com\r\ntech.fortune.cnn.com\r\ntech.mit.edu\r\ntech2.in.com\r\ntechblog.dallasnews.com\r\ntechcentral.ie\r\ntechcircle.vccircle.com\r\ntechcrunch.com\r\ntechday.co.nz\r\ntechdigest.tv\r\ntecheye.net\r\ntechinsider.nextgov.com\r\ntechjournalsouth.com\r\ntechland.time.com\r\ntechnewsdaily.com\r\ntechnicianonline.com\r\ntechnolog.msnbc.msn.com\r\ntechnologizer.com\r\ntechnology.canoe.ca\r\ntechnology.gather.com\r\ntechnology.iafrica.com\r\ntechnology.inquirer.net\r\ntechnology-digital.com\r\ntechnorati.com\r\ntechnosailor.com\r\ntechworld.com.au\r\ntehelka.com\r\ntehrantimes.com\r\ntelegram.com\r\ntelegraph.co.uk\r\ntelegraphindia.com\r\ntelegraphnepal.com\r\ntelevision.gearlive.com\r\ntelevisionbroadcast.com\r\ntelluridenews.com\r\ntelugu.16reels.com\r\ntemecula.patch.com\r\ntempo.com.ph\r\ntengossip.com\r\ntennessean.com\r\ntenterfieldstar.com.au\r\ntest.thewolf.co.uk\r\nteutopolispress.com\r\ntewksbury.patch.com\r\ntexasgopvote.com\r\ntexasinsider.org\r\ntexastribune.org\r\nt-g.com\r\ntgdaily.com\r\nthametoday.co.uk\r\nthanhniennews.com\r\nthe33tv.com\r\nthe420times.com\r\ntheadvertiser.com\r\ntheafricareport.com\r\ntheage.com.au\r\ntheamericanmuslim.org\r\ntheapexherald.com\r\ntheargus.co.uk\r\ntheatlantic.com\r\ntheatlanticwire.com\r\ntheaustralian.com.au\r\ntheaustralianeye.com\r\nthebahamasweekly.com\r\nthebarrieexaminer.com\r\nthebatt.com\r\nthebaynet.com\r\nthebiglead.com\r\ntheboltonnews.co.uk\r\ntheboombox.com\r\ntheboot.com\r\ntheborneopost.com\r\nthebostonchannel.com\r\nthebottomline.as.ucsb.edu\r\nthebqb.com\r\nthebradentontimes.com\r\nthebraziltimes.com\r\nthebull.com.au\r\nthebusinessage.com\r\nthebusinessjournal.com\r\nthecabin.net\r\nthecable.foreignpolicy.com\r\nthecalifornian.com\r\nthecandor.com\r\nthecarconnection.com\r\nthecaucus.blogs.nytimes.com\r\nthecelebritycafe.com\r\nthecharlottepost.com\r\nthechart.blogs.cnn.com\r\nthecheapseats.ca\r\nthechronicle.com.au\r\nthechronicleherald.ca\r\nthechronicle-online.com\r\nthecitizen.co.tz\r\nthecitizen.com\r\nthecityweekly.com.au\r\nthecitywire.com\r\nthecorsaironline.com\r\nthecourier.co.uk\r\nthecourier.com.au\r\nthecrimson.com\r\nthecypresstimes.com\r\nthedahloneganugget.com\r\nthedailyaztec.com\r\nthedailybeast.com\r\nthedailycougar.com\r\nthedailyeaston.com\r\nthedailyfairfield.com\r\nthedailygrind.com.au\r\nthedailyjournal.com\r\nthedailylight.com\r\nthedailymail.net\r\nthedailymaverick.co.za\r\nthedailynewcanaan.com\r\nthedailynewsegypt.com\r\nthedailynewsonline.com\r\nthedailypage.com\r\nthedailyrecord.com\r\nthe-daily-record.com\r\nthedailyreporter.com\r\nthedailyreview.com\r\nthedailysentinel.com\r\nthedailysound.com\r\nthedailystamford.com\r\nthedailystar.com\r\nthedailystar.net\r\nthedailytimes.com\r\nthedailyvoice.com\r\nthedailyweston.com\r\nthedailyworld.com\r\nthedaonline.com\r\nthedartmouth.com\r\ntheday.com\r\nthedeadbolt.com\r\nthedenverchannel.com\r\nthedenverdailynews.com\r\nthedepauw.com\r\nthedestinlog.com\r\nthedickinsonpress.com\r\nthe-diplomat.com\r\nthe-dispatch.com\r\nthedmonline.com\r\nthedrum.co.uk\r\ntheeagle.com\r\ntheeastafrican.co.ke\r\ntheenergycollective.com\r\ntheepochtimes.com\r\nthefastertimes.com\r\nthefilmpilgrim.com\r\nthefilmstage.com\r\nthefinancialexpress-bd.com\r\nthefirstpost.co.uk\r\ntheflindersnews.com.au\r\ntheforeigner.no\r\nthefranchisehound.com\r\nthefrisky.com\r\nthefrontierpost.com\r\nthegamingvault.com\r\ntheglobeandmail.com\r\nthegovmonitor.com\r\nthegranbys.patch.com\r\nthegrio.com\r\ntheguardian.pe.ca\r\ntheguardianonline.com\r\nthegurdontimes.com\r\nthehccrusader.com\r\ntheherald.com.au\r\nthehill.com\r\nthehimalayantimes.com\r\nthehindu.com\r\nthehindubusinessline.com\r\nthehollywoodgossip.com\r\nthehostingnews.com\r\nthehoya.com\r\ntheimproper.com\r\ntheindependent.ca\r\ntheindependent.com\r\ntheindychannel.com\r\ntheinquirer.net\r\ntheinsider.com\r\ntheintelligencer.net\r\ntheislanderonline.com.au\r\ntheisraelproject.org\r\ntheitem.com\r\ntheithacajournal.com\r\nthejakartaglobe.com\r\nthejakartapost.com\r\nthejambar.com\r\nthejc.com\r\nthejewishweek.com\r\nthejournal.ie\r\nthekansan.com\r\ntheknoxvillejournal.com\r\nthelaf.com\r\ntheland.farmonline.com.au\r\nthelantern.com\r\nthelastword.msnbc.msn.com\r\nthe-leader.com\r\ntheleader.com.au\r\nthe-leader.net\r\ntheleafchronicle.com\r\nthelede.blogs.nytimes.com\r\ntheledger.com\r\ntheleedsnews.net\r\nthelmagazine.com\r\nthelocal.de\r\nthelondondailynews.com\r\nthelondoner.ca\r\nthelostagency.wordpress.com\r\nthemalaysianinsider.com\r\nthemaneater.com\r\nthemarknews.com\r\nthemedialine.org\r\nthemediaonline.co.za\r\nthememriblog.org\r\nthemercury.co.za\r\nthemercury.com\r\nthemercury.com.au\r\ntheminaretonline.com\r\nthemoderatevoice.com\r\nthemonitor.com\r\nthemoralliberal.com\r\nthemorningbulletin.com.au\r\nthemorningsun.com\r\nthemoscownews.com\r\nthemoscowtimes.com\r\nthemountainmail.com\r\nthemovechannel.com\r\nthenation.com\r\nthenational.ae\r\nthenationonlineng.net\r\nthenewage.co.za\r\nthenewamerican.com\r\nthenewcivilrightsmovement.com\r\nthenewcurrent.com\r\nthenews.com.pk\r\nthenews.org\r\nthenews.pl\r\nthenewsgrind.com\r\nthe-news-leader.com\r\nthenews-messenger.com\r\nthenewsstar.com\r\nthenewstribune.com\r\nthenextweb.com\r\nthenorthernecho.co.uk\r\nthenorthwestern.com\r\ntheolympian.com\r\ntheoptionsinsider.com\r\ntheorion.com\r\ntheoutlookonline.com\r\nthepage.time.com\r\nthepakistaninewspaper.com\r\ntheparliament.com\r\nthepeninsulaqatar.com\r\nthepeoplesvoice.org\r\nthephoenix.com\r\nthepilot.com\r\nthepinetree.net\r\nthepinoy.net\r\nthepoke.co.uk\r\nthepost.co.za\r\nthepost.on.ca\r\ntheprovince.com\r\ntherainbowtimesmass.com\r\ntheramonline.com\r\nthereader.es\r\ntherealnews.com\r\ntherecord.com\r\ntherecordherald.com\r\ntherecordlive.com\r\ntheregister.co.uk\r\nthereporter.com\r\nthereporter.com.au\r\ntherepublic.com\r\ntheridgenews.com.au\r\ntherightperspective.org\r\ntherolladailynews.com\r\ntheroot.com\r\nthesatellite.com.au\r\nthescoopblog.dallasnews.com\r\nthescore.com\r\nthescore.ie\r\nthescotsman.scotsman.com\r\ntheshorthorn.com\r\nthe-signal.com\r\nthesilvertongueonline.com\r\nthesiuslawnews.com\r\nthesmokinggun.com\r\nthesop.org\r\nthesource.com\r\nthesouthern.com\r\nthespec.com\r\nthespectrum.com\r\nthespoof.com\r\nthesportsbank.net\r\nthespread.com\r\nthesqueeze.net\r\nthestamfordtimes.com\r\nthestandard.com.hk\r\nthestar.blogs.com\r\nthestar.co.uk\r\nthestar.co.za\r\nthestar.com\r\nthestar.com.my\r\nthestarphoenix.com\r\nthestarpress.com\r\nthestate.com\r\nthestatecolumn.com\r\nthestatesmanonline.com\r\nthestir.cafemom.com\r\nthestkittsnevisobserver.com\r\nthestreet.com\r\nthesuburbanite.com\r\nthesudburystar.com\r\nthesun.co.uk\r\nthesun.mobi\r\nthesunchronicle.com\r\nthesunnews.com\r\nthesunnews.net\r\nthesuntimes.com\r\nthesurvivorsclub.org\r\nthetakeaway.org\r\nthetandd.com\r\nthetechherald.com\r\nthetechtalk.org\r\nthetelegraph.com\r\nthetelegraphandargus.co.uk\r\nthetimesherald.com\r\nthetimesnews.com\r\nthetimesofnigeria.com\r\nthetimestribune.com\r\nthetimes-tribune.com\r\nthetowerlight.com\r\nthetowntalk.com\r\nthetrucker.com\r\nthetrumpet.com\r\nthetyee.ca\r\ntheunion.com\r\ntheuptake.org\r\ntheusdvista.com\r\nthevindicator.com\r\nthevine.com.au\r\nthevisitor.co.uk\r\ntheweatherspace.com\r\ntheweedblog.com\r\ntheweek.com\r\nthewesterlysun.com\r\nthewestsidegazette.com\r\nthewetumpkaherald.com\r\nthewhig.com\r\nthewhir.com\r\ntheworld.org\r\ntheworldlink.com\r\nthewrap.com\r\ntheyeshivaworld.com\r\ntheyoungturks.com\r\nthezimbabwemail.com\r\nthinkprogress.org\r\nthinksb.com\r\nthinq.co.uk\r\nthirdage.com\r\nthirdcoastdigest.com\r\nthirdfactor.com\r\nthiscantbehappening.net\r\nthisdaylive.com\r\nthisdishisvegetarian.com\r\nthisisbristol.co.uk\r\nthisisderbyshire.co.uk\r\nthisisfakediy.co.uk\r\nthisishampshire.net\r\nthisishullandeastriding.co.uk\r\nthisisleicestershire.co.uk\r\nthisislocallondon.co.uk\r\nthisislondon.co.uk\r\nthisismoney.co.uk\r\nthisisnottingham.co.uk\r\nthisisplymouth.co.uk\r\nthisissomerset.co.uk\r\nthisisstaffordshire.co.uk\r\nthisisthewestcountry.co.uk\r\nthonline.com\r\nthornegazette.co.uk\r\nthoughtleader.co.za\r\nthreatpost.com\r\nthreatswatch.org\r\nthyblackman.com\r\ntickerspy.com\r\nticklethewire.com\r\nticotimes.net\r\ntidewaternews.com\r\ntightpoker.com\r\ntillsonburgnews.com\r\ntime.com\r\ntimeoutchicagokids.com\r\ntimes.am\r\ntimes.spb.ru\r\ntimesandstar.co.uk\r\ntimesargus.com\r\ntimesbulletin.com\r\ntimescolonist.com\r\ntimesdaily.com\r\ntimesfreepress.com\r\ntimesgazette.com\r\ntimes-gazette.com\r\ntimes-georgian.com\r\ntimesherald.com\r\ntimes-herald.com\r\ntimesheraldonline.com\r\ntimesjournal.com\r\ntimesleader.com\r\ntimeslive.co.za\r\ntimes-news.com\r\ntimesnews.net\r\ntimesnow.tv\r\ntimesofassam.com\r\ntimesofindia.com\r\ntimesofindia.indiatimes.com\r\ntimesofmalta.com\r\ntimesonline.com\r\ntimesrecord.com\r\ntimesrecordnews.com\r\ntimesreporter.com\r\ntimesrepublican.com\r\ntimes-series.co.uk\r\ntimes-standard.com\r\ntimestranscript.canadaeast.com\r\ntimesunion.com\r\ntimeswv.com\r\ntimminspress.com\r\ntimminstimes.com\r\ntimonium.patch.com\r\ntinleypark.patch.com\r\ntitansized.com\r\ntmcnet.com\r\ntmnews.com\r\ntmz.com\r\ntnastars.com\r\ntnerd.com\r\ntnhonline.com\r\ntnooz.com\r\ntnr.com\r\ntntmagazine.com\r\ntoday.duke.edu\r\ntoday.gm\r\ntoday.msnbc.msn.com\r\ntodayonline.com\r\ntodaysthv.com\r\ntodaystmj4.com\r\ntodayszaman.com\r\ntodmordennews.co.uk\r\ntoledoblade.com\r\ntoledoonthemove.com\r\ntolerance.ca\r\ntolland.patch.com\r\ntomsguide.com\r\ntomsriver.patch.com\r\ntonawanda-news.com\r\ntonganoxiemirror.com\r\ntooeletranscript.com\r\ntoofab.com\r\ntopbuzznews.net\r\ntopnews.net.nz\r\ntopnewsreports.com\r\ntopsecretwriters.com\r\ntopstories.foxnews.mobi\r\ntoronto.ctv.ca\r\ntorontosun.com\r\ntorringtontelegram.com\r\ntotalfilmy.com\r\ntothecenter.com\r\ntowardfreedom.com\r\ntownhall.com\r\ntowson.patch.com\r\ntpmcafe.talkingpointsmemo.com\r\ntpmdc.talkingpointsmemo.com\r\ntracypress.com\r\ntradearabia.com\r\ntradershuddle.com\r\ntrading-point.com\r\ntradingroom.com.au\r\ntrain2game.com\r\ntranscontinental.com.au\r\ntransportationnation.org\r\ntravel.iafrica.com\r\ntravel.usatoday.com\r\ntravelagentcentral.com\r\ntravelmole.com\r\ntravelweekly.co.uk\r\ntrcbnews.com\r\ntreehugger.com\r\ntrenton.patch.com\r\ntrentonian.ca\r\ntrentonian.com\r\ntrib.com\r\ntribalfootball.com\r\ntribbleagency.com\r\ntribecatrib.com\r\ntriblocal.com\r\ntribstar.com\r\ntribtoday.com\r\ntribune.com.ng\r\ntribune.com.pk\r\ntribune242.com\r\ntribune-democrat.com\r\ntribune-georgian.com\r\ntribuneindia.com\r\ntribwekchron.com\r\ntri-cityherald.com\r\ntrinidadexpress.com\r\ntrinitytripod.com\r\ntri-parishtimes.com\r\ntripolipost.com\r\ntri-statedefenderonline.com\r\ntristatehomepage.com\r\ntristate-media.com\r\ntrivalleycentral.com\r\ntroymessenger.com\r\ntrust.org\r\ntruthdig.com\r\ntruthdive.com\r\ntruth-out.org\r\ntsn.ca\r\nttnews.com\r\ntucker.patch.com\r\ntucsoncitizen.com\r\ntucsonsentinel.com\r\ntucsonweekly.com\r\ntulareadvanceregister.com\r\ntullahomanews.com\r\ntulsabeacon.com\r\ntulsaworld.com\r\ntunedin.blogs.time.com\r\nturkishweekly.net\r\nturnto23.com\r\nturtlebay.foreignpolicy.com\r\ntuscaloosanews.com\r\ntv.com\r\ntv20detroit.com\r\ntv3.ie\r\ntvbythenumbers.zap2it.com\r\ntvgrapevine.com\r\ntvguide.com\r\ntvline.com\r\ntvnewsroom.co.uk\r\ntvnext.in\r\ntvnz.co.nz\r\ntvovermind.zap2it.com\r\ntvseriesfinale.com\r\ntvsquad.com\r\ntvtechnology.com\r\ntvweek.com\r\ntweaktown.com\r\ntweednews.com.au\r\ntweetsoup.com\r\ntwincities.com\r\ntwincountynews.com\r\ntwinsburg.patch.com\r\ntwinsburgbulletin.com\r\ntwirlit.com\r\ntwnpnews.com\r\ntwocircles.net\r\nu.tv\r\nubergizmo.com\r\nubpost.mongolnews.mn\r\nucdavis.edu\r\nudayton.edu\r\nugo.com\r\nugpulse.com\r\nuiargonaut.com\r\nuk.ibtimes.com\r\nuk.mobile.reuters.com\r\nuk.reuters.com\r\nukhumanrightsblog.com\r\nukiahdailyjournal.com\r\nuknetguide.co.uk\r\nukprogressive.co.uk\r\nulladullatimes.com.au\r\nummid.com\r\nun.org\r\nundercover.fm\r\nundertheradar.military.com\r\nundispatch.com\r\nunicornbooty.com\r\nunion-bulletin.com\r\nunioneagle.com\r\nunionleader.com\r\nunitedliberty.org\r\nuniversalsports.com\r\nuniverse.byu.edu\r\nuniversityplace.patch.com\r\nuniversityworldnews.com\r\nunric.org\r\nuoflcardgame.com\r\nupdatednews.ca\r\nupi.com\r\nupiasia.com\r\nupnorthlive.com\r\nupperdublin.patch.com\r\nuppermacungie.patch.com\r\nuppermarlboro.patch.com\r\nuppermichiganssource.com\r\nuppersouthampton.patch.com\r\nupperstclair.patch.com\r\nupressonline.com\r\nuprisingradio.org\r\nupstreamonline.com\r\nurbanacitizen.com\r\nurbannetwork.com\r\nus.foxnews.mobi\r\nus.generation-nt.com\r\nusa.mediamonitors.net\r\nusamarketnews.com\r\nusatoday.com\r\nuscatholic.org\r\nuselectionnews.org\r\nusgovinfo.about.com\r\nusliberals.about.com\r\nusmagazine.com\r\nusnews.com\r\nuspolitics.einnews.com\r\nutalkmarketing.com\r\nutdailybeacon.com\r\nuticaod.com\r\nuwyo.edu\r\nuxbridgegazette.co.uk\r\nv3.co.uk\r\nvadvert.co.uk\r\nvahi.patch.com\r\nvaildaily.com\r\nvalleyadvocate.com\r\nvalleycentral.com\r\nvalleynewslive.com\r\nvalleynewsonline.com\r\nvancouver.24hrs.ca\r\nvancouverite.com\r\nvancouverobserver.com\r\nvancouversun.com\r\nvanguardngr.com\r\nvanityfair.com\r\nvariety.com\r\nvator.tv\r\nvccircle.com\r\nvcstar.com\r\nvdare.com\r\nvegasinc.com\r\nvenezuelanalysis.com\r\nvenice.patch.com\r\nvenomstrikes.com\r\nventurebeat.com\r\nvermontcynic.com\r\nvernal.com\r\nvernon.patch.com\r\nverona.patch.com\r\nvertical-leap.co.uk\r\nverticalmag.com\r\nveryaware.com\r\nvestnikkavkaza.net\r\nvexnews.com\r\nvheadline.com\r\nvibeghana.com\r\nvictoriaadvocate.com\r\nvideo.pbs.org\r\nvideogamingpros.com\r\nvideos.kansascity.com\r\nvideos.mercedsunstar.com\r\nvideos.nj.com\r\nvideos.syracuse.com\r\nvienna.patch.com\r\nvindy.com\r\nvintoniowa.org\r\nvirginmedia.com\r\nvirtual-strategy.com\r\nvirtueonline.org\r\nvisaliatimesdelta.com\r\nvisayandailystar.com\r\nviscosimedia.com\r\nvision.org\r\nvisitpontiac.com\r\nvoanews.com\r\nvocm.com\r\nvoice.paly.net\r\nvoice-online.co.uk\r\nvoices.allthingsd.com\r\nvoices.nationaljournal.com\r\nvoltairenet.org\r\nvolunteertv.com\r\nvoorhees.sunne.ws\r\nvoxbikol.com\r\nvoxy.co.nz\r\nvpr.net\r\nvtdigger.org\r\nvulcanadvocate.com\r\nvvdailypress.com\r\nvw.vrvm.com\r\nwabi.tv\r\nwabusinessnews.com.au\r\nwafb.com\r\nwaff.com\r\nwagerrun.com\r\nwaginargus.com.au\r\nwahpetondailynews.com\r\nwaitingfornextyear.com\r\nwaka.com\r\nwakefield.patch.com\r\nwakefieldexpress.co.uk\r\nwakulla.com\r\nwalb.com\r\nwalchanewsonline.com.au\r\nwaleg.com\r\nwalesonline.co.uk\r\nwall.patch.com\r\nwalletpop.com\r\nwallowa.com\r\nwallstcheatsheet.com\r\nwallstreetdaily.com\r\nwallstreetpit.com\r\nwallstreetwindow.com\r\nwalnut.patch.com\r\nwalnutcreek.patch.com\r\nwalt.foreignpolicy.com\r\nwaltainfo.com\r\nwaltham.patch.com\r\nwaltonian.com\r\nwaltonsun.com\r\nwaltontribune.com\r\nwamu.org\r\nwandsworthguardian.co.uk\r\nwandtv.com\r\nwane.com\r\nwantagh.patch.com\r\nwaow.com\r\nwap.indystar.com\r\nwap.itn.co.uk\r\nwap.ksat.com\r\nwap.news.bigpond.com\r\nwap.wtvq.com\r\nwapt.com\r\nwarminster.patch.com\r\nwarnerrobinspatriot.com\r\nwarren.patch.com\r\nwarrenadvocate.com.au\r\nwarwickcourier.co.uk\r\nwarwickdailynews.com.au\r\nwasecacountynews.com\r\nwashburnreview.org\r\nwashingtonbanglaradio.com\r\nwashingtonblade.com\r\nwashingtoncitypaper.com\r\nwashingtonexaminer.com\r\nwashingtonian.com\r\nwashingtonindependent.com\r\nwashingtonpost.com\r\nwashingtontechnology.com\r\nwashingtontimes.com\r\nwatchdog.org\r\nwatchingthewatchers.org\r\nwatching-tv.ew.com\r\nwaterford.patch.com\r\nwatertown.patch.com\r\nwatertowndailytimes.com\r\nwatoday.com.au\r\nwatsonville.patch.com\r\nwauchopegazette.com.au\r\nwaukesha.patch.com\r\nwausaudailyherald.com\r\nwausaudailyherald.com\r\nwave3.com\r\nwavenewspapers.com\r\nwavy.com\r\nwayland.patch.com\r\nwayne.patch.com\r\nwayneindependent.com\r\nwaynepost.com\r\nwaynesvilledailyguide.com\r\nwbaltv.com\r\nwbay.com\r\nwben.com\r\nwbez.org\r\nwbir.com\r\nwbj.pl\r\nwbko.com\r\nwbng.com\r\nwboc.com\r\nwboy.com\r\nwbtv.com\r\nwbur.org\r\nwcax.com\r\nwcfcourier.com\r\nwclo.com\r\nwcnc.com\r\nwcpo.com\r\nwcrnews.wordpress.com\r\nwcsh6.com\r\nwcsi.whiterivernews.com\r\nwcti12.com\r\nwctrib.com\r\nwctv.tv\r\nwcvarones.com\r\nwcyb.com\r\nwdam.com\r\nwday.com\r\nwdbj7.com\r\nwdef.com\r\nwdel.com\r\nwdio.com\r\nwdsu.com\r\nwdtimes.com\r\nwdtn.com\r\nwdtv.com\r\nwduqnews.blogspot.com\r\nwealthdaily.com\r\nweartv.com\r\nweaselzippers.us\r\nweatherforddemocrat.com\r\nweau.com\r\nwebcommentary.com\r\nwebdiary.com.au\r\nweb-fun.info\r\nweblogs.baltimoresun.com\r\nweblogs.dailypress.com\r\nweblogs.sun-sentinel.com\r\nweblogs.variety.com\r\nwebpronews.com\r\nwebstercitynews.com\r\nwebsterpost.com\r\nwebwire.com\r\nwect.com\r\nweei.com\r\nweeklyblitz.net\r\nweeklycitizen.com\r\nweeklystandard.com\r\nweeklytimesnow.com.au\r\nweeklyworldnews.com\r\nwehonews.com\r\nwellesley.patch.com\r\nwellingtondailynews.com\r\nwellingtontimes.com.au\r\nwellsvilledaily.com\r\nwenatcheeworld.com\r\nwentzville.patch.com\r\nweny.com\r\nwesh.com\r\nwestbloomfield.patch.com\r\nwestborough.patch.com\r\nwestbranchtimes.com\r\nwestchase.patch.com\r\nwestcoastsentinel.com.au\r\nwestdeptford.patch.com\r\nwesternadvocate.com.au\r\nwesternfrontonline.net\r\nwestfield.patch.com\r\nwestford.patch.com\r\nwesthartford.patch.com\r\nwesthartfordnews.com\r\nwesthollywood.patch.com\r\nwestislip.patch.com\r\nwestkentuckystar.com\r\nwestlake.patch.com\r\nwestminster.patch.com\r\nwestmorelandtimes.com\r\nweston.patch.com\r\nweston-ct.patch.com\r\nwestorange.patch.com\r\nwestport.patch.com\r\nwestport-news.com\r\nwestportnow.com\r\nwestroxbury.patch.com\r\nwestseattleblog.com\r\nwestsidetoday.com\r\nwestsussextoday.co.uk\r\nwestwood.patch.com\r\nwestwood-washington.patch.com\r\nwetherbynews.co.uk\r\nwetmtv.com\r\nwetzelchronicle.com\r\nwexfordpeople.ie\r\nwfaa.com\r\nwfae.org\r\nwfie.com\r\nwfir960.com\r\nwfmj.com\r\nwfmz.com\r\nwfn.org\r\nwfpl.org\r\nwfrv.com\r\nwfsb.com\r\nwftv.com\r\nwfuv.org\r\nwgal.com\r\nwggb.com\r\nwgil.com\r\nwgmd.com\r\nwgme.com\r\nwgnradio.com\r\nwgntv.com\r\nwgrz.com\r\nwham1180.com\r\nwhas11.com\r\nwhbf.com\r\nwhbl.com\r\nwheaton.patch.com\r\nwheaton-md.patch.com\r\nwhec.com\r\nwhichwaytopay.ca\r\nwhichwaytopay.com\r\nwhichwaytopayaustralia.com\r\nwhig.com\r\nwhiotv.com\r\nwhitbygazette.co.uk\r\nwhitehalljournal.com\r\nwhitehaven.wmctv.com\r\nwhitehouse.blogs.cnn.com\r\nwhitehouse.gov\r\nwhitelake.patch.com\r\nwhiteplains.patch.com\r\nwhitsundaytimes.com.au\r\nwhittierdailynews.com\r\nwhkp.com\r\nwhmi.com\r\nwhnt.com\r\nwho2.com\r\nwhotv.com\r\nwhptv.com\r\nwhsv.com\r\nwhtc.com\r\nwhyallanewsonline.com.au\r\nwibc.com\r\nwibqfm.com\r\nwibw.com\r\nwickedlocal.com\r\nwicklowpeople.ie\r\nwicz.com\r\nwifr.com\r\nwigantoday.net\r\nwildcat.arizona.edu\r\nwillcoxrangenews.com\r\nwillistonherald.com\r\nwillows-journal.com\r\nwilmette.patch.com\r\nwilmington.patch.com\r\nwilsoncountynews.com\r\nwilsontimes.com\r\nwilton.patch.com\r\nwiltonvillager.com\r\nwilx.com\r\nwinchester.patch.com\r\nwindsor.patch.com\r\nwindsorlocks.patch.com\r\nwindsorstar.com\r\nwindycitymediagroup.com\r\nwineandexcrement.com\r\nwinfieldcourier.com\r\nwinghamchronicle.com.au\r\nwinklertimes.com\r\nwinknews.com\r\nwinnipeg.ctv.ca\r\nwinnipegfreepress.com\r\nwinnipegsun.com\r\nwinonadailynews.com\r\nwired.co.uk\r\nwired.com\r\nwiredvc.com\r\nwirelessfederation.com\r\nwirelessweek.com\r\nwirenh.com\r\nwireservice.ca\r\nwireupdate.com\r\nwirralnews.co.uk\r\nwiscnews.com\r\nwisconsinagconnection.com\r\nwisconsinrapidstribune.com\r\nwishtv.com\r\nwisn.com\r\nwistechnology.com\r\nwistv.com\r\nwitf.org\r\nwitn.com\r\nwitness.co.za\r\nwivb.com\r\nwizbangblog.com\r\nwizbangpop.com\r\nwjactv.com\r\nwjbc.com\r\nwjbdradio.com\r\nwjfw.com\r\nwjhg.com\r\nwjla.com\r\nwjon.com\r\nwkbn.com\r\nwkbt.com\r\nwkbw.com\r\nwkrg.com\r\nwkrn.com\r\nwksr.com\r\nwksu.org\r\nwktv.com\r\nwkuherald.com\r\nwkyc.com\r\nwkyt.com\r\nwkzo.com\r\nwlaj.com\r\nwlbt.com\r\nwlbz2.com\r\nwlfi.com\r\nwlky.com\r\nwlns.com\r\nwlos.com\r\nwlox.com\r\nwlsam.com\r\nwltx.com\r\nwlwt.com\r\nwm.edu\r\nwmal.com\r\nwmbfnews.com\r\nwmctv.com\r\nwmfd.com\r\nwmich.edu\r\nwmtw.com\r\nwmuk.org\r\nwmur.com\r\nwncftv.com\r\nwnd.com\r\nwndu.com\r\nwnem.com\r\nwnep.com\r\nwnewsj.com\r\nwnmtradio.com\r\nwnyc.org\r\nwnyt.com\r\nwoai.com\r\nwoburn.patch.com\r\nwoio.com\r\nwoi-tv.com\r\nwokv.com\r\nwomensissues.about.com\r\nwonderwall.msn.com\r\nwonkette.com\r\nwoodbridge.patch.com\r\nwoodbridge-va.patch.com\r\nwoodbury.patch.com\r\nwoodbury-middlebury.patch.com\r\nwoodinville.patch.com\r\nwoodlandsonline.com\r\nwoodridge.patch.com\r\nwoodstock.patch.com\r\nwoodstocksentinelreview.com\r\nwoodtv.com\r\nwoonsocket.patch.com\r\nwoonsocketcall.com\r\nworcesternews.co.uk\r\nworkers.org\r\nworkersliberty.org\r\nworksopguardian.co.uk\r\nworld.bdnews24.com\r\nworld.foxnews.mobi\r\nworld.globaltimes.cn\r\nworldblog.msnbc.msn.com\r\nworldbulletin.net\r\nworldcrunch.com\r\nworldjewishcongress.org\r\nworldmeets.us\r\nworldnews.about.com\r\nworldpolicy.org\r\nworldpoliticsreview.com\r\nworldradio.ch\r\nworldscreen.com\r\nworldsentinel.com\r\nworldtribune.com\r\nworldtvpc.com\r\nworstpreviews.com\r\nworthingherald.co.uk\r\nwortleytoday.co.uk\r\nwowktv.com\r\nwowt.com\r\nwpbf.com\r\nwpcva.com\r\nwpix.com\r\nwplj.com\r\nwpln.org\r\nwpri.com\r\nwptv.com\r\nwptz.com\r\nwpxi.com\r\nwqad.com\r\nwqow.com\r\nwral.com\r\nwrcbtv.com\r\nwrdw.com\r\nwreg.com\r\nwrentham.patch.com\r\nwrestleheat.com\r\nwrestling.insidepulse.com\r\nwrestlinginc.com\r\nwrestlingnewssource.com\r\nwrex.com\r\nwric.com\r\nwrn.com\r\nwrta.com\r\nwsau.com\r\nwsaw.com\r\nwsaz.com\r\nwsbt.com\r\nwsbtv.com\r\nwsc.co.uk\r\nwscountytimes.co.uk\r\nwset.com\r\nwsfa.com\r\nwsjm.com\r\nwsmv.com\r\nwsoctv.com\r\nwstcwnlk.com\r\nwsvn.com\r\nwsws.org\r\nwtae.com\r\nwtam.com\r\nwtap.com\r\nwtaq.com\r\nwtaw.com\r\nwten.com\r\nwthitv.com\r\nwthr.com\r\nwtkr.com\r\nwtma.com\r\nwtnh.com\r\nwtok.com\r\nwtol.com\r\nwtop.com\r\nwtov9.com\r\nwtrf.com\r\nwtsp.com\r\nwtva.com\r\nwtvbam.com\r\nwtvm.com\r\nwtvq.com\r\nwtvr.com\r\nwusa9.com\r\nwusf.usf.edu\r\nwuwm.com\r\nwvec.com\r\nwvgazette.com\r\nwvmetronews.com\r\nwvnstv.com\r\nwvpubcast.org\r\nww4report.com\r\nwwaytv3.com\r\nwwd.com\r\nwweek.com\r\nwwl.com\r\nwwlp.com\r\nwwltv.com\r\nwwmt.com\r\nwww1.whdh.com\r\nwww2.alabamas13.com\r\nwww2.bupipedream.com\r\nwww2.canada.com\r\nwww2.counton2.com\r\nwww2.dailyprogress.com\r\nwww2.dothaneagle.com\r\nwww2.eprisenow.com\r\nwww2.eufaulatribune.com\r\nwww2.godanriver.com\r\nwww2.greene-news.com\r\nwww2.hernandotoday.com\r\nwww2.hickoryrecord.com\r\nwww2.highlandstoday.com\r\nwww2.independenttribune.com\r\nwww2.insidenova.com\r\nwww2.jcfloridan.com\r\nwww2.journalnow.com\r\nwww2.ljworld.com\r\nwww2.macleans.ca\r\nwww2.madison-news.com\r\nwww2.mcdowellnews.com\r\nwww2.mooresvilletribune.com\r\nwww2.morganton.com\r\nwww2.nbc17.com\r\nwww2.nbc4i.com\r\nwww2.nelsoncountytimes.com\r\nwww2.neweraprogress.com\r\nwww2.newsadvance.com\r\nwww2.newsvirginian.com\r\nwww2.oanow.com\r\nwww2.orangenews.com\r\nwww2.scnow.com\r\nwww2.staffordcountysun.com\r\nwww2.starexponent.com\r\nwww2.statesville.com\r\nwww2.tbo.com\r\nwww2.timesdispatch.com\r\nwww2.tricities.com\r\nwww2.turnto10.com\r\nwww2.wataugademocrat.com\r\nwww2.wjbf.com\r\nwww2.wjtv.com\r\nwww2.wnct.com\r\nwww2.wrbl.com\r\nwww2.wsav.com\r\nwww2.wsls.com\r\nwww2.wspa.com\r\nwww3.wdtn.com\r\nwww9.gmanews.tv\r\nwwwnew.bizjournals.com\r\nwxii12.com\r\nwxow.com\r\nwxvt.com\r\nwxyz.com\r\nwyandotte.patch.com\r\nwyckoff.patch.com\r\nwydaily.com\r\nwyff4.com\r\nwyndhamweekly.com.au\r\nwyomingnews.com\r\nwytv.com\r\nwzzm13.com\r\nxconomy.com\r\nxxlmag.com\r\nyakima-herald.com\r\nyaledailynews.com\r\nyalibnan.com\r\nyallpolitics.com\r\nyanksgoyard.com\r\nyankton.net\r\nyasstribune.com.au\r\nydr.com\r\nyemenonline.info\r\nyesbuthowever.com\r\nyle.fi\r\nynetnews.com\r\nyobserver.com\r\nyomiuri.co.jp\r\nyorkdispatch.com\r\nyorkpress.co.uk\r\nyorkregion.com\r\nyorkshireeveningpost.co.uk\r\nyorkshirepost.co.uk\r\nyorktown.patch.com\r\nyorkville.patch.com\r\nyoungwitness.com.au\r\nyourdailynewsfix.com\r\nyourfoxchapel.com\r\nyourhoustonnews.com\r\nyourlife.usatoday.com\r\nyourlocalguardian.co.uk\r\nyournabe.com\r\nyournorwin.com\r\nyourpenntrafford.com\r\nyoursouthhills.com\r\nyourtango.com\r\nyoutube.com\r\nyumasun.com\r\nz6m.info\r\nzagasi.com\r\nzambianchronicle.com\r\nzambianwatchdog.com\r\nzamboangatoday.ph\r\nzanesvilletimesrecorder.com\r\nzawya.com\r\nzdnet.co.uk\r\nzdnet.com\r\nzdnetasia.com\r\nzealfortruth.org\r\nzeenews.com\r\nzimbio.com\r\nzimeye.org\r\nzippycart.com\r\nzmescience.com\r\nzoiksonline.com\r\nzwire.com\r\n\r\n\r\n\r\n10news.com\r\n10tv.com\r\n11alive.com\r\n121carhire.com\r\n1340wgau.com\r\n13wham.com\r\n14wfie.com\r\n234next.com\r\n247wallst.com\r\n24dash.com\r\n24hourhiphop.com\r\n2dayfm.com.au\r\n2point6billion.com\r\n2theadvocate.com\r\n2ue.com.au\r\n365gay.com\r\n39online.com\r\n3aw.com.au\r\n3news.co.nz\r\n4029tv.com\r\n411mania.com\r\n41nbc.com\r\n4press.biz\r\n4-traders.com\r\n570news.com\r\n58wchs.com\r\n610cktb.com\r\n620wtmj.com\r\n660news.com\r\n670kboi.com\r\n680news.com\r\n68caliber.com\r\n6thfloor.blogs.nytimes.com\r\n760kfmb.com\r\n7days.ae\r\n7thspace.com\r\n8newsnow.com\r\n920kvec.com\r\n964eagle.co.uk\r\n972mag.com\r\n98fm.com\r\n9and10news.com\r\n9computerstore.com\r\n9news.com\r\n9wsyr.com\r\naa.psu.edu\r\nabajournal.com\r\nabc.az\r\nabc.net.au\r\nabc15.com\r\nabc27.com\r\nabc2news.com\r\nabc4.com\r\nabc6.com\r\nabc6onyourside.com\r\nabc-7.com\r\nabcactionnews.com\r\nabclive.in\r\nabclocal.go.com\r\nabcmoney.co.uk\r\nabcmontana.com\r\nabcnews.go.com\r\nabcnews4.com\r\nabcnewspapers.com\r\naberdeen.patch.com\r\nabington.patch.com\r\nabna.ir\r\nabovethelaw.com\r\nabpnews.com\r\nabqjournal.com\r\nabs-cbnnews.com\r\nabtn.co.uk\r\nac360.blogs.cnn.com\r\naccessatlanta.com\r\naccesshollywood.com\r\naccessnorthga.com\r\naccidentinjurylawyerblog.com\r\naceds.org\r\naceshowbiz.com\r\nac-markets.com\r\nacorn-online.com\r\nac-ranger.com\r\naction3news.com\r\nactionforex.com\r\nacton.patch.com\r\nactressarchives.com\r\nacuoptimist.com\r\nacworth.patch.com\r\nadaeveningnews.com\r\nadage.com\r\nadastrum.kansascity.com\r\nadelaidenow.com.au\r\nadirondackdailyenterprise.com\r\nadl.org\r\nadn.com\r\nadnkronos.com\r\nadoimagazine.com\r\nadotas.com\r\nadvertiser-tribune.com\r\nadvice.cio.com\r\nadvicetrade.com\r\nadvisor.ca\r\nadvisorone.com\r\nadvocate.com\r\nadvocatepress.com\r\nadweek.com\r\naei.org\r\naf.mil\r\naf.reuters.com\r\nafaqs.com\r\naffton.patch.com\r\nafghanistan.blogs.cnn.com\r\nafpak.foreignpolicy.com\r\nafpakind.blogs.france24.com\r\nafrica.ibtimes.com\r\nafricalegalbrief.com\r\nafrican-bulletin.com\r\nafricanews.com\r\nafricareview.com\r\nafricasia.com\r\nafrika.no\r\nafriquejet.com\r\nafro.com\r\nafspc.af.mil\r\nagi.it\r\nagjournalonline.com\r\nagmetalminer.com\r\nagourahills.patch.com\r\nagrimoney.com\r\nahherald.com\r\nahmedabadmirror.com\r\nahora.cu\r\naikenstandard.com\r\nain.cubaweb.cu\r\naina.org\r\nainonline.com\r\nairdrieecho.com\r\nairforcetimes.com\r\najc.com\r\najc.org\r\nal.com\r\nalameda.patch.com\r\nalamogordonews.com\r\nalaskadispatch.com\r\nalbany.patch.com\r\nalbanyherald.com\r\nalbertleatribune.com\r\nalbeu.com\r\naledotimesrecord.com\r\nalgemeiner.com\r\nalgonquin.patch.com\r\nalibi.com\r\nalisoviejo.patch.com\r\naljazeera.com\r\naljazeerah.info\r\nallaccess.com\r\nallafrica.com\r\nallfacebook.com\r\nallgov.com\r\nallheadlinenews.com\r\nallhiphop.com\r\nallmediany.com\r\nallvoices.com\r\nallyourtv.com\r\nalmanacnews.com\r\nalmasryalyoum.com\r\nalpharetta.patch.com\r\nalrroya.mobi\r\naltadena.patch.com\r\nalternet.org\r\naltonaecho.com\r\naltoonamirror.com\r\nalttransport.com\r\nam1150.ca\r\nam770chqr.com\r\namarillo.com\r\nambler.patch.com\r\namconmag.com\r\nameinfo.com\r\namericablog.com\r\namericamagazine.org\r\namericanbankingnews.com\r\namericanchronicle.com\r\namericancityandcounty.com\r\namericanindependent.com\r\namericanpress.com\r\namericanprogress.org\r\namericansongwriter.com\r\namericansuperstarmag.com\r\namericanthinker.com\r\namericustimesrecorder.com\r\namestrib.com\r\namfix.blogs.cnn.com\r\namherstburgecho.com\r\namlawdaily.typepad.com\r\namnesty.org\r\namnesty.org.uk\r\namnestyusa.org\r\namny.com\r\namog.com\r\namw.com\r\namyalkon.mensnewsdaily.com\r\nanarkismo.net\r\nanchorweb.org\r\nandalusiastarnews.com\r\nandersonfreepress.net\r\nandina.com.pe\r\nandover.patch.com\r\nandroidapps.com\r\nannandale.patch.com\r\nannarbor.com\r\nannistonstar.com\r\nanswers.china.org.cn\r\nantiguaobserver.com\r\naol.sportingnews.com\r\naolnews.com\r\nap.stripes.com\r\napp.com\r\napp.com.pk\r\nappeal-democrat.com\r\napplevalley.patch.com\r\nappmodo.com\r\nappolicious.com\r\napps.detnews.com\r\naprn.org\r\napunkachoice.com\r\narabamericannews.com\r\narabianbusiness.com\r\narabmonitor.info\r\narabnews.com\r\narabtimesonline.com\r\nararatadvertiser.com.au\r\narbiteronline.com\r\narbutus.patch.com\r\narcadia.patch.com\r\narchboldbuckeye.com\r\narchinect.com\r\narchitectsjournal.co.uk\r\narchrecord.construction.com\r\narden.news10.net\r\nardmore.patch.com\r\nardmoreite.com\r\nareawidenews.com\r\narenacindependent.com\r\nargophilia.com\r\nargus.ie\r\nargusleader.com\r\nargusobserver.com\r\nargus-press.com\r\narirang.co.kr\r\narizona.sbnation.com\r\narkansasbusiness.com\r\narkansasnews.com\r\narkansasonline.com\r\narkcity.net\r\narklatexhomepage.com\r\narktimes.com\r\narlington.patch.com\r\narlnow.com\r\narmidaleexpress.com.au\r\narmleytoday.co.uk\r\narmradio.am\r\narmy.mil\r\narmytimes.com\r\narnnet.com.au\r\narnold.patch.com\r\naroundtherings.com\r\narrowheadaddict.com\r\narstechnica.com\r\nartdaily.org\r\narticles.lancasteronline.com\r\nartinfo.com\r\narts.nationalpost.com\r\nartsbeat.blogs.nytimes.com\r\nasap.co.uk\r\nashbournenewstelegraph.co.uk\r\nashburn.patch.com\r\nasia.wsj.com\r\nasia-monitor.com\r\nasianews.it\r\nasianimage.co.uk\r\nasianjournal.com\r\nasiantribune.com\r\nasianweek.com\r\nasiaone.com\r\nasiasecurity.macfound.org\r\nasiasentinel.com\r\naspentimes.com\r\nassamtribune.com\r\nassets.bizjournals.com\r\nassociatedcontent.com\r\nastrochicks.com\r\nasylum.co.uk\r\natg.wa.gov\r\nathensreview.com\r\nathleticbusiness.com\r\natimes.com\r\natlanta.sbnation.com\r\natlantaintownpaper.com\r\natlantapost.com\r\natlanticsentinel.com\r\nattleboro.patch.com\r\natwar.blogs.nytimes.com\r\nau.christiantoday.com\r\nau.ibtimes.com\r\nau.news.yahoo.com\r\nauburnpub.com\r\naudio.weei.com\r\naugustafreepress.com\r\naugustagazette.com\r\nauroraadvertiser.net\r\nauroraadvocate.com\r\naurorasentinel.com\r\nausbt.com.au\r\naustin.ynn.com\r\naustin360.com\r\naustindailyherald.com\r\naustralianconservative.com\r\naustralianetworknews.com\r\nautomatedtrader.net\r\nauto-mobi.info\r\nautos.sympatico.ca\r\navclub.com\r\naviationtoday.com\r\navionews.com\r\navon.patch.com\r\navonlake.patch.com\r\navon-oh.patch.com\r\navstop.com\r\navweb.com\r\nawfulannouncing.com\r\naxcessnews.com\r\naxisoflogic.com\r\naysor.am\r\nazatutyun.am\r\nazcapitoltimes.com\r\nazcentral.com\r\nazdailysun.com\r\nazerireport.com\r\nazfamily.com\r\nazstarnet.com\r\nazzaman.com\r\nb92.net\r\nbabylonvillage.patch.com\r\nbackbay.patch.com\r\nbackseatcuddler.com\r\nbackstage.com\r\nbadgerherald.com\r\nbakersfield.com\r\nbakersfieldnow.com\r\nbakewelltoday.co.uk\r\nbalacynwyd.patch.com\r\nbaldwin-whitehall.patch.com\r\nbalkans.com\r\nballerstatus.com\r\nballinaadvocate.com.au\r\nballparkdigest.com\r\nballston.patch.com\r\nballwin-ellisville.patch.com\r\nbaltic-course.com\r\nbaltictimes.com\r\nbaltimoresportsreport.com\r\nbaltimoresun.com\r\nbancroftthisweek.com\r\nbandt.com.au\r\nbangaloremirror.com\r\nbangkokpost.com\r\nbankinfosecurity.com\r\nbanmoco.co.uk\r\nbanning-beaumont.patch.com\r\nbaristanet.com\r\nbarnaclegrenada.com\r\nbarnegat.patch.com\r\nbarnstable-hyannis.patch.com\r\nbarossaherald.com.au\r\nbarrington.patch.com\r\nbarrington-il.patch.com\r\nbarrow.patch.com\r\nbartlesvilleradio.com\r\nbasehorinfo.com\r\nbasildonrecorder.co.uk\r\nbaskingridge.patch.com\r\nbastropenterprise.com\r\nbatemansbaypost.com.au\r\nbatleynews.co.uk\r\nbattlecreekenquirer.com\r\nbattleland.blogs.time.com\r\nbauman.sovereignsociety.com\r\nbaxterbulletin.com\r\nbaycitizen.org\r\nbaylorlariat.com\r\nbayofplentytimes.co.nz\r\nbayoubuzz.com\r\nbayport.patch.com\r\nbayshorebroadcasting.ca\r\nbayside.patch.com\r\nbaysidebulletin.com.au\r\nbaystatebanner.com\r\nbayviewcompass.com\r\nbbb.org\r\nbbc.co.uk\r\nbbjonline.hu\r\nbcdemocratonline.com\r\nbcheights.com\r\nbcinterruption.com\r\nbclocalnews.com\r\nbdnews24.com\r\nbdtonline.com\r\nbeachwood.patch.com\r\nbeaconnews.suntimes.com\r\nbeacononlinenews.com\r\nbearsdenherald.co.uk\r\nbeartoothnbc.com\r\nbeatricedailysun.com\r\nbeaufortobserver.net\r\nbeaumontenterprise.com\r\nbeauregarddailynews.net\r\nbeausejourreview.com\r\nbedford.patch.com\r\nbedfordshire-news.co.uk\r\nbedfordtoday.co.uk\r\nbed-stuy.patch.com\r\nbeehivecity.com\r\nbeestontoday.co.uk\r\nbegadistrictnews.com.au\r\nbelair.patch.com\r\nbelfasttelegraph.co.uk\r\nbelladogmagazine.com\r\nbellehaven.patch.com\r\nbelleville.patch.com\r\nbellevision.com\r\nbellevue.patch.com\r\nbellingencourier.com.au\r\nbellinghamherald.com\r\nbellmore.patch.com\r\nbelmont.patch.com\r\nbelmont-ca.patch.com\r\nbeloitdailynews.com\r\nbelpernews.co.uk\r\nbemidjipioneer.com\r\nbendbulletin.com\r\nbendigoadvertiser.com.au\r\nbenicia.patch.com\r\nbenningtonbanner.com\r\nbenningtonvalepress.com\r\nbensalem.patch.com\r\nbentoneveningnews.com\r\nbenzinga.com\r\nberkeleyheights.patch.com\r\nberkeley-nj.patch.com\r\nberkley.patch.com\r\nberkshireeagle.com\r\nberlin.patch.com\r\nbermudasun.bm\r\nbernama.com\r\nbernama.com.my\r\nbernews.com\r\nberwick-advertiser.co.uk\r\nbestsyndication.com\r\nbestweekever.tv\r\nbet.com\r\nbeta.bryancountynews.net\r\nbeta.coastalcourier.com\r\nbetanews.com\r\nbethel.patch.com\r\nbethesda.patch.com\r\nbethlehem.patch.com\r\nbethwood.patch.com\r\nbeverleyguardian.co.uk\r\nbeverlyhills.patch.com\r\nbexhillobserver.net\r\nbeyondchron.org\r\nbfbs.com\r\nbgdailynews.com\r\nbgnews.com\r\nbhpioneer.com\r\nbiggleswadetoday.co.uk\r\nbiggovernment.com\r\nbighollywood.breitbart.com\r\nbigislandvideonews.com\r\nbigpondnews.com\r\nbigshinyrobot.com\r\nbigthink.com\r\nbikyamasr.com\r\nbillboard.com\r\nbillingsgazette.com\r\nbi-me.com\r\nbiography.com\r\nbioprepwatch.com\r\nbiosciencetechnology.com\r\nbirmingham.patch.com\r\nbirminghammail.net\r\nbirminghampost.net\r\nbismarcktribune.com\r\nbites.today.com\r\nbits.blogs.nytimes.com\r\nbiz.thestar.com.my\r\nbiz.zeenews.com\r\nbizjournals.com\r\nbiztimes.com\r\nblackanthem.com\r\nblackbookmag.com\r\nblackfridaydeals.in\r\nblackjackchamp.com\r\nblacknews.com\r\nblackpoolgazette.co.uk\r\nblackstarnews.com\r\nblackstate.com\r\nblacktownsun.com.au\r\nblackvoicenews.com\r\nblastmagazine.com\r\nblayneychronicle.com.au\r\nbleacherreport.com\r\nbleedingcool.com\r\nbleedinggreennation.com\r\nblockbuster.co.uk\r\nblog.al.com\r\nblog.american.com\r\nblog.beaumontenterprise.com\r\nblog.beliefnet.com\r\nblog.blogtalkradio.com\r\nblog.brickhousesecurity.com\r\nblog.camera.org\r\nblog.cheapoair.com\r\nblog.christianitytoday.com\r\nblog.chron.com\r\nblog.cleveland.com\r\nblog.foreignpolicy.com\r\nblog.gactv.com\r\nblog.games.com\r\nblog.georgetownvoice.com\r\nblog.heritage.org\r\nblog.hsh.com\r\nblog.masslive.com\r\nblog.mlive.com\r\nblog.moviefone.com\r\nblog.music.aol.com\r\nblog.mysanantonio.com\r\nblog.newsok.com\r\nblog.newvoices.org\r\nblog.niemanwatchdog.org\r\nblog.nj.com\r\nblog.nola.com\r\nblog.onlinemediadirect.co.uk\r\nblog.onthebox.com\r\nblog.oregonlive.com\r\nblog.oup.com\r\nblog.outtakeonline.com\r\nblog.pennlive.com\r\nblog.pjvoice.com\r\nblog.practicalethics.ox.ac.uk\r\nblog.psaonline.org\r\nblog.searchenginewatch.com\r\nblog.seattlepi.com\r\nblog.stanfordreview.org\r\nblog.syracuse.com\r\nblog.thenewstribune.com\r\nblog.thestar.com.my\r\nblog.timesunion.com\r\nblog.usnavyseals.com\r\nblog.vdare.com\r\nblog.wasteindustrysite.com\r\nblog.zap2it.com\r\nblogcritics.org\r\nbloggernews.net\r\nblogher.com\r\nbloginity.com\r\nblogs.abc.net.au\r\nblogs.abcnews.com\r\nblogs.ajc.com\r\nblogs.aljazeera.net\r\nblogs.alternet.org\r\nblogs.app.com\r\nblogs.atlanticcityweekly.com\r\nblogs.babble.com\r\nblogs.barrons.com\r\nblogs.bbcamerica.com\r\nblogs.berkeley.edu\r\nblogs.bettor.com\r\nblogs.blackvoices.com\r\nblogs.browardpalmbeach.com\r\nblogs.cbn.com\r\nblogs.cfr.org\r\nblogs.chicagotribune.com\r\nblogs.christianpost.com\r\nblogs.commercialappeal.com\r\nblogs.computerworld.com\r\nblogs.courant.com\r\nblogs.courier-journal.com\r\nblogs.coventrytelegraph.net\r\nblogs.creativeloafing.com\r\nblogs.crikey.com.au\r\nblogs.csoonline.com\r\nblogs.dailyherald.com\r\nblogs.dallasobserver.com\r\nblogs.desmoinesregister.com\r\nblogs.discovermagazine.com\r\nblogs.discovery.com\r\nblogs.edweek.org\r\nblogs.fayobserver.com\r\nblogs.forbes.com\r\nblogs.forward.com\r\nblogs.fredericksburg.com\r\nblogs.ft.com\r\nblogs.golf.com\r\nblogs.govexec.com\r\nblogs.gwhatchet.com\r\nblogs.houstonpress.com\r\nblogs.independent.co.uk\r\nblogs.indiewire.com\r\nblogs.jta.org\r\nblogs.kansascity.com\r\nblogs.knoxnews.com\r\nblogs.kqed.org\r\nblogs.laweekly.com\r\nblogs.marketwatch.com\r\nblogs.mcall.com\r\nblogs.mcclatchydc.com\r\nblogs.mercurynews.com\r\nblogs.miaminewtimes.com\r\nblogs.naplesnews.com\r\nblogs.nature.com\r\nblogs.news.sky.com\r\nblogs.news-leader.com\r\nblogs.nfl.com\r\nblogs.ocweekly.com\r\nblogs.orlandosentinel.com\r\nblogs.palmbeachpost.com\r\nblogs.pe.com\r\nblogs.phillymag.com\r\nblogs.phoenixnewtimes.com\r\nblogs.psychcentral.com\r\nblogs.redding.com\r\nblogs.rediff.com\r\nblogs.rep-am.com\r\nblogs.republicanherald.com\r\nblogs.reuters.com\r\nblogs.riverfronttimes.com\r\nblogs.roanoke.com\r\nblogs.sacbee.com\r\nblogs.seattleweekly.com\r\nblogs.sfweekly.com\r\nblogs.siliconindia.com\r\nblogs.siliconvalley.com\r\nblogs.smartmoney.com\r\nblogs.star-telegram.com\r\nblogs.suntimes.com\r\nblogs.telegraph.co.uk\r\nblogs.tennessean.com\r\nblogs.timeslive.co.za\r\nblogs.trb.com\r\nblogs.tribune.com.pk\r\nblogs.villagevoice.com\r\nblogs.webmd.com\r\nblogs.westword.com\r\nblogs.wpri.com\r\nblogs.wsj.com\r\nblogs.wvgazette.com\r\nblogtown.portlandmercury.com\r\nbloomberg.com\r\nbloomfield.patch.com\r\nbloomingdale.patch.com\r\nbluearkansasblog.com\r\nbluemountaineagle.com\r\nbluemountainsgazette.com.au\r\nblueridgenow.com\r\nbluewavenews.com\r\nblufftontoday.com\r\nbnd.com\r\nbnet.com\r\nbnn.ca\r\nbognor.co.uk\r\nboilerjuice.com\r\nboingboing.net\r\nboiseweekly.com\r\nbolingbrook.patch.com\r\nbolivarmonews.com\r\nbollypatrika.com\r\nbollywoodhungama.com\r\nbollywoodmantra.com\r\nbombalatimes.com.au\r\nbonnercountydailybee.com\r\nbonnersprings.com\r\nbonneylake-sumner.patch.com\r\nboomtron.com\r\nboonvilledailynews.com\r\nboorowanewsonline.com.au\r\nboosharticles.com\r\nbordermail.com.au\r\nborglobe.com\r\nbostinnovation.com\r\nboston.about.com\r\nboston.com\r\nboston.sbnation.com\r\nbostonherald.com\r\nbostonist.com\r\nbostonstandard.co.uk\r\nboulderweekly.com\r\nbournelocal.co.uk\r\nbournemouthecho.co.uk\r\nbowie.patch.com\r\nboxingscene.com\r\nbozemandailychronicle.com\r\nbradenton.com\r\nbradenton.patch.com\r\nbraidwoodtimes.com.au\r\nbrainerddispatch.com\r\nbraintree.patch.com\r\nbramleytoday.co.uk\r\nbrandchannel.com\r\nbrandon.patch.com\r\nbrandonsun.com\r\nbranford.patch.com\r\nbrantfordexpositor.ca\r\nbraypeople.ie\r\nbreakingglobalnews.com\r\nbreakingnews.ie\r\nbreakingtravelnews.com\r\nbrecksville.patch.com\r\nbrecorder.com\r\nbrenhambanner.com\r\nbrentwood.patch.com\r\nbrentwoodweeklynews.co.uk\r\nbrewtonstandard.com\r\nbrick.patch.com\r\nbridgewater.patch.com\r\nbridlingtonfreepress.co.uk\r\nbridportnews.co.uk\r\nbrighouseecho.co.uk\r\nbrighton.patch.com\r\nbrightonpittsfordpost.com\r\nbrimbankweekly.com.au\r\nbrisbanetimes.com.au\r\nbroadbandgenie.co.uk\r\nbroadcastengineering.com\r\nbroadcastingcable.com\r\nbroadcastnewsroom.com\r\nbroadcastnow.co.uk\r\nbroadneck.patch.com\r\nbroadstreethockey.com\r\nbronxink.org\r\nbronxnewsnetwork.org\r\nbronxville.patch.com\r\nbrookfield.patch.com\r\nbrookfieldnow.com\r\nbrookfield-wi.patch.com\r\nbrookings.edu\r\nbrookline.patch.com\r\nbrooklyn.about.com\r\nbrooklyneagle.com\r\nbrooklynpaper.com\r\nbrownsvilleherald.com\r\nbrownwoodbulletin.com\r\nbruinsnation.com\r\nbrynmawr.patch.com\r\nbsudailynews.com\r\nbtimes.com.my\r\nbtlonline.org\r\nb-townblog.com\r\nbu.edu\r\nbuanews.gov.za\r\nbuckhead.11alive.com\r\nbuckhead.patch.com\r\nbuckinghamtoday.co.uk\r\nbucksfreepress.co.uk\r\nbucksherald.co.uk\r\nbucyrustelegraphforum.com\r\nbudapestreport.com\r\nbuddytv.com\r\nbuenosairesherald.com\r\nbuffalo.edu\r\nbuffalogrove.patch.com\r\nbuffalonews.com\r\nbuffalorising.com\r\nbuild.ie\r\nbulawayo24.com\r\nbunburymail.com.au\r\nbuquad.com\r\nburbankleader.com\r\nburke.patch.com\r\nburlingame.patch.com\r\nburlington.patch.com\r\nburlingtonfreepress.com\r\nburnleycitizen.co.uk\r\nburnleyexpress.net\r\nburnsville.patch.com\r\nburntorangenation.com\r\nburrridge.patch.com\r\nburtonmail.co.uk\r\nburyfreepress.co.uk\r\nbusiness.asiaone.com\r\nbusiness.blogs.cnn.com\r\nbusiness.financialpost.com\r\nbusiness.gather.com\r\nbusiness.gearlive.com\r\nbusiness.globaltimes.cn\r\nbusiness.iafrica.com\r\nbusiness.inquirer.net\r\nbusiness.newsfactor.com\r\nbusiness.peacefmonline.com\r\nbusiness2community.com\r\nbusinessandleadership.com\r\nbusinessarea.org\r\nbusinessclarksville.com\r\nbusinessdailyafrica.com\r\nbusinessday.co.za\r\nbusinessday.com.au\r\nbusinessdayonline.com\r\nbusinessghana.com\r\nbusinessinsider.com\r\nbusinessjournalism.org\r\nbusinesslive.co.za\r\nbusinessnorth.com\r\nbusinessreport.com\r\nbusinessreviewaustralia.com\r\nbusinessreviewusa.com\r\nbusinessspectator.com.au\r\nbusiness-standard.com\r\nbusinesstimes.com.sg\r\nbusinesstoday.intoday.in\r\nbusinessweek.com\r\nbusinessweek.mobi\r\nbusinesswire.com\r\nbusinessworld.in\r\nbusiweek.com\r\nbusseltonmail.com.au\r\nbuxtonadvertiser.co.uk\r\nbworldonline.com\r\nbxnewsnet.blogspot.com\r\nbyronnews.com.au\r\nca.news.yahoo.com\r\nca.reuters.com\r\ncabinet.com\r\ncachevalleydaily.com\r\ncaffertyfile.blogs.cnn.com\r\ncagesideseats.com\r\ncairns.com.au\r\ncaivn.org\r\ncalabasas.patch.com\r\ncalcoastnews.com\r\ncalcuttatube.com\r\ncaldwells.patch.com\r\ncaledonia.patch.com\r\ncalgary.ctv.ca\r\ncalgaryherald.com\r\ncalgarysun.com\r\ncaliforniabeat.org\r\ncaliforniachronicle.com\r\ncalifornianewswire.com\r\ncaliforniaprogressreport.com\r\ncaliforniareport.org\r\ncaller.com\r\ncalorielab.com\r\ncalverleytoday.co.uk\r\ncambridgechron.com\r\ncambridgefirst.co.uk\r\ncambridge-news.co.uk\r\ncambridgetimes.ca\r\ncamdenadvertiser.com.au\r\ncamdencourier.com.au\r\ncamera.org\r\ncampaignforliberty.com\r\ncampaigniran.org\r\ncampaignseries.co.uk\r\ncampbell.patch.com\r\ncampusprogress.org\r\ncanada.com\r\ncanadafreepress.com\r\ncanadaviews.ca\r\ncanadianbusiness.com\r\ncanadianchristianity.com\r\ncanadianunderwriter.ca\r\ncanberratimes.com.au\r\ncanmoreleader.com\r\ncannonconnections.com\r\ncanon-mcmillan.patch.com\r\ncanton.patch.com\r\ncanton-ct.patch.com\r\ncantondailyledger.com\r\ncanton-ga.patch.com\r\ncanton-mi.patch.com\r\ncantonrep.com\r\ncanyon-news.com\r\ncapebretonpost.com\r\ncapecodonline.com\r\ncapecodtoday.com\r\ncape-coral-daily-breeze.com\r\ncapefearbusiness.com\r\ncapetimes.co.za\r\ncapitalfm.co.ke\r\ncapitalfm.com\r\ncapitalnewyork.com\r\ncapitalpress.com\r\ncapitola.patch.com\r\ncapitolhillblue.com\r\ncapitolnewsconnection.org\r\ncapradio.org\r\ncare2.com\r\ncaribarena.com\r\ncaribbean360.com\r\ncarlsbad.patch.com\r\ncarmanvalleyleader.com\r\ncarmitimes.com\r\ncarnegieendowment.org\r\ncarolinalive.com\r\ncarrollgardens.patch.com\r\ncarrollwood.patch.com\r\ncartersville.patch.com\r\ncarthagepress.com\r\ncary.patch.com\r\ncasavaria.com\r\ncascade.patch.com\r\ncaseyweeklyberwick.com.au\r\ncaseyweeklycranbourne.com.au\r\ncaspionet.kz\r\ncastanet.net\r\ncastrovalley.patch.com\r\ncathnews.com\r\ncathnewsindia.com\r\ncatholic.net\r\ncatholic.org\r\ncatholicculture.org\r\ncatholicherald.co.uk\r\ncatholicnews.com\r\ncatholicnewsagency.com\r\ncatholicreview.org\r\ncato-at-liberty.org\r\ncatonsville.patch.com\r\ncattlenetwork.com\r\ncaymannewsservice.com\r\ncbc.ca\r\ncbn.com\r\ncbs12.com\r\ncbs19.tv\r\ncbs3springfield.com\r\ncbs42.com\r\ncbs47.tv\r\ncbs59.com\r\ncbs6albany.com\r\ncbs7kosa.com\r\ncbs8.com\r\ncbsatlanta.com\r\ncbsnews.com\r\ncbssports.com\r\ncd989.com\r\ncdapress.com\r\nc-dh.net\r\ncdispatch.com\r\ncecilwhig.com\r\ncedartownstd.com\r\ncelebdirtylaundry.com\r\ncelebrities.gearlive.com\r\ncelebritybabyscoop.com\r\ncelebrity-gossip.net\r\ncelebrity-mania.com\r\ncelebritynewsandstyle.com\r\ncelebs.gather.com\r\ncentraladvocate.com.au\r\ncentralasianewswire.com\r\ncentralasiaonline.com\r\ncentralchronicle.com\r\ncentralfloridafuture.com\r\ncentraljersey.com\r\ncentralny.ynn.com\r\ncentralpennbusiness.com\r\ncentraltelegraph.com.au\r\ncentralwesterndaily.com.au\r\ncentredaily.com\r\ncentreville.patch.com\r\ncenturycity.patch.com\r\ncerritos.patch.com\r\nceskapozice.cz\r\nceskenoviny.cz\r\ncessnockadvertiser.com.au\r\ncfjctv.com\r\ncfnews13.com\r\ncfr.org\r\ncfra.com\r\nchabad.info\r\nchabad.org\r\nchad.co.uk\r\nchadrad.com\r\nchannahon-minooka.patch.com\r\nchannel3000.com\r\nchannel4.com\r\nchannel6newsonline.com\r\nchannelnews.com.au\r\nchannelnewsasia.com\r\nchantilly.patch.com\r\nchappaqua.patch.com\r\ncharismamag.com\r\ncharlestoncitypaper.com\r\ncharlotteobserver.com\r\ncharltoncountyherald.com\r\nchartattack.com\r\nchartiersvalley.patch.com\r\nchatham.patch.com\r\nchathamdailynews.ca\r\nchathamhouse.org.uk\r\nchatsworth.patch.com\r\nchattanoogan.com\r\nchbcnews.ca\r\ncheboygannews.com\r\ncheechandchongfan.blogspot.com\r\nchelmsford.patch.com\r\nchelmsfordweeklynews.co.uk\r\nchelseanow.com\r\nchelsearecord.com\r\ncherokeescout.com\r\ncherryhill.sunne.ws\r\ncheshire.patch.com\r\nchesterchronicle.co.uk\r\nchesterfield.patch.com\r\nchestnuthill.patch.com\r\nchestnuthilllocal.com\r\nchevychase.patch.com\r\nchicago.curbed.com\r\nchicago.gopride.com\r\nchicago.sbnation.com\r\nchicagobreakingbusiness.com\r\nchicagobreakingnews.com\r\nchicagodefender.com\r\nchicagoheights.patch.com\r\nchicagoist.com\r\nchicagomag.com\r\nchicagonow.com\r\nchicagoreader.com\r\nchicagotribune.com\r\nchichester.co.uk\r\nchickashanews.com\r\nchicoer.com\r\nchieftain.com\r\nchillicothegazette.com\r\nchillicothenews.com\r\nchillicothetimesbulletin.com\r\nchina.org.cn\r\nchinadigitaltimes.net\r\nchinapost.com.tw\r\nchinavestor.com\r\nchinaworker.info\r\nchipchick.com\r\nchipleybugle.com\r\nchipleypaper.com\r\nchippewa.com\r\nchorley-guardian.co.uk\r\nchrisd.ca\r\nchristiancentury.org\r\nchristianchronicle.org\r\nchristianitytoday.com\r\nchristiannewstoday.com\r\nchristiannewswire.com\r\nchristianpost.com\r\nchristiantoday.com\r\nchron.com\r\nchronicle.augusta.com\r\nchronicle.com\r\nchronicle.northcoastnow.com\r\nchronicle-express.com\r\nchroniclejournal.com\r\nchroniclelive.co.uk\r\nchronline.com\r\ncicweb.ca\r\ncincinnati.com\r\ncincyjungle.com\r\ncinemablend.com\r\ncineplex.com\r\ncinnaminson.patch.com\r\ncio.com\r\ncio.com.au\r\ncio.in\r\ncioinsight.com\r\nciol.com\r\ncitizensvoice.com\r\ncitizen-times.com\r\ncitizenwire.com\r\ncitrusdaily.com\r\ncityam.com\r\ncityhallblog.dallasnews.com\r\ncity-journal.org\r\ncityjournalistdirectory.com\r\ncitypress.co.za\r\ncityroom.blogs.nytimes.com\r\ncitytalk.fm\r\ncitytowninfo.com\r\ncitytv.com\r\ncitywatchla.com\r\ncitywire.co.uk\r\ncivil.ge\r\ncjad.com\r\ncjbk.com\r\ncjonline.com\r\nckhid.com\r\ncknw.com\r\nclactonandfrintongazette.co.uk\r\nclantonadvertiser.com\r\nclaremontportside.com\r\nclarendon.patch.com\r\nclarionledger.com\r\nclark.patch.com\r\nclarkedailynews.com\r\nclarkforkchronicle.com\r\nclarksvilleonline.com\r\nclashmusic.com\r\nclatl.com\r\nclawson.patch.com\r\nclaycountyprogress.com\r\nclaytoday.biz\r\nclaytodayonline.com\r\nclayton.patch.com\r\nclearwater.patch.com\r\ncleveland.com\r\nclevelandheights.patch.com\r\nclevelandjewishnews.com\r\nclevelandleader.com\r\nclick2houston.com\r\nclickondetroit.com\r\nclickorlando.com\r\ncliffviewpilot.com\r\nclimbthenet.com\r\nclinton.patch.com\r\nclintonherald.com\r\nclintonnewsrecord.com\r\nclitheroeadvertiser.co.uk\r\nclusterflock.org\r\ncm-life.com\r\ncmp.hku.hk\r\ncmt.com\r\ncnbc.com\r\ncnet.com\r\ncnews.canoe.ca\r\ncnjonline.com\r\ncnn.com\r\ncnngo.com\r\ncnnpressroom.blogs.cnn.com\r\ncnnstudentnews.blogs.cnn.com\r\ncnsnews.com\r\ncoastaltimes.com.au\r\ncoastreportonline.com\r\ncoastweek.com\r\ncobarage.com.au\r\ncochranetimes.com\r\ncochranetimespost.com\r\ncodewit.com\r\ncodyenterprise.com\r\ncoffscoastadvocate.com.au\r\ncolesville.patch.com\r\ncolfaxrecord.com\r\ncollegenews.com\r\ncollegepark.patch.com\r\ncollegian.com\r\ncollegian.csufresno.edu\r\ncollegiatetimes.com\r\ncollider.com\r\ncolliemail.com.au\r\ncollingswood.patch.com\r\ncolombiareports.com\r\ncoloradoan.com\r\ncoloradoconnection.com\r\ncoloradodaily.com\r\ncoloradoindependent.com\r\ncolorlines.com\r\ncolumbia.patch.com\r\ncolumbiabasinherald.com\r\ncolumbiamissourian.com\r\ncolumbian.com\r\ncolumbiaspectator.com\r\ncolumbiatribune.com\r\ncolumbuslocalnews.com\r\ncolumbustelegram.com\r\ncolusa-sun-herald.com\r\ncomicbook.com\r\ncomicbookmovie.com\r\ncomicbookresources.com\r\ncomingsoon.net\r\ncommentarymagazine.com\r\ncommercialappeal.com\r\ncommercial-news.com\r\ncommodityonline.com\r\ncommonsnews.org\r\ncommonwealmagazine.org\r\ncommunities.canada.com\r\ncommunity.adn.com\r\ncommunity.coastalcourier.com\r\ncommunity.fireengineering.com\r\ncommunity.nasdaq.com\r\ncommunity.statesmanjournal.com\r\ncommunitynewspapergroup.com\r\ncommunitypress.cincinnati.com\r\ncommunitypub.com\r\ncompareaway.co.uk\r\ncomparecarhire.co.uk\r\ncomparecarrentals.co.uk\r\ncomparecarrentals.com\r\ncompasscayman.com\r\ncomplex.com\r\ncomputerweekly.com\r\ncomputerworld.co.ke\r\ncomputerworld.co.nz\r\ncomputerworld.com\r\ncomputerworld.com.au\r\ncomputerworlduk.com\r\ncomputing.co.uk\r\nconcord.patch.com\r\nconcord-ca.patch.com\r\nconcordmonitor.com\r\ncongletonguardian.co.uk\r\nconnectamarillo.com\r\nconnectedinternet.co.uk\r\nconnectionnewspapers.com\r\nconnectmidmichigan.com\r\nconnectmidmissouri.com\r\nconnecttristates.com\r\nconservativeblog.org\r\nconsortiumnews.com\r\nconsumeraffairs.com\r\ncontactmusic.com\r\ncontent.usatoday.com\r\ncontinentalnews.net\r\ncontracostatimes.com\r\ncoolum-news.com.au\r\ncoomaexpress.com.au\r\ncootamundraherald.com.au\r\ncore77.com\r\ncorkman.ie\r\ncornellsun.com\r\ncorning-observer.com\r\ncornwallseawaynews.com\r\ncoronado.patch.com\r\ncorrections.com\r\ncorsicanadailysun.com\r\ncoshoctontribune.com\r\ncosmiclog.msnbc.msn.com\r\ncountercurrents.org\r\ncounterpunch.org\r\ncountingpips.com\r\ncountytimes.com\r\ncourant.com\r\ncourier-gazette.com\r\ncourier-journal.com\r\ncouriermail.com.au\r\ncouriernews.com\r\ncouriernews.suntimes.com\r\ncourierpostonline.com\r\ncourierpress.com\r\ncourthousenews.com\r\ncoventry.patch.com\r\ncoventrytelegraph.net\r\ncovnews.com\r\ncowracommunitynews.com\r\ncowraguardian.com.au\r\ncp24.com\r\ncpheraldleader.com\r\ncphpost.dk\r\ncqnews.com.au\r\ncrabbygolightly.com\r\ncraigdailypress.com\r\ncrainsdetroit.com\r\ncrainsnewyork.com\r\ncranberry.patch.com\r\ncranford.patch.com\r\ncranston.patch.com\r\ncrave.cnet.co.uk\r\ncraveonline.com\r\ncrawdaddy.com\r\ncrawleyobserver.co.uk\r\ncrescent-news.com\r\ncrestviewbulletin.com\r\ncrevecoeur.patch.com\r\ncrewechronicle.co.uk\r\ncricket.expressindia.com\r\ncrikey.com.au\r\ncrimeblog.dallasnews.com\r\ncrime-research.org\r\ncrimsonquarry.com\r\ncritical-thinkers.com\r\ncrn.com\r\ncroatiantimes.com\r\ncrofton.patch.com\r\ncrookstontimes.com\r\ncrookwellgazette.com.au\r\ncrosbyherald.co.uk\r\ncrosscut.com\r\ncrossgatestoday.co.uk\r\ncrosswalk.com\r\ncrowleypoliticalreport.com\r\ncrowncitynews.com\r\ncrunchsports.com\r\ncrunktastical.net\r\ncrystallake.patch.com\r\ncsindy.com\r\ncsmonitor.com\r\ncsoonline.com\r\nctpost.com\r\nctv.ca\r\nctvbc.ctv.ca\r\ncubanews.ain.cu\r\ncubed3.com\r\ncullmantimes.com\r\nculture.wnyc.org\r\nculturemap.com\r\nculvercity.patch.com\r\ncumming.patch.com\r\ncuopm.com\r\ncupertino.patch.com\r\ncurrent.newsweek.com\r\ncurrentargus.com\r\ncurrent-movie-reviews.com\r\ncustomwire.ap.org\r\ncuyahogafalls.patch.com\r\ncyprus-mail.com\r\ndacula.patch.com\r\ndagblog.com\r\ndaijiworld.com\r\ndaily.bhaskar.com\r\ndaily49er.com\r\ndailyadvance.com\r\ndailyadvertiser.com.au\r\ndailyamerican.com\r\ndailyamericannews.com\r\ndailyastorian.com\r\ndailyblam.com\r\ndailybreeze.com\r\ndailybruin.com\r\ndailybulletin.com\r\ndailycaller.com\r\ndailycamera.com\r\ndailycardinal.com\r\ndaily-chronicle.com\r\ndailycollegian.com\r\ndailycomet.com\r\ndailycommercial.com\r\ndailydealmedia.com\r\ndailydemocrat.com\r\ndailyecho.co.uk\r\ndailyemerald.com\r\ndailyexaminer.com.au\r\ndailyfill.com\r\ndailyfinance.com\r\ndailyforex.com\r\ndailyfreepress.com\r\ndailyfx.com\r\ndailygazette.com\r\ndailygleaner.canadaeast.com\r\ndailygossip.org\r\ndailyherald.com\r\ndailyhome.com\r\ndailyindia.com\r\ndailyinterlake.com\r\ndailyiowan.com\r\ndailyitem.com\r\ndaily-journal.com\r\ndailyjournal.net\r\ndailykos.com\r\ndailylocal.com\r\ndailymail.co.uk\r\ndailymail.com\r\ndailymailnews.com\r\ndailymarkets.com\r\ndailymercury.com.au\r\ndailymirror.lk\r\ndailynews.co.za\r\ndailynews.com\r\ndailynews.lk\r\ndailynewschannels.com\r\ndailynewspulse.com\r\ndailynews-record.com\r\ndailynewstoyou.com\r\ndailynewstranscript.com\r\ndailynorseman.com\r\ndailynorthwestern.com\r\ndailyorange.com\r\ndailypioneer.com\r\ndailypolitical.com\r\ndailypost.co.uk\r\ndailypress.com\r\ndailypress.net\r\ndailyprincetonian.com\r\ndailyreckoning.com\r\ndailyrecord.co.uk\r\ndailyrecord.com\r\ndailyregister.com\r\ndailyrepublicannews.com\r\ndailysquib.co.uk\r\ndailystar.co.uk\r\ndailystar.com.lb\r\ndailytech.com\r\ndailytelegraph.com.au\r\ndailytexanonline.com\r\ndailytidings.com\r\ndaily-times.com\r\ndailytimes.com.pk\r\ndailytitan.com\r\ndailytoreador.com\r\ndailytribune.com\r\ndailytribune.net\r\ndailyutahchronicle.com\r\ndailyvenusdiva.com\r\ndailywd.womansday.com\r\ndailyworld.com\r\ndakotavoice.com\r\ndalje.com\r\ndallasblog.com\r\ndallas-hiram.patch.com\r\ndallasisdblog.dallasnews.com\r\ndallasnews.com\r\ndallassouthnews.org\r\ndallasvoice.com\r\ndaltondailycitizen.com\r\ndanbury.patch.com\r\ndane101.com\r\ndanielstrading.com\r\ndansvilleonline.com\r\ndanvers.patch.com\r\ndanville.patch.com\r\ndarien.patch.com\r\ndarien-il.patch.com\r\ndartreview.com\r\ndatacenterknowledge.com\r\ndawn.com\r\ndayafterindia.com\r\ndaybreakingnews.com\r\ndaytondailynews.com\r\ndc.curbed.com\r\ndc.sbnation.com\r\ndc.streetsblog.org\r\ndcbureau.org\r\ndcist.com\r\ndcourier.com\r\ndddnews.com\r\nddtonline.com\r\ndeadline.com\r\ndeadspin.com\r\ndealbreaker.com\r\ndearborn.patch.com\r\ndeathandtaxesmag.com\r\ndeathby1000papercuts.com\r\ndebka.com\r\ndecatur.patch.com\r\ndecaturdaily.com\r\ndeccanchronicle.com\r\ndeccanherald.com\r\ndedham.patch.com\r\ndefamer.com.au\r\ndefence.pk\r\ndefencemanagement.com\r\ndefense.gov\r\ndefensedaily.com\r\ndefensenews.com\r\ndefensesystems.com\r\ndefense-update.com\r\ndefpro.com\r\ndehavilland.co.uk\r\ndelawareonline.com\r\ndelconewsnetwork.com\r\ndelcotimes.com\r\ndelgazette.com\r\ndelhinewsrecord.com\r\ndelmarvanow.com\r\ndemocracynow.org\r\ndemocratandchronicle.com\r\ndemocratherald.com\r\ndemotix.com\r\ndennews.com\r\ndenverpost.com\r\ndepauliaonline.com\r\ndepauw.edu\r\nderbyshiretimes.co.uk\r\ndeseretnews.com\r\ndesertdispatch.com\r\ndesigntaxi.com\r\ndesmoinesregister.com\r\ndesotoexplorer.com\r\ndetnews.com\r\ndevicemag.com\r\ndevilslakejournal.com\r\ndevonporttimes.com.au\r\ndewsburyreporter.co.uk\r\ndexter.patch.com\r\ndfwcatholic.org\r\ndglobe.com\r\ndiamondbackonline.com\r\ndiamondbar.patch.com\r\ndigitalburg.com\r\ndigitalfacility.com\r\ndigitaljournal.com\r\ndigitallife.today.com\r\ndigitalspy.co.uk\r\ndigitalspy.com\r\ndigitaltrends.com\r\ndigitalversus.com\r\ndigtriad.com\r\ndinningtontoday.co.uk\r\ndirectionsmag.com\r\ndiscountvouchers.co.uk\r\ndiscovermoosejaw.com\r\ndispatch.com\r\ndissexpress.co.uk\r\ndissidentvoice.org\r\ndi-ve.com\r\ndixiesunlink.com\r\ndixon.patch.com\r\ndl-online.com\r\ndmwmedia.com\r\ndnaindia.com\r\ndnainfo.com\r\ndnews.com\r\ndnj.com\r\ndnronline.com\r\ndoaneline.com\r\ndoctorslounge.com\r\ndodbuzz.com\r\ndodgeglobe.com\r\ndodlive.mil\r\ndogblog.dogster.com\r\ndomain-b.com\r\ndomainnamewire.com\r\ndominicantoday.com\r\ndonaldsonvillechief.com\r\ndoncasterfreepress.co.uk\r\ndonklephant.com\r\ndonnybrookmail.com.au\r\ndormont-brookline.patch.com\r\ndorsetecho.co.uk\r\ndotspress.com\r\ndouglaston.patch.com\r\ndouglasville.patch.com\r\ndouthat.blogs.nytimes.com\r\ndover.patch.com\r\ndoverpost.com\r\ndownersgrove.patch.com\r\ndowntownexpress.com\r\ndoylestown.patch.com\r\ndp-news.com\r\ndreadcentral.com\r\ndrezner.foreignpolicy.com\r\ndriffieldtoday.co.uk\r\ndrogheda-independent.ie\r\ndscriber.com\r\ndublin.patch.com\r\nduluthnewstribune.com\r\ndundalk.patch.com\r\ndunedin.patch.com\r\ndunstabletoday.co.uk\r\ndunwoody.patch.com\r\nduquoin.com\r\ndurham.patch.com\r\ndutchnews.nl\r\ndvice.com\r\ndvidshub.net\r\ndw-world.de\r\ne.nikkei.com\r\neadt.co.uk\r\neaglecountryonline.com\r\neaglenews.org\r\neagletribune.com\r\nealinggazette.co.uk\r\nearlycountynews.com\r\nearnedmedia.org\r\neastaurorany.com\r\neastbayexpress.com\r\neastbourneherald.co.uk\r\neastbrunswick.patch.com\r\neastcobb.patch.com\r\neastcountymagazine.org\r\neasternecho.com\r\neasternews.net\r\neasterniowagovernment.com\r\neasterniowalife.com\r\neasterniowanewsnow.com\r\neasterniowaschools.com\r\neastgreenwich.patch.com\r\neasthaddam.patch.com\r\neasthampton.patch.com\r\neasthampton-ct.patch.com\r\neaston.patch.com\r\neaston-ma.patch.com\r\neastoregonian.com\r\neastpeoriatimescourier.com\r\neasttexasreview.com\r\neastvalleytribune.com\r\neastwindsor.patch.com\r\neastwoodadvertiser.co.uk\r\neasydestination.net\r\neasy-forex.com\r\neater.com\r\neatontown.patch.com\r\nebangladesh.com\r\nebar.com\r\n\r\nebs.gmnews.com\r\necampusnews.com\r\necanadanow.com\r\nechonews.com.au\r\nechopark.patch.com\r\necho-pilot.com\r\nechopress.com\r\necocentric.blogs.time.com\r\necollegetimes.com\r\necommerce-journal.com\r\neconomicpopulist.org\r\neconomictimes.com\r\neconomictimes.indiatimes.com\r\neconomicvoice.com\r\neconomist.com\r\neconomix.blogs.nytimes.com\r\neconomy.kansascity.com\r\neconomywatch.com\r\necorazzi.com\r\necr.co.za\r\nedenmagnet.com.au\r\nedgewater.patch.com\r\nedhat.com\r\nedina.patch.com\r\nedinburghnews.scotsman.com\r\nedition.cnn.com\r\neditorandpublisher.com\r\neditorsweblog.org\r\nedmonds.patch.com\r\nedmondsun.com\r\nedmonton.ctv.ca\r\nedmontonjournal.com\r\nedmontonsun.com\r\nedp24.co.uk\r\nedsonleader.com\r\nedweek.org\r\neffinghamdailynews.com\r\nefinancialnews.com\r\negovmonitor.com\r\negpnews.com\r\neitb.com\r\nejpress.org\r\nekklesia.co.uk\r\nekmulakatnews.com\r\nelcerrito.patch.com\r\neldersburg.patch.com\r\neldoradonews.com\r\neldoradotimes.com\r\nelections.americablog.com\r\nelkgrove.patch.com\r\nelkridge.patch.com\r\nellicottcity.patch.com\r\nellington-somers.patch.com\r\nellsworthinderep.com\r\nelmhurst.patch.com\r\nelon.edu\r\nelpasotimes.com\r\nemailwire.com\r\nembassymag.ca\r\nemergencymgmt.com\r\nemg.rs\r\nemirates247.com\r\nemmaus.patch.com\r\nempire.wnyc.org\r\nempirestatenews.net\r\nemporiagazette.com\r\nempowher.com\r\nems.gmnews.com\r\nen.ammonnews.net\r\nen.apa.az\r\nen.canoe.ca\r\nen.mercopress.com\r\nen.news.maktoob.com\r\nen.rian.ru\r\nen.terra.com\r\nen.trend.az\r\nen.vivanews.com\r\nen.wikinews.org\r\nencinitas.patch.com\r\nencino.patch.com\r\nenctoday.com\r\nenergyfm.net\r\nenergyintel.com\r\nenergypublisher.com\r\nenewschannels.com\r\nenewscourier.com\r\nenewspf.com\r\nenfield.patch.com\r\nengineeringnews.co.za\r\nenglish.ahram.org.eg\r\nenglish.alarabiya.net\r\nenglish.albeu.com\r\nenglish.aljazeera.net\r\nenglish.alshahid.net\r\nenglish.capital.gr\r\nenglish.chosun.com\r\nenglish.cri.cn\r\nenglish.donga.com\r\nenglish.eastday.com\r\nenglish.farsnews.com\r\nenglish.galatta.com\r\nenglish.ntdtv.com\r\nenglish.peopledaily.com.cn\r\nenglish.pnn.ps\r\nenglish.pravda.ru\r\nenglish.rfi.fr\r\nenglish.rti.org.tw\r\nenglish.ruvr.ru\r\nenglish.samaylive.com\r\nenglish.vietnamnet.vn\r\nenglish.vovnews.vn\r\nenglish.yonhapnews.co.kr\r\neni.ch\r\nenidnews.com\r\nennaharonline.com\r\nennisdailynews.com\r\nenterprisenews.com\r\nentertainment.gather.com\r\nentertainment.iafrica.com\r\nentertainment.msn.co.nz\r\nentertainment.stv.tv\r\nenumclaw.patch.com\r\neon.businesswire.com\r\neonline.com\r\ne-pao.net\r\nepiscopalchurch.org\r\nepiscopal-life.org\r\nepolitix.com\r\nequicknews.com\r\nerentals.co.uk\r\nerstarnews.com\r\nesarcasm.com\r\nescambray.cu\r\nesciencenews.com\r\nesecurityplanet.com\r\nesperanceexpress.com.au\r\nespn.go.com\r\nespn1420.com\r\nesquire.com\r\nessex.patch.com\r\nessexcountystandard.co.uk\r\nestevanmercury.ca\r\nesthervilledailynews.com\r\netfdailynews.com\r\netftrends.com\r\netonline.com\r\neturbonews.com\r\neu.techcrunch.com\r\neuobserver.com\r\neuractiv.com\r\neurasianet.org\r\neurasiareview.com\r\neurekastreet.com.au\r\neureka-wildwood.patch.com\r\neuronews.net\r\neurope.wsj.com\r\neuropeanvoice.com\r\neuroweeklynews.com\r\neurweb.com\r\nevanston.patch.com\r\neveningexpress.co.uk\r\neveningnews24.co.uk\r\neveningtimes.co.uk\r\neveningtribune.com\r\nevergreenpark.patch.com\r\nevolutionnews.org\r\neweek.com\r\neweekeurope.co.uk\r\newireinformer.com\r\nexaminer.co.uk\r\nexaminer.com\r\nexaminer.ie\r\nexaminer.net\r\nexchangemagazine.com\r\nexecutivegov.com\r\nexpatforum.com\r\nexpatica.com\r\nexpertclick.com\r\nexplorebaltimorecounty.com\r\nexplorecarroll.com\r\nexploreharford.com\r\nexplorehoward.com\r\nexplorernews.com\r\nexpress.co.uk\r\nexpress.whereilive.com.au\r\nexpressandstar.com\r\nexpressbuzz.com\r\nexpressindia.com\r\nextratv.warnerbros.com\r\neyeweekly.com\r\neyewitnessnews.co.za\r\neyretribune.com.au\r\nezega.com\r\nfabiusmaximus.wordpress.com\r\nfaceoff.com\r\nfadedtribune.com\r\nfairfaxcity.patch.com\r\nfairfaxstation.patch.com\r\nfairfaxtimes.com\r\nfairfield.patch.com\r\nfairfieldchampion.com.au\r\nfairfieldmirror.com\r\nfairfieldweekly.com\r\nfairlawn.patch.com\r\nfairlawn-bath.patch.com\r\nfairoaks.patch.com\r\nfairport-erpost.com\r\nfairviewpost.com\r\nfallschurch.patch.com\r\nfa-mag.com\r\nfamagusta-gazette.com\r\nfamilysecuritymatters.org\r\nfan590.com\r\nfarmingdale.patch.com\r\nfarmington.patch.com\r\nfarmington-mi.patch.com\r\nfarsleytoday.co.uk\r\nfastcodesign.com\r\nfastcompany.com\r\nfavstocks.com\r\nfayobserver.com\r\nfbi.gov\r\nfcw.com\r\nfdlreporter.com\r\nfederalnewsradio.com\r\nfederaltimes.com\r\nfednews.com\r\nfedsmith.com\r\nfeeds.abcnews.com\r\nfeeds.boston.com\r\nfeeds.crikey.com.au\r\nfeeds.informationweek.com\r\nfeeds.kff.org\r\nfeeds.nbcbayarea.com\r\nfeeds.nbcchicago.com\r\nfeeds.nbcconnecticut.com\r\nfeeds.nbcdfw.com\r\nfeeds.nbclosangeles.com\r\nfeeds.nbcmiami.com\r\nfeeds.nbcnewyork.com\r\nfeeds.nbcphiladelphia.com\r\nfeeds.nbcsandiego.com\r\nfeeds.nbcwashington.com\r\nfeeds.nytimes.com\r\nfeeds.sfgate.com\r\nfeeds.washingtonpost.com\r\nfemalefirst.co.uk\r\nfenlandcitizen.co.uk\r\nfenton.patch.com\r\nfergusfallsjournal.com\r\nferndale.patch.com\r\nfftimes.com\r\nffwdweekly.com\r\nfhctoday.com\r\nfieldnotes.msnbc.msn.com\r\nfierceonlinevideo.com\r\nfightbacknews.org\r\nfijivillage.com\r\nfileymercury.co.uk\r\nfilmschoolrejects.com\r\nfilmshaft.com\r\nfin24.com\r\nfinance.fortune.cnn.com\r\nfinance.ninemsn.com.au\r\nfinance.yahoo.com\r\nfinance-commerce.com\r\nfinancenews.co.uk\r\nfinancialexpress.com\r\nfinancialfeed.net\r\nfinancialmirror.com\r\nfinchannel.com\r\nfingal-independent.ie\r\nfireengineering.com\r\nfirefightingnews.com\r\nfirehouse.com\r\nfirerescue1.com\r\nfirstarkansasnews.net\r\nfirstcoastnews.com\r\nfirstread.msnbc.msn.com\r\nfirstthings.com\r\nfitsnews.com\r\nfiveaa.com.au\r\nflaglerlive.com\r\nflanews.com\r\nflatheadbeacon.com\r\nflcourier.com\r\nfleckingrecords.co.uk\r\nfleetwoodtoday.co.uk\r\nflickeringmyth.blogspot.com\r\nflickfilosopher.com\r\nflightglobal.com\r\nflintshirechronicle.co.uk\r\nflipthemedia.com\r\nfloridanewswire.com\r\nfloridatoday.com\r\nflorissant.patch.com\r\nfltimes.com\r\nfly.co.uk\r\nfocus-fen.net\r\nfocustaiwan.tw\r\nfool.com\r\nfootball-news.org.uk\r\nfoothillsmediagroup.com\r\nforbes.com\r\nforbesadvocate.com.au\r\nforeign.peacefmonline.com\r\nforeignaffairs.com\r\nforeignpolicy.com\r\nforeignpolicyjournal.com\r\nforesthills.patch.com\r\nforexblog.oanda.com\r\nforexhound.com\r\nforexlive.com\r\nforexnewsnow.com\r\nforexpros.com\r\nforex-rateit.com\r\nforextv.com\r\nforexyard.com\r\nformbytimes.co.uk\r\nforsythnews.com\r\nfortbendnow.com\r\nfortgreene.patch.com\r\nforthunt.patch.com\r\nfortlee.patch.com\r\nfortmorgantimes.com\r\nfortnightlyreview.co.uk\r\nfortsaskatchewanrecord.com\r\nforward.com\r\nfostercity.patch.com\r\nfosters.com\r\nfourthestatenewspaper.com\r\nfox10tv.com\r\nfox11az.com\r\nfox11online.com\r\nfox12idaho.com\r\nfox13now.com\r\nfox19.com\r\nfox21online.com\r\nfox23.com\r\nfox23news.com\r\nfox26medford.com\r\nfox28.com\r\nfox2now.com\r\nfox40.com\r\nfox41.com\r\nfox43.com\r\nfox4kc.com\r\nfox59.com\r\nfox5vegas.com\r\nfox6now.com\r\nfox8.com\r\nfox8live.com\r\nfoxandhoundsdaily.com\r\nfoxbororeporter.com\r\nfoxborough.patch.com\r\nfoxbusiness.com\r\nfoxcarolina.com\r\nfoxcharlotte.com\r\nfoxnews.com\r\nfoxnews.mobi\r\nfoxreno.com\r\nfoxtoledo.com\r\nframingham.patch.com\r\nfrance24.com\r\nfrankfort.patch.com\r\nfranklinlakes.patch.com\r\nfrankstonweekly.com.au\r\nfrasercoastchronicle.com.au\r\nfrcblog.com\r\nfredericknewspost.com\r\nfredericksburg.com\r\nfredericksburg.patch.com\r\nfredonialeader.com\r\nfreehold.patch.com\r\nfreelancenews.com\r\nfreemalaysiatoday.com\r\nfreep.com\r\nfreepressonline.com\r\nfreepressseries.co.uk\r\nfree-times.com\r\nfremonttribune.com\r\nfrenchtribune.com\r\nfreshbusinessthinking.com\r\nfresnobee.com\r\nfresnocitycollegerampage.com\r\nfridley.patch.com\r\nfromthetrenchesworldreport.com\r\nfrontburner.dmagazine.com\r\nfrontpagemag.com\r\nfrostmagazine.com\r\nfrumforum.com\r\nfsrn.org\r\nfstribune.com\r\nft.com\r\nftalphaville.ft.com\r\nftleavenworthlamp.com\r\nftpapp.app.com.pk\r\nfudzilla.com\r\nfuelfix.com\r\nfullcomment.nationalpost.com\r\nfultonsun.com\r\nfusedfilm.com\r\nfutureofcapitalism.com\r\nfuturesmag.com\r\nfuturespros.com\r\nfw.farmonline.com.au\r\nfwweekly.com\r\nfxmarketalerts.com\r\nfx-mm.com\r\nfxstreet.com\r\ngacksports.com\r\ngadaily.com\r\ngadgets.ndtv.com\r\ngadgetsandgizmos.org\r\ngadling.com\r\ngadsdentimes.com\r\ngainesville.com\r\ngainesvilleregister.com\r\ngainesvilletimes.com\r\ngainsboroughstandard.co.uk\r\ngaithersburg.patch.com\r\ngalaxystocks.com\r\ngalesburg.com\r\ngalioninquirer.com\r\ngallery.thestar.com.my\r\ngalloway.patch.com\r\ngallup.com\r\ngalvanews.com\r\ngalvestondailynews.com\r\ngamerant.com\r\ngamesbids.com\r\ngamrconnect.vgchartz.com\r\ngantdaily.com\r\ngardencity.patch.com\r\ngarforthtoday.co.uk\r\ngarnernews.net\r\ngarstangcourier.co.uk\r\ngastongazette.com\r\ngateschilipost.com\r\ngattonstar.com.au\r\ngawker.com\r\ngaycitynews.com\r\ngaynz.com\r\ngaysocialites.com\r\ngaytoday.com\r\ngazette.com\r\ngazette.net\r\ngazettelive.co.uk\r\ngazettenet.com\r\ngazette-news.co.uk\r\ngazettetimes.com\r\ngazettevirginian.com\r\ngazettextra.com\r\ngbcghana.com\r\ngcaptain.com\r\ngcdailyworld.com\r\ngcn.com\r\ngcobb.com\r\ngearlive.com\r\ngearlog.com\r\ngearthblog.com\r\ngeek.com\r\ngeekosystem.com\r\ngeeksugar.com\r\ngeekwire.com\r\ngeelongadvertiser.com.au\r\ngeneseorepublic.com\r\ngeneva.patch.com\r\ngenevalunch.com\r\ngeo.tv\r\ngeorgetown.patch.com\r\ngeorgiandaily.com\r\ngeorgiatoday.ge\r\ngeotimes.ge\r\ngermantown.patch.com\r\ngetreligion.org\r\ngetthebigpicture.net\r\ngettysburgtimes.com\r\nghanabusinessnews.com\r\nghanaweb.com\r\ngiants101.com\r\ngigaom.com\r\ngigharbor.patch.com\r\ngigwise.com\r\ngilroy.patch.com\r\ngilroydispatch.com\r\ngisborneherald.co.nz\r\ngizmocrunch.com\r\ngizmodo.com\r\ngizmodo.com.au\r\ngjsentinel.com\r\ngladstoneobserver.com.au\r\nglassrbije.org\r\nglasswerk.co.uk\r\nglasswerk.ie\r\nglenburnie.patch.com\r\nglencove.patch.com\r\nglendalenewspress.com\r\nglendora.patch.com\r\nglenellyn.patch.com\r\ngleninnesexaminer.com.au\r\nglenrock.patch.com\r\nglenview.patch.com\r\nglgroup.com\r\nglittarazzi.com\r\nglobalanimal.org\r\nglobalcomment.com\r\nglobalgrind.com\r\ngloballethbridge.com\r\nglobalmontreal.com\r\nglobalnation.inquirer.net\r\nglobalnews.ca\r\nglobalpost.com\r\nglobalregina.com\r\nglobalresearch.ca\r\nglobalsaskatoon.com\r\nglobalsecuritynewswire.org\r\nglobalspin.blogs.time.com\r\nglobaltoronto.com\r\nglobaltvbc.com\r\nglobaltvedmonton.com\r\nglobalvoicesonline.org\r\nglobalwinnipeg.com\r\nglobegazette.com\r\nglobes.co.il\r\ngloria-center.org\r\nglossynews.com\r\ngloucesteradvocate.com.au\r\ngloucestertimes.com\r\ngloucestertownship.patch.com\r\ngmanews.tv\r\ngmenhq.com\r\ngobankingrates.com\r\ngoblueridge.net\r\ngoddiscussion.com\r\ngoerie.com\r\ngofbw.com\r\ngogreece.about.com\r\ngo-jamaica.com\r\ngoldalert.com\r\ngoldcoast.com.au\r\ngoldcoastmail.com.au\r\ngoldenvalley.patch.com\r\ngoldinvestingnews.com\r\ngolfdigest.com\r\ngolf-talk.co.uk\r\ngolocalprov.com\r\ngomonews.com\r\ngonzalescannon.com\r\ngoodgearguide.com.au\r\ngoogle.com\r\ngoolecourier.co.uk\r\ngoondiwindiargus.com.au\r\ngoozernation.com\r\ngopusa.com\r\ngordoncampbell.scoop.co.nz\r\ngoreyguardian.ie\r\ngosanangelo.com\r\ngospelherald.net\r\ngossipcenter.com\r\ngossipcop.com\r\ngossiponthis.com\r\ngothamgazette.com\r\ngothamist.com\r\ngottabemobile.com\r\ngoulburnpost.com.au\r\ngoupstate.com\r\ngovernancenow.com\r\ngovernmentvideo.com\r\ngovexec.com\r\ngovhealthit.com\r\ngovinfosecurity.com\r\ngovwin.com\r\ngpb.org\r\ngrafton.patch.com\r\ngrandestrategy.com\r\ngrandforksherald.com\r\ngranitefallsnews.com\r\ngranthamjournal.co.uk\r\ngrayslake.patch.com\r\ngrcentral.wzzm13.com\r\ngreaterannapolis.patch.com\r\ngreaterdandenongweekly.com.au\r\ngreaterkashmir.com\r\ngreatfallstribune.com\r\ngreatlakesadvocate.com.au\r\ngreatnewmovies.com\r\ngreece.greekreporter.com\r\ngreecepost.com\r\ngreeleytribune.com\r\ngreenbaypressgazette.com\r\ngreenbelt.patch.com\r\ngreencarreports.com\r\ngreencelebrity.net\r\ngreendale.patch.com\r\ngreenfield.patch.com\r\ngreenfieldreporter.com\r\ngreenleft.org.au\r\ngreenpartywatch.org\r\ngreenprophet.com\r\ngreenvilleonline.com\r\ngreenwich.patch.com\r\ngreenwichcitizen.com\r\ngreenwichtime.com\r\ngretawire.blogs.foxnews.com\r\ngridleyherald.com\r\ngrist.org\r\ngroesbeckjournal.com\r\ngroton.patch.com\r\ngroundreport.com\r\ngroundviews.org\r\ngtglobaltrader.com\r\ngtweekly.com\r\nguampdn.com\r\nguanabee.com\r\nguardian.co.tt\r\nguardian.co.uk\r\nguardian-series.co.uk\r\nguatemala-times.com\r\nguelphmercury.com\r\nguestlist.radio.com\r\ngulf-daily-news.com\r\ngulfnews.com\r\ngulf-times.com\r\ngulftoday.ae\r\ngunshyassassin.com\r\nguyism.com\r\ngvnews.com\r\ngwdtoday.com\r\ngwinnettdailypost.com\r\ngwumc.edu\r\ngympietimes.com.au\r\nhaaretz.com\r\nhaddonfield.patch.com\r\nhaddonfield.sunne.ws\r\nhalfhollowhills.patch.com\r\nhalfmoonbay.patch.com\r\nhaliburtonecho.ca\r\nhalifaxcourier.co.uk\r\nhamden.patch.com\r\nhamilton-wenham.patch.com\r\nhammeroftruth.com\r\nhamptonroads.com\r\nhamsayeh.net\r\nhandyshippingguide.com\r\nhanfordsentinel.com\r\nhannaherald.com\r\nhannibal.net\r\nharboroughmail.co.uk\r\nhardenexpress.com.au\r\nhardocp.com\r\nhardwarezone.com\r\nharlowstar.co.uk\r\nharrison.patch.com\r\nharrowobserver.co.uk\r\nharrowtimes.co.uk\r\nhartfordbusiness.com\r\nhartland.patch.com\r\nhartlepoolmail.co.uk\r\nharvardmagazine.com\r\nhasbrouckheights.patch.com\r\nhastingsobserver.co.uk\r\nhastingstribune.com\r\nhattiesburgamerican.com\r\nhauppauge.patch.com\r\nhavasunews.com\r\nhaveeru.com.mv\r\nhavenews.com\r\nhaverford.patch.com\r\nhaverhillecho.co.uk\r\nhawaii247.com\r\nhawaiinewsdaily.com\r\nhawaiinewsnow.com\r\nhawaiireporter.com\r\nhawkesbaytoday.co.nz\r\nhawkesburygazette.com.au\r\nhaylingtoday.co.uk\r\nhaysfreepress.com\r\nhazelwood.patch.com\r\nhdnewsroom.com\r\nheadingleytoday.co.uk\r\nheadlineplanet.com\r\nhealdsburg.patch.com\r\nhealth.usnews.com\r\nhealthcanal.com\r\nhealthland.time.com\r\nhealthnewstrack.com\r\nheart.co.uk\r\nheartlandconnection.com\r\nheatingoil.com\r\nheavemedia.com\r\nhebdenbridgetimes.co.uk\r\nheebmagazine.com\r\nhelena-arkansas.com\r\nhelenair.com\r\nhellertown.patch.com\r\nhellomagazine.com\r\nhelsinkitimes.fi\r\nhemeltoday.co.uk\r\nhenriettapost.com\r\nhepburnadvocate.com.au\r\nherald.ie\r\nheraldandnews.com\r\nheraldbulletin.com\r\nheralddemocrat.com\r\nheralddeparis.com\r\nherald-dispatch.com\r\nheraldextra.com\r\nherald-mail.com\r\nheraldnet.com\r\nheraldnews.com\r\nheraldnews.suntimes.com\r\nheraldonline.com\r\nherald-review.com\r\nheraldscotland.com\r\nheraldsun.com\r\nheraldsun.com.au\r\nheraldtimesonline.com\r\nheraldtribune.com\r\nherald-zeitung.com\r\nhercules.patch.com\r\nhereandnow.wbur.org\r\nherefordtimes.com\r\nhereshow.ca\r\nheritage.com\r\nheritage.org\r\nherkimertelegram.com\r\nhermosabeach.patch.com\r\nherndon.patch.com\r\nhertfordshiremercury.co.uk\r\nheyuguys.co.uk\r\nhidesertstar.com\r\nhighland-news.co.uk\r\nhighlandpark.patch.com\r\nhighlandpark-ca.patch.com\r\nhighrivertimes.com\r\nhillcrest.patch.com\r\nhillingdontimes.co.uk\r\nhillsborough.patch.com\r\nhillsdale.net\r\nhillsnews.com.au\r\nhilltopviewsonline.com\r\nhinckleytimes.net\r\nhindu.com\r\nhindustantimes.com\r\nhingham.patch.com\r\nhiphopblog.com\r\nhiphopdx.com\r\nhiphopwired.com\r\nhispanicbusiness.com\r\nhistoricannapolis.patch.com\r\nhistoriccity.com\r\nhitfix.com\r\nhken.ibtimes.com\r\nhoboken.patch.com\r\nhofstrachronicle.com\r\nholdthefrontpage.co.uk\r\nhollandsentinel.com\r\nhollisterfreelance.com\r\nholliston.patch.com\r\nhollysprings.patch.com\r\nhollywood.com\r\nhollywood.patch.com\r\nhollywooddame.com\r\nhollywoodlife.com\r\nhollywoodnews.com\r\nhollywoodreporter.com\r\nhollywoodtoday.net\r\nholmdel.patch.com\r\nholymoly.com\r\nhome.nzcity.co.nz\r\nhomepagedaily.com\r\nhomernews.com\r\nhometownannapolis.com\r\nhometownlife.com\r\nhometownsource.com\r\nhomewood-flossmoor.patch.com\r\nh-online.com\r\nhopatcong.patch.com\r\nhopestar.com\r\nhopkins.patch.com\r\nhopkinton.patch.com\r\nhorncastlenews.co.uk\r\nhorsforthtoday.co.uk\r\nhorsham.patch.com\r\nhost.madison.com\r\nhosted.ap.org\r\nhotair.com\r\nhotelchatter.com\r\nhoteliermiddleeast.com\r\nhothardware.com\r\nhotmommagossip.com\r\nhoughtonstar.com\r\nhoumatoday.com\r\nhousatonictimes.com\r\nhousingwire.com\r\nhouston.culturemap.com\r\nhoustonherald.com\r\nhoustonianonline.com\r\nhowell.patch.com\r\nhqcomoxvalley.com\r\nhqgrandeprairie.com\r\nhqkelowna.com\r\nhqprincegeorge.com\r\nhqyellowknife.com\r\nhrw.org\r\nhs.fi\r\nhtrnews.com\r\nhubbub.wbur.org\r\nhucknalldispatch.co.uk\r\nhudsonhubtimes.com\r\nhudson-ny.org\r\nhudsonstarobserver.com\r\nhuffingtonpost.com\r\nhuliq.com\r\nhumanevents.com\r\nhumanrightsfirst.org\r\nhumeweekly.com.au\r\nhuntersvilleherald.com\r\nhuntington.patch.com\r\nhuntley.patch.com\r\nhurriyetdailynews.com\r\nhuskerextra.com\r\nhutchnews.com\r\nhyattsville.patch.com\r\nhyblavalley.patch.com\r\nhypervocal.com\r\ni955fm.com\r\niafrica.com\r\niamrogue.com\r\niberkshires.com\r\nibnlive.com\r\nibnlive.in.com\r\nibtimes.com\r\nicis.com\r\niconvsicon.com\r\nidahopress.com\r\nidahoreporter.com\r\nidahostatejournal.com\r\nidahostatesman.com\r\nidolator.com\r\nidsa.in\r\niewy.com\r\nifc.com\r\nifight365.com\r\nifw-net.com\r\nignitionnews.com.au\r\nihotdesk.com\r\niii.co.uk\r\nikhwanweb.com\r\nilkestonadvertiser.co.uk\r\nillawarramercury.com.au\r\nillinois.gov\r\nillumemag.com\r\niloubnan.info\r\nimao.us\r\nimarketnews.com\r\nimperfectparent.com\r\nimperialbeach.patch.com\r\nimperialvalleynews.com\r\nimra.org.il\r\nin.christiantoday.com\r\nin.com\r\nin.reuters.com\r\ninaudit.com\r\ninautonews.com\r\nindcatholicnews.com\r\nindecisionforever.com\r\nindeonline.com\r\nindependent.co.uk\r\nindependent.com.mt\r\nindependent.ie\r\nindependent-bangladesh.com\r\nindependentcollegian.com\r\nindependentmail.com\r\nindependentngonline.com\r\nindepthnews.net\r\nindia.wsj.com\r\nindiablooms.com\r\nindiainfoline.com\r\nindianasnewscenter.com\r\nindianexpress.com\r\nindiantelevision.com\r\nindianweekender.co.nz\r\nindiapost.com\r\nindiatoday.intoday.in\r\nindiawest.com\r\nindolink.com\r\nindrus.in\r\nindustryleadersmagazine.com\r\nindybay.org\r\nindypendent.org\r\nindystar.com\r\ninewp.com\r\ninews880.com\r\ninewsone.com\r\ninfopackets.com\r\ninformant.kalwnews.org\r\ninformationnigeria.org\r\ninformationweek.com\r\ninforum.com\r\ninfosecurity-magazine.com\r\ninfosecurity-us.com\r\ninfoworld.com\r\ninfozine.com\r\ninklingsnews.com\r\ninlandnewstoday.com\r\ninlandsocal.com\r\ninman.com\r\ninmaricopa.com\r\ninnercitypress.com\r\ninquisitr.com\r\ninsidebayarea.com\r\ninsidefutures.com\r\ninsidehalton.com\r\ninsideireland.ie\r\ninsideline.com\r\ninsidemovies.ew.com\r\ninsidepulse.com\r\ninsideronline.org\r\ninsidethegames.biz\r\ninsidetv.ew.com\r\ninsightcrime.org\r\ninspiremagazine.org.uk\r\ninstinctmagazine.com\r\ninsurancejournal.com\r\ninsurancenewsnet.com\r\ninterfax-religion.com\r\ninterlakespectator.com\r\ninternationalreporter.com\r\ninternetevolution.com\r\ninthearena.blogs.cnn.com\r\ninthenews.co.uk\r\ninthesetimes.com\r\nintifada-palestine.com\r\nintomobile.com\r\ninventorspot.com\r\ninvestmentnews.com\r\ninvestmentweek.co.uk\r\ninvestorguide.com\r\ninvestorplace.com\r\ninvestors.com\r\niol.co.za\r\niomtoday.co.im\r\niowaindependent.com\r\niowastatedaily.com\r\nipadnewstracker.com\r\niphonenewstracker.com\r\nipolitics.ca\r\nipsnews.net\r\nipsos-na.com\r\nipswichadvertiser.com.au\r\niradiophilly.com\r\niranian.com\r\nireport.cnn.com\r\nirinnews.org\r\nirishcentral.com\r\nirishecho.com\r\nirishexaminer.com\r\nirishpost.co.uk\r\nirishtimes.com\r\nirondequoitpost.com\r\nirontontribune.com\r\nirrawaddy.org\r\nisikkim.com\r\nisland.lk\r\nislandchronicle.com\r\nislandpacket.com\r\nisleofman.com\r\nisna.ir\r\nisportsweb.com\r\nisracast.com\r\nisraelidiamond.co.il\r\nisraelnationalnews.com\r\nisraeltoday.co.il\r\nisria.com\r\nissaquahpress.com\r\nisthmus.com\r\nistockanalyst.com\r\nisurfhopkins.com\r\nisurfmuhlenberg.com\r\nisurfwebster.com\r\nitbusinessedge.com\r\nitemlive.com\r\nitemonline.com\r\nithacajournal.com\r\nitmanagement.earthweb.com\r\nitn.co.uk\r\nitnews.com.au\r\nitnewsafrica.com\r\nitnewsonline.com\r\nitpro.co.uk\r\nitproportal.com\r\nitv.com\r\nitweb.co.za\r\nitwire.com\r\nitworld.com\r\nitworldcanada.com\r\nivillage.com\r\nivpressonline.com\r\niwf.org\r\niwradio.co.uk\r\njackbristol.com\r\njacksonnjonline.com\r\njacksonsun.com\r\njacksonville.com\r\njacksonvilleprogress.com\r\njalopnik.com\r\njam.canoe.ca\r\njamaica-gleaner.com\r\njamaicaobserver.com\r\njamaicaplain.patch.com\r\njamaica-star.com\r\njamestownsun.com\r\njapantoday.com\r\njaunted.com\r\njaxnewsonline.com\r\njconline.com\r\njdnews.com\r\njefferson.patch.com\r\njerseycountyjournal.com\r\njetsnation.org\r\njewcy.com\r\njewishexponent.com\r\njewishinstlouis.org\r\njewishjournal.com\r\njewishpress.com\r\njewishtimes.com\r\njewishtribune.ca\r\njezebel.com\r\njhvonline.com\r\njimmatimes.com\r\njoc.com\r\njoe.ie\r\njohnkingusa.blogs.cnn.com\r\njohnston.patch.com\r\njonesbahamas.com\r\njoongangdaily.joins.com\r\njoplinglobe.com\r\njordandirections.com\r\njosic.com\r\njournal.com.ph\r\njournal-advocate.com\r\njournaldemocrat.com\r\njournalgazette.net\r\njournalinquirer.com\r\njournallive.co.uk\r\njournal-news.com\r\njournal-news.net\r\njournalpioneer.com\r\njournalrecord.com\r\njournalreview.com\r\njournalstandard.com\r\njournalstar.com\r\njournaltimes.com\r\njournal-topics.com\r\njoybehar.blogs.cnn.com\r\njpost.com\r\njsonline.com\r\njsonline.mobi\r\njstandard.com\r\njsyk.com\r\njta.org\r\njuf.org\r\njuneauempire.com\r\njustjared.buzznet.com\r\njustsearch.co.uk\r\njutiagroup.com\r\njweekly.com\r\nkaaltv.com\r\nkabc.com\r\nkait8.com\r\nkaj18.com\r\nkake.com\r\nkalwnews.org\r\nkanglaonline.com\r\nkansan.com\r\nkansas.com\r\nkansascity.com\r\nkansascitykansan.com\r\nkansascw.com\r\nkansasreporter.org\r\nkapptv.com\r\nkara.allthingsd.com\r\nkare11.com\r\nkasa.com\r\nkashmirdispatch.com\r\nkashmirlive.com\r\nkatc.com\r\nkatherinetimes.com.au\r\nkatu.com\r\nkatv.com\r\nkatytimes.com\r\nkavkazcenter.com\r\nkbc.co.ke\r\nkbnd.com\r\nkboi2.com\r\nkbtx.com\r\nkbzk.com\r\nkc.citizen-publications.com\r\nkcautv.com\r\nkcbd.com\r\nkcby.com\r\nkcchronicle.com\r\nkcci.com\r\nkccommunitynews.com\r\nkcentv.com\r\nkcpw.org\r\nkcra.com\r\nkcrg.com\r\nkctv5.com\r\nkdhnews.com\r\nkdlt.com\r\nkdrv.com\r\nkdvr.com\r\nkdwn.com\r\nkearneyhub.com\r\nkeloland.com\r\nkenilworthweeklynews.co.uk\r\nkennesaw.patch.com\r\nkens5.com\r\nkensington.patch.com\r\nkent.patch.com\r\nkentonline.co.uk\r\nkentsterling.com\r\nkentucky.com\r\nkeprtv.com\r\nkerryman.ie\r\nkesq.com\r\nketknbc.com\r\nketv.com\r\nkey103.co.uk\r\nkeysnet.com\r\nkeyt.com\r\nkezi.com\r\nkfdm.com\r\nkfgo.com\r\nkfor.com\r\nkfoxtv.com\r\nkfqd.com\r\nkfvs12.com\r\nkfyrtv.com\r\nkgan.com\r\nkget.com\r\nkgmi.com\r\nkgoam810.com\r\nkgun9.com\r\nkgw.com\r\nkgwn.tv\r\nkhaleejtimes.com\r\nkhastv.com\r\nkhon2.com\r\nkhou.com\r\nkhq.com\r\nkhsltv.com\r\nkidsolo.com\r\nkiiitv.com\r\nkikaxemusic.com\r\nkimatv.com\r\nkimballarea.com\r\nkimt.com\r\nking5.com\r\nkingjamesgospel.com\r\nkingmandailyminer.com\r\nkingsofwar.org.uk\r\nkingspark.patch.com\r\nkinnelon.patch.com\r\nkionrightnow.com\r\nkiowacountysignal.com\r\nkippaxtoday.co.uk\r\nkippreport.com\r\nkirkland.patch.com\r\nkirksvilledailyexpress.com\r\nkirotv.com\r\nkitsapsun.com\r\nkitup.military.com\r\nkitv.com\r\nkivitv.com\r\nkjct8.com\r\nkjonline.com\r\nkjrh.com\r\nkktv.com\r\nklewtv.com\r\nklfy.com\r\nkljb.com\r\nkltv.com\r\nkmbc.com\r\nkmeg14.com\r\nkmov.com\r\nkmph.com\r\nkmtr.com\r\nkmvt.com\r\nkncifm.radio.com\r\nkndo.com\r\nknightcenter.utexas.edu\r\nknightnews.com\r\nknowledge.wharton.upenn.edu\r\nknox.villagesoup.com\r\nknoxnews.com\r\nknoxweekly.com.au\r\nknssradio.com\r\nkoamtv.com\r\nkoat.com\r\nkob.com\r\nkoco.com\r\nkohd.com\r\nkoimoi.com\r\nkoinlocal6.com\r\nkokcradio.com\r\nkold.com\r\nkolotv.com\r\nkomonews.com\r\nkoreaherald.com\r\nkoreaittimes.com\r\nkoreatimes.co.kr\r\nkotaku.com\r\nkotaku.com.au\r\nkotaradio.com\r\nkozmedia.com\r\nkpax.com\r\nkpbs.org\r\nkpho.com\r\nkpic.com\r\nkplctv.com\r\nkplr11.com\r\nkplu.org\r\nkpsplocal2.com\r\nkpth.com\r\nkptm.com\r\nkptv.com\r\nkpvi.com\r\nkrcrtv.com\r\nkrdo.com\r\nkrgv.com\r\nkristof.blogs.nytimes.com\r\nkristv.com\r\nkrmg.com\r\nkrqe.com\r\nkrtv.com\r\nksallink.com\r\nksat.com\r\nksax.com\r\nksbw.com\r\nksby.com\r\nksdk.com\r\nksfy.com\r\nksjbam.com\r\nksl.com\r\nksla.com\r\nksmu.org\r\nksn.com\r\nksnt.com\r\nkspr.com\r\nksro.com\r\nkstp.com\r\nkswo.com\r\nkswt.com\r\nktar.com\r\nktbs.com\r\nkten.com\r\nktiv.com\r\nktka.com\r\nktla.com\r\nktnv.com\r\nktre.com\r\nktsm.com\r\nkttc.com\r\nktts.com\r\nktul.com\r\nktuu.com\r\nktva.com\r\nktvb.com\r\nktvl.com\r\nktvn.com\r\nktvq.com\r\nktvu.com\r\nktvz.com\r\nktxs.com\r\nkuam.com\r\nkuik.com\r\nkulr8.com\r\nkuow.org\r\nkurdishaspect.com\r\nkurdishglobe.net\r\nkusi.com\r\nkutnews.org\r\nkuwaittimes.net\r\nkval.com\r\nkvewtv.com\r\nkvia.com\r\nkvnonews.com\r\nkvoa.com\r\nkvsc.org\r\nkvue.com\r\nkwch.com\r\nkwgn.com\r\nkwqc.com\r\nkwtx.com\r\nkxan.com\r\nkxii.com\r\nkxl.com\r\nkxlf.com\r\nkxlh.com\r\nkxly.com\r\nkxnet.com\r\nkxxv.com\r\nky3.com\r\nkyivpost.com\r\nkyma.com\r\nkypost.com\r\nkzindex.wordpress.com\r\nkztv10.com\r\nla.guestofaguest.com\r\nlaboratoryequipment.com\r\nlacanadaflintridge.patch.com\r\nlacanadaonline.com\r\nlacdubonnetleader.com\r\nlacey.patch.com\r\nlacombeglobe.com\r\nlacrossetribune.com\r\nladue-frontenac.patch.com\r\nlagrange.patch.com\r\nlagunabeach.patch.com\r\nlagunaniguel.patch.com\r\nlahontanvalleynews.com\r\nlaht.com\r\nlaindependent.com\r\nlaist.com\r\nlajolla.patch.com\r\nlajollalight.com\r\nlakeconews.com\r\nlakeforest.patch.com\r\nlakeinthehills.patch.com\r\nlakelandecho.co.uk\r\nlakenewsonline.com\r\nlakeridge.patch.com\r\nlakeshoreadvance.com\r\nlakesmail.com.au\r\nlakeville.patch.com\r\nlakewood.patch.com\r\nlakewood-oh.patch.com\r\nlakewyliepilot.com\r\nlakezurich.patch.com\r\nlamesa.patch.com\r\nlamonitor.com\r\nlancashiretelegraph.co.uk\r\nlancastereaglegazette.com\r\nlancasterguardian.co.uk\r\nlandlinemag.com\r\nlandolakes.patch.com\r\nlaneytower.com\r\nlankabusinessonline.com\r\nlankanewspapers.com\r\nlankaweb.com\r\nlansdale.patch.com\r\nlansingstatejournal.com\r\nlaobserved.com\r\nlaramieboomerang.com\r\nlarchmont.patch.com\r\nlaredosun.us\r\nlargo.patch.com\r\nlariatnews.com\r\nlarkspurcortemadera.patch.com\r\nlarouchepub.com\r\nlarrybrownsports.com\r\nlasnark.com\r\nlasvegassun.com\r\nlatestnews.virginmedia.com\r\nlatimes.com\r\nlatimesblogs.latimes.com\r\nlatinalista.net\r\nlatindispatch.com\r\nlatino.foxnews.com\r\nlatinoreview.com\r\nlatrobevalleyexpress.com.au\r\nlauncestontimes.com.au\r\nlaurel.patch.com\r\nlaurinburgexchange.com\r\nlaweekly.com\r\nlawfareblog.com\r\nlawfuel.com\r\nlawrenceville.patch.com\r\nlawrenceville-ga.patch.com\r\nlawweekonline.com\r\nlbpost.com\r\nlcctorch.com\r\nlcsun-news.com\r\nldnews.com\r\nleader.fhsu.edu\r\nleadercall.com\r\nleaderjournal.com\r\nleaderpost.com\r\nleadertelegram.com\r\nleamingtoncourier.co.uk\r\nleamingtonpostandshopper.com\r\nlearning.blogs.nytimes.com\r\nlearnvest.com\r\nleavenworthtimes.com\r\nlebanon-express.com\r\nlecanadian.com\r\nledger-enquirer.com\r\nleducrep.com\r\nledyard.patch.com\r\nleeinks.weei.com\r\nleesburg.patch.com\r\nleesburg2day.com\r\nleesvilledailyleader.com\r\nleftfootforward.org\r\nlegalbrief.co.za\r\nlegaltimes.typepad.com\r\nlegalweek.com\r\nlegislativegazette.com\r\nlegitgov.org\r\nlegitreviews.com\r\nlehighacrescitizen.com\r\nlehighvalleylive.com\r\nleighreporter.co.uk\r\nleightonbuzzardonline.co.uk\r\nlemongrove.patch.com\r\nlemont.patch.com\r\nlenconnect.com\r\nlens.blogs.nytimes.com\r\nlep.co.uk\r\nlethbridgeherald.com\r\nletters.salon.com\r\nlevittown.patch.com\r\nlevittown-ny.patch.com\r\nlewrockwell.com\r\nlex18.com\r\nlexch.com\r\nlexington.patch.com\r\nlexingtonchronicle.com\r\nlezgetreal.com\r\nlfpress.com\r\nlgbtweekly.com\r\nlibdemvoice.org\r\nlibertymaven.com\r\nlibertynewsonline.com\r\nlibertyville.patch.com\r\nlibn.com\r\nlife.globaltimes.cn\r\nlife.nationalpost.com\r\nlilburn.patch.com\r\nlimelife.com\r\nlincolncourier.com\r\nlincolnnewsmessenger.com\r\nlincolntribune.com\r\nlindenhurst.patch.com\r\nlinktv.org\r\nlinncountyleader.com\r\nlisle.patch.com\r\nlithgowmercury.com.au\r\nlittlefallstimes.com\r\nlittlehamptongazette.co.uk\r\nlittleneck.patch.com\r\nlittlesilver.patch.com\r\nlive.drjays.com\r\nlive.psu.edu\r\nlive.washingtonpost.com\r\nlive5news.com\r\nlivemint.com\r\nliveoilprices.co.uk\r\nlivermore.patch.com\r\nliverpooldailypost.co.uk\r\nliverpoolecho.co.uk\r\nlivescience.com\r\nlivinginperu.com\r\nlivingston.patch.com\r\nlivingstondaily.com\r\nlmtribune.com\r\nlocal12.com\r\nlocal2.ca\r\nlocalnews8.com\r\nlocalwireless.com\r\nlodinews.com\r\nloganville.patch.com\r\nlohud.com\r\nlomalinda.patch.com\r\nlompocrecord.com\r\nlondon24.com\r\nlondonnet.co.uk\r\nlonestarreport.org\r\nlongbeach.patch.com\r\nlongbranch.patch.com\r\nlongislandpress.com\r\nlongridgenews.co.uk\r\nlongvalley.patch.com\r\nlongwarjournal.org\r\nloot-ninja.com\r\nlorton.patch.com\r\nlosalamitos.patch.com\r\nlosaltos.patch.com\r\nlosgatos.patch.com\r\nlostlettermen.com\r\nlostremote.com\r\nlouthleader.co.uk\r\nlovestyle.com\r\nlowellsun.com\r\nlowermacungie.patch.com\r\nlowermoreland.patch.com\r\nlse.co.uk\r\nlsj.com\r\nlsureveille.com\r\nlubbockonline.com\r\nlufkindailynews.com\r\nlulegacy.com\r\nlusakatimes.com\r\nlutontoday.co.uk\r\nlutterworthmail.co.uk\r\nlvrj.com\r\nlynbrook.patch.com\r\nlynch.foreignpolicy.com\r\nlynnfield.patch.com\r\nlynnnews.co.uk\r\nlythamstannesexpress.co.uk\r\nm2.tbo.com\r\nmaannews.net\r\nmableton.11alive.com\r\nmacarthuradvertiser.com.au\r\nmacaudailytimes.com.mo\r\nmacedoniaonline.eu\r\nmacedonrangesweekly.com.au\r\nmacomb.patch.com\r\nmacombdaily.com\r\nmacon.com\r\nmaconch.com\r\nmaddowblog.msnbc.msn.com\r\nmadison.patch.com\r\nmadisoncountycourier.com\r\nmadisonet.com\r\nmagharebia.com\r\nmaghullstar.co.uk\r\nmagicvalley.com\r\nmahwah.patch.com\r\nmailonsunday.co.uk\r\nmailtribune.com\r\nmainjustice.com\r\nmainlinemedianews.com\r\nmainstreet.com\r\nmalaya.com.ph\r\nmalaysiakini.com\r\nmalden.patch.com\r\nmalibu.patch.com\r\nmalibutimes.com\r\nmaltatoday.com.mt\r\nmaltonmercury.co.uk\r\nmanagingip.com\r\nmanalapan.patch.com\r\nmanassas.patch.com\r\nmanassaspark.patch.com\r\nmanchester.patch.com\r\nmanchesterjournal.com\r\nmandh-online.com\r\nmangalorean.com\r\nmanhattan.about.com\r\nmanhattan.ny1.com\r\nmanhattanbeach.patch.com\r\nmania.com\r\nmanilastandardtoday.com\r\nmankatofreepress.com\r\nmanly-daily.whereilive.com.au\r\nmanningrivertimes.com.au\r\nmanolith.com\r\nmansfield.htnp.com\r\nmansfield.patch.com\r\nmansfield-ma.patch.com\r\nmansfieldnewsjournal.com\r\nmanxradio.com\r\nmaplewood.patch.com\r\nmaplewood-brentwood.patch.com\r\nmaravipost.com\r\nmarblehead.patch.com\r\nmarconews.com\r\nmargaretrivermail.com.au\r\nmaribyrnongweekly.com.au\r\nmarietta.patch.com\r\nmariettatimes.com\r\nmarinadelrey.patch.com\r\nmarinecorpstimes.com\r\nmarinelog.com\r\nmarinij.com\r\nmarioncountynews.net\r\nmarionstar.com\r\nmaritime-executive.com\r\nmarkdalestandard.com\r\nmarketingvox.com\r\nmarketnewsvideo.com\r\n\r\nmarketoracle.co.uk\r\nmarketplace.publicradio.org\r\nmarketrasenmail.co.uk\r\nmarkets.com\r\nmarkets.financialcontent.com\r\nmarkets.m.foxbusiness.com\r\nmarketwatch.com\r\nmarketwire.com\r\nmarlborough.patch.com\r\nmarlindemocrat.com\r\nmaroondahweekly.com.au\r\nmarplenewtown.patch.com\r\nmarquee.blogs.cnn.com\r\nmarshallindependent.com\r\nmarshalltribune.com\r\nmarshfieldnewsherald.com\r\nmarthasvineyard.patch.com\r\nmartinez.patch.com\r\nmartinezgazette.com\r\nmartinsvillebulletin.com\r\nmarvista.patch.com\r\nmarxist.com\r\nmarylandheights.patch.com\r\nmaryvilledailyforum.com\r\nmasala.com\r\nmashable.com\r\nmasnsports.com\r\nmasoncountydailynews.com\r\nmassachusettsnewswire.com\r\nmassapequa.patch.com\r\nmassdevice.com\r\nmasslive.com\r\nmathaba.net\r\nmatlockmercury.co.uk\r\nmauinow.com\r\nmauitime.com\r\nmaximumedge.com\r\nmaysville-online.com\r\nmb.com.ph\r\nmbd.scout.com\r\nmbpecapital.com\r\nmbtmag.com\r\nmcalesternews.com\r\nmcall.com\r\nmcccagora.com\r\nmcclatchydc.com\r\nmccookgazette.com\r\nmcdonoughvoice.com\r\nmclean.patch.com\r\nmcot.net\r\nmcphersonsentinel.com\r\nmdjonline.com\r\nmdn.mainichi.jp\r\nmeadowlakeprogress.com\r\nmedcitynews.com\r\nmedfield.patch.com\r\nmedford.patch.com\r\nmedford.sunne.ws\r\nmedia.brisbanetimes.com.au\r\nmedia.businessday.com.au\r\nmedia.cbronline.com\r\nmedia.patch.com\r\nmedia.theage.com.au\r\nmedia.watoday.com.au\r\nmedia247.co.uk\r\nmediabistro.com\r\nmediadecoder.blogs.nytimes.com\r\nmediaforfreedom.com\r\nmediagallery.usatoday.com\r\nmediaite.com\r\nmedialifemagazine.com\r\nmediamatters.org\r\nmediamemo.allthingsd.com\r\nmediamughals.com\r\nmedianewsline.com\r\nmedia-newswire.com\r\nmediapost.com\r\nmediaspy.org\r\nmediatel.co.uk\r\nmedicalnewstoday.com\r\nmedicinehatnews.com\r\nmedindia.net\r\nmeed.com\r\nmeforum.org\r\nmehlville.patch.com\r\nmelbournetimesweekly.com.au\r\nmelbourneweekly.com.au\r\nmelbourneweeklybayside.com.au\r\nmelbourneweeklyeastern.com.au\r\nmelodika.net\r\nmelrose.patch.com\r\nmeltontimes.co.uk\r\nmeltonweekly.com.au\r\nmemeburn.com\r\nmemphisflyer.com\r\nmenafn.com\r\nmenlopark.patch.com\r\nmenmedia.co.uk\r\nmenomoneefalls.patch.com\r\nmentor.patch.com\r\nmercedsunstar.com\r\nmercerisland.patch.com\r\nmercurynews.com\r\nmeriden.patch.com\r\nmeridianbooster.com\r\nmerimbulanewsonline.com.au\r\nmerredinmercury.com.au\r\nmerrick.patch.com\r\nmesquitelocalnews.com\r\nmessenger.com.ge\r\nmetalinjection.net\r\nmetro.co.uk\r\nmetro.us\r\nmetronews.ca\r\nmetroweekly.com\r\nmetrowestdailynews.com\r\nmetrowny.com\r\nmexicoledger.com\r\nmfa.gov.il\r\nmg.co.za\r\nmh.vrvm.com\r\nmhpbooks.com\r\nmi2g.com\r\nmi2n.com\r\nmiamiherald.com\r\nmichigandaily.com\r\nmichiganmessenger.com\r\nmid-day.com\r\nmiddle-east-online.com\r\nmiddletown.patch.com\r\nmiddletown-ct.patch.com\r\nmiddletownjournal.com\r\nmiddletown-nj.patch.com\r\nmiddletownpress.com\r\nmiddletowntranscript.com\r\nmideastposts.com\r\nmideastyouth.com\r\nmidhudsonnews.com\r\nmidhurstandpetworth.co.uk\r\nmidlandfreepress.com\r\nmidlandsconnect.com\r\nmidsussextimes.co.uk\r\nmidtown.patch.com\r\nmidwestsportsfans.com\r\nmilaz.info\r\nmilehighreport.com\r\nmilford.patch.com\r\nmilfordbeacon.com\r\nmilforddailynews.com\r\nmilford-ma.patch.com\r\nmilitary.com\r\nmilitary-technologies.net\r\nmilitarytimes.com\r\nmillbrae.patch.com\r\nmillburn.patch.com\r\nmillercountyliberal.com\r\nmiller-mccune.com\r\nmilligazette.com\r\nmilpitas.patch.com\r\nmilton.patch.com\r\nmiltonkeynes.co.uk\r\nmindanaoexaminer.com\r\nmindanews.com\r\nmindentimes.ca\r\nmineola.patch.com\r\nmineweb.com\r\nminews26.com\r\nminingweekly.com\r\nminivannews.com\r\nminnesota.publicradio.org\r\nminnesotaindependent.com\r\nminnetonka.patch.com\r\nminnpost.com\r\nminonline.com\r\nminotdailynews.com\r\nminutemannewscenter.com\r\nminyanville.com\r\nmiranda.broadcastnewsroom.com\r\nmirfieldreporter.co.uk\r\nmirror.augusta.com\r\nmirror.co.uk\r\nmisformusic.com\r\nmissionviejo.patch.com\r\nmissjia.com\r\nmissoulian.com\r\nmissourinet.com\r\nmitchelladvocate.com\r\nmitchellrepublic.com\r\nmix96.co.uk\r\nmizzima.com\r\nmk-news.co.uk\r\nmlb.mlb.com\r\nmlb.sbnation.com\r\nmlive.com\r\nmmail.com.my\r\nmmdnewswire.com\r\nmmegi.bw\r\nmndaily.com\r\nmnilive.com\r\nmnn.com\r\nmnnonline.org\r\nmns.co.uk\r\nmoberlymonitor.com\r\nmobile.atlanta.sbnation.com\r\nmobile.bournemouthecho.co.uk\r\nmobile.daytondailynews.com\r\nmobile.dc.sbnation.com\r\nmobile.dw-world.de\r\nmobile.fairfield-echo.com\r\nmobile.gazette-news.co.uk\r\nmobile.journal-news.com\r\nmobile.jpost.com\r\nmobile.kcfr.org\r\nmobile.krgv.com\r\nmobile.metronews.ca\r\nmobile.middletownjournal.com\r\nmobile.nation.co.ke\r\nmobile.nbcsports.com\r\nmobile.ndtv.com\r\nmobile.newsday.com\r\nmobile.newsminer.com\r\nmobile.newsok.com\r\nmobile.newspost.com\r\nmobile.nytimes.com\r\nmobile.oxfordpress.com\r\nmobile.pcauthority.com.au\r\nmobile.peacefmonline.com\r\nmobile.philly.sbnation.com\r\nmobile.pulsejournal.com\r\nmobile.reuters.com\r\nmobile.salon.com\r\nmobile.sbnation.com\r\nmobile.sfgate.com\r\nmobile.shanghaidaily.com\r\nmobile.springfieldnewssun.com\r\nmobile.stlouis.sbnation.com\r\nmobile.theeagle.com\r\nmobile.thestar.com\r\nmobile.time.com\r\nmobile.wboy.com\r\nmobile.western-star.com\r\nmobile.whptv.com\r\nmobileburn.com\r\nmobiledia.com\r\nmobilemarketingwatch.com\r\nmoconews.net\r\nmodbee.com\r\nmodernghana.com\r\nmoderntimesmagazine.com\r\nmohavedailynews.com\r\nmokena.patch.com\r\nmoms.today.com\r\nmonashweekly.com.au\r\nmoney.blogs.time.com\r\nmoney.canoe.ca\r\nmoney.cnn.com\r\nmoney.msn.com\r\nmoney.uk.msn.com\r\nmoneycontrol.com\r\nmoneylife.in\r\nmoneymorning.com\r\nmoneynews.com\r\nmoneytalksnews.com\r\nmoneywatch.bnet.com\r\nmoneyweb.co.za\r\nmonitor.co.ug\r\nmonroe.patch.com\r\nmonroenews.com\r\nmonrovia.patch.com\r\nmonstersandcritics.com\r\nmontana.watchdog.org\r\nmontclair.patch.com\r\nmontenews.com\r\nmontereycountyweekly.com\r\nmontereyherald.com\r\nmontgomery.patch.com\r\nmontgomeryadvertiser.com\r\nmontgomerynews.com\r\nmontgomeryvillage.patch.com\r\nmonthlyreview.org\r\nmontreal.ctv.ca\r\nmontrealgazette.com\r\nmontrose.patch.com\r\nmontrosepress.com\r\nmontville.patch.com\r\nmoodycountyenterprise.com\r\nmooneevalleyweekly.com.au\r\nmoorestown.sunne.ws\r\nmoorpark.patch.com\r\nmoortowntoday.co.uk\r\nmoreechampion.com.au\r\nmorganhilltimes.com\r\nmorleyobserver.co.uk\r\nmorningjournal.com\r\nmorningstarpublishing.com\r\nmorningsun.net\r\nmorning-times.com\r\nmoroccoboard.com\r\nmorpethherald.co.uk\r\nmorris.patch.com\r\nmorrisdailyherald.com\r\nmorristown.patch.com\r\nmortongrove.patch.com\r\nmortontimesnews.com\r\nmorungexpress.com\r\nmoseslakegrantcounty.kxly.com\r\nmotherjones.com\r\nmoultrieobserver.com\r\nmountainenterprise.com\r\nmountainfm.net\r\nmountainhomenews.com\r\nmountainview.patch.com\r\nmountainx.com\r\nmounthelix.patch.com\r\nmountvernon.patch.com\r\nmountvernonnews.com\r\nmoviecitynews.com\r\nmoviefone.co.uk\r\nmovieline.com\r\nmovies.ign.com\r\nmovies.ndtv.com\r\nmovies.sky.com\r\nmovies.uk.msn.com\r\nmoviesblog.mtv.com\r\nmovieviral.com\r\nmovieweb.com\r\nmpbn.net\r\nmpnnow.com\r\nmrc.org\r\nmrpaparazzi.com\r\nmrsec.com\r\nmrzine.monthlyreview.org\r\nmsn.foxsports.com\r\nmsnbc.msn.com\r\nmtairy.patch.com\r\nmtexpress.com\r\nmtlaurel.sunne.ws\r\nmtshastanews.com\r\nmtv.com\r\nmuckety.com\r\nmudgeeguardian.com.au\r\nmultiamerican.scpr.org\r\nmultichannel.com\r\nmumbaimirror.com\r\nmumbrella.com.au\r\nmunciefreepress.com\r\nmurfreesboropost.com\r\nmurphysboroamerican.com\r\nmurrayledger.com\r\nmurrieta.patch.com\r\nmuscatinejournal.com\r\nmusic.aol.co.uk\r\nmusicfeeds.com.au\r\nmusic-news.com\r\nmusicrooms.net\r\nmuskego.patch.com\r\nmuskogeephoenix.com\r\nmuslimmatters.org\r\nmuslimnews.co.uk\r\nmuswellbrookchronicle.com.au\r\nmutiny.in\r\nmvptexas.com\r\nmv-voice.com\r\nmwcnews.net\r\nmy.auburnjournal.com\r\nmy.firedoglake.com\r\nmy.hsj.org\r\nmyabc50.com\r\nmyallcoastnota.com.au\r\nmybanktracker.com\r\nmybroadband.co.za\r\nmyce.com\r\nmycentraljersey.com\r\nmycentraloregon.com\r\nmycrains.crainsnewyork.com\r\nmydesert.com\r\nmydigitalfc.com\r\nmyedmondsnews.com\r\nmyfox8.com\r\nmyfoxal.com\r\nmyfoxatlanta.com\r\nmyfoxboston.com\r\nmyfoxchicago.com\r\nmyfoxdc.com\r\nmyfoxdetroit.com\r\nmyfoxdfw.com\r\nmyfoxhouston.com\r\nmyfoxla.com\r\nmyfoxlubbock.com\r\nmyfoxmemphis.com\r\nmyfoxny.com\r\nmyfoxorlando.com\r\nmyfoxphilly.com\r\nmyfoxphoenix.com\r\nmyfoxtampabay.com\r\nmyfoxtwincities.com\r\nmyjournalcourier.com\r\nmyloansconsolidated.com\r\nmymotherlode.com\r\nmynews4.com\r\nmynorthwest.com\r\nmypetjawa.mu.nu\r\nmyrecordjournal.com\r\nmyrepublica.com\r\nmysanantonio.com\r\nmysinchew.com\r\nmysouthwestga.com\r\nmystateline.com\r\nmysuburbanlife.com\r\nmywabashvalley.com\r\nmywebtimes.com\r\nmywesttexas.com\r\nmyzeeland.com\r\nnab.broadcastnewsroom.com\r\nnaharnet.com\r\nnakedsecurity.sophos.com\r\nnambuccaguardian.com.au\r\nnamibian.com.na\r\nnancygrace.blogs.cnn.com\r\nnanuet.patch.com\r\nnapa.patch.com\r\nnapavalleyregister.com\r\nnaperville.patch.com\r\nnapervillesun.suntimes.com\r\nnaplesnews.com\r\nnarcosphere.narconews.com\r\nnaroomanewsonline.com.au\r\nnarragansett.patch.com\r\nnarrominenewsonline.com.au\r\nnashuatelegraph.com\r\nnashville.com\r\nnashvillescene.com\r\nnatchezdemocrat.com\r\nnatick.patch.com\r\nnation.co.ke\r\nnation.com.pk\r\nnation.foxnews.com\r\nnationaldefensemagazine.org\r\nnationalfootballpost.com\r\nnationalinterest.org\r\nnationaljournal.com\r\nnationalledger.com\r\nnationalpost.com\r\nnationalreview.com\r\nnationalturk.com\r\nnationmultimedia.com\r\nnationofblue.com\r\nnato.int\r\nnaugatuck.patch.com\r\nnavasotaexaminer.com\r\nnavytimes.com\r\nnazareth.patch.com\r\nnazret.com\r\nnbc11news.com\r\nnbc15.com\r\nnbc-2.com\r\nnbc26.com\r\nnbc29.com\r\nnbcbayarea.com\r\nnbcchicago.com\r\nnbcconnecticut.com\r\nnbcdfw.com\r\nnbclosangeles.com\r\nnbcmiami.com\r\nnbcmontana.com\r\nnbcnewyork.com\r\nnbcphiladelphia.com\r\nnbcsandiego.com\r\nnbcsports.msnbc.com\r\nnbcwashington.com\r\nnbr.co.nz\r\nnbs.gmnews.com\r\nncatregister.com\r\nncnewspress.com\r\nncnguyana.com\r\nncnn.com\r\nncregister.com\r\nnctimes.com\r\nndsmcobserver.com\r\nndtv.com\r\nneagle.com\r\nnebraska.statepaper.com\r\nnebraska.tv\r\nnecn.com\r\nneedham.patch.com\r\nnehandaradio.com\r\nneighbornewspapers.com\r\nneontommy.com\r\nneoshodailynews.com\r\nnerdtrek.com\r\nneshobademocrat.com\r\nnesn.com\r\nnestmann.sovereignsociety.com\r\nnetglobers.com\r\nnetindian.in\r\nnet-security.org\r\nnetworkeffect.allthingsd.com\r\nnetworkworld.com\r\nneurope.eu\r\nnevadaappeal.com\r\nnew.bangordailynews.com\r\nnewamerica.net\r\nnewamericamedia.org\r\nnewark.patch.com\r\nnewarkadvocate.com\r\nnewbaltimore.patch.com\r\nnewbernsj.com\r\nnewburyportnews.com\r\nnewcanaan.patch.com\r\nnewcity.patch.com\r\nnewdesignworld.com\r\nnewenterprise.allthingsd.com\r\nnewera.com.na\r\nnewhampshire.com\r\nnewhavenindependent.org\r\nnewhydepark.patch.com\r\nnewjerseynewsroom.com\r\nnewlenox.patch.com\r\nnewlondon.patch.com\r\nnew-magazine.co.uk\r\nnewmarketjournal.co.uk\r\nnewmexicoindependent.com\r\nnewmilford-nj.patch.com\r\nneworleanscitybusiness.com\r\nnewport.patch.com\r\nnewportbeach.patch.com\r\nnewportindependent.com\r\nnewportrichey.patch.com\r\nnewprovidence.patch.com\r\nnewrichmond-news.com\r\nnewrochelle.patch.com\r\nnews.accuracast.com\r\nnews.am\r\nnews.antiwar.com\r\nnews.asiaone.com\r\nnews.az\r\nnews.bbc.co.uk\r\nnews.blogs.cnn.com\r\nnews.bostonherald.com\r\nnews.brisbanetimes.com.au\r\nnews.cincinnati.com\r\nnews.ciol.com\r\nnews.cnet.com\r\nnews.com.au\r\nnews.consumerreports.org\r\nnews.discovery.com\r\nnews.err.ee\r\nnews.firedoglake.com\r\nnews.gather.com\r\nnews.gnom.es\r\nnews.health.com\r\nnews.hereisthecity.com\r\nnews.hjnews.com\r\nnews.iafrica.com\r\nnews.idg.no\r\nnews.in.msn.com\r\nnews.infoshop.org\r\nnews.lalate.com\r\nnews.malaysia.msn.com\r\nnews.morningstar.com\r\nnews.msn.co.nz\r\nnews.muckety.com\r\nnews.myjoyonline.com\r\nnews.mywebpal.com\r\nnews.nationalpost.com\r\nnews.ninemsn.com.au\r\nnews.ontario.ca\r\nnews.opb.org\r\nnews.outlookindia.com\r\nnews.peacefmonline.com\r\nnews.ph.msn.com\r\nnews.pinkpaper.com\r\nnews.rediff.com\r\nnews.rutgers.edu\r\nnews.sciencemag.org\r\nnews.scotsman.com\r\nnews.smh.com.au\r\nnews.sportsinteraction.com\r\nnews.stanford.edu\r\nnews.stv.tv\r\nnews.techworld.com\r\nnews.theage.com.au\r\nnews.travel.aol.com\r\nnews.ucdavis.edu\r\nnews.uk.msn.com\r\nnews.wbru.com\r\nnews.wisc.edu\r\nnews.xinhuanet.com\r\nnews.yahoo.com\r\nnews10.net\r\nnews1130.com\r\nnews24.com\r\nnews4jax.com\r\nnews4mobile.ca\r\nnewsandsentinel.com\r\nnewsandstar.co.uk\r\nnewsandtech.com\r\nnewsandtribune.com\r\nnewsarama.com\r\nnews-banner.com\r\nnewsbiscuit.com\r\nnewsblog.projo.com\r\nnewsblogs.chicagotribune.com\r\nnews-briefs.ew.com\r\nnewsbusters.org\r\nnewsbytes.ph\r\nnewscaststudio.com\r\nnewschannel10.com\r\nnewschannel34.com\r\nnewschannel5.com\r\nnewschief.com\r\nnewscientist.com\r\nnewscow.net\r\nnewsday.co.zw\r\nnewsday.com\r\nnewser.com\r\nnewsfactor.com\r\nnewsfeed.time.com\r\nnewsfirst5.com\r\nnewsflash.org\r\nnews-gazette.com\r\nnewsguardian.co.uk\r\nnewsherald.com\r\nnews-herald.com\r\nnewshounds.us\r\nnewsi.es\r\nnewsinabox.net\r\nnewsinenglish.no\r\nnewsinfilm.com\r\nnewsinfo.inquirer.net\r\nnewsinfo.iu.edu\r\nnews-journalonline.com\r\nnewsjunkiepost.com\r\nnewsleader.com\r\nnews-leader.com\r\nnewsletter.co.uk\r\nnews-mail.com.au\r\nnewsmax.com\r\nnewsminer.com\r\nnewsnet5.com\r\nnewsobserver.com\r\nnewsok.com\r\nnewson6.com\r\nnewsonair.com\r\nnewsone.com\r\nnewsonnews.net\r\nnewspostleader.co.uk\r\nnews-press.com\r\nnewspressnow.com\r\nnewsradio1420.com\r\nnewsrealblog.com\r\nnews-record.com\r\nnewsrecord.org\r\nnewsregister.com\r\nnews-register.net\r\nnewsreview.com\r\nnewsroom.blogs.cnn.com\r\nnewsroom.ucla.edu\r\nnewsroomamerica.com\r\nnewsroompanama.com\r\nnews-sentinel.com\r\nnews-star.com\r\nnewsstream.blogs.cnn.com\r\nnewssun.suntimes.com\r\nnewstabulous.com\r\nnewstalk.ie\r\nnewstalk1290.wordpress.com\r\nnewstalkradiowhio.com\r\nnewstalkzb.co.nz\r\nnewstatesman.com\r\nnewstime.co.za\r\nnewstimeafrica.com\r\nnewstimes.com\r\nnewstodaynet.com\r\nnewstonight.net\r\nnewstrackindia.com\r\nnewstrib.com\r\nnewstribune.com\r\nnewstribune.info\r\nnewswest9.com\r\nnewswhip.ie\r\nnewswise.com\r\nnewswithviews.com\r\nnewsworks.org\r\nnewton.patch.com\r\nnewtondailynews.com\r\nnewtown.patch.com\r\nnewtown-pa.patch.com\r\nnewvision.co.ug\r\nnewwest.net\r\nnewyork.cbslocal.com\r\nnewyork.yankees.mlb.com\r\nnewyorker.com\r\nnextbigfuture.com\r\nnextgov.com\r\nnfl.com\r\nnflgridirongab.com\r\nnhl.com\r\nnhpr.org\r\nniagaraadvance.ca\r\nniagarafallsreview.ca\r\nniagara-gazette.com\r\nniemanlab.org\r\nniemanwatchdog.org\r\nnigeriamasterweb.com\r\nnigerianbulletin.com\r\nnigerianobservernews.com\r\nniles.patch.com\r\nnj.com\r\nnjeffersonnews.com\r\nnjherald.com\r\nnjtoday.net\r\nnl-aid.org\r\nnme.com\r\nnmpolitics.net\r\nnoco5.com\r\nnogalesinternational.com\r\nnola.com\r\nnolanchart.com\r\nnolimitstrategy.net\r\nnoosanews.com.au\r\nnorcross.patch.com\r\nnormantranscript.com\r\nnorristown.patch.com\r\nnorth-africa.com\r\nnorthamptonchron.co.uk\r\nnorthandover.patch.com\r\nnorthantset.co.uk\r\nnorthborough.patch.com\r\nnorthbranford.patch.com\r\nnorthbrook.patch.com\r\nnorthbynorthwestern.com\r\nnorthcanton.patch.com\r\nnorthcentralohio.com\r\nnorthcentralpa.com\r\nnorthcountrygazette.org\r\nnorthcountrynow.com\r\nnorthcountrypublicradio.org\r\nnorthdruidhills.patch.com\r\nnortheastcobb.patch.com\r\nnortheastern.edu\r\nnorthernargus.com.au\r\nnorthernstar.com.au\r\nnorthernstar.info\r\nnorthernweekly.com.au\r\nnorthescambia.com\r\nnorthfield.patch.com\r\nnorthfieldnews.com\r\nnorthfloridaherald.com\r\nnorthfork.patch.com\r\nnorthhaven.patch.com\r\nnorthhollywood.patch.com\r\nnorthindiatimes.com\r\nnorthjersey.com\r\nnorthkingstown.patch.com\r\nnorthlandsnewscenter.com\r\nnorthplattebulletin.com\r\nnorthport.patch.com\r\nnorthpotomac.patch.com\r\nnorthreading.patch.com\r\nnorthshoresun.timesreview.com\r\nnorthumberlandgazette.co.uk\r\nnorthumberlandtoday.com\r\nnorthumberlandview.ca\r\nnorthville.patch.com\r\nnorthwalesweeklynews.co.uk\r\nnorton.patch.com\r\nnorwichbulletin.com\r\nnorwichguidon.com\r\nnorwood.patch.com\r\nnovafm.com.au\r\nnovanewsnow.com\r\nnovato.patch.com\r\nnovinite.com\r\nnowmagazine.co.uk\r\nnowpublic.com\r\nnowtnews.com\r\nnpr.org\r\nnptelegraph.com\r\nnrtoday.com\r\nns.gmnews.com\r\nns.umich.edu\r\nnsbnews.net\r\nntnews.com.au\r\nnugget.ca\r\nnumber10.gov.uk\r\nnwaonline.com\r\nnwcn.com\r\nnwemail.co.uk\r\nnwfdailynews.com\r\nnwherald.com\r\nnwitimes.com\r\nnwprogressive.org\r\nnwtntoday.com\r\nny.curbed.com\r\nny.racked.com\r\nny1.com\r\nnyack.patch.com\r\nnyblueprint.com\r\nnybooks.com\r\nnycaviation.com\r\nnydailynews.com\r\nnymag.com\r\nnypost.com\r\nnypress.com\r\nnytimes.com\r\nnyulocal.com\r\nnyunews.com\r\nnzcatholic.org.nz\r\nnzdoctor.co.nz\r\nnzherald.co.nz\r\noakdale.patch.com\r\noakforest.patch.com\r\noaklandtownship.patch.com\r\noaklawn.patch.com\r\noakpark.patch.com\r\noakridger.com\r\noakton.patch.com\r\noakville.patch.com\r\noaoa.com\r\nobama.net\r\nobrag.org\r\nobserver.com\r\nobservernews.net\r\nobserver-reporter.com\r\nobservertoday.com\r\nobsessedwithfilm.com\r\nocala.com\r\noceancity.patch.com\r\nocolly.com\r\nocolympian.com\r\noconee.patch.com\r\nocregister.com\r\nodenton.patch.com\r\nodt.co.nz\r\nodwyerpr.com\r\noecumene.radiovaticana.org\r\nofallon.patch.com\r\nofficer.com\r\noffthebench.nbcsports.com\r\nofwnow.com\r\noheraldo.in\r\nohio.com\r\nohmidog.com\r\nohmygov.com\r\nohthescandal.com\r\noilandgasinvestor.com\r\noilandglory.foreignpolicy.com\r\noilweek.com\r\nok.co.uk\r\nokmagazine.com\r\noldnortheast.patch.com\r\noleantimesherald.com\r\nolneydailymail.com\r\nology.com\r\nomaha.com\r\noneidadispatch.com\r\nonenewsnow.com\r\nonenewspage.com\r\nonislam.net\r\nonlanka.com\r\nonline.worldmag.com\r\nonline.wsj.com\r\nonlineathens.com\r\nonlinejournal.com\r\nonlinenews.com.pk\r\nonlinenewswebsite.com\r\nonlineopinion.com.au\r\nonlinepoker.net\r\nonlinesentinel.com\r\nonlinesocialmedia.net\r\nonlygizmos.com\r\nonmilwaukee.com\r\nontheredcarpet.com\r\nonwallstreet.com\r\nopednews.com\r\nopen.salon.com\r\nopenchannel.msnbc.msn.com\r\nopendemocracy.net\r\nopensecrets.org\r\nopinion.globaltimes.cn\r\nopinion.inquirer.net\r\nopinion.latimes.com\r\nopinionator.blogs.nytimes.com\r\nopposingviews.com\r\nopride.com\r\norange.patch.com\r\noregoncatalyst.com\r\noregoncommentator.com\r\noregonlive.com\r\norigin.11alive.com\r\noriginal.antiwar.com\r\noriongazette.com\r\norissadiary.com\r\norlandosentinel.com\r\norlandpark.patch.com\r\norland-press-register.com\r\norovillemr.com\r\nosadvertiser.co.uk\r\nosundefender.org\r\noswego.patch.com\r\nottawacitizen.com\r\nottawasun.com\r\noudaily.com\r\nourmidland.com\r\noutdoorlife.com\r\noverthelimitentertainment.com\r\nowensoundsuntimes.com\r\nowingsmills.patch.com\r\noxford-ct.patch.com\r\noxfordmail.co.uk\r\noxfordpress.com\r\noxfordreview.com\r\noyetimes.com\r\nozarksfirst.com\r\nozute.com\r\npacifica.patch.com\r\npacificfreepress.com\r\npacificpalisades.patch.com\r\npaducahsun.com\r\npaherald.sk.ca\r\npaidcontent.co.uk\r\npajamasmedia.com\r\npak1stanfirst.com\r\npakistanchristianpost.com\r\npakistaniat.com\r\npakistankakhudahafiz.com\r\npakistanpatriot.com\r\npakistantimes.net\r\npakobserver.net\r\npaktribune.com\r\npakwatan.com\r\npalatine.patch.com\r\npalebluenews.co.uk\r\npalestinechronicle.com\r\npalestineherald.com\r\npalestinenote.com\r\npalisadeshudson.com\r\npal-item.com\r\npalmbeachdailynews.com\r\npalmbeachpost.com\r\npalmdesert.patch.com\r\npalmer.patch.com\r\npaloalto.patch.com\r\npaloaltoonline.com\r\npalos.patch.com\r\npaltelegraph.com\r\npanapress.com\r\npanarmenian.net\r\npanorama.am\r\npantagraph.com\r\nparadisepost.com\r\nparagoulddailypress.com\r\nparamus.patch.com\r\nparamuspost.com\r\nparentdish.com\r\nparkeschampionpost.com.au\r\nparkrapidsenterprise.com\r\nparkslope.patch.com\r\nparkville.patch.com\r\nparramattasun.com.au\r\nparsippany.patch.com\r\npasadena.patch.com\r\npasadenastarnews.com\r\npastemagazine.com\r\npatchogue.patch.com\r\npatheos.com\r\npatriotledger.com\r\npatriotpost.us\r\npattayadailynews.com\r\npattayamail.com\r\npaulsvalleydailydemocrat.com\r\npbn.com\r\npbpulse.com\r\npbs.org\r\npcadvisor.co.uk\r\npcauthority.com.au\r\npcccourier.com\r\npcmag.com\r\npctonline.com\r\npcworld.co.nz\r\npcworld.com\r\npcworld.idg.com.au\r\npda.euronews.net\r\npe.com\r\npeabody.patch.com\r\npeacenow.org\r\npeachtreecorners.patch.com\r\npearlriver.patch.com\r\npedestrian.tv\r\npegasusnews.com\r\npekintimes.com\r\npelham.patch.com\r\npendletoday.co.uk\r\npenfieldpost.com\r\npeninsulaclarion.com\r\npeninsuladailynews.com\r\npeninsulaweekly.com.au\r\npenipress.com\r\npennlive.com\r\npenrithstar.com.au\r\npeople.com\r\npeople-press.org\r\npeoplesworld.org\r\npeoplewithvoices.com\r\npepperdine-graphic.com\r\nperezhilton.com\r\nperiscopepost.com\r\nperkiomenvalley.patch.com\r\npersonalliberty.com\r\nperthnow.com.au\r\npetaluma.patch.com\r\npetaluma360.com\r\npeterboroughtoday.co.uk\r\npeterleemail.co.uk\r\npeters.patch.com\r\npetersfieldpost.co.uk\r\npetoskeynews.com\r\npetroleum-economist.com\r\npewglobal.org\r\npewresearch.org\r\npharmpro.com\r\npheedo.msnbc.msn.com\r\nphilanthropy.com\r\nphilebrity.com\r\nphilly.com\r\nphilly.sbnation.com\r\nphillyburbs.com\r\nphillysportsdaily.com\r\nphilstar.com\r\nphnompenhpost.com\r\nphonesreview.co.uk\r\nphotoblog.msnbc.msn.com\r\nphotogallery.indiatimes.com\r\nphotogallery.thestar.com\r\nphotos.al.com\r\nphotos.denverpost.com\r\nphotos.mlive.com\r\nphotos.nj.com\r\nphotos.nola.com\r\nphotos.pennlive.com\r\nphotos.syracuse.com\r\nphuketgazette.net\r\nphuketwan.com\r\nphysorg.com\r\npia.gov.ph\r\npicayuneitem.com\r\npiedmont.patch.com\r\npiercecountyherald.com\r\npiersmorgan.blogs.cnn.com\r\npikesville.patch.com\r\npinole.patch.com\r\npioneerlocal.com\r\npionline.com\r\npiratefm.co.uk\r\npittsburgh.sbnation.com\r\npittsburghlive.com\r\npjstar.com\r\nplainfield.patch.com\r\nplainview.patch.com\r\nplanetbollywood.com\r\nplanetsave.com\r\nplantcity2.tbo.com\r\nplastemart.com\r\nplatts.com\r\nplayerpress.com\r\npleasanton.patch.com\r\npleasantville.patch.com\r\npluggd.in\r\nplum-oakmont.patch.com\r\nplymouth.patch.com\r\npmnewsnigeria.com\r\npnj.com\r\npnosker.com\r\npntoday.com\r\npntonline.com\r\npnwlocalnews.com\r\npobonline.com\r\npocket-lint.com\r\npocklingtonpost.co.uk\r\npocononews.net\r\npoconorecord.com\r\npoder360.com\r\npointoflaw.com\r\npointpleasant.patch.com\r\npoland.pl\r\npolhudson.lohudblogs.com\r\npoliceone.com\r\npolisat.com\r\npoliticalhumor.about.com\r\npoliticallyillustrated.com\r\npoliticalticker.blogs.cnn.com\r\npoliticmo.com\r\npolitico.com\r\npolitics.blogs.foxnews.com\r\npolitics.co.uk\r\npolitics.foxnews.mobi\r\npolitics.gather.com\r\npoliticspa.com\r\npoliticsweb.co.za\r\npolitifact.com\r\npontiacdailyleader.com\r\npopbytes.com\r\npopcrush.com\r\npopdust.com\r\npopeater.com\r\npopmatters.com\r\npopsci.com\r\npopstar.com\r\npopstoptv.com\r\npopsugar.com\r\npopularmechanics.com\r\npopwatch.ew.com\r\nporknetwork.com\r\nportagedailygraphic.com\r\nportclintonnewsherald.com\r\nportfolio.com\r\nportjefferson.patch.com\r\nportland.wcsh6.com\r\nportlandtribune.com\r\nportlincolntimes.com.au\r\nportnews.com.au\r\nportsmouth.co.uk\r\nportsmouth.patch.com\r\nportstephensexaminer.com.au\r\nportwashington.patch.com\r\npostandcourier.com\r\npostbulletin.com\r\npostchronicle.com\r\npostcrescent.com\r\npost-gazette.com\r\npostindependent.com\r\npost-journal.com\r\npostonpolitics.com\r\npostsouth.com\r\npoststar.com\r\npoststarnews.com\r\nposttrib.suntimes.com\r\npostzambia.com\r\npotomac.patch.com\r\npottsmerc.com\r\npoughkeepsiejournal.com\r\npoundmag.com\r\npoway.patch.com\r\npowdersprings.patch.com\r\npowerlineblog.com\r\npowerwall.msnbc.msn.com\r\npoynter.org\r\nppc-news.com\r\npraguemonitor.com\r\npraguepost.com\r\npratttribune.com\r\npr-canada.net\r\nprcarbon.com\r\nprescottenews.com\r\npressandguide.com\r\npressandjournal.co.uk\r\npress-citizen.com\r\npressconnects.com\r\npressdemocrat.com\r\npresseurop.eu\r\npressgazette.co.uk\r\npressherald.com\r\npressmentor.com\r\npressreleasenetwork.com\r\npressrepublican.com\r\npresstelegram.com\r\npresstv.ir\r\nprestowitz.foreignpolicy.com\r\npretorianews.co.za\r\npreview.bviplatinum.com\r\npri.org\r\nprimaryignition.com\r\nprinceton.patch.com\r\nprint.dailymirror.lk\r\nprlog.org\r\nprmac.com\r\nprnewschannel.com\r\nprnewswire.com\r\npro8news.com\r\nprobasketballnews.com\r\nproduct-reviews.net\r\nprofit.ndtv.com\r\nprofootballtalk.nbcsports.com\r\nprogolftalk.nbcsports.com\r\nprogressillinois.com\r\nprogress-index.com\r\nprogressive.org\r\nprojectqatlanta.com\r\nprojects.ajc.com\r\nproject-syndicate.org\r\nprojo.com\r\npropagandistmag.com\r\npropertycasualty360.com\r\npropublica.org\r\nprospect.org\r\nprospectheights.patch.com\r\nprowrestling.com\r\nprowrestling.net\r\npr-usa.net\r\nprweb.com\r\nprweek.com\r\nprweekus.com\r\nprwire.com.au\r\npsfk.com\r\npsucollegio.com\r\npsxextreme.com\r\npsychcentral.com\r\nptleader.com\r\npublicbroadcasting.net\r\npublicopiniononline.com\r\npublicservice.co.uk\r\npublicserviceeurope.com\r\npublishersmarketplace.com\r\npubrecord.org\r\npulaskicountydaily.com\r\npulse.ncpolicywatch.org\r\npunchlinemagazine.com\r\npunchng.com\r\npundit.co.nz\r\npunemirror.in\r\npunjabnewsline.com\r\npurdueexponent.org\r\npurecontent.com\r\npurplerevolver.com\r\npwtorch.com\r\nqcsunonline.com\r\nqctimes.com\r\nqgazette.com\r\nqt.com.au\r\nquchronicle.com\r\nqueenscourier.com\r\nqueenstribune.com\r\nqueerty.com\r\nrabble.ca\r\nradaronline.com\r\nradioaustralia.net.au\r\nradioaustralianews.net.au\r\nradioboston.wbur.org\r\nradiofiji.com.fj\r\nradio-info.com\r\nradioink.com\r\nradioiowa.com\r\nradionz.co.nz\r\nradiovop.com\r\nradnor.patch.com\r\nrafu.com\r\nraisingzona.com\r\nraleightelegram.com\r\nramona.patch.com\r\nranchobernardo.patch.com\r\nranchopalosverdes.patch.com\r\nranchosantamargarita.patch.com\r\nrapfix.mtv.com\r\nrapidcityjournal.com\r\nrap-up.com\r\nraxanreeb.com\r\nrbth.ru\r\nrcpmag.com\r\nrdmag.com\r\nreachoutjobsearch.com\r\nreading.patch.com\r\nreadingeagle.com\r\nreadthehook.com\r\nreadthehorn.com\r\nreadwriteweb.com\r\nrealaspen.com\r\nrealbollywood.com\r\nrealclearpolitics.com\r\nrealclearsports.com\r\nrealitytvworld.com\r\nrealscreen.com\r\nrealtruth.org\r\nrealvail.com\r\nreason.com\r\nrecordcourier.com\r\nrecord-eagle.com\r\nrecorder.ca\r\nrecorderonline.com\r\nrecordherald.com\r\nrecordnet.com\r\nrecordonline.com\r\nrecordpub.com\r\nredandblack.com\r\nredbank.patch.com\r\nredbankgreen.com\r\nredding.com\r\nreddingnewsreview.com\r\nredeyechicago.com\r\nredgreenandblue.org\r\nrediff.com\r\nredlandsdailyfacts.com\r\nredmond.patch.com\r\nredondobeach.patch.com\r\nredorbit.com\r\nredpepper.org.uk\r\nredstate.com\r\nredwoodcity.patch.com\r\nredwoodfallsgazette.com\r\nreelmovienews.com\r\nreflector.com\r\nreformer.com\r\nregistan.net\r\nregisterguard.com\r\nregisterherald.com\r\nregister-herald.com\r\nregister-news.com\r\nreisterstown.patch.com\r\nreligion.blogs.cnn.com\r\nreligionblog.dallasnews.com\r\nreligiondispatches.org\r\nremindernews.com\r\nrenewamerica.com\r\nrenton.patch.com\r\nrep-am.com\r\nreporterherald.com\r\nreporternews.com\r\nreporter-times.com\r\nrepublicanherald.com\r\nresourceinvestingnews.com\r\nresourceinvestor.com\r\nresourcenation.com\r\nreston.patch.com\r\nretfordtoday.co.uk\r\nreuters.com\r\nreverejournal.com\r\nreviewatlas.com\r\nreviewnepal.com\r\nreviewonline.com\r\nrfa.org\r\nrferl.org\r\nrgj.com\r\nrichmondregister.com\r\nricks.foreignpolicy.com\r\nridgecrestca.com\r\nridgewood.patch.com\r\nrightsidenews.com\r\nringsidereport.com\r\nripleyandheanornews.co.uk\r\nripongazette.co.uk\r\nriskwatchdog.com\r\nriverdalepark.patch.com\r\nriverdalepress.com\r\nriverdell.patch.com\r\nriverhead.patch.com\r\nrivertowns.patch.com\r\nrnw.nl\r\nroanoke.com\r\nrobot6.comicbookresources.com\r\nrobotceleb.com\r\nrochester.edu\r\nrochester.patch.com\r\nrochestercitynewspaper.com\r\nrockland.lohudblogs.com\r\nrocktownweekly.com\r\nrockville.patch.com\r\nrockvillecentre.patch.com\r\nrockwallheraldbanner.com\r\nrockymounttelegram.com\r\nrocnow.com\r\nrohnertpark.patch.com\r\nrollcall.com\r\nrollingstone.com\r\nromenews-tribune.com\r\nromeobserver.com\r\nromeoville.patch.com\r\nromseyadvertiser.co.uk\r\nropeofsilicon.com\r\nrosehill.patch.com\r\nrosemont.patch.com\r\nrosemount.patch.com\r\nrosevillept.com\r\nroswell.patch.com\r\nrothkopf.foreignpolicy.com\r\nroubini.com\r\nroundhaytoday.co.uk\r\nroxborough.patch.com\r\nroxbydownssun.com.au\r\nroyalgazette.com\r\nroyaloak.patch.com\r\nroyalpurplenews.com\r\nrrdailyherald.com\r\nrrstar.com\r\nrss.cnn.com\r\nrt.com\r\nrte.ie\r\nrthk.org.hk\r\nrtn.asia\r\nrttnews.com\r\nrudaw.net\r\nrumbunter.com\r\nrumson.patch.com\r\nrushlimbaugh.com\r\nrushprnews.com\r\nrutherford.org\r\nrutland-times.co.uk\r\nrye.patch.com\r\nryeandbattleobserver.co.uk\r\nsabanews.net\r\nsabotagetimes.com\r\nsacbee.com\r\nsachem.patch.com\r\nsacramentopress.com\r\nsacurrent.com\r\nsafm.com.au\r\nsahilonline.org\r\nsaigon-gpdaily.com.vn\r\nsaipantribune.com\r\nsalem.patch.com\r\nsalemnews.com\r\nsalem-news.com\r\nsalemnews.net\r\nsalina.com\r\nsaline-milan.patch.com\r\nsalisbury.patch.com\r\nsalisburypost.com\r\nsaljournal.com\r\nsalon.com\r\nsamarnews.com\r\nsamessenger.com\r\nsammamish.patch.com\r\nsananews.net\r\nsandiego.com\r\nsandiego6.com\r\nsandiegoreader.com\r\nsandmountainreporter.com\r\nsanduskyregister.com\r\nsandysprings.patch.com\r\nsanfernandosun.com\r\nsanfordherald.com\r\nsanfranciscosentinel.com\r\nsanjuancapistrano.patch.com\r\nsanleandro.patch.com\r\nsanlorenzo.patch.com\r\nsanluisobispo.com\r\nsanmarcosrecord.com\r\nsanmarino.patch.com\r\nsanmateo.patch.com\r\nsanrafael.patch.com\r\nsanramon.patch.com\r\nsantacruz.patch.com\r\nsantacruzsentinel.com\r\nsantamariatimes.com\r\nsantamonica.patch.com\r\nsantamonicadispatch.com\r\nsantee.patch.com\r\nsarasota.patch.com\r\nsaratogian.com\r\nsaskatoon.ctv.ca\r\nsaskatoonhomepage.ca\r\nsatirewire.com\r\nsatiricalpolitical.com\r\nsaudigazette.com.sa\r\nsaultthisweek.com\r\nsavage-guilford.patch.com\r\nsavannahnow.com\r\nsavannahtribune.com\r\nsavings.com\r\nsayville.patch.com\r\nsbcbaptistpress.org\r\nsbindependent.org\r\nsbnation.com\r\nsbpress.com\r\nsbrforum.com\r\nsbs.com.au\r\nsbsun.com\r\nscaddistrict.com\r\nscallywagandvagabond.com\r\nscarborougheveningnews.co.uk\r\nscarsdale.patch.com\r\nscholarsandrogues.com\r\nschoollibraryjournal.com\r\nschriever.af.mil\r\nscience20.com\r\nscienceblogs.com\r\nscientificamerican.com\r\nscitech.foxnews.mobi\r\nscmagazineus.com\r\nscntx.com\r\nsconews.co.uk\r\nscoop.co.nz\r\nscopeblog.stanford.edu\r\nscotchplains.patch.com\r\nscotscoop.com\r\nscotsman.com\r\nscoutmagazine.ca\r\nscpr.org\r\nscreened.com\r\nscreenjunkies.com\r\nscreenrant.com\r\nscrippsnews.com\r\nscsun-news.com\r\nsctimes.com\r\nsddt.com\r\nsdentertainer.com\r\nseacoastonline.com\r\nseacrofttoday.co.uk\r\nseaforthhuronexpositor.com\r\nsealynews.com\r\nsearch.japantimes.co.jp\r\nsearchengineland.com\r\nseattle.sbnation.com\r\nseattlemedium.com\r\nseattlepi.com\r\nseattletimes.nwsource.com\r\nsecurecomputing.net.au\r\nsecurity.cbronline.com\r\nsecurityaccess.com.au\r\nsecuritydirectornews.com\r\nsecurityinfowatch.com\r\nsecuritymanagement.com\r\nsecuritynewsdaily.com\r\nseedol.com\r\nseekingalpha.com\r\nseguingazette.com\r\nselbytimes.co.uk\r\nself-catering-breaks.com\r\nselkirkjournal.com\r\nselmatimesjournal.com\r\nsemissourian.com\r\nsend2press.com\r\nsend2pressnewswire.com\r\nsentinelsource.com\r\nsentinel-standard.com\r\nseroundtable.com\r\nservices.edp24.co.uk\r\nsetimes.com\r\nsevendaysvt.com\r\nsevern.patch.com\r\nsewickley.patch.com\r\nseymourherald.com\r\nsfappeal.com\r\nsfbg.com\r\nsfexaminer.com\r\nsfgate.com\r\nsfist.com\r\nsfltimes.com\r\nsg.christianpost.com\r\nsgvtribune.com\r\nshadow.foreignpolicy.com\r\nshalomlife.com\r\nshanghaidaily.com\r\nshape.com\r\nsharecast.com\r\nsharon.patch.com\r\nsheboyganpress.com\r\nsheboygan-press.com\r\nsheffieldtelegraph.co.uk\r\nsheknows.com\r\nshelbycountyreporter.com\r\nshelbystar.com\r\nshelby-utica.patch.com\r\nshelton.patch.com\r\nshephard.co.uk\r\nsheppnews.com.au\r\nsherdog.com\r\nshermanoaks.patch.com\r\nsherwoodparknews.com\r\nshieldsgazette.com\r\nshinyshiny.tv\r\nshockya.com\r\nshorehamherald.co.uk\r\nshoreline.patch.com\r\nshorelinebeacon.com\r\nshorewood-il.patch.com\r\nshortnews.com\r\nshowbiz.peacefmonline.com\r\nshowbizspy.com\r\nshreveporttimes.com\r\nshrewsbury.net\r\nshropshirestar.com\r\nsi.com\r\nsickhop.com\r\nsierraexpressmedia.com\r\nsierramadre.patch.com\r\nsierrasun.com\r\nsiftingsherald.com\r\nsify.com\r\nsignalnews.com\r\nsignonsandiego.com\r\nsiliconindia.com\r\nsiliconrepublic.com\r\nsiliconvalley.com\r\nsilive.com\r\nsilverspring.patch.com\r\nsimsbury.patch.com\r\nsinhalaya.com\r\nsiouxcityjournal.com\r\n\r\nsiriusbuzz.com\r\nsiskiyoudaily.com\r\nsitrep.globalsecurity.org\r\nsj.farmonline.com.au\r\nsj-r.com\r\nskegnessstandard.co.uk\r\nsknvibes.com\r\nskokie.patch.com\r\nskyhidailynews.com\r\nskynews.com\r\nskynews.com.au\r\nskyport-heathrow.co.uk\r\nskyvalleychronicle.com\r\nsl.farmonline.com.au\r\nslashdot.org\r\nslashfilm.com\r\nslashgear.com\r\nslate.com\r\nslatest.slate.com\r\nsleafordstandard.co.uk\r\nsleepyeyenews.com\r\nsltrib.com\r\nsluggerotoole.com\r\nsmallbusiness.foxbusiness.com\r\nsmarthouse.com.au\r\nsmartmoney.com\r\nsmartoffice.com.au\r\nsmartplanet.com\r\nsmdailyjournal.com\r\nsmdp.com\r\nsmetimes.tradeindia.com\r\nsmh.com.au\r\nsmithtown.patch.com\r\nsmithtownradio.com\r\nsmmercury.com\r\nsmudailycampus.com\r\nsmudailymustang.com\r\nsmyrna.patch.com\r\nsnarkfood.com\r\nsnellville.patch.com\r\nsnohomishtimes.com\r\nsnponline.com\r\nsociable.co\r\nsocialbarrel.com\r\nsocialistalternative.org\r\nsocialistparty.org.uk\r\nsocialistresistance.org\r\nsocialistworker.co.uk\r\nsocialitelife.com\r\nsodahead.com\r\nsofiaecho.com\r\nsohh.com\r\nsojones.com\r\nsolariasun.com\r\nsolihullnews.net\r\nsolomonstarnews.com\r\nsolon.patch.com\r\nsomalilandpress.com\r\nsomd.com\r\nsomersetcountygazette.co.uk\r\nsomerville.patch.com\r\nsonoma.patch.com\r\nsooeveningnews.com\r\nsootoday.com\r\nsoulculture.co.uk\r\nsoundpolitics.com\r\nsoundspike.com\r\nsourcenewspapers.com\r\nsourcesecurity.com\r\nsouthampton.patch.com\r\nsouthbendtribune.com\r\nsouthbrunswick.patch.com\r\nsouthbury.patch.com\r\nsouthcoasttoday.com\r\nsouthcobb.patch.com\r\nsoutheast.patch.com\r\nsouthend.patch.com\r\nsouthendstandard.co.uk\r\nsouthernpoliticalreport.com\r\nsouthington.patch.com\r\nsouthjerseylocalnews.com\r\nsouthkingstown.patch.com\r\nsouthkoreanews.net\r\nsouthlaketimes.com\r\nsouthorange.patch.com\r\nsouthpasadena.patch.com\r\nsouthportvisiter.co.uk\r\nsouthsanfrancisco.patch.com\r\nsouthtampa.wtsp.com\r\nsouthtownstar.suntimes.com\r\nsouthwalesargus.co.uk\r\nsouthwalesguardian.co.uk\r\nsouthwestiowanews.com\r\nsouthwhitehall.patch.com\r\nsouthyorkshiretimes.co.uk\r\nsowetanlive.co.za\r\nspace.com\r\nspaceflightnow.com\r\nspacenews.com\r\nspaldingtoday.co.uk\r\nspamfighter.com\r\nspecial.registerguard.com\r\nspecials.msn.com\r\nspectator.co.uk\r\nspectator.org\r\nspectator.sme.sk\r\nspectatornews.com\r\nspenboroughguardian.co.uk\r\nsperoforum.com\r\nspiceislander.com\r\nspicezee.zeenews.com\r\nspiegel.de\r\nspinner.com\r\nspinport.com\r\nspokesman.com\r\nspooftimes.com\r\nsportingalert.com\r\nsportingnews.com\r\nsports.espn.go.com\r\nsports.gather.com\r\nsports.peacefmonline.com\r\nsports.yahoo.com\r\nsportsblogs.star-telegram.com\r\nsportsbookgurus.com\r\nsportsfanlive.com\r\nsportsgrid.com\r\nsportsillustrated.cnn.com\r\nsportsnet.ca\r\nspringfield.patch.com\r\nspringfieldnewssun.com\r\nsprucegroveexaminer.com\r\nsrilankaguardian.org\r\nsrpressgazette.com\r\nsta.si\r\nstabroeknews.com\r\nstageselect.com\r\nstamford.patch.com\r\nstamfordadvocate.com\r\nstamfordmercury.co.uk\r\nstandard.net\r\nstandard.net.au\r\nstandard-journal.com\r\nstandardmedia.co.ke\r\nstandardnewswire.com\r\nstandardspeaker.com\r\nstanford.edu\r\nstanforddaily.com\r\nstaradvertiser.com\r\nstarafrica.com\r\nstarcasm.net\r\nstarcourier.com\r\nstargazette.com\r\nstarherald.net\r\nstar-magazine.co.uk\r\nstarnewsonline.com\r\nstarpulse.com\r\nstarsentertainment.com\r\nstar-telegram.com\r\nstartribune.com\r\nstarvalleyindependent.com\r\nstarzlife.com\r\nstatebillnews.com\r\nstatecollege.com\r\nstatejournal.com\r\nstate-journal.com\r\nstatenews.com\r\nstatenisland.ny1.com\r\nstateofsearch.com\r\nstatepress.com\r\nstatesman.com\r\nstatesmanjournal.com\r\nstaugustine.com\r\nstawelltimes.com.au\r\nstcatharinesstandard.ca\r\nstclairshores.patch.com\r\nstcloud.injuryboard.com\r\nsteelersdepot.com\r\nsteelguru.com\r\nsteubencourier.com\r\nstevenspointjournal.com\r\nstgeorges.co.uk\r\nstgnews.com\r\nsthelensreporter.co.uk\r\nsthelensstar.co.uk\r\nstjamesnews.com\r\nstkarnick.com\r\nstlamerican.com\r\nstlbeacon.org\r\nstljewishlight.com\r\nstlouis.cbslocal.com\r\nstlouis.sbnation.com\r\nstlouispark.patch.com\r\nstlouisreview.com\r\nstltoday.com\r\nstmichael.patch.com\r\nstnonline.com\r\nstockhouse.com\r\nstockmarketsreview.com\r\nstockticktock.com\r\nstoneham.patch.com\r\nstonemountain.patch.com\r\nstoneycreeknews.com\r\nstoptheaclu.com\r\nstory.albuquerqueexpress.com\r\nstory.argentinastar.com\r\nstory.birminghamstar.com\r\nstory.malaysiasun.com\r\nstoughton.patch.com\r\nstow.patch.com\r\nstraight.com\r\nstraightgoods.ca\r\nstraitstimes.com\r\nstrategicsourceror.com\r\nstrategypage.com\r\nstratford.patch.com\r\nstratfordbeaconherald.com\r\nstrathroyagedispatch.com\r\nstreetinsider.com\r\nstripes.com\r\nstrongsville.patch.com\r\nstudentprintz.com\r\nstudiocity.patch.com\r\nstuff.co.nz\r\nsturgisjournal.com\r\nstuttgartdailyleader.com\r\nstylecaster.com\r\nsuburban.gmnews.com\r\nsubwaysquawkers.blogspot.com\r\nsudantribune.com\r\nsudbury.patch.com\r\nsuffield.patch.com\r\nsuffolkfreepress.co.uk\r\nsuffolknewsherald.com\r\nsuffolktimes.timesreview.com\r\nsuisuncity.patch.com\r\nsuite101.com\r\nsulphurdailynews.com\r\nsummit.patch.com\r\nsummitdaily.com\r\nsunatimes.com\r\nsundaygazettemail.com\r\nsundaymercury.net\r\nsundayobserver.lk\r\nsundaysun.co.uk\r\nsundayszaman.com\r\nsundaytimes.lk\r\nsundaytribune.co.za\r\nsundayworld.co.za\r\nsunderlandecho.com\r\nsundial.csun.edu\r\nsunherald.com\r\nsunnewsonline.com\r\nsun-sentinel.com\r\nsunshinecoastdaily.com.au\r\nsunshinestatenews.com\r\nsunstar.com.ph\r\nsuntimes.com\r\nsupergoodmovies.com\r\nsuperiortelegram.com\r\nsupplychaindigital.com\r\nsure-start.com\r\nsurgar.net\r\nsurreyherald.co.uk\r\nsu-spectator.com\r\nsussexcountian.com\r\nsussexexpress.co.uk\r\nsuwanee.patch.com\r\nsuwanneedemocrat.com\r\nsvherald.com\r\nswampland.time.com\r\nswampscott.patch.com\r\nswcbulletin.com\r\nswedishwire.com\r\nswissinfo.ch\r\nswitzer.com.au\r\nswnewsherald.com\r\nswns.com\r\nswp.ie\r\nswtimes.com\r\nswxrightnow.com\r\nsync-blog.com\r\nsyosset.patch.com\r\nsyracuse.com\r\nsys-con.com\r\nsyvnews.com\r\nt2conline.com\r\nt3.com\r\ntabletmag.com\r\ntadias.com\r\ntaftmidwaydriller.com\r\ntahlequahdailypress.com\r\ntahoebonanza.com\r\ntahoedailytribune.com\r\ntaimionline.com\r\ntaipeitimes.com\r\ntaiwannews.com.tw\r\ntake40.com\r\ntakepart.com\r\ntakomapark.patch.com\r\ntalkradionews.com\r\ntalksport.co.uk\r\ntalkzimbabwe.com\r\ntallahassee.com\r\ntalonmarks.com\r\ntampabay.com\r\ntamunews.tamu.edu\r\ntasteofcountry.com\r\ntauntongazette.com\r\ntbd.com\r\ntbnewswatch.com\r\ntbnweekly.com\r\ntboextra.com\r\ntcdailyplanet.net\r\ntcf.org\r\ntcnewsnet.com\r\ntcpalm.com\r\ntdn.com\r\ntdtnews.com\r\nteaneck.patch.com\r\ntecca.com\r\ntech.blorge.com\r\ntech.fortune.cnn.com\r\ntech.mit.edu\r\ntech2.in.com\r\ntechblog.dallasnews.com\r\ntechcentral.ie\r\ntechcircle.vccircle.com\r\ntechcrunch.com\r\ntechday.co.nz\r\ntechdigest.tv\r\ntecheye.net\r\ntechinsider.nextgov.com\r\ntechjournalsouth.com\r\ntechland.time.com\r\ntechnewsdaily.com\r\ntechnicianonline.com\r\ntechnolog.msnbc.msn.com\r\ntechnologizer.com\r\ntechnology.canoe.ca\r\ntechnology.gather.com\r\ntechnology.iafrica.com\r\ntechnology.inquirer.net\r\ntechnology-digital.com\r\ntechnorati.com\r\ntechnosailor.com\r\ntechworld.com.au\r\ntehelka.com\r\ntehrantimes.com\r\ntelegram.com\r\ntelegraph.co.uk\r\ntelegraphindia.com\r\ntelegraphnepal.com\r\ntelevision.gearlive.com\r\ntelevisionbroadcast.com\r\ntelluridenews.com\r\ntelugu.16reels.com\r\ntemecula.patch.com\r\ntempo.com.ph\r\ntengossip.com\r\ntennessean.com\r\ntenterfieldstar.com.au\r\ntest.thewolf.co.uk\r\nteutopolispress.com\r\ntewksbury.patch.com\r\ntexasgopvote.com\r\ntexasinsider.org\r\ntexastribune.org\r\nt-g.com\r\ntgdaily.com\r\nthametoday.co.uk\r\nthanhniennews.com\r\nthe33tv.com\r\nthe420times.com\r\ntheadvertiser.com\r\ntheafricareport.com\r\ntheage.com.au\r\ntheamericanmuslim.org\r\ntheapexherald.com\r\ntheargus.co.uk\r\ntheatlantic.com\r\ntheatlanticwire.com\r\ntheaustralian.com.au\r\ntheaustralianeye.com\r\nthebahamasweekly.com\r\nthebarrieexaminer.com\r\nthebatt.com\r\nthebaynet.com\r\nthebiglead.com\r\ntheboltonnews.co.uk\r\ntheboombox.com\r\ntheboot.com\r\ntheborneopost.com\r\nthebostonchannel.com\r\nthebottomline.as.ucsb.edu\r\nthebqb.com\r\nthebradentontimes.com\r\nthebraziltimes.com\r\nthebull.com.au\r\nthebusinessage.com\r\nthebusinessjournal.com\r\nthecabin.net\r\nthecable.foreignpolicy.com\r\nthecalifornian.com\r\nthecandor.com\r\nthecarconnection.com\r\nthecaucus.blogs.nytimes.com\r\nthecelebritycafe.com\r\nthecharlottepost.com\r\nthechart.blogs.cnn.com\r\nthecheapseats.ca\r\nthechronicle.com.au\r\nthechronicleherald.ca\r\nthechronicle-online.com\r\nthecitizen.co.tz\r\nthecitizen.com\r\nthecityweekly.com.au\r\nthecitywire.com\r\nthecorsaironline.com\r\nthecourier.co.uk\r\nthecourier.com.au\r\nthecrimson.com\r\nthecypresstimes.com\r\nthedahloneganugget.com\r\nthedailyaztec.com\r\nthedailybeast.com\r\nthedailycougar.com\r\nthedailyeaston.com\r\nthedailyfairfield.com\r\nthedailygrind.com.au\r\nthedailyjournal.com\r\nthedailylight.com\r\nthedailymail.net\r\nthedailymaverick.co.za\r\nthedailynewcanaan.com\r\nthedailynewsegypt.com\r\nthedailynewsonline.com\r\nthedailypage.com\r\nthedailyrecord.com\r\nthe-daily-record.com\r\nthedailyreporter.com\r\nthedailyreview.com\r\nthedailysentinel.com\r\nthedailysound.com\r\nthedailystamford.com\r\nthedailystar.com\r\nthedailystar.net\r\nthedailytimes.com\r\nthedailyvoice.com\r\nthedailyweston.com\r\nthedailyworld.com\r\nthedaonline.com\r\nthedartmouth.com\r\ntheday.com\r\nthedeadbolt.com\r\nthedenverchannel.com\r\nthedenverdailynews.com\r\nthedepauw.com\r\nthedestinlog.com\r\nthedickinsonpress.com\r\nthe-diplomat.com\r\nthe-dispatch.com\r\nthedmonline.com\r\nthedrum.co.uk\r\ntheeagle.com\r\ntheeastafrican.co.ke\r\ntheenergycollective.com\r\ntheepochtimes.com\r\nthefastertimes.com\r\nthefilmpilgrim.com\r\nthefilmstage.com\r\nthefinancialexpress-bd.com\r\nthefirstpost.co.uk\r\ntheflindersnews.com.au\r\ntheforeigner.no\r\nthefranchisehound.com\r\nthefrisky.com\r\nthefrontierpost.com\r\nthegamingvault.com\r\ntheglobeandmail.com\r\nthegovmonitor.com\r\nthegranbys.patch.com\r\nthegrio.com\r\ntheguardian.pe.ca\r\ntheguardianonline.com\r\nthegurdontimes.com\r\nthehccrusader.com\r\ntheherald.com.au\r\nthehill.com\r\nthehimalayantimes.com\r\nthehindu.com\r\nthehindubusinessline.com\r\nthehollywoodgossip.com\r\nthehostingnews.com\r\nthehoya.com\r\ntheimproper.com\r\ntheindependent.ca\r\ntheindependent.com\r\ntheindychannel.com\r\ntheinquirer.net\r\ntheinsider.com\r\ntheintelligencer.net\r\ntheislanderonline.com.au\r\ntheisraelproject.org\r\ntheitem.com\r\ntheithacajournal.com\r\nthejakartaglobe.com\r\nthejakartapost.com\r\nthejambar.com\r\nthejc.com\r\nthejewishweek.com\r\nthejournal.ie\r\nthekansan.com\r\ntheknoxvillejournal.com\r\nthelaf.com\r\ntheland.farmonline.com.au\r\nthelantern.com\r\nthelastword.msnbc.msn.com\r\nthe-leader.com\r\ntheleader.com.au\r\nthe-leader.net\r\ntheleafchronicle.com\r\nthelede.blogs.nytimes.com\r\ntheledger.com\r\ntheleedsnews.net\r\nthelmagazine.com\r\nthelocal.de\r\nthelondondailynews.com\r\nthelondoner.ca\r\nthelostagency.wordpress.com\r\nthemalaysianinsider.com\r\nthemaneater.com\r\nthemarknews.com\r\nthemedialine.org\r\nthemediaonline.co.za\r\nthememriblog.org\r\nthemercury.co.za\r\nthemercury.com\r\nthemercury.com.au\r\ntheminaretonline.com\r\nthemoderatevoice.com\r\nthemonitor.com\r\nthemoralliberal.com\r\nthemorningbulletin.com.au\r\nthemorningsun.com\r\nthemoscownews.com\r\nthemoscowtimes.com\r\nthemountainmail.com\r\nthemovechannel.com\r\nthenation.com\r\nthenational.ae\r\nthenationonlineng.net\r\nthenewage.co.za\r\nthenewamerican.com\r\nthenewcivilrightsmovement.com\r\nthenewcurrent.com\r\nthenews.com.pk\r\nthenews.org\r\nthenews.pl\r\nthenewsgrind.com\r\nthe-news-leader.com\r\nthenews-messenger.com\r\nthenewsstar.com\r\nthenewstribune.com\r\nthenextweb.com\r\nthenorthernecho.co.uk\r\nthenorthwestern.com\r\ntheolympian.com\r\ntheoptionsinsider.com\r\ntheorion.com\r\ntheoutlookonline.com\r\nthepage.time.com\r\nthepakistaninewspaper.com\r\ntheparliament.com\r\nthepeninsulaqatar.com\r\nthepeoplesvoice.org\r\nthephoenix.com\r\nthepilot.com\r\nthepinetree.net\r\nthepinoy.net\r\nthepoke.co.uk\r\nthepost.co.za\r\nthepost.on.ca\r\ntheprovince.com\r\ntherainbowtimesmass.com\r\ntheramonline.com\r\nthereader.es\r\ntherealnews.com\r\ntherecord.com\r\ntherecordherald.com\r\ntherecordlive.com\r\ntheregister.co.uk\r\nthereporter.com\r\nthereporter.com.au\r\ntherepublic.com\r\ntheridgenews.com.au\r\ntherightperspective.org\r\ntherolladailynews.com\r\ntheroot.com\r\nthesatellite.com.au\r\nthescoopblog.dallasnews.com\r\nthescore.com\r\nthescore.ie\r\nthescotsman.scotsman.com\r\ntheshorthorn.com\r\nthe-signal.com\r\nthesilvertongueonline.com\r\nthesiuslawnews.com\r\nthesmokinggun.com\r\nthesop.org\r\nthesource.com\r\nthesouthern.com\r\nthespec.com\r\nthespectrum.com\r\nthespoof.com\r\nthesportsbank.net\r\nthespread.com\r\nthesqueeze.net\r\nthestamfordtimes.com\r\nthestandard.com.hk\r\nthestar.blogs.com\r\nthestar.co.uk\r\nthestar.co.za\r\nthestar.com\r\nthestar.com.my\r\nthestarphoenix.com\r\nthestarpress.com\r\nthestate.com\r\nthestatecolumn.com\r\nthestatesmanonline.com\r\nthestir.cafemom.com\r\nthestkittsnevisobserver.com\r\nthestreet.com\r\nthesuburbanite.com\r\nthesudburystar.com\r\nthesun.co.uk\r\nthesun.mobi\r\nthesunchronicle.com\r\nthesunnews.com\r\nthesunnews.net\r\nthesuntimes.com\r\nthesurvivorsclub.org\r\nthetakeaway.org\r\nthetandd.com\r\nthetechherald.com\r\nthetechtalk.org\r\nthetelegraph.com\r\nthetelegraphandargus.co.uk\r\nthetimesherald.com\r\nthetimesnews.com\r\nthetimesofnigeria.com\r\nthetimestribune.com\r\nthetimes-tribune.com\r\nthetowerlight.com\r\nthetowntalk.com\r\nthetrucker.com\r\nthetrumpet.com\r\nthetyee.ca\r\ntheunion.com\r\ntheuptake.org\r\ntheusdvista.com\r\nthevindicator.com\r\nthevine.com.au\r\nthevisitor.co.uk\r\ntheweatherspace.com\r\ntheweedblog.com\r\ntheweek.com\r\nthewesterlysun.com\r\nthewestsidegazette.com\r\nthewetumpkaherald.com\r\nthewhig.com\r\nthewhir.com\r\ntheworld.org\r\ntheworldlink.com\r\nthewrap.com\r\ntheyeshivaworld.com\r\ntheyoungturks.com\r\nthezimbabwemail.com\r\nthinkprogress.org\r\nthinksb.com\r\nthinq.co.uk\r\nthirdage.com\r\nthirdcoastdigest.com\r\nthirdfactor.com\r\nthiscantbehappening.net\r\nthisdaylive.com\r\nthisdishisvegetarian.com\r\nthisisbristol.co.uk\r\nthisisderbyshire.co.uk\r\nthisisfakediy.co.uk\r\nthisishampshire.net\r\nthisishullandeastriding.co.uk\r\nthisisleicestershire.co.uk\r\nthisislocallondon.co.uk\r\nthisislondon.co.uk\r\nthisismoney.co.uk\r\nthisisnottingham.co.uk\r\nthisisplymouth.co.uk\r\nthisissomerset.co.uk\r\nthisisstaffordshire.co.uk\r\nthisisthewestcountry.co.uk\r\nthonline.com\r\nthornegazette.co.uk\r\nthoughtleader.co.za\r\nthreatpost.com\r\nthreatswatch.org\r\nthyblackman.com\r\ntickerspy.com\r\nticklethewire.com\r\nticotimes.net\r\ntidewaternews.com\r\ntightpoker.com\r\ntillsonburgnews.com\r\ntime.com\r\ntimeoutchicagokids.com\r\ntimes.am\r\ntimes.spb.ru\r\ntimesandstar.co.uk\r\ntimesargus.com\r\ntimesbulletin.com\r\ntimescolonist.com\r\ntimesdaily.com\r\ntimesfreepress.com\r\ntimesgazette.com\r\ntimes-gazette.com\r\ntimes-georgian.com\r\ntimesherald.com\r\ntimes-herald.com\r\ntimesheraldonline.com\r\ntimesjournal.com\r\ntimesleader.com\r\ntimeslive.co.za\r\ntimes-news.com\r\ntimesnews.net\r\ntimesnow.tv\r\ntimesofassam.com\r\ntimesofindia.com\r\ntimesofindia.indiatimes.com\r\ntimesofmalta.com\r\ntimesonline.com\r\ntimesrecord.com\r\ntimesrecordnews.com\r\ntimesreporter.com\r\ntimesrepublican.com\r\ntimes-series.co.uk\r\ntimes-standard.com\r\ntimestranscript.canadaeast.com\r\ntimesunion.com\r\ntimeswv.com\r\ntimminspress.com\r\ntimminstimes.com\r\ntimonium.patch.com\r\ntinleypark.patch.com\r\ntitansized.com\r\ntmcnet.com\r\ntmnews.com\r\ntmz.com\r\ntnastars.com\r\ntnerd.com\r\ntnhonline.com\r\ntnooz.com\r\ntnr.com\r\ntntmagazine.com\r\ntoday.duke.edu\r\ntoday.gm\r\ntoday.msnbc.msn.com\r\ntodayonline.com\r\ntodaysthv.com\r\ntodaystmj4.com\r\ntodayszaman.com\r\ntodmordennews.co.uk\r\ntoledoblade.com\r\ntoledoonthemove.com\r\ntolerance.ca\r\ntolland.patch.com\r\ntomsguide.com\r\ntomsriver.patch.com\r\ntonawanda-news.com\r\ntonganoxiemirror.com\r\ntooeletranscript.com\r\ntoofab.com\r\ntopbuzznews.net\r\ntopnews.net.nz\r\ntopnewsreports.com\r\ntopsecretwriters.com\r\ntopstories.foxnews.mobi\r\ntoronto.ctv.ca\r\ntorontosun.com\r\ntorringtontelegram.com\r\ntotalfilmy.com\r\ntothecenter.com\r\ntowardfreedom.com\r\ntownhall.com\r\ntowson.patch.com\r\ntpmcafe.talkingpointsmemo.com\r\ntpmdc.talkingpointsmemo.com\r\ntracypress.com\r\ntradearabia.com\r\ntradershuddle.com\r\ntrading-point.com\r\ntradingroom.com.au\r\ntrain2game.com\r\ntranscontinental.com.au\r\ntransportationnation.org\r\ntravel.iafrica.com\r\ntravel.usatoday.com\r\ntravelagentcentral.com\r\ntravelmole.com\r\ntravelweekly.co.uk\r\ntrcbnews.com\r\ntreehugger.com\r\ntrenton.patch.com\r\ntrentonian.ca\r\ntrentonian.com\r\ntrib.com\r\ntribalfootball.com\r\ntribbleagency.com\r\ntribecatrib.com\r\ntriblocal.com\r\ntribstar.com\r\ntribtoday.com\r\ntribune.com.ng\r\ntribune.com.pk\r\ntribune242.com\r\ntribune-democrat.com\r\ntribune-georgian.com\r\ntribuneindia.com\r\ntribwekchron.com\r\ntri-cityherald.com\r\ntrinidadexpress.com\r\ntrinitytripod.com\r\ntri-parishtimes.com\r\ntripolipost.com\r\ntri-statedefenderonline.com\r\ntristatehomepage.com\r\ntristate-media.com\r\ntrivalleycentral.com\r\ntroymessenger.com\r\ntrust.org\r\ntruthdig.com\r\ntruthdive.com\r\ntruth-out.org\r\ntsn.ca\r\nttnews.com\r\ntucker.patch.com\r\ntucsoncitizen.com\r\ntucsonsentinel.com\r\ntucsonweekly.com\r\ntulareadvanceregister.com\r\ntullahomanews.com\r\ntulsabeacon.com\r\ntulsaworld.com\r\ntunedin.blogs.time.com\r\nturkishweekly.net\r\nturnto23.com\r\nturtlebay.foreignpolicy.com\r\ntuscaloosanews.com\r\ntv.com\r\ntv20detroit.com\r\ntv3.ie\r\ntvbythenumbers.zap2it.com\r\ntvgrapevine.com\r\ntvguide.com\r\ntvline.com\r\ntvnewsroom.co.uk\r\ntvnext.in\r\ntvnz.co.nz\r\ntvovermind.zap2it.com\r\ntvseriesfinale.com\r\ntvsquad.com\r\ntvtechnology.com\r\ntvweek.com\r\ntweaktown.com\r\ntweednews.com.au\r\ntweetsoup.com\r\ntwincities.com\r\ntwincountynews.com\r\ntwinsburg.patch.com\r\ntwinsburgbulletin.com\r\ntwirlit.com\r\ntwnpnews.com\r\ntwocircles.net\r\nu.tv\r\nubergizmo.com\r\nubpost.mongolnews.mn\r\nucdavis.edu\r\nudayton.edu\r\nugo.com\r\nugpulse.com\r\nuiargonaut.com\r\nuk.ibtimes.com\r\nuk.mobile.reuters.com\r\nuk.reuters.com\r\nukhumanrightsblog.com\r\nukiahdailyjournal.com\r\nuknetguide.co.uk\r\nukprogressive.co.uk\r\nulladullatimes.com.au\r\nummid.com\r\nun.org\r\nundercover.fm\r\nundertheradar.military.com\r\nundispatch.com\r\nunicornbooty.com\r\nunion-bulletin.com\r\nunioneagle.com\r\nunionleader.com\r\nunitedliberty.org\r\nuniversalsports.com\r\nuniverse.byu.edu\r\nuniversityplace.patch.com\r\nuniversityworldnews.com\r\nunric.org\r\nuoflcardgame.com\r\nupdatednews.ca\r\nupi.com\r\nupiasia.com\r\nupnorthlive.com\r\nupperdublin.patch.com\r\nuppermacungie.patch.com\r\nuppermarlboro.patch.com\r\nuppermichiganssource.com\r\nuppersouthampton.patch.com\r\nupperstclair.patch.com\r\nupressonline.com\r\nuprisingradio.org\r\nupstreamonline.com\r\nurbanacitizen.com\r\nurbannetwork.com\r\nus.foxnews.mobi\r\nus.generation-nt.com\r\nusa.mediamonitors.net\r\nusamarketnews.com\r\nusatoday.com\r\nuscatholic.org\r\nuselectionnews.org\r\nusgovinfo.about.com\r\nusliberals.about.com\r\nusmagazine.com\r\nusnews.com\r\nuspolitics.einnews.com\r\nutalkmarketing.com\r\nutdailybeacon.com\r\nuticaod.com\r\nuwyo.edu\r\nuxbridgegazette.co.uk\r\nv3.co.uk\r\nvadvert.co.uk\r\nvahi.patch.com\r\nvaildaily.com\r\nvalleyadvocate.com\r\nvalleycentral.com\r\nvalleynewslive.com\r\nvalleynewsonline.com\r\nvancouver.24hrs.ca\r\nvancouverite.com\r\nvancouverobserver.com\r\nvancouversun.com\r\nvanguardngr.com\r\nvanityfair.com\r\nvariety.com\r\nvator.tv\r\nvccircle.com\r\nvcstar.com\r\nvdare.com\r\nvegasinc.com\r\nvenezuelanalysis.com\r\nvenice.patch.com\r\nvenomstrikes.com\r\nventurebeat.com\r\nvermontcynic.com\r\nvernal.com\r\nvernon.patch.com\r\nverona.patch.com\r\nvertical-leap.co.uk\r\nverticalmag.com\r\nveryaware.com\r\nvestnikkavkaza.net\r\nvexnews.com\r\nvheadline.com\r\nvibeghana.com\r\nvictoriaadvocate.com\r\nvideo.pbs.org\r\nvideogamingpros.com\r\nvideos.kansascity.com\r\nvideos.mercedsunstar.com\r\nvideos.nj.com\r\nvideos.syracuse.com\r\nvienna.patch.com\r\nvindy.com\r\nvintoniowa.org\r\nvirginmedia.com\r\nvirtual-strategy.com\r\nvirtueonline.org\r\nvisaliatimesdelta.com\r\nvisayandailystar.com\r\nviscosimedia.com\r\nvision.org\r\nvisitpontiac.com\r\nvoanews.com\r\nvocm.com\r\nvoice.paly.net\r\nvoice-online.co.uk\r\nvoices.allthingsd.com\r\nvoices.nationaljournal.com\r\nvoltairenet.org\r\nvolunteertv.com\r\nvoorhees.sunne.ws\r\nvoxbikol.com\r\nvoxy.co.nz\r\nvpr.net\r\nvtdigger.org\r\nvulcanadvocate.com\r\nvvdailypress.com\r\nvw.vrvm.com\r\nwabi.tv\r\nwabusinessnews.com.au\r\nwafb.com\r\nwaff.com\r\nwagerrun.com\r\nwaginargus.com.au\r\nwahpetondailynews.com\r\nwaitingfornextyear.com\r\nwaka.com\r\nwakefield.patch.com\r\nwakefieldexpress.co.uk\r\nwakulla.com\r\nwalb.com\r\nwalchanewsonline.com.au\r\nwaleg.com\r\nwalesonline.co.uk\r\nwall.patch.com\r\nwalletpop.com\r\nwallowa.com\r\nwallstcheatsheet.com\r\nwallstreetdaily.com\r\nwallstreetpit.com\r\nwallstreetwindow.com\r\nwalnut.patch.com\r\nwalnutcreek.patch.com\r\nwalt.foreignpolicy.com\r\nwaltainfo.com\r\nwaltham.patch.com\r\nwaltonian.com\r\nwaltonsun.com\r\nwaltontribune.com\r\nwamu.org\r\nwandsworthguardian.co.uk\r\nwandtv.com\r\nwane.com\r\nwantagh.patch.com\r\nwaow.com\r\nwap.indystar.com\r\nwap.itn.co.uk\r\nwap.ksat.com\r\nwap.news.bigpond.com\r\nwap.wtvq.com\r\nwapt.com\r\nwarminster.patch.com\r\nwarnerrobinspatriot.com\r\nwarren.patch.com\r\nwarrenadvocate.com.au\r\nwarwickcourier.co.uk\r\nwarwickdailynews.com.au\r\nwasecacountynews.com\r\nwashburnreview.org\r\nwashingtonbanglaradio.com\r\nwashingtonblade.com\r\nwashingtoncitypaper.com\r\nwashingtonexaminer.com\r\nwashingtonian.com\r\nwashingtonindependent.com\r\nwashingtonpost.com\r\nwashingtontechnology.com\r\nwashingtontimes.com\r\nwatchdog.org\r\nwatchingthewatchers.org\r\nwatching-tv.ew.com\r\nwaterford.patch.com\r\nwatertown.patch.com\r\nwatertowndailytimes.com\r\nwatoday.com.au\r\nwatsonville.patch.com\r\nwauchopegazette.com.au\r\nwaukesha.patch.com\r\nwausaudailyherald.com\r\nwausaudailyherald.com\r\nwave3.com\r\nwavenewspapers.com\r\nwavy.com\r\nwayland.patch.com\r\nwayne.patch.com\r\nwayneindependent.com\r\nwaynepost.com\r\nwaynesvilledailyguide.com\r\nwbaltv.com\r\nwbay.com\r\nwben.com\r\nwbez.org\r\nwbir.com\r\nwbj.pl\r\nwbko.com\r\nwbng.com\r\nwboc.com\r\nwboy.com\r\nwbtv.com\r\nwbur.org\r\nwcax.com\r\nwcfcourier.com\r\nwclo.com\r\nwcnc.com\r\nwcpo.com\r\nwcrnews.wordpress.com\r\nwcsh6.com\r\nwcsi.whiterivernews.com\r\nwcti12.com\r\nwctrib.com\r\nwctv.tv\r\nwcvarones.com\r\nwcyb.com\r\nwdam.com\r\nwday.com\r\nwdbj7.com\r\nwdef.com\r\nwdel.com\r\nwdio.com\r\nwdsu.com\r\nwdtimes.com\r\nwdtn.com\r\nwdtv.com\r\nwduqnews.blogspot.com\r\nwealthdaily.com\r\nweartv.com\r\nweaselzippers.us\r\nweatherforddemocrat.com\r\nweau.com\r\nwebcommentary.com\r\nwebdiary.com.au\r\nweb-fun.info\r\nweblogs.baltimoresun.com\r\nweblogs.dailypress.com\r\nweblogs.sun-sentinel.com\r\nweblogs.variety.com\r\nwebpronews.com\r\nwebstercitynews.com\r\nwebsterpost.com\r\nwebwire.com\r\nwect.com\r\nweei.com\r\nweeklyblitz.net\r\nweeklycitizen.com\r\nweeklystandard.com\r\nweeklytimesnow.com.au\r\nweeklyworldnews.com\r\nwehonews.com\r\nwellesley.patch.com\r\nwellingtondailynews.com\r\nwellingtontimes.com.au\r\nwellsvilledaily.com\r\nwenatcheeworld.com\r\nwentzville.patch.com\r\nweny.com\r\nwesh.com\r\nwestbloomfield.patch.com\r\nwestborough.patch.com\r\nwestbranchtimes.com\r\nwestchase.patch.com\r\nwestcoastsentinel.com.au\r\nwestdeptford.patch.com\r\nwesternadvocate.com.au\r\nwesternfrontonline.net\r\nwestfield.patch.com\r\nwestford.patch.com\r\nwesthartford.patch.com\r\nwesthartfordnews.com\r\nwesthollywood.patch.com\r\nwestislip.patch.com\r\nwestkentuckystar.com\r\nwestlake.patch.com\r\nwestminster.patch.com\r\nwestmorelandtimes.com\r\nweston.patch.com\r\nweston-ct.patch.com\r\nwestorange.patch.com\r\nwestport.patch.com\r\nwestport-news.com\r\nwestportnow.com\r\nwestroxbury.patch.com\r\nwestseattleblog.com\r\nwestsidetoday.com\r\nwestsussextoday.co.uk\r\nwestwood.patch.com\r\nwestwood-washington.patch.com\r\nwetherbynews.co.uk\r\nwetmtv.com\r\nwetzelchronicle.com\r\nwexfordpeople.ie\r\nwfaa.com\r\nwfae.org\r\nwfie.com\r\nwfir960.com\r\nwfmj.com\r\nwfmz.com\r\nwfn.org\r\nwfpl.org\r\nwfrv.com\r\nwfsb.com\r\nwftv.com\r\nwfuv.org\r\nwgal.com\r\nwggb.com\r\nwgil.com\r\nwgmd.com\r\nwgme.com\r\nwgnradio.com\r\nwgntv.com\r\nwgrz.com\r\nwham1180.com\r\nwhas11.com\r\nwhbf.com\r\nwhbl.com\r\nwheaton.patch.com\r\nwheaton-md.patch.com\r\nwhec.com\r\nwhichwaytopay.ca\r\nwhichwaytopay.com\r\nwhichwaytopayaustralia.com\r\nwhig.com\r\nwhiotv.com\r\nwhitbygazette.co.uk\r\nwhitehalljournal.com\r\nwhitehaven.wmctv.com\r\nwhitehouse.blogs.cnn.com\r\nwhitehouse.gov\r\nwhitelake.patch.com\r\nwhiteplains.patch.com\r\nwhitsundaytimes.com.au\r\nwhittierdailynews.com\r\nwhkp.com\r\nwhmi.com\r\nwhnt.com\r\nwho2.com\r\nwhotv.com\r\nwhptv.com\r\nwhsv.com\r\nwhtc.com\r\nwhyallanewsonline.com.au\r\nwibc.com\r\nwibqfm.com\r\nwibw.com\r\nwickedlocal.com\r\nwicklowpeople.ie\r\nwicz.com\r\nwifr.com\r\nwigantoday.net\r\nwildcat.arizona.edu\r\nwillcoxrangenews.com\r\nwillistonherald.com\r\nwillows-journal.com\r\nwilmette.patch.com\r\nwilmington.patch.com\r\nwilsoncountynews.com\r\nwilsontimes.com\r\nwilton.patch.com\r\nwiltonvillager.com\r\nwilx.com\r\nwinchester.patch.com\r\nwindsor.patch.com\r\nwindsorlocks.patch.com\r\nwindsorstar.com\r\nwindycitymediagroup.com\r\nwineandexcrement.com\r\nwinfieldcourier.com\r\nwinghamchronicle.com.au\r\nwinklertimes.com\r\nwinknews.com\r\nwinnipeg.ctv.ca\r\nwinnipegfreepress.com\r\nwinnipegsun.com\r\nwinonadailynews.com\r\nwired.co.uk\r\nwired.com\r\nwiredvc.com\r\nwirelessfederation.com\r\nwirelessweek.com\r\nwirenh.com\r\nwireservice.ca\r\nwireupdate.com\r\nwirralnews.co.uk\r\nwiscnews.com\r\nwisconsinagconnection.com\r\nwisconsinrapidstribune.com\r\nwishtv.com\r\nwisn.com\r\nwistechnology.com\r\nwistv.com\r\nwitf.org\r\nwitn.com\r\nwitness.co.za\r\nwivb.com\r\nwizbangblog.com\r\nwizbangpop.com\r\nwjactv.com\r\nwjbc.com\r\nwjbdradio.com\r\nwjfw.com\r\nwjhg.com\r\nwjla.com\r\nwjon.com\r\nwkbn.com\r\nwkbt.com\r\nwkbw.com\r\nwkrg.com\r\nwkrn.com\r\nwksr.com\r\nwksu.org\r\nwktv.com\r\nwkuherald.com\r\nwkyc.com\r\nwkyt.com\r\nwkzo.com\r\nwlaj.com\r\nwlbt.com\r\nwlbz2.com\r\nwlfi.com\r\nwlky.com\r\nwlns.com\r\nwlos.com\r\nwlox.com\r\nwlsam.com\r\nwltx.com\r\nwlwt.com\r\nwm.edu\r\nwmal.com\r\nwmbfnews.com\r\nwmctv.com\r\nwmfd.com\r\nwmich.edu\r\nwmtw.com\r\nwmuk.org\r\nwmur.com\r\nwncftv.com\r\nwnd.com\r\nwndu.com\r\nwnem.com\r\nwnep.com\r\nwnewsj.com\r\nwnmtradio.com\r\nwnyc.org\r\nwnyt.com\r\nwoai.com\r\nwoburn.patch.com\r\nwoio.com\r\nwoi-tv.com\r\nwokv.com\r\nwomensissues.about.com\r\nwonderwall.msn.com\r\nwonkette.com\r\nwoodbridge.patch.com\r\nwoodbridge-va.patch.com\r\nwoodbury.patch.com\r\nwoodbury-middlebury.patch.com\r\nwoodinville.patch.com\r\nwoodlandsonline.com\r\nwoodridge.patch.com\r\nwoodstock.patch.com\r\nwoodstocksentinelreview.com\r\nwoodtv.com\r\nwoonsocket.patch.com\r\nwoonsocketcall.com\r\nworcesternews.co.uk\r\nworkers.org\r\nworkersliberty.org\r\nworksopguardian.co.uk\r\nworld.bdnews24.com\r\nworld.foxnews.mobi\r\nworld.globaltimes.cn\r\nworldblog.msnbc.msn.com\r\nworldbulletin.net\r\nworldcrunch.com\r\nworldjewishcongress.org\r\nworldmeets.us\r\nworldnews.about.com\r\nworldpolicy.org\r\nworldpoliticsreview.com\r\nworldradio.ch\r\nworldscreen.com\r\nworldsentinel.com\r\nworldtribune.com\r\nworldtvpc.com\r\nworstpreviews.com\r\nworthingherald.co.uk\r\nwortleytoday.co.uk\r\nwowktv.com\r\nwowt.com\r\nwpbf.com\r\nwpcva.com\r\nwpix.com\r\nwplj.com\r\nwpln.org\r\nwpri.com\r\nwptv.com\r\nwptz.com\r\nwpxi.com\r\nwqad.com\r\nwqow.com\r\nwral.com\r\nwrcbtv.com\r\nwrdw.com\r\nwreg.com\r\nwrentham.patch.com\r\nwrestleheat.com\r\nwrestling.insidepulse.com\r\nwrestlinginc.com\r\nwrestlingnewssource.com\r\nwrex.com\r\nwric.com\r\nwrn.com\r\nwrta.com\r\nwsau.com\r\nwsaw.com\r\nwsaz.com\r\nwsbt.com\r\nwsbtv.com\r\nwsc.co.uk\r\nwscountytimes.co.uk\r\nwset.com\r\nwsfa.com\r\nwsjm.com\r\nwsmv.com\r\nwsoctv.com\r\nwstcwnlk.com\r\nwsvn.com\r\nwsws.org\r\nwtae.com\r\nwtam.com\r\nwtap.com\r\nwtaq.com\r\nwtaw.com\r\nwten.com\r\nwthitv.com\r\nwthr.com\r\nwtkr.com\r\nwtma.com\r\nwtnh.com\r\nwtok.com\r\nwtol.com\r\nwtop.com\r\nwtov9.com\r\nwtrf.com\r\nwtsp.com\r\nwtva.com\r\nwtvbam.com\r\nwtvm.com\r\nwtvq.com\r\nwtvr.com\r\nwusa9.com\r\nwusf.usf.edu\r\nwuwm.com\r\nwvec.com\r\nwvgazette.com\r\nwvmetronews.com\r\nwvnstv.com\r\nwvpubcast.org\r\nww4report.com\r\nwwaytv3.com\r\nwwd.com\r\nwweek.com\r\nwwl.com\r\nwwlp.com\r\nwwltv.com\r\nwwmt.com\r\nwww1.whdh.com\r\nwww2.alabamas13.com\r\nwww2.bupipedream.com\r\nwww2.canada.com\r\nwww2.counton2.com\r\nwww2.dailyprogress.com\r\nwww2.dothaneagle.com\r\nwww2.eprisenow.com\r\nwww2.eufaulatribune.com\r\nwww2.godanriver.com\r\nwww2.greene-news.com\r\nwww2.hernandotoday.com\r\nwww2.hickoryrecord.com\r\nwww2.highlandstoday.com\r\nwww2.independenttribune.com\r\nwww2.insidenova.com\r\nwww2.jcfloridan.com\r\nwww2.journalnow.com\r\nwww2.ljworld.com\r\nwww2.macleans.ca\r\nwww2.madison-news.com\r\nwww2.mcdowellnews.com\r\nwww2.mooresvilletribune.com\r\nwww2.morganton.com\r\nwww2.nbc17.com\r\nwww2.nbc4i.com\r\nwww2.nelsoncountytimes.com\r\nwww2.neweraprogress.com\r\nwww2.newsadvance.com\r\nwww2.newsvirginian.com\r\nwww2.oanow.com\r\nwww2.orangenews.com\r\nwww2.scnow.com\r\nwww2.staffordcountysun.com\r\nwww2.starexponent.com\r\nwww2.statesville.com\r\nwww2.tbo.com\r\nwww2.timesdispatch.com\r\nwww2.tricities.com\r\nwww2.turnto10.com\r\nwww2.wataugademocrat.com\r\nwww2.wjbf.com\r\nwww2.wjtv.com\r\nwww2.wnct.com\r\nwww2.wrbl.com\r\nwww2.wsav.com\r\nwww2.wsls.com\r\nwww2.wspa.com\r\nwww3.wdtn.com\r\nwww9.gmanews.tv\r\nwwwnew.bizjournals.com\r\nwxii12.com\r\nwxow.com\r\nwxvt.com\r\nwxyz.com\r\nwyandotte.patch.com\r\nwyckoff.patch.com\r\nwydaily.com\r\nwyff4.com\r\nwyndhamweekly.com.au\r\nwyomingnews.com\r\nwytv.com\r\nwzzm13.com\r\nxconomy.com\r\nxxlmag.com\r\nyakima-herald.com\r\nyaledailynews.com\r\nyalibnan.com\r\nyallpolitics.com\r\nyanksgoyard.com\r\nyankton.net\r\nyasstribune.com.au\r\nydr.com\r\nyemenonline.info\r\nyesbuthowever.com\r\nyle.fi\r\nynetnews.com\r\nyobserver.com\r\nyomiuri.co.jp\r\nyorkdispatch.com\r\nyorkpress.co.uk\r\nyorkregion.com\r\nyorkshireeveningpost.co.uk\r\nyorkshirepost.co.uk\r\nyorktown.patch.com\r\nyorkville.patch.com\r\nyoungwitness.com.au\r\nyourdailynewsfix.com\r\nyourfoxchapel.com\r\nyourhoustonnews.com\r\nyourlife.usatoday.com\r\nyourlocalguardian.co.uk\r\nyournabe.com\r\nyournorwin.com\r\nyourpenntrafford.com\r\nyoursouthhills.com\r\nyourtango.com\r\nyoutube.com\r\nyumasun.com\r\nz6m.info\r\nzagasi.com\r\nzambianchronicle.com\r\nzambianwatchdog.com\r\nzamboangatoday.ph\r\nzanesvilletimesrecorder.com\r\nzawya.com\r\nzdnet.co.uk\r\nzdnet.com\r\nzdnetasia.com\r\nzealfortruth.org\r\nzeenews.com\r\nzimbio.com\r\nzimeye.org\r\nzippycart.com\r\nzmescience.com\r\nzoiksonline.com\r\nzwire.com\r\n\r\n10news.com\r\n10tv.com\r\n11alive.com\r\n121carhire.com\r\n1340wgau.com\r\n13wham.com\r\n14wfie.com\r\n234next.com\r\n247wallst.com\r\n24dash.com\r\n24hourhiphop.com\r\n2dayfm.com.au\r\n2point6billion.com\r\n2theadvocate.com\r\n2ue.com.au\r\n365gay.com\r\n39online.com\r\n3aw.com.au\r\n3news.co.nz\r\n4029tv.com\r\n411mania.com\r\n41nbc.com\r\n4press.biz\r\n4-traders.com\r\n570news.com\r\n58wchs.com\r\n610cktb.com\r\n620wtmj.com\r\n660news.com\r\n670kboi.com\r\n680news.com\r\n68caliber.com\r\n6thfloor.blogs.nytimes.com\r\n760kfmb.com\r\n7days.ae\r\n7thspace.com\r\n8newsnow.com\r\n920kvec.com\r\n964eagle.co.uk\r\n972mag.com\r\n98fm.com\r\n9and10news.com\r\n9computerstore.com\r\n9news.com\r\n9wsyr.com\r\naa.psu.edu\r\nabajournal.com\r\nabc.az\r\nabc.net.au\r\nabc15.com\r\nabc27.com\r\nabc2news.com\r\nabc4.com\r\nabc6.com\r\nabc6onyourside.com\r\nabc-7.com\r\nabcactionnews.com\r\nabclive.in\r\nabclocal.go.com\r\nabcmoney.co.uk\r\nabcmontana.com\r\nabcnews.go.com\r\nabcnews4.com\r\nabcnewspapers.com\r\naberdeen.patch.com\r\nabington.patch.com\r\nabna.ir\r\nabovethelaw.com\r\nabpnews.com\r\nabqjournal.com\r\nabs-cbnnews.com\r\nabtn.co.uk\r\nac360.blogs.cnn.com\r\naccessatlanta.com\r\naccesshollywood.com\r\naccessnorthga.com\r\naccidentinjurylawyerblog.com\r\naceds.org\r\naceshowbiz.com\r\nac-markets.com\r\nacorn-online.com\r\nac-ranger.com\r\naction3news.com\r\nactionforex.com\r\nacton.patch.com\r\nactressarchives.com\r\nacuoptimist.com\r\nacworth.patch.com\r\nadaeveningnews.com\r\nadage.com\r\nadastrum.kansascity.com\r\nadelaidenow.com.au\r\nadirondackdailyenterprise.com\r\nadl.org\r\nadn.com\r\nadnkronos.com\r\nadoimagazine.com\r\nadotas.com\r\nadvertiser-tribune.com\r\nadvice.cio.com\r\nadvicetrade.com\r\nadvisor.ca\r\nadvisorone.com\r\nadvocate.com\r\nadvocatepress.com\r\nadweek.com\r\naei.org\r\naf.mil\r\naf.reuters.com\r\nafaqs.com\r\naffton.patch.com\r\nafghanistan.blogs.cnn.com\r\nafpak.foreignpolicy.com\r\nafpakind.blogs.france24.com\r\nafrica.ibtimes.com\r\nafricalegalbrief.com\r\nafrican-bulletin.com\r\nafricanews.com\r\nafricareview.com\r\nafricasia.com\r\nafrika.no\r\nafriquejet.com\r\nafro.com\r\nafspc.af.mil\r\nagi.it\r\nagjournalonline.com\r\nagmetalminer.com\r\nagourahills.patch.com\r\nagrimoney.com\r\nahherald.com\r\nahmedabadmirror.com\r\nahora.cu\r\naikenstandard.com\r\nain.cubaweb.cu\r\naina.org\r\nainonline.com\r\nairdrieecho.com\r\nairforcetimes.com\r\najc.com\r\najc.org\r\nal.com\r\nalameda.patch.com\r\nalamogordonews.com\r\nalaskadispatch.com\r\nalbany.patch.com\r\nalbanyherald.com\r\nalbertleatribune.com\r\nalbeu.com\r\naledotimesrecord.com\r\nalgemeiner.com\r\nalgonquin.patch.com\r\nalibi.com\r\nalisoviejo.patch.com\r\naljazeera.com\r\naljazeerah.info\r\nallaccess.com\r\nallafrica.com\r\nallfacebook.com\r\nallgov.com\r\nallheadlinenews.com\r\nallhiphop.com\r\nallmediany.com\r\nallvoices.com\r\nallyourtv.com\r\nalmanacnews.com\r\nalmasryalyoum.com\r\nalpharetta.patch.com\r\nalrroya.mobi\r\naltadena.patch.com\r\nalternet.org\r\naltonaecho.com\r\naltoonamirror.com\r\nalttransport.com\r\nam1150.ca\r\nam770chqr.com\r\namarillo.com\r\nambler.patch.com\r\namconmag.com\r\nameinfo.com\r\namericablog.com\r\namericamagazine.org\r\namericanbankingnews.com\r\namericanchronicle.com\r\namericancityandcounty.com\r\namericanindependent.com\r\namericanpress.com\r\namericanprogress.org\r\namericansongwriter.com\r\namericansuperstarmag.com\r\namericanthinker.com\r\namericustimesrecorder.com\r\namestrib.com\r\namfix.blogs.cnn.com\r\namherstburgecho.com\r\namlawdaily.typepad.com\r\namnesty.org\r\namnesty.org.uk\r\namnestyusa.org\r\namny.com\r\namog.com\r\namw.com\r\namyalkon.mensnewsdaily.com\r\nanarkismo.net\r\nanchorweb.org\r\nandalusiastarnews.com\r\nandersonfreepress.net\r\nandina.com.pe\r\nandover.patch.com\r\nandroidapps.com\r\nannandale.patch.com\r\nannarbor.com\r\nannistonstar.com\r\nanswers.china.org.cn\r\nantiguaobserver.com\r\naol.sportingnews.com\r\naolnews.com\r\nap.stripes.com\r\napp.com\r\napp.com.pk\r\nappeal-democrat.com\r\napplevalley.patch.com\r\nappmodo.com\r\nappolicious.com\r\napps.detnews.com\r\naprn.org\r\napunkachoice.com\r\narabamericannews.com\r\narabianbusiness.com\r\narabmonitor.info\r\narabnews.com\r\narabtimesonline.com\r\nararatadvertiser.com.au\r\narbiteronline.com\r\narbutus.patch.com\r\narcadia.patch.com\r\narchboldbuckeye.com\r\narchinect.com\r\narchitectsjournal.co.uk\r\narchrecord.construction.com\r\narden.news10.net\r\nardmore.patch.com\r\nardmoreite.com\r\nareawidenews.com\r\narenacindependent.com\r\nargophilia.com\r\nargus.ie\r\nargusleader.com\r\nargusobserver.com\r\nargus-press.com\r\narirang.co.kr\r\narizona.sbnation.com\r\narkansasbusiness.com\r\narkansasnews.com\r\narkansasonline.com\r\narkcity.net\r\narklatexhomepage.com\r\narktimes.com\r\narlington.patch.com\r\narlnow.com\r\narmidaleexpress.com.au\r\narmleytoday.co.uk\r\narmradio.am\r\narmy.mil\r\narmytimes.com\r\narnnet.com.au\r\narnold.patch.com\r\naroundtherings.com\r\narrowheadaddict.com\r\narstechnica.com\r\nartdaily.org\r\narticles.lancasteronline.com\r\nartinfo.com\r\narts.nationalpost.com\r\nartsbeat.blogs.nytimes.com\r\nasap.co.uk\r\nashbournenewstelegraph.co.uk\r\nashburn.patch.com\r\nasia.wsj.com\r\nasia-monitor.com\r\nasianews.it\r\nasianimage.co.uk\r\nasianjournal.com\r\nasiantribune.com\r\nasianweek.com\r\nasiaone.com\r\nasiasecurity.macfound.org\r\nasiasentinel.com\r\naspentimes.com\r\nassamtribune.com\r\nassets.bizjournals.com\r\nassociatedcontent.com\r\nastrochicks.com\r\nasylum.co.uk\r\natg.wa.gov\r\nathensreview.com\r\nathleticbusiness.com\r\natimes.com\r\natlanta.sbnation.com\r\natlantaintownpaper.com\r\natlantapost.com\r\natlanticsentinel.com\r\nattleboro.patch.com\r\natwar.blogs.nytimes.com\r\nau.christiantoday.com\r\nau.ibtimes.com\r\nau.news.yahoo.com\r\nauburnpub.com\r\naudio.weei.com\r\naugustafreepress.com\r\naugustagazette.com\r\nauroraadvertiser.net\r\nauroraadvocate.com\r\naurorasentinel.com\r\nausbt.com.au\r\naustin.ynn.com\r\naustin360.com\r\naustindailyherald.com\r\naustralianconservative.com\r\naustralianetworknews.com\r\nautomatedtrader.net\r\nauto-mobi.info\r\nautos.sympatico.ca\r\navclub.com\r\naviationtoday.com\r\navionews.com\r\navon.patch.com\r\navonlake.patch.com\r\navon-oh.patch.com\r\navstop.com\r\navweb.com\r\nawfulannouncing.com\r\naxcessnews.com\r\naxisoflogic.com\r\naysor.am\r\nazatutyun.am\r\nazcapitoltimes.com\r\nazcentral.com\r\nazdailysun.com\r\nazerireport.com\r\nazfamily.com\r\nazstarnet.com\r\nazzaman.com\r\nb92.net\r\nbabylonvillage.patch.com\r\nbackbay.patch.com\r\nbackseatcuddler.com\r\nbackstage.com\r\nbadgerherald.com\r\nbakersfield.com\r\nbakersfieldnow.com\r\nbakewelltoday.co.uk\r\nbalacynwyd.patch.com\r\nbaldwin-whitehall.patch.com\r\nbalkans.com\r\nballerstatus.com\r\nballinaadvocate.com.au\r\nballparkdigest.com\r\nballston.patch.com\r\nballwin-ellisville.patch.com\r\nbaltic-course.com\r\nbaltictimes.com\r\nbaltimoresportsreport.com\r\nbaltimoresun.com\r\nbancroftthisweek.com\r\nbandt.com.au\r\nbangaloremirror.com\r\nbangkokpost.com\r\nbankinfosecurity.com\r\nbanmoco.co.uk\r\nbanning-beaumont.patch.com\r\nbaristanet.com\r\nbarnaclegrenada.com\r\nbarnegat.patch.com\r\nbarnstable-hyannis.patch.com\r\nbarossaherald.com.au\r\nbarrington.patch.com\r\nbarrington-il.patch.com\r\nbarrow.patch.com\r\nbartlesvilleradio.com\r\nbasehorinfo.com\r\nbasildonrecorder.co.uk\r\nbaskingridge.patch.com\r\nbastropenterprise.com\r\nbatemansbaypost.com.au\r\nbatleynews.co.uk\r\nbattlecreekenquirer.com\r\nbattleland.blogs.time.com\r\nbauman.sovereignsociety.com\r\nbaxterbulletin.com\r\nbaycitizen.org\r\nbaylorlariat.com\r\nbayofplentytimes.co.nz\r\nbayoubuzz.com\r\nbayport.patch.com\r\nbayshorebroadcasting.ca\r\nbayside.patch.com\r\nbaysidebulletin.com.au\r\nbaystatebanner.com\r\nbayviewcompass.com\r\nbbb.org\r\nbbc.co.uk\r\nbbjonline.hu\r\nbcdemocratonline.com\r\nbcheights.com\r\nbcinterruption.com\r\nbclocalnews.com\r\nbdnews24.com\r\nbdtonline.com\r\nbeachwood.patch.com\r\nbeaconnews.suntimes.com\r\nbeacononlinenews.com\r\nbearsdenherald.co.uk\r\nbeartoothnbc.com\r\nbeatricedailysun.com\r\nbeaufortobserver.net\r\nbeaumontenterprise.com\r\nbeauregarddailynews.net\r\nbeausejourreview.com\r\nbedford.patch.com\r\nbedfordshire-news.co.uk\r\nbedfordtoday.co.uk\r\nbed-stuy.patch.com\r\nbeehivecity.com\r\nbeestontoday.co.uk\r\nbegadistrictnews.com.au\r\nbelair.patch.com\r\nbelfasttelegraph.co.uk\r\nbelladogmagazine.com\r\nbellehaven.patch.com\r\nbelleville.patch.com\r\nbellevision.com\r\nbellevue.patch.com\r\nbellingencourier.com.au\r\nbellinghamherald.com\r\nbellmore.patch.com\r\nbelmont.patch.com\r\nbelmont-ca.patch.com\r\nbeloitdailynews.com\r\nbelpernews.co.uk\r\nbemidjipioneer.com\r\nbendbulletin.com\r\nbendigoadvertiser.com.au\r\nbenicia.patch.com\r\nbenningtonbanner.com\r\nbenningtonvalepress.com\r\nbensalem.patch.com\r\nbentoneveningnews.com\r\nbenzinga.com\r\nberkeleyheights.patch.com\r\nberkeley-nj.patch.com\r\nberkley.patch.com\r\nberkshireeagle.com\r\nberlin.patch.com\r\nbermudasun.bm\r\nbernama.com\r\nbernama.com.my\r\nbernews.com\r\nberwick-advertiser.co.uk\r\nbestsyndication.com\r\nbestweekever.tv\r\nbet.com\r\nbeta.bryancountynews.net\r\nbeta.coastalcourier.com\r\nbetanews.com\r\nbethel.patch.com\r\nbethesda.patch.com\r\nbethlehem.patch.com\r\nbethwood.patch.com\r\nbeverleyguardian.co.uk\r\nbeverlyhills.patch.com\r\nbexhillobserver.net\r\nbeyondchron.org\r\nbfbs.com\r\nbgdailynews.com\r\nbgnews.com\r\nbhpioneer.com\r\nbiggleswadetoday.co.uk\r\nbiggovernment.com\r\nbighollywood.breitbart.com\r\nbigislandvideonews.com\r\nbigpondnews.com\r\nbigshinyrobot.com\r\nbigthink.com\r\nbikyamasr.com\r\nbillboard.com\r\nbillingsgazette.com\r\nbi-me.com\r\nbiography.com\r\nbioprepwatch.com\r\nbiosciencetechnology.com\r\nbirmingham.patch.com\r\nbirminghammail.net\r\nbirminghampost.net\r\nbismarcktribune.com\r\nbites.today.com\r\nbits.blogs.nytimes.com\r\nbiz.thestar.com.my\r\nbiz.zeenews.com\r\nbizjournals.com\r\nbiztimes.com\r\nblackanthem.com\r\nblackbookmag.com\r\nblackfridaydeals.in\r\nblackjackchamp.com\r\nblacknews.com\r\nblackpoolgazette.co.uk\r\nblackstarnews.com\r\nblackstate.com\r\nblacktownsun.com.au\r\nblackvoicenews.com\r\nblastmagazine.com\r\nblayneychronicle.com.au\r\nbleacherreport.com\r\nbleedingcool.com\r\nbleedinggreennation.com\r\nblockbuster.co.uk\r\nblog.al.com\r\nblog.american.com\r\nblog.beaumontenterprise.com\r\nblog.beliefnet.com\r\nblog.blogtalkradio.com\r\nblog.brickhousesecurity.com\r\nblog.camera.org\r\nblog.cheapoair.com\r\nblog.christianitytoday.com\r\nblog.chron.com\r\nblog.cleveland.com\r\nblog.foreignpolicy.com\r\nblog.gactv.com\r\nblog.games.com\r\nblog.georgetownvoice.com\r\nblog.heritage.org\r\nblog.hsh.com\r\nblog.masslive.com\r\nblog.mlive.com\r\nblog.moviefone.com\r\nblog.music.aol.com\r\nblog.mysanantonio.com\r\nblog.newsok.com\r\nblog.newvoices.org\r\nblog.niemanwatchdog.org\r\nblog.nj.com\r\nblog.nola.com\r\nblog.onlinemediadirect.co.uk\r\nblog.onthebox.com\r\nblog.oregonlive.com\r\nblog.oup.com\r\nblog.outtakeonline.com\r\nblog.pennlive.com\r\nblog.pjvoice.com\r\nblog.practicalethics.ox.ac.uk\r\nblog.psaonline.org\r\nblog.searchenginewatch.com\r\nblog.seattlepi.com\r\nblog.stanfordreview.org\r\nblog.syracuse.com\r\nblog.thenewstribune.com\r\nblog.thestar.com.my\r\nblog.timesunion.com\r\nblog.usnavyseals.com\r\nblog.vdare.com\r\nblog.wasteindustrysite.com\r\nblog.zap2it.com\r\nblogcritics.org\r\nbloggernews.net\r\nblogher.com\r\nbloginity.com\r\nblogs.abc.net.au\r\nblogs.abcnews.com\r\nblogs.ajc.com\r\nblogs.aljazeera.net\r\nblogs.alternet.org\r\nblogs.app.com\r\nblogs.atlanticcityweekly.com\r\nblogs.babble.com\r\nblogs.barrons.com\r\nblogs.bbcamerica.com\r\nblogs.berkeley.edu\r\nblogs.bettor.com\r\nblogs.blackvoices.com\r\nblogs.browardpalmbeach.com\r\nblogs.cbn.com\r\nblogs.cfr.org\r\nblogs.chicagotribune.com\r\nblogs.christianpost.com\r\nblogs.commercialappeal.com\r\nblogs.computerworld.com\r\nblogs.courant.com\r\nblogs.courier-journal.com\r\nblogs.coventrytelegraph.net\r\nblogs.creativeloafing.com\r\nblogs.crikey.com.au\r\nblogs.csoonline.com\r\nblogs.dailyherald.com\r\nblogs.dallasobserver.com\r\nblogs.desmoinesregister.com\r\nblogs.discovermagazine.com\r\nblogs.discovery.com\r\nblogs.edweek.org\r\nblogs.fayobserver.com\r\nblogs.forbes.com\r\nblogs.forward.com\r\nblogs.fredericksburg.com\r\nblogs.ft.com\r\nblogs.golf.com\r\nblogs.govexec.com\r\nblogs.gwhatchet.com\r\nblogs.houstonpress.com\r\nblogs.independent.co.uk\r\nblogs.indiewire.com\r\nblogs.jta.org\r\nblogs.kansascity.com\r\nblogs.knoxnews.com\r\nblogs.kqed.org\r\nblogs.laweekly.com\r\nblogs.marketwatch.com\r\nblogs.mcall.com\r\nblogs.mcclatchydc.com\r\nblogs.mercurynews.com\r\nblogs.miaminewtimes.com\r\nblogs.naplesnews.com\r\nblogs.nature.com\r\nblogs.news.sky.com\r\nblogs.news-leader.com\r\nblogs.nfl.com\r\nblogs.ocweekly.com\r\nblogs.orlandosentinel.com\r\nblogs.palmbeachpost.com\r\nblogs.pe.com\r\nblogs.phillymag.com\r\nblogs.phoenixnewtimes.com\r\nblogs.psychcentral.com\r\nblogs.redding.com\r\nblogs.rediff.com\r\nblogs.rep-am.com\r\nblogs.republicanherald.com\r\nblogs.reuters.com\r\nblogs.riverfronttimes.com\r\nblogs.roanoke.com\r\nblogs.sacbee.com\r\nblogs.seattleweekly.com\r\nblogs.sfweekly.com\r\nblogs.siliconindia.com\r\nblogs.siliconvalley.com\r\nblogs.smartmoney.com\r\nblogs.star-telegram.com\r\nblogs.suntimes.com\r\nblogs.telegraph.co.uk\r\nblogs.tennessean.com\r\nblogs.timeslive.co.za\r\nblogs.trb.com\r\nblogs.tribune.com.pk\r\nblogs.villagevoice.com\r\nblogs.webmd.com\r\nblogs.westword.com\r\nblogs.wpri.com\r\nblogs.wsj.com\r\nblogs.wvgazette.com\r\nblogtown.portlandmercury.com\r\nbloomberg.com\r\nbloomfield.patch.com\r\nbloomingdale.patch.com\r\nbluearkansasblog.com\r\nbluemountaineagle.com\r\nbluemountainsgazette.com.au\r\nblueridgenow.com\r\nbluewavenews.com\r\nblufftontoday.com\r\nbnd.com\r\nbnet.com\r\nbnn.ca\r\nbognor.co.uk\r\nboilerjuice.com\r\nboingboing.net\r\nboiseweekly.com\r\nbolingbrook.patch.com\r\nbolivarmonews.com\r\nbollypatrika.com\r\nbollywoodhungama.com\r\nbollywoodmantra.com\r\nbombalatimes.com.au\r\nbonnercountydailybee.com\r\nbonnersprings.com\r\nbonneylake-sumner.patch.com\r\nboomtron.com\r\nboonvilledailynews.com\r\nboorowanewsonline.com.au\r\nboosharticles.com\r\nbordermail.com.au\r\nborglobe.com\r\nbostinnovation.com\r\nboston.about.com\r\nboston.com\r\nboston.sbnation.com\r\nbostonherald.com\r\nbostonist.com\r\nbostonstandard.co.uk\r\nboulderweekly.com\r\nbournelocal.co.uk\r\nbournemouthecho.co.uk\r\nbowie.patch.com\r\nboxingscene.com\r\nbozemandailychronicle.com\r\nbradenton.com\r\nbradenton.patch.com\r\nbraidwoodtimes.com.au\r\nbrainerddispatch.com\r\nbraintree.patch.com\r\nbramleytoday.co.uk\r\nbrandchannel.com\r\nbrandon.patch.com\r\nbrandonsun.com\r\nbranford.patch.com\r\nbrantfordexpositor.ca\r\nbraypeople.ie\r\nbreakingglobalnews.com\r\nbreakingnews.ie\r\nbreakingtravelnews.com\r\nbrecksville.patch.com\r\nbrecorder.com\r\nbrenhambanner.com\r\nbrentwood.patch.com\r\nbrentwoodweeklynews.co.uk\r\nbrewtonstandard.com\r\nbrick.patch.com\r\nbridgewater.patch.com\r\nbridlingtonfreepress.co.uk\r\nbridportnews.co.uk\r\nbrighouseecho.co.uk\r\nbrighton.patch.com\r\nbrightonpittsfordpost.com\r\nbrimbankweekly.com.au\r\nbrisbanetimes.com.au\r\nbroadbandgenie.co.uk\r\nbroadcastengineering.com\r\nbroadcastingcable.com\r\nbroadcastnewsroom.com\r\nbroadcastnow.co.uk\r\nbroadneck.patch.com\r\nbroadstreethockey.com\r\nbronxink.org\r\nbronxnewsnetwork.org\r\nbronxville.patch.com\r\nbrookfield.patch.com\r\nbrookfieldnow.com\r\nbrookfield-wi.patch.com\r\nbrookings.edu\r\nbrookline.patch.com\r\nbrooklyn.about.com\r\nbrooklyneagle.com\r\nbrooklynpaper.com\r\nbrownsvilleherald.com\r\nbrownwoodbulletin.com\r\nbruinsnation.com\r\nbrynmawr.patch.com\r\nbsudailynews.com\r\nbtimes.com.my\r\nbtlonline.org\r\nb-townblog.com\r\nbu.edu\r\nbuanews.gov.za\r\nbuckhead.11alive.com\r\nbuckhead.patch.com\r\nbuckinghamtoday.co.uk\r\nbucksfreepress.co.uk\r\nbucksherald.co.uk\r\nbucyrustelegraphforum.com\r\nbudapestreport.com\r\nbuddytv.com\r\nbuenosairesherald.com\r\nbuffalo.edu\r\nbuffalogrove.patch.com\r\nbuffalonews.com\r\nbuffalorising.com\r\nbuild.ie\r\nbulawayo24.com\r\nbunburymail.com.au\r\nbuquad.com\r\nburbankleader.com\r\nburke.patch.com\r\nburlingame.patch.com\r\nburlington.patch.com\r\nburlingtonfreepress.com\r\nburnleycitizen.co.uk\r\nburnleyexpress.net\r\nburnsville.patch.com\r\nburntorangenation.com\r\nburrridge.patch.com\r\nburtonmail.co.uk\r\nburyfreepress.co.uk\r\nbusiness.asiaone.com\r\nbusiness.blogs.cnn.com\r\nbusiness.financialpost.com\r\nbusiness.gather.com\r\nbusiness.gearlive.com\r\nbusiness.globaltimes.cn\r\nbusiness.iafrica.com\r\nbusiness.inquirer.net\r\nbusiness.newsfactor.com\r\nbusiness.peacefmonline.com\r\nbusiness2community.com\r\nbusinessandleadership.com\r\nbusinessarea.org\r\nbusinessclarksville.com\r\nbusinessdailyafrica.com\r\nbusinessday.co.za\r\nbusinessday.com.au\r\nbusinessdayonline.com\r\nbusinessghana.com\r\nbusinessinsider.com\r\nbusinessjournalism.org\r\nbusinesslive.co.za\r\nbusinessnorth.com\r\nbusinessreport.com\r\nbusinessreviewaustralia.com\r\nbusinessreviewusa.com\r\nbusinessspectator.com.au\r\nbusiness-standard.com\r\nbusinesstimes.com.sg\r\nbusinesstoday.intoday.in\r\nbusinessweek.com\r\nbusinessweek.mobi\r\nbusinesswire.com\r\nbusinessworld.in\r\nbusiweek.com\r\nbusseltonmail.com.au\r\nbuxtonadvertiser.co.uk\r\nbworldonline.com\r\nbxnewsnet.blogspot.com\r\nbyronnews.com.au\r\nca.news.yahoo.com\r\nca.reuters.com\r\ncabinet.com\r\ncachevalleydaily.com\r\ncaffertyfile.blogs.cnn.com\r\ncagesideseats.com\r\ncairns.com.au\r\ncaivn.org\r\ncalabasas.patch.com\r\ncalcoastnews.com\r\ncalcuttatube.com\r\ncaldwells.patch.com\r\ncaledonia.patch.com\r\ncalgary.ctv.ca\r\ncalgaryherald.com\r\ncalgarysun.com\r\ncaliforniabeat.org\r\ncaliforniachronicle.com\r\ncalifornianewswire.com\r\ncaliforniaprogressreport.com\r\ncaliforniareport.org\r\ncaller.com\r\ncalorielab.com\r\ncalverleytoday.co.uk\r\ncambridgechron.com\r\ncambridgefirst.co.uk\r\ncambridge-news.co.uk\r\ncambridgetimes.ca\r\ncamdenadvertiser.com.au\r\ncamdencourier.com.au\r\ncamera.org\r\ncampaignforliberty.com\r\ncampaigniran.org\r\ncampaignseries.co.uk\r\ncampbell.patch.com\r\ncampusprogress.org\r\ncanada.com\r\ncanadafreepress.com\r\ncanadaviews.ca\r\ncanadianbusiness.com\r\ncanadianchristianity.com\r\ncanadianunderwriter.ca\r\ncanberratimes.com.au\r\ncanmoreleader.com\r\ncannonconnections.com\r\ncanon-mcmillan.patch.com\r\ncanton.patch.com\r\ncanton-ct.patch.com\r\ncantondailyledger.com\r\ncanton-ga.patch.com\r\ncanton-mi.patch.com\r\ncantonrep.com\r\ncanyon-news.com\r\ncapebretonpost.com\r\ncapecodonline.com\r\ncapecodtoday.com\r\ncape-coral-daily-breeze.com\r\ncapefearbusiness.com\r\ncapetimes.co.za\r\ncapitalfm.co.ke\r\ncapitalfm.com\r\ncapitalnewyork.com\r\ncapitalpress.com\r\ncapitola.patch.com\r\ncapitolhillblue.com\r\ncapitolnewsconnection.org\r\ncapradio.org\r\ncare2.com\r\ncaribarena.com\r\ncaribbean360.com\r\ncarlsbad.patch.com\r\ncarmanvalleyleader.com\r\ncarmitimes.com\r\ncarnegieendowment.org\r\ncarolinalive.com\r\ncarrollgardens.patch.com\r\ncarrollwood.patch.com\r\ncartersville.patch.com\r\ncarthagepress.com\r\ncary.patch.com\r\ncasavaria.com\r\ncascade.patch.com\r\ncaseyweeklyberwick.com.au\r\ncaseyweeklycranbourne.com.au\r\ncaspionet.kz\r\ncastanet.net\r\ncastrovalley.patch.com\r\ncathnews.com\r\ncathnewsindia.com\r\ncatholic.net\r\ncatholic.org\r\ncatholicculture.org\r\ncatholicherald.co.uk\r\ncatholicnews.com\r\ncatholicnewsagency.com\r\ncatholicreview.org\r\ncato-at-liberty.org\r\ncatonsville.patch.com\r\ncattlenetwork.com\r\ncaymannewsservice.com\r\ncbc.ca\r\ncbn.com\r\ncbs12.com\r\ncbs19.tv\r\ncbs3springfield.com\r\ncbs42.com\r\ncbs47.tv\r\ncbs59.com\r\ncbs6albany.com\r\ncbs7kosa.com\r\ncbs8.com\r\ncbsatlanta.com\r\ncbsnews.com\r\ncbssports.com\r\ncd989.com\r\ncdapress.com\r\nc-dh.net\r\ncdispatch.com\r\ncecilwhig.com\r\ncedartownstd.com\r\ncelebdirtylaundry.com\r\ncelebrities.gearlive.com\r\ncelebritybabyscoop.com\r\ncelebrity-gossip.net\r\ncelebrity-mania.com\r\ncelebritynewsandstyle.com\r\ncelebs.gather.com\r\ncentraladvocate.com.au\r\ncentralasianewswire.com\r\ncentralasiaonline.com\r\ncentralchronicle.com\r\ncentralfloridafuture.com\r\ncentraljersey.com\r\ncentralny.ynn.com\r\ncentralpennbusiness.com\r\ncentraltelegraph.com.au\r\ncentralwesterndaily.com.au\r\ncentredaily.com\r\ncentreville.patch.com\r\ncenturycity.patch.com\r\ncerritos.patch.com\r\nceskapozice.cz\r\nceskenoviny.cz\r\ncessnockadvertiser.com.au\r\ncfjctv.com\r\ncfnews13.com\r\ncfr.org\r\ncfra.com\r\nchabad.info\r\nchabad.org\r\nchad.co.uk\r\nchadrad.com\r\nchannahon-minooka.patch.com\r\nchannel3000.com\r\nchannel4.com\r\nchannel6newsonline.com\r\nchannelnews.com.au\r\nchannelnewsasia.com\r\nchantilly.patch.com\r\nchappaqua.patch.com\r\ncharismamag.com\r\ncharlestoncitypaper.com\r\ncharlotteobserver.com\r\ncharltoncountyherald.com\r\nchartattack.com\r\nchartiersvalley.patch.com\r\nchatham.patch.com\r\nchathamdailynews.ca\r\nchathamhouse.org.uk\r\nchatsworth.patch.com\r\nchattanoogan.com\r\nchbcnews.ca\r\ncheboygannews.com\r\ncheechandchongfan.blogspot.com\r\nchelmsford.patch.com\r\nchelmsfordweeklynews.co.uk\r\nchelseanow.com\r\nchelsearecord.com\r\ncherokeescout.com\r\ncherryhill.sunne.ws\r\ncheshire.patch.com\r\nchesterchronicle.co.uk\r\nchesterfield.patch.com\r\nchestnuthill.patch.com\r\nchestnuthilllocal.com\r\nchevychase.patch.com\r\nchicago.curbed.com\r\nchicago.gopride.com\r\nchicago.sbnation.com\r\nchicagobreakingbusiness.com\r\nchicagobreakingnews.com\r\nchicagodefender.com\r\nchicagoheights.patch.com\r\nchicagoist.com\r\nchicagomag.com\r\nchicagonow.com\r\nchicagoreader.com\r\nchicagotribune.com\r\nchichester.co.uk\r\nchickashanews.com\r\nchicoer.com\r\nchieftain.com\r\nchillicothegazette.com\r\nchillicothenews.com\r\nchillicothetimesbulletin.com\r\nchina.org.cn\r\nchinadigitaltimes.net\r\nchinapost.com.tw\r\nchinavestor.com\r\nchinaworker.info\r\nchipchick.com\r\nchipleybugle.com\r\nchipleypaper.com\r\nchippewa.com\r\nchorley-guardian.co.uk\r\nchrisd.ca\r\nchristiancentury.org\r\nchristianchronicle.org\r\nchristianitytoday.com\r\nchristiannewstoday.com\r\nchristiannewswire.com\r\nchristianpost.com\r\nchristiantoday.com\r\nchron.com\r\nchronicle.augusta.com\r\nchronicle.com\r\nchronicle.northcoastnow.com\r\nchronicle-express.com\r\nchroniclejournal.com\r\nchroniclelive.co.uk\r\nchronline.com\r\ncicweb.ca\r\ncincinnati.com\r\ncincyjungle.com\r\ncinemablend.com\r\ncineplex.com\r\ncinnaminson.patch.com\r\ncio.com\r\ncio.com.au\r\ncio.in\r\ncioinsight.com\r\nciol.com\r\ncitizensvoice.com\r\ncitizen-times.com\r\ncitizenwire.com\r\ncitrusdaily.com\r\ncityam.com\r\ncityhallblog.dallasnews.com\r\ncity-journal.org\r\ncityjournalistdirectory.com\r\ncitypress.co.za\r\ncityroom.blogs.nytimes.com\r\ncitytalk.fm\r\ncitytowninfo.com\r\ncitytv.com\r\ncitywatchla.com\r\ncitywire.co.uk\r\ncivil.ge\r\ncjad.com\r\ncjbk.com\r\ncjonline.com\r\nckhid.com\r\ncknw.com\r\nclactonandfrintongazette.co.uk\r\nclantonadvertiser.com\r\nclaremontportside.com\r\nclarendon.patch.com\r\nclarionledger.com\r\nclark.patch.com\r\nclarkedailynews.com\r\nclarkforkchronicle.com\r\nclarksvilleonline.com\r\nclashmusic.com\r\nclatl.com\r\nclawson.patch.com\r\nclaycountyprogress.com\r\nclaytoday.biz\r\nclaytodayonline.com\r\nclayton.patch.com\r\nclearwater.patch.com\r\ncleveland.com\r\nclevelandheights.patch.com\r\nclevelandjewishnews.com\r\nclevelandleader.com\r\nclick2houston.com\r\nclickondetroit.com\r\nclickorlando.com\r\ncliffviewpilot.com\r\nclimbthenet.com\r\nclinton.patch.com\r\nclintonherald.com\r\nclintonnewsrecord.com\r\nclitheroeadvertiser.co.uk\r\nclusterflock.org\r\ncm-life.com\r\ncmp.hku.hk\r\ncmt.com\r\ncnbc.com\r\ncnet.com\r\ncnews.canoe.ca\r\ncnjonline.com\r\ncnn.com\r\ncnngo.com\r\ncnnpressroom.blogs.cnn.com\r\ncnnstudentnews.blogs.cnn.com\r\ncnsnews.com\r\ncoastaltimes.com.au\r\ncoastreportonline.com\r\ncoastweek.com\r\ncobarage.com.au\r\ncochranetimes.com\r\ncochranetimespost.com\r\ncodewit.com\r\ncodyenterprise.com\r\ncoffscoastadvocate.com.au\r\ncolesville.patch.com\r\ncolfaxrecord.com\r\ncollegenews.com\r\ncollegepark.patch.com\r\ncollegian.com\r\ncollegian.csufresno.edu\r\ncollegiatetimes.com\r\ncollider.com\r\ncolliemail.com.au\r\ncollingswood.patch.com\r\ncolombiareports.com\r\ncoloradoan.com\r\ncoloradoconnection.com\r\ncoloradodaily.com\r\ncoloradoindependent.com\r\ncolorlines.com\r\ncolumbia.patch.com\r\ncolumbiabasinherald.com\r\ncolumbiamissourian.com\r\ncolumbian.com\r\ncolumbiaspectator.com\r\ncolumbiatribune.com\r\ncolumbuslocalnews.com\r\ncolumbustelegram.com\r\ncolusa-sun-herald.com\r\ncomicbook.com\r\ncomicbookmovie.com\r\ncomicbookresources.com\r\ncomingsoon.net\r\ncommentarymagazine.com\r\ncommercialappeal.com\r\ncommercial-news.com\r\ncommodityonline.com\r\ncommonsnews.org\r\ncommonwealmagazine.org\r\ncommunities.canada.com\r\ncommunity.adn.com\r\ncommunity.coastalcourier.com\r\ncommunity.fireengineering.com\r\ncommunity.nasdaq.com\r\ncommunity.statesmanjournal.com\r\ncommunitynewspapergroup.com\r\ncommunitypress.cincinnati.com\r\ncommunitypub.com\r\ncompareaway.co.uk\r\ncomparecarhire.co.uk\r\ncomparecarrentals.co.uk\r\ncomparecarrentals.com\r\ncompasscayman.com\r\ncomplex.com\r\ncomputerweekly.com\r\ncomputerworld.co.ke\r\ncomputerworld.co.nz\r\ncomputerworld.com\r\ncomputerworld.com.au\r\ncomputerworlduk.com\r\ncomputing.co.uk\r\nconcord.patch.com\r\nconcord-ca.patch.com\r\nconcordmonitor.com\r\ncongletonguardian.co.uk\r\nconnectamarillo.com\r\nconnectedinternet.co.uk\r\nconnectionnewspapers.com\r\nconnectmidmichigan.com\r\nconnectmidmissouri.com\r\nconnecttristates.com\r\nconservativeblog.org\r\nconsortiumnews.com\r\nconsumeraffairs.com\r\ncontactmusic.com\r\ncontent.usatoday.com\r\ncontinentalnews.net\r\ncontracostatimes.com\r\ncoolum-news.com.au\r\ncoomaexpress.com.au\r\ncootamundraherald.com.au\r\ncore77.com\r\ncorkman.ie\r\ncornellsun.com\r\ncorning-observer.com\r\ncornwallseawaynews.com\r\ncoronado.patch.com\r\ncorrections.com\r\ncorsicanadailysun.com\r\ncoshoctontribune.com\r\ncosmiclog.msnbc.msn.com\r\ncountercurrents.org\r\ncounterpunch.org\r\ncountingpips.com\r\ncountytimes.com\r\ncourant.com\r\ncourier-gazette.com\r\ncourier-journal.com\r\ncouriermail.com.au\r\ncouriernews.com\r\ncouriernews.suntimes.com\r\ncourierpostonline.com\r\ncourierpress.com\r\ncourthousenews.com\r\ncoventry.patch.com\r\ncoventrytelegraph.net\r\ncovnews.com\r\ncowracommunitynews.com\r\ncowraguardian.com.au\r\ncp24.com\r\ncpheraldleader.com\r\ncphpost.dk\r\ncqnews.com.au\r\ncrabbygolightly.com\r\ncraigdailypress.com\r\ncrainsdetroit.com\r\ncrainsnewyork.com\r\ncranberry.patch.com\r\ncranford.patch.com\r\ncranston.patch.com\r\ncrave.cnet.co.uk\r\ncraveonline.com\r\ncrawdaddy.com\r\ncrawleyobserver.co.uk\r\ncrescent-news.com\r\ncrestviewbulletin.com\r\ncrevecoeur.patch.com\r\ncrewechronicle.co.uk\r\ncricket.expressindia.com\r\ncrikey.com.au\r\ncrimeblog.dallasnews.com\r\ncrime-research.org\r\ncrimsonquarry.com\r\ncritical-thinkers.com\r\ncrn.com\r\ncroatiantimes.com\r\ncrofton.patch.com\r\ncrookstontimes.com\r\ncrookwellgazette.com.au\r\ncrosbyherald.co.uk\r\ncrosscut.com\r\ncrossgatestoday.co.uk\r\ncrosswalk.com\r\ncrowleypoliticalreport.com\r\ncrowncitynews.com\r\ncrunchsports.com\r\ncrunktastical.net\r\ncrystallake.patch.com\r\ncsindy.com\r\ncsmonitor.com\r\ncsoonline.com\r\nctpost.com\r\nctv.ca\r\nctvbc.ctv.ca\r\ncubanews.ain.cu\r\ncubed3.com\r\ncullmantimes.com\r\nculture.wnyc.org\r\nculturemap.com\r\nculvercity.patch.com\r\ncumming.patch.com\r\ncuopm.com\r\ncupertino.patch.com\r\ncurrent.newsweek.com\r\ncurrentargus.com\r\ncurrent-movie-reviews.com\r\ncustomwire.ap.org\r\ncuyahogafalls.patch.com\r\ncyprus-mail.com\r\ndacula.patch.com\r\ndagblog.com\r\ndaijiworld.com\r\ndaily.bhaskar.com\r\ndaily49er.com\r\ndailyadvance.com\r\ndailyadvertiser.com.au\r\ndailyamerican.com\r\ndailyamericannews.com\r\ndailyastorian.com\r\ndailyblam.com\r\ndailybreeze.com\r\ndailybruin.com\r\ndailybulletin.com\r\ndailycaller.com\r\ndailycamera.com\r\ndailycardinal.com\r\ndaily-chronicle.com\r\ndailycollegian.com\r\ndailycomet.com\r\ndailycommercial.com\r\ndailydealmedia.com\r\ndailydemocrat.com\r\ndailyecho.co.uk\r\ndailyemerald.com\r\ndailyexaminer.com.au\r\ndailyfill.com\r\ndailyfinance.com\r\ndailyforex.com\r\ndailyfreepress.com\r\ndailyfx.com\r\ndailygazette.com\r\ndailygleaner.canadaeast.com\r\ndailygossip.org\r\ndailyherald.com\r\ndailyhome.com\r\ndailyindia.com\r\ndailyinterlake.com\r\ndailyiowan.com\r\ndailyitem.com\r\ndaily-journal.com\r\ndailyjournal.net\r\ndailykos.com\r\ndailylocal.com\r\ndailymail.co.uk\r\ndailymail.com\r\ndailymailnews.com\r\ndailymarkets.com\r\ndailymercury.com.au\r\ndailymirror.lk\r\ndailynews.co.za\r\ndailynews.com\r\ndailynews.lk\r\ndailynewschannels.com\r\ndailynewspulse.com\r\ndailynews-record.com\r\ndailynewstoyou.com\r\ndailynewstranscript.com\r\ndailynorseman.com\r\ndailynorthwestern.com\r\ndailyorange.com\r\ndailypioneer.com\r\ndailypolitical.com\r\ndailypost.co.uk\r\ndailypress.com\r\ndailypress.net\r\ndailyprincetonian.com\r\ndailyreckoning.com\r\ndailyrecord.co.uk\r\ndailyrecord.com\r\ndailyregister.com\r\ndailyrepublicannews.com\r\ndailysquib.co.uk\r\ndailystar.co.uk\r\ndailystar.com.lb\r\ndailytech.com\r\ndailytelegraph.com.au\r\ndailytexanonline.com\r\ndailytidings.com\r\ndaily-times.com\r\ndailytimes.com.pk\r\ndailytitan.com\r\ndailytoreador.com\r\ndailytribune.com\r\ndailytribune.net\r\ndailyutahchronicle.com\r\ndailyvenusdiva.com\r\ndailywd.womansday.com\r\ndailyworld.com\r\ndakotavoice.com\r\ndalje.com\r\ndallasblog.com\r\ndallas-hiram.patch.com\r\ndallasisdblog.dallasnews.com\r\ndallasnews.com\r\ndallassouthnews.org\r\ndallasvoice.com\r\ndaltondailycitizen.com\r\ndanbury.patch.com\r\ndane101.com\r\ndanielstrading.com\r\ndansvilleonline.com\r\ndanvers.patch.com\r\ndanville.patch.com\r\ndarien.patch.com\r\ndarien-il.patch.com\r\ndartreview.com\r\ndatacenterknowledge.com\r\ndawn.com\r\ndayafterindia.com\r\ndaybreakingnews.com\r\ndaytondailynews.com\r\ndc.curbed.com\r\ndc.sbnation.com\r\ndc.streetsblog.org\r\ndcbureau.org\r\ndcist.com\r\ndcourier.com\r\ndddnews.com\r\nddtonline.com\r\ndeadline.com\r\ndeadspin.com\r\ndealbreaker.com\r\ndearborn.patch.com\r\ndeathandtaxesmag.com\r\ndeathby1000papercuts.com\r\ndebka.com\r\ndecatur.patch.com\r\ndecaturdaily.com\r\ndeccanchronicle.com\r\ndeccanherald.com\r\ndedham.patch.com\r\ndefamer.com.au\r\ndefence.pk\r\ndefencemanagement.com\r\ndefense.gov\r\ndefensedaily.com\r\ndefensenews.com\r\ndefensesystems.com\r\ndefense-update.com\r\ndefpro.com\r\ndehavilland.co.uk\r\ndelawareonline.com\r\ndelconewsnetwork.com\r\ndelcotimes.com\r\ndelgazette.com\r\ndelhinewsrecord.com\r\ndelmarvanow.com\r\ndemocracynow.org\r\ndemocratandchronicle.com\r\ndemocratherald.com\r\ndemotix.com\r\ndennews.com\r\ndenverpost.com\r\ndepauliaonline.com\r\ndepauw.edu\r\nderbyshiretimes.co.uk\r\ndeseretnews.com\r\ndesertdispatch.com\r\ndesigntaxi.com\r\ndesmoinesregister.com\r\ndesotoexplorer.com\r\ndetnews.com\r\ndevicemag.com\r\ndevilslakejournal.com\r\ndevonporttimes.com.au\r\ndewsburyreporter.co.uk\r\ndexter.patch.com\r\ndfwcatholic.org\r\ndglobe.com\r\ndiamondbackonline.com\r\ndiamondbar.patch.com\r\ndigitalburg.com\r\ndigitalfacility.com\r\ndigitaljournal.com\r\ndigitallife.today.com\r\ndigitalspy.co.uk\r\ndigitalspy.com\r\ndigitaltrends.com\r\ndigitalversus.com\r\ndigtriad.com\r\ndinningtontoday.co.uk\r\ndirectionsmag.com\r\ndiscountvouchers.co.uk\r\ndiscovermoosejaw.com\r\ndispatch.com\r\ndissexpress.co.uk\r\ndissidentvoice.org\r\ndi-ve.com\r\ndixiesunlink.com\r\ndixon.patch.com\r\ndl-online.com\r\ndmwmedia.com\r\ndnaindia.com\r\ndnainfo.com\r\ndnews.com\r\ndnj.com\r\ndnronline.com\r\ndoaneline.com\r\ndoctorslounge.com\r\ndodbuzz.com\r\ndodgeglobe.com\r\ndodlive.mil\r\ndogblog.dogster.com\r\ndomain-b.com\r\ndomainnamewire.com\r\ndominicantoday.com\r\ndonaldsonvillechief.com\r\ndoncasterfreepress.co.uk\r\ndonklephant.com\r\ndonnybrookmail.com.au\r\ndormont-brookline.patch.com\r\ndorsetecho.co.uk\r\ndotspress.com\r\ndouglaston.patch.com\r\ndouglasville.patch.com\r\ndouthat.blogs.nytimes.com\r\ndover.patch.com\r\ndoverpost.com\r\ndownersgrove.patch.com\r\ndowntownexpress.com\r\ndoylestown.patch.com\r\ndp-news.com\r\ndreadcentral.com\r\ndrezner.foreignpolicy.com\r\ndriffieldtoday.co.uk\r\ndrogheda-independent.ie\r\ndscriber.com\r\ndublin.patch.com\r\nduluthnewstribune.com\r\ndundalk.patch.com\r\ndunedin.patch.com\r\ndunstabletoday.co.uk\r\ndunwoody.patch.com\r\nduquoin.com\r\ndurham.patch.com\r\ndutchnews.nl\r\ndvice.com\r\ndvidshub.net\r\ndw-world.de\r\ne.nikkei.com\r\neadt.co.uk\r\neaglecountryonline.com\r\neaglenews.org\r\neagletribune.com\r\nealinggazette.co.uk\r\nearlycountynews.com\r\nearnedmedia.org\r\neastaurorany.com\r\neastbayexpress.com\r\neastbourneherald.co.uk\r\neastbrunswick.patch.com\r\neastcobb.patch.com\r\neastcountymagazine.org\r\neasternecho.com\r\neasternews.net\r\neasterniowagovernment.com\r\neasterniowalife.com\r\neasterniowanewsnow.com\r\neasterniowaschools.com\r\neastgreenwich.patch.com\r\neasthaddam.patch.com\r\neasthampton.patch.com\r\neasthampton-ct.patch.com\r\neaston.patch.com\r\neaston-ma.patch.com\r\neastoregonian.com\r\neastpeoriatimescourier.com\r\neasttexasreview.com\r\neastvalleytribune.com\r\neastwindsor.patch.com\r\neastwoodadvertiser.co.uk\r\neasydestination.net\r\neasy-forex.com\r\neater.com\r\neatontown.patch.com\r\nebangladesh.com\r\nebar.com\r\nebs.gmnews.com\r\necampusnews.com\r\necanadanow.com\r\nechonews.com.au\r\nechopark.patch.com\r\necho-pilot.com\r\nechopress.com\r\necocentric.blogs.time.com\r\necollegetimes.com\r\necommerce-journal.com\r\neconomicpopulist.org\r\neconomictimes.com\r\neconomictimes.indiatimes.com\r\neconomicvoice.com\r\neconomist.com\r\neconomix.blogs.nytimes.com\r\neconomy.kansascity.com\r\neconomywatch.com\r\necorazzi.com\r\necr.co.za\r\nedenmagnet.com.au\r\nedgewater.patch.com\r\nedhat.com\r\nedina.patch.com\r\nedinburghnews.scotsman.com\r\nedition.cnn.com\r\neditorandpublisher.com\r\neditorsweblog.org\r\nedmonds.patch.com\r\nedmondsun.com\r\nedmonton.ctv.ca\r\nedmontonjournal.com\r\nedmontonsun.com\r\nedp24.co.uk\r\nedsonleader.com\r\nedweek.org\r\neffinghamdailynews.com\r\nefinancialnews.com\r\negovmonitor.com\r\negpnews.com\r\neitb.com\r\nejpress.org\r\nekklesia.co.uk\r\nekmulakatnews.com\r\nelcerrito.patch.com\r\neldersburg.patch.com\r\neldoradonews.com\r\neldoradotimes.com\r\nelections.americablog.com\r\nelkgrove.patch.com\r\nelkridge.patch.com\r\nellicottcity.patch.com\r\nellington-somers.patch.com\r\nellsworthinderep.com\r\nelmhurst.patch.com\r\nelon.edu\r\nelpasotimes.com\r\nemailwire.com\r\nembassymag.ca\r\nemergencymgmt.com\r\nemg.rs\r\nemirates247.com\r\nemmaus.patch.com\r\nempire.wnyc.org\r\nempirestatenews.net\r\nemporiagazette.com\r\nempowher.com\r\nems.gmnews.com\r\nen.ammonnews.net\r\nen.apa.az\r\nen.canoe.ca\r\nen.mercopress.com\r\nen.news.maktoob.com\r\nen.rian.ru\r\nen.terra.com\r\nen.trend.az\r\nen.vivanews.com\r\nen.wikinews.org\r\nencinitas.patch.com\r\nencino.patch.com\r\nenctoday.com\r\nenergyfm.net\r\nenergyintel.com\r\nenergypublisher.com\r\nenewschannels.com\r\nenewscourier.com\r\nenewspf.com\r\nenfield.patch.com\r\nengineeringnews.co.za\r\nenglish.ahram.org.eg\r\nenglish.alarabiya.net\r\nenglish.albeu.com\r\nenglish.aljazeera.net\r\nenglish.alshahid.net\r\nenglish.capital.gr\r\nenglish.chosun.com\r\nenglish.cri.cn\r\nenglish.donga.com\r\nenglish.eastday.com\r\nenglish.farsnews.com\r\nenglish.galatta.com\r\nenglish.ntdtv.com\r\nenglish.peopledaily.com.cn\r\nenglish.pnn.ps\r\nenglish.pravda.ru\r\nenglish.rfi.fr\r\nenglish.rti.org.tw\r\nenglish.ruvr.ru\r\nenglish.samaylive.com\r\nenglish.vietnamnet.vn\r\nenglish.vovnews.vn\r\nenglish.yonhapnews.co.kr\r\neni.ch\r\nenidnews.com\r\nennaharonline.com\r\nennisdailynews.com\r\nenterprisenews.com\r\nentertainment.gather.com\r\nentertainment.iafrica.com\r\nentertainment.msn.co.nz\r\nentertainment.stv.tv\r\nenumclaw.patch.com\r\neon.businesswire.com\r\neonline.com\r\ne-pao.net\r\nepiscopalchurch.org\r\nepiscopal-life.org\r\nepolitix.com\r\nequicknews.com\r\nerentals.co.uk\r\nerstarnews.com\r\nesarcasm.com\r\nescambray.cu\r\nesciencenews.com\r\nesecurityplanet.com\r\nesperanceexpress.com.au\r\nespn.go.com\r\nespn1420.com\r\nesquire.com\r\nessex.patch.com\r\nessexcountystandard.co.uk\r\nestevanmercury.ca\r\nesthervilledailynews.com\r\netfdailynews.com\r\netftrends.com\r\netonline.com\r\neturbonews.com\r\neu.techcrunch.com\r\neuobserver.com\r\neuractiv.com\r\neurasianet.org\r\neurasiareview.com\r\neurekastreet.com.au\r\neureka-wildwood.patch.com\r\neuronews.net\r\neurope.wsj.com\r\neuropeanvoice.com\r\neuroweeklynews.com\r\neurweb.com\r\nevanston.patch.com\r\neveningexpress.co.uk\r\neveningnews24.co.uk\r\neveningtimes.co.uk\r\neveningtribune.com\r\nevergreenpark.patch.com\r\nevolutionnews.org\r\neweek.com\r\neweekeurope.co.uk\r\newireinformer.com\r\nexaminer.co.uk\r\nexaminer.com\r\nexaminer.ie\r\nexaminer.net\r\nexchangemagazine.com\r\nexecutivegov.com\r\nexpatforum.com\r\nexpatica.com\r\nexpertclick.com\r\nexplorebaltimorecounty.com\r\nexplorecarroll.com\r\nexploreharford.com\r\nexplorehoward.com\r\nexplorernews.com\r\nexpress.co.uk\r\nexpress.whereilive.com.au\r\nexpressandstar.com\r\nexpressbuzz.com\r\nexpressindia.com\r\nextratv.warnerbros.com\r\neyeweekly.com\r\neyewitnessnews.co.za\r\neyretribune.com.au\r\nezega.com\r\nfabiusmaximus.wordpress.com\r\nfaceoff.com\r\nfadedtribune.com\r\nfairfaxcity.patch.com\r\nfairfaxstation.patch.com\r\nfairfaxtimes.com\r\nfairfield.patch.com\r\nfairfieldchampion.com.au\r\nfairfieldmirror.com\r\nfairfieldweekly.com\r\nfairlawn.patch.com\r\nfairlawn-bath.patch.com\r\nfairoaks.patch.com\r\nfairport-erpost.com\r\nfairviewpost.com\r\nfallschurch.patch.com\r\nfa-mag.com\r\nfamagusta-gazette.com\r\nfamilysecuritymatters.org\r\nfan590.com\r\nfarmingdale.patch.com\r\nfarmington.patch.com\r\nfarmington-mi.patch.com\r\nfarsleytoday.co.uk\r\nfastcodesign.com\r\nfastcompany.com\r\nfavstocks.com\r\nfayobserver.com\r\nfbi.gov\r\nfcw.com\r\nfdlreporter.com\r\nfederalnewsradio.com\r\nfederaltimes.com\r\nfednews.com\r\nfedsmith.com\r\nfeeds.abcnews.com\r\nfeeds.boston.com\r\nfeeds.crikey.com.au\r\nfeeds.informationweek.com\r\nfeeds.kff.org\r\nfeeds.nbcbayarea.com\r\nfeeds.nbcchicago.com\r\nfeeds.nbcconnecticut.com\r\nfeeds.nbcdfw.com\r\nfeeds.nbclosangeles.com\r\nfeeds.nbcmiami.com\r\nfeeds.nbcnewyork.com\r\nfeeds.nbcphiladelphia.com\r\nfeeds.nbcsandiego.com\r\nfeeds.nbcwashington.com\r\nfeeds.nytimes.com\r\nfeeds.sfgate.com\r\nfeeds.washingtonpost.com\r\nfemalefirst.co.uk\r\nfenlandcitizen.co.uk\r\nfenton.patch.com\r\nfergusfallsjournal.com\r\nferndale.patch.com\r\nfftimes.com\r\nffwdweekly.com\r\nfhctoday.com\r\nfieldnotes.msnbc.msn.com\r\nfierceonlinevideo.com\r\nfightbacknews.org\r\nfijivillage.com\r\nfileymercury.co.uk\r\nfilmschoolrejects.com\r\nfilmshaft.com\r\nfin24.com\r\nfinance.fortune.cnn.com\r\nfinance.ninemsn.com.au\r\nfinance.yahoo.com\r\nfinance-commerce.com\r\nfinancenews.co.uk\r\nfinancialexpress.com\r\nfinancialfeed.net\r\nfinancialmirror.com\r\nfinchannel.com\r\nfingal-independent.ie\r\nfireengineering.com\r\nfirefightingnews.com\r\nfirehouse.com\r\nfirerescue1.com\r\nfirstarkansasnews.net\r\nfirstcoastnews.com\r\nfirstread.msnbc.msn.com\r\nfirstthings.com\r\nfitsnews.com\r\nfiveaa.com.au\r\nflaglerlive.com\r\nflanews.com\r\nflatheadbeacon.com\r\nflcourier.com\r\nfleckingrecords.co.uk\r\nfleetwoodtoday.co.uk\r\nflickeringmyth.blogspot.com\r\nflickfilosopher.com\r\nflightglobal.com\r\nflintshirechronicle.co.uk\r\nflipthemedia.com\r\nfloridanewswire.com\r\nfloridatoday.com\r\nflorissant.patch.com\r\nfltimes.com\r\nfly.co.uk\r\nfocus-fen.net\r\nfocustaiwan.tw\r\nfool.com\r\nfootball-news.org.uk\r\nfoothillsmediagroup.com\r\nforbes.com\r\nforbesadvocate.com.au\r\nforeign.peacefmonline.com\r\nforeignaffairs.com\r\nforeignpolicy.com\r\nforeignpolicyjournal.com\r\nforesthills.patch.com\r\nforexblog.oanda.com\r\nforexhound.com\r\nforexlive.com\r\nforexnewsnow.com\r\nforexpros.com\r\nforex-rateit.com\r\nforextv.com\r\nforexyard.com\r\nformbytimes.co.uk\r\nforsythnews.com\r\nfortbendnow.com\r\nfortgreene.patch.com\r\nforthunt.patch.com\r\nfortlee.patch.com\r\nfortmorgantimes.com\r\nfortnightlyreview.co.uk\r\nfortsaskatchewanrecord.com\r\nforward.com\r\nfostercity.patch.com\r\nfosters.com\r\nfourthestatenewspaper.com\r\nfox10tv.com\r\nfox11az.com\r\nfox11online.com\r\nfox12idaho.com\r\nfox13now.com\r\nfox19.com\r\nfox21online.com\r\nfox23.com\r\nfox23news.com\r\nfox26medford.com\r\nfox28.com\r\nfox2now.com\r\nfox40.com\r\nfox41.com\r\nfox43.com\r\nfox4kc.com\r\nfox59.com\r\nfox5vegas.com\r\nfox6now.com\r\nfox8.com\r\nfox8live.com\r\nfoxandhoundsdaily.com\r\nfoxbororeporter.com\r\nfoxborough.patch.com\r\nfoxbusiness.com\r\nfoxcarolina.com\r\nfoxcharlotte.com\r\nfoxnews.com\r\nfoxnews.mobi\r\nfoxreno.com\r\nfoxtoledo.com\r\nframingham.patch.com\r\nfrance24.com\r\nfrankfort.patch.com\r\nfranklinlakes.patch.com\r\nfrankstonweekly.com.au\r\nfrasercoastchronicle.com.au\r\nfrcblog.com\r\nfredericknewspost.com\r\nfredericksburg.com\r\nfredericksburg.patch.com\r\nfredonialeader.com\r\nfreehold.patch.com\r\nfreelancenews.com\r\nfreemalaysiatoday.com\r\nfreep.com\r\nfreepressonline.com\r\nfreepressseries.co.uk\r\nfree-times.com\r\nfremonttribune.com\r\nfrenchtribune.com\r\nfreshbusinessthinking.com\r\nfresnobee.com\r\nfresnocitycollegerampage.com\r\nfridley.patch.com\r\nfromthetrenchesworldreport.com\r\nfrontburner.dmagazine.com\r\nfrontpagemag.com\r\nfrostmagazine.com\r\nfrumforum.com\r\nfsrn.org\r\nfstribune.com\r\nft.com\r\nftalphaville.ft.com\r\nftleavenworthlamp.com\r\nftpapp.app.com.pk\r\nfudzilla.com\r\nfuelfix.com\r\nfullcomment.nationalpost.com\r\nfultonsun.com\r\nfusedfilm.com\r\nfutureofcapitalism.com\r\nfuturesmag.com\r\nfuturespros.com\r\nfw.farmonline.com.au\r\nfwweekly.com\r\nfxmarketalerts.com\r\nfx-mm.com\r\nfxstreet.com\r\ngacksports.com\r\ngadaily.com\r\ngadgets.ndtv.com\r\ngadgetsandgizmos.org\r\ngadling.com\r\ngadsdentimes.com\r\ngainesville.com\r\ngainesvilleregister.com\r\ngainesvilletimes.com\r\ngainsboroughstandard.co.uk\r\ngaithersburg.patch.com\r\ngalaxystocks.com\r\ngalesburg.com\r\ngalioninquirer.com\r\ngallery.thestar.com.my\r\ngalloway.patch.com\r\ngallup.com\r\ngalvanews.com\r\ngalvestondailynews.com\r\ngamerant.com\r\ngamesbids.com\r\ngamrconnect.vgchartz.com\r\ngantdaily.com\r\ngardencity.patch.com\r\ngarforthtoday.co.uk\r\ngarnernews.net\r\ngarstangcourier.co.uk\r\ngastongazette.com\r\ngateschilipost.com\r\ngattonstar.com.au\r\ngawker.com\r\ngaycitynews.com\r\ngaynz.com\r\ngaysocialites.com\r\ngaytoday.com\r\ngazette.com\r\ngazette.net\r\ngazettelive.co.uk\r\ngazettenet.com\r\ngazette-news.co.uk\r\ngazettetimes.com\r\ngazettevirginian.com\r\ngazettextra.com\r\ngbcghana.com\r\ngcaptain.com\r\ngcdailyworld.com\r\ngcn.com\r\ngcobb.com\r\ngearlive.com\r\ngearlog.com\r\ngearthblog.com\r\ngeek.com\r\ngeekosystem.com\r\ngeeksugar.com\r\ngeekwire.com\r\ngeelongadvertiser.com.au\r\ngeneseorepublic.com\r\ngeneva.patch.com\r\ngenevalunch.com\r\ngeo.tv\r\ngeorgetown.patch.com\r\ngeorgiandaily.com\r\ngeorgiatoday.ge\r\ngeotimes.ge\r\ngermantown.patch.com\r\ngetreligion.org\r\ngetthebigpicture.net\r\ngettysburgtimes.com\r\nghanabusinessnews.com\r\nghanaweb.com\r\ngiants101.com\r\ngigaom.com\r\ngigharbor.patch.com\r\ngigwise.com\r\ngilroy.patch.com\r\ngilroydispatch.com\r\ngisborneherald.co.nz\r\ngizmocrunch.com\r\ngizmodo.com\r\ngizmodo.com.au\r\ngjsentinel.com\r\ngladstoneobserver.com.au\r\nglassrbije.org\r\nglasswerk.co.uk\r\nglasswerk.ie\r\nglenburnie.patch.com\r\nglencove.patch.com\r\nglendalenewspress.com\r\nglendora.patch.com\r\nglenellyn.patch.com\r\ngleninnesexaminer.com.au\r\nglenrock.patch.com\r\nglenview.patch.com\r\nglgroup.com\r\nglittarazzi.com\r\nglobalanimal.org\r\nglobalcomment.com\r\nglobalgrind.com\r\ngloballethbridge.com\r\nglobalmontreal.com\r\nglobalnation.inquirer.net\r\nglobalnews.ca\r\nglobalpost.com\r\nglobalregina.com\r\nglobalresearch.ca\r\nglobalsaskatoon.com\r\nglobalsecuritynewswire.org\r\nglobalspin.blogs.time.com\r\nglobaltoronto.com\r\nglobaltvbc.com\r\nglobaltvedmonton.com\r\nglobalvoicesonline.org\r\nglobalwinnipeg.com\r\nglobegazette.com\r\nglobes.co.il\r\ngloria-center.org\r\nglossynews.com\r\ngloucesteradvocate.com.au\r\ngloucestertimes.com\r\ngloucestertownship.patch.com\r\ngmanews.tv\r\ngmenhq.com\r\ngobankingrates.com\r\ngoblueridge.net\r\ngoddiscussion.com\r\ngoerie.com\r\ngofbw.com\r\ngogreece.about.com\r\ngo-jamaica.com\r\ngoldalert.com\r\ngoldcoast.com.au\r\ngoldcoastmail.com.au\r\ngoldenvalley.patch.com\r\ngoldinvestingnews.com\r\ngolfdigest.com\r\ngolf-talk.co.uk\r\ngolocalprov.com\r\ngomonews.com\r\ngonzalescannon.com\r\ngoodgearguide.com.au\r\ngoogle.com\r\ngoolecourier.co.uk\r\ngoondiwindiargus.com.au\r\ngoozernation.com\r\ngopusa.com\r\ngordoncampbell.scoop.co.nz\r\ngoreyguardian.ie\r\ngosanangelo.com\r\ngospelherald.net\r\ngossipcenter.com\r\ngossipcop.com\r\ngossiponthis.com\r\ngothamgazette.com\r\ngothamist.com\r\ngottabemobile.com\r\ngoulburnpost.com.au\r\ngoupstate.com\r\ngovernancenow.com\r\ngovernmentvideo.com\r\ngovexec.com\r\ngovhealthit.com\r\ngovinfosecurity.com\r\ngovwin.com\r\ngpb.org\r\ngrafton.patch.com\r\ngrandestrategy.com\r\ngrandforksherald.com\r\ngranitefallsnews.com\r\ngranthamjournal.co.uk\r\ngrayslake.patch.com\r\ngrcentral.wzzm13.com\r\ngreaterannapolis.patch.com\r\ngreaterdandenongweekly.com.au\r\ngreaterkashmir.com\r\ngreatfallstribune.com\r\ngreatlakesadvocate.com.au\r\ngreatnewmovies.com\r\ngreece.greekreporter.com\r\ngreecepost.com\r\ngreeleytribune.com\r\ngreenbaypressgazette.com\r\ngreenbelt.patch.com\r\ngreencarreports.com\r\ngreencelebrity.net\r\ngreendale.patch.com\r\ngreenfield.patch.com\r\ngreenfieldreporter.com\r\ngreenleft.org.au\r\ngreenpartywatch.org\r\ngreenprophet.com\r\ngreenvilleonline.com\r\ngreenwich.patch.com\r\ngreenwichcitizen.com\r\ngreenwichtime.com\r\ngretawire.blogs.foxnews.com\r\ngridleyherald.com\r\ngrist.org\r\ngroesbeckjournal.com\r\ngroton.patch.com\r\ngroundreport.com\r\ngroundviews.org\r\ngtglobaltrader.com\r\ngtweekly.com\r\nguampdn.com\r\nguanabee.com\r\nguardian.co.tt\r\nguardian.co.uk\r\nguardian-series.co.uk\r\nguatemala-times.com\r\nguelphmercury.com\r\nguestlist.radio.com\r\ngulf-daily-news.com\r\ngulfnews.com\r\ngulf-times.com\r\ngulftoday.ae\r\ngunshyassassin.com\r\nguyism.com\r\ngvnews.com\r\ngwdtoday.com\r\ngwinnettdailypost.com\r\ngwumc.edu\r\ngympietimes.com.au\r\nhaaretz.com\r\nhaddonfield.patch.com\r\nhaddonfield.sunne.ws\r\nhalfhollowhills.patch.com\r\nhalfmoonbay.patch.com\r\nhaliburtonecho.ca\r\nhalifaxcourier.co.uk\r\nhamden.patch.com\r\nhamilton-wenham.patch.com\r\nhammeroftruth.com\r\nhamptonroads.com\r\nhamsayeh.net\r\nhandyshippingguide.com\r\nhanfordsentinel.com\r\nhannaherald.com\r\nhannibal.net\r\nharboroughmail.co.uk\r\nhardenexpress.com.au\r\nhardocp.com\r\nhardwarezone.com\r\nharlowstar.co.uk\r\nharrison.patch.com\r\nharrowobserver.co.uk\r\nharrowtimes.co.uk\r\nhartfordbusiness.com\r\nhartland.patch.com\r\nhartlepoolmail.co.uk\r\nharvardmagazine.com\r\nhasbrouckheights.patch.com\r\nhastingsobserver.co.uk\r\nhastingstribune.com\r\nhattiesburgamerican.com\r\nhauppauge.patch.com\r\nhavasunews.com\r\nhaveeru.com.mv\r\nhavenews.com\r\nhaverford.patch.com\r\nhaverhillecho.co.uk\r\nhawaii247.com\r\nhawaiinewsdaily.com\r\nhawaiinewsnow.com\r\nhawaiireporter.com\r\nhawkesbaytoday.co.nz\r\nhawkesburygazette.com.au\r\nhaylingtoday.co.uk\r\nhaysfreepress.com\r\nhazelwood.patch.com\r\nhdnewsroom.com\r\nheadingleytoday.co.uk\r\nheadlineplanet.com\r\nhealdsburg.patch.com\r\nhealth.usnews.com\r\nhealthcanal.com\r\nhealthland.time.com\r\nhealthnewstrack.com\r\nheart.co.uk\r\nheartlandconnection.com\r\nheatingoil.com\r\nheavemedia.com\r\nhebdenbridgetimes.co.uk\r\nheebmagazine.com\r\nhelena-arkansas.com\r\nhelenair.com\r\nhellertown.patch.com\r\nhellomagazine.com\r\nhelsinkitimes.fi\r\nhemeltoday.co.uk\r\nhenriettapost.com\r\nhepburnadvocate.com.au\r\nherald.ie\r\nheraldandnews.com\r\nheraldbulletin.com\r\nheralddemocrat.com\r\nheralddeparis.com\r\nherald-dispatch.com\r\nheraldextra.com\r\nherald-mail.com\r\nheraldnet.com\r\nheraldnews.com\r\nheraldnews.suntimes.com\r\nheraldonline.com\r\nherald-review.com\r\nheraldscotland.com\r\nheraldsun.com\r\nheraldsun.com.au\r\nheraldtimesonline.com\r\nheraldtribune.com\r\nherald-zeitung.com\r\nhercules.patch.com\r\nhereandnow.wbur.org\r\nherefordtimes.com\r\nhereshow.ca\r\nheritage.com\r\nheritage.org\r\nherkimertelegram.com\r\nhermosabeach.patch.com\r\nherndon.patch.com\r\nhertfordshiremercury.co.uk\r\nheyuguys.co.uk\r\nhidesertstar.com\r\nhighland-news.co.uk\r\nhighlandpark.patch.com\r\nhighlandpark-ca.patch.com\r\nhighrivertimes.com\r\nhillcrest.patch.com\r\nhillingdontimes.co.uk\r\nhillsborough.patch.com\r\nhillsdale.net\r\nhillsnews.com.au\r\nhilltopviewsonline.com\r\nhinckleytimes.net\r\nhindu.com\r\nhindustantimes.com\r\nhingham.patch.com\r\nhiphopblog.com\r\nhiphopdx.com\r\nhiphopwired.com\r\nhispanicbusiness.com\r\nhistoricannapolis.patch.com\r\nhistoriccity.com\r\nhitfix.com\r\nhken.ibtimes.com\r\nhoboken.patch.com\r\nhofstrachronicle.com\r\nholdthefrontpage.co.uk\r\nhollandsentinel.com\r\nhollisterfreelance.com\r\nholliston.patch.com\r\nhollysprings.patch.com\r\nhollywood.com\r\nhollywood.patch.com\r\nhollywooddame.com\r\nhollywoodlife.com\r\nhollywoodnews.com\r\nhollywoodreporter.com\r\nhollywoodtoday.net\r\nholmdel.patch.com\r\nholymoly.com\r\nhome.nzcity.co.nz\r\nhomepagedaily.com\r\nhomernews.com\r\nhometownannapolis.com\r\nhometownlife.com\r\nhometownsource.com\r\nhomewood-flossmoor.patch.com\r\nh-online.com\r\nhopatcong.patch.com\r\nhopestar.com\r\nhopkins.patch.com\r\nhopkinton.patch.com\r\nhorncastlenews.co.uk\r\nhorsforthtoday.co.uk\r\nhorsham.patch.com\r\nhost.madison.com\r\nhosted.ap.org\r\nhotair.com\r\nhotelchatter.com\r\nhoteliermiddleeast.com\r\nhothardware.com\r\nhotmommagossip.com\r\nhoughtonstar.com\r\nhoumatoday.com\r\nhousatonictimes.com\r\nhousingwire.com\r\nhouston.culturemap.com\r\nhoustonherald.com\r\nhoustonianonline.com\r\nhowell.patch.com\r\nhqcomoxvalley.com\r\nhqgrandeprairie.com\r\nhqkelowna.com\r\nhqprincegeorge.com\r\nhqyellowknife.com\r\nhrw.org\r\nhs.fi\r\nhtrnews.com\r\nhubbub.wbur.org\r\nhucknalldispatch.co.uk\r\nhudsonhubtimes.com\r\nhudson-ny.org\r\nhudsonstarobserver.com\r\nhuffingtonpost.com\r\nhuliq.com\r\nhumanevents.com\r\nhumanrightsfirst.org\r\nhumeweekly.com.au\r\nhuntersvilleherald.com\r\nhuntington.patch.com\r\nhuntley.patch.com\r\nhurriyetdailynews.com\r\nhuskerextra.com\r\nhutchnews.com\r\nhyattsville.patch.com\r\nhyblavalley.patch.com\r\nhypervocal.com\r\ni955fm.com\r\niafrica.com\r\niamrogue.com\r\niberkshires.com\r\nibnlive.com\r\nibnlive.in.com\r\nibtimes.com\r\nicis.com\r\niconvsicon.com\r\nidahopress.com\r\nidahoreporter.com\r\nidahostatejournal.com\r\nidahostatesman.com\r\nidolator.com\r\nidsa.in\r\niewy.com\r\nifc.com\r\nifight365.com\r\nifw-net.com\r\nignitionnews.com.au\r\nihotdesk.com\r\niii.co.uk\r\nikhwanweb.com\r\nilkestonadvertiser.co.uk\r\nillawarramercury.com.au\r\nillinois.gov\r\nillumemag.com\r\niloubnan.info\r\nimao.us\r\nimarketnews.com\r\nimperfectparent.com\r\nimperialbeach.patch.com\r\nimperialvalleynews.com\r\nimra.org.il\r\nin.christiantoday.com\r\nin.com\r\nin.reuters.com\r\ninaudit.com\r\ninautonews.com\r\nindcatholicnews.com\r\nindecisionforever.com\r\nindeonline.com\r\nindependent.co.uk\r\nindependent.com.mt\r\nindependent.ie\r\nindependent-bangladesh.com\r\nindependentcollegian.com\r\nindependentmail.com\r\nindependentngonline.com\r\nindepthnews.net\r\nindia.wsj.com\r\nindiablooms.com\r\nindiainfoline.com\r\nindianasnewscenter.com\r\nindianexpress.com\r\nindiantelevision.com\r\nindianweekender.co.nz\r\nindiapost.com\r\nindiatoday.intoday.in\r\nindiawest.com\r\nindolink.com\r\nindrus.in\r\nindustryleadersmagazine.com\r\nindybay.org\r\nindypendent.org\r\nindystar.com\r\ninewp.com\r\ninews880.com\r\ninewsone.com\r\ninfopackets.com\r\ninformant.kalwnews.org\r\ninformationnigeria.org\r\ninformationweek.com\r\ninforum.com\r\ninfosecurity-magazine.com\r\ninfosecurity-us.com\r\ninfoworld.com\r\ninfozine.com\r\ninklingsnews.com\r\ninlandnewstoday.com\r\ninlandsocal.com\r\ninman.com\r\ninmaricopa.com\r\ninnercitypress.com\r\ninquisitr.com\r\ninsidebayarea.com\r\ninsidefutures.com\r\ninsidehalton.com\r\ninsideireland.ie\r\ninsideline.com\r\ninsidemovies.ew.com\r\ninsidepulse.com\r\ninsideronline.org\r\ninsidethegames.biz\r\ninsidetv.ew.com\r\ninsightcrime.org\r\ninspiremagazine.org.uk\r\ninstinctmagazine.com\r\ninsurancejournal.com\r\ninsurancenewsnet.com\r\ninterfax-religion.com\r\ninterlakespectator.com\r\ninternationalreporter.com\r\ninternetevolution.com\r\ninthearena.blogs.cnn.com\r\ninthenews.co.uk\r\ninthesetimes.com\r\nintifada-palestine.com\r\nintomobile.com\r\ninventorspot.com\r\ninvestmentnews.com\r\ninvestmentweek.co.uk\r\ninvestorguide.com\r\ninvestorplace.com\r\ninvestors.com\r\niol.co.za\r\niomtoday.co.im\r\niowaindependent.com\r\niowastatedaily.com\r\nipadnewstracker.com\r\niphonenewstracker.com\r\nipolitics.ca\r\nipsnews.net\r\nipsos-na.com\r\nipswichadvertiser.com.au\r\niradiophilly.com\r\niranian.com\r\nireport.cnn.com\r\nirinnews.org\r\nirishcentral.com\r\nirishecho.com\r\nirishexaminer.com\r\nirishpost.co.uk\r\nirishtimes.com\r\nirondequoitpost.com\r\nirontontribune.com\r\nirrawaddy.org\r\nisikkim.com\r\nisland.lk\r\nislandchronicle.com\r\nislandpacket.com\r\nisleofman.com\r\nisna.ir\r\nisportsweb.com\r\nisracast.com\r\nisraelidiamond.co.il\r\nisraelnationalnews.com\r\nisraeltoday.co.il\r\nisria.com\r\nissaquahpress.com\r\nisthmus.com\r\nistockanalyst.com\r\nisurfhopkins.com\r\nisurfmuhlenberg.com\r\nisurfwebster.com\r\nitbusinessedge.com\r\nitemlive.com\r\nitemonline.com\r\nithacajournal.com\r\nitmanagement.earthweb.com\r\nitn.co.uk\r\nitnews.com.au\r\nitnewsafrica.com\r\nitnewsonline.com\r\nitpro.co.uk\r\nitproportal.com\r\nitv.com\r\nitweb.co.za\r\nitwire.com\r\nitworld.com\r\nitworldcanada.com\r\nivillage.com\r\nivpressonline.com\r\niwf.org\r\niwradio.co.uk\r\njackbristol.com\r\njacksonnjonline.com\r\njacksonsun.com\r\njacksonville.com\r\njacksonvilleprogress.com\r\njalopnik.com\r\njam.canoe.ca\r\njamaica-gleaner.com\r\njamaicaobserver.com\r\njamaicaplain.patch.com\r\njamaica-star.com\r\njamestownsun.com\r\njapantoday.com\r\njaunted.com\r\njaxnewsonline.com\r\njconline.com\r\njdnews.com\r\njefferson.patch.com\r\njerseycountyjournal.com\r\njetsnation.org\r\njewcy.com\r\njewishexponent.com\r\njewishinstlouis.org\r\njewishjournal.com\r\njewishpress.com\r\njewishtimes.com\r\njewishtribune.ca\r\njezebel.com\r\njhvonline.com\r\njimmatimes.com\r\njoc.com\r\njoe.ie\r\njohnkingusa.blogs.cnn.com\r\njohnston.patch.com\r\njonesbahamas.com\r\njoongangdaily.joins.com\r\njoplinglobe.com\r\njordandirections.com\r\njosic.com\r\njournal.com.ph\r\njournal-advocate.com\r\njournaldemocrat.com\r\njournalgazette.net\r\njournalinquirer.com\r\njournallive.co.uk\r\njournal-news.com\r\njournal-news.net\r\njournalpioneer.com\r\njournalrecord.com\r\njournalreview.com\r\njournalstandard.com\r\njournalstar.com\r\njournaltimes.com\r\njournal-topics.com\r\njoybehar.blogs.cnn.com\r\njpost.com\r\njsonline.com\r\njsonline.mobi\r\njstandard.com\r\njsyk.com\r\njta.org\r\njuf.org\r\njuneauempire.com\r\njustjared.buzznet.com\r\njustsearch.co.uk\r\njutiagroup.com\r\njweekly.com\r\nkaaltv.com\r\nkabc.com\r\nkait8.com\r\nkaj18.com\r\nkake.com\r\nkalwnews.org\r\nkanglaonline.com\r\nkansan.com\r\nkansas.com\r\nkansascity.com\r\nkansascitykansan.com\r\nkansascw.com\r\nkansasreporter.org\r\nkapptv.com\r\nkara.allthingsd.com\r\nkare11.com\r\nkasa.com\r\nkashmirdispatch.com\r\nkashmirlive.com\r\nkatc.com\r\nkatherinetimes.com.au\r\nkatu.com\r\nkatv.com\r\nkatytimes.com\r\nkavkazcenter.com\r\nkbc.co.ke\r\nkbnd.com\r\nkboi2.com\r\nkbtx.com\r\nkbzk.com\r\nkc.citizen-publications.com\r\nkcautv.com\r\nkcbd.com\r\nkcby.com\r\nkcchronicle.com\r\nkcci.com\r\nkccommunitynews.com\r\nkcentv.com\r\nkcpw.org\r\nkcra.com\r\nkcrg.com\r\nkctv5.com\r\nkdhnews.com\r\nkdlt.com\r\nkdrv.com\r\nkdvr.com\r\nkdwn.com\r\nkearneyhub.com\r\nkeloland.com\r\nkenilworthweeklynews.co.uk\r\nkennesaw.patch.com\r\nkens5.com\r\nkensington.patch.com\r\nkent.patch.com\r\nkentonline.co.uk\r\nkentsterling.com\r\nkentucky.com\r\nkeprtv.com\r\nkerryman.ie\r\nkesq.com\r\nketknbc.com\r\nketv.com\r\nkey103.co.uk\r\nkeysnet.com\r\nkeyt.com\r\nkezi.com\r\nkfdm.com\r\nkfgo.com\r\nkfor.com\r\nkfoxtv.com\r\nkfqd.com\r\nkfvs12.com\r\nkfyrtv.com\r\nkgan.com\r\nkget.com\r\nkgmi.com\r\nkgoam810.com\r\nkgun9.com\r\nkgw.com\r\nkgwn.tv\r\nkhaleejtimes.com\r\nkhastv.com\r\nkhon2.com\r\nkhou.com\r\nkhq.com\r\nkhsltv.com\r\nkidsolo.com\r\nkiiitv.com\r\nkikaxemusic.com\r\nkimatv.com\r\nkimballarea.com\r\nkimt.com\r\nking5.com\r\nkingjamesgospel.com\r\nkingmandailyminer.com\r\nkingsofwar.org.uk\r\nkingspark.patch.com\r\nkinnelon.patch.com\r\nkionrightnow.com\r\nkiowacountysignal.com\r\nkippaxtoday.co.uk\r\nkippreport.com\r\nkirkland.patch.com\r\nkirksvilledailyexpress.com\r\nkirotv.com\r\nkitsapsun.com\r\nkitup.military.com\r\nkitv.com\r\nkivitv.com\r\nkjct8.com\r\nkjonline.com\r\nkjrh.com\r\nkktv.com\r\nklewtv.com\r\nklfy.com\r\nkljb.com\r\nkltv.com\r\nkmbc.com\r\nkmeg14.com\r\nkmov.com\r\nkmph.com\r\nkmtr.com\r\nkmvt.com\r\nkncifm.radio.com\r\nkndo.com\r\nknightcenter.utexas.edu\r\nknightnews.com\r\nknowledge.wharton.upenn.edu\r\nknox.villagesoup.com\r\nknoxnews.com\r\nknoxweekly.com.au\r\nknssradio.com\r\nkoamtv.com\r\nkoat.com\r\nkob.com\r\nkoco.com\r\nkohd.com\r\nkoimoi.com\r\nkoinlocal6.com\r\nkokcradio.com\r\nkold.com\r\nkolotv.com\r\nkomonews.com\r\nkoreaherald.com\r\nkoreaittimes.com\r\nkoreatimes.co.kr\r\nkotaku.com\r\nkotaku.com.au\r\nkotaradio.com\r\nkozmedia.com\r\nkpax.com\r\nkpbs.org\r\nkpho.com\r\nkpic.com\r\nkplctv.com\r\nkplr11.com\r\nkplu.org\r\nkpsplocal2.com\r\nkpth.com\r\nkptm.com\r\nkptv.com\r\nkpvi.com\r\nkrcrtv.com\r\nkrdo.com\r\nkrgv.com\r\nkristof.blogs.nytimes.com\r\nkristv.com\r\nkrmg.com\r\nkrqe.com\r\nkrtv.com\r\nksallink.com\r\nksat.com\r\nksax.com\r\nksbw.com\r\nksby.com\r\nksdk.com\r\nksfy.com\r\nksjbam.com\r\nksl.com\r\nksla.com\r\nksmu.org\r\nksn.com\r\nksnt.com\r\nkspr.com\r\nksro.com\r\nkstp.com\r\nkswo.com\r\nkswt.com\r\nktar.com\r\nktbs.com\r\nkten.com\r\nktiv.com\r\nktka.com\r\nktla.com\r\nktnv.com\r\nktre.com\r\nktsm.com\r\nkttc.com\r\nktts.com\r\nktul.com\r\nktuu.com\r\nktva.com\r\nktvb.com\r\nktvl.com\r\nktvn.com\r\nktvq.com\r\nktvu.com\r\nktvz.com\r\nktxs.com\r\nkuam.com\r\nkuik.com\r\nkulr8.com\r\nkuow.org\r\nkurdishaspect.com\r\nkurdishglobe.net\r\nkusi.com\r\nkutnews.org\r\nkuwaittimes.net\r\nkval.com\r\nkvewtv.com\r\nkvia.com\r\nkvnonews.com\r\nkvoa.com\r\nkvsc.org\r\nkvue.com\r\nkwch.com\r\nkwgn.com\r\nkwqc.com\r\nkwtx.com\r\nkxan.com\r\nkxii.com\r\nkxl.com\r\nkxlf.com\r\nkxlh.com\r\nkxly.com\r\nkxnet.com\r\nkxxv.com\r\nky3.com\r\nkyivpost.com\r\nkyma.com\r\nkypost.com\r\nkzindex.wordpress.com\r\nkztv10.com\r\nla.guestofaguest.com\r\nlaboratoryequipment.com\r\nlacanadaflintridge.patch.com\r\nlacanadaonline.com\r\nlacdubonnetleader.com\r\nlacey.patch.com\r\nlacombeglobe.com\r\nlacrossetribune.com\r\nladue-frontenac.patch.com\r\nlagrange.patch.com\r\nlagunabeach.patch.com\r\nlagunaniguel.patch.com\r\nlahontanvalleynews.com\r\nlaht.com\r\nlaindependent.com\r\nlaist.com\r\nlajolla.patch.com\r\nlajollalight.com\r\nlakeconews.com\r\nlakeforest.patch.com\r\nlakeinthehills.patch.com\r\nlakelandecho.co.uk\r\nlakenewsonline.com\r\nlakeridge.patch.com\r\nlakeshoreadvance.com\r\nlakesmail.com.au\r\nlakeville.patch.com\r\nlakewood.patch.com\r\nlakewood-oh.patch.com\r\nlakewyliepilot.com\r\nlakezurich.patch.com\r\nlamesa.patch.com\r\nlamonitor.com\r\nlancashiretelegraph.co.uk\r\nlancastereaglegazette.com\r\nlancasterguardian.co.uk\r\nlandlinemag.com\r\nlandolakes.patch.com\r\nlaneytower.com\r\nlankabusinessonline.com\r\nlankanewspapers.com\r\nlankaweb.com\r\nlansdale.patch.com\r\nlansingstatejournal.com\r\nlaobserved.com\r\nlaramieboomerang.com\r\nlarchmont.patch.com\r\nlaredosun.us\r\nlargo.patch.com\r\nlariatnews.com\r\nlarkspurcortemadera.patch.com\r\nlarouchepub.com\r\nlarrybrownsports.com\r\nlasnark.com\r\nlasvegassun.com\r\nlatestnews.virginmedia.com\r\nlatimes.com\r\nlatimesblogs.latimes.com\r\nlatinalista.net\r\nlatindispatch.com\r\nlatino.foxnews.com\r\nlatinoreview.com\r\nlatrobevalleyexpress.com.au\r\nlauncestontimes.com.au\r\nlaurel.patch.com\r\nlaurinburgexchange.com\r\nlaweekly.com\r\nlawfareblog.com\r\nlawfuel.com\r\nlawrenceville.patch.com\r\nlawrenceville-ga.patch.com\r\nlawweekonline.com\r\nlbpost.com\r\nlcctorch.com\r\nlcsun-news.com\r\nldnews.com\r\nleader.fhsu.edu\r\nleadercall.com\r\nleaderjournal.com\r\nleaderpost.com\r\nleadertelegram.com\r\nleamingtoncourier.co.uk\r\nleamingtonpostandshopper.com\r\nlearning.blogs.nytimes.com\r\nlearnvest.com\r\nleavenworthtimes.com\r\nlebanon-express.com\r\nlecanadian.com\r\nledger-enquirer.com\r\nleducrep.com\r\nledyard.patch.com\r\nleeinks.weei.com\r\nleesburg.patch.com\r\nleesburg2day.com\r\nleesvilledailyleader.com\r\nleftfootforward.org\r\nlegalbrief.co.za\r\nlegaltimes.typepad.com\r\nlegalweek.com\r\nlegislativegazette.com\r\nlegitgov.org\r\nlegitreviews.com\r\nlehighacrescitizen.com\r\nlehighvalleylive.com\r\nleighreporter.co.uk\r\nleightonbuzzardonline.co.uk\r\nlemongrove.patch.com\r\nlemont.patch.com\r\nlenconnect.com\r\nlens.blogs.nytimes.com\r\nlep.co.uk\r\nlethbridgeherald.com\r\nletters.salon.com\r\nlevittown.patch.com\r\nlevittown-ny.patch.com\r\nlewrockwell.com\r\nlex18.com\r\nlexch.com\r\nlexington.patch.com\r\nlexingtonchronicle.com\r\nlezgetreal.com\r\nlfpress.com\r\nlgbtweekly.com\r\nlibdemvoice.org\r\nlibertymaven.com\r\nlibertynewsonline.com\r\nlibertyville.patch.com\r\nlibn.com\r\nlife.globaltimes.cn\r\nlife.nationalpost.com\r\nlilburn.patch.com\r\nlimelife.com\r\nlincolncourier.com\r\nlincolnnewsmessenger.com\r\nlincolntribune.com\r\nlindenhurst.patch.com\r\nlinktv.org\r\nlinncountyleader.com\r\nlisle.patch.com\r\nlithgowmercury.com.au\r\nlittlefallstimes.com\r\nlittlehamptongazette.co.uk\r\nlittleneck.patch.com\r\nlittlesilver.patch.com\r\nlive.drjays.com\r\nlive.psu.edu\r\nlive.washingtonpost.com\r\nlive5news.com\r\nlivemint.com\r\nliveoilprices.co.uk\r\nlivermore.patch.com\r\nliverpooldailypost.co.uk\r\nliverpoolecho.co.uk\r\nlivescience.com\r\nlivinginperu.com\r\nlivingston.patch.com\r\nlivingstondaily.com\r\nlmtribune.com\r\nlocal12.com\r\nlocal2.ca\r\nlocalnews8.com\r\nlocalwireless.com\r\nlodinews.com\r\nloganville.patch.com\r\nlohud.com\r\nlomalinda.patch.com\r\nlompocrecord.com\r\nlondon24.com\r\nlondonnet.co.uk\r\nlonestarreport.org\r\nlongbeach.patch.com\r\nlongbranch.patch.com\r\nlongislandpress.com\r\nlongridgenews.co.uk\r\nlongvalley.patch.com\r\nlongwarjournal.org\r\nloot-ninja.com\r\nlorton.patch.com\r\nlosalamitos.patch.com\r\nlosaltos.patch.com\r\nlosgatos.patch.com\r\nlostlettermen.com\r\nlostremote.com\r\nlouthleader.co.uk\r\nlovestyle.com\r\nlowellsun.com\r\nlowermacungie.patch.com\r\nlowermoreland.patch.com\r\nlse.co.uk\r\nlsj.com\r\nlsureveille.com\r\nlubbockonline.com\r\nlufkindailynews.com\r\nlulegacy.com\r\nlusakatimes.com\r\nlutontoday.co.uk\r\nlutterworthmail.co.uk\r\nlvrj.com\r\nlynbrook.patch.com\r\nlynch.foreignpolicy.com\r\nlynnfield.patch.com\r\nlynnnews.co.uk\r\nlythamstannesexpress.co.uk\r\nm2.tbo.com\r\nmaannews.net\r\nmableton.11alive.com\r\nmacarthuradvertiser.com.au\r\nmacaudailytimes.com.mo\r\nmacedoniaonline.eu\r\nmacedonrangesweekly.com.au\r\nmacomb.patch.com\r\nmacombdaily.com\r\nmacon.com\r\nmaconch.com\r\nmaddowblog.msnbc.msn.com\r\nmadison.patch.com\r\nmadisoncountycourier.com\r\nmadisonet.com\r\nmagharebia.com\r\nmaghullstar.co.uk\r\nmagicvalley.com\r\nmahwah.patch.com\r\nmailonsunday.co.uk\r\nmailtribune.com\r\nmainjustice.com\r\nmainlinemedianews.com\r\nmainstreet.com\r\nmalaya.com.ph\r\nmalaysiakini.com\r\nmalden.patch.com\r\nmalibu.patch.com\r\nmalibutimes.com\r\nmaltatoday.com.mt\r\nmaltonmercury.co.uk\r\nmanagingip.com\r\nmanalapan.patch.com\r\nmanassas.patch.com\r\nmanassaspark.patch.com\r\nmanchester.patch.com\r\nmanchesterjournal.com\r\nmandh-online.com\r\nmangalorean.com\r\nmanhattan.about.com\r\nmanhattan.ny1.com\r\nmanhattanbeach.patch.com\r\nmania.com\r\nmanilastandardtoday.com\r\nmankatofreepress.com\r\nmanly-daily.whereilive.com.au\r\nmanningrivertimes.com.au\r\nmanolith.com\r\nmansfield.htnp.com\r\nmansfield.patch.com\r\nmansfield-ma.patch.com\r\nmansfieldnewsjournal.com\r\nmanxradio.com\r\nmaplewood.patch.com\r\nmaplewood-brentwood.patch.com\r\nmaravipost.com\r\nmarblehead.patch.com\r\nmarconews.com\r\nmargaretrivermail.com.au\r\nmaribyrnongweekly.com.au\r\nmarietta.patch.com\r\nmariettatimes.com\r\nmarinadelrey.patch.com\r\nmarinecorpstimes.com\r\nmarinelog.com\r\nmarinij.com\r\nmarioncountynews.net\r\nmarionstar.com\r\nmaritime-executive.com\r\nmarkdalestandard.com\r\nmarketingvox.com\r\nmarketnewsvideo.com\r\nmarketoracle.co.uk\r\nmarketplace.publicradio.org\r\nmarketrasenmail.co.uk\r\nmarkets.com\r\nmarkets.financialcontent.com\r\nmarkets.m.foxbusiness.com\r\nmarketwatch.com\r\nmarketwire.com\r\nmarlborough.patch.com\r\nmarlindemocrat.com\r\nmaroondahweekly.com.au\r\nmarplenewtown.patch.com\r\nmarquee.blogs.cnn.com\r\nmarshallindependent.com\r\nmarshalltribune.com\r\nmarshfieldnewsherald.com\r\nmarthasvineyard.patch.com\r\nmartinez.patch.com\r\nmartinezgazette.com\r\nmartinsvillebulletin.com\r\nmarvista.patch.com\r\nmarxist.com\r\nmarylandheights.patch.com\r\nmaryvilledailyforum.com\r\nmasala.com\r\nmashable.com\r\nmasnsports.com\r\nmasoncountydailynews.com\r\nmassachusettsnewswire.com\r\nmassapequa.patch.com\r\nmassdevice.com\r\nmasslive.com\r\nmathaba.net\r\nmatlockmercury.co.uk\r\nmauinow.com\r\nmauitime.com\r\nmaximumedge.com\r\nmaysville-online.com\r\nmb.com.ph\r\nmbd.scout.com\r\nmbpecapital.com\r\nmbtmag.com\r\nmcalesternews.com\r\nmcall.com\r\nmcccagora.com\r\nmcclatchydc.com\r\nmccookgazette.com\r\nmcdonoughvoice.com\r\nmclean.patch.com\r\nmcot.net\r\nmcphersonsentinel.com\r\nmdjonline.com\r\nmdn.mainichi.jp\r\nmeadowlakeprogress.com\r\nmedcitynews.com\r\nmedfield.patch.com\r\nmedford.patch.com\r\nmedford.sunne.ws\r\nmedia.brisbanetimes.com.au\r\nmedia.businessday.com.au\r\nmedia.cbronline.com\r\nmedia.patch.com\r\nmedia.theage.com.au\r\nmedia.watoday.com.au\r\nmedia247.co.uk\r\nmediabistro.com\r\nmediadecoder.blogs.nytimes.com\r\nmediaforfreedom.com\r\nmediagallery.usatoday.com\r\nmediaite.com\r\nmedialifemagazine.com\r\nmediamatters.org\r\nmediamemo.allthingsd.com\r\nmediamughals.com\r\nmedianewsline.com\r\nmedia-newswire.com\r\nmediapost.com\r\nmediaspy.org\r\nmediatel.co.uk\r\nmedicalnewstoday.com\r\nmedicinehatnews.com\r\nmedindia.net\r\nmeed.com\r\nmeforum.org\r\nmehlville.patch.com\r\nmelbournetimesweekly.com.au\r\nmelbourneweekly.com.au\r\nmelbourneweeklybayside.com.au\r\nmelbourneweeklyeastern.com.au\r\nmelodika.net\r\nmelrose.patch.com\r\nmeltontimes.co.uk\r\nmeltonweekly.com.au\r\nmemeburn.com\r\nmemphisflyer.com\r\nmenafn.com\r\nmenlopark.patch.com\r\nmenmedia.co.uk\r\nmenomoneefalls.patch.com\r\nmentor.patch.com\r\nmercedsunstar.com\r\nmercerisland.patch.com\r\nmercurynews.com\r\nmeriden.patch.com\r\nmeridianbooster.com\r\nmerimbulanewsonline.com.au\r\nmerredinmercury.com.au\r\nmerrick.patch.com\r\nmesquitelocalnews.com\r\nmessenger.com.ge\r\nmetalinjection.net\r\nmetro.co.uk\r\nmetro.us\r\nmetronews.ca\r\nmetroweekly.com\r\nmetrowestdailynews.com\r\nmetrowny.com\r\nmexicoledger.com\r\nmfa.gov.il\r\nmg.co.za\r\nmh.vrvm.com\r\nmhpbooks.com\r\nmi2g.com\r\nmi2n.com\r\nmiamiherald.com\r\nmichigandaily.com\r\nmichiganmessenger.com\r\nmid-day.com\r\nmiddle-east-online.com\r\nmiddletown.patch.com\r\nmiddletown-ct.patch.com\r\nmiddletownjournal.com\r\nmiddletown-nj.patch.com\r\nmiddletownpress.com\r\nmiddletowntranscript.com\r\nmideastposts.com\r\nmideastyouth.com\r\nmidhudsonnews.com\r\nmidhurstandpetworth.co.uk\r\nmidlandfreepress.com\r\nmidlandsconnect.com\r\nmidsussextimes.co.uk\r\nmidtown.patch.com\r\nmidwestsportsfans.com\r\nmilaz.info\r\nmilehighreport.com\r\nmilford.patch.com\r\nmilfordbeacon.com\r\nmilforddailynews.com\r\nmilford-ma.patch.com\r\nmilitary.com\r\nmilitary-technologies.net\r\nmilitarytimes.com\r\nmillbrae.patch.com\r\nmillburn.patch.com\r\nmillercountyliberal.com\r\nmiller-mccune.com\r\nmilligazette.com\r\nmilpitas.patch.com\r\nmilton.patch.com\r\nmiltonkeynes.co.uk\r\nmindanaoexaminer.com\r\nmindanews.com\r\nmindentimes.ca\r\nmineola.patch.com\r\nmineweb.com\r\nminews26.com\r\nminingweekly.com\r\nminivannews.com\r\nminnesota.publicradio.org\r\nminnesotaindependent.com\r\nminnetonka.patch.com\r\nminnpost.com\r\nminonline.com\r\nminotdailynews.com\r\nminutemannewscenter.com\r\nminyanville.com\r\nmiranda.broadcastnewsroom.com\r\nmirfieldreporter.co.uk\r\nmirror.augusta.com\r\nmirror.co.uk\r\nmisformusic.com\r\nmissionviejo.patch.com\r\nmissjia.com\r\nmissoulian.com\r\nmissourinet.com\r\nmitchelladvocate.com\r\nmitchellrepublic.com\r\nmix96.co.uk\r\nmizzima.com\r\nmk-news.co.uk\r\nmlb.mlb.com\r\nmlb.sbnation.com\r\nmlive.com\r\nmmail.com.my\r\nmmdnewswire.com\r\nmmegi.bw\r\nmndaily.com\r\nmnilive.com\r\nmnn.com\r\nmnnonline.org\r\nmns.co.uk\r\nmoberlymonitor.com\r\nmobile.atlanta.sbnation.com\r\nmobile.bournemouthecho.co.uk\r\nmobile.daytondailynews.com\r\nmobile.dc.sbnation.com\r\nmobile.dw-world.de\r\nmobile.fairfield-echo.com\r\nmobile.gazette-news.co.uk\r\nmobile.journal-news.com\r\nmobile.jpost.com\r\nmobile.kcfr.org\r\nmobile.krgv.com\r\nmobile.metronews.ca\r\nmobile.middletownjournal.com\r\nmobile.nation.co.ke\r\nmobile.nbcsports.com\r\nmobile.ndtv.com\r\nmobile.newsday.com\r\nmobile.newsminer.com\r\nmobile.newsok.com\r\nmobile.newspost.com\r\nmobile.nytimes.com\r\nmobile.oxfordpress.com\r\nmobile.pcauthority.com.au\r\nmobile.peacefmonline.com\r\nmobile.philly.sbnation.com\r\nmobile.pulsejournal.com\r\nmobile.reuters.com\r\nmobile.salon.com\r\nmobile.sbnation.com\r\nmobile.sfgate.com\r\nmobile.shanghaidaily.com\r\nmobile.springfieldnewssun.com\r\nmobile.stlouis.sbnation.com\r\nmobile.theeagle.com\r\nmobile.thestar.com\r\nmobile.time.com\r\nmobile.wboy.com\r\nmobile.western-star.com\r\nmobile.whptv.com\r\nmobileburn.com\r\nmobiledia.com\r\nmobilemarketingwatch.com\r\nmoconews.net\r\nmodbee.com\r\nmodernghana.com\r\nmoderntimesmagazine.com\r\nmohavedailynews.com\r\nmokena.patch.com\r\nmoms.today.com\r\nmonashweekly.com.au\r\nmoney.blogs.time.com\r\nmoney.canoe.ca\r\nmoney.cnn.com\r\nmoney.msn.com\r\nmoney.uk.msn.com\r\nmoneycontrol.com\r\nmoneylife.in\r\nmoneymorning.com\r\nmoneynews.com\r\nmoneytalksnews.com\r\nmoneywatch.bnet.com\r\nmoneyweb.co.za\r\nmonitor.co.ug\r\nmonroe.patch.com\r\nmonroenews.com\r\nmonrovia.patch.com\r\nmonstersandcritics.com\r\nmontana.watchdog.org\r\nmontclair.patch.com\r\nmontenews.com\r\nmontereycountyweekly.com\r\nmontereyherald.com\r\nmontgomery.patch.com\r\nmontgomeryadvertiser.com\r\nmontgomerynews.com\r\nmontgomeryvillage.patch.com\r\nmonthlyreview.org\r\nmontreal.ctv.ca\r\nmontrealgazette.com\r\nmontrose.patch.com\r\nmontrosepress.com\r\nmontville.patch.com\r\nmoodycountyenterprise.com\r\nmooneevalleyweekly.com.au\r\nmoorestown.sunne.ws\r\nmoorpark.patch.com\r\nmoortowntoday.co.uk\r\nmoreechampion.com.au\r\nmorganhilltimes.com\r\nmorleyobserver.co.uk\r\nmorningjournal.com\r\nmorningstarpublishing.com\r\nmorningsun.net\r\nmorning-times.com\r\nmoroccoboard.com\r\nmorpethherald.co.uk\r\nmorris.patch.com\r\nmorrisdailyherald.com\r\nmorristown.patch.com\r\nmortongrove.patch.com\r\nmortontimesnews.com\r\nmorungexpress.com\r\nmoseslakegrantcounty.kxly.com\r\nmotherjones.com\r\nmoultrieobserver.com\r\nmountainenterprise.com\r\nmountainfm.net\r\nmountainhomenews.com\r\nmountainview.patch.com\r\nmountainx.com\r\nmounthelix.patch.com\r\nmountvernon.patch.com\r\nmountvernonnews.com\r\nmoviecitynews.com\r\nmoviefone.co.uk\r\nmovieline.com\r\nmovies.ign.com\r\nmovies.ndtv.com\r\nmovies.sky.com\r\nmovies.uk.msn.com\r\nmoviesblog.mtv.com\r\nmovieviral.com\r\nmovieweb.com\r\nmpbn.net\r\nmpnnow.com\r\nmrc.org\r\nmrpaparazzi.com\r\nmrsec.com\r\nmrzine.monthlyreview.org\r\nmsn.foxsports.com\r\nmsnbc.msn.com\r\nmtairy.patch.com\r\nmtexpress.com\r\nmtlaurel.sunne.ws\r\nmtshastanews.com\r\nmtv.com\r\nmuckety.com\r\nmudgeeguardian.com.au\r\nmultiamerican.scpr.org\r\nmultichannel.com\r\nmumbaimirror.com\r\nmumbrella.com.au\r\nmunciefreepress.com\r\nmurfreesboropost.com\r\nmurphysboroamerican.com\r\nmurrayledger.com\r\nmurrieta.patch.com\r\nmuscatinejournal.com\r\nmusic.aol.co.uk\r\nmusicfeeds.com.au\r\nmusic-news.com\r\nmusicrooms.net\r\nmuskego.patch.com\r\nmuskogeephoenix.com\r\nmuslimmatters.org\r\nmuslimnews.co.uk\r\nmuswellbrookchronicle.com.au\r\nmutiny.in\r\nmvptexas.com\r\nmv-voice.com\r\nmwcnews.net\r\nmy.auburnjournal.com\r\nmy.firedoglake.com\r\nmy.hsj.org\r\nmyabc50.com\r\nmyallcoastnota.com.au\r\nmybanktracker.com\r\nmybroadband.co.za\r\nmyce.com\r\nmycentraljersey.com\r\nmycentraloregon.com\r\nmycrains.crainsnewyork.com\r\nmydesert.com\r\nmydigitalfc.com\r\nmyedmondsnews.com\r\nmyfox8.com\r\nmyfoxal.com\r\nmyfoxatlanta.com\r\nmyfoxboston.com\r\nmyfoxchicago.com\r\nmyfoxdc.com\r\nmyfoxdetroit.com\r\nmyfoxdfw.com\r\nmyfoxhouston.com\r\nmyfoxla.com\r\nmyfoxlubbock.com\r\nmyfoxmemphis.com\r\nmyfoxny.com\r\nmyfoxorlando.com\r\nmyfoxphilly.com\r\nmyfoxphoenix.com\r\nmyfoxtampabay.com\r\nmyfoxtwincities.com\r\nmyjournalcourier.com\r\nmyloansconsolidated.com\r\nmymotherlode.com\r\nmynews4.com\r\nmynorthwest.com\r\nmypetjawa.mu.nu\r\nmyrecordjournal.com\r\nmyrepublica.com\r\nmysanantonio.com\r\nmysinchew.com\r\nmysouthwestga.com\r\nmystateline.com\r\nmysuburbanlife.com\r\nmywabashvalley.com\r\nmywebtimes.com\r\nmywesttexas.com\r\nmyzeeland.com\r\nnab.broadcastnewsroom.com\r\nnaharnet.com\r\nnakedsecurity.sophos.com\r\nnambuccaguardian.com.au\r\nnamibian.com.na\r\nnancygrace.blogs.cnn.com\r\nnanuet.patch.com\r\nnapa.patch.com\r\nnapavalleyregister.com\r\nnaperville.patch.com\r\nnapervillesun.suntimes.com\r\nnaplesnews.com\r\nnarcosphere.narconews.com\r\nnaroomanewsonline.com.au\r\nnarragansett.patch.com\r\nnarrominenewsonline.com.au\r\nnashuatelegraph.com\r\nnashville.com\r\nnashvillescene.com\r\nnatchezdemocrat.com\r\nnatick.patch.com\r\nnation.co.ke\r\nnation.com.pk\r\nnation.foxnews.com\r\nnationaldefensemagazine.org\r\nnationalfootballpost.com\r\nnationalinterest.org\r\nnationaljournal.com\r\nnationalledger.com\r\nnationalpost.com\r\nnationalreview.com\r\nnationalturk.com\r\nnationmultimedia.com\r\nnationofblue.com\r\nnato.int\r\nnaugatuck.patch.com\r\nnavasotaexaminer.com\r\nnavytimes.com\r\nnazareth.patch.com\r\nnazret.com\r\nnbc11news.com\r\nnbc15.com\r\nnbc-2.com\r\nnbc26.com\r\nnbc29.com\r\nnbcbayarea.com\r\nnbcchicago.com\r\nnbcconnecticut.com\r\nnbcdfw.com\r\nnbclosangeles.com\r\nnbcmiami.com\r\nnbcmontana.com\r\nnbcnewyork.com\r\nnbcphiladelphia.com\r\nnbcsandiego.com\r\nnbcsports.msnbc.com\r\nnbcwashington.com\r\nnbr.co.nz\r\nnbs.gmnews.com\r\nncatregister.com\r\nncnewspress.com\r\nncnguyana.com\r\nncnn.com\r\nncregister.com\r\nnctimes.com\r\nndsmcobserver.com\r\nndtv.com\r\nneagle.com\r\nnebraska.statepaper.com\r\nnebraska.tv\r\nnecn.com\r\nneedham.patch.com\r\nnehandaradio.com\r\nneighbornewspapers.com\r\nneontommy.com\r\nneoshodailynews.com\r\nnerdtrek.com\r\nneshobademocrat.com\r\nnesn.com\r\nnestmann.sovereignsociety.com\r\nnetglobers.com\r\nnetindian.in\r\nnet-security.org\r\nnetworkeffect.allthingsd.com\r\nnetworkworld.com\r\nneurope.eu\r\nnevadaappeal.com\r\nnew.bangordailynews.com\r\nnewamerica.net\r\nnewamericamedia.org\r\nnewark.patch.com\r\nnewarkadvocate.com\r\nnewbaltimore.patch.com\r\nnewbernsj.com\r\nnewburyportnews.com\r\nnewcanaan.patch.com\r\nnewcity.patch.com\r\nnewdesignworld.com\r\nnewenterprise.allthingsd.com\r\nnewera.com.na\r\nnewhampshire.com\r\nnewhavenindependent.org\r\nnewhydepark.patch.com\r\nnewjerseynewsroom.com\r\nnewlenox.patch.com\r\nnewlondon.patch.com\r\nnew-magazine.co.uk\r\nnewmarketjournal.co.uk\r\nnewmexicoindependent.com\r\nnewmilford-nj.patch.com\r\nneworleanscitybusiness.com\r\nnewport.patch.com\r\nnewportbeach.patch.com\r\nnewportindependent.com\r\nnewportrichey.patch.com\r\nnewprovidence.patch.com\r\nnewrichmond-news.com\r\nnewrochelle.patch.com\r\nnews.accuracast.com\r\nnews.am\r\nnews.antiwar.com\r\nnews.asiaone.com\r\nnews.az\r\nnews.bbc.co.uk\r\nnews.blogs.cnn.com\r\nnews.bostonherald.com\r\nnews.brisbanetimes.com.au\r\nnews.cincinnati.com\r\nnews.ciol.com\r\nnews.cnet.com\r\nnews.com.au\r\nnews.consumerreports.org\r\nnews.discovery.com\r\nnews.err.ee\r\nnews.firedoglake.com\r\nnews.gather.com\r\nnews.gnom.es\r\nnews.health.com\r\nnews.hereisthecity.com\r\nnews.hjnews.com\r\nnews.iafrica.com\r\nnews.idg.no\r\nnews.in.msn.com\r\nnews.infoshop.org\r\nnews.lalate.com\r\nnews.malaysia.msn.com\r\nnews.morningstar.com\r\nnews.msn.co.nz\r\nnews.muckety.com\r\nnews.myjoyonline.com\r\nnews.mywebpal.com\r\nnews.nationalpost.com\r\nnews.ninemsn.com.au\r\nnews.ontario.ca\r\nnews.opb.org\r\nnews.outlookindia.com\r\nnews.peacefmonline.com\r\nnews.ph.msn.com\r\nnews.pinkpaper.com\r\nnews.rediff.com\r\nnews.rutgers.edu\r\nnews.sciencemag.org\r\nnews.scotsman.com\r\nnews.smh.com.au\r\nnews.sportsinteraction.com\r\nnews.stanford.edu\r\nnews.stv.tv\r\nnews.techworld.com\r\nnews.theage.com.au\r\nnews.travel.aol.com\r\nnews.ucdavis.edu\r\nnews.uk.msn.com\r\nnews.wbru.com\r\nnews.wisc.edu\r\nnews.xinhuanet.com\r\nnews.yahoo.com\r\nnews10.net\r\nnews1130.com\r\nnews24.com\r\nnews4jax.com\r\nnews4mobile.ca\r\nnewsandsentinel.com\r\nnewsandstar.co.uk\r\nnewsandtech.com\r\nnewsandtribune.com\r\nnewsarama.com\r\nnews-banner.com\r\nnewsbiscuit.com\r\nnewsblog.projo.com\r\nnewsblogs.chicagotribune.com\r\nnews-briefs.ew.com\r\nnewsbusters.org\r\nnewsbytes.ph\r\nnewscaststudio.com\r\nnewschannel10.com\r\nnewschannel34.com\r\nnewschannel5.com\r\nnewschief.com\r\nnewscientist.com\r\nnewscow.net\r\nnewsday.co.zw\r\nnewsday.com\r\nnewser.com\r\nnewsfactor.com\r\nnewsfeed.time.com\r\nnewsfirst5.com\r\nnewsflash.org\r\nnews-gazette.com\r\nnewsguardian.co.uk\r\nnewsherald.com\r\nnews-herald.com\r\nnewshounds.us\r\nnewsi.es\r\nnewsinabox.net\r\nnewsinenglish.no\r\nnewsinfilm.com\r\nnewsinfo.inquirer.net\r\nnewsinfo.iu.edu\r\nnews-journalonline.com\r\nnewsjunkiepost.com\r\nnewsleader.com\r\nnews-leader.com\r\nnewsletter.co.uk\r\nnews-mail.com.au\r\nnewsmax.com\r\nnewsminer.com\r\nnewsnet5.com\r\nnewsobserver.com\r\nnewsok.com\r\nnewson6.com\r\nnewsonair.com\r\nnewsone.com\r\nnewsonnews.net\r\nnewspostleader.co.uk\r\nnews-press.com\r\nnewspressnow.com\r\nnewsradio1420.com\r\nnewsrealblog.com\r\nnews-record.com\r\nnewsrecord.org\r\nnewsregister.com\r\nnews-register.net\r\nnewsreview.com\r\nnewsroom.blogs.cnn.com\r\nnewsroom.ucla.edu\r\nnewsroomamerica.com\r\nnewsroompanama.com\r\nnews-sentinel.com\r\nnews-star.com\r\nnewsstream.blogs.cnn.com\r\nnewssun.suntimes.com\r\nnewstabulous.com\r\nnewstalk.ie\r\nnewstalk1290.wordpress.com\r\nnewstalkradiowhio.com\r\nnewstalkzb.co.nz\r\nnewstatesman.com\r\nnewstime.co.za\r\nnewstimeafrica.com\r\nnewstimes.com\r\nnewstodaynet.com\r\nnewstonight.net\r\nnewstrackindia.com\r\nnewstrib.com\r\nnewstribune.com\r\nnewstribune.info\r\nnewswest9.com\r\nnewswhip.ie\r\nnewswise.com\r\nnewswithviews.com\r\nnewsworks.org\r\nnewton.patch.com\r\nnewtondailynews.com\r\nnewtown.patch.com\r\nnewtown-pa.patch.com\r\nnewvision.co.ug\r\nnewwest.net\r\nnewyork.cbslocal.com\r\nnewyork.yankees.mlb.com\r\nnewyorker.com\r\nnextbigfuture.com\r\nnextgov.com\r\nnfl.com\r\nnflgridirongab.com\r\nnhl.com\r\nnhpr.org\r\nniagaraadvance.ca\r\nniagarafallsreview.ca\r\nniagara-gazette.com\r\nniemanlab.org\r\nniemanwatchdog.org\r\nnigeriamasterweb.com\r\nnigerianbulletin.com\r\nnigerianobservernews.com\r\nniles.patch.com\r\nnj.com\r\nnjeffersonnews.com\r\nnjherald.com\r\nnjtoday.net\r\nnl-aid.org\r\nnme.com\r\nnmpolitics.net\r\nnoco5.com\r\nnogalesinternational.com\r\nnola.com\r\nnolanchart.com\r\nnolimitstrategy.net\r\nnoosanews.com.au\r\nnorcross.patch.com\r\nnormantranscript.com\r\nnorristown.patch.com\r\nnorth-africa.com\r\nnorthamptonchron.co.uk\r\nnorthandover.patch.com\r\nnorthantset.co.uk\r\nnorthborough.patch.com\r\nnorthbranford.patch.com\r\nnorthbrook.patch.com\r\nnorthbynorthwestern.com\r\nnorthcanton.patch.com\r\nnorthcentralohio.com\r\nnorthcentralpa.com\r\nnorthcountrygazette.org\r\nnorthcountrynow.com\r\nnorthcountrypublicradio.org\r\nnorthdruidhills.patch.com\r\nnortheastcobb.patch.com\r\nnortheastern.edu\r\nnorthernargus.com.au\r\nnorthernstar.com.au\r\nnorthernstar.info\r\nnorthernweekly.com.au\r\nnorthescambia.com\r\nnorthfield.patch.com\r\nnorthfieldnews.com\r\nnorthfloridaherald.com\r\nnorthfork.patch.com\r\nnorthhaven.patch.com\r\nnorthhollywood.patch.com\r\nnorthindiatimes.com\r\nnorthjersey.com\r\nnorthkingstown.patch.com\r\nnorthlandsnewscenter.com\r\nnorthplattebulletin.com\r\nnorthport.patch.com\r\nnorthpotomac.patch.com\r\nnorthreading.patch.com\r\nnorthshoresun.timesreview.com\r\nnorthumberlandgazette.co.uk\r\nnorthumberlandtoday.com\r\nnorthumberlandview.ca\r\nnorthville.patch.com\r\nnorthwalesweeklynews.co.uk\r\nnorton.patch.com\r\nnorwichbulletin.com\r\nnorwichguidon.com\r\nnorwood.patch.com\r\nnovafm.com.au\r\nnovanewsnow.com\r\nnovato.patch.com\r\nnovinite.com\r\nnowmagazine.co.uk\r\nnowpublic.com\r\nnowtnews.com\r\nnpr.org\r\nnptelegraph.com\r\nnrtoday.com\r\nns.gmnews.com\r\nns.umich.edu\r\nnsbnews.net\r\nntnews.com.au\r\nnugget.ca\r\nnumber10.gov.uk\r\nnwaonline.com\r\nnwcn.com\r\nnwemail.co.uk\r\nnwfdailynews.com\r\nnwherald.com\r\nnwitimes.com\r\nnwprogressive.org\r\nnwtntoday.com\r\nny.curbed.com\r\nny.racked.com\r\nny1.com\r\nnyack.patch.com\r\nnyblueprint.com\r\nnybooks.com\r\nnycaviation.com\r\nnydailynews.com\r\nnymag.com\r\nnypost.com\r\nnypress.com\r\nnytimes.com\r\nnyulocal.com\r\nnyunews.com\r\nnzcatholic.org.nz\r\nnzdoctor.co.nz\r\nnzherald.co.nz\r\noakdale.patch.com\r\noakforest.patch.com\r\noaklandtownship.patch.com\r\noaklawn.patch.com\r\noakpark.patch.com\r\noakridger.com\r\noakton.patch.com\r\noakville.patch.com\r\noaoa.com\r\nobama.net\r\nobrag.org\r\nobserver.com\r\nobservernews.net\r\nobserver-reporter.com\r\nobservertoday.com\r\nobsessedwithfilm.com\r\nocala.com\r\noceancity.patch.com\r\nocolly.com\r\nocolympian.com\r\noconee.patch.com\r\nocregister.com\r\nodenton.patch.com\r\nodt.co.nz\r\nodwyerpr.com\r\noecumene.radiovaticana.org\r\nofallon.patch.com\r\nofficer.com\r\noffthebench.nbcsports.com\r\nofwnow.com\r\noheraldo.in\r\nohio.com\r\nohmidog.com\r\nohmygov.com\r\nohthescandal.com\r\noilandgasinvestor.com\r\noilandglory.foreignpolicy.com\r\noilweek.com\r\nok.co.uk\r\nokmagazine.com\r\noldnortheast.patch.com\r\noleantimesherald.com\r\nolneydailymail.com\r\nology.com\r\nomaha.com\r\noneidadispatch.com\r\nonenewsnow.com\r\nonenewspage.com\r\nonislam.net\r\nonlanka.com\r\nonline.worldmag.com\r\nonline.wsj.com\r\nonlineathens.com\r\nonlinejournal.com\r\nonlinenews.com.pk\r\nonlinenewswebsite.com\r\nonlineopinion.com.au\r\nonlinepoker.net\r\nonlinesentinel.com\r\nonlinesocialmedia.net\r\nonlygizmos.com\r\nonmilwaukee.com\r\nontheredcarpet.com\r\nonwallstreet.com\r\nopednews.com\r\nopen.salon.com\r\nopenchannel.msnbc.msn.com\r\nopendemocracy.net\r\nopensecrets.org\r\nopinion.globaltimes.cn\r\nopinion.inquirer.net\r\nopinion.latimes.com\r\nopinionator.blogs.nytimes.com\r\nopposingviews.com\r\nopride.com\r\norange.patch.com\r\noregoncatalyst.com\r\noregoncommentator.com\r\noregonlive.com\r\norigin.11alive.com\r\noriginal.antiwar.com\r\noriongazette.com\r\norissadiary.com\r\norlandosentinel.com\r\norlandpark.patch.com\r\norland-press-register.com\r\norovillemr.com\r\nosadvertiser.co.uk\r\nosundefender.org\r\noswego.patch.com\r\nottawacitizen.com\r\nottawasun.com\r\noudaily.com\r\nourmidland.com\r\noutdoorlife.com\r\noverthelimitentertainment.com\r\nowensoundsuntimes.com\r\nowingsmills.patch.com\r\noxford-ct.patch.com\r\noxfordmail.co.uk\r\noxfordpress.com\r\noxfordreview.com\r\noyetimes.com\r\nozarksfirst.com\r\nozute.com\r\npacifica.patch.com\r\npacificfreepress.com\r\npacificpalisades.patch.com\r\npaducahsun.com\r\npaherald.sk.ca\r\npaidcontent.co.uk\r\npajamasmedia.com\r\npak1stanfirst.com\r\npakistanchristianpost.com\r\npakistaniat.com\r\npakistankakhudahafiz.com\r\npakistanpatriot.com\r\npakistantimes.net\r\npakobserver.net\r\npaktribune.com\r\npakwatan.com\r\npalatine.patch.com\r\npalebluenews.co.uk\r\npalestinechronicle.com\r\npalestineherald.com\r\npalestinenote.com\r\npalisadeshudson.com\r\npal-item.com\r\npalmbeachdailynews.com\r\npalmbeachpost.com\r\npalmdesert.patch.com\r\npalmer.patch.com\r\npaloalto.patch.com\r\npaloaltoonline.com\r\npalos.patch.com\r\npaltelegraph.com\r\npanapress.com\r\npanarmenian.net\r\npanorama.am\r\npantagraph.com\r\nparadisepost.com\r\nparagoulddailypress.com\r\nparamus.patch.com\r\nparamuspost.com\r\nparentdish.com\r\nparkeschampionpost.com.au\r\nparkrapidsenterprise.com\r\nparkslope.patch.com\r\nparkville.patch.com\r\nparramattasun.com.au\r\nparsippany.patch.com\r\npasadena.patch.com\r\npasadenastarnews.com\r\npastemagazine.com\r\npatchogue.patch.com\r\npatheos.com\r\npatriotledger.com\r\npatriotpost.us\r\npattayadailynews.com\r\npattayamail.com\r\npaulsvalleydailydemocrat.com\r\npbn.com\r\npbpulse.com\r\npbs.org\r\npcadvisor.co.uk\r\npcauthority.com.au\r\npcccourier.com\r\npcmag.com\r\npctonline.com\r\npcworld.co.nz\r\npcworld.com\r\npcworld.idg.com.au\r\npda.euronews.net\r\npe.com\r\npeabody.patch.com\r\npeacenow.org\r\npeachtreecorners.patch.com\r\npearlriver.patch.com\r\npedestrian.tv\r\npegasusnews.com\r\npekintimes.com\r\npelham.patch.com\r\npendletoday.co.uk\r\npenfieldpost.com\r\npeninsulaclarion.com\r\npeninsuladailynews.com\r\npeninsulaweekly.com.au\r\npenipress.com\r\npennlive.com\r\npenrithstar.com.au\r\npeople.com\r\npeople-press.org\r\npeoplesworld.org\r\npeoplewithvoices.com\r\npepperdine-graphic.com\r\nperezhilton.com\r\nperiscopepost.com\r\nperkiomenvalley.patch.com\r\npersonalliberty.com\r\nperthnow.com.au\r\npetaluma.patch.com\r\npetaluma360.com\r\npeterboroughtoday.co.uk\r\npeterleemail.co.uk\r\npeters.patch.com\r\npetersfieldpost.co.uk\r\npetoskeynews.com\r\npetroleum-economist.com\r\npewglobal.org\r\npewresearch.org\r\npharmpro.com\r\npheedo.msnbc.msn.com\r\nphilanthropy.com\r\nphilebrity.com\r\nphilly.com\r\nphilly.sbnation.com\r\nphillyburbs.com\r\nphillysportsdaily.com\r\nphilstar.com\r\nphnompenhpost.com\r\nphonesreview.co.uk\r\nphotoblog.msnbc.msn.com\r\nphotogallery.indiatimes.com\r\nphotogallery.thestar.com\r\nphotos.al.com\r\nphotos.denverpost.com\r\nphotos.mlive.com\r\nphotos.nj.com\r\nphotos.nola.com\r\nphotos.pennlive.com\r\nphotos.syracuse.com\r\nphuketgazette.net\r\nphuketwan.com\r\nphysorg.com\r\npia.gov.ph\r\npicayuneitem.com\r\npiedmont.patch.com\r\npiercecountyherald.com\r\npiersmorgan.blogs.cnn.com\r\npikesville.patch.com\r\npinole.patch.com\r\npioneerlocal.com\r\npionline.com\r\npiratefm.co.uk\r\npittsburgh.sbnation.com\r\npittsburghlive.com\r\npjstar.com\r\nplainfield.patch.com\r\nplainview.patch.com\r\nplanetbollywood.com\r\nplanetsave.com\r\nplantcity2.tbo.com\r\nplastemart.com\r\nplatts.com\r\nplayerpress.com\r\npleasanton.patch.com\r\npleasantville.patch.com\r\npluggd.in\r\nplum-oakmont.patch.com\r\nplymouth.patch.com\r\npmnewsnigeria.com\r\npnj.com\r\npnosker.com\r\npntoday.com\r\npntonline.com\r\npnwlocalnews.com\r\npobonline.com\r\npocket-lint.com\r\npocklingtonpost.co.uk\r\npocononews.net\r\npoconorecord.com\r\npoder360.com\r\npointoflaw.com\r\npointpleasant.patch.com\r\npoland.pl\r\npolhudson.lohudblogs.com\r\npoliceone.com\r\npolisat.com\r\npoliticalhumor.about.com\r\npoliticallyillustrated.com\r\npoliticalticker.blogs.cnn.com\r\npoliticmo.com\r\npolitico.com\r\npolitics.blogs.foxnews.com\r\npolitics.co.uk\r\npolitics.foxnews.mobi\r\npolitics.gather.com\r\npoliticspa.com\r\npoliticsweb.co.za\r\npolitifact.com\r\npontiacdailyleader.com\r\npopbytes.com\r\npopcrush.com\r\npopdust.com\r\npopeater.com\r\npopmatters.com\r\npopsci.com\r\npopstar.com\r\npopstoptv.com\r\npopsugar.com\r\npopularmechanics.com\r\npopwatch.ew.com\r\nporknetwork.com\r\nportagedailygraphic.com\r\nportclintonnewsherald.com\r\nportfolio.com\r\nportjefferson.patch.com\r\nportland.wcsh6.com\r\nportlandtribune.com\r\nportlincolntimes.com.au\r\nportnews.com.au\r\nportsmouth.co.uk\r\nportsmouth.patch.com\r\nportstephensexaminer.com.au\r\nportwashington.patch.com\r\npostandcourier.com\r\npostbulletin.com\r\npostchronicle.com\r\npostcrescent.com\r\npost-gazette.com\r\npostindependent.com\r\npost-journal.com\r\npostonpolitics.com\r\npostsouth.com\r\npoststar.com\r\npoststarnews.com\r\nposttrib.suntimes.com\r\npostzambia.com\r\npotomac.patch.com\r\npottsmerc.com\r\npoughkeepsiejournal.com\r\npoundmag.com\r\npoway.patch.com\r\npowdersprings.patch.com\r\npowerlineblog.com\r\npowerwall.msnbc.msn.com\r\npoynter.org\r\nppc-news.com\r\npraguemonitor.com\r\npraguepost.com\r\npratttribune.com\r\npr-canada.net\r\nprcarbon.com\r\nprescottenews.com\r\npressandguide.com\r\npressandjournal.co.uk\r\npress-citizen.com\r\npressconnects.com\r\npressdemocrat.com\r\npresseurop.eu\r\npressgazette.co.uk\r\npressherald.com\r\npressmentor.com\r\npressreleasenetwork.com\r\npressrepublican.com\r\npresstelegram.com\r\npresstv.ir\r\nprestowitz.foreignpolicy.com\r\npretorianews.co.za\r\npreview.bviplatinum.com\r\npri.org\r\nprimaryignition.com\r\nprinceton.patch.com\r\nprint.dailymirror.lk\r\nprlog.org\r\nprmac.com\r\nprnewschannel.com\r\nprnewswire.com\r\npro8news.com\r\nprobasketballnews.com\r\nproduct-reviews.net\r\nprofit.ndtv.com\r\nprofootballtalk.nbcsports.com\r\nprogolftalk.nbcsports.com\r\nprogressillinois.com\r\nprogress-index.com\r\nprogressive.org\r\nprojectqatlanta.com\r\nprojects.ajc.com\r\nproject-syndicate.org\r\nprojo.com\r\npropagandistmag.com\r\npropertycasualty360.com\r\npropublica.org\r\nprospect.org\r\nprospectheights.patch.com\r\nprowrestling.com\r\nprowrestling.net\r\npr-usa.net\r\nprweb.com\r\nprweek.com\r\nprweekus.com\r\nprwire.com.au\r\npsfk.com\r\npsucollegio.com\r\npsxextreme.com\r\npsychcentral.com\r\nptleader.com\r\npublicbroadcasting.net\r\npublicopiniononline.com\r\npublicservice.co.uk\r\npublicserviceeurope.com\r\npublishersmarketplace.com\r\npubrecord.org\r\npulaskicountydaily.com\r\npulse.ncpolicywatch.org\r\npunchlinemagazine.com\r\npunchng.com\r\npundit.co.nz\r\npunemirror.in\r\npunjabnewsline.com\r\npurdueexponent.org\r\npurecontent.com\r\npurplerevolver.com\r\npwtorch.com\r\nqcsunonline.com\r\nqctimes.com\r\nqgazette.com\r\nqt.com.au\r\nquchronicle.com\r\nqueenscourier.com\r\nqueenstribune.com\r\nqueerty.com\r\nrabble.ca\r\nradaronline.com\r\nradioaustralia.net.au\r\nradioaustralianews.net.au\r\nradioboston.wbur.org\r\nradiofiji.com.fj\r\nradio-info.com\r\nradioink.com\r\nradioiowa.com\r\nradionz.co.nz\r\nradiovop.com\r\nradnor.patch.com\r\nrafu.com\r\nraisingzona.com\r\nraleightelegram.com\r\nramona.patch.com\r\nranchobernardo.patch.com\r\nranchopalosverdes.patch.com\r\nranchosantamargarita.patch.com\r\nrapfix.mtv.com\r\nrapidcityjournal.com\r\nrap-up.com\r\nraxanreeb.com\r\nrbth.ru\r\nrcpmag.com\r\nrdmag.com\r\nreachoutjobsearch.com\r\nreading.patch.com\r\nreadingeagle.com\r\nreadthehook.com\r\nreadthehorn.com\r\nreadwriteweb.com\r\nrealaspen.com\r\nrealbollywood.com\r\nrealclearpolitics.com\r\nrealclearsports.com\r\nrealitytvworld.com\r\nrealscreen.com\r\nrealtruth.org\r\nrealvail.com\r\nreason.com\r\nrecordcourier.com\r\nrecord-eagle.com\r\nrecorder.ca\r\nrecorderonline.com\r\nrecordherald.com\r\nrecordnet.com\r\nrecordonline.com\r\nrecordpub.com\r\nredandblack.com\r\nredbank.patch.com\r\nredbankgreen.com\r\nredding.com\r\nreddingnewsreview.com\r\nredeyechicago.com\r\nredgreenandblue.org\r\nrediff.com\r\nredlandsdailyfacts.com\r\nredmond.patch.com\r\nredondobeach.patch.com\r\nredorbit.com\r\nredpepper.org.uk\r\nredstate.com\r\nredwoodcity.patch.com\r\nredwoodfallsgazette.com\r\nreelmovienews.com\r\nreflector.com\r\nreformer.com\r\nregistan.net\r\nregisterguard.com\r\nregisterherald.com\r\nregister-herald.com\r\nregister-news.com\r\nreisterstown.patch.com\r\nreligion.blogs.cnn.com\r\nreligionblog.dallasnews.com\r\nreligiondispatches.org\r\nremindernews.com\r\nrenewamerica.com\r\nrenton.patch.com\r\nrep-am.com\r\nreporterherald.com\r\nreporternews.com\r\nreporter-times.com\r\nrepublicanherald.com\r\nresourceinvestingnews.com\r\nresourceinvestor.com\r\nresourcenation.com\r\nreston.patch.com\r\nretfordtoday.co.uk\r\nreuters.com\r\nreverejournal.com\r\nreviewatlas.com\r\nreviewnepal.com\r\nreviewonline.com\r\nrfa.org\r\nrferl.org\r\nrgj.com\r\nrichmondregister.com\r\nricks.foreignpolicy.com\r\nridgecrestca.com\r\nridgewood.patch.com\r\nrightsidenews.com\r\nringsidereport.com\r\nripleyandheanornews.co.uk\r\nripongazette.co.uk\r\nriskwatchdog.com\r\nriverdalepark.patch.com\r\nriverdalepress.com\r\nriverdell.patch.com\r\nriverhead.patch.com\r\nrivertowns.patch.com\r\nrnw.nl\r\nroanoke.com\r\nrobot6.comicbookresources.com\r\nrobotceleb.com\r\nrochester.edu\r\nrochester.patch.com\r\nrochestercitynewspaper.com\r\nrockland.lohudblogs.com\r\nrocktownweekly.com\r\nrockville.patch.com\r\nrockvillecentre.patch.com\r\nrockwallheraldbanner.com\r\nrockymounttelegram.com\r\nrocnow.com\r\nrohnertpark.patch.com\r\nrollcall.com\r\nrollingstone.com\r\nromenews-tribune.com\r\nromeobserver.com\r\nromeoville.patch.com\r\nromseyadvertiser.co.uk\r\nropeofsilicon.com\r\nrosehill.patch.com\r\nrosemont.patch.com\r\nrosemount.patch.com\r\nrosevillept.com\r\nroswell.patch.com\r\nrothkopf.foreignpolicy.com\r\nroubini.com\r\nroundhaytoday.co.uk\r\nroxborough.patch.com\r\nroxbydownssun.com.au\r\nroyalgazette.com\r\nroyaloak.patch.com\r\nroyalpurplenews.com\r\nrrdailyherald.com\r\nrrstar.com\r\nrss.cnn.com\r\nrt.com\r\nrte.ie\r\nrthk.org.hk\r\nrtn.asia\r\nrttnews.com\r\nrudaw.net\r\nrumbunter.com\r\nrumson.patch.com\r\nrushlimbaugh.com\r\nrushprnews.com\r\nrutherford.org\r\nrutland-times.co.uk\r\nrye.patch.com\r\nryeandbattleobserver.co.uk\r\nsabanews.net\r\nsabotagetimes.com\r\nsacbee.com\r\nsachem.patch.com\r\nsacramentopress.com\r\nsacurrent.com\r\nsafm.com.au\r\nsahilonline.org\r\nsaigon-gpdaily.com.vn\r\nsaipantribune.com\r\nsalem.patch.com\r\nsalemnews.com\r\nsalem-news.com\r\nsalemnews.net\r\nsalina.com\r\nsaline-milan.patch.com\r\nsalisbury.patch.com\r\nsalisburypost.com\r\nsaljournal.com\r\nsalon.com\r\nsamarnews.com\r\nsamessenger.com\r\nsammamish.patch.com\r\nsananews.net\r\nsandiego.com\r\nsandiego6.com\r\nsandiegoreader.com\r\nsandmountainreporter.com\r\nsanduskyregister.com\r\nsandysprings.patch.com\r\nsanfernandosun.com\r\nsanfordherald.com\r\nsanfranciscosentinel.com\r\nsanjuancapistrano.patch.com\r\nsanleandro.patch.com\r\nsanlorenzo.patch.com\r\nsanluisobispo.com\r\nsanmarcosrecord.com\r\nsanmarino.patch.com\r\nsanmateo.patch.com\r\nsanrafael.patch.com\r\nsanramon.patch.com\r\nsantacruz.patch.com\r\nsantacruzsentinel.com\r\nsantamariatimes.com\r\nsantamonica.patch.com\r\nsantamonicadispatch.com\r\nsantee.patch.com\r\nsarasota.patch.com\r\nsaratogian.com\r\nsaskatoon.ctv.ca\r\nsaskatoonhomepage.ca\r\nsatirewire.com\r\nsatiricalpolitical.com\r\nsaudigazette.com.sa\r\nsaultthisweek.com\r\nsavage-guilford.patch.com\r\nsavannahnow.com\r\nsavannahtribune.com\r\nsavings.com\r\nsayville.patch.com\r\nsbcbaptistpress.org\r\nsbindependent.org\r\nsbnation.com\r\nsbpress.com\r\nsbrforum.com\r\nsbs.com.au\r\nsbsun.com\r\nscaddistrict.com\r\nscallywagandvagabond.com\r\nscarborougheveningnews.co.uk\r\nscarsdale.patch.com\r\nscholarsandrogues.com\r\nschoollibraryjournal.com\r\nschriever.af.mil\r\nscience20.com\r\nscienceblogs.com\r\nscientificamerican.com\r\nscitech.foxnews.mobi\r\nscmagazineus.com\r\nscntx.com\r\nsconews.co.uk\r\nscoop.co.nz\r\nscopeblog.stanford.edu\r\nscotchplains.patch.com\r\nscotscoop.com\r\nscotsman.com\r\nscoutmagazine.ca\r\nscpr.org\r\nscreened.com\r\nscreenjunkies.com\r\nscreenrant.com\r\nscrippsnews.com\r\nscsun-news.com\r\nsctimes.com\r\nsddt.com\r\nsdentertainer.com\r\nseacoastonline.com\r\nseacrofttoday.co.uk\r\nseaforthhuronexpositor.com\r\nsealynews.com\r\nsearch.japantimes.co.jp\r\nsearchengineland.com\r\nseattle.sbnation.com\r\nseattlemedium.com\r\nseattlepi.com\r\nseattletimes.nwsource.com\r\nsecurecomputing.net.au\r\nsecurity.cbronline.com\r\nsecurityaccess.com.au\r\nsecuritydirectornews.com\r\nsecurityinfowatch.com\r\nsecuritymanagement.com\r\nsecuritynewsdaily.com\r\nseedol.com\r\nseekingalpha.com\r\nseguingazette.com\r\nselbytimes.co.uk\r\nself-catering-breaks.com\r\nselkirkjournal.com\r\nselmatimesjournal.com\r\nsemissourian.com\r\nsend2press.com\r\nsend2pressnewswire.com\r\nsentinelsource.com\r\nsentinel-standard.com\r\nseroundtable.com\r\nservices.edp24.co.uk\r\nsetimes.com\r\nsevendaysvt.com\r\nsevern.patch.com\r\nsewickley.patch.com\r\nseymourherald.com\r\nsfappeal.com\r\nsfbg.com\r\nsfexaminer.com\r\nsfgate.com\r\nsfist.com\r\nsfltimes.com\r\nsg.christianpost.com\r\nsgvtribune.com\r\nshadow.foreignpolicy.com\r\nshalomlife.com\r\nshanghaidaily.com\r\nshape.com\r\nsharecast.com\r\nsharon.patch.com\r\nsheboyganpress.com\r\nsheboygan-press.com\r\nsheffieldtelegraph.co.uk\r\nsheknows.com\r\nshelbycountyreporter.com\r\nshelbystar.com\r\nshelby-utica.patch.com\r\nshelton.patch.com\r\nshephard.co.uk\r\nsheppnews.com.au\r\nsherdog.com\r\nshermanoaks.patch.com\r\nsherwoodparknews.com\r\nshieldsgazette.com\r\nshinyshiny.tv\r\nshockya.com\r\nshorehamherald.co.uk\r\nshoreline.patch.com\r\nshorelinebeacon.com\r\nshorewood-il.patch.com\r\nshortnews.com\r\nshowbiz.peacefmonline.com\r\nshowbizspy.com\r\nshreveporttimes.com\r\nshrewsbury.net\r\nshropshirestar.com\r\nsi.com\r\nsickhop.com\r\nsierraexpressmedia.com\r\nsierramadre.patch.com\r\nsierrasun.com\r\nsiftingsherald.com\r\nsify.com\r\nsignalnews.com\r\nsignonsandiego.com\r\nsiliconindia.com\r\nsiliconrepublic.com\r\nsiliconvalley.com\r\nsilive.com\r\nsilverspring.patch.com\r\nsimsbury.patch.com\r\nsinhalaya.com\r\nsiouxcityjournal.com\r\nsiriusbuzz.com\r\nsiskiyoudaily.com\r\nsitrep.globalsecurity.org\r\nsj.farmonline.com.au\r\nsj-r.com\r\nskegnessstandard.co.uk\r\nsknvibes.com\r\nskokie.patch.com\r\nskyhidailynews.com\r\nskynews.com\r\nskynews.com.au\r\nskyport-heathrow.co.uk\r\nskyvalleychronicle.com\r\nsl.farmonline.com.au\r\nslashdot.org\r\nslashfilm.com\r\nslashgear.com\r\nslate.com\r\nslatest.slate.com\r\nsleafordstandard.co.uk\r\nsleepyeyenews.com\r\nsltrib.com\r\nsluggerotoole.com\r\nsmallbusiness.foxbusiness.com\r\nsmarthouse.com.au\r\nsmartmoney.com\r\nsmartoffice.com.au\r\nsmartplanet.com\r\nsmdailyjournal.com\r\nsmdp.com\r\nsmetimes.tradeindia.com\r\nsmh.com.au\r\nsmithtown.patch.com\r\nsmithtownradio.com\r\nsmmercury.com\r\nsmudailycampus.com\r\nsmudailymustang.com\r\nsmyrna.patch.com\r\nsnarkfood.com\r\nsnellville.patch.com\r\nsnohomishtimes.com\r\nsnponline.com\r\nsociable.co\r\nsocialbarrel.com\r\nsocialistalternative.org\r\nsocialistparty.org.uk\r\nsocialistresistance.org\r\nsocialistworker.co.uk\r\nsocialitelife.com\r\nsodahead.com\r\nsofiaecho.com\r\nsohh.com\r\nsojones.com\r\nsolariasun.com\r\nsolihullnews.net\r\nsolomonstarnews.com\r\nsolon.patch.com\r\nsomalilandpress.com\r\nsomd.com\r\nsomersetcountygazette.co.uk\r\nsomerville.patch.com\r\nsonoma.patch.com\r\nsooeveningnews.com\r\nsootoday.com\r\nsoulculture.co.uk\r\nsoundpolitics.com\r\nsoundspike.com\r\nsourcenewspapers.com\r\nsourcesecurity.com\r\nsouthampton.patch.com\r\nsouthbendtribune.com\r\nsouthbrunswick.patch.com\r\nsouthbury.patch.com\r\nsouthcoasttoday.com\r\nsouthcobb.patch.com\r\nsoutheast.patch.com\r\nsouthend.patch.com\r\nsouthendstandard.co.uk\r\nsouthernpoliticalreport.com\r\nsouthington.patch.com\r\nsouthjerseylocalnews.com\r\nsouthkingstown.patch.com\r\nsouthkoreanews.net\r\nsouthlaketimes.com\r\nsouthorange.patch.com\r\nsouthpasadena.patch.com\r\nsouthportvisiter.co.uk\r\nsouthsanfrancisco.patch.com\r\nsouthtampa.wtsp.com\r\nsouthtownstar.suntimes.com\r\nsouthwalesargus.co.uk\r\nsouthwalesguardian.co.uk\r\nsouthwestiowanews.com\r\nsouthwhitehall.patch.com\r\nsouthyorkshiretimes.co.uk\r\nsowetanlive.co.za\r\nspace.com\r\nspaceflightnow.com\r\nspacenews.com\r\nspaldingtoday.co.uk\r\nspamfighter.com\r\nspecial.registerguard.com\r\nspecials.msn.com\r\nspectator.co.uk\r\nspectator.org\r\nspectator.sme.sk\r\nspectatornews.com\r\nspenboroughguardian.co.uk\r\nsperoforum.com\r\nspiceislander.com\r\nspicezee.zeenews.com\r\nspiegel.de\r\nspinner.com\r\nspinport.com\r\nspokesman.com\r\nspooftimes.com\r\nsportingalert.com\r\nsportingnews.com\r\nsports.espn.go.com\r\nsports.gather.com\r\nsports.peacefmonline.com\r\nsports.yahoo.com\r\nsportsblogs.star-telegram.com\r\nsportsbookgurus.com\r\nsportsfanlive.com\r\nsportsgrid.com\r\nsportsillustrated.cnn.com\r\nsportsnet.ca\r\nspringfield.patch.com\r\nspringfieldnewssun.com\r\nsprucegroveexaminer.com\r\nsrilankaguardian.org\r\nsrpressgazette.com\r\nsta.si\r\nstabroeknews.com\r\nstageselect.com\r\nstamford.patch.com\r\nstamfordadvocate.com\r\nstamfordmercury.co.uk\r\nstandard.net\r\nstandard.net.au\r\nstandard-journal.com\r\nstandardmedia.co.ke\r\nstandardnewswire.com\r\nstandardspeaker.com\r\nstanford.edu\r\nstanforddaily.com\r\nstaradvertiser.com\r\nstarafrica.com\r\nstarcasm.net\r\nstarcourier.com\r\nstargazette.com\r\nstarherald.net\r\nstar-magazine.co.uk\r\nstarnewsonline.com\r\nstarpulse.com\r\nstarsentertainment.com\r\nstar-telegram.com\r\nstartribune.com\r\nstarvalleyindependent.com\r\nstarzlife.com\r\nstatebillnews.com\r\nstatecollege.com\r\nstatejournal.com\r\nstate-journal.com\r\nstatenews.com\r\nstatenisland.ny1.com\r\nstateofsearch.com\r\nstatepress.com\r\nstatesman.com\r\nstatesmanjournal.com\r\nstaugustine.com\r\nstawelltimes.com.au\r\nstcatharinesstandard.ca\r\nstclairshores.patch.com\r\nstcloud.injuryboard.com\r\nsteelersdepot.com\r\nsteelguru.com\r\nsteubencourier.com\r\nstevenspointjournal.com\r\nstgeorges.co.uk\r\nstgnews.com\r\nsthelensreporter.co.uk\r\nsthelensstar.co.uk\r\nstjamesnews.com\r\nstkarnick.com\r\nstlamerican.com\r\nstlbeacon.org\r\nstljewishlight.com\r\nstlouis.cbslocal.com\r\nstlouis.sbnation.com\r\nstlouispark.patch.com\r\nstlouisreview.com\r\nstltoday.com\r\nstmichael.patch.com\r\nstnonline.com\r\nstockhouse.com\r\nstockmarketsreview.com\r\nstockticktock.com\r\nstoneham.patch.com\r\nstonemountain.patch.com\r\nstoneycreeknews.com\r\nstoptheaclu.com\r\nstory.albuquerqueexpress.com\r\nstory.argentinastar.com\r\nstory.birminghamstar.com\r\nstory.malaysiasun.com\r\nstoughton.patch.com\r\nstow.patch.com\r\nstraight.com\r\nstraightgoods.ca\r\nstraitstimes.com\r\nstrategicsourceror.com\r\nstrategypage.com\r\nstratford.patch.com\r\nstratfordbeaconherald.com\r\nstrathroyagedispatch.com\r\nstreetinsider.com\r\nstripes.com\r\nstrongsville.patch.com\r\nstudentprintz.com\r\nstudiocity.patch.com\r\nstuff.co.nz\r\nsturgisjournal.com\r\nstuttgartdailyleader.com\r\nstylecaster.com\r\nsuburban.gmnews.com\r\nsubwaysquawkers.blogspot.com\r\nsudantribune.com\r\nsudbury.patch.com\r\nsuffield.patch.com\r\nsuffolkfreepress.co.uk\r\nsuffolknewsherald.com\r\nsuffolktimes.timesreview.com\r\nsuisuncity.patch.com\r\nsuite101.com\r\nsulphurdailynews.com\r\nsummit.patch.com\r\nsummitdaily.com\r\nsunatimes.com\r\nsundaygazettemail.com\r\nsundaymercury.net\r\nsundayobserver.lk\r\nsundaysun.co.uk\r\nsundayszaman.com\r\nsundaytimes.lk\r\nsundaytribune.co.za\r\nsundayworld.co.za\r\nsunderlandecho.com\r\nsundial.csun.edu\r\nsunherald.com\r\nsunnewsonline.com\r\nsun-sentinel.com\r\nsunshinecoastdaily.com.au\r\nsunshinestatenews.com\r\nsunstar.com.ph\r\nsuntimes.com\r\nsupergoodmovies.com\r\nsuperiortelegram.com\r\nsupplychaindigital.com\r\nsure-start.com\r\nsurgar.net\r\nsurreyherald.co.uk\r\nsu-spectator.com\r\nsussexcountian.com\r\nsussexexpress.co.uk\r\nsuwanee.patch.com\r\nsuwanneedemocrat.com\r\nsvherald.com\r\nswampland.time.com\r\nswampscott.patch.com\r\nswcbulletin.com\r\nswedishwire.com\r\nswissinfo.ch\r\nswitzer.com.au\r\nswnewsherald.com\r\nswns.com\r\nswp.ie\r\nswtimes.com\r\nswxrightnow.com\r\nsync-blog.com\r\nsyosset.patch.com\r\nsyracuse.com\r\nsys-con.com\r\nsyvnews.com\r\nt2conline.com\r\nt3.com\r\ntabletmag.com\r\ntadias.com\r\ntaftmidwaydriller.com\r\ntahlequahdailypress.com\r\ntahoebonanza.com\r\ntahoedailytribune.com\r\ntaimionline.com\r\ntaipeitimes.com\r\ntaiwannews.com.tw\r\ntake40.com\r\ntakepart.com\r\ntakomapark.patch.com\r\ntalkradionews.com\r\ntalksport.co.uk\r\ntalkzimbabwe.com\r\ntallahassee.com\r\ntalonmarks.com\r\ntampabay.com\r\ntamunews.tamu.edu\r\ntasteofcountry.com\r\ntauntongazette.com\r\ntbd.com\r\ntbnewswatch.com\r\ntbnweekly.com\r\ntboextra.com\r\ntcdailyplanet.net\r\ntcf.org\r\ntcnewsnet.com\r\ntcpalm.com\r\ntdn.com\r\ntdtnews.com\r\nteaneck.patch.com\r\ntecca.com\r\ntech.blorge.com\r\ntech.fortune.cnn.com\r\ntech.mit.edu\r\ntech2.in.com\r\ntechblog.dallasnews.com\r\ntechcentral.ie\r\ntechcircle.vccircle.com\r\ntechcrunch.com\r\ntechday.co.nz\r\ntechdigest.tv\r\ntecheye.net\r\ntechinsider.nextgov.com\r\ntechjournalsouth.com\r\ntechland.time.com\r\ntechnewsdaily.com\r\ntechnicianonline.com\r\ntechnolog.msnbc.msn.com\r\ntechnologizer.com\r\ntechnology.canoe.ca\r\ntechnology.gather.com\r\ntechnology.iafrica.com\r\ntechnology.inquirer.net\r\ntechnology-digital.com\r\ntechnorati.com\r\ntechnosailor.com\r\ntechworld.com.au\r\ntehelka.com\r\ntehrantimes.com\r\ntelegram.com\r\ntelegraph.co.uk\r\ntelegraphindia.com\r\ntelegraphnepal.com\r\ntelevision.gearlive.com\r\ntelevisionbroadcast.com\r\ntelluridenews.com\r\ntelugu.16reels.com\r\ntemecula.patch.com\r\ntempo.com.ph\r\ntengossip.com\r\ntennessean.com\r\ntenterfieldstar.com.au\r\ntest.thewolf.co.uk\r\nteutopolispress.com\r\ntewksbury.patch.com\r\ntexasgopvote.com\r\ntexasinsider.org\r\ntexastribune.org\r\nt-g.com\r\ntgdaily.com\r\nthametoday.co.uk\r\nthanhniennews.com\r\nthe33tv.com\r\nthe420times.com\r\ntheadvertiser.com\r\ntheafricareport.com\r\ntheage.com.au\r\ntheamericanmuslim.org\r\ntheapexherald.com\r\ntheargus.co.uk\r\ntheatlantic.com\r\ntheatlanticwire.com\r\ntheaustralian.com.au\r\ntheaustralianeye.com\r\nthebahamasweekly.com\r\nthebarrieexaminer.com\r\nthebatt.com\r\nthebaynet.com\r\nthebiglead.com\r\ntheboltonnews.co.uk\r\ntheboombox.com\r\ntheboot.com\r\ntheborneopost.com\r\nthebostonchannel.com\r\nthebottomline.as.ucsb.edu\r\nthebqb.com\r\nthebradentontimes.com\r\nthebraziltimes.com\r\nthebull.com.au\r\nthebusinessage.com\r\nthebusinessjournal.com\r\nthecabin.net\r\nthecable.foreignpolicy.com\r\nthecalifornian.com\r\nthecandor.com\r\nthecarconnection.com\r\nthecaucus.blogs.nytimes.com\r\nthecelebritycafe.com\r\nthecharlottepost.com\r\nthechart.blogs.cnn.com\r\nthecheapseats.ca\r\nthechronicle.com.au\r\nthechronicleherald.ca\r\nthechronicle-online.com\r\nthecitizen.co.tz\r\nthecitizen.com\r\nthecityweekly.com.au\r\nthecitywire.com\r\nthecorsaironline.com\r\nthecourier.co.uk\r\nthecourier.com.au\r\nthecrimson.com\r\nthecypresstimes.com\r\nthedahloneganugget.com\r\nthedailyaztec.com\r\nthedailybeast.com\r\nthedailycougar.com\r\nthedailyeaston.com\r\nthedailyfairfield.com\r\nthedailygrind.com.au\r\nthedailyjournal.com\r\nthedailylight.com\r\nthedailymail.net\r\nthedailymaverick.co.za\r\nthedailynewcanaan.com\r\nthedailynewsegypt.com\r\nthedailynewsonline.com\r\nthedailypage.com\r\nthedailyrecord.com\r\nthe-daily-record.com\r\nthedailyreporter.com\r\nthedailyreview.com\r\nthedailysentinel.com\r\nthedailysound.com\r\nthedailystamford.com\r\nthedailystar.com\r\nthedailystar.net\r\nthedailytimes.com\r\nthedailyvoice.com\r\nthedailyweston.com\r\nthedailyworld.com\r\nthedaonline.com\r\nthedartmouth.com\r\ntheday.com\r\nthedeadbolt.com\r\nthedenverchannel.com\r\nthedenverdailynews.com\r\nthedepauw.com\r\nthedestinlog.com\r\nthedickinsonpress.com\r\nthe-diplomat.com\r\nthe-dispatch.com\r\nthedmonline.com\r\nthedrum.co.uk\r\ntheeagle.com\r\ntheeastafrican.co.ke\r\ntheenergycollective.com\r\ntheepochtimes.com\r\nthefastertimes.com\r\nthefilmpilgrim.com\r\nthefilmstage.com\r\nthefinancialexpress-bd.com\r\nthefirstpost.co.uk\r\ntheflindersnews.com.au\r\ntheforeigner.no\r\nthefranchisehound.com\r\nthefrisky.com\r\nthefrontierpost.com\r\nthegamingvault.com\r\ntheglobeandmail.com\r\nthegovmonitor.com\r\nthegranbys.patch.com\r\nthegrio.com\r\ntheguardian.pe.ca\r\ntheguardianonline.com\r\nthegurdontimes.com\r\nthehccrusader.com\r\ntheherald.com.au\r\nthehill.com\r\nthehimalayantimes.com\r\nthehindu.com\r\nthehindubusinessline.com\r\nthehollywoodgossip.com\r\nthehostingnews.com\r\nthehoya.com\r\ntheimproper.com\r\ntheindependent.ca\r\ntheindependent.com\r\ntheindychannel.com\r\ntheinquirer.net\r\ntheinsider.com\r\ntheintelligencer.net\r\ntheislanderonline.com.au\r\ntheisraelproject.org\r\ntheitem.com\r\ntheithacajournal.com\r\nthejakartaglobe.com\r\nthejakartapost.com\r\nthejambar.com\r\nthejc.com\r\nthejewishweek.com\r\nthejournal.ie\r\nthekansan.com\r\ntheknoxvillejournal.com\r\nthelaf.com\r\ntheland.farmonline.com.au\r\nthelantern.com\r\nthelastword.msnbc.msn.com\r\nthe-leader.com\r\ntheleader.com.au\r\nthe-leader.net\r\ntheleafchronicle.com\r\nthelede.blogs.nytimes.com\r\ntheledger.com\r\ntheleedsnews.net\r\nthelmagazine.com\r\nthelocal.de\r\nthelondondailynews.com\r\nthelondoner.ca\r\nthelostagency.wordpress.com\r\nthemalaysianinsider.com\r\nthemaneater.com\r\nthemarknews.com\r\nthemedialine.org\r\nthemediaonline.co.za\r\nthememriblog.org\r\nthemercury.co.za\r\nthemercury.com\r\nthemercury.com.au\r\ntheminaretonline.com\r\nthemoderatevoice.com\r\nthemonitor.com\r\nthemoralliberal.com\r\nthemorningbulletin.com.au\r\nthemorningsun.com\r\nthemoscownews.com\r\nthemoscowtimes.com\r\nthemountainmail.com\r\nthemovechannel.com\r\nthenation.com\r\nthenational.ae\r\nthenationonlineng.net\r\nthenewage.co.za\r\nthenewamerican.com\r\nthenewcivilrightsmovement.com\r\nthenewcurrent.com\r\nthenews.com.pk\r\nthenews.org\r\nthenews.pl\r\nthenewsgrind.com\r\nthe-news-leader.com\r\nthenews-messenger.com\r\nthenewsstar.com\r\nthenewstribune.com\r\nthenextweb.com\r\nthenorthernecho.co.uk\r\nthenorthwestern.com\r\ntheolympian.com\r\ntheoptionsinsider.com\r\ntheorion.com\r\ntheoutlookonline.com\r\nthepage.time.com\r\nthepakistaninewspaper.com\r\ntheparliament.com\r\nthepeninsulaqatar.com\r\nthepeoplesvoice.org\r\nthephoenix.com\r\nthepilot.com\r\nthepinetree.net\r\nthepinoy.net\r\nthepoke.co.uk\r\nthepost.co.za\r\nthepost.on.ca\r\ntheprovince.com\r\ntherainbowtimesmass.com\r\ntheramonline.com\r\nthereader.es\r\ntherealnews.com\r\ntherecord.com\r\ntherecordherald.com\r\ntherecordlive.com\r\ntheregister.co.uk\r\nthereporter.com\r\nthereporter.com.au\r\ntherepublic.com\r\ntheridgenews.com.au\r\ntherightperspective.org\r\ntherolladailynews.com\r\ntheroot.com\r\nthesatellite.com.au\r\nthescoopblog.dallasnews.com\r\nthescore.com\r\nthescore.ie\r\nthescotsman.scotsman.com\r\ntheshorthorn.com\r\nthe-signal.com\r\nthesilvertongueonline.com\r\nthesiuslawnews.com\r\nthesmokinggun.com\r\nthesop.org\r\nthesource.com\r\nthesouthern.com\r\nthespec.com\r\nthespectrum.com\r\nthespoof.com\r\nthesportsbank.net\r\nthespread.com\r\nthesqueeze.net\r\nthestamfordtimes.com\r\nthestandard.com.hk\r\nthestar.blogs.com\r\nthestar.co.uk\r\nthestar.co.za\r\nthestar.com\r\nthestar.com.my\r\nthestarphoenix.com\r\nthestarpress.com\r\nthestate.com\r\nthestatecolumn.com\r\nthestatesmanonline.com\r\nthestir.cafemom.com\r\nthestkittsnevisobserver.com\r\nthestreet.com\r\nthesuburbanite.com\r\nthesudburystar.com\r\nthesun.co.uk\r\nthesun.mobi\r\nthesunchronicle.com\r\nthesunnews.com\r\nthesunnews.net\r\nthesuntimes.com\r\nthesurvivorsclub.org\r\nthetakeaway.org\r\nthetandd.com\r\nthetechherald.com\r\nthetechtalk.org\r\nthetelegraph.com\r\nthetelegraphandargus.co.uk\r\nthetimesherald.com\r\nthetimesnews.com\r\nthetimesofnigeria.com\r\nthetimestribune.com\r\nthetimes-tribune.com\r\nthetowerlight.com\r\nthetowntalk.com\r\nthetrucker.com\r\nthetrumpet.com\r\nthetyee.ca\r\ntheunion.com\r\ntheuptake.org\r\ntheusdvista.com\r\nthevindicator.com\r\nthevine.com.au\r\nthevisitor.co.uk\r\ntheweatherspace.com\r\ntheweedblog.com\r\ntheweek.com\r\nthewesterlysun.com\r\nthewestsidegazette.com\r\nthewetumpkaherald.com\r\nthewhig.com\r\nthewhir.com\r\ntheworld.org\r\ntheworldlink.com\r\nthewrap.com\r\ntheyeshivaworld.com\r\ntheyoungturks.com\r\nthezimbabwemail.com\r\nthinkprogress.org\r\nthinksb.com\r\nthinq.co.uk\r\nthirdage.com\r\nthirdcoastdigest.com\r\nthirdfactor.com\r\nthiscantbehappening.net\r\nthisdaylive.com\r\nthisdishisvegetarian.com\r\nthisisbristol.co.uk\r\nthisisderbyshire.co.uk\r\nthisisfakediy.co.uk\r\nthisishampshire.net\r\nthisishullandeastriding.co.uk\r\nthisisleicestershire.co.uk\r\nthisislocallondon.co.uk\r\nthisislondon.co.uk\r\nthisismoney.co.uk\r\nthisisnottingham.co.uk\r\nthisisplymouth.co.uk\r\nthisissomerset.co.uk\r\nthisisstaffordshire.co.uk\r\nthisisthewestcountry.co.uk\r\nthonline.com\r\nthornegazette.co.uk\r\nthoughtleader.co.za\r\nthreatpost.com\r\nthreatswatch.org\r\nthyblackman.com\r\ntickerspy.com\r\nticklethewire.com\r\nticotimes.net\r\ntidewaternews.com\r\ntightpoker.com\r\ntillsonburgnews.com\r\ntime.com\r\ntimeoutchicagokids.com\r\ntimes.am\r\ntimes.spb.ru\r\ntimesandstar.co.uk\r\ntimesargus.com\r\ntimesbulletin.com\r\ntimescolonist.com\r\ntimesdaily.com\r\ntimesfreepress.com\r\ntimesgazette.com\r\ntimes-gazette.com\r\ntimes-georgian.com\r\ntimesherald.com\r\ntimes-herald.com\r\ntimesheraldonline.com\r\ntimesjournal.com\r\ntimesleader.com\r\ntimeslive.co.za\r\ntimes-news.com\r\ntimesnews.net\r\ntimesnow.tv\r\ntimesofassam.com\r\ntimesofindia.com\r\ntimesofindia.indiatimes.com\r\ntimesofmalta.com\r\ntimesonline.com\r\ntimesrecord.com\r\ntimesrecordnews.com\r\ntimesreporter.com\r\ntimesrepublican.com\r\ntimes-series.co.uk\r\ntimes-standard.com\r\ntimestranscript.canadaeast.com\r\ntimesunion.com\r\ntimeswv.com\r\ntimminspress.com\r\ntimminstimes.com\r\ntimonium.patch.com\r\ntinleypark.patch.com\r\ntitansized.com\r\ntmcnet.com\r\ntmnews.com\r\ntmz.com\r\ntnastars.com\r\ntnerd.com\r\ntnhonline.com\r\ntnooz.com\r\ntnr.com\r\ntntmagazine.com\r\ntoday.duke.edu\r\ntoday.gm\r\ntoday.msnbc.msn.com\r\ntodayonline.com\r\ntodaysthv.com\r\ntodaystmj4.com\r\ntodayszaman.com\r\ntodmordennews.co.uk\r\ntoledoblade.com\r\ntoledoonthemove.com\r\ntolerance.ca\r\ntolland.patch.com\r\ntomsguide.com\r\ntomsriver.patch.com\r\ntonawanda-news.com\r\ntonganoxiemirror.com\r\ntooeletranscript.com\r\ntoofab.com\r\ntopbuzznews.net\r\ntopnews.net.nz\r\ntopnewsreports.com\r\ntopsecretwriters.com\r\ntopstories.foxnews.mobi\r\ntoronto.ctv.ca\r\ntorontosun.com\r\ntorringtontelegram.com\r\ntotalfilmy.com\r\ntothecenter.com\r\ntowardfreedom.com\r\ntownhall.com\r\ntowson.patch.com\r\ntpmcafe.talkingpointsmemo.com\r\ntpmdc.talkingpointsmemo.com\r\ntracypress.com\r\ntradearabia.com\r\ntradershuddle.com\r\ntrading-point.com\r\ntradingroom.com.au\r\ntrain2game.com\r\ntranscontinental.com.au\r\ntransportationnation.org\r\ntravel.iafrica.com\r\ntravel.usatoday.com\r\ntravelagentcentral.com\r\ntravelmole.com\r\ntravelweekly.co.uk\r\ntrcbnews.com\r\ntreehugger.com\r\ntrenton.patch.com\r\ntrentonian.ca\r\ntrentonian.com\r\ntrib.com\r\ntribalfootball.com\r\ntribbleagency.com\r\ntribecatrib.com\r\ntriblocal.com\r\ntribstar.com\r\ntribtoday.com\r\ntribune.com.ng\r\ntribune.com.pk\r\ntribune242.com\r\ntribune-democrat.com\r\ntribune-georgian.com\r\ntribuneindia.com\r\ntribwekchron.com\r\ntri-cityherald.com\r\ntrinidadexpress.com\r\ntrinitytripod.com\r\ntri-parishtimes.com\r\ntripolipost.com\r\ntri-statedefenderonline.com\r\ntristatehomepage.com\r\ntristate-media.com\r\ntrivalleycentral.com\r\ntroymessenger.com\r\ntrust.org\r\ntruthdig.com\r\ntruthdive.com\r\ntruth-out.org\r\ntsn.ca\r\nttnews.com\r\ntucker.patch.com\r\ntucsoncitizen.com\r\ntucsonsentinel.com\r\ntucsonweekly.com\r\ntulareadvanceregister.com\r\ntullahomanews.com\r\ntulsabeacon.com\r\ntulsaworld.com\r\ntunedin.blogs.time.com\r\nturkishweekly.net\r\nturnto23.com\r\nturtlebay.foreignpolicy.com\r\ntuscaloosanews.com\r\ntv.com\r\ntv20detroit.com\r\ntv3.ie\r\ntvbythenumbers.zap2it.com\r\ntvgrapevine.com\r\ntvguide.com\r\ntvline.com\r\ntvnewsroom.co.uk\r\ntvnext.in\r\ntvnz.co.nz\r\ntvovermind.zap2it.com\r\ntvseriesfinale.com\r\ntvsquad.com\r\ntvtechnology.com\r\ntvweek.com\r\ntweaktown.com\r\ntweednews.com.au\r\ntweetsoup.com\r\ntwincities.com\r\ntwincountynews.com\r\ntwinsburg.patch.com\r\ntwinsburgbulletin.com\r\ntwirlit.com\r\ntwnpnews.com\r\ntwocircles.net\r\nu.tv\r\nubergizmo.com\r\nubpost.mongolnews.mn\r\nucdavis.edu\r\nudayton.edu\r\nugo.com\r\nugpulse.com\r\nuiargonaut.com\r\nuk.ibtimes.com\r\nuk.mobile.reuters.com\r\nuk.reuters.com\r\nukhumanrightsblog.com\r\nukiahdailyjournal.com\r\nuknetguide.co.uk\r\nukprogressive.co.uk\r\nulladullatimes.com.au\r\nummid.com\r\nun.org\r\nundercover.fm\r\nundertheradar.military.com\r\nundispatch.com\r\nunicornbooty.com\r\nunion-bulletin.com\r\nunioneagle.com\r\nunionleader.com\r\nunitedliberty.org\r\nuniversalsports.com\r\nuniverse.byu.edu\r\nuniversityplace.patch.com\r\nuniversityworldnews.com\r\nunric.org\r\nuoflcardgame.com\r\nupdatednews.ca\r\nupi.com\r\nupiasia.com\r\nupnorthlive.com\r\nupperdublin.patch.com\r\nuppermacungie.patch.com\r\nuppermarlboro.patch.com\r\nuppermichiganssource.com\r\nuppersouthampton.patch.com\r\nupperstclair.patch.com\r\nupressonline.com\r\nuprisingradio.org\r\nupstreamonline.com\r\nurbanacitizen.com\r\nurbannetwork.com\r\nus.foxnews.mobi\r\nus.generation-nt.com\r\nusa.mediamonitors.net\r\nusamarketnews.com\r\nusatoday.com\r\nuscatholic.org\r\nuselectionnews.org\r\nusgovinfo.about.com\r\nusliberals.about.com\r\nusmagazine.com\r\nusnews.com\r\nuspolitics.einnews.com\r\nutalkmarketing.com\r\nutdailybeacon.com\r\nuticaod.com\r\nuwyo.edu\r\nuxbridgegazette.co.uk\r\nv3.co.uk\r\nvadvert.co.uk\r\nvahi.patch.com\r\nvaildaily.com\r\nvalleyadvocate.com\r\nvalleycentral.com\r\nvalleynewslive.com\r\nvalleynewsonline.com\r\nvancouver.24hrs.ca\r\nvancouverite.com\r\nvancouverobserver.com\r\nvancouversun.com\r\nvanguardngr.com\r\nvanityfair.com\r\nvariety.com\r\nvator.tv\r\nvccircle.com\r\nvcstar.com\r\nvdare.com\r\nvegasinc.com\r\nvenezuelanalysis.com\r\nvenice.patch.com\r\nvenomstrikes.com\r\nventurebeat.com\r\nvermontcynic.com\r\nvernal.com\r\nvernon.patch.com\r\nverona.patch.com\r\nvertical-leap.co.uk\r\nverticalmag.com\r\nveryaware.com\r\nvestnikkavkaza.net\r\nvexnews.com\r\nvheadline.com\r\nvibeghana.com\r\nvictoriaadvocate.com\r\nvideo.pbs.org\r\nvideogamingpros.com\r\nvideos.kansascity.com\r\nvideos.mercedsunstar.com\r\nvideos.nj.com\r\nvideos.syracuse.com\r\nvienna.patch.com\r\nvindy.com\r\nvintoniowa.org\r\nvirginmedia.com\r\nvirtual-strategy.com\r\nvirtueonline.org\r\nvisaliatimesdelta.com\r\nvisayandailystar.com\r\nviscosimedia.com\r\nvision.org\r\nvisitpontiac.com\r\nvoanews.com\r\nvocm.com\r\nvoice.paly.net\r\nvoice-online.co.uk\r\nvoices.allthingsd.com\r\nvoices.nationaljournal.com\r\nvoltairenet.org\r\nvolunteertv.com\r\nvoorhees.sunne.ws\r\nvoxbikol.com\r\nvoxy.co.nz\r\nvpr.net\r\nvtdigger.org\r\nvulcanadvocate.com\r\nvvdailypress.com\r\nvw.vrvm.com\r\nwabi.tv\r\nwabusinessnews.com.au\r\nwafb.com\r\nwaff.com\r\nwagerrun.com\r\nwaginargus.com.au\r\nwahpetondailynews.com\r\nwaitingfornextyear.com\r\nwaka.com\r\nwakefield.patch.com\r\nwakefieldexpress.co.uk\r\nwakulla.com\r\nwalb.com\r\nwalchanewsonline.com.au\r\nwaleg.com\r\nwalesonline.co.uk\r\nwall.patch.com\r\nwalletpop.com\r\nwallowa.com\r\nwallstcheatsheet.com\r\nwallstreetdaily.com\r\nwallstreetpit.com\r\nwallstreetwindow.com\r\nwalnut.patch.com\r\nwalnutcreek.patch.com\r\nwalt.foreignpolicy.com\r\nwaltainfo.com\r\nwaltham.patch.com\r\nwaltonian.com\r\nwaltonsun.com\r\nwaltontribune.com\r\nwamu.org\r\nwandsworthguardian.co.uk\r\nwandtv.com\r\nwane.com\r\nwantagh.patch.com\r\nwaow.com\r\nwap.indystar.com\r\nwap.itn.co.uk\r\nwap.ksat.com\r\nwap.news.bigpond.com\r\nwap.wtvq.com\r\nwapt.com\r\nwarminster.patch.com\r\nwarnerrobinspatriot.com\r\nwarren.patch.com\r\nwarrenadvocate.com.au\r\nwarwickcourier.co.uk\r\nwarwickdailynews.com.au\r\nwasecacountynews.com\r\nwashburnreview.org\r\nwashingtonbanglaradio.com\r\nwashingtonblade.com\r\nwashingtoncitypaper.com\r\nwashingtonexaminer.com\r\nwashingtonian.com\r\nwashingtonindependent.com\r\nwashingtonpost.com\r\nwashingtontechnology.com\r\nwashingtontimes.com\r\nwatchdog.org\r\nwatchingthewatchers.org\r\nwatching-tv.ew.com\r\nwaterford.patch.com\r\nwatertown.patch.com\r\nwatertowndailytimes.com\r\nwatoday.com.au\r\nwatsonville.patch.com\r\nwauchopegazette.com.au\r\nwaukesha.patch.com\r\nwausaudailyherald.com\r\nwausaudailyherald.com\r\nwave3.com\r\nwavenewspapers.com\r\nwavy.com\r\nwayland.patch.com\r\nwayne.patch.com\r\nwayneindependent.com\r\nwaynepost.com\r\nwaynesvilledailyguide.com\r\nwbaltv.com\r\nwbay.com\r\nwben.com\r\nwbez.org\r\nwbir.com\r\nwbj.pl\r\nwbko.com\r\nwbng.com\r\nwboc.com\r\nwboy.com\r\nwbtv.com\r\nwbur.org\r\nwcax.com\r\nwcfcourier.com\r\nwclo.com\r\nwcnc.com\r\nwcpo.com\r\nwcrnews.wordpress.com\r\nwcsh6.com\r\nwcsi.whiterivernews.com\r\nwcti12.com\r\nwctrib.com\r\nwctv.tv\r\nwcvarones.com\r\nwcyb.com\r\nwdam.com\r\nwday.com\r\nwdbj7.com\r\nwdef.com\r\nwdel.com\r\nwdio.com\r\nwdsu.com\r\nwdtimes.com\r\nwdtn.com\r\nwdtv.com\r\nwduqnews.blogspot.com\r\nwealthdaily.com\r\nweartv.com\r\nweaselzippers.us\r\nweatherforddemocrat.com\r\nweau.com\r\nwebcommentary.com\r\nwebdiary.com.au\r\nweb-fun.info\r\nweblogs.baltimoresun.com\r\nweblogs.dailypress.com\r\nweblogs.sun-sentinel.com\r\nweblogs.variety.com\r\nwebpronews.com\r\nwebstercitynews.com\r\nwebsterpost.com\r\nwebwire.com\r\nwect.com\r\nweei.com\r\nweeklyblitz.net\r\nweeklycitizen.com\r\nweeklystandard.com\r\nweeklytimesnow.com.au\r\nweeklyworldnews.com\r\nwehonews.com\r\nwellesley.patch.com\r\nwellingtondailynews.com\r\nwellingtontimes.com.au\r\nwellsvilledaily.com\r\nwenatcheeworld.com\r\nwentzville.patch.com\r\nweny.com\r\nwesh.com\r\nwestbloomfield.patch.com\r\nwestborough.patch.com\r\nwestbranchtimes.com\r\nwestchase.patch.com\r\nwestcoastsentinel.com.au\r\nwestdeptford.patch.com\r\nwesternadvocate.com.au\r\nwesternfrontonline.net\r\nwestfield.patch.com\r\nwestford.patch.com\r\nwesthartford.patch.com\r\nwesthartfordnews.com\r\nwesthollywood.patch.com\r\nwestislip.patch.com\r\nwestkentuckystar.com\r\nwestlake.patch.com\r\nwestminster.patch.com\r\nwestmorelandtimes.com\r\nweston.patch.com\r\nweston-ct.patch.com\r\nwestorange.patch.com\r\nwestport.patch.com\r\nwestport-news.com\r\nwestportnow.com\r\nwestroxbury.patch.com\r\nwestseattleblog.com\r\nwestsidetoday.com\r\nwestsussextoday.co.uk\r\nwestwood.patch.com\r\nwestwood-washington.patch.com\r\nwetherbynews.co.uk\r\nwetmtv.com\r\nwetzelchronicle.com\r\nwexfordpeople.ie\r\nwfaa.com\r\nwfae.org\r\nwfie.com\r\nwfir960.com\r\nwfmj.com\r\nwfmz.com\r\nwfn.org\r\nwfpl.org\r\nwfrv.com\r\nwfsb.com\r\nwftv.com\r\nwfuv.org\r\nwgal.com\r\nwggb.com\r\nwgil.com\r\nwgmd.com\r\nwgme.com\r\nwgnradio.com\r\nwgntv.com\r\nwgrz.com\r\nwham1180.com\r\nwhas11.com\r\nwhbf.com\r\nwhbl.com\r\nwheaton.patch.com\r\nwheaton-md.patch.com\r\nwhec.com\r\nwhichwaytopay.ca\r\nwhichwaytopay.com\r\nwhichwaytopayaustralia.com\r\nwhig.com\r\nwhiotv.com\r\nwhitbygazette.co.uk\r\nwhitehalljournal.com\r\nwhitehaven.wmctv.com\r\nwhitehouse.blogs.cnn.com\r\nwhitehouse.gov\r\nwhitelake.patch.com\r\nwhiteplains.patch.com\r\nwhitsundaytimes.com.au\r\nwhittierdailynews.com\r\nwhkp.com\r\nwhmi.com\r\nwhnt.com\r\nwho2.com\r\nwhotv.com\r\nwhptv.com\r\nwhsv.com\r\nwhtc.com\r\nwhyallanewsonline.com.au\r\nwibc.com\r\nwibqfm.com\r\nwibw.com\r\nwickedlocal.com\r\nwicklowpeople.ie\r\nwicz.com\r\nwifr.com\r\nwigantoday.net\r\nwildcat.arizona.edu\r\nwillcoxrangenews.com\r\nwillistonherald.com\r\nwillows-journal.com\r\nwilmette.patch.com\r\nwilmington.patch.com\r\nwilsoncountynews.com\r\nwilsontimes.com\r\nwilton.patch.com\r\nwiltonvillager.com\r\nwilx.com\r\nwinchester.patch.com\r\nwindsor.patch.com\r\nwindsorlocks.patch.com\r\nwindsorstar.com\r\nwindycitymediagroup.com\r\nwineandexcrement.com\r\nwinfieldcourier.com\r\nwinghamchronicle.com.au\r\nwinklertimes.com\r\nwinknews.com\r\nwinnipeg.ctv.ca\r\nwinnipegfreepress.com\r\nwinnipegsun.com\r\nwinonadailynews.com\r\nwired.co.uk\r\nwired.com\r\nwiredvc.com\r\nwirelessfederation.com\r\nwirelessweek.com\r\nwirenh.com\r\nwireservice.ca\r\nwireupdate.com\r\nwirralnews.co.uk\r\nwiscnews.com\r\nwisconsinagconnection.com\r\nwisconsinrapidstribune.com\r\nwishtv.com\r\nwisn.com\r\nwistechnology.com\r\nwistv.com\r\nwitf.org\r\nwitn.com\r\nwitness.co.za\r\nwivb.com\r\nwizbangblog.com\r\nwizbangpop.com\r\nwjactv.com\r\nwjbc.com\r\nwjbdradio.com\r\nwjfw.com\r\nwjhg.com\r\nwjla.com\r\nwjon.com\r\nwkbn.com\r\nwkbt.com\r\nwkbw.com\r\nwkrg.com\r\nwkrn.com\r\nwksr.com\r\nwksu.org\r\nwktv.com\r\nwkuherald.com\r\nwkyc.com\r\nwkyt.com\r\nwkzo.com\r\nwlaj.com\r\nwlbt.com\r\nwlbz2.com\r\nwlfi.com\r\nwlky.com\r\nwlns.com\r\nwlos.com\r\nwlox.com\r\nwlsam.com\r\nwltx.com\r\nwlwt.com\r\nwm.edu\r\nwmal.com\r\nwmbfnews.com\r\nwmctv.com\r\nwmfd.com\r\nwmich.edu\r\nwmtw.com\r\nwmuk.org\r\nwmur.com\r\nwncftv.com\r\nwnd.com\r\nwndu.com\r\nwnem.com\r\nwnep.com\r\nwnewsj.com\r\nwnmtradio.com\r\nwnyc.org\r\nwnyt.com\r\nwoai.com\r\nwoburn.patch.com\r\nwoio.com\r\nwoi-tv.com\r\nwokv.com\r\nwomensissues.about.com\r\nwonderwall.msn.com\r\nwonkette.com\r\nwoodbridge.patch.com\r\nwoodbridge-va.patch.com\r\nwoodbury.patch.com\r\nwoodbury-middlebury.patch.com\r\nwoodinville.patch.com\r\nwoodlandsonline.com\r\nwoodridge.patch.com\r\nwoodstock.patch.com\r\nwoodstocksentinelreview.com\r\nwoodtv.com\r\nwoonsocket.patch.com\r\nwoonsocketcall.com\r\nworcesternews.co.uk\r\nworkers.org\r\nworkersliberty.org\r\nworksopguardian.co.uk\r\nworld.bdnews24.com\r\nworld.foxnews.mobi\r\nworld.globaltimes.cn\r\nworldblog.msnbc.msn.com\r\nworldbulletin.net\r\nworldcrunch.com\r\nworldjewishcongress.org\r\nworldmeets.us\r\nworldnews.about.com\r\nworldpolicy.org\r\nworldpoliticsreview.com\r\nworldradio.ch\r\nworldscreen.com\r\nworldsentinel.com\r\nworldtribune.com\r\nworldtvpc.com\r\nworstpreviews.com\r\nworthingherald.co.uk\r\nwortleytoday.co.uk\r\nwowktv.com\r\nwowt.com\r\nwpbf.com\r\nwpcva.com\r\nwpix.com\r\nwplj.com\r\nwpln.org\r\nwpri.com\r\nwptv.com\r\nwptz.com\r\nwpxi.com\r\nwqad.com\r\nwqow.com\r\nwral.com\r\nwrcbtv.com\r\nwrdw.com\r\nwreg.com\r\nwrentham.patch.com\r\nwrestleheat.com\r\nwrestling.insidepulse.com\r\nwrestlinginc.com\r\nwrestlingnewssource.com\r\nwrex.com\r\nwric.com\r\nwrn.com\r\nwrta.com\r\nwsau.com\r\nwsaw.com\r\nwsaz.com\r\nwsbt.com\r\nwsbtv.com\r\nwsc.co.uk\r\nwscountytimes.co.uk\r\nwset.com\r\nwsfa.com\r\nwsjm.com\r\nwsmv.com\r\nwsoctv.com\r\nwstcwnlk.com\r\nwsvn.com\r\nwsws.org\r\nwtae.com\r\nwtam.com\r\nwtap.com\r\nwtaq.com\r\nwtaw.com\r\nwten.com\r\nwthitv.com\r\nwthr.com\r\nwtkr.com\r\nwtma.com\r\nwtnh.com\r\nwtok.com\r\nwtol.com\r\nwtop.com\r\nwtov9.com\r\nwtrf.com\r\nwtsp.com\r\nwtva.com\r\nwtvbam.com\r\nwtvm.com\r\nwtvq.com\r\nwtvr.com\r\nwusa9.com\r\nwusf.usf.edu\r\nwuwm.com\r\nwvec.com\r\nwvgazette.com\r\nwvmetronews.com\r\nwvnstv.com\r\nwvpubcast.org\r\nww4report.com\r\nwwaytv3.com\r\nwwd.com\r\nwweek.com\r\nwwl.com\r\nwwlp.com\r\nwwltv.com\r\nwwmt.com\r\nwww1.whdh.com\r\nwww2.alabamas13.com\r\nwww2.bupipedream.com\r\nwww2.canada.com\r\nwww2.counton2.com\r\nwww2.dailyprogress.com\r\nwww2.dothaneagle.com\r\nwww2.eprisenow.com\r\nwww2.eufaulatribune.com\r\nwww2.godanriver.com\r\nwww2.greene-news.com\r\nwww2.hernandotoday.com\r\nwww2.hickoryrecord.com\r\nwww2.highlandstoday.com\r\nwww2.independenttribune.com\r\nwww2.insidenova.com\r\nwww2.jcfloridan.com\r\nwww2.journalnow.com\r\nwww2.ljworld.com\r\nwww2.macleans.ca\r\nwww2.madison-news.com\r\nwww2.mcdowellnews.com\r\nwww2.mooresvilletribune.com\r\nwww2.morganton.com\r\nwww2.nbc17.com\r\nwww2.nbc4i.com\r\nwww2.nelsoncountytimes.com\r\nwww2.neweraprogress.com\r\nwww2.newsadvance.com\r\nwww2.newsvirginian.com\r\nwww2.oanow.com\r\nwww2.orangenews.com\r\nwww2.scnow.com\r\nwww2.staffordcountysun.com\r\nwww2.starexponent.com\r\nwww2.statesville.com\r\nwww2.tbo.com\r\nwww2.timesdispatch.com\r\nwww2.tricities.com\r\nwww2.turnto10.com\r\nwww2.wataugademocrat.com\r\nwww2.wjbf.com\r\nwww2.wjtv.com\r\nwww2.wnct.com\r\nwww2.wrbl.com\r\nwww2.wsav.com\r\nwww2.wsls.com\r\nwww2.wspa.com\r\nwww3.wdtn.com\r\nwww9.gmanews.tv\r\nwwwnew.bizjournals.com\r\nwxii12.com\r\nwxow.com\r\nwxvt.com\r\nwxyz.com\r\nwyandotte.patch.com\r\nwyckoff.patch.com\r\nwydaily.com\r\nwyff4.com\r\nwyndhamweekly.com.au\r\nwyomingnews.com\r\nwytv.com\r\nwzzm13.com\r\nxconomy.com\r\nxxlmag.com\r\nyakima-herald.com\r\nyaledailynews.com\r\nyalibnan.com\r\nyallpolitics.com\r\nyanksgoyard.com\r\nyankton.net\r\nyasstribune.com.au\r\nydr.com\r\nyemenonline.info\r\nyesbuthowever.com\r\nyle.fi\r\nynetnews.com\r\nyobserver.com\r\nyomiuri.co.jp\r\nyorkdispatch.com\r\nyorkpress.co.uk\r\nyorkregion.com\r\nyorkshireeveningpost.co.uk\r\nyorkshirepost.co.uk\r\nyorktown.patch.com\r\nyorkville.patch.com\r\nyoungwitness.com.au\r\nyourdailynewsfix.com\r\nyourfoxchapel.com\r\nyourhoustonnews.com\r\nyourlife.usatoday.com\r\nyourlocalguardian.co.uk\r\nyournabe.com\r\nyournorwin.com\r\nyourpenntrafford.com\r\nyoursouthhills.com\r\nyourtango.com\r\nyoutube.com\r\nyumasun.com\r\nz6m.info\r\nzagasi.com\r\nzambianchronicle.com\r\nzambianwatchdog.com\r\nzamboangatoday.ph\r\nzanesvilletimesrecorder.com\r\nzawya.com\r\nzdnet.co.uk\r\nzdnet.com\r\nzdnetasia.com\r\nzealfortruth.org\r\nzeenews.com\r\nzimbio.com\r\nzimeye.org\r\nzippycart.com\r\nzmescience.com\r\nzoiksonline.com\r\nzwire.com\r\n"
  },
  {
    "path": "newspaper/resources/misc/popular_sources.txt",
    "content": "www.huffingtonpost.com\r\ncnn.com\r\nwww.time.com\r\nwww.ted.com\r\npandodaily.com\r\nwww.cnbc.com\r\nwww.mlb.com\r\nwww.pcmag.com\r\nwww.foxnews.com\r\ntheatlantic.com\r\nwww.bbc.co.uk\r\nwww.vice.com\r\nwww.elle.com\r\nwww.vh1.com\r\nespnf1.com\r\nespn.com\r\nwww.npr.org\r\nwww.sfgate.com\r\nwww.glamour.com\r\nwww.whosdatedwho.com\r\nkotaku.com\r\nthebostonchannel.com\r\nwww.suntimes.com\r\nwww.businessinsider.com\r\nwww.rivals.com\r\nthebusinessjournal.com\r\nwww.newrepublic.com\r\nallthingsd.com\r\nwww.topgear.com\r\nthecitizen.com\r\nwww.ign.com\r\nwww.sci-news.com\r\nwww.morningstar.com\r\nwww.variety.com\r\nthebottomline.as.ucsb.edu\r\nwww.gamefaqs.com\r\nblog.searchenginewatch.com\r\nthedailyfairfield.com\r\nwww.solarnovus.com\r\nmedicalxpress.com\r\nwww.news.com.au\r\nwww.health.com\r\nwww.computerandvideogames.com\r\nwsj.com\r\nwww.allure.com\r\nwww.theinsider.com\r\ncnet.com\r\nventurebeat.com\r\nwww.topspeed.com\r\nthedailyworld.com\r\ngames.com\r\nwww.religionnews.com\r\nblogs.berkeley.edu\r\nwww.sbnation.com\r\nwww.polygon.com\r\nnytimes.com\r\nwww.thefrisky.com\r\ntelegram.com\r\nyahoo.com\r\nwww.nbcnews.com\r\nthedailypage.com\r\nwww.popsci.com\r\nwww.pbs.org\r\nwww.nasa.gov\r\nwww.guardiannews.com\r\nwww.weather.com\r\nwww.gq.com\r\nwww.etonline.com\r\ntelegraph.co.uk\r\nwww.fastcompany.com\r\nwww.infoworld.com\r\nwww.wired.com\r\nwww.pcgamer.com\r\nsportingnews.com\r\ntheatlanticwire.com\r\nthecarconnection.com\r\nwww.sun-sentinel.com\r\nautoblog.com\r\nwww.environmentalleader.com\r\nthecrimson.com\r\nthecypresstimes.com\r\nwww.dailyfinance.com\r\nwww.politico.com\r\nnewsroom.fb.com\r\nnews.ycombinator.com\r\nlifehacker.com\r\nwww.bet.com\r\nindependent.co.uk\r\nwww.mlssoccer.com\r\nwww.bodybuilding.com\r\nwww.cosmopolitan.com\r\nwww.apple.com\r\nwww.autonews.com\r\nwww.eonline.com\r\nwww.vanityfair.com\r\ntechdigest.tv\r\nwww.maximumpc.com\r\nwww.techradar.com\r\nthedailyjournal.com\r\nwww.mlive.com\r\ntechworld.com.au\r\nwww.techmeme.com\r\nthedailynewsegypt.com\r\nthedailygrind.com.au\r\ntechcrunch.com\r\ntehrantimes.com\r\nwww.hollywoodreporter.com\r\nthedailysound.com\r\nwww.stltoday.com\r\ndeadspin.com\r\nwww.digitaltrends.com\r\nseattletimes.com\r\nseattlepi.com\r\nwww.cleveland.com\r\nheritage.org\r\nwww.today.com\r\nwww.politifact.com\r\nzdnet.com\r\nwww.nationalenquirer.com\r\negotastic.com\r\nblogs.creativeloafing.com\r\ntownhall.com\r\nwww.eweek.com\r\nwww.vogue.co.uk\r\nwww.teenvogue.com\r\nwww.nypost.com\r\nwww.reuters.com\r\nwww.scientificamerican.com\r\nwww.miamiherald.com\r\nwww.nydailynews.com\r\nwww.newscientist.com\r\nbigstory.ap.org\r\nwww.ebony.com\r\nthedailystar.com\r\nwww.technologyreview.com\r\nwww.theverge.com\r\nwww.nba.com\r\nwww.cbssports.com\r\nbetabeat.com\r\nwww.tmz.com\r\ntcnewsnet.com\r\nwww.latimes.com\r\nwww.c-span.org\r\nwww.style.com\r\nwww.peoplestylewatch.com\r\ntheboot.com\r\nwww.foxbusiness.com\r\nwww.pcworld.com\r\nwashingtontimes.com\r\nthedailyreview.com\r\nwww.nfl.com\r\nwww.space.com\r\nwashingtontechnology.com\r\nwww.buzzfeed.com\r\ninquirer.net\r\nwww.maxim.com\r\nabcnews.com\r\nwww.extremetech.com\r\nthedailytimes.com\r\nmashable.com\r\nwashingtonexaminer.com\r\nwww.bhg.com\r\ntech.mit.edu\r\nhotair.com\r\nwww.1up.com\r\nwww.cbc.ca\r\ngawker.com\r\ncelebuzz.com\r\nsciencemag.org\r\nwww.rollingstone.com\r\nslashdot.org\r\nwww.slate.com\r\nbleacherreport.com\r\nwww.nascar.com\r\nwww.forbes.com\r\nwashingtonpost.com\r\nnymag.com\r\nwww.microsoft.com\r\nhbr.org\r\nwww.ft.com\r\nwww.dailymail.co.uk\r\nwww.theautochannel.com\r\ng4tv.com\r\nwww.aljazeera.com\r\npoliticker.com\r\nnbcsports.nbc.com\r\nwww.gamespot.com\r\nnews.sky.com\r\nwww.joystiq.com\r\nwww.escapistmagazine.com\r\nwww.thestreet.com\r\nwww.ew.com\r\nwww.nj.com\r\nmsn.com\r\nthedailyreporter.com\r\nwww.economist.com\r\nphys.org\r\nwww.glam.com\r\nperezhilton.com\r\nwww.usmagazine.com\r\naol.com\r\nwww.cbsnews.com\r\nwww.tennis.com\r\nwashingtonian.com\r\nwww.sciencedaily.com\r\nfoxsports.com\r\nwww.popularmechanics.com\r\nwww.macworld.com\r\nthinkprogress.org\r\nwww.mtv.com\r\ndiscovery.com\r\nwww.people.com\r\nthedailybeast.com\r\nwww.hollywood.com\r\nmedium.com\r\nwww.engadget.com\r\nwww.usnews.com\r\nwww.billboard.com\r\nnationalgeographic.com\r\nwww.purseblog.com\r\nwww.giantbomb.com\r\nwww.automobilemag.com\r\nthechronicle.com.au\r\ntbnweekly.com\r\ntechreport.com\r\nthedailyfix.com\r\nwww.animenewsnetwork.com\r\nwww.realclearpolitics.com\r\nusatoday.com\r\nwww.techspot.com\r\ndiscovermagazine.com\r\narstechnica.com\r\nforeignpolicy.com\r\nwww.redstate.com\r\nwww.marketwatch.com\r\nwww.eurogamer.net\r\ncbn.com\r\nwww.parade.com\r\nwww.bbcamerica.com\r\nwashingtonindependent.com\r\ndrudgereport.com\r\nbeta.na.leagueoflegends.com"
  },
  {
    "path": "newspaper/resources/misc/stopwords-nlp-en.txt",
    "content": "-\n \n,\n.\na\ne\ni\no\nu\nt\nabout\nabove\nabove\nacross\nafter\nafterwards\nagain\nagainst\nall\nalmost\nalone\nalong\nalready\nalso\nalthough\nalways\nam\namong\namongst\namoungst\namount\nan\nand\nanother\nany\nanyhow\nanyone\nanything\nanyway\nanywhere\nare\naround\nas\nat\nback\nbe\nbecame\nbecause\nbecome\nbecomes\nbecoming\nbeen\nbefore\nbeforehand\nbehind\nbeing\nbelow\nbeside\nbesides\nbetween\nbeyond\nboth\nbottom\nbut\nby\ncall\ncan\ncannot\ncan't\nco\ncon\ncould\ncouldn't\nde\ndescribe\ndetail\ndid\ndo\ndone\ndown\ndue\nduring\neach\neg\neight\neither\neleven\nelse\nelsewhere\nempty\nenough\netc\neven\never\nevery\neveryone\neverything\neverywhere\nexcept\nfew\nfifteen\nfifty\nfill\nfind\nfire\nfirst\nfive\nfor\nformer\nformerly\nforty\nfound\nfour\nfrom\nfront\nfull\nfurther\nget\ngive\ngo\ngot\nhad\nhas\nhasnt\nhave\nhe\nhence\nher\nhere\nhereafter\nhereby\nherein\nhereupon\nhers\nherself\nhim\nhimself\nhis\nhow\nhowever\nhundred\ni\nie\nif\nin\ninc\nindeed\ninto\nis\nit\nits\nit's\nitself\njust\nkeep\nlast\nlatter\nlatterly\nleast\nless\nlike\nltd\nmade\nmake\nmany\nmay\nme\nmeanwhile\nmight\nmill\nmine\nmore\nmoreover\nmost\nmostly\nmove\nmuch\nmust\nmy\nmyself\nname\nnamely\nneither\nnever\nnevertheless\nnew\nnext\nnine\nno\nnobody\nnone\nnoone\nnor\nnot\nnothing\nnow\nnowhere\nof\noff\noften\non\nonce\none\nonly\nonto\nor\nother\nothers\notherwise\nour\nours\nourselves\nout\nover\nown\npart\npeople\nper\nperhaps\nplease\nput\nrather\nre\nsaid\nsame\nsee\nseem\nseemed\nseeming\nseems\nseveral\nshe\nshould\nshow\nside\nsince\nsincere\nsix\nsixty\nso\nsome\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhere\nstill\nsuch\ntake\nten\nthan\nthat\nthe\ntheir\nthem\nthemselves\nthen\nthence\nthere\nthereafter\nthereby\ntherefore\ntherein\nthereupon\nthese\nthey\nthickv\nthin\nthird\nthis\nthose\nthough\nthree\nthrough\nthroughout\nthru\nthus\nto\ntogether\ntoo\ntop\ntoward\ntowards\ntwelve\ntwenty\ntwo\nun\nunder\nuntil\nup\nupon\nus\nuse\nvery\nvia\nwant\nwas\nwe\nwell\nwere\nwhat\nwhatever\nwhen\nwhence\nwhenever\nwhere\nwhereafter\nwhereas\nwhereby\nwherein\nwhereupon\nwherever\nwhether\nwhich\nwhile\nwhither\nwho\nwhoever\nwhole\nwhom\nwhose\nwhy\nwill\nwith\nwithin\nwithout\nwould\nyet\nyou\nyour\nyours\nyourself\nyourselves\nthe\nreuters\nnews\nmonday\ntuesday\nwednesday\nthursday\nfriday\nsaturday\nsunday\nmon\ntue\nwed\nthu\nfri\nsat\nsun\nrappler\nrapplercom\ninquirer\nyahoo\nhome\nsports\n1\n10\n2012\nsa\nsays\ntweet\npm\nhome\nhomepage\nsports\nsection\nnewsinfo\nstories\nstory\nphoto\n2013\nna\nng\nang\nyear\nyears\npercent\nko\nako\nyung\nyun\n2\n3\n4\n5\n6\n7\n8\n9\n0\ntime\njanuary\nfebruary\nmarch\napril\nmay\njune\njuly\naugust\nseptember\noctober\nnovember\ndecember\nphilippine\ngovernment\npolice\nmanila\n2014"
  },
  {
    "path": "newspaper/resources/misc/useragents.txt",
    "content": "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36\nMozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36\nMozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36\nMozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1623.0 Safari/537.36\nMozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36\nMozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0\nMozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\nMozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\nMozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)\nMozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/4.0; InfoPath.2; SV1; .NET CLR 2.0.50727; WOW64)\nMozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))\nMozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)\nMozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)\nMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)\nMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7\nMozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0\nMozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) Gecko/20100101 Firefox/25.0\nMozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0\nMozilla/5.0 (Windows NT 6.0; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\nMozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0\nMozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0\nMozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130406 Firefox/23.0\nMozilla/5.0 (Windows NT 6.1; Win64; x64; rv:23.0) Gecko/20131011 Firefox/23.0\nMozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/22.0\nMozilla/5.0 (Windows NT 6.1; Win64; x64; rv:22.0) Gecko/20130328 Firefox/22.0\nMozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20130405 Firefox/22.0\nMozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25\nMozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\nMozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\nMozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko ) Version/5.1 Mobile/9B176 Safari/7534.48.3\nMozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; de-at) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1\nMozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; da-dk) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1\nMozilla/5.0 (Windows; U; Windows NT 6.1; tr-TR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\nMozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\nMozilla/5.0 (Windows; U; Windows NT 6.1; fr-FR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\nMozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\nMozilla/5.0 (Windows; U; Windows NT 6.1; cs-CZ) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\nOpera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14\nMozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 12.14\nMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0) Opera 12.14\nOpera/12.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02\nOpera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00\nOpera/9.80 (Windows NT 5.1; U; zh-sg) Presto/2.9.181 Version/12.00\nOpera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00\nOpera/12.0(Windows NT 5.1;U;en)Presto/22.9.168 Version/12.00\nMozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/14.0 Opera/12.0\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-ar.txt",
    "content": "﻿فى\r\nفي\r\nكل\r\nلم\r\nلن\r\nله\r\nمن\r\nهو\r\nهي\r\nقوة\r\nكما\r\nلها\r\nمنذ\r\nوقد\r\nولا\r\nنفسه\r\nلقاء\r\nمقابل\r\nهناك\r\nوقال\r\nوكان\r\nنهاية\r\nوقالت\r\nوكانت\r\nللامم\r\nفيه\r\nكلم\r\nلكن\r\nوفي\r\nوقف\r\nولم\r\nومن\r\nوهو\r\nوهي\r\nيوم\r\nفيها\r\nمنها\r\nمليار\r\nلوكالة\r\nيكون\r\nيمكن\r\nمليون\r\nحيث\r\nاكد\r\nالا\r\nاما\r\nامس\r\nالسابق\r\nالتى\r\nالتي\r\nاكثر\r\nايار\r\nايضا\r\nثلاثة\r\nالذاتي\r\nالاخيرة\r\nالثاني\r\nالثانية\r\nالذى\r\nالذي\r\nالان\r\nامام\r\nايام\r\nخلال\r\nحوالى\r\nالذين\r\nالاول\r\nالاولى\r\nبين\r\nذلك\r\nدون\r\nحول\r\nحين\r\nالف\r\nالى\r\nانه\r\nاول\r\nضمن\r\nانها\r\nجميع\r\nالماضي\r\nالوقت\r\nالمقبل\r\nاليوم\r\nـ\r\nف\r\nو\r\nو6\r\nقد\r\nلا\r\nما\r\nمع\r\nمساء\r\nهذا\r\nواحد\r\nواضاف\r\nواضافت\r\nفان\r\nقبل\r\nقال\r\nكان\r\nلدى\r\nنحو\r\nهذه\r\nوان\r\nواكد\r\nكانت\r\nواوضح\r\nمايو\r\nب\r\nا\r\nأ\r\n،\r\nعشر\r\nعدد\r\nعدة\r\nعشرة\r\nعدم\r\nعام\r\nعاما\r\nعن\r\nعند\r\nعندما\r\nعلى\r\nعليه\r\nعليها\r\nزيارة\r\nسنة\r\nسنوات\r\nتم\r\nضد\r\nبعد\r\nبعض\r\nاعادة\r\nاعلنت\r\nبسبب\r\nحتى\r\nاذا\r\nاحد\r\nاثر\r\nبرس\r\nباسم\r\nغدا\r\nشخصا\r\nصباح\r\nاطار\r\nاربعة\r\nاخرى\r\nبان\r\nاجل\r\nغير\r\nبشكل\r\nحاليا\r\nبن\r\nبه\r\nثم\r\nاف\r\nان\r\nاو\r\nاي\r\nبها\r\nصفر"
  },
  {
    "path": "newspaper/resources/text/stopwords-be.txt",
    "content": "без\nболее\nбыл\nбыла\nбыли\nбыло\nбыть\nвам\nвас\nвесь\nвот\nвсе\nвсего\nвсех\nгде\nгэтыя\nдаже\nдля\nего\nесли\nесть\nеще\nже\nздесь\nили\nкак\nкогда\nкто\nлибо\nмне\nможет\nнадо\nнаш\nнего\nнее\nнет\nних\nоднако\nона\nони\nоно\nочень\nпод\nпри\nтак\nтакже\nтакой\nтам\nтем\nтого\nтоже\nтой\nтолько\nтом\nты\nтыя\nіх\nу\nуже\nхотя\nчего\nчей\nчем\nчто\nчтобы\nчье\nчья\nэта\nэти\nэто\nяго\nяе\nяму\nяна\nадзін\nдва\nтры\nчатыры\nпяць\nшэсць\nсем\nвосем\nдзевяць\nадзінаццаць\nдванаццаць\nтрынаццаць\nчатырнаццаць\nпятнаццаць\nшаснаццаць\nсемнаццаць\nвасемнаццаць\nдзевятнаццаць\nдваццаць\nсто\nтысяча\nмільён\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-bg.txt",
    "content": "а\nавтентичен\nаз\nако\nала\nбе\nбез\nбеше\nби\nбивш\nбивша\nбившо\nбил\nбила\nбили\nбило\nблагодаря\nблизо\nбъдат\nбъде\nбяха\nв\nвас\nваш\nваша\nвероятно\nвече\nвзема\nви\nвие\nвинаги\nвнимава\nвреме\nвсе\nвсеки\nвсички\nвсичко\nвсяка\nвъв\nвъпреки\nвърху\nг\nги\nглавен\nглавна\nглавно\nглас\nго\nгодина\nгодини\nгодишен\nд\nда\nдали\nдва\nдвама\nдвамата\nдве\nдвете\nден\nднес\nдни\nдо\nдобра\nдобре\nдобро\nдобър\nдокато\nдокога\nдори\nдосега\nдоста\nдруг\nдруга\nдруги\nе\nевтин\nедва\nедин\nедна\nеднаква\nеднакви\nеднакъв\nедно\nекип\nето\nживот\nза\nзабавям\nзад\nзаедно\nзаради\nзасега\nзаспал\nзатова\nзащо\nзащото\nи\nиз\nили\nим\nима\nимат\nиска\nй\nказа\nкак\nкаква\nкакво\nкакто\nкакъв\nкато\nкога\nкогато\nкоето\nкоито\nкой\nкойто\nколко\nкоято\nкъде\nкъдето\nкъм\nлесен\nлесно\nли\nлош\nм\nмай\nмалко\nме\nмежду\nмек\nмен\nмесец\nми\nмного\nмнозина\nмога\nмогат\nможе\nмокър\nмоля\nмомента\nму\nн\nна\nнад\nназад\nнай\nнаправи\nнапред\nнапример\nнас\nне\nнего\nнещо\nнея\nни\nние\nникой\nнито\nнищо\nно\nнов\nнова\nнови\nновина\nнякои\nнякой\nняколко\nняма\nобаче\nоколо\nосвен\nособено\nот\nотгоре\nотново\nоще\nпак\nпо\nповече\nповечето\nпод\nпоне\nпоради\nпосле\nпочти\nправи\nпред\nпреди\nпрез\nпри\nпък\nпървата\nпърви\nпърво\nпъти\nравен\nравна\nс\nса\nсам\nсамо\nсе\nсега\nси\nсин\nскоро\nслед\nследващ\nсме\nсмях\nспоред\nсред\nсрещу\nсте\nсъм\nсъс\nсъщо\nт\nтази\nтака\nтакива\nтакъв\nтам\nтвой\nте\nтези\nти\nт.н.\nто\nтова\nтогава\nтози\nтой\nтолкова\nточно\nтри\nтрябва\nтук\nтъй\nтя\nтях\nу\nутре\nхаресва\nхиляди\nч\nчаса\nче\nчесто\nчрез\nще\nщом\nюмрук\nя\nяк\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-da.txt",
    "content": "af\nalle\nandet\nandre\nat\nbegge\nda\nde\nden\ndenne\nder\nderes\ndet\ndette\ndig\ndin\ndog\ndu\nej\neller\nen\nend\nene\neneste\nenhver\net\nfem\nfire\nflere\nfleste\nfor\nfordi\nforrige\nfra\nfå\nfør\ngod\nhan\nhans\nhar\nhendes\nher\nhun\nhvad\nhvem\nhver\nhvilken\nhvis\nhvor\nhvordan\nhvorfor\nhvornår\ni\nikke\nind\ningen\nintet\njeg\njeres\nkan\nkom\nkommer\nlav\nlidt\nlille\nman\nmand\nmange\nmed\nmeget\nmen\nmens\nmere\nmig\nned\nni\nnogen\nnoget\nny\nnyt\nnær\nnæste\nnæsten\nog\nop\notte\nover\npå\nse\nseks\nses\nsom\nstor\nstore\nsyv\nti\ntil\nto\ntre\nud\nvar\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-de.txt",
    "content": "der\ndie\nund\nin\nden\nvon\nzu\nmit\nist\ndas\ndes\nim\nfür\nauf\nsich\ndem\nDie\nnicht\nein\neine\nals\nauch\nan\nes\ner\naus\nbei\nwerden\nsie\nnach\nDer\nsind\nwar\nwurde\nwird\neiner\nDas\nhat\nam\nwie\num\nSie\nzum\noder\neinen\nüber\ndass\neinem\nnoch\nbis\nnur\nvor\nzur\ndurch\nso\nhaben\naber\nich\nIn\nman\nmehr\nwir\ndaß\nkann\nsein\nvom\nEs\nunter\nIch\nhatte\ngegen\nIm\nEr\nwenn\ndieser\nseine\neines\nkönnen\ndiese\nwieder\nwurden\ndann\nwas\nschon\nJahr\nzwei\nseiner\nJahre\nJahren\nihre\ngibt\nzwischen\nEin\nimmer\nwaren\nZeit\nUhr\nkeine\nWir\nsei\nhabe\nsehr\nhier\nalle\nNach\nab\nsowie\nda\nbeim\nheute\nseit\ndiesem\nuns\nsoll\nUnd\nDeutschland\nMit\nanderen\njedoch\nihr\ndamit\nersten\ndrei\nAuch\ndoch\nihm\nseinen\nStadt\netwa\nsagte\nihn\nEine\nsondern\nbereits\nmüssen\nohne\nMenschen\nwill\nProzent\nihrer\nworden\nBei\nselbst\njetzt\nof\nAls\nseinem\nneue\nmuss\nallem\nneuen\nEnde\nnun\nVon\ngeht\nihren\nSPD\nSo\nFür\nweil\nwo\nmich\nmir\nAber\nAm\nDiese\nganz\ndieses\netwas\nandere\nGeschichte\nFrau\nliegt\nWenn\nins\ngut\neinmal\nkonnte\nEuro\ndu\ndenn\nviele\nAuf\nmachen\nHerr\nLeben\nthe\ndiesen\nerst\nlassen\nWie\ndort\nbeiden\nerste\nThe\nTeil\ndeutschen\nweiter\nalso\nviel\nsollte\ndabei\nMillionen\nWas\nspäter\nhatten\nwährend\nWelt\nISBN\nsagt\ndenen\nwollen\nsteht\nDa\nkommt\nkein\nvier\nnichts\nde\nallerdings\nSeite\nob\ndazu\ngab\ns\nletzten\nkam\nUSA\nwegen\ndies\nzurück\ngroßen\nkommen\nalles\nrund\nja\nsollen\nderen\ndafür\nDoch\nKinder\nwäre\nFrage\nweitere\nwürde\ndessen\ngroße\nJanuar\nzwar\ndarauf\nArbeit\n\nBeispiel\nSeptember\nzusammen\neinige\nLand\nallen\nfast\nFrauen\nMärz\nNamen\nUnternehmen\nihrem\ndavon\nMann\nMai\nPlatz\ndeutsche\nwerde\nOktober\nmuß\nLiteratur\nArt\nihnen\nDeutschen\nfünf\ngilt\nsehen\nkönnte\nDezember\nstehen\nsogar\nseien\nWer\nSeit\nAugust\nbin\nBeifall\nFall\nJuni\neigenen\nNovember\nmal\nFilm\nfinden\nsagen\nRegierung\nApril\nMünchen\noft\nDies\nlange\nebenfalls\nbekannt\nPräsident\nwohl\nCDU/CSU\nZu\ngehört\nMan\nweniger\ngerade\nstatt\naller\nJuli\nmöchte\nWeg\nEntwicklung\nzunächst\nging\nMark\nBild\nmöglich\ngar\nbesonders\nhätte\nmacht\nPolitik\ngeben\nTag\nIhnen\nFebruar\nHier\nGemeinde\nwenig\ngewesen\nEuropa\ngehen\ngemacht\nwelche\nNew\ngegenüber\nheißt\nFamilie\nUnion\ntun\nJahrhundert\neinfach\nFrankfurt\ndeutlich\nDabei\nneben\nsollten\nKirche\nkeinen\nArtikel\nIhre\nPeter\nThema\nbesteht\nvielen\nnie\nbzw.\nAus\nZeitung\nwollte\nKommission\nseines\nHamburg\nhätten\nGeld\nmeine\nDr\nkaum\nzweiten\nWährend\nlässt\nAnfang\nUm\nOrt\nweiß\nfindet\nBereich\nHaus\nanderem\nMal\n\ndeshalb\nalten\nerhalten\nzehn\nZum\nbisher\nmeisten\ndarüber\nwürden\nhin\nForm\nAn\nbleibt\nsieht\nGesellschaft\nBerliner\nDen\nvergangenen\nbezeichnet\nNr.\nZiel\nje\nweit\nGrund\nsechs\ndarf\nRolle\nDeutsche\nwissen\njeder\nzeigt\nDamit\nDenn\nmehrere\nnächsten\nVor\nDann\nschließlich\nkleinen\nDurch\nMichael\nkm\nLage\nGruppe\nBand\ndamals\nSpiel\nSohn\nDr.\nstark\nUniversität\nHilfe\nbesser\nhinter\nmeist\nSeine\nSt.\nstellt\nTage\nunsere\ndaher\nNur\nwirklich\nführt\nDieser\nbeispielsweise\nkurz\nBericht\ngleich\nweiteren\nStraße\nbleiben\nWirtschaft\nSiehe\nZukunft\neher\nBedeutung\nRecht\ninsbesondere\nBevölkerung\nschnell\nnehmen\nVerlag\nCDU\nTod\nAlle\nsolche\nneu\nBundesregierung\npro\nFrankreich\nJahres\nkonnten\nIhr\nließ\nDu\nkleine\nEuropäischen\nVater\ngenannt\nlang\nTitel\nRahmen\nWort\neigentlich\nerhielt\neinigen\nWoche\nFC\nMusik\ndagegen\nSein\nallein\nEinsatz\ngenau\nbegann\ninnerhalb\nunserer\nPartei\nPolizei\nWasser\nbringen\ndeutscher\nnatürlich\neigene\n\nWochen\ninsgesamt\nAußerdem\nBis\nhalten\npolitischen\nmusste\nParlament\nMeter\nHand\nZahl\nstellen\ngesagt\nführen\ndaran\nErfolg\nbefindet\nZur\nverschiedenen\nProbleme\nUnter\nAbgeordneten\nMilliarden\nnahm\nstand\ngeworden\nc\nliegen\nerstmals\nSprache\nFragen\nnämlich\nJa\nKollegen\nMänner\nNicht\nWolfgang\nProblem\nMutter\nMinuten\nWeitere\nMitte\nMitglied\nJahrhunderts\nKrieg\nHans\nkönnten\nThomas\nÜber\nPersonen\nFriedrich\nca.\nebenso\nmachte\nYork\nvielleicht\nStelle\nderzeit\nLändern\nHöhe\nverwendet\ngute\nüberhaupt\nLänder\nAngaben\nführte\ngegeben\nTel.\nklar\nKarl\neuropäischen\nsicher\nSaison\nProgramm\nerreicht\nGRÜNEN\nbeide\nSonntag\nsowohl\nRegion\nalte\nStaaten\nParis\nBeginn\nBuch\nzweite\nganze\nhinaus\nKönig\nMorgen\nhandelt\nfand\nSchweiz\njeweils\nWeise\nDM\nfest\nper\nblieb\nMitglieder\nRichtung\nHeute\nStunden\nleicht\nLeute\nwobei\ngehören\nbietet\nWien\npolitische\nFolge\nBlick\naufgrund\nEntscheidung\nDort\nNeben\nhält\nGebiet\ngemeinsam\nerklärt\ndirekt\nkönne\nDaten\nrecht\nschwer\nBayern\njeden\nName\nSchule\nGmbH\ndürfen\nlaut\nSeiten\nBürger\nEltern\ndpa\nMeinung\nWerke\nJetzt\nletzte\nSpieler\nbald\nLondon\nhäufig\nheutigen\nEinwohner\nacht\neben\nInternet\nMarkt\ndich\nNein\nSituation\nSystem\nzuvor\nMöglichkeit\nFreitag\nmein\nMannheim\nFenster\nKosten\ninzwischen\nkamen\nJohn\nsieben\nbekommen\nerreichen\nunser\nVerfügung\nKöln\nDazu\nbesten\nZusammenhang\nReihe\nKritik\nrichtig\nListe\nHerren\nAugen\ntaz\nzeigen\nsiehe\nhohen\nspielte\nleben\nvöllig\nNeue\nihres\nspielt\nSicherheit\nweiterhin\nhoch\nnachdem\ngegründet\nerneut\nsah\nz.\nwer\nInformationen\nanders\nspielen\nDieses\ngleichen\nKultur\ngrößten\neingesetzt\nUnterstützung\nBeim\nerklärte\nAllerdings\nFirma\nAmt\nKopf\ntrotz\nErst\ngebracht\ngestellt\nläuft\nschließen\nBilder\nnimmt\nMitarbeiter\nBÜNDNIS\nDeshalb\nverschiedene\nzudem\nWerk\nErgebnis\nHeinrich\nBau\nehemaligen\nPreis\nTochter\nStuttgart\nSamstag\nBad\nVerfahren\nKind\nfrüher\nPaul\ndarin\npaar\nPunkt\nWeblinks\nNun\nMaßnahmen\nÖsterreich\nWilhelm\nHerrn\nz.B.\nNoch\nStaat\nZusammenarbeit\nknapp\nNacht\neinzelnen\ntrat\ngestern\nTeam\nOsten\nscheint\nMannschaft\nTagen\ninternationalen\njede\nmindestens\nteilweise\neinzige\nSoldaten\nsetzt\ngefunden\nKunst\nlediglich\nöffentlichen\nbedeutet\nRaum\ngewann\nKampf\nMartin\nIst\nBegriff\nHause\nentwickelt\nWahl\nSchon\narbeiten\ngrößte\nDonnerstag\nAb\nViele\nQuellen\nNachdem\ndadurch\nItalien\nerster\ngekommen\ndir\nMittwoch\ndanach\nstellte\nher\nzahlreiche\nLandes\nGesetz\nMonaten\nPDS\nRat\nFranz\nVerein\nsonst\nFrankfurter\nMeine\nKlaus\nKarriere\nmüsse\nmeiner\nanderer\nzuletzt\nMonate\nAlter\nhohe\nInteresse\nRegie\nMontag\ngenommen\nlag\nSommer\nspricht\nTrainer\nLiebe\njedem\n/DIE\nWesten\nguten\nKilometer\nJohann\ngesehen\ndarunter\nsolchen\nindem\nMittel\noben\nSchweizer\nwichtig\nHälfte\nRegel\nobwohl\nBürgermeister\nAufgabe\nSpiele\nfolgenden\nDienstag\nversion\nSache\nsprechen\nGemeinden\nelectronic\nfor\nNorden\naußerdem\nAntrag\ngleichzeitig\nganzen\nPolitiker\ngehörte\ngroßer\nChina\nNähe\nbereit\nsetzte\nDruck\ntatsächlich\nGott\nfrei\nGrünen\nzumindest\nOpfer\ngenug\nversucht\nbevor"
  },
  {
    "path": "newspaper/resources/text/stopwords-el.txt",
    "content": "αγάπη\nαγιάζι\nαγορά\nαγώνα\nαγώνας\nαγώνες\nαγωνιστική\nαγωνιστικής\nάδεια\nαίμα\nαίτημα\nαίτηση\nαιτία\nαιώνα\nακόμα\nακόμη\nακριβώς\nαλήθεια\nάλλα\nαλλά\nαλλαγές\nαλλαγή\nαλλάξει\nάλλες\nάλλη\nάλλο\nάλλοι\nάλλος\nάλλους\nάλλων\nάλλωστε\nάμεσα\nάμεση\nαμέσως\nαν\nανά\nανάγκες\nανάγκη\nανάλογα\nαναμένεται\nανάμεσα\nανάπτυξη\nανάπτυξης\nαναφέρει\nαναφέρεται\nαναφέρονται\nαναφορά\nάνδρες\nανέφερε\nανήκει\nάνθρωπο\nάνθρωποι\nάνθρωπος\nανθρώπου\nανθρώπους\nανθρώπων\nαντί\nαντίθεση\nαντικείμενο\nάνω\nανωτέρω\nαξία\nαξίας\nαπάντηση\nαπέναντι\nαπλά\nαπλώς\nαπο\nαπό\nαπόδοση\nαποκλειστικά\nαπόλυτα\nαπόλυτη\nαπολύτως\nαπόσταση\nαποτελεί\nαποτέλεσμα\nαποτελέσματα\nαποτελούν\nαποφάσεις\nαπόφαση\nαπόψεις\nάποψη\nάρα\nαργότερα\nάρθρο\nάρθρου\nαριθμό\nαριθμός\nαρκετά\nαρκετές\nαρχαία\nαρχές\nαρχή\nαρχίζει\nαρχικά\nάρχισαν\nάρχισε\nαρχίσει\nας\nάσκηση\nασφάλεια\nαὐτὸ\nαὐτοῦ\nάτομα\nαύξηση\nαυτά\nαυτές\nαυτή\nαυτήν\nαυτής\nαυτό\nαυτοί\nαυτόν\nαυτός\nαυτού\nαυτούς\nαυτών\nάφησε\nαφορά\nαφορμή\nαφορούν\nαφού\nβαθμό\nβάθος\nβάλει\nβάρος\nβάσει\nβάση\nβασικό\nβέβαια\nβιβλία\nβιβλίο\nβλέπει\nβλέπουμε\nβοήθεια\nβράδυ\nβρεθεί\nβρέθηκε\nβρει\nβρήκε\nβρίσκεται\nβρίσκονται\nβρισκόταν\nγεγονός\nγεγονότα\nγενικά\nγενική\nγεννήθηκε\nγη\nγιὰ\nγια\nγιά\nγιατί\nγίνει\nγίνεται\nγίνονται\nγινόταν\nγίνουν\nγλώσσα\nγνώμη\nγνωρίζει\nγνωρίζουν\nγνώση\nγνωστή\nγνωστό\nγονείς\nγὰρ\nγραμμή\nγράφει\nγρήγορα\nγυναίκα\nγυναίκες\nγύρω\nδὲ\nδε\nδεδομένα\nδει\nδείτε\nδείχνει\nδείχνουν\nδέκα\nδεν\nδέν\nδεύτερη\nδεύτερο\nδήθεν\nδηλαδή\nδήλωσε\nδηλώσεις\nδήλωση\nδημιουργεί\nδημιουργήσει\nδημιουργία\nδημόσια\nδημόσιο\nδια\nδιά\nδιαδικασία\nδιάθεση\nδιαθέτει\nδιάρκεια\nδιάστημα\nδιατάξεις\nδιατάξεων\nδιάταξη\nδιάφορα\nδιαφορά\nδιάφορες\nδιαφορετικά\nδιαφορετικές\nδιεθνείς\nδιεθνή\nδικά\nδίκαιο\nδικαίωμα\nδικαιώματα\nδικαιωμάτων\nδικαστήριο\nδικές\nδική\nδικό\nδίνει\nδίνουν\nδιοίκηση\nδιότι\nδίπλα\nδίχως\nδὲν\nδουλειά\nδούμε\nδράση\nδραστηριότητα\nδρόμο\nδυνάμεις\nδυνάμεων\nδύναμη\nδύναται\nδυνατή\nδυνατό\nδυνατόν\nδυνατότητα\nδυο\nδύο\nδύσκολα\nδύσκολο\nδώσει\nµε\nεάν\nεαυτό\nέγιναν\nέγινε\nεγώ\nέδρα\nέδρας\nεδώ\nέδωσε\nεθνική\nεθνικής\nεθνικό\nείδε\nειδικά\nείδος\nείδους\nεικόνα\nείμαι\nείμαστε\nείναι\nείπε\nεις\nείσαι\nεισόδημα\nεισοδήματος\nεισφορά\nείτε\nείχα\nείχαμε\nείχαν\nείχε\nεκ\nέκαναν\nέκανε\nεκατομμύρια\nέκδοση\nεκεί\nεκείνα\nεκείνη\nεκείνο\nεκείνος\nέκθεση\nεκλογές\nεκτός\nέλαβε\nέλεγε\nέλεγχο\nελευθερία\nελεύθερο\nέλλειψη\nελληνικά\nελληνικές\nελληνική\nελληνικής\nελληνικό\nελληνικού\nέμεινε\nεμείς\nεμπειρία\nεμφανίζεται\nεμφάνιση\nεν\nένα\nεἶναι\nέναν\nέναντι\nενάντια\nεναντίον\nέναρξη\nένας\nενδιαφέρον\nενέργεια\nενημέρωσης\nενημέρωσής\nέννοια\nενός\nεντελώς\nεντολή\nεντός\nενώ\nενώπιον\nεξ\nεξαιρετικά\nεξαιτίας\nεξέλιξη\nεξής\nέξι\nεξουσία\nεξουσίας\nέξω\nεπανάσταση\nεπάνω\nεπειδή\nέπειτα\nεπί\nεπίθεση\nεπικεφαλής\nεπιλογή\nεπίπεδα\nεπίπεδο\nεπιπλέον\nεπίσημη\nεπίσης\nεπιστροφή\nεπιτυχία\nεπιχειρήσεις\nεπόμενη\nεπόμενο\nεποχή\nεποχής\nέπρεπε\nέργα\nεργασία\nεργασίας\nέργο\nέρευνα\nέρθει\nέρχεται\nέρχονται\nεἰς\nέστω\nεσύ\nεσωτερικό\nεταιρεία\nεταιρείας\nεταιρείες\nέτος\nέτσι\nετών\nευθύνη\nευκαιρία\nεύκολα\nευρώ\nεφαρμογή\nέφερε\nεφημερίδα\nεφόσον\nέφτασε\nέχασε\nέχει\nέχεις\nέχετε\nέχοντας\nέχουμε\nέχουν\nέχω\nέως\nζήτημα\nζητήματα\nζήτησε\nζουν\nζωή\nζωής\nη\nή\nήδη\nήθελε\nηλικία\nηλικίας\nημέρα\nημέρες\nημών\nήρθε\nήσαν\nήταν\nήττα\nθὰ\nθα\nθά\nθάνατο\nθέλει\nθέλουν\nθέλω\nθέμα\nθέματα\nθέσεις\nθέση\nθεωρεί\nθεωρείται\nθεωρία\nιδέα\nίδια\nιδιαίτερα\nιδιαίτερη\nίδιο\nίδιοι\nίδιος\nίδιου\nιδίως\nιστορία\nιστορική\nισχύει\nίσως\nκαὶ\nκαθαρά\nκάθε\nκαθεστώς\nκαθηγητής\nκαθόλου\nκαθώς\nκαι\nκαί\nκαιρό\nκαλά\nκαλή\nκαλό\nκαλύτερα\nκαλύτερη\nκαλύτερο\nκαμία\nκαμιά\nκαν\nκάνει\nκάνεις\nκανείς\nκανένα\nκανένας\nκάνουμε\nκάνουν\nκάνω\nκάποια\nκάποιες\nκάποιο\nκάποιοι\nκάποιον\nκάποιος\nκάποτε\nκαρδιά\nκάρτα\nκατὰ\nκατά\nκατασκευή\nκατάσταση\nκαταστροφή\nκατάφερε\nκατηγορία\nκάτι\nκατόπιν\nκάτω\nκείμενο\nκέντρο\nκερδίσει\nκεφάλαιο\nκι\nκίνδυνο\nκίνηση\nκοινή\nκοινό\nκοινωνία\nκοινωνίας\nκοινωνική\nκοινωνικής\nκοινωνικό\nκόμμα\nκομμάτι\nκοντά\nκόντρα\nκόσμο\nκόσμος\nκόσμου\nκόστος\nκράτη\nκράτος\nκράτους\nκρίση\nκυβέρνηση\nκυβέρνησης\nκύρια\nκύριο\nκυρίως\nλάβει\nλάθος\nλαό\nλαός\nλαού\nλέει\nλειτουργεί\nλειτουργία\nλειτουργίας\nλένε\nλέξεις\nλέξη\nλίγα\nλίγες\nλίγο\nλιγότερο\nἀλλὰ\nλογαριασμό\nλόγια\nλογική\nλόγο\nλόγος\nλόγους\nλόγω\nλοιπόν\nλύση\nμὲ\nμὴ\nμα\nμαζί\nμακριά\nμάλιστα\nμάλλον\nμας\nμάτια\nματς\nμάχη\nμε\nμέ\nμεγάλα\nμεγάλες\nμεγάλη\nμεγάλης\nμεγάλο\nμεγάλος\nμεγάλου\nμεγαλύτερη\nμεγαλύτερο\nμεγάλων\nμείνει\nμείωση\nμελέτη\nμέλη\nμέλλον\nμέλος\nμελών\nμεν\nμέρα\nμέρες\nμέρη\nμερικά\nμερικές\nμέρος\nμέρους\nμέσα\nμέσο\nμέσω\nμετὰ\nμετά\nμεταξύ\nμέτρα\nμέχρι\nμη\nμην\nμήνα\nμήνες\nμήπως\nμητέρα\nμια\nμία\nμιας\nμικρή\nμικρό\nμνήμη\nμόλις\nμόνη\nμόνο\nμόνον\nμόνος\nμορφή\nμου\nμπει\nμπορεί\nμπορείς\nμπορούμε\nμπορούν\nμπορούσαν\nμπορούσε\nμπορώ\nμπροστά\nμυαλό\nὅμως\nἐν\nνὰ\nνα\nἕνα\nνά\nνέα\nνέας\nνέες\nνέο\nνέος\nνέου\nνερό\nνέων\nνίκες\nνίκη\nνόμισμα\nνόμο\nνόμου\nξανά\nξεκίνησε\nξεκινήσει\nο\nοἱ\nό\nοδηγεί\nοι\nοικογένεια\nοικονομία\nοικονομίας\nοικονομικά\nοικονομική\nοικονομικής\nόλα\nόλες\nόλη\nόλο\nόλοι\nολόκληρη\nολόκληρο\nόλους\nόλων\nομάδα\nομάδας\nομάδες\nόμως\nόνομα\nοποία\nοποιαδήποτε\nοποίας\nοποίες\nοποίο\nοποίοι\nοποίος\nοποίου\nοποίους\nοποίων\nοπότε\nόπου\nόπως\nοργάνωση\nόρια\nόριο\nόρος\nόρους\nόσα\nόσο\nόσοι\nόσον\nόσους\nόταν\nότι\nουσία\nουσιαστικά\nούτε\nοφείλεται\nόχι\nἀπὸ\nἐπὶ\nπάγκο\nπαγκόσμια\nπαγκόσμιο\nπάει\nπαιδί\nπαιδιά\nπαίζει\nπαίρνει\nπαιχνίδι\nπαιχνίδια\nπάλι\nπάντα\nπάντοτε\nπάντως\nπάνω\nπάρα\nπαρά\nπαραγωγή\nπαραγωγής\nπαράδειγμα\nπαράδοση\nπαρακάτω\nπαράλληλα\nπαραμένει\nπαραπάνω\nπάρει\nπαρελθόν\nπάρουν\nπαρουσία\nπαρουσιάζει\nπατέρα\nπατέρας\nπατρίδα\nπεδίο\nπει\nπέντε\nπέρα\nπεραιτέρω\nπέρασε\nπεράσει\nπερί\nπεριβάλλον\nπεριεχόμενο\nπεριλαμβάνει\nπερίοδο\nπεριοχές\nπεριοχή\nπεριοχής\nπερίπου\nπεριπτώσεις\nπερίπτωση\nπερισσότερα\nπερισσότερες\nπερισσότερο\nπερισσότεροι\nπήγε\nπηγές\nπηγή\nπήρε\nπια\nπιο\nπίστη\nπίσω\nπλαίσια\nπλαίσιο\nπλανήτη\nπλειοψηφία\nπλέον\nπλευρά\nπληθυσμού\nπλήρη\nπληροφορίες\nπλήρως\nπνεύμα\nποὺ\nἀπό\nποια\nποιο\nποιος\nπόλεμο\nπόλεμος\nπολέμου\nπόλη\nπόλης\nπολίτες\nπολιτικά\nπολιτικές\nπολιτική\nπολιτικής\nπολιτικό\nπολιτικών\nπολιτών\nπολλά\nπολλές\nπολλοί\nπολλούς\nπολλών\nπολύ\nπορεία\nπόσο\nποσό\nποσοστό\nποσού\nπότε\nποτέ\nπου\nπού\nπούμε\nπράγμα\nπράγματα\nπράγματι\nπραγματικά\nπραγματική\nπραγματικότητα\nπράξεις\nπράξη\nπρέπει\nπριν\nπρο\nπρόβλημα\nπροβλήματα\nπρόγραμμα\nπρόεδρος\nπροέρχεται\nπροηγούμενη\nπροϊόντα\nπροϊόντων\nπροκαλεί\nπροκειμένου\nπρόκειται\nπροκύπτει\nπρος\nπροσοχή\nπροσπαθεί\nπροσπάθεια\nπροσπάθειες\nπροστασία\nπροσφέρει\nπρόσωπα\nπροσωπική\nπρόσωπο\nπρόταση\nπροφανώς\nπρὸς\nπρώην\nπρωθυπουργός\nπρωί\nπρώτα\nπρώτες\nπρώτη\nπρώτης\nπρώτο\nπρώτος\nπρώτου\nπτώση\nπω\nπως\nὅπως\nπώς\nρόλο\nρύθμιση\nσὲ\nὡς\nσαν\nσας\nσε\nσέ\nσειρά\nσερί\nσημαίνει\nσημαντικά\nσημαντική\nσημαντικό\nσημασία\nσημεία\nσημείο\nσήμερα\nσημερινή\nσίγουρα\nσκέψη\nσκοπό\nσου\nσπίτι\nστὸ\nστὴ\nστὰ\nστα\nστάση\nστη\nστην\nστήν\nστιγμή\nστις\nστὴν\nστὸν\nστο\nστό\nστοιχεία\nστοιχείο\nστοιχείων\nστοιχήματα\nστον\nστους\nστόχο\nστόχος\nστρατιωτική\nσυγκεκριμένα\nσυγκεκριμένη\nσυγκεκριμένο\nσυζήτηση\nσυμβαίνει\nσυμμετοχή\nσυμπεριφορά\nσυμφέροντα\nσύμφωνα\nσυμφωνία\nσυνάντηση\nσυνδυασμό\nσυνέβη\nσυνέπεια\nσυνέπειες\nσυνεργασία\nσυνέχεια\nσυνεχίζει\nσυνεχώς\nσυνήθως\nσυνθήκες\nσυνολικά\nσύνολο\nσύστημα\nσυστήματος\nσυχνά\nσχέδια\nσχέδιο\nσχεδόν\nσχέσεις\nσχέση\nσχετικά\nσχετική\nσώμα\nτὸ\nτὰ\nτὴ\nτῷ\nτῇ\nτα\nτά\nἦταν\nὅταν\nτάξη\nτάξης\nτας\nταυτόχρονα\nτελευταία\nτελευταίες\nτελευταίο\nτέλη\nτελικά\nτελικό\nτέλος\nτεράστια\nτέσσερα\nτέσσερις\nτέτοια\nτέτοιο\nτη\nτην\nτήν\nτης\nτής\nτι\nὅτι\nτί\nτιμές\nτιμή\nτίποτα\nτίποτε\nτις\nτίς\nτίτλο\nτμήμα\nτὴν\nτῶν\nτὸν\nτο\nτοῦ\nτό\nτοις\nτομέα\nτον\nτόν\nτόπο\nτοὺς\nτοῖς\nτόσο\nτότε\nτου\nτού\nτουλάχιστον\nτους\nτούς\nτούτο\nτούτου\nτράπεζα\nτράπεζες\nτρεις\nτρία\nτρίτη\nτριών\nτρόπο\nτρόπος\nτῆς\nτὶς\nτύπου\nτυχόν\nτω\nτων\nτών\nτώρα\nυπάρξει\nύπαρξη\nυπάρχει\nυπάρχουν\nυπέρ\nυπηρεσίες\nυπηρεσιών\nυπήρξε\nυπήρχαν\nυπήρχε\nυπό\nυπόθεση\nυπουργός\nυποχρέωση\nυπόψη\nύστερα\nύψος\nύψους\nφαίνεται\nφάση\nφέρει\nφορά\nφορές\nφτάσει\nφύση\nφυσικά\nφυσικό\nφως\nχαρά\nχαρακτήρα\nχαρακτηριστικά\nχάρη\nχάσει\nχέρι\nχέρια\nχθες\nχιλιάδες\nχρειάζεται\nχρέος\nχρέους\nχρήματα\nχρήση\nχρησιμοποιούν\nχρόνια\nχρονιά\nχρονικό\nχρόνο\nχρόνου\nχώρα\nχώρας\nχώρες\nχωριό\nχωρίς\nχώρο\nχώρου\nχωρών\nψυχή\nώρα\nώρες\nως\nώστε\nωστόσο\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-en.txt",
    "content": "a's\nable\nabout\nabove\naccording\naccordingly\nacross\nactually\nafter\nafterwards\nagain\nagainst\nain't\nall\nallow\nallows\nalmost\nalone\nalong\nalready\nalso\nalthough\nalways\nam\namong\namongst\nan\nand\nanother\nany\nanybody\nanyhow\nanyone\nanything\nanyway\nanyways\nanywhere\napart\nappear\nappreciate\nappropriate\nare\naren't\naround\nas\naside\nask\nasking\nassociated\nat\navailable\naway\nawfully\nbe\nbecame\nbecause\nbecome\nbecomes\nbecoming\nbeen\nbefore\nbeforehand\nbehind\nbeing\nbelieve\nbelow\nbeside\nbesides\nbest\nbetter\nbetween\nbeyond\nboth\nbrief\nbut\nby\nc\nc'mon\nc's\ncame\ncampaign\ncan\ncan't\ncannot\ncant\ncause\ncauses\ncertain\ncertainly\nchanges\nclearly\nco\ncom\ncome\ncomes\nconcerning\nconsequently\nconsider\nconsidering\ncontain\ncontaining\ncontains\ncorresponding\ncould\ncouldn't\ncourse\ncurrently\ndefinitely\ndescribed\ndespite\ndid\ndidn't\ndifferent\ndo\ndoes\ndoesn't\ndoing\ndon't\ndone\ndown\ndownwards\nduring\neach\nedu\neight\neither\nelse\nelsewhere\nenough\nendorsed\nentirely\nespecially\net\netc\neven\never\nevery\neverybody\neveryone\neverything\neverywhere\nex\nexactly\nexample\nexcept\nfar\nfew\nfifth\nfirst\nfinancial\nfive\nfollowed\nfollowing\nfollows\nfor\nformer\nformerly\nforth\nfour\nfrom\nfurther\nfurthermore\nget\ngets\ngetting\ngiven\ngives\ngo\ngoes\ngoing\ngone\ngot\ngotten\ngreetings\nhad\nhadn't\nhappens\nhardly\nhas\nhasn't\nhave\nhaven't\nhaving\nhe\nhe's\nhello\nhelp\nhence\nher\nhere\nhere's\nhereafter\nhereby\nherein\nhereupon\nhers\nherself\nhi\nhim\nhimself\nhis\nhither\nhopefully\nhow\nhowbeit\nhowever\ni'd\ni'll\ni'm\ni've\nif\nignored\nimmediate\nin\ninasmuch\ninc\nindeed\nindicate\nindicated\nindicates\ninner\ninsofar\ninstead\ninto\ninward\nis\nisn't\nit\nit'd\nit'll\nit's\nits\nitself\njust\nkeep\nkeeps\nkept\nknow\nknows\nknown\nlast\nlately\nlater\nlatter\nlatterly\nleast\nless\nlest\nlet\nlet's\nlike\nliked\nlikely\nlittle\nlook\nlooking\nlooks\nltd\nmainly\nmany\nmay\nmaybe\nme\nmean\nmeanwhile\nmerely\nmight\nmore\nmoreover\nmost\nmostly\nmuch\nmust\nmy\nmyself\nname\nnamely\nnd\nnear\nnearly\nnecessary\nneed\nneeds\nneither\nnever\nnevertheless\nnew\nnext\nnine\nno\nnobody\nnon\nnone\nnoone\nnor\nnormally\nnot\nnothing\nnovel\nnow\nnowhere\nobviously\nof\noff\noften\noh\nok\nokay\nold\non\nonce\none\nones\nonly\nonto\nor\nother\nothers\notherwise\nought\nour\nours\nourselves\nout\noutside\nover\noverall\nown\nparticular\nparticularly\nper\nperhaps\nplaced\nplease\nplus\npossible\npresumably\nprobably\nprovides\nquite\nquote\nquarterly\nrather\nreally\nreasonably\nregarding\nregardless\nregards\nrelatively\nrespectively\nright\nsaid\nsame\nsaw\nsay\nsaying\nsays\nsecond\nsecondly\nsee\nseeing\nseem\nseemed\nseeming\nseems\nseen\nself\nselves\nsensible\nsent\nserious\nseriously\nseven\nseveral\nshall\nshe\nshould\nshouldn't\nsince\nsix\nso\nsome\nsomebody\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsoon\nsorry\nspecified\nspecify\nspecifying\nstill\nsub\nsuch\nsup\nsure\nt's\ntake\ntaken\ntell\ntends\nthan\nthank\nthanks\nthanx\nthat\nthat's\nthats\nthe\ntheir\ntheirs\nthem\nthemselves\nthen\nthence\nthere\nthere's\nthereafter\nthereby\ntherefore\ntherein\ntheres\nthereupon\nthese\nthey\nthey'd\nthey'll\nthey're\nthey've\nthink\nthird\nthis\nthorough\nthoroughly\nthose\nthough\nthree\nthrough\nthroughout\nthru\nthus\nto\ntogether\ntoo\ntook\ntoward\ntowards\ntried\ntries\ntruly\ntry\ntrying\ntwice\ntwo\nunder\nunfortunately\nunless\nunlikely\nuntil\nunto\nup\nupon\nus\nuse\nused\nuseful\nuses\nusing\nusually\nuucp\nvalue\nvarious\nvery\nvia\nviz\nvs\nwant\nwants\nwas\nwasn't\nway\nwe\nwe'd\nwe'll\nwe're\nwe've\nwelcome\nwell\nwent\nwere\nweren't\nwhat\nwhat's\nwhatever\nwhen\nwhence\nwhenever\nwhere\nwhere's\nwhereafter\nwhereas\nwhereby\nwherein\nwhereupon\nwherever\nwhether\nwhich\nwhile\nwhither\nwho\nwho's\nwhoever\nwhole\nwhom\nwhose\nwhy\nwill\nwilling\nwish\nwith\nwithin\nwithout\nwon't\nwonder\nwould\nwould\nwouldn't\nyes\nyet\nyou\nyou'd\nyou'll\nyou're\nyou've\nyour\nyours\nyourself\nyourselves\nzero\nofficial\nsharply\ncriticized"
  },
  {
    "path": "newspaper/resources/text/stopwords-es.txt",
    "content": "de\nla\nque\nel\nen\ny\na\nlos\ndel\nse\nlas\npor\nun\npara\ncon\nno\nuna\nsu\nal\nlo\ncomo\nmás\npero\nsus\nle\nya\no\neste\nsí\nporque\nesta\nentre\ncuando\nmuy\nsin\nsobre\ntambién\nme\nhasta\nhay\ndonde\nquien\ndesde\ntodo\nnos\ndurante\ntodos\nuno\nles\nni\ncontra\notros\nese\neso\nante\nellos\ne\nesto\nmí\nantes\nalgunos\nqué\nunos\nyo\notro\notras\notra\nél\ntanto\nesa\nestos\nmucho\nquienes\nnada\nmuchos\ncual\npoco\nella\nestar\nestas\nalgunas\nalgo\nnosotros\nmi\nmis\ntú\nte\nti\ntu\ntus\nellas\nnosotras\nvosotros\nvosotras\nos\nmío\nmía\nmíos\nmías\ntuyo\ntuya\ntuyos\ntuyas\nsuyo\nsuya\nsuyos\nsuyas\nnuestro\nnuestra\nnuestros\nnuestras\nvuestro\nvuestra\nvuestros\nvuestras\nesos\nesas\nestoy\nestás\nestá\nestamos\nestáis\nestán\nesté\nestés\nestemos\nestéis\nestén\nestaré\nestarás\nestará\nestaremos\nestaréis\nestarán\nestaría\nestarías\nestaríamos\nestaríais\nestarían\nestaba\nestabas\nestábamos\nestabais\nestaban\nestuve\nestuviste\nestuvo\nestuvimos\nestuvisteis\nestuvieron\nestuviera\nestuvieras\nestuviéramos\nestuvierais\nestuvieran\nestuviese\nestuvieses\nestuviésemos\nestuvieseis\nestuviesen\nestando\nestado\nestada\nestados\nestadas\nestad\nhe\nhas\nha\nhemos\nhabéis\nhan\nhaya\nhayas\nhayamos\nhayáis\nhayan\nhabré\nhabrás\nhabrá\nhabremos\nhabréis\nhabrán\nhabría\nhabrías\nhabríamos\nhabríais\nhabrían\nhabía\nhabías\nhabíamos\nhabíais\nhabían\nhube\nhubiste\nhubo\nhubimos\nhubisteis\nhubieron\nhubiera\nhubieras\nhubiéramos\nhubierais\nhubieran\nhubiese\nhubieses\nhubiésemos\nhubieseis\nhubiesen\nhabiendo\nhabido\nhabida\nhabidos\nhabidas\n\n# forms of ser, to be (not including the infinitive):\nsoy\neres\nes\nsomos\nsois\nson\nsea\nseas\nseamos\nseáis\nsean\nseré\nserás\nserá\nseremos\nseréis\nserán\nsería\nserías\nseríamos\nseríais\nserían\nera\neras\néramos\nerais\neran\nfui\nfuiste\nfue\nfuimos\nfuisteis\nfueron\nfuera\nfueras\nfuéramos\nfuerais\nfueran\nfuese\nfueses\nfuésemos\nfueseis\nfuesen\nsiendo\nsido\ntengo\ntienes\ntiene\ntenemos\ntenéis\ntienen\ntenga\ntengas\ntengamos\ntengáis\ntengan\ntendré\ntendrás\ntendrá\ntendremos\ntendréis\ntendrán\ntendría\ntendrías\ntendríamos\ntendríais\ntendrían\ntenía\ntenías\nteníamos\nteníais\ntenían\ntuve\ntuviste\ntuvo\ntuvimos\ntuvisteis\ntuvieron\ntuviera\ntuvieras\ntuviéramos\ntuvierais\ntuvieran\ntuviese\ntuvieses\ntuviésemos\ntuvieseis\ntuviesen\nteniendo\ntenido\ntenida\ntenidos\ntenidas\ntened\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-et.txt",
    "content": "ei\noma\njah\nnad\nkes\nmind\nning\nnii\nsa\nolen\nka\nmulle\nvõi\nte\nära\noled\nsest\nole\nmis\nolema\nsee\nseda\nmida\noli\nmul\non\nkõik\nminu\nmidagi\nma\npole\nmu\nkas\nme\nsiis\nkui\nega\nja\nta\net\nselle\nsiin\nehk\naga\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-fa.txt",
    "content": "!\n,\n.\n:\n;\n،\n؛\n؟\nآباد\nآره\nآری\nآمد\nآمده\nآن\nآنان\nآنجا\nآنطور\nآنقدر\nآنكه\nآنها\nآنچه\nآنکه\nآورد\nآورده\nآيد\nآی\nآیا\nآیند\nاتفاقا\nاثرِ\nاحتراما\nاحتمالا\nاخیر\nاری\nاز\nازجمله\nاساسا\nاست\nاستفاد\nاستفاده\nاش\nاشکارا\nاصلا\nاصولا\nاعلام\nاغلب\nاكنون\nالان\nالبته\nالبتّه\nام\nاما\nامروز\nامروزه\nامسال\nامشب\nامور\nان\nانجام\nاند\nانشاالله\nانصافا\nانطور\nانقدر\nانها\nانچنان\nانکه\nانگار\nاو\nاول\nاولا\nاي\nايشان\nايم\nاين\nاينكه\nاکثرا\nاکنون\nاگر\nای\nایا\nاید\nایشان\nایم\nاین\nاینجا\nایند\nاینطور\nاینقدر\nاینها\nاینچنین\nاینک\nاینکه\nاینگونه\nبا\nبار\nبارة\nباره\nبارها\nباز\nبازهم\nباش\nباشد\nباشم\nباشند\nباشيم\nباشی\nباشید\nباشیم\nبالا\nبالاخره\nبالایِ\nبالطبع\nبايد\nباید\nبتوان\nبتواند\nبتوانی\nبتوانیم\nبخش\nبخشی\nبخواه\nبخواهد\nبخواهم\nبخواهند\nبخواهی\nبخواهید\nبخواهیم\nبد\nبدون\nبر\nبرابر\nبرابرِ\nبراحتی\nبراساس\nبراستی\nبراي\nبرای\nبرایِ\nبرخوردار\nبرخي\nبرخی\nبرداري\nبرعکس\nبروز\nبزرگ\nبزودی\nبسا\nبسيار\nبسياري\nبسیار\nبسیاری\nبطور\nبعد\nبعدا\nبعدها\nبعری\nبعضا\nبعضي\nبلافاصله\nبلكه\nبله\nبلکه\nبلی\nبنابراين\nبنابراین\nبندي\nبه\nبهتر\nبهترين\nبود\nبودم\nبودن\nبودند\nبوده\nبودی\nبودید\nبودیم\nبویژه\nبي\nبيست\nبيش\nبيشتر\nبيشتري\nبين\nبکن\nبکند\nبکنم\nبکنند\nبکنی\nبکنید\nبکنیم\nبگو\nبگوید\nبگویم\nبگویند\nبگویی\nبگویید\nبگوییم\nبگیر\nبگیرد\nبگیرم\nبگیرند\nبگیری\nبگیرید\nبگیریم\nبی\nبیا\nبیاب\nبیابد\nبیابم\nبیابند\nبیابی\nبیابید\nبیابیم\nبیاور\nبیاورد\nبیاورم\nبیاورند\nبیاوری\nبیاورید\nبیاوریم\nبیاید\nبیایم\nبیایند\nبیایی\nبیایید\nبیاییم\nبیرون\nبیرونِ\nبیش\nبیشتر\nبیشتری\nبین\nت\nتا\nتازه\nتاكنون\nتان\nتاکنون\nتحت\nتر\nتر  براساس\nترين\nتقریبا\nتلویحا\nتمام\nتماما\nتمامي\nتنها\nتو\nتواند\nتوانست\nتوانستم\nتوانستن\nتوانستند\nتوانسته\nتوانستی\nتوانستیم\nتوانم\nتوانند\nتوانی\nتوانید\nتوانیم\nتوسط\nتولِ\nتویِ\nثانیا\nجا\nجاي\nجايي\nجای\nجدا\nجديد\nجدید\nجريان\nجریان\nجز\nجلوگيري\nجلویِ\nجمعا\nجناح\nجهت\nحاضر\nحال\nحالا\nحتما\nحتي\nحتی\nحداکثر\nحدودا\nحدودِ\nحق\nخارجِ\nخب\nخدمات\nخصوصا\nخلاصه\nخواست\nخواستم\nخواستن\nخواستند\nخواسته\nخواستی\nخواستید\nخواستیم\nخواهد\nخواهم\nخواهند\nخواهيم\nخواهی\nخواهید\nخواهیم\nخوب\nخود\nخودت\nخودتان\nخودش\nخودشان\nخودم\nخودمان\nخوشبختانه\nخويش\nخویش\nخویشتن\nخیاه\nخیر\nخیلی\nداد\nدادم\nدادن\nدادند\nداده\nدادی\nدادید\nدادیم\nدار\nدارد\nدارم\nدارند\nداريم\nداری\nدارید\nداریم\nداشت\nداشتم\nداشتن\nداشتند\nداشته\nداشتی\nداشتید\nداشتیم\nدانست\nدانند\nدایم\nدایما\nدر\nدرباره\nدرمجموع\nدرون\nدریغ\nدقیقا\nدنبالِ\nده\nدهد\nدهم\nدهند\nدهی\nدهید\nدهیم\nدو\nدوباره\nدوم\nديده\nديروز\nديگر\nديگران\nديگري\nدیر\nدیروز\nدیگر\nدیگران\nدیگری\nرا\nراحت\nراسا\nراستی\nراه\nرسما\nرسید\nرفت\nرفته\nرو\nروب\nروز\nروزانه\nروزهاي\nروي\nروی\nرویِ\nريزي\nزمان\nزمانی\nزمینه\nزود\nزياد\nزير\nزيرا\nزیر\nزیرِ\nسابق\nساخته\nسازي\nسالانه\nسالیانه\nسایر\nسراسر\nسرانجام\nسریعا\nسریِ\nسعي\nسمتِ\nسوم\nسوي\nسوی\nسویِ\nسپس\nشان\nشايد\nشاید\nشخصا\nشد\nشدم\nشدن\nشدند\nشده\nشدی\nشدید\nشدیدا\nشدیم\nشش\nشش  نداشته\nشما\nشناسي\nشود\nشوم\nشوند\nشونده\nشوی\nشوید\nشویم\nصرفا\nصورت\nضدِّ\nضدِّ\nضمن\nطبعا\nطبقِ\nطبیعتا\nطرف\nطريق\nطریق\nطور\nطي\nطی\nظاهرا\nعدم\nعقبِ\nعلّتِ\nعلیه\nعمدا\nعمدتا\nعمل\nعملا\nعنوان\nعنوانِ\nغالبا\nغير\nغیر\nفردا\nفعلا\nفقط\nفكر\nفوق\nقابل\nقبل\nقبلا\nقدری\nقصدِ\nقطعا\nكرد\nكردم\nكردن\nكردند\nكرده\nكسي\nكل\nكمتر\nكند\nكنم\nكنند\nكنيد\nكنيم\nكه\nلااقل\nلطفا\nلطفاً\nما\nمان\nمانند\nمانندِ\nمبادا\nمتاسفانه\nمتعاقبا\nمثل\nمثلا\nمثلِ\nمجانی\nمجددا\nمجموعا\nمختلف\nمدام\nمدت\nمدّتی\nمردم\nمرسی\nمستقیما\nمسلما\nمطمینا\nمعمولا\nمقابل\nممکن\nمن\nموارد\nمورد\nموقتا\nمي\nميليارد\nميليون\nمگر\nمی\nمی شود\nمیان\nمی‌رسد\nمی‌رود\nمی‌شود\nمی‌کنیم\nناشي\nنام\nناگاه\nناگهان\nناگهانی\nنبايد\nنباید\nنبود\nنخست\nنخستين\nنخواهد\nنخواهم\nنخواهند\nنخواهی\nنخواهید\nنخواهیم\nندارد\nندارم\nندارند\nنداری\nندارید\nنداریم\nنداشت\nنداشتم\nنداشتند\nنداشته\nنداشتی\nنداشتید\nنداشتیم\nنزديك\nنزدِ\nنزدیکِ\nنسبتا\nنشان\nنشده\nنظير\nنظیر\nنكرده\nنمايد\nنمي\nنمی\nنمی‌شود\nنه\nنهایتا\nنوع\nنوعي\nنوعی\nنيز\nنيست\nنگاه\nنیز\nنیست\nها\nهاي\nهايي\nهای\nهایی\nهبچ\nهر\nهرچه\nهرگز\nهزار\nهست\nهستم\nهستند\nهستيم\nهستی\nهستید\nهستیم\nهفت\nهم\nهمان\nهمه\nهمواره\nهمين\nهمچنان\nهمچنين\nهمچنین\nهمچون\nهمیشه\nهمین\nهنوز\nهنگام\nهنگامِ\nهنگامی\nهيچ\nهیچ\nهیچگاه\nو\nواقعا\nواقعی\nوجود\nوسطِ\nوضع\nوقتي\nوقتی\nوقتیکه\nولی\nوي\nوگو\nوی\nویژه\nيا\nيابد\nيك\nيكديگر\nيكي\nّه\n٪\nپارسال\nپاعینِ\nپس\nپنج\nپيش\nپیدا\nپیش\nپیشاپیش\nپیشتر\nپیشِ\nچرا\nچطور\nچقدر\nچنان\nچنانچه\nچنانکه\nچند\nچندین\nچنين\nچنین\nچه\nچهار\nچو\nچون\nچيزي\nچگونه\nچیز\nچیزی\nچیست\nکاش\nکامل\nکاملا\nکتبا\nکجا\nکجاست\nکدام\nکرد\nکردم\nکردن\nکردند\nکرده\nکردی\nکردید\nکردیم\nکس\nکسانی\nکسی\nکل\nکلا\nکم\nکماکان\nکمتر\nکمتری\nکمی\nکن\nکنار\nکنارِ\nکند\nکنم\nکنند\nکننده\nکنون\nکنونی\nکنی\nکنید\nکنیم\nکه\nکو\nکَی\nکی\nگاه\nگاهی\nگذاري\nگذاشته\nگذشته\nگردد\nگرفت\nگرفتم\nگرفتن\nگرفتند\nگرفته\nگرفتی\nگرفتید\nگرفتیم\nگروهي\nگفت\nگفتم\nگفتن\nگفتند\nگفته\nگفتی\nگفتید\nگفتیم\nگه\nگهگاه\nگو\nگويد\nگويند\nگویا\nگوید\nگویم\nگویند\nگویی\nگویید\nگوییم\nگيرد\nگيري\nگیرد\nگیرم\nگیرند\nگیری\nگیرید\nگیریم\nی\nیا\nیابد\nیابم\nیابند\nیابی\nیابید\nیابیم\nیافت\nیافتم\nیافتن\nیافته\nیافتی\nیافتید\nیافتیم\nیعنی\nیقینا\nیه\nیک\nیکی\n۰\n۱\n۲\n۳\n۴\n۵\n۶\n۷\n۸\n۹\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-fi.txt",
    "content": "alla\nansiosta\nehkä\nei\nenemmän\nennen\netessa\nf\nhaikki\nhe\nhitaasti\nhoikein\nhyvin\nhän\nilman\nja\njos\njälkeen\nkanssa\nkaukana\nkenties\nkeskellä\nkesken\nkoskaan\nkuinkan\nkukka\nkylliksi\nkyllä\nliian\nlla\nlla\nluona\nlähellä\nläpi\nme\nmiksi\nmikä\nmilloin\nmilloinkan\nminä\nmissä\nmiten\nnopeasti\nnyt\noikea\noikealla\npaljon\nsiellä\nsinä\nssa\nsta\nsuoraan\ntai\ntakana\ntakia\ntarpeeksi\nte\ntässä\nulkopuolella\nvahemmän\nvasen\nvasenmalla\nvastan\nvielä\nvieressä\nvähän\nyhdessä\nylös\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-fr.txt",
    "content": "# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements.  See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to You under the Apache License, Version 2.0\n# (the \"License\"); you may not use this file except in compliance with\n# the License.  You may obtain a copy of the License at\n#\n#     http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n#-----------------------------------------------------------------------\n# a couple of test stopwords to test that the words are really being\n# configured from this file:\nstopworda\nstopwordb\n\n#Standard english stop words taken from Lucene's StopAnalyzer\na\nan\nand\nare\nas\nat\nbe\nbut\nby\nfor\nif\nin\ninto\nis\nit\nno\nnot\nof\non\nor\ns\nsuch\nt\nthat\nthe\ntheir\nthen\nthere\nthese\nthey\nthis\nto\nwas\nwill\nwith\nau\naux\navec\nce\nces\ndans\nde\ndes\ndu\nelle\nen\net\neux\nil\nje\nla\nle\nleur\nlui\nma\nmais\nme\nmême\nmes\nmoi\nmon\nne\nnos\nnotre\nnous\non\nou\npar\npas\npour\nqu\nque\nqui\nsa\nse\nses\nson\nsur\nta\nte\ntes\ntoi\nton\ntu\nun\nune\nvos\nvotre\nvous\nc\nd\nj\nl\nà\nm\nn\ns\nt\ny\nété\nétée\nétées\nétés\nétant\nsuis\nes\nest\nsommes\nêtes\nsont\nserai\nseras\nsera\nserons\nserez\nseront\nserais\nserait\nserions\nseriez\nseraient\nétais\nétait\nétions\nétiez\nétaient\nfus\nfut\nfûmes\nfûtes\nfurent\nsois\nsoit\nsoyons\nsoyez\nsoient\nfusse\nfusses\nfût\nfussions\nfussiez\nfussent\nayant\neu\neue\neues\neus\nai\nas\navons\navez\nont\naurai\nauras\naura\naurons\naurez\nauront\naurais\naurait\naurions\nauriez\nauraient\navais\navait\navions\naviez\navaient\neut\neûmes\neûtes\neurent\naie\naies\nait\nayons\nayez\naient\neusse\neusses\neût\neussions\neussiez\neussent\nceci\ncelà\ncet\ncette\nici\nils\nles\nleurs\nquel\nquels\nquelle\nquelles\nsans\nsoi\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-he.txt",
    "content": "אני\nאת\nאתה\nאנחנו\nאתן\nאתם\nהם\nהן\nהיא\nהוא\nשלי\nשלו\nשלך\nשלה\nשלנו\nשלכם\nשלכן\nשלהם\nשלהן\nלי\nלו\nלה\nלנו\nלכם\nלכן\nלהם\nלהן\nאותה\nאותו\nזה\nזאת\nאלה\nאלו\nתחת\nמתחת\nמעל\nבין\nעם\nעד\nנגר\nעל\nאל\nמול\nשל\nאצל\nכמו\nאחר\nאותו\nבלי\nלפני\nאחרי\nמאחורי\nעלי\nעליו\nעליה\nעליך\nעלינו\nעליכם\nלעיכן\nעליהם\nעליהן\nכל\nכולם\nכולן\nכך\nככה\nכזה\nזה\nזות\nאותי\nאותה\nאותם\nאותך\nאותו\nאותן\nאותנו\nואת\nאת\nאתכם\nאתכן\nאיתי\nאיתו\nאיתך\nאיתה\nאיתם\nאיתן\nאיתנו\nאיתכם\nאיתכן\nיהיה\nתהיה\nהיתי\nהיתה\nהיה\nלהיות\nעצמי\nעצמו\nעצמה\nעצמם\nעצמן\nעצמנו\nעצמהם\nעצמהן\nמי\nמה\nאיפה\nהיכן\nבמקום שבו\nאם\nלאן\nלמקום שבו\nמקום בו\nאיזה\nמהיכן\nאיך\nכיצד\nבאיזו מידה\nמתי\nבשעה ש\nכאשר\nכש\nלמרות\nלפני\nאחרי\nמאיזו סיבה\nהסיבה שבגללה\nלמה\nמדוע\nלאיזו תכלית\nכי\nיש\nאין\nאך\nמנין\nמאין\nמאיפה\nיכל\nיכלה\nיכלו\nיכול\nיכולה\nיכולים\nיכולות\nיוכלו\nיוכל\nמסוגל\nלא\nרק\nאולי\nאין\nלאו\nאי\nכלל\nנגד\nאם\nעם\nאל\nאלה\nאלו\nאף\nעל\nמעל\nמתחת\nמצד\nבשביל\nלבין\nבאמצע\nבתוך\nדרך\nמבעד\nבאמצעות\nלמעלה\nלמטה\nמחוץ\nמן\nלעבר\nמכאן\nכאן\nהנה\nהרי\nפה\nשם\nאך\nברם\nשוב\nאבל\nמבלי\nבלי\nמלבד\nרק\nבגלל\nמכיוון\nעד\nאשר\nואילו\nלמרות\nאס\nכמו\nכפי\nאז\nאחרי\nכן\nלכן\nלפיכך\nמאד\nעז\nמעט\nמעטים\nבמידה\nשוב\nיותר\nמדי\nגם\nכן\nנו\nאחר\nאחרת\nאחרים\nאחרות\nאשר\nאו"
  },
  {
    "path": "newspaper/resources/text/stopwords-hi.txt",
    "content": "अंदर\nअत\nअदि\nअप\nअपना\nअपनि\nअपनी\nअपने\nअभि\nअभी\nआदि\nइंहिं\nइंहें\nइंहों\nइतयादि\nइत्यादि\nइन\nइनका\nइन्हीं\nइन्हें\nइन्हों\nइस\nइसका\nइसकि\nइसकी\nइसके\nइसमें\nइसि\nइसी\nइसे\nउंहिं\nउंहें\nउंहों\nउन\nउनका\nउनकि\nउनकी\nउनको\nउन्हीं\nउन्हें\nउन्हों\nउस\nउसके\nउसि\nउसी\nएक\nएवं\nएस\nएसे\nऐसे\nओर\nकइ\nकई\nकरता\nकरते\nकरना\nकरने\nकरें\nकहते\nकहा\nका\nकाफि\nकाफ़ी\nकि\nकिंहें\nकिंहों\nकितना\nकिन्हें\nकिन्हों\nकिया\nकिर\nकिस\nकिसि\nकिसी\nकिसे\nकी\nकुछ\nकुल\nके\nकोइ\nकोई\nकोन\nकोनसा\nकौनसा\nगया\nघर\nजब\nजहाँ\nजहां\nजा\nजिंहें\nजिंहों\nजितना\nजिधर\nजिन\nजिन्हें\nजिन्हों\nजिस\nजिसे\nजीधर\nजेसा\nजेसे\nजैसा\nजो\nतक\nतब\nतरह\nतिंहें\nतिंहों\nतिन\nतिन्हें\nतिन्हों\nतिस\nतिसे\nथि\nथी\nथे\nदबारा\nदवारा\nदिया\nदुसरा\nदुसरे\nदूसरे\nदो\nद्वारा\nन\nनहिं\nनहीं\nना\nनिचे\nनिहायत\nने\nपहले\nपुरा\nपूरा\nपे\nफिर\nबनि\nबनी\nबहि\nबही\nबहुत\nबाद\nबाला\nबिलकुल\nभि\nभितर\nभी\nभीतर\nमगर\nमानो\nमे\nयदि\nयहाँ\nयहां\nयहि\nयही\nया\nयिह\nये\nरखें\nरवासा\nरहा\nरहे\nऱ्वासा\nलिए\nलिये\nलेकिन\nव\nवगेरह\nवरग\nवर्ग\nवहां\nवहिं\nवहीं\nवाले\nवुह\nवे\nवग़ैरह\nसंग\nसकता\nसबसे\nसभि\nसभी\nसाथ\nसाबुत\nसाभ\nसारा\nसे\nसो\nहि\nही\nहुअ\nहुआ\nहुइ\nहुई\nहुए\nहे\nहें\nहो\nहोता\nहोति\nहोती\nहोते\nहोना\nहोने\nको\nनीचे\nसब\nजैसे\nपर\nतो\nकौन\nयह\nऔर\nवहाँ\nथा\nहै\nउसे\nवह\nकैसे\nउनके\nमैं\nमें\nआप\nकर\nसकते\nहैं\nमुझे\nअब\nहमें\nक्या\nहम\nकरेगा\nइतना\nहोगा\n\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-hr.txt",
    "content": "a\nako\nali\nbi\nbih\nbila\nbili\nbilo\nbio\nbismo\nbiste\nbiti\nbumo\nda\ndo\nduž\nga\nhoće\nhoćemo\nhoćete\nhoćeš\nhoću\ni\niako\nih\nili\niz\nja\nje\njedna\njedne\njedno\njer\njesam\njesi\njesmo\njest\njeste\njesu\njim\njoj\njoš\nju\nkada\nkako\nkao\nkoja\nkoje\nkoji\nkojima\nkoju\nkroz\nli\nme\nmene\nmeni\nmi\nmimo\nmoj\nmoja\nmoje\nmu\nna\nnad\nnakon\nnam\nnama\nnas\nnaš\nnaša\nnaše\nnašeg\nne\nnego\nneka\nneki\nnekog\nneku\nnema\nnetko\nneće\nnećemo\nnećete\nnećeš\nneću\nnešto\nni\nnije\nnikoga\nnikoje\nnikoju\nnisam\nnisi\nnismo\nniste\nnisu\nnjega\nnjegov\nnjegova\nnjegovo\nnjemu\nnjezin\nnjezina\nnjezino\nnjih\nnjihov\nnjihova\nnjihovo\nnjim\nnjima\nnjoj\nnju\nno\no\nod\nodmah\non\nona\noni\nono\nova\npa\npak\npo\npod\npored\nprije\ns\nsa\nsam\nsamo\nse\nsebe\nsebi\nsi\nsmo\nste\nsu\nsve\nsvi\nsvog\nsvoj\nsvoja\nsvoje\nsvom\nta\ntada\ntaj\ntako\nte\ntebe\ntebi\nti\nto\ntoj\ntome\ntu\ntvoj\ntvoja\ntvoje\nu\nuz\nvam\nvama\nvas\nvaš\nvaša\nvaše\nveć\nvi\nvrlo\nza\nzar\nće\nćemo\nćete\nćeš\nću\nšto"
  },
  {
    "path": "newspaper/resources/text/stopwords-hu.txt",
    "content": "a\ná\nahogy\nahol\naki\nakik\nakkor\nalatt\náltal\náltalában\namely\namelyek\namelyekben\namelyeket\namelyet\namelynek\nami\namit\namolyan\namp\namíg\namikor\nát\nabban\nahhoz\nannak\narra\narról\naz\nazok\nazon\nazt\nazzal\nazért\naztán\nazután\nazonban\nb\nbár\nbe\nbelül\nbenne\nc\ncikk\ncikkek\ncikkeket\ncsak\nd\nde\ne\né\neddig\negész\negy\negyes\negyetlen\negyéb\negyik\negyre\nekkor\nel\nelég\nellen\nelő\nelőször\nelőtt\nelső\nén\néppen\nebben\nehhez\nemilyen\nennek\nerre\nez\nezt\nezek\nezen\nezzel\nezért\nés\nf\nfel\nfelé\ng\nh\nhanem\nhiszen\nhogy\nhogyan\ni\ní\nigen\nígy\nilletve\nill.\nill\nilyen\nilyenkor\nis\nison\nismét\nitt\nj\njó\njól\njobban\nk\nkell\nkellett\nkeresztül\nkeressünk\nki\nkívül\nközött\nközül\nl\nlegalább\nlehet\nlehetett\nlegyen\nlenne\nlenni\nlesz\nlett\nm\nmaga\nmagát\nmajd\nmajd\nmár\nmás\nmásik\nmeg\nmég\nmellett\nmert\nmely\nmelyek\nmi\nmit\nmíg\nmiért\nmilyen\nmikor\nminden\nmindent\nmindenki\nmindig\nmint\nmintha\nmivel\nmost\nn\nnagy\nnagyobb\nnagyon\nne\nnéha\nnekem\nneki\nnem\nnéhány\nnélkül\nnincs\no\nó\nolyan\nott\nössze\nö\nő\nők\nőket\np\npedig\npersze\nq\nr\nrá\ns\nsaját\nsem\nsemmi\nsok\nsokat\nsokkal\nsz\nszámára\nszemben\nszerint\nszinte\nt\ntalán\ntehát\nteljes\ntovább\ntovábbá\ntöbb\nu\nú\núgy\nugyanis\núj\nújabb\nújra\nután\nutána\nutolsó\nü\nű\nv\nvagy\nvagyis\nvalaki\nvalamely\nvalami\nvalamint\nvaló\nvagyok\nvan\nvannak\nvolt\nvoltam\nvoltak\nvoltunk\nvissza\nvele\nviszont\nvolna\nszámolnak\nszólnak\nszól\nw\nx\ny\nz\nzs\na\nahogy\nahol\naki\nakkor\nalatt\náltalában\náltal\namely\namíg\namikor\nami\namolyan\narra\nát\naz\nazért\nazonban\nazon\naztán\nazt\nazután\nazzal\nbár\nbe\nbelül\nbenne\ncikk\ncsak\nde\neddig\negész\negy\negyéb\negyes\negyetlen\negyik\negyre\nekkor\nel\nelég\nellen\nelő\nelőször\nelőtt\nelső\nemilyen\nén\néppen\nerre\nés\ne\nez\nezen\nezért\nezzel\nfel\nfelé\nhanem\nhiszen\nhogy\nhogyan\nigen\nígy\nill.\nilletve\nill\nilyen\nilyenkor\nismét\nison\nitt\njó\njobban\njól\nkell\nkeres\nkeresztül\nki\nkívül\nközött\nközül\nlegalább\nlegyen\nlehet\nlenni\nlett\nmaga\nmaga\nmajd\nmár\nmás\nmásik\nmég\nmeg\nmellett\nmely\nmert\nmiért\nmíg\nmikor\nmilyen\nminden\nmindenki\nmindig\nmi\nmint\nmintha\nmivel\nmost\nnagy\nnagyobb\nnagyon\nne\nnéha\nnéhány\nneki\nnélkül\nnem\nnincs\nők\nolyan\nő\nössze\nott\npedig\npersze\nrá\nsaját\ns\nsem\nsemmi\nsokkal\nsok\nszámára\nszámol\nszemben\nszerint\nszinte\nszól\ntalán\ntehát\nteljes\ntovábbá\ntovább\núgy\nugyanis\núj\nújabb\nújra\nutána\nután\nutolsó\nvagy\nvagyis\nvalaki\nvalamely\nvalami\nvalamint\nvaló\nvan\nvissza\nviszont\nvolt\n\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-id.txt",
    "content": "a\nabad\nacara\naceh\nada\nadalah\nadanya\nadapun\nagak\nagaknya\nagama\nagar\nagustus\nair\nakan\nakankah\nakhir\nakhiri\nakhirnya\nakibat\naku\nakulah\nalam\nalbum\namat\namatlah\namerika\nanak\nand\nanda\nandalah\nanggota\nantar\nantara\nantarabangsa\nantaranya\napa\napaan\napabila\napakah\napalagi\napatah\napi\napril\nartikel\nartinya\nas\nasal\nasalkan\nasas\nasia\nasing\natas\natau\nataukah\nataupun\naustralia\nawal\nawalnya\nawam\nb\nbadan\nbagai\nbagaikan\nbagaimana\nbagaimanakah\nbagaimanapun\nbagainamakah\nbagi\nbagian\nbahagian\nbahan\nbaharu\nbahasa\nbahawa\nbahkan\nbahwa\nbahwasannya\nbahwasanya\nbaik\nbaiknya\nbakal\nbakalan\nbalik\nbandar\nbangsa\nbank\nbanyak\nbapak\nbarang\nbarangan\nbarat\nbaru\nbaru-baru\nbawah\nbeberapa\nbegini\nbeginian\nbeginikah\nbeginilah\nbegitu\nbegitukah\nbegitulah\nbegitupun\nbekas\nbekerja\nbelakang\nbelakangan\nbelanda\nbeli\nbeliau\nbelum\nbelumlah\nbenar\nbenarkah\nbenarlah\nbentuk\nberada\nberakhir\nberakhirlah\nberakhirnya\nberapa\nberapakah\nberapalah\nberapapun\nberarti\nberasal\nberat\nberawal\nberbagai\nberbanding\nberbeda\nberdasarkan\nberdatangan\nberharap\nberhasil\nberi\nberikan\nberikut\nberikutan\nberikutnya\nberita\nberjalan\nberjaya\nberjumlah\nberkaitan\nberkali\nberkali-kali\nberkata\nberkehendak\nberkeinginan\nberkenaan\nberlainan\nberlaku\nberlalu\nberlangsung\nberlebihan\nbermacam\nbermacam-macam\nbermain\nbermaksud\nbermula\nbernama\nbernilai\nbersama\nbersama-sama\nbersiap\nbertanya\nbertemu\nberturut\nbertutur\nberubah\nberujar\nberupa\nbesar\nbesok\nbetul\nbetulkah\nbhd\nbiasa\nbiasanya\nbidang\nbila\nbilakah\nbilion\nbintang\nbisa\nbisakah\nblog\nbn\nbola\nboleh\nbolehkah\nbolehlah\nbuat\nbukan\nbukankah\nbukanlah\nbukannya\nbuku\nbulan\nbumi\nbung\nbursa\ncadangan\ncara\ncaranya\ncatch\nchina\nclick\ncode\ncopyright\ncukup\ncukupkah\ncukuplah\ncuma\ndaerah\ndagangan\ndahulu\ndalam\ndan\ndana\ndapat\ndari\ndaripada\ndasar\ndata\ndatang\ndatuk\ndekat\ndemi\ndemikian\ndemikianlah\ndengan\ndepan\nderivatives\ndesa\ndesember\ndetik\ndewan\ndi\ndia\ndiadakan\ndiakhiri\ndiakhirinya\ndialah\ndianggap\ndiantara\ndiantaranya\ndiberi\ndiberikan\ndiberikannya\ndibuat\ndibuatnya\ndibuka\ndicatatkan\ndidapat\ndidatangkan\ndidirikan\ndiduga\ndigunakan\ndiibaratkan\ndiibaratkannya\ndiingat\ndiingatkan\ndiinginkan\ndijangka\ndijawab\ndijelaskan\ndijelaskannya\ndikarenakan\ndikatakan\ndikatakannya\ndikenal\ndikerjakan\ndiketahui\ndiketahuinya\ndikira\ndilakukan\ndilalui\ndilihat\ndimaksud\ndimaksudkan\ndimaksudkannya\ndimaksudnya\ndimana\ndiminta\ndimintai\ndimisalkan\ndimulai\ndimulailah\ndimulainya\ndimungkinkan\ndini\ndiniagakan\ndipastikan\ndiperbuat\ndiperbuatnya\ndipergunakan\ndiperkirakan\ndiperlihatkan\ndiperlukan\ndiperlukannya\ndipersoalkan\ndipertanyakan\ndipunyai\ndiri\ndirilis\ndirinya\ndis\ndisampaikan\ndisebut\ndisebutkan\ndisebutkannya\ndisember\ndisini\ndisinilah\ndistrik\nditambahkan\nditandaskan\nditanya\nditanyai\nditanyakan\nditegaskan\nditemukan\nditujukan\nditunjuk\nditunjuki\nditunjukkan\nditunjukkannya\nditunjuknya\nditutup\ndituturkan\ndituturkannya\ndiucapkan\ndiucapkannya\ndiungkapkan\ndocument.write\ndolar\ndong\ndr\ndua\ndulu\ndunia\neffective\nekonomi\neksekutif\neksport\nempat\nenam\nenggak\nenggaknya\nentah\nentahlah\nera\neropa\nerr\nfaedah\nfeb\nfilm\ngat\ngedung\ngelar\ngettracker\nglobal\ngrup\nguna\ngunakan\ngunung\nhadap\nhadapan\nhal\nhampir\nhanya\nhanyalah\nharga\nhari\nharian\nharus\nharuslah\nharusnya\nhasil\nhendak\nhendaklah\nhendaknya\nhidup\nhingga\nhttps\nhubungan\nhukum\nhutan\ni\nia\niaitu\nialah\nibarat\nibaratkan\nibaratnya\nibu\nii\niklan\nikut\nilmu\nindeks\nindia\nindonesia\nindustri\ninformasi\ningat\ninggris\ningin\ninginkah\ninginkan\nini\ninikah\ninilah\ninternasional\nislam\nisnin\nisu\nitalia\nitu\nitukah\nitulah\njabatan\njadi\njadilah\njadinya\njakarta\njalan\njalur\njaman\njan\njangan\njangankan\njanganlah\njanuari\njauh\njawa\njawab\njawaban\njawabnya\njawatan\njawatankuasa\njelas\njelaskan\njelaslah\njelasnya\njenis\njepang\njepun\njerman\njika\njikalau\njiwa\njual\njualan\njuga\njulai\njumaat\njumat\njumlah\njumlahnya\njun\njuni\njustru\njuta\nkabar\nkabupaten\nkadar\nkala\nkalangan\nkalau\nkalaulah\nkalaupun\nkali\nkalian\nkalimantan\nkami\nkamilah\nkamis\nkamu\nkamulah\nkan\nkantor\nkapal\nkapan\nkapankah\nkapanpun\nkarena\nkarenanya\nkarya\nkasus\nkata\nkatakan\nkatakanlah\nkatanya\nkaunter\nkawasan\nke\nkeadaan\nkebetulan\nkebutuhan\nkecamatan\nkecil\nkedua\nkedua-dua\nkeduanya\nkedudukan\nkegiatan\nkehidupan\nkeinginan\nkejadian\nkekal\nkelamaan\nkelihatan\nkelihatannya\nkelima\nkelompok\nkeluar\nkeluarga\nkelurahan\nkembali\nkementerian\nkemudahan\nkemudian\nkemungkinan\nkemungkinannya\nkenaikan\nkenapa\nkenyataan\nkepada\nkepadanya\nkepala\nkepentingan\nkeputusan\nkerajaan\nkerana\nkereta\nkerja\nkerjasama\nkes\nkesampaian\nkeselamatan\nkeseluruhan\nkeseluruhannya\nkesempatan\nkesihatan\nketerangan\nketerlaluan\nketiga\nketika\nketua\nkeuntungan\nkewangan\nkhamis\nkhusus\nkhususnya\nkini\nkinilah\nkira\nkira-kira\nkiranya\nkita\nkitalah\nklci\nklibor\nklik\nkm\nkok\nkomentar\nkompas\nkomposit\nkondisi\nkontrak\nkorban\nkorea\nkos\nkota\nkuala\nkuasa\nkukuh\nkumpulan\nkurang\nkurangnya\nlagi\nlagian\nlagu\nlah\nlain\nlainnya\nlaku\nlalu\nlama\nlamanya\nlangkah\nlangsung\nlanjut\nlanjutnya\nlaporan\nlaut\nlebih\nlembaga\nlepas\nlewat\nlima\nlingkungan\nlogin\nlokasi\nlot\nluar\nluas\nlumpur\nmac\nmacam\nmahkamah\nmahu\nmajlis\nmaka\nmakanan\nmakanya\nmakin\nmaklumat\nmalah\nmalahan\nmalam\nmalaysia\nmampu\nmampukah\nmana\nmanakala\nmanalagi\nmantan\nmanusia\nmasa\nmasalah\nmasalahnya\nmasih\nmasihkah\nmasing\nmasing-masing\nmasuk\nmasyarakat\nmata\nmau\nmaupun\nmeasure\nmedia\nmei\nmelainkan\nmelakukan\nmelalui\nmelawan\nmelihat\nmelihatnya\nmemandangkan\nmemang\nmemastikan\nmembantu\nmembawa\nmemberi\nmemberikan\nmembolehkan\nmembuat\nmemerlukan\nmemihak\nmemiliki\nmeminta\nmemintakan\nmemisalkan\nmemperbuat\nmempergunakan\nmemperkirakan\nmemperlihatkan\nmempersiapkan\nmempersoalkan\nmempertanyakan\nmempunyai\nmemulai\nmemungkinkan\nmenaiki\nmenambah\nmenambahkan\nmenandaskan\nmenanti\nmenantikan\nmenanya\nmenanyai\nmenanyakan\nmenarik\nmenawarkan\nmencapai\nmencari\nmencatatkan\nmendapat\nmendapatkan\nmendatang\nmendatangi\nmendatangkan\nmenegaskan\nmenerima\nmenerusi\nmengadakan\nmengakhiri\nmengaku\nmengalami\nmengambil\nmengapa\nmengatakan\nmengatakannya\nmengenai\nmengerjakan\nmengetahui\nmenggalakkan\nmenggunakan\nmenghadapi\nmenghendaki\nmengibaratkan\nmengibaratkannya\nmengikut\nmengingat\nmengingatkan\nmenginginkan\nmengira\nmengucapkan\nmengucapkannya\nmengumumkan\nmengungkapkan\nmengurangkan\nmeninggal\nmeningkat\nmeningkatkan\nmenjadi\nmenjalani\nmenjawab\nmenjelang\nmenjelaskan\nmenokok\nmenteri\nmenuju\nmenunjuk\nmenunjuki\nmenunjukkan\nmenunjuknya\nmenurut\nmenuturkan\nmenyaksikan\nmenyampaikan\nmenyangkut\nmenyatakan\nmenyebabkan\nmenyebutkan\nmenyediakan\nmenyeluruh\nmenyiapkan\nmerasa\nmereka\nmerekalah\nmerosot\nmerupakan\nmeski\nmeskipun\nmesyuarat\nmetrotv\nmeyakini\nmeyakinkan\nmilik\nmiliter\nminat\nminggu\nminta\nminyak\nmirip\nmisal\nmisalkan\nmisalnya\nmobil\nmodal\nmohd\nmudah\nmula\nmulai\nmulailah\nmulanya\nmuncul\nmungkin\nmungkinkah\nmusik\nmusim\nnah\nnaik\nnama\nnamun\nnanti\nnantinya\nnasional\nnegara\nnegara-negara\nnegeri\nnew\nniaga\nnilai\nnomor\nnoun\nnov\nnovember\nnumeral\nnumeralia\nnya\nnyaris\nnyatanya\nof\nogos\nokt\noktober\nolah\noleh\nolehnya\noperasi\norang\norganisasi\npada\npadahal\npadanya\npagetracker\npagi\npak\npaling\npameran\npanjang\npantas\npapan\npara\nparas\nparlimen\npartai\nparti\nparticle\npasar\npasaran\npassword\npasti\npastilah\npasukan\npaticle\npegawai\npejabat\npekan\npekerja\npelabur\npelaburan\npelancongan\npelanggan\npelbagai\npeluang\npemain\npembangunan\npemberita\npembinaan\npemerintah\npemerintahan\npemimpin\npendapatan\npendidikan\npenduduk\npenerbangan\npengarah\npengeluaran\npengerusi\npengguna\npenggunaan\npengurusan\npeniaga\npeningkatan\npenting\npentingnya\nper\nperancis\nperang\nperatus\npercuma\nperdagangan\nperdana\nperingkat\nperjanjian\nperkara\nperkhidmatan\nperladangan\nperlu\nperlukah\nperlunya\npermintaan\npernah\nperniagaan\npersekutuan\npersen\npersidangan\npersoalan\npertama\npertandingan\npertanyaan\npertanyakan\npertubuhan\npertumbuhan\nperubahan\nperusahaan\npesawat\npeserta\npetang\npihak\npihaknya\npilihan\npinjaman\npolis\npolisi\npolitik\npos\nposisi\npresiden\nprestasi\nproduk\nprogram\nprojek\npronomia\npronoun\nproses\nproton\nprovinsi\npt\npubdate\npukul\npula\npulau\npun\npunya\npusat\nrabu\nradio\nraja\nrakan\nrakyat\nramai\nrantau\nrasa\nrasanya\nrata\nraya\nrendah\nrepublik\nresmi\nribu\nringgit\nroot\nruang\nrumah\nrupa\nrupanya\nsaat\nsaatnya\nsabah\nsabtu\nsahaja\nsaham\nsaja\nsajalah\nsakit\nsalah\nsaling\nsama\nsama-sama\nsambil\nsampai\nsampaikan\nsana\nsangat\nsangatlah\nsarawak\nsatu\nsawit\nsaya\nsayalah\nsdn\nse\nsebab\nsebabnya\nsebagai\nsebagaimana\nsebagainya\nsebagian\nsebahagian\nsebaik\nsebaiknya\nsebaliknya\nsebanyak\nsebarang\nsebegini\nsebegitu\nsebelah\nsebelum\nsebelumnya\nsebenarnya\nseberapa\nsebesar\nsebetulnya\nsebisanya\nsebuah\nsebut\nsebutlah\nsebutnya\nsecara\nsecukupnya\nsedang\nsedangkan\nsedemikian\nsedikit\nsedikitnya\nseenaknya\nsegala\nsegalanya\nsegera\nsegi\nseharusnya\nsehingga\nseingat\nsejak\nsejarah\nsejauh\nsejenak\nsejumlah\nsekadar\nsekadarnya\nsekali\nsekali-kali\nsekalian\nsekaligus\nsekalipun\nsekarang\nsekaranglah\nsekecil\nseketika\nsekiranya\nsekitar\nsekitarnya\nsekolah\nsektor\nsekurang\nsekurangnya\nsekuriti\nsela\nselagi\nselain\nselaku\nselalu\nselama\nselama-lamanya\nselamanya\nselanjutnya\nselasa\nselatan\nselepas\nseluruh\nseluruhnya\nsemacam\nsemakin\nsemalam\nsemampu\nsemampunya\nsemasa\nsemasih\nsemata\nsemaunya\nsementara\nsemisal\nsemisalnya\nsempat\nsemua\nsemuanya\nsemula\nsen\nsendiri\nsendirian\nsendirinya\nsenin\nseolah\nseolah-olah\nseorang\nsepak\nsepanjang\nsepantasnya\nsepantasnyalah\nseperlunya\nseperti\nsepertinya\nsepihak\nsept\nseptember\nserangan\nserantau\nseri\nserikat\nsering\nseringnya\nserta\nserupa\nsesaat\nsesama\nsesampai\nsesegera\nsesekali\nseseorang\nsesi\nsesuai\nsesuatu\nsesuatunya\nsesudah\nsesudahnya\nsetelah\nsetempat\nsetengah\nseterusnya\nsetiap\nsetiausaha\nsetiba\nsetibanya\nsetidak\nsetidaknya\nsetinggi\nseusai\nsewaktu\nsiap\nsiapa\nsiapakah\nsiapapun\nsiaran\nsidang\nsingapura\nsini\nsinilah\nsistem\nsoal\nsoalnya\nsokongan\nsri\nstasiun\nsuara\nsuatu\nsudah\nsudahkah\nsudahlah\nsukan\nsuku\nsumber\nsungai\nsupaya\nsurat\nsusut\nsyarikat\nsyed\ntadi\ntadinya\ntahap\ntahu\ntahun\ntak\ntama\ntambah\ntambahnya\ntampak\ntampaknya\ntampil\ntan\ntanah\ntandas\ntandasnya\ntanggal\ntanpa\ntanya\ntanyakan\ntanyanya\ntapi\ntawaran\ntegas\ntegasnya\nteknologi\ntelah\ntelevisi\nteman\ntempat\ntempatan\ntempo\ntempoh\ntenaga\ntengah\ntentang\ntentara\ntentu\ntentulah\ntentunya\ntepat\nterakhir\nterasa\nterbaik\nterbang\nterbanyak\nterbesar\nterbuka\nterdahulu\nterdapat\nterdiri\nterhadap\nterhadapnya\nteringat\nterjadi\nterjadilah\nterjadinya\nterkait\nterkenal\nterkira\nterlalu\nterlebih\nterletak\nterlihat\ntermasuk\nternyata\ntersampaikan\ntersebut\ntersebutlah\ntertentu\ntertuju\nterus\nterutama\ntestimoni\ntestimony\ntetap\ntetapi\nthe\ntiada\ntiap\ntiba\ntidak\ntidakkah\ntidaklah\ntidaknya\ntiga\ntim\ntimbalan\ntimur\ntindakan\ntinggal\ntinggi\ntingkat\ntoh\ntokoh\ntry\ntun\ntunai\ntunjuk\nturun\nturut\ntutur\ntuturnya\ntv\nuang\nucap\nucapnya\nudara\nujar\nujarnya\numum\numumnya\nunescape\nungkap\nungkapnya\nunit\nuniversitas\nuntuk\nuntung\nupaya\nurus\nusah\nusaha\nusai\nuser\nutama\nutara\nvar\nversi\nwaduh\nwah\nwahai\nwakil\nwaktu\nwaktunya\nwalau\nwalaupun\nwang\nwanita\nwarga\nwarta\nwib\nwilayah\nwong\nword\nya\nyaitu\nyakin\nyakni\nyang\nzaman"
  },
  {
    "path": "newspaper/resources/text/stopwords-it.txt",
    "content": "﻿ad\nal\nallo\nai\nagli\nall\nagl\nalla\nalle\ncon\ncol\ncoi\nda\ndal\ndallo\ndai\ndagli\ndall\ndagl\ndalla\ndalle\ndi\ndel\ndello\ndei\ndegli\ndell\ndegl\ndella\ndelle\nin\nnel\nnello\nnei\nnegli\nnell\nnegl\nnella\nnelle\nsu\nsul\nsullo\nsui\nsugli\nsull\nsugl\nsulla\nsulle\nper\ntra\ncontro\nio\ntu\nlui\nlei\nnoi\nvoi\nloro\nmio\nmia\nmiei\nmie\ntuo\ntua\ntuoi\ntue\nsuo\nsua\nsuoi\nsue\nnostro\nnostra\nnostri\nnostre\nvostro\nvostra\nvostri\nvostre\nmi\nti\nci\nvi\nlo\nla\nli\nle\ngli\nne\nil\nun\nuno\nuna\nma\ned\nse\nperchè\nperché\nperche\nanche\ncome\ndov\ndove\nche\nchi\ncui\nnon\npiù\npiu\nquale\nquanto\nquanti\nquanta\nquante\nquello\nquelli\nquella\nquelle\nquesto\nquesti\nquesta\nqueste\nsi\ntutto\ntutti\na\nc\ne\ni\nl\no\nho\nhai\nha\nabbiamo\navete\nhanno\nabbia\nabbiate\nabbiano\navrò\navro\navrai\navrà\navra\navremo\navrete\navranno\navrei\navresti\navrebbe\navremmo\navreste\navrebbero\navevo\navevi\naveva\navevamo\navevate\navevano\nebbi\navesti\nebbe\navemmo\naveste\nebbero\navessi\navesse\navessimo\navessero\navendo\navuto\navuta\navuti\navute\nsono\nsei\nè\né\ne\nsiamo\nsiete\nsia\nsiate\nsiano\nsarà\nsarai\nsarò\nsaro\nsaremo\nsarete\nsaranno\nsarei\nsaresti\nsarebbe\nsaremmo\nsareste\nsarebbero\nero\neri\nera\neravamo\neravate\nerano\nfui\nfosti\nfu\nfummo\nfoste\nfurono\nfossi\nfosse\nfossimo\nfossero\nessendo\nfaccio\nfai\nfacciamo\nfanno\nfaccia\nfacciate\nfacciano\nfarà\nfarai\nfarò\nfaremo\nfarete\nfaranno\nfarei\nfaresti\nfarebbe\nfaremmo\nfareste\nfarebbero\nfacevo\nfacevi\nfaceva\nfacevamo\nfacevate\nfacevano\nfeci\nfacesti\nfece\nfacemmo\nfaceste\nfecero\nfacessi\nfacesse\nfacessimo\nfacessero\nfacendo\nsto\nstai\nsta\nstiamo\nstanno\nstia\nstiate\nstiano\nstarà\nstarai\nstarò\nstaremo\nstarete\nstaranno\nstarei\nstaresti\nstarebbe\nstaremmo\nstareste\nstarebbero\nstavo\nstavi\nstava\nstavamo\nstavate\nstavano\nstetti\nstesti\nstette\nstemmo\nsteste\nstettero\nstessi\nstesse\nstessimo\nstessero\nstando\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-ja.txt",
    "content": "あそこ\nあっ\nあの\nあのかた\nあの人\nあり\nあります\nある\nあれ\nい\nいう\nいます\nいる\nう\nうち\nえ\nお\nおよび\nおり\nおります\nか\nかつて\nから\nが\nき\nここ\nこちら\nこと\nこの\nこれ\nこれら\nさ\nさらに\nし\nしかし\nする\nず\nせ\nせる\nそこ\nそして\nその\nその他\nその後\nそれ\nそれぞれ\nそれで\nた\nただし\nたち\nため\nたり\nだ\nだっ\nだれ\nつ\nて\nで\nでき\nできる\nです\nでは\nでも\nと\nという\nといった\nとき\nところ\nとして\nとともに\nとも\nと共に\nどこ\nどの\nな\nない\nなお\nなかっ\nながら\nなく\nなっ\nなど\nなに\nなら\nなり\nなる\nなん\nに\nにおいて\nにおける\nについて\nにて\nによって\nにより\nによる\nに対して\nに対する\nに関する\nの\nので\nのみ\nは\nば\nへ\nほか\nほとんど\nほど\nます\nまた\nまたは\nまで\nも\nもの\nものの\nや\nよう\nより\nら\nられ\nられる\nれ\nれる\nを\nん\n何\n及び\n彼\n彼女\n我々\n特に\n私\n私達\n貴方\n貴方方"
  },
  {
    "path": "newspaper/resources/text/stopwords-ko.txt",
    "content": "을\n의\n에\n이\n를\n으로\n은\n는\n가\n로\n하고\n과\n에서\n도\n와\n이다\n고\n부터\n까지\n께\n에는\n이라고\n만\n라고\n보다\n에도\n다\n토록\n에게\n나\n대로\n에서는\n이나\n이며\n요\n든\n으로써\n같이\n로는\n밖에\n과의\n며\n로부터\n처럼\n아\n라\n여\n으로는\n이고\n에서의\n이라는\n만에\n으로부터\n에서도\n와의\n엔\n만을\n부터는\n만의\n야\n까지의\n과는\n치고\n과를\n으로의\n까지는\n보다는\n만이\n에만\n로의"
  },
  {
    "path": "newspaper/resources/text/stopwords-lt.txt",
    "content": "taip\njas\nbe\nkito\ntaps\njuos\ndvi\nbūti\njo\nkita\njuo\nkokį\ngero\ntie\nmes\nbei\nsavo\nmūsų\nbus\nrodo\njame\nkam\nprie\nkada\nitin\nkuo\ntiek\ntoks\nir\ndar\nnei\npatį\nvisa\nmums\nkad\nko\narba\nvisą\npats\njis\npat\nnet\nkurį\nnėra\nnė\npusė\npati\nmetu\nne\njam\njais\nkuri\nį\nmano\nmus\nirgi\nta\nšiuo\njų\nvėl\nvis\njei\nsu\nšia\nkiti\nsau\nna\nvirš\nkeli\nbūtų\njai\nteks\no\nnamų\nšalį\nyra\nšiol\nšią\napie\nkiek\ndaug\nkai\ngal\ntų\njog\njos\ngana\nman\ndėl\ntą\njums\nšis\ngera\nbet\nper\nnegu\ntarp\ntokį\ntoli\nliko\nkaip\nteko\nnuo\ntapo\nbūna\nvos\njūsų\npo\nturi\nką\nlink\nčia\nšie\ntai\njie\ntuo\nštai\nar\nnors\ntos\njau\nant\nbent\nesu\nkol\npusę\nvien\nbeje\nnes\nmane\nkoks\nši\niš\nkitų\naš\njuk\ntu\nkur\nnori\ntik\ntuos\njūs\ntas\ntam\ntada\njį\ndalį\nabu\npas\nten\nypač\nšios\nšio\ntad\nšių\niki\ndeja\nviso\nto\nvisų\nji\nkas\nlyg\nsave\nšiek"
  },
  {
    "path": "newspaper/resources/text/stopwords-mk.txt",
    "content": "а\nе\nод\nдо\nбез\nсо\nза\nна\nја\nго\nги\nниз\nисто\nистото\nпод\nнад\nда\nќе\nво\nнего\nнеа\nтој\nтаа\nтоа\nние\nвие\nтие\nкој\nкоја\nкои\nдали\nсе\nне\nбеше\nеден\nедно\nјас\nрече\nсите\nсум\nсме\nовде\nтака\nи\nшто\nили\nпо\nно\nму\nпа\nнив\nни\nитн\nбил\nкај\nова\nврз\na\nдве\nби\nона\nси\nкое\nако\nдва\nима\nв\nкако\nсамо\nдека\nедна\nтуку\nкога\nсега\nми\nпотоа\nти\nкон\nдодека\nвеќе\nнешто\nуште\nтаму\nли\nбеа\nме\nнекој\nништо\nтука\nпред\nим\nкаде\nповторно\nниту\nбиде\nтолку\nникогаш\nмене\nтогаш\nсвоите\nсето\nнема\nоколу\nмногу\nполека\nсекогаш\nзошто\nте\nдобро\nможеби\nколку\nможеше\nнивните\nпреку\nмиг\nзнам\nмалку\nвратата\nох\nнавистина\nоваа\nпокрај\nповеќе\nовој\nсеуште\nимаше\nсвојата\nнеговите\nнеговата\nдруго\nзашто\nнемаше\nвоопшто\nпонекогаш\nах\nзад\nеднаш\nсвојот\nдури\nсебе\nви\nтокму\nзарем\nсте\nбило\nсосема\nсекој\nнеговото\nдруг\nмошне\nајде\nможел\nможе\nпри\nпак\nсè\nдруги\nтреба\nама\nпосле\nнекоја\nнас\nбе\nникој\nодма\nсѐ\nај\nнѐ\nнеколку\nоние\nмора\nоди\nеј\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-nb.txt",
    "content": "alle\nandre\narbeid\nav\nbegge\nbort\nbra\nbruke\nda\ndenne\nder\nderes\ndet\ndin\ndisse\ndu\neller\nen\nene\neneste\nenhver\nenn\ner\net\nfolk\nfor\nfordi\nforsÛke\nfra\nfÅ\nfÛr\nfÛrst\ngjorde\ngjÛre\ngod\ngÅ\nha\nhadde\nhan\nhans\nhennes\nher\nhva\nhvem\nhver\nhvilken\nhvis\nhvor\nhvordan\nhvorfor\nikke\ninn\ninnen\nkan\nkunne\nlage\nlang\nlik\nlike\nmakt\nmange\nmed\nmeg\nmeget\nmen\nmens\nmer\nmest\nmin\nmye\nmÅ\nmÅte\nnavn\nnei\nny\nnÅ\nnÅr\nog\nogsÅ\nom\nopp\noss\nover\npart\npunkt\npÅ\nrett\nriktig\nsamme\nsant\nsi\nsiden\nsist\nskulle\nslik\nslutt\nsom\nstart\nstille\ntid\ntil\ntilbake\ntilstand\nunder\nut\nuten\nvar\nved\nverdi\nvi\nvil\nville\nvite\nvÅr\nvÖre\nvÖrt\nÅ\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-nl.txt",
    "content": "aan\naf\nal\nals\nbij\ndan\ndat\ndie\ndit\neen\nen\ner\nhad\nheb\nhem\nhet\nhij\nhoe\nhun\nik\nin\nis\nje\nkan\nme\nmen\nmet\nmij\nnog\nnu\nof\nons\nook\nte\ntot\nuit\nvan\nwas\nwat\nwe\nwel\nwij\nzal\nze\nzei\nzij\nzo\nzou\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-no.txt",
    "content": "at\nav\nde\nden\nder\ndet\ndu\nen\ner\net\nfor\nfra\nfør\nmed\nog\nom\nover\npå\nsom\ntil\nved\når\nalle\nbare\nble\nbort\nbra\nda\ndeg\ndem\ndenne\ndere\nderes\ndet\ndette\ndin\ndisse\ndit\nditt\neller\nene\nenn\ner\net\nett\netter\nfor\nfram\nførst\nfå\ngod\ngå\nha\nhan\nhans\nhar\nher\nhit\nhun\nhva\nhvem\nhver\nikke\ninn\nja\njeg\nkan\nkom\nkun\nkunne\nlage\nlang\nlik\nlike\nman\nmer\nmin\nmot\nmye\nmå\nmåte\nned\nnei\nnoe\nnoen\nny\nnå\nnår\nogså\nopp\noss\nseg\nselv\nsi\nsiden\nsin\nsine\nsist\nskal\nskulle\nslik\nsom\nså\nsånn\ntid\ntil\nunder\nut\nuten\nvar\nved\nvi\nvil\nvite\nvår\nå\ndei\ndi\ndå\neg"
  },
  {
    "path": "newspaper/resources/text/stopwords-pl.txt",
    "content": "a\naby\nach\nacz\naczkolwiek\naj\nalbo\nale\nalez\należ\nani\naz\naż\nbardziej\nbardzo\nbeda\nbedzie\nbez\ndeda\nbędą\nbede\nbędę\nbędzie\nbo\nbowiem\nby\nbyc\nbyć\nbyl\nbyla\nbyli\nbylo\nbyly\nbył\nbyła\nbyło\nbyły\nbynajmniej\ncala\ncali\ncaly\ncała\ncały\nci\ncie\nciebie\ncię\nco\ncokolwiek\ncos\ncoś\nczasami\nczasem\nczemu\nczy\nczyli\ndaleko\ndla\ndlaczego\ndlatego\ndo\ndobrze\ndokad\ndokąd\ndosc\ndość\nduzo\ndużo\ndwa\ndwaj\ndwie\ndwoje\ndzis\ndzisiaj\ndziś\ngdy\ngdyby\ngdyz\ngdyż\ngdzie\ngdziekolwiek\ngdzies\ngdzieś\ngo\ni\nich\nile\nim\ninna\ninne\ninny\ninnych\niz\niż\nja\njak\njakas\njakaś\njakby\njaki\njakichs\njakichś\njakie\njakis\njakiś\njakiz\njakiż\njakkolwiek\njako\njakos\njakoś\nją\nje\njeden\njedna\njednak\njednakze\njednakże\njedno\njego\njej\njemu\njesli\njest\njestem\njeszcze\njeśli\njezeli\njeżeli\njuz\njuż\nkazdy\nkażdy\nkiedy\nkilka\nkims\nkimś\nkto\nktokolwiek\nktora\nktore\nktorego\nktorej\nktory\nktorych\nktorym\nktorzy\nktos\nktoś\nktóra\nktóre\nktórego\nktórej\nktóry\nktórych\nktórym\nktórzy\nku\nlat\nlecz\nlub\nma\nmają\nmało\nmam\nmi\nmiedzy\nmiędzy\nmimo\nmna\nmną\nmnie\nmoga\nmogą\nmoi\nmoim\nmoj\nmoja\nmoje\nmoze\nmozliwe\nmozna\nmoże\nmożliwe\nmożna\nmój\nmu\nmusi\nmy\nna\nnad\nnam\nnami\nnas\nnasi\nnasz\nnasza\nnasze\nnaszego\nnaszych\nnatomiast\nnatychmiast\nnawet\nnia\nnią\nnic\nnich\nnie\nniech\nniego\nniej\nniemu\nnigdy\nnim\nnimi\nniz\nniż\nno\no\nobok\nod\nokoło\non\nona\none\noni\nono\noraz\noto\nowszem\npan\npana\npani\npo\npod\npodczas\npomimo\nponad\nponiewaz\nponieważ\npowinien\npowinna\npowinni\npowinno\npoza\nprawie\nprzeciez\nprzecież\nprzed\nprzede\nprzedtem\nprzez\nprzy\nroku\nrowniez\nrównież\nsam\nsama\nsą\nsie\nsię\nskad\nskąd\nsoba\nsobą\nsobie\nsposob\nsposób\nswoje\nta\ntak\ntaka\ntaki\ntakie\ntakze\ntakże\ntam\nte\ntego\ntej\nten\nteraz\nteż\nto\ntoba\ntobą\ntobie\ntotez\ntoteż\ntotobą\ntrzeba\ntu\ntutaj\ntwoi\ntwoim\ntwoj\ntwoja\ntwoje\ntwój\ntwym\nty\ntych\ntylko\ntym\nu\nw\nwam\nwami\nwas\nwasz\nwasza\nwasze\nwe\nwedług\nwiele\nwielu\nwięc\nwięcej\nwlasnie\nwłaśnie\nwszyscy\nwszystkich\nwszystkie\nwszystkim\nwszystko\nwtedy\nwy\nz\nza\nzaden\nzadna\nzadne\nzadnych\nzapewne\nzawsze\nze\nzeby\nzeznowu\nzł\nznow\nznowu\nznów\nzostal\nzostał\nżaden\nżadna\nżadne\nżadnych\nże\nżeby"
  },
  {
    "path": "newspaper/resources/text/stopwords-pt.txt",
    "content": "a\nacerca\nadeus\nagora\nainda\nalem\nalgmas\nalgo\nalgumas\nalguns\nali\nalém\nambas\nambos\nano\nanos\nantes\nao\naonde\naos\napenas\napoio\napontar\napos\napós\naquela\naquelas\naquele\naqueles\naqui\naquilo\nas\nassim\natravés\natrás\naté\naí\nbaixo\nbastante\nbem\nboa\nboas\nbom\nbons\nbreve\ncada\ncaminho\ncatorze\ncedo\ncento\ncertamente\ncerteza\ncima\ncinco\ncoisa\ncom\ncomo\ncomprido\nconhecido\nconselho\ncontra\ncontudo\ncorrente\ncuja\ncujas\ncujo\ncujos\ncusta\ncá\nda\ndaquela\ndaquelas\ndaquele\ndaqueles\ndar\ndas\nde\ndebaixo\ndela\ndelas\ndele\ndeles\ndemais\ndentro\ndepois\ndesde\ndesligado\ndessa\ndessas\ndesse\ndesses\ndesta\ndestas\ndeste\ndestes\ndeve\ndevem\ndeverá\ndez\ndezanove\ndezasseis\ndezassete\ndezoito\ndia\ndiante\ndireita\ndispoe\ndispoem\ndiversa\ndiversas\ndiversos\ndiz\ndizem\ndizer\ndo\ndois\ndos\ndoze\nduas\ndurante\ndá\ndão\ndúvida\ne\nela\nelas\nele\neles\nem\nembora\nenquanto\nentao\nentre\nentão\nera\neram\nessa\nessas\nesse\nesses\nesta\nestado\nestamos\nestar\nestará\nestas\nestava\nestavam\neste\nesteja\nestejam\nestejamos\nestes\nesteve\nestive\nestivemos\nestiver\nestivera\nestiveram\nestiverem\nestivermos\nestivesse\nestivessem\nestiveste\nestivestes\nestivéramos\nestivéssemos\nestou\nestá\nestás\nestávamos\nestão\neu\nexemplo\nfalta\nfará\nfavor\nfaz\nfazeis\nfazem\nfazemos\nfazer\nfazes\nfazia\nfaço\nfez\nfim\nfinal\nfoi\nfomos\nfor\nfora\nforam\nforem\nforma\nformos\nfosse\nfossem\nfoste\nfostes\nfui\nfôramos\nfôssemos\ngeral\ngrande\ngrandes\ngrupo\nha\nhaja\nhajam\nhajamos\nhavemos\nhavia\nhei\nhoje\nhora\nhoras\nhouve\nhouvemos\nhouver\nhouvera\nhouveram\nhouverei\nhouverem\nhouveremos\nhouveria\nhouveriam\nhouvermos\nhouverá\nhouverão\nhouveríamos\nhouvesse\nhouvessem\nhouvéramos\nhouvéssemos\nhá\nhão\niniciar\ninicio\nir\nirá\nisso\nista\niste\nisto\njá\nlado\nlhe\nlhes\nligado\nlocal\nlogo\nlonge\nlugar\nlá\nmaior\nmaioria\nmaiorias\nmais\nmal\nmas\nme\nmediante\nmeio\nmenor\nmenos\nmeses\nmesma\nmesmas\nmesmo\nmesmos\nmeu\nmeus\nmil\nminha\nminhas\nmomento\nmuito\nmuitos\nmáximo\nmês\nna\nnada\nnao\nnaquela\nnaquelas\nnaquele\nnaqueles\nnas\nnem\nnenhuma\nnessa\nnessas\nnesse\nnesses\nnesta\nnestas\nneste\nnestes\nno\nnoite\nnome\nnos\nnossa\nnossas\nnosso\nnossos\nnova\nnovas\nnove\nnovo\nnovos\nnum\nnuma\nnumas\nnunca\nnuns\nnão\nnível\nnós\nnúmero\no\nobra\nobrigada\nobrigado\noitava\noitavo\noito\nonde\nontem\nonze\nos\nou\noutra\noutras\noutro\noutros\npara\nparece\nparte\npartir\npaucas\npegar\npela\npelas\npelo\npelos\nperante\nperto\npessoas\npode\npodem\npoder\npoderá\npodia\npois\nponto\npontos\npor\nporque\nporquê\nportanto\nposição\npossivelmente\nposso\npossível\npouca\npouco\npoucos\npovo\nprimeira\nprimeiras\nprimeiro\nprimeiros\npromeiro\npropios\nproprio\nprópria\npróprias\npróprio\npróprios\npróxima\npróximas\npróximo\npróximos\npuderam\npôde\npõe\npõem\nquais\nqual\nqualquer\nquando\nquanto\nquarta\nquarto\nquatro\nque\nquem\nquer\nquereis\nquerem\nqueremas\nqueres\nquero\nquestão\nquieto\nquinta\nquinto\nquinze\nquáis\nquê\nrelação\nsabe\nsabem\nsaber\nse\nsegunda\nsegundo\nsei\nseis\nseja\nsejam\nsejamos\nsem\nsempre\nsendo\nser\nserei\nseremos\nseria\nseriam\nserá\nserão\nseríamos\nsete\nseu\nseus\nsexta\nsexto\nsim\nsistema\nsob\nsobre\nsois\nsomente\nsomos\nsou\nsua\nsuas\nsão\nsétima\nsétimo\nsó\ntal\ntalvez\ntambem\ntambém\ntanta\ntantas\ntanto\ntarde\nte\ntem\ntemos\ntempo\ntendes\ntenha\ntenham\ntenhamos\ntenho\ntens\ntentar\ntentaram\ntente\ntentei\nter\nterceira\nterceiro\nterei\nteremos\nteria\nteriam\nterá\nterão\nteríamos\nteu\nteus\nteve\ntinha\ntinham\ntipo\ntive\ntivemos\ntiver\ntivera\ntiveram\ntiverem\ntivermos\ntivesse\ntivessem\ntiveste\ntivestes\ntivéramos\ntivéssemos\ntoda\ntodas\ntodo\ntodos\ntrabalhar\ntrabalho\ntreze\ntrês\ntu\ntua\ntuas\ntudo\ntão\ntém\ntêm\ntínhamos\num\numa\numas\nuns\nusa\nusar\nvai\nvais\nvalor\nveja\nvem\nvens\nver\nverdade\nverdadeiro\nvez\nvezes\nviagem\nvindo\nvinte\nvocê\nvocês\nvos\nvossa\nvossas\nvosso\nvossos\nvários\nvão\nvêm\nvós\nzero\nà\nàs\nárea\né\néramos\nés\núltimo\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-ro.txt",
    "content": "acea\r\naceasta\r\naceastă\r\naceea\r\nacei\r\naceia\r\nacel\r\nacela\r\nacele\r\nacelea\r\nacest\r\nacesta\r\naceste\r\nacestea\r\naceşti\r\naceştia\r\nacolo\r\nacord\r\nacum\r\nai\r\naia\r\naibă\r\naici\r\nal\r\năla\r\nale\r\nalea\r\nălea\r\naltceva\r\naltcineva\r\nam\r\nar\r\nare\r\naş\r\naşadar\r\nasemenea\r\nasta\r\năsta\r\nastăzi\r\nastea\r\năstea\r\năştia\r\nasupra\r\naţi\r\nau\r\navea\r\navem\r\naveţi\r\nazi\r\nbine\r\nbucur\r\nbună\r\nca\r\ncă\r\ncăci\r\ncând\r\ncare\r\ncărei\r\ncăror\r\ncărui\r\ncât\r\ncâte\r\ncâţi\r\ncătre\r\ncâtva\r\ncaut\r\nce\r\ncel\r\nceva\r\nchiar\r\ncinci\r\ncînd\r\ncine\r\ncineva\r\ncît\r\ncîte\r\ncîţi\r\ncîtva\r\ncontra\r\ncu\r\ncum\r\ncumva\r\ncurând\r\ncurînd\r\nda\r\ndă\r\ndacă\r\ndar\r\ndată\r\ndatorită\r\ndau\r\nde\r\ndeci\r\ndeja\r\ndeoarece\r\ndeparte\r\ndeşi\r\ndin\r\ndinaintea\r\ndintr-\r\ndintre\r\ndoi\r\ndoilea\r\ndouă\r\ndrept\r\ndupă\r\nea\r\nei\r\nel\r\nele\r\neram\r\neste\r\neşti\r\neu\r\nface\r\nfără\r\nfata\r\nfi\r\nfie\r\nfiecare\r\nfii\r\nfim\r\nfiţi\r\nfiu\r\nfrumos\r\ngraţie\r\nhalbă\r\niar\r\nieri\r\nîi\r\nîl\r\nîmi\r\nîmpotriva\r\nîn \r\nînainte\r\nînaintea\r\nîncât\r\nîncît\r\nîncotro\r\nîntre\r\nîntrucât\r\nîntrucît\r\nîţi\r\nla\r\nlângă\r\nle\r\nli\r\nlîngă\r\nlor\r\nlui\r\nmă\r\nmai\r\nmâine\r\nmea\r\nmei\r\nmele\r\nmereu\r\nmeu\r\nmi\r\nmie\r\nmîine\r\nmine\r\nmult\r\nmultă\r\nmulţi\r\nmulţumesc\r\nne\r\nnevoie\r\nnicăieri\r\nnici\r\nnimeni\r\nnimeri\r\nnimic\r\nnişte\r\nnoastră\r\nnoastre\r\nnoi\r\nnoroc\r\nnoştri\r\nnostru\r\nnouă\r\nnu\r\nopt\r\nori\r\noricând\r\noricare\r\noricât\r\norice\r\noricînd\r\noricine\r\noricît\r\noricum\r\noriunde\r\npână\r\npatra\r\npatru\r\npatrulea\r\npe\r\npentru\r\npeste\r\npic\r\npînă\r\npoate\r\npot\r\nprea\r\nprima\r\nprimul\r\nprin\r\npuţin\r\npuţina\r\npuţină\r\nrog\r\nsa\r\nsă\r\nsăi\r\nsale\r\nşapte\r\nşase\r\nsau\r\nsău\r\nse\r\nşi\r\nsînt\r\nsîntem\r\nsînteţi\r\nspate\r\nspre\r\nştiu\r\nsub\r\nsunt\r\nsuntem\r\nsunteţi\r\nsută\r\nta\r\ntăi\r\ntale\r\ntău\r\nte\r\nţi\r\nţie\r\ntimp\r\ntine\r\ntoată\r\ntoate\r\ntot\r\ntoţi\r\ntotuşi\r\ntrei\r\ntreia\r\ntreilea\r\ntu\r\nun\r\nuna\r\nunde\r\nundeva\r\nunei\r\nuneia\r\nunele\r\nuneori\r\nunii\r\nunor\r\nunora\r\nunu\r\nunui\r\nunuia\r\nunul\r\nvă\r\nvi\r\nvoastră\r\nvoastre\r\nvoi\r\nvoştri\r\nvostru\r\nvouă\r\nvreme\r\nvreo\r\nvreun\r\nzece\r\nzero\r\nzi\r\nzice"
  },
  {
    "path": "newspaper/resources/text/stopwords-ru.txt",
    "content": "а\r\nе\r\nи\r\nж\r\nм\r\nо\r\nна\r\nне\r\nни\r\nоб\r\nно\r\nон\r\nмне\r\nмои\r\nмож\r\nона\r\nони\r\nоно\r\nмной\r\nмного\r\nмногочисленное\r\nмногочисленная\r\nмногочисленные\r\nмногочисленный\r\nмною\r\nмой\r\nмог\r\nмогут\r\nможно\r\nможет\r\nможхо\r\nмор\r\nмоя\r\nмоё\r\nмочь\r\nнад\r\nнее\r\nоба\r\nнам\r\nнем\r\nнами\r\nними\r\nмимо\r\nнемного\r\nодной\r\nодного\r\nменее\r\nоднажды\r\nоднако\r\nменя\r\nнему\r\nменьше\r\nней\r\nнаверху\r\nнего\r\nниже\r\nмало\r\nнадо\r\nодин\r\nодиннадцать\r\nодиннадцатый\r\nназад\r\nнаиболее\r\nнедавно\r\nмиллионов\r\nнедалеко\r\nмежду\r\nнизко\r\nмеля\r\nнельзя\r\nнибудь\r\nнепрерывно\r\nнаконец\r\nникогда\r\nникуда\r\nнас\r\nнаш\r\nнет\r\nнею\r\nнеё\r\nних\r\nмира\r\nнаша\r\nнаше\r\nнаши\r\nничего\r\nначала\r\nнередко\r\nнесколько\r\nобычно\r\nопять\r\nоколо\r\nмы\r\nну\r\nнх\r\nот\r\nотовсюду\r\nособенно\r\nнужно\r\nочень\r\nотсюда\r\nв\r\nво\r\nвон\r\nвниз\r\nвнизу\r\nвокруг\r\nвот\r\nвосемнадцать\r\nвосемнадцатый\r\nвосемь\r\nвосьмой\r\nвверх\r\nвам\r\nвами\r\nважное\r\nважная\r\nважные\r\nважный\r\nвдали\r\nвезде\r\nведь\r\nвас\r\nваш\r\nваша\r\nваше\r\nваши\r\nвпрочем\r\nвесь\r\nвдруг\r\nвы\r\nвсе\r\nвторой\r\nвсем\r\nвсеми\r\nвремени\r\nвремя\r\nвсему\r\nвсего\r\nвсегда\r\nвсех\r\nвсею\r\nвсю\r\nвся\r\nвсё\r\nвсюду\r\nг\r\nгод\r\nговорил\r\nговорит\r\nгода\r\nгоду\r\nгде\r\nда\r\nее\r\nза\r\nиз\r\nли\r\nже\r\nим\r\nдо\r\nпо\r\nими\r\nпод\r\nиногда\r\nдовольно\r\nименно\r\nдолго\r\nпозже\r\nболее\r\nдолжно\r\nпожалуйста\r\nзначит\r\nиметь\r\nбольше\r\nпока\r\nему\r\nимя\r\nпор\r\nпора\r\nпотом\r\nпотому\r\nпосле\r\nпочему\r\nпочти\r\nпосреди\r\nей\r\nдва\r\nдве\r\nдвенадцать\r\nдвенадцатый\r\nдвадцать\r\nдвадцатый\r\nдвух\r\nего\r\nдел\r\nили\r\nбез\r\nдень\r\nзанят\r\nзанята\r\nзанято\r\nзаняты\r\nдействительно\r\nдавно\r\nдевятнадцать\r\nдевятнадцатый\r\nдевять\r\nдевятый\r\nдаже\r\nалло\r\nжизнь\r\nдалеко\r\nблизко\r\nздесь\r\nдальше\r\nдля\r\nлет\r\nзато\r\nдаром\r\nпервый\r\nперед\r\nзатем\r\nзачем\r\nлишь\r\nдесять\r\nдесятый\r\nею\r\nеё\r\nих\r\nбы\r\nеще\r\nпри\r\nбыл\r\nпро\r\nпроцентов\r\nпротив\r\nпросто\r\nбывает\r\nбывь\r\nесли\r\nлюди\r\nбыла\r\nбыли\r\nбыло\r\nбудем\r\nбудет\r\nбудете\r\nбудешь\r\nпрекрасно\r\nбуду\r\nбудь\r\nбудто\r\nбудут\r\nещё\r\nпятнадцать\r\nпятнадцатый\r\nдруго\r\nдругое\r\nдругой\r\nдругие\r\nдругая\r\nдругих\r\nесть\r\nпять\r\nбыть\r\nлучше\r\nпятый\r\nк\r\nком\r\nконечно\r\nкому\r\nкого\r\nкогда\r\nкоторой\r\nкоторого\r\nкоторая\r\nкоторые\r\nкоторый\r\nкоторых\r\nкем\r\nкаждое\r\nкаждая\r\nкаждые\r\nкаждый\r\nкажется\r\nкак\r\nкакой\r\nкакая\r\nкто\r\nкроме\r\nкуда\r\nкругом\r\nс\r\nт\r\nу\r\nя\r\nта\r\nте\r\nуж\r\nсо\r\nто\r\nтом\r\nснова\r\nтому\r\nсовсем\r\nтого\r\nтогда\r\nтоже\r\nсобой\r\nтобой\r\nсобою\r\nтобою\r\nсначала\r\nтолько\r\nуметь\r\nтот\r\nтою\r\nхорошо\r\nхотеть\r\nхочешь\r\nхоть\r\nхотя\r\nсвое\r\nсвои\r\nтвой\r\nсвоей\r\nсвоего\r\nсвоих\r\nсвою\r\nтвоя\r\nтвоё\r\nраз\r\nуже\r\nсам\r\nтам\r\nтем\r\nчем\r\nсама\r\nсами\r\nтеми\r\nсамо\r\nрано\r\nсамом\r\nсамому\r\nсамой\r\nсамого\r\nсемнадцать\r\nсемнадцатый\r\nсамим\r\nсамими\r\nсамих\r\nсаму\r\nсемь\r\nчему\r\nраньше\r\nсейчас\r\nчего\r\nсегодня\r\nсебе\r\nтебе\r\nсеаой\r\nчеловек\r\nразве\r\nтеперь\r\nсебя\r\nтебя\r\nседьмой\r\nспасибо\r\nслишком\r\nтак\r\nтакое\r\nтакой\r\nтакие\r\nтакже\r\nтакая\r\nсих\r\nтех\r\nчаще\r\nчетвертый\r\nчерез\r\nчасто\r\nшестой\r\nшестнадцать\r\nшестнадцатый\r\nшесть\r\nчетыре\r\nчетырнадцать\r\nчетырнадцатый\r\nсколько\r\nсказал\r\nсказала\r\nсказать\r\nту\r\nты\r\nтри\r\nэта\r\nэти\r\nчто\r\nэто\r\nчтоб\r\nэтом\r\nэтому\r\nэтой\r\nэтого\r\nчтобы\r\nэтот\r\nстал\r\nтуда\r\nэтим\r\nэтими\r\nрядом\r\nтринадцать\r\nтринадцатый\r\nэтих\r\nтретий\r\nтут\r\nэту\r\nсуть\r\nчуть\r\nтысяч\r\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-sl.txt",
    "content": "a\nali\napril\navgust\nb\nbi\nbil\nbila\nbile\nbili\nbilo\nbiti\nblizu\nbo\nbodo\nbojo\nbolj\nbom\nbomo\nboste\nbova\nboš\nbrez\nc\ncel\ncela\nceli\ncelo\nd\nda\ndaleč\ndan\ndanes\ndatum\ndecember\ndeset\ndeseta\ndeseti\ndeseto\ndevet\ndeveta\ndeveti\ndeveto\ndo\ndober\ndobra\ndobri\ndobro\ndokler\ndol\ndolg\ndolga\ndolgi\ndovolj\ndrug\ndruga\ndrugi\ndrugo\ndva\ndve\ne\neden\nen\nena\nene\neni\nenkrat\neno\netc.\nf\nfebruar\ng\ng.\nga\nga.\ngor\ngospa\ngospod\nh\nhalo\ni\nidr.\nii\niii\nin\niv\nix\niz\nj\njanuar\njaz\nje\nji\njih\njim\njo\njulij\njunij\njutri\nk\nkadarkoli\nkaj\nkajti\nkako\nkakor\nkamor\nkamorkoli\nkar\nkarkoli\nkaterikoli\nkdaj\nkdo\nkdorkoli\nker\nki\nkje\nkjer\nkjerkoli\nko\nkoder\nkoderkoli\nkoga\nkomu\nkot\nkratek\nkratka\nkratke\nkratki\nl\nlahka\nlahke\nlahki\nlahko\nle\nlep\nlepa\nlepe\nlepi\nlepo\nleto\nm\nmaj\nmajhen\nmajhna\nmajhni\nmalce\nmalo\nmanj\nmarec\nme\nmed\nmedtem\nmene\nmesec\nmi\nmidva\nmidve\nmnogo\nmoj\nmoja\nmoje\nmora\nmorajo\nmoram\nmoramo\nmorate\nmoraš\nmorem\nmu\nn\nna\nnad\nnaj\nnajina\nnajino\nnajmanj\nnaju\nnajveč\nnam\nnarobe\nnas\nnato\nnazaj\nnaš\nnaša\nnaše\nne\nnedavno\nnedelja\nnek\nneka\nnekaj\nnekatere\nnekateri\nnekatero\nnekdo\nneke\nnekega\nneki\nnekje\nneko\nnekoga\nnekoč\nni\nnikamor\nnikdar\nnikjer\nnikoli\nnič\nnje\nnjega\nnjegov\nnjegova\nnjegovo\nnjej\nnjemu\nnjen\nnjena\nnjeno\nnji\nnjih\nnjihov\nnjihova\nnjihovo\nnjiju\nnjim\nnjo\nnjun\nnjuna\nnjuno\nno\nnocoj\nnovember\nnpr.\no\nob\noba\nobe\noboje\nod\nodprt\nodprta\nodprti\nokoli\noktober\non\nonadva\none\noni\nonidve\nosem\nosma\nosmi\nosmo\noz.\np\npa\npet\npeta\npetek\npeti\npeto\npo\npod\npogosto\npoleg\npoln\npolna\npolni\npolno\nponavadi\nponedeljek\nponovno\npotem\npovsod\npozdravljen\npozdravljeni\nprav\nprava\nprave\npravi\npravo\nprazen\nprazna\nprazno\nprbl.\nprecej\npred\nprej\npreko\npri\npribl.\npribližno\nprimer\npripravljen\npripravljena\npripravljeni\nproti\nprva\nprvi\nprvo\nr\nravno\nredko\nres\nreč\ns\nsaj\nsam\nsama\nsame\nsami\nsamo\nse\nsebe\nsebi\nsedaj\nsedem\nsedma\nsedmi\nsedmo\nsem\nseptember\nseveda\nsi\nsicer\nskoraj\nskozi\nslab\nsmo\nso\nsobota\nspet\nsreda\nsrednja\nsrednji\nsta\nste\nstran\nstvar\nsva\nt\nta\ntak\ntaka\ntake\ntaki\ntako\ntakoj\ntam\nte\ntebe\ntebi\ntega\ntežak\ntežka\ntežki\ntežko\nti\ntista\ntiste\ntisti\ntisto\ntj.\ntja\nto\ntoda\ntorek\ntretja\ntretje\ntretji\ntri\ntu\ntudi\ntukaj\ntvoj\ntvoja\ntvoje\nu\nv\nvaju\nvam\nvas\nvaš\nvaša\nvaše\nve\nvedno\nvelik\nvelika\nveliki\nveliko\nvendar\nves\nveč\nvi\nvidva\nvii\nviii\nvisok\nvisoka\nvisoke\nvisoki\nvsa\nvsaj\nvsak\nvsaka\nvsakdo\nvsake\nvsaki\nvsakomur\nvse\nvsega\nvsi\nvso\nvčasih\nvčeraj\nx\nz\nza\nzadaj\nzadnji\nzakaj\nzaprta\nzaprti\nzaprto\nzdaj\nzelo\nzunaj\nč\nče\nčesto\nčetrta\nčetrtek\nčetrti\nčetrto\nčez\nčigav\nš\nšest\nšesta\nšesti\nšesto\nštiri\nž\nže"
  },
  {
    "path": "newspaper/resources/text/stopwords-sr.txt",
    "content": "baš\nbez\nbiæe\nbio\nbiti\nblizu\nbroj\ndana\ndanas\ndoæi\ndobar\ndobiti\ndok\ndole\ndošao\ndrugi\nduž\ndva\nèesto\nèiji\ngde\ngore\nhvala\niæi\niako\nide\nima\nimam\nimao\nispod\nizmeðu\niznad\nizvan\nizvoli\njedan\njedini\njednom\njeste\njoš\njuèe\nkad\nkako\nkao\nkoga\nkoja\nkoje\nkoji\nkroz\nmali\nmanji\nmisli\nmnogo\nmoæi\nmogu\nmora\nmorao\nnaæi\nnaš\nnegde\nnego\nnekad\nneki\nnemam\nnešto\nnije\nnijedan\nnikada\nnismo\nništa\nnjega\nnjegov\nnjen\nnjih\nnjihov\noko\nokolo\nona\nonaj\noni\nono\nosim\nostali\notišao\novako\novamo\novde\nove\novo\npitati\npoèetak\npojedini\nposle\npovodom\npraviti\npre\npreko\nprema\nprvi\nput\nradije\nsada\nsmeti\nšta\nstvar\nstvarno\nsutra\nsvaki\nsve\nsvim\nsvugde\ntaèno\ntada\ntaj\ntakoðe\ntamo\ntim\nuèinio\nuèiniti\numalo\nunutra\nupotrebiti\nuzeti\nvaš\nveæina\nveoma\nvideo\nviše\nzahvaliti\nzašto\nzbog\nželeo\nželi\nznati\n\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-sv.txt",
    "content": "#-----------------------------------------------------------------------\n# translated\n#-----------------------------------------------------------------------\n\nkunna\nom\novan\nenligt\ni enlighet med detta\növer\nfaktiskt\nefter\nefteråt\nigen\nmot\när inte\nalla\ntillåta\ntillåter\nnästan\nensam\nlängs\nredan\nockså\näven om\nalltid\nam\nbland\nbland\nen\noch\nen annan\nnågon\nnågon\nhur som helst\nnågon\nnågot\nändå\nändå\nvar som helst\nisär\nvisas\nuppskatta\nlämpligt\när\ninte\nrunt\nsom\nåt sidan\nbe\nfrågar\nassocierad\nvid\ntillgängliga\nbort\nväldigt\nvara\nblev\neftersom\nbli\nblir\nblir\nvarit\ninnan\nförhand\nbakom\nvara\ntro\nnedan\nbredvid\nförutom\nbäst\nbättre\nmellan\nbortom\nbåde\nkort\nmen\ngenom\nc\nc'mon\nc: s\nkom\nkampanj\nkan\nkan inte\nkan inte\ncant\norsaka\norsaker\nviss\nsäkerligen\nförändringar\nklart\nco\ncom\nkomma\nkommer\nom\nföljaktligen\növerväga\növerväger\ninnehålla\ninnehållande\ninnehåller\nmotsvarande\nkunde\nkunde inte\nkurs\nnärvarande\ndefinitivt\nbeskrivits\ntrots\ngjorde\ninte\nolika\ngöra\ngör\ninte\ngör\ninte\ngjort\nned\nnedåt\nunder\nvarje\nedu\nåtta\nantingen\nannars\nnågon annanstans\ntillräckligt\ngodkändes\nhelt\nspeciellt\net\netc\näven\nnågonsin\nvarje\nalla\nalla\nallt\növerallt\nex\nexakt\nexempel\nutom\nlångt\nfå\nfemte\nförst\nfinansiella\nfem\nföljt\nefter\nföljer\nför\nfd\ntidigare\nframåt\nfyra\nfrån\nytterligare\ndessutom\nfå\nblir\nfå\ngiven\nger\ngå\ngår\ngå\nborta\nfick\nfått\nhälsningar\nhade\nhade inte\nhänder\nknappast\nhar\nhar inte\nha\nhar inte\nmed\nhan\nhan är\nhallå\nhjälpa\nhence\nhenne\nhär\nhär finns\nhärefter\nhärmed\nhäri\nhärpå\nhennes\nsjälv\nhej\nhonom\nsjälv\nhans\nhit\nförhoppningsvis\nhur\nhowbeit\ndock\njag skulle\njag ska\njag är\njag har\nom\nignoreras\nomedelbar\ni\neftersom\ninc\nindeed\nindikera\nindikerade\nindikerar\ninre\nmån\nistället\nin\ninåt\när\när inte\nden\ndet skulle\ndet ska\ndet är\ndess\nsjälv\nbara\nhålla\nhåller\nhålls\nvet\nvet\nkänd\nsista\nnyligen\nsenare\nsenare\nlatterly\nminst\nmindre\nlest\nlåt\nlåt oss\nliknande\ngillade\nsannolikt\nlite\nser\nser\nser\nltd\nhuvudsakligen\nmånga\nkan\nkanske\nmig\nbetyda\nunder tiden\nendast\nkanske\nmer\ndessutom\nmest\nmestadels\nmycket\nmåste\nmin\nsjälv\nnamn\nnämligen\nnd\nnära\nnästan\nnödvändigt\nbehöver\nbehov\nvarken\naldrig\nändå\nny\nnästa\nnio\ningen\ningen\nicke\ningen\ningen\neller\nnormalt\ninte\ningenting\nroman\nnu\ningenstans\nuppenbarligen\nav\noff\nofta\noh\nok\nokay\ngammal\npå\nen gång\nett\nettor\nendast\npå\neller\nandra\nandra\nannars\nborde\nvår\nvårt\noss\nut\nutanför\növer\növergripande\negen\nsärskilt\nsärskilt\nper\nkanske\nplaceras\nvänligen\nplus\nmöjligt\nförmodligen\nförmodligen\nger\nganska\ncitera\nkvartalsvis\nsnarare\nverkligen\nrimligen\nom\noavsett\ngäller\nrelativt\nrespektive\nhöger\nsa\nsamma\nsåg\nsäga\nsäger\nsäger\nandra\ndet andra\nse\nser\nverkar\nverkade\ninformationsproblem\nverkar\nsett\nsjälv\nsjälva\nförnuftig\nskickas\nallvarlig\nallvarligt\nsju\nflera\nskall\nhon\nbör\nbör inte\neftersom\nsex\nså\nnågra\nnågon\npå något sätt\nnågon\nnågot\nsometime\nibland\nnågot\nnågonstans\nsnart\nsorry\nspecificerade\nange\nange\nfortfarande\nsub\nsådan\nsup\nsäker\nt s\nta\ntas\nberätta\ntenderar\nän\ntacka\ntack\nthanx\natt\ndet är\nbrinner\nden\nderas\nderas\ndem\nsjälva\nsedan\ndärifrån\ndär\ndet finns\ndärefter\ndärigenom\ndärför\ndäri\ntheres\ndärpå\ndessa\nde\nde hade\nde kommer\nde är\nde har\ntror\ntredje\ndetta\ngrundlig\ngrundligt\nde\nthough\ntre\ngenom\nhela\nthru\nsålunda\ntill\ntillsammans\nalltför\ntog\nmot\nmot\nförsökte\nförsöker\nverkligt\nförsök\nförsöker\ntvå gånger\ntvå\nenligt\ntyvärr\nsåvida inte\nosannolikt\ntills\nåt\nupp\npå\noss\nanvända\nanvänds\nanvändbar\nanvänder\nanvändning\nvanligtvis\nuucp\nvärde\nolika\nmycket\nvia\nviz\nvs\nvill\nvill\nvar\nvar inte\nsätt\nvi\nvi skulle\nvi kommer\nvi är\nvi har\nvälkommen\nväl\ngick\nvar\nvar inte\nvad\nvad är\noavsett\nnär\nvarifrån\nnärhelst\ndär\nvar är\nvarefter\nmedan\nvarigenom\nvari\nvarpå\nvarhelst\nhuruvida\nsom\nmedan\ndit\nsom\nvem är\nvem\nhela\nvem\nvars\nvarför\nkommer\nvillig\nönskar\nmed\ninom\nutan\nkommer inte\nundrar\nskulle\nskulle inte\nja\nännu\nni\ndu skulle\nkommer du\ndu är\ndu har\ndin\nsjälv\ner\nnoll\ntjänsteman\nskarpt\nkritiserade\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-sw.txt",
    "content": "akasema\nalikuwa\nalisema\nbaada\nbasi\nbila\ncha\nchini\nhadi\nhapo\nhata\nhivyo\nhiyo\nhuku\nhuo\nili\nilikuwa\njuu\nkama\nkaribu\nkatika\nkila\nkima\nkisha\nkubwa\nkutoka\nkuwa\nkwa\nkwamba\nkwenda\nkwenye\nla\nlakini\nmara\nmdogo\nmimi\nmkubwa\nmmoja\nmoja\nmuda\nmwenye\nna\nnaye\nndani\nng\nni\nnini\nnonkungu\npamoja\npia\nsana\nsasa\nsauti\ntafadhali\ntena\ntu\nvile\nwa\nwakati\nwake\nwalikuwa\nwao\nwatu\nwengine\nwote\nya\nyake\nyangu\nyao\nyeye\nyule\nza\nzaidi\nzake\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-th.txt",
    "content": "กล่าว\nกว่า\nกัน\nกับ\nการ\nก็\nก่อน\nขณะ\nขอ\nของ\nขึ้น\nคง\nครั้ง\nความ\nคือ\nจะ\nจัด\nจาก\nจึง\nช่วง\nซึ่ง\nดัง\nด้วย\nด้าน\nตั้ง\nตั้งแต่\nตาม\nต่อ\nต่าง\nต่างๆ\nต้อง\nถึง\nถูก\nถ้า\nทั้ง\nทั้งนี้\nทาง\nที่\nที่สุด\nทุก\nทํา\nทําให้\nนอกจาก\nนัก\nนั้น\nนี้\nน่า\nนํา\nบาง\nผล\nผ่าน\nพบ\nพร้อม\nมา\nมาก\nมี\nยัง\nรวม\nระหว่าง\nรับ\nราย\nร่วม\nลง\nวัน\nว่า\nสุด\nส่ง\nส่วน\nสําหรับ\nหนึ่ง\nหรือ\nหลัง\nหลังจาก\nหลาย\nหาก\nอยาก\nอยู่\nอย่าง\nออก\nอะไร\nอาจ\nอีก\nเขา\nเข้า\nเคย\nเฉพาะ\nเช่น\nเดียว\nเดียวกัน\nเนื่องจาก\nเปิด\nเปิดเผย\nเป็น\nเป็นการ\nเพราะ\nเพื่อ\nเมื่อ\nเรา\nเริ่ม\nเลย\nเห็น\nเอง\nแต่\nแบบ\nแรก\nและ\nแล้ว\nแห่ง\nโดย\nใน\nให้\nได้\nไป\nไม่\nไว้\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-tr.txt",
    "content": "acaba\naltmış\naltı\nama\nancak\narada\naslında\nayrıca\nbana\nbazı\nbelki\nben\nbenden\nbeni\nbenim\nberi\nbeş\nbile\nbin\nbir\nbirçok\nbiri\nbirkaç\nbirkez\nbirşey\nbirşeyi\nbiz\nbize\nbizden\nbizi\nbizim\nböyle\nböylece\nbu\nbuna\nbunda\nbundan\nbunlar\nbunları\nbunların\nbunu\nbunun\nburada\nçok\nçünkü\nda\ndaha\ndahi\nde\ndefa\ndeğil\ndiğer\ndiye\ndoksan\ndokuz\ndolayı\ndolayısıyla\ndört\nedecek\neden\nederek\nedilecek\nediliyor\nedilmesi\nediyor\neğer\nelli\nen\netmesi\netti\nettiği\nettiğini\ngibi\ngöre\nhalen\nhangi\nhatta\nhem\nhenüz\nhep\nhepsi\nher\nherhangi\nherkes\nherkesin\nhiç\nhiçbir\niçin\niki\nile\nilgili\nise\nişte\nitibaren\nitibariyle\nkadar\nkarşın\nkatrilyon\nkendi\nkendilerine\nkendini\nkendisi\nkendisine\nkendisini\nkez\nki\nkim\nkimden\nkime\nkimi\nkimse\nkırk\nmilyar\nmilyon\nmu\nmü\nmı\nnasıl\nne\nneden\nnedenle\nnerde\nnerede\nnereye\nniye\nniçin\no\nolan\nolarak\noldu\nolduğu\nolduğunu\nolduklarını\nolmadı\nolmadığı\nolmak\nolması\nolmayan\nolmaz\nolsa\nolsun\nolup\nolur\nolursa\noluyor\non\nona\nondan\nonlar\nonlardan\nonları\nonların\nonu\nonun\notuz\noysa\nöyle\npek\nrağmen\nsadece\nsanki\nsekiz\nseksen\nsen\nsenden\nseni\nsenin\nsiz\nsizden\nsizi\nsizin\nşey\nşeyden\nşeyi\nşeyler\nşöyle\nşu\nşuna\nşunda\nşundan\nşunları\nşunu\ntarafından\ntrilyon\ntüm\nüç\nüzere\nvar\nvardı\nve\nveya\nya\nyani\nyapacak\nyapılan\nyapılması\nyapıyor\nyapmak\nyaptı\nyaptığı\nyaptığını\nyaptıkları\nyedi\nyerine\nyetmiş\nyine\nyirmi\nyoksa\nyüz\nzaten\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-uk.txt",
    "content": "a\nб\nв\nж\nз\nу\nя\nє\nі\nаж\nви\nде\nдо\nза\nзі\nми\nна\nне\nну\nні\nпо\nта\nти\nто\nту\nті\nце\nцю\nця\nці\nчи\nще\nщо\nяк\nїй\nїм\nїх\nїї\nабо\nале\nбез\nбув\nвам\nвас\nваш\nвже\nвсе\nвсю\nвся\nвід\nвін\nдва\nдві\nдля\nким\nмоя\nмоє\nмої\nміг\nміж\nмій\nнад\nнам\nнас\nнаш\nнею\nнеї\nних\nніж\nній\nось\nпри\nпро\nпід\nраз\nрік\nсам\nсих\nсім\nтак\nтам\nтеж\nтим\nтих\nтой\nтою\nтри\nтут\nхоч\nхто\nцей\nцим\nцих\nчас\nщоб\nяка\nякі\nадже\nбуде\nбуду\nбудь\nбула\nбули\nбуло\nбути\nвами\nваша\nваше\nваші\nвесь\nвниз\nвона\nвони\nвоно\nвсею\nвсім\nвсіх\nвтім\nгеть\nдалі\nдвох\nдень\nдуже\nзате\nйого\nйому\nкаже\nкого\nколи\nкому\nкрім\nкуди\nлише\nлюди\nмало\nмати\nмене\nмені\nмиру\nмною\nможе\nнами\nнаша\nнаше\nнаші\nними\nніби\nодин\nпоки\nпора\nрано\nроку\nроці\nсама\nсаме\nсаму\nсамі\nсвою\nсвоє\nсвої\nсебе\nсобі\nстав\nсуть\nтака\nтаке\nтакі\nтвоя\nтвоє\nтвій\nтебе\nтими\nтобі\nтого\nтоді\nтому\nтуди\nхоча\nхіба\nцими\nцієї\nчасу\nчого\nчому\nякий\nяких\nякої\nякщо\nім'я\nінша\nінше\nінші\nбуває\nбудеш\nбільш\nвгору\nвміти\nвнизу\nвісім\nдавно\nдаром\nдобре\nдовго\nдякую\nжиття\nзараз\nзнову\nкожен\nкожна\nкожне\nкожні\nкраще\nледве\nмайже\nменше\nмогти\nможна\nназад\nнемає\nнижче\nнього\nоднак\nп'ять\nперед\nпоруч\nпотім\nпроти\nпісля\nроків\nсамим\nсамих\nсамій\nсвого\nсвоєї\nсвоїх\nсобою\nсправ\nтакий\nтакож\nтепер\nтисяч\nтобою\nтреба\nтрохи\nусюди\nусіма\nхочеш\nцього\nцьому\nчасто\nчерез\nшість\nякого\nіноді\nінший\nінших\nбагато\nбудемо\nбудете\nбудуть\nбільше\nвсього\nвсьому\nдалеко\nдесять\nдосить\nдругий\nдійсно\nзавжди\nзвідси\nзовсім\nкругом\nкілька\nлюдина\nможуть\nнавіть\nнавіщо\nнагорі\nнебудь\nнизько\nніколи\nнікуди\nнічого\nобидва\nодного\nоднієї\nп'ятий\nперший\nпросто\nраніше\nраптом\nсамими\nсамого\nсамому\nсказав\nскрізь\nсьомий\nтретій\nтільки\nхотіти\nчотири\nчудово\nшостий\nблизько\nважлива\nважливе\nважливі\nвдалині\nвосьмий\nговорив\nдев'ять\nдесятий\nзайнята\nзайнято\nзайняті\nзанадто\nзначить\nнавколо\nнарешті\nнерідко\nповинно\nпосеред\nпочатку\nпізніше\nсказала\nсказати\nскільки\nспасибі\nчастіше\nважливий\nдвадцять\nдев'ятий\nзазвичай\nзайнятий\nзвичайно\nздається\nнайбільш\nне можна\nнедалеко\nособливо\nпотрібно\nспочатку\nсьогодні\nчисленна\nчисленне\nчисленні\nвідсотків\nдвадцятий\nзвідусіль\nмільйонів\nнещодавно\nпрекрасно\nчетвертий\nчисленний\nдванадцять\nодинадцять\nсімнадцять\nтринадцять\nбезперервно\nдванадцятий\nодинадцятий\nп'ятнадцять\nсімнадцятий\nтринадцятий\nшістнадцять\nвісімнадцять\nп'ятнадцятий\nчотирнадцять\nшістнадцятий\nвісімнадцятий\nдев'ятнадцять\nчотирнадцятий\nдев'ятнадцятий"
  },
  {
    "path": "newspaper/resources/text/stopwords-vi.txt",
    "content": "nhận\nrằng\ncao\nnhà\nquá\nriêng\ngì\nmuốn\nrồi\nsố\nthấy\nhay\nlên\nlần\nnào\nqua\nbằng\nđiều\nbiết\nlớn\nkhác\nvừa\nnếu\nthời gian\nhọ\ntừng\nđây\ntháng\ntrước\nchính\ncả\nviệc\nchưa\ndo\nnói\nra\nnên\nđều\nđi\ntới\ntôi\ncó thể\ncùng\nvì\nlàm\nlại\nmới\nngày\nđó\nvẫn\nmình\nchỉ\nthì\nđang\ncòn\nbị\nmà\nnăm\nnhất\nhơn\nsau\nông\nrất\nanh\nphải\nnhư\ntrên\ntại\ntheo\nkhi\nnhưng\nvào\nđến\nnhiều\nngười\ntừ\nsẽ\nở\ncũng\nkhông\nvề\nđể\nnày\nnhững\nmột\ncác\ncho\nđược\nvới\ncó\ntrong\nđã\nlà\nvà\ncủa\nthực sự\nở trên\ntất cả\ndưới\nhầu hết\nluôn\ngiữa\nbất kỳ\nhỏi\nbạn\ncô\ntôi\ntớ\ncậu\nbác\nchú\ndì\nthím\ncậu\nmợ\nông\nbà\nem\nthường\nai\ncảm ơn\n"
  },
  {
    "path": "newspaper/resources/text/stopwords-zh.txt",
    "content": "的\r\n一\r\n不\r\n在\r\n人\r\n有\r\n是\r\n为\r\n以\r\n于\r\n上\r\n他\r\n而\r\n后\r\n之\r\n来\r\n及\r\n了\r\n因\r\n下\r\n可\r\n到\r\n由\r\n这\r\n与\r\n也\r\n此\r\n但\r\n并\r\n个\r\n其\r\n已\r\n无\r\n小\r\n我\r\n们\r\n起\r\n最\r\n再\r\n今\r\n去\r\n好\r\n只\r\n又\r\n或\r\n很\r\n亦\r\n某\r\n把\r\n那\r\n你\r\n乃\r\n它\r\n吧\r\n被\r\n比\r\n别\r\n趁\r\n当\r\n从\r\n到\r\n得\r\n打\r\n凡\r\n儿\r\n尔\r\n该\r\n各\r\n给\r\n跟\r\n和\r\n何\r\n还\r\n即\r\n几\r\n既\r\n看\r\n据\r\n距\r\n靠\r\n啦\r\n了\r\n另\r\n么\r\n每\r\n们\r\n嘛\r\n拿\r\n哪\r\n那\r\n您\r\n凭\r\n且\r\n却\r\n让\r\n仍\r\n啥\r\n如\r\n若\r\n使\r\n谁\r\n虽\r\n随\r\n同\r\n所\r\n她\r\n哇\r\n嗡\r\n往\r\n哪\r\n些\r\n向\r\n沿\r\n哟\r\n用\r\n于\r\n咱\r\n则\r\n怎\r\n曾\r\n至\r\n致\r\n着\r\n诸\r\n自"
  },
  {
    "path": "newspaper/settings.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nUnlike configuration.py, this file is meant for static, entire project\nencompassing settings, like memoization and caching file directories.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport os\nimport tempfile\n\nfrom http.cookiejar import CookieJar as cj\n\nfrom .version import __version__\n\nlog = logging.getLogger(__name__)\n\nPARENT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))\n\nPOPULAR_URLS = os.path.join(\n    PARENT_DIRECTORY, 'resources/misc/popular_sources.txt')\nUSERAGENTS = os.path.join(PARENT_DIRECTORY, 'resources/misc/useragents.txt')\n\nSTOPWORDS_DIR = os.path.join(PARENT_DIRECTORY, 'resources/text')\n\n# NLP stopwords are != regular stopwords for now...\nNLP_STOPWORDS_EN = os.path.join(\n    PARENT_DIRECTORY, 'resources/misc/stopwords-nlp-en.txt')\n\nDATA_DIRECTORY = '.newspaper_scraper'\n\nTOP_DIRECTORY = os.path.join(tempfile.gettempdir(), DATA_DIRECTORY)\n\n# Error log\nLOGFILE = os.path.join(TOP_DIRECTORY, 'newspaper_errors_%s.log' % __version__)\nMONITOR_LOGFILE = os.path.join(\n    TOP_DIRECTORY, 'newspaper_monitors_%s.log' % __version__)\n\n# Memo directory (same for all concur crawlers)\nMEMO_FILE = 'memoized'\nMEMO_DIR = os.path.join(TOP_DIRECTORY, MEMO_FILE)\n\n# category and feed cache\nCF_CACHE_DIRECTORY = 'feed_category_cache'\nANCHOR_DIRECTORY = os.path.join(TOP_DIRECTORY, CF_CACHE_DIRECTORY)\n\nTRENDING_URL = 'http://www.google.com/trends/hottrends/atom/feed?pn=p1'\n\nfor path in (TOP_DIRECTORY, MEMO_DIR, ANCHOR_DIRECTORY):\n    try:\n        os.mkdir(path)\n    except FileExistsError:\n        pass\n"
  },
  {
    "path": "newspaper/source.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nSource objects abstract online news source websites & domains.\nwww.cnn.com would be its own source.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nfrom urllib.parse import urljoin, urlsplit, urlunsplit\n\nfrom tldextract import tldextract\n\nfrom . import network\nfrom . import urls\nfrom . import utils\nfrom .article import Article\nfrom .configuration import Configuration\nfrom .extractors import ContentExtractor\nfrom .settings import ANCHOR_DIRECTORY\n\nlog = logging.getLogger(__name__)\n\n\nclass Category(object):\n    def __init__(self, url):\n        self.url = url\n        self.html = None\n        self.doc = None\n\n\nclass Feed(object):\n    def __init__(self, url):\n        self.url = url\n        self.rss = None\n        # TODO self.dom = None, speed up Feedparser\n\n\nNUM_THREADS_PER_SOURCE_WARN_LIMIT = 5\n\n\nclass Source(object):\n    \"\"\"Sources are abstractions of online news vendors like huffpost or cnn.\n    domain     =  'www.cnn.com'\n    scheme     =  'http'\n    categories =  ['http://cnn.com/world', 'http://money.cnn.com']\n    feeds      =  ['http://cnn.com/rss.atom', ..]\n    articles   =  [<article obj>, <article obj>, ..]\n    brand      =  'cnn'\n    \"\"\"\n\n    def __init__(self, url, config=None, **kwargs):\n        \"\"\"The config object for this source will be passed into all of this\n        source's children articles unless specified otherwise or re-set.\n        \"\"\"\n        if (url is None) or ('://' not in url) or (url[:4] != 'http'):\n            raise Exception('Input url is bad!')\n\n        self.config = config or Configuration()\n        self.config = utils.extend_config(self.config, kwargs)\n\n        self.extractor = ContentExtractor(self.config)\n\n        self.url = url\n        self.url = urls.prepare_url(url)\n\n        self.domain = urls.get_domain(self.url)\n        self.scheme = urls.get_scheme(self.url)\n\n        self.categories = []\n        self.feeds = []\n        self.articles = []\n\n        self.html = ''\n        self.doc = None\n\n        self.logo_url = ''\n        self.favicon = ''\n        self.brand = tldextract.extract(self.url).domain\n        self.description = ''\n\n        self.is_parsed = False\n        self.is_downloaded = False\n\n    def build(self):\n        \"\"\"Encapsulates download and basic parsing with lxml. May be a\n        good idea to split this into download() and parse() methods.\n        \"\"\"\n        self.download()\n        self.parse()\n\n        self.set_categories()\n        self.download_categories()  # mthread\n        self.parse_categories()\n\n        self.set_feeds()\n        self.download_feeds()  # mthread\n        # self.parse_feeds()\n\n        self.generate_articles()\n\n    def purge_articles(self, reason, articles):\n        \"\"\"Delete rejected articles, if there is an articles param,\n        purge from there, otherwise purge from source instance.\n\n        Reference this StackOverflow post for some of the wonky\n        syntax below:\n        http://stackoverflow.com/questions/1207406/remove-items-from-a-\n        list-while-iterating-in-python\n        \"\"\"\n        if reason == 'url':\n            articles[:] = [a for a in articles if a.is_valid_url()]\n        elif reason == 'body':\n            articles[:] = [a for a in articles if a.is_valid_body()]\n        return articles\n\n    @utils.cache_disk(seconds=(86400 * 1), cache_folder=ANCHOR_DIRECTORY)\n    def _get_category_urls(self, domain):\n        \"\"\"The domain param is **necessary**, see .utils.cache_disk for reasons.\n        the boilerplate method is so we can use this decorator right.\n        We are caching categories for 1 day.\n        \"\"\"\n        return self.extractor.get_category_urls(self.url, self.doc)\n\n    def set_categories(self):\n        urls = self._get_category_urls(self.domain)\n        self.categories = [Category(url=url) for url in urls]\n\n    def set_feeds(self):\n        \"\"\"Don't need to cache getting feed urls, it's almost\n        instant with xpath\n        \"\"\"\n        common_feed_urls = ['/feed', '/feeds', '/rss']\n        common_feed_urls = [urljoin(self.url, url) for url in common_feed_urls]\n\n        split = urlsplit(self.url)\n        if split.netloc in ('medium.com', 'www.medium.com'):\n            # should handle URL to user or user's post\n            if split.path.startswith('/@'):\n                new_path = '/feed/' + split.path.split('/')[1]\n                new_parts = split.scheme, split.netloc, new_path, '', ''\n                common_feed_urls.append(urlunsplit(new_parts))\n\n        common_feed_urls_as_categories = [Category(url=url) for url in common_feed_urls]\n\n        category_urls = [c.url for c in common_feed_urls_as_categories]\n        requests = network.multithread_request(category_urls, self.config)\n\n        for index, _ in enumerate(common_feed_urls_as_categories):\n            response = requests[index].resp\n            if response and response.ok:\n                common_feed_urls_as_categories[index].html = network.get_html(\n                    response.url, response=response)\n\n        common_feed_urls_as_categories = [c for c in common_feed_urls_as_categories if c.html]\n\n        for _ in common_feed_urls_as_categories:\n            doc = self.config.get_parser().fromstring(_.html)\n            _.doc = doc\n\n        common_feed_urls_as_categories = [c for c in common_feed_urls_as_categories if\n                                          c.doc is not None]\n\n        categories_and_common_feed_urls = self.categories + common_feed_urls_as_categories\n        urls = self.extractor.get_feed_urls(self.url, categories_and_common_feed_urls)\n        self.feeds = [Feed(url=url) for url in urls]\n\n    def set_description(self):\n        \"\"\"Sets a blurb for this source, for now we just query the\n        desc html attribute\n        \"\"\"\n        desc = self.extractor.get_meta_description(self.doc)\n        self.description = desc\n\n    def download(self):\n        \"\"\"Downloads html of source\n        \"\"\"\n        self.html = network.get_html(self.url, self.config)\n\n    def download_categories(self):\n        \"\"\"Download all category html, can use mthreading\n        \"\"\"\n        category_urls = [c.url for c in self.categories]\n        requests = network.multithread_request(category_urls, self.config)\n\n        for index, _ in enumerate(self.categories):\n            req = requests[index]\n            if req.resp is not None:\n                self.categories[index].html = network.get_html(\n                    req.url, response=req.resp)\n            else:\n                log.warning(('Deleting category %s from source %s due to '\n                             'download error') %\n                             (self.categories[index].url, self.url))\n        self.categories = [c for c in self.categories if c.html]\n\n    def download_feeds(self):\n        \"\"\"Download all feed html, can use mthreading\n        \"\"\"\n        feed_urls = [f.url for f in self.feeds]\n        requests = network.multithread_request(feed_urls, self.config)\n\n        for index, _ in enumerate(self.feeds):\n            req = requests[index]\n            if req.resp is not None:\n                self.feeds[index].rss = network.get_html(\n                    req.url, response=req.resp)\n            else:\n                log.warning(('Deleting feed %s from source %s due to '\n                             'download error') %\n                             (self.categories[index].url, self.url))\n        self.feeds = [f for f in self.feeds if f.rss]\n\n    def parse(self):\n        \"\"\"Sets the lxml root, also sets lxml roots of all\n        children links, also sets description\n        \"\"\"\n        # TODO: This is a terrible idea, ill try to fix it when i'm more rested\n        self.doc = self.config.get_parser().fromstring(self.html)\n        if self.doc is None:\n            log.warning('Source %s parse error.' % self.url)\n            return\n        self.set_description()\n\n    def parse_categories(self):\n        \"\"\"Parse out the lxml root in each category\n        \"\"\"\n        log.debug('We are extracting from %d categories' %\n                  len(self.categories))\n        for category in self.categories:\n            doc = self.config.get_parser().fromstring(category.html)\n            category.doc = doc\n\n        self.categories = [c for c in self.categories if c.doc is not None]\n\n    def _map_title_to_feed(self, feed):\n        doc = self.config.get_parser().fromstring(feed.rss)\n        if doc is None:\n            # http://stackoverflow.com/a/24893800\n            return None\n\n        elements = self.config.get_parser().getElementsByTag(doc, tag='title')\n        feed.title = next((element.text for element in elements if element.text), self.brand)\n        return feed\n\n    def parse_feeds(self):\n        \"\"\"Add titles to feeds\n        \"\"\"\n        log.debug('We are parsing %d feeds' %\n                  len(self.feeds))\n        self.feeds = [self._map_title_to_feed(f) for f in self.feeds]\n\n    def feeds_to_articles(self):\n        \"\"\"Returns articles given the url of a feed\n        \"\"\"\n        articles = []\n        for feed in self.feeds:\n            urls = self.extractor.get_urls(feed.rss, regex=True)\n            cur_articles = []\n            before_purge = len(urls)\n\n            for url in urls:\n                article = Article(\n                    url=url,\n                    source_url=feed.url,\n                    config=self.config)\n                cur_articles.append(article)\n\n            cur_articles = self.purge_articles('url', cur_articles)\n            after_purge = len(cur_articles)\n\n            if self.config.memoize_articles:\n                cur_articles = utils.memoize_articles(self, cur_articles)\n            after_memo = len(cur_articles)\n\n            articles.extend(cur_articles)\n\n            log.debug('%d->%d->%d for %s' %\n                      (before_purge, after_purge, after_memo, feed.url))\n        return articles\n\n    def categories_to_articles(self):\n        \"\"\"Takes the categories, splays them into a big list of urls and churns\n        the articles out of each url with the url_to_article method\n        \"\"\"\n        articles = []\n        for category in self.categories:\n            cur_articles = []\n            url_title_tups = self.extractor.get_urls(category.doc, titles=True)\n            before_purge = len(url_title_tups)\n\n            for tup in url_title_tups:\n                indiv_url = tup[0]\n                indiv_title = tup[1]\n\n                _article = Article(\n                    url=indiv_url,\n                    source_url=category.url,\n                    title=indiv_title,\n                    config=self.config\n                )\n                cur_articles.append(_article)\n\n            cur_articles = self.purge_articles('url', cur_articles)\n            after_purge = len(cur_articles)\n\n            if self.config.memoize_articles:\n                cur_articles = utils.memoize_articles(self, cur_articles)\n            after_memo = len(cur_articles)\n\n            articles.extend(cur_articles)\n\n            log.debug('%d->%d->%d for %s' %\n                      (before_purge, after_purge, after_memo, category.url))\n        return articles\n\n    def _generate_articles(self):\n        \"\"\"Returns a list of all articles, from both categories and feeds\n        \"\"\"\n        category_articles = self.categories_to_articles()\n        feed_articles = self.feeds_to_articles()\n\n        articles = feed_articles + category_articles\n        uniq = {article.url: article for article in articles}\n        return list(uniq.values())\n\n    def generate_articles(self, limit=5000):\n        \"\"\"Saves all current articles of news source, filter out bad urls\n        \"\"\"\n        articles = self._generate_articles()\n        self.articles = articles[:limit]\n        log.debug('%d articles generated and cutoff at %d',\n                  len(articles), limit)\n\n    def download_articles(self, threads=1):\n        \"\"\"Downloads all articles attached to self\n        \"\"\"\n        # TODO fix how the article's is_downloaded is not set!\n        urls = [a.url for a in self.articles]\n        failed_articles = []\n\n        if threads == 1:\n            for index, article in enumerate(self.articles):\n                url = urls[index]\n                html = network.get_html(url, config=self.config)\n                self.articles[index].set_html(html)\n                if not html:\n                    failed_articles.append(self.articles[index])\n            self.articles = [a for a in self.articles if a.html]\n        else:\n            if threads > NUM_THREADS_PER_SOURCE_WARN_LIMIT:\n                log.warning(('Using %s+ threads on a single source '\n                            'may result in rate limiting!') % NUM_THREADS_PER_SOURCE_WARN_LIMIT)\n            filled_requests = network.multithread_request(urls, self.config)\n            # Note that the responses are returned in original order\n            for index, req in enumerate(filled_requests):\n                html = network.get_html(req.url, response=req.resp)\n                self.articles[index].set_html(html)\n                if not req.resp:\n                    failed_articles.append(self.articles[index])\n            self.articles = [a for a in self.articles if a.html]\n\n        self.is_downloaded = True\n        if len(failed_articles) > 0:\n            log.warning('The following article urls failed the download: %s' %\n                        ', '.join([a.url for a in failed_articles]))\n\n    def parse_articles(self):\n        \"\"\"Parse all articles, delete if too small\n        \"\"\"\n        for index, article in enumerate(self.articles):\n            article.parse()\n\n        self.articles = self.purge_articles('body', self.articles)\n        self.is_parsed = True\n\n    def size(self):\n        \"\"\"Number of articles linked to this news source\n        \"\"\"\n        if self.articles is None:\n            return 0\n        return len(self.articles)\n\n    def clean_memo_cache(self):\n        \"\"\"Clears the memoization cache for this specific news domain\n        \"\"\"\n        utils.clear_memo_cache(self)\n\n    def feed_urls(self):\n        \"\"\"Returns a list of feed urls\n        \"\"\"\n        return [feed.url for feed in self.feeds]\n\n    def category_urls(self):\n        \"\"\"Returns a list of category urls\n        \"\"\"\n        return [category.url for category in self.categories]\n\n    def article_urls(self):\n        \"\"\"Returns a list of article urls\n        \"\"\"\n        return [article.url for article in self.articles]\n\n    def print_summary(self):\n        \"\"\"Prints out a summary of the data in our source instance\n        \"\"\"\n        print('[source url]:', self.url)\n        print('[source brand]:', self.brand)\n        print('[source domain]:', self.domain)\n        print('[source len(articles)]:', len(self.articles))\n        print('[source description[:50]]:', self.description[:50])\n\n        print('printing out 10 sample articles...')\n\n        for a in self.articles[:10]:\n            print('\\t', '[url]:', a.url)\n            print('\\t[title]:', a.title)\n            print('\\t[len of text]:', len(a.text))\n            print('\\t[keywords]:', a.keywords)\n            print('\\t[len of html]:', len(a.html))\n            print('\\t==============')\n\n        print('feed_urls:', self.feed_urls())\n        print('\\r\\n')\n        print('category_urls:', self.category_urls())\n"
  },
  {
    "path": "newspaper/text.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nStopword extraction and stopword classes.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport os\nimport re\nimport string\n\nfrom .utils import FileHelper\n\nTABSSPACE = re.compile(r'[\\s\\t]+')\n\n\ndef innerTrim(value):\n    if isinstance(value, str):\n        # remove tab and white space\n        value = re.sub(TABSSPACE, ' ', value)\n        value = ''.join(value.splitlines())\n        return value.strip()\n    return ''\n\n\nclass WordStats(object):\n\n    def __init__(self):\n        # total number of stopwords or good words we calc\n        self.stop_word_count = 0\n\n        # total number of words on a node\n        self.word_count = 0\n\n        # holds an actual list of stop words we have\n        self.stop_words = []\n\n    def get_stop_words(self):\n        return self.stop_words\n\n    def set_stop_words(self, words):\n        self.stop_words = words\n\n    def get_stopword_count(self):\n        return self.stop_word_count\n\n    def set_stopword_count(self, wordcount):\n        self.stop_word_count = wordcount\n\n    def get_word_count(self):\n        return self.word_count\n\n    def set_word_count(self, cnt):\n        self.word_count = cnt\n\n\nclass StopWords(object):\n\n    TRANS_TABLE = str.maketrans('', '')\n    _cached_stop_words = {}\n\n    def __init__(self, language='en'):\n        if language not in self._cached_stop_words:\n            path = os.path.join('text', 'stopwords-%s.txt' % language)\n            self._cached_stop_words[language] = \\\n                set(FileHelper.loadResourceFile(path).splitlines())\n        self.STOP_WORDS = self._cached_stop_words[language]\n\n    def remove_punctuation(self, content):\n        # code taken form\n        # http://stackoverflow.com/questions/265960/best-way-to-strip-punctuation-from-a-string-in-python\n        content_is_unicode = isinstance(content, str)\n        if content_is_unicode:\n            content = content.encode('utf-8')\n        trans_table = {ord(c): None for c in string.punctuation}\n        stripped_input = content.decode('utf-8').translate(trans_table)\n\n        return stripped_input\n\n    def candidate_words(self, stripped_input):\n        return stripped_input.split(' ')\n\n    def get_stopword_count(self, content):\n        if not content:\n            return WordStats()\n        ws = WordStats()\n        stripped_input = self.remove_punctuation(content)\n        candidate_words = self.candidate_words(stripped_input.lower())\n        overlapping_stopwords = []\n        c = 0\n        for w in candidate_words:\n            c += 1\n            if w in self.STOP_WORDS:\n                overlapping_stopwords.append(w)\n\n        ws.set_word_count(c)\n        ws.set_stopword_count(len(overlapping_stopwords))\n        ws.set_stop_words(overlapping_stopwords)\n        return ws\n\n\nclass StopWordsChinese(StopWords):\n    \"\"\"Chinese segmentation\n    \"\"\"\n    def __init__(self, language='zh'):\n        super(StopWordsChinese, self).__init__(language='zh')\n\n    def candidate_words(self, stripped_input):\n        # jieba builds a tree that takes a while. avoid building\n        # this tree if we don't use the chinese language\n        import jieba\n        return jieba.cut(stripped_input, cut_all=True)\n\n\nclass StopWordsArabic(StopWords):\n    \"\"\"Arabic segmentation\n    \"\"\"\n    def __init__(self, language='ar'):\n        # force ar languahe code\n        super(StopWordsArabic, self).__init__(language='ar')\n\n    def remove_punctuation(self, content):\n        return content\n\n    def candidate_words(self, stripped_input):\n        import nltk\n        s = nltk.stem.isri.ISRIStemmer()\n        words = []\n        for word in nltk.tokenize.wordpunct_tokenize(stripped_input):\n            words.append(s.stem(word))\n        return words\n\n\nclass StopWordsKorean(StopWords):\n    \"\"\"Korean segmentation\n    \"\"\"\n    def __init__(self, language='ko'):\n        super(StopWordsKorean, self).__init__(language='ko')\n\n    def get_stopword_count(self, content):\n        if not content:\n            return WordStats()\n        ws = WordStats()\n        stripped_input = self.remove_punctuation(content)\n        candidate_words = self.candidate_words(stripped_input)\n        overlapping_stopwords = []\n        c = 0\n        for w in candidate_words:\n            c += 1\n            for s in self.STOP_WORDS:\n                if w.endswith(s):\n                    overlapping_stopwords.append(w)\n\n        ws.set_word_count(c)\n        ws.set_stopword_count(len(overlapping_stopwords))\n        ws.set_stop_words(overlapping_stopwords)\n        return ws\n\n\nclass StopWordsHindi(StopWords):\n    \"\"\"Hindi segmentation\n    \"\"\"\n    def __init__(self, language='hi'):\n        super(StopWordsHindi, self).__init__(language='hi')\n\n    def get_stopword_count(self, content):\n        if not content:\n            return WordStats()\n        ws = WordStats()\n        stripped_input = self.remove_punctuation(content)\n        candidate_words = self.candidate_words(stripped_input)\n        overlapping_stopwords = []\n        c = 0\n        for w in candidate_words:\n            c += 1\n            for stop_word in self.STOP_WORDS:\n                overlapping_stopwords.append(stop_word)\n\n        ws.set_word_count(c)\n        ws.set_stopword_count(len(overlapping_stopwords))\n        ws.set_stop_words(overlapping_stopwords)\n        return ws\n\n\nclass StopWordsJapanese(StopWords):\n    \"\"\"Japanese segmentation\n    \"\"\"\n    def __init__(self, language='ja'):\n        super(StopWordsJapanese, self).__init__(language='ja')\n\n    def candidate_words(self, stripped_input):\n        import tinysegmenter\n        segmenter = tinysegmenter.TinySegmenter()\n        tokens = segmenter.tokenize(stripped_input)\n        return tokens\n\n\nclass StopWordsThai(StopWords):\n    \"\"\"Thai segmentation\n    \"\"\"\n    def __init__(self, language='th'):\n        super(StopWordsThai, self).__init__(language='th')\n\n    def candidate_words(self, stripped_input):\n        import pythainlp\n        tokens = pythainlp.word_tokenize(stripped_input)\n        return tokens\n"
  },
  {
    "path": "newspaper/urls.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nNewspaper treats urls for news articles as critical components.\nHence, we have an entire module dedicated to them.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport logging\nimport re\n\nfrom urllib.parse import parse_qs, urljoin, urlparse, urlsplit, urlunsplit\n\nfrom tldextract import tldextract\n\nlog = logging.getLogger(__name__)\n\n\nMAX_FILE_MEMO = 20000\n\n_STRICT_DATE_REGEX_PREFIX = r'(?<=\\W)'\nDATE_REGEX = r'([\\./\\-_]{0,1}(19|20)\\d{2})[\\./\\-_]{0,1}(([0-3]{0,1}[0-9][\\./\\-_])|(\\w{3,5}[\\./\\-_]))([0-3]{0,1}[0-9][\\./\\-]{0,1})?'\nSTRICT_DATE_REGEX = _STRICT_DATE_REGEX_PREFIX + DATE_REGEX\n\nALLOWED_TYPES = ['html', 'htm', 'md', 'rst', 'aspx', 'jsp', 'rhtml', 'cgi',\n                 'xhtml', 'jhtml', 'asp', 'shtml']\n\nGOOD_PATHS = ['story', 'article', 'feature', 'featured', 'slides',\n              'slideshow', 'gallery', 'news', 'video', 'media',\n              'v', 'radio', 'press']\n\nBAD_CHUNKS = ['careers', 'contact', 'about', 'faq', 'terms', 'privacy',\n              'advert', 'preferences', 'feedback', 'info', 'browse', 'howto',\n              'account', 'subscribe', 'donate', 'shop', 'admin']\n\nBAD_DOMAINS = ['amazon', 'doubleclick', 'twitter']\n\n\ndef remove_args(url, keep_params=(), frags=False):\n    \"\"\"\n    Remove all param arguments from a url.\n    \"\"\"\n    parsed = urlsplit(url)\n    filtered_query = '&'.join(\n        qry_item for qry_item in parsed.query.split('&')\n        if qry_item.startswith(keep_params)\n    )\n    if frags:\n        frag = parsed[4:]\n    else:\n        frag = ('',)\n\n    return urlunsplit(parsed[:3] + (filtered_query,) + frag)\n\n\ndef redirect_back(url, source_domain):\n    \"\"\"\n    Some sites like Pinterest have api's that cause news\n    args to direct to their site with the real news url as a\n    GET param. This method catches that and returns our param.\n    \"\"\"\n    parse_data = urlparse(url)\n    domain = parse_data.netloc\n    query = parse_data.query\n\n    # If our url is even from a remotely similar domain or\n    # sub domain, we don't need to redirect.\n    if source_domain in domain or domain in source_domain:\n        return url\n\n    query_item = parse_qs(query)\n    if query_item.get('url'):\n        # log.debug('caught redirect %s into %s' % (url, query_item['url'][0]))\n        return query_item['url'][0]\n\n    return url\n\n\ndef prepare_url(url, source_url=None):\n    \"\"\"\n    Operations that purify a url, removes arguments,\n    redirects, and merges relatives with absolutes.\n    \"\"\"\n    try:\n        if source_url is not None:\n            source_domain = urlparse(source_url).netloc\n            proper_url = urljoin(source_url, url)\n            proper_url = redirect_back(proper_url, source_domain)\n            # proper_url = remove_args(proper_url)\n        else:\n            # proper_url = remove_args(url)\n            proper_url = url\n    except ValueError as e:\n        log.critical('url %s failed on err %s' % (url, str(e)))\n        proper_url = ''\n\n    return proper_url\n\n\ndef valid_url(url, verbose=False, test=False):\n    \"\"\"\n    Is this URL a valid news-article url?\n\n    Perform a regex check on an absolute url.\n\n    First, perform a few basic checks like making sure the format of the url\n    is right, (scheme, domain, tld).\n\n    Second, make sure that the url isn't some static resource, check the\n    file type.\n\n    Then, search of a YYYY/MM/DD pattern in the url. News sites\n    love to use this pattern, this is a very safe bet.\n\n    Separators can be [\\.-/_]. Years can be 2 or 4 digits, must\n    have proper digits 1900-2099. Months and days can be\n    ambiguous 2 digit numbers, one is even optional, some sites are\n    liberal with their formatting also matches snippets of GET\n    queries with keywords inside them. ex: asdf.php?topic_id=blahlbah\n    We permit alphanumeric, _ and -.\n\n    Our next check makes sure that a keyword is within one of the\n    separators in a url (subdomain or early path separator).\n    cnn.com/story/blah-blah-blah would pass due to \"story\".\n\n    We filter out articles in this stage by aggressively checking to\n    see if any resemblance of the source& domain's name or tld is\n    present within the article title. If it is, that's bad. It must\n    be a company link, like 'cnn is hiring new interns'.\n\n    We also filter out articles with a subdomain or first degree path\n    on a registered bad keyword.\n    \"\"\"\n    # If we are testing this method in the testing suite, we actually\n    # need to preprocess the url like we do in the article's constructor!\n    if test:\n        url = prepare_url(url)\n\n    # 11 chars is shortest valid url length, eg: http://x.co\n    if url is None or len(url) < 11:\n        if verbose: print('\\t%s rejected because len of url is less than 11' % url)\n        return False\n\n    r1 = ('mailto:' in url)  # TODO not sure if these rules are redundant\n    r2 = ('http://' not in url) and ('https://' not in url)\n\n    if r1 or r2:\n        if verbose: print('\\t%s rejected because len of url structure' % url)\n        return False\n\n    path = urlparse(url).path\n\n    # input url is not in valid form (scheme, netloc, tld)\n    if not path.startswith('/'):\n        return False\n\n    # the '/' which may exist at the end of the url provides us no information\n    if path.endswith('/'):\n        path = path[:-1]\n\n    # '/story/cnn/blahblah/index.html' --> ['story', 'cnn', 'blahblah', 'index.html']\n    path_chunks = [x for x in path.split('/') if len(x) > 0]\n\n    # siphon out the file type. eg: .html, .htm, .md\n    if len(path_chunks) > 0:\n        file_type = url_to_filetype(url)\n\n        # if the file type is a media type, reject instantly\n        if file_type and file_type not in ALLOWED_TYPES:\n            if verbose: print('\\t%s rejected due to bad filetype' % url)\n            return False\n\n        last_chunk = path_chunks[-1].split('.')\n        # the file type is not of use to use anymore, remove from url\n        if len(last_chunk) > 1:\n            path_chunks[-1] = last_chunk[-2]\n\n    # Index gives us no information\n    if 'index' in path_chunks:\n        path_chunks.remove('index')\n\n    # extract the tld (top level domain)\n    tld_dat = tldextract.extract(url)\n    subd = tld_dat.subdomain\n    tld = tld_dat.domain.lower()\n\n    url_slug = path_chunks[-1] if path_chunks else ''\n\n    if tld in BAD_DOMAINS:\n        if verbose: print('%s caught for a bad tld' % url)\n        return False\n\n    if len(path_chunks) == 0:\n        dash_count, underscore_count = 0, 0\n    else:\n        dash_count = url_slug.count('-')\n        underscore_count = url_slug.count('_')\n\n    # If the url has a news slug title\n    if url_slug and (dash_count > 4 or underscore_count > 4):\n\n        if dash_count >= underscore_count:\n            if tld not in [x.lower() for x in url_slug.split('-')]:\n                if verbose: print('%s verified for being a slug' % url)\n                return True\n\n        if underscore_count > dash_count:\n            if tld not in [x.lower() for x in url_slug.split('_')]:\n                if verbose: print('%s verified for being a slug' % url)\n                return True\n\n    # There must be at least 2 subpaths\n    if len(path_chunks) <= 1:\n        if verbose: print('%s caught for path chunks too small' % url)\n        return False\n\n    # Check for subdomain & path red flags\n    # Eg: http://cnn.com/careers.html or careers.cnn.com --> BAD\n    for b in BAD_CHUNKS:\n        if b in path_chunks or b == subd:\n            if verbose: print('%s caught for bad chunks' % url)\n            return False\n\n    match_date = re.search(DATE_REGEX, url)\n\n    # if we caught the verified date above, it's an article\n    if match_date is not None:\n        if verbose: print('%s verified for date' % url)\n        return True\n\n    for GOOD in GOOD_PATHS:\n        if GOOD.lower() in [p.lower() for p in path_chunks]:\n            if verbose: print('%s verified for good path' % url)\n            return True\n\n    if verbose: print('%s caught for default false' % url)\n    return False\n\n\ndef url_to_filetype(abs_url):\n    \"\"\"\n    Input a URL and output the filetype of the file\n    specified by the url. Returns None for no filetype.\n    'http://blahblah/images/car.jpg' -> 'jpg'\n    'http://yahoo.com'               -> None\n    \"\"\"\n    path = urlparse(abs_url).path\n    # Eliminate the trailing '/', we are extracting the file\n    if path.endswith('/'):\n        path = path[:-1]\n    path_chunks = [x for x in path.split('/') if len(x) > 0]\n    last_chunk = path_chunks[-1].split('.')  # last chunk == file usually\n    if len(last_chunk) < 2:\n        return None\n    file_type = last_chunk[-1]\n    # Assume that file extension is maximum 5 characters long\n    if len(file_type) <= 5 or file_type.lower() in ALLOWED_TYPES:\n        return file_type.lower()\n    return None\n\n\ndef get_domain(abs_url, **kwargs):\n    \"\"\"\n    returns a url's domain, this method exists to\n    encapsulate all url code into this file\n    \"\"\"\n    if abs_url is None:\n        return None\n    return urlparse(abs_url, **kwargs).netloc\n\n\ndef get_scheme(abs_url, **kwargs):\n    \"\"\"\n    \"\"\"\n    if abs_url is None:\n        return None\n    return urlparse(abs_url, **kwargs).scheme\n\n\ndef get_path(abs_url, **kwargs):\n    \"\"\"\n    \"\"\"\n    if abs_url is None:\n        return None\n    return urlparse(abs_url, **kwargs).path\n\n\ndef is_abs_url(url):\n    \"\"\"\n    this regex was brought to you by django!\n    \"\"\"\n    regex = re.compile(\n        r'^(?:http|ftp)s?://'                                                                 # http:// or https://\n        r'(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\\.)+(?:[A-Z]{2,6}\\.?|[A-Z0-9-]{2,}\\.?)|'  # domain...\n        r'localhost|'                                                                         # localhost...\n        r'\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|'                                                # ...or ipv4\n        r'\\[?[A-F0-9]*:[A-F0-9:]+\\]?)'                                                        # ...or ipv6\n        r'(?::\\d+)?'                                                                          # optional port\n        r'(?:/?|[/?]\\S+)$', re.IGNORECASE)\n\n    c_regex = re.compile(regex)\n    return (c_regex.search(url) is not None)\n"
  },
  {
    "path": "newspaper/utils.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nHolds misc. utility methods which prove to be\nuseful throughout this library.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nimport codecs\nimport hashlib\nimport logging\nimport os\nimport pickle\nimport random\nimport re\nimport string\nimport sys\nimport threading\nimport time\n\nfrom hashlib import sha1\n\nfrom bs4 import BeautifulSoup\n\nfrom . import settings\n\nlog = logging.getLogger(__name__)\nlog.setLevel(logging.DEBUG)\n\n\nclass FileHelper(object):\n    @staticmethod\n    def loadResourceFile(filename):\n        if not os.path.isabs(filename):\n            dirpath = os.path.abspath(os.path.dirname(__file__))\n            path = os.path.join(dirpath, 'resources', filename)\n        else:\n            path = filename\n        try:\n            f = codecs.open(path, 'r', 'utf-8')\n            content = f.read()\n            f.close()\n            return content\n        except IOError:\n            raise IOError(\"Couldn't open file %s\" % path)\n\n\nclass ParsingCandidate(object):\n\n    def __init__(self, url, link_hash):\n        self.url = url\n        self.link_hash = link_hash\n\n\nclass RawHelper(object):\n    @staticmethod\n    def get_parsing_candidate(url, raw_html):\n        if isinstance(raw_html, str):\n            raw_html = raw_html.encode('utf-8', 'replace')\n        link_hash = '%s.%s' % (hashlib.md5(raw_html).hexdigest(), time.time())\n        return ParsingCandidate(url, link_hash)\n\n\nclass URLHelper(object):\n    @staticmethod\n    def get_parsing_candidate(url_to_crawl):\n        # Replace shebang in urls\n        final_url = url_to_crawl.replace('#!', '?_escaped_fragment_=') \\\n            if '#!' in url_to_crawl else url_to_crawl\n        link_hash = '%s.%s' % (hashlib.md5(final_url).hexdigest(), time.time())\n        return ParsingCandidate(final_url, link_hash)\n\n\nclass StringSplitter(object):\n    def __init__(self, pattern):\n        self.pattern = re.compile(pattern)\n\n    def split(self, string):\n        if not string:\n            return []\n        return self.pattern.split(string)\n\n\nclass StringReplacement(object):\n    def __init__(self, pattern, replaceWith):\n        self.pattern = pattern\n        self.replaceWith = replaceWith\n\n    def replaceAll(self, string):\n        if not string:\n            return ''\n        return string.replace(self.pattern, self.replaceWith)\n\n\nclass ReplaceSequence(object):\n    def __init__(self):\n        self.replacements = []\n\n    def create(self, firstPattern, replaceWith=None):\n        result = StringReplacement(firstPattern, replaceWith or '')\n        self.replacements.append(result)\n        return self\n\n    def append(self, pattern, replaceWith=None):\n        return self.create(pattern, replaceWith)\n\n    def replaceAll(self, string):\n        if not string:\n            return ''\n\n        mutatedString = string\n        for rp in self.replacements:\n            mutatedString = rp.replaceAll(mutatedString)\n        return mutatedString\n\n\nclass TimeoutError(Exception):\n    pass\n\n\ndef timelimit(timeout):\n    \"\"\"Borrowed from web.py, rip Aaron Swartz\n    \"\"\"\n    def _1(function):\n        def _2(*args, **kw):\n            class Dispatch(threading.Thread):\n                def __init__(self):\n                    threading.Thread.__init__(self)\n                    self.result = None\n                    self.error = None\n\n                    self.setDaemon(True)\n                    self.start()\n\n                def run(self):\n                    try:\n                        self.result = function(*args, **kw)\n                    except:\n                        self.error = sys.exc_info()\n            c = Dispatch()\n            c.join(timeout)\n            if c.isAlive():\n                raise TimeoutError()\n            if c.error:\n                raise c.error[0](c.error[1])\n            return c.result\n        return _2\n    return _1\n\n\ndef domain_to_filename(domain):\n    \"\"\"All '/' are turned into '-', no trailing. schema's\n    are gone, only the raw domain + \".txt\" remains\n    \"\"\"\n    filename = domain.replace('/', '-')\n    if filename[-1] == '-':\n        filename = filename[:-1]\n    filename += \".txt\"\n    return filename\n\n\ndef filename_to_domain(filename):\n    \"\"\"[:-4] for the .txt at end\n    \"\"\"\n    return filename.replace('-', '/')[:-4]\n\n\ndef is_ascii(word):\n    \"\"\"True if a word is only ascii chars\n    \"\"\"\n    def onlyascii(char):\n        if ord(char) > 127:\n            return ''\n        else:\n            return char\n    for c in word:\n        if not onlyascii(c):\n            return False\n    return True\n\n\ndef extract_meta_refresh(html):\n    \"\"\" Parses html for a tag like:\n    <meta http-equiv=\"refresh\" content=\"0;URL='http://sfbay.craigslist.org/eby/cto/5617800926.html'\" />\n    Example can be found at: https://www.google.com/url?rct=j&sa=t&url=http://sfbay.craigslist.org/eby/cto/\n    5617800926.html&ct=ga&cd=CAAYATIaYTc4ZTgzYjAwOTAwY2M4Yjpjb206ZW46VVM&usg=AFQjCNF7zAl6JPuEsV4PbEzBomJTUpX4Lg\n    \"\"\"\n    soup = BeautifulSoup(html, 'html.parser')\n    element = soup.find('meta', attrs={'http-equiv': 'refresh'})\n    if element:\n        try:\n            wait_part, url_part = element['content'].split(\";\")\n        except ValueError:\n            # In case there are not enough values to unpack\n            # for instance: <meta http-equiv=\"refresh\" content=\"600\" />\n            return None\n        else:\n            # Get rid of any \" or ' inside the element\n            # for instance:\n            # <meta http-equiv=\"refresh\" content=\"0;URL='http://sfbay.craigslist.org/eby/cto/5617800926.html'\" />\n            if url_part.lower().startswith(\"url=\"):\n                return url_part[4:].replace('\"', '').replace(\"'\", '')\n\n\ndef to_valid_filename(s):\n    \"\"\"Converts arbitrary string (for us domain name)\n    into a valid file name for caching\n    \"\"\"\n    valid_chars = \"-_.() %s%s\" % (string.ascii_letters, string.digits)\n    return ''.join(c for c in s if c in valid_chars)\n\n\ndef cache_disk(seconds=(86400 * 5), cache_folder=\"/tmp\"):\n    \"\"\"Caching extracting category locations & rss feeds for 5 days\n    \"\"\"\n    def do_cache(function):\n        def inner_function(*args, **kwargs):\n            \"\"\"Calculate a cache key based on the decorated method signature\n            args[1] indicates the domain of the inputs, we hash on domain!\n            \"\"\"\n            key = sha1((str(args[1]) +\n                        str(kwargs)).encode('utf-8')).hexdigest()\n            filepath = os.path.join(cache_folder, key)\n\n            # verify that the cached object exists and is less than\n            # X seconds old\n            if os.path.exists(filepath):\n                modified = os.path.getmtime(filepath)\n                age_seconds = time.time() - modified\n                if age_seconds < seconds:\n                    return pickle.load(open(filepath, \"rb\"))\n\n            # call the decorated function...\n            result = function(*args, **kwargs)\n            # ... and save the cached object for next time\n            pickle.dump(result, open(filepath, \"wb\"))\n            return result\n        return inner_function\n    return do_cache\n\n\ndef print_duration(method):\n    \"\"\"Prints out the runtime duration of a method in seconds\n    \"\"\"\n    def timed(*args, **kw):\n        ts = time.time()\n        result = method(*args, **kw)\n        te = time.time()\n        print('%r %2.2f sec' % (method.__name__, te - ts))\n        return result\n    return timed\n\n\ndef chunks(l, n):\n    \"\"\"Yield n successive chunks from l\n    \"\"\"\n    newn = int(len(l) / n)\n    for i in range(0, n - 1):\n        yield l[i * newn:i * newn + newn]\n    yield l[n * newn - newn:]\n\n\ndef purge(fn, pattern):\n    \"\"\"Delete files in a dir matching pattern\n    \"\"\"\n    for f in os.listdir(fn):\n        if re.search(pattern, f):\n            os.remove(os.path.join(fn, f))\n\n\ndef clear_memo_cache(source):\n    \"\"\"Clears the memoization cache for this specific news domain\n    \"\"\"\n    d_pth = os.path.join(settings.MEMO_DIR, domain_to_filename(source.domain))\n    if os.path.exists(d_pth):\n        os.remove(d_pth)\n    else:\n        print('memo file for', source.domain, 'has already been deleted!')\n\n\ndef memoize_articles(source, articles):\n    \"\"\"When we parse the <a> links in an <html> page, on the 2nd run\n    and later, check the <a> links of previous runs. If they match,\n    it means the link must not be an article, because article urls\n    change as time passes. This method also uniquifies articles.\n    \"\"\"\n    source_domain = source.domain\n    config = source.config\n\n    if len(articles) == 0:\n        return []\n\n    memo = {}\n    cur_articles = {article.url: article for article in articles}\n    d_pth = os.path.join(settings.MEMO_DIR, domain_to_filename(source_domain))\n\n    if os.path.exists(d_pth):\n        f = codecs.open(d_pth, 'r', 'utf8')\n        urls = f.readlines()\n        f.close()\n        urls = [u.strip() for u in urls]\n\n        memo = {url: True for url in urls}\n        # prev_length = len(memo)\n        for url, article in list(cur_articles.items()):\n            if memo.get(url):\n                del cur_articles[url]\n\n        valid_urls = list(memo.keys()) + list(cur_articles.keys())\n\n        memo_text = '\\r\\n'.join(\n            [href.strip() for href in (valid_urls)])\n    # Our first run with memoization, save every url as valid\n    else:\n        memo_text = '\\r\\n'.join(\n            [href.strip() for href in list(cur_articles.keys())])\n\n    # new_length = len(cur_articles)\n    if len(memo) > config.MAX_FILE_MEMO:\n        # We still keep current batch of articles though!\n        log.critical('memo overflow, dumping')\n        memo_text = ''\n\n    # TODO if source: source.write_upload_times(prev_length, new_length)\n    ff = codecs.open(d_pth, 'w', 'utf-8')\n    ff.write(memo_text)\n    ff.close()\n    return list(cur_articles.values())\n\n\ndef get_useragent():\n    \"\"\"Uses generator to return next useragent in saved file\n    \"\"\"\n    with open(settings.USERAGENTS, 'r') as f:\n        agents = f.readlines()\n        selection = random.randint(0, len(agents) - 1)\n        agent = agents[selection]\n        return agent.strip()\n\n\ndef get_available_languages():\n    \"\"\"Returns a list of available languages and their 2 char input codes\n    \"\"\"\n    stopword_files = os.listdir(os.path.join(settings.STOPWORDS_DIR))\n    two_dig_codes = [f.split('-')[1].split('.')[0] for f in stopword_files]\n    for d in two_dig_codes:\n        assert len(d) == 2\n    two_dig_codes.sort()\n    return two_dig_codes\n\n\ndef print_available_languages():\n    \"\"\"Prints available languages with their full names\n    \"\"\"\n    language_dict = {\n        'ar': 'Arabic',\n        'be': 'Belarusian',\n        'bg': 'Bulgarian',\n        'da': 'Danish',\n        'de': 'German',\n        'el': 'Greek',\n        'en': 'English',\n        'es': 'Spanish',\n        'et': 'Estonian',\n        'fa': 'Persian',\n        'fi': 'Finnish',\n        'fr': 'French',\n        'he': 'Hebrew',\n        'hi': 'Hindi',\n        'hr': 'Croatian',\n        'hu': 'Hungarian',\n        'id': 'Indonesian',\n        'it': 'Italian',\n        'ja': 'Japanese',\n        'ko': 'Korean',\n        'lt': 'Lithuanian',\n        'mk': 'Macedonian',\n        'nb': 'Norwegian (Bokmål)',\n        'nl': 'Dutch',\n        'no': 'Norwegian',\n        'pl': 'Polish',\n        'pt': 'Portuguese',\n        'ro': 'Romanian',\n        'ru': 'Russian',\n        'sl': 'Slovenian',\n        'sr': 'Serbian',\n        'sv': 'Swedish',\n        'sw': 'Swahili',\n        'th': 'Thai',\n        'tr': 'Turkish',\n        'uk': 'Ukrainian',\n        'vi': 'Vietnamese',\n        'zh': 'Chinese',\n    }\n\n    codes = get_available_languages()\n    print('\\nYour available languages are:')\n    print('\\ninput code\\t\\tfull name')\n    for code in codes:\n        print('  %s\\t\\t\\t  %s' % (code, language_dict[code]))\n    print()\n\n\ndef extend_config(config, config_items):\n    \"\"\"\n    We are handling config value setting like this for a cleaner api.\n    Users just need to pass in a named param to this source and we can\n    dynamically generate a config object for it.\n    \"\"\"\n    for key, val in list(config_items.items()):\n        if hasattr(config, key):\n            setattr(config, key, val)\n\n    return config\n"
  },
  {
    "path": "newspaper/version.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nTo change the version of entire package, just edit this one location.\n\"\"\"\n__title__ = 'newspaper'\n__author__ = 'Lucas Ou-Yang'\n__license__ = 'MIT'\n__copyright__ = 'Copyright 2014, Lucas Ou-Yang'\n\nversion_info = (0, 3, 0)\n__version__ = \".\".join(map(str, version_info))\n"
  },
  {
    "path": "newspaper/videos/__init__.py",
    "content": ""
  },
  {
    "path": "newspaper/videos/extractors.py",
    "content": "# -*- coding: utf-8 -*-\nfrom .videos import Video\n\nVIDEOS_TAGS = ['iframe', 'embed', 'object', 'video']\nVIDEO_PROVIDERS = ['youtube', 'vimeo', 'dailymotion', 'kewego']\n\n\nclass VideoExtractor(object):\n    \"\"\"Extracts a list of video from Article top node\n    \"\"\"\n    def __init__(self, config, top_node):\n        self.config = config\n        self.parser = self.config.get_parser()\n        self.top_node = top_node\n        self.candidates = []\n        self.movies = []\n\n    def get_embed_code(self, node):\n        return \"\".join([\n            line.strip()\n            for line in self.parser.nodeToString(node).splitlines()])\n\n    def get_embed_type(self, node):\n        return self.parser.getTag(node)\n\n    def get_width(self, node):\n        return self.parser.getAttribute(node, 'width')\n\n    def get_height(self, node):\n        return self.parser.getAttribute(node, 'height')\n\n    def get_src(self, node):\n        return self.parser.getAttribute(node, 'src')\n\n    def get_provider(self, src):\n        if src:\n            for provider in VIDEO_PROVIDERS:\n                if provider in src:\n                    return provider\n        return None\n\n    def get_video(self, node):\n        \"\"\"Create a video object from a video embed\n        \"\"\"\n        video = Video()\n        video.embed_code = self.get_embed_code(node)\n        video.embed_type = self.get_embed_type(node)\n        video.width = self.get_width(node)\n        video.height = self.get_height(node)\n        video.src = self.get_src(node)\n        video.provider = self.get_provider(video.src)\n        return video\n\n    def get_iframe_tag(self, node):\n        return self.get_video(node)\n\n    def get_video_tag(self, node):\n        \"\"\"Extract html video tags\n        \"\"\"\n        return Video()\n\n    def get_embed_tag(self, node):\n        # embed node may have an object node as parent\n        # in this case we want to retrieve the object node\n        # instead of the embed\n        parent = self.parser.getParent(node)\n        if parent is not None:\n            parent_tag = self.parser.getTag(parent)\n            if parent_tag == 'object':\n                return self.get_object_tag(node)\n        return self.get_video(node)\n\n    def get_object_tag(self, node):\n        # test if object tag has en embed child\n        # in this case we want to remove the embed from\n        # the candidate list to avoid parsing it twice\n        child_embed_tag = self.parser.getElementsByTag(node, 'embed')\n        if child_embed_tag and child_embed_tag[0] in self.candidates:\n            self.candidates.remove(child_embed_tag[0])\n\n        # get the object source\n        # if we don't have a src node don't coninue\n        src_node = self.parser.getElementsByTag(\n            node, tag=\"param\", attr=\"name\", value=\"movie\")\n        if not src_node:\n            return None\n\n        src = self.parser.getAttribute(src_node[0], \"value\")\n\n        # check provider\n        provider = self.get_provider(src)\n        if not provider:\n            return None\n\n        video = self.get_video(node)\n        video.provider = provider\n        video.src = src\n        return video\n\n    def get_videos(self):\n        self.candidates = self.parser.getElementsByTags(\n            self.top_node, VIDEOS_TAGS)\n        # loop all candidates\n        # and check if src attribute belongs to a video provider\n        for candidate in self.candidates:\n            tag = self.parser.getTag(candidate)\n            attr = \"get_%s_tag\" % tag\n            if hasattr(self, attr):\n                movie = getattr(self, attr)(candidate)\n                if movie is not None and movie.provider is not None:\n                    self.movies.append(movie)\n\n        return list(self.movies)\n        # append movies list to article\n        # self.article.movies = list(self.movies)\n"
  },
  {
    "path": "newspaper/videos/videos.py",
    "content": "# -*- coding: utf-8 -*-\n\n\nclass Video(object):\n    \"\"\"Video object\n    \"\"\"\n    def __init__(self):\n        # type of embed\n        # embed, object, iframe\n        self.embed_type = None\n        # video provider name\n        self.provider = None\n        # width\n        self.width = None\n        # height\n        self.height = None\n        # embed code\n        self.embed_code = None\n        # src\n        self.src = None\n"
  },
  {
    "path": "requirements.txt",
    "content": "beautifulsoup4>=4.4.1\ncssselect>=0.9.2\nfeedfinder2>=0.0.4\nfeedparser>=5.2.1\njieba3k>=0.35.1\nlxml>=3.6.0\nnltk>=3.2.1\nPillow>=3.3.0\npythainlp>=1.7.2\npython-dateutil>=2.5.3\nPyYAML>=3.11\nrequests>=2.10.0\ntinysegmenter==0.3  # TODO(codelucas): Investigate making this >=0.3\ntldextract>=2.0.1"
  },
  {
    "path": "setup.py",
    "content": "#!/bin/python2.7\n# -*- coding: utf-8 -*-\n\"\"\"\nLucas Ou-Yang 2014 -- http://codelucas.com\n\"\"\"\n\nimport sys\nimport os\nimport codecs\n\n\ntry:\n    from setuptools import setup\nexcept ImportError:\n    from distutils.core import setup\n\n\npackages = [\n    'newspaper',\n]\n\n\nif sys.argv[-1] == 'publish':\n    # PYPI now uses twine for package management.\n    # For this to work you must first `$ pip3 install twine`\n    os.system('python3 setup.py sdist bdist_wheel')\n    os.system('twine upload dist/*')\n    sys.exit()\n\n\n# This *must* run early. Please see this API limitation on our users:\n# https://github.com/codelucas/newspaper/issues/155\nif sys.version_info[0] == 2 and sys.argv[-1] not in ['publish', 'upload']:\n    sys.exit('WARNING! You are attempting to install newspaper3k\\'s '\n             'python3 repository on python2. PLEASE RUN '\n             '`$ pip3 install newspaper3k` for python3 or '\n             '`$ pip install newspaper` for python2')\n\n\nwith open('requirements.txt') as f:\n    required = f.read().splitlines()\n\n\nwith codecs.open('README.rst', 'r', 'utf-8') as f:\n    readme = f.read()\n\n\nsetup(\n    name='newspaper3k',\n    version='0.3.0',\n    description='Simplified python article discovery & extraction.',\n    long_description=readme,\n    author='Lucas Ou-Yang',\n    author_email='lucasyangpersonal@gmail.com',\n    url='https://github.com/codelucas/newspaper/',\n    packages=packages,\n    include_package_data=True,\n    install_requires=required,\n    license='MIT',\n    zip_safe=False,\n    classifiers=[\n        'Programming Language :: Python :: 3',\n        'Natural Language :: English',\n        'Intended Audience :: Developers',\n    ],\n)\n"
  },
  {
    "path": "tests/__init__.py",
    "content": ""
  },
  {
    "path": "tests/benchmarks.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nAsync IO vs multi-threading\n\nMulti-thread:           5.9 secs (10 threads) for 100 requests\nAsync-IO with Gevent:   10.5 secs  for 100 requests\nSingle thread:          86.0 secs for 100 requests\n\"\"\"\nimport sys\nimport logging\nimport queue\nimport os\n\nfrom threading import activeCount\nfrom threading import Thread\nfrom http.cookiejar import CookieJar as cj\nfrom .unit_tests import read_urls\n\ntry:  # Python 2.7+\n    from logging import NullHandler\nexcept ImportError:\n    class NullHandler(logging.Handler):\n        def emit(self, record):\n            pass\n\nlogging.getLogger(__name__).addHandler(NullHandler())\nlog = logging.getLogger(__name__)\n\nPARENT_DIR = os.path.dirname(os.path.abspath(__file__))\nsys.path.insert(0, os.path.join(PARENT_DIR, '..'))\n\nfrom newspaper.network import multithread_request, sync_request\nfrom newspaper.utils import print_duration\n\n\n@print_duration\ndef naive_run(urls):\n    \"\"\"no multithreading or async io\n    \"\"\"\n    resps = []\n    for url in urls:\n        resps.append(sync_request(url))\n    print(resps)\n\n\n@print_duration\ndef mthread_run(urls):\n    \"\"\"download a bunch of urls via multithreading\n    \"\"\"\n    reqs = multithread_request(urls)\n    resps = [req.resp for req in reqs]\n\n\n@print_duration\ndef asyncio_run(urls):\n    \"\"\"download a bunch of urls via async io\n    \"\"\"\n    pass\n    # rs = (grequests.request('GET', u, **req_kwargs) for u in urls)\n    # responses = async_request(urls)\n    # print(responses)\n\n\ndef benchmark():\n    \"\"\"multi-threading vs async-io vs regular\n    \"\"\"\n    urls = read_urls(amount=1000)\n    # naive_run(urls)\n    mthread_run(urls)\n    # asyncio_run(urls)\n\n\nif __name__ == '__main__':\n    benchmark()\n"
  },
  {
    "path": "tests/data/fulltext_domain_list.txt",
    "content": "about.com\nal.com\nannarbor.com\napartmenttherapy.com\narchitecturaldigest.com\nblog.parsely.com\npixelmonkey.org\nbostonherald.com\nbusinessinsider.com\ncleveland.com\ncntraveler.com\ncoolhunting.com\ndallasnews.com\ndeseretdigital.com\ndetails.com\nelle.com\nfool.com\nfoxbusiness.com\nfoxnews.com\nlatino.foxnews.com\nsmallbusiness.foxnews.com\nglobeandmail.com\nhuffingtonpost.de\nin.reuters.com\nreuters.com\nuk.reuters.com\nmashable.com\nmlive.com\noregonlive.com\nnydailynews.com\nnola.com\nnj.com\nnewyorker.com\nreadwrite.com\nslate.com\nthenextweb.com\nthekitchn.com\nthedailybeast.com\ntheatlantic.com\ntheatlanticcities.com\ntheonion.com\nupworthy.com\nwired.com\nwetpaint.com\nvogue.de\nvogue.com\nvanityfair.com\ntelegraph.co.uk\npewresearch.org\ndailystar.co.uk\nbackstage.com\nsyracuse.com\nslive.com\nglobalnews.ca\nuproxx.com\ndailycaller.com\npe.com\navclub.com\nusnews.com\ntalkingpointsmemo.com\nok.co.uk\nglamour.com\ngulflive.com\n247wallst.com\nflavorwire.com\nbusinessweek.com\nbloomberg.com\nself.com\nthedebrief.co.uk\ngraziadaily.co.uk\ntheroot.com\nlivescience.com\ncricket.com.au\nlifebuzz.com\nwnet.org\ngq.com\ntnr.com\nteenvogue.com\npixable.com\nspace.com\nadoption.com\nyoubeauty.com\nsitepoint.com\ntechnologyreview.com\nnypost.com\nrecipe.com\nbhg.com\n"
  },
  {
    "path": "tests/data/fulltext_url_list.txt",
    "content": "http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm?utm_source=google&utm_medium=social&utm_campaign=shareurlbuttons\nhttp://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm?utm_source=google&utm_medium=social&utm_campaign=shareurlbuttons\nhttp://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html\nhttp://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html\nhttp://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html#incart_river\nhttp://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html#incart_most-read\nhttp://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/\nhttp://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/\nhttp://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\nhttp://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\nhttp://www.theglobeandmail.com/news/world/airasia-search/article22224253/\nhttp://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/\nhttp://in.reuters.com/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\nhttp://in.reuters.com/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\nhttp://uk.reuters.com/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\nhttp://uk.reuters.com/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\nhttp://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\nhttp://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\nhttp://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\nhttp://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\nhttp://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\nhttp://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\nhttp://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\nhttp://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\nhttp://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\nhttp://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material#.VKJZfsCsA\nhttp://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign#.VKJZhsCsA\nhttp://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan#.VKJZosCsA\nhttp://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30\nhttp://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28\nhttp://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house/?slide=1\nhttp://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year/?slide=1\nhttp://www.pixable.com/article/sofia-vergara-and-joe-manganiello-are-engaged-54364\nhttp://www.pixable.com/article/pop-culture-trends-we-hope-stay-in-2014\nhttp://www.recipe.com/cheesy-potato-bake-with-eggs/\nhttp://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\nhttp://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998#comments\nhttp://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\nhttp://architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\nhttp://architecturaldigest.com/video/promotion/jenn-air-video\nhttp://www.pixelmonkey.org/2012/12/30/mobile-in-1998\nhttp://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage\nhttp://bostonherald.com/entertainment/movies/movie_news/2014/12/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest\nhttp://bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\nhttp://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\nhttp://www.businessinsider.com/financial-advisor-insights-december-29-2014-12#comments\nhttp://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html#comments\nhttp://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html\nhttp://cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide\nhttp://cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\nhttp://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\nhttp://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/'\nhttp://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html\nhttp://details.com/watch/black-on-black-watches-for-men\nhttp://details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\nhttp://elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\nhttp://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\nhttp://fool.com/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx#1024571\nhttp://fool.com/../../personal-finance/2010/07/30/5-fixes-for-female-money-problems.aspx\nhttp://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\nhttp://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\nhttp://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\nhttp://mashable.com/2014/12/22/stansted-power-outage/\nhttp://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html\nhttp://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html#comments\nhttp://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html\nhttp://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\nhttp://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\nhttp://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\nhttp://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061#comments\nhttp://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146#comments\nhttp://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\nhttp://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\nhttp://theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\nhttp://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/#disqus_thread\nhttp://theatlanticcities.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/#disqus_thread\nhttp://theatlanticcities.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/#disqus_thread\nhttp://upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him?c=tpstream\nhttp://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\nhttp://www.wired.com/2014/12/butterflies-get-shine/\nhttp://www.wired.com/2014/12/finney-swat/\nhttp://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\nhttp://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\nhttp://vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria\nhttp://vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\nhttp://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/\nhttp://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/\nhttp://backstage.com/casting/coney-island-55854/actors-208609/\nhttp://backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\nhttp://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html#comments\nhttp://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html#comments\nhttp://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\nhttp://globalnews.ca/video/1747659/quad-squad-born-in-utah/\nhttp://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/\nhttp://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show\nhttp://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\nhttp://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/\nhttp://avclub.com/article/best-film-scenes-2014-212903\nhttp://avclub.com/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941\nhttp://www.usnews.com/news/blogs/run-2016/2014/10/31/tracking-the-2016-presidential-candidates\nhttp://video.usnews.com/Cigar-rollers-in-Havana-thrilled-with-warming-USCuba-policy-28285271\nhttp://glamour.com/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\nhttp://glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\nhttp://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html\nhttp://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\nhttp://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide\nhttp://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19\nhttp://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without#comments\nhttp://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\nhttp://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout#r=nav-fst\nhttp://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem#r=nav-f-story\nhttp://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\nhttp://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\nhttp://livescience.com/48502-magic-mushrooms-change-brain-networks.html\nhttp://livescience.com/48543-how-zombies-evolved-in-pop-culture.html\nhttp://lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\nhttp://lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\nhttp://www.wnet.org/blog/2013/12/16/audit-committee/\nhttp://www.wnet.org/blog/2013/12/16/wnet-interactive-technology-committee-meetings/\nhttp://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\nhttp://gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\nhttp://tnr.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\nhttp://tnr.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\nhttp://space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html\nhttp://space.com/27998-nasa-18-billion-omnibus-spending-bill.html\nhttp://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\nhttp://youbeauty.com/skin/our-favorite-pop-culture-nail-art\nhttp://youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden\nhttp://www.sitepoint.com/average-page-weight-increases-15-2014\nhttp://www.sitepoint.com/3-ways-implement-embeddable-custom-badges/\nhttp://www.technologyreview.com/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\nhttp://www.technologyreview.com/news/532896/discarded-laptop-batteries-keep-the-lights-on/\nhttp://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\nhttp://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\nhttp://bhg.com/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/\nhttp://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm\nhttp://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\nhttp://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\nhttp://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html\nhttp://readwrite.com/2015/01/13/apple-app-charlie-hebdo-mark-fiore-cartoons\nhttp://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\nhttp://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\nhttp://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\nhttp://www.pe.com/articles/perris-758171-police-exchange.html\nhttp://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement\n"
  },
  {
    "path": "tests/data/html/247wallst.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]>\n<html id=\"ie6\" class=\"no-js ie6\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 7]>\n<html id=\"ie7\" class=\"no-js ie7\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 8]>\n<html id=\"ie8\" class=\"no-js ie8\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 9]>\n<html id=\"ie9\" class=\"no-js ie9\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9)  ]><!-->\n<html class=\"no-js\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<!--<![endif]-->\n<head profile=\"http://gmpg.org/xfn/11\">\n<title>  The 4 Stocks That Slimmed the DJIA Monday Slide - Home Depot (NYSE:HD) - 24/7 Wall St.</title>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n\n<!-- Facebook -->\n<meta property=\"og:site_name\" content=\"247wallst.com\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:title\" content=\"The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide\" />\n<meta property=\"og:url\" content=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\" />\n<meta property=\"og:image\" content=\"https://247wallst.files.wordpress.com/2012/10/stylized_stock_ticker.jpeg?w=400\" />\n<meta property=\"fb:admins\" content=\"1637394913,9110202\" />\n<meta property=\"fb:app_id\" content=\"209662835720614\" />\n<!-- START Parse.ly Meta -->\n<meta name='parsely-page' content='{\"title\":\"The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide\",\"image_url\":\"https:\\/\\/247wallst.files.wordpress.com\\/2012\\/10\\/stylized_stock_ticker.jpeg?w=400\",\"link\":\"http:\\/\\/247wallst.com\\/investing\\/2014\\/12\\/29\\/the-4-stocks-that-slimmed-the-djia-monday-slide\\/\",\"type\":\"post\",\"post_id\":253612,\"tags\":[\"market close\",\"BA\",\"CSCO\",\"HD\",\"JPM\"],\"author\":\"Paul Ausick\",\"section\":\"Investing\",\"pub_date\":\"2014-12-29T21:08:14Z\"}'>\n<!-- END Parse.ly Meta -->\n<!--[if IE]>\n<link rel=\"stylesheet\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/ie-print.css?m=1320342806g\" type=\"text/css\" media=\"print\"/>\n<![endif]-->\n\n<!--[if lte IE 7>\n<link rel=\"stylesheet\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/ie.css\" type=\"text/css\" />\n<![endif]-->\n\n<script>\nvar wp_template_dir=\"http://s0.wp.com/wp-content/themes/vip/247wallst\";\nvar wp_current_page=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\";\nvar tb_pathToImage=\"http://247wallst.wordpress.com/wp-includes/js/thickbox/loadingAnimation.gif?m=1354137473g\";\nvar tb_closeImage=\"http://247wallst.wordpress.com/wp-includes/js/thickbox/tb-close.png?m=1354137473g\";\nvar adscripts = {};\nvar adblocks = {};\n</script>\n\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/favicon.ico?m=1234195507g\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=247wallst.com&amp;id=5450697&amp;t=1420285695&amp;back=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-4-stocks-that-slimmed-the-djia-monday-slide%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJydkd1ugzAMhV9oqUeHWu1i2rOEYMDg/Aibdn37BdCYqm5I203kY3/HiR24JuNiUAwKfjKJp5aCgHhivKUx9uj0Xh2cyBP8bGMaUKBHTdYNZlEbTsHxVOdyTkBtpaPcQA6ewiPSC2iuD1X82IK9e10cMed9sjoTHmuyyOgztmfz6fTlmsMuP1oeeO1yH4ELJTiW56tllrwRvTH+ARVYlWnQ6jRi/R+v+mZvGvSxp/VcMYIQddnyFuz5W4yGo7NKMdwJ07Clcc86YsWxzWG7/O63/G3MroSWY2V5Bt79W1EWr8fT+eW56D8BydH1xg==' type='text/css' media='all' />\n<link rel='stylesheet' id='print-css-0' href='http://s1.wp.com/wp-content/themes/vip/247wallst/print.css?m=1320342806g' type='text/css' media='print' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/s1.wp.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/s1.wp.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyNj90OgjAMRl/IMTAkeGN8lgEVOvbnuoH69A6jRA0JXrVpT3q+8smxxpoAJnBJXNsaFbBI4EWXZgzN2WaSdjxxaBoVW6AZlJcI/vYqmwDT2HkRINNo3vCH1VkKGoiScmX7rUIzIkybmITgRDMwD4R3WAsYemyG2l6X5vdm6CGF4iM6vi+rSShFgTsVOzTE7QheiUU3CoXt/OAs/evQ820XXYJP+liURVXmeVUd5AOKupW/'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://247wallst.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Flex Pharma Files for&nbsp;IPO' href='http://247wallst.com/healthcare-business/2014/12/29/flex-pharma-files-for-ipo/' />\n<link rel='next' title='The 52-Week Low Club for&nbsp;Monday' href='http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/' />\n<link rel='shortlink' href='http://wp.me/pmRYt-13Yw' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-4-stocks-that-slimmed-the-djia-monday-slide%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-4-stocks-that-slimmed-the-djia-monday-slide%2F&amp;for=wpcom-auto-discovery\" /><link rel='openid.server' href='http://247wallst.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://247wallst.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://247wallst.com/osd.xml\" title=\"24/7 Wall St.\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n\t<script type='text/javascript'>\n\twindow.wallst = {};\n\n\twindow.wallst.getParams = function() {\n\t\tvar vars = [], hash;\n\t\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\n\n\t\tfor (var i = 0; i < hashes.length; i++) {\n\t\t\thash = hashes[i].split('=');\n\t\t\tvars.push(hash[0]);\n\t\t\tvars[hash[0]] = hash[1];\n\t\t}\n\t\treturn vars;\n\t}\n\n\twallst.setCookie = function(key, days, value) {\n\t\tvar d = new Date();\n\t\td.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));\n\t\n\t\tif( !value ) value = \"true\";\n\n\t\tvar cookie =  key + '='+value+'; expires=' +  d.toGMTString() + '; path=/';\n\t\tdocument.cookie = cookie;\n\t}\n\n\twallst.readCookie = function(name) { \n\t\tvar nameEQ = name + \"=\";\n\t\tvar ca = document.cookie.split(';');\n\t\n\t\tfor(var i=0;i < ca.length;i++) {\n\t\t\tvar c = ca[i];\n\t\t\twhile (c.charAt(0)==' ') c = c.substring(1,c.length);\n\t\t\tif (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);\n\t\t}\n\t\treturn 'false';\n\t}\n\n\twallst.cookies_enabled = function() {\n\t\tdocument.cookie = \"cookietest=true\";\n\t\treturn (wallst.readCookie(\"cookietest\") == \"true\");\n\t}\n\n\twallst._debug_catfish = false;\n\n\twallst.ok_to_catfish = function() {\n\t\tif( wallst._debug_catfish ) return true;\n\t\t//\n\t\tif( !wallst.cookies_enabled() ) return false;\n\t\t// block in media.net's interstitial\n\t\tif ( 'undefined' !== typeof window._mNInslDisplay && true == window._mNInslDisplay ) return false;\n\n\t\tif( wallst.readCookie('247TMF-catfish') == \"false\" ) return true;\n\t\t//\n\t\treturn false;\n\t}\n\n\twallst.init_catfish = function( creative, background, click_url, args ) {\n\t\tcreative   = creative || false;\n\t\tbackground = background || false;\n\t\tclick_url  = click_url || false;\n\t\targs       = args || {};\n\n\t\t// set background\n\t\tjQuery( '#tmf-catfish' ).css( 'background', 'url(\"' + background +'\")' );\n\n\t\t// set the click through url\n\t\tjQuery( '#tmf-catfish-link' ).attr( 'href', click_url );\n\n\t\t// may not need this\n\t\tjQuery( '#tmf-catfish-content' ).data( 'url', click_url );\n\t\t// set the image\n\t\tjQuery( '#tmf-catfish-image' ).attr( 'src', creative );\n\n\t\t// wire up the cancel 'x'\n\t\tjQuery( '#tmf-catfish-cancel' ).click( function() {\n\t\t\tjQuery( '#tmf-catfish' ).animate( { 'marginBottom': '-250' }, 500 );\n\t\t} );\n\n\t\t// allow creative to override height\n\t\tif ( 'height' in args ) {\n\t\t\tjQuery( '#tmf-catfish' ).css( 'height', args['height'] );\n\t\t}\n\t}\n\n\twallst.show_catfish = function() {\n\t\tjQuery('#tmf-catfish-button').click( wallst.click_catfish );\n\t\tjQuery('#tmf-catfish-cancel').click( wallst.close_catfish );\n\t\tjQuery('#tmf-catfish').show();\n\t\tjQuery('#tmf-catfish').animate({ 'marginBottom': '0' }, 500 );\n\t\twallst.setCookie( '247TMF-catfish', 2, 'true' );\n\t\ttrack( 'Catfish View', '247TMF-catfish', 'Catfish has been viewed' );\n\t}\n\n\twallst.close_catfish = function() {\n\t\tjQuery('#tmf-catfish').animate({ 'marginBottom': '-250' }, 500);\n\t}\n\n\twallst.click_catfish = function( event ) {\n\t\twindow.location.href = jQuery('#tmf-catfish-content').data('url');\n\t}\n\n\twallst.init_flags = function() {\n\t\tvar params = wallst.getParams();\n\t\tif( \"debug_catfish\" in params ) wallst._debug_catfish = true;\n\t}\n\n\n\twallst.init_flags();\n\t</script>\n\t<meta name=\"news_keywords\" content=\"market close, The Boeing Company (NYSE:BA),Cisco Systems, Inc. (NASDAQ:CSCO),Home Depot (NYSE:HD),JPMorgan Chase &amp; Co. (NYSE:JPM)\"/>\t\t<script type=\"text/javascript\">\n\t\t\t(function(c, a) {\n\t\t\t\twindow.mixpanel = a;\n\t\t\t\tvar b, d, h, e;\n\t\t\t\tb = c.createElement(\"script\");\n\t\t\t\tb.type = \"text/javascript\";\n\t\t\t\tb.async = !0;\n\t\t\t\tb.src = (\"https:\" === c.location.protocol ? \"https:\" : \"http:\") + '//g.foolcdn.com/js/lib/mixpanel-2.2.min.js';\n\t\t\t\td = c.getElementsByTagName( \"script\" )[0];\n\t\t\t\td.parentNode.insertBefore(b, d);\n\t\t\t\ta._i = [];\n\t\t\t\ta.init = function(b, c, f) {\n\t\t\t\t\tfunction d(a, b) {\n\t\t\t\t\t\tvar c = b.split(\".\");\n\t\t\t\t\t\t2 == c.length && (a = a[c[0]], b = c[1]);\n\t\t\t\t\t\ta[b] = function() {\n\t\t\t\t\t\t\ta.push([b].concat(\n\t\t\t\t\t\t\tArray.prototype.slice.call(arguments, 0)))\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar g = a;\n\t\t\t\t\t\"undefined\" !== typeof f ? g = a[f] = [] : f = \"mixpanel\";\n\t\t\t\t\tg.people = g.people || [];\n\t\t\t\t\th = ['disable', 'track', 'track_pageview', 'track_links',\n\t\t\t\t\t\t'track_forms', 'register', 'register_once', 'unregister',\n\t\t\t\t\t\t'identify', 'alias', 'name_tag', 'set_config','people.set',\n\t\t\t\t\t\t'people.set_once', 'people.increment', 'people.track_charge',\n\t\t\t\t\t\t'people.append' ];\n\t\t\t\t\tfor (e = 0; e < h.length; e++) d(g, h[e]);\n\t\t\t\t\ta._i.push([b, c, f])\n\t\t\t\t};\n\t\t\t\ta.__SV = 1.2;\n\t\t\t})(document, window.mixpanel || []);\n\t\t\tmixpanel.init( \"9659875b92ba8fa639ba476aedbb73b9\" );\n\t\t\tmixpanel.set_config( { track_pageview: false } );\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\twindow._mNHandle = window._mNHandle || {};\n\t\twindow._mNHandle.queue = window._mNHandle.queue || [];\n\t\tmedianet_versionId = \"121199\";\n\t\t(function() {\n\t\t\tvar sct = document.createElement(\"script\"),\n\t\t\tsctHl = document.getElementsByTagName(\"script\")[0],\n\t\t\tisSSL = 'https:' == document.location.protocol;\n\t\t\tsct.type = \"text/javascript\";\n\t\t\tsct.src = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/dmedianet.js?cid=8CUD54534' + (isSSL ? '&https=1' : '')+'';\n\t\t\tsct.async = \"async\";\n\t\t\tsctHl.parentNode.insertBefore(sct, sctHl);\n\t\t})();\n\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\t\tvar src = '//www.googletagservices.com/tag/js/gpt.js';\n\t\t\t\tdocument.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n\t\t\t\t})(); </script> <script type=\"text/javascript\" >\n\t\t\t\t(function() {\n\t\t\t\tvar src = '//ox-d.247wallst.servedbyopenx.com/w/1.0/jstag?&nc=1016069-247wallst';\n\t\t\t\tdocument.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n\t\t\t})();\n\t\t</script>\n\t\t\t\t<script type='text/javascript'>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tvar dfp_pub_service = googletag.pubads();\n\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Section\", \"Investing\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Archive\", \"no\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"slug\", \"tocks-that-slimmed-the-djia-monday-slide\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Ticker\", [\"BA\",\"CSCO\",\"HD\",\"JPM\"] );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"text_src\", \"247\" );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Leaderboard_1_728x90_ATF\",[728,90] ,\"dfp-leaderboard\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_In-Text_Box_1_300x250_ATF\",[300,250] ,\"dfp-in-text\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Right-Rail_Box_1_300x250_ATF\",[[300,250],[300,600]] ,\"dfp-sidebar-1\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Right-Rail_Box_2_300x250_BTF\",[300,250] ,\"dfp-sidebar-2\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Skyscraper_1_160x600_BTF\",[160,600] ,\"dfp-skyscraper\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/24//7_Below_Single_Content_5x5\",[645,330] ,\"dfp-below-single-content\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/24//7_Popup_1x1\",[1,1] ,\"dfp-popup\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\tif ( wallst.ok_to_catfish() ) {\n\t\t\t\t\tgoogletag.defineSlot('/1016069/24//7_catfish_7x7', [ 7, 7 ], 'dfp-catfish' ).addService( dfp_pub_service );\n\t\t\t\t}\n\t\t\t\t\t\t\t\tgoogletag.enableServices();\n\t\t\t});\n\t\t</script>\n\t<meta name=\"application-name\" content=\"24/7 Wall St.\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"Insightful Analysis and Commentary for U.S. and Global Equity Investors\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://247wallst.com/feed/;icon-uri=http://s2.wp.com/i/favicon.ico\" /><style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://247wallst.com/feed/\" title=\"24/7 Wall St. latest posts\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://247wallst.com/comments/feed/\" title=\"24/7 Wall St. latest comments\" />\n<link rel=\"pingback\" href=\"http://247wallst.com/xmlrpc.php\" />\n<meta name=\"verify-v1\" content=\"IODtZuG2ioY7pGg0quJbNSfBusGQMgChxukhNrOGdN4=\" />\n\n\t\t<meta name=\"description\" content=\"Source: thinkstockDecember 28, 2014: Markets opened lower on Monday as neither the bulls nor the bears can gin up a lot of support. Volumes are low and corporate news is nearly non-existent. Crude oil started the day higher, but has drifted to a loss of about 2% as the day wore on. Shortly before the [&#8230;] \" />\n\t \n\t<meta name=\"keywords\" content=\"Investing, BA, BA stock, BA ticker, BA news, CSCO, CSCO stock, CSCO ticker, CSCO news, HD, HD stock, HD ticker, HD news, JPM, JPM stock, JPM ticker, JPM news, market close\" />\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/js/tabs/tabcontent.css?m=1233777247g\" />\n<script type=\"text/javascript\" src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/js/tabs/tabcontent.js?m=1233777247g\">\n/***********************************************\n* Tab Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)\n* This notice MUST stay intact for legal use\n* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code\n***********************************************/\n</script>\n\n<script> \nvar checkobj \nfunction agreesubmit(el){ \ncheckobj=el \nif (document.all||document.getElementById){ \nfor (i=0;i<checkobj.form.length;i++){  //hunt down submit button \nvar tempobj=checkobj.form.elements[i] \nif(tempobj.type.toLowerCase()==\"submit\") \ntempobj.disabled=!checkobj.checked \n} \n} \n} \nfunction defaultagree(el){ \nif (!document.all&&!document.getElementById){ \nif (window.checkobj&&checkobj.checked) \nreturn true \nelse{ \nalert(\"Please read/accept terms to submit form\") \nreturn false \n} \n} \n} \n</script>\n\n<!-- Begin comScore Tag -->\n<script>\n\tvar _comscore = _comscore || [];\n\t_comscore.push({ c1: \"2\", c2: \"16807273\" });\n\t(function() {\n\t\tvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t\tel.parentNode.insertBefore(s, el);\n\t})();\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=16807273&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!--  bit.ly tweet and track -->\n<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://bit.ly/javascript-api.js?version=latest&login=tweettrackjs&apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523\"></script>\n\n<script type=\"text/javascript\">\n\n\tfunction getUrlVars() {\n\t\tvar vars = [], hash;\n\t\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\n\n\t\tfor (var i = 0; i < hashes.length; i++) {\n\t\t\thash = hashes[i].split('=');\n\t\t\tvars.push(hash[0]);\n\t\t\tvars[hash[0]] = hash[1];\n\t\t}\n\n\t\treturn vars;\n\t}\n\nfunction _stackinput(t) { t.style.zIndex=!!t.value*150; return true; }\n\nfunction get_set_email(form) {\n\tvar $form = jQuery(form);\n\tvar email_address, endpoint, redir;\n\temail_address = $form.find('[name=\"recipient_email\"]').val(); \n\tendpoint = $form.find('[name=\"custom_validation_redir\"]').val();\n\tredir = $form.find('[name=\"custom_end_location\"]');\n\n\tif(email_address.trim) email_address = email_address.trim();\n\telse if(email_address.replace) email_address = email_address.replace(/^\\s*(.+)\\s*$/, '$1');\n\n\tif(email_address.match(/^\\s*$/) || !email_address.match(/^\\S+@\\S+\\.\\S+$/)) {\n\t\t$form.find('.form_email').addClass('invalid');\n\t\t$form.find('.form_email .message').text(\"Invalid email address\");\n\t\treturn false;\n\t}\n\n\tredir.val(redir.val() + '?email=' + email_address + \"&src=\" + endpoint);\n\twallst.setCookie(\"newsletter-signup\", 365);\n\treturn true;\n}\n\nvar setup_email_field = function() {\n\tvar $ = jQuery;\n\t$(window).keydown(function(ev) {\n\t\tif(ev.keyCode == 27 && window.parent.tb_remove)\n\t\t\twindow.parent.tb_remove();\n\t\t});\n\tvar reset_invalid = function() {\n\t\t$(this).parents('.form_email').removeClass('invalid');\n\t\t$(this).parents('.form_email').find('.message').text('');\n\t}\n\t$('.form_email input[name=\"recipient_email\"]').keydown(reset_invalid).focus(reset_invalid);\n};\n\njQuery(setup_email_field);\n\nfunction submit_newsletter_email_signup(form, referrer) {\n\tif(typeof track == \"function\")\n\t\ttrack(\"Newsletter Signup\", form.custom2.value, \"Newsletter has been subscribed to from \" + referrer);\n\treturn get_set_email(form);\n}\n</script>\n\n<!-- tracking -->\n\n<!-- Start Google Analytics -->\n<script type=\"text/javascript\">\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\ndocument.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\nvar pageTracker;\n\nfunction track(c, n, d) {\n\tif(typeof(pageTracker) != \"undefined\" && pageTracker._trackEvent)\n\t\tpageTracker._trackEvent(c, n, d);\n}\ntry {\n\tpageTracker = _gat._createTracker( \"UA-681032-2\" );\n\n\tpageTracker._setCustomVar( 2, 'author', 'Paul Ausick' );\npageTracker._setCustomVar( 3, 'section', 'Investing' );\npageTracker._setCustomVar( 4, 'terms', 'market close,BA,CSCO,HD,JPM' );\n\t\n\tpageTracker._trackPageview();\n} catch(err) {}\n\n</script>\n<!-- End Google Analytics -->\n<!-- Woopra Code Start -->\n<script type=\"text/javascript\" src=\"//static.woopra.com/js/woopra.v2.js\"></script>\n<script type=\"text/javascript\">\nwoopraTracker.track();\n</script>\n<!-- Woopra Code End -->\n\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\nvar _qevents = _qevents || [];\n(function() {\n\tvar elem = document.createElement('script');\n\telem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n\telem.async = true;\n\telem.type = \"text/javascript\";\n\tvar scpt = document.getElementsByTagName('script')[0];\n\tscpt.parentNode.insertBefore(elem, scpt);\n})();\n_qevents.push({ qacct:\"p-5eXb5_gO3-h6w\" });\n</script>\n<noscript>\n\t<div style=\"display:none;\">\n\t\t<img src=\"//pixel.quantserve.com/pixel/p-5eXb5_gO3-h6w.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n\t</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- Omniture -->\n<script type=\"text/javascript\">\nbN_cfg = {h: \"localhost,247wallst.com\"};\nfunction runOmni()\n{\n\ts_265.pfxID=\"prf\";\n\ts_265.channel=\"us.247wallst\";\n\ts_265.linkInternalFilters=\"javascript:,247wallst.com\";\n\ts_265.prop1=\"24/7 Wallstreet\";\n\ts_265.mmxgo=true;\n\ts_265.pageName=document.title;\n\tvar s_code=s_265.t();\n}\ns_265_account =\"aolprt,aolsvc\";\n(function(){\n\tvar d = document, s = d.createElement('script');\n\ts.type = 'text/javascript';\n\ts.src = (location.protocol == 'https:' ? 'https://s' : 'http://o') + '.aolcdn.com/os_merge/?file=/aol/beacon.min.js&file=/aol/omniture.min.js';\n\td.getElementsByTagName('head')[0].appendChild(s);\n})();\n</script>\n<!-- End Omniture -->\n\n<!-- start Tynt -->\n<script type=\"text/javascript\">tyntVariables = {\"ap\":\"Read more: \"};</script>\n<script type=\"text/javascript\" src=\"http://tcr.tynt.com/javascripts/Tracer.js?user=deb6QsC_Cr3702adbi-bpO&amp;st=1\"></script>\n<!-- end Tynt -->\n\n<!-- aol ads --> \n<script type=\"text/javascript\">\n\t// supress error when including in header\n\tvar atwMN = '';\n\t// set a default\n\ttop.aol_devil_flag = false;\n\t// update styling of ad slots in right rail if Devil runs\n\tif( 'function' == typeof jQuery ) {\n\t\tjQuery(document).ready( function() {\n\t\t\tif( top.aol_devil_flag ) {\n\t\t\t\tjQuery('li.box-ad').css('height', 'auto');\n\t\t\t\tjQuery('li.skyscraper div.list').css('width','auto');\n\t\t\t\tjQuery('li.skyscraper div.list ul li').css('width','auto');\n\t\t\t}\n\t\t});\n\t}\n</script>\n<script type=\"text/javascript\" src=\"http://o.aolcdn.com/ads/adsWrapper.js\"></script>\n<script type=\"text/javascript\">\n//adSetAdURL(\"http://247wallst.com/_uac/adpage.html\");\n</script>\n\n<!-- Turns the \"no-js\" class on the html to \"js\" without using jQuery or anything else -->\n<script type=\"text/javascript\">\n\t(function(d,c){d[c]=d[c].replace(/\\bno-js\\b/, \"js\");})(document.documentElement,\"className\");\n</script>\n\n</head>\n\n<body class=\"wordpress y2015 m01 d03 h06 single postid-253612 s-author- mp6 typekit-enabled\">\n\n<!--\n<script> \nwindow.Meebo||function(c){function p(){return[\"<\",i,' onload=\"var d=',g,\";d.getElementsByTagName('head')[0].\",\nj,\"(d.\",h,\"('script')).\",k,\"='//cim.meebo.com/cim?iv=\",a.v,\"&\",q,\"=\",c[q],c[l]?\n\"&\"+l+\"=\"+c[l]:\"\",c[e]?\"&\"+e+\"=\"+c[e]:\"\",\"'\\\"></\",i,\">\"].join(\"\")}var f=window,\na=f.Meebo=f.Meebo||function(){(a._=a._||[]).push(arguments)},d=document,i=\"body\",\nm=d[i],r;if(!m){r=arguments.callee;return setTimeout(function(){r(c)},100)}a.$=\n{0:+new Date};a.T=function(u){a.$[u]=new Date-a.$[0]};a.v=4;var j=\"appendChild\",\nh=\"createElement\",k=\"src\",l=\"lang\",q=\"network\",e=\"domain\",n=d[h](\"div\"),v=n[j](d[h](\"m\")),\nb=d[h](\"iframe\"),g=\"document\",o,s=function(){a.T(\"load\");a(\"load\")};f.addEventListener?\nf.addEventListener(\"load\",s,false):f.attachEvent(\"onload\",s);n.style.display=\"none\";\nm.insertBefore(n,m.firstChild).id=\"meebo\";b.frameBorder=\"0\";b.id=\"meebo-iframe\";\nb.allowTransparency=\"true\";v[j](b);try{b.contentWindow[g].open()}catch(w){c[e]=\nd[e];o=\"javascript:var d=\"+g+\".open();d.domain='\"+d.domain+\"';\";b[k]=o+\"void(0);\"}try{var t=\nb.contentWindow[g];t.write(p());t.close()}catch(x){b[k]=o+'d.write(\"'+p().replace(/\"/g,\n'\\\\\"')+'\");d.close();'}a.T(1)}({network:\"247wallst\"});\n</script>\n-->\n\n<div id=\"wrapper\" class=\"hfeed\">\n\t<div id=\"header\">\n\t\t<div id=\"headerbar\">\n\t\t\t<div id=\"subheader\">\n\t\t\t\t<div id=\"site-title\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t\t\t\t<a href=\"http://247wallst.com\" itemprop=\"url\" href=\"\" onclick='track(\"Menu Click\", \"home\", \"Clicked on logo to go home\")' title=\"24/7 Wall St. - Insightful Analysis and Commentary for U.S. and Global Equity Investors\">\n\t\t\t\t\t\t<span>24/7 Wall St. - Insightful Analysis and Commentary for U.S. and Global Equity Investors</span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<meta itemprop=\"logo\" content=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/logo-square.png?m=1391152626g\"/>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"aol-dev-mark\" id=\"ad-header\" addesc=\"header ad\" adid=\"header\" onclick=\"pageTracker._trackEvent('Header ad', 'Header-Ad', 'User has clicked on Top Leader Board ad');\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"dfp-leaderboard\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-leaderboard\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div><!--  #subheader-->\n\t\t</div><!--  #headerbar-->\n\n\t\t<div id=\"navbar\">\n<div id=\"navigation\">\n<div id=\"navwrap\">\n\t<ul id=\"navleft\">\n\t\t<script>if(typeof _stackinput == \"undefined\") _stackinput = function(t) { t.style.zIndex=!!t.value*150; return true; }</script>\n\n\t\t<li id=\"search\" rel=\"search\">\n\t\t\t<form style='display: inline' id=\"searchform\" class=\"blog-search\" method=\"get\" onsubmit=\"track && track('Searched', 'search', 'User has submitted search for ' + this.s.value)\" action=\"http://247wallst.com\">\n\t\t\t<div class=\"form_labelinput\">\n\t\t\t\t<input type=\"text\" name=\"s\" id=\"searchbox\" onblur=\"_stackinput(this)\" onfocus=\"this.style.zIndex=150\" />\t\t\n\t\t\t\t<label for=\"searchbox\">Search this site</label>\n\t\t\t</div>\n\t\t\t<input type='image' src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/search-icon.png?m=1383943811g' width='24' height='24' value='Search' class='submit' />\n\t\t\t</form>\n\t\t</li>\n\t\t<li id=\"menu-item-208013\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-208013\"><a href=\"http://247wallst.com/business/\">Business</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208014\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208014\"><a href=\"http://247wallst.com/./aerospace-defense/\">Aerospace &amp; Defense</a></li>\n\t<li id=\"menu-item-208015\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208015\"><a href=\"http://247wallst.com/./autos/\">Autos</a></li>\n\t<li id=\"menu-item-208016\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208016\"><a href=\"http://247wallst.com/./banking-finance/\">Banking &amp; Finance</a></li>\n\t<li id=\"menu-item-208017\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208017\"><a href=\"http://247wallst.com/./commodities-metals/\">Commodities &amp; Metals</a></li>\n\t<li id=\"menu-item-208018\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208018\"><a href=\"http://247wallst.com/./consumer-products/\">Consumer Products</a></li>\n\t<li id=\"menu-item-208019\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208019\"><a href=\"http://247wallst.com/./energy-business/\">Energy</a></li>\n\t<li id=\"menu-item-208020\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208020\"><a href=\"http://247wallst.com/./healthcare-business/\">Healthcare</a></li>\n\t<li id=\"menu-item-208100\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208100\"><a href=\"http://247wallst.com/./industrials/\">Industrials</a></li>\n\t<li id=\"menu-item-208101\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208101\"><a href=\"http://247wallst.com/./infrastructure/\">Infrastructure</a></li>\n\t<li id=\"menu-item-208021\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208021\"><a href=\"http://247wallst.com/./media/\">Media</a></li>\n\t<li id=\"menu-item-208022\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208022\"><a href=\"http://247wallst.com/./retail/\">Retail</a></li>\n\t<li id=\"menu-item-208102\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208102\"><a href=\"http://247wallst.com/./services/\">Services</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208023\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208023\"><a href=\"http://247wallst.com/./technology-3/\">Technology</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208027\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208027\"><a href=\"http://247wallst.com/./apps-software/\">Apps &amp; Software</a></li>\n\t<li id=\"menu-item-208028\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208028\"><a href=\"http://247wallst.com/./consumer-electronics/\">Consumer Electronics</a></li>\n\t<li id=\"menu-item-208029\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208029\"><a href=\"http://247wallst.com/./telecom-wireless/\">Telecom &amp; Wireless</a></li>\n\t<li id=\"menu-item-208024\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208024\"><a href=\"http://247wallst.com/companies/aapl/\">Apple Inc.</a></li>\n\t<li id=\"menu-item-208026\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208026\"><a href=\"http://247wallst.com/companies/fb/\">Facebook</a></li>\n\t<li id=\"menu-item-208025\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208025\"><a href=\"http://247wallst.com/companies/goog/\">Google</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208030\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-208030\"><a href=\"http://247wallst.com/./investing/\">Investing</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208031\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208031\"><a href=\"http://247wallst.com/topics/analyst-upgrades/\">Analyst Upgrades</a></li>\n\t<li id=\"menu-item-208032\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208032\"><a href=\"http://247wallst.com/topics/bankruptcy/\">Bankruptcy</a></li>\n\t<li id=\"menu-item-208033\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208033\"><a href=\"http://247wallst.com/topics/warren-buffett/\">Buffett</a></li>\n\t<li id=\"menu-item-208035\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208035\"><a href=\"http://247wallst.com/topics/corporate-governance/\">Corporate Governance</a></li>\n\t<li id=\"menu-item-208036\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208036\"><a href=\"http://247wallst.com/topics/corporate-performance/\">Corporate Performance</a></li>\n\t<li id=\"menu-item-208037\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208037\"><a href=\"http://247wallst.com/topics/dividends-and-buybacks/\">Dividends and Buybacks</a></li>\n\t<li id=\"menu-item-208038\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208038\"><a href=\"http://247wallst.com/topics/earnings/\">Earnings</a></li>\n\t<li id=\"menu-item-208039\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208039\"><a href=\"http://247wallst.com/topics/etfs-and-mutual-funds/\">ETFs and Mutual Funds</a></li>\n\t<li id=\"menu-item-208040\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208040\"><a href=\"http://247wallst.com/topics/international-markets/\">International Markets</a></li>\n\t<li id=\"menu-item-208041\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208041\"><a href=\"http://247wallst.com/topics/ipos-and-secondaries/\">IPOs and Secondaries</a></li>\n\t<li id=\"menu-item-208042\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208042\"><a href=\"http://247wallst.com/topics/mergers-and-acquisitions/\">Mergers and Acquisitions</a></li>\n\t<li id=\"menu-item-208044\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208044\"><a href=\"http://247wallst.com/topics/personal-finance/\">Personal Finance</a></li>\n\t<li id=\"menu-item-208045\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208045\"><a href=\"http://247wallst.com/topics/rumors/\">Rumors</a></li>\n\t<li id=\"menu-item-208046\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208046\"><a href=\"http://247wallst.com/topics/value-investing/\">Value Investing</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208048\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208048\"><a href=\"http://247wallst.com/./economy/\">Economy</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208049\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208049\"><a href=\"http://247wallst.com/./energy-economy/\">Energy</a></li>\n\t<li id=\"menu-item-208056\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208056\"><a href=\"http://247wallst.com/topics/government-regulation/\">Government Regulation</a></li>\n\t<li id=\"menu-item-208050\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208050\"><a href=\"http://247wallst.com/./healthcare-economy/\">Healthcare</a></li>\n\t<li id=\"menu-item-208051\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208051\"><a href=\"http://247wallst.com/./housing/\">Housing</a></li>\n\t<li id=\"menu-item-208052\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208052\"><a href=\"http://247wallst.com/./jobs/\">Jobs</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208055\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208055\"><a href=\"http://247wallst.com/./special-report/\">Special Report</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208058\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208058\"><a href=\"http://247wallst.com/topics/brands-and-products/\">Brands and Products</a></li>\n\t<li id=\"menu-item-208060\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208060\"><a href=\"http://247wallst.com/topics/cities/\">Cities</a></li>\n\t<li id=\"menu-item-208063\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208063\"><a href=\"http://247wallst.com/topics/countries/\">Countries</a></li>\n\t<li id=\"menu-item-208062\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208062\"><a href=\"http://247wallst.com/topics/states/\">States</a></li>\n</ul>\n</li>\n\t</ul>\n\t<script>\n\tif(typeof jQuery == \"function\" && typeof track == \"function\") {\n\t\tjQuery('#navleft li').click(function() {\n\t\t\tvar $t = jQuery(this);\n\t\t\tvar link = $t.find('a').text();\n\t\t\ttrack(\"Menu Click\", link.toLowerCase().replace(/[^a-z0-9]/i, ' ').replace(/\\s+/,'_'),\n\t\t\t\t\t\t\"Clicked on menu item \" + link);\n\t\t});\n\t}\n\t</script>\n</div><!-- #navwrap -->\n</div><!-- #navigation -->\n</div><!-- #navbar -->\n<div id=\"signupbar\">\n\t<div id=\"signupwrap\">\n\t\t\t\t\t\t<form id=\"newsletter-subscribe-597938113\" method=\"post\" action=\"http://www.magnetmail.net/actions/subscription_form_action_24new.cfm\" onsubmit=\"return submit_newsletter_email_signup(this, '')\" target=\"_top\">\n\t\t\t<!-- New form values -->\n\t\t\t<input type=\"hidden\" name=\"mode\" value='' />\n\t\t\t<input type=\"hidden\" maxlength=\"10\" value=\"SA_WALLST\" name=\"user_id\" />\n\t\t\t<input type=\"hidden\" value=\"top-nav-email-form\" maxlength=\"100\" name=\"custom2\" />\n\t\t\t<input type=\"hidden\" value=\"0\" maxlength=\"1\" name=\"text_only\" />\n\t\t\t<input type=\"hidden\" value=\"\" name=\"custom_validation_redir\" />\n\t\t\t<input type=\"hidden\" name=\"custom_end_location\" value=\"http://247wallst.wordpress.com/thank-you/\" class=\"redir\" />\n\t\t\t<!-- end new form values -->\n\t\t\t<label for=\"recipient_email_597938113\">Free Daily Newsletter</label>\n\t\t\t<input type=\"text\" name=\"recipient_email\" id=\"recipient_email_597938113\" class=\"recipient_email\"  onblur=\"_stackinput(this)\" onfocus=\"this.style.zIndex=150; if(window.parent.cancelPopupClose) window.parent.cancelPopupClose();\" >\n\t\t\t<button type=\"submit\" name=\"submit\" class='subscribe' value=\"Subscribe Me!\"><span>subscribe</span></button>\n\t\t\t<span class=\"terms\"><a href='http://247wallst.com/disclaimer-and-terms-of-use' target='_blank'>Terms & Conditions</a></span>\n\t\t</form>\n\t\t<div class=\"message\"></div>\n\t\t\n\t\t<div class='social'>\n\t\t\t<a target=\"_blank\" href='http://www.facebook.com/247WallSt'  onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-facebook', 'User has clicked on Facebook icon');\" title='Find us on Facebook'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/FaceBook_32x32.png?m=1341282432g' width='32' height='32' alt='Facebook' /></a>\n\t\t\t<a target=\"_blank\" href='http://twitter.com/247wallst' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-twitter', 'User has clicked on Twitter icon');\" title='Follow us on Twitter'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/Twitter_32x32.png?m=1341282432g' width='32' height='32' alt='Twitter' /></a>\n\t\t\t<a target=\"_blank\" href=\"https://plus.google.com/109889536671975286106?prsrc=3\" rel=\"publisher\" target=\"_top\" style=\"text-decoration:none;\"><img src=\"//ssl.gstatic.com/images/icons/gplus-32.png\" alt=\"Google+\" style=\"border:0;width:32px;height:32px;\"/></a>\n\t\t\t<a target=\"_blank\" href='http://feeds.feedburner.com/typepad/RyNm' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-rss', 'User has clicked on RSS icon in top-nav-email-form');\" title='Subscribe'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/rss.png?m=1391152626g' width='32' height='32' alt='RSS' /></a>\n\n\t\t</div><!-- .social -->\n\t</div><!-- #signupwrap -->\n</div><!-- #signupbar -->\n<div></div>\n\t</div><!--  #header -->\n\t\t\n\t\t<div class=\"content\">\n\t\t\t<div class=\"primary\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"clearfix\"></div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div itemscope itemtype=\"http://schema.org/Article\" id=\"post-253612\" class=\"single-post hentry p1 post publish author-paul-ausick category-investing tag-ba tag-csco tag-hd tag-jpm y2014 m12 d29 h11\">\n\t\t\t\t\t\t\t<h1 class=\"entry-title\" itemprop=\"name\">The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide</h1>\n\t\t\t\t\t\t\t<p class=\"post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"byline\">By <a class=\"vcard author url\" href=\"http://247wallst.com/author/paul-ausick/\" title=\"Posts by Paul Ausick\" rel=\"author\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span class=\"fn\" itemprop=\"name\">Paul Ausick</span></a></span>\t\t\t\t\t\t\t\t<span class=\"timestamp\" itemprop=\"datePublished\" content=\"2014-12-29T16:08:14+00:00\">December 29, 2014 4:08 pm EST</span>\n\t\t\t\t\t\t\t\t<meta itemprop=\"dateModified\" content=\"2014-12-29T16:08:14+00:00\" />\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t<div id=\"user_controls\">\n\t\t\t\t<!-- Print -->\n\t\t\t\t\t<a class=\"icons\" id=\"print_button\" href=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/print/\" title=\"print\" onclick=\"pageTracker._trackPageview('/controlclick/print');\" target=\"_blank\"><span class=\"icon_link\">Print</span></a>\n\t\t\t\t\t\t\t\n\t\t<!-- AddThis EmailThis Button-->\n\t\t<span class=\"addthis_email\" onclick=\"pageTracker._trackPageview('/controlclick/email_this');\">\n\t\t<script type=\"text/javascript\">var addthis_pub = \"admin247\";</script>\n\t\t<a class=\"icons\" href=\"#\" id=\"email_button\"\n\t\t\t\t\t\tonmouseover=\"return addthis_open(this, 'email', 'http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/', 'The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide');\"\n\t\t\t\t\t\tonmouseout=\"addthis_close();\"\n\t\t\t\t\t\tonclick=\"return addthis_open(this, 'email', 'http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/', 'The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide');\">\n\t\t\t\t\t <span class=\"icon_link\">Email</span></a>\n\t\t<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/152/addthis_widget.js\"></script>\n\t\t</span>\n\t\t\t\t<!-- edit post-->\n\t\t\n\t\t\n\t\t\t\t<div id='fbtweet'>\n\t\t\t<div class=\"icons\" id=\"linkedin_button\" onclick=\"pageTracker._trackPageview('/controlclick/linkedin_share');\">\n\t\t\t\t<script type=\"text/javascript\" src=\"http://platform.linkedin.com/in.js\"></script>\n\t\t\t\t<script type=\"in/share\" data-counter=\"right\" data-url=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\"></script>\n\t\t\t</div>\n\t\t\t<div class=\"icons\" id=\"tweetmeme_button\">\n\t\t\t\t<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\" data-via=\"247WallSt\" data-related=\"247WallSt\">Tweet</a>\n\t\t\t</div>\n\t\t\t<div class=\"icons\" id=\"fblike_button\">\n\t\t\t\t\n\t<div class=\"archive_social\">\n\t\t<span class=\"fblike\">\n\t\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:100px; height:21px;\" allowTransparency=\"true\">\n\t\t\t</iframe>\n\t\t</span>\n\t</div>\t\t\t</div>\n\t\t</div>\n\t\t\t</div><!-- /user_controls -->\n\n\n\t\t\t\t\t\t\t<div itemprop=\"articleBody\" class=\"entry-content\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<p><em>December 28, 2014:</em> Markets opened lower on Monday as neither the bulls nor the bears can gin up a lot of support. Volumes are low and corporate news is nearly non-existent. Crude oil started the day higher, but has drifted to a loss of about 2% as the day wore on. Shortly before the closing bell the DJIA traded down 0.08% for the day, the S&amp;P 500 traded up 0.09%, and the Nasdaq Composite traded flat. International Business Machines Corp. (NYSE: IBM) dropped more than 1% today and its high per share price pushed the DJIA lower just as the market closed.</p>\t\t\t<div id=\"dfp-in-text\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-in-text\" ); });</script>\n\t\t\t</div>\n\t\t\n<p>The DJIA stock posting the largest daily gain ahead of the close Monday was The Home Depot Inc. (NYSE: HD) which traded up 0.87% at $104.64. The stock’s 52-week range is $73.96 to $104.80, and the high was posted early Monday. Trading volume was less than half the daily average of around 5.8 million shares. Reports of solid sales at home improvement stores during the holidays have helped push this stock higher today.</p>\n<p>JPMorgan Chase &amp; Co. (NYSE: JPM) traded up 0.77% at $63.03. The stock’s 52-week range is $52.97 to $63.34, and the high was set today. Trading volume was about 50% below the daily average of around 26 million shares. The big bank is one of the underwriters for the IPO of Shake Shack which was announced today.</p>\n<p>The Boeing Co. (NYSE: BA) traded higher by 0.71% at $132.57. The stock’s 52-week range is $116.32 to $144.57. Volume was less than half the daily average of around 4.4 million shares. The company held its first test flight on Sunday of a new Air Force Tanker.</p>\n<p>Cisco Systems Inc. (NASDAQ: CSCO) traded up 0.48% at $28.49. The stock’s 52-week range is $21.27 to $28.59. Trading volume about 60% below the daily average of around 29 million shares. The stock missed matching its 52-week high by just a couple of pennies and was touted as a Rocket Stock at thestreet.com today.</p>\n<p>Of the Dow 30 stocks 13 are set to close higher today and 17 are on track to close lower.</p>\n<p><strong><a href=\"http://247wallst.com/technology-3/2014/12/26/5-top-tech-stocks-for-2015-with-potential-big-catalysts/\">ALSO READ: 5 Top Tech Stocks for 2015 With Potential Big Catalysts</a></strong></p>\n<p class=\"byline konafilter\">By Paul Ausick</p>\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div id=\"dfp-below-single-content\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-below-single-content\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t<div id=\"social_icons_bottom_right\">\n\t\t<!-- RSS -->\n\t\t<a target=\"_blank\" href='http://feeds.feedburner.com/typepad/RyNm' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-rss', 'User has clicked on RSS icon at bottom right of post');\" title='Subscribe'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/rss-32px.png?m=1391152626g' width='32' height='32' alt='RSS' /></a>\n\t\t<!-- Facebook -->\n\t\t<a target=\"_blank\" href='http://www.facebook.com/247WallSt'  onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-facebook', 'User has clicked on Facebook icon at bottom right of post');\" title='Find us on Facebook'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/facebook-32px.png?m=1391152626g' width='32' height='32' alt='Facebook' /></a>\n\t\t<!-- Twitter -->\n\t\t<a target=\"_blank\" href='http://twitter.com/247wallst' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-twitter', 'User has clicked on Twitter icon at bottom right of post' );\" title='Follow us on Twitter'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/twitter-32px.png?m=1391152626g' width='32' height='32' alt='Twitter' /></a>\n\t</div>\n\n\n\t\t\t\t\t\t\t<div id=\"social_icons\">\n\n<!-- Yahoo Buzz -->\n<a class=\"icons\" href=\"http://buzz.yahoo.com/submit/?submitUrl=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/&amp;submitHeadline=The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide&amp;submitSummary=December 28, 2014: Markets opened lower on Monday as neither the bulls nor the bears can gin up a lot of support. Volumes are low and corporate news is nearly ...&amp;submitCategory=business&amp;submitAssetType=text\" onclick=\"track('Social Icon Click', 'yahoo-buzz', 'User has clicked on Yahoo Buzz icon below article')\">\n<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/yahoobuzz.gif?m=1234047271g\" alt=\"Yahoo Buzz\"/><span class=\"icon_link\">Buzz up!</span></a>\n\n<!-- Digg -->\n<a class=\"icons\" href=\"http://digg.com/submit?phase=2&amp;url=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/&amp;title=The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide\" title=\"New\" onclick=\"track('Social Icon Click', 'digg', 'User has clicked on digg icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/digg.png?m=1391152626g\" alt=\"Digg\"/><span class=\"icon_link\">Digg</span></a>\n\n<!-- fark-->\n<a class=\"icons\" href=\"http://cgi.fark.com/cgi/fark/farkit.pl?h=The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide&amp;u=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\" onclick=\"track('Social Icon Click', 'fark', 'User has clicked on fark icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/fark.png?m=1391152626g\" alt=\"fark\" /><span class=\"icon_link\">Fark</span></a>\n\n<!-- facebook-->\n<a class=\"icons\" href=\"http://www.facebook.com/share.php?u=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/&amp;t=The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide\" onclick=\"track('Social Icon Click', 'facebook', 'User has clicked on facebook icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/facebook.png?m=1391152626g\" alt=\"facebook\" /><span class=\"icon_link\">Facebook</span></a>\n\n<!-- reddit-->\n<span onclick=\"track('Social Icon Click', 'reddit', 'User has clicked on reddit icon below article');\">\n<a class=\"icons\" href=\"http://reddit.com/submit?url=http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/&amp;title=The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide\"> <img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/reddit.png?m=1391152626g\" alt=\"tipd\" /><span class=\"icon_link\">Reddit</span></a>\n</span>\n\n<!-- tumblr-->\n<span onclick=\"track('Social Icon Click', 'tumblr', 'User has clicked on tumblr icon below article');\">\n<a class=\"icons\" href=\"http://www.tumblr.com/share?v=3&u=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-4-stocks-that-slimmed-the-djia-monday-slide%2F&t=The+4+Stocks+That+Slimmed+the+DJIA+Monday%26nbsp%3BSlide&s=December 28, 2014: Markets opened lower on Monday as neither the bulls nor the bears can gin up a lot of support. Volumes are low and corporate news is nearly non-existent. Crude oil started the day higher, but has drifted to a loss of about 2% as the day wore on. Shortly before the closing [&#8230;]\"> <img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/tumblr.gif?m=1234047271g\" alt=\"tumblr\" /><span class=\"icon_link\">Tumblr</span></a>\n</span>\n\n\n</div><!-- /social_icons -->\n\n\n\t\t\t\t\t\t\t<div id=\"nav-above\" class=\"navigation\" onclick=\"track('Navigation Click', 'nav-above', 'User has clicked on navigation between social icons and post meta')\">\n\t\t\t\t\t\t\t\t<div class=\"nav-previous\"><a href=\"http://247wallst.com/healthcare-business/2014/12/29/flex-pharma-files-for-ipo/\" rel=\"prev\"><span class=\"meta-nav\">&laquo;</span> Flex Pharma Files for&nbsp;IPO</a></div>\n\t\t\t\t\t\t\t\t<div class=\"nav-next\"><a href=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\" rel=\"next\">The 52-Week Low Club for&nbsp;Monday <span class=\"meta-nav\">&raquo;</span></a></div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"entry-meta\" onclick=\"pageTracker._trackPageview('/trackclick/read_more_single');\">\n\tRead more: <span itemprop=\"keywords\"><a href=\"http://247wallst.com/./investing/\" rel=\"category tag\">Investing</a>, <a href=\"http://247wallst.com/topics/market-close/\" rel=\"tag\">market close</a>, <a href=\"http://247wallst.com/companies/ba/\" rel=\"tag\">The Boeing Company (NYSE:BA)</a>, <a href=\"http://247wallst.com/companies/csco/\" rel=\"tag\">Cisco Systems, Inc. (NASDAQ:CSCO)</a>, <a href=\"http://247wallst.com/companies/hd/\" rel=\"tag\">Home Depot (NYSE:HD)</a>, <a href=\"http://247wallst.com/companies/jpm/\" rel=\"tag\">JPMorgan Chase &amp; Co. (NYSE:JPM)</a></span>\n\t</div>\n\n\t\t\t\t\t\t\t<div id=\"post-footer\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- Yavli -->\n\t\t\t\t\t\t\t\t<script type=\"text/javascript\" id=\"havnr_com144\">(function(){\n\t\t\t\t\t\t\t\t\tvar s=document.createElement(\"script\");s.type=\"text/javascript\";\n\t\t\t\t\t\t\t\t\ts.async=true;s.src=\"//havnr.com/144?url=\"+encodeURIComponent(window.location.href);\n\t\t\t\t\t\t\t\t\tvar x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);})();\n\t\t\t\t\t\t\t\t</script>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div><!-- #post-footer-->\n\t\t\t\t\t\t</div><!-- .single-post -->\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"960878447\">\n\t\t<script type=\"text/javascript\">\n\t\ttry {\n\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"960878447\", \"645x200\", \"960878447\");\n\t\t\t\t});\n\t\t\t}\n\t\tcatch (error) {}\n\t</script>\n\t</div>\n\t<div id=\"733810131\">\n\t\t<script type=\"text/javascript\">\n\t\ttry {\n\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"733810131\", \"645x380\", \"733810131\");\n\t\t\t\t});\n\t\t\t}\n\t\tcatch (error) {}\n\t</script>\n\t</div>\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"entry-comments\">\n\t\t<div id=\"disqus_thread\"></div>\n\t<script type=\"text/javascript\">\n        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n        var disqus_shortname = '247wallst';\n        var disqus_url = 'http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/';\n        /* * * DON'T EDIT BELOW THIS LINE * * */\n        (function() {\n            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';\n            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n        })();\n\t</script>\n\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div><!-- .primary-->\n\t\t\t\t\t\t\t<div class=\"secondary\">\n\t\t\t\t\t\t\t\t\t<div id=\"col3\">\n\t\t<ul class=\"xoxo\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"iframe-ad sidebar right-sidebar-ad-2 box-ad\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-sidebar-1\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-sidebar-1\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t</li>\n\n\t\t\t\t<li class=\"iframe-ad sidebar box-ad\" id=\"right-sidebar-ad-1\" addesc=\"first ad in right sidebar\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-sidebar-2\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-sidebar-2\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<li id=\"recent-posts\" class=\"widget skyscraper\" onclick=\"pageTracker._trackPageview('/trackclick/recent_posts');\">\n\t\t\t<div class='list'>\n\t\t\t\t<h3>Recent Posts</h3>\n\t\t\t\t<ul>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/the-52-week-low-club-for-friday-21/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;The 52-Week Low Club for&nbsp;Friday&rdquo;\">The 52-Week Low Club for&nbsp;Friday</a></li>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/the-4-stocks-that-weighed-down-the-djia-friday/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;The 4 Stocks That Weighed Down the DJIA&nbsp;Friday&rdquo;\">The 4 Stocks That Weighed Down the DJIA&nbsp;Friday</a></li>\n\t<li><a href=\"http://247wallst.com/autos/2015/01/02/gm-closes-out-2014-with-total-84-recalls-for-30-million-vehicles/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;GM Closes Out 2014 With Total 84 Recalls for 30 Million&nbsp;Vehicles&rdquo;\">GM Closes Out 2014 With Total 84 Recalls for 30 Million&nbsp;Vehicles</a></li>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/can-india-outperform-again-in-2015/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Can India Outperform Again in&nbsp;2015?&rdquo;\">Can India Outperform Again in&nbsp;2015?</a></li>\n\t<li><a href=\"http://247wallst.com/casinos-hotels/2015/01/02/casino-stocks-hammered-on-macau-data/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Casino Stocks Hammered on Macau&nbsp;Data&rdquo;\">Casino Stocks Hammered on Macau&nbsp;Data</a></li>\n\t<li><a href=\"http://247wallst.com/technology-3/2015/01/02/apple-gets-first-analyst-price-target-hike-of-2015/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Apple Gets First Analyst Price Target Hike of&nbsp;2015&rdquo;\">Apple Gets First Analyst Price Target Hike of&nbsp;2015</a></li>\n\t<li><a href=\"http://247wallst.com/housing/2015/01/02/november-new-construction-spending-unexpectedly-drops/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;November New Construction Spending Unexpectedly&nbsp;Drops&rdquo;\">November New Construction Spending Unexpectedly&nbsp;Drops</a></li>\n\t<li><a href=\"http://247wallst.com/energy-business/2015/01/02/what-terminating-licenses-will-mean-for-ballard/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;What Terminating Licenses Will Mean for Ballard&nbsp;Power&rdquo;\">What Terminating Licenses Will Mean for Ballard&nbsp;Power</a></li>\n\t<li><a href=\"http://247wallst.com/energy-economy/2015/01/02/russian-oil-production-sets-post-soviet-high/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Russian Oil Production Sets Post-Soviet&nbsp;High&rdquo;\">Russian Oil Production Sets Post-Soviet&nbsp;High</a></li>\n\t<li><a href=\"http://247wallst.com/technology-3/2015/01/02/why-wells-fargo-2015-semiconductor-outlook-is-optimistic-but-cautious/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Why Wells Fargo 2015 Semiconductor Outlook Is Optimistic but&nbsp;Cautious&rdquo;\">Why Wells Fargo 2015 Semiconductor Outlook Is Optimistic but&nbsp;Cautious</a></li>\n</ul>\n\t\t\t</div>\n\t\t\n\t\t\t\t\t\t<div id=\"ad-right-sidebar-ad-3\" adid=\"right-sidebar-ad-3\" addesc=\"third ad (skyscraper) in right sidebar\" class='ad' onclick=\"pageTracker._trackEvent('Right-sidebar-ad-3', 'Right-Sidebar-Ad-3', 'User has clicked on third ad (skyscraper) in right sidebar');\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-skyscraper\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-skyscraper\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t</li>\n\t\t<li id=\"ad-right-sidebar-ad-4\" adid=\"right-sidebar-ad-4\" addesc=\"300x600 Right Rail Box 4\" class=\"iframe-ad sidebar right-sidebar-ad-4\">\n\t\t\t\t<div id=\"389657298\">\n\t\t<script type=\"text/javascript\">\n\t\t\ttry {\n\t\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"389657298\", \"300x600\", \"389657298\");\n\t\t\t\t});\n\t\t\t}\n\t\t\tcatch (error) {}\n\t\t</script>\n\t</div>\n\t\t</li>\n\n\t\t<li id=\"quotebox\" class=\"sidebar\">\n\t\t\t<form name=\"searchQuote\" id=\"searchQuote\" action=\"http://www.marketwatch.com/tools/quotes/quotes.asp?symb=mmm\" onsubmit=\"track('Stock Symbol Lookup', 'stock-search', 'User has performed a lookup on a stock symbol: ' + this.value);\">\n\t\t\t  <b>Get Quote for:</b>\n\t\t\t  <input type=\"text\" name=\"symb\" class=\"sym2\" onfocus=\"this.style.color='#000000';this.value='';\" value=\"Enter symbol\"/>\n\t\t\t  <div>\n\t\t\t\t<a href=\"http://www.marketwatch.com/tools/quotes/lookup.asp\" title=\"This link allows you to search for a symbol\" target=\"_blank\">Symbol Lookup</a>\n\t\t\t  </div>\n\t\t\t  <div id=\"search2\">\n\t\t\t\t<a class=\"left_quotesearch\" href=\"javascript:document.searchQuote.submit();\">Search</a>\n\t\t\t  </div>\n\t\t   </form>\n\t\t</li>\n\n\t\t\t</ul>\n\t</div><!-- #Right Sidebar col3 -->\n\t\t\t\t\t\t\t</div><!-- .secondary -->\n\t\t\t\t\t</div><!-- .content -->\n<div id=\"footer\">\n\n\t<ul class=\"partner-feeds\">\n\t\t<!-- Starting RSS feeds -->\n\t\t\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/themotleyfool');\">\n\t\t\t\t<a href=\"http://www.fool.com/\" target=\"_blank\">\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/themotleyfool.png?m=1391152626g\" alt=\"themotleyfool\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t</a>\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/KjxjRcUvod4/story01.htm' title='Shake Shack IPO: How the Shack&#039;s Financials Stack Up' target='_blank'>Shake Shack IPO: How the Shack&#039;s Financials Stack Up</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/v_gtXvb9AFE/story01.htm' title='Why Linn Energy LLC&#039;s 12% Surge Today Actually Means Something' target='_blank'>Why Linn Energy LLC&#039;s 12% Surge Today Actually Means Something</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/B1zhLmo0NCQ/story01.htm' title='What Internet of Things (IoT) Investors Need to Watch in 2015' target='_blank'>What Internet of Things (IoT) Investors Need to Watch in 2015</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/marketwatch');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/marketwatch-logo.jpg?m=1341282432g\" alt=\"marketwatch\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/7DaS-4Taug0/' title='Pimco Total Return Fund sees $19.4 bln outflow in December' target='_blank'>Pimco Total Return Fund sees $19.4 bln outflow in December</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/2-YBKdc-A44/quotes.asp' title='Nasdaq Composite posts 1.7% weekly decline' target='_blank'>Nasdaq Composite posts 1.7% weekly decline</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/2-YBKdc-A44/quotes.asp' title='S&amp;P 500 posts 1.5% weekly fall; Dow down 1.2%' target='_blank'>S&amp;P 500 posts 1.5% weekly fall; Dow down 1.2%</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/foxbusiness');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/fox-business.png?m=1391152626g\" alt=\"foxbusiness\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/W0odr0jsoRY/' title='Beef, agriculture industries upset with dietary guidelines that consider environmental impact' target='_blank'>Beef, agriculture industries upset with dietary guidelines that consider environmental impact</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/tI3yk52Bql8/' title='Avian flu found in SE Wash. backyard flock; 2nd appearance in state; no public health danger' target='_blank'>Avian flu found in SE Wash. backyard flock; 2nd appearance in state; no public health danger</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/XfP1-uAJUCg/' title='HarperCollins UK pulls Middle East atlas that cited &#039;local preferences&#039; for omitting Israel' target='_blank'>HarperCollins UK pulls Middle East atlas that cited &#039;local preferences&#039; for omitting Israel</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/yhoofinance');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/yahoo-finance.jpg?m=1386917461g\" alt=\"yhoofinance\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/may-mean-view-energy-stocks-002435180.html' title='New year may mean new view on energy stocks' target='_blank'>New year may mean new view on energy stocks</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/u-manufacturing-sector-slips-six-150235482.html' title='U.S. factory sector suffers end-of-year chill' target='_blank'>U.S. factory sector suffers end-of-year chill</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/shake-shack-ipo-filing-comes-224234959.html' title='Shake Shack IPO filing comes amid a hunger for premium burgers' target='_blank'>Shake Shack IPO filing comes amid a hunger for premium burgers</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/dailyfinance');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/DF_Wordmark_Black_150px.png?m=1403073344g\" alt=\"dailyfinance\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/inside-insurance-industry-secret-database/' title='Inside the Insurance Industry&#039;s Secret Database About You' target='_blank'>Inside the Insurance Industry&#039;s Secret Database About You</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/surviving-forced-early-retirement/' title='12 Ways to Survive a Forced Early Retirement' target='_blank'>12 Ways to Survive a Forced Early Retirement</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/when-death-comes-calling-tasks/' title='When Death Comes Calling, Here Are 5 Things You Should Do' target='_blank'>When Death Comes Calling, Here Are 5 Things You Should Do</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/huffingtonpost');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/huffpo-logo.jpg?m=1341282432g\" alt=\"huffingtonpost\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/03/college-most-alumni-donate_n_6409268.html' title='10 Colleges Where The Most Alumni Donate' target='_blank'>10 Colleges Where The Most Alumni Donate</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/02/north-korea-sanctions_n_6408348.html' title='North Korea Sanctions Must Target Regime To Bruise Economy' target='_blank'>North Korea Sanctions Must Target Regime To Bruise Economy</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/02/nyt-diversity-public-editor-tackles-issue-in-hopes-and-dreams_n_6401982.html' title='NYT Public Editor Tackles Diversity Issues In &#039;Hopes And Dreams&#039; For 2015' target='_blank'>NYT Public Editor Tackles Diversity Issues In &#039;Hopes And Dreams&#039; For 2015</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t<!-- End RSS feeds -->\n\t</ul>\n\n<div id=\"footer_menu\">\n<ul>\n\t<li id=\"menu-item-125883\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-125883\"><a href=\"http://247wallst.com/\">Home</a></li>\n<li id=\"menu-item-125884\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125884\"><a href=\"http://247wallst.com/about/\">About Us</a></li>\n<li id=\"menu-item-125885\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125885\"><a href=\"http://247wallst.com/disclaimer-and-terms-of-use/\">Disclaimer and Terms of Use</a></li>\n<li id=\"menu-item-125887\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-125887\"><a href=\"http://247wallst.com/page/disclaimer-and-terms-of-use/#privacypolicy\">Privacy Policy</a></li>\n<li id=\"menu-item-125888\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125888\"><a href=\"http://247wallst.com/contact/\">Contact Us</a></li>\n<li id=\"menu-item-125889\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125889\"><a href=\"http://247wallst.com/advertise/\">Advertise</a></li>\n\t<li onclick=\"if( typeof track == 'function' ) track('Ad Click', 'footer', 'User has clicked on ad in footer')\">\n\t\t<a class=\"noborder\" href=\"http://www.dailyfinance.com/\" title=\"Revised\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/DF_Wordmark_Black_150px.png?m=1403073344g\" alt=\"AOL Money and Finance\" align=\"bottom\" /></a>\n\t</li>\n</ul>\n</div><!-- /footer_menu-->\n\n&copy;2015 24/7 Wall St.\t\t<span class=\"meta-sep\">|</span>\n\t\t<span id=\"generator-link\">Powered by <a href=\"http://wordpress.com/vip-hosting/\" title=\"WordPress.com VIP\" rel=\"generator\">WordPress.com VIP</a></span>\n</div><!-- #footer -->\n\n</div><!-- #wrapper .hfeed -->\n\n\t<script id=\"mNCC\" language=\"javascript\">\n\twindow._mNInslDisplay = false;\n\tmedianet_versionId = \"151199\";\n\t(function() {\n\t\tvar isSSL = 'https:' == document.location.protocol;\n\t\tvar mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/inslmedianet.js?cid=8CUD54534&crid=179434307&size=641x481' + (isSSL ? '&https=1' : '');\n\t\tdocument.write('<scr' + 'ipt type=\"text/javascript\" id=\"mNSC\" src=\"' + mnSrc + '\"></scr' + 'ipt>');\n\t})();\n\t</script>\n\t<!-- If \"window._mNInslDisplay\" flag is true Media.net Interstitial AdUnit has been loaded -->\n\n<script>\njQuery(function($){\n\tvar adBox = null;\n\t$(\".ad\").click(function() {\n\t\tadBox = null;\n\t\tvar ad = $(this);\n\t\tvar adid = ad.attr('id');\n\t\ttrack('Ad Click', adid.match(/ad-(.+)/)[1], \"User has clicked on \" + ad.attr('addesc'));\n\t});\n\t$(\".iframe-ad\")\n\t\t.mouseover(function(){ adBox = $(this).find('.ad'); })\n\t\t.mouseout(function(){ adBox = null; });\n\tvar adtrack = function(ev) {\n\t\tif(adBox) {\n\t\t\ttrack('Ad Click', adBox.attr('adid'), \"User has clicked on (iframe) \" + adBox.attr('addesc'));\n\t\t\tadBox = null;\n\t\t}\n\t};\n\t$(window).blur(adtrack);\n\t$(window).focusout(adtrack);\n});\n</script>\n\n\t\t<script type=\"text/javascript\">\n\t\t\tif (typeof tb_pathToImage != 'string')\n\t\t\t{\n\t\t\t\tvar tb_pathToImage = 'http://247wallst.com/wp-includes/js/thickbox/loadingAnimation.gif';\n\t\t\t}\n\t\t\tif (typeof tb_closeImage != 'string')\n\t\t\t{\n\t\t\t\tvar tb_closeImage = 'http://247wallst.com/wp-includes/js/thickbox/tb-close.png';\n\t\t\t}\n\t\t</script>\n\n\t\t<style type=\"text/css\">\n\t\t\tlabel.error {\n\t\t\t\tdisplay: block;\n\t\t\t\tcolor: red;\n\t\t\t}\n\t\t\tobject,\n\t\t\tembed {\n\t\t\t\tposition: relative !important;\n\t\t\t\tz-index: 0 !important;\n\t\t\t}\n\n\t\t</style>\n\n\t\t<div id=\"theme-overlay\" style=\"display: none; !important\">\n\t\t\t\t\t</div>\n\n<!-- wpcom_wp_footer -->\n\t\t<script>!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');\n\t\t</script>\n\t\t\t<script type=\"text/javascript\"src=\"http://j.foolcdn.com/common/js/marketing/pitchengine-norequire.js?v=80768\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t\tjQuery( document ).ready( function() {\n\n\t\t\t\tjQuery(document).on( 'click', '#pitch', function( e ) {\n\t\t\t\t\tpageTracker._trackEvent('ad', 'click', 'TMF Pitch Widget');\n\t\t\t\t} );\n\n\t\t\t\tjQuery( 'div.entry-content' ).append( '<div id=\"pitch\"></div>' );\n\n\t\t\t\tFoolPitchEngineTracker = function () {\n\t\t\t\t\treturn {\n\t\t\t\t\t\tDataLayer: null,\n\t\t\t\t\t\tEventType: \"247ArticlePageView\",\n\n\t\t\t\t\t\tinitialize: function (dataLayer, eventType) {\n\t\t\t\t\t\t\tthis.DataLayer = dataLayer;\n\t\t\t\t\t\t\tif (eventType != \"\") {\n\t\t\t\t\t\t\t\tthis.EventType = eventType;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\tCustomPitch: function (trueOrFalse) {\n\t\t\t\t\t\t\tthis.DataLayer.push({ 'customPitch': trueOrFalse });\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\tTrack: function () {\n\t\t\t\t\t\t\tthis.DataLayer.push({ 'event': '247ArticlePageView' });\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\tvar pitchEngine = PitchEngine();\n\t\t\t\tvar dataTracker = FoolPitchEngineTracker();\n\t\t\t\tdataTracker.initialize(window.dataLayer);\n\n\t\t\t\tpitchEngine.initialize( dataTracker, {\n\t\t\t\t\t\tsite: '247wallst',\n\t\t\t\t\t\tplacement: 'article_pitch',\n\t\t\t\t\t\ttickers: 'BA,CSCO,HD,JPM',\n\t\t\t\t\t\ttags: 'Investing,market close',\n\t\t\t\t\t\ttext_src: '247'\n\t\t\t\t});\n\t\t\t});\n\t\t</script>\n\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'5450697','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'5450697','v':'wpcom','tz':'-5','user_id':'0','post':'253612','subd':'247wallst'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=5450697&v=wpcomvt&tz=-5&user_id=0&post=253612&subd=247wallst&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdGQWs0Rk9xZ2I1NF9NeFJXd3ViMXhfT2h6ZHRJenMmfm5UcGFbN1EvMFl8OWV0LDY0ckhXLk5aR1VfPWt+X1B4cWdUTlkldExDQTNFMUlVMWJteUNMZGc3QnAxNXEtcy9tazVNTExDMW9NcjFROD9qb0tEYWpRQT1ydldPNGtMTkJKUlUzJjByOFBodDZNX1ZKVGk/ci0ya0RoR11nMHJjaDMsamhTaFQrSA=='});\naddLoadEvent(function(){linktracker_init('5450697',253612);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\n\n\n\n\t\t\t\t<div id=\"dfp-popup\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-popup\" ); });</script>\n\t\t\t</div>\n\t\t\n\n<!-- TMF Catfish Tempalte -->\n<div id=\"tmf-catfish\" style=\"display:none;\">\n\t<a id=\"tmf-catfish-link\" href=\"\" title=\"The Motley Fool\">\n\t\t<div id=\"tmf-catfish-content\" data-url=\"\">\n\t\t\t<div id=\"tmf-catfish-image-wrap\">\n\t\t\t\t<img id=\"tmf-catfish-image\" src=\"\" />\n\t\t\t</div>\n\t\t</div>\n\t</a>\n\t<div id=\"tmf-catfish-cancel\">x</div>\n</div>\n\n<div id=\"dfp-catfish\">\n\t<script type=\"text/javascript\">\n\t\tvar wallst_catfish_delay = 20000;\n\t\tsetTimeout( function() {\n\t\t\tif ( wallst.ok_to_catfish() ) {\n\t\t\t\tgoogletag.display( 'dfp-catfish' ).display();\n\t\t\t}\n\t\t},  wallst_catfish_delay );\n\t</script>\n</div>\n\n\n\n<!-- Kontera ContentLink(TM);-->\n<script type='text/javascript'>\n\tif( !top.aol_devil_flag ) {\n\tvar dc_AdLinkColor = '#668833' ;\n\tvar dc_isBoldActive= 'no';\n\tvar dc_PublisherID = 214389 ;\n\tvar _kona_src = 'http://kona.kontera.com/javascript/lib/KonaLibInline.js';\n\tdocument.write('<scr' + 'ipt src=\"' + _kona_src + '\"></scr' + 'ipt>');\n\t}\n\n</script>\n<!-- Kontera ContentLink(TM) -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"247wallst.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/247wallst.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]>\n<html id=\"ie6\" class=\"no-js ie6\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 7]>\n<html id=\"ie7\" class=\"no-js ie7\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 8]>\n<html id=\"ie8\" class=\"no-js ie8\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if IE 9]>\n<html id=\"ie9\" class=\"no-js ie9\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9)  ]><!-->\n<html class=\"no-js\" xmlns:fb=\"http://ogp.me/ns/fb#\"\n lang=\"en\">\n<!--<![endif]-->\n<!--\n\tgenerated in 0.295 seconds\n\t74177 bytes batcached for 300 seconds\n-->\n<head profile=\"http://gmpg.org/xfn/11\">\n<title>  The 52-Week Low Club for Monday - VIVUS, Inc. (NASDAQ:VVUS) - 24/7 Wall St.</title>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n\n<!-- Facebook -->\n<meta property=\"og:site_name\" content=\"247wallst.com\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:title\" content=\"The 52-Week Low Club for&nbsp;Monday\" />\n<meta property=\"og:url\" content=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\" />\n<meta property=\"og:image\" content=\"https://247wallst.files.wordpress.com/2014/02/178499940.jpg?w=400\" />\n<meta property=\"fb:admins\" content=\"1637394913,9110202\" />\n<meta property=\"fb:app_id\" content=\"209662835720614\" />\n<!-- START Parse.ly Meta -->\n<meta name='parsely-page' content='{\"title\":\"The 52-Week Low Club for&nbsp;Monday\",\"image_url\":\"https:\\/\\/247wallst.files.wordpress.com\\/2014\\/02\\/178499940.jpg?w=400\",\"link\":\"http:\\/\\/247wallst.com\\/investing\\/2014\\/12\\/29\\/the-52-week-low-club-for-monday-19\\/\",\"type\":\"post\",\"post_id\":253615,\"tags\":[\"Corporate Performance\",\"VVUS\"],\"author\":\"Paul Ausick\",\"section\":\"Investing\",\"pub_date\":\"2014-12-29T21:11:20Z\"}'>\n<!-- END Parse.ly Meta -->\n<!--[if IE]>\n<link rel=\"stylesheet\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/ie-print.css?m=1320342806g\" type=\"text/css\" media=\"print\"/>\n<![endif]-->\n\n<!--[if lte IE 7>\n<link rel=\"stylesheet\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/ie.css\" type=\"text/css\" />\n<![endif]-->\n\n<script>\nvar wp_template_dir=\"http://s0.wp.com/wp-content/themes/vip/247wallst\";\nvar wp_current_page=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\";\nvar tb_pathToImage=\"http://247wallst.wordpress.com/wp-includes/js/thickbox/loadingAnimation.gif?m=1354137473g\";\nvar tb_closeImage=\"http://247wallst.wordpress.com/wp-includes/js/thickbox/tb-close.png?m=1354137473g\";\nvar adscripts = {};\nvar adblocks = {};\n</script>\n\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/favicon.ico?m=1234195507g\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=247wallst.com&amp;id=5450697&amp;t=1420285696&amp;back=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-52-week-low-club-for-monday-19%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJydkd1ugzAMhV9oqUeHWu1i2rOEYMDg/Aibdn37BdCYqm5I203kY3/HiR24JuNiUAwKfjKJp5aCgHhivKUx9uj0Xh2cyBP8bGMaUKBHTdYNZlEbTsHxVOdyTkBtpaPcQA6ewiPSC2iuD1X82IK9e10cMed9sjoTHmuyyOgztmfz6fTlmsMuP1oeeO1yH4ELJTiW56tllrwRvTH+ARVYlWnQ6jRi/R+v+mZvGvSxp/VcMYIQddnyFuz5W4yGo7NKMdwJ07Clcc86YsWxzWG7/O63/G3MroSWY2V5Bt79W1EWr8fT+eW56D8BydH1xg==' type='text/css' media='all' />\n<link rel='stylesheet' id='print-css-0' href='http://s1.wp.com/wp-content/themes/vip/247wallst/print.css?m=1320342806g' type='text/css' media='print' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/s1.wp.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/s1.wp.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyNj90OgjAMRl/IMTAkeGN8lgEVOvbnuoH69A6jRA0JXrVpT3q+8smxxpoAJnBJXNsaFbBI4EWXZgzN2WaSdjxxaBoVW6AZlJcI/vYqmwDT2HkRINNo3vCH1VkKGoiScmX7rUIzIkybmITgRDMwD4R3WAsYemyG2l6X5vdm6CGF4iM6vi+rSShFgTsVOzTE7QheiUU3CoXt/OAs/evQ820XXYJP+liURVXmeVUd5AOKupW/'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://247wallst.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide' href='http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/' />\n<link rel='next' title='Apple Wins Race for Global Holiday&nbsp;Sales' href='http://247wallst.com/consumer-electronics/2014/12/30/apple-wins-race-for-global-holiday-sales/' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/' />\n<link rel='shortlink' href='http://wp.me/pmRYt-13Yz' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-52-week-low-club-for-monday-19%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-52-week-low-club-for-monday-19%2F&amp;for=wpcom-auto-discovery\" /><link rel='openid.server' href='http://247wallst.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://247wallst.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://247wallst.com/osd.xml\" title=\"24/7 Wall St.\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n\t<script type='text/javascript'>\n\twindow.wallst = {};\n\n\twindow.wallst.getParams = function() {\n\t\tvar vars = [], hash;\n\t\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\n\n\t\tfor (var i = 0; i < hashes.length; i++) {\n\t\t\thash = hashes[i].split('=');\n\t\t\tvars.push(hash[0]);\n\t\t\tvars[hash[0]] = hash[1];\n\t\t}\n\t\treturn vars;\n\t}\n\n\twallst.setCookie = function(key, days, value) {\n\t\tvar d = new Date();\n\t\td.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));\n\t\n\t\tif( !value ) value = \"true\";\n\n\t\tvar cookie =  key + '='+value+'; expires=' +  d.toGMTString() + '; path=/';\n\t\tdocument.cookie = cookie;\n\t}\n\n\twallst.readCookie = function(name) { \n\t\tvar nameEQ = name + \"=\";\n\t\tvar ca = document.cookie.split(';');\n\t\n\t\tfor(var i=0;i < ca.length;i++) {\n\t\t\tvar c = ca[i];\n\t\t\twhile (c.charAt(0)==' ') c = c.substring(1,c.length);\n\t\t\tif (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);\n\t\t}\n\t\treturn 'false';\n\t}\n\n\twallst.cookies_enabled = function() {\n\t\tdocument.cookie = \"cookietest=true\";\n\t\treturn (wallst.readCookie(\"cookietest\") == \"true\");\n\t}\n\n\twallst._debug_catfish = false;\n\n\twallst.ok_to_catfish = function() {\n\t\tif( wallst._debug_catfish ) return true;\n\t\t//\n\t\tif( !wallst.cookies_enabled() ) return false;\n\t\t// block in media.net's interstitial\n\t\tif ( 'undefined' !== typeof window._mNInslDisplay && true == window._mNInslDisplay ) return false;\n\n\t\tif( wallst.readCookie('247TMF-catfish') == \"false\" ) return true;\n\t\t//\n\t\treturn false;\n\t}\n\n\twallst.init_catfish = function( creative, background, click_url, args ) {\n\t\tcreative   = creative || false;\n\t\tbackground = background || false;\n\t\tclick_url  = click_url || false;\n\t\targs       = args || {};\n\n\t\t// set background\n\t\tjQuery( '#tmf-catfish' ).css( 'background', 'url(\"' + background +'\")' );\n\n\t\t// set the click through url\n\t\tjQuery( '#tmf-catfish-link' ).attr( 'href', click_url );\n\n\t\t// may not need this\n\t\tjQuery( '#tmf-catfish-content' ).data( 'url', click_url );\n\t\t// set the image\n\t\tjQuery( '#tmf-catfish-image' ).attr( 'src', creative );\n\n\t\t// wire up the cancel 'x'\n\t\tjQuery( '#tmf-catfish-cancel' ).click( function() {\n\t\t\tjQuery( '#tmf-catfish' ).animate( { 'marginBottom': '-250' }, 500 );\n\t\t} );\n\n\t\t// allow creative to override height\n\t\tif ( 'height' in args ) {\n\t\t\tjQuery( '#tmf-catfish' ).css( 'height', args['height'] );\n\t\t}\n\t}\n\n\twallst.show_catfish = function() {\n\t\tjQuery('#tmf-catfish-button').click( wallst.click_catfish );\n\t\tjQuery('#tmf-catfish-cancel').click( wallst.close_catfish );\n\t\tjQuery('#tmf-catfish').show();\n\t\tjQuery('#tmf-catfish').animate({ 'marginBottom': '0' }, 500 );\n\t\twallst.setCookie( '247TMF-catfish', 2, 'true' );\n\t\ttrack( 'Catfish View', '247TMF-catfish', 'Catfish has been viewed' );\n\t}\n\n\twallst.close_catfish = function() {\n\t\tjQuery('#tmf-catfish').animate({ 'marginBottom': '-250' }, 500);\n\t}\n\n\twallst.click_catfish = function( event ) {\n\t\twindow.location.href = jQuery('#tmf-catfish-content').data('url');\n\t}\n\n\twallst.init_flags = function() {\n\t\tvar params = wallst.getParams();\n\t\tif( \"debug_catfish\" in params ) wallst._debug_catfish = true;\n\t}\n\n\n\twallst.init_flags();\n\t</script>\n\t<meta name=\"news_keywords\" content=\"Corporate Performance, VIVUS, Inc. (NASDAQ:VVUS)\"/>\t\t<script type=\"text/javascript\">\n\t\t\t(function(c, a) {\n\t\t\t\twindow.mixpanel = a;\n\t\t\t\tvar b, d, h, e;\n\t\t\t\tb = c.createElement(\"script\");\n\t\t\t\tb.type = \"text/javascript\";\n\t\t\t\tb.async = !0;\n\t\t\t\tb.src = (\"https:\" === c.location.protocol ? \"https:\" : \"http:\") + '//g.foolcdn.com/js/lib/mixpanel-2.2.min.js';\n\t\t\t\td = c.getElementsByTagName( \"script\" )[0];\n\t\t\t\td.parentNode.insertBefore(b, d);\n\t\t\t\ta._i = [];\n\t\t\t\ta.init = function(b, c, f) {\n\t\t\t\t\tfunction d(a, b) {\n\t\t\t\t\t\tvar c = b.split(\".\");\n\t\t\t\t\t\t2 == c.length && (a = a[c[0]], b = c[1]);\n\t\t\t\t\t\ta[b] = function() {\n\t\t\t\t\t\t\ta.push([b].concat(\n\t\t\t\t\t\t\tArray.prototype.slice.call(arguments, 0)))\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar g = a;\n\t\t\t\t\t\"undefined\" !== typeof f ? g = a[f] = [] : f = \"mixpanel\";\n\t\t\t\t\tg.people = g.people || [];\n\t\t\t\t\th = ['disable', 'track', 'track_pageview', 'track_links',\n\t\t\t\t\t\t'track_forms', 'register', 'register_once', 'unregister',\n\t\t\t\t\t\t'identify', 'alias', 'name_tag', 'set_config','people.set',\n\t\t\t\t\t\t'people.set_once', 'people.increment', 'people.track_charge',\n\t\t\t\t\t\t'people.append' ];\n\t\t\t\t\tfor (e = 0; e < h.length; e++) d(g, h[e]);\n\t\t\t\t\ta._i.push([b, c, f])\n\t\t\t\t};\n\t\t\t\ta.__SV = 1.2;\n\t\t\t})(document, window.mixpanel || []);\n\t\t\tmixpanel.init( \"9659875b92ba8fa639ba476aedbb73b9\" );\n\t\t\tmixpanel.set_config( { track_pageview: false } );\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\twindow._mNHandle = window._mNHandle || {};\n\t\twindow._mNHandle.queue = window._mNHandle.queue || [];\n\t\tmedianet_versionId = \"121199\";\n\t\t(function() {\n\t\t\tvar sct = document.createElement(\"script\"),\n\t\t\tsctHl = document.getElementsByTagName(\"script\")[0],\n\t\t\tisSSL = 'https:' == document.location.protocol;\n\t\t\tsct.type = \"text/javascript\";\n\t\t\tsct.src = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/dmedianet.js?cid=8CUD54534' + (isSSL ? '&https=1' : '')+'';\n\t\t\tsct.async = \"async\";\n\t\t\tsctHl.parentNode.insertBefore(sct, sctHl);\n\t\t})();\n\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\t\tvar src = '//www.googletagservices.com/tag/js/gpt.js';\n\t\t\t\tdocument.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n\t\t\t\t})(); </script> <script type=\"text/javascript\" >\n\t\t\t\t(function() {\n\t\t\t\tvar src = '//ox-d.247wallst.servedbyopenx.com/w/1.0/jstag?&nc=1016069-247wallst';\n\t\t\t\tdocument.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n\t\t\t})();\n\t\t</script>\n\t\t\t\t<script type='text/javascript'>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tvar dfp_pub_service = googletag.pubads();\n\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Section\", \"Investing\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Archive\", \"no\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"slug\", \"the-52-week-low-club-for-monday-19\" );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"Ticker\", [\"VVUS\"] );\n\t\t\t\t\t\t\t\t\tdfp_pub_service.setTargeting( \"text_src\", \"247\" );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Leaderboard_1_728x90_ATF\",[728,90] ,\"dfp-leaderboard\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_In-Text_Box_1_300x250_ATF\",[300,250] ,\"dfp-in-text\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Right-Rail_Box_1_300x250_ATF\",[[300,250],[300,600]] ,\"dfp-sidebar-1\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Right-Rail_Box_2_300x250_BTF\",[300,250] ,\"dfp-sidebar-2\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/247WS_Investing_Skyscraper_1_160x600_BTF\",[160,600] ,\"dfp-skyscraper\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/24//7_Below_Single_Content_5x5\",[645,330] ,\"dfp-below-single-content\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\t\tgoogletag.defineSlot( \"/1016069/24//7_Popup_1x1\",[1,1] ,\"dfp-popup\").addService( dfp_pub_service );\n\t\t\t\t\t\t\t\tif ( wallst.ok_to_catfish() ) {\n\t\t\t\t\tgoogletag.defineSlot('/1016069/24//7_catfish_7x7', [ 7, 7 ], 'dfp-catfish' ).addService( dfp_pub_service );\n\t\t\t\t}\n\t\t\t\t\t\t\t\tgoogletag.enableServices();\n\t\t\t});\n\t\t</script>\n\t<meta name=\"application-name\" content=\"24/7 Wall St.\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"Insightful Analysis and Commentary for U.S. and Global Equity Investors\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://247wallst.com/feed/;icon-uri=http://s2.wp.com/i/favicon.ico\" /><style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://247wallst.com/feed/\" title=\"24/7 Wall St. latest posts\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://247wallst.com/comments/feed/\" title=\"24/7 Wall St. latest comments\" />\n<link rel=\"pingback\" href=\"http://247wallst.com/xmlrpc.php\" />\n<meta name=\"verify-v1\" content=\"IODtZuG2ioY7pGg0quJbNSfBusGQMgChxukhNrOGdN4=\" />\n\n\t\t<meta name=\"description\" content=\"Source: ThinkstockDecember 28, 2014: Here are four stocks among the 66 equities making new 52-week lows today. Volumes continue to be low as we wait to ring in the new year. Transocean Partners LLC (NYSE: RIGP) posted a new 52-week &#8212; and all-time &#8212; low on Monday of $13.18. Based on Friday night’s closing price [&#8230;] \" />\n\t \n\t<meta name=\"keywords\" content=\"Investing, VVUS, VVUS stock, VVUS ticker, VVUS news, Corporate Performance\" />\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://s0.wp.com/wp-content/themes/vip/247wallst/js/tabs/tabcontent.css?m=1233777247g\" />\n<script type=\"text/javascript\" src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/js/tabs/tabcontent.js?m=1233777247g\">\n/***********************************************\n* Tab Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)\n* This notice MUST stay intact for legal use\n* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code\n***********************************************/\n</script>\n\n<script> \nvar checkobj \nfunction agreesubmit(el){ \ncheckobj=el \nif (document.all||document.getElementById){ \nfor (i=0;i<checkobj.form.length;i++){  //hunt down submit button \nvar tempobj=checkobj.form.elements[i] \nif(tempobj.type.toLowerCase()==\"submit\") \ntempobj.disabled=!checkobj.checked \n} \n} \n} \nfunction defaultagree(el){ \nif (!document.all&&!document.getElementById){ \nif (window.checkobj&&checkobj.checked) \nreturn true \nelse{ \nalert(\"Please read/accept terms to submit form\") \nreturn false \n} \n} \n} \n</script>\n\n<!-- Begin comScore Tag -->\n<script>\n\tvar _comscore = _comscore || [];\n\t_comscore.push({ c1: \"2\", c2: \"16807273\" });\n\t(function() {\n\t\tvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t\tel.parentNode.insertBefore(s, el);\n\t})();\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=16807273&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!--  bit.ly tweet and track -->\n<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://bit.ly/javascript-api.js?version=latest&login=tweettrackjs&apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523\"></script>\n\n<script type=\"text/javascript\">\n\n\tfunction getUrlVars() {\n\t\tvar vars = [], hash;\n\t\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\n\n\t\tfor (var i = 0; i < hashes.length; i++) {\n\t\t\thash = hashes[i].split('=');\n\t\t\tvars.push(hash[0]);\n\t\t\tvars[hash[0]] = hash[1];\n\t\t}\n\n\t\treturn vars;\n\t}\n\nfunction _stackinput(t) { t.style.zIndex=!!t.value*150; return true; }\n\nfunction get_set_email(form) {\n\tvar $form = jQuery(form);\n\tvar email_address, endpoint, redir;\n\temail_address = $form.find('[name=\"recipient_email\"]').val(); \n\tendpoint = $form.find('[name=\"custom_validation_redir\"]').val();\n\tredir = $form.find('[name=\"custom_end_location\"]');\n\n\tif(email_address.trim) email_address = email_address.trim();\n\telse if(email_address.replace) email_address = email_address.replace(/^\\s*(.+)\\s*$/, '$1');\n\n\tif(email_address.match(/^\\s*$/) || !email_address.match(/^\\S+@\\S+\\.\\S+$/)) {\n\t\t$form.find('.form_email').addClass('invalid');\n\t\t$form.find('.form_email .message').text(\"Invalid email address\");\n\t\treturn false;\n\t}\n\n\tredir.val(redir.val() + '?email=' + email_address + \"&src=\" + endpoint);\n\twallst.setCookie(\"newsletter-signup\", 365);\n\treturn true;\n}\n\nvar setup_email_field = function() {\n\tvar $ = jQuery;\n\t$(window).keydown(function(ev) {\n\t\tif(ev.keyCode == 27 && window.parent.tb_remove)\n\t\t\twindow.parent.tb_remove();\n\t\t});\n\tvar reset_invalid = function() {\n\t\t$(this).parents('.form_email').removeClass('invalid');\n\t\t$(this).parents('.form_email').find('.message').text('');\n\t}\n\t$('.form_email input[name=\"recipient_email\"]').keydown(reset_invalid).focus(reset_invalid);\n};\n\njQuery(setup_email_field);\n\nfunction submit_newsletter_email_signup(form, referrer) {\n\tif(typeof track == \"function\")\n\t\ttrack(\"Newsletter Signup\", form.custom2.value, \"Newsletter has been subscribed to from \" + referrer);\n\treturn get_set_email(form);\n}\n</script>\n\n<!-- tracking -->\n\n<!-- Start Google Analytics -->\n<script type=\"text/javascript\">\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\ndocument.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\nvar pageTracker;\n\nfunction track(c, n, d) {\n\tif(typeof(pageTracker) != \"undefined\" && pageTracker._trackEvent)\n\t\tpageTracker._trackEvent(c, n, d);\n}\ntry {\n\tpageTracker = _gat._createTracker( \"UA-681032-2\" );\n\n\tpageTracker._setCustomVar( 2, 'author', 'Paul Ausick' );\npageTracker._setCustomVar( 3, 'section', 'Investing' );\npageTracker._setCustomVar( 4, 'terms', 'Corporate Performance,VVUS' );\n\t\n\tpageTracker._trackPageview();\n} catch(err) {}\n\n</script>\n<!-- End Google Analytics -->\n<!-- Woopra Code Start -->\n<script type=\"text/javascript\" src=\"//static.woopra.com/js/woopra.v2.js\"></script>\n<script type=\"text/javascript\">\nwoopraTracker.track();\n</script>\n<!-- Woopra Code End -->\n\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\nvar _qevents = _qevents || [];\n(function() {\n\tvar elem = document.createElement('script');\n\telem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n\telem.async = true;\n\telem.type = \"text/javascript\";\n\tvar scpt = document.getElementsByTagName('script')[0];\n\tscpt.parentNode.insertBefore(elem, scpt);\n})();\n_qevents.push({ qacct:\"p-5eXb5_gO3-h6w\" });\n</script>\n<noscript>\n\t<div style=\"display:none;\">\n\t\t<img src=\"//pixel.quantserve.com/pixel/p-5eXb5_gO3-h6w.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n\t</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- Omniture -->\n<script type=\"text/javascript\">\nbN_cfg = {h: \"localhost,247wallst.com\"};\nfunction runOmni()\n{\n\ts_265.pfxID=\"prf\";\n\ts_265.channel=\"us.247wallst\";\n\ts_265.linkInternalFilters=\"javascript:,247wallst.com\";\n\ts_265.prop1=\"24/7 Wallstreet\";\n\ts_265.mmxgo=true;\n\ts_265.pageName=document.title;\n\tvar s_code=s_265.t();\n}\ns_265_account =\"aolprt,aolsvc\";\n(function(){\n\tvar d = document, s = d.createElement('script');\n\ts.type = 'text/javascript';\n\ts.src = (location.protocol == 'https:' ? 'https://s' : 'http://o') + '.aolcdn.com/os_merge/?file=/aol/beacon.min.js&file=/aol/omniture.min.js';\n\td.getElementsByTagName('head')[0].appendChild(s);\n})();\n</script>\n<!-- End Omniture -->\n\n<!-- start Tynt -->\n<script type=\"text/javascript\">tyntVariables = {\"ap\":\"Read more: \"};</script>\n<script type=\"text/javascript\" src=\"http://tcr.tynt.com/javascripts/Tracer.js?user=deb6QsC_Cr3702adbi-bpO&amp;st=1\"></script>\n<!-- end Tynt -->\n\n<!-- aol ads --> \n<script type=\"text/javascript\">\n\t// supress error when including in header\n\tvar atwMN = '';\n\t// set a default\n\ttop.aol_devil_flag = false;\n\t// update styling of ad slots in right rail if Devil runs\n\tif( 'function' == typeof jQuery ) {\n\t\tjQuery(document).ready( function() {\n\t\t\tif( top.aol_devil_flag ) {\n\t\t\t\tjQuery('li.box-ad').css('height', 'auto');\n\t\t\t\tjQuery('li.skyscraper div.list').css('width','auto');\n\t\t\t\tjQuery('li.skyscraper div.list ul li').css('width','auto');\n\t\t\t}\n\t\t});\n\t}\n</script>\n<script type=\"text/javascript\" src=\"http://o.aolcdn.com/ads/adsWrapper.js\"></script>\n<script type=\"text/javascript\">\n//adSetAdURL(\"http://247wallst.com/_uac/adpage.html\");\n</script>\n\n<!-- Turns the \"no-js\" class on the html to \"js\" without using jQuery or anything else -->\n<script type=\"text/javascript\">\n\t(function(d,c){d[c]=d[c].replace(/\\bno-js\\b/, \"js\");})(document.documentElement,\"className\");\n</script>\n\n</head>\n\n<body class=\"wordpress y2015 m01 d03 h06 single postid-253615 s-author- mp6 typekit-enabled\">\n\n<!--\n<script> \nwindow.Meebo||function(c){function p(){return[\"<\",i,' onload=\"var d=',g,\";d.getElementsByTagName('head')[0].\",\nj,\"(d.\",h,\"('script')).\",k,\"='//cim.meebo.com/cim?iv=\",a.v,\"&\",q,\"=\",c[q],c[l]?\n\"&\"+l+\"=\"+c[l]:\"\",c[e]?\"&\"+e+\"=\"+c[e]:\"\",\"'\\\"></\",i,\">\"].join(\"\")}var f=window,\na=f.Meebo=f.Meebo||function(){(a._=a._||[]).push(arguments)},d=document,i=\"body\",\nm=d[i],r;if(!m){r=arguments.callee;return setTimeout(function(){r(c)},100)}a.$=\n{0:+new Date};a.T=function(u){a.$[u]=new Date-a.$[0]};a.v=4;var j=\"appendChild\",\nh=\"createElement\",k=\"src\",l=\"lang\",q=\"network\",e=\"domain\",n=d[h](\"div\"),v=n[j](d[h](\"m\")),\nb=d[h](\"iframe\"),g=\"document\",o,s=function(){a.T(\"load\");a(\"load\")};f.addEventListener?\nf.addEventListener(\"load\",s,false):f.attachEvent(\"onload\",s);n.style.display=\"none\";\nm.insertBefore(n,m.firstChild).id=\"meebo\";b.frameBorder=\"0\";b.id=\"meebo-iframe\";\nb.allowTransparency=\"true\";v[j](b);try{b.contentWindow[g].open()}catch(w){c[e]=\nd[e];o=\"javascript:var d=\"+g+\".open();d.domain='\"+d.domain+\"';\";b[k]=o+\"void(0);\"}try{var t=\nb.contentWindow[g];t.write(p());t.close()}catch(x){b[k]=o+'d.write(\"'+p().replace(/\"/g,\n'\\\\\"')+'\");d.close();'}a.T(1)}({network:\"247wallst\"});\n</script>\n-->\n\n<div id=\"wrapper\" class=\"hfeed\">\n\t<div id=\"header\">\n\t\t<div id=\"headerbar\">\n\t\t\t<div id=\"subheader\">\n\t\t\t\t<div id=\"site-title\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t\t\t\t<a href=\"http://247wallst.com\" itemprop=\"url\" href=\"\" onclick='track(\"Menu Click\", \"home\", \"Clicked on logo to go home\")' title=\"24/7 Wall St. - Insightful Analysis and Commentary for U.S. and Global Equity Investors\">\n\t\t\t\t\t\t<span>24/7 Wall St. - Insightful Analysis and Commentary for U.S. and Global Equity Investors</span>\n\t\t\t\t\t</a>\n\t\t\t\t\t<meta itemprop=\"logo\" content=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/logo-square.png?m=1391152626g\"/>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"aol-dev-mark\" id=\"ad-header\" addesc=\"header ad\" adid=\"header\" onclick=\"pageTracker._trackEvent('Header ad', 'Header-Ad', 'User has clicked on Top Leader Board ad');\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"dfp-leaderboard\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-leaderboard\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div><!--  #subheader-->\n\t\t</div><!--  #headerbar-->\n\n\t\t<div id=\"navbar\">\n<div id=\"navigation\">\n<div id=\"navwrap\">\n\t<ul id=\"navleft\">\n\t\t<script>if(typeof _stackinput == \"undefined\") _stackinput = function(t) { t.style.zIndex=!!t.value*150; return true; }</script>\n\n\t\t<li id=\"search\" rel=\"search\">\n\t\t\t<form style='display: inline' id=\"searchform\" class=\"blog-search\" method=\"get\" onsubmit=\"track && track('Searched', 'search', 'User has submitted search for ' + this.s.value)\" action=\"http://247wallst.com\">\n\t\t\t<div class=\"form_labelinput\">\n\t\t\t\t<input type=\"text\" name=\"s\" id=\"searchbox\" onblur=\"_stackinput(this)\" onfocus=\"this.style.zIndex=150\" />\t\t\n\t\t\t\t<label for=\"searchbox\">Search this site</label>\n\t\t\t</div>\n\t\t\t<input type='image' src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/search-icon.png?m=1383943811g' width='24' height='24' value='Search' class='submit' />\n\t\t\t</form>\n\t\t</li>\n\t\t<li id=\"menu-item-208013\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-208013\"><a href=\"http://247wallst.com/business/\">Business</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208014\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208014\"><a href=\"http://247wallst.com/./aerospace-defense/\">Aerospace &amp; Defense</a></li>\n\t<li id=\"menu-item-208015\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208015\"><a href=\"http://247wallst.com/./autos/\">Autos</a></li>\n\t<li id=\"menu-item-208016\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208016\"><a href=\"http://247wallst.com/./banking-finance/\">Banking &amp; Finance</a></li>\n\t<li id=\"menu-item-208017\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208017\"><a href=\"http://247wallst.com/./commodities-metals/\">Commodities &amp; Metals</a></li>\n\t<li id=\"menu-item-208018\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208018\"><a href=\"http://247wallst.com/./consumer-products/\">Consumer Products</a></li>\n\t<li id=\"menu-item-208019\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208019\"><a href=\"http://247wallst.com/./energy-business/\">Energy</a></li>\n\t<li id=\"menu-item-208020\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208020\"><a href=\"http://247wallst.com/./healthcare-business/\">Healthcare</a></li>\n\t<li id=\"menu-item-208100\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208100\"><a href=\"http://247wallst.com/./industrials/\">Industrials</a></li>\n\t<li id=\"menu-item-208101\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208101\"><a href=\"http://247wallst.com/./infrastructure/\">Infrastructure</a></li>\n\t<li id=\"menu-item-208021\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208021\"><a href=\"http://247wallst.com/./media/\">Media</a></li>\n\t<li id=\"menu-item-208022\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208022\"><a href=\"http://247wallst.com/./retail/\">Retail</a></li>\n\t<li id=\"menu-item-208102\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208102\"><a href=\"http://247wallst.com/./services/\">Services</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208023\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208023\"><a href=\"http://247wallst.com/./technology-3/\">Technology</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208027\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208027\"><a href=\"http://247wallst.com/./apps-software/\">Apps &amp; Software</a></li>\n\t<li id=\"menu-item-208028\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208028\"><a href=\"http://247wallst.com/./consumer-electronics/\">Consumer Electronics</a></li>\n\t<li id=\"menu-item-208029\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208029\"><a href=\"http://247wallst.com/./telecom-wireless/\">Telecom &amp; Wireless</a></li>\n\t<li id=\"menu-item-208024\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208024\"><a href=\"http://247wallst.com/companies/aapl/\">Apple Inc.</a></li>\n\t<li id=\"menu-item-208026\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208026\"><a href=\"http://247wallst.com/companies/fb/\">Facebook</a></li>\n\t<li id=\"menu-item-208025\" class=\"menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-208025\"><a href=\"http://247wallst.com/companies/goog/\">Google</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208030\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-208030\"><a href=\"http://247wallst.com/./investing/\">Investing</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208031\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208031\"><a href=\"http://247wallst.com/topics/analyst-upgrades/\">Analyst Upgrades</a></li>\n\t<li id=\"menu-item-208032\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208032\"><a href=\"http://247wallst.com/topics/bankruptcy/\">Bankruptcy</a></li>\n\t<li id=\"menu-item-208033\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208033\"><a href=\"http://247wallst.com/topics/warren-buffett/\">Buffett</a></li>\n\t<li id=\"menu-item-208035\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208035\"><a href=\"http://247wallst.com/topics/corporate-governance/\">Corporate Governance</a></li>\n\t<li id=\"menu-item-208036\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208036\"><a href=\"http://247wallst.com/topics/corporate-performance/\">Corporate Performance</a></li>\n\t<li id=\"menu-item-208037\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208037\"><a href=\"http://247wallst.com/topics/dividends-and-buybacks/\">Dividends and Buybacks</a></li>\n\t<li id=\"menu-item-208038\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208038\"><a href=\"http://247wallst.com/topics/earnings/\">Earnings</a></li>\n\t<li id=\"menu-item-208039\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208039\"><a href=\"http://247wallst.com/topics/etfs-and-mutual-funds/\">ETFs and Mutual Funds</a></li>\n\t<li id=\"menu-item-208040\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208040\"><a href=\"http://247wallst.com/topics/international-markets/\">International Markets</a></li>\n\t<li id=\"menu-item-208041\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208041\"><a href=\"http://247wallst.com/topics/ipos-and-secondaries/\">IPOs and Secondaries</a></li>\n\t<li id=\"menu-item-208042\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208042\"><a href=\"http://247wallst.com/topics/mergers-and-acquisitions/\">Mergers and Acquisitions</a></li>\n\t<li id=\"menu-item-208044\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208044\"><a href=\"http://247wallst.com/topics/personal-finance/\">Personal Finance</a></li>\n\t<li id=\"menu-item-208045\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208045\"><a href=\"http://247wallst.com/topics/rumors/\">Rumors</a></li>\n\t<li id=\"menu-item-208046\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208046\"><a href=\"http://247wallst.com/topics/value-investing/\">Value Investing</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208048\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208048\"><a href=\"http://247wallst.com/./economy/\">Economy</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208049\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208049\"><a href=\"http://247wallst.com/./energy-economy/\">Energy</a></li>\n\t<li id=\"menu-item-208056\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208056\"><a href=\"http://247wallst.com/topics/government-regulation/\">Government Regulation</a></li>\n\t<li id=\"menu-item-208050\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208050\"><a href=\"http://247wallst.com/./healthcare-economy/\">Healthcare</a></li>\n\t<li id=\"menu-item-208051\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208051\"><a href=\"http://247wallst.com/./housing/\">Housing</a></li>\n\t<li id=\"menu-item-208052\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-208052\"><a href=\"http://247wallst.com/./jobs/\">Jobs</a></li>\n</ul>\n</li>\n<li id=\"menu-item-208055\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-208055\"><a href=\"http://247wallst.com/./special-report/\">Special Report</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-208058\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208058\"><a href=\"http://247wallst.com/topics/brands-and-products/\">Brands and Products</a></li>\n\t<li id=\"menu-item-208060\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208060\"><a href=\"http://247wallst.com/topics/cities/\">Cities</a></li>\n\t<li id=\"menu-item-208063\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208063\"><a href=\"http://247wallst.com/topics/countries/\">Countries</a></li>\n\t<li id=\"menu-item-208062\" class=\"menu-item menu-item-type-taxonomy menu-item-object-keywords menu-item-208062\"><a href=\"http://247wallst.com/topics/states/\">States</a></li>\n</ul>\n</li>\n\t</ul>\n\t<script>\n\tif(typeof jQuery == \"function\" && typeof track == \"function\") {\n\t\tjQuery('#navleft li').click(function() {\n\t\t\tvar $t = jQuery(this);\n\t\t\tvar link = $t.find('a').text();\n\t\t\ttrack(\"Menu Click\", link.toLowerCase().replace(/[^a-z0-9]/i, ' ').replace(/\\s+/,'_'),\n\t\t\t\t\t\t\"Clicked on menu item \" + link);\n\t\t});\n\t}\n\t</script>\n</div><!-- #navwrap -->\n</div><!-- #navigation -->\n</div><!-- #navbar -->\n<div id=\"signupbar\">\n\t<div id=\"signupwrap\">\n\t\t\t\t\t\t<form id=\"newsletter-subscribe-603318746\" method=\"post\" action=\"http://www.magnetmail.net/actions/subscription_form_action_24new.cfm\" onsubmit=\"return submit_newsletter_email_signup(this, '')\" target=\"_top\">\n\t\t\t<!-- New form values -->\n\t\t\t<input type=\"hidden\" name=\"mode\" value='' />\n\t\t\t<input type=\"hidden\" maxlength=\"10\" value=\"SA_WALLST\" name=\"user_id\" />\n\t\t\t<input type=\"hidden\" value=\"top-nav-email-form\" maxlength=\"100\" name=\"custom2\" />\n\t\t\t<input type=\"hidden\" value=\"0\" maxlength=\"1\" name=\"text_only\" />\n\t\t\t<input type=\"hidden\" value=\"\" name=\"custom_validation_redir\" />\n\t\t\t<input type=\"hidden\" name=\"custom_end_location\" value=\"http://247wallst.wordpress.com/thank-you/\" class=\"redir\" />\n\t\t\t<!-- end new form values -->\n\t\t\t<label for=\"recipient_email_603318746\">Free Daily Newsletter</label>\n\t\t\t<input type=\"text\" name=\"recipient_email\" id=\"recipient_email_603318746\" class=\"recipient_email\"  onblur=\"_stackinput(this)\" onfocus=\"this.style.zIndex=150; if(window.parent.cancelPopupClose) window.parent.cancelPopupClose();\" >\n\t\t\t<button type=\"submit\" name=\"submit\" class='subscribe' value=\"Subscribe Me!\"><span>subscribe</span></button>\n\t\t\t<span class=\"terms\"><a href='http://247wallst.com/disclaimer-and-terms-of-use' target='_blank'>Terms & Conditions</a></span>\n\t\t</form>\n\t\t<div class=\"message\"></div>\n\t\t\n\t\t<div class='social'>\n\t\t\t<a target=\"_blank\" href='http://www.facebook.com/247WallSt'  onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-facebook', 'User has clicked on Facebook icon');\" title='Find us on Facebook'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/FaceBook_32x32.png?m=1341282432g' width='32' height='32' alt='Facebook' /></a>\n\t\t\t<a target=\"_blank\" href='http://twitter.com/247wallst' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-twitter', 'User has clicked on Twitter icon');\" title='Follow us on Twitter'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/Twitter_32x32.png?m=1341282432g' width='32' height='32' alt='Twitter' /></a>\n\t\t\t<a target=\"_blank\" href=\"https://plus.google.com/109889536671975286106?prsrc=3\" rel=\"publisher\" target=\"_top\" style=\"text-decoration:none;\"><img src=\"//ssl.gstatic.com/images/icons/gplus-32.png\" alt=\"Google+\" style=\"border:0;width:32px;height:32px;\"/></a>\n\t\t\t<a target=\"_blank\" href='http://feeds.feedburner.com/typepad/RyNm' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-rss', 'User has clicked on RSS icon in top-nav-email-form');\" title='Subscribe'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/rss.png?m=1391152626g' width='32' height='32' alt='RSS' /></a>\n\n\t\t</div><!-- .social -->\n\t</div><!-- #signupwrap -->\n</div><!-- #signupbar -->\n<div></div>\n\t</div><!--  #header -->\n\t\t\n\t\t<div class=\"content\">\n\t\t\t<div class=\"primary\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"clearfix\"></div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div itemscope itemtype=\"http://schema.org/Article\" id=\"post-253615\" class=\"single-post hentry p1 post publish author-paul-ausick category-investing tag-vvus y2014 m12 d29 h11\">\n\t\t\t\t\t\t\t<h1 class=\"entry-title\" itemprop=\"name\">The 52-Week Low Club for&nbsp;Monday</h1>\n\t\t\t\t\t\t\t<p class=\"post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"byline\">By <a class=\"vcard author url\" href=\"http://247wallst.com/author/paul-ausick/\" title=\"Posts by Paul Ausick\" rel=\"author\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span class=\"fn\" itemprop=\"name\">Paul Ausick</span></a></span>\t\t\t\t\t\t\t\t<span class=\"timestamp\" itemprop=\"datePublished\" content=\"2014-12-29T16:11:20+00:00\">December 29, 2014 4:11 pm EST</span>\n\t\t\t\t\t\t\t\t<meta itemprop=\"dateModified\" content=\"2014-12-29T16:11:20+00:00\" />\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t<div id=\"user_controls\">\n\t\t\t\t<!-- Print -->\n\t\t\t\t\t<a class=\"icons\" id=\"print_button\" href=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/print/\" title=\"print\" onclick=\"pageTracker._trackPageview('/controlclick/print');\" target=\"_blank\"><span class=\"icon_link\">Print</span></a>\n\t\t\t\t\t\t\t\n\t\t<!-- AddThis EmailThis Button-->\n\t\t<span class=\"addthis_email\" onclick=\"pageTracker._trackPageview('/controlclick/email_this');\">\n\t\t<script type=\"text/javascript\">var addthis_pub = \"admin247\";</script>\n\t\t<a class=\"icons\" href=\"#\" id=\"email_button\"\n\t\t\t\t\t\tonmouseover=\"return addthis_open(this, 'email', 'http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/', 'The 52-Week Low Club for&nbsp;Monday');\"\n\t\t\t\t\t\tonmouseout=\"addthis_close();\"\n\t\t\t\t\t\tonclick=\"return addthis_open(this, 'email', 'http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/', 'The 52-Week Low Club for&nbsp;Monday');\">\n\t\t\t\t\t <span class=\"icon_link\">Email</span></a>\n\t\t<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/152/addthis_widget.js\"></script>\n\t\t</span>\n\t\t\t\t<!-- edit post-->\n\t\t\n\t\t\n\t\t\t\t<div id='fbtweet'>\n\t\t\t<div class=\"icons\" id=\"linkedin_button\" onclick=\"pageTracker._trackPageview('/controlclick/linkedin_share');\">\n\t\t\t\t<script type=\"text/javascript\" src=\"http://platform.linkedin.com/in.js\"></script>\n\t\t\t\t<script type=\"in/share\" data-counter=\"right\" data-url=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\"></script>\n\t\t\t</div>\n\t\t\t<div class=\"icons\" id=\"tweetmeme_button\">\n\t\t\t\t<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\" data-via=\"247WallSt\" data-related=\"247WallSt\">Tweet</a>\n\t\t\t</div>\n\t\t\t<div class=\"icons\" id=\"fblike_button\">\n\t\t\t\t\n\t<div class=\"archive_social\">\n\t\t<span class=\"fblike\">\n\t\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:100px; height:21px;\" allowTransparency=\"true\">\n\t\t\t</iframe>\n\t\t</span>\n\t</div>\t\t\t</div>\n\t\t</div>\n\t\t\t</div><!-- /user_controls -->\n\n\n\t\t\t\t\t\t\t<div itemprop=\"articleBody\" class=\"entry-content\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<p><em>December 28, 2014:</em> Here are four stocks among the 66 equities making new 52-week lows today. Volumes continue to be low as we wait to ring in the new year.</p>\t\t\t<div id=\"dfp-in-text\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-in-text\" ); });</script>\n\t\t\t</div>\n\t\t\n<p>Transocean Partners LLC (NYSE: RIGP) posted a new 52-week &#8212; and all-time &#8212; low on Monday of $13.18. Based on Friday night’s closing price of $14.32 that’s a drop of nearly 8%. The stock’s 52-week high is $29.43. Volume is about a third higher than the daily average of around 325,000 shares. The offshore drilling firm had no specific news today, but crude prices are down about 2%.</p>\n<p>SandRidge Mississippian Trust II (NYSE: SDR) dropped about 5.3% on Monday to post a new 52-week &#8212; and all-time &#8212; low of $3.91 after closing at $4.13 on Wednesday. The stock’s 52-week high is $10.12. Share volume is nearly double the daily average of 400,000 shares traded. The royalty company had no specific news today but is feeling pressure from low crude prices.</p>\n<p>Vivus Inc. (NASDAQ: VVUS) dropped about 6% Monday to post a new 52-week low of $2.78. The stock’s 52-week high is $9.80. Volume totaled 25% higher than the daily average of around 1.9 million shares. The U.S. FDA approved a competing diabetes drug last week to compete with Vivus’s Qsymia treatment.</p>\n<p>Zulilly Inc. (NASDAQ: ZU) dropped about 3.8% Monday to establish a new 52-week &#8212; and all-time &#8212; low at $22.39 against a high of $73.50. Volume was 25% below the daily average of around 1.4 million shares. The online retailer had no specific news today.</p>\n<p><strong><a href=\"http://247wallst.com/special-report/2014/12/27/states-where-people-live-longest/\">ALSO READ: States Where People Live Longest</a></strong></p>\n<p class=\"byline konafilter\">By Paul Ausick</p>\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div id=\"dfp-below-single-content\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-below-single-content\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t<div id=\"social_icons_bottom_right\">\n\t\t<!-- RSS -->\n\t\t<a target=\"_blank\" href='http://feeds.feedburner.com/typepad/RyNm' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-rss', 'User has clicked on RSS icon at bottom right of post');\" title='Subscribe'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/rss-32px.png?m=1391152626g' width='32' height='32' alt='RSS' /></a>\n\t\t<!-- Facebook -->\n\t\t<a target=\"_blank\" href='http://www.facebook.com/247WallSt'  onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-facebook', 'User has clicked on Facebook icon at bottom right of post');\" title='Find us on Facebook'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/facebook-32px.png?m=1391152626g' width='32' height='32' alt='Facebook' /></a>\n\t\t<!-- Twitter -->\n\t\t<a target=\"_blank\" href='http://twitter.com/247wallst' onclick=\"pageTracker._trackEvent('Social Icon Click', 'newsletter-twitter', 'User has clicked on Twitter icon at bottom right of post' );\" title='Follow us on Twitter'><img src='http://s0.wp.com/wp-content/themes/vip/247wallst/images/menu/twitter-32px.png?m=1391152626g' width='32' height='32' alt='Twitter' /></a>\n\t</div>\n\n\n\t\t\t\t\t\t\t<div id=\"social_icons\">\n\n<!-- Yahoo Buzz -->\n<a class=\"icons\" href=\"http://buzz.yahoo.com/submit/?submitUrl=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/&amp;submitHeadline=The 52-Week Low Club for&nbsp;Monday&amp;submitSummary=December 28, 2014: Here are four stocks among the 66 equities making new 52-week lows today. Volumes continue to be low as we wait to ring in the new year.\r\n\r\nTransocean ...&amp;submitCategory=business&amp;submitAssetType=text\" onclick=\"track('Social Icon Click', 'yahoo-buzz', 'User has clicked on Yahoo Buzz icon below article')\">\n<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/yahoobuzz.gif?m=1234047271g\" alt=\"Yahoo Buzz\"/><span class=\"icon_link\">Buzz up!</span></a>\n\n<!-- Digg -->\n<a class=\"icons\" href=\"http://digg.com/submit?phase=2&amp;url=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/&amp;title=The 52-Week Low Club for&nbsp;Monday\" title=\"New\" onclick=\"track('Social Icon Click', 'digg', 'User has clicked on digg icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/digg.png?m=1391152626g\" alt=\"Digg\"/><span class=\"icon_link\">Digg</span></a>\n\n<!-- fark-->\n<a class=\"icons\" href=\"http://cgi.fark.com/cgi/fark/farkit.pl?h=The 52-Week Low Club for&nbsp;Monday&amp;u=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/\" onclick=\"track('Social Icon Click', 'fark', 'User has clicked on fark icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/fark.png?m=1391152626g\" alt=\"fark\" /><span class=\"icon_link\">Fark</span></a>\n\n<!-- facebook-->\n<a class=\"icons\" href=\"http://www.facebook.com/share.php?u=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/&amp;t=The 52-Week Low Club for&nbsp;Monday\" onclick=\"track('Social Icon Click', 'facebook', 'User has clicked on facebook icon below article');\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/facebook.png?m=1391152626g\" alt=\"facebook\" /><span class=\"icon_link\">Facebook</span></a>\n\n<!-- reddit-->\n<span onclick=\"track('Social Icon Click', 'reddit', 'User has clicked on reddit icon below article');\">\n<a class=\"icons\" href=\"http://reddit.com/submit?url=http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/&amp;title=The 52-Week Low Club for&nbsp;Monday\"> <img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/reddit.png?m=1391152626g\" alt=\"tipd\" /><span class=\"icon_link\">Reddit</span></a>\n</span>\n\n<!-- tumblr-->\n<span onclick=\"track('Social Icon Click', 'tumblr', 'User has clicked on tumblr icon below article');\">\n<a class=\"icons\" href=\"http://www.tumblr.com/share?v=3&u=http%3A%2F%2F247wallst.com%2Finvesting%2F2014%2F12%2F29%2Fthe-52-week-low-club-for-monday-19%2F&t=The+52-Week+Low+Club+for%26nbsp%3BMonday&s=December 28, 2014: Here are four stocks among the 66 equities making new 52-week lows today. Volumes continue to be low as we wait to ring in the new year. Transocean Partners LLC (NYSE: RIGP) posted a new 52-week &#8212; and all-time &#8212; low on Monday of $13.18. Based on Friday night’s closing price of [&#8230;]\"> <img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/social_icons/tumblr.gif?m=1234047271g\" alt=\"tumblr\" /><span class=\"icon_link\">Tumblr</span></a>\n</span>\n\n\n</div><!-- /social_icons -->\n\n\n\t\t\t\t\t\t\t<div id=\"nav-above\" class=\"navigation\" onclick=\"track('Navigation Click', 'nav-above', 'User has clicked on navigation between social icons and post meta')\">\n\t\t\t\t\t\t\t\t<div class=\"nav-previous\"><a href=\"http://247wallst.com/investing/2014/12/29/the-4-stocks-that-slimmed-the-djia-monday-slide/\" rel=\"prev\"><span class=\"meta-nav\">&laquo;</span> The 4 Stocks That Slimmed the DJIA Monday&nbsp;Slide</a></div>\n\t\t\t\t\t\t\t\t<div class=\"nav-next\"><a href=\"http://247wallst.com/consumer-electronics/2014/12/30/apple-wins-race-for-global-holiday-sales/\" rel=\"next\">Apple Wins Race for Global Holiday&nbsp;Sales <span class=\"meta-nav\">&raquo;</span></a></div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"entry-meta\" onclick=\"pageTracker._trackPageview('/trackclick/read_more_single');\">\n\tRead more: <span itemprop=\"keywords\"><a href=\"http://247wallst.com/./investing/\" rel=\"category tag\">Investing</a>, <a href=\"http://247wallst.com/topics/corporate-performance/\" rel=\"tag\">Corporate Performance</a>, <a href=\"http://247wallst.com/companies/vvus/\" rel=\"tag\">VIVUS, Inc. (NASDAQ:VVUS)</a></span>\n\t</div>\n\n\t\t\t\t\t\t\t<div id=\"post-footer\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- Yavli -->\n\t\t\t\t\t\t\t\t<script type=\"text/javascript\" id=\"havnr_com144\">(function(){\n\t\t\t\t\t\t\t\t\tvar s=document.createElement(\"script\");s.type=\"text/javascript\";\n\t\t\t\t\t\t\t\t\ts.async=true;s.src=\"//havnr.com/144?url=\"+encodeURIComponent(window.location.href);\n\t\t\t\t\t\t\t\t\tvar x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);})();\n\t\t\t\t\t\t\t\t</script>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div><!-- #post-footer-->\n\t\t\t\t\t\t</div><!-- .single-post -->\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"960878447\">\n\t\t<script type=\"text/javascript\">\n\t\ttry {\n\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"960878447\", \"645x200\", \"960878447\");\n\t\t\t\t});\n\t\t\t}\n\t\tcatch (error) {}\n\t</script>\n\t</div>\n\t<div id=\"733810131\">\n\t\t<script type=\"text/javascript\">\n\t\ttry {\n\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"733810131\", \"645x380\", \"733810131\");\n\t\t\t\t});\n\t\t\t}\n\t\tcatch (error) {}\n\t</script>\n\t</div>\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"entry-comments\">\n\t\t<div id=\"disqus_thread\"></div>\n\t<script type=\"text/javascript\">\n        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n        var disqus_shortname = '247wallst';\n        var disqus_url = 'http://247wallst.com/investing/2014/12/29/the-52-week-low-club-for-monday-19/';\n        /* * * DON'T EDIT BELOW THIS LINE * * */\n        (function() {\n            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';\n            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n        })();\n\t</script>\n\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div><!-- .primary-->\n\t\t\t\t\t\t\t<div class=\"secondary\">\n\t\t\t\t\t\t\t\t\t<div id=\"col3\">\n\t\t<ul class=\"xoxo\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"iframe-ad sidebar right-sidebar-ad-2 box-ad\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-sidebar-1\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-sidebar-1\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t</li>\n\n\t\t\t\t<li class=\"iframe-ad sidebar box-ad\" id=\"right-sidebar-ad-1\" addesc=\"first ad in right sidebar\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-sidebar-2\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-sidebar-2\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<li id=\"recent-posts\" class=\"widget skyscraper\" onclick=\"pageTracker._trackPageview('/trackclick/recent_posts');\">\n\t\t\t<div class='list'>\n\t\t\t\t<h3>Recent Posts</h3>\n\t\t\t\t<ul>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/the-52-week-low-club-for-friday-21/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;The 52-Week Low Club for&nbsp;Friday&rdquo;\">The 52-Week Low Club for&nbsp;Friday</a></li>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/the-4-stocks-that-weighed-down-the-djia-friday/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;The 4 Stocks That Weighed Down the DJIA&nbsp;Friday&rdquo;\">The 4 Stocks That Weighed Down the DJIA&nbsp;Friday</a></li>\n\t<li><a href=\"http://247wallst.com/autos/2015/01/02/gm-closes-out-2014-with-total-84-recalls-for-30-million-vehicles/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;GM Closes Out 2014 With Total 84 Recalls for 30 Million&nbsp;Vehicles&rdquo;\">GM Closes Out 2014 With Total 84 Recalls for 30 Million&nbsp;Vehicles</a></li>\n\t<li><a href=\"http://247wallst.com/investing/2015/01/02/can-india-outperform-again-in-2015/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Can India Outperform Again in&nbsp;2015?&rdquo;\">Can India Outperform Again in&nbsp;2015?</a></li>\n\t<li><a href=\"http://247wallst.com/casinos-hotels/2015/01/02/casino-stocks-hammered-on-macau-data/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Casino Stocks Hammered on Macau&nbsp;Data&rdquo;\">Casino Stocks Hammered on Macau&nbsp;Data</a></li>\n\t<li><a href=\"http://247wallst.com/technology-3/2015/01/02/apple-gets-first-analyst-price-target-hike-of-2015/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Apple Gets First Analyst Price Target Hike of&nbsp;2015&rdquo;\">Apple Gets First Analyst Price Target Hike of&nbsp;2015</a></li>\n\t<li><a href=\"http://247wallst.com/housing/2015/01/02/november-new-construction-spending-unexpectedly-drops/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;November New Construction Spending Unexpectedly&nbsp;Drops&rdquo;\">November New Construction Spending Unexpectedly&nbsp;Drops</a></li>\n\t<li><a href=\"http://247wallst.com/energy-business/2015/01/02/what-terminating-licenses-will-mean-for-ballard/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;What Terminating Licenses Will Mean for Ballard&nbsp;Power&rdquo;\">What Terminating Licenses Will Mean for Ballard&nbsp;Power</a></li>\n\t<li><a href=\"http://247wallst.com/energy-economy/2015/01/02/russian-oil-production-sets-post-soviet-high/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Russian Oil Production Sets Post-Soviet&nbsp;High&rdquo;\">Russian Oil Production Sets Post-Soviet&nbsp;High</a></li>\n\t<li><a href=\"http://247wallst.com/technology-3/2015/01/02/why-wells-fargo-2015-semiconductor-outlook-is-optimistic-but-cautious/\" rel=\"bookmark\" title=\"Permanent Link to &ldquo;Why Wells Fargo 2015 Semiconductor Outlook Is Optimistic but&nbsp;Cautious&rdquo;\">Why Wells Fargo 2015 Semiconductor Outlook Is Optimistic but&nbsp;Cautious</a></li>\n</ul>\n\t\t\t</div>\n\t\t\n\t\t\t\t\t\t<div id=\"ad-right-sidebar-ad-3\" adid=\"right-sidebar-ad-3\" addesc=\"third ad (skyscraper) in right sidebar\" class='ad' onclick=\"pageTracker._trackEvent('Right-sidebar-ad-3', 'Right-Sidebar-Ad-3', 'User has clicked on third ad (skyscraper) in right sidebar');\">\n\t\t\t\t\t\t\t\t<div id=\"dfp-skyscraper\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-skyscraper\" ); });</script>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t</li>\n\t\t<li id=\"ad-right-sidebar-ad-4\" adid=\"right-sidebar-ad-4\" addesc=\"300x600 Right Rail Box 4\" class=\"iframe-ad sidebar right-sidebar-ad-4\">\n\t\t\t\t<div id=\"389657298\">\n\t\t<script type=\"text/javascript\">\n\t\t\ttry {\n\t\t\t\twindow._mNHandle.queue.push(function () {\n\t\t\t\twindow._mNDetails.loadTag(\"389657298\", \"300x600\", \"389657298\");\n\t\t\t\t});\n\t\t\t}\n\t\t\tcatch (error) {}\n\t\t</script>\n\t</div>\n\t\t</li>\n\n\t\t<li id=\"quotebox\" class=\"sidebar\">\n\t\t\t<form name=\"searchQuote\" id=\"searchQuote\" action=\"http://www.marketwatch.com/tools/quotes/quotes.asp?symb=mmm\" onsubmit=\"track('Stock Symbol Lookup', 'stock-search', 'User has performed a lookup on a stock symbol: ' + this.value);\">\n\t\t\t  <b>Get Quote for:</b>\n\t\t\t  <input type=\"text\" name=\"symb\" class=\"sym2\" onfocus=\"this.style.color='#000000';this.value='';\" value=\"Enter symbol\"/>\n\t\t\t  <div>\n\t\t\t\t<a href=\"http://www.marketwatch.com/tools/quotes/lookup.asp\" title=\"This link allows you to search for a symbol\" target=\"_blank\">Symbol Lookup</a>\n\t\t\t  </div>\n\t\t\t  <div id=\"search2\">\n\t\t\t\t<a class=\"left_quotesearch\" href=\"javascript:document.searchQuote.submit();\">Search</a>\n\t\t\t  </div>\n\t\t   </form>\n\t\t</li>\n\n\t\t\t</ul>\n\t</div><!-- #Right Sidebar col3 -->\n\t\t\t\t\t\t\t</div><!-- .secondary -->\n\t\t\t\t\t</div><!-- .content -->\n<div id=\"footer\">\n\n\t<ul class=\"partner-feeds\">\n\t\t<!-- Starting RSS feeds -->\n\t\t\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/themotleyfool');\">\n\t\t\t\t<a href=\"http://www.fool.com/\" target=\"_blank\">\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/themotleyfool.png?m=1391152626g\" alt=\"themotleyfool\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t</a>\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/KjxjRcUvod4/story01.htm' title='Shake Shack IPO: How the Shack&#039;s Financials Stack Up' target='_blank'>Shake Shack IPO: How the Shack&#039;s Financials Stack Up</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/v_gtXvb9AFE/story01.htm' title='Why Linn Energy LLC&#039;s 12% Surge Today Actually Means Something' target='_blank'>Why Linn Energy LLC&#039;s 12% Surge Today Actually Means Something</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.fool.com/~r/usmf/foolwatch/~3/B1zhLmo0NCQ/story01.htm' title='What Internet of Things (IoT) Investors Need to Watch in 2015' target='_blank'>What Internet of Things (IoT) Investors Need to Watch in 2015</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/marketwatch');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/marketwatch-logo.jpg?m=1341282432g\" alt=\"marketwatch\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/7DaS-4Taug0/' title='Pimco Total Return Fund sees $19.4 bln outflow in December' target='_blank'>Pimco Total Return Fund sees $19.4 bln outflow in December</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/2-YBKdc-A44/quotes.asp' title='Nasdaq Composite posts 1.7% weekly decline' target='_blank'>Nasdaq Composite posts 1.7% weekly decline</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/2-YBKdc-A44/quotes.asp' title='S&amp;P 500 posts 1.5% weekly fall; Dow down 1.2%' target='_blank'>S&amp;P 500 posts 1.5% weekly fall; Dow down 1.2%</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/foxbusiness');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/fox-business.png?m=1391152626g\" alt=\"foxbusiness\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/W0odr0jsoRY/' title='Beef, agriculture industries upset with dietary guidelines that consider environmental impact' target='_blank'>Beef, agriculture industries upset with dietary guidelines that consider environmental impact</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/tI3yk52Bql8/' title='Avian flu found in SE Wash. backyard flock; 2nd appearance in state; no public health danger' target='_blank'>Avian flu found in SE Wash. backyard flock; 2nd appearance in state; no public health danger</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://feeds.foxbusiness.com/~r/foxbusiness/latest/~3/XfP1-uAJUCg/' title='HarperCollins UK pulls Middle East atlas that cited &#039;local preferences&#039; for omitting Israel' target='_blank'>HarperCollins UK pulls Middle East atlas that cited &#039;local preferences&#039; for omitting Israel</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/yhoofinance');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/yahoo-finance.jpg?m=1386917461g\" alt=\"yhoofinance\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/may-mean-view-energy-stocks-002435180.html' title='New year may mean new view on energy stocks' target='_blank'>New year may mean new view on energy stocks</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/u-manufacturing-sector-slips-six-150235482.html' title='U.S. factory sector suffers end-of-year chill' target='_blank'>U.S. factory sector suffers end-of-year chill</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://finance.yahoo.com/news/shake-shack-ipo-filing-comes-224234959.html' title='Shake Shack IPO filing comes amid a hunger for premium burgers' target='_blank'>Shake Shack IPO filing comes amid a hunger for premium burgers</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/dailyfinance');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/DF_Wordmark_Black_150px.png?m=1403073344g\" alt=\"dailyfinance\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/inside-insurance-industry-secret-database/' title='Inside the Insurance Industry&#039;s Secret Database About You' target='_blank'>Inside the Insurance Industry&#039;s Secret Database About You</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/surviving-forced-early-retirement/' title='12 Ways to Survive a Forced Early Retirement' target='_blank'>12 Ways to Survive a Forced Early Retirement</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.dailyfinance.com/2015/01/03/when-death-comes-calling-tasks/' title='When Death Comes Calling, Here Are 5 Things You Should Do' target='_blank'>When Death Comes Calling, Here Are 5 Things You Should Do</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t\t<li class=\"sidebar rss-feed\" onclick=\"pageTracker._trackPageview('/trackclick/huffingtonpost');\">\n\t\t\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/ads/huffpo-logo.jpg?m=1341282432g\" alt=\"huffingtonpost\" border=\"0\" vspace=\"0\"/>\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/03/college-most-alumni-donate_n_6409268.html' title='10 Colleges Where The Most Alumni Donate' target='_blank'>10 Colleges Where The Most Alumni Donate</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/02/north-korea-sanctions_n_6408348.html' title='North Korea Sanctions Must Target Regime To Bruise Economy' target='_blank'>North Korea Sanctions Must Target Regime To Bruise Economy</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href='http://www.huffingtonpost.com/2015/01/02/nyt-diversity-public-editor-tackles-issue-in-hopes-and-dreams_n_6401982.html' title='NYT Public Editor Tackles Diversity Issues In &#039;Hopes And Dreams&#039; For 2015' target='_blank'>NYT Public Editor Tackles Diversity Issues In &#039;Hopes And Dreams&#039; For 2015</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</li>\n\t\t\t\t<!-- End RSS feeds -->\n\t</ul>\n\n<div id=\"footer_menu\">\n<ul>\n\t<li id=\"menu-item-125883\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-125883\"><a href=\"http://247wallst.com/\">Home</a></li>\n<li id=\"menu-item-125884\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125884\"><a href=\"http://247wallst.com/about/\">About Us</a></li>\n<li id=\"menu-item-125885\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125885\"><a href=\"http://247wallst.com/disclaimer-and-terms-of-use/\">Disclaimer and Terms of Use</a></li>\n<li id=\"menu-item-125887\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-125887\"><a href=\"http://247wallst.com/page/disclaimer-and-terms-of-use/#privacypolicy\">Privacy Policy</a></li>\n<li id=\"menu-item-125888\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125888\"><a href=\"http://247wallst.com/contact/\">Contact Us</a></li>\n<li id=\"menu-item-125889\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-125889\"><a href=\"http://247wallst.com/advertise/\">Advertise</a></li>\n\t<li onclick=\"if( typeof track == 'function' ) track('Ad Click', 'footer', 'User has clicked on ad in footer')\">\n\t\t<a class=\"noborder\" href=\"http://www.dailyfinance.com/\" title=\"Revised\"><img src=\"http://s0.wp.com/wp-content/themes/vip/247wallst/images/DF_Wordmark_Black_150px.png?m=1403073344g\" alt=\"AOL Money and Finance\" align=\"bottom\" /></a>\n\t</li>\n</ul>\n</div><!-- /footer_menu-->\n\n&copy;2015 24/7 Wall St.\t\t<span class=\"meta-sep\">|</span>\n\t\t<span id=\"generator-link\">Powered by <a href=\"http://wordpress.com/vip-hosting/\" title=\"WordPress.com VIP\" rel=\"generator\">WordPress.com VIP</a></span>\n</div><!-- #footer -->\n\n</div><!-- #wrapper .hfeed -->\n\n\t<script id=\"mNCC\" language=\"javascript\">\n\twindow._mNInslDisplay = false;\n\tmedianet_versionId = \"151199\";\n\t(function() {\n\t\tvar isSSL = 'https:' == document.location.protocol;\n\t\tvar mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/inslmedianet.js?cid=8CUD54534&crid=179434307&size=641x481' + (isSSL ? '&https=1' : '');\n\t\tdocument.write('<scr' + 'ipt type=\"text/javascript\" id=\"mNSC\" src=\"' + mnSrc + '\"></scr' + 'ipt>');\n\t})();\n\t</script>\n\t<!-- If \"window._mNInslDisplay\" flag is true Media.net Interstitial AdUnit has been loaded -->\n\n<script>\njQuery(function($){\n\tvar adBox = null;\n\t$(\".ad\").click(function() {\n\t\tadBox = null;\n\t\tvar ad = $(this);\n\t\tvar adid = ad.attr('id');\n\t\ttrack('Ad Click', adid.match(/ad-(.+)/)[1], \"User has clicked on \" + ad.attr('addesc'));\n\t});\n\t$(\".iframe-ad\")\n\t\t.mouseover(function(){ adBox = $(this).find('.ad'); })\n\t\t.mouseout(function(){ adBox = null; });\n\tvar adtrack = function(ev) {\n\t\tif(adBox) {\n\t\t\ttrack('Ad Click', adBox.attr('adid'), \"User has clicked on (iframe) \" + adBox.attr('addesc'));\n\t\t\tadBox = null;\n\t\t}\n\t};\n\t$(window).blur(adtrack);\n\t$(window).focusout(adtrack);\n});\n</script>\n\n\t\t<script type=\"text/javascript\">\n\t\t\tif (typeof tb_pathToImage != 'string')\n\t\t\t{\n\t\t\t\tvar tb_pathToImage = 'http://247wallst.com/wp-includes/js/thickbox/loadingAnimation.gif';\n\t\t\t}\n\t\t\tif (typeof tb_closeImage != 'string')\n\t\t\t{\n\t\t\t\tvar tb_closeImage = 'http://247wallst.com/wp-includes/js/thickbox/tb-close.png';\n\t\t\t}\n\t\t</script>\n\n\t\t<style type=\"text/css\">\n\t\t\tlabel.error {\n\t\t\t\tdisplay: block;\n\t\t\t\tcolor: red;\n\t\t\t}\n\t\t\tobject,\n\t\t\tembed {\n\t\t\t\tposition: relative !important;\n\t\t\t\tz-index: 0 !important;\n\t\t\t}\n\n\t\t</style>\n\n\t\t<div id=\"theme-overlay\" style=\"display: none; !important\">\n\t\t\t\t\t</div>\n\n<!-- wpcom_wp_footer -->\n\t\t<script>!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');\n\t\t</script>\n\t\t\t<script type=\"text/javascript\"src=\"http://j.foolcdn.com/common/js/marketing/pitchengine-norequire.js?v=80768\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t\tjQuery( document ).ready( function() {\n\n\t\t\t\tjQuery(document).on( 'click', '#pitch', function( e ) {\n\t\t\t\t\tpageTracker._trackEvent('ad', 'click', 'TMF Pitch Widget');\n\t\t\t\t} );\n\n\t\t\t\tjQuery( 'div.entry-content' ).append( '<div id=\"pitch\"></div>' );\n\n\t\t\t\tFoolPitchEngineTracker = function () {\n\t\t\t\t\treturn {\n\t\t\t\t\t\tDataLayer: null,\n\t\t\t\t\t\tEventType: \"247ArticlePageView\",\n\n\t\t\t\t\t\tinitialize: function (dataLayer, eventType) {\n\t\t\t\t\t\t\tthis.DataLayer = dataLayer;\n\t\t\t\t\t\t\tif (eventType != \"\") {\n\t\t\t\t\t\t\t\tthis.EventType = eventType;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\tCustomPitch: function (trueOrFalse) {\n\t\t\t\t\t\t\tthis.DataLayer.push({ 'customPitch': trueOrFalse });\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\tTrack: function () {\n\t\t\t\t\t\t\tthis.DataLayer.push({ 'event': '247ArticlePageView' });\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\tvar pitchEngine = PitchEngine();\n\t\t\t\tvar dataTracker = FoolPitchEngineTracker();\n\t\t\t\tdataTracker.initialize(window.dataLayer);\n\n\t\t\t\tpitchEngine.initialize( dataTracker, {\n\t\t\t\t\t\tsite: '247wallst',\n\t\t\t\t\t\tplacement: 'article_pitch',\n\t\t\t\t\t\ttickers: 'VVUS',\n\t\t\t\t\t\ttags: 'Investing,Corporate Performance',\n\t\t\t\t\t\ttext_src: '247'\n\t\t\t\t});\n\t\t\t});\n\t\t</script>\n\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'5450697','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'5450697','v':'wpcom','tz':'-5','user_id':'0','post':'253615','subd':'247wallst'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=5450697&v=wpcomvt&tz=-5&user_id=0&post=253615&subd=247wallst&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdGQWs0Rk9xZ2I1NF9NeFJXd3ViMXhfT2h6ZHRJenMmfm5UcGFbN1EvMDA0NlVhPTQlLFkudXFtbHpJZkE4P3BBX09pP2o2LjRONj1GVXFHeXpafGRoVUZWU1B6dWRRbysreGdEfjJxWFZUaEtvPWxnWkdTT2FtNDN+RGFlMix3ejdqP0s0WH44M2czWXdUfFpQc1pLM3YzeFo0Py9qaEFuWzV8UjRmYl9wJg=='});\naddLoadEvent(function(){linktracker_init('5450697',253615);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\n\n\n\n\t\t\t\t<div id=\"dfp-popup\">\n\t\t\t\t<script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display( \"dfp-popup\" ); });</script>\n\t\t\t</div>\n\t\t\n\n<!-- TMF Catfish Tempalte -->\n<div id=\"tmf-catfish\" style=\"display:none;\">\n\t<a id=\"tmf-catfish-link\" href=\"\" title=\"The Motley Fool\">\n\t\t<div id=\"tmf-catfish-content\" data-url=\"\">\n\t\t\t<div id=\"tmf-catfish-image-wrap\">\n\t\t\t\t<img id=\"tmf-catfish-image\" src=\"\" />\n\t\t\t</div>\n\t\t</div>\n\t</a>\n\t<div id=\"tmf-catfish-cancel\">x</div>\n</div>\n\n<div id=\"dfp-catfish\">\n\t<script type=\"text/javascript\">\n\t\tvar wallst_catfish_delay = 20000;\n\t\tsetTimeout( function() {\n\t\t\tif ( wallst.ok_to_catfish() ) {\n\t\t\t\tgoogletag.display( 'dfp-catfish' ).display();\n\t\t\t}\n\t\t},  wallst_catfish_delay );\n\t</script>\n</div>\n\n\n\n<!-- Kontera ContentLink(TM);-->\n<script type='text/javascript'>\n\tif( !top.aol_devil_flag ) {\n\tvar dc_AdLinkColor = '#668833' ;\n\tvar dc_isBoldActive= 'no';\n\tvar dc_PublisherID = 214389 ;\n\tvar _kona_src = 'http://kona.kontera.com/javascript/lib/KonaLibInline.js';\n\tdocument.write('<scr' + 'ipt src=\"' + _kona_src + '\"></scr' + 'ipt>');\n\t}\n\n</script>\n<!-- Kontera ContentLink(TM) -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"247wallst.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/about.com1.html",
    "content": "<!DOCTYPE html>\n\n<html class=\"no-js\"\n\tdata-ab=\"99,99,99,99\"\n\tdata-articleId=\"2f53fe24dc0064e02f005f51\" \n\tdata-ch=\"travel\" \n\tdata-gs=\"bandb\" \n\tdata-template-type=\"FLEXIBLEARTICLE\" itemscope itemtype=\"http://schema.org/Article\">\n<!--\n<globe-environment environment=\"prod\" application=\"globe\" dataCenter=\"sj\" serverName=\"sjglobe5\" />\n<globe-server version=\"1.17.4\" vendor=\"\" title=\"Globe Server\" />\n<globe-resources version=\"1.17.5\" loadStartTime=\"1419289077537\" loadTimeTaken=\"512\" />\n-->\n<head>\n\t<script src=\"//www.googletagservices.com/tag/js/gpt.js\" type=\"text/javascript\" async defer></script>\n\t        \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/cache/eNptU01PwzAM_UOgSnCAKyCQkAYc-Dq7iVeseUllu93Kr6dj48PJDm2SZ-c5fraDahNxCQNbI6hoJ2FGwgekhKwNtHmw0z58o9oLGRbgr6sJjMilr0d_Ih2sJbzMydQhNvVYenVCscTawSwnLdhk7RFlaB0Q5oCYrGQbjJiM0N8mdEeI2nS9XcXXRBXDzigQmdKqyrLj3AI_wtgkGFsQZ8wjCsPkk5sWlGYt96tPQHWRIaKUQdag-98dbTEeNzmUc1hhvDi7PD33muVAwI1-gOD1XuVKfEGIQYZ1q__3VdFrptvtLH_Eqpwxh2E9F-aFjKv6B5KwIP3blA4bih1aFT-AYZdl2l3xD0N8yOKFTbhRRjP05ekp3dv7N7_vNcbtlRgF9jQ9dHWbC46Em2cDqaWETwB5yxSqtHe9VD19yRMlh4wUMesxza6LVsNtz3PaN4cBLrSSPCiyD4Zgg2B8yT2F4_5P-_atBzvPSh6WY7Myf5h0l_MXAtK7QQ.min.css\" type=\"text/css\">\n\t\n    <!--[if lte IE 8 ]>\n    \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/default/ie8.min.css\" type=\"text/css\">\n    \t<script src=\"http://j.about.com/js/1.17.5/default/ie8.min.js\"></script>\n    <![endif]-->\n    <!--[if IE 9 ]>\n    \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/default/ie9.min.css\" type=\"text/css\">\n\t<![endif]-->\n\n    <link rel=\"shortcut icon\" href=\"http://j.about.com/icons/1.17.5/travel/favicon.ico\">\n\n    <link rel=\"icon\" type=\"image/x-icon\" href=\"http://j.about.com/icons/1.17.5/travel/favicon.ico\">\n\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"http://j.about.com/icons/1.17.5/travel/apple-touch-icon-57x57.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"http://j.about.com/icons/1.17.5/travel/apple-touch-icon-76x76.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"http://j.about.com/icons/1.17.5/travel/apple-touch-icon-120x120.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" href=\"http://j.about.com/icons/1.17.5/travel/apple-touch-icon-152x152.png\">\n\n\t<meta name=\"msapplication-TileColor\" content=\"#F4F4F4\"/>\n\t<meta name=\"msapplication-TileImage\" content=\"http://j.about.com/icons/1.17.5/travel/mstile-144x144.png\">\n\t<meta name=\"msapplication-square70x70logo\" content=\"http://j.about.com/icons/1.17.5/travel/mstile-70x70.png\">\n\t<meta name=\"msapplication-square150x150logo\" content=\"http://j.about.com/icons/1.17.5/travel/mstile-150x150.png\">\n\t<meta name=\"msapplication-square310x310logo\" content=\"http://j.about.com/icons/1.17.5/travel/mstile-310x310.png\">\n\t<meta name=\"msapplication-wide310x150logo\" content=\"http://j.about.com/icons/1.17.5/travel/mstile-310x150.png\">\n\n\n\t<!-- BEGIN Krux Control Tag for \"about.com\" -->\n\t<!-- Source: /snippet/controltag?confid=Itttdt64&site=about.com&edit=1 -->\n\t<script class=\"kxct\" data-id=\"Itttdt64\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n\t\t((Krux = function() {\n\t\t    Krux.q.push(arguments)\n\t\t}).q = []);\n\n\t\t(function() {\n\t\t    var k = document.createElement('script');\n\t\t    k.type = 'text/javascript';\n\t\t    k.async = true;\n\t\t    var m, src = (m = location.href.match(/\\bkxsrc=([^&]+)/)) &&\n\t\t        decodeURIComponent(m[1]);\n\t\t    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ?\n\t\t        src : src === \"disable\" ? \"\" : (location.protocol === \"https:\" ?\n\t\t            \"https:\" : \"http:\") +\n\t\t        \"//cdn.krxd.net/controltag?confid=Itttdt64\";\n\t\t    var s = document.getElementsByTagName('script')[0];\n\t\t    s.parentNode.insertBefore(k, s);\n\t\t}());\n\t </script>\n\t<!-- END Krux Controltag -->\n\n\t<script class=\"kxint\" type=\"text/javascript\">\n\t\twindow.Krux || ((Krux = function() {\n\t\t    Krux.q.push(arguments);\n\t\t}).q = []);\n\n\t\t(function() {\n\t\t    function retrieve(n) {\n\t\t        var m, k = 'kx' + n;\n\t\t        if (window.localStorage) {\n\t\t            return window.localStorage[k] || \"\";\n\t\t        } else if (navigator.cookieEnabled) {\n\t\t            m = document.cookie.match(k + '=([^;]*)');\n\t\t            return (m && unescape(m[1])) || \"\";\n\t\t        } else {\n\t\t            return '';\n\t\t        }\n\t\t    }\n\t\t    Krux.user = retrieve('user');\n\t\t    Krux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];\n\t\t})();\n\t</script>\n<meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"robots\" content=\"NOODP, NOYDIR\">\n<link rel=\"canonical\" href=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\" />\n<title>Galena, IL: A B&amp;B Kinda Town</title>\n<meta name=\"description\" content=\"As the &amp;ldquo;B&amp;amp;B Capital of the Midwest&amp;rdquo;, Galena has more than its fair share of charming bed and breakfasts. Most of them are meticulously restored 19th-century mansions that dot the hills surrounding the town and are within close proximity to downtown.\" itemprop=\"description\">\n<meta name=\"articleSection\" content=\"Travel\" itemprop=\"articleSection\" />\n<meta itemprop=\"name\" content=\"Galena IL is a B&amp;amp;B Kinda Town\" />\n<!-- Facebook Open Graph Tags aa -->\n<meta property=\"fb:app_id\" content=\"121030274606741\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:site_name\" content=\"About\" />\n<meta property=\"og:url\" content=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\" />\n<meta property=\"og:title\" content=\"Galena IL is a B&amp;amp;B Kinda Town\" />\n<meta property=\"og:description\" content=\"As the &amp;ldquo;B&amp;amp;B Capital of the Midwest&amp;rdquo;, Galena has more than its fair share of charming bed and breakfasts. Most of them are meticulously restored 19th-century mansions that dot the hills surrounding the town and are within close proximity to downtown.\" />\n<meta property=\"og:image\" content=\"http://0.tqn.com/y/default/autos/S/82876023.jpg\" />\n<!-- Twitter Cards -->\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@aboutdotcom\" />\n<meta name=\"twitter:title\" content=\"Galena IL is a B&amp;amp;B Kinda Town\" />\n<meta name=\"twitter:description\" content=\"As the &amp;ldquo;B&amp;amp;B Capital of the Midwest&amp;rdquo;, Galena has more than its fair share of charming bed and breakfasts. Most of them are meticulously restored 19th-century mansions that dot the hills surrounding the town and are within close proximity to downtown.\" />\n<meta name=\"twitter:image\" content=\"http://0.tqn.com/y/default/autos/S/82876023.jpg\" />\n<!-- Pintrest Pins -->\n<meta property=\"article:section\" content=\"Travel\" />\n<!-- Parse.ly meta information -->\n<meta name='parsely-page' content='{\"title\": \"Galena, IL: A B&amp;B Kinda Town\",\"link\": \"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\",\"image_url\": \"http://0.tqn.com/y/default/autos/R/82876023.jpg\",\"type\": \"post\",\"post_id\": \"2f53fe24dc0064e02f005f51\",\"pub_date\": \"\",\"section\": \"Travel\",\"authors\": [\"Michael Franco\"],\"tags\": [\"template65\",\"bandb\"]}' /><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\t        \t<script type=\"text/javascript\" src=\"http://j.about.com/js/1.17.5/cache/eNrLKtZPSU1LLM0p0c_JTNJPTMovLXEPCNHJQhXPzU9JLcrLrCpCl0jOz8_OTC1GFsYiBFJZWpKZk1kClAAAwGgrfw.min.js\"></script>\n<script type=\"text/javascript\">\n\n\n\n//Set mpt and GMCID cookies\nsetCookieValue();\n\nAbt.GPT.initGPT({\n\tsite: 'bandb',\n\tchannel: 'travel',\n\tarticleId: '2f53fe24dc0064e02f005f51',\n\ttemplateId: '65',\n\tarticleStamp: '',\n\tpageCount: 'null',\n\thgt: '' + window.screen.height,\n\tisMobile: false,\n\tsingleRequest: false,\n\tslots: [\n\t\t{'id':'leaderboard', 'pos':'atf', 'sizes':[[728, 90], [970, 250], [970, 90], [1, 1]], 'type':'leaderboard', 'priority':'1'},\n\t\n\t\t{'id':'billboard', 'pos':'atf', 'sizes':[[300, 250], [300, 600], [300, 1050]], 'type':'billboard', 'priority':'5'},\n\t\n\t\t{'id':'billboard2', 'pos':'btf1', 'sizes':[[300, 250], [300, 251], [2, 1]], 'type':'billboard', 'priority':'99'},\n\t\n\t\t{'id':'billboard3', 'pos':'btf2', 'sizes':[[300, 250], [300, 252], [3, 1]], 'type':'billboard', 'priority':'99'},\n\t\n\t\t{'id':'billboard4', 'pos':'btf3', 'sizes':[[300, 250], [300, 253], [4, 1]], 'type':'billboard', 'priority':'99'}\n\t]\n});\n\n// analytics/404.ftl\n\n// analytics/googleTagManager.ftl\n\nvar dataLayer = dataLayer || [];\n// AB Testing\ndataLayer.push({\nabTests: [{\ntestName:\"relatedClickabilityTest\",\nbucketDescription:\"mongo bucket\",\nbucketName:\"mongo\",\nbucketTrackingId:\"99\",\nbucketValue:2\n},{\ntestName:\"lock728Test\",\nbucketDescription:\"in test, lock 728 after fixed mast appears\",\nbucketName:\"lock728\",\nbucketTrackingId:\"99\",\nbucketValue:2\n},{\ntestName:\"billboard4Test\",\nbucketDescription:\"enabled\",\nbucketName:\"enabled\",\nbucketTrackingId:\"99\",\nbucketValue:1\n},{\ntestName:\"seoDateStampTest\",\nbucketDescription:\"enabled\",\nbucketName:\"enabled\",\nbucketTrackingId:\"99\",\nbucketValue:1\n}]\n});\n//Environment Tracking\nvar envData = {\nenvironment : {\nenvironment : \"prod\",\napplication : \"globe\",\ndataCenter : \"sj\",\nserverName : \"sjglobe5\"\n},\nserver : {\nversion : \"1.17.4\",\nvendor : \"\",\ntitle : \"Globe Server\"\n},\nresources : {\nversion : \"1.17.5\",\nloadStartTime : \"1419289077537\",\nloadTimeTaken : \"512\"\n},\nclient : {\nbrowserUA : navigator.userAgent,\nserverUA : \"newspaper/0.1.2\"\n}\n};\ndataLayer.push({ envData: envData });\n\nif ((typeof opt_testid !== 'undefined') && (opt_testid !== '')){\n\tdocCookies.setItem(\"opt_testid\", opt_testid, null, \"/\", '.about.com');\n} else if (docCookies.getItem('opt_testid')) {\n\tvar opt_testid = docCookies.getItem('opt_testid'); \n} else {\n\tvar opt_testid = ''; \n}\n\n\nvar ch = 'travel',\n\tgs = 'bandb',\n\tzccnt = '5084',\n\t\n\tzGAst = 'Galena IL is a B&amp;B Kinda Town',\n\tzAth = '112305',\n\tzTt = '65',\n\tzGAtg ='Articles',\n\tgoogle_ad_channel = 'primedia_bandb tt' + zTt,\n        cat0 = 'bylocation/',\n        cat1 = 'visitingmwus/',\n        cat2 = 'illinois/',\n    google_ad_client = google_ad_client_window = (docCookies.getItem('mpt') == 'A1') ? 'ca-aj-about-sem' : 'ca-aj-about-premium';\n\n(function() {\n\tvar askoc = docCookies.getItem('askoc'),\n\t\tmptCookie = docCookies.getItem('mpt'); \n\tgoogle_ad_channel += ((typeof askoc !== 'undefined' && askoc !== null) ? ' '+askoc+' semd' : '');\n\tgoogle_ad_channel += ((opt_testid !== 'undefined' && opt_testid !== null) ? (' test' + opt_testid) : '');\n\tgoogle_ad_channel += ((typeof mptCookie !== 'undefined' && mptCookie !== null) ? ' ' + mptCookie : '');\n}());\n\nvar ab_tracking_ids = [];\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\nif (ab_tracking_ids.length) {\n\tab_tracking_ids.forEach(function (id) {\n\t\tif (id !== 'undefined' && id !== null) {\n\t\t\tgoogle_ad_channel += ' test' + id;\n\t\t}\n\t});\n}\n\nvar google_ad_channel_window = google_ad_channel;\n\nif(docCookies.keys().length > 0){\n\tvar \n\t\tzBsT  = docCookies.getItem('zBsT'),\n\t\tzBT   = docCookies.getItem('zBT'),\n\t\tzBTr  = docCookies.getItem('zBTr'),\n\t\tmpt   = docCookies.getItem('mpt');\n}\n\nvar zNative;\n\tzNative = 0;\n</script>\n</head>\n<body>\n<!-- Google Tag Manager (Travel) -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KCNR93\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<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-KCNR93');</script>\n<!-- End Google Tag Manager -->\n<nav class=\"navbar\">\n\t<div class=\"container group visible-md\">\n\t\t<a href=\"http://www.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"aboutCom\" data-ordinal=\"1\" source=\"mainsitehomepage\" class=\"navbar-brand\" >About.com</a>\n\t\t\t<ul class=\"navbar-menu pull-left\">\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-food\" data-dir-name=\"food\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/food/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"1\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tFood\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-food\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://southernfood.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"1\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Southern Food</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://bbq.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"2\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Barbecues & Grilling</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homecooking.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"3\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Home Cooking</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cocktails.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"4\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Cocktails</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://culinaryarts.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"5\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Culinary Arts</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://busycooks.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"6\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Busy Cooks</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://vegetarian.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"7\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Vegetarian Food</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/food\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"8\" class=\"light-text-food\" >More about food &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-health\" data-dir-name=\"health\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/health/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"2\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tHealth\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-health\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://arthritis.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"9\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Arthritis & Joint Conditions</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://coldflu.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"10\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Cold & Flu</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://diabetes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"11\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Type 2 Diabetes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://weightloss.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"12\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Weight Loss</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cholesterol.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"13\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Cholesterol</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pregnancy.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"14\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Pregnancy & Childbirth</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pediatrics.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"15\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Pediatrics</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/health\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"16\" class=\"light-text-health\" >More about health &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-homegarden\" data-dir-name=\"homegarden\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/homegarden/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"3\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tHome\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-homegarden\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://interiordec.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"17\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Interior Decorating</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homerenovations.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"18\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Home Renovations</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://apartments.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"19\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Apartment Living/Rental</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://contests.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"20\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Contests & Sweepstakes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homerepair.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"21\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Home Repair</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://freebies.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"22\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Freebies</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://moving.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"23\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Moving</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/homegarden\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"24\" class=\"light-text-homegarden\" >More about home &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-money\" data-dir-name=\"money\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/money/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"4\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tMoney\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-money\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://inventors.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"25\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Inventors</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://frugalliving.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"26\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Frugal Living</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://humanresources.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"27\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Human Resources</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://taxes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"28\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Tax Planning: U.S.</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://beginnersinvest.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"29\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Investing for Beginners</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://sbinfocanada.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"30\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Small Business: Canada</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://banking.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"31\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Banking/Loans</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/money\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"32\" class=\"light-text-money\" >More about money &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-style\" data-dir-name=\"style\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/style/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"5\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tStyle\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-style\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://beauty.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"33\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Beauty</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://womenshair.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"34\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Women's Hairstyles</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://budgetstyle.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"35\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Budget Style</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://celebritystyle.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"36\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Celebrity Style</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://jewelry.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"37\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Jewelry</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://shoes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"38\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Shoes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://weddings.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"39\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Weddings</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/style\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"40\" class=\"light-text-style\" >More about style &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-compute\" data-dir-name=\"compute\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/compute/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"6\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tTech\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-compute\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ipad.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"41\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >iPad</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ipod.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"42\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >iPhone/iPod</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pcsupport.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"43\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >PC Support</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://macs.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"44\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Macs</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://windows.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"45\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Windows</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://netforbeginners.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"46\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Internet Basics</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cameras.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"47\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Cameras</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/compute\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"48\" class=\"light-text-compute\" >More about tech &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-travel\" data-dir-name=\"travel\" data-base-url=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n<a href=\"http://www.about.com/travel/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"7\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tTravel\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-travel\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gocalifornia.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"49\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >California Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gonyc.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"50\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >New York City Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://govegas.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"51\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Las Vegas Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gocaribbean.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"52\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Caribbean Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gohawaii.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"53\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Hawaii Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cruises.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"54\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Cruises</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://themeparks.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"55\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Theme Parks</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/travel\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"56\" class=\"light-text-travel\" >More about travel &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<div class=\"more pull-left\">\n\t\t\t\t\t\t\t\t\tMore\n\t\t\t\t\t\t\t\t\t<span class=\"arrow arrow-down\"></span>\t\n\t\t\t\t\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"hover-placeholder\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"arrow arrow-up\"></div>\n\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/autos/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"8\" data-source=\"ChannelHomepage_All\" >Autos</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/people/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"9\" data-source=\"ChannelHomepage_All\" >Dating & Relationships</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/education/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"10\" data-source=\"ChannelHomepage_All\" >Education</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/entertainment/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"11\" data-source=\"ChannelHomepage_All\" >Entertainment</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/espanol/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"12\" data-source=\"ChannelHomepage_All\" >en Espa&ntilde;ol</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/careers/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"13\" data-source=\"ChannelHomepage_All\" >Careers</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/newsissues/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"14\" data-source=\"ChannelHomepage_All\" >News & Issues</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/parenting/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"15\" data-source=\"ChannelHomepage_All\" >Parenting</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/religion/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"16\" data-source=\"ChannelHomepage_All\" >Religion & Spirituality</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/sports/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"17\" data-source=\"ChannelHomepage_All\" >Sports</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</li>\n\t\t\t</ul>\n\t\t<ul class=\"navbar-menu navbar-menu-left\">\n\t\t\t<li class=\"navbar-video\">\n\t\t\t\t<a href=\"http://video.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"videos\" data-ordinal=\"1\" class=\"muted\" ><span class=\"sprite video-small navbar-video-icon\"></span>Videos</a>\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n</nav>\n<header class=\"mast mast-fixed p-bg \" id=\"mast-fixed\">\n<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-4\">\n<a href=\"http://www.about.com/travel\" data-component=\"mastFixed\" data-source=\"ChannelHomepage_morenav\" data-type=\"channel.logo\" data-ordinal=\"1\" source=\"ChannelHomepage_MoveNav\" >\t\t\t\t\t\t<div class=\"mast-logo pull-left\">\n\t\t\t\t\t\t\t<div class=\"sprite logo-scroll\"></div><div class=\"sprite scroll-travel\"></div> \n\t\t\t\t\t\t</div>\n</a>\t\t\t</div>\n\t\t\t\t<div class=\"col col-7\">\n\n<div class=\"row\">\n\t<div class=\"col col-7\">\n\n\t\t<form class=\"mast-search s-b-col\" method=\"get\" action=\"http://bandb.about.com/sitesearch.htm\">\n\t\t\t<div class=\"input-group input-group-plain input-shadow\">\n\n\t\t\t\t\t<input type=\"hidden\" name=\"boost\" value=\"3\">\n\t\t\t\t\t<input type=\"hidden\" name=\"SUName\" value=\"bandb\">\n\n\n\t\t\t\t<input type=\"text\" name=\"q\" validate=\"required\" data-default=\"Bed & Breakfasts\" data-error-msg=\"Please enter something to search for.\" placeholder=\"Search...\" value=\"\">\n\n\t\t\t\t<div class=\"input-group-btn\">\n\t\t\t\t\t<button class=\"btn\" type=\"submit\"><span class=\"sprite search\"></span></button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col col-4\">\n\t\t\t\t\t<div class=\"inactive mast-share share-btns pull-right\">\n\n<div id=\"shareButtonsDocumentLimited\" class=\"share-btns popout\">\n\t\t\t<div class=\"heading\">Share this</div>\n\t\t<div class=\"buttons\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareFacebook\" data-ordinal=\"1\" data-network=\"facebook\" title=\"Share on Facebook\" class=\"facebook share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite facebook\"></span><span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&via=aboutdotcom&text=Galena+IL+is+a+B%26amp%3BB+Kinda+Town\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareTwitter\" data-ordinal=\"1\" data-network=\"twitter\" title=\"Share on Twitter\" class=\"twitter share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite twitter\"></span><span class=\"sprite twitter-white\"></span>\n</a><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&description=Galena+IL+is+a+B%26amp%3BB+Kinda+Town&media=http%3A%2F%2F0.tqn.com%2Fy%2Fdefault%2Ftravel%2FS%2F480298179.jpg\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"sharePinterest\" data-ordinal=\"1\" data-network=\"pinterest\" title=\"Share on Pinterest\" class=\"pinterest share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite pinterest\"></span><span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/share?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dgoogle%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareGoogle\" data-ordinal=\"1\" data-network=\"google\" title=\"Share on Google+\" class=\"google share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite google\"></span><span class=\"sprite google-white\"></span>\n</a></div>\n</div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t</div>\n\t</div>\n</header>\n<div class=\"gpt leaderboard container\">\n\t<div id=\"leaderboard\" class=\"wrapper\"></div>\n</div>\n<main id=\"main\" class=\"slab\">\n    <div class=\"container\">\n        <div class=\"row\">\n            <div class=\"col col-15\">\n                <div class=\"breadcrumbs trunc\">\n\t<ul>\n\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n<a href=\"http://www.about.com\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"aboutCom\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t<span itemprop=\"title\">About.com</span>\n</a>\t\t</li>\n\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://www.about.com/travel\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"channel.displayName\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t<span itemprop=\"title\">About Travel</span>\n</a>\t\t</li>\n\t\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"site.displayName\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">\n\t\t\t\t\t\t\tBed & Breakfasts\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<div class=\"arrow arrow-up main\"></div>\n\t\t\t\t\t\t<div class=\"arrow arrow-up border\"></div>\n</a>\t\t\t</li>\n\t\t\t<li><span class=\"separator sprite arrow-breadcrumb\"></span></i><a href=\"#\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"ellipsis\" data-ordinal=\"1\" class=\"truncated\" >. . .</a></li>\n\t\t\t<li class=\"hide-breadcrumb\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/bylocation/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"category.heading\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">Bed and Breakfasts Around the World</span>\n</a>\t\t\t</li>\n\t\t\t<li class=\"hide-breadcrumb\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/visitingmwus/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"category.heading\" data-ordinal=\"2\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">Bed and Breakfasts in the Midwest United States</span>\n</a>\t\t\t</li>\n\t\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/illinois/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"category.heading\" data-ordinal=\"3\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">Illinois Bed and Breakfasts</span>\n</a>\t\t\t</li>\n\t</ul>\n</div><div class=\"document-title-extended\">\n\t\t\t<h1 itemprop=\"headline\">Galena, IL: A B&amp;B Kinda Town</h1>\n</div><div class=\"row\">\n\t<div class=\"col col-10\">\n<div class=\"by-line by-line-inline\">\n\t\t    <a href=\"http://bandb.about.com/bio/Michael-Franco-112305.htm\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorId\" data-ordinal=\"1\" class=\"by-line-author-img\" ><img data-original=\"http://0.tqn.com/d/g/bw/112305.gif\" width=\"50\" height=\"50\" data-load=\"lazy\" /></a>\n\t<div class=\"by-line-info\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t\t<div class=\"muted inline-name\">By \n                    <a href=\"http://bandb.about.com/bio/Michael-Franco-112305.htm\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorName\" data-ordinal=\"1\" rel=\"author\" class=\"muted\" ><span class=\"heading\" itemprop=\"name\">Michael Franco</span></a>\n            </div>\n            \n            <div class=\"site-expert\">\n<a href=\"http://bandb.about.com/\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorSite\" data-ordinal=\"1\"  class=\"muted\" ></a>            </div>\n\t\t\t\n\t</div>\n</div>\n\t</div>\n\t<div class=\"col col-5\">\n\t\t<div class=\"pull-right document-share\">\n\n<div id=\"shareButtonsDocument\" class=\"share-btns popout\">\n\t\t\t<div class=\"heading\">Share this</div>\n\t\t<div class=\"buttons\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareFacebook\" data-ordinal=\"1\" data-network=\"facebook\" title=\"Share on Facebook\" class=\"facebook share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite facebook\"></span><span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&via=aboutdotcom&text=Galena+IL+is+a+B%26amp%3BB+Kinda+Town\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareTwitter\" data-ordinal=\"1\" data-network=\"twitter\" title=\"Share on Twitter\" class=\"twitter share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite twitter\"></span><span class=\"sprite twitter-white\"></span>\n</a><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&description=Galena+IL+is+a+B%26amp%3BB+Kinda+Town&media=http%3A%2F%2F0.tqn.com%2Fy%2Fdefault%2Ftravel%2FS%2F480298179.jpg\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"sharePinterest\" data-ordinal=\"1\" data-network=\"pinterest\" title=\"Share on Pinterest\" class=\"pinterest share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite pinterest\"></span><span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/share?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dgoogle%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareGoogle\" data-ordinal=\"1\" data-network=\"google\" title=\"Share on Google+\" class=\"google share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite google\"></span><span class=\"sprite google-white\"></span>\n</a>\n<div class=\"more-share-wrapper\">\n<a href=\"#\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"sharePlus\" data-ordinal=\"1\" class=\"more share-btn\" ><span class=\"sprite plus\"></span><span class=\"sprite plus-white\"></span></a>\n<div class=\"more-share overlay\">\n<div class=\"arrow arrow-down\"></div>\n<a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dstumbleupon%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareStumbleupon\" data-ordinal=\"1\" data-network=\"stumbleupon\" title=\"Share on StumbleUpon\" class=\"stumbleupon share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite stumbleupon\"></span><span class=\"sprite stumbleupon-white\"></span>\n</a><a href=\"http://www.reddit.com/submit?url=http%3A%2F%2Fbandb.about.com%2Fod%2Fillinois%2Ffl%2FGalena-IL-A-BampB-Kinda-Town.htm%3Futm_source%3Dreddit%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&title=Galena+IL+is+a+B%26amp%3BB+Kinda+Town\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareReddit\" data-ordinal=\"1\" data-network=\"reddit\" title=\"Share on Reddit\" class=\"reddit share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite reddit\"></span><span class=\"sprite reddit-white\"></span>\n</a> </div>\n</div></div>\n</div>\t\t</div>\n\t</div>\n</div>\n<div id=\"radlinks1\" data-num-links=\"10\" data-character-limit=\"122\" data-display-label=\"true\" data-display-inline=\"false\" class=\"radlinks widget\"></div>            </div>\n        </div>\n        <div class=\"row\">\n            <div class=\"col col-11\">\n                <div class=\"row\">\n                    <div class=\"col col-3\">\n\n\n<div class=\"category-list circ-list circ-list-more widget\"\n>\t<div class=\"widget-heading widget-heading-primary p-b-t-col\">\n\t\t<h5 class=\"heading p-col\">Bed & Breakfasts Categories</h5>\n\t</div>\n\t\t<div class=\"see-more\">\n\t\t\t<div class=\"see-more-parent\">\n\t\t\t\t<div class=\"see-more-content\">\n\t<ul>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/bylocation/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"1\" >\t\t\t\t\tBed and Breakfasts Around the World\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/recommended/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"2\" >\t\t\t\t\tBed and Breakfasts Recommended by Guests\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/murder/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"3\" >\t\t\t\t\tMurder Mysteries at Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/romanticescapes/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"4\" >\t\t\t\t\tRomantic Escapes at Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/uniquegetaways/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"5\" >\t\t\t\t\tUnique Getaways at Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/childfriendly/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"6\" >\t\t\t\t\tChild-Friendly Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://bandb.about.com/od/haunted/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"7\" >\t\t\t\t\tHaunted Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/historic/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"8\" >\t\t\t\t\tHistoric Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/recreation/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"9\" >\t\t\t\t\tRecreational Opportunities - Bed and Breakfasts Nearby\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/petfriendly/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"10\" >\t\t\t\t\tPet-Friendly Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/running/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"11\" >\t\t\t\t\tHow to Run a Bed and Breakfast\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/forsale/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"12\" >\t\t\t\t\tInns for Sale - Bed and Breakfasts for Sale\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/recipes/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"13\" >\t\t\t\t\tRecipes from Innkeepers\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/interviews/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"14\" >\t\t\t\t\tInnkeeper Interviews\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/tips/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"15\" >\t\t\t\t\tBed and Breakfast Tips\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/Blog/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"16\" >\t\t\t\t\tBlog\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/bylocation/u/find.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"17\" >\t\t\t\t\tFind a Bed and Breakfast\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/uniquegetaways/u/unique.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"18\" >\t\t\t\t\tUnique Bed and Breakfasts\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/od/running/u/be_an_innkeeper.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"19\" >\t\t\t\t\tTips for Aspiring Bed and Breakfast Innkeepers\n</a>\t\t\t</li>\n\t\t<li class=\"hidden\">\n<a href=\"http://bandb.about.com/updated.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"20\" >\t\t\t\tUpdated Articles and Resources\n</a>\t\t</li>\n\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\n<a href=\"#\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"viewMore\" data-ordinal=\"8-ViewMore\"  class=\"btn btn-light btn-wide all-caps see-more-btn\" data-less=\"View Less\" data-more=\"View More\" >\t\t<div class=\"label\">\n\t\t\t<span class=\"text\">View More</span>\n\t\t\t<span class=\"arrow arrow-down\"></span>\n\t\t</div>\n</a>\t\t</div>\n</div>\n<div id=\"newsletter\" class=\"newsletter widget\">\n\t<div class=\"widget-heading widget-heading-primary p-b-t-col\">\n\t\t<h5 class=\"heading p-col\">Free Email Newsletter</h5>\n\t</div>\n\n\t<form action=\"/newsletter/signup\" method=\"get\">\n\t\t<div class=\"sub-heading\">Let About.com send you<br/>the latest from our<br/>Bed & Breakfasts Expert.</div>\n\t\t<div class=\"form-group\">\n\t\t\t<input class=\"email\" type=\"email\" name=\"email\" placeholder=\"Your email address here\">  \n\t\t</div>\n\n\t\t<div class=\"success\">Thanks for signing up!</div>\n\t\t<div class=\"error\"></div>\n\t\t<div class=\"error ajax\">There was a problem registering. <br>Try again later</div>\n\t\t<div class=\"suggestion\">Did you mean <a href=\"#\" data-component=\"newsletter\" data-source=\"newsletterTemplate\" data-type=\"suggestedEmail\" data-ordinal=\"1\" source=\"NewsletterChannel_Error\" class=\"suggested-email\" ></a>?</div>\n\n\t\t<button type=\"submit\" class=\"btn btn-primary p-bg s-bg-hover s-b-col btn-wide all-caps\">Sign up</button>\n\n\t\t<div class=\"disclaimer\">You can opt-out at any time.<br>Please refer to our <a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"newsletter\" data-source=\"newsletterTemplate\" data-type=\"privacyPolicy\" data-ordinal=\"1\" >privacy policy</a> for contact information.</div>\n\t</form>\n</div>\n                    </div>\n                    <div class=\"col col-8\">\n\r\n\r\n<article class=\"content widget expert-content\" itemprop=\"articleBody\">\r\n\t<div class=\"expert-content-text\">\r\n\r\n\r\n\t\t\t\t<div class=\"firstBlock\"><p>Which US town is popular with generals? <a href=\"http://galena.org\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"1\">Galena</a> in Jo Daviess County, Illinois, of course! Nine Civil War generals who settled in this town, including Galena’s favorite son - Ulysses S. Grant. After his victory in 1865, General Grant received a hero’s welcome from the town and was presented with a handsome Italianate-style red brick mansion. <a href=\"http://www.granthome.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"2\">Grant’s Home</a> is now a National Historic Landmark and you can view its original furnishings including Grant’s favorite chair. To find out more about the 18th President of the United States, you can &nbsp;also the town's Grant’s Leather Store and the Galena &amp; U.S. Grant Museum.</p></div>\r\n\r\n\n    <div id=\"adsense1\" adsense-numlinks=\"3\" adsense-displaylabel=\"true\" class=\"adsense-slot adsense ads-half\"></div>\n\n<div id=\"radlinks3\" data-num-links=\"5\" data-character-limit=\"null\" data-display-label=\"false\" data-display-inline=\"true\" class=\"radlinks ads-half\"></div>\r\n\t\t\t\t<p>But generals aren't the only ones who like this <a href=\"http://www.galenahistory.org\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"3\">quinetessential small town</a>. &quot;Conde Nast Taveler&quot; rated it as the “Second Friendliest City in the US” and “14th Friendliest City in the World”, while &quot;Forbes&quot; Magazine listed it one of “America’s Prettiest Towns.”</p>\r\n\r\n\r\n\t\t\t\t<p>Galena derived its name from the rich lead ore or galena (in Latin) deposits, which the original Native Americans used for their body paints. The town is rich in history with eighty-five percent of its buildings listed on the National Register of Historic Places. Step back in time to roam its streets where Abraham Lincoln and Ulysses S. Grant once walked. Admire its well-preserved unique period architecture heritage ranging from 19th-century commercial-style buildings lining Main Street to the grand residential mansions showcasing the Greek Revival and later Victorian styles.&nbsp;</p>\r\n\r\n\r\n\t\t\t\t<p>One historic landmark not to be missed is the <a href=\"http://desotohouse.com/\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"4\">DeSoto House Hotel</a> on Main Street, the oldest operating hotel in Illinois. Since its opening in 1850, the hotel has hosted many major historical events and famous guests such as Mark Twain, Theodore Roosevelt and Ralph Waldo Emerson. Take a free self-guided tour to visit the balcony decorated with red, white and blue bunting from where Abraham Lincoln once gave his speech; rooms 209 and 211 from which Ulysses S. Grant planned and conducted his presidential campaigns; and the Quiet Room where you watch videos about the rich history of Galena and the hotel.</p>\r\n\r\n\n    <div id=\"adsense2\" adsense-numlinks=\"2\" adsense-displaylabel=\"true\" class=\"adsense-slot adsense ads-half\"></div>\n\n\r\n\t\t\t\t<p>When visiting Galena, don’t miss the opportunity to professionally decorate your own personal dining set and enjoy good food at the same time. Book at the <a href=\"http://www.stonehousepotterygalena.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"5\">Stone House Pottery and Gallery</a>. Master potter Charles Fach and his wife Sandra will get you a three-piece dining set of dinner plate, salad/dessert plate and bowl. They then teach you how to decorate, glaze and fire your dinnerware. The next day, a Galena restaurant provides dinner consisting of an appetizer, salad, entr&eacute;e and dessert that you will enjoy on your newly created plates and bowl.</p>\r\n\r\n\r\n\t\t\t\t<p>Galena boasts many vineyards and wineries. Join the <a href=\"http://www.visitgalena.org/illinois-events?eventID=1677&amp;mode=event\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"6\">Blackhawk Wine Tour</a> to swirl, sniff and sip the best wines in Illinois at three different wineries and explore the scenic views of Jo Daviess County as well. The tour begins at Galena Cellars Vineyard &amp; Winery, the next stop is Rocky Waters Winery and the final call is the Massbach Ridge Winery. Besides wine tasting, you'll also have the opportunity to buy limited-edition wines to take back home. Included in the tour is lunch at Procento’s Pizzeria, one of Galena’s best restaurants, along with complimentary water bottles, and pickup and drop-off at your B&amp;B.</p>\r\n\r\n\r\n\t\t\t\t<p>You don’t need to go on a tour to sample <a href=\"http://www.galenacellars.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"7\">Galena Cellar’s</a> award-winning red, white and fruit wines. Just visit their tasting room and gift shop in a restored 1840’s grain building at downtown Galena. Alternatively, beer lovers can head to <a href=\"http://www.galenabrewery.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"8\">Galena Brewery</a>&nbsp;on Main Street to taste their flagship and seasonal brews while enjoying tapas, soups, sandwiches and live entertainment.</p>\r\n\r\n\r\n\t\t\t\t<p>Great wines should be paired with great food. Steak aficionados will love <a href=\"http://logcabingalena.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"9\">Log Cabin Steakhouse</a> on Main Street, famous for its big and premium aged Angus beef, hand-cut daily. Sample their excellent 16-oz New York Cut or tender and delicious 24-ounce T-bone or the grand 32-ounce porterhouse steak and you won’t be disappointed.</p>\r\n\r\n\r\n\t\t\t\t<p>Enjoy French and German cooking? Then head to <a href=\"http://www.fritzandfrites.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"10\">Fritz and Frites</a> to try the French onion soup with baked Gruyere and Parmesan cheese crust; escargots de Bourgogne; the coq au-vin (braised chicken with red wine sauce); citron et bierre mussels (with white ale and lemon); steak frites (rib-eye steak with parsley butter and pommes frites). From the German side of the menu there's kassler rippchen (smoked pork chop with a cider glaze); Wiener schnitzels (breaded veal cutlets), and sauerbraten (beef marinated in a sweet and sour sauce) served with red cabbage or sauerkraut. The family-owned bistro serves European meals with imported wines and beers at affordable prices.</p>\r\n\r\n\r\n\t\t\t\t<p>For your treats, walk into <a href=\"http://www.greatpopcorn.com\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"11\">The Great American Popcorn Company</a> on Main Street and you'll be welcomed with a friendly smile and a fresh, warm sample of their famous old-fashioned caramel corn. Choose from a daily selection of 50 delicious flavors of gourmet popcorn. In addition, the store offers handmade chocolates, candies, home-made fudge and ice cream. The store was featured on MSNBC’s Your Business and The Today Show.</p>\r\n\r\n\r\n\t\t\t\t<p>Find out more reasons why Galena is a B&amp;B Kinda Town <a href=\"/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town-Part-II.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"12\">here</a>.</p>\r\n\r\n\r\n\r\n\t\t\r\n\t\t\r\n\r\n\t</div>\r\n</article>\r\n\r\n\n<div class=\"append-content\">\n    \n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"linklist\">\n<h5 class=\"heading p-col\">Related Articles</h5>\n<ul>\n<li><a href=\"http://gonewengland.about.com/cs/farmersmarkets/a/aawineriesguide.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >New England Wineries Guide</a></li>\n<li><a href=\"http://honeymoons.about.com/od/virginia/tp/virginia_wines.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >Top 10 Places to Taste Virginia Wines</a></li>\n<li><a href=\"http://bandb.about.com/od/romanticescapes/fl/Cape-May-A-BampB-Kinda-Town.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >Cape May: A B&amp;B Kinda Town</a></li>\n<li><a href=\"http://bandb.about.com/od/visitingmwus/fl/St-Louis-A-BampB-Kinda-Town-Part-II.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >St. Louis: A B&amp;B Kinda Town (Part II)</a></li>\n<li><a href=\"http://honeymoons.about.com/od/virginia/a/va_wine_country.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >Virginia Wine Country</a></li>\n<li><a href=\"http://honeymoons.about.com/od/longisland/fl/Hotel-Indigo-in-Riverhead-Long-Island-New-York.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"6\" >Hotel Indigo is a Long Island boutique hotel that you may mistake for one in Tuscany.</a></li>\n</ul>\n</div>\n            </div>\n\n\n    </div>\n\n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"circ-list\nfixed\ncirc-list-large\ncirc-list-bordered\nwidget\"> <div class=\"widget-heading widget-heading-primary p-b-t-col\">\n<h5 class=\"p-col\">\nBed & Breakfasts Essentials\n</h5>\n</div>\n<ul>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://bandb.about.com/od/running/a/Smart-Fast-Ways-To-Use-Facebook-To-Increase-Occupancy-part-I.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"1\" ><img data-original=\"http://0.tqn.com/y/bandb/1/P/g/L/476850551.jpg\" alt=\"Young woman working on laptop at home - Cultura/Twinpix/Riser/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://bandb.about.com/od/running/a/Smart-Fast-Ways-To-Use-Facebook-To-Increase-Occupancy-part-I.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >Smart, Fast Ways to use Facebook to Increase Occupancy (Part I)</a>\n</div>\n<a href=\"http://bandb.about.com/od/running/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"1\" class=\"site-name\" > How to Run a Bed and Breakfast\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://bandb.about.com/od/tips/fl/Five-Things-Guests-Do-That-Drive-Innkeepers-Crazy-Part-I.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"2\" ><img data-original=\"http://0.tqn.com/y/bandb/1/P/y/L/89878405.jpg\" alt=\"Woman wiping her face with towel in mirror. - AE Pictures Inc./Photodisc/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://bandb.about.com/od/tips/fl/Five-Things-Guests-Do-That-Drive-Innkeepers-Crazy-Part-I.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >Five Things Guests Do That Drive Innkeepers Crazy (Part I)</a>\n</div>\n<a href=\"http://bandb.about.com/od/tips/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"2\" class=\"site-name\" > Bed and Breakfast Tips\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://bandb.about.com/od/breadrecipes/fl/Recipe-Strawberry-Bread-from-Big-Mill-BampB.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"3\" ><img data-original=\"http://0.tqn.com/y/bandb/1/P/N/M/Strawberrt-Bread-BigMillBB-Chloe.jpg\" alt=\"Strawberrt-Bread-BigMillBB-Chloe.jpg - Chloe Tuttle, Big Mill Bed and Breakfast\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://bandb.about.com/od/breadrecipes/fl/Recipe-Strawberry-Bread-from-Big-Mill-BampB.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >Strawberry Bread Recipe from Big Mill B&amp;B</a>\n</div>\n<a href=\"http://bandb.about.com/od/breadrecipes/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"3\" class=\"site-name\" > Breakfast Recipes - Breads, Cakes and Muffins\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://bandb.about.com/cs/aspiring/a/decisions.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"4\" ><img data-original=\"http://0.tqn.com/y/bandb/1/P/I/M/182959263.jpg\" alt=\"Young couple in kitchen - Stephen Zeigler/Taxi/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://bandb.about.com/cs/aspiring/a/decisions.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >Want to Open a Bed and Breakfast? What to Think About First</a>\n</div>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://bandb.about.com/od/Bed-Breakfasts-In-The-South-Pacific/fl/Kauai-A-BampB-Kinda-Island.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"5\" ><img data-original=\"http://0.tqn.com/y/bandb/1/P/1/M/143415264.jpg\" alt=\"View of sandy Beach - Allan Baxter/The Image Bank/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://bandb.about.com/od/Bed-Breakfasts-In-The-South-Pacific/fl/Kauai-A-BampB-Kinda-Island.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >Kauai: A B&amp;B Kinda Island</a>\n</div>\n<a href=\"http://bandb.about.com/od/Bed-Breakfasts-In-The-South-Pacific/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"4\" class=\"site-name\" > B&amp;Bs In The South Pacific\n</a>\n</div>\n</li>\n</ul>\n</div>\n            </div>\n\n            <div class=\"col col-4\">\n                <div class=\"circ-list\nfixed\ncirc-list-large\ncirc-list-bordered\nwidget\"> <div class=\"widget-heading widget-heading-primary p-b-t-col\">\n<h5 class=\"p-col\">\nTravel Slideshows\n</h5>\n</div>\n<ul>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://budgettravel.about.com/od/howtobeabudgettraveler/ss/5-Money-Saving-Tips-for-Shopping-while-on-a-Vacation.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"1\" ><img data-original=\"http://0.tqn.com/y/budgettravel/1/P/f/e/Euro-hand.jpg\" alt=\" - Sean Gallup/Getty Images News\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://budgettravel.about.com/od/howtobeabudgettraveler/ss/5-Money-Saving-Tips-for-Shopping-while-on-a-Vacation.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >Simple Budget Shopping Strategies for Your Next Vacation</a>\n</div>\n<a href=\"http://budgettravel.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"1\" class=\"site-name\" > Budget Travel\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://gocaribbean.about.com/od/cuba/a/How-To-Travel-To-Cuba-If-You-Are-An-American.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"2\" ><img data-original=\"http://0.tqn.com/y/gocaribbean/1/P/d/U/-/-/sb10069073al-001.jpg\" alt=\"Cuba, sunbathers on Veradero beach - Grant Faint/Photographer's Choice RF/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://gocaribbean.about.com/od/cuba/a/How-To-Travel-To-Cuba-If-You-Are-An-American.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >Yes, You Can Visit Cuba (Legally!)</a>\n</div>\n<a href=\"http://gocaribbean.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"2\" class=\"site-name\" > Caribbean Travel\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://gocaribbean.about.com/od/hotelsandr6/ss/The-Best-Villas-on-St-John-US-Virgin-Islands.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"3\" ><img data-original=\"http://0.tqn.com/y/gocaribbean/1/P/O/D/-/-/StJ-TrunkBay.jpg\" alt=\" - &copy; U.S. Virgin Islands Department of Tourism\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://gocaribbean.about.com/od/hotelsandr6/ss/The-Best-Villas-on-St-John-US-Virgin-Islands.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >Dreamy Caribbean Villas You Can Actually Afford</a>\n</div>\n<a href=\"http://gocaribbean.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"3\" class=\"site-name\" > Caribbean Travel\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://solotravel.about.com/od/Solo-Travel-101/ss/Top-5-South-American-Cities-for-a-Solo-Trip.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"4\" ><img data-original=\"http://0.tqn.com/y/solotravel/1/P/R/-/-/-/3355401374_98dce5b66f_o.jpg\" alt=\"3355401374_98dce5b66f_o.jpg - Juan\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://solotravel.about.com/od/Solo-Travel-101/ss/Top-5-South-American-Cities-for-a-Solo-Trip.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >The Top 5 South American Cities for a Solo Trip</a>\n</div>\n<a href=\"http://solotravel.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"4\" class=\"site-name\" > Solo Travel\n</a>\n</div>\n</li>\n</ul>\n</div>\n            </div>\n\n    </div>\n\n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"linklist\">\n<h5 class=\"heading p-col\">Readers Recommend</h5>\n<ul>\n<li><a href=\"http://bandb.about.com/cs/aspiring/a/decisions.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >Want to Open a Bed and Breakfast? What to Think About First</a></li>\n<li><a href=\"http://bandb.about.com/cs/aspiring/a/make_money.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >How to Make Money Running a Bed and Breakfast: Your Profit Guide</a></li>\n<li><a href=\"http://bandb.about.com/cs/uniquegetaways/a/treehouses.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >9 Sky-High Treehouse Hotels</a></li>\n<li><a href=\"http://bandb.about.com/od/running/a/Smart-Fast-Ways-To-Use-Facebook-To-Increase-Occupancy-part-I.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >Smart, Fast Ways to use Facebook to Increase Occupancy (Part I)</a></li>\n<li><a href=\"http://bandb.about.com/cs/aspiring/a/worksheets.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >Find Out if You're Ready to Open Your Own Bed and Breakfast</a></li>\n</ul>\n</div>\n            </div>\n\n            <div class=\"col col-4\">\n                <div class=\"gpt billboard \">\n<div id=\"billboard4\" class=\"wrapper\"></div>\n</div>\n            </div>\n\n    </div>\n    <div class=\"row\">\n        <div class=\"col col-8\">\n            <div class=\"linklist\">\n                <style type=\"text/css\">\n\n                    #zergnet-widget-25489 .zergheadline {text-align:left !important; margin-top:10px !important;}\n                    #zergnet-widget-25489 .zergheadline a:hover {text-decoration:underline !important;}\n                    #zergnet-widget-25489 .zergentity {margin-left:0px !important; margin-right:20px !important;}\n                    #zergnet-widget-25489 .zergentity + div + div + div  {margin-right:0px !important;}\n\n                </style>\n                <h5 class=\"heading p-col\">More from the Web</h5>\n\n                <div id=\"zergnet-widget-25489\"></div>\n\n                <script type=\"text/javascript\">\n                    (function() {\n                        var zergnet = document.createElement('script');\n                        zergnet.type = 'text/javascript'; zergnet.async = true;\n                        zergnet.src = 'http://www.zergnet.com/zerg.js?id=25489&#39';\n                        var znscr = document.getElementsByTagName('script')[0];\n                        znscr.parentNode.insertBefore(zergnet, znscr);\n                    })();\n                </script>\n\n                <div style=\"font-size: 12px; color: #404a52; text-align: right; margin: 0px 19px 0px 10px;\">Powered By ZergNet</div>\n\n            </div>\n        </div>\n    </div>\n</div><div id=\"flyin-placeholder\">\n\t<div id=\"flyin-container\" data-id=\"flyin\"></div></div>                    </div>\n                </div>\n            </div>\n            <div class=\"col col-4\">\n\n<div class=\"gpt billboard \">\n\t<div id=\"billboard\" class=\"wrapper\"></div>\n</div>\n<div id=\"trendingPc\" data-defer=\"onScroll\"></div>\n<div class=\"gpt billboard \">\n\t<div id=\"billboard2\" class=\"wrapper\"></div>\n</div>\n<div id=\"videosPc\" data-defer=\"onScroll\"></div>\n<div class=\"gpt billboard \">\n\t<div id=\"billboard3\" class=\"wrapper\"></div>\n</div>\n            </div>\n        </div>\n<div id=\"radlinks2\" data-num-links=\"10\" data-character-limit=\"122\" data-display-label=\"true\" data-display-inline=\"false\" class=\"radlinks widget\"></div>    </div>\n</main>\n<div class=\"slab slab-strip\">\n\t<div class=\"container\">\n\t\t<div class=\"breadcrumbs-full row\">\n\t\t\t<div class=\"centered col col-3\">\n\t\t\t\t<a href=\"http://www.about.com/travel\" data-component=\"breadcrumbsFull\" data-source=\"Breadcrumbs_Full\" data-type=\"channel.logo\" data-ordinal=\"1\" >\t\t\t\t\t<div class=\"bg-travel\"><span class=\"sprite logo-crumb\"></span></div>\n\t\t\t\t\t<div class=\"bg-travel\"><span class=\"sprite crumb-travel\"></span></div>\n</a>\t\t\t</div>\n\t\t\t<div class=\"col col-12\">\n\t\t\t\t<div class=\"slab-divider-left\">\n<div class=\"breadcrumbs full\">\n\t<ul>\n\t\t<li>\n<a href=\"http://www.about.com\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"aboutCom\" data-ordinal=\"1\" >\t\t\t\t\t<span>About.com</span>\n</a>\t\t</li>\n\t\t<li>\n\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://www.about.com/travel\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"channel.displayName\" data-ordinal=\"1\" >\t\t\t\t\t<span>About Travel</span>\n</a>\t\t</li>\n\t\t\t<li>\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"site.displayName\" data-ordinal=\"1\" >\t\t\t\t\t\t<span>Bed & Breakfasts</span>\n</a>\t\t\t</li>\n\t\t\t<li >\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/bylocation/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"category.heading\" data-ordinal=\"1\" >\t\t\t\t\t\t<span>Bed and Breakfasts Around the World</span>\n</a>\t\t\t</li>\n\t\t\t<li >\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/visitingmwus/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"category.heading\" data-ordinal=\"2\" >\t\t\t\t\t\t<span>Bed and Breakfasts in the Midwest United States</span>\n</a>\t\t\t</li>\n\t\t\t<li >\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://bandb.about.com/od/illinois/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"category.heading\" data-ordinal=\"3\" >\t\t\t\t\t\t<span>Illinois Bed and Breakfasts</span>\n</a>\t\t\t</li>\n\t<li>\n\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n\t\t<span>\n\t\t\tGalena, IL: A B&amp;B Kinda Town\n\t\t</span>\n\t</li>\n\t</ul>\n</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div><div id=\"exploreChannels\" data-defer=\"onScroll\"></div><div id=\"featuredTopicsPcTemplate\" data-defer=\"onScroll\"></div>\n<footer id=\"site-footer\" class=\"slab newsletter\">\n\t<div class=\"container\">\n\t\t<div class=\"row pane\">\n\t\t\t<div class=\"col col-5\">\n\n<p>\n\t\n\t<a href=\"http://www.about.com/travel\" data-component=\"footerBase\" data-source=\"ChannelHomepage\" data-type=\"channel.displayName\" data-ordinal=\"1\" data-source=\"ChannelHomepage\" >About Travel</a><span class=\"pipe\">&nbsp;</span>Follow us:\n</p>\n<p>\n<a href=\"https://www.facebook.com/aboutdotcomtravel\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelFacebook_aboutdotcomtravel\" data-ordinal=\"1\" title=\"Follow on Facebook\" class=\"first facebook share-btn solid\" target=\"_blank\" > <span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/abouttravel\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelTwitter_abouttravel\" data-ordinal=\"1\" title=\"Follow on Twitter\" class=\"twitter share-btn solid\" target=\"_blank\" > <span class=\"sprite twitter-white\"></span>\n</a><a href=\"https://www.pinterest.com/aboutcomtravel/\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelPinterest_aboutcomtravel\" data-ordinal=\"1\" title=\"Follow on Pinterest\" class=\"pinterest share-btn solid\" target=\"_blank\" > <span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/+aboutdotcom\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelGplus_+aboutdotcom\" data-ordinal=\"1\" title=\"Follow on Google+\" class=\"google share-btn solid\" target=\"_blank\" > <span class=\"sprite google-white\"></span>\n</a></p>\n\n\t<p>We deliver. Get the best of<br /><a href=\"http://www.about.com/travel\" data-component=\"footerBase\" data-source=\"ChannelHomepage\" data-type=\"channel.displayName\" data-ordinal=\"2\" data-source=\"ChannelHomepage\" >About Travel</a> in your inbox.</p>\n\n\t<form name=\"sub\" action=\"http://apps.about.com/cgi-bin/apps/nl/nl.pl\" method=\"post\">\n\t    <div class=\"form-group group hide-fixed\">\n\t        <input class=\"pull-left email\" type=\"email\" name=\"email\" placeholder=\"Your email address\" />\n\t        <input class=\"btn btn-primary p-bg s-bg-hover s-b-col pull-left\" type=\"submit\" name=\"newsub\" value=\"Sign up\">\n\t        <input type=\"hidden\" name=\"surl\" value=\"http://talk.about.com/nothanks.htm\">\n\t        <input type=\"hidden\" name=\"eurl\" value=\"http://bandb.about.com/od/illinois/fl/Galena-IL-A-BampB-Kinda-Town.htm\">\n\t        <input type=\"hidden\" name=\"site\" value=\"channel\">\n\t    </div>\n\t\n\t    <div class=\"error\">Please enter a valid email address.</div>\n\t    <div class=\"suggestion\">Did you mean <a href=\"#\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"suggestedEmail\" data-ordinal=\"1\" class=\"suggested-email\" ></a>?</div>\n\t    <div class=\"disclaimer\">You can opt-out at any time. Please refer to our <a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"privacyPolicy\" data-ordinal=\"1\" ><span id=\"privacy-policy\">privacy policy</span></a> for contact information.</div>\n\t\n\t</form>\n\t\t\t</div>\n\n\t\t\t<div class=\"col col-4 col-push-6\">\n\t\t\t\t<div class=\"row\">\n\t\t\t\t\t<div class=\"col col-2\">\n\t\t\t\t\t\t<ul class=\"muted flush-bottom\">\n\t\t\t\t\t\t\t<li><a href=\"http://press.about.com/our-story/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"ourStory\" data-ordinal=\"1\" rel=\"nofollow\" >Our Story</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.advertiseonabout.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"advertise\" data-ordinal=\"1\" rel=\"nofollow\" >Advertise</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://press.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"news\" data-ordinal=\"1\" rel=\"nofollow\" >News</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://spiderbites.about.com/sitemap.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"siteMap\" data-ordinal=\"1\" >Site Map</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://azlist.about.com/a.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"allTopics\" data-ordinal=\"1\" >All Topics</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/printrequests.html\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"reprints\" data-ordinal=\"1\" rel=\"nofollow\" >Reprints</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/hc.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"help\" data-ordinal=\"1\" rel=\"nofollow\" >Help</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://experts.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"writeForAbout\" data-ordinal=\"1\" rel=\"nofollow\" >Write for About</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"col col-2\">\n\t\t\t\t\t\t<ul class=\"muted flush-bottom\">\n\t\t\t\t\t\t\t<li><a href=\"http://jobs.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"careersAtAbout\" data-ordinal=\"1\" rel=\"nofollow\" >Careers at About</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/uagree.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"userAgreement\" data-ordinal=\"1\" rel=\"nofollow\" >User Agreement</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/ethics.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"ethicsPolicy\" data-ordinal=\"1\" rel=\"nofollow\" >Ethics Policy</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/patent.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"patentInfo\" data-ordinal=\"1\" rel=\"nofollow\" >Patent Info</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"privacyPolicy\" data-ordinal=\"2\" rel=\"nofollow\" >Privacy Policy</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/mprivacy.htm#adchoices\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"adChoices\" data-ordinal=\"1\" rel=\"nofollow\" >Your Ad Choices &amp; Cookie Policy</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</footer>\n<div id=\"basement\">\n\t<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-5\">\n\t\t\t\t<span class=\"copyright\">&copy; 2015 About.com &mdash; All rights reserved.</span>\n\t\t\t</div>\n\t\t\t<div class=\"col col-6 relative\">\n\t\t\t\t\t<div class=\"bg-image footer-travel\"></div>\n\t\t\t\t<div class=\"bg-color p-bg\"></div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\t        \t<script type=\"text/javascript\" src=\"http://j.about.com/js/1.17.5/cache/eNqFUsFOwzAM_SFQJTjAfWJi0uAyJM5O-tq6c5POScbK19Opk2i6IS6W9d5z_GK7DUWJipLEQtgU7SFBh7s2R8n4FG-Crxyivy6YntnS97D1VM7ZtBK2-6W-F7JovJTQOcUuQh1JkSJP4SY7AtApKrJucnGw6ahGmDO1eEPyTsffzJD-r1iDYlp06ShMYc2nP5gdSG2TWfN2j_Lp4fn-cQ4bBZVWU2fCLP_Q5OxcFrzl88-9TR1c3DWkWA61IxbbIJ_2pRBn8qqq8tplUwrAm881Dl9BEGO-qZ7dJn5yWSO7E9LIVvByHD1mD1cysFsaNqcgvDgBS-pTQLZ4nHoZXa0acg4SfgA9QgxN.min.js\"></script>\n<script type=\"text/javascript\">\n// ads/afcAdUnit.ftl\n$('.adsense-slot').each(function() {\n    Abt.AdCode.addAdsenseAfcConfig($(this).attr('id'), Number($(this).attr('adsense-numlinks')), $(this).attr('adsense-displaylabel') === 'true');\n});\n// internal/utility.ftl\n\nvar abtGenericDomain='j';\nvar deviceType='PERSONAL_COMPUTER';\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// zergnetRedirect Test\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// Placeholder file for Zergnet js once duplicate inline JS bug is fixed// Placeholder file for Zergnet js once duplicate inline JS bug is fixed// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/afcSetupInline.ftl\nvar google_hints = 'Bed & Breakfasts, Galena, IL: A B&amp;B Kinda Town',\n\tgoogle_page_url = window.location.href,\n\tgoogle_ad_output = 'js',\n\tgoogle_max_num_ads = Abt.AdCode.getTotalAdsenseAfcs();\n\tgoogle_num_radlinks = Abt.AdCode.getTotalRadlinks();\n\tgoogle_max_radlink_len = '30',\n\tgoogle_safe = 'medium',\n\tgoogle_encoding = 'latin1';\n\nfunction google_ad_request_done(google_ads) {\n\tvar containerSelector = 'active-article';\n\t\n\tAbt.AdCode.buildAdsenseAfc('<a href=\"#\" data-component=\"html\" data-source=\"flexArticle\" data-type=\"adsLabel\" data-ordinal=\"1\" onclick=\"javascript: var w=450, h=425, top=(screen.height / 2) - (h / 2), left=(screen.width / 2) - (w / 2); window.open(&#39;http://www.about.com/z/ad/wasl.htm&#39;, &#39;&#39;, &#39;width=&#39; + w + &#39;, height=&#39; + h + &#39;, top=&#39; + top + &#39;, left=&#39; + left + &#39;, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no&#39;); return false;\" class=\"muted\" >Ads</a>', containerSelector);\n\tAbt.AdCode.buildRadlinks('bandb', '<a href=\"#\" data-component=\"html\" data-source=\"flexArticle\" data-type=\"adsLabel\" data-ordinal=\"2\" onclick=\"javascript: var w=450, h=425, top=(screen.height / 2) - (h / 2), left=(screen.width / 2) - (w / 2); window.open(&#39;http://www.about.com/z/ad/wasl.htm&#39;, &#39;&#39;, &#39;width=&#39; + w + &#39;, height=&#39; + h + &#39;, top=&#39; + top + &#39;, left=&#39; + left + &#39;, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no&#39;); return false;\" class=\"muted\" >Ads</a>', containerSelector);\n\n}</script>\n\n\t<!--[if (IE 8)|(IE 9)]>\n\t\t<script src=\"http://j.about.com/js/1.17.5/default/ie.min.js\"></script>\n\t<![endif]-->\n\n\t\t\t\t<script type=\"text/javascript\" src=\"//pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/about.com2.html",
    "content": "<!DOCTYPE html>\n\n<html class=\"no-js\"\n\tdata-ab=\"99,99,99,99\"\n\tdata-articleId=\"3152ce7a100001c2bb001a9f\" \n\tdata-ch=\"health\" \n\tdata-gs=\"lungcancer\" \n\tdata-template-type=\"FLEXIBLEARTICLE\" itemscope itemtype=\"http://schema.org/Article\">\n<!--\n<globe-environment environment=\"prod\" application=\"globe\" dataCenter=\"sj\" serverName=\"sjglobe0\" />\n<globe-server version=\"1.17.4\" vendor=\"\" title=\"Globe Server\" />\n<globe-resources version=\"1.17.5\" loadStartTime=\"1419289074752\" loadTimeTaken=\"456\" />\n-->\n<head>\n\t<script src=\"//www.googletagservices.com/tag/js/gpt.js\" type=\"text/javascript\" async defer></script>\n\t        \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/cache/eNptU01PwzAM_UOgSnCAKyCQkAYc-Dq7iddZeEllu93Kr6dj48PJDm2SZ-c5fraDahNxCQNbI6hoJ2FGwgpSQtYG2jzYaR--Ue2FDAvw13WFwLYqfT36E-lgLeFlTqYOsanH0qsTiiXWDmY5acEma48oQ-uAMAfEZCXbYMRkhP42oTtC1Kbr7Sq-JqoYdkaByJQ-qiw7zi3wI4xNgrEFccY8ojBMPrlpQWnWcr_6BFQXGSJKGWQNuv_d0RbjcZNDOYcPjBdnl6fnXrMcCLjRFQhe71WuxBeEGGRYt_p_XxW9ZrrdzvJHrMoZcxjWc2FeyLiqfyAJC9K_TemwodihVfEDGHZZpt0V_zDEhyxe2IQbZTRDX56e0r29f_P7XmPcXolRYE_TQ1e3ueBIuHk2kFpK-ASQt0yhSnvXS9XTlzxRcshIEbMe0-y6aDXc9jynfXMY4EIryYMi-2AINgjGl9xTOO7_tG_ferDzrORhOTYr84dJdzl_ATeJuxE.min.css\" type=\"text/css\">\n\t\n    <!--[if lte IE 8 ]>\n    \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/default/ie8.min.css\" type=\"text/css\">\n    \t<script src=\"http://j.about.com/js/1.17.5/default/ie8.min.js\"></script>\n    <![endif]-->\n    <!--[if IE 9 ]>\n    \t<link rel=\"stylesheet\" href=\"http://j.about.com/css/1.17.5/default/ie9.min.css\" type=\"text/css\">\n\t<![endif]-->\n\n    <link rel=\"shortcut icon\" href=\"http://j.about.com/icons/1.17.5/health/favicon.ico\">\n\n    <link rel=\"icon\" type=\"image/x-icon\" href=\"http://j.about.com/icons/1.17.5/health/favicon.ico\">\n\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"http://j.about.com/icons/1.17.5/health/apple-touch-icon-57x57.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"http://j.about.com/icons/1.17.5/health/apple-touch-icon-76x76.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"http://j.about.com/icons/1.17.5/health/apple-touch-icon-120x120.png\">\n\t<link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" href=\"http://j.about.com/icons/1.17.5/health/apple-touch-icon-152x152.png\">\n\n\t<meta name=\"msapplication-TileColor\" content=\"#F4F4F4\"/>\n\t<meta name=\"msapplication-TileImage\" content=\"http://j.about.com/icons/1.17.5/health/mstile-144x144.png\">\n\t<meta name=\"msapplication-square70x70logo\" content=\"http://j.about.com/icons/1.17.5/health/mstile-70x70.png\">\n\t<meta name=\"msapplication-square150x150logo\" content=\"http://j.about.com/icons/1.17.5/health/mstile-150x150.png\">\n\t<meta name=\"msapplication-square310x310logo\" content=\"http://j.about.com/icons/1.17.5/health/mstile-310x310.png\">\n\t<meta name=\"msapplication-wide310x150logo\" content=\"http://j.about.com/icons/1.17.5/health/mstile-310x150.png\">\n\n\n\t<!-- BEGIN Krux Control Tag for \"about.com\" -->\n\t<!-- Source: /snippet/controltag?confid=Itttdt64&site=about.com&edit=1 -->\n\t<script class=\"kxct\" data-id=\"Itttdt64\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n\t\t((Krux = function() {\n\t\t    Krux.q.push(arguments)\n\t\t}).q = []);\n\n\t\t(function() {\n\t\t    var k = document.createElement('script');\n\t\t    k.type = 'text/javascript';\n\t\t    k.async = true;\n\t\t    var m, src = (m = location.href.match(/\\bkxsrc=([^&]+)/)) &&\n\t\t        decodeURIComponent(m[1]);\n\t\t    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ?\n\t\t        src : src === \"disable\" ? \"\" : (location.protocol === \"https:\" ?\n\t\t            \"https:\" : \"http:\") +\n\t\t        \"//cdn.krxd.net/controltag?confid=Itttdt64\";\n\t\t    var s = document.getElementsByTagName('script')[0];\n\t\t    s.parentNode.insertBefore(k, s);\n\t\t}());\n\t </script>\n\t<!-- END Krux Controltag -->\n\n\t<script class=\"kxint\" type=\"text/javascript\">\n\t\twindow.Krux || ((Krux = function() {\n\t\t    Krux.q.push(arguments);\n\t\t}).q = []);\n\n\t\t(function() {\n\t\t    function retrieve(n) {\n\t\t        var m, k = 'kx' + n;\n\t\t        if (window.localStorage) {\n\t\t            return window.localStorage[k] || \"\";\n\t\t        } else if (navigator.cookieEnabled) {\n\t\t            m = document.cookie.match(k + '=([^;]*)');\n\t\t            return (m && unescape(m[1])) || \"\";\n\t\t        } else {\n\t\t            return '';\n\t\t        }\n\t\t    }\n\t\t    Krux.user = retrieve('user');\n\t\t    Krux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];\n\t\t})();\n\t</script>\n<meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"robots\" content=\"NOODP, NOYDIR\">\n<link rel=\"canonical\" href=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\" />\n<title>Genetic Testing for People with Lung Cancer</title>\n<meta name=\"description\" content=\"What is genetic testing (molecular profiling) of lung cancer tumors, and how may that affect treatment of your lung cancer?\" itemprop=\"description\">\n<meta name=\"articleSection\" content=\"Health\" itemprop=\"articleSection\" />\n<meta itemprop=\"name\" content=\"Understanding Genetic Testing for Lung Cancer\" />\n<!-- Facebook Open Graph Tags aa -->\n<meta property=\"fb:app_id\" content=\"121030274606741\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:site_name\" content=\"About\" />\n<meta property=\"og:url\" content=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\" />\n<meta property=\"og:title\" content=\"Understanding Genetic Testing for Lung Cancer\" />\n<meta property=\"og:description\" content=\"What is genetic testing (molecular profiling) of lung cancer tumors, and how may that affect treatment of your lung cancer?\" />\n<meta property=\"og:image\" content=\"http://0.tqn.com/y/lungcancer/1/S/f/6/-/-/iStock_000036475472Small.jpg\" />\n<!-- Twitter Cards -->\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@aboutdotcom\" />\n<meta name=\"twitter:title\" content=\"Understanding Genetic Testing for Lung Cancer\" />\n<meta name=\"twitter:description\" content=\"What is genetic testing (molecular profiling) of lung cancer tumors, and how may that affect treatment of your lung cancer?\" />\n<meta name=\"twitter:image\" content=\"http://0.tqn.com/y/lungcancer/1/S/f/6/-/-/iStock_000036475472Small.jpg\" />\n<!-- Pintrest Pins -->\n<meta property=\"article:section\" content=\"Health\" />\n<!-- Parse.ly meta information -->\n<meta name='parsely-page' content='{\"title\": \"Genetic Testing for People with Lung Cancer\",\"link\": \"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\",\"image_url\": \"http://0.tqn.com/y/lungcancer/1/R/f/6/-/-/iStock_000036475472Small.jpg\",\"type\": \"post\",\"post_id\": \"3152ce7a100001c2bb001a9f\",\"pub_date\": \"\",\"section\": \"Health\",\"authors\": [\"Lynne Eldridge MD\"],\"tags\": [\"template65\",\"lungcancer\"]}' /><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\t        \t<script type=\"text/javascript\" src=\"http://j.about.com/js/1.17.5/cache/eNrLKtZPSU1LLM0p0c_JTNJPTMovLXEPCNHJQhXPzU9JLcrLrCpCl0jOz8_OTC1GFsYiBFJZWpKZk1kClAAAwGgrfw.min.js\"></script>\n<script type=\"text/javascript\">\n\n\n\n//Set mpt and GMCID cookies\nsetCookieValue();\n\nAbt.GPT.initGPT({\n\tsite: 'lungcancer',\n\tchannel: 'health',\n\tarticleId: '3152ce7a100001c2bb001a9f',\n\ttemplateId: '65',\n\tarticleStamp: '',\n\tpageCount: 'null',\n\thgt: '' + window.screen.height,\n\tisMobile: false,\n\tsingleRequest: false,\n\tslots: [\n\t\t{'id':'leaderboard', 'pos':'atf', 'sizes':[[728, 90], [970, 250], [970, 90], [1, 1]], 'type':'leaderboard', 'priority':'1'},\n\t\n\t\t{'id':'billboard', 'pos':'atf', 'sizes':[[300, 250], [300, 600], [300, 1050]], 'type':'billboard', 'priority':'5'},\n\t\n\t\t{'id':'billboard2', 'pos':'btf1', 'sizes':[[300, 250], [300, 251], [2, 1]], 'type':'billboard', 'priority':'99'},\n\t\n\t\t{'id':'billboard3', 'pos':'btf2', 'sizes':[[300, 250], [300, 252], [3, 1]], 'type':'billboard', 'priority':'99'},\n\t\n\t\t{'id':'billboard4', 'pos':'btf3', 'sizes':[[300, 250], [300, 253], [4, 1]], 'type':'billboard', 'priority':'99'}\n\t]\n});\n\n// analytics/404.ftl\n\n// analytics/googleTagManager.ftl\n\nvar dataLayer = dataLayer || [];\n// AB Testing\ndataLayer.push({\nabTests: [{\ntestName:\"relatedClickabilityTest\",\nbucketDescription:\"mongo bucket\",\nbucketName:\"mongo\",\nbucketTrackingId:\"99\",\nbucketValue:2\n},{\ntestName:\"lock728Test\",\nbucketDescription:\"in test, lock 728 after fixed mast appears\",\nbucketName:\"lock728\",\nbucketTrackingId:\"99\",\nbucketValue:2\n},{\ntestName:\"billboard4Test\",\nbucketDescription:\"enabled\",\nbucketName:\"enabled\",\nbucketTrackingId:\"99\",\nbucketValue:1\n},{\ntestName:\"seoDateStampTest\",\nbucketDescription:\"enabled\",\nbucketName:\"enabled\",\nbucketTrackingId:\"99\",\nbucketValue:1\n}]\n});\n//Environment Tracking\nvar envData = {\nenvironment : {\nenvironment : \"prod\",\napplication : \"globe\",\ndataCenter : \"sj\",\nserverName : \"sjglobe0\"\n},\nserver : {\nversion : \"1.17.4\",\nvendor : \"\",\ntitle : \"Globe Server\"\n},\nresources : {\nversion : \"1.17.5\",\nloadStartTime : \"1419289074752\",\nloadTimeTaken : \"456\"\n},\nclient : {\nbrowserUA : navigator.userAgent,\nserverUA : \"newspaper/0.1.2\"\n}\n};\ndataLayer.push({ envData: envData });\n\nif ((typeof opt_testid !== 'undefined') && (opt_testid !== '')){\n\tdocCookies.setItem(\"opt_testid\", opt_testid, null, \"/\", '.about.com');\n} else if (docCookies.getItem('opt_testid')) {\n\tvar opt_testid = docCookies.getItem('opt_testid'); \n} else {\n\tvar opt_testid = ''; \n}\n\n\nvar ch = 'health',\n\tgs = 'lungcancer',\n\tzccnt = '8584',\n\t\n\tzGAst = 'Understanding Genetic Testing  for Lung Cancer',\n\tzAth = '41387',\n\tzTt = '65',\n\tzGAtg ='Articles',\n\tgoogle_ad_channel = 'primedia_lungcancer tt' + zTt,\n        cat0 = 'treatmentoflungcancer/',\n        cat1 = 'Targeted-Therapy-Lung-Cancer/',\n    google_ad_client = google_ad_client_window = (docCookies.getItem('mpt') == 'A1') ? 'ca-aj-about-sem' : 'ca-aj-about-health';\n\n(function() {\n\tvar askoc = docCookies.getItem('askoc'),\n\t\tmptCookie = docCookies.getItem('mpt'); \n\tgoogle_ad_channel += ((typeof askoc !== 'undefined' && askoc !== null) ? ' '+askoc+' semd' : '');\n\tgoogle_ad_channel += ((opt_testid !== 'undefined' && opt_testid !== null) ? (' test' + opt_testid) : '');\n\tgoogle_ad_channel += ((typeof mptCookie !== 'undefined' && mptCookie !== null) ? ' ' + mptCookie : '');\n}());\n\nvar ab_tracking_ids = [];\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\n\t\tab_tracking_ids.push(\"99\");\nif (ab_tracking_ids.length) {\n\tab_tracking_ids.forEach(function (id) {\n\t\tif (id !== 'undefined' && id !== null) {\n\t\t\tgoogle_ad_channel += ' test' + id;\n\t\t}\n\t});\n}\n\nvar google_ad_channel_window = google_ad_channel;\n\nif(docCookies.keys().length > 0){\n\tvar \n\t\tzBsT  = docCookies.getItem('zBsT'),\n\t\tzBT   = docCookies.getItem('zBT'),\n\t\tzBTr  = docCookies.getItem('zBTr'),\n\t\tmpt   = docCookies.getItem('mpt');\n}\n\nvar zNative;\n\tzNative = 0;\n</script>\n</head>\n<body>\n<!-- Google Tag Manager (Health) -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-ML7BFK\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<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-ML7BFK');</script>\n<!-- End Google Tag Manager -->\n<nav class=\"navbar\">\n\t<div class=\"container group visible-md\">\n\t\t<a href=\"http://www.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"aboutCom\" data-ordinal=\"1\" source=\"mainsitehomepage\" class=\"navbar-brand\" >About.com</a>\n\t\t\t<ul class=\"navbar-menu pull-left\">\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-food\" data-dir-name=\"food\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/food/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"1\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tFood\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-food\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://southernfood.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"1\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Southern Food</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://bbq.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"2\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Barbecues & Grilling</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homecooking.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"3\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Home Cooking</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cocktails.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"4\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Cocktails</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://culinaryarts.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"5\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Culinary Arts</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://busycooks.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"6\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Busy Cooks</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://vegetarian.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"7\" class=\"light-text-food\" data-source=\"SitesChannel_Curated\" >Vegetarian Food</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/food\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"8\" class=\"light-text-food\" >More about food &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-health\" data-dir-name=\"health\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/health/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"2\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tHealth\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-health\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://arthritis.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"9\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Arthritis & Joint Conditions</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://coldflu.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"10\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Cold & Flu</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://diabetes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"11\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Type 2 Diabetes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://weightloss.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"12\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Weight Loss</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cholesterol.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"13\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Cholesterol</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pregnancy.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"14\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Pregnancy & Childbirth</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pediatrics.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"15\" class=\"light-text-health\" data-source=\"SitesChannel_Curated\" >Pediatrics</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/health\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"16\" class=\"light-text-health\" >More about health &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-homegarden\" data-dir-name=\"homegarden\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/homegarden/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"3\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tHome\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-homegarden\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://interiordec.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"17\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Interior Decorating</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homerenovations.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"18\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Home Renovations</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://apartments.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"19\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Apartment Living/Rental</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://contests.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"20\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Contests & Sweepstakes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://homerepair.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"21\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Home Repair</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://freebies.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"22\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Freebies</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://moving.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"23\" class=\"light-text-homegarden\" data-source=\"SitesChannel_Curated\" >Moving</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/homegarden\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"24\" class=\"light-text-homegarden\" >More about home &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-money\" data-dir-name=\"money\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/money/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"4\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tMoney\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-money\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://inventors.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"25\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Inventors</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://frugalliving.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"26\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Frugal Living</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://humanresources.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"27\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Human Resources</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://taxes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"28\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Tax Planning: U.S.</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://beginnersinvest.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"29\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Investing for Beginners</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://sbinfocanada.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"30\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Small Business: Canada</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://banking.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"31\" class=\"light-text-money\" data-source=\"SitesChannel_Curated\" >Banking/Loans</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/money\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"32\" class=\"light-text-money\" >More about money &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-style\" data-dir-name=\"style\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/style/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"5\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tStyle\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-style\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://beauty.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"33\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Beauty</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://womenshair.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"34\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Women's Hairstyles</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://budgetstyle.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"35\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Budget Style</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://celebritystyle.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"36\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Celebrity Style</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://jewelry.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"37\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Jewelry</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://shoes.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"38\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Shoes</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://weddings.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"39\" class=\"light-text-style\" data-source=\"SitesChannel_Curated\" >Weddings</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/style\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"40\" class=\"light-text-style\" >More about style &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-compute\" data-dir-name=\"compute\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/compute/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"6\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tTech\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-compute\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ipad.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"41\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >iPad</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ipod.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"42\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >iPhone/iPod</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://pcsupport.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"43\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >PC Support</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://macs.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"44\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Macs</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://windows.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"45\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Windows</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://netforbeginners.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"46\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Internet Basics</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cameras.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"47\" class=\"light-text-compute\" data-source=\"SitesChannel_Curated\" >Cameras</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/compute\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"48\" class=\"light-text-compute\" >More about tech &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"navbar-submenu inactive bg-travel\" data-dir-name=\"travel\" data-base-url=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n<a href=\"http://www.about.com/travel/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"7\" class=\"muted\" data-source=\"ChannelHomepage_All\" >\t\t\t\t\t\t\t\tTravel\n</a>\t\t\t\t\t\t\t<div class=\"navbar-submenu-container bg-travel\">\n\t\t\t\t\t\t\t\t<div class=\"container pane\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"col col-3\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gocalifornia.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"49\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >California Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gonyc.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"50\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >New York City Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://govegas.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"51\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Las Vegas Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gocaribbean.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"52\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Caribbean Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://gohawaii.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"53\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Hawaii Travel</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://cruises.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"54\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Cruises</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://themeparks.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"SitesChannel_Curated\" data-type=\"site.displayName\" data-ordinal=\"55\" class=\"light-text-travel\" data-source=\"SitesChannel_Curated\" >Theme Parks</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/travel\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"site.displayName\" data-ordinal=\"56\" class=\"light-text-travel\" >More about travel &raquo;</a>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t</div>\n<div class=\"col col-12\">\n\t<div class=\"navbar-submenu-featured\" data-id=\"globalNavbarFeaturedComponent\">\n<div id=\"cssLoader\">\n\t<div id=\"cssLoader1\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader2\" class=\"cssLoader\"></div>\n\t<div id=\"cssLoader3\" class=\"cssLoader\"></div>\n</div>\t</div>\n</div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<div class=\"more pull-left\">\n\t\t\t\t\t\t\t\t\tMore\n\t\t\t\t\t\t\t\t\t<span class=\"arrow arrow-down\"></span>\t\n\t\t\t\t\t\t\t\t\t<div class=\"overlay\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"hover-placeholder\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"arrow arrow-up\"></div>\n\t\t\t\t\t\t\t\t\t\t<ul class=\"navbar-submenu-list\">\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/autos/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"8\" data-source=\"ChannelHomepage_All\" >Autos</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/people/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"9\" data-source=\"ChannelHomepage_All\" >Dating & Relationships</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/education/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"10\" data-source=\"ChannelHomepage_All\" >Education</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/entertainment/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"11\" data-source=\"ChannelHomepage_All\" >Entertainment</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/espanol/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"12\" data-source=\"ChannelHomepage_All\" >en Espa&ntilde;ol</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/careers/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"13\" data-source=\"ChannelHomepage_All\" >Careers</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/newsissues/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"14\" data-source=\"ChannelHomepage_All\" >News & Issues</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/parenting/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"15\" data-source=\"ChannelHomepage_All\" >Parenting</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/religion/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"16\" data-source=\"ChannelHomepage_All\" >Religion & Spirituality</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.about.com/sports/\" data-component=\"globalNavBarComponent\" data-source=\"ChannelHomepage_All\" data-type=\"channel.displayName\" data-ordinal=\"17\" data-source=\"ChannelHomepage_All\" >Sports</a>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</li>\n\t\t\t</ul>\n\t\t<ul class=\"navbar-menu navbar-menu-left\">\n\t\t\t<li class=\"navbar-video\">\n\t\t\t\t<a href=\"http://video.about.com/\" data-component=\"globalNavBarComponent\" data-source=\"globalNavbar\" data-type=\"videos\" data-ordinal=\"1\" class=\"muted\" ><span class=\"sprite video-small navbar-video-icon\"></span>Videos</a>\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n</nav>\n<header class=\"mast mast-fixed p-bg \" id=\"mast-fixed\">\n<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-4\">\n<a href=\"http://www.about.com/health\" data-component=\"mastFixed\" data-source=\"ChannelHomepage_morenav\" data-type=\"channel.logo\" data-ordinal=\"1\" source=\"ChannelHomepage_MoveNav\" >\t\t\t\t\t\t<div class=\"mast-logo pull-left\">\n\t\t\t\t\t\t\t<div class=\"sprite logo-scroll\"></div><div class=\"sprite scroll-health\"></div> \n\t\t\t\t\t\t</div>\n</a>\t\t\t</div>\n\t\t\t\t<div class=\"col col-7\">\n\n<div class=\"row\">\n\t<div class=\"col col-7\">\n\n\t\t<form class=\"mast-search s-b-col\" method=\"get\" action=\"http://lungcancer.about.com/sitesearch.htm\">\n\t\t\t<div class=\"input-group input-group-plain input-shadow\">\n\n\t\t\t\t\t<input type=\"hidden\" name=\"boost\" value=\"3\">\n\t\t\t\t\t<input type=\"hidden\" name=\"SUName\" value=\"lungcancer\">\n\n\n\t\t\t\t<input type=\"text\" name=\"q\" validate=\"required\" data-default=\"Lung Cancer\" data-error-msg=\"Please enter something to search for.\" placeholder=\"Search...\" value=\"\">\n\n\t\t\t\t<div class=\"input-group-btn\">\n\t\t\t\t\t<button class=\"btn\" type=\"submit\"><span class=\"sprite search\"></span></button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col col-4\">\n\t\t\t\t\t<div class=\"inactive mast-share share-btns pull-right\">\n\n<div id=\"shareButtonsDocumentLimited\" class=\"share-btns popout\">\n\t\t\t<div class=\"heading\">Share this</div>\n\t\t<div class=\"buttons\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareFacebook\" data-ordinal=\"1\" data-network=\"facebook\" title=\"Share on Facebook\" class=\"facebook share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite facebook\"></span><span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fabt.cm%2F1fU7n4Y&via=aboutdotcom&text=Understanding+Genetic+Testing++for+Lung+Cancer\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareTwitter\" data-ordinal=\"1\" data-network=\"twitter\" title=\"Share on Twitter\" class=\"twitter share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite twitter\"></span><span class=\"sprite twitter-white\"></span>\n</a><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&description=Understanding+Genetic+Testing++for+Lung+Cancer&media=http%3A%2F%2F0.tqn.com%2Fy%2Flungcancer%2F1%2FS%2Ff%2F6%2F-%2F-%2FiStock_000036475472Small.jpg\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"sharePinterest\" data-ordinal=\"1\" data-network=\"pinterest\" title=\"Share on Pinterest\" class=\"pinterest share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite pinterest\"></span><span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/share?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dgoogle%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsLimited\" data-source=\"Social_ShareLimited\" data-type=\"shareGoogle\" data-ordinal=\"1\" data-network=\"google\" title=\"Share on Google+\" class=\"google share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite google\"></span><span class=\"sprite google-white\"></span>\n</a></div>\n</div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t</div>\n\t</div>\n</header>\n<div class=\"gpt leaderboard container\">\n\t\t\t\t<div class=\"sprite advertisement label\">\n\t\t            <span>Advertisement</span>\n\t\t        </div>\n\t<div id=\"leaderboard\" class=\"wrapper\"></div>\n</div>\n<main id=\"main\" class=\"slab\">\n    <div class=\"container\">\n        <div class=\"row\">\n            <div class=\"col col-15\">\n                <div class=\"breadcrumbs trunc\">\n\t<ul>\n\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n<a href=\"http://www.about.com\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"aboutCom\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t<span itemprop=\"title\">About.com</span>\n</a>\t\t</li>\n\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://www.about.com/health\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"channel.displayName\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t<span itemprop=\"title\">About Health</span>\n</a>\t\t</li>\n\t\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"site.displayName\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">\n\t\t\t\t\t\t\tLung Cancer\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<div class=\"arrow arrow-up main\"></div>\n\t\t\t\t\t\t<div class=\"arrow arrow-up border\"></div>\n</a>\t\t\t</li>\n\t\t\t<li><span class=\"separator sprite arrow-breadcrumb\"></span></i><a href=\"#\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"ellipsis\" data-ordinal=\"1\" class=\"truncated\" >. . .</a></li>\n\t\t\t<li class=\"hide-breadcrumb\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"category.heading\" data-ordinal=\"1\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">Lung Cancer Treatment</span>\n</a>\t\t\t</li>\n\t\t\t<li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/\" data-component=\"breadcrumbsTruncated\" data-source=\"Breadcrumbs_Truncated\" data-type=\"category.heading\" data-ordinal=\"2\" itemprop=\"url\" >\t\t\t\t\t\t<span itemprop=\"title\">Targeted Therapy</span>\n</a>\t\t\t</li>\n\t</ul>\n</div><div class=\"document-title-extended\">\n\t\t\t<h1 itemprop=\"headline\">Genetic Testing for People with Lung Cancer</h1>\n\t\t<h2 class=\"subtitle\">Understanding Molecular Profiling</h2>\n</div><div class=\"row\">\n\t<div class=\"col col-10\">\n<div class=\"by-line by-line-inline\">\n\t\t    <a href=\"http://lungcancer.about.com/bio/Lynne-Eldridge-MD-41387.htm\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorId\" data-ordinal=\"1\" class=\"by-line-author-img\" ><img data-original=\"http://0.tqn.com/d/g/bw/41387.gif\" width=\"50\" height=\"50\" data-load=\"lazy\" /></a>\n\t<div class=\"by-line-info\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t\t<div class=\"muted inline-name\">By \n                    <a href=\"http://lungcancer.about.com/bio/Lynne-Eldridge-MD-41387.htm\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorName\" data-ordinal=\"1\" rel=\"author\" class=\"muted\" ><span class=\"heading\" itemprop=\"name\">Lynne Eldridge MD</span></a>\n            </div>\n            \n            <div class=\"site-expert\">\n<a href=\"http://lungcancer.about.com/\" data-component=\"byLine\" data-source=\"Bio\" data-type=\"authorSite\" data-ordinal=\"1\"  class=\"muted\" >                \t\tLung Cancer Expert\n</a>            </div>\n\t\t\t\n\t</div>\n</div>\n\t</div>\n\t<div class=\"col col-5\">\n\t\t<div class=\"pull-right document-share\">\n\n<div id=\"shareButtonsDocument\" class=\"share-btns popout\">\n\t\t\t<div class=\"heading\">Share this</div>\n\t\t<div class=\"buttons\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareFacebook\" data-ordinal=\"1\" data-network=\"facebook\" title=\"Share on Facebook\" class=\"facebook share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite facebook\"></span><span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fabt.cm%2F1fU7n4Y&via=aboutdotcom&text=Understanding+Genetic+Testing++for+Lung+Cancer\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareTwitter\" data-ordinal=\"1\" data-network=\"twitter\" title=\"Share on Twitter\" class=\"twitter share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite twitter\"></span><span class=\"sprite twitter-white\"></span>\n</a><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&description=Understanding+Genetic+Testing++for+Lung+Cancer&media=http%3A%2F%2F0.tqn.com%2Fy%2Flungcancer%2F1%2FS%2Ff%2F6%2F-%2F-%2FiStock_000036475472Small.jpg\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"sharePinterest\" data-ordinal=\"1\" data-network=\"pinterest\" title=\"Share on Pinterest\" class=\"pinterest share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite pinterest\"></span><span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/share?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dgoogle%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareGoogle\" data-ordinal=\"1\" data-network=\"google\" title=\"Share on Google+\" class=\"google share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite google\"></span><span class=\"sprite google-white\"></span>\n</a>\n<div class=\"more-share-wrapper\">\n<a href=\"#\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"sharePlus\" data-ordinal=\"1\" class=\"more share-btn\" ><span class=\"sprite plus\"></span><span class=\"sprite plus-white\"></span></a>\n<div class=\"more-share overlay\">\n<div class=\"arrow arrow-down\"></div>\n<a href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dstumbleupon%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareStumbleupon\" data-ordinal=\"1\" data-network=\"stumbleupon\" title=\"Share on StumbleUpon\" class=\"stumbleupon share-btn first\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite stumbleupon\"></span><span class=\"sprite stumbleupon-white\"></span>\n</a><a href=\"http://www.reddit.com/submit?url=http%3A%2F%2Flungcancer.about.com%2Fod%2FTargeted-Therapy-Lung-Cancer%2Ffl%2FGenetic-Testing-for-People-with-Lung-Cancer.htm%3Futm_source%3Dreddit%26utm_medium%3Dsocial%26utm_campaign%3Dshareurlbuttons&title=Understanding+Genetic+Testing++for+Lung+Cancer\" data-component=\"shareButtonsExtended\" data-source=\"Social_ShareExtended\" data-type=\"shareReddit\" data-ordinal=\"1\" data-network=\"reddit\" title=\"Share on Reddit\" class=\"reddit share-btn\" data-pin-do=\"skipLink\" target=\"_blank\" ><span class=\"sprite reddit\"></span><span class=\"sprite reddit-white\"></span>\n</a> </div>\n</div></div>\n</div>\t\t</div>\n\t</div>\n</div>\n<div id=\"radlinks1\" data-num-links=\"10\" data-character-limit=\"122\" data-display-label=\"true\" data-display-inline=\"false\" class=\"radlinks widget\"></div>            </div>\n        </div>\n        <div class=\"row\">\n            <div class=\"col col-11\">\n                <div class=\"row\">\n                    <div class=\"col col-3\">\n\n\n<div class=\"category-list circ-list circ-list-more widget\"\n>\t<div class=\"widget-heading widget-heading-primary p-b-t-col\">\n\t\t<h5 class=\"heading p-col\">Lung Cancer Categories</h5>\n\t</div>\n\t\t<div class=\"see-more\">\n\t\t\t<div class=\"see-more-parent\">\n\t\t\t\t<div class=\"see-more-content\">\n\t<ul>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/Newly-Diagnosed/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"1\" >\t\t\t\t\tNewly Diagnosed\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/whatislungcancer/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"2\" >\t\t\t\t\tLung Cancer Basics\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/typesoflungcancer/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"3\" >\t\t\t\t\tTypes and Staging of Lung Cancer\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"4\" >\t\t\t\t\tLung Cancer Treatment\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/livingwithlungcancer/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"5\" >\t\t\t\t\tLiving With Lung Cancer\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/caregivercorner/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"6\" >\t\t\t\t\tFamily Support\n</a>\t\t\t</li>\n\t\t\t<li>\n<a href=\"http://lungcancer.about.com/od/endoflifeissues/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"7\" >\t\t\t\t\tEnd of Life Issues\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/questionstoas1/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"8\" >\t\t\t\t\tWorking With Your Health Care Team\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/causesoflungcance1/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"9\" >\t\t\t\t\tCauses of Lung Cancer\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/preventinglungcance1/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"10\" >\t\t\t\t\tLung Cancer Prevention\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/Lung-Cancer-And-Smoking/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"11\" >\t\t\t\t\tLung Cancer and Smoking \n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/Lung-Nodules-and-Masses/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"12\" >\t\t\t\t\tLung Nodules and Masses\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/Biology-of-Cancer/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"13\" >\t\t\t\t\tBiology of Cancer\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/otherresources/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"14\" >\t\t\t\t\tCancer Survivorship\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/glossary/\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"15\" >\t\t\t\t\tGlossary\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/causesoflungcance1/u/Symptoms-Diagnosis.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"16\" >\t\t\t\t\tLung Cancer Symptoms and Diagnosis\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/livingwithlungcancer/u/Coping.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"17\" >\t\t\t\t\tCoping With Lung Cancer\n</a>\t\t\t</li>\n\t\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/u/Treatment.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"18\" >\t\t\t\t\tWhat Lung Cancer Treatment is Right For You?\n</a>\t\t\t</li>\n\t\t<li class=\"hidden\">\n<a href=\"http://lungcancer.about.com/updated.htm\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"item.heading\" data-ordinal=\"19\" >\t\t\t\tUpdated Articles and Resources\n</a>\t\t</li>\n\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\n<a href=\"#\" data-component=\"categoryList\" data-source=\"CategorySite_All\" data-type=\"viewMore\" data-ordinal=\"8-ViewMore\"  class=\"btn btn-light btn-wide all-caps see-more-btn\" data-less=\"View Less\" data-more=\"View More\" >\t\t<div class=\"label\">\n\t\t\t<span class=\"text\">View More</span>\n\t\t\t<span class=\"arrow arrow-down\"></span>\n\t\t</div>\n</a>\t\t</div>\n</div>\n<div id=\"newsletter\" class=\"newsletter widget\">\n\t<div class=\"widget-heading widget-heading-primary p-b-t-col\">\n\t\t<h5 class=\"heading p-col\">Free Email Newsletter</h5>\n\t</div>\n\n\t<form action=\"/newsletter/signup\" method=\"get\">\n\t\t<div class=\"sub-heading\">Let About.com send you<br/>the latest from our<br/>Lung Cancer Expert.</div>\n\t\t<div class=\"form-group\">\n\t\t\t<input class=\"email\" type=\"email\" name=\"email\" placeholder=\"Your email address here\">  \n\t\t</div>\n\n\t\t<div class=\"success\">Thanks for signing up!</div>\n\t\t<div class=\"error\"></div>\n\t\t<div class=\"error ajax\">There was a problem registering. <br>Try again later</div>\n\t\t<div class=\"suggestion\">Did you mean <a href=\"#\" data-component=\"newsletter\" data-source=\"newsletterTemplate\" data-type=\"suggestedEmail\" data-ordinal=\"1\" source=\"NewsletterChannel_Error\" class=\"suggested-email\" ></a>?</div>\n\n\t\t<button type=\"submit\" class=\"btn btn-primary p-bg s-bg-hover s-b-col btn-wide all-caps\">Sign up</button>\n\n\t\t<div class=\"disclaimer\">You can opt-out at any time.<br>Please refer to our <a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"newsletter\" data-source=\"newsletterTemplate\" data-type=\"privacyPolicy\" data-ordinal=\"1\" >privacy policy</a> for contact information.</div>\n\t</form>\n</div>\n                    </div>\n                    <div class=\"col col-8\">\n\r\n\r\n<article class=\"content widget expert-content\" itemprop=\"articleBody\">\r\n\t\t\t<div class=\"content-img-wrapper\">\n\t\t\t\t<figure class=\"content-img content-img-small\">\n\t\t\t\t\t<div class=\"content-img-wrapper\">\n<img src=\"http://0.tqn.com/y/lungcancer/1/W/f/6/-/-/iStock_000036475472Small.jpg\" alt=\"iStock_000036475472Small.jpg - istockphoto.com\" width=\"385\" height=\"385\" class=\" addPinit\" data-pinit-img-url=\"http://0.tqn.com/y/lungcancer/1/S/f/6/-/-/iStock_000036475472Small.jpg\" data-description=\"Understanding Genetic Testing  for Lung Cancer: Gene Mutations in Lung Cancer\" itemprop=\"image\" >\n\t\t\t\t\t</div>\n\t\t\n\t\t            <figcaption class=\"content-img-subtitle\">\n\t\t            \t\t<div class=\"content-img-caption\">\n\t\t\t\t                    Gene Mutations in Lung Cancer.&nbsp;\n\t\t\t\t                    <span class=\"credit \">istockphoto.com</span>\n\t\t\t\t           \t</div>\n\t\t            </figcaption>\n\t\t\t\t</figure>\n\t\t\t</div>\n\t<div class=\"expert-content-text\">\r\n\r\n\r\n\t<p class=\"mrb\">\n\t\t\t<span class=\"published\">\n\t\t\t\tUpdated August 02, 2014.\n\t\t\t</span>\n            <br><br>Written or reviewed by a board-certified physician. See About.com's <a href=\"http://www.about.com/health/review.htm\">Medical Review Board</a>.\n\t</p>\n\t\t\t\t<div class=\"firstBlock\"><p><span>One of the most exciting advances in the treatment of lung cancer has come from an understanding of genetic changes in lung cancer cells.&nbsp; Whereas in the past we broke lung cancers down into perhaps 5 <a href=\"/od/typesoflungcancer/a/lungcancertypes.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"1\">types,</a> we now know that no two lung cancers are the same.&nbsp; If there were 30 people in a room with lung cancer, they would have 30 different and unique types of lung cancer.</span></p></div>\r\n\r\n\r\n\t\t\t\t<p>If you’ve been recently diagnosed with lung cancer, especially <a href=\"/od/typesoflungcancer/a/Lung-Adenocarcinoma.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"2\">lung adenocarcinoma</a>, your oncologist may have talked to you about genetic testing (otherwise known as molecular profiling or biomarker testing) of your tumor. &nbsp;It's now recommended that all lung cancer patients with advanced or metastatic&nbsp;lung adenocarcinoma (a type of non-small cell lung cancer) have biomarker testing to look for EGFR mutations and ALK rearrangements. &nbsp;In addition,&nbsp;patients with other forms of non-small cell lung cancer (for example, adenosquamous carcinoma in non-smokers) should also be considered for testing.&nbsp;&nbsp;What does this mean?</p>\r\n\r\n\n    <div id=\"adsense1\" adsense-numlinks=\"3\" adsense-displaylabel=\"true\" class=\"adsense-slot adsense ads-half\"></div>\n\n<div id=\"radlinks3\" data-num-links=\"5\" data-character-limit=\"null\" data-display-label=\"false\" data-display-inline=\"true\" class=\"radlinks ads-half\"></div>\r\n\t\t\t\t<h3><strong>What is Genetic Testing (Molecular Profiling) of a Lung Cancer Tumor?</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>Genetic testing involves&nbsp;tests that a pathologist performs in the lab using a sample of your cancer tissue - tests that look at the cancer from a <em><strong>molecular</strong></em> level.&nbsp; This&nbsp;tissue may come from a <a href=\"/od/Lung-Nodules-and-Masses/a/Lung-Biopsy.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"3\">biopsy</a> of your tumor, or from tissue removed during&nbsp;<a href=\"/od/treatmentoflungcancer/a/lungcancersurg.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"4\">surgery for lung cancer</a>.&nbsp; The reason behind this is that&nbsp;cancers have gene mutations that &quot;drive&quot; or control the growth of the cancer. &nbsp;Simplistically, if these mutations can be identified, then treatments can be used&nbsp;which &quot;target&quot; these mutations, hence&nbsp;stopping&nbsp;the&nbsp;growth of the cancer. &nbsp;It is these mutations that lead to the development of a cancer in the first place.&nbsp;</p>\r\n\r\n\r\n\t\t\t\t<p>Before going further it's&nbsp;helpful to address something that is confusing for many people.&nbsp; There are two primary types of <a href=\"http://biology.about.com/od/basicgenetics/ss/gene-mutation.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"5\">gene mutations</a>. &nbsp;<span>&nbsp;</span></p>\r\n\r\n\r\n\t\t\t\t<h3><strong>Hereditary Mutations vs Aquired Mutations in Cancer</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>One type of mutations are &nbsp;<strong><em>hereditary mutations (also called germline mutations</em></strong>,) meaning you inherit genes with mutations from one or more parents.&nbsp; Common examples of these mutations include <a href=\"http://menshealth.about.com/cs/genetics/a/hemophilia.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"6\">hemophilia</a>&nbsp;associated as well as mutations that may predispose someone to developing breast cancer (<a href=\"http://breastcancer.about.com/od/breastcancerglossary/g/brca1.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"7\">BRCA1</a> and <a href=\"http://breastcancer.about.com/od/breastcancerglossary/g/brca2.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"8\">BRCA2 </a>mutations.)</p>\r\n\r\n\n    <div id=\"adsense2\" adsense-numlinks=\"2\" adsense-displaylabel=\"true\" class=\"adsense-slot adsense ads-half\"></div>\n\n\r\n\t\t\t\t<p>The type of mutations that scientists look&nbsp;for in people with lung cancer are instead called <strong><em>acquired mutations (also called somatic mutations.) &nbsp;</em></strong>These mutations are <strong>not </strong>present at birth (they do not run in families) but rather develop in the process of cells becoming cancerous.</p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li><a href=\"/od/Biology-of-Cancer/a/Cancer-Cells.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"9\">What are Cancer Cells?</a></li> \n \r\n\t\t\t\t\t\t\t<li><a href=\"/od/Biology-of-Cancer/a/Cancer-Cells-Normal-Cells.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"10\">Cancer Cells vs Normal Cells</a></li> \n</ul>\r\n\r\n\r\n\t\t\t\t<h3><strong>What Exactly are Gene Mutations?</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>Gene mutations are changes to a particular gene in a&nbsp;<a href=\"http://biology.about.com/od/geneticsglossary/g/chromosome.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"11\">chromosome</a>.&nbsp; All genes are made up of variable sequences of 4 amino acids (called bases); adenine, tyrosine, cytosine, and guanine.&nbsp; When a gene is exposed to toxins&nbsp;in the environment, or when an accident occurs in cell division, a mutation (change) may occur. In some cases it may mean that one base is substituted&nbsp;for another, say adenine instead of guanine.&nbsp; In other cases bases may be inserted, or deleted, or genes may be rearranged in some way.</p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li><a href=\"http://biology.about.com/od/genetics/ss/genetic-code.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"12\">The Genetic Code</a></li> \n</ul>\r\n\r\n\r\n\t\t\t\t<h3><strong>Significance of Gene Mutations</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>Why are oncologists interested in acquired gene mutations in a tumor?&nbsp; First, we should&nbsp;talk about the two types of acquired mutations found in lung cancers.&nbsp; One type of mutation is termed a <strong><em>driver mutation</em></strong>.&nbsp; These mutations, via&nbsp;several mechanisms, “drive” the growth of a tumor.&nbsp; In lung cancer the number of driver mutations is variable.&nbsp; In one study, an average of 11 driver mutations per cancer were found.&nbsp;&nbsp;Another type of mutation is termed a <strong><em>passenger mutation</em></strong>.&nbsp; Just as someone may be a passenger in a car, these genes do not drive the cancer and are basically along for the ride.&nbsp; Again we don’t know exactly how many passenger mutations are present in a tumor (and the number varies from tumor to tumor) but some tumors may have more than 1,000 of these mutations.&nbsp;</p>\r\n\r\n\r\n\t\t\t\t<p>Driver mutations not only initiate the development of a cancer, but work to maintain the growth of a cancer as well. &nbsp;</p>\r\n\r\n\r\n\t\t\t\t<h3><strong>Common Driver Mutations Found in Lung Cancer Tumors</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>There are many mutations that are being studied by scientists looking at lung tumors. &nbsp;So far driver mutations have been&nbsp;identified in&nbsp;approximately 60%&nbsp;of lung adenocarcinomas.&nbsp; Researchers are now finding driver mutations in&nbsp;squamous cell lung cancer as well.</p>\r\n\r\n\r\n\t\t\t\t<p>Common driver mutations in lung cancer include (for starters):</p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li>EGFR mutations</li> \n \r\n\t\t\t\t\t\t\t<li>KRAS mutations</li> \n \r\n\t\t\t\t\t\t\t<li>EML4-ALK Rearrangements</li> \n \r\n\t\t\t\t\t\t\t<li>MET mutation</li> \n</ul>\r\n\r\n\r\n\t\t\t\t<p>These 4 mutations are in general mutually exclusive and are only rarely seen in the same tumor.</p>\r\n\r\n\r\n\t\t\t\t<h3><strong>Personalized Treatments Available Based on Genetic Testing</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>The use of &quot;targeted therapies&quot; - that is medications that target particular genetic abnormalities in a tumor -- has been coined <a href=\"http://patients.about.com/od/yourdiagnosis/a/persmedicine.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"13\">personalized medicine</a>. &nbsp;What this means is that rather than a conventional chemotherapy drug that attacks all rapidly dividing cells, a targeted drug instead attacks a particular abnormality present only in your&nbsp;cancer cells. &nbsp;In general targeted treatments have fewer side effects than traditional chemotherapy. &nbsp;To date, targeted therapies that have been approved for people with lung cancer include:</p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li> <span>&nbsp;</span><a href=\"http://www.cancer.gov/cancertopics/druginfo/fda-erlotinib-hydrochloride\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"14\">Tarceva (erlotonib)</a><span>&nbsp;has been&nbsp;approved&nbsp;</span>for people whose tumor&nbsp;has an&nbsp;EGFR mutation (note: there are different&nbsp;types of EGFR mutations and not all of them are equally responsive to Tarceva)</li> \n \r\n\t\t\t\t\t\t\t<li>&nbsp;<a href=\"http://www.cancer.gov/cancertopics/druginfo/fda-crizotinib\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"15\">Xalkori (crizotonib)</a>&nbsp;was approved by the FDA in 2011 for people whose tumor has an ALK4-EML gene rearrangement</li> \n</ul>\r\n\r\n\r\n\t\t\t\t<p><span>Other medications are being studied in clinical trials, including targeted therapies for those whose tumor becomes resistant to Tarceva or Xalkori..</span></p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li><a href=\"/od/Targeted-Therapy-Lung-Cancer/a/ALK-Lung-Cancer.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"16\">More About ALK Positive Lung Cancer</a></li> \n</ul>\r\n\r\n\r\n\t\t\t\t<h3><strong>Resistance to Treatment</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>A challenging&nbsp;problem with current targeted&nbsp;treatments&nbsp;is that nearly everyone inevitably becomes resistant to treatments we have.&nbsp; There are many mechanisms by which this occurs making it difficult to find one solution.&nbsp; Research is ongoing in clinical trials; evaluating both the use of substituting a second drug to target the mutations, and drugs that use different targets or mechanisms to attack the cancer cell.</p>\r\n\r\n\r\n\t\t\t\t<h3><strong>The Future</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>The ability to understand the molecular profile of&nbsp;lung tumors is an extremely exciting area of research, and it’s likely that new treatments for other mutations&nbsp;will soon be available. &nbsp;An&nbsp;example of how rapidly this area of medicine is advancing is the ALK4-EML&nbsp;gene rearrangment. &nbsp;This gene &quot;mutation&quot; (actually a rearranglement) was discovered as recently as 2007. &nbsp;Through a rapid process, the medication Xalkori (crizotinib)&nbsp;was approved in 2011 for general use by the FDA for those patients whose tumors have this rearrangment. &nbsp;There are clinical trials currently in progress evaluating the use of second generation drugs for those who have become resistant to Xalkori.&nbsp;</p>\r\n\r\n\r\n\t\t\t\t<h3><strong>Next Step</strong></h3>\r\n\r\n\r\n\t\t\t\t<p>If you have been diagnosed with non-small cell lung cancer, especially lung adenocarcinoma or squamous cell lung cancer, talk to your doctor about genetic testing. &nbsp;<em><strong>Although testing is now recommended for everyone with advanced non-small cell lung cancer, a recent study reported that only 60% of oncologists are currently ordering testing.</strong></em> &nbsp;You may also wish to talk to your doctor about clinical trials that may be an option for you. &nbsp;If you are interested in looking into trials evaluating these treatments worldwide, check out the&nbsp;article below on how to find clinical trials. &nbsp;It can be confusing as you check out these databases, but help is near. &nbsp;Recently a <a href=\"/gi/o.htm?zi=1/XJ&amp;zTi=1&amp;sdn=lungcancer&amp;cdn=health&amp;tm=332&amp;f=22&amp;su=p284.13.342.ip_p1026.33.342.ip_&amp;tt=2&amp;bt=7&amp;bts=45&amp;zu=http%3A//www.emergingmed.com/networks/NationalLungCancerPartnership/\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"17\">lung cancer clinical trial matching service</a> backed by several lung cancer organizations has become available. &nbsp;With this free service a trained nurse navigator can help you locate any clinical trials that may be an option for you.&nbsp;</p>\r\n\r\n\r\n\t\t\t\t\t\t<ul> \n \r\n\t\t\t\t\t\t\t<li><a href=\"/od/treatmentoflungcancer/a/findingtrials.htm\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"internalLink\" data-ordinal=\"18\">Finding Clinical Trials for Lung Cancer Treatment</a></li> \n</ul>\r\n\r\n\r\n\t\t\t\t<p><sub>Sources:</sub></p>\r\n\r\n\r\n\t\t\t\t<p><sub>Hensing, T., Chawla, A., Batra, R., and R. Salgia. <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/24292963\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"19\">A personalized treatment for lung cancer: molecular pathways, targeted therapies, and genomic characterization</a>. <em>Advances in Experimental Medicine and Biology</em>. 2014. 799:85-117.</sub></p>\r\n\r\n\r\n\t\t\t\t<p><sub>Kim, H., Mitsudomi, T., Soo, R., and B. Cho. <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/23489560\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"20\">Personalized therapy on the horizon for squamous cell carcinoma of the lung</a>. <em>Lung Cancer</em>. 2013. 80(3):249-55.</sub></p>\r\n\r\n\r\n\t\t\t\t<p><sub>Li, T., Kung, H., Mack, P., and D. Gandara. <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/23401433\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"21\">Genotyping and genomic profiling of non-small-cell lung cancer: implications for current and future therapies</a>. <em>Journal of Clinical Oncology</em>. 2013. 31(8):1039-49.</sub></p>\r\n\r\n\r\n\t\t\t\t<p><sub>Luo, S., and D. Lam. <a href=\"http://download.springer.com/static/pdf/13/art%253A10.1186%252F2213-0802-1-6.pdf?auth66=1388937150_8b6e5a9e42936c0aab9a23f464df0675&amp;ext=.pdf\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"22\">Oncogenic driver mutations in lung cancer</a>. <em>Translational Respiratory Medicine</em>. 2013. 1:6.</sub></p>\r\n\r\n\r\n\t\t\t\t<p><sub>Villaruz, L., Burns, T., Ramfidis, V., and M. Socinski. <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/24258572\" zt=\"-o1/XJ\" target=\"_blank\" data-component=\"link\" data-source=\"inlineLink\" data-type=\"externalLink\" data-ordinal=\"23\">Personalizing therapy in advanced non-small cell lung cancer</a>. <em>Seminars in Respiratory and Critical Care Medicine</em>. 2013. 34(6):822-36.</sub></p>\r\n\r\n\r\n\r\n\t\t\r\n\t\t\r\n\r\n\t</div>\r\n</article>\r\n\r\n\n<div class=\"append-content\">\n    \n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"linklist\">\n<h5 class=\"heading p-col\">Related Articles</h5>\n<ul>\n<li><a href=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/a/ALK-Lung-Cancer.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >All About ALK Positive Lung Cancer</a></li>\n<li><a href=\"http://lungcancer.about.com/od/typesoflungcancer/a/Lung-Adenocarcinoma.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >What You Need to Know About Lung Cancer</a></li>\n<li><a href=\"http://lungcancer.about.com/od/LungCancerTests/fl/Understanding-Your-Lung-Cancer-Pathology-Report.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >How to Interpret Your Lung Cancer Pathology Report</a></li>\n<li><a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/a/Maintenance-Therapy-For-Lung-Cancer.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >What is Maintenance Therapy for Lung Cancer?</a></li>\n<li><a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/a/lungcancerresearch_2.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >Lung Cancer Treatment Research</a></li>\n<li><a href=\"http://lungcancer.about.com/od/Genetic-Causes-of-Lung-Cancer/fl/Lung-Cancer-Linked-With-Breast-Cancer-Gene-BRCA2.htm\" data-component=\"linkList\" data-source=\"ArticleChannel_RelatedClickability\" data-type=\"item.bestTitle\" data-ordinal=\"6\" >Lung Cancer Risk Increased by Common Breast Cancer Gene</a></li>\n</ul>\n</div>\n            </div>\n\n\n    </div>\n\n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"circ-list\nfixed\ncirc-list-large\ncirc-list-bordered\nwidget\"> <div class=\"widget-heading widget-heading-primary p-b-t-col\">\n<h5 class=\"p-col\">\nLung Cancer Essentials\n</h5>\n</div>\n<ul>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://lungcancer.about.com/od/whatislungcancer/a/whatislungcance.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"1\" ><img data-original=\"http://0.tqn.com/y/lungcancer/1/P/X/9/-/-/iStock_000016025129_Large.jpg\" alt=\"iStock_000016025129_Large.jpg - istockphoto.com\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://lungcancer.about.com/od/whatislungcancer/a/whatislungcance.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >Your Quick and Informative Overview of Lung Cancer</a>\n</div>\n<a href=\"http://lungcancer.about.com/od/whatislungcancer/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"1\" class=\"site-name\" > Lung Cancer Basics\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://lungcancer.about.com/od/symptomsoflungcance1/a/symptomslungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"2\" ><img data-original=\"http://0.tqn.com/y/lungcancer/1/P/I/7/-/-/stk65335cor.jpg\" alt=\"Sick man lying in bed coughing - George Doyle/Stockbyte/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://lungcancer.about.com/od/symptomsoflungcance1/a/symptomslungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >7 Signs of Lung Cancer You Shouldn't Ignore</a>\n</div>\n<a href=\"http://lungcancer.about.com/od/symptoms/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"2\" class=\"site-name\" > Lung Cancer Symptoms\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://lungcancer.about.com/od/diagnosisoflungcancer/a/diagnosislungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"3\" ><img data-original=\"http://0.tqn.com/y/lungcancer/1/P/Y/9/-/-/iStock_000008696009_Large.jpg\" alt=\"iStock_000008696009_Large.jpg - istockphoto.com\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://lungcancer.about.com/od/diagnosisoflungcancer/a/diagnosislungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >What Tests Will Your Doctor Run to Diagnose Lung Cancer?</a>\n</div>\n<a href=\"http://lungcancer.about.com/od/whatislungcancer/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"3\" class=\"site-name\" > Lung Cancer Basics\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/a/treatmentlungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"4\" ><img data-original=\"http://0.tqn.com/y/lungcancer/1/P/M/9/-/-/iStock_000032561714_Large.jpg\" alt=\"iStock_000032561714_Large.jpg - istockphoto.com\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/a/treatmentlungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >6 Lung Cancer Treatment Options</a>\n</div>\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"4\" class=\"site-name\" > Lung Cancer Treatment\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://lungcancer.about.com/od/preventinglungcance1/a/preventlungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.image\" data-ordinal=\"5\" ><img data-original=\"http://0.tqn.com/y/lungcancer/1/P/L/9/-/-/iStock_000046024768_Large.jpg\" alt=\"iStock_000046024768_Large.jpg - istockphoto.com\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://lungcancer.about.com/od/preventinglungcance1/a/preventlungca.htm\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >Ways to Prevent Lung Caner</a>\n</div>\n<a href=\"http://lungcancer.about.com/od/preventinglungcance1/\" data-component=\"circList\" data-source=\"ArticleSite_MustReads\" data-type=\"item.author.siteName\" data-ordinal=\"5\" class=\"site-name\" > Lung Cancer Prevention\n</a>\n</div>\n</li>\n</ul>\n</div>\n            </div>\n\n            <div class=\"col col-4\">\n                <div class=\"circ-list\nfixed\ncirc-list-large\ncirc-list-bordered\nwidget\"> <div class=\"widget-heading widget-heading-primary p-b-t-col\">\n<h5 class=\"p-col\">\nHealth Slideshows\n</h5>\n</div>\n<ul>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://quitsmoking.about.com/od/healingthemind/ss/tenthings.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"1\" ><img data-original=\"http://0.tqn.com/y/quitsmoking/1/P/p/K/stk140051rke.jpg\" alt=\"close up front view of businesswoman sitting at desk anxiously completing an aptitude test - Stockbyte/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://quitsmoking.about.com/od/healingthemind/ss/tenthings.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >Don't Do These 10 Things When You Quit Smoking</a>\n</div>\n<a href=\"http://quitsmoking.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"1\" class=\"site-name\" > Smoking Cessation\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://sportsmedicine.about.com/od/abdominalcorestrength1/ss/Quick-Core-Workout.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"2\" ><img data-original=\"http://0.tqn.com/y/sportsmedicine/1/P/v/E/170872791.JPG\" alt=\"MAN EXERCISING IN PARK PERFORMING A PLANK - Justin Lambert/Taxi/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://sportsmedicine.about.com/od/abdominalcorestrength1/ss/Quick-Core-Workout.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >8 Quick and Essential Ways to Work Out Your Core</a>\n</div>\n<a href=\"http://sportsmedicine.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"2\" class=\"site-name\" > Sports Medicine\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://exercise.about.com/od/weightloss/ss/notlosingweight.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"3\" ><img data-original=\"http://0.tqn.com/y/exercise/1/P/S/F/1/not-losing-weight-126364518-resized.jpg\" alt=\"Runner resting on suburban street - Cultura/Robin Skjoldborg/Riser/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://exercise.about.com/od/weightloss/ss/notlosingweight.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >10 Reasons You're Not Losing Weight</a>\n</div>\n<a href=\"http://exercise.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"3\" class=\"site-name\" > Exercise\n</a>\n</div>\n</li>\n<li class=\"group\" >\n<div class=\"circ-list-img\">\n<a href=\"http://pregnancy.about.com/od/hospital/ss/6-Reasons-To-Delay-Babys-First-Bath.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.image\" data-ordinal=\"4\" ><img data-original=\"http://0.tqn.com/y/pregnancy/1/P/q/K/4/157614981-1-copy.jpg\" alt=\"3 day old baby being bathed by mother - Goldmund Lukic/E+/Getty Images\" width=\"130\" height=\"86\" data-load=\"lazy\" class=\"\" >\n</a> </div>\n<div class=\"circ-list-content\">\n<div class=\"h5 headline\">\n<a href=\"http://pregnancy.about.com/od/hospital/ss/6-Reasons-To-Delay-Babys-First-Bath.htm\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >6 Reasons to Delay Baby's First Bath</a>\n</div>\n<a href=\"http://pregnancy.about.com/\" data-component=\"circList\" data-source=\"ChannelSlideshow_Curated\" data-type=\"item.author.siteName\" data-ordinal=\"4\" class=\"site-name\" > Pregnancy & Childbirth\n</a>\n</div>\n</li>\n</ul>\n</div>\n            </div>\n\n    </div>\n\n\n    <div class=\"row\">\n\n            <div class=\"col col-4\">\n                <div class=\"linklist\">\n<h5 class=\"heading p-col\">Readers Recommend</h5>\n<ul>\n<li><a href=\"http://lungcancer.about.com/od/Symptoms-Of-Cancer/a/Shoulder-Blade-Pain.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"1\" >When to be Concerned About Shoulder Blade Pain</a></li>\n<li><a href=\"http://lungcancer.about.com/od/whatislungcancer/a/earlysymptoms.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"2\" >Don't Miss These Early Signs of Lung Cancer</a></li>\n<li><a href=\"http://lungcancer.about.com/od/whatislungcancer/a/Lung-Pain.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"3\" >When is Lung Pain Serious?</a></li>\n<li><a href=\"http://lungcancer.about.com/od/endoflifeissues/a/finalstagecancer.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"4\" >The Final Stages of Lung Cancer: Do You Know What to Expect?</a></li>\n<li><a href=\"http://lungcancer.about.com/od/whatislungcancer/f/stage4lifeexpectancy.htm\" data-component=\"linkList\" data-source=\"ArticleSite_Popular\" data-type=\"item.bestTitle\" data-ordinal=\"5\" >What Is the Life Expectancy for Stage 4 Lung Cancer?</a></li>\n</ul>\n</div>\n            </div>\n\n            <div class=\"col col-4\">\n                <div class=\"gpt billboard \">\n<div class=\"label\">\n<span>Advertisement</span>\n</div>\n<div id=\"billboard4\" class=\"wrapper\"></div>\n</div>\n            </div>\n\n    </div>\n    <div class=\"row\">\n        <div class=\"col col-8\">\n            <div class=\"linklist\">\n                <style type=\"text/css\">\n\n                    #zergnet-widget-25467 .zergheadline {text-align:left !important; margin-top:10px !important;}\n                    #zergnet-widget-25467 .zergheadline a:hover {text-decoration:underline !important;}\n                    #zergnet-widget-25467 .zergentity {margin-left:0px !important; margin-right:20px !important;}\n                    #zergnet-widget-25467 .zergentity + div + div + div  {margin-right:0px !important;}\n\n                </style>\n                <h5 class=\"heading p-col\">More from the Web</h5>\n\n                <div id=\"zergnet-widget-25467\"></div>\n\n                <script type=\"text/javascript\">\n                    (function() {\n                        var zergnet = document.createElement('script');\n                        zergnet.type = 'text/javascript'; zergnet.async = true;\n                        zergnet.src = 'http://www.zergnet.com/zerg.js?id=25467&#39';\n                        var znscr = document.getElementsByTagName('script')[0];\n                        znscr.parentNode.insertBefore(zergnet, znscr);\n                    })();\n                </script>\n\n                <div style=\"font-size: 12px; color: #404a52; text-align: right; margin: 0px 19px 0px 10px;\">Powered By ZergNet</div>\n\n            </div>\n        </div>\n    </div>\n</div><div id=\"flyin-placeholder\">\n\t<div id=\"flyin-container\" data-id=\"flyin\"></div></div>                    </div>\n                </div>\n            </div>\n            <div class=\"col col-4\">\n\n<div class=\"gpt billboard \">\n\t\t\t\t<div class=\"label\">\n\t\t            <span>Advertisement</span>\n\t\t        </div>\n\t<div id=\"billboard\" class=\"wrapper\"></div>\n</div>\n<div id=\"trendingPc\" data-defer=\"onScroll\"></div>\n<div class=\"gpt billboard \">\n\t\t\t\t<div class=\"label\">\n\t\t            <span>Advertisement</span>\n\t\t        </div>\n\t<div id=\"billboard2\" class=\"wrapper\"></div>\n</div>\n<div id=\"videosPc\" data-defer=\"onScroll\"></div>\n<div class=\"gpt billboard \">\n\t\t\t\t<div class=\"label\">\n\t\t            <span>Advertisement</span>\n\t\t        </div>\n\t<div id=\"billboard3\" class=\"wrapper\"></div>\n</div>\n            </div>\n        </div>\n<div id=\"radlinks2\" data-num-links=\"10\" data-character-limit=\"122\" data-display-label=\"true\" data-display-inline=\"false\" class=\"radlinks widget\"></div>    </div>\n</main>\n<div class=\"slab slab-strip\">\n\t<div class=\"container\">\n\t\t<div class=\"breadcrumbs-full row\">\n\t\t\t<div class=\"centered col col-3\">\n\t\t\t\t<a href=\"http://www.about.com/health\" data-component=\"breadcrumbsFull\" data-source=\"Breadcrumbs_Full\" data-type=\"channel.logo\" data-ordinal=\"1\" >\t\t\t\t\t<div class=\"bg-health\"><span class=\"sprite logo-crumb\"></span></div>\n\t\t\t\t\t<div class=\"bg-health\"><span class=\"sprite crumb-health\"></span></div>\n</a>\t\t\t</div>\n\t\t\t<div class=\"col col-12\">\n\t\t\t\t<div class=\"slab-divider-left\">\n<div class=\"breadcrumbs full\">\n\t<ul>\n\t\t<li>\n<a href=\"http://www.about.com\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"aboutCom\" data-ordinal=\"1\" >\t\t\t\t\t<span>About.com</span>\n</a>\t\t</li>\n\t\t<li>\n\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://www.about.com/health\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"channel.displayName\" data-ordinal=\"1\" >\t\t\t\t\t<span>About Health</span>\n</a>\t\t</li>\n\t\t\t<li>\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"site.displayName\" data-ordinal=\"1\" >\t\t\t\t\t\t<span>Lung Cancer</span>\n</a>\t\t\t</li>\n\t\t\t<li >\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/od/treatmentoflungcancer/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"category.heading\" data-ordinal=\"1\" >\t\t\t\t\t\t<span>Lung Cancer Treatment</span>\n</a>\t\t\t</li>\n\t\t\t<li >\n\t\t\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n<a href=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/\" data-component=\"breadcrumbs\" data-source=\"breadcrumbs\" data-type=\"category.heading\" data-ordinal=\"2\" >\t\t\t\t\t\t<span>Targeted Therapy</span>\n</a>\t\t\t</li>\n\t<li>\n\t\t<span class=\"separator sprite arrow-breadcrumb\"></span>\n\t\t<span>\n\t\t\tGenetic Testing for People with Lung Cancer\n\t\t</span>\n\t</li>\n\t</ul>\n</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div><div id=\"exploreChannels\" data-defer=\"onScroll\"></div><div id=\"featuredTopicsPcTemplate\" data-defer=\"onScroll\"></div>\n<footer id=\"site-footer\" class=\"slab newsletter\">\n\t<div class=\"container\">\n\t\t<div class=\"row pane\">\n\t\t\t<div class=\"col col-5\">\n\n<p>\n\t\n\t<a href=\"http://www.about.com/health\" data-component=\"footerBase\" data-source=\"ChannelHomepage\" data-type=\"channel.displayName\" data-ordinal=\"1\" data-source=\"ChannelHomepage\" >About Health</a><span class=\"pipe\">&nbsp;</span>Follow us:\n</p>\n<p>\n<a href=\"https://www.facebook.com/abouthealth\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelFacebook_abouthealth\" data-ordinal=\"1\" title=\"Follow on Facebook\" class=\"first facebook share-btn solid\" target=\"_blank\" > <span class=\"sprite facebook-white\"></span>\n</a><a href=\"https://twitter.com/aboutcomhealth\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelTwitter_aboutcomhealth\" data-ordinal=\"1\" title=\"Follow on Twitter\" class=\"twitter share-btn solid\" target=\"_blank\" > <span class=\"sprite twitter-white\"></span>\n</a><a href=\"https://www.pinterest.com/aboutcomhealth/\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelPinterest_aboutcomhealth\" data-ordinal=\"1\" title=\"Follow on Pinterest\" class=\"pinterest share-btn solid\" target=\"_blank\" > <span class=\"sprite pinterest-white\"></span>\n</a><a href=\"https://plus.google.com/+aboutdotcom\" data-component=\"shareButtonsAboutNetwork\" data-source=\"shareButtons\" data-type=\"channelGplus_+aboutdotcom\" data-ordinal=\"1\" title=\"Follow on Google+\" class=\"google share-btn solid\" target=\"_blank\" > <span class=\"sprite google-white\"></span>\n</a></p>\n\n\t<p>We deliver. Get the best of<br /><a href=\"http://www.about.com/health\" data-component=\"footerBase\" data-source=\"ChannelHomepage\" data-type=\"channel.displayName\" data-ordinal=\"2\" data-source=\"ChannelHomepage\" >About Health</a> in your inbox.</p>\n\n\t<form name=\"sub\" action=\"http://apps.about.com/cgi-bin/apps/nl/nl.pl\" method=\"post\">\n\t    <div class=\"form-group group hide-fixed\">\n\t        <input class=\"pull-left email\" type=\"email\" name=\"email\" placeholder=\"Your email address\" />\n\t        <input class=\"btn btn-primary p-bg s-bg-hover s-b-col pull-left\" type=\"submit\" name=\"newsub\" value=\"Sign up\">\n\t        <input type=\"hidden\" name=\"surl\" value=\"http://talk.about.com/nothanks.htm\">\n\t        <input type=\"hidden\" name=\"eurl\" value=\"http://lungcancer.about.com/od/Targeted-Therapy-Lung-Cancer/fl/Genetic-Testing-for-People-with-Lung-Cancer.htm\">\n\t        <input type=\"hidden\" name=\"site\" value=\"channel\">\n\t    </div>\n\t\n\t    <div class=\"error\">Please enter a valid email address.</div>\n\t    <div class=\"suggestion\">Did you mean <a href=\"#\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"suggestedEmail\" data-ordinal=\"1\" class=\"suggested-email\" ></a>?</div>\n\t    <div class=\"disclaimer\">You can opt-out at any time. Please refer to our <a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"privacyPolicy\" data-ordinal=\"1\" ><span id=\"privacy-policy\">privacy policy</span></a> for contact information.</div>\n\t\n\t</form>\n\t\t\t</div>\n\n\t\t\t<div class=\"col col-4 col-push-6\">\n\t\t\t\t<div class=\"row\">\n\t\t\t\t\t<div class=\"col col-2\">\n\t\t\t\t\t\t<ul class=\"muted flush-bottom\">\n\t\t\t\t\t\t\t<li><a href=\"http://press.about.com/our-story/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"ourStory\" data-ordinal=\"1\" rel=\"nofollow\" >Our Story</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.advertiseonabout.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"advertise\" data-ordinal=\"1\" rel=\"nofollow\" >Advertise</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://press.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"news\" data-ordinal=\"1\" rel=\"nofollow\" >News</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://spiderbites.about.com/sitemap.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"siteMap\" data-ordinal=\"1\" >Site Map</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://azlist.about.com/a.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"allTopics\" data-ordinal=\"1\" >All Topics</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/printrequests.html\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"reprints\" data-ordinal=\"1\" rel=\"nofollow\" >Reprints</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/hc.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"help\" data-ordinal=\"1\" rel=\"nofollow\" >Help</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://experts.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"writeForAbout\" data-ordinal=\"1\" rel=\"nofollow\" >Write for About</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"col col-2\">\n\t\t\t\t\t\t<ul class=\"muted flush-bottom\">\n\t\t\t\t\t\t\t<li><a href=\"http://jobs.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"careersAtAbout\" data-ordinal=\"1\" rel=\"nofollow\" >Careers at About</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/uagree.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"userAgreement\" data-ordinal=\"1\" rel=\"nofollow\" >User Agreement</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/ethics.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"ethicsPolicy\" data-ordinal=\"1\" rel=\"nofollow\" >Ethics Policy</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/patent.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"patentInfo\" data-ordinal=\"1\" rel=\"nofollow\" >Patent Info</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/mprivacy.htm\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"privacyPolicy\" data-ordinal=\"2\" rel=\"nofollow\" >Privacy Policy</a></li>\n\t\t\t\t\t\t\t<li><a href=\"http://www.about.com/gi/pages/mprivacy.htm#adchoices\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"adChoices\" data-ordinal=\"1\" rel=\"nofollow\" >Your Ad Choices &amp; Cookie Policy</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</footer>\n<div id=\"basement\">\n\t<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-5\">\n\t\t\t\t<span class=\"copyright\">&copy; 2015 About.com &mdash; All rights reserved.</span>\n\t\t\t</div>\n\t\t\t<div class=\"col col-6 relative\">\n\t\t\t\t\t<div class=\"bg-image footer-health\"></div>\n\t\t\t\t<div class=\"bg-color p-bg\"></div>\n\t\t\t</div>\n\t\t\t\t<div class=\"col col-4\">\n\t\t\t\t\tAlso from About.com: <a href=\"http://caloriecount.about.com/\" data-component=\"footerBase\" data-source=\"FooterLinks\" data-type=\"calorieCount\" data-ordinal=\"1\" rel=\"nofollow\" >Calorie Count</a>\n\t\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\t        \t<script type=\"text/javascript\" src=\"http://j.about.com/js/1.17.5/cache/eNqFUsFOwzAM_SFQJTjAfWJi0uAyJM5O-tq6c5POScbK19Opk2i6IS6W9d5z_GK7DUWJipLEQtgU7SFBh7s2R8n4FG-Crxyivy6YntnS97D1VM7ZtBK2-6W-F7JovJTQOcUuQh1JkSJP4SY7AtApKrJucnGw6ahGmDO1eEPyTsffzJD-r1iDYlp06ShMYc2nP5gdSG2TWfN2j_Lp4fn-cQ4bBZVWU2fCLP_Q5OxcFrzl88-9TR1c3DWkWA61IxbbIJ_2pRBn8qqq8tplUwrAm881Dl9BEGO-qZ7dJn5yWSO7E9LIVvByHD1mD1cysFsaNqcgvDgBS-pTQLZ4nHoZXa0acg4SfgA9QgxN.min.js\"></script>\n<script type=\"text/javascript\">\n// ads/afcAdUnit.ftl\n$('.adsense-slot').each(function() {\n    Abt.AdCode.addAdsenseAfcConfig($(this).attr('id'), Number($(this).attr('adsense-numlinks')), $(this).attr('adsense-displaylabel') === 'true');\n});\n// internal/utility.ftl\n\nvar abtGenericDomain='j';\nvar deviceType='PERSONAL_COMPUTER';\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// zergnetRedirect Test\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// Placeholder file for Zergnet js once duplicate inline JS bug is fixed// Placeholder file for Zergnet js once duplicate inline JS bug is fixed// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/radlinks.ftl\n$('.radlinks').each(function() {\n\tAbt.AdCode.addRadlinkConfig($(this).attr('id'), $(this).data('numLinks'), $(this).data('characterLimit'), $(this).data('displayLabel'), $(this).data('displayInline'));\n});\n\n// ads/afcSetupInline.ftl\nvar google_hints = 'Lung Cancer, Genetic Testing for People with Lung Cancer',\n\tgoogle_page_url = window.location.href,\n\tgoogle_ad_output = 'js',\n\tgoogle_max_num_ads = Abt.AdCode.getTotalAdsenseAfcs();\n\tgoogle_num_radlinks = Abt.AdCode.getTotalRadlinks();\n\tgoogle_max_radlink_len = '30',\n\tgoogle_safe = 'high',\n\tgoogle_encoding = 'latin1';\n\nfunction google_ad_request_done(google_ads) {\n\tvar containerSelector = 'active-article';\n\t\n\tAbt.AdCode.buildAdsenseAfc('<a href=\"#\" data-component=\"html\" data-source=\"flexArticle\" data-type=\"adsLabel\" data-ordinal=\"1\" onclick=\"javascript: var w=450, h=425, top=(screen.height / 2) - (h / 2), left=(screen.width / 2) - (w / 2); window.open(&#39;http://www.about.com/z/ad/wasl.htm&#39;, &#39;&#39;, &#39;width=&#39; + w + &#39;, height=&#39; + h + &#39;, top=&#39; + top + &#39;, left=&#39; + left + &#39;, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no&#39;); return false;\" class=\"muted\" >Ads</a>', containerSelector);\n\tAbt.AdCode.buildRadlinks('lungcancer', '<a href=\"#\" data-component=\"html\" data-source=\"flexArticle\" data-type=\"adsLabel\" data-ordinal=\"2\" onclick=\"javascript: var w=450, h=425, top=(screen.height / 2) - (h / 2), left=(screen.width / 2) - (w / 2); window.open(&#39;http://www.about.com/z/ad/wasl.htm&#39;, &#39;&#39;, &#39;width=&#39; + w + &#39;, height=&#39; + h + &#39;, top=&#39; + top + &#39;, left=&#39; + left + &#39;, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no&#39;); return false;\" class=\"muted\" >Ads</a>', containerSelector);\n\n}</script>\n\n\t<!--[if (IE 8)|(IE 9)]>\n\t\t<script src=\"http://j.about.com/js/1.17.5/default/ie.min.js\"></script>\n\t<![endif]-->\n\n\t\t\t\t<script type=\"text/javascript\" src=\"//pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/adoption.com1.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n<title>What Not to Say to a Birth Mom or Adoptee | Adoption.com </title>\n<meta charset=\"UTF-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"/>\n<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge'><![endif]-->\n \n<meta name=\"description\" content=\"This is solely my opinion. Every person is different, so the things that I have experienced in no way reflect EVERY birth mother or adoptee. What Not to\"/>\n<meta name=\"keywords\" content=\"7 Birth Parents, Adopt a Baby, Adoptee, Adoptee Community, Adoptee Stories, Adopting, Adoption Buzz, Adoptive Parent Community, Birth Family, Birth Family Community, Birth Family Stories, Birth Mother Stories, Birth Mother Stories, Community, Parent, Parenting &amp; Adoption, Protecting Myself, Self-Improvement, Taking Care of Me, Why Adoption?\"/>\n<link rel=\"canonical\" href=\"http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"What Not to Say to a Birth Mom or Adoptee - Adoption.com\"/>\n<meta property=\"og:description\" content=\"This is solely my opinion. Every person is different, so the things that I have experienced in no way reflect EVERY birth mother or adoptee. What Not to Ask or Say to a Birth Mom First, the biggest mistake I often hear in adoption talk is &#8220;giving a baby up for adoption.&#8221; I know this a common &hellip;\"/>\n<meta property=\"og:url\" content=\"http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\"/>\n<meta property=\"og:site_name\" content=\"Adoption.com\"/>\n<meta property=\"article:tag\" content=\"adoptee\"/>\n<meta property=\"article:tag\" content=\"adoption\"/>\n<meta property=\"article:tag\" content=\"adoption placement\"/>\n<meta property=\"article:tag\" content=\"adoptive parents\"/>\n<meta property=\"article:tag\" content=\"birth mom\"/>\n<meta property=\"article:tag\" content=\"Editor’s Pick\"/>\n<meta property=\"article:section\" content=\"7 Birth Parents\"/>\n<meta property=\"article:section\" content=\"Adopt a Baby\"/>\n<meta property=\"article:section\" content=\"Adoptee\"/>\n<meta property=\"article:section\" content=\"Adoptee Community\"/>\n<meta property=\"article:section\" content=\"Adoptee Stories\"/>\n<meta property=\"article:section\" content=\"Adopting\"/>\n<meta property=\"article:section\" content=\"Adoption Buzz\"/>\n<meta property=\"article:section\" content=\"Adoptive Parent Community\"/>\n<meta property=\"article:section\" content=\"Birth Family\"/>\n<meta property=\"article:section\" content=\"Birth Family Community\"/>\n<meta property=\"article:section\" content=\"Birth Family Stories\"/>\n<meta property=\"article:section\" content=\"Birth Mother Stories\"/>\n<meta property=\"article:section\" content=\"Birth Mother Stories\"/>\n<meta property=\"article:section\" content=\"Community\"/>\n<meta property=\"article:section\" content=\"Parent\"/>\n<meta property=\"article:section\" content=\"Parenting &amp; Adoption\"/>\n<meta property=\"article:section\" content=\"Protecting Myself\"/>\n<meta property=\"article:section\" content=\"Self-Improvement\"/>\n<meta property=\"article:section\" content=\"Taking Care of Me\"/>\n<meta property=\"article:section\" content=\"Why Adoption?\"/>\n<meta property=\"og:image\" content=\"http://adoption.com/wp-content/uploads/2014/06/WhatNOTtosay-24.jpg\"/>\n \n<link rel='stylesheet' id='twentytwelve-fonts-css' href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext' type='text/css' media='all'/>\n<link rel='stylesheet' id='lightboxStyle-css' href='http://adoption.com/wp-content/plugins/lightbox-plus/css/overtext/colorbox.css?ver=2.6' type='text/css' media='screen'/>\n<script type='text/javascript' src='http://adoption.com/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>\n<script type='text/javascript' src='http://adoption.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://adoption.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://adoption.com/wp-includes/wlwmanifest.xml\"/>\n<meta name=\"generator\" content=\"WordPress 3.6.1\"/>\n<meta property=\"fb:app_id\" content=\"436745413097452\"/>\n<meta property=\"fb:admins\" content=\"100000349178481,679040600,100000160747392,100007558416104,512211970,720280029,100006928116094,535110095\"/>\n<style type=\"text/css\">.recentcomments a{display:inline!important;padding:0!important;margin:0!important;}</style>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/ios8/css/ios7-style-font-icons.min.css\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/bootstrap.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/adoption-bootstrap-theme.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/header.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/font-awesome.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/style.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/elevati/override.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/style_infinite.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/responsive.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/left_navigation.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/content_box.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/footer.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/quick_links.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/content_page_title.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/content_page.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link media=\"screen\" href=\"http://adoption.com/wp-content/themes/adoptionnew/css/single-article.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<script src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery.min.js\"></script>\n<script type='text/javascript'>\n            var dfp_ac_id = '34635210';\n            var googletag = googletag || {};\n            googletag.cmd = googletag.cmd || [];\n            (function() {\n                var gads = document.createElement('script');\n                gads.async = true;\n                gads.type = 'text/javascript';\n                var useSSL = 'https:' == document.location.protocol;\n                gads.src = (useSSL ? 'https:' : 'http:') +\n                        '//www.googletagservices.com/tag/js/gpt.js';\n                var node = document.getElementsByTagName('script')[0];\n                node.parentNode.insertBefore(gads, node);\n            })();\n        </script>\n<script type=\"text/javascript\">\ngoogletag.cmd.push(function() {\n                if (screen.width > 635) {\ngoogletag.defineSlot(\"/34635210/Adoptee_Article_Nav_728x90_Header\", [728,90], \"dfpad_top\").addService(googletag.pubads());\ngoogletag.defineSlot(\"/34635210/Adoptee_Article_Nav_728x90_Footer\", [728,90], \"dfpad_bottom\").addService(googletag.pubads());\n                }\n\nif (screen.width <= 635) {\n    googletag.defineSlot(\"/34635210/Adoptee_Article_Default_300x250_WideRectangle_B\", [300,250], \"dfp_ad_1_mobile\").addService(googletag.pubads());\n} else {\n    googletag.defineSlot(\"/34635210/Adoptee_Article_Default_300x600_HalfPage_A\", [300,600], \"dfp_ad_1\").addService(googletag.pubads());\n}\n    googletag.defineSlot(\"/34635210/Adoptee_Article_Default_300x250_WideRectangle_B\", [300,250], \"dfp_ad_pg_author_sec_1\").addService(googletag.pubads());\ngoogletag.pubads().enableAsyncRendering();\ngoogletag.pubads().collapseEmptyDivs();\ngoogletag.enableServices();\n});\n        </script> <script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/lib/jwplayer/jwplayer.js\"></script>\n<script type=\"text/javascript\">jwplayer.key = \"f/k6UXeCfpnYKutIwySjshxPAoP2AukL/Y7Qgg==\";</script>\n<script type=\"text/javascript\">\n            var templateUrl = \"http://adoption.com/wp-content/themes/adoptionnew\";\n            var pUrlEncoded = \"http%3A%2F%2Fadoption.com%2Fwhat-not-to-say-to-a-birth-mom-or-adoptee%2F\";\n            var the_permalink = \"http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\";\n            var the_title = \"What Not to Say to a Birth Mom or Adoptee\";\n            var pUrl = \"\";\n            /* SLIDESHOW VARIABLE*/\n                var isSlideshow = false;\n            </script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/sharing.js\"></script> <script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/bootstrap.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery.nicescroll.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/lib/jwplayer/jwplayer.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/adoption_external.js\"></script>\n<script type=\"text/javascript\">jwplayer.key = \"f/k6UXeCfpnYKutIwySjshxPAoP2AukL/Y7Qgg==\";</script>\n<script type=\"text/javascript\">\n                var post_type = 'Article';\n                var post_title = 'What Not to Say to a Birth Mom or Adoptee';\n                var post_url = 'http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/';\n                var date_created = '06/02/2014';\n                var post_category = '7 Birth Parents';\n                var post_author = 'Sierra Kilpatrick';\n                var post_keywords = '7 Birth Parents\",\" Adopt a Baby\",\" Adoptee\",\" Adoptee Community\",\" Adoptee Stories\",\" Adopting\",\" Adoption Buzz\",\" Adoptive Parent Community\",\" Birth Family\",\" Birth Family Community\",\" Birth Family Stories\",\" Birth Mother Stories\",\" Birth Mother Stories\",\" Community\",\" Parent\",\" Parenting &amp; Adoption\",\" Protecting Myself\",\" Self-Improvement\",\" Taking Care of Me\",\" Why Adoption?';\n            </script>\n<script type=\"application/ld+json\">\n                {\n                \"@context\": \"http://schema.org\",\n                \"@type\": \"NewsArticle\",\n                \"headline\": \"What Not to Say to a Birth Mom or Adoptee\",\n                \"url\": \"http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\",\n                \"thumbnailUrl\": \"http://adoption.com/wp-content/uploads/2014/06/WhatNOTtosay-24.jpg\",\n                \"dateCreated\":  \"2014-06-02T08:07:42+00:00\",\n                \"articleSection\": \"7 Birth Parents\",\n                \"creator\": \"Sierra Kilpatrick\",\n                \"keywords\": [\"7 Birth Parents\",\" Adopt a Baby\",\" Adoptee\",\" Adoptee Community\",\" Adoptee Stories\",\" Adopting\",\" Adoption Buzz\",\" Adoptive Parent Community\",\" Birth Family\",\" Birth Family Community\",\" Birth Family Stories\",\" Birth Mother Stories\",\" Birth Mother Stories\",\" Community\",\" Parent\",\" Parenting &amp; Adoption\",\" Protecting Myself\",\" Self-Improvement\",\" Taking Care of Me\",\" Why Adoption?\"]\n                }\n            </script>\n</head>\n<body>\n<div id=\"wrapper\">\n<nav class=\"navbar navbar-fixed-top top_header\">\n<div class=\"container-fluid\">\n<a href=\"http://adoption.com/\" class=\"navbar-brand desktop_logo\"><img src=\"//adoption.com/wp-content/themes/adoptionnew/header_images/adoption.com_logo.png\" alt=\"adoption.com\"/></a>\n<a href=\"http://adoption.com/\" class=\"navbar-brand mobile_logo\"><img src=\"//adoption.com/wp-content/themes/adoptionnew/header_images/adoption.com-logo-mobile.png\" alt=\"adoption.com\"/></a>\n<ul class=\"nav nav-tabs navbar-header hidden-xs hidden-sm visible-lg globalnav_list\">\n<li class=\"dropdown slectedcat_12182 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/unplanned-pregnancy\"> Pregnant?</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/unplanned-pregnancy\">Home | Unplanned Pregnancy</a>\n</li>\n<li><a href=\"http://adoption.com/unplanned-pregnancy-options/\">Guide | Unplanned Pregnancy</a>\n</li>\n<li><a href=\"http://www.parentprofiles.com/\">Choose an Adoptive Family</a>\n</li>\n<li><a href=\"http://adoption.com/stories-from-birth-mothers/\">Free eBook | Unplanned Pregnancy</a>\n</li>\n<li><a href=\"http://adoption.com/articles/pregnant\">Articles | Unplanned Pregnancy</a>\n</li>\n<li><a href=\"http://adoption.com/articles/open\">Articles | Open Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Pregnancy_Test\">Pregnancy Testing</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Pregnancy_Calendar\">Pregnancy Calendar</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Pregnancy\">Learn About Pregnancy</a>\n</li>\n<li><a href=\"http://adoption.com/reviews\">Find Adoption Services</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_12191 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://parentprofiles.com\"> Parent Profiles℠</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://parentprofiles.com\">Home | Parent Profiles℠</a>\n</li>\n<li><a href=\"http://parentprofiles.com/parents/stories\">Success Stories</a>\n</li>\n<li><a href=\"http://parentprofiles.com\">Choose an Adoptive Family</a>\n</li>\n<li><a href=\"http://parentprofiles.com/create/account\">Create a Profile</a>\n</li>\n<li><a href=\"http://adoption.com/navigators\">Adoption Navigators</a>\n</li>\n<li><a href=\"https://www.facebook.com/AdoptionParentProfiles\">Facebook Page</a>\n</li>\n<li><a href=\"https://www.facebook.com/groups/ParentProfiles/\">Facebook Group (Private)</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_12199 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/adopt\"> How to Adopt</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/adopt\">Home | How to Adopt</a>\n</li>\n<li><a href=\"http://adoption.com/how-to-adopt-a-child-guide\">Guide | How to Adopt a Child</a>\n</li>\n<li><a href=\"http://adoption.com/surviving-home-study\">Guide | Home Study</a>\n</li>\n<li><a href=\"http://adoption.com/adopt-a-baby\">Adopt a Baby</a>\n</li>\n<li><a href=\"http://adoption.com/international\">International Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/foster-adoption\">Foster & Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Affording_Adoption\">Affording Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/navigators\">Adoption Navigators</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/\">Find Adoption Services</a>\n</li>\n<li><a href=\"http://adoption.com/articles/adopt\">Articles | Adopting</a>\n</li>\n<li><a href=\"http://forums.adoption.com/adoptive-parents/\">Forums | Adoptive Parents</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_12208 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/adopted\"> Reunion</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/adopted\">Home | Search & Reunion</a>\n</li>\n<li><a href=\"http://adoption.com/search-and-reunion-guide\">Guide | Search & Reunion</a>\n</li>\n<li><a href=\"http://registry.adoption.com/\">Reunion Registry</a>\n</li>\n<li><a href=\"http://adoption.com/detectives\">Adoption Detectives</a>\n</li>\n<li><a href=\"http://adoption.com/articles/reunion\">Articles | Search & Reunion</a>\n</li>\n<li><a href=\"http://adoption.com/reunion-ebook-download/\">Free eBook | Search & Reunion</a>\n</li>\n<li><a href=\"http://forums.adoption.com/adult-adoptees/\">Forums | Adult Adoptee</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_11974 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"#\"> Articles</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/articles\">Home | Articles</a>\n</li>\n<li><a href=\"http://adoption.com/articles/pregnant\">Unplanned Pregnancy </a>\n</li>\n<li><a href=\"http://adoption.com/articles/adopt\">How to Adopt</a>\n</li>\n<li><a href=\"http://adoption.com/articles/parent\">Parenting </a>\n</li>\n<li><a href=\"http://adoption.com/articles/reunion\">Search & Reunion </a>\n</li>\n<li><a href=\"http://adoption.com/articles/international\">International Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/articles/open\">Open Adoption </a>\n</li>\n<li><a href=\"http://adoption.com/articles/birth-parents\">Birth Parents </a>\n</li>\n<li><a href=\"http://adoption.com/articles/stories\">Stories</a>\n</li>\n<li><a href=\"http://adoption.com/articles/videos\">Videos</a>\n</li>\n<li><a href=\"http://adoption.com/articles/news\">News</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_4389  community\"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"\"> Community</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://forums.adoption.com\">Home | Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/adoptive-parents\">Adoptive Parents Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/international-adoption/\">International Adoption Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/foster-care-adoption\">Foster Care & Adoption Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/parenting/\">Parenting Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/special-needs-attachment\">Special Needs & Attachment Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/search-reunion/\">Search & Reunion Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/adult-adoptees\">Adult Adoptees Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/birth-parents\">Birth Parents Forums</a>\n</li>\n<li><a href=\"http://forums.adoption.com/community-center\">Community Center Forums</a>\n</li>\n<li><a href=\"http://adoption.com/follow-us\">Follow Us</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_3949 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/photolisting/\"> Photolisting</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/photolisting\">Home | Photolisting</a>\n</li>\n<li><a href=\"http://adoption.com/photolisting?page=1&search_type=region&range=UnitedStates\">US Photolisting</a>\n</li>\n<li><a href=\"http://adoption.com/photolisting?page=1&search_type=region&range=Asia\">Asia Photolisting</a>\n</li>\n<li><a href=\"http://adoption.com/photolisting?page=1&search_type=region&range=Europe\">Europe Photolisting</a>\n</li>\n<li><a href=\"http://adoption.com/photolisting?page=1&search_type=region&range=Africa\">Africa Photolisting</a>\n</li>\n<li><a href=\"http://adoption.com/photolisting/advance-search\">Advanced Search</a>\n</li>\n<li><a href=\"http://adoption.com/international-adoption-guide\">Guide | International Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Special_Needs\">Forums | Special Needs</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Special_Needs\">WIki | Special Needs</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_9716 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/reviews\"> Reviews</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/reviews\">Home | Reviews</a>\n</li>\n<li><a href=\"http://adoption.com/selecting-an-adoption-agency\">Guide | Choosing an Agency</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/jreviews/search-results?order=alpha&jr_services=adoption-agency\">Adoption Agencies</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/jreviews/search-results?order=alpha&jr_services=adoption-attorney\">Adoption Attorneys</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/jreviews/search-results?order=alpha&jr_services=international-adoption\">International Agencies</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/jreviews/search-results?order=alpha&jr_services=home-study\">Home Study Providers</a>\n</li>\n<li><a href=\"http://adoption.com/reviews/jreviews/search-results?order=alpha&jr_services=search-reunion\">Search & Reunion Experts</a>\n</li>\n</ul>\n</li>\n<li class=\"dropdown slectedcat_5633 \"><a class=\"btn dropdown-toggle\" data-delay=\"1000\" data-hover=\"dropdown\" href=\"http://adoption.com/wiki\"> Wiki</a>\n<ul class=\"new_submenu_list dropdown-menu\">\n<li><a href=\"http://adoption.com/wiki\">Home | Adoption Wiki</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Adoption\">About Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Adoption_Celebrities\">Adoption Celebrities</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Adoption_Encyclopedia\">Adoption Encyclopedia</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Category:Adoption_History\">Adoption History</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Adoption_Laws_in_the_United_States\">Adoption Laws</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Adoption_Parenting\">Adoption Parenting</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Affording_Adoption\">Affording Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/International_Adoption\">International Adoption</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Pregnancy\">Pregnancy</a>\n</li>\n<li><a href=\"http://adoption.com/wiki/Special_Needs\">Special Needs</a>\n</li>\n</ul>\n</li>\n</ul>\n<div class=\"navbar-right\">\n<div class=\"navbar-right header_main_icons\">\n<div class=\"dropdown user_icon\"><a href=\"javascript:void(0);\" class=\"dropdown-toggle\" data-toggle=\"dropdown\"><i class=\"fa fa-user fa-2x\"></i></a>\n<div class=\"dropdown-menu user_iconinn\"><strong>JOIN 800,000+ MEMBERS</strong> <a href=\"http://adoption.com/sso/register/\" class=\"btn btn-primary btn-sm\">JOIN</a>\n<a href=\"http://adoption.com/sso/login\" class=\"btn btn-default btn-sm\">SIGN IN</a>\n</div>\n</div>\n</div>\n<div class=\"navbar-form navbar-right search_box\">\n<form name=\"searchForm\" id=\"frmgooglesearch\" action=\"http://adoption.com/searchadoption\" method=\"get\" onsubmit=\"if (q.value == '') {\n                            return false;\n                        }\">\n<div class=\"input-group\">\n<input type=\"hidden\" name=\"cx\" id=\"cx\" value=\"000948484903177075177:8cywqphb1ua\">\n<input type=\"hidden\" name=\"cof\" value=\"FORID:9\">\n<input type=\"hidden\" name=\"js\" value=\"1\">\n<input type=\"text\" placeholder=\"Search...\" class=\"form-control\" id=\"q\" name=\"q\">\n<span class=\"input-group-btn\">\n<button type=\"submit\" class=\"\">\n<i class=\"fa fa-search\">&nbsp;</i>\n</button>\n</span>\n</div>\n</form>\n</div>\n</div>\n</div>\n</nav>\n<div id=\"maincont1\">\n<div id=\"container_outer\">\n<div id=\"container\" class=\"internal_cont\">\n<div id=\"maincont\">\n<input type=\"hidden\" id=\"page_cat\" value=\"slectedcat_\"/>\n<input type=\"hidden\" id=\"page_next_parent_menu\" value=\"\"/>\n<div class=\"for_nav_btn\"><a href=\"javascript:void(0);\" style=\"color:#fff\">Navigation</a></div>\n<div class=\"sidebarparent\" style=\"z-index:1000\">\n<div class=\"leftnavcontentblock\">\n<div id=\"homesidebar\" class=\"leftnav\" style=\"display:none\">\n<ul class=\"sidebar_list reset\">\n<li class=\"backtoprevious backbtn\"><a href=\"javascript:void(0);\">Back to </a></li>\n<li><a href=\"http://adoption.com/unplanned-pregnancy\">Unplanned Pregnancy</a></li><li><a href=\"http://adoption.com/adopt\">How to Adopt</a></li><li><a href=\"http://adoption.com/search-and-reunion-guide/\">Reunion</a></li> </ul>\n</div>\n<div id=\"main_sidebar\" class=\"leftnav\">\n<ul class=\"sidebar_list reset\">\n<li class=\"backbtn\" id=\"backtohome\"><a href=\"javascript:void(0);\">Back to Home</a></li>\n</ul>\n</div>\n</div>\n</div>\n<div id=\"dfpad_top\" class=\"article_dfpad_top\">\n<script type='text/javascript'> googletag.cmd.push(function() {\n                        googletag.display('dfpad_top');\n                    });</script>\n</div>\n<div class=\"post-body\">\n<div class=\"article_listing_main article_lm container-fluid\">\n<div class=\"col-lg-12\">\n<div class=\"bredcrum\">\n<a href=\"http://adoption.com\">Home</a>/<a href=\"http://adoption.com/articles/birth-parents\" class=\"active\">7 Birth Parents</a> </div>\n<div class=\"header_title_content\">\n<div class=\"maintitle\">\n<h1>What Not to Say to a Birth Mom or Adoptee</h1>\n<h2 class=\"mainsubtitle\">Choose your words wisely.</h2>\n</div>\n<div class=\"socialshare_icons col-lg-12 row\">\n<div class=\"fb_share icon\"><a onclick=\"adoptshareonfb();\" href=\"javascript:void(0)\"><img src=\"http://adoption.com/wp-content/themes/adoptionnew/images/article_facebook_share.gif\" alt=\"image\"/><span>Share</span></a></div>\n<div class=\"pintrest_share icon\"><a href=\"javascript:void(0)\" onclick=\"adoptshareonpint();\"><img src=\"http://adoption.com/wp-content/themes/adoptionnew/images/article_pintrest_share.gif\" alt=\"image\"/><span>Pin</span></a></div>\n<div class=\"twitter_share icon\"><a href=\"javascript:void(0)\" onclick=\"adoptshareontweet();\"><img src=\"http://adoption.com/wp-content/themes/adoptionnew/images/twitter.png\" alt=\"image\"/><span>Tweet</span></a></div>\n<div class=\"gplus_share icon\"><a href=\"javascript:void(0)\" onclick=\"adoptshareongplus();\"><img src=\"http://adoption.com/wp-content/themes/adoptionnew/images/google_plus.png\" alt=\"image\"/><span>Share</span></a></div>\n</div>\n</div>\n</div>\n<div class=\"col-lg-8 col-sm-6\">\n<div class=\"article_banner\">\n<img src=\"http://adoption.com/wp-content/uploads/2014/06/WhatNOTtosay-24.jpg\" alt=\"article image\" class=\"wp-image-main img-responsive\"></div>\n<div class=\"article_listing_maininn\">\n<div class=\"the_content\">\n<p style=\"text-align: left;\"><b>This is solely my opinion. Every person is different, so the things that I have experienced in no way reflect EVERY birth mother or adoptee.</b>\n<h3 style=\"text-align: left;\"><b>What Not to Ask or Say to a Birth Mom</b></h3>\n<p>First, the biggest mistake I often hear in adoption talk is <b>&#8220;giving a baby up for adoption.&#8221;</b> I know this a common mistake. I&#8217;ve said it too, and I&#8217;m a birth mom AND an adoptee! This phrase is such a stab in the heart to most birth moms because it presumes we just gave our baby away because we did not want him or her. Giving something away typically means you did not want whatever it was. In the adoption world, we use the term &#8220;place.&#8221; I placed my birth son for adoption. This phrase is much more loving and just sounds better. We placed our baby in the arms of their parents. We placed them in a good home. Placing something somewhere is usually done with care and caution because you have love and concern for what you are placing. In the adoption world, placing our children is done with love and concern.\n<p><b>&#8220;Birth moms are just lazy.&#8221; </b>\n<p>I know someone who used to have this notion about birth moms. He said he thought birth mother simply did not want the responsibility of taking care of a child. Being a birth mother is much more difficult than one might think. Choosing to be a birth mom is choosing an emotionally difficult path, a path far from lazy. I hope not many people think this, but if you do, do not say it to a birth mom. Go talk to one so she can change your mind!\n<p><b>&#8220;So, did you not want your baby?&#8221;</b>\n<p>Yes, people actually ask this. I know for many people, they really cannot comprehend why I, or any other birth mother, would allow someone else to raise their child. The reasons are usually very personal. Every birth mom I have met all<b> </b>wanted their children, but for their personal and very emotional reasons, chose adoption for their baby.\n<p><b>&#8220;Do you think your birth son will be mad at you for choosing adoption?”</b>\n<p>He might be mad. He might question why I did choose adoption. I also trust his parents. I trust that they will tell him how much I loved him and that I wanted him to have the very best life from the start. Will this ease his questioning? I do not know. I do know that it eased mine. I was never angry with my own birth mother because my parents always told me the great love she had for me. There was never a question or doubt of her love for me. I trust that my birth son will feel the same.\n<p>This question is hurtful, but it allows a birth mother to share her testimony of why she chose adoption. We can never determine what the future holds. A birth mom cannot determine the future effects that an adoption will have on a child.\n<p><b>&#8220;Can you get your baby back?&#8221;</b>\n<p>I hate to think that people really do not understand what adoption is. Adoption is much different from foster care. In the foster care system, most children were taken out of the home due to the parents not doing what was best for their child. Yes, they can get their children back after they get things in order and clean up their life. However, adoption is different. An expectant parent chooses a family for their child and when that child is born, the birth mother then signs all parental rights away to the new parents. It varies by state, but usually the birth mother only has a limited amount of time to change her mind (in California it is 24 hours). I do not think this question is appropriate to ask any birth mother. The choice she made was not easy and a question like this may generate painful feelings.\n<h3 style=\"text-align: left;\" align=\"center\"><b>What Not to Ask or Say to an Adoptee</b></h3>\n<p><b>&#8220;Do you know your real parents?&#8221;</b>\n<p><b></b>I love my birth mother and she is just that: my birth mother. My mom is the woman that raised me&#8211;my adoptive mother. So, to ask an adoptee if they know their real parents is thoughtless and can be hurtful. Many adoptees do not even know their birth parents. All they have ever known is their adoptive parents: their real parents.\n<p><b>&#8220;You know your birth mom didn&#8217;t love you.&#8221;</b>\n<p>Someone once said this too me. It was someone who did not know me but knew I was adopted. I did not let this comment get to me because I knew without any doubt that my birth mom did love me. I knew because my parents had told me and my birth mother had written me a letter when I was just hours old.  A comment like this is completely horrible and heartless. Yes, my birth mother loved me. That is why she chose life for me and gave me a wonderful family.\n<p><b>&#8220;All adopted kids are messed up.&#8221;</b>\n<p>I have heard that my siblings and I are the exception to this rule because someone knows<b> </b>one family who has one adopted kid that has some problems. This must mean all adopted kids are messed up right? How many families do you know who have biological children who are &#8220;messed up&#8221;? I know plenty! Therefore, I do not think there is any merit to this comment. The child might have had problems if he or she was not adopted. Maybe their bad behavior is just their personality. If children are adopted at an older age and have experienced traumatic things, then yes, they may have some issues to be addressed. However, categorizing all adoptees into being &#8220;messed up&#8221; is wrong and hurtful.\n<p>&nbsp;\n<p>These comments and questions are just a few of the things not to say to a birth mom or adoptee. I picked these particular comments and questions because they have been directed at me at some point. Just remember: When speaking to an adoptee or birth mom, it is okay to ask questions. I am an open book! However, be sensitive. I know many people are curious, but maybe the adoptee or birth mom is not ready to answer certain questions. Let certain things stay personal. If the adoptee or birth mom chooses to share, they will.\n</div>\n</div>\n<div class=\"article_footer\">\n<div>\n<div class=\"want_more_sec\">\n<div class=\"want_more_head\">\n<p class=\"moretextDiv\"> <span class=\"loved_this\">Love this? </span> Want more? </p>\n<span class=\"for_brd\">&nbsp;</span>\n<p class=\"signup_txt signup_txt_des\">Sign up for our newsletter and never miss out on the best adoption content!</p>\n<p class=\"signup_txt signup_txt_mobile_des\">Sign up for our newsletter!</p>\n</div>\n<div class=\"signup_main\">\n<div class=\"email_desc\">\n<input type=\"text\" value=\"\" placeholder=\"Email address...\" name=\"input\" class=\"input\"/>\n<input type=\"submit\" value=\"Sign up!\" class=\"sign_up_btn\" name=\"sign_up_btn\"/>\n</div>\n</div>\n</div>\n<div class=\"article_btm_sec\">\n<div class=\"article_btm_sec_lft\">\n<div class=\"fav_article\"> <a href=\"#\" class=\"fav\">&nbsp;</a> </div>\n<div class=\"follow_author\">\n<div class=\"author_img\" style=\"display:none\"> <img alt='' src='http://0.gravatar.com/avatar/c524632dc84871ac3368c41796123e66?s=135&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D135&amp;r=G' class='avatar avatar-135 photo' height='135' width='135'/> </div>\n<div class=\"author_desc author_desc_noimg\">\n<h4><b>AUTHOR</b> <span>/</span> Sierra Kilpatrick <span class=\"for_brd\">&nbsp;</span> </h4>\n<p>\nI had the privileged of being adopted as a newborn baby. I have a great relationship with my birth mom, who I met when I was 23. At 22, I had my own unplanned pregnancy and decided adoption was best for my birth son. I have spent the years since his birth in 2006, mentoring other birth moms and sharing my story. I hope to shed a positive light on adoption. I love both my roles as an adoptee and a birth mom.\nI met my prince charming and was married in 2007. In 2010, my husband and I welcomed a beautiful baby girl into our world. </p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"article_comments\">\n <h3>Comments</h3><div class=\"fb-comments\" data-href=\"http://adoption.com/what-not-to-say-to-a-birth-mom-or-adoptee/\" data-num-posts=\"5\" data-width=\"555\" data-colorscheme=\"light\"></div></div>\n</div>\n</div>\n</div>\n<div class=\"col-lg-4 col-sm-6\">\n<div class='dfp_ad_300_600_flexi'>\n<div id='dfp_ad_1'>\n<script>googletag.cmd.push(function() {\n                                                googletag.display('dfp_ad_1');\n                                            });\n                                        </script>\n</div>\n</div>\n<div class=\"article_bottom_right\">\n<div class=\"dfp_ad_pg_author_sec\" id='dfp_ad_pg_author_sec_1' style=\"margin-bottom:15px;\"><script type='text/javascript'>googletag.cmd.push(function() {\n                                                    googletag.display('dfp_ad_pg_author_sec_1');\n                                                });</script></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"footer\"> </div>\n<div id=\"dfpad_bottom\" class=\"home_dfpad_bottom dfp_bottom_for_content_page\">\n<script type='text/javascript'> googletag.cmd.push(function() {\n            googletag.display('dfpad_bottom');\n        });</script>\n</div>\n<div class=\"left_nav_footer footer_for_content_page\" id=\"left_nav_footer\"> <span>&copy;2015 <a href=\"http://elevati.com/\">Elevati</a></span>, LLC. All rights reserved. <a href=\"http://elevati.com/about/\">About</a> | <a href=\"http://elevati.com/contact-us/\">Contact</a> | <a href=\"http://elevati.com/advertise/\">Advertise</a> | <a href=\"/sitemap/\">Sitemap</a> <br/>\nThis site does not provide professional, legal or medical advice. By using this site you agree to the <a href=\"/terms-of-service/\">Terms of Service</a>, <a href=\"/privacy-notice/\">Privacy Notice</a> and <a href=\"/community-rules/\">Community Rules</a>. </div>\n</div>\n</div><script>\n    jQuery(document).ready(function($) {\n\n        var childdivname = $('#page_next_parent_menu').val();\n        if (childdivname != '') {\n            $newdiv = $('#panel_' + childdivname + 'a');\n            if ($newdiv.length) {\n                $('.leftnav').hide().css({'z-index': '1000'});\n                $newdiv.css({'z-index': '1001'}).show();\n            }\n        }\n        $('#backtohome').click(function() {\n\n            $('.leftnav').hide(1000);\n\n            $('#homesidebar').css({'z-index': '1002'}).show('slide', {direction: 'left'}, 500);\n        });\n\n        $('.backtoprevious').click(function() {\n\n            $('#main_sidebar').show().css({'z-index': '1001'});\n            $('#homesidebar').css({'z-index': '1002'}).hide('slide', {direction: 'left'}, 500);\n        });\n\n        $('.backtopreviousparent').click(function() {\n            $('.leftnav').hide();\n            $('#main_sidebar').css({'z-index': '1002'}).show('slide', {direction: 'left'}, 500);\n        });\n\n        $('.backtothird').click(function() {\n            var idname = $(this).attr('rel');\n            $('.leftnav').hide();\n            $('#' + idname + 'a').css({'z-index': '1002'}).show('slide', {direction: 'left'}, 500);\n        });\n        $('.for_nav_btn').click(function() {\n            $('.sidebarparent').slideToggle('medium');\n        });\n    });\n</script>\n<script src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery-ui-1.10.3.custom.min.js\"></script>\n<script src=\"http://adoption.com/wp-content/themes/adoptionnew/js/lib/elevati.js\"></script>\n<script type=\"text/javascript\">\n        /* <![CDATA[ */\n        var _gaq = _gaq || [];\n        _gaq.push(['_setAccount', 'UA-410270-6']);\n        _gaq.push(['_trackPageview']);\n\n            (function() {\n            var ga = document.createElement('script');\n            ga.type = 'text/javascript';\n            ga.async = true;\n            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n            var s = document.getElementsByTagName('script')[0];\n            s.parentNode.insertBefore(ga, s);\n        })();\n\n        (function(b) {\n        (function(a) {\n            \"__CF\"in b && \"DJS\"in b.__CF ? b.__CF.DJS.push(a) : \"addEventListener\"in b ? b.addEventListener(\"load\", a, !1) : b.attachEvent(\"onload\", a)\n        })(function() {\n            \"FB\"in b && \"Event\"in FB && \"subscribe\"in FB.Event && (FB.Event.subscribe(\"edge.create\", function(a) {\n                _gaq.push([\"_trackSocial\", \"facebook\", \"like\", a])\n            }), FB.Event.subscribe(\"edge.remove\", function(a) {\n                _gaq.push([\"_trackSocial\", \"facebook\", \"unlike\", a])\n            }), FB.Event.subscribe(\"message.send\", function(a) {\n                _gaq.push([\"_trackSocial\", \"facebook\", \"send\", a])\n            }));\n            \"twttr\"in b && \"events\"in twttr && \"bind\"in twttr.events && twttr.events.bind(\"tweet\", function(a) {\n                if (a) {\n                    var b;\n                    if (a.target && a.target.nodeName == \"IFRAME\")\n                        a:{\n                            if (a = a.target.src) {\n                                a = a.split(\"#\")[0].match(/[^?=&]+=([^&]*)?/g);\n                                b = 0;\n                                for (var c; c = a[b]; ++b)\n                                    if (c.indexOf(\"url\") === 0) {\n                                        b = unescape(c.split(\"=\")[1]);\n                                        break a\n                                    }\n                            }\n                            b = void 0\n                        }\n                    _gaq.push([\"_trackSocial\", \"twitter\", \"tweet\", b])\n                    }\n                })\n            })\n        })(window);\n        /* ]]> */\n        </script>\n<script type=\"text/javascript\"> $ = jQuery;</script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery.masonry.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery.infinitescroll.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery.infinitescroll_grid.extend.js\"></script>\n<script src=\"http://adoption.com/wp-content/themes/adoptionnew/js/lib/elevati/masonry.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/jquery-effect.js\"></script>\n<script type=\"text/javascript\" src=\"http://adoption.com/wp-content/themes/adoptionnew/js/selectbox.js\"></script>\n \n<script type=\"text/javascript\">\njQuery(document).ready(function($){\n  $(\"a[rel*=lightbox]\").colorbox({width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:false,initialHeight:false,maxWidth:false,maxHeight:false,scalePhotos:false,opacity:0.8,preloading:false,current:\" {current}  {total}\",previous:\"\",next:\"\",close:\"\",overlayClose:false,loop:false,scrolling:false,escKey:false,arrowKey:false,top:false,right:false,bottom:false,left:false});\n});\n</script>\n<script type='text/javascript' src='http://adoption.com/wp-content/themes/adoptionnew/js/navigation.js?ver=1.0'></script>\n<script type='text/javascript' src='http://adoption.com/wp-content/plugins/lightbox-plus/js/jquery.colorbox.1.3.32.js?ver=1.3.32'></script>\n<script type='text/javascript' src='http://adoption.com/wp-content/plugins/lightbox-plus/css/overtext/helper.js?ver=2.6'></script>\n \n<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n  var js, fjs = d.getElementsByTagName(s)[0];\n  if (d.getElementById(id)) return;\n  js = d.createElement(s); js.id = id;\n  js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1&appId=436745413097452\";\n  fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n \n<div id=\"parsely-root\" style=\"display: none\">\n<div id=\"parsely-cfg\" data-parsely-site=\"adoption.com\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n        var h = d.location.protocol, i = p + \"-\" + s,\n                e = d.getElementById(i), r = d.getElementById(p + \"-root\"),\n                u = h === \"https:\" ? \"d1z2jf7jlzjs58.cloudfront.net\"\n                : \"static.\" + p + \".com\";\n        if (e)\n            return;\n        e = d.createElement(s);\n        e.id = i;\n        e.async = true;\n        e.src = h + \"//\" + u + \"/p.js\";\n        r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n \n<script type=\"text/javascript\">\n    (function(i, s, o, g, r, a, m) {\n        i['GoogleAnalyticsObject'] = r;\n        i[r] = i[r] || function() {\n            (i[r].q = i[r].q || []).push(arguments)\n        }, i[r].l = 1 * new Date();\n        a = s.createElement(o),\n                m = s.getElementsByTagName(o)[0];\n        a.async = 1;\n        a.src = g;\n        m.parentNode.insertBefore(a, m)\n    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');\n    ga('create', 'UA-410270-6', 'auto');\n                    ga('set', 'Authors', post_author);\n            ga('set', 'dimension1', post_author);\n            ga('set', 'Sections', post_category);\n            ga('set', 'dimension2', post_category);\n            ga('set', 'PostsType', post_type);\n            ga('set', 'dimension3', post_type);\n            ga('set', 'Tags', post_keywords);\n            ga('set', 'dimension4', post_keywords);\n            ga('set', 'DateCreated', date_created);\n            ga('set', 'dimension5', date_created);\n            ga('set', 'Headline', post_title);\n            ga('set', 'dimension6', post_title);\n            ga('set', 'Url', post_url);\n            ga('set', 'dimension7', post_url);\n        ga('send', 'pageview');\n</script>\n \n<div style=\"display:none\"> host: www1</div>\n</body></html>\n"
  },
  {
    "path": "tests/data/html/al.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tLou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes | \t\t\t\t\t\tAL.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">AL.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Ari Wasserman, Northeast Ohio Media Group</Attribute>\n\t\t\t<Attribute name=\"article_description\">&quot;Mark May is a great guy,&quot; he said. &quot;We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.&quot;</Attribute>\n\t\t\t<Attribute name=\"image_src\">https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/29/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes\", \"link\": \"http://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html\", \"image_url\": \"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\", \"type\": \"post\", \"post_id\": \"14849035\", \"pub_date\": \"2014-12-29T21:12:36Z\", \"author\": \"Ari Wasserman, Northeast Ohio Media Group\", \"tags\": [\"alabama football 2014\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\", \"author_name\": \"ariwasserman\", \"author_nickname\": \"Ari Wasserman, Northeast Ohio Media Group\", \"author_id\": \"11059794\", \"source_blog_name\": \"Sports\", \"source_blog_url\": \"http://www.al.com/sports/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes\" />\n\t<meta name=\"article_publication_name\" content=\"AL.com\" />\n\t<meta name=\"article_author\" content=\"Ari Wasserman, Northeast Ohio Media Group\" />\n\t<meta name=\"article_date_original\" content=\"Monday, December 29, 2014,  3:02 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  4:16 PM\" />\n\t<link rel=\"image_src\" href=\"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"alabama football 2014\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"&quot;Mark May is a great guy,&quot; he said. &quot;We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.&quot;\" />\n\t\t<meta name=\"twitter:image\" content=\"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@aldotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"@AriWasserman\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes\" />\n\t<meta property=\"og:description\" content=\"&quot;Mark May is a great guy,&quot; he said. &quot;We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.&quot;\" />\n\t<meta property=\"og:site_name\" content=\"AL.com\" />\n\t<meta property=\"og:url\" content=\"http://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\" />\n\t\t<meta property=\"og:image\" content=\"https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.al.com/design/alpha/img/logo_bama.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001',\n\t\thref: 'http://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html'\n\t\t}\n\t\tvar desc  = '\\\"Mark May is a great guy,\\\" he said. \\\"We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.\\\"';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352279\",\n\t\t\"articleId\": \"2088a926f6c70fcb26a1d931b690dba3\",\n\t\t\"checksum\": \"daf151995be095132022a42339c6fbb8\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6ImRhZjE1MTk5NWJlMDk1MTMyMDIyYTQyMzM5YzZmYmI4IiwiYXJ0aWNsZUlkIjoiMjA4OGE5MjZmNmM3MGZjYjI2YTFkOTMxYjY5MGRiYTMiLCJ1cmwiOiJodHRwOi8vd3d3LmFsLmNvbS9zcG9ydHMvaW5kZXguc3NmLzIwMTQvMTIvbG91X2hvbHR6X29oaW9fc3RhdGVfZGVmZW5kZXIuaHRtbCIsInRpdGxlIjoiTG91IEhvbHR6LCBPaGlvIFN0YXRlIGRlZmVuZGVyIG9uIEVTUE4sIGhhcyBiZWVuIHJpZ2h0IGFib3V0IHRoZSBCdWNrZXllcyIsInRhZ3MiOiJleHBlcnQsYWxhYmFtYSBmb290YmFsbCAyMDE0In0.OLYoqzjZhMngKl_o6pHoxnawEEyh5WMM9WLnKO5BeWY\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"11059794\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Sports\" href=\"http://www.al.com/sports/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.al.com/sports_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.al.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/a/al-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/burt/adv_burt_bama.js\"></script>\n\n\n<script type=\"text/javascript\" src=\"http://media.al.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.al.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.al.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"3510\";\n\t\tm_blog_name = \"Sports\";\n\t\tm_blog_url = \"http://www.al.com/sports/index.ssf/\";\n\t\tm_blog_newspaper = \"\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes\";\n\t\t\tm_entry_categories = \"Alabama Football; Alabama Sports; College Football; Sports - Birmingham ; Sports - Gulf Live; Sports - Huntsville ; Sports - Mobile ; Sports - Montgomery ; Sports - Tuscaloosa \";\n\t\t\tm_entry_author_name = \"Ari Wasserman, Northeast Ohio Media Group\";\n\t\t\tm_entry_author_username = \"ariwasserman\";\n\t\t\tm_entry_author_public_email = \"awasserman@cleveland.com\";\n\t\t\n\t\tm_entry_basename = \"lou_holtz_ohio_state_defender\";\n\t\tm_entry_link = \"http://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html\";\n\t\tm_entry_tags = \"alabama football 2014\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14849035\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"&quot;Mark May is a great guy,&quot; he said. &quot;We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.&quot;\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/a/al-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/burt/adv_burt_bama.js\"></script>\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/al/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.al.com/\" title=\"AL.com\"><span class=\"ir\">AL.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\">\n                    <h3 data-state=\"7\" class=\"advEdition\">\n                        \n                        <span>Alabama</span>\n                    </h3>\n                </div>\n                \n\t\t\t\t<div id=\"adv_edition_dropdown\" class=\"advDropdown advLayer\">\n\t\t\t\t\t<div class=\"advPanelArrow\"></div>\n\t\t\t\t\t<div class=\"advDropdownOuter\">\n\t\t\t\t\t\t<div class=\"advDropdownInner\">\n\t\t\t\t\t\t\t<ul id=\"adv_edition_menu\" class=\"advMenuSecondary advMenuSub advMenu\">\n\t\t\t\t\t\t\t    \n                                <li data-value=\"birmingham\" data-state=\"7\">Birmingham</li>\n                                \n                                <li data-value=\"huntsville\" data-state=\"7\">Huntsville</li>\n                                \n                                <li data-value=\"mobile\" data-state=\"7\">Mobile</li>\n                                \n                                <li data-value=\"montgomery\" data-state=\"7\">Montgomery</li>\n                                \n                                <li data-value=\"tuscaloosa\" data-state=\"7\">Tuscaloosa</li>\n                                \n                                <li data-value=\"anniston-gadsden\" data-state=\"7\">Anniston/Gadsden</li>\n                                \n                                <li data-value=\"beaches\" data-state=\"7\">Beaches</li>\n                                \n                                <li data-value=\"alabama\" data-state=\"7\">Alabama</li>\n                            \n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.al.com/\">Home</a></li>\n                            \n                            <li id=\"adv_menu_select_edition\" data-state=\"2\" data-key=\"edition\">\n                                <span class=\"advHelperText\">Set Your Edition</span>\n                                <span class=\"nolink\">Alabama</span><span class=\"next\" data-state=\"2\" data-key=\"edition\"></span>\n                            </li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.al.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"1004\"></span></li><li><a href=\"http://www.al.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"6354\"></span></li><li><a href=\"http://www.al.com/opinion\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6452\"></span></li><li><a href=\"http://www.al.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"1003\"></span></li><li><a href=\"http://www.al.com/hssports/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.al.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"1005\"></span></li><li><a href=\"http://www.al.com/jobs/\">Jobs</a><span class=\"next\" data-state=\"2\" data-key=\"6355\"></span></li><li><a href=\"http://www.al.com/autos/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"1045\"></span></li><li><a href=\"http://realestate.al.com/\">Real Estate</a><span class=\"next\" data-state=\"2\" data-key=\"1008\"></span></li><li><a href=\"http://www.al.com/classifieds/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"1009\"></span></li><li><a href=\"http://birminghamfindnsave.al.com/\">FIND&amp;SAVE</a><span class=\"next\" data-state=\"2\" data-key=\"6357\"></span></li><li><a href=\"http://www.al.com/obituaries/\">Obituaries</a><span class=\"next\" data-state=\"2\" data-key=\"6356\"></span></li><li><a href=\"http://photos.al.com/alphotos\">Photos &amp; Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6378\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"1004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/politics/\">Politics</a></li><li><a href=\"http://www.al.com/education/\">Education</a></li><li><a href=\"http://www.al.com/crime/\">Crime</a></li><li><a href=\"http://www.al.com/newsflash/\">Nation/World</a></li><li><a href=\"http://www.al.com/religion/\">Religion</a></li><li><a href=\"http://www.al.com/investigates\">AL.com Investigates</a></li><li><a href=\"http://www.al.com/data\">Data Mine</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7574\" data-sub-parent=\"1004\"><a href=\"http://www.al.com/local/\">Your Community</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7574\" data-sub-parent=\"1004\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6354\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7016\" data-sub-parent=\"6354\"><a href=\"http://businessfinder.al.com/\">Find a local business</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7016\" data-sub-parent=\"6354\"></span></li><li><a href=\"http://www.al.com/jobnews\">Latest Job News</a></li><li><a href=\"http://www.al.com/careeradvice\">Career Advice</a></li><li><a href=\"http://blog.al.com/press-releases/index.html\">Press Releases</a></li><li><a href=\"http://blog.al.com/press-releases/post.html\">Submit a Press Release</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6452\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/opinion/\">AL.com Opinion</a></li><li><a href=\"http://www.al.com/opinion/guest\">Guest Opinion</a></li><li><a href=\"http://www.al.com/opinion/letters-editor\">Submit a letter to the editor</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1003\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/alabamafootball/\">Alabama Crimson Tide Football</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7601\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/alabama\">More Crimson Tide Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7601\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/auburnfootball\">Auburn Tigers Football</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7616\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/auburn\">More Tigers Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7616\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/sec\">SEC</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7628\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/sec-cocktail\">SEC Cocktail</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7628\" data-sub-parent=\"1003\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7637\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/college-football\">More Alabama Colleges</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7637\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/recruiting\">Recruiting</a></li><li><a href=\"http://www.al.com/sports/odds\">Sports Odds</a></li><li><a href=\"http://www.al.com/highschool/\">High School</a></li><li><a href=\"http://www.al.com/outdoors/\">Outdoors</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7715\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/sports/complete\">Pro Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7715\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/sports/complete/\">More</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1005\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7724\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/events\">Event Calendar</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7724\" data-sub-parent=\"1005\"></span></li><li><a href=\"http://www.al.com/living/\">Living</a></li><li><a href=\"http://www.al.com/movies/\">Movies</a></li><li><a href=\"http://www.al.com/music/\">Music</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1050\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/food/\">Food &amp; Drink</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1050\" data-sub-parent=\"1005\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1043\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/dining/\">Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1043\" data-sub-parent=\"1005\"></span></li><li><a href=\"http://www.al.com/travel/\">Travel</a></li><li><a href=\"http://www.al.com/celebrations/\">Celebrations</a></li><li><a href=\"http://www.al.com/fashion/\">Fashion</a></li><li><a href=\"http://www.al.com/health-fitness/\">Health &amp; Fitness</a></li><li><a href=\"http://www.al.com/books/\">Books</a></li><li><a href=\"http://www.al.com/home-garden\">Home &amp; Garden</a></li><li><a href=\"http://www.al.com/pets\">Pets</a></li><li><a href=\"http://www.al.com/weddings\">Weddings</a></li><li><a href=\"http://www.al.com/bhammag\">Birmingham Magazine</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6355\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/jobs/\">Search job openings</a></li><li><a href=\"http://www.al.com/jobs/products/\">List a Job</a></li><li><a href=\"http://www.al.com/jobnews\">Latest Job News</a></li><li><a href=\"http://www.al.com/careeradvice\">Career Advice</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1008\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.al.com\">For Sale</a></li><li><a href=\"http://realestate.al.com/for-rent\">For Rent</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1009\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/obits/\">Obits</a></li><li><a href=\"http://realestate.al.com/for-rent\">Rentals</a></li><li><a href=\"http://www.al.com/classifieds/pets/\">Pets</a></li><li><a href=\"http://realestate.al.com\">For Sale</a></li><li><a href=\"http://www.al.com/garagesales/\">Garage Sales</a></li><li><a href=\"http://www.al.com/fraud_prevention/\">Fraud Prevention</a></li><li><a href=\"http://www.al.com/placead/\">Place An Ad</a></li><li><a href=\"http://www.al.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://classifieds.al.com/?temp_type=toc&amp;category=index&amp;tp=ME_bama&amp;property=al.com\">More Classifieds</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6357\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://birminghamfindnsave.al.com/?ac=AFFbirmingham.alFSNAVFLS\">Birmingham</a></li><li><a href=\"http://huntsvillefindnsave.al.com/?ac=AFFhuntsvillefindnsave.alFSNAVFLS\">Huntsville</a></li><li><a href=\"http://mobilefindnsave.al.com/?ac=AFFmobile.alFSNAVFLS\">Mobile</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6356\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://obits.al.com/obituaries/birmingham/\">Birmingham obituaries</a></li><li><a href=\"http://obits.al.com/obituaries/huntsville/\">Huntsville obituaries</a></li><li><a href=\"http://obits.al.com/obituaries/mobile/\">Mobile obituaries</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6378\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.al.com/alphotos\">AL.com photos</a></li><li><a href=\"http://photos.al.com/\">Community photos</a></li><li><a href=\"http://photos.al.com/photogallery/upload.html\">Submit your own photos</a></li><li><a href=\"http://al.mycapture.com/mycapture/index.asp\">Purchase AL.com photos</a></li><li><a href=\"http://videos.al.com/al\">AL.com videos</a></li><li><a href=\"http://videos.al.com/index.html\">Your Videos</a></li><li><a href=\"http://videos.al.com/upload.html\">Submit your own videos</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.al.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.al.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsbasketball/\">Girls Basketball</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.al.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.facebook.com/aldotcom/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.twitter.com/aldotcom/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/109309845541768500709/\">Visit us on Google Plus</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://instagram.com/aldotcompix/\">View our Instagram Photos</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://pinterest.com/aldotcom/\">See our Pinterest page</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"birmingham\" data-val=\"birmingham\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&amp;pid=21\">The Birmingham News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"huntsville\" data-val=\"huntsville\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&amp;pid=17\">The Huntsville Times</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"mobile\" data-val=\"mobile\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.al.com/newsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.al.com/alerts\">Text alerts</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n                        <ul id=\"adv_menu_edition\" class=\"advMenuSub advMenu\" data-key=\"edition\">\n                            \n                            <li data-value=\"birmingham\" data-state=\"7\">Birmingham</li>\n                            \n                            <li data-value=\"huntsville\" data-state=\"7\">Huntsville</li>\n                            \n                            <li data-value=\"mobile\" data-state=\"7\">Mobile</li>\n                            \n                            <li data-value=\"montgomery\" data-state=\"7\">Montgomery</li>\n                            \n                            <li data-value=\"tuscaloosa\" data-state=\"7\">Tuscaloosa</li>\n                            \n                            <li data-value=\"anniston-gadsden\" data-state=\"7\">Anniston/Gadsden</li>\n                            \n                            <li data-value=\"beaches\" data-state=\"7\">Beaches</li>\n                            \n                            <li data-value=\"alabama\" data-state=\"7\">Alabama</li>\n                        \n                        </ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.al.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search AL.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>AL.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.al.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"bama\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.al.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.al.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.al.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.al.com/sign-in/?option=Facebook\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.al.com/sign-in/?option=Google\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.al.com/sign-in/?option=AIM\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.al.com/sign-in/?option=Twitter\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"birmingham\" data-val=\"birmingham\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&amp;pid=21\">The Birmingham News</a></li>\n                    \n                        <li value=\"huntsville\" data-val=\"huntsville\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&amp;pid=17\">The Huntsville Times</a></li>\n                    \n                        <li value=\"mobile\" data-val=\"mobile\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.al.com/newsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.al.com/alerts\">Text alerts</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n\t<!-- only for edition-based affiliates -->\n    <div id=\"adv_mobi_edition\">\n        <h3>Alabama</h3>\n        <span data-state=\"7\">Change Region</span>\n    </div>\n    <!-- /only for edition-based affiliates -->\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Sports = 'Sports';\n        comscorekw=Sports;\n        return Sports;\n\t\n}\nfunction getToprailMenuContext() {\n        return '1003';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div class=\"entry_widget_multimedia_main embeddedMedia\">\n\t\t\t<div class=\"adv-video_smrt\" >\n\t\t\t\t\n<div id=\"BCLcontainingBlock\"> \n  <div class=\"BCLvideoWrapper\"> \n    <!-- Start of Brightcove Player --> \n\n    \n    <object id=\"mt-16660464\" class=\"BrightcoveExperience\">\n      <param name=\"wmode\" value=\"opaque\" />\n      <param name=\"bgcolor\" value=\"#FFFFFF\" /> \n      <param name=\"width\" value=\"\" /> \n      <param name=\"height\" value=\"\" /> \n      <param name=\"playerID\" value=\"1949055968001\" /> \n      <param name=\"playerKey\" value=\"YkIjGt0d_2pffq3Hyk-548ylEDg9snqKfWZtdaaqV2TdT-NlVMT_pA..\" /> \n      <param name=\"isVid\" value=\"true\" /> \n      <param name=\"isUI\" value=\"true\" /> \n      <param name=\"dynamicStreaming\" value=\"true\" /> \n\n      <param name=\"@videoPlayer\" value=\"ref:mt-16660464\" /> \n\n      <param name=\"autoStart\" value=\"false\" />\n      <param name=\"includeAPI\" value=\"true\" />\n      <param name=\"templateLoadHandler\" value=\"myTemplateLoaded\" />\n      <param name=\"templateReadyHandler\" value=\"onTemplateReady\" />\n      <param name=\"additionalAdTargetingParams\" value=\"\" />\n    </object> \n\n    <!-- End of Brightcove Player --> \n  </div> \n</div> \n\n\t\t\t\t<span class=\"video-data\">\n\t\t\t\t\t<span class=\"title\"><a href=\"http://videos.cleveland.com/plain-dealer/2014/12/lou_holtz_on_mark_may.html\" target=\"_blank\">Lou Holtz on Mark May</a></span>\n\t\t\t\t\t<span class=\"caption\">ESPN College Football Analyst Lou Holtz discusses his frequent on-air arguments with colleague Mark May. </span>\n\t\t\t\t</span>\n\t\t\t</div>\n\t\t</div>\n\t\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.al.com/sports_impact/print.html?entry=/2014/12/lou_holtz_ohio_state_defender.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.al.com/staff/ariwasserman/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.al.com/avatars/11059794.png\" data-position=\"byline-avatar\">Ari Wasserman, Northeast Ohio Media Group</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.al.com/staff/ariwasserman/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tAri Wasserman, Northeast Ohio Media Group\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">AL.com</span>\n\t\t<br /> <a id=\"email_author\" onclick=\"emailAuthor()\">Email the author</a> | <a href=\"https://twitter.com/AriWasserman\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 29, 2014 at  3:02 PM, updated <span class=\"updated\" title=\"2014-12-29T22:16:26Z\">December 29, 2014 at  4:16 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.al.com%2Fsports%2Findex.ssf%2F2014%2F12%2Flou_holtz_ohio_state_defender.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.al.com%2Fsports%2Findex.ssf%2F2014%2F12%2Flou_holtz_ohio_state_defender.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Lou Holtz, Ohio State defender on ESPN, has been right about the Buckeyes',\n            'link':'http://www.al.com/sports/index.ssf/2014/12/lou_holtz_ohio_state_defender.html',\n            'desc': '\\\"Mark May is a great guy,\\\" he said. \\\"We have no teleprompter, no script, no rehearsal, but we have a difference of opinion.\\\"',\n\t    'thumbnail': 'https://brightcove01-secure.brightcove.com/6/275353188001/201412/2266/275353188001_3964281120001_vs-54a176dde4b0faa0abcc868c-1592194021001.jpg?pubId=275353188001'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>NEW ORLEANS - Both college football analysts on ESPN, Lou Holtz and Mark May are paid to discuss their unbiased, wide-ranging opinions about the sport on the air.</p>\n<p>They disagree a lot, especially when it comes to Ohio State.</p>\n<p>Holtz, a Notre Dame coaching legend, typically has been pro-Ohio State this year while May, a former player at Pittsburgh, has been down on the Buckeyes and the Big Ten.</p>\n<p>As No. 4 Ohio State prepares to take on No. 1 Alabama in the Sugar Bowl - a semifinal game in the inaugural College Football Playoff - Holtz didn't mind boasting a little about being right about the Buckeyes this year.</p>\n<p>\"Mark May is a great guy - We have no teleprompter, no script, no rehearsal, but we have a difference opinion,\" Holtz said. \"I love him, but he was a player, I was a coach. He made suggestions, I made decisions. He showered after work, I showered before work. I signed the the paycheck on the front, he signed the back.</p>\n<p>\"We just have a different way of looking at things.\"</p>\n<p>During a segment called \"Final Verdict\" on ESPN's College Football Final, Holtz bantered with May about whether or not the Big Ten would have a team in the playoff and whether Ohio State had a shot of cracking the top four.</p>\n<p>In those segments, co-host Rece Davis, dressed like a judge, rules either in favor of Holtz or May. Both times, May, who said Ohio State and the Big Ten were out of the College Football Playoff hunt, got the ruling.</p>\n<p>Holtz hasn't forgotten.</p>\n<p>\"I lost two 'Final Verdicts' and doggone it both of them turned out that Rece was wrong,\" Holtz said. \"No. 1 the Big Ten would have somebody in (the playoff) and Ohio State had a chance. Both times he ruled against me.\"</p>\n<p>As for why May tends to have an anti-Big Ten opinion - something many Ohio State fans feel is a trend - Holtz decided to sidestep that question.</p>\n<p>\"You would have to ask Mark May,\" Holtz said. \"One thing I learned, I don't speak for Mark May. I have a hard time speaking for Lou Holtz.\"</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.al.com%2Fsports%2Findex.ssf%2F2014%2F12%2Flou_holtz_ohio_state_defender.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.al.com%2Fsports%2Findex.ssf%2F2014%2F12%2Flou_holtz_ohio_state_defender.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Sports Opinion</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"www.al.com/auburnfootball/index.ssf/2015/01/auburns_disappointing_season_e.html\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.al.com/sports_impact/photo/kevin-scarbinskyjpg-6eeb0c76f3da52e3.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Scarbinsky: Auburn&#39;s disappointing season ends with one last bloomin&#39; embarrassment</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.al.com/sports/chat/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://imgick.al.com/home/bama-media/width620/img/sports_impact/photo/13057412-mmmain.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Live at 9 a.m.: AL.com live chat weekdays</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.al.com/sports/odds/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.al.com/news_impact/photo/danny-sheridanjpg-8f5039590618bc06.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Odds | Danny Sheridan</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <section id=\"stats-scoreboard\" class=\"scoreboard CT\">\r\n    <h2>Regional Scoreboard</h2>\r\n\r\n    <script type=\"text/javascript\">var now = new Date();var nowSecs = now.getTime();</script>\r\n    <script type=\"text/javascript\" src=\"http://stats.al.com/multisport/local_scoreboard.js.asp?region=alabama&amp;days=1\"></script>\r\n\r\n    <p>\r\n        <a href=\"http://stats.al.com/cfb/scoreboard.asp\">NCAAF</a>\r\n        | <a href=\"http://stats.al.com/fb/scoreboard.asp\">NFL</a>\r\n        | <a href=\"http://stats.al.com/mlb/scoreboard.asp\">MLB</a>\r\n    </p>\r\n\r\n    <div class=\"StatsLLC\">&copy; 2013 STATS LLC. All rights reserved.</div>\r\n    <div class=\"Button2 adunit nomobilead\" id=\"Button2\"></div>\r\n</section>\r\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(3);\n            var most_read_story_count = parseInt(5)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of AL.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.al.com/entertainment/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671554-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.al.com/entertainment/#incart_hbx\" >Entertainment: Movies, music, clubs and more</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.al.com/outdoors/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671475-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.al.com/outdoors/#incart_hbx\" >What's the latest from Alabama Outdoors?</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://videos.al.com/al/index.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671459-thumb_square_large.png\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://videos.al.com/al/index.html#incart_hbx\" >Watch the latest AL.com videos</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- No longer used; Pushed down into parent template -->\n<!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  <!-- No longer used; Pushed down into parent template -->\n\n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t     <div class=\"wrapper clearfix\">\r\n        <div id=\"footer-logos\">\r\n            <img src=\"http://media.al.com/static/bama/static/img/footer-logo-bama-inc.png\" alt=\"al.com logo\">\r\n        </div>\r\n      <div id=\"about-us\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul class=\"adv-first-cluster\">\r\n            <li><a href=\"http://www.alabamamediagroup.com\">About Alabama Media Group</a></li>\r\n            <li><a href=\"http://jobs.al.com/careers/company/detail/id/840717/page/jobs\">Jobs at Alabama Media Group</a></li>\r\n            <li><a href=\"http://www.alabamamediagroup.com/services/\">Advertise with us</a></li>\r\n          </ul>\r\n          <ul class=\"adv-second-cluster\">\r\n            <li><a href=\"http://www.al.com/aboutus/\">About AL.com</a></li>\r\n            <li><a href=\"http://www.al.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n            <li><a href=\"https://alonlinestore.com/\">Online Store</a></li>\r\n          </ul>\r\n        </div>\r\n\r\n        <div class=\"cluster clearfix\">\r\n          <h2>Customer Service</h2>\r\n          <ul class=\"full-width\">\r\n            <li>\r\n              <a href=\"http://www.alabamamediagroup.com/subscriber-services/\">Subscriber Services</a>\r\n              <ul>\r\n                <li><a href=\"https://member.al.com/Index.aspx?siteCode=BN\">The Birmingham News</a></li>\r\n                <li><a href=\"https://member.al.com/Index.aspx?siteCode=HT\">The Huntsville Times</a></li>\r\n                <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=rg&pid=9\">Press-Register</a></li>\r\n              </ul>\r\n            </li>\r\n            <li><a href=\"http://www.al.com/placead/\">Place an ad</a></li>\r\n            <li><a href=\"https://member.al.com/\">Get home delivery</a></li>\r\n            <li><a href=\"http://myevent.al.com/web/event.php\">Promote your event in our calendar</a></li>\r\n            <li><a href=\"http://www.alabamamediagroup.com/contact/\">Send us an email</a></li>\r\n            <li><a href=\"http://www.al.com/connect/\">Submit a news tip</a></li>\r\n            <li><a href=\"https://alonlinestore.com/\">Buy newspaper front pages, posters and more</a></li>\r\n          </ul>\r\n        </div>\r\n      </div><!-- /#about-us -->\r\n\r\n      <div id=\"sections\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n        <h2>AL.com Sections</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/news/\">News</a></li>\r\n            <li><a href=\"http://www.al.com/business/\">Business</a></li>\r\n            <li><a href=\"http://www.al.com/sports/\">Sports</a></li>\r\n            <li><a href=\"http://highschoolsports.al.com/\">High School Sports</a></li>\r\n            <li><a href=\"http://www.al.com/entertainment/\">Entertainment</a></li>\r\n            <li><a href=\"http://www.al.com/living/\">Living</a></li>\r\n            <li><a href=\"http://www.al.com/travel/\">Travel</a></li>\r\n            <li><a href=\"http://www.al.com/opinion/\">Opinion</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/deathnotices/\">Obituaries</a></li>\r\n            <li><a href=\"http://www.al.com/jobs/\">Jobs</a></li>\r\n            <li><a href=\"http://autos.al.com/\">Autos</a></li>\r\n            <li><a href=\"http://realestate.al.com/\">Real Estate</a></li>\r\n            <li><a href=\"http://realestate.al.com/for-rent\">Apartment Rentals</a></li>\r\n            <li><a href=\"http://classifieds.al.com/\">Classifieds</a></li>\r\n            <li><a href=\"http://www.al.com/shopping/\">Shopping Good Deals</a></li>\r\n            <li><a href=\"http://businessfinder.al.com/\">Local Businesses</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"clearfix cluster\">\r\n        <h2>Your Regional News Pages</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/anniston-gadsden/\">Anniston/Gadsden</a></li>\r\n            <li><a href=\"http://www.al.com/birmingham/\">Birmingham</a></li>\r\n            <li><a href=\"http://www.al.com/huntsville/\">Huntsville</a></li>\r\n            <li><a href=\"http://www.al.com/mobile/\">Mobile</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/montgomery/\">Montgomery</a></li>\r\n            <li><a href=\"http://www.al.com/tuscaloosa/\">Tuscaloosa</a></li>\r\n            <li><a href=\"http://www.al.com/beaches/\">Gulf Coast Beaches </a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster\">\r\n          <h2>On the Go</h2>\r\n          <p><a href=\"http://www.al.com/mobile-device/\">Mobile Apps</a> | <a href=\"http://www.al.com/mobile-device/\">Tablet Apps</a>\r\n        </p></div>\r\n      </div><!-- /#topics -->\r\n\r\n      <div id=\"more\" class=\"footer-col\">\r\n        <div class=\"clearfix cluster\">\r\n        <h2>More on AL.com</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/forums/\">Forums</a></li>\r\n            <li><a href=\"http://videos.al.com/\">Videos</a></li>\r\n            <li><a href=\"http://photos.al.com/photogallery/\">Photos</a></li>\r\n            <li><a href=\"http://www.al.com/interact/\">Interact with us</a></li>\r\n            <li><a href=\"http://www.al.com/weather/\">Weather</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/jobs/\">  Post a job </a></li>\r\n            <li><a href=\"http://www.al.com/classifieds/free/\">Post a free classified ad </a></li>\r\n            <li><a href=\"http://www.al.com/placead/\"> Sell your car</a></li>\r\n            <li><a href=\"http://www.al.com/placead/\"> Sell/rent your home</a></li>\r\n            <li><a href=\"http://search.al.com/\">Site Map &amp; search</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster clearfix\">\r\n          <h2>Subscriptions</h2>\r\n          <ul class=\"no_wrap\">\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&pid=21\">The Birmingham News</a></li>\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&pid=17\">The Huntsville Times</a></li>\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&pid=22\">Press-Register</a></li>\r\n            <li><a href=\"http://www.al.com/newsletters/\">Free newsletters</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster\">\r\n          <h2>Follow Us</h2>\r\n          <p>\r\n            <a href=\"http://www.twitter.com/aldotcom/\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n            <a href=\"http://www.facebook.com/aldotcom/\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n            <a href=\"https://plus.google.com/109309845541768500709/\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n            <a href=\"http://pinterest.com/aldotcom/\" class=\"adv-icn-pinterest icn-link\">Pinterest</a> | \r\n            <a href=\"http://instagram.com/aldotcompix/\" class=\"adv-icn-instagram icn-link\">Instagram</a>\r\n          </p>\r\n        </div>\r\n      </div><!-- /#more -->\r\n    </div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.al.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.al.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.al.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Alabama Media Group All rights reserved (<a href=\"http://www.al.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Alabama Media Group</p>\r\n            <p><a href=\"http://www.al.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.al.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.al.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n<!-- '2014-08-06:09:30' -->\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/al.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tHockey, skate jam and Future City competition among big events next month in Huntsville/Madison County | \t\t\t\t\t\tAL.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">AL.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Lucy Berry | lberry@al.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">Hockey players, boat enthusiasts and &quot;Future City&quot; competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.al.com/huntsville-times/photo/2014/01/14112410-small.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/29/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County\", \"link\": \"http://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html\", \"image_url\": \"http://imgick.al.com/home/bama-media/width620/img/huntsville-times/photo/2014/01/14112410-large.jpg\", \"type\": \"post\", \"post_id\": \"14845055\", \"pub_date\": \"2014-12-29T13:56:17Z\", \"author\": \"Lucy Berry | lberry@al.com\", \"tags\": [\"@river-huntsville\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.al.com/huntsville-times/photo/2014/01/14112410-large.jpg\", \"author_name\": \"lberry\", \"author_nickname\": \"Lucy Berry | lberry@al.com\", \"author_id\": \"10704196\", \"source_blog_name\": \"Alabama Business\", \"source_blog_url\": \"http://www.al.com/business/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County\" />\n\t<meta name=\"article_publication_name\" content=\"AL.com\" />\n\t<meta name=\"article_author\" content=\"Lucy Berry | lberry@al.com\" />\n\t<meta name=\"article_date_original\" content=\"Monday, December 29, 2014,  7:56 AM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  7:56 AM\" />\n\t<link rel=\"image_src\" href=\"http://media.al.com/huntsville-times/photo/2014/01/14112410-small.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"Hockey players, boat enthusiasts and &quot;Future City&quot; competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.al.com/huntsville-times/photo/2014/01/14112410-small.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@aldotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"@lsberry1\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County\" />\n\t<meta property=\"og:description\" content=\"Hockey players, boat enthusiasts and &quot;Future City&quot; competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.\" />\n\t<meta property=\"og:site_name\" content=\"AL.com\" />\n\t<meta property=\"og:url\" content=\"http://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.al.com/home/bama-media/width620/img/huntsville-times/photo/2014/01/14112410-large.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.al.com/huntsville-times/photo/2014/01/14112410-small.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.al.com/design/alpha/img/logo_bama.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.al.com/huntsville-times/photo/2014/01/14112410-small.jpg',\n\t\thref: 'http://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html'\n\t\t}\n\t\tvar desc  = 'Hockey players, boat enthusiasts and \\\"Future City\\\" competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352279\",\n\t\t\"articleId\": \"05fbbfce3ab60163d5e382789f01ce55\",\n\t\t\"checksum\": \"ef182562e96cb083cb546c2e158772e3\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6ImVmMTgyNTYyZTk2Y2IwODNjYjU0NmMyZTE1ODc3MmUzIiwiYXJ0aWNsZUlkIjoiMDVmYmJmY2UzYWI2MDE2M2Q1ZTM4Mjc4OWYwMWNlNTUiLCJ1cmwiOiJodHRwOi8vd3d3LmFsLmNvbS9idXNpbmVzcy9pbmRleC5zc2YvMjAxNC8xMi9ob2NrZXlfYm9hdF9zaG93X2FuZF9mdXR1cmVfY2kuaHRtbCIsInRpdGxlIjoiSG9ja2V5LCBza2F0ZSBqYW0gYW5kIEZ1dHVyZSBDaXR5IGNvbXBldGl0aW9uIGFtb25nIGJpZyBldmVudHMgbmV4dCBtb250aCBpbiBIdW50c3ZpbGxlL01hZGlzb24gQ291bnR5IiwidGFncyI6ImV4cGVydCxAcml2ZXItaHVudHN2aWxsZSJ9.ggw42sjr3CmAaliX4IIT8OyS0-kFCy4EOk9DWhD7rfI\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"10704196\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Alabama Business\" href=\"http://www.al.com/business/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.al.com/business_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.al.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/a/al-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/burt/adv_burt_bama.js\"></script>\n\n\n<script type=\"text/javascript\" src=\"http://media.al.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.al.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.al.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"2229\";\n\t\tm_blog_name = \"Alabama Business\";\n\t\tm_blog_url = \"http://www.al.com/business/index.ssf/\";\n\t\tm_blog_newspaper = \"\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County\";\n\t\t\tm_entry_categories = \"Business - Huntsville; Entertainment; News - Huntsville\";\n\t\t\tm_entry_author_name = \"Lucy Berry | lberry@al.com\";\n\t\t\tm_entry_author_username = \"lberry\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"hockey_boat_show_and_future_ci\";\n\t\tm_entry_link = \"http://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html\";\n\t\tm_entry_tags = \"\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14845055\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"Hockey players, boat enthusiasts and &quot;Future City&quot; competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<link rel=\"author\" href=\"https://plus.google.com/u/0/113523168199962380201/\" title=\"Lucy Berry | lberry@al.com on Google+\" />\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/a/al-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.al.com/static/common/js/burt/adv_burt_bama.js\"></script>\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/al/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.al.com/\" title=\"AL.com\"><span class=\"ir\">AL.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\">\n                    <h3 data-state=\"7\" class=\"advEdition\">\n                        \n                        <span>Alabama</span>\n                    </h3>\n                </div>\n                \n\t\t\t\t<div id=\"adv_edition_dropdown\" class=\"advDropdown advLayer\">\n\t\t\t\t\t<div class=\"advPanelArrow\"></div>\n\t\t\t\t\t<div class=\"advDropdownOuter\">\n\t\t\t\t\t\t<div class=\"advDropdownInner\">\n\t\t\t\t\t\t\t<ul id=\"adv_edition_menu\" class=\"advMenuSecondary advMenuSub advMenu\">\n\t\t\t\t\t\t\t    \n                                <li data-value=\"birmingham\" data-state=\"7\">Birmingham</li>\n                                \n                                <li data-value=\"huntsville\" data-state=\"7\">Huntsville</li>\n                                \n                                <li data-value=\"mobile\" data-state=\"7\">Mobile</li>\n                                \n                                <li data-value=\"montgomery\" data-state=\"7\">Montgomery</li>\n                                \n                                <li data-value=\"tuscaloosa\" data-state=\"7\">Tuscaloosa</li>\n                                \n                                <li data-value=\"anniston-gadsden\" data-state=\"7\">Anniston/Gadsden</li>\n                                \n                                <li data-value=\"beaches\" data-state=\"7\">Beaches</li>\n                                \n                                <li data-value=\"alabama\" data-state=\"7\">Alabama</li>\n                            \n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.al.com/\">Home</a></li>\n                            \n                            <li id=\"adv_menu_select_edition\" data-state=\"2\" data-key=\"edition\">\n                                <span class=\"advHelperText\">Set Your Edition</span>\n                                <span class=\"nolink\">Alabama</span><span class=\"next\" data-state=\"2\" data-key=\"edition\"></span>\n                            </li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.al.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"1004\"></span></li><li><a href=\"http://www.al.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"6354\"></span></li><li><a href=\"http://www.al.com/opinion\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6452\"></span></li><li><a href=\"http://www.al.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"1003\"></span></li><li><a href=\"http://www.al.com/hssports/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.al.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"1005\"></span></li><li><a href=\"http://www.al.com/jobs/\">Jobs</a><span class=\"next\" data-state=\"2\" data-key=\"6355\"></span></li><li><a href=\"http://www.al.com/autos/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"1045\"></span></li><li><a href=\"http://realestate.al.com/\">Real Estate</a><span class=\"next\" data-state=\"2\" data-key=\"1008\"></span></li><li><a href=\"http://www.al.com/classifieds/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"1009\"></span></li><li><a href=\"http://birminghamfindnsave.al.com/\">FIND&amp;SAVE</a><span class=\"next\" data-state=\"2\" data-key=\"6357\"></span></li><li><a href=\"http://www.al.com/obituaries/\">Obituaries</a><span class=\"next\" data-state=\"2\" data-key=\"6356\"></span></li><li><a href=\"http://photos.al.com/alphotos\">Photos &amp; Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6378\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"1004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/politics/\">Politics</a></li><li><a href=\"http://www.al.com/education/\">Education</a></li><li><a href=\"http://www.al.com/crime/\">Crime</a></li><li><a href=\"http://www.al.com/newsflash/\">Nation/World</a></li><li><a href=\"http://www.al.com/religion/\">Religion</a></li><li><a href=\"http://www.al.com/investigates\">AL.com Investigates</a></li><li><a href=\"http://www.al.com/data\">Data Mine</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7574\" data-sub-parent=\"1004\"><a href=\"http://www.al.com/local/\">Your Community</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7574\" data-sub-parent=\"1004\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6354\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7016\" data-sub-parent=\"6354\"><a href=\"http://businessfinder.al.com/\">Find a local business</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7016\" data-sub-parent=\"6354\"></span></li><li><a href=\"http://www.al.com/jobnews\">Latest Job News</a></li><li><a href=\"http://www.al.com/careeradvice\">Career Advice</a></li><li><a href=\"http://blog.al.com/press-releases/index.html\">Press Releases</a></li><li><a href=\"http://blog.al.com/press-releases/post.html\">Submit a Press Release</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6452\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/opinion/\">AL.com Opinion</a></li><li><a href=\"http://www.al.com/opinion/guest\">Guest Opinion</a></li><li><a href=\"http://www.al.com/opinion/letters-editor\">Submit a letter to the editor</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1003\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/alabamafootball/\">Alabama Crimson Tide Football</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7601\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/alabama\">More Crimson Tide Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7601\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/auburnfootball\">Auburn Tigers Football</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7616\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/auburn\">More Tigers Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7616\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/sec\">SEC</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7628\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/sec-cocktail\">SEC Cocktail</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7628\" data-sub-parent=\"1003\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7637\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/college-football\">More Alabama Colleges</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7637\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/recruiting\">Recruiting</a></li><li><a href=\"http://www.al.com/sports/odds\">Sports Odds</a></li><li><a href=\"http://www.al.com/highschool/\">High School</a></li><li><a href=\"http://www.al.com/outdoors/\">Outdoors</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7715\" data-sub-parent=\"1003\"><a href=\"http://www.al.com/sports/complete\">Pro Sports</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7715\" data-sub-parent=\"1003\"></span></li><li><a href=\"http://www.al.com/sports/complete/\">More</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1005\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7724\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/events\">Event Calendar</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7724\" data-sub-parent=\"1005\"></span></li><li><a href=\"http://www.al.com/living/\">Living</a></li><li><a href=\"http://www.al.com/movies/\">Movies</a></li><li><a href=\"http://www.al.com/music/\">Music</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1050\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/food/\">Food &amp; Drink</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1050\" data-sub-parent=\"1005\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1043\" data-sub-parent=\"1005\"><a href=\"http://www.al.com/dining/\">Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1043\" data-sub-parent=\"1005\"></span></li><li><a href=\"http://www.al.com/travel/\">Travel</a></li><li><a href=\"http://www.al.com/celebrations/\">Celebrations</a></li><li><a href=\"http://www.al.com/fashion/\">Fashion</a></li><li><a href=\"http://www.al.com/health-fitness/\">Health &amp; Fitness</a></li><li><a href=\"http://www.al.com/books/\">Books</a></li><li><a href=\"http://www.al.com/home-garden\">Home &amp; Garden</a></li><li><a href=\"http://www.al.com/pets\">Pets</a></li><li><a href=\"http://www.al.com/weddings\">Weddings</a></li><li><a href=\"http://www.al.com/bhammag\">Birmingham Magazine</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6355\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/jobs/\">Search job openings</a></li><li><a href=\"http://www.al.com/jobs/products/\">List a Job</a></li><li><a href=\"http://www.al.com/jobnews\">Latest Job News</a></li><li><a href=\"http://www.al.com/careeradvice\">Career Advice</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1008\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.al.com\">For Sale</a></li><li><a href=\"http://realestate.al.com/for-rent\">For Rent</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1009\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.al.com/obits/\">Obits</a></li><li><a href=\"http://realestate.al.com/for-rent\">Rentals</a></li><li><a href=\"http://www.al.com/classifieds/pets/\">Pets</a></li><li><a href=\"http://realestate.al.com\">For Sale</a></li><li><a href=\"http://www.al.com/garagesales/\">Garage Sales</a></li><li><a href=\"http://www.al.com/fraud_prevention/\">Fraud Prevention</a></li><li><a href=\"http://www.al.com/placead/\">Place An Ad</a></li><li><a href=\"http://www.al.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://classifieds.al.com/?temp_type=toc&amp;category=index&amp;tp=ME_bama&amp;property=al.com\">More Classifieds</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6357\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://birminghamfindnsave.al.com/?ac=AFFbirmingham.alFSNAVFLS\">Birmingham</a></li><li><a href=\"http://huntsvillefindnsave.al.com/?ac=AFFhuntsvillefindnsave.alFSNAVFLS\">Huntsville</a></li><li><a href=\"http://mobilefindnsave.al.com/?ac=AFFmobile.alFSNAVFLS\">Mobile</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6356\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://obits.al.com/obituaries/birmingham/\">Birmingham obituaries</a></li><li><a href=\"http://obits.al.com/obituaries/huntsville/\">Huntsville obituaries</a></li><li><a href=\"http://obits.al.com/obituaries/mobile/\">Mobile obituaries</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6378\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.al.com/alphotos\">AL.com photos</a></li><li><a href=\"http://photos.al.com/\">Community photos</a></li><li><a href=\"http://photos.al.com/photogallery/upload.html\">Submit your own photos</a></li><li><a href=\"http://al.mycapture.com/mycapture/index.asp\">Purchase AL.com photos</a></li><li><a href=\"http://videos.al.com/al\">AL.com videos</a></li><li><a href=\"http://videos.al.com/index.html\">Your Videos</a></li><li><a href=\"http://videos.al.com/upload.html\">Submit your own videos</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.al.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.al.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsbasketball/\">Girls Basketball</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.al.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.al.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.facebook.com/aldotcom/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.twitter.com/aldotcom/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/109309845541768500709/\">Visit us on Google Plus</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://instagram.com/aldotcompix/\">View our Instagram Photos</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://pinterest.com/aldotcom/\">See our Pinterest page</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"birmingham\" data-val=\"birmingham\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&amp;pid=21\">The Birmingham News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"huntsville\" data-val=\"huntsville\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&amp;pid=17\">The Huntsville Times</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"mobile\" data-val=\"mobile\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.al.com/newsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.al.com/alerts\">Text alerts</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n                        <ul id=\"adv_menu_edition\" class=\"advMenuSub advMenu\" data-key=\"edition\">\n                            \n                            <li data-value=\"birmingham\" data-state=\"7\">Birmingham</li>\n                            \n                            <li data-value=\"huntsville\" data-state=\"7\">Huntsville</li>\n                            \n                            <li data-value=\"mobile\" data-state=\"7\">Mobile</li>\n                            \n                            <li data-value=\"montgomery\" data-state=\"7\">Montgomery</li>\n                            \n                            <li data-value=\"tuscaloosa\" data-state=\"7\">Tuscaloosa</li>\n                            \n                            <li data-value=\"anniston-gadsden\" data-state=\"7\">Anniston/Gadsden</li>\n                            \n                            <li data-value=\"beaches\" data-state=\"7\">Beaches</li>\n                            \n                            <li data-value=\"alabama\" data-state=\"7\">Alabama</li>\n                        \n                        </ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.al.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search AL.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>AL.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.al.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"bama\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.al.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.al.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.al.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.al.com/sign-in/?option=Facebook\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.al.com/sign-in/?option=Google\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.al.com/sign-in/?option=AIM\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.al.com/sign-in/?option=Twitter\"><img src=\"http://media.al.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"birmingham\" data-val=\"birmingham\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&amp;pid=21\">The Birmingham News</a></li>\n                    \n                        <li value=\"huntsville\" data-val=\"huntsville\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&amp;pid=17\">The Huntsville Times</a></li>\n                    \n                        <li value=\"mobile\" data-val=\"mobile\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.al.com/newsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.al.com/alerts\">Text alerts</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n\t<!-- only for edition-based affiliates -->\n    <div id=\"adv_mobi_edition\">\n        <h3>Alabama</h3>\n        <span data-state=\"7\">Change Region</span>\n    </div>\n    <!-- /only for edition-based affiliates -->\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Business = 'Business';\n        comscorekw=Business;\n        return Business;\n\t\n}\nfunction getToprailMenuContext() {\n        return '6354';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"2014_future_city_competition_1\";\n        m_gallery_id = \"14111102\";\n        m_gallery_total = \"35\";\n        m_gallery_blog_id = \"4462\";\n        m_gallery_related_slide = \"0\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-329d68e918351ae6.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-329d68e918351ae6.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students are ASFL created &quot;Facil Mudando,&quot; a model of Huntsville as a future city. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-329d68e918351ae6.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-cfb943880d0fc96a.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-cfb943880d0fc96a.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-cfb943880d0fc96a.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-cedb318fce536923.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-cedb318fce536923.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-cedb318fce536923.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-cd6692f4fee97421.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-cd6692f4fee97421.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-cd6692f4fee97421.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-6bb8919a6a0f14e3.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-6bb8919a6a0f14e3.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-6bb8919a6a0f14e3.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-ed66888e018d60c6.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-ed66888e018d60c6.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-ed66888e018d60c6.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-91e1919d6e034f03.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-91e1919d6e034f03.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-91e1919d6e034f03.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-ba035345dfc9dcc1.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-ba035345dfc9dcc1.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-ba035345dfc9dcc1.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-68efaf4769fac73b.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-68efaf4769fac73b.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students Randolph School designed &quot;Kathahimikan,&quot; their model of Huntsville as a future city, using computer parts, ornaments and other odds and ends to create their model. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-68efaf4769fac73b.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-e12a306e659113a9.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-e12a306e659113a9.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-e12a306e659113a9.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-918569473dbf294a.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-918569473dbf294a.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students are ASFL created &quot;Facil Mudando,&quot; a model of Huntsville as a future city. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-918569473dbf294a.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-fd45ddb29a8cc638.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-fd45ddb29a8cc638.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students are ASFL created &quot;Facil Mudando,&quot; a model of Huntsville as a future city. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-fd45ddb29a8cc638.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-c9054c401c5fdbd4.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-c9054c401c5fdbd4.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students are ASFL created &quot;Facil Mudando,&quot; a model of Huntsville as a future city. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-c9054c401c5fdbd4.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-3f959a705ee76c64.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-3f959a705ee76c64.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students at Madison Academy designed &quot;Mustang Valley,&quot; a model of Madison as a future city. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-3f959a705ee76c64.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-9fa7fa5b4dbbfef1.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-9fa7fa5b4dbbfef1.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-9fa7fa5b4dbbfef1.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-6d2fe524ac8a9223.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-6d2fe524ac8a9223.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-6d2fe524ac8a9223.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-016a13b96bbbf997.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-016a13b96bbbf997.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-016a13b96bbbf997.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-ab5b67eac5b96541.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-ab5b67eac5b96541.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-ab5b67eac5b96541.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-8a90ce89bb2e0a19.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-8a90ce89bb2e0a19.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students Randolph School designed &quot;Kathahimikan,&quot; their model of Huntsville as a future city, using computer parts, ornaments and other odds and ends to create their model. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole | scole@al.com\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-8a90ce89bb2e0a19.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.al.com/staff/smcole/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.al.com/huntsville-times/photo/2014/01/-3344aea822282d56.JPG\"\n                            data-big=\"http://imgick.al.com/home/bama-media/pgfull/img/huntsville-times/photo/2014/01/-3344aea822282d56.JPG\"\n                            data-title=\"Future City\"\n                            data-titleurl=\"\"\n                            data-description=\"Local 7th and 8th grade students participated in this year's Future City Competition at the University of Alabama in Huntsville Saturday, Jan. 18. This competition requires teams to envision and design a city of the future with an emphasis on a specific field of engineering. This year's focus was on transportation. Students Randolph School designed &quot;Kathahimikan,&quot; their model of Huntsville as a future city, using computer parts, ornaments and other odds and ends to create their model. (Sarah Cole/scole@al.com)\n\n\n\"\n                            data-credit=\"Sarah Cole\"\n                            data-thumb=\"http://imgick.al.com/home/bama-media/pgthumb/img/huntsville-times/photo/2014/01/-3344aea822282d56.JPG\" \n                            data-author=\"smcole\"\n                            data-author-username=\"Sarah Cole | scole@al.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n\n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.al.com/business_impact/print.html?entry=/2014/12/hockey_boat_show_and_future_ci.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.al.com/user/lberry/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.al.com/avatars/10704196.png\" data-position=\"byline-avatar\">Lucy Berry | lberry@al.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.al.com/user/lberry/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tLucy Berry | lberry@al.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">AL.com</span>\n\t\t<br /> <a href=\"https://twitter.com/lsberry1\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 29, 2014 at  7:56 AM\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.al.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Fhockey_boat_show_and_future_ci.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.al.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Fhockey_boat_show_and_future_ci.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Hockey, skate jam and Future City competition among big events next month in Huntsville/Madison County',\n            'link':'http://www.al.com/business/index.ssf/2014/12/hockey_boat_show_and_future_ci.html',\n            'desc': 'Hockey players, boat enthusiasts and \\\"Future City\\\" competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.',\n\t    'thumbnail': 'http://imgick.al.com/home/bama-media/river/img/huntsville-times/photo/2014/01/14112410-large.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p><a href=\"http://www.al.com/huntsville\">HUNTSVILLE, Alabama</a>&nbsp;- Hockey players, roller skating enthusiasts and Future City competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.</p>\n<p>Here is a Huntsville/Madison County Convention &amp; Visitors Bureau calendar of January events and conventions with host hotel if applicable and number of expected attendees:</p>\n<p>Jan. 1-3: UAH - Charger Hockey, UAH Chargers vs. Anchorage Alaska (January 2015), NHH, 200</p>\n<p>Jan. 14-19: National Supreme Council Ancient &amp; Accepted Scottish Rites Masons, National Supreme Council Mid Winter Meeting 2015, Marriott-Huntsville, 225</p>\n<p>Jan. 15-18: BK Productions, 2015 Boat Show, NHH, 500</p>\n<p>Jan. 15-17: Alabama Military Collectors' Association, 2015 Winter Military Collector's Show, Hampton Inn - Arsenal/South Parkway, 700</p>\n<p>Jan. 15-19: Dogg Pound's Martin Luther King Jr Skate-A-Thon, 2015 Annual MLK Freestyle Skate Jam, Holiday Inn Research Park, 2000</p>\n<p>Jan. 15-17: UAH - Charger Hockey, UAH Chargers vs. Northern Michigan (January 2015), NHH, 200</p>\n<p>Jan. 16-19: North Alabama Hockey Association (NAHA), 2015 Freedom Tournament, Hilton Garden Inn-Space Center, 800</p>\n<p>Jan. 17-18: Alabama Regional Future City Competition, 2015 Future City Competition, NHH, 200</p>\n<p>Jan. 21-25: American Medical Association Alliance, Southern Regional Meeting, Embassy Suites Hotel &amp; Spa, 100</p>\n<p>Jan. 23-25: Huntsville Track Club, 21st Annual Mountain Mist Trail Run (2015), Embassy Suites Hotel &amp; Spa, 300</p>\n<p>Jan. 23-25: UAH - Charger Hockey, UAH Chargers vs. U.S. Under-18 (January 2015), NHH, 200</p>\n<p>Jan. 27-28: UAH - Student Success Center (Career Fair), 2015 UAH Spring Career Fair, Courtyard by Marriott, 500</p>\n<p>Jan. 27-30: The Aerospace Corporation, 2015 Executive Board Meeting, Embassy Suites Hotel &amp; Spa, 15</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.al.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Fhockey_boat_show_and_future_ci.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.al.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Fhockey_boat_show_and_future_ci.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Business resources</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://blog.al.com/updates/2012/09/on_the_move_in_alabama_busines.html\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.al.com/news_impact/photo/onthemovejpg-51f2e73735218a6d.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>See who&#39;s On the Move in business</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://blog.al.com/press-releases/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.al.com/news_impact/photo/press-releasespng-28fd670329261ce6.png\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Read and post business press releases</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.al.com/newsletters/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.al.com/business_impact/photo/biztoday60png-c8004a7131571ab5.png\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Sign up for free daily business news emails</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(3);\n            var most_read_story_count = parseInt(5)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of AL.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.al.com/entertainment/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671554-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.al.com/entertainment/#incart_hbx\" >Entertainment: Movies, music, clubs and more</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.al.com/outdoors/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671475-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.al.com/outdoors/#incart_hbx\" >What's the latest from Alabama Outdoors?</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://videos.al.com/al/index.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.al.com/bama_top_stories/photo/16671459-thumb_square_large.png\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://videos.al.com/al/index.html#incart_hbx\" >Watch the latest AL.com videos</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- No longer used; Pushed down into parent template -->\n<!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  <!-- No longer used; Pushed down into parent template -->\n\n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t     <div class=\"wrapper clearfix\">\r\n        <div id=\"footer-logos\">\r\n            <img src=\"http://media.al.com/static/bama/static/img/footer-logo-bama-inc.png\" alt=\"al.com logo\">\r\n        </div>\r\n      <div id=\"about-us\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul class=\"adv-first-cluster\">\r\n            <li><a href=\"http://www.alabamamediagroup.com\">About Alabama Media Group</a></li>\r\n            <li><a href=\"http://jobs.al.com/careers/company/detail/id/840717/page/jobs\">Jobs at Alabama Media Group</a></li>\r\n            <li><a href=\"http://www.alabamamediagroup.com/services/\">Advertise with us</a></li>\r\n          </ul>\r\n          <ul class=\"adv-second-cluster\">\r\n            <li><a href=\"http://www.al.com/aboutus/\">About AL.com</a></li>\r\n            <li><a href=\"http://www.al.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n            <li><a href=\"https://alonlinestore.com/\">Online Store</a></li>\r\n          </ul>\r\n        </div>\r\n\r\n        <div class=\"cluster clearfix\">\r\n          <h2>Customer Service</h2>\r\n          <ul class=\"full-width\">\r\n            <li>\r\n              <a href=\"http://www.alabamamediagroup.com/subscriber-services/\">Subscriber Services</a>\r\n              <ul>\r\n                <li><a href=\"https://member.al.com/Index.aspx?siteCode=BN\">The Birmingham News</a></li>\r\n                <li><a href=\"https://member.al.com/Index.aspx?siteCode=HT\">The Huntsville Times</a></li>\r\n                <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=rg&pid=9\">Press-Register</a></li>\r\n              </ul>\r\n            </li>\r\n            <li><a href=\"http://www.al.com/placead/\">Place an ad</a></li>\r\n            <li><a href=\"https://member.al.com/\">Get home delivery</a></li>\r\n            <li><a href=\"http://myevent.al.com/web/event.php\">Promote your event in our calendar</a></li>\r\n            <li><a href=\"http://www.alabamamediagroup.com/contact/\">Send us an email</a></li>\r\n            <li><a href=\"http://www.al.com/connect/\">Submit a news tip</a></li>\r\n            <li><a href=\"https://alonlinestore.com/\">Buy newspaper front pages, posters and more</a></li>\r\n          </ul>\r\n        </div>\r\n      </div><!-- /#about-us -->\r\n\r\n      <div id=\"sections\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n        <h2>AL.com Sections</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/news/\">News</a></li>\r\n            <li><a href=\"http://www.al.com/business/\">Business</a></li>\r\n            <li><a href=\"http://www.al.com/sports/\">Sports</a></li>\r\n            <li><a href=\"http://highschoolsports.al.com/\">High School Sports</a></li>\r\n            <li><a href=\"http://www.al.com/entertainment/\">Entertainment</a></li>\r\n            <li><a href=\"http://www.al.com/living/\">Living</a></li>\r\n            <li><a href=\"http://www.al.com/travel/\">Travel</a></li>\r\n            <li><a href=\"http://www.al.com/opinion/\">Opinion</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/deathnotices/\">Obituaries</a></li>\r\n            <li><a href=\"http://www.al.com/jobs/\">Jobs</a></li>\r\n            <li><a href=\"http://autos.al.com/\">Autos</a></li>\r\n            <li><a href=\"http://realestate.al.com/\">Real Estate</a></li>\r\n            <li><a href=\"http://realestate.al.com/for-rent\">Apartment Rentals</a></li>\r\n            <li><a href=\"http://classifieds.al.com/\">Classifieds</a></li>\r\n            <li><a href=\"http://www.al.com/shopping/\">Shopping Good Deals</a></li>\r\n            <li><a href=\"http://businessfinder.al.com/\">Local Businesses</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"clearfix cluster\">\r\n        <h2>Your Regional News Pages</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/anniston-gadsden/\">Anniston/Gadsden</a></li>\r\n            <li><a href=\"http://www.al.com/birmingham/\">Birmingham</a></li>\r\n            <li><a href=\"http://www.al.com/huntsville/\">Huntsville</a></li>\r\n            <li><a href=\"http://www.al.com/mobile/\">Mobile</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/montgomery/\">Montgomery</a></li>\r\n            <li><a href=\"http://www.al.com/tuscaloosa/\">Tuscaloosa</a></li>\r\n            <li><a href=\"http://www.al.com/beaches/\">Gulf Coast Beaches </a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster\">\r\n          <h2>On the Go</h2>\r\n          <p><a href=\"http://www.al.com/mobile-device/\">Mobile Apps</a> | <a href=\"http://www.al.com/mobile-device/\">Tablet Apps</a>\r\n        </p></div>\r\n      </div><!-- /#topics -->\r\n\r\n      <div id=\"more\" class=\"footer-col\">\r\n        <div class=\"clearfix cluster\">\r\n        <h2>More on AL.com</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/forums/\">Forums</a></li>\r\n            <li><a href=\"http://videos.al.com/\">Videos</a></li>\r\n            <li><a href=\"http://photos.al.com/photogallery/\">Photos</a></li>\r\n            <li><a href=\"http://www.al.com/interact/\">Interact with us</a></li>\r\n            <li><a href=\"http://www.al.com/weather/\">Weather</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.al.com/jobs/\">  Post a job </a></li>\r\n            <li><a href=\"http://www.al.com/classifieds/free/\">Post a free classified ad </a></li>\r\n            <li><a href=\"http://www.al.com/placead/\"> Sell your car</a></li>\r\n            <li><a href=\"http://www.al.com/placead/\"> Sell/rent your home</a></li>\r\n            <li><a href=\"http://search.al.com/\">Site Map &amp; search</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster clearfix\">\r\n          <h2>Subscriptions</h2>\r\n          <ul class=\"no_wrap\">\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=BN&pid=21\">The Birmingham News</a></li>\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=ht&pid=17\">The Huntsville Times</a></li>\r\n            <li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&pid=22\">Press-Register</a></li>\r\n            <li><a href=\"http://www.al.com/newsletters/\">Free newsletters</a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"cluster\">\r\n          <h2>Follow Us</h2>\r\n          <p>\r\n            <a href=\"http://www.twitter.com/aldotcom/\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n            <a href=\"http://www.facebook.com/aldotcom/\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n            <a href=\"https://plus.google.com/109309845541768500709/\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n            <a href=\"http://pinterest.com/aldotcom/\" class=\"adv-icn-pinterest icn-link\">Pinterest</a> | \r\n            <a href=\"http://instagram.com/aldotcompix/\" class=\"adv-icn-instagram icn-link\">Instagram</a>\r\n          </p>\r\n        </div>\r\n      </div><!-- /#more -->\r\n    </div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.al.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.al.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.al.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Alabama Media Group All rights reserved (<a href=\"http://www.al.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Alabama Media Group</p>\r\n            <p><a href=\"http://www.al.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.al.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.al.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n<!-- '2014-08-06:09:30' -->\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!-- No longer used; Pushed down into parent template -->\n<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.al.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.al.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/ap_meta_refresh.html",
    "content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html>\n<head>\n    <title>News from The Associated Press</title>\n    <meta http-equiv=\"refresh\" content=\"600\" />\n    <meta http-equiv=\"Pragma\" content=\"no-cache\" />\n     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE8; IE=EmulateIE9\">\n    <link rel=\"SHORTCUT ICON\" href=\"http://hosted.ap.org/templates/AP/data/favicon.ico\" />\n    <meta http-equiv=\"EXPIRES\" \"now\" />\n\n    <script type='text/javascript'>\n    var googletag = googletag || {};\n    googletag.cmd = googletag.cmd || [];\n    (function() {\n    var gads = document.createElement('script');\n    gads.async = true;\n    gads.type = 'text/javascript';\n    var useSSL = 'https:' == document.location.protocol;\n    gads.src = (useSSL ? 'https:' : 'http:') +\n    '//www.googletagservices.com/tag/js/gpt.js';\n    var node = document.getElementsByTagName('script')[0];\n    node.parentNode.insertBefore(gads, node);\n    })();\n    </script>\n\n    <script type='text/javascript'>\n    googletag.cmd.push(function() {\n    googletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/rectangle1', [300, 250], 'APHosted1Ad-Rectangle1').addService(googletag.pubads());\n    googletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/rectangle2', [300, 250], 'APHosted1Ad-Rectangle2').addService(googletag.pubads());\ngoogletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/banner', [[970, 250], [728, 90], [970, 90]], 'banner').addService(googletag.pubads());\n    googletag.pubads().enableSingleRequest();\n    googletag.enableServices();\n    });\n    </script>\n\n\n    <script language=\"JavaScript\">\nfunction SelectChanged()\n    {\n    var index = document.form1.select1.selectedIndex;\n    if (index == 1) window.location = \"http://www.apbroadcast.com\";\n    if (index == 2) window.location = \"http://www.ENPS.com\";\n    if (index == 3) window.location = \"http://www.aptn.com\";\n    if (index == 4) window.location = \"http://www.apdigitalnews.com\";\n    if (index == 5) window.location = \"http://apnews.com/\";\n    if (index == 6) window.location = \"http://www.apads.biz\";\n    if (index == 7) window.location = \"http://www.adsend.com/infopages/public/index.htm\";\n    if (index == 8) window.location = \"http://www.apwideworld.com/\";\n    if (index == 9) window.location = \"http://photoarchive.ap.org\";\n    if (index == 10) window.location = \"http://www.ap-online.de\";\n    if (index == 11) window.location = \"http://www.ap.org/francais/\";\n    if (index == 12) window.location = \"http://www.ap.org/italia/\";\n    }\n\n//-->\n    </script>\n\n    <script language=\"JavaScript\" src=\"http://hosted.ap.org/specials/stylesheets/browser.js\">\n    </script>\n\n    <script language=\"JavaScript1.2\" type=\"javascript\" src=\"http://hosted.ap.org/specials/scripts/refresh.js\"></script>\n\n    <script language=\"JavaScript\">\nfunction MM_openBrWindow(theURL,winName,features) { //v2.0\n  window.open(theURL,winName,features);\n}\n    </script>\n\n    <!--\n\n<link href=\"http://apdigitalsupport.mm.ap.org/style_sheets/apdigisupport.css\" type=\"text/css\" rel=\"stylesheet\">\n-->\n    <!-- begin rss button -->\n    <link rel=\"alternate\" title=\"AP Top headlines\" href=\"http://hosted.ap.org/lineups/TOPHEADS.rss?SITE=AP&SECTION=HOME\"\n        type=\"application/rss+xml\" />\n    <link rel=\"parent\" title=\"Index\" href=\"//hosted.ap.org/?SITE=AP\" />\n    <!-- end rss button -->\n    <!--Normal CSS-->\n\n    <script language=\"JavaScript\" src=\"http://hosted.ap.org/specials/stylesheets/browser.js\">\n    </script>\n\n    <!--external CSS file Aug-2012 -->\n    <link href=\"http://hosted.ap.org/templates/AP/data/AP_Global6.css\" type=\"text/css\"\n        rel=\"stylesheet\" />\n\n</head>\n<body>\n    <div id=\"page\">\n        <div class=\"header-wrapper\">\n            <!--<td class=\"AP_label\">\n\t\t\t\t<a href=\"/dynamic/fronts/HOME?SITE=AP&SECTION=HOME\"><img src=\"file:///Users/davidrobbins/Desktop/tag_line.png\"></a>\n                    \t</td>-->\n            <div class=\"branding\">\n                <div class=\"logo\">\n                    <a href=\"/dynamic/fronts/HOME?SITE=AP&SECTION=HOME\">\n                        <img src=\"http://hosted.ap.org/templates/AP/data/AP-LOGO.png\"/></a>\n                </div>\n                <div class=\"name\">\n                    <a href=\"/dynamic/fronts/HOME?SITE=AP&SECTION=HOME\">\n                        <img src=\"http://hosted.ap.org/templates/AP/data/AP-name.png\"/></a>\n                </div>\n                <div class=\"bar\">\n                    <a href=\"/dynamic/fronts/HOME?SITE=AP&SECTION=HOME\">\n                        <img src=\"http://hosted.ap.org/templates/AP/data/AP-bar.png\"/></a>\n\n<script>\n$(document).ready(function(){\n$( \"#block-block-36\" ).insertAfter( \".menuLinks\" );\n});\n</script>\n<p class=\"audio\">\n\n<span style=\"\n    top: 9px;\n    position:  absolute;\n    right: 217px;\n    color: white;\n\"><a href=\"http://player.streamguys.com/apnews/sgplayer/index.php\" style=\"\n    color: white;\n    /* text-decoration: underline; */\n    font-size: 16px;\n    font-weight: bold;\n\">AP Radio</a></span>\n\n<a href=\"http://player.streamguys.com/apnews/sgplayer/index.php\" onclick=\"javascript:void window.open('http://player.streamguys.com/apnews/sgplayer/index.php','1444770899860','width=848,height=254,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=800,top=0');return false;\"><span style=\"color: white; font-size: 0.6em\">AP Radio News:</span></a>\n<audio controls=\"controls\" preload=\"none\">\n<source src=\"http://apnews.streamguys1.com/apnews?cache-buster=' + Math.random()\" type=\"audio/mpeg\" />\n<source src=\"http://apnews.streamguys1.com/apnews?cache-buster=' + Math.random()\" type=\"audio/ogg\" />\nYour browser does not support the audio element.\n\n</audio>\n<div id=\"externalimage\"><a href=\"http://player.streamguys.com/apnews/sgplayer/index.php\" onclick=\"javascript:void window.open('http://player.streamguys.com/apnews/sgplayer/index.php','1444770899860','width=848,height=254,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=800,top=0');return false;\"><img alt=\"\" src=\"http://bigstory.ap.org/sites/bigstory/files/14449449681_external_link.png\" /></a>\n</div>\n</p>\n\n\n\n<style>\n\naudio\n{\nfloat: right;\ndisplay: block;\nmargin-top: -26px;\nwidth: 300px;\nheight: 45px\n\n}\n\n\np.audio\n{\nborder-bottom-color: #333;\nborder-bottom-style: none;\nborder-bottom-width: 0px;\nborder-image-outset: 0 0 0 0;\nborder-image-repeat: stretch stretch;\nborder-image-slice: 100% 100% 100% 100%;\nborder-image-source: none;\nborder-image-width: 1 1 1 1;\nborder-left-color: #333;\nborder-left-style: none;\nborder-left-width: 0px;\nborder-right-color: #333;\nborder-right-style: none;\nborder-right-width: 0px;\nborder-top-color: #333;\nborder-top-style: none;\nborder-top-width: 0px;\nbox-sizing: border-box;\ncolor: #333;\ncursor: auto;\nfont-family: \"Helvetica Neue\",\"Helvetica\",Helvetica,Arial,sans-serif;\nfont-feature-settings: normal;\nfont-kerning: auto;\nfont-language-override: normal;\nfont-size: 16px;\nfont-size-adjust: none;\nfont-stretch: normal;\nfont-style: normal;\nfont-synthesis: weight style;\nfont-variant: normal;\nfont-variant-alternates: normal;\nfont-variant-caps: normal;\nfont-variant-east-asian: normal;\nfont-variant-ligatures: normal;\nfont-variant-numeric: normal;\nfont-variant-position: normal;\nfont-weight: 400;\nline-height: 45px;\nmargin-bottom: 20px;\nmargin-left: 0px;\nmargin-right: 0px;\nmargin-top: -17px;\noutline-color: #333;\noutline-style: none;\noutline-width: 0px;\npadding-bottom: 0px;\npadding-left: 0px;\npadding-right: 0px;\npadding-top: 0px;\ntext-rendering: optimizelegibility;\nvertical-align: baseline;\n-moz-border-bottom-colors: none;\n-moz-border-left-colors: none;\n-moz-border-right-colors: none;\n-moz-border-top-colors: none\n\n}\n\n\n#externalimage {\n    position: absolute;\n    top: 17px;\n    width: 28px;\n    right: 179px;\n    color: white;\n}\n\n\n @media only screen and (max-device-width: 480px) {\n   /* define mobile specific styles come here */\n#block-block-36\n{\nheight: 70px;\nwidth: 300px;\nfloat: right\n}\n\naudio\n{\nfloat: left;\ndisplay: block;\nmargin-top: -20px;\nwidth: 250px;\nheight: 45px\n\n}\n\n#externalimage\n{\n position: absolute;\nright: 5px;\nwidth: auto;\nheight: auto\n}\n\n\n }\n\n\n\n</style>\n\n\n\n\n                </div>\n            </div>\n        </div>\n        <!---top nav  -->\n        <div id=\"nav-wrapper\">\n            <nav id=\"menu\">\n\t\t<ul class=\"top_nav\">\n\t\t\t<li class=\"menu-link\"><a href=\"http://bigstory.ap.org\">Big Story</a></li>\n\t\t\t<li class=\"hidden\"><a href=\"#\">Top News</a>\n\t\t\t\t<div class=\"sub-menu\">\n\t\t\t\t<ul>\n\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/HOME?SITE=AP&SECTION=HOME\">Headlines</a></li>\n\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/US?SITE=AP&SECTION=HOME\">U.S.</a></li>\n\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/WORLD?SITE=AP&SECTION=HOME\">World</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/BUSINESS?SITE=AP&SECTION=HOME\">Business</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/FINANCE?SITE=AP&SECTION=HOME\">Markets</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/TECHNOLOGY?SITE=AP&SECTION=HOME\">Technology</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/SPORTS?SITE=AP&SECTION=HOME\">Sports</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/ENTERTAINMENT?SITE=AP&SECTION=HOME\">Entertainment</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/HEALTH?SITE=AP&SECTION=HOME\">Health</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/SCIENCE?SITE=AP&SECTION=HOME\">Science</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/POLITICS?SITE=AP&SECTION=HOME\">Politics</a></li>\n\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t\t<li class=\"hidden\"><a href=\"#\">Special Coverage</a>\n\t\t\t\t<div class=\"sub-menu\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"http://pro32.ap.org\">NFL</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"http://collegefootball.ap.org\">College Football</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"http://collegebasketball.ap.org\">College Basketball</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"http://racing.ap.org\">Auto Racing</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"http://wintergames.ap.org\">Winter Games</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/STRANGE?SITE=AP&SECTION=HOME\">Oddities</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/WEATHER?SITE=AP&SECTION=HOME\">Weather</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/RAW?SITE=AP&SECTION=HOME\">Raw News</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/CORRECTIONS?SITE=AP&SECTION=HOME\">Corrections</a></li>\n\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t\t<li class=\"menu-link\"><a href=\"http://apnewsarchive.com\">Archive</a>\n\t\t\t</li>\n\t\t\t<li class=\"hidden\"><a href=\"#\">ESPA&#209;OL</a>\n\t\t\t\t<div class=\"sub-menu\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/NOTICIAS_GENERALES?SITE=AP&SECTION=HOME\">Generales</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/NOTICIAS_FINANCIERAS?SITE=AP&SECTION=HOME\">Financieras</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/NOTICIAS_DEPORTIVAS?SITE=AP&SECTION=HOME\">Deportivas</a></li>\n\t\t\t\t\t<li class=\"menu-link\"><a href=\"/dynamic/fronts/NOTICIAS_ESPECTACULOS?SITE=AP&SECTION=HOME\">Espect&aacute;culos</a></li>\n\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t\t<li class=\"menu-link\"><a href='http://video.ap.org' onClick=\"window.open(this.href, 'popupwindow'); return false;\">Video</a>\n\t\t\t</li>\n<li class=\"menu-link\"><a href='http://player.streamguys.com/apnews/sgplayer/index.php' onClick=\"javascript:void window.open('http://player.streamguys.com/apnews/sgplayer/index.php','1444770899860','width=848,height=254,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=800,top=0');return false;\">Radio</a>\n\t\t\t</li>\n\n\t\t</ul>\n\t\t</nav>\n            <form method=\"GET\" action='/dynamic/external/search.hosted.ap.org/wireCoreTool/Search'\n            id=\"search-block-form\" accept-charset=\"UTF-8\">\n            <input type=\"HIDDEN\" name='SITE' value='AP'/>\n            <input type=\"HIDDEN\" name='SECTION' value='HOME'/>\n            <input type=\"HIDDEN\" name='TEMPLATE' value='DEFAULT'/>\n            <input type=\"TEXT\" name='query' class=\"search-text\" onfocus=\"this.value=''\" value='search the news'\n                size=\"6\"/>\n            <div class=\"search-button\">\n                <input type=\"SUBMIT\" value='Go'/>\n            </div>\n            </form>\n        </div>\n        <!---end header----->\n        <!--dfp banner-->\n        <div id=\"top-ad\">\n            <div id='banner'>\n\n                <script type='text/javascript'>\n                \t\tgoogletag.cmd.push(function() { googletag.display('banner'); });\n                </script>\n\n            </div>\n        </div>\n        <!-------- start text -------------------->\n        <!--<div id=\"content_wrapper\">--->\n        <div id=\"main_content\">\n            <!--Article column-->\n            <div id=\"page_content\">\n                <td class=\"center\">\n                    <div align=\"left\" valign=\"top\">\n                        <!-- BEGIN GLOBAL CONTENT -->\n\n<script src=\"http://hosted.ap.org/specials/jquery-1.11.2.min.js\"></script>\n\n\n<script type=\"text/javascript\">\nvar ap_headline = \"__HEADLINE__\";\nvar hosted_site = \"AP\";\nvar trackingGroup = \"\";\n\nswitch(hosted_site)\n{\n\ncase \"TXABI\":\n \ttrackingGroup= \"90459\";\n\tbreak;\n  case  \"PAALM\":\n\ttrackingGroup= \"90364\";\n\tbreak;\n   case   \"GASTA\":\n\ttrackingGroup=  \"90683\";\n\tbreak;\n case   \"TXAMA\":\n\ttrackingGroup=  \"90582\";\n\tbreak;\n case   \"ARLID\":\n\ttrackingGroup=  \"90554\";\n\tbreak;\n case   \"GAATH\":\n\ttrackingGroup=  \"90604\";\n\tbreak;\n case   \"GAAUG\":\n\ttrackingGroup=  \"90612\";\n\tbreak;\n case   \"TXAUS\":\n\ttrackingGroup=  \"90105\";\n\tbreak;\ncase   \"MTBOZ\":\n\ttrackingGroup=  \"90721\";\n\tbreak;\ncase   \"PABUT\":\n\ttrackingGroup=  \"90433\";\n\tbreak;\ncase   \"FLCAP\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"TXCOR\":\n\ttrackingGroup=  \"90550\";\n\tbreak;\ncase   \"VACUL\":\n\ttrackingGroup=  \"90527\";\n\tbreak;\ncase   \"IAWEB\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"MIESC\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\n case   \"VADAR\":\n\ttrackingGroup=  \"90528\";\n\tbreak;\n case   \"ALDOT\":\n\ttrackingGroup=  \"90510\";\n\tbreak;\n   case   \"PAERI\":\n\ttrackingGroup=  \"90464\";\n\tbreak;\n  case   \"IAEST\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"IAEST\":\n\ttrackingGroup=  \"90049\";\n\tbreak;\ncase   \"NCHIC\":\n\ttrackingGroup=  \"90518\";\n\tbreak;\ncase   \"TXHOU\":\n\ttrackingGroup=  \"90000\";\n\tbreak;\ncase   \"NCCON\":\n\ttrackingGroup=  \"90517\";\n\tbreak;\ncase   \"JRC\":\n\ttrackingGroup=  \"90734\";\n\tbreak;\ncase   \"WIKEN\":\n\ttrackingGroup=  \"90233\";\n\tbreak;\ncase   \"WABRE\":\n\ttrackingGroup=  \"90552\";\n\tbreak;\ncase   \"MOCAG\":\n\ttrackingGroup=  \"90589\";\n\tbreak;\ncase   \"NDMIN\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"FLNAP\":\n\ttrackingGroup=  \"90542\";\n\tbreak;\ncase   \"INBNB\":\n\ttrackingGroup=  \"90605\";\n\tbreak;\n case   \"ALOPE\":\n\ttrackingGroup=  \"90514\";\n\tbreak;\ncase   \"MNROC\":\n\ttrackingGroup=  \"90379\";\n\tbreak;\ncase   \"VARIT\":\n\ttrackingGroup=  \"90535\";\n\tbreak;\ncase   \"FLSAR\":\n\ttrackingGroup=  \"90492\";\n\tbreak;\ncase   \"INSBT\":\n\ttrackingGroup=  \"90575\";\n\tbreak;\ncase   \"MNPAU\":\n\ttrackingGroup=  \"90156\";\n\tbreak;\ncase   \"TXSAN\":\n\ttrackingGroup=  \"90551\";\n\tbreak;\ncase   \"CAPAS\":\n\ttrackingGroup=  \"90494\";\n\tbreak;\ncase   \"TNMEM\":\n\ttrackingGroup=  \"90547\";\n\tbreak;\ncase   \"MSCCD\":\n\ttrackingGroup=  \"90135\";\n\tbreak;\ncase   \"OHFIN\":\n\ttrackingGroup=  \"90421\";\n\tbreak;\ncase   \"OHCAM\":\n\ttrackingGroup=  \"90249\";\n\tbreak;\ncase   \"MIHOU\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"MIIRO\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"VACHA\":\n\ttrackingGroup=  \"90526\";\n\tbreak;\ncase   \"NCFAY\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"wvwhe\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"TNKNN\":\n\ttrackingGroup=  \"90542\";\n\tbreak;\ncase   \"OHMAR\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"HIMAN\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"NCMAR\":\n\ttrackingGroup=  \"90519\";\n\tbreak;\ncase   \"MIMAR\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"VALYD\":\n\ttrackingGroup=  \"90532\";\n\tbreak;\ncase   \"VAWAY\":\n\ttrackingGroup=  \"90538\";\n\tbreak;\ncase   \"SCCHA\":\n\ttrackingGroup=  \"90349\";\n\tbreak;\ncase   \"NYJAP\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"OHEAS\":\n\ttrackingGroup=  \"90249\";\n\tbreak;\ncase   \"OHSAL\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"ILSPR\":\n\ttrackingGroup=  \"90108\";\n\tbreak;\ncase   \"GAGAI\":\n\ttrackingGroup=  \"90079\";\n\tbreak;\ncase   \"WVWEI\":\n\ttrackingGroup=  \"90364\";\n\tbreak;\ncase   \"PAWIL\":\n\ttrackingGroup=  \"90087\";\n\tbreak;\ncase   \"NYALT\":\n\ttrackingGroup=  \"90001\";\n\tbreak;\ncase   \"WAKR\":\n\ttrackingGroup=  \"90412\";\n\tbreak;\ncase   \"TXWIC\":\n\ttrackingGroup=  \"90553\";\n\tbreak;\ncase   \"NCWIN\":\n\ttrackingGroup=  \"90522\";\n\tbreak;\ncase   \"WRKO\":\n\ttrackingGroup=  \"90629\";\n\tbreak;\ncase   \"WSPATV\":\n\ttrackingGroup=  \"90507\";\n\tbreak;\ncase   \"WTKKFM\":\n\ttrackingGroup=  \"90456\";\n\tbreak;\ncase   \"PAYOK\":\n\ttrackingGroup=  \"90732\";\n\tbreak;\ncase   \"FLMIH\":\n\ttrackingGroup=  \"90045\";\n\tbreak;\ncase   \"WABEL\":\n\ttrackingGroup=  \"90472\";\n\tbreak;\ncase   \"SCCOL\":\n\ttrackingGroup=  \"90474\";\n\tbreak;\ncase   \"CAFRE\":\n\ttrackingGroup=  \"90476\";\n\tbreak;\ncase   \"CAMOD\":\n\ttrackingGroup=  \"90479\";\n\tbreak;\ncase   \"CASAB\":\n\ttrackingGroup=  \"90482\";\n\tbreak;\ncase   \"WATAC\":\n\ttrackingGroup=  \"90483\";\n\tbreak;\ncase   \"FLBRA\":\n\ttrackingGroup=  \"90484\";\n\tbreak;\ncase   \"ILROR\":\n\ttrackingGroup=  \"90108\";\n\tbreak;\ncase   \"MAQUI\":\n\ttrackingGroup=  \"90108\";\n\tbreak;\ncase   \"CTNOR\":\n\ttrackingGroup=  \"90108\";\n\tbreak;\ncase   \"MABRO\":\n\ttrackingGroup=  \"90108\";\n\tbreak;\ncase   \"WSAW\":\n\ttrackingGroup=  \"90447\";\n\tbreak;\ncase   \"FLTAM\":\n\ttrackingGroup=  \"90426\";\n\tbreak;\ncase   \"NVLAS\":\n\ttrackingGroup=  \"90277\";\n\tbreak;\ncase   \"INSID\":\n\ttrackingGroup=  \"90531\";\n\tbreak;\ncase   \"WNCNTV\":\n\ttrackingGroup=  \"90777\";\n\tbreak;\ncase   \"WCMHTV\":\n\ttrackingGroup=  \"90061\";\n\tbreak;\ncase   \"OREUG\":\n\ttrackingGroup=  \"90878\";\n\tbreak;\ncase   \"SCFLO\":\n\ttrackingGroup=  \"90784\";\n\tbreak;\ncase   \"WJARTV\":\n\ttrackingGroup=  \"90053\";\n\tbreak;\ncase   \"WIMIL\":\n\ttrackingGroup=  \"90078\";\n\tbreak;\ncase   \"RIJRJ\":\n\ttrackingGroup=  \"90446\";\n\tbreak;\ncase   \"WRGBTV\":\n\ttrackingGroup=  \"90028\";\n\tbreak;\ncase   \"WWMTTV\":\n\ttrackingGroup=  \"90029\";\n\tbreak;\ncase   \"ILALT\":\n\ttrackingGroup=  \"90033\";\n\tbreak;\ncase   \"WPECTV\":\n\ttrackingGroup=  \"90039\";\n\tbreak;\ncase   \"KTVLTV\":\n\ttrackingGroup=  \"90042\";\n\tbreak;\ncase   \"OHLIM\":\n\ttrackingGroup=  \"90043\";\n\tbreak;\ncase   \"WASECA\":\n\ttrackingGroup=  \"90667\";\n\tbreak;\ncase   \"PAYOR\":\n\ttrackingGroup=  \"90681\";\n\tbreak;\ncase   \"GACOV\":\n\ttrackingGroup=  \"90691\";\n\tbreak;\ncase   \"GAHIN\":\n\ttrackingGroup=  \"90686\";\n\tbreak;\ncase   \"CASCN\":\n\ttrackingGroup=  \"90152\";\n\tbreak;\ncase   \"CAMAN\":\n\ttrackingGroup=  \"90690\";\n\tbreak;\ncase   \"WIEAU\":\n\ttrackingGroup=  \"90694\";\n\tbreak;\ncase   \"MSMCC\":\n\ttrackingGroup=  \"90695\";\n\tbreak;\ncase   \"FLNAV\":\n\ttrackingGroup=  \"90696\";\n\tbreak;\ncase   \"LAMOR\":\n\ttrackingGroup=  \"90697\";\n\tbreak;\ncase   \"LAFRA\":\n\ttrackingGroup=  \"90698\";\n\tbreak;\ncase   \"SCAIK\":\n\ttrackingGroup=  \"90699\";\n\tbreak;\ncase   \"ARFOR\":\n\ttrackingGroup=  \"90700\";\n\tbreak;\ncase   \"MIGHT\":\n\ttrackingGroup=  \"90702\";\n\tbreak;\n\ndefault:trackingGroup = \"90121\";break;\n\n}\n\n\n</script>\n\n<script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n\n\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  _taboola.push({article:'auto'});\n  !function (e, f, u) {\n    e.async = 1;\n    e.src = u;\n    f.parentNode.insertBefore(e, f);\n  }(document.createElement('script'),\n  document.getElementsByTagName('script')[0],\n  'http://cdn.taboola.com/libtrc/associatedpress-hosted/loader.js');\n</script>\n\n\n<!--\n<script language=\"JavaScript\" src=\"http://hosted.ap.org/specials/s_code_remote.js\"></script> -->\n\n\n<!-- MIVA -->\n<!--\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://v11.mivaInLine.us.miva.com/MIVALine/HighlightKeywords.css\">\n-->\n\n<SCRIPT LANGUAGE=\"JavaScript1.1\">\n<!--\n\tvar RN = new String(Math.random());\n\tvar RNS = RN.substring(2, 11);\n\tfunction check_exc()\n\t {\n\t  var excArray = new Array('ORSAL','ASIAONE','WNYC','GORBC','FINDO','ILCDLB','OREUG','SGSPL','NPROLY','DCSAS','WBAL','IXPRS','IIHGL','KWVE','WBZAM','LYCOS','WIRE','TXTYL','ZEBRA');\n\t  for (var i = 0; i < excArray.length; i++)\n\t   if (excArray[i] == \"AP\") return 0;\n\t  return 1;\n\t }\n//-->\n</SCRIPT>\n\n\n\n<!--\n<script type=\"text/javascript\" src=\"http://hosted.ap.org/static/js/prototype.js\"></script>\n <script type=\"text/javascript\" src=\"http://hosted.ap.org/static/js/scriptaculous.js?load=effects\"></script>\n <script type=\"text/javascript\" src=\"http://hosted.ap.org/static/js/lightbox.js\"></script>\n-->\n\n\n<!-- lightbox css -->\n<style>\n#lightbox{\n\tposition: absolute;\n\ttop: 40px;\n\tleft: 0;\n\twidth: 100%;\n\tz-index: 100;\n\ttext-align: center;\n\tline-height: 0;\n\t}\n\n\n#lightbox{\n\tposition: absolute;\n\ttop: 40px;\n\tleft: 0;\n\twidth: 100%;\n\tz-index: 100;\n\ttext-align: center;\n\tline-height: 0;\n\t}\n\n#lightbox a img{ border: none; }\n\n#outerImageContainer{\n\tposition: relative;\n\tbackground-color: #fff;\n\twidth: 250px;\n\theight: 250px;\n\tmargin: 0 auto;\n\t}\n\n#imageContainer{\n\tpadding: 10px;\n\t}\n\n#loading{\n\tposition: absolute;\n\ttop: 40%;\n\tleft: 0%;\n\theight: 25%;\n\twidth: 100%;\n\ttext-align: center;\n\tline-height: 0;\n\t}\n#hoverNav{\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\theight: 100%;\n\twidth: 100%;\n\tz-index: 10;\n\t}\n#imageContainer>#hoverNav{ left: 0;}\n#hoverNav a{ outline: none;}\n\n#prevLink, #nextLink{\n\twidth: 49%;\n\theight: 100%;\n\tbackground: transparent url(/static/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */\n\tdisplay: block;\n\t}\n#prevLink { left: 0; float: left;}\n#nextLink { right: 0; float: right;}\n#prevLink:hover, #prevLink:visited:hover { background: url(/static/images/lightbox/prevlabel.gif) left 15% no-repeat; }\n#nextLink:hover, #nextLink:visited:hover { background: url(/static/images/lightbox/nextlabel.gif) right 15% no-repeat; }\n\n\n#imageDataContainer{\n\tfont: 10px Verdana, Helvetica, sans-serif;\n\tbackground-color: #fff;\n\tmargin: 0 auto;\n\tline-height: 1.4em;\n\t}\n\n#imageData{\n\tpadding:0 10px;\n\t}\n#imageData #imageDetails{ width: 70%; float: left; text-align: left; }\n#imageData #caption{ font-weight: bold;\t}\n#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;\t}\n#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;\t}\n\n#overlay{\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tz-index: 90;\n\twidth: 100%;\n\theight: 500px;\n\tbackground-color: #000;\n\tfilter: alpha(opacity=60);\n\t-moz-opacity: 0.6;\n\topacity: 0.6;\n\t}\n\n\n.clearfix:after {\n\tcontent: \".\";\n\tdisplay: block;\n\theight: 0;\n\tclear: both;\n\tvisibility: hidden;\n\t}\n\n* html>body .clearfix {\n\tdisplay: inline-block;\n\twidth: 100%;\n\t}\n\n* html .clearfix {\n\t/* Hides from IE-mac \\*/\n\theight: 1%;\n\t/* End hide from IE-mac */\n\t}\n\n/* AP specific styles */\ndiv#newndnfrontplayer p\n{\n  font-size: 12px;\n}\n\n\ndiv.ap-photo-gallery-thumbnails\n{\n  padding: 10px;\ntext-align: center;\n}\n\nspan.ap-photo-gallery-thumbnail\n{\n   float: left;\n   clear: none;\n}\n\nspan.ap-photo-gallery-thumbnail\n{\n     margin: 0px 5px 5px 0px;\n}\n\nspan.ap-photo-gallery-thumbnail a:active\n{\n     margin: 0px 5px 5px 0px;\n}\n\nimg.ap-photo-gallery-thumbnail-img a.ap-photo-a:active\n{\n    height: 80px;\n    border: 2px dotted #00F;\n    background: #ccc;\n}\n\nimg.ap-photo-gallery-thumbnail-img\n{\n    height: 80px;\n    border: 0px solid #00F;\n}\n\ndiv#ap_technorati_roundup\n{\n    margin-top: 5px\n}\n</style>\n<script src=\"http://hosted.ap.org/tabpane/js/tabpane.js\"></script>\n<script type=\"text/javascript\" >\nfunction GetUrl(tragetUrl)\n{\n    if (this.ap_original_id){\n      return tragetUrl+ap_original_id;\n    }\n    else{\n       return tragetUrl;\n    }\n}\n</script>\n\n<script>\nvar _gaq = _gaq || [];\n_gaq.push(['_setAccount', 'UA-19104461-7']);\n_gaq.push(['_setDomainName', 'ap.org']);\n_gaq.push(['_setAllowLinker', true]);\n_gaq.push(['_setCustomVar', 1, 'Host', 'hosted.ap.org', 1]);\n_gaq.push(['_setCustomVar', 2, 'SidCode', hosted_site, 1]);\n_gaq.push(['_setCustomVar', 3, 'Headline', ap_headline, 3]);\n_gaq.push(['_setCustomVar', 4,'Source','AP',3]);\n_gaq.push(['_trackPageview']);\n(function() {\nvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\nga.src = 'http://www.google-analytics.com/ga.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n})();\n</script>\n<meta name=\"google-site-verification\" content=\"M6qDm5fGPppJH5HPu2cfbn7zZm0jNNbeuK3SEMaf7b0\" />\n<script type='text/javascript'>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\nvar gads = document.createElement('script');\ngads.async = true;\ngads.type = 'text/javascript';\nvar useSSL = 'https:' == document.location.protocol;\ngads.src = (useSSL ? 'https:' : 'http:') +\n'//www.googletagservices.com/tag/js/gpt.js';\nvar node = document.getElementsByTagName('script')[0];\nnode.parentNode.insertBefore(gads, node);\n})();\n</script>\n\n\n<script type='text/javascript'>\ngoogletag.cmd.push(function() {\ngoogletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/rectangle1', [300, 250], 'APHosted1Ad-Rectangle1').addService(googletag.pubads()).setTargeting('section', ['HOME']);\ngoogletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/rectangle2', [300, 250], 'APHosted1Ad-Rectangle2').addService(googletag.pubads());\ngoogletag.defineSlot('/15786418/Hosted1_customer/' + 'AP' + '/banner', [728, 90], 'banner').addService(googletag.pubads());\ngoogletag.pubads().enableSingleRequest();\ngoogletag.enableServices();\n});\n</script>\n\n<!-- END GLOBAL CONTENT --><!-- Story: 47576851: AS Nightclub Shooting Father asol-\n   Created: 2016/6/13 16:03:30\n   Modified: 2016/6/13 16:03:30\n   Generated: 2016/6/13 16:03:30 -->\n<script lang=\"javascript\">\nvar ap_headline = \"Father of Orlando gunman known for rambling political videos\";\n\n</script>\n<table class=\"ap-story-table hnews hentry item\" border=\"0\" style=\"veritcal-align=:top;\">\n<tr class=\"ap-story-tr\"><td class=\"ap-story-td\">\n<div class=\"body\">\n<div class=\"span-body\"><div class=\"timestamp updated\" title=\"2016-06-13T1603Z\">Jun 13, 4:03 PM EDT</div></div><br/>\n<p class=\"body\"><span class=\"headline entry-title\">Father of Orlando gunman known for rambling political videos</span>\n</p>\n<p class=\"ap-story-p\" />\n<span class=\"byline\">By <span class=\"author vcard\"><span class=\"fn\">LYNNE O'DONNELL</span></span></span><br/>\n<span class=\"bylinetitle\">Associated Press</span></div></td></tr>\n<tr><td><div class=\"body\">\n<!-- Story-MediaBoxPosition: 0 -->\n\n<!-- MediaBox: 356493531\n   Created  : 2016/6/13 16:03:30\n   Modified : 2016/6/13 16:03:30\n   Generated: 2016/6/13 16:03:30 -->\n<table border=\"0\" class=\"ap-mediabox-table\" style=\"float: right; clear: both; margin-left: 3px; margin-top: 10px; margin-bottom: 3px;\" cellspacing=\"0\" cellpadding=\"0\">\n   <tr class=\"ap-mediabox-tr\">\n\t   <td class=\"ap-mediabox-td\"><!-- Package: 31237201: online\n   Created: 2016/6/13 16:03:30\n   Modified: 2016/6/13 16:03:30\n   Generated: 2016/6/13 16:03:30 -->\n<!-- SmallPhoto: 67672011\n   Created: 2016/6/13 11:57:25\n   Modified: 2016/6/13 11:57:27\n   Generated: 2016/6/13 16:03:30 -->\n<table border=\"0\" class=\"ap-smallphoto-table\" cellspacing=\"0\" cellpadding=\"0\">\n<tr class=\"ap-smallphoto-tr\" ><td class=\"ap-smallphoto-td-image\"><a href=\"/dynamic/files/photos/8/804a421f38c14a7e8900880d5cb13961_0.html?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT\"  class=\"ap-smallphoto-a\"><img src=\"/photos/8/804a421f38c14a7e8900880d5cb13961_0-small.jpg\" alt=\"AP Photo\" width=\"180\" border=\"0\" class=\"ap-smallphoto-img\" ></a><br />\n<font class=\"ap-smallphoto-font-photo photo\"><span class=\"apCaption\"> AP Photo/Uncredited</span></font></td></tr>\n</table>\n<!-- /SmallPhoto: 67672011 -->\n<!-- /Package: 31237201 -->\n\t   </td>\n   </tr>\n</table>\n<!-- /MediaBox: 356493531  -->\n<!-- /Story-MediuaBoxPosition: 0 -->\n<span class=\"entry-content\"><img src=\"http://analytics.apnewsregistry.com/analytics/v2/image.svc/AP/RWS/hosted.ap.org/MAI/AOL1847-2016-06-13T1603Z/E/prod/AT/A\" height=\"1\" width=\"1\" alt=\"\"/><p class=\"ap-story-p\">         KABUL, Afghanistan        (AP) -- The father of the Orlando nightclub gunman came to the U.S. from Afghanistan more than 30 years ago and has made a series of rambling political videos about his former homeland, even once describing himself as its &quot;revolutionary president.&quot;</p> <p class=\"ap-story-p\">Seddique Mir Mateen maintained a high profile on social media in the U.S., but is a mystery to Afghan authorities. Some government departments ran background and security checks Monday and found no trace of him, an official said.</p> <p class=\"ap-story-p\">Mateen met with reporters Monday at his home in Port St. Lucie, Florida, and called the massacre by his son, Omar Mateen, &quot;the act of a terrorist.&quot;</p> <p class=\"ap-story-p\">The deadly weekend attack shocked the family, the father said, and went against what he had taught his son. The elder Mateen also said that if he had known what the 29-year-old was planning, he would have arrested him himself.</p> <p class=\"ap-story-p\">In a Facebook video posted after the killings, Mateen said: &quot;I don&apos;t know what caused him to shoot last night.&quot;</p> <p class=\"ap-story-p\">&quot;On the issue of homosexuality, it can be punished only by God, it is not the business of a person. But he (Omar) has killed those people, and I am so saddened,&quot; he added.</p> <p class=\"ap-story-p\">The elder Mateen is a life insurance salesman who started a group in 2010 called Durand Jirga, Inc., according to Qasim Tarin, a businessman from California who was a Durand Jirga board member. The name refers to the Durand Line, the long disputed border established by the British between Afghanistan and Pakistan.</p> <p class=\"ap-story-p\">He apparently left Afghanistan more than 30 years ago, after the 1979 invasion by the Soviet Union touched off a decade-long war of resistance. A civil war was followed by five years of radical Islamist rule by the Taliban until the U.S. invasion of 2001.</p> <p class=\"ap-story-p\">Since then, the country has been trying to rebuild, with help from the U.S. and other countries, while the Taliban continue to fight the Kabul government.</p> <p class=\"ap-story-p\">With constant turnover in government departments in the past 15 years, there appears to be no record of Mateen. Efforts were made to find out about his past, &quot;but we haven&apos;t found a clue,&quot; according to an official in the Afghan intelligence agency, speaking on condition of anonymity because he was not authorized to talk to reporters.</p> <p class=\"ap-story-p\">But Kabul-based political analyst Ahmad Saeedi said Mateen, who is about 70, is from the eastern province of Laghman and was living in the capital when he left 31 years ago for the U.S.</p> <p class=\"ap-story-p\">A fierce anti-communist, Mateen was a captain in the ranks of the mujahedeen who fought the Soviet occupation, Saeedi said. Once in the U.S., he promoted himself to the rank of general.</p> <p class=\"ap-story-p\">Mateen made a series of videos on social media in the Dari language in which he blamed Afghanistan&apos;s ills on a variety of people and organizations, notably Pakistan&apos;s intelligence agency, the ISI. The videos were called the &quot;Durand Jirga Show.&quot;</p> <p class=\"ap-story-p\">&quot;For the past three or four years, he has been uploading these videos in which he claims to be the &apos;revolutionary president&apos; of Afghanistan,&quot; Saeedi said. Many of the videos drew only a few hundred views.</p> <p class=\"ap-story-p\">A former Afghan official said the &quot;Durand Jirga Show&quot; appears on Payam-e-Afghan, a California-based channel that supports ethnic solidarity with the Afghan Taliban, which are mostly Pashtun. The official spoke on condition of anonymity because he did not want to be linked to coverage of the shooting.</p> <p class=\"ap-story-p\">But video reviewed by The Associated Press on Monday did not show support by Mateen for the Taliban. In an April 2015 video, Mateen said he and his supporters had called on the Taliban to join the peace initiative by current Afghan President Ashraf Ghani.</p> <p class=\"ap-story-p\">Mateen once had &quot;a brief and inconsequential meeting&quot; with Rep. Ed Royce, the chairman of the House Foreign Affairs Committee, the California Republican said in a statement. Royce said he routinely meets Afghan-Americans and he vaguely recalls a discussion about relations between Afghanistan and Pakistan with Mateen.</p> <p class=\"ap-story-p\">In a video dated May 23, 2015, Mateen declared himself a candidate for the Afghan presidency.</p> <p class=\"ap-story-p\">&quot;Afghanistan&apos;s sovereignty is in danger due to the free hand of foreigners on our territory, and the result is that 95 percent of the country is not under the government&apos;s control,&quot; he said, a reference to the influence of Pakistan.</p> <p class=\"ap-story-p\">&quot;Due to a lack of planning, and resultant economic crisis, I, Seddique Mateen, am declaring myself as a candidate for the presidency in order to rescue Afghanistan.&quot;</p> <p class=\"ap-story-p\">A photo was posted of of a bright green T-shirt depicting him in a black jacket and red tie - the colors of the Afghan flag - and the words: &quot;Seddique Mateen: the real leader of the Afghan people.&quot;</p> <p class=\"ap-story-p\">His Facebook page includes a number of posts introducing &quot;members of our government,&quot; showing young men but no biographical information.</p> <p class=\"ap-story-p\">In another video, he accused President Barack Obama of supporting Pakistan&apos;s security agency and urged him to cut off U.S. funding.</p> <p class=\"ap-story-p\">A YouTube video dated Jan. 11, 2014, showed Mateen interviewing Ghani during his presidential campaign. He deferentially asked Ghani about poverty, unemployment and corruption, and politely allowed the candidate to answer for 13 minutes.</p> <p class=\"ap-story-p\">But in a video posted Monday on Facebook, Mateen listed senior Afghan officials, including Ghani and former President Hamid Karzai, and he twisted their names to show his disapproval of them. In a repetitive ramble, he called for Afghan unity.</p> <p class=\"ap-story-p\">Mateen&apos;s views on Pakistan&apos;s role in Afghanistan reflect those of many Afghan people. Recently, Ghani has publicly blamed Pakistan and its secret service for using the Taliban to wage war on Afghanistan. Pakistan denies the allegations.</p> <p class=\"ap-story-p\">Ghani&apos;s efforts to draw the Taliban into peace talks have failed, with the Taliban saying they have no intention of cooperating. Ghani has also pressured Pakistan to force the Taliban to the table, to no avail.</p> <p class=\"ap-story-p\">---</p> <p class=\"ap-story-p\">Associated Press writers Rahim Faiez, Karim Sharifi and Mirwais Khan in Kabul, and Mitch Weiss in Greenville, South Carolina, contributed to this story.</p> </span><p class=\"ap-story-p\"><a rel=\"item-license\" href=\"#52ebf452-1ad4-4b5a-a6e5-b3c448c8fa7e\" id=\"52ebf452-1ad4-4b5a-a6e5-b3c448c8fa7e\">&copy; 2016 <span class=\"source-org vcard\"><span class=\"org fn\">The Associated Press</span></span>.  All rights reserved.  This material may not be published, broadcast, rewritten or redistributed.</a>  Learn more about our <a href=\"http://hosted2.ap.org/APDEFAULT/privacy\">Privacy Policy</a> and <a href=\"http://hosted2.ap.org/APDEFAULT/terms\">Terms of Use</a>.</p>\n\n</div></div>\n</td></tr>\n<tr><td>\n<div id=\"onespot_nextclick\" style=\"clear: both; margin: 20px 0;\"></div>\n<script type=\"text/javascript\">\nvar onespot = {\naccount: 'ap.onespot.com',\nmodule_name: 'hosted',\ncontent_areas: {\nselect: 'span.entry-title, span.entry-content p.ap-story-p'\n},\ninter_paragraph_selectors: 'span.entry-content p.ap-story-p'\n};\n</script>\n<script type=\"text/javascript\"\nsrc=\"http://embed.onespot.com/javascripts/nextclick/ap/builder.min.js\"></script>\n</td></tr>\n</table>\n<!-- /Story: 47576851: AS Nightclub Shooting Father asol- -->\n</div>\n                </td>\n            </div>\n            <!--right column-->\n            <div id=\"right_rail\">\n\n\n<div id=\"ap_widget_container_3f519845687f8fb1888ae1602858de1d\"></div>\n<script src=\"http://digitalservices.ap.org/widget-content/3f519845687f8fb1888ae1602858de1d\"></script>\n<br><br>\n<a href=\"http://bigstory.ap.org\" class=\"widget-header\"><font size=\"5px\">Latest News</font></a>\n<hr noshade=\"\"></hr>\n\n\n\n\n<script type=\"text/javascript\">\n(function(d, s) {\n  var wid = 'web_widgets_inline_async_62a4faf03231042caa69db4fa196c29c',\n  js, load = function(url, id) {\n    if (d.getElementById(id)) {return;}\n    js = d.createElement(s); js.src = url; js.id = id;\n    d.getElementsByTagName('head')[0].appendChild(js);\n  };\n  var old = function(){};\n  if (typeof window.onload == 'function') {\n    old = window.onload;\n  }\n  window.onload = function(e) { old(e); load('http://bigstory.ap.org/ap_widgets/widget/data/new/latest_news', 'script_'+ wid); };\n}(document, 'script'));\n</script>\n<div class=\"ap_widget ap_widget-latest_news table-widget-wrapper\" type-class=\"list-news\" data-type=\"list-widget\" id=\"web_widgets_inline_async_62a4faf03231042caa69db4fa196c29c\"></div><link type=\"text/css\" rel=\"stylesheet\" href=\"http://bigstory.ap.org/profiles/ap/themes/vpp_default/widgets/ap_widgets.css\" media=\"all\"><script type=\"text/javascript\" src=\"http://bigstory.ap.org/profiles/ap/modules/custom/core/ap_widgets/misc/v2.js\"></script><script type=\"text/javascript\">var element = document.getElementsByClassName(\"table-widget-wrapper\");var length = element.length;var position = length - 1;var id = element[position].id;var div = document.getElementById(id);var off = document.getElementById(id).offsetWidth;if (off < 620) {div.setAttribute(\"class\", \"table-widget-wrapper verticle gallery\");}</script>\n\n\n<br><br>\n<script type=\"text/javascript\">\n(function(d, s) {\n  var wid = 'web_widgets_inline_async_03f6428b8258b7633c1d58deb2b43b8f',\n  js, load = function(url, id) {\n    if (d.getElementById(id)) {return;}\n    js = d.createElement(s); js.src = url; js.id = id;\n    d.getElementsByTagName('head')[0].appendChild(js);\n  };\n  var old = function(){};\n  if (typeof window.onload == 'function') {\n    old = window.onload;\n  }\n  window.onload = function(e) { old(e); load('http://elections.ap.org/ap_widgets/widget/data/new/latest_news', 'script_'+ wid); };\n}(document, 'script'));\n</script>\n<div class=\"ap_widget ap_widget-latest_news table-widget-wrapper\" type-class=\"list-news\" data-type=\"list-widget\" id=\"web_widgets_inline_async_03f6428b8258b7633c1d58deb2b43b8f\"></div><link type=\"text/css\" rel=\"stylesheet\" href=\"http://elections.ap.org/profiles/ap/themes/ap_elections_theme/widgets/ap_widgets.css\" media=\"all\"><script type=\"text/javascript\" src=\"http://elections.ap.org/profiles/ap/modules/custom/core/ap_widgets/misc/v2.js\"></script><script type=\"text/javascript\">var element = document.getElementsByClassName(\"table-widget-wrapper\");var length = element.length;var position = length - 1;var id = element[position].id;var div = document.getElementById(id);var off = document.getElementById(id).offsetWidth;if (off < 620) {div.setAttribute(\"class\", \"table-widget-wrapper verticle gallery\");}</script>\n\n<br><br>\n\n<div id=\"ap_widget_container_a9283e58dd2d447d209ca56747c22025\"></div>\n<script src=\"http://digitalservices.ap.org/widget-content/a9283e58dd2d447d209ca56747c22025\"></script>\n\n<br><br>\n\n<span class=\"ad_slug_healthgrades\">Advertisement</span>\n<div class=\"\" style=\"float:right;clear:right;width:300px;\">\n<div id=\"hgWdgBd\"></div>\n<script type=\"text/javascript\">\n(function(window, undefined) {var d = window.document,s = d.getElementById(\"hgWdgBd\"),f = d.createElement('IFRAME'),h;f.scrolling = 'no';f.style.border = 'none';f.style.width = '100%';f.src = \"http://healthguides.healthgrades.com/ap-syndication-hosted?_embed=true&_format=_frame&refurl=\"+document.URL;s.parentNode.insertBefore(f, s);window.addEventListener('message', function(event) {var nh = parseInt(event.data, 10);if (h !== nh) {f.style.height = nh + 'px';h = nh;}}, false);})(window);\n</script>\n</div>\n<br><br>\n\n\n<style>\n\n.ad_slug_healthgrades {\nbox-sizing: content-box;\ncolor: rgb(153, 153, 153);\ndisplay: block;\nfont-family: Verdana, Arial, Geneva, sans-serif;\nfont-size: 10px;\nfont-style: normal;\nfont-variant: normal;\nfont-weight: normal;\nheight: 16px;\nleft: 0px;\nline-height: 16px;\nmargin-top: 7px;\nmargin-bottom: 3px;\ntext-align: center;\ntext-indent: 0px;\ntext-transform: uppercase;\nwidth: 300px;\nposition: relative;\n}\n\n#ap-new-widgets .outer-cell {\noverflow: visible !important;\n}\n</style>\n\n            </div>\n\n\n\n\n\n\n\n\n\n            <div style=\"clear: both\" align=\"center\">\n                <p align=\"center\" class=\"copyright\">\n                    &copy;2015 The Associated Press.<br>\n                    All rights reserved. <a href=\"http://hosted2.ap.org/APDEFAULT/Terms\" class=\"term\">Terms</a>\n                    under which this site is provided.<br>\n                    Learn more about our <a href=\"http://hosted2.ap.org/APDEFAULT/privacy\" class=\"term\">\n                        Privacy Policy</a>.</p>\n            </div>\n        </div>\n    </div>\n    <!--</div>\n<!-------- end text -------------------->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/apartmenttherapy.com1.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en\">\n<head>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n  \n\n  <title>Knock-Your-Socks-Off, Interactive Children's Books — Holiday Gift Guide from Apartment Therapy | Apartment Therapy</title>\n\n  <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"Ag+pvC0dtbAu76GkHwoFRMqc3GG2orx48RIwC6XlfVo=\" name=\"csrf-token\" />\n<meta charset='utf-8'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"471a369590\",\"applicationID\":\"527147\",\"transactionName\":\"el0KEUMOWg0BR0lBX0pGF0pCCVkW\",\"queueTime\":0,\"applicationTime\":193,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Uw8HUEVWCgQBUFY=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta content='I truly believe that all a children&#x0027;s book needs to be magical is a well illustrated wonderful story, but sometimes, as a gift,...a book can fall flat. These interactive books, on the other hand, have so many bells and whistles, they won&#x0027;t be cast aside on Christmas morning in favor of \"real\" toys. They are super creative, super fun and meant to be played with, over and over.' name='description'>\n<meta content='width=device-width, initial-scale=1' name='viewport'>\n<meta content=\"Knock-Your-Socks-Off, Interactive Children's Books — Holiday Gift Guide from Apartment Therapy\" property='og:title'>\n<meta content='I truly believe that all a children&#x0027;s book needs to be magical is a well illustrated wonderful story, but sometimes, as a gift,...a book can fall flat. These interactive books, on the other hand, have so many bells and whistles, they won&#x0027;t be cast aside on Christmas morning in favor of \"real\" toys. They are super creative, super fun and meant to be played with, over and over.' property='og:description'>\n<meta content='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' property='og:url'>\n<meta content='article' property='og:type'>\n<meta content='Apartment Therapy' property='og:site_name'>\n<meta content='1917611' property='fb:admins'>\n<meta content='http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.1500_s.fit_/interactive%20books.png' property='og:image'>\n<meta content='summary' name='twitter:card'>\n<meta content='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' name='twitter:url'>\n<meta content=\"Knock-Your-Socks-Off, Interactive Children's Books — Holiday Gift Guide from Apartment Therapy\" name='twitter:title'>\n<meta content='I truly believe that all a children&#x0027;s book needs to be magical is a well illustrated wonderful story, but sometimes, as a gift,...a book can fall flat. These interactive books, on the other hand, have so many bells and whistles, they won&#x0027;t be cast aside on Christmas morning in favor of \"real\" toys. They are super creative, super fun and meant to be played with, over and over.' name='twitter:description'>\n<meta content='AptTherapy' name='twitter:site'>\n<meta content='http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.1500_s.fit_/interactive%20books.png' name='twitter:image'>\n<meta content='#ee2737' name='msapplication-TileColor'>\n<meta content='http://a-fst1.apartmenttherapy.com/assets/favicons/at-metro-tile-0b3d7d7ff8ccb32816d4f23496441f70.png' name='msapplication-TileImage'>\n<meta content='{\"title\":\"Knock-Your-Socks-Off, Interactive Children\\u0027s Books — Holiday Gift Guide from Apartment Therapy\",\"link\":\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\",\"type\":\"post\",\"image_url\":\"http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.1500_s.fit_/interactive%20books.png\",\"post_id\":213998,\"pub_date\":\"2014-12-16T14:30:00Z\",\"section\":\"Family\",\"author\":\"Carrie McBride\",\"tags\":[\"2014\",\"Event Year\",\"Books & Media\",\"Departments\",\"Shopping Guides\",\"Shopping Resources\",\"Christmas\",\"Holidays\"]}' name='parsely-page'>\n<meta content='http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.1500_s.fit_/interactive%20books.png' name='thumbnail'>\n\n\n  <link rel=\"shortcut icon\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/at-favicon-ad3ef31aee0e4fe8aec15a7d0e93ee5f.ico\" />\n  <link href=\"https://plus.google.com/114882182336358417221/\" rel=\"publisher\" />\n\n  <link href=\"http://feeds.apartmenttherapy.com/apartmenttherapy/main\" rel=\"alternate\" title=\"Apartment Therapy\" type=\"application/rss+xml\" />\n\n\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-114x114-47982f87de8c8309ddecfa5f46f13032.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-72x72-b225f54d067485ec75a937a1f1d80f17.png\" />\n  <link rel=\"apple-touch-icon\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-a10f7779d24a78533d4da42158b494dc.png\" />\n\n    <link rel=\"canonical\" href=\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\" />\n\n\n  <!--[if gte IE 9]><!-->\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/application-033b165852fba53b5c149ed3489e9be5.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/print-44017d5e2b30ea915ca6346eaae08c58.css\" media=\"print\" rel=\"stylesheet\" />\n      <script>\n        window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\").createSVGRect&&!!document.implementation.hasFeature(\"http://www.w3.org/TR/SVG11/feature#Image\",\"1.1\"),A=function(A){var o=t.document.createElement(\"link\"),r=t.document.getElementsByTagName(\"script\")[0];o.rel=\"stylesheet\",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==\"}};\n        grunticon( [ \"\", \"http://a-fst1.apartmenttherapy.com/assets/util/svg/data-png-315c3cab574f11b87cfdd5037e9939dc.css\", \"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" ] );</script>\n      <noscript><link href=\"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" rel=\"stylesheet\"></noscript>\n  <!--<![endif]-->\n\n  <!--[if lt IE 9]>\n    <link href=\"/assets/ie8.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n    <link href=\"/assets/print.css\" media=\"print\" rel=\"stylesheet\" />\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/oldie-d911f36682a304ad64e563bfbff1e2e9.js\"></script>\n  <![endif]-->\n\n  <script src=\"http://a-fst1.apartmenttherapy.com/assets/head-d7db1ce8e71e9cac5ae606c59989cb55.js\"></script>\n\n\n\n\n\n  <script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n// Create AllSites ga tracking object\nga('create', 'UA-821548-1', 'auto', {\n  'name': 'AllSites'\n});\n\n// Enhanced link attribution - docs say must come after 'create'\nga('AllSites.require', 'linkid', 'linkid.js');\n\n// For demographic data\nga('AllSites.require', 'displayfeatures');\n\n// Set User-ID if logged in\nvar uid = $.cookie('user_id');\nif (uid) {\n  ga('AllSites.set', '&uid', uid);\n}\n\n// Set custom dimensions\n    ga('AllSites.set', 'dimension1', 'carrie');\n\n  ga('AllSites.set', 'dimension2', 'family');\n  ga('AllSites.set', 'dimension3', '2014-12-16');\n  ga('AllSites.set', 'dimension5', 'No Type');\n\nif (window.AT && window.AT.Visitor) {\n  ga('AllSites.set', 'dimension9', AT.Visitor.OriginatingSource);\n}\n\n// Track pageview\nga('AllSites.send', 'pageview');\n</script>\n\n  <!-- Yieldbot.com Intent Tag LOADING -->\n<script type=\"text/javascript\">\nvar ybotq = ybotq || [];\n(function() {\n  var js = document.createElement('script');\n  js.src = '//cdn.yldbt.com/js/yieldbot.intent.js';\n  var node = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(js, node);\n})();\n</script>\n\n<!-- Yieldbot.com Intent Tag ACTIVATION -->\n<script type=\"text/javascript\">\nybotq.push(function () {\n\n  // TODO more config that should be contained\n  var ybot_pub_id_mobile  = 'c4a9';\n  var ybot_pub_id_desktop = '0828';\n\n  if(AT.CurrentSite.id === 2) {\n    ybot_pub_id_mobile  = 'af1b';\n    ybot_pub_id_desktop = 'cf43';\n  }\n\n  // Yieldbot's definition of \"mobile\"\n  var isYbotMobile = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) < 481);\n\n  if(isYbotMobile){\n    yieldbot.pub(ybot_pub_id_mobile);\n    yieldbot.defineSlot('sidebar');\n  }\n  else {\n    yieldbot.pub(ybot_pub_id_desktop);\n  }\n\n  yieldbot.enableAsync();\n  yieldbot.go();\n});\n</script>\n  <script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', '531267817007380']);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=531267817007380&amp;ev=PixelInitialized\" /></noscript>\n    <!-- SimpleReach -->\n  <script type=\"text/javascript\">\n    __reach_config = {\n      pid: \"548f622397b0c99131000032\",\n      title: \"Knock-Your-Socks-Off, Interactive Children's Books Holiday Gift Guide from Apartment Therapy\",\n      url: \"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\",\n      date: \"2014-12-16T14:30:00Z\",\n      authors: \"Carrie McBride\",\n      channels: \"Family\",\n      tags: [\"2014\",\"Event Year\",\"Books & Media\",\"Departments\",\"Shopping Guides\",\"Shopping Resources\",\"Christmas\",\"Holidays\"],\n      domain: \"apartmenttherapy.com\",\n      iframe: true\n    };\n    (function(){\n      var s = document.createElement('script');\n      s.async = true;\n      s.type = 'text/javascript';\n      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n  </script>\n\n\n</head>\n<body itemscope itemtype=\"http://schema.org/WebSite\" class=\"at at-main postpage\">\n  <div class='dfp-ad' data-media='' data-slot='leaderboard' id='dfp-ad-leaderboard' style='display: none;'>\n</div>\n\n\n<div class='responsive-wrapper'>\n<header class='page-header' role='banner'>\n<a class='site-logo' href='/'>\n<span class='hide-small-down logo-at'>Apartment Therapy</span>\n<span class='hide-medium-up logo-at-horizontal'>Apartment Therapy</span>\n</a>\n<a class='off-screen-nav-toggle hide-medium-up' href='#off-screen-nav'>\n<i class='icon-triple-line icon-large'>Toggle menu</i>\n</a>\n<div class='header-meta'>\n<div class='header-meta-section icons-muted hide-small-down'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n<div class='header-meta-section js-account-link-container'></div>\n<!-- .header-meta-section.js-notifications-button-container.notifications-button -->\n<!-- .header-meta-section.js-react-notifications-modal-button-container -->\n<div class='header-meta-section'>\n<form action='/search' itemprop='potentialAction' itemscope itemtype='http://schema.org/SearchAction' method='get' role='search'>\n<meta content='http://www.apartmenttherapy.com/search?q={q}' itemprop='target'>\n<label class='label-inline label-placeholder' for='search-input'>Search</label>\n<span class='input-icon-inset'>\n<input id='search-input' itemprop='query-input' name='q' required type='search'>\n<button class='icon-search icon-muted search-submit btn-unstyled' type='submit'></button>\n</span>\n</form>\n</div>\n</div>\n<nav class='primary-nav hide-small-down' role='navigation'>\n<ul class='unstyled inline-nav'>\n<li><a class=\"brand-nav-link nav-link channel-link style-link\" href=\"/style\">Style</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link diy-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link homekeeping-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link family-link\" href=\"/family\">Family</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link tech-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link renovating-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link shopping-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link entertaining-link\" href=\"/entertaining\">Entertaining</a></li>\n<li class='more-dropdown dropdown-wrapper'>\n<a class='dropdown-toggle nav-link brand-nav-link' href='#'>\nMore\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='dropdown'>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-link nav-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link nav-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"nav-link\" href=\"/categories/tours\">Tours</a></li>\n<li><a class=\"nav-link\" href=\"/categories/rooms\">Rooms</a></li>\n<li><a class=\"nav-link\" href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a class=\"nav-link\" href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a class=\"nav-link\" href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a class=\"nav-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled dropdown-nav'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/style\">Style</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/family\">Family</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/entertaining\">Entertaining</a></li>\n</ul>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</div>\n</li>\n<li><a class=\"brand-link nav-link\" href=\"http://www.thekitchn.com\">The Kitchn</a></li>\n</ul>\n</nav>\n<div class='feature-scroll js-feature-scroll'></div>\n\n\n</header>\n\n</div>\n<div class='responsive-wrapper'>\n<div class='page-content'>\n<div class='layout-three-column'>\n<div class='content-column'>\n<main role='main'>\n<article class='full-post post'>\n<header class='post-header'>\n<a class='brand-link' href='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998'>\n<h1 class='post-title'>Knock-Your-Socks-Off, Interactive Children's Books</h1>\n<p class='post-subtitle'>Holiday Gift Guide from Apartment Therapy</p>\n</a>\n</header>\n<div class='post-body branded-links'>\n<div class=\"image-wrapper mt-image-center\" style=\"max-width: 540.0px;\">\n<span class=\"image lazy-image\" data-alt=\"\">\n<div class=\"pad\" style=\"padding-bottom: 12.933333333333334%;\">\n<span data-src=\"http://p-fst2.pixstatic.com/547496162a099a3a0700359b/_w.540_s.fit_/holiday-giftguide-at-2014.png\"></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/547496162a099a3a0700359b/_w.540_s.fit_/holiday-giftguide-at-2014.png\">\n</noscript>\n</div>\n</span>\n<div class=\"image-controls\">\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.apartmenttherapy.com%2Fknockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998&amp;description=Knock-Your-Socks-Off%2C%20Interactive%20Children%27s%20Books%20%E2%80%94%20Holiday%20Gift%20Guide%20from%20Apartment%20Therapy&amp;media=http://p-fst2.pixstatic.com/547496162a099a3a0700359b/_w.540_s.fit_/holiday-giftguide-at-2014.png\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\"></a>\n\n</div>\n</div>\n\n<div class=\"image-wrapper mt-image-center\" style=\"max-width: 540.0px;\">\n<span class=\"image lazy-image\" data-alt=\"\">\n<div class=\"pad\" style=\"padding-bottom: 128.88888888888889%;\">\n<span data-src=\"http://p-fst2.pixstatic.com/548f22db697ab045cd00d59b/_w.540_s.fit_/interactive%20books.png\"></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.540_s.fit_/interactive%20books.png\">\n</noscript>\n</div>\n</span>\n<div class=\"image-controls\">\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.apartmenttherapy.com%2Fknockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998&amp;description=Knock-Your-Socks-Off%2C%20Interactive%20Children%27s%20Books%20%E2%80%94%20Holiday%20Gift%20Guide%20from%20Apartment%20Therapy&amp;media=http://p-fst1.pixstatic.com/548f22db697ab045cd00d59b/_w.540_s.fit_/interactive%20books.png\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\"></a>\n\n</div>\n</div>\n\n<p>\n\t    I truly believe that all a children's book needs to be magical is a well illustrated wonderful story, but sometimes, as a gift,...a book can fall flat. These interactive books, on the other hand, have so many bells and whistles, they won't be cast aside on Christmas morning in favor of \"real\" toys. They are super creative, super fun and meant to be played with, over and over.\n</p>\n\n<ol>\n\t<li>\n<em><a href=\"http://www.amazon.com/Whats-inside-See-through-pages-surprises/dp/0500650195/ref=pd_sim_b_1?tag=apartmentth0a-20\" rel=\"nofollow\">What's Inside</a> </em>by OKIDO. This special twist of this book is that when certain pages are held up to light, more pictures are revealed giving children a look at what's inside bodies, buildings, cars and more. A really unique, enjoyable experience. You can see a video <a href=\"http://www.thamesandhudson.com/Whats_Inside_/9780500650196\">here.</a>\n</li>\n\t<li>\n<a href=\"http://www.amazon.com/First-Keyboard-Book-Sam-Taplin/dp/140958240X/ref=sr_1_1?tag=apartmentth0a-20\" rel=\"nofollow\"><em>My First Keyboard Book</em></a> by Sam Taplin. Part picture book, part sheet music, part working keyboard, this book is a wonderful introduction to an instrument or just plain fun for young children to experiment with. You can watch a video demo <a href=\"https://www.youtube.com/watch?v=2XzrTYeXbK4\">here</a>.</li>\n\t<li>\n<em><a href=\"http://www.landofnod.com/im-so-glad-youre-here-giant-book-ltd/s286186\">I'm So Glad You're Here</a> </em>Giant Book by Michelle Romo and J. Betrue. Perhaps hard to tell from the photo collage, this soft book is actually child-sized. And by that I don't mean it's sized for a child; I mean that it is the size of a small child. Measuring in at 25\" x 22\", the book features beautiful appliqué and embroidery.</li>\n\t<li>\n<a href=\"http://www.amazon.com/There-Dog-This-Book/dp/0763669911/ref=sr_1_1?tag=apartmentth0a-20\" rel=\"nofollow\"><em>Is There a Dog in This Book?</em></a> by Viviane Schwarz. A long-awaited follow-up to the hilarious \"There are Cats in this Book\" and \"There are NO Cats in this Book\", the cat trio of Tiny, Moonpie, and Andre are back for more interactive fun. Children will be amused by the story and delighted in the surprises awaiting them behind all the flaps.</li>\n\t<li>\n<a href=\"http://www.amazon.com/Playbook-Farm-Corina-Fletcher/dp/0763661651/ref=sr_1_8?tag=apartmentth0a-20\" rel=\"nofollow\"><em>Playbook Farm</em></a> by Corina Fletcher and Britta Teckentrup. This is a fantastic pop-up book on its own, but in the (probably trademarked) words of Ron Popeil, \"But wait, there's more!\", the book unfolds to become a 3-D playmat. Really inventive format that has been continued in <a href=\"http://www.amazon.com/Playbook-Pirates-Corina-Fletcher/dp/0763666068/ref=pd_sim_b_1?tag=apartmentth0a-20\" rel=\"nofollow\">Playbook Pirates</a> and <a href=\"http://www.amazon.com/Playbook-Castle-Corina-Fletcher/dp/085763321X/ref=pd_sim_b_3?tag=apartmentth0a-20\" rel=\"nofollow\">Playbook Castle</a>. You can see customer photos and a video <a href=\"http://www.amazon.com/Playbook-Farm-Corina-Fletcher/dp/0763661651/ref=sr_1_8?tag=apartmentth0a-20\" rel=\"nofollow\">here</a>.</li>\n\t<li>\n<a href=\"http://www.amazon.com/Little-Robot-Paula-Wiseman-Books/dp/1442454164/ref=sr_1_1?tag=apartmentth0a-20\" rel=\"nofollow\"><em>My Little Blue Robot</em></a> by Stephen T. Johnson. Perfect for kids who love to build, or who love robots, this book includes sturdy cardboard parts to build your own robot (who even talks!). All the pieces use slots and tabs so you don't need glue or any extraneous materials. You can see a video of one being built <a href=\"http://vimeo.com/7855429\">here</a>.</li>\n\t<li>\n<em><a href=\"http://www.chroniclebooks.com/titles/the-ultimate-book-of-vehicles-from-around-the-world.html\">The Ultimate Book of Vehicles From Around the World</a> </em>by Anne-Sophie Baumann and Didier Balicevic. Not only is this a big book and filled with wonderful illustrations of all kinds of vehicles - cars, motorcycles, buses, cement trucks — but it has 60 moving parts: from simple flaps to open, tabs to pull and more complex parts a child can manipulate (see <a href=\"https://www.youtube.com/watch?v=gJnaYtCef80\">this video</a> to get a better idea). This is truly a memorable book that a child can spend hours and hours with. There's also a follow-up: <a href=\"http://www.amazon.com/Ultimate-Construction-Site-Book/dp/2848019840/ref=sr_1_2?tag=apartmentth0a-20\" rel=\"nofollow\"><em>The Ultimate Construction Site Book</em></a>.</li>\n\t<li>\n<em><a href=\"http://www.amazon.com/Ocean-Photicular-Book-Dan-Kainen/dp/0761180516/ref=asap_B00GGIIC7S_1_1?s=books&amp;ie=UTF8&amp;qid=1418325470&amp;sr=1-1&amp;tag=apartmentth0a-20\" rel=\"nofollow\">Ocean: A Photicular Book</a> </em>created by Dan Kainen, written by Carol Kaufmann. If you haven't yet experienced a \"photicular\" book - you must. When this book arrived at the office everyone crowded around to marvel at the seemingly moving pictures. Kainen's first creation, Safari, is wonderful and his latest, Ocean, takes readers under the sea. <a href=\"https://www.youtube.com/watch?v=SqWD8B8l6yU\">This video</a> gives you a peek behind the photicular technology.</li>\n\t<li>\n<a href=\"http://www.amazon.com/My-First-Computer-Anne-Sophie-Baumann/dp/2848019824/ref=sr_1_3?tag=apartmentth0a-20\" rel=\"nofollow\"><em>My First Computer</em></a> by Anne-Sophie Baumann and Marion Billet. This book won't keep your toddler from wanting to bang on your computer keyboard, but it will certainly keep them occupied and delighted, perhaps while you do your own work. With flaps to open and, of course, things to slide, ala a tablet, this book simulates the discovery of an app, but in a beautifully low tech/high creativity way. Watch a demo <a href=\"https://www.youtube.com/watch?v=oGfloZBsYtg\">here.</a>\n</li>\n\t<li>\n<em><a href=\"http://www.chroniclebooks.com/titles/presto-change-o-a-book-of-animal-magic.html\">Presto Change-O! A Book of Animal Magic</a></em> by Édouard Manceau. This is one of the most creative interactive books I've ever seen. Children can literally move the pictures around to transform one scene into another. A teapot turns into an elephant, a hot air balloon turns into a rabbit - and back again, if you wish. Check out <a href=\"https://www.youtube.com/watch?v=PNBk7bIY4u0\">this video</a> of the book in action.</li>\n</ol>\n <a href=\"http://www.thamesandhudson.com/Whats_Inside_/9780500650196\"></a>\n<div class=\"content-highlight\">\n\t<p style=\"text-align: center;\">\n\t\t <strong>Treat <em>yourself </em>after all this shopping! <a href=\"http://www.apartmenttherapy.com/win-1500-to-spend-on-your-new-favorite-sofa-213397\">Enter for a chance to win $1500 to spend on custom furniture.</a> It's our little gift to you!</strong>\n\t</p>\n\t<div class=\"image-wrapper mt-image-center\" style=\"max-width: 244.0px;\">\n<a href=\"http://www.purewow.com/lander/HGTVATCBS_Nov_14?referrer=HGTVATCBS_Nov_14_AT\"><span class=\"image lazy-image\" data-alt=\"\">\n<div class=\"pad\" style=\"padding-bottom: 20.081967213114755%;\">\n<span data-src=\"http://p-fst2.pixstatic.com/547384a5697ab06a1b003cf8/_w.540_s.fit_/apartment-therapy-dedicated-enter-now.png\"></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/547384a5697ab06a1b003cf8/_w.540_s.fit_/apartment-therapy-dedicated-enter-now.png\">\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n<div class='series-pagination'>\n<h3 class='brand-bg full-series-header'>\nMore posts in this series\n</h3>\n<h6 class='full-series-name post-series-name'>Holiday Gift Guides 2014</h6>\n<div class='link-pagination grid-row grid-no-gutters grid-no-collapse grid-collapse-mini grid-collapse-medium'>\n<div class='link-pagination-previous col-1-2'>\n<a class='media' href='http://www.apartmenttherapy.com/31-kids-gift-ideas-to-satisfy-your-inner-design-snob-gift-guide-213829'>\n<i class='media-object icon-arrow-left icon-larger'>Previous</i>\n<img alt=\"5483c1c8697ab06af6007282. w.60 h.60 s.centercrop \" class=\"media-object\" src=\"http://p-fst1.pixstatic.com/5483c1c8697ab06af6007282._w.60_h.60_s.centercrop_.jpg\" />\n<div class='media-body'>\n31 Kids Gift Ideas to Satisfy Your Inner Design Snob\n</div>\n</a>\n</div>\n<div class='link-pagination-next col-1-2'>\n<a class='media' href='http://www.apartmenttherapy.com/9-great-gifts-for-smallspace-dwellers-holiday-gift-guide-from-apartment-therapy-213476'>\n<i class='media-object-right icon-arrow-right icon-larger'>Next</i>\n<img alt=\"5475181f2a099a3a32005314. w.60 h.60 s.centercrop \" class=\"media-object-right\" src=\"http://p-fst1.pixstatic.com/5475181f2a099a3a32005314._w.60_h.60_s.centercrop_.jpg\" />\n<div class='media-body'>\nGreat Gifts for Small-Space Dwellers\n</div>\n</a>\n</div>\n</div>\n\n</div>\n\n\n<p>\n<small>(Image credits: <a href=\"/authors/henry\">Henry Chen</a>; <a href=\"/authors/carrie\">Carrie McBride</a>; <a href=\"/authors/ashleyanderson\">Ashley Anderson</a>)</small>\n</p>\n</div>\n<footer>\n<div class='CakePusher' data-post-template='templates/objects/advertising/sponsored_post_pusher'>\n<div class='dfp-ad' data-media='' data-slot='sponsored_pusher' id='dfp-ad-sponsored_pusher' style='display: none;'>\n</div>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>You Might Also Like</h2>\n<div class='OUTBRAIN' data-ob-template='ApartmentTherapy' data-src='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' data-widget-id='AR_6'></div>\n<h2 class='section-header'>Promoted Stories</h2>\n<div class='OUTBRAIN' data-ob-template='ApartmentTherapy' data-src='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' data-widget-id='AR_7'></div>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n\n<h2 class='section-header'>Categories</h2>\n<div class='post-categories branded-links'>\n<a href=\"/main\">Main</a>,\n<a href=\"/family\">Family</a>,\n<a href=\"/categories/2014\">2014</a>,\n<a href=\"/categories/books_media\">Books &amp; Media</a>,\n<a href=\"/categories/christmas\">Christmas</a>,\n<a href=\"/categories/shopping_guides\">Shopping Guides</a>\n</div>\n</div>\n<div class='author-mini-bio grid-row grid-small-gutters grid-no-collapse'>\n<a class='col-1-5' href='/authors/carrie' rel='author'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/50eeba64dbd0cb6d9b009908._w.150_h.150_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/50eeba64dbd0cb6d9b009908._w.150_h.150_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n<div class='col-4-5'>\n<h2 class='section-header'><a class=\"brand-link\" href=\"/authors/carrie\" rel=\"author\">Carrie McBride</a></h2>\n<p class='author-bio-body'>As Apartment Therapy's Family Editor, Carrie covers design and modern homelife with children. A lapsed librarian, she lives in Brooklyn with her husband and two kids and is in contention to break the record for most hours spent at the playground. </p>\n</div>\n</div>\n\n<div class='post-byline'>\n<ul class='unstyled post-byline-sections'>\n<li>\n<time datetime='2014-12-16 09:30:00 -0500'>\n<a class=\"muted-link\" href=\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\" rel=\"bookmark\">12.16.14&nbsp;&nbsp;  9:30AM</a>\n</time>\n</li>\n</ul>\n</div>\n<div class='social-buttons'>\n<div class='social-button pinterest' data-social-action='article pin' data-social-network='pinterest' data-social-target='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' data-track-social>\n<a data-pin-config=\"beside\" data-pin-do=\"buttonPin\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.apartmenttherapy.com%2Fknockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998&description=Knock-Your-Socks-Off%2C%20Interactive%20Children%27s%20Books&media=http://p-fst2.pixstatic.com/548f22db697ab045cd00d59b/_w.1500_s.fit_/interactive%20books.png\"><img alt=\"Pin it button\" src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" /></a>\n</div>\n\n<div class='social-button facebook'>\n<div class='fb-like' data-href='http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998' data-layout='button_count'></div>\n</div>\n\n<div class='social-button twitter'>\n<a class=\"twitter-share-button tweet-home\" data-align=\"left\" data-text=\"Knock-Your-Socks-Off, Interactive Children&#39;s Books\" data-url=\"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\" data-via=\"AptTherapy\" href=\"http://twitter.com/share\" target=\"_blank\"></a>\n</div>\n\n</div>\n\n</footer>\n</article>\n<div class='js-tout-container'></div>\n<div class='dfp-ad' data-media='' data-slot='tout' id='dfp-ad-tout' style='display: none;'>\n</div>\n\n\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='small_down' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n</div>\n</div>\n<div class='js-post-comments-controller-container' data-post-id='213998' data-post-title=\"Knock-Your-Socks-Off, Interactive Children's Books &lt;small&gt;Holiday Gift Guide from Apartment Therapy&lt;/small&gt;\" id='comments'></div>\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='' data-slot='midpage' id='dfp-ad-midpage' style='display: none;'>\n</div>\n\n<script>\n  $(function() {\n    $(document).trigger('load-js-comments');\n  });\n</script>\n</div>\n</div>\n<script>\n  AT = window.AT || {};\n  AT.CurrentPost = {\n    id: 213998,\n    title: \"Knock-Your-Socks-Off, Interactive Children's Books\",\n    subtitle: \"Holiday Gift Guide from Apartment Therapy\",\n    url: \"http://www.apartmenttherapy.com/knockyoursocksoff-interactive-childrens-books-holiday-gift-guide-from-apartment-therapy-213998\",\n    is_sponsored: false,\n    channel_basename: \"family\",\n    comments_allowed: true,\n    comments_enabled: true\n  };\n</script>\n\n<div class='sticky-content-wrapper'><div class='dfp-ad' data-media='small_down' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n</div>\n</main>\n<nav class='categories-column hide-medium-down'>\n<div>\n<ul class='categories-nav section-border unstyled'>\n<li><a class=\"brand-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/tours'>\nTours\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/apartment\">Apartment</a></li>\n<li><a href=\"/categories/house\">House</a></li>\n<li><a href=\"/categories/kids\">Kids</a></li>\n<li><a href=\"/categories/workspace\">Workspace</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/rooms'>\nRooms\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/bathroom\">Bathroom</a></li>\n<li><a href=\"/categories/bedroom\">Bedroom</a></li>\n<li><a href=\"/categories/dining_room\">Dining Room</a></li>\n<li><a href=\"/categories/entryway\">Entryway</a></li>\n<li><a href=\"/categories/kitchen\">Kitchen</a></li>\n<li><a href=\"/categories/living_room\">Living Room</a></li>\n<li><a href=\"/categories/outdoor_space\">Outdoor Space</a></li>\n<li><a href=\"/categories/home-office\">Home Office</a></li>\n<li><a href=\"/categories/playroom\">Playroom</a></li>\n<li><a href=\"/categories/nursery_kids\">Nursery &amp; Kids</a></li>\n<li><a href=\"/categories/garage\">Garage</a></li>\n<li><a href=\"/categories/storage-closets\">Storage &amp; Closets</a></li>\n<li><a href=\"/categories/dorm_room\">Dorm Room</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/projects'>\nProjects\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/how_to\">How To</a></li>\n<li><a href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a href=\"/categories/crafting\">Crafting</a></li>\n<li><a href=\"/categories/decorating\">Decorating</a></li>\n<li><a href=\"/categories/renovating_projects\">Renovating Projects</a></li>\n<li><a href=\"/categories/painting\">Painting</a></li>\n<li><a href=\"/categories/gardening\">Gardening</a></li>\n<li><a href=\"/categories/customizing\">Customizing</a></li>\n<li><a href=\"/categories/organizing\">Organizing</a></li>\n<li><a href=\"/categories/cleaning\">Cleaning</a></li>\n<li><a href=\"/categories/space_planning\">Space Planning</a></li>\n<li><a href=\"/categories/tips_techniques\">Tips &amp; Techniques</a></li>\n<li><a href=\"/categories/woodworking\">Woodworking</a></li>\n<li><a href=\"/categories/reusing\">Reusing</a></li>\n<li><a href=\"/categories/kids-crafts\">Kids Crafts</a></li>\n<li><a href=\"/categories/upholstery_1\">Upholstery</a></li>\n<li><a href=\"/categories/makeovers\">Makeovers</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/life_at_home'>\nLife at Home\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a href=\"/categories/entertaining_at_home\">Entertaining at Home</a></li>\n<li><a href=\"/categories/luxury_living\">Luxury Living</a></li>\n<li><a href=\"/categories/pets_at_home\">Pets at Home</a></li>\n<li><a href=\"/categories/healthy_living\">Healthy Living</a></li>\n<li><a href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a href=\"/categories/setting_up_home\">Setting Up Home</a></li>\n<li><a href=\"/categories/parenting\">Parenting</a></li>\n<li><a href=\"/categories/mindful_living\">Mindful Living</a></li>\n<li><a href=\"/categories/green_living\">Green Living</a></li>\n<li><a href=\"/categories/renters-solutions\">Renters Solutions</a></li>\n<li><a href=\"/categories/getting-married\">Getting Married</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/decor_styles'>\nDecor Styles\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/happy-modern\">Happy Modern</a></li>\n<li><a href=\"/categories/eclectic-collector\">Eclectic Collector</a></li>\n<li><a href=\"/categories/new-traditional\">New Traditional</a></li>\n<li><a href=\"/categories/simple-chic\">Simple Chic</a></li>\n<li><a href=\"/categories/warm-industrial\">Warm Industrial</a></li>\n<li><a href=\"/categories/organic-modern\">Organic Modern</a></li>\n<li><a href=\"/categories/classic-glam\">Classic Glam</a></li>\n<li><a href=\"/categories/dramatic-modern\">Dramatic Modern</a></li>\n</ul>\n</div>\n</li>\n<li><a href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a href=\"/categories/video\">Video</a></li>\n<li><a href=\"http://classifieds.apartmenttherapy.com\">Classifieds</a></li>\n<li><a class=\"brand-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>Email Updates</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"Ag+pvC0dtbAu76GkHwoFRMqc3GG2orx48RIwC6XlfVo=\" /></div>\n<input name='lists[]' type='hidden' value='apartment_therapy'>\n<label class='label-placeholder' for='sidebar-email-signup-input'>Email address:</label>\n<input id='sidebar-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>\nColor Search\n</h2>\n<a href='/color_search'>\n<div class='logo-color-search'>\n<img alt=\"Color search 2x\" src=\"http://a-fst1.apartmenttherapy.com/assets/logos/color-search-2x-15a8d9442c236b8220b6421c29065b7b.png\" />\n</div>\n</a>\n<a class='btn btn-block brand-btn' href='/color_search'>\nTry it\n</a>\n</div>\n<div class='ab-slot-one'></div>\n<div class='ab-slot-two'></div>\n</nav>\n\n</div>\n<aside class='ad-column'>\n<div class='dfp-ad' data-media='medium_up' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n<div class='daily-find-teaser-block media'>\n<div class='media-object'>\n<a href='/meyer-lemon-tree-210426'>\n<div class='image-wrapper' style='max-width: 400.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/52cf89c7697ab008fb00bbf8._w.400_h.400_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/52cf89c7697ab008fb00bbf8._w.400_h.400_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n</div>\n<div class='media-body'>\n<h2 class='uppercase'>\n<a href=\"http://www.apartmenttherapy.com/categories/daily_find\">Maxwell&rsquo;s Daily Find</a>\n</h2>\n<ol>\n<li><a href=\"/meyer-lemon-tree-210426\">Meyer Lemon Tree</a></li>\n<li><a href=\"/de-buyer-copper-sauce-pans-maxwells-daily-find-010115-214479\">de Buyer Copper Sauce Pans</a></li>\n<li><a href=\"/takenaka-bento-boxes-maxwells-daily-find-123014-214475\">Takenaka Bento Boxes</a></li>\n</ol>\n<a class=\"brand-link nav-link daily-find-archive-link\" href=\"http://www.apartmenttherapy.com/categories/daily_find\">See more <i class=\"icon-double-arrow-right\"></i></a>\n</div>\n</div>\n\n<div class='sticky-sidebar-with-ad'>\n<div class='dfp-ad' data-media='medium_up' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n\n</div>\n<div class='ad-column-third-party'>\n<h3 class='section-header'>Around the Web</h3>\n<div id='zergnet-widget-26344'></div>\n<script>\n  (function() {\n    var zergnet = document.createElement('script');\n    zergnet.type = 'text/javascript'; zergnet.async = true;\n    zergnet.src = 'http://www.zergnet.com/zerg.js?id=26344';\n    var znscr = document.getElementsByTagName('script')[0];\n    znscr.parentNode.insertBefore(zergnet, znscr);\n  })();\n</script>\n\n</div>\n</aside>\n\n</div>\n</div>\n</div>\n\n<div class='responsive-wrapper'>\n<div class='page-footer'>\n<div class='grid-row grid-large-gutters'>\n<div class='col-3-4 hide-mini'>\n<div class='content-section'>\n<div class='grid-row grid-large-gutters grid-collapse-medium'>\n<div class='col-1-2 first-posts-row'>\n<div class='ab-slot-one'></div>\n</div>\n<div class='col-1-2'>\n<div class='ab-slot-two'></div>\n</div>\n</div>\n</div>\n<div class='grid-row grid-large-gutters grid-collapse-medium hide-small'>\n<div class='col-1-2'>\n<div class='content-section submit-story'>\n<h2 class='section-header'>Submit a Story</h2>\n<p>Got a tip, home tour, or other story our readers should see?</p>\n<p>\n<a class='brand-link' href='/submissions'>Tell us about it!</a>\n</p>\n</div>\n</div>\n<div class='col-1-2'>\n<div class='content-section our-books'>\n<h2 class='section-header'>Read Our Books</h2>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/cookbook'>\n<div class='media-object book-5'></div>\n<div class='media-body'>\nThe Kitchn Cookbook\n<span class='muted'>(2014)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/1616280719/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-1'></div>\n<div class='media-body'>\nGood Food to Share\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/big-book'>\n<div class='media-object book-2'></div>\n<div class='media-body'>\nThe Big Book of Small, Cool Spaces\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0811859827/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-3'></div>\n<div class='media-body'>\nApartment Therapy Presents\n<span class='muted'>(2008)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0553383124/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-4'></div>\n<div class='media-body'>\nThe Eight-Step Home Cure\n<span class='muted'>(2006)</span>\n</div>\n</a>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class='col-1-4'>\n<div class='content-section'>\n<h2 class='section-header'>Join our email list</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"Ag+pvC0dtbAu76GkHwoFRMqc3GG2orx48RIwC6XlfVo=\" /></div>\n<input name='lists[]' type='hidden' value='apartment_therapy'>\n<label class='label-placeholder' for='footer-email-signup-input'>Email address:</label>\n<input id='footer-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h3 class='uppercase'><a class=\"brand-link advertise-link\" href=\"http://advertising.apartmenttherapy.com/\">Advertise With Us</a></h3>\n</div>\n<div class='content-section'>\n<ul class='unstyled footer-menu'>\n<li><a class=\"brand-link\" href=\"/about\">About Apartment Therapy</a></li>\n<li><a class=\"brand-link\" href=\"/contact\">Contact Us</a></li>\n<li><a class=\"brand-link\" href=\"/follow-us\">Follow Us</a></li>\n<li><a class=\"brand-link\" href=\"/press\">Press</a></li>\n<li><a class=\"brand-link\" href=\"/legal\">Legal</a></li>\n<li><a class=\"brand-link\" href=\"/privacy\">Privacy Policy</a></li>\n<li><a class=\"brand-link\" href=\"/commentpolicy\">Comment Policy</a></li>\n<li><a class=\"brand-link\" href=\"/team\">Our Team</a></li>\n<li><a class=\"brand-link\" href=\"/categories/sponsored_post\">Sponsored Posts</a></li>\n</ul>\n</div>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n<h3 class='footer-tagline brand-color'>saving the world, one room at a time</h3>\n<small>&copy; 2015 Apartment Therapy</small>\n</div>\n\n</div>\n<div class='off-screen-nav-cover'></div>\n<div id='off-screen-nav'>\n<a class='close-off-screen-nav muted-white-link' href='#'>\n<i class='icon-close icon-large'>Close menu</i>\n</a>\n<nav class='off-screen-links' role='navigation'>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"white-link\" href=\"/categories/tours\">Tours</a></li>\n<li><a class=\"white-link\" href=\"/categories/rooms\">Rooms</a></li>\n<li><a class=\"white-link\" href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a class=\"white-link\" href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a class=\"white-link\" href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a class=\"white-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"white-link\" href=\"/style\">Style</a></li>\n<li><a class=\"white-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"white-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"white-link\" href=\"/family\">Family</a></li>\n<li><a class=\"white-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"white-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"white-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"white-link\" href=\"/entertaining\">Entertaining</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"http://www.thekitchn.com\">The Kitchn</a></li>\n<li><a class=\"white-link\" href=\"/color_search\">Color Search</a></li>\n<li><a class=\"white-link\" href=\"http://classifieds.apartmenttherapy.com\">Classifieds</a></li>\n<li><a class=\"white-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</nav>\n<div class='icons-white'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n\n\n\n  <script>\n    $(document).on('initialize-posts.LazyImage, initialize-images.LazyImage', function() {\n      $('.lazy-image:not(.initialized):visible').each(function() {\n        $(this)\n          .addClass('initialized')\n          .waypoint({\n            offset: '120%',\n            triggerOnce: true,\n            handler: function() {\n              var $lazy_image = $(this);\n              $lazy_image.attr('data-picture', true);\n              window.picturefill();\n\n              var $img = $lazy_image.find('img');\n              if ($img[0].complete) {\n                $lazy_image.addClass('loaded');\n              } else {\n                $img.one('load', function() { $lazy_image.addClass('loaded'); });\n              }\n            }\n          });\n      });\n    });\n    $(document).trigger('initialize-images.LazyImage');\n    $(window).on('resize.LazyImage', function() { $(document).trigger('initialize-images.LazyImage'); });\n  </script>\n\n  <div id=\"fb-root\"></div>\n\n  <script>\n  AT = window.AT || {};\n  AT.CurrentSite = {\"id\":1,\"name\":\"Apartment Therapy\",\"domain\":\"apartmenttherapy.com\",\"slug\":\"at\",\"tagline\":\"Saving the world, one room at a time\",\"url\":\"http://www.apartmenttherapy.com\",\"twitter_username\":\"AptTherapy\",\"facebook_url\":\"http://www.facebook.com/apartmenttherapy\",\"cse_id\":\"004176398225520866731:-lh2pkw5lda\",\"analytics_id\":\"UA-821548-1\",\"comscore_id\":\"14868646\",\"skimlinks_code\":\"34276X922231\",\"sitemeter_code\":\"s12apartmenttherapyny\",\"myemma_id\":\"1372627\",\"blog_id\":1,\"created_at\":\"2012-09-14T17:39:00.650-04:00\",\"updated_at\":\"2014-07-28T15:50:41.349-04:00\",\"pinterest_url\":\"http://pinterest.com/apttherapy/\",\"default_profile_image_id\":\"50e2fd06dbd0cb6d77006d3d\",\"primary_color\":\"#ee2737\",\"instagram_username\":\"apartmenttherapy\",\"google_plus_url\":\"https://plus.google.com/+apartmenttherapy/posts\",\"tumblr_url\":\"http://apartmenttherapy.tumblr.com/\"};\n  \n\n  AT.config = {\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.apartmenttherapy.com',\n    pixtruder_cdn: 'http://p-fst1.pixstatic.com',\n      ATChannels: [\"family\"],\n      feature_tower_unit_name: '/6782/ApartmentTherapy/SponsoredPost/FeatureTower',\n    dfp_section: 'ApartmentTherapy',\n    media_queries_mini: '(max-width: 23.99em)',\n    media_queries_medium: '(min-width: 48.5em) and (max-width: 59.99em)',\n    media_queries_medium_up: '(min-width: 48.5em)',    \n    media_queries_large: '(min-width: 60em)',\n    page_type: [\"post\"],\n      post_id: 213998,\n    environment: \"production\",\n    slots_tour_size_one: '(min-width: 770px) and (min-height: 612px)'\n  };\n\n\n  if (!window.Community) { Community = {}; }\n  Community.Config = {\n      commentable_id: 213998,\n      commentable_type: 'MovableTypePost',\n      commentable_title: \"Knock-Your-Socks-Off, Interactive Children's Books \\u003csmall\\u003eHoliday Gift Guide from Apartment Therapy\\u003c/small\\u003e\",\n      author_community_user_id: 1220,\n      author_community_user_ids: [988809,9,868948,86343,1118944,772692,525266,498517,906374,558978,1056003,15853,342676,520044,159626,301,18,215,32928,1068846,1053572,57142,81564,31937,163491,1043488,168043,168813,128758,171327,43559,84319,31997,333077,224321,1061613,9,90382,354570,41130,47096,86806,1220,1124647,5476,446518,444871,488670,350774,35879,491090,195586,79457,252189,408632,263359,139606,300793,1175944,472742,136230,147862,1042135,330912,241326,481095,333031,772534,781847,980390,890947,778881,10,511648,252609,1044009,12,60852,1067475,36917,500398,124251,7,1031654,454644,492851,1016633,108701,244750,130553,165081,107285,101837,21353,1060939,1133012,578609,9,1002126,1146742,772383,585301,296462,174834,571254,281736,241079,4589,1021624,1035561,167865,256321,472575,1048331,160475,27023,1040143,14,1069],\n    cookie_suffix: \"\",\n    cookie_domain: \".apartmenttherapy.com\",\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.apartmenttherapy.com',\n    page_title: $('title')[0].text || \"N/A\"\n  };\n\n</script>\n\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/application-bdd2e122f0156ee67b9afe6761d444b2.js\"></script>\n\n  <script>AT.DFP.start();</script>\n\n  <script async=\"true\" defer=\"true\" type='text/javascript' src='http://letschipit.com/button/js.ashx'></script>\n\n  <script>\n  _atrk_opts = { atrk_acct:\"eobji1agq800Ux\", domain:\"apartmenttherapy.com\",dynamic: true};\n  (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); })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=eobji1agq800Ux\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n  <script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/231032.js?r=\"+Math.random()*1e16+\"&m=1112&a=231032\"+(iatDev?\"&d=1\":\"\")))</script>\n  <script>\n  var _sf_async_config={};\n  /** CONFIGURATION START **/\n  _sf_async_config.uid = 1646;\n  _sf_async_config.domain = 'apartmenttherapy.com';\n  _sf_async_config.sections = 'main';\n  _sf_async_config.authors = 'Carrie McBride';\n  /** CONFIGURATION END **/\n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n         (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\n         'js/chartbeat.js');\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n       loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n  <script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"14868646\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=14868646&amp;cv=2.0&amp;cj=1\" alt=\"\" />\n</noscript>\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=3gv225riftp6w\"></script>\n  <div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"apartmenttherapy.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n  <script type=\"text/javascript\">\n\n  var _qevents = _qevents || [];\n\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n    qacct:\"p-9e_lGUY-vZpsw\",\n    labels: \"family\"\n  });\n</script>\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-9e_lGUY-vZpsw.gif?labels=family\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n  <script>\n  \n  var noskimwords='true';\n</script>\n<script async=\"true\" defer=\"true\" type=\"text/javascript\" src=\"http://s.skimresources.com/js/34276X922231.skimlinks.js\"></script>\n\n  <script type=\"text/javascript\">\n  (function() {\n    function async_load(script_url){\n      var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://');\n      var s = document.createElement('script'); s.src = protocol + script_url;\n      var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);\n    }\n    bm_website_code = 'C5B1B0053C914570';\n    jQuery(document).ready(function(){async_load('asset.pagefair.com/measure.min.js')});\n    jQuery(document).ready(function(){async_load('asset.pagefair.net/ads.min.js')});\n  })();\n</script>\n  <script type=\"text/javascript\">\n    adroll_adv_id = \"LV5EF7VIDNHV5NCHV6QX66\";\n    adroll_pix_id = \"ZQA5LU445VGZDFIZUFLHHU\";\n (function () {\n  var _onload = function(){\n   if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n   if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n   var scr = document.createElement(\"script\");\n   var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n   scr.setAttribute('async', 'true');\n   scr.type = \"text/javascript\";\n   scr.src = host + \"/j/roundtrip.js\";\n   ((document.getElementsByTagName('head') || [null])[0] ||\n    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);};\n  if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n  else {window.attachEvent('onload', _onload)}}());\n</script>\n      <script>$.getScript(\"http://apartmenttherapy.marcobot.com/polo.js\");</script>\n\n</body>\n</html>\n\n\n"
  },
  {
    "path": "tests/data/html/apartmenttherapy.com2.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en\">\n<head>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n  \n\n  <title>Before & After:  A Year of IKEA Hacks  — Best of 2014 | Apartment Therapy</title>\n\n  <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"5hOjMXWnGJqAz/C/fX+oFdIsahCBOcYCDRiDwwy3zxY=\" name=\"csrf-token\" />\n<meta charset='utf-8'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"471a369590\",\"applicationID\":\"527147\",\"transactionName\":\"el0KEUMOWg0BR0lBX0pGF0pCCVkW\",\"queueTime\":0,\"applicationTime\":97,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Uw8HUEVWCgQBUFY=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta content=\"Nothing stirs the DIY spirit like a good IKEA hack. IKEA is so accessible — anybody could stroll in there and buy a BEKVAM or two — but its Scandinavian design is deceptively simple. With a little ingenuity a box, or a table, or a stool from IKEA could become pretty much anything. Here's proof.\" name='description'>\n<meta content='width=device-width, initial-scale=1' name='viewport'>\n<meta content='Before & After:  A Year of IKEA Hacks  — Best of 2014' property='og:title'>\n<meta content=\"Nothing stirs the DIY spirit like a good IKEA hack. IKEA is so accessible — anybody could stroll in there and buy a BEKVAM or two — but its Scandinavian design is deceptively simple. With a little ingenuity a box, or a table, or a stool from IKEA could become pretty much anything. Here's proof.\" property='og:description'>\n<meta content='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' property='og:url'>\n<meta content='article' property='og:type'>\n<meta content='Apartment Therapy' property='og:site_name'>\n<meta content='1917611' property='fb:admins'>\n<meta content='http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.1500_s.fit_/shelf.png' property='og:image'>\n<meta content='summary' name='twitter:card'>\n<meta content='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' name='twitter:url'>\n<meta content='Before & After:  A Year of IKEA Hacks  — Best of 2014' name='twitter:title'>\n<meta content=\"Nothing stirs the DIY spirit like a good IKEA hack. IKEA is so accessible — anybody could stroll in there and buy a BEKVAM or two — but its Scandinavian design is deceptively simple. With a little ingenuity a box, or a table, or a stool from IKEA could become pretty much anything. Here's proof.\" name='twitter:description'>\n<meta content='AptTherapy' name='twitter:site'>\n<meta content='http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.1500_s.fit_/shelf.png' name='twitter:image'>\n<meta content='#ee2737' name='msapplication-TileColor'>\n<meta content='http://a-fst1.apartmenttherapy.com/assets/favicons/at-metro-tile-0b3d7d7ff8ccb32816d4f23496441f70.png' name='msapplication-TileImage'>\n<meta content='{\"title\":\"Before & After:  A Year of IKEA Hacks  — Best of 2014\",\"link\":\"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\",\"type\":\"post\",\"image_url\":\"http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.1500_s.fit_/shelf.png\",\"post_id\":214389,\"pub_date\":\"2014-12-24T14:00:00Z\",\"section\":\"DIY\",\"author\":\"Nancy Mitchell\",\"tags\":[\"2014\",\"Event Year\",\"Budget Living\",\"Life at Home\",\"Hot Posts\",\"Features\",\"Before & After\",\"Projects\"]}' name='parsely-page'>\n<meta content='http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.1500_s.fit_/shelf.png' name='thumbnail'>\n\n\n  <link rel=\"shortcut icon\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/at-favicon-ad3ef31aee0e4fe8aec15a7d0e93ee5f.ico\" />\n  <link href=\"https://plus.google.com/114882182336358417221/\" rel=\"publisher\" />\n\n  <link href=\"http://feeds.apartmenttherapy.com/apartmenttherapy/main\" rel=\"alternate\" title=\"Apartment Therapy\" type=\"application/rss+xml\" />\n\n\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-114x114-47982f87de8c8309ddecfa5f46f13032.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-72x72-b225f54d067485ec75a937a1f1d80f17.png\" />\n  <link rel=\"apple-touch-icon\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/at-apple-touch-icon-a10f7779d24a78533d4da42158b494dc.png\" />\n\n    <link rel=\"canonical\" href=\"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\" />\n\n\n  <!--[if gte IE 9]><!-->\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/application-033b165852fba53b5c149ed3489e9be5.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/print-44017d5e2b30ea915ca6346eaae08c58.css\" media=\"print\" rel=\"stylesheet\" />\n      <script>\n        window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\").createSVGRect&&!!document.implementation.hasFeature(\"http://www.w3.org/TR/SVG11/feature#Image\",\"1.1\"),A=function(A){var o=t.document.createElement(\"link\"),r=t.document.getElementsByTagName(\"script\")[0];o.rel=\"stylesheet\",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==\"}};\n        grunticon( [ \"\", \"http://a-fst1.apartmenttherapy.com/assets/util/svg/data-png-315c3cab574f11b87cfdd5037e9939dc.css\", \"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" ] );</script>\n      <noscript><link href=\"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" rel=\"stylesheet\"></noscript>\n  <!--<![endif]-->\n\n  <!--[if lt IE 9]>\n    <link href=\"/assets/ie8.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n    <link href=\"/assets/print.css\" media=\"print\" rel=\"stylesheet\" />\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/oldie-d911f36682a304ad64e563bfbff1e2e9.js\"></script>\n  <![endif]-->\n\n  <script src=\"http://a-fst1.apartmenttherapy.com/assets/head-d7db1ce8e71e9cac5ae606c59989cb55.js\"></script>\n\n\n\n\n\n  <script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n// Create AllSites ga tracking object\nga('create', 'UA-821548-1', 'auto', {\n  'name': 'AllSites'\n});\n\n// Enhanced link attribution - docs say must come after 'create'\nga('AllSites.require', 'linkid', 'linkid.js');\n\n// For demographic data\nga('AllSites.require', 'displayfeatures');\n\n// Set User-ID if logged in\nvar uid = $.cookie('user_id');\nif (uid) {\n  ga('AllSites.set', '&uid', uid);\n}\n\n// Set custom dimensions\n    ga('AllSites.set', 'dimension1', 'nancy');\n\n  ga('AllSites.set', 'dimension2', 'diy');\n  ga('AllSites.set', 'dimension3', '2014-12-24');\n  ga('AllSites.set', 'dimension5', 'How to');\n\nif (window.AT && window.AT.Visitor) {\n  ga('AllSites.set', 'dimension9', AT.Visitor.OriginatingSource);\n}\n\n// Track pageview\nga('AllSites.send', 'pageview');\n</script>\n\n  <!-- Yieldbot.com Intent Tag LOADING -->\n<script type=\"text/javascript\">\nvar ybotq = ybotq || [];\n(function() {\n  var js = document.createElement('script');\n  js.src = '//cdn.yldbt.com/js/yieldbot.intent.js';\n  var node = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(js, node);\n})();\n</script>\n\n<!-- Yieldbot.com Intent Tag ACTIVATION -->\n<script type=\"text/javascript\">\nybotq.push(function () {\n\n  // TODO more config that should be contained\n  var ybot_pub_id_mobile  = 'c4a9';\n  var ybot_pub_id_desktop = '0828';\n\n  if(AT.CurrentSite.id === 2) {\n    ybot_pub_id_mobile  = 'af1b';\n    ybot_pub_id_desktop = 'cf43';\n  }\n\n  // Yieldbot's definition of \"mobile\"\n  var isYbotMobile = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) < 481);\n\n  if(isYbotMobile){\n    yieldbot.pub(ybot_pub_id_mobile);\n    yieldbot.defineSlot('sidebar');\n  }\n  else {\n    yieldbot.pub(ybot_pub_id_desktop);\n  }\n\n  yieldbot.enableAsync();\n  yieldbot.go();\n});\n</script>\n  <script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', '531267817007380']);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=531267817007380&amp;ev=PixelInitialized\" /></noscript>\n    <!-- SimpleReach -->\n  <script type=\"text/javascript\">\n    __reach_config = {\n      pid: \"548f622397b0c99131000032\",\n      title: \"Before & After: A Year of IKEA Hacks Best of 2014\",\n      url: \"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\",\n      date: \"2014-12-24T14:00:00Z\",\n      authors: \"Nancy Mitchell\",\n      channels: \"DIY\",\n      tags: [\"2014\",\"Event Year\",\"Budget Living\",\"Life at Home\",\"Hot Posts\",\"Features\",\"Before & After\",\"Projects\"],\n      domain: \"apartmenttherapy.com\",\n      iframe: true\n    };\n    (function(){\n      var s = document.createElement('script');\n      s.async = true;\n      s.type = 'text/javascript';\n      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n  </script>\n\n\n</head>\n<body itemscope itemtype=\"http://schema.org/WebSite\" class=\"at at-main postpage\">\n  <div class='dfp-ad' data-media='' data-slot='leaderboard' id='dfp-ad-leaderboard' style='display: none;'>\n</div>\n\n\n<div class='responsive-wrapper'>\n<header class='page-header' role='banner'>\n<a class='site-logo' href='/'>\n<span class='hide-small-down logo-at'>Apartment Therapy</span>\n<span class='hide-medium-up logo-at-horizontal'>Apartment Therapy</span>\n</a>\n<a class='off-screen-nav-toggle hide-medium-up' href='#off-screen-nav'>\n<i class='icon-triple-line icon-large'>Toggle menu</i>\n</a>\n<div class='header-meta'>\n<div class='header-meta-section icons-muted hide-small-down'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n<div class='header-meta-section js-account-link-container'></div>\n<!-- .header-meta-section.js-notifications-button-container.notifications-button -->\n<!-- .header-meta-section.js-react-notifications-modal-button-container -->\n<div class='header-meta-section'>\n<form action='/search' itemprop='potentialAction' itemscope itemtype='http://schema.org/SearchAction' method='get' role='search'>\n<meta content='http://www.apartmenttherapy.com/search?q={q}' itemprop='target'>\n<label class='label-inline label-placeholder' for='search-input'>Search</label>\n<span class='input-icon-inset'>\n<input id='search-input' itemprop='query-input' name='q' required type='search'>\n<button class='icon-search icon-muted search-submit btn-unstyled' type='submit'></button>\n</span>\n</form>\n</div>\n</div>\n<nav class='primary-nav hide-small-down' role='navigation'>\n<ul class='unstyled inline-nav'>\n<li><a class=\"brand-nav-link nav-link channel-link style-link\" href=\"/style\">Style</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link diy-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link homekeeping-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link family-link\" href=\"/family\">Family</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link tech-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link renovating-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link shopping-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link entertaining-link\" href=\"/entertaining\">Entertaining</a></li>\n<li class='more-dropdown dropdown-wrapper'>\n<a class='dropdown-toggle nav-link brand-nav-link' href='#'>\nMore\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='dropdown'>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-link nav-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link nav-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"nav-link\" href=\"/categories/tours\">Tours</a></li>\n<li><a class=\"nav-link\" href=\"/categories/rooms\">Rooms</a></li>\n<li><a class=\"nav-link\" href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a class=\"nav-link\" href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a class=\"nav-link\" href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a class=\"nav-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled dropdown-nav'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/style\">Style</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/family\">Family</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/entertaining\">Entertaining</a></li>\n</ul>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</div>\n</li>\n<li><a class=\"brand-link nav-link\" href=\"http://www.thekitchn.com\">The Kitchn</a></li>\n</ul>\n</nav>\n<div class='feature-scroll js-feature-scroll'></div>\n\n\n</header>\n\n</div>\n<div class='responsive-wrapper'>\n<div class='page-content'>\n<div class='layout-three-column'>\n<div class='content-column'>\n<main role='main'>\n<article class='full-post post'>\n<header class='post-header'>\n<a class='brand-link' href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389'>\n<h1 class='post-title'>Before & After: <em>A Year of IKEA Hacks</em></h1>\n<p class='post-subtitle'>Best of 2014</p>\n</a>\n</header>\n<div class='post-body branded-links'>\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 101.16666666666664%;'>\n<span data-src='http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.540_s.fit_/shelf.png'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.540_s.fit_/shelf.png\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.apartmenttherapy.com%2Fbefore-after-a-year-of-ikea-hacks-best-of-2014-214389&description=Before%20%26%20After%3A%20A%20Year%20of%20IKEA%20Hacks%20%E2%80%94%20Best%20of%202014&media=http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.540_s.fit_/shelf.png\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<p>\n\tNothing stirs the DIY spirit like a good IKEA hack. IKEA is so accessible — anybody could stroll in there and buy a BEKVAM or two — but its Scandinavian design is deceptively simple. With a little ingenuity a box, or a table, or a stool from IKEA could become pretty much anything. Here's proof.\n</p>\n\n<div class='popup-gallery-link'>\n<div class='grid-row grid-no-collapse grid-mini-gutters'>\n<div class='col col-1-5'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<a href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'><span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/533dd146dbfa3f7754012509._w.150_h.150_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/533dd146dbfa3f7754012509._w.150_h.150_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n<div class='col col-1-5'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<a href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'><span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/5467b0702a099a28e10031b6/_w.150_h.150_s.centercrop_/ikea%20club%20chairs.png'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/5467b0702a099a28e10031b6/_w.150_h.150_s.centercrop_/ikea%20club%20chairs.png\" />\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n<div class='col col-1-5'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<a href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'><span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/5322423adbfa3f2e5700a11b._w.150_h.150_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/5322423adbfa3f2e5700a11b._w.150_h.150_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n<div class='col col-1-5'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<a href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'><span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/5329bcae697ab04ce1003282._w.150_h.150_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/5329bcae697ab04ce1003282._w.150_h.150_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n<div class='col col-1-5'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<a href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'><span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/53ee1e64dbfa3f023500065d/_w.150_h.150_s.centercrop_/IKEA%20desk%20turned%20console.png'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/53ee1e64dbfa3f023500065d/_w.150_h.150_s.centercrop_/IKEA%20desk%20turned%20console.png\" />\n</noscript>\n</div>\n</span></a>\n</div>\n\n</div>\n</div>\n<a class='btn btn-block open-popup-gallery' href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389#gallery/48870/0'>\nOpen Slideshow\n</a>\n</div>\n\n<p>\n\t Click on the slideshow to see the projects. To learn more about each project (and see more pictures), click the links in the captions.\n</p>\n<div class=\"content-highlight\">\n\t<p>\n\t\t <strong>→ Welcome to Apartment Therapy's Best of 2014 roundup!</strong> <br>\n\t\t                                                                                              From December 21 through January 1 we are rounding up our favorite (and your favorite) posts from the past year.\n\t</p>\n</div><script>\n  if (!window.ATGalleries) ATGalleries = {};\n  ATGalleries[48870] = {\"id\":48870,\"type\":\"Slideshow\",\"images\":[{\"pixtruder_id\":\"545111b4dbfa3f507b00f513\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-this-cheap-ikea-shelf-goes-incognito-212308\\\"\\u003eBefore \\u0026amp; After: A Super Cheap IKEA Shelf Goes Incognito\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"545111b4dbfa3f507b00f513\",\"width\":600,\"height\":607,\"format\":\"PNG\",\"created_by_id\":275,\"updated_by_id\":18,\"created_at\":\"2014-10-29T12:11:42.315-04:00\",\"updated_at\":\"2014-11-07T10:03:44.766-05:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/00278578/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":44.94,\"focus_y\":80.75,\"filename\":\"shelf.png\"}},{\"pixtruder_id\":\"545111cddbfa3f582700f980\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-this-cheap-ikea-shelf-goes-incognito-212308\\\"\\u003eBefore \\u0026amp; After: A Super Cheap IKEA Shelf Goes Incognito\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"545111cddbfa3f582700f980\",\"width\":600,\"height\":800,\"format\":\"PNG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-10-29T12:12:24.854-04:00\",\"updated_at\":\"2014-10-29T12:12:24.854-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Soffia Gardarsdottir\",\"credit_url\":\"\",\"credit_email\":\"soffiadogg@yahoo.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"shelvesaf.png\"}},{\"pixtruder_id\":\"5467b0702a099a28e10031b6\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-ikea-club-chairs-get-a-black-white-look-for-40-213037\\\"\\u003eBefore \\u0026amp; After: IKEA Club Chairs Get a Black \\u0026amp; White Look for $40\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5467b0702a099a28e10031b6\",\"width\":800,\"height\":600,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-11-15T14:58:56.182-05:00\",\"updated_at\":\"2014-11-15T14:58:56.182-05:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"Brynne Delerson\",\"credit_url\":\"http://www.thegatheredhome.com/2014/11/diy-ikea-hack-cream-and-black-club.html\",\"credit_email\":\"thegatheredhome@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"ikea club chairs.png\"}},{\"pixtruder_id\":\"5467b0722a099a28cb0032a5\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-ikea-club-chairs-get-a-black-white-look-for-40-213037\\\"\\u003eBefore \\u0026amp; After: IKEA Club Chairs Get a Black \\u0026amp; White Look for $40\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5467b0722a099a28cb0032a5\",\"width\":800,\"height\":600,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-11-15T14:58:55.488-05:00\",\"updated_at\":\"2014-11-15T14:58:55.488-05:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"Brynne Delerson\",\"credit_url\":\"http://www.thegatheredhome.com/2014/11/diy-ikea-hack-cream-and-black-club.html\",\"credit_email\":\"thegatheredhome@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"black and white ikea hacked club chairs.png\"}},{\"pixtruder_id\":\"543e8b72dbfa3f3d94000ee2\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-a-mirror-transformation-that-will-grow-on-you-211680\\\"\\u003eBefore \\u0026amp; After: A Mirror Transformation That Will Grow on You\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"543e8b72dbfa3f3d94000ee2\",\"width\":600,\"height\":592,\"format\":\"JPEG\",\"created_by_id\":441,\"updated_by_id\":null,\"created_at\":\"2014-10-15T10:58:16.380-04:00\",\"updated_at\":\"2014-10-15T10:58:16.380-04:00\",\"credit_style\":\"external\",\"credit_author_id\":441,\"credit_name\":\"Northstory\",\"credit_url\":\"http://www.northstory.ca/upcycled-planter/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"planter makeover before.jpg\"}},{\"pixtruder_id\":\"543e8cc8dbfa3f3e30000fb9\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-a-mirror-transformation-that-will-grow-on-you-211680\\\"\\u003eBefore \\u0026amp; After: A Mirror Transformation That Will Grow on You\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"543e8cc8dbfa3f3e30000fb9\",\"width\":600,\"height\":630,\"format\":\"JPEG\",\"created_by_id\":441,\"updated_by_id\":null,\"created_at\":\"2014-10-15T11:03:46.615-04:00\",\"updated_at\":\"2014-10-15T11:03:46.615-04:00\",\"credit_style\":\"external\",\"credit_author_id\":441,\"credit_name\":\"Northstory\",\"credit_url\":\"http://www.northstory.ca/upcycled-planter/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"planter makeover after.jpg\"}},{\"pixtruder_id\":\"5449618fdbfa3f53cf005967\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-plain-jane-ikea-bunk-bed-to-indoor-kids-cabin-212066\\\"\\u003eBefore \\u0026amp; After: Plain Jane IKEA Bunk Bed To Indoor Kids Cabin\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5449618fdbfa3f53cf005967\",\"width\":2142,\"height\":1749,\"format\":\"PNG\",\"created_by_id\":43,\"updated_by_id\":null,\"created_at\":\"2014-10-23T16:14:20.807-04:00\",\"updated_at\":\"2014-10-23T16:14:20.807-04:00\",\"credit_style\":\"external\",\"credit_author_id\":43,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/20102451/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"mydal before.png\"}},{\"pixtruder_id\":\"5449629edbfa3f5710003309\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-plain-jane-ikea-bunk-bed-to-indoor-kids-cabin-212066\\\"\\u003eBefore \\u0026amp; After: Plain Jane IKEA Bunk Bed To Indoor Kids Cabin\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5449629edbfa3f5710003309\",\"width\":540,\"height\":617,\"format\":\"JPEG\",\"created_by_id\":43,\"updated_by_id\":null,\"created_at\":\"2014-10-23T16:26:23.555-04:00\",\"updated_at\":\"2014-10-23T16:26:23.555-04:00\",\"credit_style\":\"external\",\"credit_author_id\":43,\"credit_name\":\"Papotologie\",\"credit_url\":\"http://papotologie.com/2014/09/my-ikea-hack-loftbed-playhouse/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikea playhouse.jpg\"}},{\"pixtruder_id\":\"543564ca2a099a4f470002d6\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/round-the-world-ikea-hacked-diy-globe-kristi-murphy-211382\\\"\\u003eBefore \\u0026amp; After: IKEA Bowl Goes Global\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"543564ca2a099a4f470002d6\",\"width\":600,\"height\":521,\"format\":\"PNG\",\"created_by_id\":230,\"updated_by_id\":null,\"created_at\":\"2014-10-08T12:23:07.678-04:00\",\"updated_at\":\"2014-10-08T12:23:07.678-04:00\",\"credit_style\":\"external\",\"credit_author_id\":230,\"credit_name\":\"IKEA\",\"credit_url\":\"\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikeabowlglobebefore.png\"}},{\"pixtruder_id\":\"543564cb2a099a74360002d8\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/round-the-world-ikea-hacked-diy-globe-kristi-murphy-211382\\\"\\u003eBefore \\u0026amp; After: IKEA Bowl Goes Global\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"543564cb2a099a74360002d8\",\"width\":600,\"height\":800,\"format\":\"PNG\",\"created_by_id\":230,\"updated_by_id\":null,\"created_at\":\"2014-10-08T12:23:19.818-04:00\",\"updated_at\":\"2014-10-08T12:23:19.818-04:00\",\"credit_style\":\"external\",\"credit_author_id\":230,\"credit_name\":\"Kristi Murphy\",\"credit_url\":\"\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikeabowlglobeafter.png\"}},{\"pixtruder_id\":\"530bb925dbfa3f13ae0071f4\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-how-plycraft-met-ikea-and-made-a-great-chair-baby-200586\\\"\\u003eBefore \\u0026amp; After: How Plycraft Met IKEA and Made a Great Chair Baby\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"530bb925dbfa3f13ae0071f4\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-02-24T16:27:12.620-05:00\",\"updated_at\":\"2014-02-24T16:27:12.620-05:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Design Stoke\",\"credit_url\":\"http://designstoke.com/2014/02/20/diy-eames-update/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"530bb925dbfa3f03a4006c37\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-how-plycraft-met-ikea-and-made-a-great-chair-baby-200586\\\"\\u003eBefore \\u0026amp; After: How Plycraft Met IKEA and Made a Great Chair Baby\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"530bb925dbfa3f03a4006c37\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-02-24T16:27:12.614-05:00\",\"updated_at\":\"2014-02-24T16:27:12.614-05:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Design Stoke\",\"credit_url\":\"http://designstoke.com/2014/02/20/diy-eames-update/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"52deb711697ab02a3e00ecf6\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-jacobs-malm-miracle-199344\\\"\\u003eBefore \\u0026amp; After: Jacob's MALM Miracle\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"52deb711697ab02a3e00ecf6\",\"width\":540,\"height\":407,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-01-21T13:06:49.515-05:00\",\"updated_at\":\"2014-01-21T13:06:49.515-05:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Jacob Gibbs\",\"credit_url\":\"http://www.minimalnest.com/\",\"credit_email\":\"hello@minimalnest.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"52deb716697ab02a5d00eac4\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-jacobs-malm-miracle-199344\\\"\\u003eBefore \\u0026amp; After: Jacob's MALM Miracle\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"52deb716697ab02a5d00eac4\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-01-21T13:06:49.511-05:00\",\"updated_at\":\"2014-01-21T13:06:49.511-05:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Jacob Gibbs\",\"credit_url\":\"http://www.minimalnest.com/\",\"credit_email\":\"hello@minimalnest.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"52cc777fdbfa3f42c300dfbb\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/ikea-drawer-unit-to-diy-designer-desk-ikea-hackers-198830\\\"\\u003eIKEA Drawer Unit to DIY Designer Desk\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"52cc777fdbfa3f42c300dfbb\",\"width\":540,\"height\":500,\"format\":\"JPEG\",\"created_by_id\":246,\"updated_by_id\":null,\"created_at\":\"2014-01-07T16:54:17.538-05:00\",\"updated_at\":\"2014-01-07T16:54:17.538-05:00\",\"credit_style\":\"external\",\"credit_author_id\":246,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/10192824/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"52cc76b2dbfa3f42bf00e95c\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/ikea-drawer-unit-to-diy-designer-desk-ikea-hackers-198830\\\"\\u003eIKEA Drawer Unit to DIY Designer Desk\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"52cc76b2dbfa3f42bf00e95c\",\"width\":540,\"height\":358,\"format\":\"JPEG\",\"created_by_id\":246,\"updated_by_id\":null,\"created_at\":\"2014-01-07T16:50:50.727-05:00\",\"updated_at\":\"2014-01-07T16:50:50.727-05:00\",\"credit_style\":\"external\",\"credit_author_id\":246,\"credit_name\":\"IKEA Hackers\",\"credit_url\":\"http://www.ikeahackers.net/2014/01/alex-cavour-desk.html\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"53fb6744697ab07cd1000006\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-a-graphic-ikea-throw-gets-some-surprising-style-207489\\\"\\u003eBefore \\u0026amp; After: A Graphic IKEA Throw Gets Some Surprising Style\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53fb6744697ab07cd1000006\",\"width\":496,\"height\":494,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-08-25T12:41:51.869-04:00\",\"updated_at\":\"2014-08-25T12:41:51.869-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"IKEA\",\"credit_url\":\" http://www.ikea.com/us/en/catalog/products/10212129/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikeabf.jpg\"}},{\"pixtruder_id\":\"53fb675c697ab01abc00004d\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-a-graphic-ikea-throw-gets-some-surprising-style-207489\\\"\\u003eBefore \\u0026amp; After: A Graphic IKEA Throw Gets Some Surprising Style\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53fb675c697ab01abc00004d\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-08-25T12:42:21.392-04:00\",\"updated_at\":\"2014-08-25T12:42:21.392-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Kristi Murphy\",\"credit_url\":\"http://www.kristimurphy.com/blog/diy-striped-skirt\",\"credit_email\":\"kristi@kristimurphy.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikeaaf.jpg\"}},{\"pixtruder_id\":\"53ee1e64dbfa3f032a0006b7\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-an-ikea-desk-to-compact-console-for-under-60-207119\\\"\\u003eBefore \\u0026amp; After: An IKEA Desk to Compact Console for Under $60\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53ee1e64dbfa3f032a0006b7\",\"width\":1000,\"height\":750,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-08-15T10:51:56.466-04:00\",\"updated_at\":\"2014-08-15T10:51:56.466-04:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"Alyssa Valentine\",\"credit_url\":\"http://buyinlosangeles.com/2014/08/07/ikea-hack/\",\"credit_email\":\"alyssa@buyinlosangeles.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"IKEA DESK before.png\"}},{\"pixtruder_id\":\"53ee1e64dbfa3f023500065d\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-an-ikea-desk-to-compact-console-for-under-60-207119\\\"\\u003eBefore \\u0026amp; After: An IKEA Desk to Compact Console for Under $60\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53ee1e64dbfa3f023500065d\",\"width\":540,\"height\":720,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-08-15T10:51:56.615-04:00\",\"updated_at\":\"2014-08-15T10:51:56.615-04:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"Alyssa Valentine\",\"credit_url\":\"http://buyinlosangeles.com/2014/08/07/ikea-hack/\",\"credit_email\":\"alyssa@buyinlosangeles.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"IKEA desk turned console.png\"}},{\"pixtruder_id\":\"539a1a79697ab00f19007a32\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-tray-table-to-doubledecker-cat-bed-hauspanther-204709\\\"\\u003eBefore \\u0026amp; After: IKEA Tray Table to Double-Decker Cat Bed\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"539a1a79697ab00f19007a32\",\"width\":540,\"height\":512,\"format\":\"JPEG\",\"created_by_id\":246,\"updated_by_id\":null,\"created_at\":\"2014-06-12T17:24:25.657-04:00\",\"updated_at\":\"2014-06-12T17:24:25.657-04:00\",\"credit_style\":\"external\",\"credit_author_id\":246,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/70268298/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"ikea cat bed before.jpg\"}},{\"pixtruder_id\":\"539a1dce697ab00ffc007a8a\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-tray-table-to-doubledecker-cat-bed-hauspanther-204709\\\"\\u003eBefore \\u0026amp; After: IKEA Tray Table to Double-Decker Cat Bed\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"539a1dce697ab00ffc007a8a\",\"width\":484,\"height\":727,\"format\":\"JPEG\",\"created_by_id\":246,\"updated_by_id\":null,\"created_at\":\"2014-06-12T17:38:27.756-04:00\",\"updated_at\":\"2014-06-12T17:38:27.756-04:00\",\"credit_style\":\"external\",\"credit_author_id\":246,\"credit_name\":\"Pinterest user Hanna\",\"credit_url\":\"http://www.pinterest.com/pin/524176844101629914/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"IKEA cat bed after.jpg\"}},{\"pixtruder_id\":\"53cffc65dbfa3f1f250011e8\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-futon-graduates-from-college-206199\\\"\\u003eBefore \\u0026amp; After: IKEA Futon Graduates From College\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53cffc65dbfa3f1f250011e8\",\"width\":540,\"height\":360,\"format\":\"PNG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-07-23T14:18:20.742-04:00\",\"updated_at\":\"2014-07-23T14:18:20.742-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Instructables\",\"credit_url\":\"http://www.instructables.com/id/IKEA-Futon-Hack/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"FutonBefore.png\"}},{\"pixtruder_id\":\"53cffc66dbfa3f1629001228\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-futon-graduates-from-college-206199\\\"\\u003eBefore \\u0026amp; After: IKEA Futon Graduates From College\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53cffc66dbfa3f1629001228\",\"width\":540,\"height\":360,\"format\":\"PNG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-07-23T14:18:20.644-04:00\",\"updated_at\":\"2014-07-23T14:18:20.644-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Instructables\",\"credit_url\":\"http://www.instructables.com/id/IKEA-Futon-Hack/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":\"FutonAfter.png\"}},{\"pixtruder_id\":\"53c0621c697ab06ccd0068dd\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-a-plain-pine-ikea-tables-turns-into-a-bold-bar-cart-205762\\\"\\u003eBefore \\u0026amp; After: A Plain Pine IKEA Table Turns into a Bold Bar Cart!\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53c0621c697ab06ccd0068dd\",\"width\":540,\"height\":540,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-07-11T18:16:30.535-04:00\",\"updated_at\":\"2014-07-11T18:16:30.535-04:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/hu/hu/catalog/products/40280942/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"an ikea table turned bar cart before.png\"}},{\"pixtruder_id\":\"53c06221697ab029b900bf43\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-a-plain-pine-ikea-tables-turns-into-a-bold-bar-cart-205762\\\"\\u003eBefore \\u0026amp; After: A Plain Pine IKEA Table Turns into a Bold Bar Cart!\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53c06221697ab029b900bf43\",\"width\":1000,\"height\":1500,\"format\":\"PNG\",\"created_by_id\":99,\"updated_by_id\":null,\"created_at\":\"2014-07-11T18:16:20.263-04:00\",\"updated_at\":\"2014-07-11T18:16:20.263-04:00\",\"credit_style\":\"external\",\"credit_author_id\":99,\"credit_name\":\"Kata Szentgyorgyi\",\"credit_url\":\"http://akicsihaz.blogspot.hu/2014/06/ikea-nornas-hack-masodik-felvonas.html\",\"credit_email\":\"szentgyorgyikati@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"an ikea table turned bar cart after.png\"}},{\"pixtruder_id\":\"5122077ed9127e3d0b002e3a\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/ikea-salad-bowl-to-bathroom-vanity-ikea-hackers-204384\\\"\\u003eBefore \\u0026amp; After: IKEA Rast + Salad Bowl to Sleek Bathroom Vanity\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5122077ed9127e3d0b002e3a\",\"width\":540,\"height\":540,\"format\":\"JPEG\",\"created_by_id\":272,\"updated_by_id\":246,\"created_at\":\"2013-02-18T04:50:31.000-05:00\",\"updated_at\":\"2014-06-04T18:31:59.953-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/75305709/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"538f9e05697ab030040005aa\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/ikea-salad-bowl-to-bathroom-vanity-ikea-hackers-204384\\\"\\u003eBefore \\u0026amp; After: IKEA Rast + Salad Bowl to Sleek Bathroom Vanity\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"538f9e05697ab030040005aa\",\"width\":540,\"height\":359,\"format\":\"JPEG\",\"created_by_id\":246,\"updated_by_id\":null,\"created_at\":\"2014-06-04T18:30:40.539-04:00\",\"updated_at\":\"2014-06-04T18:30:40.539-04:00\",\"credit_style\":\"external\",\"credit_author_id\":246,\"credit_name\":\"Clara Arnsberger\",\"credit_url\":\"http://www.ikeahackers.net/2014/06/rast-bathroom-vanity.html\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"53-550x366.jpg\"}},{\"pixtruder_id\":\"536c11cddbfa3f0b4500229d\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-bekvm-stool-203349\\\"\\u003eBefore \\u0026amp; After: IKEA BEKVÄM Stool Solves a Special Problem\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"536c11cddbfa3f0b4500229d\",\"width\":540,\"height\":602,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-05-08T19:23:02.982-04:00\",\"updated_at\":\"2014-05-08T19:23:02.982-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"In the Hollow Heart\",\"credit_url\":\"http://inthehollowheart.com/2014/02/24/ikea-hack-matildas-activity-tower/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"536d1c4cdbfa3f5377000d31\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-bekvm-stool-203349\\\"\\u003eBefore \\u0026amp; After: IKEA BEKVÄM Stool Solves a Special Problem\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"536d1c4cdbfa3f5377000d31\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-05-09T14:20:08.895-04:00\",\"updated_at\":\"2014-05-09T14:20:08.895-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"In the Hollow Heart\",\"credit_url\":\"http://inthehollowheart.com/2014/02/24/ikea-hack-matildas-activity-tower/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":null}},{\"pixtruder_id\":\"5355520c697ab076090107f3\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-ikea-to-the-rescue-for-a-slopedceiling-closet-202672\\\"\\u003eBefore \\u0026amp; After: IKEA to the Rescue for a Sloped-Ceiling Closet\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5355520c697ab076090107f3\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-04-21T13:15:35.721-04:00\",\"updated_at\":\"2014-04-21T13:15:35.721-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Brit Pierce\",\"credit_url\":\"http://houseupdated.com/master-closet-reveal-beadboard-sloped-ceilings-kilims/\",\"credit_email\":\"houseupdated@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"53555212697ab076d20105ac\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-ikea-to-the-rescue-for-a-slopedceiling-closet-202672\\\"\\u003eBefore \\u0026amp; After: IKEA to the Rescue for a Sloped-Ceiling Closet\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"53555212697ab076d20105ac\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-04-21T13:15:35.724-04:00\",\"updated_at\":\"2014-04-21T13:15:35.724-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Brit Pierce\",\"credit_url\":\"http://houseupdated.com/master-closet-reveal-beadboard-sloped-ceilings-kilims/\",\"credit_email\":\"houseupdated@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"5322423adbfa3f2e5700a11b\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-ps-collection-201283\\\"\\u003eBefore \\u0026amp; After: $30 IKEA Table Gets Milo Baughman Makeover\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5322423adbfa3f2e5700a11b\",\"width\":540,\"height\":570,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-03-13T19:43:08.371-04:00\",\"updated_at\":\"2014-03-13T19:43:08.371-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/60210806/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"5322423adbfa3f078b0031bd\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-ps-collection-201283\\\"\\u003eBefore \\u0026amp; After: $30 IKEA Table Gets Milo Baughman Makeover\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5322423adbfa3f078b0031bd\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-03-13T19:43:22.161-04:00\",\"updated_at\":\"2014-03-13T19:43:22.161-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Yes Spaces\",\"credit_url\":\"http://www.yesspaces.com/blog/diy-modern-mosaic-cube-table-52/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"5329bcaa697ab053e2002998\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-this-ikea-gets-a-inventive-upgrade-201513\\\"\\u003eBefore \\u0026amp; After: IKEA Hemnes Nightstand Gets an Inventive Upgrade\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5329bcaa697ab053e2002998\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-03-19T11:50:28.385-04:00\",\"updated_at\":\"2014-03-19T11:50:28.385-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Joy\",\"credit_url\":\"https://beautifulprotest.squarespace.com/blog/2014/2/16/two-nightstand\",\"credit_email\":\"joyfulewis@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"5329bcae697ab04ce1003282\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-amp-after-this-ikea-gets-a-inventive-upgrade-201513\\\"\\u003eBefore \\u0026amp; After: IKEA Hemnes Nightstand Gets an Inventive Upgrade\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"5329bcae697ab04ce1003282\",\"width\":540,\"height\":720,\"format\":\"JPEG\",\"created_by_id\":275,\"updated_by_id\":null,\"created_at\":\"2014-03-19T11:50:41.153-04:00\",\"updated_at\":\"2014-03-19T11:50:41.153-04:00\",\"credit_style\":\"external\",\"credit_author_id\":275,\"credit_name\":\"Joy\",\"credit_url\":\"https://beautifulprotest.squarespace.com/blog/2014/2/16/two-nightstand\",\"credit_email\":\"joyfulewis@gmail.com\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"533dd146dbfa3f7754012509\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-and-after-ikea-nesting-table-to-chic-glam-ottoman-ikea-hackers-202045\\\"\\u003eBefore \\u0026amp; After: IKEA Nesting Table To Chic, Glam Ottoman\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"533dd146dbfa3f7754012509\",\"width\":540,\"height\":360,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-04-03T17:23:34.153-04:00\",\"updated_at\":\"2014-04-03T17:23:34.153-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/80215332/\\\"\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"533dd198dbfa3f779a0126f6\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-and-after-ikea-nesting-table-to-chic-glam-ottoman-ikea-hackers-202045\\\"\\u003eBefore \\u0026amp; After: IKEA Nesting Table To Chic, Glam Ottoman\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"533dd198dbfa3f779a0126f6\",\"width\":540,\"height\":360,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-04-03T17:24:48.173-04:00\",\"updated_at\":\"2014-04-03T17:24:48.173-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Krys Melo\",\"credit_url\":\"http://blog.krysmelo.com/2014/03/17/ikea-vittsjo-table-turned-cocktail-ottoman/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":null,\"focus_y\":null,\"filename\":null}},{\"pixtruder_id\":\"538ce9a3dbfa3f338f004da5\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-doll-bed-does-double-triple-duty-reddit-204333\\\"\\u003eBefore \\u0026amp; After: IKEA Doll Bed Does Double (\\u0026amp; Triple!) Duty\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"538ce9a3dbfa3f338f004da5\",\"width\":540,\"height\":360,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-06-02T17:16:34.502-04:00\",\"updated_at\":\"2014-06-02T17:16:34.502-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"IKEA\",\"credit_url\":\"http://www.ikea.com/us/en/catalog/products/10101664/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"IKEABefore.jpg\"}},{\"pixtruder_id\":\"538ce8c2dbfa3f338f004d7b\",\"caption\":\"\\u003ca href=\\\"http://www.apartmenttherapy.com/before-after-ikea-doll-bed-does-double-triple-duty-reddit-204333\\\"\\u003eBefore \\u0026amp; After: IKEA Doll Bed Does Double (\\u0026amp; Triple!) Duty\\u003c/a\\u003e\",\"pixtruder_image\":{\"id\":\"538ce8c2dbfa3f338f004d7b\",\"width\":540,\"height\":960,\"format\":\"JPEG\",\"created_by_id\":147,\"updated_by_id\":null,\"created_at\":\"2014-06-02T17:12:42.825-04:00\",\"updated_at\":\"2014-06-02T17:12:42.825-04:00\",\"credit_style\":\"external\",\"credit_author_id\":147,\"credit_name\":\"Reddit\",\"credit_url\":\"http://www.reddit.com/r/aww/comments/26z62d/i_also_bought_ikea_beds_for_my_cats/\",\"credit_email\":\"\",\"credit_custom\":\"\",\"credit_license\":\"\",\"credit_linked_post_id\":null,\"focus_x\":50.0,\"focus_y\":50.0,\"filename\":\"IKEAAfter2.jpg\"}}]};\n</script>\n\n<p>\n<small>(Image credits: <a href=\"http://www.ikea.com/us/en/catalog/products/00278578/\">IKEA</a>; Soffia Gardarsdottir; <a href=\"http://www.thegatheredhome.com/2014/11/diy-ikea-hack-cream-and-black-club.html\">Brynne Delerson</a>; <a href=\"http://www.northstory.ca/upcycled-planter/\">Northstory</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/20102451/\">IKEA</a>; <a href=\"http://papotologie.com/2014/09/my-ikea-hack-loftbed-playhouse/\">Papotologie</a>; IKEA; Kristi Murphy; <a href=\"http://designstoke.com/2014/02/20/diy-eames-update/\">Design Stoke</a>; <a href=\"http://www.minimalnest.com/\">Jacob Gibbs</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/10192824/\">IKEA</a>; <a href=\"http://www.ikeahackers.net/2014/01/alex-cavour-desk.html\">IKEA Hackers</a>; <a href=\" http://www.ikea.com/us/en/catalog/products/10212129/\">IKEA</a>; <a href=\"http://www.kristimurphy.com/blog/diy-striped-skirt\">Kristi Murphy</a>; <a href=\"http://buyinlosangeles.com/2014/08/07/ikea-hack/\">Alyssa Valentine</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/70268298/\">IKEA</a>; <a href=\"http://www.pinterest.com/pin/524176844101629914/\">Pinterest user Hanna</a>; <a href=\"http://www.instructables.com/id/IKEA-Futon-Hack/\">Instructables</a>; <a href=\"http://www.ikea.com/hu/hu/catalog/products/40280942/\">IKEA</a>; <a href=\"http://akicsihaz.blogspot.hu/2014/06/ikea-nornas-hack-masodik-felvonas.html\">Kata Szentgyorgyi</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/75305709/\">IKEA</a>; <a href=\"http://www.ikeahackers.net/2014/06/rast-bathroom-vanity.html\">Clara Arnsberger</a>; <a href=\"http://inthehollowheart.com/2014/02/24/ikea-hack-matildas-activity-tower/\">In the Hollow Heart</a>; <a href=\"http://houseupdated.com/master-closet-reveal-beadboard-sloped-ceilings-kilims/\">Brit Pierce</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/60210806/\">IKEA</a>; <a href=\"http://www.yesspaces.com/blog/diy-modern-mosaic-cube-table-52/\">Yes Spaces</a>; <a href=\"https://beautifulprotest.squarespace.com/blog/2014/2/16/two-nightstand\">Joy</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/80215332/&quot;\">IKEA</a>; <a href=\"http://blog.krysmelo.com/2014/03/17/ikea-vittsjo-table-turned-cocktail-ottoman/\">Krys Melo</a>; <a href=\"http://www.ikea.com/us/en/catalog/products/10101664/\">IKEA</a>; <a href=\"http://www.reddit.com/r/aww/comments/26z62d/i_also_bought_ikea_beds_for_my_cats/\">Reddit</a>)</small>\n</p>\n</div>\n<footer>\n<div class='CakePusher' data-post-template='templates/objects/advertising/sponsored_post_pusher'>\n<div class='dfp-ad' data-media='' data-slot='sponsored_pusher' id='dfp-ad-sponsored_pusher' style='display: none;'>\n</div>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>You Might Also Like</h2>\n<div class='OUTBRAIN' data-ob-template='ApartmentTherapy' data-src='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' data-widget-id='AR_6'></div>\n<h2 class='section-header'>Promoted Stories</h2>\n<div class='OUTBRAIN' data-ob-template='ApartmentTherapy' data-src='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' data-widget-id='AR_7'></div>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n\n<h2 class='section-header'>Categories</h2>\n<div class='post-categories branded-links'>\n<a href=\"/main\">Main</a>,\n<a href=\"/diy\">DIY</a>,\n<a href=\"/categories/2014\">2014</a>,\n<a href=\"/categories/before_after\">Before &amp; After</a>,\n<a href=\"/categories/budget_living\">Budget Living</a>,\n<a href=\"/categories/hot_posts\">Hot Posts</a>\n</div>\n</div>\n<div class='post-byline'>\n<ul class='unstyled post-byline-sections'>\n<li>\n<time datetime='2014-12-24 09:00:00 -0500'>\n<a class=\"muted-link\" href=\"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\" rel=\"bookmark\">12.24.14&nbsp;&nbsp;  9:00AM</a>\n</time>\n</li>\n<li>\n<a class=\"muted-link\" href=\"/authors/nancy\" rel=\"author\">Nancy Mitchell</a>\n</li>\n</ul>\n</div>\n<div class='social-buttons'>\n<div class='social-button pinterest' data-social-action='article pin' data-social-network='pinterest' data-social-target='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' data-track-social>\n<a data-pin-config=\"beside\" data-pin-do=\"buttonPin\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.apartmenttherapy.com%2Fbefore-after-a-year-of-ikea-hacks-best-of-2014-214389&description=Before%20%26%20After%3A%20A%20Year%20of%20IKEA%20Hacks&media=http://p-fst2.pixstatic.com/545111b4dbfa3f507b00f513/_w.1500_s.fit_/shelf.png\"><img alt=\"Pin it button\" src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" /></a>\n</div>\n\n<div class='social-button facebook'>\n<div class='fb-like' data-href='http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389' data-layout='button_count'></div>\n</div>\n\n<div class='social-button twitter'>\n<a class=\"twitter-share-button tweet-home\" data-align=\"left\" data-text=\"Before &amp; After: A Year of IKEA Hacks\" data-url=\"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\" data-via=\"AptTherapy\" href=\"http://twitter.com/share\" target=\"_blank\"></a>\n</div>\n\n</div>\n\n</footer>\n</article>\n<div class='js-tout-container'></div>\n<div class='dfp-ad' data-media='' data-slot='tout' id='dfp-ad-tout' style='display: none;'>\n</div>\n\n\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='small_down' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n</div>\n</div>\n<div class='js-post-comments-controller-container' data-post-id='214389' data-post-title='Before &amp; After: &lt;em&gt;A Year of IKEA Hacks&lt;/em&gt; &lt;small&gt;Best of 2014&lt;/small&gt;' id='comments'></div>\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='' data-slot='midpage' id='dfp-ad-midpage' style='display: none;'>\n</div>\n\n<script>\n  $(function() {\n    $(document).trigger('load-js-comments');\n  });\n</script>\n</div>\n</div>\n<script>\n  AT = window.AT || {};\n  AT.CurrentPost = {\n    id: 214389,\n    title: \"Before & After: A Year of IKEA Hacks\",\n    subtitle: \"Best of 2014\",\n    url: \"http://www.apartmenttherapy.com/before-after-a-year-of-ikea-hacks-best-of-2014-214389\",\n    is_sponsored: false,\n    channel_basename: \"diy\",\n    comments_allowed: true,\n    comments_enabled: true\n  };\n</script>\n\n<div class='sticky-content-wrapper'><div class='dfp-ad' data-media='small_down' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n</div>\n</main>\n<nav class='categories-column hide-medium-down'>\n<div>\n<ul class='categories-nav section-border unstyled'>\n<li><a class=\"brand-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/tours'>\nTours\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/apartment\">Apartment</a></li>\n<li><a href=\"/categories/house\">House</a></li>\n<li><a href=\"/categories/kids\">Kids</a></li>\n<li><a href=\"/categories/workspace\">Workspace</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/rooms'>\nRooms\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/bathroom\">Bathroom</a></li>\n<li><a href=\"/categories/bedroom\">Bedroom</a></li>\n<li><a href=\"/categories/dining_room\">Dining Room</a></li>\n<li><a href=\"/categories/entryway\">Entryway</a></li>\n<li><a href=\"/categories/kitchen\">Kitchen</a></li>\n<li><a href=\"/categories/living_room\">Living Room</a></li>\n<li><a href=\"/categories/outdoor_space\">Outdoor Space</a></li>\n<li><a href=\"/categories/home-office\">Home Office</a></li>\n<li><a href=\"/categories/playroom\">Playroom</a></li>\n<li><a href=\"/categories/nursery_kids\">Nursery &amp; Kids</a></li>\n<li><a href=\"/categories/garage\">Garage</a></li>\n<li><a href=\"/categories/storage-closets\">Storage &amp; Closets</a></li>\n<li><a href=\"/categories/dorm_room\">Dorm Room</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/projects'>\nProjects\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/how_to\">How To</a></li>\n<li><a href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a href=\"/categories/crafting\">Crafting</a></li>\n<li><a href=\"/categories/decorating\">Decorating</a></li>\n<li><a href=\"/categories/renovating_projects\">Renovating Projects</a></li>\n<li><a href=\"/categories/painting\">Painting</a></li>\n<li><a href=\"/categories/gardening\">Gardening</a></li>\n<li><a href=\"/categories/customizing\">Customizing</a></li>\n<li><a href=\"/categories/organizing\">Organizing</a></li>\n<li><a href=\"/categories/cleaning\">Cleaning</a></li>\n<li><a href=\"/categories/space_planning\">Space Planning</a></li>\n<li><a href=\"/categories/tips_techniques\">Tips &amp; Techniques</a></li>\n<li><a href=\"/categories/woodworking\">Woodworking</a></li>\n<li><a href=\"/categories/reusing\">Reusing</a></li>\n<li><a href=\"/categories/kids-crafts\">Kids Crafts</a></li>\n<li><a href=\"/categories/upholstery_1\">Upholstery</a></li>\n<li><a href=\"/categories/makeovers\">Makeovers</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/life_at_home'>\nLife at Home\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a href=\"/categories/entertaining_at_home\">Entertaining at Home</a></li>\n<li><a href=\"/categories/luxury_living\">Luxury Living</a></li>\n<li><a href=\"/categories/pets_at_home\">Pets at Home</a></li>\n<li><a href=\"/categories/healthy_living\">Healthy Living</a></li>\n<li><a href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a href=\"/categories/setting_up_home\">Setting Up Home</a></li>\n<li><a href=\"/categories/parenting\">Parenting</a></li>\n<li><a href=\"/categories/mindful_living\">Mindful Living</a></li>\n<li><a href=\"/categories/green_living\">Green Living</a></li>\n<li><a href=\"/categories/renters-solutions\">Renters Solutions</a></li>\n<li><a href=\"/categories/getting-married\">Getting Married</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.apartmenttherapy.com/categories/decor_styles'>\nDecor Styles\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/happy-modern\">Happy Modern</a></li>\n<li><a href=\"/categories/eclectic-collector\">Eclectic Collector</a></li>\n<li><a href=\"/categories/new-traditional\">New Traditional</a></li>\n<li><a href=\"/categories/simple-chic\">Simple Chic</a></li>\n<li><a href=\"/categories/warm-industrial\">Warm Industrial</a></li>\n<li><a href=\"/categories/organic-modern\">Organic Modern</a></li>\n<li><a href=\"/categories/classic-glam\">Classic Glam</a></li>\n<li><a href=\"/categories/dramatic-modern\">Dramatic Modern</a></li>\n</ul>\n</div>\n</li>\n<li><a href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a href=\"/categories/video\">Video</a></li>\n<li><a href=\"http://classifieds.apartmenttherapy.com\">Classifieds</a></li>\n<li><a class=\"brand-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>Email Updates</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"5hOjMXWnGJqAz/C/fX+oFdIsahCBOcYCDRiDwwy3zxY=\" /></div>\n<input name='lists[]' type='hidden' value='apartment_therapy'>\n<label class='label-placeholder' for='sidebar-email-signup-input'>Email address:</label>\n<input id='sidebar-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>\nColor Search\n</h2>\n<a href='/color_search'>\n<div class='logo-color-search'>\n<img alt=\"Color search 2x\" src=\"http://a-fst1.apartmenttherapy.com/assets/logos/color-search-2x-15a8d9442c236b8220b6421c29065b7b.png\" />\n</div>\n</a>\n<a class='btn btn-block brand-btn' href='/color_search'>\nTry it\n</a>\n</div>\n<div class='ab-slot-one'></div>\n<div class='ab-slot-two'></div>\n</nav>\n\n</div>\n<aside class='ad-column'>\n<div class='dfp-ad' data-media='medium_up' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n<div class='daily-find-teaser-block media'>\n<div class='media-object'>\n<a href='/meyer-lemon-tree-210426'>\n<div class='image-wrapper' style='max-width: 400.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/52cf89c7697ab008fb00bbf8._w.400_h.400_s.centercrop_.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/52cf89c7697ab008fb00bbf8._w.400_h.400_s.centercrop_.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n</div>\n<div class='media-body'>\n<h2 class='uppercase'>\n<a href=\"http://www.apartmenttherapy.com/categories/daily_find\">Maxwell&rsquo;s Daily Find</a>\n</h2>\n<ol>\n<li><a href=\"/meyer-lemon-tree-210426\">Meyer Lemon Tree</a></li>\n<li><a href=\"/de-buyer-copper-sauce-pans-maxwells-daily-find-010115-214479\">de Buyer Copper Sauce Pans</a></li>\n<li><a href=\"/takenaka-bento-boxes-maxwells-daily-find-123014-214475\">Takenaka Bento Boxes</a></li>\n</ol>\n<a class=\"brand-link nav-link daily-find-archive-link\" href=\"http://www.apartmenttherapy.com/categories/daily_find\">See more <i class=\"icon-double-arrow-right\"></i></a>\n</div>\n</div>\n\n<div class='sticky-sidebar-with-ad'>\n<div class='dfp-ad' data-media='medium_up' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n\n</div>\n<div class='ad-column-third-party'>\n<h3 class='section-header'>Around the Web</h3>\n<div id='zergnet-widget-26344'></div>\n<script>\n  (function() {\n    var zergnet = document.createElement('script');\n    zergnet.type = 'text/javascript'; zergnet.async = true;\n    zergnet.src = 'http://www.zergnet.com/zerg.js?id=26344';\n    var znscr = document.getElementsByTagName('script')[0];\n    znscr.parentNode.insertBefore(zergnet, znscr);\n  })();\n</script>\n\n</div>\n</aside>\n\n</div>\n</div>\n</div>\n\n<div class='responsive-wrapper'>\n<div class='page-footer'>\n<div class='grid-row grid-large-gutters'>\n<div class='col-3-4 hide-mini'>\n<div class='content-section'>\n<div class='grid-row grid-large-gutters grid-collapse-medium'>\n<div class='col-1-2 first-posts-row'>\n<div class='ab-slot-one'></div>\n</div>\n<div class='col-1-2'>\n<div class='ab-slot-two'></div>\n</div>\n</div>\n</div>\n<div class='grid-row grid-large-gutters grid-collapse-medium hide-small'>\n<div class='col-1-2'>\n<div class='content-section submit-story'>\n<h2 class='section-header'>Submit a Story</h2>\n<p>Got a tip, home tour, or other story our readers should see?</p>\n<p>\n<a class='brand-link' href='/submissions'>Tell us about it!</a>\n</p>\n</div>\n</div>\n<div class='col-1-2'>\n<div class='content-section our-books'>\n<h2 class='section-header'>Read Our Books</h2>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/cookbook'>\n<div class='media-object book-5'></div>\n<div class='media-body'>\nThe Kitchn Cookbook\n<span class='muted'>(2014)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/1616280719/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-1'></div>\n<div class='media-body'>\nGood Food to Share\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/big-book'>\n<div class='media-object book-2'></div>\n<div class='media-body'>\nThe Big Book of Small, Cool Spaces\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0811859827/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-3'></div>\n<div class='media-body'>\nApartment Therapy Presents\n<span class='muted'>(2008)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0553383124/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-4'></div>\n<div class='media-body'>\nThe Eight-Step Home Cure\n<span class='muted'>(2006)</span>\n</div>\n</a>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class='col-1-4'>\n<div class='content-section'>\n<h2 class='section-header'>Join our email list</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"5hOjMXWnGJqAz/C/fX+oFdIsahCBOcYCDRiDwwy3zxY=\" /></div>\n<input name='lists[]' type='hidden' value='apartment_therapy'>\n<label class='label-placeholder' for='footer-email-signup-input'>Email address:</label>\n<input id='footer-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h3 class='uppercase'><a class=\"brand-link advertise-link\" href=\"http://advertising.apartmenttherapy.com/\">Advertise With Us</a></h3>\n</div>\n<div class='content-section'>\n<ul class='unstyled footer-menu'>\n<li><a class=\"brand-link\" href=\"/about\">About Apartment Therapy</a></li>\n<li><a class=\"brand-link\" href=\"/contact\">Contact Us</a></li>\n<li><a class=\"brand-link\" href=\"/follow-us\">Follow Us</a></li>\n<li><a class=\"brand-link\" href=\"/press\">Press</a></li>\n<li><a class=\"brand-link\" href=\"/legal\">Legal</a></li>\n<li><a class=\"brand-link\" href=\"/privacy\">Privacy Policy</a></li>\n<li><a class=\"brand-link\" href=\"/commentpolicy\">Comment Policy</a></li>\n<li><a class=\"brand-link\" href=\"/team\">Our Team</a></li>\n<li><a class=\"brand-link\" href=\"/categories/sponsored_post\">Sponsored Posts</a></li>\n</ul>\n</div>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n<h3 class='footer-tagline brand-color'>saving the world, one room at a time</h3>\n<small>&copy; 2015 Apartment Therapy</small>\n</div>\n\n</div>\n<div class='off-screen-nav-cover'></div>\n<div id='off-screen-nav'>\n<a class='close-off-screen-nav muted-white-link' href='#'>\n<i class='icon-close icon-large'>Close menu</i>\n</a>\n<nav class='off-screen-links' role='navigation'>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"/renovation-diary-archive-186532\">Renovation Diaries</a></li>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"white-link\" href=\"/categories/tours\">Tours</a></li>\n<li><a class=\"white-link\" href=\"/categories/rooms\">Rooms</a></li>\n<li><a class=\"white-link\" href=\"/categories/before_after\">Before &amp; After</a></li>\n<li><a class=\"white-link\" href=\"/categories/small_spaces\">Small Spaces</a></li>\n<li><a class=\"white-link\" href=\"/categories/budget_living\">Budget Living</a></li>\n<li><a class=\"white-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"white-link\" href=\"/style\">Style</a></li>\n<li><a class=\"white-link\" href=\"/diy\">DIY</a></li>\n<li><a class=\"white-link\" href=\"/homekeeping\">Homekeeping</a></li>\n<li><a class=\"white-link\" href=\"/family\">Family</a></li>\n<li><a class=\"white-link\" href=\"/tech\">Tech</a></li>\n<li><a class=\"white-link\" href=\"/renovating\">Renovating</a></li>\n<li><a class=\"white-link\" href=\"/shopping\">Shopping</a></li>\n<li><a class=\"white-link\" href=\"/entertaining\">Entertaining</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"http://www.thekitchn.com\">The Kitchn</a></li>\n<li><a class=\"white-link\" href=\"/color_search\">Color Search</a></li>\n<li><a class=\"white-link\" href=\"http://classifieds.apartmenttherapy.com\">Classifieds</a></li>\n<li><a class=\"white-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</nav>\n<div class='icons-white'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/apartmenttherapy'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/apttherapy/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/AptTherapy'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/apartmenttherapy'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='http://apartmenttherapy.tumblr.com/'>\n<i class='icon-tumblr'>Follow us on Tumblr</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n\n\n\n  <script>\n    $(document).on('initialize-posts.LazyImage, initialize-images.LazyImage', function() {\n      $('.lazy-image:not(.initialized):visible').each(function() {\n        $(this)\n          .addClass('initialized')\n          .waypoint({\n            offset: '120%',\n            triggerOnce: true,\n            handler: function() {\n              var $lazy_image = $(this);\n              $lazy_image.attr('data-picture', true);\n              window.picturefill();\n\n              var $img = $lazy_image.find('img');\n              if ($img[0].complete) {\n                $lazy_image.addClass('loaded');\n              } else {\n                $img.one('load', function() { $lazy_image.addClass('loaded'); });\n              }\n            }\n          });\n      });\n    });\n    $(document).trigger('initialize-images.LazyImage');\n    $(window).on('resize.LazyImage', function() { $(document).trigger('initialize-images.LazyImage'); });\n  </script>\n\n  <div id=\"fb-root\"></div>\n\n  <script>\n  AT = window.AT || {};\n  AT.CurrentSite = {\"id\":1,\"name\":\"Apartment Therapy\",\"domain\":\"apartmenttherapy.com\",\"slug\":\"at\",\"tagline\":\"Saving the world, one room at a time\",\"url\":\"http://www.apartmenttherapy.com\",\"twitter_username\":\"AptTherapy\",\"facebook_url\":\"http://www.facebook.com/apartmenttherapy\",\"cse_id\":\"004176398225520866731:-lh2pkw5lda\",\"analytics_id\":\"UA-821548-1\",\"comscore_id\":\"14868646\",\"skimlinks_code\":\"34276X922231\",\"sitemeter_code\":\"s12apartmenttherapyny\",\"myemma_id\":\"1372627\",\"blog_id\":1,\"created_at\":\"2012-09-14T17:39:00.650-04:00\",\"updated_at\":\"2014-07-28T15:50:41.349-04:00\",\"pinterest_url\":\"http://pinterest.com/apttherapy/\",\"default_profile_image_id\":\"50e2fd06dbd0cb6d77006d3d\",\"primary_color\":\"#ee2737\",\"instagram_username\":\"apartmenttherapy\",\"google_plus_url\":\"https://plus.google.com/+apartmenttherapy/posts\",\"tumblr_url\":\"http://apartmenttherapy.tumblr.com/\"};\n  \n\n  AT.config = {\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.apartmenttherapy.com',\n    pixtruder_cdn: 'http://p-fst1.pixstatic.com',\n      ATChannels: [\"diy\"],\n      feature_tower_unit_name: '/6782/ApartmentTherapy/SponsoredPost/FeatureTower',\n    dfp_section: 'ApartmentTherapy',\n    media_queries_mini: '(max-width: 23.99em)',\n    media_queries_medium: '(min-width: 48.5em) and (max-width: 59.99em)',\n    media_queries_medium_up: '(min-width: 48.5em)',    \n    media_queries_large: '(min-width: 60em)',\n    page_type: [\"post\"],\n      post_id: 214389,\n    environment: \"production\",\n    slots_tour_size_one: '(min-width: 770px) and (min-height: 612px)'\n  };\n\n\n  if (!window.Community) { Community = {}; }\n  Community.Config = {\n      commentable_id: 214389,\n      commentable_type: 'MovableTypePost',\n      commentable_title: \"Before \\u0026 After: \\u003cem\\u003eA Year of IKEA Hacks\\u003c/em\\u003e \\u003csmall\\u003eBest of 2014\\u003c/small\\u003e\",\n      author_community_user_id: 333077,\n      author_community_user_ids: [988809,9,868948,86343,1118944,772692,525266,498517,906374,558978,1056003,15853,342676,520044,159626,301,18,215,32928,1068846,1053572,57142,81564,31937,163491,1043488,168043,168813,128758,171327,43559,84319,31997,333077,224321,1061613,9,90382,354570,41130,47096,86806,1220,1124647,5476,446518,444871,488670,350774,35879,491090,195586,79457,252189,408632,263359,139606,300793,1175944,472742,136230,147862,1042135,330912,241326,481095,333031,772534,781847,980390,890947,778881,10,511648,252609,1044009,12,60852,1067475,36917,500398,124251,7,1031654,454644,492851,1016633,108701,244750,130553,165081,107285,101837,21353,1060939,1133012,578609,9,1002126,1146742,772383,585301,296462,174834,571254,281736,241079,4589,1021624,1035561,167865,256321,472575,1048331,160475,27023,1040143,14,1069],\n    cookie_suffix: \"\",\n    cookie_domain: \".apartmenttherapy.com\",\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.apartmenttherapy.com',\n    page_title: $('title')[0].text || \"N/A\"\n  };\n\n</script>\n\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/application-bdd2e122f0156ee67b9afe6761d444b2.js\"></script>\n\n  <script>AT.DFP.start();</script>\n\n  <script async=\"true\" defer=\"true\" type='text/javascript' src='http://letschipit.com/button/js.ashx'></script>\n\n  <script>\n  _atrk_opts = { atrk_acct:\"eobji1agq800Ux\", domain:\"apartmenttherapy.com\",dynamic: true};\n  (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); })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=eobji1agq800Ux\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n  <script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/231032.js?r=\"+Math.random()*1e16+\"&m=1112&a=231032\"+(iatDev?\"&d=1\":\"\")))</script>\n  <script>\n  var _sf_async_config={};\n  /** CONFIGURATION START **/\n  _sf_async_config.uid = 1646;\n  _sf_async_config.domain = 'apartmenttherapy.com';\n  _sf_async_config.sections = 'main';\n  _sf_async_config.authors = 'Nancy Mitchell';\n  /** CONFIGURATION END **/\n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n         (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\n         'js/chartbeat.js');\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n       loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n  <script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"14868646\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=14868646&amp;cv=2.0&amp;cj=1\" alt=\"\" />\n</noscript>\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=3gv225riftp6w\"></script>\n  <div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"apartmenttherapy.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n  <script type=\"text/javascript\">\n\n  var _qevents = _qevents || [];\n\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n    qacct:\"p-9e_lGUY-vZpsw\",\n    labels: \"diy\"\n  });\n</script>\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-9e_lGUY-vZpsw.gif?labels=diy\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n  <script>\n  \n  var noskimwords='true';\n</script>\n<script async=\"true\" defer=\"true\" type=\"text/javascript\" src=\"http://s.skimresources.com/js/34276X922231.skimlinks.js\"></script>\n\n  <script type=\"text/javascript\">\n  (function() {\n    function async_load(script_url){\n      var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://');\n      var s = document.createElement('script'); s.src = protocol + script_url;\n      var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);\n    }\n    bm_website_code = 'C5B1B0053C914570';\n    jQuery(document).ready(function(){async_load('asset.pagefair.com/measure.min.js')});\n    jQuery(document).ready(function(){async_load('asset.pagefair.net/ads.min.js')});\n  })();\n</script>\n  <script type=\"text/javascript\">\n    adroll_adv_id = \"LV5EF7VIDNHV5NCHV6QX66\";\n    adroll_pix_id = \"ZQA5LU445VGZDFIZUFLHHU\";\n (function () {\n  var _onload = function(){\n   if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n   if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n   var scr = document.createElement(\"script\");\n   var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n   scr.setAttribute('async', 'true');\n   scr.type = \"text/javascript\";\n   scr.src = host + \"/j/roundtrip.js\";\n   ((document.getElementsByTagName('head') || [null])[0] ||\n    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);};\n  if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n  else {window.attachEvent('onload', _onload)}}());\n</script>\n      <script>$.getScript(\"http://apartmenttherapy.marcobot.com/polo.js\");</script>\n\n</body>\n</html>\n\n\n"
  },
  {
    "path": "tests/data/html/arabic_article.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html lang=\"ar\"><head>\n<title>معارضون يسيطرون على مخازن للصواريخ بريف دمشق - CNNArabic.com</title>\n<meta content=\"IE=EmulateIE7\" http-equiv=\"X-UA-Compatible\"/>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<meta property=\"og:image\" content=\"http://i.cdn.turner.com/cnn/arabic/2013/middle_east/8/3/syria.clashes/Gal.syria.assad.army.jpg_-1_-1.jpg\"/>\n<meta property=\"og:title\" content=\"معارضون يسيطرون على مخازن للصواريخ بريف دمشق\"/>\n<meta property=\"og:url\" content=\"http://arabic.cnn.com/2013/middle_east/8/3/syria.clashes/index.html\"/>\n<link rel=\"canonical\" href=\"http://arabic.cnn.com/2013/middle_east/8/3/syria.clashes/index.html\"/>\n<meta content=\"215296135184920\" property=\"fb:app_id\"/>\n<meta content=\"article\" property=\"og:type\"/>\n<meta content=\"CNNArabic\" property=\"og:site_name\"/>\n<meta property=\"og:description\" content=\"أكدت جهات سورية معارضة أن فصائل مسلحة معارضة لنظام الرئيس بشار الأسد وعلى صلة بـ&quot;الجيش الحر&quot; تمكنت من السيطرة على مستودعات للأسلحة بريف دمشق تضم كميات، في الوقت الذي حض فيه الائتلاف الوطني السوري المعارض الفصائل الكردية والإسلامية المتقاتلة في شمالي البلاد إلى &quot;ضبط النفس.&quot;\"/>\n<link rel=\"image_src\" href=\"http://i.cdn.turner.com/cnn/arabic/2013/middle_east/8/3/syria.clashes/Gal.syria.assad.army.jpg_-1_-1.jpg\"/>\n<link href=\"http://arabic.cnn.com/.element/css/3.0/common.css\" type=\"text/css\" rel=\"stylesheet\"/>\n<link href=\"http://arabic.cnn.com/.element/css/3.0/mosaic.css\" type=\"text/css\" rel=\"stylesheet\"/>\n <!--[if IE]>\n  <style type=\"text/css\">\n   #cnn_videobox .cnn_vidtxt {float:none;}\n  </style>\n<![endif]-->\n<script src=\"http://i.cdn.turner.com/cnn/.element/js/3.0/protoaculous.1.8.2.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://i.cdn.turner.com/cnn/.element/js/3.0/swfobject-2.2.js\" type=\"text/javascript\"></script>\n<script src=\"http://i.cdn.turner.com/cnn/.element/js/3.0/csiManager.js\" type=\"text/javascript\"></script>\n<script src=\"http://i.cdn.turner.com/cnn/.element/js/3.0/StorageManager.js?20100728\" type=\"text/javascript\"></script>\n<script src=\"http://i.cdn.turner.com/analytics/cnnarabic/ais.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\" src=\"/.element/js/2.0/arabic_main.js\"/>\n<script type=\"text/javascript\">        \n\tvar cnnDocDomain = '';\n        if(location.hostname.indexOf('cnn.com')>0) {cnnDocDomain='cnn.com';}        \n\tif(location.hostname.indexOf('turner.com')>0) {if(document.layers){cnnDocDomain='turner.com:'+location.port;}else{cnnDocDomain='turner.com';}}        \tif(cnnDocDomain) {document.domain = cnnDocDomain;}\n// DO NOT PUT ANYTHING BENEATH THIS!\n</script>\n<script type=\"text/javascript\" src=\"http://arabic.cnn.com/.element/js/3.0/Programs/mme.js\"></script>\n<script type=\"text/javascript\">\n  var CNN_gallery_0_ad_0 = \"/cnnarabic_adspaces/3.0/homepage/bot1.120x90.ad\";\n  var CNN_gallery_0_ad_1 = \"/cnnarabic_adspaces/3.0/homepage/bot2.120x90.ad\";\n  var CNN_gallery_0_ad_2 = \"/cnnarabic_adspaces/3.0/homepage/bot3.120x90.ad\";\n\n</script>\n\n<script type=\"text/javascript\" language=\"JavaScript1.1\" src=\"http://ar.atwola.com/file/adsWrapper.js\"></script>\n<style type=\"text/css\">\n<!--\n.aoltextad { text-align: justify; font-size: 12px; color: black; font-family: Georgia, sans-serif }\n-->\n</style>\n\n<script language=\"JavaScript1.2\" type=\"text/javascript\">\n\nfunction CNN_getCookies() {\n\tvar hash = new Array;\n\tif ( document.cookie ) {\n\t\tvar cookies = document.cookie.split( '; ' );\n\t\tfor ( var i = 0; i < cookies.length; i++ ) {\n\t\t\tvar namevaluePairs = cookies[i].split( '=' );\n\t\t\thash[namevaluePairs[0]] = unescape( namevaluePairs[1] ) || null;\n\t\t}\n\t}\n\treturn hash;\n}\n\nfunction CNN_parseCookieData( cookieDataString ) {\n\tvar cookieValues = new Object();\n\tvar separatePairs = cookieDataString.split( '&' );\n\tfor ( var i = 0; i < separatePairs.length; i++  ) {\n\t\tvar separateValues = separatePairs[i].split( ':' );\n\t\tcookieValues[separateValues[0]] = separateValues[1] || null;\n\t}\n\treturn cookieValues;\n}\n\n// default values\nvar adHeadOffset = 0;\nvar adHeadClass = \"us.low\";\n\nvar allCookies = CNN_getCookies();\nvar adHeadCookie = allCookies[ \"Target\" ] || null;\nvar isClassAndOffsetValid = false;\nvar alreadySwappedTargetImage = false;\nvar alreadySwappedCookieCrumb = false;\n\nif ( adHeadCookie ) {\t// got milk?\n\tvar adHeadHash = CNN_parseCookieData( adHeadCookie );\n\t//alert(\"o=\" +  adHeadHash[ \"o\" ] + \"\\nclass=\" + adHeadHash[ \"class\"]);\n\tif ( adHeadHash[ \"o\" ] && adHeadHash[ \"class\" ] ) {\n\t\tvar validClassesAndOffsets = [ 'us.low', 0, 'us.high', 1, 'intl', 2, 'intl', 3, 'us.edu', 0, 'us.gov', 0, 'us.mil', 0, 'us.org', 0 ];\n\t\tfor ( var i = 0; i < validClassesAndOffsets.length; i+=2 ) {\n\t\t\tif ( validClassesAndOffsets[i] == adHeadHash[ \"class\" ] && validClassesAndOffsets[i+1] == adHeadHash[ \"o\" ] ) {\n\t\t\t\tisClassAndOffsetValid = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif ( isClassAndOffsetValid ) {\n\t\tadHeadOffset = adHeadHash[ \"o\" ];\n\t\tadHeadClass = adHeadHash[ \"class\" ];\n\t}\n}\n\ndocument.adoffset = adHeadOffset;\n\n//alert( \"GLOBAL\\nalreadySwappedTargetImage=\" + alreadySwappedTargetImage + \"\\nisClassAndOffsetValid=\" + isClassAndOffsetValid );\n\nvar alreadySwappedDETargetImage = false;\nvar cnnDEadDEonCookie = false;\n\t\n</script>\n\n<!--<script type=\"text/javascript\" src=\"/cnnarabic_adspaces/arabic_cnn_adspaces.js\"></script>-->\n<!--<script type=\"text/javascript\" src=\"http://i.cdn.turner.com/cnn/cnn_adspaces/cnn_adspaces.js\"></script>-->\n<script type=\"text/javascript\" src=\"http://arabic.cnn.com/.element/js/3.0/adspaces.js\"></script>\n\n\n\n</head>\n<body>\n<a name=\"top_of_page\"/>\n<div id=\"fb-root\"/><a href=\"#ContentArea\"><img style=\"display: none;\" vspace=\"0\" hspace=\"0\" border=\"0\" height=\"1\" width=\"10\" align=\"right\" alt=\"\" src=\"http://i.cdn.turner.com/cnn/images/1.gif\"/></a>\n<!-- begin default international header -->\n<!-- TODO: unobtrusive js refactor -->\n<div id=\"cnn_hdr\">\n\t<div id=\"cnn_hdr-main\">\n\t\t<div class=\"hdr-wrap\">\n\t\t    <div id=\"hdr-banner\">\n\t\t<h1>\n\t\t<span>CNN</span>\n\t\t<a id=\"hdr-banner-title\" href=\"/\" title=\"\"><img src=\"/.element/img/2.0/hdr-globe-central.gif\" width=\"244\" height=\"82\" alt=\"CNN\" /></a>\n\t\t</h1>\n\t\t</div>\n\t    <div id=\"hdr-search\">\n\t\t\t\t<form method=\"get\" action=\"http://search.arabic.cnn.com/search?\" onsubmit=\"\">\n\t\t\t\t<div class=\"ftr-search-datacntr\">\n                    <div class=\"ftr-search-tfield\"><input type=\"text\" name=\"q\" size=\"12\" maxlength=\"40\" value=\"\"></div>\n                    <div class=\"ftr-search-sicon\"><input type=\"image\" src=\"/.element/img/2.0/search/btn_search_hp_text.gif\" width=\"55\" height=\"21\" alt=\"Submit\"></div>\n<input type=\"hidden\" name=\"site\" value=\"default_collection\">\n<input type=\"hidden\" name=\"client\" value=\"test\">\n<input type=\"hidden\" name=\"output\" value=\"xml_no_dtd\">\n<input type=\"hidden\" name=\"proxystylesheet\" value=\"test\">\n<input type=\"hidden\" name=\"proxyreload\" value=\"1\">\n\n                </div>\n\t\t\t\t</form>\n\t\t\t</div>\n\t\t\t<div id=\"hdr-editions\" style=\"width:450px;\">\n\t\t\t\t<ul>\n                            <li class=\"no-pad-right\">&#1575;&#1604;&#1591;&#1576;&#1593;&#1577;: &nbsp;&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</li>\n                            <li class=\"lftrgt_border\"><a id=\"cnn_switchEdition_us\" href=\"http://us.cnn.com/?hpt=ed_US\" title=\"CNN US\">U.S.</a></li>\n                            <li><a href=\"http://edition.cnn.com/?hpt=ed_Intl\" title=\"CNN International\">INTERNATIONAL</a></li>\n                            <li class=\"no-border\"><a href=\"http://mexico.cnn.com/?hpt=ed_Mexico\" title=\"CNN M&Eacute;XICO\">M&Eacute;XICO</a></li>\n\n\t\t\t\t</ul>\n                                <div class=\"cnn_clear\"></div>\n                                <div style=\"padding-top:2px;\">\n                                <ul>\n                                        <li class=\"no-pad-right\"><span>:&nbsp;&#1575;&#1604;&#1578;&#1604;&#1601;&#1586;&#1610;&#1608;&#1606;</span></li>\n                                        <li><a href=\"http://www.cnn.com/CNN/Programs/\">US</a></li>\n                                        <li><a href=\"http://www.cnn.com/CNNI/\">CNNi</a></li>\n                                        <li><a href=\"http://cnnespanol.cnn.com/\">CNN en Espa&#241;ol</a></li>\n                                        <li class=\"no-border\"><a href=\"http://www.hlntv.com/\">HLN</a></li>\n                                </ul>\n                                </div>\n                                <div class=\"cnn_clear\"></div>\n                                <div style=\"padding:2px 50px 0 0; height:23px;\">\n                                <ul>\n                                        <li class=\"no-border\"><a href=\"http://www.facebook.com/CNNArabic\"><img src=\"/images/icons/facebook_icon.png\" width=\"17\" height=\"17\" border=\"0\"/></a></li>\n                                        <li class=\"no-border\"><a href=\"http://www.twitter.com/cnnarabic\"><img src=\"/images/icons/twitter_icon.png\" width=\"17\" height=\"17\" border=\"0\" /></a></li>\n                                        <li class=\"no-border\"><a href=\"/rss/\"><img src=\"/images/icons/rss_icon.png\" width=\"17\" height=\"17\" border=\"0\"/></a></li>\n\t\t\t\t<li class=\"no-border\"><a href=\"http://www.youtube.com/cnnarabic\"><img src=\"/images/icons/youtube.icon.jpg\" width=\"17\" height=\"17\" border=\"0\"/></a></li>\n                                </ul>\n                                </div>\n\n\n\t\t\t</div>\n\t\t\t\n\t\t</div>\n\t</div>\n\t<div id=\"cnn_hdr-nav\">\n\t\t<ul id=\"intl-menu\">\n\t\t\t<li class=\"no-border\"><a id=\"nav-home\" class=\"nav-media no-border\" href=\"/\" title=\"Breaking, World, Business, Sports, Entertainment and Video News from CNNArabic.com\">&#1575;&#1604;&#1589;&#1601;&#1581;&#1577; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610;&#1577;</a></li>\n\t\t\t<li class=\"no-border\"><a id=\"nav-video\" class=\"nav-media no-border\" href=\"/video/\" title=\"Breaking News Videos from CNNArabic.com\">&#1601;&#1610;&#1583;&#1610;&#1608;</a></li>\n\t\t\t<li><a id=\"nav-middle-east\" class=\"nav-on\" href=\"/middle_east/\" title=\"Middle east News Headlines and Video from CNNArabic.com\">&#1575;&#1604;&#1588;&#1585;&#1602; &#1575;&#1604;&#1571;&#1608;&#1587;&#1591;</a></li>\n\t\t\t<li><a id=\"nav-world\" href=\"/world/\" title=\"World News Headlines and Video from CNNArabic.com\">&#1575;&#1604;&#1593;&#1575;&#1604;&#1605;</a></li>\n\t\t\t<li><a id=\"nav-business\" href=\"/business/\" title=\"World Business News Headlines and Video from CNNArabic.com\">&#1575;&#1602;&#1578;&#1589;&#1575;&#1583; &#1608;&#1571;&#1593;&#1605;&#1575;&#1604;</a></li>\n\t\t\t<li><a id=\"nav-entertainment\" href=\"/entertainment/\" title=\"Entertainment News Headlines and Video from CNNArabic.com\">&#1605;&#1606;&#1608;&#1593;&#1575;&#1578;</a></li>\n\t\t\t<li><a id=\"nav-tech\" href=\"/scitech/\" title=\"Technology News Headlines and Video from CNNArabic.com\">&#1589;&#1581;&#1577; &#1608;&#1578;&#1603;&#1606;&#1608;&#1604;&#1608;&#1580;&#1610;&#1575;</a></li>\n\t\t\t<li><a id=\"nav-world-sport\" href=\"/sport/\" title=\"World Sport News Headlines and Video from CNNArabic.com\">&#1585;&#1610;&#1575;&#1590;&#1577;</a></li>\n\t\t\t<li><a id=\"nav-special\" href=\"/special/\" title=\"Special Coverage Headlines and Video from CNNArabic.com\">&#1605;&#1604;&#1601;&#1575;&#1578; &#1608;&#1578;&#1602;&#1575;&#1585;&#1610;&#1585;</a></li>\n\t\t</ul>\n\t</div>\n</div>\n\n\n<!-- end header -->\n\n\n<script language=\"javascript\" type=\"text/javascript\">\n<!--\nvar cnnSectionName = \"Middle_east\";\n//--></script>\n\n<div align=\"center\" id=\"cnnContainer\">\n<div class=\"cnn_maincntnr\">\n<!-- this is where the breaking news CSI code will go -->\n<div id=\"cnnBannerContainer\"></div>\n<script type=\"text/javascript\">\nCSIManager.getInstance().call('/.element/ssi/breaking_news/1.0/banner.html','','cnnBannerContainer',cnnRenderArabicBanner);\n</script>\n\n<div class=\"cnn_contentarea\"><div class=\"cnn_adcntr728x90t\"><div><script type=\"text/javascript\"> cnnad_newTileIDGroup(new Array('728x90_top','336x280_lft')); </script> \n<!-- ADSPACE: middle_east/article/top.728x90 -->\r\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=728x90_top&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs|CALLOUT -->\r\n<div id=\"ad-850427\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div><script>cnnad_createAd(\"850427\",\"http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=728x90_top&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs\",\"90\",\"728\");cnnad_registerSpace(850427,728,90);</script>\n</div><div class=\"cnn_adtitle\"> </div></div>\n<div class=\"cnn_storyarea\" id=\"cnnContentContainer\"><div class=\"cnn_stryarblkbr\"> </div>\n<div class=\"cnn_strybtntools\">    <div id=\"cnn_gplus\">\n    <div class=\"g-plusone\" data-size=\"tall\"></div>\n\t<script type=\"text/javascript\">\n    (function () {\n        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n        po.src = 'https://apis.google.com/js/plusone.js';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n\t</script>\n    </div>\n    <div id=\"cnn_linkedin\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-counter=\"top\"></script></div>\n<div id=\"cnn_twitter\"><iframe style=\"width:60px; margin:10px 0 0 10px;\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/tweet_button.html?count=vertical&amp;lang=ar&amp;url=http://arabic.cnn.com/2013/middle_east/8/3/syria.clashes/index.html&amp;via=cnnarabic\">\n\t</iframe></div>\n\t\t <div id=\"cnn_facebook\">\n<iframe allowTransparency=\"true\" style=\"border:none; overflow:hidden; width:60px; height:90px;\" frameborder=\"0\" scrolling=\"no\" src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Farabic.cnn.com%2F2013%2Fmiddle_east%2F8%2F3%2Fsyria.clashes%2Findex.html&amp;send=false&amp;layout=box_count&amp;width=60&amp;show_faces=false&amp;locale=ar_AR&amp;colorscheme=light&amp;action=recommend&amp;height=900\">\n</iframe></div>\n\t\t </div><h1>معارضون يسيطرون على مخازن للصواريخ بريف دمشق</h1><div class=\"cnn_stryathrtmp\"><div class=\"cnn_strytmstmp\">الأربعاء، 28 آب/اغسطس 2013، آخر تحديث 14:00 (GMT+0400)</div></div>\n<div class=\"cnn_strycntntrgt\"><div class=\"cnn_stryimg640\"><img border=\"0\" height=\"360\" width=\"640\" src=\"Gal.syria.assad.army.jpg_-1_-1.jpg\" alt=\"\"/></div><p><b>دمشق، سوريا (CNN) -- أكدت جهات سورية معارضة أن فصائل مسلحة معارضة لنظام الرئيس بشار الأسد وعلى صلة بـ\"الجيش الحر\" تمكنت من السيطرة على مستودعات للأسلحة بريف دمشق تضم كميات من الصواريخ ومضادات الدروع، في الوقت الذي حض فيه الائتلاف الوطني السوري المعارض الفصائل الكردية والإسلامية المتقاتلة في شمالي البلاد إلى \"ضبط النفس.\"</b></p><p>وقال المرصد السوري لحقوق الإنسان، وهو هيئة معارضة مقرها لندن، إن مقاتلين من لواء الاسلام - جبهة النصرة- كتيبة التوحيد- قوات المغاوير - كتائب شهداء القلمون، وعدة كتائب أخرى، سيطروا على ثلاثة <a href=\"../../2/jordan.syria.borders.drugs.and.weapons/index.html\">مستودعات للذخيرة</a> بالقرب من بلدة قلدون في منطقة القلمون بريف دمشق.</p>\n        <p>وبحسب المرصد فقد اغتنم مقاتلو الكتائب المقاتلة <a href=\"../../../../syria.2011/8/1/assad.army-day/index.html\">أسلحة مضادة للدروع وصواريخ</a> أرض- أرض (غراد) وذخائر أخرى متنوعة, كما تجددت الاشتباكات بين مقاتلين من الكتائب المقاتلة من طرف والقوات النظامية ومسلحين من اللجان الشعبية التابعة لها من <a href=\"../../../../world/7/22/EU.ist.hezbollah.wing.terror.list/index.html\">الطائفة الشيعية</a> من طرف آخر في منطقة السيدة زينب.</p>\n        <p>وفي محافظة الحسكة شمال شرقي البلاد، أفاد المرصد عن اشتباكات دارت بعد منتصف ليل الجمعة - السبت، في محيط بلدة تل حلف قرب مدينة رأس العين بين و\"حدات حماية الشعب\" الكردية، ومقاتلي ما يعرف بـ\"الدولة الإسلامية في العراق والشام\" وجبهة النصرة وبعض الكتائب المقاتلة من طرف آخر.</p>\n        <p>ولم ترد تقارير حول الخسائر البشرية، في في حين دارت اشتباكات عنيفة بين الطرفين في وقت متأخر من ليل الجمعة، في قرية التويمية، الواقعة بين منطقة أصفر ونجار وقرية مشرافة في جنوب مدينة راس العين، إثر محاولة مقاتلي الجبهة و\"الدولة الإسلامية\" التقدم باتجاه المدينة.</p>\n        <p>أما الائتلاف الوطني السوري المعارض، فقد دعا في بيان له كافة الكتائب والفصائل المقاتلة في الشمال السوري إلى \"ضرورة الوعي بأهمية المرحلة الراهنة، وبضبط النفس والتحلي بالحكمة لضمان سلامة المدنيين وإخلاء سبيل أي أشخاص موقوفين أو معتقلين.\"</p>\n        <p>وشدد الائتلاف على \"ضرورة الابتعاد عن الأعمال الاستفزازية بكافة أشكالها، ويحذر كل من يستغل المرحلة الراهنة لتطبيق أجندات سياسية، وترك القرار للشعب السوري الحر ليختار مصيره بملء إرادته\" في بيان يأتي بالترافق مع الحديث عن كون تلك المواجهات مقدمة لولادة حكومة تدير المناطق التي يقطنها الأكراد في سوريا بشكل مستقل.</p>\n        ﻿<div class=\"cnn_divline cnn_divln3pxblck\"> </div>\r\n<div style=\"padding:10px 0;\">\r\n<p style=\"font:normal 12px/18px 'Tahoma';\">ترحب شبكة CNN بالنقاش الحيوي والمفيد، وكي لا نضطر في موقع CNN بالعربية إلى مراجعة التعليقات قبل نشرها. ننصحك بمراجعة <a href=\"/community_guidelines.html\">إرشادات الاستخدام</a>  للتعرف إليها جيداً. وللعلم فان جميع مشاركاتك يمكن استخدامها، مع اسمك وصورتك، استنادا إلى <a href=\"/privacy.html\">سياسة الخصوصية</a> بما يتوافق مع <a href=\"/terms.html\">شروط استخدام الموقع</a>.</p>\r\n<p style=\"font:bold 11px/18px 'Tahoma';\"> الآراء الواردة أدناه لا تعبر عن رأي موقع CNN بالعربية، بل تعكس وجهات نظر أصحابها فقط.</p>\r\n</div>\r\n<div data-width=\"620\" data-num-posts=\"10\" class=\"fb-comments\" data-href=\"http://arabic.cnn.com/2013/middle_east/8/3/syria.clashes/index.html\"> </div>\n\n\t\t </div>\n<div class=\"cnn_strycntntlft\"><div class=\"cnn_stryad\"><!-- ADSPACE: middle_east/article/lft.336x280 -->\r\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=336x280_lft&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs|CALLOUT -->\r\n<div id=\"ad-64509\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div><script>cnnad_createAd(\"64509\",\"http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=336x280_lft&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs\",\"280\",\"336\");cnnad_registerSpace(64509,336,280);</script>\n</div><div class=\"cnn_adtitle\"><img border=\"0\" alt=\"\" height=\"5\" width=\"42\" src=\"/.element/img/2.0/global/misc/advertisement.gif\"/></div><div class=\"cnn_divline cnn_divlscrct\"> </div>\n<div class=\"cnn_strycrcntr\"><div class=\"cnn_strycrcntrpad\" style=\"padding-bottom:17px;\">\n<div class=\"cnn_strycrcntrnwsp\">\n<h4>&#1575;&#1604;&#1571;&#1603;&#1579;&#1585; &#1578;&#1589;&#1601;&#1581;&#1575;&#1611;</h4>\n<div class=\"cnn_clear\"></div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2><a href=\"http://arabic.cnn.com/2014/middle_east/1/9/sa.Sexual.harassment/index.html\">القبض على شاب تحرش بطفلة في السعودية </a></h2> \n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2><a href=\"http://arabic.cnn.com/2014/middle_east/1/9/saudi.waleed/index.html\">الأمير الوليد يلغي إيقاف مقدم برامج بعد مقابلة جرئية </a></h2> \n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2><a href=\"http://arabic.cnn.com/2014/world/1/9/us-immigration-suitcase/index.html\">تحاول الدخول لأمريكا داخل حقيبة سفر </a></h2> \n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2><a href=\"http://arabic.cnn.com/2014/world/1/9/jihad-jane-ally-sentenced/index.html\">أمريكا: السجن 8 سنوات لشريكة \"جهاد جين\" </a></h2> \n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2><a href=\"http://arabic.cnn.com/2014/middle_east/1/8/Libya.x.officials.trial/\">ليبيا: تأجيل محاكمة شخصيات بنظام القذافي لفبراير </a></h2> \n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_clear\"></div>\n </div></div>\n<div class=\"cnn_divline cnn_divlscrc\"> </div><div class=\"cnn_strycrcntrad\"><div><!-- ADSPACE: middle_east/article/lft.300x150 -->\r\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=300x150_lft&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs|CALLOUT -->\r\n<div id=\"ad-696261\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div><script>cnnad_createAd(\"696261\",\"http://ads.cnn.com/html.ng/site=cnn_arabic&cnn_arabic_pagetype=article&cnn_arabic_pos=300x150_lft&cnn_arabic_rollup=middle_east&page.allowcompete=no&params.styles=fs\",\"150\",\"300\");cnnad_registerSpace(696261,300,150);</script>\n</div><div class=\"cnn_adtitle\"><img border=\"0\" alt=\"\" height=\"5\" width=\"42\" src=\"/.element/img/2.0/global/misc/advertisement.gif\"/></div></div></div></div>\n<div class=\"cnn_clear\"> </div></div></div>\n<script type=\"text/javascript\">\n    window.fbAsyncInit = function () {\n        FB.init({ appId: '215296135184920', status: true, cookie: true, xfbml: true });\n    };\n    (function () {\n        var e = document.createElement('script'); e.async = true;\n        e.src = 'https://connect.facebook.net/ar_AR/all.js';\n        document.getElementById('fb-root').appendChild(e);\n    } ());\n</script>\n<div id=\"cnn_ftrcntnt\">\n<div id=\"cnn_ftrcntntinner\" class=\"clearfix\">\n<div class=\"cnn_ftrdivl1\"></div>\n\n\n<div id=\"ftr-search\">\n<form method=\"get\" action=\"http://search.arabic.cnn.com/search?\" onsubmit=\"\">\n\t<div class=\"ftr-search-datacntr\">\n       <div class=\"ftr-search-tfield\"><input type=\"text\" name=\"q\" size=\"12\" maxlength=\"40\" value=\"\"/></div>\n       <div class=\"ftr-search-sicon\"><input type=\"image\" src=\"/.element/img/2.0/search/btn_search_hp_text.gif\" width=\"55\" height=\"21\" alt=\"Submit\"/></div>\n<input type=\"hidden\" name=\"site\" value=\"default_collection\">\n<input type=\"hidden\" name=\"client\" value=\"test\">\n<input type=\"hidden\" name=\"output\" value=\"xml_no_dtd\">\n<input type=\"hidden\" name=\"proxystylesheet\" value=\"test\">\n<input type=\"hidden\" name=\"proxyreload\" value=\"1\">\n\n    </div>\n</form>\n</div>\n\n<div class=\"cnn_clear\"></div>\n<div class=\"cnn_divline\" style=\"background-color:#EBEBEB; margin-top:3px\"></div>\n\n<div class=\"cnn_ftrnvlnks\">\n<div><a href=\"/\">&#1575;&#1604;&#1589;&#1601;&#1581;&#1577; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610;&#1577;</a> | <a href=\"/video/\">&#1601;&#1610;&#1583;&#1610;&#1608;</a> | <a href=\"/middle_east/\">&#1575;&#1604;&#1588;&#1585;&#1602; &#1575;&#1604;&#1571;&#1608;&#1587;&#1591;</a> | <a href=\"/world/\">&#1575;&#1604;&#1593;&#1575;&#1604;&#1605;</a> | <a href=\"/business/\">&#1575;&#1602;&#1578;&#1589;&#1575;&#1583;</a> | <a href=\"/entertainment/\">&#1605;&#1606;&#1608;&#1593;&#1575;&#1578;</a> | <a href=\"/scitech/\">&#1589;&#1581;&#1577; &#1608;&#1578;&#1603;&#1606;&#1608;&#1604;&#1608;&#1580;&#1610;&#1575;</a> | <a href=\"/sport/\">&#1585;&#1610;&#1575;&#1590;&#1577;</a> | <a href=\"/special/\">&#1605;&#1604;&#1601;&#1575;&#1578; &#1608;&#1578;&#1602;&#1575;&#1585;&#1610;&#1585;</a></div>\n\n<div style=\"color:#CC0000;\">\n <a href=\"javascript:CNN_openPopup('/mobile/sms.html','external','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=540,height=560')\" style=\"color:#CC0000;\">&#1582;&#1583;&#1605;&#1577; &#1570;&#1582;&#1585; &#1582;&#1576;&#1585; &#1604;&#1604;&#1585;&#1587;&#1575;&#1574;&#1604; &#1575;&#1604;&#1606;&#1589;&#1610;&#1577;</a> &nbsp;|&nbsp; <a href=\"/email/\" style=\"color:#CC0000;\">&#1582;&#1583;&#1605;&#1577; &#1570;&#1582;&#1585; &#1582;&#1576;&#1585; &#1604;&#1604;&#1576;&#1585;&#1610;&#1583; &#1575;&#1604;&#1573;&#1604;&#1603;&#1578;&#1585;&#1608;&#1606;&#1610;</a> &nbsp;|&nbsp; <a href=\"/rss/\" style=\"color:#CC0000;Font-size:11px;\">RSS</a> &nbsp;|&nbsp; <a href=\"/mobile/tv/\" style=\"color:#CC0000;\">&#1588;&#1575;&#1588;&#1577; &#1575;&#1604;&#1600; CNN &#1593;&#1604;&#1609; &#1575;&#1604;&#1607;&#1575;&#1578;&#1601; &#1575;&#1604;&#1605;&#1581;&#1605;&#1608;&#1604;</a> &nbsp;|&nbsp; <a href=\"http://www.twitter.com/cnnarabic/\" style=\"color:#CC0000;\">Twitter</a> &nbsp;|&nbsp; <a href=\"http://www.facebook.com/cnnarabic/\" style=\"color:#CC0000;\">Facebook</a>\n</div>\n\n</div>\n\n<div class=\"cnn_ftrdivl2\"></div>\n\n<div class=\"cnn_ftrlnggcntr\">\n<div><a href=\"http://edition.cnn.com/espanol/\">CNN en ESPA&Ntilde;OL</a> | <a href=\"http://www.cnnchile.com\">CNN Chile</a> | <a href=\"http://www.cnnmexico.com/\">M&Eacute;XICO</a> | <a href=\"http://edition.cnn.com/\">English</a> | <span class=\"cnn_ftrljapan\"><a href=\"http://www.cnn.co.jp/\" class=\"cnn_ie6png\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/1px.gif\" width=\"32\" height=\"11\" alt=\"\" border=\"0\"></a></span> | <span class=\"cnn_ftrlturkish\"><a href=\"http://www.cnnturk.com/\" class=\"cnn_ie6png\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/1px.gif\" width=\"32\" height=\"11\" alt=\"\" border=\"0\"/></a></span></div>\n<div><a href=\"/terms.html\">&#1588;&#1585;&#1608;&#1591; &#1575;&#1604;&#1582;&#1583;&#1605;&#1577;</a> | <a href=\"/privacy.html\">&#1576;&#1610;&#1575;&#1606; &#1575;&#1604;&#1582;&#1589;&#1608;&#1589;&#1610;&#1577;</a> | <a href=\"http://www.cnnmediainfo.com/\" rel=\"nofollow\">&#1575;&#1604;&#1573;&#1593;&#1604;&#1575;&#1606;&#1575;&#1578;</a> | <a href=\"/about.us/\">&#1605;&#1606; &#1606;&#1581;&#1606;&#1567;</a></div>\n</div>\n\n<div class=\"cnn_ftrlgcpy\">\n<div><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/global/footer/pngs/footer_cnn_logo.png\" width=\"23\" height=\"11\" alt=\"\" border=\"0\" class=\"cnn_ie6png\">&copy; 2013 Cable News Network. <a href=\"http://www.turner.com/\" class=\"cnn_ftrtbslink\">Turner Broadcasting System, Inc.</a> All Rights Reserved.</div>\n<div class=\"cnn_ftrlgcpy1\"><a href=\"http://edition.cnn.com/CNNI/\" rel=\"nofollow\">CNN International TV</a> | <a href=\"http://us.cnn.com/CNN/Programs/\" rel=\"nofollow\">CNN US TV</a> | <a href=\"http://www.turner.com/careers/\" rel=\"nofollow\">Work for us</a></div>\n</div>\n\n<div class=\"cnn_clear\"></div>\n</div><!-- /cnn_ftrcntntinner -->\n</div><!-- /cnn_ftrcntnt -->\n\n<script type=\"text/javascript\" language=\"javascript\">\n//Middle East Article Page \nvar cna_metadata = {\nsection: [\"Middle East\"],\nfriendly_name: \"Middle East\",\ntemplate_type: \"content\"};\n</script>\n<!--<img src=\"http://i.cdn.turner.com/cnn/1.gif\" alt=\"\" id=\"TargetImage\" name=\"TargetImage\" width=\"1\" height=\"1\" onLoad=\"getAdHeadCookie(this)\">-->\n<script>\n//UGD \ncnnad_ugsync(); \n</script>\n\n<script language=\"JavaScript1.1\" src=\"http://ar.atwola.com/file/adsEnd.js\"></script>\n<!-- JSMD Code-->\n<script language=\"JavaScript\" src=\"/.element/js/2.0/jsmd/jsmd_160.js\"></script>\n<script language=\"JavaScript\" type=\"text/javascript\">\njsmd = _jsmd.init();\njsmd.send();\n</script>\n<!-- / End JSMD Code -->\n<!-- Chartbeat Code-->\n<script language=\"JavaScript\" src=\"http://arabic.cnn.com/.element/js/3.0/chartbeat.js\"></script>\n<!-- / Chartbeat Code-->\n\n</div></div>\n</body></html>"
  },
  {
    "path": "tests/data/html/architecturaldigest.com1.html",
    "content": "<!DOCTYPE HTML><!--[if lt IE 7 ]><html class=\"ie6\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 7 ]><html class=\"ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 8 ]><html class=\"ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 9 ]><html class=\"ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><!--<![endif]-->\n  <head>\n    <!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n        <script type=\"text/javascript\">\n            /*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/architectural-digest-1/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit|bb1\\d.*mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/architectural-digest-1/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/\n        </script>\n      <!-- END MOBIFY -->\n    <link rel=\"icon\" type=\"image/vnd.microsoft.icon\" href=\"/etc/designs/ad/favicon.ico\"/>\n        <link rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" href=\"/etc/designs/ad/favicon.ico\"/> <meta name=\"apple-mobile-web-app-title\" content=\"ArchDigest\" /> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/etc/designs/ad/touch-icon-iphone-plus.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/etc/designs/ad/touch-icon-ipad-retina.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/etc/designs/ad/touch-icon-iphone-retina.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/etc/designs/ad/touch-icon-ipad.png?v=3\" content=\"ArchDigest\"> <link rel=\"logo\" type=\"image/png\" href=\"/etc/designs/ad/images/architectural-digest-logo.png\"/>\n        <link rel=\"image_src\" type=\"image/png\" href=\"/etc/designs/ad/images/architectural-digest-logo.png\"/><script type=\"text/javascript\">\n        CQURLInfo = {\n            \"contextPath\": null,\n            \"requestPath\": '/',\n            \"selectorString\": null,\n            \"selectors\": [],\n            \"extension\": 'html',\n            \"suffix\": null\n        };\n    </script>\n\n    <link rel=\"stylesheet\" href=\"/etc/designs/ad/styles/global.309.css\" type=\"text/css\">\n<link rel=\"stylesheet\" media=\"print\" href=\"/etc/designs/ad/styles/print.css\"/> \n\n\n\n<!--\n\n-->\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/etc/clientlibs/foundation/jquery.js\"></script>\n<!--  -->\n\n<script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/top.309.js\"></script>\n<script type=\"text/javascript\" src=\"//www.architecturaldigest.com/ads/js/cn.dart.bun.min.js\"></script>\n    <script type=\"text/javascript\">\n\n    CN.site.init({\n        env             : 'PROD',\n        code            : 'ARD',\n        title           : '',\n        tld             : 'architecturaldigest.com',\n        name            : 'architecturaldigest',\n        siteRoot        : 'ad',\n        allowedDomains  : 'www.architecturaldigest.com',\n        pageId          : 'ff638a26-e055-4d12-ad98-11f8f15cab06',\n        userServiceUrl  : 'http://user-service.condenastdigital.com',\n        userServiceKey  : 'v9zVFPpghMN3LuwWMNTxR1b16iQ=',\n        ecomUrl         : 'https://subscribe.architecturaldigest.com/api/circ/xml/Transaction'\n    });\n\n    //sets shorten img url config for JS\n    CN.config.set({'shortenimgurl':false});\n\n    //navigation prompts configuration\n    CN.config.set({'useExplicitNavPrompts': true})\n\n    CN.config.set({\n            reg     : {\n                urls : {\n                    login:    \"/user/login\",\n                    logout:   \"/user/logout\",\n                    reg  :    \"/user/registration\",\n                    profile : \"/user/update\",\n                    base :    \"/\"\n                }\n            }\n        });\n\n    </script>\n\n<script type=\"text/javascript\">\n    var _ghearst_vars = (function() {\n        var metaKeyWords = '', metaCollection;\n        metaCollection = document.getElementsByTagName('meta');\n        for (i = 0; i < metaCollection.length; i++) {\n            nameAttribute = metaCollection[i].name.search(/keywords/);\n            if (nameAttribute != -1) {\n                metaKeyWords = metaCollection[i].content;\n                metaKeyWords = metaKeyWords.replace(/,/g, '%2C'); // to replace ,\n                metaKeyWords = metaKeyWords.replace(/ /g, ''); // to replace space\n            }\n        }\n        if ( (navigator.userAgent.match(/iPad/i) !== null) && (CN.cookie.get('ipadTakeover') !== 'true') && 'AMS_ARD_GLOBAL_IPAD_TAKEOVER' !== 'null') {\n            positionList = 'AMS_ARD_GLOBAL_NAVBAR_ROLLOVER%2CAMS_ARD_GLOBAL_NAVBAR%2CAMS_ARD_GLOBAL_NAVBAR_COLLAPSE%2CAMS_ARD_GLOBAL_HEADERCALLOUT%2CAMS_ARD_GLOBAL_HEADER%2CAMS_ARD_GLOBAL_PROMOTOP%2CAMS_ARD_GLOBAL_RIGHTRAIL_A%2CAMS_ARD_GLOBAL_EMBEDDEDFORM%2CAMS_ARD_POPUP_FLOATINGAD%2CAMS_ARD_POPUP_ENTRY%2CAMS_ARD_POPUP_EXIT%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_REGFORM_REGCOPY%2CAMS_ARD_REGFORM_SUBSCRIBE%2CAMS_ARD_REGFORM_RIGHTRAIL_A%2CAMS_ARD_REGFORM_RIGHTRAIL_B%2CAMS_ARD_REGFORM_RIGHTRAIL_C%2CAMS_ARD_CONTACTUS_SUBSCRIBELINK%2CAMS_ARD_CONTACTUS_SUBSCRIBEQUESTIONS%2CAMS_ARD_MAGSUBHOME_MASTHEAD%2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK %2CAMS_ARD_MAGSUBHOME_GIFTLINK %2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK_NONUS%2CAMS_ARD_MAGSUBHOME_GIFTLINK_NONUS %2CAMS_ARD_MAGSUBHOME_CUSTOMERCARE%2CAMS_ARD_SWEEPS_SUBSCRIPTION%2CAMS_ARD_SITE_FOOTER_SUBSCRIBE%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_LITEREG_SUBSCRIBE' + '%2CAMS_ARD_GLOBAL_IPAD_TAKEOVER';\n        } else {\n            positionList = 'AMS_ARD_GLOBAL_NAVBAR_ROLLOVER%2CAMS_ARD_GLOBAL_NAVBAR%2CAMS_ARD_GLOBAL_NAVBAR_COLLAPSE%2CAMS_ARD_GLOBAL_HEADERCALLOUT%2CAMS_ARD_GLOBAL_HEADER%2CAMS_ARD_GLOBAL_PROMOTOP%2CAMS_ARD_GLOBAL_RIGHTRAIL_A%2CAMS_ARD_GLOBAL_EMBEDDEDFORM%2CAMS_ARD_POPUP_FLOATINGAD%2CAMS_ARD_POPUP_ENTRY%2CAMS_ARD_POPUP_EXIT%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_REGFORM_REGCOPY%2CAMS_ARD_REGFORM_SUBSCRIBE%2CAMS_ARD_REGFORM_RIGHTRAIL_A%2CAMS_ARD_REGFORM_RIGHTRAIL_B%2CAMS_ARD_REGFORM_RIGHTRAIL_C%2CAMS_ARD_CONTACTUS_SUBSCRIBELINK%2CAMS_ARD_CONTACTUS_SUBSCRIBEQUESTIONS%2CAMS_ARD_MAGSUBHOME_MASTHEAD%2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK %2CAMS_ARD_MAGSUBHOME_GIFTLINK %2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK_NONUS%2CAMS_ARD_MAGSUBHOME_GIFTLINK_NONUS %2CAMS_ARD_MAGSUBHOME_CUSTOMERCARE%2CAMS_ARD_SWEEPS_SUBSCRIPTION%2CAMS_ARD_SITE_FOOTER_SUBSCRIBE%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_LITEREG_SUBSCRIBE';\n        }\n\n        return {\n            'ams_ads_script_src' : 'http://subscribe.architecturaldigest.com/ams/page-ads.js?ad_category_prefix=content&browser_path=%2Fcontent%2Fad%2Fdecor%2F2015-01%2Fmarwan-al-sayed-jan-showers-designed-arizona-home-article.html&cat_prefixes=%2Ccontent%2Cad%2Cdecor%2C2015-01%2Cmarwan-al-sayed-jan-showers-designed-arizona-home-article.html&keywords=' + metaKeyWords + '&position_list=' + positionList + '&site_prefix=architecturaldigest&subdomain=www&url_name=marwan-al-sayed-jan-showers-designed-arizona-home-article'\n        };\n    })();\n\n    /***************************************\n     * Validate Registration URL\n     * and Show Popup when validated success\n     *\n     */\n    CN.validateRegistration = (function() {\n        var url_Param_ecomUpsellURL, url_window = window.location.href;\n        return {\n            checkSuccessURL : function() {\n                if (CN.url.params(\"ecomupsell\", url_window) == \"true\") {\n                    url_Param_ecomUpsellURL = decodeURIComponent(decodeURIComponent(CN.url.params(\"ecomupsellurl\", url_window)));\n                    url_Param_ecomUpsellURL = url_Param_ecomUpsellURL.replace(/^https*:\\/\\//g, window.location.protocol + \"//\");\n                    window.open(url_Param_ecomUpsellURL, \"PaymentPage\", \"menubar=1,status=0,resizable=0,toolbar=0,scrollbars=0,width=910,height=560,left=\" + ((screen.width) / 3) + \",top=\" + ((screen.height) / 3));\n                }\n            }\n        };\n    })();\n\n    jQuery(document).ready(function() {\n        CN.validateRegistration.checkSuccessURL();\n    });\n\n    CN.labjsEcom = $LAB.script(_ghearst_vars.ams_ads_script_src);\n</script>\n<script type=\"text/javascript\">\nCN.labjs = $LAB.setOptions({AlwaysPreserveOrder:true}).script(\"http://fonts.condenast.com/rcr5ngf.js\").wait(function(){CN.foundry.init(Typekit || {})});</script>\n\n<script type=\"text/javascript\">\n        CN.site.livefyre = 'false';\n    </script>\n\n<script type=\"text/javascript\">\n        CN.config.set({\n            useMetadataAds: false,\n            availableAds: [\"topbanner_728x90_top\", \"boxAd1_300x250_top\", \"boxAd2_300x250_bottom\", \"bottomRail_300x250_bottom\"]\n        });\n        CN.dart.init({site:'arch.dart', zone: 'decor;', kws: [\"decor\", \"2015-01\", \"marwan-al-sayed-jan-showers-designed-arizona-home-article\"],charmap: {' ' : '+', '-' : '_'}, contentType: 'blog' });\n        CN.config.set({dartKeywords: [\"decor\", \"2015-01\", \"marwan-al-sayed-jan-showers-designed-arizona-home-article\"]});\n    </script>\n\n    <script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/ads_init.js\"></script>\n<script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n\n/*\n  //deprecated to allow a page level tracker object to be used from components during their events.\n  _gaq.push(['_setAccount', 'UA-32729075-1']);\n  _gaq.push(['_trackPageview']);\n*/\n  _gaq.push(function() {\n      //global page tracker object\n      var pageTracker = _gat._createTracker('UA-32729075-1', 'CNTracker');\n  });\n  _gaq.push(['CNTracker._trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n<script type=\"text/javascript\">\n    CN.config.set({\n      facebook     : {pageid: \"43794751042\", appId: \"\", apiKey: \"\"}\n    });\n    </script>\n    <meta charset=\"utf-8\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge, chrome=1\" />\n    <meta name=\"description\" content=\"Architect Marwan Al-Sayed and designer Jan Showers craft a majestic modern sanctuary in the Arizona desert\" />\n    <meta name=\"keywords\" content=\"January 2015, Decorating Tout, Decor, Interiors, Decor Tout, AD100, Jan Showers, Homes Rotator\" />\n    <meta name=\"Author\" content=\"Architectural Digest\" />\n    <meta name=\"Copyright\" content=\"Copyright (c) Cond&#233;Net 2015\" />\n    <meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0\" />\n\n    <meta name=\"application-name\" content=\"Architectural Digest\"/>\n    <meta name=\"msapplication-TileImage\" content=\"/etc/designs/ad/images/icons/ARD.png\"/>\n    <meta name=\"msapplication-TileColor\" content=\"#303dc9\"/>\n\n\n    <meta property=\"fb:admins\" content=\"648235154\" />\n    <meta property=\"fb:admins\" content=\"688620285\" />\n    <meta property=\"fb:admins\" content=\"789168297\" />\n    <meta property=\"og:image\" content=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article/jcr:content/cn_page_metadata/search.rendition.thumb.jan-showers-phoenix-arizona-home-04-exterior-h670-search.jpg\" />\n    <meta property=\"og:site_name\" content=\"Architectural Digest\" />\n\n\n    <meta property=\"og:title\" content=\"An Extraordinary Paradise Valley Residence\" />\n                <meta property=\"og:description\" content=\"Architect Marwan Al-Sayed and designer Jan Showers craft a majestic modern sanctuary in the Arizona desert\" />\n        <meta property=\"og:url\" content=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\" />\n    <meta property=\"og:type\" content=\"article\" />\n\n    <meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n        <link rel=\"canonical\" href=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\"/>\n    <meta name=\"parsely-page\" content='{\"title\":\"An Extraordinary Paradise Valley Residence\",\"link\":\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\",\"image_url\":\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article/_jcr_content/cn_page_metadata/search.rendition.thumb.jan-showers-phoenix-arizona-home-04-exterior-h670-search.jpg\",\"type\":\"post\",\"post_id\":\"3f0d3cdb-c259-4b85-b1fe-2c8222f407ca\",\"pub_date\":\"2014-12-02T10:00:00\",\"section\":\"decor\",\"author\":\"Mayer Rus\",\"tags\":[\"January 2015\",\"Decorating Tout\",\"Decor\",\"Interiors\",\"Decor Tout\",\"AD100\",\"Jan Showers\",\"Homes Rotator\"]}'>\n    <title>An Extraordinary Paradise Valley Residence : Architectural Digest</title>\n</head>\n<body class=\"page cn_page \">\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n    <div class=\"parbase cn_page_metadata\">\n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"floatingAd\" style=\"display:none;\">\n                <div id=\"floatingAd_header\">\n                    <a href=\"#\">Close</a>\n                </div>\n                <div id=\"floatingAd_content\">\n                    <div id=\"AMS_ARD_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n                        <div id=\"layer_offer_link\">\n                            <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\"><img src=\"/etc/designs/ad/images/ecom/ARD_floating_ad.gif\" alt=\"Subscribe to Architectural Digest\" border=\"0\"/></a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        \n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"rolloverAd\" class=\"rolloverAd\"  data-timeout=\"\" style=\"display:none;\">\n                    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n                        <a href=\"#\">Close</a>\n                    </div>\n                    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n                        <div id=\"AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\"></div>\n                    </div>\n                    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n                </div>\n            <script>\n                            CN.ecom.rolloverAd.init('rolloverAd');\n                        </script>\n                    \n</div>\n<div id=\"wrapper\" class=\"New-Article-Vertical-Photo section-decor subsection-2015-01\">\n\n        <div class=\"cn_parsys cn_page_header cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_page_header cn_iparsys\"><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><header id=\"site-header\" class=\"snippet\" role=\"banner\">\n    <div class=\"cn_parsys\"><div class=\"parbase cn_ad_placement\"><div id=\"topbanner728x90_frame\" class=\"displayAd 728x90 displayAd728x90Js\"></div><script type=\"text/javascript\">\n        CN.dart.call('topbanner', {sz:'728x90', kws:['bannerDesktop'], collapse: true});</script>\n    </div>\n<div class=\"parbase cn_login_bar\"><div id=\"loginbar\">\n            <div id=\"login\"></div>\n        </div>\n\n        </div>\n<div class=\"parbase cn_site_logo\">\n    <hgroup>\n    <h2 title=\"Architectural Digest\"><a href=\"/\" title=\"Go to Architectural Digest homepage\"><img src=\"/etc/designs/ad/images/architectural-digest-logo.png\" alt=\"Architectural Digest\"/></a></h2>\n    </hgroup>\n\n<div class=\"print-logo\">\n    <img src=\"/etc/designs/ad/images/shell/print-logo.png\" alt=\"\">\n</div>\n\n</div>\n<div class=\"parbase cn_main_nav\"><nav role=\"navigation\" class=\"global-nav\">\n    <ul class=\"gnav-list\">\n        <li class=\"gnav-1\"><a href=\"/\">Architectural Digest</a></li>\n        <li id=\"nav-subscribe\">\n                <div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"global_navBar\">\n                        <div id=\"AMS_ARD_GLOBAL_NAVBAR\">\n                            <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest magazine\"><span>Subscribe</span></a>\n                        </div>\n                    </div>\n                \n                </div>\n        </li>\n        <li class=\"gnav-2 \"><a href=\"/decor\">INTERIORS +&nbsp;INSPIRATION</a><ul class=\"snav-list snav-1 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"http://designfile.architecturaldigest.com/\"><em>AD</em> DesignFile</a></li><li class=\"\"><a href=\"/decor/homes\">Homes</a></li><li class=\"\"><a href=\"/decor/decorating\">Decorating</a></li><li class=\"\"><a href=\"/decor/renovation\">Renovation</a></li><li class=\"\"><a href=\"/decor/gardens\">Gardens</a></li><li class=\"\"><a href=\"http://www.architecturaldigest.com/partners/nest/\">Promotion: Making a&nbsp;House a&nbsp;Home</a></li></ul></li><li\nclass=\"gnav-3 \"><a href=\"/celebrity-homes\">CELEBRITY<br>STYLE</a><ul class=\"snav-list snav-2 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/celebrity-homes\">Celebrity Living</a></li><li\nclass=\"\"><a href=\"/celebrity-homes/fashion-designers\">Fashion Designers at Home</a></li><li class=\"\"><a href=\"/blogs/daily/2014/01/oscar-greenroom-david-rockwell?intcid=nav\">Oscar Greenroom</a></li></ul></li><li class=\"gnav-4 \"><a href=\"/architecture\">ARCHITECTURE +&nbsp;DESIGN</a><ul class=\"snav-list snav-3 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/architecture/innovators\"><em>AD</em> Innovators</a></li><li\nclass=\"\"><a href=\"/AD100\">The 2014 AD100</a></li><li class=\"\"><a href=\"/architecture/architects-designers\">Architects + Designers</a></li><li class=\"\"><a href=\"/architecture/historic-design\">Historic Design</a></li><li class=\"\"><a href=\"/architecture/design-legends\">Legendary Designers</a></li><li class=\"\"><a href=\"/architecture/new-design\">Buzz-Worthy Design</a></li><li class=\"\"><a href=\"/architecture/car-design\">Motoring</a></li></ul></li><li class=\"gnav-5 \"><a href=\"/shop\">SHOPPING +&nbsp;SOURCES</a><ul class=\"snav-list snav-4 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/shop/store-showroom\">Shops + Showrooms</a></li><li class=\"\"><a href=\"/shop/antiques-collecting\">Antiques + Collecting</a></li><li class=\"\"><a href=\"/shop/great-design-shopping-guide\">Great Design</a></li><li class=\"\"><a href=\"http://www.condenaststore.com/~/architectural-digest\">The <em>AD</em> Store</a></li></ul></li><li class=\"gnav-6 \"><a href=\"/ad\">NEWS,&nbsp;CULTURE\n+&nbsp;TRAVEL</a><ul class=\"snav-list snav-5 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/blogs/daily\">Daily <em>AD</em></a></li><li class=\"\"><a href=\"/ad/books\">Books</a></li><li\nclass=\"\"><a href=\"/ad/travel\">Travel</a></li><li class=\"\"><a href=\"/ad/art\">Art + Exhibitions</a></li><li class=\"\"><a href=\"/ad/real-estate\">Estates for Sale</a></li><li class=\"\"><a href=\"/ad/set-design\">Set Design</a></li><li class=\"\"><a href=\"/video\">Video</a></li><li class=\"\"><a href=\"/ad/art/art-basel-miami-beach.html?intcid=nav\">Art Basel</a></li><li class=\"\"><a href=\"/shop/2014-04/architectural-digest-home-design-show?intcid=nav\">Home Design\nShow</a></li></ul></li><li class=\"gnav-7 \"><a href=\"/magazine/table-of-contents/2015-january\">IN THE MAGAZINE</a><ul class=\"snav-list snav-6 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/magazine/table-of-contents/2015-january\">Table of Contents</a></li><li class=\"\"><a href=\"/magazine/past-issues/view-all\">Past Issues</a></li><li class=\"\"><a href=\"/magazine/2015/margaret-russell-january-editors-page\">Editor's\nLetter</a></li><li class=\"\"><a href=\"/contact\">Write the Editors</a></li><li class=\"\"><a href=\"/magazine/press-center\"><em>AD</em> in the News</a></li><li class=\"\"><a href=\"http://shopad.net/\" target=\"_blank\">Events +\nPromotions</a></li></ul></li></ul> </nav>\n</div>\n<div class=\"parbase cn_search_box\"><section class=\"search-box\">\n    <form name=\"search-box-form-par\" id=\"search-box-form-par\" action=\"/search\" method=\"get\" role=\"search\">\n        <h4><label for=\"search-box-query-par\">Search</label></h4>\n\n        <input type=\"search\" name=\"query\" id=\"search-box-query-par\" placeholder=\"SEARCH\" value=\"\">\n        <input type=\"hidden\" name=\"sort\" value=\"score desc\">\n\n        <button type=\"submit\" title=\"Search\">Search</button>\n    </form>\n</section>\n</div>\n<div class=\"cn_parsys parsys cn_features_container cn_componentContainer cn_ecom_header\"><div class=\"cn_parsys parsys cn_ecom_placement\"><!-- Added the class inside div because the css is depending in the class name -->\n            <div id=\"AMS_ARD_GLOBAL_HEADER\" class=\"global_header ecom-placement\">\n                <h2 id=\"subs-hdr\"><a target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" rel=\"nofollow\">Subscribe to Architectural Digest</a></h2>\n                <nav title=\"Subscription Resources\" id=\"subs-nav-container\">\n                    <ul id=\"subs-nav-menu\">\n                        <li id=\"subs-nav-subscribe\">\n                            <a title=\"Subscribe to Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\">Subscribe</a>\n                        </li>\n                        <li id=\"subs-nav-gift\">\n                            <a title=\"Give a Subscription to Architectural Digest as a Gift\" target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafeGift\">Give a gift</a>\n                        </li>\n                        <li id=\"subs-nav-renew\">\n                            <a title=\"Renew your Subscription to Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\">Renew</a>\n                        </li>\n                        <li id=\"subs-nav-questions\">\n                            <a title=\"Subscription Questions and Answers for Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\">Questions</a>\n                        </li>\n                        <li id=\"subs-nav-rewards\">\n                            <a title=\"Architectural Digest subscribers get cash back for shopping\" href=\"http://www.archdigestrewards.com/?xmailerid=4883\" target=\"_blank\">Architectural Digest Rewards</a>\n                        </li>\n                    </ul>\n                </nav>\n            </div>\n        \n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><!-- Added the class inside div because the css is depending in the class name -->\n            <div id=\"AMS_ARD_GLOBAL_HEADERCALLOUT\" class=\"global_headerCallout ecom-placement\">\n                <div id=\"subs-teaser\">\n                    <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest\" rel=\"nofollow\"><img src=\"/etc/designs/ad/images/ecom/ARD_header_callout.png\" alt=\"Subscribe to Architectural\nDigest\"></a>\n                </div>\n                <div id=\"subs-cover\">\n                    <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest\" rel=\"nofollow\">Subscribe to Architectural Digest</a>\n                </div>\n           </div>\n        \n</div>\n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_IPAD_TAKEOVER\" class=\"global_ipad_takeover ecom-placement\">\n                        <!-- ipad takeover goes here --></div>\n                \n</div>\n</div>\n</header>\n\n<script type=\"text/javascript\">\n    var startTime = new Date();\n\n    var checkLogin = function(){\n        if(CN.login){ \n            CN.login.init();\n        }\n        else if( new Date()- startTime < 30000){\n            setTimeout(checkLogin, 100);\n        }\n    }\n\n    var pageAdsCall = function() {\n        var promotheus = function(key) {\n            var pageAds;\n            if (typeof window.pageAds !== 'undefined') {\n                pageAds = window.pageAds;\n                if ((typeof pageAds[key] !== 'undefined') && pageAds[key].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') !== 1)) {\n                    jQuery(\"#\" + key).html(\"\");\n                    jQuery(\"#\" + key).html(pageAds[key].replace(/document.write\\(.*\\)/gi, \"/*filtered by amg-magnet:document.write(...)*/\"));\n                }\n            }\n            jQuery(\"#\" + key).css(\"visibility\", \"visible\");\n        };\n        promotheus(\"AMS_ARD_GLOBAL_HEADERCALLOUT\");\n        promotheus(\"AMS_ARD_GLOBAL_HEADER\");\n        promotheus(\"AMS_ARD_GLOBAL_NAVBAR\");\n\n    }\n\n    checkLogin();\n    CN.labjsEcom.wait(pageAdsCall);\n</script></h2></div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><a href=\"http://designfile.architecturaldigest.com?mbid=ad_header\" target=\"_self\"><img src=\"http://www.architecturaldigest.com/dam/images/designfile/designfile-header-promo-1000x100-v2.jpg\" alt=\"Introducing AD DesignFile - Start Exploring Now\" width=\"1000\" height=\"100\" vspace=\"0\" hspace=\"0\" align=\"left\" border=\"0\" style=\"padding:3px 0 0 0 !important;margin:0 !important;\"/></a></h2></div>\n</div></div>\n</div> </div>\n<section id=\"site-body\">\n    <div class=\"cn_parsys par\"><div class=\"parbase cn_ad_placement\"><div id=\"pushdown970x418_frame\" class=\"displayAd 970x418 displayAd970x418Js\"></div>\n    <script type=\"text/javascript\">\n        CN.dart.call('pushdown', {sz:'970x418', kws:[\"top\"], collapse: true});</script>\n\n    </div>\n<div class=\"parbase cn_breadcrumb\"><div id=\"bc\"> <a href=\"/\">\n        Architectural Digest</a>\n         > <a href=\"/decor\">\n        Interiors + Inspiration</a>\n         > An Extraordinary Paradise Valley Residence</div>\n\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_contentwell\"><div id=\"page\" class=\"standard\">\n            <aside id=\"top-rail\">\n                 <div class=\"cn_parsys par-top_rail cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys par-top_rail cn_iparsys\"></div>\n</div> </div>\n</aside>\n\n            <div class=\"content-container\">\n                <div id=\"content\">\n                    <div id=\"main\" role=\"main\">\n                        <div class=\"cn_parsys par-main\"><div class=\"title cn_title\"><h1 class=\"headline \">\n    An Extraordinary Paradise Valley Residence</h1>\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_pagination_container\"><section class=\"cnpc cn_paginated\" data-pagination_numWords=\"1400\">\n    <section>\n    <div id=\"pageContainer1\" class=\"pageContainers\">\n<div class=\"parbase cn_subheader\"><h2 class=\"subheader \">Architect Marwan Al-Sayed and designer Jan Showers craft a majestic modern sanctuary in the Arizona desert</h2></div>\n<div class=\"cn_contributors parbase\"><div class=\"byline \">\n        <span class=\"contributor first\" data-contributor-type=\"author\"><label>Text by</label>\n        <span class=\"name\"><a href=\"/contributors/mayer-rus\">Mayer Rus</a></span><span class=\"divider\">     |     </span></span><span class=\"contributor\" data-contributor-type=\"photographer\"><label>Photography by</label>\n        <span class=\"name\"><a href=\"/contributors/scott-frances\">Scott Frances</a></span><span class=\"divider\">     |     </span></span><span class=\"contributor last\" data-contributor-type=\"contributor\"><label>Produced by</label>\n        <span class=\"name\"><a href=\"/contributors/howard-christian\">Howard Christian</a></span></span></div>\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer count2-width50_50 cn_colctrl\"><div class=\"cols count2-width50_50\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"parbase cn_text content-link slideshow-link\"><div class=\"body content-link slideshow-link\">\n    <p><a href=\"/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-slideshow\">View Slideshow</a></p></div>\n\n</div>\n</div>\n</div>\n    <div class=\"col c2\">\n            <div class=\"cn_parsys par-col2\"><div class=\"cn_parsys parsys cn_share_bar cn_componentContainer AD-Share-Bar\"><div class=\"utilities \"> <div class=\"section\">\n                <div class=\"parbase cn_share_facebook cn_share_facebook_like\"><div class=\"share utility-fb\"\n    data-fbcolorscheme=\"light\"\n    data-fbfont=\"arial\"\n    data-fblink=\"page\"\n    data-fblayout=\"button_count\"\n    id=\"9224c0f1-c4f4-49ee-89b1-c630cffec0f4\"\n    data-fbshowfaces=\"false\"\n    data-fbwidth=\"90\"\n    data-fbheight=\"20\"\n    data-fbaction=\"sharer\"\n    data-fbtargetpath=\"\"\n    \n    data-fbtitle=\"\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_tweet\"><div\n    class=\"share utility-tweet\"\n    data-twlayout=\"none\"\n    data-twaction=\"tweet\"\n    id=\"c2696890-36a7-4e4e-9368-738302f9f5e9\"\n    data-show-count=\"\"\n    \n            data-twurl=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\"\n        \n    data-twtitle= \"An Extraordinary Paradise Valley Residence\"\n    bitly_login= \"o_db9g5cq60\"\n    bitly_apikey= \"R_f2a857a7951aab84ea0bff62086a8327\"\n      data-twvia=\"ArchDigest\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_google\"><div class=\"share utility-google \"\n    id=\"ee94cc3d-0a70-49e7-b23e-89779c72c039\"\n    data-annotation=\"bubble\"\n    data-size=\"medium\"\n    data-href=\"\" >\n</div>\n\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_print\"><div class=\"share utility-print\">\n        <a href=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article.print.html\" title=\"Print this page\">Print</a>\n    </div>\n</div>\n</div> </div>\n\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_float_container floatRight\"><div class=\"content-supporting floatRight\"> <div class=\"parbase image width-420 float-right cn_image\"><figure class=\"media width-420  float-right has-slideshow-link\">\n    <a href=\"/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-slideshow\"> <img src=\"/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article/_jcr_content/par/cn_contentwell/par-main/cn_pagination_container/cn_float_container/cn_image.size.jan-showers-phoenix-arizona-home-01-joann-paul-delaney-v571.jpg\" alt=\"The Delaney Family\" title=\"\"/></a> <figcaption class=\"caption\"><div style=\"text-align: center;\">Homeowners Joann and Paul Delaney.<br>\n</div>\n</figcaption> </figure>\n\n\n\n</div>\n</div>\n\n\n</div>\n<div class=\"dc parbase cn_text\"><div class=\"body dc\">\n    <p>Not very often does one hear a contemporary architect allude to the mortuary temple of the Egyptian pharaoh Hatshepsut when describing the inspiration for a new house. Ditto the rather obscure Majorcan cliff-top villa Can Lis, designed by Sydney Opera House mastermind Jørn Utzon. But in the context of the extraordinary Arizona residence that architect Marwan Al-Sayed and decorator Jan Showers created for Joann and Paul Delaney, these seemingly arcane reference points actually make perfect sense. In addition to its similar setting (sunbaked rocky landscape), building material (stone), and overall form (rectilinear), the retreat shares another, less tangible quality with those unexpected antecedents—timeless, otherworldly serenity.</p> <p>&quot;I remember Paul telling me that he wanted the house to last a thousand years,&quot; says Al-Sayed, a recent Phoenix-to–Los Angeles transplant who was part of the design triumvirate responsible for the astonishing Amangiri resort in Utah. &quot;So I was intrigued by the idea of ancient architecture—its weight, proportion, grandeur, and materiality.&quot;</p> <p>The 9,000-square-foot, single-level dwelling he ultimately devised sits on nine acres of desert terrain at the foot of Mummy Mountain (did someone say Egypt?) in the aptly named Phoenix suburb of Paradise Valley, a place where rugged red hills cast craggy shadows across a landscape of saguaro cacti, aloe vera plants, and creosote bushes. Approaching the house from the front drive, one is greeted by a poker-faced exterior of limestone blocks. With little hint of what lies beyond, the elevation might easily be mistaken for the façade of a formulaic modernist box.</p> <p>Any such notions quickly vanish, however, as the entry procession leads through a semienclosed passageway directly into a glorious courtyard. Straight ahead lie the main entertaining areas—the living and dining rooms as well as an art-lined gallery—but visitors are meant to pause in this oasis-like reception space, planted with mesquite trees and highlighted by what seems to be a vast reflecting pool. Framed in black granite, the water feature is, in fact, a ten-foot-deep infinity swimming pool that cascades over its far wall into a shallow basin below.</p> <p>Flanking the pool are two loggias—one off the master suite and the other off the guest quarters—delineated by limestone brise-soleils that orchestrate an ever-changing dance of reflected light. &quot;I used limestone for both the courtyard floor and most of the walls to underscore the idea of the house as a configuration of interconnected pavilions with varying degrees of exposure,&quot; the architect says, noting the stone's luminous yet earthy quality. &quot;Using one material throughout has a calming effect—it gives you the luxury of tuning out the cacophony of the outside world.&quot;</p> <p><b>For the full story and more photos, <a href=\"https://subscribe.architecturaldigest.com/subscribe/architecturaldigest/90329?source=AMS_ARD_EDIT_SUBGO\" target=\"_blank\">subscribe now and get the digital edition immediately.</a></b><br> </p> <p><b><a href=\"/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-slideshow\">Tour Joann and Paul Delaney's sleek home.</a></b></p></div>\n\n</div>\n</div>\n</section>\n</section>\n\n\n</div>\n<div class=\"parbase cn_pagination_controls\"><section class=\"pagination_controls\">\n<a href=\"#\" class=\"prev\">prev</a>\n\n    <ul>\n    </ul>\n\n    <a href=\"#\" class=\"next\">next</a>\n</section>\n        </div>\n<div class=\"cn_parsys parsys cn_componentContainer count2-width50_50 cn_colctrl\"><div class=\"cols count2-width50_50\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"parbase cn_text page-footer\"><div class=\"body page-footer\">\n    <p>This article was published in the January 2015 issue.<br>\n</p></div>\n\n</div>\n</div>\n</div>\n    <div class=\"col c2\">\n            <div class=\"cn_parsys par-col2\"><div class=\"cn_parsys parsys cn_share_bar cn_componentContainer AD-Share-Bar\"><div class=\"utilities \"> <div class=\"section\">\n                <div class=\"parbase cn_share_facebook cn_share_facebook_like\"><div class=\"share utility-fb\"\n    data-fbcolorscheme=\"light\"\n    data-fbfont=\"arial\"\n    data-fblink=\"page\"\n    data-fblayout=\"button_count\"\n    id=\"d9f7af72-a01e-4bee-bb96-5bc714a4abb0\"\n    data-fbshowfaces=\"false\"\n    data-fbwidth=\"90\"\n    data-fbheight=\"20\"\n    data-fbaction=\"sharer\"\n    data-fbtargetpath=\"\"\n    \n    data-fbtitle=\"\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_tweet\"><div\n    class=\"share utility-tweet\"\n    data-twlayout=\"none\"\n    data-twaction=\"tweet\"\n    id=\"f0f0da7f-fd3c-411e-b60b-24a47265be4c\"\n    data-show-count=\"\"\n    \n            data-twurl=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\"\n        \n    data-twtitle= \"An Extraordinary Paradise Valley Residence\"\n    bitly_login= \"o_db9g5cq60\"\n    bitly_apikey= \"R_f2a857a7951aab84ea0bff62086a8327\"\n      data-twvia=\"ArchDigest\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_google\"><div class=\"share utility-google \"\n    id=\"bf5168cb-af95-4d08-87d5-305455d0444e\"\n    data-annotation=\"bubble\"\n    data-size=\"medium\"\n    data-href=\"\" >\n</div>\n\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_print\"><div class=\"share utility-print\">\n        <a href=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article.print.html\" title=\"Print this page\">Print</a>\n    </div>\n</div>\n</div> </div>\n\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n<div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><div class='zergnet_title_22193'> <h2 class='zergnet_headline_22193'>AROUND THE WEB</h2> </div> <div id='zergnet-widget-22193'></div> <div class='zergnet_footer'>Powered By ZergNet</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=22193'; var znscr = document.getElementsByTagName('script')[0]; znscr.parentNode.insertBefore(zergnet, znscr); })(); </script></h2></div>\n</div>\n</div>\n\n                    <aside id=\"u-rail\">\n                    </aside>\n                </div>\n\n                <aside id=\"y-rail\">\n                    <div class=\"cn_parsys par-y_rail cn_iparsys\"><div class=\"iparys_inherited\">\n                <div class=\"cn_parsys par-y_rail cn_iparsys\"><div class=\"section\"><div class=\"parbase cn_ad_placement\"><div id=\"boxAd1300x250_frame\" class=\"displayAd 300x250 displayAd300x250Js\"></div>\n    <script type=\"text/javascript\">\n        CN.dart.call('boxAd1', {sz:'300x250', kws:[\"top\"], collapse: true});</script>\n\n    </div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_PROMOTOP\" class=\"global_promotop ecom-placement\">\n                        <div id=\"global_promotop\">\n            <img src=\"/etc/designs/ad/images/ecom/ARD_promo_top.gif\" usemap=\"#ypromotop\" alt=\"Subscribe to Architectural Digest magazine\">\n            <map name=\"ypromotop\" id=\"ypromotop\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" alt=\"Subscribe to Architectural Digest magazine\" title=\"Subscribe to Architectural Digest magazine\" coords=\"4,0,67,84\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafe_5&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" alt=\"Subscribe Now\" title=\"Subscribe Now\" coords=\"68,0,126,23\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafe_6&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafeGift\" alt=\"Give a gift\" title=\"Give a gift\" coords=\"127,0,191,21\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafeGift_1&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" alt=\"Renew your subscription\" title=\"Renew your subscription\" coords=\"190,0,237,21\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD_1&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" alt=\"Questions about your subscription\" title=\"Questions about your subscription\" coords=\"235,0,296,20\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD_2&quot;;return this.s_oc?this.s_oc(e):true\">\n            <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" alt=\"Subscribe to Architectural Digest magazine\" title=\"Subscribe to Architectural Digest magazine\" coords=\"68,21,296,84\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafe_5&quot;;return this.s_oc?this.s_oc(e):true\">\n            </map>\n</div></div>\n                \n</div>\n</div><div class=\"section\"><div class=\"parbase cn_ad_newsletter\"><div id=\"newsletter_container\">\n        <div class=\"title uppercase\">\n            Best of <i>AD</i> in Your Inbox\n        </div>\n        <div class=\"sign_container\">\n            <p class=\"sign_now\">\n                Sign up now\n            </p>\n            <p class=\"sign_description\">\n                Get the latest in design, decorating, celebrity style, shopping, and more\n            </p>\n        </div>\n\n        <form method=\"post\" name=\"newsletterForm\" action=\"/bin/user/newsletter\">\n            <input name=\"toolkit.application\" value=\"newsletter\" type=\"hidden\" />\n            <input name=\"toolkit.applicationId\" value=\"\" type=\"hidden\" />\n            <input name=\"formName\" value=\"shortForm\" type=\"hidden\" />\n            <input name=\"errorView\" value=\"/services/newsletters/demographics\" type=\"hidden\" />\n\n            <input name=\"successView\" value=\"/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\" type=\"hidden\" />\n            <input name=\"partnerCode\" value=\"\" type=\"hidden\" />\n            <input name=\"sourceCode\" value=\"\" type=\"hidden\" />\n\n            <input name=\"newsletter.230\" value=\"Y\" id=\"newsletter.230\" type=\"hidden\" />\n\n            <input name=\"email\" class=\"newsletter_entry\" value=\"Enter your e-mail address\" type=\"text\" />\n\n            <label class=\"uppercase\" id=\"newsletter_subscribe_button\">Subscribe</label>\n        </form>\n\n        <div class=\"social_contact\">\n            <div class=\"title uppercase\">\n                Connect With Us\n            </div>\n\n            <div id=\"cn_join-the-conv\">\n                <ul id=\"cn_widget_buttons\">\n                    <li class=\"fb\"><a target=\"_blank\" href=\"http://www.facebook.com/architecturaldigest\"></a></li>\n                    <li class=\"tw\"><a target=\"_blank\" href=\"https://twitter.com/ArchDigest\"></a></li>\n                    <li class=\"pint\"><a target=\"_blank\" href=\"http://www.pinterest.com/archdigest/\"></a></li>\n                    <li class=\"gp\"><a target=\"_blank\" href=\"https://plus.google.com/+Archdigest/posts\"></a></li>\n                    <li class=\"instg\"><a target=\"_blank\" href=\"http://instagram.com/archdigest\"></a></li>\n                </ul>\n                <div class=\"desc\">\n                    This is not a valid e-mail address\n                </div>\n            </div>\n        </div>\n    </div>\n\n\n\n</div>\n</div><div class=\"section\"><div class=\"parbase cn_ad_placement\"><div id=\"bottomRail300x250_frame\" class=\"displayAd 300x250 displayAd300x250Js\"></div>\n    <script type=\"text/javascript\">\n        CN.dart.call('bottomRail', {sz:'300x250', kws:[\"bottom\"], collapse: true});</script>\n\n    </div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><!-- <a href=\"http://designfile.architecturaldigest.com/contest/bedroom-challenge?mibd=ad_right_rail\" target=\"_self\"><img src=\"http://www.architecturaldigest.com/dam/images/designfile/designfile-right-rail-bedroom-challenge.jpg\" alt=\"AD DesignFile Bedroom Challenge Contest Sponsored by Technogel\" width=\"300\" height=\"388\" vspace=\"0\" hspace=\"0\" align=\"left\" border=\"0\" style=\"padding:3px 0 30px 0 !important;margin:0 !important;\" /></a> -->\n<div style=\"clear:both;\"></div></h2></div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_RIGHTRAIL_A\" class=\"global_rightRail_A ecom-placement\">\n                        <div id=\"global_rightRail_A\">\n            <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafeGift\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafeGift_2&quot;;return this.s_oc?this.s_oc(e):true\">\n            <img src=\"/etc/designs/ad/images/ecom/ARD_rr_gift.gif\" border=\"0\" alt=\"Give the Gift of Architectural Digest\" title=\"Give the Gift of Architectural Digest\"></a>\n        </div></div>\n                \n</div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys cn_features_container cn_componentContainer\"><div class=\"title cn_title\"><h2 class=\"headline \">\n    MOST POPULAR</h2>\n\n</div>\n<div class=\"parbase cn_subheader\"><h3 class=\"subheader \"><div>\n<ol id=\"much-poplar\" style=\"padding-top:10px; font: 400 12px/14px 'ars-maquette-web',sans-serif; line-height:2em;\">\n\n</div>\n\n<script type=\"text/javascript\">\njQuery.getJSON(\"http://www.architecturaldigest.com/dam/js/most_popular.json\", function ( data ) {\n  var items = [];\n  jQuery.each( data, function( posts, post ) {\n\t  jQuery.each( post, function( post, attributes ) {\n    \titems.push( \"<li>\"); // + (post+1) + \". \" );\n    \tvar title = \"\";\n\t\t\tvar url = \"\";\n  \t  jQuery.each( attributes, function( key, val ) {\n\t\t\t\tif ( key === \"title\" ) {\n    \t\t\tval = val.substring(val.indexOf(\":\") + 1);\n    \t\t\ttitle = val;\n    \t\t};\n    \t\tif ( key === \"url\" ) {\n    \t\t\turl = val;\n    \t\t};\n  \t\t});\n \t\t\titems.push( \"<a href=\\\"\" + url + \"\\\" style=\\\"color:rgb(0, 0, 0);text-decoration:none;\\\">\" + title + \"</a></li>\" );\n  \t});\n  });\n  jQuery( items.join( \"\" )\n  ).appendTo( \"#much-poplar\" );\n});\n</script></h3></div>\n</div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><div class=\"zergnet_div_22194\">\n    <div class=\"zergnet_title_22194\">\n    \t<h2 class=\"zergnet_headline_22194\">AROUND THE WEB</h2>\n    </div>\n    <div id=\"zergnet-widget-22194\"></div>\n    <div class=\"zergnet_footer\">Powered By ZergNet</div>\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement('script');\n            zergnet.type = 'text/javascript'; zergnet.async = true;\n            zergnet.src = 'http://www.zergnet.com/zerg.js?id=22194';\n            var znscr = document.getElementsByTagName('script')[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n</div></h2></div>\n</div></div>\n</div> <div class=\"section\">\n                <div class=\"cn_parsys right-rail-adsense cn_iparsys\"><div class=\"section\">\n                <div class=\"cn_script_include_google_adsense parbase cn_script_include_go\"><div class=\"adsense-heading\">ADVERTISEMENT</div>\n<script type=\"text/javascript\">\n    // Adsense parameters\n    google_ad_client = 'ca-conde_archdigest';                                                   // clientID\n    google_ad_channel = 'archdigest_standard_a';                                                 // channelID\n    google_language = 'en';                           //english\n    google_ad_width = '300';                                // width of iframe\n    google_ad_height = '250';                             // height of iframe\n    google_ad_format = '300x250_pas_abgc';                // specifies HTML template used to fill iframe\n    google_ad_type = 'text';                                  // type of ads to display\n    //google_page_url = 'http://www.example.com';\n    google_alternate_ad_url = '';\n    google_alternate_color = '';\n    google_color_bg = 'ffffff';             // the ads' background color is white\n    google_color_border = '';                       // the border surrounding all of the ads is none\n    google_color_line = 'b0b0b0';                   // the line surrounding each ad is green\n    google_color_link = '2c628b';                       // the ad link is blue\n    google_color_text = '000000';                       // the ad text is black\n    google_color_url = '2c628b';\n    google_encoding = 'utf8';\n    google_safe = 'high';\n    google_adtest = 'off';\n    google_ad_section = 'default';\n    google_ui_features = '';                                                                //corner style\n\n</script>\n<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</div>\n</div> <div class=\"iparys_inherited\">\n            </div> </div>\n</div> </div>\n</aside>\n            </div>\n\n            <div id=\"bottom-rail\">\n                <div class=\"cn_parsys cn_iparsys par-bottom\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_iparsys par-bottom\"><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><div class=\"zergnet_div_22193\">\n    <div class=\"zergnet_title_22193\">\n        <h2 class=\"zergnet_headline_22193\">AROUND THE WEB</h2>\n    </div>\n    <div id=\"zergnet-widget-22193\"></div>\n    <div class=\"zergnet_footer\">Powered By ZergNet</div>\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement('script');\n            zergnet.type = 'text/javascript'; zergnet.async = true;\n            zergnet.src = 'http://www.zergnet.com/zerg.js?id=22193';\n            var znscr = document.getElementsByTagName('script')[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n</div></h2></div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><style type=\"text/css\">\n.par-bottom .aa-3col-outbrain-footer {\n\tpadding-top:10px !important;\n}\n.par-bottom .blog-river-2 {\n\tpadding-top:10px !important;\n\tmargin-top:0px !important;\n\twidth:296px !important;\n}\n.par-bottom .blog-river-2 .cn_image figure.media {\n\twidth:296px;\n\tpadding:10px 0;\n}\n.par-bottom .blog-river-2 .search-result img {\n\tdisplay:none !important;\n}\n.par-bottom .blog-river-2 .cn_search_features {\n\tmargin-top:0px !important;\n}\n.cn_features_container.blog-river-2 .feature .headline, .cn_features_container.blog-river-2 .feature .headline a {\n\twidth: 296px !important;\n}\n.cn_features_container.blog-river-2 .cn_search_features .feature {\n\twidth: 296px !important;\n}\n</style></h2></div>\n</div><div class=\"section\"><div class=\"cn_parsys thumbnail-grid parsys cn_features_container cn_componentContainer\"><div class=\"title cn_title\"><h2 class=\"headline \">\n    More Stories</h2>\n\n</div>\n</div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys aa-3col-outbrain-footer count3-width33 cn_componentContainer cn_colctrl\"><div class=\"cols count3-width33\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"parbase cn_outbrain\"><div class=\"outbrain\">\n    <div class=\"OUTBRAIN\" data-src=\"http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article\" data-widget-id=\"AR_1\" data-ob-template=\"architecturaldigest\" ></div>\n</div>\n\n</div>\n<div class=\"parbase cn_veeseo\"><div class=\"veeseoRA2AW2\"></div>\n<div class=\"veeseoRA2AW3\"></div>\n</div>\n<div class=\"parbase cn_veeseo\"><div class=\"veeseoTAW\"></div>\n<div class=\"veeseoTAW1\"></div>\n</div>\n</div>\n</div>\n    <div class=\"col c2\">\n            <div class=\"cn_parsys par-col2\"><div class=\"cn_parsys blog-river-2 parsys cn_features_container cn_componentContainer\"><!-- Solr Debug Query Explain: N/A --><div class=\"parbase image image-center cn_image\"><figure class=\"media image-center\">\n    <a href=\"/blogs/daily\"> <img src=\"/_jcr_content/par/cn_contentwell/par-bottom/aa_3col_outbrain_foo/par-col2/cn_features_containe/cn_image.size.daily-ad-logo-h220-blue-new.png\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n</div>\n<div class=\"cn_search_features parbase\"><section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-31\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-31/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love01-02-2015-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-31\">What We’re Reading This Week—December 31, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-23\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-23/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love-12-23-01-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-23\">What We’re Reading This Week—December 23, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-19\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-19/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love-12-19-time-out-ny-h670-seaerch.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-19\">What We’re Reading This Week—December 19, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts\"> <img src=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts/_jcr_content/cn_page_metadata/search.rendition.search-thumb.on-the-block-12-18-01-paul-evans-cabinet-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts\">On the Block: A Paul Evans Cabinet</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18\"> <img src=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18/_jcr_content/cn_page_metadata/search.rendition.search-thumb.valentino-at-the-emperors-table-02-chateau-de-wideville-tablescape-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18\">A regal tablescape at Valentino’s French château, a rustic Rome studio, and an antiques-filled Manhattan foyer</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk\"> <img src=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk/_jcr_content/cn_page_metadata/search.rendition.search-thumb.nate-berkus-story-target-design-talk-01-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk\">Nate Berkus Talks Design with Target and Story</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                </div>\n</div>\n</div>\n</div>\n    <div class=\"col c3\">\n            <div class=\"cn_parsys par-col3\"><div class=\"parbase image cn_image\"><figure class=\"media \">\n    <a href=\"http://www.questroyalfineart.com/publications\"> <img src=\"/_jcr_content/par/cn_contentwell/par-bottom/aa_3col_outbrain_foo/par-col3/cn_image.size.questroyal-promo-300x250.jpg\" alt=\"Questroyal\" title=\"Sponsored: Questroyal\"/></a> </figure>\n\n\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_EMBEDDEDFORM\" class=\"global_embeddedForm ecom-placement\">\n                        <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\"><img src=\"/dam/images/subscribe/ARD_Footer_1000x252_ver2.gif\" alt=\"Subscribe to Architectural Digest! Save up to 65%\"/></a></div>\n                \n</div>\n</div></div>\n</div> </div>\n</div>\n        </div>\n    </div>\n</div>\n</section>\n<div class=\"cn_parsys parsys cn_componentContainer cn_site_footer\"><footer id=\"site-footer\">\n\n        <div class=\"cn_parsys cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_iparsys\"><div class=\"section\"><div class=\"cn_parsys parsys cn_componentContainer count1 cn_colctrl\"><div class=\"cols count1\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"cn_dropdown parbase\"><div class=\"cn-dropdown cn-dropdown-standard\">\n    <h3 class=\"cn-dropdown-standard-header\">ARCHDIGEST.COM WORLDWIDE</h3><ul>\n                        <li><a href=\"http://www.adstyle.com.cn/\" target=\"Own\">\n                                China</a></li><li><a href=\"http://www.admagazine.fr/\" target=\"Own\">\n                                France</a></li><li><a href=\"http://www.ad-magazin.de/\" target=\"Own\">\n                                Germany</a></li><li><a href=\"http://www.admagazine.ru/\" target=\"Own\">\n                                Russia</a></li><li><a href=\"http://www.revistaad.es/\" target=\"Own\">\n                                Spain</a></li><li><a href=\"http://www.admexico.mx/\" target=\"Own\">\n                                Mexico</a></li><li><a href=\"http://www.admexico.mx/\" target=\"Own\">\n                                Latin America</a></li></ul>\n                </div>\n</div>\n<div class=\"parbase global-footer-section-1 cn_global_footer_text\"><div class=\"global-footer global-footer-section-1\">\n    <p>Connect with <i>AD:</i></p>\n<ul>\n<li><a target=\"_blank\" href=\"http://www.facebook.com/architecturaldigest\">FACEBOOK</a></li>\n<li><a target=\"_blank\" href=\"http://www.pinterest.com/archdigest\">PINTEREST</a></li>\n<li><a target=\"_blank\" href=\"http://twitter.com/archdigest\">TWITTER</a></li>\n<li><a target=\"_blank\" href=\"http://archdigest.tumblr.com/\">TUMBLR</a></li>\n<li><a target=\"_blank\" href=\"http://www.instagram.com/archdigest\">INSTAGRAM</a></li>\n<li><a href=\"http://www.youtube.com/user/ArchitecturalDigest\" target=\"_blank\">YOUTUBE</a></li>\n</ul></div>\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_dropdown parbase\"><div class=\"cn-dropdown cn-dropdown-standard\">\n    <h3 class=\"cn-dropdown-standard-header\">View our sister sites</h3><ul>\n                        <li><a href=\"http://www.allure.com\" target=\"Own\">\n                                Allure</a></li><li><a href=\"http://www.architecturaldigest.com\" target=\"Own\">\n                                Architectural Digest</a></li><li><a href=\"http://www.arstechnica.com\" target=\"Own\">\n                                Ars Technica</a></li><li><a href=\"http://www.bonappetit.com\" target=\"Own\">\n                                Bon Appétit</a></li><li><a href=\"http://www.brides.com\" target=\"Own\">\n                                Brides.com</a></li><li><a href=\"http://www.cntraveler.com\" target=\"Own\">\n                                Condé Nast Traveler</a></li><li><a href=\"http://www.concierge.com\" target=\"Own\">\n                                Concierge</a></li><li><a href=\"http://www.details.com\" target=\"Own\">\n                                Details</a></li><li><a href=\"http://www.epicurious.com\" target=\"Own\">\n                                Epicurious</a></li><li><a href=\"http://www.glamour.com\" target=\"Own\">\n                                Glamour</a></li><li><a href=\"http://www.golfdigest.com\" target=\"Own\">\n                                Golf Digest</a></li><li><a href=\"http://www.golfworld.com\" target=\"Own\">\n                                Golf World</a></li><li><a href=\"http://www.gq.com\" target=\"Own\">\n                                GQ</a></li><li><a href=\"http://www.hotelchatter.com\" target=\"Own\">\n                                Hotel Chatter</a></li><li><a href=\"http://www.jaunted.com\" target=\"Own\">\n                                Jaunted</a></li><li><a href=\"http://www.luckymag.com\" target=\"Own\">\n                                Lucky</a></li><li><a href=\"http://www.nutritiondata.com\" target=\"Own\">\n                                Nutritiondata</a></li><li><a href=\"http://www.reddit.com\" target=\"Own\">\n                                Reddit</a></li><li><a href=\"http://www.self.com\" target=\"Own\">\n                                SELF</a></li><li><a href=\"http://www.style.com\" target=\"Own\">\n                                Style.com</a></li><li><a href=\"http://www.teenvogue.com\" target=\"Own\">\n                                Teen Vogue</a></li><li><a href=\"http://www.newyorker.com\" target=\"Own\">\n                                The New Yorker</a></li><li><a href=\"http://www.thescene.com\" target=\"Own\">\n                                The Scene</a></li><li><a href=\"http://www.vanityfair.com\" target=\"Own\">\n                                Vanity Fair</a></li><li><a href=\"http://www.vegaschatter.com\" target=\"Own\">\n                                Vegas Chatter</a></li><li><a href=\"http://www.vogue.com\" target=\"Own\">\n                                Vogue</a></li><li><a href=\"http://www.wmagazine.com\" target=\"Own\">\n                                W</a></li><li><a href=\"http://www.wired.com\" target=\"Own\">\n                                Wired</a></li></ul>\n                </div>\n</div>\n</div><div class=\"section\"><div class=\"parbase global-footer-section-2 cn_global_footer_text\"><div class=\"global-footer global-footer-section-2\">\n    <ul>\n<li><a target=\"_blank\" href=\"http://www.condenaststore.com/\">Condé Nast Store</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/reprints-permissions\">Reprint/Permissions</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/brands/architectural-digest/media-kit\"><span style=\"padding-right: 1px;\"><i>Architectural Digest</i></span> Media Kit</a></li>\n</ul></div>\n\n</div>\n</div><div class=\"section\"><div class=\"global-footer-section-3 parbase cn_global_footer_text\"><div class=\"global-footer global-footer-section-3\">\n    <ul>\n<li><a href=\"/services/sitemap\">Site Map</a></li>\n<li><a href=\"/contact\">Contact <i>AD</i></a></li>\n<li><a href=\"/services/newsletters/demographics\">Newsletter Sign Up</a></li>\n<li><a href=\"/magazine/press-center\">Press Center</a></li>\n<li id=\"AMS_ARD_SITE_FOOTER_SUBSCRIBE\"><a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\">Subscribe</a></li>\n<li><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" target=\"_blank\">Customer Service</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/brands/architectural-digest\">Advertising</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/careers\">Conde Nast Careers</a></li>\n</ul></div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"parbase global-footer-copyright cn_global_footer_text\"><div class=\"global-footer global-footer-copyright\">\n    <p>© 2014 Condé Nast. All rights reserved<br>\nUse of this Site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (effective 1/2/2014)<br>\n<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a><br>\nThe material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.<br>\n<a class=\"ad_choices\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a></p></div>\n\n</div>\n</div><div class=\"section\"><div class=\"parbase image image-center cn_image\"><figure class=\"media image-center\">\n    <a href=\"http://www.condenast.com/\" target=\"_blank\"> <img src=\"/_jcr_content/cn_site_footer/global_footer/cn_image.size.condenast-footer-logo.png\" alt=\"Condé Nast\" title=\"\"/></a> </figure>\n\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_script_include parbase\"><script type=\"text/javascript\" src=\"//js.revsci.net/gateway/gw.js?csid=F09828&auto=t&bpid=condenast\"></script>\n</div>\n</div><div class=\"section\"><div class=\"cn_script_include parbase\"><script type=\"text/javascript\" src=\"http://rce.veeseo.com/widgets/architecturaldigest.com/widget.js\"></script>\n</div>\n</div></div>\n</div> </div>\n</footer>\n\n</div>\n</div>\n\n    <script type=\"text/javascript\">\n    CN.labjsBrightcove = $LAB.script(function(){\n        return jQuery('.cn_brightcove_video').length ? \"http://admin.brightcove.com/js/BrightcoveExperiences.js\" : null;\n    })\n    .script(function(){\n        return jQuery('.cn_brightcove_video').length ? \"http://admin.brightcove.com/js/APIModules_all.js\" : null;\n    });\n</script>\n\n<script type=\"text/javascript\">\n    \n            CN.labjsEcom.wait(function() {\n                if (CN.url.params('nojoy') != 1) {\n                    (function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_POPUP_FLOATINGAD !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_POPUP_FLOATINGAD\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_POPUP_FLOATINGAD\").html(pageAds.AMS_ARD_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_POPUP_FLOATINGAD' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_POPUP_FLOATINGAD').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_POPUP_FLOATINGAD);\n                    jQuery('#AMS_ARD_POPUP_FLOATINGAD').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_NAVBAR_ROLLOVER' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER);\n                    jQuery('#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_PROMOTOP !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_PROMOTOP\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_PROMOTOP\").html(pageAds.AMS_ARD_GLOBAL_PROMOTOP.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_PROMOTOP' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_PROMOTOP').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_PROMOTOP);\n                    jQuery('#AMS_ARD_GLOBAL_PROMOTOP').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_RIGHTRAIL_A !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_RIGHTRAIL_A\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_RIGHTRAIL_A\").html(pageAds.AMS_ARD_GLOBAL_RIGHTRAIL_A.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_RIGHTRAIL_A' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_RIGHTRAIL_A').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_RIGHTRAIL_A);\n                    jQuery('#AMS_ARD_GLOBAL_RIGHTRAIL_A').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_EMBEDDEDFORM\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_EMBEDDEDFORM\").html(pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_EMBEDDEDFORM' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_EMBEDDEDFORM').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM);\n                    jQuery('#AMS_ARD_GLOBAL_EMBEDDEDFORM').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_SITE_FOOTER_SUBSCRIBE\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_SITE_FOOTER_SUBSCRIBE\").html(pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_SITE_FOOTER_SUBSCRIBE' === '') {\n                if (jQuery('#AMS_ARD_SITE_FOOTER_SUBSCRIBE').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE);\n                    jQuery('#AMS_ARD_SITE_FOOTER_SUBSCRIBE').hide();\n                }\n    }\n})(window.pageAds);\n                }\n                CN.ecom.show();\n            });\n            setTimeout(CN.ecom.show, 10 * 1000);\n        </script>\n<script type=\"text/javascript\">\n/* CONFIGURATION\n * For objects, components, and features that require configuration before invocation.\n * This will be dumped into a script element just before the inclusion of cn.bottom\n*/</script>\n\n<script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/bottom.309.js\"></script>\n<script type=\"text/javascript\">\n\nCN.features.render({\n    features : (function() {\n        var\n            i,\n            feature = null,\n            render = [],\n            featuresOnPage = \"pagination_controls thumbnailgrid  blogriver2\".replace(/\\s{2,}/g, ' ').split(' '),\n            len = featuresOnPage.length,\n            cssClass;\n\n        featuresOnPage = jQuery.grep(featuresOnPage,function(el,idx){\n            return jQuery.inArray(el, featuresOnPage) === idx;\n        });\n        for(i = 0; i < len; i++){\n            cssClass = featuresOnPage[i];\n            if (CN.features.types.hasOwnProperty(cssClass)) {\n                render.push(cssClass);\n            }\n        }\n        return render;\n    }())\n});\n\n/* INITIALIZATION\n * Call init and render functions here, or attach DOM.ready handlers.\n * (You can also call Stowe's momma here, too.)\n*/\n      CN.facebook.init();\n\n        // CN Twitter\n        CN.twitter.init();\n\n        CN.google.render();\n\n        CN.ad.newsletter.render();\n    $LAB.script(\"http://widgets.outbrain.com/outbrain.js\");\n    CN.dropdown.init();</script>\n\n<script type=\"text/javascript\">\n jQuery(document).ready(function () {\n     if(typeof CN.popups !== 'undefined' && !CN.popups.isExecuted()){\n         CN.popups.setArriving(true).setExiting(false).setLayer(true).setForceLayer(false).setCookieLife(24).setPopDelay(3).init();\n     }\n });\n </script>\n <script>\n        CN.labjsEventTracker = $LAB.script(\"http://event.architecturaldigest.com/js/eventTracker.js\");\n    </script>\n<div id=\"eventListHolder\" style=\"display:none;\"></div>\n<script type=\"text/javascript\">\n    CN.labjsEventTracker.wait(function(){\n        var\n            i   = 0,\n            ns  = CN,\n            len = 0,\n            absoluteUrl    = false,\n            trackingUrl    = \"/services/lookup/ff638a26-e055-4d12-ad98-11f8f15cab06\",\n            allowedDomains = [],\n            domain         = location.protocol + \"//\" + location.host;\n\n        if (CN.site && CN.site.allowedDomains) {\n            allowedDomains = CN.site.allowedDomains.split(\",\");\n            len            = allowedDomains.length\n        }\n\n        for(; i < len; i++) {\n            if (domain.indexOf(allowedDomains[i]) >= 0) {\n                absoluteUrl = true;\n            }\n        }\n\n        if (absoluteUrl) {\n\n            trackingUrl = domain + trackingUrl;\n            ns.site     = ns.site || {};\n\n            ns.site.eventTrackingList   = new EventList(\"eventListHolder\");\n            ns.site.eventTrackingList.setBaseUrl(\"http://event.architecturaldigest.com/\");\n            ns.site.eventTrackingEvent  = new EventObject(\"ARD\", \"most_viewed\");\n            ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n\n            if (CN.site.pageId && CN.site.pageId !== \"null\") {\n                ns.site.eventTrackingEvent.setContentId(CN.site.pageId);\n            }\n\n            ns.site.eventTrackingEvent.setFullUrl(trackingUrl);\n            ns.site.eventTrackingEvent.setContentTitle(CN.utils.trim(\"An Extraordinary Paradise Valley Residence\"));\n\n            \n                ns.site.eventTrackingEvent.setProperty(\"pd\",\"2014/12/02 00:00:00\");\n            \n\n            ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n            ns.site.eventTrackingList.writeImageTags();\n        }\n    });\n</script>\n<div id=\"stats\">\n        <div class=\"clickstreamcloud\">\n<script type=\"text/javascript\" src=\"/etc/clientlibs/foundation/librarymanager.js\"></script>\n<script type=\"text/javascript\">\nCQClientLibraryManager.write([{\"p\":\"/etc/clientlibs/foundation/shared.js\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib.js\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib/themes/default.css\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib/ie6/themes/default.css\",\"c\":[\"ie6\"]}],false);\n</script>\n<script type=\"text/javascript\" src=\"/etc/segmentation.segment.js\"></script>\n\n<script type=\"text/javascript\">\nCQ_Analytics.PageDataMgr.addInitProperty('sitesection', 'decor');\nCQ_Analytics.PageDataMgr.addInitProperty('url', 'http://www.architecturaldigest.com/decor/2015-01/marwan-al-sayed-jan-showers-designed-arizona-home-article');\nCQ_Analytics.PageDataMgr.addInitProperty('urlType', 'standard');\n</script>\n\n<div id=\"clickstreamcloud-gui\"></div></div>\n<div class=\"analytics\">\n\n<!-- SiteCatalyst code version: H.23.3.\nCopyright 1996-2011 Adobe, Inc. All Rights Reserved\nMore info available at http://www.omniture.com -->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"/_jcr_content/analytics.sitecatalyst.js\"></script>\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\n/* You may give each page an identifying name, server, and channel on\nthe next lines. */\nCQ_Analytics.Sitecatalyst.updateEvars = function() {\n    // user defined mappings\n     \n}\n\nCQ_Analytics.ClickstreamcloudMgr.addListener(\"storesloaded\", function(e) {\n    // set page name\n    s.pageName=\"decor:2015-01:marwan-al-sayed-jan-showers-designed-arizona-home-article\";\n    // collect component events\n    CQ_Analytics.Sitecatalyst.collect();\n    // base mappings\n    CQ_Analytics.Sitecatalyst.getBaseMappings();    \n    // set basic variables\n    \n    // update \n    CQ_Analytics.Sitecatalyst.updateEvars();\n    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n    var s_code=s.t();if(s_code)document.write(s_code)\n});\n\n//--></script>\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n//--></script>\n\n<noscript><img src=\"http://stats2.architecturaldigest.com/b/ss/conde-architecturaldigest/1/H.23.3--NS/1420285612142?cdp=0&gn=decor%3A2015-01%3Amarwan-al-sayed-jan-showers-designed-arizona-home-article\" height=\"1\" width=\"1\" border=\"0\" alt=\"\"/></noscript>\n<!-- End SiteCatalyst code version: H.23.3. -->\n\n</div>\n</div>\n<!--<cn:pi>a:G078G0</cn:pi>-->\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/architecturaldigest.com2.html",
    "content": "<!DOCTYPE HTML><!--[if lt IE 7 ]><html class=\"ie6\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 7 ]><html class=\"ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 8 ]><html class=\"ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if IE 9 ]><html class=\"ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><![endif]-->\n<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:pas=\"/2009/pluckApplicationServer\"><!--<![endif]-->\n  <head>\n    <!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n        <script type=\"text/javascript\">\n            /*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/architectural-digest-1/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit|bb1\\d.*mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/architectural-digest-1/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/\n        </script>\n      <!-- END MOBIFY -->\n    <link rel=\"icon\" type=\"image/vnd.microsoft.icon\" href=\"/etc/designs/ad/favicon.ico\"/>\n        <link rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" href=\"/etc/designs/ad/favicon.ico\"/> <meta name=\"apple-mobile-web-app-title\" content=\"ArchDigest\" /> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/etc/designs/ad/touch-icon-iphone-plus.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/etc/designs/ad/touch-icon-ipad-retina.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/etc/designs/ad/touch-icon-iphone-retina.png?v=3\" content=\"ArchDigest\"> <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/etc/designs/ad/touch-icon-ipad.png?v=3\" content=\"ArchDigest\"> <link rel=\"logo\" type=\"image/png\" href=\"/etc/designs/ad/images/architectural-digest-logo.png\"/>\n        <link rel=\"image_src\" type=\"image/png\" href=\"/etc/designs/ad/images/architectural-digest-logo.png\"/><script type=\"text/javascript\">\n        CQURLInfo = {\n            \"contextPath\": null,\n            \"requestPath\": '/',\n            \"selectorString\": null,\n            \"selectors\": [],\n            \"extension\": 'html',\n            \"suffix\": null\n        };\n    </script>\n\n    <link rel=\"stylesheet\" href=\"/etc/designs/ad/styles/global.309.css\" type=\"text/css\">\n<link rel=\"stylesheet\" media=\"print\" href=\"/etc/designs/ad/styles/print.css\"/> \n\n\n\n<!--\n\n-->\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/etc/clientlibs/foundation/jquery.js\"></script>\n<!--  -->\n\n<script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/top.309.js\"></script>\n<script type=\"text/javascript\" src=\"//www.architecturaldigest.com/ads/js/cn.dart.bun.min.js\"></script>\n    <script type=\"text/javascript\">\n\n    CN.site.init({\n        env             : 'PROD',\n        code            : 'ARD',\n        title           : '',\n        tld             : 'architecturaldigest.com',\n        name            : 'architecturaldigest',\n        siteRoot        : 'ad',\n        allowedDomains  : 'www.architecturaldigest.com',\n        pageId          : '2b992b29-8f90-4385-beef-660425be7c82',\n        userServiceUrl  : 'http://user-service.condenastdigital.com',\n        userServiceKey  : 'v9zVFPpghMN3LuwWMNTxR1b16iQ=',\n        ecomUrl         : 'https://subscribe.architecturaldigest.com/api/circ/xml/Transaction'\n    });\n\n    //sets shorten img url config for JS\n    CN.config.set({'shortenimgurl':false});\n\n    //navigation prompts configuration\n    CN.config.set({'useExplicitNavPrompts': true})\n\n    CN.config.set({\n            reg     : {\n                urls : {\n                    login:    \"/user/login\",\n                    logout:   \"/user/logout\",\n                    reg  :    \"/user/registration\",\n                    profile : \"/user/update\",\n                    base :    \"/\"\n                }\n            }\n        });\n\n    </script>\n\n<script type=\"text/javascript\">\n    var _ghearst_vars = (function() {\n        var metaKeyWords = '', metaCollection;\n        metaCollection = document.getElementsByTagName('meta');\n        for (i = 0; i < metaCollection.length; i++) {\n            nameAttribute = metaCollection[i].name.search(/keywords/);\n            if (nameAttribute != -1) {\n                metaKeyWords = metaCollection[i].content;\n                metaKeyWords = metaKeyWords.replace(/,/g, '%2C'); // to replace ,\n                metaKeyWords = metaKeyWords.replace(/ /g, ''); // to replace space\n            }\n        }\n        if ( (navigator.userAgent.match(/iPad/i) !== null) && (CN.cookie.get('ipadTakeover') !== 'true') && 'AMS_ARD_GLOBAL_IPAD_TAKEOVER' !== 'null') {\n            positionList = 'AMS_ARD_GLOBAL_NAVBAR_ROLLOVER%2CAMS_ARD_GLOBAL_NAVBAR%2CAMS_ARD_GLOBAL_NAVBAR_COLLAPSE%2CAMS_ARD_GLOBAL_HEADERCALLOUT%2CAMS_ARD_GLOBAL_HEADER%2CAMS_ARD_GLOBAL_PROMOTOP%2CAMS_ARD_GLOBAL_RIGHTRAIL_A%2CAMS_ARD_GLOBAL_EMBEDDEDFORM%2CAMS_ARD_POPUP_FLOATINGAD%2CAMS_ARD_POPUP_ENTRY%2CAMS_ARD_POPUP_EXIT%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_REGFORM_REGCOPY%2CAMS_ARD_REGFORM_SUBSCRIBE%2CAMS_ARD_REGFORM_RIGHTRAIL_A%2CAMS_ARD_REGFORM_RIGHTRAIL_B%2CAMS_ARD_REGFORM_RIGHTRAIL_C%2CAMS_ARD_CONTACTUS_SUBSCRIBELINK%2CAMS_ARD_CONTACTUS_SUBSCRIBEQUESTIONS%2CAMS_ARD_MAGSUBHOME_MASTHEAD%2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK %2CAMS_ARD_MAGSUBHOME_GIFTLINK %2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK_NONUS%2CAMS_ARD_MAGSUBHOME_GIFTLINK_NONUS %2CAMS_ARD_MAGSUBHOME_CUSTOMERCARE%2CAMS_ARD_SWEEPS_SUBSCRIPTION%2CAMS_ARD_SITE_FOOTER_SUBSCRIBE%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_LITEREG_SUBSCRIBE' + '%2CAMS_ARD_GLOBAL_IPAD_TAKEOVER';\n        } else {\n            positionList = 'AMS_ARD_GLOBAL_NAVBAR_ROLLOVER%2CAMS_ARD_GLOBAL_NAVBAR%2CAMS_ARD_GLOBAL_NAVBAR_COLLAPSE%2CAMS_ARD_GLOBAL_HEADERCALLOUT%2CAMS_ARD_GLOBAL_HEADER%2CAMS_ARD_GLOBAL_PROMOTOP%2CAMS_ARD_GLOBAL_RIGHTRAIL_A%2CAMS_ARD_GLOBAL_EMBEDDEDFORM%2CAMS_ARD_POPUP_FLOATINGAD%2CAMS_ARD_POPUP_ENTRY%2CAMS_ARD_POPUP_EXIT%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_REGFORM_REGCOPY%2CAMS_ARD_REGFORM_SUBSCRIBE%2CAMS_ARD_REGFORM_RIGHTRAIL_A%2CAMS_ARD_REGFORM_RIGHTRAIL_B%2CAMS_ARD_REGFORM_RIGHTRAIL_C%2CAMS_ARD_CONTACTUS_SUBSCRIBELINK%2CAMS_ARD_CONTACTUS_SUBSCRIBEQUESTIONS%2CAMS_ARD_MAGSUBHOME_MASTHEAD%2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK %2CAMS_ARD_MAGSUBHOME_GIFTLINK %2CAMS_ARD_MAGSUBHOME_SUBSCRIBELINK_NONUS%2CAMS_ARD_MAGSUBHOME_GIFTLINK_NONUS %2CAMS_ARD_MAGSUBHOME_CUSTOMERCARE%2CAMS_ARD_SWEEPS_SUBSCRIPTION%2CAMS_ARD_SITE_FOOTER_SUBSCRIBE%2CAMS_ARD_GLOBAL_SLIDESHOW%2CAMS_ARD_LITEREG_SUBSCRIBE';\n        }\n\n        return {\n            'ams_ads_script_src' : 'http://subscribe.architecturaldigest.com/ams/page-ads.js?ad_category_prefix=content&browser_path=%2Fcontent%2Fad%2Fvideo%2Fpromotion%2Fjenn-air-video.html&cat_prefixes=%2Ccontent%2Cad%2Cvideo%2Cpromotion%2Cjenn-air-video.html&keywords=' + metaKeyWords + '&position_list=' + positionList + '&site_prefix=architecturaldigest&subdomain=www&url_name=jenn-air-video'\n        };\n    })();\n\n    /***************************************\n     * Validate Registration URL\n     * and Show Popup when validated success\n     *\n     */\n    CN.validateRegistration = (function() {\n        var url_Param_ecomUpsellURL, url_window = window.location.href;\n        return {\n            checkSuccessURL : function() {\n                if (CN.url.params(\"ecomupsell\", url_window) == \"true\") {\n                    url_Param_ecomUpsellURL = decodeURIComponent(decodeURIComponent(CN.url.params(\"ecomupsellurl\", url_window)));\n                    url_Param_ecomUpsellURL = url_Param_ecomUpsellURL.replace(/^https*:\\/\\//g, window.location.protocol + \"//\");\n                    window.open(url_Param_ecomUpsellURL, \"PaymentPage\", \"menubar=1,status=0,resizable=0,toolbar=0,scrollbars=0,width=910,height=560,left=\" + ((screen.width) / 3) + \",top=\" + ((screen.height) / 3));\n                }\n            }\n        };\n    })();\n\n    jQuery(document).ready(function() {\n        CN.validateRegistration.checkSuccessURL();\n    });\n\n    CN.labjsEcom = $LAB.script(_ghearst_vars.ams_ads_script_src);\n</script>\n<script type=\"text/javascript\">\nCN.labjs = $LAB.setOptions({AlwaysPreserveOrder:true}).script(\"http://fonts.condenast.com/rcr5ngf.js\").wait(function(){CN.foundry.init(Typekit || {})});</script>\n\n<script type=\"text/javascript\">\n        CN.site.livefyre = 'false';\n    </script>\n\n<script type=\"text/javascript\">\n        CN.config.set({\n            useMetadataAds: false,\n            availableAds: []\n        });\n        CN.dart.init({site:'arch.dart', zone: 'video;', kws: [\"video\", \"promotion\", \"jenn-air-video\"],charmap: {' ' : '+', '-' : '_'}, contentType: 'blog' });\n        CN.config.set({dartKeywords: [\"video\", \"promotion\", \"jenn-air-video\"]});\n    </script>\n\n    <script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/ads_init.js\"></script>\n<script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n\n/*\n  //deprecated to allow a page level tracker object to be used from components during their events.\n  _gaq.push(['_setAccount', 'UA-32729075-1']);\n  _gaq.push(['_trackPageview']);\n*/\n  _gaq.push(function() {\n      //global page tracker object\n      var pageTracker = _gat._createTracker('UA-32729075-1', 'CNTracker');\n  });\n  _gaq.push(['CNTracker._trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n<script type=\"text/javascript\">\n    CN.config.set({\n      facebook     : {pageid: \"43794751042\", appId: \"\", apiKey: \"\"}\n    });\n    </script>\n    <meta charset=\"utf-8\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge, chrome=1\" />\n    <meta name=\"description\" content=\"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\" />\n    <meta name=\"keywords\" content=\"Video, no-bi, no-curbed\" />\n    <meta name=\"Author\" content=\"Architectural Digest\" />\n    <meta name=\"Copyright\" content=\"Copyright (c) Cond&#233;Net 2015\" />\n    <meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0\" />\n\n    <meta name=\"application-name\" content=\"Architectural Digest\"/>\n    <meta name=\"msapplication-TileImage\" content=\"/etc/designs/ad/images/icons/ARD.png\"/>\n    <meta name=\"msapplication-TileColor\" content=\"#303dc9\"/>\n\n\n    <meta property=\"fb:admins\" content=\"648235154\" />\n    <meta property=\"fb:admins\" content=\"688620285\" />\n    <meta property=\"fb:admins\" content=\"789168297\" />\n    <meta property=\"og:image\" content=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video/jcr:content/cn_page_metadata/search.rendition.thumb.jenn-air-video-h670-search.jpg\" />\n    <meta property=\"og:site_name\" content=\"Architectural Digest\" />\n\n\n    <meta property=\"og:title\" content=\"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\" />\n                <meta property=\"og:description\" content=\"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\" />\n        <meta property=\"og:url\" content=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video\" />\n    <meta property=\"og:type\" content=\"article\" />\n\n    <meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n        <link rel=\"canonical\" href=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video\"/>\n    <meta name=\"parsely-page\" content='{\"title\":\"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\",\"link\":\"http://www.architecturaldigest.com/video/promotion/jenn-air-video\",\"image_url\":\"http://www.architecturaldigest.com/video/promotion/jenn-air-video/_jcr_content/cn_page_metadata/search.rendition.thumb.jenn-air-video-h670-search.jpg\",\"type\":\"post\",\"post_id\":\"e732b8f8-aa1e-4082-9e5e-86c5f000b1ad\",\"pub_date\":\"2014-12-19T13:00:00\",\"section\":\"video\",\"author\":\"Architectural Digest\",\"tags\":[\"Video\",\"no-bi\",\"no-curbed\"]}'>\n    <title>Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show : Architectural Digest</title>\n</head>\n<body class=\"page cn_page \">\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n    <div class=\"parbase cn_page_metadata\">\n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"floatingAd\" style=\"display:none;\">\n                <div id=\"floatingAd_header\">\n                    <a href=\"#\">Close</a>\n                </div>\n                <div id=\"floatingAd_content\">\n                    <div id=\"AMS_ARD_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n                        <div id=\"layer_offer_link\">\n                            <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\"><img src=\"/etc/designs/ad/images/ecom/ARD_floating_ad.gif\" alt=\"Subscribe to Architectural Digest\" border=\"0\"/></a>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        \n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"rolloverAd\" class=\"rolloverAd\"  data-timeout=\"\" style=\"display:none;\">\n                    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n                        <a href=\"#\">Close</a>\n                    </div>\n                    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n                        <div id=\"AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\"></div>\n                    </div>\n                    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n                </div>\n            <script>\n                            CN.ecom.rolloverAd.init('rolloverAd');\n                        </script>\n                    \n</div>\n<div id=\"wrapper\" class=\" section-video subsection-promotion\">\n\n        <div class=\"cn_parsys cn_page_header cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_page_header cn_iparsys\"><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><header id=\"site-header\" class=\"snippet\" role=\"banner\">\n    <div class=\"cn_parsys\"><div class=\"parbase cn_ad_placement\"><div id=\"topbanner728x90_frame\" class=\"displayAd 728x90 displayAd728x90Js\"></div><script type=\"text/javascript\">\n        CN.dart.call('topbanner', {sz:'728x90', kws:['bannerDesktop'], collapse: true});</script>\n    </div>\n<div class=\"parbase cn_login_bar\"><div id=\"loginbar\">\n            <div id=\"login\"></div>\n        </div>\n\n        </div>\n<div class=\"parbase cn_site_logo\">\n    <hgroup>\n    <h2 title=\"Architectural Digest\"><a href=\"/\" title=\"Go to Architectural Digest homepage\"><img src=\"/etc/designs/ad/images/architectural-digest-logo.png\" alt=\"Architectural Digest\"/></a></h2>\n    </hgroup>\n\n<div class=\"print-logo\">\n    <img src=\"/etc/designs/ad/images/shell/print-logo.png\" alt=\"\">\n</div>\n\n</div>\n<div class=\"parbase cn_main_nav\"><nav role=\"navigation\" class=\"global-nav\">\n    <ul class=\"gnav-list\">\n        <li class=\"gnav-1\"><a href=\"/\">Architectural Digest</a></li>\n        <li id=\"nav-subscribe\">\n                <div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"global_navBar\">\n                        <div id=\"AMS_ARD_GLOBAL_NAVBAR\">\n                            <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest magazine\"><span>Subscribe</span></a>\n                        </div>\n                    </div>\n                \n                </div>\n        </li>\n        <li class=\"gnav-2 \"><a href=\"/decor\">INTERIORS +&nbsp;INSPIRATION</a><ul class=\"snav-list snav-1 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"http://designfile.architecturaldigest.com/\"><em>AD</em> DesignFile</a></li><li class=\"\"><a href=\"/decor/homes\">Homes</a></li><li class=\"\"><a href=\"/decor/decorating\">Decorating</a></li><li class=\"\"><a href=\"/decor/renovation\">Renovation</a></li><li class=\"\"><a href=\"/decor/gardens\">Gardens</a></li><li class=\"\"><a href=\"http://www.architecturaldigest.com/partners/nest/\">Promotion: Making a&nbsp;House a&nbsp;Home</a></li></ul></li><li\nclass=\"gnav-3 \"><a href=\"/celebrity-homes\">CELEBRITY<br>STYLE</a><ul class=\"snav-list snav-2 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/celebrity-homes\">Celebrity Living</a></li><li\nclass=\"\"><a href=\"/celebrity-homes/fashion-designers\">Fashion Designers at Home</a></li><li class=\"\"><a href=\"/blogs/daily/2014/01/oscar-greenroom-david-rockwell?intcid=nav\">Oscar Greenroom</a></li></ul></li><li class=\"gnav-4 \"><a href=\"/architecture\">ARCHITECTURE +&nbsp;DESIGN</a><ul class=\"snav-list snav-3 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/architecture/innovators\"><em>AD</em> Innovators</a></li><li\nclass=\"\"><a href=\"/AD100\">The 2014 AD100</a></li><li class=\"\"><a href=\"/architecture/architects-designers\">Architects + Designers</a></li><li class=\"\"><a href=\"/architecture/historic-design\">Historic Design</a></li><li class=\"\"><a href=\"/architecture/design-legends\">Legendary Designers</a></li><li class=\"\"><a href=\"/architecture/new-design\">Buzz-Worthy Design</a></li><li class=\"\"><a href=\"/architecture/car-design\">Motoring</a></li></ul></li><li class=\"gnav-5 \"><a href=\"/shop\">SHOPPING +&nbsp;SOURCES</a><ul class=\"snav-list snav-4 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/shop/store-showroom\">Shops + Showrooms</a></li><li class=\"\"><a href=\"/shop/antiques-collecting\">Antiques + Collecting</a></li><li class=\"\"><a href=\"/shop/great-design-shopping-guide\">Great Design</a></li><li class=\"\"><a href=\"http://www.condenaststore.com/~/architectural-digest\">The <em>AD</em> Store</a></li></ul></li><li class=\"gnav-6 \"><a href=\"/ad\">NEWS,&nbsp;CULTURE\n+&nbsp;TRAVEL</a><ul class=\"snav-list snav-5 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/blogs/daily\">Daily <em>AD</em></a></li><li class=\"\"><a href=\"/ad/books\">Books</a></li><li\nclass=\"\"><a href=\"/ad/travel\">Travel</a></li><li class=\"\"><a href=\"/ad/art\">Art + Exhibitions</a></li><li class=\"\"><a href=\"/ad/real-estate\">Estates for Sale</a></li><li class=\"\"><a href=\"/ad/set-design\">Set Design</a></li><li class=\"\"><a href=\"/video\">Video</a></li><li class=\"\"><a href=\"/ad/art/art-basel-miami-beach.html?intcid=nav\">Art Basel</a></li><li class=\"\"><a href=\"/shop/2014-04/architectural-digest-home-design-show?intcid=nav\">Home Design\nShow</a></li></ul></li><li class=\"gnav-7 \"><a href=\"/magazine/table-of-contents/2015-january\">IN THE MAGAZINE</a><ul class=\"snav-list snav-6 \"><div class=\"menu-pointer-container\"><div class=\"menu-pointer\"></div></div><li class=\"\"><a href=\"/magazine/table-of-contents/2015-january\">Table of Contents</a></li><li class=\"\"><a href=\"/magazine/past-issues/view-all\">Past Issues</a></li><li class=\"\"><a href=\"/magazine/2015/margaret-russell-january-editors-page\">Editor's\nLetter</a></li><li class=\"\"><a href=\"/contact\">Write the Editors</a></li><li class=\"\"><a href=\"/magazine/press-center\"><em>AD</em> in the News</a></li><li class=\"\"><a href=\"http://shopad.net/\" target=\"_blank\">Events +\nPromotions</a></li></ul></li></ul> </nav>\n</div>\n<div class=\"parbase cn_search_box\"><section class=\"search-box\">\n    <form name=\"search-box-form-par\" id=\"search-box-form-par\" action=\"/search\" method=\"get\" role=\"search\">\n        <h4><label for=\"search-box-query-par\">Search</label></h4>\n\n        <input type=\"search\" name=\"query\" id=\"search-box-query-par\" placeholder=\"SEARCH\" value=\"\">\n        <input type=\"hidden\" name=\"sort\" value=\"score desc\">\n\n        <button type=\"submit\" title=\"Search\">Search</button>\n    </form>\n</section>\n</div>\n<div class=\"cn_parsys parsys cn_features_container cn_componentContainer cn_ecom_header\"><div class=\"cn_parsys parsys cn_ecom_placement\"><!-- Added the class inside div because the css is depending in the class name -->\n            <div id=\"AMS_ARD_GLOBAL_HEADER\" class=\"global_header ecom-placement\">\n                <h2 id=\"subs-hdr\"><a target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" rel=\"nofollow\">Subscribe to Architectural Digest</a></h2>\n                <nav title=\"Subscription Resources\" id=\"subs-nav-container\">\n                    <ul id=\"subs-nav-menu\">\n                        <li id=\"subs-nav-subscribe\">\n                            <a title=\"Subscribe to Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\">Subscribe</a>\n                        </li>\n                        <li id=\"subs-nav-gift\">\n                            <a title=\"Give a Subscription to Architectural Digest as a Gift\" target=\"_blank\" href=\"https://w1.buysub.com/loc/ARD/ATGFailsafeGift\">Give a gift</a>\n                        </li>\n                        <li id=\"subs-nav-renew\">\n                            <a title=\"Renew your Subscription to Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\">Renew</a>\n                        </li>\n                        <li id=\"subs-nav-questions\">\n                            <a title=\"Subscription Questions and Answers for Architectural Digest\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\">Questions</a>\n                        </li>\n                        <li id=\"subs-nav-rewards\">\n                            <a title=\"Architectural Digest subscribers get cash back for shopping\" href=\"http://www.archdigestrewards.com/?xmailerid=4883\" target=\"_blank\">Architectural Digest Rewards</a>\n                        </li>\n                    </ul>\n                </nav>\n            </div>\n        \n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><!-- Added the class inside div because the css is depending in the class name -->\n            <div id=\"AMS_ARD_GLOBAL_HEADERCALLOUT\" class=\"global_headerCallout ecom-placement\">\n                <div id=\"subs-teaser\">\n                    <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest\" rel=\"nofollow\"><img src=\"/etc/designs/ad/images/ecom/ARD_header_callout.png\" alt=\"Subscribe to Architectural\nDigest\"></a>\n                </div>\n                <div id=\"subs-cover\">\n                    <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Architectural Digest\" rel=\"nofollow\">Subscribe to Architectural Digest</a>\n                </div>\n           </div>\n        \n</div>\n</div>\n<div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_IPAD_TAKEOVER\" class=\"global_ipad_takeover ecom-placement\">\n                        <!-- ipad takeover goes here --></div>\n                \n</div>\n</div>\n</header>\n\n<script type=\"text/javascript\">\n    var startTime = new Date();\n\n    var checkLogin = function(){\n        if(CN.login){ \n            CN.login.init();\n        }\n        else if( new Date()- startTime < 30000){\n            setTimeout(checkLogin, 100);\n        }\n    }\n\n    var pageAdsCall = function() {\n        var promotheus = function(key) {\n            var pageAds;\n            if (typeof window.pageAds !== 'undefined') {\n                pageAds = window.pageAds;\n                if ((typeof pageAds[key] !== 'undefined') && pageAds[key].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') !== 1)) {\n                    jQuery(\"#\" + key).html(\"\");\n                    jQuery(\"#\" + key).html(pageAds[key].replace(/document.write\\(.*\\)/gi, \"/*filtered by amg-magnet:document.write(...)*/\"));\n                }\n            }\n            jQuery(\"#\" + key).css(\"visibility\", \"visible\");\n        };\n        promotheus(\"AMS_ARD_GLOBAL_HEADERCALLOUT\");\n        promotheus(\"AMS_ARD_GLOBAL_HEADER\");\n        promotheus(\"AMS_ARD_GLOBAL_NAVBAR\");\n\n    }\n\n    checkLogin();\n    CN.labjsEcom.wait(pageAdsCall);\n</script></h2></div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><a href=\"http://designfile.architecturaldigest.com?mbid=ad_header\" target=\"_self\"><img src=\"http://www.architecturaldigest.com/dam/images/designfile/designfile-header-promo-1000x100-v2.jpg\" alt=\"Introducing AD DesignFile - Start Exploring Now\" width=\"1000\" height=\"100\" vspace=\"0\" hspace=\"0\" align=\"left\" border=\"0\" style=\"padding:3px 0 0 0 !important;margin:0 !important;\"/></a></h2></div>\n</div></div>\n</div> </div>\n<section id=\"site-body\">\n    <div class=\"cn_parsys par\"><div class=\"parbase cn_breadcrumb\"><div id=\"bc\"> <a href=\"/\">\n        Architectural Digest</a>\n         > <a href=\"/video\">\n        Video</a>\n         > Promotion</div>\n\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_contentwell\"><div id=\"page\" class=\"standard\">\n            <aside id=\"top-rail\">\n                 <div class=\"cn_parsys par-top_rail cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys par-top_rail cn_iparsys\"></div>\n</div> </div>\n</aside>\n\n            <div class=\"content-container\">\n                <div id=\"content\">\n                    <div id=\"main\" role=\"main\">\n                        <div class=\"cn_parsys par-main\"><div class=\"title cn_title\"><h1 class=\"headline \">\n    Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show</h1>\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_pagination_container\"><section class=\"cnpc cn_paginated\" data-pagination_numWords=\"1400\">\n    <section>\n    <div id=\"pageContainer1\" class=\"pageContainers\">\n<div class=\"parbase cn_subheader\"></div>\n<div class=\"cn_parsys parsys cn_componentContainer count2-width50_50 cn_colctrl\"><div class=\"cols count2-width50_50\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"parbase cn_text content-link article-link\"><div class=\"body content-link article-link\">\n    <p><a href=\"/video\">Watch More Videos</a></p></div>\n\n</div>\n</div>\n</div>\n    <div class=\"col c2\">\n            <div class=\"cn_parsys par-col2\"><div class=\"cn_parsys parsys cn_share_bar cn_componentContainer align-right AD-Share-Bar\"><div class=\"utilities   align-right \"> <div class=\"section\">\n                <div class=\"parbase cn_share_facebook cn_share_facebook_like\"><div class=\"share utility-fb\"\n    data-fbcolorscheme=\"light\"\n    data-fbfont=\"arial\"\n    data-fblink=\"page\"\n    data-fblayout=\"button_count\"\n    id=\"0c01e6c4-43ab-4bc7-9f6c-451dd180b664\"\n    data-fbshowfaces=\"false\"\n    data-fbwidth=\"90\"\n    data-fbheight=\"20\"\n    data-fbaction=\"like\"\n    data-fbtargetpath=\"\"\n    \n    data-fbtitle=\"\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_tweet\"><div\n    class=\"share utility-tweet\"\n    data-twlayout=\"none\"\n    data-twaction=\"tweet\"\n    id=\"13cfb7d5-7b8c-448c-9c87-3ee92f7984ce\"\n    data-show-count=\"\"\n    \n            data-twurl=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video\"\n        \n    data-twtitle= \"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\"\n    bitly_login= \"o_db9g5cq60\"\n    bitly_apikey= \"R_f2a857a7951aab84ea0bff62086a8327\"\n      data-twvia=\"ArchDigest\">\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_share_print\"><div class=\"share utility-print\">\n        <a href=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video.print.html\" title=\"Print this page\">Print</a>\n    </div>\n</div>\n</div> </div>\n\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n</div>\n</section>\n</section>\n\n\n</div>\n<div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><div style=\"display:none\"></div>\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience\" class=\"BrightcoveExperience\">\n  <param name=\"bgcolor\" value=\"#FFFFFF\" />\n  <param name=\"width\" value=\"670\" />\n  <param name=\"height\" value=\"377\" />\n  <param name=\"playerID\" value=\"2855970369001\" />\n  <param name=\"playerKey\" value=\"AQ~~,AAAAAF4PdUM~,05xZ5zE_SbezPeYgnIZPW_r-YCNwWEUk\" />\n  <param name=\"isVid\" value=\"true\" />\n  <param name=\"isUI\" value=\"true\" />\n  <param name=\"autoStart\" value=\"false\" />\n  <param name=\"dynamicStreaming\" value=\"true\" />\n  <param name=\"@videoPlayer\" value=\"3953069097001\" />\n</object>\n<script type=\"text/javascript\">brightcove.createExperiences();</script></h2></div>\n<div class=\"cn_parsys thumbnail-grid parsys cn_features_container cn_componentContainer AD-Horizontal-Related-Articles-celebrity\"><!-- Solr Debug Query Explain: N/A --><div class=\"title headline3 cn_title\"><h2 class=\"headline headline3\">\n    MORE ON ARCHDIGEST.COM</h2>\n\n</div>\n<div class=\"cn_search_features parbase\"><section class=\"feature search-result even \">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/video/promotion/shell-lets-go-innovation\"> <img src=\"/video/promotion/shell-lets-go-innovation/_jcr_content/cn_page_metadata/search.rendition.search-thumb.Shell-Lets-go-Innovation-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/video/promotion/shell-lets-go-innovation\">Video Promotion: Shell - The Power of Innovation</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd \">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/video/promotion/shell-lets-go-community\"> <img src=\"/video/promotion/shell-lets-go-community/_jcr_content/cn_page_metadata/search.rendition.search-thumb.Shell-Lets-go-Community-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/video/promotion/shell-lets-go-community\">Video Promotion: Shell - The Power of Community</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even \">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/video/promotion/shell-lets-go-potential\"> <img src=\"/video/promotion/shell-lets-go-potential/_jcr_content/cn_page_metadata/search.rendition.search-thumb.Shells-Lets-go-Potential-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/video/promotion/shell-lets-go-potential\">Video Promotion: Shell - the Power of Potential</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd \">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/video/2014/margaret-russell-peter-marino-design-miami-talk-video\"> <img src=\"/video/2014/margaret-russell-peter-marino-design-miami-talk-video/_jcr_content/cn_page_metadata/search.rendition.search-thumb.design-miami-creative-collaboration-video-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/video/2014/margaret-russell-peter-marino-design-miami-talk-video\">Creative Collaborations</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                </div>\n<div class=\"parbase cn_search_view_all\"><div class=\"view-all \">\n    <a rel=\"nofollow\" href=\"/video?queryString=sitename_s%3A%22ad%22+AND+%28+tagid_s_m%3A%22ad%3Avideo%22%29\">Click here to see more videos</a>\n</div>\n\n\n</div>\n</div>\n</div>\n</div>\n\n                    <aside id=\"u-rail\">\n                    </aside>\n                </div>\n\n                <aside id=\"y-rail\">\n                    <div class=\"cn_parsys par-y_rail cn_iparsys\"><div class=\"iparys_inherited\">\n                <div class=\"cn_parsys par-y_rail cn_iparsys\"></div>\n</div> <div class=\"section\">\n                <div class=\"parbase cn_ad_placement\"><div id=\"boxAd1300x250_frame\" class=\"displayAd 300x250 displayAd300x250Js\"></div>\n    <script type=\"text/javascript\">\n        CN.dart.call('boxAd1', {sz:'300x250', kws:[\"top\"]});</script>\n\n    </div>\n</div> <div class=\"section\">\n                <div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_PROMOTOP\" class=\"global_promotop ecom-placement\">\n                        <div id=\"global_promotop\">\n            <img src=\"/etc/designs/ad/images/ecom/ARD_promo_top.gif\" usemap=\"#ypromotop\" alt=\"Subscribe to Architectural Digest magazine\">\n            <map name=\"ypromotop\" id=\"ypromotop\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" alt=\"Subscribe to Architectural Digest magazine\" title=\"Subscribe to Architectural Digest magazine\" coords=\"99,0,300,89\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafe_5&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" alt=\"Subscribe Now\" title=\"Subscribe Now\" coords=\"0,0,96,22\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafe_6&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/loc/ARD/ATGFailsafeGift\" alt=\"Give a gift\" title=\"Give a gift\" coords=\"0,22,96,43\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/loc/ARD/ATGFailsafeGift_1&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" alt=\"Renew your subscription\" title=\"Renew your subscription\" coords=\"0,44,96,66\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD_1&quot;;return this.s_oc?this.s_oc(e):true\">\n                <area href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" alt=\"Questions about your subscription\" title=\"Questions about your subscription\" coords=\"0,66,96,88\" target=\"_blank\" onclick=\"s_objectID=&quot;https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD_2&quot;;return this.s_oc?this.s_oc(e):true\">\n            </map>\n        </div></div>\n                \n</div>\n</div> <div class=\"section\">\n                <div class=\"cn_parsys parsys cn_features_container cn_componentContainer right-rail-connect-module\"><div class=\"title cn_title\"><h2 class=\"headline \">\n    CONNECT WITH <em>AD</em></h2>\n\n</div>\n<div class=\"parbase cn_sandbox\"><iframe class=\"sandbox\" name=\"sandbox_f8c807d2-eb34-4981-880d-749b59d13f2e\" src=\"/etc/designs/ad/sandbox/pages/ShareBar.html\" frameborder=\"0\" scrolling=\"no\" id=\"sandbox_f8c807d2-eb34-4981-880d-749b59d13f2e\" height=\"85\" width=\"300\" data-url=\"/etc/designs/ad/sandbox/pages/ShareBar.html\"></iframe>\n</div>\n</div>\n</div> <div class=\"section\">\n                <div class=\"cn_parsys right-rail-newsletter-module parsys cn_features_container cn_componentContainer stripe-background\"><div class=\"title cn_title\"><h2 class=\"headline \">\n    WHAT’S NEW?</h2>\n\n</div>\n<div class=\"cn_parsys cn_manual_feature parsys cn_componentContainer\"><section class=\"feature \"> <div class=\"parbase cn_newsletter\"><fieldset>\n        <div class=\"row\">\n<input type=\"hidden\" name=\"newsletter.230\" value=\"Y\" id=\"newsletter.230 />\n<label class=\"replace\" for=\"newsletter.230\"></label>\n            <div class=\"description\">\n                <h4>AD Monthly News</h4>\n                <p class=\"tip\">Sign up for our newsletter to get the latest in design and decorating, celebrity style, shopping, and more.</p>\n                </div>\n        </div>\n    </fieldset>\n\n</div>\n<div class=\"cn_parsys parsys cn_componentContainer cn_newsletter_feature_form_container\"><div class=\"newsletter-form collapse \" tabindex=\"1\">\n    <form name=\"newslettersForm\" action=\"/bin/user/newsletter\" method=\"post\" data-form-url=\"/bin/user/newsletter\">\n        <div class=\"newsletter-arrow-border\"></div>\n        <div class=\"newsletter-arrow\"></div>\n        <input name=\"toolkit.application\" value=\"newsletter\" type=\"hidden\" />\n        <input name=\"toolkit.applicationId\" value=\"\" type=\"hidden\" />\n        <input name=\"formName\" value=\"shortForm\" type=\"hidden\" />\n        <input name=\"errorView\" value=\"/services/newsletters/demographics\" type=\"hidden\" />\n        <input name=\"successView\" value=\"/video/promotion/jenn-air-video\" type=\"hidden\" />\n            <input name=\"partnerCode\" value=\"\" type=\"hidden\" />\n        <input name=\"sourceCode\" value=\"\" type=\"hidden\" /> <div class=\"parbase cn_newsletter\"><fieldset>\n        <div class=\"row\">\n<input type=\"hidden\" name=\"newsletter.230\" value=\"Y\" id=\"newsletter.230 />\n<label class=\"replace\" for=\"newsletter.230\"></label>\n            <div class=\"description\">\n                <h4>AD Monthly News</h4>\n                </div>\n        </div>\n    </fieldset>\n\n</div>\n<fieldset class=\"email\">\n            <div class=\"row submit\">\n                <label for=\"newsletter-email\" class=\"replace\">Enter your e-mail address</label>\n                <input name=\"email\" class=\"newsletter-email\" type=\"text\" value=\"Enter your e-mail address\" />\n                <button type=\"submit\" name=\"submit-newsletter\" class=\"submit-newsletter\">Submit</button>\n            </div>\n        </fieldset>\n    </form>\n</div>\n\n\n</div>\n</section>\n</div>\n</div>\n</div> </div>\n</aside>\n            </div>\n\n            <div id=\"bottom-rail\">\n                <div class=\"cn_parsys cn_iparsys par-bottom\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_iparsys par-bottom\"><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><div class=\"zergnet_div_22193\">\n    <div class=\"zergnet_title_22193\">\n        <h2 class=\"zergnet_headline_22193\">AROUND THE WEB</h2>\n    </div>\n    <div id=\"zergnet-widget-22193\"></div>\n    <div class=\"zergnet_footer\">Powered By ZergNet</div>\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement('script');\n            zergnet.type = 'text/javascript'; zergnet.async = true;\n            zergnet.src = 'http://www.zergnet.com/zerg.js?id=22193';\n            var znscr = document.getElementsByTagName('script')[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n</div></h2></div>\n</div><div class=\"section\"><div class=\"parbase cn_subheader\"><h2 class=\"subheader \"><style type=\"text/css\">\n.par-bottom .aa-3col-outbrain-footer {\n\tpadding-top:10px !important;\n}\n.par-bottom .blog-river-2 {\n\tpadding-top:10px !important;\n\tmargin-top:0px !important;\n\twidth:296px !important;\n}\n.par-bottom .blog-river-2 .cn_image figure.media {\n\twidth:296px;\n\tpadding:10px 0;\n}\n.par-bottom .blog-river-2 .search-result img {\n\tdisplay:none !important;\n}\n.par-bottom .blog-river-2 .cn_search_features {\n\tmargin-top:0px !important;\n}\n.cn_features_container.blog-river-2 .feature .headline, .cn_features_container.blog-river-2 .feature .headline a {\n\twidth: 296px !important;\n}\n.cn_features_container.blog-river-2 .cn_search_features .feature {\n\twidth: 296px !important;\n}\n</style></h2></div>\n</div><div class=\"section\"><div class=\"cn_parsys thumbnail-grid parsys cn_features_container cn_componentContainer\"><div class=\"title cn_title\"><h2 class=\"headline \">\n    More Stories</h2>\n\n</div>\n</div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys aa-3col-outbrain-footer count3-width33 cn_componentContainer cn_colctrl\"><div class=\"cols count3-width33\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"parbase cn_outbrain\"><div class=\"outbrain\">\n    <div class=\"OUTBRAIN\" data-src=\"http://www.architecturaldigest.com/video/promotion/jenn-air-video\" data-widget-id=\"AR_1\" data-ob-template=\"architecturaldigest\" ></div>\n</div>\n\n</div>\n<div class=\"parbase cn_veeseo\"><div class=\"veeseoRA2AW2\"></div>\n<div class=\"veeseoRA2AW3\"></div>\n</div>\n<div class=\"parbase cn_veeseo\"><div class=\"veeseoTAW\"></div>\n<div class=\"veeseoTAW1\"></div>\n</div>\n</div>\n</div>\n    <div class=\"col c2\">\n            <div class=\"cn_parsys par-col2\"><div class=\"cn_parsys blog-river-2 parsys cn_features_container cn_componentContainer\"><!-- Solr Debug Query Explain: N/A --><div class=\"parbase image image-center cn_image\"><figure class=\"media image-center\">\n    <a href=\"/blogs/daily\"> <img src=\"/_jcr_content/par/cn_contentwell/par-bottom/aa_3col_outbrain_foo/par-col2/cn_features_containe/cn_image.size.daily-ad-logo-h220-blue-new.png\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n</div>\n<div class=\"cn_search_features parbase\"><section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-31\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-31/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love01-02-2015-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-31\">What We’re Reading This Week—December 31, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-23\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-23/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love-12-23-01-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-23\">What We’re Reading This Week—December 23, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-19\"> <img src=\"/blogs/daily/2014/12/links-we-love-12-19/_jcr_content/cn_page_metadata/search.rendition.search-thumb.links-we-love-12-19-time-out-ny-h670-seaerch.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/links-we-love-12-19\">What We’re Reading This Week—December 19, 2014</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts\"> <img src=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts/_jcr_content/cn_page_metadata/search.rendition.search-thumb.on-the-block-12-18-01-paul-evans-cabinet-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/paul-evans-cityscape-cabinet-rago-arts\">On the Block: A Paul Evans Cabinet</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result odd\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18\"> <img src=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18/_jcr_content/cn_page_metadata/search.rendition.search-thumb.valentino-at-the-emperors-table-02-chateau-de-wideville-tablescape-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/top-pins-of-the-week-12-18\">A regal tablescape at Valentino’s French château, a rustic Rome studio, and an antiques-filled Manhattan foyer</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                <section class=\"feature search-result even\">\n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <figure class=\"media \">\n    <a href=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk\"> <img src=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk/_jcr_content/cn_page_metadata/search.rendition.search-thumb.nate-berkus-story-target-design-talk-01-h670-search.jpg\" alt=\"\" title=\"\"/></a> </figure>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <h2 class=\"headline \">\n    <a href=\"/blogs/daily/2014/12/nate-berkus-story-target-design-talk\">Nate Berkus Talks Design with Target and Story</a>\n    </h2>\n\n\n\n\n\n\n</section>\n                                </div>\n</div>\n</div>\n</div>\n    <div class=\"col c3\">\n            <div class=\"cn_parsys par-col3\"><div class=\"parbase image cn_image\"><figure class=\"media \">\n    <a href=\"http://www.questroyalfineart.com/publications\"> <img src=\"/_jcr_content/par/cn_contentwell/par-bottom/aa_3col_outbrain_foo/par-col3/cn_image.size.questroyal-promo-300x250.jpg\" alt=\"Questroyal\" title=\"Sponsored: Questroyal\"/></a> </figure>\n\n\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_parsys parsys cn_ecom_placement\"><div id=\"AMS_ARD_GLOBAL_EMBEDDEDFORM\" class=\"global_embeddedForm ecom-placement\">\n                        <a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\"><img src=\"/dam/images/subscribe/ARD_Footer_1000x252_ver2.gif\" alt=\"Subscribe to Architectural Digest! Save up to 65%\"/></a></div>\n                \n</div>\n</div></div>\n</div> </div>\n</div>\n        </div>\n    </div>\n</div>\n</section>\n<div class=\"cn_parsys parsys cn_componentContainer cn_site_footer\"><footer id=\"site-footer\">\n\n        <div class=\"cn_parsys cn_iparsys\"><div class=\"iparys_inherited\">\n            <div class=\"cn_parsys cn_iparsys\"><div class=\"section\"><div class=\"cn_parsys parsys cn_componentContainer count1 cn_colctrl\"><div class=\"cols count1\">\n    <div class=\"col c1\">\n            <div class=\"cn_parsys par-col1\"><div class=\"cn_dropdown parbase\"><div class=\"cn-dropdown cn-dropdown-standard\">\n    <h3 class=\"cn-dropdown-standard-header\">ARCHDIGEST.COM WORLDWIDE</h3><ul>\n                        <li><a href=\"http://www.adstyle.com.cn/\" target=\"Own\">\n                                China</a></li><li><a href=\"http://www.admagazine.fr/\" target=\"Own\">\n                                France</a></li><li><a href=\"http://www.ad-magazin.de/\" target=\"Own\">\n                                Germany</a></li><li><a href=\"http://www.admagazine.ru/\" target=\"Own\">\n                                Russia</a></li><li><a href=\"http://www.revistaad.es/\" target=\"Own\">\n                                Spain</a></li><li><a href=\"http://www.admexico.mx/\" target=\"Own\">\n                                Mexico</a></li><li><a href=\"http://www.admexico.mx/\" target=\"Own\">\n                                Latin America</a></li></ul>\n                </div>\n</div>\n<div class=\"parbase global-footer-section-1 cn_global_footer_text\"><div class=\"global-footer global-footer-section-1\">\n    <p>Connect with <i>AD:</i></p>\n<ul>\n<li><a target=\"_blank\" href=\"http://www.facebook.com/architecturaldigest\">FACEBOOK</a></li>\n<li><a target=\"_blank\" href=\"http://www.pinterest.com/archdigest\">PINTEREST</a></li>\n<li><a target=\"_blank\" href=\"http://twitter.com/archdigest\">TWITTER</a></li>\n<li><a target=\"_blank\" href=\"http://archdigest.tumblr.com/\">TUMBLR</a></li>\n<li><a target=\"_blank\" href=\"http://www.instagram.com/archdigest\">INSTAGRAM</a></li>\n<li><a href=\"http://www.youtube.com/user/ArchitecturalDigest\" target=\"_blank\">YOUTUBE</a></li>\n</ul></div>\n\n</div>\n</div>\n</div>\n    </div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_dropdown parbase\"><div class=\"cn-dropdown cn-dropdown-standard\">\n    <h3 class=\"cn-dropdown-standard-header\">View our sister sites</h3><ul>\n                        <li><a href=\"http://www.allure.com\" target=\"Own\">\n                                Allure</a></li><li><a href=\"http://www.architecturaldigest.com\" target=\"Own\">\n                                Architectural Digest</a></li><li><a href=\"http://www.arstechnica.com\" target=\"Own\">\n                                Ars Technica</a></li><li><a href=\"http://www.bonappetit.com\" target=\"Own\">\n                                Bon Appétit</a></li><li><a href=\"http://www.brides.com\" target=\"Own\">\n                                Brides.com</a></li><li><a href=\"http://www.cntraveler.com\" target=\"Own\">\n                                Condé Nast Traveler</a></li><li><a href=\"http://www.concierge.com\" target=\"Own\">\n                                Concierge</a></li><li><a href=\"http://www.details.com\" target=\"Own\">\n                                Details</a></li><li><a href=\"http://www.epicurious.com\" target=\"Own\">\n                                Epicurious</a></li><li><a href=\"http://www.glamour.com\" target=\"Own\">\n                                Glamour</a></li><li><a href=\"http://www.golfdigest.com\" target=\"Own\">\n                                Golf Digest</a></li><li><a href=\"http://www.golfworld.com\" target=\"Own\">\n                                Golf World</a></li><li><a href=\"http://www.gq.com\" target=\"Own\">\n                                GQ</a></li><li><a href=\"http://www.hotelchatter.com\" target=\"Own\">\n                                Hotel Chatter</a></li><li><a href=\"http://www.jaunted.com\" target=\"Own\">\n                                Jaunted</a></li><li><a href=\"http://www.luckymag.com\" target=\"Own\">\n                                Lucky</a></li><li><a href=\"http://www.nutritiondata.com\" target=\"Own\">\n                                Nutritiondata</a></li><li><a href=\"http://www.reddit.com\" target=\"Own\">\n                                Reddit</a></li><li><a href=\"http://www.self.com\" target=\"Own\">\n                                SELF</a></li><li><a href=\"http://www.style.com\" target=\"Own\">\n                                Style.com</a></li><li><a href=\"http://www.teenvogue.com\" target=\"Own\">\n                                Teen Vogue</a></li><li><a href=\"http://www.newyorker.com\" target=\"Own\">\n                                The New Yorker</a></li><li><a href=\"http://www.thescene.com\" target=\"Own\">\n                                The Scene</a></li><li><a href=\"http://www.vanityfair.com\" target=\"Own\">\n                                Vanity Fair</a></li><li><a href=\"http://www.vegaschatter.com\" target=\"Own\">\n                                Vegas Chatter</a></li><li><a href=\"http://www.vogue.com\" target=\"Own\">\n                                Vogue</a></li><li><a href=\"http://www.wmagazine.com\" target=\"Own\">\n                                W</a></li><li><a href=\"http://www.wired.com\" target=\"Own\">\n                                Wired</a></li></ul>\n                </div>\n</div>\n</div><div class=\"section\"><div class=\"parbase global-footer-section-2 cn_global_footer_text\"><div class=\"global-footer global-footer-section-2\">\n    <ul>\n<li><a target=\"_blank\" href=\"http://www.condenaststore.com/\">Condé Nast Store</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/reprints-permissions\">Reprint/Permissions</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/brands/architectural-digest/media-kit\"><span style=\"padding-right: 1px;\"><i>Architectural Digest</i></span> Media Kit</a></li>\n</ul></div>\n\n</div>\n</div><div class=\"section\"><div class=\"global-footer-section-3 parbase cn_global_footer_text\"><div class=\"global-footer global-footer-section-3\">\n    <ul>\n<li><a href=\"/services/sitemap\">Site Map</a></li>\n<li><a href=\"/contact\">Contact <i>AD</i></a></li>\n<li><a href=\"/services/newsletters/demographics\">Newsletter Sign Up</a></li>\n<li><a href=\"/magazine/press-center\">Press Center</a></li>\n<li id=\"AMS_ARD_SITE_FOOTER_SUBSCRIBE\"><a href=\"https://w1.buysub.com/loc/ARD/ATGFailsafe\" target=\"_blank\">Subscribe</a></li>\n<li><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=ARD\" target=\"_blank\">Customer Service</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/brands/architectural-digest\">Advertising</a></li>\n<li><a target=\"_blank\" href=\"http://www.condenast.com/careers\">Conde Nast Careers</a></li>\n</ul></div>\n\n\n</div>\n</div><div class=\"section\"><div class=\"parbase global-footer-copyright cn_global_footer_text\"><div class=\"global-footer global-footer-copyright\">\n    <p>© 2014 Condé Nast. All rights reserved<br>\nUse of this Site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (effective 1/2/2014)<br>\n<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a><br>\nThe material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.<br>\n<a class=\"ad_choices\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a></p></div>\n\n</div>\n</div><div class=\"section\"><div class=\"parbase image image-center cn_image\"><figure class=\"media image-center\">\n    <a href=\"http://www.condenast.com/\" target=\"_blank\"> <img src=\"/_jcr_content/cn_site_footer/global_footer/cn_image.size.condenast-footer-logo.png\" alt=\"Condé Nast\" title=\"\"/></a> </figure>\n\n\n\n</div>\n</div><div class=\"section\"><div class=\"cn_script_include parbase\"><script type=\"text/javascript\" src=\"//js.revsci.net/gateway/gw.js?csid=F09828&auto=t&bpid=condenast\"></script>\n</div>\n</div><div class=\"section\"><div class=\"cn_script_include parbase\"><script type=\"text/javascript\" src=\"http://rce.veeseo.com/widgets/architecturaldigest.com/widget.js\"></script>\n</div>\n</div></div>\n</div> </div>\n</footer>\n\n</div>\n</div>\n\n    <script type=\"text/javascript\">\n    CN.labjsBrightcove = $LAB.script(function(){\n        return jQuery('.cn_brightcove_video').length ? \"http://admin.brightcove.com/js/BrightcoveExperiences.js\" : null;\n    })\n    .script(function(){\n        return jQuery('.cn_brightcove_video').length ? \"http://admin.brightcove.com/js/APIModules_all.js\" : null;\n    });\n</script>\n\n<script type=\"text/javascript\">\n    \n            CN.labjsEcom.wait(function() {\n                if (CN.url.params('nojoy') != 1) {\n                    (function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_POPUP_FLOATINGAD !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_POPUP_FLOATINGAD\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_POPUP_FLOATINGAD\").html(pageAds.AMS_ARD_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_POPUP_FLOATINGAD' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_POPUP_FLOATINGAD').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_POPUP_FLOATINGAD);\n                    jQuery('#AMS_ARD_POPUP_FLOATINGAD').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_NAVBAR_ROLLOVER' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_NAVBAR_ROLLOVER);\n                    jQuery('#AMS_ARD_GLOBAL_NAVBAR_ROLLOVER').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_PROMOTOP !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_PROMOTOP\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_PROMOTOP\").html(pageAds.AMS_ARD_GLOBAL_PROMOTOP.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_PROMOTOP' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_PROMOTOP').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_PROMOTOP);\n                    jQuery('#AMS_ARD_GLOBAL_PROMOTOP').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_GLOBAL_EMBEDDEDFORM\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_GLOBAL_EMBEDDEDFORM\").html(pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_GLOBAL_EMBEDDEDFORM' === 'AMS_ARD_') {\n                if (jQuery('#AMS_ARD_GLOBAL_EMBEDDEDFORM').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_GLOBAL_EMBEDDEDFORM);\n                    jQuery('#AMS_ARD_GLOBAL_EMBEDDEDFORM').hide();\n                }\n    }\n})(window.pageAds);\n(function(pageAds){\n    var\n        div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE !== 'undefined')) {\n        div = document.getElementById(\"AMS_ARD_SITE_FOOTER_SUBSCRIBE\");\n\n        if (div !== null) {\n            div.innerHTML = \"\";\n\n            jQuery(\"#AMS_ARD_SITE_FOOTER_SUBSCRIBE\").html(pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE.replace(/document.write\\(.*\\)/gi,\"/*filtered out because of document.write(...)*/\"));\n        }\n    }\n    if ('AMS_ARD_SITE_FOOTER_SUBSCRIBE' === '') {\n                if (jQuery('#AMS_ARD_SITE_FOOTER_SUBSCRIBE').length > 0) {\n                    jQuery('#mag_subnav_subscribe').parent().html(pageAds.AMS_ARD_SITE_FOOTER_SUBSCRIBE);\n                    jQuery('#AMS_ARD_SITE_FOOTER_SUBSCRIBE').hide();\n                }\n    }\n})(window.pageAds);\n                }\n                CN.ecom.show();\n            });\n            setTimeout(CN.ecom.show, 10 * 1000);\n        </script>\n<script type=\"text/javascript\">\n/* CONFIGURATION\n * For objects, components, and features that require configuration before invocation.\n * This will be dumped into a script element just before the inclusion of cn.bottom\n*/</script>\n\n<script type=\"text/javascript\" src=\"/etc/designs/ad/js/groupings/bottom.309.js\"></script>\n<script type=\"text/javascript\">\n\nCN.features.render({\n    features : (function() {\n        var\n            i,\n            feature = null,\n            render = [],\n            featuresOnPage = \"thumbnailgrid sandbox  stripebackground thumbnailgrid  blogriver2\".replace(/\\s{2,}/g, ' ').split(' '),\n            len = featuresOnPage.length,\n            cssClass;\n\n        featuresOnPage = jQuery.grep(featuresOnPage,function(el,idx){\n            return jQuery.inArray(el, featuresOnPage) === idx;\n        });\n        for(i = 0; i < len; i++){\n            cssClass = featuresOnPage[i];\n            if (CN.features.types.hasOwnProperty(cssClass)) {\n                render.push(cssClass);\n            }\n        }\n        return render;\n    }())\n});\n\n/* INITIALIZATION\n * Call init and render functions here, or attach DOM.ready handlers.\n * (You can also call Stowe's momma here, too.)\n*/\n\n        // CN Share Facebook Like\n        CN.facebook.init();\n\n        // CN Twitter\n        CN.twitter.init();\n\n        // CN Newsletter\n        CN.newsletter.render();\n    $LAB.script(\"http://widgets.outbrain.com/outbrain.js\");\n    CN.dropdown.init();\nCN.features.sandbox.render();\n</script>\n\n<script type=\"text/javascript\">\n jQuery(document).ready(function () {\n     if(typeof CN.popups !== 'undefined' && !CN.popups.isExecuted()){\n         CN.popups.setArriving(true).setExiting(false).setLayer(true).setForceLayer(false).setCookieLife(24).setPopDelay(3).init();\n     }\n });\n </script>\n <script>\n        CN.labjsEventTracker = $LAB.script(\"http://event.architecturaldigest.com/js/eventTracker.js\");\n    </script>\n<div id=\"eventListHolder\" style=\"display:none;\"></div>\n<script type=\"text/javascript\">\n    CN.labjsEventTracker.wait(function(){\n        var\n            i   = 0,\n            ns  = CN,\n            len = 0,\n            absoluteUrl    = false,\n            trackingUrl    = \"/services/lookup/2b992b29-8f90-4385-beef-660425be7c82\",\n            allowedDomains = [],\n            domain         = location.protocol + \"//\" + location.host;\n\n        if (CN.site && CN.site.allowedDomains) {\n            allowedDomains = CN.site.allowedDomains.split(\",\");\n            len            = allowedDomains.length\n        }\n\n        for(; i < len; i++) {\n            if (domain.indexOf(allowedDomains[i]) >= 0) {\n                absoluteUrl = true;\n            }\n        }\n\n        if (absoluteUrl) {\n\n            trackingUrl = domain + trackingUrl;\n            ns.site     = ns.site || {};\n\n            ns.site.eventTrackingList   = new EventList(\"eventListHolder\");\n            ns.site.eventTrackingList.setBaseUrl(\"http://event.architecturaldigest.com/\");\n            ns.site.eventTrackingEvent  = new EventObject(\"ARD\", \"most_viewed\");\n            ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n\n            if (CN.site.pageId && CN.site.pageId !== \"null\") {\n                ns.site.eventTrackingEvent.setContentId(CN.site.pageId);\n            }\n\n            ns.site.eventTrackingEvent.setFullUrl(trackingUrl);\n            ns.site.eventTrackingEvent.setContentTitle(CN.utils.trim(\"Video Promotion: Jenn-Air Presnts Westedge 2014 - Best in Show\"));\n\n            \n                ns.site.eventTrackingEvent.setProperty(\"pd\",\"2014/12/19 00:00:00\");\n            \n\n            ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n            ns.site.eventTrackingList.writeImageTags();\n        }\n    });\n</script>\n<div id=\"stats\">\n        <div class=\"clickstreamcloud\">\n<script type=\"text/javascript\" src=\"/etc/clientlibs/foundation/librarymanager.js\"></script>\n<script type=\"text/javascript\">\nCQClientLibraryManager.write([{\"p\":\"/etc/clientlibs/foundation/shared.js\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib.js\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib/themes/default.css\",\"c\":[]},{\"p\":\"/libs/cq/personalization/clientlib/ie6/themes/default.css\",\"c\":[\"ie6\"]}],false);\n</script>\n<script type=\"text/javascript\" src=\"/etc/segmentation.segment.js\"></script>\n\n<script type=\"text/javascript\">\nCQ_Analytics.PageDataMgr.addInitProperty('sitesection', 'video');\nCQ_Analytics.PageDataMgr.addInitProperty('url', 'http://www.architecturaldigest.com/video/promotion/jenn-air-video');\nCQ_Analytics.PageDataMgr.addInitProperty('urlType', 'standard');\n</script>\n\n<div id=\"clickstreamcloud-gui\"></div></div>\n<div class=\"analytics\">\n\n<!-- SiteCatalyst code version: H.23.3.\nCopyright 1996-2011 Adobe, Inc. All Rights Reserved\nMore info available at http://www.omniture.com -->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"/_jcr_content/analytics.sitecatalyst.js\"></script>\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\n/* You may give each page an identifying name, server, and channel on\nthe next lines. */\nCQ_Analytics.Sitecatalyst.updateEvars = function() {\n    // user defined mappings\n     \n}\n\nCQ_Analytics.ClickstreamcloudMgr.addListener(\"storesloaded\", function(e) {\n    // set page name\n    s.pageName=\"video:promotion:jenn-air-video\";\n    // collect component events\n    CQ_Analytics.Sitecatalyst.collect();\n    // base mappings\n    CQ_Analytics.Sitecatalyst.getBaseMappings();    \n    // set basic variables\n    \n    // update \n    CQ_Analytics.Sitecatalyst.updateEvars();\n    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n    var s_code=s.t();if(s_code)document.write(s_code)\n});\n\n//--></script>\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n//--></script>\n\n<noscript><img src=\"http://stats2.architecturaldigest.com/b/ss/conde-architecturaldigest/1/H.23.3--NS/1420285614171?cdp=0&gn=video%3Apromotion%3Ajenn-air-video\" height=\"1\" width=\"1\" border=\"0\" alt=\"\"/></noscript>\n<!-- End SiteCatalyst code version: H.23.3. -->\n\n</div>\n</div>\n<!--<cn:pi>a:BC5H78</cn:pi>-->\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/avclub.com1.html",
    "content": "<!DOCTYPE html>\n<html>\n    <head>\n        <script src=\"//cdn.optimizely.com/js/742480062.js\"></script>\n        \n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n        <meta name=\"description\" content=\"\">\n        <meta name=\"keywords\" content=\"\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, target-densitydpi=device-dpi\" />\n        <!-- Facebook/Twitter Default Tags -->\n        <meta property=\"fb:app_id\" content=\"130164583741660\"/>\n        <meta name=\"twitter:site\" content=\"@TheAVClub\">\n        \n\n        \n<meta property=\"og:title\" content=\"The best film scenes of 2014\"/>\n<meta property=\"og:url\" content=\"http://www.avclub.com/article/best-film-scenes-2014-212903\"/>\n\n<meta property=\"og:image\" content=\"http://i.onionstatic.com/avclub/5293/75/16x9/1200.jpg\"/>\n\n\n<meta property=\"og:description\" content=\"Great scenes, like great movies, adhere to no single formula. Some of them work only in relation to the moments that occur before and/or after them. Others play like miniature movies themselves, their appeal independent of the feature-length films that house them. What all great scenes have in commo\"/>\n\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/theavclub\"/>\n<meta property=\"article:published_time\" content=\"2014-12-16T00:00:00-06:00\"/>\n\n\n        \n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:title\" content=\"The best film scenes of 2014\">\n<meta name=\"twitter:description\" content=\"\">\n\n<meta property=\"twitter:image\" content=\"http://i.onionstatic.com/avclub/5293/75/16x9/1200.jpg\"/>\n\n\n\n        <title>The best film scenes of 2014 &middot; Best of  &middot; The A.V. Club</title>\n\n        \n        <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css\" rel=\"stylesheet\"/>\n        <link href=\"http://assets.onionstatic.com/avclub/css/avclub.main.1e85298668e7.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link href=\"http://assets.onionstatic.com/avclub/css/avclub.video.b71aa1e9be32.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link href='//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'/>\n        <link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,800,700' rel='stylesheet' type='text/css'/>\n        <link rel=\"shortcut icon\" href=\"http://assets.onionstatic.com/avclub/img/favicons/favicon.ico\" type=\"image/x-icon\" />\n        <link rel=\"apple-touch-icon\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-57x57.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-72x72.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-76x76.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-114x114.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-120x120.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-144x144.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-152x152.png\" />\n\n        \n        \n        <script>\n            var STATIC_URL = \"http://assets.onionstatic.com/avclub/\";\n            var BETTY_IMAGE_URL = \"//i.onionstatic.com/avclub\";\n        </script>\n        <script src=\"//i.onionstatic.com/avclub/image.js\"></script>\n        <!--[if lte IE 8]>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/js/vendor/ie-polyfills.js\"></script>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/bower/respond/src/respond.js\"></script>\n\n            <link href=\"http://assets.onionstatic.com/avclub/bower/respond/cross-domain/respond-proxy.html\" id=\"respond-proxy\" rel=\"respond-proxy\" />\n            <link href=\"/static/bower/respond/cross-domain/respond.proxy.gif\" id=\"respond-redirect\" rel=\"respond-redirect\" />\n            <script src=\"/static/bower/respond/cross-domain/respond.proxy.js\"></script>\n\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.onionstatic.com/avclub/core/css/ie8.css\"></link>\n        <![endif]-->\n\n        <!--[if IE 9]>\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.onionstatic.com/avclub/core/css/ie9.css\"></link>\n        <![endif]-->\n\n        <!--[if IE]>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/bower/base64/base64.js\"></script>\n        <![endif]-->\n\n        \n        <script>var targeting={\"dfp_pagetype\": \"article\", \"dfp_feature\": \"best-of\", \"dfp_slug\": \"best-film-scenes-2014\", \"dfp_site\": \"newavclub\", \"dfp_section\": \"film\", \"dfp_contentid\": 212903};</script>\n\n        \n<script type=\"application/ld+json\">\n  {\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"The best film scenes of 2014\",\n    \"url\": \"http://www.avclub.com/article/best-film-scenes-2014-212903\",\n    \"thumbnailUrl\": \"http://i.onionstatic.com/avclub/5293/75/16x9/1200.jpg\",\n    \"dateCreated\": \"2014-12-16T00:00:00-06:00\",\n    \"articleSection\": \"Best of\",\n    \"creator\": {\n        \n            \"@type\": \"Person\",\n            \"name\": \"Mike D&#39;Angelo\",\n            \"sameAs\": \"http://www.avclub.com/author/Mike D&#39;Angelo/\"\n        \n    },\n    \"keywords\": [\"Dom Hemingway\", \"In Bloom\", \"Need For Speed\", \"Godzilla\", \"Begin Again\", \"Noah\", \"Willow Creek\", \"Nymphomaniac\", \"Under The Skin\", \"John Wick\", \"X-Men: Days Of Future Past\", \"22 Jump Street\", \"Pompeii\", \"God Help The Girl\", \"Snowpiercer\", \"Whiplash\", \"The Skeleton Twins\", \"The Rover\", \"Best Of 2014\", \"Interstellar\", \"Foxcatcher\", \"Force Majeure\", \"Gone Girl\", \"Film\"]\n  }\n</script>\n\n        \n<script>\n    __reach_config = {\n      pid: \"544948b8e79548c37a00016e\",\n      title: \"The best film scenes of 2014\",\n      url: \"http://www.avclub.com/article/best-film-scenes-2014-212903\",\n      date: \"2014-12-16T00:00:00-06:00\",\n      authors: [\"Mike D&#39;Angelo\",\"A.A. Dowd\",\"Jesse Hassenger\",\"Nick Schager\",\"Ignatiy Vishnevetsky\"],\n      channels: [\"best-of\"],\n      tags: [\"Dom Hemingway\",\"In Bloom\",\"Need For Speed\",\"Godzilla\",\"Begin Again\",\"Noah\",\"Willow Creek\",\"Nymphomaniac\",\"Under The Skin\",\"John Wick\",\"X-Men: Days Of Future Past\",\"22 Jump Street\",\"Pompeii\",\"God Help The Girl\",\"Snowpiercer\",\"Whiplash\",\"The Skeleton Twins\",\"The Rover\",\"Best Of 2014\",\"Interstellar\",\"Foxcatcher\",\"Force Majeure\",\"Gone Girl\",\"Film\"],\n      iframe: true,\n      ignore_errors: false\n    };\n</script>\n\n<script>\n    window._newsroom = window._newsroom || [];\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'),\n    document.getElementsByTagName('script')[0], '//c2.taboola.com/nr/theonion-avclub/newsroom.js');\n</script>\n\n\n        <script type=\"text/javascript\">\n          var heap=heap||[];heap.load=function(a){window._heapid=a;var b=document.createElement(\"script\");b.type=\"text/javascript\",b.async=!0,b.src=(\"https:\"===document.location.protocol?\"https:\":\"http:\")+\"//cdn.heapanalytics.com/js/heap.js\";var c=document.getElementsByTagName(\"script\")[0];c.parentNode.insertBefore(b,c);var d=function(a){return function(){heap.push([a].concat(Array.prototype.slice.call(arguments,0)))}},e=[\"identify\",\"track\"];for(var f=0;f<e.length;f++)heap[e[f]]=d(e[f])};\n          heap.load(\"440601183\");\n        </script>\n        <script type=\"text/javascript\">\n            window._taboola = window._taboola || [];\n\n            if (targeting.dfp_pagetype && targeting.dfp_pagetype.indexOf(\"video\") > -1) {\n                _taboola.push({video:'auto'});\n            } else {\n                _taboola.push({article:'auto'});\n            }\n\n            !function (e, f, u) {\n                e.async = 1;\n                e.src = u;\n                f.parentNode.insertBefore(e, f);\n            }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/theonion-avclub/loader.js');\n        </script>\n    </head>\n    <body name=\"top\" class=\" article-detail film type-coverstory\">\n        \n    \n        <div id=\"dfp-ad-stunt\"\n        data-slotname=\"stunt\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        style=\"width:1px;height:1px;\"\n        data-viewports=\"small,medium,large\"></div>\n    \n\n\n        \n    <div class=\"advertisement top-banner\">\n        \n            <div id=\"dfp-ad-header\"\n            data-slotname=\"header\"\n            class=\"dfp-ad ad-zone\"\n            data-viewports=\"medium,large\"></div>\n        \n    </div>\n\n\n        \n<div class=\"header-container scrolled-up\">\n    \n<header id=\"primary\" class=\"compact wrapper clearfix\" data-ct_section_name=\":nav\">\n\n\n    <h1 class=\"title\">\n        <a href=\"/\">\n            <img src=\"http://assets.onionstatic.com/avclub/img/avclub-logo.png\" title=\"A.V. Club\" />\n        </a>\n    </h1>\n    <div class=\"toolbar\">\n\n        <div class=\"site-nav\">\n            <a href=\"#\" class=\"dropdown-trigger toolbar-button\" data-target=\"#main-nav\" data-ct_href=\"burger\">\n                <i class=\"icon fa fa-bars\"></i>\n            </a>\n        </div>\n\n        <nav class=\"verticals\">\n           <ul class=\"unstyled inline\">\n            <li><a class=\"film badge\" href=\"/film/\">Film</a></li>\n<li><a class=\"tv badge\" href=\"/tv/\">TV Club</a></li>\n<li><a class=\"music badge\" href=\"/music/\">Music</a></li>\n<li><a class=\"comedy badge\" href=\"/comedy/\">Comedy</a></li>\n<li><a class=\"books badge\" href=\"/books/\">Books</a></li>\n<li><a class=\"games badge\" href=\"/games/\">Games</a></li>\n<li><a class=\"aux badge\" href=\"/aux/\">Aux</a></li>\n            <li class=\"more\">\n                <a class=\"dropdown-trigger  badge other\" href=\"#\" data-target=\"#main-nav\" data-ct_href=\"more\">\n                More <i class=\"icon fa fa-caret-down\"></i></a></li>\n            </ul>\n        </nav>\n\n        \n        \n        <div class=\"current-article\">\n            <div class=\"progress-bar\"></div>\n            The best film scenes of 2014\n        </div>\n        \n\n        <div class=\"options\">\n\n             \n            <div class=\"cell comments scroll-down\">\n                <a href=\"/article/best-film-scenes-2014-212903#comments\" class=\"toolbar-button scroll-down\" data-ct_href=\"toComments\">\n                    <i class=\"icon fa fa-comments\"></i>\n                </a>\n            </div>\n            <div class=\"cell social\">\n                <span>Share</span>\n                <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n                    <i class=\"icon fa fa-facebook\"></i>\n                </a>\n                <a href=\"https://twitter.com/share?text=The best film scenes of 2014&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n                    <i class=\"icon fa fa-twitter\"></i>\n                </a>\n            </div>\n            \n\n            <div class=\"cell user\">\n                <a class=\"toolbar-button login-icon\" data-ct_href=\"login\">\n                    <i class=\"icon fa fa-user\"></i>\n                    <i class=\"icon fa fa-gear\"></i>\n                </a>\n                <div id=\"settings-menu\" class=\"dropdown\"></div>\n            </div>\n\n            <div class=\"cell site-search\">\n                <form action=\"/search/\">\n                    <a href=\"#\" class=\"trigger toolbar-button\" data-ct_href=\"search\"><i class=\"icon fa fa-search\"></i></a>\n                    <div class=\"flyout\" id=\"search-flyout\">\n                        <input \n                            autocomplete=\"off\"\n                            type=\"text\"\n                            name=\"q\"\n                            placeholder=\"Search...\" />\n                        <div id=\"search-results\"></div>\n                    </div>\n                </form>\n            </div>\n\n        </div>\n    </div>\n</header>\n<script>\n/* prevent flash of compact. needs a bit of reworking */\nif (window.innerWidth > 768) {\n    document.getElementById(\"primary\").setAttribute(\"class\", \"fullsize wrapper clearfix\");\n}\n</script>\n\n<div id=\"expanded-nav\" class=\"dropdown stacked\" data-ct_section_name=\":nav:more\">\n\t<div id=\"mobile-nav\">\n\t\t<div id=\"actions\">\n            <a href=\"#\" class=\"close\"><i class=\"icon fa fa-times\"></i></a>\n            <a href=\"/users/me/settings/\" class=\"login-icon\">\n                <i class=\"icon fa fa-user\"></i>\n                <i class=\"icon fa fa-gear\"></i>\n            </a>\n        </div>\n\t\t<ul class=\"unstyled\">\n\t\t\t<li><a href=\"/film/\" class=\"type-link film\">\n\t\t\t\tFilm</a></li>\n\t\t\t<li><a href=\"/tv/\" class=\"type-link tv-club\">\n\t\t\t\tTV Club</a></li>\n\t\t\t<li><a href=\"/music/\" class=\"type-link music\">\n\t\t\t\tMusic</a></li>\n\t\t\t<li><a href=\"/comedy/\" class=\"type-link comedy\">\n\t\t\t\tComedy</a></li>\n\t\t\t<li><a href=\"/books/\" class=\"type-link books\">\n\t\t\t\tBooks</a></li>\n\t\t\t<li><a href=\"/games/\" class=\"type-link games\">\n\t\t\t\tGames</a></li>\n\t\t\t<li><a href=\"/aux/\" class=\"type-link aux\">\n\t\t\t\tAux</a></li>\n\t\t\t<li><a href=\"/features/newswire/\" class=\"secondary\">\n\t\t\t\tNewswire</a></li>\n\t\t\t<li><a href=\"/search?types=review_reviews\" class=\"secondary\">\n\t\t\t\tReviews</a></li>\n\t\t\t<li><a href=\"/search?types=core_video\" class=\"secondary\">\n\t\t\t\tVideo</a></li>\n\t\t\t<li><a href=\"/features/great-job-internet/\" class=\"secondary\">\n\t\t\t\tGreat Job, Internet!</a></li>\n\t\t</ul>\n\t</div>\n\t<div class=\"overlay\" style=\"display: none;\"></div>\n\t<div class=\"wrapper\">\n\t\t<nav class=\"verticals\">\n\t\t\t<ul class=\"unstyled\">\n\t\t\t\t<li><a class=\"film type-link\" href=\"/film/\">Film</a></li>\n<li><a class=\"tv type-link\" href=\"/tv/\">TV Club</a></li>\n<li><a class=\"music type-link\" href=\"/music/\">Music</a></li>\n<li><a class=\"comedy type-link\" href=\"/comedy/\">Comedy</a></li>\n<li><a class=\"books type-link\" href=\"/books/\">Books</a></li>\n<li><a class=\"games type-link\" href=\"/games/\">Games</a></li>\n<li><a class=\"aux type-link\" href=\"/aux/\">Aux</a></li>\n\t\t\t</ul>\n\t\t</nav>\n\t\t<div id=\"latest-slides\">\n\t\t\n\t\t<nav class=\"content-types tab-navigator\">\n    <ul>\n        \n        <li><a href=\"#latestin-newswire\"  data-ct_href=\"newswire\"><span>Newswire</span></a></li>\n        \n        <li><a href=\"#latestin-features\"  data-ct_href=\"features\"><span>Features</span></a></li>\n        \n        <li><a href=\"#latestin-reviews\"  data-ct_href=\"reviews\"><span>Reviews</span></a></li>\n        \n        <li><a href=\"#latestin-videos\"  data-ct_href=\"videos\"><span>Videos</span></a></li>\n        \n        <li><a href=\"#latestin-gji\"  data-ct_href=\"gji\"><span>Great Job, Internet!</span></a></li>\n        \n    </ul>\n</nav>\n<section class=\"latest-in tab-content\" data-ct_section_name=\":content\">\n    \n    <div id=\"latestin-newswire\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/features/newswire/\">\n                The Latest From Newswire</a></h1>\n        \n        \n<article class=\"item  how-i-met-your-mother\" id=\"213386\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/rip-edward-herrmann-star-gilmore-girls-and-lost-bo-213386\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530457\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/57/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/rip-edward-herrmann-star-gilmore-girls-and-lost-bo-213386\" title=\"R.I.P. Edward Herrmann, star of Gilmore Girls and The Lost Boys, portrayer of F.D.R. \">\n\t\tR.I.P. Edward Herrmann, star of <i>Gilmore Girls</i> and <i>The Lost Boys</i>, portrayer of F.D.R. \n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213382\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/paul-feig-says-his-ghostbusters-movie-will-be-scar-213382\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530452\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/52/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/paul-feig-says-his-ghostbusters-movie-will-be-scar-213382\" title=\"Paul Feig says his Ghostbusters movie will be “scarier than the original”\">\n\t\tPaul Feig says his <i>Ghostbusters</i> movie will be “scarier than the original”\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-features\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=core_article\">\n                The Latest From Features</a></h1>\n        \n        \n<article class=\"item  tv\" id=\"213383\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/brad-meltzers-lost-history-finds-history-213383\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530460\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/60/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/brad-meltzers-lost-history-finds-history-213383\" title=\"Brad Meltzer’s Lost History finds history\">\n\t\t<i>Brad Meltzer’s Lost History</i> finds history\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  aux\" id=\"213385\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/routine-maintenance-213385\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530456\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/56/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/routine-maintenance-213385\" title=\"Routine maintenance\">\n\t\tRoutine maintenance\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-reviews\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=reviews_review\">\n                The Latest From Reviews</a></h1>\n        \n        \n<article class=\"item  film\" id=\"213391\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/review/zombie-franchise-returns-form-rec-4-apocalypse-213391\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530471\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/71/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n        \n<div class=\"grade letter color-me  film\">B</div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/review/zombie-franchise-returns-form-rec-4-apocalypse-213391\" title=\"A zombie franchise returns to form with [REC] 4: Apocalypse\">\n\t\tA zombie franchise returns to form with<i> [REC] 4: Apocalypse</i>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213331\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/review/tsui-hark-transforms-maoist-chestnut-taking-tiger--213331\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530374\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5303/74/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n        \n<div class=\"grade letter color-me  film\">B-</div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/review/tsui-hark-transforms-maoist-chestnut-taking-tiger--213331\" title=\"Tsui Hark transforms a Maoist chestnut into The Taking Of Tiger Mountain 3D\">\n\t\tTsui Hark transforms a Maoist chestnut into <i>The Taking Of Tiger Mountain 3D</i>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-videos\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=core_video\">\n                The Latest From Videos</a></h1>\n        \n        \n<article class=\"item  music\" id=\"213262\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/video/it-over-it-covers-assassination-x-mas-eve-213262\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530181\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5301/81/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/video/it-over-it-covers-assassination-x-mas-eve-213262\" title=\"Into It. Over It. covers “Assassination On X-Mas Eve”\">\n\t\tInto It. Over It. covers “Assassination On X-Mas Eve”<span class=\"bug\"><span>&nbsp;</span><i class=\"icon fa fa-video-camera\"></i></span>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  aux\" id=\"213252\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/video/year-swag-2014-video-showcase-part-2-213252\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530178\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5301/78/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/video/year-swag-2014-video-showcase-part-2-213252\" title=\"The year in swag 2014: A video showcase, part 2\">\n\t\tThe year in swag 2014: A video showcase, part 2<span class=\"bug\"><span>&nbsp;</span><i class=\"icon fa fa-video-camera\"></i></span>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-gji\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/features/great-job-internet/\">\n                The Latest From Great Job, Internet!</a></h1>\n        \n        \n<article class=\"item  film\" id=\"213343\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/patrick-stewart-remains-adorable-cant-stop-laughin-213343\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530409\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/09/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/patrick-stewart-remains-adorable-cant-stop-laughin-213343\" title=\"Patrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\">\n\t\tPatrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213294\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/epic-fan-made-marvel-vs-dc-trailer-pairs-explosion-213294\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530262\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5302/62/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/epic-fan-made-marvel-vs-dc-trailer-pairs-explosion-213294\" title=\"Epic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\">\n\t\tEpic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n</section>\n\t\t\n\t\t</div>\n\t\t<nav class=\"meta\" id=\"h-colophon\">\n\t\t\t<ul data-ct_section_name=\":links\">\n\t\t\t\t<li><a href=\"/search\">All Recent</a></li>\n\t\t\t\t<li><a href=\"/features/\">Feature Jump</a></li>\n\t\t\t\t<li><a href=\"/features/coming-distractions/\">Coming Distractions</a></li>\n\t\t\t\t<li><a href=\"/features/savage-love/\">Savage Love</a></li>\n\t\t\t</ul>\n\t\t\t<ul data-ct_section_name=\":social\">\n\t\t\t\t<li><a href=\"http://www.facebook.com/theavclub\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-facebook fa\"></i> Facebook</a></li>\n\t\t\t\t<li><a href=\"http://twitter.com/TheAVClub/\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-twitter fa\"></i> Twitter</a></li>\n\t\t\t\t<li><a href=\"http://theavc.tumblr.com\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-tumblr fa\"></i> Tumblr</a></li>\n\t\t\t</ul>\n\t\t</nav>\n\t</div>\n</div>\n\n</div>\n\n\n        \n<div class=\"main-container\">\n    \n        <div id=\"dfp-ad-wallpaper\"\n        data-slotname=\"wallpaper\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        style=\"width:1px;height:1px;\"\n        data-viewports=\"large\"></div>\n    \n    \n    \n    <div class=\"advertisement mobile-top\">\n        <div id=\"dfp-ad-header_320x50\"\n        data-slotname=\"header_320x50\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        style=\"width:320px;height:50px;\"\n        data-viewports=\"small\"></div>\n    </div>\n    \n\n    <div class=\"main wrapper clearfix\" id=\"main\" role=\"main\">\n        \n<article id=\"article-detail\" class=\"main\">\n\n\n\n<div class=\"article-meta article-metabar wide-pic\">\n\n\t<div class=\"article-tags\" id=\"article-tags\" data-ct_section_name=\":type\">\n\t\t<h2 class=\"section-type heading\">\n\n<a \n\thref=\"/section/film\" \n\ttitle=\"Film\" \n\tclass=\"film icon\">\n\t<span>Film</span></a>\n\n</h2>\n\n\t\t\n\t\t\n<a\n\tclass=\"article-type best-of wide-pic\"\n\ttitle=\"Best of\"\n\thref=\"/features/best-of/\">Best of\n</a>\n\n\t\t\n\n\t\t\n\n\t</div>\n\n\t\n\t\n\t<ul class=\"icon-community unstyled\" data-ct_section_name=\":social\">\n\t\t<li class=\"share twitter\">\n\t\t\t<i class=\"fa fa-twitter\"></i>\n\t\t\t<a href=\"https://twitter.com/share?text=The best film scenes of 2014&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\"></a>\n\t\t</li>\n\t\t<li class=\"share facebook\">\n\t\t\t<i class=\"fa fa-facebook\"></i>\n\t\t\t<a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\"></a>\n\t\t</li>\n\t\t<li class=\"share disqus scroll-down\">\n\t\t\t\n<div class=\"comment-count wide-pic\">\n\t<i class=\"fa fa-comment-o type-link best-of dom-hemingway\"></i>\n\t<a href=\"/article/best-film-scenes-2014-212903#disqus_thread\" data-disqus-identifier=\"avclub_article_212903\" data-ct_href=\"toComments\"></a>\n</div>\n\n\n\t\t</li>\n\t</ul>\n\t\n\n\t\n</div>\n\n\n<div class=\"article-image main-image wide-pic\">\n<figure>\n    <div data-type=\"image\"  class=\"image crop-16x9\" data-image-id=\"529375\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5293/75/16x9/960.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n\n</div>\n\n\n<header class=\"article-header  wide-pic\">\n    <h1 class=\"heading\">The best film scenes of 2014</h1>\n    \n\t<section class=\"article-meta \">\n\t\n<div class=\"authors byline\" data-ct_section_name=\":byline\">\n\tBy\n\n    \n    <span class=\"author\"><a class=\"author\" href=\"/author/Mike D&#39;Angelo/\">Mike D&#39;Angelo</a>,\n        </span>\n    \n    <span class=\"author\"><a class=\"author\" href=\"/author/A.A.Dowd/\">A.A. Dowd</a>,\n        </span>\n    \n    <span class=\"author\"><a class=\"author\" href=\"/author/rockmarooned/\">Jesse Hassenger</a>,\n        </span>\n    \n    <span class=\"author\"><a class=\"author\" href=\"/author/nschager/\">Nick Schager</a>,\n        </span>\n    \n    <span class=\"author\">\n        and <a class=\"author\" href=\"/author/IV/\">Ignatiy Vishnevetsky</a></span>\n    \n</div>\n\n\t\n<div class=\"published\">\n\t<span class=\"published date\">Dec 16, 2014</span>\n\t<span class=\"published time\">12:00 AM</span>\n</div>\n\n</section>\n</header>\n\n<div class=\"article-body\">\n\n\t\n\n    <div id=\"topshare\" class=\"sharetools sharetools-large sharetools-horizontal\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_lg.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=The best film scenes of 2014&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_lg.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;name=The best film scenes of 2014 &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;media=http://i.onionstatic.com/avclub/5293/75/16x9/960.jpg&amp;description=The best film scenes of 2014 &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds film type-bg\">\n        <a class=\"scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/best-film-scenes-2014-212903#disqus_thread\" data-disqus-identifier=\"avclub_article_212903\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n\n\t<section class=\"article-text wide-pic\" data-ct_section_name=\":body\">\n    <div id=\"sideshare\" class=\"sharetools sharetools-large sharetools-vertical\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_sm.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=The best film scenes of 2014&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_sm.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;name=The best film scenes of 2014 &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;media=http://i.onionstatic.com/avclub/5293/75/16x9/960.jpg&amp;description=The best film scenes of 2014 &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds film type-bg\">\n        <a class=\"scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/best-film-scenes-2014-212903#disqus_thread\" data-disqus-identifier=\"avclub_article_212903\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n    <div data-type=\"embed\" contenteditable=\"false\" data-crop=\"original\" data-size=\"original\" class=\"inline embed size-original crop-original\" data-code=\"%3Ca%20href%3D%22/best-of/2014%22%3E%3Cdiv%20data-type%3D%22image%22%20contenteditable%3D%22false%22%20class%3D%22onion-image%20image%20inline%20size-big%20crop-original%22%20data-image-id%3D%22527833%22%20data-size%3D%22big%22%20data-crop%3D%22original%22%3E%3Cdiv%3E%3C/div%3E%3C/div%3E%3C/a%3E\" data-source=\"{{source}}\"><div><a href=\"/best-of/2014\"><div data-type=\"image\" contenteditable=\"false\" class=\"onion-image image inline size-big crop-original\" data-image-id=\"527833\" data-size=\"big\" data-crop=\"original\"><div></div></div></a></div><span class=\"caption\"></span></div><p>Great scenes, like great movies, adhere to no single formula. Some of them work only in relation to the moments that occur before and/or after them. Others play like miniature movies themselves, their appeal independent of the feature-length films that house them. What all great scenes have in common, though, is their ability to imprint themselves on a viewer’s brain. In anticipation of our best films of 2014 list, which drops on Thursday, we’ve singled out 22 of our favorite scenes from the year in cinema. They’re in no particular order—save for the first one, which several contributors cited and we’ve hence decided is the year’s best. Fair warning: Some of these entries, including the first one below, disclose major plot points. Proceed with caution.</p><h3>Scene of the year</h3><h4>The ending, <i><a href=\"/review/thrilling-whiplash-demolishes-cliches-inspirationa-210186\">Whiplash</a></i></h4><div data-type=\"image\" contenteditable=\"false\" class=\"onion-image image inline size-big crop-original\" data-image-id=\"529371\" data-size=\"big\" data-crop=\"original\"> <div></div><span class=\"caption\"></span></div><p>Those who haven’t seen <i>Whiplash</i> yet should probably skip right past this glowing appraisal of its final minutes, and rush to the nearest theater showing it. Those who <i>have</i> seen the film should finally catch their breath and read on. In the closing scene of the movie, aspiring jazz drummer Andrew Neyman (Miles Teller) suffers one last humiliation at the hands of his abusive mentor, Terence Fletcher (J.K. Simmons), who takes revenge on his star pupil by providing him with the wrong sheet music for a climactic concert at Carnegie Hall. Rather than accept defeat, however, the musician returns to his kit, answering this cruel betrayal the only way he knows how: by drumming his ass off—this time to his own beat, guiding the ensemble with an improvised burst of virtuosic playing. Nearly all of <i>Whiplash</i> operates on a level of pure anxiety, entwining the nerves of its audience and protagonist. And so this parting display of showboating talent, which director Damien Chazelle stages with all the kinetic verve of a car chase or a battle sequence, feels downright liberating in its sense of cathartic release. A true marvel of editing, composition, and performance, the scene would be a contender for the year’s finest even if seen completely out of context. What clinches its victory, though, is the troubling ambivalence lurking beneath the awe-inspiring spectacle: We’re watching not just the birth of a future jazz legend, but also the consummation of a truly toxic relationship—the moment, in other words, when one obsessive sociopath finally rebuilds another to his exact specifications. It’s equal parts disturbing and rousing, a thunderous cymbal crack on the beating hearts of its audience. [A.A. Dowd]<br></p><h4>The deformed man, <i><a href=\"/review/scarlett-johansson-alien-seductress-prowl-under-sk-202988\" class=\"\">Under The Skin</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"jP6fEHm-lA0\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/jP6fEHm-lA0/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>The first half of Jonathan Glazer’s <i>Under The Skin</i> establishes a hypnotic pattern: An alien in human guise (Scarlett Johansson) picks up unsuspecting men, seduces them into accompanying her into a dilapidated-looking house, and, once inside, does away with them, in a fashion disturbing and visually striking in equal measure. But just around the film’s halfway mark, the alien picks up a man with a facial deformity. Their conversation, in a moving car, first proceeds in simple alternating one-shots as she asks him questions and repeatedly compliments his hands. But when she asks him to touch her face, they share the frame, and later one-shots are closer, more intimate. At first, she seems to simply assume a gentler seduction tactic. While she does bring the man back to her lair, she eventually allows him to leave without suffering the same fate as the others. When she stares at her own shadowy reflection that night, she may be catching a glimpse of empathy. The sequence is fascinating in its own right, but even more so for the way it reverberates through the rest of the movie, knocking the Johansson character off her axis and setting the second half of her quiet story in motion. [Jesse Hassenger]<br></p><h4>First race, <i><a href=\"/review/need-speed-runs-not-plot-deep-love-car-culture-202181\" class=\"\">Need For Speed</a></i></h4><p>The year’s best, purest chase scene—technically a street racing scene—is one part old-school style, one part newfangled tech. Shot on Canon C500s—beefier, 4K variants of the low-light-friendly cameras used to shoot micro-budgeted projects like <i><a href=\"/review/blue-ruin-revitalizes-revenge-thriller-eccentric-p-203776\">Blue Ruin</a> </i>and <i><a href=\"/review/blue-is-the-warmest-color-104633\">Blue Is The Warmest Color</a></i>—it follows five gleaming cars as they rip through a vivid small-town nightscape, saturated in sodium-vapor orange. The camera style is self-consciously 1980: slow zoom-ins at the starting line; passenger-side handheld shots of the drivers; the kind of natural, unaffected shaking that happens when a cameraman is trying to keep a speeding car in the frame. And, for the bulk of the scene, there’s no music, only the snarl and squeal of the cars. Five engines, half-a-dozen vicious turns, and a train barreling into the distance—nothing more is necessary. [Ignatiy Vishnevetsky]</p><h4>Inflating and deflating the male ego, <i><a href=\"/review/force-majeure-darkly-comic-study-male-ego-collapse-210873\" class=\"\">Force Majeure</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"wf7j27bS1V0\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/wf7j27bS1V0/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Ruben Östlund’s <i>Force Majeure</i> is a stinging critique of the male ego, and it reaches a crescendo during a late scene in which a pitiful husband and father (Johannes Kuhnke)—having already proven his spinelessness by ditching his clan in order to save himself during an apparent avalanche at their ski-vacation resort—enjoys a beer with his best mate (Kristofer Hivju) at the bottom of the mountain. There, the two men are approached by a woman who tells them that her friend thinks they’re the best-looking guys at the place, news that naturally boosts their self-esteem. That high doesn’t last long, however, since just as they’re enjoying the praise, the woman returns to apologize for having relayed the compliment to them; it was really intended for two other nearby gentlemen. Left deflated beyond repair, they vacillate between anger and embarrassment, which Östlund depicts in a protracted single shot that reveals the clownish emptiness of their macho pretenses. [Nick Schager]<br></p><h4>The safe wager, <i><a href=\"/review/title-character-dom-hemingway-jude-law-proves-size-202892\" class=\"\">Dom Hemingway</a></i></h4><p>Just out of prison following a 12-year stretch, expert safecracker Dom Hemingway (Jude Law) is looking for work, among other things, until a former associate named Lestor (Jumayn Hunter) tells Dom his skills are now useless, as newfangled electronic safes are impossible to crack via methods of a dozen years past. Since Lestor despises Dom, he offers him a deal: If Dom can open Lestor’s personal safe in less than 10 minutes, he’ll give him a highly lucrative job. But if Dom fails, Lestor gets to cut off his dick, right on the spot. Writer-director Richard Shepard plays this ludicrous ticking-clock scenario to the hilt, devising both a wholly unexpected safecracking method—no gentle taps and slowly twisted dials here—and a diabolical punchline. Mostly, though, it’s just a hoot to watch Law’s high-octane performance dovetail with a rare moment of concentrated focus for his character. Dom is ostensibly working feverishly to save his penis, but the expression on Law’s face throughout is pure, uncut fun. [Mike D’Angelo]</p><h4>Creating the universe, <i><a href=\"/review/silliness-and-profundity-do-war-forces-good-and-ev-202760\" class=\"\">Noah</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"OwSWRdbSQK0\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/OwSWRdbSQK0/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Darren Aronofsky’s <i>Noah</i> is a work of conflicting aspirations—a Biblical epic that wants to be intimate and spectacular, “realistic” and fantastical, accommodating of both serious spiritual inquiry and talking, CGI rock monsters. The film’s most fruitful attempt at reconciling seemingly contradictory positions arrives during the centerpiece sequence, when Noah (Russell Crowe) recounts to his family the story of God creating the universe. Billions of years pass through simulated time-lapse photography, and as single-cell organisms transform into fish, which soon slither onto dry land and turn into something else entirely, it becomes clear that Aronofsky has incorporated evolutionary theory into his retelling of Genesis 1. Fundamentalists might balk at this revisionist take on scripture, but it’s hard to imagine anyone shrugging off the grandeur of the scene—a montage of blooming nebulas, scampering species, throbbing forbidden fruit, a menacing serpent, a glowing Adam and Eve, and Cain murdering Abel in striking silhouette. <i>Noah</i> has no shortage of grand imagery, but only this flashback to the beginning of time inspires a religious (or at least near-religious) awe. Cinephiles both devout and secular should give thanks. [A.A. Dowd]<br></p><h4>The whoring bed, <i><a href=\"/review/first-half-lars-von-triers-erotic-opus-nymphomania-201928\" class=\"\">Nymphomaniac, Vol. I</a></i></h4><p>Lars Von Trier’s epic study in carnal (and non-carnal) knowledge features plenty of explicit sex, but it’s a fully dressed, gatecrashing Uma Thurman who provides its most blistering, passionate sequence. After more than an hour spent exploring heroine Joe’s sexual self-indulgence, <i>Nymphomaniac </i>abruptly serves up a comically ghastly reminder that her actions have consequences. Into Joe’s apartment strides Thurman’s Mrs. H, her three young sons in tow, in order to confront their philandering father. “Confront” isn’t quite the word, though, since Mrs. H opts to channel her anger through relentless bitter sarcasm, congratulating her husband and Joe on their shared happiness and taking the kids on a tour of the premises, so that they can see what Dad will be up to from now on. “Would it be all right if I show the children the whoring bed?” she politely asks Joe, in the scene’s signature moment. Thurman plays this minor role (it’s the character’s sole appearance) without an ounce of vanity, digging so deep into Mrs. H’s feelings of debasement that all she can finally do, at the end, is emit a truly bloodcurdling shriek. [Mike D’Angelo]</p><h4>End credits montage, <i><a href=\"/review/22-jump-street-sequel-about-sequels-205599\" class=\"\">22 Jump Street</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"WMjKaqk_3EI\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/WMjKaqk_3EI/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Phil Lord and Christopher Miller’s <i>22 Jump Street</i> is the rare comedy sequel to equal its predecessor. Even more impressive still, it manages to surpass the original at that least likely of moments, the end credits. Having already spent its entire feature-length runtime making self-referential jokes about the derivativeness of sequels, <i>22 Jump Street</i> goes that extra step—and then a few more—by delivering a montage of phony upcoming follow-ups, replete with clips and poster art. From “Culinary School” and “Foreign Exchange Students” to “A Semester At Sea” and “Traffic School,” it’s a sequence that pushes the material’s auto-critique craziness into outright absurdity, especially when Seth Rogen momentarily appears in “Sunday School” as a replacement for Jonah Hill (apparently due to a “contract dispute”). At once dim-bulb silly and cannily critical of its own inherent existence, it’s perhaps the best end-credits sequence in movie comedy history—as well as a capper that mocks (to the point of negating) the need for any further franchise installments. [Nick Schager]<br></p><h4>Terror in the tent, <i><a href=\"/review/bobcat-goldthwaits-willow-creek-basically-blair-bi-205236\" class=\"\">Willow Creek</a></i></h4><p>For much of its running time, comedian Bobcat Goldthwait’s first stab at found-footage horror seems content to operate like an affectionate goof on <i>The Blair Witch Project</i>. The film does, however, make a late attempt at eliciting goosebumps instead of giggles, and the results are quite effective. Having retreated to the woods in search of the elusive Bigfoot, amateur filmmaker Jim (Bryce Johnson) and his patient girlfriend Kelly (Alexie Gilmore) are awoken in the middle of the night by strange sounds coming from outside of their tent. Goldthwait captures the subsequent gauntlet of terror in a single, 20-minute take, locking his camera on the faces of his increasingly alarmed characters, who sit paralyzed with fear as the noises get louder, closer, and weirder. It’s a marvelously suspenseful sequence, relying on not just the credible distress of the actors, but also the claustrophobia of the tent—a structure that limits our view of the surroundings, allowing the imagination to run wild with thoughts of the beasts surely lurking on the other side of its flimsy, nylon walls. As in <i>Blair Witch</i>, what we envision is much scarier than anything we could be shown. [A.A. Dowd]</p><h4>“I’ll Have To Dance With Cassie,” <i><a href=\"/review/indie-rock-star-stuart-murdoch-channels-his-inner--208708\" class=\"\">God Help The Girl</a><br> </i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"yMVNUn_5FLQ\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/yMVNUn_5FLQ/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p><i>God Help The Girl</i> has half a dozen lovely little production numbers in a variety of moods, but Stuart Murdoch’s musical is never more delightful than when it engages with the pure joy of making and experiencing music, crystallized in the scene scored to the song “I’ll Have To Dance With Cassie.” James (Olly Alexander) brings troubled singer-songwriter Eve (Emily Browning) to some kind of civic center, where the supporting members of their band are playing an afternoon dance attended mostly by the elderly. When Eve joins them onstage to sing and her song kicks into full-band ebullience, minor miracles abound: Dancers who look ready for a community-college production of <i>Grease</i> appear from nowhere; bandmate Cassie (Hannah Murray) arrives at just the right time; and Eve seems to forget her problems, however briefly. Murdoch cuts around madly; it’s exactly the kind of dance number that makes purists complain about not being able to <i>see</i> the dancing. But intricate choreography isn’t the point here; Murdoch stages a dance party halfway between homemade reality and music-video dreams. “Hell do I care what I look like when I feel this good?” the song asks—though as it happens, everyone looks pretty great. [Jesse Hassenger]<br></p><h4>The classroom, <i><a href=\"/review/director-host-comes-snowpiercer-thrilling-action-p-206132\" class=\"\">Snowpiercer</a></i></h4><p>Bong-Joon Ho’s <i>Snowpiercer</i> was the summer’s best action film, and it peaks when Chris Evans’ rebel leader, guiding his insurgency through a train that houses the last survivors of a global environmental apocalypse, arrives at the car where young children are being lectured by their teacher (Alison Pill) on the myth of their train’s creator. After the bleakness of their prior environments, Evans and company’s arrival in this brightly colored elementary-school compartment is jarring, and made more so by Pill’s overly cheery demeanor, which carries with it more than a whiff of madness. Basing its art-deco designs (both in terms of the classroom, and the historical video that the kids watch) on those found in the popular <i>Bioshock</i> first-person-shooter videogame series, the sequence has an unsettling strangeness that eventually erupts in a paroxysm of violence. Evil is rarely more chilling than when it comes in the form of a sunshiny mentor. [Nick Schager]</p><h4>“The Step You Can’t Take Back,” <i><a href=\"/review/begin-again-little-more-lets-put-show-musical-206141\" class=\"\">Begin Again</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"nz9ONR21-II\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/nz9ONR21-II/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>A man (Mark Ruffalo) slumps over a bar, his left shoulder jutted toward the camera. He hears a guitar and a woman’s voice; slowly, he begins to peek over his arm, as though he were a sun reluctant to rise. The camera stays on him for almost 45 seconds, only revealing the singer—a songstress (Keira Knightley) with an acoustic guitar, awkwardly perched on a stool—once the chorus starts. This is actually the second time this scene has played out in <i>Begin Again</i>; the first time was at the very beginning of the movie, from her perspective, with the camera landing on his big goofy grin as she got off the stage. Now, the viewer is seeing it—and hearing it—from his angle, as he eyes the next act’s instruments and starts imaging a full-blown, Starbucks-playlist arrangement. <i>Begin Again</i>—a music-business musical that serves as a kind of spiritual sequel to director John Carney’s earlier <i>Once</i>—is largely bogus, but this sequence, its only lapse into overt fantasy, feels completely authentic. That’s thanks in so small part to Ruffalo’s performance, which turns what should be a simple reaction shot into a glimpse into a character’s soul. [Ignatiy Vishnevetsky]<br></p><h4>Dave Schultz’s interview, <i><a href=\"/review/speculative-foxcatcher-turns-true-crime-unconvinci-211743\" class=\"\">Foxcatcher</a></i></h4><p>For all the praise being heaped on Steve Carell’s transformation into a beaked, aristocratic sociopath, the best performance in <i>Foxcatcher</i> required no prosthetic noses. As Dave, the older and more decorated of the two Olympic-champion Schultz brothers, a bulked-up Mark Ruffalo finds layers of feeling his co-stars aren’t quite afforded. His showcase scene—and arguably the film’s single strongest moment—is the one in which Dave is forced to speak about the influence his sponsor and coach, John Du Pont (Carell), has had on his athletic career. At the behest of a filmmaker, who’s making a presumably propagandistic documentary on Du Pont, Dave struggles to explain the man’s coaching strategies (which are basically useless) and to muster up a single word of praise. When the director requests that he describe Du Pont as a “mentor,” Dave valiantly attempts to swallow his pride—and Ruffalo makes his thought process palpable, a small storm of emotions passing across his face. It’s a miniature master class in acting, and one of the brief, promising instances in which <i>Foxcatcher</i> threatens to burst its bubble of oppressive melancholia and become a stealth comedy of discomfort. [A.A. Dowd]</p><h4>The wedding dance, <i><a href=\"/review/in-bloom-proves-that-theres-tension-left-in-chekho-200771\" class=\"\">In Bloom</a><br> </i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"mtvXrOP9V_Q\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/mtvXrOP9V_Q/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Movie musicals may have gone out of style, but a dancing interlude can still elevate the pulse of just about any film. <i>In Bloom, </i>a Georgian drama about two 14-year-old girls and a gun, reaches its emotional apex during the mid-film scene in which one of them, Natia (Mariam Bokeria), marries a man she barely knows, at her family’s behest. Her best friend, Eka (Lika Babluani), is visibly upset during the reception, and even calls Natia into the bathroom at one point to ask whether she loves her new husband. (The answer: “I guess I do.”) Upon emerging, however, Eka suddenly takes the center of the room and performs a lengthy solo dance as the other guests stand around her in a circle, clapping and cheering. What’s remarkable about this routine is the wealth of contradictory feelings it somehow conveys—Eka’s decision to elbow past everyone and take command of the dance floor is at once a defiant, fuck-you gesture; a burst of self-liberation; and an ardent declaration of love for Natia. Plus, Georgians really know how to dance—when a standing Eka picks up a napkin from the floor with her teeth, you’ll feel the urge to whoop and holler, too. [Mike D’Angelo]<br></p><h4>Destruction of the city, <i><a href=\"/review/pompeii-plays-to-the-strengths-and-weaknesses-of-p-201324\" class=\"\">Pompeii</a></i></h4><p>Paul W.S. Anderson—the widely maligned English director behind <i>Resident Evil</i>, <i>Alien Vs. Predator</i>, and <i>The Three Musketeers 3D</i>—has a real knack for organizing and diagramming space, and though <i>Pompeii</i>, his first blockbuster-budget production, is slow-going at first, it hits its stride once it comes time to depict the destruction of the titular city street by street, neighborhood by neighborhood. Obsessed with bunkers, mazes, and caverns, Anderson can’t help but turn the city grid into yet another of his deathtrap tunnel systems. He envisions the destruction of Pompeii as one long set piece, with characters scampering over bodies and ruins, trying to outrun a ship that’s been forced inland while fiery debris rains down in the foreground. It’s brisk and breathtaking. [Ignatiy Vishnevetsky]</p><h4>“Time In A Bottle,” <i><a href=\"/review/x-men-days-future-past-embraces-geeky-comics-style-204915\" class=\"\">X-Men: Days Of Future Past</a><br></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"GmJa5cv3kZM\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/GmJa5cv3kZM/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Recently, every year has had at least three or four superhero movies, and all of those superhero movies have at least three or four action sequences, many of which involve gigantic airships and/or collapsing buildings. It makes sense, then, that the most memorable superhero action of the year would be a bit more granular, focusing on the use of a single superpower. In Bryan Singer’s mutant-packed <i>X-Men</i> sequel, Professor X, Beast, and Wolverine enlist super-fast mutant Quicksilver (Evan Peters) to help break Magneto out of his metal-free holding cell in the Pentagon. When the group is discovered and security guards open fire, the movie switches to Quicksilver’s point of view as he flips on his Walkman and springs into action, running up and down the walls with the nonchalance of a morning jogger, scored to the quiet strains of Jim Croce’s “Time In A Bottle.” With a few gentle tweaks, he knocks out cops and sets bullets off course; when the film returns to normal speed, the conflict is over in a matter of seconds. This interlude is a sustained moment of playfulness in an otherwise fairly serious superhero epic, and a reminder that the <i>X-Men</i> movies distinguish themselves by toying with the idiosyncrasies and possibilities of their universe’s vast array of mutants, not by getting into a building-destruction contest. [Jesse Hassenger]<br></p><h4>Sex and violence,<i> <a href=\"/review/gone-girl-trick-only-david-fincher-could-pull-209886\" class=\"\">Gone Girl</a></i></h4><p><i>Gone Girl</i>’s first half is a slow-drip mystery, but it’s the second half of David Fincher’s adaptation—after the big twist is revealed—that taps a truly sinister vein. The story’s malevolence reaches a fever pitch during the scene when Amy (Rosamund Pike), now a captive of her creepy ex-boyfriend (Neil Patrick Harris), finally “gives in” to his carnal wishes and takes him to bed. It’s an encounter of sexual aggression and manipulation that Fincher stages with mounting unease, until the moment the white lingerie-clad Amy, beneath her lover on the bed, suddenly and swiftly slices his throat, coating herself in blood at the very moment that he climaxes inside her. More chilling still: After letting him bleed out, Pike straddles him and then flips her blood-soaked hair out of her face—an offhand gesture of aggravation that speaks volumes about the depths of her mercilessness. [Nick Schager]</p><h4>Opening credits, <i><a href=\"/review/after-long-dry-spell-hollywood-does-godzilla-right-204606\" class=\"\">Godzilla</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"NBQJjqnG1iI\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/NBQJjqnG1iI/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>“Even with nuclear weapons there is no guarantee that the creatures will succumb,” declares the witty opening credits sequence for Hollywood’s latest iteration of Japan’s favorite monster. “Evidence show [sic] that it is likely the creatures will come back with David Strathairn’s head.” That’s what the text reads for a split second, anyway—only by freeze-framing the DVD can one catch more than a few words—before everything other than DAVID STRATHAIRN is redacted. Superimposed over stills ranging from Darwin’s <i>Origin Of Species </i>to news coverage of the Bikini Atoll tests, all of the credits are accompanied by alarmist phrases that are swiftly blacked out, creating a deliciously paranoid mood (augmented by Alexandre Desplat’s urgent score) before the story has even begun. There are even some in-jokes among the barely visible text: Bryan Cranston’s credit includes the phrase “Walter Malcolm has claimed that government men dressed in white lab coats routinely appear at site,” which is redacted in a way that leaves the words “Walter” and “white” visible by themselves for a fraction of a second. With “Malcolm” in the middle. [Mike D’Angelo]<br></p><h4>Two decades of messages, <i><a href=\"/review/christopher-nolans-interstellar-uneven-space-odyss-211389\" class=\"\">Interstellar</a></i></h4><p>Christopher Nolan has developed an inaccurate reputation as a chilly filmmaker with a Kubrickian detachment from human emotion. Despite superficial <i>2001 </i>influences, <i>Interstellar</i> seems almost designed to correct that assumption, never more effectively than in a single scene that essentially involves space pilot Cooper (Matthew McConaughey) sitting down to check his messages. Cooper has been on a planet that experiences time far more slowly than Earth, and upon his return to his ship, he watches a series of video messages from his children, received in the hour or so that he was gone. In a few moments, he watches them age over two decades. Because it’s a Nolan movie, this scene also contains plenty of information: about what’s happened on Earth while Cooper has been gone and where his plot-crucial daughter Murph is now. But the exposition feels secondary to the emotional wallop of Cooper’s family life accelerating without him. In a movie of amazing sights, it’s the simple passage of time that hits the hardest, culminating in the final video message, from now-grown Murph (Jessica Chastain). When she finishes a goodbye to her father, thought to be lost in space, Nolan cuts to the other side of her camera and follows her as she returns to her job—bringing the movie to this decades-forward Earth for the first time. The transition doesn’t span anywhere near the amount of time traversed in the most famous cut of <i>2001</i>, but it’s a similar technique, hurtling the audience ahead into the next phase of the story. [Jesse Hassenger]</p><h4>“Pretty Girl Rock,” <i><a href=\"/review/guy-pearce-drives-angry-rover-flavorful-post-apoca-205686\" class=\"\">The Rover</a></i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"RYN24FvB3KU\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/RYN24FvB3KU/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Set in a depressed (and depressing) post-apocalyptic Australia, <i>The Rover</i> adopts a mood of consistent despair, rarely allowing for even the faintest trace of levity. Maybe that’s why the belated arrival of a bona fide pop anthem on the soundtrack—briefly replacing the ambient, dread-infused hum of Antony Partos’ original score—qualifies as downright triumphant. As the film’s mismatched road warriors (played by Guy Pearce and Robert Pattinson) wander into the Outback during a protracted wide shot, director David Michôd cues up Keri Hilson’s narcissistic earworm single “Pretty Girl Rock.” It seems like a bitterly ironic song selection, until the scene cuts to a nighttime image of Pattinson’s tragic simpleton sitting alone in a jeep, softly singing along to the suddenly diegetic music. From here, the tune takes on a melancholy quality, with Michôd employing it as a creature comfort from another era—a bittersweet blast of nostalgia, a sonic relic of the more hopeful world that now exists only in the rearview mirror of these characters’ lives. As needle drops go, it’s eccentric and weirdly, powerfully affecting. Also, good luck getting that damn song out of your head. [A.A. Dowd]<br></p><h4>The Red Circle, <i><a href=\"/review/keanu-reeves-shoots-his-way-through-entertaining-a-210627\" class=\"\">John Wick</a></i></h4><p>Chad Stahelski and David Leitch are both veteran stuntmen, which explains why their debut feature, the superbly entertaining <i>John Wick</i>, happens to contain some of the most energetic, best-directed action sequences in recent memory, with the standout being the movie’s centerpiece, in which Keanu Reeves’ eponymous ex-hitman shoots his way through a nightclub/bathhouse called the Red Circle. Starting in the back of the club—where silhouetted henchmen are dispatched one by one while Kaleida’s “<a href=\"https://www.youtube.com/watch?v=JFphyHQRFN0\">Think</a>” slinks on the soundtrack—and then bursting into the main floor, <i>Collateral</i>-style, it’s as much a dance piece as a gunfight. Reeves and an ensemble of stunt performers roll, tumble, shoot, and reload, over and over, moving through pools of blue and magenta light, always oriented around the camera and the geometry of the space; this is amped-up action as kinetic art. [Ignatiy Vishnevetsky]</p><h4>Lip-sync duet, <i><a href=\"/review/kristen-wiig-and-bill-hader-elevate-indie-cliches--208830\" class=\"\">The Skeleton Twins</a><br> </i></h4><div data-type=\"youtube\" contenteditable=\"false\" class=\"youtube inline size-big crop-16x9\" data-youtube-id=\"E_oqg77D8K0\" data-size=\"big\" data-crop=\"16x9\"><div><img src=\"//img.youtube.com/vi/E_oqg77D8K0/hqdefault.jpg\"></div><span class=\"caption\"></span></div><p>Bill Hader and Kristen Wiig prove themselves adept serious actors in <i>The Skeleton Twins</i>, starring as siblings reunited after a 10-year estrangement. The movie itself doesn’t often transcend its indie-dramedy roots, but it generates more feeling than it might have otherwise due to its stars’ chemistry, and the <i>SNL</i>-honed comic timing they bring to their depressive characters. The movie’s strongest juxtaposition of angst and crowd-pleasing comedy comes when Milo (Hader) comes home to a frustrated Maggie (Wiig) demanding him to get his shit together. He attempts to cheer her up by silently putting Jefferson Starship’s “Nothing’s Gonna Stop Us Now” on the stereo and beginning to lip-sync, imploring her to join him. Maggie resists for well over a minute before finally, hilariously giving in to the emotive cheesiness—the mugging equivalent of an expertly delayed chorus. It’s the kind of goofy bit Wiig and Hader could’ve sold on <i>SNL</i>, and the movie draws on that history to make Maggie and Milo especially convincing, and touching, as family. [Jesse Hassenger]<br></p>\n</section>\n\n    <div id=\"tags\">\n        <div class=\"tags\" data-ct_section_name=\":tag\">\n    <span>Filed Under:</span>\n    \n        \n        <a href=\"/search?tags=film\">Film, </a>\n    \n        \n        <a href=\"/search?tags=best-of-2014\">Best Of 2014, </a>\n    \n        \n        <a href=\"/search?tags=godzilla\">Godzilla, </a>\n    \n        \n        <a href=\"/search?tags=interstellar\">Interstellar, </a>\n    \n        \n        <a href=\"/search?tags=gone-girl\">Gone Girl, </a>\n    \n        \n        <a href=\"/search?tags=x-men-days-of-future-past\">X-Men: Days Of Future Past, </a>\n    \n        \n        <a href=\"/search?tags=whiplash\">Whiplash, </a>\n    \n        \n        <a href=\"/search?tags=foxcatcher\">Foxcatcher, </a>\n    \n        \n        <a href=\"/search?tags=under-the-skin\">Under The Skin, </a>\n    \n        \n        <a href=\"/search?tags=noah\">Noah, </a>\n    \n        <a class=\"expand-link\" href=\"#collapse\">Show More</a>\n        <a  style=\"display:none\"href=\"/search?tags=god-help-the-girl\">God Help The Girl, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=snowpiercer\">Snowpiercer, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=nymphomaniac\">Nymphomaniac, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=pompeii\">Pompeii, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=the-skeleton-twins\">The Skeleton Twins, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=begin-again\">Begin Again, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=john-wick\">John Wick, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=22-jump-street\">22 Jump Street, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=the-rover\">The Rover, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=force-majeure\">Force Majeure, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=need-for-speed\">Need For Speed, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=willow-creek\">Willow Creek, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=dom-hemingway\">Dom Hemingway, </a>\n    \n        \n        <a  style=\"display:none\"href=\"/search?tags=in-bloom\">In Bloom</a>\n    \n</div>\n    </div>\n\n    <div id=\"bottomshare\" class=\"sharetools sharetools-large sharetools-horizontal\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_lg.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=The best film scenes of 2014&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_lg.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;name=The best film scenes of 2014 &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212903zsd&amp;media=http://i.onionstatic.com/avclub/5293/75/16x9/960.jpg&amp;description=The best film scenes of 2014 &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds film type-bg\">\n        <a class=\"scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/best-film-scenes-2014-212903#disqus_thread\" data-disqus-identifier=\"avclub_article_212903\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/best-film-scenes-2014-212903#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n\n    \n<section class=\"more-type article-pagination outset\">\n    <h2 class=\"section-title visuallyhidden\">More Best of</h2>\n    <nav>\n        <ul class=\"pagination unstyled pager\">\n            <li class=\"previous\" data-ct_section_name=\":previous\">\n\n                \n                <a href=\"/article/20-worst-films-2014-212689\" title=\"The 20 worst films of 2014\">\n                    \n                    <span class=\"label\">Previous Best of</span>\n                    <span class=\"title\">The 20 worst films of 2014</span>\n                </a>\n                \n\n            </li>\n            <li class=\"next\" data-ct_section_name=\":next\">\n\n                \n                <a href=\"/article/best-movie-trailers-2014-212946\" title=\"The best movie trailers of 2014\">\n                    <span class=\"label\">Next Best of</span>\n                    <span class=\"title\">The best movie trailers of 2014</span>\n                    \n                </a>\n                \n\n            </li>\n        </ul>\n    </nav>\n</section>\n\n\n\n<section class=\"advertisement\">\n        <div id=\"dfp-ad-320x50_secondary\"\n        data-slotname=\"320x50_secondary\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        style=\"width:320px;height:50px;\"\n        data-viewports=\"small\"></div>\n    </section>\n\n\n\n<section class=\"four-panel-recirc\" data-ct_section_name=\":suggested\" style=\"display:none\">\n    <h3 class=\"section-title\">Suggested Reads</h3>\n    <div class=\"loading-results\">\n        <span class=\"fa fa-spinner fa-spin\"></span>\n    </div>\n</section>\n\n\n\n\n<section class=\"taboola\" data-ct_section_name=\":taboola\">\n\n<div id=\"taboola-below-article-thumbs\" class=\"taboola\"></div>\n</section>\n\n</div>\n\n<aside class=\"article-side\">\n\t\n        <div id=\"dfp-ad-300x250_abovefold\"\n        data-slotname=\"300x250_abovefold\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        style=\"width:300px;height:250px;\"\n        data-viewports=\"medium,large\"></div>\n    \n    <div id=\"taboola-right-rail-thumbs\"></div>\n</aside>\n\n\n\n\n<footer class=\"article-footer\">\n\n\t<div id=\"article-end\"></div>\n\n\t\n\t\t\n\t\t\t<div id=\"comments\" name=\"#comments\" data-ct_section_name=\":comments\">\n\t\t\t\t<div id=\"disqus_thread\">\n\t\t\t\t\t<h4><a href=\"/about/#no-comments\">Can't see comments?</a></h4>\n\t\t\t\t</div>\n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t\t\t</div>\n\t\t\n\t\n\n\n\t\n\t\n\t<div id=\"comment-ad\">\n        <div id=\"dfp-ad-300x250_secondary\"\n        data-slotname=\"300x250_secondary\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        style=\"width:300px;height:250px;\"\n        data-viewports=\"medium,large\"></div>\n    </div>\n\n</footer>\n\n\n<a id=\"scroll-top\" data-ct_href=\"toTop\"><i class=\"fa fa-chevron-circle-up\"></i></a>\n\n</article>\n\n    </div>\n</div>\n\n\n        \n<div class=\"footer-container\" data-ct_section_name=\":footer\">\n    \n<footer class=\"wrapper\" id=\"main-footer\">\n\t<div>\n\t    <div class=\"newsletter row\" data-ct_section_name=\":newsletters\">\n\t    \t<h1>Sign up for news</h1>\n\t    \t<form class=\"validate-me\">\n\t    \t\t<input type=\"checkbox\" value=\"Daily Newsletter\" name=\"newsletter-daily\" id=\"newsletter-daily\" checked>\n\t\t    \t<label for=\"newsletter-daily\" data-ct_href=\"dailyNewsletterCheckbox\">\n\t\t\t\t\tDaily Newsletter\n\t\t\t\t\t<span class=\"muted\">Highlights from The A.V. Club</span>\n\t\t\t\t</label>\n\t\t\t\t<input type=\"checkbox\" value=\"What's On Tonight\" name=\"newsletter-whatson\" id=\"newsletter-whatson\" checked>\n\t\t    \t<label for=\"newsletter-whatson\" data-ct_href=\"whatsonCheckbox\">\n\t\t\t\t\tWhat's On Tonight\n\t\t\t\t\t<span class=\"muted\">A daily update on the world of TV</span>\n\t\t\t\t</label>\n\t\t\t\t<div class=\"email\">\n\t\t\t\t\t<input type=\"email\" name=\"email\" placeholder=\"Email address\">\n\t\t\t\t\t<button type=\"submit\" data-ct_href=\"newsletterSubscribeButton\">Submit</button>\n\t\t\t\t</div>\n\t\t\t\t<p class=\"hide\">Thank you for signing up! A confirmation email has been sent.</p>\n\t\t\t</form>\n\t    </div>\n\t\t<div class=\"links-n-such links row\">\n\t\t\t<h1>Links and such</h1>\n\t\t\t<ul class=\"unstyled col\">\n\t\t\t\t<li><a href=\"/search\">All Recent</a></li>\n\t\t\t\t<li><a href=\"/features\">Feature Jump</a></li>\n\t\t\t\t<li><a href=\"/features/coming-distractions/\">Coming Distractions</a></li>\n\t\t\t\t<li><a href=\"/features/savage-love/\">Savage Love</a></li>\n\t\t\t\t<li><a href=\"/features/contest/\">Contests</a></li>\n\t\t\t\t<li><a href=\"/rss/\"><i class=\"fa fa-rss\"></i> RSS</a></li>\n\t\t\t</ul>\n\t\t\t<ul class=\"unstyled col\">\n\t\t\t    <li><a href=\"/about/\">About Us</a></li>\n\t\t\t    <li><a href=\"/contact/\">Contact</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://mediakit.theonion.com\">Media Kit</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.theonion.com/jobs/\">Jobs</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.theonion.com/privacy\">Privacy Policy</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t    <nav class=\"partners links row last\" data-ct_section_name=\":partners\">\n\t\t    <h1>Our Partners</h1>\n\t\t    <ul id=\"meta-links\" class=\"unstyled\">\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.hitfix.com\">Hitfix</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.mentalfloss.com\">Mental Floss</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.ohmyrockness.com\">Oh My Rockness</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.uproxx.com\">Uproxx</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.upworthy.com\">Upworthy</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.vice.com\">Vice</a></li>\n\t\t    </ul>\n\t    </nav>\n\t</div>\n     <div class=\"social row\">\n\t\t<a href=\"http://www.facebook.com/theavclub\" title=\"The A.V. Club on Facebook\" target=\"_blank\" data-ct_section_name=\":social\">\n\t\t\t<i class=\"fa fa-facebook\"></i>\n\t\t</a>\n    \t<a href=\"http://twitter.com/TheAVClub\" title=\"The A.V. Club on Twitter\" target=\"_blank\" data-ct_section_name=\":social\">\n    \t\t<i class=\"fa fa-twitter\"></i>\n    \t</a>\n    \t<a href=\"http://theavc.tumblr.com\" title=\"The A.V. Club on Tumblr\" target=\"_blank\" data-ct_section_name=\":social\">\n\t    \t\t<i class=\"fa fa-tumblr\"></i></a>\n    \t<div class=\"our-sites\">\n\t    \t\n\t    \t<a class=\"theonion\" href=\"http://www.theonion.com\" target=\"_blank\">\n\t    \t\t<img src=\"http://assets.onionstatic.com/avclub/img/onionlogo-footer.png\" alt=\"The Onion Logo\" title=\"The Onion\" /></a>\n\t    \t<a class=\"clickhole\" id=\"clickhole-link\" href=\"http://www.clickhole.com?ref=avclub\" target=\"_blank\">\n\t    \t\t<img src=\"http://assets.onionstatic.com/avclub/img/clickhole.png\" alt=\"The Onion Logo\" title=\"Clickhole\" /></a>    \t\t\n    \t</div>\n\t    <div class=\"colophon\">&copy; Copyright 2015 Onion Inc. All Rights Reserved.</div>\n    </div>\n</footer>\n<div class=\"stripes outset\" id=\"page-bottom\"></div>\n</div>\n<div class=\"modal modal-border\"></div>\n\n\n        \n\n        \n\n        \n\n        <!-- START Parse.ly Include: Standard -->\n        <div id=\"parsely-root\" style=\"display: none\">\n          <div id=\"parsely-cfg\" data-parsely-site=\"avclub.com\"></div>\n        </div>\n        <script>\n        (function(s, p, d) {\n          var h=d.location.protocol, i=p+\"-\"+s,\n              e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n              u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n              :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n        </script>\n        <!-- END Parse.ly Include -->\n\n        <!-- simple reach -->\n        <script type=\"text/javascript\">\n            (function(){\n              var s = document.createElement('script');\n              s.async = true;\n              s.type = 'text/javascript';\n              s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n              (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n            })();\n        </script>\n        <!-- /simple reach -->\n\n        <!--Disqus-->\n        <script>\n            var disqus_shortname = 'avclub';\n            (function () {\n                var s = document.createElement('script'); s.async = true;\n                s.type = 'text/javascript';\n                s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n                (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n            }());\n        </script>\n        <!--/Disqus-->\n\n        <!--Google Analytics-->\n        <script type=\"text/javascript\">\n          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n          ga('create', 'UA-223393-2', 'auto');\n          ga('create', 'UA-223393-11', 'auto', { 'name': 'adTracker' });\n          ga('set', 'dimension1', targeting.dfp_section || 'None');\n          ga('set', 'dimension2', targeting.dfp_feature || 'None');\n          ga('set', 'dimension3', targeting.dfp_pagetype || 'None');\n          ga('send', 'pageview');\n\n        </script>\n        <!--/Google Analytics-->\n\n        <!--Sam Johnson -->\n        <script type=\"text/javascript\">\n            //http://reporting.theonion.com:3333/pixel.gif?event=pageview&uuid=9335759727&timezoneOffset=6&vpv=/vpv/home/&referrer=direct\n            (function() {\n                if (window.location.host == \"www.avclub.com\") {\n                    var sj = new Image;\n                    sj.src = \"http://reporting.theonion.com:3333/pixel.gif?event=pageview&uuid=1234&timezoneOffset=6&vpv=\"\n                        + window.location.pathname + \"&referrer=direct\";\n                }\n            })()\n        </script>\n        <!--/Sam Johnson-->\n\n        <!-- TinyTracker-->\n        <script>\n          var tinytracker = [\"avclub.site\", \"avclub.content.212903\", \"avclub.feature_types.best_of\", \"avclub.tags.film\"];\n          var img = new Image();\n          var trackingPixel = \"http://tinytracker.onion.com/track.gif?\" + (new Date).getTime();\n          for (var i in tinytracker){\n            trackingPixel += (\"&event=\" + tinytracker[i]);\n          }\n          img.src = trackingPixel;\n        </script>\n        <!-- /TinyTracker-->\n\n        <!-- influxer -->\n        <script>\n            // influxer currently accepts the same format as tinytracker for ubiquitous migration\n            if (document.location.protocol != \"https:\") {\n                var eventData = [\"avclub.site\", \"avclub.content.212903\", \"avclub.feature_types.best_of\", \"avclub.tags.film\"];\n                var img = new Image();\n                var pixel = \"http://influxer.onion.com/influx.gif?\" + (new Date).getTime();\n                for (var i in eventData) {\n                    pixel += (\"&event=\" + eventData[i]);\n                }\n                img.src = pixel;\n            }\n        </script>\n        <!-- /influxer -->\n\n        <!--Quantcast-->\n        <script type=\"text/javascript\">\n            _qoptions={\n            qacct:\"p-39FYaAGOYli_-\"\n            };\n        </script>\n        <script type=\"text/javascript\" src=\"//edge.quantserve.com/quant.js\"></script>\n        <noscript>\n            <img src=\"//pixel.quantserve.com/pixel/p-39FYaAGOYli_-.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n        </noscript>\n        <!--/Quantcast-->\n\n        <!--Comscore-->\n        <script src=\"//b.scorecardresearch.com/beacon.js\"></script>\n        <script>\n            COMSCORE.beacon({\n                c1:2,\n                c2:\"6036328\",\n                c3:\"\",\n                c4:\"\",\n                c5:\"\",\n                c6:\"\",\n                c15:\"\"\n            });\n        </script>\n        <noscript>\n            <img src=\"//b.scorecardresearch.com/b?c1=2&c2=6036328&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1\"\n        style=\"display:none\" width=\"0\" height=\"0\" alt=\"\" />\n        </noscript>\n        <!--/Comscore-->\n\n        <!--Chartbeat-->\n        <script type=\"text/javascript\">\n        var _sf_async_config = {};\n        </script>\n        \n        <script type=\"text/javascript\">\n        var result = {}\n        if( window.location.search ){\n            var params = window.location.search.slice(1).split(\"&\");\n            for( var i = 0; i < params.length; i++ ){\n                var tmp = params[i].split(\"=\");\n                result[tmp[0]] = unescape(tmp[1]);\n            }\n        }\n        /*\n        if( !(result['ref'] === \"auto\") ){\n            var cbjspath = \"static.chartbeat.com/js/chartbeat.js?uid=1762&domain=avclub.com\";\n            var cbjsprotocol = ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\");\n            document.write(unescape(\"%3Cscript src='\"+cbjsprotocol+cbjspath+\"'type='text/javascript'%3E%3C/script%3E\"));\n\n        }\n        */\n        </script>\n        <script src=\"//static.chartbeat.com/js/chartbeat.js?uid=1762&domain=avclub.com\" type=\"text/javascript\"></script>\n        <!--/Chartbeat-->\n        <script>var VIDEOJS_SWF = 'http://assets.onionstatic.com/avclub/bower/videojs/dist/video-js/video-js.65cfcc0b7a35.swf';</script>\n\n        <!-- Go to www.addthis.com/dashboard to customize your tools -->\n        <script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5463caea0ae9e31d\" async=\"async\"></script>\n\n        <script type=\"application/javascript\" src=\"http://assets.onionstatic.com/avclub/js/avclub.main.4cf01920a9ac.js\" charset=\"utf-8\"></script>\n        <script type=\"application/javascript\" src=\"http://assets.onionstatic.com/avclub/js/avclub.video.433997623972.js\" charset=\"utf-8\"></script>\n\n        \n\n\n<script type=\"text/javascript\">\n    $(document).ready(function(){\n        $('#latest-slides').setupPills();\n    });\n</script>\n\n\n\n<script type=\"text/javascript\">\nfunction toggleMore(e) {\n    e.preventDefault();\n    $(this).hide().nextAll('a').show();\n    return false;\n}\n$('#tags .expand-link').click(toggleMore);\n</script>\n<script type=\"text/javascript\">\n    // Inserts \"suggested read\" recirc links\n    $(function() {\n\n        // Why would we be making this call if taboola is replacing our recirc?\n        // $.get(\"/content-recirc/212903\")\n        //     .success(function(data) {\n        //         $('[data-ct_section_name=\":suggested\"] .loading-results').replaceWith(data);\n        //         $('[data-ct_section_name=\":suggested\"]').pictureFill();\n        //     });\n\n\n        $.event.trigger(\"detail-page-setup\", [212903]);\n    });\n</script>\n\n\n\n<script type=\"text/javascript\">\n    var SOCIAL_STATS_URL = 'http://ticker.onion.com/ss';\n    $(function() {\n        fetchSocialStats('avclub.article.212903', function(data) {\n            function formatk(num) {\n                return num > 999 ? (num/1000).toFixed(1) + 'k' : num;\n            }\n            var statValues = data[0]; // contains share counts\n            var metaValues = data[1]; // velocity, acceleration and time updated\n            if (!statValues)\n                return;\n            for (var statName in statValues) {\n                // maybe we don't need this\n                // var elm = $('.sharetools .' + statName + ' a span');\n                var elm = $('.icon-community .' + statName + ' a');\n                if (elm) {\n                    elm.text(formatk(statValues[statName]));\n                }\n            }\n        });\n    });\n</script>\n\n\n\n    <script>\n        var disqus_shortname = 'avclub';\n\n        \n        var disqus_identifier = 'avclub_article_212903';\n        var disqus_title = 'The best film scenes of 2014';\n        var disqus_url = 'http://www.avclub.com/article/best-film-scenes-2014-212903';\n        \n        /* * * DON'T EDIT BELOW THIS LINE * * */\n        (function() {\n            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';\n            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n        })();\n    </script>\n\n\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n    (function( ){\n    BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n    BF_WIDGET_SRC=\"//ct.buzzfeed.com/wd/UserWidget?u=avclub&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n    setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n    })();\n</script>\n\n\n\n        \n\n        <div id=\"pixel_trackers\"></div>\n\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/avclub.com2.html",
    "content": "<!DOCTYPE html>\n<html>\n    <head>\n        <script src=\"//cdn.optimizely.com/js/742480062.js\"></script>\n        \n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n        <meta name=\"description\" content=\"\">\n        <meta name=\"keywords\" content=\"\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, target-densitydpi=device-dpi\" />\n        <!-- Facebook/Twitter Default Tags -->\n        <meta property=\"fb:app_id\" content=\"130164583741660\"/>\n        <meta name=\"twitter:site\" content=\"@TheAVClub\">\n        \n\n        \n<meta property=\"og:title\" content=\"Finally, the “Mail Kimp” remix you never knew you wanted\"/>\n<meta property=\"og:url\" content=\"http://www.avclub.com/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941\"/>\n\n<meta property=\"og:image\" content=\"http://i.onionstatic.com/avclub/5294/40/16x9/1200.jpg\"/>\n\n\n<meta property=\"og:description\" content=\"By now the Serial theme song has been chopped a screwed a million different ways by a million different people, including us for our Serial Serial podcast. But that little kid that says “mail kimp?” That’s a different story. Soundcloud user kpffkl has created the “Mail Kimp Remix” to give that littl\"/>\n\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/theavclub\"/>\n<meta property=\"article:published_time\" content=\"2014-12-12T12:06:00-06:00\"/>\n\n\n        \n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:title\" content=\"Finally, the “Mail Kimp” remix you never knew you wanted\">\n<meta name=\"twitter:description\" content=\"\">\n\n<meta property=\"twitter:image\" content=\"http://i.onionstatic.com/avclub/5294/40/16x9/1200.jpg\"/>\n\n\n\n        <title>Finally, the “Mail Kimp” remix you never knew you wanted &middot; Great Job, Internet!  &middot; The A.V. Club</title>\n\n        \n        <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css\" rel=\"stylesheet\"/>\n        <link href=\"http://assets.onionstatic.com/avclub/css/avclub.main.1e85298668e7.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link href=\"http://assets.onionstatic.com/avclub/css/avclub.video.b71aa1e9be32.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link href='//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'/>\n        <link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,800,700' rel='stylesheet' type='text/css'/>\n        <link rel=\"shortcut icon\" href=\"http://assets.onionstatic.com/avclub/img/favicons/favicon.ico\" type=\"image/x-icon\" />\n        <link rel=\"apple-touch-icon\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-57x57.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-72x72.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-76x76.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-114x114.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-120x120.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-144x144.png\" />\n        <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://assets.onionstatic.com/avclub/img/favicons/apple-touch-icon-152x152.png\" />\n\n        \n        \n        <script>\n            var STATIC_URL = \"http://assets.onionstatic.com/avclub/\";\n            var BETTY_IMAGE_URL = \"//i.onionstatic.com/avclub\";\n        </script>\n        <script src=\"//i.onionstatic.com/avclub/image.js\"></script>\n        <!--[if lte IE 8]>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/js/vendor/ie-polyfills.js\"></script>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/bower/respond/src/respond.js\"></script>\n\n            <link href=\"http://assets.onionstatic.com/avclub/bower/respond/cross-domain/respond-proxy.html\" id=\"respond-proxy\" rel=\"respond-proxy\" />\n            <link href=\"/static/bower/respond/cross-domain/respond.proxy.gif\" id=\"respond-redirect\" rel=\"respond-redirect\" />\n            <script src=\"/static/bower/respond/cross-domain/respond.proxy.js\"></script>\n\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.onionstatic.com/avclub/core/css/ie8.css\"></link>\n        <![endif]-->\n\n        <!--[if IE 9]>\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.onionstatic.com/avclub/core/css/ie9.css\"></link>\n        <![endif]-->\n\n        <!--[if IE]>\n            <script type=\"text/javascript\" src=\"http://assets.onionstatic.com/avclub/bower/base64/base64.js\"></script>\n        <![endif]-->\n\n        \n        <script>var targeting={\"dfp_pagetype\": \"shortarticle\", \"dfp_feature\": \"great-job-internet\", \"dfp_slug\": \"finally-mail-kimp-remix-you-never-knew-you-wanted\", \"dfp_site\": \"newavclub\", \"dfp_section\": \"aux\", \"dfp_contentid\": 212941};</script>\n\n        \n<script type=\"application/ld+json\">\n  {\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"Finally, the “Mail Kimp” remix you never knew you wanted\",\n    \"url\": \"http://www.avclub.com/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941\",\n    \"thumbnailUrl\": \"http://i.onionstatic.com/avclub/5294/40/16x9/1200.jpg\",\n    \"dateCreated\": \"2014-12-12T12:06:00-06:00\",\n    \"articleSection\": \"Great Job, Internet!\",\n    \"creator\": {\n        \n            \"@type\": \"Person\",\n            \"name\": \"Marah Eakin\",\n            \"sameAs\": \"http://www.avclub.com/author/Marah Eakin/\"\n        \n    },\n    \"keywords\": [\"Serial\", \"Mail Kimp\", \"Mail Chimp\", \"The Serial Serial\", \"AUX\"]\n  }\n</script>\n\n        \n<script>\n    __reach_config = {\n      pid: \"544948b8e79548c37a00016e\",\n      title: \"Finally, the “Mail Kimp” remix you never knew you wanted\",\n      url: \"http://www.avclub.com/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941\",\n      date: \"2014-12-12T12:06:00-06:00\",\n      authors: [\"Marah Eakin\"],\n      channels: [\"great-job-internet\"],\n      tags: [\"Serial\",\"Mail Kimp\",\"Mail Chimp\",\"The Serial Serial\",\"AUX\"],\n      iframe: true,\n      ignore_errors: false\n    };\n</script>\n\n<script>\n    window._newsroom = window._newsroom || [];\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'),\n    document.getElementsByTagName('script')[0], '//c2.taboola.com/nr/theonion-avclub/newsroom.js');\n</script>\n\n\n        <script type=\"text/javascript\">\n          var heap=heap||[];heap.load=function(a){window._heapid=a;var b=document.createElement(\"script\");b.type=\"text/javascript\",b.async=!0,b.src=(\"https:\"===document.location.protocol?\"https:\":\"http:\")+\"//cdn.heapanalytics.com/js/heap.js\";var c=document.getElementsByTagName(\"script\")[0];c.parentNode.insertBefore(b,c);var d=function(a){return function(){heap.push([a].concat(Array.prototype.slice.call(arguments,0)))}},e=[\"identify\",\"track\"];for(var f=0;f<e.length;f++)heap[e[f]]=d(e[f])};\n          heap.load(\"440601183\");\n        </script>\n        <script type=\"text/javascript\">\n            window._taboola = window._taboola || [];\n\n            if (targeting.dfp_pagetype && targeting.dfp_pagetype.indexOf(\"video\") > -1) {\n                _taboola.push({video:'auto'});\n            } else {\n                _taboola.push({article:'auto'});\n            }\n\n            !function (e, f, u) {\n                e.async = 1;\n                e.src = u;\n                f.parentNode.insertBefore(e, f);\n            }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/theonion-avclub/loader.js');\n        </script>\n    </head>\n    <body name=\"top\" class=\" article-detail aux type-shortform\">\n        \n    \n        <div id=\"dfp-ad-stunt\"\n        data-slotname=\"stunt\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        style=\"width:1px;height:1px;\"\n        data-viewports=\"small,medium,large\"></div>\n    \n\n\n        \n    <div class=\"advertisement top-banner\">\n        \n            <div id=\"dfp-ad-header\"\n            data-slotname=\"header\"\n            class=\"dfp-ad ad-zone\"\n            data-viewports=\"medium,large\"></div>\n        \n    </div>\n\n\n        \n<div class=\"header-container scrolled-up\">\n    \n<header id=\"primary\" class=\"compact wrapper clearfix\" data-ct_section_name=\":nav\">\n\n\n    <h1 class=\"title\">\n        <a href=\"/\">\n            <img src=\"http://assets.onionstatic.com/avclub/img/avclub-logo.png\" title=\"A.V. Club\" />\n        </a>\n    </h1>\n    <div class=\"toolbar\">\n\n        <div class=\"site-nav\">\n            <a href=\"#\" class=\"dropdown-trigger toolbar-button\" data-target=\"#main-nav\" data-ct_href=\"burger\">\n                <i class=\"icon fa fa-bars\"></i>\n            </a>\n        </div>\n\n        <nav class=\"verticals\">\n           <ul class=\"unstyled inline\">\n            <li><a class=\"film badge\" href=\"/film/\">Film</a></li>\n<li><a class=\"tv badge\" href=\"/tv/\">TV Club</a></li>\n<li><a class=\"music badge\" href=\"/music/\">Music</a></li>\n<li><a class=\"comedy badge\" href=\"/comedy/\">Comedy</a></li>\n<li><a class=\"books badge\" href=\"/books/\">Books</a></li>\n<li><a class=\"games badge\" href=\"/games/\">Games</a></li>\n<li><a class=\"aux badge\" href=\"/aux/\">Aux</a></li>\n            <li class=\"more\">\n                <a class=\"dropdown-trigger  badge other\" href=\"#\" data-target=\"#main-nav\" data-ct_href=\"more\">\n                More <i class=\"icon fa fa-caret-down\"></i></a></li>\n            </ul>\n        </nav>\n\n        \n        \n        <div class=\"current-article\">\n            <div class=\"progress-bar\"></div>\n            Finally, the “Mail Kimp” remix you never knew you wanted\n        </div>\n        \n\n        <div class=\"options\">\n\n             \n            <div class=\"cell comments scroll-down\">\n                <a href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\" class=\"toolbar-button scroll-down\" data-ct_href=\"toComments\">\n                    <i class=\"icon fa fa-comments\"></i>\n                </a>\n            </div>\n            <div class=\"cell social\">\n                <span>Share</span>\n                <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n                    <i class=\"icon fa fa-facebook\"></i>\n                </a>\n                <a href=\"https://twitter.com/share?text=Finally, the “Mail Kimp” remix you never knew you wanted&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n                    <i class=\"icon fa fa-twitter\"></i>\n                </a>\n            </div>\n            \n\n            <div class=\"cell user\">\n                <a class=\"toolbar-button login-icon\" data-ct_href=\"login\">\n                    <i class=\"icon fa fa-user\"></i>\n                    <i class=\"icon fa fa-gear\"></i>\n                </a>\n                <div id=\"settings-menu\" class=\"dropdown\"></div>\n            </div>\n\n            <div class=\"cell site-search\">\n                <form action=\"/search/\">\n                    <a href=\"#\" class=\"trigger toolbar-button\" data-ct_href=\"search\"><i class=\"icon fa fa-search\"></i></a>\n                    <div class=\"flyout\" id=\"search-flyout\">\n                        <input \n                            autocomplete=\"off\"\n                            type=\"text\"\n                            name=\"q\"\n                            placeholder=\"Search...\" />\n                        <div id=\"search-results\"></div>\n                    </div>\n                </form>\n            </div>\n\n        </div>\n    </div>\n</header>\n<script>\n/* prevent flash of compact. needs a bit of reworking */\nif (window.innerWidth > 768) {\n    document.getElementById(\"primary\").setAttribute(\"class\", \"fullsize wrapper clearfix\");\n}\n</script>\n\n<div id=\"expanded-nav\" class=\"dropdown stacked\" data-ct_section_name=\":nav:more\">\n\t<div id=\"mobile-nav\">\n\t\t<div id=\"actions\">\n            <a href=\"#\" class=\"close\"><i class=\"icon fa fa-times\"></i></a>\n            <a href=\"/users/me/settings/\" class=\"login-icon\">\n                <i class=\"icon fa fa-user\"></i>\n                <i class=\"icon fa fa-gear\"></i>\n            </a>\n        </div>\n\t\t<ul class=\"unstyled\">\n\t\t\t<li><a href=\"/film/\" class=\"type-link film\">\n\t\t\t\tFilm</a></li>\n\t\t\t<li><a href=\"/tv/\" class=\"type-link tv-club\">\n\t\t\t\tTV Club</a></li>\n\t\t\t<li><a href=\"/music/\" class=\"type-link music\">\n\t\t\t\tMusic</a></li>\n\t\t\t<li><a href=\"/comedy/\" class=\"type-link comedy\">\n\t\t\t\tComedy</a></li>\n\t\t\t<li><a href=\"/books/\" class=\"type-link books\">\n\t\t\t\tBooks</a></li>\n\t\t\t<li><a href=\"/games/\" class=\"type-link games\">\n\t\t\t\tGames</a></li>\n\t\t\t<li><a href=\"/aux/\" class=\"type-link aux\">\n\t\t\t\tAux</a></li>\n\t\t\t<li><a href=\"/features/newswire/\" class=\"secondary\">\n\t\t\t\tNewswire</a></li>\n\t\t\t<li><a href=\"/search?types=review_reviews\" class=\"secondary\">\n\t\t\t\tReviews</a></li>\n\t\t\t<li><a href=\"/search?types=core_video\" class=\"secondary\">\n\t\t\t\tVideo</a></li>\n\t\t\t<li><a href=\"/features/great-job-internet/\" class=\"secondary\">\n\t\t\t\tGreat Job, Internet!</a></li>\n\t\t</ul>\n\t</div>\n\t<div class=\"overlay\" style=\"display: none;\"></div>\n\t<div class=\"wrapper\">\n\t\t<nav class=\"verticals\">\n\t\t\t<ul class=\"unstyled\">\n\t\t\t\t<li><a class=\"film type-link\" href=\"/film/\">Film</a></li>\n<li><a class=\"tv type-link\" href=\"/tv/\">TV Club</a></li>\n<li><a class=\"music type-link\" href=\"/music/\">Music</a></li>\n<li><a class=\"comedy type-link\" href=\"/comedy/\">Comedy</a></li>\n<li><a class=\"books type-link\" href=\"/books/\">Books</a></li>\n<li><a class=\"games type-link\" href=\"/games/\">Games</a></li>\n<li><a class=\"aux type-link\" href=\"/aux/\">Aux</a></li>\n\t\t\t</ul>\n\t\t</nav>\n\t\t<div id=\"latest-slides\">\n\t\t\n\t\t<nav class=\"content-types tab-navigator\">\n    <ul>\n        \n        <li><a href=\"#latestin-newswire\"  data-ct_href=\"newswire\"><span>Newswire</span></a></li>\n        \n        <li><a href=\"#latestin-features\"  data-ct_href=\"features\"><span>Features</span></a></li>\n        \n        <li><a href=\"#latestin-reviews\"  data-ct_href=\"reviews\"><span>Reviews</span></a></li>\n        \n        <li><a href=\"#latestin-videos\"  data-ct_href=\"videos\"><span>Videos</span></a></li>\n        \n        <li><a href=\"#latestin-gji\"  data-ct_href=\"gji\"><span>Great Job, Internet!</span></a></li>\n        \n    </ul>\n</nav>\n<section class=\"latest-in tab-content\" data-ct_section_name=\":content\">\n    \n    <div id=\"latestin-newswire\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/features/newswire/\">\n                The Latest From Newswire</a></h1>\n        \n        \n<article class=\"item  how-i-met-your-mother\" id=\"213386\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/rip-edward-herrmann-star-gilmore-girls-and-lost-bo-213386\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530457\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/57/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/rip-edward-herrmann-star-gilmore-girls-and-lost-bo-213386\" title=\"R.I.P. Edward Herrmann, star of Gilmore Girls and The Lost Boys, portrayer of F.D.R. \">\n\t\tR.I.P. Edward Herrmann, star of <i>Gilmore Girls</i> and <i>The Lost Boys</i>, portrayer of F.D.R. \n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213382\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/paul-feig-says-his-ghostbusters-movie-will-be-scar-213382\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530452\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/52/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/paul-feig-says-his-ghostbusters-movie-will-be-scar-213382\" title=\"Paul Feig says his Ghostbusters movie will be “scarier than the original”\">\n\t\tPaul Feig says his <i>Ghostbusters</i> movie will be “scarier than the original”\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-features\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=core_article\">\n                The Latest From Features</a></h1>\n        \n        \n<article class=\"item  tv\" id=\"213383\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/brad-meltzers-lost-history-finds-history-213383\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530460\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/60/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/brad-meltzers-lost-history-finds-history-213383\" title=\"Brad Meltzer’s Lost History finds history\">\n\t\t<i>Brad Meltzer’s Lost History</i> finds history\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  aux\" id=\"213385\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/routine-maintenance-213385\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530456\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/56/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/routine-maintenance-213385\" title=\"Routine maintenance\">\n\t\tRoutine maintenance\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-reviews\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=reviews_review\">\n                The Latest From Reviews</a></h1>\n        \n        \n<article class=\"item  film\" id=\"213391\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/review/zombie-franchise-returns-form-rec-4-apocalypse-213391\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530471\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/71/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n        \n<div class=\"grade letter color-me  film\">B</div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/review/zombie-franchise-returns-form-rec-4-apocalypse-213391\" title=\"A zombie franchise returns to form with [REC] 4: Apocalypse\">\n\t\tA zombie franchise returns to form with<i> [REC] 4: Apocalypse</i>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213331\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/review/tsui-hark-transforms-maoist-chestnut-taking-tiger--213331\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530374\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5303/74/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n        \n<div class=\"grade letter color-me  film\">B-</div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/review/tsui-hark-transforms-maoist-chestnut-taking-tiger--213331\" title=\"Tsui Hark transforms a Maoist chestnut into The Taking Of Tiger Mountain 3D\">\n\t\tTsui Hark transforms a Maoist chestnut into <i>The Taking Of Tiger Mountain 3D</i>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-videos\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/search?types=core_video\">\n                The Latest From Videos</a></h1>\n        \n        \n<article class=\"item  music\" id=\"213262\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/video/it-over-it-covers-assassination-x-mas-eve-213262\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530181\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5301/81/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/video/it-over-it-covers-assassination-x-mas-eve-213262\" title=\"Into It. Over It. covers “Assassination On X-Mas Eve”\">\n\t\tInto It. Over It. covers “Assassination On X-Mas Eve”<span class=\"bug\"><span>&nbsp;</span><i class=\"icon fa fa-video-camera\"></i></span>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  aux\" id=\"213252\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/video/year-swag-2014-video-showcase-part-2-213252\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530178\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5301/78/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/video/year-swag-2014-video-showcase-part-2-213252\" title=\"The year in swag 2014: A video showcase, part 2\">\n\t\tThe year in swag 2014: A video showcase, part 2<span class=\"bug\"><span>&nbsp;</span><i class=\"icon fa fa-video-camera\"></i></span>\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n    <div id=\"latestin-gji\" class=\"tab-pane\">\n        <h1>\n            <a href=\"/features/great-job-internet/\">\n                The Latest From Great Job, Internet!</a></h1>\n        \n        \n<article class=\"item  film\" id=\"213343\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/patrick-stewart-remains-adorable-cant-stop-laughin-213343\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530409\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5304/09/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/patrick-stewart-remains-adorable-cant-stop-laughin-213343\" title=\"Patrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\">\n\t\tPatrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n        \n<article class=\"item  film\" id=\"213294\">\n    \n    \n\n    <a class=\"thumbnail\" href=\"/article/epic-fan-made-marvel-vs-dc-trailer-pairs-explosion-213294\">\n    <figure>\n    <div data-type=\"image\"  class=\"image crop-auto\" data-image-id=\"530262\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5302/62/original/125.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n</figure>\n    </a>\n    <div class=\"inner\">\n        <!-- TODO: perhaps these should be done by media item? -->\n        \n        \n\n        \n    \t<h1 class=\"heading\">\n\t<a href=\"/article/epic-fan-made-marvel-vs-dc-trailer-pairs-explosion-213294\" title=\"Epic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\">\n\t\tEpic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\n\t</a>\n</h1>\n        \n\n        \n\n        \n\n        \n\n        \n        \n    </div>\n</article>\n        \n    </div>\n    \n</section>\n\t\t\n\t\t</div>\n\t\t<nav class=\"meta\" id=\"h-colophon\">\n\t\t\t<ul data-ct_section_name=\":links\">\n\t\t\t\t<li><a href=\"/search\">All Recent</a></li>\n\t\t\t\t<li><a href=\"/features/\">Feature Jump</a></li>\n\t\t\t\t<li><a href=\"/features/coming-distractions/\">Coming Distractions</a></li>\n\t\t\t\t<li><a href=\"/features/savage-love/\">Savage Love</a></li>\n\t\t\t</ul>\n\t\t\t<ul data-ct_section_name=\":social\">\n\t\t\t\t<li><a href=\"http://www.facebook.com/theavclub\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-facebook fa\"></i> Facebook</a></li>\n\t\t\t\t<li><a href=\"http://twitter.com/TheAVClub/\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-twitter fa\"></i> Twitter</a></li>\n\t\t\t\t<li><a href=\"http://theavc.tumblr.com\" target=\"_blank\">\n\t\t\t\t\t<i class=\"fa-tumblr fa\"></i> Tumblr</a></li>\n\t\t\t</ul>\n\t\t</nav>\n\t</div>\n</div>\n\n</div>\n\n\n        \n<div class=\"main-container\">\n    \n        <div id=\"dfp-ad-wallpaper\"\n        data-slotname=\"wallpaper\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        style=\"width:1px;height:1px;\"\n        data-viewports=\"large\"></div>\n    \n    \n    \n    <div class=\"advertisement mobile-top\">\n        <div id=\"dfp-ad-header_320x50\"\n        data-slotname=\"header_320x50\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        style=\"width:320px;height:50px;\"\n        data-viewports=\"small\"></div>\n    </div>\n    \n\n    <div class=\"main wrapper clearfix\" id=\"main\" role=\"main\">\n        \n<article id=\"article-detail\" class=\"main\">\n\n\n\n<div class=\"article-meta article-metabar \">\n\n\t<div class=\"article-tags\" id=\"article-tags\" data-ct_section_name=\":type\">\n\t\t<h2 class=\"section-type heading\">\n\n<a \n\thref=\"/section/aux\" \n\ttitle=\"AUX\" \n\tclass=\"aux icon\">\n\t<span>AUX</span></a>\n\n</h2>\n\n\t\t\n\t\t\n<a\n\tclass=\"article-type great-job-internet \"\n\ttitle=\"Great Job, Internet!\"\n\thref=\"/features/great-job-internet/\">Great Job, Internet!\n</a>\n\n\t\t\n\n\t\t\n\n\t</div>\n\n\t\n\t\n\t<ul class=\"icon-community unstyled\" data-ct_section_name=\":social\">\n\t\t<li class=\"share twitter\">\n\t\t\t<i class=\"fa fa-twitter\"></i>\n\t\t\t<a href=\"https://twitter.com/share?text=Finally, the “Mail Kimp” remix you never knew you wanted&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\"></a>\n\t\t</li>\n\t\t<li class=\"share facebook\">\n\t\t\t<i class=\"fa fa-facebook\"></i>\n\t\t\t<a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\"></a>\n\t\t</li>\n\t\t<li class=\"share disqus scroll-down\">\n\t\t\t\n<div class=\"comment-count \">\n\t<i class=\"fa fa-comment-o type-link great-job-internet serial\"></i>\n\t<a href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#disqus_thread\" data-disqus-identifier=\"avclub_article_212941\" data-ct_href=\"toComments\"></a>\n</div>\n\n\n\t\t</li>\n\t</ul>\n\t\n\n\t\n</div>\n\n<header class=\"article-header\">\n    <h1 class=\"heading\">Finally, the “Mail Kimp” remix you never knew you wanted</h1>\n    \n</header>\n\n<div class=\"article-body\">\n\t\n\n<div class=\"article-image main-image \">\n<figure>\n    <div data-type=\"image\"  class=\"image crop-16x9\" data-image-id=\"529440\">\n        <div>\n            <noscript>\n                <img src=\"http://i.onionstatic.com/avclub/5294/40/16x9/960.jpg\" >\n            </noscript>\n        </div>\n    </div>\n\n    \n\n    \n    <figcaption class=\"visuallyhidden\">Courtesy of MailChimp's Instagram page</figcaption>\n    \n</figure>\n\n<figcaption>Courtesy of MailChimp&#39;s Instagram page</figcaption>\n\n</div>\n\n\t<section class=\"article-meta meta\">\n\t\n<div class=\"authors byline\" data-ct_section_name=\":byline\">\n\tBy\n\n    \n    <span class=\"author\"><a class=\"author\" href=\"/author/Marah Eakin/\">Marah Eakin</a></span><span class=\"twitter\"><a href=\"http://www.twitter.com/marahe\"><i class=\"fa fa-twitter\"></i>&#64;marahe</a></span>\n    \n</div>\n\n\t\n<div class=\"published\">\n\t<span class=\"published date\">Dec 12, 2014</span>\n\t<span class=\"published time\">12:06 PM</span>\n</div>\n\n</section>\n\n    <div id=\"topshare\" class=\"sharetools sharetools-small sharetools-horizontal\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_sm.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=Finally, the “Mail Kimp” remix you never knew you wanted&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_sm.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;name=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;media=http://i.onionstatic.com/avclub/5294/40/16x9/960.jpg&amp;description=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds aux type-bg\">\n        <a class=\"scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#disqus_thread\" data-disqus-identifier=\"avclub_article_212941\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n\n\t<section class=\"article-text \" data-ct_section_name=\":body\">\n    <div id=\"sideshare\" class=\"sharetools sharetools-large sharetools-vertical\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_sm.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=Finally, the “Mail Kimp” remix you never knew you wanted&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_sm.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;name=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;media=http://i.onionstatic.com/avclub/5294/40/16x9/960.jpg&amp;description=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds aux type-bg\">\n        <a class=\"scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#disqus_thread\" data-disqus-identifier=\"avclub_article_212941\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n    <p>By now the <i>Serial </i>theme song has been chopped a screwed a million different ways by a million different people, including us for our <i><a href=\"/article/fourth-episode-serial-serial-now-212936\">Serial Serial</a> </i>podcast. But that little kid that says “mail kimp?” That’s a different story. Soundcloud user kpffkl has created the “Mail Kimp Remix” to give that little kid some glory, and it’s both annoying and mesmerizing, as most remixes of a single sound are, but it’s still new and potentially interesting <i>Serial</i>-related content, something the Internet is certainly hungry for this holiday season.</p><div data-type=\"embed\" contenteditable=\"false\" data-crop=\"original\" data-size=\"original\" class=\"inline embed size-original crop-original\" data-code=\"%3Ciframe%20width%3D%22100%25%22%20height%3D%22450%22%20scrolling%3D%22no%22%20frameborder%3D%22no%22%20src%3D%22https%3A//w.soundcloud.com/player/%3Furl%3Dhttps%253A//api.soundcloud.com/tracks/180961263%26amp%3Bauto_play%3Dfalse%26amp%3Bhide_related%3Dfalse%26amp%3Bshow_comments%3Dtrue%26amp%3Bshow_user%3Dtrue%26amp%3Bshow_reposts%3Dfalse%26amp%3Bvisual%3Dtrue%22%3E%3C/iframe%3E\" data-source=\"{{source}}\"><div><iframe width=\"100%\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/180961263&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true\"></iframe></div><span class=\"caption\"></span></div><p>[via <a href=\"http://www.buzzfeed.com/markdistefano/kimp-sweater?bftw=main\">Buzzfeed</a>]<br></p>\n</section>\n\n    <div id=\"tags\">\n        <div class=\"tags\" data-ct_section_name=\":tag\">\n    <span>Filed Under:</span>\n    \n        \n        <a href=\"/search?tags=aux\">AUX, </a>\n    \n        \n        <a href=\"/search?tags=serial\">Serial, </a>\n    \n        \n        <a href=\"/search?tags=the-serial-serial\">The Serial Serial, </a>\n    \n        \n        <a href=\"/search?tags=mail-kimp\">Mail Kimp, </a>\n    \n        \n        <a href=\"/search?tags=mail-chimp\">Mail Chimp</a>\n    \n</div>\n    </div>\n\n    <div id=\"bottomshare\" class=\"sharetools sharetools-large sharetools-horizontal\">\n        \n<ul class=\"unstyled\" data-ct_section_name=\"social\">\n    <li class=\"fb\" data-ct_section_name=\":facebook\">\n        <a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941fsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=285,width=500');return false;\" data-ct_href=\"facebookShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/fb_lg.png\" height=\"40\" alt=\"Facebook\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"tw\" data-ct_section_name=\":twitter\">\n        <a href=\"https://twitter.com/share?text=Finally, the “Mail Kimp” remix you never knew you wanted&url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941tsd&via=TheAVClub&related=TheAVClub\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"twitterShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tw_lg.png\" alt=\"Twitter\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test gpl\" data-ct_section_name=\":gplus\">\n        <a href=\"https://plus.google.com/share?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"gplusShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/gp_sm.png\" alt=\"Google+\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test tum\" data-ct_section_name=\":tumblr\">\n        <a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;name=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club&amp;description=\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/tm_sm.png\" alt=\"Tumblr\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    <li class=\"icon-test pin\" data-ct_section_name=\":pinterest\">\n        <a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.avclub.com%2Fr%2F212941zsd&amp;media=http://i.onionstatic.com/avclub/5294/40/16x9/960.jpg&amp;description=Finally, the “Mail Kimp” remix you never knew you wanted &ndash; The A.V. Club\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\">\n            <img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/pn_sm.png\" alt=\"Pinterest\" />\n            <span>&nbsp;</span>\n        </a>\n    </li>\n    \n    <li class=\"ds aux type-bg\">\n        <a class=\"scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\"><img src=\"http://assets.onionstatic.com/avclub/core/img/sharetools/ds_sm.png\" alt=\"Disqus\" /></a>\n        <a class=\"count scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#disqus_thread\" data-disqus-identifier=\"avclub_article_212941\" data-ct_href=\"toComments\"></a>\n        <a class=\"count-label scroll-down\" href=\"/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941#comments\">Comments</a>\n    </li>\n    \n</ul>\n\n    </div>\n\n    \n<section class=\"more-type article-pagination outset\">\n    <h2 class=\"section-title visuallyhidden\">More Great Job, Internet!</h2>\n    <nav>\n        <ul class=\"pagination unstyled pager\">\n            <li class=\"previous\" data-ct_section_name=\":previous\">\n\n                \n                <a href=\"/article/watch-adam-savage-build-barbarellas-space-rifle-st-212906\" title=\"Watch Adam Savage build Barbarella’s space rifle from start to finish\">\n                    \n                    <span class=\"label\">Previous Great Job, Internet!</span>\n                    <span class=\"title\">Watch Adam Savage build <i>Barbarella</i>’s space rifle from start to finish</span>\n                </a>\n                \n\n            </li>\n            <li class=\"next\" data-ct_section_name=\":next\">\n\n                \n                <a href=\"/article/watch-kroll-shows-liz-hang-out-seth-rogen-and-jame-212949\" title=\"Watch Kroll Show’s Liz hang out with Seth Rogen and James Franco\">\n                    <span class=\"label\">Next Great Job, Internet!</span>\n                    <span class=\"title\">Watch <i>Kroll Show</i>’s Liz hang out with Seth Rogen and James Franco</span>\n                    \n                </a>\n                \n\n            </li>\n        </ul>\n    </nav>\n</section>\n\n\n\n<section class=\"advertisement\">\n        <div id=\"dfp-ad-320x50_secondary\"\n        data-slotname=\"320x50_secondary\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        style=\"width:320px;height:50px;\"\n        data-viewports=\"small\"></div>\n    </section>\n\n\n\n<section class=\"four-panel-recirc\" data-ct_section_name=\":suggested\" style=\"display:none\">\n    <h3 class=\"section-title\">Suggested Reads</h3>\n    <div class=\"loading-results\">\n        <span class=\"fa fa-spinner fa-spin\"></span>\n    </div>\n</section>\n\n\n\n\n<section class=\"taboola\" data-ct_section_name=\":taboola\">\n\n<div id=\"taboola-below-article-thumbs\" class=\"taboola\"></div>\n</section>\n\n</div>\n\n<aside class=\"right-outdent article-side\">\n\n\t\n\n\t\n        <div id=\"dfp-ad-300x250_abovefold\"\n        data-slotname=\"300x250_abovefold\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        style=\"width:300px;height:250px;\"\n        data-viewports=\"medium,large\"></div>\n    \n\t\n\t<section class=\"more-articles\" data-ct_section_name=\":more\">\n\t<h3>More Great Job, Internet!</h3>\n\n\t\n\t<article id=\"213343\">\n\n\t\t<h1 class=\"heading\">\n\t<a href=\"/article/patrick-stewart-remains-adorable-cant-stop-laughin-213343\" title=\"Patrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\">\n\t\tPatrick Stewart remains adorable, can’t stop laughing at this silly Christmas hat\n\t</a>\n</h1>\n\t\t<div class=\"article-meta\">\n<div class=\"published\">\n\t<span class=\"published date\">Dec 29, 2014</span>\n\t<span class=\"published time\">1:36 PM</span>\n</div>\n</div>\n\n\t</article>\n\t\n\t<article id=\"213294\">\n\n\t\t<h1 class=\"heading\">\n\t<a href=\"/article/epic-fan-made-marvel-vs-dc-trailer-pairs-explosion-213294\" title=\"Epic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\">\n\t\tEpic fan-made “Marvel vs. DC” trailer pairs explosions with grimacing superheroes\n\t</a>\n</h1>\n\t\t<div class=\"article-meta\">\n<div class=\"published\">\n\t<span class=\"published date\">Dec 22, 2014</span>\n\t<span class=\"published time\">4:06 PM</span>\n</div>\n</div>\n\n\t</article>\n\t\n\t<article id=\"213261\">\n\n\t\t<h1 class=\"heading\">\n\t<a href=\"/article/celebrate-your-hatred-christmas-supercut-film-and--213261\" title=\"Celebrate your hatred of Christmas with a supercut of film and TV Scrooges\">\n\t\tCelebrate your hatred of Christmas with a supercut of film and TV Scrooges\n\t</a>\n</h1>\n\t\t<div class=\"article-meta\">\n<div class=\"published\">\n\t<span class=\"published date\">Dec 22, 2014</span>\n\t<span class=\"published time\">2:39 PM</span>\n</div>\n</div>\n\n\t</article>\n\t\n\t<article id=\"213253\">\n\n\t\t<h1 class=\"heading\">\n\t<a href=\"/article/get-log-lady-tattoo-time-holidays-these-twin-peaks-213253\" title=\"Get a Log Lady tattoo in time for the holidays with these Twin Peaks pinups\">\n\t\tGet a Log Lady tattoo in time for the holidays with these <i>Twin Peaks</i> pinups\n\t</a>\n</h1>\n\t\t<div class=\"article-meta\">\n<div class=\"published\">\n\t<span class=\"published date\">Dec 19, 2014</span>\n\t<span class=\"published time\">4:10 PM</span>\n</div>\n</div>\n\n\t</article>\n\t\n\n</section>\n\t\n\t\n        <div id=\"dfp-ad-300x130_feature\"\n        data-slotname=\"300x130_feature\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"130\"\n        style=\"width:300px;height:130px;\"\n        data-viewports=\"medium,large\"></div>\n    \n\t<div id=\"taboola-right-rail-thumbs\"></div>\n</aside>\n\n\n\n<footer class=\"article-footer\">\n\n\t<div id=\"article-end\"></div>\n\n\t\n\t\t\n\t\t\t<div id=\"comments\" name=\"#comments\" data-ct_section_name=\":comments\">\n\t\t\t\t<div id=\"disqus_thread\">\n\t\t\t\t\t<h4><a href=\"/about/#no-comments\">Can't see comments?</a></h4>\n\t\t\t\t</div>\n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t\t\t</div>\n\t\t\n\t\n\n\n\t\n\t\n\t<div id=\"comment-ad\">\n        <div id=\"dfp-ad-300x250_secondary\"\n        data-slotname=\"300x250_secondary\"\n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        style=\"width:300px;height:250px;\"\n        data-viewports=\"medium,large\"></div>\n    </div>\n\n</footer>\n\n\n\n</article>\n\n    </div>\n</div>\n\n\n        \n<div class=\"footer-container\" data-ct_section_name=\":footer\">\n    \n<footer class=\"wrapper\" id=\"main-footer\">\n\t<div>\n\t    <div class=\"newsletter row\" data-ct_section_name=\":newsletters\">\n\t    \t<h1>Sign up for news</h1>\n\t    \t<form class=\"validate-me\">\n\t    \t\t<input type=\"checkbox\" value=\"Daily Newsletter\" name=\"newsletter-daily\" id=\"newsletter-daily\" checked>\n\t\t    \t<label for=\"newsletter-daily\" data-ct_href=\"dailyNewsletterCheckbox\">\n\t\t\t\t\tDaily Newsletter\n\t\t\t\t\t<span class=\"muted\">Highlights from The A.V. Club</span>\n\t\t\t\t</label>\n\t\t\t\t<input type=\"checkbox\" value=\"What's On Tonight\" name=\"newsletter-whatson\" id=\"newsletter-whatson\" checked>\n\t\t    \t<label for=\"newsletter-whatson\" data-ct_href=\"whatsonCheckbox\">\n\t\t\t\t\tWhat's On Tonight\n\t\t\t\t\t<span class=\"muted\">A daily update on the world of TV</span>\n\t\t\t\t</label>\n\t\t\t\t<div class=\"email\">\n\t\t\t\t\t<input type=\"email\" name=\"email\" placeholder=\"Email address\">\n\t\t\t\t\t<button type=\"submit\" data-ct_href=\"newsletterSubscribeButton\">Submit</button>\n\t\t\t\t</div>\n\t\t\t\t<p class=\"hide\">Thank you for signing up! A confirmation email has been sent.</p>\n\t\t\t</form>\n\t    </div>\n\t\t<div class=\"links-n-such links row\">\n\t\t\t<h1>Links and such</h1>\n\t\t\t<ul class=\"unstyled col\">\n\t\t\t\t<li><a href=\"/search\">All Recent</a></li>\n\t\t\t\t<li><a href=\"/features\">Feature Jump</a></li>\n\t\t\t\t<li><a href=\"/features/coming-distractions/\">Coming Distractions</a></li>\n\t\t\t\t<li><a href=\"/features/savage-love/\">Savage Love</a></li>\n\t\t\t\t<li><a href=\"/features/contest/\">Contests</a></li>\n\t\t\t\t<li><a href=\"/rss/\"><i class=\"fa fa-rss\"></i> RSS</a></li>\n\t\t\t</ul>\n\t\t\t<ul class=\"unstyled col\">\n\t\t\t    <li><a href=\"/about/\">About Us</a></li>\n\t\t\t    <li><a href=\"/contact/\">Contact</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://mediakit.theonion.com\">Media Kit</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.theonion.com/jobs/\">Jobs</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.theonion.com/privacy\">Privacy Policy</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t    <nav class=\"partners links row last\" data-ct_section_name=\":partners\">\n\t\t    <h1>Our Partners</h1>\n\t\t    <ul id=\"meta-links\" class=\"unstyled\">\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.hitfix.com\">Hitfix</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.mentalfloss.com\">Mental Floss</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.ohmyrockness.com\">Oh My Rockness</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.uproxx.com\">Uproxx</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.upworthy.com\">Upworthy</a></li>\n\t\t\t    <li><a target=\"_blank\" href=\"http://www.vice.com\">Vice</a></li>\n\t\t    </ul>\n\t    </nav>\n\t</div>\n     <div class=\"social row\">\n\t\t<a href=\"http://www.facebook.com/theavclub\" title=\"The A.V. Club on Facebook\" target=\"_blank\" data-ct_section_name=\":social\">\n\t\t\t<i class=\"fa fa-facebook\"></i>\n\t\t</a>\n    \t<a href=\"http://twitter.com/TheAVClub\" title=\"The A.V. Club on Twitter\" target=\"_blank\" data-ct_section_name=\":social\">\n    \t\t<i class=\"fa fa-twitter\"></i>\n    \t</a>\n    \t<a href=\"http://theavc.tumblr.com\" title=\"The A.V. Club on Tumblr\" target=\"_blank\" data-ct_section_name=\":social\">\n\t    \t\t<i class=\"fa fa-tumblr\"></i></a>\n    \t<div class=\"our-sites\">\n\t    \t\n\t    \t<a class=\"theonion\" href=\"http://www.theonion.com\" target=\"_blank\">\n\t    \t\t<img src=\"http://assets.onionstatic.com/avclub/img/onionlogo-footer.png\" alt=\"The Onion Logo\" title=\"The Onion\" /></a>\n\t    \t<a class=\"clickhole\" id=\"clickhole-link\" href=\"http://www.clickhole.com?ref=avclub\" target=\"_blank\">\n\t    \t\t<img src=\"http://assets.onionstatic.com/avclub/img/clickhole.png\" alt=\"The Onion Logo\" title=\"Clickhole\" /></a>    \t\t\n    \t</div>\n\t    <div class=\"colophon\">&copy; Copyright 2015 Onion Inc. All Rights Reserved.</div>\n    </div>\n</footer>\n<div class=\"stripes outset\" id=\"page-bottom\"></div>\n</div>\n<div class=\"modal modal-border\"></div>\n\n\n        \n\n        \n\n        \n\n        <!-- START Parse.ly Include: Standard -->\n        <div id=\"parsely-root\" style=\"display: none\">\n          <div id=\"parsely-cfg\" data-parsely-site=\"avclub.com\"></div>\n        </div>\n        <script>\n        (function(s, p, d) {\n          var h=d.location.protocol, i=p+\"-\"+s,\n              e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n              u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n              :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n        </script>\n        <!-- END Parse.ly Include -->\n\n        <!-- simple reach -->\n        <script type=\"text/javascript\">\n            (function(){\n              var s = document.createElement('script');\n              s.async = true;\n              s.type = 'text/javascript';\n              s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n              (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n            })();\n        </script>\n        <!-- /simple reach -->\n\n        <!--Disqus-->\n        <script>\n            var disqus_shortname = 'avclub';\n            (function () {\n                var s = document.createElement('script'); s.async = true;\n                s.type = 'text/javascript';\n                s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n                (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n            }());\n        </script>\n        <!--/Disqus-->\n\n        <!--Google Analytics-->\n        <script type=\"text/javascript\">\n          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n          ga('create', 'UA-223393-2', 'auto');\n          ga('create', 'UA-223393-11', 'auto', { 'name': 'adTracker' });\n          ga('set', 'dimension1', targeting.dfp_section || 'None');\n          ga('set', 'dimension2', targeting.dfp_feature || 'None');\n          ga('set', 'dimension3', targeting.dfp_pagetype || 'None');\n          ga('send', 'pageview');\n\n        </script>\n        <!--/Google Analytics-->\n\n        <!--Sam Johnson -->\n        <script type=\"text/javascript\">\n            //http://reporting.theonion.com:3333/pixel.gif?event=pageview&uuid=9335759727&timezoneOffset=6&vpv=/vpv/home/&referrer=direct\n            (function() {\n                if (window.location.host == \"www.avclub.com\") {\n                    var sj = new Image;\n                    sj.src = \"http://reporting.theonion.com:3333/pixel.gif?event=pageview&uuid=1234&timezoneOffset=6&vpv=\"\n                        + window.location.pathname + \"&referrer=direct\";\n                }\n            })()\n        </script>\n        <!--/Sam Johnson-->\n\n        <!-- TinyTracker-->\n        <script>\n          var tinytracker = [\"avclub.site\", \"avclub.content.212941\", \"avclub.feature_types.great_job_internet\", \"avclub.tags.aux\"];\n          var img = new Image();\n          var trackingPixel = \"http://tinytracker.onion.com/track.gif?\" + (new Date).getTime();\n          for (var i in tinytracker){\n            trackingPixel += (\"&event=\" + tinytracker[i]);\n          }\n          img.src = trackingPixel;\n        </script>\n        <!-- /TinyTracker-->\n\n        <!-- influxer -->\n        <script>\n            // influxer currently accepts the same format as tinytracker for ubiquitous migration\n            if (document.location.protocol != \"https:\") {\n                var eventData = [\"avclub.site\", \"avclub.content.212941\", \"avclub.feature_types.great_job_internet\", \"avclub.tags.aux\"];\n                var img = new Image();\n                var pixel = \"http://influxer.onion.com/influx.gif?\" + (new Date).getTime();\n                for (var i in eventData) {\n                    pixel += (\"&event=\" + eventData[i]);\n                }\n                img.src = pixel;\n            }\n        </script>\n        <!-- /influxer -->\n\n        <!--Quantcast-->\n        <script type=\"text/javascript\">\n            _qoptions={\n            qacct:\"p-39FYaAGOYli_-\"\n            };\n        </script>\n        <script type=\"text/javascript\" src=\"//edge.quantserve.com/quant.js\"></script>\n        <noscript>\n            <img src=\"//pixel.quantserve.com/pixel/p-39FYaAGOYli_-.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n        </noscript>\n        <!--/Quantcast-->\n\n        <!--Comscore-->\n        <script src=\"//b.scorecardresearch.com/beacon.js\"></script>\n        <script>\n            COMSCORE.beacon({\n                c1:2,\n                c2:\"6036328\",\n                c3:\"\",\n                c4:\"\",\n                c5:\"\",\n                c6:\"\",\n                c15:\"\"\n            });\n        </script>\n        <noscript>\n            <img src=\"//b.scorecardresearch.com/b?c1=2&c2=6036328&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1\"\n        style=\"display:none\" width=\"0\" height=\"0\" alt=\"\" />\n        </noscript>\n        <!--/Comscore-->\n\n        <!--Chartbeat-->\n        <script type=\"text/javascript\">\n        var _sf_async_config = {};\n        </script>\n        \n        <script type=\"text/javascript\">\n        var result = {}\n        if( window.location.search ){\n            var params = window.location.search.slice(1).split(\"&\");\n            for( var i = 0; i < params.length; i++ ){\n                var tmp = params[i].split(\"=\");\n                result[tmp[0]] = unescape(tmp[1]);\n            }\n        }\n        /*\n        if( !(result['ref'] === \"auto\") ){\n            var cbjspath = \"static.chartbeat.com/js/chartbeat.js?uid=1762&domain=avclub.com\";\n            var cbjsprotocol = ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\");\n            document.write(unescape(\"%3Cscript src='\"+cbjsprotocol+cbjspath+\"'type='text/javascript'%3E%3C/script%3E\"));\n\n        }\n        */\n        </script>\n        <script src=\"//static.chartbeat.com/js/chartbeat.js?uid=1762&domain=avclub.com\" type=\"text/javascript\"></script>\n        <!--/Chartbeat-->\n        <script>var VIDEOJS_SWF = 'http://assets.onionstatic.com/avclub/bower/videojs/dist/video-js/video-js.65cfcc0b7a35.swf';</script>\n\n        <!-- Go to www.addthis.com/dashboard to customize your tools -->\n        <script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5463caea0ae9e31d\" async=\"async\"></script>\n\n        <script type=\"application/javascript\" src=\"http://assets.onionstatic.com/avclub/js/avclub.main.4cf01920a9ac.js\" charset=\"utf-8\"></script>\n        <script type=\"application/javascript\" src=\"http://assets.onionstatic.com/avclub/js/avclub.video.433997623972.js\" charset=\"utf-8\"></script>\n\n        \n\n\n<script type=\"text/javascript\">\n    $(document).ready(function(){\n        $('#latest-slides').setupPills();\n    });\n</script>\n\n\n\n<script type=\"text/javascript\">\nfunction toggleMore(e) {\n    e.preventDefault();\n    $(this).hide().nextAll('a').show();\n    return false;\n}\n$('#tags .expand-link').click(toggleMore);\n</script>\n<script type=\"text/javascript\">\n    // Inserts \"suggested read\" recirc links\n    $(function() {\n\n        // Why would we be making this call if taboola is replacing our recirc?\n        // $.get(\"/content-recirc/212941\")\n        //     .success(function(data) {\n        //         $('[data-ct_section_name=\":suggested\"] .loading-results').replaceWith(data);\n        //         $('[data-ct_section_name=\":suggested\"]').pictureFill();\n        //     });\n\n\n        $.event.trigger(\"detail-page-setup\", [212941]);\n    });\n</script>\n\n\n\n<script type=\"text/javascript\">\n    var SOCIAL_STATS_URL = 'http://ticker.onion.com/ss';\n    $(function() {\n        fetchSocialStats('avclub.article.212941', function(data) {\n            function formatk(num) {\n                return num > 999 ? (num/1000).toFixed(1) + 'k' : num;\n            }\n            var statValues = data[0]; // contains share counts\n            var metaValues = data[1]; // velocity, acceleration and time updated\n            if (!statValues)\n                return;\n            for (var statName in statValues) {\n                // maybe we don't need this\n                // var elm = $('.sharetools .' + statName + ' a span');\n                var elm = $('.icon-community .' + statName + ' a');\n                if (elm) {\n                    elm.text(formatk(statValues[statName]));\n                }\n            }\n        });\n    });\n</script>\n\n\n\n    <script>\n        var disqus_shortname = 'avclub';\n\n        \n        var disqus_identifier = 'avclub_article_212941';\n        var disqus_title = 'Finally, the “Mail Kimp” remix you never knew you wanted';\n        var disqus_url = 'http://www.avclub.com/article/finally-mail-kimp-remix-you-never-knew-you-wanted-212941';\n        \n        /* * * DON'T EDIT BELOW THIS LINE * * */\n        (function() {\n            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';\n            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n        })();\n    </script>\n\n\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n    (function( ){\n    BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n    BF_WIDGET_SRC=\"//ct.buzzfeed.com/wd/UserWidget?u=avclub&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n    setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n    })();\n</script>\n\n\n\n        \n\n        <div id=\"pixel_trackers\"></div>\n\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/backstage.com1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n    <head>\n        \n        <link rel=\"icon\" type=\"image/x-icon\" href=\"http://cdn-static.backstage.com/static/images/favicon.ico\" />\n        \n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width\">\n        \n        \n        <meta name=\"description\" content=\"all characters based on Phantom of the Opera characters, English, French, Cockney  and Persian accents a plus.\" />\n        <meta name=\"keywords\" content=\"Auditions | Casting calls | Open casting calls | Casting call | Open casting call\" />\n        <meta property=\"fb:app_id\" content=\"111374926453\">\n        \n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"http://www.backstage.com/casting/coney-island-55854/actors-208609/\">\n    <meta property=\"og:image\" content=\"http://cdn-static.backstage.com/static/images/bstar-icon.png\">\n    <meta property=\"og:title\" content=\"Actors - &#39;Coney Island&#39; Scripted TV &amp; Video | Backstage\">\n    <meta property=\"og:description\" content=\"all characters based on Phantom of the Opera characters, English, French, Cockney  and Persian accents a plus.\">\n    <meta name='parsely-page' content='{\"title\": \"\\u0027Coney Island\\u0027 - Actors\",\"link\": \"\",\"type\": \"post\",\"post_id\": \"actors-55854\",\"pub_date\": \"2014-12-29T23:17:11\",\"section\": \"Casting\",\"author\":\"296554\",\"tags\": [\"Scripted TV \\u0026 Video\",\"Paid\",\"Nonunion\",\"Production: \\u0027Coney Island\\u0027\"]}'>\n    \n    \n\n\n        <title>Actors - &#39;Coney Island&#39; Scripted TV &amp; Video | Backstage</title>\n        <link href=\"http://cdn-static.backstage.com/static/css/index_v30ac945b439f0e3361bda475ffbdc82d24765f55.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link type=\"text/css\" rel=\"stylesheet\" href=\"http://cdn-static.backstage.com/static/css/casting_call.css\" />\n\n        \n        <script src=\"//cdn.optimizely.com/js/571380661.js\"></script>\n        \n        \n<script type=\"text/javascript\">\n    var esi_user_authenticated = false;\n    var esi_user_has_castingcalls = false;\n    var esi_nav_thumbnail = null;\n    \n    \n        var esi_profile_view_url = null;\n    \n\n    var esi_targeting_user_state = \"anon\";\n\n    var esi_messages_unread_count = '';\n\n    var user_email =  null ;\n</script>\n\n        <script type=\"text/javascript\">\r\n/*\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    if (newsletter.cookie.get('ws_video') != 1){\r\n      $.getScript('http://cdn-static.backstage.com/static/js/jquery.fancybox.js', function(data, textStatus, jqxhr){\r\n        $.fancybox({\r\n            href: 'http://issues.backstage.com/slp_video.html',\r\n            type: 'iframe',\r\n            margin: 0,\r\n            padding: 0,\r\n            width: 600,\r\n            height: 400,\r\n            scrolling: 'no'\r\n        });\r\n      });\r\n     newsletter.cookie.set('ws_video', 1, 1);\r\n    }\r\n});\r\nvar newsletter = newsletter | {};\r\nnewsletter.enabled = false;\r\n*/\r\n\r\nvar newsletter = newsletter || {};\r\nnewsletter.interval = 7;\r\nnewsletter.delay = 6;\r\nnewsletter.pages = 2;\r\nnewsletter.url = 'http://offers.backstage.com/newsletter-signup-2013-08-14';\r\nnewsletter.fancybox_url = 'http://cdn-static.backstage.com/static/js/jquery.fancybox.js';\r\nnewsletter.width = 600;\r\nnewsletter.height = 606;\r\nnewsletter.enabled = false;\r\n//newsletter.enabled = true;\r\n\r\n</script>\n        <script type=\"text/javascript\">\n            var dfp_ads = [];\n        </script>\n\n        <script>\n            (function() {\n                var _fbq = window._fbq || (window._fbq = []);\n                if (!_fbq.loaded) {\n                    var fbds = document.createElement('script');\n                    fbds.async = true;\n                    fbds.src = '//connect.facebook.net/en_US/fbds.js';\n                    var s = document.getElementsByTagName('script')[0];\n                    s.parentNode.insertBefore(fbds, s);\n                    _fbq.loaded = true;\n                }\n                _fbq.push(['addPixelId', \"252463768261371\"]);\n            })();\n            window._fbq = window._fbq || [];\n            window._fbq.push([\"track\", \"PixelInitialized\", {}]);\n        </script>\n        <script>\n            (function(d) {\n               var e = d.createElement('script');\n               e.src = d.location.protocol + '//bounceexchange.com/tag/1079/i.js';\n               e.async = true;\n               d.getElementsByTagName(\"head\")[0].appendChild(e);\n            }(document));\n        </script>\n    </head>\n    <body class=\"casting-pages\">\n        \n        \n        \n    <div class=\"homepage_ad header_ad\">\n        \n    </div>\n\n\n        \n        <!-- Header -->\n        <div id=\"header\" >\n            \n    \n\n<div id=\"utility-bar\">\n    <div class=\"content\">\n        <div class=\"bs-links\">\n            <ul>\n                <li class=\"facebook\">\n                    <a href=\"https://www.facebook.com/backstage\" target=\"_blank\">Like us on Facebook</a>\n                </li>\n                <li class=\"twitter\">\n                    <a href=\"https://twitter.com/Backstage\" target=\"_blank\">Follow us on Twitter</a>\n                </li>\n            </ul>\n        </div>\n        <div class=\"utilities\">\n            <ul>\n                <li class=\"findtalent\"><a href=\"/casting/\">Find Jobs</a></li>\n                <li class=\"findtalent\"><a href=\"/casting/talent/\">Find Talent</a></li>\n                <li class=\"messages\">\n                    <a href=\"/messaging/\"></a><span class=\"nav_messages_unread_count badge\"></span>\n                </li>\n                <li class=\"user esi_authenticated_show\" id=\"user_menu\">\n                    <a href=\"/accounts/manage/\" class=\"menuDownArrow\">My Account</a>\n                    <div class=\"utility-dropdown\" style=\"display: none\">\n                        <ul>\n                            <li style=\"padding: 0;\"><a href=\"/casting/profile/details/\" style=\"padding: 10px;\">Edit Profile</a></li>\n                            \n                            <li style=\"padding: 0;\">\n                                <a href=\"/messaging/\"  style=\"padding: 10px;\">Messages<span class=\"nav_messages_unread_count\"></span></a>\n                            </li>\n                            \n                            \n                            <li style=\"padding: 0;\"><a href=\"/casting_director/\" style=\"padding: 10px;\">My Dashboard</a></li>\n                            <li style=\"padding: 0;\"><a href=\"/casting/apply/history/\" style=\"padding: 10px;\">Job History</a></li>\n                            <li style=\"padding: 0;\"><a href=\"/accounts/manage/\" style=\"padding: 10px;\">Account Settings</a></li>\n                            <li style=\"padding: 0;\"><a href=\"http://www.backstage.com/help\" style=\"padding: 10px;\">Help</a></li>\n                            <li style=\"padding: 0;\"><a href=\"/accounts/logout/\" style=\"padding: 10px;\">Logout</a></li>\n                        </ul>\n                    </div>\n                </li>\n                <li class=\"jobhistory esi_authenticated_show\" id=\"nav_jobhistory\"><a href=\"/casting/apply/history/\">Job History</a></li>\n                <li class=\"user esi_authenticated_hide\">\n                    <a href=\"/accounts/subscribe/\" style=\"font-weight:bold;color:#DB2327;\">JOIN</a>\n                </li>\n                <li class=\"user esi_authenticated_hide\"><a href=\"/accounts/\">Login</a></li>\n                <li class=\"help\"><a href=\"http://www.backstage.com/help\">Help</a></li>\n            </ul>\n        </div>\n    </div>\n    <div class=\"breaker\"></div>\n</div>\n\n\n\n\n            <div id=\"nav-bar\">\n                <ul>\n                    <li class=\"home\"><h3><a href=\"/\"><img alt=\"Backstage\" src=\"http://cdn-static.backstage.com/static/images/logo.png\" width=\"271\" height=\"56\" /></a></h3></li>\n                    <li class=\"casting active\"><a href=\"/casting/\">Casting</a></li>\n                    <li class=\"news \"><a href=\"/news-and-reviews/\">News <span>&amp; Reviews</span></a></li>\n                    <li class=\"resources \"><a href=\"/resources/\">Resources</a></li>\n                    <li class=\"actor101 \"><a href=\"/actor101/\">Actor 101</a></li>\n                    <li class=\"forums\"><a href=\"http://bbs.backstage.com\">Forums</a></li>\n                    <li class=\"postcall\"><a href=\"/casting/production_details/\">Post a Job</a><span></span></li>\n                </ul>\n            </div>\n            \n        </div>\n\n        <!-- Main Content area and sidebar -->\n        \n    \n    \n<div id=\"page\">\n    <div id=\"main\"  class=\"castingCall\">\n\n        \n            <div class=\"castingIntro\">\n                <div class=\"contentarea\">\n                    <h3>Instant Access</h3>\n                    <p>This casting/job notice is still under review by Backstage's editors. However, you can apply right away! Scams and inappropriate content will be promptly removed.\n                    </p>\n                </div>\n            </div>\n        \n\n        <p class=\"section\">\n            <a style=\"color:inherit;\" href=\"/casting/?pt=56&pt=75&pt=76&pt=77&pt=78&pt=107\">TV &amp; Video:\n            <a style=\"color:inherit;\" href=\"/casting/?pt=107&pt=56\">Scripted TV &amp; Video</a>\n        </p>\n        <p class=\"castingDetails\"><span>Production:</span> <a class=\"title\" href=\"/casting/coney-island-55854/\">&#39;Coney Island&#39;</a> <a href=\"/casting/coney-island-55854/#roles\" class=\"seeAll\">(See all 3 roles)</a></p>\n        <h1>Actors (Supporting)</h1>\n\n        <div class=\"resourceToolBar\">\n            <div class=\"article-tags clearfix\">\n                <ul>\n                    <li><span class=\"tag\"><a href=\"/casting/?pt=107&pt=56\">Scripted TV &amp; Video</a></span></li>\n                    <li><span class=\"tag\"><a href=\"/casting/?union_status=N\">Nonunion</a></span></li>\n                    <li><span class=\"tag\"><a href=\"/casting/?compensation=true\">Paid</a></span></li>\n                </ul>\n            </div>\n\n            <ul class=\"toolLinks\">\n                <li class=\"sharetext\">Share:</li>\n                <li class=\"facebook\">\n                         <span class='st_facebook_custom' displayText='Facebook' st_url=\"http://www.backstage.com/casting/coney-island-55854/\">\n                             <a href=\"\" onclick=\"return false;\"></a>\n                        </span>\n                    <div class=\"linkTip\"><nobr>Like on Facebook</nobr><span class=\"nudge\"></span></div>\n                </li>\n                <li class=\"twitter\">\n                        <span class='st_twitter_custom' displayText='Tweet' st_title=\"&#39;Coney Island&#39;\"\n                              st_url=\"http://www.backstage.com/casting/coney-island-55854/\" st_via='BackStage'>\n                            <a href=\"\" onclick=\"return false;\"></a>\n                        </span>\n                    <div class=\"linkTip\"><nobr>Tweet</nobr><span class=\"nudge\"></span></div>\n                </li>\n                <li class=\"email\">\n                        <span class='st_email_custom' displayText='Email' st_url=\"http://www.backstage.com/casting/coney-island-55854/\">\n                            <a href=\"\" onclick=\"return false;\"></a>\n                        </span>\n                    <div class=\"linkTip\"><nobr>Email</nobr><span class=\"nudge\"></span></div>\n                </li>\n                <li class=\"sharelink\"><a id=\"sharelink_a\" href=\"\"></a>\n                    <div class=\"linkTip\"><nobr>Copy Link</nobr><span class=\"nudge\"></span></div>\n                </li>\n            </ul>\n            <div class=\"shareLink hidden\" style=\"display: none;\">\n                <input id=\"link_input\" type=\"text\" value=\"http://www.backstage.com/casting/coney-island-55854/actors-208609/\" />\n            </div>\n\n            <div class=\"breaker\"></div>\n        </div>\n\n        \n        \n\n        <div id=\"mobile_apply_wrapper\"></div>\n\n        <div class=\"text\">\n            <p class=\"title\">Production Details</p>\n            <p class=\"info\">\n                Casting the TV pilot, &quot;Coney Island.&quot; Project description: &quot;Pilot for a tv drama series based on characters from Phantom of the Opera, centering around a Freak Show run by Meg &amp; Th...<a href=\"/casting/coney-island-55854/\" style=\"font-size: 0.8em; font-family: NGDemi;\">more</a>\n            </p>\n            <div style=\"font-size: 14px; border-bottom: none; font-family: NGLight; background: #f2f2f2; padding: 0.5em;\">\n                <a href=\"/casting/coney-island-55854/\" style=\"font-weight: bold;\">Get more details on &#39;Coney Island&#39;</a>,\n                including pay, union details, full description, rehearsal &amp; production dates &amp; locations, script sides, other roles, and more.\n            </div>\n        </div>\n\n        <div class=\"text\">\n            <a name=\"seeking\"></a>\n            <p class=\"title\">Seeking</p>\n            <p class=\"seekBoth info\">Males &amp; Females, ages 18+, All Ethnicities</p>\n        </div>\n\n        <div class=\"text\">\n            <p class=\"title\">Role Description</p>\n            <p class=\"info\">\n                <strong>Actors</strong>: (Supporting) all characters based on Phantom of the Opera characters, English, French, Cockney  and Persian accents a plus.\n            </p>\n        </div>\n\n        \n\n        \n            \n                <div class=\"text\">\n                    <p class=\"title\">Auditions</p>\n                    <p class=\"info\">\n                        \n                            \n                                \n                                    \n                                    January 4th\n                                    in Petersburg, VA.\n                                \n                            \n                        \n                        <span class='esi_authenticated_hide' style=\"display: inline; padding-left: 0px;\">\n    <a href=\"/accounts/subscribe/?next_url=/casting/coney-island-55854/actors-208609/\">Sign up</a>\n    or <a href=\"/accounts/login/apply/55854/\">Log In</a> to apply.\n</span>\n                    </p>\n                </div>\n            \n        \n\n        <div id=\"additional_requirements\"></div>\n\n        \n\n\n\n\n    </div>\n    <div id=\"sidebar\">\n        <div id=\"apply_wrapper\"></div>\n        \n\n        <div id=\"audition_details_sidebar\"></div>\n\n        \n\n        \n\n<div id=\"recently_viewed_container\" class=\"block auditions\">\n    <div class=\"header\">\n        <p>You Recently Viewed:</p>\n    </div>\n    <ul id=\"recently_viewed\">\n    </ul>\n</div>\n\n<div id=\"recently_viewed_template\" style=\"display: none\">\n    <li >\n        <p class=\"category\">{{category}}</p>\n        <p class=\"title\"><a href=\"{{url}}\">{{title}}</a></p>\n        <p class=\"text\">{{text}}</p>\n        <p class=\"view\"><a href=\"{{url}}\">View</a></p>\n        <div class=\"breaker\"></div>\n    </li>\n</div>\n        <div id=\"featured_container\" class=\"block auditions\">\n    <div class=\"header\">\n        <p>Featured</p>\n    </div>\n    <ul id=\"featured\">\n    \n        <li>\n            <p class=\"category\">Musicals</p>\n            <p class=\"title\"><a href=\"/casting/donn-ardens-jubilee-55993/\">Donn Arden&#39;s &#39;Jubilee&#39;</a></p>\n            <p class=\"text\"></p>\n            <p class=\"view\"><a href=\"/casting/donn-ardens-jubilee-55993/\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            <p class=\"category\">Workshops</p>\n            <p class=\"title\"><a href=\"/casting/on-set-location-class-51607/\">On-Set Location Class</a></p>\n            <p class=\"text\"></p>\n            <p class=\"view\"><a href=\"/casting/on-set-location-class-51607/\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            <p class=\"category\">Gigs</p>\n            <p class=\"title\"><a href=\"/casting/windy-city-paws-dog-walker-49514/\">Windy City Paws, Dog Walker</a></p>\n            <p class=\"text\"></p>\n            <p class=\"view\"><a href=\"/casting/windy-city-paws-dog-walker-49514/\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n    \n    </ul>\n</div>\n\n    </div>\n</div>\n\n\n        <!-- Footer -->\n        <div id=\"footer\">\n            <div id=\"inside-backstage\">\n    <ul>\n        <li class=\"inside\"><img src=\"http://cdn-static.backstage.com/static/images/header-inside.gif\" alt=\"Inside Backstage\"  width=\"143\" height=\"16\" /></li>\n        <li class=\"sag\"><a href=\"/auditions/\">Auditions Calendar</a></li>\n        <li class=\"agent\"><a href=\"/advice-for-actors/first-person/\">First Person</a></li>\n        <li class=\"spotlight\"><a href=\"/advice-for-actors/backstage-experts/\">Backstage Experts</a></li>\n        <li class=\"who\"><a href=\"/advice-for-actors/secret-agent-man/\">Secret Agent Man</a></li>\n    </ul>\n    <div class=\"breaker\"></div>\n</div>\n\n<div id=\"drip-pan\">\n  <ul>\n    <li><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/auditions-redirect/upcoming-auditions/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/regional_auditions_at_a_glance_6.jpg.300x207_q100.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/auditions-redirect/upcoming-auditions/\" class=\"text\">Upcoming Auditions at a Glance</a></li>\n    <li><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/news/12-easy-things-actors-can-resolve-do-2015/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/shutterstock_236154478.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/news/12-easy-things-actors-can-resolve-do-2015/\" class=\"text\">12 Easy Things Actors Can Resolve to Do in 2015</a></li>\n    <li><span class=\"tag\"><a href=\"/advice-for-actors/\">Advice</a><span></span></span><a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/LupitaNyongo.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"text\">33 Tips From Established Actors in 2014</a></li>\n    <li class=\"last\"><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/news/are-you-ready-file-your-taxes/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/Tax_0101_shutterstock_Carolyn_Franks.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/news/are-you-ready-file-your-taxes/\" class=\"text\">Are You Ready to File Your Taxes?</a></li>\n  </ul>\n  <div class=\"breaker\"></div>\n</div>\n\n            \n    <div class=\"homepage_ad\">\n        \n    </div>\n\n\n            \n            \n                <div class=\"content\" style=\"margin-bottom:60px;\">\r\n                <p>© 2014 Backstage. All rights reserved.\r\n                    <a href=\"/terms-of-service/\">Terms of Use</a> |\r\n                    <a href=\"/privacy-policy/\">Privacy Policy</a> |\r\n                    <a href=\"/about-us/\">About Us</a> |\r\n                    <a href=\"/team/\">The Team</a> |\r\n                    <a href=\"http://www.backstage.com/rss-feeds/\">RSS</a> |\r\n                    <a href=\"http://help.backstage.com/\">Contact Us</a> |\r\n                    <a href=\"http://www.backstage.com/newsletter/\">Newsletter</a> |\r\n                    <a href=\"http://www.backstage.com/mailing-labels/\">Mailing Labels</a> |\r\n                    <a href=\"http://www.backstage.com/careers/\">Careers</a> |\r\n                    <a href=\"http://help.backstage.com/\">Help</a> |\r\n                    <a href=\"http://www.backstage.com/advertising-information/\">Advertising Information</a> |\r\n                    <a href=\"/sitemap/\">Sitemap</a>\r\n                </p>\r\n            </div><!--Start of Zopim Live Chat Script with mobile hidden--> \r\n<script type=\"text/javascript\">\r\nvar ua = navigator.userAgent.toLowerCase(),\r\nplatform = navigator.platform.toLowerCase();\r\nplatformName = ua.match(/ip(?:ad|od|hone)/) ? 'ios' : (ua.match(/(?:webos|android)/) || platform.match(/mac|win|linux/) || ['other'])[0],\r\nisMobile = /ios|android|webos/.test(platformName);\r\nif (!isMobile) {\r\nwindow.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= \r\nd.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. \r\n_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); \r\n$.src='//v2.zopim.com/?2QrRstMI49PEBrwzXqdEv88XxfJaezIa';z.t=+new Date;$. \r\ntype='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); \r\n}\r\n</script>\r\n<!--End of Zopim Live Chat Script with mobile hidden--> \n            \n        </div>\n\n        <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>\n        <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js\"></script>\n        <script   type=\"text/javascript\" src=\"http://cdn-static.backstage.com/static/js/casting_details_v6443758310c5e1a077f0aafcb273cb63e44f004a.js\" charset=\"utf-8\"></script>\n\n        \n        \n    <script type=\"text/javascript\">\n        if(esi_profile_view_url) {\n            $('#nav_jobhistory').after('<li class=\"myprofile\"><a href=\"'+esi_profile_view_url+'\">My Profile</a></li>');\n        }\n\n        if(esi_messages_unread_count){\n            esi_messages_unread_count = esi_messages_unread_count.replace(\"(\",\"\").replace(\")\",\"\");\n            $('.nav_messages_unread_count').html(esi_messages_unread_count);\n            $(\".messages a\").addClass(\"messages_new\");\n        } else {\n            $(\".nav_messages_unread_count\").addClass(\"nav_messages_unread_count_empty\");\n        }\n    </script>\n\n\n        \n        <script type=\"text/javascript\">\n    var html_audition_details_sidebar = '    \\u003Cdiv id\\u003D\\u0022apply_wrapper\\u0022\\u003E        \\u003Cdiv class\\u003D\\u0022header\\u0022\\u003E            \\u003Cp\\u003EAudition Information\\u003C/p\\u003E        \\u003C/div\\u003E        \\u003Cdiv class\\u003D\\u0022text  \\u0022\\u003E            \\u003Cdiv class\\u003D\\u0022roleContainer \\u0022 style\\u003D\\u0022color: #999\\u003B font\\u002Dsize: 14px\\u003B\\u0022\\u003E                \\u003Cp\\u003EOnly official members can see audition information for this job\\u003C/p\\u003E            \\u003C/div\\u003E        \\u003C/div\\u003E        \\u003Cdiv class\\u003D\\u0022applyButton\\u0022\\u003E            \\u003Cp\\u003E\\u003Ca class\\u003D\\u0022applyLink\\u0022                                        href\\u003D\\u0022/accounts/login/apply/55854/\\u0022\\u003ESubscribe Now                  \\u003C/a\\u003E\\u003C/p\\u003E        \\u003C/div\\u003E    \\u003C/div\\u003E';\n    var html_additional_requirements = '    \\u003Cdiv class\\u003D\\u0022castingIntro\\u0022\\u003E        \\u003Cdiv class\\u003D\\u0022contentarea\\u0022\\u003E            \\u003Ch3\\u003ETo view the application instructions for this job,                            \\u003Ca href\\u003D\\u0022/accounts/subscribe/\\u0022\\u003Esign up\\u003C/a\\u003E or                \\u003Ca href\\u003D\\u0022/accounts/login/apply/55854/\\u0022\\u003Elog in\\u003C/a\\u003E.\\u003C/h3\\u003E                    \\u003C/div\\u003E    \\u003C/div\\u003E';\n</script>\n        <script>\n            \n                \n                //Apply area\n                var apply_url = '/casting/apply/208609/?next_url=/casting/coney-island-55854/actors-208609/';\n                $('#apply_wrapper').load(apply_url, function() {\n                    \n                });\n                $('#mobile_apply_wrapper').load(apply_url);\n                \n            \n\n            window.fbAsyncInit = function() {\n                FB.init({\n                    appId      : '301013986624229', // App ID\n                    status     : true, // check login status\n                    cookie     : true, // enable cookies to allow the server to access the session\n                    xfbml      : true  // parse XFBML\n                });\n            };\n\n            (function(d){\n                var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];\n                if (d.getElementById(id)) {return;}\n                js = d.createElement('script'); js.id = id; js.async = true;\n                js.src = \"//connect.facebook.net/en_US/all.js\";\n                ref.parentNode.insertBefore(js, ref);\n                $('#audition_details_sidebar').html(unescape(html_audition_details_sidebar));\n                $('#additional_requirements').html(unescape(html_additional_requirements));\n            }(document));\n\t\t\t\n            $(\"#sharelink_a\").on('click', function(){\n                $('.shareLink').toggle();\n                $('#link_input').focus();\n                $('#link_input').select();\n                return false;\n            });\n\n            $(document).ready(function() {\n                $('#recently_viewed').objectTracker({\n                    'namespace': 'recent-roles',\n                    'unique_id': 'url',\n                    'size': 3,\n                    'post_render_callback': function(history){\n                        if (!history.length) $('#recently_viewed_container').hide();\n                    }}).render('recently_viewed_template')\n                        .track({'category':'Scripted TV &amp; Video',\n                            'title': 'Actors',\n                            'text': 'Males &amp; Females, (18+)',\n                            'url': '/casting/coney-island-55854/actors-208609/'});\n\n                if($('#logged_in_user').val() == 'yes') {\n                    $('#facebook_comments_wrapper').css(\"display\",\"\");\n                }\n                $(\".fancy\").fancybox({\n                    fitToView: false,\n                    autoSize: true,\n                    closeClick: false,\n                    closeSpeed: 0,\n                    openEffect: 'none',\n                    closeEffect: 'none',\n                    closeBtn: false,\n                    scrolling: false,\n                    afterClose: function () {\n                        $('#apply_wrapper').load(apply_url);\n                        $('#mobile_apply_wrapper').load(apply_url);\n                        //location.reload();\n                    },\n                    beforeShow: function(){\n                        if ($(document).width() > 480) {\n                            this.width = $('.fancybox-iframe').contents().find('html').attr('rel').split('x')[0]\n                            this.height = $('.fancybox-iframe').contents().find('html').attr('rel').split('x')[1]\n                        } else {\n                            this.width = 380;\n                            this.width = 756;\n                            hr = this.href + \"&mobile=1\";\n                            document.location = hr;\n                            return false;\n                        }\n                    }\n                });\n\n                window.closeFancyBox = function () {\n                    try {\n                        $.fancybox.close();\n                    }\n                    catch(err){\n                    }\n                    //location.reload();\n                }\n                \n            });\n\n        </script>\n    \n\n<script type=\"text/javascript\">\n$(\".fancify\").fancybox({\n        loop: true,\n        openEffect  : 'elastic',\n        closeEffect : 'elastic',\n        prevEffect      : 'none',\n        nextEffect      : 'none',\n        closeBtn        : false,\n        helpers:  {\n            title : {\n                type : 'float'\n            },\n            buttons : {}\n        }\n});\n</script>\n\n\n        <script type=\"text/javascript\">\n            $(document).ready(function () {\n                // Handle general ESI changes\n                if (esi_user_authenticated) {\n                    $('#user_menu').mouseover(function() {\n                        $('.utility-dropdown').show();\n                    });\n                    $('#user_menu').mouseout(function() {\n                        $('.utility-dropdown').hide();\n                    });\n                    $('.esi_authenticated_show').removeClass('esi_authenticated_show');\n                    $('.esi_authenticated_hide').hide();\n\n                    if(esi_nav_thumbnail) {\n                        $('#user_menu a.menuDownArrow').prepend(\"<img src='\"+esi_nav_thumbnail+\"' id='nav_thumbnail'>\");\n                    }\n\n                    if(esi_messages_unread_count){\n                      esi_messages_unread_count = esi_messages_unread_count.replace(\"(\",\"\").replace(\")\",\"\");\n                        $('.nav_messages_unread_count').html(esi_messages_unread_count);\n                        $(\".messages a\").addClass(\"messages_new\");\n                    } else {\n                      $(\".nav_messages_unread_count\").addClass(\"nav_messages_unread_count_empty\");\n                    }\n\n                } else {\n                    $('.esi_authenticated_show').hide();\n                    $('.esi_authenticated_hide').removeClass('esi_authenticated_hide');\n                    $(\".nav_messages_unread_count\").addClass(\"nav_messages_unread_count_empty\");\n                }\n            });\n        </script>\n        \n        \n            \n                <script type=\"text/javascript\">var switchTo5x = true;</script>\n                <script type=\"text/javascript\" src=\"https://ws.sharethis.com/button/buttons.js\"></script>\n                <script type=\"text/javascript\">\n                    stLight.options({\n                        publisher:\"4d2ca103-3b10-40c2-8083-b850d05fbbd0\",\n                        doNotHash:true,\n                        onhover: false\n                    });\n                </script>\n            \n        \n        \n    <script type=\"text/javascript\">\n        window.fbAsyncInit = function() {\n            FB.init({\n            appId : '111374926453', // App ID\n            status : true, // check login status\n            cookie : true, // enable cookies to allow the server to access the session\n            xfbml : true // parse XFBML\n            });\n        };\n\n        (function(d){\n            var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];\n            if (d.getElementById(id)) {return;}\n            js = d.createElement('script'); js.id = id; js.async = true;\n            js.src = \"//connect.facebook.net/en_US/all.js\";\n            ref.parentNode.insertBefore(js, ref);\n        }(document));\n    </script>\n\n        \n            <!--*******************************************-->\n<!--********** START ANALYTICS BLOCK **********-->\n<!--*******************************************-->\n\n<!-- START Google Analytics Code -->\n<script type=\"text/javascript\">\n    function trackOutboundLink(link, category, action) {\n        try {\n            _gaq.push(['_trackEvent', category , action]);\n        }\n        catch(err){\n            alert(err)\n        }\n\n        setTimeout(function() {\n            document.location.href = link.href;\n        }, 100);\n    }\n\n    var _gaq = _gaq || [];\n    var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\n    _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\n    _gaq.push(['_setAccount', 'UA-5665631-1']);\n    _gaq.push(['_setDomainName','backstage.com']);\n    _gaq.push(['_setAllowLinker', true]);\n    _gaq.push(['_setCustomVar', 1, 'User Type', 'unregistered', 1]);\n    \n    \n    \n    \n\n    \n        _gaq.push(['_trackPageview']);\n    \n\n    (function() {\n        var ga = document.createElement('script'); ga.type = 'text/javascript';\n        ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n</script>\n<!-- END Google Analytics Code -->\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-WBMS2S\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-WBMS2S');</script>\n<!-- End Google Tag Manager -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"backstage.com\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n                e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\":\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<!-- Start of Async HubSpot Analytics Code -->\n<script type=\"text/javascript\">\n    (function(d,s,i,r) {\n    if (d.getElementById(i)){return;}\n    var n=d.createElement(s),e=d.getElementsByTagName(s)[0];\n    n.id=i;n.src='//js.hubspot.com/analytics/'+(Math.ceil(new\n    Date()/r)*r)+'/200838.js'; e.parentNode.insertBefore(n, e);\n    })(document,\"script\",\"hs-analytics\",300000);\n</script>\n<!-- End of Async HubSpot Analytics Code -->\n\n\n<script type=\"text/javascript\">\n    if(!window.esi_user_authenticated) {\n        // Really\n        adroll_adv_id = \"7QSX3T465ZDFFPQNHVQRFU\";\n        adroll_pix_id = \"IRZEF4TOYRCYRNXG5KCLKU\";\n        (function () {\n            var oldonload = window.onload;\n            window.onload = function(){\n              __adroll_loaded=true;\n              var scr = document.createElement(\"script\");\n              var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n              scr.setAttribute('async', 'true');\n              scr.type = \"text/javascript\";\n              scr.src = host + \"/j/roundtrip.js\";\n              ((document.getElementsByTagName('head') || [null])[0] ||\n                document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n              if(oldonload){oldonload()}};\n        }());\n    }\n</script>\n\n\n<!--*******************************************-->\n<!--************ END ANALYTICS BLOCK **********-->\n<!--*******************************************-->\n\n        \n\n        \n        <script type='text/javascript'>\n            var googletag = googletag || {};\n            googletag.cmd = googletag.cmd || [];\n            (function () {\n                var gads = document.createElement('script');\n                gads.async = true;\n                gads.type = 'text/javascript';\n                var useSSL = 'https:' == document.location.protocol;\n                gads.src = (useSSL ? 'https:' : 'http:') +\n                    '//www.googletagservices.com/tag/js/gpt.js';\n                var node = document.getElementsByTagName('script')[0];\n                node.parentNode.insertBefore(gads, node);\n            })();\n            googletag.cmd.push(function () {\n                googletag.pubads().setTargeting(\"user_state\", esi_targeting_user_state);\n            });\n            googletag.cmd.push(function () {\n                googletag.pubads().enableSingleRequest();\n                googletag.pubads().collapseEmptyDivs();\n            });\n            googletag.cmd.push(function () {\n                for(var i = 0; i < dfp_ads.length; i++)\n                {\n                    googletag.pubads().display('/' + dfp_ads[i][0] + '/' + dfp_ads[i][1], dfp_ads[i][2], dfp_ads[i][3]);\n                }\n            });\n            googletag.cmd.push(function () {\n                \n\n                googletag.enableServices();\n            });\n        </script>\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/backstage.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n    <head>\n        \n        <link rel=\"icon\" type=\"image/x-icon\" href=\"http://cdn-static.backstage.com/static/images/favicon.ico\" />\n        \n\n    <link rel=\"canonical\" href=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\"/>\n\n\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width\">\n        \n        \n        <meta name=\"description\" content=\"A list of Los Angeles-area stage and film acting schools, teachers, and coaches organized by category and alphabetically.\" />\n        <meta name=\"keywords\" content=\"acting classes,acting coaches,acting schools,education\" />\n        <meta property=\"fb:app_id\" content=\"111374926453\">\n        \n    <meta property=\"og:title\" content=\"Los Angeles Acting Schools and Coaches\">\n    <meta property=\"og:description\" content=\"A list of Los Angeles-area stage and film acting schools, teachers, and coaches organized by category and alphabetically.\">\n    <meta property=\"article:publisher\" content=\"https://www.facebook.com/backstage\" />\n    <meta property=\"og:type\" content=\"article\">\n    <meta property=\"og:url\" content=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n    <meta property=\"og:image\" content=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/back-to-school-1.jpg.200x200_q90_crop-0,0_upscale.jpg\">\n    <meta property=\"og:site_name\" content=\"Backstage.com\">\n    \n    <meta name='parsely-page' content='{\"title\": \"Los Angeles Acting Schools and Coaches\", \"link\": \"http://www.backstage.com/advice\\u002Dfor\\u002Dactors/resources/los\\u002Dangeles\\u002Dacting\\u002Dschools\\u002Dand\\u002Dcoaches\\u002D2014/\", \"type\": \"post\", \"post_id\": \"los\\u002Dangeles\\u002Dacting\\u002Dschools\\u002Dand\\u002Dcoaches\\u002D2014-52412\", \"pub_date\": \"2014-02-27T17:17:02\", \"section\": \"Editorial\", \"author\": \"C. Ryanne Laratonda\", \"tags\": [ \"Advice\", \"Resources\", \"acting classes\", \"acting coaches\", \"acting schools\", \"education\" ] }'>\n\n\n        <title>Los Angeles Acting Schools and Coaches | Top Schools &amp; Training Lessons for Actors, Singer, Dancers | Career Tips | Backstage |  Backstage</title>\n        <link href=\"http://cdn-static.backstage.com/static/css/index_v30ac945b439f0e3361bda475ffbdc82d24765f55.css\" rel=\"stylesheet\" type=\"text/css\" />\n        \n\n        \n        <script src=\"//cdn.optimizely.com/js/571380661.js\"></script>\n        \n        \n<script type=\"text/javascript\">\n    var esi_user_authenticated = false;\n    var esi_user_has_castingcalls = false;\n    var esi_nav_thumbnail = null;\n    \n    \n        var esi_profile_view_url = null;\n    \n\n    var esi_targeting_user_state = \"anon\";\n\n    var esi_messages_unread_count = '';\n\n    var user_email =  null ;\n</script>\n\n        <script type=\"text/javascript\">\r\n/*\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    if (newsletter.cookie.get('ws_video') != 1){\r\n      $.getScript('http://cdn-static.backstage.com/static/js/jquery.fancybox.js', function(data, textStatus, jqxhr){\r\n        $.fancybox({\r\n            href: 'http://issues.backstage.com/slp_video.html',\r\n            type: 'iframe',\r\n            margin: 0,\r\n            padding: 0,\r\n            width: 600,\r\n            height: 400,\r\n            scrolling: 'no'\r\n        });\r\n      });\r\n     newsletter.cookie.set('ws_video', 1, 1);\r\n    }\r\n});\r\nvar newsletter = newsletter | {};\r\nnewsletter.enabled = false;\r\n*/\r\n\r\nvar newsletter = newsletter || {};\r\nnewsletter.interval = 7;\r\nnewsletter.delay = 6;\r\nnewsletter.pages = 2;\r\nnewsletter.url = 'http://offers.backstage.com/newsletter-signup-2013-08-14';\r\nnewsletter.fancybox_url = 'http://cdn-static.backstage.com/static/js/jquery.fancybox.js';\r\nnewsletter.width = 600;\r\nnewsletter.height = 606;\r\nnewsletter.enabled = false;\r\n//newsletter.enabled = true;\r\n\r\n</script>\n        <script type=\"text/javascript\">\n            var dfp_ads = [];\n        </script>\n\n        <script>\n            (function() {\n                var _fbq = window._fbq || (window._fbq = []);\n                if (!_fbq.loaded) {\n                    var fbds = document.createElement('script');\n                    fbds.async = true;\n                    fbds.src = '//connect.facebook.net/en_US/fbds.js';\n                    var s = document.getElementsByTagName('script')[0];\n                    s.parentNode.insertBefore(fbds, s);\n                    _fbq.loaded = true;\n                }\n                _fbq.push(['addPixelId', \"252463768261371\"]);\n            })();\n            window._fbq = window._fbq || [];\n            window._fbq.push([\"track\", \"PixelInitialized\", {}]);\n        </script>\n        <script>\n            (function(d) {\n               var e = d.createElement('script');\n               e.src = d.location.protocol + '//bounceexchange.com/tag/1079/i.js';\n               e.async = true;\n               d.getElementsByTagName(\"head\")[0].appendChild(e);\n            }(document));\n        </script>\n    </head>\n    <body >\n        \n        \n        \n    <div class=\"homepage_ad header_ad\">\n        \n\n<div class=\"ad\" id='div-gpt-ad-241-0'\n     style='width:728px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n    \n    \n    var show_ad_241 = function(){ return true };\n    if (show_ad_241()){\n        document.getElementById('div-gpt-ad-241-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'news_lb_top', [[728, 90]],\n                  'div-gpt-ad-241-0']);\n    }\n</script>\n\n    </div>\n\n\n        \n        <!-- Header -->\n        <div id=\"header\" >\n            \n            <div id=\"utility-bar\">\n                <div class=\"content\">\n                    <div class=\"bs-links\">\n                        <ul>\n                  <li class=\"bs-kids\"><a href=\"http://www.backstage.com/topics/kids/\">backstage kids</a></li>\n                  <li class=\"bs-bu\"><a href=\"http://www.backstageuniversity.com/\" onClick=\"trackOutboundLink(this, 'Top Nav Outbound Links', 'backstageuniversity.com'); return false;\">backstage university</a></li>\n                  <li class=\"bs-au\"><a href=\"http://auditionupdate.com\" taret=\"_blank\" onClick=\"trackOutboundLink(this, 'Top Nav Outbound Links', 'auditionupdate.com'); return false;\">auditionupdate</a></li>\n\n                </ul>\n              </div>\n              <div class=\"utilities\">\n                <ul>\n                  <li class=\"facebook\">\n                    <a href=\"https://www.facebook.com/backstage\" target=\"_blank\" onClick=\"trackOutboundLink(this, 'Top Nav Outbound Links', 'Backstage Facebook Page'); return false;\">Like us on Facebook</a>\n                  </li>\n                  <li class=\"twitter\">\n                    <a href=\"https://twitter.com/Backstage\" target=\"_blank\" onClick=\"trackOutboundLink(this, 'Top Nav Outbound Links', 'Backstage Twitter Account'); return false;\">Follow us on Twitter</a>\n                  </li>\n                  <li class=\"messages\">\n                    <a href=\"/messaging/\">Messages</a><span class=\"nav_messages_unread_count badge\"></span>\n                  </li>\n                  <li class=\"user\"><a href=\"/casting/talent/\">Find Talent</a></li>\n                  <li class=\"user\" id='header_user_dropdown'>\n                      <li class=\"user esi_authenticated_show\" id=\"user_menu\">\n                          <a class=\"menuDownArrow\" href=\"/accounts/manage/\">My Account</a>\n                          <div class=\"utility-dropdown\" style=\"display:none\">\n                              <ul>\n                                  <li style=\"padding: 0;\">\n                                      <a href=\"/casting/profile/details/\" style=\"padding: 10px;\">Edit Profile</a>\n                                  </li>\n                                  \n                                  <li style=\"padding: 0;\">\n                                      <a href=\"/messaging/\" style=\"padding: 10px;\">Messages<span class=\"nav_messages_unread_count\"></a>\n                                  </li>\n                                  \n                                  \n                                  <li style=\"padding: 0;\">\n                                      <a href=\"/casting_director/\" style=\"padding: 10px;\">My Dashboard</a>\n                                  </li>\n                                 <li style=\"padding: 0;\">\n                                      <a href=\"/casting/apply/history/\"  style=\"padding: 10px;\">Job History</a>\n                                  </li>\n                                  <li style=\"padding: 0;\">\n                                      <a href=\"/accounts/manage/\" style=\"padding: 10px;\">Account Settings</a>\n                                  </li>\n                                  <li style=\"padding: 0;\">\n                                      <a href=\"http://help.backstage.com/\" style=\"padding: 10px;\">Help</a>\n                                  </li>\n                                  <li style=\"padding: 0;\">\n                                      <a href=\"/accounts/logout/\" style=\"padding: 10px;\">Logout</a>\n                                  </li>\n                              </ul>\n                          </div>\n                      </li>\n                      <li class=\"user esi_authenticated_hide\">\n                          <a href=\"/accounts/subscribe/\" style=\"font-weight:bold;color:#DB2327;\">JOIN</a>\n                      </li>\n                      <li class=\"user esi_authenticated_hide\">\n                          <a href=\"/accounts/\">LOG IN</a>\n                      </li>\n                  </li>\n                </ul>\n                <div class=\"search\">\n                  <form method=\"get\"  action=\"/search/\">\n                    <input type=\"text\" autocomplete=\"off\" id=\"q\" name=\"search\" />\n                    <input type=\"submit\" />\n                  </form>\n                </div>\n              </div>\n                </div>\n                <div class=\"breaker\"></div>\n            </div>\n            \n            <div id=\"nav-bar\">\n                <ul>\n                    <li class=\"home\"><h3><a href=\"/\"><img alt=\"Backstage\" src=\"http://cdn-static.backstage.com/static/images/logo.png\" width=\"271\" height=\"56\" /></a></h3></li>\n                    <li class=\"casting \"><a href=\"/casting/\">Casting</a></li>\n                    <li class=\"news \"><a href=\"/news-and-reviews/\">News <span>&amp; Reviews</span></a></li>\n                    <li class=\"resources \"><a href=\"/resources/\">Resources</a></li>\n                    <li class=\"actor101 \"><a href=\"/actor101/\">Actor 101</a></li>\n                    <li class=\"forums\"><a href=\"http://bbs.backstage.com\">Forums</a></li>\n                    <li class=\"postcall\"><a href=\"/casting/production_details/\">Post a Job</a><span></span></li>\n                </ul>\n            </div>\n            <div id=\"nav-trending\">\n    <ul>\n        <li class=\"trendingText\">Trending:</li>\n        <li><a href=\"/topics/SAG%20Awards/\">SAG Awards</a></li>\n        <li><a href=\"/topics/film/\">film</a></li>\n        <li><a href=\"/topics/television/\">television</a></li>\n        <li><a href=\"/topics/theater/\">theater</a></li>\n        <li><a href=\"/topics/awards%20season/\">awards season</a></li>\n        <li><a href=\"/topics/casting/\">casting</a></li>\n    </ul>\n</div>\n        </div>\n\n        <!-- Main Content area and sidebar -->\n        \n\n<div id=\"page\">\n    \n\n\n\n\n<div id=\"main\" xmlns=\"http://www.w3.org/1999/html\" xmlns=\"http://www.w3.org/1999/html\">\n\n    <p class=\"subscribe-now esi_authenticated_hide\">\n        <a href=\"/accounts/subscribe/?utm_source=article&utm_medium=banner&utm_campaign=apply\">\n            <img src=\"http://cdn-static.backstage.com/static/images/subscribe-now.gif\" width=\"644\" height=\"54\"\n                 alt=\"Subscribe now to Backstage and start applying to auditions!\" />\n        </a>\n    </p>\n    <div class=\"castingIntro mobileOnly esi_authenticated_hide\">\n        <div class=\"contentarea\">\n            <h3><a href=\"/accounts/subscribe/?utm_source=article&utm_medium=mobilebanner&utm_campaign=apply\">\n                Subscribe</a> now to <img src=\"http://cdn-static.backstage.com/static/images/logo-rev.png\" class=\"cta-logo\"/> and start\n                applying to auditions!</h3>\n        </div>\n    </div>\n\n    \n    <a href=\"/advice-for-actors/resources/\"><p class=\"section\">Resources</p></a>\n    \n    <h1>Los Angeles Acting Schools and Coaches</h1>\n    <p class=\"byline\">By\n    C. Ryanne Laratonda\n    | Posted Feb. 27, 2014, 5:17 p.m.\n    </p>\n    <div class=\"article-social\">\n        <ul>\n            <li><p>Share:</p></li>\n            <li class=\"facebook\">\n                <span class='st_facebook_custom' displayText='Facebook' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                    <img src=\"http://cdn-static.backstage.com/static/images/social-ghosts-fb.png\" alt=\"Share on Facebook\">\n                </span>\n            </li>\n            <li class=\"twitter\">\n                <span class='st_twitter_custom' displayText='Tweet' st_title=\"Los Angeles Acting Schools and Coaches\"\n                      st_url=\"http://bit.ly/1dG71u8\" st_via='BackStage'>\n                    <img src=\"http://cdn-static.backstage.com/static/images/social-ghosts-tw.png\" alt=\"Tweet on Twitter\">\n                </span>\n            </li>\n            <li class=\"pinterest\">\n                <span class='st_pinterest_custom' displayText='Pinterest' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                    <img src=\"http://cdn-static.backstage.com/static/images/social-ghosts-pn.png\" alt=\"Pin on Pinterest\">\n                </span>\n            </li>\n            <li class=\"email\">\n                <span class='st_email_custom' displayText='Email' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                    <img src=\"http://cdn-static.backstage.com/static/images/social-ghosts-em.png\" alt=\"Share on Facebook\">\n                </span>\n            </li>\n        </ul>\n    </div>\n    <div class=\"article-tags\">\n        <ul>\n            \n            \n                <li><span class=\"tag\"><a href=\"/topics/acting%20classes/\">acting classes</a></span></li>\n            \n                <li><span class=\"tag\"><a href=\"/topics/acting%20coaches/\">acting coaches</a></span></li>\n            \n                <li><span class=\"tag\"><a href=\"/topics/acting%20schools/\">acting schools</a></span></li>\n            \n                <li><span class=\"tag\"><a href=\"/topics/education/\">education</a></span></li>\n            \n        </ul>\n    </div>\n    <div class=\"article-content\">\n        \n            \n\n            \n\n            \n                <div class=\"story-highlights\">\n                    <div class=\"image\">\n                        <img src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/back-to-school-1.jpg.300x374_q100.jpg\" alt=\"Los Angeles Acting Schools and Coaches\" />\n                        \n                    </div>\n                 </div>\n            \n        \n\n        \n            <p>To find Los Angeles&ndash;area stage and film acting schools, teachers, and coaches,<strong> <a title=\"Acting Schools and Coaches\" href=\"http://www.backstage.com/resources/search/actingschool/\" target=\"_self\">click here to search Backstage's Acting Schools database</a></strong>.</p>\r\n<p>Each of the entries contains the following information, if applicable: name of teacher or school, address, phone and fax numbers, email address and/or website, average number of students per class, whether beginning, intermediate, or advanced students are taught, whether auditing is permitted, whether classes are ongoing or by sessions, any special emphasis used in classes or coaching, whether a work/study program is offered. Descriptions of the class, school, or coaching are provided by the instructor or institution and edited by Backstage.</p>\r\n<p>Also, you can find additional schools and coaches in the <strong><a title=\"Backstage's Yellow Pages for Acting and Performance Products, Classes, and Services\" href=\"http://yellowpages.backstage.com/\" target=\"_self\">Backstage Yellow Pages</a></strong>.&nbsp;</p>\r\n<p><em>Schools and coaches who have been omitted may contact listings {at} backstage.com regarding inclusion in the Acting Schools database. Schools and coaches can also self-post listings and media-enhanced ads in the Backstage Yellow Pages. <a title=\"Advertise your acting school and training services with Backtage\" href=\"http://backstage.com/advertising\" target=\"_blank\">Contact Backstage's Advertising Department</a> for additional marketing options.</em></p>\n        \n    </div>\n    <div class=\"article-content\">\n\n<div class=\"ad\" id='div-gpt-ad-662-0'\n     style='width:300px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n    var show_ad_662 = function(){ return (('ontouchstart' in window || navigator.msMaxTouchPoints)) && is_phone};\n    if (show_ad_662()){\n        document.getElementById('div-gpt-ad-662-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'mobile_prod_300x250', [[300, 250]],\n                  'div-gpt-ad-662-0']);\n    }\n</script>\n\n\n<div class=\"ad\" id='div-gpt-ad-348-0'\n     style='width:644px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n     \n    var show_ad_348 = function(){ return (!('ontouchstart' in window || navigator.msMaxTouchPoints) || !is_phone)};\n    if (show_ad_348()){\n        document.getElementById('div-gpt-ad-348-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'after_article', [[644, 350]],\n                  'div-gpt-ad-348-0']);\n    }\n</script>\n</div>\n    <div class=\"fb-recommendations-bar\" data-href=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\" data-site=\"www.backstage.com\"></div>\n    <div class=\"share-and-read\">\n        <div class=\"share\">\n            <ul>\n                <li class=\"facebook\">\n                    <span class='st_facebook_custom' displayText='Facebook' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                        <img src=\"http://cdn-static.backstage.com/static/images/article-fb.png\" alt=\"Share on Facebook\">\n                    </span>\n                </li>\n                <li class=\"twitter\">\n                    <span class='st_twitter_custom' displayText='Tweet' st_title=\"Los Angeles Acting Schools and Coaches\"\n                          st_url=\"http://bit.ly/1dG71u8\" st_via='BackStage'>\n                        <img src=\"http://cdn-static.backstage.com/static/images/article-tw.png\" alt=\"Tweet on Twitter\">\n                    </span>\n                </li>\n               <li class=\"pinterest\">\n                    <span class='st_pinterest_custom' displayText='Pinterest' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                        <img src=\"http://cdn-static.backstage.com/static/images/article-pn.png\" alt=\"Pin on Pinterest\">\n                    </span>\n                </li>\n                <li class=\"email\">\n                    <span class='st_email_custom' displayText='Email' st_url=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\">\n                        <img src=\"http://cdn-static.backstage.com/static/images/article-em.png\" alt=\"Share with Email\">\n                    </span>\n                </li>\n            </ul>\n        </div>\n        <!-- Read also -->\n        \n\n<div class=\"read-also\">\n    <ul>\n\n        <li class=\"header\">Read Also:</li>\n        \n            <li><p class=\"section\">Resources</p><a href=\"/advice-for-actors/resources/new-york-acting-schools-and-coaches-2014/\">New York Acting Schools and Coaches</a></li>\n        \n            <li><p class=\"section\">Resources</p><a href=\"/advice-for-actors/resources/acting-school-and-coach-specialties/\">Acting School and Coach Specialties: Finding the Help You Want</a></li>\n        \n    </ul>\n</div>\n        <div class=\"breaker\"></div>\n    </div>\n    <p class=\"article-header-special\">What did you think of this story?<br />\n    Leave a Facebook Comment:</p>\n    <div class=\"comments\">\n        <!-- Facebook comment block -->\n        <div class=\"fb-comments\" data-href=\"http://www.backstage.com/advice-for-actors/resources/los-angeles-acting-schools-and-coaches-2014/\" data-num-posts=\"10\" data-width=\"644\"></div>\n    </div>\n</div>\n\n\n\n  <div id=\"sidebar\">\n           <style type=\"text/css\">\r\n        #sidebar .regionalauditions li a:hover {\r\n          color: red;\r\n        }\r\n        </style>\r\n<div class=\"block popular regionalauditions\" style=\"\r\n    margin-bottom: 10px;\r\n\">\r\n    <div class=\"header\" style=\"background:#E3238A;\" >\r\n        <p><a href=\"http://www.backstage.com/casting/?min_age=1&amp;max_age=120&amp;union_status=&amp;location=&amp;geo=&amp;radius=50&amp;q=&amp;sort_by=audition&amp;page=1\" style=\"\r\n    color: white;\r\n\">Auditions &amp; Open Casting Calls</a></p>\r\n    </div>\r\n    <ul>\r\n    \r\n        <li>\r\n            \r\n            <a href=\"http://www.backstage.com/casting/open-casting-calls/nyc-auditions/\" class=\"text\">NYC Auditions</a>\r\n            <div class=\"breaker\"></div>\r\n        </li>\r\n    \r\n        <li>\r\n            <a href=\"http://www.backstage.com/casting/open-casting-calls/los-angeles-auditions/\" class=\"text\">Los Angeles Auditions</a>\r\n            <div class=\"breaker\"></div>\r\n        </li>\r\n        <li>\r\n            <a href=\"http://www.backstage.com/casting/open-casting-calls/movie-auditions/\" class=\"text\">Auditions for Movies</a>\r\n            <div class=\"breaker\"></div>\r\n        </li>\r\n<li><a href=\"http://www.backstage.com/actor101/\" class=\"text\">Audition Tips</a><div class=\"breaker\"></div></li>\r\n\r\n\r\n    </ul>\r\n<a href=\"http://www.backstage.com/news/auditions-location-type/\" style=\"\r\n    float: right;\r\n    font-size: 1.3em;\r\n    margin: 10px 0 30px;\r\n\">More Auditions for Actors</a>\r\n</div>\n\n<div class=\"ad\" id='div-gpt-ad-290-0'\n     style='width:1px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n     \n    var show_ad_290 = function(){ return (!('ontouchstart' in window || navigator.msMaxTouchPoints) || !is_phone)};\n    if (show_ad_290()){\n        document.getElementById('div-gpt-ad-290-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'Prestitial', [[1, 1]],\n                  'div-gpt-ad-290-0']);\n    }\n</script>\n\n\n<div class=\"ad\" id='div-gpt-ad-228-0'\n     style='width:300px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n     \n    var show_ad_228 = function(){ return (!('ontouchstart' in window || navigator.msMaxTouchPoints) || !is_phone)};\n    if (show_ad_228()){\n        document.getElementById('div-gpt-ad-228-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'news_rect_top', [[300, 600], [300, 250]],\n                  'div-gpt-ad-228-0']);\n    }\n</script>\n\n\n\n\n    \n\n<div class=\"block popular\">\n    <div class=\"header\">\n        <p>Popular on Backstage:</p>\n    </div>\n    <ul>\n    \n        <li>\n            \n                <a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/LupitaNyongo.jpg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"text\">33 Tips From Established Actors in 2014</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            \n                <a href=\"/advice-for-actors/casting-director-note/2-speech-patterns-may-be-costing-you-jobs/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/Note_0703_NickBertozzi.jpg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/advice-for-actors/casting-director-note/2-speech-patterns-may-be-costing-you-jobs/\" class=\"text\">The 2 Speech Patterns That May Be Costing You Jobs</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            \n                <a href=\"/news/11-reasons-why-realizing-you-want-be-actor-finding-out-you-are-wizard/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/Harry-Potter-Image.jpg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/news/11-reasons-why-realizing-you-want-be-actor-finding-out-you-are-wizard/\" class=\"text\">11 Reasons Why Realizing You Want to Be an Actor Is Like Finding Out You Are a Wizard</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n    </ul>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <div class=\"block auditions\">\n    <div class=\"header\"><p>Casting & Jobs:</p></div>\n    <div class=\"intro\"> With our new submission process, applying has never been easier! </div>\n    <ul>\n        \n        <li>\n            <p class=\"category\">multimedia</p>\n            <p class=\"title\"><a href=\"http://www.backstage.com/casting/the-crowd-56024/?utm_campaign=Casting%20Posts&amp;utm_content=10915997&amp;utm_medium=social&amp;utm_source=facebook\">&#39;The Crowd&#39;</a></p>\n            <p class=\"text\">Casting a large-scale public exhibition film featuring the work of Philippe Parreno, the Paris-based artist</p>\n            <p class=\"view\"><a href=\"http://www.backstage.com/casting/the-crowd-56024/?utm_campaign=Casting%20Posts&amp;utm_content=10915997&amp;utm_medium=social&amp;utm_source=facebook\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n        \n        <li>\n            <p class=\"category\">reality</p>\n            <p class=\"title\"><a href=\"http://www.backstage.com/casting/travel-channel-show-56072/\">Travel Channel Show</a></p>\n            <p class=\"text\">Seeking participants to go on a guided tour with a Travel Channel host and three other locals in the D.C. area</p>\n            <p class=\"view\"><a href=\"http://www.backstage.com/casting/travel-channel-show-56072/\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n        \n        <li>\n            <p class=\"category\">theme parks</p>\n            <p class=\"title\"><a href=\"http://www.backstage.com/casting/busch-gardens-williamsburg-spring-season-performers-56042/\">Busch Gardens Williamsburg </a></p>\n            <p class=\"text\">Seeking vibrant, energetic performers, musicians, stage managers, and technicians for the park&#39;s collection of world-class spring/summer season productions</p>\n            <p class=\"view\"><a href=\"http://www.backstage.com/casting/busch-gardens-williamsburg-spring-season-performers-56042/\">View</a></p>\n            <div class=\"breaker\"></div>\n        </li>\n        \n        <li class=\"viewall\"><a href=\"/casting/\">See More Auditions</a></li>\n    </ul>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n<div class=\"block first\">\n    <div class=\"header\">\n        <p>Today on Backstage:</p>\n    </div>\n    <ul>\n    \n        <li>\n            \n                <a href=\"/news/casting/6-chances-to-get-cast-2015/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/shutterstock_137961854.jpg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/news/casting/6-chances-to-get-cast-2015/\" class=\"text\">6 Chances to Get Cast in 2015!</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            \n                <a href=\"/interview/igotcast-katy-morris/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/KatyMorris_0101_DavidHeisler.jpeg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/interview/igotcast-katy-morris/\" class=\"text\">#IGotCast: Katy Morris</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n        <li>\n            \n                <a href=\"/advice-for-actors/the-working-actor/8-resolutions-you-should-consider-making/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/Working_0101_ClayRodery.jpeg.59x59_q90_crop-0,0.jpg\" /></a>\n            \n            <a href=\"/advice-for-actors/the-working-actor/8-resolutions-you-should-consider-making/\" class=\"text\">8 Resolutions You Should Consider Making</a>\n            <div class=\"breaker\"></div>\n        </li>\n    \n    </ul>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"ad\" id='div-gpt-ad-234-0'\n     style='width:300px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n     \n    var show_ad_234 = function(){ return (!('ontouchstart' in window || navigator.msMaxTouchPoints) || !is_phone)};\n    if (show_ad_234()){\n        document.getElementById('div-gpt-ad-234-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'news_rect_bottom', [[300, 600]],\n                  'div-gpt-ad-234-0']);\n    }\n</script>\n\n\n\n\n\n\n\n\n\n\n    <div class=\"block social\">\n    <div class=\"header\">\n        <p>Stay on Top of the Latest<br/>\n            Industry News:</p>\n    </div>\n    <ul>\n        <li class=\"twitter\">\n            <p>\n                    <strong>Follow us</strong> on Twitter:\n\t\t\t\t\t<a href=\"https://twitter.com/backstage\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"false\" data-dnt=\"true\">Follow @backstage</a>\n\t\t\t\t\t<script>!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');</script>\n            </p>\n        </li>\n    </ul>\n    <div id=\"fb-root\"></div>\n    <div class=\"fb-like-box\"\n    data-href=\"http://www.facebook.com/backstage\" data-width=\"300\"\n    data-show-faces=\"true\" data-border-color=\"#fff\" data-stream=\"false\"\n    data-header=\"true\"></div>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  </div>\n</div>\n<br/>\n\n\n\n        <!-- Footer -->\n        <div id=\"footer\">\n            <div id=\"inside-backstage\">\n    <ul>\n        <li class=\"inside\"><img src=\"http://cdn-static.backstage.com/static/images/header-inside.gif\" alt=\"Inside Backstage\"  width=\"143\" height=\"16\" /></li>\n        <li class=\"sag\"><a href=\"/auditions/\">Auditions Calendar</a></li>\n        <li class=\"agent\"><a href=\"/advice-for-actors/first-person/\">First Person</a></li>\n        <li class=\"spotlight\"><a href=\"/advice-for-actors/backstage-experts/\">Backstage Experts</a></li>\n        <li class=\"who\"><a href=\"/advice-for-actors/secret-agent-man/\">Secret Agent Man</a></li>\n    </ul>\n    <div class=\"breaker\"></div>\n</div>\n\n<div id=\"drip-pan\">\n  <ul>\n    <li><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/auditions-redirect/upcoming-auditions/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/regional_auditions_at_a_glance_6.jpg.300x207_q100.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/auditions-redirect/upcoming-auditions/\" class=\"text\">Upcoming Auditions at a Glance</a></li>\n    <li><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/news/12-easy-things-actors-can-resolve-do-2015/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/shutterstock_236154478.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/news/12-easy-things-actors-can-resolve-do-2015/\" class=\"text\">12 Easy Things Actors Can Resolve to Do in 2015</a></li>\n    <li><span class=\"tag\"><a href=\"/advice-for-actors/\">Advice</a><span></span></span><a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/LupitaNyongo.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/advice-for-actors/33-tips-established-actors-2014/\" class=\"text\">33 Tips From Established Actors in 2014</a></li>\n    <li class=\"last\"><span class=\"tag\"><a href=\"/news/\">News</a><span></span></span><a href=\"/news/are-you-ready-file-your-taxes/\" class=\"image\"><img alt=\"\" src=\"http://cdn-media.backstage.com/files/media/uploads/zinnia/Tax_0101_shutterstock_Carolyn_Franks.jpg.207x139_q90_crop-0,0_upscale.jpg\" /></a><a href=\"/news/are-you-ready-file-your-taxes/\" class=\"text\">Are You Ready to File Your Taxes?</a></li>\n  </ul>\n  <div class=\"breaker\"></div>\n</div>\n\n            \n   <div class=\"homepage_ad\">\n   \n\n<div class=\"ad\" id='div-gpt-ad-242-0'\n     style='width:728px; display: none;'>\n</div>\n\n<script type=\"text/javascript\">\n    var viewport_width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n    var is_phone =  viewport_width <= 568;\n    \n    \n    \n    var show_ad_242 = function(){ return true };\n    if (show_ad_242()){\n        document.getElementById('div-gpt-ad-242-0').style.display = 'block';\n        dfp_ads.push(['9012560', 'news_lb_bottom', [[728, 90]],\n                  'div-gpt-ad-242-0']);\n    }\n</script>\n\n   </div>\n\n\n            \n            \n                <div class=\"content\" style=\"margin-bottom:60px;\">\r\n                <p>© 2014 Backstage. All rights reserved.\r\n                    <a href=\"/terms-of-service/\">Terms of Use</a> |\r\n                    <a href=\"/privacy-policy/\">Privacy Policy</a> |\r\n                    <a href=\"/about-us/\">About Us</a> |\r\n                    <a href=\"/team/\">The Team</a> |\r\n                    <a href=\"http://www.backstage.com/rss-feeds/\">RSS</a> |\r\n                    <a href=\"http://help.backstage.com/\">Contact Us</a> |\r\n                    <a href=\"http://www.backstage.com/newsletter/\">Newsletter</a> |\r\n                    <a href=\"http://www.backstage.com/mailing-labels/\">Mailing Labels</a> |\r\n                    <a href=\"http://www.backstage.com/careers/\">Careers</a> |\r\n                    <a href=\"http://help.backstage.com/\">Help</a> |\r\n                    <a href=\"http://www.backstage.com/advertising-information/\">Advertising Information</a> |\r\n                    <a href=\"/sitemap/\">Sitemap</a>\r\n                </p>\r\n            </div><!--Start of Zopim Live Chat Script with mobile hidden--> \r\n<script type=\"text/javascript\">\r\nvar ua = navigator.userAgent.toLowerCase(),\r\nplatform = navigator.platform.toLowerCase();\r\nplatformName = ua.match(/ip(?:ad|od|hone)/) ? 'ios' : (ua.match(/(?:webos|android)/) || platform.match(/mac|win|linux/) || ['other'])[0],\r\nisMobile = /ios|android|webos/.test(platformName);\r\nif (!isMobile) {\r\nwindow.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= \r\nd.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. \r\n_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); \r\n$.src='//v2.zopim.com/?2QrRstMI49PEBrwzXqdEv88XxfJaezIa';z.t=+new Date;$. \r\ntype='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); \r\n}\r\n</script>\r\n<!--End of Zopim Live Chat Script with mobile hidden--> \n            \n        </div>\n\n        <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>\n        <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js\"></script>\n        <script   type=\"text/javascript\" src=\"http://cdn-static.backstage.com/static/js/index_v3764546f2bef6dac900b8437b6dd5e05e5ca141e.js\" charset=\"utf-8\"></script>\n\n        \n        \n\t<script type=\"text/javascript\">\n\t\t$(document).ready(function () {\n            //1 in 10 chance to update a view, but when we do, we increment by 10\n            var hit_rand=Math.floor(Math.random()*10)\n\t\t\tif(hit_rand == 0.0) {\n                $.post(\"/article_hits/\", {article_id:\"52412\"} );\n            }\n\t\t});\n\t</script>\n\n\n        <script type=\"text/javascript\">\n            $(document).ready(function () {\n                // Handle general ESI changes\n                if (esi_user_authenticated) {\n                    $('#user_menu').mouseover(function() {\n                        $('.utility-dropdown').show();\n                    });\n                    $('#user_menu').mouseout(function() {\n                        $('.utility-dropdown').hide();\n                    });\n                    $('.esi_authenticated_show').removeClass('esi_authenticated_show');\n                    $('.esi_authenticated_hide').hide();\n\n                    if(esi_nav_thumbnail) {\n                        $('#user_menu a.menuDownArrow').prepend(\"<img src='\"+esi_nav_thumbnail+\"' id='nav_thumbnail'>\");\n                    }\n\n                    if(esi_messages_unread_count){\n                      esi_messages_unread_count = esi_messages_unread_count.replace(\"(\",\"\").replace(\")\",\"\");\n                        $('.nav_messages_unread_count').html(esi_messages_unread_count);\n                        $(\".messages a\").addClass(\"messages_new\");\n                    } else {\n                      $(\".nav_messages_unread_count\").addClass(\"nav_messages_unread_count_empty\");\n                    }\n\n                } else {\n                    $('.esi_authenticated_show').hide();\n                    $('.esi_authenticated_hide').removeClass('esi_authenticated_hide');\n                    $(\".nav_messages_unread_count\").addClass(\"nav_messages_unread_count_empty\");\n                }\n            });\n        </script>\n        \n        \n            \n                <script type=\"text/javascript\">var switchTo5x = true;</script>\n                <script type=\"text/javascript\" src=\"https://ws.sharethis.com/button/buttons.js\"></script>\n                <script type=\"text/javascript\">\n                    stLight.options({\n                        publisher:\"4d2ca103-3b10-40c2-8083-b850d05fbbd0\",\n                        doNotHash:true,\n                        onhover: false\n                    });\n                </script>\n            \n        \n        \n    <script type=\"text/javascript\">\n        window.fbAsyncInit = function() {\n            FB.init({\n            appId : '111374926453', // App ID\n            status : true, // check login status\n            cookie : true, // enable cookies to allow the server to access the session\n            xfbml : true // parse XFBML\n            });\n        };\n\n        (function(d){\n            var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];\n            if (d.getElementById(id)) {return;}\n            js = d.createElement('script'); js.id = id; js.async = true;\n            js.src = \"//connect.facebook.net/en_US/all.js\";\n            ref.parentNode.insertBefore(js, ref);\n        }(document));\n    </script>\n\n        \n            <!--*******************************************-->\n<!--********** START ANALYTICS BLOCK **********-->\n<!--*******************************************-->\n\n<!-- START Google Analytics Code -->\n<script type=\"text/javascript\">\n    function trackOutboundLink(link, category, action) {\n        try {\n            _gaq.push(['_trackEvent', category , action]);\n        }\n        catch(err){\n            alert(err)\n        }\n\n        setTimeout(function() {\n            document.location.href = link.href;\n        }, 100);\n    }\n\n    var _gaq = _gaq || [];\n    var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\n    _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\n    _gaq.push(['_setAccount', 'UA-5665631-1']);\n    _gaq.push(['_setDomainName','backstage.com']);\n    _gaq.push(['_setAllowLinker', true]);\n    _gaq.push(['_setCustomVar', 1, 'User Type', 'unregistered', 1]);\n    _gaq.push(['_setCustomVar', 3, 'Popular Authors', 'c-ryanne-laratonda-2015-01-03', 3]);\n    \n    \n    \n\n    \n        _gaq.push(['_trackPageview']);\n    \n\n    (function() {\n        var ga = document.createElement('script'); ga.type = 'text/javascript';\n        ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n</script>\n<!-- END Google Analytics Code -->\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-WBMS2S\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-WBMS2S');</script>\n<!-- End Google Tag Manager -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"backstage.com\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n                e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\":\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<!-- Start of Async HubSpot Analytics Code -->\n<script type=\"text/javascript\">\n    (function(d,s,i,r) {\n    if (d.getElementById(i)){return;}\n    var n=d.createElement(s),e=d.getElementsByTagName(s)[0];\n    n.id=i;n.src='//js.hubspot.com/analytics/'+(Math.ceil(new\n    Date()/r)*r)+'/200838.js'; e.parentNode.insertBefore(n, e);\n    })(document,\"script\",\"hs-analytics\",300000);\n</script>\n<!-- End of Async HubSpot Analytics Code -->\n\n\n<script type=\"text/javascript\">\n    if(!window.esi_user_authenticated) {\n        // Really\n        adroll_adv_id = \"7QSX3T465ZDFFPQNHVQRFU\";\n        adroll_pix_id = \"IRZEF4TOYRCYRNXG5KCLKU\";\n        (function () {\n            var oldonload = window.onload;\n            window.onload = function(){\n              __adroll_loaded=true;\n              var scr = document.createElement(\"script\");\n              var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n              scr.setAttribute('async', 'true');\n              scr.type = \"text/javascript\";\n              scr.src = host + \"/j/roundtrip.js\";\n              ((document.getElementsByTagName('head') || [null])[0] ||\n                document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n              if(oldonload){oldonload()}};\n        }());\n    }\n</script>\n\n\n<!--*******************************************-->\n<!--************ END ANALYTICS BLOCK **********-->\n<!--*******************************************-->\n\n        \n\n        \n        <script type='text/javascript'>\n            var googletag = googletag || {};\n            googletag.cmd = googletag.cmd || [];\n            (function () {\n                var gads = document.createElement('script');\n                gads.async = true;\n                gads.type = 'text/javascript';\n                var useSSL = 'https:' == document.location.protocol;\n                gads.src = (useSSL ? 'https:' : 'http:') +\n                    '//www.googletagservices.com/tag/js/gpt.js';\n                var node = document.getElementsByTagName('script')[0];\n                node.parentNode.insertBefore(gads, node);\n            })();\n            googletag.cmd.push(function () {\n                googletag.pubads().setTargeting(\"user_state\", esi_targeting_user_state);\n            });\n            googletag.cmd.push(function () {\n                googletag.pubads().enableSingleRequest();\n                googletag.pubads().collapseEmptyDivs();\n            });\n            googletag.cmd.push(function () {\n                for(var i = 0; i < dfp_ads.length; i++)\n                {\n                    googletag.pubads().display('/' + dfp_ads[i][0] + '/' + dfp_ads[i][1], dfp_ads[i][2], dfp_ads[i][3]);\n                }\n            });\n            googletag.cmd.push(function () {\n                \n    googletag.pubads().setTargeting(\"tag\", [\"education\", \"acting classes\", \"acting schools\", \"acting coaches\"]);\n    googletag.pubads().setTargeting(\"category\", [\"resources\", \"advice\"]);\n    googletag.pubads().setTargeting(\"entry_id\", \"52412\");\n\n\n                googletag.enableServices();\n            });\n        </script>\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/bhg.com1.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n    <!--[if lt IE 7 ]><html lang=\"en\" class=\"lt-ie9 ie6 no-js\"><![endif]-->\n    <!--[if IE 7 ]><html lang=\"en\" class=\"lt-ie9 ie7 no-js\"><![endif]-->\n    <!--[if IE 8 ]><html lang=\"en\" class=\"lt-ie9 ie8 no-js\"><![endif]-->\n    <!--[if IE 9 ]><html lang=\"en\" class=\"ie9 no-js\"><![endif]-->\n    <!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n    \n\n<head>\n    \n\n\n\n\n<title data-socialtitle=\"\" data-socialdescription=\"\">Centerpiece and Tabletop Decoration Ideas for Fall from Better Homes and Gardens</title>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    \n\n\n\n\n\n\n\n<meta property=\"og:site_name\" content=\"Better Homes & Gardens\"/>\n\n\n    <meta name=\"description\" content=\"These easy centerpieces and simple tabletop decorations will add creative fall flair to any table in your home.\">\n\n\n\n\n\n<meta property=\"fb:admins\" content=\"1561750258\">\n<meta property=\"fb:app_id\" content=\"85037231102\">\n<meta property=\"fb:page_id\" content=\"72571226018\">\n\n\n\n\n    \n        <meta name=\"twitter:card\" content=\"summary\">\n        <meta name=\"twitter:site\" content=\"@bhg\">\n        \n            <meta property=\"og:title\" content=\"Centerpiece and Tabletop Decoration Ideas for Fall\">\n        \n\n        \n            <meta property=\"og:description\" content=\"These easy centerpieces and simple tabletop decorations will add creative fall flair to any table in your home.\">\n        \n\n        \n            <meta property=\"og:type\" content=\"article\">\n        \n\n        \n            <meta property=\"og:url\" content=\"http://www.bhg.com/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/\">\n        \n\n        \n            <meta property=\"og:image\" content=\"http://images.meredith.com/content/dam/mwl/Images/2010/09/101203725.jpg.rendition.largest.jpg\">\n        \n\n        \n            <meta property=\"og:site_name\" content=\"Better Homes and Gardens\">\n        \n    \n\n    \n\n\n\n    <link rel=\"canonical\" href=\"http://www.bhg.com/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/\">\n    <link rel=\"shortcut icon\" href=\"http://images.meredith.com/web/bhg/bhg.ico\">\n    <link rel=\"apple-touch-icon\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_57x57.png\"/>\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_72x72.png\"/>\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_114x114.png\"/>\n\n    \n\n    <link href=\"http://s1.mdpcdn.com/etc/designs/bhg/assets/core-5.27.30.min.css\" rel=\"stylesheet\">\n    \n\n    <script src=\"http://s2.mdpcdn.com/etc/designs/bhg/assets/head-5.27.30.min.js\"></script>\n\n    \n</head>\n\n    <body class=\"shell bhg slideshow2 threeColumn\" data-shareimage=\"http://images.meredith.com/content/dam/mwl/Images/2010/09/101203725.jpg.rendition.largest.jpg\">\n        \n\n\n\n\n\n\n\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-WMWB88\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<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-WMWB88');</script>\n<!-- End Google Tag Manager -->\n\n<div class=\"parsys globalheaderipar iparsys\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys globalheaderipar iparsys\"><div class=\"globalheader2 section\">\n\n\n\n<header id=\"siteHeader\" class=\"clearfix\">\n    <div id=\"logo-teaser-search\" class=\"row\">\n        <div class=\"large-3 medium-3 small-8 columns\">\n            <div class=\"logo\">\n                <a href=\"/\" data-from-atg=\"false\" class=\"bhgLogo\">\n                    Better Homes and Gardens\n                </a>\n            </div>\n        </div>\n\n\n        <div class=\"large-8 medium-8 small-8 columns\">\n            <div class=\"headerTeaser teaser2 parbase\">\n\n\n\n\n\n\n\n\n    <div id=\"_content_campaigns_bhg_HPTopRollover\" class=\"teaser rollOver\" data-script=\"http://s2.mdpcdn.com/etc/bhg/common/campaign.HPTopRollover.teasercriteria.01032015.js\"></div>\n\n    \n\n\n</div>\n\n        </div>\n        <div class=\"large-5 medium-5 show-for-medium-up columns\">\n            <div class=\"headersearch\">\n\n\n\n\n<div class=\"sitesearch searchBar clearfix\">\n    <form id=\"topsearch\" action=\"http://search.bhg.com/search/s\" name=\"searchbhg\" method=\"get\">\n        <input type=\"text\" name=\"q\" id=\"search\" class=\"searchBox\" placeholder=\"Search BHG.com\"/>\n        <input type=\"submit\" value=\"Go\" class=\"searchSubmit\"/>\n    </form>\n</div></div>\n\n\n            <div id=\"headerAdDiv\" class=\"clearfix\">\n                \n            </div>\n        </div>\n    </div>\n\n\n    <section class=\"navContainer\">\n        <div class=\"topnavigation3 topNav\">\n\n\n\n\n\n\n\n\n\n<nav id=\"superNav\" class=\"superNav row\" data-url=\"/etc/bhg/common/navigation.01032015.js\">\n  <div id=\"superNavWrapper\" class=\"superNavWrapper\">\n      \n      <ul class=\"navLinks\">\n        \n                <li id=\"recipes\" class=\"\"><a href=\"/recipes/\">Recipes</a></li>\n        \n                <li id=\"decorating\" class=\"\"><a href=\"/decorating/\">Decorating</a></li>\n        \n                <li id=\"home-improvement\" class=\"\"><a href=\"/home-improvement/\">Home Improvement</a></li>\n        \n                <li id=\"gardening\" class=\"\"><a href=\"/gardening/\">Gardening</a></li>\n        \n                <li id=\"party\" class=\"\"><a href=\"/party/\">Entertaining</a></li>\n        \n                <li id=\"beauty-fashion\" class=\"\"><a href=\"/beauty-fashion/\">Beauty</a></li>\n        \n                <li id=\"holidays\" class=\"highlighted\"><a href=\"/holidays/\">Holidays</a></li>\n        \n                <li id=\"pets\" class=\"\"><a href=\"/pets/\">Pets</a></li>\n        \n                <li id=\"better-homes-and-garden-magazine\" class=\"\"><a href=\"/better-homes-and-garden-magazine/\">Magazine</a></li>\n        \n                <li id=\"videosvideo-index\" class=\"\"><a href=\"/videos/video-index\">Videos</a></li>\n        \n                <li id=\"httpwwwbhgcomshop\" class=\"\"><a href=\"http://www.bhg.com/shop/\">Shop</a></li>\n        \n      </ul>\n  </div>\n</nav>\n\n\n<nav id=\"subNavSource\" class=\"subNavSource\">\n    <ul>\n      \n        <li>\n          <a href=\"/holidays/\">Holidays</a>\n          <ul>\n              \n              <li><a href=\"/halloween/\">Halloween</a></li>\n              \n              <li><a href=\"/halloween/crafts/\">Crafts</a></li>\n              \n              <li><a href=\"/halloween/decorating/\">Decorating</a></li>\n              \n              <li><a href=\"/halloween/pumpkins/\">Pumpkins</a></li>\n              \n              <li><a href=\"/halloween/pumpkin-carving/printable-pumpkin-stencils/\">Pumpkin Stencils</a></li>\n              \n              <li><a href=\"/halloween/recipes/\">Recipes</a></li>\n              \n              <li><a href=\"/thanksgiving/\">Thanksgiving</a></li>\n              \n              <li><a href=\"/thanksgiving/crafts/\">Crafts</a></li>\n              \n              <li><a href=\"/thanksgiving/recipes/\">Recipes</a></li>\n              \n              <li><a href=\"/thanksgiving/sides-appetizers/\">Sides</a></li>\n              \n              <li><a href=\"/thanksgiving/pies-cakes/\">Pies</a></li>\n              \n              <li><a href=\"/thanksgiving/menu/\">Menus</a></li>\n              \n              <li><a href=\"/thanksgiving/roast-turkey/\">Turkey</a></li>\n              \n              <li><a href=\"/christmas/\">Christmas</a></li>\n              \n              <li><a href=\"/christmas/baking/\">Baking</a></li>\n              \n              <li><a href=\"/christmas/cookies/\">Cookies</a></li>\n              \n              <li><a href=\"/christmas/recipes/\">Recipes</a></li>\n              \n              <li><a href=\"/christmas/crafts/\">Crafts</a></li>\n              \n              <li><a href=\"/christmas/decorating/\">Decorating Ideas</a></li>\n              \n              <li><a href=\"/christmas/outdoor-decorations/\">Outdoor Decorating</a></li>\n              \n              <li><a href=\"/christmas/wreaths/\">Wreaths</a></li>\n              \n              <li><a href=\"/christmas/trees/\">Trees</a></li>\n              \n              <li><a href=\"/christmas/ornaments/\">Ornaments</a></li>\n              \n              <li><a href=\"/christmas/garlands/\">Garland</a></li>\n              \n              <li><a href=\"/christmas/cards/\">Cards</a></li>\n              \n              <li><a href=\"/christmas/gifts/\">Gifts</a></li>\n              \n              <li><a href=\"/holidays/hanukkah/\">Hanukkah</a></li>\n              \n              <li><a href=\"/holidays/kwanzaa/\">Kwanzaa</a></li>\n              \n              <li><a href=\"/holidays/new-years/\">New Year's</a></li>\n              \n              <li><a href=\"/holidays/valentines-day/\">Valentine's Day</a></li>\n              \n              <li><a href=\"/holidays/st-patricks-day/\">St. Patrick's Day</a></li>\n              \n              <li><a href=\"/holidays/easter/\">Easter</a></li>\n              \n              <li><a href=\"/holidays/mothers-day/\">Mother's Day</a></li>\n              \n              <li><a href=\"/holidays/fathers-day/\">Father's Day</a></li>\n              \n              <li><a href=\"/holidays/july-4th/\">July 4th</a></li>\n              \n          </ul>\n        </li>\n      \n    </ul>\n</nav>\n\n</div>\n\n        <div class=\"headerLinks headernavlinks2\">\n\n\n\n\n\n\n<nav class=\"serviceNav\" id=\"serviceNav\">\n    <ul id=\"topLinks\" class=\"navLinks\">\n    \n        <li><a href=\"http://www.bhg.com/blogs/\">blogs</a></li>\n    \n        <li><a href=\"http://www.bhg.com/newsletters/?prsc=R1402BSRVNAVNWR231\">newsletters</a></li>\n    \n        <li><a href=\"http://www.bhg.com/license-products\">bhg products</a></li>\n    \n        <li><a href=\"http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432\">free offers</a></li>\n    \n        <li><a href=\"http://www.bhg.com/free-stuff/?psrc=S1105BSRVNAVFREESTUFF\">sweepstakes</a></li>\n    \n        <li><a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=133280\">subscribe</a></li>\n    \n        <li class=\"join-now-link\"><a href='/common/profile/regStep1.jsp?regSource=1000&returnURL=' title=\"Join Now!\">Join Now!</a></li>\n    </ul>\n</nav></div>\n\n    </section>\n\n    \n    <div class=\"topBannerAd\" id=\"bhgTopBannerAd\">\n        <div class=\"row\">\n            <div class=\"adcode2 section\">\n                <div id='div-gpt-topBanner' class=\"large-16 medium-16 small-16 columns\"></div>\n            </div>\n        </div>\n    </div>\n    \n\n</header>\n</div>\n\n</div>\n</div>\n</div>\n\n\n<div id=\"siteContainer\">\n\n        \n\n\n\n<div id=\"siteContent\" class=\"row\">\n    <div class=\"large-16 medium-16 small-16 columns clearfix\">\n        \n\n\n\n<div class=\"row\">\n    <div class=\"large-11 medium-11 small-11 columns\">\n        <div class=\"breadcrumbs\">\n\n\n\n\n\n\n\n\n<div class=\"breadCrumb clearfix\">\n    \n        \n            \n            \n                <a href=\"/\">BHG.com</a>\n            \n        \n        &nbsp;&nbsp;/&nbsp;&nbsp;\n    \n        \n            \n            \n                <a href=\"/thanksgiving/\">Thanksgiving</a>\n            \n        \n        &nbsp;&nbsp;/&nbsp;&nbsp;\n    \n        \n            \n            \n                <a href=\"/thanksgiving/indoor-decorating/\">Decorating Ideas for Thanksgiving</a>\n            \n        \n        &nbsp;&nbsp;/&nbsp;&nbsp;\n    \n        \n            \n                <span class=\"bold\">Centerpiece and Tabletop Decoration Ideas for Fall from Better Homes and Gardens</span>\n            \n            \n        \n        \n    \n    \n</div></div>\n\n    </div>\n    <div class=\"large-5 medium-5 small-4 columns\">\n        <div class=\"personalized2 personalized\">\n\n\n\n\n\n<div id=\"pMod\">\n    <div class=\"personalizedModule\">\n        <ul class=\"anonymous\">\n            <li class=\"personalizedButton login\">\n                <a href=\"/common/profile/login1.jsp?regSource=1000&amp;returnURL=\" title=\"Log in\">\n                    <div class=\"loginWrapper\">log in</div>\n                    <div class=\"socialLoginWrapper\">\n                    <img class=\"socialLogin googleplus\" src=\"https://cdns.gigya.com/gs/i/HTMLLogin/googleplus_lastlogin_15.png\"/>\n                    <img class=\"socialLogin facebook\" src=\"https://cdns.gigya.com/gs/GetSprite.ashx?path=%2FHTMLLogin%2F%5Bfacebook%5D_15.png%7C15%2C15\"/>\n                    <img class=\"socialLogin yahoo\" src=\"https://cdns.gigya.com/gs/GetSprite.ashx?path=%2FHTMLLogin%2F%5Byahoo%5D_15.png%7C15%2C15\"/>\n                    </div>\n                </a>\n            </li>\n            <li class=\"personalizedButton join\">\n                <a href=\"/common/profile/regStep1.jsp?regSource=0923&amp;returnURL=\" title=\"Join Now!\">Join now!</a>\n            </li>\n        </ul>\n        <ul class=\"registered\">\n            <li class=\"personalizedButton user-greet\">\n            </li>\n            <li class=\"personalizedButton saved\">\n                <a href=\"/common/profile/community/?tab=clippings&clipTypeId=0\">my saved</a>\n            </li>\n            <li class=\"personalizedButton recipe\">\n                <a href=\"/recipes/recipebox/\">recipe box</a>\n            </li>\n           </ul>\n    </div>\n</div>\n</div>\n\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"large-16 medium-16 small-16 columns\">\n        <div class=\"topinfoandtoolbar2 topinfoandtoolbar\">\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"topInfo clearfix\">\n    <h1>Centerpiece and Tabletop Decoration Ideas for Fall</h1>\n    \n    \n        <div class=\"expander setTruncHeight \">\n            \n                \n                \n                    <p>These easy centerpieces and simple tabletop decorations will add creative fall flair to any table in your home.</p>\n                \n            \n        </div>\n    \n</div>\n\n    <section class=\"byline\">\n        \n            \n            \n                By Kelly Roberson\n            \n        \n    </section>\n\n\n<hr class=\"gradient\"/>\n\n\n    <div class=\"fakepath gigya\">\n\n\n\n\n\n\n\n<!-- Gigya Container -->\n<div id=\"gigyaBar\" class=\"gigyaBar\" data-button-placement=\"default\" data-buttons=\"gigyafbShare,gigyaPinIt,gigyaFacebook,gigyaEmail,gigyaTwitter,gigyaGooglePlus,gigyaMore\" data-shareurl=\"\"></div>\n\n<!-- Custom Buttons -->\n<div id=\"gigyaCustomButtons\"><div class=\"customButtons socialToolbar\">\n    \n        <div class=\"save\">\n            <span class=\"moreButton small\">\n                <a href=\"#\">Save</a>\n            </span>\n        </div>\n\n        <div class=\"print\">\n            <span class=\"moreButton small\">\n                <a title=\"Print\" rel=\"nofollow\">Print</a>\n            </span>\n        </div>\n    \n    \n        <div class=\"comment\">\n            <span class=\"moreButton small\">\n                <a href=\"#comments\" rel=\"nofollow\">Comments</a>\n            </span>\n        </div>\n    \n\n    \n        <div class=\"icons shareText\">Share</div>\n    \n</div></div>\n\n\n</div>\n\n\n</div>\n\n    </div>\n</div>\n<div class=\"row\">\n    <div class=\"large-16 medium-16 small-16 columns\">\n        \n\n\n\n\n\n\n\n\n    <div id=\"bhgHwTicker\" data-size=\"size990\"></div>\n\n    </div>\n</div>\n    </div>\n    <div id=\"slideImage\" class=\"large-11 medium-9 small-11 columns\">\n        <div data-alert class=\"alert-box alertMessageBox\">\n            <a href=\"http://pinterest.com/follow/bhg/\">\n                <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/pin-banner.jpg\"/>\n            </a>\n            <a href=\"#\" class=\"close\">&times;</a>\n        </div>\n        <div class=\"imgColumn\">\n            <div class=\"roundaboutBtn\">\n                <div class=\"roundaboutPrev\"></div>\n                <div class=\"roundaboutNext\"></div>\n            </div>\n            <div class=\"slideImage\"></div>\n        </div>\n\n        <div id=\"ym_769327304152915631\" class=\"ym\"></div>\n\n        <div class=\"parsys mainPar\"><div class=\"medianet section\">\n\n\n\n\n\n\n\n<div class=\"medianet_placeholder\" data-width=\"650\" data-height=\"175\" data-id=\"624704274\">\n    <script id=\"mNCC\" language=\"javascript\">  medianet_width=\"650\";  medianet_height=\"175\";  medianet_crid=\"624704274\";</script>\n    <script id=\"mNSC\" src=\"http://contextual.media.net/nmedianet.js?cid=8CUPTG615\" language=\"javascript\"></script>\n</div>\n\n\n</div>\n<div class=\"outbrain section\">\n\n\n\n\n\n\n\n\n\n\n<div class=\"OUTBRAIN\" data-src=\"http://www.bhg.com/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-widget-id=\"AR_4\" data-ob-template=\"BHG\"></div>\n</div>\n<div class=\"section comments\">\n\n\n\n\n\n\n\n\n<div id=\"comments\">\n    <div id=\"recipeCommentsandReviews\">\n        \n            \n            \n                <strong class=\"txtcol8 MB5\">Your Comment:</strong>\n\n                <div id=\"commentsDiv\"></div>\n\n            \n        \n\n    </div>\n</div></div>\n</div>\n\n    </div>\n    <div class=\"large-5 medium-7 small-5 columns\" id=\"rightCol\">\n        \n\n\n\n\n\n\n\n<aside id=\"rightColumn\">\n    \n        \n        \n            <div class=\"slideshow slideshow2\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"slideContent\" data-sharing=\"true\">\n    \n\n\n\n\n<nav class=\"slideshowNav\">\n    <a class=\"ssPrev\" href=\"javascript:void(0);\">Prev</a>\n    <div class=\"slideIndicator\">\n        <div class=\"slideCount\"></div>\n        \n            <span class=\"slideNavDivider\">|</span>\n            <span class=\"viewAll allSlidesOverlay\">\n                <a class=\"viewAllBtn\">View All</a>\n            </span>\n        \n    </div>\n    <a class=\"ssNext\" href=\"javascript:void(0);\">Next</a>\n</nav>\n\n    \n\n\n\n\n<div id=\"allSlides\" class=\"yingsLightBox\">\n    <a class=\"close\">X</a>\n    <div class=\"thumbContainer\">\n        <ul class=\"allSlidesThumbs\"></ul>\n    </div>\n</div>\n\n\n    <div class=\"slideContainer\">\n        <ul>\n            \n                \n                \n                    \n\n\n\n\n\n    <li id=\"slide1\" data-imageurl=\"http://images.meredith.com/content/dam/mwl/Images/2010/09/101203725.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Eclectic Fall Bowl Centerpiece</h2>\n        \n            \n            \n                <p><p>This decoration can be fashioned easily with a <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> nature hunt and a halved <a href=\"http://www.bhg.com/shop/globe-b4920.html\">globe</a> used as a <a href=\"http://www.bhg.com/shop/dining/dinnerware/bowls-a3006.html\">bowl</a>. There's no need to plan the arrangement -- simply mix the treasures together: pinecones, bittersweet, acorns, and branches make the perfect fall centerpiece.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide2\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2012/07/101649150.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Fall Branches in Vase</h2>\n        \n            \n            \n                <p><p>Bring fall's burst of <a href=\"http://www.bhg.com/decorating/color/\">colors</a> indoors. A simple glass <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a> transforms a foliage display into naturally beautiful <a href=\"http://www.bhg.com/shop/art-b4244.html\">art</a>. Choose a bouquet of maple, oak, sweetgum, dogwood, or persimmon leaves, which typically develop the brightest hues.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide3\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/08/101142654.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Bouquet of Fall Flowers and Vegetables</h2>\n        \n            \n            \n                <p><p>Going simple is the best <a href=\"http://www.bhg.com/decorating/\">decorating</a> solution for <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> centerpieces and table toppers. Here, deeply hued roses and dahlias play off the more muted collection of faux tomatoes and fall foliage.</p>\n<p><b>Editor's Tip:</b> Choose a <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a> <a href=\"http://www.bhg.com/decorating/color/\">color</a> that recedes and doesn't compete with the blooms.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide4\" data-imageurl=\"http://www.bhg.com/videos/hosting/media/bhg/1620905/64570662/bhg-fall-centerpiece-ideas.jpg\" data-link=\"http://www.bhg.com/videos/m/64570662/fall-centerpiece-ideas.htm\" data-target=\"_self\" class=\"slide\">\n        <h2>Video: Fall Centerpiece Ideas</h2>\n        \n            \n            \n                <p></p>\n            \n        \n\n        \n            \n            \n                \n                \n                    \n                        <div style=\"display: none;\">\n\n\n\n\n<div class=\"video clearfix\">\n\n    \n\n    <div class=\"mainVideo\">\n        <div class=\"videoPlayer\" data-popup=\"true\" data-width=\"465\" data-height=\"360\" data-videoembedurl=\"http://www.bhg.com/videos/video-embed/64570662/fall-centerpiece-ideas.htm?autoplay=true&preload=true&transcript=false&social=true&metaq=true&includecompads=true&videoIDs=64570662\" data-videotitle=\"Fall Centerpiece Ideas\">\n\n            <span class=\"playvideoLarge\"></span>\n            <img alt=\"Fall Centerpiece Ideas\" src=\"http://www.bhg.com/videos/hosting/media/bhg/1620905/64570662/bhg-fall-centerpiece-ideas.jpg\"/>\n\n        </div>\n\n        <a class=\"videoNameLink\" href=\"http://www.bhg.com/videos/m/64570662/fall-centerpiece-ideas.htm\">Fall Centerpiece Ideas</a>\n\n        \n    </div>\n\n    \n\n    <div class=\"videoThumbnails\">\n        <ul>\n        \n        </ul>\n        \n    </div>\n\n</div>\n</div>\n                    \n                    \n                \n\n                \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide5\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2010/06/101160863.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Fall Flowers in Gourd Vases</h2>\n        \n            \n            \n                <p><p>Display these pretty <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> flowers in hollowed-out gourds for a unique twist on a fall centerpiece. Select flowers in a variety of autumn hues, such as bright purple, orange, and yellow, and accent the small bouquets with sprigs of orange berries.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide6\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101120416.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>White Pumpkins Tabletop Decoration</h2>\n        \n            \n            \n                <p><p>Color-coordinate your tabletop decoration with your serving dishes to create a classy, monochromatic <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> display. Place white gourds at different levels in white ceramic dishes, and accent the table with sprigs of red fall berries in a white ceramic <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a>.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide7\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2010/09/101374143.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Decorative Tabletop Pumpkins</h2>\n        \n            \n            \n                <p><p>Without carved faces, pumpkins make a dramatic tabletop. Start with lengths of grapevine wrapped around and up and down pumpkins in different patterns. Display smaller gourds under glass and scatter a base of leaves underneath, and include a tall <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a> filled with wheat or dried lavender for subtle <a href=\"http://www.bhg.com/decorating/color/\">color</a> complement.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide8\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/100370206.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Fall Leaf Table Runner</h2>\n        \n            \n            \n                <p><p>It's easy to craft a no-sew <a href=\"http://www.bhg.com/shop/dining/tablecloths-and-covers/table-runners-a3034.html\">table runner</a> in the shapes and <a href=\"http://www.bhg.com/decorating/color/\">colors</a> of <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a>. Find and enlarge a fallen leaf shape and cut it out from a piece of felt. Glue ribbon or single-fold bias tape to the edge and place on a contrasting piece of felt or complementary table runner.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide9\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101745926.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Tiered Centerpiece of China and Roses</h2>\n        \n            \n            \n                <p><p>This simple addition to your holiday table requires only household items. Using a large china <a href=\"http://www.bhg.com/shop/dining/dinnerware/plates-a3013.html\">plate</a> as the base, create a layered decoration with stacked teacups and smaller plates. Adorn with orange flowers on each level, and tuck a small amount of foliage in the top teacup.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide10\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101745925.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Vegetable Vases with Flowers Tabletop Decoration</h2>\n        \n            \n            \n                <p><p>These colorful vegetables are the perfect <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> tabletop decorations when stuffed with flowers and foliage. Cut each pepper lengthwise an inch from the top to make an opening (don't cut the top completely off), hollow out the pepper and fill with different types of flowers. Set the peppers on small <a href=\"http://www.bhg.com/shop/dining/dinnerware/plates-a3013.html\">plates</a> to finish the decoration.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide11\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101499539.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Traced-Leaf Pumpkin Centerpiece</h2>\n        \n            \n            \n                <p><p>Inexpensive tools make this uniquely carved pumpkin easy to recreate. Use a large leaf to trace onto a pumpkin and use a scraping tool to cut away only the outermost layer. Set it on a <a href=\"http://www.bhg.com/shop/bedroom/beds-c2824.html\">bed</a> of moss and a pedestal for a centerpiece that will last all season.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n            <ul class=\"slideshowLinks\">\n                \n                    <li><a href=\"http://www.bhg.com/dyn/dyn/servlet/securePdf.dyn?file=/bhg/securepdf/LeafMotifStencil.pdf\">Get the carving pattern.</a></li>\n                \n            </ul>\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide12\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101323002.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Indian Corn Candleholder</h2>\n        \n            \n            \n                <p><p>The vibrant, diverse <a href=\"http://www.bhg.com/decorating/color/\">colors</a> of Indian corn perfectly represent the color palette of <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a>, and you can put them to use in a no-fuss candleholder. Place a candle at the center and hot-glue corncobs together in a circle around it to make this pretty tabletop decoration.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide13\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2009/10/101142650.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Indian Corn-and-Wheat Centerpiece</h2>\n        \n            \n            \n                <p><p>Pumpkins typically are front and center at doorways and on tables, but this elegant collection of corn and wheat stalks fits in perfectly with the season. Include a variety of <a href=\"http://www.bhg.com/decorating/color/\">colors</a> of corn and a few different sizes and include an individual cob at each <a href=\"http://www.bhg.com/shop/dining/dinnerware/place-settings-a3012.html\">place setting</a>.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide14\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2008/06/100033026.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Small Pumpkin Plate Centerpiece</h2>\n        \n            \n            \n                <p><p>Small gourds and pumpkins are nearly sculptural, and a cluster of two or three on a pretty plain <a href=\"http://www.bhg.com/shop/dining/dinnerware/plates-a3013.html\">plate</a> resembles a still life. Tuck in a pinecone and a few leaves, and wrap a bit of raffia or twine around one of the stems.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide15\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101629626.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Tall Grass-and-Feathers Tabletop Decoration</h2>\n        \n            \n            \n                <p><p>This decorative arrangement of cattails, pheasant feathers (found at crafts stores), and Purple Majesty ornamental millet doesn't need water, so it will last all season long.</p><p><strong>Editor's Tip:</strong> Place chicken wire or floral netting inside an urn to create structure within the <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a>. Mold the wire into a ball to fit the bottom of the vase and stick the stems into the holes to complete the arrangement.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide16\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/07/101550392.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Pumpkin Flower Arrangement</h2>\n        \n            \n            \n                <p><p>Pumpkins are plentiful and inexpensive in <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a>. For a pretty centerpiece, use a large pumpkin to display richly colored blooms. Cut the top off of a pumpkin or squash, scoop out the flesh, and tuck in a <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a>. Display a variety of flowers including dahlias, sunflowers, and zinnias.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide17\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/05/BHG155706.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Flowers-and-Candles Tabletop Decoration</h2>\n        \n            \n            \n                <p><p>A rustic rectangular container disguises a few small flower <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vases</a>, making a great way to create an eclectic collection of blooms, <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> foliage, and <a href=\"http://www.bhg.com/shop/decor/candles-and-candle-holders-a2258.html\">candles</a>. Tie long grass or fall berries around the container to make the decoration pop.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide18\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/07/101550386.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Pretty Pumpkins Centerpiece</h2>\n        \n            \n            \n                <p><p>Pumpkins like the ones pictured can be used as decorations all season long. Elevate a few -- chosen for the beauty of their contrasting <a href=\"http://www.bhg.com/decorating/color/\">colors</a> -- on a pedestal. Underneath, use a <a href=\"http://www.bhg.com/shop/dining/tablecloths-and-covers/table-runners-a3034.html\">table runner</a> or cloth that picks up on the hues, and tuck in few bittersweet branches for texture.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide19\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/101515355.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Tabletop Pumpkin Display</h2>\n        \n            \n            \n                <p><p>Repetition of <a href=\"http://www.bhg.com/decorating/color/\">color</a> -- whether with pumpkins, foliage, or flowers -- creates a unified <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> <a href=\"http://www.bhg.com/decorating/\">decorating</a> scheme that accents all of fall's bounty. Dominant tones of orange and yellow are present in a vase of blooms and a cluster of branches on a sideboard, in addition to the main pumpkin display.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide20\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/100078064.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Seasonal Bounty Basket Centerpiece</h2>\n        \n            \n            \n                <p><p>A wicker basket contains a lush arrangement of the growth of autumn. Put a square of floral foam into the container and add a collection of kale, dill, tomatoes, broccoli, and other harvest finds for a colorful, edible centerpiece.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide21\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/100209179.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Colorful Fall Leaf Vase and Garland</h2>\n        \n            \n            \n                <p><p>This easy decoration can brighten a living or <a href=\"http://www.bhg.com/rooms/dining-room/\">dining room</a> in just a few minutes, where a <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vase</a> filled with colorful branches brings the beauty of the outdoors in.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide22\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/100076857.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Pumpkin Tree Tabletop Decoration</h2>\n        \n            \n            \n                <p><p>Simple decorations can make a dressed-up tabletop for <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a>. A few cylindrical <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vases</a> filled with birdseed provide a sturdy base for long branches. Small pumpkins -- suspended with bits of twine -- hover above a beautiful assortment of branches, berries, and pinecones. To craft the candle-displaying pumpkins, hollow out a few gourds and tuck in <a href=\"http://www.bhg.com/shop/decor/candles-and-candle-holders-a2258.html\">candles</a> and berries.</p></p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide23\" data-imageurl=\"http://images.meredith.com/content/dam/bhg/Images/2011/09/100096000.jpg\" data-link=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall\" data-target=\"_self\" class=\"slide\">\n        <h2>Fall Foliage Centerpiece</h2>\n        \n            \n            \n                <p><p>Brightly colored foliage gathered at its prime brings the perfect <a href=\"http://www.bhg.com/decorating/seasonal/fall/\">fall</a> color accent to this room. Snip a few long branches with a variety of colored leaves still attached and tuck them in a cluster of tall, clear <a href=\"http://www.bhg.com/shop/decor/vases-a3123.html\">vases</a> on a tabletop.</p>\n</p>\n            \n        \n\n        \n            \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n    <li id=\"slide24\" data-imageurl=\"http://www.bhg.com/videos/hosting/media/bhg/1620905/64569854/bhg-thanksgiving-centerpiece.jpg\" data-link=\"http://www.bhg.com/videos/m/64569854/creative-thanksgiving-centerpiece.htm\" data-target=\"_self\" class=\"slide\">\n        <h2>Video: Creative Thanksgiving Centerpiece</h2>\n        \n            \n            \n                <p></p>\n            \n        \n\n        \n            \n            \n                \n                \n                    \n                        <div style=\"display: none;\">\n\n\n\n\n<div class=\"video clearfix\">\n\n    \n\n    <div class=\"mainVideo\">\n        <div class=\"videoPlayer\" data-popup=\"true\" data-width=\"465\" data-height=\"360\" data-videoembedurl=\"http://www.bhg.com/videos/video-embed/64569854/creative-thanksgiving-centerpiece.htm?autoplay=true&preload=true&transcript=false&social=true&metaq=true&includecompads=true&videoIDs=64569854\" data-videotitle=\"Creative Thanksgiving Centerpiece\">\n\n            <span class=\"playvideoLarge\"></span>\n            <img alt=\"Creative Thanksgiving Centerpiece\" src=\"http://www.bhg.com/videos/hosting/media/bhg/1620905/64569854/bhg-thanksgiving-centerpiece.jpg\"/>\n\n        </div>\n\n        <a class=\"videoNameLink\" href=\"http://www.bhg.com/videos/m/64569854/creative-thanksgiving-centerpiece.htm\">Creative Thanksgiving Centerpiece</a>\n\n        \n    </div>\n\n    \n\n    <div class=\"videoThumbnails\">\n        <ul>\n        \n        </ul>\n        \n    </div>\n\n</div>\n</div>\n                    \n                    \n                \n\n                \n            \n            \n        \n\n        \n\n        \n\n        \n    </li>\n\n                \n            \n            \n                \n                    <li id=\"slide25\" class=\"recommendedLinks\">\n                        <h2>Just For You</h2>\n                        <div class=\"channelDynamicLead\">\n                            \n                            \n                                <div class=\"wrapper\">\n                                    <a class=\"dlImage\" href=\"/thanksgiving/indoor-decorating/easy-centerpieces-for-thanksgiving/\" style=\"background-image: url('http://images.meredith.com/content/dam/bhg/Images/2010/04/101319727.jpg.rendition.largest.a.jpg')\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2010/04/101319727.jpg.rendition.largest.a.jpg\" width=\"50\" height=\"50\"/></a>\n                                    <a class=\"dlLink\" href=\"/thanksgiving/indoor-decorating/easy-centerpieces-for-thanksgiving/\">No-Fuss Thanksgiving Centerpieces</a>\n                                </div>\n                            \n                                <div class=\"wrapper\">\n                                    <a class=\"dlImage\" href=\"/thanksgiving/decorating/fall-mantel-decorating-ideas/\" style=\"background-image: url('http://images.meredith.com/content/dam/bhg/Images/2012/06/19/Myra_Hope.jpg.rendition.largest.a.jpg')\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2012/06/19/Myra_Hope.jpg.rendition.largest.a.jpg\" width=\"50\" height=\"50\"/></a>\n                                    <a class=\"dlLink\" href=\"/thanksgiving/decorating/fall-mantel-decorating-ideas/\">Real-Home Fall Mantel Ideas</a>\n                                </div>\n                            \n                                <div class=\"wrapper\">\n                                    <a class=\"dlImage\" href=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/\" style=\"background-image: url('http://images.meredith.com/content/dam/bhg/Images/2011/07/101550386.jpg.rendition.largest.a.jpg')\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2011/07/101550386.jpg.rendition.largest.a.jpg\" width=\"50\" height=\"50\"/></a>\n                                    <a class=\"dlLink\" href=\"/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/\">Tabletop Decorating Ideas for Thanksgiving</a>\n                                </div>\n                            \n                        </div>\n                    </li>\n                \n            \n        </ul>\n    </div>\n</div>\n\n\n\n    <div id=\"slideTargeter\" class=\"clearfix\">\n        <div class=\"teaser2 parbase slideshowTeaser\">\n\n\n\n\n\n\n\n\n    <div id=\"_content_campaigns_bhg_slideShow\" class=\"teaser normal\" data-script=\"http://s2.mdpcdn.com/etc/bhg/common/campaign.slideShow.teasercriteria.01032015.js\"></div>\n\n    \n\n\n</div>\n\n    </div>\n\n</div>\n\n        \n    \n    <div id='div-gpt-rightBanner'></div>\n    <div id=\"div-gpt-ancillary\"></div>\n    <div class=\"buzz\">\n\n\n\n\n\n\n\n\n\n<hr class=\"gradient\">\n<span class=\"heading3\">Better Buzz</span>\n\n\n    <div class=\"row\">\n        <a href=\"/recipes/quick-easy/make-ahead-meals/freezer-recipes/\" class=\"large-6 medium-6 small-6 columns\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2014/10/20/freezer-recipes.jpg.rendition.150sq.jpg\"/></a>\n        <div class=\"large-10 medium-10 small-10 columns\"><a href=\"/recipes/quick-easy/make-ahead-meals/freezer-recipes/\"><p>35 Fantastic Freezer Recipes</p></a></div>\n    </div>\n\n    <div class=\"row\">\n        <a href=\"/kitchen/remodeling/makeover/kitchen-decorating/\" class=\"large-6 medium-6 small-6 columns\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2013/2/27/101956656.jpg.rendition.150sq.jpg\"/></a>\n        <div class=\"large-10 medium-10 small-10 columns\"><a href=\"/kitchen/remodeling/makeover/kitchen-decorating/\"><p>Kitchen Decorating Ideas</p></a></div>\n    </div>\n\n    <div class=\"row\">\n        <a href=\"/decorating/small-spaces/strategies/ideas-to-steal-for-your-apartment/\" class=\"large-6 medium-6 small-6 columns\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2012/07/20/101713507.jpg.rendition.150sq.jpg\"/></a>\n        <div class=\"large-10 medium-10 small-10 columns\"><a href=\"/decorating/small-spaces/strategies/ideas-to-steal-for-your-apartment/\"><p>26 Ideas to Steal for Your Apartment</p></a></div>\n    </div>\n\n    <div class=\"row\">\n        <a href=\"/halloween/outdoor-decorations/pretty-front-entry-decorating-ideas-for-fall/\" class=\"large-6 medium-6 small-6 columns\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/2014/3/19/101906612.jpg.rendition.150sq.jpg\"/></a>\n        <div class=\"large-10 medium-10 small-10 columns\"><a href=\"/halloween/outdoor-decorations/pretty-front-entry-decorating-ideas-for-fall/\"><p>Pretty Front Entry Decorating Ideas for Fall</p></a></div>\n    </div>\n\n    <div class=\"row\">\n        <a href=\"/recipes/healthy/dinner/cheap-heart-healthy-dinner-ideas/\" class=\"large-6 medium-6 small-6 columns\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/recipe/11/R172184.jpg.rendition.150sq.jpg\"/></a>\n        <div class=\"large-10 medium-10 small-10 columns\"><a href=\"/recipes/healthy/dinner/cheap-heart-healthy-dinner-ideas/\"><p>Healthy Dinner Recipes Under $3</p></a></div>\n    </div>\n</div>\n\n    <div id='div-gpt-rightBannerLower301'></div>\n    <div id='div-gpt-rightBannerLower302'></div>\n\n</aside>\n\n    </div>\n</div>\n\n        \n\n\n\n\n\n</div>\n\n\n    <div class=\"shopnationfooter\">\n        \n\n\n\n\n\n\n\n\n\n    <div id=\"shopNationFooter\" class=\"row\">\n        <div id=\"searchMaster\" class=\"large-5 medium-5 columns\">\n            <div id=\"shopLogo\">\n                <a href=\"#\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/BHGSHOPLOGO.png\" alt=\"SHOP BHG LOGO\"/></a>\n            </div>\n        </div>\n        <div id=\"searchMain\" class=\"large-11 medium-11 columns\">\n            <form method=\"get\" action=\"http://www.bhg.com/shop/all.html\" id=\"shopNationFooterForm\">\n                <input class=\"image\" type=\"image\" id=\"snSearchSubmit\" src=\"http://images.meredith.com/content/dam/bhg/Images/assets/BHG_ShopNation_Search.png\"/>\n                <input id=\"snSearchText\" name=\"s\" class=\"text\" type=\"text\" value=\"\" placeholder=\"Search the BHG Store\"/>\n            </form>\n        </div>\n    </div>\n\n    <div id=\"shopNationLinks\" class=\"row\">\n        <div id=\"shopNationLeft\" class=\"large-8 medium-8 columns\">\n            <h4>Top Brands</h4>\n            <ul class=\"col\">\n                \n                    <li><a href=\"http://www.bhg.com/shop/cathedral-art-b31557.html\">Cathedral Art</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/butterfly-b30288.html\">Butterfly</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/trudi-b7879.html\">Trudi</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/baby-cache-b30583.html\">Baby Cache</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/lang-b26683.html\">LANG</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/target-marketing-systems-b22051.html\">Target Marketing Systems</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/krups-b16747.html\">Krups</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/lancaster-b2389.html\">Lancaster</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/alder-creek-gifts-b20261.html\">Alder Creek Gifts</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/primula-b20707.html\">Primula</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/notions-marketing-b26630.html\">Notions Marketing</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/chooty-and-co-b26363.html\">Chooty and Co.</a></li>\n                \n            </ul>\n            <div class=\"shopNationShopMore\">\n                <a href=\"/shop/\" alt=\"Shop More\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/BHG_shop_button.png\"></a>\n            </div>\n        </div>\n        <div id=\"shopNationRight\" class=\"large-8 medium-8 columns\">\n            <h4>Top Shopping Searches</h4>\n            <ul class=\"col\">\n                \n                    <li><a href=\"http://www.bhg.com/shop/kitchen/cookware/frying-pans-and-skillets-a2557.html\">frying pans</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/storage/kitchen/food/spice-racks-a3117.html\">Spice Racks</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/home-improvement/slate-wall-tiles-s.html\">slate wall tiles</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/kitchen/cookware/farberware-pots-and-steamers-a2561-b12872.html\">Farberware pot sets</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/storage/garage-storage-cabinets-s.html\">garage storage cabinets</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/bathroom/bathroom-medicine-cabinet-with-lights-s.html\">bathroom medicine cabinet with lights</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/electronics/cell-phones-and-accessories/cell-phone-accessories/generic-cell-phone-cases-a6682-b20450.html\">generic Cell Phone Cases</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/storage/red-ceramic-canisters-s.html\">red ceramic canisters</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/decor/decorative-tile-accents-s.html\">decorative tile accents</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/beauty/makeup/face/face-primer-a6614.html\">Face Primer</a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/jennifer-lopez-beauty-a6532-b10806.html\">Jennifer Lopez Beauty </a></li>\n                \n                    <li><a href=\"http://www.bhg.com/shop/holidays-and-occasions/halloween-costumes-and-decorations-s.html\">halloween costumes and decorations</a></li>\n                \n            </ul>\n            <div class=\"shopNationShopMore\">\n                <a href=\"/shop/\" alt=\"Shop More\"><img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/BHG_shop_button.png\"></a>\n            </div>\n        </div>\n    </div>\n\n\n    </div>\n\n\n<div class=\"globalfooteripar parsys iparsys\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"globalfooteripar parsys iparsys\"><div class=\"section globalfooter2\">\n\n\n\n\n\n\n\n<div id=\"thirdPartyPromos\">\n    <div class=\"row\">\n        <div class=\"large-8 medium-8 small-8 columns border-right\">\n            <a href=\"http://www.bhg.com/walmart/\" title=\"BHG Products at Walmart\">\n                <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/walmart_footer_promo.gif\" alt=\"BHG Products at Walmart\"/>\n            </a>\n        </div>\n        <div class=\"large-8 medium-8 small-8 columns\">\n            <a href=\"http://www.bhg.com/better-homes-and-gardens-real-estate/\" title=\"BHG Real Estate\">\n                <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/bhg_real_estate_footer_promo.gif\" alt=\"BHG Real Estate\"/>\n            </a>\n        </div>\n    </div>\n</div>\n\n<footer id=\"siteFooter\">\n    <div class=\"row\">\n        <div class=\"large-2 medium-2 small-2 columns\">\n            <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/logo_footer.png\">\n        </div>\n        <div class=\"large-9 medium-9 small-14 columns\">\n            <ul id=\"footerLinks\">\n                <li class=\"footerLinkSection\">\n                    <strong>Your Account</strong>\n                    <ul class=\"navListLoggedOut row\">\n                        <li class=\"login large-8\"><a href=\"/common/profile/login1.jsp?regSource=1000&amp;returnURL=\" title=\"Login\"><span>Login</span></a></li>\n                        <li class=\"joinNow large-8\"><a href=\"/common/profile/regStep1.jsp?regSource=1000&returnURL=\" title=\"Join Now!\"><span>Join Now!</span></a></li>\n                    </ul>\n                    <div class=\"parsys navList\"><div class=\"columncontrol2 section\">\n\n\n\n\n\n\n\n\n\n\n\n\n    <div class=\"row2column50_50 clearfix  \">\n        \n            <div class=\"col1\">\n                <div class=\"parsys colPar1\"><div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n        <ul class='navList'>\n            \n                    <li>\n                    <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG\">\n                    <span>Account</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/bhg/help/\">\n                    <span>Help</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/common/profile/community/edit.jsp?regSource=1056\">\n                    <span>Profile</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/newsletters/?prsc=R1402BHDFTRNWR231\">\n                    <span>Newsletters</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.meredith.com/datapolicy.html\">\n                    <span>Data Policy</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=79656\">\n                    <span>Customer Service</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/common/profile/member/logout.jsp?successPage=/\">\n                    <span>Logout</span></a>\n                    </li>\n                \n        </ul>\n    \n    \n</div>\n</div>\n\n            </div>\n        \n            <div class=\"col2\">\n                <div class=\"parsys colPar2\"><div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n        <ul class='navList'>\n            \n                    <li>\n                    <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=80324\">\n                    <span>Renew</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/member-benefits/\">\n                    <span>Member Benefits</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=139046\">\n                    <span>Subscribe</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=148956\">\n                    <span>Give a Gift</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.meredith.com/privacy.html\">\n                    <span>Privacy Policy</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://info.evidon.com/pub_info/282?v=1\">\n                    <span>AdChoices</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/bhg/file.jsp?item=/marketing/splashPages/digitaledition/bhg_splashpage_digital&psrc=bhgdigitalfooter\">\n                    <span>Digital Subscriptions</span></a>\n                    </li>\n                \n        </ul>\n    \n    \n</div>\n</div>\n\n            </div>\n        \n    </div>\n\n</div>\n</div>\n\n                </li>\n\n                <li class=\"footerLinkSection\"><strong>Better Homes &amp; Gardens</strong>\n                    <div class=\"parsys footerLinks\"><div class=\"columncontrol2 section\">\n\n\n\n\n\n\n\n\n\n\n\n\n    <div class=\"row2column50_50 clearfix  \">\n        \n            <div class=\"col1\">\n                <div class=\"parsys colPar1\"><div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n        <ul class='navList'>\n            \n                    <li>\n                    <a href=\"http://www.bhg.com/tools/meet-the-staff-of-bhgcom/\">\n                    <span>About Us</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/bhg/file.jsp?item=/partner/srds/index&temp=no\">\n                    <span>Advertise on BHG.com</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.meredith.com/mediakit/bhg/index.html\">\n                    <span>Media Kit</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/tools/\">\n                    <span>Tools</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432\">\n                    <span>Sweepstakes & Offers</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.facebook.com/pages/Better-Homes-and-Gardens/72571226018\">\n                    <span>Facebook</span></a>\n                    </li>\n                \n        </ul>\n    \n    \n</div>\n</div>\n\n            </div>\n        \n            <div class=\"col2\">\n                <div class=\"parsys colPar2\"><div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n        <ul class='navList'>\n            \n                    <li>\n                    <a href=\"https://twitter.com/bhg\">\n                    <span>Twitter</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/videos/\">\n                    <span>Videos</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/topics\">\n                    <span>Topics</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhgpromo.com\">\n                    <span>From Our Sponsors</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/sitemap/homegarden/\">\n                    <span>Home & Garden Sitemap</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/sitemap/recipes/\">\n                    <span>Recipe Sitemap</span></a>\n                    </li>\n                \n                    <li>\n                    <a href=\"http://www.bhg.com/shop/sitemap.html\">\n                    <span>Shop Sitemap</span></a>\n                    </li>\n                \n        </ul>\n    \n    \n</div>\n</div>\n\n            </div>\n        \n    </div>\n\n</div>\n</div>\n\n                </li>\n            </ul>\n        </div>\n        <div class=\"large-5 medium-5 small-16 columns\">\n            <div class=\"parsys footerTeaser\"><div class=\"teaser2 parbase section\">\n\n\n\n\n\n\n\n\n    <div id=\"_content_campaigns_bhg_footerSub\" class=\"teaser normal\" data-script=\"http://s2.mdpcdn.com/etc/bhg/common/campaign.footerSub.teasercriteria.01032015.js\"></div>\n\n    \n\n\n</div>\n</div>\n\n        </div>\n    </div>\n    <div id=\"networkLinks\">\n        <div class=\"parsys networkLinks\"><div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n    \n        <div class=\"row\">\n            <div class=\"large-5 medium-5 small-5 columns alignright\">\n                <span class=\"heading1\">BETTER HOMES AND GARDENS</span>\n            </div>\n            <div class=\"large-11 medium-11 small-11 columns\">\n                <ul class='navList'>\n                    \n                            <li>\n                            <a href=\"http://www.bhg.com/\">\n                            <span>Better Homes and Gardens</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.midwestliving.com/\">\n                            <span>Midwest Living</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.traditionalhome.com/\">\n                            <span>Traditional Homes</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.allpeoplequilt.com/\">\n                            <span>All People Quilt</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.diyadvice.com/\">\n                            <span>DIY Advice</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.homeandfamilynetwork.com/\">\n                            <span>Home and Family</span></a>\n                            </li>\n                        \n                </ul>\n            </div>\n        </div>\n    \n</div>\n<div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n    \n        <div class=\"row\">\n            <div class=\"large-5 medium-5 small-5 columns alignright\">\n                <span class=\"heading1\">ALLRECIPES</span>\n            </div>\n            <div class=\"large-11 medium-11 small-11 columns\">\n                <ul class='navList'>\n                    \n                            <li>\n                            <a href=\"http://allrecipes.com\">\n                            <span>Allrecipes.com</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.recipe.com\">\n                            <span>Recipe.com</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.eatingwell.com\">\n                            <span>Eating Well</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.betterrecipes.com\">\n                            <span>Better Recipes</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.rachaelraymag.com\">\n                            <span>Rachael Ray Magazine</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.diabeticlivingonline.com\">\n                            <span>Diabetic Living</span></a>\n                            </li>\n                        \n                </ul>\n            </div>\n        </div>\n    \n</div>\n<div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n    \n        <div class=\"row\">\n            <div class=\"large-5 medium-5 small-5 columns alignright\">\n                <span class=\"heading1\">PARENTS</span>\n            </div>\n            <div class=\"large-11 medium-11 small-11 columns\">\n                <ul class='navList'>\n                    \n                            <li>\n                            <a href=\"http://www.parents.com/\">\n                            <span>Parents</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.parenting.com/\">\n                            <span>Parenting</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.familycircle.com/\">\n                            <span>Family Circle</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://serpadres.com/\">\n                            <span>Ser Padres</span></a>\n                            </li>\n                        \n                </ul>\n            </div>\n        </div>\n    \n</div>\n<div class=\"section homefooterlinks\">\n\n\n\n                \n\n\n    \n    \n        <div class=\"row\">\n            <div class=\"large-5 medium-5 small-5 columns alignright\">\n                <span class=\"heading1\">MEREDITH BEAUTY</span>\n            </div>\n            <div class=\"large-11 medium-11 small-11 columns\">\n                <ul class='navList'>\n                    \n                            <li>\n                            <a href=\"http://www.fitnessmagazine.com\">\n                            <span>Fitness Magazine</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.divinecaroline.com\">\n                            <span>Divine Caroline</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.more.com\">\n                            <span>More</span></a>\n                            </li>\n                        \n                            <li>\n                            <a href=\"http://www.siempremujer.com\">\n                            <span>Siempre Mujer</span></a>\n                            </li>\n                        \n                </ul>\n            </div>\n        </div>\n    \n</div>\n</div>\n\n    </div>\n\n    <div class=\"linkcol row\">\n        <div class=\"large-4 medium-4 small-4 columns alignright\">\n            <img src=\"http://www.bhg.com/bhg/images/meredithWN_75x25.gif\" alt=\"\" width=\"75\"/>\n        </div>\n        <div id=\"copyright\" class=\"large-12 medium-12 small-12 columns\">\n            &#169; Copyright <span id=\"copyright-date\">2012</span>, <a href=\"http://www.meredith.com\">Meredith Corporation</a>. All Rights Reserved &#124; By using this site, you agree to our <a href='http://www.bhg.com/bhg/file.jsp?item=/legal/terms'>Terms of Service.</a>\n        </div>\n    </div>\n\n</footer>\n</div>\n\n</div>\n</div>\n</div>\n\n\n\n\n\n\n\n    \n    \n        <div id=\"sitecatalyst-settings\" data-script=\"/etc/bhg/common/sitecatalyst._content_bhg_thanksgiving_indoor-decorating_centerpiece-and-tabletop-decoration-ideas-fall.js\"></div>\n    \n\n<div id=\"sitecatalyst-analytics\" data-script=\"/content/bhg/_jcr_content/analytics.sitecatalyst.js\"></div>\n\n\n\n\n\n\n<div id=\"bhgImageModal\" class=\"yingsLightBox\">\n    <img src=\"\" alt=\"\"/>\n    <a class=\"close\">close</a>\n</div>\n\n<div id=\"bhgVideoModal\" class=\"yingsLightBox\">\n    <span class=\"videoTitle\"></span><a href=\"#\" class=\"close\">close</a>\n    <div class=\"vidFrame\"></div>\n</div>\n\n<div id=\"bhgRecipeModal\" class=\"yingsLightBox\">\n    <a href=\"#\" class=\"close\">close</a>\n    <iframe src=\"\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\n</div>\n\n<div id=\"bhgFavoriteModal\" class=\"yingsLightBox\">\n    <a href=\"#\" class=\"close\">close</a>\n    <div class=\"navButtons\">\n        <div class=\"prevButton\"></div>\n        <div class=\"nextButton\"></div>\n    </div>\n    <div class=\"viewArea\"></div>\n</div>\n\n<div id=\"bhgErrorModal\" class=\"yingsLightBox\">\n    <a href=\"#\" class=\"close\">close</a>\n    <p></p>\n</div>\n\n<div id=\"bhgGenericModal\" class=\"yingsLightBox\">\n    <a href=\"#\" class=\"close\">close</a>\n    <div class=\"content\"></div>\n</div>\n\n<div id=\"bhgLoadingModal\" class=\"yingsLightBox\">\n    <p>Loading... Please wait...</p>\n</div>\n\n\n<div id=\"jsDependencies\">\n    \n\n\n\n\n\n\n\n\n\n\n<script>\n    mdp = mdp || {};\n    mdp.channel = 'T22';\n    mdp_show_roadblock = true;\n\n    BHG_PAGE = {\n        reportingAccount: \"betterhg\",\n        reportingTrackingServer: \"metrics.bhg.com\",\n        reportingTrackingSecureServer: \"smetrics.bhg.com\",\n        omnitureCutoff: '2015-1-30',\n        shareId: '83ccfa58-0f88-4d93-b4a2-0d36f1fe0172',\n        regRequired: false,\n        submitOmniture: true,\n        GPT_Id: '83ccfa58-0f88-4d93-b4a2-0d36f1fe0172',\n        GPT_Type: 'slideshow',\n        GPT_Channel: 'T22',\n        GPT_ParentChannel: 'SC1372',\n        GPT_ChildChannel: '',\n        \n        url: '/thanksgiving/indoor-decorating/centerpiece-and-tabletop-decoration-ideas-fall/',\n        pageMode: 'publish',\n        errorStatusCode: ''\n    };\n</script>\n\n\n    \n        <script src=\"http://s2.mdpcdn.com/etc/designs/bhg/assets/common-5.27.30.min.js\"></script>\n    \n        <script src=\"http://s2.mdpcdn.com/etc/designs/bhg/assets/slideshow-5.27.30.min.js\"></script>\n    \n\n    \n\n    \n\n\n\n\n\n</div>\n\n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/bhg.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n<head>\n<META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<title>How to Hang a Christmas Wreath (Two No-Fail Secrets!)</title>\n<link rel=\"canonical\" href=\"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm\">\n<base href=\"http://www.bhg.com\">\n<meta name=\"Keywords\" content=\"wreath, outdoor, windows, tape, christmas\">\n<meta property=\"og:title\" content=\"How to Hang a Christmas Wreath (Two No-Fail Secrets!)\">\n<meta property=\"og:site_name\" content=\"Better Homes &amp; Gardens\">\n<meta property=\"og:image\" content=\"http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg\">\n<meta property=\"og:url\" content=\"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:app_id\" content=\"185550966885\">\n<meta property=\"og:description\" content=\"Watch How to Hang a Christmas Wreath (Two No-Fail Secrets!) in the Better Homes and Gardens Video\">\n<meta name=\"Description\" content=\"Watch How to Hang a Christmas Wreath (Two No-Fail Secrets!) in the Better Homes and Gardens Video\">\n<meta name=\"mdp:contentType\" content=\"video\">\n<meta name=\"mdp:contentTitle\" content=\"How to Hang a Christmas Wreath (Two No-Fail Secrets!)\">\n<meta name=\"mdp:contentThumb\" content=\"http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg\">\n<meta name=\"mdp:contentDescription\" content=\"It's not a holiday home until you've hung a Christmas wreath. This quick video offers nifty tricks for damage-free wreath hanging on doors and windows. Get our secrets to success!\">\n<meta property=\"og:video\" content=\"http://www.bhg.com/videos/FileResource/widgets/metaplayer_fb/bin/flowplayer-3.2.5.swf?config=http%3A%2F%2Fwww.bhg.com%2Fvideos%2Fdevice%2Fservices%2Fmp2-playlist%3Fe%3D93269792%26format%3Dplaylist%26renderJSON%3Dtrue\">\n<meta property=\"og:video:height\" content=\"400\">\n<meta property=\"og:video:width\" content=\"398\">\n<meta property=\"og:video:type\" content=\"application/x-shockwave-flash\">\n<link type=\"application/rss+xml\" title=\"How to Hang a Christmas Wreath (Two No-Fail Secrets!) [RSS]\" rel=\"alternate\" href=\"http://www.bhg.com/videos/rss?s=1620905\"><!--[if IE 8]><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/ez-ie8-shim.js\"></script><![endif]--><script type=\"text/javascript\" src=\"http://embed.ramp.com/lib/mpf/3.3/external/jquery/jquery-1.7.1.js\"></script><script type=\"text/javascript\">\n\t\t\t\tezQuery = jQuery.noConflict(true);\n\t\t\t\tjQuery = $ = null;\n\t\t\t\n            \n            if(typeof(EZCLIENT) == 'undefined') { EZCLIENT = {}; }\n            if(typeof(EZDATA) == 'undefined') { EZDATA = {}; }\n            EZDATA.importmodules = \"http://www.bhg.com/videos/FileResource//themes/foundation/3.10/\"; \n            EZDATA.themeUrl = \"http://www.bhg.com/videos/FileResource//themes/projects/bhg/4.0.parent_8827\";\n            EZDATA.pageUrl = \"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?\";\n            EZDATA.baseUrl = \"http://www.bhg.com/videos/\";\n            EZDATA.basePubUrl = \"http://www.bhg.com/videos/\";\n            EZDATA.baseSearchUrl = \"http://search.bhg.com/search/s\";\n            EZDATA.mediaType = \"\";\n            EZDATA.pageName = \"video\";\n            EZDATA.itemUrlParameter = \"\";\n            EZDATA.currentDateTimeMs = new Date().getTime();\n            EZDATA.gaDevicePrefix =\"\";\n            \n\n            \n            EZDATA.core = {\n                query: \"\",\n                site: \"Better Homes & Gardens\",\n                siteUrl: \"http://www.bhg.com/videos/\",\n                pageUrl: \"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?\",\n                baseUrl: \"http://www.bhg.com/videos/\",\n                basePubUrl: \"http://www.bhg.com/videos/\",\n                baseSearchUrl: \"http://search.bhg.com/search/s\",\n                pageName: \"video\",\n                currentDateTimeMs: new Date().getTime()\n            };\n            \n            var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n            document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n            var OAS_sitepage = \"\";\n\t\t</script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/m_check.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/m_check.js\"></script><script type=\"text/javascript\">\n                var redirUrl = EZDATA.pageUrl.replace(EZDATA.basePubUrl,\"\");\n                var mobileLocation = \"http://www.bhg.com/videos/device/mobile/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm\";\n                var config = {\n                hosted:true, autoLoad:true\n                };\n                var ramp_handler = new ramp_SmartPhoneHandler(config);\t\t\t\t\n                if(ramp_handler.isMobile()) {\n                   ramp_handler.doRedirect(mobileLocation);\n                }\n             </script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.qtip.pack.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.qtip.min.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/commonMod.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/searchMod.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.truncateText.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/ez-project.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/ez-project.js\"></script><script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/bhg/4.0.parent_8827/scripts/ez-project.js\"></script><script type=\"text/javascript\">\n\t\t\t\tif (! EZDATA) {\n\t\t\t\t\tEZDATA = {};\n\t\t\t\t}\n\t\t\t\tEZDATA.pinterestimg = \"http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg\";\n\t\t\t</script><script>\n\t\t\t\t/*Prequal - fetches reccomedation from GWD*/\n\t\t\t\tvar asiPqTag = false;\n\t\t\t\tvar cb = Math.floor(Math.random()*100000000000);\n\t\t\t\tdocument.write(\"<sc\" + \"ript type='text/javascript' language='JavaScript' src='//pq-direct.revsci.net/pql?placementIdList=bwlW7r&cb=\" + cb + \"'></sc\" + \"ript>\");\n\t\t\t</script><script>\n\t\t\t\t/*Pasit - parses out reccomendation and converts to key/value pairs to pass to DFP*/\n\t\t\t\t(function(){\n\t\t\t\t\tvar pls, pl, lineItem, adData = '';\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (typeof asiPlacements === 'object') {\n\t\t\t\t\t\t\tpls = asiPlacements;\n\t\t\t\t\t\t\tif (typeof pls['bwlW7r'] === 'object' && typeof pls['bwlW7r'].data === 'object') {\n\t\t\t\t\t\t\t\tadData = '&gwdadgroup=' + pls['bwlW7r']['default'].key + '&gwdblob=' + pls['bwlW7r'].blob;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tfor (pl in pls) {\n\t\t\t\t\t\t\t\tif (pls.hasOwnProperty(pl)){\n\t\t\t\t\t\t\t\t\tif (typeof pls[pl].data === 'object') {\n\t\t\t\t\t\t\t\t\t\tfor (lineItem in pls[pl].data) {\n\t\t\t\t\t\t\t\t\t\t\tif (pls[pl].data.hasOwnProperty(lineItem) && pls[pl]['default']) {\n\t\t\t\t\t\t\t\t\t\t\t\twindow['ASPQ_' + pl] = 'PQ_' + pl + \"_\" + lineItem;\n\t\t\t\t\t\t\t\t\t\t\t\tadData += '&gwd=PQ_' + pl + '_' + lineItem;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} catch(err){}\n\t\t\t\t\twindow.gwdKeyValues = adData;\n\t\t\t\t}());\n\t\t\t</script><link rel=\"stylesheet\" href=\"http://www.bhg.com/etc/designs/bhg/clientlibs/thirdparty-full.css\">\n<link rel=\"stylesheet\" href=\"http://www.bhg.com/etc/designs/bhg/assets/core.css\">\n<link rel=\"shortcut icon\" href=\"http://images.meredith.com/web/bhg/bhg.ico\">\n<link rel=\"apple-touch-icon\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_57x57.png\"/>\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_72x72.png\"/>\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_114x114.png\"/>\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_144x144.png\"/>\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js\"></script>\n<script src=\"http://www.bhg.com/etc/designs/bhg/assets/head.js\"></script>\n<script src=\"http://www.bhg.com/bhg/files/partner/ramp/metaq/shopNationWidget/app.min.js\"></script>\n<script>\n        var monetateT = new Date().getTime();\n        (function() {\n            var m = document.createElement('script'); m.type = 'text/javascript'; m.async = true; m.src = (document.location.protocol == \"https:\" ? \"https://s\" : \"http://\") + \"b.monetate.net/js/1/a-38546bcd/p/bhg.com/\" + Math.floor((monetateT + 1856717) / 3600000) + \"/g\";\n            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(m, s);\n        })();\n    </script>\n<script>\n\t\tif (typeof mdp.profile === \"undefined\") { mdp.profile = {loggedIn:false} };\n\t\t(function(){for(var i=0,c=document.cookie.split('; '),l=c.length;i<l;i++){if(c[i].indexOf('mdp_partner')>-1){var cv = c[i].split('=')[1].split('|');mdp.profile.loggedIn = !!(cv[3] === \"Y\");}}})();\n\t\t\n\t\tdocument.domain = \"bhg.com\";\n\t</script>\n<style type=\"text/css\">\n\t\t#siteContent { width:990px; padding: 10px 0; }\n\t\t#siteContent #centerCol { padding: 0; width: 685px; }\n\t\t#siteContent #rightCol { padding: 0; width: 300px; }\n\t\t\n\t\t#bhgTopBannerAd { height: auto; border-bottom: 0 none; padding: 0; }\n\t\t\n\t\t#siteContent .ez-page-video .ez-socialLinks { min-height: 26px; }\n\t\t.socialToolbar { margin: 0; height: 26px; color: #717171; font-family: \"Lucida Sans\",\"Lucida Grande\",\"Lucida Sans Unicode\",sans-serif; text-transform: uppercase; font-size: 10px; font-weight: 700; }\n\t\t.socialToolbar li { float: left; margin-right: 5px; }\n\t\t.socialToolbar li.icons { line-height: 20px; }\n\t\t.socialToolbar li div.gig-button-container { padding: 0; }\n\t\t.socialToolbar img { max-height: 20px; }\n\t\t\n\t\t#siteContent .ez-page-video-index .ez-metaplayerExperience { height: auto; }\n\t\t#siteContent .ez-page-video-index .ez-metaplayerExperience .ez-player-box { height: auto; }\n\t\t\n\t\t#siteContent .ez-metaQResult p.ez-title { padding-top: 0; margin-bottom: 5px; }\n\t\t#siteContent #metaq-box { width: 300px; }\n\t\t\n\t\t#siteContent .ez-page-video-index .ez-metaplayerExperience { background: none; height: auto; }\n\t\t#siteContent .ez-page-video-index .ez-metaplayerExperience .ez-player-box { height: auto; }\n\t\t#siteContent .ez-metaplayerExperience .ez-leftCol { background: none; }\n\t\t#siteContent .ez-media-details { margin: 0; }\n\t\t#siteContent .ez-metaplayerExperience .ez-rightCol { padding: 10px 10px 0; }\n\t\t#siteContent .ez-metaBox-2 { margin-bottom: 0; }\n\n\t\t#siteContent .ez-itemMod.ez-relatedMedia a.ez-more { margin-top: 21px; }\n\t\t#siteContent .ez-video-searches .ez-relatedMedia p.ez-title { margin-bottom: 8px; }\n\t\t\n\t\t#siteContent .ez-carousel button.ez-next { right: -1px; }\n\t\t\n\t\t#siteContent .ez-video-searches .ez-relatedMedia p.ez-title,\n\t\t#siteContent .ez-page-video .ez-latestVideos p.ez-title,\n\t\t#siteContent .ez-crowdIgnite p.ez-title,\n\t\t#siteContent #vsw-smart-header,\n\t\t.ez-baynoteWidget .ez-bw-head h3,\n\t\t.gig-comments-container h3,\n\t\t#siteContent .ez-content .ez-comments h3,\n\t\t#siteContent .VR_1 .ob_org_header { border-bottom: 0; font: 900 15px/15px \"arial black\", arial, sans-serif !important; text-transform: lowercase !important; color: #717171 !important; }\n\t\t\n\t\t#siteContent .ez-video-searches .ez-relatedMedia p.ez-title:before,\n\t\t#siteContent .ez-page-video .ez-latestVideos p.ez-title:before,\n\t\t#siteContent .ez-crowdIgnite p.ez-title:before,\n\t\t#siteContent #vsw-smart-header:before,\n\t\t.ez-baynoteWidget .ez-bw-head h3:before,\n\t\t.gig-comments-container h3:before,\n\t\t#siteContent .ez-content .ez-comments h3:before,\n\t\t#siteContent .VR_1 .ob_org_header:before {\n\t\t\tbackground: #e1e1e1;\n\t\t\tbackground: -moz-linear-gradient(top,  #fbfbfb 0%, #f2f2f2 30%, #e6e6e6 60%, #e1e1e1 100%);\n\t\t\tbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(30%,#f2f2f2), color-stop(60%,#e6e6e6), color-stop(100%,#e1e1e1));\n\t\t\tbackground: -webkit-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: -o-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: -ms-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: linear-gradient(to bottom,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 );\n\t\t\tcontent: \" \";\n\t\t\theight: 4px;\n\t\t\twidth: 100%;\n\t\t\tdisplay: block;\n\t\t\tmargin-bottom: 4px;\n\t\t}\n\t\t\n\t\t.ez-baynoteWidget.ez-tenLinks li {\n\t\t\twidth: 49%;\n\t\t\tmargin: 0 1% 5px 0;\n\t\t\tpadding: 0;\n\t\t\tfloat: left;\n\t\t\twhite-space: nowrap;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t}\n\t\t\n\t\t#siteContent .VR_1 .ob_org_header { height: auto; }\n\t\t\n\t\t#commentsDiv { width: 100% !important; }\n\t\t.gig-comments-container #commentsDiv-comments-header { display: none; }\n\t\t#commentsDiv div.gig-comments-textarea-wrapper > div { padding: 0 !important; }\n\t\t#commentsDiv textarea.gig-comments-commentBox-textarea { width: 100%; height: 85px; }\n\t\t.gig-comments-container .gig-comments-commentBox-bottom { border: 0 none; margin-top: 20px; padding-top: 0;}\n\t\t.gig-comments-container .gig-comments-photoImageLarge { float: left; margin-right: 5px; }\n\t\t.gig-comments-container div.gig-comments-comment { padding-bottom: 10px; }\n\t\t.gig-comments-container .username { display: block; }\n\t\t.gig-comments-container a.gig-comments-dropdown { margin-top: 11px; }\n\n        body.thirdparty .navList li{ min-width: 0; }\n    </style>\n<script type=\"text/javascript\">       \n        EZDATA.pageName = \"Video:Detail:How to Hang a Christmas Wreath (Two No-Fail Secrets!)\";\n        EZDATA.server = \"www.bhg.com\";\n        EZDATA.channel = \"Video\";\n        EZDATA.prop1 = \"\";\n        EZDATA.prop2 = \"\";\n        EZDATA.prop5 = \"\";\n        EZDATA.prop9 = \"\";\n        EZDATA.prop10 = \"\";\n        EZDATA.prop12 = \"\";\n        EZDATA.prop18=\"bhg\";\n        EZDATA.prop20 = \"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?\";\n        EZDATA.evar5 = \"\";\n        EZDATA.evar9 = \"Video:Detail:How to Hang a Christmas Wreath (Two No-Fail Secrets!)\";\n        EZDATA.evar14 = \"Video\";\n        EZDATA.evar29 = \"video\";\n        EZDATA.evar40 = \"Video Detail Player\";\n        EZDATA.evar41 = \"170033\";\n\t\tEZDATA.evar67 = \"Video Upload Source - BHG\";\n\t\t\n        </script><script type=\"text/javascript\">                    \n                    var pageTrackerEZ = _gat._getTracker(\"UA-5497467-17\");                    \n                \n\t\t\tpageTrackerEZ._trackPageview();\n        </script><script>\n        ezQuery(document).ready(function() {\n            \n\t\t\n\t\tEZDATA.trackGaEvent('Video','Request','^');\n    \n        });\n        </script>\n            \n            \n        <link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles.css\">\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/styles/ez-styles.css\">\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/bhg/4.0.parent_8827/styles/ez-styles.css\">\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ezquery.qtip.css\"><!--[if IE]><link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie.css\"><![endif]--><!--[if IE 8]><link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie8.css\"><![endif]--><!--[if IE 9]><link type=\"text/css\" rel=\"stylesheet\" href=\"http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie9.css\"><![endif]--></head>\n<body id=\"\" class=\"shell thirdparty bhg\">\n\t<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-WMWB88\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n\t<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-WMWB88');</script>\n    \n    <header id=\"siteHeader\" class=\"clearfix\">\n        <div id=\"logo-teaser-search\" class=\"row\">\n            <div class=\"large-3 small-8 columns\">\n                <div class=\"logo\">\n                    <a href=\"http://www.bhg.com/\" class=\"bhgLogo\">Better Homes and Gardens</a>\n                </div>\n            </div>\n            <div class=\"large-8 small-8 columns\">\n                <div id=\"hptoprollover\" class=\"teaser rollOver\">\n                    <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=143754&cds_response_key=I39GBTR01&cds_misc_5=rolldownpref\">\n                        <img src=\"http://images.meredith.com/content/dam/bhg/Images/2013/05/bhg_320x70_fullyear599.png\"/>\n                    </a>\n\n                    <div id=\"hptoprolloverbtn\">More</div>\n                    <div id=\"hptoprolloverlayer\">\n                        <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=143754&cds_response_key=I39GBTR01&cds_misc_5=rolldownpref\">\n                            <img src=\"http://images.meredith.com/content/dam/bhg/Images/2013/05/bhg_440x550_fullyear599.jpg\"/>\n                        </a>\n                        <div id=\"hptoprolloverclose\">Close</div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"large-5 show-for-medium-up columns\">\n                <div class=\"headersearch\">\n                    <div class=\"searchBar clearfix\">\n                        <form id=\"topsearch\" action=\"http://search.bhg.com/search/s\" name=\"searchbhg\" method=\"get\">\n                            <input type=\"text\" name=\"q\" id=\"search\" class=\"searchBox\" placeholder=\"Search BHG.com\">\n                            <input type=\"submit\" value=\"Go\" class=\"searchSubmit\">\n                        </form>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <section class=\"navContainer\">\n            <div class=\"topnavigation3 topNav\">\n                <nav id=\"superNav\" class=\"superNav row\">\n                    <div id=\"superNavWrapper\" class=\"superNavWrapper\">\n\n                        <ul class=\"navLinks\">\n                            <li id=\"recipes\"><a href=\"http://www.bhg.com/recipes/\">Recipes</a></li>\n                            <li id=\"decorating\"><a href=\"http://www.bhg.com/decorating/\">Decorating</a></li>\n                            <li id=\"home-improvement\"><a href=\"http://www.bhg.com/home-improvement/\">Home Improvement</a></li>\n                            <li id=\"gardening\"><a href=\"http://www.bhg.com/gardening/\">Gardening</a></li>\n                            <li id=\"party\"><a href=\"http://www.bhg.com/party/\">Entertaining</a></li>\n                            <li id=\"beauty-fashion\"><a href=\"http://www.bhg.com/beauty-fashion/\">Beauty</a></li>\n                            <li id=\"holidays\"><a href=\"http://www.bhg.com/holidays/\">Holidays</a></li>\n                            <li id=\"pets\"><a href=\"http://www.bhg.com/pets/\">Pets</a></li>\n                            <li id=\"health-family\"><a href=\"http://www.bhg.com/health-family/\">Health</a></li>\n                            <li id=\"better-homes-and-garden-magazine\"><a href=\"http://www.bhg.com/better-homes-and-garden-magazine/\">Magazine</a></li>\n                            <li id=\"videosvideo-index\" class=\"highlighted\"><a href=\"http://www.bhg.com/videos/video-index\">Videos</a></li>\n                            <li id=\"httpwwwbhgcomshop\"><a href=\"http://www.bhg.com/shop/\">Shop</a></li>\n                        </ul>\n\n                    </div>\n                </nav>\n            </div>\n\n            <div class=\"headerLinks headernavlinks2\">\n                <nav class=\"serviceNav\" id=\"serviceNav\">\n                    <ul id=\"topLinks\" class=\"navLinks\">\n                        <li><a href=\"http://www.bhg.com/bhg/help/\">Help</a></li>\n                        <li><a href=\"http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432\">free offers</a></li>\n                        <li><a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=133280\">subscribe</a></li>\n                        <li><a href=\"http://www.bhg.com/free-stuff/?psrc=S1105BSRVNAVFREESTUFF\">sweepstakes</a></li>\n                        <li style=\"display: none;\"><a href=\"http://www.bhg.com/newsletters/?prsc=R1402BSRVNAVNWR231\">newsletters</a></li>\n                        <li><a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=160666&cds_response_key=I43GBHL00&cds_misc_5=headertext&psrc=MN_I43GBHL00\"><span>subscribe</span></a></li>\n                        <li><a href=\"http://www.bhg.com/license-products\">bhg products</a></li>\n                        <li><a href=\"http://www.bhg.com/blogs/\">blogs</a></li>\n                        <li class=\"join-now-link\"><a href=\"http://www.bhg.com/common/profile/regStep1.jsp?regSource=1000&returnURL=/\" title=\"Join Now!\">Join Now!</a></li>\n                    </ul>\n                </nav>\n            </div>\n        </section>\n        <div id=\"bhgTopBannerAd\">\n            <div id=\"ez-adLeaderboard\" class=\"ez-mod ez-clientCodeMod ez-ad ez-ad-leaderboard\">\n<div class=\"ez-mod-content\"><div class=\"ez-mod ez-ad ez-leaderboard\">\n    \t\t<div id=\"mp2-companionAd-leaderboard\"></div>\n    \t</div></div>\n</div>            \n        </div>\n    </header>\n\n    <div id=\"siteContent\" class=\"row\">\n        <div class=\"large-16 small-16 columns\" id=\"centerCol\">\n            <section id=\"mainColumn\">\n                <div id=\"ez-content\" class=\"ez-content ez-page-video\">\n<div class=\"ez-mainContent\">\n<div class=\"ez-breadcrumb\">\n<a title=\"BHG.com\" onclick=\"EZDATA.trackGaEvent('video', 'navigation', 'external');\" href=\"http://www.bhg.com\">BHG.com</a><span class=\"ez-sep\">/</span><a title=\"Videos\" onclick=\"EZDATA.trackGaEvent('video', 'navigation', 'root');\" href=\"http://www.bhg.com/videos/video-index\">Videos</a><span class=\"ez-sep\">/</span><a class=\"ez-prevPage ez-hidden\"></a><span class=\"ez-prevPage ez-sep ez-hidden\">/</span><span class=\"ez-prevPage ez-sep ez-hidden\">/</span><span class=\"ez-current-page\">How to Hang a Christmas Wreath (Two No-Fail Secrets!)</span>\n</div>\n<script type=\"text/javascript\">\n            EZDATA.breadcrumbPreviousPage = function(page) {\n                var url = window.location + \"&\";\n                if (url.indexOf(\"q=\") != -1) {\n                    var q = url.split(\"q=\")[1];\n                    q = q.split(\"&\")[0] + \"?\";\n                    q = q.split(\"?\")[0] + \"#\";\n                    q = q.split(\"#\")[0];\n                    var qLabel = unescape(q);\n                    if (q.indexOf(\"%28%22\") != -1) {\n                        q = q.split(\"%28%22\")[1];\n                        q = q.split(\"%22\")[0];\n                        qLabel = unescape(q);\n                    }\n                    qLabel = qLabel.replace(/\\+/g, \" \");\n                    qLabel = qLabel.replace(/%20/g, \" \");\n                    var prevLink = ezQuery(\".ez-breadcrumb a.ez-prevPage\");\n                    prevLink.attr(\"href\", EZDATA.baseSearchUrl + \"?q=\" + q);\n                    prevLink.attr(\"title\", \"Search for \" + qLabel);\n                    prevLink.html(\"Search for \" + qLabel);\n                    ezQuery(\".ez-breadcrumb .ez-prevPage\").removeClass(\"ez-hidden\");\n                }\n            }\n        </script><script type=\"text/javascript\" class=\"kxint\">\n\t\t\twindow.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);(function(){function e(e){var t,n=\"kx\"+e;if(window.localStorage){return window.localStorage[n]||\"\"}else if(navigator.cookieEnabled){t=document.cookie.match(n+\"=([^;]*)\");return t&&unescape(t[1])||\"\"}else{return\"\"}}Krux.user=e(\"user\");Krux.segments=e(\"segs\")?e(\"segs\").split(\",\"):[];var t=[];if(Krux.user){t.push(\"kuid=\"+Krux.user)}if(Krux.segments){t.push(\"ksg=\"+Krux.segments.join(\",\"))}Krux.dfppKeyValues=t.length?\"&\"+t.join(\"&\"):\"\"})()\n\t\t</script><script>\n\t\t\tvar mdpAdTestKeyValues=\"\";(function(){if(window.location.search.indexOf(\"adTestKeyValues\")>0){var e,t=window.location.search.substring(1).split(\"&\");for(var n=0;n<t.length;n++){if(t[n].split(\"=\")[0]===\"adTestKeyValues\"){e=t[n].split(\"=\")[1].split(\"-\")}}for(var n=0;n<e.length;n++){var r=e[n].split(\",\");mdpAdTestKeyValues+=\"&\"+r.join(\"=\")}}})()\n\t\t</script>\n<style type=\"text/css\">\n\t\t\t\t#ramp-ovp {\n\t\t\t\t\twidth:645px;\n\t\t\t\t\t\t\t\theight:480px;\n\t\t\t\t\t\t\t\tmax-height:480px;\n\t\t\t\t\t\t\t\toverflow:hidden;\n\t\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t</style>\n<script type=\"text/javascript\">if( ! mdp.videoPlayer )mdp.videoPlayer = { video : {} };mdp.videoPlayer.sb = \"bhg.mdp.video\";mdp.videoPlayer.channel = \"videolander\";mdp.videoPlayer.kw = \"\";mdp.videoPlayer.video.id = \"93269792\";mdp.videoPlayer.extraAdParams = \"\";mdp.videoPlayer.video.src = \"http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/11411293.flv\";mdp.videoPlayer.video.iOSSrc = \"http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/11411293_ios.stream/item.m3u8\";var MDPOVP_config = {\"apikey\":\"05759e6b09517022e48bae1283008507\",\"widgetid\":\"349-6332\",\"width\":\"645\",\"height\":\"480\",\"transcripthtml\":\"true\",\"description\":\"true\",\"registrationblocker\":\"false\",\"carouselparent\":\"#metaq-box\",\"carouselenabled\":\"true\",\"updatebreadcrumb\":\"false\"};</script>\n<h1 id=\"rhi-title\" data-delayupdate=\"false\">How to Hang a Christmas Wreath (Two No-Fail Secrets!)</h1>\n<p class=\"ez-page-desc\">It's not a holiday home until you've hung a Christmas wreath. This quick video offers nifty tricks for damage-free wreath hanging on doors and windows. Get our secrets to success!</p>\n<div class=\"ez-mod-content\"><div class=\"socialToolbar clearfix\">\n\t<ul class=\"tools clearfix\">\n\t\t<li id=\"pin_share\"></li>\n\t\t<li class=\"sm_separator\"></li>\n\t\t<li id=\"fbLikeButton\"></li>\n\t\t<li class=\"sm_separator\"></li>\n\t\t<li class=\"icons\">share</li>\n\t\t<li id=\"sharing\"></li>\n\t</ul>\n</div></div>\n<script type=\"text/javascript\" src=\"//embed.ramp.com/amd.js\"></script><script type=\"text/javascript\" src=\"http://www.bhg.com/videos/rampjs?startvidid=93269792\" async=\"async\"></script><script type=\"text/javascript\">\n\t\t\tRAMP.Widgets.get(\"metaplayer\", function (mpf) {\n\t\t\t\tMDPOVP.init(mpf,MDPOVP_config);\n\t\t\t});\n\t\t</script>\n<div id=\"ramp-ovp\">\n<script data-ramp-widget=\"349-6332\" data-ramp-related=\"false\" data-ramp-playlist-id=\"\" data-ramp-item-id=\"93269792,66288906,84018138,84018285,84018242,32071366\" data-ramp-height=\"\" data-ramp-auto-play=\"true\" data-ramp-api-key=\"05759e6b09517022e48bae1283008507\"></script>\n</div>\n<div id=\"rhi-transcript\" class=\"html\">A pretty wreath, is just the trick to take your Christmas decorations from basic to bold. Here are the no fail secrets, for hanging window, and door wreaths. For outdoor wreaths, choose a ribbon that's strong, durable, and will make a high impact statement. Your best bet, is a two and half inch satin ribbon. To avoid a droopy look, hang your wreath in the top half of the window. On a door, center the wreath at about eye level. To hang a wreath in a window, lower the top window sash and place the wreath outside of the window while holding the ends of the length of the hanging ribbon. [MUSIC] A piece of paint-friendly tape provides stability. Tape just the very end of the ribbon before sliding your window securely close. When hanging on a door, use a staple gun, to staple the ends of the hanging ribbon to the center top of the door. That way, the staples will never be seen. To keep a lightweight wreath in place, use double-sided foam tape on the back. It's that simple. Use this method every Christmas, to hang your wreath without damaging your home. [MUSIC]</div>\n<div class=\"ez-widget\">\n<div data-widget-id=\"VR_1\" data-src=\"http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm\" data-ob-template=\"BHG\" class=\"OUTBRAIN\"></div>\n<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\" async=\"async\"></script>\n</div>\n<div class=\"ez-widget\">\n<script language=\"javascript\" id=\"mNCC\"> \n\t\t\t\t\tmedianet_width = '650'; \n\t\t\t\t\tmedianet_height = '175';\n\t\t\t\t\tmedianet_crid = '735174686';\n\t\t\t\t</script><script src=\"http://contextual.media.net/nmedianet.js?cid=8CUPTG615\" language=\"javascript\" id=\"mNSC\"></script>\n</div>\n<div id=\"813749082258\" class=\"ez-mod ez-searchMod-searchBox \">\n<form onsubmit=\"return EZDATA.validateSearch('Search for Videos');\" name=\"ez-searchMod-form\" id=\"ez-searchMod-form\" action=\"http://search.bhg.com/search/s\" accept-charset=\"ISO-8859-1\">\n<label for=\"ezsearch-string\" class=\"ez-title\">Search Videos</label><input value=\"\" type=\"text\" onclick=\"EZDATA.clearSearchboxField()\" name=\"q\" id=\"ezsearch-string\"><a title=\"\" onclick=\"EZDATA.validateSearchClick('Search for Videos',this); return false;\" href=\"#\" class=\"ez-trigger\"></a><input value=\"\" type=\"submit\" style=\"display:none;\">\n</form>\n<script type=\"text/javascript\">\n\t            EZDATA.jsLoaderExec(EZDATA, \"initSearchboxField\", \"Search for Videos\", \"813749082258\");\n\t        </script>\n<div class=\"ez-searchMod-autocomplete\">\n<div id=\"ezTypeAhead\"></div>\n</div>\n<script type=\"text/javascript\">\n        \t\n            var ezAutocompleteSearchUrl = 'http://www.bhg.com/videos/video-search?';\n            var ezAutocompleteServiceUrl = 'http://www.bhg.com/videos/autocomplete/bhg?callbackName=EZDATA.searchMod_queryExpansion_callback&q=';\n            EZDATA.jsLoaderExec(EZDATA, \"searchMod_queryExpansion_init\");\n        </script>\n</div>\n<div class=\"ez-widget\"><style>\n\t.topVideos *,\n\t.topVideos *:before,\n\t.topVideos *:after {\n\t\t-moz-box-sizing: border-box;\n\t\t-webkit-box-sizing: border-box;\n\t\tbox-sizing: border-box;\n\t}\n\n\t.topVideos:after {\n\t\tvisibility: hidden;\n\t\tdisplay: block;\n\t\tfont-size: 0;\n\t\tcontent: \" \";\n\t\tclear: both;\n\t\theight: 0;\n\t}\n\t.topVideos .header {\n\t\tfont-family: \"Century Gothic\",Arial,Helvetica,sans-serif;\n\t\tfont-size: 20px;\n\t\tfont-weight: normal;\n\t\tcolor: #171717;\n\t\ttext-transform: lowercase;\n\t\tpadding: 0 0 5px 0;\n\t\tmargin: 0 0 5px 0;\n\t\tborder-bottom: 3px solid #DDD8D2;\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t}\n\t\t.bhg .topVideos .header { color: #717171; font-size: 15px; font-weight: bold; font-family: \"arial black\", arial, sans-serif; border-bottom: 0 none; margin: 0 0 10px 0; padding: 0; }\n\t\t.bhg .topVideos .header:before {\n\t\t\tbackground: #e1e1e1;\n\t\t\tbackground: -moz-linear-gradient(top,  #fbfbfb 0%, #f2f2f2 30%, #e6e6e6 60%, #e1e1e1 100%);\n\t\t\tbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(30%,#f2f2f2), color-stop(60%,#e6e6e6), color-stop(100%,#e1e1e1));\n\t\t\tbackground: -webkit-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: -o-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: -ms-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tbackground: linear-gradient(to bottom,  #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);\n\t\t\tfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 );\n\t\t\tcontent: \" \";\n\t\t\theight: 4px;\n\t\t\twidth: 100%;\n\t\t\tdisplay: block;\n\t\t\tmargin-bottom: 4px;\n\t\t}\n\t\t.parents .topVideos .header { text-transform: capitalize; color: #8fc357; border-bottom: 1px solid #f9c8d3; font: 500 20px/24px Georgia,\"Times New Roman\",Times,serif; margin: 0 0 10px 0; padding: 0 0 10px 0; }\n\t\t.parentingcom .topVideos .header { display: block; font-weight: 700; font-size: 16px; line-height: 16px; margin-bottom: 10px; text-transform: none; border: 0 none; font-family: \"Trebuchet MS\",Helvetica,Jamrul,sans-serif; color: #000; padding: 0; }\n\n\t.topVideos .videoThumbnail {\n\t\tcolor: #fff !important;\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\twidth: 24%;\n\t\theight: 127px;\n\t\tmargin: 0 0 1.33% 1.33%;\n\t\tposition: relative;\n\t\ttext-decoration: none;\n\t\toverflow: hidden;\n\t}\n\t\t.topVideos .videoThumbnail:hover {\n\t\t\tcolor: #fff !important;\n\t\t}\n\t\t.topVideos .videoThumbnail.first {\n\t\t\tmargin-left: 0;\n\t\t}\n\t.topVideos .videoThumbnail img {\n\t\tposition: relative;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tz-index: 0;\n\t}\n\t.topVideos .videoThumbnail .overlay {\n\t\tbackground-color: gray;\n\t\tfont-family: Arial,Helvetica,sans-serif;\n\t\tfont-weight: bold;\n\t\topacity: 0.85;\n\t\tfilter: alpha(opacity=85);\n\t\tmin-height: 40px;\n\t\tmax-height: 40px;\n\t\tposition: absolute;\n\t\tleft: 0;\n\t\tbottom: 0;\n\t\tpadding: 2.5%;\n\t\twidth: 100%;\n\t}\n</style>\n<div class=\"topVideos\">\n\t<span class=\"header\">This Week's Top Videos</span>\n    \n\t<a class=\"videoThumbnail first\" href=\"http://www.fitnessmagazine.com/videos/m/98814953/how-to-use-a-stability-ball.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.fitnessmagazine.com/videos/hosting/media/fitness/1627130/98814953/medium.jpg\"/>\n\t\t<span class=\"overlay\">How to Use a Stability Ball</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.fitnessmagazine.com/videos/m/98956181/training-talk-your-first-race.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.fitnessmagazine.com/videos/hosting/media/fitness/1627130/98956181/medium.jpg\"/>\n\t\t<span class=\"overlay\">Training Talk: Your First Race</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.eatingwell.com/videos/v/100106496/how-to-eat-carbs-and-lose-weight.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.eatingwell.com/videos/hosting/media/eatingwell/1627705/100106496/medium.jpg\"/>\n\t\t<span class=\"overlay\">How to Eat Carbs and Lose Weight</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.eatingwell.com/videos/v/100106494/stress-less-lose-weight.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.eatingwell.com/videos/hosting/media/eatingwell/1627705/100106494/medium.jpg\"/>\n\t\t<span class=\"overlay\">Stress Less, Lose Weight</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail first\" href=\"http://www.bhg.com/videos/m/99909355/how-to-make-crepes.htm?psrc=vdwidget\">\n\t\t<img src=\"http://meredith.ramp.com/thumbnails/cached_media/0012/0012244/0012244971/images/thumb.jpg\"/>\n\t\t<span class=\"overlay\">How to Make Crepes</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.divinecaroline.com/videos/v/98527447/how-to-end-an-argument-in-30-seconds.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.divinecaroline.com/videos/hosting/media/divinecaroline/1627131/98527447/medium.jpg\"/>\n\t\t<span class=\"overlay\">How to End an Argument in 30 Seconds</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.parents.com/videos/v/99288536/after-baby-i-m-the-primary-breadwinner.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.parents.com/videos/hosting/media/parents/1620906/99288536/medium.jpg\"/>\n\t\t<span class=\"overlay\">After Baby: I&#x27;m The Primary Breadwinner</span>\n\t</a>\n\t\n\t<a class=\"videoThumbnail\" href=\"http://www.parents.com/videos/v/99382920/class-project-hides-a-baby-announcement.htm?psrc=vdwidget\">\n\t\t<img src=\"http://www.parents.com/videos/hosting/media/parents/1620906/99382920/medium.jpg\"/>\n\t\t<span class=\"overlay\">&quot;Class Project&quot; Hides A Baby Announcement</span>\n\t</a>\n\t\n</div></div>\n<div class=\"ez-comments\">\n<div id=\"commentsDiv\"></div>\n</div>\n</div>\n<div class=\"ez-clearingDiv\"></div>\n</div>\n            </section>\n        </div>\n\t\t<div class=\"large-5 small-16 columns\" id=\"rightCol\">\n            <aside id=\"rightColumn\">\n                <div class=\"ez-sideContent ez-sideContent-right ez-sideContent-video\">\n<style type=\"text/css\">\n\t\t\t\t\t.ez-video-companion {\n\t\t\t\t\t\tposition:relative;\n\t\t\t\t\t}\n\t\t\t\t</style>\n<div id=\"div-gpt-videoCompanion\" class=\"ez-video-companion\"></div>\n<style type=\"text/css\">\n\t\t\t\t/*  */\n\t\t\t\t.mp-carousel-scroller {\n\t\t\t\t\tmargin:0;\n\t\t\t\t\twidth:298px !important;\n\t\t\t\t}\n\t\t\t\t.mp-carousel-content {\n\t\t\t\t\tbackground:#fff !important;\n\t\t\t\t}\n\t\t\t\t.mp-carousel-navbar {\n\t\t\t\t\tbackground:#efefef;\n\t\t\t\t\tbackground: -moz-linear-gradient(top, #ffffff  1%, #e7e7e7 100%);\n\t\t\t\t\tbackground: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #e7e7e7) );\n\t\t\t\t\tfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);\n\t\t\t\t\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7)\";\n\t\t\t\t}\n\t\t\t\t.mp-carousel-selected {\n\t\t\t\t\tbackground:#9cb50f !important;\n\t\t\t\t}\n\t\t\t\t.mp-carousel-nav {\n\t\t\t\t\twidth:12px !important;\n\t\t\t\t\theight:12px !important;\n\t\t\t\t\tborder-radius:6px !important;\n\t\t\t\t\tmargin: 8px 2px 0 !important;\n\t\t\t\t}\n\t\t\t\t/*  */\n\t\t\t\t</style>\n<div id=\"metaq-box\" data-ramp-islegacy=\"true\" class=\"ez-video-companion\"></div>\n<div id=\"\" class=\"ez-mod ez-clientCodeMod ez-vsw\">\n<div class=\"ez-mod-content\"><!-- VSW ADS -->\n<span id=\"vsw-smart-header\">more smart savings</span>\n<script type=\"text/javascript\" language=\"JavaScript\">\nvar era_rc = {\nERADomain: 'as.vs4homeandgarden.com',\nMaxRelatedItems: 4,\nPubID: 'bhg',\nBlockID: 'standard',\nLayout: 'default',\nClassName: 'era_ad_block'\n};\n(function(){var v='ERA_AD_BLOCK';var i=1;while(document.getElementById(v)){if(i==25)break;v='ERA_AD_BLOCK'+i++;}document.write(\"<\"+\"div id='\"+v+\"'><\"+\"/div>\");\nvar sch=(location.protocol=='https:'?'https':'http');var host=sch=='http'?'as.featurelink.com':'secure.featurelink.com';var s=document.createElement('script');var src=sch+\"://\"+host+\"/ERALinks/era_rl.aspx?elid=\"+v;for(var p in era_rc)\n{if(era_rc.hasOwnProperty(p)){src+=decodeURIComponent('%26')+p.toLowerCase()+\"=\"+encodeURIComponent(era_rc[p]);}};document.getElementsByTagName(\"head\")[0].appendChild(s);s.src=src;})();\n</script>\n<style type=\"text/css\">\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-title {line-height: 15px !important; font-weight: normal !important;color:#006A77 !important;font-family: Verdana,Arial,sans-serif !important;font-size:12px !important;text-decoration:underline !important;}\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-title:hover {text-decoration: none !important;}\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-text {line-height: 18px !important; color: #333333 !important;font-family: Verdana,Arial,sans-serif !important;font-size: 12px !important;}\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a, #ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a span {font-family: Verdana,Arial,sans-serif !important; color:gray !important; font-size:10px !important;text-decoration:none !important;}\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a:hover {text-decoration: none !important;}\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-domain { font-size: 11px !important; color:gray !important; }\n\t/* styling tweaks */\n\t#ERA_RC_standard div.vsw-ad-rc .vsw-ad-text {padding-left:5px !important;}\n\t#ERA_RC_standard div.vsw-ad-rc {padding-left:10px !important; margin-top:05px !important;}\n\t.partnerPromos {padding-bottom:10px;margin-bottom:10px !important;border-bottom:4px double #DFDFDF !important;}\n\t.vsw #ERA_RC_standard div.vsw-ad-rc div.vsw-ad-header {display:none !important;}\n\t.vsw .heading3 {font-size:18px !important;}\n\t.vsw .bottomLink {display:none !important}\n\t#vsw-smart-header {color:#717171 !important; font-family:\"arial black\" !important; font-weight:900 !important; font-size:18px !important; display:block !important;}\n</style>\n<!-- END VSW ADS --></div>\n</div>\n<div id=\"bottomrightrailad\" class=\"leftadtag\">\n<div class=\"ez-mod-content\"><div id=\"div-gpt-rightBannerLower301\"></div></div>\n</div>\n</div>\n            </aside>\n        </div>\n    </div>\n \n    <div id=\"thirdPartyPromos\">\n        <div class=\"row\">\n            <div class=\"large-8 small-8 columns border-right\">\n                <a href=\"http://www.bhg.com/walmart/\" title=\"BHG Products at Walmart\">\n                    <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/walmart_footer_promo.gif\" alt=\"BHG Products at Walmart\"/>\n                </a>\n            </div>\n            <div class=\"large-8 small-8 columns\">\n                <a href=\"http://www.bhg.com/better-homes-and-gardens-real-estate/\" title=\"BHG Real Estate\">\n                    <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/bhg_real_estate_footer_promo.gif\" alt=\"BHG Real Estate\"/>\n                </a>\n            </div>\n        </div>\n    </div>\n\t\n\t<footer id=\"siteFooter\">\n        <div class=\"row\">\n            <div class=\"large-3 small-3 columns\">\n                <img src=\"http://images.meredith.com/content/dam/bhg/Images/assets/logo_footer.png\">\n            </div>\n\n            <div id=\"footerLinks\" class=\"large-13 small-13 columns\">\n                <div class=\"row footerLinks\">\n                    <div class=\"large-8 columns footerLinkSection\">\n                        <div class=\"row\">\n                            <div class=\"large-16 small-16 columns\">\n                                <strong>YOUR ACCOUNT</strong>\n                            </div>\n                        </div>\n                        <div class=\"row\">\n                            <div class=\"large-8 small-16 columns\">\n                                <ul class=\"navList\">\n                                    <li class=\"join-now-link\"><a href=\"http://www.bhg.com/common/profile/login1.jsp?regSource=1000&returnURL=/\" title=\"Login\" data-reglink=\"true\"><span>Login</span></a></li>\n                                    <li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=79656\"><span>Account</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/bhg/help/\"><span>Help</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/common/profile/community/edit.jsp?regSource=1056\"><span>Profile</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/common/profile/quicksignup.jsp?regSource=1005&psrc=R1103BHDFTRNWR231\"><span>Newsletters</span></a></li>\n                                    <li><a href=\"http://www.meredith.com/datapolicy.html\"><span>Data Policy</span></a></li>\n                                    \n                                    <li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=79656\"><span>Customer Service</span></a></li>\n                                </ul>\n                            </div>\n                            <div class=\"large-8 small-16 columns\">\n                                <ul class=\"navList\">\n                                    <li class=\"join-now-link\"><a href=\"http://www.bhg.com/common/profile/regStep1.jsp?regSource=1000&returnURL=/\" title=\"Join Now!\" data-reglink=\"true\"><span>Join Now!</span></a></li>\n                                    <li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=80324\"><span>Renew</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/member-benefits/\"><span>Member Benefits</span></a></li>\n                                    <li><a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=139046\"><span>Subscribe</span></a></li>\n                                    <li><a href=\"https://w1.buysub.com/servlet/ConvertibleGateway?cds_mag_code=BHG&cds_page_id=127994&cds_response_key=I301BGT29\"><span>Give a Gift</span></a></li>\n                                    <li><a href=\"http://www.meredith.com/privacy.html\"><span>Privacy Policy</span></a></li>\n                                    <li>\n                                        <a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\" style=\"border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;\"/><span style=\"vertical-align:middle !important\">AdChoices</span></a>\n                                        <script type=\"text/javascript\">\n                                            (function() {\n                                                var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid', 282); ev.setAttribute('data-ev-tag-ocid', 1333);\n                                                ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js';\n                                                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ev, s);\n                                            })();\n                                        </script>\n                                    </li>\n                                    <li><a href=\"http://www.bhg.com/bhg/file.jsp?item=/marketing/splashPages/digitaledition/bhg_splashpage_digital&psrc=bhgdigitalfooter\"><span>Digital Subscriptions</span></a></li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"large-8 columns footerLinkSection\">\n                        <div class=\"row\">\n                            <div class=\"large-16 small-16 columns\">\n                                <strong>BETTER HOMES & GARDENS</strong>\n                            </div>\n                        </div>\n                        <div class=\"row\">\n                            <div class=\"large-8 small-16 columns\">\n                                <ul class=\"navList\">\n                                    <li><a href=\"http://www.bhg.com/tools/meet-the-staff-of-bhgcom/\"><span>About Us</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/bhg/file.jsp?item=/partner/srds/index&temp=no\"><span>Advertise on BHG.com</span></a></li>\n                                    <li><a href=\"http://www.meredith.com/mediakit/bhg/index.html\"><span>Media Kit</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/tools/\"><span>Tools</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432\"><span>Sweepstakes & Offers</span></a></li>\n                                    <li><a href=\"http://www.facebook.com/pages/Better-Homes-and-Gardens/72571226018\"><span>Facebook</span></a></li>\n                                </ul>\n                            </div>\n                            <div class=\"large-8 small-16 columns\">\n                                <ul class=\"navList\">\n                                    <li><a href=\"https://twitter.com/bhg\"><span>Twitter</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/videos/\"><span>Videos</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/topics\"><span>Topics</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/bhg/file.jsp?item=/marketing/bhgPromo/bhg_promo_HP&temp=yes&psrc=bhgfooter2009\"><span>From Our Sponsors</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/sitemap/homegarden/\"><span>Home & Garden Sitemap</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/sitemap/recipes/\"><span>Recipe Sitemap</span></a></li>\n                                    <li><a href=\"http://www.bhg.com/shop/sitemap.html\"><span>Shop Sitemap</span></a></li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"networkLinks\">\n          <div class=\"parsys networkLinks\">\n            <div class=\"section homefooterlinks\">\n              <div class=\"row\">\n                <div class=\"large-5 medium-5 small-5 columns alignright\"> <span class=\"heading1\">BETTER HOMES AND GARDENS</span> </div>\n                <div class=\"large-11 medium-11 small-11 columns\">\n                  <ul class=\"navList\">\n                    <li> <a href=\"http://www.bhg.com/\"> <span>Better Homes and Gardens</span></a> </li>\n                    <li> <a href=\"http://www.midwestliving.com/\"> <span>Midwest Living</span></a> </li>\n                    <li> <a href=\"http://www.traditionalhome.com/\"> <span>Traditional Homes</span></a> </li>\n                    <li> <a href=\"http://www.allpeoplequilt.com/\"> <span>All People Quilt</span></a> </li>\n                    <li> <a href=\"http://www.diyadvice.com/\"> <span>DIY Advice</span></a> </li>\n                    <li> <a href=\"http://www.homeandfamilynetwork.com/\"> <span>Home and Family</span></a> </li>\n                  </ul>\n                </div>\n              </div>\n            </div>            \n          </div>\n        </div>\n\n        <div class=\"linkcol row\">\n            <div class=\"large-4 small-4 columns alignright\">\n                <img src=\"http://www.bhg.com/bhg/images/meredithWN_75x25.gif\" alt=\"\" width=\"75\"/>\n            </div>\n            <div id=\"copyright\" class=\"large-12 small-12 columns\">\n                &copy; Copyright <span id=\"copyright-date\"></span>, <a href=\"http://www.meredith.com\">Meredith\n                Corporation</a>. All Rights Reserved &#124; By using this site, you agree to our <a href='http://www.bhg.com/bhg/file.jsp?item=/legal/terms'>Terms of Service.</a>\n            </div>\n        </div>\n    </footer>\n\t\n\t<!-- top rollover -->\n\t<script src=\"http://www.bhg.com/web/js-min/js/mdp/lib/jquery/plugins/hoverIntent/hoverIntent.js\"></script>\n\t<script>(function topRollover(b){function c(){b(\"#hptoprolloverlayer\").slideDown(100).css(\"display\",\"block\")}function a(){b(\"#hptoprolloverlayer\").slideUp(100)}b(\"#hptoprollover\").hoverIntent({interval:200,over:c,timeout:200,out:function(){}});b(\"html, #hptoprolloverclose\").click(function(){a()});b(document).keyup(function(d){if(d.keyCode==27){a()}})})(jQuery);</script>\n\n\t<!-- Omniture -->\n\t<script src=\"http://www.bhg.com/bhg/files/partner/ramp/s_code_bhgH-temp.js\"></script>\n\t<script src=\"http://www.bhg.com/bhg/files/partner/ramp/ramp_omniture.js\"></script>\n\t<script src=\"http://www.bhg.com/web/js-min/js/mdp/util/omnitureFunctions.js\"></script>\n\n\t<!-- Gigya -->\n\t<script>\n\t\tmdp.gigyaLoadedCallbacks = [];\n\t\tmdp.gigyaLoaded = false;\n\t\tmdp.onGigyaLoaded = function( f ){ mdp.gigyaLoadedCallbacks.push(f); if( mdp.gigyaLoaded ){ while( mdp.gigyaLoadedCallbacks.length ){ mdp.gigyaLoadedCallbacks.shift()(); } } };\n\t</script>\n\t<script src=\"https://cdns.gigya.com/JS/socialize.js?apikey=2_GMJL5Q4oDZGjkeAhWTjIy4X0eZImq5AZ7r56wpgCbm23LH8pSFrnnAx4VxcnqH6j\"></script>\n\t<script src=\"http://www.bhg.com/web/js-min/js/mdp/lib/jquery/plugins/gigya/jquery.gigya.reporting.js\"></script>\n\t<script src=\"http://www.bhg.com/bhg/files/partner/ramp/gigya/jquery.gigya.video.js\"></script>\n\t<script src=\"http://www.bhg.com/bhg/files/partner/ramp/gigya/bhg.gigya.video.js\"></script>\n\n\t<!-- Various Explicit 3rd Party Shell JS -->\n\t<script>\n\t\t$(\"#copyright-date\").text(new Date().getFullYear());\n\t\t\n\t\tif (mdp && mdp.profile && mdp.profile.loggedIn) {\n\t\t\t$(\".join-now-link\").remove();\n\t\t\t$(\".navList:first\").append('<li><a href=\"/common/profile/member/logout.jsp?returnURL=' + encodeURIComponent(document.location.href) + '\" title=\"Logout\"><span>Logout</span></a></li>');\n\t\t}\n\t</script>\n<script type=\"text/javascript\" src=\"http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/jquery/jcarousellite_1.0.1.min.js\"></script><script type=\"text/javascript\">\n\t\t\tvar adService = {\n\t\t\t\tunitValues: {\n\t\t\t\t\tadDomain: \"bhg.mdp.video\",\n\t\t\t\t\tchannel: \"videolander\"\n\t\t\t\t},\n\t\t\t\tpageTargetingValues: {\n\t\t\t\t\tvid: mdp.videoPlayer.video.id,\n\t\t\t\t\ttype: \"videolander\"\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t};\n\t\t\t(function() {\n\t\t\t\tvar d = new Date(),\n\t\t\t\t\tdateBits = [],\n\t\t\t\t\tdow,\n\t\t\t\t\tdiff,\n\t\t\t\t\tgadsCore,\n\t\t\t\t\tcdnPath;\n\t\t\t\td.setUTCHours(d.getUTCHours() - 9);\n\t\t\t\tdow = d.getUTCDay();\n\t\t\t\tdiff = ((dow < 2) ? 2 : 5) - dow;\n\t\t\t\tdiff = (diff < 1) ? diff+4 : diff;\n\t\t\t\td.setUTCDate(d.getUTCDate() + diff);\n\t\t\t\tdateBits.push(d.getUTCFullYear());\n\t\t\t\tdateBits.push(d.getUTCMonth()+1);\n\t\t\t\tdateBits.push(d.getUTCDate());\n\t\t\t\tadService.cacheBuster = '?' + dateBits.join('-');\n\t\t\t\tgadsCore = document.createElement('script');\n\t\t\t\tgadsCore.src = 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.core.js' + adService.cacheBuster;\n\t\t\t\tvar node = document.getElementsByTagName('script')[0];\n\t\t\t\tnode.parentNode.insertBefore(gadsCore, node);\n\t\t\t})();\n\t\t</script><script type=\"text/javascript\">\n\t\t\t\tvar vdate = ezQuery(\".ez-media-details .ez-date\");\n\t\t\t\tezQuery(\".ez-media-details .ez-desc .ez-text\").prepend(vdate);\n\t\t\t\tezQuery(\"#ez-searchMod-form\").attr(\"action\", EZDATA.basePubUrl + \"video-search\");\n\t\t\t</script><script type=\"text/javascript\">\n\t\t\t\tezQuery(function(){\n\t\t\t\t\n\t\t\t\t\tEZDATA.breadcrumbPreviousPage();\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tif(ezQuery(\"div#rampMobileToolbar ul li\").size()>0) {\n\t\t\t\t\t\tvar lists = ezQuery(\"div#rampMobileToolbar ul li\");\n\t\t\t\t\t\tlists.width((100/lists.size()) + \"%\");\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/bloomberg.com1.html",
    "content": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/Article' lang='en' xmlns:fb='http://www.facebook.com/2008/fbml' xmlns:og='http://opengraphprotocol.org/schema/' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script src=\"//www.google-analytics.com/cx/api.js\"></script>\n<title>Job Woes Linger in 29 States as U.S. Recovers Unevenly - Bloomberg\n</title>\n<meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"AmlT69jCouI5opEGC6lK+VUG+a2zpsSyQ4xvh3NyqK4=\" name=\"csrf-token\" />\n<meta charset='utf-8'>\n<meta content='IE=10; IE=9; IE=8' http-equiv='X-UA-Compatible'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"32a39e099b\",\"applicationID\":\"2021368\",\"transactionName\":\"JVwPEhAJDlRSQ0tYFBJaAgoHFU1LX14T\",\"queueTime\":3,\"applicationTime\":962,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VgMEUVZACgMCVVJUDw==\"};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]);</script>\n<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>\n<meta content=\"21600;URL='http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html'\" http-equiv='refresh'>\n<meta content='width=device-width, initial-scale=1.0' name='viewport'>\n<meta content='false' name='preview-mode'>\n<meta content='false' name='from-dash'>\n<meta content='telephone=no' name='format-detection'>\n<meta content='Job Woes Linger in 29 States as U.S. Recovers Unevenly' name='title'>\n<meta content='ECONOMIC, CANADA, US, CURRENCIES, MUNICIPAL_BONDS, INSURANCE, REAL_ESTATE' name='category'>\n<meta content='Kevin Yearout has added about 80 jobs to his Albuquerque, New Mexico, contracting company since July of last year. That still leaves him with less than half the number he employed in 2009, at the end of the deepest downturn since the Great Depression.' name='description'>\n<meta content='Bonds, Country Economies, Group of Seven Economies, Labor &amp;amp; Unions, Markets, Municipal Bonds, North America, Ratings, Real Estate, U.S. Economy, United States' name='keywords'>\n<meta content='1502271052,1617206,500566238,616620419,18776,1396618572,501161086,100001111898866,1223836' property='fb:admins'>\n<meta content='Job Woes Linger in 29 States as U.S. Recovers Unevenly' property='og:title'>\n<meta content='Bloomberg' property='og:site_name'>\n<meta content='Kevin Yearout has added about 80 jobs to his Albuquerque, New Mexico, contracting company since July of last year. That still leaves him with less than half the number he employed in 2009, at the end of the deepest downturn since the Great Depression.' property='og:description'>\n<meta content='article' property='og:type'>\n<meta content='summary' name='twitter:card'>\n<meta content='@business' name='twitter:site'>\n<meta content='Story' property='bb:resource_type'>\n<meta content='NC4D266K50YA01' property='bb:resource_id'>\n<meta content='Sep 30, 2014 10:34 AM ET' name='pubdate'>\n<meta content='2014-10-08T07:32:45-04:00' name='lastmod'>\n<meta content='http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' property='og:url'>\n<meta content='bpkeywords,bw_bpkeywords,bw_current_events,citigold,synchrony,bw_synchrony' name='bcom:ad-keyword-codes'>\n<meta content='http://www.bloomberg.com/image/i28TMphepmNs.jpg' name='twitter:image'>\n<meta content='Job Woes Linger in 29 States as U.S. Recovers Unevenly' itemprop='headline'>\n<meta content='Kevin Yearout has added about 80 jobs to his Albuquerque, New Mexico, contracting company since July of last year. That still leaves him with less than half the number he employed in 2009, at the end of the deepest downturn since the Great Depression.' itemprop='description'>\n<meta content='2014-09-30T10:34:55-04:00' itemprop='datePublished'>\n<meta content='2014-09-30T10:34:55-04:00' itemprop='dateCreated'>\n<meta content='2014-10-08T07:32:45-04:00' itemprop='dateModified'>\n<meta content='http://www.bloomberg.com/image/i28TMphepmNs.jpg' itemprop='image'>\n<meta content='http://www.bloomberg.com/image/i28TMphepmNs.jpg' itemprop='thumbnailUrl'>\n<meta content='http://www.bloomberg.com/image/i28TMphepmNs.jpg' property='og:image'>\n<link href='http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' rel='canonical'>\n\n<!--[if lt IE 9]>\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/full/global/global-9141b52305d4da688c95aa6c92e16896.css\" media=\"all\" rel=\"stylesheet\" />\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/full/controller/article-d8427c1584ad3db93d5654934a8e21b9.css\" media=\"all\" rel=\"stylesheet\" />\n<link href=\"http://cdn.gotraffic.net/assets/site_ie8-0e298567581c8559894998d473fe6499.css\" media=\"all\" rel=\"stylesheet\" />\n<![endif]-->\n<!--[if lte IE 7]>\n<link href=\"http://cdn.gotraffic.net/assets/site_ie7-c0df5a017d976d4cb1b5d734bd4a954b.css\" media=\"all\" rel=\"stylesheet\" />\n<![endif]-->\n<!--[if lte IE 9]>\n<link href=\"http://cdn.gotraffic.net/assets/site_ie9-e58e94cd4d8259a8807e59850b31e319.css\" media=\"all\" rel=\"stylesheet\" />\n<![endif]-->\n<!--[if gte IE 9]>\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/desktop/global/global-29d93d0fd5056cdd95973136852d8341.css\" media=\"all\" rel=\"stylesheet\" />\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/desktop/controller/article-10a21bcde67195a21c8af4af5dc3bd8d.css\" media=\"all\" rel=\"stylesheet\" />\n\n<script src=\"//fonts.gotraffic.net/bnj8lwv.js\"></script>\n<script>\n  try{Typekit.load();}catch(e){}\n</script>\n\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/desktop/global/global/ie_drop_nav-32bdae7a8df2b2b4176fc8ff604507fd.css\" media=\"all\" rel=\"stylesheet\" />\n<![endif]-->\n<!--[if !IE]> -->\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/desktop/global/global-29d93d0fd5056cdd95973136852d8341.css\" media=\"all\" rel=\"stylesheet\" />\n<link href=\"http://cdn.gotraffic.net/assets/adaptive/desktop/controller/article-10a21bcde67195a21c8af4af5dc3bd8d.css\" media=\"all\" rel=\"stylesheet\" />\n\n<script src=\"//fonts.gotraffic.net/bnj8lwv.js\"></script>\n<script>\n  try{Typekit.load();}catch(e){}\n</script>\n\n<!-- <![endif]-->\n\n<script src='//cdn.optimizely.com/js/1436231391.js'></script>\n\n\n<script>\n  if(defaultSectionCookie = document.cookie.match(/defaultSection=(\\S+)\\;/)){\n    if(document.location.pathname === '/' && defaultSectionCookie[1] !== '' && document.referrer === ''){\n      window.location = defaultSectionCookie[1] + '?cmpid_int=hpdft';\n    }\n  }\n</script>\n<script>\n  __reach_config = {\n    pid: '530bb818330afddb81000007',\n    title: 'Job Woes Linger in 29 States as U.S. Recovers Unevenly',\n    url: 'http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html',\n    date: '2014-09-30T10:34:55-04:00',\n    authors: [\"Steve Matthews\", \"Alex Tanzi\"],\n    channels: ['finance'],\n    tags: [\"Bonds\", \"Country Economies\", \"Group of Seven Economies\", \"Labor &amp; Unions\", \"Markets\", \"Municipal Bonds\", \"North America\", \"Ratings\", \"Real Estate\", \"U.S. Economy\", \"United States\"],\n    iframe: true,\n    ignore_errors: false\n  };\n  (function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n  })();\n</script>\n\n<link href=\"http://cdn.gotraffic.net/assets/application-dfc808d1af72c1984a89aa0efe012bc2.css\" media=\"all\" rel=\"stylesheet\" />\n<script>\n  var _sf_startpt=(new Date()).getTime();\n</script>\n\n<script>\n  window.BcomServerVars = window.BcomServerVars || {};\n  (function(h){\n    h.asset_host = \"http://cdn.gotraffic.net/\";\n    h.ad_test_domain = \"bb20ad\";\n    h.bregUrl = \"https://login.bloomberg.com\";\n    h.chartCloseButton = \"http://cdn.gotraffic.net/assets/chart/x-button-39393ad61195a7cd0e330b147a51c229.png\"\n    h.chartStoryMarker = \"http://cdn.gotraffic.net/assets/chart/story-marker-a93071dfe2cf24b829fff07e5214dd36.png\"\n    h.forceTrusteConsentBar = false;\n    h.pageName = \"article_page\";\n    h.qRegCssJs = [\"http://cdn.gotraffic.net/q/v/20141204_165640/stylesheets/q_reskin-min.css\"].concat([\"http://cdn.gotraffic.net/r/v/20141202_141927/javascripts/breg-min.js\"], [\"http://cdn.gotraffic.net/q/v/20141204_165640/javascripts/q_reskin-min.js\"]);\n    h.qUrl = \"https://q.bloomberg.com\";\n    h.symautocompleteUrl = \"http://www.bloomberg.com/apps/data?pid=symautocomplete&Query=\";\n    h.utcOffset = -18000000;\n    h.watchlistUrl = \"http://www.bloomberg.com/markets/watchlist\";\n    h.watchlistSslProxyUrl = \"https://login.bloomberg.com/watchlist/markets/watchlist/proxy\";\n    h.refreshIfOriginChanged = false;\n    h.bucketRange = {\"start\":0,\"end\":0};\n    h.update_api_version = \"20150102_100306\";\n    h.mediaVoicePropertyId = \"NA-BLOOCOM-11236026\";\n    h.mediaVoicePlacementSwitch = \"nativewell1 nativewell2 nativedata nativelead\";\n    h.contentSegment = \"business\";\n  \n    if(false) {\n      h.disableAnalytics = false;\n      h.deviceType = \"\";\n      delete h.qRegCssJs;\n    }\n  })(window.BcomServerVars);\n  \n  window.mobileIOS = function(){\n    return (/(iPhone|iPad)/i).test(navigator.userAgent);\n  }\n</script>\n\n<script src=\"http://cdn.gotraffic.net/assets/application-dc43943466d526c0523b6eec85d25516.js\"></script>\n\n\n<noscript>\n<style>\n  #bcom_homepage_headlines_top_news {\n    display: block;\n    margin-top: 12px;\n  }\n  .article_content .container {\n    margin-top: 0;\n  }\n  \n  .adsense,\n  .advertisements,\n  .article_interaction .save,\n  .footer_nav_toggle,\n  .headlines .filter,\n  .related_links,\n  .search_container,\n  .sidebar_panel_trigger {\n    display: none;\n  }\n  .b_nav {\n    cursor: default;\n  }\n  .footer_nav_contain {\n    max-height: none;\n  }\n  .homepage_content {\n    overflow: visible;\n  }\n  .mini_player,\n  .on_btv_now {\n    display: none;\n  }\n  .top_nav .drop_arrow {\n    display: none !important;\n  }\n  .quick_view nav .change_menu {\n    cursor: default;\n  }\n  .quick_view nav .change_menu h2:after {\n    content: '';\n  }\n  .quick_view nav .change_menu h2:hover {\n    color: #0c0c0c;\n  }\n  \n  @media screen and (min-width: 600px) {\n    .related_links {\n      display: block;\n    }\n  \n    .footer_nav .mobile_apps .mobile_icon {\n      background-image: url(\"http://cdn.gotraffic.net/assets/mobile-sprites-9ef274b94bbd974cc13cbf921bc0e56a.png\");\n    }\n  }\n  \n  @media screen and (min-width: 768px) {\n    .article_interaction .save {\n      display: block;\n    }\n    .article_interaction .save .icon {\n      color: transparent;\n      cursor: default;\n    }\n    .article_interaction .save .icon:after {\n      background: none;\n    }\n    .article_interaction .save:hover .icon {\n      background-color: #545454;\n    }\n  }\n  \n  @media screen and (min-width: 970px) {\n    .section_nav ul.top_level li a {\n      font-size: 13.4px;\n    }\n  }\n  \n  @media screen and (min-width: 1366px) {\n    .section_nav ul.top_level li a {\n      font-size: 16px;\n    }\n  }\n</style>\n</noscript>\n\n</head>\n<body class='page_finance'>\n<div class='content_disable'>\n<div class='content_contain'>\n<div class='desktop header_contain'>\n<script>\n  if(window.mobileIOS()){\n    $('.header_contain').removeClass('desktop');\n  }\n</script>\n<header class='global' role='banner'>\n<div class='hidden_container'></div>\n<div class='consent-track'>\nThis site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.\n<a class='close-consent-track' href='#closeConsentTrack'>X</a>\n<span id='consent-track-image'></span>\n</div>\n<noscript>\n<div id='noscript'>\nBloomberg is best experienced with JavaScript enabled.\n</div>\n</noscript>\n<!--[if lte IE 7]>\n<div id='browser_upgrade'>\nPlease upgrade your browser for a better user experience.\n</div>\n<![endif]-->\n<section class='main_head'>\n<nav class='top_nav'>\n<div class='container'>\n<ul class='top_sub no_small'>\n<li class='home_nav lg_hide'>\n<a href=\"/\">Bloomberg.com</a>\n</li>\n<li class='region_nav mid_hide'>\n<a class='region_menu_trigger' href='#'><span class='text'>GLOBAL EDITION</span><span class='drop_arrow'></span>\n</a>\n<ul class='region_menu'></ul>\n</li>\n<li class='mid_hide'>\n<a href=\"http://www.businessweek.com\">Businessweek.com</a>\n</li>\n<li>\n<a class='company_menu_trigger' href='#'>\nCompany\n<span class='drop_arrow'></span>\n</a>\n<ul class='company_menu'>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/company/\">About</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/now\">Blog</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://jobs.bloomberg.com\">Careers</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/diversity-inclusion\">Diversity &amp; Inclusion</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/now/bloomberg-news-mission-statement/\">News Mission</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/philanthropy\">Philanthropy &amp; Engagement</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/now/press-releases/\">Press Room</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/bsustainable/\">Sustainability</a>\n</li>\n</ul>\n<li>\n<a class='products_menu_trigger' href='#'>\nProducts\n<span class='drop_arrow'></span>\n</a>\n<ul class='products_menu'>\n<li class='link_head'>\nFinancial Products\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/professional/\">Bloomberg Professional Service</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloombergtradebook.com\">Bloomberg Tradebook</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloombergbriefs.com\">Bloomberg Briefs</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloombergindexes.com\">Bloomberg Indexes</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloombergsef.com\">Bloomberg SEF</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"https://service.bloomberg.com/\">Service Center</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/professional/systems-support/customer-support/\">Customer Support</a>\n</li>\n<li class='link_head'>\nEnterprise Products\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/enterprise/\">Enterprise Solutions</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/trading-solutions/\">Trading Solutions</a>\n</li>\n<li class='link_head'>\nIndustry Products\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bna.com/\">Bloomberg BNA</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://about.bgov.com/\">Bloomberg Government</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://about.bloomberglaw.com/\">Bloomberg Law</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberglink.com/\">Bloomberg Link</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://about.bnef.com\">Bloomberg New Energy Finance</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"https://www.bloombergsports.com/\">Bloomberg Sports</a>\n</li>\n<li class='nav_hat_item'>\n<a href=\"http://www.bloomberg.com/content-licensing\">Content Licensing</a>\n</li>\n</ul>\n</li>\n</li>\n<li class='bba'>\n<a href=\"https://bba.bloomberg.net\">Bloomberg Anywhere</a>\n</li>\n</ul>\n<ul class='top_social no_small'>\n<li>\n<a class=\"facebook-icon\" href=\"http://www.facebook.com/bloombergnews\"><img alt=\"Like us on Facebook\" src=\"http://cdn.gotraffic.net/assets/icons/facebook-db49bc202f5c8c63a2783f99f4942090.svg\" /></a>\n</li>\n<li>\n<a class=\"twitter-icon\" href=\"http://www.twitter.com/business\"><img alt=\"Follow us on Twitter\" src=\"http://cdn.gotraffic.net/assets/icons/twitter-2856bf711fa6245418bf232c7655dc5f.svg\" /></a>\n</li>\n</ul>\n<div class='search_container' role='search'>\n<input autocomplete='off' id='symac_keyword_reskin' name='q' placeholder='Search for News and Quotes' type='text'>\n<button id='search'>\n<span></span>\n</button>\n<div id='symac_suggest'></div>\n</div>\n<ul class='top_utility'>\n<li class='sm_hide'>\n<a class='sign_in' href='https://login.bloomberg.com' id='sign_in_button'>\nSign In\n<span class='drop_arrow'></span>\n</a>\n<div class='first' id='login_navigation_item'>\n<a class='login_placeholder' href='#'></a>\n</div>\n</li>\n<li class='search_toggle mid_hide' href='#'>\n<a class='search' href='//search1.bloomberg.com/search/?content_type=all&amp;page=1&amp;q=bloomberg'>Search</a>\n</li>\n</ul>\n</div>\n</nav>\n<div class='container'>\n<nav class='logo_nav'>\n<div class='b_nav'></div>\n<a class=\"logo\" href=\"/\"></a>\n</nav>\n<nav class='section_nav search_contain search_open'>\n<div class='container'>\n<ul class='top_level'>\n<li>\n<a class='news' href='/news/'>News</a>\n<ul class='news'>\n<li>\n<a href=\"/news/\">Top Headlines</a>\n<a href=\"/popular/\">Most Popular</a>\n<a href=\"/news/exclusive/\">Exclusive</a>\n<a href=\"/news/law/\">Law</a>\n<a href=\"/entrepreneurs/\">Entrepreneurs</a>\n<a href=\"/leaders/\">Leaders</a>\n<a href=\"/news/economy/\">Economy</a>\n<a href=\"/news/environment/\">Environment</a>\n<a href=\"/news/science/\">Science</a>\n<a href=\"/sports/\">Sports</a>\n<a href=\"/markets-magazine/\">Markets Magazine</a>\n<a href=\"http://topics.bloomberg.com/bloomberg-pursuits/\">Pursuits Magazine</a>\n<a href=\"/visual-data/\">Bloomberg Visual Data</a>\n<a href=\"/visual-data/best-and-worst/\">Bloomberg Best (and Worst)</a>\n<a class=\"contact_us\" href=\"/help.html#contact-our-editors\">For comments or complaints about news coverage click here</a>\n</li>\n<li>\n<a class=\"main\" href=\"/news/regions/\">Regions</a>\n<a href=\"/news/us/\">U.S.</a>\n<a href=\"/news/china/\">China</a>\n<a href=\"/news/europe/\">Europe</a>\n<a href=\"/news/asia/\">Asia</a>\n<a href=\"/news/uk-ireland/\">U.K. &amp; Ireland</a>\n<a href=\"/news/australia-newzealand/\">Australia &amp; New Zealand</a>\n<a href=\"/news/canada/\">Canada</a>\n<a href=\"/news/india-pakistan/\">India &amp; Pakistan</a>\n<a href=\"/news/japan/\">Japan</a>\n<a href=\"/news/africa/\">Africa</a>\n<a href=\"/news/eastern-europe/\">Eastern Europe</a>\n<a href=\"/news/latin-america/\">Latin America</a>\n<a href=\"/news/middle-east/\">Middle East</a>\n</li>\n<li>\n<a class=\"main\" href=\"/news/markets/\">Markets</a>\n<a href=\"/news/commodities/\">Commodities</a>\n<a href=\"/news/currencies/\">Currencies</a>\n<a href=\"/news/bonds/\">Bonds</a>\n<a href=\"/news/stocks/\">Stocks</a>\n<a href=\"/news/energy-markets/\">Energy Markets</a>\n<a href=\"/news/municipal-bonds/\">Municipal Bonds</a>\n<a href=\"/news/emerging-markets/\">Emerging Markets</a>\n<a href=\"/news/funds/\">Funds</a>\n<a href=\"http://topics.bloomberg.com/islamic-finance/\">Islamic Finance</a>\n</li>\n<li>\n<a class=\"main\" href=\"/news/industries/\">Industries</a>\n<a href=\"/news/energy/\">Energy</a>\n<a href=\"/news/technology/\">Technology</a>\n<a href=\"/news/real-estate/\">Real Estate</a>\n<a href=\"/news/finance/\">Finance</a>\n<a href=\"/news/health-care/\">Health Care</a>\n<a href=\"/news/transportation/\">Transportation</a>\n<a href=\"/news/insurance/\">Insurance</a>\n<a href=\"/news/retail/\">Retail</a>\n<a href=\"/news/media/\">Media</a>\n<a href=\"/news/manufacturing/\">Manufacturing</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='quick' href='/quickview/'>Quick</a>\n</li>\n<li>\n<a class='markets' href='/markets/'>Markets</a>\n<ul class='market-data'>\n<li>\n<a class=\"main\" href=\"/markets/stocks/\">Stocks</a>\n<a href=\"/markets/stocks/futures/\">Stock Futures</a>\n<a href=\"/markets/stocks/world-indexes/\">World Indexes</a>\n<a href=\"/markets/stocks/world-indexes/americas\">Americas</a>\n<a href=\"/markets/stocks/world-indexes/europe-africa-middle-east\">Europe, Middle East, &amp; Africa</a>\n<a href=\"/markets/stocks/world-indexes/asia-pacific\">Asia-Pacific</a>\n<a href=\"/markets/stocks/movers/dow/\">Gainers &amp; Losers</a>\n<a href=\"/apps/ecal?c=US\">Earnings Calendar</a>\n<a href=\"/visual-data/industries/\">Industry Leaders</a>\n<a class=\"main sep\" href=\"/markets/currencies/\">Currencies</a>\n<a href=\"/markets/currencies/americas/\">Americas</a>\n<a href=\"/markets/currencies/europe-africa-middle-east/\">Europe, Middle East, &amp; Africa</a>\n<a href=\"/markets/currencies/asia-pacific/\">Asia-Pacific</a>\n<a href=\"/markets/currencies/cross-rates/\">Foreign Exchange Cross Rates</a>\n<a href=\"/markets/currencies/fx-fixings/\">FX Fixings</a>\n<a href=\"/markets/currencies/currency-converter/\">Currency Converter</a>\n<a href=\"/video/forex-trading\">Forex Trading Videos</a>\n</li>\n<li>\n<a class=\"main\" href=\"/markets/commodities/futures/\">Commodities</a>\n<a href=\"/energy/\">Energy Prices</a>\n<a href=\"/markets/commodities/futures/metals/\">Metals Prices</a>\n<a href=\"/markets/commodities/futures/agriculture/\">Agricultural Prices</a>\n<a class=\"main sep\" href=\"/markets/rates-bonds/\">Rates &amp; Bonds</a>\n<a href=\"/markets/rates-bonds/government-bonds/us/\">US Treasuries</a>\n<a href=\"/markets/rates-bonds/government-bonds/uk/\">UK Gilts</a>\n<a href=\"/markets/rates-bonds/government-bonds/germany/\">Germany Bunds</a>\n<a href=\"/markets/rates-bonds/government-bonds/japan/\">Japan Bonds</a>\n<a href=\"/markets/rates-bonds/government-bonds/australia/\">Australia Bonds</a>\n<a href=\"/markets/rates-bonds/benchmark-bond-indexes/\">Bloomberg Bond Indexes</a>\n<a href=\"/markets/rates-bonds/corporate-bonds/\">Corporate Bonds</a>\n<a href=\"/markets/rates-bonds/consumer-interest-rates/\">Consumer Rates</a>\n<a class=\"main sep\" href=\"/markets/economic-calendar/\">Economic Calendar</a>\n<a class=\"main\" href=\"/markets/watchlist/\">Watchlist</a>\n<a class=\"main\" href=\"/markets/european-debt-crisis/\">European Debt Crisis</a>\n<a class=\"main\" href=\"/markets/symbolsearch/\">Symbol Search</a>\n<a class=\"main\" href=\"http://go.bloomberg.com/market-now/\">The Market Now</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='personal-finance' href='/personal-finance/'>Personal Finance</a>\n<ul class='personal-finance'>\n<li>\n<a href=\"/personal-finance/\">Top Headlines</a>\n<a href=\"/personal-finance/saving-and-investing/\">Saving &amp; Investing</a>\n<a href=\"/personal-finance/real-estate/\">Real Estate</a>\n<a href=\"/personal-finance/retirement-planning/\">Retirement Planning</a>\n<a href=\"/personal-finance/financial-advisers/\">Financial Advisers</a>\n<a href=\"/personal-finance/taxes/\">Taxes</a>\n<a href=\"/blogs/personal_finance/ventured-gained/\">Blog: Ventured &amp; Gained</a>\n<a href=\"/personal-finance/consumer-spending/\">Real Cost Of</a>\n<a href=\"/personal-finance/money-gallery/\">Money Gallery</a>\n<a href=\"/personal-finance/calculators/\">Calculators</a>\n<a href=\"/markets/watchlist/\">Watchlist (Portfolio Tracker)</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='tech' href='/technology/'>Tech</a>\n<ul class='tech'>\n<li>\n<a href=\"/technology/\">Top Headlines</a>\n<a href=\"/technology/social-media/\">Social Media</a>\n<a href=\"/technology/mobile-wireless/\">Mobile &amp; Wireless</a>\n<a href=\"/technology/web/\">Web</a>\n<a href=\"/technology/enterprise-tech/\">Enterprise Tech</a>\n<a href=\"/technology/tv-games-movies/\">TV, Games &amp; Movies</a>\n<a href=\"/technology/apple/\">Apple</a>\n<a href=\"http://go.bloomberg.com/tech-deals/\">Tech Deals</a>\n<a href=\"/blogs/technology/global-tech/\">Global Tech</a>\n<a href=\"/technology/slideshows/\">Slideshows</a>\n<a href=\"/video/technology/\">Videos</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='us-politics' href='/politics/'>U.S. Politics</a>\n</li>\n<li>\n<a class='sustainability' href='/sustainability/'>Sustainability</a>\n<ul class='sustainability'>\n<li>\n<a href=\"/sustainability/\">Top Headlines</a>\n<a href=\"/sustainability/energy/\">Energy</a>\n<a href=\"/sustainability/corporate/\">Corporate Sustainability</a>\n<a href=\"/sustainability/policy/\">Policy</a>\n<a href=\"/sustainability/natural-resources/\">Natural Resources</a>\n<a href=\"/sustainability/health-population/\">Health &amp; Population</a>\n<a href=\"/sustainability/slideshows/\">Slideshows</a>\n<a href=\"/video/sustainability/\">Videos</a>\n<a href=\"/blogs/sustainability/the-grid/\">Blog: The Grid</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='luxury' href='/luxury/'>Luxury</a>\n<ul class='luxury'>\n<li>\n<a href=\"/luxury/\">Top Headlines</a>\n<a href=\"/luxury/autos/\">Autos</a>\n<a href=\"/billionaires/\">Billionaires</a>\n<a href=\"/luxury/living/\">Living</a>\n<a href=\"/luxury/property/\">Property</a>\n<a href=\"/luxury/travel/\">Travel</a>\n<a href=\"/luxury/well-spent/\">Well Spent</a>\n<a href=\"/blogs/luxury/loot/\">Loot Blog</a>\n<a href=\"http://topics.bloomberg.com/bloomberg-pursuits/\">Pursuits Magazine</a>\n<a href=\"/video/luxury/\">Videos</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='video' href='/video/'>Video</a>\n<ul class='video'>\n<li>\n<a href=\"/video/\">Must See</a>\n<a href=\"/video/latest/\">Latest</a>\n<a href=\"/tv/\">Live TV</a>\n<a href=\"/tv/shows/\">Shows</a>\n<a href=\"/playlist/\">Playlist</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='radio' href='/radio/'>Radio</a>\n<ul class='radio'>\n<li>\n<a href=\"/radio/\">Live Radio</a>\n<a href=\"/radio/shows/\">Shows</a>\n<a href=\"/radio/schedule/\">Schedule</a>\n<a href=\"/personalities/\">Personalities</a>\n<a class=\"main sep\" href=\"/podcasts/\">Podcasts</a>\n<a href=\"/podcasts/bloomberg-brief/\">Bloomberg Brief</a>\n<a href=\"/podcasts/featured/\">Featured Podcasts and New Shows</a>\n<a href=\"/podcasts/bloombergview/\">Bloomberg View</a>\n<a href=\"/podcasts/masters-in-business/\">Masters in Business</a>\n<a href=\"/podcasts/first-word/\">First Word</a>\n<a href=\"/podcasts/surveillance/\">Surveillance</a>\n<a href=\"/podcasts/hays-advantage/\">Bloomberg Advantage</a>\n<a href=\"/podcasts/in_the_loop/\">In the Loop</a>\n<a href=\"/podcasts/law/\">Bloomberg Law</a>\n<a href=\"/podcasts/taking-stock/\">Taking Stock</a>\n<a href=\"/podcasts/bloomberg-best/\">Bloomberg Best</a>\n<a href=\"/podcasts/\">More Podcasts</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='opinion' href='http://bloombergview.com/?cmpid=bb_primarynav'>Opinion</a>\n</li>\n</ul>\n</div>\n</nav>\n</div>\n</section>\n</header>\n</div>\n\n<div class='flyout'>\n<div class='content-contain'>\n<div class='close'></div>\n<div class='content'></div>\n</div>\n</div>\n<div class='article_content'>\n\n<div class='container'>\n<div class='sidebar_panel_trigger'>\n<a href='#'>\n<span class='closed'>More stories</span>\n</a>\n</div>\n<article class='article_main has_partner' role='main'>\n<div class='header_wrap'>\n<div class='header'>\n\n\n\n</div>\n<div class='ad_wrap'>\n<section class='leaderboard_ad hide_missing_ad'>\n<div class='large_ad'>\n<div class=\"bcom_ad top \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-lazy_load=\"false\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"top\" bcom-ad-sizes=\"[[728, 90], [1, 1]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-top\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-top\");\n//]]>\n</script></div></div>\n</div>\n</section>\n\n</div>\n</div>\n\n\n<h1 class='article_title buffer'>\nJob Woes Linger in 29 States as U.S. Recovers Unevenly\n</h1>\n\n<div class='entry_wrap'>\n<div class='byline'>\n<span class='author' itemprop='author'>By Steve Matthews and Alex Tanzi</span>\n<span class='divider'></span>\n<span bgdatestamp='mmm d, yyyy h:MM TT Z' bglocalize='true' class='date' epoch='1412087695000'>\n2014-09-30T14:34:55Z\n</span>\n<span class='divider divider_second'></span>\n<div class='byline_links'>\n<![if (!IE)|(gte IE 8)]>\n<span class='comments'>\n<span class='comments_container'>\n<a class=\"comments\" data-disqus-identifier=\"NC4D266K50YA01\" href=\"http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html#disqus_thread\" title=\"Navigate to comments on this article\">- Comments</a>\n</span>\n</span>\n<![endif]>\n\n<span class='email'>\n<a href=\"mailto:?body=Kevin%20Yearout%20has%20added%20about%2080%20jobs%20to%20his%20Albuquerque%2C%20New%20Mexico%2C%20contracting%20company%20since%20July%20of%20last%20year.%20That%20still%20leaves%20him%20with%20less%20than%20half%20the%20number%20he%20employed%20in%202009%2C%20at%20the%20end%20of%20the%20deepest%20downturn%20since%20the%20Great%20Depression.%0A%0Ahttp%3A%2F%2Fbloom.bg%2F1DTMi5I&amp;subject=Bloomberg%20News%3A%20Job%20Woes%20Linger%20in%2029%20States%20as%20U.S.%20Recovers%20Unevenly\" rel=\"nofollow\" title=\"Email\">Email</a>\n</span>\n<span class='print'>\n<a href=\"/news/print/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\">Print</a>\n</span>\n\n<span class='speed_read'>\n<a href=\"javascript:void(0)\"><abbr title='Speed Read'>Speed</abbr></a></span>\n</div>\n</div>\n<div class='interaction_contain'>\n<div class='article_interaction'>\n<div class='share'>\n<div class='icon'>\n<span>Share</span>\n<ul class='share_list' data-action='share' data-id='NC4D266K50YA01' data-position='leftrail' data-url='http://bloom.bg/1DTMi5I'>\n<li class='fb'>\n<a class='icon-facebook facebook_share_button' href='https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Share this on Facebook'>\n<span>Facebook</span>\n</a>\n</li>\n<li class='tw'>\n<a class='icon-twitter twitter_share_button' href='https://twitter.com/share?url=http%3A%2F%2Fbloom.bg%2F1DTMi5I&amp;counturl=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html&amp;text=Job+Woes+Linger+in+29+States+as+U.S.+Recovers+Unevenly&amp;via=business' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Tweet this'>\n<span>Twitter</span>\n</a>\n</li>\n<li class='gp'>\n<a class='icon-google-plus google_plus_share_button' href='https://plus.google.com/share?hl=en&amp;url=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Publicly recommend on Google+'>\n<span>Google+</span>\n</a>\n</li>\n<li class='li'>\n<a class='icon-linkedin linkedin_share_button' href='http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html&amp;title=Job+Woes+Linger+in+29+States+as+U.S.+Recovers+Unevenly&amp;summary=Kevin+Yearout+has+added+about+80+jobs+to+his+Albuquerque%2C+New+Mexico%2C+contracting+company+since+July+of+last+year.+That+still+leaves+him+with+less+than+half+the+number+he+employed+in+2009%2C+at+the+end+of+the+deepest+downturn+since+the+Great+Depression.&amp;source=Bloomberg.com' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Share this via LinkedIn'>\n<span>LinkedIn</span>\n</a>\n</li>\n\n<li class='tert_actions'>\n<a class='email' href='#'>Email</a>\n<a class='print' href='#'>Print</a>\n</li>\n</ul>\n</div>\n</div>\n<div class='save'>\n<div class='icon add_to_q'>\n<span class='text'>\nSave\n</span>\n</div>\n<a class=\"q hidden_q_data\" data-id=\"NC4D266K50YA01\" data-type=\"Story\" href=\"#\"></a>\n</div>\n\n</div>\n</div>\n\n<div class='entry_content'>\n<figure class='hide_caption image_focus sml_lede toggle_caption'>\n<a href='/photo/job-woes-linger-in-29-states-as-u-s-recovery-proceeds-unevenly-/-i52v8MiDlhVQ.html' rel='#img_i52v8MiDlhVQ' target='_blank'>\n<span class='photo'>\n<img src='http://www.bloomberg.com/image/i.lwDfBoO3hw.jpg'>\n</span>\n</a>\n<figcaption>\nPhotographer: Mark Elias/Bloomberg\n</figcaption>\n<div class='ext_caption caption_show'>\n<p>\nNevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- Alabama, Illinois, Michigan, New Jersey and Ohio -- remain more than 50,000 positions short of that level.<a href=\"#\"> Close</a>\n</p>\n</div>\n<div class='ext_caption caption_preview'>\n<p>\nNevada, Arizona and Florida are among those furthest from their peak employment during...<a href=\"#\"> Read More</a>\n</p>\n</div>\n<div class='image_full_view'>\n<div class='full_view_contain'>\n<div class='full_view_center'>\n<div class='image_container'>\n<img data-src='http://www.bloomberg.com/image/i28TMphepmNs.jpg'>\n</div>\n<div class='close_focus'>Close</div>\n<div class='full_view_caption caption_on'>\n<span class='caption_tab'>Open</span>\n<div class='caption_contain'>\n<span class='credits'>Photographer: Mark Elias/Bloomberg</span>\n<p>Nevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- Alabama, Illinois, Michigan, New Jersey and Ohio -- remain more than 50,000 positions short of that level.</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n\n</figure>\n\n\n<section class='ad_medium'>\n<div class=\"bcom_ad right2 \" lazy_load=\"true\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-current_resource=\"Story|NC4D266K50YA01\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right2\" bcom-ad-sizes=\"[[300, 1050], [300, 250], [300, 600]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right2_medium\"></div></div>\n\n</section>\n\n<section class='related_links separator'>\n<div id='adblade'>\n<iframe frameborder='0' height='294' hspace='0' marginheight='0' marginwidth='0' scrolling='NO' src='http://www.smartlinks.dianomi.com/smartads.epl?id=1766' valign='middle' vspace='0' width='100%'></iframe>\n</div>\n</section>\n<script>\n  (function() {\n    var $related_links;\n  \n    $related_links = $('.entry_content .related_links');\n  \n    if ($related_links.length === 1) {\n      $related_links.removeClass('separator');\n    }\n  \n  }).call(this);\n</script>\n\n<div class='article_body' itemprop='articleBody'>\n<p>Kevin Yearout has added about 80 jobs to his Albuquerque, <a href=\"http://topics.bloomberg.com/new-mexico/\" density=\"sparse\">New Mexico</a>, contracting company since July of last year. That still leaves him with less than half the number he employed in 2009, at the end of the deepest downturn since the Great Depression. </p> <p>“It has been a very slow climb back,” said Yearout, 51, co-owner and chief executive officer of Yearout Mechanical Inc. “The economy went very south, very quickly.” With his commercial construction business hobbled by government funding cutbacks, “I never see the local economy getting back” to justify the prior level of jobs. </p> <p>Even as the <a href=\"http://topics.bloomberg.com/u.s.-economy/\" density=\"full\">U.S. economy</a> reached a milestone in May with employment exceeding the prerecession peak, 29 of 50 states have yet to match that accomplishment, according to Labor Department data compiled by Bloomberg. New Mexico, for instance, still had 4 percent fewer employed workers, ranking among the bottom 10 percent of states. </p> <p>“This is not like any other recovery,” said <a href=\"http://topics.bloomberg.com/john-herrmann/\" density=\"sparse\">John Herrmann</a>, director of U.S. rate strategy at Mitsubishi UFJ Securities USA Inc., who tracks the gross domestic products of states. “There is a tremendous disparity, not a uniform recovery at all, with the performance of the economy much more skewed on a regional basis.” </p> <p>The weakest jobs rebound has been in the states central to the 2002-2006 housing bubble and the subsequent price collapse. </p> <p>Nevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- <a href=\"http://topics.bloomberg.com/alabama/\" density=\"full\">Alabama</a>, Illinois, Michigan, <a href=\"http://topics.bloomberg.com/new-jersey/\" density=\"full\">New Jersey</a> and Ohio -- remain more than 50,000 positions short of that level. </p> <h2>Regional Woes </h2> <p>Yet the regional woes are far broader: New Jersey has been hurt by the loss of casino and pharmaceutical industry positions, New Mexico by U.S. government defense cutbacks, Alabama by weakness in manufacturing, and Michigan by a loss in auto jobs. </p> <div class=\"dataviz imgviz\">\n<a href=\"http://www.bloomberg.com/infographics/2014-09-30/uneven-jobs-recover-instates-post-recession.html\"><img alt=\"\" src=\"http://www.bloomberg.com/image/imE_OeikaHfk.jpg\"></a><p class=\"caption\"></p>\n</div><p>The <a href=\"http://topics.bloomberg.com/energy-industry/\" density=\"sparse\">energy industry</a> is driving the economic expansion in 12 of the 13 states leading growth since the recession ended, Herrmann said. Leaders include <a href=\"http://topics.bloomberg.com/texas/\" density=\"full\">Texas</a>, North Dakota, Oklahoma and Louisiana, with Oregon the only non-energy state among the standouts. Oregon has been boosted by technology manufacturing and fast growth in exports. </p> <p>Excluding the 1.1 million jobs created in Texas, which has led the expansion, the nation would be 350,000 below the prerecession peak, according to Federal Reserve Bank of Dallas research <a href=\"http://www.dallasfed.org/news/speeches/fisher/2014/fs140904.cfm\" title=\"Open Web Site\" rel=\"external\" density=\"full\">cited</a> by its president, <a href=\"http://topics.bloomberg.com/richard-fisher/\" density=\"full\">Richard Fisher</a>. </p> <h2>Spotty Recovery </h2> <p>The spotty regional recovery meshes with the <a href=\"http://topics.bloomberg.com/federal-open-market-committee/\" density=\"full\">Federal Open Market Committee</a>’s view there is “significant underutilization of labor resources,” according to the statement after its September meeting, and continued room to keep <a href=\"http://topics.bloomberg.com/interest-rates/\" density=\"full\">interest rates</a> near zero long after the central bank ends its bond buying as planned in October. </p> <p>“There is no pressure to raise interest rates this year and into next given that many parts of the country have a surfeit of unemployed and underemployed workers,” said <a href=\"http://topics.bloomberg.com/mark-zandi/\" density=\"sparse\">Mark Zandi</a>, chief economist at Moody’s Analytics Inc. in West Chester, Pennsylvania. </p> <p>IHS Global Insight economists in Lexington, Massachusetts, project that every state won’t have returned to its peak employment until Michigan achieves that level in 2019. </p> <p>While the auto industry has recovered and sales in August reached the highest level since January 2006, employment levels in Michigan haven’t. </p> <h2>Moving Out </h2> <p>“The auto industry has been moving out of Michigan,” said James Diffley, IHS Global Insight chief U.S. regional economist, who is based in Philadelphia. “Job totals have been declining.” </p> <p>Michigan regained 34,185 automotive manufacturing jobs between 2010 and 2013. Yet that doesn’t come close to replacing the 174,429 industry positions lost from 2001 to 2010, a 59 percent decline, according to data calculated for Bloomberg by the Ann Arbor-based Center for Automotive Research. </p> <p>While the <a href=\"http://topics.bloomberg.com/auto-industry/\" density=\"sparse\">auto industry</a> remains dominant in Michigan, “education, tourism, green technologies” and <a href=\"http://topics.bloomberg.com/information-technology/\" density=\"full\">information technology</a> “will become increasingly important,” according to a Moody’s Analytics’ forecast in June. </p> <p>Weak wage growth outside a few areas, such as energy jobs in North Dakota and Texas, supports the view that most of the country remains far from fully recovered, said Gary Burtless, a senior fellow at the <a href=\"http://topics.bloomberg.com/brookings-institution/\" density=\"full\">Brookings Institution</a> in Washington and a former Labor Department official. </p> <h2>Hourly Earnings </h2> <p>Hourly earnings nationwide were up 2.1 percent over the past 12 months, compared to 3.9 percent in June 2007, six months prior to the past recession, Labor Department data show. </p> <p>Young adults 25 to 34 years old, who are most likely to relocate for jobs, have been moving at decreasing rates even after the recession ended with migration at historically low levels in 2013, according to a Brookings analysis. </p> <p>That mobility remains low suggests “that local job markets have been basically lousy almost everywhere” except a few areas benefiting from the energy boom, Burtless said. “Wages are behaving as though there’s still a lot of labor-market slack.” Wages gains have been basically flat for the past several years, he said. </p> <p>While housing prices have regained part of their losses, Nevada was 5.9 percent below its peak employment, <a href=\"http://topics.bloomberg.com/arizona/\" density=\"sparse\">Arizona</a> 4.1 percent, Florida 1.5 percent and Georgia 1.1 percent. The data compiled by Bloomberg compares the top employment level for any month during 2014 with the maximum during the downturn. </p> <h2>Nevada Sluggish </h2> <p>“The economy is still sluggish in Nevada,” said Jim Mason, president and co-owner of Taylor International Corp. in Las Vegas. ‘We still have a lot of excess capacity in the employment market.’’ </p> <p>In 2007, Taylor employed 500 people managing $1 billion in construction primarily of hotels and casinos. Today, the company employs 30 in the state and gets 20 applications for each job opening. </p> <p>In New Jersey, Trump Entertainment Resorts Inc., which owns two properties in Atlantic City, filed for <a href=\"http://topics.bloomberg.com/bankruptcy-protection/\" density=\"full\">bankruptcy protection</a> in September. New Jersey has lost more than 5,000 casino hotel jobs in the past two years, according to state figures. </p> <p>Casinos there have faced new competition from Pennsylvania, Connecticut and New York, and there has been “very little private sector investment” in new manufacturing and commercial construction, said Joseph Seneca, a Rutgers University economist in New Brunswick. </p> <p>“We have a lot of white elephants -- large empty casinos,” he said. “This is a significant problem for the state going forward.” </p> <h2>Construction Weakness </h2> <p>Alabama’s job level remains 4.6 percent below the peak during the downturn, according to data compiled by Bloomberg. <a href=\"http://topics.bloomberg.com/job-creation/\" density=\"full\">Job creation</a> has been hurt by weakness in construction, manufacturing and <a href=\"http://topics.bloomberg.com/government-spending/\" density=\"full\">government spending</a>, said Ahmad Ijaz, an economist at the <a href=\"http://topics.bloomberg.com/university-of-alabama/\" density=\"full\">University of Alabama</a> in Tuscaloosa. </p> <p>“Commercial construction is still relatively weak due to sluggish consumer and business spending,” he said. “Nondurables, particularly the textile and apparel industry, will not be adding any jobs anyway because of off-shoring and automation. Government spending is weak because of cutbacks in federal spending which in turn also impacts state and local government spending.” </p> <p>Eddie Foreman, 40, of Opelika, Alabama, who has a part-time job at a fast-food restaurant, said better-paying and permanent industrial positions aren’t coming back. </p> <h2>‘No Jobs’ </h2> <p>“The economy is tough and there are no jobs for us here,” said Foreman, who has put out 20 applications in the past year and had no interviews. He worked in a variety of manufacturing and construction jobs before the recession. “Eventually I think it has to get better. It can’t get any worse.” </p> <p>New Mexico’s economy was slowed as reverberations from last year’s federal government shutdown rippled through the state, according to a Moody’s Analytics report in April. The state, home of the Los Alamos National Laboratory, has government as its largest employer, with 24 percent of all workers compared to 16 percent in the U.S., according to Moody’s Analytics. There were 30,000 federal workers among the 193,000 public sector employees in the state last year, according to the Moody’s report. </p> <p>“Government has been a drag,” said Michael O’Donnell, research scientist with the Bureau of Business and Economic Research at the University of New Mexico. “Many of the private sector jobs rely on government funds and grants.” </p> <p>While governments and companies have started to seek bids for new construction projects, Yearout said, there’s no backlog of work that ensures rising employment a year from now. At about 280 now, he doesn’t see returning to the 750 workers the company employed in 2009 anytime soon. </p> <p>“There is a cautious optimism that things are turning around,” he said, yet private businesses sometimes back out even after seeking bids. “The owner is afraid to pull the trigger. There is no long-term visibility or momentum. Everyone is a little bit afraid.” </p> <p>To contact the reporter on this story: Steve Matthews in Atlanta at <a href=\"mailto:smatthews@bloomberg.net\" title=\"Send E-mail\" density=\"mailto\">smatthews@bloomberg.net</a> </p> <p>To contact the editors responsible for this story: Chris Wellisz at <a href=\"mailto:cwellisz@bloomberg.net\" title=\"Send E-mail\" density=\"mailto\">cwellisz@bloomberg.net</a> Gail DeGeorge, <a href=\"http://topics.bloomberg.com/carlos-torres/\" density=\"full\">Carlos Torres</a> </p>\n</div>\n<div class='article_body_speed'></div>\n<div class='article_body_speed_help'>\nPress spacebar to pause and continue. Press esc to stop.\n</div>\n\n<ul class='entry_sharing' data-action='share' data-id='NC4D266K50YA01' data-position='bottomrail' data-url='http://bloom.bg/1DTMi5I'>\n<li class='fb'>\n<a class='icon-facebook facebook_share_button' href='https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Share this on Facebook'>\n<span>Facebook</span>\n</a>\n</li>\n<li class='tw'>\n<a class='icon-twitter twitter_share_button' href='https://twitter.com/share?url=http%3A%2F%2Fbloom.bg%2F1DTMi5I&amp;counturl=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html&amp;text=Job+Woes+Linger+in+29+States+as+U.S.+Recovers+Unevenly&amp;via=business' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Tweet this'>\n<span>Twitter</span>\n</a>\n</li>\n<li class='gp'>\n<a class='icon-google-plus google_plus_share_button' href='https://plus.google.com/share?hl=en&amp;url=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Publicly recommend on Google+'>\n<span>Google+</span>\n</a>\n</li>\n<li class='li'>\n<a class='icon-linkedin linkedin_share_button' href='http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.bloomberg.com%2Fnews%2F2014-09-30%2Fjob-woes-linger-in-29-states-as-u-s-recovers-unevenly.html&amp;title=Job+Woes+Linger+in+29+States+as+U.S.+Recovers+Unevenly&amp;summary=Kevin+Yearout+has+added+about+80+jobs+to+his+Albuquerque%2C+New+Mexico%2C+contracting+company+since+July+of+last+year.+That+still+leaves+him+with+less+than+half+the+number+he+employed+in+2009%2C+at+the+end+of+the+deepest+downturn+since+the+Great+Depression.&amp;source=Bloomberg.com' onclick=\"window.open(this.href, '', 'width=626,height=436');&#x000A;          return false;\" rel='nofollow' target='_blank' title='Share this via LinkedIn'>\n<span>LinkedIn</span>\n</a>\n</li>\n\n</ul>\n</div>\n<div class='secondary_content'>\n<section class='ad_small'>\n<div class=\"bcom_ad right2 \" lazy_load=\"true\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-current_resource=\"Story|NC4D266K50YA01\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right2\" bcom-ad-sizes=\"[[300, 1050], [300, 250], [300, 600]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right2_small\"></div></div>\n\n</section>\n<section class='suggestions'>\n<div id='taboola-thumbs-2r'></div>\n<div id='taboola-text-links-2c'></div>\n</section>\n<script>\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'thumbs-2r', container:'taboola-thumbs-2r', placement:'well-thumbs-2r'});\n  _taboola.push({mode:'texts-links-2c', container:'taboola-text-links-2c', placement:'well-text-links-2c'});\n</script>\n\n<section class='suggestions'>\n<div class=\"bcom_ad textlinks \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"textlinks\" bcom-ad-sizes=\"[[300, 200]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-textlinks\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-textlinks\");\n//]]>\n</script></div></div>\n</section>\n\n<![if (!IE)|(gte IE 8)]>\n<section class='comments'>\n<div class='disqus_wrapper'>\n<div class='dsqbv-comment-disclaimer'>\n<p>Bloomberg reserves the right to remove comments but is under no obligation to do so, or to explain individual moderation decisions.</p>\n</div>\n<div id='disqus_thread'>\n<script>\n  var disqus_shortname = \"bloomberg\",\n      disqus_identifier = \"NC4D266K50YA01\",\n      disqus_url = \"http://www.bloomberg.com/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\",\n      disqus_title = \"Job Woes Linger in 29 States as U.S. Recovers Unevenly\";\n  $(window).bind(\"load\", function() {\n  /* * * DON'T EDIT BELOW THIS LINE * * */\n  (function() {\n      var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n      dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n  })();\n  });\n</script>\n<p>\nPlease enable JavaScript to view the\n<a href='http://disqus.com/?ref_noscript' rel='nofollow'>comments powered by Disqus.</a>\n</p>\n</div>\n</div>\n</section>\n<![endif]>\n\n</div>\n</div>\n</article>\n<aside class='article_side'>\n\n<section class=\"live_video editable\" data-channel=\"btv_overrides\"><div id='live_tv'>\n<div class='top_band'>\n<div class='player_container'>\n<ul class='menu tv_selections'>\n<li class='tv_channels'>\n<span class='contents'>U.S.</span>\n<ul>\n<li data-region='US'>U.S.</li>\n<li data-region='EU'>Europe</li>\n<li data-region='ASIA'>Asia</li>\n<li data-region='EVENT'>Event</li>\n</ul>\n</li>\n</ul>\n<div class='mini_player'>\n<img alt=\"Default livetv thumbnail\" height=\"70\" src=\"http://cdn.gotraffic.net/assets/default_livetv_thumbnail-41a3d9a8a619f22aa1d7c1db1fb7056f.png\" width=\"120\" />\n<div id='projector-html'>\n<!--\n<video  id='mini_bvp_container' class='video-js vjs-default-skin' controls='' preload='auto' auto-setup='true' data-setup='{\"techOrder\":[\"flash\",\"html5\"],\"controls\":false,\"flash\":{\"flashVars\":{\"live\":true,\"poster_as_slate\":false,\"module.com.bloomberg.player.ads::AdPlayer\":\"enabled\",\"module.com.bloomberg.player.ads::LiveStreamAdSensor\":\"enabled\",\"ads.preroll.unit\":\"\",\"ads.preroll.gpt\":true,\"ads.midroll.unit\":\"\",\"ads.midroll.gpt\":true,\"ads.companions.disable\":true,\"ads.playback.timeout\":15000,\"ads.vast.timeout\":15000,\"ads.live.ads_per_block\":3,\"ads.live.playback_delay\":4,\"autoplay\":true,\"module.com.bloomberg.player.media::MediaController\":\"enabled\",\"module.com.bloomberg.player.media::MediaLoader\":\"enabled\",\"module.com.bloomberg.player.media::MediaContainer\":\"enabled\",\"module.com.bloomberg.player.chrome::Chrome\":\"disabled\",\"module.com.bloomberg.player.captions::Captions\":\"enabled\",\"module.com.bloomberg.player.js::JsMediaController\":\"enabled\",\"module.com.bloomberg.player.js::EventBridge\":\"enabled\",\"module.com.bloomberg.player.js::UserPreferencesStore\":\"enabled\",\"module.com.bloomberg.player.reporting::ConvivaInsights\":\"enabled\",\"log.*.debug\":true,\"js.events.callback\":\"onPlayerEvent\",\"js.playback.callback\":\"onPlaybackStatusChange\",\"ui.autohide.timeout\":2000,\"controls.popout\":true,\"controls.fullscreen\":true,\"jsAdsEnabled\":false,\"allow_dvr\":false,\"asset_protocol\":\"http\",\"ads.preroll.network.id\":5262,\"ads.midroll.network.id\":5262,\"conviva.account\":\"c3.Bloomberg\",\"ui.skin.url\":\"http://cdn.gotraffic.net/projector/latest/skin.png\",\"buffering.animation\":\"http://cdn.gotraffic.net/projector/latest/buffering-animation.gif\",\"poster\":\"http://www.bloomberg.com/image/iUFlwtQzdxWE.jpg\"},\"params\":{\"allowfullscreen\":true,\"quality\":\"high\",\"bgcolor\":\"#000000\",\"allowscriptaccess\":\"always\",\"wmode\":\"transparent\"},\"swf\":\"http://cdn.gotraffic.net/projector/latest/BloombergPlayer.swf\"},\"plugins\":{\"googleAdsPlugin\":{\"enabled\":\"enabled\",\"prerollUnit\":\"\",\"prerollIsGPT\":true,\"midrollUnit\":\"\",\"midrollIsGPT\":true,\"prerollDisableCompanionAds\":true,\"midrollDisableCompanionAds\":true,\"prerollPlaybackTimeout\":15000,\"midrollPlaybackTimeout\":15000,\"prerollLoadTimeout\":15000,\"midrollLoadTimeout\":15000,\"prerollMaxRetries\":100,\"midrollMaxRetries\":100,\"midrollAdsPerBlock\":3,\"prerollAdsPerBlock\":1,\"midrollPlaybackDelay\":4,\"prerollPlaybackDelay\":0,\"debug\":true,\"controlsFadeMillis\":2000,\"jsAdsEnabled\":false,\"prerollNetworkId\":5262,\"midrollNetworkId\":5262,\"bufferingAnimation\":\"http://cdn.gotraffic.net/projector/latest/buffering-animation.gif\"},\"comscoreMatrixPlugin\":{\"c3\":\"BBG\"},\"comscoreStreamSensePlugin\":{\"ns_site\":\"bloomberg\",\"page_level_tags\":\"javascript:comScoreVideoTags\",\"c4\":\"BBG\",\"c5\":\"02\"},\"liveDisplayPlugin\":{\"enabled\":true},\"overlayPlugin\":{\"enabled\":false},\"childVideoPlugin\":{\"enabled\":false},\"adClickPlugin\":{},\"chartbeatPlugin\":{\"uid\":15087,\"domain\":\"bloomberg.com\"}},\"start_time\":0,\"use_comscore\":true,\"use_clickable_ads\":true,\"use_thumbnail\":111011423,\"use_chartbeat\":true,\"limit_html_player_to\":\"\",\"asset_protocol\":\"http\",\"asset_version\":\"latest\",\"width\":70,\"height\":120,\"metadata\":{\"id\":\"LIVE_US_MINI\",\"title\":\"LIVE_US_MINI\",\"live\":1,\"form_type\":\"Live US Mini\",\"player_type\":\"mini\",\"version\":\"latest\"},\"player_type\":\"mini\"}' width='70' height='120' poster='http://www.bloomberg.com/image/iUFlwtQzdxWE.jpg' style=' ' ><source src=\"http://cdn3.videos.bloomberg.com/btv/us/master.m3u8\" type=\"application/x-mpegURL\" data-bitrate=\"\"/><source src=\"http://blive_us-lh.akamaihd.net/z/us_1@141015/manifest.f4m?hdcore=1\" type=\"video/mp4\" data-bitrate=\"\"/></video>\n-->\n</div>\n<div class='click-overlay'>Click to watch</div>\n<div class='defer-overlay'>\n<div class='defer-overlay-icon'></div>\n</div>\n<script>\n  window.BcomServerVars = window.BcomServerVars || {};\n  (function(h){\n    h.btvAllUsersToTvPage = true\n    h.btvMobileUsersToTvPage = false && window.BB.isMobile();\n    h.miniBtvClickToStart = false || h.btvMobileUsersToTvPage;\n    h.projectorCssJs = [\"http://cdn.gotraffic.net/projector/latest/bvp.css\", \"http://cdn.gotraffic.net/projector/latest/video.js\"];\n    if (h.miniBtvClickToStart)\n      $('.click-overlay').addClass('defer');\n  })(window.BcomServerVars);\n</script>\n</div>\n\n</div>\n<div class='current_show_container'>\n<div class='on_btv_now'>On Live TV Now</div>\n<div class='current_show_title'>Studio 1.0: Paul Graham &amp; Jessica Livingston</div>\n</div>\n</div>\n<div class='middle_band'>\n<div class='coming_up_text'>\n<span class='coming_up_time'></span>\n<span class='coming_up_description'></span>\n</div>\n<img class='coming_up_promo_picture'>\n</div>\n<div class='schedule_container'>\n<a class=\"schedule_link\" href=\"/tv/schedule/\">See More of Today&#39;s Schedule</a>\n</div>\n</div>\n</section><script>\n  Bcom.TvTease = new Bcom.TvTease();\n  Bcom.TvTease.enable();\n</script>\n\n<div class=\"bcom_ad right2 \" lazy_load=\"true\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-current_resource=\"Story|NC4D266K50YA01\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right2\" bcom-ad-sizes=\"[[300, 1050], [300, 250], [300, 600]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right2\"></div></div>\n\n<section class='headlines'>\n<h2>Headlines</h2>\n<ul class='filter'>\n<li class='popular' id='popular'>Popular</li>\n<li id='latest'>Latest</li>\n<li class='selected' id='recommended'>Recommended</li>\n</ul>\n<ul class='headline_list' id='bcom_articlepage_right_rail_popular'>\n<li>\n<a data-id=\"NHIVZD6KLVR601\" data-type=\"Story\" href=\"/news/2015-01-02/oil-trims-6th-weekly-decline-as-collapse-of-2014-seen-excessive.html\">Oil Pares Gain as Enbridge Restarts North Dakota Pipe After Fire</a>\n</li>\n<li>\n<a data-id=\"NHGF316JTSEA01\" data-type=\"Story\" href=\"http://www.bloombergview.com/articles/2014-12-31/inside-obamas-secret-outreach-to-russia\">Inside Obama&rsquo;s Secret Outreach to Russia</a>\n</li>\n<li>\n<a data-id=\"NHIYAS6K50XU01\" data-type=\"Story\" href=\"/news/2015-01-02/airasia-hunt-resumes-as-black-box-pinger-locater-to-be-deployed.html\">AirAsia Hunt Hampered by Weather as Pinger Locater Deployed</a>\n</li>\n<li>\n<a data-id=\"NHGTBV6VDKHU01\" data-type=\"Story\" href=\"/news/2014-12-31/shanghai-stampede-causes-35-deaths-local-government-says.html\">New Year's Stampede Kills 36 in Shanghai as Massive Holiday Approaches</a>\n</li>\n<li>\n<a data-id=\"NHITZB6KLVR501\" data-type=\"Story\" href=\"/news/2015-01-01/oil-advances-with-u-s-index-futures-as-australian-dollar-drops.html\">Euro Weakens to 2010 Low on Draghi as Stocks Climb With Dollar</a>\n</li>\n<li>\n<a data-id=\"NHJFAX6TTDS401\" data-type=\"Story\" href=\"/news/2015-01-02/draghi-says-ecb-prepares-action-as-deflation-risk-non-negligible.html\">Draghi Says ECB Prepares Action as Deflation Risk Non-Negligible</a>\n</li>\n</ul>\n<ul class='headline_list' id='bcom_homepage_headlines_top_news'>\n<li>\n<a data-id=\"NHJLHK6VDKHT01\" data-type=\"Story\" href=\"/news/2015-01-02/u-s-stock-index-futures-advance-after-s-p-500-december-decline.html\">U.S. Stocks Little Changed as Energy Offsets Small-Caps</a>\n</li>\n<li>\n<a data-id=\"NHIVZD6KLVR601\" data-type=\"Story\" href=\"/news/2015-01-02/oil-trims-6th-weekly-decline-as-collapse-of-2014-seen-excessive.html\">Oil Falls to 5 1/2-Year Low as Russia, Iraq Boost Output</a>\n</li>\n<li>\n<a data-id=\"NHJFAX6TTDS401\" data-type=\"Story\" href=\"/news/2015-01-02/draghi-says-ecb-prepares-action-as-deflation-risk-non-negligible.html\">Draghi Prepares to Act Against Risk of Deflation</a>\n</li>\n<li>\n<a data-id=\"NHGSPH6TTDS001\" data-type=\"Story\" href=\"/news/2015-01-02/pimco-total-return-had-withdrawals-of-19-4-billion.html\">Pimco Total Return Fund Had Withdrawals of $19.4 Billion in December, the 20th Straight Month of Redemptions</a>\n</li>\n<li>\n<a data-id=\"NHIYAS6K50XU01\" data-type=\"Story\" href=\"/news/2015-01-02/airasia-hunt-resumes-as-black-box-pinger-locater-to-be-deployed.html\">AirAsia Searchers in Heavy Seas Find Bodies Strapped in Seats </a>\n</li>\n<li>\n<a href=\"http://www.bloombergview.com/articles/2014-12-31/terrific-broadway-show-terrible-signaling\" rel=\"external nofollow\">El-Erian: Terrific Broadway Show, Terrible Signaling</a>\n</li>\n</ul>\n<ul class='headline_list' id='bcom_articlepage_right_rail_recommended'>\n<li class='instructions'>Based on your reading history you may like</li>\n<li>\n<a data-id=\"NH35YS6S972801\" data-type=\"Story\" href=\"/news/2015-01-02/euro-forecasters-see-pain-after-worst-year-since-2005.html\">Euro Forecasters See Pain After Worst Year Since 2005</a>\n</li>\n<li>\n<a data-id=\"NHIVWD6KLVR401\" data-type=\"Story\" href=\"/news/2015-01-02/yen-remains-lower-after-3-year-tumble-kiwi-slips-on-china-data.html\">Dollar Extends Advance on Fed as Euro Declines to Four-Year Low</a>\n</li>\n<li>\n<a data-id=\"NHFP2I6JTSE801\" data-type=\"Story\" href=\"/news/2014-12-31/pilot-s-final-request-was-met-by-two-minute-radio-silence.html\">AirAsia Pilot&rsquo;s Final Request Was Met by Two-Minute Radio Delay</a>\n</li>\n<li>\n<a data-id=\"LOJLUU07SXKX01\" data-type=\"Story\" href=\"http://www.bloomberg.com/politics/articles/2015-01-02/mario-cuomo-threeterm-new-york-governor-orator-dies-at-82\">Mario Cuomo, Governor and Galvanizing Orator, Dies at 82; Derided Reagan's 'Shining City' but Never Sought the Presidency</a>\n</li>\n<li>\n<a data-id=\"NHC7X36K50Y201\" data-type=\"Story\" href=\"/news/2015-01-02/singapore-home-prices-post-longest-losing-streak-in-decade.html\">Singapore Home Prices Post Longest Losing Streak in Decade</a>\n</li>\n<li>\n<a data-id=\"38def860734d01321a7d005056b074b4\" data-type=\"Story\" href=\"/news/2014-12-31/dividend-stocks-could-be-dangerous-in-2015-ketterer-says.html\">Dividend Stocks Could Be Dangerous in 2015, Ketterer Says</a>\n</li>\n</ul>\n</section>\n<script>\n  (function() {\n    jQuery(function() {\n      var recommender_params, setRecommended;\n      setRecommended = function(data) {\n        var $recommended_div, item, thumbnailID, _i, _len;\n        if ((data != null) && data.length > 0) {\n          $recommended_div = $('#bcom_articlepage_right_rail_recommended');\n          $recommended_div.html('');\n          $recommended_div.append('<li class=\"instructions\">Based on your reading history you may like</li>');\n          for (_i = 0, _len = data.length; _i < _len; _i++) {\n            item = data[_i];\n            thumbnailID = '';\n            if (typeof item.thumbnailID !== \"undefined\") {\n              thumbnailID = item.thumbnailID;\n            }\n            $recommended_div.append('<li><a href=\"' + item.url + '\" data-id=\"' + item.assetID + '\" data-img=\"' + thumbnailID + '\" data-type=\"' + item.assetType + '\">' + item.headline + '</a></li>');\n          }\n          $(document).trigger(\"recommended\", [data]);\n        }\n      };\n      recommender_params = {\n        'recommender': 'cfr',\n        'limit': '6',\n        'thumbnail_required': 'false',\n        'always_visible': 'true',\n        'type': 'Story',\n        'currentResource': 'Story|NC4D266K50YA01',\n        'backfill': 'Story|All'\n      };\n      window.Personalization.recommendations.get(recommender_params, setRecommended, 5000);\n      return $('#bcom_articlepage_right_rail_recommended').show();\n    });\n  \n  }).call(this);\n</script>\n<script>\n  Bcom.Xlike.loadRegionalTab();\n</script>\n\n<section class='newsletter_sign_up' id='newsletter'></section>\n<script id=\"newsletter-template\" type=\"application/mustache\">\n  <div class=\"alerts_widget_v2 {{{url_alert_type}}}\">\n    <div class=\"content_container clearfix\">\n      {{#short_description}}\n      <p class=\"content short_description\">\n            <span class=\"widget_title\">\n                {{{short_description}}}\n            </span>\n        {{#description}}\n        <span class=\"learn_more_container\"><a class=\"learn_more\" href=\"javascript:void(null)\">Learn more</a></span>\n        {{/description}}\n      </p>\n      {{/short_description}}\n      {{#description}}\n      <p class=\"content description\">\n            <span class=\"widget_headline\">\n                {{{description}}}\n            </span>\n        {{#delivery_info}}\n            <span class=\"sub_widget_headline\">\n                {{{delivery_info}}}\n            </span>\n        {{/delivery_info}}\n      </p>\n      {{/description}}\n      {{#one_more_step_message}}\n      <p class=\"content one_more_step\">\n              <span class=\"widget_headline\">\n                {{{one_more_step_message}}}\n              </span>\n        {{#sub_one_more_step_message}}\n              <span class=\"sub_widget_headline\">\n                {{{sub_one_more_step_message}}}\n              </span>\n        {{/sub_one_more_step_message}}\n      </p>\n      {{/one_more_step_message}}\n      {{#success_message}}\n      <p class=\"content success_message\">\n              <span class=\"widget_headline\">\n                {{{success_message}}}\n              </span>\n        {{#sub_success_message}}\n              <span class=\"sub_widget_headline\">\n                {{{sub_success_message}}}\n              </span>\n        {{/sub_success_message}}\n      </p>\n      {{/success_message}}\n      <a href=\"javascript:void(null)\" data-url-alert-type=\"{{{url_alert_type}}}\" class=\"sign_up\">Sign up &gt;</a>\n    </div>\n  </div>\n</script>\n\n<script>\n  $(document).ready(function () {\n    Bcom.Newsletter.newsletters = [\"MOST_POPULAR\",\"NEWSLETTER_MARKETS\",\"NEWSLETTER_GLOBAL_TECH\",\"BREAKING_NEWS\",\"NEWSLETTER_SHARE_THE_VIEW\"];\n  });\n</script>\n\n<section class='bb_businessweek'>\n<a href=\"http://www.businessweek.com/\"><h2></h2>\n</a><ul class='article_list'>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/united-and-orbitz-lawsuit-against-skiplaggedcom-raises-ethical-questions#r=rss\" rel=\"external nofollow\">Is It OK to Cheat Airlines if It Saves You Money?</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/6-new-years-resolutions-you-could-actually-keep#r=rss\" rel=\"external nofollow\">Six New Year's Resolutions You Could Actually Keep</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/kanye-wests-only-one-isnt-very-good-but-it-is-selling#r=rss\" rel=\"external nofollow\">Kanye West’s &lt;em&gt;Only One&lt;/em&gt; Isn’t Very Good, but It Is Selling</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/why-you-should-care-about-greece-again#r=rss\" rel=\"external nofollow\">Why You Should Care About Greece Again</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/ces-2015-this-years-tech-anxiety-is-ending-up-like-tv-makers#r=rss\" rel=\"external nofollow\">This Year's CES Anxiety: Ending Up Like TV Makers</a>\n</li>\n</ul>\n</section>\n\n<section class='right_rail_module'>\n<div id='taboola-text-links-1c-rr'></div>\n</section>\n<script>\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'text-links-1c-rr', container:'taboola-text-links-1c-rr', placement:'rr-text-links-1c'});\n</script>\n\n<section class='right_rail_module key_rates'>\n<h3 class='left_hed'>Key Rates</h3>\n<div class='show_tabs'>\n<span id='show_selection'>\nMortgage\n<span class='icon_pulldown'></span>\n</span>\n<ul class='generic_dropdown clearfix'>\n<li class='clearfix' pane-name='Mortgage'>\n<div class='tab'>Mortgage</div>\n</li>\n<li class='clearfix' pane-name='Home Equity'>\n<div class='tab'>Home Equity</div>\n</li>\n<li class='clearfix' pane-name='Savings'>\n<div class='tab'>Savings</div>\n</li>\n<li class='clearfix' pane-name='Auto'>\n<div class='tab'>Auto</div>\n</li>\n<li class='clearfix' pane-name='Credit Cards'>\n<div class='tab'>Credit Cards</div>\n</li>\n</ul>\n</div>\n<div class='dropdown panes'>\n<div id='dropdown-panes-Mortgage'>\n<table class='key_rate_table'>\n<caption>Today’s national average mortgage rates. Rates may include points.</caption>\n<thead>\n<tr>\n<th>Type</th>\n<th>Today</th>\n<th>1 Mo</th>\n</tr>\n<tbody>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=4&amp;loan=650000\">30 Year Fixed Jumbo</a>\n</td>\n<td class='neg'>4.25%</td>\n<td>4.17%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=1\">30 Year Fixed</a>\n</td>\n<td class='pos'>3.98%</td>\n<td>4.08%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=2\">15 Year Fixed</a>\n</td>\n<td class='neg'>3.07%</td>\n<td>3.05%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=216\">30 Year Fixed Refi</a>\n</td>\n<td class='pos'>3.98%</td>\n<td>4.08%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=215\">15 Year Fixed Refi</a>\n</td>\n<td class='neg'>3.07%</td>\n<td>3.06%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=6\">5/1 ARM</a>\n</td>\n<td class='pos'>3.08%</td>\n<td>3.11%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=219\">5/1 ARM Refi</a>\n</td>\n<td class='pos'>3.11%</td>\n<td>3.13%</td>\n</tr>\n</tbody>\n</thead>\n</table>\n<a class=\"view_rates_in_your_area\" href=\"http://www.bankrate.com/partners/funnel/mortgage-rates.aspx?pid=p:blm&amp;prods=166\" rel=\"nofollow\">View rates in your area &raquo</a>\n<p class='disclaimer'>\n<span>\n<a href=\"http://www.bankrate.com/blm\" rel=\"nofolow\">Bankrate.com</a>\n</span>\n</p>\n</div>\n<div id='dropdown-panes-Home-Equity'>\n<table class='key_rate_table'>\n<caption>Today’s average home equity rates nationwide.</caption>\n<thead>\n<tr>\n<th>Type</th>\n<th>Today</th>\n<th>1 Mo</th>\n</tr>\n<tbody>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/home-equity/?pid=p:blm&amp;prods=437\">$30K HELOC</a>\n</td>\n<td class='neg'>4.94%</td>\n<td>4.89%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/home-equity/?pid=p:blm&amp;prods=438\">$30K Home Equity Loan</a>\n</td>\n<td class='neg'>5.77%</td>\n<td>5.73%</td>\n</tr>\n</tbody>\n</thead>\n</table>\n<a class=\"view_rates_in_your_area\" href=\"http://www.bankrate.com/funnel/home-equity/?pid=p:blm&amp;prods=437\" rel=\"nofollow\">View rates in your area &raquo</a>\n<p class='disclaimer'>\n<span>\n<a href=\"http://www.bankrate.com/blm\" rel=\"nofolow\">Bankrate.com</a>\n</span>\n</p>\n</div>\n<div id='dropdown-panes-Savings'>\n<table class='key_rate_table'>\n<caption>Today’s average savings rates nationwide.</caption>\n<thead>\n<tr>\n<th>Type</th>\n<th>Today</th>\n<th>1 Mo</th>\n</tr>\n<tbody>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?pid=p:blm&amp;prods=19\">5 Year CD</a>\n</td>\n<td class='pos'>1.53%</td>\n<td>1.58%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?pid=p:blm&amp;prods=16\">2 Year CD</a>\n</td>\n<td class='nochange'>0.88%</td>\n<td>0.88%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?pid=p:blm&amp;prods=15\">1 Year CD</a>\n</td>\n<td class='nochange'>0.71%</td>\n<td>0.71%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/savings/savings-results.aspx?pid=p:blm&amp;prods=34\">MMA $10K+</a>\n</td>\n<td class='nochange'>0.39%</td>\n<td>0.39%</td>\n</tr>\n</tbody>\n</thead>\n</table>\n<a class=\"view_rates_in_your_area\" href=\"http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?pid=p:blm&amp;prods=15\" rel=\"nofollow\">View rates in your area &raquo</a>\n<p class='disclaimer'>\n<span>\n<a href=\"http://www.bankrate.com/blm\" rel=\"nofolow\">Bankrate.com</a>\n</span>\n</p>\n</div>\n<div id='dropdown-panes-Auto'>\n<table class='key_rate_table'>\n<caption>Today’s average auto loan rates nationwide.</caption>\n<thead>\n<tr>\n<th>Type</th>\n<th>Today</th>\n<th>1 Mo</th>\n</tr>\n<tbody>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/auto/?pid=p:blm&amp;prods=42\">36 Months Used Car</a>\n</td>\n<td class='pos'>3.13%</td>\n<td>3.45%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/auto/?pid=p:blm&amp;prods=41\">60 Months New Car</a>\n</td>\n<td class='pos'>3.03%</td>\n<td>3.17%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/auto/?pid=p:blm&amp;prods=39\">48 Months New Car</a>\n</td>\n<td class='pos'>2.99%</td>\n<td>3.17%</td>\n</tr>\n</tbody>\n</thead>\n</table>\n<a class=\"view_rates_in_your_area\" href=\"http://www.bankrate.com/funnel/auto/?pid=p:blm&amp;prods=73\" rel=\"nofollow\">View rates in your area &raquo</a>\n<p class='disclaimer'>\n<span>\n<a href=\"http://www.bankrate.com/blm\" rel=\"nofolow\">Bankrate.com</a>\n</span>\n</p>\n</div>\n<div id='dropdown-panes-Credit-Cards'>\n<table class='key_rate_table'>\n<caption>Today’s average credit card rates nationwide.</caption>\n<thead>\n<tr>\n<th>Type</th>\n<th>Today</th>\n<th>1 Mo</th>\n</tr>\n<tbody>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Standard Variable</a>\n</td>\n<td class='nochange'>14.86%</td>\n<td>14.86%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Standard Fixed</a>\n</td>\n<td class='nochange'>13.23%</td>\n<td>13.23%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Gold Variable</a>\n</td>\n<td class='nochange'>12.70%</td>\n<td>12.70%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Gold Fixed</a>\n</td>\n<td class='nochange'>11.99%</td>\n<td>11.99%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Platinum Variable</a>\n</td>\n<td class='pos'>15.98%</td>\n<td>16.01%</td>\n</tr>\n<tr>\n<td>\n<a href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm\">Platinum Fixed</a>\n</td>\n<td class='nochange'>12.70%</td>\n<td>12.70%</td>\n</tr>\n</tbody>\n</thead>\n</table>\n<a class=\"view_rates_in_your_area\" href=\"http://www.bankrate.com/funnel/credit-cards/credit-card-results.aspx?pid=p:blm&amp;classificationuid=2&amp;childcategoryid=109&amp;childcategory=Featured%20Cards\" rel=\"nofollow\">View rates in your area &raquo</a>\n<p class='disclaimer'>\n<span>\n<a href=\"http://www.bankrate.com/blm\" rel=\"nofolow\">Bankrate.com</a>\n</span>\n</p>\n</div>\n</div>\n</section>\n<script>\n  $(document).ready(function() {\n      var container = $('section.key_rates');\n      var $tab_container = container.find('ul.generic_dropdown');\n      var $generic_dropdown = container.find('.generic_dropdown');\n      var $show_selection = container.find('#show_selection');\n      var $child_el = $show_selection.children()[0];\n  \n      function dropdownPaneIdFromName($el) {\n        return '#dropdown-panes-' + $el.text().trim().replace(' ','-');\n      }\n  \n      $('body').click(function(e){\n        if(e.target !== $show_selection[0]){\n          $generic_dropdown.hide();\n        } else {\n          $generic_dropdown.toggle();\n        }\n      });\n  \n      $('li',$generic_dropdown).click(function(e){\n         $(dropdownPaneIdFromName($show_selection)).hide();\n         $show_selection.text($.trim($(this).text()));\n         $show_selection.append($child_el);\n         $generic_dropdown.hide();\n         $(dropdownPaneIdFromName($show_selection)).show();\n         e.preventDefault();\n      });\n  });\n</script>\n\n<section class='right_rail_module dianomi_ad'></section>\n\n<section class='right_rail_module adsense'>\n<iframe frameborder='0' scrolling='no' src='/bcom/article/iframe/google-adwords'></iframe>\n</section>\n\n<section class='right_rail_module indeed'>\n<a class=\"post_a_job\" href=\"http://jobsearch.bloomberg.com/postjob.jsp\">Post a Job</a>\n<h2>\n<a href=\"http://jobsearch.bloomberg.com\">Search Jobs</a>\n</h2>\n<form action='http://jobsearch.bloomberg.com/jobs' method='get' onsubmit='BLOOMBERG.ind_job_widget.pre_process();'>\n<input name='q' placeholder='Title or Company' type='text' value=''>\n<input name='l' placeholder='Location' type='text' value=''>\n<input class='go_button' type='submit' value='Go'>\n<div id='ind_job_list'>\n<ul class='job_links'>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=accountant&amp;l=\">Accountant</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=financial+advisor&amp;l=\">Financial Advisor</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=financial+analyst&amp;l=\">Financial Analyst</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=attorney&amp;l=\">Attorney</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=chief+executive+officer&amp;l=\">Chief Executive Officer</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=vice+president+finance&amp;l=\">Vice President Finance</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=financial+management&amp;l=\">Financial Management</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=investment+banking&amp;l=\">Investment Banking</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=private+banker&amp;l=\">Private Banker</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=chief+financial+officer&amp;l=\">Chief Financial Officer</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=finance+manager&amp;l=\">Finance Manager</a>\n</li>\n</ul>\n<ul class='job_links'>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+executive+&amp;l=\">Insurance Executive</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=VP+insurance&amp;l=\">Vice President insurance</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=director+insurance&amp;l=\">Director Insurance Sales</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+attorney&amp;l=\">Insurance Attorney</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=medical+insurance&amp;l=\">Medical Insurance</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+regulation&amp;l=\">Insurance Regulation</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+national+director&amp;l=\">Insurance National Director</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=risk+management+director&amp;l=\">Risk Management Director</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+investigator&amp;l=\">Insurance Investigator</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+underwriter&amp;l=\">Insurance Underwriter</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+agent&amp;l=\">Insurance Agent</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=insurance+attorney&amp;l=\">Insurance Attorney</a>\n</li>\n</ul>\n<ul class='job_links'>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=commercial+real+estate&amp;l=\">Commercial Real Estate</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+analyst&amp;l=\">Real Estate Analyst</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+development&amp;l=\">Real Estate Development</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+development&amp;l=\">Real Estate Portfolio Manager</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+attorney&amp;l=\">Real Estate Attorney</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=corporate+real+estate&amp;l=\">Corporate Real Estate</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+finance&amp;l=\">Real Estate Finance</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+acquisitions&amp;l=\">Real Estate Acquisitions</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+agent&amp;l=\">Real Estate Agent</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=property+manager&amp;l=\">Property Manager</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+tax+manager&amp;l=\">Real Estate Tax Manager</a>\n</li>\n<li class='job_link'>\n<a href=\"http://jobsearch.bloomberg.com/jobs?q=real+estate+appraiser&amp;l=\">Real Estate Appraiser</a>\n</li>\n</ul>\n</div>\n</form>\n<div class='disclaimer'>\n\n<a href=\"http://www.indeed.com\">Jobs by\n<img alt=\"Jobsbyindeed\" src=\"http://cdn.gotraffic.net/assets/icons/jobsbyindeed-317ff43815955f4978af360aa46e0b6d.png\" />\n</a></div>\n<script>\n  var ind_pub = \"7909436381758534\";\n  var ind_el = \"ind_job_list\";\n  var ind_pf = null;\n  var ind_q = \"\\\"accountant\\\" OR \\\"financial advisor\\\" OR \\\"financial analyst\\\"\";\n  var ind_l = null;\n  var ind_n = 5;\n  var ind_d = \"http://www.indeed.com\";\n  var ind_t = 45;\n  var ind_c = 30;  \n  \n  $(window).bind(\"load\", function() {\n    (function() { var lq = (function(a){ var ck = String(document.cookie); var pos = ck.indexOf(a+'='); if (pos == -1) return ''; var d = ck.indexOf(';', pos); var e = ck.indexOf(':', pos); return ck.substring(pos + a.length + 1, d == -1 ? (e == -1 ? ck.length : e) : (e == -1 ? d : (e < d ? e : d))); })(\"IND_RQ\"); var s = document.createElement(\"script\"), h = document.getElementsByTagName(\"head\")[0]; s.async = true; s.src = ind_d + \"/ads/jwidget.js?pub=\" + escape(ind_pub) + \"&el=\" + escape(ind_el) + (ind_pf ? \"&pf=\" + ind_pf : \"\") + \"&q=\" + escape(ind_q) + (ind_l ? \"&l=\" + escape(ind_l) : \"\") + (ind_n ? \"&n=\" + ind_n : \"\") + (lq ? \"&lq=\" + escape(lq) : \"\") + \"&lm=\" + (ind_t ? ind_t : \"\") + \"+\" + (ind_c ? ind_c : \"\"); h.appendChild(s); })();\n  });\n</script>\n</section>\n\n\n\n\n\n<section class='medium_ad'>\n<div class=\"bcom_ad right3 \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right3\" bcom-ad-sizes=\"[[300, 250], [1, 1]]\" bcom-ad-suid=\"NC4D266K50YA01\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right3\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-right3\");\n//]]>\n</script></div></div>\n</section>\n<section class='advertisements'>\n<section class='advertisements_contain'>\n<p>Advertisements</p>\n<div class=\"bcom_ad right4-micro0 \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right4-micro0\" bcom-ad-sizes=\"[88, 31]\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right4-micro0\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-right4-micro0\");\n//]]>\n</script></div></div>\n<div class=\"bcom_ad right4-micro1 \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right4-micro1\" bcom-ad-sizes=\"[88, 31]\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right4-micro1\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-right4-micro1\");\n//]]>\n</script></div></div>\n<div class=\"bcom_ad right4-micro2 \" lazy_load=\"false\"><div bcom-ad-code=\"blp.persfin/story\" bcom-ad-ni_codes=\"ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\" bcom-ad-position=\"right4-micro2\" bcom-ad-sizes=\"[88, 31]\" bcom-ad-url=\"/news/2014-09-30/job-woes-linger-in-29-states-as-u-s-recovers-unevenly.html\" class=\"ad_inner_container\" id=\"ad-right4-micro2\"><script>\n//<![CDATA[\nBcom.Ads.render(\"ad-right4-micro2\");\n//]]>\n</script></div></div>\n</section>\n</section>\n\n\n</aside>\n</div>\n</div>\n\n<script src=\"http://cdn.gotraffic.net/assets/speed_read-e43fa71b529b389ac160907c4a918833.js\"></script>\n<script>\n  Bcom.currentPage = new Bcom.Pages.Article();\n  PageApi = Bcom.Tracker.Page;\n  PageApi.setDescription('blp.persfin/story');\n  PageApi.setWebCategory('personal_finance');\n  PageApi.setBBAttributor('bn');\n  PageApi.setWebCategoryUserAction('Curation');\n  PageApi.setStandout(\"false\");\n  Bcom.global_var.STORY_GROUP_ID = \"NC4D266K50YA01\";\n  Bcom.global_var.STORY_AUTHOR_NAME = \"Steve Matthews and Alex Tanzi\";\n  Bcom.global_var.STORY_PUB_TIME = \"2014-09-30 10:34:00 -0400\";\n  Bcom.global_var.IS_NATIVE = false;\n  $(function () {\n      function flash($el, flashCount) {\n        for(var i = 0; i < flashCount; i++) {\n          $el.animate({opacity: 0.25}).animate({opacity: 1});\n        }\n      }\n  \n      $(\".article_body\").sharable({\n        charLength: 100,\n        callback: function(settings){\n          flash($(settings.twitterSelector), 4);\n        }\n      });\n  \n      function initFlyout(country)\n       {\n        var sponsorUrl = \"http://ad-apac.doubleclick.net/clk;280918608;107718252;k\";\n        country = country.toLowerCase();\n  \n        $(\".flyout\").addClass(country)\n                    .flyout({\n                             // this is a callback that allows us to define how the data is sourced into the flyout\n                             data : function flyoutData(settings)\n                                     {\n                                      function flyoutContent()\n                                       {\n                                        var $html,\n                                            $recommended = $(settings.track),\n                                            $article = $recommended.find(\"li:not(.instructions):eq(0)\"),\n                                            html = $article.html(),\n                                            thumbnailID = $(html).attr(\"data-img\") || \"\";\n  \n                                        $html = $(html);\n  \n                                        if (country !== \"us\" && thumbnailID !== \"\")\n                                         $('<img src=\"http://www.bloomberg.com/image/' + thumbnailID + '.jpg\" height=\"75\" width=\"130\">').prependTo($html);\n  \n                                        if ( !$('#recommended-reading').exists() ){\n                                          $(settings.content).before(\"<span id='recommended-reading'>RECOMMENDED READING</span>\");\n                                        }\n  \n                                        $(settings.content).html($html);\n  \n                                        Bcom.Modules.Flyout.addRecommendedVideo(Bcom.global_var.STORY_GROUP_ID);\n  \n                                        return $(settings.content);\n                                       }\n                                      function transitionFlyout(action, data)\n                                       {\n                                        var $container = data.container,\n                                            map = {\n                                                   close : ['removeClass', -600],\n                                                   open : ['addClass', 0]\n                                                  },\n                                            settings = data.settings;\n  \n                                        if (transitionSupport === true)\n                                         $container[map[action][0]](settings.show)\n                                        else\n                                         $container.animate({\n                                                             right: map[action][1]\n                                                            },\n                                                            250);\n                                       }\n  \n                                      var $this = this,\n                                          impression = false,\n                                          transitionSupport = typeof document.documentElement.style.transition === \"string\";\n  \n                                      Bcom.Tracker\n                                          .Events\n                                          .bindTracking('x.flyout',\n                                                        [\n                                                         {\n                                                          action: 'right-module_flyoutclose',\n                                                          category: 'link',\n                                                          label: window.location.href,\n                                                          target: $(document),\n                                                          trackInComscore: false\n                                                         }\n                                                        ]);\n  \n                                      Bcom.Tracker\n                                          .Events\n                                          .bindTracking('show.flyout',\n                                                        [\n                                                         {\n                                                          action: 'article_flyout',\n                                                          category: 'impression',\n                                                          label: window.location.href,\n                                                          target: this,\n                                                          trackInComscore: false\n                                                         }\n                                                        ]);\n  \n                                      Bcom.Tracker\n                                          .Events\n                                          .bindTracking('mousedown',\n                                                        [\n                                                         {\n                                                          action: 'right-module_flyout',\n                                                          category: 'link',\n                                                          label: window.location.href,\n                                                          target: this.find(\".content\"),\n                                                          comscoreTrackAtEndOfSession: true,\n                                                          comscoreParams: {\n                                                                           area: 'right-module',\n                                                                           feature: 'flyout',\n                                                                           ns_type: 'standard',\n                                                                           position: 'bottom'\n                                                                          }\n                                                         }\n                                                        ]);\n  \n                                      $(document).on(\"recommended\",\n                                                     flyoutContent)\n                                                 .on(\"stories.article\",\n                                                     function articleMoreStoriesEvent(evt)\n                                                      {\n                                                       $this.trigger((($(\".sidebar_on\").length > 0)\n                                                                      ? \"close\"\n                                                                      : \"open\") + \".flyout\");\n                                                      })\n                                                 $this.on(\"hide.flyout\",\n                                                     function flyoutHideEvent(evt, data)\n                                                      {\n                                                       transitionFlyout('close', data);\n                                                      })\n                                                 .on(\"show.flyout\",\n                                                     function flyoutShowEvent(evt, data)\n                                                      {\n                                                       transitionFlyout('open', data);\n                                                       if (country === \"us\" && impression === false) {\n                                                        (document.createElement('img')).src = \" http://ad-apac.doubleclick.net/ad/N4478.285981.BLOOMBERGJP/B8061027;sz=1x1\";\n                                                        (document.createElement('img')).src = \" http://ohlone.vizu.com/a.gif?vzcid=10413&vzadid=bloombergmodule&vzsid=bloomberg&ord=[RANDOM]\";\n                                                      }\n  \n                                                 impression = true;\n                                                });\n  \n                                      return flyoutContent().html();\n                                     },\n                             // this is a callback that allows us to define whether or not the flyout should slide in\n                             filter : function flyoutFilter(settings)\n                                       {\n                                        return ($(\".sidebar_on\").length > 0 || $(settings.content).html() === \"\")\n                                                 ? true\n                                                 : false;\n                                       },\n                             track : \"#bcom_articlepage_right_rail_recommended\"\n                            });\n       }\n  \n      var country,\n          enableCountry = false,\n          enableIE8 = false,\n          geoIPinstance = BLOOMBERG.geoIPInstance;\n  \n      if (enableIE8 === true\n          || BB.isIE8() === false)\n       {\n        country = (enableCountry && geoIPinstance.getCountryIfPresent() || \"\");\n  \n        if (enableCountry && !country)\n         geoIPinstance.getCountry(initFlyout);\n        else\n         initFlyout(country);\n       }\n     });\n</script>\n\n\n<footer class='footer' id='global_footer' role='contentinfo'>\n<div class='container'>\n<div class='footer_logo icon-bloomberg'></div>\n<a class=\"social_icon facebook-icon\" href=\"http://www.facebook.com/bloombergnews\" rel=\"external\"><img alt=\"Like us on Facebook\" src=\"http://cdn.gotraffic.net/assets/icons/facebook-f-c72270aa8eec607d56964794bd1ded8d.svg\" /></a>\n<a class=\"social_icon twitter-icon\" href=\"http://twitter.com/business\" rel=\"external\"><img alt=\"Follow us on Twitter\" src=\"http://cdn.gotraffic.net/assets/icons/twitter-bird-f9cf64d3b45040f12c5dc12ab3365b8a.svg\" /></a>\n<a class=\"social_icon linkedin-icon\" href=\"http://www.linkedin.com/today/bloomberg.com?trk=tod-src-tnav-1000020-0\" rel=\"external\"><img alt=\"Connect with us on LinkedIn\" src=\"http://cdn.gotraffic.net/assets/icons/linkedin-in-c9df0a8ebcef72130728276f152926b4.svg\" /></a>\n<a class=\"social_icon google-plus-icon\" href=\"https://plus.google.com/b/101169269861152216375/101169269861152216375/posts\" rel=\"external\"><img alt=\"Connect with us on Google Plus\" src=\"http://cdn.gotraffic.net/assets/icons/google-plus-g-8b5a303fe34110145a9553283bdf2c49.svg\" /></a>\n<h4 class='footer_nav_toggle'><span class='more'>More</span>\n<span class='less'>Less</span>\nContent</h4>\n<div class='footer_nav_contain'>\n<nav class='footer_nav'>\n<div class='col_2'>\n<div class='col_3 first_col'>\n<ul class='footer_links'>\n<li class='item_1'>\n<a class='footer_nav_trigger' href='#'>Company</a>\n<ul>\n<li>\n<a href=\"http://www.bloomberg.com/company/\">About</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/now\">Blog</a>\n</li>\n<li>\n<a href=\"http://jobs.bloomberg.com\">Careers</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/diversity-inclusion\">Diversity &amp; Inclusion</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/philanthropy\">Philanthropy &amp; Engagement</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/now/press-releases/\">Press Room</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/procurement/\">Procurement</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/bsustainable/\">Sustainability</a>\n</li>\n</ul>\n</li>\n<li class='item_2'>\n<a class='footer_nav_trigger' href='#'>Support & Contact</a>\n<ul>\n<li class=''>\n<a href=\"http://www.bloomberg.com/now/contacts/\">Customer Support</a>\n</li>\n<li class=''>\n<a href=\"https://service.bloomberg.com/\">Service Center</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com/feedback\">Website Feedback</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com/help.html\">Help</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com/sitemap/\">Sitemap</a>\n</li>\n<li class='multi_line'>\n<a href=\"/help.html#contact-our-editors\">For comments or complaints about news coverage click here</a>\n</li>\n</ul>\n</li>\n</ul>\n</div>\n<div class='col_3'>\n<ul class='footer_links'>\n<li class='item_3'>\n<a class='footer_nav_trigger' href='#'>Bloomberg Network</a>\n<ul>\n<li class=''>\n<a href=\"http://www.bloomberg.com/now\">Bloomberg Blog</a>\n</li>\n<li class=''>\n<a href=\"http://www.wiley.com/WileyCDA/Section/id-404407.html\">Bloomberg Books</a>\n</li>\n<li class=''>\n<a href=\"http://www.businessweek.com/\">Bloomberg Businessweek</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.co.jp/\">Bloomberg.co.jp</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com.br/\">Bloomberg in Brazil</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.in\">Bloomberg in India</a>\n</li>\n<li class=''>\n<a href=\"http://about.bloomberg.co.jp/\">Bloomberg in Japan</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.co.kr\">Bloomberg in Korea</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com.mx\">Bloomberg in Mexico</a>\n</li>\n<li class=''>\n<a href=\"https://www.bloomberginstitute.com/bat/start/\">Bloomberg Institute</a>\n</li>\n<li class=''>\n<a href=\"http://www.bloomberg.com/markets-magazine/\">Bloomberg Markets Magazine</a>\n</li>\n<li class=''>\n<a href=\"http://open.bloomberg.com/\">Open Bloomberg</a>\n</li>\n</ul>\n</li>\n</ul>\n</div>\n</div>\n<div class='col_2'>\n<div class='col_3 last_col'>\n<ul class='footer_links'>\n<li>\n<a class='footer_nav_trigger' href='#'>\nFinancial Products\n</a>\n<ul>\n<li>\n<a href=\"http://www.bloomberg.com/professional/\">Bloomberg Professional Service</a>\n</li>\n<li>\n<a href=\"https://bba.bloomberg.net/\">Bloomberg Anywhere</a>\n</li>\n<li>\n<a href=\"http://www.bloombergtradebook.com\">Bloomberg Tradebook</a>\n</li>\n<li>\n<a href=\"http://www.bloombergbriefs.com\">Bloomberg Briefs</a>\n</li>\n<li>\n<a href=\"http://www.bloombergindexes.com\">Bloomberg Indexes</a>\n</li>\n<li>\n<a href=\"http://www.bloombergsef.com\">Bloomberg SEF</a>\n</li>\n<li>\n<a href=\"https://service.bloomberg.com/\">Service Center</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/professional/systems-support/customer-support/\">Customer Support</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='footer_nav_trigger' href='#'>\nEnterprise Products\n</a>\n<ul>\n<li>\n<a href=\"http://www.bloomberg.com/enterprise/\">Enterprise Solutions</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/trading-solutions/\">Trading Solutions</a>\n</li>\n</ul>\n</li>\n<li>\n<a class='footer_nav_trigger' href='#'>\nIndustry Products\n</a>\n<ul>\n<li>\n<a href=\"http://www.bna.com/\">Bloomberg BNA</a>\n</li>\n<li>\n<a href=\"http://about.bgov.com/\">Bloomberg Government</a>\n</li>\n<li>\n<a href=\"http://about.bloomberglaw.com/\">Bloomberg Law</a>\n</li>\n<li>\n<a href=\"http://www.bloomberglink.com/\">Bloomberg Link</a>\n</li>\n<li>\n<a href=\"http://about.bnef.com\">Bloomberg New Energy Finance</a>\n</li>\n<li>\n<a href=\"https://www.bloombergsports.com/\">Bloomberg Sports</a>\n</li>\n<li>\n<a href=\"http://www.bloomberg.com/content-licensing\">Content Licensing</a>\n</li>\n</ul>\n</li>\n</ul>\n</div>\n<div class='mobile_apps'>\n<ul class='footer_links'>\n<li class='item_6'>\n<a class='footer_nav_trigger' href='#'>Mobile Apps</a>\n<ul>\n<li>\n<a href=\"http://www.bloomberg.com/mobile/bloomberg/\"><div class='mobile_icon icon_bloomberg'></div>\n<span class='one_line'>Bloomberg</span>\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/mobile/radio/\"><div class='mobile_icon icon_radio'></div>\n<span class='multi_line'>Bloomberg</span>\n<span>Radio+</span>\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/mobile/tv/\"><div class='mobile_icon icon_tv'></div>\n<span class='multi_line'>Bloomberg</span>\n<span>TV+</span>\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/mobile/businessweek/\"><div class='mobile_icon icon_businessweek'></div>\n<span class='multi_line'>Bloomberg</span>\n<span>Businessweek+</span>\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/mobile/marketsmagazine/\"><div class='mobile_icon icon_markets'></div>\n<span class='multi_line'>Bloomberg</span>\n<span>Markets+</span>\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/professional/bloomberg_anywhere/\"><div class='mobile_icon icon_anywhere'></div>\n<span class='multi_line'>Bloomberg</span>\n<span>Professional</span>\n</a></li>\n</ul>\n</li>\n</ul>\n</div>\n</div>\n</nav>\n</div>\n<section class='footer_copyright'>\n<ul>\n<li class='' rel=''>\n<a href=\"http://www.bloomberg.com/trademarks\">Trademarks</a>\n</li>\n<li class='' rel=''>\n<a href=\"http://www.bloomberg.com/tos\">Terms of Service</a>\n</li>\n<li class='' rel=''>\n<a href=\"http://www.bloomberg.com/privacy\">Privacy Policy</a>\n</li>\n<li class='' rel=''>\n<a href=\"http://jobs.bloomberg.com\">Bloomberg Careers</a>\n</li>\n<li class='' rel=''>\n<a href=\"http://jobsearch.bloomberg.com/\">Jobs by Indeed</a>\n</li>\n<li class='' rel=''>\n<a href=\"http://nytm.org/made-in-nyc\">Made in NYC</a>\n</li>\n<li class='ad_choices' rel='nofollow external'>\n<a href=\"http://www.bloomberg.com/privacy#advertisements\">Ad Choices</a>\n</li>\n</ul>\n<p>©2015 Bloomberg L.P. All Rights Reserved</p>\n</section>\n</div>\n</footer>\n\n</div>\n<div class='ham_nav_container'>\n<div class='drop_nav_container' role='navigation'>\n<div class='logo_nav_contain'>\n<div class='region_menu'></div>\n<div class='nav_container'>\n<ul class='drop_nav'>\n<li>\n<a href=\"/\">Home</a>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/news/\">News</a>\n<ul class='news'>\n<li>\n<a class=\"\" href=\"/news/\">Top Headlines</a>\n<a class=\"\" href=\"/popular/\">Most Popular</a>\n<a class=\"\" href=\"/news/exclusive/\">Exclusive</a>\n<a class=\"\" href=\"/news/law/\">Law</a>\n<a class=\"\" href=\"/entrepreneurs/\">Entrepreneurs</a>\n<a class=\"\" href=\"/leaders/\">Leaders</a>\n<a class=\"\" href=\"/news/economy/\">Economy</a>\n<a class=\"\" href=\"/news/environment/\">Environment</a>\n<a class=\"\" href=\"/news/science/\">Science</a>\n<a class=\"\" href=\"/sports/\">Sports</a>\n<a class=\"\" href=\"/markets-magazine/\">Markets Magazine</a>\n<a class=\"\" href=\"http://topics.bloomberg.com/bloomberg-pursuits/\">Pursuits Magazine</a>\n<a class=\"\" href=\"/visual-data/\">Bloomberg Visual Data</a>\n<a class=\"\" href=\"/visual-data/best-and-worst/\">Bloomberg Best (and Worst)</a>\n<a class=\"\" href=\"/help.html#contact-our-editors\">For comments or complaints about news coverage click here</a>\n</li>\n<li>\n<a class=\"main\" href=\"/news/regions/\">Regions</a>\n<a href=\"/news/us/\">U.S.</a>\n<a href=\"/news/china/\">China</a>\n<a href=\"/news/europe/\">Europe</a>\n<a href=\"/news/asia/\">Asia</a>\n<a href=\"/news/uk-ireland/\">U.K. &amp; Ireland</a>\n<a href=\"/news/australia-newzealand/\">Australia &amp; New Zealand</a>\n<a href=\"/news/canada/\">Canada</a>\n<a href=\"/news/india-pakistan/\">India &amp; Pakistan</a>\n<a href=\"/news/japan/\">Japan</a>\n<a href=\"/news/africa/\">Africa</a>\n<a href=\"/news/eastern-europe/\">Eastern Europe</a>\n<a href=\"/news/latin-america/\">Latin America</a>\n<a href=\"/news/middle-east/\">Middle East</a>\n<a class=\"main\" href=\"/news/markets/\">Markets</a>\n<a href=\"/news/commodities/\">Commodities</a>\n<a href=\"/news/currencies/\">Currencies</a>\n<a href=\"/news/bonds/\">Bonds</a>\n<a href=\"/news/stocks/\">Stocks</a>\n<a href=\"/news/energy-markets/\">Energy Markets</a>\n<a href=\"/news/municipal-bonds/\">Municipal Bonds</a>\n<a href=\"/news/emerging-markets/\">Emerging Markets</a>\n<a href=\"/news/funds/\">Funds</a>\n<a href=\"http://topics.bloomberg.com/islamic-finance/\">Islamic Finance</a>\n<a class=\"main\" href=\"/news/industries/\">Industries</a>\n<a href=\"/news/energy/\">Energy</a>\n<a href=\"/news/technology/\">Technology</a>\n<a href=\"/news/real-estate/\">Real Estate</a>\n<a href=\"/news/finance/\">Finance</a>\n<a href=\"/news/health-care/\">Health Care</a>\n<a href=\"/news/transportation/\">Transportation</a>\n<a href=\"/news/insurance/\">Insurance</a>\n<a href=\"/news/retail/\">Retail</a>\n<a href=\"/news/media/\">Media</a>\n<a href=\"/news/manufacturing/\">Manufacturing</a>\n</li>\n</ul>\n</li>\n<li>\n<a href=\"/quickview/\">Quick</a>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/markets/\">Market Data</a>\n<ul class='market-data'>\n<li>\n<a class=\"main\" href=\"/markets/stocks/\">Stocks</a>\n<a href=\"/markets/stocks/futures/\">Stock Futures</a>\n<a href=\"/markets/stocks/world-indexes/\">World Indexes</a>\n<a href=\"/markets/stocks/world-indexes/americas\">Americas</a>\n<a href=\"/markets/stocks/world-indexes/europe-africa-middle-east\">Europe, Middle East, &amp; Africa</a>\n<a href=\"/markets/stocks/world-indexes/asia-pacific\">Asia-Pacific</a>\n<a href=\"/markets/stocks/movers/dow/\">Gainers &amp; Losers</a>\n<a href=\"/apps/ecal?c=US\">Earnings Calendar</a>\n<a href=\"/visual-data/industries/\">Industry Leaders</a>\n<a class=\"main\" href=\"/markets/currencies/\">Currencies</a>\n<a href=\"/markets/currencies/americas/\">Americas</a>\n<a href=\"/markets/currencies/europe-africa-middle-east/\">Europe, Middle East, &amp; Africa</a>\n<a href=\"/markets/currencies/asia-pacific/\">Asia-Pacific</a>\n<a href=\"/markets/currencies/cross-rates/\">Foreign Exchange Cross Rates</a>\n<a href=\"/markets/currencies/fx-fixings/\">FX Fixings</a>\n<a href=\"/markets/currencies/currency-converter/\">Currency Converter</a>\n<a href=\"/video/forex-trading\">Forex Trading Videos</a>\n<a class=\"main\" href=\"/markets/commodities/futures/\">Commodities</a>\n<a href=\"/energy/\">Energy Prices</a>\n<a href=\"/markets/commodities/futures/metals/\">Metals Prices</a>\n<a href=\"/markets/commodities/futures/agriculture/\">Agricultural Prices</a>\n</li>\n<li>\n<a class=\"main\" href=\"/markets/rates-bonds/\">Rates &amp; Bonds</a>\n<a href=\"/markets/rates-bonds/government-bonds/us/\">US Treasuries</a>\n<a href=\"/markets/rates-bonds/government-bonds/uk/\">UK Gilts</a>\n<a href=\"/markets/rates-bonds/government-bonds/germany/\">Germany Bunds</a>\n<a href=\"/markets/rates-bonds/government-bonds/japan/\">Japan Bonds</a>\n<a href=\"/markets/rates-bonds/government-bonds/australia/\">Australia Bonds</a>\n<a href=\"/markets/rates-bonds/benchmark-bond-indexes/\">Bloomberg Bond Indexes</a>\n<a href=\"/markets/rates-bonds/corporate-bonds/\">Corporate Bonds</a>\n<a href=\"/markets/rates-bonds/consumer-interest-rates/\">Consumer Rates</a>\n<a class=\"\" href=\"/markets/economic-calendar/\">Economic Calendar</a>\n<a class=\"\" href=\"/markets/watchlist/\">Watchlist</a>\n<a class=\"\" href=\"/markets/european-debt-crisis/\">European Debt Crisis</a>\n<a class=\"\" href=\"/markets/symbolsearch/\">Symbol Search</a>\n<a class=\"\" href=\"http://go.bloomberg.com/market-now/\">The Market Now</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/personal-finance/\">Personal Finance</a>\n<ul class='personal-finance'>\n<li>\n<a class=\"\" href=\"/personal-finance/\">Top Headlines</a>\n<a class=\"\" href=\"/personal-finance/saving-and-investing/\">Saving &amp; Investing</a>\n<a class=\"\" href=\"/personal-finance/real-estate/\">Real Estate</a>\n<a class=\"\" href=\"/personal-finance/retirement-planning/\">Retirement Planning</a>\n<a class=\"\" href=\"/personal-finance/financial-advisers/\">Financial Advisers</a>\n<a class=\"\" href=\"/personal-finance/taxes/\">Taxes</a>\n<a class=\"\" href=\"/blogs/personal_finance/ventured-gained/\">Blog: Ventured &amp; Gained</a>\n<a class=\"\" href=\"/personal-finance/consumer-spending/\">Real Cost Of</a>\n<a class=\"\" href=\"/personal-finance/money-gallery/\">Money Gallery</a>\n<a class=\"\" href=\"/personal-finance/calculators/\">Calculators</a>\n<a class=\"\" href=\"/markets/watchlist/\">Watchlist (Portfolio Tracker)</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/technology/\">Tech</a>\n<ul class='tech'>\n<li>\n<a class=\"\" href=\"/technology/\">Top Headlines</a>\n<a class=\"\" href=\"/technology/social-media/\">Social Media</a>\n<a class=\"\" href=\"/technology/mobile-wireless/\">Mobile &amp; Wireless</a>\n<a class=\"\" href=\"/technology/web/\">Web</a>\n<a class=\"\" href=\"/technology/enterprise-tech/\">Enterprise Tech</a>\n<a class=\"\" href=\"/technology/tv-games-movies/\">TV, Games &amp; Movies</a>\n<a class=\"\" href=\"/technology/apple/\">Apple</a>\n<a class=\"\" href=\"http://go.bloomberg.com/tech-deals/\">Tech Deals</a>\n<a class=\"\" href=\"/blogs/technology/global-tech/\">Global Tech</a>\n<a class=\"\" href=\"/technology/slideshows/\">Slideshows</a>\n<a class=\"\" href=\"/video/technology/\">Videos</a>\n</li>\n</ul>\n</li>\n<li>\n<a href=\"/politics/\">U.S. Politics</a>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/sustainability/\">Sustainability</a>\n<ul class='sustainability'>\n<li>\n<a class=\"\" href=\"/sustainability/\">Top Headlines</a>\n<a class=\"\" href=\"/sustainability/energy/\">Energy</a>\n<a class=\"\" href=\"/sustainability/corporate/\">Corporate Sustainability</a>\n<a class=\"\" href=\"/sustainability/policy/\">Policy</a>\n<a class=\"\" href=\"/sustainability/natural-resources/\">Natural Resources</a>\n<a class=\"\" href=\"/sustainability/health-population/\">Health &amp; Population</a>\n<a class=\"\" href=\"/sustainability/slideshows/\">Slideshows</a>\n<a class=\"\" href=\"/video/sustainability/\">Videos</a>\n<a class=\"\" href=\"/blogs/sustainability/the-grid/\">Blog: The Grid</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/luxury/\">Luxury</a>\n<ul class='luxury'>\n<li>\n<a class=\"\" href=\"/luxury/\">Top Headlines</a>\n<a class=\"\" href=\"/luxury/autos/\">Autos</a>\n<a class=\"\" href=\"/billionaires/\">Billionaires</a>\n<a class=\"\" href=\"/luxury/living/\">Living</a>\n<a class=\"\" href=\"/luxury/property/\">Property</a>\n<a class=\"\" href=\"/luxury/travel/\">Travel</a>\n<a class=\"\" href=\"/luxury/well-spent/\">Well Spent</a>\n<a class=\"\" href=\"/blogs/luxury/loot/\">Loot Blog</a>\n<a class=\"\" href=\"http://topics.bloomberg.com/bloomberg-pursuits/\">Pursuits Magazine</a>\n<a class=\"\" href=\"/video/luxury/\">Videos</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/tv/\">TV</a>\n<ul class='tv'>\n<li>\n<a class=\"\" href=\"/tv/\">Live TV</a>\n<a class=\"\" href=\"/tv/channel-finder/\">Channel Finder</a>\n<a class=\"\" href=\"/personalities/\">Personalities</a>\n<a class=\"\" href=\"/tv/appletv/\">Apple TV</a>\n<a class=\"\" href=\"/mobile/tv/\">iPad App</a>\n<a class=\"main\" href=\"/tv/schedule/\">Schedule</a>\n<a href=\"/tv/schedule/\">U.S.</a>\n<a href=\"/tv/schedule/asia/\">Asia</a>\n<a href=\"/tv/schedule/europe/\">Europe</a>\n</li>\n<li>\n<a class=\"main\" href=\"/tv/shows/\">Shows</a>\n<a href=\"/video/bloomberg-surveillance/\">Surveillance</a>\n<a href=\"/video/market-makers/\">Market Makers</a>\n<a href=\"/video/lunch-money\">Lunch Money</a>\n<a href=\"/video/street-smart/\">Street Smart</a>\n<a href=\"/video/bloomberg-west/\">Bloomberg West</a>\n<a href=\"/video/game-changers/\">Game Changers</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/video/\">Video</a>\n<ul class='video'>\n<li>\n<a class=\"\" href=\"/video/\">Must See</a>\n<a class=\"\" href=\"/video/latest/\">Latest</a>\n<a class=\"\" href=\"/tv/\">Live TV</a>\n<a class=\"\" href=\"/tv/shows/\">Shows</a>\n<a class=\"\" href=\"/playlist/\">Playlist</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"/radio/\">Radio</a>\n<ul class='radio'>\n<li>\n<a class=\"\" href=\"/radio/\">Live Radio</a>\n<a class=\"\" href=\"/radio/shows/\">Shows</a>\n<a class=\"\" href=\"/radio/schedule/\">Schedule</a>\n<a class=\"\" href=\"/personalities/\">Personalities</a>\n<a class=\"main\" href=\"/podcasts/\">Podcasts</a>\n<a href=\"/podcasts/bloomberg-brief/\">Bloomberg Brief</a>\n<a href=\"/podcasts/featured/\">Featured Podcasts and New Shows</a>\n<a href=\"/podcasts/bloombergview/\">Bloomberg View</a>\n<a href=\"/podcasts/masters-in-business/\">Masters in Business</a>\n<a href=\"/podcasts/first-word/\">First Word</a>\n<a href=\"/podcasts/surveillance/\">Surveillance</a>\n<a href=\"/podcasts/hays-advantage/\">Bloomberg Advantage</a>\n<a href=\"/podcasts/in_the_loop/\">In the Loop</a>\n<a href=\"/podcasts/law/\">Bloomberg Law</a>\n<a href=\"/podcasts/taking-stock/\">Taking Stock</a>\n<a href=\"/podcasts/bloomberg-best/\">Bloomberg Best</a>\n<a href=\"/podcasts/\">More Podcasts</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"#\">Blogs</a>\n<ul class='blogs'>\n<li>\n<a class=\"\" href=\"/blogs/technology/global-tech/\">Global Tech</a>\n<a class=\"\" href=\"/blogs/sustainability/the-grid/\">The Grid</a>\n<a class=\"\" href=\"/blogs/luxury/loot/\">Loot</a>\n<a class=\"\" href=\"http://go.bloomberg.com/market-now/\">The Market Now</a>\n<a class=\"\" href=\"http://go.bloomberg.com/political-economy/\">Political Capital</a>\n<a class=\"\" href=\"http://go.bloomberg.com/tech-deals/\">Tech Deals</a>\n<a class=\"\" href=\"/blogs/personal_finance/ventured-gained/\">Ventured and Gained</a>\n</li>\n</ul>\n</li>\n<li class='nav_view'>\n<a href=\"http://bloombergview.com/?cmpid=bb_primarynav\">Opinion</a>\n</li>\n</ul>\n<ul class='sub_drop_nav'>\n<li class='my_saved'>\n<a href=\"/q\">My Saved\n<span class='saved_count'></span>\n</a></li>\n<li>\n<a href=\"https://login.bloomberg.com/register\">Registration\n\n</a></li>\n<li>\n<a href=\"https://login.bloomberg.com/login\">Sign In\n\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com\">Bloomberg.com\n\n</a></li>\n<li>\n<a href=\"http://www.businessweek.com\">Businessweek.com\n\n</a></li>\n<li>\n<a class=\"has_submenu\" href=\"http://www.bloomberg.com/company\">Company\n\n</a><ul>\n<li>\n<a href=\"http://www.bloomberg.com/company/\">About</a>\n<a href=\"http://www.bloomberg.com/now\">Blog</a>\n<a href=\"http://jobs.bloomberg.com\">Careers</a>\n<a href=\"http://www.bloomberg.com/diversity-inclusion\">Diversity & Inclusion</a>\n<a href=\"http://www.bloomberg.com/now/bloomberg-news-mission-statement/\">News Mission</a>\n<a href=\"http://www.bloomberg.com/philanthropy\">Philanthropy & Engagement</a>\n<a href=\"http://www.bloomberg.com/now/press-releases/\">Press Room</a>\n<a href=\"http://www.bloomberg.com/procurement/\">Procurement</a>\n<a href=\"http://www.bloomberg.com/bsustainable/\">Sustainability</a>\n</li>\n</ul>\n</li>\n<li>\n<a class=\"has_submenu\" href=\"http://www.bloomberg.com/professional/\">Products\n\n</a><ul>\n<li>\n<a class=\"main no-link\" href=\"javascript:void(0);\">Financial Products</a>\n<a href=\"http://www.bloomberg.com/professional/\">Bloomberg Professional Service</a>\n<a href=\"https://bba.bloomberg.net/\">Bloomberg Anywhere</a>\n<a href=\"http://www.bloombergtradebook.com\">Bloomberg Tradebook</a>\n<a href=\"http://www.bloombergbriefs.com\">Bloomberg Briefs</a>\n<a href=\"http://www.bloombergindexes.com\">Bloomberg Indexes</a>\n<a href=\"http://www.bloombergsef.com\">Bloomberg SEF</a>\n<a href=\"https://service.bloomberg.com/\">Service Center</a>\n<a href=\"http://www.bloomberg.com/professional/systems-support/customer-support/\">Customer Support</a>\n<a class=\"main no-link\" href=\"javascript:void(0);\">Enterprise Products</a>\n<a href=\"http://www.bloomberg.com/enterprise/\">Enterprise Solutions</a>\n<a href=\"http://www.bloomberg.com/trading-solutions/\">Trading Solutions</a>\n<a class=\"main no-link\" href=\"javascript:void(0);\">Industry Products</a>\n<a href=\"http://www.bna.com/\">Bloomberg BNA</a>\n<a href=\"http://about.bgov.com/\">Bloomberg Government</a>\n<a href=\"http://about.bloomberglaw.com/\">Bloomberg Law</a>\n<a href=\"http://www.bloomberglink.com/\">Bloomberg Link</a>\n<a href=\"http://about.bnef.com\">Bloomberg New Energy Finance</a>\n<a href=\"https://www.bloombergsports.com/\">Bloomberg Sports</a>\n<a href=\"http://www.bloomberg.com/content-licensing\">Content Licensing</a>\n</li>\n</ul>\n</li>\n<li>\n<a href=\"https://bba.bloomberg.net/\">Bloomberg Anywhere\n\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com//mobile/\">Mobile Apps\n\n</a></li>\n<li>\n<a href=\"http://www.bloomberg.com/visual-data/\">Bloomberg Visual Data\n\n</a></li>\n</ul>\n</div>\n</div>\n</div>\n\n\n</div>\n</div>\n\n<script>\n  $(Bcom.init);\n</script>\n<script>\n  <!-- Chartbeat -->\n  var _sf_async_config={};\n  _sf_async_config.uid = 15087;\n  _sf_async_config.domain = 'bloomberg.com';\n  _sf_async_config.useCanonical = true;\n  _sf_async_config.authors = 'By Steve Matthews and Alex Tanzi';\n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement(\"script\");\n      e.setAttribute(\"language\", \"javascript\");\n      e.setAttribute(\"type\", \"text/javascript\");\n      e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != \"function\") ?\n      loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n<script>\n  (function() {\n    // Native article pages don't have the correct tracking info until the contents are loaded through\n    // Polar's API call. The tracking is delayed here and will be fired on native article render event.\n    if(Bcom.global_var.IS_NATIVE) {\n      return;\n    }\n    Bcom.Tracker.Page.trackToComScore();\n  })();\n</script>\n<noscript>\n<p>\n<img alt=\"*\" height=\"1\" src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=3005059\" width=\"1\" />\n</p>\n</noscript>\n<script>\n  window.Utils.AB.setExperimentsChosen();\n  \n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-11413116-1']);\n  Bcom.Tracker.Page.trackToGoogleAnalytics();\n  _gaq.push(['_trackPageview']);\n  \n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n<script>\n  $(document).ready(function () {\n    Bcom.Tracker.Events.setupTrackingExternalLinks();\n  });\n</script>\n<!-- START Nielsen Online SiteCensus V6.0 -->\n<!-- COPYRIGHT 2010 Nielsen Online -->\n<script>\n  $(window).load(function () {\n    Bcom.Tracker.Events.trackNielsenEvent('0');\n  });\n</script>\n<noscript>\n<div>\n<img alt=\"\" height=\"1\" src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-905417h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" />\n</div>\n</noscript>\n<!-- END Nielsen Online SiteCensus V6.0 -->\n<script>\n  $(window).load(function () {\n    $.getScript('http://log2.quintelligence.com/qlog.js', function () {\n      quintTracker(2);\n    });\n  });\n</script>\n\n<!-- BEGIN Krux Control Tag for \"Bloomberg.com\" -->\n<!-- Source: /snippet/controltag?confid=IDeZBlqQ&site=Bloomberg.com&edit=1 -->\n<script class='kxct' data-id='IDeZBlqQ' data-timing='async' data-version='1.9' type='text/javascript'>\nwindow.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n(function(){\n  var k=document.createElement('script');k.type='text/javascript';k.async=true;\n  var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n  k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :(location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=IDeZBlqQ\";\n  var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n}());\n</script>\n<!-- END Krux Controltag -->\n\n<script>\n  // iOS scaling fix\n  (function(e){var c=\"addEventListener\",b=\"gesturestart\",g=\"querySelectorAll\",f=[1,1],d=g in e?e[g](\"meta[name=viewport]\"):[];function a(){d.content=\"width=device-width,minimum-scale=\"+f[0]+\",maximum-scale=\"+f[1];e.removeEventListener(b,a,true)}if((d=d[d.length-1])&&c in e){a();f=[0.25,1.6];e[c](b,a,true)}}(document));\n</script>\n\n<script>\n  if (!Bcom.Ads.Interstitial.enabled) {\n    $.ajax( { dataType: \"script\",\n              cache: true,\n              url: \"http://cdn.gotraffic.net/vendor/foresee_v_1/javascripts/foresee-trigger.js\"\n             });\n  }\n</script>\n\n<script>\n  (function(w, d) { var a = function() { var a = d.createElement('script'); a.type = 'text/javascript';\n      a.async = 'async'; a.src = '//' + ((w.location.protocol === 'https:') ? 's3.amazonaws.com/cdx-radar/' :\n      'radar.cedexis.com/') + '01-12403-radar10.min.js'; d.body.appendChild(a); };\n      if (w.addEventListener) { w.addEventListener('load', a, false); }\n      else if (w.attachEvent) { w.attachEvent('onload', a); }\n  }(window, document));\n</script>\n\n<!--\nEnvironment: production\nServer Time: 960.13 ms\nTimestamp: 2015-01-03 06:48:19 -0500\nAd Code: blp.persfin/story\nNi Codes: ALLTOP,CATOP,ECOTOP,FRXTOP,INSTOP,MUNTTOP,TOP,USTOP,WWTOP,REL,RELTOP\nCategory: personal_finance\nSub-category: Personal Finance Homepage\nSUID: NC4D266K50YA01\n\n-->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/bostonherald.com1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML+RDFa 1.0//EN\"\n  \"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\"\n  xmlns:og=\"http://ogp.me/ns#\"\n  xmlns:fb=\"http://www.facebook.com/2008/fbml\"\n  xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n  xmlns:dc=\"http://purl.org/dc/terms/\"\n  xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\n  xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\n  xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\n  xmlns:sioct=\"http://rdfs.org/sioc/types#\"\n  xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\">\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Ug8FWFVQGwABU1ZXAgQ=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta property=\"article:tag\" content=\"Movie News\" />\n<meta property=\"article:tag\" content=\"Oprah Winfrey\" />\n<meta property=\"article:tag\" content=\"Ava DuVernay\" />\n<meta property=\"article:tag\" content=\"Movies\" />\n<meta property=\"article:tag\" content=\"Entertainment\" />\n<meta name='parsely-page' content='{\"link\":\"https:\\/\\/www.bostonherald.com\\/entertainment\\/movies\\/movie_news\\/2014\\/12\\/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest\",\"type\":\"post\",\"post_id\":\"1064698316\",\"title\":\"\\u0027Selma\\u0027:  Ava DuVernay and Oprah Winfrey turn \\u002760s civil unrest into a stirring, relevant film\",\"pub_date\":\"2014-12-29T10:38:00Z\",\"tags\":[\"Tribune Content Agency\",\"Selma\",\"Ava DuVernay\",\"Oprah Winfrey\",\"section-Entertainment\"],\"authors\":[\"April P. Bernard\"],\"section\":\"Movie News\"}' /><meta property=\"article:modified_time\" content=\"2014-12-29T05:39:34-05:00\" />\n<meta property=\"article:published_time\" content=\"2014-12-29T05:38:00-05:00\" />\n<meta property=\"article:section\" content=\"Tribune Content Agency\" />\n<meta property=\"article:tag\" content=\"Selma\" />\n<meta property=\"description\" content=\"\n\n    \n          \n      \n\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta property=\"twitter:title\" content=\"&#039;Selma&#039;:  Ava DuVernay and Oprah Winfrey turn &#039;60s civil unrest into a stirring, relevant film\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<link rel=\"shortlink\" href=\"/node/1064698316\" />\n<link rel=\"canonical\" href=\"//www.bostonherald.com/entertainment/movies/movie_news/2014/12/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest\" />\n<meta http-equiv=\"refresh\" content=\"300\" />\n<meta property=\"news_keywords\" content=\"Tribune Content Agency, Selma, Ava DuVernay, Oprah Winfrey, Movie News, Movies, Entertainment\" />\n<meta property=\"keywords\" content=\"Tribune Content Agency, Selma, Ava DuVernay, Oprah Winfrey, Movie News, Movies, Entertainment\" />\n<link rel=\"shortcut icon\" href=\"//www.bostonherald.com/sites/default/files/images/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n<meta property=\"article:tag\" content=\"Tribune Content Agency\" />\n  <title>&#039;Selma&#039;:  Ava DuVernay and Oprah Winfrey turn &#039;60s civil unrest into a stirring, relevant film | Boston Herald</title>\n  <style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/modules/system/system.base.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.menus.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.messages.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.theme.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/modules/aggregator/aggregator.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/comment/comment.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/date/date_api/date.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/field/theme/field.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/mollom/mollom.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/node/node.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/poll/poll.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/user/user.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views/css/views.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/modules/ctools/css/ctools.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/lightbox2/css/lightbox.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/panels/css/panels.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/rate/rate.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish-vertical.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish-navbar.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views_slideshow/views_slideshow.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/basics.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/custom_blocks.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/navigation.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/view-story_slots.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/taxonomy/taxonomy-styles.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/bhr.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"print\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/print.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/alpha-reset.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/alpha-alpha.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/formalize.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/omega-branding.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/omega-forms.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/layout-node.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/layout-node-article.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/global.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/ike-omega-alpha-default.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/ike-omega-alpha-default-normal.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-24.css?nhbap5\");</style>\n  <script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_xAPl0qIk9eowy_iS9tNkCWXLUVoat94SQT48UBCFkyQ.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar bh_dfp_ad_slot = bh_dfp_ad_slot || \"/3771966/BostonHerald/entertainment/movies/movie_news\";\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"//www.googletagservices.com/tag/js/gpt.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_LPQUedRJ45VZkLLqi74HPxlsWNh1DPKP89Q87dZNdbM.js\"></script>\n<script type=\"text/javascript\" src=\"//apis.google.com/js/plusone.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_wADqrksbLjpADrEP1u4pHYthtl35__ZprOG3i8_l2SE.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/all/modules/lightbox2/js/lightbox.js?1420285615\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_e2sncAbbdYKCCjam9NwaQbzOSulMaif70Xg9R0YszdU.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [160,600], \"div-gpt-ad-965408323\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-782136025\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-760257953\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-702692301\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1852743940\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[988,250],[988,90],[970,250],[970,90]], \"div-gpt-ad-1606897595\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1040227273\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar bh_IsBlog = false; var bh_TID = 136; var bh_Type = \"article\"; var bh_Source = \"Tribune\";\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.pubads().setTargeting(\"entity\",\"node\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\n//defines\ngoogletag.defineOutOfPageSlot(bh_dfp_ad_slot, \"div-gpt-ad-oop\").addService(googletag.pubads());\n         googletag.defineSlot(bh_dfp_ad_slot, [1,1], \"div-gpt-ad-1by1\").addService(googletag.pubads());\n         googletag.defineSlot(bh_dfp_ad_slot, [1900,2000], \"reskin_overlay\").addService(googletag.pubads());\n\n         googletag.pubads().enableSyncRendering();\n         googletag.pubads().enableSingleRequest();\n         googletag.enableServices();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_dFSwRD_YjUaZFy5PeT-GVRxSvG9i3JUg1PWEAXn9noQ.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_uwrfBOJCFVq42muTMjrq2bD-RUh8NNq_fZRTb6dsNb4.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\njQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"ike_omega\",\"theme_token\":\"0pYyb0ozDfjoZv6E84xY3MDFrZjvkkXYP87YphWUEDA\",\"js\":{\"misc\\/jquery.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"0\":1,\"http:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\":1,\"sites\\/all\\/modules\\/mollom\\/mollom.js\":1,\"https:\\/\\/apis.google.com\\/js\\/plusone.js\":1,\"sites\\/all\\/modules\\/lightbox2\\/js\\/auto_image_handling.js\":1,\"sites\\/all\\/modules\\/lightbox2\\/js\\/lightbox.js\":1,\"sites\\/all\\/modules\\/panels\\/js\\/panels.js\":1,\"sites\\/all\\/libraries\\/superfish\\/jquery.hoverIntent.minified.js\":1,\"sites\\/all\\/libraries\\/superfish\\/jquery.bgiframe.min.js\":1,\"sites\\/all\\/libraries\\/superfish\\/superfish.js\":1,\"sites\\/all\\/libraries\\/superfish\\/supersubs.js\":1,\"sites\\/all\\/libraries\\/superfish\\/supposition.js\":1,\"sites\\/all\\/libraries\\/superfish\\/sftouchscreen.js\":1,\"sites\\/all\\/modules\\/views_slideshow\\/js\\/views_slideshow.js\":1,\"sites\\/all\\/libraries\\/jquery.cycle\\/jquery.cycle.all.min.js\":1,\"sites\\/all\\/libraries\\/json2\\/json2.js\":1,\"sites\\/all\\/modules\\/views_slideshow\\/contrib\\/views_slideshow_cycle\\/js\\/views_slideshow_cycle.js\":1,\"1\":1,\"2\":1,\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"9\":1,\"10\":1,\"sites\\/all\\/themes\\/ike_omega\\/js\\/jquery.equalheights.js\":1,\"sites\\/all\\/themes\\/ike_omega\\/js\\/custom.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/jquery.formalize.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/omega-mediaqueries.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/omega-equalheights.js\":1},\"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\\/aggregator\\/aggregator.css\":1,\"modules\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"sites\\/all\\/modules\\/mollom\\/mollom.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/poll\\/poll.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/lightbox2\\/css\\/lightbox.css\":1,\"sites\\/all\\/modules\\/panels\\/css\\/panels.css\":1,\"sites\\/all\\/modules\\/rate\\/rate.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish-vertical.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish-navbar.css\":1,\"sites\\/all\\/modules\\/views_slideshow\\/views_slideshow.css\":1,\"sites\\/all\\/modules\\/views_slideshow\\/contrib\\/views_slideshow_cycle\\/views_slideshow_cycle.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/basics.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/custom_blocks.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/navigation.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/view-story_slots.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/taxonomy\\/taxonomy-styles.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/bhr.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/print.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-reset.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-alpha.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/formalize.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-branding.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-forms.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/layout-node.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/layout-node-article.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/global.css\":1,\"normal::sites\\/all\\/themes\\/ike_omega\\/css\\/ike-omega-alpha-default.css\":1,\"normal::sites\\/all\\/themes\\/ike_omega\\/css\\/ike-omega-alpha-default-normal.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/normal\\/alpha-default-normal-24.css\":1}},\"jcarousel\":{\"ajaxPath\":\"\\/jcarousel\\/ajax\\/views\"},\"lightbox2\":{\"rtl\":0,\"file_path\":\"\\/(\\\\w\\\\w\\/)public:\\/\",\"default_image\":\"\\/sites\\/all\\/modules\\/lightbox2\\/images\\/brokenimage.jpg\",\"border_size\":10,\"font_color\":\"000\",\"box_color\":\"fff\",\"top_position\":\"\",\"overlay_opacity\":\"0.8\",\"overlay_color\":\"000\",\"disable_close_click\":1,\"resize_sequence\":0,\"resize_speed\":400,\"fade_in_speed\":400,\"slide_down_speed\":600,\"use_alt_layout\":0,\"disable_resize\":0,\"disable_zoom\":1,\"force_show_nav\":0,\"show_caption\":1,\"loop_items\":0,\"node_link_text\":\"View Image Details\",\"node_link_target\":0,\"image_count\":\"Image !current of !total\",\"video_count\":\"Video !current of !total\",\"page_count\":\"Page !current of !total\",\"lite_press_x_close\":\"press \\u003Ca href=\\u0022#\\u0022 onclick=\\u0022hideLightbox(); return FALSE;\\u0022\\u003E\\u003Ckbd\\u003Ex\\u003C\\/kbd\\u003E\\u003C\\/a\\u003E to close\",\"download_link_text\":\"\",\"enable_login\":false,\"enable_contact\":false,\"keys_close\":\"c x 27\",\"keys_previous\":\"p 37\",\"keys_next\":\"n 39\",\"keys_zoom\":\"z\",\"keys_play_pause\":\"32\",\"display_image_size\":\"original\",\"image_node_sizes\":\"()\",\"trigger_lightbox_classes\":\"\",\"trigger_lightbox_group_classes\":\"\",\"trigger_slideshow_classes\":\"\",\"trigger_lightframe_classes\":\"\",\"trigger_lightframe_group_classes\":\"\",\"custom_class_handler\":\"lightbox\",\"custom_trigger_classes\":\"img.photo-gal\",\"disable_for_gallery_lists\":1,\"disable_for_acidfree_gallery_lists\":true,\"enable_acidfree_videos\":true,\"slideshow_interval\":25000,\"slideshow_automatic_start\":1,\"slideshow_automatic_exit\":0,\"show_play_pause\":1,\"pause_on_next_click\":0,\"pause_on_previous_click\":0,\"loop_slides\":0,\"iframe_width\":600,\"iframe_height\":400,\"iframe_border\":1,\"enable_video\":0},\"viewsSlideshow\":{\"photo_box-widesinglenode\":{\"methods\":{\"goToSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"nextSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"pause\":[\"viewsSlideshowControls\",\"viewsSlideshowCycle\"],\"play\":[\"viewsSlideshowControls\",\"viewsSlideshowCycle\"],\"previousSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"transitionBegin\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\"],\"transitionEnd\":[]},\"paused\":0}},\"viewsSlideshowPager\":{\"photo_box-widesinglenode\":{\"bottom\":{\"type\":\"viewsSlideshowPagerFields\"}}},\"viewsSlideshowPagerFields\":{\"photo_box-widesinglenode\":{\"bottom\":{\"activatePauseOnHover\":0}}},\"viewsSlideshowCycle\":{\"#views_slideshow_cycle_main_photo_box-widesinglenode\":{\"num_divs\":1,\"id_prefix\":\"#views_slideshow_cycle_main_\",\"div_prefix\":\"#views_slideshow_cycle_div_\",\"vss_id\":\"photo_box-widesinglenode\",\"effect\":\"fade\",\"transition_advanced\":1,\"timeout\":0,\"speed\":700,\"delay\":0,\"sync\":1,\"random\":0,\"pause\":1,\"pause_on_click\":0,\"action_advanced\":0,\"start_paused\":0,\"remember_slide\":0,\"remember_slide_days\":1,\"pause_in_middle\":0,\"pause_when_hidden\":0,\"pause_when_hidden_type\":\"full\",\"amount_allowed_visible\":\"\",\"nowrap\":0,\"fixed_height\":1,\"items_per_slide\":1,\"wait_for_image_load\":1,\"wait_for_image_load_timeout\":3000,\"cleartype\":0,\"cleartypenobg\":0,\"advanced_options\":\"{}\"}},\"omega\":{\"layouts\":{\"primary\":\"normal\",\"order\":[\"normal\"],\"queries\":{\"normal\":\"all and (min-width: 520px) and (min-device-width: 520px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)\"}}}});\n//--><!]]>\n</script>\n  \n  <!--[if lt IE 8]>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/sites/all/themes/ike_omega/css/ie.css\" />\n\t<![endif]-->\n\t\n\t<!-- Windows 8 tile -->\n\t<meta name=\"application-name\" content=\"The Boston Herald\"/> \n\t<meta name=\"msapplication-TileColor\" content=\"#005e9b\"/> \n\t<meta name=\"msapplication-TileImage\" content=\"213c8c33-9b77-486e-a54f-d4efd5a7fe09.png\"/>\n\t\n<link rel=\"apple-touch-icon\" href=\"/touch-icon-iphone.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/touch-icon-ipad.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/touch-icon-iphone-retina.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/touch-icon-ipad-retina.png\" />\n\n  <script type=\"text/javascript\" async src=\"//launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n\t\n</head>\n<body class=\"html not-front not-logged-in page-node page-node- page-node-1064698316 node-type-article context-entertainment page-taxonomy-term-ancestor-first-3 page-taxonomy-term-ancestor-second-27 page-taxonomy-term-136 page-taxonomy-term-44\">\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5ZZ6\"\n                  height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n    '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n  })(window,document,'script','dataLayer','GTM-5ZZ6');</script>\n<!-- End Google Tag Manager -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"bostonherald.com\"></div>\n</div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n  <div id=\"skip-link\">\n    <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>\n  </div>\n  <div class=\"region region-page-top\" id=\"region-page-top\">\n  <div class=\"region-inner region-page-top-inner\">\n    <!-- BostonHerald out-of-page -->\n      <div id='div-gpt-ad-oop'>\n      <script type='text/javascript'>\n          googletag.display('div-gpt-ad-oop');\n      </script>\n      </div>\n      <!-- BostonHerald 1x1 -->\n      <div id='div-gpt-ad-1by1'>\n      <script type='text/javascript'>\n          googletag.display('div-gpt-ad-1by1');\n      </script>\n      </div>  </div>\n</div>  <div class=\"page clearfix\" id=\"page\">\n      <header id=\"section-header\" class=\"section section-header\">\n\t<div id=\"header-wrap\" class=\"clearfix\">\n  \t<div id=\"zone-top-wrapper\" class=\"zone-wrapper zone-top-wrapper clearfix\">  \n  <div id=\"zone-top\" class=\"zone zone-top clearfix container-24\">\n    <div class=\"grid-5 region region-top-first\" id=\"region-top-first\">\n  <div class=\"region-inner region-top-first-inner\">\n    <div class=\"block block-menu-block block-9 block-menu-block-9 odd block-without-title\" id=\"block-menu-block-9\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"menu-block-wrapper menu-block-9 menu-name-menu-logo-link parent-mlid-0 menu-level-1\">\n  <ul class=\"menu\"><li class=\"first leaf menu-mlid-9609\"><a href=\"/\" title=\"\">Home - Boston Herald - www.bostonherald.com</a></li>\n<li class=\"leaf menu-mlid-9610\"><a href=\"/\" title=\"RSS - The Boston Herald\">RSS</a></li>\n<li class=\"leaf menu-mlid-9615\"><a href=\"/subscribe\" title=\"Subscribe to The Boston Herald\">Subscribe</a></li>\n<li class=\"leaf menu-mlid-16516\"><a href=\"/classifieds/extras\" title=\"The Boston Herald - Extras - Shopping, Crossword, Sudoku, Lottery Results, Coupons, Horoscope, Weather\">Extras</a></li>\n<li class=\"leaf menu-mlid-9611\"><a href=\"/classifieds/extras/crossword\" title=\"Crossword - The Boston Herald\">Crossword</a></li>\n<li class=\"last leaf menu-mlid-9614\"><a href=\"/classifieds/extras/lottery\" title=\"Lottery - The Boston Herald\">Lottery</a></li>\n</ul></div>\n    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-19 region region-top-second\" id=\"region-top-second\">\n  <div class=\"region-inner region-top-second-inner\">\n    <div class=\"block block-oas block-top block-oas-top odd block-without-title\" id=\"block-oas-top\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-1852743940\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1852743940\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-1852743940\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div>  \n  <div id=\"zone-menu\" class=\"zone zone-menu clearfix container-24\">\n    <div class=\"grid-24 region region-menu full-width\" id=\"region-menu\">\n  <div class=\"region-inner region-menu-inner\">\n        <div class=\"block block-block block-1084 block-block-1084 odd block-without-title\" id=\"block-block-1084\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"herald-nav\" class=\"clearfix\">\n  <li id=\"home\"><a href=\"/\" title=\"The Boston Herald - Home\">Home</a></li>\n  <li id=\"news\"><a href=\"/news\" title=\"News & Opinion\">News & Opinion</a></li>\n  <li id=\"sports\"><a href=\"/sports\" title=\"Sports\">Sports</a></li>\n  <li id=\"business\"><a href=\"/business\" title=\"Business\">Business</a></li>\n\n  <li id=\"entertainment\" class=\"active\">\n  \t<a href=\"/entertainment\" title=\"Entertainment\" >Entertainment</a>\n    <ul>\n      <li><a href=\"/entertainment/arts_culture\" title=\"Entertainment - Arts & Culture\">Arts & Culture</a></li>\n      <li><a href=\"/entertainment/movies\" title=\"Entertainment - Movies\">Movies</a></li>\n      <li><a href=\"/entertainment/television\" title=\"Entertainment - Television\">Television</a></li>\n      <li><a href=\"/entertainment/music\" title=\"Entertainment - Music\">Music</a></li>\n      <li><a href=\"/entertainment/food_dining\" title=\"Entertainment - Food & Dining\">Food & Dining</a></li>\n      <li><a href=\"/entertainment/health_fitness\" title=\"Entertainment - Health & Fitness\">Health & Fitness</a></li>\n      <li><a href=\"/entertainment/travel\" title=\"Entertainment - Travel\">Travel</a></li>\n      <li><a href=\"/entertainment/lifestyle\" title=\"Entertainment - Lifestyle\">Lifestyle</a></li>\n      <li><a href=\"/entertainment/style_fashion\" title=\"Entertainment - Style & Fashion\">Style & Fashion</a></li>\n      <li><a href=\"/entertainment/books\" title=\"Entertainment - Books\">Books</a></li>\n      <li><a href=\"/entertainment/travel/nesnow\" title=\"The Herald Ski Report\">Ski Report</a></li>\n    </ul>\n  </li>\n\n  <li id=\"track\"><a href=\"/track\" title=\"Inside Track\" class=\"sf-depth-1 menuparent\">Inside Track</a></li>\n  <li id=\"blogs\"><a href=\"/blogs\" title=\"Blogs\">Blogs</a></li>\n  <li id=\"photo\"><a href=\"/photos\" title=\"Photos\">Photos</a></li>\n  <li id=\"video\"><a href=\"/video\" title=\"Herald Video\" >Video</a></li>\n  <li id=\"radio\"><a href=\"/herald_radio\" title=\"Boston Herald Radio\" >Radio</a></li>\n  <li id=\"obituaries\"><a href=\"http://www.legacy.com/obituaries/bostonherald/\" title=\"Obituaries\" target=\"_blank\">Obituaries</a></li>\n  <li id=\"features\"><a href=\"/news_opinion/databases\" title=\"Special coverage and hot topics\" target=\"_blank\">Features</a></li>\n  <li id=\"classifieds\"><a href=\"/classifieds\" title=\"Jobs, Autos, Homes, and Business listings\" >Classifieds</a></li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div>\n  </div>\n  \n  <div id=\"zone-header\" class=\"zone zone-header clearfix container-24\">\n    <div class=\"grid-6 region region-header-first\" id=\"region-header-first\">\n  <div class=\"region-inner region-header-first-inner\">\n    <!-- ESI: esi/block/ike_omega:header_first:views:last_updated-block--><div class=\"block block-views block-last-updated-block block-views-last-updated-block odd block-without-title\" id=\"block-views-last-updated-block\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-last-updated view-id-last_updated view-display-id-block view-dom-id-039cc32b31a9278c00192aef2ac4c4dc\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \n \n<article>\n   \n  <span class=\"views-field views-field-changed\">        <span class=\"field-content\">Saturday, January 3, 2015</span>  </span></article>\n \n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-12 region region-header-second\" id=\"region-header-second\">\n  <div class=\"region-inner region-header-second-inner\">\n    <!-- ESI: esi/block/ike_omega:header_second:views:abe4c28d5d96be0601864cc375a839c4--><div class=\"block block-views block-abe4c28d5d96be0601864cc375a839c4 block-views-abe4c28d5d96be0601864cc375a839c4 odd block-without-title\" id=\"block-views-abe4c28d5d96be0601864cc375a839c4\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-weather-current-conditions view-id-weather_current_conditions view-display-id-block view-dom-id-6fd8f9991a22c88b12055b581454a939\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    <div id=\"weather-teaser\">\n  <a href=\"/extras/weather\"><strong>Weather</strong><img src=\"http://www.bostonherald.com/sites/default/files/nt_partlycloudy_422.gif\" width=\"30\" height=\"30\" /> 23° F</a>\n</div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div><div class=\"block block-block block-11 block-block-11 odd block-without-title\" id=\"block-block-11\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"social-head-nav\">\n\t<li id=\"social-fb\"> <a href=\"http://www.facebook.com/pages/BostonHeraldcom/197211981599\" target=\"_blank\" title=\"Join the Boston Herald on Twitter\">Join the Boston Herald on Twitter</a></li>\n\t<li id=\"social-twt\"><a href=\"http://twitter.com/bostonherald\" target=\"_blank\" title=\"Follow the Boston Herald on Twitter\">Follow the Boston Herald on Twitter</a></li>\n\t<li id=\"social-goog\"><a href=\"https://plus.google.com/u/0/113097839281026181771?prsrc=3\" target=\"_blank\" title=\"Join the Boston Herald on Google+\">Join the Boston Herald on Google+</a></li>\n\t<li id=\"social-toob\"><a href=\"http://www.youtube.com/user/bostonherald\" target=\"_blank\" title=\"View Boston Herald videos on YouTube\">View Boston Herald videos on YouTube</a></li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-6 region region-header-third\" id=\"region-header-third\">\n  <div class=\"region-inner region-header-third-inner\">\n    <div class=\"block block-block block-1110 block-block-1110 odd block-without-title\" id=\"block-block-1110\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <script>\n  (function() {\n    var cx = '011156039655073670009:mv2nojszjlc';\n    var gcse = document.createElement('script');\n    gcse.type = 'text/javascript';\n    gcse.async = true;\n    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +\n        '//www.google.com/cse/cse.js?cx=' + cx;\n    var s = document.getElementsByTagName('script')[0];\n    s.parentNode.insertBefore(gcse, s);\n  })();\n</script>\n<gcse:searchbox-only queryParameterName=\"query\" resultsUrl=\"/search\"></gcse:searchbox-only>\n    </div>\n  </div>\n</div><!-- ESI: esi/block/ike_omega:header_third:views:6b7d5589cc19b27f22fd254c79bd7b30--><div class=\"block block-views block-6b7d5589cc19b27f22fd254c79bd7b30 block-views-6b7d5589cc19b27f22fd254c79bd7b30 odd block-without-title\" id=\"block-views-6b7d5589cc19b27f22fd254c79bd7b30\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-herald-radio-now-playing view-id-herald_radio_now_playing view-display-id-block_5 view-dom-id-18d52cdfda0bc853f5c068a09ef2bb79\">\n        \n  \n  \n      <div class=\"view-empty\">\n      <h2 class=\"hr-show-title\"><a href=\"http://bostonherald.com/herald_radio\" title=\"Boston Herald Radio Weekdays 6am to 6pm\"><strong>Listen Live</strong>Weekdays 6am to 6pm</a></h2>    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n<div id=\"zone-alert-wrapper\" class=\"zone-wrapper zone-alert-wrapper clearfix\">  \n  <div id=\"zone-alert\" class=\"zone zone-alert clearfix container-24\">\n    <div class=\"grid-24 region region-alert\" id=\"region-alert\">\n  <div class=\"region-inner region-alert-inner\">\n    <!-- ESI: esi/block/ike_omega:alert:views:breaking_news-breaking_news_bar--><div class=\"block block-oas block-x80 block-oas-x80 odd block-without-title\" id=\"block-oas-x80\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-1606897595\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[988,250],[988,90],[970,250],[970,90]], \"div-gpt-ad-1606897595\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-1606897595\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div>  </div>\n</header>    \n      <section id=\"section-content\" class=\"section section-content\">\n  <div id=\"zone-content-wrapper\" class=\"zone-wrapper zone-content-wrapper clearfix\">  \n  <div id=\"zone-content\" class=\"zone zone-content clearfix container-24\">    \n          <div id=\"breadcrumb\" class=\"grid-24\"><h2 class=\"element-invisible\">You are here</h2><div class=\"breadcrumb\"><a href=\"/\">Home</a> » <a href=\"/entertainment\">Entertainment</a> » <a href=\"/entertainment/movies\">Movies</a> » <a href=\"/entertainment/movies/movie_news\">Movie News</a></div></div>\n        \n        <div class=\"grid-24 region region-content\" id=\"region-content\">\n  <div class=\"region-inner region-content-inner\">\n    <a id=\"main-content\"></a>\n                <h1 class=\"title\" id=\"page-title\">&#039;Selma&#039;:  Ava DuVernay and Oprah Winfrey turn &#039;60s civil unrest into a stirring, relevant film</h1>\n                <div class=\"tabs clearfix\"></div>        <div class=\"block block-system block-main block-system-main odd block-without-title\" id=\"block-system-main\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"panel-display omega-24-twocol-6-18\" id=\"bh_article\">\n  <div class=\"panel-panel grid-17 alpha\">\n    <div class=\"inside\"><div class=\"panel-pane pane-node-content\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <article itemscope itemtype=\"http://schema.org/NewsArticle\"  about=\"/entertainment/movies/movie_news/2014/12/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest\" typeof=\"sioc:Item foaf:Document\" class=\"node node-article node-published node-not-promoted node-not-sticky author-anonymous odd clearfix\" id=\"node-article-1064698316\">\n  \n  <header>\n    \n    <meta itemprop=\"name\" content=\"'Selma':  Ava DuVernay and Oprah Winfrey turn '60s civil unrest into a stirring, relevant film | Boston Herald\" />\n    \n    <!-- Title -->\n    <h1 itemprop=\"headline\"  property=\"dc:title\" datatype=\"\" class=\"node-title\">'Selma':  Ava DuVernay and Oprah Winfrey turn '60s civil unrest into a stirring, relevant film</h1>\n\n    <!-- Subtitle -->\n        \n  </header>\n\n  <div class=\"view view-photo-box view-id-photo_box view-display-id-widesinglenode view-dom-id-6c2308a40bb2e1ffbff8b963d6cfd894\">\n        \n  \n  \n      <div class=\"view-content\">\n      \n  <div class=\"skin-default\">\n    \n    <div id=\"views_slideshow_cycle_main_photo_box-widesinglenode\" class=\"views_slideshow_cycle_main views_slideshow_main\"><div id=\"views_slideshow_cycle_teaser_section_photo_box-widesinglenode\" class=\"views-slideshow-cycle-main-frame views_slideshow_cycle_teaser_section\">\n  <div id=\"views_slideshow_cycle_div_photo_box-widesinglenode_0\" class=\"views-slideshow-cycle-main-frame-row views_slideshow_cycle_slide views_slideshow_slide views-row-1 views-row-odd\">\n  <div class=\"views-slideshow-cycle-main-frame-row-item views-row views-row-0 views-row-first views-row-odd\">\n  \n \n<article>\n   \n  <div class=\"views-field views-field-field-media\">        <div class=\"field-content\"><div id=\"file-4461876\" class=\"file file-image file-image-jpeg\" class=\"file file-image file-image-jpeg\">\n\n        <h2 class=\"element-invisible\"><a href=\"/file/4461876\">544d821ca7e14a199c3247b449ab2a7e.jpg</a></h2>\n    \n  \n  <div class=\"content\">\n    <img typeof=\"foaf:Image\" src=\"http://www.bostonherald.com/sites/default/files/styles/full/public/media/ap/544d821ca7e14a199c3247b449ab2a7e.jpg?itok=0ABjbYlU&amp;c=106f597d84c9f0827ef87ff0f7254847\" width=\"960\" height=\"540\" alt=\"\" title=\"\" />\n<div class=\"field field-name-field-authors field-type-entityreference field-label-inline clearfix\">\n      <h3 class=\"field-label\">Photo by:&nbsp;</h3>\n    <div class=\"field-items\">\n          <div class=\"field-item even\">The Associated Press</div>\n      </div>\n</div>\n<div class=\"field field-name-field-description field-type-text-long field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\">              This image released by Paramount Pictures shows, standing from left, Tessa Thompson, Omar Dorsey, Colman Domingo, David Oyelowo as Martin Luther King, Jr., André Holland, Corey Reynolds and Lorraine Toussaint in a scene from &quot;Selma.&quot; (AP Photo/Paramount Pictures, Atsushi Nishijima)\r\n            </div>\n      </div>\n</div>  </div>\n\n  \n</div>\n</div>  </div></article>\n \n</div>\n</div>\n</div>\n</div>\n          <div class=\"views-slideshow-controls-bottom clearfix\">\n        <div id=\"widget_pager_bottom_photo_box-widesinglenode\" class=\"views-slideshow-pager-fields widget_pager widget_pager_bottom views_slideshow_pager_field\">\n  <div id=\"views_slideshow_pager_field_item_bottom_photo_box-widesinglenode_0\" class=\"views-slideshow-pager-field-item views_slideshow_pager_field_item views-row-odd\">\n  <div class=\"views-field-counter\">\n    <div class=\"views-content-counter\">\n    1  </div>\n</div>\n</div>\n</div>\n      </div>\n      </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n  <!-- Content -->\n  <div class=\"content clearfix\">\n  \n\t  <!-- date/email/print/comments -->\n    <div class=\"node-metainfo clearfix\">\n      <!-- Published At Date -->\n      <time itemprop=\"datePublished\" datetime=\"2014-12-29T05:38:00-05:00\" class=\"field field-name-field-published-at field-type-datestamp field-label-hidden\">Monday, December 29, 2014</time>\n      <div class=\"node-action\">\n      \n        <!-- Print/Email -->\n        <a href=\"javascript:void();\" onclick=\"window.print();\">Print</a>\n        <a href=\"javascript:void();\" onclick='sendByEmail({\"title\":\"\\u0027Selma\\u0027:  Ava DuVernay and Oprah Winfrey turn \\u002760s civil unrest into a stirring, relevant film\",\"link\":\"\\/entertainment\\/movies\\/movie_news\\/2014\\/12\\/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest\"});'>Email</a>\n\n                <!-- Comment Count-->\n        <span class=\"node_commentcount\"><a href=\"/comments/1064698316#disqus_thread\" data-disqus-identifier=\"node/1064698316\" itemprop=\"discussionUrl\">Comments</a></span>\n        \n\n              </div>\n\n    </div>\n    \n  \t<!-- Authors -->\n    <div class=\"node_author-inline clearfix\">\n\t    <h3>By:</h3>\n\t    \n<div class=\"field field-name-field-authors field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><a href=\"/users/april_p_bernard\">April P. Bernard</a></div>\n      </div>\n</div>    </div>\n    \n    <div id=\"fullwide-skyscraper\"><div id=\"div-gpt-ad-965408323\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [160,600], \"div-gpt-ad-965408323\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-965408323\");\n                     \t    </script>\n                     \t  </div></div>\n    <!-- Content Insert -->\n    <div id=\"node_article-insert\" class=\"clearfix\">\n    \t\n    \t    \t\n<div class=\"field field-name-field-insert-body field-type-text-long field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><div class=\"ndn_embed\" data-config-widget-id=\"2\" style=\"width:460px;height:248px\" data-config-type=\"VideoPlayer/Single\" data-config-tracking-group=\"90017\" data-config-playlist-id=\"13434\" data-config-video-id=\"28283488\" data-config-site-section=\"bostonherald\"></div></div>\n      </div>\n</div>\n\n\n      \n      <!-- Related Audio -->\n          </div>\n    \n    <!-- This is the body -->\n    \n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\" property=\"content:encoded\"><p><body.content></body.content></p><p><person>Annie Lee Cooper</person>, a 54-year-old motel maid, simply wanted to vote. But in 1965, as one of 100-plus black locals in line to register in <location>Selma, Alabama</location>, she confronted a segregationist sheriff - and ended up on the ground, beaten viciously with a billy club. When asked to portray the unlikely freedom fighter in the big-screen drama <location>Selma</location>, <person>Oprah Winfrey</person> hesitated: &quot;I didn&#39;t want to do it because in every movie I&#39;m hitting somebody!&quot; she tells Us. (Previous wallops: The Color Purple and The Butler.) But director <person>Ava DuVernay</person>, 42, persuaded her (more on that below), and Winfrey, 60, joined the <chron>Christmas Day</chron> release - about <person>Martin Luther King Jr.</person> (<person>David Oyelowo</person>) and his <location>Selma</location>-to&shy;Montgomery marches for civil rights - as a star and producer. Shortly after DuVernay became the first black female director nominated for a Golden Globe (and the film&#39;s Oscar buzz began building), the two sat down with Us to talk, laugh and, in Winfrey&#39;s case, get a little misty-eyed.</p><p><strong>Ava, how did Oprah do when she had to punch the sheriff?</strong></p><p>AD She was all in. She had no problem working with the stunt guys to be taken down. I kept saying to them, &quot;Please, can you just be a little more careful?&quot; And they&#39;re like, &quot;She&#39;s falling on her own!&quot;</p><p>OW I did it every time.</p><p><strong>With </strong><person><strong>Ferguson and Eric Garner</strong></person><strong> in the headlines, is </strong><location><strong>Selma</strong></location><strong> particularly meaningful now?</strong></p><p>OW It&#39;s a jaw-dropping thing that this piece of art can meet this cultural moment that&#39;s so rich, so robust, so bursting with the energy of people finding their voices. This film&#39;s about being heard. I feel like this film, not to overstate it, but it is here for a reason in this moment.</p><p><strong>Will you be screening this for your close friend </strong><person><strong>Barack Obama</strong></person><strong>?</strong></p><p>OW For sure. Our desire is to go to the <org>White House</org> and show it to him.</p><p><strong>With such intense scenes - marchers were teargassed - was it tough keeping your emotions in check?</strong></p><p>OW The very first time I saw it with the other producers, they&#39;re all taking notes. And I&#39;m, like, sobbing. And I thought, OK, I guess as a producer you&#39;re not supposed to sob (continuing in a choked voice) so let me just take some notes too. I&#39;m gonna blow my nose and stop crying.</p><p><strong>Oprah, how did Ava try to woo you for </strong><location><strong>Selma</strong></location><strong>?</strong></p><p>OW I was just gonna be in the background going, &quot;Yay!&quot; But she sent me the link to a story about <person>Annie Lee Cooper</person> when she turned 100, and it said every day she watched the Oprah show eating a tuna-fish sandwich! And Ava says, &quot;Don&#39;t you think it would make her proud to know that you played her?&quot; And I go, &quot;Yeeesss, yes, it would.&quot;</p><p><strong>It probably also helped that as a girl you &shy;wanted to be Dr. King!</strong></p><p>OW What made me think I was gonna do that? I was 12, 13. I remember being at our yellow Formica kitchen table filling out one of those &quot;What are you gonna be when you grow up?&quot; forms, and my father was saying, &quot;You can&#39;t be Dr. King because Dr. King is a man!&quot; &quot;Well, I&#39;m gonna have me a church,&quot; I said.</p><p><strong>What about you, Ava? Who was your idol?</strong></p><p>AD (Pointing at Winfrey.) My mom had magazines with you on the cover on our coffee table since as long as I can remember, to the point where I thought you were my family member. She would tape your show at work and watch it at night. My mom would just say, &quot;Look at her. Don&#39;t be like me, be like her,&quot; and get emotional.</p><p>OW Oh, God, I&#39;m emo&shy;tional about that (tearing up). You never told me that! (She playfully smacks DuVernay.) Don&#39;t tell me that in an interview for the first time!</p><p><strong>Let&#39;s talk about something lighter. Ava, you worked on Scandal!</strong></p><p>AD Imagine a geek fan getting a chance to direct her favorite show! I can make <person>Tony Goldwyn</person> be Fitz, and I can do whatever I want: &quot;Walk over there. Now walk back. Turn. Oh, that looks good.&quot; You know what I mean? (Laughs.) So that was fun-fun.</p><p><strong>So you&#39;re Team Fitz, then - not Team Jake?</strong></p><p>AD Oh, Fitz.</p><p>OW Fitz.</p><p>AD Sorry, <person>Scott Foley</person>!</p><p><strong>The Real-Life Heroes</strong></p><p>Oyelowo says he gained insight from King friend <person>Andrew Young</person>, who revealed &quot;the prankster &hellip; the man who was at times unsure.&quot; As for Ejogo, Winfrey says <person>Martin Luther King III</person> and sister Bernice found she &quot;depicted their mother beautifully.&quot;</p><p>&nbsp;</p><p>&nbsp;</p><div class=\"ndn_embed\" data-config-playlist-id=\"13434\" data-config-site-section=\"bostonherald\" data-config-tracking-group=\"90017\" data-config-type=\"VideoPlayer/Single\" data-config-video-id=\"28289418\" data-config-widget-id=\"2\" style=\"width:640px;height:360px\">&nbsp;</div><p>&nbsp;</p></div>\n      </div>\n</div>\t\t\n\t\t<div id=\"related-article-media\">\n\t\t\t<a name=\"relatedmedia\"></a>\n\t    <!-- documents & audio -->\n\t    \t\t</div>\n    \n    <!-- Tags -->\n    \t    <div id=\"node_article-tags\" class=\"clearfix\">\n\t    \t<h3>More On:</h3>\n\t    \t\n<div class=\"field field-name-field-tag-entity field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><a href=\"/topic/tribune_content_agency\">Tribune Content Agency</a></div>\n          <div class=\"field-item odd\"><a href=\"/topic/selma\">Selma</a></div>\n          <div class=\"field-item even\"><a href=\"/topic/ava_duvernay\">Ava DuVernay</a></div>\n          <div class=\"field-item odd\"><a href=\"/2012/12/oprah_winfrey\">Oprah Winfrey</a></div>\n      </div>\n</div>\t    </div>\n\t      \n    \n    \n    <!-- Authors -->\n    <div id=\"node_author-blocks\" class=\"clearfix\">\n    \t<h3>Author(s):</h3>\n      \n<div class=\"field field-name-field-authors field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><div class=\"author_blocks\"><div class=\"author_block clearfix\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><h3 class=\"author_name\"><a href=\"/users/april_p_bernard\" itemprop=\"url\"><span itemprop=\"name\">April P. Bernard</span></a></h3><div class=\"placeholder-last\">&nbsp;</div></div></div></div>\n      </div>\n</div>    </div>\n    <br />\n    \n    \n    <!-- OutBrain -->\n    <div class=\"OUTBRAIN\" data-src=\"https://www.bostonherald.com/node/1064698316\" data-widget-id=\"AR_1\" data-ob-template=\"bostonherald\" ></div>\n\t\t<br />\n\t\t\n\t\t<div class=\"OUTBRAIN\" data-src=\"https://www.bostonherald.com/node/1064698316\" data-widget-id=\"AR_2\" data-ob-template=\"bostonherald\" ></div>\n\t\t<script type=\"text/javascript\" async=\"async\" src=\"//widgets.outbrain.com/outbrain.js\"></script>\n    <br />\n        \n    <!-- Social Links -->\n    <iframe src=\"/socialbuttons.html?url=https://www.bostonherald.com/entertainment/movies/movie_news/2014/12/selma_ava_duvernay_and_oprah_winfrey_turn_60s_civil_unrest&shorturl=https://www.bostonherald.com/node/1064698316\" width=\"640\" height=\"85\" scrolling=\"no\" id=\"sociallinks\"></iframe>\n    \n     <!-- Share Url / Print -->\n    \n\t\t <div id=\"printpage\">\n\t    <a href=\"javascript:void();\" onclick=\"window.print();\" class=\"printbutton\">Print This Page</a>\n\t    <a href=\"javascript:emailCurrentPage()\" target=\"_new\" class=\"emailbutton\">Email This Page</a>\n    </div>\n\n    \n    <div class=\"clearfix\">\n\t    \t      <nav class=\"links node-links clearfix\"></nav>\n\t    \t  </div>\n\n  </div>\n\n  \n</article>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-311\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <!-- outbrain -->  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-bh-custom-blocks-join-convo\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    \n  <div class=\"view view-comment-button view-id-comment_button\">\n    <div class=\"view-content\">\n      <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n        <article>\n          <h2>\n            <a href=\"/comments/1064698316\">Join The Conversation</a>\n          </h2>\n          <h3>\n              <a href=\"/comments/1064698316\" title=\"Join The Conversation\">View Comments</a> (<a href=\"/comments/1064698316#disqus_thread\" data-disqus-identifier=\"node/1064698316\" itemprop=\"discussionUrl\">Be the first to comment</a>)&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"/comments/1064698316\" title=\"Join The Conversation - Add a Comment\">Add a Comment</a>\n          </h3>\n        </article>\n      </div>\n    </div>\n  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-151\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <center><script type=\"text/javascript\"><!--\ngoogle_ad_client = \"ca-pub-1030395994297178\";\n/* Edge Display */\ngoogle_ad_slot = \"8361389890\";\ngoogle_ad_width = 336;\ngoogle_ad_height = 280;\n//-->\n</script>\n<script type=\"text/javascript\"\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\n</script></center>  </div>\n\n  \n  </div>\n</div>\n  </div>\n  <div class=\"panel-panel grid-7 omega\">\n    <div class=\"inside\"><div class=\"panel-pane pane-block pane-oas-middle\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-782136025\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-782136025\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-782136025\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-custom pane-1\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div class=\"ndn_embed\" data-config-widget-id=\"21772\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90017\"></div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-1105\" >\n  \n        <h2 class=\"pane-title\" class=\"panel-title\">Top Entertainment Stories</h2>\n    \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"parselyTop\"></div>\n<script> \nfunction parselyTop(response) {\n    var parselyTopDiv = jQuery(\"#parselyTop\");\n\n        jQuery.each(response.data, function(i, record) {\n            parselyTopDiv.append(jQuery('<div class=\"shared-item clearfix\"><dl class=\"field field-name-field-section clearfix\">'+\n   '<dt class=\"field-label element-invisible\">Section:&nbsp;</dt>'+\n   '<dd class=\"field-item\">'+record.section+'</dd>'+\n'</dl>'+\n'<h2 class=\"node-title\"><a href=\"'+record.url+'?utm_campaign=bostonherald_top_stories&utm_source=bostonherald&utm_medium=top_stories\" title=\"'+record.title+'\">'+record.title+'</a></h2>'));\n        });\n    }\n</script>\n<script src=\"http://api.parsely.com/v2/analytics/tag/section-Entertainment/detail?apikey=bostonherald.com&pub_days=2&limit=4&callback=parselyTop\" async></script>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-oas-middle1\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-760257953\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-760257953\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-760257953\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-316\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"nmWidgetContainer\" data-client=\"548\"></div>\n<script src=\"http://cdn.nmcdn.us/js/connect.js\"></script>\n<script type=\"text/javascript\">\nNM.init({ClientID: 548});\n</script>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-oas-middle2\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-702692301\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-702692301\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-702692301\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n</div>\n  </div>\n</div>    </div>\n  </div>\n</div>      </div>\n</div>  </div>\n</div></section>    \n  \n      <footer id=\"section-footer\" class=\"section section-footer\">\n  <div id=\"zone-footer-wrapper\" class=\"zone-wrapper zone-footer-wrapper clearfix\">  \n  <div id=\"zone-footer\" class=\"zone zone-footer clearfix container-24\">\n    <div class=\"grid-24 region region-footer-first\" id=\"region-footer-first\">\n  <div class=\"region-inner region-footer-first-inner\">\n    <div class=\"block block-oas block-bottom block-oas-bottom odd block-without-title\" id=\"block-oas-bottom\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-1040227273\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1040227273\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-1040227273\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-24 region region-footer-second\" id=\"region-footer-second\">\n  <div class=\"region-inner region-footer-second-inner\">\n    <div class=\"block block-block block-436 block-block-436 odd block-without-title\" id=\"block-block-436\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"bh-site-map\">\n\t<li>\n\t\t<a href=\"/news\" title=\"News & Opinion\"><strong>News & Opinion</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/news_opinion/local_coverage\" title=\"Local Coverage\">Local Coverage</a></li>\n\t\t\t<li><a href=\"/news_opinion/local_politics\" title=\"Local Politics\">Local Politics</a></li>\n\t\t\t<li><a href=\"/news_opinion/columnists\" title=\"Columnists\">Columnists</a></li>\n\t\t\t<li><a href=\"/news_opinion/opinion\" title=\"Opinion\">Opinion</a></li>\n\t\t\t<li><a href=\"/news_opinion/national\" title=\"National\">National</a></li>\n\t\t\t<li><a href=\"/news_opinion/us_politics\" title=\"U.S. Politics\">U.S. Politics</a></li>\n\t\t\t<li><a href=\"/news_opinion/international\" title=\"International\">International</a></li>\n\t\t\t<li><a href=\"/news_opinion/offbeat_news\" title=\"Offbeat News\">Offbeat News</a></li>\n\t\t\t<li><a href=\"/news_opinion/obituaries\" title=\"Obituaries\">Obituaries</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/sports\" title=\"Sports\"><strong>Sports</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/sports/red_sox_mlb\" title=\"Red Sox &amp; MLB\">Red Sox &amp; MLB</a></li>\n\t\t\t<li><a href=\"/sports/patriots_nfl\" title=\"Patriots &amp; NFL\">Patriots &amp; NFL</a></li>\n\t\t\t<li><a href=\"/sports/celtics_nba\" title=\"Celtics &amp; NBA\">Celtics &amp; NBA</a></li>\n\t\t\t<li><a href=\"/sports/bruins_nhl\" title=\"Bruins &amp; NHL\">Bruins &amp; NHL</a></li>\n\t\t\t<li><a href=\"/sports/college\" title=\"College\">College</a></li>\n\t\t\t<li><a href=\"/sports/revolution_soccer\" title=\"Revolution &amp; Soccer\">Revolution &amp; Soccer</a></li>\n\t\t\t<li><a href=\"/sports/golf\" title=\"Golf\">Golf</a></li>\n\t\t\t<li><a href=\"/sports/columnists\" title=\"Columnists\">Columnists</a></li>\n\t\t\t<li><a href=\"/sports/high_school\" title=\"High School\">High School</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/entertainment\" title=\"Entertainment\"><strong>Entertainment</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/entertainment/arts_culture\" title=\"Arts & Culture\">Arts & Culture</a></li>\n\t\t\t<li><a href=\"/entertainment/movies\" title=\"\">Movies</a></li>\n\t\t\t<li><a href=\"/entertainment/music\" title=\"\">Music</a></li>\n\t\t\t<li><a href=\"/entertainment/food_dining\" title=\"\">Food & Dining</a></li>\n\t\t\t<li><a href=\"/entertainment/health_fitness\" title=\"\">Health & Fitness</a></li>\n\t\t\t<li><a href=\"/entertainment/travel\" title=\"Travel\">Travel</a></li>\n\t\t\t<li><a href=\"/entertainment/lifestyle\" title=\"Lifestyle\">Lifestyle</a></li>\n\t\t\t<li><a href=\"/entertainment/style_fashion\" title=\"Style & Fashion\">Style & Fashion</a></li>\n\t\t\t<li><a href=\"/entertainment/books\" title=\"Books\">Books</a></li>\n\t\t\t<li><a href=\"/entertainment/television\" title=\"Television\">Television</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/inside_track/inside_track\" title=\"The Inside Track\"><strong>The Inside Track</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/inside_track/celebrity_news\" title=\"\">Celebrity News</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/business\" title=\"Business\"><strong>Business</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/business/real_estate\" title=\"Real Estate\">Real Estate</a></li>\n\t\t\t<li><a href=\"/business/media_marketing\" title=\"Media & Marketing\">Media & Marketing</a></li>\n\t\t\t<li><a href=\"/business/automotive\" title=\"Automotive\">Automotive</a></li>\n\t\t\t<li><a href=\"/business/business_markets\" title=\"Business & Markets\">Business & Markets</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"http://www.heraldmedia.com/bostonHerald/index.html\" title=\"About The Boston Herald\"><strong>About The Herald</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/about/news_tip\" title=\"Send a News Tip\">Send a News Tip</a></li>\n\t\t\t<li><a href=\"/about/contact\" title=\"Contact Us\">Contact Us</a></li>\n\t\t\t<li><a href=\"https://plus.google.com/u/0/113097839281026181771?prsrc=3\" title=\"The Boston Herald on Google+\" target=\"_blank\">Google+</a></li>\n\t\t\t<li><a href=\"http://twitter.com/bostonherald\" title=\"The Boston Herald on Twitter\" target=\"_blank\">Twitter</a></li>\n\t\t\t<li><a href=\"http://www.facebook.com/pages/BostonHeraldcom/197211981599\" title=\"The Boston Herald on Facebook\" target=\"_blank\">Facebook</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/classifieds\" title=\"Boston Herald Classifieds\"><strong>Classifieds</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"http://directory.bostonherald.com/boston+ma.z.html\" title=\"Boston Business Directory\" target=\"_blank\">Boston Business Directory</a></li>\n\t\t\t<li><a href=\"http://www.carfind.com/\" title=\"Carfind\">Carfind</a></li>\n\t\t\t<li><a href=\"http://www.homefind.com/\" title=\"Homefind\">Homefind</a></li>\n\t\t\t<li><a href=\"/classifieds/jobfind\" title=\"Jobfind\">Jobfind</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/classifieds/extras\" title=\"Boston Herald Extras\"><strong>Extras</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/about/home_delivery/\" title=\"The Boston Herald - Home Delivery\">Home Delivery</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/horoscope\">Horoscope</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/lottery\" title=\"The Boston Herald - Lottery Results\">Lottery</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/contests\" title=\"Contest Corner\">Contest Corner</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/crossword\" title=\"The Boston Herald - Crossword\">Crossword</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/weather\" title=\"Weather\">Weather</a></li>\n<li><a href=\"/user\">Log In</a></li>\n\t\t</ul>\n\t</li>\n</ul>\n\n<!-- Orange -->\n\n<ul id=\"bh-footer-nav\" class=\"clearfix\">\n\t<li class=\"first\"><a href=\"/about/advertising/advertise_with_us\" title=\"Advertise With Us\">Advertise With Us</a></li>\n\t<li><a href=\"http://store.heraldinteractive.com/\" title=\"Purchase Boston Herald Back Copies\">Purchase Back Copies</a></li>\n\t<li><a href=\"/about/news_tip\" title=\"Send a News Tip\">Send a News Tip</a></li>\n\t<li><a href=\"/about/herald_history/2012/12/send_letter_editor\" title=\"Contact Us\">Contact Us</a></li>\n\t<li><a href=\"/about/home_delivery\" title=\"Boston Herald Home Delivery\">Home Delivery</a></li>\n\t<li><a href=\"http://bostonherald.newspaperdirect.com/epaper/viewer.aspx\" title=\"Boston Herald Electronic Edition\" target=\"_blank\">Electronic Edition</a></li>\n\t<li><a href=\"/about/apps\" title=\"Mobile and Apps\">Mobile and Apps</a></li>\n<li class=\"last\"><a href=\"/about/newsletters\" title=\"Sign up for Herald Newsletters\">Herald Newsletters</a></li>\n</ul>\n\n<!-- Extras -->\n\n<ul id=\"footer-extra\">\n\t<li>\n\t\t<p><a href=\"http://www.bostonherald.com/about/home_delivery/\" title=\"$ave on Boston Herald Home Delivery\">$ave on Boston Herald Home Delivery</a></p>\n\t</li>\n\t<!--\n<li>\n\t\t<p><a href=\"http://hotjobs.yahoo.com/job-search;_ylc=X3oDMTFka204b2luBF9TAzM5NjUxMTI1MQRwYXJ0bmVyA2Jvc3RvbmhlcmFsZARzcmMDY29uc29sZQ--?partner=bostonherald&kw=bostonherald.com&locations=Boston%2C+MA&metro_search_proxy=1&metro_search=1&industry=\" target=\"_new\" title=\"Jobs with Herald Media\">Jobs with Herald Media</a></p>\n\t\t</li>\n-->\n\t<li>\n\t\t<p>For back copy and collectible issue information please call 617-619-6265.&nbsp;&nbsp;<a href=\"http://www.bostonherald.com/store\" title=\"Click here for Celtics, Patriots and Red Sox, and Bruins back copies\">Click here for Celtics, Patriots and Red Sox, and Bruins back copies</a></p>\n\t</li>\n\t<li>\n\t\t\t<a href=\"http://www.bostonheraldineducation.com\" target=\"_blank\" id=\"nie\">Newspapers In Education</a>\n      <a href=\"http://bostonheraldnie.newspaperdirect.com\" target=\"_blank\" id=\"niesmart\">Boston Herald NIE SmartEdition!</a>\n      <a href=\"http://www.massliteracy.org\" target=\"_blank\" id=\"masslit\">Mass Literacy</a>\n\t</li>\n\t<li>\n\t\t<p>&copy; Copyright by the Boston Herald and Herald Media.</p><br />\n\t\t<p>No portion of BostonHerald.com or its content may be reproduced without the owner's written permission.</p> <br>\n\t\t<p><a href=\"/about/privacy_policy\" title=\"The Boston Herald Privacy Policy\">Privacy Policy</a> | <a href=\"/about/terms_of_service\" title=\"The Boston Herald Terms of Service\">Terms of Service</a></p>\n\t</li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div></footer>  </div>  <script type=\"text/javascript\">\n<!--\n\tsr_actioncode = 0;\n\tsr_actionvalue = 10128362;\n-->\n</script>\n<script type=\"text/javascript\">\n\tdocument.write(\"<scr\"+\"ipt type='text/javascr\"+\"ipt' src='\"+(location.protocol.indexOf('https')>-1 ? \"https://\" : \"http://\")+\"beacon.afy11.net/srbeacon.js?behavioralGroupId=10128362'>\");\n\tdocument.write(\"</scr\"+\"ipt>\");\n</script>  \n<!-- Reskin Overlay -->\n<div id=\"reskin_overlay\">\n\t<script type='text/javascript'>\n    googletag.display('reskin_overlay');\n  </script>\n</div>\n<!-- Reskin Overlay -->\n\n<!-- DISQUS -->\n<script type=\"text/javascript\">\n  /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n  var disqus_shortname = 'bostonherald'; // required: replace example with your forum shortname\n\n  /* * * DON'T EDIT BELOW THIS LINE * * */\n  (function () {\n    var s = document.createElement('script'); s.async = true;\n    s.type = 'text/javascript';\n    s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';\n    (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n  }());\n</script>\n<!-- END DISQUS -->\n\n<script type=\"text/javascript\">\nvar pubId=27330;\nvar pixId=114;\nvar pm_async = true;\n</script>\n\n<script src='https://ads.pubmatic.com/AdServer/js/universalpixel.js' type=\"text/javascript\">\n</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"db1f826034\",\"applicationID\":\"3177555\",\"transactionName\":\"ZQZVYkFQDEBUVk0KWFxMdlVHWA1dGkVYBFJtDlZYUlYHQWpbVgdSbRVeU0RuElJSUA==\",\"queueTime\":0,\"applicationTime\":664,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"SUFWFAlKH04=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>"
  },
  {
    "path": "tests/data/html/bostonherald.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML+RDFa 1.0//EN\"\n  \"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\"\n  xmlns:og=\"http://ogp.me/ns#\"\n  xmlns:fb=\"http://www.facebook.com/2008/fbml\"\n  xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n  xmlns:dc=\"http://purl.org/dc/terms/\"\n  xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\n  xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\n  xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\n  xmlns:sioct=\"http://rdfs.org/sioc/types#\"\n  xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\">\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Ug8FWFVQGwABU1ZXAgQ=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta property=\"article:tag\" content=\"Chrome Industries\" />\n<meta property=\"description\" content=\"\n\n    \n          Chrome Industries&#039; Mini Buran laptop messenger bag ($140) is a good in\n      \n\" />\n<meta property=\"news_keywords\" content=\"Chrome Industries, Sports Items, Gift Guide\" />\n<meta property=\"article:tag\" content=\"Sports Items\" />\n<meta property=\"article:tag\" content=\"Gift Guide\" />\n<meta name='parsely-page' content='{\"link\":\"https:\\/\\/www.bostonherald.com\\/gift_guide\\/sports_items\\/2014\\/12\\/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\",\"type\":\"post\",\"post_id\":\"1064691049\",\"title\":\"Chrome Industries\\u0027 Mini Buran laptop messenger bag is meant to last\",\"pub_date\":\"2014-12-17T03:25:00Z\",\"tags\":[\"Chrome Industries\",\"section-Gift Guide\"],\"authors\":[\"Sean Griffin\"],\"section\":\"Sports Items\"}' /><meta property=\"article:modified_time\" content=\"2014-12-18T08:28:51-05:00\" />\n<meta property=\"article:published_time\" content=\"2014-12-16T22:25:00-05:00\" />\n<meta property=\"article:section\" content=\"Chrome Industries\" />\n<meta property=\"keywords\" content=\"Chrome Industries, Sports Items, Gift Guide\" />\n<meta http-equiv=\"refresh\" content=\"300\" />\n<meta name=\"description\" content=\"Chrome Industries&#039; Mini Buran laptop messenger bag ($140) is a good in\" />\n<meta about=\"/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" property=\"sioc:num_replies\" content=\"0\" datatype=\"xsd:integer\" />\n<meta content=\"Chrome Industries&#039; Mini Buran laptop messenger bag is meant to last\" about=\"/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" property=\"dc:title\" />\n<link rel=\"shortlink\" href=\"/node/1064691049\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<meta property=\"twitter:description\" content=\"Chrome Industries&#039; Mini Buran laptop messenger bag ($140) is a good in\" />\n<link rel=\"canonical\" href=\"//www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta property=\"twitter:title\" content=\"Chrome Industries&#039; Mini Buran laptop messenger bag is meant to last\" />\n<link rel=\"shortcut icon\" href=\"//www.bostonherald.com/sites/default/files/images/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n  <title>Sports Items  | Boston Herald</title>\n  <style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/modules/system/system.base.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.menus.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.messages.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/system/system.theme.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/modules/aggregator/aggregator.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/comment/comment.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/date/date_api/date.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/field/theme/field.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/mollom/mollom.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/node/node.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/poll/poll.css?nhbap5\");\n@import url(\"//www.bostonherald.com/modules/user/user.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views/css/views.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/modules/ctools/css/ctools.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/lightbox2/css/lightbox.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/panels/css/panels.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/rate/rate.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish-vertical.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/libraries/superfish/css/superfish-navbar.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views_slideshow/views_slideshow.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/modules/print/css/printlinks.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/basics.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/custom_blocks.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/navigation.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/view-story_slots.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/taxonomy/taxonomy-styles.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/bhr.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"print\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/print.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/alpha-reset.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/alpha-alpha.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/formalize.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/omega-branding.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/omega/css/omega-forms.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/layout-node.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/layout-node-article.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/global.css?nhbap5\");</style>\n<style type=\"text/css\" media=\"all\">@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/ike-omega-alpha-default.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/ike_omega/css/ike-omega-alpha-default-normal.css?nhbap5\");\n@import url(\"//www.bostonherald.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-24.css?nhbap5\");</style>\n  <script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_xAPl0qIk9eowy_iS9tNkCWXLUVoat94SQT48UBCFkyQ.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar bh_dfp_ad_slot = bh_dfp_ad_slot || \"/3771966/BostonHerald/gift_guide/sports_items\";\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"//www.googletagservices.com/tag/js/gpt.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_LPQUedRJ45VZkLLqi74HPxlsWNh1DPKP89Q87dZNdbM.js\"></script>\n<script type=\"text/javascript\" src=\"//apis.google.com/js/plusone.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_wADqrksbLjpADrEP1u4pHYthtl35__ZprOG3i8_l2SE.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/all/modules/lightbox2/js/lightbox.js?1420285616\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_YgBRcvQohgPe1B2xdv3XbvAJCLbjiMcxZ5bRAhg9y4s.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-107188472\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_skSaZdSwdso6ZSA6K49b7nrI1RsaM6XWBSE8pWgkGrY.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-1405377357\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [160,600], \"div-gpt-ad-2016138396\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1995025315\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [[988,250],[988,90],[970,250],[970,90]], \"div-gpt-ad-687613395\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-81062307\").addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar bh_IsBlog = false; var bh_TID = 280471; var bh_Type = \"article\"; var bh_Source = \"\";\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.pubads().setTargeting(\"entity\",\"node\");\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\n//defines\ngoogletag.defineOutOfPageSlot(bh_dfp_ad_slot, \"div-gpt-ad-oop\").addService(googletag.pubads());\n         googletag.defineSlot(bh_dfp_ad_slot, [1,1], \"div-gpt-ad-1by1\").addService(googletag.pubads());\n         googletag.defineSlot(bh_dfp_ad_slot, [1900,2000], \"reskin_overlay\").addService(googletag.pubads());\n\n         googletag.pubads().enableSyncRendering();\n         googletag.pubads().enableSingleRequest();\n         googletag.enableServices();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_dFSwRD_YjUaZFy5PeT-GVRxSvG9i3JUg1PWEAXn9noQ.js\"></script>\n<script type=\"text/javascript\" src=\"//www.bostonherald.com/sites/default/files/js/js_uwrfBOJCFVq42muTMjrq2bD-RUh8NNq_fZRTb6dsNb4.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\njQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"ike_omega\",\"theme_token\":\"GNgJR9crbOjG4RwGyxPuHELRkZDHRbwf1wRnZ-QFJZ0\",\"js\":{\"misc\\/jquery.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"0\":1,\"http:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\":1,\"sites\\/all\\/modules\\/mollom\\/mollom.js\":1,\"https:\\/\\/apis.google.com\\/js\\/plusone.js\":1,\"sites\\/all\\/modules\\/lightbox2\\/js\\/auto_image_handling.js\":1,\"sites\\/all\\/modules\\/lightbox2\\/js\\/lightbox.js\":1,\"sites\\/all\\/modules\\/panels\\/js\\/panels.js\":1,\"sites\\/all\\/libraries\\/superfish\\/jquery.hoverIntent.minified.js\":1,\"sites\\/all\\/libraries\\/superfish\\/jquery.bgiframe.min.js\":1,\"sites\\/all\\/libraries\\/superfish\\/superfish.js\":1,\"sites\\/all\\/libraries\\/superfish\\/supersubs.js\":1,\"sites\\/all\\/libraries\\/superfish\\/supposition.js\":1,\"sites\\/all\\/libraries\\/superfish\\/sftouchscreen.js\":1,\"sites\\/all\\/modules\\/views_slideshow\\/js\\/views_slideshow.js\":1,\"sites\\/all\\/modules\\/disqus\\/disqus.js\":1,\"1\":1,\"sites\\/all\\/libraries\\/jquery.cycle\\/jquery.cycle.all.min.js\":1,\"sites\\/all\\/libraries\\/json2\\/json2.js\":1,\"sites\\/all\\/modules\\/views_slideshow\\/contrib\\/views_slideshow_cycle\\/js\\/views_slideshow_cycle.js\":1,\"2\":1,\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"7\":1,\"8\":1,\"9\":1,\"sites\\/all\\/themes\\/ike_omega\\/js\\/jquery.equalheights.js\":1,\"sites\\/all\\/themes\\/ike_omega\\/js\\/custom.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/jquery.formalize.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/omega-mediaqueries.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/omega-equalheights.js\":1},\"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\\/aggregator\\/aggregator.css\":1,\"modules\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"sites\\/all\\/modules\\/mollom\\/mollom.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/poll\\/poll.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/lightbox2\\/css\\/lightbox.css\":1,\"sites\\/all\\/modules\\/panels\\/css\\/panels.css\":1,\"sites\\/all\\/modules\\/rate\\/rate.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish-vertical.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish-navbar.css\":1,\"sites\\/all\\/modules\\/views_slideshow\\/views_slideshow.css\":1,\"sites\\/all\\/modules\\/views_slideshow\\/contrib\\/views_slideshow_cycle\\/views_slideshow_cycle.css\":1,\"sites\\/all\\/modules\\/print\\/css\\/printlinks.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/basics.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/custom_blocks.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/navigation.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/view-story_slots.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/taxonomy\\/taxonomy-styles.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/bhr.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/print.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-reset.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-alpha.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/formalize.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-branding.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-forms.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/layout-node.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/layout-node-article.css\":1,\"sites\\/all\\/themes\\/ike_omega\\/css\\/global.css\":1,\"normal::sites\\/all\\/themes\\/ike_omega\\/css\\/ike-omega-alpha-default.css\":1,\"normal::sites\\/all\\/themes\\/ike_omega\\/css\\/ike-omega-alpha-default-normal.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/normal\\/alpha-default-normal-24.css\":1}},\"jcarousel\":{\"ajaxPath\":\"\\/jcarousel\\/ajax\\/views\"},\"lightbox2\":{\"rtl\":0,\"file_path\":\"\\/(\\\\w\\\\w\\/)public:\\/\",\"default_image\":\"\\/sites\\/all\\/modules\\/lightbox2\\/images\\/brokenimage.jpg\",\"border_size\":10,\"font_color\":\"000\",\"box_color\":\"fff\",\"top_position\":\"\",\"overlay_opacity\":\"0.8\",\"overlay_color\":\"000\",\"disable_close_click\":1,\"resize_sequence\":0,\"resize_speed\":400,\"fade_in_speed\":400,\"slide_down_speed\":600,\"use_alt_layout\":0,\"disable_resize\":0,\"disable_zoom\":1,\"force_show_nav\":0,\"show_caption\":1,\"loop_items\":0,\"node_link_text\":\"View Image Details\",\"node_link_target\":0,\"image_count\":\"Image !current of !total\",\"video_count\":\"Video !current of !total\",\"page_count\":\"Page !current of !total\",\"lite_press_x_close\":\"press \\u003Ca href=\\u0022#\\u0022 onclick=\\u0022hideLightbox(); return FALSE;\\u0022\\u003E\\u003Ckbd\\u003Ex\\u003C\\/kbd\\u003E\\u003C\\/a\\u003E to close\",\"download_link_text\":\"\",\"enable_login\":false,\"enable_contact\":false,\"keys_close\":\"c x 27\",\"keys_previous\":\"p 37\",\"keys_next\":\"n 39\",\"keys_zoom\":\"z\",\"keys_play_pause\":\"32\",\"display_image_size\":\"original\",\"image_node_sizes\":\"()\",\"trigger_lightbox_classes\":\"\",\"trigger_lightbox_group_classes\":\"\",\"trigger_slideshow_classes\":\"\",\"trigger_lightframe_classes\":\"\",\"trigger_lightframe_group_classes\":\"\",\"custom_class_handler\":\"lightbox\",\"custom_trigger_classes\":\"img.photo-gal\",\"disable_for_gallery_lists\":1,\"disable_for_acidfree_gallery_lists\":true,\"enable_acidfree_videos\":true,\"slideshow_interval\":25000,\"slideshow_automatic_start\":1,\"slideshow_automatic_exit\":0,\"show_play_pause\":1,\"pause_on_next_click\":0,\"pause_on_previous_click\":0,\"loop_slides\":0,\"iframe_width\":600,\"iframe_height\":400,\"iframe_border\":1,\"enable_video\":0},\"disqusComments\":\"bostonherald\",\"viewsSlideshow\":{\"photo_box-single_node_images\":{\"methods\":{\"goToSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"nextSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"pause\":[\"viewsSlideshowControls\",\"viewsSlideshowCycle\"],\"play\":[\"viewsSlideshowControls\",\"viewsSlideshowCycle\"],\"previousSlide\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\",\"viewsSlideshowCycle\"],\"transitionBegin\":[\"viewsSlideshowPager\",\"viewsSlideshowSlideCounter\"],\"transitionEnd\":[]},\"paused\":0}},\"viewsSlideshowPager\":{\"photo_box-single_node_images\":{\"bottom\":{\"type\":\"viewsSlideshowPagerFields\"}}},\"viewsSlideshowPagerFields\":{\"photo_box-single_node_images\":{\"bottom\":{\"activatePauseOnHover\":0}}},\"viewsSlideshowCycle\":{\"#views_slideshow_cycle_main_photo_box-single_node_images\":{\"num_divs\":1,\"id_prefix\":\"#views_slideshow_cycle_main_\",\"div_prefix\":\"#views_slideshow_cycle_div_\",\"vss_id\":\"photo_box-single_node_images\",\"effect\":\"fade\",\"transition_advanced\":1,\"timeout\":0,\"speed\":700,\"delay\":0,\"sync\":1,\"random\":0,\"pause\":1,\"pause_on_click\":0,\"action_advanced\":0,\"start_paused\":0,\"remember_slide\":0,\"remember_slide_days\":1,\"pause_in_middle\":0,\"pause_when_hidden\":0,\"pause_when_hidden_type\":\"full\",\"amount_allowed_visible\":\"\",\"nowrap\":0,\"fixed_height\":1,\"items_per_slide\":1,\"wait_for_image_load\":1,\"wait_for_image_load_timeout\":3000,\"cleartype\":0,\"cleartypenobg\":0,\"advanced_options\":\"{}\"}},\"omega\":{\"layouts\":{\"primary\":\"normal\",\"order\":[\"normal\"],\"queries\":{\"normal\":\"all and (min-width: 520px) and (min-device-width: 520px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)\"}}}});\n//--><!]]>\n</script>\n  \n  <!--[if lt IE 8]>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/sites/all/themes/ike_omega/css/ie.css\" />\n\t<![endif]-->\n\t\n\t<!-- Windows 8 tile -->\n\t<meta name=\"application-name\" content=\"The Boston Herald\"/> \n\t<meta name=\"msapplication-TileColor\" content=\"#005e9b\"/> \n\t<meta name=\"msapplication-TileImage\" content=\"213c8c33-9b77-486e-a54f-d4efd5a7fe09.png\"/>\n\t\n<link rel=\"apple-touch-icon\" href=\"/touch-icon-iphone.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/touch-icon-ipad.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/touch-icon-iphone-retina.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/touch-icon-ipad-retina.png\" />\n\n  <script type=\"text/javascript\" async src=\"//launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n\t\n</head>\n<body class=\"html not-front not-logged-in page-node page-node- page-node-1064691049 node-type-article context-gift-guide page-taxonomy-term-ancestor-first-280436 page-taxonomy-term-280471\">\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5ZZ6\"\n                  height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n    '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n  })(window,document,'script','dataLayer','GTM-5ZZ6');</script>\n<!-- End Google Tag Manager -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"bostonherald.com\"></div>\n</div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n  <div id=\"skip-link\">\n    <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>\n  </div>\n  <div class=\"region region-page-top\" id=\"region-page-top\">\n  <div class=\"region-inner region-page-top-inner\">\n    <!-- BostonHerald out-of-page -->\n      <div id='div-gpt-ad-oop'>\n      <script type='text/javascript'>\n          googletag.display('div-gpt-ad-oop');\n      </script>\n      </div>\n      <!-- BostonHerald 1x1 -->\n      <div id='div-gpt-ad-1by1'>\n      <script type='text/javascript'>\n          googletag.display('div-gpt-ad-1by1');\n      </script>\n      </div>  </div>\n</div>  <div class=\"page clearfix\" id=\"page\">\n      <header id=\"section-header\" class=\"section section-header\">\n\t<div id=\"header-wrap\" class=\"clearfix\">\n  \t<div id=\"zone-top-wrapper\" class=\"zone-wrapper zone-top-wrapper clearfix\">  \n  <div id=\"zone-top\" class=\"zone zone-top clearfix container-24\">\n    <div class=\"grid-5 region region-top-first\" id=\"region-top-first\">\n  <div class=\"region-inner region-top-first-inner\">\n    <div class=\"block block-menu-block block-9 block-menu-block-9 odd block-without-title\" id=\"block-menu-block-9\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"menu-block-wrapper menu-block-9 menu-name-menu-logo-link parent-mlid-0 menu-level-1\">\n  <ul class=\"menu\"><li class=\"first leaf menu-mlid-9609\"><a href=\"/\" title=\"\">Home - Boston Herald - www.bostonherald.com</a></li>\n<li class=\"leaf menu-mlid-9610\"><a href=\"/\" title=\"RSS - The Boston Herald\">RSS</a></li>\n<li class=\"leaf menu-mlid-9615\"><a href=\"/subscribe\" title=\"Subscribe to The Boston Herald\">Subscribe</a></li>\n<li class=\"leaf menu-mlid-16516\"><a href=\"/classifieds/extras\" title=\"The Boston Herald - Extras - Shopping, Crossword, Sudoku, Lottery Results, Coupons, Horoscope, Weather\">Extras</a></li>\n<li class=\"leaf menu-mlid-9611\"><a href=\"/classifieds/extras/crossword\" title=\"Crossword - The Boston Herald\">Crossword</a></li>\n<li class=\"last leaf menu-mlid-9614\"><a href=\"/classifieds/extras/lottery\" title=\"Lottery - The Boston Herald\">Lottery</a></li>\n</ul></div>\n    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-19 region region-top-second\" id=\"region-top-second\">\n  <div class=\"region-inner region-top-second-inner\">\n    <div class=\"block block-oas block-top block-oas-top odd block-without-title\" id=\"block-oas-top\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-1995025315\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-1995025315\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-1995025315\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div>  \n  <div id=\"zone-menu\" class=\"zone zone-menu clearfix container-24\">\n    <div class=\"grid-24 region region-menu full-width\" id=\"region-menu\">\n  <div class=\"region-inner region-menu-inner\">\n        <div class=\"block block-block block-1077 block-block-1077 odd block-without-title\" id=\"block-block-1077\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"herald-nav\" class=\"clearfix\">\n  <li id=\"home\"><a href=\"/\" title=\"The Boston Herald - Home\">Home</a></li>\n  <li id=\"news\"><a href=\"/news\" title=\"News & Opinion\">News & Opinion</a></li>\n  <li id=\"sports\"><a href=\"/sports\" title=\"Sports\">Sports</a></li>\n  <li id=\"business\"><a href=\"/business\" title=\"Business\">Business</a></li>\n  <li id=\"entertainment\"><a href=\"/entertainment\" title=\"Entertainment\">Entertainment</a> </li>\n  <li id=\"track\"><a href=\"/track\" title=\"Inside Track\" class=\"sf-depth-1 menuparent\">Inside Track</a></li>\n<li id=\"blogs\"><a href=\"/blogs\" title=\"Blogs\">Blogs</a></li>\n  <li id=\"photo\"><a href=\"/photos\" title=\"Photos\">Photos</a></li>\n  <li id=\"video\"><a href=\"/video\" title=\"Herald Video\" >Video</a></li>\n  <li id=\"radio\"><a href=\"/herald_radio\" title=\"Boston Herald Radio\" >Radio</a></li>\n  <li id=\"obituaries\"><a href=\"http://www.legacy.com/obituaries/bostonherald/\" title=\"Obituaries\" target=\"_blank\">Obituaries</a></li>\n  <li id=\"features\"><a href=\"/news_opinion/databases\" title=\"Special coverage and hot topics\">Features</a></li>\n  <li id=\"classifieds\"><a href=\"/classifieds\" title=\"Jobs, Autos, Homes, and Business listings\" >Classifieds</a></li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div>\n  </div>\n  \n  <div id=\"zone-header\" class=\"zone zone-header clearfix container-24\">\n    <div class=\"grid-6 region region-header-first\" id=\"region-header-first\">\n  <div class=\"region-inner region-header-first-inner\">\n    <!-- ESI: esi/block/ike_omega:header_first:views:last_updated-block--><div class=\"block block-views block-last-updated-block block-views-last-updated-block odd block-without-title\" id=\"block-views-last-updated-block\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-last-updated view-id-last_updated view-display-id-block view-dom-id-039cc32b31a9278c00192aef2ac4c4dc\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \n \n<article>\n   \n  <span class=\"views-field views-field-changed\">        <span class=\"field-content\">Saturday, January 3, 2015</span>  </span></article>\n \n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-12 region region-header-second\" id=\"region-header-second\">\n  <div class=\"region-inner region-header-second-inner\">\n    <!-- ESI: esi/block/ike_omega:header_second:views:abe4c28d5d96be0601864cc375a839c4--><div class=\"block block-views block-abe4c28d5d96be0601864cc375a839c4 block-views-abe4c28d5d96be0601864cc375a839c4 odd block-without-title\" id=\"block-views-abe4c28d5d96be0601864cc375a839c4\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-weather-current-conditions view-id-weather_current_conditions view-display-id-block view-dom-id-6fd8f9991a22c88b12055b581454a939\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    <div id=\"weather-teaser\">\n  <a href=\"/extras/weather\"><strong>Weather</strong><img src=\"http://www.bostonherald.com/sites/default/files/nt_partlycloudy_422.gif\" width=\"30\" height=\"30\" /> 23° F</a>\n</div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div><div class=\"block block-block block-11 block-block-11 odd block-without-title\" id=\"block-block-11\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"social-head-nav\">\n\t<li id=\"social-fb\"> <a href=\"http://www.facebook.com/pages/BostonHeraldcom/197211981599\" target=\"_blank\" title=\"Join the Boston Herald on Twitter\">Join the Boston Herald on Twitter</a></li>\n\t<li id=\"social-twt\"><a href=\"http://twitter.com/bostonherald\" target=\"_blank\" title=\"Follow the Boston Herald on Twitter\">Follow the Boston Herald on Twitter</a></li>\n\t<li id=\"social-goog\"><a href=\"https://plus.google.com/u/0/113097839281026181771?prsrc=3\" target=\"_blank\" title=\"Join the Boston Herald on Google+\">Join the Boston Herald on Google+</a></li>\n\t<li id=\"social-toob\"><a href=\"http://www.youtube.com/user/bostonherald\" target=\"_blank\" title=\"View Boston Herald videos on YouTube\">View Boston Herald videos on YouTube</a></li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-6 region region-header-third\" id=\"region-header-third\">\n  <div class=\"region-inner region-header-third-inner\">\n    <div class=\"block block-block block-1110 block-block-1110 odd block-without-title\" id=\"block-block-1110\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <script>\n  (function() {\n    var cx = '011156039655073670009:mv2nojszjlc';\n    var gcse = document.createElement('script');\n    gcse.type = 'text/javascript';\n    gcse.async = true;\n    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +\n        '//www.google.com/cse/cse.js?cx=' + cx;\n    var s = document.getElementsByTagName('script')[0];\n    s.parentNode.insertBefore(gcse, s);\n  })();\n</script>\n<gcse:searchbox-only queryParameterName=\"query\" resultsUrl=\"/search\"></gcse:searchbox-only>\n    </div>\n  </div>\n</div><!-- ESI: esi/block/ike_omega:header_third:views:6b7d5589cc19b27f22fd254c79bd7b30--><div class=\"block block-views block-6b7d5589cc19b27f22fd254c79bd7b30 block-views-6b7d5589cc19b27f22fd254c79bd7b30 odd block-without-title\" id=\"block-views-6b7d5589cc19b27f22fd254c79bd7b30\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-herald-radio-now-playing view-id-herald_radio_now_playing view-display-id-block_5 view-dom-id-18d52cdfda0bc853f5c068a09ef2bb79\">\n        \n  \n  \n      <div class=\"view-empty\">\n      <h2 class=\"hr-show-title\"><a href=\"http://bostonherald.com/herald_radio\" title=\"Boston Herald Radio Weekdays 6am to 6pm\"><strong>Listen Live</strong>Weekdays 6am to 6pm</a></h2>    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n<div id=\"zone-alert-wrapper\" class=\"zone-wrapper zone-alert-wrapper clearfix\">  \n  <div id=\"zone-alert\" class=\"zone zone-alert clearfix container-24\">\n    <div class=\"grid-24 region region-alert\" id=\"region-alert\">\n  <div class=\"region-inner region-alert-inner\">\n    <!-- ESI: esi/block/ike_omega:alert:views:breaking_news-breaking_news_bar--><div class=\"block block-oas block-x80 block-oas-x80 odd block-without-title\" id=\"block-oas-x80\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-687613395\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[988,250],[988,90],[970,250],[970,90]], \"div-gpt-ad-687613395\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-687613395\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div>  </div>\n</header>    \n      <section id=\"section-content\" class=\"section section-content\">\n  <div id=\"zone-content-wrapper\" class=\"zone-wrapper zone-content-wrapper clearfix\">  \n  <div id=\"zone-content\" class=\"zone zone-content clearfix container-24\">    \n          <div id=\"breadcrumb\" class=\"grid-24\"><h2 class=\"element-invisible\">You are here</h2><div class=\"breadcrumb\"><a href=\"/\">Home</a> » <a href=\"/gift_guide\">Gift Guide</a> » <a href=\"/gift_guide/sports_items\">Sports Items</a></div></div>\n        \n        <div class=\"grid-24 region region-content\" id=\"region-content\">\n  <div class=\"region-inner region-content-inner\">\n    <a id=\"main-content\"></a>\n                <h1 class=\"title\" id=\"page-title\">Sports Items <span class=\"tagline\"></span></h1>\n                <div class=\"tabs clearfix\"></div>        <div class=\"block block-system block-main block-system-main odd block-without-title\" id=\"block-system-main\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"panel-display omega_24_threecol_11_8_5\" id=\"bh_article\">\n  <div class=\"panel-panel grid-11 alpha\">\n    <div class=\"inside\"><div class=\"panel-pane pane-node-content\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <article itemscope itemtype=\"http://schema.org/NewsArticle\"  about=\"/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" typeof=\"sioc:Item foaf:Document\" class=\"node node-article node-published node-not-promoted node-not-sticky author-sean-griffin odd clearfix\" id=\"node-article-1064691049\">\n  \n  <header>\n    \n    <meta itemprop=\"name\" content=\"Chrome Industries' Mini Buran laptop messenger bag is meant to last | Boston Herald\" />\n    \n    <!-- Title -->\n    <h1 itemprop=\"headline\"  property=\"dc:title\" datatype=\"\" class=\"node-title\">Chrome Industries' Mini Buran laptop messenger bag is meant to last</h1>\n\n    <!-- Subtitle -->\n    <h2 itemprop=\"alternativeHeadline\" class=\"node-subtitle\"></h2>\n\n  </header>\n\n  <!-- Content -->\n  <div class=\"content clearfix\">\n  \n\t  <!-- date/email/print/comments -->\n    <div class=\"node-metainfo clearfix\">\n      <!-- Published At Date -->\n      <time itemprop=\"datePublished\" datetime=\"2014-12-16T22:25:00-05:00\" class=\"field field-name-field-published-at field-type-datestamp field-label-hidden\">Tuesday, December 16, 2014</time>\n      <div class=\"node-action\">\n        <!-- Print/Email -->\n        <span class=\"print_html\"><a href=\"http://www.bostonherald.com/print/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" title=\"Display a printer-friendly version of this page.\" class=\"print-page\" onclick=\"window.open(this.href); return false\" rel=\"nofollow\">Print</a></span><span class=\"print_mail\"><a href=\"http://www.bostonherald.com/printmail/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" title=\"Send this page by email.\" class=\"print-mail\" rel=\"nofollow\">Email</a></span>\n          <!-- Comment Count-->\n          <span class=\"node_commentcount\"><a href=\"/comments/1064691049#disqus_thread\" data-disqus-identifier=\"node/1064691049\" itemprop=\"discussionUrl\">Comments</a></span>\n\n      </div>\n\n    </div>\n    \n  \t<!-- Authors -->\n    <div class=\"node_author-inline clearfix\">\n\t    <h3>By:</h3>\n\t    \n<div class=\"field field-name-field-authors field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><a href=\"/users/sean_griffin\">Sean Griffin</a></div>\n      </div>\n</div>    </div>\n    \n    <!-- Content Insert -->\n    <div id=\"node_article-insert\" class=\"clearfix\">\n    \t<h3></h3>\n    \t    </div>\n    \n    \n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\" property=\"content:encoded\"><p><a href=\"http://www.chromeindustries.com/us/en/mini-buran\">Chrome Industries&#39; Mini Buran laptop messenger bag</a>&nbsp;($140)&nbsp;is a good investment for anyone who needs a sturdy bag that is built to last and can contain all of your stuff, whether it be a thin laptop or iPad. There are also small pockets for lighter objects.</p><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"195\"><tr>\r\n  <td height=\"12\"><span style=\"display:block;height:12px;width:12px;overflow:hidden;\">&nbsp;</span></td></tr></table>\r\n\r\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\"><tr>\r\n  <td><font class=\"bodyFont\" color=\"#cc6600\"><b>The article you requested has been archived</b></font></td>\r\n</tr><tr>\r\n  <td bgcolor=\"#999999\" height=\"1\" colspan=\"2\"><span style=\"display:block;height:1px;width:1px;overflow:hidden;\">&nbsp;</span></td>\r\n</tr><tr>\r\n  <td bgcolor=\"#efefef\" colspan=\"2\">\r\n    <table width=\"100%\" cellpadding=\"4\" cellspacing=\"2\" border=\"0\" bgcolor=\"#efefef\"><tr>\r\n      <td valign=\"top\">\r\n        <font class=\"bodyFont\">All coverage within bostonherald.com from the last 14 days remains <b>free of charge</b>. Articles do not always include original photos, charts or graphics.</font></td>\r\n    </tr><tr>\r\n      <td valign=\"top\">\r\n        <font class=\"buttonFont\" color=\"#333333\"> &raquo;\r\n        <a href=\"http://nl.newsbank.com/nl-search/we/Archives?p_product=BNHB&p_theme=bnhb&p_action=search&p_maxdocs=200&p_field_fselect-0=&p_text_fselect-0=Chrome+Industries%27+Mini+Buran+laptop+messenger+bag+is+meant+to+last&s_dispstring=all%28Chrome+Industries%27+Mini+Buran+laptop+messenger+bag+is+meant+to+last%29&p_field_date-0=YMD_date&p_params_date-0=date:B,E&p_perpage=10&p_sort=YMD_date:D&xcal_useweights=no\">Click here to search for this article within the archive.</a></font></td>\r\n    </tr></table>\r\n</td></tr></table></div>\n      </div>\n</div>    \n    <!-- Tags --> \n    <div id=\"node_article-tags\" class=\"clearfix\">\n    \t<h3>More On:</h3>\n    \t\n<div class=\"field field-name-field-tag-entity field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><a href=\"/topic/chrome_industries\">Chrome Industries</a></div>\n      </div>\n</div>    </div>\n    \n    <!-- Authors -->\n    <div id=\"node_author-blocks\" class=\"clearfix\">\n    \t<h3>Author(s):</h3>\n    \t\n<div class=\"field field-name-field-authors field-type-entityreference field-label-hidden\">\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><div class=\"author_blocks\"><div class=\"author_block clearfix\" itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><h3 class=\"author_name\"><a href=\"/users/sean_griffin\" itemprop=\"url\"><span itemprop=\"name\">Sean Griffin</span></a></h3><div class=\"placeholder-last\">&nbsp;</div></div></div></div>\n      </div>\n</div>    </div>\n    \n    <!-- Share This -->\n    <div class=\"sharethis-wrapper\"><span st_url=\"http://www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" st_title=\"Chrome Industries&amp;#039; Mini Buran laptop messenger bag is meant to last\" class=\"st_facebook_button\" displaytext=\"facebook\"></span>\n<span st_url=\"http://www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" st_title=\"Chrome Industries&amp;#039; Mini Buran laptop messenger bag is meant to last\" class=\"st_twitter_button\" displaytext=\"twitter\"></span>\n<span st_url=\"http://www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" st_title=\"Chrome Industries&amp;#039; Mini Buran laptop messenger bag is meant to last\" class=\"st_googleplus_button\" displaytext=\"googleplus\"></span>\n<span st_url=\"http://www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" st_title=\"Chrome Industries&amp;#039; Mini Buran laptop messenger bag is meant to last\" class=\"st_reddit_button\" displaytext=\"reddit\"></span>\n<span st_url=\"http://www.bostonherald.com/gift_guide/sports_items/2014/12/chrome_industries_mini_buran_laptop_messenger_bag_is_meant_to_last\" st_title=\"Chrome Industries&amp;#039; Mini Buran laptop messenger bag is meant to last\" class=\"st_linkedin_button\" displaytext=\"linkedin\"></span>\n<script type='text/javascript'>var switchTo5x = true;</script><script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'></script><script type='text/javascript'>stLight.options({\"publisher\":\"dr-512df3c0-5f09-fddb-e47a-715e1d9b3a0b\"});</script></div>    \n    <!-- Join The Conversation -->\n    \n  </div>\n\n  <div class=\"clearfix\">\n          <nav class=\"links node-links clearfix\"></nav>\n    \n      </div>\n</article>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-oas-middle1\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-107188472\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-107188472\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-107188472\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-20\" >\n  \n        <h2 class=\"pane-title\" class=\"panel-title\">Advertisement</h2>\n    \n  \n  <div class=\"pane-content clearfix\">\n    <script type=\"text/javascript\"><!--\n google_ad_client = \"pub-1030395994297178\";\n /* 336x280, created 5/6/08 */\n google_ad_slot = \"8490313844\";\n google_ad_width = 336;\n google_ad_height = 280;\n//-->\n</script>\n<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n  </div>\n\n  \n  </div>\n</div>\n  </div>\n  <div class=\"panel-panel grid-8\">\n    <div class=\"inside\"><div class=\"panel-pane pane-views pane-photo-box\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div class=\"view view-photo-box view-id-photo_box view-display-id-single_node_images view-dom-id-2fa9a6e6118f9c1390f812194d9bc6ae\">\n        \n  \n  \n      <div class=\"view-content\">\n      \n  <div class=\"skin-default\">\n    \n    <div id=\"views_slideshow_cycle_main_photo_box-single_node_images\" class=\"views_slideshow_cycle_main views_slideshow_main\"><div id=\"views_slideshow_cycle_teaser_section_photo_box-single_node_images\" class=\"views-slideshow-cycle-main-frame views_slideshow_cycle_teaser_section\">\n  <div id=\"views_slideshow_cycle_div_photo_box-single_node_images_0\" class=\"views-slideshow-cycle-main-frame-row views_slideshow_cycle_slide views_slideshow_slide views-row-1 views-row-odd\">\n  <div class=\"views-slideshow-cycle-main-frame-row-item views-row views-row-0 views-row-first views-row-odd\">\n  \n \n<article>\n   \n  <div class=\"views-field views-field-field-media\">        <div class=\"field-content\"><div id=\"file-4488667\" class=\"file file-image file-image-jpeg\" class=\"file file-image file-image-jpeg\">\n\n        <h2 class=\"element-invisible\"><a href=\"/file/4488667\">f645ad45a591c4a717067dcdf6c9ffd6.jpg</a></h2>\n    \n  \n  <div class=\"content\">\n    <img typeof=\"foaf:Image\" src=\"http://www.bostonherald.com/sites/default/files/styles/default/public/media/2014/12/17/f645ad45a591c4a717067dcdf6c9ffd6.jpg?itok=fL6PxSzP&amp;c=f36d32d0df7da27c28b6589a34ce07a8\" width=\"350\" height=\"290\" alt=\"\" title=\"\" />\n<div class=\"field field-name-field-authors field-type-entityreference field-label-inline clearfix\">\n      <h3 class=\"field-label\">Photo by:&nbsp;</h3>\n    <div class=\"field-items\">\n          <div class=\"field-item even\"><a href=\"/users/unknown\">Unknown</a></div>\n      </div>\n</div>  </div>\n\n  \n</div>\n</div>  </div></article>\n \n</div>\n</div>\n</div>\n</div>\n          <div class=\"views-slideshow-controls-bottom clearfix\">\n        <div id=\"widget_pager_bottom_photo_box-single_node_images\" class=\"views-slideshow-pager-fields widget_pager widget_pager_bottom views_slideshow_pager_field\">\n  <div id=\"views_slideshow_pager_field_item_bottom_photo_box-single_node_images_0\" class=\"views-slideshow-pager-field-item views_slideshow_pager_field_item views-row-odd\">\n  <div class=\"views-field-counter\">\n    <div class=\"views-content-counter\">\n    1  </div>\n</div>\n</div>\n</div>\n      </div>\n      </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-oas-middle\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-1405377357\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [[300,250],[300,600],[300,1050]], \"div-gpt-ad-1405377357\").addService(googletag.pubads()).setTargeting(\"above_the_fold\", \"True\");\n                       */\n                     \t      googletag.display(\"div-gpt-ad-1405377357\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-custom pane-1\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <iframe src=\"http://rcm.amazon.com/e/cm?t=wwwbostonhera-20&o=1&p=12&l=ur1&category=giftcardsseasonal&banner=07J78V1QR9YDJDGD8JG2&f=ifr\" width=\"300\" height=\"250\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\n  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-316\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"nmWidgetContainer\" data-client=\"548\"></div>\n<script src=\"http://cdn.nmcdn.us/js/connect.js\"></script>\n<script type=\"text/javascript\">\nNM.init({ClientID: 548});\n</script>  </div>\n\n  \n  </div>\n</div>\n  </div>\n  <div class=\"panel-panel grid-5 omega\">\n    <div class=\"inside\"><div class=\"panel-pane pane-block pane-oas-right\" >\n  \n      \n  \n  <div class=\"pane-content clearfix\">\n    <div id=\"div-gpt-ad-2016138396\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [160,600], \"div-gpt-ad-2016138396\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-2016138396\");\n                     \t    </script>\n                     \t  </div>  </div>\n\n  \n  </div>\n<div class=\"panel-separator\"></div><div class=\"panel-pane pane-block pane-block-19\" >\n  \n        <h2 class=\"pane-title\" class=\"panel-title\">Advertisement</h2>\n    \n  \n  <div class=\"pane-content clearfix\">\n    <script type=\"text/javascript\"><!--\n   google_ad_client = \"ca-pub-1030395994297178\";\n   /* 120x600 Rightmost Articles */\n   google_ad_slot = \"7467660351\";\n   google_ad_width = 120;\n   google_ad_height = 600;\n //--></script>\n<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>            \n  </div>\n\n  \n  </div>\n</div>\n  </div>\n</div>\n    </div>\n  </div>\n</div>      </div>\n</div>  </div>\n</div></section>    \n  \n      <footer id=\"section-footer\" class=\"section section-footer\">\n  <div id=\"zone-footer-wrapper\" class=\"zone-wrapper zone-footer-wrapper clearfix\">  \n  <div id=\"zone-footer\" class=\"zone zone-footer clearfix container-24\">\n    <div class=\"grid-24 region region-footer-first\" id=\"region-footer-first\">\n  <div class=\"region-inner region-footer-first-inner\">\n    <div class=\"block block-oas block-bottom block-oas-bottom odd block-without-title\" id=\"block-oas-bottom\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"div-gpt-ad-81062307\" >\n                       <script type=\"text/javascript\">\n                       /*\n                       googletag.defineSlot(bh_dfp_ad_slot, [728,90], \"div-gpt-ad-81062307\").addService(googletag.pubads());\n                       */\n                     \t      googletag.display(\"div-gpt-ad-81062307\");\n                     \t    </script>\n                     \t  </div>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-24 region region-footer-second\" id=\"region-footer-second\">\n  <div class=\"region-inner region-footer-second-inner\">\n    <div class=\"block block-block block-436 block-block-436 odd block-without-title\" id=\"block-block-436\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"bh-site-map\">\n\t<li>\n\t\t<a href=\"/news\" title=\"News & Opinion\"><strong>News & Opinion</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/news_opinion/local_coverage\" title=\"Local Coverage\">Local Coverage</a></li>\n\t\t\t<li><a href=\"/news_opinion/local_politics\" title=\"Local Politics\">Local Politics</a></li>\n\t\t\t<li><a href=\"/news_opinion/columnists\" title=\"Columnists\">Columnists</a></li>\n\t\t\t<li><a href=\"/news_opinion/opinion\" title=\"Opinion\">Opinion</a></li>\n\t\t\t<li><a href=\"/news_opinion/national\" title=\"National\">National</a></li>\n\t\t\t<li><a href=\"/news_opinion/us_politics\" title=\"U.S. Politics\">U.S. Politics</a></li>\n\t\t\t<li><a href=\"/news_opinion/international\" title=\"International\">International</a></li>\n\t\t\t<li><a href=\"/news_opinion/offbeat_news\" title=\"Offbeat News\">Offbeat News</a></li>\n\t\t\t<li><a href=\"/news_opinion/obituaries\" title=\"Obituaries\">Obituaries</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/sports\" title=\"Sports\"><strong>Sports</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/sports/red_sox_mlb\" title=\"Red Sox &amp; MLB\">Red Sox &amp; MLB</a></li>\n\t\t\t<li><a href=\"/sports/patriots_nfl\" title=\"Patriots &amp; NFL\">Patriots &amp; NFL</a></li>\n\t\t\t<li><a href=\"/sports/celtics_nba\" title=\"Celtics &amp; NBA\">Celtics &amp; NBA</a></li>\n\t\t\t<li><a href=\"/sports/bruins_nhl\" title=\"Bruins &amp; NHL\">Bruins &amp; NHL</a></li>\n\t\t\t<li><a href=\"/sports/college\" title=\"College\">College</a></li>\n\t\t\t<li><a href=\"/sports/revolution_soccer\" title=\"Revolution &amp; Soccer\">Revolution &amp; Soccer</a></li>\n\t\t\t<li><a href=\"/sports/golf\" title=\"Golf\">Golf</a></li>\n\t\t\t<li><a href=\"/sports/columnists\" title=\"Columnists\">Columnists</a></li>\n\t\t\t<li><a href=\"/sports/high_school\" title=\"High School\">High School</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/entertainment\" title=\"Entertainment\"><strong>Entertainment</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/entertainment/arts_culture\" title=\"Arts & Culture\">Arts & Culture</a></li>\n\t\t\t<li><a href=\"/entertainment/movies\" title=\"\">Movies</a></li>\n\t\t\t<li><a href=\"/entertainment/music\" title=\"\">Music</a></li>\n\t\t\t<li><a href=\"/entertainment/food_dining\" title=\"\">Food & Dining</a></li>\n\t\t\t<li><a href=\"/entertainment/health_fitness\" title=\"\">Health & Fitness</a></li>\n\t\t\t<li><a href=\"/entertainment/travel\" title=\"Travel\">Travel</a></li>\n\t\t\t<li><a href=\"/entertainment/lifestyle\" title=\"Lifestyle\">Lifestyle</a></li>\n\t\t\t<li><a href=\"/entertainment/style_fashion\" title=\"Style & Fashion\">Style & Fashion</a></li>\n\t\t\t<li><a href=\"/entertainment/books\" title=\"Books\">Books</a></li>\n\t\t\t<li><a href=\"/entertainment/television\" title=\"Television\">Television</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/inside_track/inside_track\" title=\"The Inside Track\"><strong>The Inside Track</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/inside_track/celebrity_news\" title=\"\">Celebrity News</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/business\" title=\"Business\"><strong>Business</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/business/real_estate\" title=\"Real Estate\">Real Estate</a></li>\n\t\t\t<li><a href=\"/business/media_marketing\" title=\"Media & Marketing\">Media & Marketing</a></li>\n\t\t\t<li><a href=\"/business/automotive\" title=\"Automotive\">Automotive</a></li>\n\t\t\t<li><a href=\"/business/business_markets\" title=\"Business & Markets\">Business & Markets</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"http://www.heraldmedia.com/bostonHerald/index.html\" title=\"About The Boston Herald\"><strong>About The Herald</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/about/news_tip\" title=\"Send a News Tip\">Send a News Tip</a></li>\n\t\t\t<li><a href=\"/about/contact\" title=\"Contact Us\">Contact Us</a></li>\n\t\t\t<li><a href=\"https://plus.google.com/u/0/113097839281026181771?prsrc=3\" title=\"The Boston Herald on Google+\" target=\"_blank\">Google+</a></li>\n\t\t\t<li><a href=\"http://twitter.com/bostonherald\" title=\"The Boston Herald on Twitter\" target=\"_blank\">Twitter</a></li>\n\t\t\t<li><a href=\"http://www.facebook.com/pages/BostonHeraldcom/197211981599\" title=\"The Boston Herald on Facebook\" target=\"_blank\">Facebook</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/classifieds\" title=\"Boston Herald Classifieds\"><strong>Classifieds</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"http://directory.bostonherald.com/boston+ma.z.html\" title=\"Boston Business Directory\" target=\"_blank\">Boston Business Directory</a></li>\n\t\t\t<li><a href=\"http://www.carfind.com/\" title=\"Carfind\">Carfind</a></li>\n\t\t\t<li><a href=\"http://www.homefind.com/\" title=\"Homefind\">Homefind</a></li>\n\t\t\t<li><a href=\"/classifieds/jobfind\" title=\"Jobfind\">Jobfind</a></li>\n\t\t</ul>\n\t</li>\n\t\n\t<li>\n\t\t<a href=\"/classifieds/extras\" title=\"Boston Herald Extras\"><strong>Extras</strong></a>\n\t\t<ul>\n\t\t\t<li><a href=\"/about/home_delivery/\" title=\"The Boston Herald - Home Delivery\">Home Delivery</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/horoscope\">Horoscope</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/lottery\" title=\"The Boston Herald - Lottery Results\">Lottery</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/contests\" title=\"Contest Corner\">Contest Corner</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/crossword\" title=\"The Boston Herald - Crossword\">Crossword</a></li>\n\t\t\t<li><a href=\"/classifieds/extras/weather\" title=\"Weather\">Weather</a></li>\n<li><a href=\"/user\">Log In</a></li>\n\t\t</ul>\n\t</li>\n</ul>\n\n<!-- Orange -->\n\n<ul id=\"bh-footer-nav\" class=\"clearfix\">\n\t<li class=\"first\"><a href=\"/about/advertising/advertise_with_us\" title=\"Advertise With Us\">Advertise With Us</a></li>\n\t<li><a href=\"http://store.heraldinteractive.com/\" title=\"Purchase Boston Herald Back Copies\">Purchase Back Copies</a></li>\n\t<li><a href=\"/about/news_tip\" title=\"Send a News Tip\">Send a News Tip</a></li>\n\t<li><a href=\"/about/herald_history/2012/12/send_letter_editor\" title=\"Contact Us\">Contact Us</a></li>\n\t<li><a href=\"/about/home_delivery\" title=\"Boston Herald Home Delivery\">Home Delivery</a></li>\n\t<li><a href=\"http://bostonherald.newspaperdirect.com/epaper/viewer.aspx\" title=\"Boston Herald Electronic Edition\" target=\"_blank\">Electronic Edition</a></li>\n\t<li><a href=\"/about/apps\" title=\"Mobile and Apps\">Mobile and Apps</a></li>\n<li class=\"last\"><a href=\"/about/newsletters\" title=\"Sign up for Herald Newsletters\">Herald Newsletters</a></li>\n</ul>\n\n<!-- Extras -->\n\n<ul id=\"footer-extra\">\n\t<li>\n\t\t<p><a href=\"http://www.bostonherald.com/about/home_delivery/\" title=\"$ave on Boston Herald Home Delivery\">$ave on Boston Herald Home Delivery</a></p>\n\t</li>\n\t<!--\n<li>\n\t\t<p><a href=\"http://hotjobs.yahoo.com/job-search;_ylc=X3oDMTFka204b2luBF9TAzM5NjUxMTI1MQRwYXJ0bmVyA2Jvc3RvbmhlcmFsZARzcmMDY29uc29sZQ--?partner=bostonherald&kw=bostonherald.com&locations=Boston%2C+MA&metro_search_proxy=1&metro_search=1&industry=\" target=\"_new\" title=\"Jobs with Herald Media\">Jobs with Herald Media</a></p>\n\t\t</li>\n-->\n\t<li>\n\t\t<p>For back copy and collectible issue information please call 617-619-6265.&nbsp;&nbsp;<a href=\"http://www.bostonherald.com/store\" title=\"Click here for Celtics, Patriots and Red Sox, and Bruins back copies\">Click here for Celtics, Patriots and Red Sox, and Bruins back copies</a></p>\n\t</li>\n\t<li>\n\t\t\t<a href=\"http://www.bostonheraldineducation.com\" target=\"_blank\" id=\"nie\">Newspapers In Education</a>\n      <a href=\"http://bostonheraldnie.newspaperdirect.com\" target=\"_blank\" id=\"niesmart\">Boston Herald NIE SmartEdition!</a>\n      <a href=\"http://www.massliteracy.org\" target=\"_blank\" id=\"masslit\">Mass Literacy</a>\n\t</li>\n\t<li>\n\t\t<p>&copy; Copyright by the Boston Herald and Herald Media.</p><br />\n\t\t<p>No portion of BostonHerald.com or its content may be reproduced without the owner's written permission.</p> <br>\n\t\t<p><a href=\"/about/privacy_policy\" title=\"The Boston Herald Privacy Policy\">Privacy Policy</a> | <a href=\"/about/terms_of_service\" title=\"The Boston Herald Terms of Service\">Terms of Service</a></p>\n\t</li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div></footer>  </div>  <!-- Begin Adify tag for beacon ID#10127962-->\n\n<script type=\"text/javascript\">\n<!--\n\tsr_actioncode = 0;\n\tsr_actionvalue = 10127962;\n-->\n</script>\n<script type=\"text/javascript\">\n\tdocument.write(\"<scr\"+\"ipt type='text/javascr\"+\"ipt' src='\"+(location.protocol.indexOf('https')>-1 ? \"https://\" : \"http://\")+\"beacon.afy11.net/srbeacon.js?behavioralGroupId=10127962'>\");\n\tdocument.write(\"</scr\"+\"ipt>\");\n</script>\n\n<!-- End Adify tag for beacon ID#10127962-->  \n<!-- Reskin Overlay -->\n<div id=\"reskin_overlay\">\n\t<script type='text/javascript'>\n    googletag.display('reskin_overlay');\n  </script>\n</div>\n<!-- Reskin Overlay -->\n\n<!-- DISQUS -->\n<script type=\"text/javascript\">\n  /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n  var disqus_shortname = 'bostonherald'; // required: replace example with your forum shortname\n\n  /* * * DON'T EDIT BELOW THIS LINE * * */\n  (function () {\n    var s = document.createElement('script'); s.async = true;\n    s.type = 'text/javascript';\n    s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';\n    (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n  }());\n</script>\n<!-- END DISQUS -->\n\n<script type=\"text/javascript\">\nvar pubId=27330;\nvar pixId=114;\nvar pm_async = true;\n</script>\n\n<script src='https://ads.pubmatic.com/AdServer/js/universalpixel.js' type=\"text/javascript\">\n</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"db1f826034\",\"applicationID\":\"3177555\",\"transactionName\":\"ZQZVYkFQDEBUVk0KWFxMdlVHWA1dGkVYBFJtDlZYUlYHQWpbVgdSbRVeU0RuElJSUA==\",\"queueTime\":0,\"applicationTime\":726,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"SUFWFAlKH04=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>"
  },
  {
    "path": "tests/data/html/businessinsider.com1.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" >\n<head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n    <meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"UQ8EUVRACgUEUlVRBg==\"};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]);</script>\n    <title>Argentina's Fighter Purchase May Threaten Britain - Business Insider</title>\n    <meta name=\"date\" content=\"2014-12-29\" />\n<meta name=\"sailthru.date\" content=\"2014-12-29\" />\n<meta name=\"news_keywords\" content=\"The Aviationist, Argentina, Britain, Falkland Islands, Military, Defense, David Cenciotti, \" />\n<meta name=\"sailthru.tags\" content=\"The Aviationist, Argentina, Britain, Falkland Islands, Military, Defense, David Cenciotti, \" />\n<meta name=\"description\" content=\"Russia is supplying Argentina with Su-24s in exchange for food.\" />\n<meta name=\"sailthru.description\" content=\"Russia is supplying Argentina with Su-24s in exchange for food.\" />\n<meta name=\"title\" content=\"Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" />\n<meta name=\"sailthru.verticals\" content=\"defense-contributor,defense,main-contributor\" />\n<meta name=\"sailthru.title\" content=\"Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" />\n<meta name=\"tbi-image\" content=\"http://static2.businessinsider.com/image/541c373769beddba64834890/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\" />\n<meta name=\"sailthru.image.full\" content=\"http://static2.businessinsider.com/image/541c373769beddba64834890/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"http://static4.businessinsider.com/image/541c373769beddba64834890-50-50/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\" />\n<meta name=\"sailthru.author\" content=\"David Cenciotti\" />\n<meta property=\"og:title\" content=\"Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" />\n<meta property=\"og:description\" content=\"Russia is supplying Argentina with Su-24s in exchange for food.\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" />\n<meta property=\"og:site_name\" content=\"Business Insider\" />\n<meta property=\"fb:app_id\" content=\"155043519637\" />\n<meta property=\"article:publisher\" content=\"businessinsider\" />\n<meta property=\"author\" content=\"David Cenciotti, The Aviationist\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<meta property=\"twitter:url\" content=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" />\n<meta property=\"twitter:title\" content=\"Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" />\n<meta property=\"twitter:description\" content=\"Russia is supplying Argentina with Su-24s in exchange for food.\" />\n<meta property=\"twitter:image\" content=\"http://static2.businessinsider.com/image/541c373769beddba64834890/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\" />\n<meta property=\"twitter:creator\" content=\"cencio4\" />\n<meta property=\"twitter:site\" content=\"bi_contributors\" />\n<meta property=\"article:author\" content=\"http://www.businessinsider.com/author/david-cenciotti\" />\n<meta property=\"og:image\" content=\"http://static5.businessinsider.com/image/541c37e26bb3f78e62f1a55b/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\" />    \n<link rel=\"alternate\" href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" hreflang=\"x-default\">\n<link rel=\"alternate\" href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" hreflang=\"en-US\">\n<link rel=\"alternate\" href=\"http://uk.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" hreflang=\"en-GB\">\n    <link href=\"http://static3.businessinsider.com/assets/css/min-base-us.css?1419282513\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://static6.businessinsider.com/assets/css/min-post-us.css?1419282513\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://theaviationist.com/2014/12/29/su-24-fuerza-aerea-argentina/\" rel=\"syndication-source\" />\n<link href=\"http://theaviationist.com/2014/12/29/su-24-fuerza-aerea-argentina/\" rel=\"canonical\" />    <link type=\"text/css\" rel=\"stylesheet\" media=\"print\" href=\"http://static1.businessinsider.com/assets/css/print.css?1419282513\" />   \n    <script type=\"text/javascript\" src=\"http://static1.businessinsider.com/assets/js/min2.js?1419282513\"></script>\n<script type=\"application/ld+json\">\n    //<![CDATA[\n    {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"Argentina\\u0027s Huge Fighter Jet Purchase Could Raise Tensions With Britain\",\"url\":\"http:\\/\\/www.businessinsider.com\\/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\",\"thumbnailUrl\":\"http:\\/\\/static2.businessinsider.com\\/image\\/541c373769beddba64834890\\/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\",\"dateCreated\":\"2014-12-29T22:04:00Z\",\"articleSection\":\"defense-contributor\",\"creator\":\"David Cenciotti\",\"keywords\":[\"The Aviationist\",\"Argentina\",\"Britain\",\"Falkland Islands\",\"Military\",\"Defense\"]}    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    BI.post.isSlideshow=false;    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    post = {\"id\":\"54a1cebceab8eaa47242bb18\",\"uri\":\"http:\\/\\/www.businessinsider.com\\/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\",\"thumb\":\"http:\\/\\/static1.businessinsider.com\\/image\\/541c373769beddba64834890-90-90\\/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\",\"author\":\"David Cenciotti\",\"author_ids\":\"\",\"post_type\":\"post\"};    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    \n        Author = \"David Cenciotti\";\n        Category = \"The Aviationist|Argentina|Britain|Falkland Islands|Military|Defense\";\n        AuthorType = \"Contributed\";\n        Editor = \"Jeremy Bender\";\n        BIISub = \"none\"\n            //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    \n        BI.nav_select = \"Politics\";\n        BI.highTrafficMode = 0;\n        BI.post.isDraft = 0;\n        BI.post.url = \"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\";\n        BI.post.name = \"david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\";\n        BI.comments.currentPage = 0;\n        BI.comments.filterPundits = 1;\n        BI.comments.getAllComments = 1;\n            //]]>\n</script>    <!-- optimizely desktop -->\n        <!-- End optimizely desktop -->\n\n        <meta name=\"tbi-vertical\" content=\"defense-contributor\" />\n    <meta name=\"viewport\" content=\"width=1024\" />\n\n    <!--[if gte IE 9]>\n    <style type=\"text/css\">\n        .gradient {\n            filter: none;\n        }\n    </style>\n    <![endif]-->\n\n    <!--[if lt IE 8]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static3.businessinsider.com/assets/css/ie7_or_lower.css\" />\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static2.businessinsider.com/assets/css_vendor/font-awesome-ie7.min.css\">\n    <![endif]-->\n    <!--[if IE 8]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static5.businessinsider.com/assets/css/ie8.css\" />\n    <![endif]-->\n    <!--[if lt IE 9]>\n        <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n        <script type=\"text/javascript\" src=\"http://static3.businessinsider.com/assets/js/vendor/ie8/placeholders.min.js\"></script>\n    <![endif]-->\n\n    <!--[if IE 9]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static4.businessinsider.com/assets/css/ie9.css\" />\n        <script type=\"text/javascript\" src=\"http://static5.businessinsider.com/assets/js/shims/Element.classList.js\"></script>\n    <![endif]-->\n\n    <script type=\"text/javascript\">\n        var vertical = 'defense-contributor';\n        var PageType = 'post';\n        var post_id = '';\n        var _sf_startpt=(new Date()).getTime();\n    </script>\n\n    <!-- Kissmetrics -->\n    <script type=\"text/javascript\">\n        var _kmq = _kmq || [];\n        var _kmk = _kmk || '999f578acebfab6dd29b540ab4ebbcbaafafa774';\n\n        function _kms(u){\n            setTimeout(function(){\n                var s = document.createElement('script');\n                var f = document.getElementsByTagName('script')[0];\n                s.type = 'text/javascript';\n                s.async = true;\n                s.src = u;\n                f.parentNode.insertBefore(s, f);\n            }, 1);\n        }\n            </script>\n    <!-- Kissmetrics -->\n\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"/defense/contributor.rss\" />\n    <link rel=\"shortcut icon\" href=\"http://static5.businessinsider.com/assets/images/faviconBI.ico\" />\n    <link rel=\"icon\" type=\"image/ico\" href=\"http://static5.businessinsider.com/assets/images/faviconBI.ico\" />\n    <link rel=\"apple-touch-icon\" href=\"http://static4.businessinsider.com/assets/images/apple-touch-icon.png\" />\n    <meta name=\"linkedin:owner\" content=\"mid:218712\">\n\n    <!--[if gte IE 9]>\n        <meta name=\"application-name\" content=\"Business Insider - defense-contributor\"/>\n        <meta name=\"msapplication-tooltip\" content=\"Start the page in Site Mode\"/>\n        <meta name=\"msapplication-starturl\" content=\"http://www.businessinsider.com/defense-contributor\"/>\n        <meta name=\"msapplication-window\" content=\"width=800;height=600\"/>\n        <meta name=\"msapplication-navbutton-color\" content=\"#4C7C8D\"/>\n\n        <meta name=\"msapplication-task\" content=\"name=Tech;action-uri=http://www.businessinsider.com/sai;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Media;action-uri=http://www.businessinsider.com/thewire;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Wall Street;action-uri=http://www.businessinsider.com/clusterstock;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Markets;action-uri=http://www.businessinsider.com/moneygame;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Strategy;action-uri=http://www.businessinsider.com/warroom;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n    <![endif]-->\n\n    <script type=\"text/javascript\">BI.siteURI = 'http://www.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.secureURI = 'https://www.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.staticURI = 'http://static1.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.env.setDomain('http://www.businessinsider.com');</script>\n    <script type=\"text/javascript\">BI.sailthruHorizonURI = 'horizon.businessinsider.com'</script>\n\n    \n    <script type=\"text/javascript\" src=\"//platform.linkedin.com/in.js\">\n       api_key: x4dbohswv62d\n       authorize: true\n       scope: r_basicprofile r_emailaddress r_network rw_nus\n    </script>\n\n    \n</head>\n\n\n<body class=\"responsive \">\n<div data-cookie-notice-container></div>\n<!-- print only -->\n<img class=\"print\" src=\"http://static1.businessinsider.com/assets/images/us/logos/logo-bi-print.png\" width=\"150\" />\n\n<!-- FB Connect -->\n<div id=\"fb-root\" data-bi-facebook-root=\"155043519637\"></div>\n<!-- / FB Connect -->\n\n<!--[if lt IE 8]>\n    <div class=\"container>\n        <div class=\"row\">\n            <div class=\"alert alert-error alert-block\">\n                <h4>Warning!</h4>\n                You are using an outdated version of Internet Explorer.  For security reasons you should <a href=\"http://windows.microsoft.com/en-us/internet-explorer/download-ie\" target=\"_blank\" title=\"Upgrade IE\">upgrade your browser</a>. Please go to Windows Updates and install the latest version.\n            </div>\n        </div>\n    </div>\n<![endif]-->\n\n    <div id=\"tray\">\n        <div class=\"list-pipes filters container\">\n            <ul class=\"container page\">\n                <li><a href=\"#\" class=\"active\" data-view=\"featured\">Featured</a></li>\n                <li><a href=\"#\" data-view=\"trending\">Trending</a></li>\n                <li><a href=\"#\" data-view=\"latest\">Recent</a></li>\n            </ul>\n        </div>\n        <div class=\"container page\">\n            <div class=\"tray-control right\">\n                <i class=\"fa fa-angle-right\"></i>\n            </div>\n            <div class=\"tray-control left disabled\">\n                <i class=\"fa fa-angle-left\"></i>\n            </div>\n            <div class=\"container\" style=\"overflow: hidden\">\n                <div class=\"carousel-items row\">\n                    <div class=\"item-container\">\n                    </div>\n                    <div class=\"clearfix\"></div>\n                </div>\n            </div>\n        </div>\n    </div>\n\n<!-- new masthead -->\n<div class=\"masthead\">\n    <div class=\"masthead-bottom-gradient\"></div>\n    <div class=\"container\">\n        <div class=\"row\">\n\n            <!-- BI Logo -->\n            <div class=\"span2 logo\">\n                <div class=\"sprites logo-background\"></div>\n                <div class=\"sprites logo-background-oneline\"></div>\n                <a class=\"logo-link\" href=\"/\" title=\"Business Insider\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"Business Insider\"></a>\n            </div>\n\n            <div class=\"span10 navigation\">\n                <div class=\"row\">\n\n                    <!-- user_menubar -->\n                    <div data-bi-ajax-route=\"/esi/user_menubar?0=json%3A%5B%5D\"></div>\n                    <!-- Non-verticals -->\n                    <div class=\"non-verticals\">\n                        <ul class=\"sprites\">\n                            <li class=\"sprites hide-uk\"><a href=\"/events\">Events</a></li>\n                            <li class=\"sprites\"><a href=\"http://intelligence.businessinsider.com\">BI Intelligence</a></li>\n                        </ul>\n                    </div>\n                </div>\n\n                                <div class=\"tray-btn\">\n                    <span class=\"open-label\"><i class=\"fa fa-caret-down\"></i></span>\n                    <span class=\"close-label\"><i class=\"fa fa-caret-up\"></i></span>\n                </div>\n                \n                <div class=\"row\">\n                    <!-- Search -->\n                    <div class=\"span4 nav-search\">\n                        <form method=\"get\" action=\"/s\" class=\"search-field\">\n                            <input class=\"sprites\" name=\"q\" type=\"text\" placeholder=\"Search\">\n                            <button type=\"submit\" title=\"Search\"></button>\n                        </form>\n                    </div>\n\n                    <!-- Main Nav -->\n                    <div class=\"main-nav\">\n                        <ul>\n                                                                                    <li class=\"Tech\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Tech\" href=\"/sai\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Tech                                </a>\n                            </li>\n                                                                                    <li class=\"Finance\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Finance\" href=\"/clusterstock\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Finance                                </a>\n                            </li>\n                                                                                    <li class=\"Politics active\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Politics\" href=\"/politics\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Politics                                </a>\n                            </li>\n                                                                                    <li class=\"Strategy\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Strategy\" href=\"/warroom\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Strategy                                </a>\n                            </li>\n                                                                                    <li class=\"Life\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Life\" href=\"/thelife\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Life                                </a>\n                            </li>\n                                                                                    <li class=\"Sports\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Sports\" href=\"/sportspage\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Sports                                </a>\n                            </li>\n                                                                                    <li class=\"Video\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Video\" href=\"/video\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Video                                </a>\n                            </li>\n                                                                                    <li class=\"All\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-All\" href=\"/\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    All                                </a>\n                            </li>\n                                                    </ul>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n\n    <!-- Main Nav Dropdowns -->\n    <div class=\"main-nav-dropdown ks-nav-dropdown\" style=\"border-color: #185f7c\">\n    </div>\n</div>\n<!-- / new masthead -->\n\n\n\n<div id=\"main-content\" class=\"container\">\n    <!-- flash messages -->\n    \n        <div class=\"subnav-container\">\n        <div class=\"subnav-content\">\n            \n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/politics/defense/post\" data-authors=\"david-cenciotti\" data-pagetype=\"post\" data-pos=\"atf\" data-region=\"Subnav\" data-sizes=\"728x90,970x250,970x90\" data-tag=\"the-aviationist,argentina,britain,falkland-islands,military,defense\" data-url=\"/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" data-views=\"5001-10000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n        </div>\n    </div>\n    \n    \n    <div class=\"siteskin-dropshadow\">\n        <div class=\"row primary-row\">\n                            <div class=\"breaking-module-rendered\" id=\"breaking-module-rendered\">\n                    <div data-bi-ajax-route=\"/esi/breaking_module?0=json%3A%5B%22Object%22%2C%22Post%22%2C%2254a1cebceab8eaa47242bb18%22%5D\"></div>                </div>\n                        <div class=\"span8\">\n                <div class=\"breaking-module-siteskin\" id=\"breaking-module-siteskin\"></div>\n    \n<a name=\"post-top\"></a>\n\n\n<div id=\"share-email-tmpl\">\n    <div id=\"shareEmailModal\" class=\"modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"shareEmailModalLabel\" aria-hidden=\"true\">\n      <div class=\"modal-header\">\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button>\n        <h3 id=\"shareEmailModalLabel\"></h3>\n      </div>\n      <div class=\"modal-body\">\n        <div class=\"share-email-error alert alert-error display-none\"></div>\n\n        <div class=\"share-email-body\">\n            <div class=\"register\">\n                <form id=\"form_form\" class=\"form-horizontal\" action=\"#\" method=\"post\">\n                    <div class=\"control-group\">\n                        <label for=\"mail_from\" class=\"control-label\">From</label>\n                        <div class=\"controls\">\n                            <input type=\"text\" name=\"mail_from\" class=\"mail-from\" placeholder=\"Your Email Address\" />\n                        </div>\n                    </div>\n                    <div class=\"control-group\">\n                        <label for=\"mail_to\" class=\"control-label\">To</label>\n                        <div class=\"controls\">\n                            <input type=\"text\" name=\"mail_to\" class=\"mail-to\" placeholder=\"Friend's Email Address\" />\n                        </div>\n                    </div>\n                    <input type=\"hidden\" name=\"action\" value=\"email\" />\n                    <div class=\"control-group\">\n                        <div class=\"controls\">\n                            <input type=\"submit\" class=\"btn submit email-post\" value=\"Send\" />\n                        </div>\n                    </div>\n                </form>\n            </div>\n        </div>\n\n        <div class=\"share-email-success\" style=\"display:none\">\n            <div class=\"alert alert-success\">\n                You have successfully emailed the post.\n            </div>\n        </div>\n\n      </div>\n    </div>\n</div>\n\n\n\n<div  class=\"content post\">\n    <div class=\"sl-layout-post\">\n        \n<!-- Top category tags -->\n    <div class=\"category-wrapper\" data-category-wrapper>\n\n            \n                            <span class=\"category-link\" style=\"border-color: #3f8e3b;\">\n                    <a style=\"color: #3f8e3b\" href=\"http://www.businessinsider.com/defense\">Military &amp; Defense</a>                </span>\n            \n        <span class=\"tags-top pull-right\">\n            More:\n\n                                                        <a href=\"/category/the-aviationist\">The Aviationist</a>\n                                            <a href=\"/category/argentina\">Argentina</a>\n                                            <a href=\"/category/britain\">Britain</a>\n                                            <a href=\"/category/falkland-islands\">Falkland Islands</a>\n                            \n                                                <span href=\"#\" id=\"tags-top-popover\" class=\"\" title=\"\"><i class=\"fa fa-chevron-down\"></i>\n                        <div class=\"popover bottom\">\n                            <div class=\"popover-content\">\n                \n                <a href=\"/category/military\">Military</a>\n\n                                            \n                <a href=\"/category/defense\">Defense</a>\n\n                                            </div>\n                        </div>\n                    </span>\n                                    </span>\n    </div>\n\n\n<h1>Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain</h1>\n\n<div id=\"content\" class=\"content\">\n    <div class=\"post-top\">\n        <!-- Byline -->\n        \n<div class=\"flex byline\">\n\t\n\t\t\t<div class=\"auto byline-icon\">\n\t\t\t\t\t\t\t<a target=\"_blank\" href=\"http://theaviationist.com/\">\n\t\t\t\t\t\t\t<img src=\"http://static1.businessinsider.com/image/528a2a0c6bb3f7de11e1ffde-50/the-aviationist.jpg\" alt=\"The Aviationist\" />\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\n\t<div class=\"flex-item\">\n\t\t<div class=\"list-pipes\">\n\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"all-caps publication-author ks-author-byline\"><a href=\"http://www.businessinsider.com/author/david-cenciotti\">David Cenciotti</a>, <a target=\"_blank\" href=\"http://theaviationist.com/\">The Aviationist</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    </ul>\n                </div>\n                <div class=\"list-pipes\">\n                    <ul>\n                \t\t        \t\t\t        <li class=\"date\" data-bi-format=\"date\" rel=\"1419890640\">Dec. 29, 2014,  5:04 PM</li>\t\t        \t\t\t\n\t\t    \t\t        <li class=\"pageviews\"><span class=\"sprites red views\" title=\"views\">5,263</span></li>\n\t\t    \n\t\t    \t\t        \t\t\t        <li title=\"Read comments\" class=\"comments ks-read-comments-top\">\n\t\t\t\t        <a href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12#comments\" class=\"views sprites comments-icon\"></a>\n\t\t\t\t\t\t<a class=\"comment_count\" href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12#comments\">5</a>\t\t\t        </li>\n\t\t        \t\t    \n\t\t\t</ul>\n\n\t\t</div>\n\t</div>\n</div>\n\n        <!-- Sharing -->\n        <div class=\"share\">\n\t\t\t\n<!-- RRSSB start -->\n<div class=\"rrssb-baseline share-container ks-share-top clearfix\" style=\"display:block;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">facebook</span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">linkedin</span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">twitter</span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">google+</span>\n            </a>\n        </li>\n                <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n                <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB end -->\n\n<!-- RRSSB TEST 1 start -->\n<div class=\"rrssb-test-1 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"facebook-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"linkedin-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"twitter-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"googleplus-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 1 end -->\n\n<!-- RRSSB TEST 2 start -->\n<div class=\"rrssb-test-2 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">share <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">share <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">tweet <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 2 end -->\n\n<!-- RRSSB TEST 3 start -->\n<div class=\"rrssb-test-3 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">Share on Facebook <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">Share on Twitter <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">Share on Linkedin <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 3 end -->\n        </div>\n    </div>\n\n    <!-- Perfect Market content ad-->\n    \n\t\t <!-- END Perfect Market content ad-->\n\n    <div class=\"clear-both\">\n\t\t<div class=\"KonaBody post-content\">\n\t\t\t\n            \n<p><em><strong><span class=\"KonaFilter image-container display-table float_right\"><span><span data-post-image class=\"image on-image\"><img src=\"http://static3.businessinsider.com/image/541c373769beddba64834890-1200-924/russian-su-24.jpg\" border=\"0\" alt=\"Russian Su-24\"><span class=\"source\"><span>Shamil Zhumatov/REUTERS</span></span><span class='caption'>A Sukhoi Su-24 jet fighter drops flares during a joint Kazakh-Russian military exercise at Otar millitary range</span></span><p></span></span>The UK may be forced to review its Falkland Islands air defenses to face a renewed threat in the South Atlantic.</strong></em></p>\r\n<p>According to a report in the Daily Express newspaper, the Argentine Air Force is set to get a dozen Sukhoi Su-24 Fencer attack planes from Russia in return for foodstuff.</p>\r\n<p>Due to this, the UK Ministry of Defense is in the process of reviewing the Falkland Islands air defenses. The delivery of the supersonic, all-weather attack aircraft could pose a  threat to the islands, referred to as “Malvinas” by Argentina.</p>\r\n<p>According to <a href=\"http://www.janes.com/article/47293/uk-reviews-falklands-defence-as-russia-offers-su-24s-to-argentina#.VKGlicHf8gc.twitter\" rel=\"nofollow\">Jane’s, the islands current British air defenses</a> include four <a href=\"http://theaviationist.com/2014/10/31/tu-95-as-seen-from-typhoon/\" title=\"Here are the photos of the Russian Tu-95 Bear bombers intercepted by RAF Typhoon jets\" rel=\"nofollow\">Eurofighter Typhoon jets,</a> Rapier SAM (Surface to Air Missile) systems, along with about 1,200 troops permanently stationed in the South Atlantic base.</p>\r\n<p>Even though the <a href=\"http://theaviationist.com/2014/08/12/typhoon-role-anatolian-eagle/\" title=\"Focus on Eurofighter Typhoons role in Exercise Anatolian Eagle in Turkey\" rel=\"nofollow\">Typhoons are modern enough</a> to deal with a dozen Su-24s, the Soviet-era twin-engined <a href=\"http://theaviationist.com/2014/07/02/su-24-mission-belly-cam/\" title=\"Amazing video brings you aboard Russian Su-24 Fencer attack plane during bombing mission\" rel=\"nofollow\">two-seater</a> are able to perform <a href=\"http://theaviationist.com/2014/11/16/new-video-su-24-lowpass/\" title=\"Video shows Su-24 Fencer attack plane perform an insane low-level flyby at unknown airbase\" rel=\"nofollow\">ultra-low level</a> surface and <a href=\"http://theaviationist.com/2014/04/14/su-24-buzzes-us-warship/\" title=\"Russian Su-24 Fencer attack plane performs multiple passes near U.S. warship in Black Sea\" rel=\"nofollow\">maritime strike missions</a>. The planes can be outfitted with a wide variety of General Purpose as well as Laser Guided Bombs and stand-off missiles, such as the Kh-31 (AS-17 “Krypton”) anti-radiation and anti-shipping sea-skimming missiles.</p>\r\n<p>We don’t know whether the potential deal includes armament; still the possible delivery of Su-24s to Argentina makes the Falkland Islands a bit more vulnerable to an attack by the <a href=\"http://theaviationist.com/2012/07/21/operation-mikado/\" title='\"Operation Mikado\": A one way mission to wipe out Argentine Exocet Missiles during the Falklands War' rel=\"nofollow\">Fuerza Aérea Argentina</a>.</p>\n<p class=\"tagline\">This article originally appeared at <a href=\"http://theaviationist.com/\">The Aviationist</a>.  Copyright 2015. Follow The Aviationist on <a href=\"http://twitter.com/TheAviationist\">Twitter</a>.</p>\n                <!-- See Also Text Links -->\n        <div id=\"see-also-links\" class=\"clearfix clear-both margin-bottom\">\n                            <p>\n                    <span>SEE ALSO:&nbsp;</span>\n                    <a href=\"http://www.businessinsider.com/russia-creating-arctic-drone-fleet-2014-12\" >Russia is deploying a drone fleet to the Arctic</a>\n                </p>\n                    </div>\n    <!--  / See Also Text Links -->\n\n\t\t\t\t\t</div>\n\n            </div>\n</div>\n\n        <div id=\"social-reader-notification\" class=\"alert clear-both\" style=\"display:none;\"></div>\n\n        <div id=\"facebook-notification\" class=\"alert\" style=\"display:none;\"></div>\n\n            </div>\n\n        \n        <div class=\"bottom-share-module clearfix clear-both\">\n            <!-- RRSSB BOTTOM POST CALL -->\n            \n<!-- RRSSB start -->\n<div class=\"rrssb-baseline share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-sharemodule-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">facebook</span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-sharemodule-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">linkedin</span>\n            </a>\n        </li>\n        <li class=\"twitter ks-sharemodule-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">twitter</span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-sharemodule-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">google+</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-sharemodule-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB end -->\n\n<!-- RRSSB TEST 1 start -->\n<div class=\"rrssb-test-1 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"facebook-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"linkedin-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"twitter-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"googleplus-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 1 end -->\n\n<!-- RRSSB TEST 2 start -->\n<div class=\"rrssb-test-2 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">share <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">share <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">tweet <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 2 end -->\n\n<!-- RRSSB TEST 3 start -->\n<div class=\"rrssb-test-3 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">Share on Facebook <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;via=bi_contributors&amp;text=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">Share on Twitter <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12&amp;title=Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain&amp;summary=Russia is supplying Argentina with Su-24s in exchange for food.\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">Share on Linkedin <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">Share on Google Plus <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 3 end -->\n\n<!-- THis Empty div tells sailthru where to fly out the concierge promo. -->\n<div id=\"bottom-share-links\"></div>\n        </div>\n\n                    \n<div class=\"bottom-recommended clear-fix pull-left ks-recommended\">\n    <h3 class=\"underlined thin\">Recommended For You</h3>\n    <!-- Concierge posts -->\n    <ul class=\"media-list pull-left \">\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n                <li class=\"media concierge-post last-story\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n    </ul>\n</div>\n            <div class=\"clearfix\"></div>\n        \n                                    <div id='taboola-below-main-column' class='ks-taboola'></div>\n                <script type=\"text/javascript\">                 \n                window._taboola = window._taboola || [];\n                                    _taboola.push({mode:'thumbs-1r', container:'taboola-below-main-column', placement:'below-main-column'});\n                                </script>\n                        <div class=\"clearfix\"></div>\n        \n                <div class=\"clearfix\"></div>\n\n        \n                \n        \n        \n        \t<!-- Comments Form -->\n\t<a name=\"comment-form\"></a>\n\t<div data-bi-ajax-route=\"/esi/user_commentbox?0=&1=NULL&2=david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\"></div>\t<!-- / Comments Form -->\n\n<!-- Comments -->\n<div id=\"comments\" class=\"\">\n    \n<a name=\"comments\"></a>\n<div class=\"comments\">\n\n    <h3>Comments <a href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12/comments.rss\" class=\"\" title=\"RSS\"><i class=\"fa fa-rss\"></i></a></h3>\n\n    \n    <div class=\"tabs\">\n\n\t    <div id=\"pundit-request-success-message\"></div>\n\n\t\t<div class=\"comments-tabs\">\n\n\t\t\t<ul class=\"comments-tabs nav nav-tabs gradient\">\n\n\t\t\t\t<li id=\"comments-1\" class=\"pundit-comments-content-message tab\">\n\t\t\t\t\t<a href=\"#pundits\" data-toggle=\"tab\">\n\t\t\t\t\t\tInsiders\n\t\t\t\t\t\t<span class=\"badge badge-info\">0</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t<li id=\"comments-2\" class=\"comments-content-message tab active\">\n\t\t\t\t\t<a href=\"#non-pundits\" data-toggle=\"tab\">\n\t\t\t\t\t\tAll Comments\n\t\t\t\t\t\t<span class=\"badge badge-info\">5</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n                <div id=\"pundit-request-container\" class=\"pundit-request-container pull-right gradient\">\n                    <div class=\"pundit-request\" rel=\"pundit-request-success-message\">\n                        <a href=\"/register?first=index&pundit_request=1\">Apply To Be An \"Insider\" &#187;</a>\n                    </div>\n                </div>\n\t\t\t</ul>\n\n\t\t</div>\n\n\t</div>\n\n    <div id=\"comments-container\">\n        <div id=\"comments-loading-image\">\n            <img src=\"http://static3.businessinsider.com/assets/images/icons/icon_loading.gif\" alt=\"Loading\" /> <span style=\"color:#dd4725\">Loading</span>\n        </div>\n        <div class=\"comments-content tab-content\"></div>\n        <div id=\"pundit-request-success-message-bottom\" class=\"margin-top\"></div>\n\n        <!-- Receive New Comments Alert -->\n        \n    </div>\n</div>\n\n<!-- Bleachers -->\n\n</div>\n<!-- / Comments -->\n\n        <!-- Schema.org/Article metadata -->\n<div style=\"display:none;\" itemscope itemtype=\"http://schema.org/Article\">\n    <h1 itemprop=\"name\">Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain</h1>\n    <a href=\"http://www.businessinsider.com/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" itemprop=\"url\">Argentina's Huge Fighter Jet Purchase Could Raise Tensions With Britain</a>\n    <img src=\"http://static3.businessinsider.com/image/541c373769beddba64834890-100-100/argentinas-huge-fighter-jet-purchase-could-raise-tensions-with-britain.jpg\"  itemprop=\"image\" />\n    <div itemprop=\"description\"><p>The UK may be forced to review its Falkland...</p></div>\n</div>\n<!-- / Schema.org/Article metadata -->\n        \n    \n</div>\n\n                        </div>\n                                                    <div class=\"span4\">\n                                <div class=\"main-rail\">\n                                    \n<div id=\"right-rail\" class=\"right-rail\">\n\t<div class=\"sl-layout-post\">\n\t\t<!-- PERFECT MARKET RR -->\n\t\t\t\t\t<!-- Only show at uppermost top if skin is active -->\n\t\t\t\n\t\t\t<!-- Vertical Host -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- / Vertical Host -->\n\n\t\t\t<!-- Countdown Clock  -->\n\t\t\t\t\t\t<!-- / Countdown Clock  -->\n\n\t\t\t\n\t\t\t<!-- BI Live Widget (Above Fold Placement) -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t<!-- Newsletters -->\n\t\t\t\n<div class=\"right-subscribe\">\n\t<div class=\"right-news\">\n\t\t<h3>Get <span class=\"news-vert\">Military & Defense</span> Emails &amp; Alerts</h3>\n\t\t<div class=\"alert\" id=\"news-alert\"></div>\n\t\t<form class=\"form\" action=\"/newsletter?source=sidebar\" method=\"post\">\n\t\t\t<div class=\"input-append\">\n\t\t\t\t<input id=\"news-email\" name=\"email\" type=\"text\" placeholder=\"Email Address\" data-email=\"\">\n\t\t\t\t<button class=\"btn submit\" id=\"news-signup\" type=\"submit\">Sign-Up</button>\n\t\t\t</div>\n\t\t\t<a class=\"pull-right smallest\" href=\"/newsletter\">Learn More &#187;</a>\n\n\t\t\t<div id=\"newsletter-expand\" class=\"newsletter-preview-links\" style=\"display:none\">\n\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Military Select\" checked=\"checked\">\n\t\t\t\t\t\t\t\t\tMilitary Select\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t<div class=\"divider\">More</div>\n\t\t\t\t<div class=\"accordion\" id=\"news-categories\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id1\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Featured</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id1\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Business Insider Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBusiness Insider Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Tech Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTech Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Tech Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTech Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Markets Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMarkets Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"10 Things Before the Opening Bell\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t10 Things Before the Opening Bell\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Instant MBA\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tInstant MBA\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Breaking News\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBreaking News\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Master Events List\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBusiness Insider Events\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id2\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Entertainment</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id2\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Entertainment Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEntertainment Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Sports Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSports Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id3\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Finance</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id3\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Finance Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tFinance Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Markets Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMarkets Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Monday Scouting Report\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMonday Scouting Report\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Your Money Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tYour Money Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Financial Advisor Insights\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tFinancial Advisor Insights\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Smart Investor\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSmart Investor\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id4\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Strategy</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id4\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Strategy Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tStrategy Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Advertising Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdvertising Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Retail Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tRetail Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Careers Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tCareers Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Advertising: The Brief\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdvertising: The Brief\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id5\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Politics</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id5\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Politics Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPolitics Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Military Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tchecked=\"checked\"\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMilitary Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Law & Order Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tLaw & Order Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id6\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Life</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id6\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Life Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tLife Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Transportation Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransportation Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Education Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEducation Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id7\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Tech</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id7\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Enterprise Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEnterprise Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Science Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tScience Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Mobile Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMobile Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"E-Commerce Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tE-Commerce Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Payments Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPayments Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Digital Media Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tDigital Media Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"IoT Chart of the Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tIoT Chart of the Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id8\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Charts of the Day</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id8\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Sports Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSports Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id9\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Top 10 Things</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id9\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"10 Things In Tech You Need To Know\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t10 Things In Tech You Need To Know\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Closing Bell\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tClosing Bell\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\n\t\t\t<!-- Show here if skin is not active -->\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"right-ad\">\n\t\t\t\t\t\t<div class=\"ad-height-250\">\n\t\t\t\t\t\t\t<h5 class=\"text-ad\">Advertisement</h5>\n\t\t\t\t\t\t\t\n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/politics/defense/post\" data-authors=\"david-cenciotti\" data-pagetype=\"post\" data-region=\"Upper 300\" data-sizes=\"300x250,300x600,300x400,300x1050\" data-tag=\"the-aviationist,argentina,britain,falkland-islands,military,defense\" data-url=\"/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" data-views=\"5001-10000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t        \t\t    \n\t\t\t<!-- Your Money -->\n\t\t\t\t\t\t\t<div class=\"stock-ticker ks-rr-your-money\">\n\t<h3 class=\"underlined\">Your Money</h3>\n    <table class=\"xignite-indices\">\n\t                <tr>\n                <td>\n                    NASDAQ Composite                </td>\n                <td class=\"price\">4,727</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -9.24                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.195%)\n                        </span>\n                                    </td>\n            </tr>\n                    <tr>\n                <td>\n                    S&P 500                </td>\n                <td class=\"price\">2,058</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -0.7                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.034%)\n                        </span>\n                                    </td>\n            </tr>\n                    <tr>\n                <td>\n                    NYSE Composite                </td>\n                <td class=\"price\">10,831</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -8.32                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.077%)\n                        </span>\n                                    </td>\n            </tr>\n            </table>\n\n            <div class=\"ad-marketswidget margin-top\">\n            <h5 class=\"text-ad\">Sponsored By</h5>\n\n                            <div class=\"marketswidget-unit\">\n                    \n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/politics/defense/post\" data-authors=\"david-cenciotti\" data-pagetype=\"post\" data-region=\"Stock Widget 1\" data-sizes=\"88x31\" data-tag=\"the-aviationist,argentina,britain,falkland-islands,military,defense\" data-url=\"/david-cenciotti-argentinas-fighter-purchase-may-threaten-britain-2014-12\" data-views=\"5001-10000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n                </div>\n            \n                    </div>\n    </div>\t\t\t\n\t\t\t<div id=\"taboola-right-rail-thumbnails\"></div>\n<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({\n\t\tmode: 'organic-thumbnails-a',\n\t\tcontainer: 'taboola-right-rail-thumbnails',\n\t\tplacement: 'Right Rail Thumbnails',\n\t\ttarget_type: 'video'\n\t});\n</script>\n\t\t\t\t\t\t\t<!-- Linkedin App -->\n\t\t\t\t\t\t\t\n\t\t \t                <div class=\"right-ad\">\n                    <div>\n                        <div class=\"sponsored-content-widget ks-rr-sponsored-content-widget\">\n    <h3 class=\"underlined\">Featured</h3>\n    <ul class=\"media-list\">\n                <li id=\"id-54a3039b6da811105b8b4568\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/spanx-ceo-sara-blakely-aha-moment-2014-12\">\n                                    <img src=\"http://static3.businessinsider.com/image/54a302fbecad04ea79ce4466-60/heres-the-surprising-story-behind-spanx-ceo-sara-blakelys-aha-moment.jpg\" alt=\"Here's The Surprising Story Behind Spanx CEO Sara Blakely's 'Aha Moment'\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/spanx-ceo-sara-blakely-aha-moment-2014-12\">Here's The Surprising Story Behind Spanx CEO Sara Blakely's 'Aha Moment'</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/idea-factory\">More &quot;Idea Factory&quot; »</a>            </p>\n        </li>\n                <li id=\"id-5498770eeab8eace28371e76\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/nba-power-rankings-christmas-2014-12\">\n                                    <img src=\"http://static4.businessinsider.com/image/549893b86bb3f7b23d525c39-60/nba-power-rankings-where-every-team-stands-going-into-2015.jpg\" alt=\"NBA POWER RANKINGS: Where Every Team Stands Going Into 2015\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/nba-power-rankings-christmas-2014-12\">NBA POWER RANKINGS: Where Every Team Stands Going Into 2015</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/category/2015-watch-list\">More &quot;2015 Watch List&quot; »</a>            </p>\n        </li>\n                <li id=\"id-5489b1946bb3f745296de643\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/us-energy-production-boom-charts-2014-12\">\n                                    <img src=\"http://static2.businessinsider.com/image/5489bcc46bb3f7de5d6de629-60/these-6-charts-show-how-us-energy-boomed-and-disrupted-the-global-energy-game.jpg\" alt=\"These 6 Charts Show How US Energy Boomed And Disrupted The Global Energy Game\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/us-energy-production-boom-charts-2014-12\">These 6 Charts Show How US Energy Boomed And Disrupted The Global Energy Game</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/think-global\">More &quot;Think Global&quot; »</a>            </p>\n        </li>\n                <li id=\"id-54949daaeab8ea44412cdb75\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/peter-thiel-mentorship-2014-12\">\n                                    <img src=\"http://static4.businessinsider.com/image/5494a5d1eab8eaec59198dd2-60/peter-thiel-explains-why-mentorship-is-tricky-for-tech-companies.jpg\" alt=\"Peter Thiel Explains Why Mentorship Is Tricky For Tech Companies\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/peter-thiel-mentorship-2014-12\">Peter Thiel Explains Why Mentorship Is Tricky For Tech Companies</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/idea-factory\">More &quot;Idea Factory&quot; »</a>            </p>\n        </li>\n            </ul>\n</div>                    </div>\n                </div>\n            \n\t\t\t<!-- Facebook Promo -->\n\t\t\t\n\t\t\t<!-- Facebook App -->\n\t\t\t<div class=\"facebook-app-container\" style=\"display:none;\">\n\t<h3 class=\"underlined\">Welcome, <span id=\"fb-username\"></span>!</h3>\n\t<div class=\"facebook-app media\">\n\n\t\t<div class=\"fb-profile-pic pull-left\"></div>\n\n\t\t<div class=\"media-body\">\n\n\t\t\t<h5>You are logged into Facebook</h5>\n\n\t\t\t<h5>Social: <a class=\"switch-off\" href=\"\"></a></h5>\n\n\t\t\t<ul class=\"clearfix\">\n\t\t\t\t<li class=\"bi-popover activity\"><a href=\"\">Your Activity</a><span>|</span>\n\t\t\t\t\t<div class=\"popover bottom\">\n\t\t\t\t\t\t<div class=\"arrow\"></div>\n\t\t\t\t\t\t<h3 class=\"popover-title\">These articles have been shared on your timeline. You can remove them here:</h3>\n\t\t\t\t\t\t<div class=\"popover-content\">\n\t\t\t\t\t\t\t<div class=\"fb-remove-articles\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"bi-popover options\"><a href=\"\">Options</a>\n\t\t\t\t\t<div class=\"popover bottom\">\n\t\t\t\t\t\t<div class=\"arrow\"></div>\n\t\t\t\t\t\t<h3 class=\"popover-title\">Notify me when a story is shared.</h3>\n\t\t\t\t\t\t<div class=\"popover-content\">\n\t\t\t\t\t\t\t<div>\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<form id=\"fb-app-form\">\n\t\t\t\t\t\t\t\t\t<label class=\"radio inline\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"shared\" value=\"true\" id=\"notify_yes\">Yes</label>\n\t\t\t\t\t\t\t\t\t<label class=\"radio inline\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"shared\" value=\"false\" id=\"notify_no\">No</label>\n\t\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\n\t\t</div>\t\n\n\t</div>\n</div>\n\n\t        <!-- Google App -->\n\t        <div class=\"google-app-container\" style=\"display:none;\">\n    <h3 class=\"underlined\">Welcome, <span id=\"gp-username\"></span>!</h3>\n    <div class=\"google-app media\">\n\n        <div class=\"gp-profile-pic pull-left\"></div>\n\n        <div class=\"media-body\">\n\n            <h5>You are logged in with Google</h5>\n\n            <h5>Social: <a class=\"switch-off\" href=\"\"></a></h5>\n\n            <ul class=\"clearfix\">\n                <li class=\"bi-popover activity\"><a href=\"\">Your Activity</a><span>|</span>\n                    <div class=\"popover bottom\">\n                        <div class=\"arrow\"></div>\n                        <h3 class=\"popover-title\">These articles have been added to your Google activity log. You can remove them here:</h3>\n                        <div class=\"popover-content\">\n                            <div class=\"gp-remove-articles\"></div>\n                        </div>\n                    </div>\n                </li>\n                <li class=\"bi-popover options\"><a href=\"\">Options</a>\n                    <div class=\"popover bottom\">\n                        <div class=\"arrow\"></div>\n                        <h3 class=\"popover-title\">Notify me when a story is shared.</h3>\n                        <div class=\"popover-content\">\n                            <div>                       \n                                <form id=\"gp-app-form\">\n                                    <label class=\"radio inline\">\n                                        <input type=\"radio\" name=\"shared\" value=\"true\" id=\"notify_yes\">Yes</label>\n                                    <label class=\"radio inline\">\n                                        <input type=\"radio\" name=\"shared\" value=\"false\" id=\"notify_no\">No</label>\n                                </form>\n                            </div>\n                        </div>\n                    </div>\n                </li>\n            </ul>\n\n        </div>  \n\n    </div>\n</div>\n\n\t\t\t<!-- Editorial Sidebar -->\n\t\t\t\t\t\t\t<div data-bi-ajax-route=\"/esi/ed_sidebar\"></div>\t\t\t\n\t\t\t<!-- Trending -->\n\t\t\t<div class=\"trending ks-trending-recirculation\">\n\t\t\t\t<h3 class=\"underlined\">Trending</h3>\n\t\t\t</div>\n\n\t\t\t<!-- Read Me -->\n\t\t\t<div data-bi-ajax-route=\"/esi/readme_module?0=300&1=defense-contributor\"></div>\n\t\t\t\t\t\t\t<!-- The Hive -->\n\t\t\t\t\t\t\t\n\t\t\t<!-- Editorial Sidebar 2 -->\n\t\t\t\t\t\t\t<!-- editorial sidebar 2 -->\n<div id=\"editorial2\" class=\"ks-rr-editorial-2\" data-bi-heatmap=\"editorial2\">\n\t<h3 class=\"underlined\">BI Intelligence</h3>\n\t<div>\n\t\t<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 2% 2%;\"><a href=\"https://intelligence.businessinsider.com/the-internet-of-things-is-rising-examining-the-internet-of-things-2014-9?utm_source=House&amp;utm_term=RR-IoT&amp;utm_campaign=RR\"><img src=\"https://static-ssl.businessinsider.com/image/51092209ecad046342000012/nest.png \" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-internet-of-things-is-rising-examining-the-internet-of-things-2014-9?utm_source=House&amp;utm_term=RR-IoT&amp;utm_campaign=RR\"><span style=\"color: #000000;\">Here's How The Internet Of Things Will Grow Across Home, Enterprise, And Government </span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 2% 2%;\"><a href=\"https://intelligence.businessinsider.com/same-day-delivery-is-gaining-traction-and-will-cause-in-store-sales-in-big-cities-to-decline-2014-9?utm_source=House&amp;utm_term=RR-Samedaydelivery&amp;utm_campaign=RR\"><img src=\"https://static-ssl.businessinsider.com/image/53fe4b49eab8ea81387cb1f9/bii-sameday-scenarios.png\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/same-day-delivery-is-gaining-traction-and-will-cause-in-store-sales-in-big-cities-to-decline-2014-9?utm_source=House&amp;utm_term=RR-Samedaydelivery&amp;utm_campaign=RR\"><span style=\"color: #000000;\">Same-Day Delivery Services Are Going After Brick-And-Mortar Retailers&rsquo; Last Big Advantage</span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 20px 2%;\"><a href=\"https://intelligence.businessinsider.com/the-beacons-explainer-everything-you-need-to-know-about-beacons-and-apples-ibeacon-system-2014-7?utm_source=House&amp;utm_term=RR-BEACN&amp;utm_campaign=RR\"><img src=\"http://static3.businessinsider.com/image/53ceb45e69bedd9c6e0e23e5/bii-beacons-installed-base-estimate-1.png\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-beacons-explainer-everything-you-need-to-know-about-beacons-and-apples-ibeacon-system-2014-7?utm_source=House&amp;utm_term=RR-BEACN&amp;utm_campaign=RR\"><span style=\"color: #000000;\">THE BEACONS FAQ: It's Time To Set The Story Straight</span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 20px 2%;\"><a href=\"https://intelligence.businessinsider.com/the-social-commerce-report-how-social-networks-are-driving-immediate-sales-and-influencing-purchases-down-the-line-2014-9?utm_source=House&amp;utm_term=RR-SOCCOMM&amp;utm_campaign=RR\"><img src=\"http://static1.businessinsider.com/image/51d71e9e6bb3f7cf10000008/nordstrom-pinterest.jpg\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-social-commerce-report-how-social-networks-are-driving-immediate-sales-and-influencing-purchases-down-the-line-2014-9?utm_source=House&amp;utm_term=RR-SOCCOMM&amp;utm_campaign=RR\"><span style=\"color: #000000;\">How Social Networks Are Driving More Sales And Influencing Online And Offline Purchases</span></a></div>\r\n</div>\r\n<div style=\"border-top: 1px solid #ddd; margin-top: 20px; margin-left: -20px; width: 340px; clear: both;\">\r\n<div style=\"margin: 30px 20px 0px 20px;\">\r\n<h3 class=\"underlined\">Read Business Insider On The Go</h3>\r\n<div class=\"content\" style=\"height: 190px; text-align: center !important; background-image: url('http://static2.businessinsider.com/image/520a3568ecad04d97a000017/greybackground.png'); background-repeat: no-repeat; background-position: bottom center; overflow: hidden;\">\r\n<div style=\"float: left; margin-top: 21px; display: block; z-index: 1; width: 300px; border-bottom: 1px solid #9d9d9d;\"><a href=\"/about/mobile\"><img src=\"http://static2.businessinsider.com//image/544a63ddecad04d00aa997b7-260/biapp-oct14-v2.png\" border=\"0\" /></a></div>\r\n<div style=\"z-index: 100; margin: 0px 15px 86px 200px; position: absolute; height: 90px; width: 90px; -moz-border-radius: 45px; border-radius: 45px; background-color: #2e79a6; -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.6); box-shadow: -3px 3px 4px rgba(0,0,0,0.6); text-align: center; vertical-align: middle !important;\">\r\n<p style=\"font-family: Helvetica Neue, Arial, sans-serif; color: white; font-size: 18px; font-weight: 100; line-height: 20px; margin-top: 23px;\">FREE App<br />Download</p>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center; margin: 10px auto; width: 260px; display: block;\"><img src=\"http://static2.businessinsider.com//image/544aa0d0ecad044925a997a5/bi_app_gif.gif\" border=\"0\" /></div>\r\n<div style=\"text-align: center !important; width: 100%; display: block;\"><a href=\"https://itunes.apple.com/us/app/business-insider/id554260576?mt=8\"><img src=\"http://static2.businessinsider.com/image/51e9584f69beddbb1d000003-208/appstorebadgeen.png\" border=\"0\" style=\"margin: 0px 0px 10px 0px;\" /></a> <br /><a href=\"http://www.businessinsider.com/about/mobile\">Available for iPhone, iPad, Android, BlackBerry and Windows</a> <br /> <a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static1.businessinsider.com/image/51e95c6aeab8ea3845000009/appleicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a> <a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static4.businessinsider.com/image/51e95c6aeab8eab74700000b/androidicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a><a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static1.businessinsider.com/image/51e95c6aecad04b45d000002/.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a><a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static5.businessinsider.com/image/5271611eeab8ea5e3bfb295b/windowsicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a></div>\r\n</div>\r\n</div>\t</div>\n</div>\n<!-- / editorial sidebar 2 -->\n\t\t\t\n\t\t\t<!-- BI Live Widget (Below Fold Placement) -->\n\t\t\t\t\t\t\t<div data-bi-ajax-route=\"/esi/live_feed_module?0=300&1=defense-contributor&2=below_fold\"></div>\t\t\t\n\t\t\t<!-- Author Sold -->\n\t\t\t\n\t\t\t<!-- Jobs Widget -->\n\t\t\t\n<!-- Jobs Module -->\n<div class=\"jobs ks-rr-jobs hide-uk\">\n\t<h5 class=\"text-ad pull-right\"><a href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin026&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-all-jobs-applys\" title=\"Visit Career Builder\"><img src=\"http://static3.businessinsider.com/assets/images/careerbuilder.png\" alt=\"Career Builder\"></a></h5>\n\t<h3 class=\"underlined\">Find A Job</h3>\n\n\t<div class=\"row-fluid\">\n\t\t<div class=\"span6\">\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=technology&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin020&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-tech-applys\">Tech Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"\">\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=media&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin021&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-media-applys\">Media Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"\">\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=finance&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin022&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-finance-applys\">Finance Jobs</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div class=\"span6\">\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=c-level&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin023&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-c-level-applys\">C-Level Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=design&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin024&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-design-applys\">Design Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=sales&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin025&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-sales-applys\">Sales Jobs</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n\n\t<div class=\"footer border-top-dotted clearfix\">\n\t\t<div class=\"pull-right\">\n\t\t\t<a href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin026&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-all-jobs-applys\">See All Jobs</a>\n\t\t</div>\n\t</div>\n\n</div>\n\n\n\n\n\t\t\t<!-- Partners -->\n\t\t\t<div class=\"right-ad\">\n\t\t\t\t<div class=\"partner-thanks clearfix\">\n\t\t\t\t<h3 class=\"underlined\">Thanks to our partners</h3>\n\t\t\t\t\t<a href=\"http://hub.am/16BKYF8\" title=\"Visit Datapipe\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static4.businessinsider.com/assets/images/partners/datapipe-9.png\" alt=\"Datapipe\" /></a>\n\t\t\t\t\t<a href=\"http://www.catchpoint.com/\" title=\"Visit Catchpoint\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static3.businessinsider.com/assets/images/partners/catchpoint-9.png\" alt=\"Catchpoint - Web Performance Monitoring\" /></a>\n\t\t\t\t\t<a href=\"http://www.ooyala.com/?utm_source=BusinessInsider&utm_medium=Sponsor&utm_campaign=Rebranding\" title=\"Visit Ooyala\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static3.businessinsider.com/assets/images/partners/ooyala-9.png\" alt=\"Ooyala\" /></a>\n\t\t\t\t\t<a href=\"http://www.sailthru.com\" title=\"Visit Sailthru\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static2.businessinsider.com/assets/images/partners/sailthru-9.png\" alt=\"Sailthru\" /></a>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<!-- Google Adsense -->\n\t\t\t            <!-- / Google Adsense -->\n\n\t\t\t</div>\n</div>\n                                </div>\n                            </div>\n                        \n                    </div>\n                </div>\n\n                \n                </div>\n            </div>\n        </div>\n\n        <div class=\"footer\" data-bi-footer>\n\n            <div class=\"container border-top\">\n                <div class=\"list-pipes\">\n                    <ul>\n                    <li>* Copyright &copy; 2015 Business Insider Inc. All rights reserved. <span class=\"nowrap\">Registration on or use of this site constitutes acceptance of our\n                                                        <a href=\"/terms\">Terms of Service</a>                            and\n                                                                                    <a href=\"/privacy-policy\">Privacy Policy</a>.</span>\n                        </li>\n                        <li><a href=\"/disclaimer\">Disclaimer</a></li>\n                                                    <li><a href=\"/commerce-on-business-insider\">Commerce Policy</a></li>\n                                            </ul>\n                </div>\n                <div class=\"list-pipes\">\n                    <ul>\n                        <li>Powered by <a href=\"http://www.mongodb.org\">MongoDB</a></li>\n                        <li>Hosted by <a href=\"http://hub.am/16BKYF8\">Datapipe</a></li>\n                        <li>Stock quotes by <a href=\"http://ycharts.com\">YCharts</a></li>\n                                                    <li><a href=\"http://nytm.org/made\">Made in NYC</a></li>\n                                            </ul>\n                </div>\n                <div class=\"international-links border-top list-pipes\">\n                    <ul><li>International Editions:</li>\n                        <li><a href=\"http://www.businessinsider.com.au/\">AUS</a></li><li><a href=\"http://www.businessinsider.co.id/\">ID</a></li><li><a href=\"http://www.businessinsider.in/\">IN</a></li><li><a href=\"http://www.businessinsider.my/\">MY</a></li><li><a href=\"http://www.businessinsider.sg/\">SG</a></li><li><a href=\"http://uk.businessinsider.com?IR=C\">UK</a></li>                    </ul>\n                </div>\n\n            </div>\n        </div>\n    </div>\n</div>\n\n<script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-1.7.1.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://static3.businessinsider.com/assets/js/min-foot.js?1419282513\"></script>\n<!--[if gte IE 9]>\n<script type=\"text/javascript\">amplify.publish(\"ie9-pinned-site\", {\"hid\":null,\"vertical\":\"defense-contributor\"});</script><![endif]-->\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"\"//www.googletagmanager.com/ns.html?id=GTM-NS64GV\"\"\nheight=\"\"0\"\" width=\"\"0\"\" style=\"\"display:none;visibility:hidden\"\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-NS64GV');</script>\n<!-- End Google Tag Manager -->\n\n<!-- Twitter widget.js -->\n<script type=\"text/javascript\">\n    !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){\n        js=d.createElement(s);\n        js.id=id;\n        js.src=\"https://platform.twitter.com/widgets.js\";\n        js.async=true;\n        fjs.parentNode.insertBefore(js,fjs);\n    }}(document,\"script\",\"twitter-wjs\");\n</script>\n<!-- /Twitter widget.js -->\n\n            <!-- BEGIN Tynt Script -->\n        <script type=\"text/javascript\">\n            if(document.location.protocol=='http:'){\n                var Tynt=Tynt||[];Tynt.push('a-j2SKmdSr37y5adbiUzgI');\n                (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);})();\n            }\n        </script>\n        <!-- END Tynt Script -->\n    \n    <!-- START Nielsen Online SiteCensus V6.0 -->\n    <!-- COPYRIGHT 2010 Nielsen Online -->\n    <script type=\"text/javascript\">\n    (function () {\n        var d = new Image(1, 1);\n        d.onerror = d.onload = function () { d.onerror = d.onload = null; };\n        d.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-103525h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n    })();\n    </script>\n    <noscript>\n        <div><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-103525h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\" /></div>\n    </noscript>\n    <!-- END Nielsen Online SiteCensus V6.0 -->\n\n    <!-- Begin comScore Tag -->\n    <script type=\"text/javascript\">\n        var _comscore = _comscore || [];\n        _comscore.push({ c1: \"2\", c2: \"9900186\" });\n        (function() {\n            var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n            s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n            el.parentNode.insertBefore(s, el);\n        })();\n    </script>\n    <noscript>\n        <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9900186&cv=2.0&cj=1\" />\n    </noscript>\n    <!-- End comScore Tag -->\n\n        <!-- Chartbeat -->\n    <script type=\"text/javascript\">\n        // chartbeat wants the vars in global\n        window._sf_async_config={uid:14447,domain:\"businessinsider.com\"};\n        window._sf_async_config.useCanonical = true;\n\n        //only set the following if on a sponsored post\n        \n        (function(){\n          function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src',\n               ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") +\n               \"static.chartbeat.com/js/chartbeat_pub.js\");\n            document.body.appendChild(e);\n          }\n          var oldonload = window.onload;\n          window.onload = (typeof window.onload != 'function') ?\n             loadChartbeat : function() { oldonload(); loadChartbeat(); };\n        })();\n    </script>\n    <!-- / Chartbeat -->\n    \n    <!-- BEGIN Krux Control Tag for \"businessinsider.com\" -->\n<!-- Source: /snippet/controltag?confid=I2I9M2yx&site=businessinsider.com&edit=1 -->\n<script class=\"kxct\" data-id=\"I2I9M2yx\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n  window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n  (function(){\n    var k=document.createElement('script');k.type='text/javascript';k.async=true;\n    var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n      (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I2I9M2yx\"\n  ;\n    var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n  }());\n</script>\n<!-- END Krux Controltag -->\n            <!-- Sailthru Concierge -->\n        <script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/horizon/v1.js\"></script>\n        <script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/scout/v1.js\"></script>\n        <script type=\"text/javascript\">\n        $(function() {\n            // Sailthru Concierge\n            if (window.Sailthru) {\n                var sailthruOpts = {\n                    domain: 'horizon.businessinsider.com'\n                                            , concierge: { from: 'top', threshold: $('#bottom-share-links') }\n                                    };\n                if (window.outerWidth < 800) { //on small screens we dont want the flyout to appear\n                    delete sailthruOpts.concierge;\n                }\n                Sailthru.setup(sailthruOpts);\n            }\n        });\n        </script>\n        <!-- / Sailthru Concierge -->\n                <!-- Skimlinks -->\n        <script class=\"post-loaded\" type=\"text/javascript\" data-src=\"http://s.skimresources.com/js/35871X943606.skimlinks.js\"></script>\n        <!-- /Skimlinks -->\n\n    \n<!-- Perfect market JS -->\n    <!-- End Perfect market JS-->\n\n<!-- kontera contextual ads -->\n\n<!-- taboola -->\n        <script type=\"text/javascript\">\n        window._taboola = window._taboola || [];\n        _taboola.push({article:'auto'});\n        !function (e, f, u) {\n            e.async = 1;\n            e.src = u;\n            f.parentNode.insertBefore(e, f);\n        }(\n            document.createElement('script'),\n            document.getElementsByTagName('script')[0],\n            'http://cdn.taboola.com/libtrc/businessinsider/loader.js'\n        );\n    </script>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({flush: true});\n</script>\n<!-- End taboola -->\n\n<!--bizio-->\n<script type=\"text/javascript\">\n  _bizo_data_partner_id = \"1301\";\n</script>\n<script type=\"text/javascript\">\n(function() {\n  var s = document.getElementsByTagName(\"script\")[0];\n  var b = document.createElement(\"script\");\n  b.type = \"text/javascript\";\n  b.async = true;\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\n  s.parentNode.insertBefore(b, s);\n})();\n</script>\n<noscript>\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1301&fmt=gif\" />\n</noscript>\n<!--end-->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"businessinsider.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"4b4136998e\",\"applicationID\":\"2646431,2646478\",\"transactionName\":\"ZVZVZRBVXEJVVkJRDVwcdEQRQF1cG0VZSxY=\",\"queueTime\":0,\"applicationTime\":291,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"SRFWE1hPT0w=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/businessinsider.com2.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" >\n<head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n    <meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"UQ8EUVRACgUEUlVRBg==\"};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]);</script>\n    <title>FINANCIAL ADVISOR INSIGHTS: December 29 - Business Insider</title>\n    <meta name=\"date\" content=\"2014-12-29\" />\n<meta name=\"sailthru.date\" content=\"2014-12-29\" />\n<meta name=\"news_keywords\" content=\"Financial Advisor Insights, Elena Holodny, \" />\n<meta name=\"sailthru.tags\" content=\"Financial Advisor Insights, Elena Holodny, \" />\n<meta name=\"description\" content=\"&quot;Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.&quot;\" />\n<meta name=\"sailthru.description\" content=\"&quot;Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.&quot;\" />\n<meta name=\"title\" content=\"What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" />\n<meta name=\"sailthru.verticals\" content=\"wealthadvisor,yourmoney,clusterstock,moneygame\" />\n<meta name=\"sailthru.title\" content=\"What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" />\n<meta name=\"tbi-image\" content=\"http://static2.businessinsider.com/image/54a1d7ee6da8115b5a51cb6b/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\" />\n<meta name=\"sailthru.image.full\" content=\"http://static2.businessinsider.com/image/54a1d7ee6da8115b5a51cb6b/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"http://static2.businessinsider.com/image/54a1d7ee6da8115b5a51cb6b-50-50/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\" />\n<meta name=\"sailthru.author\" content=\"Elena Holodny\" />\n<meta property=\"og:title\" content=\"What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" />\n<meta property=\"og:description\" content=\"&quot;Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.&quot;\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" />\n<meta property=\"og:site_name\" content=\"Business Insider\" />\n<meta property=\"fb:app_id\" content=\"155043519637\" />\n<meta property=\"article:publisher\" content=\"businessinsider\" />\n<meta property=\"author\" content=\"Elena Holodny\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<meta property=\"twitter:url\" content=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" />\n<meta property=\"twitter:title\" content=\"What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" />\n<meta property=\"twitter:description\" content=\"&quot;Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.&quot;\" />\n<meta property=\"twitter:image\" content=\"http://static2.businessinsider.com/image/54a1d7ee6da8115b5a51cb6b/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\" />\n<meta property=\"twitter:creator\" content=\"elenaholodny\" />\n<meta property=\"twitter:site\" content=\"businessinsider\" />\n<meta property=\"article:author\" content=\"http://www.businessinsider.com/author/elena-holodny\" />\n<meta property=\"og:image\" content=\"http://static2.businessinsider.com/image/54a1d7f66da811cc6051cb6b/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\" />    \n<link rel=\"alternate\" href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" hreflang=\"x-default\">\n<link rel=\"alternate\" href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" hreflang=\"en-US\">\n<link rel=\"alternate\" href=\"http://uk.businessinsider.com/financial-advisor-insights-december-29-2014-12\" hreflang=\"en-GB\">\n    <link href=\"http://static3.businessinsider.com/assets/css/min-base-us.css?1419282513\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://static6.businessinsider.com/assets/css/min-post-us.css?1419282513\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" rel=\"canonical\" />    <link type=\"text/css\" rel=\"stylesheet\" media=\"print\" href=\"http://static1.businessinsider.com/assets/css/print.css?1419282513\" />   \n    <script type=\"text/javascript\" src=\"http://static1.businessinsider.com/assets/js/min2.js?1419282513\"></script>\n<script type=\"application/ld+json\">\n    //<![CDATA[\n    {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"What\\u0027s Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\",\"url\":\"http:\\/\\/www.businessinsider.com\\/financial-advisor-insights-december-29-2014-12\",\"thumbnailUrl\":\"http:\\/\\/static2.businessinsider.com\\/image\\/54a1d7ee6da8115b5a51cb6b\\/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\",\"dateCreated\":\"2014-12-29T22:39:00Z\",\"articleSection\":\"wealthadvisor\",\"creator\":\"Elena Holodny\",\"keywords\":[\"Financial Advisor Insights\"]}    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    BI.post.isSlideshow=false;    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    post = {\"id\":\"54a1affa69bedddc082ead43\",\"uri\":\"http:\\/\\/www.businessinsider.com\\/financial-advisor-insights-december-29-2014-12\",\"thumb\":\"http:\\/\\/static2.businessinsider.com\\/image\\/54a1d7ee6da8115b5a51cb6b-90-90\\/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\",\"author\":\"Elena Holodny\",\"author_ids\":\"Elena Holodny:46\",\"post_type\":\"post\"};    //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    \n        Author = \"Elena Holodny\";\n        Category = \"Financial Advisor Insights\";\n        AuthorType = \"Staff\";\n        Editor = \"Elena Holodny\";\n        BIISub = \"none\"\n            //]]>\n</script>\n<script type=\"text/javascript\">\n    //<![CDATA[\n    \n        BI.nav_select = \"Finance\";\n        BI.highTrafficMode = 0;\n        BI.post.isDraft = 0;\n        BI.post.url = \"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\";\n        BI.post.name = \"financial-advisor-insights-december-29-2014-12\";\n        BI.comments.currentPage = 0;\n        BI.comments.filterPundits = 1;\n        BI.comments.getAllComments = 1;\n            //]]>\n</script>    <!-- optimizely desktop -->\n        <!-- End optimizely desktop -->\n\n        <meta name=\"tbi-vertical\" content=\"wealthadvisor\" />\n    <meta name=\"viewport\" content=\"width=1024\" />\n\n    <!--[if gte IE 9]>\n    <style type=\"text/css\">\n        .gradient {\n            filter: none;\n        }\n    </style>\n    <![endif]-->\n\n    <!--[if lt IE 8]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static3.businessinsider.com/assets/css/ie7_or_lower.css\" />\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static2.businessinsider.com/assets/css_vendor/font-awesome-ie7.min.css\">\n    <![endif]-->\n    <!--[if IE 8]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static5.businessinsider.com/assets/css/ie8.css\" />\n    <![endif]-->\n    <!--[if lt IE 9]>\n        <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n        <script type=\"text/javascript\" src=\"http://static3.businessinsider.com/assets/js/vendor/ie8/placeholders.min.js\"></script>\n    <![endif]-->\n\n    <!--[if IE 9]>\n        <link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"http://static4.businessinsider.com/assets/css/ie9.css\" />\n        <script type=\"text/javascript\" src=\"http://static5.businessinsider.com/assets/js/shims/Element.classList.js\"></script>\n    <![endif]-->\n\n    <script type=\"text/javascript\">\n        var vertical = 'wealthadvisor';\n        var PageType = 'post';\n        var post_id = '';\n        var _sf_startpt=(new Date()).getTime();\n    </script>\n\n    <!-- Kissmetrics -->\n    <script type=\"text/javascript\">\n        var _kmq = _kmq || [];\n        var _kmk = _kmk || '999f578acebfab6dd29b540ab4ebbcbaafafa774';\n\n        function _kms(u){\n            setTimeout(function(){\n                var s = document.createElement('script');\n                var f = document.getElementsByTagName('script')[0];\n                s.type = 'text/javascript';\n                s.async = true;\n                s.src = u;\n                f.parentNode.insertBefore(s, f);\n            }, 1);\n        }\n            </script>\n    <!-- Kissmetrics -->\n\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"/wealthadvisor.rss\" />\n    <link rel=\"shortcut icon\" href=\"http://static5.businessinsider.com/assets/images/faviconBI.ico\" />\n    <link rel=\"icon\" type=\"image/ico\" href=\"http://static5.businessinsider.com/assets/images/faviconBI.ico\" />\n    <link rel=\"apple-touch-icon\" href=\"http://static4.businessinsider.com/assets/images/apple-touch-icon.png\" />\n    <meta name=\"linkedin:owner\" content=\"mid:218712\">\n\n    <!--[if gte IE 9]>\n        <meta name=\"application-name\" content=\"Business Insider - wealthadvisor\"/>\n        <meta name=\"msapplication-tooltip\" content=\"Start the page in Site Mode\"/>\n        <meta name=\"msapplication-starturl\" content=\"http://www.businessinsider.com/wealthadvisor\"/>\n        <meta name=\"msapplication-window\" content=\"width=800;height=600\"/>\n        <meta name=\"msapplication-navbutton-color\" content=\"#4C7C8D\"/>\n\n        <meta name=\"msapplication-task\" content=\"name=Tech;action-uri=http://www.businessinsider.com/sai;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Media;action-uri=http://www.businessinsider.com/thewire;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Wall Street;action-uri=http://www.businessinsider.com/clusterstock;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Markets;action-uri=http://www.businessinsider.com/moneygame;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n        <meta name=\"msapplication-task\" content=\"name=Strategy;action-uri=http://www.businessinsider.com/warroom;icon-uri=http://www.businessinsider.com/favicon.ico\"/>\n    <![endif]-->\n\n    <script type=\"text/javascript\">BI.siteURI = 'http://www.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.secureURI = 'https://www.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.staticURI = 'http://static1.businessinsider.com';</script>\n    <script type=\"text/javascript\">BI.env.setDomain('http://www.businessinsider.com');</script>\n    <script type=\"text/javascript\">BI.sailthruHorizonURI = 'horizon.businessinsider.com'</script>\n\n    \n    <script type=\"text/javascript\" src=\"//platform.linkedin.com/in.js\">\n       api_key: x4dbohswv62d\n       authorize: true\n       scope: r_basicprofile r_emailaddress r_network rw_nus\n    </script>\n\n    \n</head>\n\n\n<body class=\"responsive \">\n<div data-cookie-notice-container></div>\n<!-- print only -->\n<img class=\"print\" src=\"http://static1.businessinsider.com/assets/images/us/logos/logo-bi-print.png\" width=\"150\" />\n\n<!-- FB Connect -->\n<div id=\"fb-root\" data-bi-facebook-root=\"155043519637\"></div>\n<!-- / FB Connect -->\n\n<!--[if lt IE 8]>\n    <div class=\"container>\n        <div class=\"row\">\n            <div class=\"alert alert-error alert-block\">\n                <h4>Warning!</h4>\n                You are using an outdated version of Internet Explorer.  For security reasons you should <a href=\"http://windows.microsoft.com/en-us/internet-explorer/download-ie\" target=\"_blank\" title=\"Upgrade IE\">upgrade your browser</a>. Please go to Windows Updates and install the latest version.\n            </div>\n        </div>\n    </div>\n<![endif]-->\n\n    <div id=\"tray\">\n        <div class=\"list-pipes filters container\">\n            <ul class=\"container page\">\n                <li><a href=\"#\" class=\"active\" data-view=\"featured\">Featured</a></li>\n                <li><a href=\"#\" data-view=\"trending\">Trending</a></li>\n                <li><a href=\"#\" data-view=\"latest\">Recent</a></li>\n            </ul>\n        </div>\n        <div class=\"container page\">\n            <div class=\"tray-control right\">\n                <i class=\"fa fa-angle-right\"></i>\n            </div>\n            <div class=\"tray-control left disabled\">\n                <i class=\"fa fa-angle-left\"></i>\n            </div>\n            <div class=\"container\" style=\"overflow: hidden\">\n                <div class=\"carousel-items row\">\n                    <div class=\"item-container\">\n                    </div>\n                    <div class=\"clearfix\"></div>\n                </div>\n            </div>\n        </div>\n    </div>\n\n<!-- new masthead -->\n<div class=\"masthead\">\n    <div class=\"masthead-bottom-gradient\"></div>\n    <div class=\"container\">\n        <div class=\"row\">\n\n            <!-- BI Logo -->\n            <div class=\"span2 logo\">\n                <div class=\"sprites logo-background\"></div>\n                <div class=\"sprites logo-background-oneline\"></div>\n                <a class=\"logo-link\" href=\"/\" title=\"Business Insider\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"Business Insider\"></a>\n            </div>\n\n            <div class=\"span10 navigation\">\n                <div class=\"row\">\n\n                    <!-- user_menubar -->\n                    <div data-bi-ajax-route=\"/esi/user_menubar?0=json%3A%5B%5D\"></div>\n                    <!-- Non-verticals -->\n                    <div class=\"non-verticals\">\n                        <ul class=\"sprites\">\n                            <li class=\"sprites hide-uk\"><a href=\"/events\">Events</a></li>\n                            <li class=\"sprites\"><a href=\"http://intelligence.businessinsider.com\">BI Intelligence</a></li>\n                        </ul>\n                    </div>\n                </div>\n\n                                <div class=\"tray-btn\">\n                    <span class=\"open-label\"><i class=\"fa fa-caret-down\"></i></span>\n                    <span class=\"close-label\"><i class=\"fa fa-caret-up\"></i></span>\n                </div>\n                \n                <div class=\"row\">\n                    <!-- Search -->\n                    <div class=\"span4 nav-search\">\n                        <form method=\"get\" action=\"/s\" class=\"search-field\">\n                            <input class=\"sprites\" name=\"q\" type=\"text\" placeholder=\"Search\">\n                            <button type=\"submit\" title=\"Search\"></button>\n                        </form>\n                    </div>\n\n                    <!-- Main Nav -->\n                    <div class=\"main-nav\">\n                        <ul>\n                                                                                    <li class=\"Tech\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Tech\" href=\"/sai\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Tech                                </a>\n                            </li>\n                                                                                    <li class=\"Finance active\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Finance\" href=\"/clusterstock\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Finance                                </a>\n                            </li>\n                                                                                    <li class=\"Politics\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Politics\" href=\"/politics\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Politics                                </a>\n                            </li>\n                                                                                    <li class=\"Strategy\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Strategy\" href=\"/warroom\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Strategy                                </a>\n                            </li>\n                                                                                    <li class=\"Life\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Life\" href=\"/thelife\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Life                                </a>\n                            </li>\n                                                                                    <li class=\"Sports\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Sports\" href=\"/sportspage\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Sports                                </a>\n                            </li>\n                                                                                    <li class=\"Video\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-Video\" href=\"/video\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    Video                                </a>\n                            </li>\n                                                                                    <li class=\"All\">\n                                <a class=\"item\" data-dropdown-id=\"dropdown-All\" href=\"/\">\n                                    <div class=\"triangle triangle-left\"></div>\n                                    <div class=\"triangle triangle-right\"></div>\n                                    All                                </a>\n                            </li>\n                                                    </ul>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n\n    <!-- Main Nav Dropdowns -->\n    <div class=\"main-nav-dropdown ks-nav-dropdown\" style=\"border-color: #185f7c\">\n    </div>\n</div>\n<!-- / new masthead -->\n\n\n\n<div id=\"main-content\" class=\"container\">\n    <!-- flash messages -->\n    \n        <div class=\"subnav-container\">\n        <div class=\"subnav-content\">\n            \n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/finance/wealthadvisor/post\" data-authors=\"elena-holodny\" data-pagetype=\"post\" data-pos=\"atf\" data-region=\"Subnav\" data-sizes=\"728x90,970x250,970x90\" data-tag=\"financial-advisor-insights\" data-url=\"/financial-advisor-insights-december-29-2014-12\" data-views=\"0-5000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n        </div>\n    </div>\n    \n    \n    <div class=\"siteskin-dropshadow\">\n        <div class=\"row primary-row\">\n                            <div class=\"breaking-module-rendered\" id=\"breaking-module-rendered\">\n                    <div data-bi-ajax-route=\"/esi/breaking_module?0=json%3A%5B%22Object%22%2C%22Post%22%2C%2254a1affa69bedddc082ead43%22%5D\"></div>                </div>\n                        <div class=\"span8\">\n                <div class=\"breaking-module-siteskin\" id=\"breaking-module-siteskin\"></div>\n    \n<a name=\"post-top\"></a>\n\n\n<div id=\"share-email-tmpl\">\n    <div id=\"shareEmailModal\" class=\"modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"shareEmailModalLabel\" aria-hidden=\"true\">\n      <div class=\"modal-header\">\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button>\n        <h3 id=\"shareEmailModalLabel\"></h3>\n      </div>\n      <div class=\"modal-body\">\n        <div class=\"share-email-error alert alert-error display-none\"></div>\n\n        <div class=\"share-email-body\">\n            <div class=\"register\">\n                <form id=\"form_form\" class=\"form-horizontal\" action=\"#\" method=\"post\">\n                    <div class=\"control-group\">\n                        <label for=\"mail_from\" class=\"control-label\">From</label>\n                        <div class=\"controls\">\n                            <input type=\"text\" name=\"mail_from\" class=\"mail-from\" placeholder=\"Your Email Address\" />\n                        </div>\n                    </div>\n                    <div class=\"control-group\">\n                        <label for=\"mail_to\" class=\"control-label\">To</label>\n                        <div class=\"controls\">\n                            <input type=\"text\" name=\"mail_to\" class=\"mail-to\" placeholder=\"Friend's Email Address\" />\n                        </div>\n                    </div>\n                    <input type=\"hidden\" name=\"action\" value=\"email\" />\n                    <div class=\"control-group\">\n                        <div class=\"controls\">\n                            <input type=\"submit\" class=\"btn submit email-post\" value=\"Send\" />\n                        </div>\n                    </div>\n                </form>\n            </div>\n        </div>\n\n        <div class=\"share-email-success\" style=\"display:none\">\n            <div class=\"alert alert-success\">\n                You have successfully emailed the post.\n            </div>\n        </div>\n\n      </div>\n    </div>\n</div>\n\n\n\n<div  class=\"content post\">\n    <div class=\"sl-layout-post\">\n        \n<!-- Top category tags -->\n    <div class=\"category-wrapper\" data-category-wrapper>\n\n            \n                            <span class=\"category-link\" style=\"border-color: #cf4e00;\">\n                    <a style=\"color: #cf4e00\" href=\"http://www.businessinsider.com/wealthadvisor\">Wealth Advisor</a>                </span>\n            \n        <span class=\"tags-top pull-right\">\n            More:\n\n                                                        <a href=\"/category/financial-advisor-insights\">Financial Advisor Insights</a>\n            \n                    </span>\n    </div>\n\n\n<h1>What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors</h1>\n\n<div id=\"content\" class=\"content\">\n    <div class=\"post-top\">\n        <!-- Byline -->\n        \n<div class=\"flex byline\">\n\t\t\t<div class=\"flex-auto byline-icon\">\n\t\t\t\t\t\t\t<a class=\"author-photo author-photo-square\" href=\"http://www.businessinsider.com/author/elena-holodny\"><img class=\"author\" src=\"http://static5.businessinsider.com/image/539f2b7becad048d24726bff-50-50/elena-holodny.jpg\"></a>\n\t\t\t\t\t</div>\n\t\n\t\n\t<div class=\"flex-item\">\n\t\t<div class=\"list-pipes\">\n\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"single-author\"><a href=\"http://www.businessinsider.com/author/elena-holodny\" rel=\"author\">Elena Holodny</a></li>\n\t\t                <li>\n    <div class=\"contact\">\n        \n                    <a href=\"mailto:eholodny@businessinsider.com\" data-toggle=\"tooltip\" data-placement=\"top\" title=\"\" data-original-title=\"eholodny@businessinsider.com\"><i class=\"fa fa-envelope-o\"></i></a>\n        \n        \n        \n        \n                    <a href=\"http://twitter.com/elenaholodny\" data-toggle=\"tooltip\" data-placement=\"top\" title=\"\" data-original-title=\"Twitter feed\"><i class=\"fa fa-twitter\"></i></a>\n        \n        \n    </div>\n\n    </li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    </ul>\n                </div>\n                <div class=\"list-pipes\">\n                    <ul>\n                \t\t        \t\t\t        <li class=\"date\" data-bi-format=\"date\" rel=\"1419892740\">Dec. 29, 2014,  5:39 PM</li>\t\t        \t\t\t\n\t\t    \t\t        <li class=\"pageviews\"><span class=\"sprites red views\" title=\"views\">2,127</span></li>\n\t\t    \n\t\t    \t\t        \t\t\t        <li title=\"Read comments\" class=\"comments ks-read-comments-top\">\n\t\t\t\t        <a href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12#comments\" class=\"views sprites comments-icon\"></a>\n\t\t\t\t\t\t<a class=\"comment_count\" href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12#comments\">1</a>\t\t\t        </li>\n\t\t        \t\t    \n\t\t\t</ul>\n\n\t\t</div>\n\t</div>\n</div>\n\n        <!-- Sharing -->\n        <div class=\"share\">\n\t\t\t\n<!-- RRSSB start -->\n<div class=\"rrssb-baseline share-container ks-share-top clearfix\" style=\"display:block;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">facebook</span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">linkedin</span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">twitter</span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">google+</span>\n            </a>\n        </li>\n                <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n                <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB end -->\n\n<!-- RRSSB TEST 1 start -->\n<div class=\"rrssb-test-1 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"facebook-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"linkedin-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"twitter-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"googleplus-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 1 end -->\n\n<!-- RRSSB TEST 2 start -->\n<div class=\"rrssb-test-2 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">share <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">share <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">tweet <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 2 end -->\n\n<!-- RRSSB TEST 3 start -->\n<div class=\"rrssb-test-3 share-container ks-share-top clearfix\" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-top clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">Share on Facebook <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">Share on Twitter <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">Share on Linkedin <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"printbtn ks-byline-print\">\n            <a href=\"javascript:window.print()\" title=\"print\">\n                <i class=\"fa fa-print\"></i>\n                <span class=\"text\">print</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 3 end -->\n        </div>\n    </div>\n\n    <!-- Perfect Market content ad-->\n    \n\t\t <!-- END Perfect Market content ad-->\n\n    <div class=\"clear-both\">\n\t\t<div class=\"KonaBody post-content\">\n\t\t\t\n            \n<p><span class=\"KonaFilter image-container display-table float_right\"><span><span data-post-image class=\"image on-image\"><img src=\"http://static6.businessinsider.com/image/54a2f5506bb3f7f23df64607-1132-849/matryoshka-russia-2.jpg\" border=\"0\" alt=\"Matryoshka Russia\"><span class=\"source\"><span><a href=\"http://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Matryoshka_dolls_in_Budapest.jpg/1280px-Matryoshka_dolls_in_Budapest.jpg\">Wikimedia Commons</a></span></span></span><p></span></span><em><strong>FA Insights is a daily newsletter from Business Insider that delivers the top news and commentary forfinancial advisors.</strong></em></p>\r\n<p><strong><a href=\"http://e.businessinsider.com/539f5e1cfd376d3e6900001d24hih.468/VKHYu0mONWzTmuv9A498e\" target=\"_blank\">Russia's Problems Are A Huge Warning Sign About Emerging Markets</a> (Morningstar) </strong></p>\r\n<p>Russia's seen a volatile December: hiked interest rates, increased inflation, and a plunging ruble. Morningstar's Karin Anderson suggests that Russia's problems reflect the larger risks associated with emerging markets.</p>\r\n<p>\"Emerging markets' fundamentals can change fairly quickly with changes in political regimes, commodities pricing, or geopolitical risk. Second, currency fluctuations can have a quick and pronounced impact on investors' assessment of the risks and valuations of emerging-markets bonds,\" writes Anderson.</p>\r\n<p>\"Because of those risks, Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows,\" Anderson adds.</p>\r\n<p><strong><a href=\"http://e.businessinsider.com/539f5e1cfd376d3e6900001d24hih.468/VKHYu0mONWzTmuwAA0234\" target=\"_blank\">F-Squared Paid $35 Million In A Settlement</a> (The Wall Street Journal) </strong></p>\r\n<p>\"F-Squared Investments Inc., which builds investment portfolios out of exchange-traded funds, admitted it misled clients about its track record and agreed to pay $35 million in a settlement with regulators,\" reports Corrie Driebusch.</p>\r\n<p>The SEC filed separate civil charges against the former CEO. He stepped down from his position last month, but his lawyers maintain that the SEC's allegations \"are misdirected and meritless.\"</p>\r\n<p><strong><a href=\"http://e.businessinsider.com/539f5e1cfd376d3e6900001d24hih.468/VKHYu0mONWzTmuwDA4fb9\" target=\"_blank\">Analysts Aren't Feeling Great About Commodities In 2015 </a>(Think Advisor)</strong></p>\r\n<p>Thanks in part to the strong US dollar, commodities have seen a tough year. And analysts don't think that things will get any better in the next one.</p>\r\n<p>A recent Bloomberg survey sees Brent sliding to $50 a barrel, and Goldman Sachs analysts \"see further declines in prices for oil and for other commodities with anticipated strengthening of the US dollar in 2015 and weaker demand for commodities in China,\" reports Janet Levaux.</p>\r\n<p>Additionally, analysts have mixed feelings about agri-commodities in the next year.</p>\r\n<p><strong><a href=\"http://e.businessinsider.com/539f5e1cfd376d3e6900001d24hih.468/VKHYu0mOKCi9vzg8A13aa\" target=\"_blank\">An SEC Investor Advocate Will Push For Spending More On RIA Exams</a> (Financial Advisor Magazine) </strong></p>\r\n<p>\"Securities and Exchange Commission Investor Advocate Rick Fleming said <span data-term=\"goog_981393261\">Tuesday</span> he will push SEC chairman Mary Jo White to use a 'significant' portion of its extra $150 million for 2015 to go to increase financial advisoroversight,\" reports Ted Knutson.</p>\r\n<p>\"Fraudulent or abusive practices by an investment advisor,\" said Fleming, \"can be very difficult for an individual investor to detect, particularly if the advisor goes so far as to falsify account statements or other records.\"</p>\r\n<p>Fleming reportedly has limited clout within the agency.</p>\r\n<p><strong><a href=\"http://e.businessinsider.com/539f5e1cfd376d3e6900001d24hih.468/VKFfcMPocp9-qfYGA58ab\" target=\"_blank\">There Are 4 Things Advisors Need To Know To Avoid Getting Fired</a> (Financial Planning) </strong></p>\r\n<p>Veteran Wall Streeter Charlotte Beyer has four tips for how to keep wealthy investors as clients.</p>\r\n<p>The first two are related: advisors should probe and get feedback, and they should overcommunicate. The biggest reason advisors get fired, writes Beyer, is \"it's always about communication — usually a lack of — every time.\"</p>\r\n<p>Additionally, advisors should be diplomatic about demands by anticipating a client's needs. And finally, advisors should be consistent by emphasizing the long-term approach.</p>\n\n            \n\t\t\t\t\t</div>\n\n        \n<div class=\"cotd\">\n\n    <h3>Follow Financial Advisor Insights and never miss an update!</h3>\n\n    <form id=\"form_form\" class=\"form-default\" action=\"/newsletter\" method=\"get\">\n        <fieldset>\n\t\t\t<div class=\"fb_like\">\n\n\t\t\t\t<label>Get updates in your Facebook\tnews feed.</label>\n\n\t\t\t\t<div class=\"fb-like\" data-href=\"http://www.businessinsider.com/category/financial-advisor-insights\" data-send=\"false\" data-layout=\"standard\" data-width=\"295\" data-show-faces=\"true\"></div>\n\t\t\t</div>\n            <div class=\"fields-newsletter\">\n\n\t\t\t\t<p>Get updates in your inbox.</p>\n\t\t\t\t\t\t\t\t\t<a name=\"fa_email\"></a>\n\t\t\t\t\t<div class=\"f_email text required\">\n\t\t\t\t\t\t<input required placeholder=\"Email Address\" id=\"f_email\" name=\"email\" type=\"text\" />\n\t\t\t\t\t\t<span class=\"msg\"><span></span></span>\n\t\t\t\t\t\t</div>\n                    <input class=\"btn submit\" type=\"submit\" value=\"Sign-Up\" />\n\t            \n\n\t\t\t\t<div style=\"clear: both;\"></div>\n\n\t\t\t\t<a class=\"privacy\" href=\"/privacy-policy\" target=\"_blank\">Privacy Policy</a>\n\n            </div>\n        </fieldset>\n        <input type=\"hidden\" name=\"newsletters[]\" value=\"Financial Advisor Insights\" />\n\n            <input type=\"hidden\" name=\"source\" value=\"financial_advisor_insights\" />\n\n    </form>\n\n</div>\n\n<div class=\"cotd-b margin-bottom\">\n    <h3>Get updates in your inbox</h3>\n    <p><i class=\"smaller\">Subscribe to Financial Advisor Insights and never miss an update!</i></p>\n    <form id=\"form_formb\" class=\"form-default\" action=\"/newsletter\" method=\"get\">\n        <fieldset>\n                            <div class=\"input-append\">\n                    <input required placeholder=\"Email Address\" id=\"f_email\" name=\"email\" type=\"text\" />\n                    <input class=\"btn submit\" type=\"submit\" value=\"Sign-Up\" />\n                </div>\n                <div class=\"learn-more\">\n                    <a href=\"/privacy-policy\" target=\"_blank\">Privacy Policy</a>\n                </div>\n                    </fieldset>\n        <input type=\"hidden\" name=\"newsletters[]\" value=\"Financial Advisor Insights\" />\n\n            <input type=\"hidden\" name=\"source\" value=\"financial_advisor_insights\" />\n  \n    </form>\n</div>\n    </div>\n</div>\n\n        <div id=\"social-reader-notification\" class=\"alert clear-both\" style=\"display:none;\"></div>\n\n        <div id=\"facebook-notification\" class=\"alert\" style=\"display:none;\"></div>\n\n            </div>\n\n        \n        <div class=\"bottom-share-module clearfix clear-both\">\n            <!-- RRSSB BOTTOM POST CALL -->\n            \n<!-- RRSSB start -->\n<div class=\"rrssb-baseline share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-sharemodule-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">facebook</span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-sharemodule-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">linkedin</span>\n            </a>\n        </li>\n        <li class=\"twitter ks-sharemodule-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">twitter</span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-sharemodule-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">google+</span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-sharemodule-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB end -->\n\n<!-- RRSSB TEST 1 start -->\n<div class=\"rrssb-test-1 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"facebook-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"linkedin-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"twitter-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"googleplus-count-1 social-count-center\"></span>\n            </a>\n        </li>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 1 end -->\n\n<!-- RRSSB TEST 2 start -->\n<div class=\"rrssb-test-2 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">share <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">share <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">tweet <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">share <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 2 end -->\n\n<!-- RRSSB TEST 3 start -->\n<div class=\"rrssb-test-3 share-container ks-share-bottom clearfix \" style=\"display:none;\">\n    <!-- buttons start here -->\n    <ul class=\"rrssb-buttons rrssb-bottom clearfix\">\n        <li class=\"facebook ks-byline-fb\">\n            <a href=\"https://www.facebook.com/sharer/sharer.php?u=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"facebook\" class=\"popup\">\n                <i class=\"fa fa-facebook-square\"></i>\n                <span class=\"text\">Share on Facebook <span class=\"facebook-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"twitter ks-byline-tweet\">\n            <a href=\"http://twitter.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;via=businessinsider&amp;text=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors\" title=\"twitter\" class=\"popup\">\n                <i class=\"fa fa-twitter\"></i>\n                <span class=\"text\">Share on Twitter <span class=\"twitter-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"linkedin ks-byline-linkedin\">\n            <a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12&amp;title=What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors&amp;summary=\"Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows.\"\" title=\"linkedin\" class=\"popup\">\n                <i class=\"fa fa-linkedin\"></i>\n                <span class=\"text\">Share on Linkedin <span class=\"linkedin-count\"></span></span>\n            </a>\n        </li>\n\n        <li class=\"googleplus ks-byline-gplusone\">\n            <a href=\"https://plus.google.com/share?url=http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" title=\"google+\" class=\"popup\">\n                <i class=\"fa fa-google-plus\"></i>\n                <span class=\"text\">Share on Google Plus <span class=\"googleplus-count\"></span></span>\n            </a>\n        </li>\n        <li class=\"email button-email ks-byline-email\" data-href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\">\n            <a href=\"#\" title=\"email\">\n                <i class=\"fa fa-envelope-o\"></i>\n                <span class=\"text\">email</span>\n            </a>\n        </li>\n    </ul>\n    <!-- buttons end here -->\n</div>\n<!-- RRSSB TEST 3 end -->\n\n<!-- THis Empty div tells sailthru where to fly out the concierge promo. -->\n<div id=\"bottom-share-links\"></div>\n        </div>\n\n                    \n<div class=\"bottom-recommended clear-fix pull-left ks-recommended\">\n    <h3 class=\"underlined thin\">Recommended For You</h3>\n    <!-- Concierge posts -->\n    <ul class=\"media-list pull-left \">\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n        <li class=\"media concierge-post\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n                <li class=\"media concierge-post last-story\">\n            <a href=\"\"><div class=\"seealso-image\"><img src=\"http://static4.businessinsider.com/assets/images/transparent.gif\" alt=\"\" /></div></a>\n            <h4 class=\"related\"><a href=\"\"></a></h4>\n        </li>\n    </ul>\n</div>\n            <div class=\"clearfix\"></div>\n        \n                                    <div id='taboola-below-main-column' class='ks-taboola'></div>\n                <script type=\"text/javascript\">                 \n                window._taboola = window._taboola || [];\n                                    _taboola.push({mode:'thumbs-1r', container:'taboola-below-main-column', placement:'below-main-column'});\n                                </script>\n                        <div class=\"clearfix\"></div>\n        \n                <div class=\"clearfix\"></div>\n\n        \n                \n        \n        \n        \t<!-- Comments Form -->\n\t<a name=\"comment-form\"></a>\n\t<div data-bi-ajax-route=\"/esi/user_commentbox?0=&1=NULL&2=financial-advisor-insights-december-29-2014-12\"></div>\t<!-- / Comments Form -->\n\n<!-- Comments -->\n<div id=\"comments\" class=\"\">\n    \n<a name=\"comments\"></a>\n<div class=\"comments\">\n\n    <h3>Comments <a href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12/comments.rss\" class=\"\" title=\"RSS\"><i class=\"fa fa-rss\"></i></a></h3>\n\n    \n    <div class=\"tabs\">\n\n\t    <div id=\"pundit-request-success-message\"></div>\n\n\t\t<div class=\"comments-tabs\">\n\n\t\t\t<ul class=\"comments-tabs nav nav-tabs gradient\">\n\n\t\t\t\t<li id=\"comments-1\" class=\"pundit-comments-content-message tab\">\n\t\t\t\t\t<a href=\"#pundits\" data-toggle=\"tab\">\n\t\t\t\t\t\tInsiders\n\t\t\t\t\t\t<span class=\"badge badge-info\">0</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t<li id=\"comments-2\" class=\"comments-content-message tab active\">\n\t\t\t\t\t<a href=\"#non-pundits\" data-toggle=\"tab\">\n\t\t\t\t\t\tAll Comments\n\t\t\t\t\t\t<span class=\"badge badge-info\">1</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n                <div id=\"pundit-request-container\" class=\"pundit-request-container pull-right gradient\">\n                    <div class=\"pundit-request\" rel=\"pundit-request-success-message\">\n                        <a href=\"/register?first=index&pundit_request=1\">Apply To Be An \"Insider\" &#187;</a>\n                    </div>\n                </div>\n\t\t\t</ul>\n\n\t\t</div>\n\n\t</div>\n\n    <div id=\"comments-container\">\n        <div id=\"comments-loading-image\">\n            <img src=\"http://static3.businessinsider.com/assets/images/icons/icon_loading.gif\" alt=\"Loading\" /> <span style=\"color:#dd4725\">Loading</span>\n        </div>\n        <div class=\"comments-content tab-content\"></div>\n        <div id=\"pundit-request-success-message-bottom\" class=\"margin-top\"></div>\n\n        <!-- Receive New Comments Alert -->\n        \n    </div>\n</div>\n\n<!-- Bleachers -->\n\n</div>\n<!-- / Comments -->\n\n        <!-- Schema.org/Article metadata -->\n<div style=\"display:none;\" itemscope itemtype=\"http://schema.org/Article\">\n    <h1 itemprop=\"name\">What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors</h1>\n    <a href=\"http://www.businessinsider.com/financial-advisor-insights-december-29-2014-12\" itemprop=\"url\">What's Happening In Russia Is A Big Wake-Up Call For Emerging Market Investors</a>\n    <img src=\"http://static3.businessinsider.com/image/54a1d7ee6da8115b5a51cb6b-100-100/whats-happening-in-russia-is-a-big-wake-up-call-for-emerging-market-investors.jpg\"  itemprop=\"image\" />\n    <div itemprop=\"description\"><p>FA&nbsp;Insights&nbsp;is a daily newsletter...</p></div>\n</div>\n<!-- / Schema.org/Article metadata -->\n        \n    \n</div>\n\n                        </div>\n                                                    <div class=\"span4\">\n                                <div class=\"main-rail\">\n                                    \n<div id=\"right-rail\" class=\"right-rail\">\n\t<div class=\"sl-layout-post\">\n\t\t<!-- PERFECT MARKET RR -->\n\t\t\t\t\t<!-- Only show at uppermost top if skin is active -->\n\t\t\t\n\t\t\t<!-- Vertical Host -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- / Vertical Host -->\n\n\t\t\t<!-- Countdown Clock  -->\n\t\t\t\t\t\t<!-- / Countdown Clock  -->\n\n\t\t\t\n\t\t\t<!-- BI Live Widget (Above Fold Placement) -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t<!-- Newsletters -->\n\t\t\t\n<div class=\"right-subscribe\">\n\t<div class=\"right-news\">\n\t\t<h3>Get <span class=\"news-vert\">Wealth Advisor</span> Emails &amp; Alerts</h3>\n\t\t<div class=\"alert\" id=\"news-alert\"></div>\n\t\t<form class=\"form\" action=\"/newsletter?source=sidebar\" method=\"post\">\n\t\t\t<div class=\"input-append\">\n\t\t\t\t<input id=\"news-email\" name=\"email\" type=\"text\" placeholder=\"Email Address\" data-email=\"\">\n\t\t\t\t<button class=\"btn submit\" id=\"news-signup\" type=\"submit\">Sign-Up</button>\n\t\t\t</div>\n\t\t\t<a class=\"pull-right smallest\" href=\"/newsletter\">Learn More &#187;</a>\n\n\t\t\t<div id=\"newsletter-expand\" class=\"newsletter-preview-links\" style=\"display:none\">\n\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Wealth Advisor Select\" checked=\"checked\">\n\t\t\t\t\t\t\t\t\tWealth Advisor Select\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t<div class=\"divider\">More</div>\n\t\t\t\t<div class=\"accordion\" id=\"news-categories\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id1\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Featured</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id1\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Business Insider Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBusiness Insider Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Tech Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTech Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Tech Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTech Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Markets Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMarkets Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"10 Things Before the Opening Bell\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t10 Things Before the Opening Bell\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Instant MBA\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tInstant MBA\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Breaking News\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBreaking News\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Master Events List\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tBusiness Insider Events\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id2\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Entertainment</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id2\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Entertainment Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEntertainment Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Sports Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSports Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id3\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Finance</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id3\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Finance Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tFinance Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Markets Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMarkets Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Monday Scouting Report\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMonday Scouting Report\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Your Money Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tYour Money Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Financial Advisor Insights\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tFinancial Advisor Insights\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Smart Investor\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSmart Investor\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id4\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Strategy</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id4\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Strategy Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tStrategy Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Advertising Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdvertising Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Retail Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tRetail Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Careers Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tCareers Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Advertising: The Brief\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdvertising: The Brief\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id5\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Politics</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id5\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Politics Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPolitics Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Military Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMilitary Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Law & Order Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tLaw & Order Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id6\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Life</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id6\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Life Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tLife Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Transportation Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransportation Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Education Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEducation Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id7\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Tech</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id7\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Enterprise Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tEnterprise Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Science Select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tScience Select\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Mobile Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tMobile Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"E-Commerce Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tE-Commerce Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Payments Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tPayments Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Digital Media Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tDigital Media Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"IoT Chart of the Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tIoT Chart of the Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id8\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Charts of the Day</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id8\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Sports Chart Of The Day\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tSports Chart Of The Day\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"accordion-group\">\n\t\t\t\t\t\t\t<div class=\"accordion-heading\">\n\t\t\t\t\t\t\t\t<a class=\"accordion-toggle collapsed\" data-toggle=\"collapse\" href=\"#news-category-id9\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-caret-right\"></i><span>Top 10 Things</span>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"news-category-id9\" class=\"accordion-body collapse\">\n\t\t\t\t\t\t\t\t<div class=\"accordion-inner\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"10 Things In Tech You Need To Know\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t10 Things In Tech You Need To Know\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"newsletters[]\" value=\"Closing Bell\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t\t\tClosing Bell\t\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\n\t\t\t<!-- Show here if skin is not active -->\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"right-ad\">\n\t\t\t\t\t\t<div class=\"ad-height-250\">\n\t\t\t\t\t\t\t<h5 class=\"text-ad\">Advertisement</h5>\n\t\t\t\t\t\t\t\n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/finance/wealthadvisor/post\" data-authors=\"elena-holodny\" data-pagetype=\"post\" data-region=\"Upper 300\" data-sizes=\"300x250,300x600,300x400,300x1050\" data-tag=\"financial-advisor-insights\" data-url=\"/financial-advisor-insights-december-29-2014-12\" data-views=\"0-5000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t        \t\t    \n\t\t\t<!-- Your Money -->\n\t\t\t\t\t\t\t<div class=\"stock-ticker ks-rr-your-money\">\n\t<h3 class=\"underlined\">Your Money</h3>\n    <table class=\"xignite-indices\">\n\t                <tr>\n                <td>\n                    NASDAQ Composite                </td>\n                <td class=\"price\">4,727</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -9.24                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.195%)\n                        </span>\n                                    </td>\n            </tr>\n                    <tr>\n                <td>\n                    S&P 500                </td>\n                <td class=\"price\">2,058</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -0.7                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.034%)\n                        </span>\n                                    </td>\n            </tr>\n                    <tr>\n                <td>\n                    NYSE Composite                </td>\n                <td class=\"price\">10,831</td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            -8.32                        </span>\n                                    </td>\n                <td>\n                                            <span class=\"xignite-indices-red\">\n                            (-0.077%)\n                        </span>\n                                    </td>\n            </tr>\n            </table>\n\n            <div class=\"ad-marketswidget margin-top\">\n            <h5 class=\"text-ad\">Sponsored By</h5>\n\n                            <div class=\"marketswidget-unit\">\n                    \n\n<div data-bi-ad class=\"ad dfp\" data-adunit=\"desktop/finance/wealthadvisor/post\" data-authors=\"elena-holodny\" data-pagetype=\"post\" data-region=\"Stock Widget 1\" data-sizes=\"88x31\" data-tag=\"financial-advisor-insights\" data-url=\"/financial-advisor-insights-december-29-2014-12\" data-views=\"0-5000\"></div>\n<script type=\"text/javascript\">\n\t(function() {\n\t\t'use strict';\n\n\t\t// Notify the DFP code that a new ad has just been rendered\n\t\tamplify.publish('adRender');\n\t}());\n</script>\n                </div>\n            \n                    </div>\n    </div>\t\t\t\n\t\t\t<div id=\"taboola-right-rail-thumbnails\"></div>\n<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({\n\t\tmode: 'organic-thumbnails-a',\n\t\tcontainer: 'taboola-right-rail-thumbnails',\n\t\tplacement: 'Right Rail Thumbnails',\n\t\ttarget_type: 'video'\n\t});\n</script>\n\t\t\t\t\t\t\t<!-- Linkedin App -->\n\t\t\t\t\t\t\t\n\t\t \t                <div class=\"right-ad\">\n                    <div>\n                        <div class=\"sponsored-content-widget ks-rr-sponsored-content-widget\">\n    <h3 class=\"underlined\">Featured</h3>\n    <ul class=\"media-list\">\n                <li id=\"id-54a3039b6da811105b8b4568\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/spanx-ceo-sara-blakely-aha-moment-2014-12\">\n                                    <img src=\"http://static3.businessinsider.com/image/54a302fbecad04ea79ce4466-60/heres-the-surprising-story-behind-spanx-ceo-sara-blakelys-aha-moment.jpg\" alt=\"Here's The Surprising Story Behind Spanx CEO Sara Blakely's 'Aha Moment'\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/spanx-ceo-sara-blakely-aha-moment-2014-12\">Here's The Surprising Story Behind Spanx CEO Sara Blakely's 'Aha Moment'</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/idea-factory\">More &quot;Idea Factory&quot; »</a>            </p>\n        </li>\n                <li id=\"id-5498770eeab8eace28371e76\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/nba-power-rankings-christmas-2014-12\">\n                                    <img src=\"http://static4.businessinsider.com/image/549893b86bb3f7b23d525c39-60/nba-power-rankings-where-every-team-stands-going-into-2015.jpg\" alt=\"NBA POWER RANKINGS: Where Every Team Stands Going Into 2015\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/nba-power-rankings-christmas-2014-12\">NBA POWER RANKINGS: Where Every Team Stands Going Into 2015</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/category/2015-watch-list\">More &quot;2015 Watch List&quot; »</a>            </p>\n        </li>\n                <li id=\"id-5489b1946bb3f745296de643\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/us-energy-production-boom-charts-2014-12\">\n                                    <img src=\"http://static2.businessinsider.com/image/5489bcc46bb3f7de5d6de629-60/these-6-charts-show-how-us-energy-boomed-and-disrupted-the-global-energy-game.jpg\" alt=\"These 6 Charts Show How US Energy Boomed And Disrupted The Global Energy Game\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/us-energy-production-boom-charts-2014-12\">These 6 Charts Show How US Energy Boomed And Disrupted The Global Energy Game</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/think-global\">More &quot;Think Global&quot; »</a>            </p>\n        </li>\n                <li id=\"id-54949daaeab8ea44412cdb75\" class=\"media\">\n                        <a class=\"pull-left\" href=\"http://www.businessinsider.com/peter-thiel-mentorship-2014-12\">\n                                    <img src=\"http://static4.businessinsider.com/image/5494a5d1eab8eaec59198dd2-60/peter-thiel-explains-why-mentorship-is-tricky-for-tech-companies.jpg\" alt=\"Peter Thiel Explains Why Mentorship Is Tricky For Tech Companies\" />\n                            </a>\n            <div class=\"media-body\">\n                <p><a class=\"title\" href=\"http://www.businessinsider.com/peter-thiel-mentorship-2014-12\">Peter Thiel Explains Why Mentorship Is Tricky For Tech Companies</a></p>\n            </div>\n            <p class=\"align-right\">\n                <a href=\"http://www.businessinsider.com/idea-factory\">More &quot;Idea Factory&quot; »</a>            </p>\n        </li>\n            </ul>\n</div>                    </div>\n                </div>\n            \n\t\t\t<!-- Facebook Promo -->\n\t\t\t\n\t\t\t<!-- Facebook App -->\n\t\t\t<div class=\"facebook-app-container\" style=\"display:none;\">\n\t<h3 class=\"underlined\">Welcome, <span id=\"fb-username\"></span>!</h3>\n\t<div class=\"facebook-app media\">\n\n\t\t<div class=\"fb-profile-pic pull-left\"></div>\n\n\t\t<div class=\"media-body\">\n\n\t\t\t<h5>You are logged into Facebook</h5>\n\n\t\t\t<h5>Social: <a class=\"switch-off\" href=\"\"></a></h5>\n\n\t\t\t<ul class=\"clearfix\">\n\t\t\t\t<li class=\"bi-popover activity\"><a href=\"\">Your Activity</a><span>|</span>\n\t\t\t\t\t<div class=\"popover bottom\">\n\t\t\t\t\t\t<div class=\"arrow\"></div>\n\t\t\t\t\t\t<h3 class=\"popover-title\">These articles have been shared on your timeline. You can remove them here:</h3>\n\t\t\t\t\t\t<div class=\"popover-content\">\n\t\t\t\t\t\t\t<div class=\"fb-remove-articles\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"bi-popover options\"><a href=\"\">Options</a>\n\t\t\t\t\t<div class=\"popover bottom\">\n\t\t\t\t\t\t<div class=\"arrow\"></div>\n\t\t\t\t\t\t<h3 class=\"popover-title\">Notify me when a story is shared.</h3>\n\t\t\t\t\t\t<div class=\"popover-content\">\n\t\t\t\t\t\t\t<div>\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<form id=\"fb-app-form\">\n\t\t\t\t\t\t\t\t\t<label class=\"radio inline\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"shared\" value=\"true\" id=\"notify_yes\">Yes</label>\n\t\t\t\t\t\t\t\t\t<label class=\"radio inline\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"shared\" value=\"false\" id=\"notify_no\">No</label>\n\t\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\n\t\t</div>\t\n\n\t</div>\n</div>\n\n\t        <!-- Google App -->\n\t        <div class=\"google-app-container\" style=\"display:none;\">\n    <h3 class=\"underlined\">Welcome, <span id=\"gp-username\"></span>!</h3>\n    <div class=\"google-app media\">\n\n        <div class=\"gp-profile-pic pull-left\"></div>\n\n        <div class=\"media-body\">\n\n            <h5>You are logged in with Google</h5>\n\n            <h5>Social: <a class=\"switch-off\" href=\"\"></a></h5>\n\n            <ul class=\"clearfix\">\n                <li class=\"bi-popover activity\"><a href=\"\">Your Activity</a><span>|</span>\n                    <div class=\"popover bottom\">\n                        <div class=\"arrow\"></div>\n                        <h3 class=\"popover-title\">These articles have been added to your Google activity log. You can remove them here:</h3>\n                        <div class=\"popover-content\">\n                            <div class=\"gp-remove-articles\"></div>\n                        </div>\n                    </div>\n                </li>\n                <li class=\"bi-popover options\"><a href=\"\">Options</a>\n                    <div class=\"popover bottom\">\n                        <div class=\"arrow\"></div>\n                        <h3 class=\"popover-title\">Notify me when a story is shared.</h3>\n                        <div class=\"popover-content\">\n                            <div>                       \n                                <form id=\"gp-app-form\">\n                                    <label class=\"radio inline\">\n                                        <input type=\"radio\" name=\"shared\" value=\"true\" id=\"notify_yes\">Yes</label>\n                                    <label class=\"radio inline\">\n                                        <input type=\"radio\" name=\"shared\" value=\"false\" id=\"notify_no\">No</label>\n                                </form>\n                            </div>\n                        </div>\n                    </div>\n                </li>\n            </ul>\n\n        </div>  \n\n    </div>\n</div>\n\n\t\t\t<!-- Editorial Sidebar -->\n\t\t\t\t\t\t\t<div data-bi-ajax-route=\"/esi/ed_sidebar\"></div>\t\t\t\n\t\t\t<!-- Trending -->\n\t\t\t<div class=\"trending ks-trending-recirculation\">\n\t\t\t\t<h3 class=\"underlined\">Trending</h3>\n\t\t\t</div>\n\n\t\t\t<!-- Read Me -->\n\t\t\t<div data-bi-ajax-route=\"/esi/readme_module?0=300&1=wealthadvisor\"></div>\n\t\t\t\t\t\t\t<!-- The Hive -->\n\t\t\t\t\t\t\t\n\t\t\t<!-- Editorial Sidebar 2 -->\n\t\t\t\t\t\t\t<!-- editorial sidebar 2 -->\n<div id=\"editorial2\" class=\"ks-rr-editorial-2\" data-bi-heatmap=\"editorial2\">\n\t<h3 class=\"underlined\">BI Intelligence</h3>\n\t<div>\n\t\t<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 2% 2%;\"><a href=\"https://intelligence.businessinsider.com/the-internet-of-things-is-rising-examining-the-internet-of-things-2014-9?utm_source=House&amp;utm_term=RR-IoT&amp;utm_campaign=RR\"><img src=\"https://static-ssl.businessinsider.com/image/51092209ecad046342000012/nest.png \" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-internet-of-things-is-rising-examining-the-internet-of-things-2014-9?utm_source=House&amp;utm_term=RR-IoT&amp;utm_campaign=RR\"><span style=\"color: #000000;\">Here's How The Internet Of Things Will Grow Across Home, Enterprise, And Government </span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 2% 2%;\"><a href=\"https://intelligence.businessinsider.com/same-day-delivery-is-gaining-traction-and-will-cause-in-store-sales-in-big-cities-to-decline-2014-9?utm_source=House&amp;utm_term=RR-Samedaydelivery&amp;utm_campaign=RR\"><img src=\"https://static-ssl.businessinsider.com/image/53fe4b49eab8ea81387cb1f9/bii-sameday-scenarios.png\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/same-day-delivery-is-gaining-traction-and-will-cause-in-store-sales-in-big-cities-to-decline-2014-9?utm_source=House&amp;utm_term=RR-Samedaydelivery&amp;utm_campaign=RR\"><span style=\"color: #000000;\">Same-Day Delivery Services Are Going After Brick-And-Mortar Retailers&rsquo; Last Big Advantage</span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 20px 2%;\"><a href=\"https://intelligence.businessinsider.com/the-beacons-explainer-everything-you-need-to-know-about-beacons-and-apples-ibeacon-system-2014-7?utm_source=House&amp;utm_term=RR-BEACN&amp;utm_campaign=RR\"><img src=\"http://static3.businessinsider.com/image/53ceb45e69bedd9c6e0e23e5/bii-beacons-installed-base-estimate-1.png\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-beacons-explainer-everything-you-need-to-know-about-beacons-and-apples-ibeacon-system-2014-7?utm_source=House&amp;utm_term=RR-BEACN&amp;utm_campaign=RR\"><span style=\"color: #000000;\">THE BEACONS FAQ: It's Time To Set The Story Straight</span></a></div>\r\n</div>\r\n<div style=\"width: 47.995%; display: block; position: relative; float: left; margin: 0 0 20px 2%;\"><a href=\"https://intelligence.businessinsider.com/the-social-commerce-report-how-social-networks-are-driving-immediate-sales-and-influencing-purchases-down-the-line-2014-9?utm_source=House&amp;utm_term=RR-SOCCOMM&amp;utm_campaign=RR\"><img src=\"http://static1.businessinsider.com/image/51d71e9e6bb3f7cf10000008/nordstrom-pinterest.jpg\" border=\"0\" style=\"width: 100%; margin-bottom: 5px;\" /></a>\r\n<div style=\"height: 120px !important;\"><a href=\"https://intelligence.businessinsider.com/the-social-commerce-report-how-social-networks-are-driving-immediate-sales-and-influencing-purchases-down-the-line-2014-9?utm_source=House&amp;utm_term=RR-SOCCOMM&amp;utm_campaign=RR\"><span style=\"color: #000000;\">How Social Networks Are Driving More Sales And Influencing Online And Offline Purchases</span></a></div>\r\n</div>\r\n<div style=\"border-top: 1px solid #ddd; margin-top: 20px; margin-left: -20px; width: 340px; clear: both;\">\r\n<div style=\"margin: 30px 20px 0px 20px;\">\r\n<h3 class=\"underlined\">Read Business Insider On The Go</h3>\r\n<div class=\"content\" style=\"height: 190px; text-align: center !important; background-image: url('http://static2.businessinsider.com/image/520a3568ecad04d97a000017/greybackground.png'); background-repeat: no-repeat; background-position: bottom center; overflow: hidden;\">\r\n<div style=\"float: left; margin-top: 21px; display: block; z-index: 1; width: 300px; border-bottom: 1px solid #9d9d9d;\"><a href=\"/about/mobile\"><img src=\"http://static2.businessinsider.com//image/544a63ddecad04d00aa997b7-260/biapp-oct14-v2.png\" border=\"0\" /></a></div>\r\n<div style=\"z-index: 100; margin: 0px 15px 86px 200px; position: absolute; height: 90px; width: 90px; -moz-border-radius: 45px; border-radius: 45px; background-color: #2e79a6; -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.6); box-shadow: -3px 3px 4px rgba(0,0,0,0.6); text-align: center; vertical-align: middle !important;\">\r\n<p style=\"font-family: Helvetica Neue, Arial, sans-serif; color: white; font-size: 18px; font-weight: 100; line-height: 20px; margin-top: 23px;\">FREE App<br />Download</p>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center; margin: 10px auto; width: 260px; display: block;\"><img src=\"http://static2.businessinsider.com//image/544aa0d0ecad044925a997a5/bi_app_gif.gif\" border=\"0\" /></div>\r\n<div style=\"text-align: center !important; width: 100%; display: block;\"><a href=\"https://itunes.apple.com/us/app/business-insider/id554260576?mt=8\"><img src=\"http://static2.businessinsider.com/image/51e9584f69beddbb1d000003-208/appstorebadgeen.png\" border=\"0\" style=\"margin: 0px 0px 10px 0px;\" /></a> <br /><a href=\"http://www.businessinsider.com/about/mobile\">Available for iPhone, iPad, Android, BlackBerry and Windows</a> <br /> <a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static1.businessinsider.com/image/51e95c6aeab8ea3845000009/appleicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a> <a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static4.businessinsider.com/image/51e95c6aeab8eab74700000b/androidicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a><a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static1.businessinsider.com/image/51e95c6aecad04b45d000002/.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a><a href=\"http://www.businessinsider.com/about/mobile\"><img src=\"http://static5.businessinsider.com/image/5271611eeab8ea5e3bfb295b/windowsicon.png\" border=\"0\" style=\"margin: 10px 5px;\" /></a></div>\r\n</div>\r\n</div>\t</div>\n</div>\n<!-- / editorial sidebar 2 -->\n\t\t\t\n\t\t\t<!-- BI Live Widget (Below Fold Placement) -->\n\t\t\t\t\t\t\t<div data-bi-ajax-route=\"/esi/live_feed_module?0=300&1=wealthadvisor&2=below_fold\"></div>\t\t\t\n\t\t\t<!-- Author Sold -->\n\t\t\t\n\t\t\t<!-- Jobs Widget -->\n\t\t\t\n<!-- Jobs Module -->\n<div class=\"jobs ks-rr-jobs hide-uk\">\n\t<h5 class=\"text-ad pull-right\"><a href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin026&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-all-jobs-applys\" title=\"Visit Career Builder\"><img src=\"http://static3.businessinsider.com/assets/images/careerbuilder.png\" alt=\"Career Builder\"></a></h5>\n\t<h3 class=\"underlined\">Find A Job</h3>\n\n\t<div class=\"row-fluid\">\n\t\t<div class=\"span6\">\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=technology&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin020&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-tech-applys\">Tech Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"\">\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=media&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin021&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-media-applys\">Media Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"\">\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=finance&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin022&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-finance-applys\">Finance Jobs</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div class=\"span6\">\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=c-level&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin023&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-c-level-applys\">C-Level Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=design&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin024&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-design-applys\">Design Jobs</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a rel=\"nofollow\" href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=sales&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin025&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-sales-applys\">Sales Jobs</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n\n\t<div class=\"footer border-top-dotted clearfix\">\n\t\t<div class=\"pull-right\">\n\t\t\t<a href=\"http://www.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx?IPath=QH&qb=1&s_rawwords=&s_freeloc=&s_jobtypes=ALL&lr=cbpar_busiin&siteid=cbpar_busiin026&utm_source=businessinsider&utm_medium=partner&utm_campaign=businessinsider-all-jobs-applys\">See All Jobs</a>\n\t\t</div>\n\t</div>\n\n</div>\n\n\n\n\n\t\t\t<!-- Partners -->\n\t\t\t<div class=\"right-ad\">\n\t\t\t\t<div class=\"partner-thanks clearfix\">\n\t\t\t\t<h3 class=\"underlined\">Thanks to our partners</h3>\n\t\t\t\t\t<a href=\"http://hub.am/16BKYF8\" title=\"Visit Datapipe\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static4.businessinsider.com/assets/images/partners/datapipe-9.png\" alt=\"Datapipe\" /></a>\n\t\t\t\t\t<a href=\"http://www.catchpoint.com/\" title=\"Visit Catchpoint\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static3.businessinsider.com/assets/images/partners/catchpoint-9.png\" alt=\"Catchpoint - Web Performance Monitoring\" /></a>\n\t\t\t\t\t<a href=\"http://www.ooyala.com/?utm_source=BusinessInsider&utm_medium=Sponsor&utm_campaign=Rebranding\" title=\"Visit Ooyala\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static3.businessinsider.com/assets/images/partners/ooyala-9.png\" alt=\"Ooyala\" /></a>\n\t\t\t\t\t<a href=\"http://www.sailthru.com\" title=\"Visit Sailthru\" target=\"_blank\"><img class=\"pull-left\" src=\"http://static2.businessinsider.com/assets/images/partners/sailthru-9.png\" alt=\"Sailthru\" /></a>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<!-- Google Adsense -->\n\t\t\t            <!-- / Google Adsense -->\n\n\t\t\t</div>\n</div>\n                                </div>\n                            </div>\n                        \n                    </div>\n                </div>\n\n                \n                </div>\n            </div>\n        </div>\n\n        <div class=\"footer\" data-bi-footer>\n\n            <div class=\"container border-top\">\n                <div class=\"list-pipes\">\n                    <ul>\n                    <li>* Copyright &copy; 2015 Business Insider Inc. All rights reserved. <span class=\"nowrap\">Registration on or use of this site constitutes acceptance of our\n                                                        <a href=\"/terms\">Terms of Service</a>                            and\n                                                                                    <a href=\"/privacy-policy\">Privacy Policy</a>.</span>\n                        </li>\n                        <li><a href=\"/disclaimer\">Disclaimer</a></li>\n                                                    <li><a href=\"/commerce-on-business-insider\">Commerce Policy</a></li>\n                                            </ul>\n                </div>\n                <div class=\"list-pipes\">\n                    <ul>\n                        <li>Powered by <a href=\"http://www.mongodb.org\">MongoDB</a></li>\n                        <li>Hosted by <a href=\"http://hub.am/16BKYF8\">Datapipe</a></li>\n                        <li>Stock quotes by <a href=\"http://ycharts.com\">YCharts</a></li>\n                                                    <li><a href=\"http://nytm.org/made\">Made in NYC</a></li>\n                                            </ul>\n                </div>\n                <div class=\"international-links border-top list-pipes\">\n                    <ul><li>International Editions:</li>\n                        <li><a href=\"http://www.businessinsider.com.au/\">AUS</a></li><li><a href=\"http://www.businessinsider.co.id/\">ID</a></li><li><a href=\"http://www.businessinsider.in/\">IN</a></li><li><a href=\"http://www.businessinsider.my/\">MY</a></li><li><a href=\"http://www.businessinsider.sg/\">SG</a></li><li><a href=\"http://uk.businessinsider.com?IR=C\">UK</a></li>                    </ul>\n                </div>\n\n            </div>\n        </div>\n    </div>\n</div>\n\n<script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-1.7.1.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://static3.businessinsider.com/assets/js/min-foot.js?1419282513\"></script>\n<!--[if gte IE 9]>\n<script type=\"text/javascript\">amplify.publish(\"ie9-pinned-site\", {\"hid\":null,\"vertical\":\"wealthadvisor\"});</script><![endif]-->\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"\"//www.googletagmanager.com/ns.html?id=GTM-NS64GV\"\"\nheight=\"\"0\"\" width=\"\"0\"\" style=\"\"display:none;visibility:hidden\"\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-NS64GV');</script>\n<!-- End Google Tag Manager -->\n\n<!-- Twitter widget.js -->\n<script type=\"text/javascript\">\n    !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){\n        js=d.createElement(s);\n        js.id=id;\n        js.src=\"https://platform.twitter.com/widgets.js\";\n        js.async=true;\n        fjs.parentNode.insertBefore(js,fjs);\n    }}(document,\"script\",\"twitter-wjs\");\n</script>\n<!-- /Twitter widget.js -->\n\n            <!-- BEGIN Tynt Script -->\n        <script type=\"text/javascript\">\n            if(document.location.protocol=='http:'){\n                var Tynt=Tynt||[];Tynt.push('a-j2SKmdSr37y5adbiUzgI');\n                (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);})();\n            }\n        </script>\n        <!-- END Tynt Script -->\n    \n    <!-- START Nielsen Online SiteCensus V6.0 -->\n    <!-- COPYRIGHT 2010 Nielsen Online -->\n    <script type=\"text/javascript\">\n    (function () {\n        var d = new Image(1, 1);\n        d.onerror = d.onload = function () { d.onerror = d.onload = null; };\n        d.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-103525h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n    })();\n    </script>\n    <noscript>\n        <div><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-103525h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\" /></div>\n    </noscript>\n    <!-- END Nielsen Online SiteCensus V6.0 -->\n\n    <!-- Begin comScore Tag -->\n    <script type=\"text/javascript\">\n        var _comscore = _comscore || [];\n        _comscore.push({ c1: \"2\", c2: \"9900186\" });\n        (function() {\n            var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n            s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n            el.parentNode.insertBefore(s, el);\n        })();\n    </script>\n    <noscript>\n        <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9900186&cv=2.0&cj=1\" />\n    </noscript>\n    <!-- End comScore Tag -->\n\n        <!-- Chartbeat -->\n    <script type=\"text/javascript\">\n        // chartbeat wants the vars in global\n        window._sf_async_config={uid:14447,domain:\"businessinsider.com\"};\n        window._sf_async_config.useCanonical = true;\n\n        //only set the following if on a sponsored post\n        \n        (function(){\n          function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src',\n               ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") +\n               \"static.chartbeat.com/js/chartbeat_pub.js\");\n            document.body.appendChild(e);\n          }\n          var oldonload = window.onload;\n          window.onload = (typeof window.onload != 'function') ?\n             loadChartbeat : function() { oldonload(); loadChartbeat(); };\n        })();\n    </script>\n    <!-- / Chartbeat -->\n    \n    <!-- BEGIN Krux Control Tag for \"businessinsider.com\" -->\n<!-- Source: /snippet/controltag?confid=I2I9M2yx&site=businessinsider.com&edit=1 -->\n<script class=\"kxct\" data-id=\"I2I9M2yx\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n  window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n  (function(){\n    var k=document.createElement('script');k.type='text/javascript';k.async=true;\n    var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n      (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I2I9M2yx\"\n  ;\n    var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n  }());\n</script>\n<!-- END Krux Controltag -->\n            <!-- Sailthru Concierge -->\n        <script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/horizon/v1.js\"></script>\n        <script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/scout/v1.js\"></script>\n        <script type=\"text/javascript\">\n        $(function() {\n            // Sailthru Concierge\n            if (window.Sailthru) {\n                var sailthruOpts = {\n                    domain: 'horizon.businessinsider.com'\n                                            , concierge: { from: 'top', threshold: $('#bottom-share-links') }\n                                    };\n                if (window.outerWidth < 800) { //on small screens we dont want the flyout to appear\n                    delete sailthruOpts.concierge;\n                }\n                Sailthru.setup(sailthruOpts);\n            }\n        });\n        </script>\n        <!-- / Sailthru Concierge -->\n                <!-- Skimlinks -->\n        <script class=\"post-loaded\" type=\"text/javascript\" data-src=\"http://s.skimresources.com/js/35871X943606.skimlinks.js\"></script>\n        <!-- /Skimlinks -->\n\n    \n<!-- Perfect market JS -->\n    <!-- End Perfect market JS-->\n\n<!-- kontera contextual ads -->\n\n<!-- taboola -->\n        <script type=\"text/javascript\">\n        window._taboola = window._taboola || [];\n        _taboola.push({article:'auto'});\n        !function (e, f, u) {\n            e.async = 1;\n            e.src = u;\n            f.parentNode.insertBefore(e, f);\n        }(\n            document.createElement('script'),\n            document.getElementsByTagName('script')[0],\n            'http://cdn.taboola.com/libtrc/businessinsider/loader.js'\n        );\n    </script>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({flush: true});\n</script>\n<!-- End taboola -->\n\n<!--bizio-->\n<script type=\"text/javascript\">\n  _bizo_data_partner_id = \"1301\";\n</script>\n<script type=\"text/javascript\">\n(function() {\n  var s = document.getElementsByTagName(\"script\")[0];\n  var b = document.createElement(\"script\");\n  b.type = \"text/javascript\";\n  b.async = true;\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\n  s.parentNode.insertBefore(b, s);\n})();\n</script>\n<noscript>\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1301&fmt=gif\" />\n</noscript>\n<!--end-->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"businessinsider.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"4b4136998e\",\"applicationID\":\"2646431,2646478,2664978\",\"transactionName\":\"ZVZVZRBVXEJVVkJRDVwcdEQRQF1cG0VZSxY=\",\"queueTime\":0,\"applicationTime\":245,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"SRFWE1hPT0w=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/businessweek.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"ie6 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"ie7 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"ie8 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class='no-js light_layout' lang='en'>\n<!--<![endif]-->\n<head>\n<title>Afghanistan's New Rich Navigate U.S. Pullout - Businessweek</title>\n<meta content='BW' name='source'>\n<meta content='article' name='content_type'>\n<meta content=\"Can Afghanistan's nouveaux riches stay rich after the U.S. pulls out?\" name='description'>\n<meta content='Mujib Mashal' name='author'>\n<meta content='global_economics' name='channel'>\n<meta content='Emerging Markets, Asia, Policy, Middle East, Alpha Investors, Economy' name='department'>\n<meta content='2014-12-18T05:58:52-05:00' name='pub_date'>\n\n<meta content=\"Afghan war,Afghanistan,Afghanistan&#x27;s megarich,Ashraf Ghani,Entrepreneurs,USAID\" name=\"keywords\" />\n<meta content=\"Afghan war,Afghanistan,Afghanistan&#x27;s megarich,Ashraf Ghani,Entrepreneurs,USAID\" name=\"news_keywords\" />\n<meta content=\"http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout\" name=\"standout\" />\n\n<link href=\"http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout\" rel=\"canonical\" />\n<meta content=\"L7zxW9ChzqzPwbLIMzRbGzhn-Mly9AIDiF64J6DgQl0\" name=\"google-site-verification\" />\n<meta content=\"dEHOKZR1s6GmOfGrPHHJFrXJwDoZXW6BjpnhmxPzRCE\" name=\"google-site-verification\" />\n<meta content=\"nm_Na3kYYwG-eQKKUQs9A07nqn-GlhmC2qMzvutTDRA\" name=\"google-site-verification\" />\n\n<meta charset='utf-8'>\n<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"b220098848\",\"applicationID\":\"138689\",\"transactionName\":\"c1hbFURcXFsGRRYDRkReVg1TQB9EC1hO\",\"queueTime\":0,\"applicationTime\":536,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VgMEUVJACQAIUllb\"};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]);</script>\n<link href=\"http://static.btrd.net/assets/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" />\n<link href=\"http://static.btrd.net/assets/BW-bubble.png\" rel=\"apple-touch-icon\" type=\"image/png\" />\n<link href=\"http://www.businessweek.com/feeds/homepage.rss\" rel=\"alternate\" title=\"Businessweek.com Top News RSS\" type=\"application/rss+xml\" />\n<!-- * font definitions */ -->\n<style>\n  @font-face {\n    font-family: 'BloombergLBold';\n      src: url(\"/assets/type/bloombergl_heavy.eot?#iefix\") format('embedded-opentype'),\n           url('/assets/type/bloombergl_heavy.ttf') format('truetype');\n      font-weight: bold;\n      font-style: normal;\n  }\n  @font-face {\n    font-family:'BWHaasHead';\n    src: url('/assets/type/hinted/haas/bwhaasgroteskhead-95black.eot?#iefix') format('eot'),\n         url('/assets/type/hinted/haas/bwhaasgroteskhead-95black.woff') format('woff'),\n         url('/assets/type/haas/bwhaasgroteskhead-95black.ttf') format('truetype');\n  \n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n  @font-face {\n    font-family:'BWHaasHead75Bold';\n    src: url('/assets/type/hinted/haas75/bwhaasgroteskhead-75bold.eot?#iefix') format('eot'),\n         url('/assets/type/hinted/haas75/bwhaasgroteskhead-75bold.woff') format('woff'),\n         url('/assets/type/haas75/bwhaasgrotesktext-75bold.ttf') format('truetype');\n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n  @font-face {\n    font-family:'BWHaasRegular';\n    src: url('/assets/web_fonts/bwhaasgroteskhead-65medium.eot?#iefix') format('eot'),\n         url('/assets/web_fonts/bwhaasgroteskhead-65medium.woff') format('woff'),\n         url('/assets/web_fonts/bwhaasgrotesktext-65medium.ttf') format('truetype');\n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n</style>\n<link href=\"http://static.btrd.net/assets/application-8dbe4f401e91d915a219d2496d6923c5.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n\n<link href=\"http://static.btrd.net/onlineopinionV5/oo_style.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://static.btrd.net/assets/content-b0162cf4173963330e4669cb4bad8a69.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n<meta content=\"Businessweek.com\" property=\"og:site_name\" />\n<meta content=\"article\" property=\"og:type\" />\n<meta content=\"Afghanistan's New Millionaires\" property=\"og:title\" />\n<meta content=\"Can Afghanistan&#x27;s nouveaux riches stay rich after the U.S. pulls out?\" property=\"og:description\" />\n<meta content=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__01__970.jpg\" property=\"og:image\" />\n<meta content=\"summary\" name=\"twitter:card\" />\n<meta content=\"@BW\" name=\"twitter:site\" />\n\n\n<!-- BEGIN Krux Control Tag -->\n<script src=\"http://static.btrd.net/assets/krux-2219e2e7b21a9027972af37eaeb5ee88.js\" type=\"text/javascript\"></script>\n\n<script type='application/ld+json'>\n{\n\"@context\": \"http://schema.org\",\n\"@type\": \"NewsArticle\",\n\"headline\": \"Afghanistan's New Millionaires\",\n\"url\": \"http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout\",\n\"thumbnailUrl\": \"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__01__970-630x420.jpg\",\n\"dateCreated\": \"2014-12-18T10:58:52Z\",\n\"articleSection\": \"Global Economics\",\n\"creator\": \"Mujib Mashal\",\n\"keywords\": \"Aerospace &amp;amp; Defense, Asia, corruption, Economy, Emerging Markets, Entrepreneurs, International, Policy, Politics, Social Issues, The Middle East, Trade, story\"\n}\n</script>\n\n\n\n\n<script>\n  var AVAILABLE_BUCKETS = []\n</script>\n<script src=\"http://static.btrd.net/assets/buckets-d84e1f4dcb5b5442542ec0a4b3fb1865.js\" type=\"text/javascript\"></script>\n<meta content='width=1000px' name='viewport'>\n<script>\n  var googletag = googletag || {};\n  googletag.cmd = googletag.cmd || [];\n  (function() {\n    var gads = document.createElement(\"script\");\n    gads.async = true;\n    gads.type = \"text/javascript\";\n    var useSSL = \"https:\" == document.location.protocol;\n    gads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\n    var node =document.getElementsByTagName(\"script\")[0];\n    node.parentNode.insertBefore(gads, node);\n   })();\n</script>\n\n<script src=\"http://static.btrd.net/assets/jquery.dfp.gpt.logger.override-33aaf061a2d76891ddeea42a7aa62b43.js\" type=\"text/javascript\"></script>\n<script>\n  var ROOT_URL          = \"http://www.businessweek.com/\";\n  var FACEBOOK_APP_KEY  = \"381515401910729\";\n  var FACEBOOK_APP_NS   = \"bw_prod\";\n  var COOKIE_DOMAIN     = \"businessweek.com\";\n  var SECURE_DOMAIN_URL = \"https://secure.businessweek.com\";\n  var STICKY_NEWS_ENGINE= \"none\";\n  var VIDEO_AD_PREFIX   = \"http://ad.doubleclick.net/N5262/pfadx/\";\n  var VIDEO_SITE        = \"mgh.bw.video\";\n  var VIDEO_SUB_SITE    = \"/general\";\n  var DOUBLECLICK_URL_PREFIX = \"http://ad.doubleclick.net/N5262\";\n  var AD_SITE           = \"bw\";\n  var AD_LAYOUT_DESC    = \"article no_pagination  channel global_economics\";\n  var AD_SUB_SITE       = \".globaleconomics/emerging_markets\";\n  if (AD_LAYOUT_DESC.indexOf(\"video\") >= 0){\n      AD_SITE           = VIDEO_SITE;\n      AD_SUB_SITE       = VIDEO_SUB_SITE;\n  }\n  var AD_ZONE           = \"\"; // TODO: this is used to tag \"department\" pages\n  var AD_KEYWORD        = \"issue14_52\"; //TODO: This is used on article and department index pages\n  var AD_URL            = (window.location.pathname == undefined) ? \"/\" : window.location.pathname.replace(/\\/?$/, '/');\n  var YIELDEX           = true;\n  var AD_INTERVAL_TO    = 450;\n  var AD_DEPT_TRACKING  = false; //Temporary flag to be removed when the time is right\n  \n  var VIDEO_AD_SIZE     = \"1x1\";\n  var VIDEO_AD_YIELD_EX = (YIELDEX) ? '\"u=sz='+VIDEO_AD_SIZE+'|' + ';' : '';\n  var RANDOM_NUMBER     = (\"1\"+(\"\"+Math.random()).substring(2,11));\n  var VIDEO_AD_SUFFIX   = \";sz=\"+VIDEO_AD_SIZE+\";tile=15;tp_video=null;dcmt=text/html;\"+encodeURIComponent(VIDEO_AD_YIELD_EX)+\"ord=\"+RANDOM_NUMBER+\";\";\n  var TILE_NUMBER       = 1;\n  var URL_HASH          = window.location.hash.replace(/#video=/, '');\n  var google_ad_channel = \"6537084077 3231123392\";\n  var discus_car, lead_module_interval;\n  var NEGATIVE_AD_CATEGORIES = \"bw_bpkeywords,bw_malaysia,bw_current_events,bw_delta,bw_synchrony\";\n  var AD_SLOTS = {};\n  var GPT_ADS_ENABLED = true;\n  var GPT_NETWORK_ID = 5262;\n  var SHOW_NATIVE = \"true\";\n  var NATIVE_PROPERTY_ID = \"NA-BUSIWEEKCOM-11236051\";\n</script>\n<script>\n  if (!GPT_ADS_ENABLED) {\n    var COMPANION_AD_SITE = AD_SITE + AD_SUB_SITE; //these create the video companion ads\n    googletag.cmd.push(function() {\n      googletag.defineSlot(COMPANION_AD_SITE, [728,  90], 'header-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.defineSlot(COMPANION_AD_SITE, [300, 250], 'right-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.defineSlot(COMPANION_AD_SITE, [728,  90], 'bottom-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.companionAds().setRefreshUnfilledSlots(true);\n      //googletag.pubads().disableInitialLoad();\n      googletag.enableServices();\n    });\n  }\n</script>\n\n</head>\n<body class='article no_pagination  channel global_economics' data-action='show' data-controller='articles' itemscope itemtype='http://schema.org/WebPage'>\n<div id='fb-root'></div>\n\n<div class='clearfix' id='container'>\n<div class='clearfix' id='sign_in'>\n<div class='sign_in_frame'>\n<span class='login facebook'>\nSign in with Facebook\n<span class='facebook_button'>\n<a href=\"#\"><span class='inline_icon icons-connect_with_facebook facebook_login'></span>\n</a></span>\n\n</span>\n<span class='login'>Or use your Businessweek account</span>\n<div class='login_form'>\n<form accept-charset=\"UTF-8\" action=\"https://secure.businessweek.com/login\" class=\"new_user_form\" id=\"new_user_form\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"z12DMthJdgdeAHfuskpYlTQzLpO9y8J70Es1uyVa3u8=\" /></div>\n<label class=\"for_email\" for=\"user_form_email\">Email</label>\n<input class=\"\" id=\"user_form_email\" maxlength=\"100\" name=\"user_form[email]\" size=\"100\" type=\"text\" />\n<label class=\"password\" for=\"user_form_password\">Password</label>\n<a href=\"https://secure.businessweek.com/password/forgot\" class=\"forgot_password\">Forgot  password?</a>\n<input class=\"\" id=\"user_form_password\" maxlength=\"20\" name=\"user_form[password]\" size=\"20\" type=\"password\" />\n<input name=\"user_form[remember_me]\" type=\"hidden\" value=\"0\" /><input id=\"user_form_remember_me\" name=\"user_form[remember_me]\" type=\"checkbox\" value=\"1\" />\n<label class=\"checkbox_label\" for=\"user_form_remember_me\">Remember me</label>\n<input class=\"button\" name=\"commit\" type=\"submit\" value=\"Sign In\" />\n</form>\n</div>\n<p class='bloomberg_user'>\nAlready a Bloomberg.com user?\n</p>\n<p>Sign in with the same account.</p>\n<p class='other_options'>\nDon't have an account?\n<a href=\"https://secure.businessweek.com/register\">Sign up.</a>\n</p>\n<p class='account-help'>\n<a href=\"https://secure.businessweek.com/users/forgot-account\">Help! I can&#x27;t access my account.</a>\n</p>\n\n</div>\n</div>\n<div class='branding_hat'></div>\n\n<div id='consent-track' style='display:none;'>\nThis site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.\n<a class='close-consent-track' href=\"#closeConsentTrack\">X</a>\n<span id='consent-track-image'>\n<script src='http://consent.truste.com/notice?domain=businessweek.com&amp;c=consent-track-image' type='text/javascript'></script>\n</span>\n</div>\n\n<div class='clearfix' id='header'>\n<div class='inner_wrapper'>\n<div id='logo'>\n<a href=\"http://www.businessweek.com/\" class=\"ir\" id=\"home_link\">Bloomberg Businessweek</a>\n<h2 id='channel_name'>\n<a href=\"http://www.businessweek.com/global-economics\">Global Economics</a>\n</h2>\n</div>\n<div id='promo'>\n<span class='house_ad non_blank_ad'>\n<div class='gpt_ads_slot' id='circ_header'>\n<div class='gpt_ad_container' data-gpt-size='[[200, 92], [1, 1]]' data-original-position='circ_header' data-position='circ_header' data-pt='t2' data-size='200x92,1x1' data-tile='2' data-tz='circ_header'></div>\n</div>\n\n</span>\n</div>\n<div id='search'>\n<div id='sub_sales_header'>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160281\" class=\"sub_sales\"><div class='sub_sales-cover'>\n<img alt=\"The Good Business Issue\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"75px\" />\n</div>\n<div class='sub_sales-background'>\n<div class='sub_sales-content'>\n<span class='sub_sales-offer'>\nLIMITED-TIME OFFER\n</span>\n<span class='sub_sales-subscribe'>\nSUBSCRIBE NOW\n</span>\n</div>\n</div>\n</a>\n</div>\n<form action='http://www.businessweek.com/search' method='get'>\n<div class='with_search_icon'>\n<input class='toggle_text' id='search_input' name='q' title='Search' type='text' value='Search'>\n</div>\n</form>\n<div id='social'>\n<div class='fb-like' data-font='arial' data-href=\"http://www.facebook.com/bloombergbusinessweek\" data-layout='button_count' data-send='false' data-show-faces='false'></div>\n\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='true' href=\"http://twitter.com/BW\"></a>\n\n</div>\n</div>\n</div>\n</div>\n<div id='global_nav'>\n<div class='inner_wrapper'>\n<ul class='navigation clearfix'>\n<li class='global_economics has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/global-economics\" class=\"channel_link\">Global Economics</a>\n</li>\n<li class='companies_and_industries has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/companies-and-industries\" class=\"channel_link\">Companies &amp; Industries</a>\n</li>\n<li class='politics_and_policy has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/politics-and-policy\" class=\"channel_link\">Politics &amp; Policy</a>\n</li>\n<li class='technology has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/technology\" class=\"channel_link\">Technology</a>\n</li>\n<li class='markets_and_finance has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/markets-and-finance\" class=\"channel_link\">Markets &amp; Finance</a>\n</li>\n<li class='innovation_and_design has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/innovation-and-design\" class=\"channel_link\">Innovation &amp; Design</a>\n</li>\n<li class='lifestyle has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/lifestyle\" class=\"channel_link\">Lifestyle</a>\n</li>\n<li class='business_schools has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/business-schools\" class=\"channel_link\">Business Schools</a>\n</li>\n<li class='small_business has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/small-business\" class=\"channel_link\">Small Business</a>\n</li>\n<li class='media has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/media\" class=\"channel_link\">Video &amp; Multimedia</a>\n</li>\n</ul>\n</div>\n</div>\n\n\n<span class='banner_ad top_banner_ad companion_replace'>\n<div class='gpt_ads_slot' id='leader_board'>\n<div class='gpt_ad_container' data-gpt-size='[[728, 90], [970, 66], [1, 1]]' data-original-position='leader_board' data-position='top' data-pt='t2' data-size='728x90,970x66,1x1' data-tile='3' data-tz='top'></div>\n</div>\n\n</span>\n<div id='flash'>\n</div>\n\n<div class='column_container clearfix'>\n<div class='column full_width primary'>\n<div id='content'>\n<div class='design_full_width'>\n<article class='businessweek' itemscope itemtype='http://schema.org/Article'>\n<div class='department_text'><h3>Features</h3></div>\n<h1 class='headline' itemprop='name headline'>Afghanistan's New Millionaires</h1>\n<div class='design_byline clearfix'>\n<div id='authorial'>\n<span class='byline'>\n<span class='byline-text' itemscope itemtype='http://schema.org/Person'>\nBy <a href=\"http://www.businessweek.com/authors/55362-mujib-mashal\" itemprop=\"name\" rel=\"author\">Mujib Mashal</a>\n</span>\n\n\n</span>\n\n<time class='byline-text' datetime='2014-12-18T05:58:52-05:00' itemprop='datePublished'>\nDecember 18, 2014\n</time>\n</div>\n<div class='share_buttons' data-headline=\"Afghanistan's New Millionaires\" data-host='http://analytics.bloomberg.com/images/analytics-bw/dot1.gif' data-id='88e6ec1c-8616-11e4-b1e0-d8d38560fdc0' data-ping-uri='/,/global-economics,/global-economics/emerging-markets,/global-economics/asia,/global-economics/policy,/global-economics/middle-east,/global-economics/alpha-investors,/global-economics/economy,/authors/55362-mujib-mashal' data-pub-date='2014-12-18 05:58:52 -0500' data-summary=\"Can Afghanistan's nouveaux riches stay rich after the U.S. pulls out?\" data-type='story' data-uri='http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout'>\n<span class='clickable share_button inline_icon icons-facebook_share tracked' data-action-type='Share via Facebook' data-actions='click' data-button-type='facebook' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Facebook'></span>\n<span class='clickable share_button inline_icon icons-twitter_share tracked' data-action-type='Share via Twitter' data-actions='click' data-button-type='twitter' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Twitter'></span>\n<span class='clickable share_button inline_icon icons-linked_in_share tracked' data-action-type='Share via LinkedIn' data-actions='click' data-button-type='linkedin' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on LinkedIn'></span>\n<span class='clickable share_button inline_icon icons-gplus_share tracked' data-action-type='Share via Google+' data-actions='click' data-button-type='google_plus' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Google+'></span>\n<a class='print_button inline_icon icons-print tracked' data-action-type='Print' data-actions='click' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' href=\"http://www.businessweek.com/printer/articles/240966-afghanistans-new-millionaires\" rel='nofollow' title='Print'></a>\n<span class='clickable kindleWidget inline_icon icons-send_to_kindle tracked' data-action-type='Sent to Kindle' data-actions='click' data-button-type='kindle' data-category='Sharing' title='Share on Kindle'></span>\n</div>\n\n</div>\n<hr>\n\n\n<div id=\"lead_graphic\"><img alt=\"Afghanistan&#x27;s New Millionaires\" data-image-id=\"436513138\" height=\"647\" src=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__01__970.jpg\" title=\"Afghanistan&#x27;s New Millionaires\" width=\"970\" /><p class=\"photo_credit\">Photographer: Lorenzo Tugnoli for Bloomberg Businessweek</p></div>\n\n<div class='module advertisement rectangle floating_ad'>\n<div class='gpt_ads_slot' id='right2'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 250], [300, 600], [300, 1050], [1, 1]]' data-original-position='right2' data-position='right2' data-pt='t2' data-size='300x250,300x600,300x1050,1x1' data-tile='4' data-tz='right2'></div>\n</div>\n\n</div>\n<div id='article_body' itemprop='articleBody'>\n<p>“Do you want to listen to Taliban cassette?” Matiullah Matie asks as he steers his white Toyota Corolla along a narrow road surrounded by cornfields and mud huts. He keeps the tapes in the car for long drives, Matie explains, just in case he picks up a hitchhiker who looks like a Talib. “They think I am such a pious mujahid man,” the round, bearded businessman laughs. “They don’t know I am screwing them all.”</p>\n<p>We are driving to the Nawa district, just 30 minutes outside Lashkar Gah, the capital of Helmand province in the southwest corner of Afghanistan. Matie is going to show us how he first became a millionaire.</p>\n<p>Earlier that morning, photographer Lorenzo Tugnoli and I found Matie sprawled on his office floor. He’d spent the night Facebooking—until he passed out. In the corner, on the armrest of a brown couch, a Dell laptop flashed an error message. Stacks of blue posters for the cell phone company Salaam lay against the wall. Matie had recently bought the local Salaam distribution license. It’s his latest project.</p>\n<p>When we drive into the bazaar at Nawa, people recognize Matie immediately. Many wave at him. He’s done business here before—and he’s already brought Salaam to the district. That’s the reason one man with a neatly trimmed beard approaches the car and leans in to chat. Matie curses his luck under his breath.</p>\n<p>“I have bought 100 SIM cards but no one buys,” says the guy, a retailer representing Matie’s franchise. Matie tells him to be patient. It’s a new company, he explains, business will pick up.</p>\n<p>“Will you come back for lunch, all of you be my guests?” the man asks.</p>\n<p>“Sure,” Matie says. “Make some chicken for lunch once we drive back from Garmsir.”</p>\n<p>Matie has no intention of going to Garmsir or lunch with the man. “The bastard’s son still has links to the Taliban,” he says as we drive on. “You really can’t trust anyone.”</p>\n<p>In a few minutes we reach the compound of the 1st Battalion 9th Marines—“The Walking Dead,” as a yellow logo proclaims inside one of its rooms. The U.S. Marines packed up a year ago, and all that’s left is a series of shipping-container offices that once housed U.S. Agency for International Development contractors. The desks and furniture are locked inside; the windows are covered in dust and cobwebs. But when the Marines ruled Nawa—the district governor’s office was within their compound—the Americans started Matie on his road to prosperity. In the U.S., wartime contracting is often associated with such names as Blackwater (now known as Academi), DynCorp International, Triple Canopy, and others, but on the ground in Afghanistan, the Pentagon depended on a small army of locals. And as hundreds of billions of dollars in U.S. taxpayer money poured into the country, it created a new class of wealthy, entrepreneurial Afghans.</p>\n<p><img style=\"margin-left: -90px;\" alt=\"9th Battalion\" src=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__03__B__970.jpg\"></p>\n<p>The October 2001 U.S.-led invasion and the subsequent allied military campaigns transformed the country. At the end of 2014, however, as the American troop presence draws down to 10,000 from a height of 98,000, it’s becoming clear that the U.S. dollar has reshaped Afghanistan even more than the military did. In private, U.S. officials admit they don’t know how much they’ve spent on the Afghan war. Independent analysts estimate its cost at about $1.6 trillion—factoring in inflation and long-term care for veterans. The money found its way not just into the hands of ruthless oligarchs, as in post-Soviet Russia, but also into those of teachers, translators, restaurant owners, and drivers who tapped into the gusher of cash to become millionaires and multimillionaires.</p>\n<p>In the five years that Mullah Omar and his Taliban regime dominated Afghanistan, “foreign currency was rare. There probably wasn’t even $2 million in the market,” says Khan Mohammad Baz, the bespectacled head of the currency exchange union at Sarai Shahzada, Afghanistan’s central exchange market. “By 2003 there was probably $1 billion circulating.” These days, Baz says, about $20 million worth of business deals are made in a day. The central bank alone pumps about $60 million a week into the market to buy back the Afghan currency and keep it stable.</p>\n<p><img style=\"margin-left: -90px;\" alt=\"Sarai Shahzada\" src=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__02__B__970.jpg\"></p>\n<p>About 36 percent of Afghanistan’s 30 million people live below the poverty line. “If you ask people on the streets whether we have a billionaire, they will shrug and say no,” says a senior Afghan economic official, who asked to remain anonymous because he is privy to sensitive information. “But I can tell you with confidence we have many. If the top 10 wealthy men in Afghanistan—I would say 9 of them products of the past 10 years—came together, they could buy this government, the bank, this whole system.”<br> <br> <br><strong>Afghanistan’s megarich are not shy about their wealth. Many</strong> are driven around in $150,000 armored vehicles, trailed by convoys of cars and pickup trucks full of security guards. Several live in Wazir Akbar Khan, Kabul’s diplomatic enclave, but others have illegally carved up Sherpur, an historic hill district in the capital. Some have second homes in Dubai, Istanbul, or various European cities. Just like Russia’s oligarchs, many members of this wealthy class owe their fortunes to politics. Some are warlords who helped the U.S. topple the Taliban; others are technocrats who returned from abroad to work in the new government. Both groups enriched themselves through the country’s system of patronage and influence—and by drawing on the immense sums of American cash flowing into it. Afghanistan runs on connections, and many of the biggest dealmakers operate with impunity. A clan can have one brother in the administration, another in parliament, and yet another running a huge company or state enterprise. The family of former President Hamid Karzai was the object of much criticism for that reason.</p>\n<p>Trailing behind the politically influential is a much larger—and younger—class of nouveaux riches, which includes Matie. Spread around the country, they’ve made money by getting close to the American military and responding to its immediate needs. Many were translators who saw gaps in the Pentagon’s supply chain and took advantage of the situation by becoming contractors. Others were simply entrepreneurs who fed off the donor money being doled out to every sector of the post-Taliban society.</p>\n<p>There’s still money to be made from the American military—though it’s a much smaller pie, and more local contractors fight over it. The U.S. and its NATO allies will continue to provide Afghanistan with more than $5 billion annually for its security forces and $5 billion to $8 billion for reconstruction. But the largesse will now flow through the central government, with its propensity for playing favorites. From now on, ministries in Kabul will be in charge of dispensing the contracting cash.</p>\n<p>The new president, Ashraf Ghani, is promising to bring order to procurement and contracting, but transparency may be difficult to achieve. Among Ghani’s first appointments was Hazrat Omar Zakhilwal, a finance minister under Karzai who was entangled in the country’s biggest banking scandal, among other controversies. Zakhilwal, who denies any wrongdoing, now has oversight over the entire financial portfolio of the country.<br> <br> <br><strong>In 2009, Matie, then in his late 20s, trundled up to the Marine</strong> compound on a donkey, after treading slowly through a heavily mined field. “Out of control mines,” he recalls. The son of a religious studies teacher, he had already tried many jobs, including joining the Taliban, twice. He had been working as a customer-care representative—making a lucrative $300 a month—with one of the new telecom companies when he realized he wanted to start his own company. He was sitting through a business development training seminar conducted by Malaysians when he thought to himself, “I want to be my own boss.” He quit and got a license to start a construction company. He wrote up a company profile and fact sheet—as the Malaysians had taught him—and, two weeks before Ramadan, put the papers in a saddle, mounted his donkey, and headed for the Marines in Nawa. “Hi, sir! Is there anybody to talk to me?” he’d shouted in his elementary English at a Marine manning a watchtower. They were happy to let him in.</p>\n<p><img style=\"margin-left: -90px;\" alt=\"Sarai Shahzada\" src=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__05__B__970.jpg\"></p>\n<p>The Marines were part of Obama’s surge to push back a Taliban onslaught that threatened to overwhelm the towns loyal to Karzai’s government. In Nawa the surge expanded the U.S. military presence from 100 troops to 1,100; a contingent of that size needed local logistical support. When the Marines arrived, they found the local bazaar deserted—except for a boy selling cans of Pepsi. “You couldn’t find a single contractor here, they were all too afraid,” recalls Abdul Manaf, the aging district governor, as he puts on his hearing aid. “Matiullah was the first to come.”</p>\n<p>The Marines had cash and lots of it. Congress has appropriated about $3.7 billion over the past 10 years for the Commanders Emergency Response Program (CERP), a fund that officers in Afghanistan and Iraq could draw on for “urgent humanitarian relief and reconstruction requirements in their areas of responsibility.” In Helmand province—one of the areas fiercely contested with the Taliban—the U.S. military would spend $153 million on 2,164 CERP projects. USAID also poured money into the area through foreign contractors who implemented so-called stabilization projects—such as rebuilding bazaars and supplying technology to district offices. For example, according to the <em>Washington Post</em>, USAID spent $30 million on agriculture in Nawa over the course of nine months in 2010. All of this created opportunities for enterprising Afghans such as Matie.</p>\n<blockquote class=\"pq right\"><p>“My only wish is to prove to the American public that in my case your tax money has not been wasted”</p></blockquote>\n<p>His first project was the reconstruction of the district governor’s office. It needed new doors, windows, fresh plaster—and walls. When the Marine captain proposed the project to him, Matie calculated an estimate on the spot: $10,109. He asked for five days to get things going.</p>\n<p>Only later did he realize what he’d agreed to do. The area between Lashkar Gah and Nawa was strictly Taliban country—and Matie had to transport gravel, shovels, and barrels from the provincial capital to the Marine compound. So when Matie recruited laborers, he didn’t tell them he was sending them to Nawa but rather to another, safer district nearby. “I went ahead on a motorcycle,” he recalls. “When they got here, I said, ‘Don’t you worry. I will give you more money than you want. As much as you want.’ ” The workers stayed for the entire 15 days of the project.</p>\n<p>To deliver supplies, he rented a Mazda dump truck for $600. He didn’t have funds to hire a security escort, but this time he didn’t lie. “We are going to Nawa,” he said to the driver. “But I am riding alongside you, and whatever happens to you will happen to me first.”</p>\n<p>He found two motorcycles, one for himself and one for his assistant. He dressed in Taliban style: white clothing, a large <em>paaj</em> turban on his head, his beard oiled, black shades over his eyes. In his pocket he had a small radio that captured Taliban military signals, which he played loudly. As the motorcycles escorted the truck on the bumpy road to the base, they passed several Taliban. “<em>Salaam u alikum</em>,” he’d shout—the traditional “peace be with you”—with authority, and the Taliban would respond the same way, addressing him as <em>Mullah sa’eb</em>, a term of reverence.</p>\n<p>To keep up the masquerade, Matie says he’d curse at the driver. “Keep going, you son of a swine. You f-‍-‍-er, this is what you get for supplying infidels. Keep driving.” (“I had informed him I’d be cursing at him,” Matie explains. “I told him not to take it to heart.”)</p>\n<p>By 2012, Matie’s company had more than $2 million in the bank. It had delivered fertilizer and seeds; it had helped repair clinics, schools, and government buildings; and it had graded more than 77 kilometers of local roads, smoothing them with gravel. He also helped deliver USAID cash to far-flung districts as part of a jobs program called Cash for Work. He started other businesses as well, importing Iranian biscuits and shampoo from Nimroz, a large border province and hub for smugglers, distributing the products across the country. He invested his earnings abroad, including putting $100,000 into a bakery in the United Arab Emirates. He had become rich—thanks to American spending.</p>\n<p>Because the prosperity of Matie’s newly rich class often stems from loose American money, it can carry the odor of malfeasance and corruption. The office of the U.S. Special Inspector General for Afghanistan Reconstruction (SIGAR) is investigating several cases, following the money to see if American funds were misappropriated or even spent to support the insurgency. Double-dealing is almost instinctive here, part of a survive-at-all-cost mentality ingrained by decades of chaos and war. When the country emerged from Taliban rule at the end of 2001, “it’s like we were stuck in a dark well of isolation, then someone threw us a rope to pull us up,” says Naseem Akbar, a former economic official in the Afghan government. “But we somehow got all strangled up in that rope.”</p>\n<p>Corruption is pervasive and visible: the flashy car belonging to a tax clerk whose monthly salary is $200; the fancy bungalow of a precinct police chief. Money purchases status, buys protection—from the law and perhaps even from God, judging by the number of mosques built with ill-gotten funds and the many hajj pilgrimages financed by dirty money. “Has corruption become what holds everything together in Afghanistan?” one Western official asks. “Maybe.”</p>\n<p>Unlike some of the extremely rich—who put their profits into foreign bank accounts—the entrepreneurial class tends to keep much of its cash within the country’s borders. “There’s everything-to-myself corruption,” the same official explains, “and then there’s this Tammany Hall kind of corruption, a sort of Robin Hood style, where you are generous to the community.” <br> <br> <br><strong>Hikmatullah Shadman doesn’t look like Robin Hood, though</strong> the American investigators have grave suspicions about him. He works in what used to be the Kabul home of Ahmad Zahir, a legendary entertainer known as the Afghan Elvis. Shadman, 29, likes flowers. His pastel-colored compound in Wazir Akbar Khan looks like a dollhouse, with plastic flowers strung across the ceiling and framing paintings, mirrors, and photographs. “Flowers make me happy,” Shadman says as he sits down for an interview about his businesses and philanthropies—which are mainly in Kandahar, almost 300 miles to the south. He wears a black sports jacket over a black tunic embroidered in silver. On the table in front of us are platters of dried fruit and bottles of Gatorade, Starbucks frappuccino, and Ocean Spray cranberry juice. A cleanshaven elderly man—whom Shadman refers to as <em>mama</em>, or maternal uncle—is thumbing his prayer beads while lounging on a couch to the businessman’s right.</p>\n<p>Shadman prefers not to talk too much about his philanthropic activity—though it has earned him a degree of influence with the public as well as the government. The Afghan media says he arranged to set up dormitories for university students in the eastern city of Jalalabad; that he was one of the first to send a convoy of aid after mudslides devastated the northern province of Badakhshan in May; that he supports more than 60 students on scholarships, including 13 he sent to schools in India. Most recently, Shadman launched a Mr. Facebook contest in Kandahar to identify and award citizens who use the social media site for public good. He has supplied food—through the government—to 180 families in a Taliban-controlled village in Kandahar province. “We show that Talib means mines and explosions; government means aid,” he says. While he still instinctively refers to the ousted Taliban leader reverently as <em>Mullah sa’eb</em>, Shadman is trying to create a different kind of Afghan identity and nationalism—out from the shadows of the white-robed jihadis. In October he announced he would build a mausoleum for Malala of Maiwand, perhaps the most famous woman warrior in modern Afghan history, whose campaign against British invaders in 1880 led to her being described as the country’s Joan of Arc.</p>\n<p><img style=\"margin-left: -90px;\" alt=\"Hikmatullah Shadman\" src=\"http://images.bwbx.io/cms/2014-12-17/feat_contractors52__04__B__970.jpg\"></p>\n<p>Shadman also traces his riches back to U.S. military money. The son of a literature teacher in Kandahar, he sold almond sweets in the bazaar after school. When the U.S. ousted the Taliban, he went to work for a local mason rebuilding the airport. Soon, he became an interpreter for a U.S. Army Special Forces unit that, within six months, conducted more than 50 combat operations in the area. Accompanying the U.S. soldiers kept Shadman away from home for weeks at a time but allowed him to save much of his monthly salary. He bought a Land Rover for about $4,000 and leased it back to the Special Forces. “I was making two salaries after that. I made $800, and my vehicle made $800.”</p>\n<p>In a couple of years, he’d purchased hundreds of vehicles, renting them to the U.S. military and foreign contractors who came to Afghanistan. He also started doing construction projects for Canadian units that were part of the International Security Assistance Force, as the U.S. and its allied troops were called. His Special Forces bosses helped him with connections that got him contracts to supply propane to NATO bases in the south. Shadman’s main line of business, however, became trucking. Working first as a middleman for a Hungarian firm that provided the exuberantly decorated “jingle trucks” for ferrying goods throughout the country, Shadman quickly built a fleet of his own vehicles. Profits escalated with the U.S. surge. According to court documents, he carried out 5,421 transport missions for the ISAF.</p>\n<blockquote class=\"pq left\"><p>“Someone threw us a rope to pull us up. But we somehow got all strangled up in that rope”</p></blockquote>\n<p>Shadman is accused of defrauding the U.S. government of $77 million. According to court documents, SIGAR alleges that Shadman managed to expand his trucking empire only because he “bribed and paid kickbacks” to managers of the Hungarian contractor, who then allegedly inflated prices for Shadman so he could charge the ISAF even more. In October 2012, at 4:30 a.m., the U.S. military raided his compound in Kandahar. He says they flashed a light in his eyes, blindfolded him, tied his hands, and flew him to the prison at the American military base at Bagram. He was held there for 74 days and accused of funding the enemy and supplying women to the Taliban and alcohol to U.S. soldiers. In a civil forfeiture lawsuit, SIGAR and the U.S. Department of Justice asked for Shadman’s accounts in an Afghan bank to be frozen. However, they were quickly unfrozen by Afghan authorities and some of the money has made its way to Dubai, where he has three homes.</p>\n<p>Shadman says he is heartbroken by the way the Americans turned against him. “I grew up with them, with their soldiers.” He insists he’s not afraid of litigation, because the evidence against him is flimsy. “My only wish is to prove to the American public that … in my case your tax money has not been wasted.” Then he turns from being politic to blunt. “My money is clean. I don’t hide it. It’s there in the open, for America to see it, for London to see it. I have no fear.”<br> <br> <br><strong>Shadman has been able,</strong> so far, to withstand the legal assault on his reputation. While he no longer has any contracts with the U.S. military, he imports German energy drinks, which are extremely popular among young Afghans. He is planning to build a pomegranate juice factory in Kandahar.</p>\n<p>Matie’s trajectory, however, has shifted. He’s gone from rags to riches to starting all over. In 2012 he decided to use some of his largesse to travel to Mecca for the hajj—one of the five “pillars of Islam” that pious Muslims are enjoined to do. When he returned from the monthlong trip, his money was gone. He says his partner had cooked up a scheme with locals, taking advantage of his absence to complain that 1,450 people hadn’t received their USAID Cash for Work payments because Matie was out of the country. His partner, he says, told him the laborers had already been paid. As USAID and the Marines tangled with Matie over details, the partner packed up and fled to Kabul. Matie says he’s appealed to the government for help, but so far nothing has happened to remedy the situation. “He will fight me by bribing the government with my own money,” Matie complains. “I can’t do anything in this government.”</p>\n<p>He says his fortunes fell so low that he didn’t even have gas money when he was stuck in the countryside, his fuel tank and his pockets empty. “I called Marine friends, and they sent me fuel for my car.”</p>\n<p>With U.S. money now being dispensed by the political elite, contractors such as Matie who aren’t at the top of the food chain have to change gears completely. That’s why he acquired the telecom distribution contract with some cash he saved from a couple of small projects for the U.S. embassy. What he makes now doesn’t compare to his income at the height of the surge. He’s philosophical about his new financial situation: “You make little, but it’s more sustainable.”</p>\n<p>He acknowledges the pain of losing so much money but says it’s easier on him than others who’ve also seen riches come and go. He never let money change his modest “nomadic” way of living, moving from town to town to do business and sell services. “When I had money, I lived like this also,” he says. “I have lived because of my honesty and my parents’ prayers.” He adds: “Those who stole money from me, I know what kind of wrath God will inflict on them.”</p>\n</div>\n</article>\n\n\n<div class='design_bio clearfix'>\n<div class='author_bio_container'>\n<div class='author_short_bios'>\nMashal is a <em>Bloomberg Businessweek</em> contributor.\n</div>\n</div>\n\n<div class='share_buttons' data-headline=\"Afghanistan's New Millionaires\" data-host='http://analytics.bloomberg.com/images/analytics-bw/dot1.gif' data-id='88e6ec1c-8616-11e4-b1e0-d8d38560fdc0' data-ping-uri='/,/global-economics,/global-economics/emerging-markets,/global-economics/asia,/global-economics/policy,/global-economics/middle-east,/global-economics/alpha-investors,/global-economics/economy,/authors/55362-mujib-mashal' data-pub-date='2014-12-18 05:58:52 -0500' data-summary=\"Can Afghanistan's nouveaux riches stay rich after the U.S. pulls out?\" data-type='story' data-uri='http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout'>\n<span class='clickable share_button inline_icon icons-facebook_share tracked' data-action-type='Share via Facebook' data-actions='click' data-button-type='facebook' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Facebook'></span>\n<span class='clickable share_button inline_icon icons-twitter_share tracked' data-action-type='Share via Twitter' data-actions='click' data-button-type='twitter' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Twitter'></span>\n<span class='clickable share_button inline_icon icons-linked_in_share tracked' data-action-type='Share via LinkedIn' data-actions='click' data-button-type='linkedin' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on LinkedIn'></span>\n<span class='clickable share_button inline_icon icons-gplus_share tracked' data-action-type='Share via Google+' data-actions='click' data-button-type='google_plus' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' title='Share on Google+'></span>\n<a class='print_button inline_icon icons-print tracked' data-action-type='Print' data-actions='click' data-category='Sharing' data-label='/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout' href=\"http://www.businessweek.com/printer/articles/240966-afghanistans-new-millionaires\" rel='nofollow' title='Print'></a>\n<span class='clickable kindleWidget inline_icon icons-send_to_kindle tracked' data-action-type='Sent to Kindle' data-actions='click' data-button-type='kindle' data-category='Sharing' title='Share on Kindle'></span>\n</div>\n\n</div>\n<hr>\n</div>\n<div class='slideout_container' data-show-slideout?='yes'></div>\n\n</div>\n</div>\n<div class='column rail'>\n\n</div>\n</div>\n<div class='bottom_container clearfix'>\n<div class='bottom_column primary'>\n<div class='taboola_bottom' id='taboola_wrapper'>\n<div id='taboola-below-main-column'></div>\n<div id='taboola-bmc-mix'></div>\n</div>\n\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160309\" class=\"sub_sales\"><div class='sub_sales-cover'>\n<img alt=\"The Good Business Issue\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"75px\" />\n</div>\n<div class='sub_sales-background'>\n<div class='sub_sales-content'>\n<span class='sub_sales-offer'>\nLIMITED-TIME OFFER\n</span>\n<span class='sub_sales-subscribe'>\nSUBSCRIBE NOW\n</span>\n</div>\n</div>\n</a>\n<div id='disqus_thread'></div>\n\n\n</div>\n<div class='bottom_column rail'>\n<div class='module advertisement rectangle'>\n<div class='gpt_ads_slot' id='right3'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 250], [1, 1]]' data-original-position='right3' data-position='right3' data-pt='t2' data-size='300x250,1x1' data-tile='6' data-tz='right3'></div>\n</div>\n\n</div>\n<div class='clearfix module' id='google_ads'>\n<h3>Ads by Google</h3>\n<ul></ul>\n</div>\n\n\n\n\n</div>\n</div>\n\n\n\n<div class='clearfix' id='footer'>\n<div class='social module'>\n<h3>Social</h3>\n<ul>\n<li class='twitter'>\n<a href=\"http://twitter.com/BW\">Follow us on Twitter</a>\n</li>\n<li class='fb'>\n<a href=\"http://facebook.com/Bloombergbusinessweek/\">Join us on Facebook</a>\n</li>\n<li class='linked_in'>\n<a href=\"http://www.linkedin.com/company/businessweek\">Connect with us on LinkedIn</a>\n</li>\n<li class='google_plus'>\n<a href=\"https://plus.google.com/102524048968901635455\" rel=\"publisher\">Connect with us on Google+</a>\n</li>\n<li class='subscribe last'>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">Subscribe to Bloomberg Businessweek</a>\n</li>\n<li class='bloomberg_logo last ir'>\n<a href=\"http://www.bloomberg.com\" target=\"_blank\">Bloomberg</a>\n</li>\n</ul>\n</div>\n<div class='links module clearfix'>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://bloomberg.com/company\">Our Company</a></li>\n<li><a href=\"http://www.bloomberg.com/now/bloomberg-news-mission-statement/\">News Mission</a></li>\n<li><a href=\"http://bloombergmedia.com\">Advertising</a></li>\n<li><a href=\"http://bloomberg.com/careers\">Careers</a></li>\n<li><a href=\"http://www.bloomberg.com/contentlicensing\">Content Licensing</a></li>\n<li><a href=\"http://www.businessweek.com/contact\">Feedback</a></li>\n<li><a href=\"http://www.businessweek.com/adsections/\">Custom Publishing</a></li>\n<li><a href=\"http://www.businessweek.com/manage-subscription\">Manage Subscription</a></li>\n</ul>\n<ul class='last'>\n<li><a href=\"http://www.businessweek.com/mobile\">Mobile</a></li>\n<li><a href=\"https://secure.businessweek.com/newsletters/sign-up\">Newsletters</a></li>\n<li><a href=\"http://www.businessweek.com/privacy\">Privacy Policy</a></li>\n<li><a href=\"http://reprints.ygsgroup.com/m/bloombergbusinessweek\">Reprints &amp; Permissions</a></li>\n<li><a href=\"http://www.businessweek.com/sitemap.htm\">Sitemap</a></li>\n<li><a href=\"http://www.businessweek.com/terms\">Terms of Use</a></li>\n<li><a href=\"javascript:void(0)\" class=\"opinion-lab\">[+] Rate This Page</a></li>\n<li><a href=\"http://www.businessweek.com/sponsor-content-terms\">Sponsor Content Terms</a></li>\n</ul>\n</div>\n<div class='current_issue module clearfix'>\n<h3>Get Businessweek Delivered</h3>\n<a class='cover_image_thumbnail' href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">\n<img alt=\"The Good Business Issue\" height=\"155\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"110\" />\n</a>\n<h6>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">The Good Business Issue</a>\n</h6>\n<a class='subscribe_button' href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">Subscribe</a>\n</div>\n<div class='copyright'>\n<p>\n<span>©2015 Bloomberg L.P. All Rights Reserved. Made in NYC</span>\n<span class='ad_choice'>\n<a href=\"http://www.businessweek.com/privacy#advertisements\">Ad Choices\n<span class='icons-ad_choice'></span>\n</a></span>\n</p>\n</div>\n</div>\n\n\n\n\n</div>\n\n<script src=\"http://static.btrd.net/assets/gpt_ads-17bd6d266c9884f927d44c22606dea3e.js\" type=\"text/javascript\"></script>\n<script src=\"http://static.btrd.net/assets/application-fc306c584a33fa24888a4729dca180a2.js\" type=\"text/javascript\"></script>\n<script>\n  var _gaq=[[\"_setAccount\",\"UA-11413116-6\"],[\"_trackPageview\"],[\"_trackPageLoadTime\"]];\n  (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;\n  g.src=(\"https:\"==location.protocol?\"//ssl\":\"//www\")+\".google-analytics.com/ga.js\";\n  s.parentNode.insertBefore(g,s)}(document,\"script\"));\n</script>\n\n<script src=\"http://static.btrd.net/assets/jquery.bloomberg_hat-7c768497a3670c3f9da1b9420a9c3801.js\" type=\"text/javascript\"></script>\n<script src=\"http://static.btrd.net/assets/jquery.truste-consent-1f59258579d7f178906f4d9042377f96.js\" type=\"text/javascript\"></script>\n\n\n<link href=\"http://cdn.gotraffic.net/projector/latest/bvp.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" /><script src=\"http://cdn.gotraffic.net/projector/latest/video.js\" type=\"text/javascript\"></script>\n<script>\n  googletag.cmd.push(function() { googletag.display('header-companion-ad'); });\n</script>\n<script>\n  try {\n    $(window).load(function() {\n      $('.branding_hat').bloomberg_hat({ 'active_link':'businessweek'}, function(){\n        BLOOMBERG.bw_user.init_sign_in_box();\n      }); //create the hat, all markup is in the jquery plugin file\n  \n    $.each(\n      $('.lazy'), function(index, value){ \n        $(value).attr('src', $(value).attr('data-original')); \n      }\n    );\n  \n    });\n  } catch(err){}\n  \n  try {\n    var tracking_code = window.location.hash.match(/#r=[a-zA-Z_-]*/);\n    if (tracking_code != null && tracking_code != \"\" && tracking_code.length > 0)\n      _gaq.push(['_trackEvent', tracking_code[0], document.referrer, location.href]);\n  } catch(err){}\n  \n  // Lazy load navigation submenus, see also layouts/_navigation\n  $('#global_nav').ready(function() {\n    var params = window.location.href.split('?');\n    if (params.length == 2) {\n      pass_along_params = \"?\" + params[1];\n    } else {\n      pass_along_params = \"\";\n    }\n    $(window).load(function() {\n      if ($('body').hasClass(\"admin\") == false) {\n        $.ajax({\n          url: '/layout/navigation'+pass_along_params,\n          dataType: \"html\",\n          success: function(data) {\n            $('#global_nav').replaceWith(data);\n            BLOOMBERG.event_track.linkTrack();\n          }\n        });\n      }\n    });\n  });\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n<script>\n  function disqus_config() {\n    this.callbacks.onNewComment = [function() { trackComment(); }];\n  };\n  \n  function trackComment(){\n    var tracking_img_src = \"http://analytics.bloomberg.com/images/analytics-bw/dot1.gif?id=88e6ec1c-8616-11e4-b1e0-d8d38560fdc0&pub_date=2014-12-18 05:58:52 -0500&type=story&activity_type=discussed&uri=/,/global-economics,/global-economics/emerging-markets,/global-economics/asia,/global-economics/policy,/global-economics/middle-east,/global-economics/alpha-investors,/global-economics/economy,/authors/55362-mujib-mashal\";\n    $('body').append('<img src=\"'+tracking_img_src+'\" style=\"visibility:hidden;\" />');\n  };\n  \n  var disqus_shortname  = \"bwbeta\";\n  var disqus_identifier = \"88e6ec1c-8616-11e4-b1e0-d8d38560fdc0\";\n  var disqus_title      = \"Afghanistan\\'s New Millionaires\";\n  var disqus_developer  = 0;\n  var disqus_url        = \"http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout\" ;\n  \n  /* * * DON'T EDIT BELOW THIS LINE * * */\n  $(window).load(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n    dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n  });\n</script>\n<div id='BF_WIDGET_1'>&nbsp;</div>\n\n<!-- BEGIN DISQUS -->\n<a class='dsq-brlink' href=\"http://disqus.com\" title='blog comments powered by'>\nblog comments powered by\n<span class='logo-disqus'>\nDisqus\n</span>\n</a>\n<!-- END DISQUS -->\n\n<script>\n  $(window).bind(\"load\", function() {\n      var tracking_img_src = \"http://analytics.bloomberg.com/images/analytics-bw/dot1.gif?id=88e6ec1c-8616-11e4-b1e0-d8d38560fdc0&pub_date=2014-12-18 05:58:52 -0500&type=story&activity_type=read&uri=/,/global-economics,/global-economics/emerging-markets,/global-economics/asia,/global-economics/policy,/global-economics/middle-east,/global-economics/alpha-investors,/global-economics/economy,/authors/55362-mujib-mashal\";\n      $('body').append('<img src=\"'+tracking_img_src+'\" style=\"visibility:hidden;\" />');\n  });\n</script>\n\n<script>\n  $(window).load(function(){\n    BLOOMBERG.bw_core.deferred_load_js(\"http://static.btrd.net/onlineopinionV5/oo_engine.min.js\");\n  });\n</script>\n<script>\n  __reach_config = { \n    pid: '530523d097b0c9220a00000b', \n    title: \"Afghanistan's New Rich Navigate U.S. Pullout - Businessweek\", \n    url: 'http://www.businessweek.com/articles/2014-12-18/afghanistans-new-rich-navigate-u-dot-s-dot-pullout', \n    date: '2014-12-18T05:58:52-05:00', \n    authors: [\"Mujib Mashal\"], \n    channels: [\"global_economics\"], \n    tags: [\"Features\"], \n    iframe: true, \n    ignore_errors: false, \n  }; \n  \n  (function(){ \n    var s = document.createElement('script'); \n    s.async = true; \n    s.type = 'text/javascript'; \n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js'; \n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s); \n  })();\n</script>\n<div id='parsely-root' style='display: none'>\n<div data-parsely-site='businessweek.com' id='parsely-cfg'></div>\n</div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n<script>\n  $(window).load(function() {\n    var REMOTE = \"https://secure.businessweek.com\";\n  \n    var xhr = new easyXDM.Rpc({\n        local: \"/easyxdm/name.html\",\n        swf: REMOTE + \"/easyxdm/easyxdm.swf\",\n        remote: REMOTE + \"/easyxdm/cors/\",\n        remoteHelper: REMOTE + \"/easyxdm/name.html\"\n    }, {\n        remote: {\n            request: {}\n        }\n    });\n  \n    BLOOMBERG.bw_user.ajax_sign_on = function(form) {\n  \n      $(\".report_error\").remove();\n      form.find('input').removeClass(\"error\");\n  \n      request = {\n          url: \"https://secure.businessweek.com/login\",\n          method: \"POST\",\n          data: {\n                  email : $('#new_user_form #user_form_email').val(),\n                  password : $('#new_user_form #user_form_password').val(),\n                  remember_me : $('#new_user_form #user_form_remember_me').val()\n          }\n      }\n  \n      var responseHandler = function(response) {\n          var json = easyXDM.getJSONObject().parse(response.data);\n          if (json.message == \"success\") {\n            $('.sign_in_frame').fadeOut(\"fast\", function() {BLOOMBERG.bw_user.replace_with_username('#sign_in')});\n          }\n      };\n  \n      var errorHandler = function(error) {\n          var json = easyXDM.getJSONObject().parse(error.data.data);\n          if(json.message == \"migrate\"){\n             window.location = json.url;\n          } else {\n            $(\"<span class='report_error'>\"+json.message+\"</span>\").insertBefore($(\"#user_form_email\"));\n            $('#new_user_form input').addClass(\"error\");\n          }\n      };\n      xhr.request(request, responseHandler, errorHandler);\n    };\n  });\n</script>\n<script>\n  $(\".facebook_button\").bind('click', function(e) {\n    e.preventDefault();\n    FB.login(function(response) {\n      if(response && response.status == 'connected' ){\n        login_with_facebook();\n      }\n     }, {scope: 'email'});\n  });\n  \n  $(\".facebook_link_button\").bind('click', function(e) {\n    e.preventDefault();\n    FB.login(function(response) {\n      if(response && response.status == 'connected' ){\n        link_account(response);\n      }\n     }, {scope: 'email'});\n  });\n  \n  function show_protected_content(){\n    $(\"#facebook_wall\").hide();\n    $('.protected_content').removeClass('protected_content');\n    if ( $('body').hasClass('article_old_article')){\n      $('body.article_old_article #story_body div.unprotected_content').remove();\n      $('body.article_old_article #story_body p.sign_in').remove();\n    }\n  };\n  \n  function login_with_facebook() {\n  \n    var REMOTE = \"https://secure.businessweek.com\";\n  \n    var xhr = new easyXDM.Rpc({\n        local: \"/easyxdm/name.html\",\n        swf: REMOTE + \"/easyxdm/easyxdm.swf\",\n        remote: REMOTE + \"/easyxdm/cors/\",\n        remoteHelper: REMOTE + \"/easyxdm/name.html\"\n    }, {\n        remote: {\n            request: {}\n        }\n    });\n  \n    request = {\n        url: \"https://secure.businessweek.com/auth/facebook/callback\",\n        method: \"GET\",\n        data: {\n        referrer_url : window.location.href\n        }\n    }\n  \n    var responseHandler = function(response) {\n        reg_enabled = \"true\";\n        if (reg_enabled == \"true\"){\n          $('.sign_in_frame').html('<span class=\"success\">Success!</span>');\n          $('#sign_in a.opened').removeClass('opened');\n          $('.sign_in_frame').fadeOut(\"fast\", function() {BLOOMBERG.bw_user.replace_with_username('#sign_in')});\n          if ($('body').hasClass('registration')){\n            var json_response = easyXDM.getJSONObject().parse(response.data)\n            window.location = json_response.url;\n          }\n        }\n    };\n  \n    var errorHandler = function(error) {\n    };\n    xhr.request(request, responseHandler, errorHandler);\n  };\n  \n  function link_account(facebook_user) {\n    $.ajax({\n      type: \"POST\",\n      data: facebook_user,\n      dataType: \"json\",\n      url: \"https://secure.businessweek.com/users/link-account\",\n      success: function(response) {\n        $('.facebook_account').html('<a href=\"http://www.businessweek.com/users/unlink-account\" class=\"unlink_facebook\"> Unlink your facebook account</a>');\n        $(\".unlink_facebook\").bind('click', function(e) {\n          e.preventDefault();\n          BLOOMBERG.bw_user.unlink_account(e);\n        });\n      },\n      error: function(response){\n        $('.errors').append(JSON.parse(response.responseText)[\"message\"]);\n      }\n    });\n  }\n</script>\n<script>\n  $(window).load(function() {\n    if ($.fn.trusteConsent) {\n      $(\"#consent-track\").trusteConsent({\n        consentButton: \"span#consent-track-image\",\n        closeButton: \"a.close-consent-track\",\n        domain: \"businessweek.com\",\n        footerCallback: function() {\n          var $links = $(\"#footer ul\");\n          $links.find(\"li\").last().attr(\"class\", \"\"); // remove class from last el\n          $links.append('<li class=\"last\"><a href=\"#consentManager\">Cookie Preferences</a></li>');\n          return $links.last();\n        }\n      });\n    }\n  }\n  );\n</script>\n<script src=\"http://content.dl-rms.com/rms/mother/516/nodetag.js\" type=\"text/javascript\"></script>\n<script>\n  $(window).load(function(){\n    var script_tag = document.createElement('SCRIPT');\n    script_tag.src = \"http://static.btrd.net/foresee/foresee-trigger.js\";\n    script_tag.type = \"text/javascript\";\n    document.body.appendChild(script_tag);\n  });\n</script>\n<script>\n  $(window).load(function(){\n     if(true == true){\n        BLOOMBERG.bw_user.show_reg();\n     }\n  });\n</script>\n\n<!-- BEGIN DISQUS COMMENTS COUNT -->\n<script>\n  var disqus_shortname  = \"bwbeta\";\n  var disqus_developer  = 0;\n  var s = document.createElement('script'); s.async = true;\n  s.type = 'text/javascript';\n  s.src = ('https:' == document.location.protocol ? 'https://' : 'http://')  + disqus_shortname + '.disqus.com/count.js';\n  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n</script>\n<!-- END DISQUS COMMENTS COUNT -->\n\n\n<script src=\"http://static.btrd.net/assets/interstitial-024ac073073e2eed55f3891bb6d35cbf.js\" type=\"text/javascript\"></script>\n<div id='showInterstitial'>\n<div id='backgroundInterstitial'></div>\n<div id='intro_ad_header'>\n<div id='skip_ad'>\n<a class='skip-ad' onclick='disableInterstitial(); return false;'>Continue to Businessweek</a>\n</div>\n</div>\n<div id='intro_ad'>\n<div id='ad-interstitial'>\n<script>\n  var interstitialStatus = 0;\n  hideIntroAd();\n</script>\n<script>\n  if (show_interstitial_ad()) {\n    var site = AD_SITE+AD_SUB_SITE+AD_ZONE;\n    var noad = 0;\n    var size = \"640x480\";\n    var url  = (window.location.pathname == undefined) ? \"/\" : \"\"+window.location.pathname;\n    var tile = 1;\n    var dcopt  = (parseInt(tile) == 1) ? \"ist\" : \"\";\n    var keyword = (AD_KEYWORD != \"\") ? AD_KEYWORD : \"\";\n    var tz = \"interstitial\";\n    var pt = \"t2\";\n    googletag.cmd.push(function() {\n      var slot = googletag.defineSlot('/' + GPT_NETWORK_ID + '/' + site, [640, 480], \"ad-interstitial\");\n      slot.addService(googletag.pubads());\n      slot.setTargeting(\"sz\", size);\n      slot.setTargeting(\"url\", url);\n      slot.setTargeting(\"tile\", tile);\n      slot.setTargeting(\"dcopt\", dcopt);\n      slot.setTargeting(\"keyword\", keyword);\n      slot.setTargeting(\"page\", pt);\n      slot.setTargeting(pt, tz);\n      googletag.enableServices();\n      googletag.cmd.push(function() { googletag.display(\"ad-interstitial\") });\n    });\n  }\n</script>\n</div>\n</div>\n</div>\n\n<!-- BEGIN COMSCORE -->\n<script>\n  BBBW_comScore.params = {\"bb_groupid\":\"\",\"bb_c_type\":\"story\",\"bb_attributor\":\"\",\"bb_pub_d\":\"20141218\",\"bb_cg_1\":\"Global Economics\",\"bb_cg_2\":\"Emerging Markets\",\"bb_cg_3\":\"Afghanistan's New Millionaires\",\"bb_author\":\"Mujib Mashal\",\"content_fullwidth\":\"1\",\"content_goognews\":\"1\"};\n  if (_BUCKET != \"\" && _BUCKET_GROUP != \"\"){\n    BBBW_comScore.params['bb_bucket']       = _BUCKET;\n    BBBW_comScore.params['bb_bucket_group'] = _BUCKET_GROUP;\n  }\n  BBBW_comScore.track();\n  BBBW_comScore.write_cookie(comScore_track_key,\"\",-1);\n</script>\n<noscript>\n<p>\n<img alt='*' height='1' src='http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=3005059' width='1'>\n</p>\n</noscript>\n<!-- END COMSCORE -->\n\n<!-- Chartbeat Monitoring -->\n<script>\n  var _sf_async_config= {uid: 15087, domain: \"www.businessweek.com\"};\n  _sf_async_config.useCanonical = true;\n  \n  _sf_async_config.sections = \"Global Economics\";\n  _sf_async_config.authors = \"Mujib Mashal\";\n  \n  \n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n        ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") + \"static.chartbeat.com/js/chartbeat_pub.js\");\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n\n\n<!-- Last Update: 2015-01-03 05:04:39 -0500 -->\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/businessweek.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"ie6 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"ie7 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"ie8 no-js light_layout\" lang=\"en\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class='no-js light_layout' lang='en'>\n<!--<![endif]-->\n<head>\n<title>Cuomo's Cap on Hedge Funds in Pensions Won't Solve the Real Problem - Businessweek</title>\n<meta content='BW' name='source'>\n<meta content='article' name='content_type'>\n<meta content='It just avoids making the existing underfunding worse  ' name='description'>\n<meta content='Allison Schrager' name='author'>\n<meta content='markets_and_finance' name='channel'>\n<meta content='Investing' name='department'>\n<meta content='2014-12-22T09:54:09-05:00' name='pub_date'>\n\n<meta content=\"Andrew Cuomo,hedge fund caps,Investing,pension funds,Retirement\" name=\"keywords\" />\n<meta content=\"Andrew Cuomo,hedge fund caps,Investing,pension funds,Retirement\" name=\"news_keywords\" />\n\n\n<link href=\"http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem\" rel=\"canonical\" />\n<meta content=\"L7zxW9ChzqzPwbLIMzRbGzhn-Mly9AIDiF64J6DgQl0\" name=\"google-site-verification\" />\n<meta content=\"dEHOKZR1s6GmOfGrPHHJFrXJwDoZXW6BjpnhmxPzRCE\" name=\"google-site-verification\" />\n<meta content=\"nm_Na3kYYwG-eQKKUQs9A07nqn-GlhmC2qMzvutTDRA\" name=\"google-site-verification\" />\n\n<meta charset='utf-8'>\n<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"b220098848\",\"applicationID\":\"138689\",\"transactionName\":\"c1hbFURcXFsGRRYDRkReVg1TQB9EC1hO\",\"queueTime\":0,\"applicationTime\":481,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VgMEUVJACQAIUllb\"};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]);</script>\n<link href=\"http://static.btrd.net/assets/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" />\n<link href=\"http://static.btrd.net/assets/BW-bubble.png\" rel=\"apple-touch-icon\" type=\"image/png\" />\n<link href=\"http://www.businessweek.com/feeds/homepage.rss\" rel=\"alternate\" title=\"Businessweek.com Top News RSS\" type=\"application/rss+xml\" />\n<!-- * font definitions */ -->\n<style>\n  @font-face {\n    font-family: 'BloombergLBold';\n      src: url(\"/assets/type/bloombergl_heavy.eot?#iefix\") format('embedded-opentype'),\n           url('/assets/type/bloombergl_heavy.ttf') format('truetype');\n      font-weight: bold;\n      font-style: normal;\n  }\n  @font-face {\n    font-family:'BWHaasHead';\n    src: url('/assets/type/hinted/haas/bwhaasgroteskhead-95black.eot?#iefix') format('eot'),\n         url('/assets/type/hinted/haas/bwhaasgroteskhead-95black.woff') format('woff'),\n         url('/assets/type/haas/bwhaasgroteskhead-95black.ttf') format('truetype');\n  \n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n  @font-face {\n    font-family:'BWHaasHead75Bold';\n    src: url('/assets/type/hinted/haas75/bwhaasgroteskhead-75bold.eot?#iefix') format('eot'),\n         url('/assets/type/hinted/haas75/bwhaasgroteskhead-75bold.woff') format('woff'),\n         url('/assets/type/haas75/bwhaasgrotesktext-75bold.ttf') format('truetype');\n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n  @font-face {\n    font-family:'BWHaasRegular';\n    src: url('/assets/web_fonts/bwhaasgroteskhead-65medium.eot?#iefix') format('eot'),\n         url('/assets/web_fonts/bwhaasgroteskhead-65medium.woff') format('woff'),\n         url('/assets/web_fonts/bwhaasgrotesktext-65medium.ttf') format('truetype');\n    font-style: normal;\n    font-weight: 700;\n    font-stretch: normal;\n  }\n</style>\n<link href=\"http://static.btrd.net/assets/application-8dbe4f401e91d915a219d2496d6923c5.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n\n<link href=\"http://static.btrd.net/onlineopinionV5/oo_style.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://static.btrd.net/assets/content-b0162cf4173963330e4669cb4bad8a69.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n<meta content=\"Businessweek.com\" property=\"og:site_name\" />\n<meta content=\"article\" property=\"og:type\" />\n<meta content=\"Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem\" property=\"og:title\" />\n<meta content=\"It just avoids making the existing underfunding worse  \" property=\"og:description\" />\n<meta content=\"http://images.bwbx.io/cms/2014-12-22/1222_cuomo__970.jpg\" property=\"og:image\" />\n<meta content=\"summary\" name=\"twitter:card\" />\n<meta content=\"@BW\" name=\"twitter:site\" />\n\n\n<!-- BEGIN Krux Control Tag -->\n<script src=\"http://static.btrd.net/assets/krux-2219e2e7b21a9027972af37eaeb5ee88.js\" type=\"text/javascript\"></script>\n\n<script type='application/ld+json'>\n{\n\"@context\": \"http://schema.org\",\n\"@type\": \"NewsArticle\",\n\"headline\": \"Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem\",\n\"url\": \"http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem\",\n\"thumbnailUrl\": \"http://images.bwbx.io/cms/2014-12-22/1222_cuomo__970-630x420.jpg\",\n\"dateCreated\": \"2014-12-22T14:54:09Z\",\n\"articleSection\": \"Markets &amp; Finance\",\n\"creator\": \"Allison Schrager\",\n\"keywords\": \"Finance &amp;amp; Markets, Investing, Policy, Politics, Politics &amp; Policy, story\"\n}\n</script>\n\n\n\n\n<script>\n  var AVAILABLE_BUCKETS = []\n</script>\n<script src=\"http://static.btrd.net/assets/buckets-d84e1f4dcb5b5442542ec0a4b3fb1865.js\" type=\"text/javascript\"></script>\n<meta content='width=1000px' name='viewport'>\n<script>\n  var googletag = googletag || {};\n  googletag.cmd = googletag.cmd || [];\n  (function() {\n    var gads = document.createElement(\"script\");\n    gads.async = true;\n    gads.type = \"text/javascript\";\n    var useSSL = \"https:\" == document.location.protocol;\n    gads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\n    var node =document.getElementsByTagName(\"script\")[0];\n    node.parentNode.insertBefore(gads, node);\n   })();\n</script>\n\n<script src=\"http://static.btrd.net/assets/jquery.dfp.gpt.logger.override-33aaf061a2d76891ddeea42a7aa62b43.js\" type=\"text/javascript\"></script>\n<script>\n  var ROOT_URL          = \"http://www.businessweek.com/\";\n  var FACEBOOK_APP_KEY  = \"381515401910729\";\n  var FACEBOOK_APP_NS   = \"bw_prod\";\n  var COOKIE_DOMAIN     = \"businessweek.com\";\n  var SECURE_DOMAIN_URL = \"https://secure.businessweek.com\";\n  var STICKY_NEWS_ENGINE= \"none\";\n  var VIDEO_AD_PREFIX   = \"http://ad.doubleclick.net/N5262/pfadx/\";\n  var VIDEO_SITE        = \"mgh.bw.video\";\n  var VIDEO_SUB_SITE    = \"/general\";\n  var DOUBLECLICK_URL_PREFIX = \"http://ad.doubleclick.net/N5262\";\n  var AD_SITE           = \"bw\";\n  var AD_LAYOUT_DESC    = \"article story channel markets_and_finance\";\n  var AD_SUB_SITE       = \".marketsfinance/investing\";\n  if (AD_LAYOUT_DESC.indexOf(\"video\") >= 0){\n      AD_SITE           = VIDEO_SITE;\n      AD_SUB_SITE       = VIDEO_SUB_SITE;\n  }\n  var AD_ZONE           = \"\"; // TODO: this is used to tag \"department\" pages\n  var AD_KEYWORD        = \"\"; //TODO: This is used on article and department index pages\n  var AD_URL            = (window.location.pathname == undefined) ? \"/\" : window.location.pathname.replace(/\\/?$/, '/');\n  var YIELDEX           = true;\n  var AD_INTERVAL_TO    = 450;\n  var AD_DEPT_TRACKING  = false; //Temporary flag to be removed when the time is right\n  \n  var VIDEO_AD_SIZE     = \"1x1\";\n  var VIDEO_AD_YIELD_EX = (YIELDEX) ? '\"u=sz='+VIDEO_AD_SIZE+'|' + ';' : '';\n  var RANDOM_NUMBER     = (\"1\"+(\"\"+Math.random()).substring(2,11));\n  var VIDEO_AD_SUFFIX   = \";sz=\"+VIDEO_AD_SIZE+\";tile=15;tp_video=null;dcmt=text/html;\"+encodeURIComponent(VIDEO_AD_YIELD_EX)+\"ord=\"+RANDOM_NUMBER+\";\";\n  var TILE_NUMBER       = 1;\n  var URL_HASH          = window.location.hash.replace(/#video=/, '');\n  var google_ad_channel = \"6537084077 3231123392\";\n  var discus_car, lead_module_interval;\n  var NEGATIVE_AD_CATEGORIES = \"\";\n  var AD_SLOTS = {};\n  var GPT_ADS_ENABLED = true;\n  var GPT_NETWORK_ID = 5262;\n  var SHOW_NATIVE = \"true\";\n  var NATIVE_PROPERTY_ID = \"NA-BUSIWEEKCOM-11236051\";\n</script>\n<script>\n  if (!GPT_ADS_ENABLED) {\n    var COMPANION_AD_SITE = AD_SITE + AD_SUB_SITE; //these create the video companion ads\n    googletag.cmd.push(function() {\n      googletag.defineSlot(COMPANION_AD_SITE, [728,  90], 'header-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.defineSlot(COMPANION_AD_SITE, [300, 250], 'right-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.defineSlot(COMPANION_AD_SITE, [728,  90], 'bottom-companion-ad').addService(googletag.companionAds()).addService(googletag.pubads());\n      googletag.companionAds().setRefreshUnfilledSlots(true);\n      //googletag.pubads().disableInitialLoad();\n      googletag.enableServices();\n    });\n  }\n</script>\n\n</head>\n<body class='article story channel markets_and_finance' data-action='show' data-controller='articles' itemscope itemtype='http://schema.org/WebPage'>\n<div id='fb-root'></div>\n\n<div class='clearfix' id='container'>\n<div class='clearfix' id='sign_in'>\n<div class='sign_in_frame'>\n<span class='login facebook'>\nSign in with Facebook\n<span class='facebook_button'>\n<a href=\"#\"><span class='inline_icon icons-connect_with_facebook facebook_login'></span>\n</a></span>\n\n</span>\n<span class='login'>Or use your Businessweek account</span>\n<div class='login_form'>\n<form accept-charset=\"UTF-8\" action=\"https://secure.businessweek.com/login\" class=\"new_user_form\" id=\"new_user_form\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"3Gfw5VxQdubsDhAj8fChGKHHggBBwKiyNk/oijz7xTs=\" /></div>\n<label class=\"for_email\" for=\"user_form_email\">Email</label>\n<input class=\"\" id=\"user_form_email\" maxlength=\"100\" name=\"user_form[email]\" size=\"100\" type=\"text\" />\n<label class=\"password\" for=\"user_form_password\">Password</label>\n<a href=\"https://secure.businessweek.com/password/forgot\" class=\"forgot_password\">Forgot  password?</a>\n<input class=\"\" id=\"user_form_password\" maxlength=\"20\" name=\"user_form[password]\" size=\"20\" type=\"password\" />\n<input name=\"user_form[remember_me]\" type=\"hidden\" value=\"0\" /><input id=\"user_form_remember_me\" name=\"user_form[remember_me]\" type=\"checkbox\" value=\"1\" />\n<label class=\"checkbox_label\" for=\"user_form_remember_me\">Remember me</label>\n<input class=\"button\" name=\"commit\" type=\"submit\" value=\"Sign In\" />\n</form>\n</div>\n<p class='bloomberg_user'>\nAlready a Bloomberg.com user?\n</p>\n<p>Sign in with the same account.</p>\n<p class='other_options'>\nDon't have an account?\n<a href=\"https://secure.businessweek.com/register\">Sign up.</a>\n</p>\n<p class='account-help'>\n<a href=\"https://secure.businessweek.com/users/forgot-account\">Help! I can&#x27;t access my account.</a>\n</p>\n\n</div>\n</div>\n<div class='branding_hat'></div>\n\n<div id='consent-track' style='display:none;'>\nThis site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.\n<a class='close-consent-track' href=\"#closeConsentTrack\">X</a>\n<span id='consent-track-image'>\n<script src='http://consent.truste.com/notice?domain=businessweek.com&amp;c=consent-track-image' type='text/javascript'></script>\n</span>\n</div>\n\n<div class='clearfix' id='header'>\n<div class='inner_wrapper'>\n<div id='logo'>\n<a href=\"http://www.businessweek.com/\" class=\"ir\" id=\"home_link\">Bloomberg Businessweek</a>\n<h2 id='channel_name'>\n<a href=\"http://www.businessweek.com/markets-and-finance\">Markets &amp; Finance</a>\n</h2>\n</div>\n<div id='promo'>\n<span class='house_ad non_blank_ad'>\n<div class='gpt_ads_slot' id='circ_header'>\n<div class='gpt_ad_container' data-gpt-size='[[200, 92], [1, 1]]' data-original-position='circ_header' data-position='circ_header' data-pt='t2' data-size='200x92,1x1' data-tile='2' data-tz='circ_header'></div>\n</div>\n\n</span>\n</div>\n<div id='search'>\n<div id='sub_sales_header'>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160281\" class=\"sub_sales\"><div class='sub_sales-cover'>\n<img alt=\"The Good Business Issue\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"75px\" />\n</div>\n<div class='sub_sales-background'>\n<div class='sub_sales-content'>\n<span class='sub_sales-offer'>\nLIMITED-TIME OFFER\n</span>\n<span class='sub_sales-subscribe'>\nSUBSCRIBE NOW\n</span>\n</div>\n</div>\n</a>\n</div>\n<form action='http://www.businessweek.com/search' method='get'>\n<div class='with_search_icon'>\n<input class='toggle_text' id='search_input' name='q' title='Search' type='text' value='Search'>\n</div>\n</form>\n<div id='social'>\n<div class='fb-like' data-font='arial' data-href=\"http://www.facebook.com/bloombergbusinessweek\" data-layout='button_count' data-send='false' data-show-faces='false'></div>\n\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='true' href=\"http://twitter.com/BW\"></a>\n\n</div>\n</div>\n</div>\n</div>\n<div id='global_nav'>\n<div class='inner_wrapper'>\n<ul class='navigation clearfix'>\n<li class='global_economics has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/global-economics\" class=\"channel_link\">Global Economics</a>\n</li>\n<li class='companies_and_industries has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/companies-and-industries\" class=\"channel_link\">Companies &amp; Industries</a>\n</li>\n<li class='politics_and_policy has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/politics-and-policy\" class=\"channel_link\">Politics &amp; Policy</a>\n</li>\n<li class='technology has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/technology\" class=\"channel_link\">Technology</a>\n</li>\n<li class='markets_and_finance has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/markets-and-finance\" class=\"channel_link\">Markets &amp; Finance</a>\n</li>\n<li class='innovation_and_design has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/innovation-and-design\" class=\"channel_link\">Innovation &amp; Design</a>\n</li>\n<li class='lifestyle has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/lifestyle\" class=\"channel_link\">Lifestyle</a>\n</li>\n<li class='business_schools has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/business-schools\" class=\"channel_link\">Business Schools</a>\n</li>\n<li class='small_business has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/small-business\" class=\"channel_link\">Small Business</a>\n</li>\n<li class='media has_sub_menu tracked'>\n<a href=\"http://www.businessweek.com/media\" class=\"channel_link\">Video &amp; Multimedia</a>\n</li>\n</ul>\n</div>\n</div>\n\n\n<span class='banner_ad top_banner_ad companion_replace'>\n<div class='gpt_ads_slot' id='leader_board'>\n<div class='gpt_ad_container' data-gpt-size='[[728, 90], [970, 66], [1, 1]]' data-original-position='leader_board' data-position='top' data-pt='t2' data-size='728x90,970x66,1x1' data-tile='3' data-tz='top'></div>\n</div>\n\n</span>\n<div id='flash'>\n</div>\n\n<div class='column_container clearfix'>\n<div class='column primary'>\n<div id='content'>\n<article class='businessweek' itemscope itemtype='http://schema.org/Article'>\n\n<div class='department_text'><h3>Investing</h3></div>\n<h1 class='headline' itemprop='name headline'>Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem</h1>\n<div id='authorial'>\n<span class='byline'>\n<span class='byline-text' itemscope itemtype='http://schema.org/Person'>\nBy <a href=\"http://www.businessweek.com/authors/54947-allison-schrager\" itemprop=\"name\" rel=\"author\">Allison Schrager</a>\n</span>\n\n\n</span>\n\n<time class='byline-text' datetime='2014-12-22T09:54:09-05:00' itemprop='datePublished'>\nDecember 22, 2014\n</time>\n</div>\n<hr>\n<div class='share_buttons' data-headline=\"Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem\" data-host='http://analytics.bloomberg.com/images/analytics-bw/dot1.gif' data-id='5ca70b7a-86e6-11e4-9c0e-d8d385601e40' data-ping-uri='/,/markets-and-finance,/markets-and-finance/investing,/authors/54947-allison-schrager' data-pub-date='2014-12-22 09:54:09 -0500' data-summary='It just avoids making the existing underfunding worse  ' data-type='story' data-uri='http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem'>\n<span class='clickable share_button inline_icon icons-facebook_share tracked' data-action-type='Share via Facebook' data-actions='click' data-button-type='facebook' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Facebook'></span>\n<span class='clickable share_button inline_icon icons-twitter_share tracked' data-action-type='Share via Twitter' data-actions='click' data-button-type='twitter' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Twitter'></span>\n<span class='clickable share_button inline_icon icons-linked_in_share tracked' data-action-type='Share via LinkedIn' data-actions='click' data-button-type='linkedin' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on LinkedIn'></span>\n<span class='clickable share_button inline_icon icons-gplus_share tracked' data-action-type='Share via Google+' data-actions='click' data-button-type='google_plus' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Google+'></span>\n<a class='print_button inline_icon icons-print tracked' data-action-type='Print' data-actions='click' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' href=\"http://www.businessweek.com/printer/articles/241148-cuomos-cap-on-hedge-funds-in-pensions-solves-only-part-of-the-problem\" rel='nofollow' title='Print'></a>\n<span class='clickable kindleWidget inline_icon icons-send_to_kindle tracked' data-action-type='Sent to Kindle' data-actions='click' data-button-type='kindle' data-category='Sharing' title='Share on Kindle'></span>\n</div>\n\n<div id=\"lead_graphic\"><img alt=\"Cuomo&#x27;s Cap on Hedge Funds in Pensions Solves Only Part of the Problem\" data-image-id=\"437919752\" height=\"420\" src=\"http://images.bwbx.io/cms/2014-12-22/1222_cuomo__970-630x420.jpg\" title=\"Cuomo&#x27;s Cap on Hedge Funds in Pensions Solves Only Part of the Problem\" width=\"630\" /><p class=\"photo_credit\">Photographer: Andrew Burton/Getty Images</p></div>\n\n\n\n<div id='article_body' itemprop='articleBody'>\n<p>New York Governor Andrew Cuomo vetoed a <a href=\"http://www.businessweek.com/news/2014-12-18/cuomo-vetoes-bill-allowing-pensions-to-add-more-to-hedge-funds\">bill last week</a> that would have allowed the New York state, city, and teachers’ pension funds to increase their investment in hedge funds from 25 percent to 30 percent of fund assets. He cited the high fees and risk associated with hedge funds. The now-dead bill contained <a href=\"http://assembly.state.ny.us/leg/?default_fld=&amp;bn=A09643&amp;term=2013&amp;Summary=Y&amp;Memo=Y\">a memo</a> justifying its proposed increase:</p>\n<blockquote><p>“The portion of the NYCRS [New York City Retirement System] portfolios allocated to public equities is much more volatile than the investments allocated to the basket. As a result, a swing in public markets can push NYCRS dangerously close to the investment cap with no new investments.”</p></blockquote>\n<p>That’s a terrible reason to invest in hedge funds. Stocks are supposed to be riskier; that’s why they normally provide higher returns. If the investment board can’t handle volatility, it should invest in safer, lower-yielding assets—and while that may describe some hedge funds, cheaper options are out there. Hedge funds typically charge 2 percent of assets, plus 20 percent of gains, and <a href=\"http://www.businessweek.com/articles/2013-07-11/why-hedge-funds-glory-days-may-be-gone-for-good\">rarely outperform the stock market</a>. The figure below, from an <a href=\"http://www.businessweek.com/articles/2013-07-11/why-hedge-funds-glory-days-may-be-gone-for-good\">article last year</a>, plots an index of hedge fund strategy performance compared with the S&amp;P 500 index.</p>\n<p><span class=\"inline_image left\"><img src=\"http://images.bwbx.io/cms/2014-12-21/BW29_OR_hedge_605inline1.jpg\" alt=\"\"></span></p>\n<p>Underperformance is why such states as California are pulling out of hedge funds (though they are piling into risky alternatives, <a href=\"http://www.businessweek.com/articles/2014-09-23/are-public-pensions-inflating-a-venture-capital-bubble\">such as private equity)</a>. The sentiment is not uniform, though, and <a href=\"http://www.bloomberg.com/news/2014-09-17/ohio-illinois-sticking-with-hedge-funds-as-calpers-flees.html\">other states</a>, including New Jersey, Ohio, New Mexico, and Illinois, are sticking with or increasing their hedge fund investment.</p>\n<p>Cuomo was right to veto the bill. Investing in hedge funds is extra risky for New York, which is also home to a large share of the hedge fund industry. Employees in the finance industry pay a large share of the <a href=\"http://www.osc.state.ny.us/press/releases/mar14/031214.htm\">state’s tax revenue</a>. That would seem to give politicians an incentive to increase their hedge fund investment. But it’s a dangerous strategy. If the hedge fund industry has a bad year, the state would take a twofold hit: Pension fund assets would tank, along with the tax revenue from finance industry professionals whose compensation depends on performance.</p>\n<p>Like all states, New York’s pensions <a href=\"http://www.bloomberg.com/visual-data/best-and-worst//most-underfunded-pension-plans-states\">are underfunded</a>. In 2013, its assets could cover only 87.3 percent of pension promises, a figure that assumes superior investment performance each and every year. More prudent measures estimate <a href=\"http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1352608\">a larger deficit.</a> Making up the difference will require either outstanding, consistent investment performance or more contributions from state employees and taxpayers. The governor made a good choice by realizing that investing in hedge funds isn’t the answer. He has made less progress on how to fill in the gap reliably.</p>\n<div id='related_items'><!-- / For rendering related links inside the body of the article -->\n<div class='related_item tracked' data-action-type='Feature Template' data-actions='click' data-category='Inline Related Links' data-label='Position: 0'>\n<a href=\"http://www.businessweek.com/articles/2014-12-22/the-real-risk-of-pension-plans-they-give-retirees-false-security\"><span class='related_item_label'>Story: </span>The Real Risk of Pension Plans: They Give Retirees False Security</a>\n</div>\n<div class='related_item tracked' data-action-type='Feature Template' data-actions='click' data-category='Inline Related Links' data-label='Position: 0'>\n<a href=\"http://www.businessweek.com/articles/2014-10-17/the-hidden-risk-in-the-worlds-best-pension-system\"><span class='related_item_label'>Story: </span>The Hidden Risk in the World’s Best Pension System</a>\n</div>\n<div class='related_item tracked' data-action-type='Feature Template' data-actions='click' data-category='Inline Related Links' data-label='Position: 1'>\n<a href=\"http://www.businessweek.com/articles/2014-04-29/pension-funds-and-catastrophe-bonds-what-could-possibly-go-wrong\"><span class='related_item_label'>Story: </span>Pension Funds and Catastrophe Bonds: What Could Possibly Go Wrong?</a>\n</div>\n\n</div>\n</div>\n\n\n<div class='author_bio_container'>\n<div class='author_short_bios'>\n<a href=\"mailto:allison.schrager@gmail.com\">Schrager</a> is an economist and writer in New York City. Follow her on Twitter: <a href=\"https://twitter.com/allisonschrager\">@AllisonSchrager</a>.\n</div>\n</div>\n\n<hr>\n<div class='sponsored_holder'>\n<div class='sponsored_module'>\n<div class='sponsored_container sponsor_spot' data-ad-label='nativewell3' data-ad-position='nativewell3' data-ad-server='dfp' data-ad-size='2x1' data-property-id='NA-BUSIWEEKCOM-11236051' data-target-location='.sponsored_container'></div>\n</div>\n</div>\n\n<div class='share_buttons' data-headline=\"Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem\" data-host='http://analytics.bloomberg.com/images/analytics-bw/dot1.gif' data-id='5ca70b7a-86e6-11e4-9c0e-d8d385601e40' data-ping-uri='/,/markets-and-finance,/markets-and-finance/investing,/authors/54947-allison-schrager' data-pub-date='2014-12-22 09:54:09 -0500' data-summary='It just avoids making the existing underfunding worse  ' data-type='story' data-uri='http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem'>\n<span class='clickable share_button inline_icon icons-facebook_share tracked' data-action-type='Share via Facebook' data-actions='click' data-button-type='facebook' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Facebook'></span>\n<span class='clickable share_button inline_icon icons-twitter_share tracked' data-action-type='Share via Twitter' data-actions='click' data-button-type='twitter' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Twitter'></span>\n<span class='clickable share_button inline_icon icons-linked_in_share tracked' data-action-type='Share via LinkedIn' data-actions='click' data-button-type='linkedin' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on LinkedIn'></span>\n<span class='clickable share_button inline_icon icons-gplus_share tracked' data-action-type='Share via Google+' data-actions='click' data-button-type='google_plus' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' title='Share on Google+'></span>\n<a class='print_button inline_icon icons-print tracked' data-action-type='Print' data-actions='click' data-category='Sharing' data-label='/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem' href=\"http://www.businessweek.com/printer/articles/241148-cuomos-cap-on-hedge-funds-in-pensions-solves-only-part-of-the-problem\" rel='nofollow' title='Print'></a>\n<span class='clickable kindleWidget inline_icon icons-send_to_kindle tracked' data-action-type='Sent to Kindle' data-actions='click' data-button-type='kindle' data-category='Sharing' title='Share on Kindle'></span>\n</div>\n\n</article>\n\n<div class='taboola_bottom' id='taboola_wrapper'>\n<div id='taboola-below-main-column'></div>\n<div id='taboola-bmc-mix'></div>\n</div>\n\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160309\" class=\"sub_sales\"><div class='sub_sales-cover'>\n<img alt=\"The Good Business Issue\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"75px\" />\n</div>\n<div class='sub_sales-background'>\n<div class='sub_sales-content'>\n<span class='sub_sales-offer'>\nLIMITED-TIME OFFER\n</span>\n<span class='sub_sales-subscribe'>\nSUBSCRIBE NOW\n</span>\n</div>\n</div>\n</a>\n<div id='disqus_thread'></div>\n\n<div class='slideout_container' data-show-slideout?='yes'></div>\n\n</div>\n</div>\n<div class='column rail'>\n<div class='module clearfix tabbed headlines '>\n<h3>\n<a href=\"http://www.businessweek.com/feeds/most-popular.rss\">\n<span class='timestamp rss'>\nFeed\n<span class='inline_icon icons-rss'></span>\n</span>\n</a>\nMost Popular\n</h3>\n<ul class='tabs_controller'>\n<li class='tracked active not_last' data-action-type='Tab Switch' data-actions='click' data-category='Tabbed Module' data-label='Read'>\n<a class='active' href=\"#Read-Tab\">\nRead\n</a>\n</li>\n<li class='tracked  not_last' data-action-type='Tab Switch' data-actions='click' data-category='Tabbed Module' data-label='Shared'>\n<a class='' href=\"#Shared-Tab\">\nShared\n</a>\n</li>\n<li class='tracked  last' data-action-type='Tab Switch' data-actions='click' data-category='Tabbed Module' data-label='Discussed'>\n<a class='' href=\"#Discussed-Tab\">\nDiscussed\n</a>\n</li>\n</ul>\n<div class='active tab_panel'>\n<a name='Read-Tab'></a>\n<ul>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/united-and-orbitz-lawsuit-against-skiplaggedcom-raises-ethical-questions#r=read\">Is It OK to Cheat Airlines if It Saves You Money?</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/ces-2015-this-years-tech-anxiety-is-ending-up-like-tv-makers#r=read\">This Year’s CES Anxiety: Ending Up Like TV Makers</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/french-economist-thomas-piketty-faces-trial-by-peers#r=read\">French Economist Thomas Piketty Faces Trial by Peers</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/why-you-should-care-about-greece-again#r=read\">Why You Should Care About Greece Again</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-30/playdoh-enrages-parents-with-a-penisshaped-baking-toy#r=read\">Play-Doh Enrages Parents With a Penis-Shaped Baking Toy</a>\n</li>\n</ul>\n</div>\n<div class='tab_panel'>\n<a name='Shared-Tab'></a>\n<ul>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/6-new-years-resolutions-you-could-actually-keep#r=shared\">Six New Year's Resolutions You Could Actually Keep</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/white-castle-introduces-veggie-sliders#r=shared\">White Castle Now Serves Veggie Sliders, but Will Anyone Eat Them?</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/housing-in-2015-will-grow-but-not-back-to-long-run-average#r=shared\">Housing in 2015: 'We Are in a Slow March Back to Normal'</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/why-you-should-care-about-greece-again#r=shared\">Why You Should Care About Greece Again</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/united-and-orbitz-lawsuit-against-skiplaggedcom-raises-ethical-questions#r=shared\">Is It OK to Cheat Airlines if It Saves You Money?</a>\n</li>\n</ul>\n</div>\n<div class='tab_panel'>\n<a name='Discussed-Tab'></a>\n<ul>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/united-and-orbitz-lawsuit-against-skiplaggedcom-raises-ethical-questions#r=discussed\">Is it OK to Cheat Airlines if it Saves You Money?</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-31/who-is-alexey-navalny#r=discussed\">Who Is Alexey Navalny?</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-29/why-air-disasters-keep-happening-in-southeast-asia#r=discussed\">Why Air Disasters Keep Happening In Southeast Asia </a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-30/playdoh-enrages-parents-with-a-penisshaped-baking-toy#r=discussed\">Play-Doh Enrages Parents With a Penis-Shaped Baking Toy</a>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2014-12-23/marc-benioff-to-tech-industry-give-back-to-san-francisco#r=discussed\">Marc Benioff's Philanthropic Mission: San Francisco</a>\n</li>\n</ul>\n</div>\n</div>\n\n\n<div>\n<div class='sponsored_module'>\n<div class='sponsored_content sponsor_spot' data-ad-label='nativewell1' data-ad-position='nativewell1' data-ad-server='dfp' data-ad-size='2x1' data-property-id='NA-BUSIWEEKCOM-11236051' data-target-location='.sponsored_content'></div>\n</div>\n</div>\n\n<div class='module'>\n<div class='newsletter_promo' data-page-name='article'>\n<h3 class='article'>Newsletter Signup</h3>\n<div class='icons-bw_daily_promo-article'>\n<a class='newsletter_preview_link' data-url='/newsletters/bw-daily/1504' href=\"javascript::void(0);\">\nSample copy\n</a>\n</div>\n<span class='newsletter_form'>\n<form accept-charset=\"UTF-8\" action=\"/newsletters/daily_subscription\" data-remote=\"true\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"3Gfw5VxQdubsDhAj8fChGKHHggBBwKiyNk/oijz7xTs=\" /></div>\n<input class=\"email\" id=\"_email\" name=\"[email]\" placeholder=\"Enter Your Email\" size=\"30\" type=\"email\" />\n<input class=\"flat_button\" name=\"commit\" type=\"submit\" value=\"I&#x27;m in\" />\n<div class='delayed_display'>\n<div class='input_group'>\n<input name=\"[bw_promotions]\" type=\"hidden\" value=\"0\" /><input checked=\"checked\" id=\"_bw_promotions\" name=\"[bw_promotions]\" type=\"checkbox\" value=\"1\" />\n<label for=\"_bw_promotions\">Businessweek.com, on behalf of itself and select partners, may send me offers and promotions.</label>\n</div>\n<div class='input_group'>\n<input name=\"[bb_promotions]\" type=\"hidden\" value=\"0\" /><input id=\"_bb_promotions\" name=\"[bb_promotions]\" type=\"checkbox\" value=\"1\" />\n<label for=\"_bb_promotions\">Bloomberg, on behalf of itself and select partners, may send me offers and promotions.</label>\n</div>\n</div>\n</form>\n</span>\n<p class='complete'>\nThank you for subscribing to our\nDaily Newsletter.\nYou will receive a confirmation email shortly at\n<span class='email_holder'></span>.\n</p>\n</div>\n<div id='newsletter_content'></div>\n\n</div>\n<div class='module advertisement rectangle'>\n<div class='gpt_ads_slot' id='right2'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 250], [300, 600], [300, 1050], [1, 1]]' data-original-position='right2' data-position='right2' data-pt='t2' data-size='300x250,300x600,300x1050,1x1' data-tile='4' data-tz='right2'></div>\n</div>\n\n</div>\n\n<div class='module' id='featured_items'>\n<h3>\n<a href=\"http://www.businessweek.com/\" class=\"logo\">Bloomberg Businessweek</a>\n</h3>\n<ul>\n<li>\n<a href=\"http://www.businessweek.com/videos/2015-01-02/taking-account-of-indinero-s-comeback-story\" class=\"thumbnail\" title=\"Taking Account of inDinero’s Comeback Story\"><img alt=\"Taking Account of inDinero’s Comeback Story\" height=\"113\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://www.bloomberg.com/image/ixGHwnPD6Cs8.jpg\" width=\"200\" /><noscript><img alt=\"Taking Account of inDinero’s Comeback Story\" height=\"113\" src=\"http://www.bloomberg.com/image/ixGHwnPD6Cs8.jpg\" width=\"200\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/videos/2015-01-02/taking-account-of-indinero-s-comeback-story#r=lr-sr\">Taking Account of inDinero’s Comeback Story</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/videos/2015-01-02/how-the-sadkhin-complex-weight-loss-program-works\" class=\"thumbnail\" title=\"The Business Rethinking How You Shed Pounds in 2015\"><img alt=\"The Business Rethinking How You Shed Pounds in 2015\" height=\"113\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://www.bloomberg.com/image/iy_LHyBqLLB4.jpg\" width=\"200\" /><noscript><img alt=\"The Business Rethinking How You Shed Pounds in 2015\" height=\"113\" src=\"http://www.bloomberg.com/image/iy_LHyBqLLB4.jpg\" width=\"200\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/videos/2015-01-02/how-the-sadkhin-complex-weight-loss-program-works#r=lr-sr\">The Business Rethinking How You Shed Pounds in 2015</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/videos/2015-01-02/a-lot-of-opportunity-in-high-yield-bonds-mcclellan\" class=\"thumbnail\" title=\"`A Lot of Opportunity&#x27; in High-Yield Bonds: McClellan\"><img alt=\"`A Lot of Opportunity&#x27; in High-Yield Bonds: McClellan\" height=\"112\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://www.bloomberg.com/image/itLWogtFf72w.jpg\" width=\"200\" /><noscript><img alt=\"`A Lot of Opportunity&#x27; in High-Yield Bonds: McClellan\" height=\"112\" src=\"http://www.bloomberg.com/image/itLWogtFf72w.jpg\" width=\"200\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/videos/2015-01-02/a-lot-of-opportunity-in-high-yield-bonds-mcclellan#r=lr-sr\">`A Lot of Opportunity' in High-Yield Bonds: McClellan</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/kanye-wests-only-one-isnt-very-good-but-it-is-selling\" class=\"thumbnail\" title=\"Kanye West’s &lt;em&gt;Only One&lt;/em&gt; Isn’t Very Good, but It Is Selling\"><img alt=\"Kanye West in Paris\" height=\"127\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://images.bwbx.io/cms/2015-01-02/0102-kayne-970x647-190x127.jpg\" width=\"190\" /><noscript><img alt=\"Kanye West in Paris\" height=\"127\" src=\"http://images.bwbx.io/cms/2015-01-02/0102-kayne-970x647-190x127.jpg\" width=\"190\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/articles/2015-01-02/kanye-wests-only-one-isnt-very-good-but-it-is-selling#r=lr-sr\">Kanye West’s <em>Only One</em> Isn’t Very Good, but It Is Selling</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/ces-2015-this-years-tech-anxiety-is-ending-up-like-tv-makers\" class=\"thumbnail\" title=\"This Year’s CES Anxiety: Ending Up Like TV Makers\"><img alt=\"This Year’s CES Anxiety: Ending Up Like TV Makers\" height=\"127\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://media.gotraffic.net/images/iEiG7cThqOf0/v3/190x127.jpg\" width=\"190\" /><noscript><img alt=\"This Year’s CES Anxiety: Ending Up Like TV Makers\" height=\"127\" src=\"http://media.gotraffic.net/images/iEiG7cThqOf0/v3/190x127.jpg\" width=\"190\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/articles/2015-01-02/ces-2015-this-years-tech-anxiety-is-ending-up-like-tv-makers#r=lr-sr\">This Year’s CES Anxiety: Ending Up Like TV Makers</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/french-economist-thomas-piketty-faces-trial-by-peers\" class=\"thumbnail\" title=\"French Economist Thomas Piketty Faces Trial by Peers\"><img alt=\"Thomas Piketty after a lecture on his book Capital in the Twenty-First Century at the Normal University of Beijing, on Nov. 15.\" height=\"127\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://images.bwbx.io/cms/2015-01-02/0102-piketty-970x647-190x127.jpg\" width=\"190\" /><noscript><img alt=\"Thomas Piketty after a lecture on his book Capital in the Twenty-First Century at the Normal University of Beijing, on Nov. 15.\" height=\"127\" src=\"http://images.bwbx.io/cms/2015-01-02/0102-piketty-970x647-190x127.jpg\" width=\"190\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/articles/2015-01-02/french-economist-thomas-piketty-faces-trial-by-peers#r=lr-sr\">French Economist Thomas Piketty Faces Trial by Peers</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/why-you-should-care-about-greece-again\" class=\"thumbnail\" title=\"Why You Should Care About Greece Again\"><img alt=\"Riot police carry shields past tourists outside the Parliament following a final vote by lawmakers for a new Greek president in Athens on Dec. 29, 2014\" height=\"127\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://media.gotraffic.net/images/ifWO1z4e5wmE/v3/190x127.jpg\" width=\"190\" /><noscript><img alt=\"Riot police carry shields past tourists outside the Parliament following a final vote by lawmakers for a new Greek president in Athens on Dec. 29, 2014\" height=\"127\" src=\"http://media.gotraffic.net/images/ifWO1z4e5wmE/v3/190x127.jpg\" width=\"190\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/articles/2015-01-02/why-you-should-care-about-greece-again#r=lr-sr\">Why You Should Care About Greece Again</a></h4>\n</li>\n<li>\n<a href=\"http://www.businessweek.com/articles/2015-01-02/white-castle-introduces-veggie-sliders\" class=\"thumbnail\" title=\"White Castle Now Serves Veggie Sliders, but Will Anyone Eat Them?\"><img alt=\"White Castle Now Serves Veggie Sliders, but Will Anyone Eat Them?\" height=\"127\" class=\"lazy\" src=\"/assets/grey.gif\" data-original=\"http://media.gotraffic.net/images/ivtLu3LapbUM/v3/190x127.jpg\" width=\"190\" /><noscript><img alt=\"White Castle Now Serves Veggie Sliders, but Will Anyone Eat Them?\" height=\"127\" src=\"http://media.gotraffic.net/images/ivtLu3LapbUM/v3/190x127.jpg\" width=\"190\" /></noscript></a>\n<h4><a href=\"http://www.businessweek.com/articles/2015-01-02/white-castle-introduces-veggie-sliders#r=lr-sr\">White Castle Now Serves Veggie Sliders, but Will Anyone Eat Them?</a></h4>\n</li>\n</ul>\n</div>\n\n\n<div class='module advertisement rectangle'>\n<div class='gpt_ads_slot' id='circ_right'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 123], [1, 1]]' data-original-position='circ_right' data-position='circ_right' data-pt='t2' data-size='300x123,1x1' data-tile='5' data-tz='circ_right'></div>\n</div>\n\n</div>\n<div class='clearfix module' id='google_ads'>\n<h3>Ads by Google</h3>\n<ul></ul>\n</div>\n\n<div class='module advertisement rectangle'>\n<div class='gpt_ads_slot' id='right3'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 250], [1, 1]]' data-original-position='right3' data-position='right3' data-pt='t2' data-size='300x250,1x1' data-tile='6' data-tz='right3'></div>\n</div>\n\n</div>\n<div class='module' id='dianomi'>\n<h3>Sponsored Financial Commentaries</h3>\n<iframe height='250' src='http://www.smartlinks.dianomi.com/smartads.epl?id=1524' width='300'></iframe>\n</div>\n\n<div class='module' data-cid='3838-3459469477' id='bw_mall'>\n<h3>Sponsored Links</h3>\n<div class='bw_mall_ads'></div>\n<p><a href=\"http://www.industrybrains.com/businessweek/\" class=\"buy_link\" rel=\"nofollow\">Buy a link now!</a></p>\n</div>\n\n<div id='bottom_ads'>\n<div class='bottom_ad1'>\n<div class='gpt_ads_slot' id='bottom1'>\n<div class='gpt_ad_container' data-gpt-size='[[120, 60], [1, 1]]' data-original-position='bottom1' data-position='bottom1' data-pt='t2' data-size='120x60,1x1' data-tile='7' data-tz='bottom1'></div>\n</div>\n\n</div>\n<div class='bottom_ad2'>\n<div class='gpt_ads_slot' id='bottom2'>\n<div class='gpt_ad_container' data-gpt-size='[[120, 60], [1, 1]]' data-original-position='bottom2' data-position='bottom2' data-pt='t2' data-size='120x60,1x1' data-tile='8' data-tz='bottom2'></div>\n</div>\n\n</div>\n<div id='text_bottom_ad'>\n<div class='gpt_ads_slot' id='bottom'>\n<div class='gpt_ad_container' data-gpt-size='[[300, 200], [1, 1]]' data-original-position='bottom' data-position='bottom' data-pt='t2' data-size='300x200,1x1' data-tile='9' data-tz='bottom'></div>\n</div>\n\n</div>\n</div>\n\n\n</div>\n</div>\n<div class='bottom_container clearfix'>\n<div class='bottom_column primary'>\n\n</div>\n<div class='bottom_column rail'>\n\n</div>\n</div>\n\n\n\n<div class='clearfix' id='footer'>\n<div class='social module'>\n<h3>Social</h3>\n<ul>\n<li class='twitter'>\n<a href=\"http://twitter.com/BW\">Follow us on Twitter</a>\n</li>\n<li class='fb'>\n<a href=\"http://facebook.com/Bloombergbusinessweek/\">Join us on Facebook</a>\n</li>\n<li class='linked_in'>\n<a href=\"http://www.linkedin.com/company/businessweek\">Connect with us on LinkedIn</a>\n</li>\n<li class='google_plus'>\n<a href=\"https://plus.google.com/102524048968901635455\" rel=\"publisher\">Connect with us on Google+</a>\n</li>\n<li class='subscribe last'>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">Subscribe to Bloomberg Businessweek</a>\n</li>\n<li class='bloomberg_logo last ir'>\n<a href=\"http://www.bloomberg.com\" target=\"_blank\">Bloomberg</a>\n</li>\n</ul>\n</div>\n<div class='links module clearfix'>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://bloomberg.com/company\">Our Company</a></li>\n<li><a href=\"http://www.bloomberg.com/now/bloomberg-news-mission-statement/\">News Mission</a></li>\n<li><a href=\"http://bloombergmedia.com\">Advertising</a></li>\n<li><a href=\"http://bloomberg.com/careers\">Careers</a></li>\n<li><a href=\"http://www.bloomberg.com/contentlicensing\">Content Licensing</a></li>\n<li><a href=\"http://www.businessweek.com/contact\">Feedback</a></li>\n<li><a href=\"http://www.businessweek.com/adsections/\">Custom Publishing</a></li>\n<li><a href=\"http://www.businessweek.com/manage-subscription\">Manage Subscription</a></li>\n</ul>\n<ul class='last'>\n<li><a href=\"http://www.businessweek.com/mobile\">Mobile</a></li>\n<li><a href=\"https://secure.businessweek.com/newsletters/sign-up\">Newsletters</a></li>\n<li><a href=\"http://www.businessweek.com/privacy\">Privacy Policy</a></li>\n<li><a href=\"http://reprints.ygsgroup.com/m/bloombergbusinessweek\">Reprints &amp; Permissions</a></li>\n<li><a href=\"http://www.businessweek.com/sitemap.htm\">Sitemap</a></li>\n<li><a href=\"http://www.businessweek.com/terms\">Terms of Use</a></li>\n<li><a href=\"javascript:void(0)\" class=\"opinion-lab\">[+] Rate This Page</a></li>\n<li><a href=\"http://www.businessweek.com/sponsor-content-terms\">Sponsor Content Terms</a></li>\n</ul>\n</div>\n<div class='current_issue module clearfix'>\n<h3>Get Businessweek Delivered</h3>\n<a class='cover_image_thumbnail' href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">\n<img alt=\"The Good Business Issue\" height=\"155\" src=\"http://images.bwbx.io/cms/2014-12-23/bbw_good_business_issue_122914.jpg\" width=\"110\" />\n</a>\n<h6>\n<a href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">The Good Business Issue</a>\n</h6>\n<a class='subscribe_button' href=\"https://subscribe.businessweek.com/servlet/OrdersGateway?cds_mag_code=BWK&amp;cds_page_id=160308\">Subscribe</a>\n</div>\n<div class='copyright'>\n<p>\n<span>©2015 Bloomberg L.P. All Rights Reserved. Made in NYC</span>\n<span class='ad_choice'>\n<a href=\"http://www.businessweek.com/privacy#advertisements\">Ad Choices\n<span class='icons-ad_choice'></span>\n</a></span>\n</p>\n</div>\n</div>\n\n\n\n\n</div>\n\n<script src=\"http://static.btrd.net/assets/gpt_ads-17bd6d266c9884f927d44c22606dea3e.js\" type=\"text/javascript\"></script>\n<script src=\"http://static.btrd.net/assets/application-fc306c584a33fa24888a4729dca180a2.js\" type=\"text/javascript\"></script>\n<script>\n  var _gaq=[[\"_setAccount\",\"UA-11413116-6\"],[\"_trackPageview\"],[\"_trackPageLoadTime\"]];\n  (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;\n  g.src=(\"https:\"==location.protocol?\"//ssl\":\"//www\")+\".google-analytics.com/ga.js\";\n  s.parentNode.insertBefore(g,s)}(document,\"script\"));\n</script>\n\n<script src=\"http://static.btrd.net/assets/jquery.bloomberg_hat-7c768497a3670c3f9da1b9420a9c3801.js\" type=\"text/javascript\"></script>\n<script src=\"http://static.btrd.net/assets/jquery.truste-consent-1f59258579d7f178906f4d9042377f96.js\" type=\"text/javascript\"></script>\n\n\n<link href=\"http://cdn.gotraffic.net/projector/latest/bvp.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" /><script src=\"http://cdn.gotraffic.net/projector/latest/video.js\" type=\"text/javascript\"></script>\n<script>\n  googletag.cmd.push(function() { googletag.display('header-companion-ad'); });\n</script>\n<script>\n  try {\n    $(window).load(function() {\n      $('.branding_hat').bloomberg_hat({ 'active_link':'businessweek'}, function(){\n        BLOOMBERG.bw_user.init_sign_in_box();\n      }); //create the hat, all markup is in the jquery plugin file\n  \n    $.each(\n      $('.lazy'), function(index, value){ \n        $(value).attr('src', $(value).attr('data-original')); \n      }\n    );\n  \n    });\n  } catch(err){}\n  \n  try {\n    var tracking_code = window.location.hash.match(/#r=[a-zA-Z_-]*/);\n    if (tracking_code != null && tracking_code != \"\" && tracking_code.length > 0)\n      _gaq.push(['_trackEvent', tracking_code[0], document.referrer, location.href]);\n  } catch(err){}\n  \n  // Lazy load navigation submenus, see also layouts/_navigation\n  $('#global_nav').ready(function() {\n    var params = window.location.href.split('?');\n    if (params.length == 2) {\n      pass_along_params = \"?\" + params[1];\n    } else {\n      pass_along_params = \"\";\n    }\n    $(window).load(function() {\n      if ($('body').hasClass(\"admin\") == false) {\n        $.ajax({\n          url: '/layout/navigation'+pass_along_params,\n          dataType: \"html\",\n          success: function(data) {\n            $('#global_nav').replaceWith(data);\n            BLOOMBERG.event_track.linkTrack();\n          }\n        });\n      }\n    });\n  });\n</script>\n<script>\n  $(window).load(function() {\n    BLOOMBERG.track_event('Inline Related Links', 'View'); \n  });\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n<script>\n  function disqus_config() {\n    this.callbacks.onNewComment = [function() { trackComment(); }];\n  };\n  \n  function trackComment(){\n    var tracking_img_src = \"http://analytics.bloomberg.com/images/analytics-bw/dot1.gif?id=5ca70b7a-86e6-11e4-9c0e-d8d385601e40&pub_date=2014-12-22 09:54:09 -0500&type=story&activity_type=discussed&uri=/,/markets-and-finance,/markets-and-finance/investing,/authors/54947-allison-schrager\";\n    $('body').append('<img src=\"'+tracking_img_src+'\" style=\"visibility:hidden;\" />');\n  };\n  \n  var disqus_shortname  = \"bwbeta\";\n  var disqus_identifier = \"5ca70b7a-86e6-11e4-9c0e-d8d385601e40\";\n  var disqus_title      = \"Cuomo\\'s Cap on Hedge Funds in Pensions Solves Only Part of the Problem\";\n  var disqus_developer  = 0;\n  var disqus_url        = \"http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem\" ;\n  \n  /* * * DON'T EDIT BELOW THIS LINE * * */\n  $(window).load(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n    dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n  });\n</script>\n<div id='BF_WIDGET_1'>&nbsp;</div>\n\n<!-- BEGIN DISQUS -->\n<a class='dsq-brlink' href=\"http://disqus.com\" title='blog comments powered by'>\nblog comments powered by\n<span class='logo-disqus'>\nDisqus\n</span>\n</a>\n<!-- END DISQUS -->\n\n<script>\n  $(window).bind(\"load\", function() {\n      var tracking_img_src = \"http://analytics.bloomberg.com/images/analytics-bw/dot1.gif?id=5ca70b7a-86e6-11e4-9c0e-d8d385601e40&pub_date=2014-12-22 09:54:09 -0500&type=story&activity_type=read&uri=/,/markets-and-finance,/markets-and-finance/investing,/authors/54947-allison-schrager\";\n      $('body').append('<img src=\"'+tracking_img_src+'\" style=\"visibility:hidden;\" />');\n  });\n</script>\n\n<script>\n  $(window).load(function(){\n    BLOOMBERG.bw_core.deferred_load_js(\"http://static.btrd.net/onlineopinionV5/oo_engine.min.js\");\n  });\n</script>\n<script>\n  __reach_config = { \n    pid: '530523d097b0c9220a00000b', \n    title: \"Cuomo's Cap on Hedge Funds in Pensions Won't Solve the Real Problem - Businessweek\", \n    url: 'http://www.businessweek.com/articles/2014-12-22/cuomos-cap-on-hedge-funds-in-pensions-wont-solve-the-real-problem', \n    date: '2014-12-22T09:54:09-05:00', \n    authors: [\"Allison Schrager\"], \n    channels: [\"markets_and_finance\"], \n    tags: [\"\"], \n    iframe: true, \n    ignore_errors: false, \n  }; \n  \n  (function(){ \n    var s = document.createElement('script'); \n    s.async = true; \n    s.type = 'text/javascript'; \n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js'; \n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s); \n  })();\n</script>\n<div id='parsely-root' style='display: none'>\n<div data-parsely-site='businessweek.com' id='parsely-cfg'></div>\n</div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n<script>\n  $(window).load(function() {\n    var REMOTE = \"https://secure.businessweek.com\";\n  \n    var xhr = new easyXDM.Rpc({\n        local: \"/easyxdm/name.html\",\n        swf: REMOTE + \"/easyxdm/easyxdm.swf\",\n        remote: REMOTE + \"/easyxdm/cors/\",\n        remoteHelper: REMOTE + \"/easyxdm/name.html\"\n    }, {\n        remote: {\n            request: {}\n        }\n    });\n  \n    BLOOMBERG.bw_user.ajax_sign_on = function(form) {\n  \n      $(\".report_error\").remove();\n      form.find('input').removeClass(\"error\");\n  \n      request = {\n          url: \"https://secure.businessweek.com/login\",\n          method: \"POST\",\n          data: {\n                  email : $('#new_user_form #user_form_email').val(),\n                  password : $('#new_user_form #user_form_password').val(),\n                  remember_me : $('#new_user_form #user_form_remember_me').val()\n          }\n      }\n  \n      var responseHandler = function(response) {\n          var json = easyXDM.getJSONObject().parse(response.data);\n          if (json.message == \"success\") {\n            $('.sign_in_frame').fadeOut(\"fast\", function() {BLOOMBERG.bw_user.replace_with_username('#sign_in')});\n          }\n      };\n  \n      var errorHandler = function(error) {\n          var json = easyXDM.getJSONObject().parse(error.data.data);\n          if(json.message == \"migrate\"){\n             window.location = json.url;\n          } else {\n            $(\"<span class='report_error'>\"+json.message+\"</span>\").insertBefore($(\"#user_form_email\"));\n            $('#new_user_form input').addClass(\"error\");\n          }\n      };\n      xhr.request(request, responseHandler, errorHandler);\n    };\n  });\n</script>\n<script>\n  $(\".facebook_button\").bind('click', function(e) {\n    e.preventDefault();\n    FB.login(function(response) {\n      if(response && response.status == 'connected' ){\n        login_with_facebook();\n      }\n     }, {scope: 'email'});\n  });\n  \n  $(\".facebook_link_button\").bind('click', function(e) {\n    e.preventDefault();\n    FB.login(function(response) {\n      if(response && response.status == 'connected' ){\n        link_account(response);\n      }\n     }, {scope: 'email'});\n  });\n  \n  function show_protected_content(){\n    $(\"#facebook_wall\").hide();\n    $('.protected_content').removeClass('protected_content');\n    if ( $('body').hasClass('article_old_article')){\n      $('body.article_old_article #story_body div.unprotected_content').remove();\n      $('body.article_old_article #story_body p.sign_in').remove();\n    }\n  };\n  \n  function login_with_facebook() {\n  \n    var REMOTE = \"https://secure.businessweek.com\";\n  \n    var xhr = new easyXDM.Rpc({\n        local: \"/easyxdm/name.html\",\n        swf: REMOTE + \"/easyxdm/easyxdm.swf\",\n        remote: REMOTE + \"/easyxdm/cors/\",\n        remoteHelper: REMOTE + \"/easyxdm/name.html\"\n    }, {\n        remote: {\n            request: {}\n        }\n    });\n  \n    request = {\n        url: \"https://secure.businessweek.com/auth/facebook/callback\",\n        method: \"GET\",\n        data: {\n        referrer_url : window.location.href\n        }\n    }\n  \n    var responseHandler = function(response) {\n        reg_enabled = \"true\";\n        if (reg_enabled == \"true\"){\n          $('.sign_in_frame').html('<span class=\"success\">Success!</span>');\n          $('#sign_in a.opened').removeClass('opened');\n          $('.sign_in_frame').fadeOut(\"fast\", function() {BLOOMBERG.bw_user.replace_with_username('#sign_in')});\n          if ($('body').hasClass('registration')){\n            var json_response = easyXDM.getJSONObject().parse(response.data)\n            window.location = json_response.url;\n          }\n        }\n    };\n  \n    var errorHandler = function(error) {\n    };\n    xhr.request(request, responseHandler, errorHandler);\n  };\n  \n  function link_account(facebook_user) {\n    $.ajax({\n      type: \"POST\",\n      data: facebook_user,\n      dataType: \"json\",\n      url: \"https://secure.businessweek.com/users/link-account\",\n      success: function(response) {\n        $('.facebook_account').html('<a href=\"http://www.businessweek.com/users/unlink-account\" class=\"unlink_facebook\"> Unlink your facebook account</a>');\n        $(\".unlink_facebook\").bind('click', function(e) {\n          e.preventDefault();\n          BLOOMBERG.bw_user.unlink_account(e);\n        });\n      },\n      error: function(response){\n        $('.errors').append(JSON.parse(response.responseText)[\"message\"]);\n      }\n    });\n  }\n</script>\n<script>\n  $(window).load(function() {\n    if ($.fn.trusteConsent) {\n      $(\"#consent-track\").trusteConsent({\n        consentButton: \"span#consent-track-image\",\n        closeButton: \"a.close-consent-track\",\n        domain: \"businessweek.com\",\n        footerCallback: function() {\n          var $links = $(\"#footer ul\");\n          $links.find(\"li\").last().attr(\"class\", \"\"); // remove class from last el\n          $links.append('<li class=\"last\"><a href=\"#consentManager\">Cookie Preferences</a></li>');\n          return $links.last();\n        }\n      });\n    }\n  }\n  );\n</script>\n<script src=\"http://content.dl-rms.com/rms/mother/516/nodetag.js\" type=\"text/javascript\"></script>\n<script>\n  $(window).load(function(){\n    var script_tag = document.createElement('SCRIPT');\n    script_tag.src = \"http://static.btrd.net/foresee/foresee-trigger.js\";\n    script_tag.type = \"text/javascript\";\n    document.body.appendChild(script_tag);\n  });\n</script>\n<script>\n  $(window).load(function(){\n     if(true == true){\n        BLOOMBERG.bw_user.show_reg();\n     }\n  });\n</script>\n\n<!-- BEGIN DISQUS COMMENTS COUNT -->\n<script>\n  var disqus_shortname  = \"bwbeta\";\n  var disqus_developer  = 0;\n  var s = document.createElement('script'); s.async = true;\n  s.type = 'text/javascript';\n  s.src = ('https:' == document.location.protocol ? 'https://' : 'http://')  + disqus_shortname + '.disqus.com/count.js';\n  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n</script>\n<!-- END DISQUS COMMENTS COUNT -->\n\n\n<script src=\"http://static.btrd.net/assets/interstitial-024ac073073e2eed55f3891bb6d35cbf.js\" type=\"text/javascript\"></script>\n<div id='showInterstitial'>\n<div id='backgroundInterstitial'></div>\n<div id='intro_ad_header'>\n<div id='skip_ad'>\n<a class='skip-ad' onclick='disableInterstitial(); return false;'>Continue to Businessweek</a>\n</div>\n</div>\n<div id='intro_ad'>\n<div id='ad-interstitial'>\n<script>\n  var interstitialStatus = 0;\n  hideIntroAd();\n</script>\n<script>\n  if (show_interstitial_ad()) {\n    var site = AD_SITE+AD_SUB_SITE+AD_ZONE;\n    var noad = 0;\n    var size = \"640x480\";\n    var url  = (window.location.pathname == undefined) ? \"/\" : \"\"+window.location.pathname;\n    var tile = 1;\n    var dcopt  = (parseInt(tile) == 1) ? \"ist\" : \"\";\n    var keyword = (AD_KEYWORD != \"\") ? AD_KEYWORD : \"\";\n    var tz = \"interstitial\";\n    var pt = \"t2\";\n    googletag.cmd.push(function() {\n      var slot = googletag.defineSlot('/' + GPT_NETWORK_ID + '/' + site, [640, 480], \"ad-interstitial\");\n      slot.addService(googletag.pubads());\n      slot.setTargeting(\"sz\", size);\n      slot.setTargeting(\"url\", url);\n      slot.setTargeting(\"tile\", tile);\n      slot.setTargeting(\"dcopt\", dcopt);\n      slot.setTargeting(\"keyword\", keyword);\n      slot.setTargeting(\"page\", pt);\n      slot.setTargeting(pt, tz);\n      googletag.enableServices();\n      googletag.cmd.push(function() { googletag.display(\"ad-interstitial\") });\n    });\n  }\n</script>\n</div>\n</div>\n</div>\n\n<!-- BEGIN COMSCORE -->\n<script>\n  BBBW_comScore.params = {\"bb_groupid\":\"\",\"bb_c_type\":\"www story\",\"bb_attributor\":\"\",\"bb_pub_d\":\"20141222\",\"bb_cg_1\":\"Markets & Finance\",\"bb_cg_2\":\"Investing\",\"bb_cg_3\":\"Cuomo's Cap on Hedge Funds in Pensions Solves Only Part of the Problem\",\"bb_author\":\"Allison Schrager\",\"content_goognews\":\"0\"};\n  if (_BUCKET != \"\" && _BUCKET_GROUP != \"\"){\n    BBBW_comScore.params['bb_bucket']       = _BUCKET;\n    BBBW_comScore.params['bb_bucket_group'] = _BUCKET_GROUP;\n  }\n  BBBW_comScore.track();\n  BBBW_comScore.write_cookie(comScore_track_key,\"\",-1);\n</script>\n<noscript>\n<p>\n<img alt='*' height='1' src='http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=3005059' width='1'>\n</p>\n</noscript>\n<!-- END COMSCORE -->\n\n<!-- Chartbeat Monitoring -->\n<script>\n  var _sf_async_config= {uid: 15087, domain: \"www.businessweek.com\"};\n  _sf_async_config.useCanonical = true;\n  \n  _sf_async_config.sections = \"Markets & Finance\";\n  _sf_async_config.authors = \"Allison Schrager\";\n  \n  \n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n        ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") + \"static.chartbeat.com/js/chartbeat_pub.js\");\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n\n\n<!-- Last Update: 2015-01-03 01:03:32 -0500 -->\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/chinese_article.html",
    "content": "<!DOCTYPE html\n  PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"zh-Hans\" lang=\"zh-Hans\">\n   <head>\n      <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      \n      <title>港特首梁振英就住宅违建事件道歉 - BBC中文网 - 两岸三地</title>\n      <meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\" />\n      <meta http-equiv=\"content-language\" content=\"zh-Hans\" />\n      <meta http-equiv=\"content-script-type\" content=\"text/javascript\" />\n      <meta http-equiv=\"imagetoolbar\" content=\"no\" />\n      <link rel=\"schema.dc\" href=\"http://purl.org/dc/elements/1.1/\" />\n      <link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\" />\n      <meta name=\"dc.language\" content=\"zh-Hans\" />\n      <meta name=\"dc.publisher\" content=\"British Broadcasting Corporation\" />\n      <meta name=\"dc.identifier\"\n            content=\"http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" />\n      <meta name=\"dcterms.created\" content=\"2012-12-10T09:24:01+00:00\" />\n      <meta name=\"dcterms.modified\" content=\"2012-12-10T10:41:47+00:00\" />\n      <meta name=\"description\" content=\"香港行政长官梁振英在各方压力下到立法会接受质询，就其大宅的违章建筑问题道歉。\" />\n      <meta name=\"keywords\" content=\"香港, 梁振英, 行政长官, 特首, 山顶, 违章, 违例, 违法, 非法, 建筑, 僭建, 立法会\" />\n      <meta name=\"news_keywords\"\n            content=\"香港, 梁振英, 行政长官, 特首, 山顶, 违章, 违例, 违法, 非法, 建筑, 僭建, 立法会\" />\n      <meta name=\"generator\" content=\"Topcat2\" />\n      \r\n\t\r\n\t\t\r\n\t\r\n\r\n\r\n\t\r\n\r\n\t\r\n\r\n\t\t\r\n\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\n\t\r\n\r\n\t\t\r\n\r\n\t\r\n\t\t\r\n\t\r\n\t\r\n\n\n\n\t\n\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\n\n\n\n\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\t\n\t\t\n\t\n\n\r\n\t\r\n\r\n\n\t\n\n\t\n\t\t\n\t\n\r\n\n\n\n\n\n\n\r\n\n\n \r\n\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n<!-- /* includes legend */ -->\r\n\r\n<!-- \r\n\tws\t- worldservice\r\n\tv\t- vocab\r\n\tc\t- config\r\n\tu\t- url\r\n\t\r\n\tac\t- audio console\r\n\tcf\t- contact form\r\n\tdt\t- document tools\r\n\tesf - email subscribe form\r\n\tls\t- livestats\r\n\tlt\t- livetext\r\n\tstf\t- send to friend form\r\n-->\r\n\r\n<!--  vocab and config for includes -->\r\n\r\n<!-- \t/* site config */ -->\r\n\t <!-- e.g. same as tc2_config.xml  -->\r\n\t <!-- e.g. same as tc2_config.xml  -->\r\n\t <!-- BBCTurkce.com -->\r\n\t <!-- e.g. /nepali -->\r\n\t <!-- e.g. BBCBrasil.com - RSS -->\r\n\r\n<!-- \t/* contact us config */ -->\r\n\t <!-- Localised error page TC2 -->\r\n\t <!-- Localised success page TC2 -->\r\n\t <!-- e.g. nepali@bbc.co.uk -->\r\n\t <!-- Max characters -->\r\n\t\r\n<!-- \t/* contact us vocab */ -->\r\n     <!-- Contact Us -->\r\n\t <!-- Your Feedback -->\r\n\t <!-- Your Contact Details -->\r\n\t <!-- Indicates required fields -->\r\n\t <!-- Name -->\r\n\t <!-- Town, Country -->\r\n\t <!-- Your email address -->\r\n\t <!-- Telephone -->\r\n\t <!-- Your Message -->\r\n\t <!-- Comment -->\r\n\t <!-- (X maximum characters) -->\r\n\t <!-- Disclaimer -->\r\n\t <!-- The disclaimer -->\r\n\t <!-- Clear -->\r\n\t <!-- Submit -->\r\n\r\n\r\n<!-- \t/* email subscribe config */ -->\r\n\t <!-- Localised success page TC2 ****** -->\r\n\r\n<!-- \t/* email subscribe vocab */ -->\r\n\t <!-- e.g. BBCBrasil.com e-mail newsletter ***** -->\r\n\t <!-- Subscribe e-mail newsletter info -->\r\n\t <!-- Sign-up to email news info -->\r\n\t <!-- Indicates required fields -->\r\n\t <!-- Type your email address in the field below -->\r\n\t <!-- Your comment -->\r\n\t <!-- Your email -->\r\n\t <!-- Now select Plain text or HTML info -->\r\n\t <!-- Plain text **************** -->\r\n\t <!-- HTML -->\r\n\t <!-- Select \"Subscribe\" and then press \"Send\" -->\r\n\t <!-- Subscribe label -->\r\n\t <!-- Submit -->\r\n\t <!-- Confirm your request info -->\r\n\t <!-- How to unsubscribe -->\r\n\t\r\n\t <!-- Cancel label -->\r\n\r\n\r\n<!-- \t/* livetext vocab */ -->\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n     <!-- This page is regularly updated. Please click the Refresh button for the latest content. -->\r\n      <!-- More Updates -->\t\r\n\t\r\n<!-- \t/* ugc vocab */ -->\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n<!-- \t/* document tools config */ -->\r\n\t <!--  width/height e.g. 325x520 -->\r\n\r\n<!-- \t/* document tools vocab */ -->\r\n\t <!-- Send to a friend -->\r\n\t <!-- Print page -->\r\n\t <!-- Back to top link -->\r\n\t <!-- Click cta -->\t\r\n\r\n<!-- \t/* top stories config */ -->\r\n   <!-- Num of headlines to show -->\r\n    \r\n<!-- \t/* top stories vocab */ -->\r\n\t <!-- Top Stories -->\r\n\r\n<!-- \t/* topic stories config */ -->\r\n     <!-- Num of headlines to show -->\r\n\r\n<!-- \t/* topic stories vocab */ -->\r\n  \r\n  \r\n\r\n<!-- \t/* livestats config */ -->\r\n\t <!-- Livestats service name if not the same as tc2 service name -->\r\n\t <!-- Enable Read Tab -->\r\n\t <!-- Path to most read stats -->\r\n\t <!-- Enable Shared Tab -->\r\n\t <!-- Path to most shared stats -->\r\n\t <!-- Enable Watched/Listened Tab -->\r\n\t <!-- Path to Watched/Listened Tab stats -->\r\n\t <!-- Add Genres here, comma seperated, to exclude from livestats  -->\r\n\r\n<!-- \t/* livestats vocab */ -->\r\n\t <!-- Most Popular Now -->\r\n\t <!-- Most Read -->\r\n\t <!-- Read tab -->\r\n\t <!-- Shared tab ***************** -->\r\n\t <!-- Watched/Listened tab -->\r\n\t\r\n\r\n<!-- \t/* rss feeds vocab */ -->\r\n\t <!-- RSS -->\r\n\t <!-- What is RSS? -->\r\n\r\n\r\n<!-- \t/* audio console config */ -->\r\n\t <!--  Localised success page TC2 -->\r\n\t <!--  Localised success page TC2 -->\r\n\r\n<!-- \t/* audio console vocab */ -->\r\n     <!-- Title -->\r\n\t <!-- Having trouble listening to this audio? -->\r\n\t <!-- Get the latest Flash Player -->\r\n\t <!-- Play in Real Player or Windows Media Player -->\r\n\t\r\n\r\n<!-- \t/* send to friend config */ -->\r\n\t <!-- Localised privacy page TC2 -->\r\n\t <!-- Localised faq page TC2 -->\r\n\t <!-- Localised accessibility page TC2 -->\r\n\t <!-- Max characters -->\r\n\t\r\n<!-- \t/* send to friend vocab */ -->\r\n\t <!-- Title -->\r\n\t <!-- Send the page: -->\r\n\t <!-- indicates compulsory fields. -->\r\n\t <!-- To: -->\r\n\t <!-- To email address -->\r\n\t <!-- From: -->\r\n\t <!-- Your name -->\r\n\t <!-- Your email address -->\r\n\t <!-- Your message -->\r\n\t <!-- SEND -->\r\n\t <!-- (X maximum characters) -->\r\n\t <!-- Email a friend disclaimer -->\r\n\t <!-- The disclaimer -->\r\n\t <!-- Privacy Statement -->\r\n\t <!-- Find out more about the BBC's e-mail a friend service in our -->\r\n\t <!-- frequently asked questions -->\r\n\t <!-- Accessibility Links -->\r\n\t <!-- Accessibility help -->\r\n\t <!-- Submission sent -->\t\r\n\t <!-- Submission failed -->\r\n\t <!-- Back to form -->\t\r\n\r\n<!-- \t/* rolling news config */ -->\r\n\t <!-- publishing location from root: e.g. /gel/rolling_news -->\r\n\t <!-- TC2 genre for rolling news -->\r\n\t <!-- Num of headlines to show -->\r\n  \r\n  <!-- \t/* rolling news vocab */ -->\r\n\t <!-- Title -->\r\n\t <!-- Sub Title -->\r\n\t <!-- Disclaimer -->\r\n\t <!-- See Latest -->\r\n\r\n\r\n  <!-- business data -->\r\n  \r\n  \t\r\n  <!-- market data -->\r\n  \r\n  \r\n  \r\n  \t\t\t\t\r\n  \r\n  \r\n  \r\n  \t\t\t\r\n\r\n  <!-- for each market comparison, provide a code and (optional) title  -->\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n   \r\n  \r\n  \r\n  \r\n  \r\n  \r\n   \r\n  \r\n    \r\n  \r\n   \r\n  \r\n   \r\n  \r\n   \r\n  \r\n  \r\n  \r\n  \r\n  \r\n   \r\n  \r\n   \r\n  \r\n  \r\n  \r\n  \r\n\r\n  \r\n  <!--  override currency names -->\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  <!-- \t/* weather config */ -->\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n  \r\n  \r\n  \r\n\r\n  <!-- \t/* weather vocab */ -->\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n    \r\n  <!-- \t/* weather module setup */ -->\r\n    <!-- onecity or multicity -->\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n  <!-- /* pulse survey setup */ -->\r\n   <!-- Add genres here, comma separated  -->\r\n\r\n  <!-- /* blq translations head */-->\r\n  \r\n  \t\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n\r\n<script type=\"text/javascript\">//<![CDATA[\r\n//call before barlesque for ads\r\nwsads = {\r\n\r\n \r\n\t\r\n\t  \r\n\tqueryString: '',\r\n\treferrer: '(none)',\r\n\tsection: 'Hong_Kong',\r\n\tservice: 'chinese_simplified',\r\n\tstoryId: '21643157',\r\n\tdocumentType: 'story',  \r\n\turi: '/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml',\r\n\tisMobile: null\r\n}\r\n//]]>\r\n</script>\r\n\r\n\n                                            <!-- Glow cachebust:    \n                -->       <!-- Barlesque 2.59.4 -->      \n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\" />  \n  <link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\" />  <link rel=\"index\" href=\"http://www.bbc.co.uk/a-z/\" title=\"A to Z\" /> <link rel=\"copyright\" href=\"http://www.bbc.co.uk/terms/\" title=\"Terms of Use\" /> <link rel=\"icon\" href=\"http://www.bbc.co.uk/favicon.ico\" type=\"image/x-icon\" />  <meta name=\"viewport\" content=\"width = 996\" /> \n\n<script type=\"text/javascript\">/*<![CDATA[*/\nwindow.orb = window.orb || {};\n(function() {\n    'use strict';\n    window.fig = window.fig || {};\n    window.fig.manager = {\n                include: function(w) {\n            w = w || window;\n            var d = w.document,\n                c = d.cookie,\n                f = c.match(/ckns_orb_fig=([^;]+)/);\n\n            if ( !f && c.indexOf('ckns_orb_nofig=1') > -1 ) {\n                this.setFig(w, {no:1});\n            }\n            else {\n                if (f) {\n                    eval('f = ' + decodeURIComponent(RegExp.$1) + ';')\n                    this.setFig(w, f);                  \n                }\n                d.write('<script src=\"http://www.live.bbc.co.uk/frameworks/fig/1/fig.js\"><'+'/script>');\n            }         \n  \n        },\n                confirm: function(w) {\n            w = w || window;\n            if (w.orb && w.orb.fig && w.orb.fig('no')) {\n               this.setFigCookie(w);\n            }\n            \n            if (w.orb === undefined || w.orb.fig === undefined) {\n                this.setFig(w, {no:1});\n                this.setFigCookie(w);\n            }\n        },\n                setFigCookie: function(w) {\n            w.document.cookie = 'ckns_orb_nofig=1; expires=' + new Date(new Date().getTime() + 1000 * 60 * 10).toGMTString() + ';';\n        },\n                setFig: function(w, f){\n            (function(){var o=f;w.orb=w.orb||{};w.orb.fig=function(k){return (arguments.length)? o[k]:o};})();\n        }\n    }\n})();\nfig.manager.include();\n/*]]>*/</script>\n<script type=\"text/javascript\"> fig.manager.confirm(); </script>\n\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/style/main.css\"  />  <link rel=\"stylesheet\" type=\"text/css\" href=\"http://static.bbci.co.uk/bbcdotcom/0.3.215/style/3pt_ads.css\"  />  <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<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<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error(\"Invalid Argument: SignupEnd must be between start and end date\")}removeExpired.call(this,now);if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=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<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){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;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===\" \"){c=c.substring(1,c.length)}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().replace(/\"/g,'\\\\\"')+'\"')+\",\"}}return str.replace(/,\\}/g,\"}\").replace(/,$/g,\"\")}function deserialise(str){var o;eval(\"o = {\"+str+\"}\");return o}})(); /*]]>*/</script>  <script type=\"text/javascript\">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = false; 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<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+\"=\"+t+\";\"+(r?\"domain=\"+r+\";\":\"\")+(x?\"path=\"+x+\";\":\"\")+(p?\"expires=\"+p+\";\":\"\");bbccookies.set(y,true)}}}window.bbccookies={_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},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){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()&&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(r){if(typeof r===\"undefined\"){r=k}if(typeof arguments[0]===\"string\"){var o=arguments[0],q=arguments[1];if(o===\"necessary\"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]===\"object\"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+\"=\"+j(r)+\";domain=bbc.co.uk;path=/;expires=\"+p+\";\");bbccookies.set(e+\"=\"+j(r)+\";domain=bbc.com;path=/;expires=\"+p+\";\");return r}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='<script type=\"text/javascript\" src=\"http://static.bbci.co.uk/frameworks/bbccookies/0.6.3/script/bbccookies.js\"><\\/script>';if(window.bbccookies_flag===\"ON\"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script>      <script type=\"text/javascript\"> if (! window.gloader) { window.gloader = [ \"glow\", {map: \"http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js\"}]; } </script>  <script type=\"text/javascript\" src=\"http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js\"></script>   <script type=\"text/javascript\" src=\"http://static.bbci.co.uk/frameworks/requirejs/0.13.1/sharedmodules/require.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.17.2/modules/istats-1\", \"relay-1\":\"http://static.bbci.co.uk/frameworks/relay/0.2.4/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\"}; require({ baseUrl: 'http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script>      <script type=\"text/javascript\" src=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/script/barlesque.js\"></script>\n  \n<!--[if IE 6]>\n        <script type=\"text/javascript\">\n        try {\n            document.execCommand(\"BackgroundImageCache\",false,true);\n        } catch(e) {}\n    </script>\n        <style type=\"text/css\">\n        /* Use filters for IE6 */\n        #blq-blocks a {\n            background-image: none;\n            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5//img/blq-blocks_white_alpha.png', sizingMethod='image');\n        }\n        .blq-masthead-focus #blq-blocks a,\n        .blq-mast-text-dark #blq-blocks a {\n            background-image: none;\n            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5//img/blq-blocks_grey_alpha.png', sizingMethod='image');\n        }\n        #blq-nav-search button span {\n            background-image: none;\n            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5//img/blq-search_grey_alpha.png', sizingMethod='image');\n        }\n        #blq-nav-search button img {\n            position: absolute;\n            left: -999em;    \n        }\n    </style>\n<![endif]-->\n\n<!--[if (IE 7])|(IE 8)>\n    <style type=\"text/css\">\n        .blq-clearfix {\n            display: inline-block;\n        }\n    </style>\n<![endif]-->\n\n<script type=\"text/javascript\">\n     blq.setEnvironment('live');  if (blq.setLabel) blq.setLabel('searchSuggestion', \"\\u68c0\\u7d22\");  if (! /bbc\\.co\\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script>\n\n  <script type=\"text/javascript\"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { /* We use the pulse survey 70% of the time */ var defaultThreshold = 0.7, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold; w.oqs = w.oqs || {}; w.oqs.usePulseThreshold = (w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\\d.]+)/)? RegExp.$1 : usePulseThreshold); w.oqs.usePulse = (w.Math.random() < w.oqs.usePulseThreshold); if (!w.oqs.usePulse) { /* Please note that this script and it's unminified version are included 3 times in the Barlesque code base - one for each Barlesque version */ w.document.write('<script type=\"text/javascript\" src=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/script/vendor/edr.js\"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> \n<!-- ISTATS -->\n\n    \n\n\n\n    \n\n\n\n\n\n\n    <script type=\"text/javascript\"> if (! window.gloader) { window.gloader = [ \"glow\", {map: \"http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js\"}]; } </script>\r\n\r\n    <style type=\"text/css\">.bbccom_display_none{display:none;}</style>\n<script type=\"text/javascript\">\n    /*<![CDATA[*/\n    if (bbcdotcom === undefined) {\n        var bbcdotcom = {\n            data: {},\n            advert: {\n                write: function () {},\n                show: function () {},\n                isActive: function () {\n                    return false;\n                }\n            },\n            objects: function(str) {\n                return false;\n            }\n        };\n    }\n    bbcdotcom.objects = function (strName, action, obj) {\n        var nameParts, i, len;\n        nameParts = strName.split(\".\");\n        if (action === undefined) {\n            action = 'valid';\n        }\n        if (obj === undefined) {\n            obj = window;\n        }\n        for (i = 0, len = nameParts.length; i < len; i++) {\n            if (obj[nameParts[i]] === undefined) {\n                if (action === 'create') {\n                    obj[nameParts[i]] = {};\n                } else {\n                    return false;\n                }\n            } else if (typeof obj[nameParts[i]] === 'function') {\n                if(obj[nameParts[i]]() !== undefined) {\n                    return obj[nameParts[i]]();\n                }\n            }\n            obj = obj[nameParts[i]];\n        }\n        return obj;\n    };\n    bbcdotcom.objects('bbcdotcom.config', 'create');\n    bbcdotcom.config =(function(ads, analytics) {\n        var adsEnabled=ads,\n            analyticsEnabled=analytics,\n            jsPrefix=\"http://static.bbci.co.uk/bbcdotcom/0.3.215/script\",\n            swfPrefix=\"http://static.bbci.co.uk/bbcdotcom/0.3.215/swf\",\n            cssPrefix=\"http://static.bbci.co.uk/bbcdotcom/0.3.215/style\";\n        return {\n            setAdsEnabled: function(enabled) {\n                /* Once it has been disable to not allow it to be enabled */\n                adsEnabled = (adsEnabled !== 0) ? enabled : 0;\n            },\n            isAdsEnabled: function() {\n                return adsEnabled;\n            },\n            setAnalyticsEnabled: function(enabled) {\n                /* Once it has been disable to not allow it to be enabled */\n                analyticsEnabled = (analyticsEnabled !== 0) ? enabled : 0;\n            },\n            isAnalyticsEnabled: function() {\n                return analyticsEnabled;\n            },\n            setJsPrefix: function (prefix) {\n                jsPrefix = prefix;\n            },\n            getJsPrefix: function () {\n                return jsPrefix;\n            },\n            setSwfPrefix: function (prefix) {\n                swfPrefix = prefix;\n            },\n            getSwfPrefix: function () {\n                return swfPrefix;\n            },\n            setCssPrefix: function (prefix) {\n                cssPrefix = prefix;\n            },\n            getCssPrefix: function () {\n                return cssPrefix;\n            }\n        };\n    }(1, 1));\n    bbcdotcom.objects('create', bbcdotcom, 'siteCatalyst');\n    bbcdotcom.siteCatalyst = {\"ch\":\"\",\"cdp\":\"3\",\"ce\":\"UTF-8\"};\n    bbcdotcom.objects('bbcdotcom.stats', 'create');\n    /* Create BBC.adverts skeleton */\n    if (BBC === undefined) {\n        var BBC = {};\n    }\n    if (BBC.adverts === undefined) {\n        BBC.adverts = {\n            setZone: function () {},\n            configure: function () {},\n            write: function () {},\n            show: function () {},\n            isActive: function () {\n                return false;\n            },\n            setScriptRoot: function () {},\n            setImgRoot: function () {},\n            getAdvertTag: function () {},\n            getSectionPath: function() {},\n            showPartnerButtons: function() {}\n        };\n    }\n    (function(){\n        if(typeof require !== 'undefined') {\n            require({\n                paths:{\n                    \"bbcdotcom\":\"http://static.bbci.co.uk/bbcdotcom/0.3.215/script\"\n                }\n            });\n        }\n    })();\n    document.write('<script type=\"text/javascript\" src=\"'+document.location.protocol+'//tps.bbc.com/wwscripts/data\">\\x3C/script>');\n    /*]]>*/\n</script>\n<script type=\"text/javascript\">\n    /*<![CDATA[*/\n    if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') {\n        bbcdotcom.data = {a:0,b:0,c:0};\n    }\n    if (bbcdotcom.data.a == 1) {\n        document.write('<script type=\"text/javascript\" src=\"'+document.location.protocol+'//www.bbc.co.uk/wwscripts/flag\">\\x3C/script>');\n    }\n    /*]]>*/\n</script>                           <script type=\"text/javascript\">         /*<![CDATA[*/\n    if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) {\n                bbcdotcom.data.a = 0;\n    }\n</script>\n\r\n    <!-- BBCDOTCOM template:server-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true showDotcom: true flagpole: ON -->\r\n                                <meta name=\"application-name\" content=\"BBC\"/>\r\n            <meta name=\"msapplication-tooltip\" content=\"Explore the BBC, for latest news, sport and weather, TV &amp; radio schedules and highlights, with nature, food, comedy, children's programmes and much more\"/>\r\n                        <meta name=\"msapplication-starturl\" content=\"http://www.bbc.com/?ocid=global-barlesque-pinned-ie9\"/>\r\n                        <meta name=\"msapplication-window\" content=\"width=1024;height=768\"/>\r\n            <meta name=\"msapplication-task\" content=\"name=BBC Home;action-uri=http://www.bbc.com/?ocid=global-homepage-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n            <meta name=\"msapplication-task\" content=\"name=BBC News;action-uri=http://www.bbc.com/news/?ocid=global-news-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n            <meta name=\"msapplication-task\" content=\"name=BBC Sport;action-uri=http://www.bbc.com/sport/0/?ocid=global-sport-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n            <meta name=\"msapplication-task\" content=\"name=BBC Future;action-uri=http://www.bbc.com/future?ocid=global-future-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n            <meta name=\"msapplication-task\" content=\"name=BBC Travel;action-uri=http://www.bbc.com/travel?ocid=global-travel-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n            <meta name=\"msapplication-task\" content=\"name=BBC Weather;action-uri=http://www.bbc.com/weather/?ocid=global-weather-pinned-ie9;icon-uri=http://static.bbci.co.uk/bbcdotcom/0.3.215/img/favicon_16.ico\" />\r\n\r\n                                            <script type=\"text/javascript\" src=\"http://static.bbci.co.uk/bbcdotcom/0.3.215/script/bbccom.js\"></script>\r\n                        <script type=\"text/javascript\">\r\n                /*<![CDATA[*/\r\n                (function(){\r\n                    var zoneFile = \"3pt_zone_file\";\r\n                    bbcdotcom.objects('page', 'create', bbcdotcom);\r\n                                        \r\n                                        if('undefined' == typeof(bbcdotcom.latest_version)) {\r\n                        BBC.adverts.setScriptRoot(\"http://static.bbci.co.uk/bbcdotcom/0.3.215/script/\");\r\n                    } else {\r\n                        BBC.adverts.setScriptRoot('http://wwwpreview.test.newsonline.tc.nca.bbc.co.uk/js/app/bbccom/' + bbcdotcom.latest_version + '/');\r\n                    }\r\n                    BBC.adverts.setImgRoot(\"http://static.bbci.co.uk/bbcdotcom/0.3.215/img/\");\r\n                    BBC.adverts.init({\r\n                        domain: \"127.0.0.1:8888\",\r\n                        location: window.location.pathname,\r\n                        zoneVersion: zoneFile,\r\n                        zoneAuto: false,\r\n                        siteAuto: false,\r\n                        keywordsAuto: false,\r\n                        zoneReferrer: document.referrer\r\n                    });\r\n                    bbcdotcom.adUnit = 'bbccom.live.site.mobile.news/frameworks_barlesque';                })();\r\n                /*]]>*/\r\n            </script>\r\n                                    \n    \n\r\n\r\n\t\r\n\r\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\t\n\t    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://wscdn.bbc.co.uk/worldservice/styles/core/2/screen/all.css?direction=ltr&script=chinese&service=chinese_simplified&v=523\" />\n\t\n\t\n\t\n\t\n\t\n\t<!--[if lte IE 7]>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wscdn.bbc.co.uk/worldservice/styles/core/2/screen/core_ie6.css?523\" />\n\t<![endif]-->\n\t\n\t<!--[if (IE 7)]>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wscdn.bbc.co.uk/worldservice/styles/core/2/screen/core_ie7.css?523\" />\n\t<![endif]-->\n\t\n\t<!--[if (IE 7)|(IE 8)]>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wscdn.bbc.co.uk/worldservice/styles/core/2/screen/blq_ie.css?523\" />\n\t<![endif]-->\n\n\n<!--  fix print bug -->\n<style type=\"text/css\" media=\"print\">\n.story-body{\n\toverflow:visible;\n}\n</style>\n\n\r\n\r\n\t<script type=\"text/javascript\" src=\"http://wscdn.bbc.co.uk/worldservice/scripts/core/2/core.js?523\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\n\t\r\n    ws.env.serverDate = new Date(2014,01-1, 9, 9,21,54);\r\n    //ws.env.serverEpoch = new Date(%s);    \r\n    ws.env.serverDayOfWeek = '4';\r\n    ws.env.service = 'chinese_simplified';\r\n    ws.env.servicePath = '/zhongwen/simp';\r\n    ws.env.genre = 'chinanews';\r\n    ws.env.documentType = 'story';\r\n    ws.env.isMobile = '(none)';\r\n    ws.env.assetsVersion = '523';\t\r\n    ws.env.showPre = false;\r\n\t \t\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n\t\r\n\t \r\n\t\t\r\n\t\t  \r\n\tws.siteCatalyst = {\r\n\t\tqueryString: '',\r\n\t\treferrer: '(none)',\r\n\t\tsection: 'Hong_Kong',\r\n\t\tservice: 'chinese_simplified',\r\n\t\tsiteVersion: 'gel',\r\n\t\tstoryId: '21643157',\r\n\t\tdocumentType: 'story',  \r\n\t\turi: '/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml',\r\n\t\tisMobile: null\r\n\t}\r\n\tws.ads = {\r\n\t\tqueryString: '',\r\n\t\treferrer: '(none)',\r\n\t\tsection: 'Hong_Kong',\r\n\t\tservice: 'chinese_simplified',\r\n\t\tstoryId: '21643157',\r\n\t\tdocumentType: 'story',  \r\n\t\turi: '/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml',\r\n\t\tisMobile: null\r\n\t}\r\n\t\r\n\t\t\r\n\t\t\r\n\r\n\t\r\n</script>\r\n\r\n\r\n<script>\r\n\t\r\n\t\r\n\t\r\n\tws.flagpole.flastmod.livestats = new Date(2014,01-1, 9, 9,16,58);\r\n\t\r\n\t\r\n\t\r\n\tws.flagpole.flastmod.commodities = new Date(2014,01-1, 9, 9,18,52);\r\n\t\r\n\t\r\n\t\r\n\tws.flagpole.flastmod.currencies = new Date(2014,01-1, 9, 9,19,55);\r\n\t\r\n\t\r\n\t\r\n\tws.flagpole.flastmod.markets = new Date(2014,01-1, 9, 9,20,26);\r\n\t\r\n\tws.flagpole.init();\r\n</script>\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://wscdn.bbc.co.uk/emp/swfobject.js?523\"></script>\r\n\r\n    <script type=\"text/javascript\" src=\"http://www.bbc.co.uk/emp/bump?emp=worldwide\"></script>\r\n\r\n\r\n<!--  logic to check for rss xml -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\r\n\t\r\n\r\n\r\n\t\t\t\r\n\r\n\r\n<!-- do nothing the rss exists -->\r\n\r\n<link href=\"http://www.bbc.co.uk/zhongwen/simp/chinese_news/index.xml\" rel=\"alternate\" type=\"application/atom+xml\" title=\"RSS - 两岸三地\" />\r\n\r\n\t\t\t\r\n\r\n\n<script type=\"text/javascript\" src=\"http://www.google.com/recaptcha/api/js/recaptcha_ajax.js\"></script>\n<link rel=\"stylesheet\" rev=\"stylesheet\" href=\"http://static.bbci.co.uk/id/0.22.1/style/id-cta.css\"/>\n\n\n\n\n\n  \n  \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">//<![CDATA[\n\t\t\t\n\t\t\t\tws.onload(function(){\n\t\t\t\t\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t//]]></script></head>\n   <body id=\"www-bbcchinese-com\" class=\"story genre-chinanews ltr chinese\">\n                       <script type=\"text/javascript\">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.17.2&language=zh-Hans-CN'; if (window.istats_countername) { istatsTrackingUrl = istatsTrackingUrl.replace(/([?&]name=)[^&]+/ig, '$1' + istats_countername); } (function() { if ( /\\bIDENTITY=/.test(document.cookie) ) { istatsTrackingUrl += '&bbc_identity=1'; } var c = (document.cookie.match(/\\bckns_policy=(\\d\\d\\d)/)||[]).pop() || ''; istatsTrackingUrl += '&bbc_mc=' + (c? 'ad'+c.charAt(0)+'ps'+c.charAt(1)+'pf'+c.charAt(2) : 'not_set'); if ( /\\bckns_policy=\\d\\d0/.test(document.cookie) ) { istatsTrackingUrl += '&ns_nc=1'; } var screenWidthAndHeight = 'unavailable'; if (window.screen && screen.width && screen.height) { screenWidthAndHeight = screen.width + 'x' + screen.height; } istatsTrackingUrl += ('&screen_resolution=' + screenWidthAndHeight); istatsTrackingUrl += '&blq_s=3.5&blq_r=3.5&blq_v=worldservice-worldwide'; })(); /*]]>*/</script>  <!-- Begin iStats 20100118 (UX-CMC 1.1009.3) --> <script type=\"text/javascript\">/*<![CDATA[*/ (function() { window.istats || (istats = {}); var cookieDisabled = (document.cookie.indexOf('NO-SA=') != -1), hasCookieLabels = (document.cookie.indexOf('sa_labels=') != -1), hasClickThrough = /^#sa-(.*?)(?:-sa(.*))?$/.test(document.location.hash), runSitestat = !cookieDisabled && !hasCookieLabels && !hasClickThrough && !istats._linkTracked; if (runSitestat && 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=\"&\"+unescape(k[g].substring(m+6))}}document.cookie=e+\"=; expires=\"+new Date(new Date().getTime()-60).toGMTString()+\"; path=\"+a+\"; domain=\"+h}ns_pixelUrl=n;n=ns_pixelUrl+\"&ns__t=\"+(new Date().getTime())+\"&ns_c=\"+((j.characterSet)?j.characterSet:j.defaultCharset)+\"&ns_ti=\"+escape(j.title)+b+\"&ns_jspageurl=\"+escape(f&&f.href?f.href:j.URL)+\"&ns_referrer=\"+escape(j.referrer);if(n.length>2000&&n.lastIndexOf(\"&\")){n=n.substring(0,n.lastIndexOf(\"&\")+1)+\"ns_cut=\"+n.substring(n.lastIndexOf(\"&\")+1,n.lastIndexOf(\"=\")).substring(0,40)}(j.images)?new Image().src=n:j.write('<p><i'+'mg src=\"'+n+'\" height=\"1\" width=\"1\" alt=\"\" /></p>')}; })(); /*]]>*/</script> <noscript><p style=\"position: absolute; top: -999em;\"><img src=\"//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&amp;app_type=web&amp;ml_name=SSI&amp;ml_version=0.17.2&amp;language=zh-Hans-CN&amp;blq_s=3.5&amp;blq_r=3.5&amp;blq_v=worldservice-worldwide\" height=\"1\" width=\"1\" alt=\"\" /></p></noscript> <!-- End iStats (UX-CMC) -->   <div id=\"blq-global\"> <div id=\"blq-pre-mast\" lang=\"en-GB\"> <!-- Pre mast -->  </div> </div>  <script type=\"text/html\" id=\"blq-bbccookies-tmpl\"><![CDATA[ <div id=\"bbccookies-prompt\" class=\"bbccookies-w\"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class=\"bbccookies-international-message\"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href=\"/privacy/cookies/managing/cookie-settings.html\">change your cookie settings</a> at any time. </p> <ul> <li id=\"bbccookies-continue\"> <button type=\"button\" id=\"bbccookies-continue-button\">Continue</button> </li> <li id=\"bbccookies-more\"><a href=\"/privacy/cookies/bbc\">Find out more</a></li></ul> </div> ]]></script> <script type=\"text/javascript\">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById(\"blq-pre-mast\"),f=i.getElementById(\"blq-global\"),h=i.getElementById(\"blq-container\"),c=i.getElementById(\"blq-bbccookies-tmpl\"),a,g,e;if(b&&i.createElement){a=i.createElement(\"div\");a.id=\"bbccookies\";e=c.innerHTML;e=e.replace(\"<\"+\"![CDATA[\",\"\").replace(\"]]\"+\">\",\"\");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById(\"bbccookies-continue-button\");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script>  <div id=\"blq-masthead\" class=\"blq-clearfix blq-mast-bg-transparent-dark blq-lang-zh-Hans-CN blq-ltr\"> <span id=\"blq-mast-background\"><span></span></span>  <div id=\"blq-mast\" class=\"blq-rst\">  <div id=\"blq-mast-bar\" class=\"blq-masthead-container blq-worldservice-worldwide\"> <div id=\"blq-blocks\"> <a href=\"/\" hreflang=\"en-GB\"> <abbr title=\"British Broadcasting Corporation\" class=\"blq-home\"> <img src=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/img/blq-blocks_grey_alpha.png\" alt=\"BBC\" width=\"84\" height=\"24\" /> </abbr> </a> </div> <div id=\"blq-acc-links\"> <h2 id=\"page-top\">浏览协助</h2> <ul>  <li><a href=\"#blq-content\">直接前往内部导航</a></li>  <li><a href=\"#blq-local-nav\"></a></li>  <li><a href=\"/zhongwen/simp/accessibility/\">浏览协助</a></li> </ul> </div> <div id=\"blq-sign-in\" class=\"blq-gel\">  </div> <div id=\"blq-nav\"> <h2>bbc.co.uk navigation</h2>     <ul id=\"blq-nav-main\">   <li id=\"blq-nav-more\"> <a href=\"/a-z/\">BBC链接</a> </li>   </ul>   <div id=\"blq-nav-search\"> <form method=\"get\" action=\"http://search.bbc.co.uk/search\" accept-charset=\"utf-8\" id=\"blq-search-form\"> <div>  <input type=\"hidden\" name=\"go\" value=\"toolbar\" />  <input type=\"hidden\" name=\"uri\" value=\"/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" />    <input type=\"hidden\" name=\"scope\" value=\"chinesesimp\" />  <label for=\"blq-search-q\" class=\"blq-hide\">检索词:</label> <input id=\"blq-search-q\" type=\"text\" name=\"q\" value=\"\" maxlength=\"128\" /> <button id=\"blq-search-btn\" type=\"submit\"><span><img src=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/img/blq-search_grey_alpha.png\" width=\"13\" height=\"13\" alt=\"检索\"/></span></button> </div> </form> </div>  </div> </div> </div> </div> <div id=\"blq-container-outer\" class=\"blq-worldservice-worldwide blq-ltr\" >  <div id=\"blq-container\" class=\"blq-lang-zh-Hans-CN blq-dotcom blq-int-nav\"> <div id=\"blq-container-inner\" lang=\"zh-Hans-CN\">   <div id=\"blq-main\" class=\"blq-clearfix\">       \n\n\n      <div id=\"banner\">\n         <!--echo var=\"?_uri\" -->\r\n\r\n\t\r\n\r\n\t<a href=\"/zhongwen/simp/\" class=\"brand-gel\"><span>BBC Chinese</span></a> \r\n\r\n\t<!--span class=\"tagline\">(none)</span-->\r\n\r\n<ul id=\"simp-trad-select\">\r\n\r\n  <li class=\"script-radio\"><span>简体版</span></li>\r\n  <li class=\"script-radio\"><a id=\"traditional-select\" href=\"/zhongwen/trad/chinese_news/2012/12/121210_hongkong_politics.shtml?c\">繁體版</a></li>\r\n\r\n</ul>\n      </div>\n      <div id=\"blq-content\">\n         <div class=\"g-group\">\n            <div class=\"g-container\">\n               \n            </div>\n         </div>\n         <div class=\"g-group\">\n            <div class=\" g-w20 g-first\">\n               <div class=\"g-container\">\n                  <h1>港特首梁振英就住宅违建事件道歉</h1>\n               </div>\n               <div class=\"g-container\">\n                  <div class=\"datestamp\"><span class=\"lastupdated\">更新时间</span> 2012年12月10日, 格林尼治标准时间10:41\n                  </div>\n                  \n\n\n\n\n  \n  \n\n\n\n<div class=\"tools-container\">\n\n\t\n\t\t\n    <ul class=\"document-tools blq-clearfix\">\n    \t\n\t\t\n\t\t\n\n\n\t<li class=\"facebook\">\n\t\t<a href=\"http://www.facebook.com/sharer.php?u=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml&amp;t=BBCChinese.com+-+港特首梁振英就住宅违建事件道歉\" title=\"Facebook\" class=\"popup-750x350\">Facebook</a>\n\t</li>\t\t\n\t<li class=\"twitter\">\n\t\t<a href=\"http://twitter.com/home?status=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"Twitter\" class=\"popup-750x350\">Twitter</a>\n\t</li>\n\t<li class=\"googleplus\">\n\t\t<a href=\"https://plus.google.com/share?url=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml&hl=zh-CN\" title=\"Google+\" class=\"popup-750x350\">Google+</a>\n\t</li>\n\t<li class=\"renren\">\n\t\t<a href=\"http://share.renren.com/share/buttonshare?link=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"人人\" class=\"popup-750x350\">人人</a>\n\t</li>\n\t<li class=\"kaixin\">\n\t\t<a href=\"http://www.kaixin001.com/login/index.php?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"开心网\" class=\"popup-750x350\">开心网</a>\n\t</li>\n\t<li class=\"sina\">\n\t\t<a href=\"http://v.t.sina.com.cn/share/share.php?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"新浪微博\" class=\"popup-750x350\">新浪微博</a>\n\t</li>\n\t<li class=\"qq\">\n\t\t<a href=\"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"qq空间\" class=\"popup-750x350\">qq空间</a>\n\t</li>\n\t<li class=\"udn\">\n\t\t<a href=\"http://bookmark.udn.com/add?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"联合报书签\" class=\"popup-750x350\">联合报书签</a>\n\t</li>\n\t<li class=\"myshare\">\n\t\t<a href=\"http://myshare.url.com.tw/index.php?func=newurl&from=mysharepop&NewsMaster=1&url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"myshare书签\" class=\"popup-750x350\">myshare书签</a>\n\t</li>\n\t<li class=\"cang\">\n\t\t<a href=\"http://cang.baidu.com/?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"百度搜藏\" class=\"popup-750x350\">百度搜藏</a>\n\t</li>\n\t<li class=\"douban\">\n\t\t<a href=\"http://www.douban.com/recommend/?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"豆瓣\" class=\"popup-750x350\">豆瓣</a>\n\t</li>\n\t<!--li class=\"share\">\n\t\t<a href=\"#\" title=\"Share this story\">Share</a>\n\t</li-->\n\n\n  \n  \n\n\n\n        \n        \n\t\t<li class=\"email\">\n\t\t\t<a class=\"popup-325x520-scrolling\" href=\"/worldservice/apps/chinese_simplified/sendemail/g/http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml?t=港特首梁振英就住宅违建事件道歉\" title=\"转寄朋友\">转寄朋友</a>\n\t\t</li>\n\t\t\n\t\t\t\n\t\t<li class=\"print\">\n\t\t\t<a href=\"?print=1\" title=\"打印文稿\">打印文稿</a>\n\t\t</li>\n        \n\t</ul>\n\t\n</div>\n\n\n\n\n               </div>\n               <div class=\"g-container story-body\">\n                  <div class=\"bodytext\">\n                     <div class=\"module \">\n                        <div class=\"image img-w304\"><img width=\"304\" height=\"171\"\n                                src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2012/12/06/121206102108_cn_cy_leung_304x171_ap.jpg\"\n                                alt=\"香港行政长官梁振英（6/12/2012）\" /><p class=\"caption\">梁振英同时遭到泛民主派和亲北京阵营议员质问。</p>\n                        </div>\n                     </div>\n                     <p class=\"ingress\">香港行政长官梁振英在各方压力下就其大宅的违章建筑（僭建）问题到立法会接受质询，并向香港民众道歉。</p>\n                     <p>梁振英此前承认早在去年参选行政长官之前就已知悉其住宅的违建问题，引发诚信危机。</p>\n                     <p>梁振英在星期二（12月10日）的答问大会开始之际在其演说中道歉，但强调他在违章建筑问题上没有隐瞒的意图和动机。</p>\n                     <p>不过泛民主派议员们普遍指责梁振英&#0147;撒谎&#0148;，要求他马上辞职下台。</p>\n                     <p>一些亲北京阵营议员欢迎梁振英道歉，且认为应能获得香港民众接受，但这些议员也质问梁振英有否向执法部门施压。</p>\n                     <p>梁振英强调承诺将在两周内解决其住宅的违建问题。</p>\n                     <h2>&#0147;郑重道歉&#0148;</h2>\n                     <p>香港媒体于6月份曝光梁振英大宅的首批违建部分后，于3月的选举中被击败的民主党参选人何俊仁向法院提出选举呈请，至11月中旬被终审法院驳回。</p>\n                     <div class=\"module \">\n                        <div class=\"image img-w304\"><img width=\"304\" height=\"171\"\n                                src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2012/11/27/121127090440_cy_leung_house_afp_cr304.jpg\"\n                                alt=\"工人于香港特首梁振英位于维多利亚山顶的宅第拆除违章建筑（25/6/2012）\" /><p class=\"caption\">梁振英的山顶大宅于6月份被揭发存有违章建筑。</p>\n                        </div>\n                     </div>\n                     <p>梁振英说，其位于太平山山顶的住宅内的违建部分大都不是由他所建，此前没有马上公开交待和处理，是因为律师意见认为司法程序仍在进行，他不应评论。</p>\n                     <p>梁振英在接受质询前的发言中说：&#0147;回顾事件，我虽然从无任何存心隐瞒的意图，但必须承认自己有处理疏忽及交代不清之处，为此我再次向市民郑重道歉。&#0148;</p>\n                     <p>梁振英在选举中还击败了曾是自由党党员的前政务司司长唐英年。</p>\n                     <p>在回答自由党议员的提问时，梁振英称，他从未说过其房产不存在违建问题。</p>\n                     <p>现为间选议员的何俊仁说，梁振英至今仍不坦诚以对，让他&#0147;震惊&#0148;；亲北京政团工联会直选议员黄国健也批评梁振英抱着&#0147;不服输&#0148;的态度接受质询。</p>\n                     <p>历时1.5小时的答问大会在进入中段之际，泛民主派人民力量的直选议员黄毓民、陈伟业和社会民主连线的梁国雄先后因播放录音、叫嚣，和向梁振英扔掷文件而被议长驱逐。</p>\n                     <p>民主党此前计划在星期三（11日）对梁振英提出不信任动议。</p>\n                  </div>\n               </div>\n               <div class=\"g-container story-body\">\n                  \n\n\n\n\n  \n  \n\n\n\n<div class=\"tools-container-end\">\n\n\t\n\t<a class=\"backtotop\" href=\"#page-top\">\n\t\t<span class=\"label\">点击</span>\n\t\t<span class=\"link-title\">页首</span>\n\t</a>\n\t\n\t\t\n    <ul class=\"document-tools blq-clearfix\">\n    \t\n\t\t\n\t\t\n\n\n\t<li class=\"facebook\">\n\t\t<a href=\"http://www.facebook.com/sharer.php?u=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml&amp;t=BBCChinese.com+-+港特首梁振英就住宅违建事件道歉\" title=\"Facebook\" class=\"popup-750x350\">Facebook</a>\n\t</li>\t\t\n\t<li class=\"twitter\">\n\t\t<a href=\"http://twitter.com/home?status=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"Twitter\" class=\"popup-750x350\">Twitter</a>\n\t</li>\n\t<li class=\"googleplus\">\n\t\t<a href=\"https://plus.google.com/share?url=http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml&hl=zh-CN\" title=\"Google+\" class=\"popup-750x350\">Google+</a>\n\t</li>\n\t<li class=\"renren\">\n\t\t<a href=\"http://share.renren.com/share/buttonshare?link=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"人人\" class=\"popup-750x350\">人人</a>\n\t</li>\n\t<li class=\"kaixin\">\n\t\t<a href=\"http://www.kaixin001.com/login/index.php?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"开心网\" class=\"popup-750x350\">开心网</a>\n\t</li>\n\t<li class=\"sina\">\n\t\t<a href=\"http://v.t.sina.com.cn/share/share.php?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"新浪微博\" class=\"popup-750x350\">新浪微博</a>\n\t</li>\n\t<li class=\"qq\">\n\t\t<a href=\"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"qq空间\" class=\"popup-750x350\">qq空间</a>\n\t</li>\n\t<li class=\"udn\">\n\t\t<a href=\"http://bookmark.udn.com/add?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"联合报书签\" class=\"popup-750x350\">联合报书签</a>\n\t</li>\n\t<li class=\"myshare\">\n\t\t<a href=\"http://myshare.url.com.tw/index.php?func=newurl&from=mysharepop&NewsMaster=1&url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"myshare书签\" class=\"popup-750x350\">myshare书签</a>\n\t</li>\n\t<li class=\"cang\">\n\t\t<a href=\"http://cang.baidu.com/?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"百度搜藏\" class=\"popup-750x350\">百度搜藏</a>\n\t</li>\n\t<li class=\"douban\">\n\t\t<a href=\"http://www.douban.com/recommend/?url=http://www.bbc.co.uk//zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml\" title=\"豆瓣\" class=\"popup-750x350\">豆瓣</a>\n\t</li>\n\t<!--li class=\"share\">\n\t\t<a href=\"#\" title=\"Share this story\">Share</a>\n\t</li-->\n\n\n  \n  \n\n\n\n        \n        \n\t\t<li class=\"email\">\n\t\t\t<a class=\"popup-325x520-scrolling\" href=\"/worldservice/apps/chinese_simplified/sendemail/g/http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml?t=港特首梁振英就住宅违建事件道歉\" title=\"转寄朋友\">转寄朋友</a>\n\t\t</li>\n\t\t\n\t\t\t\n\t\t<li class=\"print\">\n\t\t\t<a href=\"?print=1\" title=\"打印文稿\">打印文稿</a>\n\t\t</li>\n        \n\t</ul>\n\t\n</div>\n\n\n\n\n               </div>\n               <div class=\"g-block story-body contextual-links\">\n                  <h2>与内文相关的链接</h2>\n                  <div class=\"g-container g-first contextual-published-list\"></div>\n                  <div class=\"g-container\">\n                     <div class=\"list li-relatedlinks\">\n                        <h3 class=\"title\">相关内容</h3>\n                        <div class=\"content\">\n                           <ul>\n                              <li class=\"ts-headline body-disabled first teaser\"><a href=\"/zhongwen/simp/chinese_news/2012/12/121206_hongkong_illegal_structure.shtml\">梁振英定下出席违建事件质询日期</a><p class=\"date timeago\" id=\"dt-2012-12-06T11:47:57+00:00\">2012年12月6日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/Hong_Kong\" class=\"topic\">香港</a></p>\n                              </li>\n                              <li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/chinese_news/2012/11/121127_hongkong_leung_illegal_structure.shtml\">港屋宇署确认梁振英大宅更多违建</a><p class=\"date timeago\" id=\"dt-2012-11-27T09:19:16+00:00\">2012年11月27日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/Hong_Kong\" class=\"topic\">香港</a></p>\n                              </li>\n                              <li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/hong_kong_review/2012/11/121120_hkreview_liangzhenying_leadership.shtml\"> 香港观察：道德荏弱的梁振英班子</a><p class=\"date timeago\" id=\"dt-2012-11-20T10:01:20+00:00\">2012年11月20日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/china\" class=\"topic\">中国</a></p>\n                              </li>\n                              <li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/chinese_news/2012/06/120627_hongkong_cyleung.shtml\">香港廉署&#0147;已就梁振英违建立案&#0148;</a><p class=\"date timeago\" id=\"dt-2012-06-27T07:13:31+00:00\">2012年6月27日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/Hong_Kong\" class=\"topic\">香港</a></p>\n                              </li>\n                              <li class=\"ts-headline body-disabled ts-audio teaser\"><a href=\"/zhongwen/simp/multimedia/2012/07/120627_audio_hongkong_leung.shtml\">音频：刘锐绍评港人为何不信梁振英<span class=\"cta\"><span>收听</span><span class=\"duration\">05:02</span></span></a><p class=\"date timeago\" id=\"dt-2012-07-02T11:21:50+00:00\">2012年7月2日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/audio\" class=\"topic\">音频材料</a></p>\n                              </li>\n                              <li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/chinese_news/2012/06/120622_cyleung_building.shtml\">梁振英僭建被指可能涉选举失实</a><p class=\"date timeago\" id=\"dt-2012-06-22T05:37:01+00:00\">2012年6月22日</p>, \n                                 <p class=\"topics\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/Hong_Kong\" class=\"topic\">香港</a></p>\n                              </li>\n                           </ul>\n                        </div>\n                     </div>\n                  </div>\n                  <div class=\"g-container\">\n                     <div class=\"list li-relatedtopics\">\n                        <h2 class=\"title\">相关新闻话题</h2>\n                        <div class=\"content\">\n                           <ul>\n                              <li class=\"primary-topic\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/topics/Hong_Kong\" class=\"topic\">香港</a></li>\n                           </ul>\n                        </div>\n                     </div>\n                  </div>\n                  <div class=\"g-container\">\n                     \n                  </div>\n                  <div class=\"g-container\"></div>\n                  <div class=\"g-container\">\n                     <div class=\"list li-relatedinternetlinks\">\n                        <h3 class=\"title\">BBC以外链接</h3>\n                        <div class=\"content\">\n                           <ul>\n                              <li class=\"ts-headline body-disabled ts-page first teaser\"><a href=\"http://www.legco.gov.hk/\">香港立法会</a></li>\n                              <li class=\"ts-headline body-disabled ts-page teaser\"><a href=\"http://www.ceo.gov.hk/\">香港行政长官办公室</a></li>\n                           </ul>\n                           <p class=\"disclaimer\">非本网站内容BBC概不负责</p>\n                        </div>\n                     </div>\n                  </div>\n                  <div class=\"g-container\"></div>\n               </div>\n            </div>\n            <div class=\" g-w11 sidebar\">\n               <div class=\"g-container\">\n                  \r\n\t\n\n\n\n\n\n\n\n<!-- mr:hp homepage/(none)/(none) \n\n\n-->\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"list li-plain topstories-list\">\n\n\t<h2 class=\"title\">头条新闻</h2>\n\n\n\n\t<a class=\"rss\" href=\"/zhongwen/simp/index.xml\">RSS</a>\n\n\n\t<div class=\"content\">\n\t\t<ul>\n\t\t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t\t    \t\t<li class=\"teaser ts-headline body-disabled first\">\n\t\t    \t\t\t<a href=\"/zhongwen/simp/world/2014/01/140109_rodman_nkorea.shtml\">罗德曼就涉及裴埈皓的采访言论道歉</a>\n\t\t    \t\t\t<span id=\"dt-2014-01-09T07:51:05+00:00\" class=\"timeago\">2014年1月9日</span>\n\t\t    \t\t</li>\n\t\t    \t\n\t\t\t\n\t\t\t\n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t    \n\t    \t\t<li class=\"teaser ts-headline body-disabled\">\n\t    \t\t\t<a href=\"/zhongwen/simp/china/2014/01/140109_china_tourists_abroad.shtml\">2013海外中国游客接近一亿</a>\n\t    \t\t\t<span id=\"dt-2014-01-09T08:15:54+00:00\" class=\"timeago\">2014年1月9日</span>\n\t    \t\t</li>\n\t\t    \t\n\t\t\t\n\t\t\t\n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t\t   \t    \n\t\t\t    \n\t    \t    \n\t\t\t\t<li class=\"teaser ts-headline body-disabled\">\n\t\t\t\t\t<a href=\"/zhongwen/simp/world/2014/01/140109_us_surveillance_obama.shtml\">奥巴马拟限制美国国安局窃听外国元首</a>\n\t\t\t\t\t<span id=\"dt-2014-01-09T04:45:45+00:00\" class=\"timeago\">2014年1月9日</span>\n\t\t\t\t</li>\n\t\t    \t\n\t\t\t\n\t\t\t\n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t    \t    \n\t\t\t    \n\t    \t    \n\t\t\t\t<li class=\"teaser ts-headline body-disabled\">\n\t\t\t\t\t<a href=\"/zhongwen/simp/china/2014/01/140109_xi_legal.shtml\">习近平出席政法会议再次强调维稳</a>\n\t\t\t\t\t<span id=\"dt-2014-01-09T04:38:22+00:00\" class=\"timeago\">2014年1月9日</span>\n\t\t\t\t</li>\n\t\t    \t\n\t\t\t\n\t\t\t\n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t\t\t    \n\t\t  \t    \n\t\t\t    \n\t    \t    \n\t\t\t\t<li class=\"teaser ts-headline body-disabled\">\n\t\t\t\t\t<a href=\"/zhongwen/simp/china/2014/01/140109_macau_beijing_representative.shtml\">中国国务院任命李刚升任澳门中联办主任</a>\n\t\t\t\t\t<span id=\"dt-2014-01-09T07:43:23+00:00\" class=\"timeago\">2014年1月9日</span>\n\t\t\t\t</li>\n\t\t    \t\n\t               \n\t\t\t  \n\t\t\t \n\t\t\t \n\t\t\t                                  \t\t\n\t\t</ul>\n\t</div>\n</div> \n\r\n\t<div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"list li-specialfeatures\"><h2 class=\"title\"><a href=\"/zhongwen/simp/indepth/index.shtml\">特别推荐</a></h2><div class=\"content\"><ul><li class=\"ts-144x81 first teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/china/2014/01/140108_smoking_jama_china.shtml\">全球烟民接近10亿 中国占3亿<img alt=\"吸烟\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2011/05/01/110501071733_cn_shanghai_smoking_144x81_reuters_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/science/2014/01/140108_china_wind_power.shtml\">中国：风能源的&#0147;强劲&#0148;推广者<img alt=\"\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/08/140108164755_china_wind_144x81_bbc_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/world/2014/01/140108_rodman_nkorea_singing.shtml\">罗德曼为朝鲜领导人金正恩唱歌祝寿<img alt=\"罗德曼为金正恩唱歌\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/08/140108145145_dennis_rodman_144x81_ap_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/china/2014/01/140108_guardian_china_block.shtml\">英国《卫报》：网页在中国被封锁<img alt=\"卫报办公楼\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/08/21/130821130017_guardian_144x81_afp_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/china/2014/01/140108_china_telecom_reform.shtml\">&#0147;中国电信业试松绑 习近平改革深水区试水&#0148;<img alt=\"\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/12/31/131231180431_xi_jinping_new_year_speech_144x81_reuters_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/china/2014/01/140108_poll_japan_china_korea.shtml\">民调：过半中国企业家称难同日企合作<img alt=\"中日韩国旗\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/08/140108120156_three_flags_144x81_bbc_nocredit.jpg\" /></a></p><div class=\"body\"></div></li><li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/china/2014/01/140108_ana_china_energy.shtml\">分析：中国油气资源方向性预测 </a></li><li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/china/2014/01/140107_china_cuijian.shtml\">中国&#0147;摇滚教父&#0148;崔健或上今年春晚</a></li><li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/china/2014/01/140107_runrunshaw_profile.shtml\">人物：影视大亨邵逸夫的传奇一生</a></li><li class=\"ts-headline body-disabled teaser\"><a href=\"/zhongwen/simp/indepth/2013/12/131220_mao_120_special.shtml\">毛泽东诞辰120周年</a></li></ul></div></div>\r\n\t<div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"list li-carousel\"><h2 class=\"title\"><a href=\"http://www.bbc.co.uk/zhongwen/simp/multimedia/\">音频视频</a></h2><div class=\"content\"><ul><li class=\"ts-144x81 ts-video first teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2014/01/140108_vid_3d_printing.shtml\">视频：3D打印巧克力现身电器展<img alt=\"3D printing\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/08/140108141800_3d_144x81_3d_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">02:39</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2014/01/140106_vid_china_ivory_destruction.shtml\">视频：中国举行公开销毁非法象牙活动<img alt=\"中国销毁象牙\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/06/140106151031_ivory_144x81_ivory_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">01:17</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2014/01/140102_vid_shanghai_metro_16.shtml\">视频：两分钟带您跑完上海新地铁<img alt=\"从列车驾驶台展望上海地铁16号线轨道\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2014/01/02/140102120707_shanghai_metro_144x81_bbc_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">01:21</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2013/12/131227_vid_yearender_3.shtml\">视频：2013年全球大事回顾（下）<img alt=\"曼德拉\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/12/20/131220152205_mandela_144x81_afp_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">03:30</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2013/12/131227_vid_yearender_2.shtml\">视频：2013年全球大事回顾（中）<img alt=\"埃及示威\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/12/20/131220151443_morsi_144x81_ap_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">03:36</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2013/12/131227_vid_yearender_1.shtml\">视频：2013年全球大事回顾（上）<img alt=\"教皇\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/12/20/131220150515_pope_144x81_getty_nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">03:16</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-audio teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2013/12/131219_audio_han_deqiang_mao.shtml\">音频：中国学者韩德强谈毛泽东<img alt=\"\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/08/21/130821122246_han_de_qiang_144x81_bbc_nocredit.jpg\" /><span class=\"cta\"><span>收听</span><span class=\"duration\">13:03</span></span></a></p><div class=\"body\"></div></li><li class=\"ts-144x81 ts-video teaser\"><p class=\"link title\"><a href=\"/zhongwen/simp/multimedia/2013/12/131219_vid_picasso_charity.shtml\">视频：美国青年一百欧元赢得毕加索名画<img alt=\"《戴歌剧帽子的男人》\" width=\"144\" height=\"81\" src=\"http://wscdn.bbc.co.uk/worldservice/assets/images/2013/12/19/131219145404_picasso_144x81__nocredit.jpg\" /><span class=\"cta\"><span>收看</span><span class=\"duration\">00:34</span></span></a></p><div class=\"body\"></div></li></ul></div></div>\t\t\r\n\t\n\n\n  \n      \n\n      \n\n<div class=\"box bx-livestats \">\t\t\t\t\t\t\n\t\n\t<h2 class=\"title\">最多人阅读</h2>\n\t\t\t\t\t\t\t\n\t<div class=\"content open\">\n\t\t<div class=\"body\">\n\t\t      ﻿<ol>\r\n  <li\r\n    class=\"li-1\">\r\n    <a\r\n      href=\"http://www.bbc.co.uk/zhongwen/simp/china/2014/01/140109_xi_legal.shtml\">习近平出席政法会议再次强调维稳</a>\r\n  </li>\r\n  <li\r\n    class=\"li-2\">\r\n    <a\r\n      href=\"http://www.bbc.co.uk/zhongwen/simp/world/2014/01/140109_rodman_nkorea.shtml\">罗德曼就涉及裴埈皓的采访言论道歉</a>\r\n  </li>\r\n  <li\r\n    class=\"li-3\">\r\n    <a\r\n      href=\"http://www.bbc.co.uk/zhongwen/simp/world/2014/01/140108_china_japan_yasukuni.shtml\">中国将靖国神社之争诉诸联合国</a>\r\n  </li>\r\n  <li\r\n    class=\"li-4\">\r\n    <a\r\n      href=\"http://www.bbc.co.uk/zhongwen/simp/china/2014/01/140108_china_telecom_reform.shtml\">“中国电信业试松绑 习近平改革深水区试水”</a>\r\n  </li>\r\n  <li\r\n    class=\"li-5\">\r\n    <a\r\n      href=\"http://www.bbc.co.uk/zhongwen/simp/china/2014/01/140109_china_inflation.shtml\">去年中国CPI增2.6% 远低调控目标</a>\r\n  </li>\r\n</ol>\n\t\t</div>\t\n\t</div>\n\t\t\n\t\t\t\n</div>\n\r\n\r\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"list li-plain regular ukchina\">\n\t<h2 class=\"title\"><a href=\"/ukchina/\"><span>BBC英伦网精彩内容</span></a></h2>\n\t<div class=\"content\">\n\t\t<ul>\n\t\t\t<li class=\"teaser ts-headline body-disabled first\">\n\t\t\t\t<a href=\"/ukchina/simp/uk_life/2014/01/140108_britain_boatshow.shtml\">中国富豪令英国游艇公司前景光明</a>\n\t\t\t</li>\n\t\t\t<li class=\"teaser ts-headline body-disabled\">\n\t\t\t\t<a href=\"/ukchina/simp/uk_life/2014/01/140108_life_china_property_investment.shtml\">中国绿地房产收购伦敦6亿英镑开发项目</a>\n\t\t\t</li>\n\t\t\t<li class=\"teaser ts-headline body-disabled\">\n\t\t\t\t<a href=\"/ukchina/simp/uk_life/2014/01/140108_life_pms_wedding_ring.shtml\">观察：英国首相为何都不戴结婚戒指？</a>\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n</div>\r\n\r\n\n               </div>\n            </div>\n         </div>\n      </div>\n      <div id=\"blq-local-nav\">\n         <!-- $subdir can be set in light/local_nav.sssi -->\n\n\t\t\n\t\t<!-- #set var=\"basePath\" value=\"/zhongwen/simp\" -->\n\n\n<ul class=\"blq-clearfix\">\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/\">新闻主页</a></li>\n\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/world/\">国际</a></li>\n\t\n\t\n\t<li class=\"nav-current\"><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/chinese_news/\">两岸</a></li>\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/uk/\">英国</a></li>\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/indepth/\">评论</a>\n\t\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/interactive/\">互动</a></li>\t\n\t\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/science/\">科技</a></li>\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/business/\">财经</a>\n\t\t\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/sports/\">英超</a></li>\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/entertainment/\">娱乐</a></li>\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/uk_study/\">留学</a></li>\n\t\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/elt/\">学英语</a></li>\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/multimedia/\">多媒体</a></li>\n\t\n\t<li><a href=\"/go/zhongwen/simp/nav/int/-/zhongwen/simp/weather/\">天气</a></li>\n\t\n\t\n\t\n\t\n\t\n\t\n\t<li class=\"ukchina-link\"><a href=\"/ukchina/simp/?c\"><img src=\"/zhongwen/simp/images/gel/ukchina_branding_16.gif\" alt=\"UKChina\" title=\"UKChina\" /></a></li>\n  </ul>\n      </div>\n      <div id=\"footer\">\n         <div class=\"footer\" id=\"related-services\">\r\n   <div id=\"news-services\">\r\n      <h2>服务专区</h2>\r\n      <ul>\r\n\t\t <li id=\"service-mobile\">\r\n         \t<a href=\"/zhongwen/simp/services/2009/09/000000_mobile.shtml\"><span class=\"services-icon\">&nbsp;</span><span class=\"services-text\">手机版</span></a>\r\n         </li>\r\n\t\t <li id=\"service-email-news\">\r\n         \t<a href=\"/zhongwen/simp/services/2009/09/000000_email_news.shtml\"><span class=\"services-icon\">&nbsp;</span><span class=\"services-text\">电邮新闻</span></a>\r\n         </li>  \r\n\t\t <li id=\"service-feeds\">\r\n\t\t \t<a href=\"http://www.bbc.co.uk/zhongwen/simp/chinese_news/index.xml\"><span class=\"services-icon\">&nbsp;</span><span class=\"services-text\">RSS服务</span></a>         \t\r\n         </li>\r\n         <li id=\"service-podcasts\"> \r\n         \t<a href=\"/zhongwen/simp/services/podcasts.shtml\"><span class=\"services-icon\">&nbsp;</span><span class=\"services-text\">播客</span></a>\r\n         </li>\r\n      </ul>\r\n   </div> \r\n   <div id=\"news-related-sites\">\r\n      <h2>相关网站</h2> \r\n      <ul>\r\n        <li class=\"column-1\"><a href=\"/zhongwen/simp/institutional/2013/04/111111_partners_list.shtml\">BBC中文网合作伙伴</a></li>\r\n        <li class=\"column-1\"><a href=\"/ukchina/simp/\">BBC英伦网</a></li>\r\n        <li class=\"column-1\"><a href=\"/worldservice/languages/index.shtml\">BBC其它语言网站</a></li>\r\n\t\t<li class=\"column-1\"><a href=\"/news/\">BBC News</a></li>\r\n      </ul>\r\n   </div>\r\n</div>\n      </div>\n      \r\n\r\n    \r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t<!-- start live stats -->\r\n\t\t\t<img src=\"http://stats.bbc.co.uk/o.gif?~RS~s~RS~ws~RS~t~RS~HighWeb_Story~RS~i~RS~21643157~RS~p~RS~3529~RS~u~RS~http://www.bbc.co.uk/zhongwen/simp/chinese_news/2012/12/121210_hongkong_politics.shtml~RS~r~RS~(none)~RS~a~RS~ch_simp~RS~q~RS~part=last~RS~z~RS~54~RS~\" height=\"1\" width=\"1\" alt=\"\" id=\"ls-wb\" /> \r\n\t\t\t<!-- end live stats -->\r\n\t\t\r\n\t    \r\n    \r\n\r\n\r\n\t<!-- Pulse survey code -->\r\n\t\r\n\r\n\r\n\r\n\t\r\n\r\n<!-- Nielson stats code -->\r\n<script type=\"text/javascript\" src=\"http://wscdn.bbc.co.uk/worldservice/js/nielson_stats.js\"></script>\r\n<script type=\"text/javascript\" src=\"//secure-uk.imrworldwide.com/v53.js\"></script>\r\n<noscript><div><img src=\"//secure-uk.imrworldwide.com/cgi-bin/m?ci=bbc&amp;cg=0\" alt=\"\"/></div></noscript>\r\n\r\n\r\n\r\n<!-- SiteCatalyst code version: H.22.1. \r\nCopyright 1996-2010 Adobe, Inc. All Rights Reserved -->\r\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://wscdn.bbc.co.uk/worldservice/js/site_catalyst/s_code.js\"></script>\r\n<noscript><div><img src=\"http://bbc.112.2o7.net/b/ss/bbcworldservicedev/1/H.22.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" /></div></noscript>\r\n<!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.22.1. -->\r\n\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://js.revsci.net/gateway/gw.js?csid=J08781\"></script>\r\n<script type=\"text/javascript\">\r\n    DM_tag();\r\n</script>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n               </div>   <div id=\"blq-foot\" lang=\"zh-Hans-CN\" class=\"blq-rst blq-clearfix blq-ws-font blq-foot-grey\"> <div id=\"blq-footlinks\"> <h2 class=\"blq-hide\">BBC链接</h2>       <ul>                    <li class=\"blq-footlinks-row\"> <ul class=\"blq-footlinks-row-list\"> <li><a href=\"/zhongwen/simp/mobile/\" id=\"blq-footer-mobile\">手机版</a></li><li><a href=\"/zhongwen/simp/terms/\">使用条款</a></li><li><a href=\"/zhongwen/simp/about/\">BBC中文网简介</a></li> </ul> </li>                     <li class=\"blq-footlinks-row\"> <ul class=\"blq-footlinks-row-list\"> <li><a href=\"/bbc.com/furtherinformation/\" hreflang=\"en-GB\">Advertise with Us</a></li><li><a href=\"/zhongwen/simp/privacy/\">保密政策</a></li><li><a href=\"/zhongwen/simp/accessibility/\">浏览协助</a></li> </ul> </li>                 <li class=\"blq-footlinks-row\"> <ul class=\"blq-footlinks-row-list\"> <li><a href=\"/zhongwen/simp/contact/\">与BBC联络</a></li> </ul> </li>                    </ul> <script type=\"text/javascript\">/*<![CDATA[*/ (function() { var mLink = document.getElementById('blq-footer-mobile'), stick = function() { var d = new Date (); d.setYear(d.getFullYear() + 1); d = d.toUTCString(); window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=/;expires=' + d ); window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=/;expires=' + d ); }; if (mLink) {  if (mLink.addEventListener) { mLink.addEventListener('click', stick, false); } else if (mLink.attachEvent) { mLink.attachEvent('onclick', stick); } } })(); /*]]>*/</script>  </div>  <div id=\"blq-foot-blocks\" class=\"blq-footer-image-light\"><img src=\"http://static.bbci.co.uk/frameworks/barlesque/2.59.4/desktop/3.5/img/blocks/light.png\" width=\"84\" height=\"24\" alt=\"BBC\" /></div>  <p id=\"blq-disclaim\"><span id=\"blq-copy\">BBC &copy; 2014</span> <a href=\"/zhongwen/simp/links/\">非本网站内容BBC概不负责</a></p> <div id=\"blq-obit\"><p><strong>如欲取得最佳浏览效果，请使用最新的、使用串联样式表（CSS）的浏览器。虽然你可以使用目前的浏览器浏览网站，但是，你不能获得最佳视觉享受。请考虑使用最新版本的浏览器软件或在可能情况下让你的浏览器可以使用串联样式表。</strong></p></div> </div> </div>  </div> </div>  <script type=\"text/javascript\"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script>  <script type=\"text/html\" id=\"blq-panel-template-promo\"><![CDATA[ <div id=\"blq-panel-promo\" class=\"blq-masthead-container\"></div> ]]></script> <script type=\"text/html\" id=\"blq-panel-template-more\"><![CDATA[ <div id=\"blq-panel-more\" class=\"blq-masthead-container  blq-ws-font blq-clearfix\" lang=\"en-GB\" dir=\"ltr\"> <div class=\"blq-panel-container panel-paneltype-more\"> <div class=\"panel-header\"> <h2> <a href=\"/a-z/\">  BBC链接  </a> </h2>  </div> <div class=\"panel-component panel-links\">   <p id=\"blq-eng\" lang=\"zh-Hans-CN\">BBC的英语网站:</p> <p class=\"blq-hide\">Three navigation lists follow:</p> <ul class=\"blq-nav-sub blq-first\"> <li><a href=\"/a-z/\" class=\"panel-header-link\">Full A-Z<span class=\"blq-hide\"> of BBC sites</span></a></li> </ul>       <ul>   <li> <a href=\"http://www.bbc.co.uk/news/\"  >News</a> </li>    <li> <a href=\"http://news.bbc.co.uk/sport/\"  >Sport</a> </li>   </ul>  <ul>   <li> <a href=\"http://www.bbc.co.uk/weather/\"  >Weather</a> </li>    <li> <a href=\"/worldservice/languages/\"  >Languages</a> </li>   </ul>  <ul>   <li> <a href=\"/tv/\"  >TV</a> </li>    <li> <a href=\"/radio/\"  >Radio</a> </li>   </ul>   </div> </div> ]]></script>                \n\n   </body>\n</html>"
  },
  {
    "path": "tests/data/html/cleveland.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tLet me Google that for you: 2014's most popular food-related searches | \t\t\t\t\t\tcleveland.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Let me Google that for you: 2014's most popular food-related searches</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">cleveland.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">National Desk</Attribute>\n\t\t\t<Attribute name=\"article_description\">The lesson, as always: You are what you search.</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.oregonlive.com/today/photo/16470669-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/27/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/27/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Let me Google that for you: 2014\\u0027s most popular food-related searches\", \"link\": \"http://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html\", \"image_url\": \"http://imgick.oregonlive.com/home/olive-media/width620/img/today/photo/16470669-standard.jpg\", \"type\": \"post\", \"post_id\": \"14812998\", \"pub_date\": \"2014-12-27T17:10:17Z\", \"author\": \"National Desk\", \"tags\": [\"@cooking\",\"@dining\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.oregonlive.com/today/photo/googlejpg-cbfd059dd1bd1d27.jpg\", \"author_name\": \"nationaldesk\", \"author_nickname\": \"National Desk\", \"author_id\": \"10607681\", \"source_blog_name\": \"Food and Dining\", \"source_blog_url\": \"http://www.cleveland.com/food/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Let me Google that for you: 2014's most popular food-related searches\" />\n\t<meta name=\"article_publication_name\" content=\"cleveland.com\" />\n\t<meta name=\"article_author\" content=\"National Desk\" />\n\t<meta name=\"article_date_original\" content=\"Saturday, December 27, 2014, 12:06 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Saturday, December 27, 2014, 12:10 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.oregonlive.com/today/photo/16470669-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"The lesson, as always: You are what you search.\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.oregonlive.com/today/photo/16470669-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@clevelanddotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Let me Google that for you: 2014's most popular food-related searches\" />\n\t<meta property=\"og:description\" content=\"The lesson, as always: You are what you search.\" />\n\t<meta property=\"og:site_name\" content=\"cleveland.com\" />\n\t<meta property=\"og:url\" content=\"http://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.oregonlive.com/home/olive-media/width620/img/today/photo/16470669-standard.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.oregonlive.com/today/photo/16470669-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.cleveland.com/design/alpha/img/logo_cleve.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.oregonlive.com/today/photo/16470669-thumb_square_large.jpg',\n\t\thref: 'http://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html'\n\t\t}\n\t\tvar desc  = 'The lesson, as always: You are what you search.';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352331\",\n\t\t\"articleId\": \"92239e4ab175549c7c85cf56ac29a4fb\",\n\t\t\"checksum\": \"7d209190a9778bedb9ce5bf7e9b964f8\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjdkMjA5MTkwYTk3NzhiZWRiOWNlNWJmN2U5Yjk2NGY4IiwiYXJ0aWNsZUlkIjoiOTIyMzllNGFiMTc1NTQ5YzdjODVjZjU2YWMyOWE0ZmIiLCJ1cmwiOiJodHRwOi8vd3d3LmNsZXZlbGFuZC5jb20vZm9vZC9pbmRleC5zc2YvMjAxNC8xMi9sZXRfbWVfZ29vZ2xlX3RoYXRfZm9yX3lvdV8yMDEuaHRtbCIsInRpdGxlIjoiTGV0IG1lIEdvb2dsZSB0aGF0IGZvciB5b3U6IDIwMTQncyBtb3N0IHBvcHVsYXIgZm9vZC1yZWxhdGVkIHNlYXJjaGVzIiwidGFncyI6ImV4cGVydCxAY29va2luZyxAZGluaW5nIn0.8ckGPJUMmC2XzQYd1LbB2uJaN_GiI3E1X57wXqhLgi4\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"10607681\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Food and Dining\" href=\"http://www.cleveland.com/food/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://impact.cleveland.com/food/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.cleveland.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/c/cleveland-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/burt/adv_burt_cleve.js\"></script>\n\n\n\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.cleveland.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"8003043\";\n\t\tm_blog_name = \"Food and Dining\";\n\t\tm_blog_url = \"http://www.cleveland.com/food/index.ssf/\";\n\t\tm_blog_newspaper = \"The Plain Dealer\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Let me Google that for you: 2014\\'s most popular food-related searches\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"National Desk\";\n\t\t\tm_entry_author_username = \"nationaldesk\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"let_me_google_that_for_you_201\";\n\t\tm_entry_link = \"http://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html\";\n\t\tm_entry_tags = \"\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14812998\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"The lesson, as always: You are what you search.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t  <link rel=\"canonical\" href=\"8003098\" />\n\t\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/c/cleveland-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/burt/adv_burt_cleve.js\"></script>\n\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/cleveland/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.cleveland.com/\" title=\"Cleveland.com\"><span class=\"ir\">Cleveland.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.cleveland.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.cleveland.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/community/index.ssf\">Local News</a><span class=\"next\" data-state=\"2\" data-key=\"1511\"></span></li><li><a href=\"http://www.cleveland.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6390\"></span></li><li><a href=\"http://www.cleveland.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"1509\"></span></li><li><a href=\"http://www.cleveland.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"1503\"></span></li><li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.cleveland.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"1504\"></span></li><li><a href=\"http://www.cleveland.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6359\"></span></li><li><a href=\"http://autos.cleveland.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"1567\"></span></li><li><a href=\"http://realestate.cleveland.com/\">Real Estate</a><span class=\"next\" data-state=\"2\" data-key=\"1512\"></span></li><li><a href=\"http://realestate.cleveland.com/for-rent\">Rentals</a><span class=\"next\" data-state=\"2\" data-key=\"6387\"></span></li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6388\"></span></li><li><a href=\"http://photos.cleveland.com/plain-dealer/index.html\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"6389\"></span></li><li><a href=\"http://www.cleveland.com/akron\">Akron News</a><span class=\"none\" data-state=\"2\" data-key=\"6446\"></span></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6404\"></span></li><li><a href=\"http://classifieds.cleveland.com/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"1513\"></span></li><li><a href=\"http://obits.cleveland.com/obituaries/cleveland/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6361\"></span></li><li><a href=\"http://findnsave.cleveland.com/?ac=AFFclevelandFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6360\"></span></li><li><a href=\"http://businessfinder.cleveland.com/\">Local Businesses</a><span class=\"next\" data-state=\"2\" data-key=\"1550\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"1502\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/metro/\">Metro</a></li><li><a href=\"http://www.cleveland.com/plaindealer/\">The Plain Dealer</a></li><li><a href=\"http://www.cleveland.com/weather/\">Weather</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7133\" data-sub-parent=\"1502\"><span class=\"nolink\">Politics</span><span class=\"next\" data-state=\"3\" data-sub-key=\"7133\" data-sub-parent=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/healthfit\">Health &amp; Medical</a></li><li><a href=\"http://www.cleveland.com/crime/\">Crime</a></li><li><a href=\"http://www.cleveland.com/datacentral\">Data Central</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1535\" data-sub-parent=\"1502\"><a href=\"http://www.cleveland.com/columns/\">Columnists</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1535\" data-sub-parent=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/court-justice\" data-mhref=\"http://www.cleveland.com/court-justice\">Courts</a></li><li><a href=\"http://www.cleveland.com/nation/\">Nation</a></li><li><a href=\"http://www.cleveland.com/world/\">World</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1511\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/akron\">Akron</a></li><li><a href=\"http://www.cleveland.com/beachwood/\">Beachwood</a></li><li><a href=\"http://www.cleveland.com/berea\">Berea</a></li><li><a href=\"http://www.cleveland.com/brecksville\">Brecksville</a></li><li><a href=\"http://www.cleveland.com/brunswick/\">Brunswick</a></li><li><a href=\"http://www.cleveland.com/chagrin-falls/\">Chagrin Falls</a></li><li><a href=\"http://www.cleveland.com/cleveland-heights/\">Cleveland Heights</a></li><li><a href=\"http://www.cleveland.com/hillcrest/\">Hillcrest</a></li><li><a href=\"http://www.cleveland.com/lakewood/\">Lakewood</a></li><li><a href=\"http://www.cleveland.com/lyndhurst-south-euclid/\">Lyndhurst-South Euclid</a></li><li><a href=\"http://www.cleveland.com/medina/\">Medina</a></li><li><a href=\"http://www.cleveland.com/parma/\">Parma</a></li><li><a href=\"http://www.cleveland.com/shaker-heights/\">Shaker Heights</a></li><li><a href=\"http://www.cleveland.com/solon/\">Solon</a></li><li><a href=\"http://www.cleveland.com/strongsville/\">Strongsville</a></li><li><a href=\"http://www.cleveland.com/westlake/\">Westlake</a></li><li><a href=\"http://www.cleveland.com/sunnews/index.ssf/2013/01/read_the_news_from_east_and_so.html\">More East Side</a></li><li><a href=\"http://www.cleveland.com/sunnews/index.ssf/2013/01/read_the_news_from_west_and_so.html\">More West Side</a></li><li><a href=\"http://www.cleveland.com/blogs\">Community Bloggers</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6390\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://blog.cleveland.com/letters/index.html\">Letters to the Editor</a></li><li><a href=\"http://www.cleveland.com/darcy\">Jeff Darcy&#39;s Cartoons</a></li><li><a href=\"http://www.cleveland.com/obrien\">Kevin O&#39;Brien</a></li><li><a href=\"http://www.cleveland.com/columns/\">More columnists</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1509\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/realestatenews/\">Real Estate</a></li><li><a href=\"http://www.cleveland.com/ohio-utilities/\">Energy</a></li><li><a href=\"http://www.cleveland.com/consumeraffairs/\">Consumer Affairs</a></li><li><a href=\"http://www.cleveland.com/personalfinance/\">Personal Finance</a></li><li><a href=\"http://www.cleveland.com/top-workplaces\">Top Workplaces</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1503\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/browns/\">Browns</a></li><li><a href=\"http://www.cleveland.com/tribe/\">Indians</a></li><li><a href=\"http://www.cleveland.com/cavs/\">Cavaliers</a></li><li><a href=\"http://www.cleveland.com/osu/\">Ohio State</a></li><li><a href=\"http://www.cleveland.com/sports/college/\">College</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1586\" data-sub-parent=\"1503\"><a href=\"http://www.cleveland.com/sports/columns/\">Columns</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1586\" data-sub-parent=\"1503\"></span></li><li><a href=\"http://www.cleveland.com/monsters/\">Monsters</a></li><li><a href=\"http://www.cleveland.com/golf/\">Golf</a></li><li><a href=\"http://www.cleveland.com/horseracing\">Horse Racing</a></li><li><a href=\"http://www.cleveland.com/outdoors/\">Outdoors</a></li><li><a href=\"http://www.cleveland.com/sportsinsider/\">Sports Insider</a></li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html?category=Sports\">Videos</a></li><li><a href=\"http://photos.cleveland.com/category/4501/sports/index.html\">Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1504\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7137\" data-sub-parent=\"1504\"><a href=\"http://www.cleveland.com/food\">Food/Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7137\" data-sub-parent=\"1504\"></span></li><li><a href=\"http://www.cleveland.com/events/\">Events</a></li><li><a href=\"http://www.cleveland.com/movies/\">Movies</a></li><li><a href=\"http://www.cleveland.com/music/\">Music</a></li><li><a href=\"http://www.cleveland.com/tv/\">TV</a></li><li><a href=\"http://www.cleveland.com/books/\">Books</a></li><li><a href=\"http://www.cleveland.com/arts/\">Arts</a></li><li><a href=\"http://www.cleveland.com/friday/\">Friday!</a></li><li><a href=\"http://www.cleveland.com/people/\">People</a></li><li><a href=\"http://www.cleveland.com/living/\">Living</a></li><li><a href=\"http://www.cleveland.com/travel/\">Travel</a></li><li><a href=\"http://www.cleveland.com/style/\">Style</a></li><li><a href=\"http://www.cleveland.com/kristel\">Kristel&#39;s CLE</a></li><li><a href=\"http://www.cleveland.com/comics-kingdom\">Comics</a></li><li><a href=\"http://www.cleveland.com/puzzles-kingdom\">Crossword &amp; Puzzles</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1512\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.cleveland.com/\">Homes</a></li><li><a href=\"http://realestate.cleveland.com/new-homes/\">New Homes</a></li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Rent</a></li><li><a href=\"http://foreclosures.cleveland.com/\">Foreclosures</a></li><li><a href=\"http://www.cityfeet.com/partner/cleveland/#\">Commercial</a></li><li><a href=\"http://www.cleveland.com/homeremodeling/\">Home Remodeling</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6387\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Rentals Home</a></li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Apartments &amp; Communities</a></li><li><a href=\"http://www.cityfeet.com/cleveland/\">Commercial Leases</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6388\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html\">cleveland.com Videos</a></li><li><a href=\"http://videos.cleveland.com/index.html\">Community Videos</a></li><li><a href=\"http://videos.cleveland.com/upload.html\">Submit Your Videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6389\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.cleveland.com/plain-dealer/index.html\">cleveland.com Photos</a></li><li><a href=\"http://photos.cleveland.com/photogallery/index.html\">Community Photos</a></li><li><a href=\"http://photos.cleveland.com/photogallery/upload.html\">Submit Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1513\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://classifieds.cleveland.com/?orig_cat=&amp;property=cleveland.com&amp;orig_prop=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=Pets\">Pets</a></li><li><a href=\"http://classifieds.cleveland.com/?orig_cat=&amp;property=cleveland.com&amp;orig_prop=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=For+Sale\">For Sale</a></li><li><a href=\"http://classifieds.cleveland.com/?orig_prop=cleveland.com&amp;property=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=Garage-Yard%20and%20Estate%20Sales\">Garage Sales</a></li><li><a href=\"http://www.cleveland.com/celebrations/\">Celebrations</a></li><li><a href=\"http://www.cleveland.com/placead/fraud_prevention/index.ssf\">Fraud Prevention</a></li><li><a href=\"http://www.cleveland.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1550\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://businessfinder.cleveland.com/\">Find A Business</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Food-and-Dining\">Food &amp; Dining</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Retail-Shopping\">Retail Shopping</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Health-and-Medicine\">Health &amp; Medicine</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Personal-Care-and-Well-Being\">Personal Care</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Entertainment-and-Arts\">Entertainment</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Real-Estate\">Real Estate</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Automotive\">Automotive</a></li><li><a href=\"http://businessfinder.cleveland.com/about/advertise.html\">Claim Your Business</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsswimming/\">Girls Swimming</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.facebook.com/pages/clevelandcom/48573742500\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://twitter.com/clevelanddotcom\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/u/0/b/107235278707360504631/107235278707360504631/posts\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.cleveland.com/sun/subscribe#subscribe_sun_news\">Sun News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.cleveland.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search Cleveland.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>Cleveland.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.cleveland.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"cleve\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.cleveland.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.cleveland.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.cleveland.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.cleveland.com/sign-in/?option=Facebook\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.cleveland.com/sign-in/?option=Google\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.cleveland.com/sign-in/?option=AIM\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.cleveland.com/sign-in/?option=Twitter\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.cleveland.com/sun/subscribe#subscribe_sun_news\">Sun News</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Entertainment = 'Entertainment';\n        comscorekw=Entertainment;\n        return Entertainment;\n\t\n}\nfunction getToprailMenuContext() {\n        return '1504';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Let me Google that for you: 2014's most popular food-related searches</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.oregonlive.com/today/photo/16470669-mmmain.jpg\" data-position=\"article-main\" />google.JPG</span></div><div class=\"Caption\">\n        \n            You are what you search.\n        \n        \n            \n                <em>(The Associated Press)</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://impact.cleveland.com/food/print.html?entry=/2014/12/let_me_google_that_for_you_201.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.cleveland.com/user/nationaldesk/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.cleveland.com/avatars/10607681.png\" data-position=\"byline-avatar\">National Desk</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.cleveland.com/user/nationaldesk/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tNational Desk\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Plain Dealer</span>\n\t\t\n\t\n\n\n\n\n\t<br/>on December 27, 2014 at 12:06 PM, updated <span class=\"updated\" title=\"2014-12-27T17:10:17Z\">December 27, 2014 at 12:10 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.cleveland.com%2Ffood%2Findex.ssf%2F2014%2F12%2Flet_me_google_that_for_you_201.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.cleveland.com%2Ffood%2Findex.ssf%2F2014%2F12%2Flet_me_google_that_for_you_201.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Let me Google that for you: 2014\\'s most popular food-related searches',\n            'link':'http://www.cleveland.com/food/index.ssf/2014/12/let_me_google_that_for_you_201.html',\n            'desc': 'The lesson, as always: You are what you search.',\n\t    'thumbnail': 'http://imgick.oregonlive.com/home/olive-media/river/img/today/photo/16470669-standard.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>Chia seeds and goji berries are the new kale and quinoa, according to&nbsp;<a href=\"https://www.google.com/trends/2014/story/food.html\" target=\"_blank\">Google's recent parsing</a> of food-focused searches from 2014. Each year, the search giant pours through some of our more fascinating queries to come up with their Year in Search.</p>\n<p>Some of the other more interesting food-related data points include:</p>\n<ul>\n<li>Pizza was searched more than the World Cup.</li>\n<li>The Cronut rose to 17th on the global recipe list after its arrival last year.</li>\n<li>Our favorite ways to eat eggs are: 1) Deviled, 2) Scotch, 3) Scrambled, 4) Pickled, 5) Boiled.</li>\n<li>This year we searched for 'recipes' less and 'restaurant' significantly more.</li>\n<li>Our top slimming questions were 'how many calories should i eat in a day' and 'how to lose weight,' and the Paleo diet was the top searched way to trim down.</li>\n<li>Foodies in Japan searched French food more than France.</li>\n<li>Hungry folk in Australia searched Argentine food more than Argentina.&nbsp;</li>\n<li>Spice-loving Brits searched Indian food more than India.</li>\n<li>In 2014 'i am hungry' was searched a button-popping 7x more than 'i am thirsty.'</li>\n<li>Oh, and nine million people watched a tiny hampster eating a tiny burrito.</li>\n</ul>\n<div class=\"embed-container-16x9\"><iframe src=\"//www.youtube.com/embed/JOCtdw9FG-s\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" width=\"560\"></iframe></div>\n<p>The lesson, as always: you are what you search.</p>\n<p>-- By Michael Russell <a class=\"twitter-follow-button\" href=\"https://twitter.com/tdmrussell\" data-show-count=\"false\">Follow @tdmrussell</a>\n<script>// <![CDATA[\n!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');\n// ]]></script>\n</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.cleveland.com%2Ffood%2Findex.ssf%2F2014%2F12%2Flet_me_google_that_for_you_201.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.cleveland.com%2Ffood%2Findex.ssf%2F2014%2F12%2Flet_me_google_that_for_you_201.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <!-- place holder -->\r\n\n\n    \r\n<section class=\"entertainment_highlight\">\r\n    <h1>Food &amp; Dining Sections</h1>\r\n    \r\n    \r\n        <ul class=\"highlight_toplinks\">\r\n            <li><a href=\"http://www.cleveland.com/dining\">Dining Out</a></li>\r\n            <li><a href=\"http://www.cleveland.com/cooking\">Cooking</a></li>\r\n            <li><a href=\"http://www.cleveland.com/cooking/healthy-eating\">Healthy Eating</a></li>\r\n            <li><a href=\"http://www.cleveland.com/drinks\">Drinks</a></li>\r\n            \r\n        </ul>\r\n    \r\n\r\n    <h2></h2>\r\n    <div class=\"pod-inner\">\r\n        \r\n            <div class=\"pod-photo\"><a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://imgick.cleveland.com/home/cleve-media/pgmain/img/plain-dealer/photo/2014/04/-9db491cae1b11075.jpg\" /></a></div>\r\n        \r\n\r\n        <h2><a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\">2014 Cleveland A-List Dining Guide</a></h2>\r\n        <div class=\"pod-text\">\r\n            <p>Take our annual A-List tour of 100 of the best restaurants in N.E. Ohio. ... <a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\"><strong>Read more&raquo;</strong></a></p>\r\n        </div>\r\n    </div>\r\n</section>\r\n\n\n    \n<section id=\"marketplace\" class=\"marketplace\">\r\n    <div class=\"minimast\">\r\n    <!-- <img src=\"/static/classifieds/food/njo/images/thumb_marketplace.png\" class=\"thumber\" /> -->\r\n        <h2>Cleveland.com Marketplace</h2>\r\n    <!--\r\n        <div class=\"tinytabs\">\r\n            <ul>\r\n            <li></li>\r\n            </ul>\r\n        </div>\r\n    -->\r\n    </div>\r\n    <div class=\"clear\"></div>\r\n    <div class=\"thumbs\">\r\n    <ul>\r\n    <li><div class=\"adunit\" id=\"Badge1\"></li>\r\n    <li><div class=\"adunit\" id=\"Badge2\"></li>\r\n    <li><div class=\"adunit\" id=\"Badge3\"></li>\r\n    <li><div class=\"adunit\" id=\"Badge4\"></li>\r\n    <li><div class=\"adunit\" id=\"Badge5\"></li>\r\n    <li><div class=\"adunit\" id=\"Badge6\"></li>\r\n    </ul>\r\n    </div>\r\n</section>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    \r\n\r\n    <div class=\"promo-box\">\r\n        <h3>DINING OUT CLE</h3>\r\n\r\n        \r\n            <a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://imgick.cleveland.com/home/cleve-media/pgmain/img/plain-dealer/photo/2014/03/-dcafe560f611efc6.JPG\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\">Essential Cleveland Dining</a></h2>\r\n        <p>Cleveland&#39;s a big-league foodie town and we&#39;ve got the news and reviews you need to navigate all of the area&#39;s dining-out options, plus a growing collection of essential dining guides.</p>\r\n\r\n        <p class=\"before-links\">THE GUIDES</p>\r\n        \r\n\r\n        <ul class=\"promo-headlines\">\r\n            <li class=\"view-bulleted\"><a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_top_100_restaurants_the_2014_a-list.html\">Cleveland&#39;s A-List: 100 tempting dining destinations</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.cleveland.com/dining/index.ssf/2014/03/fifty_things_to_eat_and_drink.html\">50 Things to Eat and Drink this year in Cleveland</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.cleveland.com/entertainment/index.ssf/2014/11/cleveland_happy_hour_guide_the.html\">Northeast Ohio&#39;s best happy hours</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.cleveland.com/top-restaurants/index.ssf/2014/04/clevelands_vegetarian_and_vegan_offerings_are_bountiful.html\">Best vegetarian/vegan dining</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.cleveland.com/entertainment/index.ssf/2014/10/cleveland_bar_guide_top_neighb.html\">Cleveland Bar Guide: Great pubs, taverns &amp; more</a></li>\r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://www.cleveland.com/top-restaurants\">• Latest restaurant reviews, news &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Spotlight on Beer, Wine &amp; Bars</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://www.cleveland.com/drinks/beer/\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.cleveland.com/cleveland-homepage-images/photo/beer-60x60jpg-138a76003c8add75.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Beer: Reviews, news, events &amp; more</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.cleveland.com/drinks\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.cleveland.com/cleveland-homepage-images/photo/wine-60x60jpg-c2c7903a1c9cf1b9.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Wine: Weekly picks, events, reviews</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.cleveland.com/bars\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.cleveland.com/cleveland-homepage-images/photo/bars-60x60jpg-70635b13315f1fbc.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Bars: News, parties, Happy Hours &amp; more</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n\n\n    <style type=\"text/css\">.multi_sponsor.adunit{float:left;padding:15px;}</style>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge1\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge2\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge3\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge4\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge5\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge6\"></div><div class=\"clear\"></div>\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of cleveland.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.cleveland.com/bedford/index.ssf/2015/01/family_friends_hold_vigil_for.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/16694665-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/bedford/index.ssf/2015/01/family_friends_hold_vigil_for.html#incart_hbx\" >Vigil held for man shot by Bedford police officer</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.cleveland.com/livingston/index.ssf/2015/01/chemistry_accountability_and_a_1.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/jonesjpg-1074a11bf0430ba5.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/livingston/index.ssf/2015/01/chemistry_accountability_and_a_1.html#incart_hbx\" >Livingston: How Ohio State persevered</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.cleveland.com/cavs/index.ssf/2015/01/tristan_thompson_kevin_love_le.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/16694659-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/cavs/index.ssf/2015/01/tristan_thompson_kevin_love_le.html#incart_hbx\" >Cavs come back to top Hornets, 91-87 </a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n      <div id=\"footer-logos\">\r\n        <img src=\"http://media.cleveland.com/static/cleve/static/img/footer-logo-cleve-inc.png\" alt=\"cleveland.com logo\">\r\n      </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.cleveland.com/aboutus/\">About Cleveland.com</a></li>\r\n            <li><a href=\"http://www.neohiomediagroup.com/\">About Northeast Ohio Media Group</a></li>\r\n            <li><a href=\"http://www.neohiomediagroup.com/advertising-solutions/\">Advertise with us</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.cleveland.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n            <li><a href=\"http://jobs.cleveland.com/jobs/northeast-ohio-media-group-985684-cd\">Career Opportunities</a></li>\r\n            <li><a href=\"http://blog.cleveland.com/updates/2009/08/community_faq.html\" title=\"FAQ\">FAQ</a></li>\r\n          </ul>\r\n        </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscribe</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/sun/subscribe\">Sun News</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/newsletters/\">eNewsletters</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t<h2>Subscriber Services</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fMyProfile.aspx\">View My Profile</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fMissedPaper.aspx\">Report a Delivery Issue</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fVacationStop.aspx\">Place a Vacation Request</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fPayment.aspx\">Make a Payment</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Cleveland.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/open/\">Politics</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://obits.cleveland.com/Cleveland/DeathNotices.asp\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.cleveland.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.cleveland.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.cleveland.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.cleveland.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.cleveland.com/\">Shopping Deals and Coupons</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.cleveland.com/\">Local Businesses</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://update.cleveland.com/adv_cleveland/newsletters/cleve/subscribe.htm#topicf\">Deals in Your Area</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n        <ul>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/beachwood\">Beachwood</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/brunswick\">Brunswick</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/lakewood\">Lakewood</a></li>\r\n        </ul>\r\n        <ul>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/parma\">Parma &amp; Parma Heights</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/strongsville\">Strongsville</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/community\">More Communities</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\t<a href=\"http://www.cleveland.com/mobile-device/\">Mobile Apps</a> | \r\n\t\t\t\t\t\t<a href=\"http://www.cleveland.com/alerts/\">Text Alerts</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on Cleveland.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.cleveland.com/\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.cleveland.com/\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/jobs/products/index.ssf\">\tPost a job </a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">Post a classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">\tSell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">\tSell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/siteindex\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p><a href=\"http://twitter.com/clevelanddotcom\" class=\"icn-twitter icn-link\">Twitter</a> | <a href=\"http://www.facebook.com/pages/clevelandcom/48573742500\" class=\"icn-facebook icn-link\">Facebook</a> | <a href=\"https://plus.google.com/u/0/b/107235278707360504631/107235278707360504631/posts\" class=\"icn-google icn-link\">Google+</a></p> | <a class=\"icn-instagram icn-link\" href=\"http://instagram.com/clevelanddotcom\">Instagram</a> | <a class=\"icn-pinterest icn-link\" href=\"http://www.pinterest.com/clevelanddotcom/\">Pinterest</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.cleveland.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.cleveland.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.cleveland.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>cleveland.com is powered by Plain Dealer Publishing Co. and Northeast Ohio Media Group. All rights reserved (<a href=\"http://www.cleveland.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Northeast Ohio Media Group LLC.</p>\r\n            <p><a href=\"http://blog.cleveland.com/updates/2011/01/clevelandcoms_community_rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.cleveland.com/interactivity/\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.cleveland.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/cleveland.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tBest books for young readers: Entertainment Year in Review 2014 | \t\t\t\t\t\tcleveland.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Best books for young readers: Entertainment Year in Review 2014</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">cleveland.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Joanna Connors, The Plain Dealer</Attribute>\n\t\t\t<Attribute name=\"article_description\">PICTURE BOOKS &amp;nbsp; The Pilot and the Little Prince Peter S&amp;#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&amp;#233;ry. Lovers of his classic tale &quot;The Little Prince&quot; will find that the masterful S&amp;#237;s has captured the wonder and dreaminess evoked in that book. - Karen Sandstrom Mister Bud...</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.cleveland.com/books_impact/photo/16594929-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/26/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/26/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Best books for young readers: Entertainment Year in Review 2014\", \"link\": \"http://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html\", \"image_url\": \"http://imgick.cleveland.com/home/cleve-media/width620/img/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg\", \"type\": \"post\", \"post_id\": \"14777876\", \"pub_date\": \"2014-12-26T14:13:41Z\", \"author\": \"Joanna Connors, The Plain Dealer\", \"tags\": [\"@mobile\",\"best-middle-grade-books-2014\",\"best-picture-books-2014\",\"best-young-adult-books-2014\",\"entertainment-year-in-review-2014\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.cleveland.com/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg\", \"author_name\": \"jconnors\", \"author_nickname\": \"Joanna Connors, The Plain Dealer\", \"author_id\": \"1826509\", \"source_blog_name\": \"Books\", \"source_blog_url\": \"http://www.cleveland.com/books/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Best books for young readers: Entertainment Year in Review 2014\" />\n\t<meta name=\"article_publication_name\" content=\"cleveland.com\" />\n\t<meta name=\"article_author\" content=\"Joanna Connors, The Plain Dealer\" />\n\t<meta name=\"article_date_original\" content=\"Friday, December 26, 2014,  9:00 AM\" />\n\t<meta name=\"article_date_updated\" content=\"Friday, December 26, 2014,  9:13 AM\" />\n\t<link rel=\"image_src\" href=\"http://media.cleveland.com/books_impact/photo/16594929-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"best-middle-grade-books-2014,best-picture-books-2014,best-young-adult-books-2014,entertainment-year-in-review-2014\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"PICTURE BOOKS &amp;nbsp; Foster Books&amp;nbsp; The Pilot and the Little PrincePeter S&amp;#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&amp;#233;ry. Lovers of his classic tale &quot;The Little Prince&quot; will...\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.cleveland.com/books_impact/photo/16594929-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@clevelanddotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Best books for young readers: Entertainment Year in Review 2014\" />\n\t<meta property=\"og:description\" content=\"PICTURE BOOKS &amp;nbsp; Foster Books&amp;nbsp; The Pilot and the Little PrincePeter S&amp;#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&amp;#233;ry. Lovers of his classic tale &quot;The Little Prince&quot; will...\" />\n\t<meta property=\"og:site_name\" content=\"cleveland.com\" />\n\t<meta property=\"og:url\" content=\"http://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.cleveland.com/home/cleve-media/width620/img/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.cleveland.com/books_impact/photo/16594929-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.cleveland.com/design/alpha/img/logo_cleve.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.cleveland.com/books_impact/photo/16594929-thumb_square_large.jpg',\n\t\thref: 'http://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html'\n\t\t}\n\t\tvar desc  = 'PICTURE BOOKS &nbsp; Foster Books&nbsp; The Pilot and the Little PrincePeter S&#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&#233;ry. Lovers of his classic tale \\\"The Little Prince\\\" will...';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352331\",\n\t\t\"articleId\": \"e78587ef065c24c65c5a8631ed58876f\",\n\t\t\"checksum\": \"2547d0d3c4aefa04b5a62a1eb6e6eeba\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjI1NDdkMGQzYzRhZWZhMDRiNWE2MmExZWI2ZTZlZWJhIiwiYXJ0aWNsZUlkIjoiZTc4NTg3ZWYwNjVjMjRjNjVjNWE4NjMxZWQ1ODg3NmYiLCJ1cmwiOiJodHRwOi8vd3d3LmNsZXZlbGFuZC5jb20vYm9va3MvaW5kZXguc3NmLzIwMTQvMTIvYmVzdF9ib29rc19mb3JfeW91bmdfcmVhZGVyc19lLmh0bWwiLCJ0aXRsZSI6IkJlc3QgYm9va3MgZm9yIHlvdW5nIHJlYWRlcnM6IEVudGVydGFpbm1lbnQgWWVhciBpbiBSZXZpZXcgMjAxNCIsInRhZ3MiOiJleHBlcnQsQG1vYmlsZSxiZXN0LW1pZGRsZS1ncmFkZS1ib29rcy0yMDE0LGJlc3QtcGljdHVyZS1ib29rcy0yMDE0LGJlc3QteW91bmctYWR1bHQtYm9va3MtMjAxNCxlbnRlcnRhaW5tZW50LXllYXItaW4tcmV2aWV3LTIwMTQifQ.X16QMT-aIK9RJzwuMlCyIVYnJwuFfPrFYRwKxQr2UIk\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"1826509\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Books\" href=\"http://www.cleveland.com/books/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.cleveland.com/books_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.cleveland.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/c/cleveland-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/burt/adv_burt_cleve.js\"></script>\n\n\n\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.cleveland.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"4761\";\n\t\tm_blog_name = \"Books\";\n\t\tm_blog_url = \"http://www.cleveland.com/books/index.ssf/\";\n\t\tm_blog_newspaper = \"The Plain Dealer\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Best books for young readers: Entertainment Year in Review 2014\";\n\t\t\tm_entry_categories = \"Arts; Entertainment; Real Time News; Young Readers\";\n\t\t\tm_entry_author_name = \"Joanna Connors, The Plain Dealer\";\n\t\t\tm_entry_author_username = \"jconnors\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"best_books_for_young_readers_e\";\n\t\tm_entry_link = \"http://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html\";\n\t\tm_entry_tags = \"best-middle-grade-books-2014;best-picture-books-2014;best-young-adult-books-2014;entertainment-year-in-review-2014\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14777876\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"PICTURE BOOKS &amp;nbsp; The Pilot and the Little Prince Peter S&amp;#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&amp;#233;ry. Lovers of his classic tale &quot;The Little Prince&quot; will find that the masterful S&amp;#237;s has captured the wonder and dreaminess evoked in that book. -- Karen Sandstrom Mister Bud Wears the Cone Carter Goodrich Simon &amp;amp; Schuster, $16.99; ages 4-8 Goodrich finds hilarity and drama in &quot;Mister Bud Wears the Cone,&quot; a story of one dog's humility in the confines of a plastic head cone. -- Sandstrom Abuelo Arthur Dorros; illustrated by Ra&amp;#250;l Col&amp;#243;n Harper, $17.99; ages 6-8 A young boy learns a lot from his grandfather in the country as they camp and ride horses under the big sky. The abuelo also teaches his grandson the Spanish words for important ideas. Col&amp;#243;n's rich illustrations make each page dazzle. -- Sandstrom Where's My Mommy? Beverly Donofrio; illustrated by Barbara McClintock Schwartz &amp;amp; Wade, $17.99; ages 3-7 A girl and her mouse keep their friendship a secret from their parents in this gorgeously illustrated look at parallel lives. You'll marvel over the details McClintock gets just right as she lays...\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/c/cleveland-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/static/common/js/burt/adv_burt_cleve.js\"></script>\n\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/cleveland/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.cleveland.com/\" title=\"Cleveland.com\"><span class=\"ir\">Cleveland.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.cleveland.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.cleveland.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/community/index.ssf\">Local News</a><span class=\"next\" data-state=\"2\" data-key=\"1511\"></span></li><li><a href=\"http://www.cleveland.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6390\"></span></li><li><a href=\"http://www.cleveland.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"1509\"></span></li><li><a href=\"http://www.cleveland.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"1503\"></span></li><li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.cleveland.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"1504\"></span></li><li><a href=\"http://www.cleveland.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6359\"></span></li><li><a href=\"http://autos.cleveland.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"1567\"></span></li><li><a href=\"http://realestate.cleveland.com/\">Real Estate</a><span class=\"next\" data-state=\"2\" data-key=\"1512\"></span></li><li><a href=\"http://realestate.cleveland.com/for-rent\">Rentals</a><span class=\"next\" data-state=\"2\" data-key=\"6387\"></span></li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6388\"></span></li><li><a href=\"http://photos.cleveland.com/plain-dealer/index.html\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"6389\"></span></li><li><a href=\"http://www.cleveland.com/akron\">Akron News</a><span class=\"none\" data-state=\"2\" data-key=\"6446\"></span></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6404\"></span></li><li><a href=\"http://classifieds.cleveland.com/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"1513\"></span></li><li><a href=\"http://obits.cleveland.com/obituaries/cleveland/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6361\"></span></li><li><a href=\"http://findnsave.cleveland.com/?ac=AFFclevelandFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6360\"></span></li><li><a href=\"http://businessfinder.cleveland.com/\">Local Businesses</a><span class=\"next\" data-state=\"2\" data-key=\"1550\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"1502\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/metro/\">Metro</a></li><li><a href=\"http://www.cleveland.com/plaindealer/\">The Plain Dealer</a></li><li><a href=\"http://www.cleveland.com/weather/\">Weather</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7133\" data-sub-parent=\"1502\"><span class=\"nolink\">Politics</span><span class=\"next\" data-state=\"3\" data-sub-key=\"7133\" data-sub-parent=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/healthfit\">Health &amp; Medical</a></li><li><a href=\"http://www.cleveland.com/crime/\">Crime</a></li><li><a href=\"http://www.cleveland.com/datacentral\">Data Central</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1535\" data-sub-parent=\"1502\"><a href=\"http://www.cleveland.com/columns/\">Columnists</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1535\" data-sub-parent=\"1502\"></span></li><li><a href=\"http://www.cleveland.com/court-justice\" data-mhref=\"http://www.cleveland.com/court-justice\">Courts</a></li><li><a href=\"http://www.cleveland.com/nation/\">Nation</a></li><li><a href=\"http://www.cleveland.com/world/\">World</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1511\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/akron\">Akron</a></li><li><a href=\"http://www.cleveland.com/beachwood/\">Beachwood</a></li><li><a href=\"http://www.cleveland.com/berea\">Berea</a></li><li><a href=\"http://www.cleveland.com/brecksville\">Brecksville</a></li><li><a href=\"http://www.cleveland.com/brunswick/\">Brunswick</a></li><li><a href=\"http://www.cleveland.com/chagrin-falls/\">Chagrin Falls</a></li><li><a href=\"http://www.cleveland.com/cleveland-heights/\">Cleveland Heights</a></li><li><a href=\"http://www.cleveland.com/hillcrest/\">Hillcrest</a></li><li><a href=\"http://www.cleveland.com/lakewood/\">Lakewood</a></li><li><a href=\"http://www.cleveland.com/lyndhurst-south-euclid/\">Lyndhurst-South Euclid</a></li><li><a href=\"http://www.cleveland.com/medina/\">Medina</a></li><li><a href=\"http://www.cleveland.com/parma/\">Parma</a></li><li><a href=\"http://www.cleveland.com/shaker-heights/\">Shaker Heights</a></li><li><a href=\"http://www.cleveland.com/solon/\">Solon</a></li><li><a href=\"http://www.cleveland.com/strongsville/\">Strongsville</a></li><li><a href=\"http://www.cleveland.com/westlake/\">Westlake</a></li><li><a href=\"http://www.cleveland.com/sunnews/index.ssf/2013/01/read_the_news_from_east_and_so.html\">More East Side</a></li><li><a href=\"http://www.cleveland.com/sunnews/index.ssf/2013/01/read_the_news_from_west_and_so.html\">More West Side</a></li><li><a href=\"http://www.cleveland.com/blogs\">Community Bloggers</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6390\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://blog.cleveland.com/letters/index.html\">Letters to the Editor</a></li><li><a href=\"http://www.cleveland.com/darcy\">Jeff Darcy&#39;s Cartoons</a></li><li><a href=\"http://www.cleveland.com/obrien\">Kevin O&#39;Brien</a></li><li><a href=\"http://www.cleveland.com/columns/\">More columnists</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1509\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/realestatenews/\">Real Estate</a></li><li><a href=\"http://www.cleveland.com/ohio-utilities/\">Energy</a></li><li><a href=\"http://www.cleveland.com/consumeraffairs/\">Consumer Affairs</a></li><li><a href=\"http://www.cleveland.com/personalfinance/\">Personal Finance</a></li><li><a href=\"http://www.cleveland.com/top-workplaces\">Top Workplaces</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1503\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.cleveland.com/browns/\">Browns</a></li><li><a href=\"http://www.cleveland.com/tribe/\">Indians</a></li><li><a href=\"http://www.cleveland.com/cavs/\">Cavaliers</a></li><li><a href=\"http://www.cleveland.com/osu/\">Ohio State</a></li><li><a href=\"http://www.cleveland.com/sports/college/\">College</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"1586\" data-sub-parent=\"1503\"><a href=\"http://www.cleveland.com/sports/columns/\">Columns</a><span class=\"next\" data-state=\"3\" data-sub-key=\"1586\" data-sub-parent=\"1503\"></span></li><li><a href=\"http://www.cleveland.com/monsters/\">Monsters</a></li><li><a href=\"http://www.cleveland.com/golf/\">Golf</a></li><li><a href=\"http://www.cleveland.com/horseracing\">Horse Racing</a></li><li><a href=\"http://www.cleveland.com/outdoors/\">Outdoors</a></li><li><a href=\"http://www.cleveland.com/sportsinsider/\">Sports Insider</a></li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html?category=Sports\">Videos</a></li><li><a href=\"http://photos.cleveland.com/category/4501/sports/index.html\">Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1504\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7137\" data-sub-parent=\"1504\"><a href=\"http://www.cleveland.com/food\">Food/Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7137\" data-sub-parent=\"1504\"></span></li><li><a href=\"http://www.cleveland.com/events/\">Events</a></li><li><a href=\"http://www.cleveland.com/movies/\">Movies</a></li><li><a href=\"http://www.cleveland.com/music/\">Music</a></li><li><a href=\"http://www.cleveland.com/tv/\">TV</a></li><li><a href=\"http://www.cleveland.com/books/\">Books</a></li><li><a href=\"http://www.cleveland.com/arts/\">Arts</a></li><li><a href=\"http://www.cleveland.com/friday/\">Friday!</a></li><li><a href=\"http://www.cleveland.com/people/\">People</a></li><li><a href=\"http://www.cleveland.com/living/\">Living</a></li><li><a href=\"http://www.cleveland.com/travel/\">Travel</a></li><li><a href=\"http://www.cleveland.com/style/\">Style</a></li><li><a href=\"http://www.cleveland.com/kristel\">Kristel&#39;s CLE</a></li><li><a href=\"http://www.cleveland.com/comics-kingdom\">Comics</a></li><li><a href=\"http://www.cleveland.com/puzzles-kingdom\">Crossword &amp; Puzzles</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1512\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.cleveland.com/\">Homes</a></li><li><a href=\"http://realestate.cleveland.com/new-homes/\">New Homes</a></li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Rent</a></li><li><a href=\"http://foreclosures.cleveland.com/\">Foreclosures</a></li><li><a href=\"http://www.cityfeet.com/partner/cleveland/#\">Commercial</a></li><li><a href=\"http://www.cleveland.com/homeremodeling/\">Home Remodeling</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6387\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Rentals Home</a></li><li><a href=\"http://realestate.cleveland.com/for-rent/\">Apartments &amp; Communities</a></li><li><a href=\"http://www.cityfeet.com/cleveland/\">Commercial Leases</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6388\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.cleveland.com/plain-dealer/index.html\">cleveland.com Videos</a></li><li><a href=\"http://videos.cleveland.com/index.html\">Community Videos</a></li><li><a href=\"http://videos.cleveland.com/upload.html\">Submit Your Videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6389\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.cleveland.com/plain-dealer/index.html\">cleveland.com Photos</a></li><li><a href=\"http://photos.cleveland.com/photogallery/index.html\">Community Photos</a></li><li><a href=\"http://photos.cleveland.com/photogallery/upload.html\">Submit Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1513\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://classifieds.cleveland.com/?orig_cat=&amp;property=cleveland.com&amp;orig_prop=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=Pets\">Pets</a></li><li><a href=\"http://classifieds.cleveland.com/?orig_cat=&amp;property=cleveland.com&amp;orig_prop=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=For+Sale\">For Sale</a></li><li><a href=\"http://classifieds.cleveland.com/?orig_prop=cleveland.com&amp;property=cleveland.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_cleve&amp;classification=Garage-Yard%20and%20Estate%20Sales\">Garage Sales</a></li><li><a href=\"http://www.cleveland.com/celebrations/\">Celebrations</a></li><li><a href=\"http://www.cleveland.com/placead/fraud_prevention/index.ssf\">Fraud Prevention</a></li><li><a href=\"http://www.cleveland.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://www.cleveland.com/placead/\">Place an Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1550\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://businessfinder.cleveland.com/\">Find A Business</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Food-and-Dining\">Food &amp; Dining</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Retail-Shopping\">Retail Shopping</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Health-and-Medicine\">Health &amp; Medicine</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Personal-Care-and-Well-Being\">Personal Care</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Entertainment-and-Arts\">Entertainment</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Real-Estate\">Real Estate</a></li><li><a href=\"http://businessfinder.cleveland.com/OH-Cleveland/Automotive\">Automotive</a></li><li><a href=\"http://businessfinder.cleveland.com/about/advertise.html\">Claim Your Business</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsswimming/\">Girls Swimming</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.cleveland.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.facebook.com/pages/clevelandcom/48573742500\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://twitter.com/clevelanddotcom\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/u/0/b/107235278707360504631/107235278707360504631/posts\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.cleveland.com/sun/subscribe#subscribe_sun_news\">Sun News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.cleveland.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search Cleveland.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>Cleveland.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.cleveland.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"cleve\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.cleveland.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.cleveland.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.cleveland.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.cleveland.com/sign-in/?option=Facebook\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.cleveland.com/sign-in/?option=Google\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.cleveland.com/sign-in/?option=AIM\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.cleveland.com/sign-in/?option=Twitter\"><img src=\"http://media.cleveland.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.cleveland.com/sun/subscribe#subscribe_sun_news\">Sun News</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Entertainment = 'Entertainment';\n        comscorekw=Entertainment;\n        return Entertainment;\n\t\n}\nfunction getToprailMenuContext() {\n        return '1504';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Best books for young readers: Entertainment Year in Review 2014</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  \n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.cleveland.com/books_impact/print.html?entry=/2014/12/best_books_for_young_readers_e.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.cleveland.com/user/jconnors/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.cleveland.com/avatars/1826509.png\" data-position=\"byline-avatar\">Joanna Connors, The Plain Dealer</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.cleveland.com/user/jconnors/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tJoanna Connors, The Plain Dealer\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Plain Dealer</span>\n\t\t\n\t\n\n\n\n\n\t<br/>on December 26, 2014 at  9:00 AM, updated <span class=\"updated\" title=\"2014-12-26T14:13:41Z\">December 26, 2014 at  9:13 AM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.cleveland.com%2Fbooks%2Findex.ssf%2F2014%2F12%2Fbest_books_for_young_readers_e.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.cleveland.com%2Fbooks%2Findex.ssf%2F2014%2F12%2Fbest_books_for_young_readers_e.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Best books for young readers: Entertainment Year in Review 2014',\n            'link':'http://www.cleveland.com/books/index.ssf/2014/12/best_books_for_young_readers_e.html',\n            'desc': 'PICTURE BOOKS &nbsp; Foster Books&nbsp; The Pilot and the Little PrincePeter S&#237;s  Foster Books, $18.99; ages 5-8   This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&#233;ry. Lovers of his classic tale \\\"The Little Prince\\\" will...',\n\t    'thumbnail': 'http://imgick.cleveland.com/home/cleve-media/river/img/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<div id=\"series\">\r\n<script type=\"text/javascript\" src=\"http://media.cleveland.com/storypackage/13985338/sp.js\" /></script>\r\n</div>\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p><strong>PICTURE BOOKS<br></strong></p>\n<p><strong>&nbsp;</strong></p>\n<div id=\"asset-16594929\" class=\"entry_widget_large entry_widget_right\"><span class=\"adv-photo-large\"><a class=\"full-size-popup\" href=\"http://media.cleveland.com/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.cleveland.com/books_impact/photo/pilot-and-princejpg-ea357b35d465c133.jpg\" alt=\"pilot-and-prince.jpg\"></a><span class=\"photo-data\"><span class=\"byline\">Foster Books</span></span></span>&nbsp;</div>\n<p><strong>The Pilot and the Little Prince<br></strong>Peter S&#237;s  <br> Foster Books, $18.99; ages 5-8  </p>\n<p>This exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exup&#233;ry. Lovers of his classic tale \"The Little Prince\" will find that the masterful S&#237;s has captured the wonder and dreaminess evoked in that book. -<em>- Karen Sandstrom</em></p>\n<p><strong>Mister Bud Wears the Cone</strong><br>Carter Goodrich</p>\n<p>Simon &amp; Schuster, $16.99; ages 4-8</p>\n<p>Goodrich finds hilarity and drama in \"Mister Bud Wears the Cone,\" a story of one dog's humility in the confines of a plastic head cone. <em>-- Sandstrom</em><br> <br> <strong>Abuelo</strong><br>Arthur Dorros; illustrated by Ra&#250;l Col&#243;n<br> Harper, $17.99; ages 6-8</p>\n<p>A young boy learns a lot from his grandfather in the country as they camp and ride horses under the big sky. The <em>abuelo</em> also teaches his grandson the Spanish words for important ideas. Col&#243;n's rich illustrations make each page dazzle. <em>-- Sandstrom</em></p>\n<p><strong>Where's My Mommy?</strong><br>Beverly Donofrio; illustrated by Barbara McClintock<br> Schwartz &amp; Wade, $17.99; ages 3-7</p>\n<p>A girl and her mouse keep their friendship a secret from their parents in this gorgeously illustrated look at parallel lives. You'll marvel over the details McClintock gets just right as she lays out the two worlds in a soft, golden palette. <em>-- Sandstrom</em><br> <br> <strong>President Taft is Stuck in the Bath</strong><br>Mac Barnett; illustrated by Chris Van Dusen<br> Candlewick Press, $16.99; ages 4-8</p>\n<p>The story goes that our horizontally challenged 27<sup>th</sup> president once became trapped by in a bathtub. Branett's words and Van Dusen's silky smooth illustrations have the most possible fun with the idea, yet remain respectful. Historical notes at the end separate fact from fiction. <em>-- Sandstrom</em></p>\n<p><strong>MIDDLE-GRADE BOOKS<br></strong></p>\n<div id=\"asset-16594969\" class=\"entry_widget_large entry_widget_right\"><span class=\"adv-photo-large\"><a class=\"full-size-popup\" href=\"http://media.cleveland.com/books_impact/photo/brown-girljpg-84364ef1f9c1df0b.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.cleveland.com/books_impact/photo/brown-girljpg-84364ef1f9c1df0b.jpg\" alt=\"brown-girl.jpg\"></a><span class=\"photo-data\"><span class=\"byline\">Nancy Paulsen Books</span></span></span>&nbsp;</div>\n<p><strong>Brown Girl Dreaming</strong></p>\n<p>Jacqueline Woodson</p>\n<p>Nancy Paulsen Books, $16.99; ages 10 and up</p>\n<p>Woodson won the National Book Award for this childhood memoir in verse. It&nbsp; begins with Woodson's birth in 1963. \"I am born on a Tuesday at University Hospital / Columbus, Ohio, / USA &#8211; / a country caught / between Black and White.\" A wonderful model for young readers wanting to write their own family stories. <em>-- Tricia Springstubb</em></p>\n<p><strong>West of the Moon</strong></p>\n<p>Margi Preus</p>\n<p>Amulet Books, $16.95; ages 10-14</p>\n<p>Weaving Norwegian folklore with actual hardships faced by 19<sup>th</sup>-century immigrants, Preus spins a riveting tale of love, sin, remorse, forgiveness and how stories give us courage. <em>-- Springstubb</em></p>\n<p><strong>The Crossover</strong></p>\n<p>Kwame Alexander</p>\n<p>Houghton Mifflin Harcourt, $16.99; ages 9-12</p>\n<p>Sports and life intertwine in this electric celebration of the game and of the power of brotherhood and family. The language sizzles and pops, ranging from free verse to hip-hop to poems for two voices. <em>-- Springstubb</em></p>\n<p><strong>Ophelia and the Marvelous Boy</strong></p>\n<p>Karen Foxlee</p>\n<p>Knopf, $16.99; ages 8-12</p>\n<p>Behind a museum door, Ophelia discovers a small boy with an unbelievable tale: Wizards have chosen him to defeat the wicked Snow Queen, and he needs help. Ophelia finds herself bravely battling evil, not just to save him, but her beloved father and sister, too, in this melancholy and beautiful book. <em>-- Springstubb</em></p>\n<p><strong>The Meaning of Maggie</strong></p>\n<p>Megan J. Sovern</p>\n<p>Chronicle Books, 220 pp., $16.99; ages 8-12</p>\n<p>Maggie is smart, self-centered and friendless &#8211; not that she minds one bit. Her own brain and ambition are company enough. Resolving to fix her father's illness, she discovers multiple sclerosis has no cure. Maggie's family copes with courage, humor and love, and readers will not only root for them, but believe in them. <em>-- Springstubb</em></p>\n<p><strong>Revolution</strong></p>\n<p>Deborah Wiles</p>\n<p>Scholastic, $19.99; ages 8-12</p>\n<p>Mississippi, 1964. Sunny and her stepbrother sneak into their town's segregated pool one hot night. To their surprise, a \"colored\" boy is there, too. Wiles chronicles the Freedom Summer through a mixture of fiction and documentary, including photos, excerpts of speeches and song lyrics. <em>-- Springstubb</em></p>\n<p><strong>The Family Romanov: Murder, Rebellion, and the Fall of Imperial Russia</strong></p>\n<p>Candace Fleming</p>\n<p>Schwartz and Wade, $ 18.99, ages 9-12</p>\n<p>No fiction is more fantastic than the true story of foolish Nicholas, fanatic Anastasia, and their five beautiful children. Geared toward middle-school readers, this superb account will also satisfy adults looking for an overview of this period of Russian history, when impoverished workers revolted, soldiers died by the millions, Lenin was on the rise, and the tsar, secluded in his opulent country palace, trusted in God to save his throne. <em>-- Springstubb</em></p>\n<p><strong>YOUNG ADULT BOOKS<br></strong></p>\n<div id=\"asset-16594987\" class=\"entry_widget_large entry_widget_right\"><span class=\"adv-photo-large\"><a class=\"full-size-popup\" href=\"http://media.cleveland.com/books_impact/photo/why-we-tookjpg-01fd4a95868181e5.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.cleveland.com/books_impact/photo/why-we-tookjpg-01fd4a95868181e5.jpg\" alt=\"why-we-took.jpg\"></a><span class=\"photo-data\"><span class=\"byline\">Arthur A. Levine Books</span></span></span>&nbsp;</div>\n<p><strong>Why We Took the Car</strong></p>\n<p>Wolfgang Herrndorf</p>\n<p>Arthur A. Levine Books, 256 pp., $17.99</p>\n<p>Boys (and girls, too) will love this joy ride of a story, featuring German teens Mike and Tschick, who \"borrow\" a car to escape the boredom of summer break. Adventures &#8211; and misadventures &#8211; ensue, until they end up in police custody. Fasten your seatbelt for a rollicking read. <em>-- Susan Glaser</em></p>\n<p><strong>We Were Liars</strong></p>\n<p>E. Lockhart</p>\n<p>Delacorte, 240 pp., $20.99</p>\n<p>The protagonist of this story is Cady Sinclair, a member of an upper-crust New England family that spends its summers on a private island off the coast of Massachusetts. Cady, together with same-age cousins Johnny and Mirren and love interest Gat Patil, make up \"the Liars,\" tightknit teens who share adventures &#8211; and one big surprise. At age 17, Cady returns to Beechwood Island to piece together the details of an accident two years prior. The result: An ending you won't see coming. <em>-- Glaser</em></p>\n<p><strong>I'll Give You the Sun</strong></p>\n<p>Jandy Nelson</p>\n<p>Dial Books, 384 pp., $17.99</p>\n<p>Twins Noah and Jude are the narrators of this tale, which alternates between their 13<sup>th</sup> and 16<sup>th</sup> years. In between: Their mother dies, their lives are upended and the two struggle to make peace with each other and the people around them. Their paths come back together at the end &#8211; but the real story is in the journey. <em>-- Glaser</em></p>\n<p><strong>The Impossible Knife of Memory</strong></p>\n<p>Laurie Halse Anderson</p>\n<p>Viking, 391 pp., $18.99</p>\n<p>Anderson, who has tackled date rape and eating disorders in previous works, turns her attention to post-traumatic stress disorder in this story about Hayley Kincain and her Iraq War vet father, Andy. Hoping for stability, the two return to Andy's hometown in upstate New York for Hayley's senior year of high school. Instead, the two are forced to deal with more chaos, including Andy's increasingly erratic behavior. A budding romance between Hayley and fellow high schooler Finn helps lighten the mood. Even so, Anderson maintains her status as one of the most serious storytellers in the young adult genre. <em>-- Glaser</em></p>\n<p><strong>Dorothy Must Die</strong></p>\n<p>Danielle Paige</p>\n<p>HarperCollins, 464 pp., $17.99</p>\n<p>Imagine that a second girl from Kansas was swept away to Oz after Dorothy left. But when Amy arrives, Oz is falling apart. The color is dull, and a huge hole in the middle of the land is getting bigger. What has happened to Oz? Short answer: Dorothy. Now it is up to Amy to fix things, and decide which of her unlikely companions are the most trustworthy. Is it the order of the wicked witches or the wingless flying monkeys, or both? Or are there other players in this game that we don't know about yet? I loved this book. <em>-- Ami Bray, Loganberry Books</em></p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.cleveland.com%2Fbooks%2Findex.ssf%2F2014%2F12%2Fbest_books_for_young_readers_e.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.cleveland.com%2Fbooks%2Findex.ssf%2F2014%2F12%2Fbest_books_for_young_readers_e.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if((window.m_context != \"index_page\") && (!Modernizr.touch)) {\n        document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>');\n    }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    \r\n\r\n    <div class=\"promo-box\">\r\n        <h3>Joanna Connors</h3>\r\n\r\n        \r\n            <a href=\"http://www.cleveland.com/books/index.ssf/joanna_connors/index.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.cleveland.com/ent_impact_arts/photo/joanna-connors-15391055jpg-53113185fbca9105.jpg\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.cleveland.com/books/index.ssf/joanna_connors/index.html\">Reviews &amp; more from The Plain Dealer Book Editor</a></h2>\r\n        <p></p>\r\n\r\n        \r\n        \r\n\r\n        <ul class=\"promo-headlines\">\r\n            \r\n            \r\n            \r\n            \r\n            \r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://connect.cleveland.com/user/jconnors/posts.html\">More from Joanna Connors &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n    \r\n<section id=\"most-popular-comments\" class=\"most-popular\">\r\n <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\r\n</section>\r\n          \r\n<section id=\"most-popular-read\" class=\"most-popular\">\r\n <div id=\"most-read\" class=\"module-block active\">\r\n  <h2>Most Read</h2>              \r\n </div>\r\n</section>\n\n\n\n    <style type=\"text/css\">.multi_sponsor.adunit{float:left;padding:15px;}</style>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge1\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge2\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge3\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge4\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge5\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge6\"></div><div class=\"clear\"></div>\n\n\n<script type=\"text/javascript\">\n    if((window.m_context == \"index_page\")) {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of cleveland.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.cleveland.com/bedford/index.ssf/2015/01/family_friends_hold_vigil_for.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/16694665-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/bedford/index.ssf/2015/01/family_friends_hold_vigil_for.html#incart_hbx\" >Vigil held for man shot by Bedford police officer</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.cleveland.com/livingston/index.ssf/2015/01/chemistry_accountability_and_a_1.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/jonesjpg-1074a11bf0430ba5.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/livingston/index.ssf/2015/01/chemistry_accountability_and_a_1.html#incart_hbx\" >Livingston: How Ohio State persevered</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.cleveland.com/cavs/index.ssf/2015/01/tristan_thompson_kevin_love_le.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.cleveland.com/cleve_top_stories/photo/16694659-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.cleveland.com/cavs/index.ssf/2015/01/tristan_thompson_kevin_love_le.html#incart_hbx\" >Cavs come back to top Hornets, 91-87 </a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n      <div id=\"footer-logos\">\r\n        <img src=\"http://media.cleveland.com/static/cleve/static/img/footer-logo-cleve-inc.png\" alt=\"cleveland.com logo\">\r\n      </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.cleveland.com/aboutus/\">About Cleveland.com</a></li>\r\n            <li><a href=\"http://www.neohiomediagroup.com/\">About Northeast Ohio Media Group</a></li>\r\n            <li><a href=\"http://www.neohiomediagroup.com/advertising-solutions/\">Advertise with us</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://www.cleveland.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n            <li><a href=\"http://jobs.cleveland.com/jobs/northeast-ohio-media-group-985684-cd\">Career Opportunities</a></li>\r\n            <li><a href=\"http://blog.cleveland.com/updates/2009/08/community_faq.html\" title=\"FAQ\">FAQ</a></li>\r\n          </ul>\r\n        </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscribe</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/dssSubscribe.aspx\">The Plain Dealer</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/sun/subscribe\">Sun News</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/newsletters/\">eNewsletters</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t<h2>Subscriber Services</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/\">Media Insider Rewards</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fMyProfile.aspx\">View My Profile</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fMissedPaper.aspx\">Report a Delivery Issue</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fVacationStop.aspx\">Place a Vacation Request</a></li>\r\n\t\t\t\t\t<li><a href=\"http://members.plaindealer.com/login.aspx?ReturnUrl=%2fSecurePage%2fPayment.aspx\">Make a Payment</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Cleveland.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.cleveland.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/open/\">Politics</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://obits.cleveland.com/Cleveland/DeathNotices.asp\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.cleveland.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.cleveland.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.cleveland.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.cleveland.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.cleveland.com/\">Shopping Deals and Coupons</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.cleveland.com/\">Local Businesses</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://update.cleveland.com/adv_cleveland/newsletters/cleve/subscribe.htm#topicf\">Deals in Your Area</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n        <ul>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/beachwood\">Beachwood</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/brunswick\">Brunswick</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/lakewood\">Lakewood</a></li>\r\n        </ul>\r\n        <ul>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/parma\">Parma &amp; Parma Heights</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/strongsville\">Strongsville</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.cleveland.com/community\">More Communities</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\t<a href=\"http://www.cleveland.com/mobile-device/\">Mobile Apps</a> | \r\n\t\t\t\t\t\t<a href=\"http://www.cleveland.com/alerts/\">Text Alerts</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on Cleveland.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.cleveland.com/\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.cleveland.com/\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/jobs/products/index.ssf\">\tPost a job </a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">Post a classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">\tSell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/placead/\">\tSell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.cleveland.com/siteindex\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p><a href=\"http://twitter.com/clevelanddotcom\" class=\"icn-twitter icn-link\">Twitter</a> | <a href=\"http://www.facebook.com/pages/clevelandcom/48573742500\" class=\"icn-facebook icn-link\">Facebook</a> | <a href=\"https://plus.google.com/u/0/b/107235278707360504631/107235278707360504631/posts\" class=\"icn-google icn-link\">Google+</a></p> | <a class=\"icn-instagram icn-link\" href=\"http://instagram.com/clevelanddotcom\">Instagram</a> | <a class=\"icn-pinterest icn-link\" href=\"http://www.pinterest.com/clevelanddotcom/\">Pinterest</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.cleveland.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.cleveland.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.cleveland.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>cleveland.com is powered by Plain Dealer Publishing Co. and Northeast Ohio Media Group. All rights reserved (<a href=\"http://www.cleveland.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Northeast Ohio Media Group LLC.</p>\r\n            <p><a href=\"http://blog.cleveland.com/updates/2011/01/clevelandcoms_community_rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.cleveland.com/interactivity/\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.cleveland.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/cnn_article.html",
    "content": "<!DOCTYPE HTML>\n<html itemscope itemtype=\"http://schema.org/NewsArticle\" lang=\"en-US\">\n<head>\n<title>After storm, forecasters see smooth sailing for Thanksgiving - CNN.com</title>\n<meta charset=\"UTF-8\"/>\r\n<meta content=\"2013-11-28T02:03:23Z\" http-equiv=\"last-modified\"/>\r\n<meta content=\"index,follow\" name=\"robots\"/>\r\n<meta content=\"noarchive\" name=\"googlebot\"/>\r\n<meta content=\"width=1024\" name=\"viewport\"/>\r\n<meta content=\"news\" itemprop=\"genre\" name=\"medium\"/>\r\n<meta content=\"en-US\" itemprop=\"inLanguage\"/>\r\n<meta content=\"After storm, forecasters see smooth sailing for Thanksgiving - CNN.com\" name=\"title\"/>\r\n<meta content=\"A strong storm struck much of the eastern United States on Wednesday, complicating holiday plans for many of the 43 million Americans expected to travel.\" itemprop=\"description\" name=\"description\" property=\"og:description\"/>\r\n<meta content=\"winter storm,holiday travel,Thanksgiving storm,Thanksgiving winter storm\" itemprop=\"keywords\" name=\"keywords\"/>\r\n<meta content=\"winter storm,holiday travel,Thanksgiving storm,Thanksgiving winter storm\" name=\"news_keywords\"/>\r\n<meta content=\"Dana A. Ford, James S.A. Corey, Chien-Ming Wang, and Tom Watkins, CNN\" itemprop=\"author\" name=\"author\"/>\r\n<meta content=\"travel\" itemprop=\"articleSection\" name=\"section\"/>\r\n<meta content=\"CNN\" itemprop=\"sourceOrganization\" name=\"source\"/>\r\n<meta content=\"\" name=\"subsection\"/>\r\n<meta content=\"2013-11-27T08:36:32Z\" itemprop=\"datePublished\" name=\"pubdate\"/>\r\n<meta content=\"2013-11-28T02:03:23Z\" itemprop=\"dateModified\" name=\"lastmod\"/>\r\n<meta content=\"2013-11-27T08:36:32Z\" itemprop=\"dateCreated\"/>\r\n<meta content=\"\" itemprop=\"contentLocation\"/>\r\n<meta content=\"After storm, forecasters see smooth sailing for Thanksgiving\" itemprop=\"headline\" property=\"og:title\" />\r\n<meta content=\"article\" property=\"og:type\"/>\r\n<meta content=\"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\" itemprop=\"url\" property=\"og:url\"/>\r\n<meta content=\"CNN\" property=\"og:site_name\"/>\r\n<meta content=\"http://i2.cdn.turner.com/cnn/dam/assets/131129200805-01-weather-1128-story-top.jpg\" itemprop=\"thumbnailUrl\" property=\"og:image\"/>\r\n<meta content=\"18793419640\" property=\"fb:page_id\"/>\r\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/cnninternational\" />\r\n<meta property=\"vr:canonical\" content=\"http://edition.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\">\r\n<meta content=\"CNN\" property=\"og:site_name\"/>\r\n<meta content=\"80401312489\" property=\"fb:app_id\"/>\r\n<meta property=\"twitter:card\" content=\"summary\" />\n<meta property=\"twitter:site\" content=\"@CNNI\"/>\n<meta property=\"twitter:site:id\" content=\"2097571\"/>\n<meta property=\"twitter:creator\" content=\"@cnntravel\"/>\n<meta property=\"twitter:creator:id\" content=\"174377718\"/>\n<link href=\"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\" rel=\"canonical\"/>\n<link href=\"/\" rel=\"Start\"/>\n<link href=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/apple-touch-icon.png\" rel=\"apple-touch-icon\" type=\"image/png\"/>\n<link href=\"/tools/search/cnncom.xml\" rel=\"search\" title=\"CNN.com\" type=\"application/opensearchdescription+xml\"/>\n<link href=\"/tools/search/cnncomvideo.xml\" rel=\"search\" title=\"CNN.com Video\" type=\"application/opensearchdescription+xml\"/>\n<link href=\"http://rss.cnn.com/rss/cnn_latest.rss\" rel=\"alternate\" title=\"\" type=\"application/rss+xml\"/>\n<link href=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/www_article/1891/css/artlib-min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"http://mediacdn.disqus.com/1296789715/styles/dtpl/defaults.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"http://disqus.com/forums/cnn/styles.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"http://widgets.outbrain.com/mu/css/outbrainWidget.css?v=33961\" id=\"cssLinkID\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"https://plus.google.com/u/0/b/117515799321987910349/117515799321987910349/posts\" rel=\"publisher\"/>\n<script>\nvar cnnCurrTime=new Date(1406199056000),\ncnnCurrHour=6,\ncnnCurrMin=50,\ncnnCurrDay=\"Thu\",\ncnnIsIntl=true,\nclickID=212106,\ncnn_cvpAdpre=\"edition.\",\ncnnCVPAdSectionT1=\"edition.cnn.com_travel_t1\",\ncnnCVPAdSectionInPage=\"edition.cnn.com_travel_inpage\",\ncnnShareUrl=\"%2F2013%2F11%2F27%2Ftravel%2Fweather-thanksgiving%2Findex.html\",\ncnnShareTitle=\"After%20storm%2C%20forecasters%20see%20smooth%20sailing%20for%20Thanksgiving\",\ncnnShareDesc=\"\",\ncnnFirstPub=new Date('Wednesday Nov 27 03:36:32 EST 2013'),\ncnnSectionName=\"travel\",\nsectionName=\"travel\",\ncnnSubSectionName=\"trv : news\",\ncnnPageType=\"Story\",\ncnnBrandingValue=\"default\";\ncnnPartnerValue=\"\";\ncnnOmniBranding=\"\",\ncnnAuthor=\"Dana A. Ford, James S.A. Corey, Chien-Ming Wang, and Tom Watkins, CNN\",\ndisqus_category_id=207582,\ndisqus_identifier=\"/2013/11/27/travel/weather-thanksgiving/index.html\",\ndisqus_title=\"After storm, forecasters see smooth sailing for Thanksgiving\",\ncnn_edtnswtchver=\"edition\",\ncnnIsStoryPage=true,\ncnn_metadata = {},\ncnn_shareconfig = [];\ncnn_metadata = {\nsection: [\n\"travel\",\n\"trv : news\"\n],\nfriendly_name: \"After storm, forecasters see smooth sailing for Thanksgiving\",\ntemplate_type: \"content\",\ntemplate_type_content: \"gallery\",\nbusiness: {\ncnn: {\npage: {\nauthor: \"Dana A. Ford, James S.A. Corey, Chien-Ming Wang, and Tom Watkins, CNN\",\nbroadcast_franchise: \"\",\nvideo_embed_count: \"4\",\npublish_date: \"2013/11/27\",\nphoto_gallery: \"After storm, forecasters see smooth sailing for Thanksgiving\"\n},\nvideo: {\nvideo_player: \"\"\n}\n}\n},\nuser: {\nauthenticated: \"\",\nsegment: {\nage: \"\",\nzip: \"\",\ngender: \"\"\n}\n}\n};\nif (typeof(cnnOmniPartner) !== \"undefined\") {\nif (cnn_metadata.template_type_content === \"\") {\ncnn_metadata.template_type_content = \"partner\";\n}\n}\nvar photo_gallery = \"After storm, forecasters see smooth sailing for Thanksgiving\";\n</script>\n<script src=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/www_article/1891/js/artlib-min.js\"></script>\n<script>\nif(typeof CNN==='undefined'){var CNN=Class.create();}\nCNN.expandableMap=[''];\nfunction _loginOptions(){};\nvar disqus_url=(typeof disqus_identifier!=='undefined') ? 'http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html' : 'http://www.cnn.com'+location.pathname;\ncnnad_newTileIDGroup(['970x66_top','300x250_rgt','300x250_rgt2','336x280_rgt','336x850_rgt','300x150_rgt','728x90_top','728x90_bot','BG_Skin','120x90_bot1','120x90_bot2','120x90_bot3']);\ncnnad_newTileIDGroup(['607x95_adlinks','336x280_adlinks']);\n</script>\n<!--\n<script src=\"http://connect.facebook.net/en_US/all.js\"></script>\n-->\n<!--adType:mmst-->\n</head>\n<body>\n<a name=\"top_of_page\"></a><a href=\"#ContentArea\"><img src=\"http://i.cdn.turner.com/cnn/images/1.gif\" align=\"right\" alt=\"Skip to main content\" border=\"0\" height=\"1\" hspace=\"0\" style=\"display:none;\" vspace=\"0\" width=\"10\"/></a>\n<!-- begin default international header -->\n<!-- TODO: unobtrusive js refactor -->\n<div id=\"cnn_hdr\">\n\t<div id=\"cnn_hdr-prompt\" style=\"display:none;\">\n\t\t<div class=\"hdr-wrap\" id=\"cnn_hdr-promptcntnt\">\n\t\t</div>\n\t</div>\n\t<div id=\"cnn_hdr-main\">\n\t\t<div class=\"hdr-wrap\">\n\t\t\t<div id=\"hdr-banner\">\n\n\n\t\t\t\t\t<a id=\"hdr-banner-title\" href=\"/\" title=\"\">\n\t\t\t\t\t\t<img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/global/header/intl/hdr-globe-central.gif\" width=\"190\" height=\"82\" alt=\"CNN\" />\n\t\t\t\t\t</a>\n\n\t\t\t</div>\n\t\t\t<div id=\"hdr-editions\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li class=\"no-pad-left\"><span>EDITION: &nbsp;INTERNATIONAL</span></li>\n\t\t\t\t\t<li><a id=\"cnn_switchEdition_us\" href=\"http://us.cnn.com/?hpt=ed_US\" title=\"CNN US\">U.S.</a></li>\n\t\t\t\t\t<li><a href=\"http://www.cnnmexico.com/hpt=ed_Mexico\" title=\"CNN M&Eacute;XICO\">M&Eacute;XICO</a></li>\n\t\t\t\t\t<li class=\"no-border\"><a href=\"http://arabic.cnn.com/?hpt=ed_Arabic\" title=\"CNN ARABIC\">ARABIC</a></li>\n\t\t\t\t</ul>\n\t\t\t\t<div class=\"cnn_clear\"></div>\n\t\t\t\t<div style=\"padding-top:2px\">\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"no-pad-left no-border no-pad-right\"><span><a href=\"http://edition.cnn.com/CNN/Programs\" class=\"cnn_hdr-editionlnk\">TV</a>: &nbsp;</span></li>\n\t\t\t\t\t\t<li><a href=\"http://edition.cnn.com/cnni/\">CNNi</a></li>\n\t\t\t\t\t\t<li class=\"no-border\"><a href=\"http://cnnespanol.cnn.com/\">CNN en Español</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t\t<div id=\"cnn_hdr-editionS\"><a href=\"javascript:cnn_initeditionhtml(3);\">Set edition preference</a></div>\n\t\t\t</div>\n\t\t\t<div id=\"hdr-auth\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"javascript:void(0)\" onclick=\"showOverlay('profile_signup_overlay');return false;\" title=\"\">Sign up</a></li>\n\t\t\t\t\t<li class=\"no-border no-pad-right\"><a href=\"javascript:void(0)\" onclick=\"showOverlay('profile_signin_overlay');return false;\" title=\"\">Log in</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t\t<div id=\"hdr-search\">\n\t\t\t\t<form method=\"get\" action=\"/search/\" onsubmit=\"return cnnSearch(this);\">\n\t\t\t\t\t<div class=\"ftr-search-datacntr\">\n<div class=\"ftr-search-tfield\"><input type=\"text\" name=\"query\" size=\"12\" maxlength=\"40\" value=\"\" id=\"hdr-search-box\"></div>\n<div class=\"ftr-search-sicon\"><input type=\"image\" src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/search/btn_search_hp_text.gif\" width=\"55\" height=\"21\" alt=\"\"></div>\n</div>\n\t\t\t\t\t<input type=\"hidden\" name=\"primaryType\" id=\"cnnHeadSrchType\" value=\"mixed\">\n\t\t\t\t</form>\n\n<script>\n\n//Event.observe(window, 'load', function() {\n\t\t//$('hdr-search-box').focus();\n\t//});\t\n\t\n</script>\n\n<style>\n\n#hdr-editions a { text-decoration:none; }\n#cnn_hdr-editionS { text-align:left;clear:both; }\n#cnn_hdr-editionS a { text-decoration:none;font-size:10px;top:7px;line-height:12px;font-weight:bold; }\n#hdr-prompt-text b { display:inline-block;margin:0 0 0 20px; }\n#hdr-editions li { padding:0 10px; }\n\n#hdr-editions ul li.no-pad-left span { font-size:12px; }\n.hdr-arrow-intl, .hdr-arrow-us, .hdr-arrow-us2 { left:148px; }\n.hdr-arrow-us2 { left:180px; }\n\n</style>\n\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<div id=\"cnn_hdr-nav\">\n\t\t<ul id=\"intl-menu\">\n\t\t\t<li class=\"no-border\"><a id=\"nav-home\" class=\"nav-media no-border\" href=\"/\" title=\"Breaking, World, Business, Sports, Entertainment and Video News from CNN.com International\">Home</a></li>\n\t\t\t<li class=\"no-border\"><a id=\"nav-video\" class=\"nav-media no-border\" href=\"/video/\" title=\"Breaking News Videos from CNN.com International\">Video</a></li>\n\t\t\t<li><a id=\"nav-world\" href=\"/WORLD/\" title=\"World News Headlines and Video from CNN.com International\">World</a></li>\n\t\t\t<li><a id=\"nav-us\" href=\"/US/\" title=\"U.S. News Headlines and Video from CNN.com International\">U.S.</a></li>\n\t\t\t<li><a id=\"nav-africa\" href=\"/AFRICA/\" title=\"Africa News Headlines and Video from CNN.com International\">Africa</a></li>\n\t\t\t<li><a id=\"nav-asia\" href=\"/ASIA/\" title=\"Asia News Headlines and Video from CNN.com International\">Asia</a></li>\n\t\t\t<li><a id=\"nav-europe\" href=\"/EUROPE/\" title=\"Europe News Headlines and Video from CNN.com International\">Europe</a></li>\n\t\t\t<li><a id=\"nav-latin-america\" href=\"/LATINAMERICA/\" title=\"Latin America News Headlines and Video from CNN.com International\">Latin America</a></li>\n\t\t\t<li><a id=\"nav-middle-east\" href=\"/MIDDLEEAST/\" title=\"Middle East News Headlines and Video from CNN.com International\">Middle East</a></li>\n\t\t\t<li><a id=\"nav-business\" href=\"/BUSINESS/\" title=\"World Business News Headlines and Video from CNN.com International\">Business</a></li>\n\t\t\t<li><a id=\"nav-world-sport\" href=\"/SPORT/\" title=\"World Sport News Headlines and Video from CNN.com International\">World Sport</a></li>\n\t\t\t<li><a id=\"nav-entertainment\" href=\"/SHOWBIZ/\" title=\"Entertainment News Headlines and Video from CNN.com International\">Entertainment</a></li>\n\t\t\t<li><a id=\"nav-tech\" href=\"/TECH/\" title=\"Technology News Headlines and Video from CNN.com International\">Tech</a></li>\n\t\t\t<li><a id=\"nav-travel\" class=\"nav-on\" href=\"http://travel.cnn.com/\" title=\"Travel News Headlines and Video from CNN.com International\">Travel</a></li>\n\t\t\t<li><a id=\"nav-ireport\" href=\"http://www.ireport.com/\" title=\"CNN iReport &ndash; Share your story, discuss the issues with CNN.com International\">iReport</a></li>\n\t\t</ul>\n\t</div>\n</div>\n<script type=\"text/javascript\">\n\n</script>\n<!-- end header -->\n\r\n<div align=\"center\" id=\"cnnContainer\"><div class=\"cnn_maincntnr\"><div class=\"cnn_containerwht cnn_contentarea\">\n<!-- this is where the breaking news CSI code will go -->\n<div id=\"cnnBannerContainer\" class=\"cnn_www_banner\" data-vr-zone=\"breakingbanner\" data-vr-contentbox=\"\"></div>\n<script type=\"text/javascript\">\nCSIManager.getInstance().call('/.element/ssi/intl/breaking_news/3.0/banner.html','','cnnBannerContainer',cnnRenderInternationalBanner);\n</script>\n<div id=\"cnnSetEditionContainer\"></div>\n<div id=\"cnnMakeHPContainer\"></div>\n\n\n<div class=\"cnn_storyarea\" id=\"cnnContentContainer\">\n<div class=\"cnn_stryarblkbr\"></div>\n<div class=\"cnn_strybtntools\">\n<div id=\"cnn_sharebar1\">\n<div class=\"c_sharebar_cntr c_sharebar_loading\">\n<div class=\"c_sharelftcol\">\n<div class=\"c_sharetitle\">SHARE THIS</div>\n<div class=\"c_sharebtns\">\n<ul>\n<li class=\"c_sharebtn c_sharebtnfb\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'facebook');\"></a></li>\n<li class=\"c_sharebtn c_sharebtntwtr\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'twitter');\"></a></li>\n<li class=\"c_sharebtn c_sharebtngplus\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'googleplus');\"></a></li>\n<li class=\"c_sharebtn c_sharebtnlnkn\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'linkedin');\"></a></li>\n</ul>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"fb-like\" data-send=\"false\" data-layout=\"button_count\" data-width=\"150\" data-show-faces=\"false\" data-action=\"recommend\" href=\"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\"></div>\n</div><!-- /c_sharelftcol -->\n<div class=\"c_sharedivcol\"></div>\n<div class=\"c_shareweb c_sharergtcol\">\n<ul>\n<li class=\"cnn_sswdgtweb1\"><a href=\"#\" onclick=\"if(typeof CleanPrintPrintHtml!='undefined' && CleanPrintPrintHtml) CleanPrintPrintHtml(); else window.print(); return false;\">Print</a></li>\n<li class=\"cnn_sswdgtweb2\"><a href=\"#\" onclick=\"return(ET());\">Email</a></li>\n<li class=\"cnn_sswdgtweb3\"><a href=\"javascript:void(0);\" onclick=\"$j('#cnn_sharebarmore1').toggle();\">More sharing</a>\n<div id=\"cnn_sharebarmore1\" class=\"sharebar_othersites sharebar_othersitesl\" style=\"display:none;\">\n<div class=\"shareProp\">\n<div class=\"sharebutton_reddit\" title=\"Reddit\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'reddit');\">Reddit</a></div>\n</div>\n<div class=\"shareProp\">\n<div class=\"sharebutton_stumbleupon\" title=\"StumbleUpon\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'stumbleupon');\">StumbleUpon</a></div>\n</div>\n<div class=\"shareProp\">\n<div class=\"sharebutton_delicious\" title=\"Delicious\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar1', 'delicious');\">Delicious</a></div>\n</div>\n</div>\n</li>\n</ul>\n</div><!-- /c_sharergtcol -->\n<div class=\"cnn_clear\"></div>\n</div>\n</div>\n</div>\n<script>\n/* push in config for this share instance */\ncnn_shareconfig.push({\n\"id\" : \"cnn_sharebar1\",\n\"url\" : \"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\",\n\"title\" : \"After storm, forecasters see smooth sailing for Thanksgiving\"\n});\n</script>\n<!--google_ad_section_start--><!--startclickprintinclude-->\n<h1>After storm, forecasters see smooth sailing for Thanksgiving</h1>\n<!--endclickprintinclude--><!--startclickprintexclude-->\n<!--no partner-->\n<div class=\"cnn_stryathrtmp\">\n<div class=\"cnnByline\">By <strong>Dana A. Ford </strong>, <strong>James S.A. Corey</strong>, <strong>Chien-Ming Wang</strong>, and<strong> Tom Watkins, </strong>CNN</div>\n<div class=\"cnn_strytmstmp\">November 28, 2013 -- Updated 0203 GMT (1003 HKT)</div>\n</div>\n<!--google_ad_section_end-->\n<div class=\"cnn_strycntntlft\">\n<!--startclickprintexclude-->\n<script>\nif (typeof cnnArticleGallery==\"undefined\"){\nvar cnnArticleGallery={};\nif(typeof cnnArticleGallery.currentImageList==\"undefined\"){\ncnnArticleGallery.currentImageList=[];\n}\n}\nvar expGalleryPT00=new ArticleExpandableGallery();\nexpGalleryPT00.setImageCount(14);\nexpGalleryPT00.setAdsRefreshCount(3);\n//cnn_adbptrackpgalimg(\"Weather threatens holiday plans\", 1);\n</script>\n<style type=\"text/css\">\n.cnn_html_slideshow_metadata > .cnn_html_media_utility::before{color:red;content:'>>';font-size:9px;line-height:12px;padding-right:1px}\n.cnnstrylccimg640{margin:0 27px 14px 0}\n.captionText{filter:alpha(opacity=100);opacity:1}\n.cnn_html_slideshow_media_caption a,.cnn_html_slideshow_media_caption a:visited,.cnn_html_slideshow_media_caption a:link,.captionText a,.captionText a:visited,.captiontext a:link{color:#004276;outline:medium none}\n.cnnVerticalGalleryPhoto{margin:0 auto;padding-right:68px;width:270px}\n</style>\n<div class=\"cnnExplainer cnn_html_slideshow\">\n<div class=\"cnnstrylccimg640\"><div class=\"cnn_stryichgfull\"><div class=\"cnn_stryichgflg\">\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131129200805-01-weather-1128-horizontal-gallery.jpg\" alt=\"Police officers adjust a barricade as people wait in cold weather along the route of the Macy's Thanksgiving Day Parade on Thursday, November 28, in New York. \" border=\"0\" height=\"360\" id=\"articleGalleryPhoto001\" style=\"margin:0 auto;\" width=\"640\"/>\n<cite style=\"\" id=\"galleryCaption001\">Police officers adjust a barricade as people wait in cold weather along the route of the Macy's Thanksgiving Day Parade on Thursday, November 28, in New York. </cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":true,\"x\":0,\"y\":0,\"pos\":1,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131129201158-02-weather-1128-horizontal-gallery.jpg\" alt=\"Passengers wait for a BoltBus to arrive during a light rain on Wednesday, November 27, in New York. A wall of storms packing ice, sleet and rain threatened to suspend holiday travel plans as millions of Americans took to the roads, skies and rails. \" border=\"0\" height=\"360\" id=\"articleGalleryPhoto002\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption002\">Passengers wait for a BoltBus to arrive during a light rain on Wednesday, November 27, in New York. A wall of storms packing ice, sleet and rain threatened to suspend holiday travel plans as millions of Americans took to the roads, skies and rails. </cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":2,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127180330-01-macys-weather-horizontal-gallery.jpg\" alt=\"The Snoopy balloon for the Macy's Parade is partially inflated on Wednesday, November 27, in New York. High winds threatened to keep the balloons on the ground during Thursday's Macy's Thanksgiving parade. A colossal storm system that began in California complicated Thanksgiving travel plans all the way to the Atlantic, causing many transportation delays.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto003\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption003\">The Snoopy balloon for the Macy's Parade is partially inflated on Wednesday, November 27, in New York. High winds threatened to keep the balloons on the ground during Thursday's Macy's Thanksgiving parade. A colossal storm system that began in California complicated Thanksgiving travel plans all the way to the Atlantic, causing many transportation delays.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":3,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127064752-02-weather-1127-horizontal-gallery.jpg\" alt=\"An employee signals a plane out of the gate at Ronald Reagan National Airport outside of Washington on Tuesday, November 26.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto004\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption004\">An employee signals a plane out of the gate at Ronald Reagan National Airport outside of Washington on Tuesday, November 26.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":4,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127064601-01-weather-1127-horizontal-gallery.jpg\" alt=\"Travelers wait in security lines at Reagan National Airport on November 26.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto005\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption005\">Travelers wait in security lines at Reagan National Airport on November 26.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":5,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071921-06-weather-1127-horizontal-gallery.jpg\" alt=\"Vehicles pick up passengers in heavy rain at Reagan National Airport on November 26.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto006\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption006\">Vehicles pick up passengers in heavy rain at Reagan National Airport on November 26.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":6,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127072336-07-weather-1127-horizontal-gallery.jpg\" alt=\"A pedestrian walks through snow showers along Penn Ave in Pittsburgh on November 26.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto007\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption007\">A pedestrian walks through snow showers along Penn Ave in Pittsburgh on November 26.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":7,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131126134827-winter-weather-1126-horizontal-gallery.jpg\" alt=\"Mark Swigart uses a leaf blower to remove snow from the sidewalks November 26 in Pittsburgh.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto008\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption008\">Mark Swigart uses a leaf blower to remove snow from the sidewalks November 26 in Pittsburgh.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":8,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071253-04-weather-1127-horizontal-gallery.jpg\" alt=\"Holiday travelers make their way to their car on November 26 after arriving at Pittsburgh International Airport.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto009\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption009\">Holiday travelers make their way to their car on November 26 after arriving at Pittsburgh International Airport.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":9,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071625-05-weather-1127-horizontal-gallery.jpg\" alt=\"People walk in the rain through Union Square in Manhattan on November 26. New York was bracing for severe weather as the storm made its way east.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto0010\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption0010\">People walk in the rain through Union Square in Manhattan on November 26. New York was bracing for severe weather as the storm made its way east.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":10,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131126082136-01-holiday-weather-1026-horizontal-gallery.jpg\" alt=\"Employees at Dallas-Fort Worth International Airport de-ice a plane before departure on Monday, November 25.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto0011\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption0011\">Employees at Dallas-Fort Worth International Airport de-ice a plane before departure on Monday, November 25.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":11,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131125140556-01-snow-storm-1125-horizontal-gallery.jpg\" alt=\"A fallen tree is removed from a car in Odessa, Texas, on November 25.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto0012\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption0012\">A fallen tree is removed from a car in Odessa, Texas, on November 25.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":12,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131124205202-05-weather-1124-horizontal-gallery.jpg\" alt=\"A plow and sanding truck heads up Paseo del Norte in Albuquerque, New Mexico, on Sunday, November 24.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto0013\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption0013\">A plow and sanding truck heads up Paseo del Norte in Albuquerque, New Mexico, on Sunday, November 24.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":13,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnnArticleGalleryPhotoContainer\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131124203216-01-weather-1124-horizontal-gallery.jpg\" alt=\"Cars slide on Paseo del Norte in Albuquerque on November 24.\" border=\"0\" height=\"360\" id=\"articleGalleryPhoto0014\" style=\"margin:0 auto;display:none\" width=\"640\"/>\n<cite style=\"display:none\" id=\"galleryCaption0014\">Cars slide on Paseo del Norte in Albuquerque on November 24.</cite>\n<script>cnnArticleGallery.currentImageList[cnnArticleGallery.currentImageList.length]={\"currentPicture\":false,\"x\":0,\"y\":0,\"pos\":14,\"title\":\"Weather threatens holiday plans\"}</script>\n</div>\n<div class=\"cnn_clear\"></div>\n<div class=\"cnnArticleGalleryCaptionControl\">\n<div class=\"cnnArticleGalleryCaptionControlText\" id=\"galleryCaptionControl00\" onclick=\"expGalleryPT00.toggleArticleGalleryCaption(0,0)\">HIDE CAPTION</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_html_media_title_new\" id=\"gallerySlideTitle001\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle002\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle003\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle004\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle005\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle006\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle007\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle008\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle009\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle0010\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle0011\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle0012\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle0013\">Weather threatens holiday plans</div>\n<div class=\"cnn_html_media_title_new cnn_html_media_title_none\" id=\"gallerySlideTitle0014\">Weather threatens holiday plans</div>\n</div></div></div>\n<div class=\"cnn_gallery_divline\"></div>\n<div style=\"background-color:#000;color:#FFF;height:27px\">\n<div id=\"articleGalleryNav00JumpPrev\" class=\"cnnArticleGalleryNavPrevNextDisabled\"><span>&lt;&lt;</span></div>\n<div id=\"articleGalleryNav00Prev\" onclick=\"expGalleryPT00.galleryPrev(0,0)\" class=\"cnnArticleGalleryNavPrevNextDisabled\"><span>&lt;</span></div>\n<div class=\"articleGalleryNavContainer\">\n<div id=\"articleGalleryNav001\" class=\"cnnArticleGalleryNavOn\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,1)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,1)\" onclick=\"expGalleryPT00.changePage(0,0,1)\">\n<div id=\"articleGalleryThumb001\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:0px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131129200805-01-weather-1128-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">1</span>\n</div>\n<div id=\"articleGalleryNav002\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,2)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,2)\" onclick=\"expGalleryPT00.changePage(0,0,2)\">\n<div id=\"articleGalleryThumb002\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:27px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131129201158-02-weather-1128-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">2</span>\n</div>\n<div id=\"articleGalleryNav003\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,3)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,3)\" onclick=\"expGalleryPT00.changePage(0,0,3)\">\n<div id=\"articleGalleryThumb003\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:54px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127180330-01-macys-weather-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">3</span>\n</div>\n<div id=\"articleGalleryNav004\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,4)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,4)\" onclick=\"expGalleryPT00.changePage(0,0,4)\">\n<div id=\"articleGalleryThumb004\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:81px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127064752-02-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">4</span>\n</div>\n<div id=\"articleGalleryNav005\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,5)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,5)\" onclick=\"expGalleryPT00.changePage(0,0,5)\">\n<div id=\"articleGalleryThumb005\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:108px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127064601-01-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">5</span>\n</div>\n<div id=\"articleGalleryNav006\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,6)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,6)\" onclick=\"expGalleryPT00.changePage(0,0,6)\">\n<div id=\"articleGalleryThumb006\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:135px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071921-06-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">6</span>\n</div>\n<div id=\"articleGalleryNav007\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,7)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,7)\" onclick=\"expGalleryPT00.changePage(0,0,7)\">\n<div id=\"articleGalleryThumb007\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:162px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127072336-07-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">7</span>\n</div>\n<div id=\"articleGalleryNav008\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,8)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,8)\" onclick=\"expGalleryPT00.changePage(0,0,8)\">\n<div id=\"articleGalleryThumb008\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:189px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131126134827-winter-weather-1126-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">8</span>\n</div>\n<div id=\"articleGalleryNav009\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,9)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,9)\" onclick=\"expGalleryPT00.changePage(0,0,9)\">\n<div id=\"articleGalleryThumb009\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:216px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071253-04-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">9</span>\n</div>\n<div id=\"articleGalleryNav0010\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,10)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,10)\" onclick=\"expGalleryPT00.changePage(0,0,10)\">\n<div id=\"articleGalleryThumb0010\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:243px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131127071625-05-weather-1127-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">10</span>\n</div>\n<div id=\"articleGalleryNav0011\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,11)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,11)\" onclick=\"expGalleryPT00.changePage(0,0,11)\">\n<div id=\"articleGalleryThumb0011\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:270px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131126082136-01-holiday-weather-1026-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">11</span>\n</div>\n<div id=\"articleGalleryNav0012\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,12)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,12)\" onclick=\"expGalleryPT00.changePage(0,0,12)\">\n<div id=\"articleGalleryThumb0012\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:297px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131125140556-01-snow-storm-1125-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">12</span>\n</div>\n<div id=\"articleGalleryNav0013\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,13)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,13)\" onclick=\"expGalleryPT00.changePage(0,0,13)\">\n<div id=\"articleGalleryThumb0013\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:324px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131124205202-05-weather-1124-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">13</span>\n</div>\n<div id=\"articleGalleryNav0014\" class=\"cnnArticleGalleryNav\" onmouseout=\"expGalleryPT00.hideArticleThumb(0,0,14)\" onmouseover=\"expGalleryPT00.showArticleThumb(0,0,14)\" onclick=\"expGalleryPT00.changePage(0,0,14)\">\n<div id=\"articleGalleryThumb0014\" style=\"position:absolute;width:60px;height:60px;border:2px solid #444;bottom:24px;display:none;left:351px\">\n<img src=\"http://i2.cdn.turner.com/cnn/dam/assets/131124203216-01-weather-1124-topics.jpg\" border=\"0\"/>\n</div>\n<span style=\"height:21px;padding:4px 0 0 0\">14</span>\n</div>\n</div>\n<div id=\"articleGalleryNav00Next\" onclick=\"expGalleryPT00.galleryNext(0,0)\" class=\"cnnArticleGalleryNavPrevNext\"><span>&gt;</span></div>\n<div id=\"articleGalleryNav00JumpNext\" class=\"cnnArticleGalleryNavPrevNextDisabled\"><span>&gt;&gt;</span></div>\n<div class=\"cnn_clear\"></div>\n</div>\n</div>\n<script>\nEvent.observe(window,'load',function(){\nif(typeof(cnn_adbptrackpgalimg) == 'function' && typeof(cnnArticleGallery) != 'undefined'){\ncnn_adbptrackpgalimg(cnnArticleGallery.currentImageList[0].image,\"After storm, forecasters see smooth sailing for Thanksgiving\");\n}\n});\n</script>\n<a name=\"em0\"></a>\n<div class=\"cnn_strylftcntnt\"><div class=\"cnn_strylctcntr\">\n<div><strong>STORY HIGHLIGHTS</strong></div>\n<ul class=\"cnn_bulletbin cnnStryHghLght\">\n<!--google_ad_section_start-->\n<li><b>NEW:</b> The worst of holiday travel fears fail to materialize</li>\n<li><b>NEW:</b> \"Tomorrow will be a quieter day,\" says CNN meteorologist</li>\n<li>Fate of Macy's Thanksgiving Day Parade balloons still up in the air </li>\n<!--google_ad_section_end-->\n</ul>\n</div></div>\n<div class=\"cnn_strylftcntnt adtag15090\">\n\n</div>\n<!--endclickprintexclude--><!--google_ad_section_start--><!--startclickprintinclude-->\n<p class=\"cnnEditorialNote\"><em>Are you in the grips of the wintry storm sweeping across the country? Please share <a href='http://ireport.cnn.com/topics/1060026'>your videos, pictures and stories at iReport</a>.</em></p>\n<p><strong>(CNN)</strong> -- The Pennsylvania official was just talking about one area, but he summed up a winter storm that struck much of the eastern United States on Wednesday.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph2\">\"We dodged a bullet,\" said Steve Cowan, a spokesman for the Pennsylvania Department of Transportation.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph3\">As night fell, travelers and transportation authorities breathed a collective sigh of relief as the worst of holiday travel fears failed to materialize. The storm caused some complications and inconveniences, but no major delays or breakdowns.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph4\">Forecasters see mostly smooth sailing into Thanksgiving.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph5\">CNN meteorologist Todd Borek predicted some lake-effect snowfall over the Great Lakes and fresh snow from a weak disturbance for the Upper Midwest.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph6\">But, he added: \"The worst in terms of widespread snow and rain is over. Tomorrow will be a quieter day, although wind gusts will continue to be a problem overnight and Thursday for the Northeast.\"</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph7\">That's good news for people like Latasha Abney, who joined the more than 43 million Americans expected by AAA to travel over the Thanksgiving holiday weekend.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph8\">Abney said Wednesday that she arrived more than two hours early at Washington's Reagan National Airport to catch a flight to New York's JFK.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph9\">\"I thought the lines were going to be ridiculous,\" she said in an e-mail. \"I was second in line checking my bag with Delta (checked into my flight last night) and security was a breeze. I walked right up, the TSA agent checked my info and I immediately started the security process. And now the wait begins. It's pretty quiet by the gates. Not too many people roaming around. So far, so good! Happy Thanksgiving!!!!\"</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph10\">Brian M. Good said he, too, was expecting a horrible trip when he departed New York for Newark to get a flight to San Diego.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph11\">\"Instead the roads were dead,\" he said in an e-mail. \"It's warm outside and it stopped raining. No lines at the airport and flight is on time. Wish the forecasters were wrong all the time :)\"</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph13\"><strong>Will winds whip parade balloons?</strong></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph14\">Though the worst of the storm has passed, winds could still pose a problem.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph15\"><a href='http://www.cnn.com/2013/11/27/travel/thanksgiving-parade-balloons/index.html'>The forecast has left up in the air the fate of the balloons in Macy's Thanksgiving Day Parade</a>. They are to be grounded if sustained winds reach 23 mph or gusts exceed 34 mph -- both slightly above predicted strength.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph16\">A decision will be made Thursday morning before the parade's 9 a.m. ET scheduled start.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph17\">\"Tomorrow before the event, we'll make a determination -- the police department, the incident commander -- whether the balloons will fly or not,\" Patrol Chief James Hall with the New York Police Department said Wednesday.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph18\">\"It looks good. It looks very good,\" he said about the possibility of balloons in the air.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph19\">But there is ample reason to support the caution.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph20\">In 1997, a woman spent more than three weeks in a coma after the Cat in the Hat balloon -- tossed by heavy winds -- struck a pole that hit her. In 2005, two other people were hurt in a similar incident involving the M&amp;Ms balloon.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph21\">Officials say that improved weather monitoring devices en route and a police sergeant assigned to each balloon will minimize any danger.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph22\">\"We came all the way from Puerto Rico to see the parade, so it will be a disappointment if we don't see the balloons,\" said Jose Ramirez, who was in New York with his family.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph23\">Either way, the parade -- with or without the balloons -- will go on, organizers say.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph25\"><strong>Planes, trains ...</strong></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph26\">Delays were reported at several airports in the Northeast on Wednesday.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph27\"><a href='http://www.cnn.com/2013/11/26/travel/thanksgiving-travel-weather/index.html' target='_blank'>Don't get trapped by bad Thanksgiving weather: Top tips</a></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph28\">Heavy winds at all three New York-area airports -- LaGuardia, John F. Kennedy and Newark-Liberty -- resulted in delays of 30 minutes to an hour, according to the <a href='http://www.fly.faa.gov/flyfaa/usmap.jsp' target='_blank'>Federal Aviation Administration</a>. Departure delays from Philadelphia International Airport averaged nearly two hours.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph29\">American Airlines' Kent Powell reported three cancellations, none of them related to the weather.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph30\">At US Airways, Todd Lehmacher called the impact of the weather \"pretty minimal, at this point,\" with six weather-related cancellations and an on-time performance of about 67%. The impact was more pronounced at US Airways Express, which tallied 56 cancellations because of the weather, he said.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph31\">\"The real story is people are getting to their destinations, albeit a little delayed in some but not all cases,\" he said.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph32\"><a href='http://www.cnn.com/interactive/2013/11/travel/atl24/' target='_blank'>#ATL24: A day in the life of the world's busiest airport</a></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph33\">Amtrak reported no major delays systemwide. Using the <a href='http://www.amtrak.com/ccurl/199/45/Some%20Amtrak%20Seats%20Still%20Available%20for%20Thanksgiving%20Travel%20in%20Northeast%20ATK-13-148.pdf ' target='_blank'>weather as a marketing tool</a>, the nation's rail system was adding seats on some routes.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph34\">\"Rail travel remains one of the most reliable and comfortable transportation options, especially in weather conditions that negatively impact other modes,\" Amtrak said.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph35\">There may be something to that.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph36\">\"QUIET CAR. Window seat. Polite seatmate. I have hit the Amtrak travel trifecta. #blessed,\"<a href='https://twitter.com/ellievhall/status/405605508989861888' target='_blank'> Ellie Hall tweeted </a>early Wednesday.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph37\"><a href='http://www.cnn.com/2013/11/26/health/healthy-eating-traveling-holidays/index.html' target='_blank'>5 healthy eating tips for holiday travelers</a></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph39\"><strong>... </strong><strong>a</strong><strong>nd automobiles</strong></p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph40\">Snow blanketed parts of the Midwest, where crews scrambled to clear roads. The storm was blamed for scores of accidents.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph41\">Up to a foot of snow fell in parts of Pennsylvania, and it was falling from upstate New York into Canada, where more than a foot was possible. Snow also continued to fly in the central Appalachians and around the Great Lakes as cold air moved in and produced lake-effect snows.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph42\">Road conditions were not great in much of the Northeast.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph43\">\"It's sleet; it's rain; it's 31 degrees. It's ugly out there,\" CNN meteorologist Chad Myers said.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph44\">Still, a call for anecdotes elicited a number of comments, but no horror stories.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph45\">\"Well, since the forecast said we would be hitting an ice storm on our way, we ended up leaving the night before we had planned and took an alternate route,\" Sarah Martini said in an e-mail. \"This morning we took smaller roads to avoid DC traffic and have made great progress! We managed to avoid bad weather and traffic and are getting close to getting to Pittsburgh from NC!\"</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph46\">The National Highway Traffic Safety Administration said that 416 motorists died during Thanksgiving weekend last year, that 60% of the dead had not been wearing seat belts and that 42% of the accidents involved a drunken driver.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph47\">Last week, 12 people died, most of them in car crashes, when one of the fronts making up the current storm iced roads from the Rockies to Texas and Oklahoma. More than 100 vehicles ended up in wrecks.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph48\">\"I get on the highway, and the next thing I know I'm spinning,\" said Seqret Watson, among the dozens of drivers in Northwest Arkansas sent sliding when their cars hit icy bridges and roads.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph49\">\"I try to grab my wheel and then I just hit the wall. Just jumped out to make sure my kids were OK,\" Watson told affiliate KFSM.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph50\">The Peterson family had initially planned to drive from Northern Virginia to Massachusetts. But after seeing the forecast, they booked seats on a flight at the last minute.</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph51\">\"It was a small fortune,\" Jennifer Peterson told CNN affiliate WUSA. \"We could've gone to the Bahamas for what we paid!\"</p>\n<p class=\"cnn_storypgraphtxt cnn_storypgraph52\"><a href='http://money.cnn.com/2013/11/26/pf/thanksgiving-airline-travel/index.html'>Storm prompts airlines to relax travel policies</a></p>\n<script type=\"text/javascript\">if(typeof CNN.expElements==='object'){CNN.expElements.init();}</script>\n<p class=\"cnn_strycbftrtxt\">CNN's Jason Carroll, Ben Brumfield, Dave Hennen, Aaron Cooper, Alexandra Field, Shannon Travis and Greg Botelho contributed to this report.</p>\n<!--endclickprintinclude--><!--google_ad_section_end-->\n<!--no partner-->\n<div class=\"cnn_stryshrwdgtbtm\">\n<div id=\"cnn_sharebar2\">\n<div class=\"c_sharebar_cntr c_sharebar_loading\">\n<div class=\"cnn_stryswdgtbtm1\">\n<div class=\"cnn_stryswdgtbtm1a\"><a href=\"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html#disqus_thread\">0</a></div>\n<div class=\"cnn_stryswdgtbtm1b\"><a href=\"#cnn-disqus-area\">Comments &raquo;</a></div>\n</div><!-- /cnn_stryswdgtbtm1 -->\n<div class=\"cnn_stryswdgtbtm2\">\n<div class=\"c_sharebtmcol1\">\n<div class=\"c_sharetitle\">SHARE THIS</div>\n<div class=\"c_sharebtns\">\n<ul>\n<li class=\"c_sharebtn c_sharebtnfb\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'facebook');\"></a></li>\n<li class=\"c_sharebtn c_sharebtntwtr\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'twitter');\"></a></li>\n<li class=\"c_sharebtn c_sharebtngplus\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'googleplus');\"></a></li>\n<li class=\"c_sharebtn c_sharebtnlnkn\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'linkedin');\"></a></li>\n</ul>\n<div class=\"cnn_clear\"></div>\n</div>\n</div><!-- /c_sharebtmcol1 -->\n<div class=\"c_sharebtmdiv\"></div>\n<div class=\"c_sharebtmcol2\">\n<div class=\"fb-like\" data-send=\"false\" data-layout=\"box_count\" data-width=\"90\" data-show-faces=\"false\" data-action=\"recommend\" href=\"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\"></div>\n</div><!-- /c_sharebtmcol2 -->\n<div class=\"c_sharebtmdiv\"></div>\n<div class=\"c_shareweb c_sharebtmcol3\">\n<ul>\n<li class=\"cnn_sswdgtweb1\"><a href=\"#\" onclick=\"if(typeof CleanPrintPrintHtml!='undefined' && CleanPrintPrintHtml) CleanPrintPrintHtml(); else window.print(); return false;\">Print</a></li>\n<li class=\"cnn_sswdgtweb2\"><a href=\"#\" onclick=\"return(ET());\">Email</a></li>\n<li class=\"cnn_sswdgtweb3\"><a href=\"javascript:void(0);\" onclick=\"$j('#cnn_sharebarmore2').toggle();\">More sharing</a>\n<div id=\"cnn_sharebarmore2\" class=\"sharebar_othersites sharebar_othersitesl\" style=\"display:none;\">\n<div class=\"shareProp\">\n<div class=\"sharebutton_reddit\" title=\"Reddit\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'reddit');\">Reddit</a></div>\n</div>\n<div class=\"shareProp\">\n<div class=\"sharebutton_stumbleupon\" title=\"StumbleUpon\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'stumbleupon');\">StumbleUpon</a></div>\n</div>\n<div class=\"shareProp\">\n<div class=\"sharebutton_delicious\" title=\"Delicious\"><a href=\"javascript:void(0);\" onclick=\"cnnsocial.share.click('cnn_sharebar2', 'delicious');\">Delicious</a></div>\n</div>\n</div>\n</li>\n</ul>\n</div><!-- /c_sharebtmcol3 -->\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n</div>\n</div>\n<script>\n/* push in config for this share instance */\ncnn_shareconfig.push({\n\"id\" : \"cnn_sharebar2\",\n\"url\" : \"http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html\",\n\"title\" : \"After storm, forecasters see smooth sailing for Thanksgiving\"\n});\n</script>\n<div class=\"cnn_strybtmcntnt\">\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_divline\"></div>\n<div id=\"outbrainArticle\" data-ob-template=\"cnnedition\" class=\"OBR\"></div>\n<!-- ADSPACE: travel/mmst/adlinks.607x95 -->\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=607x95_adlinks&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<div id=\"ad-83b4e90e9aec524e\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"83b4e90e9aec524e\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=607x95_adlinks&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs\",\"95\",\"607\");\ncnnad_registerSpace(\"83b4e90e9aec524e\",\"607\",\"95\");\n</script>\n<!-- ADSPACE-END -->\n<div class=\"cnn_divline cnn_divln3pxblck\" style=\"margin-top:20px;\" id=\"cnn-disqus-area\"></div>\n<div id=\"disqus_thread\"></div>\n<script src=\"http://cnn.disqus.com/embed.js\"></script>\n</div>\n</div>\n<div class=\"cnn_strycntntrgt\">\n<div>\n<span id=\"medium_rectangle\" class=\"_fwph\">\n<form id=\"_fw_form_medium_rectangle\" style=\"display:none\">\n<input type=\"hidden\" name=\"_fw_input_medium_rectangle\" id=\"_fw_input_medium_rectangle\" value=\"w=336&h=280&envp=g_js&sflg=-nrpl&cd=336,280|300,250;\">\n</form>\n<span id=\"_fw_container_medium_rectangle\" class=\"_fwac\">\n<div><!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=336x850_rgt&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: travel/mmst/rgt.336x850 -->\n<div id=\"ad-a4c44accce6a32e4\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"a4c44accce6a32e4\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=336x850_rgt&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs\",\"850\",\"336\", null, \"\");\ncnnad_registerSpace(\"a4c44accce6a32e4\",\"336\",\"850\");\n</script>\n<!-- ADSPACE-END --></div>\n<div class=\"cnn_adtitle\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/advertisement.gif\" alt=\"ADVERTISEMENT\" border=\"0\" height=\"5\" width=\"58\"/></div>\n<div class=\"cnn_divline cnn_divlscrct\"></div>\n</span>\n</span>\n</div>\n<div class=\"cnn_strycrcntr\">\n<div class=\"cnn_stryspcvh6\">\n<div class=\"cnn_stryspcvh2\">Part of complete coverage on </div>\n<div class=\"cnn_stryspcvh3\">Severe weather</div>\n</div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/video/data/2.0/video/weather/2014/04/24/tornado-facts-orig-cfb.cnn.html?iid=article_sidebar\">10 things to know about tornadoes</a></div>\n<div class=\"cnn_stryscbx2\">\nApril 26, 2014 -- Updated 1358 GMT (2158 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/video/data/2.0/video/weather/2014/04/24/tornado-facts-orig-cfb.cnn.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140424170721-tornado-facts-orig-cfb-00000603-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Here are 10 facts about one of nature's most powerful forces.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/03/05/world/gallery/weather-around-world/index.html?iid=article_sidebar\">Photos: Weather around the world</a></div>\n<div class=\"cnn_stryscbx2\">\nAugust 7, 2013 -- Updated 1446 GMT (2246 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/03/05/world/gallery/weather-around-world/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130319084810-02-weather-0319-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Get a glimpse of the weather events happening around the world by clicking through our photo gallery.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2012/10/29/tech/mobile/sandy-charge-devices/index.html?iid=article_sidebar\">Keep your phone charged in a power outage</a></div>\n<div class=\"cnn_stryscbx2\">\nFebruary 9, 2013 -- Updated 1057 GMT (1857 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2012/10/29/tech/mobile/sandy-charge-devices/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/111018044407-connected-cellphones-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">In our increasingly digital world, a mobile phone or other portable device is often a one-stop communication device.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2012/08/29/health/hurricane-power-outage/index.html?iid=article_sidebar\">Staying safe when the lights go out</a></div>\n<div class=\"cnn_stryscbx2\">\nJuly 3, 2014 -- Updated 2339 GMT (0739 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2012/08/29/health/hurricane-power-outage/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/121029111906-hurricane-sandy-supplies-flashlight-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Water jugs and batteries are not the only things to consider when extreme weather threatens.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"http://eatocracy.cnn.com/emergency/?iid=article_sidebar\">Food in a weather emergency</a></div>\n<div class=\"cnn_stryscbx2\">\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"http://eatocracy.cnn.com/emergency/?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/120827060017-can-opener-video-tease.jpg\" alt=\"can opener\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">All you need to know about keeping your food safe to eat and what to have on hand in the event of a weather emergency.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/04/12/tech/mobile/tornado-apps/index.html?iid=article_sidebar\">7 mobile tools to help you survive tornado season</a></div>\n<div class=\"cnn_stryscbx2\">\nApril 3, 2014 -- Updated 1453 GMT (2253 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/04/12/tech/mobile/tornado-apps/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130411155143-red-cross-tornado-app-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Getting the latest warnings when tornadoes are headed your way and knowing what to do before, during and after one hits are all key to staying safe. A handful of apps can help you stay on top of impending dangerous weather. </div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/05/25/us/tornado-safety/index.html?iid=article_sidebar\">A tornado's heading your way: Now what?</a></div>\n<div class=\"cnn_stryscbx2\">\nMay 30, 2013 -- Updated 1531 GMT (2331 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/05/25/us/tornado-safety/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130520093610-09-tornado-0520-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">You've just that heard a tornado is headed directly toward you. You don't have a safe room, and you're not near a shelter. Do you hunker down and hope for the best or do you flee?</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/01/30/us/deadliest-tornadoes/index.html?iid=article_sidebar\">The 10 deadliest U.S. tornadoes on record</a></div>\n<div class=\"cnn_stryscbx2\">\nApril 27, 2014 -- Updated 1531 GMT (2331 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/01/30/us/deadliest-tornadoes/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130130130421-tri-state-tornado-1925-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Here are the 10 deadliest tornadoes to touch down in the United States, according to the National Oceanic and Atmospheric Administration: </div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/07/17/us/us-lightning-strikes/index.html?iid=article_sidebar\">In electrical storms, few safe places</a></div>\n<div class=\"cnn_stryscbx2\">\nJuly 17, 2013 -- Updated 2307 GMT (0707 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/07/17/us/us-lightning-strikes/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130711090816-florida-lightning-0709-irpt-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\">Weather experts agree: When lightning strikes, it's best to go indoors.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_stryspcvbx\"><div class=\"cnn_stryspcvbxcntr\"><div class=\"cnn_stryscbx1\">\n<div><a href=\"/2013/05/20/us/tornadoes-fast-facts/index.html?iid=article_sidebar\">What to know about tornadoes</a></div>\n<div class=\"cnn_stryscbx2\">\nApril 2, 2014 -- Updated 2011 GMT (0411 HKT)\n</div>\n<div class=\"cnn_stryscbx3\">\n<a href=\"/2013/05/20/us/tornadoes-fast-facts/index.html?iid=article_sidebar\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130521094054-irpt-tornado-stormchaser-oklahoma-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a>\n</div>\n<div class=\"cnn_stryscbx4\"> A tornado is a funnel-shaped cloud that forms under thunderclouds and contains rapidly rotating air.</div>\n<div class=\"cnn_clear\"></div>\n</div></div></div>\n<div class=\"cnn_divline cnn_divlscrc\"></div>\n<div class=\"cnn_divline cnn_divlscrc\"></div>\n<style>\n\t.cnn_strycrcntrnwsp .cnn_mtpmore { padding:10px 0px 1px 0px; }\n\t.cnn_stryccnwsp2 .cnn_stryccnwsp3 { width:100% }\n</style>\n\n<div class=\"cnn_strycrcntrpad\" style=\"padding-bottom:17px;\">\n\t<div class=\"cnn_strycrcntrnwsp\">\n\t\t<h4><a href=\"/mostpopular\">Most Popular</a></h4>\n\t\t<div class=\"cnn_clear\"></div>\n\t\t<div class=\"cnn_stryccnwsp1\">Today's five most popular stories</div>\n\t\t<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2>\n<a href=\"/2014/07/22/world/europe/ukraine-malaysia-airlines-crash/index.html\">MH17 crash: Did Russia pull the trigger? Ukraine says yes</a>\n</h2>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2>\n<a href=\"/2014/07/22/world/asia/giant-insect-china/index.html\">World's largest aquatic insect specimen found in China</a>\n</h2>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2>\n<a href=\"/2014/07/22/showbiz/celebrity-news-gossip/robert-downey-jr-highest-paid-actor-forbes/index.html\">Robert Downey Jr.: Hollywood's highest-paid actor (again)</a>\n</h2>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2>\n<a href=\"/2014/07/22/world/europe/mh17-calehr-family-sons-killed-mother-regret/index.html\">Mother's regret over young MH17 victim's plane crash fear</a>\n</h2>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_stryccnwsp2\">\n<div class=\"cnn_stryccnwsp3\">\n<h2>\n<a href=\"/2014/07/22/world/meast/mideast-crisis/index.html\">Talk of peace doesn't slow flow of blood, rockets in Gaza and Israel</a>\n</h2>\n</div>\n<div class=\"cnn_clear\"></div>\n</div>\n\n\t\t<div class=\"cnn_divline\"></div>\n\t\t<div class=\"cnn_clear\"></div>\n\t\t<div class=\"cnn_mtpmore\"><a class=\"cnn_mtpmorebtn\" href=\"/mostpopular\"><img border=\"0\" src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/1px.gif\" alt=\"More\"/></a></div>\n\t</div>\n</div>\n\n<div class=\"cnn_divline cnn_divlscrc\"></div>\n<div style=\"padding-bottom: 17px;padding-top:17px;\" class=\"cnn_strycrcntrpad\">\n<div id=\"outbrainArticle2\" data-ob-template=\"cnnedition\" class=\"OBR\"></div>\n<div id=\"outbrainArticle3\" data-ob-template=\"cnnedition\" class=\"OBR\"></div>\n<div id=\"outbrainArticle4\" data-ob-template=\"cnnedition\" class=\"OBR\"></div>\n<script type=\"text/javascript\">\nvar cnn_oburlStr = location.pathname + '';\ncnn_oburlStr = (cnn_oburlStr.indexOf('?') > -1) ? cnn_oburlStr.substr(0, cnn_oburlStr.indexOf('?')) : cnn_oburlStr;\nvar OB_permalink= 'http://edition.cnn.com' + cnn_oburlStr;\nOB_elements = [\n{\ncontainerId : \"outbrainArticle\",\npermalink : OB_permalink,\nwidgetId : \"AR_1\"\n},{\ncontainerId : \"outbrainArticle2\",\npermalink : OB_permalink,\nwidgetId : \"VR_1\"\n},{\ncontainerId : \"outbrainArticle3\",\npermalink : OB_permalink,\nwidgetId : \"SB_1\"\n},{\ncontainerId : \"outbrainArticle4\",\npermalink : OB_permalink,\nwidgetId : \"SB_2\"\n}\n];\n(function() {\nvar ob = document.createElement(\"script\");ob.type = \"text/javascript\"; ob.async = true;\nob.src = \"http://widgets.outbrain.com/outbrain.js\";\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ob, s);\n})();\n</script>\n</div>\n<style>\n.OB_SB_1, .OB_SB_2 { padding:0px; }\n#outbrain_container_1_stripBox .strip-like, #outbrain_container_2_stripBox .strip-like { font-size:18px; }\n#ob_strip_container_rel_1_stripBox { }\n#ob_strip_container_rel_1_stripBox .item-container, #ob_strip_container_rel_2_stripBox .item-container { padding-top:8px;border-top:1px solid #E5E5E5; }\n.ob_box_cont ul li { display:block; height:60px; list-style-type:none; padding-top:8px; padding-bottom:7px; position:relative; width:100%; border-top:1px solid #E5E5E5}\n.ob_box_cont ul li .ob-rec-link-img {float:left;}\n.ob_box_cont ul li .ob-rec-link-img a {display: block; float: left; height: 50px; padding: 3px; position: relative; width: 90px;}\n.ob_box_cont ul li .ob-text-content {padding-left:105px;}\n.ob_box_cont ul li .ob-text-content a {font:bold 12px/15px arial !important;}\n.ob_box_cont ul li .ob-rec-link-img a .ob_video {position:absolute; top:5px; left:5px;}\n</style>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_strycrcntrad\">\n<div><!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=300x150_rgt&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: travel/mmst/rgt.300x150 -->\n<div id=\"ad-844e5165757763fc\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"844e5165757763fc\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=300x150_rgt&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs\",\"150\",\"300\", null, \"\");\ncnnad_registerSpace(\"844e5165757763fc\",\"300\",\"150\");\n</script>\n<!-- ADSPACE-END --></div>\n<div class=\"cnn_adtitle\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/advertisement.gif\" alt=\"ADVERTISEMENT\" border=\"0\" height=\"5\" width=\"58\"/></div>\n</div>\n<div class=\"cnn_divline\"></div>\n<div class=\"cnn_divline cnn_divlscrc\"></div>\n<div style=\"padding:0 0 0 6px;\">\n<!-- ADSPACE: travel/mmst/adlinks.336x280 -->\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=336x280_adlinks&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<div id=\"ad-693a83dfad80aeeb\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"693a83dfad80aeeb\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=mmst&cnn_intl_position=336x280_adlinks&cnn_intl_rollup=travel&page.allowcompete=no&params.styles=fs\",\"280\",\"336\");\ncnnad_registerSpace(\"693a83dfad80aeeb\",\"336\",\"280\");\n</script>\n<!-- ADSPACE-END -->\n</div>\n</div>\n</div><div class=\"cnn_clear\"></div>\n</div>\n</div></div></div>\n<div id=\"fb-root\"></div>\n<!-- bypass ws--> <div align=\"center\"> <!-- pulling static footer --> <div id=\"cnn_ftrcntnt\">\n\t<div id=\"cnn_ftrcntntinner\" class=\"clearfix\">\n\t\t<div class=\"cnn_ftrdivl1\"></div>\n\t<div id=\"cnnLWPWeather\" style=\"visibility: hidden\">\n\t<p><b>Loading weather data ...</b></p>\n</div>\n\t<div id=\"ftr-search\">\n\t<form method=\"get\" action=\"/search/\" onsubmit=\"return cnnFootSearch(this);\">\n\n\n\t<div class=\"ftr-search-datacntr\">\n<div class=\"ftr-search-tfield\"><input type=\"text\" name=\"query\" size=\"12\" maxlength=\"100\" value=\"\" id=\"ftr-search-box\"></div>\n<div class=\"ftr-search-sicon\"><input type=\"image\" src=\"http://z.cdn.turner.com/cnn/.element/img/3.0/search/search_btn_footer.gif\" width=\"55\" height=\"21\" alt=\"\"></div>\n</div>\n\n\n\t\t<input type=\"hidden\" name=\"cnnFtrSrchType\" id=\"cnnFtrSrchType\" value=\"mixed\">\n\n<div class=\"cnn_ftrggle\"><img src=\"http://z.cdn.turner.com/cnn/.element/img/3.0/global/footer/pngs/footer_google.png\" width=\"88\" height=\"13\" alt=\"\" border=\"0\" class=\"cnn_ie6png\"></div>\n\n\t</form>\n</div>\n\t\t<div class=\"cnn_clear\"></div>\n\t\t<div class=\"cnn_divline\" style=\"background-color:#EBEBEB;margin-top:3px;\"></div>\n\t\t<div class=\"cnn_ftrnvlnks\">\n\t\t\t<div><a href=\"/\">Home</a> | <a href=\"/video/\">Video</a> | <a href=\"/WORLD/\">World</a> | <a href=\"/US/\">U.S.</a> | <a href=\"/AFRICA/\">Africa</a> | <a href=\"/ASIA/\">Asia</a> | <a href=\"/EUROPE/\">Europe</a> | <a href=\"/LATINAMERICA/\">Latin America</a> | <a href=\"/MIDDLEEAST/\">Middle East</a> | <a href=\"/BUSINESS/\">Business</a> | <a href=\"/SPORT/\">World Sport</a> | <a href=\"/SHOWBIZ/\">Entertainment</a> | <a href=\"/TECH/\">Tech</a> | <a href=\"/TRAVEL/\">Travel</a> | <a href=\"http://www.ireport.com/?cnn=yes\">iReport</a></div>\n\t\t\t<div><a href=\"/tools/index.html\">Tools &amp; Widgets</a> | <a href=\"/services/rss/\">RSS</a> | <a href=\"/services/podcasting/\">Podcasts</a> | <a href=\"/exchange/blogs/index.html\">Blogs</a> | <a href=\"http://edition.cnn.com/mobile/\">CNN Mobile</a> | <a href=\"/profile/\">My Profile</a> | <a href=\"/profile/\">E-mail Alerts</a> | <a href=\"http://www.turnerstoreonline.com/\">CNN Shop</a> | <a href=\"/sitemap/\">Site map</a> | <a href=\"http://partners.cnn.com/\">CNN Partner Hotels</a></div>\n\t\t</div>\n\t\t<div class=\"cnn_ftrdivl2\"></div>\n\t\t<div class=\"cnn_ftrlnggcntr\">\n\t\t\t<div><a href=\"/espanol/\" hreflang=\"es\">CNN en ESPA&Ntilde;OL</a> | <a href=\"http://www.cnnchile.com\" hreflang=\"es\">CNN Chile</a> | <a href=\"http://www.cnnmexico.com\" hreflang=\"es\">CNN M&eacute;xico</a> | <a href=\"http://arabic.cnn.com/\" hreflang=\"ar\" title=\"CNN Arabic\">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</a> | <a href=\"http://www.cnn.co.jp/\" hreflang=\"jp\" title=\"CNN Japan\">&#26085;&#26412;&#35486;</a> | <a href=\"http://www.cnnturk.com/\" class=\"cnn_ie6png\" hreflang=\"tr\" title=\"CNN Turkey\">T&uuml;rk&ccedil;e</a></div>\n\t\t</div>\n\t\t<div class=\"cnn_ftrlgcpy\">\n\t\t\t<div><img src=\"http://z.cdn.turner.com/cnn/.e/img/3.0/global/footer/pngs/footer_cnn_logo.png\" width=\"23\" height=\"11\" alt=\"\" border=\"0\" class=\"cnn_ie6png\"/>&copy; 2014  Cable News Network. <a href=\"http://www.turner.com/\" class=\"cnn_ftrtbslink\">Turner Broadcasting System, Inc.</a> All Rights Reserved.</div>\n\t\t</div>\n\t\t<div class=\"cnn_ftrlgcpyBot\"><a href=\"/interactive_legal.html\" rel=\"nofollow\">Terms of service</a> | <a href=\"/privacy.html\" rel=\"nofollow\">Privacy guidelines</a> | <a href=\"/services/ad.choices/\" title=\"\">Ad choices</a><img src=\"http://z.cdn.turner.com/cnn/.e/img/3.0/global/misc/logo_ad_choices_footer.png\" width=\"12\" height=\"12\" alt=\"\" border=\"0\" style=\"margin:0 0 0 4px;\" class=\"cnn_ie6png\"/> | <a href=\"http://www.cnnmediainfo.com/\" rel=\"nofollow\">Advertise with us</a> | <a href=\"/intlsyndication/\">License our content</a> | <a href=\"/about/\">About us</a> | <a href=\"/feedback/\" rel=\"nofollow\">Contact us</a> | <a href=\"http://www.turner.com/careers/\" rel=\"nofollow\">Work for us</a> | <a href=\"/help/\" rel=\"nofollow\">Help</a></div>\n\t\t<div class=\"cnn_ftrlnggcntrBot\"><a href=\"/CNNI/\">CNN TV</a> | <a href=\"/HLN/\">HLN</a> | <a href=\"http://transcripts.cnn.com/TRANSCRIPTS/\">Transcripts</a></div>\n\t\t<div class=\"cnn_clear\"></div>\n\t</div>\n</div>\n</div>\n <!-- static footer ends here --> <script src=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/intl_global/485/js/globallib.intl-min.js\"></script> <script> var cnn_edtnswtchver=\"edition\"; msQueueManager.init('requestFrame',ms_blankURL); if(ms_isLoggedIn()){ CNN_setCookie('CNN_member',true,854400,'/',document.domain); } </script>\n<!--jsmd-->\n<script src=\"http://z.cdn.turner.com/cnn/.e/js/libs/jsmd-55.min.js\"></script>\n\n<script>\nvar jsmd=_jsmd.init(),pageURL=location.href.toLowerCase();\nif (pageURL.indexOf(\"/.element/ssi/ads.iframes/\")==-1&&pageURL.indexOf(\"/doubleclick/dartiframe.html\")==-1&&pageURL.indexOf(\"/search/\")==-1){\nif (_jsmd.plugin.gQuery(\"refresh\")){\njsmd.trackMetrics(\"dynamic-autoRefresh\",\"autorefresh\",\"cnn-autorefresh\");\n} else if (_jsmd.plugin.gQuery(\"is_LR\")){\n} else if (cnn_metadata.template_type_content!=\"gallery\"){\njsmd.send();\n}\n}\n</script>\n<!--/jsmd-->\n<script>\r\n/*globals CNN_CB, cnnsocial, cnnzite_mod, sectionName */\r\n/* configure apis to load and specify their callbacks */\r\ncnnsocial.setapiconfig([\r\n{\r\n'site' : 'facebook',\r\n'success' : function() {\r\n/* trigger connect-cnnsocial.js calls */\r\nwindow.cnn_fbAsyncInit();\r\n}\r\n},\r\n{ 'site' : 'twitter' }\r\n]);\r\n<!--Visual Revenue Reader Response Tracking Script (v6) -->\r\nvar _vrq = _vrq || [];\r\nvar vrId = 6;\r\nif(cnn_edtnswtchver === 'edition'){\r\nvrId = 396;\r\n}\r\n_vrq.push(['id', vrId]);\r\n_vrq.push(['automate', false]);\r\n_vrq.push(['track', function(){}]);\r\n(function(d, a){\r\nvar s = d.createElement(a),\r\nx = d.getElementsByTagName(a)[0];\r\ns.async = true;\r\ns.src = 'http://a.visualrevenue.com/vrs.js';\r\nx.parentNode.insertBefore(s, x);\r\n})(document, 'script');\r\n<!-- End of VR RR Tracking Script - All rights reserved -->\r\n/* add the multiple config instance for sharebars */\r\ncnnsocial.share.setconfig(cnn_shareconfig);\r\n$j(document).ready(function () {\r\n'use strict';\r\nloadChartbeat(\"travel\", \"Dana A. Ford, James S.A. Corey, Chien-Ming Wang, and Tom Watkins, CNN\");\r\nCNN.initFlipperTicker();\r\n/* initialize cnnsocial */\r\ncnnsocial.init();\r\n});\r\n</script>\n<script type=\"text/javascript\">\n/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\nvar disqus_shortname = 'cnn'; // required: replace example with your forum shortname\n/* * * DON'T EDIT BELOW THIS LINE * * */\n(function () {\nvar s = document.createElement('script'); s.async = true;\ns.type = 'text/javascript';\ns.src = 'http://' + disqus_shortname + '.disqus.com/count.js';\n(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n}());\n</script>\n<script src=\"http://cache-02.cleanprint.net/cpf/cleanprint?key=cnn\" name=\"cleanprintloader\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/cnn_main_site.html",
    "content": "\n<!DOCTYPE HTML>\n<html lang=\"en-US\">\n<head>\n<title>CNN.com International - Breaking, World, Business, Sports, Entertainment and Video News</title>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\"/>\n<meta http-equiv=\"last-modified\" content=\"2014-07-24T12:07:34Z\"/>\n<meta http-equiv=\"refresh\" content=\"1800;url=http://edition.cnn.com/?refresh=1\"/>\n<meta name=\"robots\" content=\"index,follow\"/>\n<meta name=\"googlebot\" content=\"noarchive\"/>\n<meta name=\"description\" content=\"CNN.com International delivers breaking news from across the globe and information on the latest top stories, business, sports and entertainment headlines. Follow the news as it happens through: special reports, videos, audio, photo galleries plus interactive maps and timelines.\"/>\n<meta name=\"keywords\" content=\"CNN, CNN news, CNN International, CNN International news, CNN Edition, Edition news, news, news online, breaking news, U.S. news, world news, global news, weather, business, CNN Money, sports, politics, law, technology, entertainment, education, travel, health, special reports, autos, developing story, news video, CNN Intl, podcasts, world blogs\"/>\n<meta name=\"viewport\" content=\"width=1024\"/>\n<meta property=\"fb_app_id\" content=\"80401312489\"/>\n<meta property=\"fb:page_id\" content=\"129343697106537\"/>\n<meta name=\"application-name\" content=\"CNN.com International\"/>\n<meta name=\"msapplication-TileColor\" content=\"#CA0002\"/>\n<meta name=\"msapplication-TileImage\" content=\"http://i.cdn.turner.com/cnn/2012/images/10/15/cnn_logo_144_144.png\"/><link href=\"http://edition.cnn.com/\" rel=\"canonical\"/>\n<link href=\"/tools/search/cnncom.xml\" rel=\"search\" title=\"CNN.com\" type=\"application/opensearchdescription+xml\"/>\n<link href=\"/tools/search/cnncomvideo.xml\" rel=\"search\" title=\"CNN.com Video\" type=\"application/opensearchdescription+xml\"/>\n<link href=\"http://rss.cnn.com/rss/edition.rss\" rel=\"alternate\" title=\"CNN - Top Stories [RSS]\" type=\"application/rss+xml\"/>\n<link href=\"http://www.cnn.com\" hreflang=\"en-us\" rel=\"alternate\" title=\"CNN\" type=\"text/html\"/>\n<link href=\"http://arabic.cnn.com\" hreflang=\"ar\" rel=\"alternate\" title=\"CNN Arabic\" type=\"text/html\"/>\n<link href=\"http://mexico.cnn.com\" hreflang=\"es\" rel=\"alternate\" title=\"CNN Mexico\" type=\"text/html\"/>\n<link href=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/intl_homepage/1286/css/intlhplib-min.css\" rel=\"stylesheet\" type=\"text/css\"/><script>\nvar cnnIsHomePage=true,\ncnnCVPAdSection='edition.cnn.com_main_homepage',\ncnnIsSectionPage=true,\ncnnPageName=\"CNN International Home Page\",\ncnnSectionName=\"CNN International Home Page\",\nsectionName=\"homepage\",\ncnn_edtnswtchver=\"edition\",\ncnnCurrTime=new Date(1406208313000),\ncnnCurrHour=9,\ncnnCurrMin=25,\ncnnCurrDay='Thu';\n</script>\n<script src=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/intl_homepage/1286/js/intlhplib-min.js\"></script>\n<script src=\"//cdn.optimizely.com/js/128727546.js\"></script>\n<script>\nif(html5Check){\nEvent.observe(window,'load',function(){\n$('cnn_ipadappbanner').update('<div class=\"cnn_ipadappbanner1\"><a href=\"http://itunes.apple.com/us/app/cnn-app-for-ipad/id407824176?mt=8\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/main/CNN_iPad_banner_980x50_120910.png\" width=\"980\" height=\"50\" border=\"0\" alt=\"\"/></a></div>');\n});\n}\nUAstring=navigator.userAgent;\nfunction cnnMakeHP(){\nif(UAstring.indexOf('MSIE')>-1){}else{CNN_handleOverlay('homepage_set_overlay');}\n}\nfunction linkTrackCall(l){\nvar s=s_gi(s_account);\ns.linkTrackVars='none';\ns.linkTrackEvents='none';\ns.tl(this,'o',l);\n}\nif ($('cnn_GallerySliderContainer')){cnn_SectionGallery=new cnn_GallerySlider();}\ncnn_metadata.section=['cnn homepage','cnn:cnn homepage'];\ncnn_metadata.friendly_name='CNN Home Page';\ncnn_metadata.template_type='index';\ncnnad_newTileIDGroup(['970x66_top','300x250_rgt','300x250_rgt2','336x280_rgt','336x850_rgt','300x150_rgt','728x90_top','728x90_bot','BG_Skin','120x90_bot1','120x90_bot2','120x90_bot3']);\nvar selectedEdition=allCookies['SelectedEdition'],\nCNN_gallery_0_ad_0=\"/cnnintl_adspaces/3.0/homepage/main/bot1.120x90.ad\",\nCNN_gallery_0_ad_1=\"/cnnintl_adspaces/3.0/homepage/main/bot2.120x90.ad\",\nCNN_gallery_0_ad_2=\"/cnnintl_adspaces/3.0/homepage/main/bot3.120x90.ad\",\nCNN_gallery_0_ad_3=\"/cnnintl_adspaces/3.0/homepage/main/bot4.120x90.ad\",\nCNN_gallery_0_ad_4=\"/cnnintl_adspaces/3.0/homepage/main/bot5.120x90.ad\",\nCNN_gallery_0_ad_5=\"/cnnintl_adspaces/3.0/homepage/main/bot6.120x90.ad\",\nCNN_gallery_0_ad_6=\"/cnnintl_adspaces/3.0/homepage/main/bot7.120x90.ad\",\nCNN_gallery_0_ad_7=\"/cnnintl_adspaces/3.0/homepage/main/bot8.120x90.ad\",\nCNN_gallery_0_ad_8=\"/cnnintl_adspaces/3.0/homepage/main/bot9.120x90.ad\",\nCNN_gallery_1_ad_0=\"/cnnintl_adspaces/3.0/homepage/main/bot4.120x90.ad\",\nCNN_gallery_1_ad_1=\"/cnnintl_adspaces/3.0/homepage/main/bot5.120x90.ad\",\nCNN_gallery_1_ad_2=\"/cnnintl_adspaces/3.0/homepage/main/bot6.120x90.ad\",\nCNN_gallery_2_ad_0=\"/cnnintl_adspaces/3.0/homepage/main/bot7.120x90.ad\",\nCNN_gallery_2_ad_1=\"/cnnintl_adspaces/3.0/homepage/main/bot8.120x90.ad\",\nCNN_gallery_2_ad_2=\"/cnnintl_adspaces/3.0/homepage/main/bot9.120x90.ad\";\n</script>\n</head>\n<body id=\"cnnMainPage\">\n<div id=\"cnn_ipadappbanner\"></div>\n<div id=\"cnn_ipadappbanner\"></div> <script type=\"text/javascript\">if(html5Check){Event.observe(window,'load',function(){$('cnn_ipadappbanner').update('<div class=\"cnn_ipadappbanner1\"><a href=\"http://itunes.apple.com/us/app/cnn-app-for-ipad/id407824176?mt=8\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/main/CNNI_iPad_banner_980x50_120910.png\" width=\"980\" height=\"50\" alt=\"\" border=\"0\"/></a></div>');});}</script> <div id=\"cnn_hdr\"> <div id=\"cnn_hdr-prompt\" style=\"display:none;\"> <div class=\"hdr-wrap\" id=\"cnn_hdr-promptcntnt\"></div> </div> <div id=\"cnn_hdr-main\"> <div class=\"hdr-wrap\"> <div id=\"hdr-banner\"> <a id=\"hdr-banner-title\" href=\"/\" title=\"\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/header/intl/CNNi_Logo_new.png\" width=\"213\" height=\"65\" alt=\"CNN\"/></a> </div> <div id=\"hdr-editions\"> <ul> <li class=\"no-pad-left\"><span>EDITION: &nbsp;INTERNATIONAL</span></li> <li><a id=\"cnn_switchEdition_us\" href=\"http://us.cnn.com/?hpt=ed_US\" title=\"CNN US\">U.S.</a></li> <li><a href=\"http://mexico.cnn.com/?hpt=ed_Mexico\" hreflang=\"es\" title=\"CNN M&#201;XICO\">M&#201;XICO</a></li> <li class=\"no-border\"><a href=\"http://arabic.cnn.com/?hpt=ed_Arabic\" hreflang=\"ar\" title=\"CNN ARABIC\">ARABIC</a></li> </ul> <div class=\"cnn_clear\"></div><div style=\"padding-top:2px\"> <ul> <li class=\"no-pad-left no-border no-pad-right\"><span><a href=\"/CNN/Programs\" class=\"cnn_hdr-editionlnk\">TV</a>: &nbsp;</span></li> <li><a href=\"/cnni/\">CNNi</a></li> <li class=\"no-border\"><a href=\"http://cnnespanol.cnn.com/\" hreflang=\"es\" title=\"CNN in Spanish\">CNN en Espa&#241;ol</a></li> </ul> </div> <div id=\"cnn_hdr-editionS\"><a href=\"javascript:cnn_initeditionhtml(3);\">Set edition preference</a></div> </div> <div id=\"hdr-auth\"> <ul> <li><a href=\"javascript:void(0);\" onclick=\"showOverlay('profile_signup_overlay');return false;\" title=\"\">Sign up</a></li> <li class=\"no-border no-pad-right\"><a href=\"javascript:void(0);\" onclick=\"showOverlay('profile_signin_overlay');return false;\" title=\"\">Log in</a></li> </ul> </div> <div id=\"hdr-search\"> <form method=\"get\" action=\"http://www.cnn.com/search/\" onsubmit=\"return cnnSearch(this);\"> <div class=\"ftr-search-datacntr\"> <div class=\"ftr-search-tfield\"><input type=\"text\" name=\"query\" size=\"12\" maxlength=\"100\" value=\"\" id=\"hdr-search-box\"/></div> <div class=\"ftr-search-sicon\"><input type=\"image\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/search/btn_search_hp_text.gif\" width=\"55\" height=\"21\" alt=\"\"/></div> </div> <input type=\"hidden\" name=\"primaryType\" value=\"mixed\"/> <input type=\"hidden\" name=\"sortBy\" value=\"relevance\"/> <input type=\"hidden\" name=\"intl\" value=\"true\"/> </form> </div> </div> </div> <div id=\"cnn_hdr-nav\"> <ul id=\"intl-menu\"> <li class=\"no-border\"><a id=\"nav-home\" class=\"nav-on\" href=\"/\" title=\"Breaking, World, Business, Sports, Entertainment and Video News from CNN.com International\">Home</a></li> <li class=\"no-border\"><a id=\"nav-video\" class=\"nav-media no-border\" href=\"/video/\" title=\"Video Breaking News Videos from CNN.com International\">Video</a></li> <li class=\"\"><a id=\"nav-world\" class=\"\" href=\"/WORLD/\" title=\"World News Headlines and Video from CNN.com International\">World</a></li> <li class=\"\"><a id=\"nav-us\" class=\"\" href=\"/US/\" title=\"U.S. News Headlines and Video from CNN.com International\">U.S.</a></li> <li class=\"\"><a id=\"nav-africa\" class=\"\" href=\"/AFRICA/\" title=\"Africa News Headlines and Video from CNN.com International\">Africa</a></li> <li class=\"\"><a id=\"nav-asia\" class=\"\" href=\"/ASIA/\" title=\"Asia News Headlines and Video from CNN.com International\">Asia</a></li> <li class=\"\"><a id=\"nav-europe\" class=\"\" href=\"/EUROPE/\" title=\"Europe News Headlines and Video from CNN.com International\">Europe</a></li> <li class=\"\"><a id=\"nav-latin-america\" class=\"\" href=\"/LATINAMERICA/\" title=\"Latin America News Headlines and Video from CNN.com International\">Latin America</a></li> <li class=\"\"><a id=\"nav-middle-east\" class=\"\" href=\"/MIDDLEEAST\" title=\"Middle East News Headlines and Video from CNN.com International\">Middle East</a></li> <li class=\"\"><a id=\"nav-business\" class=\"\" href=\"/BUSINESS/\" title=\"World Business News Headlines and Video from CNN.com International\">Business</a></li> <li class=\"\"><a id=\"nav-world-sport\" class=\"\" href=\"/SPORT/\" title=\"World Sport News Headlines and Video from CNN.com International\">World Sport</a></li> <li class=\"\"><a id=\"nav-entertainment\" class=\"\" href=\"/SHOWBIZ/\" title=\"Entertainment News Headlines and Video from CNN.com International\">Entertainment</a></li> <li class=\"\"><a id=\"nav-tech\" class=\"\" href=\"/TECH/\" title=\"Technology News Headlines and Video from CNN.com International\">Tech</a></li> <li class=\"\"><a id=\"nav-travel\" class=\"\" href=\"http://travel.cnn.com/\" title=\"Travel News Headlines and Video from CNN.com International\">Travel</a></li> <li class=\"\"><a id=\"nav-ireport\" class=\"\" href=\"http://ireport.cnn.com/\" title=\"CNN iReport &#8211; Share your story, discuss the issues with CNN.com\">iReport</a></li> </ul> </div> </div>\n<div class=\"cnn_adcntrt728x90\" style=\"padding:0px 0px;\" align=\"center\">\n<div class=\"cnn_adspc728x90\">\n<div>\n<!-- ADSPACE: homepage/main/top.970x66 -->\n<div id=\"ad-32effeaf00536fe1\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\">\n<script type=\"text/javascript\">cnnad_createAd(\"32effeaf00536fe1\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=970x66_top&cnn_intl_rollup=homepage&params.styles=fs&page.allowcompete=no\",\"66\",\"970\");</script>\n</div>\n<!-- ADSPACE-END -->\n</div>\n</div>\n</div>\n<div align=\"center\">\n<div id=\"cnn_maincntnr\">\n<!-- this is where the breaking news CSI code will go -->\n<div id=\"cnnBannerContainer\" class=\"cnn_www_banner\" data-vr-zone=\"breakingbanner\" data-vr-contentbox=\"\"></div>\n<script type=\"text/javascript\">\nCSIManager.getInstance().call('/.element/ssi/intl/breaking_news/3.0/banner.html','','cnnBannerContainer',cnnRenderInternationalBanner);\n</script>\n<div id=\"cnnSetEditionContainer\"></div>\n<div id=\"cnnMakeHPContainer\"></div>\n\n<div class=\"cnn_contentarea\">\n<div id=\"cnn_toptstmparea\">\n<div>\n<div style=\"float:left;\">\n<span>July 24, 2014 -- Updated 1207 GMT (2007 HKT)\nEdited by <strong>Peter Wilkinson in London</strong>\n</span>\n</div>\n<div style=\"float:right;\"><div class=\"cnnOpin\"><a href=\"#\" id=\"makeHPLink\" onclick=\"cnnMakeHP('homepage_set_overlay');\" class=\"realmLink\">Make CNN Your Homepage</a></div></div>\n</div>\n</div>\n<style>\n.cnn_shdcamtt12010bn h1 {text-align:center;padding-top:0;font: bold 50px arial;}\n.cnn_t1lo_refresh .cnn_mc23x1cnntr ul.cnn_bulletbin {padding:0 5px 5px 10px;}\n</style>\n</div>\n<div class=\"cnn_pad2top cnn_shdspc\"></div>\n<div class=\"cnn_hpinthenews\" data-vr-zone=\"intl-editors-choice\">\n<div class=\"cnn_hpinthenewscntr\">\n<ul>\n<li class=\"first\" data-vr-contentbox=\"\">\n<a></a>\n</li>\n<li class=\"cnn_hpinthenewsl1\" data-vr-contentbox=\"\"><a href=\"/2013/11/05/world/gallery/scenes-from-the-field/index.html?hpt=hp_inthenews\"><span>Scenes from the field</span></a></li>\n<li class=\"cnn_hpinthenewsl2\" data-vr-contentbox=\"\"><a href=\"http://www.cnn.com/SPECIALS/world/mh17-specials-page/index.html?hpt=hp_inthenews\"><span>MH17 coverage</span></a></li>\n<li class=\"cnn_hpinthenewsl3\" data-vr-contentbox=\"\"><a href=\"/2014/07/23/world/meast/mideast-crisis/index.html?hpt=hp_inthenews\"><span>Gaza war crimes?</span></a></li>\n<li class=\"cnn_hpinthenewsl4\" data-vr-contentbox=\"\"><a href=\"/2014/07/24/world/europe/italy-sudan-christian-woman/index.html?hpt=hp_inthenews\"><span>Apostasy woman</span></a></li>\n<li class=\"cnn_hpinthenewsl5\" data-vr-contentbox=\"\"><a href=\"/2014/07/24/justice/arizona-execution-controversy/index.html?hpt=hp_inthenews\"><span>'Botched' execution</span></a></li>\n<li class=\"cnn_hpinthenewsl6\" data-vr-contentbox=\"\"><a href=\"/2014/07/23/world/europe/costa-concordia-leaves-behind/index.html?hpt=hp_inthenews\"><span>Concordia leaves</span></a></li>\n<li class=\"cnn_hpinthenewsl7\" data-vr-contentbox=\"\"><a href=\"/2014/07/22/world/asia/giant-insect-china/index.html?hpt=hp_inthenews\"><span>Giant insect</span></a></li>\n</ul>\n</div>\n</div>\n<div class=\"cnn_pad2top cnn_shdspc\"></div>\n<div class=\"cnn_contentarea cnn_shdcamtt1 cnn_t1lo_refresh\">\n<div id=\"cnn_maintopt1\">\n<!-- Duplicate macro of renderHpBulletBinUl for c section as it uses slightly different outbrain code -->\n<!-- Duplicate macro of renderHpBulletBinUlCSection for Packages as it uses slightly different outbrain code -->\n<!-- Duplicate macro of renderHpBulletBinUl for c section as it uses slightly different outbrain code -->\n<!-- Duplicate macro of renderHpBulletBinUlCSection for Packages as it uses slightly different outbrain code -->\n<div id=\"cnn_maint1lftf\">\r\n<div id=\"cnn_maintt1imgbul\" data-vr-zone=\"t1\">\n<div>\n<div class=\"cnn_relpostn\" data-vr-contentbox=\"\">\n<div class=\"cnn_mtt1img\">\n<div>\n<a href=\"/2014/07/24/world/africa/air-algerie-flight/index.html?hpt=hp_t1\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140724071210-01-swiftair-0724-t1-main.jpg\" alt=\"\" border=\"0\" height=\"250\" hspace=\"0\" vspace=\"0\" width=\"250\"/></a>\n</div>\n</div>\n<div class=\"cnn_mtt1imghban\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/main/t1.breaking.news-red.png\" alt=\"Breaking News\" width=\"120\" height=\"30\" border=\"0\"/></div>\n<div class=\"cnn_mtt1imgh\">\n<div class=\"cnn_mtt1imghtitle\"><h2><span><a href=\"/2014/07/24/world/africa/air-algerie-flight/index.html?hpt=hp_t1\">Contact lost with Air Algerie plane carrying scores</a></span></h2></div>\n</div>\n</div>\n<div class=\"cnn_mtt1content\">\n<div id=\"cnn_mtt1lftarea\">\n<p>\nAn Air Algerie flight bound for Algiers with 116 people on board loses radar contact, the airline's operator says.\n<a href=\"/2014/07/24/world/africa/air-algerie-flight/index.html?hpt=hp_t1\">FULL STORY</a>\n</p>\n</div>\n<div id=\"cnn_mtt1rgtarea\">\n<ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet1 c_hpfirstbullet\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/video/data/2.0/video/world/2014/07/24/newday-air-algerie-flight-missing-ah5017.cnn.html?hpt=hp_t1\">Search for missing Algerie flight</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/world/2014/07/24/newday-air-algerie-flight-missing-ah5017.cnn.html?hpt=hp_t1 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Search for missing Algerie flight\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li class=\"c_hpbullet2\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\">iReport</span> <a href=\"http://ireport.cnn.com/topics/293965?hpt=hp_t1\">Are you there? Send images</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> </div>\n<div class=\"cnn_clear\"></div>\n</div>\n</div>\n</div>\n<div class=\"cnn_maint1dline\"></div>\n<div id=\"cnn_maintt2bul\">\n<div class=\"cnn_mtt1content\">\n<div data-vr-zone=\"tspecial\"> <h4>MALAYSIA AIRLINES CRASH</h4> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet1 c_hpfirstbullet\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/world/europe/ukraine-malaysia-airlines-crash/index.html?hpt=hp_t2\">More remains to arrive in Netherlands</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet2\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/europe/gallery/mh17-netherlands-ceremony/index.html?hpt=hp_t2\">The Netherlands pays its respects </a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/2014/07/23/europe/gallery/mh17-netherlands-ceremony/index.html?hpt=hp_t2 target=\"\"><img class=\"cnnGalleryIcon\" width=\"16\" height=\"11\" border=\"0\" alt=\"The Netherlands pays its respects \" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/gallery_icon2.png\"/></a> </li> <li class=\"c_hpbullet3\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/europe/mh17-whats-next-victims-bodies/index.html?hpt=hp_t2\">What happens to victims' bodies?</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet4\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/video/data/2.0/video/world/2014/07/23/nr-brooke-mh17-memorial-eelco-bosch-van-rosenthal-intv.cnn.html?hpt=hp_t2\">'Today everybody was quiet'</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/world/2014/07/23/nr-brooke-mh17-memorial-eelco-bosch-van-rosenthal-intv.cnn.html?hpt=hp_t2 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"'Today everybody was quiet'\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li class=\"c_hpbullet5\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/asia/malaysia-najib-mh17-diplomacy/index.html?hpt=hp_t2\">Did Malaysian leader seal MH17 deal?</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet6\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/europe/ukraine-crisis/index.html?hpt=hp_t2\">Two jets shot down in east Ukraine</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> </div><div data-vr-zone=\"tspecial\"> <h4>ISRAEL'S GAZA ASSAULT</h4> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet1 c_hpfirstbullet\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/world/meast/mideast-crisis/index.html?hpt=hp_t3\">Death tolls mount as conflict wears on</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet2\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"><span class=\"c_hpnewbullet\">NEW</span></span> <a href=\"/2014/07/24/travel/israel-flights-suspended/index.html?hpt=hp_t3\">U.S. ends ban on Israel flights</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet3\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"><span class=\"c_hpnewbullet\">NEW</span></span> <a href=\"/video/data/2.0/video/world/2014/07/23/lok-ian-lee-gaza-school-shelter.cnn.html?hpt=hp_t3\">Schools turned to shelters</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/world/2014/07/23/lok-ian-lee-gaza-school-shelter.cnn.html?hpt=hp_t3 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Schools turned to shelters\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li class=\"c_hpbullet4\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"><span class=\"c_hpnewbullet\">NEW</span></span> <a href=\"/video/data/2.0/video/bestoftv/2014/07/23/ath-viral-hashtag-middle-east.cnn.html?hpt=hp_t3\">Can hashtag create peace?</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/bestoftv/2014/07/23/ath-viral-hashtag-middle-east.cnn.html?hpt=hp_t3 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Can hashtag create peace?\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li class=\"c_hpbullet5\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/meast/israeli-military-americans/index.html?hpt=hp_t3\">The Americans who fight for Israel</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet6\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/meast/human-shields-mideast-controversy/index.html?hpt=hp_t3\">Is Hamas really using human shields?</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> </div><div data-vr-zone=\"THE LATEST\"> <h4>THE LATEST</h4> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet1 c_hpfirstbullet\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"><span class=\"c_hpnewbullet\">NEW</span></span> <a href=\"/2014/07/24/world/europe/italy-sudan-christian-woman/index.html?hpt=hp_t4\">Apostasy case woman in Rome</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet2\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/justice/arizona-execution-controversy/index.html?hpt=hp_t4\">Two-hour execution 'bungled, botched'</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet3\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/16/justice/american-executions-death-penalty-infographic/index.html?hpt=hp_t4\">Death penalty facts to surprise you</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet4\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/world/europe/norway-terror-threat/index.html?hpt=hp_t4\">Norway expects terror bid in 'days'</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet5\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/politics/9-11-report-decade/index.html?hpt=hp_t4\">9/11 report: Terror threat far from over</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet6\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/world/asia/taiwan-plane-crash/index.html?hpt=hp_t4\">Taiwan's 'painful day' as crash kills 48</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet7\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/sport/motorsport/motorsport-f1-mexico-grand-prix/index.html?hpt=hp_t4\">F1: Mexico GP gets 2015 green light</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet8\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/business/is-uk-set-to-claim-europes-economic-powerhouse-title/index.html?hpt=hp_t4\">UK set to be Europe's powerhouse?</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet9\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/europe/uk-jet-escorted-landing/index.html?hpt=hp_t4\">Fighters escort jet to UK landing</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet10\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/europe/ukraine-crisis/index.html?hpt=hp_t4\">Two fighter jets shot down in Ukraine</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet11\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/health/ebola-outbreak-west-africa/index.html?hpt=hp_t4\">Chief Ebola doctor contracts the virus</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet12\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"http://money.cnn.com/2014/07/23/real_estate/chinese-home-buyers/index.html?hpt=hp_t4\">Chinese homebuyers on U.S. spree</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet13\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"http://money.cnn.com/2014/07/23/news/economy/china-flash-pmi/index.html?hpt=hp_t4\">China's factories surge ahead</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet14\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/world/asia/american-teen-pilot-killed/index.html?hpt=hp_t4\">World record teen pilot killed at sea</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet15\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/justice/nazi-charge-philadelphia-man/index.html?hpt=hp_t4\">Suspected Nazi dies before extradition</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet16\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"http://money.cnn.com/2014/07/23/news/superman-comic-auction/?hpt=hp_t4\">'Pristine' Superman #1 on sale</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet17\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/22/us/craigslist-contacts-murder-suicide-michigan/index.html?hpt=hp_t4\">Craigslist post ends in killings, suicide</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> </div><div data-vr-zone=\"OPINION AND ANALYSIS\"> <h4>OPINION AND ANALYSIS</h4> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet1 c_hpfirstbullet\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/opinion/nigeria-100-days-opinion/index.html?hpt=hp_t5\">Nigeria let down on girls' kidnapping?</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet2\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"http://www.cnn.com/2014/07/18/world/gallery/mh17-victims/index.html?hpt=hp_t5\">Who were the MH17 crash victims?</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=http://www.cnn.com/2014/07/18/world/gallery/mh17-victims/index.html?hpt=hp_t5 target=\"\"><img class=\"cnnGalleryIcon\" width=\"16\" height=\"11\" border=\"0\" alt=\"Who were the MH17 crash victims?\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/gallery_icon2.png\"/></a> </li> <li class=\"c_hpbullet3\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/video/data/2.0/video/bestoftv/2014/07/22/ac-david-remnick-on-malaysia-airlines-crash.cnn.html?hpt=hp_t5\">What's Vladimir Putin's next move?</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/bestoftv/2014/07/22/ac-david-remnick-on-malaysia-airlines-crash.cnn.html?hpt=hp_t5 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"What's Vladimir Putin's next move?\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li class=\"c_hpbullet4\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/22/world/europe/ukraine-rebels-explainer/index.html?hpt=hp_t5\">Who are Ukraine's pro-Russia rebels?</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet5\" data-vr-contentbox=\"\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/21/opinion/agrawal-india-russia-friendship-mh17/index.html?hpt=hp_t5\">India: An isolated Russia's best friend</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> </div> <div class=\"cnn_mtt1more\"><a href=\"/mostpopular/?hpt=hp_t5\" class=\"cnn_mtpvmsbtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n</div>\n</div>\n</div>\r\n<div id=\"cnn_maintoplive\">\r\n<div class=\"cnn_maintoplivepad\">\n<!-- C1 -->\n<div data-vr-zone=\"c1\">\n<div data-vr-contentbox=\"\">\n<div class=\"cnn_relpostn\">\n<div id=\"cnn_signpost-container\">\n<h3 class=\"cnn_first\ncnn_red\"\n>\nMH17 TRAGEDY\n</h3>\n</div>\n<div class=\"cnn_mtt1img\"><a href=\"/2014/07/24/world/europe/ukraine-malaysia-airlines-crash/index.html?hpt=hp_c1\" target=\"\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140724122104-mh17-netherlands-balloons-c1-main.jpg\" alt=\"\" border=\"0\" height=\"234\" hspace=\"0\" vspace=\"0\" width=\"416\"/></a></div>\n<div class=\"cnn_mtt1imgh\">\n<div class=\"cnn_mtt1imghtitle\">\n<h1><span><a href=\"/2014/07/24/world/europe/ukraine-malaysia-airlines-crash/index.html?hpt=hp_c1\" target=\"\">'We're just a big grieving family'</a></span></h1>\n</div>\n</div>\n</div>\n<p>\nMore coffins are due to arrive, following the return yesterday of the first return of MH17 victims' remains, and a dignified display of national unity.\n<a href=\"/2014/07/24/world/europe/ukraine-malaysia-airlines-crash/index.html?hpt=hp_c1\" target=\"\">FULL STORY</a>\n|\n<span class=\"cnnPreWOOL\"></span>\n<a href=\"/video/data/2.0/video/us/2014/07/23/ac-dnt-cooper-day-of-mourning-for-mh17.cnn.html?hpt=hp_c1\">DAY OF MOURNING</a>\n<span class=\"cnnPostWOOL\"></span>\n&nbsp;<a href=/video/data/2.0/video/us/2014/07/23/ac-dnt-cooper-day-of-mourning-for-mh17.cnn.html?hpt=hp_c1 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"DAY OF MOURNING\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a>\n</p>\n</div>\n</div>\n<!-- C2s -->\n<div class=\"cnn_mc2cntr\">\n<div class=\"cnn_mc23x1cnntr off\" data-vr-zone=\"c2Top\" data-vr-contentbox=\"c2Top\"> <div class=\"cnn_mc2hdrcntr cnn_mc2numhdr1\"> <div class=\"cnn_mc2hdr2\" style=\"width:100%\">OPINION</div> <div class=\"cnn_divline\"></div> </div> <div id=\"cnn_mc2_large1\" class=\"cnn_mc2_large cnn_mc2_img_left\"> <div> <div class=\"cnn_mc2_text_right\" style=\"height:106px\"> <div class=\"cnn_mc2_header\"><a href=\"/2014/07/22/business/opinion-europe-sanctions-taylor-lopez/index.html?hpt=hp_c2\"></a></div> <div class=\"cnn_mc2_headline\"> <a href=\"/2014/07/22/business/opinion-europe-sanctions-taylor-lopez/index.html?hpt=hp_c2\">Outraged Europe must punish Russia</a> </div> <div class=\"cnn_mc2_blurb\"> Former U.S. envoy says sanctions are having increased impact. </div> </div> <div class=\"cnn_mtlplnode_c\"><div class=\"cnn_mtlplnimg\"> <a href=\"/2014/07/22/business/opinion-europe-sanctions-taylor-lopez/index.html?hpt=hp_c2\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140717125556-vladimir-putin-wall-4-tease.jpg\" alt=\"\" border=\"0\" height=\"90\" width=\"160\"/></a> </div> </div> </div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet2 c_hpfirstbullet\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/video/data/2.0/video/world/2014/07/24/bizview-bpr-kasyanov-russia-sanctions.cnn.html?hpt=hp_c2\">Former PM: Russia could face deep crisis</a> <span class=\"cnnPostWOOL\"></span> &nbsp;<a href=/video/data/2.0/video/world/2014/07/24/bizview-bpr-kasyanov-russia-sanctions.cnn.html?hpt=hp_c2 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Former PM: Russia could face deep crisis\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> </ul> <div class=\"cnn_clear\"></div> </div> </div>\n<div class=\"cnn_mc23x1cnntr off\" data-vr-zone=\"c3Top\" data-vr-contentbox=\"c3Top\"> <div class=\"cnn_mc2hdrcntr cnn_mc2numhdr1\"> <div class=\"cnn_mc2hdr2\" style=\"width:100%\">MIDEAST CONFLICT</div> <div class=\"cnn_divline\"></div> </div> <div id=\"cnn_mc2_large1\" class=\"cnn_mc2_large cnn_mc2_img_right\"> <div> <div class=\"cnn_mc2_text_left\" style=\"height:106px\"> <div class=\"cnn_mc2_header\"><a href=\"/video/data/2.0/video/us/2014/07/23/tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza.cnn.html?hpt=hp_c3\"></a></div> <div class=\"cnn_mc2_headline\"> <a href=\"/video/data/2.0/video/us/2014/07/23/tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza.cnn.html?hpt=hp_c3\">CNN crew turned back by gunfire in Gaza</a> &nbsp;<a href=/video/data/2.0/video/us/2014/07/23/tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza.cnn.html?hpt=hp_c3 target=\"\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"CNN crew turned back by gunfire in Gaza\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </div> <div class=\"cnn_mc2_blurb\"> Veteran reporter flees gunfire and explosions in Gaza City. </div> </div> <div class=\"cnn_mtlplnode_c\"><div class=\"cnn_mtlplnimg\"> <a href=\"/video/data/2.0/video/us/2014/07/23/tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza.cnn.html?hpt=hp_c3\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723185438-tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza-00001510-wall-4-tease.jpg\" alt=\"\" border=\"0\" height=\"90\" width=\"160\"/></a> <div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/us/2014/07/23/tsr-dnt-wedeman-cnn-crew-turned-back-by-gunfire-in-gaza.cnn.html?hpt=hp_c3\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" border=\"0\"/></a></div> </div> </div> </div> <div class=\"cnn_clear\"></div> </div> </div>\n<div class=\"cnn_mc23x1cnntr off\" data-vr-zone=\"c43col\" > <div class=\"cnn_mc2hdrcntr cnn_mc2numhdr1\"> <div class=\"cnn_divline\"></div> </div> <div class=\"cnn_mc2nodecntr\"> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/video/data/2.0/video/world/2014/07/23/lok-ian-lee-gaza-school-shelter.cnn.html?hpt=hp_c4\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723150625-lok-ian-lee-gaza-school-shelter-00000121-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> <div class=\"cnn_vidplyb38x38\"> <a href=\"/video/data/2.0/video/world/2014/07/23/lok-ian-lee-gaza-school-shelter.cnn.html?hpt=hp_c4\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" border=\"0\"/></a> </div> </div> <a href=\"/video/data/2.0/video/world/2014/07/23/lok-ian-lee-gaza-school-shelter.cnn.html?hpt=hp_c4\">Gazan schools converted to shelters</a> <span> 1:37 </span> </div> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/world/meast/mideast-israel-endgame/index.html?hpt=hp_c4\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/130721142304-benjamin-netanyahu-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/world/meast/mideast-israel-endgame/index.html?hpt=hp_c4\">What Israel wants from incursion</a> </div> <div class=\"cnn_mc2node cnn_mc2lastnode\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/world/meast/mideast-hamas-endgame/index.html?hpt=hp_c4\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723132450-hamas-security-force-parade-file-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/world/meast/mideast-hamas-endgame/index.html?hpt=hp_c4\">What does Hamas hope to achieve?</a> </div> <div class=\"cnn_hpclear\"></div> </div> </div>\n<div class=\"cnn_mc23x1cnntr off\" data-vr-zone=\"c5Top\" data-vr-contentbox=\"c5Top\"> <div class=\"cnn_mc2hdrcntr cnn_mc2numhdr1\"> <div class=\"cnn_mc2hdr2r\"><a href=\"http://edition.cnn.com/travel?hpt=hp_c5\">TRAVEL &raquo;</a></div> <div class=\"cnn_mc2hdr2 cnn_mc2hdr1\" style=\"width:50%\"><h4><a href=\"http://edition.cnn.com/travel?hpt=hp_c5\">LITERARY JOURNEYS</a></h4></div> <div class=\"cnn_divline\"></div> </div> <div id=\"cnn_mc2_large1\" class=\"cnn_mc2_large cnn_mc2_img_right\"> <div> <div class=\"cnn_mc2_text_left\" style=\"height:106px\"> <div class=\"cnn_mc2_header\"><a href=\"/2014/07/23/travel/worlds-coolest-bookstores/index.html?hpt=hp_c5\"></a></div> <div class=\"cnn_mc2_headline\"> <a href=\"/2014/07/23/travel/worlds-coolest-bookstores/index.html?hpt=hp_c5\">Read this: World's coolest bookstores</a> </div> <div class=\"cnn_mc2_blurb\"> From Maastricht to Melbourne, not all bookstores face demise. </div> </div> <div class=\"cnn_mtlplnode_c\"><div class=\"cnn_mtlplnimg\"> <a href=\"/2014/07/23/travel/worlds-coolest-bookstores/index.html?hpt=hp_c5\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140722113109-coolest-bookstores-10-library-el-ateneo-circular-roof-wall-4-tease.jpg\" alt=\"\" border=\"0\" height=\"90\" width=\"160\"/></a> </div> </div> </div> <ul class=\"cnn_bulletbin\"> <li class=\"c_hpbullet2 c_hpfirstbullet\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/24/travel/germany-motoring-museums/index.html?hpt=hp_c5\">Germany: Petrolhead heaven</a> <span class=\"cnnPostWOOL\"></span> </li> <li class=\"c_hpbullet3\"> <span class=\"cnnPreWOOL\"></span> <a href=\"/2014/07/23/travel/oregon-brewers-festival/index.html?hpt=hp_c5\">Beer flows at U.S. Oktoberfest</a> <span class=\"cnnPostWOOL\"></span> </li> </ul> <div class=\"cnn_clear\"></div> </div> </div>\n<div class=\"cnn_mc23x1cnntr off\" data-vr-zone=\"c63col\" > <div class=\"cnn_mc2hdrcntr cnn_mc2numhdr1\"> <div class=\"cnn_mc2hdr2\" style=\"width:100%\">READ THIS, WATCH THAT</div> <div class=\"cnn_divline\"></div> </div> <div class=\"cnn_mc2nodecntr\"> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/24/tech/innovation/robot-furniture-builds-itself-roombots/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140722140043-roombot-table-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/24/tech/innovation/robot-furniture-builds-itself-roombots/index.html?hpt=hp_c6\">Robot furniture that builds itself</a> </div> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/24/sport/motorsport/f1-master-chefs-motorsport/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140722101410-pasta-f1-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/24/sport/motorsport/f1-master-chefs-motorsport/index.html?hpt=hp_c6\">Could you eat like an F1 star?</a> </div> <div class=\"cnn_mc2node cnn_mc2lastnode\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/world/asia/american-teen-pilot-killed/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723191521-boy-pilot-and-dad-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/world/asia/american-teen-pilot-killed/index.html?hpt=hp_c6\">Teen pilot killed trying to set record</a> </div> <div class=\"cnn_hpclear\"></div> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/travel/airbnb-squatters/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140724143537-airbnb-app-video-tease.jpeg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/travel/airbnb-squatters/index.html?hpt=hp_c6\">Guests refuse to leave Airbnb house</a> </div> <div class=\"cnn_mc2node\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/sport/commonwealth-games-glasgow-queen-bolt/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723205917-barrowman-glasgow-kiss-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/sport/commonwealth-games-glasgow-queen-bolt/index.html?hpt=hp_c6\">Gay kiss opens Glasgow Games</a> </div> <div class=\"cnn_mc2node cnn_mc2lastnode\" data-vr-contentbox=\"\"> <div class=\"cnn_mtlplnimg\"> <div><a href=\"/2014/07/23/world/europe/costa-concordia-leaves-behind/index.html?hpt=hp_c6\"><img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723083909-costa-concordia-1-0723-video-tease.jpg\" alt=\"\" border=\"0\" height=\"68\" width=\"120\"/></a></div> </div> <a href=\"/2014/07/23/world/europe/costa-concordia-leaves-behind/index.html?hpt=hp_c6\">What the Concordia leaves behind</a> </div> <div class=\"cnn_hpclear\"></div> </div> </div>\n<!--content.bins.C7 is empty-->\n</div>\n</div>\n</div>\r\n<div id=\"cnn_maintoplive_border\"></div>\r\n<div class=\"cnn_pad18top\"></div>\n<!--div class=\"cnn_clearmt1t2\"></div>\n</div-->\n<div class=\"cnn_clearmt1t2\"></div>\n</div><!--/cnn_maincntr-->\n<div id=\"cnn_maintopprofile\">\n<div class=\"cnn_shdcontent\">\n<div>\n<span class=\"_fwph\" id=\"medium_rectangle\">\n<form id=\"_fw_form_medium_rectangle\" style=\"display:none\">\n<input id=\"_fw_input_medium_rectangle\" name=\"_fw_input_medium_rectangle\" type=\"hidden\" value=\"w=300&amp;h=250&amp;envp=g_js&amp;sflg=-nrpl;\"/>\n</form>\n<span class=\"_fwac\" id=\"_fw_container_medium_rectangle\">\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=300x250_rgt&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: homepage/main/rgt.300x250 -->\n<div id=\"ad-9e6b264f1b7fcf47\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"9e6b264f1b7fcf47\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=300x250_rgt&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs\",\"250\",\"300\", null, \"\");\ncnnad_registerSpace(\"9e6b264f1b7fcf47\",\"300\",\"250\");\n</script>\n<!-- ADSPACE-END -->\n</span>\n</span>\n</div>\n<div class=\"cnn_adtitle\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/advertisement.gif\" alt=\"\" border=\"0\" height=\"5\" width=\"58\"/></div>\n</div>\n<div class=\"cnn_hppersonal\">\r\n<!-- Social Follow Buttons -->\n<div class=\"cnn_hppersonalhdr\">FOLLOW US</div>\n<div class=\"cnn_follow\">\n<div class=\"cnn_followfb\">\n<iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fcnninternational&amp;send=false&amp;layout=button_count&amp;amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:95px; height:21px;\" allowTransparency=\"true\"></iframe>\n</div>\n<div class=\"cnn_followtw\">\n<a href=\"https://twitter.com/cnni\" class=\"twitter-follow-button\" data-show-count=\"false\" data-width=\"100px\" data-align=\"left\">Follow @cnni</a>\n</div>\n</div>\n<!-- /Social Follow Buttons -->\n<div class=\"cnn_divline\"></div>\n</div>\r\n<div id=\"rts-award\">\n<h3>CNN TV</h3><a href=\"http://edition.cnn.com/2014/02/19/world/europe/cnn-royal-television-society-awards/index.html\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/global/header/intl/newrtsmention.png\" width=\"166\" height=\"25\" style=\"float:right; margin:5px 0;\" /></a>\n</div>\n<div id=\"cnntv\" class=\"cnn_hppersonal\">\n<div id=\"cnn_pmtvmodule\">\n<div class=\"cnn_hppersonalhdr\">\n<div class=\"cnn_hppersonalhdr1\">Featured TV</div>\n</div>\n<div id=\"cnn_pmtvmodcntr\" class=\"cnn_pmtvmoddisabled\">\n<div class=\"cnn_pmtvmodnavlft\"><a href=\"javascript:void(0);\" id=\"cnn_pmtvmodnlft\"></a></div>\n<div id=\"cnn_pmtvmodslidecntr\">\n<div class=\"cnn_relpostn\">\n<div id=\"cnn_pmtvmodslidecntnt\">\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140618204059-the-world-right-now-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://edition.cnn.com/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\n20:00 London, 21:00 CET\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Watch Monday - Friday</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140709181630-intv-amanpour-brazil-brasil-football-soccer-president-dilma-rousseff-defeat-00012217-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://amanpour.blogs.cnn.com/2014/07/09/brazil-president-my-nightmares-never-got-so-bad/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nBrazil President on World Cup defeat\n</div>\n<div class=\"cnn_pmtvmodslide3b\">My worst nightmare</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/130905122429-cnni-tvbox-amanpour-logo-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://amanpour.blogs.cnn.com/?hpt=hp_tvbx&hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\n19:00 London, 23:00 Hong Kong\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Watch Amanpour LIVE</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140708121833-pkg-harlow-paralyzed-by-gun-violence-00030621-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://edition.cnn.com/video/data/2.0/video/crime/2014/07/08/pkg-harlow-gang-paralyzed-by-gun-violence.cnn.html?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nVictims paralyzed by gang violence\n</div>\n<div class=\"cnn_pmtvmodslide3b\">What if you don't die</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140516185321-the-business-view-1-left-tease.png\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://edition.cnn.com/BUSINESS/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nMonday-Friday 11:00 London\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Your business briefing</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140707131400-curnow-pistorius-steenkamp-trial-reflection-00000120-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://edition.cnn.com/video/data/2.0/video/international/2014/07/07/curnow-pistorius-steenkamp-trial-reflection.cnn.html?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nReflections from CNN's Robyn Curnow\n</div>\n<div class=\"cnn_pmtvmodslide3b\">The Pistorius I knew</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/130109040342-qmb-questmeansbusiness-titlegraphics-cnni-tvbox-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://business.blogs.cnn.com/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nWeeknights 21:00 London\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Catch up with Quest</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140709114742-ctw-peres-intv-00004125-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://connecttheworld.blogs.cnn.com/2014/07/09/peres-we-warned-them-we-asked-them-to-stop-it/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nIsrael's President talks to CNN\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Peres: We warned them</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140409154315-ctw-logo-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://connecttheworld.blogs.cnn.com/2014/03/28/becky-has-landed/?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\nSun-Thurs 16:00 London, 19:00 UAE\n</div>\n<div class=\"cnn_pmtvmodslide3b\">Live from Abu Dhabi</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodslide\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_pmtvmodslide1\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i2.cdn.turner.com/cnn/dam/assets/140501173643-cnn-go-there-international-00005930-left-tease.jpg\" alt=\"\"></div>\n<div class=\"cnn_pmtvmodslide1b\"><a href=\"http://edition.cnn.com/video/data/2.0/video/international/2014/05/01/cnn-go-there-international.cnn.html?hpt=hp_tvbx\"><img width=\"214\" height=\"122\" border=\"0\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div>\n<div class=\"cnn_pmtvmodslide2\"></div>\n<div class=\"cnn_pmtvmodslide3\">\n<div class=\"cnn_pmtvmodslide3a\">\n</div>\n<div class=\"cnn_pmtvmodslide3b\">CNN. Go There</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"cnn_loadingicon\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/loading.gif\"></div>\n</div>\n</div>\n<div class=\"cnn_pmtvmodnavrgt\"><a href=\"javascript:void(0);\" id=\"cnn_pmtvmodnrgt\"></a></div>\n</div>\n<div class=\"cnn_tsbnav cnn_pmtvmodddown\">\n<form>\n<select onchange=\"if (this.options[selectedIndex].value != '') location.href = this.options[selectedIndex].value;\">\r\n<option value=\"/Programs/?hpt=hp_tvbx\">TV Programs\r\n<option value=\"\" disabled=\"disabled\">-----------------------------------------------\r\n<option value=\"/CNNI/schedules/europe/?hpt=hp_tvbx\">Schedule\r\n<option disabled=\"disabled\" value=\"\">----- Weekdays -----\r\n<option value=\"http://amanpour.blogs.cnn.com/?hpt=hp_tvbx\">Amanpour.\r\n<option value=\"http://connecttheworld.blogs.cnn.com/?hpt=hp_tvbx\">Connect The World\r\n<option value=\"http://internationaldesk.blogs.cnn.com/?hpt=hp_tvbx\">International Desk\r\n<option value=\"http://newsstream.blogs.cnn.com/?hpt=hp_tvbx\">News Stream\r\n<option value=\"http://business.blogs.cnn.com/category/quest-means-business/?hpt=hp_tvbx\">Quest Means Business\r\n<option value=\"http://piersmorgan.blogs.cnn.com\">Piers Morgan Tonight\r\n<option value=\"/SPORT/?hpt=hp_tvbx\">World Sport\r\n<option disabled=\"disabled\" value=\"\">----- Business specials -----\r\n<option value=\"/SPECIALS/business.traveller/?hpt=hp_tvbx\">Business Traveller\r\n<option value=\"/BUSINESS/specials/global-exchange/?hpt=hp_tvbx\">Global Exchange\r\n<option value=\"/SPECIALS/leading-women/?hpt=hp_tvbx\">Leading Women\r\n<option value=\"/TECH/specials/make-create-innovate/?hpt=hp_tvbx\">Make Create Innovate\r\n<option value=\"/CNNI/Programs/marketplace.africa/?hpt=hp_tvbx\">Marketplace Africa\r\n<option value=\"/BUSINESS/specials/marketplace-europe/?hpt=hp_tvbx\">Marketplace Europe\r\n<option value=\"/CNNI/Programs/mme/?hpt=hp_tvbx\">Marketplace Middle East\r\n<option disabled=\"disabled\" value=\"\">----- Sports specials -----\r\n<option value=\"http://footballclub.cnn.com/?hpt=hp_tvbx\">The CNN Football Club\r\n<option value=\"/SPORT/golf/?hpt=hp_tvbx\">Living Golf\r\n<option value=\"/CNNI/Programs/main.sail/?hpt=hp_tvbx\">Mainsail\r\n<option value=\"/SPORT/tennis/?hpt=hp_tvbx\">Open Court\r\n<option value=\"/SPORT/horse-racing/?hpt=hp_tvbx\">Winning Post\r\n<option disabled=\"disabled\" value=\"\">----- News specials -----\r\n<option value=\"http://globalpublicsquare.blogs.cnn.com/?hpt=hp_tvbx\">Fareed Zakaria GPS\r\n<option value=\"http://sotu.blogs.cnn.com/?hpt=hp_tvbx\">State of the Union\r\n<option value=\"/CNNI/Programs/untoldstories/?hpt=hp_tvbx\">World's Untold Stories\r\n<option disabled=\"disabled\" value=\"\">----- Other -----\r\n<option value=\"/CNNI/Programs/africanvoices/?hpt=hp_tvbx\">African Voices\r\n<option value=\"/video/shows/anthony-bourdain-parts-unknown/?hpt=hp_tvbx\">Anthony Bourdain Parts Unknown\r\n<option value=\"/CNNI/Programs/cnngo/?hpt=hp_tvbx\">CNN Go\r\n<option value=\"/CNNI/Programs/eco.solutions/?hpt=hp_tvbx\">Eco Solutions\r\n<option value=\"/SPECIALS/human-to-hero/?hpt=hp_tvbx\">Human 2 Hero\r\n<option value=\"/SPECIALS/impact.your.world/?hpt=hp_tvbx\">Impact Your World\r\n<option value=\"/CNNI/Programs/insideafrica/?hpt=hp_tvbx\">Inside Africa\r\n<option value=\"/CNNI/Programs/middle.east/?hpt=hp_tvbx\">Inside the Middle East\r\n<option value=\"/ASIA/talkasia/?hpt=hp_tvbx\">Talk Asia\r\n<option value=\"/SPECIALS/art-of-movement/?hpt=hp_tvbx\">The Art of Movement\r\n<option value=\"/CNNI/Programs/connect.the.world/the.gateway/?hpt=hp_tvbx\">The Gateway\r\n</select>\n</form>\n</div>\n<div class=\"cnn_pmtvmodlnks\">\n<div class=\"cnn_pmtvmodlnks1\"><a href=\"/CNNI/schedules/europe/?hpt=hp_tvbx\">&#183; Full Schedule</a></div>\n<div class=\"cnn_clear\"></div>\n</div>\n</div>\n</div>\n<script>\n/* start up cnntv slider */\n$j(document).ready(function() {\n'use strict';\nCNNHMPAGE.pmod.cnntv.init((5 * 1000));\n});\n</script> <div class=\"cnn_hppersonal\">\r\n<div class=\"cnn_hppersonalhdr\" id=\"cnn_hppsnlhdrwthr\" style=\"display:none;\">\n<div class=\"cnn_hppersonalhdr1\">WEATHER</div>\n<div class=\"cnn_divline\"></div>\n</div>\n<div id=\"pmWeatherIntl\">\n<!-- Default Search Box -->\n<div id=\"cnnGetLocalBox\" style=\"display: none;\">\n<form onsubmit=\"MainLocalObj.Weather.checkInput('weather',this.inputField.value);return false;\" id=\"pmWeatherLocation\" name=\"localAllLookupForm\">\n<fieldset>\n<div class=\"pmWrapper\">\n<label for=\"weatherLoc\">Edit location</label>\n<input type=\"text\" id=\"weatherLoc\" class=\"pmWeatherHollow\" name=\"inputField\" value=\"Enter a U.S. Zip or Intl city\" onblur=\"MainLocalObj.Weather.inputBlur(this);\" onfocus=\"MainLocalObj.Weather.inputFocus(this);\" /><a id=\"weatherLocBtn\" href=\"javascript:MainLocalObj.Weather.checkInput('weather', document.localAllLookupForm.inputField.value);\"><span>Go</span></a>\n</div>\n<div id=\"pmLocResultsContainer\"></div>\n</fieldset>\n</form>\n</div>\n<div class=\"pmWrapper\" id=\"pmWeatherTab\"></div>\n<div class=\"pmWrapper\" id=\"pmWeatherTom\"></div>\n</div>\n</div>\r\n<div class=\"cnn_hppersonal\">\r\n<div class=\"cnn_hppersonalhdr\">\n<div class=\"cnn_hppersonalhdr1\">MARKETS</div>\n<div class=\"cnn_divline\"></div>\n</div>\n<div id=\"pmMarkets\" style=\"display:none;\">\n<div id=\"pmIndeciesIntl\">\n\t<div class=\"pmWrapper\">\n\t    <div class=\"marketTime\">\n\t        Updated <span id=\"indexUpdated\">1323 GMT, Jul 24</span>\n            <a id=\"allMarkets\" href=\"http://money.cnn.com/data/world_markets/\" target=\"new\">all markets&#187;</a>\n\t    </div>\n       \t<a id=\"asiaMarketBtn\" class=\"toggle togOn\"><span>Asia</span></a>\n        <a id=\"eurMarketBtn\" class=\"toggle togOff\"><span>Europe</span></a>\n        <a id=\"usMarketBtn\" class=\"toggle togOff\"><span>Us</span></a>\n\t</div>\n\t<div id=\"asiaMarket\" class=\"tab pmOn\">\n\t<ul>\n\t\t\t<li class=\"market-1 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/hang_seng\" target=\"new\">Hang Seng</a></span>\n\t\t\t        <span class=\"marketIndex\">24,137.64</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.69&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>165.77</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-2 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/nikkei225\" target=\"new\">Nikkei</a></span>\n\t\t\t        <span class=\"marketIndex\">15,284.42</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right down\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">-</span>0.29&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">-</span>44.14</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-3 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/asx100\" target=\"new\">ASX 100</a></span>\n\t\t\t        <span class=\"marketIndex\">5,576.80</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.18&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>9.8</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t</ul>\n\t</div>\n\t<div id=\"eurMarket\" class=\"tab pmOff\">\n\t<ul>\n\t\t\t<li class=\"market-1\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/ftse100\" target=\"new\">FTSE 100</a></span>\n\t\t\t        <span class=\"marketIndex\">6,806.46</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.12&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>8.31</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-2\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/cac40\" target=\"new\">CAC 40</a></span>\n\t\t\t        <span class=\"marketIndex\">4,413.57</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.85&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>37.25</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-3\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/world_markets/dax\" target=\"new\">DAX</a></span>\n\t\t\t        <span class=\"marketIndex\">9,800.93</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.49&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>47.37</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t</ul>\n\t</div>\n\t<div id=\"usMarket\" class=\"tab pmOff\">\n\t<ul>\n\t\t\t<li class=\"market-1 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/markets/dow\" target=\"new\">Dow</a></span>\n\t\t\t        <span class=\"marketIndex\">17,086.63</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right down\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">-</span>0.16&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">-</span>26.91</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-2 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/markets/nasdaq\" target=\"new\">Nasdaq</a></span>\n\t\t\t        <span class=\"marketIndex\">4,473.70</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.40&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>17.681</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t\t\t<li class=\"market-3 closed\"> \n\t\t\t    <div class=\"marketInfo-left\"> <!-- left side -->\n\t\t\t        <span class=\"marketName\"><a href=\"http://money.cnn.com/data/markets/sandp\" target=\"new\">S&P 500</a></span>\n\t\t\t        <span class=\"marketIndex\">1,987.01</span>\n\t\t\t    </div>\n\t\t\t    <div class=\"marketNums-right up\">\n\t\t\t\t\t<span class=\"closedMarket\">Closed</span>\n\t\t\t        <div class=\"percentDiff\">\n\t\t\t            <span>(<span class=\"plusMinus\">+</span>0.18&#37;)</span>\n\t\t\t        </div>\n\t\t\t        <div class=\"numDiff\">\n\t\t\t            <span><span class=\"plusMinus\">+</span>3.48</span>\n\t\t\t        </div>\n\t\t\t    </div>\n\t\t\t</li>\n\t</ul>\n\t</div>\n\t\t\t\t\t\n                <div id=\"moneySponsor\" style=\"width:175px\"></div>\n\n</div>\n\n<div class=\"cnn_clear\"></div>\n</div>\n<div id=\"cnn_personalloading\" style=\"padding:15px;text-align:center;\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/global/misc/loading.gif\"></div>\n</div>\r\n<div id=\"right-rail-bottom-ad\">\n<div class=\"raw_ad\">\n<!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=300x250_rgt2&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: homepage/main/rgt2.300x250 -->\n<div id=\"ad-5bcbdf49305562fe\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"5bcbdf49305562fe\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=300x250_rgt2&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs\",\"250\",\"300\", null, \"\");\ncnnad_registerSpace(\"5bcbdf49305562fe\",\"300\",\"250\");\n</script>\n<!-- ADSPACE-END -->\n</div>\n<div class=\"cnn_adtitle\">\n<img width=\"58\" border=\"0\" height=\"5\" alt=\"\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/advertisement.gif\">\n</div>\n</div>\n<div class=\"cnn_pad18top\"></div>\n</div>\n<!-- /cnn_maintopprofile -->\n<div class=\"cnn_clear\"></div>\n</div>\n<!--strip-->\n<div class=\"cnn_pad2top cnn_shdspc\"></div>\n<div class=\"cnn_contentarea cnn_filterareabox cnn_hpgalleryslider\" data-vr-zone=\"intl-gallery-slider\"><div class=\"cnn_sdbx\"><div class=\"cnn_sdbx1\"><div class=\"cnn_sdbx2\"><div class=\"cnn_sdbx3\"><div class=\"cnn_sdbx4\"><div class=\"cnn_sdbx5\"><div class=\"cnn_sdbxcntnt\"><div style=\"width:977px\">\n<div class=\"cnn_fabheader\">\n<div class=\"cnn_fabh1\">\nGO DEEPER\n</div>\n<div class=\"cnn_fabh2\" id=\"cnnGalleryTabs\"></div>\n<div class=\"cnn_clear\"></div>\n</div>\n<div class=\"cnn_fabcontentarea\" id=\"cnn_fabcontent\">\n<div class=\"cnn_fabcprv_off\" id=\"cnn_fabcprev\"></div>\n<div class=\"cnn_fabcaholder\"><div class=\"cnn_fabcawindow\"><div class=\"cnn_fabcaslide\"><div id=\"cnn_GalleryViewPort\"><div id=\"cnn_GallerySliderContainer\">\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/living/celebrity-home-rentals/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140723101129-6-bing-crosby-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/living/celebrity-home-rentals/index.html?hpt=hp_mid\"><span>Be a celebrity -- or just rent their home</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/world/asia/giant-insect-china/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140722030226-giant-bug-china-2-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/world/asia/giant-insect-china/index.html?hpt=hp_mid\"><span>A terrifying bug the size of your face</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/sport/nba-lebron-james-cleveland-cupcakes/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140723145120-lebron-james-cupcakes-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/sport/nba-lebron-james-cleveland-cupcakes/index.html?hpt=hp_mid\"><span>Why is LeBron James saying sorry?</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/sport/matthew-mitcham-diving-australia/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140722114119-matthew-mitcham-diving-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/sport/matthew-mitcham-diving-australia/index.html?hpt=hp_mid\"><span>Gay diver: How I beat drugs, depression</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\" id=\"gallery_0_ad_0\">\n</div>\n</div>\n<div class=\"cnn_fabcatad\" id=\"gallery_0_ad_0_adgif\"></div>\n</div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/opinion/nigeria-100-days-opinion/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140723062914-pkg-100-days-sesay-nigeria-missing-girls-parents-00013524-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/opinion/nigeria-100-days-opinion/index.html?hpt=hp_mid\"><span>Nigerians haunted by the missing</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/world/africa/humans-of-khartoum-street-portraits/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718120247-humans-of-khartoum-man-portrait-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/world/africa/humans-of-khartoum-street-portraits/index.html?hpt=hp_mid\"><span>Photos: The 'Humans of Khartoum'</span></a></div>\n</div></div>\n</div>\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/sport/football/football-united-states-tour-real-madrid-manchester-city/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140713181204-51-wc-final-0713-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/sport/football/football-united-states-tour-real-madrid-manchester-city/index.html?hpt=hp_mid\"><span>Europe's soccer giants holiday in U.S.</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/world/meast/syria-iraq-terror-havens/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140617140332-aman-iraq-isil-isis-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/world/meast/syria-iraq-terror-havens/index.html?hpt=hp_mid\"><span>5 reasons terror could spill into West</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/18/world/mourning-mh17/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140723080625-boys-killed-premonition-mh17-malaysia-video-tease.png) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/18/world/mourning-mh17/index.html?hpt=hp_mid\"><span>Young brothers among the dead</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/business/russian-gas-eu-sanctions/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140307110745-russian-gas-in-eu-infographic-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/business/russian-gas-eu-sanctions/index.html?hpt=hp_mid\"><span>Map: Europe's thirst for Russian gas</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\" id=\"gallery_0_ad_1\">\n</div>\n</div>\n<div class=\"cnn_fabcatad\" id=\"gallery_0_ad_1_adgif\"></div>\n</div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/business/opinion-europe-sanctions-taylor-lopez/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140717125556-vladimir-putin-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/business/opinion-europe-sanctions-taylor-lopez/index.html?hpt=hp_mid\"><span>Opinion: EU must get serious on Russia</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/23/opinion/brown-nigeria-boko-haram-girls/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140508060601-boko-haram-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/23/opinion/brown-nigeria-boko-haram-girls/index.html?hpt=hp_mid\"><span>Nigeria's kidnapped girls not forgotten</span></a></div>\n</div></div>\n</div>\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/08/travel/morocco-marrakech-best-of/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140704104634-marrakech-lamp-bazaar-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/08/travel/morocco-marrakech-best-of/index.html?hpt=hp_mid\"><span>Marrakech: Top 10 amazing attractions</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/showbiz/celebrity-news-gossip/robert-downey-jr-highest-paid-actor-forbes/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140113123535-robert-downey-jr--video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/showbiz/celebrity-news-gossip/robert-downey-jr-highest-paid-actor-forbes/index.html?hpt=hp_mid\"><span>Robert Downey Jr. tops rich list (again)</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/sport/tyson-holyfield-hall-of-fame/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140625163124-holyfield-tyson-bite-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/sport/tyson-holyfield-hall-of-fame/index.html?hpt=hp_mid\"><span>Holyfield - Tyson: Ear-biting forgiven?</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/video/data/2.0/video/world/2014/07/18/spc-talk-asia-natalie-portman-b.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718110700-spc-talk-asia-natalie-portman-b-00000723-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/world/2014/07/18/spc-talk-asia-natalie-portman-b.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/video/data/2.0/video/world/2014/07/18/spc-talk-asia-natalie-portman-b.cnn.html?hpt=hp_mid\"><span>Actress looks a lot different today</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\">\n<div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\" id=\"gallery_0_ad_2\">\n</div>\n</div>\n<div class=\"cnn_fabcatad\" id=\"gallery_0_ad_2_adgif\"></div>\n</div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/worldsport/gallery/what-a-shot-0722/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721164331-24-what-a-shot-0722-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_gallery38x38\"><a href=\"/2014/07/22/worldsport/gallery/what-a-shot-0722/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/worldsport/gallery/what-a-shot-0722/index.html?hpt=hp_mid\"><span>What a shot! Amazing sports photos</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/sport/football/james-rodriguez-joins-real-madrid/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721110930-james-rodriguez-celebration-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/sport/football/james-rodriguez-joins-real-madrid/index.html?hpt=hp_mid\"><span>World Cup star joins Real Madrid </span></a></div>\n</div></div>\n</div>\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/tech/innovation/out-of-this-world-space-selfies/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721170953-aki-hoshide-space-selfie-2012-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/tech/innovation/out-of-this-world-space-selfies/index.html?hpt=hp_mid\"><span>Astronauts take amazing space pics</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/travel/italy-prison-islands/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721165625-prison-islands-10-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/travel/italy-prison-islands/index.html?hpt=hp_mid\"><span>Sun, sea, sand: Italy's paradise prisons</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/22/opinion/barrett-pro-russian-rebels-ukraine-terrorists-mh17/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721172634-pro-russian-rebels-mh17-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/22/opinion/barrett-pro-russian-rebels-ukraine-terrorists-mh17/index.html?hpt=hp_mid\"><span>Are pro-Russian rebels 'terrorists?'</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/video/data/2.0/video/world/2014/07/22/pkg-mclaughlin-mh17-calehr-family.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140722120549-pkg-mclaughlin-mh17-calehr-family-00002220-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/world/2014/07/22/pkg-mclaughlin-mh17-calehr-family.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/video/data/2.0/video/world/2014/07/22/pkg-mclaughlin-mh17-calehr-family.cnn.html?hpt=hp_mid\"><span>Mom: Son told me plane would crash</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\">\n</div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/video/data/2.0/video/world/2014/07/21/dnt-sesay-gaza-global-protests.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721150157-dnt-sesay-gaza-global-protests-00005222-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/world/2014/07/21/dnt-sesay-gaza-global-protests.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/video/data/2.0/video/world/2014/07/21/dnt-sesay-gaza-global-protests.cnn.html?hpt=hp_mid\"><span>Anti-war protests sweep the globe</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/world/asia/bill-clinton-interview-behind-the-scenes/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718100826-mh17-malaysia-airlines-bill-clinton-newday-00005010-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/world/asia/bill-clinton-interview-behind-the-scenes/index.html?hpt=hp_mid\"><span>Bill Clinton: No topic too big</span></a></div>\n</div></div>\n</div>\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/video/data/2.0/video/world/2014/07/18/pkg-boulden-uk-london-best-burgers-app.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718141922-pkg-boulden-uk-london-best-burgers-app-00000903-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/world/2014/07/18/pkg-boulden-uk-london-best-burgers-app.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/video/data/2.0/video/world/2014/07/18/pkg-boulden-uk-london-best-burgers-app.cnn.html?hpt=hp_mid\"><span>American burger joints invade London</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/20/travel/best-and-worst-expat-movies/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140716094616-expat-movies-farewell-to-the-king-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/20/travel/best-and-worst-expat-movies/index.html?hpt=hp_mid\"><span>Best and worst expat movies of all time</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/video/data/2.0/video/world/2014/07/21/pkg-vasseliva-russia-mystery-crater.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721053547-pkg-vasseliva-russia-mystery-crater-00000906-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_vidplyb38x38\"><a href=\"/video/data/2.0/video/world/2014/07/21/pkg-vasseliva-russia-mystery-crater.cnn.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/video/data/2.0/video/world/2014/07/21/pkg-vasseliva-russia-mystery-crater.cnn.html?hpt=hp_mid\"><span>Mysterious crater baffles scientists</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/sport/football/shakhtar-donetsk-players-refuse-football-ukraine/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721115428-douglas-costa-awol-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/sport/football/shakhtar-donetsk-players-refuse-football-ukraine/index.html?hpt=hp_mid\"><span>Shakhtar Donetsk players go AWOL</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\">\n</div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/showbiz/celebrity-news-gossip/adam-levine-behati-prinsloo-married/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140626175224-entt1-adam-levine-behati-prinsloo-06262014-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/showbiz/celebrity-news-gossip/adam-levine-behati-prinsloo-married/index.html?hpt=hp_mid\"><span>Has 'sexiest man' tied the knot?</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/sport/indian-relay-horse-racing/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140616080321-indian-relay-murray-family-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/sport/indian-relay-horse-racing/index.html?hpt=hp_mid\"><span>America's best-kept sporting secret?</span></a></div>\n</div></div>\n</div>\n<div class=\"cnn_fabcaslab\">\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/sport/golf/rory-mcilroy-father-golf-bet/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140721051514-rory-and-gerry-mcilroy-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/sport/golf/rory-mcilroy-father-golf-bet/index.html?hpt=hp_mid\"><span>McIlroy's dad wins big</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/travel/istanbul-ivan-watson/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718150840-istanbul-skyline-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/travel/istanbul-ivan-watson/index.html?hpt=hp_mid\"><span>My Istanbul: Love at first sight</span></a></div>\n</div></div>\n<div class=\"cnn_fabcatz\" data-vr-contentbox=\"\"><div class=\"cnn_relpostn\">\n<div class=\"cnn_fabcatimg\"><a href=\"/2014/07/21/world/africa/9-must-see-movies-diff-2014/index.html?hpt=hp_mid\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"\" border=\"0\" class=\"cnnContentImg\" height=\"68\" style=\"background:transparent url(http://i2.cdn.turner.com/cnn/dam/assets/140718170100-black-mamba---kiss-of-death-video-tease.jpg) 0 0 no-repeat;display:none\" width=\"120\"/></a></div>\n<div class=\"cnn_fabcattxt\"><a href=\"/2014/07/21/world/africa/9-must-see-movies-diff-2014/index.html?hpt=hp_mid\"><span>Nine must-see African movies</span></a></div>\n</div></div>\n</div>\n</div></div></div></div>\n</div>\n<div class=\"cnn_fabcnxt\" id=\"cnn_fabcnext\"></div>\n<div class=\"cnn_clear\"></div>\n</div>\n</div></div></div></div></div></div></div></div></div>\n<!--/strip--> <div class=\"cnn_pad2top cnn_shdspc\"></div>\n<!--bottombins-->\n<div class=\"cnn_contentarea cnn_shdsectbin\"> <div class=\"cnn_shdcaheader\"></div> <div class=\"cnn_sectbin1\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin1\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://edition.cnn.com/BUSINESS/?hpt=hp_bn1\">BUSINESS</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"> <a href=http://money.cnn.com/2014/07/24/investing/ecb-hackers/index.html?hpt=hp_bn1 target=\"_self\">ECB: 20k e-mail addresses hacked</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/business/jakarta-property-one-square-meter/index.html?hpt=hp_bn1 target=\"_self\">Cashing in on Jakarta real estate</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/travel/conflict-area-flights/index.html?hpt=hp_bn1 target=\"_self\">Busy skies over conflict zones</a> </li> <li data-vr-contentbox=\"\"> <a href=http://money.cnn.com/2014/07/22/investing/saudi-arabia-markets/index.html?iid=Lead&hpt=hp_bn1 target=\"_self\">Saudi stocks: the next big thing?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/24/travel/germany-motoring-museums/index.html?hpt=hp_bn1 target=\"_self\">World-class motor museums</a> </li> <li data-vr-contentbox=\"\"> <a href=http://money.cnn.com/2014/07/23/investing/israel-stock-market/index.html?hpt=hp_bn1 target=\"_self\">Israeli investors unshaken</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/travel/airbnb-squatters/index.html?hpt=hp_bn1 target=\"_self\">Scammers won't leave Airbnb house</a> </li> <li data-vr-contentbox=\"\"> <a href=http://money.cnn.com/2014/07/23/investing/belgium-china-bond-mystery/index.html?hpt=hp_bn1 target=\"_self\">Why is Belgium buying U.S. bonds?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/travel/worlds-coolest-bookstores/index.html?hpt=hp_bn1 target=\"_self\">World's coolest bookstores </a> </li> <li data-vr-contentbox=\"\"> <a href=http://money.cnn.com/2014/07/19/news/companies/malaysia-airlines-survival/index.html?hpt=hp_bn1 target=\"_self\">Can Malaysia Airlines recover?</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://edition.cnn.com/BUSINESS/?hpt=hp_bn1\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin2\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin2\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://edition.cnn.com/SPORT/?hpt=hp_bn2\">SPORT</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"> <a href=/2014/07/24/sport/motorsport/motorsport-f1-mexico-grand-prix/index.html?hpt=hp_bn2 target=\"_self\">Motorsport: Green light for Mexico</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/sport/football/shakhtar-football-security-home-games/index.html?hpt=hp_bn2 target=\"_self\">Football: New home for Shakhtar </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/sport/cycling-mijka-nibali-valverde/index.html?hpt=hp_bn2 target=\"_self\">Cycling: Polish pedal power</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/sport/football/james-rodriguez-joins-real-madrid/index.html?hpt=hp_bn2 target=\"_self\">Football: Rodriguez joins Real Madrid </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/sport/horse-racing-estimate-queen-banned-substance/index.html?hpt=hp_bn2 target=\"_self\">Horse racing: Queen's horse in dock</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/sport/football/football-brazil-world-cup-dunga/index.html?hpt=hp_bn2 target=\"_self\">Football: Brazil reappoints Dunga</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/sport/tyson-holyfield-hall-of-fame/index.html?hpt=hp_bn2 target=\"_self\">Boxing: Tyson to present Holyfield</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/21/sport/football/shakhtar-donetsk-players-refuse-football-ukraine/index.html?hpt=hp_bn2 target=\"_self\">Football: AWOL players warned</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/21/sport/football/fc-copenhagen-dnipro-dnipropetrovsk-champions-league/index.html?hpt=hp_bn2 target=\"_self\">Football: Doubt over Ukraine tie </a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://edition.cnn.com/SPORT/?hpt=hp_bn2\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin3\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin3\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://www.cnn.com/2013/05/01/world/defining-moments/index.html?hpt=hp_bn3\">DEFINING MOMENTS</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_relpostn\" data-vr-contentbox=\"\"> <div class=\"cnn_mtt1img\"><div> <a href=\"/2013/05/01/world/defining-moments/index.html?hpt=hp_bn3\"> <img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140723171632-defining-moments-costa-concordia-bin-tease.jpg\" width=\"220\" height=\"84\" alt=\"\" border=\"0\"> </a> </div></div> <div class=\"cnn_mtt1imgh\"><div class=\"cnn_mtt1imghtitle\"> <h2><span class=\"c_bulletlnk\"><span><a href=\"/2013/05/01/world/defining-moments/index.html?hpt=hp_bn3\">Concordia: The final journey</a></span></span></h2> </div></div> </div> <div class=\"cnn_pad11top\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"><a href=\"http://ireport.cnn.com/?hpt=hp_bn3\">Send your images to iReport</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://www.cnn.com/2013/05/01/world/defining-moments/index.html?hpt=hp_bn3\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"><!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=88x31_spon_definingmoments&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: homepage/spon.88x31_definingmoments -->\n<div id=\"ad-829f0c0880ff40d6\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"829f0c0880ff40d6\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=88x31_spon_definingmoments&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs\",\"31\",\"88\", null, \"\");\ncnnad_registerSpace(\"829f0c0880ff40d6\",\"88\",\"31\");\n</script>\n<!-- ADSPACE-END --></div> </div> <div class=\"cnn_sectbin4 cnn_tvsecbin\" data-vr-zone=\"intl-most-popular-bin\"> <div class=\"cnn_sectbincntnt cnn_sbin4mpopbin\"> <h4><a href=\"/mostpopular\">MOST POPULAR</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/world/europe/ukraine-malaysia-airlines-crash/index.html\"><span class=\"pmHLBullet\">&bull;</span>MH17 crash: Did Russia pull the trigger? Ukraine says yes</a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n<li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/world/asia/giant-insect-china/index.html\"><span class=\"pmHLBullet\">&bull;</span>World's largest aquatic insect specimen found in China</a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n<li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/showbiz/celebrity-news-gossip/robert-downey-jr-highest-paid-actor-forbes/index.html\"><span class=\"pmHLBullet\">&bull;</span>Robert Downey Jr.: Hollywood's highest-paid actor (again)</a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n<li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/world/europe/mh17-calehr-family-sons-killed-mother-regret/index.html\"><span class=\"pmHLBullet\">&bull;</span>Mother's regret over young MH17 victim's plane crash fear</a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n<li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/world/meast/mideast-crisis/index.html\"><span class=\"pmHLBullet\">&bull;</span>Talk of peace doesn't slow flow of blood, rockets in Gaza and Israel</a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n<li class=\"pmNsStory\">\n<div class=\"pmNsHeadline\">\n<a href=\"/2014/07/22/travel/china-travel-tips/index.html\"><span class=\"pmHLBullet\">&bull;</span>20 China travel tips that will make your journey easier </a>\n</div>\n<div class=\"pmNsPopularity\">\n<div class=\"pmNsPopImage\" style=\"width: 1%;\"></div>\n</div>\n</li>\n </ul> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a class=\"cnn_mtpmorebtn\" href=\"/mostpopular\"><img border=\"0\" alt=\"More\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\"></a></div> </div> </div> <div class=\"cnn_clear\"></div> <div class=\"cnn_shdcafooter\"></div> <div class=\"cnn_pad2top cnn_shdspc\"></div> <div class=\"cnn_shdcaheader\"></div> <div class=\"cnn_sectbin1\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin4\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://edition.cnn.com/SPECIALS/style?hpt=hp_bn4\">STYLE</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_relpostn\" data-vr-contentbox=\"\"> <div class=\"cnn_mtt1img\"><div> <a href=\"/2014/07/07/world/europe/digital-revolution/index.html?hpt=hp_bn4\"> <img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140703211747-sanctuary-barbican-wings-bin-tease.jpg\" width=\"220\" height=\"84\" alt=\"\" border=\"0\"> </a> </div></div> <div class=\"cnn_mtt1imgh\"><div class=\"cnn_mtt1imghtitle\"> <h2><span class=\"c_bulletlnk\"><span><a href=\"/2014/07/07/world/europe/digital-revolution/index.html?hpt=hp_bn4\">Hands-on world of digital art</a></span></span></h2> </div></div> </div> <div class=\"cnn_pad11top\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"><a href=\"/2014/02/26/travel/cheongsam-exhibition-hk/index.html?hpt=hp_bn4\">How China's iconic dress survived</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/16/travel/venice-architecture-biennale-rem-koolhaas/index.html?hpt=hp_bn4\">Is architecture dead? Not in Venice</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/01/us/unmade-bed-art/index.html?hpt=hp_bn4\">Would you pay $4M for unmade bed?</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/05/30/world/astonishing-origami-exhibit/index.html?hpt=hp_bn4\">Origami: When maths and art collide</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/07/world/europe/digital-revolution/index.html?hpt=hp_bn4\">The hands-on world of digital art</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://edition.cnn.com/SPECIALS/style?hpt=hp_bn4\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin2\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin5\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://edition.cnn.com/video/?hpt=hp_bn5\">WATCH THESE VIDEOS</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_relpostn\" data-vr-contentbox=\"\"> <div class=\"cnn_mtt1img\"><div> <a href=\"/video/data/2.0/video/world/2014/07/03/sot-japan-tokyo-toilet-museum.cnn.html?hpt=hp_bn5\"> <img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140703033258-sot-japan-tokyo-toilet-museum-00010623-bin-tease.jpg\" width=\"220\" height=\"84\" alt=\"\" border=\"0\"> </a> </div></div> <div class=\"cnn_mtt1imgh\"><div class=\"cnn_mtt1imghtitle\"> <h2><span class=\"c_bulletlnk\"><span><a href=\"/video/data/2.0/video/world/2014/07/03/sot-japan-tokyo-toilet-museum.cnn.html?hpt=hp_bn5\">Japan's toilet exhibition</a></span></span></h2> </div></div> </div> <div class=\"cnn_pad11top\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"><a href=\"/video/data/2.0/video/world/2014/06/20/pkg-boulden-uk-tattoo-business-boom.cnn.html?hpt=hp_bn5\">Tattoo art business boom</a> &nbsp;<a href=/video/data/2.0/video/world/2014/06/20/pkg-boulden-uk-tattoo-business-boom.cnn.html?hpt=hp_bn5 target=\"_self\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Video\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li data-vr-contentbox=\"\"><a href=\"/video/data/2.0/video/tech/2014/07/03/jimmy-robot-intel-orig-ms.cnn.html?hpt=hp_bn5\">This 3-D printed robot talks </a> &nbsp;<a href=/video/data/2.0/video/tech/2014/07/03/jimmy-robot-intel-orig-ms.cnn.html?hpt=hp_bn5 target=\"_self\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Video\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li data-vr-contentbox=\"\"><a href=\"/video/data/2.0/video/world/2014/07/03/wc-pkg-soares-rent-a-friend.cnn.html?hpt=hp_bn5\">Rent a World Cup buddy</a> &nbsp;<a href=/video/data/2.0/video/world/2014/07/03/wc-pkg-soares-rent-a-friend.cnn.html?hpt=hp_bn5 target=\"_self\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Video\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li data-vr-contentbox=\"\"><a href=\"/video/data/2.0/video/sports/2014/07/02/soares-pkg-world-cup-tours-favelas.cnn.html?hpt=hp_bn5\">A tour of Rio's favelas</a> &nbsp;<a href=/video/data/2.0/video/sports/2014/07/02/soares-pkg-world-cup-tours-favelas.cnn.html?hpt=hp_bn5 target=\"_self\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Video\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> <li data-vr-contentbox=\"\"><a href=\"/video/data/2.0/video/world/2014/06/19/pkg-albino-whale-australia.seven-network.html?hpt=hp_bn5\">Rare albino whale spotted</a> &nbsp;<a href=/video/data/2.0/video/world/2014/06/19/pkg-albino-whale-australia.seven-network.html?hpt=hp_bn5 target=\"_self\"><img class=\"cnnVideoIcon\" width=\"16\" height=\"10\" border=\"0\" alt=\"Video\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif\"/></a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://edition.cnn.com/video/?hpt=hp_bn5\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin3\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin6\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://travel.cnn.com?hpt=hp_bn6\">TRAVEL</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/travel/worlds-coolest-bookstores/index.html?hpt=hp_bn6 target=\"_self\">World's coolest bookstores </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/travel/china-travel-tips/index.html?hpt=hp_bn6 target=\"_self\">20 China travel tips</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/travel/off-season-bargains-for-optimists/index.html?hpt=hp_bn6 target=\"_self\">Off-season travel bargains</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/morocco-marrakech-best-of/index.html?hpt=hp_bn6 target=\"_self\">Marrakech: 10 best attractions</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/23/travel/china-airport-delays-travel/index.html?hpt=hp_bn6 target=\"_self\">China flight disruptions to come</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/22/travel/italy-prison-islands/index.html?hpt=hp_bn6 target=\"_self\">Italy's paradise prison islands</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/21/travel/great-escapes-joburg/index.html?hpt=hp_bn6 target=\"_self\">4 Joburg escapes, no stress</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/20/travel/best-and-worst-expat-movies/index.html?hpt=hp_bn6 target=\"_self\">Best/worst expat movies </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/21/travel/istanbul-ivan-watson/index.html?hpt=hp_bn6 target=\"_self\">My love affair with Istanbul</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/21/travel/malaysia-airlines-flight-changes/index.html?hpt=hp_bn6 target=\"_self\">Refunds from Malaysia Airlines</a> </li> <li data-vr-contentbox=\"\"> <a href=http://travel.cnn.com/worlds-biggest-3d-painting-exhibition-051926?hpt=hp_bn6 target=\"_self\">Look! Biggest 3D painting </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/18/travel/arctic-surfing/index.html?hpt=hp_bn6 target=\"_self\">Amazing video: Arctic surfers </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/15/travel/best-romantic-summer-getaways/index.html?hpt=hp_bn6 target=\"_self\">Best romantic summer getaways </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/17/travel/want-to-buy-a-plane-caroplane/index.html?hpt=hp_bn6 target=\"_self\">Finally, a plane you can afford</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/16/travel/london-to-new-york-its-cutthroat/index.html?hpt=hp_bn6 target=\"_self\">London-NYC: Who to fly?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/17/travel/cute-world-mascots/index.html?hpt=hp_bn6 target=\"_self\">8 adorable city mascots </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/17/travel/himalayan-yoga-retreat/index.html?hpt=hp_bn6 target=\"_self\">Himalayan yoga, meditation, wildlife</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/17/travel/airbus-saddle-seat-patent/index.html?hpt=hp_bn6 target=\"_self\">Fliers, please take your saddles</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/17/travel/oldest-pastry-shops/index.html?hpt=hp_bn6 target=\"_self\">Europe's oldest pastry shops</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/16/travel/motorcycling-iran/index.html?hpt=hp_bn6 target=\"_self\">Riding through Iran as a woman</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/16/travel/brazil-world-cup-tourism/index.html?hpt=hp_bn6 target=\"_self\">Brazil claims 'victory' in World Cup</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/16/travel/universal-studios-japan-harry-potter/index.html?hpt=hp_bn6 target=\"_self\">Muggle delight! Potter park opens</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/travel/outlaw-adventures/index.html?hpt=hp_bn6 target=\"_self\">8 U.S. outlaw adventures </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/morocco-marrakech-photography/index.html?hpt=hp_bn6 target=\"_self\">Photo secrets of Marrakech</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/15/travel/the-worlds-best-airline-is-/index.html?hpt=hp_bn6 target=\"_self\">And the world's best airline is...</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/15/travel/tripadvisor-water-amusement-parks/index.html?hpt=hp_bn6 target=\"_self\">Best amusement parks named </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/15/travel/greek-island-hopping/index.html?hpt=hp_bn6 target=\"_self\">Greek islands by seaplane</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/business/airbus/index.html?hpt=hp_bn6 target=\"_self\">Airbus' revamped A330 airliner </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/business/space-tourists-could-blast-off-from-uk/index.html?hpt=hp_bn6 target=\"_self\">Space tourists could lift off from UK</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/travel/spain-pamplona-selfie/index.html?hpt=hp_bn6 target=\"_self\">Bull run 'selfie man' sought </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/travel/okura-hotel-tokyo/index.html?hpt=hp_bn6 target=\"_self\">Sad sayonara to a Tokyo landmark</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/14/travel/uk-london-bookbenches/index.html?hpt=hp_bn6 target=\"_self\">Funtastic book benches hit London</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/11/travel/hidden-beaches/index.html?hpt=hp_bn6 target=\"_self\">10 secret beaches to discover</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/11/world/capturing-the-cosmos-stunning-photos/index.html?hpt=hp_bn6 target=\"_self\">Stunning photos of the cosmos</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/13/travel/singapore-cocktail-bars/index.html?hpt=hp_bn6 target=\"_self\">Where they make best cocktails</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/13/travel/unusual-surf-spots/index.html?hpt=hp_bn6 target=\"_self\">11 surprising surf locations</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/11/travel/venezuela-airport-air/index.html?hpt=hp_bn6 target=\"_self\">Want to breathe? Pay up</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/11/travel/great-tunnels/index.html?hpt=hp_bn6 target=\"_self\">9 of the world's greatest tunnels</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/10/travel/standing-cabin-plane-study/index.html?hpt=hp_bn6 target=\"_self\">Stand on a plane: Would you?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/09/travel/worlds-strangest-lakes/index.html?hpt=hp_bn6 target=\"_self\">World's strangest lakes </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/10/travel/dark-tourism-southeast-asia/index.html?hpt=hp_bn6 target=\"_self\">5 'dark' SE Asia tourist spots </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/09/travel/in-flight-fine-dining/index.html?hpt=hp_bn6 target=\"_self\">Fine dining in the air: Possible?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/10/travel/flanders-cycling/index.html?hpt=hp_bn6 target=\"_self\">Tour de France though WWI </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/09/travel/2014-gumball-3000/index.html?hpt=hp_bn6 target=\"_self\">Hot models and a Lambo</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/09/travel/air-new-zealand-787-9-dreamliner/index.html?hpt=hp_bn6 target=\"_self\">Stunning, all-black Dreamliner </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/morocco-marrakech-square/index.html?hpt=hp_bn6 target=\"_self\">Marrakech's magical heart</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/philippines-cocktails-manila/index.html?hpt=hp_bn6 target=\"_self\">Manila's best Pinoy cocktails </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/farnborough-2014-what-to-expect/index.html?hpt=hp_bn6 target=\"_self\">Farnborough: Iconic airshow</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/coolest-outdoor-hotel-showers/index.html?hpt=hp_bn6 target=\"_self\">10 amazing hotel showers</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/romantic-movie-locations/index.html?hpt=hp_bn6 target=\"_self\">Most romantic movie locations</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/08/travel/uganda-kombi-tours/index.html?hpt=hp_bn6 target=\"_self\">Tracking lions ... in a VW Kombi</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/11/travel/amsterdam-organ/index.html?hpt=hp_bn6 target=\"_self\">Amsterdam's Wurlitzer cinema</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/07/travel/cnntravel-instagram-whats-in-your-suitcase-how-i-pack/index.html?hpt=hp_bn6 target=\"_self\">Tell us: What's in your suitcase?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/07/travel/japan-luxury-train/index.html?hpt=hp_bn6 target=\"_self\">Japan's transparent 'Ferrari' train </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/07/travel/airport-security-new-measures/index.html?hpt=hp_bn6 target=\"_self\">New airport security measures</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/07/travel/iceland-pompeii/index.html?hpt=hp_bn6 target=\"_self\">Heimaey: The Icelandic Pompeii</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/06/travel/summer-travel-gadgets/index.html?hpt=hp_bn6 target=\"_self\">25 needless (but cool) gadgets</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/06/travel/jet-fuel-turned-green/index.html?hpt=hp_bn6 target=\"_self\">Can jet fuel turn green?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/06/travel/dragon-bridge-da-nang/index.html?hpt=hp_bn6 target=\"_self\">Viet dragon bridge breathes fire</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/03/travel/spain-bull-running/index.html?hpt=hp_bn6 target=\"_self\">How to survive Pamplona's bulls</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/03/travel/new-caledonia-marine-park/index.html?hpt=hp_bn6 target=\"_self\">Biodiversity here is 'off charts'</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/03/travel/spain-game-of-thrones/index.html?hpt=hp_bn6 target=\"_self\">Royal castle becomes GoT set</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/02/travel/dumpster-diving/index.html?hpt=hp_bn6 target=\"_self\">Dumpster diver's war on waste</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/01/travel/bangkok-tours-red-light-nightlife/index.html?hpt=hp_bn6 target=\"_self\">Guide to Bangkok's seedy side</a> </li> <li data-vr-contentbox=\"\"> <a href=http://travel.cnn.com/wimbledon-without-tennis-10-things-do-331341?hpt=hp_bn6 target=\"_self\">Wimbledon for tennis non-fans</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/01/world/meast/kingdom-tower-how-will-the-elevators-work/index.html?hpt=hp_bn6 target=\"_self\">The 1km high elevators </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/01/travel/gallery/canada-20-most-beautiful-places/index.html?hpt=hp_bn6 target=\"_self\">20 Canadian beauty spots</a> &nbsp;<a href=/2014/07/01/travel/gallery/canada-20-most-beautiful-places/index.html?hpt=hp_bn6 target=\"_self\"><img class=\"cnnGalleryIcon\" width=\"16\" height=\"11\" border=\"0\" alt=\"\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/gallery_icon2.png\"/></a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/07/01/travel/moldova-transnistria/index.html?hpt=hp_bn6 target=\"_self\">Where Putin keeps his wine</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/30/travel/holographic-staff-and-no-lost-luggage/index.html?hpt=hp_bn6 target=\"_self\">How we'll fly in 2024</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/30/travel/geisha-hunting-kyoto/index.html?hpt=hp_bn6 target=\"_self\">How to capture a geisha </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/30/travel/boeing-747-1500-lufthansa/index.html?hpt=hp_bn6 target=\"_self\">Boeing delivers 1,500th 747 </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/30/travel/run-around-the-world/index.html?hpt=hp_bn6 target=\"_self\">Marine plans 20-year run</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/29/travel/hospitality-loves-and-hates/index.html?hpt=hp_bn6 target=\"_self\">Towel elephants, other curiosities</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/27/world/africa/senegals-dead-sea-lake-retba/index.html?hpt=hp_bn6 target=\"_self\">Africa's incredible pink lake</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/27/travel/spain-7-natural-wonders/index.html?hpt=hp_bn6 target=\"_self\">Spain's 7 natural wonders</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/27/travel/cambodia-best-islands/index.html?hpt=hp_bn6 target=\"_self\">Cambodia's 7 best islands</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/26/travel/the-best-airport-time-wasters/index.html?hpt=hp_bn6 target=\"_self\">Hilarious airport time-wasters</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/26/travel/ramadan-tents/index.html?hpt=hp_bn6 target=\"_self\">Deluxe way to break fast</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/26/tech/futurisitc-drive-step-inside-3d/index.html?hpt=hp_bn6 target=\"_self\">Look! 3D printed car</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/24/travel/top-spots-us-2014/index.html?hpt=hp_bn6 target=\"_self\">20 best places to visit in U.S.</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/27/travel/hungary-spas/index.html?hpt=hp_bn6 target=\"_self\">Hungary's best spas </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/26/travel/secret-south-african-experiences/index.html?hpt=hp_bn6 target=\"_self\">10 'secret' S. African experiences</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/25/travel/boring-inflight-movie/index.html?hpt=hp_bn6 target=\"_self\">Most boring inflight movie ever?</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/25/travel/wiffle-ball-travels/index.html?hpt=hp_bn6 target=\"_self\">This toy could save your trip</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/25/travel/wakayama-ryokan-kamigoten/index.html?hpt=hp_bn6 target=\"_self\">Japanese inn makes you beautiful</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/23/travel/top-10-water-parks-usa/index.html?hpt=hp_bn6 target=\"_self\">10 most popular U.S. water parks</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/25/travel/french-air-traffic-control-strike/index.html?hpt=hp_bn6 target=\"_self\">Huge delays over French strike </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/24/travel/phoenix-towers-worlds-tallest/index.html?hpt=hp_bn6 target=\"_self\">World's tallest tower planned</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/24/travel/france-rude-tourists/index.html?hpt=hp_bn6 target=\"_self\">France 'should be friendlier' </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/24/travel/missed-destinations/index.html?hpt=hp_bn6 target=\"_self\">Wrong way! Air ticket mix ups</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/23/travel/ferran-adria-new-venture/index.html?hpt=hp_bn6 target=\"_self\">Star chef without a restaurant</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/24/travel/budapest-underground/index.html?hpt=hp_bn6 target=\"_self\">Underground in Budapest</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/23/travel/finland-sauna-aiport-lounge/index.html?hpt=hp_bn6 target=\"_self\">Airport to open unisex sauna</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/22/travel/odd-vending-machines/index.html?hpt=hp_bn6 target=\"_self\">8 curious vending machines </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/23/travel/pop-up-restaurants/index.html?hpt=hp_bn6 target=\"_self\">Celebs crash pop-up restos</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/22/travel/china-tea-travel/index.html?hpt=hp_bn6 target=\"_self\">Tea lover's guide to China</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/19/travel/fabulous-gardens/index.html?hpt=hp_bn6 target=\"_self\">13 gorgeous gardens</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/19/travel/hungary-debrecen/index.html?hpt=hp_bn6 target=\"_self\">Heavy metal, sausages collide</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/18/business/biggest-threat-in-the-air-you/index.html?hpt=hp_bn6 target=\"_self\">Biggest threat in the air? You</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/18/sport/tennis/andy-murray-wimbledon-hotel-tennis/index.html?hpt=hp_bn6 target=\"_self\">Tennis star that started a hotel</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/20/travel/readers-picks-travel-songs/index.html?hpt=hp_bn6 target=\"_self\">Best travel songs of all time</a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/18/us/teen-plane-stowaway/index.html?hpt=hp_bn6 target=\"_self\">Teen stowaway recalls trip </a> </li> <li data-vr-contentbox=\"\"> <a href=/2014/06/18/travel/paris-bike-hire-kids/index.html?hpt=hp_bn6 target=\"_self\">Paris bike hire for kids</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://travel.cnn.com?hpt=hp_bn6\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin4 cnn_quickvotebin\" data-vr-zone=\"intl-facebook-bin\"> <div class=\"cnn_sectbincntnt_full\"> <h4>Popular on Facebook</h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" style=\"border: medium none; overflow: hidden; width: 210px; height: 190px;\" src=\"//www.facebook.com/plugins/activity.php?site=cnn.com&amp;action&amp;width=210&amp;height=190&amp;header=false&amp;colorscheme=light&amp;linktarget=_blank&amp;border_color=white&amp;font&amp;recommendations=true\"></iframe> </div> </div> <div class=\"cnn_clear\"></div> <div class=\"cnn_shdcafooter\"></div> <div class=\"cnn_pad2top cnn_shdspc\"></div> <div class=\"cnn_shdcaheader\"></div> <div> <div class=\"cnn_sectbin1\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin7\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://edition.cnn.com/SPECIALS/asia/china/?hpt=hp_bn7\">ON CHINA</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_relpostn\" data-vr-contentbox=\"\"> <div class=\"cnn_mtt1img\"><div> <a href=\"/2014/07/15/world/asia/xi-reformist-or-tyrant/index.html?hpt=hp_bn7\"> <img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140714015733-xi-jinping-waving-bin-tease.jpg\" width=\"220\" height=\"84\" alt=\"\" border=\"0\"> </a> </div></div> <div class=\"cnn_mtt1imgh\"><div class=\"cnn_mtt1imghtitle\"> <h2><span class=\"c_bulletlnk\"><span><a href=\"/2014/07/15/world/asia/xi-reformist-or-tyrant/index.html?hpt=hp_bn7\">Xi: Reformer or a 'dictator?'</a></span></span></h2> </div></div> </div> <div class=\"cnn_pad11top\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"><a href=\"/2014/07/16/world/asia/china-japan-war-of-words/index.html?hpt=hp_bn7\">China and Japan's 'war of words'</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/13/world/asia/china-tv-anchor-detained/index.html?hpt=hp_bn7\">Top TV anchor detained </a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/10/business/skyscrapers-that-clean-the-air/index.html?hpt=hp_bn7\">Skyscrapers that clean the air</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/07/sport/football/china-football-development/index.html?hpt=hp_bn7\">Why does China struggle with football?</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/04/world/asia/first-chinese-cyclist-tour-de-france/index.html?hpt=hp_bn7\">China first for Tour de France</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/03/world/asia/china-smog-inventions/index.html?hpt=hp_bn7\">9 pollution beaters</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/02/world/asia/south-korea-xi-visit/index.html?hpt=hp_bn7\">Did Xi snub North Korea?</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/07/01/world/asia/hong-kong-democracy-protests/index.html?hpt=hp_bn7\">HK calls for democracy</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/30/world/asia/china-baby-hatches-jinan/index.html?hpt=hp_bn7\">'Baby hatch' overwhelmed</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/26/world/asia/china-civil-society/index.html?hpt=hp_bn7\">People power in the PRC</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://edition.cnn.com/SPECIALS/asia/china/?hpt=hp_bn7\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin2\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin8\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://ireport.cnn.com/?hpt=hp_bn8\">iREPORT</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_relpostn\" data-vr-contentbox=\"\"> <div class=\"cnn_mtt1img\"><div> <a href=\"/2014/07/13/us/july-summer-supermoon-irpt/index.html?hpt=hp_bn8\"> <img src=\"http://i2.cdn.turner.com/cnn/dam/assets/140713105930-irpt-july-supermoon-amber-new-york-bin-tease.jpg\" width=\"220\" height=\"84\" alt=\"\" border=\"0\"> </a> </div></div> <div class=\"cnn_mtt1imgh\"><div class=\"cnn_mtt1imghtitle\"> <h2><span class=\"c_bulletlnk\"><span><a href=\"/2014/07/13/us/july-summer-supermoon-irpt/index.html?hpt=hp_bn8\">Summer of supermoons</a></span></span></h2> </div></div> </div> <div class=\"cnn_pad11top\"></div> <ul class=\"cnn_bulletbin\"> <li data-vr-contentbox=\"\"><a href=\"/2014/07/03/living/israel-border-wedding-irpt/index.html?hpt=hp_bn8\">Bomb blasts and wedding bells</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/27/sport/football/soccer-world-irpt/index.html?hpt=hp_bn8\">A love affair with soccer</a> </li> <li data-vr-contentbox=\"\"><a href=\"http://ireport.cnn.com/topics/1146972?hpt=hp_bn8\">Share your Middle East story</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/12/travel/worlds-national-parks-irpt/index.html?hpt=hp_bn8\">The world's best national parks</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/06/19/travel/irpt-underwater-photography/index.html?hpt=hp_bn8\">Under the sea, in photos</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/05/30/travel/wildlife-photography-irpt/index.html?hpt=hp_bn8\">53 spectacular wildlife photos</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/05/24/us/meteor-shower/index.html?hpt=hp_bn8\">Meteors streak through night sky</a> </li> <li data-vr-contentbox=\"\"><a href=\"/2014/05/19/living/kid-entrepreneurs-irpt-schools/index.html?hpt=hp_bn8\">You're never too young to be CEO</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://ireport.cnn.com/?hpt=hp_bn8\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin3\"> <div class=\"cnn_sectbincntnt\" data-vr-zone=\"intl-bottom-bin9\"> <div class=\"cnn_sectbincntnt2\"> <h4><a href=\"http://amanpour.blogs.cnn.com/?hpt=hp_bn9\">AMANPOUR</a></h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <ul class=\"cnn_bulletbin\"> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/23/a-mosaic-of-militias-wreak-havoc-in-libya/?hpt=hp_bn9\">‘A mosaic’ of militias wreak havoc in Libya</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/23/u-s-russias-actions-incredibly-are-heading-towards-escalation-of-the-crisis/?hpt=hp_bn9\">U.S.: Russia’s ‘actions, incredibly, are heading towards escalation of the crisis’</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/23/in-hardship-acting-in-good-faith/?hpt=hp_bn9\">In hardship, acting in good faith</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/22/russia-its-decision-time-for-everybody/?hpt=hp_bn9\">Russia: It’s decision time ‘for everybody’</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/22/american-teen-recounts-savage-beating-by-israeli-police-that-helped-spark-crisis/?hpt=hp_bn9\">American teen recounts savage beating by Israeli police that helped spark crisis</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/21/ukraine-president-petro-poroshenko-the-world-must-choose-sides/?hpt=hp_bn9\">Ukraine President Petro Poroshenko: The world must choose sides</a> </li> <li> <a href=\"http://amanpour.blogs.cnn.com/2014/07/21/israel-shelling-of-gaza-hospitals-needs-to-be-questioned-says-israeli-justice-minister-tzipi-livni/?hpt=hp_bn9\">Israel shelling of Gaza hospitals ‘needs to be questioned,’ says Israeli Justice Minister Tzipi Livni</a> </li> </ul> </div> <div class=\"cnn_mtpmore\" data-vr-contentbox=\"\"><a href=\"http://amanpour.blogs.cnn.com/?hpt=hp_bn9\" class=\"cnn_mtpmorebtn\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/1px.gif\" alt=\"More\" border=\"0\"/></a></div> </div> <div class=\"cnn_adspc155x31\"> </div> </div> <div class=\"cnn_sectbin4 cnn_sbhottopics cnn_quickvotebin\" data-vr-zone=\"intl-quickvote-bin\"> <h4>Quick Vote</h4> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\"></div> <div class=\"cnn_sectbincntnt\"> <script> var qvq_count = 0; </script><!--SS Found: generic_question.html-->\n\n<div id=\"cnnQV_Content_66934\">\n<form id=\"qv_poll_66934\" method=\"post\" action=\"http://polls.cnn.com/poll\" target=\"qv_iframe_66934\">\n<INPUT TYPE=HIDDEN NAME=\"poll_id\" VALUE=\"66934\">\n<div class=\"cnn_qvbv3\">\n<h5 id=\"cnnQV_quesTxT\">Should the U.S. and Europe increase sanctions on Russia over its support for separatists in Ukraine?</h5>\n</div>\n<div class=\"cnn_qvbv4\">\n<ul>\n<li><input type=\"radio\" name=\"question_1\" value=\"1\" id=\"cnnPollA1\"> <label for=\"cnnPollA1\"  id=\"cnnPoll_Q1L1\">Yes</label></li>\n<script> qvq_count++; </script>\n<li><input type=\"radio\" name=\"question_1\" value=\"2\" id=\"cnnPollA2\"> <label for=\"cnnPollA2\"  id=\"cnnPoll_Q1L2\">No</label></li>\n<script> qvq_count++; </script>\n</ul>\n<div class=\"cnn_clear\"></div>\n</div>\n<!-- /end Question 1 -->\n<div class=\"cnn_qvbvote\">\n<div class=\"cnn_qvbv1\"><a href=\"javascript:qvSubmitVote_66934();\" class=\"cnn_frmqvtbtn\"><img src=\"http://i.cdn.turner.com/cnn/.element/img/3.0/1px.gif\" border=\"0\"></a></div>\n<div class=\"cnn_qvbv2\"><span>or </span><a href=\"javascript:qvGetResults_66934();\">view results</a></div>\n<div class=\"cnn_clear\"></div>\n</div>\n</form>\n</div>\n<iframe width=\"1\" height=\"1\" frameborder=\"0\" style=\"visibility:hidden;height:1px;border:0px\" id=\"qv_iframe_66934\" name=\"qv_iframe_66934\"></iframe>\n<script type=\"text/javascript\">\n\n\tvar qv_submitted_66934;\n\tfunction qvSubmitVote_66934() { qv_submitted_66934 = 1;$('qv_poll_66934').submit();qvGetResults_66934(); }\n\tfunction qvGetResults_66934() { \n\t\n\t\t\tCSIManager.getInstance().call('http:/\\/www.cnn.com/POLLSERVER/results/66934.content.html', '', 'cnnQV_Content_66934', cnn_qvBPHTML_66934, true);\n\t\n\t}\n\t\n\tfunction cnn_qvBPHTML_66934(obj, id, configObj) {\n\t\n\t\tvar qvtemp_arr = new Array();\n\t\tfor(i=1;i <= qvq_count;i++) { qvtemp_arr[(i - 1)] = { 'a_txt' : $('cnnPoll_Q1L' + i).innerHTML, 'vote_c' : parseInt(obj.poll_values[i].vote_count), 'vote_p' : parseInt(obj.poll_values[i].vote_percent) }; }\n\t\tqvtemp_arr.sort(cnn_qvCompRes);\n\t\treturn cnn_qvBResHTML(obj, qvtemp_arr, '66934');\n\t\t\n\t}\n\t\n\t\n\tfunction cnn_qvBResHTML(obj, qv_arr, poll_id) {\n\t\n\t\tvar qvtemp_html = '<div class=\"cnn_qvbv14\">';\n\t\tqvtemp_html += '<div class=\"cnn_qvbv16\">';\n\t\tqvtemp_html += '<h5>' + $('cnnQV_quesTxT').innerHTML + '</h5>';\n\t\tif(obj.related_story) { qvtemp_html += '<div class=\"cnn_qvbv5\"><a href=\"' + obj.related_story + '\">Read Related Articles</a></div>'; }\n\t\tqvtemp_html += '</div>';\n\t\tqvtemp_html += '<div class=\"cnn_qvbv15\">This is not a scientific poll</div>';\n\t\tqvtemp_html += '</div>';\n\t\t\n\t\tqvtemp_html += '<div class=\"cnn_qvbv6\">';\n\n\n\t\tfor(i=0;i < qv_arr.length;i++) {\n\t\t\n\t\t\tqvtemp_html += '<div class=\"cnn_qvbv7';\n\t\t\tif(i == 0) { qvtemp_html += ' cnn_qvbvactv'; }\n\t\t\tqvtemp_html += '\">';\n\t\t\tqvtemp_html += '<div class=\"cnn_qvbv8\">' + qv_arr[i].a_txt + '</div>';\n\t\t\tqvtemp_html += '<div class=\"cnn_qvbv9\"><div style=\"';\n\t\t\tif(qv_arr[i].vote_p > 0) { qvtemp_html += 'width:' + qv_arr[i].vote_p + 'px;'; }\n\t\t\tqvtemp_html += '\"></div></div>';\n\t\t\tqvtemp_html += '<div class=\"cnn_qvbv10\">' + qv_arr[i].vote_p + '%</div>';\n\t\t\tqvtemp_html += '<div class=\"cnn_qvbv11\">' + qv_arr[i].vote_c + '</div>';\n\t\t\tqvtemp_html += '<div class=\"cnn_clear\"></div>';\n\t\t\tqvtemp_html += '</div>';\n\n\t\t}\n\t\t\n\t\tqvtemp_html += '<div class=\"cnn_qvbv12\">Total votes: ' + obj.total_vote_count + '</div>';\n\t\tqvtemp_html += '<div class=\"cnn_qvbv13\">This is not a scientific poll</div>';\n\t\t\n\t\tqvtemp_html += '</div>';\n\n\t\treturn qvtemp_html;\n\t\t\n\t}\n\t\n\tfunction cnn_qvCompRes(a, b) { return b.vote_c - a.vote_c; }\n\t\n</script>\n </div> <div class=\"cnn_clear\"></div> </div> <div class=\"cnn_clear\"></div> <div class=\"cnn_shdcafooter\"></div> <div class=\"cnn_pad2top cnn_shdspc\"></div> </div> </div> <div class=\"cnn_contentarea cnn_shdsectbin cnn_sbaltadbin\"> <div class=\"cnn_sbalternate\"> <div class=\"cnn_sdbx\"><div class=\"cnn_sdbx1\"><div class=\"cnn_sdbx2\"><div class=\"cnn_sdbx3\"><div class=\"cnn_sdbx4\"><div class=\"cnn_sdbx5\"><div class=\"cnn_sdbxcntnt\"> <div> <div class=\"cnn_adcntr728x90\"> <div class=\"cnn_adspc728x90\"> <div> <!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=728x90_bot&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs|CALLOUT -->\n<!-- ADSPACE: homepage/main/bot.728x90 -->\n<div id=\"ad-6c5b4c103152e6e3\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"></div>\n<script type=\"text/javascript\">\ncnnad_createAd(\"6c5b4c103152e6e3\",\"http://ads.cnn.com/html.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=728x90_bot&cnn_intl_rollup=homepage&page.allowcompete=no&params.styles=fs\",\"90\",\"728\", null, \"\");\ncnnad_registerSpace(\"6c5b4c103152e6e3\",\"728\",\"90\");\n</script>\n<!-- ADSPACE-END --> </div> <div class=\"cnn_adspctimg\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/advertisement.gif\" alt=\"\" border=\"0\" height=\"5\" width=\"58\"/></div> </div> </div> </div> <div class=\"cnn_clear\"></div> </div></div></div></div></div></div></div> </div> <div class=\"cnn_clear\"></div> </div>\n<!-- bypass ws--> <div align=\"center\"> <div id=\"cnn_ftrcntnt\"> <div id=\"cnn_ftrcntntinner\" class=\"clearfix\"> <div class=\"cnn_ftrdivl1\"></div> <div id=\"cnnLWPWeather\" style=\"visibility:hidden;\"> <p><strong>Loading weather data ...</strong></p> </div> <div id=\"ftr-search\"> <form method=\"get\" action=\"http://www.cnn.com/search/\" onsubmit=\"return cnnSearch(this);\"> <div class=\"ftr-search-datacntr\"> <div class=\"ftr-search-tfield\"><input id=\"ftr-search-box\" type=\"text\" name=\"query\" size=\"12\" maxlength=\"100\" value=\"\"/></div> <div class=\"ftr-search-sicon\"><input type=\"image\" src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/search/search_btn_footer.gif\" alt=\"Search\"/></div> </div> <input name=\"primaryType\" id=\"cnnFtrSrchType\" value=\"mixed\" type=\"hidden\"/> <input name=\"sortBy\" value=\"relevance\" type=\"hidden\"/> <input name=\"intl\" value=\"true\" type=\"hidden\"/> <div class=\"cnn_ftrggle\"><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/footer/pngs/footer_google.png\" alt=\"Powered by Google\" class=\"cnn_ie6png\" width=\"88\" height=\"13\" border=\"0\"/></div> </form> </div> <div class=\"cnn_clear\"></div> <div class=\"cnn_divline\" style=\"background-color:#EBEBEB;margin-top:3px;\"></div> <div class=\"cnn_ftrnvlnks\"> <div><a href=\"/\">Home</a> | <a href=\"/video/\">Video</a> | <a href=\"/WORLD/\">World</a> | <a href=\"/US/\">U.S.</a> | <a href=\"/AFRICA/\">Africa</a> | <a href=\"/ASIA/\">Asia</a> | <a href=\"/EUROPE/\">Europe</a> | <a href=\"/LATINAMERICA/\">Latin America</a> | <a href=\"/MIDDLEEAST/\">Middle East</a> | <a href=\"/BUSINESS/\">Business</a> | <a href=\"/SPORT/\">World Sport</a> | <a href=\"/SHOWBIZ/\">Entertainment</a> | <a href=\"/TECH/\">Tech</a> | <a href=\"/TRAVEL/\">Travel</a> | <a href=\"http://www.ireport.com/?cnn=yes\">iReport</a></div> <div><a href=\"/tools/index.html\">Tools &amp; Widgets</a> | <a href=\"/services/rss/\">RSS</a> | <a href=\"/services/podcasting/\">Podcasts</a> | <a href=\"/exchange/blogs/index.html\">Blogs</a> | <a href=\"http://edition.cnn.com/mobile/\">CNN Mobile</a> | <a href=\"/profile/\">My Profile</a> | <a href=\"/profile/\">E-mail Alerts</a> | <a href=\"http://www.turnerstoreonline.com/\">CNN Shop</a> | <a href=\"/sitemap/\">Site map</a> | <a href=\"http://partners.cnn.com/\">CNN Partner Hotels</a></div> </div> <div class=\"cnn_ftrdivl2\"></div> <div class=\"cnn_ftrlnggcntr\"> <div><a href=\"/espanol/\" hreflang=\"es\">CNN en ESPA&Ntilde;OL</a> | <a href=\"http://www.cnnchile.com\" hreflang=\"es\">CNN Chile</a> | <a href=\"http://www.cnnmexico.com\" hreflang=\"es\">CNN M&eacute;xico</a> | <a href=\"http://arabic.cnn.com/\" hreflang=\"ar\" title=\"CNN Arabic\">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</a> | <a href=\"http://www.cnn.co.jp/\" hreflang=\"jp\" title=\"CNN Japan\">&#26085;&#26412;&#35486;</a> | <a href=\"http://www.cnnturk.com/\" class=\"cnn_ie6png\" hreflang=\"tr\" title=\"CNN Turkey\">T&uuml;rk&ccedil;e</a></div> </div> <div class=\"cnn_ftrlgcpy\"> <div><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/footer/pngs/footer_cnn_logo.png\" width=\"23\" height=\"11\" alt=\"\" border=\"0\" class=\"cnn_ie6png\"/>&copy; 2014 Cable News Network. <a href=\"http://www.turner.com/\" class=\"cnn_ftrtbslink\">Turner Broadcasting System, Inc.</a> All Rights Reserved.</div> </div> <div class=\"cnn_ftrlgcpyBot\"><a href=\"/interactive_legal.html\" rel=\"nofollow\">Terms of service</a> | <a href=\"/privacy.html\" rel=\"nofollow\">Privacy guidelines</a> | <a href=\"/services/ad.choices/\" title=\"\">Ad choices</a><img src=\"http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/logo_ad_choices_footer.png\" width=\"12\" height=\"12\" alt=\"\" border=\"0\" style=\"margin:0 0 0 4px;\" class=\"cnn_ie6png\"/> | <a href=\"http://www.cnnmediainfo.com/\" rel=\"nofollow\">Advertise with us</a> | <a href=\"/intlsyndication/\">License our content</a> | <a href=\"/about/\">About us</a> | <a href=\"/feedback/\" rel=\"nofollow\">Contact us</a> | <a href=\"http://www.turner.com/careers/\" rel=\"nofollow\">Work for us</a> | <a href=\"/help/\" rel=\"nofollow\">Help</a></div> <div class=\"cnn_ftrlnggcntrBot\"><a href=\"/CNNI/\">CNN TV</a> | <a href=\"/HLN/\">HLN</a> | <a href=\"http://transcripts.cnn.com/TRANSCRIPTS/\">Transcripts</a></div> <div class=\"cnn_clear\"></div> </div> </div> </div> <script src=\"http://z.cdn.turner.com/cnn/tmpl_asset/static/intl_global/485/js/globallib.intl-min.js\"></script> <script> var cnn_edtnswtchver=\"edition\"; msQueueManager.init('requestFrame',ms_blankURL); if(ms_isLoggedIn()){ CNN_setCookie('CNN_member',true,854400,'/',document.domain); } </script>\n<!--jsmd-->\n<script src=\"http://z.cdn.turner.com/cnn/.e/js/libs/jsmd-55.min.js\"></script>\n\n<script>\nvar jsmd=_jsmd.init(),pageURL=location.href.toLowerCase();\nif (pageURL.indexOf(\"/.element/ssi/ads.iframes/\")==-1&&pageURL.indexOf(\"/doubleclick/dartiframe.html\")==-1&&pageURL.indexOf(\"/search/\")==-1){\nif (_jsmd.plugin.gQuery(\"refresh\")){\njsmd.trackMetrics(\"dynamic-autoRefresh\",\"autorefresh\",\"cnn-autorefresh\");\n} else if (_jsmd.plugin.gQuery(\"is_LR\")){\n} else if (cnn_metadata.template_type_content!=\"gallery\"){\njsmd.send();\n}\n}\n</script>\n<!--/jsmd-->\n<!-- ADSPACE: homepage/main/Skin.BG --><div id=\"ad-611f4fe472ae465a\" align=\"center\" style=\"padding: 0; margin: 0; border: 0;\"><script type=\"text/javascript\">\ncnnad_renderAd(\"http://ads.cnn.com/js.ng/site=cnn_international&cnn_intl_pagetype=main&cnn_intl_position=BG_Skin&cnn_intl_rollup=homepage&page.allowcompete=no\", \"611f4fe472ae465a\");\n</script></div>\n<!-- ADSPACE-END -->\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n<script>\r\n/*globals MainLocalObj*/\r\n$j(window).load(function () {\r\n'use strict';\r\nMainLocalObj.init();\r\n});\r\n<!--Visual Revenue Reader Response Tracking Script (v6) -->\r\nvar _vrq = _vrq || [];\r\n_vrq.push(['id', 396]);\r\n_vrq.push(['automate', true]);\r\n_vrq.push(['track', function(){}]);\r\n(function(d, a){\r\nvar s = d.createElement(a),\r\nx = d.getElementsByTagName(a)[0];\r\ns.async = true;\r\ns.src = 'http://a.visualrevenue.com/vrs.js';\r\nx.parentNode.insertBefore(s, x);\r\n})(document, 'script');\r\n<!-- End of VR RR Tracking Script - All rights reserved -->\r\n<!-- Visual Revenue script for blog and partner links -->\r\nvar all_links = document.getElementsByTagName(\"a\");\r\nfor (var i = 0 ; i < all_links.length ; i++) {\r\nvar href = all_links[i].getAttribute('href');\r\nif (!href || all_links[i].getAttribute('onclick')) continue;\r\nvar boolOnClick = true;\r\nif (href.charAt(0) == \"/\") boolOnClick = false;\r\nelse if (href.indexOf(\"www.cnn.com\") != -1 || href.indexOf(\"blogs.cnn.com\") != -1 || href.indexOf(\"edition.cnn.com\") != -1) boolOnClick = false;\r\nif (boolOnClick == true) {\r\nvar cleanLink = href.split('&hpt=')[0].split('?hpt=')[0];\r\nall_links[i].setAttribute('onclick', '_vrtrack({ track_url : \\'' + cleanLink + '\\' })');\r\n}\r\n}\r\n<!-- End Visual Revenue script for blog and partner links -->\r\n$j(document).ready(function () {\r\n'use strict';\r\nif (navigator.userAgent.indexOf('iPad') > -1) {\r\n$j('#makeHPLink').hide();\r\n}\r\nloadChartbeat(\"homepage\", \"\");\r\nif(CNNHP && CNNHP.initFlipperTicker){\r\nCNNHP.initFlipperTicker();\r\n}\r\nlimitBinList($j('.cnn_sectbincntnt2'),90);\r\nlimitBinList($j('.cnn_sbin4mpopbin'),123);\r\n});\r\n</script><!--To change outbrain zone values below three column layout in c section -->\n<script>\n$j(\"div.cnn_mc23x1cnntr[data-vr-zone*='3col']\").attr(\"data-vr-zone\",\"3collayout\");\n$j(\"div.cnn_mc23x1cnntr[data-vr-zone*='3col']\").nextAll(\"div.cnn_mc23x1cnntr[data-vr-zone*='Top']\").each(function(innerIndex){\n$j(this).attr('data-vr-zone','c'+(innerIndex+1)+'Bottom');\n});\n$j(\"div.cnn_mc23x1cnntr[data-vr-zone*='3col']\").nextAll(\"div.cnn_mc23x1cnntr[data-vr-zone*='Bottom']\").each(function(innerIndex){\n$j(this).attr('data-vr-contentbox','c'+(innerIndex+1)+'Bottom');\n});\n</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/cntraveler.com1.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=utf-8 />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n<title>The Best Shopping in Marrakech - Condé Nast Traveler</title>\n\n<link rel=\"canonical\" href=\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide\" />\n\n\n<meta name=\"description\" content=\"Souks aren&#x27;t the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\" />\n\n\n<!-- Google Authorship and Publisher Markup -->\n<link rel=\"author\" href=\"https://plus.google.com/+condenasttraveler/posts\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+condenasttraveler\"/>\n\n<!-- Schema.org markup for Google+ -->\n\n<meta itemprop=\"name\" content=\"The Best Shopping in Marrakech\">\n\n\n<meta itemprop=\"description\" content=\"Souks aren&#x27;t the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\">\n\n\n  \n    <meta itemprop=\"image\" content=\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de63860c74c1162c7443_cinema-l.jpg\">\n  \n\n\n<!-- Twitter Card data -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@cntraveler\">\n<meta name=\"twitter:site:id\" content=\"@cntraveler\">\n\n<meta name=\"twitter:title\" content=\"The Best Shopping in Marrakech\">\n\n\n<meta name=\"twitter:description\" content=\"Souks aren&#x27;t the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\">\n\n\n<!-- Twitter summary card with large image must be at least 280x150px -->\n\n\n<!-- Open Graph data -->\n\n<meta property=\"og:title\" content=\"The Best Shopping in Marrakech\" />\n\n\n<meta property=\"og:type\" content=\"article\" />\n\n\n<meta property=\"og:url\" content=\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide\" />\n\n\n  \n    <meta property=\"og:image\" content=\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de63860c74c1162c7443_cinema-l.jpg\">\n  \n\n\n<meta property=\"og:description\" content=\"Souks aren&#x27;t the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\" />\n\n\n<meta property=\"og:site_name\" content=\"Condé Nast Traveler\" />\n\n\n<meta property=\"article:published_time\" content=\"2014-12-08T18:26:46.427Z\" />\n\n\n<meta property=\"article:modified_time\" content=\"2014-12-08T18:28:07.858Z\" />\n\n\n<meta property=\"article:author\" content=\"Hanya Yanagihara\" />\n\n\n<meta property=\"article:section\" content=\"Style &amp; Design\" />\n\n\n  \n  <meta property=\"article:tag\" content=\"marrakech\" />\n  \n  <meta property=\"article:tag\" content=\"morocco\" />\n  \n  <meta property=\"article:tag\" content=\"Shopping\" />\n  \n\n\n\n\n\n\n<!-- DTM Data Layer, the W3C-based data layer defined using object assignment syntax -->\n<!-- Populate all properties before calling _satellite.pageBottom() -->\n<script type=\"text/javascript\">\n  var digitalData={\"page\":{\"attributes\":{\"contentTitle\":\"The Best Shopping in Marrakech\",\"contentID\":\"5485de4d1a6990a8482f1095\",\"onsiteKeywords\":\"\",\"pagination\":\"slide1\"},\"pageInfo\":{\"variant\":\"prod\",\"issueDate\":\"2014-12-08T18:26:46.427Z\",\"contentLength\":9,\"pageName\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide\",\"author\":\"Hanya Yanagihara\"},\"category\":{\"pageType\":\"slideshow\",\"primaryCategory\":\"Style & Design\",\"subCategory1\":\"Shopping\"}}};\n</script>\n\n\n<meta name='parsely-page'\n      content='{\"title\":\"The Best Shopping in Marrakech\",\"link\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide\",\"type\":\"post\",\"post_id\":\"5485de4d1a6990a8482f1095\",\"authors\":\"Hanya Yanagihara\",\"pub_date\":\"2014-12-08T18:26:46.427Z\",\"image_url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485dddf860c74c1162c7437_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"section\":\"Style & Design\"}'>\n\n\n\n  \n  <link href=\"/css/slideshow.css?bdfcb8ba3\" rel=\"stylesheet\" type=\"text/css\">\n  \n    <!-- loading jquery, and other large and very common libraries via a script tag -->\n  <!-- in order to make use of the fact that libs loaded from CDNs will be in user's cache already -->\n\n  <!-- exposed via client/expose/jquery.js which exports 'window.$' -->\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv-printshiv.min.js\"></script>\n\n  \n    <script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-0d255d83e55dcc96a89fe2c30cac09525201bb3c.js\"></script>\n  \n\n  \n  \n<script data-purpose=\"cnt-feature-slideshow-embed-data\" type=\"text/javascript\" charset=\"utf-8\">\n(function () {\n\n/* ensure we don't overwrite previous data */\nvar cnt = window.cnt_feature || {};\nwindow.cnt_feature = cnt;\ncnt.slideshow = cnt.slideshow || {};\n\ncnt.slideshow['2014-12-08/marrakech-morocco-best-shopping-guide'] = {\"revisionAuthor\":\"Amy Plitt\",\"hed\":\"<p>The Best Shopping in Marrakech</p>\",\"dek\":\"<p>In a way, no one actually <em>needs</em> a shopping guide to Marrakech: The city is so full of irresistible wonders (the souks alone could keep you busy for days) and terrific bargains that you almost can’t go wrong. Still, if you have limited time, these are the places to go.</p>\",\"channel\":\"Style & Design\",\"subChannel\":\"Shopping\",\"tags\":[],\"geoTags\":[\"marrakech\",\"morocco\"],\"secondaryChannels\":[],\"secondarySubChannels\":[],\"contentSource\":\"slideshows\",\"items\":[{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>M’H</p>\",\"id\":\"5484a61eb6e03e8c2d0ca24c\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:22.212Z\",\"modifiedAt\":\"2014-12-07T19:10:24.298Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:24.298Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61eb6e03e8c2d0ca24e_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca24e_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a61eb6e03e8c2d0ca250_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca250_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a61eb6e03e8c2d0ca251_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca251_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a61eb6e03e8c2d0ca252_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca252_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61eb6e03e8c2d0ca253_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca253_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a61eb6e03e8c2d0ca254_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca254_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a61eb6e03e8c2d0ca255_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61eb6e03e8c2d0ca255_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a61fb6e03e8c2d0ca25c_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca25c_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a61fb6e03e8c2d0ca25d_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca25d_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a61fb6e03e8c2d0ca25e_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca25e_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a61fb6e03e8c2d0ca25f_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca25f_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a61fb6e03e8c2d0ca260_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca260_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a61fb6e03e8c2d0ca261_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca261_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a61fb6e03e8c2d0ca262_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca262_m-h-morocco-cr-hanya-yanagiharia-6.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Belgian designer Martine Hillen’s gorgeous, lightweight, made-in-Morocco bags are cut into slouchy trapezoids or trimmed with long, luxurious leather shags. Most of them retail in the $250 range, far less then comparable bags in the States. She also stocks the full range of M’Tita Bamako’s recycled-plastic beach totes, embroidered pouches, and cotton bags printed with African leaders’ and politicians’ faces. <em>(369 Q Sidi Ghanem; 212-667-350123)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"1\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/1\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys5Oi\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Topolina</p>\",\"id\":\"5484a614860c74c1162c7073\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:12.018Z\",\"modifiedAt\":\"2014-12-07T19:10:14.901Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:14.901Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a614860c74c1162c7075_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c7075_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a614860c74c1162c7077_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c7077_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a614860c74c1162c7078_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c7078_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a614860c74c1162c7079_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c7079_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a614860c74c1162c707a_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c707a_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a614860c74c1162c707b_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c707b_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a614860c74c1162c707c_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614860c74c1162c707c_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a615860c74c1162c7083_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7083_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a615860c74c1162c7084_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7084_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a615860c74c1162c7085_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7085_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a615860c74c1162c7086_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7086_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a615860c74c1162c7087_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7087_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a615860c74c1162c7088_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7088_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a616860c74c1162c7089_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a616860c74c1162c7089_topolina-morocco-cr-hanya-yanagiharia-5.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Imagine if Auntie Mame moved to Marrakech and started designing clothes—that&#39;s the vibe at the Topolina showroom, where the walls are an aggressive hot pink, and the floors a jigsaw of mismatched carpets and rugs laid end to end. There are terrific discoveries here, but the real gems are Topolina’s own swingy, Mod-y separates and coats, including a charcoal-gray wool topper lined with black-and-white striped silk and cinched with a matching bel. <em>(436 Zone Industrielle Sidi Ghanem; 212-651-3457-95)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"2\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/2\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1uaP27t\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Magasin General</p>\",\"id\":\"5484a617b6e03e8c2d0ca210\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:15.979Z\",\"modifiedAt\":\"2014-12-07T19:10:18.344Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:18.344Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1252,\"width\":935,\"filename\":\"5484a617b6e03e8c2d0ca212_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a617b6e03e8c2d0ca212_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":117,\"filename\":\"5484a618b6e03e8c2d0ca214_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca214_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":298,\"width\":223,\"filename\":\"5484a618b6e03e8c2d0ca215_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca215_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":874,\"width\":653,\"filename\":\"5484a618b6e03e8c2d0ca216_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca216_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":588,\"filename\":\"5484a618b6e03e8c2d0ca217_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca217_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":524,\"filename\":\"5484a618b6e03e8c2d0ca218_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca218_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":257,\"filename\":\"5484a618b6e03e8c2d0ca219_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618b6e03e8c2d0ca219_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":358,\"filename\":\"5484a619b6e03e8c2d0ca220_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca220_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":260,\"filename\":\"5484a619b6e03e8c2d0ca221_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca221_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":348,\"filename\":\"5484a619b6e03e8c2d0ca222_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca222_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":206,\"filename\":\"5484a619b6e03e8c2d0ca223_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca223_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":119,\"filename\":\"5484a619b6e03e8c2d0ca224_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca224_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":187,\"filename\":\"5484a619b6e03e8c2d0ca225_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca225_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":126,\"filename\":\"5484a619b6e03e8c2d0ca226_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca226_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>A Belgian couple with a background in interior design runs this large, airy store, where you can find pieces of vintage French china, throw pillows silkscreened with the faces of Mughal emperors, rose-scented candles, decoupaged plates, and antique leather saddlebags to fill your Provencal-by-way-of-Moroccan house. <em>(369 Zone Industrielle Sidi Ghanem; 212-524-3366-73)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"3\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/3\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys4tJ\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Scenes de Lin</p>\",\"id\":\"5485ddda860c74c1162c7407\",\"revision\":14,\"createdAt\":\"2014-12-08T17:20:26.905Z\",\"modifiedAt\":\"2014-12-08T17:20:30.401Z\",\"revisionCreatedAt\":\"2014-12-08T17:20:30.401Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5485dddb860c74c1162c7409_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c7409_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5485dddb860c74c1162c740b_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c740b_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5485dddb860c74c1162c740c_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c740c_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5485dddb860c74c1162c740d_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c740d_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5485dddb860c74c1162c740e_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c740e_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5485dddb860c74c1162c740f_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c740f_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5485dddb860c74c1162c7410_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddb860c74c1162c7410_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5485dddd860c74c1162c741a_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741a_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5485dddd860c74c1162c741b_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741b_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5485dddd860c74c1162c741c_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741c_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5485dddd860c74c1162c741d_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741d_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5485dddd860c74c1162c741e_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741e_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5485dddd860c74c1162c741f_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741f_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5485dddd860c74c1162c7420_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c7420_chaise-with-pillows-cr-terraxplorer-getty.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>This elegant, polished interior design store interprets Marrakech through a Parisian lens. The best bets here are the bed linens, embroidered in crisp geometric shapes, and the heavy cotton blankets, which have the texture of silk, the heft of velvet, and are edged with elaborate stitching in contrasting colors. <em>(70, rue El Houria; 212 24 43 61 08)</em></p>\",\"credit\":\"<p>Photo courtesy Terraxplorer/Getty Images</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"4\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/4\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1uaP0wb\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Anitan</p>\",\"id\":\"5484a614b6e03e8c2d0ca1f2\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:12.336Z\",\"modifiedAt\":\"2014-12-07T19:10:15.112Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:15.112Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a614b6e03e8c2d0ca1f4_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1f4_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a614b6e03e8c2d0ca1f6_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1f6_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a614b6e03e8c2d0ca1f7_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1f7_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a614b6e03e8c2d0ca1f8_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1f8_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a614b6e03e8c2d0ca1f9_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1f9_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a614b6e03e8c2d0ca1fa_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1fa_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a614b6e03e8c2d0ca1fb_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a614b6e03e8c2d0ca1fb_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a615b6e03e8c2d0ca202_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615b6e03e8c2d0ca202_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a615b6e03e8c2d0ca203_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615b6e03e8c2d0ca203_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a615b6e03e8c2d0ca204_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a615b6e03e8c2d0ca204_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a616b6e03e8c2d0ca205_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a616b6e03e8c2d0ca205_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a616b6e03e8c2d0ca206_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a616b6e03e8c2d0ca206_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a616b6e03e8c2d0ca207_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a616b6e03e8c2d0ca207_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a616b6e03e8c2d0ca208_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a616b6e03e8c2d0ca208_anitan-morocco-cr-hanya-yanagiharia-1.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Rug shopping in the souk is invigorating…until it’s exhausting. You’ll pay higher prices at this smart, airy shop near the Jardin Majorelle, but the collection of Moroccan tribal and central Asian textiles is well-curated, easy to sort through, and, best of all, guaranteed to be of good quality (and they ship). Head upstairs for an excellent selection of well-made cotton towels and home accessories. <em>(Rue Yves Saint Laurent Majorelle; 212 5243-32342)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"5\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/5\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys4tK\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>33 Rue Majorelle</p>\",\"id\":\"5484a61b860c74c1162c70af\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:19.229Z\",\"modifiedAt\":\"2014-12-07T19:10:21.670Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:21.670Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61b860c74c1162c70b1_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b1_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a61b860c74c1162c70b3_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b3_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a61b860c74c1162c70b4_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b4_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a61b860c74c1162c70b5_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b5_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61b860c74c1162c70b6_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b6_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a61b860c74c1162c70b7_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b7_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a61b860c74c1162c70b8_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61b860c74c1162c70b8_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a61c860c74c1162c70bf_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70bf_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a61c860c74c1162c70c0_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c0_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a61c860c74c1162c70c1_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c1_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a61c860c74c1162c70c2_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c2_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a61c860c74c1162c70c3_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c3_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a61c860c74c1162c70c4_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c4_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a61c860c74c1162c70c5_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c5_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>This sunlit, glass-walled store bills itself as Marrakech’s first concept shop. Inside, you’ll find an imaginative, colorful selection of clutches made from tribal rugs; lightweight cotton tunics; fabulous raffia brogues; wool baskets; and silver jewelry, most of it sourced from Morocco and northern Africa. Don’t leave without stopping by the adjoining café, Kaowa, for a smoothie—one combining cinnamon, dates, banana, and almond milk is particularly good. <em>(33 Rue Yves Saint Laurent Majorelle; 212-5243-14195)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"6\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/6\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys4tP\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Akbar</p>\",\"id\":\"5485dddc860c74c1162c7411\",\"revision\":21,\"createdAt\":\"2014-12-08T17:20:28.922Z\",\"modifiedAt\":\"2014-12-08T17:22:55.139Z\",\"revisionCreatedAt\":\"2014-12-08T17:22:55.139Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5485dddd860c74c1162c7416_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c7416_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5485ddde860c74c1162c7422_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485ddde860c74c1162c7422_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5485ddde860c74c1162c7423_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485ddde860c74c1162c7423_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5485ddde860c74c1162c7424_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485ddde860c74c1162c7424_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":1152,\"width\":2048,\"filename\":\"5485de63860c74c1162c7443_cinema-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de63860c74c1162c7443_cinema-l.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5485ddde860c74c1162c7426_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485ddde860c74c1162c7426_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5485de6c860c74c1162c7449_square-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de6c860c74c1162c7449_square-l.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":853,\"filename\":\"5485de63860c74c1162c7445_cinema-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de63860c74c1162c7445_cinema-l.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":620,\"filename\":\"5485de63860c74c1162c7446_cinema-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de63860c74c1162c7446_cinema-l.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5485dddf860c74c1162c7437_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddf860c74c1162c7437_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5485dddf860c74c1162c7438_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddf860c74c1162c7438_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5485dddf860c74c1162c7439_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485dddf860c74c1162c7439_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5485de6d860c74c1162c744b_square-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de6d860c74c1162c744b_square-l.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5485de6d860c74c1162c744c_square-l.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/08/5485de6d860c74c1162c744c_square-l.jpg\",\"status\":\"done\"}},\"caption\":\"<p>You’ll find unbelievably gorgeous beaded and embroidered caftans, tunics, toppers, and babouches (and clutches, bracelets, and shawls) at this jewel box of a shop in the medina. It’s not cheap, but it’ll provide inspiration for days. <em>(Place Bab Fteuh; 212-6671-661307)</em></p>\",\"credit\":\"\",\"geo\":{\"lat\":0,\"lng\":0},\"tags\":[],\"geoTags\":[],\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"isActive\":true,\"index\":\"7\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/7\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys5Ok\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Pop-up Shop</p>\",\"id\":\"5484a61bb6e03e8c2d0ca22e\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:19.219Z\",\"modifiedAt\":\"2014-12-07T19:10:21.701Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:21.701Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61bb6e03e8c2d0ca230_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca230_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a61bb6e03e8c2d0ca232_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca232_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a61bb6e03e8c2d0ca233_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca233_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a61bb6e03e8c2d0ca234_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca234_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a61bb6e03e8c2d0ca235_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca235_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a61bb6e03e8c2d0ca236_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca236_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a61bb6e03e8c2d0ca237_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61bb6e03e8c2d0ca237_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a61cb6e03e8c2d0ca23e_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca23e_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a61cb6e03e8c2d0ca23f_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca23f_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a61cb6e03e8c2d0ca240_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca240_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a61cb6e03e8c2d0ca241_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca241_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a61cb6e03e8c2d0ca242_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca242_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a61cb6e03e8c2d0ca243_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca243_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a61cb6e03e8c2d0ca244_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca244_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>At this sliver of a shop, located above the pretty, jade green-tiled Le Jardin restaurant, you’ll find perfectly cut, floaty caftans, leather tassels to clip onto your handbags, and chic clutches and tote bags made from lizard, leather, and water snake. <em>(32, Souk El Jeld Sidi Abdelaziz)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"8\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/8\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1uaP27v\"},{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"<p>Peacock Pavilions</p>\",\"id\":\"5484a618860c74c1162c7091\",\"revision\":14,\"createdAt\":\"2014-12-07T19:10:16.107Z\",\"modifiedAt\":\"2014-12-07T19:10:18.355Z\",\"revisionCreatedAt\":\"2014-12-07T19:10:18.355Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a618860c74c1162c7093_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7093_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5484a618860c74c1162c7095_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7095_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5484a618860c74c1162c7096_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7096_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5484a618860c74c1162c7097_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7097_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5484a618860c74c1162c7098_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7098_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5484a618860c74c1162c7099_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c7099_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5484a618860c74c1162c709a_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a618860c74c1162c709a_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5484a619860c74c1162c70a1_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a1_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5484a619860c74c1162c70a2_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a2_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5484a619860c74c1162c70a3_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a3_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5484a619860c74c1162c70a4_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a4_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5484a619860c74c1162c70a5_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a5_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5484a619860c74c1162c70a6_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a6_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5484a619860c74c1162c70a7_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a7_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Maryam Montague, the owner of this lovely, cheery boutique hotel works for a human rights NGO; runs her inn; writes and photographs; and sources rugs, textiles, accessories, and furniture from across Morocco, Central Asia, and Africa for a small clientele of high-profile fashion designers in New York and Europe. There’s a rotating selection of her finds available on her website, or you can stop by and see what she has in stock in person. <em>(Kilometer 18, Route de Ouarzazate; 212-6644-14653; peacockpavilions.com)</em></p>\",\"credit\":\"<p>Photo by Hanya Yanagihara</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"9\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-08/marrakech-morocco-best-shopping-guide/9\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/12Ys4tR\"}],\"id\":\"5485de4d1a6990a8482f1095\",\"revision\":8,\"createdAt\":\"2014-12-08T17:22:21.425Z\",\"modifiedAt\":\"2014-12-08T18:28:07.858Z\",\"revisionCreatedAt\":\"2014-12-08T18:28:07.858Z\",\"meta\":{\"collectionName\":\"galleries\",\"modelName\":\"gallery\",\"publishable\":true},\"seoDescription\":\"Souks aren't the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\",\"socialDescription\":\"Souks aren't the only shopping spots to visit in Marrakech, Morocco; these stores throughout the city are also worth a visit.\",\"seoTitle\":\"The Best Shopping in Marrakech\",\"socialTitle\":\"The Best Shopping in Marrakech\",\"_embedded\":{\"photosTout\":[{\"fields\":{\"revisionAuthor\":\"Laura Carroll\",\"title\":\"souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"id\":\"5485dddc860c74c1162c7411\",\"revision\":21,\"createdAt\":\"2014-12-08T17:20:28.922Z\",\"modifiedAt\":\"2014-12-08T17:22:55.139Z\",\"revisionCreatedAt\":\"2014-12-08T17:22:55.139Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5485dddd860c74c1162c7416_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485dddd860c74c1162c7416_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5485ddde860c74c1162c7422_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485ddde860c74c1162c7422_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5485ddde860c74c1162c7423_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485ddde860c74c1162c7423_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5485ddde860c74c1162c7424_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485ddde860c74c1162c7424_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":1152,\"width\":2048,\"filename\":\"5485de63860c74c1162c7443_cinema-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de63860c74c1162c7443_cinema-l.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5485ddde860c74c1162c7426_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485ddde860c74c1162c7426_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5485de6c860c74c1162c7449_square-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de6c860c74c1162c7449_square-l.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":853,\"filename\":\"5485de63860c74c1162c7445_cinema-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de63860c74c1162c7445_cinema-l.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":620,\"filename\":\"5485de63860c74c1162c7446_cinema-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de63860c74c1162c7446_cinema-l.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5485dddf860c74c1162c7437_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485dddf860c74c1162c7437_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5485dddf860c74c1162c7438_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485dddf860c74c1162c7438_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5485dddf860c74c1162c7439_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485dddf860c74c1162c7439_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5485de6d860c74c1162c744b_square-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de6d860c74c1162c744b_square-l.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5485de6d860c74c1162c744c_square-l.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/08/5485de6d860c74c1162c744c_square-l.jpg\",\"status\":\"done\"}},\"caption\":\"\",\"credit\":\"\",\"geo\":{\"lat\":0,\"lng\":0},\"tags\":[],\"geoTags\":[]}}],\"contributorsAuthor\":[{\"fields\":{\"name\":\"Hanya Yanagihara\",\"id\":\"53d9baa4dcd5888e14597515\",\"revision\":5,\"createdAt\":\"2014-07-31T03:40:20.671Z\",\"modifiedAt\":\"2014-09-04T17:22:44.121Z\",\"revisionCreatedAt\":\"2014-09-04T17:22:44.121Z\",\"meta\":{\"collectionName\":\"contributors\",\"modelName\":\"contributor\",\"publishable\":true,\"image\":false},\"shortBio\":\"Hanya Yanagihara is an editor-at-large at *Conde Nast Traveler.*\",\"bio\":\" Hanya Yanagihara is an editor-at-large at *Conde Nast Traveler* and the author of the novels *The People in the Trees* and the forthcoming *A Little Life* (March 2015).\",\"secondaryChannels\":[],\"secondarySubChannels\":[],\"socialMedia\":[{\"network\":\"Instagram\",\"handle\":\"http://instagram.com/hanyayanagihara\"}],\"tags\":[],\"geoTags\":[],\"email\":\"hanya_yanagihara@yahoo.com\",\"channel\":\"Travel Inspiration\",\"subChannel\":\"Eco & Adventure\",\"revisionAuthor\":\"Caitlin Morton\"}}],\"contributorsPhotographer\":[],\"publishHistory\":{\"entityId\":\"5485de4d1a6990a8482f1095\",\"revision\":8,\"uri\":\"galleries/2014-12-08/marrakech-morocco-best-shopping-guide\",\"pubDate\":\"2014-12-08T18:26:46.427Z\",\"revisionAuthor\":\"Amy Plitt\",\"searchable\":true,\"template\":\"standard-slideshow\",\"expired\":false,\"createdAt\":\"2014-12-08T18:28:10.419Z\"}},\"contributors\":{\"authors\":[{\"name\":\"Hanya Yanagihara\",\"id\":\"53d9baa4dcd5888e14597515\",\"revision\":5,\"createdAt\":\"2014-07-31T03:40:20.671Z\",\"modifiedAt\":\"2014-09-04T17:22:44.121Z\",\"revisionCreatedAt\":\"2014-09-04T17:22:44.121Z\",\"meta\":{\"collectionName\":\"contributors\",\"modelName\":\"contributor\",\"publishable\":true,\"image\":false},\"shortBio\":\"<p>Hanya Yanagihara is an editor-at-large at <em>Conde Nast Traveler.</em></p>\",\"bio\":{\"html\":\"<p> Hanya Yanagihara is an editor-at-large at <em>Conde Nast Traveler</em> and the author of the novels <em>The People in the Trees</em> and the forthcoming <em>A Little Life</em> (March 2015).</p>\",\"md\":\" Hanya Yanagihara is an editor-at-large at *Conde Nast Traveler* and the author of the novels *The People in the Trees* and the forthcoming *A Little Life* (March 2015).\"},\"secondaryChannels\":[],\"secondarySubChannels\":[],\"socialMedia\":[{\"network\":\"Instagram\",\"handle\":\"http://instagram.com/hanyayanagihara\"}],\"tags\":[],\"geoTags\":[],\"email\":\"hanya_yanagihara@yahoo.com\",\"channel\":\"Travel Inspiration\",\"subChannel\":\"Eco & Adventure\",\"revisionAuthor\":\"Caitlin Morton\",\"_embedded\":{\"photosTout\":[{\"fields\":{\"title\":\"Hanya.jpg\",\"id\":\"53e52a1ac2d3f39d3611191f\",\"revision\":2,\"createdAt\":\"2014-08-08T19:50:50.775Z\",\"modifiedAt\":\"2014-08-08T19:50:53.289Z\",\"revisionCreatedAt\":\"2014-08-08T19:50:53.289Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false,\"image\":false},\"images\":{\"original\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111921_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111921_Hanya.jpg\",\"width\":1536,\"height\":1536,\"format\":\"JPEG\"},\"copilot-small\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111922_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111922_Hanya.jpg\",\"width\":156,\"height\":156,\"format\":\"JPEG\"},\"copilot-medium\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111923_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111923_Hanya.jpg\",\"width\":298,\"height\":298,\"format\":\"JPEG\"},\"copilot-large\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111924_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111924_Hanya.jpg\",\"width\":874,\"height\":874,\"format\":\"JPEG\"},\"large_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111925_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111925_Hanya.jpg\",\"width\":788,\"height\":788,\"format\":\"JPEG\"},\"med_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111926_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111926_Hanya.jpg\",\"width\":480,\"height\":480,\"format\":\"JPEG\"},\"small_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111927_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111927_Hanya.jpg\",\"width\":349,\"height\":349,\"format\":\"JPEG\"},\"large_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111928_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111928_Hanya.jpg\",\"width\":701,\"height\":701,\"format\":\"JPEG\"},\"med_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111929_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111929_Hanya.jpg\",\"width\":465,\"height\":465,\"format\":\"JPEG\"},\"small_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192a_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192a_Hanya.jpg\",\"width\":276,\"height\":276,\"format\":\"JPEG\"},\"xsmall_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192b_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192b_Hanya.jpg\",\"width\":159,\"height\":159,\"format\":\"JPEG\"},\"large_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192c_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192c_Hanya.jpg\",\"width\":344,\"height\":344,\"format\":\"JPEG\"},\"med_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192d_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192d_Hanya.jpg\",\"width\":250,\"height\":250,\"format\":\"JPEG\"},\"small_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192e_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192e_Hanya.jpg\",\"width\":169,\"height\":169,\"format\":\"JPEG\"}}}}],\"contributorsAuthor\":[],\"contributorsPhotographer\":[],\"publishHistory\":{\"createdAt\":\"2014-09-04T17:22:55.634Z\",\"entityId\":\"53d9baa4dcd5888e14597515\",\"expired\":false,\"pubDate\":\"2014-07-31T03:40:20.872Z\",\"revision\":5,\"revisionAuthor\":\"Caitlin Morton\",\"searchable\":true,\"uri\":\"contributors/hanya-yanagihara\"}},\"avatar\":{\"fields\":{\"title\":\"Hanya.jpg\",\"id\":\"53e52a1ac2d3f39d3611191f\",\"revision\":2,\"createdAt\":\"2014-08-08T19:50:50.775Z\",\"modifiedAt\":\"2014-08-08T19:50:53.289Z\",\"revisionCreatedAt\":\"2014-08-08T19:50:53.289Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false,\"image\":false},\"images\":{\"original\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111921_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111921_Hanya.jpg\",\"width\":1536,\"height\":1536,\"format\":\"JPEG\"},\"copilot-small\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111922_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111922_Hanya.jpg\",\"width\":156,\"height\":156,\"format\":\"JPEG\"},\"copilot-medium\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111923_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111923_Hanya.jpg\",\"width\":298,\"height\":298,\"format\":\"JPEG\"},\"copilot-large\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111924_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111924_Hanya.jpg\",\"width\":874,\"height\":874,\"format\":\"JPEG\"},\"large_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111925_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111925_Hanya.jpg\",\"width\":788,\"height\":788,\"format\":\"JPEG\"},\"med_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111926_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111926_Hanya.jpg\",\"width\":480,\"height\":480,\"format\":\"JPEG\"},\"small_16_9\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111927_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111927_Hanya.jpg\",\"width\":349,\"height\":349,\"format\":\"JPEG\"},\"large_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111928_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111928_Hanya.jpg\",\"width\":701,\"height\":701,\"format\":\"JPEG\"},\"med_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d36111929_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d36111929_Hanya.jpg\",\"width\":465,\"height\":465,\"format\":\"JPEG\"},\"small_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192a_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192a_Hanya.jpg\",\"width\":276,\"height\":276,\"format\":\"JPEG\"},\"xsmall_4_3\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192b_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192b_Hanya.jpg\",\"width\":159,\"height\":159,\"format\":\"JPEG\"},\"large_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192c_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192c_Hanya.jpg\",\"width\":344,\"height\":344,\"format\":\"JPEG\"},\"med_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192d_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192d_Hanya.jpg\",\"width\":250,\"height\":250,\"format\":\"JPEG\"},\"small_1_1\":{\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/08/08/53e52a1ac2d3f39d3611192e_Hanya.jpg\",\"filename\":\"53e52a1ac2d3f39d3611192e_Hanya.jpg\",\"width\":169,\"height\":169,\"format\":\"JPEG\"}}}},\"href\":\"contributors/hanya-yanagihara\"}]},\"relatedGalleries\":[{\"id\":\"54a6ecfd5c9619d41d84078a\",\"uri\":\"/data/galleries/2015-01-02/10-reasons-to-visit-ho-chi-minh-city-vietnam\"}],\"template\":\"standard-slideshow\",\"joinedContributors\":{\"authors\":\"<a class=\\\"idx-feature-tout-contributor-link\\\" rel=\\\"author\\\" href=\\\"/contributors/hanya-yanagihara\\\">Hanya Yanagihara</a>\"},\"publishDate\":\"December 08, 2014\",\"slug\":\"2014-12-08/marrakech-morocco-best-shopping-guide\",\"shortenedPublishHistoryUri\":\"http://cntrvlr.com/1uaP0fU\"};\n\n})();\n</script>\n\n\n  \n    \n    \n</head>\n<body class=\"standard-slideshow\">\n  <div class=\"cnt-page-header partially-expanded\">\n  <div class=\"newsletter-signup\">\r    <div class=\"signup-container\">\r      <form name=\"newsletterForm\" action=\"\" method=\"post\">\r        <h3 class=\"hed\">Sign Up for Free Traveler Newsletters</h3>\r          <fieldset name=\"email\" class=\"email\">\r            <label for=\"newsletter-email\" class=\"newsletter-email\"><span>Enter your email address</span>\r              <input name=\"newsletter-email\" type=\"email\" placeholder=\"E-mail\" value=\"\" />\r            </label>\r            <div class=\"error\">\r              <p id=\"invalid-email\" class=\"msg\">Please enter a valid email.</p>\r              <p id=\"server-error\" class=\"msg\">We encountered a server error. Please try again later.</p>\r              <p id=\"select-news\" class=\"msg\">Please select a newsletter</p>\r            </div>\r            <p class=\"disclaimer\">Will be used in accordance with our <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a></p>\r            <fieldset name=\"newsletters\" class=\"newsletters\">\r              <input id=\"formName\" name=\"formName\" value=\"shortForm\" type=\"hidden\" />\r              <input id=\"application\" name=\"application\" value=\"newsletter\" type=\"hidden\">\r              <label for=\"newsletter-id-5107\">\r                <input id=\"newsletter-id-5107\" class=\"newsletter-id\" name=\"newsletter-id-5107\" value=\"5107\" type=\"checkbox\" checked=\"checked\" />\r                <span class=\"box\"></span>\r                <span class=\"newsletter\">The Daily Traveler</span><span class=\"description\">Daily inspiration</span>\r              </label>\r              <label for=\"newsletter-id-135169\">\r                <input id=\"newsletter-id-135169\" class=\"newsletter-id\" name=\"newsletter-id-135169\" value=\"135169\" type=\"checkbox\" checked=\"checked\" />\r                <span class=\"box\"></span>\r                <span class=\"newsletter\">Travel Intel</span><span class=\"description\">Weekly news and advice</span>\r              </label>\r            </fieldset>\r            <button type=\"submit\" name=\"submit-newsletter\" class=\"btn submit-newsletter\">Submit</button>\r          </fieldset>\r      </form>\r      <div class=\"success\">\r          <div class=\"msg\">\r              <h3>Thank you!</h3> \r              <p>We've sent you an email to confirm your subscription.<p>\r          </div>\r      </div>\r      <span class=\"close-btn\">&times;</span>\r    </div>\r  </div>\t\n  <div class=\"cnt-header\">\n    <img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAAA+CAYAAABOfwtnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJBRTg0RUZFNkI2MTFFMEI5Qzc4Q0EwMUM0Q0M3NEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJBRTg0RjBFNkI2MTFFMEI5Qzc4Q0EwMUM0Q0M3NEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkFFODRFREU2QjYxMUUwQjlDNzhDQTAxQzRDQzc0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkFFODRFRUU2QjYxMUUwQjlDNzhDQTAxQzRDQzc0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrBsJLoAABkQSURBVHjatF0NiF3HdZ7zdtkiUNkiWFARbFBR2VapwgYFBQcFFQWDioyKwaWgoKIgo2DjYGGIsVGwoThYxETYxFhIWFgk2DS0xNg0ZEloiEiwsbDI4kcfiC4VFRgEgsULgqULy+n83Xvn55wzM0/qXe6+9+7PzNyZM+d855szc+Fv/vqvVN2Geoe28+APN6fnz5H3h/claUTXY3CQ3A76z7t6/zxOD/fqf7v8vTdV0yaUb+p65tNB/QfFdgkrBxrrsTavKZ41a6/4/lm9P6P30w8kmDYT4jyS930t+T2j9zO+DIteWIxAXND3387vFxoJw/PFivrUf17Qd78YXK/LA7/zZbkYCedQma/o/Zg/+pref25PALyt62FZf/+B/rES1z4UOiv5fLv1fsIf+63e19L20MLytv5YFtI7p//9Qc4HaHnO7gBB8KFSCIP7kOgcQR8ywrlH/zpI9i4yUUkIE40HIDRGn85P9P5UcGKP12r/qK/5uv68xfeyIU/gtE2TQNjPJ7xgXtf780yj7Q007zNOOO2zLvnju8j0sUVL2s99+t9lf+LbTjize5Zc+4XPGl0zL3fsFk2PyTNVat6sTBCfDOUk+BzFGQUNGgp4QWtlmaYZ5Qe67cAgmKh7N35Jf/muL8u81oYvpYXAavPRak77shrBuqL3f9D7NinZED3LYf17H5U38s9dsFBYUdfhoVT4oSBYklrDYKeupbRkGRLwJ4DptL1wIi1cEKhzqK1cpmCgYsF31x4KLrqmT95xgoFbPt8lf8MOvX9f7x/pY8Yc/0rvjweF/J0z03hKf/5Y73/U++/1/qjT6nYz0OETf+51otwzTgvCSW9J3tX7SdlSqHv+9lNUPeiy7tT/X1WuzJ/5cp5KGvWML+tn/rrzep/zGvztINFXPBTZSSmfaTorZrgcBAHE+v5VVYZSJ3BmnXdkRNXcqK0yJWKvnQvu3Qy+f9efW/cH3nFm3m5b/pzBfN9xQo0ac4E2X/BW1HiIv9D//1zvjwQNvaF3StMZoX7W/zYa02DPR/Wnxn1wkXnOn/l7jMD9c16B8Cv99bCvO11uMOU+4jvCNQ8JDKy57/HkQbfDjBf8pSDTvX6fsWKFA+qsc4byc/Agzm6Nc1Z0aEGEF6Nq7StWBJZ7FsgPlWzXvGn9N4//OsHUjov6E4cH7T3nk8RNg37LYkDnHBnNZe4/HqT9Fb+HvXfeC4rZ3vCd9uc+7fP0c9j7TH4rXmiOxD0Q9lqT7w59y5d7EmhxFWhR41B9VX++73+bjndJ798Mcv62z31jwNgl812rSAQ17C0eVmjOzMKi1FFAgHsunVF0ghVMFAQNK3AOirILZAH734vBsbH/nPjCLiTXfuy8WvwwYQMWgt939K23Exy121+nrAPmGsTnZZ2bHbFJjxyC9xJB645vOPxs9xtea64nTsq2/zytz7/rPX9z8zeq7CdIEKpC8FLngroekfHUGeVUUmzA+So5Y6CFE17sz6Lx7RFy8AF/RstNJJjj+B6TDnT3h+kyar6GMoLCp1TpVPn7+wJ4od7yauKV4NicUC6j7TYdRoTAM7aCeMNpQfwv/fm/VpPGBbjgYcqMw7fqI71/kMOOWnyHBUUwjZNYgz2hHgRjLUjF1KwD0fNKBYdparFUYc7BAfUv9CUBmIYQHCCjBbCljS54LvaxQPNtClZk0wooWKx7ILhmt38O7biBIfmf9sIalktrePxLj127+07ozw8CTd5QdiiYyxo8iZUKgrV0RK5IsRwF5yjDnJiYLhTVOIrnQai0frsbfO+0hTbBeMQ6Bqi/g9Ysg6aeGzQZOMcFQ8QDOa3ROziBmcdQE9pnuR/8/twT74c8x/jWYH6RI6zfix/NXvOIx7Jm+57+fikw6911r3pMa7SvFlLwcAT2x/wkFvo5NtJRkrRnjEqTk0VDgJAFArJDIZHmbLGgwgOByJ1V1AnaUY91zy2ed5oHDgT3G8fGwIUN3RHm9UM/4zQSHA8wJk+pDcUbB2d/TJhpQ2FpocQ9+vdpb2pP+gtuDsLJDiuueGcswMCGfYCAz4Udg1nvN9MBjvrPc6ofRrVpbSTC/JRnIq758pG8KqRQp2ogJRmwwGmcLKhQUrzjTV01or1lqDAFRY9b7t2u3BuO7DZmzzgM8MRAn+Cber/iTerT4Kimo16T7fYCdY52vjKTc9ULn3LUD56MtTZuO1oKNjydc9lrcnPNkwSnlpq47cG774//IfDOLztuFleTdF52NJKhwiwEeMr/ftIPANxy6YDygn05cs4obzltD5SkguG3WQ+5lVwVsD9phGInb7bOE0u5q9wRgWLPIYa6XJmN9vwL/eOY95q9JrKEfHerNpuor4NjXutpzYIrAzeK57w3vObTvuGxonJCCUYDfVl/dsT9itdWJr9Vf89vnGm1NM4Or7VWnLBktMtVR2dFGPLiwCaAOX5fV/bXwXW4Ofechtqy+a4HAvwl/f2Ev8ZoxF/q3/cCOPJN31GODhqZqc9MULlgHIrOgUYrCA3mHip0HGSQFOKoJFYNG/zzBd2hepMw1l+/Uh1VA6p+VK+Fiy0Sv6184DTbw4pGoho+I6t/H8GFdHwdtGOHRuDzfMgoI2AYJ3yYz0zFb2ABc/YD8ChiCEQC26Bq6zn0w/oRErtpDYFam8Fd/t4M/M/pwhl8t8drxS7/Ow474r06lgEfUGChIq3+uHF+lr1W7c4Zzbqq+igkqCDPGZpMCLpIBHPZ7pGzaGHNqj5258EEk3KQrQVZ9uXV+cDaAIPc9bFwYik0Djx7AwWvsD/2Rex1RucueXrFbMbBedU5Dll673kTfZ/nRs14uDqr7CjNUKZYM9hjaw7LWupmPXGSniuA+z/Vx+8LDXLM4crsWX/paakw+f3atL7gocwCr/4tBaU9efwh2UmnIkMjrXVI/3zBQ4Z52szb62+7OsOLHpcTAo+fOWeWFJywDo76+l4mNPLEyQRc7x0inuSuIVChwraK3KPxjv994Aiz9E56YnqGwDVm9EibNXzXCWbKJmTPZrCbCfr4LL4eJxUjL4sFATjAVNQkKMycJ/n/U7kRpQWaw+1vMBbABKP8t/58oZ47lrhr+8Vo6V/oJD7R6TweC2ZC+7mIJzMU+5L+8T+23FByltjtuO/Ay8wjGCvya0fDKWJsvfWhhfMDKc4Okxms9Dbd3JHgH/UjMOHtXjBNGi1g3laqafT/UCZqyR2bROdRUUT2Yiy8mUOyj8wLPI2FViB+raLY1TQv1iPe4SwLvp7Xr8CaZEn1gwMfOaGUlApQTaaFGH+qjz1XB32ijm7q718HGg+56+Y6mYhC5jAy1dOaDUl/ZeOrP3LRPyoj2CBP/1QgMIZI/yASGJEwJktm8n1Xf93jvGwssAxdXmwA9QEyT8vT2mOvx9p6Go/YRkCd7qsRgKg3iOm6XBu/43lXRskU6B8nH9osw9GyMoOQ1jsf02BJnphp0MOjJOS/kedsCKHLFcKjTn1XBjDbUSPwggxnVTQ1AVTLvJtgW3CYy2BJuJOYvvRZF+nG6DvzElGWbWfW7aDBmbzu2jq718Sv6wbfHQtLaZix/35GDdNL6nAp3zbvOGEr1TF0Hfd0IzFyZFQMkqgSHOkhvVbOiHE6epwn+I032wlI6LxQHcaQ9zYm9Ac62Rt8F7PXnrZOG6hJ4Vn3CmbXCMsu4lbjgW7pfM4LGll5r/xl7/j9UHVBzNTzoSkrPDUFc2DiU1+iT/fXGIbgeV93F2MnNNsW1TCKVpKfxX7omYWp+SyJWT4qSFWSrAzR3gcicSR9n57xSO+4B7AUkDDyAXt0Q+8EN7eGEyJTsVd6Tx1NGBpqbAqH0vxhcA6O+2HSY4UK5vDzElNlJs0lnc8jgkUy13xjEAR7jRkd+zSuDwjT1R0KX5ZnnmZ01uEOmkQsBkZDsH+v4qHRq/qCT2KaK9pO+WtUeZiyDyOceAZnf4wis/t3jWhhQ0YoZfMRhf0XZ+ba9D62UTmgGwfs6MzHlAAHIH8XZEIWbYZuuZZgLxOB/kaBNTgycGxs51ykg1k6jERG6Uw4gcchUudSrqHQ8H4/4zWSLcs+3miRMRLHaEXRf38jFEzsyw8fCpXySGTaSQauL5hRQl/2HdF8nivE+c6PykCc0BRAYy+oINsTD/OiHY5z/cGFnokuFe4UBMFs110FZ0+8ypvkHhNNsmeLA2P3KC6MzQF4WiuCOiRaA0xgx2BmV2laLhqwaLHuhwqd72asiPt8V4UGnYuwP4qy9KYaAluUj3eQ/L8dozbqqAtmbfTqgwaPBdgENmCsMaCIcefjDhOZlM9zRyyYiMbUBDpqaRI7GVmNzzjekXzmJUZbjXVd7eMbF72pQ4ryWeedExgcMChit+7wEl23fR2u51nBUA6I6jPc9vJWNzqeWqb7NoZAmNYxEr1v4LhNaWSI0Dxkg3cNE6WxnfN+2bYjVuxRcPQWo7m3CnP+571pvU1TJyHuBMoCUJpzyzk6sKtglbZo4cNNwQHznTQTaAlH7c6ppY4BgI5ZoAziZmR+86bZlUM/KurJBN9ksGpTitofJcOAWcOiOH1TmKBEhq6Fva+W+kEex3SxADWh//KU1fkAIxa8zszs7XQaNdsmvsHna3lirIlC762QD2TGolB6OIQz9VQ1Ch00g1TzfBwwCDJTbpiRXGkozPKjClEV/U4Gl6CoXTjhr5I81RB7OBGvN6NSkHQmUAdYvOnSmQvrM1poIaZxCusQYSIsJngZVc20CccPN0ynARCwYCZwOwXHreDPJHBRkWa9tueqgmevKgqDpOYFiYrgHRlGi0sT3lCqvLH47KiFM4/62ZczCx3GyjtrNNAhTodJ50i1xrKB0EYgCx5K1HMpZqIKYmTlQaLNRzSfKAgoqArtiBU9J4yOAcZDTi1MzTItIDgIRTMzkRtALRKU0IGYWehx+bisxUE24T0lJ80JAs5RkSQsxG2C7sHG9JQqx85ypcyXQZqtk2xUTCBA0vsTAUFQ/Ow+oHDNmv5+RXgAM5LyW8WPXNzIcVjtvCi73fJTLmaY6xeJMi3RDZNqzpr8OZUlLaAALFSirVR4SIqWzxgNjh/N/Ymaxd9cHmPHpKAixtfXZuvGoJmHQOQLgzUYI9OiN3oB462WOX9VXh2tJVAYEnrDjFbB3pJDRHvqENIkt8smrlTu2qkvglUqhj9ClU9AT/sgItoxEWYAmnp0wv+Y1DlGrNqFSvyArZPjKE3AmAosaRdUJSzQvtIbjAUsPZ9433OO58tgwDjugBz+a50wJphMKHjLEONyrPIXamAJkmIC5KQ5yOlI4AduZmmpxX5cHHu42miioJp/I4UUlUqj2Bs0pFnAVR00oyKA0C2OVUldWdx5QsB5iy7ErifCZ4gyjcuasE/7pBomvKmK+NBEPkDoS6GmiilDYhGvs/Hv/vkPlb3tgn8Wac/kXqF/5GYdw0rA8kpmILMIbg1ZSCCAYB7IkaRiKN8+t/yhDbAw62XuKCsG4PrFpJDfYuDs7Ge026TBJL9axp5EEuQaqPX4GnOa8DLNglDOl4qELQiyEZQtMA/BzyKdlTEJtGl5zgtDVYFDp8GLaOJBf6TSaHikzH9Bc9ILMAi408VwhtGwQX7jgSIJO7gw6zErmXCeVBotU3U5q1TZBpjzs+XlD1Foa1pIR81wcToJZa/B6Qh0403/RCf8kcpX0SBorhqiOvPYOWW7GFT0flqItOYEiAimME8oTFMuu6dQQemAwEdjgkUp65TidqwoE1e1SLQHFpXTqJGOUnJgRqmn5c4JFIe0yEo2c1GeqSu0jRf9ENMlxTl6xi3MdVtw/haDil4iGtQEmdyNrUTN4lhYic8LRHzJMcocmbKQyKOENQ4nROR6rSacrXAQKnpE6f5sKi9zvOjomH8mCvxx1kQ7PDR2dJONRTSCZtZZ+oKuQxJzT3KHpL9ucdDesJ8o37iRgH5MuXnbih7l4l4SEE5thorsiuPfX2u3YLY8d6vNLtYyEJlwUgs/lRYEgJIn2qCGkwah38Rhpge/EHuBKcFmBBLMywa26srCRqefYLjexR57glnEIVNek7qOhqEw3wnzwFDJYOMCWSLeFNvzpnSeZk8kRyvJM3GiapTbKDaXWCGYkoteIt4biPEse1u+Y5FZxYw/Myb5O6oPkatpRBKLSfOJuqDjA4xFG5dVhhQPC8kUCiyonprFXKsskuKXP4QAfsnRY/XLH2Im+qmQj3JytNY7anmdyDTkMqXB4XChXGYR1/V6toF9Zil0zgcdqyXm/FjGzS24iysfCOZfWldQwIcZiijACii1H1aIDrAuoDk2wmaByj23eo9bfrUHn0dfUfsKXvfNHBPjNB2oi8XkNJfx2PczZZlkGHhqpqPUwCA7jsg5T9CQlTB6ByUnj2krVMTIUN6pZkGMeKkjdqH46o4Uc2ABo7Kc3XyBJ70jY1pV+5w+ij2dfhHiTlgiGvxOt5ZQTEw3vvTKbbojwvdZbIZdjIGQXhFNUZgva5tD+vcZ8pz7uaI/31dVo4ilQJW4qWbLWKT08lMuECBpGKwIRijbgR2FCt+sc96kXh6Z9iXmWuMU7SdGWSY0yU0xCkVYY+bCnxUUh3mNzdV6oYuflY8ySkfOYJ++9KwgSOsWTlU5xDWDLxEJjwV5iSsZEesyw1p8VbMuZcY1MvipNJ2kxkkJTTu7ns9znp5K0xvzuFGie1rWDm3o4KhYeAHVU2JUfX7AmfRapy5ug1GuZuWcgfCqWrAS+8YLkDCpJGzAYh8UvcsiXBlnkU9Dtgv5anThsOU0DmENXpvGueSW3+Y7J07r2EbICYnRpxI+jS30qBL/CKICFZWTjggBDZKrXx1T0kRcXpVhYhCaaGigu1xACFZ5zkp2ZlgivnVaDAijeslCGBkdhNOJRxZLMZ2gj9KHRvGFmdjQ61ueCijTqR7+ctiVnKuzIrcGj11x5j1Mylx7K3MQm5QgpW1QVa8Cxye7zbUVPOhACoTTsbFMWclsS5TlKDyK0cs6a4VsCj5UwrcVMypRWDCsrixQwQXCVidsfBmje9acQ5ZSLrjR1HGwwgw6Gml9QGRFKu++iubHP6DZjo9tBM4TUc+FCXYZA4CUcIae54O8lQ3rLNcD6T4WL84wmSzUP0akWSe0uSXX8mRgALdcdp/GXJYmeGZCfD0i3h182SoNd1fUvpAutdOnuZNPvgt0wcRvqXiLXgVVOWrDRjXqjxlzxdppCCIfuVUozx7GrJALuyK3Qgk5UsR13H6F4TFTFbcK9bSQTeVwxdnFEvn9i2ObTPtqXs+RxlqgoZWalwM2cDWfMgMClUeF69HCO8oSfOhvQCm9dRZVeZZhv20U1N7h4RXM0QOcofAm/0YQboxdnHOfryvvLvk4r8tIuywzQpsskIWp6bvBT8smpekm3fF7YTxIwxZcFrD75rBkOdDUEEjR9LJpHU1luadaaFYJr2AurLkUecNi73lCn15OOoN5++9xeaiNLfOYtwogXAtB0IZ5XY3apid62e1Z5Za0CTdPwLMWyWjju7xaJQVihS2/w7nPqnwVvQP+rXqc8F+nnUZg8DkytBN9/2z1wvPTT6VQ/Ovr+jC3suPithuFl46a2ZAfeW1lgowPuYBgaKdP3bbmHIn0Ra5Z3lvOuyfXvzdz8VeUe5MEdb8ZhfrUCY+d62461+OqWyk5Whugv++KXB5yuu0Nb9oZTYiPaiXxiX8f6W2nSfEJ/2Y8rn2u1AecMeXEdPQRQ+FsecUcFmgOVcAaJeK72FF+418gtYvAPl2aZlH8o0QetxQTSWRZCgSaJkFcy4OKs7JO3KsAmbn9Cl4bhJPE0kturJ7AavmsRTNceC0vAzc8jCEne1F//pRtJ4xeUqboYWsIO+6H/DwhSaEx8oYi5qylY0rCXBJEbliwqJG3fEMTJLOIV/1Lnmq9/4hMJk17UlMTXv3aY8b8vVm3zhAlaFGa3/Pv8lTNE9zQ1sH7WD0lhHW2jSn/p3yuVcsgSjnDxhGiaQM36HSQj3iX8O3F/tUswDgMOWZ9kcZGVdukXL04ruCCn/cvhK2gWNiOfUHZN9qhYtdCZZVBn8+TYF8cK42tY8IcRHW77TqIgU41C4lxaZdlbVTPZdYM4pdfFJ9pLOSIZHadny0t0H+nj9+S10HHQCjM66bTBsUCV5t67CjIHUwqnMVN/YxmvtBrqptCAqIQJSwFPm07GaSWDip81MgymkVc/1b14XbSwmKZeb7np8BcKis0hniH+jHQ2ZT1Y4azti0Vkc1pSV9XkgnIqi7MzhirRA+7FZtWAjdFC071SZjXVH9V2VfeWZpogaiI617TrARk+E1aa6FkGVbdfUBTH9hfU8Tj4F5R/bxv3Of0JWae0qLgMBgny7zH/Y3elGOG52/1i0gU6bf++Uxo4ZM2XQBTjmMqepGtSuvePP97zhHD+4wimKhoZekMr95vI3rAvNJ6ST38MWzJgywENguxjsSLVrvrD3pnZ6dyLwm4p4+ttZeRO98SjN287fWdazlQBKueKvr8/7dNVMoamHJ0zt+mZw9ueye0wUoK+ZIT3ej7/k+AAQAZ/o5/Hrx2DQAAAABJRU5ErkJggg==\" class=\"cnt-print-logo\" alt=\"Cond&eacute; Nast Traveler\" />\r<div class=\"cnt-header-bar\">\r  <div class=\"cnt-header-bar-left\">\r    <button class=\"cnt-header-element cnt-header-menu-btn\"></button>\r    <a href=\"/?us_site=y\" class=\"cnt-header-element cnt-logo\" aria-hidden=\"true\"><span class=\"cnt-site-name\">Conde Nast Traveler</span></a>\r    <h5 class=\"cnt-header-element cnt-site-tagline\">At Home in the World</h5>\r    <h3 class=\"cnt-header-element cnt-header-content-hed\"></h3>\r  </div>\r  <div class=\"cnt-header-bar-right\">\r    <div class=\"cnt-header-element cnt-header-sponsor-logo\">\r      <div id=\"adCall_0_88x32_frame\" data-cb-ad-id=\"adCall_0_88x32_frame\"></div>\r    </div>\r    <button class=\"cnt-header-element cnt-header-share-btn\"></button>\r    <div class=\"cnt-header-element cnt-header-social-share\">\r      <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\r    </div>\r    <button class=\"cnt-header-element cnt-header-search-btn\"></button>\r    <div class=\"cnt-header-element cnt-header-subscribe-btn showForm\">\r      <div id=\"AMS_TVL_GLOBAL_NAVBAR\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a></div>\r    </div>\r    <div class=\"cnt-header-element cnt-header-subscribe-cover\">\r      <div id=\"AMS_TVL_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement ecom-desktop loading\"><div class=\"header-callout\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a><p>Subscribe Now</p></div><div class=\"header-callout-img\"><a href=\"http://www.cntraveler.com/go/failsafe\"  target=\"_blank\"><img src=\"https://subscribe.condenet.com/images_covers/cover_travel_80.jpg\" alt=\"Subscribe to Conde Nast Traveler\"/></a></div></div>\r    </div>\r  </div>\r</div>\r<div class=\"rolloverAd\">\n   <div class=\"content\">\n        <div id=\"AMS_TVL_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Navbar_Rollover_970x250.v1c.jpg\" /></a></div>\n    </div>\n</div>\n\n\r\n  </div>\n  <nav class=\"cnt-nav\">\n  <ul class=\"cnt-nav-channels\">\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/food-and-drinks\">food &amp; drinks</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/restaurants-and-cafes\">Restaurants & Cafés</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/bars-and-nightlife\">Bars & Nightlife</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/wine\">Wine</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/cocktails\">Cocktails</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/12/543b04baf2f192ac5aefe92b_pizza-bianca-naples-italy.jpg\" class=\"thumbnail\" title=\"This Is What Pizza Looks Like Around the World\" alt=\"This Is What Pizza Looks Like Around the World\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-13/this-is-what-pizza-looks-like-around-the-world\">This Is What Pizza Looks Like Around the World</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/10/5438537600ac583c0af22cd8_yatai-food-stands-nakasu-district-fukuoka..jpg\" class=\"thumbnail\" title=\"Junot Díaz on Fukuoka, Japan's Next Great Food City\" alt=\"Junot Díaz on Fukuoka, Japan's Next Great Food City\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-10-13/junot-diaz-on-fukuoka-japan-s-next-great-food-city\">Junot Díaz on Fukuoka, Japan's Next Great Food City</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/06/5432c79588114e6e3ffce7dc_candylicious-sentosa-island-singapore.jpg\" class=\"thumbnail\" title=\"Candy Shops Where You Get the Willy Wonka Experience\" alt=\"Candy Shops Where You Get the Willy Wonka Experience\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-08/candy-shop-roundup-where-to-get-the-willy-wonka-experience\">Candy Shops Where You Get the Willy Wonka Experience</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/13/543c536c00ac583c0af23131_best-italian-gelato-6.jpg\" class=\"thumbnail\" title=\"Italy's Best Gelato\" alt=\"Italy's Best Gelato\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-14/italys-best-gelato\">Italy's Best Gelato</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item  cnt-is-active \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/style-and-design\">style &amp; design</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/fashion\">Fashion</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/shopping\">Shopping</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/design\">Design</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/architecture\">Architecture</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/street-style\">Street Style</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/beauty-and-wellness\">Beauty & Wellness</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/03/545803a611d06c376c7284a8_travel-one-year-day-bag-1024.jpg\" class=\"thumbnail\" title=\"How to Pack for a Year of Travel in One Carry-On\" alt=\"How to Pack for a Year of Travel in One Carry-On\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-11-04/how-to-pack-for-a-year-of-travel-in-one-carry-on\">How to Pack for a Year of Travel in One Carry-On</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/30/54a2b566df8f55bf04226df8_french-crown-braid-travel-hair.jpg\" class=\"thumbnail\" title=\"5 Travel-Proof Hairstyles for Long Flights\" alt=\"5 Travel-Proof Hairstyles for Long Flights\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-30/travel-proof-hairstyles-for-long-flights\">5 Travel-Proof Hairstyles for Long Flights</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499ed18a5d5e8e80720eac5_Paddington-Sydney-Australia-11.jpg\" class=\"thumbnail\" title=\"Where to Shop All the Best Australian Fashion Designers \" alt=\"Where to Shop All the Best Australian Fashion Designers \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-25/where-to-shop-all-the-best-australian-fashion-designers-the-intersection-sydney\">Where to Shop All the Best Australian Fashion Designers </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/18/5493363775c4333528ffc4d3_vintage-shopping.jpg\" class=\"thumbnail\" title=\"Austin Shopping: A Guide to the Vintage Stores on South Congress\" alt=\"Austin Shopping: A Guide to the Vintage Stores on South Congress\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-18/austin-shopping-vintage-stores-south-austin\">Austin Shopping: A Guide to the Vintage Stores on South Congress</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/arts-and-culture\">arts &amp; culture</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/music\">Music</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/art\">Art</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/film-and-tv\">Film & TV</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/books\">Books</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/museums-and-galleries\">Museums & Galleries</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/theatre-and-dance\">Theatre & Dance</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/festivals-and-events\">Festivals & Events</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/02/547e01fbcbbd2620680de9e3_tout-vienna-by-james-mollison.jpg\" class=\"thumbnail\" title=\"Vienna: The World's Secret Capital of Contemporary Art\" alt=\"Vienna: The World's Secret Capital of Contemporary Art\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-03/vienna-fair-austria-contemporary-art-mak\">Vienna: The World's Secret Capital of Contemporary Art</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/01/547c90162a3d21fa285cb407_chinese-theater.jpg\" class=\"thumbnail\" title=\"13 Coolest Movie Theaters Around the World \" alt=\"13 Coolest Movie Theaters Around the World \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-05/11-coolest-movie-theaters-around-the-world-cinerama-film-forum\">13 Coolest Movie Theaters Around the World </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/03/547f605fb6e03e8c2d0c9590_art-gifts-tout.jpg\" class=\"thumbnail\" title=\"Travel-Themed Gifts for Art Lovers\" alt=\"Travel-Themed Gifts for Art Lovers\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-04/12-travel-themed-gifts-for-art-lovers\">Travel-Themed Gifts for Art Lovers</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/21/546f620ccbbd2620680dc1d6_annie-leibovitz-tout.jpg\" class=\"thumbnail\" title=\"Annie Leibovitz's Personal Pilgrimage \" alt=\"Annie Leibovitz's Personal Pilgrimage \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-11-23/annie-leibovitz-s-pilgrimage-a-revealing-exhibition-of-the-photographer-s-personal-work\">Annie Leibovitz's Personal Pilgrimage </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-inspiration\">travel inspiration</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/cruises\">Cruises</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/romance\">Romance</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/culture\">Culture</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/beaches\">Beaches</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/food\">Food</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/family\">Family</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/spas-and-fitness\">Spas & Fitness</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/gay-and-lesbian\">Gay & Lesbian</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/eco-and-adventure\">Eco & Adventure</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/road-trips\">Road Trips</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5498fdbda5d5e8e80720e26f_giants-causeway-ireland-tout.jpg\" class=\"thumbnail\" title=\"The Most Beautiful UNESCO World Heritage Sites\" alt=\"The Most Beautiful UNESCO World Heritage Sites\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-23/most-beautiful-unesco-world-heritage-sites-galapagos-taj-mahal-yosemite\">The Most Beautiful UNESCO World Heritage Sites</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/19/549484ada04fec57646f0271_2.jpg\" class=\"thumbnail\" title=\"A Photo Tour of Beautiful British Columbia \" alt=\"A Photo Tour of Beautiful British Columbia \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-26/photo-tour-of-british-columbia-capilano-river-porteau-cove\">A Photo Tour of Beautiful British Columbia </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/24/549ace09a5d5e8e80720ec07_perito-moreno-glacier-cr-steve-humphreys-getty.jpg\" class=\"thumbnail\" title=\"Where to See Glaciers in 2015\" alt=\"Where to See Glaciers in 2015\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-24/where-to-see-glaciers-in-2015-alaska-norway-argentina\">Where to See Glaciers in 2015</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499e37ba5d5e8e80720e930_vintage-cuba-3-no-reuse.jpg\" class=\"thumbnail\" title=\"Vintage Photos of Pre-Revolution Cuba\" alt=\"Vintage Photos of Pre-Revolution Cuba\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-24/vintage-photos-of-pre-revolution-havana-cuba\">Vintage Photos of Pre-Revolution Cuba</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-awards\">travel awards</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/readers-choice-awards\">Readers' Choice Awards</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/gold-list\">Gold List</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/hot-list\">Hot List</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/10/54887cf6b6e03e8c2d0cb143_chateau-marmont-los-angeles-pool-cr-tim-street-porter-corbis.jpg\" class=\"thumbnail\" title=\"Gold List 2015: The Top 25 Hotels in the U.S.\" alt=\"Gold List 2015: The Top 25 Hotels in the U.S.\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2015-01-02/gold-list-2015-top-25-hotels-in-america-hawaii-las-vegas-aspen-miami\">Gold List 2015: The Top 25 Hotels in the U.S.</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/18/549307e975c4333528ffc30a_pari-dukovic-tassels.jpg\" class=\"thumbnail\" title=\"Gold List 2015: The Top Hotels in the World \" alt=\"Gold List 2015: The Top Hotels in the World \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-16/gold-list-2015-the-top-hotels-in-the-world\">Gold List 2015: The Top Hotels in the World </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/07/31/53da98d1dcd5888e145bf27d_laguardia-airport-nyc.jpg\" class=\"thumbnail\" title=\"The Best and Worst Airports in America: Readers&#39; Choice Awards 2014\" alt=\"The Best and Worst Airports in America: Readers&#39; Choice Awards 2014\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-11-24/the-best-and-worst-airports-in-america-readers-choice-awards-2014\">The Best and Worst Airports in America: Readers&#39; Choice Awards 2014</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/08/15/53ee324d12cc6c782dc4785d_med_4_3_Berkshires_Blantyre_1387.jpg\" class=\"thumbnail\" title=\"Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014\" alt=\"Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-20/top-100-hotels-and-resorts-in-the-world-rca-2014\">Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-intel\">travel intel</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/business-travel\">Business Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/loyalty-and-rewards\">Loyalty & Rewards</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/air-travel\">Air Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/hotels\">Hotels</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/cruises\">Cruises</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/driving\">Driving</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/tech-and-gear\">Tech & Gear</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/family-travel\">Family Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/health\">Health</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/solo-travel\">Solo Travel</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/28/54a07d48a5d5e8e80720ef4a_stats-tout.jpg\" class=\"thumbnail\" title=\"Travel by the Numbers: 2014&#39;s Travel Intel Statistics\" alt=\"Travel by the Numbers: 2014&#39;s Travel Intel Statistics\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-29/travel-by-the-numbers-2014-travel-statistics\">Travel by the Numbers: 2014&#39;s Travel Intel Statistics</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/24/549af7b5a5d5e8e80720ec43_counterfeit-hundred-ombudsman.jpg\" class=\"thumbnail\" title=\"7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve \" alt=\"7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-26/7-of-the-oddest-travel-problems-the-ombudsman-was-ever-asked-to-resolve\">7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/07/31/53da5b446dec627b149e530a_air-asia-plane-livery-art.jpg\" class=\"thumbnail\" title=\"Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents\" alt=\"Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-29/missing-airasia-flight-no-pattern-to-the-three-malaysia-airline-accidents\">Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/26/549d864ca5d5e8e80720ec67_torvehallerne-copenhagen-cr-hilke-maunder-alamy.jpg\" class=\"thumbnail\" title=\"Top 10 Free Things to Do in Copenhagen\" alt=\"Top 10 Free Things to Do in Copenhagen\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-28/top-10-free-things-to-do-in-copenhagen-denmark\">Top 10 Free Things to Do in Copenhagen</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/reports/conde-nast-traveler-destination-guides\">city guides</a>\n        <div class=\"cnt-nav-channel-content remove-subchannels\">\n          \n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e475860c74c1162caee6_city-guide-austin-main-image-2014.jpg\" class=\"thumbnail\" title=\"Austin\" alt=\"Austin\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/austin\">Austin</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/27/544e76b9d09268884cd0e176_fall-eiffel-tower-paris-france.jpg\" class=\"thumbnail\" title=\"Paris\" alt=\"Paris\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/paris\">Paris</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491ded6860c74c1162cae6b_city-guide-milan-main-image-2014.jpg\" class=\"thumbnail\" title=\"Milan\" alt=\"Milan\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/milan\">Milan</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491ddec860c74c1162cae45_city-guide-new-york-main-image-2014.jpg\" class=\"thumbnail\" title=\"New York City\" alt=\"New York City\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/new-york-city\">New York City</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e1d4b6e03e8c2d0ce0f4_city-guide-las-vegas-main-image-2014.jpg\" class=\"thumbnail\" title=\"Las Vegas \" alt=\"Las Vegas \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/las-vegas\">Las Vegas </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d567b6e03e8c2d0cdfcb_washington-dc-main-image-2014.jpg\" class=\"thumbnail\" title=\"Washington, D.C.\" alt=\"Washington, D.C.\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/washington-dc\">Washington, D.C.</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e66cb6e03e8c2d0ce1c5_city-guide-san-francisco-main-image-2014.jpg\" class=\"thumbnail\" title=\"San Francisco\" alt=\"San Francisco\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/san-francisco\">San Francisco</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e2ddb6e03e8c2d0ce137_city-guide-chicago-main-image-2014.jpg\" class=\"thumbnail\" title=\"Chicago\" alt=\"Chicago\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/chicago\">Chicago</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e149b6e03e8c2d0ce0cf_city-guide-london-main-image-2014.jpg\" class=\"thumbnail\" title=\"London\" alt=\"London\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/london\">London</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d7dfb6e03e8c2d0ce00a_city-guide-shanghai-main-image-2014.jpg\" class=\"thumbnail\" title=\"Shanghai\" alt=\"Shanghai\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/shanghai\">Shanghai</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/19/5493c80976e8ba884fa94847_city-guide-los-angeles-main-image-2014.jpg\" class=\"thumbnail\" title=\"Los Angeles\" alt=\"Los Angeles\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/los-angeles\">Los Angeles</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d6bd860c74c1162cadb7_city-guide-tokyo-main-image-2014.jpg\" class=\"thumbnail\" title=\"Tokyo\" alt=\"Tokyo\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/tokyo\">Tokyo</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e26db6e03e8c2d0ce118_city-guide-florence-main-image-2014.jpg\" class=\"thumbnail\" title=\"Florence\" alt=\"Florence\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/florence\">Florence</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491dc5e860c74c1162cae21_city-guide-rome-main-image-2014.jpg\" class=\"thumbnail\" title=\"Rome\" alt=\"Rome\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/rome\">Rome</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e3f1b6e03e8c2d0ce15b_city-guide-barcelona-main-image-2014.jpg\" class=\"thumbnail\" title=\"Barcelona\" alt=\"Barcelona\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/barcelona\">Barcelona</a></span>\n                  </div>\n                \n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item cnt-incognito-item-hovering \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"#\">upgrades &amp; extras</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/gifted\">Gifted</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/reports/the-extraordinaries\">Extraordinaries</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"http://www.cntpassport.com\">Passport</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/roadlesstraveled\">The Road Less Traveled</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/08/5485cdc6b6e03e8c2d0ca55a_theExtraordinaries-black-4-3-lg.jpeg\" class=\"thumbnail\" title=\"Introducing Conde Nast Traveler&#39;s Extraordinaries\" alt=\"Introducing Conde Nast Traveler&#39;s Extraordinaries\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-05/conde-nast-traveler-extraordinaries\">Introducing Conde Nast Traveler&#39;s Extraordinaries</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/13/5464f229cbbd2620680d9397_Ep-3-Rocky-Terrain.jpg\" class=\"thumbnail\" title=\"The Rocky Terrain of the Via Ferrata\" alt=\"The Rocky Terrain of the Via Ferrata\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-09-15/episode-3-the-road-less-traveled\">The Rocky Terrain of the Via Ferrata</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/15/548f20a0b6e03e8c2d0ccce7_polo-blue-4-3-orig.png\" class=\"thumbnail\" title=\"Festive Elegance in a Bottle\" alt=\"Festive Elegance in a Bottle\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/\">Festive Elegance in a Bottle</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/13/5464f042cbbd2620680d92a7_Ep-5-Brew-Boys.jpg\" class=\"thumbnail\" title=\"The Brew Boys\" alt=\"The Brew Boys\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-10-08/coming-soon-the-brew-boys\">The Brew Boys</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n    <div class=\"cnt-nav-ad\">\n        <div id=\"AMS_TVL_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement ecom-mobile loading\"><a title=\"Subscribe Now!\" target=\"_blank\" href=\"http://www.cntraveler.com/go/mobilefailsafe\">Subscribe Now!</a></div>\n    </div>\n  </ul>\n</nav>\n\n</div>\n\n\n\n  \n    <main role=\"main\" class=\"cnt-page-container cnt-grid\">\n      <div class=\"ad-placement leaderboard mobile\">\n        <div id=\"adCall_slideshowMobileTop_300x50_frame\" data-cb-ad-id=\"adCall_slideshowMobileTop_300x50_frame\"></div>\n      </div>\n  \n\n  <article class=\"ssw-container cnt-grid\">\n  </article>\n  <div class=\"ssw-section-tertiary ssw-section\"/>\n  <section class=\"cnt-share-tools cnt-grid ssw-share-tools ssw-tangent-section\" data-sharetype=\"page\">\n  \t<h3 class=\"hed\">Share this Slideshow</h3>\n    <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\n  </section>\n</div>\n  <div class=\"zergnet-container\">\n    <h2 class=\"zergnet-title\">Around The Web</h2>\n\n    <div id=\"zergnet-widget-25327\" class=\"zergnet-widget\"></div>\n\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement('script');\n            zergnet.type = 'text/javascript'; zergnet.async = true;\n            zergnet.src = 'http://www.zergnet.com/zerg.js?id=25327';\n            var znscr = document.getElementsByTagName('script')[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n\n    <div class=\"zergnet-credit\">Powered by ZergNet</div>\n</div>\n  <div class=\"ssw-ad-section\"> \n    <div class=\"cnt-ad-spot cnt-ad-leaderboard\">\n      <div id=\"adCall_slideshowBottom_728x90_frame\" data-cb-ad-id=\"adCall_slideshowBottom_728x90_frame\"></div>\n      <div id=\"adCall_slideshowBottom_300x51_frame\" data-cb-ad-id=\"adCall_slideshowBottom_300x51_frame\"></div> \n    </div>\n  </div>\n\n  \n      <article class=\"ssw-content no-js\">\n      <h1>The Best Shopping in Marrakech</h1>\n      <div class=\"ssw-content-dek\"><p>In a way, no one actually <em>needs</em> a shopping guide to Marrakech: The city is so full of irresistible wonders (the souks alone could keep you busy for days) and terrific bargains that you almost can’t go wrong. Still, if you have limited time, these are the places to go.</p></div>\n      \n        <section>\n          <h2>M’H</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Belgian designer Martine Hillen’s gorgeous, lightweight, made-in-Morocco bags are cut into slouchy trapezoids or trimmed with long, luxurious leather shags. Most of them retail in the $250 range, far less then comparable bags in the States. She also stocks the full range of M’Tita Bamako’s recycled-plastic beach totes, embroidered pouches, and cotton bags printed with African leaders’ and politicians’ faces. <em>(369 Q Sidi Ghanem; 212-667-350123)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a61fb6e03e8c2d0ca260_m-h-morocco-cr-hanya-yanagiharia-6.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Topolina</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Imagine if Auntie Mame moved to Marrakech and started designing clothes—that&#39;s the vibe at the Topolina showroom, where the walls are an aggressive hot pink, and the floors a jigsaw of mismatched carpets and rugs laid end to end. There are terrific discoveries here, but the real gems are Topolina’s own swingy, Mod-y separates and coats, including a charcoal-gray wool topper lined with black-and-white striped silk and cinched with a matching bel. <em>(436 Zone Industrielle Sidi Ghanem; 212-651-3457-95)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a615860c74c1162c7087_topolina-morocco-cr-hanya-yanagiharia-5.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Magasin General</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>A Belgian couple with a background in interior design runs this large, airy store, where you can find pieces of vintage French china, throw pillows silkscreened with the faces of Mughal emperors, rose-scented candles, decoupaged plates, and antique leather saddlebags to fill your Provencal-by-way-of-Moroccan house. <em>(369 Zone Industrielle Sidi Ghanem; 212-524-3366-73)</em></p>\n          </div>\n          <div class=\"image-wrapper portrait\"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a619b6e03e8c2d0ca224_magasin-general-morocco-cr-hanya-yanagiharia-4.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Scenes de Lin</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>This elegant, polished interior design store interprets Marrakech through a Parisian lens. The best bets here are the bed linens, embroidered in crisp geometric shapes, and the heavy cotton blankets, which have the texture of silk, the heft of velvet, and are edged with elaborate stitching in contrasting colors. <em>(70, rue El Houria; 212 24 43 61 08)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/08/5485dddd860c74c1162c741e_chaise-with-pillows-cr-terraxplorer-getty.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Anitan</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Rug shopping in the souk is invigorating…until it’s exhausting. You’ll pay higher prices at this smart, airy shop near the Jardin Majorelle, but the collection of Moroccan tribal and central Asian textiles is well-curated, easy to sort through, and, best of all, guaranteed to be of good quality (and they ship). Head upstairs for an excellent selection of well-made cotton towels and home accessories. <em>(Rue Yves Saint Laurent Majorelle; 212 5243-32342)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a616b6e03e8c2d0ca206_anitan-morocco-cr-hanya-yanagiharia-1.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>33 Rue Majorelle</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>This sunlit, glass-walled store bills itself as Marrakech’s first concept shop. Inside, you’ll find an imaginative, colorful selection of clutches made from tribal rugs; lightweight cotton tunics; fabulous raffia brogues; wool baskets; and silver jewelry, most of it sourced from Morocco and northern Africa. Don’t leave without stopping by the adjoining café, Kaowa, for a smoothie—one combining cinnamon, dates, banana, and almond milk is particularly good. <em>(33 Rue Yves Saint Laurent Majorelle; 212-5243-14195)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a61c860c74c1162c70c3_majorelle-morocco-cr-hanya-yanagiharia-7.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Akbar</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>You’ll find unbelievably gorgeous beaded and embroidered caftans, tunics, toppers, and babouches (and clutches, bracelets, and shawls) at this jewel box of a shop in the medina. It’s not cheap, but it’ll provide inspiration for days. <em>(Place Bab Fteuh; 212-6671-661307)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/08/5485dddf860c74c1162c7439_souk-babouches-cr-peter-ten-broecke-getty-images.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Pop-up Shop</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>At this sliver of a shop, located above the pretty, jade green-tiled Le Jardin restaurant, you’ll find perfectly cut, floaty caftans, leather tassels to clip onto your handbags, and chic clutches and tote bags made from lizard, leather, and water snake. <em>(32, Souk El Jeld Sidi Abdelaziz)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a61cb6e03e8c2d0ca242_pop-up-shop-morocco-cr-hanya-yanagiharia-3.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Peacock Pavilions</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Maryam Montague, the owner of this lovely, cheery boutique hotel works for a human rights NGO; runs her inn; writes and photographs; and sources rugs, textiles, accessories, and furniture from across Morocco, Central Asia, and Africa for a small clientele of high-profile fashion designers in New York and Europe. There’s a rotating selection of her finds available on her website, or you can stop by and see what she has in stock in person. <em>(Kilometer 18, Route de Ouarzazate; 212-6644-14653; peacockpavilions.com)</em></p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/07/5484a619860c74c1162c70a5_peacock-pavilions-morocco-cr-hanya-yanagiharia-2.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n    </article>\n  \n  \n  <script type=\"text/javascript\">\n    // Hide the SEO content if we have javascript.\n    $('.ssw-content').removeClass('no-js');\n    $('.ssw-content .image-wrapper').remove();\n  </script>\n</main>\n<div class=\"cm-placement footer\">\n\n<div id=\"AMS_TVL_GLOBAL_FOOTER\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Footer_950x560.jpg\" /></a></div>\n<div id=\"AMS_TVL_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement ecom-mobile loading\"><a href=\"http://www.cntraveler.com/go/mobilefailsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Mobile_300x100.jpg\" /></a></div>\n</div>\n\n<footer class=\"cnt-page-footer\">  \n  <nav class=\"cnt-page-footer-nav\">\n    <div class=\"cnt-footer-section cnt-footer-share-tools\">\n      <div class=\"cnt-footer-label-primary\">Follow CNTraveler</div>\n      <ul>\n        <li class=\"facebook\">\n          <a href=\"https://www.facebook.com/CondeNastTraveler\" title=\"Follow Cond&eacute; Nast Traveler on Facebook\">Follow Cond&eacute; Nast Traveler on Facebook</a>\n        </li>\n        <li class=\"twitter\">\n          <a href=\"https://twitter.com/cntraveler\" title=\"Follow Cond&eacute; Nast Traveler on Twitter\">Follow Cond&eacute; Nast Traveler on Twitter</a>\n        </li>\n        <li class=\"pinterest\">\n          <a href=\"http://www.pinterest.com/cntraveler/\n\" title=\"Follow Cond&eacute; Nast Traveler on Pinterest\">Follow Cond&eacute; Nast Traveler on Pinterest</a>\n        </li>\n        <li class=\"instagram\">\n          <a href=\"http://www.instagram.com/cntraveler\" title=\"Follow Cond&eacute; Nast Traveler on Instagram\">Follow Cond&eacute; Nast Traveler on Instagram</a>\n        </li>\n        <li class=\"tumblr\">\n          <a href=\"http://condenasttraveler.tumblr.com/\" title=\"Follow Cond&eacute; Nast Traveler on Tumblr\">Follow Cond&eacute; Nast Traveler on Tumblr</a>\n        </li>\n        <li class=\"google-plus\">\n          <a href=\"https://plus.google.com/+condenasttraveler\" title=\"Follow Cond&eacute; Nast Traveler on Google Plus\">Follow Cond&eacute; Nast Traveler on Google Plus</a>\n        </li>\n        <li class=\"linkedin\">\n          <a href=\"https://www.linkedin.com/company/conde-nast_3308\" title=\"Follow Cond&eacute; Nast Traveler on LinkedIn\">Follow Cond&eacute; Nast Traveler on LinkedIn</a>\n        </li>\n      </ul>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-cm-tools\">\n      <div class=\"cnt-footer-label-primary\">Get Traveler Delivered</div>\n      \n      <div id=\"AMS_TVL_GLOBAL_FOOTERNAV\" class=\"ecom-placement ecom-all loading\"><ul class=\"ecom-desktop\"><li><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a></li><li><a href=\"http://www.cntraveler.com/go/giftfailsafe\" target=\"_blank\">Give a Gift</a></li><li><a href=\"http://www.cntraveler.com/go/intfailsafe\" target=\"_blank\">International Orders</a></li><li><a href=\"http://www.cntraveler.com/apps\" target=\"_blank\">Get Our Digital Edition</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Renew</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Subscription FAQ</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Manage Your Subscription</a></li><li><a href=\"/contact/contact-us\">Contact Us</a></li></ul><ul class=\"ecom-mobile\"><li><a href=\"http://www.cntraveler.com/go/mobilefailsafe\" target=\"_blank\">Subscribe</a></li><li><a href=\"http://www.cntraveler.com/go/mobilegiftfailsafe\" target=\"_blank\">Give a Gift</a></li><li><a href=\"http://www.cntraveler.com/go/intfailsafe\" target=\"_blank\">International Orders</a></li><li><a href=\"http://www.cntraveler.com/apps\" target=\"_blank\">Get Our Digital Edition</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Renew</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Subscription FAQ</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Manage Your Subscription</a></li><li><a href=\"/contact/contact-us\">Contact Us</a></li></ul></div>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-helpful-links\">\n      <div class=\"cnt-footer-label-secondary\">Helpful Links</div>\n      <ul class=\"cnt-footer-list\">\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastdigital.com/cntraveler.html\">Advertise With CNTraveler</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastmediakit.com/cnt/\">CNTraveler Media Kit</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/reprints-permissions\">Reprints &amp; Permissions</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.cntraveler.com/archives\">Site Map</a>\n        </li>\n      </ul>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-misc-links\">\n      <div class=\"cnt-footer-label-secondary\">More From Cond&eacute; Nast</div>\n      <ul class=\"cnt-footer-list\">\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.cntraveller.com/\">Cond&eacute; Nast Traveler UK</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.traveler.es/\">Cond&eacute; Nast Traveler Spain</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastcareers.com/\">Careers at Cond&eacute; Nast</a>\n        </li>\n      </ul>\n    </div>\n  </nav>\n  <section class=\"cnt-page-footer-info\">\n    <a href=\"http://www.condenast.com/\" class=\"cn-corp-logo\">Cond&eacute; Nast</a>\n    <div class=\"format\">\n      <select name=\"sister-site\" class=\"cnt-sister-sites\" onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\">\n        <option value=\"\">Visit Our Sister Sites</option>\n        <option value=\"http://www.allure.com\">Allure</option>\n        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n        <option value=\"http://www.brides.com\">Brides.com</option>\n        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n        <option value=\"http://www.concierge.com\">Concierge</option>\n        <option value=\"http://www.details.com\">Details</option>\n        <option value=\"http://www.epicurious.com\">Epicurious</option>\n        <option value=\"http://www.glamour.com\">Glamour</option>\n        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n        <option value=\"http://www.golfworld.com\">Golf World</option>\n        <option value=\"http://www.gq.com\">GQ</option>\n        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n        <option value=\"http://www.jaunted.com\">Jaunted</option>\n        <option value=\"http://www.luckymag.com\">Lucky</option>\n        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n        <option value=\"http://www.reddit.com\">Reddit</option>\n        <option value=\"http://www.self.com\">Self</option>\n        <option value=\"http://www.style.com\">Style</option>\n        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n        <option value=\"http://www.vogue.com\">Vogue</option>\n        <option value=\"http://www.wmagazine.com\">W</option>\n        <option value=\"http://www.wired.com\">Wired</option>\n      </select>\n  </div>\n    <div class=\"cnt-copyright\">&copy; 2014 Cond&eacute; Nast. All rights reserved</div>\n    <p>Use of this site constitutes acceptance of our <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (effective 1/2/14) and <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (effective 1/2/14).<p>\n    <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a>\n    <p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast.</p>\n  </section>\n</footer>\n\n\n <section class=\"cnt-grid test-guide\">\n    <div class=\"cnt-grid-row\">\n        <div class=\"cnt-grid-cols-1\">1</div>\n        <div class=\"cnt-grid-cols-1\">2</div>\n        <div class=\"cnt-grid-cols-1\">3</div>\n        <div class=\"cnt-grid-cols-1\">4</div>\n        <div class=\"cnt-grid-cols-1\">5</div>\n        <div class=\"cnt-grid-cols-1\">6</div>\n        <div class=\"cnt-grid-cols-1\">7</div>\n        <div class=\"cnt-grid-cols-1\">8</div>\n        <div class=\"cnt-grid-cols-1\">9</div>\n        <div class=\"cnt-grid-cols-1\">10</div>\n        <div class=\"cnt-grid-cols-1\">11</div>\n        <div class=\"cnt-grid-cols-1\">12</div>\n        <div class=\"cnt-grid-cols-1\">13</div>\n        <div class=\"cnt-grid-cols-1\">14</div>\n        <div class=\"cnt-grid-cols-1\">15</div>\n        <div class=\"cnt-grid-cols-1\">16</div>\n        <div class=\"cnt-grid-cols-1\">17</div>\n        <div class=\"cnt-grid-cols-1\">18</div>\n        <div class=\"cnt-grid-cols-1\">19</div>\n        <div class=\"cnt-grid-cols-1\">20</div>\n        <div class=\"cnt-grid-cols-1\">21</div>\n        <div class=\"cnt-grid-cols-1\">22</div>\n        <div class=\"cnt-grid-cols-1\">23</div>\n        <div class=\"cnt-grid-cols-1\">24</div>\n    </div>\n</section>\n\n<div class=\"cnt-page-modal\">\n  <div class=\"cnt-modal-overlay cnt-modal-is-search\">\n  <div class=\"cnt-modal-close-btn\"></div>\n  <div class=\"cnt-modal-content cnt-modal-search\">\n    <form action=\"/search\">\n        <div class=\"cnt-modal-search-label\">Where in the world are you thinking of?</div>\n        <input type=\"hidden\" name=\"size\" value=\"10\" />\n        <input type=\"hidden\" name=\"page\" value=\"1\" />\n        <input class=\"cnt-modal-search-input\" name=\"q\" type=\"text\"/>\n        <button class=\"cnt-button cnt-modal-search-submit\">Search</button>\n    </form>\n  </div>\n  <div class=\"cnt-modal-content cnt-share-tools cnt-modal-share\">\n    <div class=\"cnt-modal-share-label\">Share This</div>\n    <div class=\"cnt-modal-share-item-title\"></div>\n    <div class=\"cnt-modal-share-sublabel\"></div>\n    <div class=\"cnt-modal-share-page-title\"></div>\n    <div class=\"cnt-share-tools\" data-sharetype=\"item\">\n      <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\n    </div>\n  </div>\n</div>\n\n</div>\n\n  <div class=\"cm-toaster\">\n  <div class=\"close\">&times;</div>\n  <div id=\"AMS_TVL_GLOBAL_SLIDESHOW\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Slideshow_300x100.jpg\" alt=\"Subscribe to Cond&eacute; Nast Traveler\" /><a></div>\n</div>\n\n  \n<div id=\"floatingAd\" style=\"display:none;\">\n    <header>\n        <a href=\"#\">close X</a>\n    </header>\n    <div class=\"content\">\n        <div id=\"AMS_TVL_POPUP_FLOATINGAD\" class=\"ecom-placement ecom-desktop loading\"><div id=\"layer_offer_link\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Floating_300x250.jpg\" alt=\"Subscribe to CNTraveler\" border=\"0\"/></a></div></div>\n    </div>\n</div>\n\n    <!-- This div is turned off by default as long as the css gets compiled and sent -->\n  <!-- otherwise this will show up with styles sent instead of the real css -->\n  <div class=\"cnt-sass-error-display\">\n    <span>An Error occurred while compiling your sass files. :(</span>\n    <br>\n    <span>Please find out what went wrong by consulting your friendly terminal.</span>\n    <br>\n    <span><small>We are sorry for any inconvenience this may have caused you.</small></span>\n  </div>\n\n  <script type=\"text/javascript\" src=\"/build.js?bdfcb8ba3\"></script>\n  <script type=\"text/javascript\">if (typeof window._satellite=='object') {_satellite.pageBottom();}</script>\n\n\n  <!-- START Parse.ly Include: Standard -->\n  <div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"cntraveler.com\"></div>\n  </div>\n  <script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n  </script>\n  <!-- END Parse.ly Include -->\n\n  <!-- Google Analytics -->\n  <script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n  ga('create', 'UA-26722459-1', 'auto');\n  ga('send', 'pageview');\n\n  </script>\n  <!-- End Google Analytics -->\n\n\n  <script type=\"text/javascript\">\n    (function() { var unit1 = \"cntraveler.dart\";if (CN.dart.onMobile()) { unit1 =  \"cntraveler.mobile.dart\"}CN.dart.init({adUnits: {unit1: unit1, unit2: \"styledesign\", unit3: \"shopping\"},kws: ['standard-slideshow','galleries','2014-12-08','marrakech-morocco-best-shopping-guide'],charmap : {' ' : '+', '-' : '_'}, contentType: \"slideshow\", gptCallback : function(event) { window[\"_cnt-feature-core_\"].globalBus.trigger(\"ads:rendered\", {size: event.size, adFrame : event.slot.b.d}); }})})();\n    if (CN.dart.onMobile()) {CN.dart.call('adCall_slideshowMobileTop_', {sz:'300x50', kws:[\"top\"], contentType: 'slideshow', collapse: true});\nCN.dart.call('adCall_slideshowBottom_', {sz:'300x51', kws:[\"bottom\"], contentType: 'slideshow', collapse: true});\n} else {CN.dart.call('adCall_0_', {sz:'88x32', kws:[\"top\"], contentType: 'slideshow', collapse: true});\nCN.dart.call('adCall_slideshowBottom_', {sz:'728x90', kws:[\"bottom\"], contentType: 'slideshow', collapse: true});\n}\n</script>\n\n  <script data-purpose=\"cnt-f-ecom-embed-data\" type=\"text/javascript\" charset=\"utf-8\">\n    (function () {\n        /* ensure we don't overwrite previous data */\n        var cnt = window.cnt_feature || {};\n        window.cnt_feature = cnt;\n        cnt.ecom = cnt.ecom || {};\n        cnt.ecom.placements = {\n          desktop : 'AMS_TVL_GLOBAL_NAVBAR,AMS_TVL_GLOBAL_HEADERCALLOUT,AMS_TVL_GLOBAL_NAVBAR_ROLLOVER,AMS_TVL_GLOBAL_FOOTER,AMS_TVL_GLOBAL_FOOTERNAV,AMS_TVL_GLOBAL_SLIDESHOW,AMS_TVL_POPUP_FLOATINGAD,',\n          mobile : 'AMS_TVL_MOBILE_GLOBAL_NAVBAR,AMS_TVL_MOBILE_GLOBAL_FOOTER,AMS_TVL_GLOBAL_FOOTERNAV,'\n        };\n    })();\n</script>\n\n  \n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/cntraveler.com2.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=utf-8 />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n<title>What the Airlines Did Well in 2014 - Condé Nast Traveler</title>\n\n<link rel=\"canonical\" href=\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\" />\n\n\n<meta name=\"description\" content=\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\" />\n\n\n<!-- Google Authorship and Publisher Markup -->\n<link rel=\"author\" href=\"https://plus.google.com/+condenasttraveler/posts\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+condenasttraveler\"/>\n\n<!-- Schema.org markup for Google+ -->\n\n<meta itemprop=\"name\" content=\"What the Airlines Did Well in 2014\">\n\n\n<meta itemprop=\"description\" content=\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\">\n\n\n  \n    <meta itemprop=\"image\" content=\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\">\n  \n\n\n<!-- Twitter Card data -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@cntraveler\">\n<meta name=\"twitter:site:id\" content=\"@cntraveler\">\n\n<meta name=\"twitter:title\" content=\"What the Airlines Did Well in 2014\">\n\n\n<meta name=\"twitter:description\" content=\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\">\n\n\n<!-- Twitter summary card with large image must be at least 280x150px -->\n\n\n<!-- Open Graph data -->\n\n<meta property=\"og:title\" content=\"What the Airlines Did Well in 2014\" />\n\n\n<meta property=\"og:type\" content=\"article\" />\n\n\n<meta property=\"og:url\" content=\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\" />\n\n\n  \n    <meta property=\"og:image\" content=\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\">\n  \n\n\n<meta property=\"og:description\" content=\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\" />\n\n\n<meta property=\"og:site_name\" content=\"Condé Nast Traveler\" />\n\n\n<meta property=\"article:published_time\" content=\"2014-12-24T16:00:00.000Z\" />\n\n\n<meta property=\"article:modified_time\" content=\"2014-12-24T22:42:11.970Z\" />\n\n\n<meta property=\"article:author\" content=\"Cynthia Drescher\" />\n\n\n<meta property=\"article:section\" content=\"Travel Intel\" />\n\n\n  \n  <meta property=\"article:tag\" content=\"Air Travel\" />\n  \n\n\n\n\n\n\n<!-- DTM Data Layer, the W3C-based data layer defined using object assignment syntax -->\n<!-- Populate all properties before calling _satellite.pageBottom() -->\n<script type=\"text/javascript\">\n  var digitalData={\"page\":{\"attributes\":{\"contentTitle\":\"What the Airlines Did Well in 2014\",\"contentID\":\"5499ab0ad85f4d6b4617527c\",\"onsiteKeywords\":\"air travel|airlines|airports\",\"pagination\":\"slide1\"},\"pageInfo\":{\"variant\":\"prod\",\"issueDate\":\"2014-12-24T16:00:00.000Z\",\"contentLength\":9,\"pageName\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\",\"author\":\"Cynthia Drescher\"},\"category\":{\"pageType\":\"slideshow\",\"primaryCategory\":\"Travel Intel\",\"subCategory1\":\"Air Travel\"}}};\n</script>\n\n\n<meta name='parsely-page'\n      content='{\"title\":\"What the Airlines Did Well in 2014\",\"link\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\",\"type\":\"post\",\"post_id\":\"5499ab0ad85f4d6b4617527c\",\"authors\":\"Cynthia Drescher\",\"pub_date\":\"2014-12-24T16:00:00.000Z\",\"image_url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a430a5d5e8e80720e6a6_1-jet-blue-mint-cr-jet-blue.jpg\",\"section\":\"Travel Intel\"}'>\n\n\n\n  \n  <link href=\"/css/slideshow.css?bdfcb8ba3\" rel=\"stylesheet\" type=\"text/css\">\n  \n    <!-- loading jquery, and other large and very common libraries via a script tag -->\n  <!-- in order to make use of the fact that libs loaded from CDNs will be in user's cache already -->\n\n  <!-- exposed via client/expose/jquery.js which exports 'window.$' -->\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv-printshiv.min.js\"></script>\n\n  \n    <script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-0d255d83e55dcc96a89fe2c30cac09525201bb3c.js\"></script>\n  \n\n  \n  \n<script data-purpose=\"cnt-feature-slideshow-embed-data\" type=\"text/javascript\" charset=\"utf-8\">\n(function () {\n\n/* ensure we don't overwrite previous data */\nvar cnt = window.cnt_feature || {};\nwindow.cnt_feature = cnt;\ncnt.slideshow = cnt.slideshow || {};\n\ncnt.slideshow['2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair'] = {\"revisionAuthor\":\"Lilit Marcus\",\"hed\":\"<p>What the Airlines Did Well in 2014</p>\",\"dek\":\"<p>Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience. See what moves the airlines made this year to make travelers happier.</p>\",\"channel\":\"Travel Intel\",\"subChannel\":\"Air Travel\",\"tags\":[\"air travel\",\"airlines\",\"airports\"],\"geoTags\":[],\"secondaryChannels\":[],\"secondarySubChannels\":[],\"contentSource\":\"slideshows\",\"items\":[{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>U.S. airlines competed to be the best at transporting passengers</p>\",\"id\":\"5499a42ea5d5e8e80720e694\",\"revision\":20,\"createdAt\":\"2014-12-23T17:19:42.715Z\",\"modifiedAt\":\"2014-12-23T17:26:44.150Z\",\"revisionCreatedAt\":\"2014-12-23T17:26:44.150Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a42ea5d5e8e80720e696_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a42ea5d5e8e80720e696_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a42fa5d5e8e80720e698_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a42fa5d5e8e80720e698_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a42fa5d5e8e80720e699_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a42fa5d5e8e80720e699_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a42fa5d5e8e80720e69a_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a42fa5d5e8e80720e69a_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":1152,\"width\":2048,\"filename\":\"5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a42fa5d5e8e80720e69c_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a42fa5d5e8e80720e69c_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5499a5d3df8f55bf042262a0_JetBlueMint-1-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5d3df8f55bf042262a0_JetBlueMint-1-1.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":853,\"filename\":\"5499a5c5a5d5e8e80720e6d2_JetBlueMint-16-9.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5c5a5d5e8e80720e6d2_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":620,\"filename\":\"5499a5c5a5d5e8e80720e6d3_JetBlueMint-16-9.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5c5a5d5e8e80720e6d3_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a430a5d5e8e80720e6a6_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a430a5d5e8e80720e6a6_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a430a5d5e8e80720e6a7_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a430a5d5e8e80720e6a7_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a430a5d5e8e80720e6a8_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a430a5d5e8e80720e6a8_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5499a5d3df8f55bf042262a2_JetBlueMint-1-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5d3df8f55bf042262a2_JetBlueMint-1-1.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5499a5d3df8f55bf042262a3_JetBlueMint-1-1.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a5d3df8f55bf042262a3_JetBlueMint-1-1.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>A full-on airline arms race broke out this year as both American and JetBlue (pictured) debuted their newest, shiniest airplanes on transcontinental routes. These Airbus A321s come with flat-bed seats for premium classes and state-of-the-art in-flight entertainment for all. Delta and United played catch-up, updating their older 757s with flat-bed seats in business class. </p>\",\"credit\":\"<p>Courtesy JetBlue </p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"1\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/1\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1vnTG2l\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Dated airplane interiors were upcycled</p>\",\"id\":\"5499a434a5d5e8e80720e6b2\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:48.148Z\",\"modifiedAt\":\"2014-12-23T17:19:50.602Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:50.602Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a434a5d5e8e80720e6b4_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6b4_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a434a5d5e8e80720e6b6_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6b6_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a434a5d5e8e80720e6b7_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6b7_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a434a5d5e8e80720e6b8_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6b8_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5499a434a5d5e8e80720e6b9_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6b9_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a434a5d5e8e80720e6ba_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6ba_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a434a5d5e8e80720e6bb_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a434a5d5e8e80720e6bb_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a435a5d5e8e80720e6c2_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c2_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a435a5d5e8e80720e6c3_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c3_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a435a5d5e8e80720e6c4_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c4_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a435a5d5e8e80720e6c5_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c5_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a435a5d5e8e80720e6c6_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c6_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a435a5d5e8e80720e6c7_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c7_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a435a5d5e8e80720e6c8_2-swa-leather-cr-southwest-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c8_2-swa-leather-cr-southwest-airlines.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Southwest, Delta, American, and other airlines worked through 2014 to freshen up their airplane cabins. Though passengers may not notice the new seat covers, communities on the other side of the world are grateful for the soccer balls, shoes, and other items made from the old materials. Southwest in particular donated 43 acres of leather to be reused in Kenya.</p>\",\"credit\":\"<p>Courtesy Southwest Airlines</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"2\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/2\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1tciejN\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Wi-Fi use was approved during all stages of a flight</p>\",\"id\":\"5499a420df8f55bf04226282\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:28.601Z\",\"modifiedAt\":\"2014-12-23T17:19:31.389Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:31.389Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a420df8f55bf04226284_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a420df8f55bf04226284_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a421df8f55bf04226286_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf04226286_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a421df8f55bf04226287_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf04226287_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a421df8f55bf04226288_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf04226288_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5499a421df8f55bf04226289_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf04226289_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a421df8f55bf0422628a_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf0422628a_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a421df8f55bf0422628b_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a421df8f55bf0422628b_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a422df8f55bf04226292_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226292_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a422df8f55bf04226293_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226293_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a422df8f55bf04226294_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226294_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a422df8f55bf04226295_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226295_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a422df8f55bf04226296_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226296_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a422df8f55bf04226297_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226297_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a422df8f55bf04226298_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226298_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>In 2013, the Federal Aviation Administration gave the green light for gadgets to remain on during an entire flight, but U.S. airlines still had to prove to the FAA that passengers could safely use their gadgets in Airplane Mode from gate to gate. In 2014, U.S. airlines made their case, and carriers in the U.K. and Europe followed. The new freedom to read a Kindle, use a <a href=\\\"http://www.cntraveler.com/galleries/2014-12-22/best-travel-apps-of-2014-apple-pay-hyperlapse-findery\\\">travel app</a>, or watch videos on takeoff is a victory over boredom. </p>\",\"credit\":\"<p>Serg Myshovsky / Getty</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"3\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/3\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1vnTG2m\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Airlines partnered with craft breweries</p>\",\"id\":\"5499a41bdf8f55bf04226246\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:23.446Z\",\"modifiedAt\":\"2014-12-23T17:19:26.933Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:26.933Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5499a41bdf8f55bf04226248_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf04226248_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a41bdf8f55bf0422624a_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624a_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a41bdf8f55bf0422624b_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624b_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a41bdf8f55bf0422624c_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624c_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5499a41bdf8f55bf0422624d_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624d_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a41bdf8f55bf0422624e_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624e_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a41bdf8f55bf0422624f_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41bdf8f55bf0422624f_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a41cdf8f55bf04226259_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf04226259_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a41cdf8f55bf0422625a_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625a_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a41cdf8f55bf0422625b_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625b_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a41cdf8f55bf0422625c_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625c_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a41cdf8f55bf0422625d_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625d_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a41cdf8f55bf0422625e_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625e_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a41cdf8f55bf0422625f_4-delta-sweetwater-cr-delta-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625f_4-delta-sweetwater-cr-delta-airlines.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Airlines opened their galley carts to new beverage offerings in 2014, with a clear focus on beer. Hawaiian Airlines partnered with Maui Brewing Co., United with Goose Island, Delta with Sweetwater Brewing, Southwest with New Belgium, Alaska Airlines with Silver Gulch Brewing, and SAS with Mikkeller to tempt travelers with more than the usual can of “whatever’s onboard.”</p>\",\"credit\":\"<p>Courtesy Delta Air Lines</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"4\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/4\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1tcibV6\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Ryanair turned on the charm to attract more traveling families.</p>\",\"id\":\"5499a41cdf8f55bf04226250\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:24.353Z\",\"modifiedAt\":\"2014-12-23T17:19:27.996Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:27.996Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a41cdf8f55bf04226252_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf04226252_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a41ddf8f55bf04226261_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226261_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a41ddf8f55bf04226262_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226262_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a41ddf8f55bf04226263_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226263_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5499a41ddf8f55bf04226264_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226264_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a41ddf8f55bf04226265_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226265_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a41ddf8f55bf04226266_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41ddf8f55bf04226266_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a41fdf8f55bf04226274_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226274_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a41fdf8f55bf04226275_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226275_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a41fdf8f55bf04226276_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226276_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a41fdf8f55bf04226277_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226277_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a41fdf8f55bf04226278_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226278_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a41fdf8f55bf04226279_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226279_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a41fdf8f55bf0422627a_5-ryanair-cr-afb-getty.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf0422627a_5-ryanair-cr-afb-getty.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>European budget airline Ryanair decided 2014 was the year to improve its image by taking a “family-friendly” approach. It ditched its <a href=\\\"http://www.bbc.com/news/uk-17036830\\\">offensive ad campaigns</a>  and calendar of scantily clad flight attendants, lowered baggage fees, increased baggage allowances, upped <a href=\\\"http://www.cntraveler.com/stories/2012-09-04/ryanair-cheap-flights-baggage-cheat-sheet-tips\\\">its bare-bones offerings</a>, updated its website, and joined Twitter.</p>\",\"credit\":\"<p>AFP / Getty</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"5\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/5\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1vnTDnk\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Dallas&#39;s smaller airport opened up</p>\",\"id\":\"5499a418df8f55bf04226228\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:20.134Z\",\"modifiedAt\":\"2014-12-23T17:19:23.121Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:23.121Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a418df8f55bf0422622a_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf0422622a_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a418df8f55bf0422622c_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf0422622c_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a418df8f55bf0422622d_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf0422622d_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a418df8f55bf0422622e_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf0422622e_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5499a418df8f55bf0422622f_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf0422622f_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a418df8f55bf04226230_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf04226230_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a418df8f55bf04226231_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418df8f55bf04226231_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a41adf8f55bf04226238_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf04226238_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a41adf8f55bf04226239_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf04226239_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a41adf8f55bf0422623a_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623a_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a41adf8f55bf0422623b_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623b_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a41adf8f55bf0422623c_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623c_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a41adf8f55bf0422623d_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623d_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a41adf8f55bf0422623e_6-dallas-andy-dean-photography-getty-images.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623e_6-dallas-andy-dean-photography-getty-images.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>The restrictive Wright Amendment, signed into law in 1980, banned nonstop flights from Dallas Love Field to destinations farther than Louisiana, Arkansas, Oklahoma, and New Mexico. The point was to encourage more business at the newer Dallas/Fort Worth International Airport. Now that the amendment has been lifted, Texas travelers can take advantage of lower fares, more nonstop destinations, and Love’s easy proximity to downtown Dallas.</p>\",\"credit\":\"<p>Andy Dean Photography / Alamy</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"6\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/6\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1tcibV8\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Airline lounges ditched the corporate look for sleek redesigns</p>\",\"id\":\"5499a417a5d5e8e80720e676\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:19.872Z\",\"modifiedAt\":\"2014-12-23T17:19:22.120Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:22.120Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":600,\"width\":800,\"filename\":\"5499a417a5d5e8e80720e678_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a417a5d5e8e80720e678_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a418a5d5e8e80720e67a_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67a_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a418a5d5e8e80720e67b_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67b_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":600,\"width\":800,\"filename\":\"5499a418a5d5e8e80720e67c_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67c_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":600,\"width\":800,\"filename\":\"5499a418a5d5e8e80720e67d_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67d_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":600,\"width\":800,\"filename\":\"5499a418a5d5e8e80720e67e_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67e_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a418a5d5e8e80720e67f_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e67f_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a418a5d5e8e80720e686_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a418a5d5e8e80720e686_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a419a5d5e8e80720e687_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e687_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a419a5d5e8e80720e688_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e688_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a419a5d5e8e80720e689_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e689_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a419a5d5e8e80720e68a_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e68a_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a419a5d5e8e80720e68b_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e68b_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a419a5d5e8e80720e68c_7-singapore-pods-singapore-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e68c_7-singapore-pods-singapore-airlines.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>The generic framed art and chairs better befitting a doctor’s office are done and gone. Some airlines, including Cathay Pacific, Singapore Airlines, American Airlines, and Delta, used 2014 to introduce designer seating, “productivity pods” with plentiful power outlets, and even buffets with healthful food for those holding premium tickets.</p>\",\"credit\":\"<p>Courtesy Singapore Airlines</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"7\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/7\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1vnTDnn\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>American Airlines highlighted classic Hollywood glamour.</p>\",\"id\":\"5499a414a5d5e8e80720e658\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:16.744Z\",\"modifiedAt\":\"2014-12-23T17:19:19.594Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:19.594Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a414a5d5e8e80720e65a_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a414a5d5e8e80720e65a_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a415a5d5e8e80720e65c_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e65c_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a415a5d5e8e80720e65d_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e65d_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a415a5d5e8e80720e65e_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e65e_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":788,\"width\":1051,\"filename\":\"5499a415a5d5e8e80720e65f_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e65f_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a415a5d5e8e80720e660_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e660_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a415a5d5e8e80720e661_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415a5d5e8e80720e661_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a416a5d5e8e80720e668_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e668_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a416a5d5e8e80720e669_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e669_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a416a5d5e8e80720e66a_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66a_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a416a5d5e8e80720e66b_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66b_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a416a5d5e8e80720e66c_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66c_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a416a5d5e8e80720e66d_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66d_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a416a5d5e8e80720e66e_8-aagrace-ad-cr-american-airlines.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66e_8-aagrace-ad-cr-american-airlines.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>Grace Kelly and Gregory Peck knew how to travel in great style. So American Airlines took 1950s images of these Hollywood icons flying AA and paired them with images of contemporary stars—Julianna Margulies, Neil Patrick Harris—to connect the glamour of the past with its new first class. The results dazzled travelers used to the usual ad focus on just the seats.</p>\",\"credit\":\"<p>Courtesy American Airlines</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"8\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/8\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1vnTG2o\"},{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"<p>Self-service boarding gates eased “gate lice&quot;</p>\",\"id\":\"5499a414df8f55bf0422620a\",\"revision\":14,\"createdAt\":\"2014-12-23T17:19:16.485Z\",\"modifiedAt\":\"2014-12-23T17:19:19.156Z\",\"revisionCreatedAt\":\"2014-12-23T17:19:19.156Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5499a414df8f55bf0422620c_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a414df8f55bf0422620c_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a415df8f55bf0422620e_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf0422620e_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a415df8f55bf0422620f_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf0422620f_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a415df8f55bf04226210_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf04226210_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":768,\"width\":1024,\"filename\":\"5499a415df8f55bf04226211_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf04226211_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a415df8f55bf04226212_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf04226212_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":258,\"width\":344,\"filename\":\"5499a415df8f55bf04226213_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a415df8f55bf04226213_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":640,\"filename\":\"5499a416df8f55bf0422621a_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621a_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":465,\"filename\":\"5499a416df8f55bf0422621b_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621b_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a416df8f55bf0422621c_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621c_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a416df8f55bf0422621d_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621d_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a416df8f55bf0422621e_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621e_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":188,\"width\":250,\"filename\":\"5499a416df8f55bf0422621f_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621f_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":127,\"width\":169,\"filename\":\"5499a416df8f55bf04226220_9-self-scan-gate-cr-kaba-gate.jpg\",\"url\":\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf04226220_9-self-scan-gate-cr-kaba-gate.jpg\",\"status\":\"done\"}},\"_embedded\":{\"photosTout\":[],\"contributorsAuthor\":[],\"contributorsPhotographer\":[]},\"contributors\":[],\"caption\":\"<p>In an effort to alleviate the confused jumble of passengers near a boarding gate, airlines added self-scanning devices at U.S. airports. Travelers simply scan their own boarding document, pass through a gate, and head down the jetway to the plane. British Airways and JetBlue are already using the gates at Las Vegas-McCarran Airport, Delta has run trials at Hartsfield-Jackson Atlanta International Airport, and United has installed a few test gates at Houston George Bush Intercontinental Airport. </p>\",\"credit\":\"<p>Courtesy Kaba Group</p>\",\"tags\":[],\"geoTags\":[],\"isActive\":true,\"index\":\"9\",\"slideUrl\":\"http://www.cntraveler.com/galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair/9\",\"joinedContributors\":{\"photographer\":\"\"},\"shortenedSlideUrl\":\"http://cntrvlr.com/1tciejP\"}],\"id\":\"5499ab0ad85f4d6b4617527c\",\"revision\":36,\"createdAt\":\"2014-12-23T17:48:58.045Z\",\"modifiedAt\":\"2014-12-24T22:42:11.970Z\",\"revisionCreatedAt\":\"2014-12-24T22:42:11.970Z\",\"meta\":{\"collectionName\":\"galleries\",\"modelName\":\"gallery\",\"publishable\":true},\"seoTitle\":\"What the Airlines Did Well in 2014\",\"seoDescription\":\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\",\"socialTitle\":\"What the Airlines Did Well in 2014\",\"socialDescription\":\"Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience.\",\"_embedded\":{\"photosTout\":[{\"fields\":{\"revisionAuthor\":\"Thomas Briechle\",\"title\":\"1-jet-blue-mint-cr-jet-blue.jpg\",\"id\":\"5499a42ea5d5e8e80720e694\",\"revision\":20,\"createdAt\":\"2014-12-23T17:19:42.715Z\",\"modifiedAt\":\"2014-12-23T17:26:44.150Z\",\"revisionCreatedAt\":\"2014-12-23T17:26:44.150Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":1536,\"width\":2048,\"filename\":\"5499a42ea5d5e8e80720e696_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a42ea5d5e8e80720e696_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":208,\"filename\":\"5499a42fa5d5e8e80720e698_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a42fa5d5e8e80720e698_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":224,\"width\":298,\"filename\":\"5499a42fa5d5e8e80720e699_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a42fa5d5e8e80720e699_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":718,\"width\":957,\"filename\":\"5499a42fa5d5e8e80720e69a_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a42fa5d5e8e80720e69a_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":1152,\"width\":2048,\"filename\":\"5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5c4a5d5e8e80720e6d0_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":935,\"filename\":\"5499a42fa5d5e8e80720e69c_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a42fa5d5e8e80720e69c_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5499a5d3df8f55bf042262a0_JetBlueMint-1-1.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5d3df8f55bf042262a0_JetBlueMint-1-1.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":853,\"filename\":\"5499a5c5a5d5e8e80720e6d2_JetBlueMint-16-9.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5c5a5d5e8e80720e6d2_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":620,\"filename\":\"5499a5c5a5d5e8e80720e6d3_JetBlueMint-16-9.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5c5a5d5e8e80720e6d3_JetBlueMint-16-9.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":620,\"filename\":\"5499a430a5d5e8e80720e6a6_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a430a5d5e8e80720e6a6_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":368,\"filename\":\"5499a430a5d5e8e80720e6a7_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a430a5d5e8e80720e6a7_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":212,\"filename\":\"5499a430a5d5e8e80720e6a8_1-jet-blue-mint-cr-jet-blue.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a430a5d5e8e80720e6a8_1-jet-blue-mint-cr-jet-blue.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5499a5d3df8f55bf042262a2_JetBlueMint-1-1.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5d3df8f55bf042262a2_JetBlueMint-1-1.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5499a5d3df8f55bf042262a3_JetBlueMint-1-1.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499a5d3df8f55bf042262a3_JetBlueMint-1-1.jpg\",\"status\":\"done\"}}}}],\"contributorsAuthor\":[{\"fields\":{\"name\":\"Cynthia Drescher\",\"id\":\"53da9d2cdcd5888e145c075e\",\"revision\":8,\"createdAt\":\"2014-07-31T19:46:52.512Z\",\"modifiedAt\":\"2014-12-24T23:07:38.483Z\",\"revisionCreatedAt\":\"2014-12-24T23:07:38.483Z\",\"meta\":{\"collectionName\":\"contributors\",\"modelName\":\"contributor\",\"publishable\":true,\"image\":false},\"shortBio\":\"Cynthia Drescher is the Editor of Jaunted.com and a transportation enthusiast, flying over 175,000 miles a year in pursuit of the eclectic and authentic.\",\"bio\":\"Cynthia is a digital journalist who first moved to New York City with the idea of flying anywhere and everywhere from JFK Airport. As the editor of Conde Nast's Jaunted.com, Cynthia has flown on aircraft fresh from the factory, scuba dived the Caribbean's largest shipwreck, and been the first to check in at some of the world's newest hotels. Her work has also appeared on HotelChatter.com, Jetsetter.com, Onboard.com, and Racked.com.\",\"secondaryChannels\":[],\"secondarySubChannels\":[],\"socialMedia\":[{\"network\":\"\",\"handle\":\"\"}],\"tags\":[],\"geoTags\":[],\"revisionAuthor\":\"Lilit Marcus\",\"channel\":\"Travel Intel\",\"subChannel\":\"Tips and Service\",\"email\":\"cynthia@jaunted.com\"}}],\"contributorsPhotographer\":[],\"publishHistory\":{\"entityId\":\"5499ab0ad85f4d6b4617527c\",\"revision\":36,\"uri\":\"galleries/2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\",\"pubDate\":\"2014-12-24T16:00:00.000Z\",\"revisionAuthor\":\"Lilit Marcus\",\"searchable\":true,\"template\":\"standard-slideshow\",\"expired\":false,\"createdAt\":\"2014-12-24T22:42:14.531Z\"}},\"contributors\":{\"authors\":[{\"name\":\"Cynthia Drescher\",\"id\":\"53da9d2cdcd5888e145c075e\",\"revision\":8,\"createdAt\":\"2014-07-31T19:46:52.512Z\",\"modifiedAt\":\"2014-12-24T23:07:38.483Z\",\"revisionCreatedAt\":\"2014-12-24T23:07:38.483Z\",\"meta\":{\"collectionName\":\"contributors\",\"modelName\":\"contributor\",\"publishable\":true,\"image\":false},\"shortBio\":\"<p>Cynthia Drescher is the Editor of Jaunted.com and a transportation enthusiast, flying over 175,000 miles a year in pursuit of the eclectic and authentic.</p>\",\"bio\":{\"html\":\"<p>Cynthia is a digital journalist who first moved to New York City with the idea of flying anywhere and everywhere from JFK Airport. As the editor of Conde Nast&#39;s Jaunted.com, Cynthia has flown on aircraft fresh from the factory, scuba dived the Caribbean&#39;s largest shipwreck, and been the first to check in at some of the world&#39;s newest hotels. Her work has also appeared on HotelChatter.com, Jetsetter.com, Onboard.com, and Racked.com.</p>\",\"md\":\"Cynthia is a digital journalist who first moved to New York City with the idea of flying anywhere and everywhere from JFK Airport. As the editor of Conde Nast's Jaunted.com, Cynthia has flown on aircraft fresh from the factory, scuba dived the Caribbean's largest shipwreck, and been the first to check in at some of the world's newest hotels. Her work has also appeared on HotelChatter.com, Jetsetter.com, Onboard.com, and Racked.com.\"},\"secondaryChannels\":[],\"secondarySubChannels\":[],\"socialMedia\":[{\"network\":\"\",\"handle\":\"\"}],\"tags\":[],\"geoTags\":[],\"revisionAuthor\":\"Lilit Marcus\",\"channel\":\"Travel Intel\",\"subChannel\":\"Tips and Service\",\"email\":\"cynthia@jaunted.com\",\"_embedded\":{\"photosTout\":[{\"fields\":{\"revisionAuthor\":\"Meredith Rosenberg\",\"title\":\"cynthia-drescher-headshot.jpg\",\"id\":\"5499d410df8f55bf042263ba\",\"revision\":14,\"createdAt\":\"2014-12-23T20:44:00.799Z\",\"modifiedAt\":\"2014-12-23T20:44:03.335Z\",\"revisionCreatedAt\":\"2014-12-23T20:44:03.335Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d410df8f55bf042263bc_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d410df8f55bf042263bc_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":156,\"filename\":\"5499d411df8f55bf042263be_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263be_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":298,\"width\":298,\"filename\":\"5499d411df8f55bf042263bf_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263bf_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d411df8f55bf042263c0_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c0_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d411df8f55bf042263c1_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c1_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":701,\"filename\":\"5499d411df8f55bf042263c2_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c2_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5499d411df8f55bf042263c3_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c3_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":480,\"filename\":\"5499d412df8f55bf042263ca_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263ca_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":349,\"filename\":\"5499d412df8f55bf042263cb_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cb_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":465,\"filename\":\"5499d412df8f55bf042263cc_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cc_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":276,\"filename\":\"5499d412df8f55bf042263cd_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cd_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":159,\"filename\":\"5499d412df8f55bf042263ce_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263ce_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5499d412df8f55bf042263cf_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cf_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5499d412df8f55bf042263d0_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263d0_cynthia-drescher-headshot.jpg\",\"status\":\"done\"}}}}],\"contributorsAuthor\":[],\"contributorsPhotographer\":[],\"publishHistory\":{\"entityId\":\"53da9d2cdcd5888e145c075e\",\"revision\":8,\"uri\":\"contributors/cynthia-drescher\",\"pubDate\":\"2014-07-31T19:46:52.522Z\",\"revisionAuthor\":\"Lilit Marcus\",\"searchable\":true,\"expired\":false,\"createdAt\":\"2014-12-24T23:07:41.275Z\"}},\"avatar\":{\"fields\":{\"revisionAuthor\":\"Meredith Rosenberg\",\"title\":\"cynthia-drescher-headshot.jpg\",\"id\":\"5499d410df8f55bf042263ba\",\"revision\":14,\"createdAt\":\"2014-12-23T20:44:00.799Z\",\"modifiedAt\":\"2014-12-23T20:44:03.335Z\",\"revisionCreatedAt\":\"2014-12-23T20:44:03.335Z\",\"meta\":{\"collectionName\":\"photos\",\"modelName\":\"photo\",\"publishable\":false},\"images\":{\"original\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d410df8f55bf042263bc_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d410df8f55bf042263bc_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-small\":{\"format\":\"JPEG\",\"height\":156,\"width\":156,\"filename\":\"5499d411df8f55bf042263be_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263be_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-medium\":{\"format\":\"JPEG\",\"height\":298,\"width\":298,\"filename\":\"5499d411df8f55bf042263bf_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263bf_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"copilot-large\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d411df8f55bf042263c0_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c0_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_16_9\":{\"format\":\"JPEG\",\"height\":786,\"width\":786,\"filename\":\"5499d411df8f55bf042263c1_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c1_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_4_3\":{\"format\":\"JPEG\",\"height\":701,\"width\":701,\"filename\":\"5499d411df8f55bf042263c2_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c2_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"large_1_1\":{\"format\":\"JPEG\",\"height\":344,\"width\":344,\"filename\":\"5499d411df8f55bf042263c3_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d411df8f55bf042263c3_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_16_9\":{\"format\":\"JPEG\",\"height\":480,\"width\":480,\"filename\":\"5499d412df8f55bf042263ca_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263ca_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_16_9\":{\"format\":\"JPEG\",\"height\":349,\"width\":349,\"filename\":\"5499d412df8f55bf042263cb_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cb_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_4_3\":{\"format\":\"JPEG\",\"height\":465,\"width\":465,\"filename\":\"5499d412df8f55bf042263cc_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cc_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_4_3\":{\"format\":\"JPEG\",\"height\":276,\"width\":276,\"filename\":\"5499d412df8f55bf042263cd_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cd_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"xsmall_4_3\":{\"format\":\"JPEG\",\"height\":159,\"width\":159,\"filename\":\"5499d412df8f55bf042263ce_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263ce_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"med_1_1\":{\"format\":\"JPEG\",\"height\":250,\"width\":250,\"filename\":\"5499d412df8f55bf042263cf_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263cf_cynthia-drescher-headshot.jpg\",\"status\":\"done\"},\"small_1_1\":{\"format\":\"JPEG\",\"height\":169,\"width\":169,\"filename\":\"5499d412df8f55bf042263d0_cynthia-drescher-headshot.jpg\",\"url\":\"https://us-east.manta.joyent.com/condenast/public/cnt-services/production/2014/12/23/5499d412df8f55bf042263d0_cynthia-drescher-headshot.jpg\",\"status\":\"done\"}}}},\"href\":\"contributors/cynthia-drescher\"}]},\"relatedGalleries\":[{\"id\":\"54a6ecfd5c9619d41d84078a\",\"uri\":\"/data/galleries/2015-01-02/10-reasons-to-visit-ho-chi-minh-city-vietnam\"}],\"template\":\"standard-slideshow\",\"joinedContributors\":{\"authors\":\"<a class=\\\"idx-feature-tout-contributor-link\\\" rel=\\\"author\\\" href=\\\"/contributors/cynthia-drescher\\\">Cynthia Drescher</a>\"},\"publishDate\":\"December 24, 2014\",\"slug\":\"2014-12-24/what-the-airlines-did-well-in-2014-american-jetblue-ryanair\",\"shortenedPublishHistoryUri\":\"http://cntrvlr.com/1tcibV2\"};\n\n})();\n</script>\n\n\n  \n    \n    \n</head>\n<body class=\"standard-slideshow\">\n  <div class=\"cnt-page-header partially-expanded\">\n  <div class=\"newsletter-signup\">\r    <div class=\"signup-container\">\r      <form name=\"newsletterForm\" action=\"\" method=\"post\">\r        <h3 class=\"hed\">Sign Up for Free Traveler Newsletters</h3>\r          <fieldset name=\"email\" class=\"email\">\r            <label for=\"newsletter-email\" class=\"newsletter-email\"><span>Enter your email address</span>\r              <input name=\"newsletter-email\" type=\"email\" placeholder=\"E-mail\" value=\"\" />\r            </label>\r            <div class=\"error\">\r              <p id=\"invalid-email\" class=\"msg\">Please enter a valid email.</p>\r              <p id=\"server-error\" class=\"msg\">We encountered a server error. Please try again later.</p>\r              <p id=\"select-news\" class=\"msg\">Please select a newsletter</p>\r            </div>\r            <p class=\"disclaimer\">Will be used in accordance with our <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a></p>\r            <fieldset name=\"newsletters\" class=\"newsletters\">\r              <input id=\"formName\" name=\"formName\" value=\"shortForm\" type=\"hidden\" />\r              <input id=\"application\" name=\"application\" value=\"newsletter\" type=\"hidden\">\r              <label for=\"newsletter-id-5107\">\r                <input id=\"newsletter-id-5107\" class=\"newsletter-id\" name=\"newsletter-id-5107\" value=\"5107\" type=\"checkbox\" checked=\"checked\" />\r                <span class=\"box\"></span>\r                <span class=\"newsletter\">The Daily Traveler</span><span class=\"description\">Daily inspiration</span>\r              </label>\r              <label for=\"newsletter-id-135169\">\r                <input id=\"newsletter-id-135169\" class=\"newsletter-id\" name=\"newsletter-id-135169\" value=\"135169\" type=\"checkbox\" checked=\"checked\" />\r                <span class=\"box\"></span>\r                <span class=\"newsletter\">Travel Intel</span><span class=\"description\">Weekly news and advice</span>\r              </label>\r            </fieldset>\r            <button type=\"submit\" name=\"submit-newsletter\" class=\"btn submit-newsletter\">Submit</button>\r          </fieldset>\r      </form>\r      <div class=\"success\">\r          <div class=\"msg\">\r              <h3>Thank you!</h3> \r              <p>We've sent you an email to confirm your subscription.<p>\r          </div>\r      </div>\r      <span class=\"close-btn\">&times;</span>\r    </div>\r  </div>\t\n  <div class=\"cnt-header\">\n    <img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAAA+CAYAAABOfwtnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJBRTg0RUZFNkI2MTFFMEI5Qzc4Q0EwMUM0Q0M3NEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJBRTg0RjBFNkI2MTFFMEI5Qzc4Q0EwMUM0Q0M3NEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkFFODRFREU2QjYxMUUwQjlDNzhDQTAxQzRDQzc0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkFFODRFRUU2QjYxMUUwQjlDNzhDQTAxQzRDQzc0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrBsJLoAABkQSURBVHjatF0NiF3HdZ7zdtkiUNkiWFARbFBR2VapwgYFBQcFFQWDioyKwaWgoKIgo2DjYGGIsVGwoThYxETYxFhIWFgk2DS0xNg0ZEloiEiwsbDI4kcfiC4VFRgEgsULgqULy+n83Xvn55wzM0/qXe6+9+7PzNyZM+d855szc+Fv/vqvVN2Geoe28+APN6fnz5H3h/claUTXY3CQ3A76z7t6/zxOD/fqf7v8vTdV0yaUb+p65tNB/QfFdgkrBxrrsTavKZ41a6/4/lm9P6P30w8kmDYT4jyS930t+T2j9zO+DIteWIxAXND3387vFxoJw/PFivrUf17Qd78YXK/LA7/zZbkYCedQma/o/Zg/+pref25PALyt62FZf/+B/rES1z4UOiv5fLv1fsIf+63e19L20MLytv5YFtI7p//9Qc4HaHnO7gBB8KFSCIP7kOgcQR8ywrlH/zpI9i4yUUkIE40HIDRGn85P9P5UcGKP12r/qK/5uv68xfeyIU/gtE2TQNjPJ7xgXtf780yj7Q007zNOOO2zLvnju8j0sUVL2s99+t9lf+LbTjize5Zc+4XPGl0zL3fsFk2PyTNVat6sTBCfDOUk+BzFGQUNGgp4QWtlmaYZ5Qe67cAgmKh7N35Jf/muL8u81oYvpYXAavPRak77shrBuqL3f9D7NinZED3LYf17H5U38s9dsFBYUdfhoVT4oSBYklrDYKeupbRkGRLwJ4DptL1wIi1cEKhzqK1cpmCgYsF31x4KLrqmT95xgoFbPt8lf8MOvX9f7x/pY8Yc/0rvjweF/J0z03hKf/5Y73/U++/1/qjT6nYz0OETf+51otwzTgvCSW9J3tX7SdlSqHv+9lNUPeiy7tT/X1WuzJ/5cp5KGvWML+tn/rrzep/zGvztINFXPBTZSSmfaTorZrgcBAHE+v5VVYZSJ3BmnXdkRNXcqK0yJWKvnQvu3Qy+f9efW/cH3nFm3m5b/pzBfN9xQo0ac4E2X/BW1HiIv9D//1zvjwQNvaF3StMZoX7W/zYa02DPR/Wnxn1wkXnOn/l7jMD9c16B8Cv99bCvO11uMOU+4jvCNQ8JDKy57/HkQbfDjBf8pSDTvX6fsWKFA+qsc4byc/Agzm6Nc1Z0aEGEF6Nq7StWBJZ7FsgPlWzXvGn9N4//OsHUjov6E4cH7T3nk8RNg37LYkDnHBnNZe4/HqT9Fb+HvXfeC4rZ3vCd9uc+7fP0c9j7TH4rXmiOxD0Q9lqT7w59y5d7EmhxFWhR41B9VX++73+bjndJ798Mcv62z31jwNgl812rSAQ17C0eVmjOzMKi1FFAgHsunVF0ghVMFAQNK3AOirILZAH734vBsbH/nPjCLiTXfuy8WvwwYQMWgt939K23Exy121+nrAPmGsTnZZ2bHbFJjxyC9xJB645vOPxs9xtea64nTsq2/zytz7/rPX9z8zeq7CdIEKpC8FLngroekfHUGeVUUmzA+So5Y6CFE17sz6Lx7RFy8AF/RstNJJjj+B6TDnT3h+kyar6GMoLCp1TpVPn7+wJ4od7yauKV4NicUC6j7TYdRoTAM7aCeMNpQfwv/fm/VpPGBbjgYcqMw7fqI71/kMOOWnyHBUUwjZNYgz2hHgRjLUjF1KwD0fNKBYdparFUYc7BAfUv9CUBmIYQHCCjBbCljS54LvaxQPNtClZk0wooWKx7ILhmt38O7biBIfmf9sIalktrePxLj127+07ozw8CTd5QdiiYyxo8iZUKgrV0RK5IsRwF5yjDnJiYLhTVOIrnQai0frsbfO+0hTbBeMQ6Bqi/g9Ysg6aeGzQZOMcFQ8QDOa3ROziBmcdQE9pnuR/8/twT74c8x/jWYH6RI6zfix/NXvOIx7Jm+57+fikw6911r3pMa7SvFlLwcAT2x/wkFvo5NtJRkrRnjEqTk0VDgJAFArJDIZHmbLGgwgOByJ1V1AnaUY91zy2ed5oHDgT3G8fGwIUN3RHm9UM/4zQSHA8wJk+pDcUbB2d/TJhpQ2FpocQ9+vdpb2pP+gtuDsLJDiuueGcswMCGfYCAz4Udg1nvN9MBjvrPc6ofRrVpbSTC/JRnIq758pG8KqRQp2ogJRmwwGmcLKhQUrzjTV01or1lqDAFRY9b7t2u3BuO7DZmzzgM8MRAn+Cber/iTerT4Kimo16T7fYCdY52vjKTc9ULn3LUD56MtTZuO1oKNjydc9lrcnPNkwSnlpq47cG774//IfDOLztuFleTdF52NJKhwiwEeMr/ftIPANxy6YDygn05cs4obzltD5SkguG3WQ+5lVwVsD9phGInb7bOE0u5q9wRgWLPIYa6XJmN9vwL/eOY95q9JrKEfHerNpuor4NjXutpzYIrAzeK57w3vObTvuGxonJCCUYDfVl/dsT9itdWJr9Vf89vnGm1NM4Or7VWnLBktMtVR2dFGPLiwCaAOX5fV/bXwXW4Ofechtqy+a4HAvwl/f2Ev8ZoxF/q3/cCOPJN31GODhqZqc9MULlgHIrOgUYrCA3mHip0HGSQFOKoJFYNG/zzBd2hepMw1l+/Uh1VA6p+VK+Fiy0Sv6184DTbw4pGoho+I6t/H8GFdHwdtGOHRuDzfMgoI2AYJ3yYz0zFb2ABc/YD8ChiCEQC26Bq6zn0w/oRErtpDYFam8Fd/t4M/M/pwhl8t8drxS7/Ow474r06lgEfUGChIq3+uHF+lr1W7c4Zzbqq+igkqCDPGZpMCLpIBHPZ7pGzaGHNqj5258EEk3KQrQVZ9uXV+cDaAIPc9bFwYik0Djx7AwWvsD/2Rex1RucueXrFbMbBedU5Dll673kTfZ/nRs14uDqr7CjNUKZYM9hjaw7LWupmPXGSniuA+z/Vx+8LDXLM4crsWX/paakw+f3atL7gocwCr/4tBaU9efwh2UmnIkMjrXVI/3zBQ4Z52szb62+7OsOLHpcTAo+fOWeWFJywDo76+l4mNPLEyQRc7x0inuSuIVChwraK3KPxjv994Aiz9E56YnqGwDVm9EibNXzXCWbKJmTPZrCbCfr4LL4eJxUjL4sFATjAVNQkKMycJ/n/U7kRpQWaw+1vMBbABKP8t/58oZ47lrhr+8Vo6V/oJD7R6TweC2ZC+7mIJzMU+5L+8T+23FByltjtuO/Ay8wjGCvya0fDKWJsvfWhhfMDKc4Okxms9Dbd3JHgH/UjMOHtXjBNGi1g3laqafT/UCZqyR2bROdRUUT2Yiy8mUOyj8wLPI2FViB+raLY1TQv1iPe4SwLvp7Xr8CaZEn1gwMfOaGUlApQTaaFGH+qjz1XB32ijm7q718HGg+56+Y6mYhC5jAy1dOaDUl/ZeOrP3LRPyoj2CBP/1QgMIZI/yASGJEwJktm8n1Xf93jvGwssAxdXmwA9QEyT8vT2mOvx9p6Go/YRkCd7qsRgKg3iOm6XBu/43lXRskU6B8nH9osw9GyMoOQ1jsf02BJnphp0MOjJOS/kedsCKHLFcKjTn1XBjDbUSPwggxnVTQ1AVTLvJtgW3CYy2BJuJOYvvRZF+nG6DvzElGWbWfW7aDBmbzu2jq718Sv6wbfHQtLaZix/35GDdNL6nAp3zbvOGEr1TF0Hfd0IzFyZFQMkqgSHOkhvVbOiHE6epwn+I032wlI6LxQHcaQ9zYm9Ac62Rt8F7PXnrZOG6hJ4Vn3CmbXCMsu4lbjgW7pfM4LGll5r/xl7/j9UHVBzNTzoSkrPDUFc2DiU1+iT/fXGIbgeV93F2MnNNsW1TCKVpKfxX7omYWp+SyJWT4qSFWSrAzR3gcicSR9n57xSO+4B7AUkDDyAXt0Q+8EN7eGEyJTsVd6Tx1NGBpqbAqH0vxhcA6O+2HSY4UK5vDzElNlJs0lnc8jgkUy13xjEAR7jRkd+zSuDwjT1R0KX5ZnnmZ01uEOmkQsBkZDsH+v4qHRq/qCT2KaK9pO+WtUeZiyDyOceAZnf4wis/t3jWhhQ0YoZfMRhf0XZ+ba9D62UTmgGwfs6MzHlAAHIH8XZEIWbYZuuZZgLxOB/kaBNTgycGxs51ykg1k6jERG6Uw4gcchUudSrqHQ8H4/4zWSLcs+3miRMRLHaEXRf38jFEzsyw8fCpXySGTaSQauL5hRQl/2HdF8nivE+c6PykCc0BRAYy+oINsTD/OiHY5z/cGFnokuFe4UBMFs110FZ0+8ypvkHhNNsmeLA2P3KC6MzQF4WiuCOiRaA0xgx2BmV2laLhqwaLHuhwqd72asiPt8V4UGnYuwP4qy9KYaAluUj3eQ/L8dozbqqAtmbfTqgwaPBdgENmCsMaCIcefjDhOZlM9zRyyYiMbUBDpqaRI7GVmNzzjekXzmJUZbjXVd7eMbF72pQ4ryWeedExgcMChit+7wEl23fR2u51nBUA6I6jPc9vJWNzqeWqb7NoZAmNYxEr1v4LhNaWSI0Dxkg3cNE6WxnfN+2bYjVuxRcPQWo7m3CnP+571pvU1TJyHuBMoCUJpzyzk6sKtglbZo4cNNwQHznTQTaAlH7c6ppY4BgI5ZoAziZmR+86bZlUM/KurJBN9ksGpTitofJcOAWcOiOH1TmKBEhq6Fva+W+kEex3SxADWh//KU1fkAIxa8zszs7XQaNdsmvsHna3lirIlC762QD2TGolB6OIQz9VQ1Ch00g1TzfBwwCDJTbpiRXGkozPKjClEV/U4Gl6CoXTjhr5I81RB7OBGvN6NSkHQmUAdYvOnSmQvrM1poIaZxCusQYSIsJngZVc20CccPN0ynARCwYCZwOwXHreDPJHBRkWa9tueqgmevKgqDpOYFiYrgHRlGi0sT3lCqvLH47KiFM4/62ZczCx3GyjtrNNAhTodJ50i1xrKB0EYgCx5K1HMpZqIKYmTlQaLNRzSfKAgoqArtiBU9J4yOAcZDTi1MzTItIDgIRTMzkRtALRKU0IGYWehx+bisxUE24T0lJ80JAs5RkSQsxG2C7sHG9JQqx85ypcyXQZqtk2xUTCBA0vsTAUFQ/Ow+oHDNmv5+RXgAM5LyW8WPXNzIcVjtvCi73fJTLmaY6xeJMi3RDZNqzpr8OZUlLaAALFSirVR4SIqWzxgNjh/N/Ymaxd9cHmPHpKAixtfXZuvGoJmHQOQLgzUYI9OiN3oB462WOX9VXh2tJVAYEnrDjFbB3pJDRHvqENIkt8smrlTu2qkvglUqhj9ClU9AT/sgItoxEWYAmnp0wv+Y1DlGrNqFSvyArZPjKE3AmAosaRdUJSzQvtIbjAUsPZ9433OO58tgwDjugBz+a50wJphMKHjLEONyrPIXamAJkmIC5KQ5yOlI4AduZmmpxX5cHHu42miioJp/I4UUlUqj2Bs0pFnAVR00oyKA0C2OVUldWdx5QsB5iy7ErifCZ4gyjcuasE/7pBomvKmK+NBEPkDoS6GmiilDYhGvs/Hv/vkPlb3tgn8Wac/kXqF/5GYdw0rA8kpmILMIbg1ZSCCAYB7IkaRiKN8+t/yhDbAw62XuKCsG4PrFpJDfYuDs7Ge026TBJL9axp5EEuQaqPX4GnOa8DLNglDOl4qELQiyEZQtMA/BzyKdlTEJtGl5zgtDVYFDp8GLaOJBf6TSaHikzH9Bc9ILMAi408VwhtGwQX7jgSIJO7gw6zErmXCeVBotU3U5q1TZBpjzs+XlD1Foa1pIR81wcToJZa/B6Qh0403/RCf8kcpX0SBorhqiOvPYOWW7GFT0flqItOYEiAimME8oTFMuu6dQQemAwEdjgkUp65TidqwoE1e1SLQHFpXTqJGOUnJgRqmn5c4JFIe0yEo2c1GeqSu0jRf9ENMlxTl6xi3MdVtw/haDil4iGtQEmdyNrUTN4lhYic8LRHzJMcocmbKQyKOENQ4nROR6rSacrXAQKnpE6f5sKi9zvOjomH8mCvxx1kQ7PDR2dJONRTSCZtZZ+oKuQxJzT3KHpL9ucdDesJ8o37iRgH5MuXnbih7l4l4SEE5thorsiuPfX2u3YLY8d6vNLtYyEJlwUgs/lRYEgJIn2qCGkwah38Rhpge/EHuBKcFmBBLMywa26srCRqefYLjexR57glnEIVNek7qOhqEw3wnzwFDJYOMCWSLeFNvzpnSeZk8kRyvJM3GiapTbKDaXWCGYkoteIt4biPEse1u+Y5FZxYw/Myb5O6oPkatpRBKLSfOJuqDjA4xFG5dVhhQPC8kUCiyonprFXKsskuKXP4QAfsnRY/XLH2Im+qmQj3JytNY7anmdyDTkMqXB4XChXGYR1/V6toF9Zil0zgcdqyXm/FjGzS24iysfCOZfWldQwIcZiijACii1H1aIDrAuoDk2wmaByj23eo9bfrUHn0dfUfsKXvfNHBPjNB2oi8XkNJfx2PczZZlkGHhqpqPUwCA7jsg5T9CQlTB6ByUnj2krVMTIUN6pZkGMeKkjdqH46o4Uc2ABo7Kc3XyBJ70jY1pV+5w+ij2dfhHiTlgiGvxOt5ZQTEw3vvTKbbojwvdZbIZdjIGQXhFNUZgva5tD+vcZ8pz7uaI/31dVo4ilQJW4qWbLWKT08lMuECBpGKwIRijbgR2FCt+sc96kXh6Z9iXmWuMU7SdGWSY0yU0xCkVYY+bCnxUUh3mNzdV6oYuflY8ySkfOYJ++9KwgSOsWTlU5xDWDLxEJjwV5iSsZEesyw1p8VbMuZcY1MvipNJ2kxkkJTTu7ns9znp5K0xvzuFGie1rWDm3o4KhYeAHVU2JUfX7AmfRapy5ug1GuZuWcgfCqWrAS+8YLkDCpJGzAYh8UvcsiXBlnkU9Dtgv5anThsOU0DmENXpvGueSW3+Y7J07r2EbICYnRpxI+jS30qBL/CKICFZWTjggBDZKrXx1T0kRcXpVhYhCaaGigu1xACFZ5zkp2ZlgivnVaDAijeslCGBkdhNOJRxZLMZ2gj9KHRvGFmdjQ61ueCijTqR7+ctiVnKuzIrcGj11x5j1Mylx7K3MQm5QgpW1QVa8Cxye7zbUVPOhACoTTsbFMWclsS5TlKDyK0cs6a4VsCj5UwrcVMypRWDCsrixQwQXCVidsfBmje9acQ5ZSLrjR1HGwwgw6Gml9QGRFKu++iubHP6DZjo9tBM4TUc+FCXYZA4CUcIae54O8lQ3rLNcD6T4WL84wmSzUP0akWSe0uSXX8mRgALdcdp/GXJYmeGZCfD0i3h182SoNd1fUvpAutdOnuZNPvgt0wcRvqXiLXgVVOWrDRjXqjxlzxdppCCIfuVUozx7GrJALuyK3Qgk5UsR13H6F4TFTFbcK9bSQTeVwxdnFEvn9i2ObTPtqXs+RxlqgoZWalwM2cDWfMgMClUeF69HCO8oSfOhvQCm9dRZVeZZhv20U1N7h4RXM0QOcofAm/0YQboxdnHOfryvvLvk4r8tIuywzQpsskIWp6bvBT8smpekm3fF7YTxIwxZcFrD75rBkOdDUEEjR9LJpHU1luadaaFYJr2AurLkUecNi73lCn15OOoN5++9xeaiNLfOYtwogXAtB0IZ5XY3apid62e1Z5Za0CTdPwLMWyWjju7xaJQVihS2/w7nPqnwVvQP+rXqc8F+nnUZg8DkytBN9/2z1wvPTT6VQ/Ovr+jC3suPithuFl46a2ZAfeW1lgowPuYBgaKdP3bbmHIn0Ra5Z3lvOuyfXvzdz8VeUe5MEdb8ZhfrUCY+d62461+OqWyk5Whugv++KXB5yuu0Nb9oZTYiPaiXxiX8f6W2nSfEJ/2Y8rn2u1AecMeXEdPQRQ+FsecUcFmgOVcAaJeK72FF+418gtYvAPl2aZlH8o0QetxQTSWRZCgSaJkFcy4OKs7JO3KsAmbn9Cl4bhJPE0kturJ7AavmsRTNceC0vAzc8jCEne1F//pRtJ4xeUqboYWsIO+6H/DwhSaEx8oYi5qylY0rCXBJEbliwqJG3fEMTJLOIV/1Lnmq9/4hMJk17UlMTXv3aY8b8vVm3zhAlaFGa3/Pv8lTNE9zQ1sH7WD0lhHW2jSn/p3yuVcsgSjnDxhGiaQM36HSQj3iX8O3F/tUswDgMOWZ9kcZGVdukXL04ruCCn/cvhK2gWNiOfUHZN9qhYtdCZZVBn8+TYF8cK42tY8IcRHW77TqIgU41C4lxaZdlbVTPZdYM4pdfFJ9pLOSIZHadny0t0H+nj9+S10HHQCjM66bTBsUCV5t67CjIHUwqnMVN/YxmvtBrqptCAqIQJSwFPm07GaSWDip81MgymkVc/1b14XbSwmKZeb7np8BcKis0hniH+jHQ2ZT1Y4azti0Vkc1pSV9XkgnIqi7MzhirRA+7FZtWAjdFC071SZjXVH9V2VfeWZpogaiI617TrARk+E1aa6FkGVbdfUBTH9hfU8Tj4F5R/bxv3Of0JWae0qLgMBgny7zH/Y3elGOG52/1i0gU6bf++Uxo4ZM2XQBTjmMqepGtSuvePP97zhHD+4wimKhoZekMr95vI3rAvNJ6ST38MWzJgywENguxjsSLVrvrD3pnZ6dyLwm4p4+ttZeRO98SjN287fWdazlQBKueKvr8/7dNVMoamHJ0zt+mZw9ueye0wUoK+ZIT3ej7/k+AAQAZ/o5/Hrx2DQAAAABJRU5ErkJggg==\" class=\"cnt-print-logo\" alt=\"Cond&eacute; Nast Traveler\" />\r<div class=\"cnt-header-bar\">\r  <div class=\"cnt-header-bar-left\">\r    <button class=\"cnt-header-element cnt-header-menu-btn\"></button>\r    <a href=\"/?us_site=y\" class=\"cnt-header-element cnt-logo\" aria-hidden=\"true\"><span class=\"cnt-site-name\">Conde Nast Traveler</span></a>\r    <h5 class=\"cnt-header-element cnt-site-tagline\">At Home in the World</h5>\r    <h3 class=\"cnt-header-element cnt-header-content-hed\"></h3>\r  </div>\r  <div class=\"cnt-header-bar-right\">\r    <div class=\"cnt-header-element cnt-header-sponsor-logo\">\r      <div id=\"adCall_0_88x32_frame\" data-cb-ad-id=\"adCall_0_88x32_frame\"></div>\r    </div>\r    <button class=\"cnt-header-element cnt-header-share-btn\"></button>\r    <div class=\"cnt-header-element cnt-header-social-share\">\r      <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\r    </div>\r    <button class=\"cnt-header-element cnt-header-search-btn\"></button>\r    <div class=\"cnt-header-element cnt-header-subscribe-btn showForm\">\r      <div id=\"AMS_TVL_GLOBAL_NAVBAR\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a></div>\r    </div>\r    <div class=\"cnt-header-element cnt-header-subscribe-cover\">\r      <div id=\"AMS_TVL_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement ecom-desktop loading\"><div class=\"header-callout\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a><p>Subscribe Now</p></div><div class=\"header-callout-img\"><a href=\"http://www.cntraveler.com/go/failsafe\"  target=\"_blank\"><img src=\"https://subscribe.condenet.com/images_covers/cover_travel_80.jpg\" alt=\"Subscribe to Conde Nast Traveler\"/></a></div></div>\r    </div>\r  </div>\r</div>\r<div class=\"rolloverAd\">\n   <div class=\"content\">\n        <div id=\"AMS_TVL_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Navbar_Rollover_970x250.v1c.jpg\" /></a></div>\n    </div>\n</div>\n\n\r\n  </div>\n  <nav class=\"cnt-nav\">\n  <ul class=\"cnt-nav-channels\">\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/food-and-drinks\">food &amp; drinks</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/restaurants-and-cafes\">Restaurants & Cafés</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/bars-and-nightlife\">Bars & Nightlife</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/wine\">Wine</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/food-and-drinks/cocktails\">Cocktails</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/12/543b04baf2f192ac5aefe92b_pizza-bianca-naples-italy.jpg\" class=\"thumbnail\" title=\"This Is What Pizza Looks Like Around the World\" alt=\"This Is What Pizza Looks Like Around the World\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-13/this-is-what-pizza-looks-like-around-the-world\">This Is What Pizza Looks Like Around the World</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/10/5438537600ac583c0af22cd8_yatai-food-stands-nakasu-district-fukuoka..jpg\" class=\"thumbnail\" title=\"Junot Díaz on Fukuoka, Japan's Next Great Food City\" alt=\"Junot Díaz on Fukuoka, Japan's Next Great Food City\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-10-13/junot-diaz-on-fukuoka-japan-s-next-great-food-city\">Junot Díaz on Fukuoka, Japan's Next Great Food City</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/06/5432c79588114e6e3ffce7dc_candylicious-sentosa-island-singapore.jpg\" class=\"thumbnail\" title=\"Candy Shops Where You Get the Willy Wonka Experience\" alt=\"Candy Shops Where You Get the Willy Wonka Experience\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-08/candy-shop-roundup-where-to-get-the-willy-wonka-experience\">Candy Shops Where You Get the Willy Wonka Experience</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/13/543c536c00ac583c0af23131_best-italian-gelato-6.jpg\" class=\"thumbnail\" title=\"Italy's Best Gelato\" alt=\"Italy's Best Gelato\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-14/italys-best-gelato\">Italy's Best Gelato</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/style-and-design\">style &amp; design</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/fashion\">Fashion</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/shopping\">Shopping</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/design\">Design</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/architecture\">Architecture</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/street-style\">Street Style</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/style-and-design/beauty-and-wellness\">Beauty & Wellness</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/03/545803a611d06c376c7284a8_travel-one-year-day-bag-1024.jpg\" class=\"thumbnail\" title=\"How to Pack for a Year of Travel in One Carry-On\" alt=\"How to Pack for a Year of Travel in One Carry-On\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-11-04/how-to-pack-for-a-year-of-travel-in-one-carry-on\">How to Pack for a Year of Travel in One Carry-On</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/30/54a2b566df8f55bf04226df8_french-crown-braid-travel-hair.jpg\" class=\"thumbnail\" title=\"5 Travel-Proof Hairstyles for Long Flights\" alt=\"5 Travel-Proof Hairstyles for Long Flights\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-30/travel-proof-hairstyles-for-long-flights\">5 Travel-Proof Hairstyles for Long Flights</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499ed18a5d5e8e80720eac5_Paddington-Sydney-Australia-11.jpg\" class=\"thumbnail\" title=\"Where to Shop All the Best Australian Fashion Designers \" alt=\"Where to Shop All the Best Australian Fashion Designers \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-25/where-to-shop-all-the-best-australian-fashion-designers-the-intersection-sydney\">Where to Shop All the Best Australian Fashion Designers </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/18/5493363775c4333528ffc4d3_vintage-shopping.jpg\" class=\"thumbnail\" title=\"Austin Shopping: A Guide to the Vintage Stores on South Congress\" alt=\"Austin Shopping: A Guide to the Vintage Stores on South Congress\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-18/austin-shopping-vintage-stores-south-austin\">Austin Shopping: A Guide to the Vintage Stores on South Congress</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/arts-and-culture\">arts &amp; culture</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/music\">Music</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/art\">Art</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/film-and-tv\">Film & TV</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/books\">Books</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/museums-and-galleries\">Museums & Galleries</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/theatre-and-dance\">Theatre & Dance</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/arts-and-culture/festivals-and-events\">Festivals & Events</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/02/547e01fbcbbd2620680de9e3_tout-vienna-by-james-mollison.jpg\" class=\"thumbnail\" title=\"Vienna: The World's Secret Capital of Contemporary Art\" alt=\"Vienna: The World's Secret Capital of Contemporary Art\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-03/vienna-fair-austria-contemporary-art-mak\">Vienna: The World's Secret Capital of Contemporary Art</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/01/547c90162a3d21fa285cb407_chinese-theater.jpg\" class=\"thumbnail\" title=\"13 Coolest Movie Theaters Around the World \" alt=\"13 Coolest Movie Theaters Around the World \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-05/11-coolest-movie-theaters-around-the-world-cinerama-film-forum\">13 Coolest Movie Theaters Around the World </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/03/547f605fb6e03e8c2d0c9590_art-gifts-tout.jpg\" class=\"thumbnail\" title=\"Travel-Themed Gifts for Art Lovers\" alt=\"Travel-Themed Gifts for Art Lovers\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-04/12-travel-themed-gifts-for-art-lovers\">Travel-Themed Gifts for Art Lovers</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/21/546f620ccbbd2620680dc1d6_annie-leibovitz-tout.jpg\" class=\"thumbnail\" title=\"Annie Leibovitz's Personal Pilgrimage \" alt=\"Annie Leibovitz's Personal Pilgrimage \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-11-23/annie-leibovitz-s-pilgrimage-a-revealing-exhibition-of-the-photographer-s-personal-work\">Annie Leibovitz's Personal Pilgrimage </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-inspiration\">travel inspiration</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/cruises\">Cruises</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/romance\">Romance</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/culture\">Culture</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/beaches\">Beaches</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/food\">Food</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/family\">Family</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/spas-and-fitness\">Spas & Fitness</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/gay-and-lesbian\">Gay & Lesbian</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/eco-and-adventure\">Eco & Adventure</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-inspiration/road-trips\">Road Trips</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5498fdbda5d5e8e80720e26f_giants-causeway-ireland-tout.jpg\" class=\"thumbnail\" title=\"The Most Beautiful UNESCO World Heritage Sites\" alt=\"The Most Beautiful UNESCO World Heritage Sites\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-23/most-beautiful-unesco-world-heritage-sites-galapagos-taj-mahal-yosemite\">The Most Beautiful UNESCO World Heritage Sites</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/19/549484ada04fec57646f0271_2.jpg\" class=\"thumbnail\" title=\"A Photo Tour of Beautiful British Columbia \" alt=\"A Photo Tour of Beautiful British Columbia \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-26/photo-tour-of-british-columbia-capilano-river-porteau-cove\">A Photo Tour of Beautiful British Columbia </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/24/549ace09a5d5e8e80720ec07_perito-moreno-glacier-cr-steve-humphreys-getty.jpg\" class=\"thumbnail\" title=\"Where to See Glaciers in 2015\" alt=\"Where to See Glaciers in 2015\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-24/where-to-see-glaciers-in-2015-alaska-norway-argentina\">Where to See Glaciers in 2015</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499e37ba5d5e8e80720e930_vintage-cuba-3-no-reuse.jpg\" class=\"thumbnail\" title=\"Vintage Photos of Pre-Revolution Cuba\" alt=\"Vintage Photos of Pre-Revolution Cuba\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-24/vintage-photos-of-pre-revolution-havana-cuba\">Vintage Photos of Pre-Revolution Cuba</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-awards\">travel awards</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/readers-choice-awards\">Readers' Choice Awards</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/gold-list\">Gold List</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-awards/hot-list\">Hot List</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/10/54887cf6b6e03e8c2d0cb143_chateau-marmont-los-angeles-pool-cr-tim-street-porter-corbis.jpg\" class=\"thumbnail\" title=\"Gold List 2015: The Top 25 Hotels in the U.S.\" alt=\"Gold List 2015: The Top 25 Hotels in the U.S.\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2015-01-02/gold-list-2015-top-25-hotels-in-america-hawaii-las-vegas-aspen-miami\">Gold List 2015: The Top 25 Hotels in the U.S.</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/18/549307e975c4333528ffc30a_pari-dukovic-tassels.jpg\" class=\"thumbnail\" title=\"Gold List 2015: The Top Hotels in the World \" alt=\"Gold List 2015: The Top Hotels in the World \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-16/gold-list-2015-the-top-hotels-in-the-world\">Gold List 2015: The Top Hotels in the World </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/07/31/53da98d1dcd5888e145bf27d_laguardia-airport-nyc.jpg\" class=\"thumbnail\" title=\"The Best and Worst Airports in America: Readers&#39; Choice Awards 2014\" alt=\"The Best and Worst Airports in America: Readers&#39; Choice Awards 2014\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-11-24/the-best-and-worst-airports-in-america-readers-choice-awards-2014\">The Best and Worst Airports in America: Readers&#39; Choice Awards 2014</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/08/15/53ee324d12cc6c782dc4785d_med_4_3_Berkshires_Blantyre_1387.jpg\" class=\"thumbnail\" title=\"Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014\" alt=\"Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-10-20/top-100-hotels-and-resorts-in-the-world-rca-2014\">Top 100 Hotels &amp; Resorts in the World: Readers&#39; Choice Awards 2014</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item  cnt-is-active \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/travel-intel\">travel intel</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/business-travel\">Business Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/loyalty-and-rewards\">Loyalty & Rewards</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/air-travel\">Air Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/hotels\">Hotels</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/cruises\">Cruises</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/driving\">Driving</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/tech-and-gear\">Tech & Gear</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/family-travel\">Family Travel</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/health\">Health</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/travel-intel/solo-travel\">Solo Travel</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n                \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/28/54a07d48a5d5e8e80720ef4a_stats-tout.jpg\" class=\"thumbnail\" title=\"Travel by the Numbers: 2014&#39;s Travel Intel Statistics\" alt=\"Travel by the Numbers: 2014&#39;s Travel Intel Statistics\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-29/travel-by-the-numbers-2014-travel-statistics\">Travel by the Numbers: 2014&#39;s Travel Intel Statistics</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/24/549af7b5a5d5e8e80720ec43_counterfeit-hundred-ombudsman.jpg\" class=\"thumbnail\" title=\"7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve \" alt=\"7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-26/7-of-the-oddest-travel-problems-the-ombudsman-was-ever-asked-to-resolve\">7 of the Oddest Travel Problems the Ombudsman Was Ever Asked to Resolve </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/07/31/53da5b446dec627b149e530a_air-asia-plane-livery-art.jpg\" class=\"thumbnail\" title=\"Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents\" alt=\"Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-29/missing-airasia-flight-no-pattern-to-the-three-malaysia-airline-accidents\">Missing AirAsia Flight: No Pattern to the Three Malaysia Airline Accidents</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/26/549d864ca5d5e8e80720ec67_torvehallerne-copenhagen-cr-hilke-maunder-alamy.jpg\" class=\"thumbnail\" title=\"Top 10 Free Things to Do in Copenhagen\" alt=\"Top 10 Free Things to Do in Copenhagen\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/galleries/2014-12-28/top-10-free-things-to-do-in-copenhagen-denmark\">Top 10 Free Things to Do in Copenhagen</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item cnt-nav-polar-placement\" style=\"display: none;\">\n                    \n                  </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"/reports/conde-nast-traveler-destination-guides\">city guides</a>\n        <div class=\"cnt-nav-channel-content remove-subchannels\">\n          \n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e475860c74c1162caee6_city-guide-austin-main-image-2014.jpg\" class=\"thumbnail\" title=\"Austin\" alt=\"Austin\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/austin\">Austin</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/10/27/544e76b9d09268884cd0e176_fall-eiffel-tower-paris-france.jpg\" class=\"thumbnail\" title=\"Paris\" alt=\"Paris\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/paris\">Paris</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491ded6860c74c1162cae6b_city-guide-milan-main-image-2014.jpg\" class=\"thumbnail\" title=\"Milan\" alt=\"Milan\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/milan\">Milan</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491ddec860c74c1162cae45_city-guide-new-york-main-image-2014.jpg\" class=\"thumbnail\" title=\"New York City\" alt=\"New York City\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/new-york-city\">New York City</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e1d4b6e03e8c2d0ce0f4_city-guide-las-vegas-main-image-2014.jpg\" class=\"thumbnail\" title=\"Las Vegas \" alt=\"Las Vegas \"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/las-vegas\">Las Vegas </a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d567b6e03e8c2d0cdfcb_washington-dc-main-image-2014.jpg\" class=\"thumbnail\" title=\"Washington, D.C.\" alt=\"Washington, D.C.\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/washington-dc\">Washington, D.C.</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e66cb6e03e8c2d0ce1c5_city-guide-san-francisco-main-image-2014.jpg\" class=\"thumbnail\" title=\"San Francisco\" alt=\"San Francisco\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/san-francisco\">San Francisco</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e2ddb6e03e8c2d0ce137_city-guide-chicago-main-image-2014.jpg\" class=\"thumbnail\" title=\"Chicago\" alt=\"Chicago\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/chicago\">Chicago</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e149b6e03e8c2d0ce0cf_city-guide-london-main-image-2014.jpg\" class=\"thumbnail\" title=\"London\" alt=\"London\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/london\">London</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d7dfb6e03e8c2d0ce00a_city-guide-shanghai-main-image-2014.jpg\" class=\"thumbnail\" title=\"Shanghai\" alt=\"Shanghai\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/shanghai\">Shanghai</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/19/5493c80976e8ba884fa94847_city-guide-los-angeles-main-image-2014.jpg\" class=\"thumbnail\" title=\"Los Angeles\" alt=\"Los Angeles\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/los-angeles\">Los Angeles</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491d6bd860c74c1162cadb7_city-guide-tokyo-main-image-2014.jpg\" class=\"thumbnail\" title=\"Tokyo\" alt=\"Tokyo\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/tokyo\">Tokyo</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e26db6e03e8c2d0ce118_city-guide-florence-main-image-2014.jpg\" class=\"thumbnail\" title=\"Florence\" alt=\"Florence\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/florence\">Florence</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491dc5e860c74c1162cae21_city-guide-rome-main-image-2014.jpg\" class=\"thumbnail\" title=\"Rome\" alt=\"Rome\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/rome\">Rome</a></span>\n                  </div>\n                \n                  <div class=\"cnt-nav-tout-item\">\n                    <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/17/5491e3f1b6e03e8c2d0ce15b_city-guide-barcelona-main-image-2014.jpg\" class=\"thumbnail\" title=\"Barcelona\" alt=\"Barcelona\"></div>\n                    <span class=\"cnt-nav-tout-hed\"><a href=\"/destinations/barcelona\">Barcelona</a></span>\n                  </div>\n                \n              \n            \n          </div>\n        </div>\n      </li>\n    \n      \n        <li class=\"cnt-nav-channel-item cnt-incognito-item-hovering \">\n      \n        <a class=\"cnt-nav-channel-link\" href=\"#\">upgrades &amp; extras</a>\n        <div class=\"cnt-nav-channel-content \">\n          \n          <ul class=\"cnt-nav-subchannels\">\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/gifted\">Gifted</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/reports/the-extraordinaries\">Extraordinaries</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"http://www.cntpassport.com\">Passport</a>\n              </li>\n            \n              <li class=\"cnt-nav-subchannel-item\">\n                <a class=\"cnt-nav-subchannel-link\" href=\"/roadlesstraveled\">The Road Less Traveled</a>\n              </li>\n            \n            <div class=\"cnt-nav-channel-sponsor\">\n              \n              \n            </div>\n          </ul>\n          \n          <div class=\"cnt-nav-touts\">\n            \n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/08/5485cdc6b6e03e8c2d0ca55a_theExtraordinaries-black-4-3-lg.jpeg\" class=\"thumbnail\" title=\"Introducing Conde Nast Traveler&#39;s Extraordinaries\" alt=\"Introducing Conde Nast Traveler&#39;s Extraordinaries\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-12-05/conde-nast-traveler-extraordinaries\">Introducing Conde Nast Traveler&#39;s Extraordinaries</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/13/5464f229cbbd2620680d9397_Ep-3-Rocky-Terrain.jpg\" class=\"thumbnail\" title=\"The Rocky Terrain of the Via Ferrata\" alt=\"The Rocky Terrain of the Via Ferrata\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-09-15/episode-3-the-road-less-traveled\">The Rocky Terrain of the Via Ferrata</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/15/548f20a0b6e03e8c2d0ccce7_polo-blue-4-3-orig.png\" class=\"thumbnail\" title=\"Festive Elegance in a Bottle\" alt=\"Festive Elegance in a Bottle\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/\">Festive Elegance in a Bottle</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n                <div class=\"cnt-nav-tout-item cnt-nav-sponsor-placement\">\n                  <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/11/13/5464f042cbbd2620680d92a7_Ep-5-Brew-Boys.jpg\" class=\"thumbnail\" title=\"The Brew Boys\" alt=\"The Brew Boys\"></div>\n                  <span class=\"cnt-nav-tout-hed\"><a href=\"/stories/2014-10-08/coming-soon-the-brew-boys\">The Brew Boys</a></span>\n                  <p>Sponsor Content</p>\n                </div>\n              \n            \n          </div>\n        </div>\n      </li>\n    \n    <div class=\"cnt-nav-ad\">\n        <div id=\"AMS_TVL_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement ecom-mobile loading\"><a title=\"Subscribe Now!\" target=\"_blank\" href=\"http://www.cntraveler.com/go/mobilefailsafe\">Subscribe Now!</a></div>\n    </div>\n  </ul>\n</nav>\n\n</div>\n\n\n\n  \n    <main role=\"main\" class=\"cnt-page-container cnt-grid\">\n      <div class=\"ad-placement leaderboard mobile\">\n        <div id=\"adCall_slideshowMobileTop_300x50_frame\" data-cb-ad-id=\"adCall_slideshowMobileTop_300x50_frame\"></div>\n      </div>\n  \n\n  <article class=\"ssw-container cnt-grid\">\n  </article>\n  <div class=\"ssw-section-tertiary ssw-section\"/>\n  <section class=\"cnt-share-tools cnt-grid ssw-share-tools ssw-tangent-section\" data-sharetype=\"page\">\n  \t<h3 class=\"hed\">Share this Slideshow</h3>\n    <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\n  </section>\n</div>\n  <div class=\"zergnet-container\">\n    <h2 class=\"zergnet-title\">Around The Web</h2>\n\n    <div id=\"zergnet-widget-25327\" class=\"zergnet-widget\"></div>\n\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement('script');\n            zergnet.type = 'text/javascript'; zergnet.async = true;\n            zergnet.src = 'http://www.zergnet.com/zerg.js?id=25327';\n            var znscr = document.getElementsByTagName('script')[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n\n    <div class=\"zergnet-credit\">Powered by ZergNet</div>\n</div>\n  <div class=\"ssw-ad-section\"> \n    <div class=\"cnt-ad-spot cnt-ad-leaderboard\">\n      <div id=\"adCall_slideshowBottom_728x90_frame\" data-cb-ad-id=\"adCall_slideshowBottom_728x90_frame\"></div>\n      <div id=\"adCall_slideshowBottom_300x51_frame\" data-cb-ad-id=\"adCall_slideshowBottom_300x51_frame\"></div> \n    </div>\n  </div>\n\n  \n      <article class=\"ssw-content no-js\">\n      <h1>What the Airlines Did Well in 2014</h1>\n      <div class=\"ssw-content-dek\"><p>Not often do the airlines receive praise from their passengers, but 2014 was the year airlines refreshed, rebranded, and reconsidered the flight experience. See what moves the airlines made this year to make travelers happier.</p></div>\n      \n        <section>\n          <h2>U.S. airlines competed to be the best at transporting passengers</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>A full-on airline arms race broke out this year as both American and JetBlue (pictured) debuted their newest, shiniest airplanes on transcontinental routes. These Airbus A321s come with flat-bed seats for premium classes and state-of-the-art in-flight entertainment for all. Delta and United played catch-up, updating their older 757s with flat-bed seats in business class. </p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a430a5d5e8e80720e6a8_1-jet-blue-mint-cr-jet-blue.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Dated airplane interiors were upcycled</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Southwest, Delta, American, and other airlines worked through 2014 to freshen up their airplane cabins. Though passengers may not notice the new seat covers, communities on the other side of the world are grateful for the soccer balls, shoes, and other items made from the old materials. Southwest in particular donated 43 acres of leather to be reused in Kenya.</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a435a5d5e8e80720e6c6_2-swa-leather-cr-southwest-airlines.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Wi-Fi use was approved during all stages of a flight</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>In 2013, the Federal Aviation Administration gave the green light for gadgets to remain on during an entire flight, but U.S. airlines still had to prove to the FAA that passengers could safely use their gadgets in Airplane Mode from gate to gate. In 2014, U.S. airlines made their case, and carriers in the U.K. and Europe followed. The new freedom to read a Kindle, use a <a href=\"http://www.cntraveler.com/galleries/2014-12-22/best-travel-apps-of-2014-apple-pay-hyperlapse-findery\">travel app</a>, or watch videos on takeoff is a victory over boredom. </p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a422df8f55bf04226296_3-smartphone-on-plane-cr-serg-myshkovsky-getty-images.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Airlines partnered with craft breweries</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Airlines opened their galley carts to new beverage offerings in 2014, with a clear focus on beer. Hawaiian Airlines partnered with Maui Brewing Co., United with Goose Island, Delta with Sweetwater Brewing, Southwest with New Belgium, Alaska Airlines with Silver Gulch Brewing, and SAS with Mikkeller to tempt travelers with more than the usual can of “whatever’s onboard.”</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a41cdf8f55bf0422625d_4-delta-sweetwater-cr-delta-airlines.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Ryanair turned on the charm to attract more traveling families.</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>European budget airline Ryanair decided 2014 was the year to improve its image by taking a “family-friendly” approach. It ditched its <a href=\"http://www.bbc.com/news/uk-17036830\">offensive ad campaigns</a>  and calendar of scantily clad flight attendants, lowered baggage fees, increased baggage allowances, upped <a href=\"http://www.cntraveler.com/stories/2012-09-04/ryanair-cheap-flights-baggage-cheat-sheet-tips\">its bare-bones offerings</a>, updated its website, and joined Twitter.</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a41fdf8f55bf04226278_5-ryanair-cr-afb-getty.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Dallas&#39;s smaller airport opened up</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>The restrictive Wright Amendment, signed into law in 1980, banned nonstop flights from Dallas Love Field to destinations farther than Louisiana, Arkansas, Oklahoma, and New Mexico. The point was to encourage more business at the newer Dallas/Fort Worth International Airport. Now that the amendment has been lifted, Texas travelers can take advantage of lower fares, more nonstop destinations, and Love’s easy proximity to downtown Dallas.</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a41adf8f55bf0422623c_6-dallas-andy-dean-photography-getty-images.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Airline lounges ditched the corporate look for sleek redesigns</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>The generic framed art and chairs better befitting a doctor’s office are done and gone. Some airlines, including Cathay Pacific, Singapore Airlines, American Airlines, and Delta, used 2014 to introduce designer seating, “productivity pods” with plentiful power outlets, and even buffets with healthful food for those holding premium tickets.</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a419a5d5e8e80720e68a_7-singapore-pods-singapore-airlines.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>American Airlines highlighted classic Hollywood glamour.</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>Grace Kelly and Gregory Peck knew how to travel in great style. So American Airlines took 1950s images of these Hollywood icons flying AA and paired them with images of contemporary stars—Julianna Margulies, Neil Patrick Harris—to connect the glamour of the past with its new first class. The results dazzled travelers used to the usual ad focus on just the seats.</p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a416a5d5e8e80720e66c_8-aagrace-ad-cr-american-airlines.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n        <section>\n          <h2>Self-service boarding gates eased “gate lice&quot;</h2>\n          <div class=\"ssw-content-slide-content\">\n            <p>In an effort to alleviate the confused jumble of passengers near a boarding gate, airlines added self-scanning devices at U.S. airports. Travelers simply scan their own boarding document, pass through a gate, and head down the jetway to the plane. British Airways and JetBlue are already using the gates at Las Vegas-McCarran Airport, Delta has run trials at Hartsfield-Jackson Atlanta International Airport, and United has installed a few test gates at Houston George Bush Intercontinental Airport. </p>\n          </div>\n          <div class=\"image-wrapper \"><img src=\"http://photos.cntraveler.com/2014/12/23/5499a416df8f55bf0422621e_9-self-scan-gate-cr-kaba-gate.jpg\" class=\"\" title=\"\" alt=\"\"></div>\n        </section>\n      \n    </article>\n  \n  \n  <script type=\"text/javascript\">\n    // Hide the SEO content if we have javascript.\n    $('.ssw-content').removeClass('no-js');\n    $('.ssw-content .image-wrapper').remove();\n  </script>\n</main>\n<div class=\"cm-placement footer\">\n\n<div id=\"AMS_TVL_GLOBAL_FOOTER\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Footer_950x560.jpg\" /></a></div>\n<div id=\"AMS_TVL_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement ecom-mobile loading\"><a href=\"http://www.cntraveler.com/go/mobilefailsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Mobile_300x100.jpg\" /></a></div>\n</div>\n\n<footer class=\"cnt-page-footer\">  \n  <nav class=\"cnt-page-footer-nav\">\n    <div class=\"cnt-footer-section cnt-footer-share-tools\">\n      <div class=\"cnt-footer-label-primary\">Follow CNTraveler</div>\n      <ul>\n        <li class=\"facebook\">\n          <a href=\"https://www.facebook.com/CondeNastTraveler\" title=\"Follow Cond&eacute; Nast Traveler on Facebook\">Follow Cond&eacute; Nast Traveler on Facebook</a>\n        </li>\n        <li class=\"twitter\">\n          <a href=\"https://twitter.com/cntraveler\" title=\"Follow Cond&eacute; Nast Traveler on Twitter\">Follow Cond&eacute; Nast Traveler on Twitter</a>\n        </li>\n        <li class=\"pinterest\">\n          <a href=\"http://www.pinterest.com/cntraveler/\n\" title=\"Follow Cond&eacute; Nast Traveler on Pinterest\">Follow Cond&eacute; Nast Traveler on Pinterest</a>\n        </li>\n        <li class=\"instagram\">\n          <a href=\"http://www.instagram.com/cntraveler\" title=\"Follow Cond&eacute; Nast Traveler on Instagram\">Follow Cond&eacute; Nast Traveler on Instagram</a>\n        </li>\n        <li class=\"tumblr\">\n          <a href=\"http://condenasttraveler.tumblr.com/\" title=\"Follow Cond&eacute; Nast Traveler on Tumblr\">Follow Cond&eacute; Nast Traveler on Tumblr</a>\n        </li>\n        <li class=\"google-plus\">\n          <a href=\"https://plus.google.com/+condenasttraveler\" title=\"Follow Cond&eacute; Nast Traveler on Google Plus\">Follow Cond&eacute; Nast Traveler on Google Plus</a>\n        </li>\n        <li class=\"linkedin\">\n          <a href=\"https://www.linkedin.com/company/conde-nast_3308\" title=\"Follow Cond&eacute; Nast Traveler on LinkedIn\">Follow Cond&eacute; Nast Traveler on LinkedIn</a>\n        </li>\n      </ul>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-cm-tools\">\n      <div class=\"cnt-footer-label-primary\">Get Traveler Delivered</div>\n      \n      <div id=\"AMS_TVL_GLOBAL_FOOTERNAV\" class=\"ecom-placement ecom-all loading\"><ul class=\"ecom-desktop\"><li><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\">Subscribe</a></li><li><a href=\"http://www.cntraveler.com/go/giftfailsafe\" target=\"_blank\">Give a Gift</a></li><li><a href=\"http://www.cntraveler.com/go/intfailsafe\" target=\"_blank\">International Orders</a></li><li><a href=\"http://www.cntraveler.com/apps\" target=\"_blank\">Get Our Digital Edition</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Renew</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Subscription FAQ</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Manage Your Subscription</a></li><li><a href=\"/contact/contact-us\">Contact Us</a></li></ul><ul class=\"ecom-mobile\"><li><a href=\"http://www.cntraveler.com/go/mobilefailsafe\" target=\"_blank\">Subscribe</a></li><li><a href=\"http://www.cntraveler.com/go/mobilegiftfailsafe\" target=\"_blank\">Give a Gift</a></li><li><a href=\"http://www.cntraveler.com/go/intfailsafe\" target=\"_blank\">International Orders</a></li><li><a href=\"http://www.cntraveler.com/apps\" target=\"_blank\">Get Our Digital Edition</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Renew</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Subscription FAQ</a></li><li><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TVL\" target=\"_blank\">Manage Your Subscription</a></li><li><a href=\"/contact/contact-us\">Contact Us</a></li></ul></div>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-helpful-links\">\n      <div class=\"cnt-footer-label-secondary\">Helpful Links</div>\n      <ul class=\"cnt-footer-list\">\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastdigital.com/cntraveler.html\">Advertise With CNTraveler</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastmediakit.com/cnt/\">CNTraveler Media Kit</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/reprints-permissions\">Reprints &amp; Permissions</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.cntraveler.com/archives\">Site Map</a>\n        </li>\n      </ul>\n    </div>\n    <div class=\"cnt-footer-section cnt-footer-misc-links\">\n      <div class=\"cnt-footer-label-secondary\">More From Cond&eacute; Nast</div>\n      <ul class=\"cnt-footer-list\">\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.cntraveller.com/\">Cond&eacute; Nast Traveler UK</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.traveler.es/\">Cond&eacute; Nast Traveler Spain</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a>\n        </li>\n        <li class=\"cnt-footer-list-item\">\n          <a class=\"cnt-footer-link\" href=\"http://www.condenastcareers.com/\">Careers at Cond&eacute; Nast</a>\n        </li>\n      </ul>\n    </div>\n  </nav>\n  <section class=\"cnt-page-footer-info\">\n    <a href=\"http://www.condenast.com/\" class=\"cn-corp-logo\">Cond&eacute; Nast</a>\n    <div class=\"format\">\n      <select name=\"sister-site\" class=\"cnt-sister-sites\" onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\">\n        <option value=\"\">Visit Our Sister Sites</option>\n        <option value=\"http://www.allure.com\">Allure</option>\n        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n        <option value=\"http://www.brides.com\">Brides.com</option>\n        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n        <option value=\"http://www.concierge.com\">Concierge</option>\n        <option value=\"http://www.details.com\">Details</option>\n        <option value=\"http://www.epicurious.com\">Epicurious</option>\n        <option value=\"http://www.glamour.com\">Glamour</option>\n        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n        <option value=\"http://www.golfworld.com\">Golf World</option>\n        <option value=\"http://www.gq.com\">GQ</option>\n        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n        <option value=\"http://www.jaunted.com\">Jaunted</option>\n        <option value=\"http://www.luckymag.com\">Lucky</option>\n        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n        <option value=\"http://www.reddit.com\">Reddit</option>\n        <option value=\"http://www.self.com\">Self</option>\n        <option value=\"http://www.style.com\">Style</option>\n        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n        <option value=\"http://www.vogue.com\">Vogue</option>\n        <option value=\"http://www.wmagazine.com\">W</option>\n        <option value=\"http://www.wired.com\">Wired</option>\n      </select>\n  </div>\n    <div class=\"cnt-copyright\">&copy; 2014 Cond&eacute; Nast. All rights reserved</div>\n    <p>Use of this site constitutes acceptance of our <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (effective 1/2/14) and <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (effective 1/2/14).<p>\n    <a class=\"cnt-footer-link\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a>\n    <p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast.</p>\n  </section>\n</footer>\n\n\n <section class=\"cnt-grid test-guide\">\n    <div class=\"cnt-grid-row\">\n        <div class=\"cnt-grid-cols-1\">1</div>\n        <div class=\"cnt-grid-cols-1\">2</div>\n        <div class=\"cnt-grid-cols-1\">3</div>\n        <div class=\"cnt-grid-cols-1\">4</div>\n        <div class=\"cnt-grid-cols-1\">5</div>\n        <div class=\"cnt-grid-cols-1\">6</div>\n        <div class=\"cnt-grid-cols-1\">7</div>\n        <div class=\"cnt-grid-cols-1\">8</div>\n        <div class=\"cnt-grid-cols-1\">9</div>\n        <div class=\"cnt-grid-cols-1\">10</div>\n        <div class=\"cnt-grid-cols-1\">11</div>\n        <div class=\"cnt-grid-cols-1\">12</div>\n        <div class=\"cnt-grid-cols-1\">13</div>\n        <div class=\"cnt-grid-cols-1\">14</div>\n        <div class=\"cnt-grid-cols-1\">15</div>\n        <div class=\"cnt-grid-cols-1\">16</div>\n        <div class=\"cnt-grid-cols-1\">17</div>\n        <div class=\"cnt-grid-cols-1\">18</div>\n        <div class=\"cnt-grid-cols-1\">19</div>\n        <div class=\"cnt-grid-cols-1\">20</div>\n        <div class=\"cnt-grid-cols-1\">21</div>\n        <div class=\"cnt-grid-cols-1\">22</div>\n        <div class=\"cnt-grid-cols-1\">23</div>\n        <div class=\"cnt-grid-cols-1\">24</div>\n    </div>\n</section>\n\n<div class=\"cnt-page-modal\">\n  <div class=\"cnt-modal-overlay cnt-modal-is-search\">\n  <div class=\"cnt-modal-close-btn\"></div>\n  <div class=\"cnt-modal-content cnt-modal-search\">\n    <form action=\"/search\">\n        <div class=\"cnt-modal-search-label\">Where in the world are you thinking of?</div>\n        <input type=\"hidden\" name=\"size\" value=\"10\" />\n        <input type=\"hidden\" name=\"page\" value=\"1\" />\n        <input class=\"cnt-modal-search-input\" name=\"q\" type=\"text\"/>\n        <button class=\"cnt-button cnt-modal-search-submit\">Search</button>\n    </form>\n  </div>\n  <div class=\"cnt-modal-content cnt-share-tools cnt-modal-share\">\n    <div class=\"cnt-modal-share-label\">Share This</div>\n    <div class=\"cnt-modal-share-item-title\"></div>\n    <div class=\"cnt-modal-share-sublabel\"></div>\n    <div class=\"cnt-modal-share-page-title\"></div>\n    <div class=\"cnt-share-tools\" data-sharetype=\"item\">\n      <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n\n<div class=\"share-tools\">\n\t<ul>\n\t\n\t\t<li class=\"facebook\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-facebook cnt-glyph-facebook\" data-platform=\"facebook\">Share on Facebook.</a></li>\n\t\n\t\n\t\t<li class=\"twitter\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-twitter cnt-glyph-twitter\" data-platform=\"twitter\">Tweet it!</a></li>\n\t\n\t\n\t\t<li class=\"pinterest\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-pinterest cnt-glyph-pinterest\" data-platform=\"pinterest\">Pin It!</a></li>\n\t\n\t\n\t\n\t\n\t\t<li class=\"google-plus\"><a href=\"\" class=\"cnt-share-tools-btn cnt-share-google-plus cnt-glyph-google-plus\" data-platform=\"googleplus\">Share on Google Plus.</a></li>\n\t\n\t\n\t\t<li class=\"linkedin\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-linkedin cnt-glyph-linkedin\" data-platform=\"linkedin\">Share on LinkedIn.</a></li>\n\t\n\t\n\t\t<li class=\"print\"><a href=\"javascript:window.print()\" class=\"cnt-share-tools-btn cnt-share-print cnt-glyph-print\">Print this Page</a></li>\n\t\t\n\t\n\t\t<li class=\"email\"><a href=\"#\" class=\"cnt-share-tools-btn cnt-share-email cnt-glyph-email\" data-platform=\"email\">Email to a Friend</a></li>\n\t\n\t</ul>\n</div>\n    </div>\n  </div>\n</div>\n\n</div>\n\n  <div class=\"cm-toaster\">\n  <div class=\"close\">&times;</div>\n  <div id=\"AMS_TVL_GLOBAL_SLIDESHOW\" class=\"ecom-placement ecom-desktop loading\"><a href=\"http://www.cntraveler.com/go/failsafe\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Slideshow_300x100.jpg\" alt=\"Subscribe to Cond&eacute; Nast Traveler\" /><a></div>\n</div>\n\n  \n<div id=\"floatingAd\" style=\"display:none;\">\n    <header>\n        <a href=\"#\">close X</a>\n    </header>\n    <div class=\"content\">\n        <div id=\"AMS_TVL_POPUP_FLOATINGAD\" class=\"ecom-placement ecom-desktop loading\"><div id=\"layer_offer_link\"><a href=\"http://www.cntraveler.com/go/failsafe\" target=\"_blank\"><img src=\"/cnt-f-core-img/failsafe/TVL_Failsafe_Floating_300x250.jpg\" alt=\"Subscribe to CNTraveler\" border=\"0\"/></a></div></div>\n    </div>\n</div>\n\n    <!-- This div is turned off by default as long as the css gets compiled and sent -->\n  <!-- otherwise this will show up with styles sent instead of the real css -->\n  <div class=\"cnt-sass-error-display\">\n    <span>An Error occurred while compiling your sass files. :(</span>\n    <br>\n    <span>Please find out what went wrong by consulting your friendly terminal.</span>\n    <br>\n    <span><small>We are sorry for any inconvenience this may have caused you.</small></span>\n  </div>\n\n  <script type=\"text/javascript\" src=\"/build.js?bdfcb8ba3\"></script>\n  <script type=\"text/javascript\">if (typeof window._satellite=='object') {_satellite.pageBottom();}</script>\n\n\n  <!-- START Parse.ly Include: Standard -->\n  <div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"cntraveler.com\"></div>\n  </div>\n  <script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n  </script>\n  <!-- END Parse.ly Include -->\n\n  <!-- Google Analytics -->\n  <script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n  ga('create', 'UA-26722459-1', 'auto');\n  ga('send', 'pageview');\n\n  </script>\n  <!-- End Google Analytics -->\n\n\n  <script type=\"text/javascript\">\n    (function() { var unit1 = \"cntraveler.dart\";if (CN.dart.onMobile()) { unit1 =  \"cntraveler.mobile.dart\"}CN.dart.init({adUnits: {unit1: unit1, unit2: \"travelintel\", unit3: \"airtravel\"},kws: ['standard-slideshow','air+travel','airlines','airports','galleries','2014-12-24','what-the-airlines-did-well-in-2014-american-jetblue-ryanair'],charmap : {' ' : '+', '-' : '_'}, contentType: \"slideshow\", gptCallback : function(event) { window[\"_cnt-feature-core_\"].globalBus.trigger(\"ads:rendered\", {size: event.size, adFrame : event.slot.b.d}); }})})();\n    if (CN.dart.onMobile()) {CN.dart.call('adCall_slideshowMobileTop_', {sz:'300x50', kws:[\"top\"], contentType: 'slideshow', collapse: true});\nCN.dart.call('adCall_slideshowBottom_', {sz:'300x51', kws:[\"bottom\"], contentType: 'slideshow', collapse: true});\n} else {CN.dart.call('adCall_0_', {sz:'88x32', kws:[\"top\"], contentType: 'slideshow', collapse: true});\nCN.dart.call('adCall_slideshowBottom_', {sz:'728x90', kws:[\"bottom\"], contentType: 'slideshow', collapse: true});\n}\n</script>\n\n  <script data-purpose=\"cnt-f-ecom-embed-data\" type=\"text/javascript\" charset=\"utf-8\">\n    (function () {\n        /* ensure we don't overwrite previous data */\n        var cnt = window.cnt_feature || {};\n        window.cnt_feature = cnt;\n        cnt.ecom = cnt.ecom || {};\n        cnt.ecom.placements = {\n          desktop : 'AMS_TVL_GLOBAL_NAVBAR,AMS_TVL_GLOBAL_HEADERCALLOUT,AMS_TVL_GLOBAL_NAVBAR_ROLLOVER,AMS_TVL_GLOBAL_FOOTER,AMS_TVL_GLOBAL_FOOTERNAV,AMS_TVL_GLOBAL_SLIDESHOW,AMS_TVL_POPUP_FLOATINGAD,',\n          mobile : 'AMS_TVL_MOBILE_GLOBAL_NAVBAR,AMS_TVL_MOBILE_GLOBAL_FOOTER,AMS_TVL_GLOBAL_FOOTERNAV,'\n        };\n    })();\n</script>\n\n  \n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/coolhunting.com1.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\">\n  <head>\n    <meta charset=\"utf-8\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"4ec8355b97\",\"applicationID\":\"1724038\",\"transactionName\":\"IV1XRhdaClUERx5RWg9XFlEKWxJcD0E=\",\"queueTime\":0,\"applicationTime\":11,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VgcHU19QGwIHVlVSBAk=\"};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]);</script>\n\t  <link href=\"http://assets.coolhunting.com/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" />\n    <link rel=\"alternate\" type=\"application/atom+xml\" title=\"Cool Hunting Feed\" href=\"/index.xml\">\n  \t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Cool Hunting Video Feed\" href=\"/video.xml\" />\n  \t<!-- Readability -->\n  \t<meta name=\"readability-verification\" content=\"p8MbXtLkREX38PgVPtWahNdFLEds5pMpqzhJZknB\"/>\n  \t<!-- Bitly -->\n  \t<meta name=\"bitly-verification\" content=\"db0141396021\"/>\n  \t<!-- Apple Touch icons -->\n    <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n    <link rel=\"apple-touch-icon\" href=\"assets/static/img/apple-touch-icon.png\"/>\n    <!-- Google Site Verification -->\n  \t<meta name=\"google-site-verification\" content=\"Waos19ANYx3F0roI72xcAf396vfVT5LDCjxlLP0xoZA\" />\n  \t<!-- Windows 8 tile -->\n  \t<meta name=\"application-name\" content=\"COOL HUNTING\"/>\n  \t<meta name=\"msapplication-TileColor\" content=\"#000000\"/>\n  \t<meta name=\"msapplication-TileImage\" content=\"2a8e47ea-827d-44a7-bbd9-95323dcfaf75.png\"/>\n    <!-- Viewport -->\n    <meta name=\"viewport\" content=\"initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />\n    <!-- Title -->\n  \t<title>Monastero Santa Rosa Hotel and Spa on the Amalfi Coast - Cool Hunting</title>\n\n  \t<link rel=\"canonical\" href=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"/>\n\n  \t <meta name=\"description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\"/>\n<meta name=\"keywords\" content=\"Hotels,Italy,Spas,Travel,Amalfi Coast,Historic,Pools,Resorts\"/>\n\n\t\n    <!-- FOR FACEBOOK SHARING -->\n\t<meta property=\"og:title\" content=\"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\"/> \n\t<meta property=\"og:type\" content=\"article\"/> \n\t<meta property=\"og:image\" content=\"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\"/>\n\t<meta property=\"og:description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\"/>\n\t<meta property=\"og:url\" content=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"/> \n\t<meta property=\"og:site_name\" content=\"Cool Hunting\"/> \n\t<meta property=\"fb:admins\" content=\"22701891\"/> \n\n<!-- FOR TWITTER CARDS -->\n\t<meta name=\"twitter:card\" content=\"summary_large_image\">\n\t<meta name=\"twitter:url\" content=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\">\n\t<meta name=\"twitter:title\" content=\"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\">\n\t<meta name=\"twitter:description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\">\n\t<meta name=\"twitter:image\" content=\"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\">\n\t<meta name=\"twitter:site\" content=\"@coolhunting\">\n\n<!-- FOR PARSE.LY -->\t\n\t<script type=\"application/ld+json\">\n\t  {\n\t    \"@context\": \"http://schema.org/\",\n\t    \"@type\": \"NewsArticle\",\n\t    \"headline\": \"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\",\n\t    \"url\": \"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\",\n\t    \"thumbnailUrl\": \"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\",\n\t    \"dateCreated\": \"2014-12-04T10:00:43-05:00\",\n\t    \"articleSection\": \"look\",\n\t    \"creator\": \"CH Contributor\",\n\t    \"keywords\": [\"Hotels\", \"Italy\", \"Spas\", \"Travel\", \"Amalfi Coast\", \"Historic\", \"Pools\", \"Resorts\"]\n\t  }\n\t</script>\n\n\n\t\n    <link href=\"http://assets.coolhunting.com/assets/redesign-dbefc94fab90d1a84174ee30516ea946.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n    <script src=\"//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js\" type=\"text/javascript\"></script>\n    <script src=\"http://f.vimeocdn.com/js_opt/froogaloop2.min.js?bfeb60ee\"></script>\n    <script src=\"http://assets.coolhunting.com/assets/redesign-3c87aee25e635d95e279f92d2e6132a1.js\" type=\"text/javascript\"></script>\n    <script src=\"https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false\"></script>\n\t\n    <script type='text/javascript'>\n      var googletag = googletag || {};\n      googletag.cmd = googletag.cmd || [];\n      (function() {\n      var gads = document.createElement('script');\n      gads.async = true;\n      gads.type = 'text/javascript';\n      var useSSL = 'https:' == document.location.protocol;\n      gads.src = (useSSL ? 'https:' : 'http:') + \n      '//www.googletagservices.com/tag/js/gpt.js';\n      var node = document.getElementsByTagName('script')[0];\n      node.parentNode.insertBefore(gads, node);\n      })();\n    </script>\n\n  \t<!-- Google Analytics with Adwords Support (place before /head) -->\n    <script>\n      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n      \n      //ga('create', 'UA-889923-5', 'auto');\n      //ga('send', 'pageview');\n\t\n      var _gaq = _gaq || [];\n      _gaq.push(['_setAccount', 'UA-889923-5']);\n      _gaq.push(['_setDomainName', 'coolhunting.com']);\n      _gaq.push(['_setAllowLinker', true]);\n      _gaq.push(['_trackPageview']);\n      \n      (function() {\n        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n      })();\n\t  \n\t  function recordOutboundLink(link, category, action) {\n\t    try {\n\t      _gaq.push(['_trackEvent', category , action ]);\n\t    }catch(err){}\n\t  }\n    </script>\n\n\t<script type='text/javascript'>\n    var gptAdSlots = [];\n    googletag.cmd.push(function() {\n      \n      //responsive mapping\n      var homeMapping = googletag.sizeMapping().addSize([1320, 0], [[300, 250], [970, 250]]).addSize([0,0], [300, 250]).build();\n      var lookMapping = googletag.sizeMapping().addSize([1320, 0], [[300, 250], [728, 90], [970, 66], [970, 250]]).addSize([1085,0], [[300, 250], [728, 90]]).addSize([0,0], [300, 250]).build();\n      var stickyArticleMapping = googletag.sizeMapping().addSize([1277, 0], [300, 250]).addSize([0,0], []).build();\n      var responsiveArticleMapping = googletag.sizeMapping().addSize([1277, 0], []).addSize([0,0], [[300, 250], [300, 600]]).build();\n      var relatedArticleMapping = googletag.sizeMapping().addSize([964, 0], [[300, 250], [300, 600]]).addSize([0,0], []).build();\n\t  \n        gptAdSlots['article-sticky'] = googletag.defineSlot('/33464461/coolhunting/category/travel/sticky-300', [300, 250], 'div-gpt-ad-article-sticky-travel').defineSizeMapping(stickyArticleMapping).addService(googletag.pubads());\ngptAdSlots['article-responsive'] = googletag.defineSlot('/33464461/coolhunting/responsive-300', [[300, 250], [300, 600]], 'div-gpt-ad-article-responsive-travel').defineSizeMapping(responsiveArticleMapping).addService(googletag.pubads());\ngptAdSlots['article-inline'] = googletag.defineSlot('/33464461/coolhunting/category/travel/inline-300', [[300, 250], [300, 600]], 'div-gpt-ad-article-inline-travel').addService(googletag.pubads());\ngptAdSlots['article-widget'] = googletag.defineSlot('/33464461/coolhunting/category/travel/widget-1x1', [1, 1], 'div-gpt-ad-article-widget-travel').addService(googletag.pubads());\n\n\n\t\tgoogletag.pubads().enableSingleRequest();\n\t\tgoogletag.pubads().disableInitialLoad();\n\t\tgoogletag.pubads().collapseEmptyDivs();\n\t\tgoogletag.enableServices();\n\n\t\tgoogletag.pubads().setTargeting(\"CHKeyword\", [\"Hotels\", \"Italy\", \"Spas\", \"Travel\", \"Amalfi Coast\", \"Historic\", \"Pools\", \"Resorts\", \"travel\", \"monastero_santa_rosa_hotel_spa_on_the_almafi_coast\"]); \n\n\t\t});\n\t</script>\n\t\n  </head>\n  <body>\n\t<div id=\"ad_pixels\" style=\"display:none\"></div>\n    \n<script>\n  $( document ).ready(function() {\n    _gaq.push(['_trackEvent', 'Story - Dedicated', 'Load', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n  });\n  \t$(\"body\").addClass(\"article slideshow\");\n</script>\n\n<div class=\"sidebar content\">\n  <div class=\"close-button\"></div>\n  <div class=\"nav \" id=\"desktop-nav-landing\">\n  <div class=\"header dark\"><div class=\"logo hide-slash\"></div></div>\n  <div class=\"sections single-click\">\n    <a href=\"/\" class=\"section \" id=\"nav-cover\" section=\"cover\">\n      Today\n      <div class=\"icon today\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/read\" class=\"section \" id=\"nav-read\" section=\"read\">\n      Read\n      <div class=\"icon read\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/look\" class=\"section \" id=\"nav-look\" section=\"look\">\n      Look\n      <div class=\"icon look\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/travel\" class=\"section \" id=\"nav-travel\" section=\"travel\">\n      Travel\n      <div class=\"icon travel\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/buy\" class=\"section \" id=\"nav-buy\" section=\"buy\">\n      Buy\n      <div class=\"icon buy\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/listen\" class=\"section \" id=\"nav-listen\" section=\"listen\">\n      Listen\n      <div class=\"icon listen\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/link\" class=\"section \" id=\"nav-link\" section=\"link\">\n      Link\n      <div class=\"icon link\"></div>\n      <div class=\"chip\"></div>\n    </a>\n  </div>\n  <div class=\"subscribe-social-btns sidebar-nav\">\n    <a class=\"social-btn facebook\" target=\"_blank\" href=\"https://www.facebook.com/coolhunting\"></a>\n    <a class=\"social-btn twitter\" target=\"_blank\" href=\"http://twitter.com/coolhunting\"></a>\n    <a class=\"social-btn instagram\" target=\"_blank\" href=\"http://instagram.com/coolhunting\"></a>\n    <a class=\"social-btn vimeo\" target=\"_blank\" href=\"http://vimeo.com/coolhunting\"></a>\n    <a class=\"social-btn pinterest\" target=\"_blank\" href=\"http://www.pinterest.com/coolhunting\"></a>\n    <a class=\"social-btn google-plus\" target=\"_blank\" href=\"https://plus.google.com/+coolhunting\"></a>\n    <a class=\"social-btn youtube\" target=\"_blank\" href=\"https://www.youtube.com/user/coolhunting\"></a>\n    <a class=\"social-btn rss\" target=\"_blank\" href=\"http://feeds.coolhunting.com/ch\"></a>\n  </div>\n</div>\n\n  <div class=\"sidebar-footer\">\n    <a href=\"/user\"><div class=\"login\"></div></a>\n  </div>\n  <div class=\"topbar\">\n    <div class=\"section search\" id=\"nav-search\" section=\"search\">\n        <div class=\"chip\"></div>\n    </div>\n  </div>\n</div>\n<div class=\"article\" id=\"article\">\n\t<div class=\"hero slideshow\">\n  <div class=\"slides\">\n    \t<div class=\"slide current\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal13.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal9.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal10.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal11.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal6.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal7.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal8.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal3.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal5.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal2.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal4.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n  </div>\n  <div class=\"prev\"></div>\n  <div class=\"next\"></div>\n</div>\n  \n  <div class=\"browse for-hero\">\n\t\t<a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n\t<a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n\t\t<a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n  \n  <div class=\"browse dark\">\n    <a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n  <a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n    <a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n  \n  <div class=\"contents\">\n    <div class=\"social-bar\">\n      <a class=\"like\"></a>\n      <a class=\"facebook\"\nhref=\"https://www.facebook.com/sharer/sharer.php?u=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Facebook','left=20,top=20,width=500,height=280,toolbar=0,resizable=0'); return false;\"></a>\n<a class=\"twitter\"\nhref=\"http://twitter.com/share?text=Enjoy @MonasteroSRosa\\'s unmatched combination of idyllic luxury and historic charm at this convent-turned-resort&url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Twitter','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n<a class=\"gplus\" href=\"https://plus.google.com/share?url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\" onclick=\"javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\"></a>\n<a class=\"pinterest\"\nhref=\"https://pinterest.com/pin/create/bookmarklet/?http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast&description=Monastero Santa Rosa Hotel and Spa on the Amalfi Coast&media=http://assets.coolhunting.com/coolhunting/2014/12/feature_monastero-amalfi-thumb21.jpg\"\nonclick=\"window.open(this.href, 'Share on Pinterest','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n    </div>\n    <div class=\"leftbar\">\n      <div class=\"info \">\n        <div class=\"category\" onclick=\"window.location='/category/travel';return false;\">TRAVEL</div>\n        <div class=\"title\">Monastero Santa Rosa Hotel and Spa on the Amalfi Coast</div>\n      </div>\n      <div class=\"subtitle\">A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views</div>\n      <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">\n        <div class=\"name\">by <b>CH Contributor</b></div>\n        <div class=\"date\">on 04 December 2014</div>\n      </div>\n      <div class=\"tags\">\n\t\t\t   <a href=\"/tag/Hotels\" class=\"tag\">HOTELS</a>\n\t\t\t   <a href=\"/tag/Italy\" class=\"tag\">ITALY</a>\n\t\t\t   <a href=\"/tag/Spas\" class=\"tag\">SPAS</a>\n\t\t\t   <a href=\"/tag/Travel\" class=\"tag\">TRAVEL</a>\n\t\t\t   <a href=\"/tag/Amalfi Coast\" class=\"tag\">AMALFI COAST</a>\n\t\t\t   <a href=\"/tag/Historic\" class=\"tag\">HISTORIC</a>\n\t\t\t   <a href=\"/tag/Pools\" class=\"tag\">POOLS</a>\n\t\t\t   <a href=\"/tag/Resorts\" class=\"tag\">RESORTS</a>\n      </div>\n\n      <div class=\"ad\">\n        <div id=\"div-gpt-ad-article-sticky-travel\" style=\"width:300px;\">\n          <script>\n            googletag.cmd.push(function() {\n              googletag.display('div-gpt-ad-article-sticky-travel');\n              googletag.pubads().refresh([gptAdSlots['article-sticky']]);\n            });\n\t\t\tBASENAME = \"monastero-santa-rosa-hotel-spa-on-the-almafi-coast\";\n          </script>\n        </div>\n      </div>\n\n    </div>\n    <div class=\"main\">\n      <div class=\"text\">\n\t  \t\n\t  \t    <img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-1.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-1.jpg\" class=\"center\" />\n\n<p>by <a href=\"http://kellybadal.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://kellybadal.com/'); return true;\" target=\"_blank\">Kelly Phillips Badal</a></p>\n\n<p>Vacationing in a former convent may sound a bit austere—that is, until you experience <a href=\"http://monasterosantarosa.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://monasterosantarosa.com/'); return true;\" target=\"_blank\">Monastero Santa Rosa</a> on Italy’s famous Amalfi Coast. This monastery-turned-hotel offers all the peaceful seclusion the sisters enjoyed, with none of the personal sacrifices. And though the popular coastline is studded with hotels, this distinctive destination—with its unmatched combination of five-star luxuries, natural beauty and centuries of character—is a serious standout.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-2.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-2.jpg\" class=\"center\" />\n\n<p>Getting there might have you pressing your palms together in supplication. The main route through the craggy Amalfi coastline is Strada Statale 163—also known as \"the road of 1,000 bends.\" The ancient Roman-built drive is full of hairpin twists and turns, careening over steep precipices past sun-bleached villages and lemon groves for 50 miles, and is just barely wide enough for two cars to pass at some points. About 18 miles in sits Monastero Santa Rosa, perched on a cliff above the small fishing village of Conca dei Marini. The venue's American owner Bianca Sharma spotted the nunnery’s ruins from a boat in 1999 and promptly bought the property. After a lengthy decade-long restoration, it opened as a luxury hotel for the 2012 season.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-3.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-3.jpg\" class=\"center\" />\n\n<p>Much of the convent’s original 17th century architecture remains intact, thanks to Sharma’s careful conservation. Inside, reconfigured spaces pay thoughtful homage to the hotel’s heritage. Nuns' quarters are cleverly combined into 20 unique rooms, some with private terraces or multiple levels. One of the largest is located in what was the sisters’ refectory. All feature fine Italian linens, an array of tasteful period furniture, and deep soaking tubs made from fine Jerusalem stone, in addition to everyday contemporary amenities like minibars, television, and WiFi. Some of the rooms have vaulted ceilings, private alfresco dining areas, and seafront balconies; others have housed famous names like Prince Albert and Princess Charlene of Monaco. The guest rooms exude comfort, and every conceivable wish is quickly taken care of by the attentive staff.</p>\n\n<p>The tasteful restoration continues into Monastero Santa Rosa’s massive 750-foot state-of-the-art spa. Cavernous treatment rooms are carved from spaces once devoted to silent prayers, while the spa’s centerpiece, a vaulted tepidarium (warm relaxation room), is where the sisters made wine. There’s also a sauna, steam room, hydrotherapy pool, whirlpool footbaths, ice fountain and even programmable showers.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-5.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-5.jpg\" class=\"center\" />\n\n<p>The real star of Monastero Santa Rosa is the knockout coastal view, and there’s a countless number of magical places for taking it in. From the convent’s highest point, an airy sunset terrace, guests can gaze as far as the buzzy nearby towns of Amalfi or Positano. There’s the cascade of tiered, expertly manicured semi-tropical gardens, beset with ocean-facing sun loungers, daybeds and cabanas. There’s the breezy dining terrace of the hotel Ristorante, where guests can enjoy the scenery while tasting exclusively sourced extra virgin olive oil produced right in Conca dei Marini. The most breathtaking spot is floating within the curved cliff’s edge infinity pool while surveying the Gulf of Salerno some 660-feet below.</p>\n\n<img alt=\"\" src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-20.jpg\" width=\"1200\" height=\"897\" class=\"center\" />\n\n<p>After whiling away the hours on these sacred grounds, be sure to unburden your soul at the large antique wooden confessional resting in the main hallway. It cheekily invites guests “make a confession” by way of a written feedback for the hotel.</p>\n\n<p><a href=\"http://monasterosantarosa.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://monasterosantarosa.com/'); return true;\" target=\"_blank\">Monastero Santa Rosa</a> is located in the town of Conca dei Marini on Italy’s Amalfi Coast. Nightly room and suite rates range from $500 to $2,400. The resort will open for the 2015 season on 17 April.</p>\n\n<p><em>See more photos in the <a href=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast.php#more\">gallery</a>, images by <a href=\"http://tbadal.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://tbadal.com/'); return true;\" target=\"_blank\">Tanveer Badal</a></em></p>\n\t  \t  \n\t\t<script>$( \".entry-item\" ).hide();</script>\n      </div>\n    </div>\n    <div class=\"social-bar mobile\">\n      <a class=\"like\"></a>\n      <a class=\"facebook\"\nhref=\"https://www.facebook.com/sharer/sharer.php?u=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Facebook','left=20,top=20,width=500,height=280,toolbar=0,resizable=0'); return false;\"></a>\n<a class=\"twitter\"\nhref=\"http://twitter.com/share?text=Enjoy @MonasteroSRosa\\'s unmatched combination of idyllic luxury and historic charm at this convent-turned-resort&url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Twitter','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n<a class=\"gplus\" href=\"https://plus.google.com/share?url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\" onclick=\"javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\"></a>\n<a class=\"pinterest\"\nhref=\"https://pinterest.com/pin/create/bookmarklet/?http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast&description=Monastero Santa Rosa Hotel and Spa on the Amalfi Coast&media=http://assets.coolhunting.com/coolhunting/2014/12/feature_monastero-amalfi-thumb21.jpg\"\nonclick=\"window.open(this.href, 'Share on Pinterest','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n    </div>\n    <div class=\"tags mobile\">\n\t\t<a href=\"/tag/Hotels\" class=\"tag\">HOTELS</a>\n\t\t<a href=\"/tag/Italy\" class=\"tag\">ITALY</a>\n\t\t<a href=\"/tag/Spas\" class=\"tag\">SPAS</a>\n\t\t<a href=\"/tag/Travel\" class=\"tag\">TRAVEL</a>\n\t\t<a href=\"/tag/Amalfi Coast\" class=\"tag\">AMALFI COAST</a>\n\t\t<a href=\"/tag/Historic\" class=\"tag\">HISTORIC</a>\n\t\t<a href=\"/tag/Pools\" class=\"tag\">POOLS</a>\n\t\t<a href=\"/tag/Resorts\" class=\"tag\">RESORTS</a>\n    </div>\n    <div class=\"ad\">\n        <div id=\"div-gpt-ad-article-responsive-travel\" style=\"width:300px;margin:0 auto;padding: 0 0 11px 0;\">\n          <script>\n            googletag.cmd.push(function() {\n              googletag.display('div-gpt-ad-article-responsive-travel');\n              googletag.pubads().refresh([gptAdSlots['article-responsive']]);\n            });\n          </script>\n        </div>\n      </div>\n    \n    <div id=\"div-gpt-ad-article-widget-travel\" class=\"full-page-interstitial\">\n      <script>\n        googletag.cmd.push(function() {\n          googletag.display('div-gpt-ad-article-widget-travel');\n          googletag.pubads().refresh([gptAdSlots['article-widget']]);\n        });\n      </script>\n    </div>\n\n    <div class=\"features four-column-row related\" id=\"infinite_content\">\n        <a href=\"/travel/whistler-resort-highlights\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2011/02/14/large_whistler-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">A Week at Whistler: Resort Highlights</div>\n            <div class=\"subtitle\">Four tips on where to eat, sleep and get pampered in North America&#x27;s largest mountain resort</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">Recently spending a week at Whistler Blackcomb (my annual snowboarding destination), I stuck to some of my favorite gear and places but also used the trip as an opportunity to try some new things. This first story, in a series of three, focuses on...</div>\n          </div>\n        </a>\n        <a href=\"/travel/miami-sweepstak\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/03/25/large_miami-jetsetter-palm.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Jetsetter x Cool Hunting Miami Sweepstakes Deadline</div>\n            <div class=\"subtitle\">Our curated getaway to Miami ends tomorrow!</div>\n            <div class=\"author\" onclick=\"window.location='/author/evan-orensten';return false;\">by Evan Orensten</div>\n            <div class=\"description fit\">\n\nThe CH-curated Miami getaway ends soon! This all-expenses-paid trip, created with Jetsetter, includes private museum tours, and three nights at the Viceroy Hotel. To enter, visit Jetsetter and sign up for their emails announcing exclusive travel...</div>\n          </div>\n        </a>\n        <a href=\"/travel/ch-x-jetsetter\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/03/26/large_viceeroy_thumb.png);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">CH x Jetsetter: Miami Getaway Sweepstakes</div>\n            <div class=\"subtitle\">Win a trip to Miami curated by Cool Hunting!</div>\n            <div class=\"author\" onclick=\"window.location='/author/evan-orensten';return false;\">by Evan Orensten</div>\n            <div class=\"description fit\">We love Miami and joined forces with Jetsetter to provide a lucky reader (and guest) with the opportunity to experience it in style&amp;#8212;with visits to galleries and museums, checking out great shops, and eating at some of our favorite restaurants...</div>\n          </div>\n        </a>\n        <a href=\"/travel/amangiri-resort\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2013/01/31/large_amangiri-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Amangiri</div>\n            <div class=\"subtitle\">Aman Resorts&#x27; alien escape in the Utah desert</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">\n\n\nForget interstellar travel&amp;#8212;there&#x27;s a transcendent resort currently taking bookings here on earth, and it&#x27;s called  Amangiri. Located just over the Arizona border in Canyon Point, UT, the hotel sprawls amongst imposing bluffs with sweeping...</div>\n          </div>\n        </a>\n        <a class=\"ad-slot\">\n          <div class=\"feature ad\">\n            <div id=\"div-gpt-ad-article-inline-travel\" style=\"width:300px;\">\n                <script>\n                  googletag.cmd.push(function() {\n                    googletag.display('div-gpt-ad-article-inline-travel');\n                    googletag.pubads().refresh([gptAdSlots['article-inline']]);\n                  });\n                </script>\n              </div>\n          </div>\n        </a>\n        <a href=\"/travel/paws-up-resort-montana\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/06/large_PawsUpMontana-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Wilderness Meets Luxury at Montana&#x27;s Paws Up</div>\n            <div class=\"subtitle\">Perfect for outdoor rookies, this family ranch-turned-resort offers up adventure with deluxe facilities</div>\n            <div class=\"author\" onclick=\"window.location='/author/adrienne-so';return false;\">by Adrienne So</div>\n            <div class=\"description fit\">\n\nLocated on 37,000 acres of a breathtakingly beautiful mountain valley outside of Missoula, Montana, the Resort at Paws Up combines rough-and-tumble Western attractions like whitewater rafting, rappelling and hiking with luxurious comfort. The aesthetic...</div>\n          </div>\n         </a>\n        <a href=\"/travel/pedras-salgadas-spa-and-nature-resort-portugal\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_PedrasSalgadasSpa-NatureResort-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Pedras Salgadas Spa &amp; Nature Resort, Portugal</div>\n            <div class=\"subtitle\">Treehouse accommodation and mineral-rich thermal springs at this eco-minded destination</div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">by Ross Belfer\n\n\n\nAs much as one can plan ahead, living in the moment is certainly a fulfilling way to travel. After several days spent in Portugal&#x27;s bustling second city of Porto, we felt in need of a tranquil getaway wherein a calming atmosphere...</div>\n          </div>\n        </a>\n        <a href=\"/travel/the-royal-mansour\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2012/04/23/large_The-Royal-Mansour-Thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">The Royal Mansour</div>\n            <div class=\"subtitle\">Beauty and decadent service at Marrakech’s palatial property</div>\n            <div class=\"author\" onclick=\"window.location='/author/ariston-anderson';return false;\">by Ariston Anderson</div>\n            <div class=\"description fit\">\n\n\n\n\nAnyone who books a luxury hotel surely wants the service to adhere to the old adage about being treated like a king, but Marrakech&#x27;s decadent Royal Mansour palace&amp;#8212;originally intended to serve actual nobility&amp;#8212;truly delivers such an...</div>\n          </div>\n        </a>\n        <a href=\"/travel/parrot-cay\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/06/large_Three-Bedroom-Villa-Exterior-1.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Parrot Cay</div>\n            <div class=\"subtitle\">Private Island luxury, service and relaxation epitomized in Turks and Caicos</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">\n\nPart of the north Caribbean archipelago of the Turks and Caicos, Parrot Cay was once a refuge for a notorious duo of female pirates, Anne Bonny and Mary Reid. Nearly 300 years later, tranquility prevails over the private island, covering 1,000 acres...</div>\n          </div>\n        </a>\n        <a href=\"/travel/word-of-mouth-florence-food-drink\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_florence-wom-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Word of Mouth Florence: Food + Drink</div>\n            <div class=\"subtitle\">A quick guide to some of the time-honored specialists making the Tuscan capital a must-visit culinary destination</div>\n            <div class=\"author\" onclick=\"window.location='/author/karen-day';return false;\">by Karen Day</div>\n            <div class=\"description fit\">\nThere&#x27;s no shortage of tips for Italy&#x27;s wildly popular Tuscan capital, but with so many tourist offerings pumping through the historic town of Florence, it&#x27;s easy to end up eating a subpar pizza near the steps of the illustrious Duomo. Venturing into...</div>\n          </div>\n        </a>\n        <a href=\"/travel/boscolo-exedra\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/assets/images/large_boscoloexedra4.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Boscolo Exedra Milano Hotel</div>\n            <div class=\"subtitle\"></div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">by Paolo Ferrarini of Future Concept Lab\n\nDespite Milan&amp;#39;s de facto world design capital status, the city lacks design hotels. Boscolo Exedra, a new hotel opening very soon, will fill the gap. The former bank, after one year and &amp;euro;150 million...</div>\n          </div>\n        </a>\n        <a href=\"/travel/tokyo-high-low\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_tokyo-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Tokyo High Low</div>\n            <div class=\"subtitle\">We put Amex Platinum to the test in the sky and on the ground in the future&#x27;s city\r\n</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">When my plans to get from Beijing to Tokyo required a last-minute change, American Express Platinum Travel was able to confirm a seat on a new flight just hours before departure, even though they didn’t handle my original booking. And when I checked...</div>\n          </div>\n        </a>\n        <a href=\"/travel/barracuda-by-fa\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/travel/assets/images/large_barracudabed.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Barracuda Yacht Charter by Fatboy Slim</div>\n            <div class=\"subtitle\"></div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">\nby Juliet Kinsman\nIf you thought boutique-hotel chic need be restricted to terra firma, you haven&amp;#39;t heard of what Fatboy Slim (aka Norman Cook) and friends have been up to. Having got his paws on a classic wooden yacht, Cook&amp;#39;s boat-loving...</div>\n          </div>\n        </a>\n    </div>\n    <a class=\"load-more\" id=\"load-more\" href=\"\">\n      <div>Load More...</div>\n    </a>\n  </div>\n  \n  <div class=\"header for-content dark\">\n    <div class=\"menu-button\"></div>\n    <div class=\"logo\"></div>\n  </div>\n\n  <div class=\"header for-hero\">\n    <div class=\"menu-button\"></div>\n    <div class=\"logo\"></div>\n  </div>\n\n</div>\n<div class=\"mobile header dark\" style=\"display:none\">\n  <div class=\"menu-button\"></div>\n  COOL<br/>HUNTING\n  <div class=\"browse dark mobile\">\n    <a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n  <a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n    <a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n</div>\n\n\n\n\n<script>\n$(\".facebook\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Facebook', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".twitter\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Twitter', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".gplus\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Google Plus', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".pinterest\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Pinterest', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n</script>\n\t  <div class=\"section dark hidden\" id=\"search\">\n  <div class=\"search-bar\">\n    <div class=\"icon\"></div>\n    <input id=\"search-input\" type=\"text\" placeholder=\"Start typing\" />\n    <div id=\"search-clear\" class=\"clear\"></div>\n    <div id=\"search-close\" class=\"close\"></div>\n  </div>\n  <div class=\"search scrollable\">\n    <div class=\"no-results\">\n\t<div class=\"info\">\n\t\t<h1>No matches for your search</h1>\n\t\t<p>Unfortunately, we don't have any articles that match your search. Try again or explore some of these links:</p>\n\t</div>\n</div>\n\n\n    <div class=\"search-links\">\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>CATEGORIES</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Design\">Design</a>\n      <a href=\"/search?search=Tech\">Tech</a>\n      <a href=\"/search?search=Culture\">Culture</a>\n      <a href=\"/search?search=Travel\">Travel</a>\n      <a href=\"/search?search=Style\">Style</a>\n      <a href=\"/search?search=Food+Drink\">Food + Drink</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>FEATURES</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Word+of+Mouth\">Word of Mouth</a>\n      <a href=\"/search?search=Interviews\">Interviews</a>\n      <a href=\"/search?search=Studio+Visits\">Studio Visits</a>\n      <a href=\"/search?search=Off+Piste\">Off Piste</a>\n      <a href=\"/search?search=Scene+by+All\">Scene by All</a>\n      <a href=\"/search?search=Song+of+the+Car\">Song of the Car</a>\n      <a href=\"/search?search=Cool+Hunting+Video\">Cool Hunting Video</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>PEOPLE</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Artists\">Artists</a>\n      <a href=\"/search?search=Illustrators\">Illustrators</a>\n      <a href=\"/search?search=Graphic+Designers\">Graphic Designers</a>\n      <a href=\"/search?search=Product+Designers\">Product Designers</a>\n      <a href=\"/search?search=Fashion+Designers\">Fashion Designers</a>\n      <a href=\"/search?search=Architects\">Architects</a>\n      <a href=\"/search?search=Scientists\">Scientists</a>\n      <a href=\"/search?search=Makers\">Makers</a>\n      <a href=\"/search?search=Entrepreneurs\">Entrepreneurs</a>\n      <a href=\"/search?search=Inventors\">Inventors</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>THINGS</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Cars\">Cars</a>\n      <a href=\"/search?search=Watches\">Watches</a>\n      <a href=\"/search?search=Bags\">Bags</a>\n      <a href=\"/search?search=Bicycles\">Bicycles</a>\n      <a href=\"/search?search=Motorcycles\">Motorcycles</a>\n      <a href=\"/search?search=Cameras\">Cameras</a>\n      <a href=\"/search?search=Jewelry\">Jewelry</a>\n      <a href=\"/search?search=Gadgets\">Gadgets</a>\n      <a href=\"/search?search=Snacks\">Snacks</a>\n      <a href=\"/search?search=Websites\">Websites</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>TOPICS</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Sustainability\">Sustainability</a>\n      <a href=\"/search?search=Collecting\">Collecting</a>\n      <a href=\"/search?search=Invention\">Invention</a>\n    </div>\n  </div>\n</div>\n    <div class=\"search-results\">\n\n\t  <div class=\"filter\">\n        <div class=\"query\" id=\"search-details\"></div>\n        <div class=\"category-filter\">\n          <!-- classes: null(nothing), disabled, active -->\n\t\t\t<div class=\"search-filter icon\" id=\"search-read\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-look\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-travel\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-buy\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-link\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-listen\"></div>\n\t\t</div>\n        <div class=\"all-filter\">Show All</div>\n        <div class=\"time-filter-relevance\">Show Best Matches</div>\n      </div>\n      <div class=\"scrollable\">\n        <div class=\"results four-column-row\" id=\"infinite_search\"></div>\n  \t    <a class=\"load-more\" id=\"load-more-search\" href=\"#\">\n  \t        <div>Load More...</div>\n  \t    </a>\n      </div>\n    </div>\n  </div>\n</div>\n\n    <script type=\"text/javascript\">\n      ch.init();\n    </script>\n    <script>\n      window.ad_section = 'travel';\n    </script>\n    <!-- CHARTBEAT -->\n<script>\nvar _sf_async_config={};\n/** CONFIGURATION START **/\n_sf_async_config.uid = 22766;\n_sf_async_config.domain = \"coolhunting.com\"; /** CHANGE THIS **/\n/** CONFIGURATION END **/\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement(\"script\");\n    e.setAttribute(\"language\", \"javascript\");\n    e.setAttribute(\"type\", \"text/javascript\");\n    e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != \"function\") ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n</script>\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n<div id=\"parsely-cfg\" data-parsely-site=\"coolhunting.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\nvar h=d.location.protocol, i=p+\"-\"+s,\ne=d.getElementById(i), r=d.getElementById(p+\"-root\"),\nu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n:\"static.\"+p+\".com\";\nif (e) return;\ne = d.createElement(s); e.id = i; e.async = true;\ne.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n\n\n<!-- Quantcast Tag -->\n<script>\nvar _qevents = _qevents || [];\n\n(function() {\nvar elem = document.createElement('script');\nelem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\nelem.async = true;\nelem.type = \"text/javascript\";\nvar scpt = document.getElementsByTagName('script')[0];\nscpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\nqacct:\"p-e2TbO07-5R-JE\"\n});\n</script>\n\n<noscript>\n<div style=\"display:none;\">\n<img src=\"//pixel.quantserve.com/pixel/p-e2TbO07-5R-JE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n\n<!-- Google Analytics Events -->\n<script>\n$(\".menu-button\").click(function() {\n\t_gaq.push([\"_trackEvent\", \"Navigation\", \"Hamburger Menu\", \"Desktop\"]);\n});\n$(\"#desktop-nav div#nav-cover, #desktop-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Desktop\"]);\n});\n$(\"#phone-nav div#nav-cover, #phone-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Mobile\"]);\n});\n$(\"#tablet-nav div#nav-cover, #tablet-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Tablet\"]);\n});\n\n  $(\"#desktop-nav div#nav-read, #desktop-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-read a, #desktop-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-read, #phone-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-read a, #phone-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-read, #tablet-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-read a, #tablet-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-look, #desktop-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-look a, #desktop-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-look, #phone-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-look a, #phone-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-look, #tablet-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-look a, #tablet-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-travel, #desktop-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-travel a, #desktop-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-travel, #phone-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-travel a, #phone-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-travel, #tablet-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-travel a, #tablet-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-buy, #desktop-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-buy a, #desktop-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-buy, #phone-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-buy a, #phone-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-buy, #tablet-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-buy a, #tablet-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-listen, #desktop-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-listen a, #desktop-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-listen, #phone-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-listen a, #phone-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-listen, #tablet-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-listen a, #tablet-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-link, #desktop-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-link a, #desktop-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-link, #phone-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-link a, #phone-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-link, #tablet-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-link a, #tablet-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Tablet\"]);\n  });\n\n  $(\"#read-design-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Design', 'Desktop']);\n  });\n  $(\"#read-tech-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Tech', 'Desktop']);\n  });\n  $(\"#read-style-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Style', 'Desktop']);\n  });\n  $(\"#read-culture-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Culture', 'Desktop']);\n  });\n  $(\"#read-food-drink-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Food-drink', 'Desktop']);\n  });\n  $(\"#read-travel-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Travel', 'Desktop']);\n  });\n\n  $(\"#look-design-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Design', 'Desktop']);\n  });\n  $(\"#look-tech-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Tech', 'Desktop']);\n  });\n  $(\"#look-style-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Style', 'Desktop']);\n  });\n  $(\"#look-culture-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Culture', 'Desktop']);\n  });\n  $(\"#look-food-drink-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Food-drink', 'Desktop']);\n  });\n  $(\"#look-travel-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Travel', 'Desktop']);\n  });\n  $(\"#look-ch-video-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Ch-video', 'Desktop']);\n  });\n  $(\"#look-rough-cuts-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Rough-cuts', 'Desktop']);\n  });\n  $(\"#look-capsule-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Capsule', 'Desktop']);\n  });\n  $(\"#look-slideshow-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Slideshow', 'Desktop']);\n  });\n\n</script>\n<!-- End Google Analytics tag -->\n  </body>\n</html>"
  },
  {
    "path": "tests/data/html/coolhunting.com2.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\">\n  <head>\n    <meta charset=\"utf-8\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"4ec8355b97\",\"applicationID\":\"1724038\",\"transactionName\":\"IV1XRhdaClUERx5RWg9XFlEKWxJcD0E=\",\"queueTime\":6,\"applicationTime\":13,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VgcHU19QGwIHVlVSBAk=\"};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]);</script>\n\t  <link href=\"http://assets.coolhunting.com/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" />\n    <link rel=\"alternate\" type=\"application/atom+xml\" title=\"Cool Hunting Feed\" href=\"/index.xml\">\n  \t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Cool Hunting Video Feed\" href=\"/video.xml\" />\n  \t<!-- Readability -->\n  \t<meta name=\"readability-verification\" content=\"p8MbXtLkREX38PgVPtWahNdFLEds5pMpqzhJZknB\"/>\n  \t<!-- Bitly -->\n  \t<meta name=\"bitly-verification\" content=\"db0141396021\"/>\n  \t<!-- Apple Touch icons -->\n    <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n    <link rel=\"apple-touch-icon\" href=\"assets/static/img/apple-touch-icon.png\"/>\n    <!-- Google Site Verification -->\n  \t<meta name=\"google-site-verification\" content=\"Waos19ANYx3F0roI72xcAf396vfVT5LDCjxlLP0xoZA\" />\n  \t<!-- Windows 8 tile -->\n  \t<meta name=\"application-name\" content=\"COOL HUNTING\"/>\n  \t<meta name=\"msapplication-TileColor\" content=\"#000000\"/>\n  \t<meta name=\"msapplication-TileImage\" content=\"2a8e47ea-827d-44a7-bbd9-95323dcfaf75.png\"/>\n    <!-- Viewport -->\n    <meta name=\"viewport\" content=\"initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />\n    <!-- Title -->\n  \t<title>Monastero Santa Rosa Hotel and Spa on the Amalfi Coast - Cool Hunting</title>\n\n  \t<link rel=\"canonical\" href=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"/>\n\n  \t <meta name=\"description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\"/>\n<meta name=\"keywords\" content=\"Hotels,Italy,Spas,Travel,Amalfi Coast,Historic,Pools,Resorts\"/>\n\n\t\n    <!-- FOR FACEBOOK SHARING -->\n\t<meta property=\"og:title\" content=\"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\"/> \n\t<meta property=\"og:type\" content=\"article\"/> \n\t<meta property=\"og:image\" content=\"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\"/>\n\t<meta property=\"og:description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\"/>\n\t<meta property=\"og:url\" content=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"/> \n\t<meta property=\"og:site_name\" content=\"Cool Hunting\"/> \n\t<meta property=\"fb:admins\" content=\"22701891\"/> \n\n<!-- FOR TWITTER CARDS -->\n\t<meta name=\"twitter:card\" content=\"summary_large_image\">\n\t<meta name=\"twitter:url\" content=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\">\n\t<meta name=\"twitter:title\" content=\"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\">\n\t<meta name=\"twitter:description\" content=\"A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views\">\n\t<meta name=\"twitter:image\" content=\"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\">\n\t<meta name=\"twitter:site\" content=\"@coolhunting\">\n\n<!-- FOR PARSE.LY -->\t\n\t<script type=\"application/ld+json\">\n\t  {\n\t    \"@context\": \"http://schema.org/\",\n\t    \"@type\": \"NewsArticle\",\n\t    \"headline\": \"Monastero Santa Rosa Hotel and Spa on the Amalfi Coast\",\n\t    \"url\": \"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\",\n\t    \"thumbnailUrl\": \"http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-thumb21.jpg\",\n\t    \"dateCreated\": \"2014-12-04T10:00:43-05:00\",\n\t    \"articleSection\": \"look\",\n\t    \"creator\": \"CH Contributor\",\n\t    \"keywords\": [\"Hotels\", \"Italy\", \"Spas\", \"Travel\", \"Amalfi Coast\", \"Historic\", \"Pools\", \"Resorts\"]\n\t  }\n\t</script>\n\n\n\t\n    <link href=\"http://assets.coolhunting.com/assets/redesign-dbefc94fab90d1a84174ee30516ea946.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n    <script src=\"//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js\" type=\"text/javascript\"></script>\n    <script src=\"http://f.vimeocdn.com/js_opt/froogaloop2.min.js?bfeb60ee\"></script>\n    <script src=\"http://assets.coolhunting.com/assets/redesign-3c87aee25e635d95e279f92d2e6132a1.js\" type=\"text/javascript\"></script>\n    <script src=\"https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false\"></script>\n\t\n    <script type='text/javascript'>\n      var googletag = googletag || {};\n      googletag.cmd = googletag.cmd || [];\n      (function() {\n      var gads = document.createElement('script');\n      gads.async = true;\n      gads.type = 'text/javascript';\n      var useSSL = 'https:' == document.location.protocol;\n      gads.src = (useSSL ? 'https:' : 'http:') + \n      '//www.googletagservices.com/tag/js/gpt.js';\n      var node = document.getElementsByTagName('script')[0];\n      node.parentNode.insertBefore(gads, node);\n      })();\n    </script>\n\n  \t<!-- Google Analytics with Adwords Support (place before /head) -->\n    <script>\n      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n      \n      //ga('create', 'UA-889923-5', 'auto');\n      //ga('send', 'pageview');\n\t\n      var _gaq = _gaq || [];\n      _gaq.push(['_setAccount', 'UA-889923-5']);\n      _gaq.push(['_setDomainName', 'coolhunting.com']);\n      _gaq.push(['_setAllowLinker', true]);\n      _gaq.push(['_trackPageview']);\n      \n      (function() {\n        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n      })();\n\t  \n\t  function recordOutboundLink(link, category, action) {\n\t    try {\n\t      _gaq.push(['_trackEvent', category , action ]);\n\t    }catch(err){}\n\t  }\n    </script>\n\n\t<script type='text/javascript'>\n    var gptAdSlots = [];\n    googletag.cmd.push(function() {\n      \n      //responsive mapping\n      var homeMapping = googletag.sizeMapping().addSize([1320, 0], [[300, 250], [970, 250]]).addSize([0,0], [300, 250]).build();\n      var lookMapping = googletag.sizeMapping().addSize([1320, 0], [[300, 250], [728, 90], [970, 66], [970, 250]]).addSize([1085,0], [[300, 250], [728, 90]]).addSize([0,0], [300, 250]).build();\n      var stickyArticleMapping = googletag.sizeMapping().addSize([1277, 0], [300, 250]).addSize([0,0], []).build();\n      var responsiveArticleMapping = googletag.sizeMapping().addSize([1277, 0], []).addSize([0,0], [[300, 250], [300, 600]]).build();\n      var relatedArticleMapping = googletag.sizeMapping().addSize([964, 0], [[300, 250], [300, 600]]).addSize([0,0], []).build();\n\t  \n        gptAdSlots['article-sticky'] = googletag.defineSlot('/33464461/coolhunting/category/travel/sticky-300', [300, 250], 'div-gpt-ad-article-sticky-travel').defineSizeMapping(stickyArticleMapping).addService(googletag.pubads());\ngptAdSlots['article-responsive'] = googletag.defineSlot('/33464461/coolhunting/responsive-300', [[300, 250], [300, 600]], 'div-gpt-ad-article-responsive-travel').defineSizeMapping(responsiveArticleMapping).addService(googletag.pubads());\ngptAdSlots['article-inline'] = googletag.defineSlot('/33464461/coolhunting/category/travel/inline-300', [[300, 250], [300, 600]], 'div-gpt-ad-article-inline-travel').addService(googletag.pubads());\ngptAdSlots['article-widget'] = googletag.defineSlot('/33464461/coolhunting/category/travel/widget-1x1', [1, 1], 'div-gpt-ad-article-widget-travel').addService(googletag.pubads());\n\n\n\t\tgoogletag.pubads().enableSingleRequest();\n\t\tgoogletag.pubads().disableInitialLoad();\n\t\tgoogletag.pubads().collapseEmptyDivs();\n\t\tgoogletag.enableServices();\n\n\t\tgoogletag.pubads().setTargeting(\"CHKeyword\", [\"Hotels\", \"Italy\", \"Spas\", \"Travel\", \"Amalfi Coast\", \"Historic\", \"Pools\", \"Resorts\", \"travel\", \"monastero_santa_rosa_hotel_spa_on_the_almafi_coast\"]); \n\n\t\t});\n\t</script>\n\t\n  </head>\n  <body>\n\t<div id=\"ad_pixels\" style=\"display:none\"></div>\n    \n<script>\n  $( document ).ready(function() {\n    _gaq.push(['_trackEvent', 'Story - Dedicated', 'Load', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n  });\n  \t$(\"body\").addClass(\"article slideshow\");\n</script>\n\n<div class=\"sidebar content\">\n  <div class=\"close-button\"></div>\n  <div class=\"nav \" id=\"desktop-nav-landing\">\n  <div class=\"header dark\"><div class=\"logo hide-slash\"></div></div>\n  <div class=\"sections single-click\">\n    <a href=\"/\" class=\"section \" id=\"nav-cover\" section=\"cover\">\n      Today\n      <div class=\"icon today\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/read\" class=\"section \" id=\"nav-read\" section=\"read\">\n      Read\n      <div class=\"icon read\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/look\" class=\"section \" id=\"nav-look\" section=\"look\">\n      Look\n      <div class=\"icon look\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/travel\" class=\"section \" id=\"nav-travel\" section=\"travel\">\n      Travel\n      <div class=\"icon travel\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/buy\" class=\"section \" id=\"nav-buy\" section=\"buy\">\n      Buy\n      <div class=\"icon buy\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/listen\" class=\"section \" id=\"nav-listen\" section=\"listen\">\n      Listen\n      <div class=\"icon listen\"></div>\n      <div class=\"chip\"></div>\n    </a>\n    <a href=\"/link\" class=\"section \" id=\"nav-link\" section=\"link\">\n      Link\n      <div class=\"icon link\"></div>\n      <div class=\"chip\"></div>\n    </a>\n  </div>\n  <div class=\"subscribe-social-btns sidebar-nav\">\n    <a class=\"social-btn facebook\" target=\"_blank\" href=\"https://www.facebook.com/coolhunting\"></a>\n    <a class=\"social-btn twitter\" target=\"_blank\" href=\"http://twitter.com/coolhunting\"></a>\n    <a class=\"social-btn instagram\" target=\"_blank\" href=\"http://instagram.com/coolhunting\"></a>\n    <a class=\"social-btn vimeo\" target=\"_blank\" href=\"http://vimeo.com/coolhunting\"></a>\n    <a class=\"social-btn pinterest\" target=\"_blank\" href=\"http://www.pinterest.com/coolhunting\"></a>\n    <a class=\"social-btn google-plus\" target=\"_blank\" href=\"https://plus.google.com/+coolhunting\"></a>\n    <a class=\"social-btn youtube\" target=\"_blank\" href=\"https://www.youtube.com/user/coolhunting\"></a>\n    <a class=\"social-btn rss\" target=\"_blank\" href=\"http://feeds.coolhunting.com/ch\"></a>\n  </div>\n</div>\n\n  <div class=\"sidebar-footer\">\n    <a href=\"/user\"><div class=\"login\"></div></a>\n  </div>\n  <div class=\"topbar\">\n    <div class=\"section search\" id=\"nav-search\" section=\"search\">\n        <div class=\"chip\"></div>\n    </div>\n  </div>\n</div>\n<div class=\"article\" id=\"article\">\n\t<div class=\"hero slideshow\">\n  <div class=\"slides\">\n    \t<div class=\"slide current\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal13.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal9.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal10.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal11.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal6.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal7.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal8.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal3.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal5.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal2.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n    \t<div class=\"slide \" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_monastero-amalfi-gal4.jpg)\">\n      <div class='courtesy'> <strong></strong></div>\n    </div>\n  </div>\n  <div class=\"prev\"></div>\n  <div class=\"next\"></div>\n</div>\n  \n  <div class=\"browse for-hero\">\n\t\t<a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n\t<a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n\t\t<a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n  \n  <div class=\"browse dark\">\n    <a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n  <a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n    <a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n  \n  <div class=\"contents\">\n    <div class=\"social-bar\">\n      <a class=\"like\"></a>\n      <a class=\"facebook\"\nhref=\"https://www.facebook.com/sharer/sharer.php?u=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Facebook','left=20,top=20,width=500,height=280,toolbar=0,resizable=0'); return false;\"></a>\n<a class=\"twitter\"\nhref=\"http://twitter.com/share?text=Enjoy @MonasteroSRosa\\'s unmatched combination of idyllic luxury and historic charm at this convent-turned-resort&url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Twitter','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n<a class=\"gplus\" href=\"https://plus.google.com/share?url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\" onclick=\"javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\"></a>\n<a class=\"pinterest\"\nhref=\"https://pinterest.com/pin/create/bookmarklet/?http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast&description=Monastero Santa Rosa Hotel and Spa on the Amalfi Coast&media=http://assets.coolhunting.com/coolhunting/2014/12/feature_monastero-amalfi-thumb21.jpg\"\nonclick=\"window.open(this.href, 'Share on Pinterest','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n    </div>\n    <div class=\"leftbar\">\n      <div class=\"info \">\n        <div class=\"category\" onclick=\"window.location='/category/travel';return false;\">TRAVEL</div>\n        <div class=\"title\">Monastero Santa Rosa Hotel and Spa on the Amalfi Coast</div>\n      </div>\n      <div class=\"subtitle\">A former convent converted into a lavish 20-room resort, this Italian sanctuary is blessed with heavenly views</div>\n      <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">\n        <div class=\"name\">by <b>CH Contributor</b></div>\n        <div class=\"date\">on 04 December 2014</div>\n      </div>\n      <div class=\"tags\">\n\t\t\t   <a href=\"/tag/Hotels\" class=\"tag\">HOTELS</a>\n\t\t\t   <a href=\"/tag/Italy\" class=\"tag\">ITALY</a>\n\t\t\t   <a href=\"/tag/Spas\" class=\"tag\">SPAS</a>\n\t\t\t   <a href=\"/tag/Travel\" class=\"tag\">TRAVEL</a>\n\t\t\t   <a href=\"/tag/Amalfi Coast\" class=\"tag\">AMALFI COAST</a>\n\t\t\t   <a href=\"/tag/Historic\" class=\"tag\">HISTORIC</a>\n\t\t\t   <a href=\"/tag/Pools\" class=\"tag\">POOLS</a>\n\t\t\t   <a href=\"/tag/Resorts\" class=\"tag\">RESORTS</a>\n      </div>\n\n      <div class=\"ad\">\n        <div id=\"div-gpt-ad-article-sticky-travel\" style=\"width:300px;\">\n          <script>\n            googletag.cmd.push(function() {\n              googletag.display('div-gpt-ad-article-sticky-travel');\n              googletag.pubads().refresh([gptAdSlots['article-sticky']]);\n            });\n\t\t\tBASENAME = \"monastero-santa-rosa-hotel-spa-on-the-almafi-coast\";\n          </script>\n        </div>\n      </div>\n\n    </div>\n    <div class=\"main\">\n      <div class=\"text\">\n\t  \t\n\t  \t    <img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-1.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-1.jpg\" class=\"center\" />\n\n<p>by <a href=\"http://kellybadal.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://kellybadal.com/'); return true;\" target=\"_blank\">Kelly Phillips Badal</a></p>\n\n<p>Vacationing in a former convent may sound a bit austere—that is, until you experience <a href=\"http://monasterosantarosa.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://monasterosantarosa.com/'); return true;\" target=\"_blank\">Monastero Santa Rosa</a> on Italy’s famous Amalfi Coast. This monastery-turned-hotel offers all the peaceful seclusion the sisters enjoyed, with none of the personal sacrifices. And though the popular coastline is studded with hotels, this distinctive destination—with its unmatched combination of five-star luxuries, natural beauty and centuries of character—is a serious standout.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-2.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-2.jpg\" class=\"center\" />\n\n<p>Getting there might have you pressing your palms together in supplication. The main route through the craggy Amalfi coastline is Strada Statale 163—also known as \"the road of 1,000 bends.\" The ancient Roman-built drive is full of hairpin twists and turns, careening over steep precipices past sun-bleached villages and lemon groves for 50 miles, and is just barely wide enough for two cars to pass at some points. About 18 miles in sits Monastero Santa Rosa, perched on a cliff above the small fishing village of Conca dei Marini. The venue's American owner Bianca Sharma spotted the nunnery’s ruins from a boat in 1999 and promptly bought the property. After a lengthy decade-long restoration, it opened as a luxury hotel for the 2012 season.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-3.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-3.jpg\" class=\"center\" />\n\n<p>Much of the convent’s original 17th century architecture remains intact, thanks to Sharma’s careful conservation. Inside, reconfigured spaces pay thoughtful homage to the hotel’s heritage. Nuns' quarters are cleverly combined into 20 unique rooms, some with private terraces or multiple levels. One of the largest is located in what was the sisters’ refectory. All feature fine Italian linens, an array of tasteful period furniture, and deep soaking tubs made from fine Jerusalem stone, in addition to everyday contemporary amenities like minibars, television, and WiFi. Some of the rooms have vaulted ceilings, private alfresco dining areas, and seafront balconies; others have housed famous names like Prince Albert and Princess Charlene of Monaco. The guest rooms exude comfort, and every conceivable wish is quickly taken care of by the attentive staff.</p>\n\n<p>The tasteful restoration continues into Monastero Santa Rosa’s massive 750-foot state-of-the-art spa. Cavernous treatment rooms are carved from spaces once devoted to silent prayers, while the spa’s centerpiece, a vaulted tepidarium (warm relaxation room), is where the sisters made wine. There’s also a sauna, steam room, hydrotherapy pool, whirlpool footbaths, ice fountain and even programmable showers.</p>\n\n<img src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-5.jpg\" width=\"1200\" height=\"800\" alt=\"monastero-amalfi-5.jpg\" class=\"center\" />\n\n<p>The real star of Monastero Santa Rosa is the knockout coastal view, and there’s a countless number of magical places for taking it in. From the convent’s highest point, an airy sunset terrace, guests can gaze as far as the buzzy nearby towns of Amalfi or Positano. There’s the cascade of tiered, expertly manicured semi-tropical gardens, beset with ocean-facing sun loungers, daybeds and cabanas. There’s the breezy dining terrace of the hotel Ristorante, where guests can enjoy the scenery while tasting exclusively sourced extra virgin olive oil produced right in Conca dei Marini. The most breathtaking spot is floating within the curved cliff’s edge infinity pool while surveying the Gulf of Salerno some 660-feet below.</p>\n\n<img alt=\"\" src=\"http://assets.coolhunting.com/coolhunting/mt_asset_cache/2014/12/monastero-amalfi-20.jpg\" width=\"1200\" height=\"897\" class=\"center\" />\n\n<p>After whiling away the hours on these sacred grounds, be sure to unburden your soul at the large antique wooden confessional resting in the main hallway. It cheekily invites guests “make a confession” by way of a written feedback for the hotel.</p>\n\n<p><a href=\"http://monasterosantarosa.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://monasterosantarosa.com/'); return true;\" target=\"_blank\">Monastero Santa Rosa</a> is located in the town of Conca dei Marini on Italy’s Amalfi Coast. Nightly room and suite rates range from $500 to $2,400. The resort will open for the 2015 season on 17 April.</p>\n\n<p><em>See more photos in the <a href=\"http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast.php#more\">gallery</a>, images by <a href=\"http://tbadal.com/\" onClick=\"recordOutboundLink(this, 'Linkout', 'http://tbadal.com/'); return true;\" target=\"_blank\">Tanveer Badal</a></em></p>\n\t  \t  \n\t\t<script>$( \".entry-item\" ).hide();</script>\n      </div>\n    </div>\n    <div class=\"social-bar mobile\">\n      <a class=\"like\"></a>\n      <a class=\"facebook\"\nhref=\"https://www.facebook.com/sharer/sharer.php?u=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Facebook','left=20,top=20,width=500,height=280,toolbar=0,resizable=0'); return false;\"></a>\n<a class=\"twitter\"\nhref=\"http://twitter.com/share?text=Enjoy @MonasteroSRosa\\'s unmatched combination of idyllic luxury and historic charm at this convent-turned-resort&url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\"\nonclick=\"window.open(this.href, 'Share on Twitter','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n<a class=\"gplus\" href=\"https://plus.google.com/share?url=http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast\" onclick=\"javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\"></a>\n<a class=\"pinterest\"\nhref=\"https://pinterest.com/pin/create/bookmarklet/?http://www.coolhunting.com/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast&description=Monastero Santa Rosa Hotel and Spa on the Amalfi Coast&media=http://assets.coolhunting.com/coolhunting/2014/12/feature_monastero-amalfi-thumb21.jpg\"\nonclick=\"window.open(this.href, 'Share on Pinterest','left=20,top=20,width=500,height=280toolbar=1,resizable=0'); return false;\"></a>\n    </div>\n    <div class=\"tags mobile\">\n\t\t<a href=\"/tag/Hotels\" class=\"tag\">HOTELS</a>\n\t\t<a href=\"/tag/Italy\" class=\"tag\">ITALY</a>\n\t\t<a href=\"/tag/Spas\" class=\"tag\">SPAS</a>\n\t\t<a href=\"/tag/Travel\" class=\"tag\">TRAVEL</a>\n\t\t<a href=\"/tag/Amalfi Coast\" class=\"tag\">AMALFI COAST</a>\n\t\t<a href=\"/tag/Historic\" class=\"tag\">HISTORIC</a>\n\t\t<a href=\"/tag/Pools\" class=\"tag\">POOLS</a>\n\t\t<a href=\"/tag/Resorts\" class=\"tag\">RESORTS</a>\n    </div>\n    <div class=\"ad\">\n        <div id=\"div-gpt-ad-article-responsive-travel\" style=\"width:300px;margin:0 auto;padding: 0 0 11px 0;\">\n          <script>\n            googletag.cmd.push(function() {\n              googletag.display('div-gpt-ad-article-responsive-travel');\n              googletag.pubads().refresh([gptAdSlots['article-responsive']]);\n            });\n          </script>\n        </div>\n      </div>\n    \n    <div id=\"div-gpt-ad-article-widget-travel\" class=\"full-page-interstitial\">\n      <script>\n        googletag.cmd.push(function() {\n          googletag.display('div-gpt-ad-article-widget-travel');\n          googletag.pubads().refresh([gptAdSlots['article-widget']]);\n        });\n      </script>\n    </div>\n\n    <div class=\"features four-column-row related\" id=\"infinite_content\">\n        <a href=\"/travel/whistler-resort-highlights\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2011/02/14/large_whistler-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">A Week at Whistler: Resort Highlights</div>\n            <div class=\"subtitle\">Four tips on where to eat, sleep and get pampered in North America&#x27;s largest mountain resort</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">Recently spending a week at Whistler Blackcomb (my annual snowboarding destination), I stuck to some of my favorite gear and places but also used the trip as an opportunity to try some new things. This first story, in a series of three, focuses on...</div>\n          </div>\n        </a>\n        <a href=\"/travel/miami-sweepstak\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/03/25/large_miami-jetsetter-palm.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Jetsetter x Cool Hunting Miami Sweepstakes Deadline</div>\n            <div class=\"subtitle\">Our curated getaway to Miami ends tomorrow!</div>\n            <div class=\"author\" onclick=\"window.location='/author/evan-orensten';return false;\">by Evan Orensten</div>\n            <div class=\"description fit\">\n\nThe CH-curated Miami getaway ends soon! This all-expenses-paid trip, created with Jetsetter, includes private museum tours, and three nights at the Viceroy Hotel. To enter, visit Jetsetter and sign up for their emails announcing exclusive travel...</div>\n          </div>\n        </a>\n        <a href=\"/travel/ch-x-jetsetter\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/03/26/large_viceeroy_thumb.png);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">CH x Jetsetter: Miami Getaway Sweepstakes</div>\n            <div class=\"subtitle\">Win a trip to Miami curated by Cool Hunting!</div>\n            <div class=\"author\" onclick=\"window.location='/author/evan-orensten';return false;\">by Evan Orensten</div>\n            <div class=\"description fit\">We love Miami and joined forces with Jetsetter to provide a lucky reader (and guest) with the opportunity to experience it in style&amp;#8212;with visits to galleries and museums, checking out great shops, and eating at some of our favorite restaurants...</div>\n          </div>\n        </a>\n        <a href=\"/travel/amangiri-resort\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2013/01/31/large_amangiri-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Amangiri</div>\n            <div class=\"subtitle\">Aman Resorts&#x27; alien escape in the Utah desert</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">\n\n\nForget interstellar travel&amp;#8212;there&#x27;s a transcendent resort currently taking bookings here on earth, and it&#x27;s called  Amangiri. Located just over the Arizona border in Canyon Point, UT, the hotel sprawls amongst imposing bluffs with sweeping...</div>\n          </div>\n        </a>\n        <a class=\"ad-slot\">\n          <div class=\"feature ad\">\n            <div id=\"div-gpt-ad-article-inline-travel\" style=\"width:300px;\">\n                <script>\n                  googletag.cmd.push(function() {\n                    googletag.display('div-gpt-ad-article-inline-travel');\n                    googletag.pubads().refresh([gptAdSlots['article-inline']]);\n                  });\n                </script>\n              </div>\n          </div>\n        </a>\n        <a href=\"/travel/paws-up-resort-montana\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/06/large_PawsUpMontana-thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Wilderness Meets Luxury at Montana&#x27;s Paws Up</div>\n            <div class=\"subtitle\">Perfect for outdoor rookies, this family ranch-turned-resort offers up adventure with deluxe facilities</div>\n            <div class=\"author\" onclick=\"window.location='/author/adrienne-so';return false;\">by Adrienne So</div>\n            <div class=\"description fit\">\n\nLocated on 37,000 acres of a breathtakingly beautiful mountain valley outside of Missoula, Montana, the Resort at Paws Up combines rough-and-tumble Western attractions like whitewater rafting, rappelling and hiking with luxurious comfort. The aesthetic...</div>\n          </div>\n         </a>\n        <a href=\"/travel/pedras-salgadas-spa-and-nature-resort-portugal\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_PedrasSalgadasSpa-NatureResort-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Pedras Salgadas Spa &amp; Nature Resort, Portugal</div>\n            <div class=\"subtitle\">Treehouse accommodation and mineral-rich thermal springs at this eco-minded destination</div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">by Ross Belfer\n\n\n\nAs much as one can plan ahead, living in the moment is certainly a fulfilling way to travel. After several days spent in Portugal&#x27;s bustling second city of Porto, we felt in need of a tranquil getaway wherein a calming atmosphere...</div>\n          </div>\n        </a>\n        <a href=\"/travel/the-royal-mansour\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2012/04/23/large_The-Royal-Mansour-Thumb.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">The Royal Mansour</div>\n            <div class=\"subtitle\">Beauty and decadent service at Marrakech’s palatial property</div>\n            <div class=\"author\" onclick=\"window.location='/author/ariston-anderson';return false;\">by Ariston Anderson</div>\n            <div class=\"description fit\">\n\n\n\n\nAnyone who books a luxury hotel surely wants the service to adhere to the old adage about being treated like a king, but Marrakech&#x27;s decadent Royal Mansour palace&amp;#8212;originally intended to serve actual nobility&amp;#8212;truly delivers such an...</div>\n          </div>\n        </a>\n        <a href=\"/travel/parrot-cay\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2010/06/large_Three-Bedroom-Villa-Exterior-1.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Parrot Cay</div>\n            <div class=\"subtitle\">Private Island luxury, service and relaxation epitomized in Turks and Caicos</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">\n\nPart of the north Caribbean archipelago of the Turks and Caicos, Parrot Cay was once a refuge for a notorious duo of female pirates, Anne Bonny and Mary Reid. Nearly 300 years later, tranquility prevails over the private island, covering 1,000 acres...</div>\n          </div>\n        </a>\n        <a href=\"/travel/word-of-mouth-florence-food-drink\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_florence-wom-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Word of Mouth Florence: Food + Drink</div>\n            <div class=\"subtitle\">A quick guide to some of the time-honored specialists making the Tuscan capital a must-visit culinary destination</div>\n            <div class=\"author\" onclick=\"window.location='/author/karen-day';return false;\">by Karen Day</div>\n            <div class=\"description fit\">\nThere&#x27;s no shortage of tips for Italy&#x27;s wildly popular Tuscan capital, but with so many tourist offerings pumping through the historic town of Florence, it&#x27;s easy to end up eating a subpar pizza near the steps of the illustrious Duomo. Venturing into...</div>\n          </div>\n        </a>\n        <a href=\"/travel/boscolo-exedra\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/assets/images/large_boscoloexedra4.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Boscolo Exedra Milano Hotel</div>\n            <div class=\"subtitle\"></div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">by Paolo Ferrarini of Future Concept Lab\n\nDespite Milan&amp;#39;s de facto world design capital status, the city lacks design hotels. Boscolo Exedra, a new hotel opening very soon, will fill the gap. The former bank, after one year and &amp;euro;150 million...</div>\n          </div>\n        </a>\n        <a href=\"/travel/tokyo-high-low\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/2014/12/large_tokyo-hero.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Tokyo High Low</div>\n            <div class=\"subtitle\">We put Amex Platinum to the test in the sky and on the ground in the future&#x27;s city\r\n</div>\n            <div class=\"author\" onclick=\"window.location='/author/josh-rubin';return false;\">by Josh Rubin</div>\n            <div class=\"description fit\">When my plans to get from Beijing to Tokyo required a last-minute change, American Express Platinum Travel was able to confirm a seat on a new flight just hours before departure, even though they didn’t handle my original booking. And when I checked...</div>\n          </div>\n        </a>\n        <a href=\"/travel/barracuda-by-fa\">\n          <div class=\"read feature\">\n            <div class=\"image\" style=\"background-image:url(http://assets.coolhunting.com/coolhunting/travel/assets/images/large_barracudabed.jpg);\"><div class=\"like\"></div></div>\n            <div class=\"collections\">\n              <div class=\"topic\" onclick=\"window.location='/collection';return false;\">TRAVEL</div>\n            </div>\n            <div class=\"title\">Barracuda Yacht Charter by Fatboy Slim</div>\n            <div class=\"subtitle\"></div>\n            <div class=\"author\" onclick=\"window.location='/author/ch-contributor';return false;\">by CH Contributor</div>\n            <div class=\"description fit\">\nby Juliet Kinsman\nIf you thought boutique-hotel chic need be restricted to terra firma, you haven&amp;#39;t heard of what Fatboy Slim (aka Norman Cook) and friends have been up to. Having got his paws on a classic wooden yacht, Cook&amp;#39;s boat-loving...</div>\n          </div>\n        </a>\n    </div>\n    <a class=\"load-more\" id=\"load-more\" href=\"\">\n      <div>Load More...</div>\n    </a>\n  </div>\n  \n  <div class=\"header for-content dark\">\n    <div class=\"menu-button\"></div>\n    <div class=\"logo\"></div>\n  </div>\n\n  <div class=\"header for-hero\">\n    <div class=\"menu-button\"></div>\n    <div class=\"logo\"></div>\n  </div>\n\n</div>\n<div class=\"mobile header dark\" style=\"display:none\">\n  <div class=\"menu-button\"></div>\n  COOL<br/>HUNTING\n  <div class=\"browse dark mobile\">\n    <a href=\"/design/chv-icon-derelict\" class=\"prev\"><div class=\"icon\"></div><div class=\"label\"><span>Cool Hunting Video: Icon Derelict</span></div></a>\n  <a href=\"/travel\" class=\"section look\"><div class=\"icon\"></div><div class=\"label\">All Articles</div></a>\n    <a href=\"/design/its-nice-that-2014-annual\" class=\"next\"><div class=\"label\"><span>2014 It&#x27;s Nice That Annual</span></div><div class=\"icon\"></div></a>\n  </div>\n</div>\n\n\n\n\n<script>\n$(\".facebook\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Facebook', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".twitter\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Twitter', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".gplus\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Google Plus', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n$(\".pinterest\").click(function() {\n\t_gaq.push(['_trackEvent', 'Share', 'Pinterest', '/travel/monastero-santa-rosa-hotel-spa-on-the-almafi-coast']);\n});\n</script>\n\t  <div class=\"section dark hidden\" id=\"search\">\n  <div class=\"search-bar\">\n    <div class=\"icon\"></div>\n    <input id=\"search-input\" type=\"text\" placeholder=\"Start typing\" />\n    <div id=\"search-clear\" class=\"clear\"></div>\n    <div id=\"search-close\" class=\"close\"></div>\n  </div>\n  <div class=\"search scrollable\">\n    <div class=\"no-results\">\n\t<div class=\"info\">\n\t\t<h1>No matches for your search</h1>\n\t\t<p>Unfortunately, we don't have any articles that match your search. Try again or explore some of these links:</p>\n\t</div>\n</div>\n\n\n    <div class=\"search-links\">\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>CATEGORIES</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Design\">Design</a>\n      <a href=\"/search?search=Tech\">Tech</a>\n      <a href=\"/search?search=Culture\">Culture</a>\n      <a href=\"/search?search=Travel\">Travel</a>\n      <a href=\"/search?search=Style\">Style</a>\n      <a href=\"/search?search=Food+Drink\">Food + Drink</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>FEATURES</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Word+of+Mouth\">Word of Mouth</a>\n      <a href=\"/search?search=Interviews\">Interviews</a>\n      <a href=\"/search?search=Studio+Visits\">Studio Visits</a>\n      <a href=\"/search?search=Off+Piste\">Off Piste</a>\n      <a href=\"/search?search=Scene+by+All\">Scene by All</a>\n      <a href=\"/search?search=Song+of+the+Car\">Song of the Car</a>\n      <a href=\"/search?search=Cool+Hunting+Video\">Cool Hunting Video</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>PEOPLE</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Artists\">Artists</a>\n      <a href=\"/search?search=Illustrators\">Illustrators</a>\n      <a href=\"/search?search=Graphic+Designers\">Graphic Designers</a>\n      <a href=\"/search?search=Product+Designers\">Product Designers</a>\n      <a href=\"/search?search=Fashion+Designers\">Fashion Designers</a>\n      <a href=\"/search?search=Architects\">Architects</a>\n      <a href=\"/search?search=Scientists\">Scientists</a>\n      <a href=\"/search?search=Makers\">Makers</a>\n      <a href=\"/search?search=Entrepreneurs\">Entrepreneurs</a>\n      <a href=\"/search?search=Inventors\">Inventors</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>THINGS</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Cars\">Cars</a>\n      <a href=\"/search?search=Watches\">Watches</a>\n      <a href=\"/search?search=Bags\">Bags</a>\n      <a href=\"/search?search=Bicycles\">Bicycles</a>\n      <a href=\"/search?search=Motorcycles\">Motorcycles</a>\n      <a href=\"/search?search=Cameras\">Cameras</a>\n      <a href=\"/search?search=Jewelry\">Jewelry</a>\n      <a href=\"/search?search=Gadgets\">Gadgets</a>\n      <a href=\"/search?search=Snacks\">Snacks</a>\n      <a href=\"/search?search=Websites\">Websites</a>\n    </div>\n  </div>\n  <div class=\"more\">\n    <div class=\"more-title\">\n      <div>TOPICS</div>\n    </div>\n    <div class=\"sections\">\n      <a href=\"/search?search=Sustainability\">Sustainability</a>\n      <a href=\"/search?search=Collecting\">Collecting</a>\n      <a href=\"/search?search=Invention\">Invention</a>\n    </div>\n  </div>\n</div>\n    <div class=\"search-results\">\n\n\t  <div class=\"filter\">\n        <div class=\"query\" id=\"search-details\"></div>\n        <div class=\"category-filter\">\n          <!-- classes: null(nothing), disabled, active -->\n\t\t\t<div class=\"search-filter icon\" id=\"search-read\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-look\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-travel\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-buy\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-link\"></div>\n\t\t\t<div class=\"search-filter icon\" id=\"search-listen\"></div>\n\t\t</div>\n        <div class=\"all-filter\">Show All</div>\n        <div class=\"time-filter-relevance\">Show Best Matches</div>\n      </div>\n      <div class=\"scrollable\">\n        <div class=\"results four-column-row\" id=\"infinite_search\"></div>\n  \t    <a class=\"load-more\" id=\"load-more-search\" href=\"#\">\n  \t        <div>Load More...</div>\n  \t    </a>\n      </div>\n    </div>\n  </div>\n</div>\n\n    <script type=\"text/javascript\">\n      ch.init();\n    </script>\n    <script>\n      window.ad_section = 'travel';\n    </script>\n    <!-- CHARTBEAT -->\n<script>\nvar _sf_async_config={};\n/** CONFIGURATION START **/\n_sf_async_config.uid = 22766;\n_sf_async_config.domain = \"coolhunting.com\"; /** CHANGE THIS **/\n/** CONFIGURATION END **/\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement(\"script\");\n    e.setAttribute(\"language\", \"javascript\");\n    e.setAttribute(\"type\", \"text/javascript\");\n    e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != \"function\") ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n</script>\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n<div id=\"parsely-cfg\" data-parsely-site=\"coolhunting.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\nvar h=d.location.protocol, i=p+\"-\"+s,\ne=d.getElementById(i), r=d.getElementById(p+\"-root\"),\nu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n:\"static.\"+p+\".com\";\nif (e) return;\ne = d.createElement(s); e.id = i; e.async = true;\ne.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n\n\n<!-- Quantcast Tag -->\n<script>\nvar _qevents = _qevents || [];\n\n(function() {\nvar elem = document.createElement('script');\nelem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\nelem.async = true;\nelem.type = \"text/javascript\";\nvar scpt = document.getElementsByTagName('script')[0];\nscpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\nqacct:\"p-e2TbO07-5R-JE\"\n});\n</script>\n\n<noscript>\n<div style=\"display:none;\">\n<img src=\"//pixel.quantserve.com/pixel/p-e2TbO07-5R-JE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n\n<!-- Google Analytics Events -->\n<script>\n$(\".menu-button\").click(function() {\n\t_gaq.push([\"_trackEvent\", \"Navigation\", \"Hamburger Menu\", \"Desktop\"]);\n});\n$(\"#desktop-nav div#nav-cover, #desktop-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Desktop\"]);\n});\n$(\"#phone-nav div#nav-cover, #phone-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Mobile\"]);\n});\n$(\"#tablet-nav div#nav-cover, #tablet-nav-landing div#nav-cover\").click(function() {\n\t_gaq.push(['_trackEvent', \"Navigation\", \"Today Home\", \"Tablet\"]);\n});\n\n  $(\"#desktop-nav div#nav-read, #desktop-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-read a, #desktop-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-read, #phone-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-read a, #phone-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-read, #tablet-nav-landing div#nav-read\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-read a, #tablet-nav-landing div#nav-read a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Read Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-look, #desktop-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-look a, #desktop-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-look, #phone-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-look a, #phone-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-look, #tablet-nav-landing div#nav-look\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-look a, #tablet-nav-landing div#nav-look a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Look Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-travel, #desktop-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-travel a, #desktop-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-travel, #phone-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-travel a, #phone-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-travel, #tablet-nav-landing div#nav-travel\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-travel a, #tablet-nav-landing div#nav-travel a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Travel Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-buy, #desktop-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-buy a, #desktop-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-buy, #phone-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-buy a, #phone-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-buy, #tablet-nav-landing div#nav-buy\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-buy a, #tablet-nav-landing div#nav-buy a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Buy Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-listen, #desktop-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-listen a, #desktop-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-listen, #phone-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-listen a, #phone-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-listen, #tablet-nav-landing div#nav-listen\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-listen a, #tablet-nav-landing div#nav-listen a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Listen Landing\", \"Tablet\"]);\n  });\n  $(\"#desktop-nav div#nav-link, #desktop-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Desktop\"]);\n\t //alert(\"desktop nav clicked!\");\n  });\n  $(\"#desktop-nav div#nav-link a, #desktop-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Desktop\"]);\n  });\n  $(\"#phone-nav div#nav-link, #phone-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Mobile\"]);\n\t //alert(\"mobile nav clicked!\");\n  });\n  $(\"#phone-nav div#nav-link a, #phone-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Mobile\"]);\n  });\n  $(\"#tablet-nav div#nav-link, #tablet-nav-landing div#nav-link\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Home\", \"Tablet\"]);\n\t //alert(\"tablet nav clicked!\");\n  });\n  $(\"#tablet-nav div#nav-link a, #tablet-nav-landing div#nav-link a\").click(function() {\n  \t_gaq.push(['_trackEvent', \"Navigation\", \"Link Landing\", \"Tablet\"]);\n  });\n\n  $(\"#read-design-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Design', 'Desktop']);\n  });\n  $(\"#read-tech-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Tech', 'Desktop']);\n  });\n  $(\"#read-style-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Style', 'Desktop']);\n  });\n  $(\"#read-culture-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Culture', 'Desktop']);\n  });\n  $(\"#read-food-drink-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Food-drink', 'Desktop']);\n  });\n  $(\"#read-travel-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Read - Travel', 'Desktop']);\n  });\n\n  $(\"#look-design-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Design', 'Desktop']);\n  });\n  $(\"#look-tech-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Tech', 'Desktop']);\n  });\n  $(\"#look-style-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Style', 'Desktop']);\n  });\n  $(\"#look-culture-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Culture', 'Desktop']);\n  });\n  $(\"#look-food-drink-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Food-drink', 'Desktop']);\n  });\n  $(\"#look-travel-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Travel', 'Desktop']);\n  });\n  $(\"#look-ch-video-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Ch-video', 'Desktop']);\n  });\n  $(\"#look-rough-cuts-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Rough-cuts', 'Desktop']);\n  });\n  $(\"#look-capsule-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Capsule', 'Desktop']);\n  });\n  $(\"#look-slideshow-filter\").click(function() {\n  \t_gaq.push(['_trackEvent', 'Filter', 'Look - Slideshow', 'Desktop']);\n  });\n\n</script>\n<!-- End Google Analytics tag -->\n  </body>\n</html>"
  },
  {
    "path": "tests/data/html/cricket.com.au1.html",
    "content": "\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <!--START NINEMSN KIT - LOADER BLOCK 1-->\r\n<script type=\"text/javascript\">\r\n    // Ninemsn Third Party Kit - Loader\r\n\r\n    // Partner site name configuration goes here. You will be emailed the correct value to use.\r\n    var MSNAU_SiteName = 'cricket.com.au';\r\n\r\n    (function () {\r\n        var LOADER_SCRIPT_URL = 'http://shared.9msn.com.au/share/short_cache/js/third_party/loaders/au.thirdparty.loader-latest.min.js';\r\n        var LOADER_SCRIPT_URL_SECURE = 'https://secure.ninemsn.com.au/share/short_cache/js/third_party/loaders/au.thirdparty.loader-latest.min.js';\r\n        var loaderScriptUrl = (window.location.protocol == 'https:') ? LOADER_SCRIPT_URL_SECURE : LOADER_SCRIPT_URL;\r\n        document.write('<scr' + 'ipt type=\"text/javascript\" src=\"' + loaderScriptUrl + '\"></scr' + 'ipt>');\r\n    }());\r\n</script>\r\n<!--END NINEMSN KIT - LOADER BLOCK 1-->\r\n<!--START NINEMSN KIT - LOADER BLOCK 2-->\r\n<script type=\"text/javascript\">\r\n    //Ninemsn Third Party Kit - Configuration\r\n\r\n    MSNAU_Loader.setup();\r\n\r\n    MSNAU_Config.setSectionName('news');\r\n\r\n    MSNAU_Config.setSubsectionName('articles');\r\n    \r\n\r\n    //Third Party Kit - Partner Configuration Block Start\r\n\r\n    ////////////////////////////////////////////////////////////\r\n    //  Partner configuration options go here...              //\r\n    //  You will be emailed the correct values to use here.   //\r\n    ////////////////////////////////////////////////////////////\r\n\r\n    //Third Party Kit - Partner Configuration Block End\r\n\r\n    MSNAU_ThirdParty.initialize();\r\n</script>\r\n<!--END NINEMSN KIT - LOADER BLOCK 2--><!-- Google Analytics -->\r\n<meta name=\"google-site-verification\" content=\"VxtWzdLStGIGQf3OSYnzuHHw4F0cMHCPkU_VwbN51iw\" />\r\n    <script type=\"text/javascript\">\r\n        var _gaq = _gaq || [];\r\n        _gaq .push(\r\n            ['_setAccount', 'UA-7949310-1'],\r\n            ['_setDomainName', 'cricket.com.au'],\r\n            ['_addIgnoredRef', 'cricket.com.au'],\r\n            ['_trackPageview'],\r\n            ['rollup._setAccount', 'UA-7949310-22'],\r\n            ['rollup._trackPageview']\r\n        );\r\n\r\n        (function () {\r\n            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n        })();\r\n    </script>\r\n\r\n<script src=\"//cdn.optimizely.com/js/2288570633.js\"></script> \r\n<!-- Meta Tags -->\r\n<meta name=\"description\" content=\"Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy \" />\r\n<link rel=\"canonical\" href=\"http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30\" />\r\n<title>Aussies seal series win in MCG draw | cricket.com.au</title>\r\n\r\n<!-- TWITTER CARDS -->\r\n        <meta name=\"twitter:card\" content=\"summary_large_image\">\r\n    <meta name=\"twitter:site\" content=\"@cricketaus\">\r\n    <meta name=\"twitter:title\" content=\"Aussies seal series win in MCG draw\">\r\n    <meta name=\"twitter:description\" content=\"Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy \">\r\n        <meta name=\"twitter:image:src\" content=\"http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx\">\r\n\r\n\r\n\r\n\r\n<!-- FACEBOOK OPEN GRAPH -->\r\n\r\n<meta property=\"og:title\" content=\"Aussies seal series win in MCG draw\" />\r\n<meta property=\"og:site_name\" content=\"cricket.com.au\" />\r\n<meta property=\"og:url\" content=\"http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30\" />\r\n<meta property=\"og:description\" content=\"Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy \" />\r\n<meta property=\"og:image\" content=\"http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx\" />\r\n<meta property=\"fb:app_id\" content=\"652653588100808\" />\r\n<meta property=\"og:type\" content=\"article\" />\r\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/cricketcomau\" />\r\n\r\n<!-- PARSE.LEY META TAGS -->\r\n\r\n<meta name=\"parsely-title\" content=\"Aussies seal series win in MCG draw\" />\r\n<meta name=\"parsely-link\" content=\"http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30\" />\r\n<meta name=\"parsely-type\" content=\"post\" />\r\n<meta name=\"parsely-image-url\" content=\"http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx\" />\r\n<meta name=\"parsely-pub-date\" content=\"2014-12-30T07:44:00Z\" />\r\n    <meta name=\"parsely-author\" content=\"Andrew Ramsey\" />\r\n\r\n\r\n\r\n\r\n    <meta charset=\"utf-8\">\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info = {\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"ea190e6af2\",\"applicationID\":\"4965716\",\"transactionName\":\"YAdUMkJWD0ZVVBJdDVlNYxRZGA9QQ0RJWQNDAV5LQlIRWkZDSR4=\",\"queueTime\":0,\"applicationTime\":64,\"ttGuid\":\"8F48231A66797475\",\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\r\n    <meta name=\"viewport\" content=\"width =device-width, initial-scale=1\">\r\n\r\n    <link rel=\"icon\" href=\"/Content/cricketcomau/img/favicon/favicon.ico\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-57x57.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-114x114.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-72x72.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-144x144.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-60x60.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-120x120.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-76x76.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-152x152.png\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-196x196.png\" sizes=\"196x196\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-96x96.png\" sizes=\"96x96\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-32x32.png\" sizes=\"32x32\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-16x16.png\" sizes=\"16x16\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-128.png\" sizes=\"128x128\" />\r\n    <meta name=\"application-name\" content=\"&nbsp;\" />\r\n    <meta name=\"msapplication-TileColor\" content=\"#FFFFFF\" />\r\n    <meta name=\"msapplication-TileImage\" content=\"/Content/cricketcomau/img/favicon/mstile-144x144.png\" />\r\n    <meta name=\"msapplication-square70x70logo\" content=\"/Content/cricketcomau/img/favicon/mstile-70x70.png\" />\r\n    <meta name=\"msapplication-square150x150logo\" content=\"/Content/cricketcomau/img/favicon/mstile-150x150.png\" />\r\n    <meta name=\"msapplication-wide310x150logo\" content=\"/Content/cricketcomau/img/favicon/mstile-310x150.png\" />\r\n    <meta name=\"msapplication-square310x310logo\" content=\"/Content/cricketcomau/img/favicon/mstile-310x310.png\" />\r\n\r\n    <!-- Font awesome -->\r\n    <link href=\"/Content/cricketcomau/css/font-awesome.min.css\" rel=\"stylesheet\">\r\n    <!-- Custom styles -->\r\n    <link href=\"/Content/cricketcomau/css/global.min_page_1.css\" rel=\"stylesheet\">\r\n    <link href=\"/Content/cricketcomau/css/global.min_page_2.css\" rel=\"stylesheet\">\r\n    <!-- Responsive tables -->\r\n    <link href=\"/Content/cricketcomau/css/responsive-tables.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />\r\n    <!-- google fonts -->\r\n    <link href='//fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>\r\n\r\n    <!--[if IE]>\r\n        <link href=\"/Content/cricketcomau/css/ie-style.css\" rel=\"stylesheet\">\r\n    <![endif]-->\r\n    <!--[if lt IE 9]>\r\n      <link rel=\"stylesheet\" type=\"text/css\" href=\"/Content/cricketcomau/css/ie8.css\" />\r\n    <![endif]-->\r\n\r\n    <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\r\n \r\n    \r\n\r\n    <!-- Bundled JS -->\r\n    <script src=\"/bundles/cricketcomau/head.js?v=GmezDHH1wyQsssIz8Nf-nLLgdYjmYpOHenjyFyMYfPs1\"></script>\r\n\r\n    \r\n        <!-- Load Adobe Typekit Fonts -->\r\n        <script type=\"text/javascript\" src=\"//use.typekit.net/wke5yfr.js\"></script>\r\n        <script type=\"text/javascript\">try { Typekit.load(); } catch (e) { }</script>\r\n\r\n        <!-- gigya.js script should only be included once -->\r\n        <script type=\"text/javascript\" lang=\"javascript\" src=\"https://cdns.gigya.com/JS/socialize.js?apikey=3_6e1TaLjsahR5uCGp6nJmypWQgKhar8MTTeP5j482U-WZN0XVjYvw6eLlZjxxMLwV\">\r\n            {\r\n                enabledProviders: 'facebook,twitter,google'\r\n            }\r\n        </script>\r\n\r\n        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\r\n        <!--[if lt IE 9]>\r\n            <script src=\"//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n            <script src=\"//oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n        <![endif]-->\r\n\r\n        <!--Configuration settings-->\r\n        <script>\r\n            var ca_settings = {};\r\n            ca_settings.avs_setting = \"live\";\r\n            ca_settings.avs_enabled = \"enabled\";\r\n            ca_settings.UnlimitedCricket365PassID = \"21\";\r\n        </script>\r\n\r\n    </head>\r\n\r\n    <body class=\"ad-bg-color\">\r\n        <div id=\"full-content\">\r\n            <!--START top placeholder-->\r\n            <div class=\"container\">\r\n    <div class=\"row row-ad row-leaderboard-only-desktop\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled w980\">\r\n                    <div id=\"msnau_ad_banner_header\" class=\"advert\" data-ad-type=\"BannerTop\"><!-- Ad will render here --></div>\r\n\r\n                    <div id=\"msnau_ad_masthead_top\" class=\"advert\" data-ad-type=\"MastheadTop\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n\r\n            <!--End top placeholder-->\r\n            <div id=\"nav-ca\">\r\n                <div class=\"navbar-ca\">\r\n                    <div class=\"container container-nav-ca\">\r\n                        <div class=\"login-social-gigya\">\r\n                            <ul id=\"login-header\">\r\n                                <li id=\"login-link\" class=\"login-link\"><a href=\"#\" class=\"login\" tabindex=\"11\" title=\"australian cricket family login\"><i class=\"fa fa-users\"></i> Australian Cricket Family</a></li>\r\n                                <li id=\"username\" style=\"display: none;\"><a href=\"/account\" tabindex=\"12\" class=\"edit-profile\"></a></li>\r\n                                <li id=\"subscription\"><a href=\"/account/subscribe\" tabindex=\"13\"><span class=\"icon-controller btn-subscribe-header\"><span class=\"icon-ca icon-ca-CA-Icon-Subscribe-Default\"></span>Live Pass</span></a></li>\r\n                            </ul>\r\n                        </div>\r\n                        <div id=\"btn-nav-list-ca\" class=\"hamburger\">\r\n                            <a href=\"#\"><i class=\"fa fa-bars\"></i></a>\r\n                        </div>\r\n                        <div class=\"navbar-branding-ca\">\r\n                            <a href=\"/\" tabindex=\"1\" class=\"client-logo\" id=\"logo-header\" title=\"cricket.com.au homepage\"></a>\r\n                        </div><!-- end navbar-branding -->\r\n                        <div class=\"feature-panel match-centre match-centre-sticky\"><a href=\"http://live.cricket.com.au/#/fixture\">LIVE SCORES</a></div>\r\n                        <div class=\"nav-wrapper noBounce\" id=\"nav-container\">\r\n                            <div class=\"mobile-nav-close\">\r\n                                <button type=\"button\" class=\"close-flyout-btn\"></button>\r\n                            </div>\r\n                            <div class=\"navbar-collapse-ca noBounce\">\r\n                                <ul class=\"nav-list-ca\">\r\n                                    <div class=\"account-info\">\r\n                                        <li id=\"mobile-login-link-item\" class=\"login-link\"><a id=\"mobile-login-link\" href=\"#\" class=\"login\" id=\"mobile-login\"><i class=\"fa fa-users\"></i> ACF</a></li>\r\n                                        <li><a id=\"mobile-username\" style=\"display:none;\" href=\"/account\" class=\"edit-profile\" id=\"mobile-edit-profile\"><span class=\"ca-fixture ca-fixture-user-logged-in\"></span></a>\r\n                                        <li><a id=\"mobile-register\" href=\"/account/subscribe\"><span class=\"icon-controller btn-subscribe-header\"><span class=\"icon-ca icon-ca-CA-Icon-Subscribe-Default\"></span>Live Pass</span></a></li>\r\n                                    </div>\r\n                                     \r\n<li><a tabindex=\"2\" href=\"/news\" class=active>News</a></li><li><a tabindex=\"3\" href=\"/video\" >Videos</a></li><li><a tabindex=\"4\" href=\"/fixtures\" >Fixtures</a></li><li><a tabindex=\"5\" href=\"/series\" >Series &amp; Tournaments</a></li><li><a tabindex=\"6\" href=\"/players\" >Players</a></li><li><a tabindex=\"7\" href=\"/stats\" >Stats</a></li>\r\n                                    <li id=\"nav-shop\"><a href=\"http://shop.cricket.com.au/\" tabindex=\"8\"><i class=\"fa fa-shopping-cart\"></i>Shop</a></li>\r\n                                    <li id=\"nav-tickets\"><a href=\"/tickets\"><i class=\"fa fa-ticket\"></i>Tickets</a></li>\r\n                                </ul>\r\n                            </div><!-- end navbar-collapse-ca -->\r\n                            <div class=\"feature-links\">\r\n                                <div class=\"feature-panel tickets\"><a href=\"/tickets\" tabindex=\"9\">BUY TICKETS</a></div>\r\n                                <div class=\"feature-panel match-centre\"><a href=\"http://live.cricket.com.au/#/fixture\" tabindex=\"10\">LIVE SCORES</a></div>\r\n                            </div>\r\n                        </div>\r\n                    </div><!-- end container -->\r\n                    <div id=\"mask\" class=\"nav-overlay noBounce\"></div>\r\n                </div><!-- end navbar-ca -->\r\n            </div><!-- end nav-ca -->\r\n            <section id=\"score-module\">\r\n                \r\n\r\n\r\n            </section>\r\n            <div id=\"all-content\" class=\"all-content\">\r\n\r\n <!-- Start SubHead : Created for -->\r\n<div class=\"container\">\r\n    <div class=\"row row-ad row-leaderboard-only-tablet\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled add-border w728\">\r\n                <p>Advertisement</p>\r\n                <!--START NINEMSN KIT - BannerTab Ad-->\r\n                <div id=\"msnau_ad_banner_tabheader\" class=\"advert\" data-ad-type=\"BannerTop\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n <!-- End  SubHead -->\r\n<div class=\"container white-bg main-content\">\r\n    <div class=\"row\">\r\n\r\n        <!-- Master -->\r\n        <div id=\"column-content\" class=\"col-lg-8 col-md-8 col-sm-12\">\r\n            <div class=\"row row-ad row-ad-mobile hidden-lg hidden-md hidden-sm\">\r\n    <!-- start row mobile ad -->\r\n    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 mobile-no-gutter\">\r\n        <!-- start column main article -->\r\n        <div class=\"ads-styled add-border w320\">\r\n            <div class=\"text-container\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_mobile\" class=\"advert\" data-ad-type=\"MbannerTop\"></div>\r\n            </div>\r\n        </div>\r\n    </div><!-- end column main article -->\r\n</div>\r\n\r\n<div class=\"row\">\r\n    <div class=\"col-lg-3 col-md-3\">\r\n        <!-- column for social articles -->\r\n        <div class=\"column-social\">\r\n            <div>\r\n                <span class=\"icon-ca icon-ca-CA-Icon-Match-Report-Active match-report-icon-large\">\r\n                    <h4>Match</br>Report</h4>\r\n                </span>\r\n                    <p class=\"news-page-article-date\">30 December 2014</p>\r\n                                    <p></p>\r\n                \r\n\r\n\r\n<ul class=\"news-article-author\">\r\n    <li>\r\n        <a href=\"#\" id=\"shareFacebookVertical4086\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;facebook&quot;,&quot;description&quot;:&quot;Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy &quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Facebook-Default\"></span></a>\r\n    </li>\r\n    <li>\r\n        <a href=\"#\" id=\"shareTwitterVertical1057\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;twitter&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Twitter-Default\"></span></a>\r\n    </li>\r\n    <li>\r\n        <a href=\"#\" id=\"shareGooglePlusVertical2144\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;googleplus&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </li>\r\n</ul>\r\n            </div><!-- end new-article-author -->\r\n        </div>\r\n    </div><!-- end column for social articles \"col-lg-3\" -->\r\n    <div class=\"col-lg-9 col-md-9\">\r\n        <!-- column for main news articles -->\r\n        <section class=\"news\">\r\n            <div class=\"row\">\r\n                <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 tablet-mobile-no-gutter\">\r\n\r\n            <div id=\"BrightCoveOuterContainerId\" class=\"brightcove-outer-container\"><div id=\"brightcoveplayer_635559220026190683642\" class=\"brightcove-video-player\"></div></div>\r\n            <script>jQuery(function($){$(\"#brightcoveplayer_635559220026190683642\" ).brightcoveVideo({\"@videoPlayer\":\"3965126004001\",\"playerID\":\"3769582751001\",\"autoStart\":\"False\"});});</script>\r\n\r\n                </div>\r\n\r\n            </div>\r\n            <div class=\"row\">\r\n                <div class=\"col-lg-12\">\r\n                    <p class=\"article-tag\">\r\n                                <a href=\"/series/test-series-v-india/uVO2j7qg3kCNJo2viwUn_A\">\r\n                                    CommBank Test Series v India\r\n                                </a>\r\n                    </p>\r\n                    <h1 class=\"news-main-title\">Aussies seal series win in MCG draw</h1>\r\n                    <div class=\"article-info article-info-news-page\">\r\n                        <div class=\"author-social news-article\">\r\n                            <p>Andrew Ramsey, Melbourne Cricket Ground</p>\r\n                            <ul class=\"hidden-lg hidden-md\">\r\n                                    <li>\r\n                                        <p class=\"news-page-article-date hidden-lg hidden-md\">30 December 2014</p>\r\n                                    </li>\r\n                                \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count6829\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count6829\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count6829\">0</span></li>                            </ul>\r\n                        </div>\r\n                        <div class=\"hidden-lg hidden-md\">\r\n\r\n<div class=\"btn-group share\">\r\n    \r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitter8351\" href=\"#\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;twitter&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"shareFacebook7830\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;facebook&quot;,&quot;description&quot;:&quot;Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy &quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"shareGooglePlus4957\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;googleplus&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>                        </div>\r\n                    </div>\r\n                    <p class=\"news-intro\">Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy </p>\r\n                        <section>\r\n                            <div class=\"live-match-panel\">\r\n                                <div class=\"row\">\r\n                                    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n                                        <p class=\"match\">CommBank Test Series v India, Third Test</p>\r\n                                        <div class=\"match-wrapper\"> \r\n                                            <div class=\"team n01\">\r\n                                                <div class=\"team-wrapper\">\r\n                                                    <img src=\"/~/media/Logos/Teams/International/Australia.ashx\" title=\"\" alt=\"\"><p class=\"teamName\" style=color:#c8a000>AUS</p>\r\n                                                </div>\r\n                                            </div>\r\n                                            <img src=\"/~/media/Logos/Series/2014/Series-Commonwealth-Bank-Test.ashx\" title=\"\" alt=\"\" class=\"matchType\">\r\n                                            <div class=\"team n02\">\r\n                                                <div class=\"team-wrapper\">\r\n                                                    <p class=\"teamName\" style=color:#0099cc>IND</p><img src=\"/~/media/Logos/Teams/International/India.ashx\" title=\"\" alt=\"\">\r\n                                                </div>\r\n                                            </div>\r\n                                        </div>\r\n                                        <div class=\"btn-wrapper\">\r\n                                            <a href=\"http://live.cricket.com.au/#/5008/3\"><i class=\"fa fa-table\"></i>SCORECARD</a>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </section>\r\n                    \r\n                    <div class=\"article-text\">\r\n                        <p>The series win that brings the Border-Gavaskar Trophy back to Australia after almost two years in India arrived courtesy of a mutually agreed draw rather than the emphatic statement the home team seemed primed to deliver.</p>\n<p>When rival captains Steve Smith and MS Dhoni decided no result was possible at 6.24pm this evening, Australia had a further four of their compulsory 15 final-hour overs to bowl and India was nowhere close to their notional victory target of 384 from a minimum 70 overs at 6-174.</p>\n<p>While the unassailable two-nil lead that Australia now takes into the last of the four Tests in Sydney next week was undoubtedly a factor in Smith opting to bat through today&rsquo;s morning session and setting the improbable target, it raised more than a few questions due to its conservatism.</p>\n<p>The captain and his brains trust will doubtless argue there was nothing to gain by setting India a goal they might conceivably attain, regardless of the spectacle it might have yielded and the availability of an extra dozen overs or more might have made.</p>\n<p>And if the logic for delaying the declaration was to instil in India&rsquo;s batsmen a sense of futility before the pursuit began, then the incident-laden first half hour of their second innings offered emphatic if ultimately premature vindication.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3964390545001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3964390545001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>With his second delivery Ryan Harris did for Shikhar Dhawan whose duck had him briefly being mentioned as a possible omission for next week&rsquo;s final Commonwealth Bank Test in Sydney.</p>\n<p>That was until the man being mooted as his potential replacement &ndash; Lokesh Rahul &ndash; completed his debut Test with a second innings less meritorious than his forgettable first.</p>\n<p>On day three, the highly rated top-order batsman came in at No.6, lasted eight balls from which he was dropped once before holing out to an ugly slog sweep having scored three.</p>\n<p>Today, promoted to No.3 in place of out-of-favour and form Cheteshwar Pujara and endured just five deliveries for a single scored before an ambitious pull shot to a ball from Mitchell Johnson that was too full, too close and too fast landed in the hands of Shane Watson running back from slip.</p>\n<p>When India&rsquo;s in-form opener Murali Vijay (11) was pinned lbw to a ball that the video review technology &ndash; being used as a novelty rather than a tool in this series &ndash; showed would have snuck past leg stump, the tourists were surging towards defeat at 3-19.</p>\n<p>And in light of the contribution the bottom half of India&rsquo;s batting has managed thus far in the series, the end was realistically just one more breakthrough away.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3964390575001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3964390575001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>For almost two hours, the Australians searched for it only to fumble when it fell their way.</p>\n<p>Kohli should have been run out on four, his anxiety to get his innings underway failing to factor in Australia&rsquo;s even stronger urge to restrain him as he pushed to mid-off and followed through for a single.</p>\n<p>It was only due to a badly-bruised right forearm that David Warner was fielding there rather than his customary spot in the cordon, and it was that same injury that invariably saved Kohli as the return Warner fired after a diving save with Kohli stranded mid-pitch failed to threaten the stumps.</p>\n<p>A more straightforward chance was offered by Rahane when he was on 22 and failed to get on top of a cut shot off Johnson that flew above head height to Chris Rogers at point who jumped, clutched and then jogged after the spill which meant his back was turned to the bowler&rsquo;s displeasure.</p>\n<p>In the over prior to tea, Kohli&rsquo;s impetuosity almost cost him again when he defied old-fashioned cricket wisdom and tried to steal an overthrow that Pujara clearly didn&rsquo;t believe existed, and was this time spared by Nathan Lyon&rsquo;s inability to gather the searing throw and break the stumps.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3964390579001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3964390579001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>But when the Australians finally secured the wicket they so desperately sought &ndash; the in-form, in-your-face Kohli &ndash; it came amid such anti-climactic circumstances that the home team couldn&rsquo;t find it in themselves to give their pantomime villain a send-off.</p>\n<p>Perhaps they felt the Indian star was suffering enough, his shock at gently flicking the first ball after tea softly to an equally surprised Joe Burns at square leg reflected in the look he gave the pitch as if he had been done cold by one of those day five grubbers the MCG was once infamous for.</p>\n<p>However, the final key that was supposed to unlock India&rsquo;s dysfunctional lower-order batting took a while to turn.</p>\n<p>And when it did, that turn came from an unlikely source.</p>\n<p>After shaking Pujara with a bouncer that slammed into the grille of his protective helmet and then another that soared over the batsman&rsquo;s head, Johnson slipped in the sucker punch in the form of a &lsquo;slow&rsquo; (125kph &ndash; gentle by his standards) orthodox spinner that would have done Derek Underwood proud.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3965125987001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3965125987001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>Delivered from wide with the bowler&rsquo;s fingers dragged down the side of the ball to impart turn, it pitched on the perfect length to lure Pujara forward and turned sufficiently to beat the bat but not off stump.</p>\n<p>Four overs later Harris claimed the other prized scalp when Rahane aimed one of his few false strokes of this Test with a pull that hit high on the bat and looped to midwicket, leaving the Indian tail that had proved so hopelessly inadequate over the past year 15 overs to survive.</p>\n<p>But Dhoni and spinner Ravi Ashwin defied both recent history and the Australian attack to survive a final hour and eliminate the prospect of a series whitewash.</p>\n<p>The talking point at day&rsquo;s beginning was at what stage of the morning Smith would shut down his second innings and let his bowlers loose on the tourists.</p>\n<p>As it transpired, it was so far into the afternoon the players were on their way to the lunch room beneath the MCC Members&rsquo; Stand when the flag was waved, the tourists handed an unappetising order of 384 runs from a minimum of 70 overs to keep the series afloat.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3965125998001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3965125998001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>The tardiness of Smith&rsquo;s declaration had become topical to the point of obsession during a morning session that began 24 minutes early, lost 40 minutes to Melbourne&rsquo;s traditional festive season drizzle and came within a few centimetres of delivering a highlight.</p>\n<p>That came when Shaun Marsh&rsquo;s three-year wait to score a Test century on home soil was scuttled as he dived to complete his hundredth run, found short by Kohli (of course) who swooped, gathered and hit the stumps from close range as he sensed the Australian&rsquo;s desperation for the milestone.</p>\n<p>A polarising figure due to the vast, unexplained fluctuations between his successes and failures, Marsh is unlikely to finish with a Bradman-esque average.</p>\n<p>But given how close he was to completing the run that distinguishes a very good innings from a great one he should perhaps be listed in the scorebook as &lsquo;run out (Kohli) 99.94&rsquo;.</p>\n<div class=\"brightcove-outer-container \"><!-- Start of Brightcove Player -->\n<div style=\"display: none;\">\n</div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n<object id=\"myExperience3964390540001\" class=\"BrightcoveExperience\">\n<param name=\"bgcolor\" value=\"#FFFFFF\">\n<param name=\"width\" value=\"100%\">\n<param name=\"height\" value=\"270\">\n<param name=\"playerID\" value=\"3944763523001\">\n<param name=\"playerKey\" value=\"AQ~~,AAAAu-f-8Kk~,XmIdfJLsQzC3w5TzzwsCGgJ9yfsymPdw\">\n<param name=\"isVid\" value=\"true\">\n<param name=\"isUI\" value=\"true\">\n<param name=\"dynamicStreaming\" value=\"true\">\n<param name=\"@videoPlayer\" value=\"3964390540001\">\n</object>\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<!-- End of Brightcove Player --></div>\n<p>The mean-spiritedness of declaring on a batsman who has fought a long and public battle to forge an international career just as a definitive moment beckoned was one mitigating reason for Smith opting to bat India out of the series before declaring.</p>\n<p>The effect of the damp outfield on his bowlers&rsquo; capacity to grip the ball another.</p>\n<p>As was the prospect of India taking the second new-ball early in the day, thus raising the hope of a lift in the miserable scoring rate above the barely-two-runs-per-over the seemingly aimless session eventually yielded.</p>\n<p>And maybe even the tidal fluctuations of the nearby Yarra River.</p>\n<p>Whatever the rationale, Smith was so often and so closely scrutinised by television cameras as he sat in the dressing room casually tossing a ball from hand to hand he could have been excused for thinking he had become a Big Brother inmate.</p>\n<p>While the simple explanation &ndash; that in holding a two-nil series lead and having been bowled out twice in the first three Tests there was no conceivable reason to gift India the remotest chance of winning &ndash; was also the most credible, the morning&rsquo;s tactics remained curious.</p>\n<p>Once the prospect of losing an early wicket and having the tailenders face a new ball had passed, why not up the tempo and grant yourself more than two sessions &ndash; albeit extended ones due to poor weather &ndash; to seal the series with a win rather than a damp draw?</p>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </section>\r\n    </div>\r\n</div>\r\n    <div class=\"row\">\r\n        <!-- start row for disclaimer social -->\r\n        <div class=\"col-lg-3 col-md-3\">\r\n        </div>\r\n        <div class=\"col-lg-9 col-md-9\">\r\n            <!-- column for main news articles -->\r\n            <div class=\"social-block-news-page\">\r\n                <p>The opinions expressed here are the views of the writer and do not necessarily reflect the views and opinions of Cricket Australia.</p>\r\n\r\n    <ul>\r\n        <li><a id=\"shareFacebookHorizontal3881\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;facebook&quot;,&quot;description&quot;:&quot;Heroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy &quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" href=\"#\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Facebook-Default\"></span></a></li>\r\n        <li><a id=\"shareTwitterHorizontal7781\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;twitter&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" href=\"#\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Twitter-Default\"></span></a></li>\r\n        <li><a id=\"shareGooglePlusHorizontal1669\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30&quot;,&quot;provider&quot;:&quot;googleplus&quot;,&quot;title&quot;:&quot;Aussies seal series win in MCG draw&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx&quot;}}\" href=\"#\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Google-Default\"></span></a></li>\r\n    </ul>\r\n\r\n            </div>\r\n        </div>\r\n    </div>\r\n<div class=\"row\">\r\n    <!-- start row for filed under news -->\r\n        <article class=\"row-articles-filed-under\">\r\n            <div class=\"col-lg-12 col-md-12 hidden-sm hidden-xs\">\r\n                <hr>\r\n            </div>\r\n            <div class=\"col-lg-3 col-md-3\">\r\n                <h2 class=\"filed-under\">Filed Under</h2>\r\n            </div>\r\n\r\n            <div class=\"col-lg-9 col-md-9\">\r\n                <div class=\"btn-filed-under\">\r\n                <p>Australia</p>\r\n                <p>India</p>\r\n                                                        <a href=\"/series/test-series-v-india/uVO2j7qg3kCNJo2viwUn_A\">CommBank Test Series v India</a>\r\n                </div>\r\n            </div>\r\n        </article>\r\n</div>\r\n\r\n<div class=\"row row-ad\">\r\n    <div class=\"hidden-lg hidden-md hidden-sm col-xs-12 mobile-no-gutter\">\r\n        <div class=\"ad-top-padding\">\r\n            <div class=\"ads-styled w300 add-border\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_MRecAdBelowFileunder\" class=\"advert\" data-ad-type=\"MediumMobile\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div><!-- end row-ad --><div class=\"row\">\r\n    <article id=\"row-articles-news-top-news\">\r\n        <div class=\"col-lg-12 col-md-12 hidden-sm hidden-xs\">\r\n            <hr>\r\n        </div>\r\n        <div class=\"col-lg-3 col-md-3 mobile-no-gutter\">\r\n            <h2 class=\"top-news\">Top Stories</h2>\r\n        </div>\r\n        <div class=\"col-lg-9 col-md-9\">\r\n            <div class=\"row\">\r\n                <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12 mobile-no-gutter\">\r\n\r\n<article class=\"article-b article-b-video top-stories-video-a\">\r\n    <div class=\"article-b-wrapper wrapper-video\">\r\n        <div class=\"video-top video-article-b\">\r\n                <a href=\"/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03\" class=\"img-link\">\r\n                    <img src=\"/~/media/News/2015/01/3Mitch.ashx?mw=768\" title=\"\" class=\"img-responsive\" alt=\"\">\r\n                </a>\r\n        </div>\r\n        <div class=\"article-b-article-info\">\r\n            <p class=\"article-tag\">\r\n                        <a href=\"/series/test-series-v-india/uVO2j7qg3kCNJo2viwUn_A\">\r\n                            CommBank Test Series v India\r\n                        </a>\r\n            </p>\r\n            <h3><a href=\"/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03\">Johnson an injury worry for Aussies</a></h3>\r\n            <div class=\"article-info\">\r\n                <div class=\"author-social\">\r\n                    <p>AAP</p>\r\n                    <ul>\r\n                        <li class=\"icon-default icon-default-first\"><i class=\"fa fa-clock-o\"></i></li>\r\n                        \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count9945\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count9945\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count9945\">0</span></li>\r\n                    </ul>\r\n                </div>\r\n                \r\n<div class=\"btn-group share\">\r\n    \r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitter9457\" href=\"#\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;twitter&quot;,&quot;title&quot;:&quot;Johnson an injury worry for Aussies&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/3Mitch.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"shareFacebook5705\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;facebook&quot;,&quot;description&quot;:&quot;Pace spearhead misses training session with right hamstring soreness ahead of fourth Test&quot;,&quot;title&quot;:&quot;Johnson an injury worry for Aussies&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/3Mitch.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"shareGooglePlus739\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;googleplus&quot;,&quot;title&quot;:&quot;Johnson an injury worry for Aussies&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/3Mitch.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</article>\r\n\r\n\r\n                    <div class=\"video-primary-key-line\">\r\n                        <hr>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\r\n\r\n<article class=\"article-b article-b-video top-stories-video-b\">\r\n    <div class=\"article-b-wrapper wrapper-video\">\r\n        <div class=\"video-top video-article-b\">\r\n            <a href=\"#\" class=\"img-link img-article-c video-link\">\r\n                        <img src=\"/~/media/News/2015/01/03WatsonPink.ashx?mw=768\" class=\"img-video-frame img-responsive img-align-top\" alt=\"Shane Watson\" title=\"Shane Watson\">\r\n            </a>\r\n        </div>\r\n        <div class=\"article-b-article-info\">\r\n                    <p class=\"article-tag\">\r\n                        <a href=\"/series/test-series-v-india/uVO2j7qg3kCNJo2viwUn_A\">\r\n                            CommBank Test Series v India\r\n                        </a>\r\n                    </p>\r\n            <h3><a href=\"/news/shane-watson-says-memory-of-phillip-hughes-still-with-him-and-teammates-upon-return-to-scg/2015-01-03\">Watson ready for emotional SCG return</a></h3>\r\n            <div class=\"article-info\">\r\n                <div class=\"author-social\">\r\n                    <p>Andrew Ramsey</p>\r\n                    <ul>\r\n                        <li class=\"icon-default icon-tablet-mobile\"><i class=\"fa fa-play-circle\"></i>2:02</li>\r\n                        \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/shane-watson-says-memory-of-phillip-hughes-still-with-him-and-teammates-upon-return-to-scg/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count3442\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count3442\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count3442\">0</span></li>\r\n                    </ul>\r\n                </div>\r\n                \r\n<div class=\"btn-group share\">\r\n    \r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitter2446\" href=\"#\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/shane-watson-says-memory-of-phillip-hughes-still-with-him-and-teammates-upon-return-to-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;twitter&quot;,&quot;title&quot;:&quot;Watson ready for emotional SCG return&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/03WatsonPink.ashx&quot;}}\" class=\"icon-default ca-socialShare-btn\"><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"shareFacebook4028\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/shane-watson-says-memory-of-phillip-hughes-still-with-him-and-teammates-upon-return-to-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;facebook&quot;,&quot;description&quot;:&quot;Allrounder prepared for difficult memories in first match back after Hughes\\u0027s passing&quot;,&quot;title&quot;:&quot;Watson ready for emotional SCG return&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/03WatsonPink.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"shareGooglePlus3613\" href=\"#\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;url&quot;:&quot;http://www.cricket.com.au/news/shane-watson-says-memory-of-phillip-hughes-still-with-him-and-teammates-upon-return-to-scg/2015-01-03&quot;,&quot;provider&quot;:&quot;googleplus&quot;,&quot;title&quot;:&quot;Watson ready for emotional SCG return&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/~/media/News/2015/01/03WatsonPink.ashx&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</article><!-- end of article-3 -->\r\n                    <div class=\"news-key-line\">\r\n                        <hr>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class=\"row\">\r\n                <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\r\n                        <section>\r\n                            <h3><a href=\"/news/match-report/melbourne-renegades-v-melbourne-stars-ig-bash-league-match-report/2015-01-03\">Stars soar, Renegades hit record low</a></h3>\r\n                            <div class=\"social\">\r\n                                <ul>\r\n                                        <li class=\"icon-default\"><i class=\"fa fa-clock-o\"></i>3h ago</li>\r\n\r\n                                    \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/match-report/melbourne-renegades-v-melbourne-stars-ig-bash-league-match-report/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count4668\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count4668\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count4668\">0</span></li>\r\n                                </ul>\r\n                            </div>\r\n                        </section>\r\n                        <div class=\"news-key-line\">\r\n                            <hr>\r\n                        </div>\r\n                        <section>\r\n                            <h3><a href=\"/news/ryan-harris-backs-peter-siddle-for-test-return-but-likes-the-look-of-josh-hazlewood/2015-01-03\">Harris backs Siddle return to Test cricket</a></h3>\r\n                            <div class=\"social\">\r\n                                <ul>\r\n\r\n                                        <li class=\"icon-default\"><i class=\"fa fa-play-circle\"></i>2:02</li>\r\n                                    \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/ryan-harris-backs-peter-siddle-for-test-return-but-likes-the-look-of-josh-hazlewood/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count5099\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count5099\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count5099\">0</span></li>\r\n                                </ul>\r\n                            </div>\r\n                        </section>\r\n                        <div class=\"news-key-line\">\r\n                            <hr>\r\n                        </div>\r\n\r\n                </div>\r\n                <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\r\n                        <section>\r\n                            <h3><a href=\"/news/brad-hodge-to-miss-remainder-of-big-bash-league-season-for-adelaide-striker-with-arm-injury/2015-01-03\">Hodge likely to miss rest of BBL|04</a></h3>\r\n                            <div class=\"social\">\r\n                                <ul>\r\n\r\n                                        <li class=\"icon-default\"><i class=\"fa fa-play-circle\"></i>1:23</li>\r\n                                    \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/brad-hodge-to-miss-remainder-of-big-bash-league-season-for-adelaide-striker-with-arm-injury/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count9274\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count9274\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count9274\">0</span></li>\r\n                                </ul>\r\n                            </div>\r\n                        </section>\r\n                        <div class=\"news-key-line\">\r\n                            <hr>\r\n                        </div>\r\n                        <section>\r\n                            <h3><a href=\"/news/kumar-sangakkara-fastest-player-to-12000-test-match-runs-sri-lanka-v-new-zealand/2015-01-03\">Sangakkara fastest to 12,000 Test runs</a></h3>\r\n                            <div class=\"social\">\r\n                                <ul>\r\n\r\n                                    \r\n\r\n<script type=\"text/javascript\">\r\n        $(function () {\r\n            var url = 'http://graph.facebook.com/?id=' + 'http://www.cricket.com.au/news/kumar-sangakkara-fastest-player-to-12000-test-match-runs-sri-lanka-v-new-zealand/2015-01-03';\r\n\r\n\r\n            $.ajax({\r\n                cache: false,\r\n                type: 'GET',\r\n                crossDomain: true,\r\n                url: url,\r\n                contentType: 'application/json; charset=utf-8',\r\n                dataType: 'json',\r\n                success: function (data) {\r\n                    if (data.shares === undefined) {\r\n                        $(\"#fb-count2976\").html(\"0\");\r\n                    } else {\r\n                        $(\"#fb-count2976\").html(data.shares);\r\n                    }\r\n                }\r\n            });\r\n\r\n            \r\n        });\r\n</script>\r\n<li class=\"icon-default\"><i class=\"fa fa-facebook-square\"></i><span id=\"fb-count2976\">0</span></li>\r\n                                </ul>\r\n                            </div>\r\n                        </section>\r\n                        <div class=\"news-key-line\">\r\n                            <hr>\r\n                        </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </article>\r\n</div>\r\n\r\n        </div>\r\n\r\n        <!-- Aside -->\r\n        <div class=\"col-lg-4 col-md-4 col-sm-12\">\r\n            <div class=\"row row-ad hidden-sm hidden-xs\">\r\n    <div class=\"col-lg-12\">\r\n        <div class=\"ads-styled w300 add-border\">\r\n            <p>Advertisement</p>\r\n            <div id=\"msnau_ad_banner_firstMRecAd1\" class=\"advert\" data-ad-type=\"MediumTop\"><!-- Ad will render here --></div>\r\n        </div>\r\n    </div>\r\n</div><!-- end row-ad --><article>\r\n    <div class=\"feature-widget feature-widget-limit\">\r\n        <div class=\"most-popular-header\">\r\n            <h2>Most Popular</h2>\r\n        </div>\r\n        <div class=\"most-popular-content\">\r\n\r\n                    <div class=\"list-item\">\r\n                        <div>\r\n                            <span class=\"bullet\">1</span>\r\n                        </div><div class=\"item\">\r\n                            <h3 class=\"plus\">\r\n                                <a href=\"http://www.cricket.com.au/video/jake-reed-slip-first-ball-for-hobart-hurricanes-brisbane-heat-big-bash-league/2015-01-02\">Reed debuts with big crash</a>\r\n                            </h3>\r\n                        </div>\r\n                    </div>                    \r\n                    <div class=\"list-item\">\r\n                        <div>\r\n                            <span class=\"bullet\">2</span>\r\n                        </div><div class=\"item\">\r\n                            <h3 class=\"plus\">\r\n                                <a href=\"http://www.cricket.com.au/news/match-report/south-africa-west-indies-third-test-day-one/2015-01-03\">Ramdin leads Windies fightback in Cape Town</a>\r\n                            </h3>\r\n                        </div>\r\n                    </div>                    \r\n                    <div class=\"list-item\">\r\n                        <div>\r\n                            <span class=\"bullet\">3</span>\r\n                        </div><div class=\"item\">\r\n                            <h3 class=\"plus\">\r\n                                <a href=\"http://www.cricket.com.au/news/match-report/match-report-hobart-hurricanes-v-brisbane-heat-big-bash-league/2015-01-02\">Hurricanes send off Sammy in style</a>\r\n                            </h3>\r\n                        </div>\r\n                    </div>                    \r\n                    <div class=\"list-item\">\r\n                        <div>\r\n                            <span class=\"bullet\">4</span>\r\n                        </div><div class=\"item\">\r\n                            <h3 class=\"plus\">\r\n                                <a href=\"http://www.cricket.com.au/news/mitchell-johnson-hamstring-injury-misses-training-doubt-for-fourth-test-v-india-at-scg/2015-01-03\">Johnson an injury worry for Aussies</a>\r\n                            </h3>\r\n                        </div>\r\n                    </div>                    \r\n                    <div class=\"list-item\">\r\n                        <div>\r\n                            <span class=\"bullet\">5</span>\r\n                        </div><div class=\"item\">\r\n                            <h3 class=\"plus\">\r\n                                <a href=\"http://www.cricket.com.au/news/george-bailey-sorry-for-swearing-on-tv-during-bbl-big-bash-league-hobart-hurricanes-v-brisbane-heat/2015-01-03\">Bailey sorry for swearing during BBL</a>\r\n                            </h3>\r\n                        </div>\r\n                    </div>                    \r\n        </div>\r\n    </div>\r\n</article><div class=\"row row-ad\">\r\n    <div class=\"col-lg-12 col-md-12 hidden-sm hidden-xs\">\r\n        <div class=\"ads-styled w300 add-border\">\r\n            <p>Advertisement</p>\r\n            <div id=\"msnau_ad_banner_SecondMRecAdDesktopOnly\" class=\"advert\" data-ad-type=\"MediumTop1\"><!-- Ad will render here --></div>\r\n        </div>\r\n    </div>\r\n</div><!-- end row-ad -->\r\n\r\n<div class=\"row row-ad\">\r\n    <!-- start row-follow-us -->\r\n    <div class=\"col-lg-12\">\r\n        <article>\r\n            <div class=\"follow-us-section\">\r\n                <div class=\"follow-us-header\">\r\n                    <img id=\"follow-us-img\" src=\"/Content/cricketcomau/img/Follow-us-at-Cricket.png\" class=\"img-responsive\">\r\n                </div>\r\n                <div class=\"follow-us-icons\">\r\n                    <a href=\"http://www.twitter.com/cricketaus\" target=\"_blank\" class=\"twitter\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Twitter-Default\"></span></a>\r\n                    <a href=\"https://www.facebook.com/cricketcomau\" target=\"_blank\" class=\"facebook\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Facebook-Default\"></span></a>\r\n                    <a href=\"https://plus.google.com/+CricketAustralia/\" target=\"_blank\" class=\"google\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Google-Default\"></span></a>\r\n                    <a href=\"https://soundcloud.com/cricket-australia\" class=\"soundcloud\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-SoundCloud-Default\"></span></a>\r\n                    <a href=\"http://instagram.com/cricketcomau\" target=\"_blank\" class=\"instagram\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Instagram-Default\"></span></a>\r\n                    <a href=\"http://www.youtube.com/user/cricketaustraliatv\" class=\"youtube\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-YouTube-Default\"></span></a>\r\n                </div>\r\n            </div>\r\n        </article>\r\n    </div>\r\n</div><!-- end row-follow-us -->\r\n\r\n        </div>\r\n\r\n    </div>\r\n</div>\r\n\r\n<!--START bottom placeholder-->\r\n<div class=\"row-ad row-ad-mobile hidden-lg hidden-md hidden-sm\">\r\n    <!-- start row mobile ad -->\r\n    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 mobile-no-gutter\">\r\n        <!-- start column main article -->\r\n        <div class=\"ads-styled add-border w320\">\r\n            <div class=\"text-container\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_MobileSmallAdFooter\" class=\"advert\" data-ad-type=\"MbannerTop\"></div>\r\n            </div>\r\n        </div>\r\n    </div><!-- end column main article -->\r\n</div><div class=\"container main-content white-bg\">\r\n    <div class=\"row row-ad  row-add-margin-leaderboard hidden-xs\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled add-border w728\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_footer\" class=\"advert\" data-ad-type=\"Banner2Top1\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n<!--END bottom placeholder-->\r\n\r\n\r\n<div id=\"footer\" class=\"footer\">\r\n    <div class=\"container container-ca white-bg\">\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n                <hr />\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-3 col-md-3 col-sm-3 col-xs-12\">\r\n                        <div class=\"comm-box no-border\">\r\n                            <a href=\"/\" class=\"logo-holder\">\r\n                                <img id=\"logo-cricket-inverse\" src=\"/Content/cricketcomau/img/Cricket-Logo-Footer.png\" />\r\n                            </a>\r\n                            <p>cricket.com.au is a production of CA Digital Media - a division of <a href=\"http://www.cricketaustralia.com.au\">Cricket Australia</a></p>\r\n                            <p>&copy; 2014 Cricket Australia.</br>All rights reserved</p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-3 col-md-3 hidden-sm hidden-xs\">\r\n                        <ul class=\"footer-nav\">\r\n                                <li><a href=\"/news\">News</a></li>\r\n    <li><a href=\"/video\">Videos</a></li>\r\n    <li><a href=\"/fixtures\">Fixtures</a></li>\r\n    <li><a href=\"/series\">Series &amp; Tournaments</a></li>\r\n    <li><a href=\"/players\">Players</a></li>\r\n    <li><a href=\"/stats\">Stats</a></li>\r\n\r\n                        </ul>\r\n                        <ul class=\"shop footer-nav\">\r\n                            <li><a href=\"/account/subscribe\"><span class=\"icon-ca icon-ca-CA-Icon-Video-Subscription\"></span>Subscribe</a></li>\r\n                            <li><a href=\"/tickets\"><i class=\"fa fa-ticket\"></i>Tickets</a></li>\r\n                            <li><a href=\"http://shop.cricket.com.au/\"><i class=\"fa fa-shopping-cart\"></i>Shop</a></li>\r\n                        </ul>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 hidden-xs\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"http://www.cricketaustralia.com.au\" class=\"logo-holder\">\r\n                                    <img id=\"logo-cricket-australia\" src=\"/Content/cricketcomau/img/cricket-australia.png\" />\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Cricket Australia is the custodian of cricket in Australia with a vision to be Australia's favourite sport.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"http://www.cricketaustralia.com.au\" class=\"btn-footer green\">View Site<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 hidden-xs\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"http://www.playcricket.com.au\" class=\"logo-holder\">\r\n                                    <img id=\"logo-play-cricket\" src=\"/Content/cricketcomau/img/play-cricket.png\" />\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Join over 1.1 million Australians playing cricket. Create your own cricket moment.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"http://www.playcricket.com.au\" class=\"btn-footer light-green\">Play Cricket<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 col-xs-12\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"/promotions/cricket-australia-live/\" class=\"cricket-live-link logo-holder\">\r\n                                    <img src=\"/Content/cricketcomau/img/Cricket-LIVE-Logo-Corp-Footer.png\">\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Take cricket with you everywhere! Get the latest scores, news, highlights, live radio and live video streaming.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"/promotions/cricket-australia-live/\" class=\"btn-footer lighter-green\">Get The App<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <hr />\r\n                <div class=\"t-c\">\r\n                    <ul>\r\n                            <li><a href=\"/privacy\">Privacy Policy</a></li>\r\n    <li><a href=\"/collection-statement\">Collection Statement</a></li>\r\n    <li><a href=\"/terms-conditions\">Terms &amp; Conditions</a></li>\r\n    <li><a href=\"/advertise\">Advertise</a></li>\r\n    <li><a href=\"/contact\">Contact</a></li>\r\n    <li><a href=\"https://www.surveymonkey.com/s/M2YF75R\">Feedback</a></li>\r\n\r\n                    </ul>\r\n                </div>\r\n                <div class=\"social-icons icon-ca-footer\">\r\n                    <p><strong>Follow us for the latest cricket news</strong></p>\r\n                    <a href=\"http://www.twitter.com/cricketaus\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Twitter-Default\"></span></a>\r\n                    <a href=\"https://www.facebook.com/cricketcomau\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Facebook-Default\"></span></a>\r\n                    <a href=\"https://plus.google.com/+CricketAustralia/\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Google-Default\"></span></a>\r\n                    <a href=\"https://soundcloud.com/cricket-australia\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-SoundCloud-Default\"></span></a>\r\n                </div>\r\n            </div>\r\n        </div><!-- end row -->\r\n    </div><!-- end container -->\r\n</div><!-- end footer -->\r\n</div>\r\n</div>\r\n\r\n<div id=\"error-modal-sm\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"errorMessageModal\" data-keyboard=\"false\" data-backdrop=\"static\">\r\n    <div class=\"modal-dialog modal-lg modal-dialog-center\">\r\n        <div class=\"modal-content\">\r\n            <div class=\"modal-header\">\r\n                <h2 class=\"modal-title\" id=\"errorMessageModal\"></h2>\r\n            </div>\r\n            <div class=\"modal-body\">\r\n                <div id=\"error-message-content\" class=\"alert alert-danger\" role=\"alert\"></div>\r\n                <button id=\"modal-button-ok\" type=\"button\" class=\"error-modal-button-ok btn btn-primary\" data-dismiss=\"modal\"></button>\r\n            </div>\r\n        </div><!-- /.modal-content -->\r\n    </div>\r\n</div>\r\n\r\n<div id=\"confirm-cancel-modal-sm\" class=\"modal fade\" tabindex=\"-2\" role=\"dialog\" aria-labelledby=\"confirmCancelMessageModal\" data-keyboard=\"false\" data-backdrop=\"static\">\r\n    <div class=\"modal-dialog modal-lg\">\r\n        <div class=\"modal-content\">\r\n            <div class=\"modal-header\">\r\n                <h2 class=\"modal-title\" id=\"confirmCancelMessageModal\"></h2>\r\n            </div>\r\n            <div class=\"modal-body\">\r\n                <div id=\"confirm-cancel-message-content\"></div>\r\n            </div>\r\n            <div class=\"modal-footer\">\r\n                <button id=\"modal-button-cancel\" type=\"button\" class=\"confirm-modal-button-cancel btn btn-default\" data-dismiss=\"modal\"></button>\r\n                <button id=\"modal-button-ok\" type=\"button\" class=\"confirm-modal-button-ok btn btn-primary\" data-dismiss=\"modal\"></button>\r\n            </div>\r\n        </div><!-- /.modal-content -->\r\n    </div>\r\n</div>\r\n\r\n\r\n\r\n<!-- Placed at the end of the document so the pages load faster -->\r\n<!-- Bundled JS-->\r\n<script src=\"/bundles/cricketcomau/body.js?v=ngaA3wEjV4bUAFHRD7MaxmOiwQCsEev60vBgMhgXwBU1\"></script>\r\n\r\n\r\n\r\n    \r\n\r\n    <!-- JavaScript added by the renderings -->\r\n    <script>\r\n        (function ($) {\r\n            var render = true;\r\n            function GetScore() {\r\n                if (render)\r\n                    $.get(\"/cricketcomau/LiveScore/LiveScore\", { renderAsync: render })\r\n                        .then(function (score) {\r\n                            if ($.trim(score) != \"\") {\r\n                                $('#score-module').html(score).slideDown(1000);\r\n                                $('#all-content').addClass(\"all-content-live-score\");\r\n                                $('.row.row-ad.row-leaderboard-only-tablet').addClass(\"ad-live-score-margin\");\r\n                            } else {\r\n                                render = false;\r\n                                $(\"#score-module\").hide();\r\n                                $('#all-content').removeClass(\"all-content-live-score\");\r\n                                $('.row.row-ad.row-leaderboard-only-tablet').removeClass(\"ad-live-score-margin\");\r\n                            }\r\n                        });\r\n            }\r\n            $(document).ready(GetScore);\r\n            setInterval(GetScore, 40000);\r\n        })(jQuery);\r\n    </script><script type=\"text/javascript\">\r\n    var params1 =\r\n    {\r\n        url: 'http://www.cricket.com.au/news/match-report/third-test-day-five-australia-v-india-mcg/2014-12-30'\r\n      , enabledProviders: 'facebook,twitter,googleplus'\r\n      , callback: socialShares\r\n      , userAction: { thumbnailURL: 'http://www.cricket.com.au/~/media/News/2014/12/30draw.ashx' }\r\n    };\r\n        function socialShares(response) {\r\n            \r\n\r\n            if (response.errorCode == 0) {\r\n                document.getElementById(\"shareTwitterVertical1057\").innerHTML = document.getElementById(\"shareTwitterVertical1057\").innerHTML + response.shareCounts.twitter;\r\n                document.getElementById(\"shareFacebookVertical4086\").innerHTML = document.getElementById(\"shareFacebookVertical4086\").innerHTML + response.shareCounts.facebook;\r\n            } else {\r\n                // Had an error so we'll set counts to zero.\r\n                document.getElementById(\"shareTwitterVertical1057\").innerHTML = \"\";\r\n                document.getElementById(\"shareFacebookVertical4086\").innerHTML = \"\";\r\n                //document.getElementById(\"googleplus-count\").innerHTML = \"\";\r\n            }\r\n        }\r\n        gigya.socialize.getProviderShareCounts(params1);\r\n    </script>\r\n<script type=\"text/javascript\">\r\n            $(document).ready(function () {\r\n                $(document).on(\"click\", \".ca-socialShare-btn\", function (e) {\r\n                    var data = $(this).attr(\"data-ca-package-social\");\r\n                    var params = jQuery.parseJSON(data);\r\n                    gigya.socialize.postBookmark(params);\r\n                    return false;\r\n                });\r\n\r\n            });\r\n        </script>\r\n\r\n    <!-- START Nielsen Online SiteCensus V6.0 -->\r\n    <!-- COPYRIGHT 2012 Nielsen Online -->\r\n    <script type=\"text/javascript\" src=\"//secure-au.imrworldwide.com/v60.js\"></script>\r\n    <script type=\"text/javascript\">\r\n        var pvar =  { cid: \"cricketaus\", content: \"0\", server: \"secure-au\" };\r\n        var trac = nol_t(pvar);\r\n        trac.record().post();\r\n    </script>\r\n    <noscript>\r\n        <div>\r\n            <img src=\"//secure-au.imrworldwide.com/cgi-bin/m?ci=cricketaus&cg=0&cc=1&ts=noscript\" width=\"1\" height=\"1\" alt=\"\" />\r\n        </div>\r\n    </noscript>\r\n    <!-- END Nielsen Online SiteCensus V6.0 -->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"cricket.com.au\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName(\"script\")[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/9078.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n\r\n\r\n    </body>\r\n    </html>\r\n\r\n\r\n"
  },
  {
    "path": "tests/data/html/cricket.com.au2.html",
    "content": "\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <!--START NINEMSN KIT - LOADER BLOCK 1-->\r\n<script type=\"text/javascript\">\r\n    // Ninemsn Third Party Kit - Loader\r\n\r\n    // Partner site name configuration goes here. You will be emailed the correct value to use.\r\n    var MSNAU_SiteName = 'cricket.com.au';\r\n\r\n    (function () {\r\n        var LOADER_SCRIPT_URL = 'http://shared.9msn.com.au/share/short_cache/js/third_party/loaders/au.thirdparty.loader-latest.min.js';\r\n        var LOADER_SCRIPT_URL_SECURE = 'https://secure.ninemsn.com.au/share/short_cache/js/third_party/loaders/au.thirdparty.loader-latest.min.js';\r\n        var loaderScriptUrl = (window.location.protocol == 'https:') ? LOADER_SCRIPT_URL_SECURE : LOADER_SCRIPT_URL;\r\n        document.write('<scr' + 'ipt type=\"text/javascript\" src=\"' + loaderScriptUrl + '\"></scr' + 'ipt>');\r\n    }());\r\n</script>\r\n<!--END NINEMSN KIT - LOADER BLOCK 1-->\r\n<!--START NINEMSN KIT - LOADER BLOCK 2-->\r\n<script type=\"text/javascript\">\r\n    //Ninemsn Third Party Kit - Configuration\r\n\r\n    MSNAU_Loader.setup();\r\n\r\n    MSNAU_Config.setSectionName('videos');\r\n\r\n    MSNAU_Config.setSubsectionName('individual');\r\n    \r\n\r\n    //Third Party Kit - Partner Configuration Block Start\r\n\r\n    ////////////////////////////////////////////////////////////\r\n    //  Partner configuration options go here...              //\r\n    //  You will be emailed the correct values to use here.   //\r\n    ////////////////////////////////////////////////////////////\r\n\r\n    //Third Party Kit - Partner Configuration Block End\r\n\r\n    MSNAU_ThirdParty.initialize();\r\n</script>\r\n<!--END NINEMSN KIT - LOADER BLOCK 2--><!-- Google Analytics -->\r\n<meta name=\"google-site-verification\" content=\"VxtWzdLStGIGQf3OSYnzuHHw4F0cMHCPkU_VwbN51iw\" />\r\n    <script type=\"text/javascript\">\r\n        var _gaq = _gaq || [];\r\n        _gaq .push(\r\n            ['_setAccount', 'UA-7949310-1'],\r\n            ['_setDomainName', 'cricket.com.au'],\r\n            ['_addIgnoredRef', 'cricket.com.au'],\r\n            ['_trackPageview'],\r\n            ['rollup._setAccount', 'UA-7949310-22'],\r\n            ['rollup._trackPageview']\r\n        );\r\n\r\n        (function () {\r\n            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n        })();\r\n    </script>\r\n\r\n<script src=\"//cdn.optimizely.com/js/2288570633.js\"></script> \r\n<!-- Meta Tags -->\r\n<meta name=\"description\" content=\"The Brisbane Heat&#39;s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps\" />\r\n<link rel=\"canonical\" href=\"http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28\" />\r\n<title>Glenn Maxwell&#39;s unbelievable leave | cricket.com.au</title>\r\n\r\n\r\n<!-- FACEBOOK OPEN GRAPH -->\r\n\r\n<meta property=\"og:title\" content=\"Glenn Maxwell&#39;s unbelievable leave\" />\r\n<meta property=\"og:site_name\" content=\"cricket.com.au\" />\r\n<meta property=\"og:description\" content=\"The Brisbane Heat&#39;s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps\" />\r\n<meta property=\"og:type\" content=\"video.other\" />\r\n<meta property=\"og:video:height\" content=\"270\" />\r\n<meta property=\"og:video:width\" content=\"480\" />\r\n<meta property=\"og:url\" content=\"http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28\" />\r\n<meta property=\"og:video\" content=\"http://c.brightcove.com/services/viewer/federated_f9/?isVid=1&isUI=1&playerID=3769582751001&autoStart=true&videoID=3963054074001\" />\r\n<meta property=\"og:video:secure_url\" content=\"https://secure.brightcove.com/services/viewer/federated_f9/?isVid=true&isUI=true&playerID=3769582751001&secureConnections=true&videoID=3963054074001&autoStart=true\" />\r\n<meta property=\"og:image\" content=\"http://www.cricket.com.au/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300&h=201&bc=ffffff\" />\r\n<meta property=\"fb:app_id\" content=\"652653588100808\" />\r\n\r\n\r\n<meta property=\"og:video:type\" content=\"application/x-shockwave-flash\">\r\n\r\n\r\n\r\n\r\n<meta name=\"twitter:card\" content=\"player\" />\r\n<meta name=\"twitter:title\" content=\"Glenn Maxwell&#39;s unbelievable leave\" />\r\n<meta name=\"twitter:description\" content=\"The Brisbane Heat&#39;s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps\" />\r\n<meta name=\"twitter:player\" content=\"https://secure.brightcove.com/services/viewer/federated_f9/?isVid=true&isUI=true&playerID=3769582751001&secureConnections=true&videoID=3963054074001&autoStart=false\" />\r\n<meta name=\"twitter:player:width\" content=\"480\" />\r\n<meta name=\"twitter:player:height\" content=\"270\" />\r\n<meta name=\"twitter:image\" content=\"http://www.cricket.com.au/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300&h=201&bc=ffffff\" />\r\n\r\n\r\n<meta itemprop=\"name\" content=\"Glenn Maxwell&#39;s unbelievable leave\">\r\n<meta itemprop=\"description\" content=\"The Brisbane Heat&#39;s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps\">\r\n<meta itemprop=\"image\" content=\"http://www.cricket.com.au/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300&h=201&bc=ffffff\">\r\n\r\n\r\n    <meta charset=\"utf-8\">\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info = {\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"ea190e6af2\",\"applicationID\":\"4965716\",\"transactionName\":\"YAdUMkJWD0ZVVBJdDVlNYxRZGBdcUFIJGxReBlMJHVANUFpZS1kDTxVTClwaDVBVQQNHT1AHQhUdVQ5CWFICGQBeBRsEUUQJGFhSB1MXUk9FElFFEhhCGg5RA0NNBFYBA0wEBhpUDA==\",\"queueTime\":15,\"applicationTime\":25,\"ttGuid\":\"C1FEDECA626C8FCF\",\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\r\n    <meta name=\"viewport\" content=\"width =device-width, initial-scale=1\">\r\n\r\n    <link rel=\"icon\" href=\"/Content/cricketcomau/img/favicon/favicon.ico\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-57x57.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-114x114.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-72x72.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-144x144.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-60x60.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-120x120.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-76x76.png\" />\r\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" href=\"/Content/cricketcomau/img/favicon/apple-touch-icon-152x152.png\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-196x196.png\" sizes=\"196x196\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-96x96.png\" sizes=\"96x96\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-32x32.png\" sizes=\"32x32\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-16x16.png\" sizes=\"16x16\" />\r\n    <link rel=\"icon\" type=\"image/png\" href=\"/Content/cricketcomau/img/favicon/favicon-128.png\" sizes=\"128x128\" />\r\n    <meta name=\"application-name\" content=\"&nbsp;\" />\r\n    <meta name=\"msapplication-TileColor\" content=\"#FFFFFF\" />\r\n    <meta name=\"msapplication-TileImage\" content=\"/Content/cricketcomau/img/favicon/mstile-144x144.png\" />\r\n    <meta name=\"msapplication-square70x70logo\" content=\"/Content/cricketcomau/img/favicon/mstile-70x70.png\" />\r\n    <meta name=\"msapplication-square150x150logo\" content=\"/Content/cricketcomau/img/favicon/mstile-150x150.png\" />\r\n    <meta name=\"msapplication-wide310x150logo\" content=\"/Content/cricketcomau/img/favicon/mstile-310x150.png\" />\r\n    <meta name=\"msapplication-square310x310logo\" content=\"/Content/cricketcomau/img/favicon/mstile-310x310.png\" />\r\n\r\n    <!-- Font awesome -->\r\n    <link href=\"/Content/cricketcomau/css/font-awesome.min.css\" rel=\"stylesheet\">\r\n    <!-- Custom styles -->\r\n    <link href=\"/Content/cricketcomau/css/global.min_page_1.css\" rel=\"stylesheet\">\r\n    <link href=\"/Content/cricketcomau/css/global.min_page_2.css\" rel=\"stylesheet\">\r\n    <!-- Responsive tables -->\r\n    <link href=\"/Content/cricketcomau/css/responsive-tables.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />\r\n    <!-- google fonts -->\r\n    <link href='//fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>\r\n\r\n    <!--[if IE]>\r\n        <link href=\"/Content/cricketcomau/css/ie-style.css\" rel=\"stylesheet\">\r\n    <![endif]-->\r\n    <!--[if lt IE 9]>\r\n      <link rel=\"stylesheet\" type=\"text/css\" href=\"/Content/cricketcomau/css/ie8.css\" />\r\n    <![endif]-->\r\n\r\n    <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\r\n \r\n    \r\n\r\n    <!-- Bundled JS -->\r\n    <script src=\"/bundles/cricketcomau/head.js?v=GmezDHH1wyQsssIz8Nf-nLLgdYjmYpOHenjyFyMYfPs1\"></script>\r\n\r\n    \r\n        <!-- Load Adobe Typekit Fonts -->\r\n        <script type=\"text/javascript\" src=\"//use.typekit.net/wke5yfr.js\"></script>\r\n        <script type=\"text/javascript\">try { Typekit.load(); } catch (e) { }</script>\r\n\r\n        <!-- gigya.js script should only be included once -->\r\n        <script type=\"text/javascript\" lang=\"javascript\" src=\"https://cdns.gigya.com/JS/socialize.js?apikey=3_6e1TaLjsahR5uCGp6nJmypWQgKhar8MTTeP5j482U-WZN0XVjYvw6eLlZjxxMLwV\">\r\n            {\r\n                enabledProviders: 'facebook,twitter,google'\r\n            }\r\n        </script>\r\n\r\n        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\r\n        <!--[if lt IE 9]>\r\n            <script src=\"//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n            <script src=\"//oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n        <![endif]-->\r\n\r\n        <!--Configuration settings-->\r\n        <script>\r\n            var ca_settings = {};\r\n            ca_settings.avs_setting = \"live\";\r\n            ca_settings.avs_enabled = \"enabled\";\r\n            ca_settings.UnlimitedCricket365PassID = \"21\";\r\n        </script>\r\n\r\n    </head>\r\n\r\n    <body class=\"ad-bg-color\">\r\n        <div id=\"full-content\">\r\n            <!--START top placeholder-->\r\n            <div class=\"container\">\r\n    <div class=\"row row-ad row-leaderboard-only-desktop\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled w980\">\r\n                    <div id=\"msnau_ad_banner_header\" class=\"advert\" data-ad-type=\"BannerTop\"><!-- Ad will render here --></div>\r\n\r\n                    <div id=\"msnau_ad_masthead_top\" class=\"advert\" data-ad-type=\"MastheadTop\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n\r\n            <!--End top placeholder-->\r\n            <div id=\"nav-ca\">\r\n                <div class=\"navbar-ca\">\r\n                    <div class=\"container container-nav-ca\">\r\n                        <div class=\"login-social-gigya\">\r\n                            <ul id=\"login-header\">\r\n                                <li id=\"login-link\" class=\"login-link\"><a href=\"#\" class=\"login\" tabindex=\"11\" title=\"australian cricket family login\"><i class=\"fa fa-users\"></i> Australian Cricket Family</a></li>\r\n                                <li id=\"username\" style=\"display: none;\"><a href=\"/account\" tabindex=\"12\" class=\"edit-profile\"></a></li>\r\n                                <li id=\"subscription\"><a href=\"/account/subscribe\" tabindex=\"13\"><span class=\"icon-controller btn-subscribe-header\"><span class=\"icon-ca icon-ca-CA-Icon-Subscribe-Default\"></span>Live Pass</span></a></li>\r\n                            </ul>\r\n                        </div>\r\n                        <div id=\"btn-nav-list-ca\" class=\"hamburger\">\r\n                            <a href=\"#\"><i class=\"fa fa-bars\"></i></a>\r\n                        </div>\r\n                        <div class=\"navbar-branding-ca\">\r\n                            <a href=\"/\" tabindex=\"1\" class=\"client-logo\" id=\"logo-header\" title=\"cricket.com.au homepage\"></a>\r\n                        </div><!-- end navbar-branding -->\r\n                        <div class=\"feature-panel match-centre match-centre-sticky\"><a href=\"http://live.cricket.com.au/#/fixture\">LIVE SCORES</a></div>\r\n                        <div class=\"nav-wrapper noBounce\" id=\"nav-container\">\r\n                            <div class=\"mobile-nav-close\">\r\n                                <button type=\"button\" class=\"close-flyout-btn\"></button>\r\n                            </div>\r\n                            <div class=\"navbar-collapse-ca noBounce\">\r\n                                <ul class=\"nav-list-ca\">\r\n                                    <div class=\"account-info\">\r\n                                        <li id=\"mobile-login-link-item\" class=\"login-link\"><a id=\"mobile-login-link\" href=\"#\" class=\"login\" id=\"mobile-login\"><i class=\"fa fa-users\"></i> ACF</a></li>\r\n                                        <li><a id=\"mobile-username\" style=\"display:none;\" href=\"/account\" class=\"edit-profile\" id=\"mobile-edit-profile\"><span class=\"ca-fixture ca-fixture-user-logged-in\"></span></a>\r\n                                        <li><a id=\"mobile-register\" href=\"/account/subscribe\"><span class=\"icon-controller btn-subscribe-header\"><span class=\"icon-ca icon-ca-CA-Icon-Subscribe-Default\"></span>Live Pass</span></a></li>\r\n                                    </div>\r\n                                     \r\n<li><a tabindex=\"2\" href=\"/news\" >News</a></li><li><a tabindex=\"3\" href=\"/video\" class=active>Videos</a></li><li><a tabindex=\"4\" href=\"/fixtures\" >Fixtures</a></li><li><a tabindex=\"5\" href=\"/series\" >Series &amp; Tournaments</a></li><li><a tabindex=\"6\" href=\"/players\" >Players</a></li><li><a tabindex=\"7\" href=\"/stats\" >Stats</a></li>\r\n                                    <li id=\"nav-shop\"><a href=\"http://shop.cricket.com.au/\" tabindex=\"8\"><i class=\"fa fa-shopping-cart\"></i>Shop</a></li>\r\n                                    <li id=\"nav-tickets\"><a href=\"/tickets\"><i class=\"fa fa-ticket\"></i>Tickets</a></li>\r\n                                </ul>\r\n                            </div><!-- end navbar-collapse-ca -->\r\n                            <div class=\"feature-links\">\r\n                                <div class=\"feature-panel tickets\"><a href=\"/tickets\" tabindex=\"9\">BUY TICKETS</a></div>\r\n                                <div class=\"feature-panel match-centre\"><a href=\"http://live.cricket.com.au/#/fixture\" tabindex=\"10\">LIVE SCORES</a></div>\r\n                            </div>\r\n                        </div>\r\n                    </div><!-- end container -->\r\n                    <div id=\"mask\" class=\"nav-overlay noBounce\"></div>\r\n                </div><!-- end navbar-ca -->\r\n            </div><!-- end nav-ca -->\r\n            <section id=\"score-module\">\r\n                \r\n\r\n\r\n            </section>\r\n            <div id=\"all-content\" class=\"all-content\">\r\n\r\n <!-- Start SubHead : Created for -->\r\n<div class=\"container\">\r\n    <div class=\"row row-ad row-leaderboard-only-tablet\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled add-border w728\">\r\n                <p>Advertisement</p>\r\n                <!--START NINEMSN KIT - BannerTab Ad-->\r\n                <div id=\"msnau_ad_banner_tabheader\" class=\"advert\" data-ad-type=\"BannerTop\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n <!-- End  SubHead -->\r\n<div class=\"container white-bg main-content\">\r\n    <div class=\"row\">\r\n\r\n        <!-- Master -->\r\n        <div id=\"column-content\" class=\"col-lg-8 col-md-8 col-sm-12\">\r\n            <div class=\"row row-ad row-ad-mobile hidden-lg hidden-md hidden-sm\">\r\n    <!-- start row mobile ad -->\r\n    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 mobile-no-gutter\">\r\n        <!-- start column main article -->\r\n        <div class=\"ads-styled add-border w320\">\r\n            <div class=\"text-container\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_mobile\" class=\"advert\" data-ad-type=\"MbannerTop\"></div>\r\n            </div>\r\n        </div>\r\n    </div><!-- end column main article -->\r\n</div><div class=\"row\">\r\n    <div class=\"col-lg-3 col-md-3\">\r\n        <!-- column for social articles -->\r\n        \r\n\r\n\r\n<article class=\"column-social\">\r\n    <div>\r\n        <span class=\"icon-ca-headers icon-ca-headers-Video video-icon-large\">\r\n            <h4>Video</h4>\r\n        </span>\r\n            <p class=\"news-page-article-date\">28 December 2014</p>\r\n        <ul class=\"news-article-author\">\r\n            \r\n            <li>\r\n                <a href=\"#!\" id=\"sharefacebookid252826884\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\">\r\n                    <span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Facebook-Default\"></span>\r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a href=\"#!\" id=\"shareTwitterId252826884\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\">\r\n                    <span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Twitter-Default\"></span>\r\n                </a>\r\n            </li>\r\n            <li>\r\n                <a href=\"#!\" id=\"sharegoogleid252826884\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;googleplus&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\">\r\n                    <span class=\"icon-ca icon-ca-medium icon-ca-CA-Icon-Google-Default\"></span>\r\n                </a>\r\n            </li>\r\n            \r\n        </ul>\r\n    </div>\r\n</article>\r\n\r\n\r\n    </div><!-- end column for social articles \"col-lg-3\" -->\r\n    <div class=\"col-lg-9 col-md-9\">\r\n        <!-- column for main news articles -->\r\n        \r\n<section class=\"video\">\r\n    <div class=\"row\">\r\n        <div class=\"col-lg-12 tablet-mobile-no-gutter\">\r\n\r\n            <div id=\"BrightCoveOuterContainerId\" class=\"brightcove-outer-container\"><div id=\"brightcoveplayer_635559218383208661117\" class=\"brightcove-video-player\"></div></div>\r\n            <script>jQuery(function($){$(\"#brightcoveplayer_635559218383208661117\" ).brightcoveVideo({\"@videoPlayer\":\"3963054074001\",\"playerID\":\"3769582751001\",\"autoStart\":\"True\"});});</script>\r\n        </div>\r\n    </div>\r\n    <div class=\"row\">\r\n        <div class=\"col-lg-12\">\r\n\r\n<p class=\"article-tag\">\r\n\r\n        <a href=\"/series/kfc-t20-big-bash-league-04/nB4gUgJcSkCcUSPW51iExA\">\r\n            KFC T20 BBL|04\r\n        </a>\r\n</p>\r\n            <h1 class=\"news-main-title\">Glenn Maxwell&#39;s unbelievable leave</h1>\r\n            <div>\r\n                <div class=\"hidden-lg hidden-md\">\r\n<div id=\"sharedivId604198775\" class=\"btn-group share\">\r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitterId604198775\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\" ><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"sharefacebookid604198775\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"sharegoogleid604198775\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;googleplus&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28&quot;,&quot;description&quot;:&quot;The Brisbane Heat\\u0027s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps&quot;,&quot;title&quot;:&quot;Glenn Maxwell\\u0027s unbelievable leave&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2014/12/28/Maxwells-unbelievable-leave-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n</div>\r\n            </div>\r\n            <div class=\"video-social-clear\">\r\n                <p>The Brisbane Heat&#39;s Ryan Duffield had his second wicket in as many balls when Glenn Maxwell left a ball swinging back into the stumps</p>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>\r\n    </div>\r\n</div>\r\n<div class=\"row\">\r\n    <!-- start row for filed under news -->\r\n    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 video-col-no-padding\">\r\n        <section class=\"video-latest\">\r\n            <div class=\"row video-row-no-margin\">\r\n                <div class=\"col-lg-12 col-md-12 col-sm-12 mobile-no-gutter\">\r\n                    <div class=\"video-header logo video-header-no-bottom-margin\">\r\n                        <img class=\"feature-client-logo\" src=\"/Content/cricketcomau/img/Cricket-Logo-Banner-Tablet-Mobile.png\" />\r\n                        <h2>Latest Videos</h2>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class=\"row video-row-no-margin\">\r\n                <div class=\"col-lg-md-sm-add-padding\">\r\n    <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\r\n        <!-- one -->\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-12 col-lg-md-sm-small-gutter mobile-no-gutter\">\r\n                    <div class=\"video-related-latest-top-no-margin video-top\">\r\n                        <a href=\"/video/mitchell-starc-preparing-to-play-if-mitchell-johnson-is-ruled-out-shane-watson-ryan-harris-pink-test/2015-01-03\" class=\"img-link video-link \">\r\n                            <span class=\"fa fa-play-circle icon-video-icon-overlay\"></span><span class=\"icon-video-text-overlay\">2:02</span>\r\n                            <img src=\"/~/media/Brightcove/Cricket Australia/2015/1/3/Johnson-injury-opens-door-for-Starc-still.ashx?mw=768\" class=\"img-video-frame img-responsive img-align-top\" alt=\"Johnson-injury-opens-door-for-Starc-still\" title=\"Johnson-injury-opens-door-for-Starc-still\">\r\n                        </a>\r\n                    </div>\r\n                <div class=\"latest-news-primary-news-wrapper video-col-padding\">\r\n<p class=\"article-tag\">\r\n\r\n        <a href=\"/series/test-series-v-india/uVO2j7qg3kCNJo2viwUn_A\">\r\n            CommBank Test Series v India\r\n        </a>\r\n</p>\r\n                    <div class=\"article-latest-news\">\r\n                        <h3><a href=\"/video/mitchell-starc-preparing-to-play-if-mitchell-johnson-is-ruled-out-shane-watson-ryan-harris-pink-test/2015-01-03\" class=\"\">Johnson injury opens door for Starc</a></h3>\r\n                        <div class=\"article-text\">\r\n                            <p>Left-arm fast bowler says he&#39;ll prepare to play if Mitchell Johnson fails to recover from hamstring soreness</p>\r\n                        </div>\r\n                        <div class=\"article-info\">\r\n                            <div class=\"author-social\">\r\n                            </div>\r\n                            \r\n<div id=\"sharedivId1021770622\" class=\"btn-group share\">\r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitterId1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/mitchell-starc-preparing-to-play-if-mitchell-johnson-is-ruled-out-shane-watson-ryan-harris-pink-test/2015-01-03&quot;,&quot;description&quot;:&quot;Left-arm fast bowler says he\\u0027ll prepare to play if Mitchell Johnson fails to recover from hamstring soreness&quot;,&quot;title&quot;:&quot;Johnson injury opens door for Starc&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Johnson-injury-opens-door-for-Starc-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\" ><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"sharefacebookid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/mitchell-starc-preparing-to-play-if-mitchell-johnson-is-ruled-out-shane-watson-ryan-harris-pink-test/2015-01-03&quot;,&quot;description&quot;:&quot;Left-arm fast bowler says he\\u0027ll prepare to play if Mitchell Johnson fails to recover from hamstring soreness&quot;,&quot;title&quot;:&quot;Johnson injury opens door for Starc&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Johnson-injury-opens-door-for-Starc-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"sharegoogleid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;googleplus&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/mitchell-starc-preparing-to-play-if-mitchell-johnson-is-ruled-out-shane-watson-ryan-harris-pink-test/2015-01-03&quot;,&quot;description&quot;:&quot;Left-arm fast bowler says he\\u0027ll prepare to play if Mitchell Johnson fails to recover from hamstring soreness&quot;,&quot;title&quot;:&quot;Johnson injury opens door for Starc&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Johnson-injury-opens-door-for-Starc-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <div class=\"video-primary-key-line\">\r\n                    <hr>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- end one -->\r\n    <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\r\n        <!-- two -->\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 col-lg-md-sm-small-gutter video-col-padding col-video-2\">\r\n                    <div class=\"video-top video-article-c list-video-margin-bottom\">\r\n                        <a href=\"/video/dale-steyn-does-a-steve-harmison-with-wide-ball-south-africa-v-west-indies/2015-01-03\" class=\"img-link video-link \">\r\n                            <span class=\"fa fa-play-circle icon-video-icon-overlay\"></span><span class=\"icon-video-text-overlay\">0:57</span>\r\n                            <img src=\"/~/media/Brightcove/Cricket Australia/2015/1/3/Steyn-and-Harmo-Wide-Ball-PKG-still.ashx?mw=768\" class=\"img-video-frame img-responsive img-align-top\" alt=\"Steyn-and-Harmo-Wide-Ball-PKG-still\" title=\"Steyn-and-Harmo-Wide-Ball-PKG-still\">\r\n                        </a>\r\n                    </div>\r\n                <div class=\"latest-news-secondary-news-wrapper no-borders\">\r\n                    <div class=\"video-info\">\r\n<p class=\"article-tag\">\r\n\r\n        <a href=\"/series/saf-v-wi/3w2tuY5XZ0SssxVli6sSVQ\">\r\n            South Africa v West Indies\r\n        </a>\r\n</p>\r\n                        <div class=\"article-latest-news\">\r\n                            <h3><a href=\"/video/dale-steyn-does-a-steve-harmison-with-wide-ball-south-africa-v-west-indies/2015-01-03\" class=\"\">Steyn does a Harmy</a></h3>\r\n                            <div class=\"hidden-xs\">\r\n                                <p>South Africa fast bowler  Dale Steyn bowled one of the worst balls in his career, one that rivals England quick Steve Harmison&#39;s Ashes shocker</p>\r\n                            </div>\r\n                            <div class=\"article-info\">\r\n                                <div class=\"author-social\">\r\n                                </div>\r\n                                \r\n<div id=\"sharedivId1021770622\" class=\"btn-group share\">\r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitterId1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/dale-steyn-does-a-steve-harmison-with-wide-ball-south-africa-v-west-indies/2015-01-03&quot;,&quot;description&quot;:&quot;South Africa fast bowler  Dale Steyn bowled one of the worst balls in his career, one that rivals England quick Steve Harmison\\u0027s Ashes shocker&quot;,&quot;title&quot;:&quot;Steyn does a Harmy&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Steyn-and-Harmo-Wide-Ball-PKG-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\" ><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"sharefacebookid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/dale-steyn-does-a-steve-harmison-with-wide-ball-south-africa-v-west-indies/2015-01-03&quot;,&quot;description&quot;:&quot;South Africa fast bowler  Dale Steyn bowled one of the worst balls in his career, one that rivals England quick Steve Harmison\\u0027s Ashes shocker&quot;,&quot;title&quot;:&quot;Steyn does a Harmy&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Steyn-and-Harmo-Wide-Ball-PKG-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"sharegoogleid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;googleplus&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/dale-steyn-does-a-steve-harmison-with-wide-ball-south-africa-v-west-indies/2015-01-03&quot;,&quot;description&quot;:&quot;South Africa fast bowler  Dale Steyn bowled one of the worst balls in his career, one that rivals England quick Steve Harmison\\u0027s Ashes shocker&quot;,&quot;title&quot;:&quot;Steyn does a Harmy&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/3/Steyn-and-Harmo-Wide-Ball-PKG-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n\r\n        <div class=\"video-secondary-key-line\">\r\n            <hr>\r\n        </div>\r\n    </div>\r\n        <!-- end two -->\r\n    <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\r\n        <!-- two -->\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 col-lg-md-sm-small-gutter video-col-padding col-video-2\">\r\n                    <div class=\"video-top video-article-c list-video-margin-bottom\">\r\n                        <a href=\"/video/andrew-flintoff-commentates-brisbane-heat-while-batting-in-big-bash-league/2015-01-03\" class=\"img-link video-link \">\r\n                            <span class=\"fa fa-play-circle icon-video-icon-overlay\"></span><span class=\"icon-video-text-overlay\">0:47</span>\r\n                            <img src=\"/~/media/Brightcove/Cricket Australia/2015/1/2/Freddy-calls-the-action-from-the-middle-still.ashx?mw=768\" class=\"img-video-frame img-responsive img-align-top\" alt=\"Freddy-calls-the-action-from-the-middle-still\" title=\"Freddy-calls-the-action-from-the-middle-still\">\r\n                        </a>\r\n                    </div>\r\n                <div class=\"latest-news-secondary-news-wrapper no-borders\">\r\n                    <div class=\"video-info\">\r\n<p class=\"article-tag\">\r\n\r\n        <a href=\"/series/kfc-t20-big-bash-league-04/nB4gUgJcSkCcUSPW51iExA\">\r\n            KFC T20 BBL|04\r\n        </a>\r\n</p>\r\n                        <div class=\"article-latest-news\">\r\n                            <h3><a href=\"/video/andrew-flintoff-commentates-brisbane-heat-while-batting-in-big-bash-league/2015-01-03\" class=\"\">Freddy calls the action from the middle</a></h3>\r\n                            <div class=\"hidden-xs\">\r\n                                <p>Is there nothing Andrew Flintoff can&#39;t do? Here he commentates the final ball of the Brisbane Heat&#39;s innings while batting</p>\r\n                            </div>\r\n                            <div class=\"article-info\">\r\n                                <div class=\"author-social\">\r\n                                </div>\r\n                                \r\n<div id=\"sharedivId1021770622\" class=\"btn-group share\">\r\n    <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\r\n        <span class=\"icon-ca icon-ca-CA-Icon-Share-Default\"></span>\r\n    </button>\r\n    <div class=\"dropdown-menu share-pop-up\" role=\"menu\">\r\n        <a id=\"shareTwitterId1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/andrew-flintoff-commentates-brisbane-heat-while-batting-in-big-bash-league/2015-01-03&quot;,&quot;description&quot;:&quot;Is there nothing Andrew Flintoff can\\u0027t do? Here he commentates the final ball of the Brisbane Heat\\u0027s innings while batting&quot;,&quot;title&quot;:&quot;Freddy calls the action from the middle&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/2/Freddy-calls-the-action-from-the-middle-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\" ><span class=\"icon-ca icon-ca-CA-Icon-Twitter-Default\"></span></a><a id=\"sharefacebookid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/andrew-flintoff-commentates-brisbane-heat-while-batting-in-big-bash-league/2015-01-03&quot;,&quot;description&quot;:&quot;Is there nothing Andrew Flintoff can\\u0027t do? Here he commentates the final ball of the Brisbane Heat\\u0027s innings while batting&quot;,&quot;title&quot;:&quot;Freddy calls the action from the middle&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/2/Freddy-calls-the-action-from-the-middle-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Facebook-Default\"></span></a><a id=\"sharegoogleid1021770622\" href=\"#!\" class=\"icon-default ca-socialShare-btn\" data-ca-package-social=\"{&quot;provider&quot;:&quot;googleplus&quot;,&quot;url&quot;:&quot;http://www.cricket.com.au/video/andrew-flintoff-commentates-brisbane-heat-while-batting-in-big-bash-league/2015-01-03&quot;,&quot;description&quot;:&quot;Is there nothing Andrew Flintoff can\\u0027t do? Here he commentates the final ball of the Brisbane Heat\\u0027s innings while batting&quot;,&quot;title&quot;:&quot;Freddy calls the action from the middle&quot;,&quot;shortURLs&quot;:&quot;whenRequired&quot;,&quot;userAction&quot;:{&quot;thumbnailURL&quot;:&quot;http://www.cricket.com.au/video/~/media/Brightcove/Cricket%20Australia/2015/1/2/Freddy-calls-the-action-from-the-middle-still.ashx?w=300\\u0026h=201\\u0026bc=ffffff&quot;}}\"><span class=\"icon-ca icon-ca-CA-Icon-Google-Default\"></span></a>\r\n    </div>\r\n</div>\r\n\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n\r\n        <div class=\"video-secondary-key-line\">\r\n            <hr>\r\n        </div>\r\n    </div>\r\n        <!-- end two -->\r\n\r\n                </div>\r\n            </div>\r\n        </section>\r\n    </div>\r\n</div>\r\n\r\n        </div>\r\n\r\n        <!-- Aside -->\r\n        <div class=\"col-lg-4 col-md-4 col-sm-12\">\r\n            <div class=\"row row-ad hidden-sm hidden-xs\">\r\n    <div class=\"col-lg-12\">\r\n        <div class=\"ads-styled w300 add-border\">\r\n            <p>Advertisement</p>\r\n            <div id=\"msnau_ad_banner_firstMRecAd1\" class=\"advert\" data-ad-type=\"MediumTop\"><!-- Ad will render here --></div>\r\n        </div>\r\n    </div>\r\n</div><!-- end row-ad -->\r\n<div class=\"row row-ad\">\r\n    <!-- start row-follow-us -->\r\n    <div class=\"col-lg-12\">\r\n        <article>\r\n            <div class=\"follow-us-section\">\r\n                <div class=\"follow-us-header\">\r\n                    <img id=\"follow-us-img\" src=\"/Content/cricketcomau/img/Follow-us-at-Cricket.png\" class=\"img-responsive\">\r\n                </div>\r\n                <div class=\"follow-us-icons\">\r\n                    <a href=\"http://www.twitter.com/cricketaus\" target=\"_blank\" class=\"twitter\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Twitter-Default\"></span></a>\r\n                    <a href=\"https://www.facebook.com/cricketcomau\" target=\"_blank\" class=\"facebook\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Facebook-Default\"></span></a>\r\n                    <a href=\"https://plus.google.com/+CricketAustralia/\" target=\"_blank\" class=\"google\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Google-Default\"></span></a>\r\n                    <a href=\"https://soundcloud.com/cricket-australia\" class=\"soundcloud\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-SoundCloud-Default\"></span></a>\r\n                    <a href=\"http://instagram.com/cricketcomau\" target=\"_blank\" class=\"instagram\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-Instagram-Default\"></span></a>\r\n                    <a href=\"http://www.youtube.com/user/cricketaustraliatv\" class=\"youtube\"><span class=\"icon-ca icon-ca-x-large icon-ca-CA-Icon-YouTube-Default\"></span></a>\r\n                </div>\r\n            </div>\r\n        </article>\r\n    </div>\r\n</div><!-- end row-follow-us -->\r\n\r\n        </div>\r\n\r\n    </div>\r\n</div>\r\n\r\n<!--START bottom placeholder-->\r\n<div class=\"container main-content white-bg\">\r\n    <div class=\"row row-ad  row-add-margin-leaderboard hidden-xs\">\r\n        <div class=\"col-lg-12 col-md-12\">\r\n            <div class=\"ads-styled add-border w728\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_footer\" class=\"advert\" data-ad-type=\"Banner2Top1\"><!-- Ad will render here --></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div><div class=\"row-ad row-ad-mobile hidden-lg hidden-md hidden-sm\">\r\n    <!-- start row mobile ad -->\r\n    <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 mobile-no-gutter\">\r\n        <!-- start column main article -->\r\n        <div class=\"ads-styled add-border w320\">\r\n            <div class=\"text-container\">\r\n                <p>Advertisement</p>\r\n                <div id=\"msnau_ad_banner_MobileSmallAdFooter\" class=\"advert\" data-ad-type=\"MbannerTop\"></div>\r\n            </div>\r\n        </div>\r\n    </div><!-- end column main article -->\r\n</div>\r\n<!--END bottom placeholder-->\r\n\r\n\r\n<div id=\"footer\" class=\"footer\">\r\n    <div class=\"container container-ca white-bg\">\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n                <hr />\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-3 col-md-3 col-sm-3 col-xs-12\">\r\n                        <div class=\"comm-box no-border\">\r\n                            <a href=\"/\" class=\"logo-holder\">\r\n                                <img id=\"logo-cricket-inverse\" src=\"/Content/cricketcomau/img/Cricket-Logo-Footer.png\" />\r\n                            </a>\r\n                            <p>cricket.com.au is a production of CA Digital Media - a division of <a href=\"http://www.cricketaustralia.com.au\">Cricket Australia</a></p>\r\n                            <p>&copy; 2014 Cricket Australia.</br>All rights reserved</p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-3 col-md-3 hidden-sm hidden-xs\">\r\n                        <ul class=\"footer-nav\">\r\n                                <li><a href=\"/news\">News</a></li>\r\n    <li><a href=\"/video\">Videos</a></li>\r\n    <li><a href=\"/fixtures\">Fixtures</a></li>\r\n    <li><a href=\"/series\">Series &amp; Tournaments</a></li>\r\n    <li><a href=\"/players\">Players</a></li>\r\n    <li><a href=\"/stats\">Stats</a></li>\r\n\r\n                        </ul>\r\n                        <ul class=\"shop footer-nav\">\r\n                            <li><a href=\"/account/subscribe\"><span class=\"icon-ca icon-ca-CA-Icon-Video-Subscription\"></span>Subscribe</a></li>\r\n                            <li><a href=\"/tickets\"><i class=\"fa fa-ticket\"></i>Tickets</a></li>\r\n                            <li><a href=\"http://shop.cricket.com.au/\"><i class=\"fa fa-shopping-cart\"></i>Shop</a></li>\r\n                        </ul>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 hidden-xs\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"http://www.cricketaustralia.com.au\" class=\"logo-holder\">\r\n                                    <img id=\"logo-cricket-australia\" src=\"/Content/cricketcomau/img/cricket-australia.png\" />\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Cricket Australia is the custodian of cricket in Australia with a vision to be Australia's favourite sport.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"http://www.cricketaustralia.com.au\" class=\"btn-footer green\">View Site<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 hidden-xs\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"http://www.playcricket.com.au\" class=\"logo-holder\">\r\n                                    <img id=\"logo-play-cricket\" src=\"/Content/cricketcomau/img/play-cricket.png\" />\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Join over 1.1 million Australians playing cricket. Create your own cricket moment.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"http://www.playcricket.com.au\" class=\"btn-footer light-green\">Play Cricket<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-2 col-md-2 col-sm-3 col-xs-12\">\r\n                        <div class=\"comm-box\">\r\n                            <div class=\"comm-box-content\">\r\n                                <a href=\"/promotions/cricket-australia-live/\" class=\"cricket-live-link logo-holder\">\r\n                                    <img src=\"/Content/cricketcomau/img/Cricket-LIVE-Logo-Corp-Footer.png\">\r\n                                </a>\r\n                                <div class=\"info-wrapper\">\r\n                                    <p>Take cricket with you everywhere! Get the latest scores, news, highlights, live radio and live video streaming.</p>\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"/promotions/cricket-australia-live/\" class=\"btn-footer lighter-green\">Get The App<i class=\"fa fa-angle-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <hr />\r\n                <div class=\"t-c\">\r\n                    <ul>\r\n                            <li><a href=\"/privacy\">Privacy Policy</a></li>\r\n    <li><a href=\"/collection-statement\">Collection Statement</a></li>\r\n    <li><a href=\"/terms-conditions\">Terms &amp; Conditions</a></li>\r\n    <li><a href=\"/advertise\">Advertise</a></li>\r\n    <li><a href=\"/contact\">Contact</a></li>\r\n    <li><a href=\"https://www.surveymonkey.com/s/M2YF75R\">Feedback</a></li>\r\n\r\n                    </ul>\r\n                </div>\r\n                <div class=\"social-icons icon-ca-footer\">\r\n                    <p><strong>Follow us for the latest cricket news</strong></p>\r\n                    <a href=\"http://www.twitter.com/cricketaus\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Twitter-Default\"></span></a>\r\n                    <a href=\"https://www.facebook.com/cricketcomau\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Facebook-Default\"></span></a>\r\n                    <a href=\"https://plus.google.com/+CricketAustralia/\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-Google-Default\"></span></a>\r\n                    <a href=\"https://soundcloud.com/cricket-australia\" target=\"_blank\"><span class=\"icon-ca icon-ca-large icon-ca-CA-Icon-SoundCloud-Default\"></span></a>\r\n                </div>\r\n            </div>\r\n        </div><!-- end row -->\r\n    </div><!-- end container -->\r\n</div><!-- end footer -->\r\n</div>\r\n</div>\r\n\r\n<div id=\"error-modal-sm\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"errorMessageModal\" data-keyboard=\"false\" data-backdrop=\"static\">\r\n    <div class=\"modal-dialog modal-lg modal-dialog-center\">\r\n        <div class=\"modal-content\">\r\n            <div class=\"modal-header\">\r\n                <h2 class=\"modal-title\" id=\"errorMessageModal\"></h2>\r\n            </div>\r\n            <div class=\"modal-body\">\r\n                <div id=\"error-message-content\" class=\"alert alert-danger\" role=\"alert\"></div>\r\n                <button id=\"modal-button-ok\" type=\"button\" class=\"error-modal-button-ok btn btn-primary\" data-dismiss=\"modal\"></button>\r\n            </div>\r\n        </div><!-- /.modal-content -->\r\n    </div>\r\n</div>\r\n\r\n<div id=\"confirm-cancel-modal-sm\" class=\"modal fade\" tabindex=\"-2\" role=\"dialog\" aria-labelledby=\"confirmCancelMessageModal\" data-keyboard=\"false\" data-backdrop=\"static\">\r\n    <div class=\"modal-dialog modal-lg\">\r\n        <div class=\"modal-content\">\r\n            <div class=\"modal-header\">\r\n                <h2 class=\"modal-title\" id=\"confirmCancelMessageModal\"></h2>\r\n            </div>\r\n            <div class=\"modal-body\">\r\n                <div id=\"confirm-cancel-message-content\"></div>\r\n            </div>\r\n            <div class=\"modal-footer\">\r\n                <button id=\"modal-button-cancel\" type=\"button\" class=\"confirm-modal-button-cancel btn btn-default\" data-dismiss=\"modal\"></button>\r\n                <button id=\"modal-button-ok\" type=\"button\" class=\"confirm-modal-button-ok btn btn-primary\" data-dismiss=\"modal\"></button>\r\n            </div>\r\n        </div><!-- /.modal-content -->\r\n    </div>\r\n</div>\r\n\r\n\r\n\r\n<!-- Placed at the end of the document so the pages load faster -->\r\n<!-- Bundled JS-->\r\n<script src=\"/bundles/cricketcomau/body.js?v=ngaA3wEjV4bUAFHRD7MaxmOiwQCsEev60vBgMhgXwBU1\"></script>\r\n\r\n\r\n\r\n    \r\n\r\n    <!-- JavaScript added by the renderings -->\r\n    <script>\r\n        (function ($) {\r\n            var render = true;\r\n            function GetScore() {\r\n                if (render)\r\n                    $.get(\"/cricketcomau/LiveScore/LiveScore\", { renderAsync: render })\r\n                        .then(function (score) {\r\n                            if ($.trim(score) != \"\") {\r\n                                $('#score-module').html(score).slideDown(1000);\r\n                                $('#all-content').addClass(\"all-content-live-score\");\r\n                                $('.row.row-ad.row-leaderboard-only-tablet').addClass(\"ad-live-score-margin\");\r\n                            } else {\r\n                                render = false;\r\n                                $(\"#score-module\").hide();\r\n                                $('#all-content').removeClass(\"all-content-live-score\");\r\n                                $('.row.row-ad.row-leaderboard-only-tablet').removeClass(\"ad-live-score-margin\");\r\n                            }\r\n                        });\r\n            }\r\n            $(document).ready(GetScore);\r\n            setInterval(GetScore, 40000);\r\n        })(jQuery);\r\n    </script><script>\r\n        var facebookcontent = document.getElementById(\"sharefacebookid252826884\").innerHTML;\r\n        var twittercontent  = document.getElementById(\"shareTwitterId252826884\").innerHTML;\r\n        function callbackshare252826884 (response)\r\n        {\r\n            if (response.errorCode == 0)\r\n            {\r\n                if (response.shareCounts.facebook != undefined && response.shareCounts.facebook >= 0)\r\n                {\r\n                    document.getElementById(\"sharefacebookid252826884\").innerHTML = facebookcontent + response.shareCounts.facebook;\r\n                    facebookcount = response.shareCounts.facebook;\r\n                }\r\n                if (response.shareCounts.twitter != undefined && response.shareCounts.twitter >= 0)\r\n                {\r\n                    document.getElementById(\"shareTwitterId252826884\").innerHTML =  twittercontent +  response.shareCounts.twitter;\r\n                }\r\n            }\r\n            else\r\n            {\r\n                document.getElementById(\"sharefacebookid252826884\").innerHTML = facebookcontent ;\r\n                document.getElementById(\"shareTwitterId252826884\").innerHTML =  twittercontent ;\r\n            }\r\n        }\r\n\r\n        function updatecount252826884 ()\r\n        {\r\n            gigya.socialize.getProviderShareCounts({\r\n                callback: callbackshare252826884,\r\n                url:'http://www.cricket.com.au/video/video-glenn-maxwell-leaves-gets-bowled-big-bash-league-stars-v-heat/2014-12-28',\r\n                cacheTimeout:0,\r\n                enabledProviders: 'facebook,twitter'\r\n            });\r\n        }\r\n\r\n        $(document).ready(function () {\r\nupdatecount252826884 ();\r\n\r\n            $(window).focus(function( e ) {\r\n                if( e.target === window ) {\r\nupdatecount252826884 ();\r\n                }\r\n            });\r\n        });\r\n\r\n    </script>\r\n<script type=\"text/javascript\">\r\n            $(document).ready(function () {\r\n                $(document).on(\"click\", \".ca-socialShare-btn\", function (e) {\r\n                    var data = $(this).attr(\"data-ca-package-social\");\r\n                    var params = jQuery.parseJSON(data);\r\n                    gigya.socialize.postBookmark(params);\r\n                    return false;\r\n                });\r\n\r\n            });\r\n        </script>\r\n\r\n    <!-- START Nielsen Online SiteCensus V6.0 -->\r\n    <!-- COPYRIGHT 2012 Nielsen Online -->\r\n    <script type=\"text/javascript\" src=\"//secure-au.imrworldwide.com/v60.js\"></script>\r\n    <script type=\"text/javascript\">\r\n        var pvar =  { cid: \"cricketaus\", content: \"0\", server: \"secure-au\" };\r\n        var trac = nol_t(pvar);\r\n        trac.record().post();\r\n    </script>\r\n    <noscript>\r\n        <div>\r\n            <img src=\"//secure-au.imrworldwide.com/cgi-bin/m?ci=cricketaus&cg=0&cc=1&ts=noscript\" width=\"1\" height=\"1\" alt=\"\" />\r\n        </div>\r\n    </noscript>\r\n    <!-- END Nielsen Online SiteCensus V6.0 -->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"cricket.com.au\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName(\"script\")[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/9078.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n\r\n\r\n    </body>\r\n    </html>\r\n\r\n\r\n"
  },
  {
    "path": "tests/data/html/dailycaller.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 9]> <html class=\"no-js lt-ie10 lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 9 ]> <html class=\"no-js lt-ie10\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if gt IE 9 ]><!--> <html class=\"no-js not-ie\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <!--<![endif]-->\n<head>\n    <!-- Google Tag Manager -->\n    <noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KK3H7G\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n    <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-KK3H7G');</script>\n    <!-- End Google Tag Manager -->\n    \n\n<!-- Twitter Cards: START -->\n\t<meta name=\"twitter:url\" content=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\">\n\t<meta name=\"twitter:card\" content=\"summary\">\n\t<meta name=\"twitter:site\" content=\"@dailycaller\">\n\t<meta name=\"twitter:site:id\" content=\"39308549\">\n\t<meta name=\"twitter:title\" content=\"Happy Kwanzaa! The Holiday Brought To You By The FBI Via @dailycaller\">\n\t<meta name=\"twitter:description\" content=\"Only white liberals take Kwanzaa seriously. American blacks celebrate Christmas.\">\n\t<meta name=\"twitter:image:src\" content=\"http://dailycaller.com/wp-content/uploads/2014/01/coulter-e1390456183672.png\">\n<!-- Twitter Cards: END -->\n\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\" /><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n<meta content=\"true\" name=\"HandheldFriendly\" />\n<meta content=\"on\" http-equiv=\"cleartype\" />\n<meta content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\" />\n<link rel=\"shortcut icon\" href=\"http://cdn01.dailycaller.com/wp-content/themes/thedc/favicon.ico\" />\n<title>Happy Kwanzaa! The Holiday Brought To You By The FBI | The Daily Caller</title>\n<link rel=\"pingback\" href=\"http://dailycaller.com/xmlrpc.php\" />\n<meta property=\"fb:app_id\" content=\"143489452702\" />\n<meta property=\"og:site_name\" content=\"The Daily Caller\"/>\n\t\t<meta property=\"og:description\" content=\"I will not be shooting any Black Panthers this week because I am Kwanza-reform, and we are not that observant. Kwanzaa, celebrated exclusively by white liberals, is a fake holiday invented in 1966 by \"/>\n\t\t<meta property=\"og:title\" content=\"Happy Kwanzaa! The Holiday Brought To You By The FBI\"/>\n\t<meta property=\"og:url\" content=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\"/>\n\t<meta property=\"og:type\" content=\"article\" />\n\t<meta property=\"og:image\" content=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/01/coulter-e1390456183672.png\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Feed\" href=\"http://dailycaller.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Comments Feed\" href=\"http://dailycaller.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Happy Kwanzaa! The Holiday Brought To You By The FBI Comments Feed\" href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/feed/\" />\n<!-- Start: GPT Async -->\n<script>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\n\tvar gads   = document.createElement('script'),\n\t\tuseSSL = 'https:' == document.location.protocol,\n\t\tnode   = document.getElementsByTagName('script')[0];\n\n\tgads.async = true;\n\tgads.type  = 'text/javascript';\n\tgads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\n\tnode.parentNode.insertBefore(gads, node);\n})();\n\ngoogletag.cmd.push( function() {\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Ann_Coulter/Ann_Coulter_Articles',\n\t\t\t[[728, 90], [900, 90], [970, 150], [970, 250], [320, 50], [970, 90]],\n\t\t\t'div-gpt-ad-1378388834355-1'\n\t\t)\n\t\t.setTargeting( 'pos', ['top'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Ann_Coulter/Ann_Coulter_Articles',\n\t\t\t[[300, 250], [300, 600], [300, 1050]],\n\t\t\t'div-gpt-ad-1378388834355-2'\n\t\t)\n\t\t.setTargeting( 'pos', ['right1'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Ann_Coulter/Ann_Coulter_Articles',\n\t\t\t[[300, 250], [300, 600]],\n\t\t\t'div-gpt-ad-1378388834355-3'\n\t\t)\n\t\t.setTargeting( 'pos', ['right2'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Ann_Coulter/Ann_Coulter_Articles',\n\t\t\t[[300, 250], [300, 600]],\n\t\t\t'div-gpt-ad-1378388834355-4'\n\t\t)\n\t\t.setTargeting( 'pos', ['right3'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Ann_Coulter/Ann_Coulter_Articles',\n\t\t\t[[728, 90], [900, 90]],\n\t\t\t'div-gpt-ad-1378388834355-5'\n\t\t)\n\t\t.setTargeting( 'pos', [''] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Coulter/Coulter_Articles',\n\t\t\t[[728, 90], [900, 90], [970, 150], [970, 250], [320, 50], [970, 90]],\n\t\t\t'div-gpt-ad-1372099936350-1'\n\t\t)\n\t\t.setTargeting( 'pos', ['top'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Coulter/Coulter_Articles',\n\t\t\t[[300, 250], [300, 600], [300, 1050]],\n\t\t\t'div-gpt-ad-1372099936350-2'\n\t\t)\n\t\t.setTargeting( 'pos', ['right1'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Coulter/Coulter_Articles',\n\t\t\t[[300, 250], [300, 600]],\n\t\t\t'div-gpt-ad-1372099936350-3'\n\t\t)\n\t\t.setTargeting( 'pos', ['right2'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Coulter/Coulter_Articles',\n\t\t\t[[300, 250], [300, 600], [300, 1050]],\n\t\t\t'div-gpt-ad-1372099936350-4'\n\t\t)\n\t\t.setTargeting( 'pos', ['right3'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Coulter/Coulter_Articles',\n\t\t\t[[728, 90], [900, 90]],\n\t\t\t'div-gpt-ad-1372099936350-5'\n\t\t)\n\t\t.setTargeting( 'pos', [''] )\n\t\t.addService( googletag.pubads() );\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Reskin',\n\t\t\t[2000, 1500],\n\t\t\t'div-gpt-ad-1372431440336-0'\n\t\t)\n\t\t.setTargeting( 'pos',['skin'] )\n\t\t.addService( googletag.pubads() );\n\tgoogletag.pubads().setTargeting('dccategories', [\"Uncategorized\"]);\n\tgoogletag.pubads().setTargeting('dctags', [\"Ann Coulter\",\"FBI\",\"Kwanzaa\",\"Maulana Karenga\",\"Patty Hearst\"]);\n\tgoogletag.pubads().setTargeting( 'pageid','4419111' );\n\tgoogletag.pubads().setTargeting( 'url','http%3A%2F%2Fdailycaller.com%2F2014%2F12%2F25%2Fhappy-kwanzaa-the-holiday-brought-to-you-by-the-fbi%2F' );\n\tgoogletag.pubads().setTargeting( 'topic','ann-coulter' );\n\tgoogletag.pubads().collapseEmptyDivs(true);\n\tgoogletag.pubads().enableSingleRequest();\n\tgoogletag.enableServices();\n});\n</script><!-- End: GPT -->\n<link rel='stylesheet' id='foundation-css-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-foundation.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='icomoon-css'  href='http://dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-icomoon.css' type='text/css' media='all' />\n<link rel='stylesheet' id='normalize-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-normalize.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slides-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/css/20150102-1420253073-slides.css' type='text/css' media='all' />\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='foundation_ie8_grid-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-ie8-grid-foundation-5.css' type='text/css' media='all' />\n<![endif]-->\n<link rel='stylesheet' id='thedc-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-thedc.css' type='text/css' media='all' />\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='foundation_ie8_menu-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/ie8-menu.css' type='text/css' media='all' />\n<![endif]-->\n<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/single.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/vendor/modernizr.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/header.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola-head.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola.js'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://dailycaller.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://dailycaller.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='One In Five People Who Write For Rolling Stone Are Morons' href='http://dailycaller.com/2014/12/18/one-in-five-people-who-write-for-rolling-stone-are-morons/' />\n<link rel='next' title='Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It' href='http://dailycaller.com/2014/12/31/liberals-if-the-shoe-doesnt-fit-make-everyone-wear-it/' />\n<link rel='shortlink' href='http://dailycaller.com/?p=4419111' />\n<script type=\"text/javascript\" src=\"http://cdn01.dailycaller.com/wp-content/plugins/audio-player/assets/audio-player.js?ver=2.0.4.6\"></script>\n<script type=\"text/javascript\">AudioPlayer.setup(\"http://cdn01.dailycaller.com/wp-content/plugins/audio-player/assets/player.swf?ver=2.0.4.6\", {width:\"290\",animation:\"yes\",encode:\"yes\",initialvolume:\"60\",remaining:\"no\",noinfo:\"no\",buffer:\"5\",checkpolicy:\"no\",rtl:\"no\",bg:\"E5E5E5\",text:\"333333\",leftbg:\"eeeeee\",lefticon:\"333333\",volslider:\"5d5e5e\",voltrack:\"ffffff\",rightbg:\"B4B4B4\",rightbghover:\"999999\",righticon:\"333333\",righticonhover:\"FFFFFF\",track:\"FFFFFF\",loader:\"009900\",border:\"CCCCCC\",tracker:\"cd2b2b\",skip:\"666666\",pagebg:\"FFFFFF\",transparentpagebg:\"yes\"});</script>\n<script type=\"text/javascript\" src=\"http://a.postrelease.com/serve/load.js?async=true\"></script><script type=\"text/javascript\" src=\"//native.sharethrough.com/assets/tag.js\" async></script>\n<meta name=\"item-publish-date\" content=\"Thu, Dec 25 2014 16:57:37 +0000\" />\n<meta name=\"publish-date\" content=\"Thu, Dec 25 2014 16:57:37 +0000\" />\n<script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script><!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n    <meta name='parsely-page' id='parsely-page' content='{\"title\":\"Happy Kwanzaa! The Holiday Brought To You By The FBI\",\"link\":\"http:\\/\\/dailycaller.com\\/2014\\/12\\/25\\/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi\\/\",\"image_url\":\"http:\\/\\/dailycaller.com\\/wp-content\\/uploads\\/2014\\/01\\/coulter-e1390456183672-220x120.png\",\"type\":\"post\",\"post_id\":\"4419111\",\"pub_date\":\"2014-12-25T16:57:37Z\",\"section\":\"Uncategorized\",\"author\":\"Ann Coulter\",\"tags\":[\"ann coulter\",\"fbi\",\"kwanzaa\",\"maulana karenga\",\"patty hearst\"]}' />\n\n<!-- All in One SEO Pack 2.2.3 by Michael Torbert of Semper Fi Web Design[2034,2112] -->\n<meta name=\"description\"  content=\"Only white liberals take Kwanzaa seriously. American blacks celebrate Christmas.\" />\n\n<meta name=\"keywords\"  content=\"ann coulter,fbi,kwanzaa,maulana karenga,patty hearst\" />\n<link rel='next' href='http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/2/' />\n\n<link rel=\"canonical\" href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\" />\n<!-- /all in one seo pack -->\n<!-- Vipers Video Quicktags v6.4.5 | http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ -->\n<style type=\"text/css\">\n.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } .vvqbox { display: inline-block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: auto !important; } .vvqbox object { display:block; max-width: 100%; }\n</style>\n<script type=\"text/javascript\">\r\n// <![CDATA[\r\n\tvar vvqflashvars = {};\r\n\tvar vvqparams = { wmode: \"opaque\", allowfullscreen: \"true\", allowscriptaccess: \"always\" };\r\n\tvar vvqattributes = {};\r\n\tvar vvqexpressinstall = \"http://cdn01.dailycaller.com/wp-content/plugins/vipers-video-quicktags/resources/expressinstall.swf\";\r\n// ]]>\r\n</script>\r\n<script type=\"text/javascript\" src=\"http://mtrx.go.sonobi.com/morpheus.caller.js\"></script>\n<script type=\"text/javascript\">\nsbi_morpheus.register('div-gpt-ad-1378388834355-1', '9d843aa2024f3df686eb');\nsbi_morpheus.register('div-gpt-ad-1378388834355-2', 'e1c37e3c4a72bf5982e1');\nsbi_morpheus.register('div-gpt-ad-1378388834355-3', 'f4853f36665a46db7be0');\nsbi_morpheus.register('div-gpt-ad-1378388834355-4', 'f4853f36665a46db7be0');\nsbi_morpheus.register('div-gpt-ad-1378388834355-5', 'd4d29dff73ab63d4acd2');\nsbi_morpheus.register('div-gpt-ad-1372099936350-1', '9d843aa2024f3df686eb');\nsbi_morpheus.register('div-gpt-ad-1372099936350-2', 'e1c37e3c4a72bf5982e1');\nsbi_morpheus.register('div-gpt-ad-1372099936350-3', 'f4853f36665a46db7be0');\nsbi_morpheus.register('div-gpt-ad-1372099936350-4', 'e1c37e3c4a72bf5982e1');\nsbi_morpheus.register('div-gpt-ad-1372099936350-5', 'd4d29dff73ab63d4acd2');\nsbi_morpheus.callOperator();\n</script>\n</head>\n<body class=\"single single-post postid-4419111 single-format-standard\">\n<div class=\"off-canvas-wrap\" data-offcanvas>\n  \t<div class=\"inner-wrap\">\n  \t\t<nav class=\"tab-bar show-for-medium-down\">\n            <section class=\"left-small\">\n                <a class=\"left-off-canvas-toggle menu-icon\" href=\"#\"><span></span></a>\n            </section>\n            <section class=\"middle tab-bar-section go-left show-for-medium-down logo\">\n                <h1 class=\"dailycaller hide-text\"><a href=\"http://dailycaller.com\" title=\"The Daily Caller\">DailyCaller</a></h1>\n            </section>\n        </nav>\n        <aside class=\"left-off-canvas-menu show-for-medium-down\">\n            <ul class=\"off-canvas-list\"><li><label>The DC</label></li><li class=\"divider\"></li><li id=\"menu-item-3620791\" class=\"hidetext iconlogo menu-item menu-item-main-menu menu-item-home\"><a  href=\"/\">Home</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922661\" class=\"menu-item menu-item-main-menu menu-item-politics\"><a  href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922662\" class=\"menu-item menu-item-main-menu menu-item-us\"><a  href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922663\" class=\"menu-item menu-item-main-menu menu-item-entertainment\"><a  href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922664\" class=\"menu-item menu-item-main-menu menu-item-sports\"><a  href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922665\" class=\"menu-item menu-item-main-menu menu-item-business\"><a  href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922666\" class=\"menu-item menu-item-main-menu menu-item-tech\"><a  href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922668\" class=\"menu-item menu-item-main-menu menu-item-education\"><a  href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922669\" class=\"current-post-ancestor current-post-parent menu-item menu-item-main-menu menu-item-opinion\"><a  href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922671\" class=\"menu-item menu-item-main-menu menu-item-guns-and-gear\"><a  href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4000372\" class=\"menu-item menu-item-main-menu menu-item-video\"><a  href=\"http://video.dailycaller.com/\">Video</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443825\" class=\"menu-item menu-item-main-menu menu-item-blogs has-dropdown\"><a  href=\"http://dailycaller.com/blogs/\">Blogs</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443826\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-jobs\"><a  href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n</ul><ul class=\"off-canvas-list\"><li><label>Columnists</label></li><li class=\"divider\"></li><li id=\"menu-item-3922707\" class=\"current-post-ancestor current-post-parent menu-item menu-item-main-menu menu-item-ann-coulter\"><a  href=\"http://dailycaller.com/section/ann-coulter/\">Ann Coulter</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922708\" class=\"menu-item menu-item-main-menu menu-item-ask-matt-labash\"><a  href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922705\" class=\"menu-item menu-item-main-menu menu-item-kausfiles\"><a  href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922706\" class=\"menu-item menu-item-main-menu menu-item-matt-lewis\"><a  href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4062044\" class=\"menu-item menu-item-main-menu menu-item-the-mirror\"><a  href=\"http://dailycaller.com/blog/the-mirror/\">The Mirror</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922704\" class=\"menu-item menu-item-main-menu menu-item-dc-trawler\"><a  href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922709\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-ginni-thomas\"><a  href=\"http://dailycaller.com/section/ginni-thomas/\">Ginni Thomas</a></li>\n</ul>        <div class=\"mobile-menu-footer-sidebar show-for-small\">\n            <div id=\"dc_morning_email-6\" class=\"box dc_morning_email-6\"><h2>Register for Emails</h2><div class=\"widget\">\t\t<iframe class=\"subscribe\" src=\"http://dailycaller.com/wp-content/themes/thedc/library/inc/tools/goldlasso/mainsubscribe.php\"></iframe>\n\t\t<div class=\"clear\"></div></div></div>        </div>\n        </aside><div id=reskin-ad class=hide-for-medium-down>\n\t<div id=\"div-gpt-ad-1372431440336-0\" style=\"width:2000px; height:1500px;\">\n\t\t<script type=\"text/javascript\">\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372431440336-0' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372431440336-0 -->\n</div><!-- #reskin-ad.hide-for-medium-down --><div id=\"trends\"><div class=\"row\">&nbsp;</div></div>\n<header id=\"masthead\" class=\"site-header\">\n    <div class=\"row topassets\">\n    <div class=\"small-5 medium-2 large-2 columns social-icons\">\n        <a class=\"top-bar-social\" href=\"http://www.twitter.com/dailycaller\"><span class=\"icon-twitter\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"http://www.facebook.com/DailyCaller\"><span class=\"icon-facebook\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"https://plus.google.com/104273926598894453484/posts\"><span class=\"icon-googleplus\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"https://www.linkedin.com/company/the-daily-caller\"><span class=\"icon-linkedin\">&nbsp;</span></a>    </div>\n    <div class=\"medium-7 large-7 columns hide-for-small logo\"><h1 class=\"dailycaller\"><a href=\"http://dailycaller.com\" title=\"The Daily Caller\">DailyCaller</a></h1></div>\n    <div class=\"small-7 medium-3 large-3 columns searchbox\"><ul class=\"inline-list right\">\n        <li class=\"mag\"><div id=\"search_icon\" class=\"closed\"><span class=\"icon-search large icon\">&nbsp;</span></div></li><li class=\"search-field\">\n                    <form method=\"get\" id=\"searchform2\" action=\"http://dailycaller.com/search\"><div class=\"row collapse\"><label class=\"screen-reader-text\" for=\"s\">Search:</label>\n        <div class=\"small-12 columns\"><input type=\"text\" value=\"\" name=\"q\" id=\"q\"><input type=\"submit\" id=\"searchsubmit\" value=\"Search\"></div></div></form>\n        </li></ul>\n    </div>\n    <div id=\"search_box\" class=\"closed\">\n        <form id=\"searchform\" method=\"get\" action=\"http://dailycaller.com/search\">\n        <div class=\"row collapse\">\n        <div class=\"small-1 columns\">&nbsp;</div>\n        <div class=\"small-8 columns\">\n          <input type=\"text\" aria-label=\"Search\" tabindex=\"-1\" value=\"\" name=\"q\" id=\"q\" onfocus=\"this.value=''\">\n        </div>\n        <div class=\"small-2 columns\">\n          <input type=\"submit\" class=\"button postfix\" id=\"searchsubmit\" value=\"Search\">\n        </div>\n        <div class=\"small-1 columns\">&nbsp;</div>\n        </div>\n        </form>\n        </div>\n    </div>\n        <div class=\"menuassets hide-for-medium hide-for-small\">\n<div class=\"contain-to-grid sticky\">\n<nav class=\"top-bar\" data-topbar>\n  <ul class=\"title-area\">\n    <li class=\"name\"></li>\n    <li class=\"toggle-topbar menu-icon\"><a href=\"#\"><span></span></a></li>\n  </ul>\n  <section class=\"top-bar-section\">\n    <ul>\n      <li class=\"divider\"></li><li id=\"menu-item-3620791\" class=\"hidetext iconlogo menu-item menu-item-main-menu menu-item-home\"><a  href=\"/\">Home</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922661\" class=\"menu-item menu-item-main-menu menu-item-politics\"><a  href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922662\" class=\"menu-item menu-item-main-menu menu-item-us\"><a  href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922663\" class=\"menu-item menu-item-main-menu menu-item-entertainment\"><a  href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922664\" class=\"menu-item menu-item-main-menu menu-item-sports\"><a  href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922665\" class=\"menu-item menu-item-main-menu menu-item-business\"><a  href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922666\" class=\"menu-item menu-item-main-menu menu-item-tech\"><a  href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922668\" class=\"menu-item menu-item-main-menu menu-item-education\"><a  href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922669\" class=\"current-post-ancestor current-post-parent menu-item menu-item-main-menu menu-item-opinion\"><a  href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922671\" class=\"menu-item menu-item-main-menu menu-item-guns-and-gear\"><a  href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4000372\" class=\"menu-item menu-item-main-menu menu-item-video\"><a  href=\"http://video.dailycaller.com/\">Video</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443825\" class=\"menu-item menu-item-main-menu menu-item-blogs has-dropdown\"><a  href=\"http://dailycaller.com/blogs/\">Blogs</a>\n\t<ul class=\"dropdown\">\n\t<li id=\"menu-item-3957652\" class=\"menu-item menu-item-main-menu menu-item-the-mirror\"><a  href=\"http://dailycaller.com/section/the-mirror/\">The Mirror</a></li>\n\t<li id=\"menu-item-3922672\" class=\"menu-item menu-item-main-menu menu-item-kausfiles\"><a  href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n\t<li id=\"menu-item-3922673\" class=\"menu-item menu-item-main-menu menu-item-matt-lewis\"><a  href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n\t<li id=\"menu-item-3922677\" class=\"menu-item menu-item-main-menu menu-item-dc-trawler\"><a  href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n\t<li id=\"menu-item-3922674\" class=\"menu-item menu-item-main-menu menu-item-ask-matt-labash\"><a  href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n</ul>\n</li>\n<li class=\"divider\"></li><li id=\"menu-item-3443826\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-jobs\"><a  href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n    </ul>\n    <ul class=\"search-menu left\"></ul>\n  </section>\n</nav>\n</div></div>\n</header>\n<section id=\"topad-1\" class=\"topad row\">\n<!-- Post ID , Account 10519169, Label Ann_Coulter/Ann_Coulter_Articles, Ad ID div-gpt-ad-1378388834355-1, Adpos top, Ad Array [728, 90], [900, 90], [970, 150], [970, 250], [320, 50], [970, 90], Ad Slot  -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1378388834355-1>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1378388834355-1' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1378388834355-1 -->\n</div><!-- .ad_container.small-12.columns.box --></section>\n<section id=\"topad-2\" class=\"topad row hide-for-small\">\t<div id='taboola-above-article-thumbs-mix' style=\"margin:0rem 1rem\"></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'hybrid-thumbs-1r', container:'taboola-above-article-thumbs-mix', placement:'above-article-thumbs', target_type:'mix'});\n\t</script>\n</section>\n<section id=\"container\" class=\"row\">\n<div id=\"primary\" class=\"small-12 medium-7 large-8 columns single content-area\">\n<main id=\"main\" class=\"site-main\" role=\"main\">\n    <div id=\"post-4419111\" class=\"post-4419111 post type-post status-publish format-standard hentry category-uncategorized tag-ann-coulter tag-fbi tag-kwanzaa tag-maulana-karenga tag-patty-hearst\">\n    <div class=\"full-page-article left-col\">\n        <div class=\"section\">Ann Coulter</div>\n                                <div class=\"pic-container\">\n                            <div id=\"pp-featured-wrapper\" style=\"position: absolute; z-index: 1000; border: solid 1px black; \">\n\t<div class=\"ndn_embed\" id=\"ndn-video-player-1\" data-config-distributor-id=\"90046\"></div>\n</div>\n                                                        <img title='' alt='' src='http://cdn01.dailycaller.com/wp-content/uploads/2014/01/coulter-e1390456183672.png' width='610' />                        </div>\n                                        <h1>Happy Kwanzaa! The Holiday Brought To You By The FBI</h1>\n        <div class=\"dateline\">\n                11:57 AM  12/25/2014        </div>\n        <script type=\"text/javascript\">\njQuery(document).ready( function() {\n    dc_setup_social_bar('http%3A%2F%2Fdailycaller.com%2F2014%2F12%2F25%2Fhappy-kwanzaa-the-holiday-brought-to-you-by-the-fbi%2F', 'Happy+Kwanzaa%21+The+Holiday+Brought+To+You+By+The+FBI', '4419111');\n});\n</script>\n<div id=\"share_bar\">\n\t<div class=\"row share\">\n\t\t<div class=\"socialbuttons small-12 columns\">\n\t\t\t<div class=\"facebook facebook-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-facebook left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"twitter twitter-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-twitter left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"gplus gplus-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-googleplus left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"options-social-bar small-3 columns io\">\n\t\t\t\t<div class=\"email-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-envelope left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"print-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-print left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"comment-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-bubbles left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"extended-social-bar social-bar small-1 quarter columns io end\">\n\t\t\t\t\t<span class=\"icon-share left\"></span>\n\t\t\t\t</div>        \n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n<div name=\"email-social-box\" id=\"email-social-box\"></div>\n<div name=\"extended-social-box\" id=\"extended-social-box\">\n\t<div class=\"row share\">\n\t\t<div class=\"socialbuttons small-12 columns\">\n\t\t\t<div class=\"pinterest-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-pinterest left hide-for-medium-down\">&nbsp;Pinterest</span>\n\t\t\t\t<span class=\"icon-pinterest left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t\t<div class=\"reddit-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-reddit left hide-for-medium-down\">&nbsp;Reddit</span>\n\t\t\t\t<span class=\"icon-reddit left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t\t<div class=\"linkedin-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-linkedin left hide-for-medium-down\">&nbsp;LinkedIn</span>\n\t\t\t\t<span class=\"icon-linkedin left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>        \t\t<div class=\"article-data\" id=\"article-data\">\n\t\t<div class=\"author-box clearfix\"><img class=\"avatar avatar-96 photo\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"http://cdn01.dailycaller.com/wp-content/user_photos/acoulter-2110861046.jpg\" alt=\"Photo of Ann Coulter\" /><noscript><img class=\"avatar avatar-96 photo\" src=\"http://cdn01.dailycaller.com/wp-content/user_photos/acoulter-2110861046.jpg\" alt=\"Photo of Ann Coulter\" /></noscript><div class=\"data\"><div class=\"name\" id=\"name\">Ann Coulter</div><div class=\"authortitle\">Political Commentator</div><ul class=\"author\"><li><span class=\"icon-newspaper\"></span><a href=\"http://dailycaller.com/author/acoulter/\" target=\"_blank\">See All Articles</a></li><li><span class=\"icon-feed2\"></span><a href=\"http://dailycaller.com/author/acoulter/feed/\" target=\"_blank\">Subscribe to RSS</a></li><li><span class=\"icon-book\"></span><span id=\"author-bio-link\"><a href=\"#\" data-options=\"align:right\" data-dropdown=\"bio\" title=\"\">Bio</a></span><ul id=\"bio\" class=\"small content f-dropdown\" data-dropdown-content><h3>Ann Coulter</h3><p>Ann Coulter is a political commentator and author.</p></ul></li></ul></div></div>        <div class=\"related-articles-sidebar\"></div>\n        <div class=\"topics article-icon\"></div>\n    \t        </div>\t\t<div class=\"post article-content\" id=\"thepost\">\n        <ul id=\"sharebar\" class=\"floating-social-bar-inner clearingfix\">\n\t\t\t\t\t<li class=\"facebook-float socialbutton\"><div class=\"fb-share-button\" data-href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\" data-type=\"button\"></div></li>\n\t\t\t\t\t<li class=\"twitter-float socialbutton\"><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"none\" data-via=\"dailycaller\" data-text=\"<?php echo $twitter_title; ?>\" data-url=\"<?php echo $permalink; ?>\">Tweet</a></li>\n\t\t\t\t\t<li class=\"reddit-float socialbutton\"><div class=\"redditButtonFloat\"></div></li>\n\t\t\t\t\t</ul><div id=\"postid\" style=\"display: none;\">4419111</div><p>I will not be shooting any Black Panthers this week because I am Kwanza-reform, and we are not that observant. Kwanzaa, celebrated exclusively by white liberals, is a fake holiday invented in 1966 by black radical/FBI stooge, Ron Karenga &#8212; aka Dr. Maulana Karenga, founder of United Slaves, the violent nationalist rival to the Black Panthers. In the annals of the American &#8217;60s, Karenga was the Father Gapon, pawn of the czarist police.</p>\n<p>In what was ultimately a foolish gambit, during the madness of the &#8217;60s, the FBI encouraged the most extreme black nationalist organizations in order to discredit and split the left. The more preposterous the group, the better. By that criterion, Karenga&#8217;s United Slaves was perfect.</p><div id=\"ym_1047030974504090411\" class=\"ym\"></div><script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.m4.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\n<p>Despite modern perceptions that blend all the black activists of the &#8217;60s, the Black Panthers did not hate whites. Although some of their most high-profile leaders were drug dealers and murderers, they did not seek armed revolution.</p>\n<p>Those were the precepts of Karenga&#8217;s United Slaves. The United Slaves were proto-fascists, walking around in dashikis, gunning down Black Panthers and adopting invented &#8220;African&#8221; names.</p>\n<p>And hasn&#8217;t that been a huge help to the black community? The black man who assassinated two New York City cops last week went by the name &#8220;Ismaaiyl Abdullah-Muhammad,&#8221; and the man who attempted to hatchet four NYPD officers to death in October had adopted the name &#8220;Zaim Farouq Abdul-Malik.&#8221;</p><div id='taboola-mid-article-thumbs-mix'></div>\r\n<script type=\"text/javascript\">\r\n    window._taboola = window._taboola || [];\r\n    _taboola.push({mode:'thumbs-1r-mid', container:'taboola-mid-article-thumbs-mix', placement:'mid-article-thumbs', target_type:'mix'});\r\n</script>\n<p>It&#8217;s as if David Duke invented a holiday called &#8220;Anglika,&#8221; which he based on the philosophy of &#8220;Mein Kampf&#8221; &#8212; and clueless public school teachers began celebrating the made-up, racist holiday.</p>\n<p>Whether Karenga was a willing FBI dupe, or just a dupe, remains unclear.</p>\n<p>In the category of the-gentleman-doth-protest-too-much, back in the &#8217;70s, Karenga was quick to criticize Nigerian newspapers that claimed that certain American black radicals were CIA operatives. Karenga publicly denounced the idea, saying, &#8220;Africans must stop generalizing about the loyalties and motives of Afro-Americans, including the widespread suspicion of black Americans being CIA agents.&#8221;</p>\n<p>In a 1995 interview with Ethnic NewsWatch, Karenga matter-of-factly explained that the forces out to get O.J. Simpson for the &#8220;framed&#8221; murder of two whites included: &#8220;the FBI, the CIA, the State Department, Interpol, the Chicago Police Department&#8221; and so on. Karenga should know about FBI infiltration. (He further noted that the evidence against O.J. did not &#8220;eliminate unreasonable doubt&#8221; &#8212; an interesting standard of proof.)</p><div id=\"ym_1047031452335979308\" class=\"ym\"></div><script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.m4.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\n<p>Now we know: The FBI fueled the bloody rivalry between the Panthers and United Slaves. In one barbarous outburst, Karenga&#8217;s United Slaves shot two Black Panthers to death on the UCLA campus: Al &#8220;Bunchy&#8221; Carter and John Huggins. Karenga himself served time, a useful stepping-stone for his current position as a black studies professor at California State University at Long Beach.</p>\n<p>(Speaking of which, Rep. Paul Ryan certainly is right about what a fantastic job his mentor Jack Kemp did reaching out to all those &#8220;socially conservative&#8221; minorities. Look at how California has swung decisively to the right since Kemp started all that outreach stuff. Good luck winning California now, Democrats!)</p>\n<p>Back to the esteemed Cal State professor: Karenga&#8217;s invented holiday is a nutty blend of schmaltzy &#8217;60s rhetoric, black racism and Marxism. The seven principles of Kwanzaa are the very same seven principles of the Symbionese Liberation Army, another invention of the Worst Generation.</p>\n<p>In 1974, Patty Hearst, kidnap victim-cum-SLA revolutionary, posed next to the banner of her alleged captors, a seven-headed cobra. Each snakehead stood for one of the SLA&#8217;s revolutionary principles: Umoja, Kujichagulia, Ujima, Ujamaa, Nia, Kuumba and Imani. These are the exact same seven &#8220;principles&#8221; of Kwanzaa. And here&#8217;s something interesting: Kawaida, Kwanzaa and Kuumba are also the only three Kardashian sisters not to have their own shows on the E! Network.</p>\n<p>Kwanzaa praises collectivism in every possible area of life &#8212; economics, work, personality, even litter removal. (&#8220;Kuumba: Everyone should strive to improve the community and make it more beautiful.&#8221;) It takes a village to raise a police snitch. When Karenga was asked to distinguish Kawaida, the philosophy underlying Kwanzaa, from &#8220;classical Marxism,&#8221; he essentially said that, under Kawaida, we also hate whites.</p>\n<div class=\"post_tags\">Tags: <a href='http://dailycaller.com/buzz/ann-coulter/' title='Ann Coulter Tag' class='ann-coulter'>Ann Coulter</a>, <a href='http://dailycaller.com/buzz/fbi/' title='FBI Tag' class='fbi'>FBI</a>, <a href='http://dailycaller.com/buzz/kwanzaa/' title='Kwanzaa Tag' class='kwanzaa'>Kwanzaa</a>, <a href='http://dailycaller.com/buzz/maulana-karenga/' title='Maulana Karenga Tag' class='maulana-karenga'>Maulana Karenga</a>, <a href='http://dailycaller.com/buzz/patty-hearst/' title='Patty Hearst Tag' class='patty-hearst'>Patty Hearst</a></div><div id=\"pagination\" class=\"row\"><div class=\"readmore\"><a href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/2/\">Next Page</a></div><div class=\"nextpage\"><a href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/2/\">Continued on Next Page >></a></div><div class=\"pages\"> <div class=\"page\">1</div> <a href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/2/\"><div class=\"page\">2</div></a></div></div><div class=\"clear\"></div><div id=\"share-wrapper\" class=\"row\">\n    <div class=\"socialbuttons columns\">\n        <div class=\"facebook facebook-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-facebook left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n        </div>\n        <div class=\"twitter twitter-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-twitter left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n        </div>\n        <div class=\"gplus gplus-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-googleplus left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n            <span class=\"count hide-for-medium-down right\">Share</span>\n        </div>\n        <div class=\"options-social-bar float-bar small-6 columns io\">\n            <div class=\"email-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-envelope left\">&nbsp;</span>\n            </div>\n            <div class=\"print-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-print left\">&nbsp;</span>\n            </div>\n            <div class=\"comment-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-bubbles left\">&nbsp;</span>\n            </div>\n            <div class=\"extended-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-share left\">&nbsp;</span>\n            </div>\n            <div class=\"page-options gototop float-bar small-2 columns io show-for-medium-down end\">\n                <span class=\"icon-arrow-up9 left\"><span class=\"top\">TOP</span></span>\n            </div>\n        </div>\n    </div>\n</div>\n\t\t<div class=\"comments-link\">\n\t\t\t<i class=\"icon social foundicon-chat\" title=\"Comments\"></i>\n\t\t\t<a href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/#respond\" title=\"Comment on Happy Kwanzaa! The Holiday Brought To You By The FBI\"><span class=\"dsq-postid\" rel=\"4419111 http://dailycaller.com/?p=4419111\"><span class=\"leave-comment\">Leave a Comment</span></span></a>\t\t</div>\n    \t<div id='taboola-below-article-thumbs-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'thumbs-2r', container:'taboola-below-article-thumbs-mix', placement:'below-article-thumbs', target_type:'mix'});\n\t</script>\n\n\t<div id='taboola-below-article-text-links-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'hybrid-text-links-2c', container:'taboola-below-article-text-links-mix', placement:'below-article-text-links', target_type:'mix'});\n\t</script>\n\n\t<div id='taboola-below-article-thumbs-2nd-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'thumbs-1r', container:'taboola-below-article-thumbs-2nd-mix', placement:'below-article-thumbs-2nd', target_type:'mix'});\n\t</script>\n\t\t</div>\n        <nav class=\"nav-single\">\n            <span class=\"nav-previous alignleft\">\n            <a href=\"http://dailycaller.com/2014/12/18/one-in-five-people-who-write-for-rolling-stone-are-morons/\" rel=\"prev\"><span class=\"meta-nav\">&larr;</span> One In Five People Who Write For Rolling Stone Are Morons</a>            </span>\n            <span class=\"nav-next alignright\">\n            <a href=\"http://dailycaller.com/2014/12/31/liberals-if-the-shoe-doesnt-fit-make-everyone-wear-it/\" rel=\"next\">Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It <span class=\"meta-nav\">&rarr;</span></a>            </span>\n        </nav>\n<center>\r\n</center><div class=\"ndn_embed\" id=\"ndn-video-player-2\" data-config-distributor-id=\"90046\"></div>\n\n<div id=\"disqus_thread\">\n    </div>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var disqus_url = 'http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/';\n    var disqus_identifier = '4419111 http://dailycaller.com/?p=4419111';\n    var disqus_container_id = 'disqus_thread';\n    var disqus_domain = 'disqus.com';\n    var disqus_shortname = 'thedailycaller';\n    var disqus_title = \"Happy Kwanzaa! The Holiday Brought To You By The FBI\";\n    var disqus_config = function () {\n        var config = this; // Access to the config object\n        config.language = '';\n\n        /* Add the ability to add javascript callbacks */\n        \n        /*\n           All currently supported events:\n            * preData — fires just before we request for initial data\n            * preInit - fires after we get initial data but before we load any dependencies\n            * onInit  - fires when all dependencies are resolved but before dtpl template is rendered\n            * afterRender - fires when template is rendered but before we show it\n            * onReady - everything is done\n         */\n\n        config.callbacks.preData.push(function() {\n            // clear out the container (its filled for SEO/legacy purposes)\n            document.getElementById(disqus_container_id).innerHTML = '';\n        });\n                this.page.remote_auth_s3 = 'W10= 749991e49f75625e5f9bbde6c47828e666823e5c 1420285683';\nthis.page.api_key = 'ORZ4taXcGjnx1LLOxAoSwFiuOzgRlD813O121whB0GyYyceTY7GPqwFhcUAkJsGf';\nthis.sso = {\n          name: \"The Daily Caller\",\n          button: \"\",\n          icon: \"\",\n          url: \"http://dailycaller.com/wp-login.php\",\n          logout: \"http://dailycaller.com/wp-login.php?action=logout\",\n          width: \"800\",\n          height: \"700\"\n    }    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var DsqLocal = {\n        'trackbacks': [\n        ],\n        'trackback_url': \"http:\\/\\/dailycaller.com\\/2014\\/12\\/25\\/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi\\/trackback\\/\"    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript';\n    dsq.async = true;\n    dsq.src = '//' + disqus_shortname + '.' + 'disqus.com' + '/' + 'embed' + '.js' + '?pname=wordpress&pver=2.77';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n})();\n/* ]]> */\n</script>\n</main>\n</div>\n<div\n\tid=secondary\n\tclass=\"sidebar-single widget-area small-12 medium-5 large-4 columns\"\n\trole=\"complementary\"\n>\n<!-- zone: ann-coulter, sponsored:  -->\n<!-- Post ID , Account 10519169, Label Ann_Coulter/Ann_Coulter_Articles, Ad ID div-gpt-ad-1378388834355-2, Adpos right1, Ad Array [300, 250], [300, 600], [300, 1050], Ad Slot  -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1378388834355-2>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1378388834355-2' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1378388834355-2 -->\n</div><!-- .ad_container.small-12.columns.box -->\t\t\t<div class=\"small-12 columns blank\"><div style=\"padding-top:10px;padding-bottom:10px;\" class=\"ndn_embed\" data-config-widget-id=\"29653\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90046\"></div></div>\n\t\t\t\t\t\t<div class=\"small-12 columns blank\"><div>\r\n<table style=\"border:1px solid #000;border-radius:5px;background:#eeeeee\">\r\n\t<tr>\r\n\t\t<td style=\"max-width:334px\">\r\n<img src=\"https://s3.amazonaws.com/Ad_Creatives/1401362_371041099693357_1026611913_o+(1)+(1).jpg\" />\r\n<center style=\"text-align: center;padding-top:5px;\"><font face=\"verdana, geneva, sans-serif\"><span style=\"font-size: 16px;\"><b>The federal government is out of control. A <a href=\"https://d3n8a8pro7vhmx.cloudfront.net/conventionofstates/pages/142/attachments/original/1416248525/COS_Handbook.pdf?1416248525\" target=\"_blank\">Convention of States</a>\r\ncan stop them.</b></span></font></center>\r\n<table style=\"border:1px;border-radius:5px;background:#003366;margin:10px;\">\r\n\t<tr>\r\n\t\t<td>\r\n<center style=\"text-align: center;\"><font color=\"#ffffff\" face=\"arial, verdana, geneva, sans-serif\"><span style=\"font-size: 14px;\"><b>TAKE ACTION\r\nTO RESTORE MEANINGFUL CONSTITUTIONAL LIMITS TO THE\r\nFEDERAL GOVERNMENT.</span></br></font>\r\n</center>\r\n</td>\r\n</tr>\r\n</table>\r\n<center style=\"text-align: center;\"><b><font color=\"#000\" face=\"arial, verdana, geneva, sans-serif\"><span style=\"font-size: 24px;\"><span style=\"font-size: 26px;\">SIGN THE PETITION!</b></span></b></center>\r\n<center>\r\n<form action=\"http://e.dailycaller-alerts.com/forms/l.jsp\" target='_blank'>\r\n  <input type='hidden' name='cid' value='1248' />\r\n  <input type='hidden' name='id' value='8' />\r\n  <input type=\"hidden\" name=\"num_questions\" value=\"7\">\r\n  <input type=\"hidden\" name=\"q_0\" value=\"31\" />\r\n<input type=\"hidden\" name=\"q_1\" value=\"32\" />\r\n<input type=\"hidden\" name=\"q_6\" value=\"1\" /> &nbsp; &nbsp;\r\n<table style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t<tbody>\r\n\t\t<tr style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t\t\t<td style=\"padding-top:0px;padding-bottom:0px;\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>FIRST NAME</b></font>: <input name=\"answer_31\" size=\"20\" type=\"text\" value=\"\" /></td>\r\n\t\t\t<td style=\"padding-top:0px;padding-bottom:0px;\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>LAST NAME</b></font>: <input name=\"answer_32\" size=\"20\" type=\"text\" value=\"\" /></td>\r\n\t\t</tr>\r\n</table>\r\n<table style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t\t<tr>\r\n\t\t\t<td style=\"width:180px\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>E-MAIL</b></font>: <input name=\"answer_1\" size=\"25\" type=\"text\" value=\"\" /></td>\r\n\t\t\t<td><input checked=\"checked\" name=\"l_186\" type=\"checkbox\" value=\"Y\" /><span style=\"font:arial;font-size:10px;\">I agree*&nbsp;&nbsp;&nbsp;&nbsp;</span><input style=\"font:arial;font-size:14px;color:white;text-transform:uppercase;background-color:#832921;height:30px;width:80px;\" type=\"submit\" value=\"Submit\" /></td>\r\n\t\t</tr>\r\n\t</tbody>\r\n</table>\r\n</form>\r\n</center>\r\n<span style=\"font-size:9px;\"><span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">*By submitting. you agree that The Daily Caller and Convention of States may help you stay up to date on the issues by sending news and special offers. You may unsubscribe at any time. You also agree to The Daily Caller&#39;s <a href=\"http://dailycaller.com/footer/privacy-policy/\" target=\"_blank\">Privacy Policy</a> and <a href=\"http://dailycaller.com/footer/terms-of-use/\" target=\"_blank\">Terms of Use</a>.</span></span></center>\r\n</td>\r\n</tr>\r\n</table>\r\n</div></div>\n\t\t\t<!-- Post ID , Account 10519169, Label Ann_Coulter/Ann_Coulter_Articles, Ad ID div-gpt-ad-1378388834355-3, Adpos right2, Ad Array [300, 250], [300, 600], Ad Slot 3 -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1378388834355-3>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1378388834355-3' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1378388834355-3 -->\n</div><!-- .ad_container.small-12.columns.box -->\t\t\t<div class=\"small-12 columns blank\"><div id=\"taboola-right-rail-thumbnails\" style=\"padding-top:10px;padding-bottom:10px;\"></div>\r\n<script type=\"text/javascript\">\r\n  window._taboola = window._taboola || [];\r\n  _taboola.push({\r\n    mode: 'thumbnails-a',\r\n    container: 'taboola-right-rail-thumbnails',\r\n    placement: 'Right Rail Thumbnails',\r\n    target_type: 'mix'\r\n  });\r\n</script>\r\n<script type=\"text/javascript\">\r\n  window._taboola = window._taboola || [];\r\n  _taboola.push({flush: true});\r\n</script></div>\n\t\t\t\t\t\t<div class=\"small-12 columns box\"><h2>More Ann Coulter</h2>\n\t\t\t            <div class=\"widget contentbysection Ann Coulter\">\n            \t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/31/liberals-if-the-shoe-doesnt-fit-make-everyone-wear-it/\" title=\"Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/01/coulter-e1390456183672.png\" alt=\"Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It\" href=\"http://dailycaller.com/2014/12/31/liberals-if-the-shoe-doesnt-fit-make-everyone-wear-it/\">Liberals: If The Shoe Doesn&#8217;t Fit, Make Everyone Wear It</a></h3>\n\t\t\t\t<div class=\"date\">11:35 AM  12/31/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\" title=\"Happy Kwanzaa! The Holiday Brought To You By The FBI\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/01/coulter-e1390456183672.png\" alt=\"Happy Kwanzaa! The Holiday Brought To You By The FBI\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Happy Kwanzaa! The Holiday Brought To You By The FBI\" href=\"http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/\">Happy Kwanzaa! The Holiday Brought To You By The FBI</a></h3>\n\t\t\t\t<div class=\"date\">11:57 AM  12/25/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/18/one-in-five-people-who-write-for-rolling-stone-are-morons/\" title=\"One In Five People Who Write For Rolling Stone Are Morons\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/10/Coulter104-e1380892406168.jpg\" alt=\"One In Five People Who Write For Rolling Stone Are Morons\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"One In Five People Who Write For Rolling Stone Are Morons\" href=\"http://dailycaller.com/2014/12/18/one-in-five-people-who-write-for-rolling-stone-are-morons/\">One In Five People Who Write For Rolling Stone Are Morons</a></h3>\n\t\t\t\t<div class=\"date\">1:01 AM  12/18/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/10/the-college-rape-club/\" title=\"The College Rape Club\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/08/Coulter827-e1377696647220.jpg\" alt=\"The College Rape Club\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"The College Rape Club\" href=\"http://dailycaller.com/2014/12/10/the-college-rape-club/\">The College Rape Club</a></h3>\n\t\t\t\t<div class=\"date\">5:10 PM  12/10/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/03/black-people-the-media-hate-and-rand-paul-isnt-wild-about/\" title=\"Black People The Media Hate (And Rand Paul Isn&#8217;t Wild About)\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/11/Coulter1126-e1385465043252.jpg\" alt=\"Black People The Media Hate (And Rand Paul Isn&#8217;t Wild About)\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Black People The Media Hate (And Rand Paul Isn&#8217;t Wild About)\" href=\"http://dailycaller.com/2014/12/03/black-people-the-media-hate-and-rand-paul-isnt-wild-about/\">Black People The Media Hate (And Rand Paul Isn&#8217;t Wild About)</a></h3>\n\t\t\t\t<div class=\"date\">5:19 PM  12/03/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/11/27/liberals-willing-to-fight-to-the-last-drop-of-black-blood/\" title=\"Liberals Willing To Fight To The Last Drop Of Black Blood\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/10/Coulter104-e1380892406168.jpg\" alt=\"Liberals Willing To Fight To The Last Drop Of Black Blood\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Liberals Willing To Fight To The Last Drop Of Black Blood\" href=\"http://dailycaller.com/2014/11/27/liberals-willing-to-fight-to-the-last-drop-of-black-blood/\">Liberals Willing To Fight To The Last Drop Of Black Blood</a></h3>\n\t\t\t\t<div class=\"date\">2:54 AM  11/27/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/11/20/jonathan-gruber-is-worse-than-the-downing-street-memo/\" title=\"Jonathan Gruber Is Worse Than The Downing Street Memo\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/11/Coulter1126-e1385465043252.jpg\" alt=\"Jonathan Gruber Is Worse Than The Downing Street Memo\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Jonathan Gruber Is Worse Than The Downing Street Memo\" href=\"http://dailycaller.com/2014/11/20/jonathan-gruber-is-worse-than-the-downing-street-memo/\">Jonathan Gruber Is Worse Than The Downing Street Memo</a></h3>\n\t\t\t\t<div class=\"date\">1:36 AM  11/20/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/11/12/voters-are-giving-you-one-more-chance-gop/\" title=\"Voters Are Giving You One More Chance, GOP\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/11/Coulter1126-e1385465043252.jpg\" alt=\"Voters Are Giving You One More Chance, GOP\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Voters Are Giving You One More Chance, GOP\" href=\"http://dailycaller.com/2014/11/12/voters-are-giving-you-one-more-chance-gop/\">Voters Are Giving You One More Chance, GOP</a></h3>\n\t\t\t\t<div class=\"date\">6:08 PM  11/12/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/11/05/a-tough-night-at-msnbc/\" title=\"A Tough Night At MSNBC\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/08/Coulter825-e1377485256879.jpg\" alt=\"A Tough Night At MSNBC\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"A Tough Night At MSNBC\" href=\"http://dailycaller.com/2014/11/05/a-tough-night-at-msnbc/\">A Tough Night At MSNBC</a></h3>\n\t\t\t\t<div class=\"date\">8:50 PM  11/05/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/11/05/my-pre-recrimination-election-analysis/\" title=\"My Pre-Recrimination Election Analysis\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/11/Coulter1126-e1385465043252.jpg\" alt=\"My Pre-Recrimination Election Analysis\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"My Pre-Recrimination Election Analysis\" href=\"http://dailycaller.com/2014/11/05/my-pre-recrimination-election-analysis/\">My Pre-Recrimination Election Analysis</a></h3>\n\t\t\t\t<div class=\"date\">4:10 PM  11/05/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- Post ID , Account 10519169, Label Ann_Coulter/Ann_Coulter_Articles, Ad ID div-gpt-ad-1378388834355-4, Adpos right3, Ad Array [300, 250], [300, 600], Ad Slot 4 -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1378388834355-4>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1378388834355-4' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1378388834355-4 -->\n</div><!-- .ad_container.small-12.columns.box --></div><!-- #secondary -->\n\t\t</section><!-- #container -->\n\t</div><!-- .inner-wrap -->\n</div><!-- .off-canvas-wrap -->\n<section class=\"row footer-banner\"><!-- true--><!-- Post ID , Account 10519169, Label Ann_Coulter/Ann_Coulter_Articles, Ad ID div-gpt-ad-1378388834355-5, Adpos , Ad Array [728, 90], [900, 90], Ad Slot  -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1378388834355-5>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1378388834355-5' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1378388834355-5 -->\n</div><!-- .ad_container.small-12.columns.box --></section><!-- .row.footer-banner -->\n<footer id=\"footer\" role=\"contentinfo\">\n\t<div class=\"row social\">\n\t\t<div class=\"small-12 medium-12 large-12 columns\">\n\t\t\t<a class=\"footer-social\" href=\"http://www.twitter.com/dailycaller\"><span class=\"icon-twitter\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"http://www.facebook.com/DailyCaller\"><span class=\"icon-facebook\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"https://plus.google.com/104273926598894453484/posts\"><span class=\"icon-googleplus\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"https://www.linkedin.com/company/the-daily-caller\"><span class=\"icon-linkedin\"></span></a>\n\t\t</div><!-- .small-12.medium-12.large-12.columns -->\n\t</div><!-- .row.social -->\n\t<div class=\"row\">\n\t\t<div class=\"small-12 medium-5 large-4 columns\">\n\t\t\t<p class=\"copyright lt\">\n\t\t\t\t&copy; Copyright 2010 - 2015. The Daily Caller &middot; Version 3.01.\n\t\t\t</p><!-- .copyright.lt -->\t\t</div><!-- .small-12.medium-5.large-4.columns -->\n\t\t<div class=\"footer-menus small-12 medium-7 large-8 columns\">\n\t\t\t<div class=\"small-6 medium-4 large-4 columns sections\">\n\t\t\t\t<h5>Sections</h5>\n\t\t\t\t<div class=\"menu-sections-container\"><ul id=\"menu-sections\" class=\"menu\"><li id=\"menu-item-3618379\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3618379\"><a href=\"/\">Home</a></li>\n<li id=\"menu-item-3922688\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922688\"><a href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li id=\"menu-item-3922689\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922689\"><a href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li id=\"menu-item-3922692\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922692\"><a href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-3922694\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922694\"><a href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li id=\"menu-item-3922690\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922690\"><a href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li id=\"menu-item-3922695\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922695\"><a href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li id=\"menu-item-3922696\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922696\"><a href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li id=\"menu-item-3922691\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-3922691\"><a href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li id=\"menu-item-4000366\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-4000366\"><a href=\"http://video.dailycaller.com/\">Video</a></li>\n<li id=\"menu-item-3922697\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922697\"><a href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li id=\"menu-item-3443841\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3443841\"><a href=\"http://dailycaller.com/blogs/\">Blogs</a></li>\n<li id=\"menu-item-3443842\" class=\"last-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-3443842\"><a href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n</ul></div>\t\t\t</div><!-- .small-6.medium-4.large-4.columns.sections -->\n\t\t\t<div class=\"small-6 medium-4 large-4 columns columnists\">\n\t\t\t\t<h5>Columns</h5>\n\t\t\t\t<div class=\"menu-columns-container\"><ul id=\"menu-columns-1\" class=\"menu\"><li id=\"menu-item-3922707\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-3922707\"><a href=\"http://dailycaller.com/section/ann-coulter/\">Ann Coulter</a></li>\n<li id=\"menu-item-3922708\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922708\"><a href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n<li id=\"menu-item-3922705\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922705\"><a href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n<li id=\"menu-item-3922706\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922706\"><a href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n<li id=\"menu-item-4062044\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-4062044\"><a href=\"http://dailycaller.com/blog/the-mirror/\">The Mirror</a></li>\n<li id=\"menu-item-3922704\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922704\"><a href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n<li id=\"menu-item-3922709\" class=\"last-menu-item menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922709\"><a href=\"http://dailycaller.com/section/ginni-thomas/\">Ginni Thomas</a></li>\n</ul></div>\t\t\t</div><!-- .small-6.medium-4.large-4.columns.columnists -->\n\t\t\t<div class=\"small-12 medium-4 large-4 columns\">\n\t\t\t\t<div class=\"small-6 medium-12 large-12 columns corporate lr\">\n\t\t\t\t\t<h5>Corporate</h5>\n\t\t\t\t\t<div class=\"menu-corporate-container\"><ul id=\"menu-corporate\" class=\"menu\"><li id=\"menu-item-3443897\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3443897\"><a href=\"http://dailycaller.com/about-us/\">About Us</a></li>\n<li id=\"menu-item-4312597\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4312597\"><a href=\"http://dailycaller.com/footer/employment/\">Employment</a></li>\n<li id=\"menu-item-3867016\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3867016\"><a target=\"_blank\" href=\"http://www.co-store.com/dailycaller\">Daily Caller Store</a></li>\n<li id=\"menu-item-4222732\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4222732\"><a href=\"http://dailycaller.com/footer/terms-of-use/\">Terms Of Use</a></li>\n<li id=\"menu-item-4222747\" class=\"last-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4222747\"><a href=\"http://dailycaller.com/footer/privacy-policy/\">Privacy Policy</a></li>\n</ul></div>\t\t\t\t</div><!-- .small-6.medium-12.large-12.columns.corporate.lr -->\n\t\t\t\t<div class=\"small-6 medium-12 large-12 columns follow\">\n\t\t\t\t\t<h5>Follow</h5>\n\t\t\t\t\t<div class=\"menu-follow-container\"><ul id=\"menu-follow\" class=\"menu\"><li id=\"menu-item-3443868\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3443868\"><a href=\"http://www.facebook.com/DailyCaller\">Facebook</a></li>\n<li id=\"menu-item-3443869\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3443869\"><a href=\"http://www.twitter.com/dailycaller\">Twitter</a></li>\n<li id=\"menu-item-3443870\" class=\"last-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-3443870\"><a href=\"https://plus.google.com/104273926598894453484/posts\">Google+</a></li>\n</ul></div>\t\t\t\t</div><!-- .small-6.medium-12.large-12.columns.follow -->\n\t\t\t</div><!-- .small-12.medium-4.large-4.columns -->\n\t\t</div><!-- .footer-menus.small-12.medium-7.large-8.columns -->\n\t\t<div class=\"small-12 columns show-for-small\">\t\t</div><!-- .small-12.columns.show-for-small -->\n\t</div><!-- .row -->\n</footer><!-- #footer.contentinfo -->\n<a class=\"exit-off-canvas hide-for-large-up\"></a>\n<div id=\"backtotop\" class=\"hide-for-medium-down\">Top</div><!-- start boomtrain -->\n<script type=\"text/javascript\">\n !function(){function a(a){return function(){var b=Array.prototype.slice.call(arguments);return b.unshift(a),window._bt.push(b),window._bt}}window._bt=window._bt||[];for(var b=[\"track\",\"identify\",\"initialize\",\"clear\",\"setBsin\",\"person.set\"],c=0;c<b.length;c++){var d=window._bt,e=b[c].split(\".\"),f=e[0],g=f;2===e.length&&(d[f]=d[f]||{},d=d[f],f=e[1],g=b[c]),d[f]=a(g)}if(!document.getElementById(\"analyticstrain-js\")){var h=document.createElement(\"script\");h.type=\"text/javascript\",h.id=\"analyticstrain-js\",h.async=!0,h.src=(\"https:\"===document.location.protocol?\"https://\":\"http://\")+\"cdn.boomtrain.com/analyticstrain-2.min.js\";var i=document.getElementsByTagName(\"script\")[0];i.parentNode.insertBefore(h,i)}}();\n _bt.initialize(\"ffaf3cbd6095b84d8c4aa0392a8f5b21\");\n</script>\n<!-- end boomtrain -->\n<script type=\"text/javascript\">\n_bt.track(\"viewed\", {model: \"article\", id: \"4419111\"});\n_bt.identify();\n</script>\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = 5927;\n    _sf_async_config.domain = 'dailycaller.com';\n    _sf_async_config.sections = 'Ann Coulter';\n    _sf_async_config.authors = 'Ann Coulter';\n    /** CONFIGURATION END **/\n</script><script type=\"text/javascript\">\n   __compete_code = 'f79605b5076c6cb89c3ab20a16faf54a';\n   (function () {\n       var s = document.createElement('script'),\n           d = document.getElementsByTagName('head')[0] ||\n               document.getElementsByTagName('body')[0],\n           t = 'https:' == document.location.protocol ? \n               'https://c.compete.com/bootstrap/' : \n               'http://c.compete.com/bootstrap/';\n       s.src = t + __compete_code + '/bootstrap.js';\n       s.type = 'text/javascript';\n       s.async = 'async'; \n       if (d) { d.appendChild(s); }\n   }());\n</script><!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"10110104\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=10110104&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<script type=\"text/javascript\">\n  _bizo_data_partner_id = \"2361\";\n</script>\n<script type=\"text/javascript\">\n(function(){var b,a,u;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=true;u=(window.location.protocol===\"https:\"?\"https://sjs.\":\"http://js.\")+\"bizographics.com/insight.min.js\";a.src=u;b=document.getElementsByTagName(\"script\")[0];return b.parentNode.insertBefore(a,b)})();\n</script><!-- New Google Analytics -->\n<script type=\"text/javascript\">\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  ga('create', 'UA-12159302-1', 'auto');\n    ga('set', 'dimension5', 'Ann Coulter')\n              ga('set', 'dimension1' ,'Ann Coulter');\n            \tga('set', 'dimension2' ,'Aggregate');\n  \tga('set', 'dimension3', 'Article');\n  \tga('set', 'dimension4', '');\n\t\nga('send', 'pageview');\n\n</script>\n<!-- End New Google Analytics -->\n\t<script type=\"text/javascript\">\n\tjQuery(document).ready(function(){\n\t\tif (readCookie('dailycaller_uname')) {\n\t\t\tvar txt = \"Logged in as: <a href=\\\"http://dailycaller.com/my-account/\\\">\" + readCookie('dailycaller_uname') + \"</a> <small>(<a href=\\\"http://dailycaller.com/my-account/\\\">My Account</a> | <a href=\\\"http://dailycaller.com/my-account/?action=logout\\\">logout</a>)</small>\";\n\t\t\tjQuery('#logged-in').append(txt);\n\t\t} else {\n\t\t\tjQuery('#login-register').css(\"display\",\"\");\n\t\t};\n\t});\n\t</script>\n\t\n\t<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\nvar _qevents = _qevents || [];\n(function() {\nvar elem = document.createElement('script');\nelem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\nelem.async = true;\nelem.type = \"text/javascript\";\nvar scpt = document.getElementsByTagName('script')[0];\nscpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\nqacct:\"p-8ckCzGybQyMFc\"\n});\n</script>\n\n<noscript>\n<div style=\"display:none;\">\n<img src=\"//pixel.quantserve.com/pixel/p-8ckCzGybQyMFc.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n\t<!-- $RR-Ext Starts -->\n<script type=\"text/javascript\">\n  if(document.URL.indexOf('advD=') != -1) {\n    var nm=document.createElement('script');nm.type='text/javascript';nm.language='javascript';nm.async=true;\n    nm.src='https://rrimpl.com/adv/adv.js?'+document.URL.substr(document.URL.indexOf(\"advD=\"))+(typeof jQuery=='undefined'?\"&j=y\":\"\");\n    document.body.appendChild(nm);\n  }\n</script>\n<!-- $RR-Ext Ends -->\n<script type=\"text/javascript\">\n__reach_config = {\n    pid: '4f6b948fa782f31415000003',\n    title: 'Happy Kwanzaa! The Holiday Brought To You By The FBI',\n    url: 'http://dailycaller.com/2014/12/25/happy-kwanzaa-the-holiday-brought-to-you-by-the-fbi/',\n    date: '2014-12-25 11:57:37',\n\tauthors:['Ann Coulter'],\n\tchannels: [''],\n    tags: ['Ann Coulter','FBI','Kwanzaa','Maulana Karenga','Patty Hearst'],\n};\n$(document).ready(function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//simple-cdn.s3.amazonaws.com/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n});\n</script>\n    <script type=\"text/javascript\">\n    // <![CDATA[\n        var disqus_shortname = 'thedailycaller';\n        (function () {\n            var nodes = document.getElementsByTagName('span');\n            for (var i = 0, url; i < nodes.length; i++) {\n                if (nodes[i].className.indexOf('dsq-postid') != -1) {\n                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));\n                    url = nodes[i].parentNode.href.split('#', 1);\n                    if (url.length == 1) url = url[0];\n                    else url = url[1]\n                    nodes[i].parentNode.href = url + '#disqus_thread';\n                }\n            }\n            var s = document.createElement('script'); s.async = true;\n            s.type = 'text/javascript';\n            s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n        }());\n    //]]>\n    </script>\n<div id='ZN_3fPVLY1l4oVF553'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div><noscript><a target=\"_blank\" href=\"http://www.qualtrics.com/crm-integration\">CRM Integration</a><br/><a target=\"_blank\" href=\"http://www.qualtrics.com/enterprise-feedback-management\">Enterprise Feedback Management</a><br/></noscript>\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dailycaller.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n<script type=\"text/javascript\">(function(){var s=document.createElement(\"script\");s.type=\"text/javascript\";s.async=true;s.src=\"//compoter.net/30/xttp1//dailycaller.com/arg?purl=yes&vdb=23\";var x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);})();</script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/foundation.min.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/footer.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/chartbeat/js/chartbeat.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola-foot.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins//floating-share-buttons/js/floating-share-buttons.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/qualtrics/js/qualtrics.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/unveil-lazy-load/js/jquery.optimum-lazy-load.min.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/advertisements/js/jquery_helper.js'></script>\n<script type=\"text/javascript\"\tsrc=\"http://dme.newsinc.com/repub/DailyCaller/dynamicWidgets.js\"></script><script type=\"text/javascript\">tyntVariables = {\"ap\":\"Read more: \"};</script> <script type=\"text/javascript\" src=\"http://tcr.tynt.com/javascripts/Tracer.js?user=dDbxyAkh4r37nmadbiUzgI&amp;s=140&amp;lang=en\"></script><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-3.newrelic.com\",\"licenseKey\":\"698abc168e\",\"applicationID\":\"2129168\",\"transactionName\":\"NlNTY0oADEQDAkwPDg8ZcFRMCA1ZTRJRCAYNUw==\",\"queueTime\":0,\"applicationTime\":641,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"GhRQFQIaH0o=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/dailycaller.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 9]> <html class=\"no-js lt-ie10 lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 9 ]> <html class=\"no-js lt-ie10\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if gt IE 9 ]><!--> <html class=\"no-js not-ie\" lang=\"en-US\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <!--<![endif]-->\n<head>\n    <!-- Google Tag Manager -->\n    <noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KK3H7G\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n    <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-KK3H7G');</script>\n    <!-- End Google Tag Manager -->\n    \n\n<!-- Twitter Cards: START -->\n\t<meta name=\"twitter:url\" content=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/\">\n\t<meta name=\"twitter:card\" content=\"summary\">\n\t<meta name=\"twitter:site\" content=\"@dailycaller\">\n\t<meta name=\"twitter:site:id\" content=\"39308549\">\n\t<meta name=\"twitter:title\" content=\"Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO] Via @dailycaller\">\n\t<meta name=\"twitter:description\" content=\"Total flop-fest\">\n\t<meta name=\"twitter:image:src\" content=\"http://dailycaller.com/wp-content/uploads/2014/12/RTR4JDW4-e1419713347222.jpg\">\n<!-- Twitter Cards: END -->\n\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\" /><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n<meta content=\"true\" name=\"HandheldFriendly\" />\n<meta content=\"on\" http-equiv=\"cleartype\" />\n<meta content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\" />\n<link rel=\"shortcut icon\" href=\"http://cdn01.dailycaller.com/wp-content/themes/thedc/favicon.ico\" />\n<title>Jennifer Lawrence Shows Up At The Louisville-Kentucky Game | The Daily Caller</title>\n<link rel=\"pingback\" href=\"http://dailycaller.com/xmlrpc.php\" />\n<meta property=\"fb:app_id\" content=\"143489452702\" />\n<meta property=\"og:site_name\" content=\"The Daily Caller\"/>\n\t\t<meta property=\"og:description\" content=\"The Louisville Cardinals hosted the Kentucky Wildcats on Saturday for one of the 2014 season's most highly anticipated college basketball games.    Rick Pitino's 4th ranked Cardinals have had a great \"/>\n\t\t<meta property=\"og:title\" content=\"Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]\"/>\n\t<meta property=\"og:url\" content=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/\"/>\n\t<meta property=\"og:type\" content=\"article\" />\n\t<meta property=\"og:image\" content=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/RTR4JDW4-e1419713347222.jpg\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Feed\" href=\"http://dailycaller.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Comments Feed\" href=\"http://dailycaller.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Daily Caller &raquo; Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO] Comments Feed\" href=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/feed/\" />\n<!-- Start: GPT Async -->\n<script>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\n\tvar gads   = document.createElement('script'),\n\t\tuseSSL = 'https:' == document.location.protocol,\n\t\tnode   = document.getElementsByTagName('script')[0];\n\n\tgads.async = true;\n\tgads.type  = 'text/javascript';\n\tgads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\n\tnode.parentNode.insertBefore(gads, node);\n})();\n\ngoogletag.cmd.push( function() {\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Sports/Sports_Articles',\n\t\t\t[[728, 90], [900, 90], [970, 150], [970, 250], [320, 50], [970, 90]],\n\t\t\t'div-gpt-ad-1372097714912-1'\n\t\t)\n\t\t.setTargeting( 'pos', ['top'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Sports/Sports_Articles',\n\t\t\t[[300, 250], [300, 600], [300, 1050]],\n\t\t\t'div-gpt-ad-1372097714912-2'\n\t\t)\n\t\t.setTargeting( 'pos', ['right1'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Sports/Sports_Articles',\n\t\t\t[[300, 250], [300, 600]],\n\t\t\t'div-gpt-ad-1372097714912-3'\n\t\t)\n\t\t.setTargeting( 'pos', ['right2'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Sports/Sports_Articles',\n\t\t\t[[300, 250], [300, 600]],\n\t\t\t'div-gpt-ad-1372097714912-4'\n\t\t)\n\t\t.setTargeting( 'pos', ['right3'] )\n\t\t.addService( googletag.pubads() );\n\n\tgoogletag\n\t\t.defineSlot(\n\t\t\t'/10519169/Sports/Sports_Articles',\n\t\t\t[[728, 90], [900, 90]],\n\t\t\t'div-gpt-ad-1372097714912-5'\n\t\t)\n\t\t.setTargeting( 'pos', ['bottom'] )\n\t\t.addService( googletag.pubads() );\n\tgoogletag.pubads().setTargeting('dccategories', [\"DC Exclusives - Blurb\"]);\n\tgoogletag.pubads().setTargeting('dctags', [\"College basketball\",\"Jennifer Lawrence\",\"John Calipari\",\"Rick Pitino\",\"University of Kentucky\",\"University of Louisville\"]);\n\tgoogletag.pubads().setTargeting( 'pageid','4419915' );\n\tgoogletag.pubads().setTargeting( 'url','http%3A%2F%2Fdailycaller.com%2F2014%2F12%2F27%2Fjennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video%2F' );\n\tgoogletag.pubads().setTargeting( 'topic','sports' );\n\tgoogletag.pubads().collapseEmptyDivs(true);\n\tgoogletag.pubads().enableSingleRequest();\n\tgoogletag.enableServices();\n});\n</script><!-- End: GPT -->\n<link rel='stylesheet' id='foundation-css-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-foundation.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='icomoon-css'  href='http://dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-icomoon.css' type='text/css' media='all' />\n<link rel='stylesheet' id='normalize-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-normalize.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slides-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/css/20150102-1420253073-slides.css' type='text/css' media='all' />\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='foundation_ie8_grid-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-ie8-grid-foundation-5.css' type='text/css' media='all' />\n<![endif]-->\n<link rel='stylesheet' id='thedc-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/20150102-1420253073-thedc.css' type='text/css' media='all' />\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='foundation_ie8_menu-css'  href='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/css/ie8-menu.css' type='text/css' media='all' />\n<![endif]-->\n<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/single.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/vendor/modernizr.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/header.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola-head.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola.js'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://dailycaller.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://dailycaller.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Browns Suspend Josh Gordon For Violating Team Rules&#8230; Again' href='http://dailycaller.com/2014/12/27/browns-suspend-josh-gordon-for-violating-team-rules-again/' />\n<link rel='next' title='Who Got Fired On NFL&#8217;s &#8216;Black Monday&#8217;?' href='http://dailycaller.com/2014/12/29/its-nfl-black-monday-who-got-fired/' />\n<link rel='shortlink' href='http://dailycaller.com/?p=4419915' />\n<script type=\"text/javascript\" src=\"http://cdn01.dailycaller.com/wp-content/plugins/audio-player/assets/audio-player.js?ver=2.0.4.6\"></script>\n<script type=\"text/javascript\">AudioPlayer.setup(\"http://cdn01.dailycaller.com/wp-content/plugins/audio-player/assets/player.swf?ver=2.0.4.6\", {width:\"290\",animation:\"yes\",encode:\"yes\",initialvolume:\"60\",remaining:\"no\",noinfo:\"no\",buffer:\"5\",checkpolicy:\"no\",rtl:\"no\",bg:\"E5E5E5\",text:\"333333\",leftbg:\"eeeeee\",lefticon:\"333333\",volslider:\"5d5e5e\",voltrack:\"ffffff\",rightbg:\"B4B4B4\",rightbghover:\"999999\",righticon:\"333333\",righticonhover:\"FFFFFF\",track:\"FFFFFF\",loader:\"009900\",border:\"CCCCCC\",tracker:\"cd2b2b\",skip:\"666666\",pagebg:\"FFFFFF\",transparentpagebg:\"yes\"});</script>\n<script type=\"text/javascript\" src=\"http://a.postrelease.com/serve/load.js?async=true\"></script><script type=\"text/javascript\" src=\"//native.sharethrough.com/assets/tag.js\" async></script>\n<meta name=\"item-publish-date\" content=\"Sat, Dec 27 2014 21:44:39 +0000\" />\n<meta name=\"publish-date\" content=\"Sat, Dec 27 2014 21:44:39 +0000\" />\n<script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script><!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n    <meta name='parsely-page' id='parsely-page' content='{\"title\":\"Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]\",\"link\":\"http:\\/\\/dailycaller.com\\/2014\\/12\\/27\\/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video\\/\",\"image_url\":\"http:\\/\\/dailycaller.com\\/wp-content\\/uploads\\/2014\\/12\\/RTR4JDW4-220x120.jpg\",\"type\":\"post\",\"post_id\":\"4419915\",\"pub_date\":\"2014-12-27T21:44:39Z\",\"section\":\"DC Exclusives - Blurb\",\"author\":\"Christian Datoc\",\"tags\":[\"college basketball\",\"jennifer lawrence\",\"john calipari\",\"rick pitino\",\"university of kentucky\",\"university of louisville\"]}' />\n\n<!-- All in One SEO Pack 2.2.3 by Michael Torbert of Semper Fi Web Design[2027,2134] -->\n<meta name=\"description\"  content=\"Total flop-fest\" />\n\n<meta name=\"keywords\"  content=\"college basketball,jennifer lawrence,john calipari,rick pitino,university of kentucky,university of louisville\" />\n\n<link rel=\"canonical\" href=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/\" />\n<!-- /all in one seo pack -->\n<!-- Vipers Video Quicktags v6.4.5 | http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ -->\n<style type=\"text/css\">\n.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } .vvqbox { display: inline-block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: auto !important; } .vvqbox object { display:block; max-width: 100%; }\n</style>\n<script type=\"text/javascript\">\r\n// <![CDATA[\r\n\tvar vvqflashvars = {};\r\n\tvar vvqparams = { wmode: \"opaque\", allowfullscreen: \"true\", allowscriptaccess: \"always\" };\r\n\tvar vvqattributes = {};\r\n\tvar vvqexpressinstall = \"http://cdn01.dailycaller.com/wp-content/plugins/vipers-video-quicktags/resources/expressinstall.swf\";\r\n// ]]>\r\n</script>\r\n<script type=\"text/javascript\" src=\"http://mtrx.go.sonobi.com/morpheus.caller.js\"></script>\n<script type=\"text/javascript\">\nsbi_morpheus.register('div-gpt-ad-1372097714912-1', '9d843aa2024f3df686eb');\nsbi_morpheus.register('div-gpt-ad-1372097714912-2', 'e1c37e3c4a72bf5982e1');\nsbi_morpheus.register('div-gpt-ad-1372097714912-3', 'f4853f36665a46db7be0');\nsbi_morpheus.register('div-gpt-ad-1372097714912-4', 'f4853f36665a46db7be0');\nsbi_morpheus.register('div-gpt-ad-1372097714912-5', 'd4d29dff73ab63d4acd2');\nsbi_morpheus.callOperator();\n</script>\n</head>\n<body class=\"single single-post postid-4419915 single-format-standard\">\n<div class=\"off-canvas-wrap\" data-offcanvas>\n  \t<div class=\"inner-wrap\">\n  \t\t<nav class=\"tab-bar show-for-medium-down\">\n            <section class=\"left-small\">\n                <a class=\"left-off-canvas-toggle menu-icon\" href=\"#\"><span></span></a>\n            </section>\n            <section class=\"middle tab-bar-section go-left show-for-medium-down logo\">\n                <h1 class=\"dailycaller hide-text\"><a href=\"http://dailycaller.com\" title=\"The Daily Caller\">DailyCaller</a></h1>\n            </section>\n        </nav>\n        <aside class=\"left-off-canvas-menu show-for-medium-down\">\n            <ul class=\"off-canvas-list\"><li><label>The DC</label></li><li class=\"divider\"></li><li id=\"menu-item-3620791\" class=\"hidetext iconlogo menu-item menu-item-main-menu menu-item-home\"><a  href=\"/\">Home</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922661\" class=\"menu-item menu-item-main-menu menu-item-politics\"><a  href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922662\" class=\"menu-item menu-item-main-menu menu-item-us\"><a  href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922663\" class=\"menu-item menu-item-main-menu menu-item-entertainment\"><a  href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922664\" class=\"current-post-ancestor current-post-parent menu-item menu-item-main-menu menu-item-sports\"><a  href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922665\" class=\"menu-item menu-item-main-menu menu-item-business\"><a  href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922666\" class=\"menu-item menu-item-main-menu menu-item-tech\"><a  href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922668\" class=\"menu-item menu-item-main-menu menu-item-education\"><a  href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922669\" class=\"menu-item menu-item-main-menu menu-item-opinion\"><a  href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922671\" class=\"menu-item menu-item-main-menu menu-item-guns-and-gear\"><a  href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4000372\" class=\"menu-item menu-item-main-menu menu-item-video\"><a  href=\"http://video.dailycaller.com/\">Video</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443825\" class=\"menu-item menu-item-main-menu menu-item-blogs has-dropdown\"><a  href=\"http://dailycaller.com/blogs/\">Blogs</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443826\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-jobs\"><a  href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n</ul><ul class=\"off-canvas-list\"><li><label>Columnists</label></li><li class=\"divider\"></li><li id=\"menu-item-3922707\" class=\"menu-item menu-item-main-menu menu-item-ann-coulter\"><a  href=\"http://dailycaller.com/section/ann-coulter/\">Ann Coulter</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922708\" class=\"menu-item menu-item-main-menu menu-item-ask-matt-labash\"><a  href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922705\" class=\"menu-item menu-item-main-menu menu-item-kausfiles\"><a  href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922706\" class=\"menu-item menu-item-main-menu menu-item-matt-lewis\"><a  href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4062044\" class=\"menu-item menu-item-main-menu menu-item-the-mirror\"><a  href=\"http://dailycaller.com/blog/the-mirror/\">The Mirror</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922704\" class=\"menu-item menu-item-main-menu menu-item-dc-trawler\"><a  href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922709\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-ginni-thomas\"><a  href=\"http://dailycaller.com/section/ginni-thomas/\">Ginni Thomas</a></li>\n</ul>        <div class=\"mobile-menu-footer-sidebar show-for-small\">\n            <div id=\"dc_morning_email-6\" class=\"box dc_morning_email-6\"><h2>Register for Emails</h2><div class=\"widget\">\t\t<iframe class=\"subscribe\" src=\"http://dailycaller.com/wp-content/themes/thedc/library/inc/tools/goldlasso/mainsubscribe.php\"></iframe>\n\t\t<div class=\"clear\"></div></div></div>        </div>\n        </aside><div id=\"trends\"><div class=\"row\">&nbsp;</div></div>\n<header id=\"masthead\" class=\"site-header\">\n    <div class=\"row topassets\">\n    <div class=\"small-5 medium-2 large-2 columns social-icons\">\n        <a class=\"top-bar-social\" href=\"http://www.twitter.com/dailycaller\"><span class=\"icon-twitter\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"http://www.facebook.com/DailyCaller\"><span class=\"icon-facebook\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"https://plus.google.com/104273926598894453484/posts\"><span class=\"icon-googleplus\">&nbsp;</span></a>        <a class=\"top-bar-social\" href=\"https://www.linkedin.com/company/the-daily-caller\"><span class=\"icon-linkedin\">&nbsp;</span></a>    </div>\n    <div class=\"medium-7 large-7 columns hide-for-small logo\"><h1 class=\"dailycaller\"><a href=\"http://dailycaller.com\" title=\"The Daily Caller\">DailyCaller</a></h1></div>\n    <div class=\"small-7 medium-3 large-3 columns searchbox\"><ul class=\"inline-list right\">\n        <li class=\"mag\"><div id=\"search_icon\" class=\"closed\"><span class=\"icon-search large icon\">&nbsp;</span></div></li><li class=\"search-field\">\n                    <form method=\"get\" id=\"searchform2\" action=\"http://dailycaller.com/search\"><div class=\"row collapse\"><label class=\"screen-reader-text\" for=\"s\">Search:</label>\n        <div class=\"small-12 columns\"><input type=\"text\" value=\"\" name=\"q\" id=\"q\"><input type=\"submit\" id=\"searchsubmit\" value=\"Search\"></div></div></form>\n        </li></ul>\n    </div>\n    <div id=\"search_box\" class=\"closed\">\n        <form id=\"searchform\" method=\"get\" action=\"http://dailycaller.com/search\">\n        <div class=\"row collapse\">\n        <div class=\"small-1 columns\">&nbsp;</div>\n        <div class=\"small-8 columns\">\n          <input type=\"text\" aria-label=\"Search\" tabindex=\"-1\" value=\"\" name=\"q\" id=\"q\" onfocus=\"this.value=''\">\n        </div>\n        <div class=\"small-2 columns\">\n          <input type=\"submit\" class=\"button postfix\" id=\"searchsubmit\" value=\"Search\">\n        </div>\n        <div class=\"small-1 columns\">&nbsp;</div>\n        </div>\n        </form>\n        </div>\n    </div>\n        <div class=\"menuassets hide-for-medium hide-for-small\">\n<div class=\"contain-to-grid sticky\">\n<nav class=\"top-bar\" data-topbar>\n  <ul class=\"title-area\">\n    <li class=\"name\"></li>\n    <li class=\"toggle-topbar menu-icon\"><a href=\"#\"><span></span></a></li>\n  </ul>\n  <section class=\"top-bar-section\">\n    <ul>\n      <li class=\"divider\"></li><li id=\"menu-item-3620791\" class=\"hidetext iconlogo menu-item menu-item-main-menu menu-item-home\"><a  href=\"/\">Home</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922661\" class=\"menu-item menu-item-main-menu menu-item-politics\"><a  href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922662\" class=\"menu-item menu-item-main-menu menu-item-us\"><a  href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922663\" class=\"menu-item menu-item-main-menu menu-item-entertainment\"><a  href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922664\" class=\"current-post-ancestor current-post-parent menu-item menu-item-main-menu menu-item-sports\"><a  href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922665\" class=\"menu-item menu-item-main-menu menu-item-business\"><a  href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922666\" class=\"menu-item menu-item-main-menu menu-item-tech\"><a  href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922668\" class=\"menu-item menu-item-main-menu menu-item-education\"><a  href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922669\" class=\"menu-item menu-item-main-menu menu-item-opinion\"><a  href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3922671\" class=\"menu-item menu-item-main-menu menu-item-guns-and-gear\"><a  href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-4000372\" class=\"menu-item menu-item-main-menu menu-item-video\"><a  href=\"http://video.dailycaller.com/\">Video</a></li>\n<li class=\"divider\"></li><li id=\"menu-item-3443825\" class=\"menu-item menu-item-main-menu menu-item-blogs has-dropdown\"><a  href=\"http://dailycaller.com/blogs/\">Blogs</a>\n\t<ul class=\"dropdown\">\n\t<li id=\"menu-item-3957652\" class=\"menu-item menu-item-main-menu menu-item-the-mirror\"><a  href=\"http://dailycaller.com/section/the-mirror/\">The Mirror</a></li>\n\t<li id=\"menu-item-3922672\" class=\"menu-item menu-item-main-menu menu-item-kausfiles\"><a  href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n\t<li id=\"menu-item-3922673\" class=\"menu-item menu-item-main-menu menu-item-matt-lewis\"><a  href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n\t<li id=\"menu-item-3922677\" class=\"menu-item menu-item-main-menu menu-item-dc-trawler\"><a  href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n\t<li id=\"menu-item-3922674\" class=\"menu-item menu-item-main-menu menu-item-ask-matt-labash\"><a  href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n</ul>\n</li>\n<li class=\"divider\"></li><li id=\"menu-item-3443826\" class=\"last-menu-item menu-item menu-item-main-menu menu-item-jobs\"><a  href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n    </ul>\n    <ul class=\"search-menu left\"></ul>\n  </section>\n</nav>\n</div></div>\n</header>\n<section id=\"topad-1\" class=\"topad row\">\n<!-- Post ID , Account 10519169, Label Sports/Sports_Articles, Ad ID div-gpt-ad-1372097714912-1, Adpos top, Ad Array [728, 90], [900, 90], [970, 150], [970, 250], [320, 50], [970, 90], Ad Slot  -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1372097714912-1>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372097714912-1' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372097714912-1 -->\n</div><!-- .ad_container.small-12.columns.box --></section>\n<section id=\"topad-2\" class=\"topad row hide-for-small\">\t<div id='taboola-above-article-thumbs-mix' style=\"margin:0rem 1rem\"></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'hybrid-thumbs-1r', container:'taboola-above-article-thumbs-mix', placement:'above-article-thumbs', target_type:'mix'});\n\t</script>\n</section>\n<section id=\"container\" class=\"row\">\n<div id=\"primary\" class=\"small-12 medium-7 large-8 columns single content-area\">\n<main id=\"main\" class=\"site-main\" role=\"main\">\n    <div id=\"post-4419915\" class=\"post-4419915 post type-post status-publish format-standard hentry category-dcexclusives-blurb tag-college-basketball tag-jennifer-lawrence tag-john-calipari tag-rick-pitino tag-university-of-kentucky tag-university-of-louisville\">\n    <div class=\"full-page-article left-col\">\n        <div class=\"section\">Sports</div>\n                                <div class=\"pic-container\">\n                            <div id=\"pp-featured-wrapper\" style=\"position: absolute; z-index: 1000; border: solid 1px black; \">\n\t<div class=\"ndn_embed\" id=\"ndn-video-player-1\" data-config-distributor-id=\"90046\"></div>\n</div>\n                                                        <img title='Dec 27, 2014; Louisville, KY, USA; Louisville Cardinals forward Montrezl Harrell (24) posts up against Kentucky Wildcats guard Aaron Harrison (2) during the first half at KFC Yum! Center. Mandatory Credit: Jamie Rhodes-USA TODAY Sports - RTR4JDW4' alt='Dec 27, 2014; Louisville, KY, USA; Louisville Cardinals forward Montrezl Harrell (24) posts up against Kentucky Wildcats guard Aaron Harrison (2) during the first half at KFC Yum! Center. Mandatory Credit: Jamie Rhodes-USA TODAY Sports - RTR4JDW4' src='http://cdn01.dailycaller.com/wp-content/uploads/2014/12/RTR4JDW4-e1419713347222.jpg' width='610' /><span class=\"image_caption\"><span class=\"image_caption_toggle\">&nbsp;</span>Dec 27, 2014; Louisville, KY, USA; Louisville Cardinals forward Montrezl Harrell (24) posts up against Kentucky Wildcats guard Aaron Harrison (2) during the first half at KFC Yum! Center. Mandatory Credit: Jamie Rhodes-USA TODAY Sports - RTR4JDW4</span><span class=\"image_caption_toggle_off\">&nbsp;&nbsp;</span>                        </div>\n                                        <h1>Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]</h1>\n        <div class=\"dateline\">\n                4:44 PM  12/27/2014        </div>\n        <script type=\"text/javascript\">\njQuery(document).ready( function() {\n    dc_setup_social_bar('http%3A%2F%2Fdailycaller.com%2F2014%2F12%2F27%2Fjennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video%2F', 'Jennifer+Lawrence+Made+An+Appearance+At+The+Louisville-Kentucky+Flop+Fest+%5BVIDEO%5D', '4419915');\n});\n</script>\n<div id=\"share_bar\">\n\t<div class=\"row share\">\n\t\t<div class=\"socialbuttons small-12 columns\">\n\t\t\t<div class=\"facebook facebook-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-facebook left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"twitter twitter-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-twitter left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"gplus gplus-social-bar social-bar small-3 columns lr\">\n\t\t\t\t<span class=\"icon-googleplus left\"></span><span class=\"count right hide-for-small\">&nbsp;</span>\n\t\t\t</div>\n\t\t\t<div class=\"options-social-bar small-3 columns io\">\n\t\t\t\t<div class=\"email-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-envelope left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"print-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-print left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"comment-social-bar social-bar small-1 quarter columns io\">\n\t\t\t\t\t<span class=\"icon-bubbles left\"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"extended-social-bar social-bar small-1 quarter columns io end\">\n\t\t\t\t\t<span class=\"icon-share left\"></span>\n\t\t\t\t</div>        \n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n<div name=\"email-social-box\" id=\"email-social-box\"></div>\n<div name=\"extended-social-box\" id=\"extended-social-box\">\n\t<div class=\"row share\">\n\t\t<div class=\"socialbuttons small-12 columns\">\n\t\t\t<div class=\"pinterest-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-pinterest left hide-for-medium-down\">&nbsp;Pinterest</span>\n\t\t\t\t<span class=\"icon-pinterest left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t\t<div class=\"reddit-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-reddit left hide-for-medium-down\">&nbsp;Reddit</span>\n\t\t\t\t<span class=\"icon-reddit left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t\t<div class=\"linkedin-social-bar social-bar small-4 columns lr\">\n\t\t\t\t<span class=\"icon-linkedin left hide-for-medium-down\">&nbsp;LinkedIn</span>\n\t\t\t\t<span class=\"icon-linkedin left hide-for-large-up\"></span>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>        \t\t<div class=\"article-data\" id=\"article-data\">\n\t\t<div class=\"author-box clearfix\"><div class=\"data\"><div class=\"name\" id=\"name\">Christian Datoc</div><div class=\"authortitle\">Sports Editor</div><ul class=\"author\"><li><span class=\"icon-newspaper\"></span><a href=\"http://dailycaller.com/author/christian-datoc/\" target=\"_blank\">See All Articles</a></li><li><span class=\"icon-envelope\"></span><a href=\"mailto:&#99;&#104;&#114;i&#115;&#116;&#105;an&#64;da&#105;l&#121;&#99;&#97;l&#108;&#101;&#114;.co&#109;\" title=\"Email Christian Datoc\" target=\"_blank\">Send Email</a></li><li><span class=\"icon-feed2\"></span><a href=\"http://dailycaller.com/author/christian-datoc/feed/\" target=\"_blank\">Subscribe to RSS</a></li></ul></div></div>        <div class=\"related-articles-sidebar\"></div>\n        <div class=\"topics article-icon\"></div>\n    \t        </div>\t\t<div class=\"post article-content\" id=\"thepost\">\n        <ul id=\"sharebar\" class=\"floating-social-bar-inner clearingfix\">\n\t\t\t\t\t<li class=\"facebook-float socialbutton\"><div class=\"fb-share-button\" data-href=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/\" data-type=\"button\"></div></li>\n\t\t\t\t\t<li class=\"twitter-float socialbutton\"><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"none\" data-via=\"dailycaller\" data-text=\"<?php echo $twitter_title; ?>\" data-url=\"<?php echo $permalink; ?>\">Tweet</a></li>\n\t\t\t\t\t<li class=\"reddit-float socialbutton\"><div class=\"redditButtonFloat\"></div></li>\n\t\t\t\t\t</ul><div id=\"postid\" style=\"display: none;\">4419915</div><p>The Louisville Cardinals hosted the Kentucky Wildcats on Saturday for one of the 2014 season&#8217;s most highly anticipated college basketball games.</p>\n<p>Rick Pitino&#8217;s 4th ranked Cardinals have had a great start to the season, but they were still huge underdogs against John Calipari&#8217;s unbeaten powerhouse. <a href=\"http://dailycaller.com/2014/12/22/kentucky-basketball-releases-eerily-haunting-carol-of-the-bells-christmas-greeting-video/\"><strong>(RELATED: Kentucky Basketball&#8217;s Christmas Card Must Be Pretty Intimidating For Opposing Teams)</strong></a></p><div id=\"ym_1047030974504090411\" class=\"ym\"></div><script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.m4.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\n<p>Louisville trailed by 4 points at halftime, but they couldn&#8217;t close the gap thanks to plays like this.</p>\n<p><strong>WATCH:</strong></p>\n<p><iframe src=\"https://vine.co/v/OHQBTeUJ9jT/embed/simple\" height=\"338\" width=\"600\" frameborder=\"0\"></iframe></p><div id='taboola-mid-article-thumbs-mix'></div>\r\n<script type=\"text/javascript\">\r\n    window._taboola = window._taboola || [];\r\n    _taboola.push({mode:'thumbs-1r-mid', container:'taboola-mid-article-thumbs-mix', placement:'mid-article-thumbs', target_type:'mix'});\r\n</script>\n<p>Slow it down one time.</p>\n<p><iframe src=\"https://vine.co/v/OHx9erYItxp/embed/simple\" height=\"338\" width=\"600\" frameborder=\"0\"></iframe><script charset=\"utf-8\" type=\"text/javascript\" src=\"//platform.vine.co/static/scripts/embed.js\" async=\"\"></script></p>\n<p>What a joke.</p>\n<p>In games like these, I usually cheer for the underdog, but that flop had me wanting Kentucky to win by fifty. <a href=\"http://dailycaller.com/2014/12/01/this-brutal-flop-is-everything-thats-wrong-with-soccer-video/\"><strong>(RELATED: Forget ISIS, China And Immigrants; Flopping Is Threatening To Destroy America)</strong></a></p><div id=\"ym_1047031452335979308\" class=\"ym\"></div><script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.m4.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\n<p>Like the rest of their games this season, the Wildcats eventually pulled away from their cross-state rival. UK won by a final score of 58-50.</p>\n<p>On a side note, apparently Jennifer Lawrence is a Cardinals fan.</p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>NEW: Jennifer Lawrence at the Louisville Cardinals basketball game today (Dec. 27) <a href=\"http://t.co/soxnfJGWwd\">pic.twitter.com/soxnfJGWwd</a></p>\n<p>&mdash; Jennifer Lawrence (@JenniferUpdates) <a href=\"https://twitter.com/JenniferUpdates/status/548950759539494913\">December 27, 2014</a></p></blockquote>\n<p><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<blockquote class=\"twitter-tweet\" data-partner=\"tweetdeck\"><p>&quot;May the odds be ever in Louisville&#39;s favor!&quot; &#8211; Jennifer Lawrence <a href=\"http://t.co/rE6Li6QWGp\">http://t.co/rE6Li6QWGp</a> <a href=\"http://t.co/zK8QMCzPDf\">pic.twitter.com/zK8QMCzPDf</a></p>\n<p>&mdash; Sporting News (@sportingnews) <a href=\"https://twitter.com/sportingnews/status/548938978020573185\">December 27, 2014</a></p></blockquote>\n<p><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" alt=\"\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"http://stubbornthoughts.files.wordpress.com/2013/08/52377-jennifer-lawrence-i-love-you-g-5ftm.gif\" width=\"500\" height=\"281\" /><noscript><img class=\"aligncenter\" alt=\"\" src=\"http://stubbornthoughts.files.wordpress.com/2013/08/52377-jennifer-lawrence-i-love-you-g-5ftm.gif\" width=\"500\" height=\"281\" /></noscript></p>\n<p style=\"text-align: left;\">I love you too, J. Law.</p>\n<p><a href=\"https://twitter.com/TocRadio\"><em>Follow Datoc on Twitter</em></a></p>\n<div class=\"post_tags\">Tags: <a href='http://dailycaller.com/buzz/college-basketball/' title='College basketball Tag' class='college-basketball'>College basketball</a>, <a href='http://dailycaller.com/buzz/jennifer-lawrence/' title='Jennifer Lawrence Tag' class='jennifer-lawrence'>Jennifer Lawrence</a>, <a href='http://dailycaller.com/buzz/john-calipari/' title='John Calipari Tag' class='john-calipari'>John Calipari</a>, <a href='http://dailycaller.com/buzz/rick-pitino/' title='Rick Pitino Tag' class='rick-pitino'>Rick Pitino</a>, <a href='http://dailycaller.com/buzz/university-of-kentucky/' title='University of Kentucky Tag' class='university-of-kentucky'>University of Kentucky</a>, <a href='http://dailycaller.com/buzz/university-of-louisville/' title='University of Louisville Tag' class='university-of-louisville'>University of Louisville</a></div><div id=\"share-wrapper\" class=\"row\">\n    <div class=\"socialbuttons columns\">\n        <div class=\"facebook facebook-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-facebook left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n        </div>\n        <div class=\"twitter twitter-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-twitter left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n        </div>\n        <div class=\"gplus gplus-social-bar float-bar small-2 columns lr\">\n            <span class=\"icon-googleplus left\"></span>\n            <span class=\"count hide-for-small right\">&nbsp;</span>\n            <span class=\"count hide-for-medium-down right\">Share</span>\n        </div>\n        <div class=\"options-social-bar float-bar small-6 columns io\">\n            <div class=\"email-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-envelope left\">&nbsp;</span>\n            </div>\n            <div class=\"print-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-print left\">&nbsp;</span>\n            </div>\n            <div class=\"comment-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-bubbles left\">&nbsp;</span>\n            </div>\n            <div class=\"extended-social-bar float-bar small-1 columns io\">\n                <span class=\"icon-share left\">&nbsp;</span>\n            </div>\n            <div class=\"page-options gototop float-bar small-2 columns io show-for-medium-down end\">\n                <span class=\"icon-arrow-up9 left\"><span class=\"top\">TOP</span></span>\n            </div>\n        </div>\n    </div>\n</div>\n\t\t<div class=\"comments-link\">\n\t\t\t<i class=\"icon social foundicon-chat\" title=\"Comments\"></i>\n\t\t\t<a href=\"http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/#respond\" title=\"Comment on Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]\"><span class=\"dsq-postid\" rel=\"4419915 http://dailycaller.com/?p=4419915\"><span class=\"leave-comment\">Leave a Comment</span></span></a>\t\t</div>\n    \t<div id='taboola-below-article-thumbs-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'thumbs-2r', container:'taboola-below-article-thumbs-mix', placement:'below-article-thumbs', target_type:'mix'});\n\t</script>\n\n\t<div id='taboola-below-article-text-links-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'hybrid-text-links-2c', container:'taboola-below-article-text-links-mix', placement:'below-article-text-links', target_type:'mix'});\n\t</script>\n\n\t<div id='taboola-below-article-thumbs-2nd-mix'></div>\n\t<script type=\"text/javascript\">\n\twindow._taboola = window._taboola || [];\n\t_taboola.push({mode:'thumbs-1r', container:'taboola-below-article-thumbs-2nd-mix', placement:'below-article-thumbs-2nd', target_type:'mix'});\n\t</script>\n\t\t</div>\n        <nav class=\"nav-single\">\n            <span class=\"nav-previous alignleft\">\n            <a href=\"http://dailycaller.com/2014/12/27/browns-suspend-josh-gordon-for-violating-team-rules-again/\" rel=\"prev\"><span class=\"meta-nav\">&larr;</span> Browns Suspend Josh Gordon For Violating Team Rules&#8230; Again</a>            </span>\n            <span class=\"nav-next alignright\">\n            <a href=\"http://dailycaller.com/2014/12/29/its-nfl-black-monday-who-got-fired/\" rel=\"next\">Who Got Fired On NFL&#8217;s &#8216;Black Monday&#8217;? <span class=\"meta-nav\">&rarr;</span></a>            </span>\n        </nav>\n<center>\r\n</center><div class=\"ndn_embed\" id=\"ndn-video-player-2\" data-config-distributor-id=\"90046\"></div>\n\n<div id=\"disqus_thread\">\n    </div>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var disqus_url = 'http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/';\n    var disqus_identifier = '4419915 http://dailycaller.com/?p=4419915';\n    var disqus_container_id = 'disqus_thread';\n    var disqus_domain = 'disqus.com';\n    var disqus_shortname = 'thedailycaller';\n    var disqus_title = \"Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]\";\n    var disqus_config = function () {\n        var config = this; // Access to the config object\n        config.language = '';\n\n        /* Add the ability to add javascript callbacks */\n        \n        /*\n           All currently supported events:\n            * preData — fires just before we request for initial data\n            * preInit - fires after we get initial data but before we load any dependencies\n            * onInit  - fires when all dependencies are resolved but before dtpl template is rendered\n            * afterRender - fires when template is rendered but before we show it\n            * onReady - everything is done\n         */\n\n        config.callbacks.preData.push(function() {\n            // clear out the container (its filled for SEO/legacy purposes)\n            document.getElementById(disqus_container_id).innerHTML = '';\n        });\n                this.page.remote_auth_s3 = 'W10= 4ac3282d1b9a6a20a44e7ce73b75b48dd1540864 1420285684';\nthis.page.api_key = 'ORZ4taXcGjnx1LLOxAoSwFiuOzgRlD813O121whB0GyYyceTY7GPqwFhcUAkJsGf';\nthis.sso = {\n          name: \"The Daily Caller\",\n          button: \"\",\n          icon: \"\",\n          url: \"http://dailycaller.com/wp-login.php\",\n          logout: \"http://dailycaller.com/wp-login.php?action=logout\",\n          width: \"800\",\n          height: \"700\"\n    }    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var DsqLocal = {\n        'trackbacks': [\n        ],\n        'trackback_url': \"http:\\/\\/dailycaller.com\\/2014\\/12\\/27\\/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video\\/trackback\\/\"    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript';\n    dsq.async = true;\n    dsq.src = '//' + disqus_shortname + '.' + 'disqus.com' + '/' + 'embed' + '.js' + '?pname=wordpress&pver=2.77';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n})();\n/* ]]> */\n</script>\n</main>\n</div>\n<div\n\tid=secondary\n\tclass=\"sidebar-single widget-area small-12 medium-5 large-4 columns\"\n\trole=\"complementary\"\n>\n<!-- zone: sports, sponsored:  -->\n<!-- Post ID , Account 10519169, Label Sports/Sports_Articles, Ad ID div-gpt-ad-1372097714912-2, Adpos right1, Ad Array [300, 250], [300, 600], [300, 1050], Ad Slot  -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1372097714912-2>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372097714912-2' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372097714912-2 -->\n</div><!-- .ad_container.small-12.columns.box -->\t\t\t<div class=\"small-12 columns blank\"><div style=\"padding-top:10px;padding-bottom:10px;\" class=\"ndn_embed\" data-config-widget-id=\"29653\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90046\"></div></div>\n\t\t\t\t\t\t<div class=\"small-12 columns blank\"><div>\r\n<table style=\"border:1px solid #000;border-radius:5px;background:#eeeeee\">\r\n\t<tr>\r\n\t\t<td style=\"max-width:334px\">\r\n<img src=\"https://s3.amazonaws.com/Ad_Creatives/1401362_371041099693357_1026611913_o+(1)+(1).jpg\" />\r\n<center style=\"text-align: center;padding-top:5px;\"><font face=\"verdana, geneva, sans-serif\"><span style=\"font-size: 16px;\"><b>The federal government is out of control. A <a href=\"https://d3n8a8pro7vhmx.cloudfront.net/conventionofstates/pages/142/attachments/original/1416248525/COS_Handbook.pdf?1416248525\" target=\"_blank\">Convention of States</a>\r\ncan stop them.</b></span></font></center>\r\n<table style=\"border:1px;border-radius:5px;background:#003366;margin:10px;\">\r\n\t<tr>\r\n\t\t<td>\r\n<center style=\"text-align: center;\"><font color=\"#ffffff\" face=\"arial, verdana, geneva, sans-serif\"><span style=\"font-size: 14px;\"><b>TAKE ACTION\r\nTO RESTORE MEANINGFUL CONSTITUTIONAL LIMITS TO THE\r\nFEDERAL GOVERNMENT.</span></br></font>\r\n</center>\r\n</td>\r\n</tr>\r\n</table>\r\n<center style=\"text-align: center;\"><b><font color=\"#000\" face=\"arial, verdana, geneva, sans-serif\"><span style=\"font-size: 24px;\"><span style=\"font-size: 26px;\">SIGN THE PETITION!</b></span></b></center>\r\n<center>\r\n<form action=\"http://e.dailycaller-alerts.com/forms/l.jsp\" target='_blank'>\r\n  <input type='hidden' name='cid' value='1248' />\r\n  <input type='hidden' name='id' value='8' />\r\n  <input type=\"hidden\" name=\"num_questions\" value=\"7\">\r\n  <input type=\"hidden\" name=\"q_0\" value=\"31\" />\r\n<input type=\"hidden\" name=\"q_1\" value=\"32\" />\r\n<input type=\"hidden\" name=\"q_6\" value=\"1\" /> &nbsp; &nbsp;\r\n<table style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t<tbody>\r\n\t\t<tr style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t\t\t<td style=\"padding-top:0px;padding-bottom:0px;\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>FIRST NAME</b></font>: <input name=\"answer_31\" size=\"20\" type=\"text\" value=\"\" /></td>\r\n\t\t\t<td style=\"padding-top:0px;padding-bottom:0px;\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>LAST NAME</b></font>: <input name=\"answer_32\" size=\"20\" type=\"text\" value=\"\" /></td>\r\n\t\t</tr>\r\n</table>\r\n<table style=\"background-color:#eeeeee;border:none;margin:0px;\">\r\n\t\t<tr>\r\n\t\t\t<td style=\"width:180px\"><font color=\"#000080\" face=\"Arial\" size=\"2\"><b>E-MAIL</b></font>: <input name=\"answer_1\" size=\"25\" type=\"text\" value=\"\" /></td>\r\n\t\t\t<td><input checked=\"checked\" name=\"l_186\" type=\"checkbox\" value=\"Y\" /><span style=\"font:arial;font-size:10px;\">I agree*&nbsp;&nbsp;&nbsp;&nbsp;</span><input style=\"font:arial;font-size:14px;color:white;text-transform:uppercase;background-color:#832921;height:30px;width:80px;\" type=\"submit\" value=\"Submit\" /></td>\r\n\t\t</tr>\r\n\t</tbody>\r\n</table>\r\n</form>\r\n</center>\r\n<span style=\"font-size:9px;\"><span style=\"font-family:lucida sans unicode,lucida grande,sans-serif;\">*By submitting. you agree that The Daily Caller and Convention of States may help you stay up to date on the issues by sending news and special offers. You may unsubscribe at any time. You also agree to The Daily Caller&#39;s <a href=\"http://dailycaller.com/footer/privacy-policy/\" target=\"_blank\">Privacy Policy</a> and <a href=\"http://dailycaller.com/footer/terms-of-use/\" target=\"_blank\">Terms of Use</a>.</span></span></center>\r\n</td>\r\n</tr>\r\n</table>\r\n</div></div>\n\t\t\t<!-- Post ID , Account 10519169, Label Sports/Sports_Articles, Ad ID div-gpt-ad-1372097714912-3, Adpos right2, Ad Array [300, 250], [300, 600], Ad Slot 3 -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1372097714912-3>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372097714912-3' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372097714912-3 -->\n</div><!-- .ad_container.small-12.columns.box -->\t\t\t<div class=\"small-12 columns blank\"><div id=\"taboola-right-rail-thumbnails\" style=\"padding-top:10px;padding-bottom:10px;\"></div>\r\n<script type=\"text/javascript\">\r\n  window._taboola = window._taboola || [];\r\n  _taboola.push({\r\n    mode: 'thumbnails-a',\r\n    container: 'taboola-right-rail-thumbnails',\r\n    placement: 'Right Rail Thumbnails',\r\n    target_type: 'mix'\r\n  });\r\n</script>\r\n<script type=\"text/javascript\">\r\n  window._taboola = window._taboola || [];\r\n  _taboola.push({flush: true});\r\n</script></div>\n\t\t\t            <div class=\"small-12 box columns\">\n            <h2>Popular Articles</h2>            <div id=\"popular\" class=\"widget\">\n                <div class=\"buttons\">\n                    <div class=\"button-most-popular popbutton hilite\"><a href=\"#\">Popular</a></div>\n                    <div class=\"button-most-emailed popbutton\"><a href=\"#\">Emailed</a></div>\n                </div>\n                <div id=\"popular\" class=\"popular-box small-12 columns\" data-vr-zone=\"Most Popular Box\">\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/veteran-and-former-cop-sues-after-guns-confiscated-because-he-sought-treatment-for-insomnia/\" title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/05/2014-05-16T050353Z_1_CBREA4F0E2V00_RTROPTP_4_USA-SEPT11-MEMORIAL-e1400250343218-279x120.jpg\" alt=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" href=\"http://dailycaller.com/2015/01/02/veteran-and-former-cop-sues-after-guns-confiscated-because-he-sought-treatment-for-insomnia/\">Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/anti-police-protesters-release-list-of-demands/\" title=\"Anti-Police Protesters Release List Of &#8216;Demands&#8217;\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/2014-12-26T120555Z_1_LYNXMPEABP09N_RTROPTP_4_USA-POLICE-e1419602313606-269x120.jpg\" alt=\"Anti-Police Protesters Release List Of &#8216;Demands&#8217;\" title=\"Anti-Police Protesters Release List Of &#8216;Demands&#8217;\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Anti-Police Protesters Release List Of &#8216;Demands&#8217;\" href=\"http://dailycaller.com/2015/01/02/anti-police-protesters-release-list-of-demands/\">Anti-Police Protesters Release List Of &#8216;Demands&#8217;</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/obamas-dine-at-exclusive-hawaiian-restaurant-not-accessible-to-99-percent-of-the-population/\" title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/11/Obamadinner-282x120.jpg\" alt=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" href=\"http://dailycaller.com/2015/01/02/obamas-dine-at-exclusive-hawaiian-restaurant-not-accessible-to-99-percent-of-the-population/\">Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2013/01/09/the-ar-15-you-dont-need-one-and-they-are-too-dangerous-to-own/\" title=\"The AR-15, you don&#8217;t need one and they are too dangerous to own\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2013/01/AR-15-not-an-assault-rifle-e1359702636532-300x109.png\" alt=\"The AR-15, you don&#8217;t need one and they are too dangerous to own\" title=\"The AR-15, you don&#8217;t need one and they are too dangerous to own\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"The AR-15, you don&#8217;t need one and they are too dangerous to own\" href=\"http://dailycaller.com/2013/01/09/the-ar-15-you-dont-need-one-and-they-are-too-dangerous-to-own/\">The AR-15, you don&#8217;t need one and they are too dangerous to own</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2014/12/30/obama-adviser-jonathan-gruber-in-2009-obamacare-will-not-be-affordable/\" title=\"Obama Adviser Jonathan Gruber In 2009: Obamacare Will NOT Be Affordable\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/gruber1-282x120.jpg\" alt=\"Obama Adviser Jonathan Gruber In 2009: Obamacare Will NOT Be Affordable\" title=\"Obama Adviser Jonathan Gruber In 2009: Obamacare Will NOT Be Affordable\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Obama Adviser Jonathan Gruber In 2009: Obamacare Will NOT Be Affordable\" href=\"http://dailycaller.com/2014/12/30/obama-adviser-jonathan-gruber-in-2009-obamacare-will-not-be-affordable/\">Obama Adviser Jonathan Gruber In 2009: Obamacare Will NOT Be Affordable</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/texas-looks-to-decriminalize-marijuana-sheriffs-say-no-chance/\" title=\"Texas Looks To Decriminalize Marijuana, Sheriffs Say &#8216;No Chance&#8217;\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/03/2014-03-24T185332Z_1_CBREA2N1GHB00_RTROPTP_4_USA-MARIJUANA-COLORADO-e1396461216675-282x120.jpg\" alt=\"Texas Looks To Decriminalize Marijuana, Sheriffs Say &#8216;No Chance&#8217;\" title=\"Texas Looks To Decriminalize Marijuana, Sheriffs Say &#8216;No Chance&#8217;\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Texas Looks To Decriminalize Marijuana, Sheriffs Say &#8216;No Chance&#8217;\" href=\"http://dailycaller.com/2015/01/02/texas-looks-to-decriminalize-marijuana-sheriffs-say-no-chance/\">Texas Looks To Decriminalize Marijuana, Sheriffs Say &#8216;No Chance&#8217;</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/poll-60-percent-of-gop-voters-want-john-boehner-replaced-as-speaker/\" title=\"Poll: 60 Percent Of GOP Voters Want John Boehner Replaced As Speaker\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/11/2014-11-21T150220Z_1_LYNXNPEAAK0RV_RTROPTP_4_USA-IMMIGRATION-BOEHNER-e1420214086493-279x120.jpg\" alt=\"Poll: 60 Percent Of GOP Voters Want John Boehner Replaced As Speaker\" title=\"Poll: 60 Percent Of GOP Voters Want John Boehner Replaced As Speaker\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Poll: 60 Percent Of GOP Voters Want John Boehner Replaced As Speaker\" href=\"http://dailycaller.com/2015/01/02/poll-60-percent-of-gop-voters-want-john-boehner-replaced-as-speaker/\">Poll: 60 Percent Of GOP Voters Want John Boehner Replaced As Speaker</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/anderson-cooper-cant-hide-contempt-for-piers-morgan/\" title=\"Anderson Cooper Can&#8217;t Hide Contempt For Piers Morgan\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2015/01/1420166690-e1420216275628-242x120.jpg\" alt=\"Anderson Cooper Can&#8217;t Hide Contempt For Piers Morgan\" title=\"Anderson Cooper Can&#8217;t Hide Contempt For Piers Morgan\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Anderson Cooper Can&#8217;t Hide Contempt For Piers Morgan\" href=\"http://dailycaller.com/2015/01/02/anderson-cooper-cant-hide-contempt-for-piers-morgan/\">Anderson Cooper Can&#8217;t Hide Contempt For Piers Morgan</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/oh-isnt-that-cute-its-sarah-palins-son-standing-on-the-family-dog/\" title=\"Oh Isn&#8217;t That Cute? It&#8217;s Sarah Palin&#8217;s Son Standing On The Family Dog\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/08/Sarah-Palin-Getty-Images-John-Moore-e1413997757669-278x120.jpg\" alt=\"Oh Isn&#8217;t That Cute? It&#8217;s Sarah Palin&#8217;s Son Standing On The Family Dog\" title=\"Oh Isn&#8217;t That Cute? It&#8217;s Sarah Palin&#8217;s Son Standing On The Family Dog\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Oh Isn&#8217;t That Cute? It&#8217;s Sarah Palin&#8217;s Son Standing On The Family Dog\" href=\"http://dailycaller.com/2015/01/02/oh-isnt-that-cute-its-sarah-palins-son-standing-on-the-family-dog/\">Oh Isn&#8217;t That Cute? It&#8217;s Sarah Palin&#8217;s Son Standing On The Family Dog</a></h3>\n                                            </div>\n                                                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                                    <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/wait-what-feminists-are-angry-oregon-players-called-out-an-accused-rapist-video/\" title=\"Wait, What? Feminists Are Angry Oregon Players Called Out An Accused Rapist [VIDEO]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2015/01/Oregon-Ducks-e1420226208865-279x120.jpg\" alt=\"Wait, What? Feminists Are Angry Oregon Players Called Out An Accused Rapist [VIDEO]\" title=\"Wait, What? Feminists Are Angry Oregon Players Called Out An Accused Rapist [VIDEO]\" border=\"0\" /></a></div>\n                                    <h3 class=\"post small-8 columns lr\"><a title=\"Wait, What? Feminists Are Angry Oregon Players Called Out An Accused Rapist [VIDEO]\" href=\"http://dailycaller.com/2015/01/02/wait-what-feminists-are-angry-oregon-players-called-out-an-accused-rapist-video/\">Wait, What? Feminists Are Angry Oregon Players Called Out An Accused Rapist [VIDEO]</a></h3>\n                                            </div>\n                                                            </div>\n                <div id=\"most-emailed\" class=\"popular-box small-12 columns\" style=\"display:none;\" data-vr-zone=\"Most Shared Box\">\n                                                <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/veteran-and-former-cop-sues-after-guns-confiscated-because-he-sought-treatment-for-insomnia/\" title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/05/2014-05-16T050353Z_1_CBREA4F0E2V00_RTROPTP_4_USA-SEPT11-MEMORIAL-e1400250343218-279x120.jpg\" alt=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia\" href=\"http://dailycaller.com/2015/01/02/veteran-and-former-cop-sues-after-guns-confiscated-because-he-sought-treatment-for-insomnia/\">Veteran And Former Cop Sues After Guns Confiscated Because He Sought Treatment For Insomnia</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2014/12/31/america-now-has-two-more-right-to-work-counties/\" title=\"America Now Has Two More Right-To-Work Counties\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/02/Right-to-Work-630x459-e1392679828450-279x120.jpg\" alt=\"America Now Has Two More Right-To-Work Counties\" title=\"America Now Has Two More Right-To-Work Counties\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"America Now Has Two More Right-To-Work Counties\" href=\"http://dailycaller.com/2014/12/31/america-now-has-two-more-right-to-work-counties/\">America Now Has Two More Right-To-Work Counties</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/01/eureka-someone-created-a-poop-map-of-san-francisco-to-track-the-homeless/\" title=\"EUREKA!: Someone Created A Poop Map Of San Francisco To Track The Homeless\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2015/01/photo-collage-Getty-Images-282x120.jpg\" alt=\"EUREKA!: Someone Created A Poop Map Of San Francisco To Track The Homeless\" title=\"EUREKA!: Someone Created A Poop Map Of San Francisco To Track The Homeless\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"EUREKA!: Someone Created A Poop Map Of San Francisco To Track The Homeless\" href=\"http://dailycaller.com/2015/01/01/eureka-someone-created-a-poop-map-of-san-francisco-to-track-the-homeless/\">EUREKA!: Someone Created A Poop Map Of San Francisco To Track The Homeless</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/obamas-dine-at-exclusive-hawaiian-restaurant-not-accessible-to-99-percent-of-the-population/\" title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/11/Obamadinner-282x120.jpg\" alt=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;\" href=\"http://dailycaller.com/2015/01/02/obamas-dine-at-exclusive-hawaiian-restaurant-not-accessible-to-99-percent-of-the-population/\">Obamas Dine At Exclusive Hawaiian Restaurant &#8216;Not Accessible To 99 Percent Of The Population&#8217;</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2011/01/13/people-cant-be-both-evil-and-insane/\" title=\"People can&#8217;t be both evil and insane\"><img src=\"http://cdn01.dailycaller.com/wp-content/themes/thedc/images/the-dc-wide.png\" alt=\"People can&#8217;t be both evil and insane\" title=\"People can&#8217;t be both evil and insane\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"People can&#8217;t be both evil and insane\" href=\"http://dailycaller.com/2011/01/13/people-cant-be-both-evil-and-insane/\">People can&#8217;t be both evil and insane</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/horror-isis-fighters-have-reprotedly-contracted-ebola/\" title=\"HORROR: ISIS Fighters Have Reportedly Contracted Ebola\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/10/isis-reuters-e1413997603420-282x99.jpg\" alt=\"HORROR: ISIS Fighters Have Reportedly Contracted Ebola\" title=\"HORROR: ISIS Fighters Have Reportedly Contracted Ebola\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"HORROR: ISIS Fighters Have Reportedly Contracted Ebola\" href=\"http://dailycaller.com/2015/01/02/horror-isis-fighters-have-reprotedly-contracted-ebola/\">HORROR: ISIS Fighters Have Reportedly Contracted Ebola</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/01/baylor-kicker-chris-callahan-destroyed-after-blocked-field-goal-in-cotton-bowl-loss-video/\" title=\"Baylor Kicker Chris Callahan Destroyed After Blocked Field Goal In Cotton Bowl Loss [VIDEO]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2015/01/RTR4JUOG-e1420153724552-279x120.jpg\" alt=\"Baylor Kicker Chris Callahan Destroyed After Blocked Field Goal In Cotton Bowl Loss [VIDEO]\" title=\"Baylor Kicker Chris Callahan Destroyed After Blocked Field Goal In Cotton Bowl Loss [VIDEO]\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Baylor Kicker Chris Callahan Destroyed After Blocked Field Goal In Cotton Bowl Loss [VIDEO]\" href=\"http://dailycaller.com/2015/01/01/baylor-kicker-chris-callahan-destroyed-after-blocked-field-goal-in-cotton-bowl-loss-video/\">Baylor Kicker Chris Callahan Destroyed After Blocked Field Goal In Cotton Bowl Loss [VIDEO]</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2014/12/30/patient-centered-medical-homes-and-the-hidden-fundamental-transformation-of-obamacare/\" title=\"Patient Centered Medical Homes And The Hidden &#8216;Fundamental Transformation&#8217; Of Obamacare\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/03/obamalatino-282x120.jpg\" alt=\"Patient Centered Medical Homes And The Hidden &#8216;Fundamental Transformation&#8217; Of Obamacare\" title=\"Patient Centered Medical Homes And The Hidden &#8216;Fundamental Transformation&#8217; Of Obamacare\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Patient Centered Medical Homes And The Hidden &#8216;Fundamental Transformation&#8217; Of Obamacare\" href=\"http://dailycaller.com/2014/12/30/patient-centered-medical-homes-and-the-hidden-fundamental-transformation-of-obamacare/\">Patient Centered Medical Homes And The Hidden &#8216;Fundamental Transformation&#8217; Of Obamacare</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2014/12/31/did-brandeis-student-with-no-sympathy-for-dead-cops-learn-at-anita-hills-knee/\" title=\"Did Brandeis Student With &#8216;No Sympathy&#8217; For Dead Cops Learn At Anita Hill&#8217;s Knee?\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/Anita-Hill-YouTube-screenshot-Film-Festivals-and-Indie-Films-282x120.jpg\" alt=\"Did Brandeis Student With &#8216;No Sympathy&#8217; For Dead Cops Learn At Anita Hill&#8217;s Knee?\" title=\"Did Brandeis Student With &#8216;No Sympathy&#8217; For Dead Cops Learn At Anita Hill&#8217;s Knee?\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Did Brandeis Student With &#8216;No Sympathy&#8217; For Dead Cops Learn At Anita Hill&#8217;s Knee?\" href=\"http://dailycaller.com/2014/12/31/did-brandeis-student-with-no-sympathy-for-dead-cops-learn-at-anita-hills-knee/\">Did Brandeis Student With &#8216;No Sympathy&#8217; For Dead Cops Learn At Anita Hill&#8217;s Knee?</a></h3>\n                            </div>\n                                                        <div class=\"box-post\" data-vr-contentbox=\"\">\n                            <div class=\"small-4 columns lr\"><a href=\"http://dailycaller.com/2015/01/02/steve-scalise-should-resign-right-after-obama-does/\" title=\"Steve Scalise Should Resign &#8212; Right After Obama Does\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2011/10/d9f87facfe5048738a0955b2cde17530-e1375392489939-300x128.jpg\" alt=\"Steve Scalise Should Resign &#8212; Right After Obama Does\" title=\"Steve Scalise Should Resign &#8212; Right After Obama Does\" /></a></div>\n                            <h3 class=\"post small-8 columns lr\"><a title=\"Steve Scalise Should Resign &#8212; Right After Obama Does\" href=\"http://dailycaller.com/2015/01/02/steve-scalise-should-resign-right-after-obama-does/\">Steve Scalise Should Resign &#8212; Right After Obama Does</a></h3>\n                            </div>\n                                                </div>\n                    </div>\n                </div>\n            \t\t\t<div class=\"small-12 columns box\"><h2>Slideshows</h2>\n\t\t\t            <div class=\"widget contentbysection Slideshow\">\n            \t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/30/these-women-are-ending-2014-with-a-champagne-facial-slideshow/\" title=\"These Women Are Ending 2014 With A Champagne Facial [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/facial13-e1419905921856.jpg\" alt=\"These Women Are Ending 2014 With A Champagne Facial [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"These Women Are Ending 2014 With A Champagne Facial [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/30/these-women-are-ending-2014-with-a-champagne-facial-slideshow/\">These Women Are Ending 2014 With A Champagne Facial [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">10:15 PM  12/30/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/30/hard-evidence-these-were-the-hottest-women-on-the-internet-this-year-slideshow/\" title=\"Hard Evidence: These Were THE HOTTEST Women On The Internet This Year [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/irina-shayk1-e1418851397849.jpg\" alt=\"Hard Evidence: These Were THE HOTTEST Women On The Internet This Year [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Hard Evidence: These Were THE HOTTEST Women On The Internet This Year [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/30/hard-evidence-these-were-the-hottest-women-on-the-internet-this-year-slideshow/\">Hard Evidence: These Were THE HOTTEST Women On The Internet This Year [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">1:23 PM  12/30/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/28/you-dog-these-pooches-love-their-gorgeous-owners-slideshow/\" title=\"You Dog! These Pooches Love Their Gorgeous Owners [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/10/via-PacificCoastNews.com_1-e1414677937257.jpg\" alt=\"You Dog! These Pooches Love Their Gorgeous Owners [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"You Dog! These Pooches Love Their Gorgeous Owners [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/28/you-dog-these-pooches-love-their-gorgeous-owners-slideshow/\">You Dog! These Pooches Love Their Gorgeous Owners [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">6:57 PM  12/28/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/24/americas-best-leading-ladies-come-from-the-golden-era-slideshow/\" title=\"America&#8217;s Best Leading Ladies Come From The Golden Era [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/10/Rita-Hayworth-Flickr-Creative-Commons-e1414695306295.jpg\" alt=\"America&#8217;s Best Leading Ladies Come From The Golden Era [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"America&#8217;s Best Leading Ladies Come From The Golden Era [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/24/americas-best-leading-ladies-come-from-the-golden-era-slideshow/\">America&#8217;s Best Leading Ladies Come From The Golden Era [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">10:55 PM  12/24/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/22/here-are-your-twelve-babes-of-christmas-slideshow/\" title=\"Here Are Your Twelve Babes Of Christmas [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/irina-shayk-cover-e1419301853149.jpg\" alt=\"Here Are Your Twelve Babes Of Christmas [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Here Are Your Twelve Babes Of Christmas [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/22/here-are-your-twelve-babes-of-christmas-slideshow/\">Here Are Your Twelve Babes Of Christmas [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">9:36 PM  12/22/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/19/these-hot-photos-are-exactly-why-kate-upton-was-voted-sexiest-woman-alive-slideshow/\" title=\"These Hot Photos Are Exactly Why Kate Upton Was Voted &#8216;Sexiest Woman Alive&#8217; [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/04/kate-upton-gq-outake-photos-3307-e1404241047584.jpg\" alt=\"These Hot Photos Are Exactly Why Kate Upton Was Voted &#8216;Sexiest Woman Alive&#8217; [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"These Hot Photos Are Exactly Why Kate Upton Was Voted &#8216;Sexiest Woman Alive&#8217; [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/19/these-hot-photos-are-exactly-why-kate-upton-was-voted-sexiest-woman-alive-slideshow/\">These Hot Photos Are Exactly Why Kate Upton Was Voted &#8216;Sexiest Woman Alive&#8217; [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">9:30 PM  12/19/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/15/dont-be-a-grinch-here-are-ten-swimsuit-models-to-cheer-you-up-this-christmas-slideshow/\" title=\"Don&#8217;t Be A Grinch, Here Are 10 Swimsuit Models To Cheer You Up This Christmas [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/kate-upton-sports-illustrated-outtakes-e1418144915601.jpg\" alt=\"Don&#8217;t Be A Grinch, Here Are 10 Swimsuit Models To Cheer You Up This Christmas [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Don&#8217;t Be A Grinch, Here Are 10 Swimsuit Models To Cheer You Up This Christmas [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/15/dont-be-a-grinch-here-are-ten-swimsuit-models-to-cheer-you-up-this-christmas-slideshow/\">Don&#8217;t Be A Grinch, Here Are 10 Swimsuit Models To Cheer You Up This Christmas [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">10:46 PM  12/15/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/11/the-victorias-secret-after-party-was-apparently-themed-wear-as-little-as-possible-slideshow/\" title=\"The Victoria&#8217;s Secret After Party Was Apparently Themed &#8216;Wear As Little As Possible&#8217; [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/459870742-e1418245389954.jpg\" alt=\"The Victoria&#8217;s Secret After Party Was Apparently Themed &#8216;Wear As Little As Possible&#8217; [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"The Victoria&#8217;s Secret After Party Was Apparently Themed &#8216;Wear As Little As Possible&#8217; [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/11/the-victorias-secret-after-party-was-apparently-themed-wear-as-little-as-possible-slideshow/\">The Victoria&#8217;s Secret After Party Was Apparently Themed &#8216;Wear As Little As Possible&#8217; [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">12:37 PM  12/11/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/07/exclusive-preview-of-the-dncs-2014-election-autopsy-slideshow/\" title=\"Exclusive Preview Of The DNC&#8217;s 2014 Election Autopsy [SLIDESHOW]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/barack-obama-wasserman-schultz-reuters-e1417727579203.jpg\" alt=\"Exclusive Preview Of The DNC&#8217;s 2014 Election Autopsy [SLIDESHOW]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"Exclusive Preview Of The DNC&#8217;s 2014 Election Autopsy [SLIDESHOW]\" href=\"http://dailycaller.com/2014/12/07/exclusive-preview-of-the-dncs-2014-election-autopsy-slideshow/\">Exclusive Preview Of The DNC&#8217;s 2014 Election Autopsy [SLIDESHOW]</a></h3>\n\t\t\t\t<div class=\"date\">10:56 PM  12/07/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"box-post pic\">\n\t\t\t\t\t\t\t<a class=\"lr\" href=\"http://dailycaller.com/2014/12/07/you-wont-believe-what-these-victorias-secret-models-are-wearing-slideshows/\" title=\"You Won&#8217;t Believe What These Victoria&#8217;s Secret Models Are Wearing [SLIDESHOWS]\"><img src=\"http://cdn01.dailycaller.com/wp-content/uploads/2014/12/459853378-e1418005564409.jpg\" alt=\"You Won&#8217;t Believe What These Victoria&#8217;s Secret Models Are Wearing [SLIDESHOWS]\" /></a>\n\t\t\t\t\t\t\t\t<div class=\"lr\"><h3 class=\"post\"><a title=\"You Won&#8217;t Believe What These Victoria&#8217;s Secret Models Are Wearing [SLIDESHOWS]\" href=\"http://dailycaller.com/2014/12/07/you-wont-believe-what-these-victorias-secret-models-are-wearing-slideshows/\">You Won&#8217;t Believe What These Victoria&#8217;s Secret Models Are Wearing [SLIDESHOWS]</a></h3>\n\t\t\t\t<div class=\"date\">9:58 PM  12/07/2014</div></div>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- Post ID , Account 10519169, Label Sports/Sports_Articles, Ad ID div-gpt-ad-1372097714912-4, Adpos right3, Ad Array [300, 250], [300, 600], Ad Slot 4 -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1372097714912-4>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372097714912-4' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372097714912-4 -->\n</div><!-- .ad_container.small-12.columns.box --></div><!-- #secondary -->\n\t\t</section><!-- #container -->\n\t</div><!-- .inner-wrap -->\n</div><!-- .off-canvas-wrap -->\n<section class=\"row footer-banner\"><!-- true--><!-- Post ID , Account 10519169, Label Sports/Sports_Articles, Ad ID div-gpt-ad-1372097714912-5, Adpos bottom, Ad Array [728, 90], [900, 90], Ad Slot 5 -->\n<div class=\"ad_container small-12 columns box\">\n\t<div id=div-gpt-ad-1372097714912-5>\n\t\t<script>\n\t\t\tgoogletag.cmd.push( function() {\n\t\t\t\tgoogletag.display( 'div-gpt-ad-1372097714912-5' );\n\t\t\t});\n\t\t</script>\n\t</div><!-- #div-gpt-ad-1372097714912-5 -->\n</div><!-- .ad_container.small-12.columns.box --></section><!-- .row.footer-banner -->\n<footer id=\"footer\" role=\"contentinfo\">\n\t<div class=\"row social\">\n\t\t<div class=\"small-12 medium-12 large-12 columns\">\n\t\t\t<a class=\"footer-social\" href=\"http://www.twitter.com/dailycaller\"><span class=\"icon-twitter\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"http://www.facebook.com/DailyCaller\"><span class=\"icon-facebook\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"https://plus.google.com/104273926598894453484/posts\"><span class=\"icon-googleplus\"></span></a>\n\t\t\t<a class=\"footer-social\" href=\"https://www.linkedin.com/company/the-daily-caller\"><span class=\"icon-linkedin\"></span></a>\n\t\t</div><!-- .small-12.medium-12.large-12.columns -->\n\t</div><!-- .row.social -->\n\t<div class=\"row\">\n\t\t<div class=\"small-12 medium-5 large-4 columns\">\n\t\t\t<p class=\"copyright lt\">\n\t\t\t\t&copy; Copyright 2010 - 2015. The Daily Caller &middot; Version 3.01.\n\t\t\t</p><!-- .copyright.lt -->\t\t</div><!-- .small-12.medium-5.large-4.columns -->\n\t\t<div class=\"footer-menus small-12 medium-7 large-8 columns\">\n\t\t\t<div class=\"small-6 medium-4 large-4 columns sections\">\n\t\t\t\t<h5>Sections</h5>\n\t\t\t\t<div class=\"menu-sections-container\"><ul id=\"menu-sections\" class=\"menu\"><li id=\"menu-item-3618379\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3618379\"><a href=\"/\">Home</a></li>\n<li id=\"menu-item-3922688\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922688\"><a href=\"http://dailycaller.com/section/politics/\">Politics</a></li>\n<li id=\"menu-item-3922689\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922689\"><a href=\"http://dailycaller.com/section/us/\">US</a></li>\n<li id=\"menu-item-3922692\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922692\"><a href=\"http://dailycaller.com/section/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-3922694\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-3922694\"><a href=\"http://dailycaller.com/section/sports/\">Sports</a></li>\n<li id=\"menu-item-3922690\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922690\"><a href=\"http://dailycaller.com/section/business/\">Business</a></li>\n<li id=\"menu-item-3922695\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922695\"><a href=\"http://dailycaller.com/section/tech/\">Tech</a></li>\n<li id=\"menu-item-3922696\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922696\"><a href=\"http://dailycaller.com/section/education/\">Education</a></li>\n<li id=\"menu-item-3922691\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922691\"><a href=\"http://dailycaller.com/section/opinion/\">Opinion</a></li>\n<li id=\"menu-item-4000366\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-4000366\"><a href=\"http://video.dailycaller.com/\">Video</a></li>\n<li id=\"menu-item-3922697\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922697\"><a href=\"http://dailycaller.com/section/guns-and-gear/\">Guns and Gear</a></li>\n<li id=\"menu-item-3443841\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3443841\"><a href=\"http://dailycaller.com/blogs/\">Blogs</a></li>\n<li id=\"menu-item-3443842\" class=\"last-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-3443842\"><a href=\"http://dailycaller.com/jobs-board/\">Jobs</a></li>\n</ul></div>\t\t\t</div><!-- .small-6.medium-4.large-4.columns.sections -->\n\t\t\t<div class=\"small-6 medium-4 large-4 columns columnists\">\n\t\t\t\t<h5>Columns</h5>\n\t\t\t\t<div class=\"menu-columns-container\"><ul id=\"menu-columns-1\" class=\"menu\"><li id=\"menu-item-3922707\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922707\"><a href=\"http://dailycaller.com/section/ann-coulter/\">Ann Coulter</a></li>\n<li id=\"menu-item-3922708\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922708\"><a href=\"http://dailycaller.com/section/ask-matt-labash/\">Ask Matt Labash</a></li>\n<li id=\"menu-item-3922705\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922705\"><a href=\"http://dailycaller.com/blog/kausfiles/\">KausFiles</a></li>\n<li id=\"menu-item-3922706\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922706\"><a href=\"http://dailycaller.com/blog/matt-lewis/\">Matt Lewis</a></li>\n<li id=\"menu-item-4062044\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-4062044\"><a href=\"http://dailycaller.com/blog/the-mirror/\">The Mirror</a></li>\n<li id=\"menu-item-3922704\" class=\"menu-item menu-item-type-taxonomy menu-item-object-blog menu-item-3922704\"><a href=\"http://dailycaller.com/blog/dc-trawler/\">DC Trawler</a></li>\n<li id=\"menu-item-3922709\" class=\"last-menu-item menu-item menu-item-type-taxonomy menu-item-object-section menu-item-3922709\"><a href=\"http://dailycaller.com/section/ginni-thomas/\">Ginni Thomas</a></li>\n</ul></div>\t\t\t</div><!-- .small-6.medium-4.large-4.columns.columnists -->\n\t\t\t<div class=\"small-12 medium-4 large-4 columns\">\n\t\t\t\t<div class=\"small-6 medium-12 large-12 columns corporate lr\">\n\t\t\t\t\t<h5>Corporate</h5>\n\t\t\t\t\t<div class=\"menu-corporate-container\"><ul id=\"menu-corporate\" class=\"menu\"><li id=\"menu-item-3443897\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3443897\"><a href=\"http://dailycaller.com/about-us/\">About Us</a></li>\n<li id=\"menu-item-4312597\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4312597\"><a href=\"http://dailycaller.com/footer/employment/\">Employment</a></li>\n<li id=\"menu-item-3867016\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3867016\"><a target=\"_blank\" href=\"http://www.co-store.com/dailycaller\">Daily Caller Store</a></li>\n<li id=\"menu-item-4222732\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4222732\"><a href=\"http://dailycaller.com/footer/terms-of-use/\">Terms Of Use</a></li>\n<li id=\"menu-item-4222747\" class=\"last-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4222747\"><a href=\"http://dailycaller.com/footer/privacy-policy/\">Privacy Policy</a></li>\n</ul></div>\t\t\t\t</div><!-- .small-6.medium-12.large-12.columns.corporate.lr -->\n\t\t\t\t<div class=\"small-6 medium-12 large-12 columns follow\">\n\t\t\t\t\t<h5>Follow</h5>\n\t\t\t\t\t<div class=\"menu-follow-container\"><ul id=\"menu-follow\" class=\"menu\"><li id=\"menu-item-3443868\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3443868\"><a href=\"http://www.facebook.com/DailyCaller\">Facebook</a></li>\n<li id=\"menu-item-3443869\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3443869\"><a href=\"http://www.twitter.com/dailycaller\">Twitter</a></li>\n<li id=\"menu-item-3443870\" class=\"last-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-3443870\"><a href=\"https://plus.google.com/104273926598894453484/posts\">Google+</a></li>\n</ul></div>\t\t\t\t</div><!-- .small-6.medium-12.large-12.columns.follow -->\n\t\t\t</div><!-- .small-12.medium-4.large-4.columns -->\n\t\t</div><!-- .footer-menus.small-12.medium-7.large-8.columns -->\n\t\t<div class=\"small-12 columns show-for-small\">\t\t</div><!-- .small-12.columns.show-for-small -->\n\t</div><!-- .row -->\n</footer><!-- #footer.contentinfo -->\n<a class=\"exit-off-canvas hide-for-large-up\"></a>\n<div id=\"backtotop\" class=\"hide-for-medium-down\">Top</div><!-- start boomtrain -->\n<script type=\"text/javascript\">\n !function(){function a(a){return function(){var b=Array.prototype.slice.call(arguments);return b.unshift(a),window._bt.push(b),window._bt}}window._bt=window._bt||[];for(var b=[\"track\",\"identify\",\"initialize\",\"clear\",\"setBsin\",\"person.set\"],c=0;c<b.length;c++){var d=window._bt,e=b[c].split(\".\"),f=e[0],g=f;2===e.length&&(d[f]=d[f]||{},d=d[f],f=e[1],g=b[c]),d[f]=a(g)}if(!document.getElementById(\"analyticstrain-js\")){var h=document.createElement(\"script\");h.type=\"text/javascript\",h.id=\"analyticstrain-js\",h.async=!0,h.src=(\"https:\"===document.location.protocol?\"https://\":\"http://\")+\"cdn.boomtrain.com/analyticstrain-2.min.js\";var i=document.getElementsByTagName(\"script\")[0];i.parentNode.insertBefore(h,i)}}();\n _bt.initialize(\"ffaf3cbd6095b84d8c4aa0392a8f5b21\");\n</script>\n<!-- end boomtrain -->\n<script type=\"text/javascript\">\n_bt.track(\"viewed\", {model: \"video\", id: \"4419915\"});\n_bt.identify();\n</script>\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = 5927;\n    _sf_async_config.domain = 'dailycaller.com';\n    _sf_async_config.sections = 'Video';\n    _sf_async_config.authors = 'Christian Datoc';\n    /** CONFIGURATION END **/\n</script><script type=\"text/javascript\">\n   __compete_code = 'f79605b5076c6cb89c3ab20a16faf54a';\n   (function () {\n       var s = document.createElement('script'),\n           d = document.getElementsByTagName('head')[0] ||\n               document.getElementsByTagName('body')[0],\n           t = 'https:' == document.location.protocol ? \n               'https://c.compete.com/bootstrap/' : \n               'http://c.compete.com/bootstrap/';\n       s.src = t + __compete_code + '/bootstrap.js';\n       s.type = 'text/javascript';\n       s.async = 'async'; \n       if (d) { d.appendChild(s); }\n   }());\n</script><!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"10110104\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=10110104&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<script type=\"text/javascript\">\n  _bizo_data_partner_id = \"2361\";\n</script>\n<script type=\"text/javascript\">\n(function(){var b,a,u;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=true;u=(window.location.protocol===\"https:\"?\"https://sjs.\":\"http://js.\")+\"bizographics.com/insight.min.js\";a.src=u;b=document.getElementsByTagName(\"script\")[0];return b.parentNode.insertBefore(a,b)})();\n</script><!-- New Google Analytics -->\n<script type=\"text/javascript\">\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  ga('create', 'UA-12159302-1', 'auto');\n    ga('set', 'dimension5', 'Video')\n              ga('set', 'dimension1' ,'Christian Datoc');\n            \tga('set', 'dimension2' ,'DC Exclusives - Blurb');\n    ga('set', 'dimension3', 'Video');\n  \tga('set', 'dimension4', 'TheDC');\n\t\nga('send', 'pageview');\n\n</script>\n<!-- End New Google Analytics -->\n\t<script type=\"text/javascript\">\n\tjQuery(document).ready(function(){\n\t\tif (readCookie('dailycaller_uname')) {\n\t\t\tvar txt = \"Logged in as: <a href=\\\"http://dailycaller.com/my-account/\\\">\" + readCookie('dailycaller_uname') + \"</a> <small>(<a href=\\\"http://dailycaller.com/my-account/\\\">My Account</a> | <a href=\\\"http://dailycaller.com/my-account/?action=logout\\\">logout</a>)</small>\";\n\t\t\tjQuery('#logged-in').append(txt);\n\t\t} else {\n\t\t\tjQuery('#login-register').css(\"display\",\"\");\n\t\t};\n\t});\n\t</script>\n\t\n\t<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\nvar _qevents = _qevents || [];\n(function() {\nvar elem = document.createElement('script');\nelem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\nelem.async = true;\nelem.type = \"text/javascript\";\nvar scpt = document.getElementsByTagName('script')[0];\nscpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\nqacct:\"p-8ckCzGybQyMFc\"\n});\n</script>\n\n<noscript>\n<div style=\"display:none;\">\n<img src=\"//pixel.quantserve.com/pixel/p-8ckCzGybQyMFc.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n</div>\n</noscript>\n<!-- End Quantcast tag -->\n\n\t<!-- $RR-Ext Starts -->\n<script type=\"text/javascript\">\n  if(document.URL.indexOf('advD=') != -1) {\n    var nm=document.createElement('script');nm.type='text/javascript';nm.language='javascript';nm.async=true;\n    nm.src='https://rrimpl.com/adv/adv.js?'+document.URL.substr(document.URL.indexOf(\"advD=\"))+(typeof jQuery=='undefined'?\"&j=y\":\"\");\n    document.body.appendChild(nm);\n  }\n</script>\n<!-- $RR-Ext Ends -->\n<script type=\"text/javascript\">\n__reach_config = {\n    pid: '4f6b948fa782f31415000003',\n    title: 'Jennifer Lawrence Made An Appearance At The Louisville-Kentucky Flop Fest [VIDEO]',\n    url: 'http://dailycaller.com/2014/12/27/jennifer-lawrence-made-an-appearance-at-the-louisville-kentucky-flop-fest-video/',\n    date: '2014-12-27 16:44:39',\n\tauthors:['Christian Datoc'],\n\tchannels: [''],\n    tags: ['College basketball','Jennifer Lawrence','John Calipari','Rick Pitino','University of Kentucky','University of Louisville'],\n};\n$(document).ready(function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//simple-cdn.s3.amazonaws.com/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n});\n</script>\n    <script type=\"text/javascript\">\n    // <![CDATA[\n        var disqus_shortname = 'thedailycaller';\n        (function () {\n            var nodes = document.getElementsByTagName('span');\n            for (var i = 0, url; i < nodes.length; i++) {\n                if (nodes[i].className.indexOf('dsq-postid') != -1) {\n                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));\n                    url = nodes[i].parentNode.href.split('#', 1);\n                    if (url.length == 1) url = url[0];\n                    else url = url[1]\n                    nodes[i].parentNode.href = url + '#disqus_thread';\n                }\n            }\n            var s = document.createElement('script'); s.async = true;\n            s.type = 'text/javascript';\n            s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n        }());\n    //]]>\n    </script>\n<div id='ZN_3fPVLY1l4oVF553'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div><noscript><a target=\"_blank\" href=\"http://www.qualtrics.com/crm-integration\">CRM Integration</a><br/><a target=\"_blank\" href=\"http://www.qualtrics.com/enterprise-feedback-management\">Enterprise Feedback Management</a><br/></noscript>\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dailycaller.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n<script type=\"text/javascript\">(function(){var s=document.createElement(\"script\");s.type=\"text/javascript\";s.async=true;s.src=\"//compoter.net/30/xttp1//dailycaller.com/arg?purl=yes&vdb=23\";var x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);})();</script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/foundation.min.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/themes/thedc/library/js/footer.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/chartbeat/js/chartbeat.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/daily_caller/js/taboola-foot.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins//floating-share-buttons/js/floating-share-buttons.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/qualtrics/js/qualtrics.js'></script>\n<script type='text/javascript' src='http://cdn01.dailycaller.com/wp-content/plugins/unveil-lazy-load/js/jquery.optimum-lazy-load.min.js'></script>\n<script type=\"text/javascript\"\tsrc=\"http://dme.newsinc.com/repub/DailyCaller/dynamicWidgets.js\"></script><script type=\"text/javascript\">tyntVariables = {\"ap\":\"Read more: \"};</script> <script type=\"text/javascript\" src=\"http://tcr.tynt.com/javascripts/Tracer.js?user=dDbxyAkh4r37nmadbiUzgI&amp;s=140&amp;lang=en\"></script><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-3.newrelic.com\",\"licenseKey\":\"698abc168e\",\"applicationID\":\"2129168\",\"transactionName\":\"NlNTY0oADEQDAkwPDg8ZcFRMCA1ZTRJRCAYNUw==\",\"queueTime\":0,\"applicationTime\":1110,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"GhRQFQIaH0o=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/dailystar.co.uk1.html",
    "content": "<!DOCTYPE html><!--OVOLABS_1 START-->\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\"> <![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n    \n        \n\n    <script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script><script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></script>\n    <script>window.jQuery || document.write('<script src=\"http://images.dailystar-uk.co.uk/js/jquery.min.js\"><\\/script>');</script>\n            <script src='http://cdn.gigya.com/JS/socialize.js?apiKey=3_X9kTtJid0XPDQF-hGyrUNQzw17dkd4R4JN_hPZWT07ppRKkhxAOjte0w7k6v4Blr' type='text/javascript'></script>\n    \n    <title>Ebola: Healthcare worker in Glasgow contracts Ebola | Latest News | Breaking News UK and Newspaper content | Daily Star</title>\n    <meta name=\"description\" content=\"A FEMALE healthcare worker who contracted Ebola after returning to Glasgow from Sierra Leone has been named.\">\n\n        <link rel=\"canonical\" href=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\">\n    \n    <meta name=\"og:description\" content=\"A FEMALE healthcare worker who contracted Ebola after returning to Glasgow from Sierra Leone has...\">\n<meta name=\"twitter:description\" content=\"A FEMALE healthcare worker who contracted Ebola after returning to...\">\n<meta property=\"og:title\" content=\"Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey\">\n<meta name=\"twitter:title\" content=\"Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey\">\n<meta property=\"twitter:account_id\" content=\"20442930\" />\n<meta property=\"og:type\" content=\"article\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta property=\"og:url\" content=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\">\n<meta name=\"twitter:url\" content=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\">\n<meta property=\"og:image\" content=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/173x216/180904.jpg\">\n<meta name=\"twitter:image:src\" content=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/620x/180904.jpg\">\t\n<meta property=\"og:site_name\" content=\"Dailystar.co.uk\">\n<meta property=\"twitter:domain\" content=\"dailystar.co.uk\">\n<meta property=\"og:language\" content=\"en\"/>\n<meta name=\"news_keywords\" content=\"headlines, world, Ebola, Scotland, Glasgow, Sierra Leone, West Africa, Africa, Ebola Virus, royal free hsopital, royal free hospital, royal free london ebola patient\" />\n<meta property=\"og:tags\" content=\"headlines, world, Ebola, Scotland, Glasgow, Sierra Leone, West Africa, Africa, Ebola Virus, royal free hsopital, royal free hospital, royal free london ebola patient\"/>\n<meta property=\"article:tag\" content=\"headlines\"/>\n<meta property=\"article:tag\" content=\"world\"/>\n<meta property=\"article:tag\" content=\"Ebola\"/>\n<meta property=\"article:tag\" content=\"Scotland\"/>\n<meta property=\"article:tag\" content=\"Glasgow\"/>\n<meta property=\"article:tag\" content=\"Sierra Leone\"/>\n<meta property=\"article:tag\" content=\"West Africa\"/>\n<meta property=\"article:tag\" content=\"Africa\"/>\n<meta property=\"article:tag\" content=\"Ebola Virus\"/>\n<meta property=\"article:tag\" content=\"royal free hsopital\"/>\n<meta property=\"article:tag\" content=\"royal free hospital\"/>\n<meta property=\"article:tag\" content=\"royal free london ebola patient\"/>\n<meta property=\"og:section\" content=\"Latest News\"/>\n<meta property=\"article:published_time\" content=\"2014-12-30\"/>\n<meta property=\"article:modified_time\" content=\"2014-12-30\"/>\n<meta property=\"article:expiration_time\" content=\"2015-01-29\"/>\n<meta property=\"article:section\" content=\"Latest News\"/>\n<link href='https://chrome.google.com/webstore/detail/onhilelbkklcedgpkkmobnkfljelgpdj' rel='chrome-webstore-item'/><meta name='parsely-page' content='{\"title\":\"Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey\",\"link\":\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\",\"image_url\":\"http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/173x216/180904.jpg\",\"type\":\"post\",\"post_id\":\"417544\",\"pub_date\":\"2014-12-30T07:00:00+00:00\",\"section\":\"Latest News\",\"author\":\"Cyrus Engineer & Sophie Alexander\",\"tags\":[\"Ebola\",\"Scotland\",\"Glasgow\",\"Sierra Leone\",\"West Africa\",\"Africa\",\"Ebola Virus\",\"royal free hsopital\",\"royal free hospital\",\"royal free london ebola patient\",\"ebola symptoms\"]}'><script type=\"text/javascript\">var ChannelName = 'latest_news,news,ebola,scotland,glasgow,sierra_leone,west_africa,africa,ebola_virus,royal_free_hsopital,royal_free_hospital,royal_free_london_ebola_patient,ebola_symptoms';</script>    <meta name=\"author\" content=\"Cyrus  Engineer\"/>\n\n    <meta name=\"msvalidate.01\" content=\"E11C91F3522244AD728A407C255512DF\">\n    <link rel=\"canonical\" href=\"http://www.dailystar.co.uk/\" />\n    <link href=\"http://cdn.images.dailystar-uk.co.uk/betafavicon.ico\" type=\"image/x-icon\" rel=\"icon\" />\n    <link href=\"http://cdn.images.dailystar-uk.co.uk/betafavicon.ico\" type=\"image/x-icon\" rel=\"shortcut icon\" />\n    <link rel=\"apple-touch-icon\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch72.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch114.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch144.png\" />\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/foundation.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/app20141219.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/gigya20141219.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic\" />\n\t<script type=\"text/javascript\">\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-545303-2']);\n                        _gaq.push(['_setCustomVar', 1, 'article type', 'Latest News', 3]);\n                _gaq.push(['_setLocalRemoteServerMode']);\n    _gaq.push(['_trackPageview']);\n    (function() {\n        var ga = document.createElement('script'); ga.type =\n        'text/javascript'; ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://'\n        : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n    var windowOnload=window.onload||function(){};window.onload=function(){windowOnload();};\n</script>    <!--[if lt IE 9]>\n    <script type=\"text/javascript\" src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>    <![endif]-->\n\n\t<script> \nwindow.expressoOptions = { \n    brand: \"DS\",\n    headerBackgroundColor: \"#282425\", \n    messageBackgroundColor: \"#eeeeee\", \n    apiUrl: 'https://api.crm.northernandshell.co.uk/', \n    contentUrl: \"http://cdn.crm.northernandshell.co.uk/cdn/\", \n    sdkVersion: \"rc16\", \n    brandOptIn: \" Yes, keep me up to date with breaking news, offers, promotions and exclusive content from Daily Star by email.\",\n    nsOptIn: \"Yes, I'd like to be contacted by Northern & Shell Companies about their offers, goods and services by email.\",\n    thirdPartyOptIn: \"Yes, I'd like to be contacted by selected 3rd parties about their offers, goods and services by email.\",\n    preferencesLink: \"/preferences\", \n    promptToOptIn: \"You need to opt-in to receive emails from the Daily Star before you can start receiving daily news emails - Click here to opt-in now.\", \n    termsOfUseLink: \"http://www.dailystar.co.uk/terms-and-conditions\", \n    privacyPolicyLink: \"http://www.dailystar.co.uk/privacy\", \n    screens: { \n    register: { \n        caption: 'Register for a Daily Star account', \n        benefits: [ \n            'Get involved with the discussion and comment on Daily Star articles', \n            'Get access to exclusive competitions and promotions', \n            'Get access to daily news emails and receive news you care about directly to your inbox'\n        ] \n    }, \n        login: { \n            caption: 'Sign into your Daily Star account'\n        }, \n        forgotpassword: { \n            caption: 'Forgotten password'\n        }, \n\n        preferencecentre: { \n            welcomeMessage: \"Welcome to the email news preference center. Here you can subscribe to receive daily news emails about topics you care about directly to your inbox.\" \n        }, \n        registrationnewsletters: { \n            caption: 'Thank you for registering!'\n        }, \n        linkaccounts: { \n            caption: 'Already a member'\n        } \n    }, \n    modules: { \n        acquisitionModule: { \n            moduleBackgroundColor: '#ea052c', \n            headerBackgroundColor: '#d90000', \n            headerCornerColor: '#9f021e'  \n        } \n    }, \nspecialInterest: {\n        label: 'Which football team do you support?',\n        options: [\n               { value: 'Arsenal', displayText: 'Arsenal' },\n               { value: 'Aston-Villa', displayText: 'Aston Villa' },\n               { value: 'Burnley', displayText: 'Burnley' },\n               { value: 'Chelsea', displayText: 'Chelsea' },\n               { value: 'Crystal-Palace' , displayText: 'Crystal Palace' },\n               { value: 'Everton', displayText: 'Everton' },\n               { value: 'Hull-City', displayText: 'Hull City' },\n               { value: 'Leicester-City', displayText: 'Leicester City' }, \n               { value: 'Liverpool', displayText: 'Liverpool' },\n               { value: 'Manchester-City', displayText: 'Manchester City' },\n               { value: 'Manchester-United', displayText: 'Manchester United' },\n               { value: 'Newcastle-United', displayText: 'Newcastle United' },\n               { value: 'Queens-Park-Rangers', displayText: 'Queens Park Rangers' },\n               { value: 'Southampton', displayText: 'Southampton' },\n               { value: 'Stoke-City', displayText: 'Stoke City' },\n               { value: 'Sunderland', displayText: 'Sunderland' },\n               { value: 'Swansea-City', displayText: 'Swansea City' },\n               { value: 'Tottenham-Hotsupur', displayText: 'Tottenham Hotspurs' },\n               { value: 'West-Bromwich-Albion', displayText: 'West Bromwich Albion' },\n               { value: 'West-Ham', displayText: 'West Ham' }\n        ]\n  } \n};\n</script>\n<script src=\"http://cdn.crm.northernandshell.co.uk/cdn/js/expresso-0.1.min.js?rc16\"></script><!-- BEGIN Krux Control Tag for \"Daily Star\" -->\n<!-- Source: /snippet/controltag?confid=I34AE6UY&site=Daily%20Star&edit=1 -->\n<script class=\"kxct\" data-id=\"I34AE6UY\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\nwindow.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n(function(){\n  var k=document.createElement('script');k.type='text/javascript';k.async=true;\n  var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n  k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n    (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I34AE6UY\"\n;\n  var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n}());\n</script>\n<!-- END Krux Controltag -->\n<!-- Start: GPT Async -->\n<script type='text/javascript'>\nvar gptadslots=[];\n      (function() {\n      var useSSL = 'https:' == document.location.protocol;\n      var src = (useSSL ? 'https:' : 'http:') +\n    '//www.googletagservices.com/tag/js/gpt.js';\n      document.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n      })();\nfunction ISMScreenRes() {\n    if(screen.width >= 1280 ) { \n        return( \"true\" );\n    } else { \n        return( \"false\" );\n    }\n}\n</script>\n<script>\nwindow.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);\n(function(){\nfunction retrieve(n){\nvar m, k='kx'+n;\nif (window.localStorage) {\nreturn window.localStorage[k] || \"\";\n} else if (navigator.cookieEnabled) {\nm = document.cookie.match(k+'=([^;]*)');\nreturn (m && unescape(m[1])) || \"\";\n} else {\nreturn '';\n}\n}\nKrux.user = retrieve('user');\nKrux.segments = retrieve('segs') && retrieve('segs').split(',') || [];\n})();\n</script>\n\n<script type=\"text/javascript\">\nvar crtg_content = crtg_content || '';\n    //Adslot 1 declaration\n    gptadslots[1]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[1,1],[970,250],[900,250],[728,90]],'div-gpt-ad-968280443172664182-1').setTargeting('pos',['top']).addService(googletag.pubads());\n\n    //Adslot 2 declaration\n    gptadslots[2]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[300,250],[300,600]],'div-gpt-ad-968280443172664182-2').setTargeting('pos',['right']).addService(googletag.pubads());\n\n    //Adslot 3 declaration\n    gptadslots[3]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[300,250]],'div-gpt-ad-968280443172664182-3').setTargeting('pos',['right1']).addService(googletag.pubads());\n\n    //Adslot 4 declaration\n    gptadslots[4]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[300,250]],'div-gpt-ad-968280443172664182-4').setTargeting('pos',['right2']).addService(googletag.pubads());\n\n    //Adslot 5 declaration\n    gptadslots[5]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[970,250],[900,250],[728,90]],'div-gpt-ad-968280443172664182-5').setTargeting('pos',['top1']).addService(googletag.pubads());\n\n    //Adslot 6 declaration\n    gptadslots[6]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[1,1]],'div-gpt-ad-968280443172664182-6').setTargeting('pos',['middle']).addService(googletag.pubads());\n\n    //Adslot 7 declaration\n    gptadslots[7]= googletag.defineSlot('/34722903/DailyStar/News/Latest_News', [[620,80]],'div-gpt-ad-968280443172664182-7').setTargeting('pos',['centre']).addService(googletag.pubads());\n\n    //Adslot oop declaration\n    gptadslots[0] = googletag.defineOutOfPageSlot('/34722903/DailyStar/News/Latest_News', 'div-gpt-ad-968280443172664182-oop').setTargeting('pos',['outofpage']).addService(googletag.pubads());\n\n    googletag.pubads().enableSingleRequest();\n    googletag.pubads().setTargeting('pagetype',['article']).setTargeting('articleid',['417544']).setTargeting('keywords',['headlines','world','Ebola','Scotland','Glasgow','Sierra Leone','West Africa','Africa','Ebola Virus','royal free hsopital','royal free hospital','royal free london ebola patient']).setTargeting('device',['Desktop']).setTargeting('inskin_yes', ISMScreenRes());\n\n    googletag.pubads().setTargeting(\"ksg\", Krux.segments);\n    googletag.pubads().setTargeting(\"kuid\", Krux.user);\n    googletag.pubads().setTargeting(\"khost\",  encodeURIComponent(location.hostname));\n\n    var crtg_split = crtg_content.split(';');\n    for (var i=1;i<crtg_split.length;i++){\n        googletag.pubads().setTargeting (\"\" + (crtg_split[i-1].split('='))[0] + \"\", \"\" + (crtg_split[i-1].split('='))[1] + \"\");\n    };\n\n        googletag.pubads().enableSyncRendering();\n        googletag.pubads().collapseEmptyDivs();\n    googletag.enableServices();\n</script>\n<!-- End: GPT --></head>\n<body itemscope itemtype=\"http://schema.org/WebPage\">\n                        \t\t    \n<!-- Beginning Async AdSlot oop for Ad unit DailyStar/News/Latest_News  ### size:  -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[0]]) -->\n<div id='div-gpt-ad-968280443172664182-oop'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-968280443172664182-oop');\n\t\t\t</script>\n</div>\n<!-- End AdSlot oop -->\n\t\t<!-- container -->\n\t<div class=\"container\" id=\"maincontainer\">\n\t\t\t\t\t<div style=\"text-align:center;margin:0 auto;\" id=\"superbanner\">\n\t\t\t\n<!-- Beginning Async AdSlot 1 for Ad unit DailyStar/News/Latest_News  ### size: [[1,1],[728,90],[900,250],[970,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[1]]) -->\n<div id='div-gpt-ad-968280443172664182-1' style=\"display:inline-block;\">\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-968280443172664182-1');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 1 -->\n            </div>\n                <!--OVOLABS_1 END-->\n        <header class=\"row page-header\">\n            <div class=\"twelve columns\">\n                <div class=\"row\">\n    <div class=\"top-header clearfix\">\n        <div class=\"columns three\">\n            <h1 class=\"logo\">\n                <a href=\"/\">\n                    <img src=\"http://cdn.images.dailystar-uk.co.uk/img/static/daily-star.png\" alt=\"DailyStar\" title=\"Daily Star\">\n                </a>\n            </h1>\n        </div>\n        <nav class=\"columns nine\">\n            <ul class=\"header-small-nav right\">\n                <li class=\"site-search right\">\n                    <form action=\"http://www.dailystar.co.uk/search\" id=\"header_search_form\">\n                        <input class=\"left\" type=\"search\" name=\"query\" placeholder=\"Search...\">\n                        <button class=\"left link-button search-button\" type=\"submit\"><i class=\"icon-magnifier\"></i></button>\n                    </form>\n                </li>\n                                    <li class=\"right\">\n                        <div id=\"nse-widget\"></div>\n                    </li>                <li class=\"hide-on-phones right\"><a href=\"http://www.dailystar.co.uk/feeds\" class=\"link-button rss\"><i class=\"icon-rss\"></i></a></li>\n                <li class=\"right\"><a href=\"https://plus.google.com/102878321884201520955/posts\" class=\"link-button google\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://plus.google.com/102878321884201520955/posts')\"><i class=\"icon-google-plus\"></i></a></li>\n                <li class=\"right\"><a href=\"https://twitter.com/daily_star\" class=\"link-button twitter\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://twitter.com/daily_star')\"><i class=\"icon-twitter\"></i></a></li>\n                <li class=\"right\"><a href=\"https://www.facebook.com/thedailystar\" class=\"link-button facebook\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.facebook.com/thedailystar')\"><i class=\"icon-facebook\"></i></a></li>\n            </ul>\n            <ul class=\"clearRight header-small-nav right\">\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/our-paper\">Our Paper</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/paper-archive\">Paper Archive</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/apps\">Our Apps</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/horoscopes\">Daily Horoscope</a></li>\n                <li class=\"weather right\">\n                    <a href=\"http://www.dailystar.co.uk/weather\" style=\"background: url('http://cdn.images.dailystar-uk.co.uk/img/weather/png/52x52/28.png') no-repeat scroll 0 0;\">\n                        <span>London, UK</span>\n                        <b>14&deg;</b>\n                    </a>\n                </li>\n            </ul>\n        </nav>\n    </div>\n</div>\n<nav class=\"row sections main-navi\">\n    <div class=\"wrapper\">\n        <ul class=\"main-nav has-sub-nav\">\n                                                                    <li><a href=\"/\" class=\"item\"><span>Home</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                <li><a href=\"/news\" class=\"active item\"><span>News</span></a></li>\n                                                                                                                                                                                                                                <li><a href=\"/sport\" class=\"item\"><span>Sport</span></a></li>\n                                                                                                                                                                                                                                                                                                                    <li><a href=\"/showbiz-and-tv\" class=\"item\"><span>Showbiz & TV</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <li><a href=\"/travel\" class=\"item\"><span>Travel</span></a></li>\n                                                                                                                                                                                                                                <li><a href=\"/life-style\" class=\"item\"><span>Life & Style</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <li><a href=\"/pics\" class=\"item\"><span>Pics</span></a></li>\n                                                                                                                                            <li><a href=\"/vids\" class=\"item\"><span>Vids</span></a></li>\n                                                                                    <li><a href=\"http://games.dailystar.co.uk\" class=\"item\" rel=\"nofollow\" target=\"_blank\"><span>Games</span></a></li>\n                                    </ul>\n    </div>\n        <div class=\"sub-wrapper\">\n                <ul class=\"sub-nav\">\t\n                                                                <li><a href=\"/news/latest-news\" class=\"active item\"><span>Latest News</span></a></li>\n                                                                                <li><a href=\"/news/weird-news\" class=\"item\"><span>Weird News</span></a></li>\n                                                                                <li><a href=\"/sunday\" class=\"item\"><span>Daily Star Sunday</span></a></li>\n                                                                                <li><a href=\"/columnists\" class=\"item\"><span>Columnists</span></a></li>\n                                                                                </ul>\n            </div>\n        </nav>\n            </div>\n            <div class=\"twelve columns\" style=\"background-color:#f7f5f5; margin:0 auto;\"></div>\n                        <div class=\"twelve columns breadcrumbsShell\">\n                <ul class=\"breadcrumbs\" id=\"breadCrumb\"><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\" class=\"first\"><a href=\"/\" itemprop=\"url\"><span itemprop=\"title\">Home</span></a></li><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\"><a href=\"/news\" itemprop=\"url\"><span itemprop=\"title\">News</span></a><span class=\"breadcrumbs-sep\"></span></li><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\"><a href=\"/news/latest-news\" itemprop=\"url\"><span itemprop=\"title\">Latest News</span></a><span class=\"breadcrumbs-sep\"></span></li><li class=\"last\">Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey<span class=\"breadcrumbs-sep\"></span></li></ul>            </div>\n                    </header>\n\n        <!--OVOLABS_2 START-->\n        <div class=\"row page-content\">\n        <!--OVOLABS_2 END-->\n            <div class=\"twelve columns flash-msg\">    <div class=\"OUTBRAIN\" data-widget-id=\"AR_21\" data-src=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" data-ob-template=\"DailyStar\"></div>\r\n</div>            \n                        \n            <!--OVOLABS_3 START-->\n            <div class=\"row\">\n            <!--OVOLABS_3 END-->\n                <!--OVOLABS_4 START-->\n<article class=\"eight four-mobile columns story\" style=\"margin-left:0;\" id=\"singleArticle\" itemscope itemtype=\"http://schema.org/Article\" itemprop=\"mainContentOfPage\" role=\"main\">\n        <header>\n        <!--OVOLABS_4 END-->\n        \n                \n        <!--OVOLABS_5 START-->\n        <h1 class=\"clear\" itemprop=\"headline\">Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey</h1>\n\n        \n        <p class=\"lead\" class=\"clearfix\">A FEMALE healthcare worker who contracted Ebola after returning to Glasgow from Sierra Leone has been named.</p>\n\n        <!--OVOLABS_5 END-->\n        <div class=\"social-panel\">\n        \t\t\t\t<div id=\"componentDiv2\"></div>\n        </div>\n        <!--OVOLABS_6 START-->\n        <div class=\"byline publication-date\">\n                        By <a class=\"author\" href=\"/journalists/cyrus-engineer\">Cyrus Engineer & Sophie Alexander</a>\n            <span class=\"sep\">&#47;</span>\n                        <time pubdate datetime=\"2014-12-30T07:00:00Z\">Published <span itemprop=\"datePublished\">30th December 2014</span></time>\n        </div>\n    </header>\n    <div class=\"story-content clearfix\">\n        <section class=\"photo main_photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/620x/ebola-ambulance-glasgow-london-patient-417544.jpg\" alt=\"Woman with Ebola transported to London\">\r\n        <meta itemprop=\"image\" content=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/620x/ebola-ambulance-glasgow-london-patient-417544.jpg\">\r\n        <span class=\"caption\">TREATMENT: Pauline Cafferkey has been named as the Scottish Ebola patient [GETTY]</span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>Pauline Cafferkey, a Scottish nurse, arrived at the Royal Free Hospital in Hampstead, north London, for specialist treatment at the infectious diseases unit this morning.</p><p>Ms Cafferkey returned to Scotland after working in the west African country and arrived on a British Airways flight&nbsp;at Glasgow airport at around 11.30pm on Sunday.</p><p>She has been a nurse for 16 years and was volunteering for Save The Children when she contracted the deadly virus.</p><p>Ms Cafferkey was said to be displaying no symptoms on the plane and the risk to other patients is said to be \"low\".</p><p>Public health officials are said to be looking to contact passengers who sat&nbsp;adjacent to the nurse as a precautionary approach.</p><p>Meanwhile, another person is being tested in north west Scotland for the virus but is said to be \"low risk\".</p><p>Another patient, in Truro, Cornwall, has been placed in isolation and is also being tested for Ebola.</p><p>The Scottish nurse was admitted to hospital early on Monday after feeling unwell. She is in a stable condition.</p><p>She was accompanied to hospital by a convoy of ambulances and police cars as workers wore full protective suits.</p><p>A tent has been set up around her bed so the infection can be contained while she is treated.</p><p>The unit in London successfully treated British nurse WIlliam Pooley who was flown home from Sierra Leone in August after contracting the virus.</p></section>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/852000/ebola-nurse-glasgow-180852.jpg\" alt=\"\">\r\n        <span class=\"caption\">ISOLATION: Roads were shut as the woman arrived for her flight to London [REUTERS] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>Scotland's First Minister Nicola Sturgeon said: \"Our first thoughts at this time must be with the patient diagnosed with Ebola and their friends and family. I wish them a speedy recovery.</p><p>\"Scotland has been preparing for this possibility from the beginning of the outbreak in West Africa and I am confident that we are well prepared.</p><p>\"We have the robust procedures in place to identify cases rapidly. Our health service also has the expertise and facilities to ensure that confirmed Ebola cases such as this are contained and isolated effectively minimising any potential spread of the disease.</p><p>\"Scotland&rsquo;s NHS has proved it is well able to cope with infectious diseases in the past, such as swine flu, and I am confident we will be able to respond effectively again.&rdquo;</p><p>She has also spoken to Prime Minister David Cameron.</p><p>Health Secretary Jeremy Hunt, who chaired an emergency Cobra meeting, vowed the Government was doing \"absolutely everything\" to keep the public safe.</p><p>\"We are reviewing our procedures and protocols for the other NHS workers who are working in Sierra Leone alongside colleagues from the Department for International Development and the Foreign Office,\" he said.</p><p>\"They are doing a very, very brave job, under very challenging circumstances.</p></section>\n<div class=\"jsElement\"><!-- Start of Brightcove Player -->\n\n<div style=\"display:none\">\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3831929483001\" class=\"BrightcoveExperience\">\n  <param name=\"bgcolor\" value=\"#FFFFFF\" />\n  <param name=\"width\" value=\"640\" />\n  <param name=\"height\" value=\"360\" />\n  <param name=\"playerID\" value=\"2762778358001\" />\n  <param name=\"playerKey\" value=\"AQ~~,AAACT2hWexE~,QV-ElXQT89VR0gsF5K_BsVW0r8KEzjyr\" />\n  <param name=\"isVid\" value=\"true\" />\n  <param name=\"isUI\" value=\"true\" />\n  <param name=\"dynamicStreaming\" value=\"true\" />\n  \n  <param name=\"@videoPlayer\" value=\"3831929483001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n\n<!-- End of Brightcove Player --></div>\n<section class=\"text-description\">\r\n    <p>\"We want to make absolutely sure that we are doing everything we can to keep them safe.</p><p>\"The clinical advice is that the risk is very low to other passengers. She wasn't exhibiting feverish symptoms.</p><p>\"The process has worked well because the moment she did exhibit those symptoms we were able to take her into isolation.\"</p><p>A British Airways spokesman said: \"We are working closely with the health authorities in England and Scotland and will offer assistance with any information they require.</p><p>\"Customers who flew from London Heathrow to Glasgow on BA1478 which departed at 2100 on Sunday December 28 and have concerns should contact the special number 08000 858531 set up by the Scottish Government.</p><p>\"The safety and security of our customers and crew is always our top priority and the risk to people on board that individual flight is extremely low.\"</p></section>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/806000/180806.jpg\" alt=\"\">\r\n        <span class=\"caption\">EMERGENCY: The Health Secretary Jeremy Hunt chaired a Cobra meeting following the news [GETTY] </span>\r\n    </p>\r\n</section>\n<div class=\"jsElement\"><blockquote class=\"twitter-tweet\" lang=\"en\"><p>Ebola case. Public health experts have emphasised risks are negligible. Helpline for anyone on the Heathrow to Glasgow flight: 08000 858 531</p>&mdash; Scottish Government (@scotgov) <a href=\"https://twitter.com/scotgov/status/549643312593137664\">December 29, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></div>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/756000/180756.jpg\" alt=\"\">\r\n        <span class=\"caption\">TREATMENT: The Gartnavel Hospital campus in Glasgow where the female healthcare worker is being cared for [AFP/GETTY] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>The current Ebola outbreak, which began in West Africa, is the largest epidemic of the virus in history.</p><p>It began in Guinea in December 2013 and quickly spread to Liberia and Sierra Leone &ndash; the two worst-affected nations.</p><p>The World Health Organisation (WHO) has reported a total of 19,980 suspected cases and 7,793 deaths.</p><p>But the WHO believes these figures understate the true size of the deadly outbreak.</p><p>Earlier this month Time magazine named those healthcare workers who have travelled to help with the crisis as their \"Person of the Year\".</p><p><strong>Anyone who was on the British Airways Heathrow to Glasgow flight on Sunday night is asked to call 08000 858531</strong></p></section>\n<section class=\"related-articles\">\r\n    <header>Related articles</header>\r\n    <ul>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/409767/Amy-Childs-Ebola-band-Jolyon-Rubinstein\" itemprop=\"name\">'They're going to be huge' Amy Childs thinks Ebola is a BAND who are 'amazing'</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/news/latest-news/410596/MI5-fears-Islamic-State-infected-Ebola-attack\" itemprop=\"name\">EXCLUSIVE: MI5 fears Islamic State Ebola 'bomb'</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/sport/football/410830/Chelsea-Didier-Drogba-Ebola-virus-Jose-Mourinho\" itemprop=\"name\">Chelsea hero Didier Drogba joins the fight against Ebola with video message</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/news/latest-news/414327/William-Pooley-survived-Ebola-says-Bob-Geldof-s-Band-aid-song-is-cringe\" itemprop=\"name\">Geldof's Band Aid song makes me cringe says Brit Ebola nurse</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/414510/bob-geldof-hits-back-at-band-aid-critics-saying-they-can-off\" itemprop=\"name\">'They can f*** off': Bob Geldof hits back at Band Aid critics</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/news/latest-news/417042/Queen-Christmas-royal-speech\" itemprop=\"name\">Queen has been 'deeply touched' by Ebola crisis as royals attend Christmas service</a>\r\n        </li>\r\n            </ul>\r\n</section>    </div>\n\n    <script>Expresso.Acquisition.createFor({ metaTag: 'keywords' });</script>\n    <footer>\n        <!-- AdSlot 6 Called -->\n        <!--OVOLABS_6 END-->\n        <div class=\"social-panel\">\n                        <div id=\"componentDiv\"></div>\n        </div>\n        <!--OVOLABS_7 START-->\n                    <section class=\"outbrain-news\">\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" data-widget-id=\"AR_16\" data-ob-template=\"DailyStar\" ></div>\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" data-widget-id=\"AR_17\" data-ob-template=\"DailyStar\" ></div>\n        </section>\n        <section class=\"outbrain-news\">\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" data-widget-id=\"AR_18\" data-ob-template=\"DailyStar\" ></div>\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" data-widget-id=\"AR_19\" data-ob-template=\"DailyStar\" ></div>\n            <script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n        </section>\n            <!--OVOLABS_7 END-->\n        <div class=\"p402_premium\"></div>\n                \t<a name=\"comments\" id=\"comments\"></a>\n        \t<div id=\"gigyacomments\">\n        \t<header class=\"box-header\">\r\n        <span class=\"main-label\">Comments</span>\r\n            </header>\t\t\t<div id='commentsDiv'></div>\n\t\t\t        </div>\n                <!--OVOLABS_8 START-->\n            </footer>\n</article>\n\n<aside id=\"rhSide\" class=\"rh-side four three-mobile columns\">\n                                                        <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 2 for Ad unit DailyStar/News/Latest_News  ### size: [[300,250],[300,600]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[2]]) -->\n<div id='div-gpt-ad-968280443172664182-2'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-968280443172664182-2');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 2 -->\n                                            </div>\r\n                                                                        <div class=\"rh type3\">\r\n                <section class=\"aside section-stories\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"first-story relative\">\r\n        <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418210/Caroline-Flack-bikini-body-Jamaica-holiday-pictures\">\r\n                <div class=\"photo size-300x200\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/991000/300x200/181991.jpg\" alt=\"Caroline Flack flaunts body on Jamaica holiday\">                </div>\r\n                <h5 class=\"title\" itemprop=\"name\">That Strictly training paid off! Caroline Flack continues to flaunt bikini bod in Jamaica</h5>\r\n                <p class=\"lead\">CAROLINE Flack continued to raise the temperatures during her sun-soaked Jamaica getaway as she paraded her bikini body online. </p>\r\n            </a>\r\n\r\n            <footer class=\"story-footer\">\r\n                <a href=\"http://www.dailystar.co.uk/showbiz/418210/Caroline-Flack-bikini-body-Jamaica-holiday-pictures#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var>  1</span> Comments</a>\r\n                <var class=\"button-sep\"><br></var>\r\n                <a href=\"http://www.dailystar.co.uk/showbiz/418210/Caroline-Flack-bikini-body-Jamaica-holiday-pictures#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n            </footer>\r\n        </section>\r\n    </div>\r\n        <div class=\"stories\">\r\n                                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/932000/135x88/181932.jpg\" alt=\"Myleen Klass\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">SIZZLING celeb babes beat the January blues by jetting to warm...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/908000/135x88/181908.jpg\" alt=\"Rita Ora\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Blonde bombshell Rita Ora is ready to spice up The Voice</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/904000/135x88/181904.jpg\" alt=\"Gwyneth Paltrow\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Lose 840 pounds a week on Gwyneth's crazy new diet... That's £...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/876000/135x88/181876.jpg\" alt=\"Madonna's Rebel Heart album cover and Martin Luther King\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">'It's neither a crime, an insult or racist’ Madonna defends co...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 5</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/849000/135x88/181849.jpg\" alt=\"Ray Winstone\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Ray Winstone reveals his wardrobe fav: A pair of 15-year-old s...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 2</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/861000/135x88/181861.jpg\" alt=\"Katie Hopkins\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">‘My time at A&E was not alcohol related’ Katie Hopkins in New ...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 5</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/816000/135x88/181816.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Next step nudist beach? Jodie Marsh continues boobylicious bik...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/815000/135x88/181815.jpg\" alt=\"Paula Lane as Kylie Platt in Coronation Street\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Baby joy for Corrie’s Kylie as actress Paula Lane welcomes fir...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/782000/135x88/181782.jpg\" alt=\"Kim Kardashian sex tape with Ray J\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Kim Kardashian sex tape co-star calls 911 in murder-suicide scare</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/750000/135x88/181750.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">RiRi's ripped! Rihanna flaunts sexy six-pack in teeny bikini</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/708000/135x88/181708.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Happy NUDE year! Tara Reid shares completely starkers selfie</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/689000/135x88/181689.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">'One Direction to lose fans & Kimye will split' Horseface Hopk...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418018/Ex-lover-snubs-Cheryl-in-autobiography-because-he-is-still-too-heartbroken\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/636000/135x88/181636.jpg\" alt=\"Cheryl Fernandez-Versini dancing with Derek Hough on Dancing with the Stars\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Ex-lover snubs Cheryl in autobiography because he is still too...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418018/Ex-lover-snubs-Cheryl-in-autobiography-because-he-is-still-too-heartbroken#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418018/Ex-lover-snubs-Cheryl-in-autobiography-because-he-is-still-too-heartbroken#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417981/Boyband-Union-J-soak-up-some-Barbados-sunshine\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/583000/135x88/181583.jpg\" alt=\"Jaymi Hensley\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Boyband Union J escape the cold to soak up some Barbados sunshine</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417981/Boyband-Union-J-soak-up-some-Barbados-sunshine#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 2</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417981/Boyband-Union-J-soak-up-some-Barbados-sunshine#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417927/Vicky-Pattison-snogs-Josh-Robson-on-wild-night-out\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/503000/135x88/181503.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Tequila & tashing on! Vicky Pattison flaunts cleavage & snogs ...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417927/Vicky-Pattison-snogs-Josh-Robson-on-wild-night-out#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417927/Vicky-Pattison-snogs-Josh-Robson-on-wild-night-out#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418024/EastEnders-Luisa-Bradshaw-White-topless-picture\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/646000/135x88/181646.jpg\" alt=\"EastEnders' Luisa Bradshaw-White topless in jacuzzi\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">What would Dot Cotton say? EastEnders star poses topless in ra...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418024/EastEnders-Luisa-Bradshaw-White-topless-picture#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/418024/EastEnders-Luisa-Bradshaw-White-topless-picture#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417954/Perrie-Edwards-Zayn-Malik-Edward-Scissorshands-Cleopatra-New-Years-Eve\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/550000/135x88/181550.jpg\" alt=\"Zayn Malik and Perrie Edeards dressed as Edward Scissorhands and Cleopatra\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Guess who? Celeb couple look unrecognisable in NYE fancy dress</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417954/Perrie-Edwards-Zayn-Malik-Edward-Scissorshands-Cleopatra-New-Years-Eve#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417954/Perrie-Edwards-Zayn-Malik-Edward-Scissorshands-Cleopatra-New-Years-Eve#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417949/Michelle-Keegan-Mark-Wright-New-Year-kiss\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/541000/135x88/181541.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">First kiss of 2015! Michelle Keegan & Mark Wright lock lips in...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417949/Michelle-Keegan-Mark-Wright-New-Year-kiss#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417949/Michelle-Keegan-Mark-Wright-New-Year-kiss#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417935/Video-Idina-Menzel-fails-to-hit-the-high-notes-in-Let-It-Go\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/523000/135x88/181523.jpg\" alt=\"Idina Menzel has been slated for her rendition of the Frozen track\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">WATCH: 'She sounds like a goat!' Glee star fails to hit high n...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417935/Video-Idina-Menzel-fails-to-hit-the-high-notes-in-Let-It-Go#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417935/Video-Idina-Menzel-fails-to-hit-the-high-notes-in-Let-It-Go#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417888/Jenson-Button-Jessica-Michibata-wedding-Hawaii\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/484000/135x88/181484.jpg\" alt=\"Jenson Button and Jessica Michibata have tied the knot in Hawaii\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Racing down the aisle! F1 ace Jenson Button marries model brid...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417888/Jenson-Button-Jessica-Michibata-wedding-Hawaii#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417888/Jenson-Button-Jessica-Michibata-wedding-Hawaii#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417898/Kimberley-Garner-bikini-beach-body\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/431000/135x88/181431.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Red Hot! Bikini-clad Kimberley Garner flaunts toned beach body</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417898/Kimberley-Garner-bikini-beach-body#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417898/Kimberley-Garner-bikini-beach-body#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417908/Katie-Price-slams-cheating-friends\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/464000/135x88/181464.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">'The wh***s deserve a sh** life' Katie Price slams ex-BFFs as ...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417908/Katie-Price-slams-cheating-friends#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 5</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417908/Katie-Price-slams-cheating-friends#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417892/Kendall-Jenner-in-red-hot-bikini-selfie\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/424000/135x88/181424.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Top model body! Kendall Jenner sizzles in skimpy bikini snap</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417892/Kendall-Jenner-in-red-hot-bikini-selfie#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 2</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417892/Kendall-Jenner-in-red-hot-bikini-selfie#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417862/Tulisa-sizzles-in-the-sand-at-the-end-of-a-tough-year\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/366000/135x88/181366.jpg\" alt=\"Tulisa Contostavlos\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">WOW! Tulisa sizzles in the sand at the end of a tough year</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417862/Tulisa-sizzles-in-the-sand-at-the-end-of-a-tough-year#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 8</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417862/Tulisa-sizzles-in-the-sand-at-the-end-of-a-tough-year#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417861/Gwyneth-Paltrow-admits-it-would-have-been-better-to-stay-together-with-ex-Chris-Martin\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/364000/135x88/181364.jpg\" alt=\"Gwyneth Paltrow, Chris Martin, coldplay, romance, conscious uncoupling, apple and moses, jennifer lawrence\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">'I’m still close to ex Chris' Gwyneth admits it 'would have be...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417861/Gwyneth-Paltrow-admits-it-would-have-been-better-to-stay-together-with-ex-Chris-Martin#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417861/Gwyneth-Paltrow-admits-it-would-have-been-better-to-stay-together-with-ex-Chris-Martin#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/417630/Luisa-Zissman-flaunts-bikini-body-on-festive-holiday\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/478000/135x88/181478.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">New Year – same hot body! Sexy Luisa Zissman shows wild side i...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417630/Luisa-Zissman-flaunts-bikini-body-on-festive-holiday#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 8</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/417630/Luisa-Zissman-flaunts-bikini-body-on-festive-holiday#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                </div>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                            <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 3 for Ad unit DailyStar/News/Latest_News  ### size: [[300,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[3]]) -->\n<div id='div-gpt-ad-968280443172664182-3'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-968280443172664182-3');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 3 -->                                            </div>\r\n                                                                        <div class=\"rh type3\">\r\n                <section class=\"aside section-stories\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/towie\" class=\"left\">TOWIE</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz/towie\">More</a>\r\n            </header>\r\n        <div class=\"first-story relative\">\r\n        <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/towie/417996/Chloe-Sims-Elliott-Wright-pregnancy-rumours\">\r\n                <div class=\"photo size-300x200\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/174/photos/594000/300x200/181594.jpg\" alt=\"Eliliott Wright and Chloe Sims fuel pregnancy rumours\">                </div>\r\n                <h5 class=\"title\" itemprop=\"name\">Baby on board? TOWIE’s Chloe Sims and Elliott Wright spark pregnancy rumours</h5>\r\n                <p class=\"lead\">TOWIE couple Chloe Sims and Elliott Wright have sparked rumours that they are expecting.</p>\r\n            </a>\r\n\r\n            <footer class=\"story-footer\">\r\n                <a href=\"http://www.dailystar.co.uk/showbiz/towie/417996/Chloe-Sims-Elliott-Wright-pregnancy-rumours#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var>  1</span> Comments</a>\r\n                <var class=\"button-sep\"><br></var>\r\n                <a href=\"http://www.dailystar.co.uk/showbiz/towie/417996/Chloe-Sims-Elliott-Wright-pregnancy-rumours#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n            </footer>\r\n        </section>\r\n    </div>\r\n        <div class=\"stories\">\r\n                                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/towie/417453/Lucy-Meck-wears-thong-for-fitness-photoshoot\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/174/photos/515000/135x88/180515.jpg\" alt=\"Lucy Mecklenburgh in sexy gymnastic display\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">'The sexiest move for a girl' Lucy Meck picks up gymnastics ti...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/417453/Lucy-Meck-wears-thong-for-fitness-photoshoot#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/417453/Lucy-Meck-wears-thong-for-fitness-photoshoot#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/towie/416663/Amy-Childs-dating-TOWIE-Tom-Pearce\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/174/photos/1000/135x88/179001.jpg\" alt=\"\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Shut up! Amy Childs dating TOWIE lothario Tom Pearce</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416663/Amy-Childs-dating-TOWIE-Tom-Pearce#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 2</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416663/Amy-Childs-dating-TOWIE-Tom-Pearce#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                                            </div>\r\n                        <div class=\"items\">\r\n                    <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/towie/416629/TOWIE-Jasmin-Walia-wears-world-s-smallest-shorts\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/174/photos/932000/135x88/178932.jpg\" alt=\"Jasmin Walia TOWIE\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Too hot to feel the cold! Sexy Jasmin Walia braves the cold in...</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416629/TOWIE-Jasmin-Walia-wears-world-s-smallest-shorts#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 2</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416629/TOWIE-Jasmin-Walia-wears-world-s-smallest-shorts#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                            <section class=\"inline-story\" itemscope itemtype=\"http://schema.org/Article\">\r\n                <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/towie/416480/Towie-actors-get-bodyguards-save-them-from-female-fans\">\r\n                    <span class=\"photo size-135x88\">\r\n                        <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/174/photos/509000/135x88/178509.jpg\" alt=\"Dan Osborne with female fans\">                    </span>\r\n                    <h5 class=\"title\" itemprop=\"name\">Towie lads get bodyguards to save them from female fans</h5>\r\n                </a>\r\n\r\n                <footer class=\"story-footer\">\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416480/Towie-actors-get-bodyguards-save-them-from-female-fans#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n                    <var class=\"button-sep\"><br></var>\r\n                    <a href=\"http://www.dailystar.co.uk/showbiz/towie/416480/Towie-actors-get-bodyguards-save-them-from-female-fans#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n                </footer>\r\n            </section>\r\n                </div>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                            <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 4 for Ad unit DailyStar/News/Latest_News  ### size: [[728,90],[900,250],[970,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[4]]) -->\n<div id='div-gpt-ad-968280443172664182-4'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-968280443172664182-4');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 4 -->\n                                            </div>\r\n                                                                                                                                    <div class=\"rh type1\">\r\n                                <div class=\"OUTBRAIN\" data-src=\"DROP_PERMALINK_HERE\" data-widget-id=\"SB_1\" data-ob-template=\"DailyStar\" ></div>\n<script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>                            </div>\r\n                                                                                                                                                            <div class=\"rh type1\">\r\n                                <div class=\"OUTBRAIN\" data-widget-id=\"SB_2\" data-src=\"INSERT_PERMALINK_HERE\" data-ob-template=\"DailyStar\"></div>\n<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>                            </div>\r\n                                                                                                                                                            <div class=\"rh type1\">\r\n                                <script type=\"text/javascript\"\nsrc=\"http://cloud.topfox.co.uk/a/site/40/widget_38.js\"></script>                            </div>\r\n                                                                        </aside>\n<img src=\"/trackings/addview/417544/1/0/0/0/0/180904/19867/1\" border=\"0\" />\n\n<!--OVOLABS_8 END-->\n\n            <!--OVOLABS_9 START-->\n            </div>\n        </div>\n\n        <div class=\"SegmentPixel\">\n\n\n\n</div>        <!--OVOLABS_9 END-->\n\n        <footer class=\"row page-footer\">\n            <section class=\"twelve columns\">\n    <div class=\"row sections-container\">\n        <div class=\"twelve columns\">\n                                                                                                        <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/\">Home</a>\n                        </div>\n                                                <div class=\"daily-star-cover\">\n                            <a href=\"/our-paper\"><img src=\"http://images.dailystar-uk.co.uk/dynamic/pixfeed/covers/81x101/front_2015-01-03.jpg\" alt=\"daily-star-paper-front\" width=\"80\" height=\"101\"></a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/paper-archive\">Paper Archive</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/weather\">Weather</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/our-paper\">Our Paper</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <li>\n                                        <a href=\"/sitemap\">Sitemap</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                <li><a href=\"http://www.dailystar.co.uk/contact\">Contact</a></li>\n                                    <li><a href=\"http://www.dailystar.co.uk/advertise\">Advertise</a></li>\n                                    <li><a href=\"http://www.dailystar.co.uk/sitearchive\">Site Archive</a></li>\n                                                            </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/news\">News</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/news/latest-news\">Latest News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/news/weird-news\">Weird News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sunday\">Daily Star Sunday</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/columnists\">Columnists</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/journalists\">Journalists</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/sport\">Sport</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/sport/football\">Football</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/rugby-league\">Rugby League</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/horse-racing\">Racing</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/motorsport\">Motorsport</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/boxing\">Boxing</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/other-sports\">Other</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/darts\">Darts</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/showbiz-and-tv\">Showbiz & TV</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/showbiz\">Celebs</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/hot-tv\">Hot TV</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tv/x-factor\">X Factor</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/strictly\">Strictly</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/im-a-celebrity-get-me-out-of-here\">I'm A Celebrity</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/towie\">TOWIE</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tv/big-brother\">Big Brother</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/goss\">Off The Record</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/showbiz-tv/music\">Music</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/movies\">Movies</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/rehab\">Rehab</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/dancing-on-ice\">Dancing on Ice</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/the-valleys\">The Valleys</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/travel\">Travel</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/travel/articles\">Travel News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/adventure\">Adventure</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/beach\">Beach</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/family\">Family</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/party\">Party</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/life-style\">Life & Style</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/real-life\">Real Life</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/diet-fitness\">Diet & Fitness</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tech\">Tech</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/motoring/cars\">Cars</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/horoscopes\">Horoscopes</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                                                                                                                            <li>\n                                        <a href=\"/just-jane\">Just Jane</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/fashion-beauty\">Fashion & Beauty</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/life-style/competitions\">Competitions</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/love-sex\">Love & Sex</a>\n                                    </li>\n                                                                                                                                                                                                    </ul>\n                        </nav>\n                                                \n                    \n                                                    <div class=\"section-header\">\n                                <a href=\"#\">FUN</a>\n                            </div>\n                            <nav class=\"section-nav\">\n                                <ul class=\"subsections\">\n                                    <li>\n                                        <a href=\"https://www.jackpotmillions.com\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.jackpotmillions.com')\">Jackpot Millions</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"/apps\">Our Apps</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"/paper-archive\">Paper Archive</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"http://www.dailystargames.co.uk/star/bingo/home/\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.dailystargames.co.uk/star/bingo/home/')\">Games</a>\n                                    </li>\n                                </ul>\n                            </nav>\n                                            </section>\n                                                                                                                                    <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/pics\">Pics</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/galleries\">Galleries</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                                                                                    </div>\n    </div>\n    <div class=\"row\">\n        <aside class=\"twelve columns copy\">\n            <div class=\"footer-header\">\n                <span class=\"northern-and-shell\">NS</span>\n            </div>\n            <nav class=\"footer-nav\">\n                <ul class=\"clearfix\" style=\"\">\n                    <li><a href=\"http://www.dailystar.co.uk/terms-and-conditions\">Terms &amp; Conditions</a></li>\n                    <li><a href=\"http://www.dailystar.co.uk/privacy\">Privacy</a></li>\n                    <li><a href=\"http://www.dailystar.co.uk/cookie-policy\">Cookies Policy</a>\n                    <li class=\"clearLeft-on-tablet\"><a href=\"http://www.expresspictures.com\" target=\"_blank\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.expresspictures.com')\">Syndication and Licensing</a></li>\n                    <li><a href=\"http://www.netro42.com/\" rel=\"external\">Site By Netro42</a></li>\n                </ul>\n                <ul class=\"footer-small-nav right\">\n                    <li class=\"site-search right\">\n                        <form action=\"http://www.dailystar.co.uk/search\" id=\"footer_search_form\">\n                            <input class=\"left\" type=\"search\" name=\"query\" placeholder=\"Search...\">\n                            <button class=\"left link-button search-button\" type=\"submit\"><i class=\"icon-magnifier\"></i></button>\n                        </form>\n                    </li>\n                    <li class=\"hide-on-phones right\"><a href=\"http://www.dailystar.co.uk/feeds\" class=\"link-button rss\"><i class=\"icon-rss\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://plus.google.com/102878321884201520955/posts\" class=\"link-button google\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://plus.google.com/102878321884201520955/posts')\"><i class=\"icon-google-plus\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://twitter.com/daily_star\" class=\"link-button twitter\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://twitter.com/daily_star')\"><i class=\"icon-twitter\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://www.facebook.com/thedailystar\" class=\"link-button facebook\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.facebook.com/thedailystar')\"><i class=\"icon-facebook\"></i></a></li>\n                </ul>\n            </nav>\n            <div class=\"footer-copyright\">\n                <p>Copyright &copy;2015 Northern and Shell Media Publications. \"Daily Star\" is a registered trademark. All rights reserved.</p>\n            </div>\n        </aside>\n    </div>\n    <div class=\"row\">\n        <nav class=\"twelve columns partners\">\n            <ul>\n                <li><a class=\"express\" rel=\"nofollow\" href=\"http://www.express.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.express.co.uk')\"></a></li>\n                <li><a class=\"ok\" rel=\"nofollow\" href=\"http://www.ok.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.ok.co.uk')\"></a></li>\n                <li><a class=\"new\" rel=\"nofollow\" href=\"http://www.new-magazine.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.new-magazine.co.uk')\"></a></li>\n                <li><a class=\"star\" rel=\"nofollow\" href=\"http://www.star-magazine.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.star-magazine.co.uk')\"></a></li>\n                <li><a class=\"hl\" rel=\"nofollow\" href=\"http://www.healthlottery.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.healthlottery.co.uk')\"></a></li>\n                <li><div style=\"width:30px\"></div></li>\n            </ul>\n        </nav>\n    </div>\n</section>\n\t<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dailystar.co.uk\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->        </footer>\n    <!--OVOLABS_10 START-->\n\t</div>\n\t<!-- container -->\n\t\n    \t\t    \t<!-- Included JS Files -->\n\t<script src=\"http://images.dailystar-uk.co.uk/js/vendor.js\"></script>\n\t<script src=\"http://images.dailystar-uk.co.uk/js/foundation.js\"></script>\n\n\t<script src=\"http://images.dailystar-uk.co.uk/js/app20141219.js?r=201412191\"></script>\n\t            <script type=\"text/javascript\">\n\t\t\t\tvar act = new gigya.socialize.UserAction();\n\t\t\t\tact.setUserMessage(\"This is the user message\");\n\t\t\t\tact.setTitle('Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey');\n\t\t\t\tact.setLinkBack(\"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\");\n\t\t\t\tact.setDescription(\"A FEMALE healthcare worker who contracted Ebola after returning to Glasgow from Sierra Leone has been named.\");\n\t\t\t\tact.addActionLink(\"Read the article\", \"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\");\n\t\t\t\tact.addMediaItem({ type: 'image', src: 'http://images.dailystar-uk.co.uk/dynamic/1/photos/904000/281x351/180904.jpg', href: \"http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone\" });\n\t\t\t\tvar globalsharebuttons =  [\n\t\t\t\t\t\t\t{ // Facebook Like button\n\t\t\t\t\t\t\t\tprovider:'facebook',\n\t\t\t\t\t\t\t\ttooltip:'Recommend this on Facebook',\n\t\t\t\t\t\t\t\taction:'recommend',\n\t\t\t\t\t\t\t\tfont:'arial'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Twitter Tweet button\n\t\t\t\t\t\t\t\tprovider:'twitter-tweet',\n\t\t\t\t\t\t\t\ttooltip:'Share on Twitter',\n\t\t\t\t\t\t\t\tdefaultText:'Scot Ebola patient named: First pic of heroic nurse Pauline Cafferkey (via @Daily_Star)',\n\t\t\t\t\t\t\t\trelated:'Daily_Star'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Google +1 button\n\t\t\t\t\t\t\t\tprovider:'googleplus-share',\n\t\t\t\t\t\t\t\ttooltip:'Recommend this on Google',\n\t\t\t\t\t\t\t\tsize:'medium'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Share\n\t\t\t\t\t\t\t\tprovider:'share',\n\t\t\t\t\t\t\t\ttooltip:'Share',\n\t\t\t\t\t\t\t\tuserMessage:'default user message'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Email button\n\t\t\t\t\t\t\t\tprovider:'email',\n\t\t\t\t\t\t\t\ttooltip:'Email this',\n\t\t\t\t\t\t\t\ticonOnly: true\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Email button\n\t\t\t\t\t\t\t\tprovider:'print',\n\t\t\t\t\t\t\t\ttooltip:'Print this',\n\t\t\t\t\t\t\t\ticonOnly: true\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t];\n\t\t\t\tvar showShareBarUI_params=\n\t\t\t\t{\n\t\t\t\t\tcontainerID: 'componentDiv2',\n\t\t\t\t\tshareButtons: globalsharebuttons,\n\t\t\t\t\tuserAction: act,\n\t\t\t\t\taction: 'recommend',\n                    onShareButtonClicked: function(e) {\n                        console.log(e);\n                        console.log(arguments);\n                    },\n\t\t\t\t\tonSendDone: function(){\n\t\t\t\t\t\tApp.GoogleAnalytics.TrackEvent('social','share','http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone');\n\t\t\t\t\t},\n\t\t\t\t\tonShareButtonClicked: function(){\n\t\t\t\t\t\tApp.GoogleAnalytics.TrackEvent('social','intent','http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone');\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t\tgigya.socialize.showShareBarUI(showShareBarUI_params);\n\t\t\t</script>\n\t\t\t            <script type=\"text/javascript\">\n                var showShareBarUI_params2=\n                {\n                    containerID: 'componentDiv',\n                    shareButtons: globalsharebuttons,\n                    userAction: act,\n                    action: 'recommend',\n                    onSendDone: function(){\n                        App.GoogleAnalytics.TrackEvent('social','share','http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone');\n                    },\n                    onShareButtonClicked: function(){\n                        App.GoogleAnalytics.TrackEvent('social','intent','http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone');\n                    }\n                };\n               gigya.socialize.showShareBarUI(showShareBarUI_params2);\n            </script>\n                        \t\t\t<script type='text/javascript'>\n\t\t\tfunction onSiteLoginHandler(event) {\n\t\t\t   $('.nse_login-link').click();\n\t\t\t}\n            var commentparams =\n            {\n                // Required parameters:\n                categoryID: 'News',\n                containerID: 'commentsDiv',\n\n                // Optional parameters:\n                streamTitle: 'Ebola virus Glasgow Scotland Sierra Leone',\n                streamID: 'http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone',\n                deviceType: 'auto',\n                cid: '',\n                width: '100%',\n                enabledProviders: 'facebook, twitter, google,googleplus',\n                useSiteLogin: true,\n                onSiteLoginClicked: onSiteLoginHandler   // registering to the onSiteLoginClicked event\n            };\n            // Load the Comments Plugin\n            gigya.socialize.showCommentsUI(commentparams);\n\n            function printResponse(responseObject){\n            \tif(typeof responseObject !== 'undefined' && typeof responseObject.streamInfo !== 'undefined' && typeof responseObject.streamInfo.commentCount !== 'undefined'){\n            \t\tvar numberofcomments = responseObject.streamInfo.commentCount;\n            \t\tif(numberofcomments!=4){\n            \t\t\t$.ajax({\n            \t\t\t\turl: '/posts/ajax_updatecommentcount/417544/4/'+numberofcomments,\n            \t\t\t});\n            \t\t}\n            \t\t$('#gigyacomments header span.main-label').text(numberofcomments+' Comment'+((numberofcomments!=1)?'s':''));\n            \t}\n            }\n            gigya.comments.getStreamInfo({categoryID:'News', streamID:'http://www.dailystar.co.uk/news/latest-news/417544/Ebola-virus-Glasgow-Scotland-Sierra-Leone', callback:printResponse});\n\t\t\t</script>\n\t\t\t<script>\nvar BCL = {};\n\nvar onTemplateLoaded = function (experienceID) { BCL.player = brightcove.api.getExperience(experienceID)};\nvar onTemplateReady = function(evtObj) { BCL.experienceModule = BCL.player.getModule(brightcove.api.modules.APIModules.EXPERIENCE)};\n\nApp.resizeBrightcove = function(){\n\tvar prevwidth = $('.BrightcoveExperience').width();\n \tvar prevheight = $('.BrightcoveExperience').height();\n \tif(prevwidth!=$('#singleArticle').width()){\n   \t\t$('.BrightcoveExperience').width($('#singleArticle').width()).height((($('#singleArticle').width()/prevwidth)*prevheight));\n   \t\tif(BCL.experienceModule){\n            BCL.experienceModule.setSize($('#singleArticle').width(),(($('#singleArticle').width()/prevwidth)*prevheight));\n        }\n   \t}\n};\n(function($) {\n    App.resizeBrightcove();\n    App.ResponsiveIframe('.story-content iframe');\n\n})(jQuery);\nvar hasscrolled = false;\n$(window).scroll(function(){\n    if(!hasscrolled){\n        if($(window).scrollTop()>800){\n            hasscrolled = true;\n            var gmparams = {\n                action: \"viewarticle1\",\n            };\n            gigya.gm.notifyAction(gmparams);\n        }\n    }\n});\nif($('section.video').length){\n\t$(window).resize(function(){\n\t\tvar dw = 620;\n\t\tvar dh = 315;\n\t\tif($(window).width()>979){\n\t\t\t$('section.video').children('iframe').width(dw).height(dh);\n\t\t} else {\n\t\t\t$('section.video').children('iframe').width($('section.video').width()).height((($('section.video').width()/dw)*dh));\n\t\t}\n\t});\n}\n$(window).on('resize',function() {\n  App.resizeBrightcove();\n});\n</script>\n\t<script type=\"text/javascript\" src=\"http://dailystar.uk.intellitxt.com/intellitxt/front.asp?ipid=17632\"></script>\n    <script>\n    // <![CDATA[\n    $.extend(App.Weather, {\n        weatherForecastUrl: 'http://www.dailystar.co.uk/weather/forecast/{LOCATION_ID}',\n        weatherForecastThumb: 'http://cdn.images.dailystar-uk.co.uk/img/weather/png/{ICO_SIZE}/{SKY_CODE}.png'\n    });\n    $(function(){\n        App.Weather.GetWeather();\n        App.Gigya.getUserInfo();\n        if($(window).width()<700){\n            var initialscale = $(window).width()/970;\n            $('meta[name=viewport]').attr('content','width=970, initial-scale=0.3');\n        }\n\n            });\n\n    var gls = false;\n    var gls_to = null;\n    $('ul#gigyaactions, #signedinlink').mouseenter(function(){\n        gls = true;\n        $('ul#gigyaactions').slideDown();\n        clearTimeout(gls_to);\n    }).mouseleave(function(){\n        gls_to = setTimeout(\"$('ul#gigyaactions').slideUp()\",500);\n    });\n    // ]]>\n    </script>\n        <!--OVOLABS_10 END-->\n\n        <!--OVOLABS_11 START-->\n            <script src=\"//platform.twitter.com/oct.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\ntwttr.conversion.trackPid('l4exp');\n</script>\n<noscript>\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://analytics.twitter.com/i/adsct?txn_id=l4exp&p_id=Twitter\" />\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"//t.co/i/adsct?txn_id=l4exp&p_id=Twitter\" />\n</noscript>        <!--Visual Revenue Reader Response Tracking Script (v6) -->\n<script type=\"text/javascript\">\n\tvar _vrq = _vrq || [];\n\t_vrq.push(['id', 477]);\n\t_vrq.push(['automate', false]);\n\t_vrq.push(['track', function(){}]);\n\t(function(d, a){\n\t\tvar s = d.createElement(a),\n\t\tx = d.getElementsByTagName(a)[0];\n\t\ts.async = true;\n\t\ts.src = 'http://a.visualrevenue.com/vrs.js';\n\t\tx.parentNode.insertBefore(s, x);\n\t})(document, 'script');\n</script>\n<!-- End of VR RR Tracking Script - All rights reserved -->\n                                    <script type=\"text/javascript\">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push([\"load\",new Date().getTime()]);var e=document.createElement(\"script\");e.type=\"text/javascript\";e.src=((\"http:\"===document.location.protocol)?\"http:\":\"https:\")+\"//\"+\"js-agent.newrelic.com/nr-100.js\";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push([\"nrfj\",\"beacon-4.newrelic.com\",\"bae6e6cc1f\",\"2206472\",\"YFFaZUNYC0AHARJQC1kbeVJFUApdSTIJShBEd1dfRUsKXwoHFBYSXlFP\",0,1205,new Date().getTime(),\"\",\"\",\"\",\"\",\"\"]);</script></body>\n</html>\n<!--OVOLABS_11 END-->"
  },
  {
    "path": "tests/data/html/dailystar.co.uk2.html",
    "content": "<!DOCTYPE html><!--OVOLABS_1 START-->\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\"> <![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n    \n        \n\n    <script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script><script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></script>\n    <script>window.jQuery || document.write('<script src=\"http://images.dailystar-uk.co.uk/js/jquery.min.js\"><\\/script>');</script>\n            <script src='http://cdn.gigya.com/JS/socialize.js?apiKey=3_X9kTtJid0XPDQF-hGyrUNQzw17dkd4R4JN_hPZWT07ppRKkhxAOjte0w7k6v4Blr' type='text/javascript'></script>\n    \n    <title>Helen Wood cheating boyfriend | Celebs | Showbiz and TV | Latest Celeb Gossip, TV, Film, Pop and Celeb News | Daily Star | Daily Star</title>\n    <meta name=\"description\" content=\"Merry belated Christmas, 'tis the season to be jolly 'nd all that. And 'tis the season for all the dirty dawgs to get up to no good.\">\n\n        <link rel=\"canonical\" href=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\">\n    \n    <meta name=\"og:description\" content=\"Merry belated Christmas, 'tis the season to be jolly 'nd all that. And 'tis the season for all...\">\n<meta name=\"twitter:description\" content=\"Merry belated Christmas, 'tis the season to be jolly 'nd all that....\">\n<meta property=\"og:title\" content=\"'I found cheap eyelashes and texts' Helen Wood speaks out on cheating boyfriend\">\n<meta name=\"twitter:title\" content=\"'I found cheap eyelashes and texts' Helen Wood speaks out on cheating boyfriend\">\n<meta property=\"twitter:account_id\" content=\"20442930\" />\n<meta property=\"og:type\" content=\"article\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta property=\"og:url\" content=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\">\n<meta name=\"twitter:url\" content=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\">\n<meta property=\"og:image\" content=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/474000/173x216/180474.jpg\">\n<meta name=\"twitter:image:src\" content=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/474000/620x/180474.jpg\">\t\n<meta property=\"og:site_name\" content=\"Dailystar.co.uk\">\n<meta property=\"twitter:domain\" content=\"dailystar.co.uk\">\n<meta property=\"og:language\" content=\"en\"/>\n<meta name=\"news_keywords\" content=\"entertainment, celebrities, tv, helen wood, helen wood column, helen wood rooney, helen wood daily star\" />\n<meta property=\"og:tags\" content=\"entertainment, celebrities, tv, helen wood, helen wood column, helen wood rooney, helen wood daily star\"/>\n<meta property=\"article:tag\" content=\"entertainment\"/>\n<meta property=\"article:tag\" content=\"celebrities\"/>\n<meta property=\"article:tag\" content=\"tv\"/>\n<meta property=\"article:tag\" content=\"helen wood\"/>\n<meta property=\"article:tag\" content=\"helen wood column\"/>\n<meta property=\"article:tag\" content=\"helen wood rooney\"/>\n<meta property=\"article:tag\" content=\"helen wood daily star\"/>\n<meta property=\"og:section\" content=\"Celebs\"/>\n<meta property=\"article:published_time\" content=\"2014-12-29\"/>\n<meta property=\"article:modified_time\" content=\"2014-12-31\"/>\n<meta property=\"article:expiration_time\" content=\"2015-01-30\"/>\n<meta property=\"article:section\" content=\"Celebs\"/>\n<link href='https://chrome.google.com/webstore/detail/onhilelbkklcedgpkkmobnkfljelgpdj' rel='chrome-webstore-item'/><meta name='parsely-page' content='{\"title\":\"\\u0027I found cheap eyelashes and texts\\u0027 Helen Wood speaks out on cheating boyfriend\",\"link\":\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\",\"image_url\":\"http://images.dailystar-uk.co.uk/dynamic/140/photos/474000/173x216/180474.jpg\",\"type\":\"post\",\"post_id\":\"417443\",\"pub_date\":\"2014-12-29T09:50:00+00:00\",\"section\":\"Celebs\",\"author\":\"Helen Wood\",\"tags\":[\"helen wood\",\"helen wood column\",\"helen wood rooney\",\"helen wood daily star\"]}'><script type=\"text/javascript\">var ChannelName = 'celebs,showbiz_&_tv,helen_wood,helen_wood_column,helen_wood_rooney,helen_wood_daily_star';</script>    <meta name=\"author\" content=\"Nadia  Mendoza\"/>\n\n    <meta name=\"msvalidate.01\" content=\"E11C91F3522244AD728A407C255512DF\">\n    <link rel=\"canonical\" href=\"http://www.dailystar.co.uk/\" />\n    <link href=\"http://cdn.images.dailystar-uk.co.uk/betafavicon.ico\" type=\"image/x-icon\" rel=\"icon\" />\n    <link href=\"http://cdn.images.dailystar-uk.co.uk/betafavicon.ico\" type=\"image/x-icon\" rel=\"shortcut icon\" />\n    <link rel=\"apple-touch-icon\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch72.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch114.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://cdn.images.dailystar-uk.co.uk/appletouch144.png\" />\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/foundation.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/app20141219.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.images.dailystar-uk.co.uk/css/gigya20141219.css?r=201412191\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic\" />\n\t<script type=\"text/javascript\">\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-545303-2']);\n                        _gaq.push(['_setCustomVar', 1, 'article type', 'Celebs', 3]);\n                _gaq.push(['_setLocalRemoteServerMode']);\n    _gaq.push(['_trackPageview']);\n    (function() {\n        var ga = document.createElement('script'); ga.type =\n        'text/javascript'; ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://'\n        : 'http://') + 'stats.g.doubleclick.net/dc.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n    var windowOnload=window.onload||function(){};window.onload=function(){windowOnload();};\n</script>    <!--[if lt IE 9]>\n    <script type=\"text/javascript\" src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>    <![endif]-->\n\n\t<script> \nwindow.expressoOptions = { \n    brand: \"DS\",\n    headerBackgroundColor: \"#282425\", \n    messageBackgroundColor: \"#eeeeee\", \n    apiUrl: 'https://api.crm.northernandshell.co.uk/', \n    contentUrl: \"http://cdn.crm.northernandshell.co.uk/cdn/\", \n    sdkVersion: \"rc16\", \n    brandOptIn: \" Yes, keep me up to date with breaking news, offers, promotions and exclusive content from Daily Star by email.\",\n    nsOptIn: \"Yes, I'd like to be contacted by Northern & Shell Companies about their offers, goods and services by email.\",\n    thirdPartyOptIn: \"Yes, I'd like to be contacted by selected 3rd parties about their offers, goods and services by email.\",\n    preferencesLink: \"/preferences\", \n    promptToOptIn: \"You need to opt-in to receive emails from the Daily Star before you can start receiving daily news emails - Click here to opt-in now.\", \n    termsOfUseLink: \"http://www.dailystar.co.uk/terms-and-conditions\", \n    privacyPolicyLink: \"http://www.dailystar.co.uk/privacy\", \n    screens: { \n    register: { \n        caption: 'Register for a Daily Star account', \n        benefits: [ \n            'Get involved with the discussion and comment on Daily Star articles', \n            'Get access to exclusive competitions and promotions', \n            'Get access to daily news emails and receive news you care about directly to your inbox'\n        ] \n    }, \n        login: { \n            caption: 'Sign into your Daily Star account'\n        }, \n        forgotpassword: { \n            caption: 'Forgotten password'\n        }, \n\n        preferencecentre: { \n            welcomeMessage: \"Welcome to the email news preference center. Here you can subscribe to receive daily news emails about topics you care about directly to your inbox.\" \n        }, \n        registrationnewsletters: { \n            caption: 'Thank you for registering!'\n        }, \n        linkaccounts: { \n            caption: 'Already a member'\n        } \n    }, \n    modules: { \n        acquisitionModule: { \n            moduleBackgroundColor: '#ea052c', \n            headerBackgroundColor: '#d90000', \n            headerCornerColor: '#9f021e'  \n        } \n    }, \nspecialInterest: {\n        label: 'Which football team do you support?',\n        options: [\n               { value: 'Arsenal', displayText: 'Arsenal' },\n               { value: 'Aston-Villa', displayText: 'Aston Villa' },\n               { value: 'Burnley', displayText: 'Burnley' },\n               { value: 'Chelsea', displayText: 'Chelsea' },\n               { value: 'Crystal-Palace' , displayText: 'Crystal Palace' },\n               { value: 'Everton', displayText: 'Everton' },\n               { value: 'Hull-City', displayText: 'Hull City' },\n               { value: 'Leicester-City', displayText: 'Leicester City' }, \n               { value: 'Liverpool', displayText: 'Liverpool' },\n               { value: 'Manchester-City', displayText: 'Manchester City' },\n               { value: 'Manchester-United', displayText: 'Manchester United' },\n               { value: 'Newcastle-United', displayText: 'Newcastle United' },\n               { value: 'Queens-Park-Rangers', displayText: 'Queens Park Rangers' },\n               { value: 'Southampton', displayText: 'Southampton' },\n               { value: 'Stoke-City', displayText: 'Stoke City' },\n               { value: 'Sunderland', displayText: 'Sunderland' },\n               { value: 'Swansea-City', displayText: 'Swansea City' },\n               { value: 'Tottenham-Hotsupur', displayText: 'Tottenham Hotspurs' },\n               { value: 'West-Bromwich-Albion', displayText: 'West Bromwich Albion' },\n               { value: 'West-Ham', displayText: 'West Ham' }\n        ]\n  } \n};\n</script>\n<script src=\"http://cdn.crm.northernandshell.co.uk/cdn/js/expresso-0.1.min.js?rc16\"></script><!-- BEGIN Krux Control Tag for \"Daily Star\" -->\n<!-- Source: /snippet/controltag?confid=I34AE6UY&site=Daily%20Star&edit=1 -->\n<script class=\"kxct\" data-id=\"I34AE6UY\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\nwindow.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n(function(){\n  var k=document.createElement('script');k.type='text/javascript';k.async=true;\n  var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n  k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n    (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I34AE6UY\"\n;\n  var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n}());\n</script>\n<!-- END Krux Controltag -->\n<!-- Start: GPT Async -->\n<script type='text/javascript'>\nvar gptadslots=[];\n      (function() {\n      var useSSL = 'https:' == document.location.protocol;\n      var src = (useSSL ? 'https:' : 'http:') +\n    '//www.googletagservices.com/tag/js/gpt.js';\n      document.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n      })();\nfunction ISMScreenRes() {\n    if(screen.width >= 1280 ) { \n        return( \"true\" );\n    } else { \n        return( \"false\" );\n    }\n}\n</script>\n<script>\nwindow.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);\n(function(){\nfunction retrieve(n){\nvar m, k='kx'+n;\nif (window.localStorage) {\nreturn window.localStorage[k] || \"\";\n} else if (navigator.cookieEnabled) {\nm = document.cookie.match(k+'=([^;]*)');\nreturn (m && unescape(m[1])) || \"\";\n} else {\nreturn '';\n}\n}\nKrux.user = retrieve('user');\nKrux.segments = retrieve('segs') && retrieve('segs').split(',') || [];\n})();\n</script>\n\n<script type=\"text/javascript\">\nvar crtg_content = crtg_content || '';\n    //Adslot 1 declaration\n    gptadslots[1]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[1,1],[970,250],[900,250],[728,90]],'div-gpt-ad-732015591060082986-1').setTargeting('pos',['top']).addService(googletag.pubads());\n\n    //Adslot 2 declaration\n    gptadslots[2]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[300,250],[300,600]],'div-gpt-ad-732015591060082986-2').setTargeting('pos',['right']).addService(googletag.pubads());\n\n    //Adslot 3 declaration\n    gptadslots[3]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[300,250]],'div-gpt-ad-732015591060082986-3').setTargeting('pos',['right1']).addService(googletag.pubads());\n\n    //Adslot 4 declaration\n    gptadslots[4]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[300,250]],'div-gpt-ad-732015591060082986-4').setTargeting('pos',['right2']).addService(googletag.pubads());\n\n    //Adslot 5 declaration\n    gptadslots[5]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[970,250],[900,250],[728,90]],'div-gpt-ad-732015591060082986-5').setTargeting('pos',['top1']).addService(googletag.pubads());\n\n    //Adslot 6 declaration\n    gptadslots[6]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[1,1]],'div-gpt-ad-732015591060082986-6').setTargeting('pos',['middle']).addService(googletag.pubads());\n\n    //Adslot 7 declaration\n    gptadslots[7]= googletag.defineSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', [[620,80]],'div-gpt-ad-732015591060082986-7').setTargeting('pos',['centre']).addService(googletag.pubads());\n\n    //Adslot oop declaration\n    gptadslots[0] = googletag.defineOutOfPageSlot('/34722903/DailyStar/Showbiz_TV/Showbiz', 'div-gpt-ad-732015591060082986-oop').setTargeting('pos',['outofpage']).addService(googletag.pubads());\n\n    googletag.pubads().enableSingleRequest();\n    googletag.pubads().setTargeting('pagetype',['article']).setTargeting('articleid',['417443']).setTargeting('keywords',['entertainment','celebrities','tv','helen wood','helen wood column','helen wood rooney','helen wood daily star']).setTargeting('device',['Desktop']).setTargeting('inskin_yes', ISMScreenRes());\n\n    googletag.pubads().setTargeting(\"ksg\", Krux.segments);\n    googletag.pubads().setTargeting(\"kuid\", Krux.user);\n    googletag.pubads().setTargeting(\"khost\",  encodeURIComponent(location.hostname));\n\n    var crtg_split = crtg_content.split(';');\n    for (var i=1;i<crtg_split.length;i++){\n        googletag.pubads().setTargeting (\"\" + (crtg_split[i-1].split('='))[0] + \"\", \"\" + (crtg_split[i-1].split('='))[1] + \"\");\n    };\n\n        googletag.pubads().enableSyncRendering();\n        googletag.pubads().collapseEmptyDivs();\n    googletag.enableServices();\n</script>\n<!-- End: GPT --></head>\n<body itemscope itemtype=\"http://schema.org/WebPage\">\n                        \t\t    \n<!-- Beginning Async AdSlot oop for Ad unit DailyStar/Showbiz_TV/Showbiz  ### size:  -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[0]]) -->\n<div id='div-gpt-ad-732015591060082986-oop'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-732015591060082986-oop');\n\t\t\t</script>\n</div>\n<!-- End AdSlot oop -->\n\t\t<!-- container -->\n\t<div class=\"container\" id=\"maincontainer\">\n\t\t\t\t\t<div style=\"text-align:center;margin:0 auto;\" id=\"superbanner\">\n\t\t\t\n<!-- Beginning Async AdSlot 1 for Ad unit DailyStar/Showbiz_TV/Showbiz  ### size: [[1,1],[728,90],[900,250],[970,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[1]]) -->\n<div id='div-gpt-ad-732015591060082986-1' style=\"display:inline-block;\">\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-732015591060082986-1');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 1 -->\n            </div>\n                <!--OVOLABS_1 END-->\n        <header class=\"row page-header\">\n            <div class=\"twelve columns\">\n                <div class=\"row\">\n    <div class=\"top-header clearfix\">\n        <div class=\"columns three\">\n            <h1 class=\"logo\">\n                <a href=\"/\">\n                    <img src=\"http://cdn.images.dailystar-uk.co.uk/img/static/daily-star.png\" alt=\"DailyStar\" title=\"Daily Star\">\n                </a>\n            </h1>\n        </div>\n        <nav class=\"columns nine\">\n            <ul class=\"header-small-nav right\">\n                <li class=\"site-search right\">\n                    <form action=\"http://www.dailystar.co.uk/search\" id=\"header_search_form\">\n                        <input class=\"left\" type=\"search\" name=\"query\" placeholder=\"Search...\">\n                        <button class=\"left link-button search-button\" type=\"submit\"><i class=\"icon-magnifier\"></i></button>\n                    </form>\n                </li>\n                                    <li class=\"right\">\n                        <div id=\"nse-widget\"></div>\n                    </li>                <li class=\"hide-on-phones right\"><a href=\"http://www.dailystar.co.uk/feeds\" class=\"link-button rss\"><i class=\"icon-rss\"></i></a></li>\n                <li class=\"right\"><a href=\"https://plus.google.com/102878321884201520955/posts\" class=\"link-button google\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://plus.google.com/102878321884201520955/posts')\"><i class=\"icon-google-plus\"></i></a></li>\n                <li class=\"right\"><a href=\"https://twitter.com/daily_star\" class=\"link-button twitter\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://twitter.com/daily_star')\"><i class=\"icon-twitter\"></i></a></li>\n                <li class=\"right\"><a href=\"https://www.facebook.com/thedailystar\" class=\"link-button facebook\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.facebook.com/thedailystar')\"><i class=\"icon-facebook\"></i></a></li>\n            </ul>\n            <ul class=\"clearRight header-small-nav right\">\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/our-paper\">Our Paper</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/paper-archive\">Paper Archive</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/apps\">Our Apps</a></li>\n                <li class=\"sep right\"><a href=\"http://www.dailystar.co.uk/horoscopes\">Daily Horoscope</a></li>\n                <li class=\"weather right\">\n                    <a href=\"http://www.dailystar.co.uk/weather\" style=\"background: url('http://cdn.images.dailystar-uk.co.uk/img/weather/png/52x52/28.png') no-repeat scroll 0 0;\">\n                        <span>London, UK</span>\n                        <b>14&deg;</b>\n                    </a>\n                </li>\n            </ul>\n        </nav>\n    </div>\n</div>\n<nav class=\"row sections main-navi\">\n    <div class=\"wrapper\">\n        <ul class=\"main-nav has-sub-nav\">\n                                                                    <li><a href=\"/\" class=\"item\"><span>Home</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                <li><a href=\"/news\" class=\"item\"><span>News</span></a></li>\n                                                                                                                                                                                                                                <li><a href=\"/sport\" class=\"item\"><span>Sport</span></a></li>\n                                                                                                                                                                                                                                                                                                                    <li><a href=\"/showbiz-and-tv\" class=\"active item\"><span>Showbiz & TV</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <li><a href=\"/travel\" class=\"item\"><span>Travel</span></a></li>\n                                                                                                                                                                                                                                <li><a href=\"/life-style\" class=\"item\"><span>Life & Style</span></a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <li><a href=\"/pics\" class=\"item\"><span>Pics</span></a></li>\n                                                                                                                                            <li><a href=\"/vids\" class=\"item\"><span>Vids</span></a></li>\n                                                                                    <li><a href=\"http://games.dailystar.co.uk\" class=\"item\" rel=\"nofollow\" target=\"_blank\"><span>Games</span></a></li>\n                                    </ul>\n    </div>\n        <div class=\"sub-wrapper\">\n                <ul class=\"sub-nav\">\t\n                                                                <li><a href=\"/showbiz\" class=\"active item\"><span>Celebs</span></a></li>\n                                                                                <li><a href=\"/showbiz-tv/hot-tv\" class=\"item\"><span>Hot TV</span></a></li>\n                                                                                <li><a href=\"/tv/x-factor\" class=\"item\"><span>X Factor</span></a></li>\n                                                                                <li><a href=\"/strictly\" class=\"item\"><span>Strictly</span></a></li>\n                                                                                <li><a href=\"/showbiz-tv/im-a-celebrity-get-me-out-of-here\" class=\"item\"><span>I'm A Celebrity</span></a></li>\n                                                                                <li><a href=\"/showbiz/towie\" class=\"item\"><span>TOWIE</span></a></li>\n                                                                                                                            <li><a href=\"/showbiz/goss\" class=\"item\"><span>Off The Record</span></a></li>\n                                                                                                                            <li><a href=\"/showbiz-tv/music\" class=\"item\"><span>Music</span></a></li>\n                                                                                <li><a href=\"/movies\" class=\"item\"><span>Movies</span></a></li>\n                                                                                <li><a href=\"/showbiz/rehab\" class=\"item\"><span>Rehab</span></a></li>\n                                                                                                                            </ul>\n            </div>\n        </nav>\n            </div>\n            <div class=\"twelve columns\" style=\"background-color:#f7f5f5; margin:0 auto;\"></div>\n                        <div class=\"twelve columns breadcrumbsShell\">\n                <ul class=\"breadcrumbs\" id=\"breadCrumb\"><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\" class=\"first\"><a href=\"/\" itemprop=\"url\"><span itemprop=\"title\">Home</span></a></li><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\"><a href=\"/showbiz-and-tv\" itemprop=\"url\"><span itemprop=\"title\">Showbiz & TV</span></a><span class=\"breadcrumbs-sep\"></span></li><li itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\"><a href=\"/showbiz\" itemprop=\"url\"><span itemprop=\"title\">Celebs</span></a><span class=\"breadcrumbs-sep\"></span></li><li class=\"last\">'I found cheap eyelashes and texts' Helen Wood speaks out on cheating boyfriend<span class=\"breadcrumbs-sep\"></span></li></ul>            </div>\n                    </header>\n\n        <!--OVOLABS_2 START-->\n        <div class=\"row page-content\">\n        <!--OVOLABS_2 END-->\n            <div class=\"twelve columns flash-msg\">    <div class=\"OUTBRAIN\" data-widget-id=\"AR_21\" data-src=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" data-ob-template=\"DailyStar\"></div>\r\n</div>            \n                        \n            <!--OVOLABS_3 START-->\n            <div class=\"row\">\n            <!--OVOLABS_3 END-->\n                <!--OVOLABS_4 START-->\n<article class=\"eight four-mobile columns story\" style=\"margin-left:0;\" id=\"singleArticle\" itemscope itemtype=\"http://schema.org/Article\" itemprop=\"mainContentOfPage\" role=\"main\">\n        <header>\n        <!--OVOLABS_4 END-->\n        \n                \n        <!--OVOLABS_5 START-->\n        <h1 class=\"clear\" itemprop=\"headline\">'I found cheap eyelashes and texts' Helen Wood speaks out on cheating boyfriend</h1>\n\n        \n        <p class=\"lead\" class=\"clearfix\">Merry belated Christmas, 'tis the season to be jolly 'nd all that. And 'tis the season for all the dirty dawgs to get up to no good.</p>\n\n        <!--OVOLABS_5 END-->\n        <div class=\"social-panel\">\n        \t\t\t\t<div id=\"componentDiv2\"></div>\n        </div>\n        <!--OVOLABS_6 START-->\n        <div class=\"byline publication-date\">\n                        By <a class=\"author\" href=\"/journalists/nadia-mendoza\">Helen Wood</a>\n            <span class=\"sep\">&#47;</span>\n                        <time pubdate datetime=\"2014-12-29T09:50:00Z\">Published <span itemprop=\"datePublished\">29th December 2014</span></time>\n        </div>\n    </header>\n    <div class=\"story-content clearfix\">\n        <section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/471000/180471.jpg\" alt=\"helen wood\">\r\n        <span class=\"caption\">GET SOME RESPECT! Helen Wood says NEVER tolerate a cheat [DS] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>The holidays come with many positives &ndash; families, no work, copious amounts of cheese (literally, eating it and the corny movies variety) &ndash; but they also come with a lot of naughtiness.</p><p>When I say naughtiness, I don&rsquo;t mean kids unwrapping their pressies early. I mean the parties where everyone is obliterated and mauling one another (with a wedding ring on their finger).</p><p>Last week, I was sat in the local as an office party was going on beside me and my mates, just minding our own biz.</p><p>Then a lad, about 25, sits down on the stool next to us before a rather trollied lass plonked her unsteady behind down on his knee.</p><p>They were both slurring their words when we overheard the girl say, \"Weeeell, you've got a girlfriend and I'm not single, but so what?!\" Lovely.</p><p>I especially loved her discretion, slap bang in the middle of the pub. She's basically got a wide-on over another guy while her other half was probably at home stuffing the turkey.</p><p>Stats show that cheating increases at this time of year, instead of secret Santa we have the secret s***gers too. Jokes aside, I think it's disgusting.</p><p>The classic excuse, 'it meant nothing'. Well, that's more of a f***ing insult! If someone is going to cheat, there must be some feelings or strong attraction, surely.</p><p>Another lame backtrack is blaming dropping your chinos or lifting your skirt on being drunk.</p></section>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/475000/180475.jpg\" alt=\"helen wood\">\r\n        <span class=\"caption\">BEACH BABE: Helen snaps a selfie in Thailand [DS] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>I don&rsquo;t understand how anyone in their right mind gets THAT wasted that they don&rsquo;t know what they're doing.</p><p>Coming from someone who every time they go out they get sloshed, I still don&rsquo;t wake up the next morning thinking, 'Oh my God, who have I slept with?'</p><p>I've also never woken up after a night out thinking, 'S**t, did I s**g someone behind my partner's back last night?'</p><p>I think if I ever did wake up after doing that, I'd give up alcohol altogether and reassess my morals.</p><p>Alcohol is just used as an excuse, b*****ks do people only get these urges to cheat when under the influence. If you're going to cheat, you'll do it sober or drunk.</p><p>Despite the trolls (who really should make getting out more their primary new year resolution) blasting me with 'You can't talk, homewrecker/s**g/blah blah' &ndash; I CAN talk.</p><p>My views on cheating are extremely strong and always have been. Yeah, I've done my fair share of messing around and one-night stands, but I was never hurting anyone.</p><p>When I was younger, it didn&rsquo;t really bother me if I knew a guy had a girlfriend, if I didn&rsquo;t know the girl, it didn&rsquo;t effect me. That was my opinion at the time.</p></section>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/470000/180470.jpg\" alt=\"helen wood\">\r\n        <span class=\"caption\">CHRISTMAS ONESIE: Helen celebrated in style [DS] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>Since getting older, my feelings have changed. I think if I gave my number out knowing that the lad has a chick, it'll bite me back on the a**e at some point in life.</p><p>Although I've been the girl to cheat with men that are occupied, I'd never be able to do that myself.</p><p>Having found cheap eyelashes, texts and lip-glosses in and around my ex&rsquo;s things, it didn&rsquo;t take a genius to work out what he&rsquo;d been up to. Let's just say I've put that one to bed now.</p></section>\n<section class=\"related-articles\">\r\n    <header>Related articles</header>\r\n    <ul>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/416610/Helen-Wood-domestic-violence-column\" itemprop=\"name\">'He tried to strangle me' Helen Wood opens up on domestic violence </a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/415383/Helen-Wood-column-fetish-couple-treat-teddy-as-child\" itemprop=\"name\">'They changed its nappy' Helen Wood on fetish duo who treat teddy as CHILD</a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/412117/A-day-in-the-life-of-Helen-Wood-Killing-Kittens\" itemprop=\"name\">A day in the life of: Inside the 'sexual elite' swingers club with Helen Wood </a>\r\n        </li>\r\n            </ul>\r\n</section>\n<div class=\"jsElement\"><!-- Start of Brightcove Player -->\n\n<div style=\"display:none\">\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3613800351001\" class=\"BrightcoveExperience\">\n  <param name=\"bgcolor\" value=\"#FFFFFF\" />\n  <param name=\"width\" value=\"640\" />\n  <param name=\"height\" value=\"360\" />\n  <param name=\"playerID\" value=\"2762778358001\" />\n  <param name=\"playerKey\" value=\"AQ~~,AAACT2hWexE~,QV-ElXQT89VR0gsF5K_BsVW0r8KEzjyr\" />\n  <param name=\"isVid\" value=\"true\" />\n  <param name=\"isUI\" value=\"true\" />\n  <param name=\"dynamicStreaming\" value=\"true\" />\n  \n  <param name=\"@videoPlayer\" value=\"3613800351001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n\n<!-- End of Brightcove Player --></div>\n<section class=\"text-description\">\r\n    <p>If I felt in any way sexual towards another guy, and I don&rsquo;t mean looking at a fittie in a bar, it's time to leave. Wanting to bed another man clearly means my current partner is not the one I want to have sex with for the rest of my life &ndash; SO WHAT IS THE POINT IN BEING THERE?!</p><p>One thing that actually grates on me, is when a couple 'move on' from cheating: how the f**k do you move on?</p><p>I don&rsquo;t care if it's texting, kissing, s***ging whatever, it's all still cheating. A text usually leads to sex, otherwise why else do people do this?</p><p>You don&rsquo;t start the ball rolling for a hot chocolate in Starbucks.</p></section>\n<section class=\"photo\">\r\n    <p>\r\n        <img class=\"photo kalooga_12952\" src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/476000/180476.jpg\" alt=\"helen wood\">\r\n        <span class=\"caption\">STAY DIGNIFIED! Helen has fallen victim to cheating [DS] </span>\r\n    </p>\r\n</section>\n<section class=\"text-description\">\r\n    <p>I pity girls that stick with guys that mess around, I mean, I can never ever imagine getting back into bed with a bloke who had his penis in another girl. What do you talk about?</p><p>'So, erm, did she have a Brazilian or a Hollywood?' 'Does she spit or swallow?' 'Who went on top?'</p><p>It's just bizarre, get a grip! I couldn&rsquo;t even speak to a guy who had cheated on me, who had stripped me of dignity, trampled on my respect and took me for a fool.</p><p>There is no moving on from there.</p><p>With so many guys and girls in the world who are loyal, why waste your time on one who can't even keep an eyeball on you without the other wandering.</p><p>We&rsquo;re approaching a new year, thank God I'm approaching it single, unlike some of the desperadoes I know who will celebrate being a mug through to 2016 and onwards, not me thanks.</p><p>Have a fab new year and keep it in your pants if you're otherwise engaged. Or if you're the victim of someone doing the dirty, you're worth more than that. Time to skedaddle.</p><p>Love always, Hels Bels xxx</p></section>    </div>\n\n    <script>Expresso.Acquisition.createFor({ metaTag: 'keywords' });</script>\n    <footer>\n        <!-- AdSlot 6 Called -->\n        <!--OVOLABS_6 END-->\n        <div class=\"social-panel\">\n                        <div id=\"componentDiv\"></div>\n        </div>\n        <!--OVOLABS_7 START-->\n                    <section class=\"outbrain-news\">\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" data-widget-id=\"AR_16\" data-ob-template=\"DailyStar\" ></div>\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" data-widget-id=\"AR_17\" data-ob-template=\"DailyStar\" ></div>\n        </section>\n        <section class=\"outbrain-news\">\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" data-widget-id=\"AR_18\" data-ob-template=\"DailyStar\" ></div>\n            <div class=\"OUTBRAIN\" data-src=\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" data-widget-id=\"AR_19\" data-ob-template=\"DailyStar\" ></div>\n            <script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n        </section>\n            <!--OVOLABS_7 END-->\n        <div class=\"p402_premium\"></div>\n                \t<a name=\"comments\" id=\"comments\"></a>\n        \t<div id=\"gigyacomments\">\n        \t<header class=\"box-header\">\r\n        <span class=\"main-label\">Comments</span>\r\n            </header>\t\t\t<div id='commentsDiv'></div>\n\t\t\t        </div>\n                <!--OVOLABS_8 START-->\n            </footer>\n</article>\n\n<aside id=\"rhSide\" class=\"rh-side four three-mobile columns\">\n                                                        <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 2 for Ad unit DailyStar/Showbiz_TV/Showbiz  ### size: [[300,250],[300,600]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[2]]) -->\n<div id='div-gpt-ad-732015591060082986-2'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-732015591060082986-2');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 2 -->\n                                            </div>\r\n                                                                        <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/932000/300x200/181932.jpg\" alt=\"Myleen Klass\">                <h4 class=\"caption\"itemprop=\"name\">SIZZLING celeb babes beat the January blues by jetting to warmer climes</h4>\r\n            </div>\r\n            <p class=\"lead\">IT’S the most depressing time of the year. </p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418196/Celeb-babes-beat-the-January-blues-by-jetting-to-warmer-climes#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                            <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 3 for Ad unit DailyStar/Showbiz_TV/Showbiz  ### size: [[300,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[3]]) -->\n<div id='div-gpt-ad-732015591060082986-3'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-732015591060082986-3');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 3 -->                                            </div>\r\n                                                                        <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/908000/300x200/181908.jpg\" alt=\"Rita Ora\">                <h4 class=\"caption\"itemprop=\"name\">Blonde bombshell Rita Ora is ready to spice up The Voice</h4>\r\n            </div>\r\n            <p class=\"lead\">RITA Ora is set to join the judging panel on The Voice but it is her knockout body that is stealing the show right now. </p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418180/Blonde-bombshell-Rita-Ora-is-ready-to-spice-up-The-Voice#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/904000/300x200/181904.jpg\" alt=\"Gwyneth Paltrow\">                <h4 class=\"caption\"itemprop=\"name\">Lose 840 pounds a week on Gwyneth's crazy new diet... That's £ NOT lb</h4>\r\n            </div>\r\n            <p class=\"lead\">GWYNETH Paltrow has unveiled a New Year detox diet that would blow an average family’s food budget. </p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418178/Lose-840-pounds-a-week-on-Gwyneth-s-crazy-new-diet-That-s-NOT-lb#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/849000/300x200/181849.jpg\" alt=\"Ray Winstone\">                <h4 class=\"caption\"itemprop=\"name\">Ray Winstone reveals his wardrobe fav: A pair of 15-year-old skintight gold trunks</h4>\r\n            </div>\r\n            <p class=\"lead\">HARD man actor Ray Winstone has revealed his wardrobe favourite... a pair of skintight gold trunks he has worn for nearly fifteen years.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418134/Ray-Winstone-reveals-his-wardrobe-fav-A-pair-of-15-year-old-skintight-gold-trunks#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/876000/300x200/181876.jpg\" alt=\"Madonna's Rebel Heart album cover and Martin Luther King\">                <h4 class=\"caption\"itemprop=\"name\">‘It’s pathetic and disrespectful’ Fans turn on Madonna over controversial Luther King pic</h4>\r\n            </div>\r\n            <p class=\"lead\">MADONNA has sparked outrage after using altered images of Martin Luther King and Nelson Mandela to promote her new album. </p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418154/Madonna-Martin-Luther-King-Nelson-Mandela-Rebel-Heart#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/861000/300x200/181861.jpg\" alt=\"Katie Hopkins\">                <h4 class=\"caption\"itemprop=\"name\">‘My time at A&E was not alcohol related’ Katie Hopkins in New Year hospital dash</h4>\r\n            </div>\r\n            <p class=\"lead\">RENT-A-GOB Katie Hopkins has revealed she spent New Year’s Day in hospital.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418137/Katie-Hopkins-New-Year-hospital#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/816000/300x200/181816.jpg\" alt=\"\">                <h4 class=\"caption\"itemprop=\"name\">Next step nudist beach? Jodie Marsh continues boobylicious bikini display</h4>\r\n            </div>\r\n            <p class=\"lead\">IF you have been hiding underneath a rock for the last week – you may be unaware that Jodie Marsh's bikini body has set the world alight.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418113/Jodie-Marsh-flashes-assets-in-world-s-smallest-bikini#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                            <div class=\"rh type1\">\r\n                                                    \n<!-- Beginning Async AdSlot 4 for Ad unit DailyStar/Showbiz_TV/Showbiz  ### size: [[728,90],[900,250],[970,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[4]]) -->\n<div id='div-gpt-ad-732015591060082986-4'>\n\t<script type='text/javascript'>\n\t\tgoogletag.display('div-gpt-ad-732015591060082986-4');\n\t\t\t</script>\n</div>\n<!-- End AdSlot 4 -->\n                                            </div>\r\n                                                                        <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/815000/300x200/181815.jpg\" alt=\"Paula Lane as Kylie Platt in Coronation Street\">                <h4 class=\"caption\"itemprop=\"name\">Baby joy for Corrie’s Kylie as actress Paula Lane welcomes first child</h4>\r\n            </div>\r\n            <p class=\"lead\">CORONATION Street babe Paula Lane has given birth to a baby boy. </p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 0</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418109/Coronation-Street-Paula-Lane-gives-birth-baby-boy#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                                                            <div class=\"rh type1\">\r\n                                <script type=\"text/javascript\"\nsrc=\"http://cloud.topfox.co.uk/a/site/40/widget_38.js\"></script>                            </div>\r\n                                                                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/782000/300x200/181782.jpg\" alt=\"Kim Kardashian sex tape with Ray J\">                <h4 class=\"caption\"itemprop=\"name\">Kim Kardashian sex tape co-star calls 911 in murder-suicide scare</h4>\r\n            </div>\r\n            <p class=\"lead\">THE man who made Kim Kardashian famous, musician Ray J, lodged a desperate call to emergency services in a murder-suicide scare.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418085/Kim-Kardashian-ex-Ray-J-in-murder-suicide-scare#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/750000/300x200/181750.jpg\" alt=\"\">                <h4 class=\"caption\"itemprop=\"name\">RiRi's ripped! Rihanna flaunts sexy six-pack in teeny bikini</h4>\r\n            </div>\r\n            <p class=\"lead\">CHART-TOPPING star Rihanna has just provided fans with a whole lot of gymspiration thanks to her washboard abs.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 1</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418077/Rihanna-flaunts-toned-body-in-teeny-bikini#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/708000/300x200/181708.jpg\" alt=\"\">                <h4 class=\"caption\"itemprop=\"name\">Happy NUDE year! Tara Reid shares completely starkers selfie</h4>\r\n            </div>\r\n            <p class=\"lead\">WHILE Tara Reid is no stranger to scantily-clad solo snaps – she does normally shield her modesty with a skimpy bikini.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 3</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418058/Tara-Reid-shares-NAKED-selfie#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                <div class=\"rh type3\">\r\n                <section class=\"aside single-story\">\r\n        <header>\r\n                <h4 class=\"left section-title\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz\" class=\"left\">Celebs</a>\r\n        </h4>\r\n        <a class=\"right more\" href=\"http://www.dailystar.co.uk/showbiz\">More</a>\r\n            </header>\r\n        <div class=\"relative\" itemscope itemtype=\"http://schema.org/Article\">\r\n        <a class=\"story\" href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split\">\r\n            <div class=\"photo size-300x200\">\r\n                <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder-horizontal.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/140/photos/689000/300x200/181689.jpg\" alt=\"\">                <h4 class=\"caption\"itemprop=\"name\">'One Direction to lose fans & Kimye will split' Horseface Hopkins' 2015 predictions</h4>\r\n            </div>\r\n            <p class=\"lead\">SAY what you want about the moaning old horseface, but at least Katie Hopkins is consistent.</p>\r\n        </a>\r\n        <footer class=\"story-footer\">\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split#comments\" class=\"comments\"><span class=\"cloud\"><var class=\"arrow\"></var> 4</span> Comments</a>\r\n            <var class=\"button-sep\"><br></var>\r\n            <a href=\"http://www.dailystar.co.uk/showbiz/418051/Katie-Hopkins-One-Direction-to-lose-fans-Kimye-split#addthis\" class=\"share\"><i class=\"icon-share\"></i> Share</a>\r\n        </footer>\r\n    </div>\r\n</section>\r\n            </div>\r\n                                                                                                            <div class=\"rh type1\">\r\n                                <div class=\"OUTBRAIN\" data-src=\"DROP_PERMALINK_HERE\" data-widget-id=\"SB_1\" data-ob-template=\"DailyStar\" ></div>\n<script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>                            </div>\r\n                                                                                                                                                            <div class=\"rh type1\">\r\n                                <div class=\"OUTBRAIN\" data-widget-id=\"SB_2\" data-src=\"INSERT_PERMALINK_HERE\" data-ob-template=\"DailyStar\"></div>\n<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>                            </div>\r\n                                                                                                <div class=\"rh type6\">\r\n                <section class=\"aside section-stories\">\r\n    <header>\r\n        <h4 class=\"section-title\">\r\n            <span class=\"left\">Most popular today</span>\r\n        </h4>\r\n    </header>\r\n    <ul class=\"stories2\">\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <span class=\"number\">#1</span>\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/sport/football/418138/Man-Utd-News-Big-announcement-40m-Hummels-torn-Ronaldo-offer-Jones-demands-more\">\r\n                <span class=\"photo size-100x100\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/58/photos/859000/100x100/181859.jpg\" alt=\"Man Utd News: Big announcement, £40m Hummels torn, Ronaldo offer, Jones demands more\">                </span>\r\n                <h5 class=\"title\" itemprop=\"name\">Man Utd News: Big announcement, £40m Hummels torn, Ronaldo offer, Jones demands more</h5>\r\n            </a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <span class=\"number\">#2</span>\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/news/latest-news/418174/So-Long-Stevie-Gerrard-says-GOODBYE-Liverpool-HELLO-90-million\">\r\n                <span class=\"photo size-100x100\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/1/photos/899000/100x100/181899.jpg\" alt=\"So Long Stevie! Gerrard says GOODBYE Liverpool, HELLO £90 million\">                </span>\r\n                <h5 class=\"title\" itemprop=\"name\">So Long Stevie! Gerrard says GOODBYE Liverpool, HELLO £90 million</h5>\r\n            </a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <span class=\"number\">#3</span>\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/sport/football/418183/TRANSFER-NEWS-Man-Utd-target-s-deal-Arsenal-and-Chelsea-EXITS-Liverpool-eye-PSG-ace\">\r\n                <span class=\"photo size-100x100\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/58/photos/910000/100x100/181910.jpg\" alt=\"TRANSFER NEWS: Man Utd target&#039;s deal, Arsenal and Chelsea EXITS, Liverpool eye PSG ace\">                </span>\r\n                <h5 class=\"title\" itemprop=\"name\">TRANSFER NEWS: Man Utd target's deal, Arsenal and Chelsea EXITS, Liverpool eye PSG ace</h5>\r\n            </a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <span class=\"number\">#4</span>\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/sport/football/418197/EXCLUSIVE-Ex-Chelsea-star-Frank-Lampard-in-talks-over-long-term-deal-at-Man-City\">\r\n                <span class=\"photo size-100x100\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/58/photos/939000/100x100/181939.jpg\" alt=\"EXCLUSIVE: Ex-Chelsea star Frank Lampard in talks over long-term deal at Man City\">                </span>\r\n                <h5 class=\"title\" itemprop=\"name\">EXCLUSIVE: Ex-Chelsea star Frank Lampard in talks over long-term deal at Man City</h5>\r\n            </a>\r\n        </li>\r\n                <li itemscope itemtype=\"http://schema.org/Article\">\r\n            <span class=\"number\">#5</span>\r\n            <a class=\"story\" href=\"http://www.dailystar.co.uk/tech/418136/GTA-5-featured-playlists-Rockstar-double-cash-all-weekend\">\r\n                <span class=\"photo size-100x100\">\r\n                    <img class=\"lazy\" src=\"http://cdn.images.dailystar-uk.co.uk/img/static/placeholder.gif\" data-src=\"http://images.dailystar-uk.co.uk/dynamic/23/photos/852000/100x100/181852.jpg\" alt=\"GTA 5 featured playlists Rockstar double cash all weekend\">                </span>\r\n                <h5 class=\"title\" itemprop=\"name\">GTA 5 featured playlists Rockstar double cash all weekend</h5>\r\n            </a>\r\n        </li>\r\n            </ul>\r\n</section>\r\n            </div>\r\n                        </aside>\n<img src=\"/trackings/addview/417443/140/0/0/0/0/180474/19867/1\" border=\"0\" />\n\n<!--OVOLABS_8 END-->\n\n            <!--OVOLABS_9 START-->\n            </div>\n        </div>\n\n        <div class=\"SegmentPixel\">\n\n\n\n</div>        <!--OVOLABS_9 END-->\n\n        <footer class=\"row page-footer\">\n            <section class=\"twelve columns\">\n    <div class=\"row sections-container\">\n        <div class=\"twelve columns\">\n                                                                                                        <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/\">Home</a>\n                        </div>\n                                                <div class=\"daily-star-cover\">\n                            <a href=\"/our-paper\"><img src=\"http://images.dailystar-uk.co.uk/dynamic/pixfeed/covers/81x101/front_2015-01-03.jpg\" alt=\"daily-star-paper-front\" width=\"80\" height=\"101\"></a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/paper-archive\">Paper Archive</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/weather\">Weather</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/our-paper\">Our Paper</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <li>\n                                        <a href=\"/sitemap\">Sitemap</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                <li><a href=\"http://www.dailystar.co.uk/contact\">Contact</a></li>\n                                    <li><a href=\"http://www.dailystar.co.uk/advertise\">Advertise</a></li>\n                                    <li><a href=\"http://www.dailystar.co.uk/sitearchive\">Site Archive</a></li>\n                                                            </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/news\">News</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/news/latest-news\">Latest News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/news/weird-news\">Weird News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sunday\">Daily Star Sunday</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/columnists\">Columnists</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/journalists\">Journalists</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/sport\">Sport</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/sport/football\">Football</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/rugby-league\">Rugby League</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/horse-racing\">Racing</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/motorsport\">Motorsport</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/boxing\">Boxing</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/sport/other-sports\">Other</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/darts\">Darts</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/showbiz-and-tv\">Showbiz & TV</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/showbiz\">Celebs</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/hot-tv\">Hot TV</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tv/x-factor\">X Factor</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/strictly\">Strictly</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/im-a-celebrity-get-me-out-of-here\">I'm A Celebrity</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/towie\">TOWIE</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tv/big-brother\">Big Brother</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/goss\">Off The Record</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/showbiz-tv/music\">Music</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/movies\">Movies</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/rehab\">Rehab</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz-tv/dancing-on-ice\">Dancing on Ice</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/showbiz/the-valleys\">The Valleys</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/travel\">Travel</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/travel/articles\">Travel News</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/adventure\">Adventure</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/beach\">Beach</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/family\">Family</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/travel/party\">Party</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/life-style\">Life & Style</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/real-life\">Real Life</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/diet-fitness\">Diet & Fitness</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/tech\">Tech</a>\n                                    </li>\n                                                                                                                                                                                                                                                    <li>\n                                        <a href=\"/motoring/cars\">Cars</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/horoscopes\">Horoscopes</a>\n                                    </li>\n                                                                                                                                                                                                                                                                                                                                                                                            <li>\n                                        <a href=\"/just-jane\">Just Jane</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/fashion-beauty\">Fashion & Beauty</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/life-style/competitions\">Competitions</a>\n                                    </li>\n                                                                                                                                                                                <li>\n                                        <a href=\"/love-sex\">Love & Sex</a>\n                                    </li>\n                                                                                                                                                                                                    </ul>\n                        </nav>\n                                                \n                    \n                                                    <div class=\"section-header\">\n                                <a href=\"#\">FUN</a>\n                            </div>\n                            <nav class=\"section-nav\">\n                                <ul class=\"subsections\">\n                                    <li>\n                                        <a href=\"https://www.jackpotmillions.com\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.jackpotmillions.com')\">Jackpot Millions</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"/apps\">Our Apps</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"/paper-archive\">Paper Archive</a>\n                                    </li>\n                                    <li>\n                                        <a href=\"http://www.dailystargames.co.uk/star/bingo/home/\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.dailystargames.co.uk/star/bingo/home/')\">Games</a>\n                                    </li>\n                                </ul>\n                            </nav>\n                                            </section>\n                                                                                                                                    <section class=\"sections in-row-7\">\n                        <div class=\"section-header\">\n                            <a href=\"/pics\">Pics</a>\n                        </div>\n                                                                        <nav class=\"section-nav\">\n                            <ul class=\"subsections\">\n                                                                                                                                            <li>\n                                        <a href=\"/galleries\">Galleries</a>\n                                    </li>\n                                                                                                                                </ul>\n                        </nav>\n                                                \n                    \n                                            </section>\n                                                                                                                                                                    </div>\n    </div>\n    <div class=\"row\">\n        <aside class=\"twelve columns copy\">\n            <div class=\"footer-header\">\n                <span class=\"northern-and-shell\">NS</span>\n            </div>\n            <nav class=\"footer-nav\">\n                <ul class=\"clearfix\" style=\"\">\n                    <li><a href=\"http://www.dailystar.co.uk/terms-and-conditions\">Terms &amp; Conditions</a></li>\n                    <li><a href=\"http://www.dailystar.co.uk/privacy\">Privacy</a></li>\n                    <li><a href=\"http://www.dailystar.co.uk/cookie-policy\">Cookies Policy</a>\n                    <li class=\"clearLeft-on-tablet\"><a href=\"http://www.expresspictures.com\" target=\"_blank\" rel=\"nofollow\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.expresspictures.com')\">Syndication and Licensing</a></li>\n                    <li><a href=\"http://www.netro42.com/\" rel=\"external\">Site By Netro42</a></li>\n                </ul>\n                <ul class=\"footer-small-nav right\">\n                    <li class=\"site-search right\">\n                        <form action=\"http://www.dailystar.co.uk/search\" id=\"footer_search_form\">\n                            <input class=\"left\" type=\"search\" name=\"query\" placeholder=\"Search...\">\n                            <button class=\"left link-button search-button\" type=\"submit\"><i class=\"icon-magnifier\"></i></button>\n                        </form>\n                    </li>\n                    <li class=\"hide-on-phones right\"><a href=\"http://www.dailystar.co.uk/feeds\" class=\"link-button rss\"><i class=\"icon-rss\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://plus.google.com/102878321884201520955/posts\" class=\"link-button google\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://plus.google.com/102878321884201520955/posts')\"><i class=\"icon-google-plus\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://twitter.com/daily_star\" class=\"link-button twitter\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://twitter.com/daily_star')\"><i class=\"icon-twitter\"></i></a></li>\n                    <li class=\"right\"><a href=\"https://www.facebook.com/thedailystar\" class=\"link-button facebook\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'https://www.facebook.com/thedailystar')\"><i class=\"icon-facebook\"></i></a></li>\n                </ul>\n            </nav>\n            <div class=\"footer-copyright\">\n                <p>Copyright &copy;2015 Northern and Shell Media Publications. \"Daily Star\" is a registered trademark. All rights reserved.</p>\n            </div>\n        </aside>\n    </div>\n    <div class=\"row\">\n        <nav class=\"twelve columns partners\">\n            <ul>\n                <li><a class=\"express\" rel=\"nofollow\" href=\"http://www.express.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.express.co.uk')\"></a></li>\n                <li><a class=\"ok\" rel=\"nofollow\" href=\"http://www.ok.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.ok.co.uk')\"></a></li>\n                <li><a class=\"new\" rel=\"nofollow\" href=\"http://www.new-magazine.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.new-magazine.co.uk')\"></a></li>\n                <li><a class=\"star\" rel=\"nofollow\" href=\"http://www.star-magazine.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.star-magazine.co.uk')\"></a></li>\n                <li><a class=\"hl\" rel=\"nofollow\" href=\"http://www.healthlottery.co.uk/\" onclick=\"App.GoogleAnalytics.TrackEvent('offsite', 'http://www.healthlottery.co.uk')\"></a></li>\n                <li><div style=\"width:30px\"></div></li>\n            </ul>\n        </nav>\n    </div>\n</section>\n\t<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dailystar.co.uk\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->        </footer>\n    <!--OVOLABS_10 START-->\n\t</div>\n\t<!-- container -->\n\t\n    \t\t    \t<!-- Included JS Files -->\n\t<script src=\"http://images.dailystar-uk.co.uk/js/vendor.js\"></script>\n\t<script src=\"http://images.dailystar-uk.co.uk/js/foundation.js\"></script>\n\n\t<script src=\"http://images.dailystar-uk.co.uk/js/app20141219.js?r=201412191\"></script>\n\t            <script type=\"text/javascript\">\n\t\t\t\tvar act = new gigya.socialize.UserAction();\n\t\t\t\tact.setUserMessage(\"This is the user message\");\n\t\t\t\tact.setTitle('\\'I found cheap eyelashes and texts\\' Helen Wood speaks out on cheating boyfriend');\n\t\t\t\tact.setLinkBack(\"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\");\n\t\t\t\tact.setDescription(\"Merry belated Christmas, \\'tis the season to be jolly \\'nd all that. And \\'tis the season for all the dirty dawgs to get up to no good.\");\n\t\t\t\tact.addActionLink(\"Read the article\", \"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\");\n\t\t\t\tact.addMediaItem({ type: 'image', src: 'http://images.dailystar-uk.co.uk/dynamic/140/photos/474000/281x351/180474.jpg', href: \"http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column\" });\n\t\t\t\tvar globalsharebuttons =  [\n\t\t\t\t\t\t\t{ // Facebook Like button\n\t\t\t\t\t\t\t\tprovider:'facebook',\n\t\t\t\t\t\t\t\ttooltip:'Recommend this on Facebook',\n\t\t\t\t\t\t\t\taction:'recommend',\n\t\t\t\t\t\t\t\tfont:'arial'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Twitter Tweet button\n\t\t\t\t\t\t\t\tprovider:'twitter-tweet',\n\t\t\t\t\t\t\t\ttooltip:'Share on Twitter',\n\t\t\t\t\t\t\t\tdefaultText:'\\'I found cheap eyelashes and texts\\' Helen Wood speaks out on cheating boyfriend (via @Daily_Star)',\n\t\t\t\t\t\t\t\trelated:'Daily_Star'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Google +1 button\n\t\t\t\t\t\t\t\tprovider:'googleplus-share',\n\t\t\t\t\t\t\t\ttooltip:'Recommend this on Google',\n\t\t\t\t\t\t\t\tsize:'medium'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Share\n\t\t\t\t\t\t\t\tprovider:'share',\n\t\t\t\t\t\t\t\ttooltip:'Share',\n\t\t\t\t\t\t\t\tuserMessage:'default user message'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Email button\n\t\t\t\t\t\t\t\tprovider:'email',\n\t\t\t\t\t\t\t\ttooltip:'Email this',\n\t\t\t\t\t\t\t\ticonOnly: true\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ // Email button\n\t\t\t\t\t\t\t\tprovider:'print',\n\t\t\t\t\t\t\t\ttooltip:'Print this',\n\t\t\t\t\t\t\t\ticonOnly: true\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t];\n\t\t\t\tvar showShareBarUI_params=\n\t\t\t\t{\n\t\t\t\t\tcontainerID: 'componentDiv2',\n\t\t\t\t\tshareButtons: globalsharebuttons,\n\t\t\t\t\tuserAction: act,\n\t\t\t\t\taction: 'recommend',\n                    onShareButtonClicked: function(e) {\n                        console.log(e);\n                        console.log(arguments);\n                    },\n\t\t\t\t\tonSendDone: function(){\n\t\t\t\t\t\tApp.GoogleAnalytics.TrackEvent('social','share','http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column');\n\t\t\t\t\t},\n\t\t\t\t\tonShareButtonClicked: function(){\n\t\t\t\t\t\tApp.GoogleAnalytics.TrackEvent('social','intent','http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column');\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t\tgigya.socialize.showShareBarUI(showShareBarUI_params);\n\t\t\t</script>\n\t\t\t            <script type=\"text/javascript\">\n                var showShareBarUI_params2=\n                {\n                    containerID: 'componentDiv',\n                    shareButtons: globalsharebuttons,\n                    userAction: act,\n                    action: 'recommend',\n                    onSendDone: function(){\n                        App.GoogleAnalytics.TrackEvent('social','share','http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column');\n                    },\n                    onShareButtonClicked: function(){\n                        App.GoogleAnalytics.TrackEvent('social','intent','http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column');\n                    }\n                };\n               gigya.socialize.showShareBarUI(showShareBarUI_params2);\n            </script>\n                        \t\t\t<script type='text/javascript'>\n\t\t\tfunction onSiteLoginHandler(event) {\n\t\t\t   $('.nse_login-link').click();\n\t\t\t}\n            var commentparams =\n            {\n                // Required parameters:\n                categoryID: 'News',\n                containerID: 'commentsDiv',\n\n                // Optional parameters:\n                streamTitle: 'Helen Wood cheating boyfriend column',\n                streamID: 'http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column',\n                deviceType: 'auto',\n                cid: '',\n                width: '100%',\n                enabledProviders: 'facebook, twitter, google,googleplus',\n                useSiteLogin: true,\n                onSiteLoginClicked: onSiteLoginHandler   // registering to the onSiteLoginClicked event\n            };\n            // Load the Comments Plugin\n            gigya.socialize.showCommentsUI(commentparams);\n\n            function printResponse(responseObject){\n            \tif(typeof responseObject !== 'undefined' && typeof responseObject.streamInfo !== 'undefined' && typeof responseObject.streamInfo.commentCount !== 'undefined'){\n            \t\tvar numberofcomments = responseObject.streamInfo.commentCount;\n            \t\tif(numberofcomments!=9){\n            \t\t\t$.ajax({\n            \t\t\t\turl: '/posts/ajax_updatecommentcount/417443/9/'+numberofcomments,\n            \t\t\t});\n            \t\t}\n            \t\t$('#gigyacomments header span.main-label').text(numberofcomments+' Comment'+((numberofcomments!=1)?'s':''));\n            \t}\n            }\n            gigya.comments.getStreamInfo({categoryID:'News', streamID:'http://www.dailystar.co.uk/showbiz/417443/Helen-Wood-cheating-boyfriend-column', callback:printResponse});\n\t\t\t</script>\n\t\t\t<script>\nvar BCL = {};\n\nvar onTemplateLoaded = function (experienceID) { BCL.player = brightcove.api.getExperience(experienceID)};\nvar onTemplateReady = function(evtObj) { BCL.experienceModule = BCL.player.getModule(brightcove.api.modules.APIModules.EXPERIENCE)};\n\nApp.resizeBrightcove = function(){\n\tvar prevwidth = $('.BrightcoveExperience').width();\n \tvar prevheight = $('.BrightcoveExperience').height();\n \tif(prevwidth!=$('#singleArticle').width()){\n   \t\t$('.BrightcoveExperience').width($('#singleArticle').width()).height((($('#singleArticle').width()/prevwidth)*prevheight));\n   \t\tif(BCL.experienceModule){\n            BCL.experienceModule.setSize($('#singleArticle').width(),(($('#singleArticle').width()/prevwidth)*prevheight));\n        }\n   \t}\n};\n(function($) {\n    App.resizeBrightcove();\n    App.ResponsiveIframe('.story-content iframe');\n\n})(jQuery);\nvar hasscrolled = false;\n$(window).scroll(function(){\n    if(!hasscrolled){\n        if($(window).scrollTop()>800){\n            hasscrolled = true;\n            var gmparams = {\n                action: \"viewarticle140\",\n            };\n            gigya.gm.notifyAction(gmparams);\n        }\n    }\n});\nif($('section.video').length){\n\t$(window).resize(function(){\n\t\tvar dw = 620;\n\t\tvar dh = 315;\n\t\tif($(window).width()>979){\n\t\t\t$('section.video').children('iframe').width(dw).height(dh);\n\t\t} else {\n\t\t\t$('section.video').children('iframe').width($('section.video').width()).height((($('section.video').width()/dw)*dh));\n\t\t}\n\t});\n}\n$(window).on('resize',function() {\n  App.resizeBrightcove();\n});\n</script>\n\t<script type=\"text/javascript\" src=\"http://dailystar.uk.intellitxt.com/intellitxt/front.asp?ipid=17633\"></script>\n    <script>\n    // <![CDATA[\n    $.extend(App.Weather, {\n        weatherForecastUrl: 'http://www.dailystar.co.uk/weather/forecast/{LOCATION_ID}',\n        weatherForecastThumb: 'http://cdn.images.dailystar-uk.co.uk/img/weather/png/{ICO_SIZE}/{SKY_CODE}.png'\n    });\n    $(function(){\n        App.Weather.GetWeather();\n        App.Gigya.getUserInfo();\n        if($(window).width()<700){\n            var initialscale = $(window).width()/970;\n            $('meta[name=viewport]').attr('content','width=970, initial-scale=0.3');\n        }\n\n            });\n\n    var gls = false;\n    var gls_to = null;\n    $('ul#gigyaactions, #signedinlink').mouseenter(function(){\n        gls = true;\n        $('ul#gigyaactions').slideDown();\n        clearTimeout(gls_to);\n    }).mouseleave(function(){\n        gls_to = setTimeout(\"$('ul#gigyaactions').slideUp()\",500);\n    });\n    // ]]>\n    </script>\n        <!--OVOLABS_10 END-->\n\n        <!--OVOLABS_11 START-->\n            <script src=\"//platform.twitter.com/oct.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\ntwttr.conversion.trackPid('l4exp');\n</script>\n<noscript>\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://analytics.twitter.com/i/adsct?txn_id=l4exp&p_id=Twitter\" />\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"//t.co/i/adsct?txn_id=l4exp&p_id=Twitter\" />\n</noscript>        <!--Visual Revenue Reader Response Tracking Script (v6) -->\n<script type=\"text/javascript\">\n\tvar _vrq = _vrq || [];\n\t_vrq.push(['id', 477]);\n\t_vrq.push(['automate', false]);\n\t_vrq.push(['track', function(){}]);\n\t(function(d, a){\n\t\tvar s = d.createElement(a),\n\t\tx = d.getElementsByTagName(a)[0];\n\t\ts.async = true;\n\t\ts.src = 'http://a.visualrevenue.com/vrs.js';\n\t\tx.parentNode.insertBefore(s, x);\n\t})(document, 'script');\n</script>\n<!-- End of VR RR Tracking Script - All rights reserved -->\n                                    <script type=\"text/javascript\">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push([\"load\",new Date().getTime()]);var e=document.createElement(\"script\");e.type=\"text/javascript\";e.src=((\"http:\"===document.location.protocol)?\"http:\":\"https:\")+\"//\"+\"js-agent.newrelic.com/nr-100.js\";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push([\"nrfj\",\"beacon-4.newrelic.com\",\"bae6e6cc1f\",\"2206472\",\"YFFaZUNYC0AHARJQC1kbbUNYFgxdAgceFxRfRA==\",0,27,new Date().getTime(),\"\",\"\",\"\",\"\",\"\"]);</script></body>\n</html>\n<!--OVOLABS_11 END-->"
  },
  {
    "path": "tests/data/html/dallasnews.com1.html",
    "content": "\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">\r\n\r\n<head>\r\n<script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\r\n<meta charset=\"UTF-8\" />\r\n<meta name=\"viewport\" content=\"width=device-width\" />\r\n<title>Kindhearted police with holiday spirit | Dallas Morning News</title>\r\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://www.dallasnews.com/favicon.ico\"/>\r\n<meta name=\"LastModifiedDate\" content=\"2014-12-23T14:46:02Z\"/>\r\n<meta name=\"PublishDate\" content=\"2014-12-24T12:02:29Z\"/>\r\n<meta name=\"cXenseParse:recs:publishtime\" content=\"2014-12-24T12:02:29Z\"/>\r\n \r\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://cdn0.dallasnews.com/basic/css/css.css\" />\r\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\r\n<script type=\"text/javascript\" src=\"http://cdn1.dallasnews.com/resources/cobrand/js/blogs/blog-head-wp.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/resources/js/jquery.tmpl.js\"></script>\r\n<link rel=\"pingback\" href=\"http://letterstotheeditorblog.dallasnews.com/xmlrpc.php\" />\r\n\r\n<!--[if lt IE 9]>\r\n<script src=\"http://letterstotheeditorblog.dallasnews.com/wp-content/themes/dmn/js/html5.js\" type=\"text/javascript\"></script>\r\n<![endif]-->\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Letters to the Editor &raquo; Feed\" href=\"http://letterstotheeditorblog.dallasnews.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Letters to the Editor &raquo; Comments Feed\" href=\"http://letterstotheeditorblog.dallasnews.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Letters to the Editor &raquo; Kindhearted police with holiday spirit Comments Feed\" href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/feed/\" />\n<link rel='stylesheet' id='NextGEN-css'  href='http://letterstotheeditorblog.dallasnews.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' />\n<link rel='stylesheet' id='thickbox-css'  href='http://letterstotheeditorblog.dallasnews.com/wp-includes/js/thickbox/thickbox.css?ver=20111117' type='text/css' media='all' />\n<link rel='stylesheet' id='mtf_css-css'  href='http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/mini-twitter-feed/jquery.minitwitter.css?ver=3.3.1' type='text/css' media='all' />\n<link rel='stylesheet' id='slimbox2-css'  href='http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/css/slimbox2.css?ver=1.1' type='text/css' media='screen' />\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.3.1'></script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnews.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnews.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06'></script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/mini-twitter-feed/jquery.minitwitter.js?ver=3.3.1'></script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/javascript/slimbox2.js?ver=2.04'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar slimbox2_options = {\"autoload\":\"1\",\"overlayColor\":\"#000000\",\"loop\":\"\",\"overlayOpacity\":\"0.8\",\"overlayFadeDuration\":\"400\",\"resizeDuration\":\"400\",\"resizeEasing\":\"swing\",\"initialWidth\":\"250\",\"initialHeight\":\"250\",\"imageFadeDuration\":\"400\",\"captionAnimationDuration\":\"400\",\"caption\":\"el.title || el.firstChild.alt || el.firstChild.title || el.href || el.href\",\"url\":\"1\",\"selector\":\"div.entry-content, div.gallery, div.entry, div.post, div#page, body\",\"counterText\":\"Image {x} of {y}\",\"closeKeys\":\"27,88,67\",\"previousKeys\":\"37,80\",\"nextKeys\":\"39,78\",\"prev\":\"http:\\/\\/letterstotheeditorblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/prevlabel.gif\",\"next\":\"http:\\/\\/letterstotheeditorblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/nextlabel.gif\",\"close\":\"http:\\/\\/letterstotheeditorblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/closelabel.gif\",\"picasaweb\":\"\",\"flickr\":\"\",\"mobile\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/javascript/slimbox2_autoload.js?ver=1.0.4b'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://letterstotheeditorblog.dallasnews.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://letterstotheeditorblog.dallasnews.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Put yourself in homeless person&#8217;s shoes' href='http://letterstotheeditorblog.dallasnews.com/2014/12/30109.html/' />\n<link rel='next' title='Politics, holidays don’t mix' href='http://letterstotheeditorblog.dallasnews.com/2014/12/politics-holidays-dont-mix.html/' />\n<meta name=\"generator\" content=\"WordPress 3.3.1\" />\n<link rel='canonical' href='http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/' />\n<link rel='shortlink' href='http://letterstotheeditorblog.dallasnews.com/?p=30106' />\n<script type=\"text/javascript\" src=\"http://c.jsrdn.com/s/cs.js?p=22305\"> </script>\t    <!-- Twitter Card Meta Tags -->\n        <meta name=\"twitter:card\" content=\"summary_large_image\"> \n        <!-- End Twitter Card Meta Tags -->\n        \n        <!-- Open Graph Meta Tags for Facebook and LinkedIn Sharing !-->\n\t\t<meta property=\"og:title\" content=\"Kindhearted police with holiday spirit\"/>\n\t\t<meta property=\"og:description\" content=\"On Saturday, I went to volunteer at the Operation Care International’s Christmas Party For Jesus at the Kay Bailey Hutchison Convention Center, and being directionally impaired, I got lost and&hellip;\" />\n\t\t<meta property=\"og:url\" content=\"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/\"/>\n\t\t\t\t            <meta property=\"og:image\" content=\"http://www.dallasnews.com/skins/dmn/gfx/fblogo.jpg\" />\n        \t\t<meta property=\"og:type\" content=\"article\"\n\t\t/>\n\t\t<meta property=\"og:site_name\" content=\"Letters to the Editor\"/>\n\t\t<!-- End Open Graph Meta Tags !-->\n\n    <meta name=\"description\" content=\"\" />\n<script src='http://dallasnewsblogs.com/?dm=69a8541348a57e4b08747971d0b10320&amp;action=load&amp;blogid=67&amp;siteid=1&amp;t=448915002&amp;back=http%3A%2F%2Fletterstotheeditorblog.dallasnews.com%2F2014%2F12%2Fkindhearted-police-with-holiday-spirit.html%2F' type='text/javascript'></script><!-- Start of DualFeeds (1.11) plugin additions -->\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Letters to the Editor - Full Post Feed\" href=\"http://letterstotheeditorblog.dallasnews.com/feed/?dualfeed=2\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Letters to the Editor -  Comments Feed\" href=\"http://letterstotheeditorblog.dallasnews.com/comments/feed/\" />\n<!-- End of DualFeeds plugin additions -->\n\t\t<script type='text/javascript' src='http://cdn.gigya.com/js/socialize.js?apiKey=3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv&ver=3.0.4'>\r\n\t\t\t\t\t{buttonWithCountTemplate: '<a onclick=\"$onClick\" class=\"unstyled custom-comment-count tf1f3\"><span class=\"custom-comment-number\">$count</span><span class=\"custom-comment-label\">Comment</span></a>',buttonTemplate: '<a onclick=\"$onClick\" class=\"unstyled custom-gig-share tf1f3\" style=\"background-image:url($iconImg);\"><span class=\"sr-only\">$text</span></a>'}\t\t\t\r\n\t\t</script>\r\n\t\t<script type='text/javascript'>\r\n\t\tgigya.socialize.addEventHandlers({\r\n\t\t\tonLogin:onLoginHandler,\r\n\t\t\tonConnectionAdded:onConnectionHandler,\r\n\t\t\tcallback:onCallBackHandler\r\n\t\t});\r\n\t\t\r\n\t\tfunction onCallBackHandler(response) {\r\n\t\t\tconsole.log(response);\r\n\t\t}\r\n\t\t//onLoginHandler Event handler\r\n\t\tfunction onLoginHandler(eventObj) {\r\n\t\t\tconsole.log('logged in = '+ eventObj.eventName + ' | ' + eventObj.provider + ' | ' + eventObj.user.nickname + \" | \" + eventObj.source );\r\n\t\t}\r\n\t\t//onConnectionAdded Event handler\r\n\t\tfunction onConnectionHandler(eventObj) {\r\n\t\t\tconsole.log('connected = '+ eventObj.eventName + ' | ' + eventObj.provider + ' | ' + eventObj.user.nickname + \" | \" + eventObj.source);\r\n\t\t}\r\n\t\t</script>\r\n<!-- <meta name=\"NextGEN\" version=\"1.9.5\" /> -->\n\n<!--Plugin WP Missed Schedule 2013.1024.8888 Active - Tag 6d807758f47abdb4ae626b9fa261d2f5-->\n\n<!-- wp-parsely Plugin Version 1.4 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.4' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Kindhearted police with holiday spirit\",\"link\":\"http:\\/\\/letterstotheeditorblog.dallasnews.com\\/2014\\/12\\/kindhearted-police-with-holiday-spirit.html\\/\",\"image_url\":\"\",\"type\":\"post\",\"post_id\":\"letterstotheeditorblog-30106\",\"pub_date\":\"2014-12-24T18:02:29Z\",\"section\":\"All Letters\",\"author\":\"Letters to the Editor\",\"tags\":[]}' />\n<script type=\"text/javascript\">var selectedSubNav = 5;</script>\r\n<script type=\"text/javascript\">OAS_sitepage = 'www.dallasnews.com/opinion/letterstotheeditor/blog';</script>\r\n<script type=\"text/javascript\">DFP_sitepage = 'DMN/opinion/letterstotheeditor/blog';</script>\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/dfp.js\"></script>\r\n  <style>\r\n.blog-column .widget-title{\r\n\tdisplay:none;\r\n}\r\n</style>\r\n</head>\r\n\r\n<body>\r\n\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/parselyDynamicTracking.js\"></script>\r\n<div id=\"outer\">\r\n<div class=\"positiondfpTop adPosition\" id=\"dfpTop\">\r\n<script type=\"text/javascript\">googletag.display('dfpTop');</script>\r\n</div>\r\n</div>\r\n\r\n<!-- LIQWID ADS --> \r\n<script type=\"text/javascript\">\r\n(function() {var s=document.createElement('script'); s.type='text/javascript'; s.async=true; s.src='//www.liqwid.net/?key=031A-9BE8-85CE-D8C0';var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);})(); \r\n</script>\r\n  <!-- END OF LIQWID ADS -->\r\n\r\n<!-- Comment out the call to blog-header-wp.js -->\r\n\r\n<!-- Add open div tag with ID of DMNPage -->\r\n<div id=\"page\" class=\"container\">\r\n<!-- Add include call to shared header -->\r\n<script src=\"\" type=\"text/javascript\"></script>\r\n<!--<sc ript type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/visualRevenue.js\"></sc ript>-->\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/opinion/?widget=code&contentId=1051799&js\"></script>\r\n\r\n<div class=\"positiondfpTop1 adPosition\" id=\"dfpTop1\">\r\n<script type=\"text/javascript\">googletag.display('dfpTop1');</script>\r\n</div>\r\n\r\n\r\n\r\n<div id=\"wrapper\" class=\"row\"><style>.gig-comments-container {width:100% !important;}</style>\n\t\t<div id=\"main\" class=\"col-sm-8\">\n\t\t\t<div id=\"content\" role=\"main\" class=\"single-post\">\n\n\t\t\t\t\n                    \n<div class=\"navigation breadcrumb article-breadcrumbs\">\n    <a href=\"http://letterstotheeditorblog.dallasnews.com\">Letters to the Editor</a>\n</div>\n\t\t\t\t\t\n<article id=\"post-30106\" class=\"post-30106 post type-post status-publish format-standard hentry category-all-letters category-crimelaw\">\n\t<header class=\"entry-header\">\n\t\t<h1 class=\"tf1f2 h2\">Kindhearted police with holiday spirit</h1>\n\t\t\t\t<div class=\"entry-meta byline std media\">\n  <div class=\"pull-left\"><img alt='' src='http://0.gravatar.com/avatar/c6a172c962598f15f5d7e0a0084f05b9?s=52&amp;d=http%3A%2F%2Fres.dallasnews.com%2Fresources%2Fimages%2Fdmn.jpg%3Fs%3D52&amp;r=G' class='avatar avatar-52 photo' height='52' width='52' /></div>\n  <div class=\"media-body\">\n    <h6 class=\"svn\"><a href=\"http://letterstotheeditorblog.dallasnews.com/author/letters/\" title=\"View all posts by Letters to the Editor\" rel=\"author\" class=\"tf3f1\">Letters to the Editor</a>\n\n        <a href=\"mailto:comments@dallasnews.com\" class=\"fico icon-envelope\"><span class=\"sr-only\">Email comments@dallasnews.com</span></a>\n    </h6>\n  </div>\n</div>\n\n<div class=\"meta story-dateline std\">\nPublished: <time class=\"entry-date\" datetime=\"2014-12-24T12:02:29+00:00\" pubdate>December 24, 2014 12:02 pm</time><!-- <span class=\"author permalink\"><a href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/\">Permalink</a></span> -->\n</div>\t</header><!-- .entry-header -->\n\n\t\t<div class='gig-share-button gig-share-button-top' id='gig-div-buttons-30106-top'></div><script language='javascript'>\tfunction goToCommentBox(eventObj) { \r\n\t    \t\t\t\t\tif (eventObj.shareItem.provider.trim() == 'comments') { \r\n\t\t\t\t\t\t\t\tconsole.log(eventObj.shareItem.provider + ' | http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/ | ' + window.location.href);\r\n\t\t\t\t\t\t\t\tif ('http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/' != window.location.href) {\r\n\t\t\t\t\t\t\t\t\twindow.location.href='http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/#comments';\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\telse {\r\n\t    \t\t\t\t\t\t\tvar target = $('#comments').get(0).offsetTop;\r\n\t  \t\t\t\t\t\t\t\twindow.scrollTo(0,target);\r\n\t\t\t\t\t\t\t\t}\r\n\t    \t\t\t\t\t\treturn false; \r\n\t    \t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\tFBtrackEvent(23,eventObj.shareItem.provider,33,'Social:'+eventObj.shareItem.provider+':Share');\t\r\n\t\t\t\t\t\t\t}\r\n\t    \t\t\t\t}var conf_30106 = {\r\n\t\t\t\t\t\t\t\tAPIKey: '3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv',\r\n\t\t\t\t\t\t\t\tlang  : 'en',\r\n\t\t\t\t\t\t\t\tenabledProviders: 'facebook,twitter,google,linkedin,yahoo,messenger'\r\n\t    \t\t\t\t\t};\r\n\t\t\t\t\t\t\t\r\n\t    \t\t\t\t\tvar image30106 = {src:'http://letterstotheeditorblog.dallasnews.com/wp-includes/images/blank.gif',href:'http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/',type:'image'};\r\n\t\t\t\t\t\t\tvar ua_30106 = new gigya.services.socialize.UserAction(); \r\n\t\t\t\t\t\t\tua_30106.setUserMessage('');  \r\n\t\t\t\t\t\t\tua_30106.setLinkBack('http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/'); \r\n\t\t\t\t\t\t\tua_30106.setDescription('On Saturday, I went to volunteer at the Operation Care International’s Christmas Party For Jesus at the Kay Bailey Hutchison Convention Center, and being directionally impaired, I got lost and&hellip;');\r\n\t\t\t\t\t\t\tua_30106.setTitle('Kindhearted police with holiday spirit');\r\n\t\t\t\t\t\t\tua_30106.addMediaItem(image30106);\t\r\n\t\t\t\r\n\t\r\n\t\t\t\t\t\t\tvar params_30106 ={ \r\n\t\t\t\t\t\t\t\tuserAction:ua_30106,\r\n\t\t\t\t\t\t\t\treplyUserAction: ua_30106,\r\n\t\t\t\t\t\t\t\tcssPrefix:'#gig-div-buttons-30106-top',\r\n\t\t\t\t\t\t\t\tshareButtons:[{provider: 'Facebook',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJMYXllcl8yIj4NCgk8cmVjdCBmaWxsPSIjM0I1NzlCIiB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIzMzMiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xODMuMSwyNDkuOGgtMzEuNHYtODMuMmgtMjF2LTI5aDIxdi0xNi42YzAtMjMuNCw2LjItMzcuNiwzMy45LTM3LjZoMjIuOHYyOWgtMTQuMg0KCWMtMTAuNSwwLTExLjEsNC4zLTExLjEsMTEuN3YxNC4yaDI1LjlsLTMuNywyOC40aC0yMi44TDE4My4xLDI0OS44TDE4My4xLDI0OS44eiIvPg0KPGcgaWQ9ImR2MExFSl8xXyIgZGlzcGxheT0ibm9uZSI+DQo8L2c+DQo8L3N2Zz4NCg==' },{provider: ' Twitter',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTgwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTE4MCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9Ii0xODAiIGZpbGw9IiM1NUFCRjEiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTc5LjYsMTA3LjljLTYuOCwzLjEtMTQuMiw0LjktMjIuMiw2LjJjOC00LjksMTQuMi0xMi4zLDE3LjMtMjEuNmMtNy40LDQuMy0xNiw3LjQtMjQuNyw5LjINCgljLTYuOC03LjQtMTcuMy0xMi4zLTI4LjQtMTIuM2MtMjEuNiwwLTM4LjksMTcuMy0zOC45LDM4LjhjMCwzLjEsMC42LDYuMiwxLjIsOC42Yy0zMi4xLTEuOC02MS0xNy4zLTgwLjItNDAuNw0KCWMtMy4xLDUuNS01LjUsMTIuMy01LjUsMTkuN2MwLDEzLjYsNi44LDI1LjMsMTcuMywzMi4xYy02LjIsMC0xMi4zLTEuOS0xNy45LTQuOXYwLjZjMCwxOS4xLDEzLjYsMzQuNSwzMS40LDM4LjINCgljLTMuMSwwLjYtNi44LDEuMi0xMC41LDEuMmMtMi41LDAtNC45LDAtNy40LTAuNmM0LjksMTUuNCwxOS4xLDI2LjUsMzYuNCwyNy4xYy0xMy42LDEwLjUtMzAuMiwxNi42LTQ4LjEsMTYuNg0KCWMtMy4xLDAtNi4yLDAtOS4yLTAuNmMxNy4zLDExLjEsMzcuNiwxNy4zLDU5LjgsMTcuM2M3MS41LDAsMTEwLjQtNTkuMiwxMTAuNC0xMTAuNGMwLTEuOCwwLTMuMSwwLTQuOQ0KCUM2Ny45LDEyMi4xLDc0LjEsMTE1LjMsNzkuNiwxMDcuOXoiLz4NCjwvc3ZnPg0K' },{provider: ' Email',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiNGNzk0MDAiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI2MC4yLDg1LjdINzIuOGMtNy40LDAtMTMuNiw2LjItMTMuNiwxMy42djEzNC40YzAsNy40LDYuMiwxMy42LDEzLjYsMTMuNmgxODguMWM3LjQsMCwxMy42LTYuMiwxMy42LTEzLjYNCglWOTkuM0MyNzMuOCw5MS45LDI2Ny42LDg1LjcsMjYwLjIsODUuN3ogTTIzMy43LDExMi45bC02Ny4yLDUzLjZsLTY3LjItNTMuNkgyMzMuN0wyMzMuNywxMTIuOXogTTI0Ny4zLDIyMC4ySDg1Ljd2LTkzLjdsODAuOCw2Ny4yDQoJbDgwLjgtNjcuMlYyMjAuMnoiLz4NCjwvc3ZnPg0K' },{provider: ' comments',categoryID: 'News',streamID: 'blog-comments-30106',enableCount:'true' },{provider: ' Print',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiM5RTlFOUUiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIzMS42LDEyOC4ySDk5LjRjLTE1LjYsMC0yOC4zLDEyLjctMjguMywyOC4zdjU2LjdoMzcuOFYyNTFoMTEzLjN2LTM3LjhIMjYwdi01Ni42DQoJQzI1OS45LDE0MC45LDI0Ny4yLDEyOC4yLDIzMS42LDEyOC4yeiBNMjAzLjMsMjMyLjFoLTc1LjZ2LTQ3LjJoNzUuNlYyMzIuMXogTTIzMS42LDE2NmMtNS4yLDAtOS40LTQuMi05LjQtOS40DQoJYzAtNS4yLDQuMi05LjQsOS40LTkuNGM1LjIsMCw5LjQsNC4yLDkuNCw5LjRDMjQxLDE2MS44LDIzNi45LDE2NiwyMzEuNiwxNjZ6IE0yMjIuMiw4MUgxMDguOHYzNy44aDExMy40VjgxeiIvPg0KPC9zdmc+DQo='}], // list of providers\r\n\t\t\t\t\t\t\t\tcontainerID: 'gig-div-buttons-30106-top',\r\n\t        \t\t\t\t\tcid:'',\r\n\t        \t\t\t\t\tonShareButtonClicked: goToCommentBox\r\n\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\tgigya.services.socialize.showShareBarUI(conf_30106,params_30106);\r\n\t\t\t\t\t\t</script>\r\n\t\t\t\t\t\t<div class=\"story-body sbd\"><p>On Saturday, I went to volunteer at the Operation Care International’s Christmas Party For Jesus at the Kay Bailey Hutchison Convention Center, and being directionally impaired, I got lost and had no idea where to park.</p><aside class=\"DMNReferWrapper pull-right panel-flat-medium content-aside sld tf1f1\"><div class=\"label-related\">Related</div><ul class=\"story-related\"><li><a href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/limerick-bells-toll-for-dallas.html/\">Limerick: Bells toll for Dallas</a></li><li><a href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/message-of-the-season.html/\">Message of the season</a></li></ul></aside>\n<p>I saw two female Dallas police officers and rolled down my window to ask about parking. Upon rolling down my window, the antler on my window fell off. Not wanting to backtrack and tie up traffic, I drove off leaving the antler on the street. I found the parking meter lot that the officer had given me directions to, but then realized I had no change.</p>\n<p>I was standing by the meter figuring out how to pay when I hear someone saying, “Hey, you lost your antler.” I turned around, and the female officer was in her squad car holding out the antler that had fallen off my window. I went over and got my antler, explaining that I was figuring out how to pay for parking because I had no change. The officer said they had just announced that they would not be giving out parking-meter ticket violations that day during the event hours. I’m thankful to our Dallas Police Department for all they do.</p>\n<p><em>Kim Gump, Dallas</em></p><div class=\"OUTBRAIN ArticleOutbrainThumb\" data-src=\"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/\" data-widget-id=\"AR_6\" data-ob-template=\"dallasnews\" ></div> \n        <div class=\"OUTBRAIN ArticleOutbrainList\" data-src=\"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/\" data-widget-id=\"AR_7\" data-ob-template=\"dallasnews\" ></div> \n\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script><h3 class=\"tf1f3 r5 sbd groupHeadline simple-separator-top\">Top Picks</h3><div style=\"clear:both;\"></div><script type=\"text/javascript\" src=\"http://www.dallasnews.com/?widgetName=topPicks&contentId=1079301&js\"></script>          \n\n       \n\t\t\t<!-- .entry-content -->\n\t\n</article><!-- #post-30106 -->\n\n\t\t\t\t\t\t\t<link media=\"all\" type=\"text/css\" href=\"http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/gigya.css\" rel=\"stylesheet\">\r\n\t\t<link media=\"all\" type=\"text/css\" href=\"http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/jqueryui/custom-theme/jquery-ui-1.8.7.custom.css\" rel=\"stylesheet\">\r\n\t\t\t<link media=\"all\" type=\"text/css\" href=\"http://letterstotheeditorblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/login.css\" rel=\"stylesheet\">\n\t\t\t<script id=\"gigya-new-user-tmpl\" type=\"text/x-jquery-tmpl\">\r\n    \t<div id='gigya-new-user-wrap' class='float-left'>\r\n\t\t\t<h3 class='label'>Please provide your email address to join</h3>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Email<br>\r\n\t\t\t\t\t<input type='text' name='email' size='20' value='' class='input'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<div class='button-wrap'>\r\n\t\t\t\t<input id='gigya-new-user-button' style='width:auto;' type='button' value='Register' class='button-primary'>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t</script>\r\n\t\r\n\t\t<script id=\"gigya-account-linking-tmpl\" type=\"text/x-jquery-tmpl\">\r\n\t\t<div id='gigya-sep-wrap'>\r\n\t\t\t<div class=\"sep-line\"></div>\r\n\t\t\t<h3>OR</h3>\r\n\t\t\t<div class=\"sep-line\"></div>\r\n\t\t</div>\r\n    \t<div id='gigya-account-linking-wrap'>\r\n\t\t\t<h3 class='label'>Yes, Please link my existing account with ${user.loginProvider} for quick and secure access</h3>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Email<br>\r\n\t\t\t\t\t<input type='text' size='20' value='' class='input' name='email'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Password<br>\r\n\t\t\t\t\t<input type='password' size='20' value='' class='input' name='password'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<div class='button-wrap'>\r\n\t\t\t\t<input id='gigya-new-account-button' style='width:auto;' type='button' value='Link Accounts' class='button-primary'>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t</script>\r\n\t\r\n\t\t<script id=\"gigya-header-tmpl\" type=\"text/x-jquery-tmpl\">\r\n\t\t<div id='dialog-header'>\r\n\t\t\t<div class=\"ui-helper-clearfix\">\r\n\t\t\t<img class='thumbnail' src='${user.thumbnailURL}'/>\r\n\t\t\t<p class='text'>\r\n\t\t\t\t<b>Hi ${user.firstName}</b>\r\n\t\t\t\t\t{{if isEmailExist}}, The email is already used, please provide a new email or link to an existing account.{{/if}}\r\n\t\t\t\t\t{{if isNewUser}}{{/if}}\r\n\t\t\t</p>\r\n\t\t\t</div>\t\r\n\t\t</div>\r\n\t\t</script>\r\n\t\n\t<div class=\"story-container singlePostContent\">\n\t\t\t\t\t<div>\n\t\t\t\t<div class=\"cgmtitle\"><span class=\"commentzone\" name=\"commentzone\">Comments</span></div>\n\t\t\t\t<p class=\"meta\">To post a comment, log into your chosen social network and then add your comment below. Your comments are subject to our <a href=\"http://www.dallasnews.com/terms/\">Terms of Service</a> and the privacy policy and terms of service of your social network. If you do not want to comment with a social network, please consider writing a <a href=\"http://www.dallasnews.com/opinion/send-a-letter/\">letter to the editor.</a></p>\n\t\t\t</div>\n\t\t\t\t<div id='comments' class=\"gigya-comments-wrap\"></div>\n\t</div>\n\t<script type='text/javascript'>\n\t\tjQuery(function($) {\n\t\t\tgigya.services.socialize.addEventHandlers({\n\t\t\t\tonLogout: function(eventObj){\n\t\t\t\t\tif(eventObj.eventName == \"logout\" && eventObj.source == \"showCommentsUI\" ) {\n\t\t\t\t\t\t$.post(\"http://letterstotheeditorblog.dallasnews.com/wp-admin/admin-ajax.php\",{\n\t\t\t\t\t\t\t\"action\": \"gigya_logout_user\"\n\t\t\t\t\t\t},function(r){\n\t\t\t\t\t\t\twindow.location = \"http://letterstotheeditorblog.dallasnews.com/2014/12/kindhearted-police-with-holiday-spirit.html/\";\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tonLogin: function(eventObj){\n\t\t\t\t\tif(eventObj.eventName == \"login\" && eventObj.source == \"showCommentsUI\") {\n\t\t\t\t\t\tGigya.Ajax.setUserObject(eventObj);\n\t\t\t\t\t\tGigya.Ajax.setUrl(\"http://letterstotheeditorblog.dallasnews.com/wp-admin/admin-ajax.php\");\n\t\t\t\t\t\tGigya.Ajax.onSignIn = function(r){\n\t\t\t\t\t\t\t$(\"#login-dialog\").dialog(\"close\");\n\t\t\t\t\t\t};\n\t\t\t\t\t\tGigya.Ajax.login();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t\tvar conf_cmnts_30106 = { APIKey: \"3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv\" };\n\n\t\tvar params_cmnts_30106 = {\n\t\t\t// Required parameters:\n\t\t\tcategoryID: \"News\",\n\t\t\tcontainerID: \"comments\",\n\t\t\tversion: 2,\n\t\t\tstreamTitle: \"Kindhearted police with holiday spirit\",\n\t\t\tstreamID: \"blog-comments-30106\",\n\t\t\tdeviceType: \"auto\",\n\t\t\tonCommentSubmitted: function(res){\n\t\t  \t\tvar data = {\n\t\t\t\t\taction: \"gigya_add_comment\",\n\t\t\t\t\tnonce : \"594a7d9843\",\n\t\t\t\t\tcomment: res.commentText,\n\t\t\t\t\tpost_id: 30106,\n\t\t\t\t\tuid\t: res.user.UID\n\t\t\t\t};\n\t\t\t\tjQuery.post(\"http://letterstotheeditorblog.dallasnews.com/wp-admin/admin-ajax.php\",data,function(response) { });\n\t\t\t\tFBtrackEvent(23,'StreamID:'+this.streamID,32,\"Social:Comment:Add\")\n\t\t  \t},\n\t\t\t//Activity feed parameters:\n\t\t\tscope:'internal',\n\t\t\tprivacy: 'public'\n\t\t};\n\t\tgigya.comments.showCommentsUI(conf_cmnts_30106,params_cmnts_30106);\n\t</script>\n\n\t\t\t\t\t                   \n                    <nav id=\"nav-single\">\n\t\t\t\t\t\t<h3 class=\"sr-only\">Post navigation</h3>\n\t\t\t\t\t\t<span class=\"nav-previous\"><a href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/30109.html/\" rel=\"prev\"><span class=\"meta-nav\">&larr;</span> Previous</a></span>\n\t\t\t\t\t\t<span class=\"nav-next pull-right\"><a href=\"http://letterstotheeditorblog.dallasnews.com/2014/12/politics-holidays-dont-mix.html/\" rel=\"next\">Next <span class=\"meta-nav\">&rarr;</span></a></span>\n\t\t\t\t\t</nav><!-- #nav-single -->\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t</div><!-- #content -->\n            \n\t\t</div><!-- #primary -->\n\t\t<div id=\"right\" class=\"right-column narrow-column blog-column col-sm-4\" role=\"complementary\">\n    \n\t\t\t<aside id=\"archives-2\" class=\"widget widget_archive\"><span class=\"hide\">Archives</span>\t\t<select name=\"archive-dropdown\" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\">Select Month</option> \t<option value='http://letterstotheeditorblog.dallasnews.com/2015/01/'> January 2015 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/12/'> December 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/11/'> November 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/10/'> October 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/09/'> September 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/08/'> August 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/07/'> July 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/06/'> June 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/05/'> May 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/04/'> April 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/03/'> March 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/02/'> February 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2014/01/'> January 2014 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/12/'> December 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/11/'> November 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/10/'> October 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/09/'> September 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/08/'> August 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/07/'> July 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/06/'> June 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/05/'> May 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/04/'> April 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/03/'> March 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/02/'> February 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2013/01/'> January 2013 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/12/'> December 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/11/'> November 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/10/'> October 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/09/'> September 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/08/'> August 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/07/'> July 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/06/'> June 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/05/'> May 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/04/'> April 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/03/'> March 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/02/'> February 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2012/01/'> January 2012 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/12/'> December 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/11/'> November 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/10/'> October 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/09/'> September 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/08/'> August 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/07/'> July 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/06/'> June 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/05/'> May 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/04/'> April 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/03/'> March 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/02/'> February 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2011/01/'> January 2011 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/12/'> December 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/11/'> November 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/10/'> October 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/09/'> September 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/08/'> August 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/07/'> July 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/06/'> June 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/05/'> May 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/04/'> April 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/03/'> March 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/02/'> February 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2010/01/'> January 2010 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/12/'> December 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/11/'> November 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/10/'> October 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/09/'> September 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/08/'> August 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/07/'> July 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/06/'> June 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/05/'> May 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/04/'> April 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/03/'> March 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/02/'> February 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2009/01/'> January 2009 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2008/12/'> December 2008 </option>\n\t<option value='http://letterstotheeditorblog.dallasnews.com/2008/11/'> November 2008 </option>\n </select>\n</aside><aside id=\"text-2\" class=\"widget widget_text\"><span class=\"hide\">About this blog</span>\t\t\t<div class=\"textwidget\"><div class=\"tf1f3 r5 sbd groupHeadline simple-separator-top\">About This Blog</div>\r\n<p>We welcome and read all letters from readers, and we salute those people willing to sign their names to their opinions. The letters chosen for publication are a representative sampling of the opinions shared with us. We include all published letters on this blog and encourage readers to engage in a civil debate: Attack ideas, if you like, but not one another.</p>\r\n<div class=\"tf1f3 r5 sbd groupHeadline simple-separator-top\">Resources</div>\r\n<div>\r\n<p><a href=\"http://www.dallasnews.com/opinion/send-a-letter/\">Send a letter</a></p>\r\n<p><a href=\"http://www.dallasnews.com/send-video-letter/\">Send a video letter</a></p>\r\n<p><a href=\"http://www.dallasnews.com/opinion/how-to-get-published/\">Letter writing tips</a></p>\r\n</div></div>\n\t\t</aside><aside id=\"text-3\" class=\"widget widget_text\"><span class=\"hide\">Ad:Right</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpRight adPosition\" id=\"dfpRight\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-right.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-5\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position1</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition1 adPosition\" id=\"dfpPosition1\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position1.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-6\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position2</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition2 adPosition\" id=\"dfpPosition2\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position2.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-4\" class=\"widget widget_text\"><span class=\"hide\">Ad: Right2</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpRight2 adPosition\" id=\"dfpRight2\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-right2.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"categories-2\" class=\"widget widget_categories\"><span class=\"hide\">Categories</span><select name='cat' id='cat' class='postform' >\n\t<option value='-1'>Select Category</option>\n\t<option class=\"level-0\" value=\"310\">@dallasnews</option>\n\t<option class=\"level-0\" value=\"57\">Abortion</option>\n\t<option class=\"level-0\" value=\"1\">All Letters</option>\n\t<option class=\"level-0\" value=\"3\">City of Dallas</option>\n\t<option class=\"level-0\" value=\"326\">Crime/Law</option>\n\t<option class=\"level-0\" value=\"325\">Economy/Employment</option>\n\t<option class=\"level-0\" value=\"4\">Education</option>\n\t<option class=\"level-0\" value=\"8\">Elections</option>\n\t<option class=\"level-0\" value=\"323\">Environment</option>\n\t<option class=\"level-0\" value=\"121\">Faith</option>\n\t<option class=\"level-0\" value=\"328\">Gay Issues</option>\n\t<option class=\"level-0\" value=\"330\">Gender</option>\n\t<option class=\"level-0\" value=\"96\">Guns</option>\n\t<option class=\"level-0\" value=\"64\">Health Care</option>\n\t<option class=\"level-0\" value=\"6\">Immigration</option>\n\t<option class=\"level-0\" value=\"322\">JFK</option>\n\t<option class=\"level-0\" value=\"334\">Limericks</option>\n\t<option class=\"level-0\" value=\"345\">Media/Culture</option>\n\t<option class=\"level-0\" value=\"331\">Mental Health</option>\n\t<option class=\"level-0\" value=\"329\">Military</option>\n\t<option class=\"level-0\" value=\"112\">Race</option>\n\t<option class=\"level-0\" value=\"333\">Seniors/Aging</option>\n\t<option class=\"level-0\" value=\"324\">Sports</option>\n\t<option class=\"level-0\" value=\"28\">Terrorism</option>\n\t<option class=\"level-0\" value=\"7\">Texas Politics</option>\n\t<option class=\"level-0\" value=\"5\">The Middle East</option>\n\t<option class=\"level-0\" value=\"327\">Transportation</option>\n</select>\n\n<script type='text/javascript'>\n/* <![CDATA[ */\n\tvar dropdown = document.getElementById(\"cat\");\n\tfunction onCatChange() {\n\t\tif ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n\t\t\tlocation.href = \"http://letterstotheeditorblog.dallasnews.com/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n\t\t}\n\t}\n\tdropdown.onchange = onCatChange;\n/* ]]> */\n</script>\n\n</aside><aside id=\"text-8\" class=\"widget widget_text\"><span class=\"hide\">Mobile/Newsletters</span>\t\t\t<div class=\"textwidget\"><script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/thirdparty-mobile-nwsltr.js\"></script></div>\n\t\t</aside><aside id=\"text-7\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position3</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition3 adPosition\" id=\"dfpPosition3\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position3.js\"></script>\r\n</div>\r\n</div>\n\t\t</aside><aside id=\"text-11\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position4</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition4 adPosition\" id=\"dfpPosition4\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position4.js\"></script>\r\n</div></div>\n\t\t</aside>\t\t</div><!-- #secondary .widget-area -->\n<script type=\"text/javascript\">var omAuthor=\"Letters to the Editor\"</script>\n\r\n    \r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/resources/js/fb-tracking.js\"></script>\r\n\r\n\r\n <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeaderEDU.js\"></script>--> <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeaderAIR.js\"></script>--> <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeader.js\"></script>-->\r\n</div>\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/?widget=code&contentId=729616&js\"></script>\r\n<!-- Code for Action: Dallas News - News -->\r\n<!-- Begin Rocket Fuel Conversion Action Tracking Code Version 7 -->\r\n<script type=\"text/javascript\">var cache_buster = parseInt(Math.random()*99999999);document.write(\"<img src='http://p.rfihub.com/ca.gif?rb=5021&ca=20519889&ra=\" + cache_buster + \"' height=0 width=0 style='display:none' alt='Rocket Fuel'/>\");</script>\r\n<noscript><iframe src='http://20519889p.rfihub.com/ca.html?rb=5021&ca=20519889&ra=' style='display:none;padding:0;margin:0' width='0' height='0'></iframe></noscript>\r\n<!-- End Rocket Fuel Conversion Action Tracking Code Version7 -->\r\n<img src=\"http://ads.undertone.com/f?pid=17783&cb=[timestamp]\" alt=\"\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" />\r\n<script type='text/javascript'>\r\n    var _sf_async_config={};\r\n    /* CONFIGURATION START */\r\n    _sf_async_config.uid = 38837;\r\n    _sf_async_config.domain = 'dallasnews.com';\r\n    _sf_async_config.sections = 'Letters to the Editor, news';  //CHANGE THIS\r\n    _sf_async_config.authors = 'Letters to the Editor';    //CHANGE THIS\r\n    _sf_async_config.path = \"\";\r\n    _sf_async_config.title = \"  Kindhearted police with holiday spirit\";\r\n/* CONFIGURATION END */\r\n    (function(){\r\n      function loadChartbeat() {\r\n        window._sf_endpt=(new Date()).getTime();\r\n        var e = document.createElement('script');\r\n        e.setAttribute('language', 'javascript');\r\n        e.setAttribute('type', 'text/javascript');\r\n        e.setAttribute('src',\r\n           (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\r\n           'js/chartbeat.js');\r\n        document.body.appendChild(e);\r\n      }\r\n      var oldonload = window.onload;\r\n      window.onload = (typeof window.onload != 'function') ?\r\n         loadChartbeat : function() { oldonload(); loadChartbeat(); };\r\n    })();\r\n</script>\r\n\n<!--Plugin WP Missed Schedule 2013.1024.8888 Active - Tag 6d807758f47abdb4ae626b9fa261d2f5-->\n\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dallasnews.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n\n<script type=\"text/javascript\">tb_pathToImage = \"http://letterstotheeditorblog.dallasnews.com/wp-includes/js/thickbox/loadingAnimation.gif\";tb_closeImage = \"http://letterstotheeditorblog.dallasnews.com/wp-includes/js/thickbox/tb-close.png\";</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/letterstotheeditorblog.dallasnews.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\",\"closeImage\":\"http:\\/\\/letterstotheeditorblog.dallasnews.com\\/wp-includes\\/js\\/thickbox\\/tb-close.png\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://letterstotheeditorblog.dallasnews.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117'></script>\n\r\n<script src=\"http://cdn1.dallasnews.com/basic/js/common.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://cdn0.dallasnews.com/basic/js/blog-footer.js\"></script>\r\n</body>\r\n</html>"
  },
  {
    "path": "tests/data/html/dallasnews.com2.html",
    "content": "\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">\r\n\r\n<head>\r\n<script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\r\n<meta charset=\"UTF-8\" />\r\n<meta name=\"viewport\" content=\"width=device-width\" />\r\n<title>Football&#8217;s caste system will continue to grow as more parents say no | Dallas Morning News</title>\r\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://www.dallasnews.com/favicon.ico\"/>\r\n<meta name=\"LastModifiedDate\" content=\"2014-12-16T09:57:41Z\"/>\r\n<meta name=\"PublishDate\" content=\"2014-12-11T07:18:07Z\"/>\r\n<meta name=\"cXenseParse:recs:publishtime\" content=\"2014-12-11T07:18:07Z\"/>\r\n \r\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://cdn0.dallasnews.com/basic/css/css.css\" />\r\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\r\n<script type=\"text/javascript\" src=\"http://cdn1.dallasnews.com/resources/cobrand/js/blogs/blog-head-wp.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/resources/js/jquery.tmpl.js\"></script>\r\n<link rel=\"pingback\" href=\"http://dallasmorningviewsblog.dallasnews.com/xmlrpc.php\" />\r\n\r\n<!--[if lt IE 9]>\r\n<script src=\"http://dallasmorningviewsblog.dallasnews.com/wp-content/themes/dmn/js/html5.js\" type=\"text/javascript\"></script>\r\n<![endif]-->\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Opinion Blog &raquo; Feed\" href=\"http://dallasmorningviewsblog.dallasnews.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Opinion Blog &raquo; Comments Feed\" href=\"http://dallasmorningviewsblog.dallasnews.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Opinion Blog &raquo; Football&#8217;s caste system will continue to grow as more parents say no Comments Feed\" href=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/feed/\" />\n<link rel='stylesheet' id='NextGEN-css'  href='http://dallasmorningviewsblog.dallasnews.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' />\n<link rel='stylesheet' id='thickbox-css'  href='http://dallasmorningviewsblog.dallasnews.com/wp-includes/js/thickbox/thickbox.css?ver=20111117' type='text/css' media='all' />\n<link rel='stylesheet' id='slimbox2-css'  href='http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/css/slimbox2.css?ver=1.1' type='text/css' media='screen' />\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnews.com/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnews.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script>\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnews.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06'></script>\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/javascript/slimbox2.js?ver=2.04'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar slimbox2_options = {\"autoload\":\"1\",\"overlayColor\":\"#000000\",\"loop\":\"\",\"overlayOpacity\":\"0.8\",\"overlayFadeDuration\":\"400\",\"resizeDuration\":\"400\",\"resizeEasing\":\"swing\",\"initialWidth\":\"250\",\"initialHeight\":\"250\",\"imageFadeDuration\":\"400\",\"captionAnimationDuration\":\"400\",\"caption\":\"el.title || el.firstChild.alt || el.firstChild.title || el.href || el.href\",\"url\":\"1\",\"selector\":\"div.entry-content, div.gallery, div.entry, div.post, div#page, body\",\"counterText\":\"Image {x} of {y}\",\"closeKeys\":\"27,88,67\",\"previousKeys\":\"37,80\",\"nextKeys\":\"39,78\",\"prev\":\"http:\\/\\/dallasmorningviewsblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/prevlabel.gif\",\"next\":\"http:\\/\\/dallasmorningviewsblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/nextlabel.gif\",\"close\":\"http:\\/\\/dallasmorningviewsblog.dallasnewsblogs.com\\/wp-content\\/plugins\\/wp-slimbox2\\/images\\/default\\/closelabel.gif\",\"picasaweb\":\"\",\"flickr\":\"\",\"mobile\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/wp-slimbox2/javascript/slimbox2_autoload.js?ver=1.0.4b'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://dallasmorningviewsblog.dallasnews.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://dallasmorningviewsblog.dallasnews.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Among Time magazine&#8217;s Persons of the Year: Nina Pham and Amber Vinson' href='http://dallasmorningviewsblog.dallasnews.com/2014/12/among-time-magazines-persons-of-the-year-nina-pham-and-amber-vinson.html/' />\n<link rel='next' title='Because Dallas is changing, Marcos Ronquillo must make a strong run for mayor' href='http://dallasmorningviewsblog.dallasnews.com/2014/12/because-dallas-is-changing-marcos-ronquillo-must-make-a-strong-run-for-mayor.html/' />\n<meta name=\"generator\" content=\"WordPress 3.3.1\" />\n<link rel='canonical' href='http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/' />\n<link rel='shortlink' href='http://dallasmorningviewsblog.dallasnews.com/?p=48251' />\n<script type=\"text/javascript\" src=\"http://c.jsrdn.com/s/cs.js?p=22305\"> </script>\t    <!-- Twitter Card Meta Tags -->\n        <meta name=\"twitter:card\" content=\"summary_large_image\"> \n        <!-- End Twitter Card Meta Tags -->\n        \n        <!-- Open Graph Meta Tags for Facebook and LinkedIn Sharing !-->\n\t\t<meta property=\"og:title\" content=\"Football&#8217;s caste system will continue to grow as more parents say no\"/>\n\t\t<meta property=\"og:description\" content=\"Twenty years from now, will we look back on photos such as the one above and wonder why in the world we considered that to be \"sport\"? A new poll&hellip;\" />\n\t\t<meta property=\"og:url\" content=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/\"/>\n\t\t\t\t\t\t\t<meta property=\"og:image\" content=\"http://dallasmorningviewsblog.dallasnews.com/files/2014/12/1211football.jpg\" />\n\t\t\t\t<meta property=\"og:type\" content=\"article\"\n\t\t/>\n\t\t<meta property=\"og:site_name\" content=\"Opinion Blog\"/>\n\t\t<!-- End Open Graph Meta Tags !-->\n\n    <meta name=\"description\" content=\"\" />\n<script src='http://dallasnewsblogs.com/?dm=69a8541348a57e4b08747971d0b10320&amp;action=load&amp;blogid=55&amp;siteid=1&amp;t=1127548735&amp;back=http%3A%2F%2Fdallasmorningviewsblog.dallasnews.com%2F2014%2F12%2Ffootballs-growing-caste-system-as-more-parents-say-no.html%2F' type='text/javascript'></script><!-- Start of DualFeeds (1.11) plugin additions -->\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Opinion Blog - Full Post Feed\" href=\"http://dallasmorningviewsblog.dallasnews.com/feed/?dualfeed=2\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Opinion Blog -  Comments Feed\" href=\"http://dallasmorningviewsblog.dallasnews.com/comments/feed/\" />\n<!-- End of DualFeeds plugin additions -->\n\t\t<script type='text/javascript' src='http://cdn.gigya.com/js/socialize.js?apiKey=3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv&ver=3.0.4'>\r\n\t\t\t\t\t{buttonWithCountTemplate: '<a onclick=\"$onClick\" class=\"unstyled custom-comment-count tf1f3\"><span class=\"custom-comment-number\">$count</span><span class=\"custom-comment-label\">Comment</span></a>',buttonTemplate: '<a onclick=\"$onClick\" class=\"unstyled custom-gig-share tf1f3\" style=\"background-image:url($iconImg);\"><span class=\"sr-only\">$text</span></a>'}\t\t\t\r\n\t\t</script>\r\n\t\t<script type='text/javascript'>\r\n\t\tgigya.socialize.addEventHandlers({\r\n\t\t\tonLogin:onLoginHandler,\r\n\t\t\tonConnectionAdded:onConnectionHandler,\r\n\t\t\tcallback:onCallBackHandler\r\n\t\t});\r\n\t\t\r\n\t\tfunction onCallBackHandler(response) {\r\n\t\t\tconsole.log(response);\r\n\t\t}\r\n\t\t//onLoginHandler Event handler\r\n\t\tfunction onLoginHandler(eventObj) {\r\n\t\t\tconsole.log('logged in = '+ eventObj.eventName + ' | ' + eventObj.provider + ' | ' + eventObj.user.nickname + \" | \" + eventObj.source );\r\n\t\t}\r\n\t\t//onConnectionAdded Event handler\r\n\t\tfunction onConnectionHandler(eventObj) {\r\n\t\t\tconsole.log('connected = '+ eventObj.eventName + ' | ' + eventObj.provider + ' | ' + eventObj.user.nickname + \" | \" + eventObj.source);\r\n\t\t}\r\n\t\t</script>\r\n<!-- <meta name=\"NextGEN\" version=\"1.9.5\" /> -->\n\n<!--Plugin WP Missed Schedule 2013.1024.8888 Active - Tag 6d807758f47abdb4ae626b9fa261d2f5-->\n\n<!-- wp-parsely Plugin Version 1.4 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.4' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Football&#8217;s caste system will continue to grow as more parents say no\",\"link\":\"http:\\/\\/dallasmorningviewsblog.dallasnews.com\\/2014\\/12\\/footballs-growing-caste-system-as-more-parents-say-no.html\\/\",\"image_url\":\"http:\\/\\/dallasmorningviewsblog.dallasnews.com\\/files\\/2014\\/12\\/1211football-150x150.jpg\",\"type\":\"post\",\"post_id\":\"dallasmorningviewsblog-48251\",\"pub_date\":\"2014-12-11T13:18:07Z\",\"section\":\"Sharon Grigsby\",\"author\":\"Sharon Grigsby\",\"tags\":[]}' />\n<script type=\"text/javascript\">var selectedSubNav = 3;</script>\r\n<script type=\"text/javascript\">OAS_sitepage = 'www.dallasnews.com/opinion/dallasmorningviews/blog';</script>\r\n<script type=\"text/javascript\">DFP_sitepage = 'DMN/opinion/dallasmorningviews/blog';</script>\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/dfp.js\"></script>\r\n<meta name=\"google-site-verification\" content=\"jTekCA_uXnGm9Z2Lrjq_KcgQ6RoxQOg9cAyQxnvyx-Y\" /> <style>\r\n.blog-column .widget-title{\r\n\tdisplay:none;\r\n}\r\n</style>\r\n</head>\r\n\r\n<body>\r\n\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/parselyDynamicTracking.js\"></script>\r\n<div id=\"outer\">\r\n<div class=\"positiondfpTop adPosition\" id=\"dfpTop\">\r\n<script type=\"text/javascript\">googletag.display('dfpTop');</script>\r\n</div>\r\n</div>\r\n\r\n<!-- LIQWID ADS --> \r\n<script type=\"text/javascript\">\r\n(function() {var s=document.createElement('script'); s.type='text/javascript'; s.async=true; s.src='//www.liqwid.net/?key=031A-9BE8-85CE-D8C0';var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);})(); \r\n</script>\r\n  <!-- END OF LIQWID ADS -->\r\n\r\n<!-- Comment out the call to blog-header-wp.js -->\r\n\r\n<!-- Add open div tag with ID of DMNPage -->\r\n<div id=\"page\" class=\"container\">\r\n<!-- Add include call to shared header -->\r\n<script src=\"\" type=\"text/javascript\"></script>\r\n<!--<sc ript type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/visualRevenue.js\"></sc ript>-->\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/opinion/?widget=code&contentId=1051799&js\"></script>\r\n\r\n<div class=\"positiondfpTop1 adPosition\" id=\"dfpTop1\">\r\n<script type=\"text/javascript\">googletag.display('dfpTop1');</script>\r\n</div>\r\n\r\n\r\n\r\n<div id=\"wrapper\" class=\"row\"><style>.gig-comments-container {width:100% !important;}</style>\n\t\t<div id=\"main\" class=\"col-sm-8\">\n\t\t\t<div id=\"content\" role=\"main\" class=\"single-post\">\n\n\t\t\t\t\n                    \n<div class=\"navigation breadcrumb article-breadcrumbs\">\n    <a href=\"http://dallasmorningviewsblog.dallasnews.com\">Opinion Blog</a>\n</div>\n\t\t\t\t\t\n<article id=\"post-48251\" class=\"post-48251 post type-post status-publish format-standard hentry category-sharon_grigsby\">\n\t<header class=\"entry-header\">\n\t\t<h1 class=\"tf1f2 h2\">Football&#8217;s caste system will continue to grow as more parents say no</h1>\n\t\t\t\t<div class=\"entry-meta byline std media\">\n  <div class=\"pull-left\"><img alt='' src='http://0.gravatar.com/avatar/211b1d4de3f9adb1d9e6e8e94cc95adf?s=52&amp;d=http%3A%2F%2Fres.dallasnews.com%2Fresources%2Fimages%2Fdmn.jpg%3Fs%3D52&amp;r=G' class='avatar avatar-52 photo' height='52' width='52' /></div>\n  <div class=\"media-body\">\n    <h6 class=\"svn\"><a href=\"http://dallasmorningviewsblog.dallasnews.com/author/sgrigsby/\" title=\"View all posts by Sharon Grigsby\" rel=\"author\" class=\"tf3f1\">Sharon Grigsby</a>\n\n        <a href=\"https://twitter.com/@SharonFGrigsby\" class=\"fico icon-twitter\" data-show-count=\"false\" data-lang=\"en\" data-size=\"small\"><span class=\"sr-only\">Follow @SharonFGrigsby</span></a>\n        <a href=\"mailto:sgrigsby@dallasnews.com\" class=\"fico icon-envelope\"><span class=\"sr-only\">Email sgrigsby@dallasnews.com</span></a>\n    </h6>\n  </div>\n</div>\n\n<div class=\"meta story-dateline std\">\nPublished: <time class=\"entry-date\" datetime=\"2014-12-11T07:18:07+00:00\" pubdate>December 11, 2014 7:18 am</time><!-- <span class=\"author permalink\"><a href=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/\">Permalink</a></span> -->\n</div>\t</header><!-- .entry-header -->\n\n\t\t<div class='gig-share-button gig-share-button-top' id='gig-div-buttons-48251-top'></div><script language='javascript'>\tfunction goToCommentBox(eventObj) { \r\n\t    \t\t\t\t\tif (eventObj.shareItem.provider.trim() == 'comments') { \r\n\t\t\t\t\t\t\t\tconsole.log(eventObj.shareItem.provider + ' | http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/ | ' + window.location.href);\r\n\t\t\t\t\t\t\t\tif ('http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/' != window.location.href) {\r\n\t\t\t\t\t\t\t\t\twindow.location.href='http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/#comments';\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\telse {\r\n\t    \t\t\t\t\t\t\tvar target = $('#comments').get(0).offsetTop;\r\n\t  \t\t\t\t\t\t\t\twindow.scrollTo(0,target);\r\n\t\t\t\t\t\t\t\t}\r\n\t    \t\t\t\t\t\treturn false; \r\n\t    \t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\tFBtrackEvent(23,eventObj.shareItem.provider,33,'Social:'+eventObj.shareItem.provider+':Share');\t\r\n\t\t\t\t\t\t\t}\r\n\t    \t\t\t\t}var conf_48251 = {\r\n\t\t\t\t\t\t\t\tAPIKey: '3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv',\r\n\t\t\t\t\t\t\t\tlang  : 'en',\r\n\t\t\t\t\t\t\t\tenabledProviders: 'facebook,twitter,google,linkedin,yahoo,messenger'\r\n\t    \t\t\t\t\t};\r\n\t\t\t\t\t\t\t\r\n\t    \t\t\t\t\tvar image48251 = {src:'http://dallasmorningviewsblog.dallasnewsblogs.com/files/2014/12/1211football.jpg',href:'http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/',type:'image'};\r\n\t\t\t\t\t\t\tvar ua_48251 = new gigya.services.socialize.UserAction(); \r\n\t\t\t\t\t\t\tua_48251.setUserMessage('');  \r\n\t\t\t\t\t\t\tua_48251.setLinkBack('http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/'); \r\n\t\t\t\t\t\t\tua_48251.setDescription('Twenty years from now, will we look back on photos such as the one above and wonder why in the world we considered that to be \"sport\"? A new poll&hellip;');\r\n\t\t\t\t\t\t\tua_48251.setTitle('Football\\'s caste system will continue to grow as more parents say no');\r\n\t\t\t\t\t\t\tua_48251.addMediaItem(image48251);\t\r\n\t\t\t\r\n\t\r\n\t\t\t\t\t\t\tvar params_48251 ={ \r\n\t\t\t\t\t\t\t\tuserAction:ua_48251,\r\n\t\t\t\t\t\t\t\treplyUserAction: ua_48251,\r\n\t\t\t\t\t\t\t\tcssPrefix:'#gig-div-buttons-48251-top',\r\n\t\t\t\t\t\t\t\tshareButtons:[{provider: 'Facebook',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJMYXllcl8yIj4NCgk8cmVjdCBmaWxsPSIjM0I1NzlCIiB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIzMzMiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xODMuMSwyNDkuOGgtMzEuNHYtODMuMmgtMjF2LTI5aDIxdi0xNi42YzAtMjMuNCw2LjItMzcuNiwzMy45LTM3LjZoMjIuOHYyOWgtMTQuMg0KCWMtMTAuNSwwLTExLjEsNC4zLTExLjEsMTEuN3YxNC4yaDI1LjlsLTMuNywyOC40aC0yMi44TDE4My4xLDI0OS44TDE4My4xLDI0OS44eiIvPg0KPGcgaWQ9ImR2MExFSl8xXyIgZGlzcGxheT0ibm9uZSI+DQo8L2c+DQo8L3N2Zz4NCg==' },{provider: ' Twitter',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTgwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTE4MCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9Ii0xODAiIGZpbGw9IiM1NUFCRjEiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTc5LjYsMTA3LjljLTYuOCwzLjEtMTQuMiw0LjktMjIuMiw2LjJjOC00LjksMTQuMi0xMi4zLDE3LjMtMjEuNmMtNy40LDQuMy0xNiw3LjQtMjQuNyw5LjINCgljLTYuOC03LjQtMTcuMy0xMi4zLTI4LjQtMTIuM2MtMjEuNiwwLTM4LjksMTcuMy0zOC45LDM4LjhjMCwzLjEsMC42LDYuMiwxLjIsOC42Yy0zMi4xLTEuOC02MS0xNy4zLTgwLjItNDAuNw0KCWMtMy4xLDUuNS01LjUsMTIuMy01LjUsMTkuN2MwLDEzLjYsNi44LDI1LjMsMTcuMywzMi4xYy02LjIsMC0xMi4zLTEuOS0xNy45LTQuOXYwLjZjMCwxOS4xLDEzLjYsMzQuNSwzMS40LDM4LjINCgljLTMuMSwwLjYtNi44LDEuMi0xMC41LDEuMmMtMi41LDAtNC45LDAtNy40LTAuNmM0LjksMTUuNCwxOS4xLDI2LjUsMzYuNCwyNy4xYy0xMy42LDEwLjUtMzAuMiwxNi42LTQ4LjEsMTYuNg0KCWMtMy4xLDAtNi4yLDAtOS4yLTAuNmMxNy4zLDExLjEsMzcuNiwxNy4zLDU5LjgsMTcuM2M3MS41LDAsMTEwLjQtNTkuMiwxMTAuNC0xMTAuNGMwLTEuOCwwLTMuMSwwLTQuOQ0KCUM2Ny45LDEyMi4xLDc0LjEsMTE1LjMsNzkuNiwxMDcuOXoiLz4NCjwvc3ZnPg0K' },{provider: ' Email',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiNGNzk0MDAiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI2MC4yLDg1LjdINzIuOGMtNy40LDAtMTMuNiw2LjItMTMuNiwxMy42djEzNC40YzAsNy40LDYuMiwxMy42LDEzLjYsMTMuNmgxODguMWM3LjQsMCwxMy42LTYuMiwxMy42LTEzLjYNCglWOTkuM0MyNzMuOCw5MS45LDI2Ny42LDg1LjcsMjYwLjIsODUuN3ogTTIzMy43LDExMi45bC02Ny4yLDUzLjZsLTY3LjItNTMuNkgyMzMuN0wyMzMuNywxMTIuOXogTTI0Ny4zLDIyMC4ySDg1Ljd2LTkzLjdsODAuOCw2Ny4yDQoJbDgwLjgtNjcuMlYyMjAuMnoiLz4NCjwvc3ZnPg0K' },{provider: ' comments',categoryID: 'News',streamID: 'blog-comments-55-48251',enableCount:'true' },{provider: ' Print',enableCount:'false',iconOnly:'true',iconImgUp:'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIwMCAzMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMDAgMzMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiM5RTlFOUUiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjMzMyIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIzMS42LDEyOC4ySDk5LjRjLTE1LjYsMC0yOC4zLDEyLjctMjguMywyOC4zdjU2LjdoMzcuOFYyNTFoMTEzLjN2LTM3LjhIMjYwdi01Ni42DQoJQzI1OS45LDE0MC45LDI0Ny4yLDEyOC4yLDIzMS42LDEyOC4yeiBNMjAzLjMsMjMyLjFoLTc1LjZ2LTQ3LjJoNzUuNlYyMzIuMXogTTIzMS42LDE2NmMtNS4yLDAtOS40LTQuMi05LjQtOS40DQoJYzAtNS4yLDQuMi05LjQsOS40LTkuNGM1LjIsMCw5LjQsNC4yLDkuNCw5LjRDMjQxLDE2MS44LDIzNi45LDE2NiwyMzEuNiwxNjZ6IE0yMjIuMiw4MUgxMDguOHYzNy44aDExMy40VjgxeiIvPg0KPC9zdmc+DQo='}], // list of providers\r\n\t\t\t\t\t\t\t\tcontainerID: 'gig-div-buttons-48251-top',\r\n\t        \t\t\t\t\tcid:'',\r\n\t        \t\t\t\t\tonShareButtonClicked: goToCommentBox\r\n\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\tgigya.services.socialize.showShareBarUI(conf_48251,params_48251);\r\n\t\t\t\t\t\t</script>\r\n\t\t\t\t\t\t<div class=\"story-body sbd\"><div id=\"attachment_48266\" class=\"inline-width alignnone\" style=\"width: 770px\"><a href=\"http://dallasmorningviewsblog.dallasnews.com/files/2014/12/1211football.jpg\"><img class=\"size-full wp-image-48266\" title=\"1211footballviolence\" src=\"http://dallasmorningviewsblog.dallasnews.com/files/2014/12/1211football.jpg\" alt=\"Brenham's Ryan Nunn (22) tackles Aledo quarterback Luke Bishop (4) during the 2013 UIL Class 4A Division II state championship game. Research shows that parents are increasingly opposed to their children playing football.\" width=\"770\" height=\"478\" /></a><div class=\"sts sbn h7 meta tf1f1\"> <div class=\"ssCredit small\">(File 2013/The Associated Press)</div>Brenham&#39;s Ryan Nunn (22) tackles Aledo quarterback Luke Bishop (4) during the 2013 UIL Class 4A Division II state championship game. Resarch shows that parents are increasingly opposed to their children playing football.</div></div>\n<p>Twenty years from now, will we look back on photos such as the one above and wonder why in the world we considered that to be &#8220;sport&#8221;?</p>\n<p><a href=\"http://www.bloomberg.com/politics/articles/2014-12-10/bloomberg-politics-poll-half-of-americans-dont-want-their-sons-playing-football\">A new poll by Bloomberg News</a> indicates Americans are continuing to inch in that direction.</p>\n<p>It&#8217;s more comfortable to look past the head injury issue, especially this time of year. We have <a href=\"http://www.dallasnews.com/sports/high-schools/headlines/20141211-everything-you-need-to-know-about-remaining-teams-in-texas-high-school-football-playoffs.ece\">high school playoffs</a> to cheer. And a packed college bowl schedule, exciting for everyone even if your school didn&#8217;t get into the game you thought it deserved. (Baylor and TCU fans, hope you saw<a href=\"http://www.dallasnews.com/opinion/editorials/20141208-editorial-horned-frogs-and-bears-have-plenty-to-cheer-about.ece\"> our editorial on that topic</a>.) And the NFL continues to score big by most any measure, regardless of its many missteps. (<a href=\"http://www.dallasnews.com/opinion/editorials/20141203-editorial-under-goodell-nfl-wont-progress-on-domestic-violence.ece\">Hey, we wrote about that too.</a>)</p>\n<p>But new research, commissioned by Bloomberg Politics, is the latest indicator that parents are increasingly refusing to let their sons play the sport. Just last month, our own sports department produced <a href=\"http://www.dallasnews.com/sports/dallas-cowboys/headlines/20141114-special-report-ex-cowboys-like-michael-irvin-scared-their-sons-play-football.ece\">a revealing special report</a> on former Dallas Cowboy stars and their discomfort with their sons following in their footsteps.</p>\n<p>Overall, the Bloomberg data shows that half of the respondents don&#8217;t want their sons playing football. What&#8217;s most eye-opening &#8212; and troubling &#8212; is that the percentage who don&#8217;t want their sons participating goes up a lot among those who are college-educated (62 percent) and who make over $100,00 (also 62 percent).</p>\n<p>While I&#8217;ve read lots of arguments about sports being a decent vehicle for young lower-income teens to ride into a better life, I hate to think of us all enjoying a game that likely will become increasingly populated by those whose parents aren&#8217;t educated about the risks. Polls such as Bloomberg&#8217;s leave me feeling a bit like we&#8217;ve got a growing caste system in this sport.</p>\n<p>One bright note in the survey: 58 percent of women (as opposed to 41 percent of men) oppose their sons playing football. That number includes moms of all educational and financial backgrounds.</p>\n<p>We&#8217;re a long way from becoming a nation of flag football supporters, but I hope the momentum grows for finding ways to create a sport that is a lot less violent.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div><div class=\"OUTBRAIN ArticleOutbrainThumb\" data-src=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/\" data-widget-id=\"AR_6\" data-ob-template=\"dallasnews\" ></div> \n        <div class=\"OUTBRAIN ArticleOutbrainList\" data-src=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/\" data-widget-id=\"AR_7\" data-ob-template=\"dallasnews\" ></div> \n\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script><h3 class=\"tf1f3 r5 sbd groupHeadline simple-separator-top\">Top Picks</h3><div style=\"clear:both;\"></div><script type=\"text/javascript\" src=\"http://www.dallasnews.com/?widgetName=topPicks&contentId=1079301&js\"></script>          \n\n       \n\t\t\t<!-- .entry-content -->\n\t\n</article><!-- #post-48251 -->\n\n\t\t\t\t\t\t\t<link media=\"all\" type=\"text/css\" href=\"http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/gigya.css\" rel=\"stylesheet\">\r\n\t\t<link media=\"all\" type=\"text/css\" href=\"http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/jqueryui/custom-theme/jquery-ui-1.8.7.custom.css\" rel=\"stylesheet\">\r\n\t\t\t<link media=\"all\" type=\"text/css\" href=\"http://dallasmorningviewsblog.dallasnewsblogs.com/wp-content/plugins/gigya-socialize-for-wordpress/css/login.css\" rel=\"stylesheet\">\n\t\t\t<script id=\"gigya-new-user-tmpl\" type=\"text/x-jquery-tmpl\">\r\n    \t<div id='gigya-new-user-wrap' class='float-left'>\r\n\t\t\t<h3 class='label'>Please provide your email address to join</h3>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Email<br>\r\n\t\t\t\t\t<input type='text' name='email' size='20' value='' class='input'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<div class='button-wrap'>\r\n\t\t\t\t<input id='gigya-new-user-button' style='width:auto;' type='button' value='Register' class='button-primary'>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t</script>\r\n\t\r\n\t\t<script id=\"gigya-account-linking-tmpl\" type=\"text/x-jquery-tmpl\">\r\n\t\t<div id='gigya-sep-wrap'>\r\n\t\t\t<div class=\"sep-line\"></div>\r\n\t\t\t<h3>OR</h3>\r\n\t\t\t<div class=\"sep-line\"></div>\r\n\t\t</div>\r\n    \t<div id='gigya-account-linking-wrap'>\r\n\t\t\t<h3 class='label'>Yes, Please link my existing account with ${user.loginProvider} for quick and secure access</h3>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Email<br>\r\n\t\t\t\t\t<input type='text' size='20' value='' class='input' name='email'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<p>\r\n\t\t\t\t<label>Password<br>\r\n\t\t\t\t\t<input type='password' size='20' value='' class='input' name='password'>\r\n\t\t\t\t</label>\r\n\t\t\t</p>\r\n\t\t\t<div class='button-wrap'>\r\n\t\t\t\t<input id='gigya-new-account-button' style='width:auto;' type='button' value='Link Accounts' class='button-primary'>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t</script>\r\n\t\r\n\t\t<script id=\"gigya-header-tmpl\" type=\"text/x-jquery-tmpl\">\r\n\t\t<div id='dialog-header'>\r\n\t\t\t<div class=\"ui-helper-clearfix\">\r\n\t\t\t<img class='thumbnail' src='${user.thumbnailURL}'/>\r\n\t\t\t<p class='text'>\r\n\t\t\t\t<b>Hi ${user.firstName}</b>\r\n\t\t\t\t\t{{if isEmailExist}}, The email is already used, please provide a new email or link to an existing account.{{/if}}\r\n\t\t\t\t\t{{if isNewUser}}{{/if}}\r\n\t\t\t</p>\r\n\t\t\t</div>\t\r\n\t\t</div>\r\n\t\t</script>\r\n\t\n\t<div class=\"story-container singlePostContent\">\n\t\t\t\t\t<div>\n\t\t\t\t<div class=\"cgmtitle\"><span class=\"commentzone\" name=\"commentzone\">Comments</span></div>\n\t\t\t\t<p class=\"meta\">To post a comment, log into your chosen social network and then add your comment below. Your comments are subject to our <a href=\"http://www.dallasnews.com/terms/\">Terms of Service</a> and the privacy policy and terms of service of your social network. If you do not want to comment with a social network, please consider writing a <a href=\"http://www.dallasnews.com/opinion/send-a-letter/\">letter to the editor.</a></p>\n\t\t\t</div>\n\t\t\t\t<div id='comments' class=\"gigya-comments-wrap\"></div>\n\t</div>\n\t<script type='text/javascript'>\n\t\tjQuery(function($) {\n\t\t\tgigya.services.socialize.addEventHandlers({\n\t\t\t\tonLogout: function(eventObj){\n\t\t\t\t\tif(eventObj.eventName == \"logout\" && eventObj.source == \"showCommentsUI\" ) {\n\t\t\t\t\t\t$.post(\"http://dallasmorningviewsblog.dallasnews.com/wp-admin/admin-ajax.php\",{\n\t\t\t\t\t\t\t\"action\": \"gigya_logout_user\"\n\t\t\t\t\t\t},function(r){\n\t\t\t\t\t\t\twindow.location = \"http://dallasmorningviewsblog.dallasnews.com/2014/12/footballs-growing-caste-system-as-more-parents-say-no.html/\";\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tonLogin: function(eventObj){\n\t\t\t\t\tif(eventObj.eventName == \"login\" && eventObj.source == \"showCommentsUI\") {\n\t\t\t\t\t\tGigya.Ajax.setUserObject(eventObj);\n\t\t\t\t\t\tGigya.Ajax.setUrl(\"http://dallasmorningviewsblog.dallasnews.com/wp-admin/admin-ajax.php\");\n\t\t\t\t\t\tGigya.Ajax.onSignIn = function(r){\n\t\t\t\t\t\t\t$(\"#login-dialog\").dialog(\"close\");\n\t\t\t\t\t\t};\n\t\t\t\t\t\tGigya.Ajax.login();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t\tvar conf_cmnts_48251 = { APIKey: \"3_9lzrxJh-GQofXtoOq-ADFDpwOla0DXKJOvVl_KnlZPjeuRyBKYHjyaA2UYgGvXGv\" };\n\n\t\tvar params_cmnts_48251 = {\n\t\t\t// Required parameters:\n\t\t\tcategoryID: \"News\",\n\t\t\tcontainerID: \"comments\",\n\t\t\tversion: 2,\n\t\t\tstreamTitle: \"Football&#8217;s caste system will continue to grow as more parents say no\",\n\t\t\tstreamID: \"blog-comments-55-48251\",\n\t\t\tdeviceType: \"auto\",\n\t\t\tonCommentSubmitted: function(res){\n\t\t  \t\tvar data = {\n\t\t\t\t\taction: \"gigya_add_comment\",\n\t\t\t\t\tnonce : \"c4acedc9ee\",\n\t\t\t\t\tcomment: res.commentText,\n\t\t\t\t\tpost_id: 48251,\n\t\t\t\t\tuid\t: res.user.UID\n\t\t\t\t};\n\t\t\t\tjQuery.post(\"http://dallasmorningviewsblog.dallasnews.com/wp-admin/admin-ajax.php\",data,function(response) { });\n\t\t\t\tFBtrackEvent(23,'StreamID:'+this.streamID,32,\"Social:Comment:Add\")\n\t\t  \t},\n\t\t\t//Activity feed parameters:\n\t\t\tscope:'internal',\n\t\t\tprivacy: 'public'\n\t\t};\n\t\tgigya.comments.showCommentsUI(conf_cmnts_48251,params_cmnts_48251);\n\t</script>\n\n\t\t\t\t\t                   \n                    <nav id=\"nav-single\">\n\t\t\t\t\t\t<h3 class=\"sr-only\">Post navigation</h3>\n\t\t\t\t\t\t<span class=\"nav-previous\"><a href=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/among-time-magazines-persons-of-the-year-nina-pham-and-amber-vinson.html/\" rel=\"prev\"><span class=\"meta-nav\">&larr;</span> Previous</a></span>\n\t\t\t\t\t\t<span class=\"nav-next pull-right\"><a href=\"http://dallasmorningviewsblog.dallasnews.com/2014/12/because-dallas-is-changing-marcos-ronquillo-must-make-a-strong-run-for-mayor.html/\" rel=\"next\">Next <span class=\"meta-nav\">&rarr;</span></a></span>\n\t\t\t\t\t</nav><!-- #nav-single -->\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t</div><!-- #content -->\n            \n\t\t</div><!-- #primary -->\n\t\t<div id=\"right\" class=\"right-column narrow-column blog-column col-sm-4\" role=\"complementary\">\n    \n\t\t\t<aside id=\"archives-2\" class=\"widget widget_archive\"><span class=\"hide\">Archives</span>\t\t<select name=\"archive-dropdown\" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\">Select Month</option> \t<option value='http://dallasmorningviewsblog.dallasnews.com/2015/01/'> January 2015 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/12/'> December 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/11/'> November 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/10/'> October 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/09/'> September 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/08/'> August 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/07/'> July 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/06/'> June 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/05/'> May 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/04/'> April 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/03/'> March 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/02/'> February 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2014/01/'> January 2014 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/12/'> December 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/11/'> November 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/10/'> October 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/09/'> September 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/08/'> August 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/07/'> July 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/06/'> June 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/05/'> May 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/04/'> April 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/03/'> March 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/02/'> February 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2013/01/'> January 2013 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/12/'> December 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/11/'> November 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/10/'> October 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/09/'> September 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/08/'> August 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/07/'> July 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/06/'> June 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/05/'> May 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/04/'> April 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/03/'> March 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/02/'> February 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2012/01/'> January 2012 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/12/'> December 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/11/'> November 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/10/'> October 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/09/'> September 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/08/'> August 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/07/'> July 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/06/'> June 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/05/'> May 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/04/'> April 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/03/'> March 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/02/'> February 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2011/01/'> January 2011 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/12/'> December 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/11/'> November 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/10/'> October 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/09/'> September 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/08/'> August 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/07/'> July 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/06/'> June 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/05/'> May 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/04/'> April 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/03/'> March 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/02/'> February 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2010/01/'> January 2010 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/12/'> December 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/11/'> November 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/10/'> October 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/09/'> September 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/08/'> August 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/07/'> July 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/06/'> June 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/05/'> May 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/04/'> April 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/03/'> March 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/02/'> February 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2009/01/'> January 2009 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/12/'> December 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/11/'> November 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/10/'> October 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/09/'> September 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/08/'> August 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/07/'> July 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/06/'> June 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/05/'> May 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/04/'> April 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/03/'> March 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/02/'> February 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2008/01/'> January 2008 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/12/'> December 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/11/'> November 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/10/'> October 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/09/'> September 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/08/'> August 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/07/'> July 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/06/'> June 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/05/'> May 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/04/'> April 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/03/'> March 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/02/'> February 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2007/01/'> January 2007 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/12/'> December 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/11/'> November 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/10/'> October 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/09/'> September 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/08/'> August 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/07/'> July 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/06/'> June 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/05/'> May 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/04/'> April 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/03/'> March 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/02/'> February 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2006/01/'> January 2006 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2005/12/'> December 2005 </option>\n\t<option value='http://dallasmorningviewsblog.dallasnews.com/2005/11/'> November 2005 </option>\n </select>\n</aside><aside id=\"text-2\" class=\"widget widget_text\"><span class=\"hide\">About this blog</span>\t\t\t<div class=\"textwidget\"><div class=\"tf1f3 r5 sbd groupHeadline simple-separator-top\">About This Blog</div>\r\n<div>\r\n<p>The Dallas Morning News Editorial Board was the first editorial board in the nation to use a blog to openly discuss hot topics and issues among its members and with readers. Our intent is to pull back the curtain on the daily process of producing the unsigned editorials that reflect the opinion of the newspaper, and to share analysis and opinion on issues of interest to board members and invited guest bloggers.</p>\r\n<p>Members of the editorial board also blog on special-interest blogs:</p>\r\n<ul>\r\n<li><a href=\"http://educationblog.dallasnews.com\">Education Blog</a></li>\r\n<li><a href=\"http://transportationblog.dallasnews.com/\">Transportation</a></li>\r\n<li><a href=\"http://dallasmorningviewsblog.dallasnews.com/category/texas-faith/\">Texas Faith Blog</a></li>\r\n</ul></div></div>\n\t\t</aside><aside id=\"text-3\" class=\"widget widget_text\"><span class=\"hide\">Ad:Right</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpRight adPosition\" id=\"dfpRight\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-right.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-5\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position1</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition1 adPosition\" id=\"dfpPosition1\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position1.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-6\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position2</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition2 adPosition\" id=\"dfpPosition2\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position2.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-4\" class=\"widget widget_text\"><span class=\"hide\">Ad: Right2</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpRight2 adPosition\" id=\"dfpRight2\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-right2.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"categories-2\" class=\"widget widget_categories\"><span class=\"hide\">Categories</span><select name='cat' id='cat' class='postform' >\n\t<option value='-1'>Select Category</option>\n\t<option class=\"level-0\" value=\"469\">Abortion</option>\n\t<option class=\"level-0\" value=\"54\">Barack Obama</option>\n\t<option class=\"level-0\" value=\"15\">Bill McKenzie</option>\n\t<option class=\"level-0\" value=\"470\">Breaking news</option>\n\t<option class=\"level-0\" value=\"471\">City of Dallas</option>\n\t<option class=\"level-0\" value=\"637\">Congress</option>\n\t<option class=\"level-0\" value=\"472\">Crime/law</option>\n\t<option class=\"level-0\" value=\"473\">Dallas City Hall</option>\n\t<option class=\"level-0\" value=\"794\">Dallas County</option>\n\t<option class=\"level-0\" value=\"1223\">Dallas mayoral race</option>\n\t<option class=\"level-0\" value=\"474\">Death penalty</option>\n\t<option class=\"level-0\" value=\"475\">DISD</option>\n\t<option class=\"level-0\" value=\"1205\">Ebola</option>\n\t<option class=\"level-0\" value=\"477\">Economy/employment</option>\n\t<option class=\"level-0\" value=\"476\">Education</option>\n\t<option class=\"level-0\" value=\"478\">Elections</option>\n\t<option class=\"level-0\" value=\"479\">Environment</option>\n\t<option class=\"level-0\" value=\"480\">Faith</option>\n\t<option class=\"level-0\" value=\"1222\">Favorite Letter of the Week</option>\n\t<option class=\"level-0\" value=\"481\">Gay issues</option>\n\t<option class=\"level-0\" value=\"482\">Guns</option>\n\t<option class=\"level-0\" value=\"483\">Health care</option>\n\t<option class=\"level-0\" value=\"484\">Immigration</option>\n\t<option class=\"level-0\" value=\"9\">Jim Mitchell</option>\n\t<option class=\"level-0\" value=\"3\">Keven Ann Willey</option>\n\t<option class=\"level-0\" value=\"487\">Middle East</option>\n\t<option class=\"level-0\" value=\"1201\">Mike Drago</option>\n\t<option class=\"level-0\" value=\"5\">Mike Hashimoto</option>\n\t<option class=\"level-0\" value=\"10\">Nicole Stockdale</option>\n\t<option class=\"level-0\" value=\"1202\">Others&#8217; Take</option>\n\t<option class=\"level-0\" value=\"16\">Points Summer Book Club</option>\n\t<option class=\"level-0\" value=\"485\">Race</option>\n\t<option class=\"level-0\" value=\"163\">Ralph De La Cruz</option>\n\t<option class=\"level-0\" value=\"17\">Rick Perry</option>\n\t<option class=\"level-0\" value=\"7\">Rodger Jones</option>\n\t<option class=\"level-0\" value=\"894\">Rudy Bush</option>\n\t<option class=\"level-0\" value=\"4\">Sharon Grigsby</option>\n\t<option class=\"level-0\" value=\"14\">Southern Dallas</option>\n\t<option class=\"level-0\" value=\"13\">Texan of the Year</option>\n\t<option class=\"level-0\" value=\"592\">Texas Faith</option>\n\t<option class=\"level-0\" value=\"725\">Texas governor&#8217;s race</option>\n\t<option class=\"level-0\" value=\"297\">Texas Legislature</option>\n\t<option class=\"level-0\" value=\"486\">Texas politics</option>\n\t<option class=\"level-0\" value=\"11\">Tod Robberson</option>\n\t<option class=\"level-0\" value=\"488\">Transportation</option>\n\t<option class=\"level-0\" value=\"1\">Uncategorized</option>\n\t<option class=\"level-0\" value=\"12\">Voices columnists</option>\n\t<option class=\"level-0\" value=\"8\">William McKenzie</option>\n</select>\n\n<script type='text/javascript'>\n/* <![CDATA[ */\n\tvar dropdown = document.getElementById(\"cat\");\n\tfunction onCatChange() {\n\t\tif ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n\t\t\tlocation.href = \"http://dallasmorningviewsblog.dallasnews.com/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n\t\t}\n\t}\n\tdropdown.onchange = onCatChange;\n/* ]]> */\n</script>\n\n</aside><aside id=\"text-8\" class=\"widget widget_text\"><span class=\"hide\">Mobile/Newsletters</span>\t\t\t<div class=\"textwidget\"><script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/thirdparty-mobile-nwsltr.js\"></script></div>\n\t\t</aside><aside id=\"text-7\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position3</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition3 adPosition\" id=\"dfpPosition3\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position3.js\"></script>\r\n</div></div>\n\t\t</aside><aside id=\"text-11\" class=\"widget widget_text\"><span class=\"hide\">Ad: Position4</span>\t\t\t<div class=\"textwidget\"><div class=\"positiondfpPosition4 adPosition\" id=\"dfpPosition4\">\r\n<script type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/position-position4.js\"></script>\r\n</div></div>\n\t\t</aside>\t\t</div><!-- #secondary .widget-area -->\n<script type=\"text/javascript\">var omAuthor=\"Sharon Grigsby\"</script>\n\r\n    \r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/resources/js/fb-tracking.js\"></script>\r\n\r\n\r\n <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeaderEDU.js\"></script>--> <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeaderAIR.js\"></script>--> <!--<scr  ipt type=\"text/javascript\" src=\"http://res.dallasnews.com/resources/cobrand/js/blogs/commentsHeader.js\"></script>-->\r\n</div>\r\n<script type=\"text/javascript\" src=\"http://www.dallasnews.com/?widget=code&contentId=729616&js\"></script>\r\n<!-- Code for Action: Dallas News - News -->\r\n<!-- Begin Rocket Fuel Conversion Action Tracking Code Version 7 -->\r\n<script type=\"text/javascript\">var cache_buster = parseInt(Math.random()*99999999);document.write(\"<img src='http://p.rfihub.com/ca.gif?rb=5021&ca=20519889&ra=\" + cache_buster + \"' height=0 width=0 style='display:none' alt='Rocket Fuel'/>\");</script>\r\n<noscript><iframe src='http://20519889p.rfihub.com/ca.html?rb=5021&ca=20519889&ra=' style='display:none;padding:0;margin:0' width='0' height='0'></iframe></noscript>\r\n<!-- End Rocket Fuel Conversion Action Tracking Code Version7 -->\r\n<img src=\"http://ads.undertone.com/f?pid=17783&cb=[timestamp]\" alt=\"\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" />\r\n<script type='text/javascript'>\r\n    var _sf_async_config={};\r\n    /* CONFIGURATION START */\r\n    _sf_async_config.uid = 38837;\r\n    _sf_async_config.domain = 'dallasnews.com';\r\n    _sf_async_config.sections = 'Opinion Blog, news';  //CHANGE THIS\r\n    _sf_async_config.authors = 'Sharon Grigsby';    //CHANGE THIS\r\n    _sf_async_config.path = \"\";\r\n    _sf_async_config.title = \"  Football&#8217;s caste system will continue to grow as more parents say no\";\r\n/* CONFIGURATION END */\r\n    (function(){\r\n      function loadChartbeat() {\r\n        window._sf_endpt=(new Date()).getTime();\r\n        var e = document.createElement('script');\r\n        e.setAttribute('language', 'javascript');\r\n        e.setAttribute('type', 'text/javascript');\r\n        e.setAttribute('src',\r\n           (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\r\n           'js/chartbeat.js');\r\n        document.body.appendChild(e);\r\n      }\r\n      var oldonload = window.onload;\r\n      window.onload = (typeof window.onload != 'function') ?\r\n         loadChartbeat : function() { oldonload(); loadChartbeat(); };\r\n    })();\r\n</script>\r\n\n<!--Plugin WP Missed Schedule 2013.1024.8888 Active - Tag 6d807758f47abdb4ae626b9fa261d2f5-->\n\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"dallasnews.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n\n<script type=\"text/javascript\">tb_pathToImage = \"http://dallasmorningviewsblog.dallasnews.com/wp-includes/js/thickbox/loadingAnimation.gif\";tb_closeImage = \"http://dallasmorningviewsblog.dallasnews.com/wp-includes/js/thickbox/tb-close.png\";</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/dallasmorningviewsblog.dallasnews.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\",\"closeImage\":\"http:\\/\\/dallasmorningviewsblog.dallasnews.com\\/wp-includes\\/js\\/thickbox\\/tb-close.png\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://dallasmorningviewsblog.dallasnews.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117'></script>\n\r\n<script src=\"http://cdn1.dallasnews.com/basic/js/common.js\"></script>\r\n<script type=\"text/javascript\" src=\"http://cdn0.dallasnews.com/basic/js/blog-footer.js\"></script>\r\n</body>\r\n</html>"
  },
  {
    "path": "tests/data/html/details.com1.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            \n        \n\n\n\n\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ng-app=\"cnapp\">\n\n\n<head>\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/lib-min.css\" />\n        \n\n\n\n\n\n\n\n\n    <!--[if IE]>\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" />\n    <![endif]-->\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"/css/print-min.css\" />\n        \n\n\n\n\n\n\n    \n        <!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n        <script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/details-2/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/details-2/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n        <!-- END MOBIFY -->\n    \n\n    \n        <script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-edd1e66f99f849160bd72678c08a3b1e5ddad5d8.js\"></script>\n    \n\n    <!-- MAIN -->\n    \n    \n    \n\n    \n\n        \n\n\n    \n    \n    \n    \n    \n\n    \n\n    \n\n\n\n\n\n\n\n    \n    \n\n\n\n        \n        \n        \n        \n        \n        \n        \n                <title>Page Not Found:   Details</title>\n             \n    \n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_global.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta http-equiv=\"Content-Language\" content=\"en-us\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta http-equiv=\"imagetoolbar\" content=\"false\" />\n<meta name=\"Author\" content=\"Details Magazine\" />\n<meta name=\"Copyright\" content=\"Copyright (c) Cond&#233; Nast 2015\" />\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n\n\n\n<meta name=\"description\" content=\"Get the latest stories for men interested in culture and trends, celebrities and entertainment, sex and relationships, and style and fashion advice.\" />\n<meta name=\"distribution\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n\n\n\n<meta name=\"keywords\" content=\"Details, Details.com, Details Magazine, men, style, fashion, culture, trends, celebrities, entertainment, sex, relationships, advice\" />\n\n\n    \n    \n\n\n\n\n\n\n\n\n    <link rel=\"canonical\" href=\"http://www.details.com/404\" />\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"/css/i/icons/touch_icon.png\" />\n\n\n\n\n\n\n\n                            \n\n                            \n                            \n                            \n\n                            \n                            \n                            \n                            \n                            \n\n                            \n                                \n                            \n                            \n            \n\n\n\n\n\n    <meta property=\"fb:admins\" content=\"648235154, 789168297, 688620285\" />\n\n\n\n\n\n\n    \n    <meta property=\"og:image\" content=\"http://subscribe.condenet.com/images_covers/cover_details_80.jpg?fbrefresh=20150103\"/>\n\n<meta property=\"og:site_name\" content=\"Details\"/>\n\n        <meta property=\"og:title\" content=\"Page Not Found\" />\n    \n<meta property=\"og:url\" content=\"http://www.details.com/404\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n\n<meta name='parsely-page' content='{\"title\": \"Page Not Found:\",\"link\": \"http://www.details.com/404\",\"image_url\": \"\",\"type\": \"\",\"post_id\": \"\",\"pub_date\": \"\",\"section\": \"\",\"author\": \"\",\"tags\": [\"Details\",\"Details.com\",\"Details Magazine\",\"men\",\"style\",\"fashion\",\"culture\",\"trends\",\"celebrities\",\"entertainment\",\"sex\",\"relationships\",\"advice\"]}'>\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\nCN.config.set({\n  title        : \"Page Not Found:\",\n  url          : 'http://www.details.com/404',\n  description  : \"Get the latest stories for men interested in culture and trends, celebrities and entertainment, sex and relationships, and style and fashion advice.\",\n  keywords     : \"Details, Details.com, Details Magazine, men, style, fashion, culture, trends, celebrities, entertainment, sex, relationships, advice\",\n  facebook     : {pageid: \"7477053657\"},\n  isiFrame     : true\n});\n</script>\n\n\n\n    <script type=\"text/javascript\">\n        CN.site.init({\n            env: 'PROD',\n            code: 'DET',\n            title: 'Details',\n            name: 'details',\n            tld: 'details.com',\n            alias: 'Details.com',\n            eventTrackingUrl: 'http://result.details.com',\n            eventTrackingEnv: 'PROD',\n            mobilecompatible: 'true',\n            httpStatusCode: 404,\n            userServiceUrl: 'http://user-service.condenastdigital.com',\n            userServiceKey: 'J6NITViWkLrv6w8esxQOtMejg1E=',\n            ecomUrl: 'https://subscribe.details.com/api/circ/xml/Transaction',\n            litereg: 'true'\n        });\n\n    </script>\n\n    \n    \n\n    \n        \n        \n    \n\n    \n\n    \n\n    \n\n    \n    \n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n            \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_top.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n    \n    <script type=\"text/javascript\" src=\"//use.typekit.net/wym7qef.js\"></script>\n    <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n\n    \n        \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n    var defaultHost = \"www.details.com\";\n    var secureHost = \"secure.details.com\";\n    var isSecure = location.protocol == \"https:\" ? true : false;\n</script>\n\n\n    \n        <script type=\"text/javascript\" src=\"http://event.details.com/js/eventTracker.js\"></script>\n    \n\n    \n\n    \n\n    <style type=\"text/css\" media=\"all\">@import \"/css/error.css\";</style>\n\n    \n\n    \n\n\n   \n     \n\n   \n     \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n    \n\n\n\n\n    \n    \n        \n         <style>\n#wrapper {\nbackground:none;\nposition: static;\n}\n\n.slideOverlay .content-headline,\n.listE .details-headline h1,\n.home .set15 h3.header a,\n.channel-page .set15 h3.header a,\n#page-tail .features.set4 .carousel h3.header a {\n  text-transform: none;\n}\n\n.home #hp-rotator {\noverflow: hidden !important;\n}\n#hp-rotator .features {\nz-index:0; \n}\n#hp-rotator .features .feature-dartad {\ntop: 0;\n}\n.listE .itemA .item-text b:first-child {\npadding-top: 0 !important;\ndisplay: inline;\n}\n\n.features div.videooverlay a > .playbutton {\ndisplay: none;\n}\n#topBannerAd .displayAd {\nwidth: auto;\ndisplay: inline-block;\n}\n\n/*Hide rightrail A and right Rail B for following articles and slideshows\n* This is a hotfix specfic to campaign.\n*/\n.s_fashion-style.ss_perfect-wardrobe.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_rules-of-style.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_rules-of-style.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_rules-of-style.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_rules-of-style.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_B{\n    display: none !important;\n}\n.listC #wrapper {\n   background:none !important;\n}\n#in-stream900x90_frame > div {\nbackground: #fff;\n}\n.ad-insteam {\ntext-align: center;\n}\n#yrail_ads_top .yrail_ad_wrap.noscroll {\nmargin-left: 0 !important;\nposition: static !important;\n}\n#rolloverAd.hideComponent,\n#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL.hideComponent{\n    display: none !important;\n}\n</style>\n<script type=\"text/javascript\">\njQuery(function(){\n    if(/(american-fashion-menswear-designers-style-trends|america-fashion-inventions|classic-american-fashion-brands|quintessentially-american-fashion-archetypes|made-in-america-grooming-products|john-varvatos-thom-browne-and-michael-bastian-talk-american-style|public-school-woolmark-american-menswear-finalists-2014|fashion-style\\/rules-of-style|blogs\\/.*rules-of-style)/.test(location.pathname)){\n        jQuery('#AMS_DET_GLOBAL_RIGHTRAIL_A,#rolloverAd').addClass('hideComponent');\n        jQuery(window).on('hashchange',function(){\n            jQuery('#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL').addClass('hideComponent');\n        });\n        jQuery(function(){\n            setTimeout(function(){jQuery('#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL').addClass('hideComponent')},200);\n        });\n    }else {\n        if(!(/^\\/$/.test(location.pathname)) && !jQuery('body').hasClass('listC') && !jQuery('body').hasClass('listE')){\n            CN.popups.setLayer(true).setExiting(false).init();\n        }\n    }\n});\n\n\n\nif(/^\\/(fashion-style|body-health|grooming|culture-trends)?\\/?$/.test(location.pathname)) {\n    jQuery(window).on('CN.customEvents.GPTAdsRendered',function(){\n        if(jQuery('#yrail_ads_top').length && jQuery('#yrail_ads_top .yrail_ad_wrap').outerHeight() > 1000) {\n           jQuery('#yrail_ads_top .yrail_ad_wrap').addClass('noscroll');\n        }\n    });\n    \n    jQuery(window).scroll(function(){\n        if(jQuery('#yrail_ads_top').length && jQuery('#yrail_ads_top .yrail_ad_wrap').outerHeight() > 1000) {\n           jQuery('#yrail_ads_top .yrail_ad_wrap').addClass('noscroll');\n        }\n    });\n}else if (/^\\/(fashion-style)\\/(rules-of-style|perfect-wardrobe)\\/201006\\//.test(location.pathname)){\n    /*CN.popups.setLayer(false).setExiting(false).setArriving(false).init();\n    jQuery(function(){\n        jQuery('.home #rolloverAd').addClass('hide');\n    });*/\n}\nelse {\n //CN.popups.setLayer(true).setExiting(false).init();\n}\n    CN.ecom.rolloverAd.setOffset(1, -29).timeout(3);\n\n</script>\n        \n    \n\n\n    \n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n        \n    \n\n    \n\n    \n\n    \n            <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.init({\n            adUnits: {\n                    unit1: 'details.dart',\n                    unit2: '404;',\n                    unit3: '',\n                    unit4: ''\n                },\n            contentId: '',\n            contentType: 'null',\n            kws:[ \"404\"],\n            charmap : {' ' : '+', '-' : '_'},\n            useOneAdCall : true,\n            gptCallback : function(ad){\n           if(ad) {\n                if ( ad.size[0] == 1 && ad.size[1] == 1 && !ad.isEmpty) {\n                    jQuery('#floatingAd').addClass('hide');\n                }\n             }\n        }\n        });\n    //-->\n    </script>\n        \n\n\n\n    \n    \n\n    <script>\n        CN.dart.oneAdCall({'header': {sz:'728x90', kws:[\"top\"]},\n                'trail': {sz:'184x64', kws:[\"top\"]},\n                'yrailTop': {sz:'300x250', kws:[\"top\"]},\n                'yRailBottom': {sz:'300x250', kws:[\"bottom\"]},\n                'PolarAdDiv3': {sz:'315x200', kws:[]}});\n    </script>\n</head>\n\n<body class=\"s_404 error-body\" ng-controller=\"PageCtrl\">\n    \n\n\n\n\n    \n    <misc:replaceString var=\"canonicalUrl\" input=\"http://www.details.com/404\" regex=\"(.*)/$\" substitution=\"$1\" />\n\n\n\n\n    \n\n\n\n        \n\n        \n        \n        \n\n        \n        \n        \n        \n        \n\n        \n            \n        \n        \n    \n\n<!--Adobe Target Mbox-->\n<script>promoKeywords='default';</script>\n\n<div class=\"mboxDefault\"></div>\n\n<script type=\"text/javascript\">\n    /** Encode special characters in a string*/\n    var htmlEncode = (function(str) {\n        var map = {\"&\":\"amp\", \"<\":\"lt\", \">\":\"gt\", '\"':\"quot\", \"'\":\"#39\"};\n        return str.replace(/[&<>\"']/g, function(match) { return \"&\" + map[match] + \";\"; });\n    });\n    var mboxDesc = jQuery(\"meta[name='description']\").attr('content') || '';\n    mboxCreate(\n    'det_ed_global',\n    'entity.id=',\n    'entity.name=' + htmlEncode(mboxDesc),\n    'entity.categoryId=null',\n    'entity.pageUrl=http://www.details.com/404',\n    'entity.thumbnailUrl=http://subscribe.condenet.com/images_covers/cover_details_80.jpg?fbrefresh=20150103',\n    'entity.inventory=1',\n    'entity.value=1',\n    'entity.brand=details'\n    );\n</script>\n<!--End Adobe Target Mbox-->\n\n\n    <!-- Polar metadata placeholders -->\n    <div style=\"display: none\">\n        \n        <div id=\"PolarAdDiv3315x200_frame\"></div>\n    </div>\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n            \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n    \n    \n            <script type=\"text/javascript\" src=\"/js/ecomfw.min.js\"></script>\n            <script type=\"text/javascript\" src=\"/js/details_ecom.js\"></script>\n        \n    <script type=\"text/javascript\">\n        window._ghearst_vars = (function() {\n\n        if( typeof metaKeyWords === \"undefined\" ){\n            metaKeyWords = \"\";\n        }\n\n        return {\n            'ams_ads_script_src': 'http://subscribe.details.com/ams/page-ads.js?ad_category_prefix=WEB-INF&keywords='+metaKeyWords+'&browser_path=%2FWEB-INF%2Fpages%2Fclearcase%2F404.jsp&cat_prefixes=%2CWEB-INF%2Cpages%2Cclearcase%2C404.jsp&position_list=AMS_DET_POPUP_FLOATINGAD%2CAMS_DET_GLOBAL_NAVBAR_ROLLOVER%2CAMS_DET_GLOBAL_FOOTER_TEXTLINK%2CAMS_DET_GLOBAL_MAGAZINE_SUBNAV%2CAMS_DET_GLOBAL_NAVBAR%2CAMS_DET_HOMEPAGE_HEADERCALLOUT%2CAMS_DET_GLOBAL_HEADER%2CAMS_DET_LITEREG_SUBSCRIBE&site_prefix=details&subdomain=www&url_name=404'\n        }\n    })();\n\n        (function($) {\n            var show = function() {\n                $('.ecom-placement').each(function() {\n                    $(this).css('visibility', 'visible');\n                });\n            };\n            \n            $LAB.script(_ghearst_vars.ams_ads_script_src)\n                .wait(function() {\n                    \n                    CN.hearstQue.run(window.pageAds);\n                    jQuery(window).trigger('CN.custom.event.ecomLoaded');\n                });\n\n            \n            setTimeout(show, 10 * 1000);\n        }(jQuery));\n    </script>\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img border=\"0\" src=\"/images/ecom/failsafe/DET_popup_floating.jpg\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_POPUP_FLOATINGAD !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_POPUP_FLOATINGAD\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_POPUP_FLOATINGAD\").html(pageAds.AMS_DET_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n    </div>\n</div>\n\n\n\n<div id=\"wrapper\">\n     \n        <div id=\"header\" class=\"sticky\">\n            \n                \n                    <div id=\"topBannerAd\" style=\"display: none\">\n                        \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div>\n    \n\n                    </div>\n                \n            \n            \n\n\n        <div class=\"header-position\">\n            <div id=\"logo\">\n                <a title=\"Go to the Details homepage\" href=\"/\"><img alt=\"Details\" src=\"/css/i/global/desktop_logo.png\" /></a>\n            </div>\n            <div class=\"header-menu\">\n                <a><img alt=\"Details\" src=\"/css/i/global/header_menu.png\" /></a>\n                \n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n    \n\n\n    <div id=\"global-nav\">\n        <ul id=\"global-nav-menu\">\n            <li class=\"Ham_arrowUp\"></li>\n            <li id=\"nav-home\"><a   href=\"/\" title=\"\">Home</a></li>\n                        <li id=\"nav-fashion-style\"><a   href=\"/fashion-style\" title=\"\">Fashion & Style</a></li>\n                        <li id=\"nav-body-health\"><a   href=\"/body-health\" title=\"\">Body & Health</a></li>\n                        <li id=\"nav-grooming\"><a   href=\"/grooming\" title=\"\">Grooming</a></li>\n                        <li id=\"nav-culture-trends\"><a   href=\"/culture-trends\" title=\"\">Culture & Trends</a></li>\n                        <li id=\"nav-ultimate-guides\"><a   href=\"/ultimate-guides/all\" title=\"\">Ultimate Guides</a></li>\n                        <li id=\"nav-video\"><a   href=\"http://video.details.com/\" title=\"\">Video</a></li>\n                        <li id=\"nav-style-network\"><a   href=\"http://network.details.com/\" title=\"\">Details Network</a></li>\n                        <li id=\"nav-promotions-events\"><a   href=\"http://www.detailsinsider.com/\" title=\"\">Promos & Events</a></li>\n                        <li id=\"nav-magazine\"><a   href=\"/magazine\" title=\"\">Magazine</a></li>\n        </ul>\n        <hr />\n            \n                <div id=\"global-sub-menu\">\n                    <ul id=\"subnav-fashion-style\">\n                                        \n                                        <li class=\"first\"><a href=\"/fashion-style/what-to-wear-now\">What to Wear Now</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/designers\">Designers</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/street-style\">Street Style</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/style-tips\">Style Tips</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/fashion-week\">Fashion Week</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/models\">Models</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/watches\">Watches</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/shoes\">Shoes</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/suits\">Suits</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/eyewear\">Eyewear</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/fashion-style/coats-jackets\">Coats & Jackets</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-body-health\">\n                                        \n                                        <li class=\"first\"><a href=\"/body-health/exercise-workout\">Exercise & Workout</a></li>\n                                        \n                                        <li><a href=\"/body-health/food-diet\">Food & Diet</a></li>\n                                        \n                                        <li><a href=\"/body-health/psyche\">Psyche</a></li>\n                                        \n                                        <li><a href=\"/body-health/sex-relationships\">Sex & Relationships</a></li>\n                                        \n                                        <li><a href=\"/body-health/health-myths\">Health Myths</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/body-health/alternative-practices\">Alternative Practices</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-grooming\">\n                                        \n                                        <li class=\"first\"><a href=\"/grooming/hair\">Hair</a></li>\n                                        \n                                        <li><a href=\"/grooming/fragrance\">Fragrance</a></li>\n                                        \n                                        <li><a href=\"/grooming/body-face\">Body & Face</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/grooming/shaving\">Shaving</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-culture-trends\">\n                                        \n                                        <li class=\"first\"><a href=\"/culture-trends/celebrities\">Celebrities</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/movies-tv\">Movies & TV</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/music-books\">Music & Books</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/food-drink\">Food & Drink</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/tech-gear\">Tech & Gear</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/home-interiors\">Home & Interiors</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/sports\">Sports</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/art-design\">Art & Design</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/cars\">Cars</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/travel\">Travel</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/culture-trends/critical-eye\">Critical Eye</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-ultimate-guides\">\n                                        \n                                        <li class=\"first\"><a href=\"/ultimate-guides/2014-holiday-gift-guides\">Gift Guides</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-hairstyles-cuts-for-men\">Hairstyles & Cuts</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-watches-for-men\">Watches Buying Guide</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-grooming-products-awards\">Grooming Products & Awards</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-tailoring-suit\">Tailoring Tips</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-house-home\">House & Home</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-travel\">Travel Destinations</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-street-style\">Street Style Top Picks</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/classic-hollywood-style\">Celebrity Style</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/ultimate-guides/all\">See All</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-magazine\">\n                                        \n                                        <li class=\"first\"><a href=\"/magazine/details-mobile-ipad-nook-kindle-zinio-android\">Tablet Editions</a></li>\n                                        \n                                        <li><a href=\"/celebrities-entertainment/cover-stars/201003/details-anniversary-best-of-cover-stars#slide=1\">A Decade of Covers</a></li>\n                                        \n                                            <li class=\"last\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_MAGAZINE_SUBNAV\" class=\"ecom-placement\">\n           <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n           \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_MAGAZINE_SUBNAV !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_MAGAZINE_SUBNAV\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_MAGAZINE_SUBNAV\").html(pageAds.AMS_DET_GLOBAL_MAGAZINE_SUBNAV.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    </li>\n                                       \n                                        \n                                            </ul>\n                </div>\n            \n    </div>\n\n\n\n\n            </div>\n            <div class=\"header-search\">\n                <a id=\"search-icon\" href=\"#\"></a>\n                \n\n\n\n\n\n\n\n\n        <form name=\"search_form_rail\" id=\"search_form_rail\" action=\"/search\" class=\"paginatorForm\" method=\"get\">\n            <div class=\"row\">\n                <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n                <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n                <input type=\"text\" name=\"query\" id=\"results-search-rail\" value=\"\" />\n                <button name=\"submit\" class=\"submit\" id=\"submit_rail\" title=\"Search\" type=\"submit\">Submit</button>\n            </div>\n        </form>\n    \n            </div>\n\n            \n                \n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n    \n\n\n<div id=\"sub-nav\">\n    <ul id=\"sub-nav-menu\">\n        <li id=\"nav-resolutions\"><a   href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\" title=\"\">Resolutions</a></li>\n                        <li id=\"nav-best-dressed-list\"><a   href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\" title=\"\">Best-Dressed List</a></li>\n                        <li id=\"nav-Video\"><a   href=\"http://video.details.com\" title=\"\">Video</a></li>\n                        <li id=\"nav-details_network\"><a   href=\"http://network.details.com/\" title=\"\">Details Network</a></li>\n        <li id=\"navbar-ecom\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n            <a class=\"subscribe\" href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_NAVBAR !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_NAVBAR\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_NAVBAR\").html(pageAds.AMS_DET_GLOBAL_NAVBAR.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n        \n            \n\n\n\n\n\n<!-- Rollover Ad Template for instance rolloverAd-->\n<div id=\"rolloverAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n        <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img border=\"0\" src=\"/images/ecom/failsafe/DET_navbar_rollover.jpg\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" usemap=\"#rollovermap\"/></a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_NAVBAR_ROLLOVER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_NAVBAR_ROLLOVER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_DET_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n        var callback = { func: MAGNET.ecom.rolloverAd.init,params: ['rolloverAd'] };\n        callback.func.call(CNP.ecom, callback.params);\n    \n});\n\n</script>\n\n\n\n        \n        </div>\n    \n    </div>\n    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n        \n        </li>\n    </ul>\n    \n</div>\n\n\n\n            \n\n            <div class=\"header-social-icons\">\n                <ul>\n                    <li id=\"instagram\"><a target=\"_blank\"  href=\"http://instagram.com/detailsmag\"></a></li>\n                    <li id=\"tumbler\"><a target=\"_blank\"  href=\"http://details.tumblr.com/\"></a></li>\n                    <li id=\"facebook\"><a target=\"_blank\"  href=\"https://www.facebook.com/DETAILS\"></a></li>\n                    <li id=\"twitter\"><a target=\"_blank\"  href=\"https://twitter.com/details\"></a></li>\n                    <li id=\"pinterest\"><a target=\"_blank\"  href=\"http://www.pinterest.com/detailsmag/\"></a></li>\n                </ul>\n            </div>\n            <div id=\"header-subs\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_HOMEPAGE_HEADERCALLOUT\">\n            <img border=\"0\" src=\"/images/ecom/failsafe/DET_headercallout_300x75.png\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" usemap=\"#headercalloutmap\"/>\n            <map name=\"headercalloutmap\">\n                <area shape=\"rect\" coords=\"0,0,309,50\" href=\"http://www.details.com/go/failsafe\" alt=\"Subscribe Now\">\n                <area shape=\"rect\" coords=\"20,50,118,80\" href=\"http://www.details.com/go/failsafe\" alt=\"Subscribe Now\">\n                <area shape=\"rect\" coords=\"134,50,151,80\" href=\"http://www.details.com/go/giftfailsafe\" alt=\"Gift\">\n                <area shape=\"rect\" coords=\"168,50,206,80\" href=\"https://w1.buysub.com/pubs/N3/DET/login_3_methods.jsp?cds_page_id=3489\" alt=\"Renew\">\n                <area shape=\"rect\" coords=\"219,50,288,80\" href=\"http://www.details.com/go/internationalfailsafe\" alt=\"International\">\n            </map>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_HOMEPAGE_HEADERCALLOUT !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_HOMEPAGE_HEADERCALLOUT\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_HOMEPAGE_HEADERCALLOUT\").html(pageAds.AMS_DET_HOMEPAGE_HEADERCALLOUT.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n            </div>\n        </div>\n    \n\n\n        </div>\n    \n\n    \n\n    \n\n    <div id=\"page-wrapper\"><!-- Added for full width -->\n    <div id = \"page\">\n        \n\n        <!-- HOME PAGE,CULTURE TRENDS,STYLE ADVICE,CELEBRITIES ENTERTAINMENT,HEALTH FITNESS,VIDEO,MAGAZINE-->\n\n        \n        <!-- START TOP RAIL -->\n        \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start toprail -->\n    \n            <div id=\"toprail\">\n            \n                \n                <div id=\"position1_toprail\"><div id=\"ps1_fs1_toprail\" class=\"features\"><div class=\"feature manual imagetop first\">\n    \n        \n        <h3 class=\"header\">\n            \n                Now <br />Trending\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/culture-trends/home-interiors/201412/interior-design-trends-2015#/slide=1\" title=\"\"><img class=\"lazy\" data-original=\"/images/index-headers/trail/december-2014/design-predictions-Houzz.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/images/index-headers/trail/december-2014/design-predictions-Houzz.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/culture-trends/home-interiors/201412/interior-design-trends-2015#/slide=1\">10 Home Design Predictions for 2015</a>\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\" title=\"\"><img class=\"lazy\" data-original=\"/images/fashion-style/201412/best-dressed-men-2014/best-dressed-men-2014-search-thumb.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/images/fashion-style/201412/best-dressed-men-2014/best-dressed-men-2014-search-thumb.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\">The Best-Dressed Men of 2014</a>\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\" title=\"\"><img class=\"lazy\" data-original=\"/blogs/daily-details/details-running-weight-loss-2014-thumb.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/blogs/daily-details/details-running-weight-loss-2014-thumb.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\">New Year's Resolutions Guide</a>\n            \n        </h3>\n    </div><div class=\"feature-dartad\">\n        \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"trail184x64_frame\" class=\"displayAd displayAd184x64Js\" data-cb-ad-id=\"trail184x64_frame\"></div>\n    \n\n        </div></div></div>\n                \n            \n                \n            \n                \n            \n                \n            \n                \n            \n                \n            \n            </div>\n        \n\n    <!-- end toprail -->\n\n    \n\n\n\n\n\n\n\n\n\n\n            \n        \n        <!-- END TOP RAIL-->\n\n\n        <div id=\"content\">\n            \n                \n\n\n\n\n    \n    \n\n\n\n    <ul id='bc' title='Navigation Trail'>\n        \n            \n                <li class='first'>\n                \n                    <a href=\"/\">Home</a>\n                \n                </li>\n            \n        \n            \n        \n    </ul>\n\n\n            \n\n            <script type=\"text/javascript\">\n                CN.page = CN.page || {};\n                CN.page.type = 'null';\n            </script>\n\n            \n\n            \n\n            \n\n            <div id=\"main\">\n                \n\n                \n                        <div class=\"error\">\n            <div id=\"error-wrapper\">\n                <h1>404 Errors</h1>\n                <div class=\"wait\">WAIT,DON'T LEAVE YET!</div>\n                <ol>\n                    <li class=\"first\">Use your browser's back button to return to the page that brought you here.</li>\n                    <li class=\"second\">Enter a search term below.\n                    <div class=\"search-form\">\n                        <form name=\"search_form_1\" id=\"search_form_simple\" class=\"paginatorForm\" method=\"get\" action=\"/search\">\n                        <input type=\"hidden\" name=\"qt\" value=\"dismax\"/>\n                        <input type=\"hidden\" name=\"sort\" value=\"score desc\"/>\n                        <div class=\"row\">\n                            <input type=\"text\" size=\"80\" name=\"query\" id=\"results-search-404\" />\n                            <button type=\"submit\">Submit</button>\n                        </div>\n                        </form>\n                    </div>\n                    </li>\n                    <li class=\"third\">Check out stories about <span><a href=\"http://www.details.com/style-advice/perfect-wardrobe/201205/mens-watches-101\">watches</a></span>,\n                        <span><a href=\"http://www.details.com/blogs/daily-details/fashion/street-style\">street style</a></span>,\n                        <span><a href=\"http://www.details.com/style-advice/rules-of-style/201209/mens-suits-tailoring-guide\">suits</a></span>,\n                        <span><a href=\"http://www.details.com/style-advice/grooming/201303/best-mens-hair-styles-cuts\">hair styles</a></span>,\n                        <span><a href=\"http://www.details.com/health-fitness\">men's health</a></span>,<br/>\n                        and <span><a href=\"http://network.details.com/\">men's style blogs</a></span>.</li>\n                    <li class=\"last\">See below for the latest articles on Details.com.</li>\n                </ol>\n            </div>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start urail -->\n    \n            <div id=\"urail\">\n            \n                \n                <div id=\"position1_urail\"><div id=\"ps1_fs1_urail\" class=\"features\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                The Latest in <i>DETAILS</i>\n                            \n                    \n                \n        </h2><div class=\"feature first\">\n    </div></div></div>\n                \n            \n                \n                <div id=\"position2_urail\"><div id=\"ps2_fs1_urail\" class=\"features set12\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                <a href=\"/culture-trends\">Culture & Trends</a>\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    <div class=\"search channelbox\">\n    \n    \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"/blogs/daily-details/2015/01/chefs-predict-food-trends.html\" class=\"type-blogs\"><img class=\"featureimg\" alt=\"\" src=\"http://blog.details.com/blogs/daily-details/details-food-trends-2015-thumb.jpg\"/></a>\n  </div>\n</div>\n\n\n\n   \n           \n           \n           \n           <h5 class=\"rubric\">\n           <a href=\"/blogs/daily-details\">/blogs/daily-details</a>\n           </h5>\n       \n   \n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"/blogs/daily-details/2015/01/chefs-predict-food-trends.html\">Chefs Predict the Biggest Food Trends of 2015</a>\n                    </h3>\n                \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/blogs/daily-details/2015/01/best-car-sedan.html\">Your Guide to the Best New Sedans on the Market</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2015/01/robe-lowe-interview-genworth.html\">Rob Lowe on His New Comedy Central Show, His DirecTV Commercials, and Preparing for the Future</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/champagne-alternatives.html\">Six Champagne Alternatives (That Aren't Prosecco or Cava)</a></li>\n\n\n</ul>\n\n\n\n\n</ul>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/culture-trends\" class=\"readmore\">see all </a></div></div><div id=\"ps2_fs2_urail\" class=\"features set12\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                <a href=\"/health-fitness\">Health & Fitness</a>\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    <div class=\"search channelbox\">\n    \n    \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"/blogs/daily-details/2015/01/how-to-keep-new-years-resolutions.html\" class=\"type-blogs\"><img class=\"featureimg\" alt=\"\" src=\"http://blog.details.com/blogs/daily-details/details-new-years-resolutions-2015-thumb.jpg\"/></a>\n  </div>\n</div>\n\n\n\n   \n           \n           \n           \n           <h5 class=\"rubric\">\n           <a href=\"/blogs/daily-details\">/blogs/daily-details</a>\n           </h5>\n       \n   \n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"/blogs/daily-details/2015/01/how-to-keep-new-years-resolutions.html\">8 New Year's Resolutions That Usually Fail, and How You Make Them Work in 2015</a>\n                    </h3>\n                \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/blogs/daily-details/2014/12/home-exercises.html\">10 Exercises That Require No Equipment and That You Can Do From the Comfort of Your Home</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/the-pursuit-equinox.html\">A Workout Class for the Aggressively Competitive</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/antibacterial-soap.html\">The Dirty Truth About Antibacterial Soaps</a></li>\n\n\n</ul>\n\n\n\n\n</ul>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/health-fitness\" class=\"readmore\">see all </a></div></div></div>\n                \n            \n                \n                <div id=\"position3_urail\"><div id=\"ps3_fs1_urail\" class=\"features set12\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                <a href=\"/celebrities-entertainment\">Celebrities & Entertainment</a>\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    <div class=\"search channelbox\">\n    \n    \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"/blogs/daily-details/2014/12/sexiest-celebrities-2014-ryan-gosling-emily-ratajkowski.html\" class=\"type-blogs\"><img class=\"featureimg\" alt=\"\" src=\"http://blog.details.com/blogs/daily-details/details-sexiest-celebs-2014-thumb.jpg\"/></a>\n  </div>\n</div>\n\n\n\n   \n           \n           \n           \n           <h5 class=\"rubric\">\n           <a href=\"/blogs/daily-details\">/blogs/daily-details</a>\n           </h5>\n       \n   \n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"/blogs/daily-details/2014/12/sexiest-celebrities-2014-ryan-gosling-emily-ratajkowski.html\">The Most F*ckable Celebrities of 2014 Are ...</a>\n                    </h3>\n                \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/blogs/daily-details/2014/12/lisa-kudrow-the-comeback.html\">Lisa Kudrow on the Triumphant Return of Valerie Cherish and HBO's Cringeworthy Comedy, <i>The Comeback</i></a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/president-obama-tiara.html\">President Obama Wears a Sparkly Tiara With Some Girl Scouts, Warms Everyone's Hearts</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/best-shirtless-topless-instagrams-2014.html\">The 10 Most Important Shirtless, Topless (and in One Case Pantsless) Instagrams of 2014</a></li>\n\n\n</ul>\n\n\n\n\n</ul>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/celebrities-entertainment\" class=\"readmore\">see all</a></div></div><div id=\"ps3_fs2_urail\" class=\"features set12\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                <a href=\"/style-advice\">Style & Advice</a>\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    <div class=\"search channelbox\">\n    \n    \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"/blogs/daily-details/2014/12/real-estate-porn-closets-roomy-enough-for-your-winter-wardrobe.html\" class=\"type-blogs\"><img class=\"featureimg\" alt=\"\" src=\"http://blog.details.com/blogs/daily-details/details-homes-with-closets-2014-lead.jpg\"/></a>\n  </div>\n</div>\n\n\n\n   \n           \n           \n           \n           <h5 class=\"rubric\">\n           <a href=\"/blogs/daily-details\">/blogs/daily-details</a>\n           </h5>\n       \n   \n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"/blogs/daily-details/2014/12/real-estate-porn-closets-roomy-enough-for-your-winter-wardrobe.html\">Real-Estate Porn: Homes With Incredibly Spacious Closets</a>\n                    </h3>\n                \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/blogs/daily-details/2014/12/alex-drexler-watch.html\">Designer Alex Drexler's Favorite Watch Was a Gift From His Father</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/homes-big-windows.html\">Real-Estate Porn: Homes With Breathtakingly Large Windows</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n    \n\n    \n\n    \n\n    \n\n\n    \n    \n    \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/blogs/daily-details/2014/12/hot-new-homes-winter-white-modern-homes-we-want-now.html\">Real-Estate Porn: Winter-White Modern Homes We Want Now</a></li>\n\n\n</ul>\n\n\n\n\n</ul>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/style-advice\" class=\"readmore\">see all</a></div></div></div>\n                \n            \n                \n            \n                \n            \n                \n            \n            </div>\n        \n\n    <!-- end urail -->\n\n    \n\n\n\n\n\n\n\n\n\n\n            \n        </div>\n                    \n            </div>\n\n            \n            \n        </div>\n        \n                \n                    \n                \n            \n    </div>  <!-- End of #page -->\n    </div>\n    \n    \n    \n\n</div>\n\n\n    <div class=\"lightreg-forms {{modalContext}}\" ng-controller=\"LightRegCtrl\">\n        <div id=\"modal-frame\" modal-window=\"modal-window\" class=\"ng-cloak\" backdrop=\"true\">\n            <div ng-view></div>\n        </div>\n    </div>\n\n\n\n    \n    \n   \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n       \n       \n   \n\n<div id=\"footer\">\n    \n    <div class=\"footer-position\">\n        <div id=\"sitemap-nav\">\n            <ul>\n                <li>\n                    <a class=\"footer-sitemap\"href=\"/services/sitemap\">Site Map</a>\n                </li>\n                <li>\n                    <a href=\"/fashion-style\">Fashion &amp; Style</a>\n                </li>\n                <li>\n                    <a href=\"/body-health\">Body &amp; Health</a>\n                </li>\n                <li>\n                    <a href=\"/style-advice/grooming/201205/grooming-guide\">Grooming</a>\n                </li>\n                <li>\n                    <a href=\"/culture-trends\">Culture &amp; Trends</a>\n                </li>\n                <li>\n                    <a href=\"/style-advice/rules-of-style/201401/details-ultimate-guides-hubs\">Ultimate Guides</a>\n                </li>\n                <li>\n                    <a href=\"http://video.details.com/\">Video</a>\n                </li>\n                <li>\n                    <a href=\"http://network.details.com/\">Details Network</a>\n                </li>\n                <li>\n                    <a href=\"http://www.detailsinsider.com/\">Promos &amp; Events</a>\n                </li>\n                <li>\n                    <a href=\"/magazine\">Magazine</a>\n                </li>\n            </ul>\n        </div>\n\n\n        <div id=\"global-footer\">\n            <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature first\">\n    <div class=\"blurb\">\n\n            \n\n            \n            <div class=\"text\">\n                \n                    <ul id=\"ft_1\">\n    <li class='footer-subscribe'></li>\n    <li><a title=\"details.com Customer Care\" href=\"https://w1.buysub.com/pubs/N3/DET/login_3_methods.jsp?cds_page_id=3489&cds_mag_code=DET&id=1408838558443&lsid=42351902384048400&vid=1\">Customer Care</a></li>\n    <li><a title=\"Contact Us\" href=\"/contact/contact-us\">Contact Details</a></li>\n    <li class=\"newsletterSignup\"><a title=\"Newsletter Signup\" href=\"/services/newsletters/demographics\">Newsletter Signup</a></li>\n    <li><a title=\"Press Center\" href=\"http://www.condenast.com/press/press-releases-contacts\">Press Center</a></li>\n    <li><a title=\"details.com site map\" href=\"http://www.condenast.com/brands/details\">Details Media Kit</a></li>\n    <li class=\"footer-feeds\"><a title=\"Feeds\"href=\"/services/rss/summary\">RSS</a></li>\n</ul>\n\n                \n            </div>\n            \n\n            \n            \n                \n            \n\n\n            \n   </div>\n    </div><div id=\"AMS_DET_GLOBAL_FOOTER_TEXTLINK\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_FOOTER_TEXTLINK !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_FOOTER_TEXTLINK\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_FOOTER_TEXTLINK\").html(pageAds.AMS_DET_GLOBAL_FOOTER_TEXTLINK.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div></div></div>\n\n            <div class=\"global-footer-nav\">\n                \n                \n                \n                \n                \n                <ul>\n                    <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Cond&eacute; Nast Careers</a></li>\n                    <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                    <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints Permissions</a></li>\n                    \n                </ul>\n            </div>\n            \n                <div class=\"global-footer-logo\">\n                    <a href=\"http://www.condenast.com\"><h3>Cond&eacute; Nast Digital</h3></a>\n                </div>\n                <div class=\"global-footer-subscriptions\">\n                    <form action=\"/\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                        <h3>Subscribe to a Magazine</h3>\n                        <ul id=\"subscribe-head\">\n                            <li> <a target=\"_blank\"  href=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit </a></li>\n                             <li><span class=\"down-arrow\"></span></li>\n                        </ul>\n                        <ul id=\"subscribe-tail\">\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired </a></li>\n                        </ul>\n                    </form>\n                </div>\n                <div class=\"global-footer-sister-sites\">\n                    <form action=\"/\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                        <h3>Visit Other Cond&eacute; Nast Sites</h3>\n                        <ul id=\"sites-head\">\n                            <li> <a target=\"_blank\" href=\"http://www.allure.com\">Allure</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.architecturaldigest.com\">Architectural Digest</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.arstechnica.com\">Ars Technica</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.bonappetit.com\">Bon App&eacute;tit</a></li>\n                            <li><span class=\"down-arrow\"></span></li>\n                        </ul>\n                        <ul id=\"sites-tail\">\n                            <li> <a target=\"_blank\" href=\"http://www.brides.com\">Brides.com</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.concierge.com\">Concierge</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.details.com\">Details</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.epicurious.com\">Epicurious</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.glamour.com\">Glamour</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.golfdigest.com\">Golf Digest</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.golfworld.com\">Golf World</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.gq.com\">GQ</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.hotelchatter.com\">Hotel Chatter</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.jaunted.com\">Jaunted</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.luckymag.com\">Lucky</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.nutritiondata.com\">NutritionData</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.reddit.com\">Reddit</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.self.com\">Self</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.style.com\">Style</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.teenvogue.com\">Teen Vogue</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.newyorker.com\">The New Yorker</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.thescene.com\">The Scene</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vanityfair.com\">Vanity Fair</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vegaschatter.com\">Vegas Chatter</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vogue.com\">Vogue</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.wmagazine.com\">W</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.wired.com\">Wired</a></li>\n                        </ul>\n                    </form>\n                </div>\n            \n\n            \n            <div class=\"footer-social-buttons\">\n                <span class=\"social-buttons-text\">Visit Details on</span>\n                <ul>\n                    <li id=\"instagram\"><a target=\"_blank\"  href=\"http://instagram.com/detailsmag\"></a></li>\n                    <li id=\"tumbler\"><a target=\"_blank\"  href=\"http://details.tumblr.com/\"></a></li>\n                    <li id=\"facebook\"><a target=\"_blank\"  href=\"https://www.facebook.com/DETAILS\"></a></li>\n                    <li id=\"twitter\"><a target=\"_blank\"  href=\"https://twitter.com/details\"></a></li>\n                    <li id=\"pinterest\"><a target=\"_blank\"  href=\"http://www.pinterest.com/detailsmag/\"></a></li>\n                </ul>\n            </div>\n        </div>\n        <div class=\"global-footer-copyright\">\n             <p>\n               <span class=\"copyright\">&copy; 2014 Cond&eacute; Nast. All rights reserved</span><br/>\n\n               Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" onclick=\"window.open(this.href);return false;\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> (effective 1/2/2014).\n              <br/>\n             <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" onclick=\"window.open(this.href);return false;\">Your California Privacy Rights</a> <br/>\n              The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast. <br/>\n              <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n         </p>\n    </div>\n    \n    \n    <img src=\"//view.atdmt.com/action/MSFT_CondeNet_AE_ExtData/v3/atc1.details/atc2.404/\" width=\"1\" height=\"1\" alt=\"msext\" />\n    \n    \n</div>\n</div>\n\n\n\n    \n    <script type=\"text/javascript\">\n        CN.page = CN.page || {};\n        CN.page.feature = ['set12','search_channelbox','manual','manual_imagetop','dart_ad','ecomplacement'];\n    </script>\n\n    \n    \n        <script type=\"text/javascript\" src=\"/js/cn-fe-common/angular/angular.min.js\"></script>\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script type=\"text/javascript\">\n       if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'details.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.details.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.details.fyre.co/api/v3.0/hottest/?site=320152\";\n       CN.livefyre.mostCommentedEntries = 5;\n    </script>\n\n    <script type='text/javascript'>\n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320152\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlBhZ2UgTm90IEZvdW5kIiwiY2hlY2tzdW0iOiJlOTY2NTFhZWJlZmQzZmI3N2Y3YmE2ZDE3YWRmMTlmNyIsImFydGljbGVJZCI6ImRldGFpbHNfIiwidXJsIjoiaHR0cDovL3d3dy5kZXRhaWxzLmNvbS9XRUItSU5GL3BhZ2VzL2NsZWFyY2FzZS80MDQuanNwIn0.7uR73q3pw70lorr8w6uT9t5qvp0K9os1beyrr_HLI6o\",\"checksum\":\"e96651aebefd3fb77f7ba6d17adf19f7\",\"articleId\":\"details_\"};\n</script>\n\n    <script type=\"text/javascript\">\n        $LAB.script(['//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js'\n                 ,'//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js'\n                 ,'/js/cn-fe-content/livefyre/cn.livefyre.int.js'])\n           .wait(function () {\n               if (jQuery(\"#livefyre\").length){\n                   CN.livefyre.main.loader().loadLivefyre();\n               }\n               if (jQuery(\".livefyre-commentcount\").length){\n                   CN.livefyre.commentCountStyle();\n               }\n               if(jQuery(\"#most-commented\").length){\n                   CN.livefyre.mostCommented = new CN.livefyre.widgets(\"most-commented\");\n                   CN.livefyre.mostCommented.init();\n                   CN.livefyre.mostCommented.mostCommented();\n               }\n           });\n    </script>\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_bottom.js\"></script>\n        \n\n\n\n\n\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_bottom_angular.js\"></script>\n        \n\n\n    \n\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/appjs/stats/omniture.js\"></script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n        \n        \n        \n                \n            \n    \n<script type=\"text/javascript\">\n    //Omniture call to set page content type\n    CN.stats.omniture.setContentType(\"null\");\n</script>\n\n\n\n\n\n\n\n\n\n<div id=\"statsHolder\">\n    <script type=\"text/javascript\">\n        \n    </script>\n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"//condenast.112.2o7.net/b/ss/conde-detailscom/1/H.15.1--NS/0\" height=\"1\" width=\"1\" alt=\"pixel\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n<script type=\"text/javascript\">\n    var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n    document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\n    try {\n        var pageTracker = _gat._getTracker(\"UA-8293713-18\");\n        pageTracker._trackPageview();\n    } catch(err) {}\n</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n    <!-- START Parse.ly Include: Standard -->\n        <div id=\"parsely-root\" style=\"display: none\">\n            <div id=\"parsely-cfg\" data-parsely-site=\"details.com\"></div>\n        </div>\n        <script>\n        (function(s, p, d) {\n          var h=d.location.protocol, i=p+\"-\"+s,\n              e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n              u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n              :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n        </script>\n    <!-- END Parse.ly Include -->\n    <script type=\"text/javascript\">_satellite.pageBottom();</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/details.com2.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            \n        \n\n\n\n\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ng-app=\"cnapp\">\n\n\n<head>\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/lib-min.css\" />\n        \n\n\n\n\n\n\n\n\n    <!--[if IE]>\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" />\n    <![endif]-->\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"/css/print-min.css\" />\n        \n\n\n\n\n\n\n    \n        <!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n        <script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/details-2/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/details-2/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n        <!-- END MOBIFY -->\n    \n\n    \n        <script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-edd1e66f99f849160bd72678c08a3b1e5ddad5d8.js\"></script>\n    \n\n    <!-- MAIN -->\n    \n    \n    \n\n    \n\n        \n\n\n    \n    \n    \n    \n    \n\n    \n\n    \n\n\n\n\n\n\n\n    \n    \n\n\n\n        \n        \n        \n        \n        \n        \n        \n                <title>Going Gray: Perfect Wardrobe :  Details</title>\n             \n    \n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_global.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta http-equiv=\"Content-Language\" content=\"en-us\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta http-equiv=\"imagetoolbar\" content=\"false\" />\n<meta name=\"Author\" content=\"Details Magazine\" />\n<meta name=\"Copyright\" content=\"Copyright (c) Cond&#233; Nast 2015\" />\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n\n\n\n<meta name=\"description\" content=\"This season, designers updated a classic color by way of modern silhouettes both tailored and casual. The verdict? The most effortless way to transition into fall is all in the shading.\" />\n<meta name=\"distribution\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n    \n            \n    \n\n\n\n<meta name=\"keywords\" content=\"style and advice, perfect wardrobe, Menswear, gray suits, gray shirts, gray pants, gray coats, gray sweaters, fashion and style, fashion, style\" />\n\n\n    \n    \n\n\n\n\n\n\n\n\n    <link rel=\"canonical\" href=\"http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\" />\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"/css/i/icons/touch_icon.png\" />\n\n\n\n\n\n\n\n                  \n            \n\n\n\n    \n\n\n\n    <meta property=\"fb:admins\" content=\"648235154, 789168297, 688620285\" />\n\n\n\n\n\n\n    \n    <meta property=\"og:image\" content=\"http://www.details.com/images/style-advice/perfect-wardrobe/201408/gray-fall-fashion/01-ermenegildo-zenga-couture-gray-blazer-carven-white-shirt-thumb.jpg\"/>\n\n<meta property=\"og:site_name\" content=\"Details\"/>\n\n        <meta property=\"og:title\" content=\"Going Gray\" />\n    \n<meta property=\"og:url\" content=\"http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n        \n    \n\n\n\n\n    \n        \n        \n    \n\n\n\n\n\n    \n        \n    \n        \n    \n\n\n\n\n\n    \n        \n            \n                \n            \n        \n    \n\n\n\n\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n\n<meta name='parsely-page' content='{\"title\": \"Going Gray: Perfect Wardrobe\",\"link\": \"http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\",\"image_url\": \"http://www.details.com/images/style-advice/perfect-wardrobe/201408/gray-fall-fashion/01-ermenegildo-zenga-couture-gray-blazer-carven-white-shirt-thumb.jpg\",\"type\": \"post\",\"post_id\": \"2000000002815870\",\"pub_date\": \"2014-07-31T00:00:00Z\",\"section\": \"Fashion Style\",\"author\": \"Robert Nethery\",\"tags\": [\"style and advice\",\"perfect wardrobe\",\"Menswear\",\"gray suits\",\"gray shirts\",\"gray pants\",\"gray coats\",\"gray sweaters\",\"fashion and style\",\"fashion\",\"style\"]}'>\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\nCN.config.set({\n  title        : \"Going Gray: Perfect Wardrobe\",\n  url          : 'http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall',\n  description  : \"This season, designers updated a classic color by way of modern silhouettes both tailored and casual. The verdict? The most effortless way to transition into fall is all in the shading.\",\n  keywords     : \"style and advice, perfect wardrobe, Menswear, gray suits, gray shirts, gray pants, gray coats, gray sweaters, fashion and style, fashion, style\",\n  facebook     : {pageid: \"7477053657\"},\n  isiFrame     : true\n});\n</script>\n\n\n\n    <script type=\"text/javascript\">\n        CN.site.init({\n            env: 'PROD',\n            code: 'DET',\n            title: 'Details',\n            name: 'details',\n            tld: 'details.com',\n            alias: 'Details.com',\n            eventTrackingUrl: 'http://result.details.com',\n            eventTrackingEnv: 'PROD',\n            mobilecompatible: 'true',\n            httpStatusCode: 200,\n            userServiceUrl: 'http://user-service.condenastdigital.com',\n            userServiceKey: 'J6NITViWkLrv6w8esxQOtMejg1E=',\n            ecomUrl: 'https://subscribe.details.com/api/circ/xml/Transaction',\n            litereg: 'true'\n        });\n\n    </script>\n\n    \n    \n\n    \n        \n        \n    \n\n    \n        \n        \n    \n\n    \n        \n        \n    \n\n    \n\n    \n    \n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n            \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_top.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n    \n    <script type=\"text/javascript\" src=\"//use.typekit.net/wym7qef.js\"></script>\n    <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n\n    \n        \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n    var defaultHost = \"www.details.com\";\n    var secureHost = \"secure.details.com\";\n    var isSecure = location.protocol == \"https:\" ? true : false;\n</script>\n\n\n    \n        <script type=\"text/javascript\" src=\"http://event.details.com/js/eventTracker.js\"></script>\n    \n\n    \n\n    \n\n    <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen\" href=\"/css/list.css\" />\n    \n    \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n       \n    \n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n    CN.config.set({\n        hasIntro   : false,\n        playTimer  : 5,\n        transition : 'standard',\n        contentId  : 2000000002815870,\n        viewAll    : true,\n        carousel   : true,\n        imagelist  : false,\n        viewLarger : true\n    });\n\n            // Adds classes for rendering based on intro and hash state\n    (function() {\n        var fragment = CN.url.getFragment(),\n            slide    = CN.url.params().slide;\n\n                // For page rendering purposes, we have a visible intro if we hit the page without a fragment id\n        if (CN.page.config.hasIntro === true && ((fragment === false || fragment === 'intro') && !slide)) {\n            jQuery('html').addClass('slideshow-hasintro-true');\n        }\n\n                // If DCT turns off intro page, we show intro if it exists\n        if (CN.page.config.hasIntro === false) {\n            jQuery('html').addClass('slideshow-showintro-true');\n        }\n\n                // Showing the initial JSP-provided slide depends on whether the URL agrees with the JSP provided slide\n        if (fragment === false || fragment === 'slide=1' || fragment === 'intro' || (fragment === false && slide)) {\n            jQuery('html').addClass('slideshow-showinitial-true');\n        } else {\n            jQuery('html').addClass('slideshow-showinitial-false');\n        }\n    })();\n</script>\n\n    \n\n    \n\n\n   \n     \n\n   \n     \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n      \n     \n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n    \n\n\n\n\n    \n    \n        \n         <style>\n#wrapper {\nbackground:none;\nposition: static;\n}\n\n.slideOverlay .content-headline,\n.listE .details-headline h1,\n.home .set15 h3.header a,\n.channel-page .set15 h3.header a,\n#page-tail .features.set4 .carousel h3.header a {\n  text-transform: none;\n}\n\n.home #hp-rotator {\noverflow: hidden !important;\n}\n#hp-rotator .features {\nz-index:0; \n}\n#hp-rotator .features .feature-dartad {\ntop: 0;\n}\n.listE .itemA .item-text b:first-child {\npadding-top: 0 !important;\ndisplay: inline;\n}\n\n.features div.videooverlay a > .playbutton {\ndisplay: none;\n}\n#topBannerAd .displayAd {\nwidth: auto;\ndisplay: inline-block;\n}\n\n/*Hide rightrail A and right Rail B for following articles and slideshows\n* This is a hotfix specfic to campaign.\n*/\n.s_fashion-style.ss_perfect-wardrobe.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_rules-of-style.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_rules-of-style.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_A,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_perfect-wardrobe.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_rules-of-style.c_201006.article #AMS_DET_GLOBAL_RIGHTRAIL_B,\n.s_fashion-style.ss_rules-of-style.c_201006.listC #AMS_DET_GLOBAL_RIGHTRAIL_B{\n    display: none !important;\n}\n.listC #wrapper {\n   background:none !important;\n}\n#in-stream900x90_frame > div {\nbackground: #fff;\n}\n.ad-insteam {\ntext-align: center;\n}\n#yrail_ads_top .yrail_ad_wrap.noscroll {\nmargin-left: 0 !important;\nposition: static !important;\n}\n#rolloverAd.hideComponent,\n#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL.hideComponent{\n    display: none !important;\n}\n</style>\n<script type=\"text/javascript\">\njQuery(function(){\n    if(/(american-fashion-menswear-designers-style-trends|america-fashion-inventions|classic-american-fashion-brands|quintessentially-american-fashion-archetypes|made-in-america-grooming-products|john-varvatos-thom-browne-and-michael-bastian-talk-american-style|public-school-woolmark-american-menswear-finalists-2014|fashion-style\\/rules-of-style|blogs\\/.*rules-of-style)/.test(location.pathname)){\n        jQuery('#AMS_DET_GLOBAL_RIGHTRAIL_A,#rolloverAd').addClass('hideComponent');\n        jQuery(window).on('hashchange',function(){\n            jQuery('#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL').addClass('hideComponent');\n        });\n        jQuery(function(){\n            setTimeout(function(){jQuery('#AMS_DET_GLOBAL_SLIDESHOW_RIGHTRAIL').addClass('hideComponent')},200);\n        });\n    }else {\n        if(!(/^\\/$/.test(location.pathname)) && !jQuery('body').hasClass('listC') && !jQuery('body').hasClass('listE')){\n            CN.popups.setLayer(true).setExiting(false).init();\n        }\n    }\n});\n\n\n\nif(/^\\/(fashion-style|body-health|grooming|culture-trends)?\\/?$/.test(location.pathname)) {\n    jQuery(window).on('CN.customEvents.GPTAdsRendered',function(){\n        if(jQuery('#yrail_ads_top').length && jQuery('#yrail_ads_top .yrail_ad_wrap').outerHeight() > 1000) {\n           jQuery('#yrail_ads_top .yrail_ad_wrap').addClass('noscroll');\n        }\n    });\n    \n    jQuery(window).scroll(function(){\n        if(jQuery('#yrail_ads_top').length && jQuery('#yrail_ads_top .yrail_ad_wrap').outerHeight() > 1000) {\n           jQuery('#yrail_ads_top .yrail_ad_wrap').addClass('noscroll');\n        }\n    });\n}else if (/^\\/(fashion-style)\\/(rules-of-style|perfect-wardrobe)\\/201006\\//.test(location.pathname)){\n    /*CN.popups.setLayer(false).setExiting(false).setArriving(false).init();\n    jQuery(function(){\n        jQuery('.home #rolloverAd').addClass('hide');\n    });*/\n}\nelse {\n //CN.popups.setLayer(true).setExiting(false).init();\n}\n    CN.ecom.rolloverAd.setOffset(1, -29).timeout(3);\n\n</script>\n        \n    \n\n\n    \n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n        \n    \n\n    \n\n    \n\n    \n            <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.init({\n            adUnits: {\n                    unit1: 'details.dart',\n                    unit2: 'fashion_style;',\n                    unit3: 'perfect-wardrobe',\n                    unit4: '201408'\n                },\n            contentId: '2000000002815870',\n            contentType: 'List',\n            kws:[ \"list\",\"fashion-style\",\"perfect-wardrobe\",\"gray-shirts-sweaters-pants-suits-coats-for-fall\",\"201408\"],\n            charmap : {' ' : '+', '-' : '_'},\n            useOneAdCall : true,\n            gptCallback : function(ad){\n           if(ad) {\n                if ( ad.size[0] == 1 && ad.size[1] == 1 && !ad.isEmpty) {\n                    jQuery('#floatingAd').addClass('hide');\n                }\n             }\n        }\n        });\n    //-->\n    </script>\n        \n\n\n\n    \n    \n\n    <script>\n        CN.dart.oneAdCall({'header': {sz:'728x90', kws:[\"top\"]},\n                'trail': {sz:'184x64', kws:[\"top\"]},\n                'yrailTop': {sz:'300x250', kws:[\"top\"]},\n                'yRailBottom': {sz:'300x250', kws:[\"bottom\"]},\n                'PolarAdDiv3': {sz:'315x200', kws:[]}});\n    </script>\n</head>\n\n<body class=\"s_fashion-style ss_perfect-wardrobe c_201408 listC listCitemB\" ng-controller=\"PageCtrl\">\n    \n\n\n\n\n    \n    <misc:replaceString var=\"canonicalUrl\" input=\"http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\" regex=\"(.*)/$\" substitution=\"$1\" />\n\n\n\n\n    \n\n\n\n        \n    \n\n<!--Adobe Target Mbox-->\n<script>promoKeywords='default';</script>\n\n<div class=\"mboxDefault\"></div>\n\n<script type=\"text/javascript\">\n    /** Encode special characters in a string*/\n    var htmlEncode = (function(str) {\n        var map = {\"&\":\"amp\", \"<\":\"lt\", \">\":\"gt\", '\"':\"quot\", \"'\":\"#39\"};\n        return str.replace(/[&<>\"']/g, function(match) { return \"&\" + map[match] + \";\"; });\n    });\n    var mboxDesc = jQuery(\"meta[name='description']\").attr('content') || '';\n    mboxCreate(\n    'det_ed_global',\n    'entity.id=2000000002815870',\n    'entity.name=' + htmlEncode(mboxDesc),\n    'entity.categoryId=List',\n    'entity.pageUrl=http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall',\n    'entity.thumbnailUrl=/images/style-advice/perfect-wardrobe/201408/gray-fall-fashion/01-ermenegildo-zenga-couture-gray-blazer-carven-white-shirt-thumb.jpg',\n    'entity.inventory=1',\n    'entity.value=1',\n    'entity.brand=details'\n    );\n</script>\n<!--End Adobe Target Mbox-->\n\n\n    <!-- Polar metadata placeholders -->\n    <div style=\"display: none\">\n        \n        <div id=\"PolarAdDiv3315x200_frame\"></div>\n    </div>\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n            \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n                \n                    \n                \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n    \n    \n            <script type=\"text/javascript\" src=\"/js/ecomfw.min.js\"></script>\n            <script type=\"text/javascript\" src=\"/js/details_ecom.js\"></script>\n        \n    <script type=\"text/javascript\">\n        window._ghearst_vars = (function() {\n\n        if( typeof metaKeyWords === \"undefined\" ){\n            metaKeyWords = \"\";\n        }\n\n        return {\n            'ams_ads_script_src': 'http://subscribe.details.com/ams/page-ads.js?ad_category_prefix=fashion-style&keywords='+metaKeyWords+'&browser_path=%2Ffashion-style%2Fperfect-wardrobe%2F201408%2Fgray-shirts-sweaters-pants-suits-coats-for-fall&cat_prefixes=%2Cfashion-style%2Cperfect-wardrobe%2C201408%2Cgray-shirts-sweaters-pants-suits-coats-for-fall&position_list=AMS_DET_GLOBAL_SLIDESHOW%2CAMS_DET_POPUP_FLOATINGAD%2CAMS_DET_GLOBAL_NAVBAR_ROLLOVER%2CAMS_DET_GLOBAL_RIGHTRAIL_A%2CAMS_DET_GLOBAL_RIGHTRAIL_B%2CAMS_DET_GLOBAL_EMBEDDEDFORM%2CAMS_DET_GLOBAL_FOOTER%2CAMS_DET_GLOBAL_FOOTER_TEXTLINK%2CAMS_DET_GLOBAL_MAGAZINE_SUBNAV%2CAMS_DET_GLOBAL_NAVBAR%2CAMS_DET_HOMEPAGE_HEADERCALLOUT%2CAMS_DET_GLOBAL_HEADER%2CAMS_DET_LITEREG_SUBSCRIBE&site_prefix=details&subdomain=www&url_name=gray-shirts-sweaters-pants-suits-coats-for-fall'\n        }\n    })();\n\n        (function($) {\n            var show = function() {\n                $('.ecom-placement').each(function() {\n                    $(this).css('visibility', 'visible');\n                });\n            };\n            \n            $LAB.script(_ghearst_vars.ams_ads_script_src)\n                .wait(function() {\n                    \n                    CN.hearstQue.run(window.pageAds);\n                    jQuery(window).trigger('CN.custom.event.ecomLoaded');\n                });\n\n            \n            setTimeout(show, 10 * 1000);\n        }(jQuery));\n    </script>\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img border=\"0\" src=\"/images/ecom/failsafe/DET_popup_floating.jpg\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_POPUP_FLOATINGAD !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_POPUP_FLOATINGAD\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_POPUP_FLOATINGAD\").html(pageAds.AMS_DET_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n    </div>\n</div>\n\n\n\n<div id=\"wrapper\">\n     \n        <div id=\"header\" class=\"sticky\">\n            \n                \n                    <div id=\"topBannerAd\" style=\"display: none\">\n                        \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div>\n    \n\n                    </div>\n                \n            \n            \n\n\n        <div class=\"header-position\">\n            <div id=\"logo\">\n                <a title=\"Go to the Details homepage\" href=\"/\"><img alt=\"Details\" src=\"/css/i/global/desktop_logo.png\" /></a>\n            </div>\n            <div class=\"header-menu\">\n                <a><img alt=\"Details\" src=\"/css/i/global/header_menu.png\" /></a>\n                \n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                    \n            \n        \n        \n            \n            \n                \n                        \n                            \n                                \n                                \n                                    \n                                \n                            \n                                \n                                \n                                    \n                                \n                            \n                    \n            \n        \n        \n    \n\n\n    <div id=\"global-nav\">\n        <ul id=\"global-nav-menu\">\n            <li class=\"Ham_arrowUp\"></li>\n            <li id=\"nav-home\"><a   href=\"/\" title=\"\">Home</a></li>\n                        <li id=\"nav-fashion-style\"><a   href=\"/fashion-style\" title=\"\">Fashion & Style</a></li>\n                        <li id=\"nav-body-health\"><a   href=\"/body-health\" title=\"\">Body & Health</a></li>\n                        <li id=\"nav-grooming\"><a   href=\"/grooming\" title=\"\">Grooming</a></li>\n                        <li id=\"nav-culture-trends\"><a   href=\"/culture-trends\" title=\"\">Culture & Trends</a></li>\n                        <li id=\"nav-ultimate-guides\"><a   href=\"/ultimate-guides/all\" title=\"\">Ultimate Guides</a></li>\n                        <li id=\"nav-video\"><a   href=\"http://video.details.com/\" title=\"\">Video</a></li>\n                        <li id=\"nav-style-network\"><a   href=\"http://network.details.com/\" title=\"\">Details Network</a></li>\n                        <li id=\"nav-promotions-events\"><a   href=\"http://www.detailsinsider.com/\" title=\"\">Promos & Events</a></li>\n                        <li id=\"nav-magazine\"><a   href=\"/magazine\" title=\"\">Magazine</a></li>\n        </ul>\n        <hr />\n            \n                <div id=\"global-sub-menu\">\n                    <ul id=\"subnav-fashion-style\">\n                                        \n                                        <li class=\"first\"><a href=\"/fashion-style/what-to-wear-now\">What to Wear Now</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/designers\">Designers</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/street-style\">Street Style</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/style-tips\">Style Tips</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/fashion-week\">Fashion Week</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/models\">Models</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/watches\">Watches</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/shoes\">Shoes</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/suits\">Suits</a></li>\n                                        \n                                        <li><a href=\"/fashion-style/eyewear\">Eyewear</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/fashion-style/coats-jackets\">Coats & Jackets</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-body-health\">\n                                        \n                                        <li class=\"first\"><a href=\"/body-health/exercise-workout\">Exercise & Workout</a></li>\n                                        \n                                        <li><a href=\"/body-health/food-diet\">Food & Diet</a></li>\n                                        \n                                        <li><a href=\"/body-health/psyche\">Psyche</a></li>\n                                        \n                                        <li><a href=\"/body-health/sex-relationships\">Sex & Relationships</a></li>\n                                        \n                                        <li><a href=\"/body-health/health-myths\">Health Myths</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/body-health/alternative-practices\">Alternative Practices</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-grooming\">\n                                        \n                                        <li class=\"first\"><a href=\"/grooming/hair\">Hair</a></li>\n                                        \n                                        <li><a href=\"/grooming/fragrance\">Fragrance</a></li>\n                                        \n                                        <li><a href=\"/grooming/body-face\">Body & Face</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/grooming/shaving\">Shaving</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-culture-trends\">\n                                        \n                                        <li class=\"first\"><a href=\"/culture-trends/celebrities\">Celebrities</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/movies-tv\">Movies & TV</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/music-books\">Music & Books</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/food-drink\">Food & Drink</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/tech-gear\">Tech & Gear</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/home-interiors\">Home & Interiors</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/sports\">Sports</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/art-design\">Art & Design</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/cars\">Cars</a></li>\n                                        \n                                        <li><a href=\"/culture-trends/travel\">Travel</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/culture-trends/critical-eye\">Critical Eye</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-ultimate-guides\">\n                                        \n                                        <li class=\"first\"><a href=\"/ultimate-guides/2014-holiday-gift-guides\">Gift Guides</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-hairstyles-cuts-for-men\">Hairstyles & Cuts</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-watches-for-men\">Watches Buying Guide</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-grooming-products-awards\">Grooming Products & Awards</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-tailoring-suit\">Tailoring Tips</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-house-home\">House & Home</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-travel\">Travel Destinations</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/best-street-style\">Street Style Top Picks</a></li>\n                                        \n                                        <li><a href=\"/ultimate-guides/classic-hollywood-style\">Celebrity Style</a></li>\n                                        \n                                        <li class=\"last\"><a href=\"/ultimate-guides/all\">See All</a></li>\n                                        \n                                        \n                                            </ul>\n                                        \n                                            <ul id=\"subnav-magazine\">\n                                        \n                                        <li class=\"first\"><a href=\"/magazine/details-mobile-ipad-nook-kindle-zinio-android\">Tablet Editions</a></li>\n                                        \n                                        <li><a href=\"/celebrities-entertainment/cover-stars/201003/details-anniversary-best-of-cover-stars#slide=1\">A Decade of Covers</a></li>\n                                        \n                                            <li class=\"last\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_MAGAZINE_SUBNAV\" class=\"ecom-placement\">\n           <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n           \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_MAGAZINE_SUBNAV !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_MAGAZINE_SUBNAV\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_MAGAZINE_SUBNAV\").html(pageAds.AMS_DET_GLOBAL_MAGAZINE_SUBNAV.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    </li>\n                                       \n                                        \n                                            </ul>\n                </div>\n            \n    </div>\n\n\n\n\n            </div>\n            <div class=\"header-search\">\n                <a id=\"search-icon\" href=\"#\"></a>\n                \n\n\n\n\n\n\n\n\n        <form name=\"search_form_rail\" id=\"search_form_rail\" action=\"/search\" class=\"paginatorForm\" method=\"get\">\n            <div class=\"row\">\n                <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n                <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n                <input type=\"text\" name=\"query\" id=\"results-search-rail\" value=\"\" />\n                <button name=\"submit\" class=\"submit\" id=\"submit_rail\" title=\"Search\" type=\"submit\">Submit</button>\n            </div>\n        </form>\n    \n            </div>\n\n            \n                \n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n            \n            \n                \n                        \n                        \n                        \n                    \n            \n        \n        \n    \n\n\n<div id=\"sub-nav\">\n    <ul id=\"sub-nav-menu\">\n        <li id=\"nav-resolutions\"><a   href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\" title=\"\">Resolutions</a></li>\n                        <li id=\"nav-best-dressed-list\"><a   href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\" title=\"\">Best-Dressed List</a></li>\n                        <li id=\"nav-Video\"><a   href=\"http://video.details.com\" title=\"\">Video</a></li>\n                        <li id=\"nav-details_network\"><a   href=\"http://network.details.com/\" title=\"\">Details Network</a></li>\n        <li id=\"navbar-ecom\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n            <a class=\"subscribe\" href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_NAVBAR !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_NAVBAR\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_NAVBAR\").html(pageAds.AMS_DET_GLOBAL_NAVBAR.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n        \n            \n\n\n\n\n\n<!-- Rollover Ad Template for instance rolloverAd-->\n<div id=\"rolloverAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n        <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img border=\"0\" src=\"/images/ecom/failsafe/DET_navbar_rollover.jpg\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" usemap=\"#rollovermap\"/></a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_NAVBAR_ROLLOVER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_NAVBAR_ROLLOVER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_DET_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n        var callback = { func: MAGNET.ecom.rolloverAd.init,params: ['rolloverAd'] };\n        callback.func.call(CNP.ecom, callback.params);\n    \n});\n\n</script>\n\n\n\n        \n        </div>\n    \n    </div>\n    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n        \n        </li>\n    </ul>\n    \n</div>\n\n\n\n            \n\n            <div class=\"header-social-icons\">\n                <ul>\n                    <li id=\"instagram\"><a target=\"_blank\"  href=\"http://instagram.com/detailsmag\"></a></li>\n                    <li id=\"tumbler\"><a target=\"_blank\"  href=\"http://details.tumblr.com/\"></a></li>\n                    <li id=\"facebook\"><a target=\"_blank\"  href=\"https://www.facebook.com/DETAILS\"></a></li>\n                    <li id=\"twitter\"><a target=\"_blank\"  href=\"https://twitter.com/details\"></a></li>\n                    <li id=\"pinterest\"><a target=\"_blank\"  href=\"http://www.pinterest.com/detailsmag/\"></a></li>\n                </ul>\n            </div>\n            <div id=\"header-subs\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_HOMEPAGE_HEADERCALLOUT\">\n            <img border=\"0\" src=\"/images/ecom/failsafe/DET_headercallout_300x75.png\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" usemap=\"#headercalloutmap\"/>\n            <map name=\"headercalloutmap\">\n                <area shape=\"rect\" coords=\"0,0,309,50\" href=\"http://www.details.com/go/failsafe\" alt=\"Subscribe Now\">\n                <area shape=\"rect\" coords=\"20,50,118,80\" href=\"http://www.details.com/go/failsafe\" alt=\"Subscribe Now\">\n                <area shape=\"rect\" coords=\"134,50,151,80\" href=\"http://www.details.com/go/giftfailsafe\" alt=\"Gift\">\n                <area shape=\"rect\" coords=\"168,50,206,80\" href=\"https://w1.buysub.com/pubs/N3/DET/login_3_methods.jsp?cds_page_id=3489\" alt=\"Renew\">\n                <area shape=\"rect\" coords=\"219,50,288,80\" href=\"http://www.details.com/go/internationalfailsafe\" alt=\"International\">\n            </map>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_HOMEPAGE_HEADERCALLOUT !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_HOMEPAGE_HEADERCALLOUT\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_HOMEPAGE_HEADERCALLOUT\").html(pageAds.AMS_DET_HOMEPAGE_HEADERCALLOUT.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n            </div>\n        </div>\n    \n\n\n        </div>\n    \n\n    \n\n    \n\n    <div id=\"page-wrapper\"><!-- Added for full width -->\n    <div id = \"page\">\n        \n\n        <!-- HOME PAGE,CULTURE TRENDS,STYLE ADVICE,CELEBRITIES ENTERTAINMENT,HEALTH FITNESS,VIDEO,MAGAZINE-->\n\n        \n        <!-- START TOP RAIL -->\n        \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n        \n        \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start toprail -->\n    \n            <div id=\"toprail\">\n            \n                \n                <div id=\"position1_toprail\"><div id=\"ps1_fs1_toprail\" class=\"features\"><div class=\"feature manual imagetop first\">\n    \n        \n        <h3 class=\"header\">\n            \n                Now <br />Trending\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/culture-trends/home-interiors/201412/interior-design-trends-2015#/slide=1\" title=\"\"><img class=\"lazy\" data-original=\"/images/index-headers/trail/december-2014/design-predictions-Houzz.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/images/index-headers/trail/december-2014/design-predictions-Houzz.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/culture-trends/home-interiors/201412/interior-design-trends-2015#/slide=1\">10 Home Design Predictions for 2015</a>\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\" title=\"\"><img class=\"lazy\" data-original=\"/images/fashion-style/201412/best-dressed-men-2014/best-dressed-men-2014-search-thumb.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/images/fashion-style/201412/best-dressed-men-2014/best-dressed-men-2014-search-thumb.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/fashion-style/style-tips/201412/best-dressed-men-2014#/slide=1\">The Best-Dressed Men of 2014</a>\n            \n        </h3>\n    </div><div class=\"feature manual imagetop\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n        <div class=\"captioned-photo\">\n         \n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\" title=\"\"><img class=\"lazy\" data-original=\"/blogs/daily-details/details-running-weight-loss-2014-thumb.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"featureimg\"   /><noscript><img src=\"/blogs/daily-details/details-running-weight-loss-2014-thumb.jpg\" alt=\"\" class=\"featureimg\"   /></noscript></a></div>\n        \n\n\n\n\n\n        \n\n    \n        </div>\n    \n        \n        <h3 class=\"header\">\n            \n                <a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\">New Year's Resolutions Guide</a>\n            \n        </h3>\n    </div><div class=\"feature-dartad\">\n        \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"trail184x64_frame\" class=\"displayAd displayAd184x64Js\" data-cb-ad-id=\"trail184x64_frame\"></div>\n    \n\n        </div></div></div>\n                \n            \n                \n            \n                \n            \n                \n            \n                \n            \n                \n            \n            </div>\n        \n\n    <!-- end toprail -->\n\n    \n\n\n\n\n\n\n\n\n\n\n            \n        \n        <!-- END TOP RAIL-->\n\n\n        <div id=\"content\">\n            \n                \n\n\n\n\n    \n    \n\n\n\n    <ul id='bc' title='Navigation Trail'>\n        \n            \n                <li class='first'>\n                \n                    <a href=\"/\">Home</a>\n                \n                </li>\n            \n        \n            \n                <li >\n                \n                    <a href=\"/fashion-style/\">Fashion & Style</a>\n                \n                </li>\n            \n        \n            \n                <li >\n                \n                    Perfect Wardrobe\n                \n                </li>\n            \n        \n    </ul>\n\n\n            \n\n            <script type=\"text/javascript\">\n                CN.page = CN.page || {};\n                CN.page.type = 'List';\n            </script>\n\n            \n\n            \n\n            \n\n            <div id=\"main\">\n                \n\n                \n                        <div class=\"list\">\n    \n    \n\n        \n        \n\n            <div class=\"headers-container\">\n\n                <div class=\"headers\">\n\n                    \n\n                    \n                        \n                        \n\n\n\n\n\n\n\n\n        \n            <h1 class=\"content-headline\">Going Gray</h1>\n        \n    \n\n\n                        \n                    \n\n                    \n                        \n                        \n\n\n\n\n\n \n    \n         \n            \n                <h2 class=\"sub-header\"><span>This season, designers updated a classic color by way of modern silhouettes both tailored and casual. The verdict? The most effortless way to transition into fall is all in the shading.</span></h2>\n            \n        \n  \n\n\n\n                        \n                    \n\n                    \n                        \n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n    \n\n    \n\n    \n        \n            \n            \n\n            \n        \n    \n\n    \n\n    \n\n    \n\n    \n\n\n    \n\n    \n\n    \n\n\n\n\n\n\n\n\n\n    \n\n    \n        <div class=\"byline\">\n            <div class=\"contributors\"><div class=\"contributor-type first last\"><span class=\"contributor\"><strong class=\"label\">Photographs by  </strong><span class=\"name\"><a href=\"/contributors/robert-nethery\">Robert Nethery</a></span><span class=\"contributor-divider\"></span><span class=\"contributor-type-divider\"></span></span></div></div>\n        </div>\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n      <div class=\"display-date\">\n          \n\n          \n\n          \n              \n              \n             \n                    \n                  \n          \n\n          \n          \n\n          <!-- MMMM yyyy -->\n          \n          \n              \n              \n              Friday, August 01, 2014\n            \n\n          \n          \n\n\n          \n           \n\n      </div>\n  \n\n\n                        \n                    \n\n                </div>\n\n            </div>\n\n        \n        \n        \n            <div class=\"social-utilities\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-social-top\">\n\n        \n            \n                    <li class=\"utility-fb-share\"></li>\n                \n        \n            \n                    <li class=\"utility-tweet\"></li>\n                \n        \n            \n                    <li class=\"utility-gplusone\">\n                        <g:plusone></g:plusone>\n                    </li>\n                \n        \n            \n                    <li class=\"utility-reddit-share\"></li>\n                \n        \n            \n                    <li class=\"utility-stumble-upon\"></li>\n                \n        \n            \n                    \n                    <li class=\"utility-pinit\">\n                    </li>\n                \n        \n            \n                    <li class=\"utility-tumblr\"></li>\n                \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                <span class=\"more-actions\"></span>\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-right top hidden\">\n\n        \n            \n                    \n                    \n                    <li class=\"utility-print\"><a href=\"/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall?printable=true\" title=\"Print this page\">Print</a></li>\n                \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            </div>\n        \n\n        \n\n\n        \n        \n\n            <div class=\"intro-container\">\n\n                <div class=\"intro\">\n\n                    \n                    \n\n\n\n\n\n\n\n\n\n\n\n      \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n\n                    <div class=\"intro-text\">\n\n                        \n                            \n                            \n                            \n\n\n\n\n\n\n\n\n\n\n                            \n                            \n                        \n\n                        \n                            \n                            \n                            \n\n\n\n\n\n\n                            \n                            \n                        \n\n                    </div>\n\n                </div>\n\n            </div>\n\n        \n        \n\n    \n\n    \n    \n\n    \n    <div id=\"items-container\">\n\n        \n        \n            <div class=\"control-bar \" id=\"show-header\">\n                <div class=\"start\"><a href=\"#\">Play Slideshow</a></div>\n                <div class=\"stop\"><a href=\"#\">Pause</a></div>\n                \n                    <div class=\"viewlarger\"><a href=\"#\">View Larger</a></div>\n                \n                \n                    <div class=\"viewall\"><a href=\"#\">View All Thumbnails</a></div>\n                \n                <div class=\"previous\"><a href=\"?slide=10\" title=\"Previous slide\">Previous</a></div>\n                <div class=\"count\">1 of 10</div>\n                <div class=\"next\"><a href=\"?slide=2\" title=\"Next slide\">Next</a></div>\n            </div>\n        \n        \n\n         \n        \n        \n\n        \n\n\n        \n        \n            <div class=\"slideshow-items items\">\n                <div class=\"first-slide\">\n                    \n                    \n                        \n                        \n                        \n                        \n                        \n                        \n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"item itemB\">\n\n    \n    <!-- <div class=\"alt numbers\">1</div> -->\n\n    \n            <div class=\"captioned-photo\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><img itemprop=\"image\" src=\"/images/style-advice/perfect-wardrobe/201408/gray-fall-fashion/01-ermenegildo-zenga-couture-gray-blazer-carven-white-shirt-VSS.jpg\" alt=\"\" class=&#38;#34;featureimg&#38;#34;   /></div>\n        \n\n\n\n\n        \n        \n        \n    </div>\n            \n                <div class=\"item-inner\">\n                    <div class=\"headers-container\">\n        <div class=\"headers\">\n\n            \n                \n                \n                    \n                \n                \n\n\n\n\n\n\n                \n                \n            \n\n            \n                \n                \n                \n                    \n                \n                \n\n\n\n\n\n\n\n\n\n\n                \n                \n            \n\n            \n\n\n\n        </div>\n    </div>\n                    <div class=\"item-text\">\n       \n\n\n        \n\n        \n\n            \n                <div class=\"body\">\n                    <p><i>Blazer and vest by <a href=\"http://www.zegna.com/us/ermenegildo-zegna/couture.html\" target=\"_blank\">Ermenegildo Zegna Couture</a>. Shirt by <a href=\"http://us.carven.com/us_en/?SID=4mju24sg49f4qq8p3fg33q6out5hng66\" target=\"_blank\">Carven</a>.</i></p> \n                </div>\n            \n\n            \n\n            \n            \n\n            \n                \n                \n\n\n\n\n\n\n\n\n\n<div class=\"footer\">\n\n\n\n\n\n</div>\n\n                \n            \n\n            \n\n        \n\n        \n        \n\n\n    </div>\n                </div>\n            \n        \n\n</div>\n\n\n\n\n                    \n                </div>\n            </div>\n        \n        \n\n        \n        \n        \n\n\n        \n        <div id=\"item-navigation-container\"></div>\n\n        \n        \n            <div class=\"control-bar \" id=\"show-footer\">\n                <div class=\"start\"><a href=\"#\">Play Slideshow</a></div>\n                <div class=\"stop\"><a href=\"#\">Pause</a></div>\n                \n                    <div class=\"viewlarger\"><a href=\"#\">View Larger</a></div>\n                \n                \n                    <div class=\"viewall\"><a href=\"#\">View All Thumbnails</a></div>\n                \n                <div class=\"previous\"><a href=\"?slide=10\" title=\"Previous slide\">Previous</a></div>\n                <div class=\"count\">1 of 10</div>\n                <div class=\"next\"><a href=\"?slide=2\" title=\"Next slide\">Next</a></div>\n            </div>\n        \n        \n\n        \n        \n            <script type=\"text/javascript\">\n                        // We need to disable the controls immediately, placing this in external script requires a delay until yrail ads come back.\n                        // There MUST be an error handler for the slideshow ajax call that deletes this div if data fails, otherwise the\n                        // slideshow will be unusable!\n                jQuery('<div class=\"slideshow-loading\"></div>').appendTo('.control-bar');\n                jQuery('<div class=\"slideshow-loading-message\">Loading Slideshow</div>').appendTo('.items');\n            </script>\n        \n\n    </div>\n    \n\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    <div class=\"list-supporting\">\n        \n            \n            \n\n\n\n\n\n\n\n\n\n<div class=\"footer\">\n\n\n\n\n\n</div>\n\n            \n        \n        \n             \n    <div class=\"photo-credits\">Styling by Benjamin Sturgill. Grooming by Martin-Christopher Harper at Platform using Aveda. Casting by Edward Kim at The Edit Desk. </div>\n\n\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n   \n   \n\n   \n   \n   \n\n   \n\n   \n\n   \n\n   \n\n   \n\n   \n\n   \n   \n   \n\n   \n   \n   \n\n   \n   \n   \n\n\n\n   \n\n\n   \n\n\n   \n\n\n   \n\n\n   \n\n\n\n\n<div class=\"keywords\">\n  <dl>\n    <dt>Keywords</dt>\n    <dd><a href=\"/about/style-and-advice\">style and advice</a>, </dd>\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n                <dd><a href=\"/about/perfect-wardrobe\">perfect wardrobe</a>, </dd>\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n                <dd><a href=\"/about/fashion-and-style\">fashion and style</a>, </dd>\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n                <dd><a href=\"/about/fashion\">fashion</a>, </dd>\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n                <dd><a href=\"/about/style\">style</a></dd>\n  </dl>\n</div>\n\n\n\n        \n    </div>\n    \n\n    \n\n\n\n    \n    \n\n    \n    \n\n    \n\n    \n    \n</div>\n\n\n\n\n\n\n    <div id=\"livefyre\"></div>\n\n\n\n\n    <div id=\"slideshow-cm-container\">\n        \n            <div id=\"slideshow-cm-subsoffer\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_SLIDESHOW\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img border=\"0\" src=\"/images/ecom/failsafe/DET_slideshow.gif\" alt=\"Subscribe to Details\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_SLIDESHOW !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_SLIDESHOW\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_SLIDESHOW\").html(pageAds.AMS_DET_GLOBAL_SLIDESHOW.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n            </div>\n            <div id=\"slideshow-cm-extra\">\n                <div id=\"slideshow-cm-sharing\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-slideshow-cm\">\n\n        \n            \n                    \n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!-- AddThis Bookmark Button BEGIN -->\n\n<li class=\"utility-share\"><a title=\"Bookmark this page\" href=\"http://www.addthis.com/bookmark.php?pub=details&amp;url=http%3a%2f%2fwww.details.com%252Ffashion-style%252Fperfect-wardrobe%252F201408%252Fgray-shirts-sweaters-pants-suits-coats-for-fall&amp;title=Going+Gray+Perfect+Wardrobe%3a+Details.com\" target=\"addthis\" rel=\"nofollow\" onclick=\"window.open(this.href, this.target, 'scrollbars=yes,menubar=no,width=620,height=420,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');\">Share</a></li>\n\n<!-- AddThis Bookmark Button END -->\n\n                \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    <div id=\"slideshow-cm-replay\">\n                        <a href=\"#\">Replay</a>\n                    </div>\n                </div>\n                <div id=\"slideshow-cm-feature\">\n                    \n\n\n\n\n\n    <div class=\"OUTBRAIN\" data-src=\"http://www.details.com/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\" data-widget-id=\"AR_2\" data-ob-template=\"details\" data-content-type=\"List\" ></div>\n    <script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\n                </div>\n            </div>\n        \n        \n    </div>\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n                \n                \n                \n                \n                \n\n\n\n\n\n\n\n\n                \n                \n                \n                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n                <script type=\"text/javascript\">\n                       (function(){\n                        var ns= window.CN || window.CNP;\n                        ns.site = ns.site || {};\n                        ns.site.eventTrackingList = new EventList(\"eventListHolder\");\n                        ns.site.eventTrackingList.setBaseUrl(\"http://event.details.com/\");\n                        ns.site.eventTrackingEvent = new EventObject(\"DET\", \"most_viewed\");\n                        ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n                        ns.site.eventTrackingEvent.setContentId(\"2000000002815870\");\n                        ns.site.eventTrackingEvent.setContentType(\"List\");\n                        ns.site.eventTrackingEvent.setFullUrl(\"/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\");\n                        ns.site.eventTrackingEvent.setContentTitle(\"Going Gray\");\n\n                        \n                                \n                                var contentDiv = '#main .list, #main .article';\n                                    var eventImage;\n                                    if(jQuery(contentDiv).find('img').length >0){\n                                        if(jQuery(contentDiv).find('img.featureimg')){\n                                            eventImage = jQuery(contentDiv).find('img.featureimg').attr('src');\n                                        }else{\n                                            eventImage = jQuery(contentDiv).find('img:first').attr('src');\n                                        }\n                                    }else{\n                                        eventImage = \"/images/global/thumb_placeholder-96.png\";\n                                    }\n                                \n                                                ns.site.eventTrackingEvent.setImgUrl(\"/images/style-advice/perfect-wardrobe/201408/gray-fall-fashion/01-ermenegildo-zenga-couture-gray-blazer-carven-white-shirt-thumb.jpg\");\n                                        \n                        \n\n                        \n                            ns.site.eventTrackingEvent.setProperty(\"pd\",\"20140731 00:00:00\");\n                        \n                        var fullContentURL = \"/fashion-style/perfect-wardrobe/201408/gray-shirts-sweaters-pants-suits-coats-for-fall\";\n                        var isAbsoluteURL = fullContentURL.substring(0,8);\n                        var allowedTracking = 0;\n\n                        \n\n                        if ((isAbsoluteURL.indexOf('http') == -1 && isAbsoluteURL.indexOf('https') == -1) || allowedTracking == 1) {\n                                ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n                                ns.site.eventTrackingList.writeImageTags();\n                        }\n                        }())\n                </script>\n                \n        \n        \n        \n        \n        \n        \n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n\n\n\n\n\n\n\n\n\n\n\n   \n   \n   \n   \n   \n   \n   \n  \n\n\n\n\n\n\n\n\n\n\n\n\n    <script type=\"text/javascript\" src=\"/js/cn-fe-common/jquery-ui-1.8.7.custom.js\"></script>\n    \n                <script type=\"text/javascript\" src=\"/js/cn-fe-common/jquery.scrollpane.js\"></script>\n        \n    <script type=\"text/javascript\" src=\"/js/cn-fe-common/jquery.history.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/cn.slideshow.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.slideshow.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/cn-fe-content/v2/cn.schemaparser.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.jqzoom-core.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/jquery.mousewheel.js\"></script>\n\n\n\n    <script type=\"text/javascript\">\n         CN.config.set({ displayText: true });\n    </script>\n                    \n            </div>\n\n            \n            \n        </div>\n        \n                <!-- YRAIL -->\n                \n                \n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start yrail -->\n    \n            <div id=\"yrail\" class=\"py\">\n                <div id=\"yrail_ads_top\">\n                    \n                    <div class=\"yrail_ad_wrap\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"yrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailTop300x250_frame\"></div>\n    \n\n                    </div>\n                </div>\n                <div class=\"yrcomponent raila\">\n                    <div class=\"yrpromo\">\n                      \n                      \n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_RIGHTRAIL_A\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img src=\"/images/ecom/failsafe/DET_content_rra_300x75.jpg\" border=\"0\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_RIGHTRAIL_A !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_RIGHTRAIL_A\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_RIGHTRAIL_A\").html(pageAds.AMS_DET_GLOBAL_RIGHTRAIL_A.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n                      \n                    </div>\n                </div>\n                \n                    <div id=\"position1_yrail\"><div id=\"ps1_fs1_yrail\" class=\"features\"><div class=\"feature\" id=\"newsletter-form\">\n    <h5 class=\"feature-label newsletters\">Newsletter Sign Up</h5>\n    <form name=\"newslettersForm\" action=\"https://secure.details.com/services/newsletters\" method=\"post\">\n        <fieldset>\n        <input type=\"hidden\" name=\"toolkit.application\" value=\"newsletter\" />\n        <input type=\"hidden\" name=\"toolkit.applicationId\" value=\"\" />\n        <input type=\"hidden\" name=\"formName\" value=\"shortForm\" />\n        <input type=\"hidden\" name=\"partnerCode\" value=\"\" />\n        <input type=\"hidden\" name=\"sourceCode\" value=\"\" />\n        <!--start newsletter input -->\n        \n            <fieldset>\n        <label for=\"newsletter-email\" class=\"replace\">Enter your e-mail address</label>\n        <div>\n          <input name=\"email\" id=\"newsletter-email\" type=\"text\" />\n            <button type=\"submit\" name=\"submit-newsletter\" id=\"submit-newsletter\" >submit\n            </button>\n        </div>\n    </fieldset><ul>\n        \n        <li>\n                       \n                          \n                          <input id=\"newsletter.5009\" name=\"newsletterAndVersions\" value=\"newsletter.5009\" type=\"checkbox\" />\n                           \n                           <label for=\"newsletter.5009\"></label>\n                          <div>Get the latest in men&apos;s style, grooming, diet, fitness and pop-culture trends every Wednesday. <a href=\"#\" class=\"sample\" id=\"newsletter.5009\" title=\"Details Weekly Newsletter\">See Sample</a></div>\n                      <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.5009.\" />\n<input type=\"hidden\" name=\"handler.newsletter.5009.newsletterId\" value=\"5009\" />\n<input type=\"hidden\" name=\"handler.newsletter.5009.isRequired\" value=\"true\" />\n\n                      </li>\n                  \n              \n                  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                  \n              \n          \n              \n                  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                  \n              \n                  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                  \n                      <li>\n                       \n                          \n                          <input id=\"newsletter.5165\" name=\"newsletterAndVersions\" value=\"newsletter.5165\" type=\"checkbox\" />\n                           \n                           <label for=\"newsletter.5165\"></label>\n                          <div>Get the most popular articles, blog posts, and slideshows of the past week every Saturday. <a href=\"#\" class=\"sample\" id=\"newsletter.5165\" title=\"Details Weekly Newsletter\">See Sample</a></div>\n                      <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.5165.\" />\n<input type=\"hidden\" name=\"handler.newsletter.5165.newsletterId\" value=\"5165\" />\n<input type=\"hidden\" name=\"handler.newsletter.5165.isRequired\" value=\"true\" />\n\n                      </li>\n      </ul>\n    <fieldset class=\"collapse\">\n      <div id=\"newsletter-disclaimer\">\n        I understand and agree that registration on or use of this site constitutes agreement to its <a href=\"http://www.condenast.com/services/privacy/\" target=\"_blank\">User Agreement</a>, and <a href=\"http://www.condenast.com/services/privacy/\" target=\"_blank\">Privacy Policy</a>.\n      </div>\n    </fieldset>\n          \n        <!--end  newsletter input -->\n        </fieldset>\n    </form>\n</div></div><div id=\"ps1_fs2_yrail\" class=\"features set8\"><div class=\"feature first\">\n    <div class=\"blurb\">\n\n            \n\n            \n            <div class=\"text\">\n                \n                    <div id=\"zergnet\">\n<div style=\"padding-top:16px;padding-bottom:10px;padding-left:13px;\"><span class=\"title\">AROUND THE WEB</span></div>\n<style type=\"text/css\">\n#zergnet\n{ margin-top:5px; margin-bottom:5px; border:1px solid #D2D2D2; -webkit-border-radius:10px; border-radius:10px; }\n\n.zergheadline\n{ text-align:left !important; margin-top:8px !important; }\n\n.zergentity\n{ margin-top:10px !important; margin-right:10px !important; }\n\n.zerglayout\n{ margin-left:-10px !important; }\n\n.hideComponent\n{ display:none; }\n\n.adjustSpace .feature\n{ margin-top: 5px !important; }\n\n#zergnet.addMoreSpace {\n margin-top: 10px;\n}\n</style>\n<script language=\"javascript\" type=\"text/javascript\">\n if(jQuery('body').hasClass('article') || jQuery('body').hasClass('listC') || jQuery('body').hasClass('blog_post')){\n   jQuery('#ps1_fs1_yrail').addClass('hideComponent');\n   jQuery('#zergnet').addClass('addMoreSpace');\n }\n</script>\n<div id=\"zergnet-widget-16920\" style=\"text-align:center;\">\n<a href=\"http://www.zergnet.com/?w=16920\" target=\"_blank\"><b>ZergNet</b></a>\n</div>\n\n<script language=\"javascript\" type=\"text/javascript\">\n(function()\n{ var zergnet = document.createElement('script'); zergnet.type = 'text/javascript'; zergnet.async = true; zergnet.src = 'http://www.zergnet.com/zerg.js?id=16920'; var znscr = document.getElementsByTagName('script')[0]; znscr.parentNode.insertBefore(zergnet, znscr); }\n)();\njQuery(function(){\n if(jQuery('body').hasClass('indexA') || jQuery('body').hasClass('blog_index')){\n   jQuery('#zergnet').parents().eq(3).addClass('hideComponent');\n   jQuery('#zergnet').parents().eq(3).next().addClass('adjustSpace');\n }\n});\n</script>\n<div style=\"font-size:12px;color:#404a52;text-align:right;margin-right:21px;margin-top:17px;padding-bottom:10px;\">Powered By ZergNet</div>\n</div>\n                \n            </div>\n            \n\n            \n            \n                \n            \n\n\n            \n   </div>\n    </div></div><div id=\"ps1_fs3_yrail\" class=\"features set8\"><div class=\"feature most-popular\">\n\n\n<h3 class=\"tab\" id=\"tab-most-viewed\">most viewed</h3>\n<div id=\"most-viewed\">\n\n</div>\n\n</div></div></div>\n                \n\n                 \n\n                \n\n              \n\n                \n                    <div class=\"yrcomponent\">\n                        \n\n\n\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_EMBEDDEDFORM\" class=\"ecom-placement\">\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_EMBEDDEDFORM !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_EMBEDDEDFORM\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_EMBEDDEDFORM\").html(pageAds.AMS_DET_GLOBAL_EMBEDDEDFORM.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n    \n\n                    </div>\n                \n                \n                <div class=\"yrcomponent\">\n                    <div class=\"yrpromo\">\n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_DET_GLOBAL_RIGHTRAIL_B\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img src=\"/images/ecom/failsafe/DET_content_rrb_300x457.jpg\" border=\"0\" alt=\"Subscribe to Details\" title=\"Subscribe to Details\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_RIGHTRAIL_B !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_RIGHTRAIL_B\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_RIGHTRAIL_B\").html(pageAds.AMS_DET_GLOBAL_RIGHTRAIL_B.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n                    </div>\n                </div>\n               \n                \n\n                 \n\n                \n\n               \n\n              \n\n               \n\n\n           \n\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"yRailBottom300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yRailBottom300x250_frame\"></div>\n    \n\n            \n\n            </div>\n        \n\n    <!-- end yrail -->\n\n    \n\n\n\n\n\n\n\n\n\n\n                \n            \n    </div>  <!-- End of #page -->\n    </div>\n    \n    \n    \n\n</div>\n\n\n    <div class=\"lightreg-forms {{modalContext}}\" ng-controller=\"LightRegCtrl\">\n        <div id=\"modal-frame\" modal-window=\"modal-window\" class=\"ng-cloak\" backdrop=\"true\">\n            <div ng-view></div>\n        </div>\n    </div>\n\n\n\n    \n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n        \n            \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n                            \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                 \n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n        \n            \n        \n        \n        \n\n\n\n     \n\n\n\n     \n\n\n\n      \n\n\n\n\n\n\n\n\n      \n\n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n \n\n\n\n\n       \n\n\n\n\n\n\n\n \n    \n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n    \n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n                            \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start zrail -->\n    \n            <div id=\"zrail\">\n            \n                \n                <div id=\"position1_zrail\"><div id=\"ps1_fs1_zrail\" class=\"features set16\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Ultimate Guides\n                            \n                    \n                \n        </h2><div class=\"feature manual first\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/best-hairstyles-cuts-for-men\"><span>Hair Styles</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/best-hairstyles-cuts-for-men\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/August-2014/ultimate-guides-20140828/hair-hub-315x400.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/August-2014/ultimate-guides-20140828/hair-hub-315x400.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/body-health/exercise/201202/exercise-by-muscle-group\"><span>Exercise</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/body-health/exercise/201202/exercise-by-muscle-group\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/August-2014/ultimate-guides-20140828/1body-hub-315x200.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/August-2014/ultimate-guides-20140828/1body-hub-315x200.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/best-watches-for-men\"><span>Watches</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/best-watches-for-men\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/August-2014/ultimate-guides-20140828/watches-hub-315x200.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/August-2014/ultimate-guides-20140828/watches-hub-315x200.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/best-street-style\"><span>Street Style</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/best-street-style\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/August-2014/ultimate-guides-20140828/street-style-hub-315x400.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/August-2014/ultimate-guides-20140828/street-style-hub-315x400.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\"><span>Resolutions</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/body-health/fitness-plans/201112/new-years-resolutions-workout-plan-exercises\" title=\"\"><img class=\"lazy\" data-original=\"/images/ultimate-guides/ultimate-guides-collage/resolutions-315x200.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/ultimate-guides/ultimate-guides-collage/resolutions-315x200.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/fashion-style/style-tips/201408/american-fashion-menswear-designers-style-trends\"><span>Classic American Menswear</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/fashion-style/style-tips/201408/american-fashion-menswear-designers-style-trends\" title=\"\"><img class=\"lazy\" data-original=\"/images/fashion-style/201409/american-style-hub/prep-american-style-315.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/fashion-style/201409/american-style-hub/prep-american-style-315.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/best-travel\"><span>Travel</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/best-travel\" title=\"\"><img class=\"lazy\" data-original=\"/images/ultimate-guides/travel-hub/peru-beach-travel-ultimate-guides.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/ultimate-guides/travel-hub/peru-beach-travel-ultimate-guides.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/best-grooming-products-awards\"><span>Grooming</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/best-grooming-products-awards\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/August-2014/ultimate-guides-20140828/grooming-hub-315x200.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/August-2014/ultimate-guides-20140828/grooming-hub-315x200.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual\">\n\n\n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/ultimate-guides/classic-hollywood-style\"><span>Celebrity Style</span></a></h5>\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/classic-hollywood-style\" title=\"\"><img class=\"lazy\" data-original=\"/images/ultimate-guides/classic-hollywood-style/george-clooney-celeb-hub-315x200.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/ultimate-guides/classic-hollywood-style/george-clooney-celeb-hub-315x200.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div class=\"feature manual last\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"/ultimate-guides/all\" title=\"\"><img class=\"lazy\" data-original=\"/images/see_all_guide.png\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/see_all_guide.png\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div></div></div>\n                \n            \n                \n                <div id=\"position2_zrail\"><div id=\"ps2_fs1_zrail\" class=\"features\"><div class=\"feature manual first\">\n  \n\n       \n            \n               \n             \n       \n\n    \n    \n    \n\n    \n\n\n\n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n\n    \n            <div class=\"w\"><a href=\"http://www.details.com/magazine\" title=\"\"><img class=\"lazy\" data-original=\"/images/homepage/December-2014/johnny-depp-cover-hp.jpg\" src=\"/images/global/dot.png\" alt=\"\" class=\"soloImg\"   /><noscript><img src=\"/images/homepage/December-2014/johnny-depp-cover-hp.jpg\" alt=\"\" class=\"soloImg\"   /></noscript></a></div>\n    </div><div id=\"AMS_DET_GLOBAL_FOOTER\" class=\"ecom-placement\">\n            <div id=\"bottomsubs\"><a href=\"http://www.details.com/go/failsafe\" target=\"_blank\"><img src=\"/images/ecom/failsafe/DET_hp_channel_footer.jpg\" alt=\"Subscribe to Details\" border=\"0\" /></a></div>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_FOOTER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_FOOTER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_FOOTER\").html(pageAds.AMS_DET_GLOBAL_FOOTER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div></div></div>\n                \n            \n                \n            \n                \n            \n                \n            \n                \n            \n            </div>\n        \n\n    <!-- end zrail -->\n\n    \n\n\n\n\n\n\n\n\n\n\n    \n   \n\n\n\n\n\n\n\n\n\n\n    \n\n\n    \n\n\n\n\n\n\n\n\n\n       \n       \n   \n\n<div id=\"footer\">\n    \n    <div class=\"footer-position\">\n        <div id=\"sitemap-nav\">\n            <ul>\n                <li>\n                    <a class=\"footer-sitemap\"href=\"/services/sitemap\">Site Map</a>\n                </li>\n                <li>\n                    <a href=\"/fashion-style\">Fashion &amp; Style</a>\n                </li>\n                <li>\n                    <a href=\"/body-health\">Body &amp; Health</a>\n                </li>\n                <li>\n                    <a href=\"/style-advice/grooming/201205/grooming-guide\">Grooming</a>\n                </li>\n                <li>\n                    <a href=\"/culture-trends\">Culture &amp; Trends</a>\n                </li>\n                <li>\n                    <a href=\"/style-advice/rules-of-style/201401/details-ultimate-guides-hubs\">Ultimate Guides</a>\n                </li>\n                <li>\n                    <a href=\"http://video.details.com/\">Video</a>\n                </li>\n                <li>\n                    <a href=\"http://network.details.com/\">Details Network</a>\n                </li>\n                <li>\n                    <a href=\"http://www.detailsinsider.com/\">Promos &amp; Events</a>\n                </li>\n                <li>\n                    <a href=\"/magazine\">Magazine</a>\n                </li>\n            </ul>\n        </div>\n\n\n        <div id=\"global-footer\">\n            <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature first\">\n    <div class=\"blurb\">\n\n            \n\n            \n            <div class=\"text\">\n                \n                    <ul id=\"ft_1\">\n    <li class='footer-subscribe'></li>\n    <li><a title=\"details.com Customer Care\" href=\"https://w1.buysub.com/pubs/N3/DET/login_3_methods.jsp?cds_page_id=3489&cds_mag_code=DET&id=1408838558443&lsid=42351902384048400&vid=1\">Customer Care</a></li>\n    <li><a title=\"Contact Us\" href=\"/contact/contact-us\">Contact Details</a></li>\n    <li class=\"newsletterSignup\"><a title=\"Newsletter Signup\" href=\"/services/newsletters/demographics\">Newsletter Signup</a></li>\n    <li><a title=\"Press Center\" href=\"http://www.condenast.com/press/press-releases-contacts\">Press Center</a></li>\n    <li><a title=\"details.com site map\" href=\"http://www.condenast.com/brands/details\">Details Media Kit</a></li>\n    <li class=\"footer-feeds\"><a title=\"Feeds\"href=\"/services/rss/summary\">RSS</a></li>\n</ul>\n\n                \n            </div>\n            \n\n            \n            \n                \n            \n\n\n            \n   </div>\n    </div><div id=\"AMS_DET_GLOBAL_FOOTER_TEXTLINK\" class=\"ecom-placement\">\n            <a href=\"http://www.details.com/go/failsafe\" target=\"_blank\" title=\"Subscribe to Details magazine\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_DET_GLOBAL_FOOTER_TEXTLINK !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_DET_GLOBAL_FOOTER_TEXTLINK\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_DET_GLOBAL_FOOTER_TEXTLINK\").html(pageAds.AMS_DET_GLOBAL_FOOTER_TEXTLINK.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div></div></div>\n\n            <div class=\"global-footer-nav\">\n                \n                \n                \n                \n                \n                <ul>\n                    <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Cond&eacute; Nast Careers</a></li>\n                    <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                    <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints Permissions</a></li>\n                    \n                </ul>\n            </div>\n            \n                <div class=\"global-footer-logo\">\n                    <a href=\"http://www.condenast.com\"><h3>Cond&eacute; Nast Digital</h3></a>\n                </div>\n                <div class=\"global-footer-subscriptions\">\n                    <form action=\"/\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                        <h3>Subscribe to a Magazine</h3>\n                        <ul id=\"subscribe-head\">\n                            <li> <a target=\"_blank\"  href=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit </a></li>\n                             <li><span class=\"down-arrow\"></span></li>\n                        </ul>\n                        <ul id=\"subscribe-tail\">\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W </a></li>\n                            <li> <a target=\"_blank\"  href=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired </a></li>\n                        </ul>\n                    </form>\n                </div>\n                <div class=\"global-footer-sister-sites\">\n                    <form action=\"/\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                        <h3>Visit Other Cond&eacute; Nast Sites</h3>\n                        <ul id=\"sites-head\">\n                            <li> <a target=\"_blank\" href=\"http://www.allure.com\">Allure</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.architecturaldigest.com\">Architectural Digest</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.arstechnica.com\">Ars Technica</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.bonappetit.com\">Bon App&eacute;tit</a></li>\n                            <li><span class=\"down-arrow\"></span></li>\n                        </ul>\n                        <ul id=\"sites-tail\">\n                            <li> <a target=\"_blank\" href=\"http://www.brides.com\">Brides.com</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.concierge.com\">Concierge</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.details.com\">Details</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.epicurious.com\">Epicurious</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.glamour.com\">Glamour</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.golfdigest.com\">Golf Digest</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.golfworld.com\">Golf World</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.gq.com\">GQ</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.hotelchatter.com\">Hotel Chatter</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.jaunted.com\">Jaunted</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.luckymag.com\">Lucky</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.nutritiondata.com\">NutritionData</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.reddit.com\">Reddit</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.self.com\">Self</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.style.com\">Style</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.teenvogue.com\">Teen Vogue</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.newyorker.com\">The New Yorker</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.thescene.com\">The Scene</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vanityfair.com\">Vanity Fair</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vegaschatter.com\">Vegas Chatter</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.vogue.com\">Vogue</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.wmagazine.com\">W</a></li>\n                            <li> <a target=\"_blank\" href=\"http://www.wired.com\">Wired</a></li>\n                        </ul>\n                    </form>\n                </div>\n            \n\n            \n            <div class=\"footer-social-buttons\">\n                <span class=\"social-buttons-text\">Visit Details on</span>\n                <ul>\n                    <li id=\"instagram\"><a target=\"_blank\"  href=\"http://instagram.com/detailsmag\"></a></li>\n                    <li id=\"tumbler\"><a target=\"_blank\"  href=\"http://details.tumblr.com/\"></a></li>\n                    <li id=\"facebook\"><a target=\"_blank\"  href=\"https://www.facebook.com/DETAILS\"></a></li>\n                    <li id=\"twitter\"><a target=\"_blank\"  href=\"https://twitter.com/details\"></a></li>\n                    <li id=\"pinterest\"><a target=\"_blank\"  href=\"http://www.pinterest.com/detailsmag/\"></a></li>\n                </ul>\n            </div>\n        </div>\n        <div class=\"global-footer-copyright\">\n             <p>\n               <span class=\"copyright\">&copy; 2014 Cond&eacute; Nast. All rights reserved</span><br/>\n\n               Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" onclick=\"window.open(this.href);return false;\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> (effective 1/2/2014).\n              <br/>\n             <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" onclick=\"window.open(this.href);return false;\">Your California Privacy Rights</a> <br/>\n              The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast. <br/>\n              <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n         </p>\n    </div>\n    \n    \n    <img src=\"//view.atdmt.com/action/MSFT_CondeNet_AE_ExtData/v3/atc1.details/atc2.fashion-style/atc3.perfect-wardrobe/\" width=\"1\" height=\"1\" alt=\"msext\" />\n    \n    \n</div>\n</div>\n\n\n\n    <script type=\"text/javascript\">\nCN.page.config.facebook.like = {layout : \"standard\", showfaces : false, action : \"like\", width : 400, action : \"like\"};\nCN.page.config.facebook.like_sm = {layout : \"button_count\", showfaces : false, width : 400, action : \"like\"};\nCN.config.set({tweet : {layout : \"horizontal\",source : \"\"}});\n</script>\n    <script type=\"text/javascript\">\n        CN.page = CN.page || {};\n        CN.page.feature = ['set1','manual','manual_imagetop','dart_ad','newsletters','set8','mostpopular','set16','ecomplacement'];\n    </script>\n\n    \n    \n        <script type=\"text/javascript\" src=\"/js/cn-fe-common/angular/angular.min.js\"></script>\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script type=\"text/javascript\">\n       if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'details.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.details.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.details.fyre.co/api/v3.0/hottest/?site=320152\";\n       CN.livefyre.mostCommentedEntries = 5;\n    </script>\n\n    <script type='text/javascript'>\n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320152\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkdvaW5nIEdyYXkiLCJjaGVja3N1bSI6ImZhNWNmMzQzNWNmM2NjYTJkZTcxNzRlYjIzMDlmZmVmIiwiYXJ0aWNsZUlkIjoiZGV0YWlsc18yMDAwMDAwMDAyODE1ODcwIiwidXJsIjoiaHR0cDovL3d3dy5kZXRhaWxzLmNvbS9mYXNoaW9uLXN0eWxlL3BlcmZlY3Qtd2FyZHJvYmUvMjAxNDA4L2dyYXktc2hpcnRzLXN3ZWF0ZXJzLXBhbnRzLXN1aXRzLWNvYXRzLWZvci1mYWxsIn0.xtl0FtutAzIupCSwRY3q0ilVHL6upViVOuRwDP0Kixc\",\"checksum\":\"fa5cf3435cf3cca2de7174eb2309ffef\",\"articleId\":\"details_2000000002815870\"};\n</script>\n\n    <script type=\"text/javascript\">\n        $LAB.script(['//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js'\n                 ,'//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js'\n                 ,'/js/cn-fe-content/livefyre/cn.livefyre.int.js'])\n           .wait(function () {\n               if (jQuery(\"#livefyre\").length){\n                   CN.livefyre.main.loader().loadLivefyre();\n               }\n               if (jQuery(\".livefyre-commentcount\").length){\n                   CN.livefyre.commentCountStyle();\n               }\n               if(jQuery(\"#most-commented\").length){\n                   CN.livefyre.mostCommented = new CN.livefyre.widgets(\"most-commented\");\n                   CN.livefyre.mostCommented.init();\n                   CN.livefyre.mostCommented.mostCommented();\n               }\n           });\n    </script>\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_bottom.js\"></script>\n        \n\n\n\n\n\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/details_bottom_angular.js\"></script>\n        \n\n\n    \n\n\n\n\n\n\n<script type=\"text/javascript\" src=\"/appjs/stats/omniture.js\"></script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n        \n        \n        \n                \n            \n    \n<script type=\"text/javascript\">\n    //Omniture call to set page content type\n    CN.stats.omniture.setContentType(\"Slideshow\");\n</script>\n\n\n\n\n\n\n\n\n\n<div id=\"statsHolder\">\n    <script type=\"text/javascript\">\n        \n    </script>\n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"//condenast.112.2o7.net/b/ss/conde-detailscom/1/H.15.1--NS/0\" height=\"1\" width=\"1\" alt=\"pixel\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n<script type=\"text/javascript\">\n    var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n    document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\n    try {\n        var pageTracker = _gat._getTracker(\"UA-8293713-18\");\n        pageTracker._trackPageview();\n    } catch(err) {}\n</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n        <div id=\"BF_WIDGET_1\">&nbsp;</div>\n        <script type=\"text/javascript\">\n        (function( ){\n        BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n        BF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=details.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n        setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n        })();\n        </script>\n    \n\n    <!-- START Parse.ly Include: Standard -->\n        <div id=\"parsely-root\" style=\"display: none\">\n            <div id=\"parsely-cfg\" data-parsely-site=\"details.com\"></div>\n        </div>\n        <script>\n        (function(s, p, d) {\n          var h=d.location.protocol, i=p+\"-\"+s,\n              e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n              u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n              :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n        </script>\n    <!-- END Parse.ly Include -->\n    <script type=\"text/javascript\">_satellite.pageBottom();</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/elle.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7 ]> <html lang=\"en\" class=\"no-js ie6\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 7 ]> <html lang=\"en\" class=\"no-js ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 8 ]> <html lang=\"en\" class=\"no-js ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 9 ]> <html lang=\"en\" class=\"no-js ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--> <html lang=\"en\" class=\"no-js\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\" />\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\t<!-- title and other meta here -->\n\t\n\t\t<title>Nicole Miller Spring 2015 Ready-to-Wear Collection</title>\n\t\t<meta name=\"description\" content=\"See the entire collection from the Nicole Miller Spring 2015 Ready-to-Wear runway show.\" />\n\t\t<meta name=\"keywords\" content=\"Nicole Miller Fall 2014 Ready-to-Wear runway, Nicole Miller 2015 Ready-to-Wear collection, Nicole Miller 2015\" />\n\t\n\n\t\n\t\t<!--<meta name=\"viewport\" content=\"width=device-width\">-->\n\t\n\t<link rel=\"shortcut icon\" href=\"/cm/elle/site_images/favicon/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\r\n<link rel=\"shortcut icon\" href=\"/cm/elle/site_images/favicon/favicon.ico\" type=\"image/x-icon\" />\n\t\n\t\n\n\n\n\t<!-- START OF CANONICAL META TAG  -->\n\t\n\t\t<link rel=\"canonical\" href=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\" />\n\t\n\t<!-- //END OF CANONICAL META TAG -->\n\n\n\n\t\n\t\n\n\t<!-- Mobile detect -->\n\t<!--XS_mobile_mobiledetect-->\n<script id=\"mobdskdtct\" domain=\".elle.com\">\ntry{(function(a,b){(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|BB10|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i.test(a.substr(0,\n4)))&&!/ipad/i.test(a)&&b()})(navigator.userAgent||navigator.vendor||window.opera,function(){var a=function(a,b,c){if(\"undefined\"!==typeof b){c=c||{};null===b&&(b=\"\",c.expires=-1);var d=\"\";if(c.expires&&(\"number\"===typeof c.expires||c.expires.toUTCString))\"number\"===typeof c.expires?(d=new Date,d.setTime(d.getTime()+864E5*c.expires)):d=c.expires,d=\"; expires=\"+d.toUTCString();var e=c.path?\"; path=\"+c.path:\"\",f=c.domain?\"; domain=\"+c.domain:\"\";c=c.secure?\"; secure\":\"\";document.cookie=[a,\"=\",encodeURIComponent(b),\nd,e,f,c].join(\"\")}};a(\"mobile_redir_referrer\",document.referrer?document.referrer:\"_BLANK\",{expires:(new Date).getTime()+6E4,path:\"/\",domain:\".elle.com\"});var b;a:{b=document.cookie.split(\";\");var e;for(e=0;e<b.length;e++){for(var d=b[e];\" \"===d.charAt(0);)d=d.substring(1,d.length);if(0===d.indexOf(\"HDMviewmode=\")){b=d.substring(12,d.length);break a}}b=null}\"desktop\"!=b&&\"mobile\"!=b?(a=document.location,/^\\/sweepstakes\\/\\w+/.test(a.pathname)?\na.replace(a.href.replace(/\\/sweepstakes\\//,\"/sweepstakes/_mobile/\")):/^\\/archive\\/\\w+/.test(a.pathname)?(console.log(/^\\/archives\\/\\w+/.test(a.pathname)),a.replace(a.href.replace(/\\/archive\\//,\"/archive/_mobile/\"))):/^\\/archives\\/\\w+/.test(a.pathname)?(console.log(/^\\/archives\\/\\w+/.test(a.pathname)),a.replace(a.href.replace(/\\/archives\\//,\"/archives/_mobile/\"))):/^\\/_mobile\\//.test(a.pathname)?console.error(\"[mobdetect: mobile url detected but on desktop site]\"):(console.log(\"[mobile redirect] MOBILE VIEW: redirecting to: \"+\na.protocol+\"//\"+a.host+\"/_mobile\"+a.pathname+a.search+a.hash),document.location.replace(a.protocol+\"//\"+a.host+\"/_mobile\"+a.pathname+a.search+a.hash))):\"mobile\"==b?(console.log(\"[mobile redirect\"+b+\"] DESKTOP VIEW ENABLED: temporary\"),a(\"HDMviewmode\",\"mobile\",{expires:-1,path:\"/\",domain:\".elle.com\"})):console.log(\"[mobile redirect:\"+viewdmode+\"] DESKTOP VIEW ENABLED: session\")})}catch(e$$12){};\n</script>\n<!--XS_mobile_mobiledetect -->\n\t<!-- End Mobile detect -->\n\n\t\n\t\n\n\n\t\n\n\t<!-- templates/elle/socialMetaTags.tmpl -->\n<meta property=\"fb:app_id\" content=\"134662310036632\" />\n\n<meta property=\"og:type\" content=\"article\" />\n\n<meta property=\"og:site_name\" content=\"Elle\" />\n\n\n\t\n\t\t<meta property=\"og:title\" content=\"Nicole Miller Spring 2015 Ready-to-Wear Collection\" />\n\t\n\t\t<meta property=\"og:description\" content=\"View photos of the Nicole Miller Spring 2015 Ready-to-Wear Collection\" />\n\t\t\n\t\t<meta property=\"og:url\" content=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\" />\n\t\n\n\n<meta property=\"og:image\" content=\"http://www.elle.com/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v.jpg\" />\n<!-- /templates/elle/socialMetaTags.tmpl -->\n\n\t\n\n\t\n\t\t<meta property=\"og:article:published_time\" content=\"2014-9-5T12:00Z\" />\n\t\n\n\t\n\n\t<!-- TMPL xs_js_site_object -->\n<script type=\"text/javascript\" id=\"dataLayer\">\n\tvar HRST = HRST || {};\n\tHRST.site = {\t\n\t\t\"name\" : \"Elle\",\n\t\t\"prefix\" : \"elle\",\n\t\t\"domain\" : \"http://www.elle.com\",\n\t\t\"dartName\" : \"\"\n\t};\n\tHRST.article = {\n\t\t\n\t\t\"section\" : {\n\t\t\t\"name\" : \"Runway Flipbook Types\",\n\t\t\t\"prefix\" : \"_flipbook_types\"\n\t\t},\n\t\t\n\t\t\"subSection\" : {\n\t\t\t\"name\" : \"Runway Flipbook\",\n\t\t\t\"prefix\" : \"collection\"\n\t\t},\n\t\t\n\t\t\"pageUrl\" : \"/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\",\n\t\t\"id\" : \"17176008\",\n\t\t\"type\" : \"flipbook3\",\n\t\t\"template\" : \"Runway - Flipbook\",\n\t\t\"title\" : \"Nicole Miller Spring 2015 Ready-to-Wear Collection\",\n\t\t\"author\" : \" \",\n\t\t\"publishDate\" : {\n\t\t\t\"year\" : \"2014\",\n\t\t\t\"month\" : \"9\",\n\t\t\t\"date\" : \"5\",\n\t\t\t\"hour\" : \"12\",\n\t\t\t\"minute\" : \"00\",\n\t\t\t\"amOrPm\" : \"AM\"\n\t\t},\n\t\t\"adCategory\" : [ \n\t\t\t{\"id\": \"\",\"name\":\"\",\"prefix\":\"\"}\n\t\t]\n\t};\n</script>\n<!-- /TMPL xs_js_site_object -->\n\n\t<!-- apple touch icon -->\n\t\n<!-- For iPad with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPad with high-resolution Retina display running iOS ? 6: -->\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPhone with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPhone with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-114x114.png\">\n\n<!-- For first- and second-generation iPad: -->\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-76x76.png\">\n\n<!-- For the iPad mini and the first- and second-generation iPad on iOS ? 6: -->\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-76x76.png\">\n\n<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->\n<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-60x60.png\">\n\n<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-57x57.png\">\n\n\n<!-- For all legacy mobile devices -->\n<link rel=\"apple-touch-icon\" href=\"/cm/elle/site_images/favicon/apple-touch-icon.png\">\n\n\n\n\n\n\t<!-- google fonts -->\n\t<link href='http://fonts.googleapis.com/css?family=Merriweather:700,300,300italic,700italic' rel='stylesheet' type='text/css'>\n\n\t<!-- styles -->\n\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/global.2014-04-3.css\" />\n\t\n\t\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/_runwayFlipbook.css\" />\n\t\n\t\n\t\n\t\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/runwayBase.css\" />\n\t\n\t<!-- /styles -->\n\n\t<!-- ESP meta tags -->\n\t\n\t<!-- /ESP meta tags -->\n\n\t<!-- top loading scripts -->\n\t<!-- xs_ams_ads_pageads_defer -->\n<script>\n\t// TODO: evaluate moving this code to where page-ads.js is deferred\n\tvar docCookies = document.cookie.split(';');\n\tvar origRefer = null;\n\tfor(var i=0;i < docCookies.length;i++) {\n\t\tvar c = docCookies[i];\n\t\twhile (c.charAt(0)==' ') c = c.substring(1,c.length);\n\t\tif (c.indexOf(\"original_referrer=\") == 0) {\n\t\torigRefer = c.substring(\"original_referrer=\".length,c.length);\n\t\t}\n\t}\n\n\t// TODO: this function should be moved into a library file\n\tfunction getWidth() {\n\t\tscreen_width = null;\n\t\tif(window.screen != null)\n\t\t\tscreen_width = window.screen.availWidth;\n\n\t\tif(window.innerWidth != null)\n\t\t\tscreen_width = window.innerWidth;\n\n\t\tif(document.body != null)\n\t\t\tscreen_width = document.body.clientWidth;\n\n\t\treturn screen_width;\n\t}\n\n\t// TODO: this function should be moved into a library file\n\tfunction getHeight() {\n\t\tscreen_height = null;\n\t\tif(window.screen != null)\n\t\t\tscreen_height = window.screen.availHeight;\n\n\t\tif(window.innerHeight != null)\n\t\t\tscreen_height = window.innerHeight;\n\n\t\tif(document.body != null)\n\t\t\tscreen_height = document.body.clientHeight;\n\n\t\treturn screen_height;\n\t}\n\n\t(function(){\n\t\tvar scriptSrc = '/ams/page-ads.js?ad_category_prefix=&ad_sub_category_prefix=&ams_promo=&amz_browse_node_ids=&amz_search_indexes=&article_type_prefix=flipbook3&browser_path=%2Frunway%2Fready-to-wear%2Fspring-2015-rtw%2Fnicole-miller%2Fcollection%2F&cat_prefixes=&keywords=&position_list=ams_circ_elm_arrival%2Cams_circ_elm_footer_ad%2Cams_circ_elm_persistent_footer%2Cams_circ_elm_sub_nav_link%2Cams_digital_elm_foot_link%2Cams_elm_circ_takeover%2Cams_elm_like_gate&section_prefix=collection&site_prefix=elle&sub_cat_prefixes=&subdomain=www&url_name=nicole-miller-spring-2015-rtw-collection';\n\t\tvar pageAdsParams = {};\n\t\tvar paramsArray = scriptSrc.split(\"/page-ads.js?\")[1].split(\"&\");\n\t\tfor (var i = 0; i < paramsArray.length; i++){\n\t\t\tvar parameter = paramsArray[i].split(\"=\");\n\t\t\tpageAdsParams[parameter[0]] = unescape(parameter[1]);\n\t\t}\n\t\twindow[\"pageAdsParams\"] = pageAdsParams;\n\n\t\tvar pageAds = {};\n\t\tvar positionList = scriptSrc.match(/position_list=((?!&).)*/)[0].split(\"position_list=\")[1].split(\"%2C\");\n\t\tfor (var i = 0; i < positionList.length; i++){\n\t\t\t//pageAds[positionList[i]] = '\\x3Cscript>pageAdsDefer(\"'+positionList[i]+'\");\\x3C/script>';\n\t\t\tpageAds[positionList[i]] = \"<!--PAGEADSDEFER:\"+positionList[i]+\"-->\\x3Cscript>console.error('AMS_POSITION DOC.WRITE attempt @\"+positionList[i]+\"')\\x3C/script>\";\n\t\t}\n\t\twindow[\"pageAds\"] = pageAds;// need to export this sucker out so that the inline scripts that render these out.. :-(\n\t})();\n</script>\n<!-- /xs_ams_ads_pageads_defer -->\n\n\t<!--xs_ensighten_bootstrap_script.tmpl-->\n\n<script type=\"text/javascript\">\n(function(d) {\n\tvar e = d.createElement('script');\n\tif (document.cookie.indexOf(\"nsghtn=dev\") > -1) {\n\t\te.src = d.location.protocol + '//nexus.ensighten.com/hearst/mag-dev/Bootstrap.js';\n\t\tconsole.warn (e.src);\n\t\t}\n\telse {\n\t\te.src = d.location.protocol + '//nexus.ensighten.com/hearst/mag/Bootstrap.js';\n\t\t}\n\te.async = true;\n\td.getElementsByTagName(\"head\")[0].appendChild(e);\n}(document));\n</script>\n<!--//xs_ensighten_bootstrap_script.tmpl-->\n\n\t\n\t\t<!-- to reduce calls, this is a combination of /cm/shared/scripts/jquery-1.7.2.min.js, /cm/shared/scripts/jquery.mobile-1.1.0.min.js, /cm/shared/scripts/jquery-ui-1.8.5.custom.min.js -->\n\t\t<script src=\"/cm/shared/scripts/modernizr-2.5.3.min.js\"></script>\n\t\t<script src=\"/cm/shared/scripts/underscore-min.1.2.3.js\"></script>\n\t\t<script src=\"/cm/shared/scripts/jquery-runway.js\"></script>\n\t\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/runwayBase.css\" />\n\t\n\n\t<span id=\"ams_gpt_pre_elm\" class=\"ams-mixed-inline\"><script type='text/javascript'>\r\n/********************************************************\r\nTop of page for Magnus page speed sites\r\n/admin/ams/ams_creative/index.html?mode=view&id=22416\r\n\r\nUpdated 12/18/14\r\n*******************************************************/\r\n    window.console = window.console || {log: function() {}};\r\n\r\n    window.gptLayer = window.gptLayer || [];\r\n    window.gptLayer.kv = window.gptLayer.kv || [];\r\n\r\n    window.gptLayer.getCookie = function(name) {\r\n        var nameEQ = name + \"=\",\r\n            ca = document.cookie.split(';');\r\n        for (var i = 0; i < ca.length; i++) {\r\n            var c = ca[i];\r\n            while (c.charAt(0) === ' ') {\r\n                c = c.substring(1, c.length);\r\n            }\r\n            if (c.indexOf(nameEQ) === 0) {\r\n                var result = c.substring(nameEQ.length, c.length);\r\n                return result;\r\n            }\r\n        }\r\n        return '';\r\n    };\r\n\r\n    window.gptLayer.setCookieHours = function(name, value, hours) {\r\n        var expDate = new Date(),\r\n            cookieValue;\r\n        expDate.setDate(expDate.getDate());\r\n        expDate.setHours(expDate.getHours() + hours);\r\n        cookieValue = encodeURIComponent(value) + ((hours === null) ? '' : ';expires=' + expDate.toUTCString() + '; path=/');\r\n        document.cookie = name + '=' + cookieValue;\r\n    };\r\n\r\n    window.gptLayer.addKV = function(name,value) {\r\n        window.gptLayer.kv = window.gptLayer.kv || [];\r\n        gptLayer.kv[name] = gptLayer.kv[name] || [];\r\n        gptLayer.kv[name].push(value);\r\n    };\r\n\r\n    function buildScriptTag(src,success,fail){\r\n        var script = document.createElement('script');\r\n        var timeoutid;\r\n        function runSuccess(obj){\r\n            clearTimeout(timeoutid);\r\n            try{\r\n                success(this);\r\n            } catch(e){}\r\n        }\r\n        function runFail(){\r\n            fail(this);\r\n        }\r\n        // prelim check to see if script tag already exists...\r\n        for (var i = 0,s = document.getElementsByTagName(\"script\"); i < s.length; i++){\r\n            if(s[i].src && s[i].src == src){\r\n                runFail();\r\n                console.warn(s[i],\"detected - skipping call\")\r\n                return;\r\n            }\r\n        }\r\n        script.src = src;\r\n        if(script.addEventListener) {\r\n            script.addEventListener(\"load\",function(){runSuccess(this);},false);\r\n        }else if(script.readyState) {\r\n            script.onreadystatechange = function(){runSuccess(this);};\r\n        }\r\n        script.onerror = function(){\r\n            clearTimeout(timeoutid);\r\n            runFail();\r\n        }\r\n\r\n        timeoutid = setTimeout(runFail,2500);\r\n        document.getElementsByTagName(\"HEAD\")[0].appendChild(script);\r\n    }\r\n\r\n    var timerStart = Date.now();\r\n    var consoleUpdate = function (msg) {console.log (msg + \":\" + (Date.now()-timerStart) + \"ms\");}\r\n    var ad_site=\"elle\";\r\n    var adsAsap = \"yes\";\r\n    var googletag = googletag || {}; // var\r\n    googletag.cmd = googletag.cmd || [];\r\n    var gptJS = function() {  \r\n        var gads = document.createElement('script'); // var\r\n        gads.async = true;\r\n        gads.type = 'text/javascript';\r\n        var useSSL = 'https:' == document.location.protocol; // var\r\n        gads.src = (useSSL ? 'https:' : 'http:') + \r\n        '//www.googletagservices.com/tag/js/gpt.js';\r\n        var node = document.getElementsByTagName('script')[0]; //var\r\n        node.parentNode.insertBefore(gads, node);\r\n    }\r\n    // Immediate or deferred\r\n    if (typeof window.adsAsap == \"undefined\") {\r\n        $(window).load(gptJS);\r\n    }\r\n    else {\r\n        gptJS();\r\n    }\r\n\r\n// AMZN\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1) && (location.href.indexOf(\"misquincemag.com\") < 0) && (location.href.indexOf(\"seventeen.com\") < 0)) {\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.AMZN = '';\r\n    window.gptLayer.amznCallback = function() {\r\n        googletag.cmd.push(function() {\r\n            googletag.pubads().clearTargeting('amznslots');\r\n            amznads.setTargetingForGPTAsync('amznslots'); \r\n        }); \r\n        adScripts.AMZN = {status: 'complete'};\r\n        consoleUpdate('AMZN Pass');\r\n    };\r\n    buildScriptTag(\"http://c.amazon-adsystem.com/aax2/amzn_ads.js\",function(){\r\n        try {\r\n            amznads.getAdsCallback('3049', gptLayer.amznCallback);\r\n        } catch (e) {}\r\n\r\n    },function(){\r\n        adScripts.AMZN = {status: \"complete\"};\r\n        consoleUpdate(\"AMZN Fail\");\r\n     });\r\n} else {\r\n        adScripts.AMZN = {status: \"complete\"};\r\n        consoleUpdate(\"AMZN Skipped\");\r\n}\r\n\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1) && (location.href.indexOf(\"misquincemag.com\") < 0) && (location.href.indexOf(\"seventeen.com\") < 0) ) {\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.AS='';\r\nvar asiPqTag = false;\r\nwindow.ad_asiPlacements=[];\r\nbuildScriptTag(\"http://pq-direct.revsci.net/pql?placementIdList=rtXU6U,1lNiOU,7VhOTk&cb=\"+Date.now(),function(){ \r\n    if (typeof asiPlacements != \"undefined\") {\r\n        for (var p in asiPlacements) {\r\n            window[\"ASPQ_\" + p] = \"\";\r\n            for (var key in asiPlacements[p].data) {\r\n                window[\"ASPQ_\" + p] += \"PQ_\" + p + \"_\" + key;\r\n                ad_asiPlacements.push(\"PQ_\" + p + \"_\" + key);\r\n            }\r\n        }\r\n    } \r\n    adScripts.AS = {status: \"complete\"};        \r\n    consoleUpdate(\"AS Pass\");\r\n    },function(){\r\n    adScripts.AS = {status: \"complete\"};        \r\n    consoleUpdate(\"AS Fail\");\r\n    });\r\n\r\n} else {\r\n        adScripts.AS = {status: \"complete\"};\r\n        consoleUpdate(\"AS Skipped\");\r\n}\r\n\r\n// CAS\r\nif ( (!location.hostname.match(/seventeen|misquincemag/i)) ) {\r\n    adScripts.CAS = [];\r\n    if ( (!location.href.match(/_mobile/i)) || (document.documentElement.clientWidth > 640) ) {\r\n        window.IndexArgs = {\r\n            'device': 'D',\r\n            'siteID': 158710,\r\n            'slots': [\r\n                {'id': '1', 'width': 728, 'height': 90},\r\n                {'id': '2', 'width': 728, 'height': 90},\r\n                {'id': '3', 'width': 300, 'height': 250},\r\n                {'id': '4', 'width': 300, 'height': 600},\r\n                {'id': '5', 'width': 300, 'height': 250},\r\n                {'id': '6', 'width': 300, 'height': 600}\r\n            ]\r\n        };\r\n    } else {\r\n        window.IndexArgs = {\r\n            'device': 'M',\r\n            'siteID': 159589,\r\n            'slots':[\r\n                {'id': '3', 'width': 300, 'height': 250},\r\n                {'id': '5', 'width': 300, 'height': 250},\r\n                {'id': '7', 'width': 300, 'height': 250},\r\n                {'id': '8', 'width': 320, 'height': 50}\r\n            ]\r\n        };\r\n    }\r\n\r\n    window.index_set_targets = function() {\r\n        for ( var i=0; i < index_slots.length; i++ ) {\r\n            var index_params = index_slots[i].split( '_' );\r\n            var op = index_params.shift( );\r\n            var k = op;\r\n            var v  = index_params.join( '_' );\r\n            if (k === 'P') {\r\n                gptLayer.addKV(k,v);\r\n            }\r\n            if (k === 'O') {\r\n                gptLayer.addKV(k + IndexArgs.device, v);\r\n            }\r\n        }\r\n        adScripts.CAS = {\r\n            status: 'complete'\r\n        };\r\n        consoleUpdate('CAS Pass');\r\n    };\r\n\r\n    buildScriptTag('http://js.indexww.com//ht/hdm.js', function() {\r\n        // Do index_set_targets();\r\n    }, function(){\r\n        adScripts.CAS = {status: \"complete\"};\r\n        consoleUpdate(\"CAS Fail\");\r\n    });\r\n}\r\n\r\n// LPID\r\nvar lpid = gptLayer.getCookie('lpid');\r\nif (lpid === '') {\r\n    adScripts.LPID = [];\r\n    var lotamePid; \r\n    extractPid = function(lotameData) { \r\n        gotId = lotameData.Profile.pid;\r\n        gptLayer.addKV('lpid', gotId); \r\n        document.cookie ='lpid=' + gotId + '; path=/';\r\n        adScripts.LPID = {\r\n        status: 'complete'\r\n        };\r\n        consoleUpdate('LPID Pass');\r\n    };\r\n    buildScriptTag('//ad.crwdcntrl.net/5/c=25/pe=y/callback=extractPid');\r\n} else {\r\n    gptLayer.addKV('lpid', lpid);\r\n    consoleUpdate('LPID Skipped');\r\n}\r\n\r\nwindow._mNInslDisplay = false;\r\nwindow._mNInslMobDisplay = false;\r\nvar ad_mn = {testsite: \"12345678&size=641x481\",cosmopolitan: \"675116702&size=641x481\",esquire: \"262261654&size=641x481\",goodhousekeeping: \"319348987&size=641x481\",elle: \"535658795&size=641x481\"}\r\nad_mn.ipad = {testsite: \"12345678&size=641x481\",cosmopolitan: \"965157231&size=642x482\",esquire: \"211579157&size=642x482\",goodhousekeeping: \"455778977&size=642x482\",elle: \"426886870&size=642x482\"}\r\n\r\nif (navigator.userAgent.match(/iPad/i)) {ad_mn = ad_mn.ipad;}\r\nif ( (location.pathname !== \"/\")  && (document.location.href.indexOf(\"_mobile\") < 0) && ( (ad_site===\"cosmopolitan\") || (ad_site===\"elle\") || (ad_site===\"esquire\") || (ad_site===\"goodhousekeeping\")  ) ) \r\n{\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.MN='';\r\n    buildScriptTag(\"http://contextual.media.net/inslmedianet.js?cid=8CU485480&crid=\"+ad_mn[ad_site],function(){\r\n\r\n        // Pause a bit\r\n        setTimeout(function(){\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Pass\");\r\n                },500);\r\n\r\n    },function(){\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Skipped\");\r\n}\r\n\r\n\r\n/********************************************************\r\n     /Preload\r\n*******************************************************/\r\n</script>\n\n</span>\n\n\t<!-- START OF xs_standout_tag.tmpl -->\n\n<!-- //END OF xs_standout_tag.tmpl -->\n\n\t<script> if ( !window.$h ){ window.$h = {}; } </script> <!-- needed for epic -->\n\n\t\n\t\n\t\n\t\t<!-- generate key-value pairs for runway ad targeting -->\n\t\t<script>\n\t\t\tvar runwayString = (function(){\n\t\t\t\tvar keys, paths, zipped, mapped, string;\n\t\t\t\tkeys = ['runwaytype','season','designer','fliptype'];\n\t\t\t\tpaths = window.location.pathname.replace(/^\\//,'').replace(/\\/$/,'').split('/');\n\t\t\t\tpaths.shift();\n\t\t\t\tzipped = _.zip(keys,paths);\n\t\t\t\tmapped = _.map(zipped,function(arr){\n\t\t\t\t\treturn arr.join('=');\n\t\t\t\t});\n\t\t\t\tstring = mapped.join(';');\n\t\t\t\treturn string;\n\t\t\t})();\n\t\t</script>\n\t\n\n\t<script>\n\tvar contentModel = {\n\t\tarticleId: \"17176008\",\n\t\tsections: [\n\t\t\n\t\t\t{\n\t\t\t\tsiteId: 817,\n\t\t\t\tsectionId: 11561,\n\t\t\t\tsectionName: \"Runway Flipbook\",\n\t\t\t\tsectionFullPath: \"/_flipbook_types/collection/\",\n\t\t\t\tsectionPrefix: \"collection\", \n\t\t\t\tisDevelopingStory: 0,\n\t\t\t\tsponsored: 0\n\t\t\t},\n\t\t\t\n\t\t\t{\n\t\t\t\tsiteId: 817,\n\t\t\t\tsectionId: 11566,\n\t\t\t\tsectionName: \"Ready To Wear\",\n\t\t\t\tsectionFullPath: \"/_runway_types/ready-to-wear/\",\n\t\t\t\tsectionPrefix: \"ready-to-wear\", \n\t\t\t\tisDevelopingStory: 0,\n\t\t\t\tsponsored: 0\n\t\t\t},\n\t\t\t\n\t\t\t{\n\t\t\t\tsiteId: 817,\n\t\t\t\tsectionId: 12322,\n\t\t\t\tsectionName: \"Nicole Miller\",\n\t\t\t\tsectionFullPath: \"/_designers/nicole-miller/\",\n\t\t\t\tsectionPrefix: \"nicole-miller\", \n\t\t\t\tisDevelopingStory: 0,\n\t\t\t\tsponsored: 0\n\t\t\t},\n\t\t\t\n\t\t\t{\n\t\t\t\tsiteId: 817,\n\t\t\t\tsectionId: 47065,\n\t\t\t\tsectionName: \"Spring 2015 Ready-to-Wear\",\n\t\t\t\tsectionFullPath: \"/_seasons/spring-2015-rtw/\",\n\t\t\t\tsectionPrefix: \"spring-2015-rtw\", \n\t\t\t\tisDevelopingStory: 0,\n\t\t\t\tsponsored: 0\n\t\t\t}\n\t\t\t\n\t\t]\n\t\t\n\t};\n</script>\n\t\n</head>\n<body class=\"_runwayFlipbook \">\n    <!-- headerVariables.tmpl -->\n<span id=\"ams_mbox_elm_global\" class=\"ams-mixed-inline\"><!-- No creatives found for pos_name: ams_mbox_elm_global (3092) and campaign_id :   -->\n\n</span>\n\n<span id=\"ams_elm_circ_takeover\" class=\"ams-mixed-defer\"></span>\n\n<span id=\"ams_elm_like_gate\" class=\"ams-mixed-defer\"></span>\n<!-- /headerVariables.tmpl -->\n\n    <span id=\"ams_elm_checkm8\" class=\"ams-mixed-inline\"><div id=\"gpt_outofpage\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof tntTest === \"undefined\") {\r\nif (typeof ad_setUpTop===\"undefined\"){\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_outofpage',\r\n'outofpage': 1,\r\n'newpos': '0D',\r\n'load': 'nobid'\r\n});\r\n}\r\n}\r\n</script>\n\n</span>\n\t<div id=\"fb-root\"></div>\n<!-- /metaHead.tmpl  -->\n\n\n<div class=\"site g-full\">\n\n\t<header class=\"siteHeader g-full clearfix\">\n\t\t\n\n\t\t<div id=\"head-article-list-div\">\n            \n\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/horoscopes/2015-astrologicial-guide\"><img class=\"apa-img\" src=\"/cm/elle/images/1N/elle-02-astro-yRxLbV-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/horoscopes/2015-astrologicial-guide\">Star Signs </a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">The AstroTwins predict what 2015 has in store for you</span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/pop-culture/celebrities/2014-hot-abs\"><img class=\"apa-img\" src=\"/cm/elle/images/Zd/elle-00-shirtless-guys-h-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/pop-culture/celebrities/2014-hot-abs\">Fit Bit</a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">From Zac to Becks: the hottest man abs of 2014 </span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div apa-last-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/fashion/spotlight/spring-2015-campaigns\"><img class=\"apa-img\" src=\"/cm/elle/images/w1/elle-03-eleven-paris-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/fashion/spotlight/spring-2015-campaigns\">Campaign Game</a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">The best fashion spots from spring 2015</span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n                \n\t\t\t\n\t\t</div>\n\n        <div class=\"headerBranding g-full clearfix altNav\">\n            \n                <div class=\"logoContainer\">\n                    <a href=\"/\"><img src=\"/cm/elle/site_images/logo.png\" title=\"ELLE\" alt=\"ELLE\" width=\"122\" height=\"100%\" /></a>\n                </div>\n            \n        </div>\n\n        <nav class=\"siteNavigation altNav\">\n            <form id=\"nav-search\" name=\"searchForm\" role=\"search\" action=\"/search/\" method=\"get\">\n                <span id=\"nav-search-x\"></span>\n                <input type=\"text\" class=\"searchInput g-16\" name=\"q\" value=\"\" autocomplete=\"off\" placeholder=\"Search ELLE.com\">\n                <button type=\"submit\" class=\"searchButton\"></button>\n                <div class=\"clear\"></div>\n            </form>\n            <ul class=\"navList g-full clearfix\">\n                <li class=\"navFashion navItem first\">\n                    <a class=\"navLink\" href=\"/fashion/\">Fashion</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/fashion/spotlight/shop-it-iconic-cartoons\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/sR/elle-00-cartoon-opener-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/sR/elle-00-cartoon-opener-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Shop It: The 13 Most Iconic Cartoon Outfits</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                            \n                            \n                                <li><a href=\"/runway/\">Runway</a></li>\n                            \n                                <li><a href=\"/fashion/fashion-week/\">Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/spotlight/\">Fashion Spotlight</a></li>\n                            \n                                <li><a href=\"/fashion/trend-reports/\">Trend Reports</a></li>\n                            \n                                <li><a href=\"/fashion/celebrity-style/\">Celebrity Style</a></li>\n                            \n                                <li><a href=\"/fashion/designers/\">Designer Files</a></li>\n                            \n                                <li><a href=\"/video/fashion-videos\">Fashion Videos</a></li>\n                            \n                                <li class=\"last\"><a href=\"/life-love/entertaining-design/fall-weddings-style\">ELLE's Guide to Weddings</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navHair navItem\">\n                    <a class=\"navLink\" href=\"/beauty/\">Beauty</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/beauty/health-fitness/practical-magic\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/VK/elle-practical-magic-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/VK/elle-practical-magic-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">How This 'Functional Fitness' Workout Transformed My Body</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/beauty/complexion\">Complete Complexion</a></li>\n                            \n                                <li><a href=\"/beauty/hair/\">Hair</a></li>\n                            \n                                <li><a href=\"/beauty/makeup-skin-care/\">Makeup & Skincare</a></li>\n                            \n                                <li class=\"last\"><a href=\"/beauty/health-fitness/\">Health & Fitness</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navAccessories navItem\">\n                    <a class=\"navLink\" href=\"/accessories/\">Accessories</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/accessories/bags-shoes-jewelry/best-shoes-2014\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Shop the Best Shoes of 2014</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/accessories/bags-shoes-jewelry/\">Accessories Spotlight</a></li>\n                            \n                                <li><a href=\"/accessories/trends/\">Trends</a></li>\n                            \n                                <li class=\"last\"><a href=\"/accessories/shop-accessories/\">Shop Accessories</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navStreet navItem\">\n                    <a class=\"navLink\" href=\"/fashion/street-chic/\">Street</a>\n\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/news/street-chic-daily/street-style-milan-oct-14\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/M1/elle-10-mfw-v-xln-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/M1/elle-10-mfw-v-xln-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Street Style: Milan</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/news/street-chic-daily/\">Daily Street Chic</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/street-style-photos-paris-fashion-week-fall-2014\">Paris Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/milan-fashion-week-street-style-photos-fall-2014\">Milan Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/london-fashion-week-street-style-photos-fall-2014\">London Fashion Week</a></li>\n                            \n                                <li class=\"last\"><a href=\"/fashion/street-chic/new-york-fall-2014-fashion-week-street-style\">New York Fashion Week</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navPop navItem\">\n                    <a class=\"navLink\" href=\"/pop-culture/\">Culture</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/pop-culture/celebrities/celebrity-baby-announcements-funny\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Zt/elle-opener-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/Zt/elle-opener-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">The 14 Best Celebrity Baby Announcements</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/pop-culture/cover-shoots/\">Cover Shoots</a></li>\n                            \n                                <li><a href=\"/pop-culture/celebrities/\">Celebrity Spotlight</a></li>\n                            \n                                <li><a href=\"/pop-culture/reviews/\">Movies, TV, Music & Books</a></li>\n                            \n                                <li><a href=\"/pop-culture/best/\">Culture Club</a></li>\n                            \n                                <li class=\"last\"><a href=\"/video/celebrity-videos\">Celebrity Videos</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navLife navItem\">\n                    <a class=\"navLink\" href=\"/life-love/\">Life &amp; Love</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/life-love/entertaining-design/organized-decorating-tips\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Nl/elle-living-00-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/Nl/elle-living-00-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">7 Easy Tweaks to Improve Your Space</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/life-love/personal-style/\">Personal Style</a></li>\n                            \n                                <li><a href=\"/life-love/sex-relationships/\">Sex & Relationships</a></li>\n                            \n                                <li><a href=\"/life-love/society-career/\">Society, Career & Power</a></li>\n                            \n                                <li><a href=\"/life-love/entertaining-design/\">Entertaining & Design</a></li>\n                            \n                                <li><a href=\"/life-love/travel/\">Travel</a></li>\n                            \n                                <li><a href=\"/life-love/ask-e-jean/\">Ask E. Jean</a></li>\n                            \n                                <li><a href=\"/video/advice-videos/\">Advice Videos</a></li>\n                            \n                                <li class=\"last\"><a href=\"http://www.elledecor.com\">ELLE Decor</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n\n<!--\n                <li class=\"navRunway navItem\">\n                    <a class=\"navLink\" href=\"/runway/\">Runway</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/runway/ready-to-wear/spring-2014-rtw/alexander-mcqueen/collection/\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/1o/elle-alexander-mcqueen-spring-2014-rtw-01-de-smn.jpg\"></div>\n                                <p class=\"featureP\">Alexander McQueen Spring 2014 Ready-to-Wear Collection</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                            <li><a href=\"/runway/ready-to-wear/spring-2014-rtw/\">Spring 2014 Ready-To-Wear</a></li>\n                            <li><a href=\"/runway/haute-couture/fall-2013-couture/\">Fall 2013 Haute Couture</a></li>\n                            <li><a href=\"/runway/resort/resort-2014/\">Resort 2014</a></li>\n                            <li><a href=\"/runway/ready-to-wear/fall-2013-rtw/\">Fall 2013 Ready-To-Wear</a></li>\n                            <li><a href=\"/runway/haute-couture/spring-2013-couture/\">Spring 2013 Haute Couture</a></li>\n                            <li><a href=\"/runway/pre-fall/pre-fall-2013/\">Pre-Fall 2013</a></li>\n                            <li class=\"last\"><a href=\"/video/runway-videos\">Runway Videos</a></li>\n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n-->\n                <li class=\"navNews navItem\">\n                    <a class=\"navLink\" href=\"/news/\">News</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/news/beauty-makeup/best-workouts-2015\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/fm/adrianalima-h-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/fm/adrianalima-h-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">The Hottest Workouts for 2015</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/news/fashion-accessories/\">Accessories News</a></li>\n                            \n                                <li><a href=\"/news/beauty-makeup/\">Beauty News</a></li>\n                            \n                                <li><a href=\"/news/culture/\">Culture News</a></li>\n                            \n                                <li><a href=\"/news/fashion-style/\">Fashion News</a></li>\n                            \n                                <li><a href=\"/news/lifestyle/\">Life & Love News</a></li>\n                            \n                                <li><a href=\"/news/shop/\">Shopping News</a></li>\n                            \n                                <li class=\"last\"><a href=\"/news/street-chic-daily/\">Street Chic Daily</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n\n\n                <li class=\"navHoroscopes navItem\">\n                    <a class=\"navLink\" href=\"/horoscopes/\">Horoscopes</a>\n\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/horoscopes/2015-astrologicial-guide\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/vh/elle-02-astro-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/vh/elle-02-astro-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Your Astrological Guide to 2015</p>\n                            </a>\n                        \n\n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/horoscopes/daily/\">Daily</a></li>\n                            \n                                <li><a href=\"/horoscopes/weekly/\">Weekly</a></li>\n                            \n                                <li><a href=\"/horoscopes/monthly/\">Monthly</a></li>\n                            \n                                <li class=\"last\"><a href=\"/horoscopes/love/\">Compatibility Chart</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li id=\"nav-subscribe-li\" class=\"navItem\">\n                \t<span id=\"ams_circ_elm_sub_nav_link\" class=\"ams-mixed-defer\"></span>\n                </li>\n\n                <li class=\"navSearch navItem\">\n                    <div id=\"nav-search-open-btn\" class=\"searchForm\"><button type=\"submit\" class=\"searchButton\"><span>Search</span></button></div>\n                </li>\n            </ul>\n        </nav>\n    </header>\n\t\n\t\n\t\t <div class=\"topPromoAd g-full\">\n\t\t\t<!-- adBannerTop.tmpl -->\n<div id=\"adBannerTop\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_top\" class=\"ams-mixed-inline\"><div id=\"gpt_lb_a\"></div>\r\n<script type=\"text/javascript\">\r\nvar gptLayer = window.gptLayer || [];\r\nvar adSlots = [[728,1],[728,90],[728,92],[970,90],[970,92],[970,250]];\r\nvar artType = \"ros\";\r\nvar siteName = \"elle\";\r\n\r\nif (artType.toLowerCase().indexOf('flip') > -1) {\r\n\tadSlots = [[728,1],[728,90],[728,92],[970,90],[970,92]];\r\n} \r\ngptLayer.push({\r\n'id': 'gpt_lb_a',\r\n'adslot': adSlots,\r\n'refresh': 1,\r\n'pos': '1',\r\n'newpos': '10',\r\n'load': 'imm'\r\n});\r\n\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adBannerTop.tmpl -->\n\n<script>\n// Adds the grey box when a top banner ad is served\nvar endCheck = 0;\nvar startCheck = setInterval(function(){\t\n\tif ($('#gpt_lb_a').height() > 30) {\n\t\t$('#adBannerTop').css ({\n\t\t\t'background':'url(/cm/elle/site_images/shadow.png) no-repeat 0px 0px',\n\t\t\t'padding-top':'10px',\n\t\t\t'padding-bottom':'10px'\n\t\t});\n\t\t$('.topPromoAd').css ({\n\t\t\t'background':'#f5f5f5'\t\n\t\t});\n\t};\n\t\n\tif (endCheck == 50) {\n\t\tclearInterval(startCheck)\n\t}\n\t\n\tendCheck++;\n\t\n}, 100);\t\n</script>\n\t\t </div>\n\t\t\n\n    <div class=\"clear\"></div>\n    \n    <div id=\"mainWrapper\" class=\"g-full clearfix split-col-12\">\n\t<div id=\"fbMainWrapper\" class=\"g-12\">\n\t\t<!--Runway breadcrumb-->\n\t\t<nav id=\"breadcrumb\">\n\t\t\t<a class=\"bcLink\" href=\"/\">ELLE</a> <span class=\"bcSpacer\">&rsaquo;</span>\n\t\t\t<a class=\"bcLink\" href=\"/runway/\">RUNWAY</a> <span class=\"bcSpacer\">&rsaquo;</span>\n\t\t\t<a class=\"bcLink\" href=\"/runway/ready-to-wear/\">READY TO WEAR</a> <span class=\"bcSpacer\">&rsaquo;</span>\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<a class=\"bcLink\" href=\"/runway/ready-to-wear/spring-2015-rtw/\">Spring 2015 Ready-to-Wear</a> <span class=\"bcSpacer\">&rsaquo;</span>\n\t\t\t\t\t<span class=\"bcCurrent\">Nicole Miller</span>\n\t\t\t\t\n\t\t\t\n\t\t</nav>\n\t\t\n\t\t\t\n\t\t\t\t<!-- Main flipbook article container -->\n\t\t\t\t<article id=\"flipbook\" role=\"main\" class=\"content flipbook3\">\n\t\t\t\t\t<header id=\"sitePageHead\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<h1 class=\"fbTitle\">Nicole Miller Spring 2015 Ready-to-Wear Collection</h1>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t</header>\n\n\t\t\t\t\t<script>\n\t\t\t\t\t\tvar FBModel = {\n\t\t\t\t\t\t\tslides: [\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide1\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"Nicole Miller Spring 2015 Ready-to-Wear Collection\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide2\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-2\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide3\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-3\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide4\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-4\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide5\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-5\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide6\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-6\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide7\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-7\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide8\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-8\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide9\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-9\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide10\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-10\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide11\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-11\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide12\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-12\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide13\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-13\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide14\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-14\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide15\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-15\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide16\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-16\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide17\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-17\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide18\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-18\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide19\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-19\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide20\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-20\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide21\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-21\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide22\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-22\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide23\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-23\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide24\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-24\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide25\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-25\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide26\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-26\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide27\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-27\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide28\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-28\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide29\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-29\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide30\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-30\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide31\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-31\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide32\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-32\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide33\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-33\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide34\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-34\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide35\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-35\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide36\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-36\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide37\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-37\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide38\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-38\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tid: \"slide39\",\n\t\t\t\t\t\t\t\t\turl: \"nicole-miller-spring-2015-rtw-collection-39\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tslidetype: \"image\",\n\t\t\t\t\t\t\t\t\t\ttitle: \"\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"\",\n\t\t\t\t\t\t\t\t\t\tcredit: \"Courtesy of ImaxTree\",\n\t\t\t\t\t\t\t\t\t\tthumbsrc: \"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-smn.jpg\",\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\txlargesrc: \"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-xln.jpg\",\n\t\t\t\t\t\t\t\t\t\t\txlargewidth: 800,\n\t\t\t\t\t\t\t\t\t\t\txlargeheight: 1200,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tsrc: \"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-lg.jpg\",\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tsrcwidth: 488,\n\t\t\t\t\t\t\t\t\t\t\t\tsrcheight: 732\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t};\n\t\t\t\t\t</script>\n\n\t\t\t\t\t<!-- Viraltool -->\n\t\t\t\t\t<div class=\"controlsTop clearfix\">\n\t\t\t\t\t\t<div id=\"viralsToolsTop\" class=\"virals viral_tools clearfix\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"viral_button email\" hTrack=\"email\">\n\t\t\t\t\t\t\t\t\t<a title=\"Email\" id=\"ck_email_17176008\" class=\"chicklet\" href=\"javascript:void(0);\"><span st_page=\"send\">Email</span></a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"viral_button print\" hTrack=\"printBot\">\n\t\t\t\t\t\t\t\t\t<a title=\"Print\" onclick=\"window.open('/print-this//_seasons/spring-2015-rtw/nicole-miller-spring-2015-rtw-collection?page=all','Print','width=1000,height=800,menubar=no,toolbar=no,scrollbars=yes');\"><span>Print</span></a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"share_buttons \" data-share-url=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\">\n  <a class=\"fbCntr\" href=\"javascript:socialopen('https://www.facebook.com/sharer/sharer.php?u=http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/?src=soc_fcbks');\" onClick=\"eventTracking('event99')\">\n    <li class=\"fbButton\">\n        <div class=\"fbBalloon balloon\"></div>\n    </li>\n  </a>\n  <a class=\"twitCntr\" href=\"javascript:socialopen('https://twitter.com/share?text=Nicole Miller Spring 2015 Ready-to-Wear Collection&url=http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/&via=ELLEmagazine');\" onClick=\"eventTracking('event85')\">\n    <li class=\"twitterButton\">\n        <div class=\"twitterBalloon balloon\"></div>\n    </li>\n  </a>\n  <a class=\"pinCntr\" href=\"javascript:socialopen('http://pinterest.com/pin/create/button/?url=http://www.elle.com/_flipbook_types/collection/nicole-miller-spring-2015-rtw-collection&description=Nicole Miller Spring 2015 Ready-to-Wear Collection&media=http://www.elle.com/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v.jpg');\" onClick=\"eventTracking('event26')\">\n    <li class=\"pinButton\">\n        <div class=\"pinBalloon balloon\"></div>\n    </li>\n  </a>\n  <a class=\"gplusCntr\" href=\"javascript:socialopen('https://plus.google.com/share?url=http://www.elle.com/_flipbook_types/collection/nicole-miller-spring-2015-rtw-collection');\" onClick=\"eventTracking('event91')\">\n    <li class=\"gPlusButton\">\n        <div class=\"gPlusBalloon balloon\"></div>\n    </li>\n  </a>\n  \n  <a class=\"lnkdInCntr\" href=\"javascript:socialopen('https://www.linkedin.com/cws/share?url=http://www.elle.com/_flipbook_types/collection/nicole-miller-spring-2015-rtw-collection');\">\n    <li class=\"linkedinButton\">\n      <div class=\"vert_container\">\n        <span class=\"linkedinText\">In</span>\n        <div class=\"linkedinBeside beside\"></div>\n      </div>\n    </li>\n  </a>\n  \n  \n</ul>\n\n<script>\nvar originalString = \"Nicole Miller Spring 2015 Ready-to-Wear Collection\";\nvar strippedString = originalString.replace(/(<([^>]+)>)/ig,\"\"); //Stripping out any HTML tags from the title \nvar $container = $('.twitCntr');\nvar twitterTitle = \"javascript:socialopen('https://twitter.com/share?text=\" + strippedString + \"&url=http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/&via=ELLEmagazine')\";\n$container.attr('href',twitterTitle);\n\nfunction socialopen(url){\n    var width = 500;\n    var height= 400;\n    var wwidth = $(window).width();\n    var left = (wwidth  - width)  / 2;\n    var opts = 'width=' + width + ',height=' + height + ',left=' + left;\n\n    window.open(url,'',opts);\n  }\n</script>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<!-- End Viraltool -->\n\n\t\t\t\t\t<div id=\"flipbookSlides\">\n\t\t\t\t\t\t<div class=\"controlContainer\">\n\t\t\t\t\t\t\t<ul class=\"controls\">\n\t\t\t\t\t\t\t\t<li><a class=\"fbPrev disabled\">Back</a></li>\n\t\t\t\t\t\t\t\t<li><span class=\"pageNumbers\"><span class=\"current\">1</span> of <span class=\"total\">39</span></span></li>\n\t\t\t\t\t\t\t\t<li class=\"last\"><a class=\"fbNext disabled\">Next</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t<div class=\"imageToolbar\">\n\t\t\t\t\t\t\t\t<a rel=\"#slide1\" class=\"viewLarge\">View Larger</a>\n\t\t\t\t\t\t\t\t<a class=\"viewThumbs\">View Thumbnails</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<!-- RUNWAY NAV -->\n\t\t\t\t\t\t<div class=\"runwayNav\">\n\t\t\t\t\t\t\t<a id=\"navCollection\" class=\"btnNav\" target=\"_self\">Runway <span></span></a>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"slideContainer\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide1\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/s6/elle-01-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide2\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-2\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/pf/elle-02-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide3\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-3\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/SK/elle-03-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide4\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-4\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/mT/elle-04-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide5\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-5\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/oA/elle-05-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide6\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-6\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/ER/elle-06-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide7\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-7\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/TH/elle-07-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide8\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-8\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/Dq/elle-08-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide9\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-9\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/N6/elle-09-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide10\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-10\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/1Y/elle-10-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide11\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-11\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/8n/elle-11-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide12\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-12\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/7Y/elle-12-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide13\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-13\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/c7/elle-13-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide14\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-14\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/eZ/elle-14-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide15\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-15\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/E7/elle-15-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide16\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-16\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/Yx/elle-16-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide17\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-17\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/uT/elle-17-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide18\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-18\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/Yu/elle-18-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide19\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-19\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/21/elle-19-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide20\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-20\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/03/elle-20-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide21\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-21\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/Dy/elle-21-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide22\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-22\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/S3/elle-22-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide23\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-23\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/ay/elle-23-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide24\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-24\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/nV/elle-24-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide25\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-25\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/Zy/elle-25-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide26\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-26\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/0s/elle-26-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide27\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-27\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/t5/elle-27-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide28\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-28\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/UJ/elle-28-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide29\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-29\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/BJ/elle-29-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide30\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-30\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/JB/elle-30-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide31\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-31\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/6k/elle-31-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide32\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-32\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/2b/elle-32-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide33\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-33\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/cl/elle-33-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide34\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-34\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/VH/elle-34-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide35\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-35\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/9E/elle-35-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide36\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-36\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/EY/elle-36-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide37\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-37\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/lm/elle-37-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide38\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-38\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/rv/elle-38-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"slide39\" class=\"slide clearfix\"\n\t\t\t\t\t\t\t\t\t\tdata-slideurl=\"nicole-miller-spring-2015-rtw-collection-39\"\n\t\t\t\t\t\t\t\t\t\tdata-slidetype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-sourcename=\"\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-thumbsrc=\"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-smn.jpg\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargesrc=\"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-xln.jpg\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargewidth=\"800\"\n\t\t\t\t\t\t\t\t\t\t\tdata-xlargeheight=\"1200\"\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tdata-src=\"/cm/elle/images/4i/elle-39-nyfw-ss15-nicole-miller-v-lg.jpg\n\t\t\t\t\t\t\t\t\t\t\">\n\n\t\t\t\t\t\t\t\t\t\t<!-- image slide -->\n\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t<!-- video slide -->\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div><!--End slideContainer-->\n\n\t\t\t\t\t\t<section id=\"flipbookLastSlide\" data-loaded=\"false\">\n\t\t\t\t\t\t\t<header class=\"returnToFlipbook\">\n\t\t\t\t\t\t\t\t<div class=\"refreshButton\"></div>\n\t\t\t\t\t\t\t\t<h3>REPLAY:</h3>\n\t\t\t\t\t\t\t\t<h4>Nicole Miller Spring 2015 Ready-to-Wear Collection<span class=\"leftArrow\"></span></h4>\n\t\t\t\t\t\t\t</header>\n\t\t\t\t\t\t\t<h3>Related Links</h3>\n\t\t\t\t\t\t\t<ul id=\"lastSlideLinks\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<!-- magnus links -->\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\">Nicole Miller Spring 2015 Ready-to-Wear Collection</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion/celebrity-style/red-carpet-fashion-cannes-film-festival-2014\">The Best Red Carpet Looks From the 2014 Cannes Film Festival</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion/celebrity-style/sofia-richie-style\">Candidly Sofia: Nicole's Kid Sis Is Having a Moment</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/news/culture/nicole-richie-wants-an-octopus-butler\">Nicole Richie Wants an Octopus Butler</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion/spotlight/joe-zee-nicole-richie-fashion-photos\">Nicole Richie Shares Her Genius Dress-Up Tips</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/ready-to-wear/spring-2014-rtw/nicole-miller/collection/\">Nicole Miller Spring 2014 Ready-to-Wear Collection</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/news/culture/nicole-sanchez-tech-talk\">How Nicole Sanchez Is Reinventing the Black Hair Industry</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/news/fashion-style/victoria-secret-fashion-show-2014\">Who's Walking the 2014 Victoria's Secret Fashion Show?</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/ready-to-wear/spring-2014-rtw/nicole-miller/detail/\">Nicole Miller Spring 2014 Ready-to-Wear Detail</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<li class='last'><a href=\"/runway/ready-to-wear/fall-2014-rtw/nicole-miller/collection/\">Nicole Miller Fall 2014 Ready-to-Wear Collection</a><span class=\"leftArrow\"></span></li>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</section><!-- End flipbookLastSlide -->\n\n\t\t\t\t\t\t<section id=\"flipbookThumbs\">\n\t\t\t\t\t\t\t<nav class=\"controls thumbTopPagination\">\n\t\t\t\t\t\t\t\t<a class=\"returnToFlipbook\">Return to Slideshow</a>\n\t\t\t\t\t\t\t\t<a class=\"thumbPrev disabled\">Back</a>\n\t\t\t\t\t\t\t\t<span class=\"thumbPaginationString\"><span class=\"startSlide\">1</span> - <span class=\"endSlide\">24</span> OF <span class=\"totalSlide\">39</span></span>\n\t\t\t\t\t\t\t\t<a class=\"thumbNext\">Next</a>\n\t\t\t\t\t\t\t</nav>\n\n\t\t\t\t\t\t\t<section class=\"container\"></section>\n\n\t\t\t\t\t\t\t<nav class=\"controls\">\n\t\t\t\t\t\t\t\t<a class=\"thumbPrev disabled\">Back</a>\n\t\t\t\t\t\t\t\t<span class=\"thumbPaginationString\"><span class=\"startSlide\">1</span> - <span class=\"endSlide\">24</span> OF <span class=\"totalSlide\">39</span></span>\n\t\t\t\t\t\t\t\t<a class=\"thumbNext\">Next</a>\n\t\t\t\t\t\t\t</nav>\n\t\t\t\t\t\t</section><!--End flipbookThumbs-->\n\t\t\t\t\t</div><!--End flipbookSlides-->\n\t\t\t\t</article><!-- End main flipbook article container-->\n\n\t\t\t\t<!--Fullscreen gallery-->\n\t\t\t\t<article id=\"fullscreenGallery\">\n\t\t\t\t\t<nav id=\"fullscreenNavigation\">\n\t\t\t\t\t\t<a id=\"navSiteLogo\"><span id=\"navLogo\"></span></a>\n\t\t\t\t\t\t<a id=\"navViewThumb\"></a>\n\t\t\t\t\t\t<div id=\"navShareContainer\">\n\t\t\t\t\t\t\t<a id=\"navShare\">Share</a>\n\t\t\t\t\t\t\t<div id=\"navShareList\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"viral_button email\" hTrack=\"email\">\n\t\t\t\t\t\t\t\t\t\t<a title=\"Email\" id=\"ck_email_17176008\" class=\"chicklet\" href=\"javascript:void(0);\"><span st_page=\"send\">Email</span></a>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"xs_viral_button fbshare\" onclick=\"eventTracking('event99');\">\n\t\t\t\t\t\t\t\t\t<a class=\"xs_soc_fbshare\" href=\"javascript:fbShare('http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/');\">Share</a>\n<script type=\"text/javascript\">\n\tfunction fbShare(url){\n\t\tconsole.log(url);\n\t\twindow.open('http://www.facebook.com/sharer.php?u=' + url + '?src=soc_fcbks','','width=500,height=400');\n\t}\n</script>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"xs_viral_button_b fblikebot\" hTrack=\"fblikeBot\">\n\t\t\t\t\t\t\t\t\t<div id=\"xs_soc_fblike\" hvtNode=\"fblikebutton\">\n\t<fb:like ref=\"soc_fcbk\" href=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\" layout=\"button_count\" show_faces=\"false\" width=\"90\" height=\"21\"></fb:like>\n</div>\n\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"xs_viral_button navPlusone\" >\n\t\t\t\t\t\t\t\t\t<g:plusone callback=\"plusone_vote\" size=\"tall\" annotation=\"bubble\" count=\"true\" href=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\"></g:plusone>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"moreSlideshowContainer\">\n\t\t\t\t\t\t\t<a id=\"navMoreSlideShows\">More Slideshows</a>\n\t\t\t\t\t\t\t<ul id=\"navMoreSlideShowList\"></ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"navControlContainer\">\n\t\t\t\t\t\t\t<ul class=\"controls\">\n\t\t\t\t\t\t\t\t<li><a class=\"fbPrev\" href=\"#slide8\">Back</a></li>\n\t\t\t\t\t\t\t\t<li><span class=\"pageNumbers\"></span></li>\n\t\t\t\t\t\t\t\t<li class=\"last\"><a class=\"fbNext\" href=\"#slide10\">Next</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<a id=\"navClose\"></a>\n\t\t\t\t\t</nav>\n\t\t\t\t\t<header id='fullscreenHeader'><h2>Nicole Miller Spring 2015 Ready-to-Wear Collection</h2></header>\n\t\t\t\t\t<section id=\"fullscreenSlideContainer\">\n\t\t\t\t\t\t<ul id=\"fullscreen-slide\" class=\"clearfix\"></ul>\n\t\t\t\t\t\t<div class=\"fdiv\"></div>\n\t\t\t\t\t</section>\n\t\t\t\t\t<!--End fullscreenSlideContainer-->\n\t\t\t\t\t<section id='fullscreenAdvertise'>\n\t\t\t\t\t\t<div class=\"fullscreenAdvertiseTitle\">advertisement</div>\n\t\t\t\t\t\t<div class=\"fullscreenAdvertiseContent\"></div>\n\t\t\t\t\t</section>\n\t\t\t\t\t<section id=\"fullscreenLastSlide\"></section>\n\t\t\t\t\t<!--End fullscreenLastSlide-->\n\t\t\t\t\t<section id=\"fullscreenThumbs\">\n\t\t\t\t\t\t<nav class=\"controls thumbTopPagination\">\n\t\t\t\t\t\t\t<a class=\"returnToFlipbook\">Return to Slideshow</a>\n\t\t\t\t\t\t\t<a class=\"thumbPrev\">Back</a>\n\t\t\t\t\t\t\t<span class=\"thumbPaginationString\"><span class=\"startSlide\">1</span> - <span class=\"endSlide\">19</span> OF <span class=\"totalSlide\">39</span></span>\n\t\t\t\t\t\t\t<a class=\"thumbNext\">Next</a>\n\t\t\t\t\t\t</nav>\n\t\t\t\t\t\t<section class=\"container\"></section>\n\t\t\t\t\t\t<nav class=\"controls\">\n\t\t\t\t\t\t\t<a class=\"thumbPrev\">Back</a>\n\t\t\t\t\t\t\t<span class=\"thumbPaginationString\"><span class=\"startSlide\">1</span> - <span class=\"endSlide\">19</span> OF <span class=\"totalSlide\">39</span></span>\n\t\t\t\t\t\t\t<a class=\"thumbNext\">Next</a>\n\t\t\t\t\t\t</nav>\n\t\t\t\t\t</section>\n\t\t\t\t\t<!--End fullscreenThumbs-->\n\t\t\t\t\t<aside id=\"galleryAd\"></aside>\n\t\t\t\t</article>\n\t\t\t<!--End fullscreen gallery-->\n\n\t\t\t<!--Tags-->\n\t\t\t\n\t\t\t<nav class=\"tags\"><span class=\"label\">Tags: </span><a href=\"/archive/by_tag/spring%20fashion%2C%20Nicole%20Miller%20Ready-to-Wear%2C%20fashion%20designer/0/15\">spring fashion, Nicole Miller Ready-to-Wear, fashion designer</a></nav>\n\t\t\t\n\t\t\t<!--End tags-->\n\n\t\t\t<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/sharethis.js#publisher=d63a4976-501a-446d-81e6-434d03d8388c&amp;type=website&amp;buttonText=&amp;offsetLeft=0&amp;onmouseover=false\"></script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\t\tvar shared_object = SHARETHIS.addEntry({\n\t\t\t\t\ttitle: \"Nicole Miller Spring 2015 Ready-to-Wear Collection\",\n\t\t\t\t\turl: \"http://www.elle.com/_flipbook_types/collection/nicole-miller-spring-2015-rtw-collection\"\n\t\t\t\t}), $emailButtons = $('.viral_button.email a');\n\n\t\t\t\t$emailButtons.each(function(){\n\t\t\t\t\tshared_object.attachChicklet(\"email\", this);\n\t\t\t\t});\n\t\t\t</script>\n\t\t\n\n\t\t<!-- past seasons -->\n\t\t<section id=\"pastSeasons\" class=\"g-12 g-last\">\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<h3 class=\"moduleTitle\">past seasons: Nicole Miller</h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"module4ColumnWithImages g-12\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t<article>\n\t\t\t\t\t\t\t\t<div class=\"g-3\">\n\t\t\t\t\t\t\t\t\t<a class=\"promoArticleTitle\" href=\"/runway/ready-to-wear/fall-2002-rtw/nicole-miller/\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"promoImage lazyImage thumb2\" data-src=\"/cm/elle/images/hY/012303191437-th2.jpg\" data-width=\"152\" data-height=\"228\" data-alt=\"Nicole Miller Fall 2002 Ready&#45;to&#45;Wear Collection 0001\"></div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"arrowAfter\">Fall 2002 Ready-to-Wear</span>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t<article>\n\t\t\t\t\t\t\t\t<div class=\"g-3\">\n\t\t\t\t\t\t\t\t\t<a class=\"promoArticleTitle\" href=\"/runway/ready-to-wear/fall-2012-rtw/nicole-miller/\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"promoImage lazyImage thumb2\" data-src=\"/cm/elle/images/Cu/NICOLE-MILLER-FALL-2012-RTW-PODIUM-001-th2.jpg\" data-width=\"152\" data-height=\"228\" data-alt=\"\"></div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"arrowAfter\">Fall 2012 Ready-to-Wear</span>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t<article>\n\t\t\t\t\t\t\t\t<div class=\"g-3\">\n\t\t\t\t\t\t\t\t\t<a class=\"promoArticleTitle\" href=\"/runway/ready-to-wear/fall-2007-rtw/nicole-miller/\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"promoImage lazyImage thumb2\" data-src=\"/cm/elle/images/tk/020420070856143661-th2.jpg\" data-width=\"152\" data-height=\"228\" data-alt=\"Nicole Miller Fall 2007 Ready&#45;to&#45;wear Collections &#45; 001\"></div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"arrowAfter\">Fall 2007 Ready-to-Wear</span>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t<article class=\"last\">\n\t\t\t\t\t\t\t\t<div class=\"g-3\">\n\t\t\t\t\t\t\t\t\t<a class=\"promoArticleTitle\" href=\"/runway/resort/resort-2012/nicole-miller/\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"promoImage lazyImage thumb2\" data-src=\"/cm/elle/images/AP/Nicole-Miller-Resort-2012-Look-01-th2.jpg\" data-width=\"152\" data-height=\"228\" data-alt=\"\"></div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"arrowAfter\">Resort 2012</span>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t</section>\n\n\t\t<!-- past collections -->\n\t\t<section id=\"moduleFinder\" class=\"g-12 g-last\">\n\t\t\t<section id=\"pastCollections\" class=\"col g-6\">\n\t\t\t\t<h3 class=\"moduleTitle\">All Past Collections</h3>\n\t\t\t\t<div class=\"season\">\n\t\t\t\t\t<h4>Select a Season</h4><span class=\"iconArrow\"></span>\n\t\t\t\t\t<div class=\"dropDown hidden\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2003-01-27 00:00:00\" href=\"/runway/ready-to-wear/fall-2002-rtw/nicole-miller/collection/\">Fall 2002 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-14 04:01:39\" href=\"/runway/ready-to-wear/fall-2012-rtw/nicole-miller/collection/\">Fall 2012 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2007-02-04 00:00:00\" href=\"/runway/ready-to-wear/fall-2007-rtw/nicole-miller/collection/\">Fall 2007 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2011-05-31 00:00:00\" href=\"/runway/resort/resort-2012/nicole-miller/collection/\">Resort 2012</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2003-09-15 00:00:00\" href=\"/runway/ready-to-wear/spring-2004-rtw/nicole-miller/collection/\">Spring 2004 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2004-09-10 00:00:00\" href=\"/runway/ready-to-wear/spring-2005-rtw/nicole-miller/collection/\">Spring 2005 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2006-09-10 00:00:00\" href=\"/runway/ready-to-wear/spring-2007-rtw/nicole-miller/collection/\">Spring 2007 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-14 19:40:06\" href=\"/runway/ready-to-wear/fall-2011-rtw/nicole-miller/collection/\">Fall 2011 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-13 14:43:32\" href=\"/runway/ready-to-wear/fall-2009-rtw/nicole-miller/collection/\">Fall 2009 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2004-02-10 00:00:00\" href=\"/runway/ready-to-wear/fall-2004-rtw/nicole-miller/collection/\">Fall 2004 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2003-01-27 00:00:00\" href=\"/runway/ready-to-wear/spring-2003-rtw/nicole-miller/collection/\">Spring 2003 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2010-12-09 00:00:00\" href=\"/runway/pre-fall/pre-fall-2011/nicole-miller/collection/\">Pre-Fall 2011</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2003-06-06 00:00:00\" href=\"/runway/ready-to-wear/fall-2003-rtw/nicole-miller/collection/\">Fall 2003 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-14 01:28:21\" href=\"/runway/ready-to-wear/fall-2010-rtw/nicole-miller/collection/\">Fall 2010 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2006-02-06 00:00:00\" href=\"/runway/ready-to-wear/fall-2006-rtw/nicole-miller/collection/\">Fall 2006 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-14 14:58:17\" href=\"/runway/ready-to-wear/spring-2011-rtw/nicole-miller/collection/\">Spring 2011 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2008-09-05 00:00:00\" href=\"/runway/ready-to-wear/spring-2009-rtw/nicole-miller/collection/\">Spring 2009 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2011-12-11 00:00:00\" href=\"/runway/pre-fall/pre-fall-2012/nicole-miller/collection/\">Pre-Fall 2012</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2009-09-11 00:00:00\" href=\"/runway/ready-to-wear/spring-2010-rtw/nicole-miller/collection/\">Spring 2010 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2005-02-04 00:00:00\" href=\"/runway/ready-to-wear/fall-2005-rtw/nicole-miller/collection/\">Fall 2005 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2010-06-11 00:00:00\" href=\"/runway/resort/resort-2011/nicole-miller/collection/\">Resort 2011</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2008-02-02 00:00:00\" href=\"/runway/ready-to-wear/fall-2008-rtw/nicole-miller/collection/\">Fall 2008 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-06-15 02:45:10\" href=\"/runway/ready-to-wear/spring-2012-rtw/nicole-miller/collection/\">Spring 2012 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2009-06-10 00:00:00\" href=\"/runway/resort/resort-2010/nicole-miller/collection/\">Resort 2010</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2013-02-08 00:00:00\" href=\"/runway/ready-to-wear/fall-2013-rtw/nicole-miller/collection/\">Fall 2013 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2014-02-07 00:00:00\" href=\"/runway/ready-to-wear/fall-2014-rtw/nicole-miller/collection/\">Fall 2014 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2013-01-07 00:00:00\" href=\"/runway/pre-fall/pre-fall-2013/nicole-miller/collection/\">Pre-Fall 2013</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2012-09-07 00:00:00\" href=\"/runway/ready-to-wear/spring-2013-rtw/nicole-miller/collection/\">Spring 2013 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2013-09-06 00:00:00\" href=\"/runway/ready-to-wear/spring-2014-rtw/nicole-miller/collection/\">Spring 2014 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<a class=\"2014-09-05 00:00:00\" last href=\"/runway/ready-to-wear/spring-2015-rtw/nicole-miller/collection/\">Spring 2015 Ready-to-Wear</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</section>\n\n\t\t\t<section id=\"modDesignProfile\" class=\"col g-6 g-last\">\n\t\t\t\t<h3 class=\"moduleTitle\">Designer Profile</h3>\n\t\t\t\t<p>Everything You <em>Love</em> About</p>\n\t\t\t\t\n\t\t\t\t\t<a href=\"/fashion/designers/nicole-miller/\" class=\"arrowAfter\">Nicole Miller</a>\n\t\t\t\t\n\t\t\t</section>\n\t\t</section>\n\n\t\t<!-- Runway Season Module -->\n\t\t<section id=\"seasonNav\" class=\"g-12 g-last\">\n\t\t\t<div class=\"hrefCircle\"></div>\n\t\t\t<div class=\"contentRowInner\">\n\t\t\t\t<div id=\"runwaySeasonModule\" class=\"g-12 splitRow\">\n\t\t\t\t\t<div id=\"runwayFeaturedArticle\" class=\"g-6\" data-seasonurl=\"spring-2015-rtw-config\">\n\t\t\t\t\t</div>\n\t\t\t\t\t<div id=\"runwaySeasonExplorer\" class=\"g-6 g-last\">\n\t\t\t\t\t\t<h3 class=\"moduleTitle\">Spring 2015 Ready-to-Wear</h3>\n\n\t\t\t\t\t\t<div id=\"runwayExplorer\" class=\"clearfix\">\n\t\t\t\t\t\t\t<div id=\"runwayExplorerTabs\" class=\"g-3\">\n\t\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"tab active\" rel=\"#runwayFlipbooks\">All Runway</div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t\t    \n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"runwayExplorerFlipbooks active g-3 g-last\" id=\"runwayFlipbooks\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/ellery/collection/\">Ellery</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/celine-ss15/collection/\">Celine SS15</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/coach/collection/\">Coach</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/au-jour-le-jour/collection/\">Au Jour Le Jour</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/boss/collection/\">Boss</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/theory/collection/\">Theory</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/tod's/collection/\">Tod's</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/frame-denim/collection/\">Frame Denim</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/tom-ford/collection/\">Tom Ford</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/saint-laurent/collection/\">Saint Laurent</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/elizabeth-james/collection/\">Elizabeth &amp; James</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/anthony-vaccarello/collection/\">Anthony Vaccarello</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/j.w.-anderson/collection/\">J.W. Anderson</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/simone-rocha/collection/\">Simone Rocha</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/reed-krakoff/collection/\">Reed Krakoff</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/j.crew/collection/\">J.Crew</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/n-21/collection/\">N 21</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/rebecca-minkoff/collection/\">Rebecca Minkoff</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/mary-katrantzou/collection/\">Mary Katrantzou</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/victoria-beckham/collection/\">Victoria Beckham</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/tory-burch/collection/\">Tory Burch</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/diesel-black-gold/collection/\">Diesel Black Gold</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/topshop-unique/collection/\">Topshop Unique</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/charlotte-ronson/collection/\">Charlotte Ronson</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/herve-leger-by-max-azria/collection/\">Herv&#xE9; L&#xE9;ger By Max Azria</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/peter-pilotto/collection/\">Peter Pilotto</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/mulberry/collection/\">Mulberry</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/issa/collection/\">Issa</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/rag-bone/collection/\">Rag &amp; Bone</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/alexander-wang/collection/\">Alexander Wang</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/belstaff/collection/\">Belstaff</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/erdem/collection/\">Erdem</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/mara-hoffman/collection/\">Mara Hoffman</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/bcbg-max-azria/collection/\">BCBG Max Azria</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/marchesa/collection/\">Marchesa</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/balmain/collection/\">Balmain</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/richard-chai/collection/\">Richard Chai</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/lacoste/collection/\">Lacoste</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/giambattista-valli/collection/\">Giambattista Valli</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/proenza-schouler/collection/\">Proenza Schouler</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/elie-saab/collection/\">Elie Saab</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/kenzo/collection/\">Kenzo</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/dries-van-noten/collection/\">Dries van Noten</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/vivienne-westwood/collection/\">Vivienne Westwood</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/sportmax/collection/\">Sportmax</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/just-cavalli/collection/\">Just Cavalli</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/temperley-london/collection/\">Temperley London</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/giles/collection/\">Giles</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/zac-posen/collection/\">Zac Posen</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/monique-lhuillier/collection/\">Monique Lhuillier</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/vera-wang/collection/\">Vera Wang</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/tommy-hilfiger/collection/\">Tommy Hilfiger</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/sonia-rykiel/collection/\">Sonia Rykiel</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/roberto-cavalli/collection/\">Roberto Cavalli</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/ralph-lauren/collection/\">Ralph Lauren</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/nicole-miller/collection/\">Nicole Miller</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/matthew-williamson/collection/\">Matthew Williamson</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/maison-martin-margiela/collection/\">Maison Martin Margiela</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/oscar-de-la-renta/collection/\">Oscar de la Renta</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/michael-kors/collection/\">Michael Kors</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/max-mara/collection/\">Max Mara</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/lanvin/collection/\">Lanvin</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/marc-by-marc-jacobs/collection/\">Marc by Marc Jacobs</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/emporio-armani/collection/\">Emporio Armani</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/donna-karan/collection/\">Donna Karan</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/dkny/collection/\">DKNY</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/balenciaga/collection/\">Balenciaga</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/burberry-prorsum/collection/\">Burberry Prorsum</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/calvin-klein/collection/\">Calvin Klein</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/bally/collection/\">Bally</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/hermes/collection/\">Herm&#xE8;s</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/prada/collection/\">Prada</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/moschino/collection/\">Moschino</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/stella-mccartney/collection/\">Stella McCartney</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/missoni/collection/\">Missoni</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/issey-miyake/collection/\">Issey Miyake</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/versace/collection/\">Versace</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/giorgio-armani/collection/\">Giorgio Armani</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/jean-paul-gaultier/collection/\">Jean Paul Gaultier</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/givenchy/collection/\">Givenchy</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/emilio-pucci/collection/\">Emilio Pucci</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/valentino/collection/\">Valentino</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/jil-sander/collection/\">Jil Sander</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/john-galliano/collection/\">John Galliano</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/marc-jacobs/collection/\">Marc Jacobs</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/gucci/collection/\">Gucci</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/louis-vuitton/collection/\">Louis Vuitton</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/miu-miu/collection/\">Miu Miu</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/fendi/collection/\">Fendi</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/christian-dior/collection/\">Christian Dior</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/chanel/collection/\">Chanel</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/diane-von-furstenberg/collection/\">Diane von Furstenberg</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/carolina-herrera/collection/\">Carolina Herrera</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/dolce-gabbana/collection/\">Dolce &amp; Gabbana</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/comme-des-garcons/collection/\">Comme des Gar&#xE7;ons</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/runway/alexander-mcqueen/collection/\">Alexander McQueen</a></li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"runwayExplorerFlipbooks g-3 g-last\" id=\"detailFlipbooks\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"runwayExplorerFlipbooks g-3 g-last\" id=\"backstageFlipbooks\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"runwayExplorerFlipbooks g-3 g-last\" id=\"beautyFlipbooks\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"runwayExplorerFlipbooks g-3 g-last\" id=\"videoFlipbooks\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</section>\n\n\t</div>\n<div data-role=\"page\" style=\"display:none\"><!-- trick for jquery mobile --></div>\n<aside class=\"rightRail g-6 g-last\">\n\n\t<div class=\"stickyCntr\">\n\t\t<!-- Social Links -->\n\t\t<!-- moduleSocialLinks.tmpl -->\n<section id=\"moduleSocialLinks\" class=\"module\">\n\t<header>\n\t\t<h3 class=\"moduleTitle\">ELLE Everywhere</h3>\n\t</header>\n\t<ul class=\"socialList\">\n\t\t<li class=\"socialItem facebook\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://www.facebook.com/ellemagazine\"></a></li>\n\t\t<li class=\"socialItem twitter\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://twitter.com/ElleMagazine\"></a></li>\n\t\t<li class=\"socialItem pinterest\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://pinterest.com/follow/ELLE/\"></a></li>\n\t\t<li class=\"socialItem tumblr\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://elle.tumblr.com\"></a></li>\n\t\t<li class=\"socialItem google\"><a target=\"_blank\" class=\"socialIcon\" href=\"https://plus.google.com/115526607683935261057\"></a></li>\n\t\t<li class=\"socialItem instagram\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://instagram.com/elleusa\"></a></li>\n\t\t<li class=\"socialItem youtube\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://www.youtube.com/user/ElleMagazine\"></a></li>\n\t</ul>\n</section>\n<!-- /moduleSocialLinks.tmpl -->\n\t\t<!-- Gallery Ad -->\n\t\t<!-- adGallery.tmpl -->\n<div id=\"adGallery\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_gallery\" class=\"ams-mixed-inline\"><div id=\"gpt_gal_a\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof ad_setUpTop===\"undefined\") {\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_gal_a',\r\n'adslot': [[300,250],[300,600],[300,253],[300,601],[300,1050]],\r\n'refresh': 1,\r\n'pos': '4',\r\n'newpos': '40',\r\n'load': 'imm'\r\n});\r\n}\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adGallery.tmpl -->\n\t</div>\t\n\t\t\n\t<!-- Newsletter Module -->\n\t<!-- moduleNewsletter.tmpl -->\n<section id=\"moduleNewsletter\" class=\"module\">\n\t<h3 class=\"moduleTitle\">Be an Insider</h3>\n\t<div class=\"moduleContent clearfix\">\n\t\t<p>From our editors to your inbox. Sign up for our newsletter today.</p>\n\t\t<span id=\"ams_elm_nl01\" class=\"ams-mixed-inline\"><form id=\"newsletterForm\" method=\"POST\" action=\"https://preferences.hearstmags.com/ExternalRequest.ashx\">\r\n\r\n <input type=\"hidden\" name=\"formId\" value=\"form1\">\r\n        <input type=\"hidden\" name=\"authId\" value=\"{9875786B-CB0E-4B97-9F7A-8DFCFA670ECD}\">\r\n        <input type=\"hidden\" name=\"mjrsrc\" value=\"WNL\">\r\n        <input type=\"hidden\" name=\"mnrsrc\" value=\"UNDEF\">     \r\n\r\n\t<label>\r\n\t\t<input name=\"email\" type=\"email\" maxlength=\"128\" />\r\n\t\t<span>Your Email Address</span>\r\n\t</label>\r\n\t<button type=\"submit\">Sign Up Now!</button>\r\n</form>\n\n</span>\n\t</div>\n</section>\n<!-- /moduleNewsletter.tmpl -->\n\n\t<!-- Smart Tout -->\n\t\n\t<section id=\"moduleSmartTout\" class=\"module\">\n\t\t<header>\n\t\t\t<h3 class=\"moduleTitle\">Must Reads</h3>\n\t\t</header>\n\t\t<div class=\"moduleContent\">\n\t\t\t<ul>\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/best-holiday-nail-poishes?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/best-holiday-nail-poishes-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/gX/elle-w2kwe1-v-smn.jpg\" data-title=\"33 Perfect Holiday Nail Polishes\" data-alt=\"33 Perfect Holiday Nail Polishes\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/gX/elle-w2kwe1-v-smn.jpg\" alt=\"33 Perfect Holiday Nail Polishes\" title=\"33 Perfect Holiday Nail Polishes\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">1</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">33 Perfect Holiday Nail Polishes</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/life-love/society-career/the-agenda-female-powerhouses?click=smart&kw=ist&src=smart&mag=ELL&link=/life-love/society-career/the-agenda-female-powerhouses-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/sX/ELLE_Agenda-v-smn.jpg\" data-title=\"43 Women Helping Us Change The World\" data-alt=\"43 Women Helping Us Change The World\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/sX/ELLE_Agenda-v-smn.jpg\" alt=\"43 Women Helping Us Change The World\" title=\"43 Women Helping Us Change The World\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">2</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">43 Women Helping Us Change The World</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/confidence-loss-impostor-syndrome?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/confidence-loss-impostor-syndrome-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/ps/elle-00-lost-confidence-v-smn.jpg\" data-title=\"How Leaning In Killed My Confidence\" data-alt=\"How Leaning In Killed My Confidence\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/ps/elle-00-lost-confidence-v-smn.jpg\" alt=\"How Leaning In Killed My Confidence\" title=\"How Leaning In Killed My Confidence\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">3</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">How Leaning In Killed My Confidence</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/miss-venezuela-high-expectations-miss-world?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/miss-venezuela-high-expectations-miss-world-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/2E/elle-miss-venezuela-1-v-smn.jpg\" data-title=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" data-alt=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/2E/elle-miss-venezuela-1-v-smn.jpg\" alt=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" title=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">4</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">Scalpels and Tiaras: Inside the Beauty Pageant Factory</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/beauty-products-for-winter?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/beauty-products-for-winter-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/fo/elle-00-olay-opener-v-smn.jpg\" data-title=\"12 Products That Fight Winter Beauty Woes\" data-alt=\"12 Products That Fight Winter Beauty Woes\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/fo/elle-00-olay-opener-v-smn.jpg\" alt=\"12 Products That Fight Winter Beauty Woes\" title=\"12 Products That Fight Winter Beauty Woes\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">5</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">12 Products That Fight Winter Beauty Woes</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/fashion/trend-reports/dress-like-beyonce-7-11?click=smart&kw=ist&src=smart&mag=ELL&link=/fashion/trend-reports/dress-like-beyonce-7-11-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/Z6/elle-00-beyonce-7-11-v-smn.jpg\" data-title=\"27 Ways To Dress Like Beyonce For Under $100\" data-alt=\"27 Ways To Dress Like Beyonce For Under $100\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/Z6/elle-00-beyonce-7-11-v-smn.jpg\" alt=\"27 Ways To Dress Like Beyonce For Under $100\" title=\"27 Ways To Dress Like Beyonce For Under $100\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">6</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">27 Ways To Dress Like Beyonce For Under $100</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/fashion/trend-reports/cozy-winter-fashion?click=smart&kw=ist&src=smart&mag=ELL&link=/fashion/trend-reports/cozy-winter-fashion-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/4E/elle-00-cozy-winter-fashion-opener-v-smn.jpg\" data-title=\"15 Ways To Feel Cozy & Chic This Winter\" data-alt=\"15 Ways To Feel Cozy & Chic This Winter\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/4E/elle-00-cozy-winter-fashion-opener-v-smn.jpg\" alt=\"15 Ways To Feel Cozy & Chic This Winter\" title=\"15 Ways To Feel Cozy & Chic This Winter\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">7</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">15 Ways To Feel Cozy & Chic This Winter</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/spenders-game?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/spenders-game-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/uF/elle-beauty-maxfactor-intro-v-smn.jpg\" data-title=\"In Defense Of The Beauty Splurge\" data-alt=\"In Defense Of The Beauty Splurge\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/uF/elle-beauty-maxfactor-intro-v-smn.jpg\" alt=\"In Defense Of The Beauty Splurge\" title=\"In Defense Of The Beauty Splurge\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">8</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">In Defense Of The Beauty Splurge</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/terrarium-succulent-christmas-ornaments-how-to?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/terrarium-succulent-christmas-ornaments-how-to-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/w2/elle-07-diy-succulents-blog-small_new.jpg\" data-title=\"The Living Christmas Ornament DIY\" data-alt=\"The Living Christmas Ornament DIY\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/w2/elle-07-diy-succulents-blog-small_new.jpg\" alt=\"The Living Christmas Ornament DIY\" title=\"The Living Christmas Ornament DIY\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">9</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">The Living Christmas Ornament DIY</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t</ul>\n\t\t</div>\n\t</section>\n\n\n\t<!-- Bottom Gallery Ad ( Retain existing display rules ) -->\n\t\n\t\t<!-- adGalleryBottom.tmpl -->\n<div id=\"adGalleryBottom\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_gallery_bot\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\nif (document.getElementById('moduleSmartTout')) {\r\n  $('#moduleSmartTout .moduleContent li:eq(3)').after('<div id=\"gpt_gal_b\" style=\"padding-top:10px;margin-left:10px\"></div>');\r\n} else {\r\n  $('#ams_elm_gallery_bot').append('<div id=\"gpt_gal_b\" style=\"padding-top:10px;margin-left:10px\"></div>');\r\n}\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_gal_b',\r\n'adslot': [[300,250],[300,251],[300,600],[300,602]],\r\n'refresh': 1,\r\n'newpos': '50',\r\n'load':'def',\r\n'pos': '5'\r\n});\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adGalleryBottom.tmpl -->\n\t\n\n\t<!-- Ad Sense Unit -->\n\t<!-- adAdSense.tmpl -->\n<div class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_digital_elm_300x250_footer\" class=\"ams-mixed-inline\"><div id=\"285586813\" class=\"mnAd\" data-size=\"300x250\"></div>\r\n\n\n</span>\n\t</div>\n</div>\n<!-- /adAdSense.tmpl -->\n\n\t\n\t<!-- Pinterest Module-->\n\t\t<!-- modulePinterest.tmpl -->\n<div id=\"modulePinterest\" class=\"module\">\n    <header>\n        <h3 class=\"moduleTitle\">ELLE'S TOP PINS</h3>\n    </header>\n    <div class=\"sub-head\">\n        <span class=\"pinterest-button\"><p class=\"follow-elle\"><a href=\"http://pinterest.com/elle/\" data-pin-do=\"buttonFollow\">Follow ELLE on Pinterest</a></p></span>\n        <span class=\"pinterest-brand\"><p>Powered By</p> <a href=\"http://pinterest.com\" rel=\"nofollow\" target=\"_blank\"><span class=\"icon\"></span></a></span>\n    </div>\n    <div class=\"moduleContent clearfix\">\n        <ul class=\"pinterest-photos\"></ul>\n    </div>\n    <div class=\"pinterestBottom\"><a href=\"/pinterest-obsessions\">See More Top Pins<span class=\"icon\"></span></a></div>\n</div>\n<!-- /modulePinterest.tmpl -->\n\t\n\n\t\n\n</aside>\n<!-- globalFooter.tmpl -->\n    </div>\n</div>\n<footer class=\"siteFooter g-full\">\n\n        \n            \n\t\t\t\n<!-- adBannerBottom.tmpl -->\n<div id=\"adBannerBottom\" class=\"ad g-full auto-marge-sides\">\n\t<p class=\"adLabel\">Advertisement</p>\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_bot\" class=\"ams-mixed-inline\"><div id=\"gpt_lb_b\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof ad_setUpTop===\"undefined\") {\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_lb_b',\r\n'adslot': [[728,90],[728,91],[970,90],[970,93],[1000,300]],\r\n'refresh': 1,\r\n'load': 'def',\r\n'pos': '2',\r\n'newpos': '80'\r\n});\r\n}\r\n</script>\r\n\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adBannerBottom.tmpl -->\n\n\n\t\t\t<div class=\"trendy-nav-div g-full auto-marge-sides\">\n\t<span class=\"trendy-subdiv trendy-elle-logo\">\n\t</span>\n\t\n\t\t\n\t\t    \n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/hair/best-wedding-hairstyles\">20 Wedding Hairstyles</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/makeup-skin-care/eye-creams\">Eye Creams</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.redbookmag.com/beauty-fashion/celebrity-hairstyles/short-hair-how-to-hairstyles\">30 Short Haircuts</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.harpersbazaar.com/beauty/hair-articles/\">Top 2014 Hairstyles</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/fashion/fall-2014-fashion-trends\">Fall Fashion</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/makeup-skin-care/oil-for-beauty\">Coconut Oil</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t<div class=\"clear\"></div>\n</div>\n\n                <div class=\"footer-wrap-dark\">\n                    <span id=\"ams_circ_elm_footer_ad\" class=\"ams-mixed-defer\"></span>\n                </div>\n\n                <div class=\"footer-bar\"></div>\n\n                <nav class=\"moreElle g-full auto-marge-sides\">\n                    <div class=\"moreHeader\">\n                        <h3>MORE FROM ELLE</h3>\n                    </div>\n                    <div class=\"moreContent split-col-3-repeat clearfix\">\n                        \n                            \n                                \n                                    \n                                        <div class=\"g-3\">\n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Mw/elle-00-fall-2014-trends-opener-h-h-small_new.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/Mw/elle-00-fall-2014-trends-opener-h-h-small_new.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            \n                                            \n                                            \n                                            \n                                            \n                                            <h4>Fashion Week </h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/trend-reports/spring-2014-trends-from-the-runway?click=elle-more \">Fall 2014 Top Trends</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/fashion-week/?click=elle-more\">Fashion Week 2014</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/fall-2014-fashion-trends?click=elle-more \">Editor's Spotlight: Fall</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/fashion/trend-reports/top-fall-2014-trends?click=elle-more \">Fall Must-Haves</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                        <div class=\"g-3\">\n                                            \n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/fg/elle-Chanel-clp-RF14-0091-v-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/fg/elle-Chanel-clp-RF14-0091-v-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            \n                                            \n                                            \n                                            \n                                            <h4>Fall 2014</h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/chanel/collection/?click=elle-more \">Chanel '14</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/valentino/collection/?click=elle-more \">Valentino '14</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/alexander-mcqueen/collection/?click=elle-more\">McQueen '14</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/louis-vuitton/collection/?click=elle-more\">Louis Vuitton '14</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                        <div class=\"g-3\">\n                                            \n                                            \n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/v0/elle-00-nyfw-spring-2015-trends-one-shoulder-opener-6ynWSa-mdn-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/v0/elle-00-nyfw-spring-2015-trends-one-shoulder-opener-6ynWSa-mdn-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            \n                                            \n                                            \n                                            <h4>Runway</h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/runway/ready-to-wear/spring-2015-rtw/?click=elle-more\">Spring 2015 RTW</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/?click=elle-more \">Fall 2014 RTW</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/trend-reports/pantone-fall-colors-fashion?click=elle-more \">Fall Colors</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/fashion/fashion-week/gowns-spring2015?click=elle-more \">Spring's Best Gowns</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                        <div class=\"g-3\">\n                                            \n                                            \n                                            \n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/xi/elle-01-paris-street-style-fall-2014-day-7-v-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/xi/elle-01-paris-street-style-fall-2014-day-7-v-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            \n                                            \n                                            <h4>Street Style</h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/street-chic/street-style-photos-paris-fashion-week-fall-2014?click=elle-more \">Paris Street Style</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/street-chic/london-fashion-week-street-style-spring-2015?click=elle-more \">London Street Style</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/street-chic/milan-fashion-week-street-style-photos-spring-2015?click=elle-more\">Milan Street Style</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/fashion/street-chic/nyfw-spring-2015-street-style-photos?click=elle-more\">NYC Street Style</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                        <div class=\"g-3\">\n                                            \n                                            \n                                            \n                                            \n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Yw/elle-louis-vuitton-spring-2014-rtw-01-de-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"louis vuitton spring 2014 ready-to-wear photos\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/Yw/elle-louis-vuitton-spring-2014-rtw-01-de-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            \n                                            <h4>Fall Runway</h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/life-love/entertaining-design/best-runway-set-designes-fall-2014-fashion-month?click=elle-more\">Best Runways</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/trend-reports/best-looks-from-london-fashion-week-fall-2014?click=elle-more\">Top 10: London</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/trend-reports/best-collections-milan-fashion-week?click=elle-more\">Top 10: Milan</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/fashion/fashion-week/paris-top-ten?click=elle-more\">Top 10: Paris</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                        <div class=\"g-3 g-last\">\n                                            \n                                            \n                                            \n                                            \n                                            \n                                            \n                                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/u7/elle-11-Alexander-McQueen-Shearling-lined-Suede-Platform-Boots-v-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/u7/elle-11-Alexander-McQueen-Shearling-lined-Suede-Platform-Boots-v-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                                </div>\n                                            \n                                            <h4>Trend Report</h4>\n                                            <ul>\n                                                \n                                                    <li><a href=\"http://www.elle.com/fashion/spotlight/best-shoes-fall-2014?click=elle-more\">50 Shoes for Fall</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/accessories/bags-shoes-jewelry/best-bags-fall-2014?click=elle-more\">50 Bags for Fall</a></li>\n                                                \n                                                    <li><a href=\"http://www.elle.com/accessories/bags-shoes-jewelry/single-earrings?click=elle-more\">The Single Earring</a></li>\n                                                \n                                                    <li class=\"last\"><a href=\"http://www.elle.com/fashion/trend-reports/high-slits-skirts?click=elle-more\">High-Slit Skirts</a></li>\n                                                \n                                            </ul>\n                                        </div>\n                                    \n                                \n                            \n                        \n                    </div>\n                </nav>\n            \n        \n        <div class=\"footer-bar\"></div>\n        <div class=\"footer-link-div g-full auto-marge-sides\">\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"https://subscribe.hearstmags.com/subscribe/splits/elle/elm_nav_link\">\n                        Subscribe\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"https://subscribe.hearstmags.com/subscribe/splits/elle/elm_gift_nav_link\">\n                        Give a Gift\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <span id=\"ams_digital_elm_foot_link\" class=\"ams-mixed-defer\"></span>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://service.elle.com/\">\n                        Customer Service\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://subscribe.hearstmags.com/circulation/shared/index.html\">\n                        Other Hearst Subscriptions\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/Sweepstakes/\">\n                        Sweepstakes\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/oba-policy\">\n                        About Our Ads\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.ellemediakit.com/\">\n                        Media Kit\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.hearst.com/press-room\">\n                        Press Room\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/sitemap\">\n                        Site Map\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/contact-us\">\n                        Contact Us\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/community-guidelines\">\n                        Community Guidelines\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://subscribe.hearstmags.com/circulation/shared/email/newsletters/signup/elm-su01.html\">\n                        Newsletter\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.elleextra.com/\">\n                        Events & Promotions\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/elle-mobile\">\n                        Mobile\n                    </a>\n                </span>\n\n            </div>\n            <div class=\"g-3 g-last\">\n\t\t\t\t<span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/privacy-policy\">\n                        Privacy Policy\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/privacy-policy#california\">\n                        Your California Privacy Rights\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/terms-of-use\">\n                        Terms of Use\n                    </a>\n                </span>\n            </div>\n            <div class=\"clear\"></div>\n        </div>\n        <div class=\"footer-wrap-dark\">\n            <small class=\"footerCopyright g-full auto-marge-sides clearfix\">\n\n                <section class=\"footerSocial clearfix\">\n                <ul>\n                    <li><a target=\"_blank\" href=\"http://www.facebook.com/ellemagazine\" class=\"facebook\" hsocial=\"facebook\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-290\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\" tooltipAddClass=\"bottom\" tooltipRemoveClass=\"top\">Facebook</a></li>\n                    <li><a target=\"_blank\" href=\"http://twitter.com/ElleMagazine\" class=\"twitter\" hsocial=\"twitter\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-113\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\" tooltipAddClass=\"bottom\" tooltipRemoveClass=\"top\">Twitter</a></li>\n                    <li><a target=\"_blank\" href=\"http://pinterest.com/elle/\" class=\"pinterest\" hsocial=\"pinterest\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-118\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Pinterest</a></li>\n                    <li><a target=\"_blank\" href=\"http://elle.tumblr.com\" class=\"tumblr\" hsocial=\"tumblr\" tooltipOffsetX=\"-100\" tooltipOffsetY=\"-118\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Tumblr</a></li>\n                    <li><a target=\"_blank\" href=\"https://plus.google.com/115526607683935261057\" class=\"googleplus\" hsocial=\"googlep\" tooltipOffsetX=\"-90\" tooltipOffsetY=\"-168\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Google+</a></li>\n                </ul>\n            </section>\n\n            <p class=\"footer-cpyrt-p\">\n                <span>&copy;2015 Hearst Communications, Inc. All Rights Reserved.</span>\n                <br/>\n                <a href=\"http://www.hearst.com/beinggreen\" target=\"_blank\">Being Green</a> | <a class=\"oba\" href=\"/about/oba-policy\">Why did I get this ad?</a>\n            </p>\n            <div class=\"clear\"></div>\n            <p class=\"lazyImage no-placeholder footer-logo-p\" data-src=\"/cm/crosssite/site_images/Fashion-and-Luxury-Network-Logo.png\" style=\"margin:20px auto;width:300px;\"></p>\n\n            </small>\n        </div>\n    </footer>\n   \n    \n\t<script id=\"hdmglobalscript\" src=\"/cm/elle/scripts/elle.min.js\"></script>\n\n<meta name=\"env\" content=\"production\">\n    <!--<script src=\"/cm/shared/scripts/hdm-lib.js\"></script>-->\n    <script src=\"/cm/elle/scripts/global.js\"></script>\n    \n    \n    <!-- Load Flipbook Control Var -->\n        <span id=\"ams_elm_flipbook_control\" class=\"ams-mixed-inline\"><!--IGNOREREFRESH-->\r\n<div></div>\r\n<script>\r\n    var fb_adInterval = 500;\r\n\r\n</script>\r\n\n\n</span>\n    \n\n    <!--   bottom variables   -->\n    <input type=\"hidden\" name=\"articleID\" value=\"17176008\">\n    <input type=\"hidden\" name=\"adRefreshInterval\" value=\"1\">\n    <input type=\"hidden\" name=\"facebookAppID\" value=\"134662310036632\">\n\n    <!-- Deferred Scripts -->\n    <script type=\"text/javascript\">\n        (function(){\n\n            window.Site = {};\n\n            if( $('input[name=articleID]').length > 0 )\n            {\n                Site.articleID = $('input[name=articleID]').val();\n            }\n\n            Site.adRefreshInterval = $('input[name=adRefreshInterval]').val();\n            Site.pageAdsParams = pageAdsParams;\n            Site.facebookAppID = $('input[name=facebookAppID]').val();\n\n            HDM.init(Site);\n\n        })();\n\n        $( window ).on('load', function(){\n            HDM.scriptList = [\n                // //load the social tools and tracking\n                // '/cm/shared/social/social_tools.js',\n                //load global.js\n                \n                {\n                    load: [\n                        '//admin.brightcove.com/js/BrightcoveExperiences.js',\n                        '//admin.brightcove.com/js/APIModules_all.js'\n                    ],\n                    complete: function(){\n                        brightcove.createExperiences();\n                    }\n                }\n                \n            ];\n\n            \n            \n\n            \n                HDM.scriptList.push('/cm/elle/scripts/runway.js');\n            \n\n            \n                HDM.scriptList.push('/cm/elle/scripts/runwayFlipbook.js');\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n            \n\n            \n\n            //load twitter widget.js\n            $.getScript('https://platform.twitter.com/widgets.js').done(function(script, textStatus) {\n                $(script).attr('id', 'twitter-wjs');\n                twttr.ready(function (twttr) {\n                    twttr.events.bind('tweet', function () {\n                        eventTracking('event85');\n                    });\n                });\n            });\n\n            //load Google+ and Pinterest\n            HDM.scriptList.push({\n                load: 'https://apis.google.com/js/plusone.js',\n                complete: function(){\n                    var script = document.createElement('script');\n\n                    $('img').live('hover',function(evt){\n                        var img = $(this);\n                        var pinitButton = $('a[class*=pin_it_button_floating]');\n                        if(pinitButton != null && pinitButton != undefined){\n                            pinitButton.hover(function(){\n                                var pinUrl = $(this).attr('href');//get current href of the pinit button\n                                var imgTitle = img.attr('title');//get the title of  the image\n                                if(imgTitle == undefined || imgTitle === ''){\n                                    //remove the description of the pinit button if the images don't have title.\n                                    var newUrl = pinUrl.substring(0,pinUrl.indexOf('description')) + \"description=\";\n                                    $(this).attr({'href' : newUrl});\n                                }\n                            });\n                        }\n                    });\n\n                    script.type = \"text/javascript\";\n                    script.src = \"//assets.pinterest.com/js/pinit.js\";\n                    script.setAttribute('data-pin-hover','true');\n\n                    document.getElementsByTagName('head')[0].appendChild( script );\n                }\n            });\n\n            Modernizr.load( HDM.scriptList );\n        });\n    </script>\n\n    <!-- xs_ams_ads_pageads_defer_bottom.tmpl - deferred page-ads.js call -->\n\n\t<script type=\"text/javascript\">\t\n\tfunction loadPageAds(){\t\n\t\tvar scriptSrc = '/ams/page-ads.js?ad_category_prefix=&ad_sub_category_prefix=&ams_promo=&amz_browse_node_ids=&amz_search_indexes=&article_type_prefix=flipbook3&browser_path=%2Frunway%2Fready-to-wear%2Fspring-2015-rtw%2Fnicole-miller%2Fcollection%2F&cat_prefixes=&keywords=&position_list=ams_circ_elm_arrival%2Cams_circ_elm_footer_ad%2Cams_circ_elm_persistent_footer%2Cams_circ_elm_sub_nav_link%2Cams_digital_elm_foot_link%2Cams_elm_circ_takeover%2Cams_elm_like_gate&section_prefix=collection&site_prefix=elle&sub_cat_prefixes=&subdomain=www&url_name=nicole-miller-spring-2015-rtw-collection';\n\n\t\tif (origRefer === null) {\n\t\t\torigRefer = document.referrer;\n\t\t\tscriptSrc = scriptSrc + '&original_referrer=' + origRefer;\n\t\t}\n\t\tscriptSrc += '&screen_height=' + getHeight();\n\t\tscriptSrc += '&screen_width=' + getWidth();\n\n\t\tvar pageAdsScript = {\n\t\t\turl: scriptSrc,\n\t\t\tjsonpCallback: 'HDM.ads.getPageAds',\n\t\t\tcache: true,\n\t\t\tdataType: 'jsonp'\n\t\t};\n\t\tHDM.DeferredScriptQueue.stack.unshift(pageAdsScript);\n\t\tHDM.DeferredScriptQueue.process();\n\t};\n\tif (document.readyState === 'complete') {\n\t   loadPageAds();\n\t} else {\n\t    $(window).load(loadPageAds());\n\t}\n\t</script>\n\n<!-- /xs_ams_ads_pageads_defer_bottom.tmpl - deferred page-ads.js call -->\n\n\n    \n\n    \n\n    \n\n    \n\n    \n\n\n\n    <!-- ADDING STICKY TO LEADERBOARD AD ON FLIPBOOKS -->\n    <script>\n    (function() { \n        var WAY = {};\n        // TODO : MOVE INTO SWITCH ABOVE SO ONLY EXECUTED WHEN FLIPBOOK\n        // this function wraps a div around the content that is supposed to be sticky. Using waypoints.js the element to stick is triggered when it gets to the top of the page. Then a stuck class is added that makes the element fixed to the top of the page. The container is also given a height so that when the target element is stuck the page does not jump.\n\n        WAY.init = function() {\n\n            // initialize the container and add the wrapper\n            if ( WAY.product_container = $( '#adBannerTop' ) ){\n                WAY.product_container_offset = WAY.product_container.offset();\n                WAY.product_container.wrap( \"<div class='sticky_wrapper'></div>\" );\n            } else {\n                console.warn( \"product container does not exist for waypoints to work. Please make sure this is only loading on flipbooks.\" );\n            }\n            if ( WAY.rightRailAd_container = $( '.stickyCntr' ) ){\n                WAY.rightRailAd_container_offset = WAY.rightRailAd_container.offset();\n                WAY.rightRailAd_container.wrap( \"<div class='sticky_ad_wrapper'></div>\" );\n            } else {\n                console.warn( \"product container does not exist for waypoints to work. Please make sure this is only loading on flipbooks.\" );\n            }\n            WAY.sticky = $( \".sticky_wrapper\" );\n            WAY.stickyRR = $( \".sticky_ad_wrapper\" );\n\n            // unstick the element where needed\n            $( \".fb_frame, .rightRail #moduleNewsletter\" ).waypoint( function( direction ) {\n                // remove sticky if direction == down\n                if( direction == \"down\" ){\n                    WAY.product_container.animate({\n                        top : -( WAY.sticky_wrapper_height )\n                    }, 550, function(){\n                        WAY.product_container.removeClass( \"stuck\" ).css( \"top\", \"0\" );\n                    });\n\n                    WAY.rightRailAd_container.animate({\n                        top : -( WAY.rrail_container_height )\n                    }, 450, function(){\n                        WAY.rightRailAd_container.removeClass( \"stuck\" ).css( \"top\", \"0\" );\n                        $('.stickyCntr').css('padding-top','0px');\n                    });\n                }\n            }, {\n                offset : function(){\n                    return -$(this).height();\n                }\n            });  \n        };\n    // function that handles the sticking\n        WAY.stick = function( direction ) {\n            if( (direction == \"down\") && ($('#adBannerTop').height() < 100) ){\n                WAY.product_container.addClass( \"stuck\" );\n                WAY.rightRailAd_container.addClass( \"stuck\" );\n            } else {\n                WAY.product_container.removeClass( \"stuck\" );\n                WAY.rightRailAd_container.removeClass( \"stuck\" );\n            }\n        };\n\n        WAY.init();\n\n    // function triggered when the element hits the top of the page\n    // sets the dimensions for everything and calls the stick function\n        WAY.product_container.waypoint( function( direction ) {\n            //if (direction == \"down\"){\n                WAY.sticky_wrapper_height = WAY.product_container.outerHeight( true );\n\n                WAY.sticky.css( {\n                    \"height\" : WAY.sticky_wrapper_height,\n                    \"left\" : WAY.product_container_offset.left\n                } );\n\n                WAY.product_container.css({\n                    \"width\" : $( \"#site\" ).width()\n                });\n\n                if ( WAY.rightRailAd_container.length ){\n\n                    WAY.rightRailAd_container.css({\n                         \"width\" : $( \".rightRail\" ).width(),\n                         \"height\" : ($('#moduleSocialLinks').height() + $('#adGallery').height() + 40)\n                    });\n            \n                    var rrPxlDim = WAY.product_container.outerHeight( true );\n                    $('.stickyCntr').css('top', rrPxlDim);\n                    $('.stickyCntr').css('padding-top','10px');\n                    WAY.rrail_container_height = WAY.rightRailAd_container.outerHeight( true );\n\n                    WAY.stickyRR.css({\n                        \"height\" : WAY.rrail_container_height\n                    });\n\n                }\n                if (direction != \"down\"){\n                    $('.stickyCntr').css('padding-top','0px');\n                }\n            \n            WAY.stick( direction );\n        });\n    })();\n    </script>\n    <!-- END STICKY AD -->\n\n   \n<!-- other -->\n<!-- xs_magnus_toolbar - PREVIEW ONLY -->\n\n\n\n\n\n\n<script>\n\tfunction mailPage() {\n\t\tvar mailSubject = encodeURIComponent(document.title);\n\t\tvar url = location.href.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tmail_str = \"mailto:?subject=Check out the \" + mailSubject;\n\t\tmail_str += \"&body=I thought you might be interested in the \" + mailSubject;\n\t\tmail_str += \". You can view it at, \" + url;\n\t\tlocation.href = mail_str;\n\t}\n\n\tfunction mailPageArticleTitle(article_title, sitename) {\n\t\tvar article_title = encodeURIComponent(article_title);\n\t\tvar url = location.href.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tvar specialChar = \"%20|%20\";\n\t\tvar isChrome = !!window.chrome;\n\t\t// IF Chrome browser is in Mac, then special char is I var. Fix issue email dose NOT run with special char |\n\t\tif(navigator.appVersion.indexOf(\"Mac\")!=-1 && isChrome == true)\n\t\t{\n\t\t\tspecialChar = \"%20I%20\";\n\t\t}\n\n\t\tmail_str = \"mailto:?subject=Check out \" + article_title + specialChar + sitename;\n\t\tmail_str += \"&body=I thought you would like \" + article_title;\n\t\tmail_str += \"%0D%0AYou can check it out at \" + url;\n\t\tlocation.href = mail_str;\n\t}\n\n\tfunction mailPageByUrl(str_title, str_url, sitename) {\n\t\tvar title = encodeURIComponent(str_title);\n\t\tvar url = str_url.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tvar hostname = window.location.host.split('.');\n\t\tif(hostname[hostname.length-2] =='harpersbazaar') {\n\t\t\tvar specialChar = \" | \";\n\t\t\tvar isChrome = !!window.chrome;\n\t\t\t// IF Chrome browser is in Mac, then special char is I var. Fix issue email dose NOT run with special char |\n\t\t\tif(navigator.appVersion.indexOf(\"Mac\")!=-1 && isChrome == true)\n\t\t\t{\n\t\t\t\tspecialChar = \" I \";\n\t\t\t}\n\n\t\t\tmail_str = \"mailto:?subject=Check out \" + title + specialChar + sitename;\n\t\t\tmail_str += \"&body=I thought you would like \" + title;\n\t\t\tmail_str += \"%0D%0AYou can check it out at \" + url;\n\t\t} else {\n\t\t\tmail_str = \"mailto:?subject=Check out the \" + title;\n\t\t\tmail_str += \"&body=I thought you might be interested in the \" + title;\n\t\t\tmail_str += \". You can view it at, \" + url;\n\t\t}\n\n\t\tlocation.href = mail_str;\n\t}\n\n\t\n\t\n\t\t\n\t\t\tif (typeof FBModel !== 'undefined') {\n\t\t\t\t$.each( FBModel[\"slides\"], function( key, value ) {\n\t\t\t\t\tvar full_url = \"/_flipbook_types/collection/\" + value.url;\n\t\t\t\t\tvar hash = location.href.substring(location.href.indexOf('#')).split('-')[1];\n\t\t\t\t});\n\t\t\t}\n\t\t\n\t\n\t\t$(window).load(function(){\n\t\t\tsetTimeout(function(){\n\t\t\t\tvar buttons=$(\"iframe[hvtNode='twlikebutton'][defer-src]\");if(buttons.length>0)buttons.each(function(){var t=$(this);var url=t.attr(\"defer-src\");t.attr(\"src\",url);t.removeAttr(\"defer-src\")});\n\t\t\t\t// Commented out to remove facebook comments.php and all.js redundant calls (added to HDM Lib for all sites)\n\t\t\t\t//try{\n\t\t\t\t//\tFB.XFBML.parse();\n\t\t\t\t//} catch(e){}\n\t\t\t},3000)\n\t\t});\n</script>\n\n<!-- ams_circ_arrival -->\n<span id=\"ams_circ_elm_arrival\" class=\"ams-mixed-defer\"></span>\n\n<!-- AMS_CIRC_ELM_PERSISTENT_FOOTER -->\n<span id=\"ams_circ_elm_persistent_footer\" class=\"ams-mixed-defer\"></span>\n\n<!-- omniture -->\n<!-- Adobe Marketing Cloud Tag Loader Code\nCopyright 1996-2013 Adobe, Inc. All Rights Reserved -->\n<script type=\"text/javascript\">//<![CDATA[\nvar amc=amc||{};if(!amc.on){amc.on=amc.call=function(){}};\ndocument.write(\"<scr\"+\"ipt type=\\\"text/javascript\\\" src=\\\"//www.adobetag.com/d1/v2/ZDEtaGVhcnN0bWFnYXppbmVzLTMzOTItNzA0/amc.js\\\"></sc\"+\"ript>\");\n//]]>\n</script>\n\n<script type=\"text/javascript\">//<![CDATA[\nvar s_account=\"hmagglobal,hmagelle\";\nif(s){\n    s.pageName = \"Elle: Nicole Miller Spring 2015 Ready-to-Wear Collection\";\n    s.pageType = \"\";\ns.server = \"ELL\"\ns.channel=\"Spring 2015 Ready-to-Wear\"\ns.prop1=\"Runway\"\ns.prop3=\"Flip Book 3\"\ns.prop5=\"\"\ns.prop9=\"17176008\"\ns.prop10=\"Nicole Miller Spring 2015 Ready-to-Wear Collection\"\ns.prop11=\"\"\ns.prop12=\"\"\ns.prop26=\"\"\ns.prop29=\"Elle\"\ns.contextData['displayTemplate']=\"Flipbook (Master)\";\ns.hier1=\"Runway : Ready To Wear : Spring 2015 Ready-to-Wear\"\ns.linkInternalFilters=\"javascript:,elle.com,subscribe.hearstmags.com\"\ns.visitorNamespace=\"hearstmagazines\"\ns.events=\"\"\n\n    }\n//]]>\n</script>\n<!-- End Adobe Marketing Cloud Tag Loader Code -->\n\n\n\n<!-- GPT Loader -->\n<span id=\"ams_gpt_elm\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\n/********************************************************\r\nBottom of page for Magnus page speed sites\r\n/admin/ams/ams_creative/index.html?mode=view&id=22415\r\n\r\nUpdated 12/19/14\r\n\r\n*******************************************************/\r\n\r\n// Insert ATF Gallery when editorial placeholder found\r\nif ((document.getElementById('ams_gpt')) && !(document.getElementById('galleryad'))) {\r\n$('#ams_gpt').append('<div id=\"gpt_gal_a\"></div>');\r\nvar gptLayer = window.gptLayer || [];\r\n    gptLayer.push({\r\n        'id': 'gpt_gal_a',\r\n        'adslot': [[300,250],[300,600],[300,253],[300,601],[300,1050]],\r\n        'refresh': 1,\r\n        'pos': '4',\r\n        'newpos': '40',\r\n        'load': 'imm'\r\n    });\r\n}\r\n\r\nif (location.href.indexOf('src=app') > -1) { gptLayer.setCookieHours(\"al_show\",\"no\",\"1\");}\r\nvar ad_int = gptLayer.getCookie(\"al_show\");\r\nvar ad_int2 = gptLayer.getCookie(\"al_show2\"); \r\nif (ad_int2 === \"no\") {ad_int=\"no\";}\r\nelse if (!ad_int) {\r\ngptLayer.setCookieHours(\"al_show\",\"yes\",\"1\");\r\nad_int = gptLayer.getCookie(\"al_show\");\r\n}\r\n\r\nif(typeof(ad_page) == \"undefined\") {var ad_page=\"collection\";}\r\nif(typeof(ad_zone) == \"undefined\") {if (ad_page==\"homepage\") {var ad_zone=\"homepage\";} else {var ad_zone=\"other\";}}\r\nif(location.pathname ===\"/video/archive/\") {ad_zone = \"videoarchive\";}\r\nif (document.referrer !== \"\"){if (document.referrer.split(\"/\",3)[2].indexOf(location.hostname) > -1) {var ad_refer = \"int\";}else {var ad_refer=\"ext\"};}\r\nelse {var ad_refer=\"ext\";}\r\nif (($(window).width() <= 469) || (location.pathname.indexOf(\"_mobile\") > -1)) {var ad_vp = \"mobile\";var ad_refer = \"mobile\"}\r\nelse if (($(window).width() >= 470) && ($(window).width() <= 990)) {ad_vp = \"tablet\";}\r\nelse  {var ad_vp = \"desktop\";}\r\n\r\nvar epicKV=\"\";\r\nvar epicKey={};\r\nif (typeof(pageAds) != \"undefined\") {epicKey.str = JSON.stringify(pageAds);}\r\n    else {epicKey.str=\"\";\r\n}\r\nepicKey.detect=epicKey.str.match(/var epicargs(.+?)\\,/ig);\r\nepicKey.found=\"\";\r\nif (epicKey.detect){\r\n    epicKey.matches=epicKey.detect.length;\r\n    epicKey.counter=0;\r\n    while (epicKey.counter < epicKey.matches){\r\n        if (epicKey.detect[epicKey.counter].indexOf(\"/xml/\") > -1){epicKey.found=epicKey.detect[epicKey.counter];}epicKey.counter++;}\r\n        if (epicKey.found != \"\"){epicKey.found=epicKey.found.replace(\"',\",\"\");epicKey.found=epicKey.found.split(\"/\");epicKV=epicKey.found[2];}\r\n    }\r\nif (typeof epicargs != \"undefined\") {if (typeof epicargs.xmlPath != \"undefined\"){\r\nvar epicKV = epicargs.xmlPath.replace(/\\/xml\\//g,\"\");}}\r\nvar ad_ds=[];\r\nif(typeof contentModel==\"object\"){if(typeof contentModel.sections==\"object\"){\r\n    for(i=0;i<contentModel.sections.length;i++){\r\n        if(contentModel.sections[i].isDevelopingStory){ad_ds.push (contentModel.sections[i].sectionPrefix)}\r\n        }\r\n    }}\r\nif (ad_site===\"elle\") {\r\n    var navItems=[\r\n        [\"fashion\",\".navFashion\"],\r\n        [\"hair\",\".navHair\"],\r\n        [\"accessories\",\".navAccessories\"],\r\n        [\"pop\",\".navPop\"],\r\n        [\"life\",\".navLife\"],\r\n        [\"news\",\".navNews\"],\r\n        [\"horoscopes\",\".navHoroscopes\"],\r\n        [\"street\",\".navStreet\"]\r\n   ];\r\n    var navPathname;\r\n    for (var i=0; i < navItems.length; i++) {\r\n        navItems.links = document.querySelectorAll(\".siteNavigation \" +navItems[i][1]+ \" a:not(.feature)\");\r\n        for(var j=0; j < navItems.links.length; j++){\r\n            if ((navItems.links[j].pathname !== \"/\") && (location.pathname !== \"/\")) {\r\n                if (navigator.appVersion.indexOf(\"MSIE 9.\") !== -1) {\r\n                    navPathname = '/' + navItems.links[j].pathname;\r\n                    if (location.pathname === navPathname) {\r\n                        window.ad_nav=\"elm_\"+navItems[i][0];\r\n                    }\r\n                 } else {\r\n                    if (location.pathname===navItems.links[j].pathname){\r\n                        window.ad_nav=\"elm_\"+navItems[i][0];\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\nif (ad_site===\"harpersbazaar\") {\r\n    var navItems=[[\"fashion\",\"#Fashion\"],[\"beauty\",\"#Beauty\"],[\"celebrity\",\"#Celebrity\"],[\"culture\",\"#Culture\"],[\"thelist\",\"#TheLIST\"]];\r\n    var navPathname;\r\n    for (var i=0; i < navItems.length; i++) {\r\n        navItems.links=document.querySelectorAll(navItems[i][1]+\" li a\");\r\n        for(var j=0; j < navItems.links.length; j++){\r\n            if ((navItems.links[j].pathname !== \"/\") && (location.pathname !== \"/\")) {\r\n                if (navigator.appVersion.indexOf(\"MSIE 9.\") !== -1) {\r\n                    navPathname = '/' + navItems.links[j].pathname;\r\n                    if (location.pathname === navPathname) {\r\n                        window.ad_nav=\"baz_\"+navItems[i][0];\r\n                    }\r\n                 } else {\r\n                    if (location.pathname===navItems.links[j].pathname){\r\n                        window.ad_nav=\"baz_\"+navItems[i][0];\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n// SFP\r\nif ((document.documentElement.clientWidth <= 640) || (document.location.pathname.indexOf('_mobile') > -1)) {\r\n    var gptLayer = window.gptLayer || [];\r\n    gptLayer.kv = gptLayer.kv || [];\r\n    gptLayer.kv.strnativekey = [];\r\n    gptLayer.kv.tool = 'ros';\r\n    gptLayer.kv.site = 'elle';\r\n\r\n    var ad_strType = '';\r\n    if ( (document.location.pathname === '/_mobile/') || ((gptLayer.kv.site === 'harpersbazaar') && (document.location.pathname === '/')) ) {\r\n        ad_strType = \"hp\";\r\n    } else if (gptLayer.kv.tool === 'ros') {\r\n        ad_strType = \"chan\";\r\n    } else if (gptLayer.kv.tool.indexOf('art') > -1) {\r\n        ad_strType = \"art\";\r\n    } else if (gptLayer.kv.tool.indexOf('blog') > -1) {\r\n        ad_strType = \"blog\";\r\n    } else if (gptLayer.kv.tool.indexOf('flip') > -1) {\r\n        ad_strType = \"gal\";\r\n    }\r\n\r\n    var strPlacementId = {\r\n        'cosmopolitan': {\r\n            'hp': '2ab992fb',\r\n            'chan': 'b9d2b62e',\r\n            'art': 'fa363c21',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'delish': {\r\n            'hp': '19be1ddd',\r\n            'chan': 'fe6ac299',\r\n            'art': 'bc19ba2f',\r\n            'blog': '',\r\n            'gal': 'ba7a69dc'\r\n        },\r\n        'elle': {\r\n            'hp': '2e466d01',\r\n            'chan': 'f4bbedec',\r\n            'art': '9a5b366c',\r\n            'blog': '0aad0576',\r\n            'gal': 'f0c906ca'\r\n        },\r\n        'esquire': {\r\n            'hp': 'e01f2df2',\r\n            'chan': '',\r\n            'art': '908194dd',\r\n            'blog': 'b8c292b7',\r\n            'gal': '2c099a39'\r\n        },\r\n        'goodhousekeeping': {\r\n            'hp': 'a4818e91',\r\n            'chan': '3793bdc4',\r\n            'art': '93b0238d',\r\n            'blog': '',\r\n            'gal': 'bdc3889f'\r\n        },\r\n        'harpersbazaar': {\r\n            'hp': '3883571f',\r\n            'chan': 'ead7f2e1',\r\n            'art': 'ce816b9c',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'housebeautiful': {\r\n            'hp': 'd608cab0',\r\n            'chan': '79f0e1c5',\r\n            'art': 'eb0e4293',\r\n            'blog': '',\r\n            'gal': '6b800b48'\r\n        },\r\n        'marieclaire': {\r\n            'hp': '24e9abac',\r\n            'chan': '40069d86',\r\n            'art': '2144b5a3',\r\n            'blog': '',\r\n            'gal': '86bdf989'\r\n        },\r\n        'popularmechanics': {\r\n            'hp': 'fc101a69',\r\n            'chan': '',\r\n            'art': '224b9b33',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'redbook': {\r\n            'hp': 'ba68dacc',\r\n            'chan': 'a2175a56',\r\n            'art': '04986aed',\r\n            'blog': '',\r\n            'gal': 'f5dcfd9c'\r\n        },\r\n        'roadandtrack': {\r\n            'hp': 'ce0972ea',\r\n            'chan': 'f04f13a1',\r\n            'art': '4c6ef2b9',\r\n            'blog': '',\r\n            'gal': 'f7d924cb'\r\n        },\r\n        'towncountry': {\r\n            'hp': '02ee5fe7',\r\n            'chan': '9b207a83',\r\n            'art': 'de2aca0a',\r\n            'blog': '',\r\n            'gal': '5115b62a'\r\n        },\r\n        'womansday': {\r\n            'hp': '19f2391a',\r\n            'chan': 'fa1e5383',\r\n            'art': '01ea2afd',\r\n            'blog': 'cc8f7085',\r\n            'gal': '63e38bb1'\r\n        }\r\n    }\r\n\r\n    try {\r\n        gptLayer.addKV('strnativekey', strPlacementId[gptLayer.kv.site][ad_strType]);\r\n    }\r\n    catch(err) {\r\n        console.log(err.message);\r\n    }\r\n}\r\n\r\n\r\n// Be First\r\nisPubDateWithin = function (days) {\r\n    if (typeof HRST !== 'undefined') {\r\n\r\n        // AM or PM check for Magnus sites\r\n        var newHour = Number(HRST.article.publishDate.hour);\r\n        if (typeof HRST.article.publishDate.amOrPm !== 'undefined') {\r\n            if (HRST.article.publishDate.amOrPm === 'PM') {\r\n                newHour = newHour + 12;\r\n            }\r\n        }\r\n\r\n        // Check for day or date use\r\n        var newDay;\r\n        if (typeof HRST.article.publishDate.day !== 'undefined') {\r\n            newDay = HRST.article.publishDate.day;\r\n        } else {\r\n            newDay = HRST.article.publishDate.date;\r\n        }\r\n\r\n        var pubDate = new Date(HRST.article.publishDate.year, HRST.article.publishDate.month - 1, newDay);\r\n        var cutoffDate = new Date();\r\n\r\n        // X days ago\r\n        cutoffDate.setHours(0);\r\n        cutoffDate.setMinutes(0);\r\n        cutoffDate.setSeconds(0);\r\n        cutoffDate.setMilliseconds(0);\r\n        cutoffDate.setDate(cutoffDate.getDate() - days);\r\n\r\n        // Compare dates\r\n        if (pubDate.getTime() >= cutoffDate.getTime()) {\r\n            return true;\r\n        } else {\r\n            return false;\r\n        }\r\n    }\r\n};\r\n\r\nvar ad_refdomain = '';\r\nif (isPubDateWithin(5)) {\r\n    if (\r\n        (navigator.userAgent.match(/FB/i)) || \r\n        (document.referrer.toLowerCase().indexOf('facebook.com') > -1) || \r\n        (window.location.href.toLowerCase().indexOf('spr_fb') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_facebook';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/Twitter/i)) || \r\n        (document.referrer.toLowerCase().indexOf('t.co') > -1) || \r\n        (window.location.href.toLowerCase().indexOf('spr_twi') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_twitter';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/Pinterest/i)) || \r\n        (document.referrer.toLowerCase().indexOf('pinterest.com') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_pinterest';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/GooglePlus/i)) || \r\n        (document.referrer.toLowerCase().indexOf('plus.url.google.com ') > -1) || \r\n        (document.referrer.toLowerCase().indexOf('plus.google.com ') > -1)\r\n    ) {\r\n        ad_refdomain = 'social_google';\r\n    }\r\n}\r\n\r\n\r\n</script>\r\n\r\n<!-- Define ads found in ad layer here-->\r\n<script type=\"text/javascript\">\r\nvar gptLoad = function() {\r\n    \r\n\r\n    // define runme\r\n    var runme = function(){\r\n\r\n        if (typeof gptLayer == \"object\"){\r\n\r\n            // Clean up dupe ad IDs\r\n            for (var i = 0; i < gptLayer.length; i++) {\r\n                for (var j = i + 1; j < (gptLayer.length ); j++) {\r\n                    if (gptLayer[i].id === gptLayer[j].id){\r\n                        gptLayer.splice(i,1);\r\n                    }\r\n                }   \r\n            }\r\n\r\n            gptLayer.zone=\"/4328/hdm.elle/\" + ad_zone; // Set zone for page  \r\n\r\n            googletag.cmd.push(function() {\r\n                gptLayer.refreshArray = [];\r\n                gptLayer.refreshID=[];\r\n\r\n                try{\r\n                    for (i=0;i<gptLayer.length;i++){ // Define every ad in gptLayer\r\n                        if (gptLayer[i].outofpage) {\r\n                            var slot=googletag.defineOutOfPageSlot(gptLayer.zone, gptLayer[i].id);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            slot.addService(googletag.pubads());  \r\n                        } else if (gptLayer[i].refresh) {\r\n                            var slot = googletag.defineSlot(gptLayer.zone, gptLayer[i].adslot,gptLayer[i].id);\r\n                            slot.setTargeting(\"pos\", gptLayer[i].pos);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            // gwd\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250) && (typeof ASPQ_rtXU6U != \"undefined\"))\r\n                                {slot.setTargeting('gwd', ASPQ_rtXU6U);}\r\n                            if ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90) && (typeof ASPQ_1lNiOU != \"undefined\"))\r\n                                {slot.setTargeting('gwd', ASPQ_1lNiOU);}\r\n                            }\r\n                            // /gwd\r\n                            // snb\r\n                             try {\r\n                                for(var id in sbi_trinity) {\r\n                                    for(var key in sbi_trinity[id]) {\r\n                                        \r\n                                            if (id===gptLayer[i].id) {\r\n                                            //console.log (id+\":\"+key + \":\" + sonobiResp[id][key]);\r\n                                            slot.setTargeting(key, sbi_trinity[id][key])\r\n                                        };\r\n                                    }\r\n                                    }       \r\n                                 } catch (e) {console.log(e);}\r\n                            // /snb\r\n                            // yb\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((typeof(yieldbot) != \"undefined\") && (((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90)))) {\r\n                            var artType=\"ros\";\r\n                            if (artType.indexOf(\"flip\") > -1) {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', 'fb-' + gptLayer[i].id)\r\n                                } else {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable(gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', gptLayer[i].id)\r\n                                }\r\n                            }\r\n                            }\r\n                            // /yb\r\n                            // mndb\r\n                            if (typeof mnResp !== 'undefined') {\r\n                                try {\r\n                                    for (var id in mnResp) {\r\n                                        if (id === gptLayer[i].id) {\r\n                                            slot.setTargeting('crid', mnResp[id].crid);\r\n                                            slot.setTargeting('bid', mnResp[id].bid);\r\n                                        }\r\n                                    \r\n                                    }\r\n                                } catch (e) {\r\n                                    console.log(e);\r\n                                }\r\n\r\n                            }\r\n                            slot.addService(googletag.pubads());\r\n                            gptLayer[i].slot=slot\r\n                            gptLayer.refreshArray.push(slot);\r\n                            gptLayer.refreshID.push(gptLayer[i].id);\r\n\r\n                        } else {\r\n                            var slot = googletag.defineSlot(gptLayer.zone, gptLayer[i].adslot,gptLayer[i].id);\r\n                            slot.setTargeting(\"pos\", gptLayer[i].pos);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            // yb\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((typeof(yieldbot) != \"undefined\") && (((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90)))) {\r\n                            var artType=\"ros\";\r\n                            if (artType.indexOf(\"flip\") > -1) {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', 'fb-' + gptLayer[i].id)\r\n                                } else {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable(gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', gptLayer[i].id)\r\n                                }\r\n                            }\r\n                            }\r\n                            // /yb\r\n                            slot.addService(googletag.pubads());\r\n\r\n                        }\r\n                        console.log (gptLayer.zone+\":\"+gptLayer[i].adslot+\":\"+gptLayer[i].id);\r\n                    } \r\n                } catch(e){\r\n                    console.error(e);\r\n                } finally {\r\n                          gptLayer.refresh=function(){\r\n                            for (ii=0;ii<gptLayer.refreshArray.length;ii++){ // Define every ad in gptLayer\r\n                            gptLayer.refreshArray[ii].setTargeting(\"load\", \"ref\");\r\n                            if (typeof(yieldbot) != \"undefined\") {\r\n                            gptLayer.refreshArray[ii].setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer.refreshArray[ii].b.a))\r\n                            }\r\n\r\n                            // snb\r\n                            if (Object.keys(sbi_trinity).length == 0) {\r\n                            gptLayer.refreshArray[ii].setTargeting(\"sbi_apoc\", \"\");\r\n                            gptLayer.refreshArray[ii].setTargeting(\"sbi_aid\", \"\");\r\n                            }\r\n                             try {\r\n                                for(var id in sbi_trinity) {\r\n                                    for(var key in sbi_trinity[id]) {\r\n                                            if (id===gptLayer.refreshID[ii]) {\r\n                                            gptLayer.refreshArray[ii].setTargeting(key, sbi_trinity[id][key])\r\n                                        };\r\n                                    }\r\n                                    }       \r\n                                 } catch (e) {console.log(e);}\r\n                            // /snb\r\n\r\n\r\n                            gptLayer.refreshArray[ii].addService(googletag.pubads());\r\n                            }   \r\n\r\n                            if (Object.keys(gptLayer.kv).length > 0) {\r\n                                for (i = 0; i < Object.keys(gptLayer.kv).length; i++) {\r\n                                    googletag.pubads().setTargeting(Object.keys(gptLayer.kv)[i], gptLayer.kv[Object.keys(gptLayer.kv)[i]]);\r\n                                }\r\n                            }\r\n\r\n                            // Don't refresh on some desktop sites if 2 seconds have not passed since last ad call\r\n                            var refreshInterval = 0;\r\n                            if (location.href.toLowerCase().indexOf('_mobile') === -1) {\r\n                                refreshInterval = 2000;\r\n                            }\r\n\r\n                            if (((Date.now()-timerStart) - gptLayer.lastAdCallTimestamp) > refreshInterval) {\r\n                                googletag.pubads().refresh(gptLayer.refreshArray);\r\n                                gptLayer.lastAdCallTimestamp = (Date.now()-timerStart);\r\n                                // Stuff after refresh\r\n                                if ((typeof gptLayer.refreshPartners == \"function\") && !((location.href.indexOf(\"misquincemag.com\") > -1) || (location.href.indexOf(\"seventeen.com\") > -1))) {                        \r\n                                    setTimeout(gptLayer.refreshPartners, 2000);\r\n                                }\r\n                            } else {\r\n                                consoleUpdate('Skipping refresh. Not enough time has passed');\r\n                            }\r\n                            \r\n                    }\r\n                \r\n                    // Set Page Level Targeting Here\r\n                    if (document.location.hostname.indexOf('preview') > -1) {\r\n                        googletag.pubads().setTargeting(\"site\",[\"stage\"]); \r\n                    }\r\n                    else {\r\n                        googletag.pubads().setTargeting(\"site\",[\"elle\"]); \r\n                    }                    \r\n                    googletag.pubads().setTargeting(\"sect\",[\"runway\"]);\r\n                    googletag.pubads().setTargeting(\"sub\",[\"ready-to-wear\"]); \r\n                    googletag.pubads().setTargeting(\"subsub\",[\"spring-2015-rtw\"]); \r\n                    googletag.pubads().setTargeting(\"page\",[\"collection\"]); \r\n                    googletag.pubads().setTargeting(\"cat\",[\"other\"]); \r\n                    googletag.pubads().setTargeting(\"subcat\",[\"\"]); \r\n                    googletag.pubads().setTargeting(\"tool\",[\"ros\"]); \r\n                    try {if (HRST.article.template.toLowerCase().indexOf(\"thelist\") > -1) {googletag.pubads().setTargeting(\"tool\",[\"thelist\"]); } }  catch(e) {console.log(e);}\r\n                    googletag.pubads().setTargeting(\"artid\",[\"\"]); \r\n                    googletag.pubads().setTargeting(\"kw\",[\"\"]); \r\n                    googletag.pubads().setTargeting(\"epic\",[epicKV]); \r\n                    googletag.pubads().setTargeting(\"refer\",[ad_refer]); \r\n                    googletag.pubads().setTargeting(\"int\",[ad_int]);\r\n                    if(window._mNInslDisplay === true){googletag.pubads().setTargeting(\"mNInslDisplay\", [\"1\"]);}\r\n                    if(window._mNInslMobDisplay === true){googletag.pubads().setTargeting('mNInslMobDisplay', [\"1\"]);}\r\n                    googletag.pubads().setTargeting(\"viewport\",[ad_vp]); \r\n                    googletag.pubads().setTargeting(\"ds\",[ad_ds]); \r\n                    try {amznads.setTargetingForGPTAsync('amznslots');} catch(e) {console.log(e);}\r\n                    googletag.pubads().set(\"page_url\", window.location.protocol + \"//\" + window.location.hostname + window.location.pathname);\r\n                    if (typeof(ad_nav) != \"undefined\") {googletag.pubads().setTargeting(\"nav\",[ad_nav]); }\r\n                    if (typeof (window.ad_asiPlacements) !== \"undefined\") {googletag.pubads().setTargeting(\"gwd\",window.ad_asiPlacements);}\r\n                    // Check gptLayer.kv object for contents\r\n                    if (Object.keys(gptLayer.kv).length > 0) {\r\n                        for (i = 0; i < Object.keys(gptLayer.kv).length; i++) {\r\n                            googletag.pubads().setTargeting(Object.keys(gptLayer.kv)[i], gptLayer.kv[Object.keys(gptLayer.kv)[i]]);\r\n                        }\r\n                    }\r\n                    if (typeof(ad_refdomain) !== \"undefined\") {\r\n                        googletag.pubads().setTargeting(\"refdomain\", [ad_refdomain]);\r\n                    }\r\n                    if (typeof(rtAds) !== \"undefined\")\r\n                    {\r\n                    googletag.pubads().setTargeting(\"year\",[rtAds.year]);\r\n                    googletag.pubads().setTargeting(\"mak\",[rtAds.make]);\r\n                    googletag.pubads().setTargeting(\"mod\",[rtAds.model]);\r\n                    googletag.pubads().setTargeting(\"submodel\",[rtAds.submodel]);\r\n                    googletag.pubads().setTargeting(\"type\",[rtAds.body_style]);\r\n                    googletag.pubads().setTargeting(\"style\",[rtAds.style]);\r\n                    }\r\n                    googletag.pubads().addEventListener('slotRenderEnded', function(event) {\r\n                    consoleUpdate('Creative with id: ' + event.creativeId + ' from line item id: ' + event.lineItemId +' is rendered to slot of size: ' + event.size[0] + 'x' + event.size[1]);\r\n                    });\r\n                    \r\n                    // Call to DFP\r\n                    googletag.pubads().collapseEmptyDivs(true); // Collapses ad div if no ad is returned\r\n                    googletag.pubads().enableSingleRequest();\r\n                    googletag.enableServices();      \r\n\r\n            // Push ad content to divs\r\n            googletag.cmd.push(function() { \r\n                for (i=0;i<gptLayer.length;i++) {\r\n                    googletag.display(gptLayer[i].id);\r\n                    consoleUpdate (\"Push: \"+ gptLayer[i].id);\r\n                }\r\n                gptLayer.lastAdCallTimestamp = (Date.now()-timerStart);\r\n            });\r\n\r\n            // Stuff after initial load\r\n            var artType=\"ros\";\r\n            if (artType.indexOf(\"flip\") > -1) {\r\n                setTimeout(gptLayer.refreshPartners, 2000);\r\n            }\r\n        }\r\n    });\r\n        \r\n        } else {\r\n            throw \"gptLayer object not found!\";\r\n        }\r\n    } // runme\r\n    \r\nif ((location.href.indexOf(\"misquincemag.com\") > -1) || (location.href.indexOf(\"seventeen.com\") > -1))\r\n{ runme(); }\r\nelse\r\n{\r\n\r\n\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.SNB=[];\r\nwindow.sonobiResp=[];\r\nwindow.sbi_trinity={};\r\nwindow.ad_sonobi={testsite:{ad300x250:\"e00e2fed64c6924200ca-test\",ad728x90:\"5348d9da9c0a1db3d1d8-test\"},cosmopolitan:{ad300x250:\"e00e2fed64c6924200ca\",ad728x90:\"5348d9da9c0a1db3d1d8\"},countryliving:{ad300x250:\"71142d778f6ca9fb1b41\",ad728x90:\"ff11989bc02709d81168\"},elle:{ad300x250:\"c0ae35bfcb6cde296abc\",ad728x90:\"9152e9484efe817fda29\"},elledecor:{ad300x250:\"88e5ac38977241c6b545\",ad728x90:\"1ec83c9291bf787fae46\"},esquire:{ad300x250:\"a32f75bf31d18f2c094b\",ad728x90:\"4b6469af14c69ae03886\"},goodhousekeeping:{ad300x250:\"66609e361e593fb9799f\",ad728x90:\"a0924effec8101bfcd9b\"},harpersbazaar:{ad300x250:\"62bf5fd6c5ed82830359\",ad728x90:\"81b0611f257cf0f7ee14\"},housebeautiful:{ad300x250:\"a2b1b99a6edcc8a3a133\",ad728x90:\"1b65ee8e0792df97fa80\"},marieclaire:{ad300x250:\"3f1ded536d57a9e92162\",ad728x90:\"101d1d9c505939d7f414\"},popularmechanics:{ad300x250:\"8b71c7d1b5b5d82cb71a\",ad728x90:\"c35b4080426771827523\"},redbook:{ad300x250:\"865eb08ac8fbdfa0845d\",ad728x90:\"173e7b8b533e72ed1800\"},roadandtrack:{ad300x250:\"af7fd9de3a084bfb8998\",ad728x90:\"3093fd6ccfcca1c8adcc\"},towncountry:{ad300x250:\"18636ec2e22b8bf00d4f\",ad728x90:\"84502bf2f641a1fadb46\"},veranda:{ad300x250:\"e3d745e65e7b91cc5a34\",ad728x90:\"4ae6670afa3df351fdf9\"},womansday:{ad300x250:\"74a01c87ad39051f51d0\",ad728x90:\"6d887b5456da03ff7f27\"}};\r\n\r\nwindow.snbObj={};\r\n   if (typeof gptLayer === \"object\") {\r\n    for (i = 0; i < gptLayer.length; i++) {\r\n        if (!gptLayer[i].outofpage) {\r\n            for (var j = 0; j < gptLayer[i].adslot.length; j++) {\r\n                if (gptLayer[i].adslot[j][0] == 300 && gptLayer[i].adslot[j][1] == 250) {\r\n                        snbObj[gptLayer[i].id] = ad_sonobi[ad_site].ad300x250;\r\n                    }\r\n                if (gptLayer[i].adslot[j][0] == 728 && gptLayer[i].adslot[j][1] == 90) {\r\n                        snbObj[gptLayer[i].id] = ad_sonobi[ad_site].ad728x90;\r\n                    }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\nbuildScriptTag(\"http://neo.go.sonobi.com/trinity.js?key_maker=\" + JSON.stringify(snbObj),function(){\r\n\r\n    // Wait a bit for SNB\r\n    var j=0;\r\n    var loadSNBCheck = setInterval(function() {\r\n    if ((j>50) || (Object.keys(sbi_trinity).length > 0) ) {\r\n        if (j>50) {consoleUpdate(\"SNB timeout\");}\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Pass\");\r\n        clearInterval(loadSNBCheck);\r\n        }\r\n    else {j++;}\r\n    },50); \r\n\r\n    },function(){\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Skipped\");\r\n}\r\n\r\n\r\nwindow.gptLayer.refreshPartners = function() {\r\n    window.sbi_trinity={};\r\n    if (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\n         buildScriptTag(\"http://neo.go.sonobi.com/trinity.js?key_maker=\" + JSON.stringify(snbObj),function(){\r\n        // Wait a bit for SNB\r\n        var j=0;\r\n        var loadSNBCheck = setInterval(function() {\r\n        if ((j>50) || (Object.keys(sbi_trinity).length > 0) ) {\r\n        if (j>50) {consoleUpdate(\"SNB timeout\");}\r\n        consoleUpdate(\"SNB Reloaded\");\r\n        clearInterval(loadSNBCheck);\r\n        }\r\n        else {j++;}\r\n        },50); \r\n    },function(){\r\n        consoleUpdate(\"SNB Not Reloaded\");\r\n        });\r\n     } else {\r\n            consoleUpdate(\"SNB Skipped\");\r\n         }\r\n\r\n    window.ad_asiPlacements=[];\r\n    buildScriptTag(\"http://pq-direct.revsci.net/pql?placementIdList=rtXU6U,1lNiOU,7VhOTk&cb=\"+Date.now(),function(){ \r\n        if (typeof asiPlacements != \"undefined\") {\r\n            for (var p in asiPlacements) {\r\n                window[\"ASPQ_\" + p] = \"\";\r\n                for (var key in asiPlacements[p].data) {\r\n                    window[\"ASPQ_\" + p] += \"PQ_\" + p + \"_\" + key;\r\n                    ad_asiPlacements.push(\"PQ_\" + p + \"_\" + key);\r\n                }\r\n            }\r\n        } \r\n        adScripts.AS = {status: \"complete\"};        \r\n        consoleUpdate(\"AS Reloaded\");\r\n        },function(){\r\n        adScripts.AS = {status: \"complete\"};        \r\n        consoleUpdate(\"AS Reload Fail\");\r\n        });\r\n\r\n    try {\r\n        amznads.getAdsCallback('3049', gptLayer.amznCallback);\r\n    } catch (e) { }\r\n\r\n    // CAS\r\n    delete index_slots;\r\n    delete gptLayer.kv.OD;\r\n    delete gptLayer.kv.OM;\r\n    delete gptLayer.kv.P;\r\n    if (typeof start_tagless !== 'undefined') {\r\n        start_tagless();\r\n    }\r\n\r\n};\r\n\r\n\r\n//YB\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\nvar ybotq = ybotq || [];\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.YB='';\r\n\r\nbuildScriptTag(\"//cdn.yldbt.com/js/yieldbot.intent.js\",function(){\r\n\r\nvar ad_yieldbot = {testsite: \"\",cosmopolitan: \"9815\",countryliving: \"ad15\",elle: \"c45f\",elledecor: \"6390\",esquire: \"b157\",goodhousekeeping: \"49aa\",harpersbazaar: \"e7eb\",housebeautiful: \"dfb8\",marieclaire: \"f2e2\",popularmechanics: \"e013\",redbook: \"4e7b\",roadandtrack: \"49e5\",seventeen: \"a947\",towncountry: \"0125\",veranda: \"691c\",womansday: \"43e0\"};\r\nvar artType=\"ros\";\r\nyieldbot.pub(ad_yieldbot[ad_site]);  // Pass PSN\r\n\r\nif (typeof gptLayer === \"object\") {\r\n    for (i = 0; i < gptLayer.length; i++) {\r\n        if (!gptLayer[i].outofpage) {\r\n            for (var j = 0; j < gptLayer[i].adslot.length; j++) {\r\n                if (((gptLayer[i].adslot[j][0] == 300 && gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728 && gptLayer[i].adslot[j][1] == 90)) ) {\r\n                    try {\r\n                    if (artType.indexOf(\"flip\") > -1) {\r\n                    yieldbot.defineSlot(\"fb-\"+gptLayer[i].id); // Pass SN ID\r\n                    } else {\r\n                        yieldbot.defineSlot(gptLayer[i].id); // Pass SN ID\r\n                        }                    } catch (e) {\r\n                        console.log(e)\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\nyieldbot.enableAsync();\r\nyieldbot.go();\r\n\r\nadScripts.YB = {status: \"complete\"};\r\nconsoleUpdate(\"YB Pass\");\r\n\r\n    },function(){\r\n        adScripts.YB = {status: \"complete\"};\r\n        consoleUpdate(\"YB Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.YB = {status: \"complete\"};\r\n        consoleUpdate(\"YB Skipped\");\r\n}\r\n\r\n\r\n// MNDB\r\nif (    \r\n        (\r\n            location.href.indexOf('countryliving.com') > -1 || \r\n            location.href.indexOf('housebeautiful.com') > -1 ||\r\n            location.href.indexOf('goodhousekeeping.com') > -1 \r\n        ) \r\n    && location.href.indexOf('_mobile' === -1) \r\n    ) {\r\n\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.MNDB = [];\r\n    window._mNHandle = window._mNHandle || {}; \r\n    window._mNHandle.queue = window._mNHandle.queue || []; \r\n\r\n    var mnSlots = {\r\n        'housebeautiful': {\r\n            'gpt_lb_a': {\r\n                'crid': '935326309',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '834867335',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '748144588',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '436323585',\r\n                'size': '300x250'\r\n            }\r\n        },\r\n        'countryliving': {\r\n            'gpt_lb_a': {\r\n                'crid': '726870568',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '858476162',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '584863186',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '472023362',\r\n                'size': '300x250'\r\n            }\r\n        },\r\n        'goodhousekeeping': {\r\n            'gpt_lb_a': {\r\n                'crid': '874074433',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '483752326',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '567215197',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '442076818',\r\n                'size': '300x250'\r\n            }\r\n        }\r\n\r\n    }\r\n\r\n    buildScriptTag(\"http://contextual.media.net/bmedianet.js?cid=8CUX282YE\",function(){\r\n\r\n        _mNHandle.queue.push(function () {\r\n            _mNDetails.enableSingleQuery(); // Get multiple ad tag bids in a single query\r\n            _mNDetails.asyncRequest(); \r\n        });\r\n\r\n        var mnRespCounter = 0;\r\n        function Callback_mnet (bidDetails) \r\n        {\r\n            // MODIFY AS PER YOUR REQUIREMENTS \r\n            // bidDetails.crid  - [[Media.net provided adtag id]]\r\n            // bidDetails.bid   - [Media.net's bid for this view]\r\n            // bidDetails.pub_adtag_id - [Publisher internal adtag id - if passed to addSingleSlot]\r\n\r\n            window.mnResp = window.mnResp || [];\r\n            mnResp[bidDetails.pub_adtag_id] = mnResp[bidDetails.pub_adtag_id] || [];\r\n            mnResp[bidDetails.pub_adtag_id].crid = (bidDetails.crid);\r\n            mnResp[bidDetails.pub_adtag_id].bid = (bidDetails.bid);\r\n            mnRespCounter++;\r\n            if (mnRespCounter === Object.keys(mnSlots[ad_site]).length) {\r\n                adScripts.MNDB = {status: \"complete\"};\r\n                consoleUpdate(\"MNDB Pass\");\r\n            }\r\n        }\r\n\r\n        _mNHandle.queue.push(function() {\r\n\r\n            if (typeof mnSlots !== \"undefined\") {\r\n                if (typeof mnSlots[ad_site] !== \"undefined\") {\r\n                    for (var adId in mnSlots[ad_site]) {\r\n                        _mNDetails.addSingleSlot({\r\n                            'crid': mnSlots[ad_site][adId].crid, //[[Media.net provided adtagid]]\r\n                            'size': mnSlots[ad_site][adId].size, //[[Media.net provided adtag size]]\r\n                            'place_id': adId, //[[The ID of the DIV that will contain the ad]]\r\n                            'callback': Callback_mnet, //Publisher Created Callback Function\r\n                            'pub_adtag_id': adId\r\n                        });\r\n\r\n                    }\r\n                }\r\n            }\r\n\r\n        });\r\n\r\n        _mNHandle.queue.push(function () {\r\n            _mNDetails.fetchBid();\r\n        });\r\n    });\r\n\r\n} else {\r\n        adScripts.MNDB = {status: \"complete\"};\r\n        consoleUpdate(\"MNDB Skipped\");\r\n}\r\n\r\n\r\n/* Load Check */\r\nwindow.adScripts = window.adScripts || [];\r\nvar j=0;\r\nwindow.loadCheck = setInterval(function() {\r\n    if ((j>50) || (typeof adScripts.allLoaded !== 'undefined')) {\r\n        if (j>50) {consoleUpdate(\"ad script load timeout\");}\r\n        consoleUpdate(\"all ad scripts complete\");\r\n        runme();\r\n        window.clearInterval(loadCheck);\r\n        }\r\n    else {\r\n        var scriptCounter=0;\r\n        for (i = 0; i < Object.keys(adScripts).length; i++) {\r\n            if (adScripts[Object.keys(adScripts)[i]].status===\"complete\"){scriptCounter++; }\r\n            }\r\n        if (scriptCounter===Object.keys(adScripts).length) {adScripts.allLoaded=\"yes\";}\r\n        j++;\r\n        }\r\n    },50); \r\n        \r\n} // SVN/MIS\r\n};\r\n\r\n// Immediate or deferred\r\nif (typeof window.adsAsap == \"undefined\") {\r\n    $(window).load(gptLoad);\r\n}\r\nelse {\r\n    gptLoad();\r\n}\r\n</script>\n\n</span>\n\n<!-- footer var -->\n<span id=\"ams_elm_footer\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\nif (typeof mag_user == \"object\"){\r\nif (mag_user.ur_id){_ca_params={buid:\"2\", cdbid:\"2-\" + mag_user.ur_id};}\r\nmag_user.activeSub=\"\";\r\nif (mag_user.activeSub == \"1\") {_ca_params.pubid=[\"ELM\"];}\r\n}\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n//$( \"#head-article-list-div .apa-div:eq(2)\" ).hide();  \r\n\r\nvar gptLayer = window.gptLayer || [];\r\nif (location.pathname===\"/\") {\r\n  $('body').append('<div id=\"gpt_ntv_hp\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_hp','adslot': [[2,1]],'refresh': 0,'load': 'imm'});\r\n  }\r\nif (document.getElementById('head-article-list-div')) {\r\n  $('body').append('<div id=\"gpt_ntv_hdr\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_hdr','adslot': [[2,2]],'refresh': 0,'load': 'imm'});\r\n  }\r\nif (document.getElementById('moduleSmartTout')) {\r\n  $('body').append('<div id=\"gpt_ntv_st\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_st','adslot': [[2,3]],'refresh': 0,'load': 'imm'});\r\n  }\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n(function(){function a(b){/in/.test(document.readyState)?setTimeout(function(){a(b)},50):b()};\r\nvar b=\"elle_autolinks-20\";\r\nvar c=function(){this.start()};c.context=document;c.start=function(){var a=typeof this.context===\"string\"&&this.context[0]===\"#\"?document.getElementById(this.context.substr(1)):this.context;var c=a.getElementsByTagName(\"a\");for(i=0;i<c.length;i++){var d=c[i].href;var e,f;var g=false;for(ii=0;ii<1;ii++){e=new RegExp(\"http(s)?://(www.)?amazon.com/\",\"i\");if(e.test(d)){f=this._addAffiliateInfo(d,\"tag\",b);g=d!==f;c[i].href=f;break}}}return this};c._addAffiliateInfo=function(a,b,c){if(a.indexOf(\"tag=\")>-1||a.indexOf(\"tag%\")>-1){return a}else{var d=a.split(\"?\");a=d[1]?d.join(\"?\")+\"&\"+b+\"=\"+c:d[0]+\"?\"+b+\"=\"+c;return a}};window.mePagan=c;a(function(){c.start()})})()\r\n</script>\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n<!-- IGNOREREFRESH -->\r\n\r\n<style>\r\n/* FB COMMENTS */\r\n.fb_iframe_widget.fb_iframe_widget_fluid{\r\n\tdisplay:block !important;\r\n\twidth: 656px !important;\r\n}\r\n.luxury  .fb_iframe_widget{line-height:10px}\r\n}\r\n\r\n#ds_container header {display: block;!important}\r\n</style>\r\n\r\n<style>\r\n#moduleMightLike h3{display: none!important;}\r\n\r\n</style>\r\n<script type=\"text/javascript\">\r\n$('.footer-bar').css('background-color','transparent');\r\n$('.footer-wrap-dark').css('background-color','transparent');\r\n</script>\r\n\n\n</span>\n\n<!-- _runwayFlipbook.tmpl -->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/elle.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7 ]> <html lang=\"en\" class=\"no-js ie6\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 7 ]> <html lang=\"en\" class=\"no-js ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 8 ]> <html lang=\"en\" class=\"no-js ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if IE 9 ]> <html lang=\"en\" class=\"no-js ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:sa=\"http://opengraph.socialamp.com/2009/saml\"> <![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--> <html lang=\"en\" class=\"no-js\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\" />\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\t<!-- title and other meta here -->\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<title>Passive Aggressive Holiday Digs - Elle</title>\n\t\t\t\t\n\t\t\t\t<meta name=\"description\" content=\"From the latest studies on marriage to which celebrity is backing which charity, the latest and greatest in life and love news.\" />\n\t\t\t\t<meta name=\"keywords\" content=\"lifestyle news, love news, lifestyle blog\" />\n\t\t\t\n\t\t\n\t\n\n\t\n\t<link rel=\"shortcut icon\" href=\"/cm/elle/site_images/favicon/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\r\n<link rel=\"shortcut icon\" href=\"/cm/elle/site_images/favicon/favicon.ico\" type=\"image/x-icon\" />\n\t\n\t\n\n\n\n\t<!-- START OF CANONICAL META TAG  -->\n\t\n\t\t<link rel=\"canonical\" href=\"http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\" />\n\t\n\t<!-- //END OF CANONICAL META TAG -->\n\n\n\n\t\n\t\t\n\n\n\t\t<!-- START OF MOBILE ALTERNATE TAG  -->\n\t\t\n\t\t\t<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://www.elle.com/_mobile/news/lifestyle/passive-aggressive-holiday-digs\" />\n\t\t\n\t\t<!-- //END OF MOBILE ALTERNATE TAG -->\n\n\n\t\n\t\n\n\t<!-- Mobile detect -->\n\t<!--XS_mobile_mobiledetect-->\n<script id=\"mobdskdtct\" domain=\".elle.com\">\ntry{(function(a,b){(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|BB10|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i.test(a.substr(0,\n4)))&&!/ipad/i.test(a)&&b()})(navigator.userAgent||navigator.vendor||window.opera,function(){var a=function(a,b,c){if(\"undefined\"!==typeof b){c=c||{};null===b&&(b=\"\",c.expires=-1);var d=\"\";if(c.expires&&(\"number\"===typeof c.expires||c.expires.toUTCString))\"number\"===typeof c.expires?(d=new Date,d.setTime(d.getTime()+864E5*c.expires)):d=c.expires,d=\"; expires=\"+d.toUTCString();var e=c.path?\"; path=\"+c.path:\"\",f=c.domain?\"; domain=\"+c.domain:\"\";c=c.secure?\"; secure\":\"\";document.cookie=[a,\"=\",encodeURIComponent(b),\nd,e,f,c].join(\"\")}};a(\"mobile_redir_referrer\",document.referrer?document.referrer:\"_BLANK\",{expires:(new Date).getTime()+6E4,path:\"/\",domain:\".elle.com\"});var b;a:{b=document.cookie.split(\";\");var e;for(e=0;e<b.length;e++){for(var d=b[e];\" \"===d.charAt(0);)d=d.substring(1,d.length);if(0===d.indexOf(\"HDMviewmode=\")){b=d.substring(12,d.length);break a}}b=null}\"desktop\"!=b&&\"mobile\"!=b?(a=document.location,/^\\/sweepstakes\\/\\w+/.test(a.pathname)?\na.replace(a.href.replace(/\\/sweepstakes\\//,\"/sweepstakes/_mobile/\")):/^\\/archive\\/\\w+/.test(a.pathname)?(console.log(/^\\/archives\\/\\w+/.test(a.pathname)),a.replace(a.href.replace(/\\/archive\\//,\"/archive/_mobile/\"))):/^\\/archives\\/\\w+/.test(a.pathname)?(console.log(/^\\/archives\\/\\w+/.test(a.pathname)),a.replace(a.href.replace(/\\/archives\\//,\"/archives/_mobile/\"))):/^\\/_mobile\\//.test(a.pathname)?console.error(\"[mobdetect: mobile url detected but on desktop site]\"):(console.log(\"[mobile redirect] MOBILE VIEW: redirecting to: \"+\na.protocol+\"//\"+a.host+\"/_mobile\"+a.pathname+a.search+a.hash),document.location.replace(a.protocol+\"//\"+a.host+\"/_mobile\"+a.pathname+a.search+a.hash))):\"mobile\"==b?(console.log(\"[mobile redirect\"+b+\"] DESKTOP VIEW ENABLED: temporary\"),a(\"HDMviewmode\",\"mobile\",{expires:-1,path:\"/\",domain:\".elle.com\"})):console.log(\"[mobile redirect:\"+viewdmode+\"] DESKTOP VIEW ENABLED: session\")})}catch(e$$12){};\n</script>\n<!--XS_mobile_mobiledetect -->\n\t<!-- End Mobile detect -->\n\n\t\n\t\n\n\n\t\n\n\t<!-- templates/elle/socialMetaTags.tmpl -->\n<meta property=\"fb:app_id\" content=\"134662310036632\" />\n\n<meta property=\"og:type\" content=\"article\" />\n\n<meta property=\"og:site_name\" content=\"Elle\" />\n\n\n\t\n\t\t<meta property=\"og:title\" content=\"8 Passive Aggressive Things That Were Said to Us Over the Holidays\" />\n\t\n\t\t<meta property=\"og:description\" content=\"&quot;Have you heard of Match.com?&quot;\" />\n\t\t\n\t\t<meta property=\"og:url\" content=\"http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\" />\n\t\n\n\n<meta property=\"og:image\" content=\"http://www.elle.com/cm/elle/images/av/bridget-jones-dJTVE5-v.jpg\" />\n<!-- /templates/elle/socialMetaTags.tmpl -->\n\n\t\n\n\t\n\t\t<meta property=\"og:article:published_time\" content=\"2014-12-29T6:30Z\" />\n\t\n\n\t\n\n\t<!-- TMPL xs_js_site_object -->\n<script type=\"text/javascript\" id=\"dataLayer\">\n\tvar HRST = HRST || {};\n\tHRST.site = {\t\n\t\t\"name\" : \"Elle\",\n\t\t\"prefix\" : \"elle\",\n\t\t\"domain\" : \"http://www.elle.com\",\n\t\t\"dartName\" : \"\"\n\t};\n\tHRST.article = {\n\t\t\n\t\t\"section\" : {\n\t\t\t\"name\" : \"News\",\n\t\t\t\"prefix\" : \"news\"\n\t\t},\n\t\t\n\t\t\"subSection\" : {\n\t\t\t\"name\" : \"Life & Love News\",\n\t\t\t\"prefix\" : \"lifestyle\"\n\t\t},\n\t\t\n\t\t\"pageUrl\" : \"/news/lifestyle/passive-aggressive-holiday-digs\",\n\t\t\"id\" : \"17582614\",\n\t\t\"type\" : \"blog_entry_lite\",\n\t\t\"template\" : \"Blog Post\",\n\t\t\"title\" : \"8 Passive Aggressive Things That Were Said to Us Over the Holidays\",\n\t\t\"author\" : \"ELLE.com \",\n\t\t\"publishDate\" : {\n\t\t\t\"year\" : \"2014\",\n\t\t\t\"month\" : \"12\",\n\t\t\t\"date\" : \"29\",\n\t\t\t\"hour\" : \"6\",\n\t\t\t\"minute\" : \"30\",\n\t\t\t\"amOrPm\" : \"PM\"\n\t\t},\n\t\t\"adCategory\" : [ \n\t\t\t{\"id\": \"\",\"name\":\"\",\"prefix\":\"\"}\n\t\t]\n\t};\n</script>\n<!-- /TMPL xs_js_site_object -->\n\n\t<!-- apple touch icon -->\n\t\n<!-- For iPad with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPad with high-resolution Retina display running iOS ? 6: -->\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPhone with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-152x152.png\">\n\n<!-- For iPhone with high-resolution Retina display running iOS ? 7: -->\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-114x114.png\">\n\n<!-- For first- and second-generation iPad: -->\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-76x76.png\">\n\n<!-- For the iPad mini and the first- and second-generation iPad on iOS ? 6: -->\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-76x76.png\">\n\n<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->\n<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-60x60.png\">\n\n<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/cm/elle/mobile/site_images/appicon/apple-touch-icon-57x57.png\">\n\n\n<!-- For all legacy mobile devices -->\n<link rel=\"apple-touch-icon\" href=\"/cm/elle/site_images/favicon/apple-touch-icon.png\">\n\n\n\n\n\n\t<!-- google fonts -->\n\t<link href='http://fonts.googleapis.com/css?family=Merriweather:700,300,300italic,700italic' rel='stylesheet' type='text/css'>\n\n\t<!-- styles -->\n\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/global.2014-04-3.css\" />\n\t\n\t\t<link rel=\"stylesheet\" href=\"/cm/elle/styles/_blogPost.css\" />\n\t\n\t\n\t\n\t<!-- /styles -->\n\n\t<!-- ESP meta tags -->\n\t\n\t<meta name=\"sailthru.contenttype\" content=\"blog\" />\n\t<meta name=\"sailthru.tags\" content=\"News, lifestyle news, love news, lifestyle blog\" />\n\t<meta name=\"sailthru.date\" content=\"2014-12-29 18:30:00\" />\n\t<meta name=\"sailthru.expire_date\" content=\"2034-12-29 00:00:00\" />\n\t\n\t<!-- /ESP meta tags -->\n\n\t<!-- top loading scripts -->\n\t<!-- xs_ams_ads_pageads_defer -->\n<script>\n\t// TODO: evaluate moving this code to where page-ads.js is deferred\n\tvar docCookies = document.cookie.split(';');\n\tvar origRefer = null;\n\tfor(var i=0;i < docCookies.length;i++) {\n\t\tvar c = docCookies[i];\n\t\twhile (c.charAt(0)==' ') c = c.substring(1,c.length);\n\t\tif (c.indexOf(\"original_referrer=\") == 0) {\n\t\torigRefer = c.substring(\"original_referrer=\".length,c.length);\n\t\t}\n\t}\n\n\t// TODO: this function should be moved into a library file\n\tfunction getWidth() {\n\t\tscreen_width = null;\n\t\tif(window.screen != null)\n\t\t\tscreen_width = window.screen.availWidth;\n\n\t\tif(window.innerWidth != null)\n\t\t\tscreen_width = window.innerWidth;\n\n\t\tif(document.body != null)\n\t\t\tscreen_width = document.body.clientWidth;\n\n\t\treturn screen_width;\n\t}\n\n\t// TODO: this function should be moved into a library file\n\tfunction getHeight() {\n\t\tscreen_height = null;\n\t\tif(window.screen != null)\n\t\t\tscreen_height = window.screen.availHeight;\n\n\t\tif(window.innerHeight != null)\n\t\t\tscreen_height = window.innerHeight;\n\n\t\tif(document.body != null)\n\t\t\tscreen_height = document.body.clientHeight;\n\n\t\treturn screen_height;\n\t}\n\n\t(function(){\n\t\tvar scriptSrc = '/ams/page-ads.js?ad_category_prefix=&ad_sub_category_prefix=&ams_promo=&amz_browse_node_ids=&amz_search_indexes=&article_type_prefix=blog_entry_lite&browser_path=%2Fnews%2Flifestyle%2Fpassive-aggressive-holiday-digs%3Fsrc%3Dspr_TWITTER%26spr_id%3D1448_126141510%26linkId%3D11385390&cat_prefixes=&keywords=&position_list=ams_circ_elm_620x200%2Cams_circ_elm_arrival%2Cams_circ_elm_footer_ad%2Cams_circ_elm_persistent_footer%2Cams_circ_elm_sub_nav_link%2Cams_digital_elm_foot_link%2Cams_elm_circ_takeover%2Cams_elm_like_gate&section_prefix=lifestyle&site_prefix=elle&sub_cat_prefixes=nav-promo%2Ccat-life-love-news-blog&subdomain=www&url_name=passive-aggressive-holiday-digs';\n\t\tvar pageAdsParams = {};\n\t\tvar paramsArray = scriptSrc.split(\"/page-ads.js?\")[1].split(\"&\");\n\t\tfor (var i = 0; i < paramsArray.length; i++){\n\t\t\tvar parameter = paramsArray[i].split(\"=\");\n\t\t\tpageAdsParams[parameter[0]] = unescape(parameter[1]);\n\t\t}\n\t\twindow[\"pageAdsParams\"] = pageAdsParams;\n\n\t\tvar pageAds = {};\n\t\tvar positionList = scriptSrc.match(/position_list=((?!&).)*/)[0].split(\"position_list=\")[1].split(\"%2C\");\n\t\tfor (var i = 0; i < positionList.length; i++){\n\t\t\t//pageAds[positionList[i]] = '\\x3Cscript>pageAdsDefer(\"'+positionList[i]+'\");\\x3C/script>';\n\t\t\tpageAds[positionList[i]] = \"<!--PAGEADSDEFER:\"+positionList[i]+\"-->\\x3Cscript>console.error('AMS_POSITION DOC.WRITE attempt @\"+positionList[i]+\"')\\x3C/script>\";\n\t\t}\n\t\twindow[\"pageAds\"] = pageAds;// need to export this sucker out so that the inline scripts that render these out.. :-(\n\t})();\n</script>\n<!-- /xs_ams_ads_pageads_defer -->\n\n\t<!--xs_ensighten_bootstrap_script.tmpl-->\n\n<script type=\"text/javascript\">\n(function(d) {\n\tvar e = d.createElement('script');\n\tif (document.cookie.indexOf(\"nsghtn=dev\") > -1) {\n\t\te.src = d.location.protocol + '//nexus.ensighten.com/hearst/mag-dev/Bootstrap.js';\n\t\tconsole.warn (e.src);\n\t\t}\n\telse {\n\t\te.src = d.location.protocol + '//nexus.ensighten.com/hearst/mag/Bootstrap.js';\n\t\t}\n\te.async = true;\n\td.getElementsByTagName(\"head\")[0].appendChild(e);\n}(document));\n</script>\n<!--//xs_ensighten_bootstrap_script.tmpl-->\n\n\t\n\t\t<!-- to reduce calls, this is a combination of /cm/shared/scripts/modernizr-2.5.3.min.js, /cm/shared/scripts/jquery-1.10.2.min.js, /cm/shared/scripts/jquery-migrate-1.2.1.min.js, /cm/shared/scripts/underscore-min.1.2.3.js -->\n\t\t<script src=\"/cm/shared/scripts/js-combo.js\"></script>\n\t\n\n\t<span id=\"ams_gpt_pre_elm\" class=\"ams-mixed-inline\"><script type='text/javascript'>\r\n/********************************************************\r\nTop of page for Magnus page speed sites\r\n/admin/ams/ams_creative/index.html?mode=view&id=22416\r\n\r\nUpdated 12/18/14\r\n*******************************************************/\r\n    window.console = window.console || {log: function() {}};\r\n\r\n    window.gptLayer = window.gptLayer || [];\r\n    window.gptLayer.kv = window.gptLayer.kv || [];\r\n\r\n    window.gptLayer.getCookie = function(name) {\r\n        var nameEQ = name + \"=\",\r\n            ca = document.cookie.split(';');\r\n        for (var i = 0; i < ca.length; i++) {\r\n            var c = ca[i];\r\n            while (c.charAt(0) === ' ') {\r\n                c = c.substring(1, c.length);\r\n            }\r\n            if (c.indexOf(nameEQ) === 0) {\r\n                var result = c.substring(nameEQ.length, c.length);\r\n                return result;\r\n            }\r\n        }\r\n        return '';\r\n    };\r\n\r\n    window.gptLayer.setCookieHours = function(name, value, hours) {\r\n        var expDate = new Date(),\r\n            cookieValue;\r\n        expDate.setDate(expDate.getDate());\r\n        expDate.setHours(expDate.getHours() + hours);\r\n        cookieValue = encodeURIComponent(value) + ((hours === null) ? '' : ';expires=' + expDate.toUTCString() + '; path=/');\r\n        document.cookie = name + '=' + cookieValue;\r\n    };\r\n\r\n    window.gptLayer.addKV = function(name,value) {\r\n        window.gptLayer.kv = window.gptLayer.kv || [];\r\n        gptLayer.kv[name] = gptLayer.kv[name] || [];\r\n        gptLayer.kv[name].push(value);\r\n    };\r\n\r\n    function buildScriptTag(src,success,fail){\r\n        var script = document.createElement('script');\r\n        var timeoutid;\r\n        function runSuccess(obj){\r\n            clearTimeout(timeoutid);\r\n            try{\r\n                success(this);\r\n            } catch(e){}\r\n        }\r\n        function runFail(){\r\n            fail(this);\r\n        }\r\n        // prelim check to see if script tag already exists...\r\n        for (var i = 0,s = document.getElementsByTagName(\"script\"); i < s.length; i++){\r\n            if(s[i].src && s[i].src == src){\r\n                runFail();\r\n                console.warn(s[i],\"detected - skipping call\")\r\n                return;\r\n            }\r\n        }\r\n        script.src = src;\r\n        if(script.addEventListener) {\r\n            script.addEventListener(\"load\",function(){runSuccess(this);},false);\r\n        }else if(script.readyState) {\r\n            script.onreadystatechange = function(){runSuccess(this);};\r\n        }\r\n        script.onerror = function(){\r\n            clearTimeout(timeoutid);\r\n            runFail();\r\n        }\r\n\r\n        timeoutid = setTimeout(runFail,2500);\r\n        document.getElementsByTagName(\"HEAD\")[0].appendChild(script);\r\n    }\r\n\r\n    var timerStart = Date.now();\r\n    var consoleUpdate = function (msg) {console.log (msg + \":\" + (Date.now()-timerStart) + \"ms\");}\r\n    var ad_site=\"elle\";\r\n    var adsAsap = \"yes\";\r\n    var googletag = googletag || {}; // var\r\n    googletag.cmd = googletag.cmd || [];\r\n    var gptJS = function() {  \r\n        var gads = document.createElement('script'); // var\r\n        gads.async = true;\r\n        gads.type = 'text/javascript';\r\n        var useSSL = 'https:' == document.location.protocol; // var\r\n        gads.src = (useSSL ? 'https:' : 'http:') + \r\n        '//www.googletagservices.com/tag/js/gpt.js';\r\n        var node = document.getElementsByTagName('script')[0]; //var\r\n        node.parentNode.insertBefore(gads, node);\r\n    }\r\n    // Immediate or deferred\r\n    if (typeof window.adsAsap == \"undefined\") {\r\n        $(window).load(gptJS);\r\n    }\r\n    else {\r\n        gptJS();\r\n    }\r\n\r\n// AMZN\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1) && (location.href.indexOf(\"misquincemag.com\") < 0) && (location.href.indexOf(\"seventeen.com\") < 0)) {\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.AMZN = '';\r\n    window.gptLayer.amznCallback = function() {\r\n        googletag.cmd.push(function() {\r\n            googletag.pubads().clearTargeting('amznslots');\r\n            amznads.setTargetingForGPTAsync('amznslots'); \r\n        }); \r\n        adScripts.AMZN = {status: 'complete'};\r\n        consoleUpdate('AMZN Pass');\r\n    };\r\n    buildScriptTag(\"http://c.amazon-adsystem.com/aax2/amzn_ads.js\",function(){\r\n        try {\r\n            amznads.getAdsCallback('3049', gptLayer.amznCallback);\r\n        } catch (e) {}\r\n\r\n    },function(){\r\n        adScripts.AMZN = {status: \"complete\"};\r\n        consoleUpdate(\"AMZN Fail\");\r\n     });\r\n} else {\r\n        adScripts.AMZN = {status: \"complete\"};\r\n        consoleUpdate(\"AMZN Skipped\");\r\n}\r\n\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1) && (location.href.indexOf(\"misquincemag.com\") < 0) && (location.href.indexOf(\"seventeen.com\") < 0) ) {\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.AS='';\r\nvar asiPqTag = false;\r\nwindow.ad_asiPlacements=[];\r\nbuildScriptTag(\"http://pq-direct.revsci.net/pql?placementIdList=rtXU6U,1lNiOU,7VhOTk&cb=\"+Date.now(),function(){ \r\n    if (typeof asiPlacements != \"undefined\") {\r\n        for (var p in asiPlacements) {\r\n            window[\"ASPQ_\" + p] = \"\";\r\n            for (var key in asiPlacements[p].data) {\r\n                window[\"ASPQ_\" + p] += \"PQ_\" + p + \"_\" + key;\r\n                ad_asiPlacements.push(\"PQ_\" + p + \"_\" + key);\r\n            }\r\n        }\r\n    } \r\n    adScripts.AS = {status: \"complete\"};        \r\n    consoleUpdate(\"AS Pass\");\r\n    },function(){\r\n    adScripts.AS = {status: \"complete\"};        \r\n    consoleUpdate(\"AS Fail\");\r\n    });\r\n\r\n} else {\r\n        adScripts.AS = {status: \"complete\"};\r\n        consoleUpdate(\"AS Skipped\");\r\n}\r\n\r\n// CAS\r\nif ( (!location.hostname.match(/seventeen|misquincemag/i)) ) {\r\n    adScripts.CAS = [];\r\n    if ( (!location.href.match(/_mobile/i)) || (document.documentElement.clientWidth > 640) ) {\r\n        window.IndexArgs = {\r\n            'device': 'D',\r\n            'siteID': 158710,\r\n            'slots': [\r\n                {'id': '1', 'width': 728, 'height': 90},\r\n                {'id': '2', 'width': 728, 'height': 90},\r\n                {'id': '3', 'width': 300, 'height': 250},\r\n                {'id': '4', 'width': 300, 'height': 600},\r\n                {'id': '5', 'width': 300, 'height': 250},\r\n                {'id': '6', 'width': 300, 'height': 600}\r\n            ]\r\n        };\r\n    } else {\r\n        window.IndexArgs = {\r\n            'device': 'M',\r\n            'siteID': 159589,\r\n            'slots':[\r\n                {'id': '3', 'width': 300, 'height': 250},\r\n                {'id': '5', 'width': 300, 'height': 250},\r\n                {'id': '7', 'width': 300, 'height': 250},\r\n                {'id': '8', 'width': 320, 'height': 50}\r\n            ]\r\n        };\r\n    }\r\n\r\n    window.index_set_targets = function() {\r\n        for ( var i=0; i < index_slots.length; i++ ) {\r\n            var index_params = index_slots[i].split( '_' );\r\n            var op = index_params.shift( );\r\n            var k = op;\r\n            var v  = index_params.join( '_' );\r\n            if (k === 'P') {\r\n                gptLayer.addKV(k,v);\r\n            }\r\n            if (k === 'O') {\r\n                gptLayer.addKV(k + IndexArgs.device, v);\r\n            }\r\n        }\r\n        adScripts.CAS = {\r\n            status: 'complete'\r\n        };\r\n        consoleUpdate('CAS Pass');\r\n    };\r\n\r\n    buildScriptTag('http://js.indexww.com//ht/hdm.js', function() {\r\n        // Do index_set_targets();\r\n    }, function(){\r\n        adScripts.CAS = {status: \"complete\"};\r\n        consoleUpdate(\"CAS Fail\");\r\n    });\r\n}\r\n\r\n// LPID\r\nvar lpid = gptLayer.getCookie('lpid');\r\nif (lpid === '') {\r\n    adScripts.LPID = [];\r\n    var lotamePid; \r\n    extractPid = function(lotameData) { \r\n        gotId = lotameData.Profile.pid;\r\n        gptLayer.addKV('lpid', gotId); \r\n        document.cookie ='lpid=' + gotId + '; path=/';\r\n        adScripts.LPID = {\r\n        status: 'complete'\r\n        };\r\n        consoleUpdate('LPID Pass');\r\n    };\r\n    buildScriptTag('//ad.crwdcntrl.net/5/c=25/pe=y/callback=extractPid');\r\n} else {\r\n    gptLayer.addKV('lpid', lpid);\r\n    consoleUpdate('LPID Skipped');\r\n}\r\n\r\nwindow._mNInslDisplay = false;\r\nwindow._mNInslMobDisplay = false;\r\nvar ad_mn = {testsite: \"12345678&size=641x481\",cosmopolitan: \"675116702&size=641x481\",esquire: \"262261654&size=641x481\",goodhousekeeping: \"319348987&size=641x481\",elle: \"535658795&size=641x481\"}\r\nad_mn.ipad = {testsite: \"12345678&size=641x481\",cosmopolitan: \"965157231&size=642x482\",esquire: \"211579157&size=642x482\",goodhousekeeping: \"455778977&size=642x482\",elle: \"426886870&size=642x482\"}\r\n\r\nif (navigator.userAgent.match(/iPad/i)) {ad_mn = ad_mn.ipad;}\r\nif ( (location.pathname !== \"/\")  && (document.location.href.indexOf(\"_mobile\") < 0) && ( (ad_site===\"cosmopolitan\") || (ad_site===\"elle\") || (ad_site===\"esquire\") || (ad_site===\"goodhousekeeping\")  ) ) \r\n{\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.MN='';\r\n    buildScriptTag(\"http://contextual.media.net/inslmedianet.js?cid=8CU485480&crid=\"+ad_mn[ad_site],function(){\r\n\r\n        // Pause a bit\r\n        setTimeout(function(){\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Pass\");\r\n                },500);\r\n\r\n    },function(){\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.MN = {status: \"complete\"};\r\n        consoleUpdate(\"MN Skipped\");\r\n}\r\n\r\n\r\n/********************************************************\r\n     /Preload\r\n*******************************************************/\r\n</script>\n\n</span>\n\n\t<!-- START OF xs_standout_tag.tmpl -->\n\n<!-- //END OF xs_standout_tag.tmpl -->\n\n\t<script> if ( !window.$h ){ window.$h = {}; } </script> <!-- needed for epic -->\n\n\t\n\t\n\t\n\n\t<script>\n\tvar contentModel = {\n\t\tarticleId: \"17582614\",\n\t\tsections: [\n\t\t\n\t\t\t{\n\t\t\t\tsiteId: 817,\n\t\t\t\tsectionId: 11534,\n\t\t\t\tsectionName: \"Life & Love News\",\n\t\t\t\tsectionFullPath: \"/news/lifestyle/\",\n\t\t\t\tsectionPrefix: \"lifestyle\", \n\t\t\t\tisDevelopingStory: 0,\n\t\t\t\tsponsored: 0\n\t\t\t}\n\t\t\t\n\t\t]\n\t\t\n\t};\n</script>\n\t\n</head>\n<body class=\"_blogPost \">\n    <!-- headerVariables.tmpl -->\n<span id=\"ams_mbox_elm_global\" class=\"ams-mixed-inline\"><!-- No creatives found for pos_name: ams_mbox_elm_global (3092) and campaign_id :   -->\n\n</span>\n\n<span id=\"ams_elm_circ_takeover\" class=\"ams-mixed-defer\"></span>\n\n<span id=\"ams_elm_like_gate\" class=\"ams-mixed-defer\"></span>\n<!-- /headerVariables.tmpl -->\n\n    <span id=\"ams_elm_checkm8\" class=\"ams-mixed-inline\"><div id=\"gpt_outofpage\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof tntTest === \"undefined\") {\r\nif (typeof ad_setUpTop===\"undefined\"){\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_outofpage',\r\n'outofpage': 1,\r\n'newpos': '0D',\r\n'load': 'nobid'\r\n});\r\n}\r\n}\r\n</script>\n\n</span>\n\t<div id=\"fb-root\"></div>\n<!-- /metaHead.tmpl  -->\n\n\n<div class=\"site g-full\">\n\n\t<header class=\"siteHeader g-full clearfix\">\n\t\t\n\n\t\t<div id=\"head-article-list-div\">\n            \n\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/horoscopes/2015-astrologicial-guide\"><img class=\"apa-img\" src=\"/cm/elle/images/1N/elle-02-astro-yRxLbV-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/horoscopes/2015-astrologicial-guide\">Star Signs </a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">The AstroTwins predict what 2015 has in store for you</span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/pop-culture/celebrities/2014-hot-abs\"><img class=\"apa-img\" src=\"/cm/elle/images/Zd/elle-00-shirtless-guys-h-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/pop-culture/celebrities/2014-hot-abs\">Fit Bit</a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">From Zac to Becks: the hottest man abs of 2014 </span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t    \n\t\n\t\t\t\t\t\t   <div class=\"apa-div apa-last-div\">\n\t\t\t\t\t\t\t  <div class=\"apa-img-div\">\n\t\t\t\t\t\t\t\t <a href=\"/fashion/spotlight/spring-2015-campaigns\"><img class=\"apa-img\" src=\"/cm/elle/images/w1/elle-03-eleven-paris-t3.jpg\" /></a>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t  <div class=\"apa-info-div\">\n\t\t\t\t\t\t\t\t <span class=\"apa-section-span apa-info-f\"></span>\n\t\t\t\t\t\t\t\t <a class=\"apa-title-a\" href=\"/fashion/spotlight/spring-2015-campaigns\">Campaign Game</a>\n\t\t\t\t\t\t\t\t <span class=\"apa-teaser-span apa-info-f\">The best fashion spots from spring 2015</span>\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\n                \n\t\t\t\n\t\t</div>\n\n        <div class=\"headerBranding g-full clearfix altNav\">\n            \n                <div class=\"logoContainer\">\n                    <a href=\"/\"><img src=\"/cm/elle/site_images/logo.png\" title=\"ELLE\" alt=\"ELLE\" width=\"122\" height=\"100%\" /></a>\n                </div>\n            \n        </div>\n\n        <nav class=\"siteNavigation altNav\">\n            <form id=\"nav-search\" name=\"searchForm\" role=\"search\" action=\"/search/\" method=\"get\">\n                <span id=\"nav-search-x\"></span>\n                <input type=\"text\" class=\"searchInput g-16\" name=\"q\" value=\"\" autocomplete=\"off\" placeholder=\"Search ELLE.com\">\n                <button type=\"submit\" class=\"searchButton\"></button>\n                <div class=\"clear\"></div>\n            </form>\n            <ul class=\"navList g-full clearfix\">\n                <li class=\"navFashion navItem first\">\n                    <a class=\"navLink\" href=\"/fashion/\">Fashion</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/fashion/spotlight/shop-it-iconic-cartoons\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/sR/elle-00-cartoon-opener-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/sR/elle-00-cartoon-opener-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Shop It: The 13 Most Iconic Cartoon Outfits</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                            \n                            \n                                <li><a href=\"/runway/\">Runway</a></li>\n                            \n                                <li><a href=\"/fashion/fashion-week/\">Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/spotlight/\">Fashion Spotlight</a></li>\n                            \n                                <li><a href=\"/fashion/trend-reports/\">Trend Reports</a></li>\n                            \n                                <li><a href=\"/fashion/celebrity-style/\">Celebrity Style</a></li>\n                            \n                                <li><a href=\"/fashion/designers/\">Designer Files</a></li>\n                            \n                                <li><a href=\"/video/fashion-videos\">Fashion Videos</a></li>\n                            \n                                <li class=\"last\"><a href=\"/life-love/entertaining-design/fall-weddings-style\">ELLE's Guide to Weddings</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navHair navItem\">\n                    <a class=\"navLink\" href=\"/beauty/\">Beauty</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/beauty/health-fitness/practical-magic\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/VK/elle-practical-magic-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/VK/elle-practical-magic-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">How This 'Functional Fitness' Workout Transformed My Body</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/beauty/complexion\">Complete Complexion</a></li>\n                            \n                                <li><a href=\"/beauty/hair/\">Hair</a></li>\n                            \n                                <li><a href=\"/beauty/makeup-skin-care/\">Makeup & Skincare</a></li>\n                            \n                                <li class=\"last\"><a href=\"/beauty/health-fitness/\">Health & Fitness</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navAccessories navItem\">\n                    <a class=\"navLink\" href=\"/accessories/\">Accessories</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/accessories/bags-shoes-jewelry/best-shoes-2014\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Mm/bridgetjones-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/Mm/bridgetjones-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Shop the Best Shoes of 2014</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/accessories/bags-shoes-jewelry/\">Accessories Spotlight</a></li>\n                            \n                                <li><a href=\"/accessories/trends/\">Trends</a></li>\n                            \n                                <li class=\"last\"><a href=\"/accessories/shop-accessories/\">Shop Accessories</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navStreet navItem\">\n                    <a class=\"navLink\" href=\"/fashion/street-chic/\">Street</a>\n\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/news/street-chic-daily/street-style-milan-oct-14\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/M1/elle-10-mfw-v-xln-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/M1/elle-10-mfw-v-xln-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Street Style: Milan</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/news/street-chic-daily/\">Daily Street Chic</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/street-style-photos-paris-fashion-week-fall-2014\">Paris Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/milan-fashion-week-street-style-photos-fall-2014\">Milan Fashion Week</a></li>\n                            \n                                <li><a href=\"/fashion/street-chic/london-fashion-week-street-style-photos-fall-2014\">London Fashion Week</a></li>\n                            \n                                <li class=\"last\"><a href=\"/fashion/street-chic/new-york-fall-2014-fashion-week-street-style\">New York Fashion Week</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navPop navItem\">\n                    <a class=\"navLink\" href=\"/pop-culture/\">Culture</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/pop-culture/celebrities/celebrity-baby-announcements-funny\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Zt/elle-opener-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/Zt/elle-opener-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">The 14 Best Celebrity Baby Announcements</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/pop-culture/cover-shoots/\">Cover Shoots</a></li>\n                            \n                                <li><a href=\"/pop-culture/celebrities/\">Celebrity Spotlight</a></li>\n                            \n                                <li><a href=\"/pop-culture/reviews/\">Movies, TV, Music & Books</a></li>\n                            \n                                <li><a href=\"/pop-culture/best/\">Culture Club</a></li>\n                            \n                                <li class=\"last\"><a href=\"/video/celebrity-videos\">Celebrity Videos</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li class=\"navLife navItem\">\n                    <a class=\"navLink\" href=\"/life-love/\">Life &amp; Love</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/life-love/entertaining-design/organized-decorating-tips\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Nl/elle-living-00-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/Nl/elle-living-00-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">7 Easy Tweaks to Improve Your Space</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/life-love/personal-style/\">Personal Style</a></li>\n                            \n                                <li><a href=\"/life-love/sex-relationships/\">Sex & Relationships</a></li>\n                            \n                                <li><a href=\"/life-love/society-career/\">Society, Career & Power</a></li>\n                            \n                                <li><a href=\"/life-love/entertaining-design/\">Entertaining & Design</a></li>\n                            \n                                <li><a href=\"/life-love/travel/\">Travel</a></li>\n                            \n                                <li><a href=\"/life-love/ask-e-jean/\">Ask E. Jean</a></li>\n                            \n                                <li><a href=\"/video/advice-videos/\">Advice Videos</a></li>\n                            \n                                <li class=\"last\"><a href=\"http://www.elledecor.com\">ELLE Decor</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n\n<!--\n                <li class=\"navRunway navItem\">\n                    <a class=\"navLink\" href=\"/runway/\">Runway</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/runway/ready-to-wear/spring-2014-rtw/alexander-mcqueen/collection/\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/1o/elle-alexander-mcqueen-spring-2014-rtw-01-de-smn.jpg\"></div>\n                                <p class=\"featureP\">Alexander McQueen Spring 2014 Ready-to-Wear Collection</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                            <li><a href=\"/runway/ready-to-wear/spring-2014-rtw/\">Spring 2014 Ready-To-Wear</a></li>\n                            <li><a href=\"/runway/haute-couture/fall-2013-couture/\">Fall 2013 Haute Couture</a></li>\n                            <li><a href=\"/runway/resort/resort-2014/\">Resort 2014</a></li>\n                            <li><a href=\"/runway/ready-to-wear/fall-2013-rtw/\">Fall 2013 Ready-To-Wear</a></li>\n                            <li><a href=\"/runway/haute-couture/spring-2013-couture/\">Spring 2013 Haute Couture</a></li>\n                            <li><a href=\"/runway/pre-fall/pre-fall-2013/\">Pre-Fall 2013</a></li>\n                            <li class=\"last\"><a href=\"/video/runway-videos\">Runway Videos</a></li>\n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n-->\n                <li class=\"navNews navItem\">\n                    <a class=\"navLink on\" href=\"/news/\">News</a>\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/news/beauty-makeup/best-workouts-2015\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/fm/adrianalima-h-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/fm/adrianalima-h-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">The Hottest Workouts for 2015</p>\n                            </a>\n                        \n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/news/fashion-accessories/\">Accessories News</a></li>\n                            \n                                <li><a href=\"/news/beauty-makeup/\">Beauty News</a></li>\n                            \n                                <li><a href=\"/news/culture/\">Culture News</a></li>\n                            \n                                <li><a href=\"/news/fashion-style/\">Fashion News</a></li>\n                            \n                                <li><a href=\"/news/lifestyle/\">Life & Love News</a></li>\n                            \n                                <li><a href=\"/news/shop/\">Shopping News</a></li>\n                            \n                                <li class=\"last\"><a href=\"/news/street-chic-daily/\">Street Chic Daily</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n\n\n                <li class=\"navHoroscopes navItem\">\n                    <a class=\"navLink\" href=\"/horoscopes/\">Horoscopes</a>\n\n                    <div class=\"subnav\"><div class=\"subnavInner\">\n                        \n                            <a class=\"feature\" href=\"http://www.elle.com/horoscopes/2015-astrologicial-guide\">\n                                <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/vh/elle-02-astro-v-smn.jpg\">\n                                    <noscript>\n                                        <img src=\"/cm/elle/images/vh/elle-02-astro-v-smn.jpg\" alt=\"\" />\n                                    </noscript>\n                                </div>\n                                <p class=\"featureP\">Your Astrological Guide to 2015</p>\n                            </a>\n                        \n\n                        <ul class=\"subnavList\">\n                        \n                            \n                                <li><a href=\"/horoscopes/daily/\">Daily</a></li>\n                            \n                                <li><a href=\"/horoscopes/weekly/\">Weekly</a></li>\n                            \n                                <li><a href=\"/horoscopes/monthly/\">Monthly</a></li>\n                            \n                                <li class=\"last\"><a href=\"/horoscopes/love/\">Compatibility Chart</a></li>\n                            \n                        \n                        </ul>\n                        <div class=\"clear\"></div>\n                    </div></div>\n                </li>\n\n                <li id=\"nav-subscribe-li\" class=\"navItem\">\n                \t<span id=\"ams_circ_elm_sub_nav_link\" class=\"ams-mixed-defer\"></span>\n                </li>\n\n                <li class=\"navSearch navItem\">\n                    <div id=\"nav-search-open-btn\" class=\"searchForm\"><button type=\"submit\" class=\"searchButton\"><span>Search</span></button></div>\n                </li>\n            </ul>\n        </nav>\n    </header>\n\t\n\t\n\t\t <div class=\"topPromoAd g-full\">\n\t\t\t<!-- adBannerTop.tmpl -->\n<div id=\"adBannerTop\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_top\" class=\"ams-mixed-inline\"><div id=\"gpt_lb_a\"></div>\r\n<script type=\"text/javascript\">\r\nvar gptLayer = window.gptLayer || [];\r\nvar adSlots = [[728,1],[728,90],[728,92],[970,90],[970,92],[970,250]];\r\nvar artType = \"blog_entry_lite\";\r\nvar siteName = \"elle\";\r\n\r\nif (artType.toLowerCase().indexOf('flip') > -1) {\r\n\tadSlots = [[728,1],[728,90],[728,92],[970,90],[970,92]];\r\n} \r\ngptLayer.push({\r\n'id': 'gpt_lb_a',\r\n'adslot': adSlots,\r\n'refresh': 1,\r\n'pos': '1',\r\n'newpos': '10',\r\n'load': 'imm'\r\n});\r\n\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adBannerTop.tmpl -->\n\n<script>\n// Adds the grey box when a top banner ad is served\nvar endCheck = 0;\nvar startCheck = setInterval(function(){\t\n\tif ($('#gpt_lb_a').height() > 30) {\n\t\t$('#adBannerTop').css ({\n\t\t\t'background':'url(/cm/elle/site_images/shadow.png) no-repeat 0px 0px',\n\t\t\t'padding-top':'10px',\n\t\t\t'padding-bottom':'10px'\n\t\t});\n\t\t$('.topPromoAd').css ({\n\t\t\t'background':'#f5f5f5'\t\n\t\t});\n\t};\n\t\n\tif (endCheck == 50) {\n\t\tclearInterval(startCheck)\n\t}\n\t\n\tendCheck++;\n\t\n}, 100);\t\n</script>\n\t\t </div>\n\t\t\n\n    <div class=\"clear\"></div>\n    \n    <div id=\"mainWrapper\" class=\"g-full clearfix split-col-12\">\n\n<!-- _blogPost.tmpl -->\n<div id=\"blogWrapper\" class=\"g-12 lifestyle\">\n\t<article role=\"main\" id=\"content\">\n\t\t\n\t\t<article class=\"feature\">\n<!-- blog title -->\n\t<header>\n\t\t<h1 class=\"title\">8 Passive Aggressive Things That Were Said to Us Over the Holidays</h1>\n\t\t<time datetime=\"2014-12-29T6:30:00\" pubdate>December 29 6:30 PM</time>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<div class=\"author\"><a href=\"/archives/news/lifestyle/by_author/50786/10;1\">ELLE.com&nbsp;</a>\n                        <span>&nbsp;|&nbsp;</span><span><h2 class=\"blogLink\"><a href=\"/news/lifestyle/\">Life & Love News</a></h2></span></div>\n\t\t\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t<span id=\"ams_elm_sponlogo\" class=\"ams-mixed-inline\"><!-- No creatives found for pos_name: ams_elm_sponlogo (2743) and campaign_id :   -->\n\n</span>\n\t\t\t<div class=\"socialToolbar\">\n    <ul class=\"socialButtons\" data-share-url=\"http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\" style=\"width:100%;\">\n        <li class=\"fbButton\">\n            <a href=\"javascript:socialopen('https://www.facebook.com/sharer/sharer.php?u=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs?src=soc_fcbks');\" onClick=\"eventTracking('event99')\" class=\"sharelinkfb\" alt=\"facebook\">\n                <span class=\"socialLetter facebook\"></span>\n                <div class=\"balloon\"></div>\n                <span class=\"shares\"> SHARES</span>\n            </a>\n        </li>\n        <li class=\"twitterButton\">\n            <a class=\"sharelinktw\" onClick=\"eventTracking('event85')\" alt=\"twitter\">\n                <span class=\"socialLetter twitter\"></span>\n                <div class=\"balloon\"></div>\n                <span class=\"tweet\"> TWEET</span>\n            </a>\n        </li>\n        <li class=\"gPlusButton test\">\n            <a href=\"javascript:socialopen('https://plus.google.com/share?url=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs');\" onClick=\"eventTracking('event91')\" class=\"sharelinkgp\" ></a>\n        </li>\n        <li class=\"emailButton test\">\n            <a href=\"javascript:mailPageByUrl('8 Passive Aggressive Things That Were Said to Us Over the Holidays','http://www.elle.com/passive-aggressive-holiday-digs', 'Elle');\" class=\"sharelinkemail\"></a>\n        </li>\n         \n            <li class=\"commentCountButton test\">\n                <a class=\"comment\" href=\"#comments\">\n                    <span class=\"fb_comments_count balloon\"></span>\n                </a>\n            </li>\n        \n    </ul>\n</div>\n\n<script>\nvar originalString = \"8 Passive Aggressive Things That Were Said to Us Over the Holidays\";\nvar removeHTMLTags = originalString.replace(/(<([^>]+)>)/ig,\"\"); //Strip out any HTML tags from the title \nvar removeQuotesTags = removeHTMLTags.replace(/['\"]+/g, \"\"); //Strip out quotes\nvar removeEntitiesQuotesTags = removeQuotesTags.replace(/(&[^\\s]+;)/g, \"\"); //Strip out entities\nvar $container = $('.sharelinktw');\nvar twitterTitle = \"javascript:socialopen('https://twitter.com/share?text=\" + removeEntitiesQuotesTags + \"&url=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs&via=ELLEmagazine')\";\n$container.attr('href',twitterTitle);\n\nfunction socialopen(url){\n    var width = 500;\n    var height= 400;\n    var wwidth = $(window).width();\n    var left = (wwidth  - width)  / 2;\n    var opts = 'width=' + width + ',height=' + height + ',left=' + left;\n\n    window.open(url,'',opts);\n}\n</script>\n\t\t\n\t</header>\n\t<!-- blog body -->\n\t<div class=\"article_body\">\n\t\t<div class=\"blog_body     false  \">\n\t\t\t\n\t\t\t\t<img src=\"/cm/elle/images/av/bridget-jones-dJTVE5-v.jpg\"></p>\n<p>Ah, the holidays: A time for gift giving, family gathering, and passive aggressive rage flames. Here are some well-meaning but totally backhanded digs we heard over the holidays. Add your own in the comments. It feels good to vent. <p>\n\n<p><strong>From: Grandma</strong>\n<br /><strong>What she said:</strong> \"Wouldn't it be nice to be in a relationship so you don't have to have roommates anymore?\"\n<br /><strong>What we said:</strong> \"I like my apartment; did Mom show you the new bar cart I found?\"\n<br /><strong>What we wanted to say:</strong> \"Literally the only thing harder than finding an affordable apartment in New York City is meeting a guy good enough to make you move out of it. If you know of a site that lists cute 1-bedrooms stocked with single guys, send it the hell over.\"</p>\n\n<center><img src=\"/cm/elle/images/JZ/holiday1.gif\"></p></center>\n\n<p><strong>From Mom:</strong>\n<br /><strong>What she said:</strong> \"It would be so nice to have some babies around here soon to open presents!\"\n<br /><strong>What we said:</strong> HAHAHAHAHAHA.\n<br /><strong>What we wanted to say:</strong> HAHAHAHAHAHA.</p>\n<center><img src=\"/cm/elle/images/G4/holiday9.gif\"></p></center>\n\n\n<p><strong>From Aunt:</strong>\n<br /><strong>What she said:</strong> \"Have you heard of this thing called Tinder?\"\n<br /><strong>What we said:</strong> \"Um, yes, kind of.\"\n<br /><strong>What we wanted to say:</strong> \"If I hadn't heard of Tinder, I wouldn't have touched a male in over a year. So. Yes, yes I have.\"</p>\n<center><img src=\"/cm/elle/images/fG/holiday10.gif\"></p></center>\n\n<p><strong>From: Mother in Law: </strong>\n<br /><strong>What she said:</strong> \"Did you REALLY cook all this yourself?\" \n<br /><strong>What we said:</strong>\" I sure did, hope you enjoy!\"\n<br /><strong>What we wanted to say:</strong> \"Just because I&#146;m not giving up my career to cook three meals a day for your precious angel of a son doesn&#146;t mean I can&#146;t figure out which end of the turkey is which, lady.\"\n</p>\n\n<center><img src=\"/cm/elle/images/2w/holiday7.gif\"></p></center>\n<p><strong>From: Mom</strong>\n<br /><strong>What she said:</strong> \"Maybe it&#146;s time to see a therapist.\" \n<br /><strong>What we said:</strong> \"Yeah, maybe that could help.\"\n<br /><strong>What we wanted to say:</strong> \"I am already seeing a therapist to try and resolve my relationship issues before I&#146;m doomed to die alone, THANKS!\"</p>\n\n<center><img src=\"/cm/elle/images/hD/holiday3.gif\"></p></center>\n\n<p><strong>From: Mom: </strong>\n<br /><strong>What she said:</strong> \"Did you go outside at all today?\"\n<br /><strong>What we said:</strong> \"Oh, haha, I guess I haven't!\"\n<br /><strong>What we wanted to say:</strong> *crawls back under covers, fighting back shame waves*</p>\n\n<center><img src=\"/cm/elle/images/tF/holiday2.gif\"></p></center>\n\n\n<p><strong>From: Brother</strong>\n<br /><strong>What he said:</strong>\"If she can wear that, then I don&#146;t have to get dressed.\"\n<br /><strong>What we said:</strong> \"Then don&#146;t get dressed.\"\n<br /><strong>What we wanted to say:</strong> \"Then don&#146;t get dressed.\"</p>\n\n<center><img src=\"/cm/elle/images/Y8/holiday6.gif\"></p></center>\n\n<p><strong>From a STRANGER at a Christmas party: </strong>\n<br /><strong>What she said:</strong> \"I lived in New York and would have worked forever, like you, if my husband hadn&#146;t moved us to Virginia. But really, you can&#146;t work forever and wait to have kids. You should do Match.com. My sister did Match.com and she&#146;s 42 and just got married and had a baby.\"\n<br /><strong>What we said:</strong> *Awkward polite laughter*\n<br /><strong>What we wanted to say:</strong> \"Save some of that white wine for the rest of us&#133;\"</p>\n<center><img src=\"/cm/elle/images/97/holiday4.gif\"></p></center>\n\t\t\t\n\t\t</div>\n\t\t<div class=\"social-tools\">\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t<div class=\"permalink\">\n\t\t\t\t\n\t\t\t</div>\n\t\t\t<div class=\"socialToolbar\">\n    <ul class=\"socialButtons\" data-share-url=\"http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\" style=\"width:100%;\">\n        <li class=\"fbButton\">\n            <a href=\"javascript:socialopen('https://www.facebook.com/sharer/sharer.php?u=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs?src=soc_fcbks');\" onClick=\"eventTracking('event99')\" class=\"sharelinkfb\" alt=\"facebook\">\n                <span class=\"socialLetter facebook\"></span>\n                <div class=\"balloon\"></div>\n                <span class=\"shares\"> SHARES</span>\n            </a>\n        </li>\n        <li class=\"twitterButton\">\n            <a class=\"sharelinktw\" onClick=\"eventTracking('event85')\" alt=\"twitter\">\n                <span class=\"socialLetter twitter\"></span>\n                <div class=\"balloon\"></div>\n                <span class=\"tweet\"> TWEET</span>\n            </a>\n        </li>\n        <li class=\"gPlusButton test\">\n            <a href=\"javascript:socialopen('https://plus.google.com/share?url=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs');\" onClick=\"eventTracking('event91')\" class=\"sharelinkgp\" ></a>\n        </li>\n        <li class=\"emailButton test\">\n            <a href=\"javascript:mailPageByUrl('8 Passive Aggressive Things That Were Said to Us Over the Holidays','http://www.elle.com/passive-aggressive-holiday-digs', 'Elle');\" class=\"sharelinkemail\"></a>\n        </li>\n         \n            <li class=\"commentCountButton test\">\n                <a class=\"comment\" href=\"#comments\">\n                    <span class=\"fb_comments_count balloon\"></span>\n                </a>\n            </li>\n        \n    </ul>\n</div>\n\n<script>\nvar originalString = \"8 Passive Aggressive Things That Were Said to Us Over the Holidays\";\nvar removeHTMLTags = originalString.replace(/(<([^>]+)>)/ig,\"\"); //Strip out any HTML tags from the title \nvar removeQuotesTags = removeHTMLTags.replace(/['\"]+/g, \"\"); //Strip out quotes\nvar removeEntitiesQuotesTags = removeQuotesTags.replace(/(&[^\\s]+;)/g, \"\"); //Strip out entities\nvar $container = $('.sharelinktw');\nvar twitterTitle = \"javascript:socialopen('https://twitter.com/share?text=\" + removeEntitiesQuotesTags + \"&url=http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs&via=ELLEmagazine')\";\n$container.attr('href',twitterTitle);\n\nfunction socialopen(url){\n    var width = 500;\n    var height= 400;\n    var wwidth = $(window).width();\n    var left = (wwidth  - width)  / 2;\n    var opts = 'width=' + width + ',height=' + height + ',left=' + left;\n\n    window.open(url,'',opts);\n}\n</script>\n\t\t</div>\n\t\t<div class=\"clear\"></div>\n\t</div>\n</article>\n\t</article>\n\n\t<nav role=\"navigation\" class=\"pagination\">\n\n\t<div class=\"next\"><a rel=\"next\" href=\"/news/lifestyle/illinois-revenge-porn-ban?click=next\"><div class=\"next-arrow\"><span class=\"icon\"></span></div><div class=\"next-article-wrap\"><span class=\"next_image\"><img src=\" /cm/elle/images/Yx/elle-01-illinois-state-capitol-v-smn.jpg\"/></span><span class=\"next-title art_title\">Another State Joins the Crusade Against Revenge Porn</span></div></a>&nbsp;</div>\n\t<div class=\"home\"><a href=\"/news/lifestyle/\">Life & Love News</a></div>\n\t<div class=\"prev\"><a rel=\"prev\" href=\"/news/lifestyle/new-years-resolution-diet-mistakes?click=next\"><div class=\"prev-arrow\"><span class=\"icon\"></span></div><div class=\"prev-article-wrap\"><span class=\"prev_image\"><img src=\" /cm/elle/images/lD/elle-00-diet-resolution-mistakes-opener-v-smn.jpg\"/></span><span class=\"prev-title art_title\">5 Mistakes You Make With Your New Year's Diet Resolution</span></div></a>&nbsp;</div>\n\n<div class=\"clear\"></div>\n</nav>\n\n\n\t\n\n\t<div id=\"ncmModule\" class=\"lg\">\n\t\n\t\n\t\n\t\t<span id=\"ams_ncm_elm\" class=\"ams-mixed-inline\"><div id=\"gpt_ncm_1x9_600x200_640x265\"></div>\r\n<script type=\"text/javascript\">\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_ncm_1x9_600x200_640x265',\r\n'adslot': [[600,200],[600,250],[1,9],[640,265]],\r\n'refresh': 1,\r\n'pos': '1',\r\n'newpos': '70',\r\n'load': 'def'\r\n});\r\n</script>\r\n\r\n\n\n</span>\n\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n</div>\n\n\n\t<!-- START OF globalCommentsFB.tmpl -->\n\n\t<aside id=\"comments\">\n\t\t<h3>Post a comment</h3>\n\t\t<fb:comments href=\"http://www.elle.com/news/lifestyle/passive-aggressive-holiday-digs\" migrated=1 width=\"656\"></fb:comments>\n\t</aside>\n\n<!-- //END OF globalCommentsFB.tmpl -->\n\t<!-- all content-types: ams_mar_elm_rel_btf begin -->\n\t<span id=\"ams_elm_ads_rel_btf\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\nvar newElem = document.createElement (\"div\");\r\nnewElem.className = \"mnAd\";\r\nnewElem.id = \"463005229\"\r\nnewElem.dataset.size = \"656x650\"\r\n\r\nif (document.getElementById(\"content\")) {\r\n  var container = document.getElementById (\"content\"); \r\n  container.appendChild (newElem);\r\n} else if (document.getElementById(\"fb-photo-gallery-landing\")) {\r\n  var container = document.getElementById (\"fb-photo-gallery-landing\");\r\n  container.parentNode.insertBefore(newElem,container);\r\n} else {\r\n  var container = document.getElementById (\"ams_elm_ads_rel_btf\");\r\n  container.appendChild (newElem);\r\n}\r\n\r\n</script>\n\n</span>\n\t<!-- all content-types: ams_elm_ads_rel_btf end -->\n\n\t<!-- Ad -->\n\t<span id=\"ams_circ_elm_620x200\" class=\"ams-mixed-defer\"></span>\n\t<!-- /Ad -->\n</div>\n<!-- /_blogPost.tmpl -->\n\n\n\t<aside class=\"rightRail g-6 g-last\">\n\n\t<div class=\"stickyCntr\">\n\t\t<!-- Social Links -->\n\t\t<!-- moduleSocialLinks.tmpl -->\n<section id=\"moduleSocialLinks\" class=\"module\">\n\t<header>\n\t\t<h3 class=\"moduleTitle\">ELLE Everywhere</h3>\n\t</header>\n\t<ul class=\"socialList\">\n\t\t<li class=\"socialItem facebook\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://www.facebook.com/ellemagazine\"></a></li>\n\t\t<li class=\"socialItem twitter\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://twitter.com/ElleMagazine\"></a></li>\n\t\t<li class=\"socialItem pinterest\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://pinterest.com/follow/ELLE/\"></a></li>\n\t\t<li class=\"socialItem tumblr\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://elle.tumblr.com\"></a></li>\n\t\t<li class=\"socialItem google\"><a target=\"_blank\" class=\"socialIcon\" href=\"https://plus.google.com/115526607683935261057\"></a></li>\n\t\t<li class=\"socialItem instagram\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://instagram.com/elleusa\"></a></li>\n\t\t<li class=\"socialItem youtube\"><a target=\"_blank\" class=\"socialIcon\" href=\"http://www.youtube.com/user/ElleMagazine\"></a></li>\n\t</ul>\n</section>\n<!-- /moduleSocialLinks.tmpl -->\n\t\t<!-- Gallery Ad -->\n\t\t<!-- adGallery.tmpl -->\n<div id=\"adGallery\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_gallery\" class=\"ams-mixed-inline\"><div id=\"gpt_gal_a\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof ad_setUpTop===\"undefined\") {\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_gal_a',\r\n'adslot': [[300,250],[300,600],[300,253],[300,601],[300,1050]],\r\n'refresh': 1,\r\n'pos': '4',\r\n'newpos': '40',\r\n'load': 'imm'\r\n});\r\n}\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adGallery.tmpl -->\n\t</div>\t\n\t\t\n\t<!-- Newsletter Module -->\n\t<!-- moduleNewsletter.tmpl -->\n<section id=\"moduleNewsletter\" class=\"module\">\n\t<h3 class=\"moduleTitle\">Be an Insider</h3>\n\t<div class=\"moduleContent clearfix\">\n\t\t<p>From our editors to your inbox. Sign up for our newsletter today.</p>\n\t\t<span id=\"ams_elm_nl01\" class=\"ams-mixed-inline\"><form id=\"newsletterForm\" method=\"POST\" action=\"https://preferences.hearstmags.com/ExternalRequest.ashx\">\r\n\r\n <input type=\"hidden\" name=\"formId\" value=\"form1\">\r\n        <input type=\"hidden\" name=\"authId\" value=\"{9875786B-CB0E-4B97-9F7A-8DFCFA670ECD}\">\r\n        <input type=\"hidden\" name=\"mjrsrc\" value=\"WNL\">\r\n        <input type=\"hidden\" name=\"mnrsrc\" value=\"UNDEF\">     \r\n\r\n\t<label>\r\n\t\t<input name=\"email\" type=\"email\" maxlength=\"128\" />\r\n\t\t<span>Your Email Address</span>\r\n\t</label>\r\n\t<button type=\"submit\">Sign Up Now!</button>\r\n</form>\n\n</span>\n\t</div>\n</section>\n<!-- /moduleNewsletter.tmpl -->\n\n\t<!-- Smart Tout -->\n\t\n\t<section id=\"moduleSmartTout\" class=\"module\">\n\t\t<header>\n\t\t\t<h3 class=\"moduleTitle\">Must Reads</h3>\n\t\t</header>\n\t\t<div class=\"moduleContent\">\n\t\t\t<ul>\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/best-holiday-nail-poishes?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/best-holiday-nail-poishes-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/gX/elle-w2kwe1-v-smn.jpg\" data-title=\"33 Perfect Holiday Nail Polishes\" data-alt=\"33 Perfect Holiday Nail Polishes\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/gX/elle-w2kwe1-v-smn.jpg\" alt=\"33 Perfect Holiday Nail Polishes\" title=\"33 Perfect Holiday Nail Polishes\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">1</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">33 Perfect Holiday Nail Polishes</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/life-love/society-career/the-agenda-female-powerhouses?click=smart&kw=ist&src=smart&mag=ELL&link=/life-love/society-career/the-agenda-female-powerhouses-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/sX/ELLE_Agenda-v-smn.jpg\" data-title=\"43 Women Helping Us Change The World\" data-alt=\"43 Women Helping Us Change The World\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/sX/ELLE_Agenda-v-smn.jpg\" alt=\"43 Women Helping Us Change The World\" title=\"43 Women Helping Us Change The World\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">2</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">43 Women Helping Us Change The World</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/confidence-loss-impostor-syndrome?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/confidence-loss-impostor-syndrome-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/ps/elle-00-lost-confidence-v-smn.jpg\" data-title=\"How Leaning In Killed My Confidence\" data-alt=\"How Leaning In Killed My Confidence\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/ps/elle-00-lost-confidence-v-smn.jpg\" alt=\"How Leaning In Killed My Confidence\" title=\"How Leaning In Killed My Confidence\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">3</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">How Leaning In Killed My Confidence</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/miss-venezuela-high-expectations-miss-world?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/miss-venezuela-high-expectations-miss-world-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/2E/elle-miss-venezuela-1-v-smn.jpg\" data-title=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" data-alt=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/2E/elle-miss-venezuela-1-v-smn.jpg\" alt=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" title=\"Scalpels and Tiaras: Inside the Beauty Pageant Factory\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">4</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">Scalpels and Tiaras: Inside the Beauty Pageant Factory</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/beauty-products-for-winter?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/beauty-products-for-winter-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/fo/elle-00-olay-opener-v-smn.jpg\" data-title=\"12 Products That Fight Winter Beauty Woes\" data-alt=\"12 Products That Fight Winter Beauty Woes\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/fo/elle-00-olay-opener-v-smn.jpg\" alt=\"12 Products That Fight Winter Beauty Woes\" title=\"12 Products That Fight Winter Beauty Woes\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">5</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">12 Products That Fight Winter Beauty Woes</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/fashion/trend-reports/dress-like-beyonce-7-11?click=smart&kw=ist&src=smart&mag=ELL&link=/fashion/trend-reports/dress-like-beyonce-7-11-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/Z6/elle-00-beyonce-7-11-v-smn.jpg\" data-title=\"27 Ways To Dress Like Beyonce For Under $100\" data-alt=\"27 Ways To Dress Like Beyonce For Under $100\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/Z6/elle-00-beyonce-7-11-v-smn.jpg\" alt=\"27 Ways To Dress Like Beyonce For Under $100\" title=\"27 Ways To Dress Like Beyonce For Under $100\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">6</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">27 Ways To Dress Like Beyonce For Under $100</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/fashion/trend-reports/cozy-winter-fashion?click=smart&kw=ist&src=smart&mag=ELL&link=/fashion/trend-reports/cozy-winter-fashion-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/4E/elle-00-cozy-winter-fashion-opener-v-smn.jpg\" data-title=\"15 Ways To Feel Cozy & Chic This Winter\" data-alt=\"15 Ways To Feel Cozy & Chic This Winter\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/4E/elle-00-cozy-winter-fashion-opener-v-smn.jpg\" alt=\"15 Ways To Feel Cozy & Chic This Winter\" title=\"15 Ways To Feel Cozy & Chic This Winter\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">7</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">15 Ways To Feel Cozy & Chic This Winter</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/beauty/makeup-skin-care/spenders-game?click=smart&kw=ist&src=smart&mag=ELL&link=/beauty/makeup-skin-care/spenders-game-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/uF/elle-beauty-maxfactor-intro-v-smn.jpg\" data-title=\"In Defense Of The Beauty Splurge\" data-alt=\"In Defense Of The Beauty Splurge\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/uF/elle-beauty-maxfactor-intro-v-smn.jpg\" alt=\"In Defense Of The Beauty Splurge\" title=\"In Defense Of The Beauty Splurge\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">8</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">In Defense Of The Beauty Splurge</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a href=\"/news/lifestyle/terrarium-succulent-christmas-ornaments-how-to?click=smart&kw=ist&src=smart&mag=ELL&link=/news/lifestyle/terrarium-succulent-christmas-ornaments-how-to-SMT-ELL\" onclick=\"if (typeof eventTracking == 'function'){eventTracking('event46');}\">\n\t\t\t\t\t\t\t\t<div class=\"lazyImage small_new smarttout_image\" data-src=\"/cm/elle/images/w2/elle-07-diy-succulents-blog-small_new.jpg\" data-title=\"The Living Christmas Ornament DIY\" data-alt=\"The Living Christmas Ornament DIY\">\n\t\t\t\t\t\t\t\t\t<noscript>\n\t\t\t\t\t\t\t\t\t\t<img src=\"/cm/elle/images/w2/elle-07-diy-succulents-blog-small_new.jpg\" alt=\"The Living Christmas Ornament DIY\" title=\"The Living Christmas Ornament DIY\" />\n\t\t\t\t\t\t\t\t\t</noscript>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"smarttout_info\">\n\t\t\t\t\t\t\t\t\t<span class=\"ordinal\">9</span>\n\t\t\t\t\t\t\t\t\t<span class=\"title\">The Living Christmas Ornament DIY</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t</ul>\n\t\t</div>\n\t</section>\n\n\n\t<!-- Bottom Gallery Ad ( Retain existing display rules ) -->\n\t\n\t\t<!-- adGalleryBottom.tmpl -->\n<div id=\"adGalleryBottom\" class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_gallery_bot\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\nif (document.getElementById('moduleSmartTout')) {\r\n  $('#moduleSmartTout .moduleContent li:eq(3)').after('<div id=\"gpt_gal_b\" style=\"padding-top:10px;margin-left:10px\"></div>');\r\n} else {\r\n  $('#ams_elm_gallery_bot').append('<div id=\"gpt_gal_b\" style=\"padding-top:10px;margin-left:10px\"></div>');\r\n}\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_gal_b',\r\n'adslot': [[300,250],[300,251],[300,600],[300,602]],\r\n'refresh': 1,\r\n'newpos': '50',\r\n'load':'def',\r\n'pos': '5'\r\n});\r\n</script>\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adGalleryBottom.tmpl -->\n\t\n\n\t<!-- Ad Sense Unit -->\n\t<!-- adAdSense.tmpl -->\n<div class=\"ad\">\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_digital_elm_300x250_footer\" class=\"ams-mixed-inline\"><div id=\"285586813\" class=\"mnAd\" data-size=\"300x250\"></div>\r\n\n\n</span>\n\t</div>\n</div>\n<!-- /adAdSense.tmpl -->\n\n\t\n\t<!-- Pinterest Module-->\n\t\t<!-- modulePinterest.tmpl -->\n<div id=\"modulePinterest\" class=\"module\">\n    <header>\n        <h3 class=\"moduleTitle\">ELLE'S TOP PINS</h3>\n    </header>\n    <div class=\"sub-head\">\n        <span class=\"pinterest-button\"><p class=\"follow-elle\"><a href=\"http://pinterest.com/elle/\" data-pin-do=\"buttonFollow\">Follow ELLE on Pinterest</a></p></span>\n        <span class=\"pinterest-brand\"><p>Powered By</p> <a href=\"http://pinterest.com\" rel=\"nofollow\" target=\"_blank\"><span class=\"icon\"></span></a></span>\n    </div>\n    <div class=\"moduleContent clearfix\">\n        <ul class=\"pinterest-photos\"></ul>\n    </div>\n    <div class=\"pinterestBottom\"><a href=\"/pinterest-obsessions\">See More Top Pins<span class=\"icon\"></span></a></div>\n</div>\n<!-- /modulePinterest.tmpl -->\n\t\n\n\t\n\n</aside>\n\n\n<!-- globalFooter.tmpl -->\n    </div>\n</div>\n<footer class=\"siteFooter g-full\">\n\n        \n            \n\t\t\t\n<!-- adBannerBottom.tmpl -->\n<div id=\"adBannerBottom\" class=\"ad g-full auto-marge-sides\">\n\t<p class=\"adLabel\">Advertisement</p>\n\t<div class=\"adContainer\">\n\t\t<span id=\"ams_elm_bot\" class=\"ams-mixed-inline\"><div id=\"gpt_lb_b\"></div>\r\n<script type=\"text/javascript\">\r\nif (typeof ad_setUpTop===\"undefined\") {\r\nvar gptLayer = window.gptLayer || [];\r\ngptLayer.push({\r\n'id': 'gpt_lb_b',\r\n'adslot': [[728,90],[728,91],[970,90],[970,93],[1000,300]],\r\n'refresh': 1,\r\n'load': 'def',\r\n'pos': '2',\r\n'newpos': '80'\r\n});\r\n}\r\n</script>\r\n\r\n<!--IGNOREREFRESH-->\n\n</span>\n\t</div>\n</div>\n<!-- /adBannerBottom.tmpl -->\n\n\n\t\t\t<div class=\"trendy-nav-div g-full auto-marge-sides\">\n\t<span class=\"trendy-subdiv trendy-elle-logo\">\n\t</span>\n\t\n\t\t\n\t\t    \n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/hair/best-wedding-hairstyles\">20 Wedding Hairstyles</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/makeup-skin-care/eye-creams\">Eye Creams</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.redbookmag.com/beauty-fashion/celebrity-hairstyles/short-hair-how-to-hairstyles\">30 Short Haircuts</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.harpersbazaar.com/beauty/hair-articles/\">Top 2014 Hairstyles</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/fashion/fall-2014-fashion-trends\">Fall Fashion</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t    \t\n\n\t\t\t\t\t<span class=\"trendy-subdiv\">\n\t\t\t\t\t\t<a href=\"http://www.elle.com/beauty/makeup-skin-care/oil-for-beauty\">Coconut Oil</a>\n\t\t\t\t\t</span>\n\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t<div class=\"clear\"></div>\n</div>\n\n                <div class=\"footer-wrap-dark\">\n                    <span id=\"ams_circ_elm_footer_ad\" class=\"ams-mixed-defer\"></span>\n                </div>\n\n                <div class=\"footer-bar\"></div>\n\n                <nav class=\"moreElle g-full auto-marge-sides\">\n                    <div class=\"moreHeader\">\n                        <h3>MORE FROM ELLE</h3>\n                    </div>\n                    <div class=\"moreContent split-col-3-repeat clearfix\">\n                        \n                            \n                                \n                                    <div class=\"g-3\">\n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Sg/elle-best-shoes-fall-2014-peter-som-clp-rf14-7548-v-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/Sg/elle-best-shoes-fall-2014-peter-som-clp-rf14-7548-v-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        <h4>Accessories</h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/accessories/trends/designer-shoes?click=elle-more\">100+ Designer Shoes</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/accessories/trends/designer-handbags?click=elle-more\">Designer Bags We Love</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/accessories/bags-shoes-jewelry/graphic-bags?click=elle-more\">Graphic Bags for Fall</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/accessories/bags-shoes-jewelry/catbird-anniversary-jewelry-rings-styling-guide?click=elle-more\">Stacking Rings</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                                    <div class=\"g-3\">\n                                        \n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/eh/ELLE_FallJackets_01Opener-small_new.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/eh/ELLE_FallJackets_01Opener-small_new.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        \n                                        \n                                        \n                                        \n                                        <h4>Fashion</h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/fashion/fall-2014-fashion-trends?click=elle-more\">Fall's Top Trends</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/fashion/fashion-week/?click=elle-more\">Fashion Week 2014</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/runway/ready-to-wear/fall-2014-rtw/?click=elle-more\">Fall 2014 RTW</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/fashion/designers/?click=elle-more\">Fashion Designers</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                                    <div class=\"g-3\">\n                                        \n                                        \n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/qI/Scorpio-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/qI/Scorpio-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        \n                                        \n                                        \n                                        <h4>Horoscopes</h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/horoscopes/?click=elle-more\">Daily Horoscope</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/horoscopes/weekly/?click=elle-more\">Weekly Horoscope</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/horoscopes/monthly/?click=elle-more\">Monthly Horoscope</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/horoscopes/love/?click=elle-more\">Love Horoscopes</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                                    <div class=\"g-3\">\n                                        \n                                        \n                                        \n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/Fz/elle-00-thigh-slits-opener-xln-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/Fz/elle-00-thigh-slits-opener-xln-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        \n                                        \n                                        <h4>Shopping </h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/fashion/trend-reports/high-slits-skirts?click=elle-more\">15 High-Slit Skirts</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/fashion/trend-reports/blanketdressing?click=elle-more\">10 Best Blanket Coats</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/fashion/trend-reports/fall-plaid-clothes-shoes?click=elle-more\">Polished in Plaid</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/fashion/trend-reports/fall-blazers?click=elle-more\">11 Fall Blazers</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                                    <div class=\"g-3\">\n                                        \n                                        \n                                        \n                                        \n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/3M/elle-04-fall-hair-colors-emma-stone-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/3M/elle-04-fall-hair-colors-emma-stone-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        \n                                        <h4>Celeb Hair</h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/hair/celebrity-long-bobs?click=elle-more\">10 Long Bobs We Love </a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/hair/best-celebrity-pixie-cuts?click=elle-more\">30 Best Pixie Cuts</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/hair/iconic-layered-hairstyles-evolution?click=elle-more\">20 Layered Hairstyles</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/beauty/hair/growing-out-bangs?click=elle-more\">7 Celeb Bangs</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                                    <div class=\"g-3 g-last\">\n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                            <div class=\"lazyImage small_new\" data-src=\"/cm/elle/images/7j/elle-tricks-of-the-trade-nails-promo-v-smn.jpg\" data-width=\"96\" data-height=\"144\" data-alt=\"\">\n                                                    <noscript>\n                                                        <img src=\"/cm/elle/images/7j/elle-tricks-of-the-trade-nails-promo-v-smn.jpg\" alt=\"\" />\n                                                    </noscript>\n                                            </div>\n                                        \n                                        <h4>Beauty Trends</h4>\n                                        <ul>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/makeup-skin-care/editors-fall-nail-color?click=elle-more\">Fall Nail Colors</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/hair/fall-hair-color-trends?click=elle-more\">Fall Hair Colors</a></li>\n                                            \n                                                <li><a href=\"http://www.elle.com/beauty/makeup-skin-care/best-cc-creams?click=elle-more\">Top 9 CC Creams</a></li>\n                                            \n                                                <li class=\"last\"><a href=\"http://www.elle.com/beauty/makeup-skin-care/best-mascara?click=elle-more\">16 Best Mascaras</a></li>\n                                            \n                                        </ul>\n                                    </div>\n                                \n                            \n                        \n                    </div>\n                </nav>\n            \n        \n        <div class=\"footer-bar\"></div>\n        <div class=\"footer-link-div g-full auto-marge-sides\">\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"https://subscribe.hearstmags.com/subscribe/splits/elle/elm_nav_link\">\n                        Subscribe\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"https://subscribe.hearstmags.com/subscribe/splits/elle/elm_gift_nav_link\">\n                        Give a Gift\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <span id=\"ams_digital_elm_foot_link\" class=\"ams-mixed-defer\"></span>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://service.elle.com/\">\n                        Customer Service\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://subscribe.hearstmags.com/circulation/shared/index.html\">\n                        Other Hearst Subscriptions\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/Sweepstakes/\">\n                        Sweepstakes\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/oba-policy\">\n                        About Our Ads\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.ellemediakit.com/\">\n                        Media Kit\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.hearst.com/press-room\">\n                        Press Room\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/sitemap\">\n                        Site Map\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/contact-us\">\n                        Contact Us\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/community-guidelines\">\n                        Community Guidelines\n                    </a>\n                </span>\n            </div>\n            <div class=\"g-3\">\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://subscribe.hearstmags.com/circulation/shared/email/newsletters/signup/elm-su01.html\">\n                        Newsletter\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"http://www.elleextra.com/\">\n                        Events & Promotions\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/elle-mobile\">\n                        Mobile\n                    </a>\n                </span>\n\n            </div>\n            <div class=\"g-3 g-last\">\n\t\t\t\t<span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/privacy-policy\">\n                        Privacy Policy\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/privacy-policy#california\">\n                        Your California Privacy Rights\n                    </a>\n                </span>\n                <span class=\"footer-link-span\">\n                    <a class=\"footer-link-a\" href=\"/about/terms-of-use\">\n                        Terms of Use\n                    </a>\n                </span>\n            </div>\n            <div class=\"clear\"></div>\n        </div>\n        <div class=\"footer-wrap-dark\">\n            <small class=\"footerCopyright g-full auto-marge-sides clearfix\">\n\n                <section class=\"footerSocial clearfix\">\n                <ul>\n                    <li><a target=\"_blank\" href=\"http://www.facebook.com/ellemagazine\" class=\"facebook\" hsocial=\"facebook\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-290\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\" tooltipAddClass=\"bottom\" tooltipRemoveClass=\"top\">Facebook</a></li>\n                    <li><a target=\"_blank\" href=\"http://twitter.com/ElleMagazine\" class=\"twitter\" hsocial=\"twitter\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-113\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\" tooltipAddClass=\"bottom\" tooltipRemoveClass=\"top\">Twitter</a></li>\n                    <li><a target=\"_blank\" href=\"http://pinterest.com/elle/\" class=\"pinterest\" hsocial=\"pinterest\" tooltipOffsetX=\"-120\" tooltipOffsetY=\"-118\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Pinterest</a></li>\n                    <li><a target=\"_blank\" href=\"http://elle.tumblr.com\" class=\"tumblr\" hsocial=\"tumblr\" tooltipOffsetX=\"-100\" tooltipOffsetY=\"-118\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Tumblr</a></li>\n                    <li><a target=\"_blank\" href=\"https://plus.google.com/115526607683935261057\" class=\"googleplus\" hsocial=\"googlep\" tooltipOffsetX=\"-90\" tooltipOffsetY=\"-168\" tooltipShow=\"tooltip_footer\" tooltipHide=\"tooltip_head\">Google+</a></li>\n                </ul>\n            </section>\n\n            <p class=\"footer-cpyrt-p\">\n                <span>&copy;2015 Hearst Communications, Inc. All Rights Reserved.</span>\n                <br/>\n                <a href=\"http://www.hearst.com/beinggreen\" target=\"_blank\">Being Green</a> | <a class=\"oba\" href=\"/about/oba-policy\">Why did I get this ad?</a>\n            </p>\n            <div class=\"clear\"></div>\n            <p class=\"lazyImage no-placeholder footer-logo-p\" data-src=\"/cm/crosssite/site_images/Fashion-and-Luxury-Network-Logo.png\" style=\"margin:20px auto;width:300px;\"></p>\n\n            </small>\n        </div>\n    </footer>\n   \n    \n\t<script id=\"hdmglobalscript\" src=\"/cm/elle/scripts/elle.min.js\"></script>\n\n<meta name=\"env\" content=\"production\">\n    <!--<script src=\"/cm/shared/scripts/hdm-lib.js\"></script>-->\n    <script src=\"/cm/elle/scripts/global.js\"></script>\n    \n    \n\n    <!--   bottom variables   -->\n    <input type=\"hidden\" name=\"articleID\" value=\"17582614\">\n    <input type=\"hidden\" name=\"adRefreshInterval\" value=\"1\">\n    <input type=\"hidden\" name=\"facebookAppID\" value=\"134662310036632\">\n\n    <!-- Deferred Scripts -->\n    <script type=\"text/javascript\">\n        (function(){\n\n            window.Site = {};\n\n            if( $('input[name=articleID]').length > 0 )\n            {\n                Site.articleID = $('input[name=articleID]').val();\n            }\n\n            Site.adRefreshInterval = $('input[name=adRefreshInterval]').val();\n            Site.pageAdsParams = pageAdsParams;\n            Site.facebookAppID = $('input[name=facebookAppID]').val();\n\n            HDM.init(Site);\n\n        })();\n\n        $( window ).on('load', function(){\n            HDM.scriptList = [\n                // //load the social tools and tracking\n                // '/cm/shared/social/social_tools.js',\n                //load global.js\n                \n                {\n                    load: [\n                        '//admin.brightcove.com/js/BrightcoveExperiences.js',\n                        '//admin.brightcove.com/js/APIModules_all.js'\n                    ],\n                    complete: function(){\n                        brightcove.createExperiences();\n                    }\n                }\n                \n            ];\n\n            \n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n\n            \n            \n\n            \n\n            //load twitter widget.js\n            $.getScript('https://platform.twitter.com/widgets.js').done(function(script, textStatus) {\n                $(script).attr('id', 'twitter-wjs');\n                twttr.ready(function (twttr) {\n                    twttr.events.bind('tweet', function () {\n                        eventTracking('event85');\n                    });\n                });\n            });\n\n            //load Google+ and Pinterest\n            HDM.scriptList.push({\n                load: 'https://apis.google.com/js/plusone.js',\n                complete: function(){\n                    var script = document.createElement('script');\n\n                    $('img').live('hover',function(evt){\n                        var img = $(this);\n                        var pinitButton = $('a[class*=pin_it_button_floating]');\n                        if(pinitButton != null && pinitButton != undefined){\n                            pinitButton.hover(function(){\n                                var pinUrl = $(this).attr('href');//get current href of the pinit button\n                                var imgTitle = img.attr('title');//get the title of  the image\n                                if(imgTitle == undefined || imgTitle === ''){\n                                    //remove the description of the pinit button if the images don't have title.\n                                    var newUrl = pinUrl.substring(0,pinUrl.indexOf('description')) + \"description=\";\n                                    $(this).attr({'href' : newUrl});\n                                }\n                            });\n                        }\n                    });\n\n                    script.type = \"text/javascript\";\n                    script.src = \"//assets.pinterest.com/js/pinit.js\";\n                    script.setAttribute('data-pin-hover','true');\n\n                    document.getElementsByTagName('head')[0].appendChild( script );\n                }\n            });\n\n            Modernizr.load( HDM.scriptList );\n        });\n    </script>\n\n    <!-- xs_ams_ads_pageads_defer_bottom.tmpl - deferred page-ads.js call -->\n\n\t<script type=\"text/javascript\">\t\n\tfunction loadPageAds(){\t\n\t\tvar scriptSrc = '/ams/page-ads.js?ad_category_prefix=&ad_sub_category_prefix=&ams_promo=&amz_browse_node_ids=&amz_search_indexes=&article_type_prefix=blog_entry_lite&browser_path=%2Fnews%2Flifestyle%2Fpassive-aggressive-holiday-digs%3Fsrc%3Dspr_TWITTER%26spr_id%3D1448_126141510%26linkId%3D11385390&cat_prefixes=&keywords=&position_list=ams_circ_elm_620x200%2Cams_circ_elm_arrival%2Cams_circ_elm_footer_ad%2Cams_circ_elm_persistent_footer%2Cams_circ_elm_sub_nav_link%2Cams_digital_elm_foot_link%2Cams_elm_circ_takeover%2Cams_elm_like_gate&section_prefix=lifestyle&site_prefix=elle&sub_cat_prefixes=nav-promo%2Ccat-life-love-news-blog&subdomain=www&url_name=passive-aggressive-holiday-digs';\n\n\t\tif (origRefer === null) {\n\t\t\torigRefer = document.referrer;\n\t\t\tscriptSrc = scriptSrc + '&original_referrer=' + origRefer;\n\t\t}\n\t\tscriptSrc += '&screen_height=' + getHeight();\n\t\tscriptSrc += '&screen_width=' + getWidth();\n\n\t\tvar pageAdsScript = {\n\t\t\turl: scriptSrc,\n\t\t\tjsonpCallback: 'HDM.ads.getPageAds',\n\t\t\tcache: true,\n\t\t\tdataType: 'jsonp'\n\t\t};\n\t\tHDM.DeferredScriptQueue.stack.unshift(pageAdsScript);\n\t\tHDM.DeferredScriptQueue.process();\n\t};\n\tif (document.readyState === 'complete') {\n\t   loadPageAds();\n\t} else {\n\t    $(window).load(loadPageAds());\n\t}\n\t</script>\n\n<!-- /xs_ams_ads_pageads_defer_bottom.tmpl - deferred page-ads.js call -->\n\n\n    \n\n    \n\n    \n\n    \n\n    \n\n\n\n    <!-- ADDING STICKY TO LEADERBOARD AD ON FLIPBOOKS -->\n    <script>\n    (function() { \n        var WAY = {};\n        // TODO : MOVE INTO SWITCH ABOVE SO ONLY EXECUTED WHEN FLIPBOOK\n        // this function wraps a div around the content that is supposed to be sticky. Using waypoints.js the element to stick is triggered when it gets to the top of the page. Then a stuck class is added that makes the element fixed to the top of the page. The container is also given a height so that when the target element is stuck the page does not jump.\n\n        WAY.init = function() {\n\n            // initialize the container and add the wrapper\n            if ( WAY.product_container = $( '#adBannerTop' ) ){\n                WAY.product_container_offset = WAY.product_container.offset();\n                WAY.product_container.wrap( \"<div class='sticky_wrapper'></div>\" );\n            } else {\n                console.warn( \"product container does not exist for waypoints to work. Please make sure this is only loading on flipbooks.\" );\n            }\n            if ( WAY.rightRailAd_container = $( '.stickyCntr' ) ){\n                WAY.rightRailAd_container_offset = WAY.rightRailAd_container.offset();\n                WAY.rightRailAd_container.wrap( \"<div class='sticky_ad_wrapper'></div>\" );\n            } else {\n                console.warn( \"product container does not exist for waypoints to work. Please make sure this is only loading on flipbooks.\" );\n            }\n            WAY.sticky = $( \".sticky_wrapper\" );\n            WAY.stickyRR = $( \".sticky_ad_wrapper\" );\n\n            // unstick the element where needed\n            $( \".fb_frame, .rightRail #moduleNewsletter\" ).waypoint( function( direction ) {\n                // remove sticky if direction == down\n                if( direction == \"down\" ){\n                    WAY.product_container.animate({\n                        top : -( WAY.sticky_wrapper_height )\n                    }, 550, function(){\n                        WAY.product_container.removeClass( \"stuck\" ).css( \"top\", \"0\" );\n                    });\n\n                    WAY.rightRailAd_container.animate({\n                        top : -( WAY.rrail_container_height )\n                    }, 450, function(){\n                        WAY.rightRailAd_container.removeClass( \"stuck\" ).css( \"top\", \"0\" );\n                        $('.stickyCntr').css('padding-top','0px');\n                    });\n                }\n            }, {\n                offset : function(){\n                    return -$(this).height();\n                }\n            });  \n        };\n    // function that handles the sticking\n        WAY.stick = function( direction ) {\n            if( (direction == \"down\") && ($('#adBannerTop').height() < 100) ){\n                WAY.product_container.addClass( \"stuck\" );\n                WAY.rightRailAd_container.addClass( \"stuck\" );\n            } else {\n                WAY.product_container.removeClass( \"stuck\" );\n                WAY.rightRailAd_container.removeClass( \"stuck\" );\n            }\n        };\n\n        WAY.init();\n\n    // function triggered when the element hits the top of the page\n    // sets the dimensions for everything and calls the stick function\n        WAY.product_container.waypoint( function( direction ) {\n            //if (direction == \"down\"){\n                WAY.sticky_wrapper_height = WAY.product_container.outerHeight( true );\n\n                WAY.sticky.css( {\n                    \"height\" : WAY.sticky_wrapper_height,\n                    \"left\" : WAY.product_container_offset.left\n                } );\n\n                WAY.product_container.css({\n                    \"width\" : $( \"#site\" ).width()\n                });\n\n                if ( WAY.rightRailAd_container.length ){\n\n                    WAY.rightRailAd_container.css({\n                         \"width\" : $( \".rightRail\" ).width(),\n                         \"height\" : ($('#moduleSocialLinks').height() + $('#adGallery').height() + 40)\n                    });\n            \n                    var rrPxlDim = WAY.product_container.outerHeight( true );\n                    $('.stickyCntr').css('top', rrPxlDim);\n                    $('.stickyCntr').css('padding-top','10px');\n                    WAY.rrail_container_height = WAY.rightRailAd_container.outerHeight( true );\n\n                    WAY.stickyRR.css({\n                        \"height\" : WAY.rrail_container_height\n                    });\n\n                }\n                if (direction != \"down\"){\n                    $('.stickyCntr').css('padding-top','0px');\n                }\n            \n            WAY.stick( direction );\n        });\n    })();\n    </script>\n    <!-- END STICKY AD -->\n\n   \n<!-- other -->\n<!-- xs_magnus_toolbar - PREVIEW ONLY -->\n\n\n\n\n\n\n<script>\n\tfunction mailPage() {\n\t\tvar mailSubject = encodeURIComponent(document.title);\n\t\tvar url = location.href.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tmail_str = \"mailto:?subject=Check out the \" + mailSubject;\n\t\tmail_str += \"&body=I thought you might be interested in the \" + mailSubject;\n\t\tmail_str += \". You can view it at, \" + url;\n\t\tlocation.href = mail_str;\n\t}\n\n\tfunction mailPageArticleTitle(article_title, sitename) {\n\t\tvar article_title = encodeURIComponent(article_title);\n\t\tvar url = location.href.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tvar specialChar = \"%20|%20\";\n\t\tvar isChrome = !!window.chrome;\n\t\t// IF Chrome browser is in Mac, then special char is I var. Fix issue email dose NOT run with special char |\n\t\tif(navigator.appVersion.indexOf(\"Mac\")!=-1 && isChrome == true)\n\t\t{\n\t\t\tspecialChar = \"%20I%20\";\n\t\t}\n\n\t\tmail_str = \"mailto:?subject=Check out \" + article_title + specialChar + sitename;\n\t\tmail_str += \"&body=I thought you would like \" + article_title;\n\t\tmail_str += \"%0D%0AYou can check it out at \" + url;\n\t\tlocation.href = mail_str;\n\t}\n\n\tfunction mailPageByUrl(str_title, str_url, sitename) {\n\t\tvar title = encodeURIComponent(str_title);\n\t\tvar url = str_url.split(\"#\")[0];\n\t\turl = url.split(\"?\")[0] + \"?src=email\";\n\n\t\tvar hostname = window.location.host.split('.');\n\t\tif(hostname[hostname.length-2] =='harpersbazaar') {\n\t\t\tvar specialChar = \" | \";\n\t\t\tvar isChrome = !!window.chrome;\n\t\t\t// IF Chrome browser is in Mac, then special char is I var. Fix issue email dose NOT run with special char |\n\t\t\tif(navigator.appVersion.indexOf(\"Mac\")!=-1 && isChrome == true)\n\t\t\t{\n\t\t\t\tspecialChar = \" I \";\n\t\t\t}\n\n\t\t\tmail_str = \"mailto:?subject=Check out \" + title + specialChar + sitename;\n\t\t\tmail_str += \"&body=I thought you would like \" + title;\n\t\t\tmail_str += \"%0D%0AYou can check it out at \" + url;\n\t\t} else {\n\t\t\tmail_str = \"mailto:?subject=Check out the \" + title;\n\t\t\tmail_str += \"&body=I thought you might be interested in the \" + title;\n\t\t\tmail_str += \". You can view it at, \" + url;\n\t\t}\n\n\t\tlocation.href = mail_str;\n\t}\n\n\t\n\t\n\t\t$(window).load(function(){\n\t\t\tsetTimeout(function(){\n\t\t\t\tvar buttons=$(\"iframe[hvtNode='twlikebutton'][defer-src]\");if(buttons.length>0)buttons.each(function(){var t=$(this);var url=t.attr(\"defer-src\");t.attr(\"src\",url);t.removeAttr(\"defer-src\")});\n\t\t\t\t// Commented out to remove facebook comments.php and all.js redundant calls (added to HDM Lib for all sites)\n\t\t\t\t//try{\n\t\t\t\t//\tFB.XFBML.parse();\n\t\t\t\t//} catch(e){}\n\t\t\t},3000)\n\t\t});\n</script>\n\n<!-- ams_circ_arrival -->\n<span id=\"ams_circ_elm_arrival\" class=\"ams-mixed-defer\"></span>\n\n<!-- AMS_CIRC_ELM_PERSISTENT_FOOTER -->\n<span id=\"ams_circ_elm_persistent_footer\" class=\"ams-mixed-defer\"></span>\n\n<!-- omniture -->\n<!-- Adobe Marketing Cloud Tag Loader Code\nCopyright 1996-2013 Adobe, Inc. All Rights Reserved -->\n<script type=\"text/javascript\">//<![CDATA[\nvar amc=amc||{};if(!amc.on){amc.on=amc.call=function(){}};\ndocument.write(\"<scr\"+\"ipt type=\\\"text/javascript\\\" src=\\\"//www.adobetag.com/d1/v2/ZDEtaGVhcnN0bWFnYXppbmVzLTMzOTItNzA0/amc.js\\\"></sc\"+\"ript>\");\n//]]>\n</script>\n\n<script type=\"text/javascript\">//<![CDATA[\nvar s_account=\"hmagglobal,hmagelle\";\nif(s){\n    s.pageName = \"Elle: Passive Aggressive Holiday Digs\";\n    s.pageType = \"\";\ns.server = \"ELL\"\ns.channel=\"Life & Love News\"\ns.prop1=\"News\"\ns.prop3=\"Blog Entry Lite\"\ns.prop5=\"\"\ns.prop9=\"17582614\"\ns.prop10=\"8 Passive Aggressive Things That Were Said to Us Over the Holidays\"\ns.prop11=\"ELLE.com\"\ns.prop12=\"\"\ns.prop26=\"\"\ns.prop29=\"Elle\"\ns.contextData['displayTemplate']=\"Blog Post\";\ns.hier1=\"News : Life & Love News\"\ns.linkInternalFilters=\"javascript:,elle.com,subscribe.hearstmags.com\"\ns.visitorNamespace=\"hearstmagazines\"\ns.events=\"\"\n\n    }\n//]]>\n</script>\n<!-- End Adobe Marketing Cloud Tag Loader Code -->\n\n\n\n<!-- GPT Loader -->\n<span id=\"ams_gpt_elm\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\n/********************************************************\r\nBottom of page for Magnus page speed sites\r\n/admin/ams/ams_creative/index.html?mode=view&id=22415\r\n\r\nUpdated 12/19/14\r\n\r\n*******************************************************/\r\n\r\n// Insert ATF Gallery when editorial placeholder found\r\nif ((document.getElementById('ams_gpt')) && !(document.getElementById('galleryad'))) {\r\n$('#ams_gpt').append('<div id=\"gpt_gal_a\"></div>');\r\nvar gptLayer = window.gptLayer || [];\r\n    gptLayer.push({\r\n        'id': 'gpt_gal_a',\r\n        'adslot': [[300,250],[300,600],[300,253],[300,601],[300,1050]],\r\n        'refresh': 1,\r\n        'pos': '4',\r\n        'newpos': '40',\r\n        'load': 'imm'\r\n    });\r\n}\r\n\r\nif (location.href.indexOf('src=app') > -1) { gptLayer.setCookieHours(\"al_show\",\"no\",\"1\");}\r\nvar ad_int = gptLayer.getCookie(\"al_show\");\r\nvar ad_int2 = gptLayer.getCookie(\"al_show2\"); \r\nif (ad_int2 === \"no\") {ad_int=\"no\";}\r\nelse if (!ad_int) {\r\ngptLayer.setCookieHours(\"al_show\",\"yes\",\"1\");\r\nad_int = gptLayer.getCookie(\"al_show\");\r\n}\r\n\r\nif(typeof(ad_page) == \"undefined\") {var ad_page=\"passive-aggressive-holiday-digs\";}\r\nif(typeof(ad_zone) == \"undefined\") {if (ad_page==\"homepage\") {var ad_zone=\"homepage\";} else {var ad_zone=\"other\";}}\r\nif(location.pathname ===\"/video/archive/\") {ad_zone = \"videoarchive\";}\r\nif (document.referrer !== \"\"){if (document.referrer.split(\"/\",3)[2].indexOf(location.hostname) > -1) {var ad_refer = \"int\";}else {var ad_refer=\"ext\"};}\r\nelse {var ad_refer=\"ext\";}\r\nif (($(window).width() <= 469) || (location.pathname.indexOf(\"_mobile\") > -1)) {var ad_vp = \"mobile\";var ad_refer = \"mobile\"}\r\nelse if (($(window).width() >= 470) && ($(window).width() <= 990)) {ad_vp = \"tablet\";}\r\nelse  {var ad_vp = \"desktop\";}\r\n\r\nvar epicKV=\"\";\r\nvar epicKey={};\r\nif (typeof(pageAds) != \"undefined\") {epicKey.str = JSON.stringify(pageAds);}\r\n    else {epicKey.str=\"\";\r\n}\r\nepicKey.detect=epicKey.str.match(/var epicargs(.+?)\\,/ig);\r\nepicKey.found=\"\";\r\nif (epicKey.detect){\r\n    epicKey.matches=epicKey.detect.length;\r\n    epicKey.counter=0;\r\n    while (epicKey.counter < epicKey.matches){\r\n        if (epicKey.detect[epicKey.counter].indexOf(\"/xml/\") > -1){epicKey.found=epicKey.detect[epicKey.counter];}epicKey.counter++;}\r\n        if (epicKey.found != \"\"){epicKey.found=epicKey.found.replace(\"',\",\"\");epicKey.found=epicKey.found.split(\"/\");epicKV=epicKey.found[2];}\r\n    }\r\nif (typeof epicargs != \"undefined\") {if (typeof epicargs.xmlPath != \"undefined\"){\r\nvar epicKV = epicargs.xmlPath.replace(/\\/xml\\//g,\"\");}}\r\nvar ad_ds=[];\r\nif(typeof contentModel==\"object\"){if(typeof contentModel.sections==\"object\"){\r\n    for(i=0;i<contentModel.sections.length;i++){\r\n        if(contentModel.sections[i].isDevelopingStory){ad_ds.push (contentModel.sections[i].sectionPrefix)}\r\n        }\r\n    }}\r\nif (ad_site===\"elle\") {\r\n    var navItems=[\r\n        [\"fashion\",\".navFashion\"],\r\n        [\"hair\",\".navHair\"],\r\n        [\"accessories\",\".navAccessories\"],\r\n        [\"pop\",\".navPop\"],\r\n        [\"life\",\".navLife\"],\r\n        [\"news\",\".navNews\"],\r\n        [\"horoscopes\",\".navHoroscopes\"],\r\n        [\"street\",\".navStreet\"]\r\n   ];\r\n    var navPathname;\r\n    for (var i=0; i < navItems.length; i++) {\r\n        navItems.links = document.querySelectorAll(\".siteNavigation \" +navItems[i][1]+ \" a:not(.feature)\");\r\n        for(var j=0; j < navItems.links.length; j++){\r\n            if ((navItems.links[j].pathname !== \"/\") && (location.pathname !== \"/\")) {\r\n                if (navigator.appVersion.indexOf(\"MSIE 9.\") !== -1) {\r\n                    navPathname = '/' + navItems.links[j].pathname;\r\n                    if (location.pathname === navPathname) {\r\n                        window.ad_nav=\"elm_\"+navItems[i][0];\r\n                    }\r\n                 } else {\r\n                    if (location.pathname===navItems.links[j].pathname){\r\n                        window.ad_nav=\"elm_\"+navItems[i][0];\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\nif (ad_site===\"harpersbazaar\") {\r\n    var navItems=[[\"fashion\",\"#Fashion\"],[\"beauty\",\"#Beauty\"],[\"celebrity\",\"#Celebrity\"],[\"culture\",\"#Culture\"],[\"thelist\",\"#TheLIST\"]];\r\n    var navPathname;\r\n    for (var i=0; i < navItems.length; i++) {\r\n        navItems.links=document.querySelectorAll(navItems[i][1]+\" li a\");\r\n        for(var j=0; j < navItems.links.length; j++){\r\n            if ((navItems.links[j].pathname !== \"/\") && (location.pathname !== \"/\")) {\r\n                if (navigator.appVersion.indexOf(\"MSIE 9.\") !== -1) {\r\n                    navPathname = '/' + navItems.links[j].pathname;\r\n                    if (location.pathname === navPathname) {\r\n                        window.ad_nav=\"baz_\"+navItems[i][0];\r\n                    }\r\n                 } else {\r\n                    if (location.pathname===navItems.links[j].pathname){\r\n                        window.ad_nav=\"baz_\"+navItems[i][0];\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n// SFP\r\nif ((document.documentElement.clientWidth <= 640) || (document.location.pathname.indexOf('_mobile') > -1)) {\r\n    var gptLayer = window.gptLayer || [];\r\n    gptLayer.kv = gptLayer.kv || [];\r\n    gptLayer.kv.strnativekey = [];\r\n    gptLayer.kv.tool = 'blog_entry_lite';\r\n    gptLayer.kv.site = 'elle';\r\n\r\n    var ad_strType = '';\r\n    if ( (document.location.pathname === '/_mobile/') || ((gptLayer.kv.site === 'harpersbazaar') && (document.location.pathname === '/')) ) {\r\n        ad_strType = \"hp\";\r\n    } else if (gptLayer.kv.tool === 'ros') {\r\n        ad_strType = \"chan\";\r\n    } else if (gptLayer.kv.tool.indexOf('art') > -1) {\r\n        ad_strType = \"art\";\r\n    } else if (gptLayer.kv.tool.indexOf('blog') > -1) {\r\n        ad_strType = \"blog\";\r\n    } else if (gptLayer.kv.tool.indexOf('flip') > -1) {\r\n        ad_strType = \"gal\";\r\n    }\r\n\r\n    var strPlacementId = {\r\n        'cosmopolitan': {\r\n            'hp': '2ab992fb',\r\n            'chan': 'b9d2b62e',\r\n            'art': 'fa363c21',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'delish': {\r\n            'hp': '19be1ddd',\r\n            'chan': 'fe6ac299',\r\n            'art': 'bc19ba2f',\r\n            'blog': '',\r\n            'gal': 'ba7a69dc'\r\n        },\r\n        'elle': {\r\n            'hp': '2e466d01',\r\n            'chan': 'f4bbedec',\r\n            'art': '9a5b366c',\r\n            'blog': '0aad0576',\r\n            'gal': 'f0c906ca'\r\n        },\r\n        'esquire': {\r\n            'hp': 'e01f2df2',\r\n            'chan': '',\r\n            'art': '908194dd',\r\n            'blog': 'b8c292b7',\r\n            'gal': '2c099a39'\r\n        },\r\n        'goodhousekeeping': {\r\n            'hp': 'a4818e91',\r\n            'chan': '3793bdc4',\r\n            'art': '93b0238d',\r\n            'blog': '',\r\n            'gal': 'bdc3889f'\r\n        },\r\n        'harpersbazaar': {\r\n            'hp': '3883571f',\r\n            'chan': 'ead7f2e1',\r\n            'art': 'ce816b9c',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'housebeautiful': {\r\n            'hp': 'd608cab0',\r\n            'chan': '79f0e1c5',\r\n            'art': 'eb0e4293',\r\n            'blog': '',\r\n            'gal': '6b800b48'\r\n        },\r\n        'marieclaire': {\r\n            'hp': '24e9abac',\r\n            'chan': '40069d86',\r\n            'art': '2144b5a3',\r\n            'blog': '',\r\n            'gal': '86bdf989'\r\n        },\r\n        'popularmechanics': {\r\n            'hp': 'fc101a69',\r\n            'chan': '',\r\n            'art': '224b9b33',\r\n            'blog': '',\r\n            'gal': ''\r\n        },\r\n        'redbook': {\r\n            'hp': 'ba68dacc',\r\n            'chan': 'a2175a56',\r\n            'art': '04986aed',\r\n            'blog': '',\r\n            'gal': 'f5dcfd9c'\r\n        },\r\n        'roadandtrack': {\r\n            'hp': 'ce0972ea',\r\n            'chan': 'f04f13a1',\r\n            'art': '4c6ef2b9',\r\n            'blog': '',\r\n            'gal': 'f7d924cb'\r\n        },\r\n        'towncountry': {\r\n            'hp': '02ee5fe7',\r\n            'chan': '9b207a83',\r\n            'art': 'de2aca0a',\r\n            'blog': '',\r\n            'gal': '5115b62a'\r\n        },\r\n        'womansday': {\r\n            'hp': '19f2391a',\r\n            'chan': 'fa1e5383',\r\n            'art': '01ea2afd',\r\n            'blog': 'cc8f7085',\r\n            'gal': '63e38bb1'\r\n        }\r\n    }\r\n\r\n    try {\r\n        gptLayer.addKV('strnativekey', strPlacementId[gptLayer.kv.site][ad_strType]);\r\n    }\r\n    catch(err) {\r\n        console.log(err.message);\r\n    }\r\n}\r\n\r\n\r\n// Be First\r\nisPubDateWithin = function (days) {\r\n    if (typeof HRST !== 'undefined') {\r\n\r\n        // AM or PM check for Magnus sites\r\n        var newHour = Number(HRST.article.publishDate.hour);\r\n        if (typeof HRST.article.publishDate.amOrPm !== 'undefined') {\r\n            if (HRST.article.publishDate.amOrPm === 'PM') {\r\n                newHour = newHour + 12;\r\n            }\r\n        }\r\n\r\n        // Check for day or date use\r\n        var newDay;\r\n        if (typeof HRST.article.publishDate.day !== 'undefined') {\r\n            newDay = HRST.article.publishDate.day;\r\n        } else {\r\n            newDay = HRST.article.publishDate.date;\r\n        }\r\n\r\n        var pubDate = new Date(HRST.article.publishDate.year, HRST.article.publishDate.month - 1, newDay);\r\n        var cutoffDate = new Date();\r\n\r\n        // X days ago\r\n        cutoffDate.setHours(0);\r\n        cutoffDate.setMinutes(0);\r\n        cutoffDate.setSeconds(0);\r\n        cutoffDate.setMilliseconds(0);\r\n        cutoffDate.setDate(cutoffDate.getDate() - days);\r\n\r\n        // Compare dates\r\n        if (pubDate.getTime() >= cutoffDate.getTime()) {\r\n            return true;\r\n        } else {\r\n            return false;\r\n        }\r\n    }\r\n};\r\n\r\nvar ad_refdomain = '';\r\nif (isPubDateWithin(5)) {\r\n    if (\r\n        (navigator.userAgent.match(/FB/i)) || \r\n        (document.referrer.toLowerCase().indexOf('facebook.com') > -1) || \r\n        (window.location.href.toLowerCase().indexOf('spr_fb') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_facebook';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/Twitter/i)) || \r\n        (document.referrer.toLowerCase().indexOf('t.co') > -1) || \r\n        (window.location.href.toLowerCase().indexOf('spr_twi') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_twitter';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/Pinterest/i)) || \r\n        (document.referrer.toLowerCase().indexOf('pinterest.com') > -1) \r\n    ) {\r\n        ad_refdomain = 'social_pinterest';\r\n    }\r\n\r\n    if (\r\n        (navigator.userAgent.match(/GooglePlus/i)) || \r\n        (document.referrer.toLowerCase().indexOf('plus.url.google.com ') > -1) || \r\n        (document.referrer.toLowerCase().indexOf('plus.google.com ') > -1)\r\n    ) {\r\n        ad_refdomain = 'social_google';\r\n    }\r\n}\r\n\r\n\r\n</script>\r\n\r\n<!-- Define ads found in ad layer here-->\r\n<script type=\"text/javascript\">\r\nvar gptLoad = function() {\r\n    \r\n\r\n    // define runme\r\n    var runme = function(){\r\n\r\n        if (typeof gptLayer == \"object\"){\r\n\r\n            // Clean up dupe ad IDs\r\n            for (var i = 0; i < gptLayer.length; i++) {\r\n                for (var j = i + 1; j < (gptLayer.length ); j++) {\r\n                    if (gptLayer[i].id === gptLayer[j].id){\r\n                        gptLayer.splice(i,1);\r\n                    }\r\n                }   \r\n            }\r\n\r\n            gptLayer.zone=\"/4328/hdm.elle/\" + ad_zone; // Set zone for page  \r\n\r\n            googletag.cmd.push(function() {\r\n                gptLayer.refreshArray = [];\r\n                gptLayer.refreshID=[];\r\n\r\n                try{\r\n                    for (i=0;i<gptLayer.length;i++){ // Define every ad in gptLayer\r\n                        if (gptLayer[i].outofpage) {\r\n                            var slot=googletag.defineOutOfPageSlot(gptLayer.zone, gptLayer[i].id);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            slot.addService(googletag.pubads());  \r\n                        } else if (gptLayer[i].refresh) {\r\n                            var slot = googletag.defineSlot(gptLayer.zone, gptLayer[i].adslot,gptLayer[i].id);\r\n                            slot.setTargeting(\"pos\", gptLayer[i].pos);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            // gwd\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250) && (typeof ASPQ_rtXU6U != \"undefined\"))\r\n                                {slot.setTargeting('gwd', ASPQ_rtXU6U);}\r\n                            if ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90) && (typeof ASPQ_1lNiOU != \"undefined\"))\r\n                                {slot.setTargeting('gwd', ASPQ_1lNiOU);}\r\n                            }\r\n                            // /gwd\r\n                            // snb\r\n                             try {\r\n                                for(var id in sbi_trinity) {\r\n                                    for(var key in sbi_trinity[id]) {\r\n                                        \r\n                                            if (id===gptLayer[i].id) {\r\n                                            //console.log (id+\":\"+key + \":\" + sonobiResp[id][key]);\r\n                                            slot.setTargeting(key, sbi_trinity[id][key])\r\n                                        };\r\n                                    }\r\n                                    }       \r\n                                 } catch (e) {console.log(e);}\r\n                            // /snb\r\n                            // yb\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((typeof(yieldbot) != \"undefined\") && (((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90)))) {\r\n                            var artType=\"blog_entry_lite\";\r\n                            if (artType.indexOf(\"flip\") > -1) {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', 'fb-' + gptLayer[i].id)\r\n                                } else {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable(gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', gptLayer[i].id)\r\n                                }\r\n                            }\r\n                            }\r\n                            // /yb\r\n                            // mndb\r\n                            if (typeof mnResp !== 'undefined') {\r\n                                try {\r\n                                    for (var id in mnResp) {\r\n                                        if (id === gptLayer[i].id) {\r\n                                            slot.setTargeting('crid', mnResp[id].crid);\r\n                                            slot.setTargeting('bid', mnResp[id].bid);\r\n                                        }\r\n                                    \r\n                                    }\r\n                                } catch (e) {\r\n                                    console.log(e);\r\n                                }\r\n\r\n                            }\r\n                            slot.addService(googletag.pubads());\r\n                            gptLayer[i].slot=slot\r\n                            gptLayer.refreshArray.push(slot);\r\n                            gptLayer.refreshID.push(gptLayer[i].id);\r\n\r\n                        } else {\r\n                            var slot = googletag.defineSlot(gptLayer.zone, gptLayer[i].adslot,gptLayer[i].id);\r\n                            slot.setTargeting(\"pos\", gptLayer[i].pos);\r\n                            if ((typeof window.adsAsap !== \"undefined\") && (gptLayer[i].load == \"imm\")) {\r\n                                slot.setTargeting(\"load\", \"imm\");\r\n                                }\r\n                            else {\r\n                                slot.setTargeting(\"load\", \"def\");\r\n                            }\r\n                            // yb\r\n                            for (var j = 0;j < gptLayer[i].adslot.length; j++) {\r\n                            if ((typeof(yieldbot) != \"undefined\") && (((gptLayer[i].adslot[j][0] == 300) && (gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728) && (gptLayer[i].adslot[j][1] == 90)))) {\r\n                            var artType=\"blog_entry_lite\";\r\n                            if (artType.indexOf(\"flip\") > -1) {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', 'fb-' + gptLayer[i].id)\r\n                                } else {\r\n                                slot.setTargeting('ybot_ad', yieldbot.adAvailable(gptLayer[i].id))\r\n                                slot.setTargeting('ybot_slot', gptLayer[i].id)\r\n                                }\r\n                            }\r\n                            }\r\n                            // /yb\r\n                            slot.addService(googletag.pubads());\r\n\r\n                        }\r\n                        console.log (gptLayer.zone+\":\"+gptLayer[i].adslot+\":\"+gptLayer[i].id);\r\n                    } \r\n                } catch(e){\r\n                    console.error(e);\r\n                } finally {\r\n                          gptLayer.refresh=function(){\r\n                            for (ii=0;ii<gptLayer.refreshArray.length;ii++){ // Define every ad in gptLayer\r\n                            gptLayer.refreshArray[ii].setTargeting(\"load\", \"ref\");\r\n                            if (typeof(yieldbot) != \"undefined\") {\r\n                            gptLayer.refreshArray[ii].setTargeting('ybot_ad', yieldbot.adAvailable('fb-' + gptLayer.refreshArray[ii].b.a))\r\n                            }\r\n\r\n                            // snb\r\n                            if (Object.keys(sbi_trinity).length == 0) {\r\n                            gptLayer.refreshArray[ii].setTargeting(\"sbi_apoc\", \"\");\r\n                            gptLayer.refreshArray[ii].setTargeting(\"sbi_aid\", \"\");\r\n                            }\r\n                             try {\r\n                                for(var id in sbi_trinity) {\r\n                                    for(var key in sbi_trinity[id]) {\r\n                                            if (id===gptLayer.refreshID[ii]) {\r\n                                            gptLayer.refreshArray[ii].setTargeting(key, sbi_trinity[id][key])\r\n                                        };\r\n                                    }\r\n                                    }       \r\n                                 } catch (e) {console.log(e);}\r\n                            // /snb\r\n\r\n\r\n                            gptLayer.refreshArray[ii].addService(googletag.pubads());\r\n                            }   \r\n\r\n                            if (Object.keys(gptLayer.kv).length > 0) {\r\n                                for (i = 0; i < Object.keys(gptLayer.kv).length; i++) {\r\n                                    googletag.pubads().setTargeting(Object.keys(gptLayer.kv)[i], gptLayer.kv[Object.keys(gptLayer.kv)[i]]);\r\n                                }\r\n                            }\r\n\r\n                            // Don't refresh on some desktop sites if 2 seconds have not passed since last ad call\r\n                            var refreshInterval = 0;\r\n                            if (location.href.toLowerCase().indexOf('_mobile') === -1) {\r\n                                refreshInterval = 2000;\r\n                            }\r\n\r\n                            if (((Date.now()-timerStart) - gptLayer.lastAdCallTimestamp) > refreshInterval) {\r\n                                googletag.pubads().refresh(gptLayer.refreshArray);\r\n                                gptLayer.lastAdCallTimestamp = (Date.now()-timerStart);\r\n                                // Stuff after refresh\r\n                                if ((typeof gptLayer.refreshPartners == \"function\") && !((location.href.indexOf(\"misquincemag.com\") > -1) || (location.href.indexOf(\"seventeen.com\") > -1))) {                        \r\n                                    setTimeout(gptLayer.refreshPartners, 2000);\r\n                                }\r\n                            } else {\r\n                                consoleUpdate('Skipping refresh. Not enough time has passed');\r\n                            }\r\n                            \r\n                    }\r\n                \r\n                    // Set Page Level Targeting Here\r\n                    if (document.location.hostname.indexOf('preview') > -1) {\r\n                        googletag.pubads().setTargeting(\"site\",[\"stage\"]); \r\n                    }\r\n                    else {\r\n                        googletag.pubads().setTargeting(\"site\",[\"elle\"]); \r\n                    }                    \r\n                    googletag.pubads().setTargeting(\"sect\",[\"news\"]);\r\n                    googletag.pubads().setTargeting(\"sub\",[\"lifestyle\"]); \r\n                    googletag.pubads().setTargeting(\"subsub\",[\"index\"]); \r\n                    googletag.pubads().setTargeting(\"page\",[\"passive-aggressive-holiday-digs\"]); \r\n                    googletag.pubads().setTargeting(\"cat\",[\"other\"]); \r\n                    googletag.pubads().setTargeting(\"subcat\",[\"\"]); \r\n                    googletag.pubads().setTargeting(\"tool\",[\"blog_entry_lite\"]); \r\n                    try {if (HRST.article.template.toLowerCase().indexOf(\"thelist\") > -1) {googletag.pubads().setTargeting(\"tool\",[\"thelist\"]); } }  catch(e) {console.log(e);}\r\n                    googletag.pubads().setTargeting(\"artid\",[\"17582614\"]); \r\n                    googletag.pubads().setTargeting(\"kw\",[\"\"]); \r\n                    googletag.pubads().setTargeting(\"epic\",[epicKV]); \r\n                    googletag.pubads().setTargeting(\"refer\",[ad_refer]); \r\n                    googletag.pubads().setTargeting(\"int\",[ad_int]);\r\n                    if(window._mNInslDisplay === true){googletag.pubads().setTargeting(\"mNInslDisplay\", [\"1\"]);}\r\n                    if(window._mNInslMobDisplay === true){googletag.pubads().setTargeting('mNInslMobDisplay', [\"1\"]);}\r\n                    googletag.pubads().setTargeting(\"viewport\",[ad_vp]); \r\n                    googletag.pubads().setTargeting(\"ds\",[ad_ds]); \r\n                    try {amznads.setTargetingForGPTAsync('amznslots');} catch(e) {console.log(e);}\r\n                    googletag.pubads().set(\"page_url\", window.location.protocol + \"//\" + window.location.hostname + window.location.pathname);\r\n                    if (typeof(ad_nav) != \"undefined\") {googletag.pubads().setTargeting(\"nav\",[ad_nav]); }\r\n                    if (typeof (window.ad_asiPlacements) !== \"undefined\") {googletag.pubads().setTargeting(\"gwd\",window.ad_asiPlacements);}\r\n                    // Check gptLayer.kv object for contents\r\n                    if (Object.keys(gptLayer.kv).length > 0) {\r\n                        for (i = 0; i < Object.keys(gptLayer.kv).length; i++) {\r\n                            googletag.pubads().setTargeting(Object.keys(gptLayer.kv)[i], gptLayer.kv[Object.keys(gptLayer.kv)[i]]);\r\n                        }\r\n                    }\r\n                    if (typeof(ad_refdomain) !== \"undefined\") {\r\n                        googletag.pubads().setTargeting(\"refdomain\", [ad_refdomain]);\r\n                    }\r\n                    if (typeof(rtAds) !== \"undefined\")\r\n                    {\r\n                    googletag.pubads().setTargeting(\"year\",[rtAds.year]);\r\n                    googletag.pubads().setTargeting(\"mak\",[rtAds.make]);\r\n                    googletag.pubads().setTargeting(\"mod\",[rtAds.model]);\r\n                    googletag.pubads().setTargeting(\"submodel\",[rtAds.submodel]);\r\n                    googletag.pubads().setTargeting(\"type\",[rtAds.body_style]);\r\n                    googletag.pubads().setTargeting(\"style\",[rtAds.style]);\r\n                    }\r\n                    googletag.pubads().addEventListener('slotRenderEnded', function(event) {\r\n                    consoleUpdate('Creative with id: ' + event.creativeId + ' from line item id: ' + event.lineItemId +' is rendered to slot of size: ' + event.size[0] + 'x' + event.size[1]);\r\n                    });\r\n                    \r\n                    // Call to DFP\r\n                    googletag.pubads().collapseEmptyDivs(true); // Collapses ad div if no ad is returned\r\n                    googletag.pubads().enableSingleRequest();\r\n                    googletag.enableServices();      \r\n\r\n            // Push ad content to divs\r\n            googletag.cmd.push(function() { \r\n                for (i=0;i<gptLayer.length;i++) {\r\n                    googletag.display(gptLayer[i].id);\r\n                    consoleUpdate (\"Push: \"+ gptLayer[i].id);\r\n                }\r\n                gptLayer.lastAdCallTimestamp = (Date.now()-timerStart);\r\n            });\r\n\r\n            // Stuff after initial load\r\n            var artType=\"blog_entry_lite\";\r\n            if (artType.indexOf(\"flip\") > -1) {\r\n                setTimeout(gptLayer.refreshPartners, 2000);\r\n            }\r\n        }\r\n    });\r\n        \r\n        } else {\r\n            throw \"gptLayer object not found!\";\r\n        }\r\n    } // runme\r\n    \r\nif ((location.href.indexOf(\"misquincemag.com\") > -1) || (location.href.indexOf(\"seventeen.com\") > -1))\r\n{ runme(); }\r\nelse\r\n{\r\n\r\n\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.SNB=[];\r\nwindow.sonobiResp=[];\r\nwindow.sbi_trinity={};\r\nwindow.ad_sonobi={testsite:{ad300x250:\"e00e2fed64c6924200ca-test\",ad728x90:\"5348d9da9c0a1db3d1d8-test\"},cosmopolitan:{ad300x250:\"e00e2fed64c6924200ca\",ad728x90:\"5348d9da9c0a1db3d1d8\"},countryliving:{ad300x250:\"71142d778f6ca9fb1b41\",ad728x90:\"ff11989bc02709d81168\"},elle:{ad300x250:\"c0ae35bfcb6cde296abc\",ad728x90:\"9152e9484efe817fda29\"},elledecor:{ad300x250:\"88e5ac38977241c6b545\",ad728x90:\"1ec83c9291bf787fae46\"},esquire:{ad300x250:\"a32f75bf31d18f2c094b\",ad728x90:\"4b6469af14c69ae03886\"},goodhousekeeping:{ad300x250:\"66609e361e593fb9799f\",ad728x90:\"a0924effec8101bfcd9b\"},harpersbazaar:{ad300x250:\"62bf5fd6c5ed82830359\",ad728x90:\"81b0611f257cf0f7ee14\"},housebeautiful:{ad300x250:\"a2b1b99a6edcc8a3a133\",ad728x90:\"1b65ee8e0792df97fa80\"},marieclaire:{ad300x250:\"3f1ded536d57a9e92162\",ad728x90:\"101d1d9c505939d7f414\"},popularmechanics:{ad300x250:\"8b71c7d1b5b5d82cb71a\",ad728x90:\"c35b4080426771827523\"},redbook:{ad300x250:\"865eb08ac8fbdfa0845d\",ad728x90:\"173e7b8b533e72ed1800\"},roadandtrack:{ad300x250:\"af7fd9de3a084bfb8998\",ad728x90:\"3093fd6ccfcca1c8adcc\"},towncountry:{ad300x250:\"18636ec2e22b8bf00d4f\",ad728x90:\"84502bf2f641a1fadb46\"},veranda:{ad300x250:\"e3d745e65e7b91cc5a34\",ad728x90:\"4ae6670afa3df351fdf9\"},womansday:{ad300x250:\"74a01c87ad39051f51d0\",ad728x90:\"6d887b5456da03ff7f27\"}};\r\n\r\nwindow.snbObj={};\r\n   if (typeof gptLayer === \"object\") {\r\n    for (i = 0; i < gptLayer.length; i++) {\r\n        if (!gptLayer[i].outofpage) {\r\n            for (var j = 0; j < gptLayer[i].adslot.length; j++) {\r\n                if (gptLayer[i].adslot[j][0] == 300 && gptLayer[i].adslot[j][1] == 250) {\r\n                        snbObj[gptLayer[i].id] = ad_sonobi[ad_site].ad300x250;\r\n                    }\r\n                if (gptLayer[i].adslot[j][0] == 728 && gptLayer[i].adslot[j][1] == 90) {\r\n                        snbObj[gptLayer[i].id] = ad_sonobi[ad_site].ad728x90;\r\n                    }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\nbuildScriptTag(\"http://neo.go.sonobi.com/trinity.js?key_maker=\" + JSON.stringify(snbObj),function(){\r\n\r\n    // Wait a bit for SNB\r\n    var j=0;\r\n    var loadSNBCheck = setInterval(function() {\r\n    if ((j>50) || (Object.keys(sbi_trinity).length > 0) ) {\r\n        if (j>50) {consoleUpdate(\"SNB timeout\");}\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Pass\");\r\n        clearInterval(loadSNBCheck);\r\n        }\r\n    else {j++;}\r\n    },50); \r\n\r\n    },function(){\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.SNB = {status: \"complete\"};\r\n        consoleUpdate(\"SNB Skipped\");\r\n}\r\n\r\n\r\nwindow.gptLayer.refreshPartners = function() {\r\n    window.sbi_trinity={};\r\n    if (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\n         buildScriptTag(\"http://neo.go.sonobi.com/trinity.js?key_maker=\" + JSON.stringify(snbObj),function(){\r\n        // Wait a bit for SNB\r\n        var j=0;\r\n        var loadSNBCheck = setInterval(function() {\r\n        if ((j>50) || (Object.keys(sbi_trinity).length > 0) ) {\r\n        if (j>50) {consoleUpdate(\"SNB timeout\");}\r\n        consoleUpdate(\"SNB Reloaded\");\r\n        clearInterval(loadSNBCheck);\r\n        }\r\n        else {j++;}\r\n        },50); \r\n    },function(){\r\n        consoleUpdate(\"SNB Not Reloaded\");\r\n        });\r\n     } else {\r\n            consoleUpdate(\"SNB Skipped\");\r\n         }\r\n\r\n    window.ad_asiPlacements=[];\r\n    buildScriptTag(\"http://pq-direct.revsci.net/pql?placementIdList=rtXU6U,1lNiOU,7VhOTk&cb=\"+Date.now(),function(){ \r\n        if (typeof asiPlacements != \"undefined\") {\r\n            for (var p in asiPlacements) {\r\n                window[\"ASPQ_\" + p] = \"\";\r\n                for (var key in asiPlacements[p].data) {\r\n                    window[\"ASPQ_\" + p] += \"PQ_\" + p + \"_\" + key;\r\n                    ad_asiPlacements.push(\"PQ_\" + p + \"_\" + key);\r\n                }\r\n            }\r\n        } \r\n        adScripts.AS = {status: \"complete\"};        \r\n        consoleUpdate(\"AS Reloaded\");\r\n        },function(){\r\n        adScripts.AS = {status: \"complete\"};        \r\n        consoleUpdate(\"AS Reload Fail\");\r\n        });\r\n\r\n    try {\r\n        amznads.getAdsCallback('3049', gptLayer.amznCallback);\r\n    } catch (e) { }\r\n\r\n    // CAS\r\n    delete index_slots;\r\n    delete gptLayer.kv.OD;\r\n    delete gptLayer.kv.OM;\r\n    delete gptLayer.kv.P;\r\n    if (typeof start_tagless !== 'undefined') {\r\n        start_tagless();\r\n    }\r\n\r\n};\r\n\r\n\r\n//YB\r\nif (!(document.location.href.indexOf(\"_mobile\") > -1)) {\r\nvar ybotq = ybotq || [];\r\nwindow.adScripts = window.adScripts || [];\r\nadScripts.YB='';\r\n\r\nbuildScriptTag(\"//cdn.yldbt.com/js/yieldbot.intent.js\",function(){\r\n\r\nvar ad_yieldbot = {testsite: \"\",cosmopolitan: \"9815\",countryliving: \"ad15\",elle: \"c45f\",elledecor: \"6390\",esquire: \"b157\",goodhousekeeping: \"49aa\",harpersbazaar: \"e7eb\",housebeautiful: \"dfb8\",marieclaire: \"f2e2\",popularmechanics: \"e013\",redbook: \"4e7b\",roadandtrack: \"49e5\",seventeen: \"a947\",towncountry: \"0125\",veranda: \"691c\",womansday: \"43e0\"};\r\nvar artType=\"blog_entry_lite\";\r\nyieldbot.pub(ad_yieldbot[ad_site]);  // Pass PSN\r\n\r\nif (typeof gptLayer === \"object\") {\r\n    for (i = 0; i < gptLayer.length; i++) {\r\n        if (!gptLayer[i].outofpage) {\r\n            for (var j = 0; j < gptLayer[i].adslot.length; j++) {\r\n                if (((gptLayer[i].adslot[j][0] == 300 && gptLayer[i].adslot[j][1] == 250)) || ((gptLayer[i].adslot[j][0] == 728 && gptLayer[i].adslot[j][1] == 90)) ) {\r\n                    try {\r\n                    if (artType.indexOf(\"flip\") > -1) {\r\n                    yieldbot.defineSlot(\"fb-\"+gptLayer[i].id); // Pass SN ID\r\n                    } else {\r\n                        yieldbot.defineSlot(gptLayer[i].id); // Pass SN ID\r\n                        }                    } catch (e) {\r\n                        console.log(e)\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\nyieldbot.enableAsync();\r\nyieldbot.go();\r\n\r\nadScripts.YB = {status: \"complete\"};\r\nconsoleUpdate(\"YB Pass\");\r\n\r\n    },function(){\r\n        adScripts.YB = {status: \"complete\"};\r\n        consoleUpdate(\"YB Fail\");\r\n     });\r\n\r\n} else {\r\n        adScripts.YB = {status: \"complete\"};\r\n        consoleUpdate(\"YB Skipped\");\r\n}\r\n\r\n\r\n// MNDB\r\nif (    \r\n        (\r\n            location.href.indexOf('countryliving.com') > -1 || \r\n            location.href.indexOf('housebeautiful.com') > -1 ||\r\n            location.href.indexOf('goodhousekeeping.com') > -1 \r\n        ) \r\n    && location.href.indexOf('_mobile' === -1) \r\n    ) {\r\n\r\n    window.adScripts = window.adScripts || [];\r\n    adScripts.MNDB = [];\r\n    window._mNHandle = window._mNHandle || {}; \r\n    window._mNHandle.queue = window._mNHandle.queue || []; \r\n\r\n    var mnSlots = {\r\n        'housebeautiful': {\r\n            'gpt_lb_a': {\r\n                'crid': '935326309',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '834867335',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '748144588',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '436323585',\r\n                'size': '300x250'\r\n            }\r\n        },\r\n        'countryliving': {\r\n            'gpt_lb_a': {\r\n                'crid': '726870568',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '858476162',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '584863186',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '472023362',\r\n                'size': '300x250'\r\n            }\r\n        },\r\n        'goodhousekeeping': {\r\n            'gpt_lb_a': {\r\n                'crid': '874074433',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_lb_b': {\r\n                'crid': '483752326',\r\n                'size': '728x90'\r\n            },\r\n            'gpt_gal_a': {\r\n                'crid': '567215197',\r\n                'size': '300x250'\r\n            },\r\n            'gpt_gal_b': {\r\n                'crid': '442076818',\r\n                'size': '300x250'\r\n            }\r\n        }\r\n\r\n    }\r\n\r\n    buildScriptTag(\"http://contextual.media.net/bmedianet.js?cid=8CUX282YE\",function(){\r\n\r\n        _mNHandle.queue.push(function () {\r\n            _mNDetails.enableSingleQuery(); // Get multiple ad tag bids in a single query\r\n            _mNDetails.asyncRequest(); \r\n        });\r\n\r\n        var mnRespCounter = 0;\r\n        function Callback_mnet (bidDetails) \r\n        {\r\n            // MODIFY AS PER YOUR REQUIREMENTS \r\n            // bidDetails.crid  - [[Media.net provided adtag id]]\r\n            // bidDetails.bid   - [Media.net's bid for this view]\r\n            // bidDetails.pub_adtag_id - [Publisher internal adtag id - if passed to addSingleSlot]\r\n\r\n            window.mnResp = window.mnResp || [];\r\n            mnResp[bidDetails.pub_adtag_id] = mnResp[bidDetails.pub_adtag_id] || [];\r\n            mnResp[bidDetails.pub_adtag_id].crid = (bidDetails.crid);\r\n            mnResp[bidDetails.pub_adtag_id].bid = (bidDetails.bid);\r\n            mnRespCounter++;\r\n            if (mnRespCounter === Object.keys(mnSlots[ad_site]).length) {\r\n                adScripts.MNDB = {status: \"complete\"};\r\n                consoleUpdate(\"MNDB Pass\");\r\n            }\r\n        }\r\n\r\n        _mNHandle.queue.push(function() {\r\n\r\n            if (typeof mnSlots !== \"undefined\") {\r\n                if (typeof mnSlots[ad_site] !== \"undefined\") {\r\n                    for (var adId in mnSlots[ad_site]) {\r\n                        _mNDetails.addSingleSlot({\r\n                            'crid': mnSlots[ad_site][adId].crid, //[[Media.net provided adtagid]]\r\n                            'size': mnSlots[ad_site][adId].size, //[[Media.net provided adtag size]]\r\n                            'place_id': adId, //[[The ID of the DIV that will contain the ad]]\r\n                            'callback': Callback_mnet, //Publisher Created Callback Function\r\n                            'pub_adtag_id': adId\r\n                        });\r\n\r\n                    }\r\n                }\r\n            }\r\n\r\n        });\r\n\r\n        _mNHandle.queue.push(function () {\r\n            _mNDetails.fetchBid();\r\n        });\r\n    });\r\n\r\n} else {\r\n        adScripts.MNDB = {status: \"complete\"};\r\n        consoleUpdate(\"MNDB Skipped\");\r\n}\r\n\r\n\r\n/* Load Check */\r\nwindow.adScripts = window.adScripts || [];\r\nvar j=0;\r\nwindow.loadCheck = setInterval(function() {\r\n    if ((j>50) || (typeof adScripts.allLoaded !== 'undefined')) {\r\n        if (j>50) {consoleUpdate(\"ad script load timeout\");}\r\n        consoleUpdate(\"all ad scripts complete\");\r\n        runme();\r\n        window.clearInterval(loadCheck);\r\n        }\r\n    else {\r\n        var scriptCounter=0;\r\n        for (i = 0; i < Object.keys(adScripts).length; i++) {\r\n            if (adScripts[Object.keys(adScripts)[i]].status===\"complete\"){scriptCounter++; }\r\n            }\r\n        if (scriptCounter===Object.keys(adScripts).length) {adScripts.allLoaded=\"yes\";}\r\n        j++;\r\n        }\r\n    },50); \r\n        \r\n} // SVN/MIS\r\n};\r\n\r\n// Immediate or deferred\r\nif (typeof window.adsAsap == \"undefined\") {\r\n    $(window).load(gptLoad);\r\n}\r\nelse {\r\n    gptLoad();\r\n}\r\n</script>\n\n</span>\n\n<!-- footer var -->\n<span id=\"ams_elm_footer\" class=\"ams-mixed-inline\"><script type=\"text/javascript\">\r\nif (typeof mag_user == \"object\"){\r\nif (mag_user.ur_id){_ca_params={buid:\"2\", cdbid:\"2-\" + mag_user.ur_id};}\r\nmag_user.activeSub=\"\";\r\nif (mag_user.activeSub == \"1\") {_ca_params.pubid=[\"ELM\"];}\r\n}\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n//$( \"#head-article-list-div .apa-div:eq(2)\" ).hide();  \r\n\r\nvar gptLayer = window.gptLayer || [];\r\nif (location.pathname===\"/\") {\r\n  $('body').append('<div id=\"gpt_ntv_hp\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_hp','adslot': [[2,1]],'refresh': 0,'load': 'imm'});\r\n  }\r\nif (document.getElementById('head-article-list-div')) {\r\n  $('body').append('<div id=\"gpt_ntv_hdr\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_hdr','adslot': [[2,2]],'refresh': 0,'load': 'imm'});\r\n  }\r\nif (document.getElementById('moduleSmartTout')) {\r\n  $('body').append('<div id=\"gpt_ntv_st\" style=\"display:none\"></div>');\r\n  gptLayer.push({'id': 'gpt_ntv_st','adslot': [[2,3]],'refresh': 0,'load': 'imm'});\r\n  }\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n(function(){function a(b){/in/.test(document.readyState)?setTimeout(function(){a(b)},50):b()};\r\nvar b=\"elle_autolinks-20\";\r\nvar c=function(){this.start()};c.context=document;c.start=function(){var a=typeof this.context===\"string\"&&this.context[0]===\"#\"?document.getElementById(this.context.substr(1)):this.context;var c=a.getElementsByTagName(\"a\");for(i=0;i<c.length;i++){var d=c[i].href;var e,f;var g=false;for(ii=0;ii<1;ii++){e=new RegExp(\"http(s)?://(www.)?amazon.com/\",\"i\");if(e.test(d)){f=this._addAffiliateInfo(d,\"tag\",b);g=d!==f;c[i].href=f;break}}}return this};c._addAffiliateInfo=function(a,b,c){if(a.indexOf(\"tag=\")>-1||a.indexOf(\"tag%\")>-1){return a}else{var d=a.split(\"?\");a=d[1]?d.join(\"?\")+\"&\"+b+\"=\"+c:d[0]+\"?\"+b+\"=\"+c;return a}};window.mePagan=c;a(function(){c.start()})})()\r\n</script>\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n<!-- IGNOREREFRESH -->\r\n\r\n<style>\r\n/* FB COMMENTS */\r\n.fb_iframe_widget.fb_iframe_widget_fluid{\r\n\tdisplay:block !important;\r\n\twidth: 656px !important;\r\n}\r\n.luxury  .fb_iframe_widget{line-height:10px}\r\n}\r\n\r\n#ds_container header {display: block;!important}\r\n</style>\r\n\r\n<style>\r\n#moduleMightLike h3{display: none!important;}\r\n\r\n</style>\r\n<script type=\"text/javascript\">\r\n$('.footer-bar').css('background-color','transparent');\r\n$('.footer-wrap-dark').css('background-color','transparent');\r\n</script>\r\n\n\n</span>\n\n<!-- _blogPost.tmpl -->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/flavorwire.com1.html",
    "content": "<!doctype html public>\n<!--[if lt IE 7]> <html lang=\"en-us\" class=\"lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>    <html lang=\"en-us\" class=\"lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>    <html lang=\"en-us\" class=\"lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html lang=\"en-us\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n\t<meta name=\"google-site-verification\" content=\"OLJHupaM3Ydfn1f812vitE49YM4Oc-7uZRMrJBtF9kQ\" />\n\t<title>From The Interview to Iggy Azalea, 2014&#8217;s Worst Cultural Moments  &#8211;  Flavorwire</title>\n\t<!--[if IE]>\n\t\t<script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\t\n<meta name=\"description\" content=\"Presenting; a mix of the morally execrable and the culturally annoying moments in 2014 that we sort wish had never happened, to be honest, although we dutifully thought and wrote about them (and to be even more honest, these ten moments are merely the tip-top of the Christmas tree of head-smacking m...\" /><meta name=\"news_keywords\" content=\"jennifer lawrence, lena dunham, ariel pink, iggy azalea, health goth, donald sterling, the interview, seth rogetn, normcore, rude by magic\" />\n<meta name=\"keywords\" content=\"celebrity, media, music, zzz-mailer-ready-feature, ariel pink, health goth, lena duham, renee zellweger, rude\" />\n<meta name=\"p:domain_verify\" content=\"d14fb4bfdccbc45ec9b9cf467123426d\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=flavorwire.com&amp;id=43719139&amp;t=1420285697&amp;back=http%3A%2F%2Fflavorwire.com%2F495982%2F13-media-moments-from-2014-we-could-have-lived-without' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<link rel=\"dns-prefetch\" href=\"//connect.facebook.net\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; Feed\" href=\"http://flavorwire.com/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; Comments Feed\" href=\"http://flavorwire.com/comments/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; 13 Media Moments from 2014 We Could Have Lived&nbsp;Without Comments Feed\" href=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without/feed\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='https://s0.wp.com/_static/??-eJx9UNFuwjAM/CGCVQkVXqZ9S0hN6uLEUeJS8fdzh9CG2PqS3Dl39sWwFBckK2aFNLvCc6TcoCVivJcqEwZ9ZfvQ2g7+tjFdscGEWny4um/2Jj+zxB+DxIiDzOouwiwLLDRE3JwRpKLVU/G6KhIO5JExmWzLlkr/dK1wtIDv2XS0Pg1uVODC/iZ1oYrQ1CsFu+6MbURU20+oiHlrHiaZ6HE+ZARZrI3Y2xNs+SOKYwk2WfILcZaM6pa14rpjgxFM9Yv+99/xAJHl7HkVfKaP7tCduv54OvbTF8w0zKE=' type='text/css' media='all' />\n<link rel='stylesheet' id='allandmax-width640px-css-0' href='https://s1.wp.com/wp-content/themes/vip/flavorwire/static/stylesheets/mobile-320px.css?m=1397028020g' type='text/css' media='all and (max-width: 640px)' />\n<link rel='stylesheet' id='screen-css-0' href='https://s1.wp.com/wp-content/themes/vip/flavorwire/static/stylesheets/colorbox.css?m=1358883630g' type='text/css' media='screen' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar LoggedOutFollow = {\"invalid_email\":\"Your subscription did not succeed, please try again with a valid email address.\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s1.wp.com/_static/??-eJydktFOxCAQRX9ISjdRk30wfsqG0gGnO2UQhlb9ejHrxjVW2/UJGO6dmwOj56gsB4Egesh65A4JVMmQjK81hcFxM+QbXXUYLJUe8odweC6QXj+XVYEa0Scj0IwYzuKL1MhZRsi5Ri7cfo/CMCHMq7IBJBp7VAkyvv3o2hF7Fal4DFnXvYeeiyjHRDzrGXsP8gdUwXNMwQacAytLZPIElUpPGLUjM3GaMcFXm8Yycer4Rf3D61Am7PNmW0QrJYFDouvAVCbsFz/u1yxP3BnaLD/N3PWPx0fc7jqd4gX+OoY5ZLZo6CCpjhIGX62P48Pudrff37X3bTu8AyIiOag='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://flavorwire.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='The 5 Best Songs We Heard This Week: Madonna&#8217;s &#8216;Rebel Heart&#8217; Highlights, Jodeci&#8217;s Domestic Violence&nbsp;Single' href='http://flavorwire.com/495983/the-5-best-songs-we-heard-this-week-madonnas-rebel-heart-highlights-jodecis-domestic-violence-song' />\n<link rel='next' title='Spirited Photos of Authors Getting&nbsp;Boozy' href='http://flavorwire.com/496017/spirited-photos-of-authors-getting-boozy' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without' />\n<link rel='shortlink' href='http://wp.me/p2Xrlp-251I' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fflavorwire.com%2F495982%2F13-media-moments-from-2014-we-could-have-lived-without&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fflavorwire.com%2F495982%2F13-media-moments-from-2014-we-could-have-lived-without&amp;for=wpcom-auto-discovery\" />\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"13 Media Moments from 2014 We Could Have Lived Without\" />\n<meta property=\"og:url\" content=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without\" />\n<meta property=\"og:description\" content=\"Presenting; a mix of the morally execrable and the culturally annoying moments in 2014 that we sort wish had never happened, to be honest, although we dutifully thought and wrote about them (and to...\" />\n<meta property=\"article:published_time\" content=\"2014-12-26T19:15:22+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-26T20:16:46+00:00\" />\n<meta property=\"article:author\" content=\"http://flavorwire.com/author/sarah-seltzer\" />\n<meta property=\"og:site_name\" content=\"Flavorwire\" />\n<meta property=\"og:image\" content=\"https://flavorwire.files.wordpress.com/2014/12/theinterview.jpg?w=1200\" />\n<meta name=\"twitter:site\" content=\"@flavorwire\" />\n<meta name=\"twitter:image:src\" content=\"https://flavorwire.files.wordpress.com/2014/12/theinterview.jpg?w=640\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:creator\" content=\"@flavorwire\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\" />\n<link rel='openid.server' href='http://flavorwire.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://flavorwire.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://flavorwire.com/osd.xml\" title=\"Flavorwire\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n\t<meta name='parsely-page' id='parsely-page' content='{\"title\":\"13 Media Moments from 2014 We Could Have Lived&nbsp;Without\",\"link\":\"http:\\/\\/flavorwire.com\\/495982\\/13-media-moments-from-2014-we-could-have-lived-without\",\"image_url\":\"https:\\/\\/flavorwire.files.wordpress.com\\/2014\\/12\\/theinterview.jpg?w=150\",\"type\":\"post\",\"post_id\":\"495982\",\"pub_date\":\"2014-12-26T19:15:22Z\",\"section\":\"Celebrity\",\"author\":\"Sarah Seltzer\",\"tags\":[\"ariel pink\",\"health goth\",\"lena duham\",\"renee zellweger\",\"rude\"]}' />\n<script type=\"text/javascript\" src=\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script><meta name=\"date\" content=\"2014-12-26 14:15:22\" />\n<meta name=\"keywords\" content=\"ariel-pink,health-goth,lena-duham,renee-zellweger,rude\" />\n<link rel=\"author\" href=\"?rel=author\"/>\n\t<script type=\"text/javascript\" data-lf-domain=\"flavorwire.fyre.co\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n\t\t\t<style>\n\t\t\t.wpcom-related-posts ul li {\n\t\t\t\tlist-style-type: none;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"Flavorwire\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://flavorwire.com/feed;icon-uri=http://s2.wp.com/i/favicon.ico\" />\t<!-- Quantcast Tag, part 1 -->\n\t<script type=\"text/javascript\"> var _qevents = _qevents || []; </script>\n\t<script> Flavorpill.init({ assetsPath: \" https://s0.wp.com/wp-content/themes/vip/flavorwire\"}); </script>\n\t\t\t<script type='text/javascript' src='http://flavorwire.ep.livefyre.com/media/Zmxhdm9yd2lyZS5lcC5saXZlZnlyZS5jb20=/javascripts/customprofiles.js'></script>\n\t\t<script type='text/javascript'>\n\t\t\tvar authDelegate = new fyre.conv.SPAuthDelegate({engage: {app: \"flavorwire.auth.fyre.co\"}});\n\t\t</script>\n\t\t<script type=\"text/javascript\" src=\"//assets.pinterest.com/js/pinit.js\" data-pin-hover=\"true\"></script>\n\t<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\t\t<script>\n\t\t\t_gaq.push(['_setDomainName', 'flavorwire.com']);\n\t\t</script>\n\t\t<link rel=\"shortcut icon\" href=\"https://s2.wp.com/wp-content/themes/vip/flavorwire/favicon.ico\" />\n</head>\n<body>\n\t<div id=\"skin_ad\" class=\"dfp_ad\">\n\t\t\t<div id=\"dfp_ad_8\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=2100x1100&#038;t=pos%3D8&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=2100x1100&#038;t=pos%3D8&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t</div>\n\n\t<div id=\"fb-root\"></div>\n\t<script>\n\t(function(d, s, id) {\n\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\tif (d.getElementById(id)) return;\n\t\tjs = d.createElement(s); js.id = id;\n\t\tjs.src = \"//connect.facebook.net/en_US/all.js#xfbml=1&appId=240197519353460\";\n\t\tfjs.parentNode.insertBefore(js, fjs);\n\t}(document, 'script', 'facebook-jssdk'));\n\t</script>\n\t<div id=\"container\">\n\t\t<header class=\"clearfix\">\n\t\t\t<div id=\"header_ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_1\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=728x90|970x66&#038;t=pos%3D1&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=728x90|970x66&#038;t=pos%3D1&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t\t\t<div id=\"dfp_ad_17\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=1x1&#038;t=pos%3D17&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=1x1&#038;t=pos%3D17&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t\t\t<div id=\"dfp_ad_18\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=1x1&#038;t=pos%3D18&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=1x1&#038;t=pos%3D18&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div class=\"clearfix\">\n\t\t\t\t<a href=\"/\" class=\"f-icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Header', 'F-Icon' ]);\">F</a>\n\t\t\t\t<ul id=\"header-social\">\n\t\t\t\t\t<li id=\"rss\"><a href=\"http://feeds.feedburner.com/flavorwire-rss\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'RSS' ]);\">RSS</a></li>\n\t\t\t\t\t<li id=\"twitter\"><a href=\"http://www.twitter.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'Twitter' ]);\">Twitter</a></li>\n\t\t\t\t\t<li id=\"facebook\"><a href=\"http://www.facebook.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'Facebook' ]);\">Facebook</a></li>\n\t\t\t\t</ul>\n\t\t\t\t<h1 id=\"header-logo\"><a href=\"/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Header', 'Logo' ]);\">Flavorwire</a></h1>\n\t\t\t</div>\n\n\t\t\t\n\t\t\t<div id=\"hot-topics\" class=\"clearfix\">\n\t\t\t\t<a href=\"#\" id=\"search-icon\" class=\"icon\">Search</a>\n\t\t\t\t<a href=\"#\" id=\"location-icon\" class=\"mobile icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Mobile Icon', 'Location' ]);\">Location</a>\n        <a href=\"#\" id=\"menu-icon\" class=\"mobile icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Mobile Icon', 'Menu' ]);\">Menu</a>\n\t\t\t\t<form id=\"search-form\" method=\"get\" action=\"/index.php\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Search', 'Search Submit' ]);\">\n\t\t\t\t\t<input type=\"text\" placeholder=\"Search\" name=\"s\" id=\"s\" class=\"s\" value=\"\" onChange=\"_gaq.push(['_trackEvent', 'Article', 'Search', 'Search Enter' ]);\">\n\t\t\t\t</form>\n\t\t\t\t<ul><li>Hot Topics</li><li id=\"menu-item-491853\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-491853\"><a href=\"http://flavorwire.com/topics/2014-the-year-in-culture\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;2014: The Year in Culture&#039; ]);\">2014: The Year in Culture</a></li>\n<li id=\"menu-item-493483\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-493483\"><a href=\"http://flavorwire.com/topics/nicki-minaj\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;Nicki Minaj&#039; ]);\">Nicki Minaj</a></li>\n<li id=\"menu-item-494768\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-494768\"><a href=\"http://flavorwire.com/topics/the-interview\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;The Interview&#039; ]);\">The Interview</a></li>\n<li id=\"menu-item-495828\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-495828\"><a href=\"http://flavorwire.com/topics/selma\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;Selma&#039; ]);\">Selma</a></li>\n</ul>\t\t\t</div>\n\t\t\t<div id=\"mobile-ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_16\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=320x50&#038;t=pos%3D16&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=320x50&#038;t=pos%3D16&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div id=\"header_ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_19\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=1000x250&#038;t=pos%3D19&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=1000x250&#038;t=pos%3D19&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t</header>\n\t\t<div id=\"content\" class=\"clearfix\">\n\n\t\t\t\n<div id=\"left\" class=\"col\">\n\t<ul id=\"topics\" class=\"menu\"><li id=\"menu-item-229263\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-229263\"><a href=\"http://flavorwire.com\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Home&#039; ]);\">Home</a></li>\n<li id=\"menu-item-229264\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229264\"><a href=\"http://flavorwire.com/category/visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Art&#039; ]);\">Art</a></li>\n<li id=\"menu-item-229268\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229268\"><a href=\"http://flavorwire.com/category/books\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Books&#039; ]);\">Books</a></li>\n<li id=\"menu-item-229269\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-229269\"><a href=\"http://flavorwire.com/category/music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Music&#039; ]);\">Music</a></li>\n<li id=\"menu-item-229270\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229270\"><a href=\"http://flavorwire.com/category/design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Design&#039; ]);\">Design</a></li>\n<li id=\"menu-item-229271\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229271\"><a href=\"http://flavorwire.com/category/film\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Film&#039; ]);\">Film</a></li>\n<li id=\"menu-item-229272\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229272\"><a href=\"http://flavorwire.com/category/television\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Television&#039; ]);\">Television</a></li>\n<li id=\"menu-item-230384\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-230384\"><a href=\"#\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;More&#039; ]);\">More</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-230408\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-230408\"><a href=\"http://flavorwire.com/category/media-music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Media&#039; ]);\">Media</a></li>\n\t<li id=\"menu-item-230410\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230410\"><a href=\"http://flavorwire.com/category/web\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Web&#039; ]);\">Web</a></li>\n\t<li id=\"menu-item-230407\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230407\"><a href=\"http://flavorwire.com/category/design/fashion-design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Fashion&#039; ]);\">Fashion</a></li>\n\t<li id=\"menu-item-230409\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230409\"><a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Photography&#039; ]);\">Photography</a></li>\n\t<li id=\"menu-item-230414\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230414\"><a href=\"http://flavorwire.com/category/theatre\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Theatre&#039; ]);\">Theatre</a></li>\n\t<li id=\"menu-item-230411\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-230411\"><a href=\"http://flavorwire.com/category/celebrity\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Celebrity&#039; ]);\">Celebrity</a></li>\n\t<li id=\"menu-item-230413\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230413\"><a href=\"http://flavorwire.com/category/pop-culture-2\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Pop Culture&#039; ]);\">Pop Culture</a></li>\n</ul>\n</li>\n</ul>\t<ul id=\"topics-responsive\" class=\"menu\"><li id=\"menu-item-353394\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-353394\"><a href=\"http://flavorwire.com/category/visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Art&#039; ]);\">Art</a></li>\n<li id=\"menu-item-388914\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388914\"><a href=\"http://flavorwire.com/category/books\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Books&#039; ]);\">Books</a></li>\n<li id=\"menu-item-388915\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-388915\"><a href=\"http://flavorwire.com/category/music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Music&#039; ]);\">Music</a></li>\n<li id=\"menu-item-388918\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388918\"><a href=\"http://flavorwire.com/category/design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Design&#039; ]);\">Design</a></li>\n<li id=\"menu-item-388916\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388916\"><a href=\"http://flavorwire.com/category/film\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Film&#039; ]);\">Film</a></li>\n<li id=\"menu-item-388917\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388917\"><a href=\"http://flavorwire.com/category/television\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Television&#039; ]);\">Television</a></li>\n<li id=\"menu-item-388923\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-388923\"><a href=\"http://flavorwire.com/newswire\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Newswire&#039; ]);\">Newswire</a></li>\n<li id=\"menu-item-388919\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-388919\"><a href=\"#\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;More&#039; ]);\">More</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-388920\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388920\"><a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Photography&#039; ]);\">Photography</a></li>\n\t<li id=\"menu-item-388921\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388921\"><a href=\"http://flavorwire.com/category/web\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Web&#039; ]);\">Web</a></li>\n\t<li id=\"menu-item-388922\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388922\"><a href=\"http://flavorwire.com/category/news\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;News&#039; ]);\">News</a></li>\n</ul>\n</li>\n</ul>\t\n\t<div class=\"mailing-list-form-wrapper\" id=\"sidebar-mailing-list-form\">\n\t\t<form class=\"mailing-list-form\" method=\"post\" action=\"http://link.flavorpill.com/join/flavorwire-signup\" target=\"_blank\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Left Rail_Sign Up', 'Submit' ]);\">\n\t\t\t<fieldset>\n\t\t\t\t<legend id=\"sweeten-your-inbox\">Sweeten your inbox</legend>\n\t\t\t\t<div class=\"mailing-list-input-wrapper\">\n\t\t\t\t\t<input placeholder=\"Email\" type=\"text\" name=\"fp_email\" id=\"email\" onBlur=\"_gaq.push(['_trackEvent', 'Article', 'Left Rail_Sign Up', 'Enter Email' ]);\" />\n\t\t\t\t\t<a href=\"#\" id=\"ml-form-send-button\">Send</a>\n\t\t\t\t</div>\n\t\t\t</fieldset>\n\t\t\t<input type=\"hidden\" name=\"vars[source]\" value=\"Onsite\" />\n\t\t</form>\n\t</div>\n\t<div id=\"left_ad\" class=\"dfp_ad\">\n\t\t\t\t\t</div>\n</div>\n\n\t\t\t<div id=\"center\" class=\"col single\">\n\t\t\t\t\n\t\t\t\t\t<article itemscope itemtype=\"http://schema.org/Article\"  id=\"post-495982\" class=\"post-495982 post type-post status-publish format-standard has-post-thumbnail hentry category-celebrity category-media-music category-music category-zzz-mailer-ready-feature tag-ariel-pink tag-health-goth tag-lena-duham tag-renee-zellweger tag-rude post-single\">\n\t\t\t\t\t\t<header class=\"entry-header\">\n\t\t\t\t\t\t\t<a href=\"#comments\" class=\"single-comment-count\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Jump to Comments', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without' ]);\">\n\t\t\t\t\t\t\t\t<span class=\"livefyre-commentcount\" data-lf-site-id=\"351496\" data-lf-article-id=\"495982\">0</span><i class=\"arrow\"></i></a>\n\t\t\t\t\t\t\t<p class=\"post-category\"><a href=\"http://flavorwire.com/category/media-music\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Category', 'Media' ]);\">Media</a></p>\t\t\t\t\t\t\t<h2 itemprop=\"name\" class=\"entry-title\">13 Media Moments from 2014 We Could Have Lived&nbsp;Without\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h2>\n\n\t\t\t\t\t\t\t<div class=\"entry-meta\">\n\t\t\t\t\t\t\t\tBy <span class=\"by-author\"><a class=\"url fn n\" href=\"http://flavorwire.com/author/sarah-seltzer\" title=\"View All Posts by Sarah Seltzer\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Author', 'Sarah Seltzer' ]);\">\n\t\t\t\t<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t\t\t\t<span itemprop=\"name\">\n\t\t\t\t\t\tSarah Seltzer\n\t\t\t\t\t</span>\n\t\t\t\t</span>\n\t\t\t\t</a></span> on <time class=\"entry-date\" datetime=\"2014-12-26T14:15:22+00:00\" pubdate=\"pubdate\">Dec 26, 2014 2:15pm</time><meta itemprop=\"datePublished\" content=\"2014-12-26\">\t\t\t\t\t\t\t</div><!-- .entry-meta -->\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</header><!-- .entry-header -->\n\n\t\t\t\t\t\t<div id=\"main_content_block\">\n\t\t\t\t\t\t\t<a name=\"content_top\" id=\"content_top\"></a>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<img class=\"alignleft\" src=\"https://flavorwire.files.wordpress.com/2014/03/lenadunham.png\" title=\"13 Media Moments from 2014 We Could Have Lived&nbsp;Without\" />\n\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"entry-content\">\n\t\t\t\t\t\t\t\t<meta itemprop=\"articleBody\" content=\"Presenting; a mix of the morally execrable and the culturally annoying moments in 2014 that we sort wish had never happened, to be honest, although\">\n\t\t\t\t\t\t\t\t<p>Presenting; a mix of the morally execrable and the culturally annoying moments in 2014 that we sort wish had never happened, to be honest, although we dutifully thought and wrote about them (and to be even more honest, these ten moments are merely the tip-top of the Christmas tree of head-smacking moments from 2014.)</p>\n<p>Adieu, 2014!</p>\n<p><span id=\"more-495982\"></span></p>\n<p>1. <strong>Celebrity <a title=\"Celebrity Nudes: At Least We’re Finally Blaming the Hackers, Not Their Victims\" href=\"http://flavorwire.com/475258/celebrity-nudes-at-least-were-finally-blaming-the-hackers-not-their-victims\" target=\"_blank\">nude photo leaks</a>.</strong> It was a bummer when actresses were targeted by hackers who released their nude photos. And when everyone slut-shamed them as a result. Sidenote: <a title=\"Yes, Those Pictures of Renée Zellweger Are Disturbing. But Why?\" href=\"http://flavorwire.com/483856/yes-those-pictures-of-renee-zellweger-are-disturbing-but-why\">same went for celebrity plastic surgery gawking.</a></p>\n<p>2. <strong>Donald <a href=\"http://blogs.forward.com/sisterhood-blog/197453/in-donald-sterling-drama-its-all-about-power/\" target=\"_blank\">Sterling-gate</a>. </strong>One of many examples of 2014 scandals that made us aware of how awfully racist people in power were, but this one was just the most epically depressing on a human level.</p>\n<p>3. <strong><em>The Newsroom</em>&#8216;s Campus Rape Plotline</strong> and Aaron&#8217;s Sorkin&#8217;s response. <a title=\"Aaron Sorkin’s Response to Criticisms of That ‘Newsroom’ Episode Perfectly Illustrates What’s Wrong With That ‘Newsroom’ Episode\" href=\"http://flavorwire.com/492986/aaron-sorkins-response-to-criticisms-of-that-newsroom-episode-perfectly-illustrates-whats-wrong-with-that-newsroom-episode\" target=\"_blank\">Just no, Aaron Sorkin</a>.</p>\n<p>4. <strong><em>The Interview</em> hacking brouhaha.</strong> Censorship is terrible and free speech is important, but <a title=\"See ‘The Interview,’ Or Don’t — Neither Option Makes You a Hero\" href=\"http://flavorwire.com/495967/see-the-interview-or-dont-neither-option-makes-you-a-hero\" target=\"_blank\">why did we have to this discussion about a sub-par Rogen-Franco joint?</a></p>\n<p>5.<strong> Igloo Australia&#8217;s Twitter racism. </strong>While pop star feuds, beefs, and rivalries are usually enjoyable and beneficial for everyone involved (I kid), <a title=\"Azealia Banks Is Right About Iggy Azalea and, More Importantly, Race in America\" href=\"http://flavorwire.com/495045/azealia-banks-is-right-about-iggy-azalea-and-more-importantly-race-in-america\" target=\"_blank\">Iggy Azalea&#8217;s ignorance on matters of race only reinforced her clueless pop persona.</a></p>\n<p>6. <strong>Camille Cosby&#8217;s <a title=\"Camille Cosby Tries to Play the “False Accusation” Card\" href=\"http://flavorwire.com/newswire/camille-cosby-tries-to-play-the-false-accusation-card\" target=\"_blank\">statement</a> and Woody Allen&#8217;s <a title=\"Woody Allen’s Rambling Response Illuminates Nothing, Inspires Only Exhaustion\" href=\"http://flavorwire.com/437923/woody-allens-rambling-response-illuminates-nothing-inspires-only-exhaustion\" target=\"_blank\">letter to the <em>New York Times</em></a><em>.</em></strong> Alleged sexual predators and their wives: given a platform for victim-blaming since the beginning of modern media.</p>\n<p>7.<strong> &#8220;Rude.</strong>&#8221; You are genuinely terrible, &#8220;Rude,&#8221; we declared this year. Also, you are still stuck in our heads and will inevitably be heard on New Year&#8217;s Eve.</p>\n<p>8. <strong>Literary genre wars that weren&#8217;t.</strong> Did we really have to spend another year <a title=\"Are You an Adult Who Reads YA Novels? Congratulations, You Saved Publishing in 2014\" href=\"http://flavorwire.com/494377/are-you-an-adult-who-reads-ya-novels-congratulations-you-saved-publishing-in-2014\" target=\"_blank\">scolding each other for our reading choices</a>? Even scolding the <a title=\"Please, Let’s Not Extend the Literary Genre Wars to Kids’ Books\" href=\"http://flavorwire.com/484566/please-lets-not-extend-the-literary-genre-wars-to-kids-books\" target=\"_blank\">littlest readers</a>?</p>\n<p>9. <strong><a title=\"Lena Dunham’s Triggering Art Doesn’t Make Her an Abuser, No Matter What Some Transphobic Bigot Insists\" href=\"http://flavorwire.com/486328/lena-dunhams-triggering-art-doesnt-make-her-an-abuser-no-matter-what-some-transphobic-bigot-insists\" target=\"_blank\">Accusing Lena Dunham of a crime</a> for her writing about of her sister on the left and right and <a title=\"Lena Dunham’s BuzzFeed Op-Ed Illuminates the Difficulties of Telling Rape Stories\" href=\"http://flavorwire.com/493174/lena-dunhams-buzzfeed-op-ed-illuminates-the-difficulties-of-telling-rape-stories\" target=\"_blank\">trying to discredit her own sexual assault story</a> on the right.</strong> Rape culture is serious, and the freedom some (white) artists have to be messy while other artists are constrained by social prejudice informs a lot of the understandable ire directed at Dunham. But none of those factors, nor anything Dunham has written, indicated she had committed a crime, nor that the assault she wrote about herself hadn&#8217;t taken place — and watching feminists and right-wingers join in on this one broke our hearts a little bit.</p>\n<p>10. <strong><a title=\"10 Other Stupid Non-Fashion Trends Inspired by Normcore\" href=\"http://flavorwire.com/442553/10-other-stupid-non-fashion-trends-inspired-by-normcore\" target=\"_blank\">Normcore</a>, <a title=\"Vox Explains the “New” Insult “Basic” — For Those Who Have Consumed Zero Pop Culture Over the Past Three Years\" href=\"http://flavorwire.com/newswire/vox-explains-the-new-insult-basic-for-those-who-have-consumed-zero-pop-culture-over-the-past-three-years\" target=\"_blank\">Basic</a>, and <a title=\"If Health Goth Is a Joke, a ‘New York Times’ Trend Piece Is Its Punchline\" href=\"http://flavorwire.com/493581/if-health-goth-is-a-joke-a-new-york-times-trend-piece-is-its-punchline\" target=\"_blank\">Health Goth</a>.</strong> Stop trying to make fetch happen, bogus trend-pieces.</p>\n<p>11. <strong>Ariel Pink.</strong> <a href=\"http://flavorwire.com/490560/bad-feminist-a-conversation-with-ariel-pink\" target=\"_blank\">Was his misogyny a joke? A nasty slice of his real personality? Trolling</a> because he realized he got more attention for being a jerk than for his music? To be real, much of this whole conversation was unnecessary.</p>\n<p>12. <strong>This godawful, <a title=\"The Christmas Version of “Hallelujah” is a Travesty\" href=\"http://flavorwire.com/newswire/the-christmas-version-of-hallelujah-is-a-travesty\" target=\"_blank\">treacle-coated cover of Leonard Cohen&#8217;s &#8220;Hallelujah&#8221;.</a></strong></p>\n<p>13. <a href=\"http://www.salon.com/2014/08/22/4_worst_right_wing_reactions_to_michael_browns_killing_and_the_ferguson_protests_partner/\" target=\"_blank\"><strong>The disrespectful, racist right wing media circus around Ferguson and the death of Michael Brown</strong>.  </a></p>\n<p><strong>Bonus</strong>:  Sarah Palin&#8217;s Christmas Pie-baking instruction and garbled speech <a href=\"http://www.rawstory.com/rs/2014/12/underdressed-sarah-palin-shares-tips-for-keeping-christ-in-christmas-which-include-buying-her-book/\" target=\"_blank\">special</a> that&#8217;s eerily reminiscent of SNL&#8217;s &#8220;Martha Stewart&#8217;s Topless Christmas.&#8221; Just kidding, <em>we&#8217;re so glad this happened! </em>Never leave us, ex-governor Palin.</p>\n<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/G83gI7qjWug?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t</div><!-- .entry-content -->\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<footer>\n\t\t\t\t\t\t\t<p class=\"tag-label\">Filed Under:</p> <div class=\"tag-list clearfix\"><a href=\"http://flavorwire.com/topics/2014-the-year-in-culture\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Topics', '2014: The Year in Culture' ]);\">2014: The Year in Culture</a><a href=\"http://flavorwire.com/tag/ariel-pink\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'Ariel Pink' ]);\">Ariel Pink</a><a href=\"http://flavorwire.com/tag/lena-duham\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'Lena Duham' ]);\">Lena Duham</a><a href=\"http://flavorwire.com/tag/renee-zellweger\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'Renee Zellweger' ]);\">Renee Zellweger</a><a href=\"http://flavorwire.com/tag/health-goth\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'health goth' ]);\">health goth</a><a href=\"http://flavorwire.com/tag/rude\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'rude' ]);\">rude</a></div>\n\t\t\t\t\t\t\t<div class=\"article-sharing\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"jp-post-flair\" class=\"sharedaddy sd-sharing-enabled\">\n\t\t\t<div class=\"fb-like\" data-href=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"true\"></div>\n\t\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-official sd-sharing\"><div class=\"sd-content\"><ul><li class=\"share-twitter\"><div class=\"twitter_button\"><iframe allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" src=\"http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwp.me%2Fp2Xrlp-251I&#038;counturl=http%3A%2F%2Fflavorwire.com%2F495982%2F13-media-moments-from-2014-we-could-have-lived-without&#038;count=horizontal&#038;text=13%20Media%20Moments%20from%202014%20We%20Could%20Have%20Lived%20Without%3A&#038;via=flavorwire&#038;related=wordpressdotcom\" style=\"width:101px; height:20px;\"></iframe></div></li><li class=\"share-google-plus-1\"><div class=\"googleplus1_button\"><div class=\"g-plus\" data-action=\"share\" data-annotation=\"bubble\" data-href=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without\"></div></div></li><li class=\"share-pinterest\"><div class=\"pinterest_button\"><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fflavorwire.com%2F495982%2F13-media-moments-from-2014-we-could-have-lived-without&#038;description=13%20Media%20Moments%20from%202014%20We%20Could%20Have%20Lived%20Without\" data-pin-do=\"buttonBookmark\" data-pin-config=\"beside\"><img src=\"//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png\" /></a></div></li><li class=\"share-end\"></li></ul></div></div></div>\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wpcom-related-posts\" id=\"wpcom-related-posts-495982\">\n\t\t\t<h3>Related Posts</h3>\n\t\t\t<ul>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/466226/for-flavorwire-the-future-of-celebrity-op-eds-is-a-love-story\" title=\"For Flavorwire, the Future of Celebrity Op-Eds Is a Love Story\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', 'For Flavorwire, the Future of Celebrity Op-Eds Is a Love Story' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"For Flavorwire, the Future of Celebrity Op-Eds Is a Love Story\">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2014/07/taylor-swift-writing.jpg?w=150\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\tFor Flavorwire, the Future of Celebrity Op-Eds Is a Love&nbsp;Story\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/475258/celebrity-nudes-at-least-were-finally-blaming-the-hackers-not-their-victims\" title=\"Celebrity Nudes: At Least We&#039;re Finally Blaming the Hackers, Not Their Victims\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', 'Celebrity Nudes: At Least We\\'re Finally Blaming the Hackers, Not Their Victims' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"Celebrity Nudes: At Least We&#039;re Finally Blaming the Hackers, Not Their Victims\">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2014/09/jennifer-lawrence1.jpg?w=150\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\tCelebrity Nudes: At Least We&#8217;re Finally Blaming the Hackers, Not Their&nbsp;Victims\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/460491/rihannas-sheer-cfda-dress-is-a-brilliant-instagram-prank-and-an-empowering-statement\" title=\"Rihanna&#039;s Sheer CFDA Dress Is a Brilliant Instagram Prank -- and an Empowering Statement\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', 'Rihanna\\'s Sheer CFDA Dress Is a Brilliant Instagram Prank -- and an Empowering Statement' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"Rihanna&#039;s Sheer CFDA Dress Is a Brilliant Instagram Prank -- and an Empowering Statement\">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2014/06/rihanna.jpg?w=150\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\tRihanna&#8217;s Sheer CFDA Dress Is a Brilliant Instagram Prank &#8212; and an Empowering&nbsp;Statement\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n\t\t</div>\n\t\t\n\t\t\t\t\t\t\t<nav id=\"nav-single\">\n\t\t\t\t\t\t\t\t<span class=\"nav-previous\">Previous Post <a href=\"http://flavorwire.com/495983/the-5-best-songs-we-heard-this-week-madonnas-rebel-heart-highlights-jodecis-domestic-violence-song\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Previous Post Link', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without' ]);\" rel=\"prev\">The 5 Best Songs We Heard This Week: Madonna&#8217;s &#8216;Rebel Heart&#8217; Highlights, Jodeci&#8217;s Domestic Violence&nbsp;Single</a></span>\n\t\t\t\t\t\t\t\t<span class=\"nav-next\">Next Post <a href=\"http://flavorwire.com/496017/spirited-photos-of-authors-getting-boozy\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Next Post Link', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without' ]);\" rel=\"next\">Spirited Photos of Authors Getting&nbsp;Boozy</a></span>\n\t\t\t\t\t\t\t</nav><!-- #nav-single -->\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"comments\"><script>\n  (function() {\n    \n   var a=this;var b,c,d,e,f;function g(){return a.navigator?a.navigator.userAgent:null}f=e=d=c=b=!1;var h;if(h=g()){var i=a.navigator;b=0==h.indexOf(\"Opera\");c=!b&&-1!=h.indexOf(\"MSIE\");e=(d=!b&&-1!=h.indexOf(\"WebKit\"))&&-1!=h.indexOf(\"Mobile\");f=!b&&!d&&\"Gecko\"==i.product}var j=c,k=f,l=d,m=e;var n;if(b&&a.opera){var o=a.opera.version;\"function\"==typeof o&&o()}else k?n=/rv\\:([^\\);]+)(\\)|;)/:j?n=/MSIE\\s+([^\\);]+)(\\)|;)/:l&&(n=/WebKit\\/(\\S+)/),n&&n.exec(g());var p=document,q=p.createElement(\"link\");q.rel=\"stylesheet\";q.type=\"text/css\";q.href=\"http://zor.fyre.co/wjs/v3.0/css/livefyre_\"+(m?\"mobile\":\"embed\")+\".css\";q.media=\"all\";p.getElementsByTagName(\"head\")[0].appendChild(q);var r=\"header hgroup footer article section aside nav figure figcaption embed audio video canvas details summary time mark\".split(\" \"),s=p.createDocumentFragment(),t;for(t=0; t<r.length; t++){s.appendChild(p.createElement(r[t]))};\n   })();    \n</script>\n<div class=\"fyre fyre-width-large fyre-bootstrap\">\n  <div class=\"fyre-widget\">\n    <div class=\"fyre-stream-stats\">\n      <div class=\"fyre-comment-count\">\n        <span>2 comments</span>\n      </div>\n\n      <div class=\"fyre-divider\"></div>\n\n      <div class=\"fyre-help\">\n        <div class=\"fyre-box-wrapper\">\n          <a href=\"http://livefyre.com\" target=\"_blank\"><span class=\"fyre-logo-drop\">&nbsp</span>\n          <img class=\"fyre-logo-help\" src=\"http://zor.fyre.co/wjs/v3.0/images/lf-logo.png\" alt=\"Livefyre\" /></a>\n          \n          <ul class=\"fyre-box-list\">\n            <li><a href=\"http://livefyre.com\" target=\"_blank\" title=\"Get Livefyre\">Get\n            Livefyre</a></li>\n\n            <li><a href=\"http://support.livefyre.com\" target=\"_blank\" title=\n            \"FAQ\">FAQ</a></li>\n          </ul>\n        </div>\n      </div>\n    </div>\n\n    <div class=\"fyre-auth\">\n      <div class=\"fyre-login-bar\"><a rel=\"nofollow\" href=\"#\" class=\"fyre-user-loggedout\">Sign in</a></div>\n    </div>\n\n    <div class=\"fyre-editor\">\n      <div class=\"fyre-editor-container\">\n        <div class=\"fyre-editor-editable\" style=\"height: 100px;\"></div>\n\n        <div class=\"fyre-editor-toolbar\">\n          <div class=\"goog-toolbar goog-toolbar-horizontal\" style=\n          \"-webkit-user-select: none;\" role=\"toolbar\" aria-activedescendant=\"\">\n            <div class=\"goog-inline-block fyre-button-left fyre-format-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":0\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-inline-block fyre-button-left fyre-mention-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":1\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-inline-block fyre-button-left fyre-follow-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":2\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\">\n                  + Follow\n                </div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-button fyre-post-button-enabled\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":3\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\">\n                  Post comment\n                </div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-facebook\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":4\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-twitter\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":5\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-linkedin\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":7\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-toolbar-separator goog-inline-block\" style=\n            \"-webkit-user-select: none;\" role=\"separator\" id=\":6\">\n              &nbsp;\n            </div>\n          </div>\n\n          <div class=\"fyre-format-toolbar\" style=\"display: none;\">\n            <div class=\"goog-toolbar goog-toolbar-horizontal\" style=\n            \"-webkit-user-select: none;\" role=\"toolbar\" tabindex=\"-1\">\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Bold\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+bold\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-bold\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Italic\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+italic\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-italic\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Underline\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+underline\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-underline\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\n              \"Add or remove link\" aria-pressed=\"true\" role=\"button\" style=\n              \"-webkit-user-select: none;\" id=\"+link\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-link\" style=\"-webkit-user-select: none;\">\n                      Link\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Numbered list\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+insertOrderedList\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-insertOrderedList\" style=\n                    \"-webkit-user-select: none;\"></div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Bullet list\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+insertUnorderedList\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-insertUnorderedList\" style=\n                    \"-webkit-user-select: none;\"></div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n\n    <div class=\"fyre-comment-stream\" style=\"\">\n      <div class=\"fyre-stream-sort\">\n        <a class=\"fyre-stream-sort-newest\">Newest</a> | <a class=\"fyre-stream-sort-oldest\">Oldest</a>\n      </div>\n\n      <div class=\"fyre-stream-content\">      \n        \n            \n\n        \n            \n\n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://lfavatar-a.akamaihd.net/a/374/986d448054dbbe08409246ef14d49c32/50.jpg?v=1419789159\" class=\n    \"fyre-user-avatar\" alt=\"helenkdeleon\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">helenkdeleon</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p><span>just before I looked at the draft which had said $6361 , I didn't believe ...that...my neighbour realey receiving money part time on-line. . there neighbour had bean doing this for under 22 months and a short time ago cleard the mortgage on there apartment and bought a great new Chevrolet . look at this now....</span><span>.</span></p><p>➜➜➜➜➜ w­­­w­­­w­­­.­­­n­­­e­­­t­­­j­­­o­­­b­­­7­­­0­­­.­­­c­­­o­­­m    </p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://lfavatar-a.akamaihd.net/a/374/bebac77472cad5280905f531245167ff/50.jpg?v=1419754659\" class=\n    \"fyre-user-avatar\" alt=\"HiddnApp\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">HiddnApp</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p>We totally agree that we could have lived without the celebrity nude photo leaks! The Fappening was an awful phenomenon. That's exactly why we created <span>Hiddn, an app that will protect our photos from being stolen and used against our will on the web. It instantly encrypts the photos from the very first moment you take them and doesn't sync them to iCloud, keeping them locally. Here's the app, if you're interested: </span><a href=\"http://bit.ly/hiddnapp\" target=\"_blank\" rel=\"nofollow\">bit.ly/hiddnapp</a><span>.</span></p><p><span><br/></span></p><p><span>We really hope that 2015 won't be similar to this year regarding the online privacy...</span></p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n            \n\n        \n      </div>\n    </div>\n  </div>\n</div>\n</div><!-- Livefyre Comments Version: 1.0-->\t\t\t\t\t\t\t\t<div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Powered by Livefyre</a></div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</footer><!-- .entry-meta -->\n\t\t\t\t\t<span itemprop=\"publisher\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t            <meta itemprop=\"name\" content=\"Flavorwire\"></span>\n\t\t            <meta itemprop=\"url\" content=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without\">\n\t\t\t\t\t</article><!-- #post-495982 -->\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t</div><!-- #center -->\n\n<script type=\"text/javascript\">\n\tvar _gaq = _gaq || [];\n\t_gaq.push( [\"_setCustomVar\", 2, \"author\", \"Sarah Seltzer\", 3] );\n\t_gaq.push( [\"_setCustomVar\", 3, \"channel\", \"Celebrity\", 3] );\n\t\t\t_gaq.push( [\"_setCustomVar\", 4, \"storytype\", \"List\", 3] );\n\t</script>\n\n<script type='text/javascript'>\n\t\t\t\t\t\t\t\tvar _gaq = _gaq || [];\n\t\t\t\t\t\t\t\t_gaq.push(['_setAccount', 'UA-1064749-12']);\r\n_gaq.push(['_trackPageview']);\n\n\t\t\t\t\t\t\t\t(function() {\n\t\t\t\t\t\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\t\t\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\t\t\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t\t\t\t\t\t})();\n\t\t\t\t\t\t\t</script>\r\n\n<div id=\"right\" class=\"col\">\n\t<ul class=\"side-ads\">\n\t\t<li id=\"sidebar_ad_1\" class=\"dfp_ad\">\n\t\t\t\t<div id=\"dfp_ad_2\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=300x250&#038;t=pos%3D2&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=300x250&#038;t=pos%3D2&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t</li>\n\t</ul>\n\t<ul class=\"sidebar_tips\">\n\t\t<li>\n\t\t\t<p>\n\t\t\t\tHave a news tip, story idea,<br/>\n\t\t\t\tor artwork to submit?<br/>\n\t\t\t\t<a href=\"javascript:void(0);\" onclick=\"javascript: window.location.href='mailto:tips@flavorwire.com';\">tips@flavorwire.com</a>\n\t\t\t</p>\n\t\t</li>\n\t</ul>\n\t\n\n\t\n\t\t<ul id=\"most-recent\" class=\"linkgroups\">\n\t\t\t<li><h2>Recent Features</h2></li>\n\t\t\t\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>13h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496901/and-were-back-to-back-to-the-future-part-ii-links-you-need-to-see\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'And We\\'re Back to \\'Back to the Future Part II\\': Links You Need to See' ]);\">And We&#039;re Back to &#039;Back to the Future Part II&#039;: Links You Need to See</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>14h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496850/madonna-can-you-not\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Madonna, Can You Not?' ]);\">Madonna, Can You Not?</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>15h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496794/what-to-watch-on-tv-january-4-january-10\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'What To Watch on TV: January 4-January 10' ]);\">What To Watch on TV: January 4-January 10</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>15h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496791/after-trans-teen-leelah-alcorns-suicide-we-all-must-do-better\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'After Trans Teen Leelah Alcorn\\'s Suicide, We All Must Do Better' ]);\">After Trans Teen Leelah Alcorn&#039;s Suicide, We All Must Do Better</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>17h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496804/flavorwires-guide-to-indie-flicks-to-see-in-january-2\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Flavorwire’s Guide to Indie Flicks to See in January' ]);\">Flavorwire’s Guide to Indie Flicks to See in January</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>17h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496734/the-confident-selfie-finale-sets-up-a-promising-future-that-well-never-see\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'The Confident \\'Selfie\\' Finale Sets Up A Promising Future That We\\'ll Never See' ]);\">The Confident &#039;Selfie&#039; Finale Sets Up A Promising Future That We&#039;ll Never See</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>18h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496742/ten-unique-and-funky-literary-magazines-to-check-out-in-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Ten Unique and Funky Literary Magazines To Check Out in 2015' ]);\">Ten Unique and Funky Literary Magazines To Check Out in 2015</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>19h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496735/men-of-honor-vampires-audiobooks-and-gilmore-girls-highlights-from-edward-herrmanns-career\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Men of Honor, Vampires, Audiobooks, and \\'Gilmore Girls\\': Highlights From Edward Herrmann\\'s Career' ]);\">Men of Honor, Vampires, Audiobooks, and &#039;Gilmore Girls&#039;: Highlights From Edward Herrmann&#039;s Career</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>20h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496739/the-5-best-songs-we-heard-this-week-kanye-inspired-my-first-cry-of-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'The 5 Best Songs We Heard This Week: Kanye Inspired My First Cry of 2015' ]);\">The 5 Best Songs We Heard This Week: Kanye Inspired My First Cry of 2015</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>20h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496749/subtly-beautiful-animated-cinemagraphs-of-the-world-around-us\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Subtly Beautiful Animated &quot;Cinemagraphs&quot; of the World Around Us' ]);\">Subtly Beautiful Animated &quot;Cinemagraphs&quot; of the World Around Us</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\t\t</ul>\n\t\t<ul class=\"side-ads\">\n\t\t\t<li id=\"sidebar_ad_3\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_3\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=300x200&#038;t=pos%3D3&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=300x200&#038;t=pos%3D3&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</li>\n\t\t</ul>\n\n\t\n\t<ul id=\"popular-posts\" class=\"linkgroups\">\n\t\t<li>\n\t\t\t<h2>Popular Posts</h2>\n\t\t\t<a class=\"view-all\" href=\"http://flavorwire.com/popular\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular', 'View All' ]);\">View All Posts</a>\n\t\t</li>\n\t\t<li class=\"clearfix\"><span>22h</span><p><a href=\"http://flavorwire.com/496630/the-best-of-literary-criticism-in-2014\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'The Best of Literary Criticism in 2014' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/prelue.jpg?w=200&h=145&crop=1\" alt=\"The Best of Literary Criticism in 2014\"/>The Best of Literary Criticism in 2014</a></p></li><li class=\"clearfix\"><span>3d</span><p><a href=\"http://flavorwire.com/496591/the-10-best-films-and-tv-shows-about-disappearance\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'The 10 Best Films and TV Shows About Disappearance' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/top-of-the-lake-1.jpg?w=200&h=145&crop=1\" alt=\"The 10 Best Films and TV Shows About Disappearance\"/>The 10 Best Films and TV Shows About Disappearance</a></p></li><li class=\"clearfix\"><span>3d</span><p><a href=\"http://flavorwire.com/496570/2014-the-death-of-the-postmodern-novel-and-the-rise-of-autofiction\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', '2014: The Death of the Postmodern Novel and the Rise of Autofiction' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/koonz.jpg?w=200&h=145&crop=1\" alt=\"2014: The Death of the Postmodern Novel and the Rise of Autofiction\"/>2014: The Death of the Postmodern Novel and the Rise of Autofiction</a></p></li><li class=\"clearfix\"><span>4d</span><p><a href=\"http://flavorwire.com/496515/flavorwires-guide-to-expiring-movies-to-stream-this-new-years-eve\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'Flavorwire\\'s Guide to (Expiring) Movies to Stream This New Year\\'s Eve' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/spaceballs.jpg?w=200&h=145&crop=1\" alt=\"Flavorwire&#039;s Guide to (Expiring) Movies to Stream This New Year&#039;s Eve\"/>Flavorwire&#039;s Guide to (Expiring) Movies to Stream This New Year&#039;s Eve</a></p></li><li class=\"clearfix\"><span>4d</span><p><a href=\"http://flavorwire.com/496517/book-publishing-predictions-for-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'Book Publishing Predictions for 2015' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/rebels.jpg?w=200&h=145&crop=1\" alt=\"Book Publishing Predictions for 2015\"/>Book Publishing Predictions for 2015</a></p></li>\t\t<li>\n\t\t\t<a class=\"view-all\" href=\"http://flavorwire.com/popular\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular', 'View All' ]);\">View All Posts</a>\n\t\t</li>\n\t</ul>\n\n\t\n\t\t<ul class=\"side-ads\">\n\t\t\t<li id=\"sidebar_ad_2\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_4\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=300x600|300x250|160x600|300x1050&#038;t=pos%3D4&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=300x600|300x250|160x600|300x1050&#038;t=pos%3D4&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</li>\n\t\t</ul>\n\n\t\t\n\t\t\n</div>\n\t\t\t\n\t\t</div>\n\t</div>\n\t<div id=\"footer_ad_wrapper\">\n\t\t<div id=\"footer_ad\" class=\"dfp_ad\">\n\t\t\t\t<div id=\"dfp_ad_7\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/media&#038;sz=728x90&#038;t=pos%3D7&#038;c=1420285697\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/media&#038;sz=728x90&#038;t=pos%3D7&#038;c=1420285697\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t</div>\n\t</div>\n\t<footer id=\"footer-main\">\n\t\t<div id=\"footer-inner\" class=\"clearfix\">\n\t\t\t<div class=\"left_box\">\n\t\t\t\t<a href=\"/\" class=\"f-icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'F-Icon' ]);\">F</a>\n\t\t\t\t<div class=\"link_boxes\">\n\t\t\t\t\t<div class=\"first\">\n\t\t\t\t\t\t<p>Got a tip?<br/><a onclick=\"javascript: window.top.location = 'mailto: tips@flavorwire.com';\" href=\"javascript:void(0);\">Let us know!</a></p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<p class=\"small\">Send us <a href=\"javascript:void(0);\" onclick=\"FBY.showForm('1547');return false;\">site feedback</a></p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div id=\"footer-menu\">\n\t\t\t\t<div class=\"inner\">\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"logo\">Flavorwire</h3>\n\t\t\t\t\t<h4>Covering the best in cultural news and commentary</h4>\n\t\t\t\t\t<p class=\"list\">\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/visual-arts\">Art</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/books\">Books</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\">Photography</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/film\">Film</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/design\">Design</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/television\">Television</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/web\">Web</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/media-music\">Media</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/theatre\">Theatre</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/design/fashion-design\">Fashion</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/music\">Music</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/celebrity\">Celebrity</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/pop-culture-2\">Pop Culture</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"/about/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'About' ]);\">About</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.formstack.com/forms/?1351569-TSodE7Umrw\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Advertise' ]);\">Advertise</a></li>\n\t\t\t\t\t\t<li class=\"last\"><a href=\"http://jobs.flavorpill.com/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Jobs' ]);\">Jobs</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"right_box\">\n\t\t\t\t<p class=\"info\">Get the daily Flavorwire email</p>\n\t\t\t\t<div class=\"mailing-list-form-wrapper\" id=\"footer-mailing-list-form\">\n\t\t\t\t\t<form class=\"mailing-list-form\" method=\"post\" action=\"http://link.flavorpill.com/join/flavorwire-signup\" target=\"_blank\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Sign Up', 'Submit' ]);\">\n\t\t\t\t\t\t<div class=\"mailing-list-input-wrapper\">\n\t\t\t\t\t\t\t<input type=\"text\" name=\"fp_email\" id=\"email\" placeholder=\"Email\" onBlur=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Sign Up', 'Enter Email' ]);\"/>\n\t\t\t\t\t\t\t<a href=\"#\" id=\"footer-mailing-list-submit\">Send</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</form>\n\t\t\t\t</div>\n\t\t\t\t<ul id=\"footer-social\">\n\t\t\t\t\t<li id=\"facebook\"><a href=\"http://www.facebook.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Facebook' ]);\">Facebook</a></li>\n\t\t\t\t\t<li id=\"twitter\"><a href=\"http://www.twitter.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Twitter' ]);\">Twitter</a></li>\n\t\t\t\t\t<li id=\"thumblr\"><a href=\"http://flavorpill.tumblr.com\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Thumblr' ]);\">Thumblr</a></li>\n\t\t\t\t\t<li id=\"pinterest\"><a href=\"http://www.pinterest.com/Flavorwire/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Pinterest' ]);\">Pinterest</a></li>\n\t\t\t\t\t<li id=\"rss\" class=\"last\"><a href=\"http://feeds.feedburner.com/flavorwire-rss\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'RSS' ]);\">RSS</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"footer_bottom\">\n\t\t\t<div class=\"content\">\n\t\t\t\t<div class=\"left_box\">\n\t\t\t\t\t<p>&copy; 2014 Flavorpill Media</p>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"center_box\">\n\t\t\t\t\t<p>For cultural events, visit <a href=\"http://www.flavorpill.com\" class=\"flavorpill_link\" target=\"_blank\">Flavorpill</a></p>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"right_box\">\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://flavorwire.com/flavorwire-terms\"onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Terms of Use' ]);\">Terms</a></li>\n\t\t\t\t\t\t<li class=\"last\"><a href=\"http://flavorwire.com/flavorwire-privacy-policy\"onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Privacy Policy' ]);\">Privacy Policy</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"vip-credit\"><a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"https://s1.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-dark-small.png\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a></div>\n\t</footer>\n\n\t\n\n\t<noscript>\n\t  <img src=\"http://pixel.quantserve.com/pixel/p-276i6dB89xiaA.gif\" alt=\"Quantcast\" style=\"border:0;height:1px;width:1px;\"/>\n\t</noscript>\n\t<script type=\"text/javascript\">\n\tdocument.write('<script src=\"' + document.location.protocol + '//fby.s3.amazonaws.com/fby.js\"><' + '/script>');\n\t</script>\n\n\t<!-- Begin comScore Tag -->\n\t<script>\n\t  var _comscore = _comscore || [];\n\t  _comscore.push({ c1: \"2\", c2: \"9770404\" });\n\t  (function() {\n\t    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t    el.parentNode.insertBefore(s, el);\n\t  })();\n\t</script>\n\t<noscript>\n\t  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9770404&cv=2.0&cj=1\" />\n\t</noscript>\n\t<!-- End comScore Tag -->\n\n\t<script type=\"text/javascript\">\n\tvar vglnk = { api_url: '//api.viglink.com/api',\n\tkey: '5df63f359fa6d430809be301eb024d2a' };\n\n\t(function(d, t) {\n\t    var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;\n\t    s.src = ('https:' == document.location.protocol ? vglnk.api_url :\n\t             '//cdn.viglink.com/api') + '/vglnk.js';\n\t    var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);\n\t  }(document, 'script'));\n\t</script>\n\t<!-- Begin social button ga tracking -->\n\t<script type=\"text/javascript\">\n\n\t\t/**\n\t\t * Tracks Facebook likes, unlikes and sends by suscribing to the Facebook\n\t\t * JSAPI event model. Note: This will not track facebook buttons using the\n\t\t * iframe method.\n\t\t * @param {string} opt_pagePath An optional URL to associate the social\n\t\t *     tracking with a particular page.\n\t\t */\n\t\t_ga.trackFacebook = function(opt_pagePath) {\n\t\t  try {\n\t\t    if (FB && FB.Event && FB.Event.subscribe) {\n\t\t\t\tFB.Event.subscribe('edge.create', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'like', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('edge.remove', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'unlike', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('message.send', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'send', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('comment.create', function(targetUrl) {\n\t\t\t\t\t_gaq.push(['_trackSocial', 'facebook', 'comment', targetUrl]);\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Comment', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('comment.remove', function(targetUrl) {\n\t\t\t\t\t_gaq.push(['_trackSocial', 'facebook', 'uncomment', targetUrl]);\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Uncomment', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t});\n\t\t    }\n\t\t  } catch (e) {}\n\t\t};\n\n\t\t/**\n\t\t * Handles tracking for Twitter click and tweet Intent Events which occur\n\t\t * everytime a user Tweets using a Tweet Button, clicks a Tweet Button, or\n\t\t * clicks a Tweet Count. This method should be binded to Twitter click and\n\t\t * tweet events and used as a callback function.\n\t\t * Details here: http://dev.twitter.com/docs/intents/events\n\t\t * @param {object} intent_event An object representing the Twitter Intent Event\n\t\t *     passed from the Tweet Button.\n\t\t * @param {string} opt_pagePath An optional URL to associate the social\n\t\t *     tracking with a particular page.\n\t\t * @private\n\t\t */\n\t\t_ga.trackTwitterHandler_ = function(intent_event, opt_pagePath) {\n\t\t\tvar opt_target; //Default value is undefined\n\t\t\t\tif (intent_event && intent_event.type == 'tweet' || intent_event.type == 'click') {\n\t\t\t\t\tif (intent_event.target.nodeName == 'IFRAME') {\n\t\t\t\t\t\topt_target = _ga.extractParamFromUri_(intent_event.target.src, 'url');\n\t\t\t\t\t}\n\t\t\t\t    var socialAction = intent_event.type + ((intent_event.type == 'click') ? '-' + intent_event.region : ''); //append the type of click to action\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('twitter', socialAction, opt_target,opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '13 Media Moments from 2014 We Could Have Lived&nbsp;Without']);\n\t\t\t\t}\n\t\t\t};\n\t</script>\n\n\t<!-- Mouseflow code -->\n\n\t<script type=\"text/javascript\">\n\t\tvar _mfq = _mfq || [];\n\t\t(function () {\n\t\tvar mf = document.createElement(\"script\"); mf.type = \"text/javascript\"; mf.async = true;\n\t\tmf.src = \"//cdn.mouseflow.com/projects/9882b5e4-1020-40f8-9366-d501ec86c3ac.js\";\n\t\tdocument.getElementsByTagName(\"head\")[0].appendChild(mf);\n\t\t})();\n\t</script>\n\t\n\t<!-- End of Mouseflow code -->\n\n    <script>\n        PARSELY = {\n            onload: function() {\n                jQuery(\"a.prev-page-link\").bind(\"click\", function() {\n                    var url = this.href,\n                        urlref = location.href;\n\n                    PARSELY.beacon.trackPageView({\n                        url: url,\n                        urlref: urlref,\n                        js: 1,\n                        action_name: \"Previous page\"\n                    });\n                    return true;\n                });\n                jQuery(\"a.next-page-link\").bind(\"click\", function() {\n                    var url = this.href,\n                        urlref = location.href;\n\n                    PARSELY.beacon.trackPageView({\n                        url: url,\n                        urlref: urlref,\n                        js: 1,\n                        action_name: \"Next Page\"\n                    });\n                    return true;\n                });\n            }\n        };\n    </script>\n\n\t<!-- wpcom_wp_footer -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"flavorwire.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<script type=\"text/javascript\">\n\t// DFP\n\tvar googletag = googletag || {};\n\tgoogletag.cmd = googletag.cmd || [];\n\t(function(){ var gads = document.createElement('script');\n\tgads.async = true; gads.type = 'text/javascript';\n\tvar useSSL = 'https:' == document.location.protocol;\n\tgads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\tvar node = document.getElementsByTagName('script')[0];\n\tnode.parentNode.insertBefore(gads, node);\n\t})();\n\tvar slot1,slot2,slot3,slot4,slot7,slot8,slot14,slot15,slot16,slot17,slot18,slot19;\n\tgoogletag.cmd.push(function() {\n\t\t\tslot1 = googletag.defineSlot('/8312964/web_flavorwire/media', [[728,90],[970,66]],'dfp_ad_1').setTargeting('pos',['1']).addService(googletag.pubads());\n\t\t\tslot2 = googletag.defineSlot('/8312964/web_flavorwire/media', [[300,250]],'dfp_ad_2').setTargeting('pos',['2']).addService(googletag.pubads());\n\t\t\tslot3 = googletag.defineSlot('/8312964/web_flavorwire/media', [[300,200]],'dfp_ad_3').setTargeting('pos',['3']).addService(googletag.pubads());\n\t\t\tslot4 = googletag.defineSlot('/8312964/web_flavorwire/media', [[300,600],[300,250],[160,600],[300,1050]],'dfp_ad_4').setTargeting('pos',['4']).addService(googletag.pubads());\n\t\t\tslot7 = googletag.defineSlot('/8312964/web_flavorwire/media', [[728,90]],'dfp_ad_7').setTargeting('pos',['7']).addService(googletag.pubads());\n\t\t\tslot8 = googletag.defineSlot('/8312964/web_flavorwire/media', [[2100,1100]],'dfp_ad_8').setTargeting('pos',['8']).addService(googletag.pubads());\n\t\t\tslot14 = googletag.defineSlot('/8312964/web_flavorwire/media', [[160,600]],'dfp_ad_14').setTargeting('pos',['14']).addService(googletag.pubads());\n\t\t\tslot15 = googletag.defineSlot('/8312964/web_flavorwire/media', [[728,90]],'dfp_ad_15').setTargeting('pos',['15']).addService(googletag.pubads());\n\t\t\tslot16 = googletag.defineSlot('/8312964/web_flavorwire/media', [[320,50]],'dfp_ad_16').setTargeting('pos',['16']).addService(googletag.pubads());\n\t\t\tslot17 = googletag.defineSlot('/8312964/web_flavorwire/media', [[1,1]],'dfp_ad_17').setTargeting('pos',['17']).addService(googletag.pubads());\n\t\t\tslot18 = googletag.defineSlot('/8312964/web_flavorwire/media', [[1,1]],'dfp_ad_18').setTargeting('pos',['18']).addService(googletag.pubads());\n\t\t\tslot19 = googletag.defineSlot('/8312964/web_flavorwire/media', [[1000,250]],'dfp_ad_19').setTargeting('pos',['19']).addService(googletag.pubads());\n\t\t\tgoogletag.pubads().collapseEmptyDivs(true);\n\t\t\tgoogletag.pubads().setTargeting('aid',['495982']);\n\t\tgoogletag.pubads().setTargeting('subject',['13-media-moments-from-2014-we-could-have-lived-without']);\n\t\t\t\t\tgoogletag.pubads().enableAsyncRendering();\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display('dfp_ad_1');\ngoogletag.display('dfp_ad_2');\ngoogletag.display('dfp_ad_3');\ngoogletag.display('dfp_ad_4');\ngoogletag.display('dfp_ad_7');\ngoogletag.display('dfp_ad_8');\ngoogletag.display('dfp_ad_16');\ngoogletag.display('dfp_ad_17');\ngoogletag.display('dfp_ad_18');\ngoogletag.display('dfp_ad_19');\n\t});\n\t</script>\n\t<script type=\"text/javascript\">var lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IjEzIE1lZGlhIE1vbWVudHMgZnJvbSAyMDE0IFdlIENvdWxkIEhhdmUgTGl2ZWQmbmJzcDtXaXRob3V0IiwidXJsIjoiaHR0cDpcL1wvZmxhdm9yd2lyZS5jb21cLzQ5NTk4MlwvMTMtbWVkaWEtbW9tZW50cy1mcm9tLTIwMTQtd2UtY291bGQtaGF2ZS1saXZlZC13aXRob3V0IiwidGFncyI6IiIsImNoZWNrc3VtIjoiMzRjODExN2IxODQ2ODNkOWNkZGJhNTBkOWVhNmQwOGYiLCJhcnRpY2xlSWQiOjQ5NTk4Mn0.iy2xJxkQsZCHMzbIjTPE0ol-YW6dfV9kdRnEyJ2lnuo\",\"checksum\":\"34c8117b184683d9cddba50d9ea6d08f\",\"siteId\":\"351496\",\"articleId\":495982,\"betaBanner\":false,\"delegate\":\"authDelegate\",\"el\":\"comments\"}];var conv = fyre.conv.load({\"network\": \"flavorwire.fyre.co\", \"authDelegate\": authDelegate}, lf_config);</script><script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n\n\t<div id=\"bit\" class=\"loggedout-follow-normal\">\n\t\t<a class=\"bsub\" href=\"javascript:void(0)\"><span id='bsub-text'>Follow</span></a>\n\t\t<div id=\"bitsubscribe\">\n\n\t\t\t\t\t<h3><label for=\"loggedout-follow-field\">Follow &ldquo;Flavorwire&rdquo;</label></h3>\n\n\t\t\t<form action=\"https://subscribe.wordpress.com\" method=\"post\" accept-charset=\"utf-8\" id=\"loggedout-follow\">\n\t\t\t<p>Get every new post delivered to your Inbox.</p>\n\n\t\t\t<p id=\"loggedout-follow-error\" style=\"display: none;\"></p>\n\n\t\t\t\t\t\t<p class=\"bit-follow-count\">Join 8,750 other followers</p>\n\t\t\t<p><input type=\"email\" name=\"email\" value=\"Enter your email address\" onfocus='this.value=(this.value==\"Enter your email address\") ? \"\" : this.value;' onblur='this.value=(this.value==\"\") ? \"Enter your email address\" : this.value;'  id=\"loggedout-follow-field\"/></p>\n\n\t\t\t<input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n\t\t\t<input type=\"hidden\" name=\"blog_id\" value=\"43719139\"/>\n\t\t\t<input type=\"hidden\" name=\"source\" value=\"http://flavorwire.com/495982/13-media-moments-from-2014-we-could-have-lived-without\"/>\n\t\t\t<input type=\"hidden\" name=\"sub-type\" value=\"loggedout-follow\"/>\n\n\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"6c5625e795\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/495982/13-media-moments-from-2014-we-could-have-lived-without\" />\n\t\t\t<p id='bsub-subscribe-button'><input type=\"submit\" value=\"Sign me up\" /></p>\n\t\t\t</form>\n\t\t\t\t\t<div id='bsub-credit'><a href=\"https://wordpress.com/?ref=lof\">Build a website with WordPress.com</a></div>\n\t\t</div><!-- #bitsubscribe -->\n\t</div><!-- #bit -->\n\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-twitter' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t  (function() {\n\t\t\t    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n\t\t\t    po.src = 'https://apis.google.com/js/plusone.js';\n\t\t\t    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n\t\t\t  })();\n\t\t\t</script>\n\t\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t// Pinterest shared resources\n\t\t\t\tvar s = document.createElement(\"script\");\n\t\t\t\ts.type = \"text/javascript\";\n\t\t\t\ts.async = true;\n\t\t\t\ts.src = window.location.protocol + \"//assets.pinterest.com/js/pinit.js\";\n\t\t\t\tvar x = document.getElementsByTagName(\"script\")[0];\n\t\t\t\tx.parentNode.insertBefore(s, x);\n\t\t\t\t// if 'Pin it' button has 'counts' make container wider\n\t\t\t\tjQuery(window).load( function(){ jQuery( 'li.share-pinterest a span:visible' ).closest( '.share-pinterest' ).width( '80px' ); } );\n\t\t\t</script>\n\t\t<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar FB_WP=FB_WP||{};FB_WP.queue={_methods:[],flushed:false,add:function(fn){FB_WP.queue.flushed?fn():FB_WP.queue._methods.push(fn)},flush:function(){for(var fn;fn=FB_WP.queue._methods.shift();){fn()}FB_WP.queue.flushed=true}};window.fbAsyncInit=function(){FB.init({\"channelUrl\":\"https:\\/\\/flavorwire.wordpress.com\\/wp-content\\/themes\\/vip\\/plugins\\/facebook\\/channel.php\",\"xfbml\":true,\"appId\":\"140176729504655\"});if(FB_WP && FB_WP.queue && FB_WP.queue.flush){FB_WP.queue.flush()}}\n/* ]]> */\n</script>\n<div id=\"fb-root\"></div><script type=\"text/javascript\">(function(d){var id=\"facebook-jssdk\";if(!d.getElementById(id)){var js=d.createElement(\"script\"),ref=d.getElementsByTagName(\"script\")[0];js.id=id,js.async=true,js.src=\"http:\\/\\/connect.facebook.net\\/en_US\\/all.js\",ref.parentNode.insertBefore(js,ref)}})(document)</script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script>\t<!-- Sailthru Horizon -->\n\t<script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/horizon/v1.js\"></script>\n\t<script type=\"text/javascript\">\n\tjQuery(function( $ ) {\n\t    // Sailthru Concierge\n\t    if (window.Sailthru) {\n\t        Sailthru.setup({\n\t            domain: 'horizon.flavorwire.com'\n\t        });\n\t    }\n\t});\n\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tvar customText = function () {\n    \t\tdocument.getElementsByClassName('fyre-button-right-inner-box')[1].textContent=\"Comment Using\";\n\t\t};\n\t\tsetTimeout(customText, 8000);\n\t</script>\n<script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'43719139','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'43719139','v':'wpcom','tz':'-5','user_id':'0','post':'495982','subd':'flavorwire'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=43719139&v=wpcomvt&tz=-5&user_id=0&post=495982&subd=flavorwire&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXUVYmb2hZL0lEQT9qcF9NWi1bMDJfLy90VXNvY2U3ZFZ1RWlDan5dUUVCUnh3VDl+OG5KdlgxUW1jd05YRWwxWXJIUUpFRmcmeE5kVlZuWXZFa0REejZCLGROaDZ2TWpFQlZYQ3F+STI0SHlsQTJwMTV4OUNZTE0xZVhVV0RtPVQlTUx6a1o1T0RkWktGeS5xQzVHK3M1cG4zfE1MNW9fOTVBSGVCOE9qdH5+QzlUZ2p5bkV0fFg2QT9KWFszK2F0NF14XT9zOEhSSk9KbEdqJT9VTitJYXlCeW04b0xoLTlCZDJpLEdba3p8UiY9bUovOU89K1Iwb08lY2pfS2QsW2xEWTNsSy5ffk41fA=='});\naddLoadEvent(function(){linktracker_init('43719139',495982);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/flavorwire.com2.html",
    "content": "<!doctype html public>\n<!--[if lt IE 7]> <html lang=\"en-us\" class=\"lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>    <html lang=\"en-us\" class=\"lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>    <html lang=\"en-us\" class=\"lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html lang=\"en-us\"> <!--<![endif]-->\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n\t<meta name=\"google-site-verification\" content=\"OLJHupaM3Ydfn1f812vitE49YM4Oc-7uZRMrJBtF9kQ\" />\n\t<title>2014: The Year the Outrage Machine Started Eating the Real World  &#8211;  Flavorwire</title>\n\t<!--[if IE]>\n\t\t<script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\t\n<meta name=\"description\" content=\"If you&#039;re inclined to believe #slatepitches, then 2014 was the Year Of Outrage. The Internet&#039;s favorite shrine to contrarianism published an interactive calendar earlier this month wherein one can track, day by day, the things about which we (&quot;we&quot; being liberal American adults on the Internet, bas...\" />\n<meta name=\"keywords\" content=\"buzz, pop culture, bill cosby, gamergate, justine sacco, outrage, r. kelly\" />\n<meta name=\"p:domain_verify\" content=\"d14fb4bfdccbc45ec9b9cf467123426d\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=flavorwire.com&amp;id=43719139&amp;t=1420285698&amp;back=http%3A%2F%2Fflavorwire.com%2F495418%2F2014-the-year-the-outrage-machine-started-eating-the-real-world' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<link rel=\"dns-prefetch\" href=\"//connect.facebook.net\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; Feed\" href=\"http://flavorwire.com/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; Comments Feed\" href=\"http://flavorwire.com/comments/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Flavorwire &raquo; 2014: The Year the Outrage Machine Started Eating the Real&nbsp;World Comments Feed\" href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world/feed\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='https://s0.wp.com/_static/??-eJx9UNFuwjAM/CGCVQkVXqZ9S0hN6uLEUeJS8fdzh9CG2PqS3Dl39sWwFBckK2aFNLvCc6TcoCVivJcqEwZ9ZfvQ2g7+tjFdscGEWny4um/2Jj+zxB+DxIiDzOouwiwLLDRE3JwRpKLVU/G6KhIO5JExmWzLlkr/dK1wtIDv2XS0Pg1uVODC/iZ1oYrQ1CsFu+6MbURU20+oiHlrHiaZ6HE+ZARZrI3Y2xNs+SOKYwk2WfILcZaM6pa14rpjgxFM9Yv+99/xAJHl7HkVfKaP7tCduv54OvbTF8w0zKE=' type='text/css' media='all' />\n<link rel='stylesheet' id='allandmax-width640px-css-0' href='https://s1.wp.com/wp-content/themes/vip/flavorwire/static/stylesheets/mobile-320px.css?m=1397028020g' type='text/css' media='all and (max-width: 640px)' />\n<link rel='stylesheet' id='screen-css-0' href='https://s1.wp.com/wp-content/themes/vip/flavorwire/static/stylesheets/colorbox.css?m=1358883630g' type='text/css' media='screen' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar LoggedOutFollow = {\"invalid_email\":\"Your subscription did not succeed, please try again with a valid email address.\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s1.wp.com/_static/??-eJydktFOxCAQRX9ISjdRk30wfsqG0gGnO2UQhlb9ejHrxjVW2/UJGO6dmwOj56gsB4Egesh65A4JVMmQjK81hcFxM+QbXXUYLJUe8odweC6QXj+XVYEa0Scj0IwYzuKL1MhZRsi5Ri7cfo/CMCHMq7IBJBp7VAkyvv3o2hF7Fal4DFnXvYeeiyjHRDzrGXsP8gdUwXNMwQacAytLZPIElUpPGLUjM3GaMcFXm8Yycer4Rf3D61Am7PNmW0QrJYFDouvAVCbsFz/u1yxP3BnaLD/N3PWPx0fc7jqd4gX+OoY5ZLZo6CCpjhIGX62P48Pudrff37X3bTu8AyIiOag='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://flavorwire.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Old Favorites Flavorwire Staffers Revisited in&nbsp;2014' href='http://flavorwire.com/496181/old-favorites-flavorwire-staffers-revisited-in-2014' />\n<link rel='next' title='&#8216;Spice World&#8217; Outfits,&nbsp;Ranked' href='http://flavorwire.com/495973/spice-world-outfits-ranked' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world' />\n<link rel='shortlink' href='http://wp.me/p2Xrlp-24SC' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fflavorwire.com%2F495418%2F2014-the-year-the-outrage-machine-started-eating-the-real-world&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fflavorwire.com%2F495418%2F2014-the-year-the-outrage-machine-started-eating-the-real-world&amp;for=wpcom-auto-discovery\" />\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"2014: The Year the Outrage Machine Started Eating the Real World\" />\n<meta property=\"og:url\" content=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\" />\n<meta property=\"og:description\" content=\"If you&#039;re inclined to believe #slatepitches, then 2014 was the Year Of Outrage. The Internet&#039;s favorite shrine to contrarianism published an interactive calendar earlier this month wherein one can ...\" />\n<meta property=\"article:published_time\" content=\"2014-12-29T15:00:20+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-29T21:23:08+00:00\" />\n<meta property=\"article:author\" content=\"http://flavorwire.com/author/tomflavorpill\" />\n<meta property=\"og:site_name\" content=\"Flavorwire\" />\n<meta property=\"og:image\" content=\"https://flavorwire.files.wordpress.com/2014/12/rage-face.jpg?w=1200\" />\n<meta name=\"twitter:site\" content=\"@flavorwire\" />\n<meta name=\"twitter:image:src\" content=\"https://flavorwire.files.wordpress.com/2014/12/rage-face.jpg?w=640\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:creator\" content=\"@flavorwire\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\" />\n<link rel='openid.server' href='http://flavorwire.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://flavorwire.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://flavorwire.com/osd.xml\" title=\"Flavorwire\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n\t<meta name='parsely-page' id='parsely-page' content='{\"title\":\"2014: The Year the Outrage Machine Started Eating the Real&nbsp;World\",\"link\":\"http:\\/\\/flavorwire.com\\/495418\\/2014-the-year-the-outrage-machine-started-eating-the-real-world\",\"image_url\":\"https:\\/\\/flavorwire.files.wordpress.com\\/2014\\/12\\/rage-face.jpg?w=150\",\"type\":\"post\",\"post_id\":\"495418\",\"pub_date\":\"2014-12-29T15:00:20Z\",\"section\":\"buzz\",\"author\":\"Tom Hawking\",\"tags\":[\"bill cosby\",\"gamergate\",\"justine sacco\",\"outrage\",\"r. kelly\"]}' />\n<script type=\"text/javascript\" src=\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script><meta name=\"date\" content=\"2014-12-29 10:00:20\" />\n<meta name=\"keywords\" content=\"bill-cosby,gamergate,justine-sacco,outrage,r-kelly\" />\n<link rel=\"author\" href=\"?rel=author\"/>\n\t<script type=\"text/javascript\" data-lf-domain=\"flavorwire.fyre.co\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n\t\t\t<style>\n\t\t\t.wpcom-related-posts ul li {\n\t\t\t\tlist-style-type: none;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"Flavorwire\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://flavorwire.com/feed;icon-uri=http://s2.wp.com/i/favicon.ico\" />\t<!-- Quantcast Tag, part 1 -->\n\t<script type=\"text/javascript\"> var _qevents = _qevents || []; </script>\n\t<script> Flavorpill.init({ assetsPath: \" https://s0.wp.com/wp-content/themes/vip/flavorwire\"}); </script>\n\t\t\t<script type='text/javascript' src='http://flavorwire.ep.livefyre.com/media/Zmxhdm9yd2lyZS5lcC5saXZlZnlyZS5jb20=/javascripts/customprofiles.js'></script>\n\t\t<script type='text/javascript'>\n\t\t\tvar authDelegate = new fyre.conv.SPAuthDelegate({engage: {app: \"flavorwire.auth.fyre.co\"}});\n\t\t</script>\n\t\t<script type=\"text/javascript\" src=\"//assets.pinterest.com/js/pinit.js\" data-pin-hover=\"true\"></script>\n\t<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\t\t<script>\n\t\t\t_gaq.push(['_setDomainName', 'flavorwire.com']);\n\t\t</script>\n\t\t<link rel=\"shortcut icon\" href=\"https://s2.wp.com/wp-content/themes/vip/flavorwire/favicon.ico\" />\n</head>\n<body>\n\t<div id=\"skin_ad\" class=\"dfp_ad\">\n\t\t\t<div id=\"dfp_ad_8\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=2100x1100&#038;t=pos%3D8&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=2100x1100&#038;t=pos%3D8&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t</div>\n\n\t<div id=\"fb-root\"></div>\n\t<script>\n\t(function(d, s, id) {\n\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\tif (d.getElementById(id)) return;\n\t\tjs = d.createElement(s); js.id = id;\n\t\tjs.src = \"//connect.facebook.net/en_US/all.js#xfbml=1&appId=240197519353460\";\n\t\tfjs.parentNode.insertBefore(js, fjs);\n\t}(document, 'script', 'facebook-jssdk'));\n\t</script>\n\t<div id=\"container\">\n\t\t<header class=\"clearfix\">\n\t\t\t<div id=\"header_ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_1\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=728x90|970x66&#038;t=pos%3D1&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=728x90|970x66&#038;t=pos%3D1&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t\t\t<div id=\"dfp_ad_17\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1x1&#038;t=pos%3D17&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1x1&#038;t=pos%3D17&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t\t\t<div id=\"dfp_ad_18\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1x1&#038;t=pos%3D18&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1x1&#038;t=pos%3D18&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div class=\"clearfix\">\n\t\t\t\t<a href=\"/\" class=\"f-icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Header', 'F-Icon' ]);\">F</a>\n\t\t\t\t<ul id=\"header-social\">\n\t\t\t\t\t<li id=\"rss\"><a href=\"http://feeds.feedburner.com/flavorwire-rss\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'RSS' ]);\">RSS</a></li>\n\t\t\t\t\t<li id=\"twitter\"><a href=\"http://www.twitter.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'Twitter' ]);\">Twitter</a></li>\n\t\t\t\t\t<li id=\"facebook\"><a href=\"http://www.facebook.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Social Follows', 'Facebook' ]);\">Facebook</a></li>\n\t\t\t\t</ul>\n\t\t\t\t<h1 id=\"header-logo\"><a href=\"/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Header', 'Logo' ]);\">Flavorwire</a></h1>\n\t\t\t</div>\n\n\t\t\t\n\t\t\t<div id=\"hot-topics\" class=\"clearfix\">\n\t\t\t\t<a href=\"#\" id=\"search-icon\" class=\"icon\">Search</a>\n\t\t\t\t<a href=\"#\" id=\"location-icon\" class=\"mobile icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Mobile Icon', 'Location' ]);\">Location</a>\n        <a href=\"#\" id=\"menu-icon\" class=\"mobile icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Mobile Icon', 'Menu' ]);\">Menu</a>\n\t\t\t\t<form id=\"search-form\" method=\"get\" action=\"/index.php\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Search', 'Search Submit' ]);\">\n\t\t\t\t\t<input type=\"text\" placeholder=\"Search\" name=\"s\" id=\"s\" class=\"s\" value=\"\" onChange=\"_gaq.push(['_trackEvent', 'Article', 'Search', 'Search Enter' ]);\">\n\t\t\t\t</form>\n\t\t\t\t<ul><li>Hot Topics</li><li id=\"menu-item-491853\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-491853\"><a href=\"http://flavorwire.com/topics/2014-the-year-in-culture\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;2014: The Year in Culture&#039; ]);\">2014: The Year in Culture</a></li>\n<li id=\"menu-item-493483\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-493483\"><a href=\"http://flavorwire.com/topics/nicki-minaj\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;Nicki Minaj&#039; ]);\">Nicki Minaj</a></li>\n<li id=\"menu-item-494768\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-494768\"><a href=\"http://flavorwire.com/topics/the-interview\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;The Interview&#039; ]);\">The Interview</a></li>\n<li id=\"menu-item-495828\" class=\"menu-item menu-item-type-taxonomy menu-item-object-topics menu-item-495828\"><a href=\"http://flavorwire.com/topics/selma\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Hot Topics&#039;, &#039;Selma&#039; ]);\">Selma</a></li>\n</ul>\t\t\t</div>\n\t\t\t<div id=\"mobile-ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_16\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=320x50&#038;t=pos%3D16&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=320x50&#038;t=pos%3D16&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div id=\"header_ad\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_19\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1000x250&#038;t=pos%3D19&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=1000x250&#038;t=pos%3D19&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</div>\n\t\t</header>\n\t\t<div id=\"content\" class=\"clearfix\">\n\n\t\t\t\n<div id=\"left\" class=\"col\">\n\t<ul id=\"topics\" class=\"menu\"><li id=\"menu-item-229263\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-229263\"><a href=\"http://flavorwire.com\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Home&#039; ]);\">Home</a></li>\n<li id=\"menu-item-229264\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229264\"><a href=\"http://flavorwire.com/category/visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Art&#039; ]);\">Art</a></li>\n<li id=\"menu-item-229268\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229268\"><a href=\"http://flavorwire.com/category/books\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Books&#039; ]);\">Books</a></li>\n<li id=\"menu-item-229269\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229269\"><a href=\"http://flavorwire.com/category/music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Music&#039; ]);\">Music</a></li>\n<li id=\"menu-item-229270\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229270\"><a href=\"http://flavorwire.com/category/design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Design&#039; ]);\">Design</a></li>\n<li id=\"menu-item-229271\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229271\"><a href=\"http://flavorwire.com/category/film\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Film&#039; ]);\">Film</a></li>\n<li id=\"menu-item-229272\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229272\"><a href=\"http://flavorwire.com/category/television\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Television&#039; ]);\">Television</a></li>\n<li id=\"menu-item-230384\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-230384\"><a href=\"#\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;More&#039; ]);\">More</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-230408\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230408\"><a href=\"http://flavorwire.com/category/media-music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Media&#039; ]);\">Media</a></li>\n\t<li id=\"menu-item-230410\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230410\"><a href=\"http://flavorwire.com/category/web\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Web&#039; ]);\">Web</a></li>\n\t<li id=\"menu-item-230407\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230407\"><a href=\"http://flavorwire.com/category/design/fashion-design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Fashion&#039; ]);\">Fashion</a></li>\n\t<li id=\"menu-item-230409\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230409\"><a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Photography&#039; ]);\">Photography</a></li>\n\t<li id=\"menu-item-230414\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230414\"><a href=\"http://flavorwire.com/category/theatre\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Theatre&#039; ]);\">Theatre</a></li>\n\t<li id=\"menu-item-230411\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230411\"><a href=\"http://flavorwire.com/category/celebrity\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Celebrity&#039; ]);\">Celebrity</a></li>\n\t<li id=\"menu-item-230413\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-230413\"><a href=\"http://flavorwire.com/category/pop-culture-2\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial&#039;, &#039;Pop Culture&#039; ]);\">Pop Culture</a></li>\n</ul>\n</li>\n</ul>\t<ul id=\"topics-responsive\" class=\"menu\"><li id=\"menu-item-353394\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-353394\"><a href=\"http://flavorwire.com/category/visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Art&#039; ]);\">Art</a></li>\n<li id=\"menu-item-388914\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388914\"><a href=\"http://flavorwire.com/category/books\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Books&#039; ]);\">Books</a></li>\n<li id=\"menu-item-388915\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388915\"><a href=\"http://flavorwire.com/category/music\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Music&#039; ]);\">Music</a></li>\n<li id=\"menu-item-388918\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388918\"><a href=\"http://flavorwire.com/category/design\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Design&#039; ]);\">Design</a></li>\n<li id=\"menu-item-388916\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388916\"><a href=\"http://flavorwire.com/category/film\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Film&#039; ]);\">Film</a></li>\n<li id=\"menu-item-388917\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388917\"><a href=\"http://flavorwire.com/category/television\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Television&#039; ]);\">Television</a></li>\n<li id=\"menu-item-388923\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-388923\"><a href=\"http://flavorwire.com/newswire\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Newswire&#039; ]);\">Newswire</a></li>\n<li id=\"menu-item-388919\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-388919\"><a href=\"#\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;More&#039; ]);\">More</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-388920\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388920\"><a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Photography&#039; ]);\">Photography</a></li>\n\t<li id=\"menu-item-388921\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388921\"><a href=\"http://flavorwire.com/category/web\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;Web&#039; ]);\">Web</a></li>\n\t<li id=\"menu-item-388922\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388922\"><a href=\"http://flavorwire.com/category/news\" onclick=\"_gaq.push([&#039;_trackEvent&#039;, &#039;Article&#039;, &#039;Left Rail_Editorial Responsive&#039;, &#039;News&#039; ]);\">News</a></li>\n</ul>\n</li>\n</ul>\t\n\t<div class=\"mailing-list-form-wrapper\" id=\"sidebar-mailing-list-form\">\n\t\t<form class=\"mailing-list-form\" method=\"post\" action=\"http://link.flavorpill.com/join/flavorwire-signup\" target=\"_blank\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Left Rail_Sign Up', 'Submit' ]);\">\n\t\t\t<fieldset>\n\t\t\t\t<legend id=\"sweeten-your-inbox\">Sweeten your inbox</legend>\n\t\t\t\t<div class=\"mailing-list-input-wrapper\">\n\t\t\t\t\t<input placeholder=\"Email\" type=\"text\" name=\"fp_email\" id=\"email\" onBlur=\"_gaq.push(['_trackEvent', 'Article', 'Left Rail_Sign Up', 'Enter Email' ]);\" />\n\t\t\t\t\t<a href=\"#\" id=\"ml-form-send-button\">Send</a>\n\t\t\t\t</div>\n\t\t\t</fieldset>\n\t\t\t<input type=\"hidden\" name=\"vars[source]\" value=\"Onsite\" />\n\t\t</form>\n\t</div>\n\t<div id=\"left_ad\" class=\"dfp_ad\">\n\t\t\t\t\t</div>\n</div>\n\n\t\t\t<div id=\"center\" class=\"col single\">\n\t\t\t\t\n\t\t\t\t\t<article itemscope itemtype=\"http://schema.org/Article\"  id=\"post-495418\" class=\"post-495418 post type-post status-publish format-standard has-post-thumbnail hentry category-buzz category-pop-culture-2 tag-bill-cosby tag-gamergate tag-justine-sacco tag-outrage tag-r-kelly post-single\">\n\t\t\t\t\t\t<header class=\"entry-header\">\n\t\t\t\t\t\t\t<a href=\"#comments\" class=\"single-comment-count\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Jump to Comments', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World' ]);\">\n\t\t\t\t\t\t\t\t<span class=\"livefyre-commentcount\" data-lf-site-id=\"351496\" data-lf-article-id=\"495418\">0</span><i class=\"arrow\"></i></a>\n\t\t\t\t\t\t\t<p class=\"post-category\"><a href=\"http://flavorwire.com/category/pop-culture-2\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Category', 'Pop Culture' ]);\">Pop Culture</a></p>\t\t\t\t\t\t\t<h2 itemprop=\"name\" class=\"entry-title\">2014: The Year the Outrage Machine Started Eating the Real&nbsp;World\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h2>\n\n\t\t\t\t\t\t\t<div class=\"entry-meta\">\n\t\t\t\t\t\t\t\tBy <span class=\"by-author\"><a class=\"url fn n\" href=\"http://flavorwire.com/author/tomflavorpill\" title=\"View All Posts by Tom Hawking\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Author', 'Tom Hawking' ]);\">\n\t\t\t\t<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t\t\t\t<span itemprop=\"name\">\n\t\t\t\t\t\tTom Hawking\n\t\t\t\t\t</span>\n\t\t\t\t</span>\n\t\t\t\t</a></span> on <time class=\"entry-date\" datetime=\"2014-12-29T10:00:20+00:00\" pubdate=\"pubdate\">Dec 29, 2014 10:00am</time><meta itemprop=\"datePublished\" content=\"2014-12-29\">\t\t\t\t\t\t\t</div><!-- .entry-meta -->\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</header><!-- .entry-header -->\n\n\t\t\t\t\t\t<div id=\"main_content_block\">\n\t\t\t\t\t\t\t<a name=\"content_top\" id=\"content_top\"></a>\n\n\t\t\t\t\t\t\t<div class=\"page-link\"><span class=\"prev-page-placeholder\">&larr;</span><a href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world/2\" class=\"next-page-link\">&rarr;</a><div class='page-current'><input type='hidden' id='pagelink-page' value='1'><input type='hidden' id='pagelink-numpages' value='2'><input name='pagenum' id='pagenum' type='text' value='1'/><i>of</i> 2</div></div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"entry-content\">\n\t\t\t\t\t\t\t\t<meta itemprop=\"articleBody\" content=\"If you&#8217;re inclined to believe #slatepitches, then 2014 was the Year Of Outrage. The Internet&#8217;s favorite shrine to contrarianism\">\n\t\t\t\t\t\t\t\t<p>If you&#8217;re inclined to believe #slatepitches, then 2014 was the Year Of Outrage. The Internet&#8217;s favorite shrine to contrarianism published an <a href=\"http://www.slate.com/articles/life/culturebox/2014/12/the_year_of_outrage_2014_everything_you_were_angry_about_on_social_media.html\" target=\"_blank\">interactive calendar </a>earlier this month wherein one can track, day by day, the things about which we (&#8220;we&#8221; being liberal American adults on the Internet, basically) were outraged this year. I&#8217;m not so sure this year was any different to any other, though: the public has always been fond of being righteously outraged, and for the last few years, at least, the Internet has felt like (and been characterized as) a giant outrage machine. But 2014 did feel like a landmark in one respect: it was the year that the outrage machine proved its power to chew up and spit out people IRL as well as on Twitter or Tumblr. It was a year in which the precipitous fall taken by Bill Cosby, in particular, proved that it&#8217;s much, much harder for stars to bury unflattering narratives these days. But the ever-growing power of the angry mob also has pretty terrifying implications if you take an old-fashioned view of what constitutes justice.</p>\n<p><span id=\"more-495418\"></span></p>\n<p><a href=\"https://flavorwire.files.wordpress.com/2014/12/rage-face.jpg\"><img class=\"alignleft wp-image-496310 size-medium\" src=\"https://flavorwire.files.wordpress.com/2014/12/rage-face.jpg?w=300&#038;h=245\" alt=\"Rage face\" width=\"300\" height=\"245\" /></a></p>\n<p>There have certainly been plenty of <a href=\"http://www.theatlantic.com/technology/archive/2013/12/two-theories-of-how-to-break-the-webs-rage-machine/282453/\" target=\"_blank\">hand-wringing</a> <a href=\"http://www.theatlantic.com/politics/archive/2014/06/rage-against-the-outrage-machine/373069/\">thinkpieces</a> this year lamenting the rise of rage culture (and <a href=\"https://nplusonemag.com/issue-18/the-intellectual-situation/against-the-rage-machine/\" target=\"_blank\">at least one</a> about how the 300 Sandwiches kerfuffle may have saved us from invading Syria). <span style=\"line-height:24px;\">But</span><span style=\"line-height:24px;\"> notably</span><span style=\"line-height:24px;\">, two of the biggest stories of 2014 demonstrate the flip-side of that culture: instances where the Internet&#8217;s unparalleled ability to disseminate information, and to do so relentlessly, has shone</span><span style=\"line-height:24px;\"> light into hitherto dark places. </span><span style=\"line-height:24px;\">I&#8217;m </span><span style=\"line-height:24px;\">talking about</span><span style=\"line-height:24px;\"> the fall of Bill Cosby and the near-fall of R. Kelly</span><span style=\"line-height:24px;\">. Both cases involved allegations that have been on the public record for years, but had nevertheless disappeared from public attention. (And, it should be noted, both involved black men: the sordid history of white celebrities tends to remain buried far more readily than that of men like Kelly and Cosby.)</span></p>\n<p>In both cases, you can trace the story&#8217;s reemergence back to a single moment. First there was Jessica Hopper&#8217;s <a href=\"http://blogs.villagevoice.com/music/2013/12/read_the_stomac.php\" target=\"_blank\">interview with Jim DeRogatis</a> in the <em>Village Voice</em>, right at the end of last year, which brought to light (again) the details of the multiple rape accusations against Kelly. Not long after, DeRogatis himself penned a <a href=\"http://blogs.villagevoice.com/music/2014/01/r_kelly_sex_tape_underage_crimes.php\" target=\"_blank\">piece</a> entitled, &#8220;Why Are People Finally Paying Attention to R. Kelly&#8217;s Many Crimes?&#8221; DeRogatis&#8217; piece was interesting and perceptive, but the answer could have been summarized in three words: the outrage machine.</p>\n<p>It was the same with Cosby: again, all it took was one person to say, &#8220;Wait, look at this.&#8221; In this case, it was Hannibal Buress <a href=\"https://www.youtube.com/watch?v=dzB8dTVALQI\" target=\"_blank\">flat-out calling Cosby a rapist on stage</a>. The next morning, you could feel the entire Internet rubbing its eyes and saying, &#8220;Oh yeah, so what <em>was</em> the deal with Cosby?&#8221; As it turned out, the deal with Cosby was just as awful as the Kelly accusations: decades&#8217; worth of women telling stories of having been drugged and assaulted.</p>\n<p><a href=\"https://flavorwire.files.wordpress.com/2014/12/bill-cosby5.jpg\"><img class=\" wp-image-496319 size-medium alignleft\" src=\"https://flavorwire.files.wordpress.com/2014/12/bill-cosby5.jpg?w=210&#038;h=300\" alt=\"Bill Cosby, Camille Cosby\" width=\"210\" height=\"300\" /></a>Not long after Buress&#8217; performance, the Cosby thinkpieces started to appear. Then one of Cosby&#8217;s alleged victims, Barbara Bowman, <a href=\"http://www.washingtonpost.com/posteverything/wp/2014/11/13/bill-cosby-raped-me-why-did-it-take-30-years-for-people-to-believe-my-story/\" target=\"_blank\">wrote an op-ed</a> for the <em>Washington Post. </em>And then&#8230; well, you can choose your own metaphor: the floodgates opening, the avalanche building, a shower turning into hurricane. However you want to put it, in the course of about three weeks, the attention given to the Cosby accusations increased exponentially, to the point that it could no longer be ignored by anyone (except Cosby himself, who&#8217;s still defiantly sticking to a strategy of stonewalling that simply no longer works). The fallout was dramatic: a <a href=\"http://variety.com/2014/tv/news/nbc-pulls-bill-cosby-comedy-project-amid-rape-allegations-1201360278/\" target=\"_blank\">canceled NBC project</a>, a <a href=\"http://variety.com/2014/biz/news/netflix-pulls-bill-cosby-special-amid-rape-allegations-1201359886/\" target=\"_blank\">shelved Netflix special</a>, <a href=\"http://abcnews.go.com/Entertainment/tv-land-pulls-cosby-show-reruns-amid-sexual/story?id=27015527\" target=\"_blank\">pulled <em>Cosby Show</em> re-runs</a> all over the place. This wasn&#8217;t a case of people online saying nasty things; this was quantifiable and significant damage to whatever&#8217;s left of Cosby&#8217;s career.</p>\n<p>Both with Cosby and with Kelly, we had public interest being reignited in accusations that had been actively suppressed or allowed to just fade away. In the past, it was relatively easy to bury a story: gaslight and discredit the accuser, cozy up to the press, call in some favors. There were only so many ways that news could get out. Once those channels were closed, a story would live on, at best, as a rumor, discussed in bars and over dinner, always laden with an air of doubt and hearsay.</p>\n<p>In 2014, it&#8217;s almost impossible for that to happen once the story gains any sort of momentum. Thanks in large part to social media, there&#8217;s an infinite number of leaks to plug. No doubt some stories are still suppressed before they ever get reported, but once there&#8217;s anything on the public record, it just takes one person to notice it and tweet it&#8230; and the story&#8217;s gone, beyond anyone&#8217;s control.</p>\n<p>Even if the outrage machine stuck exclusively to eviscerating celebrities who have been burying bad press for decades, its power to destroy would be kind of terrifying. But, of course, it doesn&#8217;t. The case that springs to mind immediately is that of the musician Conor Oberst, accused of rape by one Joanie Faircloth in a series of comments on an xoJane article. The pattern was the same: the original comments appeared, they sat idle for a couple of days, not garnering any attention beyond their original forum&#8230; then someone reported them, at which point they started <a href=\"http://urbancatfitters.com/post/72164714862/conor-oberst-rapist\" target=\"_blank\">doing the rounds</a> on Twitter and Tumblr. And suddenly they were everywhere.</p>\n<p><a href=\"https://flavorwire.files.wordpress.com/2014/12/oberst2.jpg\"><img class=\" wp-image-496324 size-medium alignleft\" src=\"https://flavorwire.files.wordpress.com/2014/12/oberst2.jpg?w=300&#038;h=300\" alt=\"oberst2\" width=\"300\" height=\"300\" /></a>It&#8217;s no coincidence, I&#8217;m sure, that all three cases — Kelly, Cosby, and Oberst — involved sexual assault. As we all know, it&#8217;s a crime that&#8217;s notoriously hard to prove and to prosecute, and even more so when years have passed since the alleged incident. In the cases of Kelly and Cosby, it appears from sheer weight of evidence that the Internet&#8217;s collective guilty verdict is most likely justified. The case of Oberst was quite a bit different.</p>\n<p>As I <a href=\"http://flavorwire.com/432645/the-internets-dangerous-opportunistic-speculation-on-conor-obersts-rape-accusations-needs-to-stop\" target=\"_blank\">wrote at the time</a>, the simple fact was that no one knew what had happened except Oberst and his accuser. As so often happens with rape, it was a game of he-said, she-said, except in this case neither he nor she was saying anything — Oberst <a href=\"http://www.spin.com/articles/conor-oberst-anonymous-rape-allegation-response-libel/\" target=\"_blank\">released a brief statement</a> denying the accusations, and Faircloth went to ground. There was no information beyond a couple of deleted comments made by a woman about which the world knew next to nothing. Of course, because the Internet abhors a vacuum of information, this only served to heighten the rage and speculation. Commentators pronounced Oberst guilty or innocent without the slightest hint of a doubt, on the basis of absolutely nothing beyond personal conviction and confirmation bias.</p>\n<p>As it transpired, Faircloth withdrew the allegations after Oberst threatened to sue her. But no one will come out of this story unscathed: there will always be people out there who now believe, no matter what, that Conor Oberst is a rapist. Faircloth, meanwhile, has her credibility left in shreds — there&#8217;ll be people to whom she&#8217;ll always be the crazy girl who made the false accusation. Either way, the Internet feeding frenzy has done her no favors: if her accusation was true, it seems almost impossible for her to ever pursue it, and if it was false, she most likely needs serious help. Having her story plastered all over the Internet (in violation of her express wishes) did her no more good than it did Oberst.</p>\n<p>None of this bothered the Internet judge/jury/executioners, though, who had already happily moved on. The Internet being the Internet, though, what&#8217;s forgotten isn&#8217;t necessarily gone. The Frisky&#8217;s hugely irresponsible &#8220;Why I Believe Conor Oberst&#8217;s Anonymous Rape Accuser&#8221; essay, for instance, is <a href=\"http://www.thefrisky.com/2014-01-08/why-i-believe-conor-obersts-anonymous-rape-accuser/\" target=\"_blank\">still online</a>, prefaced only by a one-sentence &#8220;update&#8221; that&#8217;s essentially the journalistic equivalent of ¯\\_(ツ)_/¯. In cyberspace, accusations never die: they just sit there, somewhere on Google, waiting for people to dredge them up again. It&#8217;s for this reason that there have been <a href=\"http://www.reuters.com/article/2014/11/26/us-google-eu-privacy-idUSKCN0JA1HU20141126\" target=\"_blank\">recent cases in the EU</a> regarding a right to be forgotten.</p>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t</div><!-- .entry-content -->\n\n\t\t\t\t\t\t\t<div class=\"page-link\"><span class=\"prev-page-placeholder\">&larr;</span><a href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world/2\" class=\"next-page-link\">&rarr;</a><div class='page-current'><input type='hidden' id='pagelink-page' value='1'><input type='hidden' id='pagelink-numpages' value='2'><input name='pagenum' id='pagenum' type='text' value='1'/><i>of</i> 2</div></div><div class=\"page-link-all\"><a href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world/view-all\">View all pages</a></div>\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<footer>\n\t\t\t\t\t\t\t<p class=\"tag-label\">Filed Under:</p> <div class=\"tag-list clearfix\"><a href=\"http://flavorwire.com/topics/2014-the-year-in-culture\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Topics', '2014: The Year in Culture' ]);\">2014: The Year in Culture</a><a href=\"http://flavorwire.com/tag/justine-sacco\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'Justine Sacco' ]);\">Justine Sacco</a><a href=\"http://flavorwire.com/tag/outrage\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'Outrage' ]);\">Outrage</a><a href=\"http://flavorwire.com/tag/r-kelly\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'R. Kelly' ]);\">R. Kelly</a><a href=\"http://flavorwire.com/tag/bill-cosby\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'bill cosby' ]);\">bill cosby</a><a href=\"http://flavorwire.com/tag/gamergate\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Post Tag', 'gamergate' ]);\">gamergate</a></div>\n\t\t\t\t\t\t\t<div class=\"article-sharing\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"jp-post-flair\" class=\"sharedaddy sd-sharing-enabled\">\n\t\t\t<div class=\"fb-like\" data-href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"true\"></div>\n\t\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-official sd-sharing\"><div class=\"sd-content\"><ul><li class=\"share-twitter\"><div class=\"twitter_button\"><iframe allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" src=\"http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwp.me%2Fp2Xrlp-24SC&#038;counturl=http%3A%2F%2Fflavorwire.com%2F495418%2F2014-the-year-the-outrage-machine-started-eating-the-real-world&#038;count=horizontal&#038;text=2014%3A%20The%20Year%20the%20Outrage%20Machine%20Started%20Eating%20the%20Real%20World%3A&#038;via=flavorwire&#038;related=wordpressdotcom\" style=\"width:101px; height:20px;\"></iframe></div></li><li class=\"share-google-plus-1\"><div class=\"googleplus1_button\"><div class=\"g-plus\" data-action=\"share\" data-annotation=\"bubble\" data-href=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\"></div></div></li><li class=\"share-pinterest\"><div class=\"pinterest_button\"><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fflavorwire.com%2F495418%2F2014-the-year-the-outrage-machine-started-eating-the-real-world&#038;description=2014%3A%20The%20Year%20the%20Outrage%20Machine%20Started%20Eating%20the%20Real%20World\" data-pin-do=\"buttonBookmark\" data-pin-config=\"beside\"><img src=\"//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png\" /></a></div></li><li class=\"share-end\"></li></ul></div></div></div>\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wpcom-related-posts\" id=\"wpcom-related-posts-495418\">\n\t\t\t<h3>Related Posts</h3>\n\t\t\t<ul>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/485523/why-the-bill-cosby-rape-allegations-wont-go-away-this-time\" title=\"Why the Bill Cosby Rape Allegations Won&#039;t Go Away This Time\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', 'Why the Bill Cosby Rape Allegations Won\\'t Go Away This Time' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"Why the Bill Cosby Rape Allegations Won&#039;t Go Away This Time\">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2014/09/cosby2.jpg?w=150\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\tWhy the Bill Cosby Rape Allegations Won&#8217;t Go Away This&nbsp;Time\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/489681/the-cosby-show-is-too-important-to-erase-from-tv-history\" title=\"&#039;The Cosby Show&#039; Is Too Important to Erase From TV History\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', '\\'The Cosby Show\\' Is Too Important to Erase From TV History' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"&#039;The Cosby Show&#039; Is Too Important to Erase From TV History\">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2014/11/screen-shot-2014-11-20-at-12-37-51-pm.png?w=150\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t&#8216;The Cosby Show&#8217; Is Too Important to Erase From TV&nbsp;History\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"http://flavorwire.com/20229/tribeca-review-intolerance-gets-outed-in-outrage\" title=\"Tribeca Review: Intolerance Gets Outed in Kirby Dick&#039;s Outrage \" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Related Post Link', 'Tribeca Review: Intolerance Gets Outed in Kirby Dick\\'s Outrage ' ]);\">\n\t\t\t\t\t\t<div data-picture data-alt=\"Tribeca Review: Intolerance Gets Outed in Kirby Dick&#039;s Outrage \">\n\t\t\t\t\t\t\t\t<div data-src=\"https://flavorwire.files.wordpress.com/2009/05/outragewebposter.jpg?w=100\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\tTribeca Review: Intolerance Gets Outed in Kirby Dick&#8217;s&nbsp;Outrage\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n\t\t</div>\n\t\t\n\t\t\t\t\t\t\t<nav id=\"nav-single\">\n\t\t\t\t\t\t\t\t<span class=\"nav-previous\">Previous Post <a href=\"http://flavorwire.com/496181/old-favorites-flavorwire-staffers-revisited-in-2014\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Previous Post Link', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World' ]);\" rel=\"prev\">Old Favorites Flavorwire Staffers Revisited in&nbsp;2014</a></span>\n\t\t\t\t\t\t\t\t<span class=\"nav-next\">Next Post <a href=\"http://flavorwire.com/495973/spice-world-outfits-ranked\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Next Post Link', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World' ]);\" rel=\"next\">&#8216;Spice World&#8217; Outfits,&nbsp;Ranked</a></span>\n\t\t\t\t\t\t\t</nav><!-- #nav-single -->\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"comments\"><script>\n  (function() {\n    \n   var a=this;var b,c,d,e,f;function g(){return a.navigator?a.navigator.userAgent:null}f=e=d=c=b=!1;var h;if(h=g()){var i=a.navigator;b=0==h.indexOf(\"Opera\");c=!b&&-1!=h.indexOf(\"MSIE\");e=(d=!b&&-1!=h.indexOf(\"WebKit\"))&&-1!=h.indexOf(\"Mobile\");f=!b&&!d&&\"Gecko\"==i.product}var j=c,k=f,l=d,m=e;var n;if(b&&a.opera){var o=a.opera.version;\"function\"==typeof o&&o()}else k?n=/rv\\:([^\\);]+)(\\)|;)/:j?n=/MSIE\\s+([^\\);]+)(\\)|;)/:l&&(n=/WebKit\\/(\\S+)/),n&&n.exec(g());var p=document,q=p.createElement(\"link\");q.rel=\"stylesheet\";q.type=\"text/css\";q.href=\"http://zor.fyre.co/wjs/v3.0/css/livefyre_\"+(m?\"mobile\":\"embed\")+\".css\";q.media=\"all\";p.getElementsByTagName(\"head\")[0].appendChild(q);var r=\"header hgroup footer article section aside nav figure figcaption embed audio video canvas details summary time mark\".split(\" \"),s=p.createDocumentFragment(),t;for(t=0; t<r.length; t++){s.appendChild(p.createElement(r[t]))};\n   })();    \n</script>\n<div class=\"fyre fyre-width-large fyre-bootstrap\">\n  <div class=\"fyre-widget\">\n    <div class=\"fyre-stream-stats\">\n      <div class=\"fyre-comment-count\">\n        <span>4 comments</span>\n      </div>\n\n      <div class=\"fyre-divider\"></div>\n\n      <div class=\"fyre-help\">\n        <div class=\"fyre-box-wrapper\">\n          <a href=\"http://livefyre.com\" target=\"_blank\"><span class=\"fyre-logo-drop\">&nbsp</span>\n          <img class=\"fyre-logo-help\" src=\"http://zor.fyre.co/wjs/v3.0/images/lf-logo.png\" alt=\"Livefyre\" /></a>\n          \n          <ul class=\"fyre-box-list\">\n            <li><a href=\"http://livefyre.com\" target=\"_blank\" title=\"Get Livefyre\">Get\n            Livefyre</a></li>\n\n            <li><a href=\"http://support.livefyre.com\" target=\"_blank\" title=\n            \"FAQ\">FAQ</a></li>\n          </ul>\n        </div>\n      </div>\n    </div>\n\n    <div class=\"fyre-auth\">\n      <div class=\"fyre-login-bar\"><a rel=\"nofollow\" href=\"#\" class=\"fyre-user-loggedout\">Sign in</a></div>\n    </div>\n\n    <div class=\"fyre-editor\">\n      <div class=\"fyre-editor-container\">\n        <div class=\"fyre-editor-editable\" style=\"height: 100px;\"></div>\n\n        <div class=\"fyre-editor-toolbar\">\n          <div class=\"goog-toolbar goog-toolbar-horizontal\" style=\n          \"-webkit-user-select: none;\" role=\"toolbar\" aria-activedescendant=\"\">\n            <div class=\"goog-inline-block fyre-button-left fyre-format-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":0\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-inline-block fyre-button-left fyre-mention-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":1\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-inline-block fyre-button-left fyre-follow-button\" title=\"\"\n            role=\"button\" style=\"-webkit-user-select: none;\" id=\":2\">\n              <div class=\"goog-inline-block fyre-button-left-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-left-inner-box\" style=\n                \"-webkit-user-select: none;\">\n                  + Follow\n                </div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-button fyre-post-button-enabled\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":3\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\">\n                  Post comment\n                </div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-facebook\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":4\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-twitter\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":5\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\n            \"goog-inline-block fyre-button-right fyre-post-to fyre-post-to-linkedin\"\n            title=\"\" role=\"button\" style=\"-webkit-user-select: none;\" id=\":7\">\n              <div class=\"goog-inline-block fyre-button-right-outer-box\" style=\n              \"-webkit-user-select: none;\">\n                <div class=\"goog-inline-block fyre-button-right-inner-box\" style=\n                \"-webkit-user-select: none;\"></div>\n              </div>\n            </div>\n\n            <div class=\"goog-toolbar-separator goog-inline-block\" style=\n            \"-webkit-user-select: none;\" role=\"separator\" id=\":6\">\n              &nbsp;\n            </div>\n          </div>\n\n          <div class=\"fyre-format-toolbar\" style=\"display: none;\">\n            <div class=\"goog-toolbar goog-toolbar-horizontal\" style=\n            \"-webkit-user-select: none;\" role=\"toolbar\" tabindex=\"-1\">\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Bold\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+bold\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-bold\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Italic\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+italic\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-italic\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Underline\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+underline\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-underline\" style=\"-webkit-user-select: none;\">\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\n              \"Add or remove link\" aria-pressed=\"true\" role=\"button\" style=\n              \"-webkit-user-select: none;\" id=\"+link\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-link\" style=\"-webkit-user-select: none;\">\n                      Link\n                    </div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Numbered list\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+insertOrderedList\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-insertOrderedList\" style=\n                    \"-webkit-user-select: none;\"></div>\n                  </div>\n                </div>\n              </div>\n\n              <div class=\"goog-inline-block goog-toolbar-button\" title=\"Bullet list\"\n              aria-pressed=\"true\" role=\"button\" style=\"-webkit-user-select: none;\" id=\n              \"+insertUnorderedList\">\n                <div class=\"goog-inline-block goog-toolbar-button-outer-box\" style=\n                \"-webkit-user-select: none;\">\n                  <div class=\"goog-inline-block goog-toolbar-button-inner-box\" style=\n                  \"-webkit-user-select: none;\">\n                    <div class=\"tr-icon tr-insertUnorderedList\" style=\n                    \"-webkit-user-select: none;\"></div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n\n    <div class=\"fyre-comment-stream\" style=\"\">\n      <div class=\"fyre-stream-sort\">\n        <a class=\"fyre-stream-sort-newest\">Newest</a> | <a class=\"fyre-stream-sort-oldest\">Oldest</a>\n      </div>\n\n      <div class=\"fyre-stream-content\">      \n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://secure.gravatar.com/avatar/ec446bf6fcb0cb12f0b388a581330337/?s=50&amp;d=https://lfavatar-a.akamaihd.net/a/anon/50.jpg\" class=\n    \"fyre-user-avatar\" alt=\"JenniferGentle94\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">JenniferGentle94</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p>extremely well-thought out, refreshing, and important article, thanks for sharing</p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://lfavatar-a.akamaihd.net/a/374/1d11cbdbfb35927fbe00e51f7763a15c/50.jpg?v=1419876692\" class=\n    \"fyre-user-avatar\" alt=\"jacquelinecwire\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">jacquelinecwire</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p><span>Brooke . I just agree... Lawrence `s remark is nice, I just bought a gorgeous Land Rover Defender sincee geting a check for $8170 this-last/4 weeks and-also, $10 thousand lass-month . without a doubt it is my favourite-work Ive ever done . I started this 6 months ago and straight away was bringing in minimum $86, per hour . view it now</span><span>........</span></p><p>➜➜➜➜➜ w­­­w­­­w­­­.­­­n­­­e­­­t­­­j­­­o­­­b­­­7­­­0­­­.­­­c­­­o­­­m </p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://secure.gravatar.com/avatar/a5a064af89d5399ffdd32af5bdc5b631/?s=50&amp;d=https://lfavatar-a.akamaihd.net/a/anon/50.jpg\" class=\n    \"fyre-user-avatar\" alt=\"Teodora\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">Teodora</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p>upto I looked at the receipt saying $9473 , I accept that my father in law had been realy taking home money in there spare time from there new laptop. . there neighbor has been doing this 4 less than and as of now repaid the mortgage on their home and bought themselves a Ford . </p><p><span><br/></span></p><p>www.time-review.com</p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n            \n\n        \n            \n<article class=\"fyre-comment-article\">\n  <div class=\"fyre-comment-wrapper\">\n  \n  \n  \n  <div class=\"fyre-comment-user\">\n    <a class=\"fyre-comment-author\"><img src=\"https://lfavatar-a.akamaihd.net/a/374/7cb9a812ae0164411b7d5b9e99f0180e/50.jpg?v=1419870556\" class=\n    \"fyre-user-avatar\" alt=\"cynicalwank\" /></a>\n\n    <div class=\"fyre-comment-socialsync fyre-comment-from-livefyre\"></div>\n  </div>\n    \n  <header class=\"fyre-comment-head\">\n    <a class=\"fyre-comment-username\">cynicalwank</a> \n    \n    \n    <span class=\"fyre-comment-user-rating\" style=\"display: none;\">5pts</span>\n    <span class=\"fyre-comment-like\" style=\"float: right;\">\n      \n    </span>\n    \n  </header>\n  \n  <section class=\"fyre-comment-body\">\n    <div class=\"fyre-comment\">\n      <p><p>The Justine Sacco thing... I think part of that story wasn't so much the perceived racism in her tweet, but the fact that she was a PR exec.  This kind of stuff is explicitly HER JOB.  You'd think that a PR exec, of all people, would take an extra minute after composing a tweet and say to herself: 'hmm, how are people going to read this?'.</p><p><br/></p><p>To me, 2014 is the year substandard 'journalism' websites used The Outrage Machine to exploit people's emotions with clickbait articles designed to either confirm bias or enrage the opposition, rather than any thoughtful objective analysis.  In my opinion, nobody looked good in the wake of #gamergate, either the pro- or anti- side.  I would have thought that journalists would have covered this issue soberly and dispassionately, which in fairness, some did.  Many, however, fanned the flames for the sole purpose of generating clicks.  It was disgusting.</p></p>\n    </div>\n    \n  </section>\n\n  <footer class=\"fyre-comment-footer\">\n  </footer>\n  </div>\n  <div class=\"fyre-comment-divider\"><div class=\"fyre-comment-divider\"></div></div>\n\n  \n    \n  <div class=\"fyre-comment-replies fyre-comment-container fyre-comment-replies-indent\">\n  \n  </div>\n</article>\n\n\n        \n      </div>\n    </div>\n  </div>\n</div>\n</div><!-- Livefyre Comments Version: 1.0-->\t\t\t\t\t\t\t\t<div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Powered by Livefyre</a></div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</footer><!-- .entry-meta -->\n\t\t\t\t\t<span itemprop=\"publisher\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t            <meta itemprop=\"name\" content=\"Flavorwire\"></span>\n\t\t            <meta itemprop=\"url\" content=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\">\n\t\t\t\t\t</article><!-- #post-495418 -->\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t</div><!-- #center -->\n\n<script type=\"text/javascript\">\n\tvar _gaq = _gaq || [];\n\t_gaq.push( [\"_setCustomVar\", 2, \"author\", \"Tom Hawking\", 3] );\n\t_gaq.push( [\"_setCustomVar\", 3, \"channel\", \"buzz\", 3] );\n\t\t\t_gaq.push( [\"_setCustomVar\", 4, \"storytype\", \"uncategorized\", 3] );\n\t</script>\n\n<script type='text/javascript'>\n\t\t\t\t\t\t\t\tvar _gaq = _gaq || [];\n\t\t\t\t\t\t\t\t_gaq.push(['_setAccount', 'UA-1064749-12']);\r\n_gaq.push(['_trackPageview']);\n\n\t\t\t\t\t\t\t\t(function() {\n\t\t\t\t\t\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\t\t\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\t\t\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t\t\t\t\t\t})();\n\t\t\t\t\t\t\t</script>\r\n\n<div id=\"right\" class=\"col\">\n\t<ul class=\"side-ads\">\n\t\t<li id=\"sidebar_ad_1\" class=\"dfp_ad\">\n\t\t\t\t<div id=\"dfp_ad_2\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x250&#038;t=pos%3D2&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x250&#038;t=pos%3D2&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t</li>\n\t</ul>\n\t<ul class=\"sidebar_tips\">\n\t\t<li>\n\t\t\t<p>\n\t\t\t\tHave a news tip, story idea,<br/>\n\t\t\t\tor artwork to submit?<br/>\n\t\t\t\t<a href=\"javascript:void(0);\" onclick=\"javascript: window.location.href='mailto:tips@flavorwire.com';\">tips@flavorwire.com</a>\n\t\t\t</p>\n\t\t</li>\n\t</ul>\n\t\n\n\t\n\t\t<ul id=\"most-recent\" class=\"linkgroups\">\n\t\t\t<li><h2>Recent Features</h2></li>\n\t\t\t\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>13h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496901/and-were-back-to-back-to-the-future-part-ii-links-you-need-to-see\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'And We\\'re Back to \\'Back to the Future Part II\\': Links You Need to See' ]);\">And We&#039;re Back to &#039;Back to the Future Part II&#039;: Links You Need to See</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>14h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496850/madonna-can-you-not\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Madonna, Can You Not?' ]);\">Madonna, Can You Not?</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>15h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496794/what-to-watch-on-tv-january-4-january-10\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'What To Watch on TV: January 4-January 10' ]);\">What To Watch on TV: January 4-January 10</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>15h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496791/after-trans-teen-leelah-alcorns-suicide-we-all-must-do-better\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'After Trans Teen Leelah Alcorn\\'s Suicide, We All Must Do Better' ]);\">After Trans Teen Leelah Alcorn&#039;s Suicide, We All Must Do Better</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>17h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496804/flavorwires-guide-to-indie-flicks-to-see-in-january-2\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Flavorwire’s Guide to Indie Flicks to See in January' ]);\">Flavorwire’s Guide to Indie Flicks to See in January</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>17h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496734/the-confident-selfie-finale-sets-up-a-promising-future-that-well-never-see\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'The Confident \\'Selfie\\' Finale Sets Up A Promising Future That We\\'ll Never See' ]);\">The Confident &#039;Selfie&#039; Finale Sets Up A Promising Future That We&#039;ll Never See</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>18h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496742/ten-unique-and-funky-literary-magazines-to-check-out-in-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Ten Unique and Funky Literary Magazines To Check Out in 2015' ]);\">Ten Unique and Funky Literary Magazines To Check Out in 2015</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>19h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496735/men-of-honor-vampires-audiobooks-and-gilmore-girls-highlights-from-edward-herrmanns-career\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Men of Honor, Vampires, Audiobooks, and \\'Gilmore Girls\\': Highlights From Edward Herrmann\\'s Career' ]);\">Men of Honor, Vampires, Audiobooks, and &#039;Gilmore Girls&#039;: Highlights From Edward Herrmann&#039;s Career</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>20h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496739/the-5-best-songs-we-heard-this-week-kanye-inspired-my-first-cry-of-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'The 5 Best Songs We Heard This Week: Kanye Inspired My First Cry of 2015' ]);\">The 5 Best Songs We Heard This Week: Kanye Inspired My First Cry of 2015</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"clearfix\">\n\t\t\t\t\t<span>20h</span>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/496749/subtly-beautiful-animated-cinemagraphs-of-the-world-around-us\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Recent Features', 'Subtly Beautiful Animated &quot;Cinemagraphs&quot; of the World Around Us' ]);\">Subtly Beautiful Animated &quot;Cinemagraphs&quot; of the World Around Us</a>\n\t\t\t\t\t\t\n\t\t\t\t\t</p>\n\t\t\t\t</li>\t\t</ul>\n\t\t<ul class=\"side-ads\">\n\t\t\t<li id=\"sidebar_ad_3\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_3\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x200&#038;t=pos%3D3&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x200&#038;t=pos%3D3&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</li>\n\t\t</ul>\n\n\t\n\t<ul id=\"popular-posts\" class=\"linkgroups\">\n\t\t<li>\n\t\t\t<h2>Popular Posts</h2>\n\t\t\t<a class=\"view-all\" href=\"http://flavorwire.com/popular\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular', 'View All' ]);\">View All Posts</a>\n\t\t</li>\n\t\t<li class=\"clearfix\"><span>22h</span><p><a href=\"http://flavorwire.com/496630/the-best-of-literary-criticism-in-2014\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'The Best of Literary Criticism in 2014' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/prelue.jpg?w=200&h=145&crop=1\" alt=\"The Best of Literary Criticism in 2014\"/>The Best of Literary Criticism in 2014</a></p></li><li class=\"clearfix\"><span>3d</span><p><a href=\"http://flavorwire.com/496591/the-10-best-films-and-tv-shows-about-disappearance\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'The 10 Best Films and TV Shows About Disappearance' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/top-of-the-lake-1.jpg?w=200&h=145&crop=1\" alt=\"The 10 Best Films and TV Shows About Disappearance\"/>The 10 Best Films and TV Shows About Disappearance</a></p></li><li class=\"clearfix\"><span>3d</span><p><a href=\"http://flavorwire.com/496570/2014-the-death-of-the-postmodern-novel-and-the-rise-of-autofiction\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', '2014: The Death of the Postmodern Novel and the Rise of Autofiction' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/koonz.jpg?w=200&h=145&crop=1\" alt=\"2014: The Death of the Postmodern Novel and the Rise of Autofiction\"/>2014: The Death of the Postmodern Novel and the Rise of Autofiction</a></p></li><li class=\"clearfix\"><span>4d</span><p><a href=\"http://flavorwire.com/496515/flavorwires-guide-to-expiring-movies-to-stream-this-new-years-eve\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'Flavorwire\\'s Guide to (Expiring) Movies to Stream This New Year\\'s Eve' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/spaceballs.jpg?w=200&h=145&crop=1\" alt=\"Flavorwire&#039;s Guide to (Expiring) Movies to Stream This New Year&#039;s Eve\"/>Flavorwire&#039;s Guide to (Expiring) Movies to Stream This New Year&#039;s Eve</a></p></li><li class=\"clearfix\"><span>4d</span><p><a href=\"http://flavorwire.com/496517/book-publishing-predictions-for-2015\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular Posts', 'Book Publishing Predictions for 2015' ]);\"><img src=\"https://flavorwire.files.wordpress.com/2014/12/rebels.jpg?w=200&h=145&crop=1\" alt=\"Book Publishing Predictions for 2015\"/>Book Publishing Predictions for 2015</a></p></li>\t\t<li>\n\t\t\t<a class=\"view-all\" href=\"http://flavorwire.com/popular\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Popular', 'View All' ]);\">View All Posts</a>\n\t\t</li>\n\t</ul>\n\n\t\n\t\t<ul class=\"side-ads\">\n\t\t\t<li id=\"sidebar_ad_2\" class=\"dfp_ad\">\n\t\t\t\t\t<div id=\"dfp_ad_4\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x600|300x250|160x600|300x1050&#038;t=pos%3D4&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=300x600|300x250|160x600|300x1050&#038;t=pos%3D4&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t\t</li>\n\t\t</ul>\n\n\t\t\n\t\t\n</div>\n\t\t\t\n\t\t</div>\n\t</div>\n\t<div id=\"footer_ad_wrapper\">\n\t\t<div id=\"footer_ad\" class=\"dfp_ad\">\n\t\t\t\t<div id=\"dfp_ad_7\" class=\"dfp_ad_inner\">\n\t\t\t<noscript>\n\t\t<a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=/8312964/web_flavorwire/pop_culture&#038;sz=728x90&#038;t=pos%3D7&#038;c=1420285698\">\n\t\t\t<img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=/8312964/web_flavorwire/pop_culture&#038;sz=728x90&#038;t=pos%3D7&#038;c=1420285698\" />\n\t\t</a>\n\t</noscript>\n\t\t</div>\n\t\t\t</div>\n\t</div>\n\t<footer id=\"footer-main\">\n\t\t<div id=\"footer-inner\" class=\"clearfix\">\n\t\t\t<div class=\"left_box\">\n\t\t\t\t<a href=\"/\" class=\"f-icon\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'F-Icon' ]);\">F</a>\n\t\t\t\t<div class=\"link_boxes\">\n\t\t\t\t\t<div class=\"first\">\n\t\t\t\t\t\t<p>Got a tip?<br/><a onclick=\"javascript: window.top.location = 'mailto: tips@flavorwire.com';\" href=\"javascript:void(0);\">Let us know!</a></p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<p class=\"small\">Send us <a href=\"javascript:void(0);\" onclick=\"FBY.showForm('1547');return false;\">site feedback</a></p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div id=\"footer-menu\">\n\t\t\t\t<div class=\"inner\">\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"logo\">Flavorwire</h3>\n\t\t\t\t\t<h4>Covering the best in cultural news and commentary</h4>\n\t\t\t\t\t<p class=\"list\">\n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/visual-arts\">Art</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/books\">Books</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/visual-arts/photography-visual-arts\">Photography</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/film\">Film</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/design\">Design</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/television\">Television</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/web\">Web</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/media-music\">Media</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/theatre\">Theatre</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/design/fashion-design\">Fashion</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/music\">Music</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/celebrity\">Celebrity</a>, \n\t\t\t\t\t\t<a href=\"http://flavorwire.com/category/pop-culture-2\">Pop Culture</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"/about/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'About' ]);\">About</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.formstack.com/forms/?1351569-TSodE7Umrw\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Advertise' ]);\">Advertise</a></li>\n\t\t\t\t\t\t<li class=\"last\"><a href=\"http://jobs.flavorpill.com/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Jobs' ]);\">Jobs</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"right_box\">\n\t\t\t\t<p class=\"info\">Get the daily Flavorwire email</p>\n\t\t\t\t<div class=\"mailing-list-form-wrapper\" id=\"footer-mailing-list-form\">\n\t\t\t\t\t<form class=\"mailing-list-form\" method=\"post\" action=\"http://link.flavorpill.com/join/flavorwire-signup\" target=\"_blank\" onSubmit=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Sign Up', 'Submit' ]);\">\n\t\t\t\t\t\t<div class=\"mailing-list-input-wrapper\">\n\t\t\t\t\t\t\t<input type=\"text\" name=\"fp_email\" id=\"email\" placeholder=\"Email\" onBlur=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Sign Up', 'Enter Email' ]);\"/>\n\t\t\t\t\t\t\t<a href=\"#\" id=\"footer-mailing-list-submit\">Send</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</form>\n\t\t\t\t</div>\n\t\t\t\t<ul id=\"footer-social\">\n\t\t\t\t\t<li id=\"facebook\"><a href=\"http://www.facebook.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Facebook' ]);\">Facebook</a></li>\n\t\t\t\t\t<li id=\"twitter\"><a href=\"http://www.twitter.com/flavorwire\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Twitter' ]);\">Twitter</a></li>\n\t\t\t\t\t<li id=\"thumblr\"><a href=\"http://flavorpill.tumblr.com\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Thumblr' ]);\">Thumblr</a></li>\n\t\t\t\t\t<li id=\"pinterest\"><a href=\"http://www.pinterest.com/Flavorwire/\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'Pinterest' ]);\">Pinterest</a></li>\n\t\t\t\t\t<li id=\"rss\" class=\"last\"><a href=\"http://feeds.feedburner.com/flavorwire-rss\" onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer_Social Follows', 'RSS' ]);\">RSS</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"footer_bottom\">\n\t\t\t<div class=\"content\">\n\t\t\t\t<div class=\"left_box\">\n\t\t\t\t\t<p>&copy; 2014 Flavorpill Media</p>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"center_box\">\n\t\t\t\t\t<p>For cultural events, visit <a href=\"http://www.flavorpill.com\" class=\"flavorpill_link\" target=\"_blank\">Flavorpill</a></p>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"right_box\">\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://flavorwire.com/flavorwire-terms\"onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Terms of Use' ]);\">Terms</a></li>\n\t\t\t\t\t\t<li class=\"last\"><a href=\"http://flavorwire.com/flavorwire-privacy-policy\"onclick=\"_gaq.push(['_trackEvent', 'Article', 'Footer', 'Privacy Policy' ]);\">Privacy Policy</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"vip-credit\"><a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"https://s1.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-dark-small.png\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a></div>\n\t</footer>\n\n\t\n\n\t<noscript>\n\t  <img src=\"http://pixel.quantserve.com/pixel/p-276i6dB89xiaA.gif\" alt=\"Quantcast\" style=\"border:0;height:1px;width:1px;\"/>\n\t</noscript>\n\t<script type=\"text/javascript\">\n\tdocument.write('<script src=\"' + document.location.protocol + '//fby.s3.amazonaws.com/fby.js\"><' + '/script>');\n\t</script>\n\n\t<!-- Begin comScore Tag -->\n\t<script>\n\t  var _comscore = _comscore || [];\n\t  _comscore.push({ c1: \"2\", c2: \"9770404\" });\n\t  (function() {\n\t    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t    el.parentNode.insertBefore(s, el);\n\t  })();\n\t</script>\n\t<noscript>\n\t  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9770404&cv=2.0&cj=1\" />\n\t</noscript>\n\t<!-- End comScore Tag -->\n\n\t<script type=\"text/javascript\">\n\tvar vglnk = { api_url: '//api.viglink.com/api',\n\tkey: '5df63f359fa6d430809be301eb024d2a' };\n\n\t(function(d, t) {\n\t    var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;\n\t    s.src = ('https:' == document.location.protocol ? vglnk.api_url :\n\t             '//cdn.viglink.com/api') + '/vglnk.js';\n\t    var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);\n\t  }(document, 'script'));\n\t</script>\n\t<!-- Begin social button ga tracking -->\n\t<script type=\"text/javascript\">\n\n\t\t/**\n\t\t * Tracks Facebook likes, unlikes and sends by suscribing to the Facebook\n\t\t * JSAPI event model. Note: This will not track facebook buttons using the\n\t\t * iframe method.\n\t\t * @param {string} opt_pagePath An optional URL to associate the social\n\t\t *     tracking with a particular page.\n\t\t */\n\t\t_ga.trackFacebook = function(opt_pagePath) {\n\t\t  try {\n\t\t    if (FB && FB.Event && FB.Event.subscribe) {\n\t\t\t\tFB.Event.subscribe('edge.create', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'like', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('edge.remove', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'unlike', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('message.send', function(opt_target) {\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('facebook', 'send', opt_target, opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('comment.create', function(targetUrl) {\n\t\t\t\t\t_gaq.push(['_trackSocial', 'facebook', 'comment', targetUrl]);\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Comment', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t});\n\t\t\t\tFB.Event.subscribe('comment.remove', function(targetUrl) {\n\t\t\t\t\t_gaq.push(['_trackSocial', 'facebook', 'uncomment', targetUrl]);\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Uncomment', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t});\n\t\t    }\n\t\t  } catch (e) {}\n\t\t};\n\n\t\t/**\n\t\t * Handles tracking for Twitter click and tweet Intent Events which occur\n\t\t * everytime a user Tweets using a Tweet Button, clicks a Tweet Button, or\n\t\t * clicks a Tweet Count. This method should be binded to Twitter click and\n\t\t * tweet events and used as a callback function.\n\t\t * Details here: http://dev.twitter.com/docs/intents/events\n\t\t * @param {object} intent_event An object representing the Twitter Intent Event\n\t\t *     passed from the Tweet Button.\n\t\t * @param {string} opt_pagePath An optional URL to associate the social\n\t\t *     tracking with a particular page.\n\t\t * @private\n\t\t */\n\t\t_ga.trackTwitterHandler_ = function(intent_event, opt_pagePath) {\n\t\t\tvar opt_target; //Default value is undefined\n\t\t\t\tif (intent_event && intent_event.type == 'tweet' || intent_event.type == 'click') {\n\t\t\t\t\tif (intent_event.target.nodeName == 'IFRAME') {\n\t\t\t\t\t\topt_target = _ga.extractParamFromUri_(intent_event.target.src, 'url');\n\t\t\t\t\t}\n\t\t\t\t    var socialAction = intent_event.type + ((intent_event.type == 'click') ? '-' + intent_event.region : ''); //append the type of click to action\n\t\t\t\t\t_gaq.push(_ga.getSocialActionTrackers_('twitter', socialAction, opt_target,opt_pagePath));\n\t\t\t\t\t_gaq.push(['_trackEvent', 'Article', 'Social Sharing', '2014: The Year the Outrage Machine Started Eating the Real&nbsp;World']);\n\t\t\t\t}\n\t\t\t};\n\t</script>\n\n\t<!-- Mouseflow code -->\n\n\t<script type=\"text/javascript\">\n\t\tvar _mfq = _mfq || [];\n\t\t(function () {\n\t\tvar mf = document.createElement(\"script\"); mf.type = \"text/javascript\"; mf.async = true;\n\t\tmf.src = \"//cdn.mouseflow.com/projects/9882b5e4-1020-40f8-9366-d501ec86c3ac.js\";\n\t\tdocument.getElementsByTagName(\"head\")[0].appendChild(mf);\n\t\t})();\n\t</script>\n\t\n\t<!-- End of Mouseflow code -->\n\n    <script>\n        PARSELY = {\n            onload: function() {\n                jQuery(\"a.prev-page-link\").bind(\"click\", function() {\n                    var url = this.href,\n                        urlref = location.href;\n\n                    PARSELY.beacon.trackPageView({\n                        url: url,\n                        urlref: urlref,\n                        js: 1,\n                        action_name: \"Previous page\"\n                    });\n                    return true;\n                });\n                jQuery(\"a.next-page-link\").bind(\"click\", function() {\n                    var url = this.href,\n                        urlref = location.href;\n\n                    PARSELY.beacon.trackPageView({\n                        url: url,\n                        urlref: urlref,\n                        js: 1,\n                        action_name: \"Next Page\"\n                    });\n                    return true;\n                });\n            }\n        };\n    </script>\n\n\t<!-- wpcom_wp_footer -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"flavorwire.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<script type=\"text/javascript\">\n\t// DFP\n\tvar googletag = googletag || {};\n\tgoogletag.cmd = googletag.cmd || [];\n\t(function(){ var gads = document.createElement('script');\n\tgads.async = true; gads.type = 'text/javascript';\n\tvar useSSL = 'https:' == document.location.protocol;\n\tgads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\tvar node = document.getElementsByTagName('script')[0];\n\tnode.parentNode.insertBefore(gads, node);\n\t})();\n\tvar slot1,slot2,slot3,slot4,slot7,slot8,slot14,slot15,slot16,slot17,slot18,slot19;\n\tgoogletag.cmd.push(function() {\n\t\t\tslot1 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[728,90],[970,66]],'dfp_ad_1').setTargeting('pos',['1']).addService(googletag.pubads());\n\t\t\tslot2 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[300,250]],'dfp_ad_2').setTargeting('pos',['2']).addService(googletag.pubads());\n\t\t\tslot3 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[300,200]],'dfp_ad_3').setTargeting('pos',['3']).addService(googletag.pubads());\n\t\t\tslot4 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[300,600],[300,250],[160,600],[300,1050]],'dfp_ad_4').setTargeting('pos',['4']).addService(googletag.pubads());\n\t\t\tslot7 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[728,90]],'dfp_ad_7').setTargeting('pos',['7']).addService(googletag.pubads());\n\t\t\tslot8 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[2100,1100]],'dfp_ad_8').setTargeting('pos',['8']).addService(googletag.pubads());\n\t\t\tslot14 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[160,600]],'dfp_ad_14').setTargeting('pos',['14']).addService(googletag.pubads());\n\t\t\tslot15 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[728,90]],'dfp_ad_15').setTargeting('pos',['15']).addService(googletag.pubads());\n\t\t\tslot16 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[320,50]],'dfp_ad_16').setTargeting('pos',['16']).addService(googletag.pubads());\n\t\t\tslot17 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[1,1]],'dfp_ad_17').setTargeting('pos',['17']).addService(googletag.pubads());\n\t\t\tslot18 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[1,1]],'dfp_ad_18').setTargeting('pos',['18']).addService(googletag.pubads());\n\t\t\tslot19 = googletag.defineSlot('/8312964/web_flavorwire/pop_culture', [[1000,250]],'dfp_ad_19').setTargeting('pos',['19']).addService(googletag.pubads());\n\t\t\tgoogletag.pubads().collapseEmptyDivs(true);\n\t\t\tgoogletag.pubads().setTargeting('aid',['495418']);\n\t\tgoogletag.pubads().setTargeting('subject',['2014-the-year-the-outrage-machine-started-eating-the-real-world']);\n\t\t\t\t\tgoogletag.pubads().enableAsyncRendering();\n\t\tgoogletag.enableServices();\n\t\tgoogletag.display('dfp_ad_1');\ngoogletag.display('dfp_ad_2');\ngoogletag.display('dfp_ad_3');\ngoogletag.display('dfp_ad_4');\ngoogletag.display('dfp_ad_7');\ngoogletag.display('dfp_ad_8');\ngoogletag.display('dfp_ad_16');\ngoogletag.display('dfp_ad_17');\ngoogletag.display('dfp_ad_18');\ngoogletag.display('dfp_ad_19');\n\t});\n\t</script>\n\t<script type=\"text/javascript\">var lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IjIwMTQ6IFRoZSBZZWFyIHRoZSBPdXRyYWdlIE1hY2hpbmUgU3RhcnRlZCBFYXRpbmcgdGhlIFJlYWwmbmJzcDtXb3JsZCIsInVybCI6Imh0dHA6XC9cL2ZsYXZvcndpcmUuY29tXC80OTU0MThcLzIwMTQtdGhlLXllYXItdGhlLW91dHJhZ2UtbWFjaGluZS1zdGFydGVkLWVhdGluZy10aGUtcmVhbC13b3JsZCIsInRhZ3MiOiIiLCJjaGVja3N1bSI6IjRkYjMwNDBhODhkMDQwN2JiYTM1M2IyOWM5ZGMzNzQ0IiwiYXJ0aWNsZUlkIjo0OTU0MTh9.knQMl5sIqI-2Ghv56vnzzbcfp16yqpekXQcAWiD3epk\",\"checksum\":\"4db3040a88d0407bba353b29c9dc3744\",\"siteId\":\"351496\",\"articleId\":495418,\"betaBanner\":false,\"delegate\":\"authDelegate\",\"el\":\"comments\"}];var conv = fyre.conv.load({\"network\": \"flavorwire.fyre.co\", \"authDelegate\": authDelegate}, lf_config);</script><script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n\n\t<div id=\"bit\" class=\"loggedout-follow-normal\">\n\t\t<a class=\"bsub\" href=\"javascript:void(0)\"><span id='bsub-text'>Follow</span></a>\n\t\t<div id=\"bitsubscribe\">\n\n\t\t\t\t\t<h3><label for=\"loggedout-follow-field\">Follow &ldquo;Flavorwire&rdquo;</label></h3>\n\n\t\t\t<form action=\"https://subscribe.wordpress.com\" method=\"post\" accept-charset=\"utf-8\" id=\"loggedout-follow\">\n\t\t\t<p>Get every new post delivered to your Inbox.</p>\n\n\t\t\t<p id=\"loggedout-follow-error\" style=\"display: none;\"></p>\n\n\t\t\t\t\t\t<p class=\"bit-follow-count\">Join 8,750 other followers</p>\n\t\t\t<p><input type=\"email\" name=\"email\" value=\"Enter your email address\" onfocus='this.value=(this.value==\"Enter your email address\") ? \"\" : this.value;' onblur='this.value=(this.value==\"\") ? \"Enter your email address\" : this.value;'  id=\"loggedout-follow-field\"/></p>\n\n\t\t\t<input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n\t\t\t<input type=\"hidden\" name=\"blog_id\" value=\"43719139\"/>\n\t\t\t<input type=\"hidden\" name=\"source\" value=\"http://flavorwire.com/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\"/>\n\t\t\t<input type=\"hidden\" name=\"sub-type\" value=\"loggedout-follow\"/>\n\n\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"6c5625e795\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/495418/2014-the-year-the-outrage-machine-started-eating-the-real-world\" />\n\t\t\t<p id='bsub-subscribe-button'><input type=\"submit\" value=\"Sign me up\" /></p>\n\t\t\t</form>\n\t\t\t\t\t<div id='bsub-credit'><a href=\"https://wordpress.com/?ref=lof\">Build a website with WordPress.com</a></div>\n\t\t</div><!-- #bitsubscribe -->\n\t</div><!-- #bit -->\n\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-twitter' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t  (function() {\n\t\t\t    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n\t\t\t    po.src = 'https://apis.google.com/js/plusone.js';\n\t\t\t    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n\t\t\t  })();\n\t\t\t</script>\n\t\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t// Pinterest shared resources\n\t\t\t\tvar s = document.createElement(\"script\");\n\t\t\t\ts.type = \"text/javascript\";\n\t\t\t\ts.async = true;\n\t\t\t\ts.src = window.location.protocol + \"//assets.pinterest.com/js/pinit.js\";\n\t\t\t\tvar x = document.getElementsByTagName(\"script\")[0];\n\t\t\t\tx.parentNode.insertBefore(s, x);\n\t\t\t\t// if 'Pin it' button has 'counts' make container wider\n\t\t\t\tjQuery(window).load( function(){ jQuery( 'li.share-pinterest a span:visible' ).closest( '.share-pinterest' ).width( '80px' ); } );\n\t\t\t</script>\n\t\t<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar FB_WP=FB_WP||{};FB_WP.queue={_methods:[],flushed:false,add:function(fn){FB_WP.queue.flushed?fn():FB_WP.queue._methods.push(fn)},flush:function(){for(var fn;fn=FB_WP.queue._methods.shift();){fn()}FB_WP.queue.flushed=true}};window.fbAsyncInit=function(){FB.init({\"channelUrl\":\"https:\\/\\/flavorwire.wordpress.com\\/wp-content\\/themes\\/vip\\/plugins\\/facebook\\/channel.php\",\"xfbml\":true,\"appId\":\"140176729504655\"});if(FB_WP && FB_WP.queue && FB_WP.queue.flush){FB_WP.queue.flush()}}\n/* ]]> */\n</script>\n<div id=\"fb-root\"></div><script type=\"text/javascript\">(function(d){var id=\"facebook-jssdk\";if(!d.getElementById(id)){var js=d.createElement(\"script\"),ref=d.getElementsByTagName(\"script\")[0];js.id=id,js.async=true,js.src=\"http:\\/\\/connect.facebook.net\\/en_US\\/all.js\",ref.parentNode.insertBefore(js,ref)}})(document)</script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script>\t<!-- Sailthru Horizon -->\n\t<script type=\"text/javascript\" src=\"http://ak.sail-horizon.com/horizon/v1.js\"></script>\n\t<script type=\"text/javascript\">\n\tjQuery(function( $ ) {\n\t    // Sailthru Concierge\n\t    if (window.Sailthru) {\n\t        Sailthru.setup({\n\t            domain: 'horizon.flavorwire.com'\n\t        });\n\t    }\n\t});\n\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tvar customText = function () {\n    \t\tdocument.getElementsByClassName('fyre-button-right-inner-box')[1].textContent=\"Comment Using\";\n\t\t};\n\t\tsetTimeout(customText, 8000);\n\t</script>\n<script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'43719139','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'43719139','v':'wpcom','tz':'-5','user_id':'0','post':'495418','subd':'flavorwire'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=43719139&v=wpcomvt&tz=-5&user_id=0&post=495418&subd=flavorwire&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXUVYmb2hZL0lEQT9qcF9NWi1bMDJfLy90VXNvY2U3ZFZ1RWlDan5dUUVCUnh3VDl+OG5KdlgxUW1jd05YRWwxWXJIUUpFRmcmeE5BMjA5WDlwNC03ZExvNElYTGg2QVQmeElqfE5bZGgldHpOfnJXP1clUWJ1Nm1ORk4mRTctQS8zLWZxMi1FNVp8U2xFQ3A/WGFSRERINUo0X21rZV1OK2M4UEgtPWdnSGg4fC9vRS5sdVBXQ2QyNmxqMTQ0bzVhMC84cXJmeEdDJkY3W09oZFhOejgxXWpYNmM/RkQwNVJyajJZZzVDazZ2ZkdbMDA0SWdG'});\naddLoadEvent(function(){linktracker_init('43719139',495418);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/fool.com1.html",
    "content": "\r\n\r\n<!DOCTYPE html>\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\r\n\t<head><title>\r\n\t7 Top Stocks to Buy for 2015 (AAPL, FB, GOOG, GOOGL, QCOM, SEAS, TSM, WWAV)\r\n</title><meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" /><meta property=\"fb:app_id\" content=\"50808187550\" />\r\n    <meta http-equiv=\"imagetoolbar\" content=\"no\" />\r\n\r\n    \r\n    <link rel=\"image_src\" href=\"http://g.foolcdn.com/art/facebook/FBdefault.png\" />\r\n\r\n    \n\t<link rel=\"alternate\" type=\"application/rss+xml\" href=\"http://www.fool.com/feeds/index.aspx?id=foolwatch&format=rss2\" />\n    <link href=\"https://plus.google.com/100085898295463832129\" rel=\"publisher\"/>\n\t\r\n\t\r\n\t<link rel=\"canonical\" href=\"http://www.fool.com/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx\" />\r\n\r\n    \r\n    \r\n     <meta name='parsely-page' content='{\r\n  \"title\": \"7 Top Stocks to Buy for 2015\",\r\n  \"link\": \"http://www.fool.com/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx\",\r\n  \"image_url\": \"\",\r\n  \"type\": \"post\",\r\n  \"post_id\": \"c4f81d9a-8209-11e4-8ca5-0050569d4be0\",\r\n  \"pub_date\": \"2014-12-23T01:15:00Z\",\r\n  \"section\": \"Tech and Telecom\",\r\n  \"author\": \"Motley Fool Staff\"\r\n}' />\r\n    \r\n\n\r\n<link href=\"http://s.foolcdn.com/common/css/fool.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" /><link href=\"http://s.foolcdn.com/common/css/Bridge.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n    <link href=\"http://s.foolcdn.com/common/css/Usmf.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n    \n\t\n\t\n\t<link href=\"http://s.foolcdn.com/common/css/globalTickerHover.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\n\t<link href=\"http://s.foolcdn.com/css/predictive-search-results.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\n\t\r\n\t<link href=\"http://s.foolcdn.com/css/articlepage.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n\t<link href=\"http://s.foolcdn.com/css/Modules/mom.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n\t<link href=\"http://s.foolcdn.com/css/main/todaysMarket.css?v=85837\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n\n\r\n\r\n\t\t\t<script type='text/javascript'>\r\n\t\t\tvar isUserNameCreated = false;\r\n\t\t\tvar isLoggedIn = false;\r\n\t\t\tvar hasUserName = true;\r\n\t\t\tvar isRegistered = false;\r\n\t\t\t</script>\r\n\t<script type=\"text/javascript\">\r\n\t\twindow.analytics = window.analytics || [], window.analytics.methods = [\"identify\", \"group\", \"track\", \"page\", \"pageview\", \"alias\", \"ready\", \"on\", \"once\", \"off\", \"trackLink\", \"trackForm\", \"trackClick\", \"trackSubmit\"], window.analytics.factory = function (t) { return function () { var a = Array.prototype.slice.call(arguments); return a.unshift(t), window.analytics.push(a), window.analytics } }; for (var i = 0; i < window.analytics.methods.length; i++) { var key = window.analytics.methods[i]; window.analytics[key] = window.analytics.factory(key) } window.analytics.load = function (t) { if (!document.getElementById(\"analytics-js\")) { var a = document.createElement(\"script\"); a.type = \"text/javascript\", a.id = \"analytics-js\", a.async = !0, a.src = (\"https:\" === document.location.protocol ? \"https://\" : \"http://\") + \"cdn.segment.io/analytics.js/v1/\" + t + \"/analytics.min.js\"; var n = document.getElementsByTagName(\"script\")[0]; n.parentNode.insertBefore(a, n) } }, window.analytics.SNIPPET_VERSION = \"2.0.9\",\r\n\t\twindow.analytics.load(\"ul1430c8wv\");\r\n\t</script>\r\n<script src=\"http://j.foolcdn.com/common/js/prototype_fool.min.js?v=85837\" type=\"text/javascript\"></script>\r\n\t<script type=\"text/javascript\">\r\n\t\t\r\n\r\n\r\n\t\tfunction vsTrackIt(event, properties) {\r\n\t\t\tvar url = \"//www.fool.com/tracking/vs/vs_track.gif?log=1&event=\" + encodeURIComponent(event);\r\n\t\t\tfor (var property in properties) { url = url + \"&\" + encodeURIComponent(property) + \"=\" + encodeURIComponent(properties[property]); }\r\n\t\t\tvar img = document.createElement('img'); img.src = url; \r\n\t\t}\r\n\t\r\n\t\twindow.analytics.on('track', function(event, properties, options){vsTrackIt(event, properties);});\r\n\t\twindow.analytics.on('page', function(category, pageName, properties, options){ vsTrackIt(\"page\", properties);  });\r\n\t\twindow.analytics.on('identify', function(id, properties, options){ vsTrackIt(\"identify\", properties);   });\r\n    \r\n\t\twindow.analytics.page();\r\n\t</script>\r\n\r\n\t\t\t<script type=\"text/javascript\">\r\n\t\t\t\tvar googletag = googletag || {};\r\n\t\t\t\tgoogletag.cmd = googletag.cmd || [];\r\n\t\t\t\t(function () {\r\n\t\t\t\t\tvar gads = document.createElement(\"script\");\r\n\t\t\t\t\tgads.async = true;\r\n\t\t\t\t\tgads.type = \"text/javascript\";\r\n\t\t\t\t\tvar useSSL = \"https:\" == document.location.protocol;\r\n\t\t\t\t\tgads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\r\n\t\t\t\t\tvar node = document.getElementsByTagName(\"script\")[0];\r\n\t\t\t\t\tnode.parentNode.insertBefore(gads, node);\r\n\t\t\t\t})();\r\n\t\t\t</script>\r\n\t\t\r\n    <script src=\"//g.foolcdn.com/js/lib/raven.min.js\"></script>\r\n    <script>\r\n        Raven.config('https://bbcb9e0b7bac4c768df1c2d357a0b497@app.getsentry.com/25188', {\r\n            whitelistUrls: ['fool.com/common/js/marketing/', 'foolcdn.com/common/js/marketing/', 'googletagmanager.com']\r\n        }).install();\r\n    </script>\r\n    <script language=\"javascript\" type=\"text/javascript\">\r\n        dfp_email = '';\r\n    </script>\r\n    <script src=\"http://j.foolcdn.com/common/js/fx_usmf.min.js?v=85837\" type=\"text/javascript\"></script>\r\n    <!--[if IE 6]>\r\n\t<script src=\"http://j.foolcdn.com/common/js/DD_belatedPNG_0.0.8a.min.js\" type=\"text/javascript\"></script>\r\n\t<![endif]-->\r\n    \n\t<script src=\"http://j.foolcdn.com/js/www_expando.min.js?v=85837\" type=\"text/javascript\"></script>\n\t\r\n\t<script src=\"http://j.foolcdn.com/js/article_recommendations.min.js?v=85837\" type=\"text/javascript\"></script>\r\n\t<script type=\"text/javascript\">Article.prepare();</script>\r\n\t\r\n\n    <script src=\"http://h.foolcdn.com/tmfstatic/js/vendor/jquery-1.7.2.min.js\"></script>\n    <script type=\"text/javascript\">\n        jQuery.noConflict();\n    </script>\n    <script src=\"http://s3.amazonaws.com/foolstatic/leadspend_validation.js\" async></script>\n\r\n    \r\n<meta name=\"title\" content=\"7 Top Stocks to Buy for 2015\" /><meta name=\"headline\" content=\"7 Top Stocks to Buy for 2015\" /><meta name=\"STORY_UID\" content=\"c4f81d9a-8209-11e4-8ca5-0050569d4be0\" /><meta name=\"author\" content=\"Motley Fool Staff\" /><meta name=\"articletype\" content=\"Investing\" /><meta name=\"collection\" content=\"Investing\" /><meta name=\"date\" content=\"2014-12-22T20:15:00-05:00\" /><meta name=\"promo\" content=\"Qualcomm, Facebook, Apple, and -- surprise! -- SeaWorld Entertainment are on this Foolish list of top stocks to buy for 2015.\" /><meta name=\"description\" content=\"Qualcomm, Facebook, Apple, and -- surprise! -- SeaWorld Entertainment are on this Foolish list of top stocks to buy for 2015.  - Motley Fool Staff - Tech and Telecom\" /><meta name=\"bureau\" content=\"tech-an-telecom\" /><meta name=\"gsa_date\" content=\"2014-12-22\" /><meta name=\"gsa_date\" content=\"2014-12-22\" /></head>\r\n\t\r\n    <body id=\"ctl01_ctl00_ctl00_ctl00_ctl00_ctl00_cphContent_Body\" class=\"hlp Default collectionInvesting\">\r\n        <script src=\"http://j.foolcdn.com/common/js/infotron.min.js?v=85837\" type=\"text/javascript\"></script>\r\n\r\n        \r\n        \n\t<div id=\"header\" class=\"navCellA\">\n\t\t\t\n\t\t\t\t\n\t\t   \n\n<!--This is DeliveryTemplates\\Common\\TopHatCommon.xslt--><div id=\"tophat\" class=\"clearfix\">\r\n  <div id=\"tophatWrap\">\r\n\t<div id=\"navigation\" class=\"clearfix\">\r\n\t\t<ul id=\"site-nav\" class=\"site-nav-hide\">\r\n        <li class=\"countryIcon countryUSIcon\"><a class=\"qs-source-iflsittph0000001 select\" href=\"http://www.fool.com/\">\r\n\t\t\t\t\tFool.com\r\n\t\t\t\t</a></li>\r\n        <li class=\"countryIcon countryGBIcon\"><a class=\"qs-source-iflsittph0000001\" href=\"http://www.fool.co.uk/\">\r\n\t\t\t\t\tFool.co.uk\r\n\t\t\t\t</a></li>\r\n        <li class=\"countryIcon countryAUIcon\"><a class=\"qs-source-iflsittph0000001\" href=\"http://www.fool.com.au/\">\r\n\t\t\t\t\tFool.com.au\r\n\t\t\t\t</a></li>\r\n        <li class=\"countryIcon countryCAIcon\"><a class=\"qs-source-iflsittph0000001\" href=\"http://www.fool.ca/\">\r\n\t\t\t\t\tFool.ca\r\n\t\t\t\t</a></li>\r\n        <li class=\"countryIcon countrySGIcon\"><a class=\"qs-source-iflsittph0000001\" href=\"http://www.fool.sg\">\r\n\t\t\t\t\tFool.sg\r\n\t\t\t\t</a></li>\r\n        <li class=\"countryIcon countryDEIcon\"><a class=\"qs-source-iflsittph0000001\" href=\"http://www.fool.de\">\r\n\t\t\t\t\tFool.de\r\n\t\t\t\t</a></li>\r\n      </ul>\r\n\t\t<span id=\"quips\">The World's Greatest Investing Community</span>\r\n\t</div>\r\n\t<div id=\"userTools\">\r\n\t\t<span id=\"welcome\">Welcome!</span>\r\n\t\t<ul id=\"premium\" class=\"dropMenu\">\r\n        <li class=\"topLevel\"><a aria-haspopup=\"true\" href=\"javascript:void(0);\" class=\"qsAdd qs-source-ipesittph0000001\"><span><span>Premium Advice</span></span></a><ul id=\"premium-list\">\r\n            <li class=\"info subhead\"><strong>My Services</strong></li>\r\n            <li class=\"info\">None</li>\r\n            <li class=\"info subhead\"><strong>Other Services</strong></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1255/\">Fool One</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1008/\">Hidden Gems</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1048/\">Income Investor</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1066/\">Inside Value</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1451/\">MDP Deep Value</a></li>\r\n            <li><a class=\"qsAdd qs-source-idpsithat0000002\" href=\"http://newsletters.fool.com/30/\">Million Dollar Portfolio</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/50/\">Motley Fool Options</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1228/\">Motley Fool Pro</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1069/\">Rule Breakers</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/1062/\">Rule Your Retirement</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/52/\">Special Ops</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002\" href=\"http://newsletters.fool.com/18/\">Stock Advisor</a></li>\r\n            <li><a class=\"qsAdd qs-source-ipesittph0000002 last\" href=\"http://newsletters.fool.com/1502/\">Supernova</a></li>\r\n          </ul>\r\n        </li>\r\n      </ul>\r\n\t\t\t\r\n\t\t\r\n\t\t<span id=\"Help\"><a class=\"qsAdd qs-source-ihesittph0000001\" href=\"/help/index.htm\">Help</a></span>\r\n\t\t<span id=\"join\"><a class=\"qsAdd qs-source-ijnsittph0000001\" href=\"/landing/tmf/secure/registration.aspx\">Join Now</a></span>\r\n\t\t<span>or</span>\r\n\t\t<span id=\"login\"><a class=\"qsAdd qs-source-ilgsittph0000001\" href=\"https://www.fool.com/secure/login.aspx\">Login</a></span>\r\n\t</div>\r\n</div><script type=\"text/javascript\">// This will not run on newsletters since Fool.js is not on the page at this point.\n\t\t\t\t// <![CDATA[\r\n\t\t\t\t\tif(typeof Fool != 'undefined'){\r\n\t\t\t\t\t\tFool.Util.PseudoClass.addClassOnTap(\"#tophatWrap ul.dropMenu li.topLevel\", \"showSubMenu\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// ]]></script></div><div id=\"topnav\"><div class=\"grid\">\r\n  <!--DO NOT REMOVE THIS TOPNAV COMMENT!-->\r\n  <div id=\"logo\"><a class=\"qsAdd qs-source-illsitima0000001\" href=\"http://www.fool.com/\">The Motley Fool\r\n\t\t\t</a></div>\r\n  <form id=\"searchForm\" method=\"get\" action=\"/search/solr.aspx\"><fieldset id=\"search\"><input type=\"hidden\" name=\"exchange-input\" id=\"top_exchange_input\" /><input autocomplete=\"off\" class=\"query\" value=\"Enter Keywords or Ticker\" type=\"text\" name=\"q\" maxlength=\"100\" /><input type=\"hidden\" name=\"source\" value=\"ignsittn0000001\" /><input id=\"commandSearch\" class=\"btn doSearch\" type=\"submit\" /></fieldset></form>\r\n  <div id=\"menu\" class=\"grid clearfix\"><div class=\"column span-25\"><ul class=\"clearfix\">\r\n    <li class=\"qsAdd qs-source-iflsittph0000001\"><a href=\"http://www.fool.com/\" class=\"qsAdd qs-source-iflsittph0000001\"><span>Home</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001 foolwatch\"><a href=\"/foolwatch/foolwatch.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001 foolwatch\">All Fool Headlines</a></li>\r\n        \r\n\t\t\t\t<li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://military.fool.com/\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Fool Military</a></li>\r\n\t\t\t\t<li class=\"last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/press/about.htm\" class=\"last qsAdd qs-source-ifltnvsnv0000001\">About The Motley Fool</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"qsAdd qs-source-ipesittph0000001\"><a href=\"http://my.fool.com/\" class=\"qsAdd qs-source-ipesittph0000001\"><span>My Fool</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"https://my.fool.com/Profile\" class=\"qsAdd qs-source-ipesitlnk0000001\">My Profile</a></li>\r\n\t\t\t\t<li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"/myarticles\" class=\"qsAdd qs-source-ipesitlnk0000001\">My Articles</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://my.fool.com/watchlist\" class=\"qsAdd qs-source-ipesitlnk0000001\">My Watchlist</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001 premium\"><a href=\"http://newsletters.fool.com/MyScorecard/MyScorecardRedirect.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001 premium\">My Scorecard</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://boards.fool.com/FavoriteBoards.asp?\" class=\"qsAdd qs-source-ipesitlnk0000001\">My Boards</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://caps.fool.com/MyPlayer.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">My CAPS</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://my.fool.com/#my-reports\" class=\"qsAdd qs-source-ipesitlnk0000001\">My Reports</a></li>\r\n        <li class=\"last qsAdd qs-source-ipesitlnk0000001\"><a href=\"https://www.fool.com/Account/Index.aspx\" class=\"last qsAdd qs-source-ipesitlnk0000001\">My Settings</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"qsAdd qs-source-ifltnvpnv0000001\"><a href=\"/how-to-invest/index.aspx\" class=\"qsAdd qs-source-ifltnvpnv0000001\"><span>How To Invest</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/how-to-invest/thirteen-steps/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">13 Steps</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/how-to-invest/broker/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Find a Broker</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://wiki.fool.com/\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Investing Wiki</a></li>\r\n        <li class=\" last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/how-to-invest/personal-finance/index.aspx\" class=\" last qsAdd qs-source-ifltnvsnv0000001\">Personal Finance</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"qsAdd qs-source-ifltnvpnv0000001 on\"><a href=\"/investing/index.aspx\" class=\"qsAdd qs-source-ifltnvpnv0000001\"><span>Investing Commentary</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ifltnvpnv0000001\"><a href=\"/investing/basics/index.aspx\" class=\"qsAdd qs-source-ifltnvpnv0000001\">Basics</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/etf/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">ETFs</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/options/options-a-foolish-introduction.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Options</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/small-cap/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Small-Cap</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/dividends-income/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Dividends &amp; Income</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/high-growth/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">High Growth</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/value/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Value</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/mutualfunds/mutualfunds.htm\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Mutual Funds</a></li>\r\n        <li class=\"last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/investing/international/index.aspx\" class=\"last qsAdd qs-source-ifltnvsnv0000001\">International</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"capsTab qsAdd qs-source-ifltnvpnv0000001\"><a href=\"http://caps.fool.com/index.aspx\" class=\"capsTab qsAdd qs-source-ifltnvpnv0000001\"><span>CAPS Community</span></a>\r\n      <ul>\r\n        <li class=\"capsHome qsAdd qs-source-icasitlnk0000006\"><a href=\"http://caps.fool.com/\" class=\"capsHome qsAdd qs-source-icasitlnk0000006\">CAPS Home</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/\" class=\"qsAdd qs-source-ifltnvsnv0000001\">CAPS Home</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/MyPlayer.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">My CAPS</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/TickerRankings.aspx?filter=7&amp;sortcol=38&amp;sortdir=1\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Stocks</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/Screener.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Screener</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/PlayerRankings.aspx?filter=20&amp;sortcol=5&amp;sortdir=1\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Players</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/Blogs/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Blogs</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/Stats.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Top Tens</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/TagRankings.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Tags</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/Contests.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Contests</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/FeedBack.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Contact Us</a></li>\r\n        <li class=\"last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://caps.fool.com/Help.aspx\" class=\"last qsAdd qs-source-ifltnvsnv0000001\">Help</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"qsAdd qs-source-ifltnvpnv0000001\"><a href=\"/retirement/index.aspx\" class=\"qsAdd qs-source-ifltnvpnv0000001\"><span>Retirement</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/retirement/general/how-to-retire-in-style.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">13 Retirement Steps</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/retirement/ira/index.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">IRAs</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/retirement/401k/401kintro-is-your-retirement-plan-foolish.aspx\" class=\"qsAdd qs-source-ifltnvsnv0000001\">401(k)s, Etc.</a></li>\r\n        <li class=\"last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"/retirement/assetallocation/introduction-to-asset-allocation.aspx\" class=\"last qsAdd qs-source-ifltnvsnv0000001\">Asset Allocation</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"qsAdd qs-source-ifltnvpnv0000001\"><a href=\"http://boards.fool.com/\" class=\"qsAdd qs-source-ifltnvpnv0000001\"><span>Boards</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://boards.fool.com/BestOf.asp\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Best Of</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://boards.fool.com/favoriteboards.asp\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Favorites &amp; Replies</a></li>\r\n        <li class=\"qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://boards.fool.com/EditFavoriteBoards.asp\" class=\"qsAdd qs-source-ifltnvsnv0000001\">Customize</a></li>\r\n        <li class=\"last qsAdd qs-source-ifltnvsnv0000001\"><a href=\"http://boards.fool.com/request.asp\" class=\"last qsAdd qs-source-ifltnvsnv0000001\">Start a New Board</a></li>\r\n      </ul>\r\n    </li>\r\n    <li class=\"premium qsAdd qs-source-ipesittph0000001\"><a href=\"/shop/newsletters/index.aspx\" class=\"premium qsAdd qs-source-ipesittph0000001\"><span>Fool Store</span></a>\r\n      <ul>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://newsletters.fool.com/18/index.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">Stock Advisor</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://newsletters.fool.com/04/index.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">Hidden Gems</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://newsletters.fool.com/15/index.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">Rule Breakers</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://newsletters.fool.com/30/index.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">Million Dollar Portfolio</a></li>\r\n        <li class=\"qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://newsletters.fool.com/1228/index.aspx\" class=\"qsAdd qs-source-ipesitlnk0000001\">Motley Fool PRO</a></li>\r\n        <li class=\"last qsAdd qs-source-ipesitlnk0000001\"><a href=\"http://app.fool.com/\" class=\"last qsAdd qs-source-ipesitlnk0000001\">Motley Fool Mobile</a></li>\r\n      </ul>\r\n    </li>\r\n  </ul></div></div>\r\n  <img width=\"0\" height=\"0\" class=\"vs-tracking-px\" src=\"http://www.fool.com/tracking/vs/vs_track.gif?_rnd=838464978&amp;actual_url=http%3a%2f%2fwww.fool.com%2finvesting%2fgeneral%2f2014%2f12%2f22%2f7-top-stocks-to-buy-for-2015.aspx&amp;articletype=collection548&amp;author=Motley+Fool+Staff&amp;authortype=author&amp;bureau=Tech+and+Telecom&amp;CellID=0%2c2%2c1%2c0%2c1%2c0%2c1&amp;cntSliderLogicView=ShowUserSliderCriteria&amp;headline=7+Top+Stocks+to+Buy+for+2015&amp;log=1&amp;lvHasAProduct=AlwaysTrue&amp;lvPromoLeaderboard=DoesntOwnFoolOneOrFoolOnePlus&amp;newsitetest=0&amp;referrer=http%3a%2f%2fnone%2f&amp;segment=default&amp;site=usmf.inv.investing&amp;storytype=Roundtable&amp;TestID=YourMyMom%3a001%2cymmTickerBox%3a001%2cmvtSlider%3a01%2cprmoCSS%3a01%2cfeaturedArticlesTest%3a01%2ctickleDesign%3a001%2cticklePersist%3a001&amp;uid=0&amp;url=http%3a%2f%2fwww.fool.com%2finvesting%2fgeneral%2f2014%2f12%2f22%2f7-top-stocks-to-buy-for-2015.aspx&amp;usmfRedirectCriteria=AlwaysTrue&amp;zone=articles\" />\r\n  \r\n</div></div><script type=\"text/javascript\">\tvar topNav = new Usmf.Tabs('menu'); topNav.insertSubnavElement('foolwatch', 'Motley Fool Funds', 'You are leaving Fool.com, operated by The Motley Fool, LLC.  Would you like to continue to FoolFunds.com, operated by Motley Fool Asset Management, LLC?', 'http://www.foolfunds.com'); new Fool.Util.SearchBox('searchForm');</script>\n\t</div>\n\n\n\n\n\n\n\n\r\n        \n\t<div id=\"mid\">\n\t\t<div class=\"grid\">\n\t\t\t\r\n\t    <div id=\"flash\">\r\n\t\t    \r\n            \r\n    \r\n        <div id=\"promoAndLeaderboard\" class=\"clearfix\">\n            <div class=\"leaderboard ad-728x90\">\n                <script type='text/javascript'>   var googletag = googletag || {};   googletag.cmd = googletag.cmd || [];   googletag.cmd.push(function() {googletag.pubads().setTargeting('sub','default');googletag.pubads().setTargeting('port','default');googletag.pubads().setTargeting('trades','default');googletag.pubads().setTargeting('reg','false');googletag.pubads().setTargeting('etfticker','false');googletag.pubads().setTargeting('ret','default');googletag.pubads().setTargeting('mgr','default');googletag.pubads().setTargeting('funds','default');googletag.pubads().setTargeting('goldticker','false');googletag.pubads().setTargeting('bureau','tech-an-telecom');googletag.pubads().setTargeting('series','default');googletag.pubads().setTargeting('buckettarget','default');googletag.pubads().setTargeting('swap','false');googletag.pubads().setTargeting('sessionCount','2');googletag.pubads().setTargeting('tenOrMoreSessions','false');googletag.pubads().setTargeting('type','272');googletag.pubads().setTargeting('adtags','growth,international,tech');googletag.pubads().setTargeting('tickers','AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX');   });</script><div id=\"div-gpt-ad-728x90-0\"></div><script type=\"text/javascript\">var pitcherAds = pitcherAds || PitcherAds();pitcherAds.get({placement: \"leaderboard\",divId: \"div-gpt-ad-728x90-0\",site: \"usmf.inv.investing\",zone: \"articles\",width: 728,height: 90,pos: \"top\",position: \"0\",seg: \"default\",tile: \"1\",sub: \"default\",port: \"default\",trades: \"default\",reg: \"false\",etfticker: \"false\",ret: \"default\",mgr: \"default\",funds: \"default\",goldticker: \"false\",bureau: \"tech-an-telecom\",series: \"default\",buckettarget: \"default\",swap: \"false\",sessionCount: \"2\",tenOrMoreSessions: \"false\",type: \"272\",adtags: \"growth,international,tech\",tickers: \"AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX\",src: \"\"});</script>\n            </div>\n            <div class=\"promo\">\n                <script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=;seg=default;src=;sz=237x90;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=2;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=;seg=default;src=;sz=237x90;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=2;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=;seg=default;src=;sz=237x90;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=2;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n            </div>\n        </div>\r\n\t\r\n\n    \r\n\r\n\t\t    \r\n\t\t    \r\n\t    </div>\r\n\r\n\t    <div id=\"layout\" class=\"bigBox round clearfix\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"myWatchlistModuleContainer\" id=\"myWatchlistModuleContainer\">\r\n\t\t\t\t\t\t\t\r\n\t\t<div class=\"myWatchlistModule clearfix round\">\r\n\t\t\t<div class=\"nameplate floatL\">\r\n\t\t\t\t<h3><a class=\"linkedHeader\" href=\"http://my.fool.com/watchlist\" title=\"View My Watchlist\">My Watchlist</a></h3>\r\n\t\t\t</div>\r\n\t\t\t\r\n\t\t\t<!-- no wl -->\r\n\t\t\t<div class=\"contentField floatL noAddForm\">\r\n\t\t\t\t\r\n\t\t\t\tTrack the companies that matter to you. It's FREE! Click one of these fan favorites to get started: <strong><a href=\"http://my.fool.com/watchlist/add?ticker=AAPL\" class=\"qsAdd qs-source-iwlsitlnk0000027\">Apple</a></strong>; <strong><a href=\"http://my.fool.com/watchlist/add?ticker=GOOG\" class=\"qsAdd qs-source-iwlsitlnk0000027\">Google</a></strong>; <strong><a href=\"http://my.fool.com/watchlist/add?ticker=F\" class=\"qsAdd qs-source-iwlsitlnk0000027\">Ford</a></strong>.\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t\r\n\t\t</div>\r\n\t\r\n\r\n\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\r\n\t\t    \r\n\t\t    \r\n\t\r\n\t\r\n\t<div id=\"primary\" class=\"column collection548\">\r\n\t    \r\n           <!-- AddThis Javascript -->\r\n\t\t    <script type=\"text/javascript\" charset=\"utf-8\">\r\n\t\t        // On window resize, adjust left position of toolbar to keep it within 20px of the content\r\n\t\t        // If it can't fit with 20px on either side, hide it and show the horizontal buttons\r\n    \t\t    Event.observe(window, \"resize\", hideShowToolboxes);\r\n\r\n    \t\t    Event.observe(window, \"scroll\", function () {\r\n    \t\t        var leftPos = Element.viewportOffset($('primary')).left - 105 + 'px';\r\n    \t\t        if ($('vertical_toolbox').visible()) {\r\n    \t\t            if (Element.viewportOffset($('primary')).top <= 10) {\r\n    \t\t                $('vertical_toolbox').setStyle({ position: 'fixed', top: '10px', left: leftPos });\r\n    \t\t            } else {\r\n    \t\t                $('vertical_toolbox').setStyle({ top: '0', left: '-85px', position: 'absolute' });\r\n    \t\t            }\r\n    \t\t        }\r\n    \t\t    });\r\n\r\n    \t\t    function hideShowToolboxes() {\r\n    \t\t        var width = document.viewport.getWidth();\r\n\r\n    \t\t        if (width <= document.minimumWidth) {\r\n    \t\t            hideVertical();\r\n    \t\t            showHorizontal();\r\n    \t\t        } else {\r\n    \t\t            showVertical();\r\n    \t\t            hideHorizontal();\r\n    \t\t        }\r\n    \t\t    }\r\n    \t\t    document.observe(\"dom:loaded\", function () {\r\n    \t\t        $('mid').select('div.grid').each(function (div) { div.setStyle({ overflow: 'visible' }) });\r\n\r\n    \t\t        document.minimumWidth = 1150;\r\n    \t\t        if (document.viewport.getWidth() <= document.minimumWidth) {\r\n    \t\t            $('vertical_toolbox').hide();\r\n    \t\t            $('horizontal_toolbox').show();\r\n    \t\t        }\r\n    \t\t    });\r\n\r\n    \t\t    function showHorizontal() {\r\n    \t\t        if ($('horizontal_toolbox').visible() != true) {\r\n    \t\t            $('horizontal_toolbox').show();\r\n    \t\t        }\r\n    \t\t    }\r\n    \t\t    function hideVertical(argument) {\r\n    \t\t        $('vertical_toolbox').hide();\r\n    \t\t    }\r\n    \t\t    function hideHorizontal(argument) {\r\n    \t\t        $('horizontal_toolbox').hide();\r\n    \t\t    }\r\n    \t\t    function showVertical() {\r\n    \t\t        $('vertical_toolbox').show();\r\n    \t\t    }\r\n\r\n    \t\t</script>   \r\n\r\n\r\n\t\t\t<script type=\"text/javascript\">   \r\n\t\t\t\t// My Articles Article Bookmarking\r\n\t\t\t    Fool.onContent(function() {\r\n\t\t\t        $(document).on(\"click\", \".savethis\", function(event, element){\r\n\t\t\t            \r\n\t\t\t            event.preventDefault();\r\n\t\t\t            var url = '/myarticles/save';\r\n\t\t\t            var pars = '';\r\n\t\t\t            pars += \"headline=\" + \"7 Top Stocks to Buy for 2015\";\r\n\t\t\t            pars += '&item=' + 'http://www.fool.com/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx';\r\n\r\n\t\t\t            var myAjax = new Ajax.Request(\r\n\t\t\t                url, \r\n\t\t\t                {\r\n\t\t\t                    method: 'post', \r\n\t\t\t                    parameters: pars, \r\n\t\t\t                    onCreate: createResponse.bind(element),\r\n\t\t\t                    onComplete: successResponse.bind(element),\r\n\t\t\t                    onFailure: errorResponse\r\n\t\t\t                });\r\n\t\t\t        });\r\n\t\t\t    });\r\n\r\n\t\t\t    function createResponse() \r\n\t\t\t    {\r\n\t\t\t        $(this).update(\"Saving Article...\");\r\n\t\t\t        $(this).writeAttribute({\"class\": \"saving\"});\r\n\t\t\t    }\r\n\r\n\t\t\t    function successResponse()\r\n\t\t\t    {                       \r\n\t\t\t        $(this).writeAttribute({\r\n\t\t\t            \"href\": \"/myarticles\",\r\n\t\t\t            \"class\": \"saved\"\r\n\t\t\t        });\r\n\r\n\t\t\t        // Remove and insert view link after 2 seconds\r\n\t\t\t        var timer;\r\n\t\t\t        timer = setTimeout(function() \r\n\t\t\t        {  \r\n\t\t\t            console.log(this);\t\r\n\t\t\t            $(this).update('View My Articles')\t\t\r\n\t\t\t        }.bind(this), 2000);\r\n  \t\t\t\t\t\r\n\t\t\t    }\r\n\r\n\t\t\t    function errorResponse()\r\n\t\t\t    {\r\n\t\t\t        // Do something if web service not working\r\n\t\t\t        console.log(\"Something went wrong!\");\r\n\t\t\t    }\r\n\t\t\t</script>\t\t\t\r\n\r\n\r\n\r\n\t\t    <!-- AddThis HORIZONTAL Buttons BEGIN -->\r\n\t\t    <div class=\"shareLinks clearfix addthis_toolbox\"  id=\"horizontal_toolbox\" style=\"display:none;\">\r\n\t\t\t\t    <a class=\"addthis_button_facebook_like\" fb:like:layout=\"button_count\"></a>\r\n\t\t\t\t    <a class=\"addthis_button_tweet\" tw:via=\"themotleyfool\"></a>\r\n\t\t\t\t    <a class=\"addthis_button_email email_bg\">Email</a>\r\n\t\t\t\t    <a class=\"addthis_button_print print_bg\">Print</a>\r\n                    <a class=\"addthis_counter addthis_pill_style\"></a>\r\n\t\t\t\t    <!--<a class=\"addthis_button_google_plusone\" g:plusone:size=\"medium\"></a>-->\r\n\t\t    </div>\r\n\r\n            <div class=\"printLogo\">\r\n                <img src=\"http://g.fool.com/art/foollogo/horizontaltmf.gif\" alt=\"The Motley Fool\"/>\r\n            </div>\r\n\t\t\r\n\t\t<div id=\"content\" class=\"hentry cms\" itemscope itemtype=\"http://schema.org/Article\">\r\n\r\n\t\t\t\r\n\t\t\t<!--googleon:all-->\r\n\t\t\t\r\n\t\t\t<!-- surphace start -->\r\n\t\t\t\r\n\t\t\t   <div id=\"recModule\">\r\n\t\t\t        \r\n\t\t\t        \n\t<div class=\"recommendCtl\">\n\t\t<div class=\"recWrap\" id=\"numRecsWrapper\" \n\t\t\ttitle=\"46 members have recommended this article\">\n\t\t\t<p>Recs</p>\n\t\t\t<h3>\n\t\t\t\t<span>\n\t\t\t\t\t46\n\t\t\t\t</span>\n\t\t\t</h3>\n\t\t</div>\n\t\t\n\t\t\t<div>\n\t\t\t\t<input type=\"submit\" class=\"button\" value=\"Rec This\" \n\t\t\t\t\tonclick=\"Recommendations.RecommendIt('0','3208784','Post', this);return false;\" />\n\t\t\t</div>\n\t\t\n\t</div>\n\r\n\t\t        </div>\r\n\t\t        \r\n\t\t        \n\n\n\n        <ul id=\"toolBox\">\n\t        \n\t        \n\t        \n\t        \n\t        \n\t        \n        </ul>\n\n\r\n\r\n\t\t    <h1 class=\"xlHeader\">7 Top Stocks to Buy for 2015</h1>\r\n\r\n\t\t    \r\n\t                \r\n\r\n\t\t\t\r\n\t\t\t<p class=\"articleMeta\">\r\n\t\t\t\t<span class=\"vcard byline\">By\r\n\t\t\t\t\r\n\t\t\t\t\t<span itemprop=\"author\" content=\"Motley Fool Staff\">Motley Fool Staff</span> <meta itemprop=\"contributor\" content=\"1282\" />\r\n\t\t\t\t\r\n\t\t\t\t|\r\n\t\t\t\t<a class=\"qsAdd qs-source-iapsitlnk0000003\" href=\"/author/1282/index.aspx\">More Articles</a>\r\n\t\t\t\t</span> \r\n\t\t\t\t\r\n\r\n\t\t\t\t<br />\r\n\t\t\t\t<span class=\"dateline\">December 22, 2014</span>\r\n\t\t\t\t|\r\n\t\t\t\t<span class=\"comments\"><a href=\"#commentsBoxAnchor\">Comments (25)\r\n\t\t\t\t</a></span>\r\n\t\t\t</p>\r\n\r\n\t\t\t<div class=\"entry-content\">\r\n\t\t       \r\n\t\t\t\t\r\n\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t<p>Need a reason to invest in stocks? How about the beginning of a new year. To help you find solid stock ideas we asked Fool.com contributors covering technology and consumer goods stocks to talk about top stocks for 2015. Read on to see what they had to say about <strong>Qualcomm</strong>  (<span class=\"ticker\">NASDAQ: <a data-id=\"205173\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/QCOM.aspx\">QCOM</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add QCOM to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=QCOM\">&nbsp;</a>) , <strong>Facebook</strong>  (<span class=\"ticker\">NASDAQ: <a data-id=\"273426\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/FB.aspx\">FB</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add FB to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=FB\">&nbsp;</a>) , <strong>SeaWorld</strong> <strong>Entertainment</strong>  (<span class=\"ticker\">NYSE: <a data-id=\"287784\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/SEAS.aspx\">SEAS</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add SEAS to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=SEAS\">&nbsp;</a>) , <strong>WhiteWave</strong> <strong>Foods</strong>  (<span class=\"ticker\">NYSE: <a data-id=\"273737\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/WWAV.aspx\">WWAV</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add WWAV to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=WWAV\">&nbsp;</a>) , <strong>Google</strong>  (<span class=\"ticker\">NASDAQ: <a data-id=\"288965\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/GOOG.aspx\">GOOG</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add GOOG to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=GOOG\">&nbsp;</a>)   (<span class=\"ticker\">NASDAQ: <a data-id=\"203768\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/GOOGL.aspx\">GOOGL</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add GOOGL to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=GOOGL\">&nbsp;</a>) , <strong>Taiwan</strong> <strong>Semiconductor</strong>  (<span class=\"ticker\">NYSE: <a data-id=\"205813\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/TSM.aspx\">TSM</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add TSM to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=TSM\">&nbsp;</a>) , and <strong>Apple</strong>  (<span class=\"ticker\">NASDAQ: <a data-id=\"202686\" class=\"qsAdd qs-source-isssitthv0000001\" href=\"http://caps.fool.com/Ticker/AAPL.aspx\">AAPL</a></span>&nbsp;<a class=\"addToWatchListIcon qsAdd qs-source-iwlsitbut0000010\" title=\"Add AAPL to My Watchlist\" href=\"http://my.fool.com/watchlist/add?ticker=AAPL\">&nbsp;</a>) .</p>\r\n<p><strong><a href=\"http://my.fool.com/profile/TMFAeassa/info.aspx\">Ashraf Eassa</a></strong> (<strong>Qualcomm):</strong> It's hard not to be pleased with the performances of technology and, in particular, semiconductor stocks in 2014. The <strong>Philadelphia Semiconductor Index </strong>is up over 28% year-to-date, handily crushing the <strong>S&amp;P 500</strong> and the <strong>Nasdaq</strong>, up 10.12% and 12.73%, respectively. However, one high-quality chip company that has underperformed pretty significantly during 2014 -- but one that I believe is set to do much better in 2015 -- is Qualcomm.</p>\r\n<p>First, Qualcomm's execution in developing and delivering a compelling range of mobile applications processor offerings looks unmatched. For example, the company revealed on Dec. 11 that it would be upgrading the baseband on its upcoming high-end Snapdragon 810 processor to offer 50% greater download speeds than had been previously announced. This further extends the company's leadership position in cellular baseband technology.</p>\r\n<p>It's this kind of execution in its chip business that not only keeps it ahead of major competitors like <strong>MediaTek</strong>, but also makes it very difficult for mobile device vendors to successfully develop their own in-house chip solutions in a bid to cut Qualcomm out.</p>\r\n<p>Further, Qualcomm's technology licensing business, which collects royalties on most 3G/4G devices sold, is extremely profitable and <em>should </em>continue to<em> </em>grow with overall smartphone growth. Now, it's well-known that Qualcomm is having issues collecting on royalties from some Chinese handset vendors (leading to pessimism around the business), but I think Qualcomm will be able to solve its issues there, as it has <a href=\"http://www.fool.com/investing/general/2014/10/06/why-im-buying-into-qualcomm-inc.aspx\">done in the past</a>.</p>\r\n<p>All told, Qualcomm stock is cheap at just 16.36 times trailing-12-month earnings, it's a high-quality company, but the stock has underperformed during 2014. Qualcomm the company is a winner, and I think that during 2015, Qualcomm the <em>stock</em> will be, too.</p>\r\n<p><strong><a href=\"http://my.fool.com/profile/TMFacardenal/info.aspx\">Andrés Cardenal</a> (Google):</strong> Information is power and Google's mission statement, \"to organize the world's information and make it universally accessible and useful\" says a lot about the company and the role it plays in times of chaotically abundant information.</p>\r\n<p>Google is the undisputed king in online search; the company has a bigger market share than all its competitors combined. In addition, Google has built a massive portfolio of services and applications, including enormously valuable assets like Gmail, YouTube, and Chrome, to name a few remarkable examples. More than 80% of smartphones around the planet are powered by Android, so Google is in a position of strength to continue thriving under the mobile paradigm.</p>\r\n<p>The company generates tons of cash flows from its leadership position in online advertising, and management is not shy at all when it comes to investing that money in the search for breakthrough innovations. From self-driving cars to biotechnology solutions to fighting human aging and associated diseases, Google has plenty of exciting projects with disruptive potential in its pipeline.</p>\r\n<p>Investors are getting concerned about slowing revenue growth and rising expenses lately, and this may provide a buying opportunity in the online search giant. Google trades at a forward P/E ratio near 17.5, roughly in line with the <strong>S&amp;P 500 Index</strong>. However, even during a \"disappointing\" third quarter, Google delivered a big increase of 20% in revenues, a level of performance which most companies in the index can only envy. Google has a lot of things going right and I think Google is a top stock to consider buying for 2015.</p>\r\n<p><strong><a href=\"http://my.fool.com/profile/TMFSocialME/info.aspx\">Tamara Walsh</a> (WhiteWave Foods):</strong> From smart acquisitions to promising opportunities in oversees markets such as China, WhiteWave Foods is one of my favorite stock picks heading into the new year. The packaged food and beverage company has enjoyed a nice run this year with the stock up more than 47% year-to-date. However, there should be plenty of growth ahead thanks to WhiteWave's partnership with <a href=\"http://www.fool.com/investing/general/2014/10/02/3-reasons-whitewave-foods-stock-will-outperform-in.aspx\">Mengniu Dairy</a>, one of China's largest dairy companies.</p>\r\n<div class=\"image small imgR\"><img alt=\"\" src=\"http://g.foolcdn.com/editorial/images/153519/silk-white-wave_large.gif\" width=\"240\">\r\n<p class=\"caption\">Image source: whitewave.com</p>\r\n</div>\r\n<p>As part of this joint venture, WhiteWave purchased a production facility where it plans to begin manufacturing its products for the Chinese market in the coming months. WhiteWave Foods owns a 49% stake in the deal, which will enable the company to sell its brands in China, one of the world's largest consumer markets with over 1.3 billion consumers and a rapidly growing middle class. Market-leading brands including Silk soy milk and almond milk, Land-o-Lakes butter, and International Delight coffee creamers, have already helped WhiteWave Foods make a name for itself in North America and Europe. The company celebrated a record third quarter recently, with net sales climbing 35% to $857 million in the period. I expect this momentum to carry over into the new year, and for the stock to continue to gain speed in the year ahead as the company expands into new markets and product categories.</p>\r\n<p><a href=\"http://my.fool.com/profile/TMFBreakerRick/info.aspx\"><strong>Rick Munarriz</strong></a> (<strong>SeaWorld Entertainment</strong>)<strong>:</strong> I'm going to go full contrarian with a stock that everybody seems to hate. SeaWorld is in a bad spot these days. Activists have succeeded in keeping guests away from its marine life theme parks given the negative publicity about killer whales in captivity. Attendance across its 11 parks fell 4.1% in 2013 and is off by another 4.7% through the first nine months of 2014. This is the only theme park or regional amusement park operator that's experiencing lower turnstile clicks this year. The stock that went public at $27 early in 2013 is now all the way down to the mid-teens, and earlier this month it announced that it would have to postpone the dividend that was supposed to go out in December because it would violate its debt covenants. </p>\r\n<div class=\"image small imgL\">\r\n<div class=\"image small imgL\"><img alt=\"\" src=\"http://g.foolcdn.com/editorial/images/153519/seaworld-logo-121714_large.png\" width=\"240\">\r\n<p class=\"caption\">Image source: SeaWorld</p>\r\n</div>\r\n</div>\r\n<p>This all seems pretty grim, but changes are coming. SeaWorld's CEO is leaving in January, opening the door for an outsider who can help soften the battered brand. Along the way we have some favorable trends including an improving economy and lower gas prices that should deliver big boosts to the theme park industry in general.</p>\r\n<p>SeaWorld is in a bad spot, but it's also important to remember that just three of its parks are orca-housing SeaWorld attractions. The dividend should return in January, and guests will eventually follow as the chain either takes active steps to improve its image or fickle consumers move on to a new cause. With SeaWorld trading at a valuation discount to its peers there's plenty of upside in 2015 even if the market doesn't comply. The climate is ripe for SeaWorld to make a big splash in the year ahead.</p>\r\n<p class=\"ticker\" data-id=\"202686\"><strong><a href=\"http://my.fool.com/profile/TMFlewis/info.aspx\">Dylan Lewis</a> (Apple):</strong> It's far from a sexy pick, but most who have bet against Apple the past five years have come to regret it and I don't see 2015 being any different.</p>\r\n<p>Apple's brand cachet and customer loyalty hasn't wavered -- while the company's iPad line is faltering, Macs are selling well. In October the company revealed the segment posted its highest quarterly market share since 1995.</p>\r\n<p>Apple's brand prestige is even more valuable in the increasingly competitive smartphone market as Asian OEM's Xiaomi, <strong>Lenovo</strong>, and Huawei continue to produce low-cost devices. Skeptics need to look no further than <strong>Samsung</strong>'s shrinking smartphone market share to appreciate the moat Apple enjoys due to its status, quality, and exclusive iOS and Mac operating systems.</p>\r\n<p>The recent December sell-off gives investors an even more attractive entry point, the company still trades at a TTM P/E of 17 and a forward P/E of 14.</p>\r\n<p>Even in the neighborhood of some of the more conservative <a href=\"http://fortune.com/2014/09/09/the-apple-watch-what-the-analysts-are-saying/\">analyst estimates</a> of 5 million to 10 million units, the Apple Watch could provide a 1%-3% lift on projected revenue for CY 2015. The fledgling Apple Pay now supports credit cards that comprise 90% of the U.S. credit card purchase volume and could prove to be an even bigger catalyst than the new line of wearables. With each e-commerce security breach (it seems like there's one almost every other week), Apple Pay's tokenization system becomes increasingly appealing to consumers seeking security.</p>\r\n<p>Stability with its hardware stalwarts, new growth opportunities, a decent dividend yield (1.7%) and an average of <a href=\"http://www.fool.com/investing/general/2014/12/09/forget-apple-watch-this-is-the-apple-inc-catalyst.aspx?source=isesitlnk0000001&amp;mrr=1.00\">$11 billion in stock repurchases</a> each quarter for the past year and a half – there are simply too many reasons to ignore the Mac maker in 2015.</p>\r\n<p><strong><a href=\"http://my.fool.com/profile/timbrugger/info.aspx\">Tim Brugger</a> (Facebook):</strong> With its stock price up 38% so far this year, it may seem counterintuitive to include Facebook on a list of stocks to buy in 2015. However, there are a laundry list of revenue opportunities at Facebook's fingertips heading into the new year, and it appears a couple in particular are about ready to pay off.</p>\r\n<div class=\"image small imgR\"><img alt=\"\" src=\"http://g.foolcdn.com/editorial/images/153519/facebook-hq_2_large.jpg\" width=\"240\"></div>\r\n<p>Though <strong>Twitter</strong> is loath to admit the importance of the milestone, the news that Instagram recently topped 300 million monthly active users (MAUs) is significant, to say the least. Perhaps most impressive is how quickly Instagram's MAUs grew. The number was hovering around 200 million users just nine months ago. No wonder Twitter's envious.</p>\r\n<p>Facebook COO Sheryl Sandberg made waves earlier this year when she said that there was no rush to monetize Instagram in any meaningful way, nor incorporate video spots as an advertising medium. Instead, Sandberg and CEO Mark Zuckerberg wanted to grow Instagram's user base, ensure a positive user experience, and test the video ad waters -- at a whopping cost of $1 million a day -- before making them available to its marketing partners. The MAU growth of Instagram is certainly there, and with the advent of video ads on both Facebook and Instagram, 2015 should be yet another banner year.</p>\r\n<p><strong><a href=\"http://my.fool.com/profile/TMFBuckeye/info.aspx\">Sean O’Reilly</a> (Taiwan Semiconductor):</strong> Technology can be a tough business to be in for investors. The relentless competition and constant need to innovate frequently make long-term shareholder gains elusive. However, Taiwan Semiconductor not only dominates its market but happens to be leveraged to an increasingly important technological trend making it my top stock pick for 2015.</p>\r\n<p>Taiwan Semiconductor is the world’s largest fabricator of silicon chips. The company pioneered the dedicated semiconductor foundry model and operates primarily by partnering with fabless customers that don’t have the scale and operating expertise that Taiwan Semiconductor possesses. Cost advantage and scale are the name of the game and these happen to be things that Taiwan Semiconductor has in spades. These advantages will become all the more apparent as the world’s need for semiconductor chips grows exponentially in the coming years.</p>\r\n<p>As the world becomes more and more connected (a trend called the “Internet of Things”), Taiwan Semiconductor stands to benefit in a big way. Technology research organization <strong>Gartner</strong> estimates that 4.9 billion connected “things” will be in use in 2015, up from 3.75 billion in 2014. Gartner’s estimate for 2020? Try 25 billion connected devices. Investors have two ways to participate in this increasingly connected world: Focus on those that produce the connected devices, or the companies that make connecting these devices to the internet possible, like Taiwan Semiconductor.</p>\r\n<p>There’s a lot to like on Taiwan Semi’s balance sheet and income statement as well. The company trades for just under 14 times this year’s estimated EPS according to S&amp;P Capital IQ <a href=\"https://www.capitaliq.com/CIQDotNet/my/dashboard.aspx\">estimates</a> (high for a semiconductor fabricator but more than fair given its dominant industry position) and has a pristine balance sheet with very little debt. Add in the company’s exceptional return on equity, which has averaged 23.62% over the last five years and you get a company that should be on every Foolish investor's holiday wish list.</p>\r\n<p></p>\r\n<div class=\"\" id=\"pitch\">\r\n  <p><strong>1 great stock to buy for 2015 and beyond<br></strong>2015 is shaping up to be another great year for stocks. But if you want to make sure that 2015 is <em>your</em> best investing year ever, you need to know where to start. That's why The Motley Fool's chief investment officer just published a brand-new research report that reveals his top stock for the year ahead. To get the full story on this year's stock -- <em>completely free</em> -- <a href=\"http://www.fool.com/ecap/stock-advisor/stocks-2015/?aid=8614&amp;source=isaeditxt0000143\">simply click here</a>.</p>\r\n</div>                     <script type=\"text/javascript\">                         var FoolAnalyticsData = FoolAnalyticsData || [];                           FoolAnalyticsData.push({                            eventType: \"ArticlePitch\",                            contentByline: \"Motley Fool Staff\",                            contentId: \"cms.153519\",                            contentTickers: \"\",                            contentTitle: \"7 Top Stocks to Buy for 2015\",                            hasVideo: \"False\",                            pitchId: \"1261\",                            pitchTickers: \"\",                            pitchTitle: \"\",                            pitchType: \"\",                            sfrId: \"\"                         });                     </script>                     <p></p>\r\n                <div id=\"pitcherPitch\"></div>\r\n\t\t\t\t\r\n\r\n<script type=\"text/javascript\" src=\"http://j.foolcdn.com/common/js/marketing/pitchengine.js?v=85837\"></script>\r\n \r\n<script>\r\n    Fool.onContent(function() {\r\n        if (typeof(window.infotronQueue) !== \"undefined\")\r\n            window.infotronQueue.Register('pitch');\r\n\r\n        var pitchEngine = PitchEngine();\r\n        var pitchId = -1;\r\n        var sessionCount = 1;\r\n        var firstPageView = 0;\r\n\r\n        if (typeof (FoolAnalyticsData) !== \"undefined\" && typeof (FoolAnalyticsData[0]) !== \"undefined\" && typeof (FoolAnalyticsData[0].pitchId) !== \"undefined\") {\r\n            pitchId = FoolAnalyticsData[0].pitchId;\r\n        }\r\n\r\n        if (Fool.Cookie.exists('Visitor')) {\r\n            var visitCountCookie = Fool.Cookie.getValues('Visitor')['visits'];\r\n            if (typeof(visitCountCookie) !== \"undefined\") {\r\n                sessionCount = pitchEngine.tryParseInt(visitCountCookie, 1); \r\n            }\r\n        }\r\n\r\n        pitchEngine.initialize({\r\n            site: 'fool',\r\n            placement: 'article_pitch',\r\n            tickers: 'AAPL,FB,GOOG,GOOGL,QCOM,SEAS,TSM,WWAV,IT,LNVGF,LNVGY,SOXX,SSNLF,TWTR',\r\n            instrumentId: '202686,273426,288965,203768,205173,287784,205813,273737,204070,249291,220802,225182,284397,288517',\r\n            uid: '0',\r\n            guid: '',\r\n            isEcapped: false,\r\n            isBuyer: false,\r\n            containsPitchBase: false,\r\n            productId: '',\r\n            pitchId: pitchId,\r\n            sessionCount: sessionCount,\r\n            firstPageview: firstPageView,\r\n            skin: '',\r\n            pitchContainer: 'pitch'\r\n        });\r\n    });\r\n</script>\r\n\r\n\r\n\r\n                \r\n                        \r\n                                \r\n\r\n<script type=\"text/javascript\">\r\n    var ord = window.ord || Math.floor(Math.random() * 1e16);\r\n    document.write('<script type=\"text/javascript\" src=\"http://ad.doubleclick.net/N3910/adj/usmf.articles.articles/articles;sz=470x200;ord=' + ord + '?\"><\\/script>');\r\n</script>\r\n<noscript>\r\n<a href=\"http://ad.doubleclick.net/N3910/jump/usmf.articles.articles/articles;sz=470x200;ord=[timestamp]?\">\r\n<img src=\"http://ad.doubleclick.net/N3910/ad/usmf.articles.articles/articles;sz=470x200;ord=[timestamp]?\" width=\"470\" height=\"200\" />\r\n</a>\r\n</noscript>\r\n\r\n<script type=\"text/javascript\">\r\n    var dataLayer = dataLayer || [];\r\n    dataLayer.push({ 'sliderShown': 'true' });\r\n</script>\r\n\r\n                            \t\t\t\t\t\t\r\n                \t\t\t\t\t\t\r\n\r\n\t\t\t\t<!-- surphace end -->\r\n\t\t\t\t\r\n\t\t\t\t<!-- Third Party Content Additional Links (if any).  XML path and visibility is set according to Provider in code-behind -->\r\n\t\t\t\t\r\n\r\n\r\n\t\t\t\t\r\n        \t\t\r\n        \t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t<div class='footer'><p><em><a href=\"http://my.fool.com/profile/the_motley_fool/info.aspx\">Andrés Cardenal</a> owns shares of Apple, Google (C shares), and Qualcomm. <a href=\"http://my.fool.com/profile/aeassa/info.aspx\">Ashraf Eassa</a> owns shares of Qualcomm. <a href=\"http://my.fool.com/profile/TMFlewis/info.aspx\">Dylan Lewis</a> owns shares of Apple. <a href=\"http://my.fool.com/profile/TMFBreakerRick/info.aspx\">Rick Munarriz</a> owns shares of Qualcomm. <a href=\"http://my.fool.com/profile/TMFBuckeye/info.aspx\">Sean O'Reilly</a> has no position in any stocks mentioned. <a href=\"http://my.fool.com/profile/TMFSocialME/info.aspx\">Tamara Rutter</a> owns shares of Apple, Twitter, and WhiteWave Foods. <a href=\"http://my.fool.com/profile/timbrugger/info.aspx\">Tim Brugger</a> has no position in any stocks mentioned. The Motley Fool recommends Apple, Facebook, Gartner, Google (A shares), Google (C shares), Twitter, and WhiteWave Foods. The Motley Fool owns shares of Apple, Facebook, Google (A shares), Google (C shares), Qualcomm, Twitter, and WhiteWave Foods. </em></p>\r\n<p><em>Try any of our Foolish newsletter services <a href=\"http://www.fool.com/shop/newsletters/index.aspx?source=isiedilnk018048\">free for 30 days</a>. We Fools may not all hold the same opinions, but we all believe that <a href=\"http://wiki.fool.com/Motley\">considering a diverse range of insights</a> makes us better investors. The Motley Fool has a <a href=\"http://www.fool.com/Legal/fool-disclosure-policy.aspx\">disclosure policy</a>.</em></p></div>\r\n\t\t\t\r\n\t\t\t</div><!-- /entry-content -->\r\n\t\t\t\t\t\r\n\t\t</div><!-- /content -->\r\n\t\t<br style=\"clear:both;\" />\r\n        \r\n        \r\n\t\t<div id=\"articleTools\">\r\n\r\n\t\t\t<p id=\"recModuleBottom\">\t\t\t\t\r\n\t\t\t  <span class=\"readComments\"><a href=\"#commentsBoxAnchor\">Read/Post Comments (25)</a></span>\r\n\t\t\t\t<span class=\"recModulePike\"> | </span>\r\n\t\t\t\t<span class=\"recArticle\">\n\t<span class=\"recInline\">\n\t\t<a href=\"#\" onclick=\"Recommendations.RecommendIt('0','3208784','Post', this);return false;\">Recommend This Article (46)</a> \n\t</span>\n\t<noscript>\n\t\t<span class=\"recInline\">\n\t\t\tRecommended 46 Times\n\t\t</span>\n  </noscript>\n\n\n</span>\r\n                \r\n\t\t\t\t<!-- AddThis Button BEGIN --> \r\n\t\t\t\t<div class=\"shareLinks clearfix addthis_toolbox\" id=\"horizontal_bottom_toolbox\" >\r\n\t\t\t\t\t<a class=\"addthis_button_facebook_like\" fb:like:layout=\"button_count\"></a>\r\n\t\t\t\t\t<a class=\"addthis_button_tweet\" tw:via=\"themotleyfool\"></a>\r\n\t\t\t\t\t<!--<a class=\"addthis_button_google_plusone\" g:plusone:size=\"medium\"></a>-->\r\n\t\t\t\t\t<a class=\"addthis_button_email email_bg\">Email</a>\r\n\t\t\t\t\t<a class=\"print_bg\" href=\"/server/FoolPrint.asp?File=/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx\">Print</a>\r\n\t\t\t\t\t<a class=\"feedback_bg\" href=\"http://www.fool.com/Help/Index.htm?display=EmailNews&amp;p=/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx\">Feedback</a>\r\n                    <a class=\"addthis_counter addthis_pill_style\"></a>\r\n                    <script type=\"text/javascript\"> var addthis_config = { \"data_track_addressbar\": true };</script>\r\n\r\n\t\t\t\t</div>\t\r\n\t\t\t\t<script src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fccc73f4f57fb0a\" type=\"text/javascript\"></script>\r\n\r\n\t\t\t\r\n\t\t\t</p>\r\n        \r\n        \t<!-- AddThis VERTICAL Buttons BEGIN -->\r\n\t\t\t\t<div class=\"addthis_toolbox addthis_floating_style addthis_counter_style\"  id=\"vertical_toolbox\">\r\n\t\t\t\t\t<a class=\"addthis_button_facebook_like\" fb:like:layout=\"box_count\"></a>\r\n\t\t\t\t\t<a class=\"addthis_button_tweet\" tw:count=\"vertical\" tw:via=\"themotleyfool\"></a>\r\n\t\t\t\t\t<!--<a class=\"addthis_button_google_plusone\" g:plusone:size=\"tall\"></a>-->\r\n                    <a class=\"addthis_button_linkedin_counter\" li:counter=\"top\"></a>\r\n\t\t\t\t\t<a class=\"addthis_button_email email_bg\">Email</a>\r\n\t\t\t\t\t<a class=\"addthis_button_print print_bg\">Print</a>\r\n\t\t\t\t</div>\r\n               \r\n\r\n\r\n\t\t</div><!-- /articleTools -->\r\n\r\n\t\t\r\n        \r\n        \r\n            <div class=\"promoboxAd\">\r\n                <div id=\"div-gpt-ad-470x300-0\"></div><script type=\"text/javascript\">var pitcherAds = pitcherAds || PitcherAds();pitcherAds.get({placement: \"promobox\",divId: \"div-gpt-ad-470x300-0\",site: \"usmf.inv.investing\",zone: \"articles\",width: 470,height: 300,pos: \"\",position: \"0\",seg: \"default\",tile: \"3\",sub: \"default\",port: \"default\",trades: \"default\",reg: \"false\",etfticker: \"false\",ret: \"default\",mgr: \"default\",funds: \"default\",goldticker: \"false\",bureau: \"tech-an-telecom\",series: \"default\",buckettarget: \"default\",swap: \"false\",sessionCount: \"2\",tenOrMoreSessions: \"false\",type: \"272\",adtags: \"growth,international,tech\",tickers: \"AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX\",src: \"\"});</script>\r\n      \t    </div>\r\n        \r\n        \r\n\r\n\t\t<div class=\"component\" id=\"articleCommentsAjaxContainer\">\r\n\t\t\t\r\n\r\n<input type=\"hidden\" name=\"ArticleID\" id=\"ArticleID\" value=\"3208784\"/> \r\n\r\n<div id=\"comments\">\r\n\t<a name=\"commentsBoxAnchor\" id=\"commentsBoxAnchor\"></a>\r\n\t<h3 class=\"boxTop\">Comments from our Foolish Readers</h3>\r\n\t<p class=\"intro\"><strong>Help us keep this a respectfully Foolish area!</strong> This is a place for our readers to discuss, debate, and learn more about the Foolish investing topic you read about above.  Help us keep it clean and safe.  If you believe a comment is abusive or otherwise violates our <a href=\"http://www.fool.com/help/index.htm?display=newuser02\">Fool's Rules</a>, please report it via the <img src=\"//g.foolcdn.com/art/article/icn_comment-redhand.gif\" alt=\"Report this Comment\" /> <strong>Report this Comment</strong> icon found on every comment.</p>\r\n\r\n\t<div id=\"ajaxPosts\">\r\n\t\t\r\n\t\t\t<ul id=\"commentsList\" class=\"truncated\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022147\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 23, 2014,\r\n\t\t\t\t\t\t\t\t\tat 10:07 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=192995981\"><strong>argusdc</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">&quot;Activists have succeeded in keeping guests away from its marine life theme parks given the negative publicity about killer whales in captivity&quot;</p><p rel=\"nofollow\">I'm sorry--the cruelty to orcas in captivity is well documented in the documentary Blackfish and employees are less than honest to the public about the health problems these mammals suffer.  Consumers are not being 'fickle' here--they are responding here to inhumane treatment of orcas at SeaWorld, which is now a sinking ship.  </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022153\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 23, 2014,\r\n\t\t\t\t\t\t\t\t\tat 10:41 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1696887620\"><strong>SuntanIronMan</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Given that Cedar Fair trades at a similar earnings multiple, pays a dividend, and isn't subject to animal rights activism, I have a hard time choosing SeaWorld as a possible investment.</p><p rel=\"nofollow\">I not really interested in Cedar Fair either, but if I was interested in an amusement/theme park operator, I couldn't really see myself choosing SeaWorld when there are many other options to choose from (including Disney).</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022369\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 25, 2014,\r\n\t\t\t\t\t\t\t\t\tat 9:57 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=218178305\"><strong>papsrus</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Rick Munarriz writes:</p><p rel=\"nofollow\">&quot;... Activists have succeeded in keeping guests away from its marine life theme parks given the negative publicity about killer whales in captivity.&quot;</p><p rel=\"nofollow\">and </p><p rel=\"nofollow\">&quot; ... guests will eventually follow as the chain either takes active steps to improve its image or fickle consumers move on to a new cause.&quot;</p><p rel=\"nofollow\">That pretty much says it all as far as your stand on animal cruelty. </p><p rel=\"nofollow\">&quot;Activists&quot; have not kept paying customers away from Sea World. The exposure of Sea World's own practices is what is keeping paying customers away.</p><p rel=\"nofollow\">And you repeatedly use the term &quot;guests&quot; when what you really mean is &quot;paying customer.&quot; A guest is someone I welcome into my home with a cozy embrace. I don't charge them a fee at the door. Your warm and fuzzy language and dismissal of &quot;fickle consumers&quot; doesn't mask what's really going on here.</p><p rel=\"nofollow\">You also did not mention in your &quot;investment thesis&quot; that animal rights activists have been accumulating shares in the company in order to try to have some greater say in the matter, although I'm sure you were aware of it (or should have been before recommending the stock).</p><p rel=\"nofollow\">I wouldn't bet the farm that the issue of Sea World's well-documented mistreatment of animals (and, incidentally, their apparent lethal disregard for the safety of animal trainers as well) simply recedes into our feeble collective memory as &quot;fickle consumers&quot; find more cash to spend on entertainment.</p><p rel=\"nofollow\">A weak investment thesis for a company that is unattractive on so many levels.</p><p rel=\"nofollow\">Disappointed.</p><p rel=\"nofollow\"> </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022372\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 25, 2014,\r\n\t\t\t\t\t\t\t\t\tat 10:28 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=379938237\"><strong>AaronRogers</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">WAH WAH WAH you cry baby no place for money matter replies are pathetic and wasted reading.  Investing and making money has nothing to do with your moral values which I strongly disagree with anyways.  For the record does anyone care about most the species going extinct. NO.  Know why because the population has no experience or knowledge of their existence nor plight.  Sea world brings a much needed conciousnes.  Anyways Love the Sea World theory and full heartedly agree with it.  Are they going bankrupt?  Will they returm to  stronger profitability?  They are priced for bad bad times.  Unless they go belly up they soar.  Perfect homerun swing pick.</p><p rel=\"nofollow\">The awful pick is White Wave.  They have a forecasted declining growth rates with a greater than 3x P:E to growth rate multiple.  This stock is way ahead of itsself.  How much more can you possibly see in a climate of economic slowdown.  Awful. Pick.  Borderline pathetic.  </p><p rel=\"nofollow\">As to the rest of the picks - REALLY!  Can you be more boring.  Can you be more bland.  Can you be less insightful.  Facebook, google, etc...  At best these stocks all do well.  But this article was BEST STOCKS!  Pick ones your readers don't know.  Pick ones your readers can learn and research about like White whatever.  Pick ones that have a chance to trounce not match the S&amp;P.  Atleast white whatever and Sea World have a chance to be the best.  All the rest will not even place in the top 20 percent this year.  Not the top 30 either.  PATHETIC!</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022424\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 26, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:03 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=218178305\"><strong>papsrus</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">&quot;WAH WAH WAH you cry baby no place for money matter replies are pathetic and wasted reading. ...&quot;</p><p rel=\"nofollow\">You should be commended for attempting to learn a second language. Keep up the hard work.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1022480\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 26, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:21 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=306446498\"><strong>EnigmaDude</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Guess it depends on how you define &quot;top stocks&quot; for 2015. Does that mean the ones that will perform the best in terms of % share price increase? Or best time to invest for the long term?</p><p rel=\"nofollow\">My picks for top stocks in terms of % change in share price include Opko Health (OPK), Cadiz (CDZI), and a couple of cheap energy stocks like Encana (ECA).</p><p rel=\"nofollow\">Do your own research, and make constructive comments. Happy new year, Fools!</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1023440\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 26, 2014,\r\n\t\t\t\t\t\t\t\t\tat 3:21 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=297672311\"><strong>clematisclem</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">&quot;Investing and making money has nothing to do with your moral values...&quot;</p><p rel=\"nofollow\">...to you. Warren Buffett advised investors to invest in companies that they believe in. I do not believe in SeaWorld's practices, and judging by the falling attendance, many others similarly do not. As a result of falling revenues due to people making other entertainment choices based at least in part on their moral values, Sea World's stock price has declined and the dividend was delayed. Obviously making money and moral values are not always separate issues. </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1023489\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 27, 2014,\r\n\t\t\t\t\t\t\t\t\tat 1:14 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=379938237\"><strong>AaronRogers</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">LOL yeah tell that to constellation investors and their 48% this year.  I'd have never guessed that for an over priced stock.  And I commend those that were and drank the kool aid.  Enjoy buying some stock in UNICEF.  Sea World is a great pick for an article.  Might go bad.  But if his theory is right he trounces.  Great read.  Great idea.  That was my point originally.  You dont have to agree w his pick but that is what due diligence and personal risk tolerances are for. </p><p rel=\"nofollow\">Apple...Yeah dude great call.  What kind of run can that have?  Long term all tech stocks are bad for the other commentor.  Pick 1 long term that has rewarded investors...congrats you named a few.  Look at the fail list.  BTW- most investors in apple are on that one (remember when it went to 7).</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024126\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 28, 2014,\r\n\t\t\t\t\t\t\t\t\tat 5:19 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1938883265\"><strong>TMFHamFoolery</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">@enigmadude...best to invest for the long-term. Even through the end of 2015 is rather short term for Fool investing. </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024196\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 28, 2014,\r\n\t\t\t\t\t\t\t\t\tat 8:02 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1697785421\"><strong>Trololololo</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Regarding the recommendations of the MF staff, my biggest concern for each of these have to do with valuation, especially at this stage of the bull market. Facebook is a good example. Despite its growth and promise, Facebook trades at a very high earnings multiple and PEG, something I found with many of the recommendations above. </p><p rel=\"nofollow\">Yes, I know. You can't judge a business by its earnings alone. But something that increasingly worries me about so many MF recommendations is that I read nothing but &quot;feel-good movie of the summer!!!&quot; stories tied to them without a close look on whether their growth will ever catch up to the PE applied to them by the market. It might be one thing when a bull market is just getting its legs. But I am concerned that we are getting into the latter stages of a remarkable rally. And at some point, the party will end, and the seas will roll back, letting us see who was swimming naked.</p><p rel=\"nofollow\">Call me wrong and point me to the errors in my ways. But when I first joined the Motley Fool, I did so because the Gardner brothers pounded the table on the notion of not paying too much for an investment in the style of Graham, Dodd and Buffett. Today however I am left with the impression that the hierarchy of the Motley Fool does not think this is important. And that deeply concerns me.</p><p rel=\"nofollow\">Don't get me wrong – I'm all for growth, but at a reasonable price. And the recommendations above, excellent companies notwithstanding, appear to be far too rich for my blood. </p><p rel=\"nofollow\">FOOLS: Please reply with your thoughts. I'm not afraid of criticism; in fact, quite the opposite. It's an opportunity to learn from you. Thanks in advance.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024207\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 28, 2014,\r\n\t\t\t\t\t\t\t\t\tat 8:35 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1717589950\"><strong>EvanBuck</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">@Trololololo: Your comment is remarkably insightful for someone with such a...&quot;non-serious&quot; username.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024243\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 28, 2014,\r\n\t\t\t\t\t\t\t\t\tat 10:29 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Trololololo, I am right there with you. I canceled my SA subscription because the methodology for recommendations becomes complete garbage. There was no sign of analysis or consideration given to what price is ok to pay for a particular stock, and more and more recommendations were trending towards momentum overhyped story stocks with earnings multiples in the stratosphere. Moreover, those stocks were implied as good buys at any price and at any stage of the hype cycle.</p><p rel=\"nofollow\">Furthermore, if you look at the prices of SA recommendations and replace each recommended stock buy with S&amp;P 500, then since 2011, SA has underperformed the market by a significant margin.</p><p rel=\"nofollow\">MOREOVER, when you looked at the stock price history of the SA picks, you also saw those stocks could not be obtained for the prices listed in the SA recommendation history, as in most cases prices that low did not occur for weeks either before or after the recommendations. This last part is a huge deal since it basically means that SA subscribers can never ever even approach the advertised SA results because the performance advertised for the service is based on prices that didn't exist at the time of recommendations. In many cases the in listed purchase price was over 10% lower than the bottom of the range for the stock price for several weeks before or after the recommendation date.</p><p rel=\"nofollow\">So due to the &quot;methodology&quot; based on feel good stories, reported under performance, and very importantly outright lies as to the prices for their picks, I saw this service for what it is--one that is completely worthless and trying to sell lucky picks of NFLX and AMZN 10+ years ago as some ability to stock pick well.</p><p rel=\"nofollow\">Bottom line is, I agree with you, MF writers' methodology for recommending stocks is worthless as are the services they offer.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024341\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 9:17 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=49944\"><strong>bloomr</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Purchase prices are dividend-adjusted, as is the S&amp;P benchmark comparison.  I have been a Fool reader for over 15 years, and I have not seen any shenanigans with their purchase price claims.  They also wait to buy a stock for at least a day after they recommend it, so they don't take advantage of the &quot;bump&quot; some stocks get on the day of the rec.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024353\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 10:18 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Bloom, as I mentioned in my post, the prices they list often don't occur for weeks before or after the recommendation, so a short waiting period is definitely not in play here.</p><p rel=\"nofollow\">The S&amp;P price is accurate usually though, so for my money, there is definitely shenanigans going on.</p><p rel=\"nofollow\">And even with those, since start of 2011, their picks have underperformed the market.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024375\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 11:13 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=204409526\"><strong>TMFBomb</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">@Trololololo, phexac, and bloomr,</p><p rel=\"nofollow\">In terms of stock selection, The Motley Fool believes in finding great companies and investing for the long term (years and decades, not days and months) and that market timing doesn't work. We also believe in listening to a diversity of opinion...that means we can disagree with each other...for instance, the analysts who contributed to this article can disagree with each other and can disagree with the analysts on our premium services like Motley Fool Stock Advisor.</p><p rel=\"nofollow\">One person's overvalued stock based on a high P/E ratio is another person's undervalued stock because of the belief in factors such as future growth, a strong moat enabling sustainability of earnings and market relevance, a misunderstood accounting nuance, a one-time item, etc.</p><p rel=\"nofollow\">Because opinions and strategies differ, we focus on being highly transparent with our premium picks, including maintaining a scorecard of every pick's performance vs. the S&amp;P 500. We take the integrity of that reporting very seriously. Here is what we say in our FAQ for Motley Fool Stock Advisor members:</p><p rel=\"nofollow\">&quot;How do you track the performance of the stocks you recommend?</p><p rel=\"nofollow\">We provide a scorecard of comprehensive performance data online. The scorecard tracks both active stocks and ones we’ve recommended selling — look for sold stocks in the David vs. Tom view of the online scorecard.</p><p rel=\"nofollow\">As of Jan. 26, 2011, we use total average returns on our scorecard. Total average returns are the average of all individual stock recommendations (active and sold) and the average of the S&amp;P 500 Total Return Index, starting from the end of the day we make each recommendation. Both the stock and benchmark returns include reinvested dividends, splits, and adjustments for other corporate actions such as spinoffs and acquisitions, if applicable.</p><p rel=\"nofollow\">On the David vs. Tom comparison page, the column “vs. S&amp;P” is calculated by taking the difference in the return of the recommendation and the return of the S&amp;P 500 over the same period. It's measured in percentage points.</p><p rel=\"nofollow\">Our returns are verified by Alpha Performance Verification Services&quot;</p><p rel=\"nofollow\">The link to their latest report is here:</p><p rel=\"nofollow\"><a rel=\"nofollow\" href=\"http://g.fool.com/art/newsletters/18/images/The%20Motley%20Fool%20Opinion.pdf\">http://g.fool.com/art/newsletters/18/images/The%20Motley%20F...</a></p><p rel=\"nofollow\">Fool on,</p><p rel=\"nofollow\">Anand Chokkavelu, CFA (Editorial Director of <a rel=\"nofollow\" href=\"http://Fool.com\">Fool.com</a>)</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024393\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:15 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">You can tell by the lack of actual denial in Bomb's post of the practice mismatching the price of stock picks with the recommendation date price I described above in Bomb's that their price point picking is exactly as I described.</p><p rel=\"nofollow\">&quot;One person's overvalued stock based on a high P/E ratio is another person's undervalued stock because of the belief in factors such as future growth&quot;</p><p rel=\"nofollow\">This is the typical nebulous declaration followed by an SA stock pick based on more fuzzy feeling about how fantastic a company is and completely ignoring  that price you pay for a security is one of the most important factors in determining returns.</p><p rel=\"nofollow\">I suggest anyone with SA subscription go to the page with recommendation and do your own research. See if the price on recommendation date is within the range where stock traded on or around that date. Then check the returns against actual obtainable stock price vs S&amp;P. Then see how SA has done since 2011. Then see how SA has done if you take out AMZN and NFLX from early 2000s. You will see that what's left is a bunch of mediocre picks based on nebulous beliefs that are pretty average.</p><p rel=\"nofollow\">And just one more time, any stock advising service that treats a stock as equally good buy regardless of price (often different by a factor) is worse than worthless.</p><p rel=\"nofollow\">Just look at DDD, which SA touted from about $18 all the way to $80+ post stock split. If you bought at 18, sure it was ok, though not spectacular. If you bought at 80, over half of your money is gone.</p><p rel=\"nofollow\">Price matters and by acting like it doesn't MF team is basically insulting everyone's intelligence.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024398\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:30 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Oh and when someone tells you, our results are verified by XYZ, it's a meaningless statement unless you know exactly what's being verified and what the process is. Judging by the TFM response, it's not the type of verification that would do anything about using prices on dates different from the recommendations.</p><p rel=\"nofollow\">And the thing is, if it were the case TMF just buys the stock on some other date for operational reasons, that's fine, but you would expect roughly half the prices to be above and half below the recommend on date price range. However, in SA case, the prices I checked for 2011 and 2012 are ALWAYS lower than on the recommendation date.</p><p rel=\"nofollow\">When you see something like this, you know you are being lied to.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024400\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:46 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1704953680\"><strong>Mathman6577</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">^^^ No matter what TMFBomb said (and in many cases other Fools have said in the past) in his comment, many of the Fools still pick their stocks based upon personal opinions regarding the company, the CEO, or a political agenda (which is becoming more and more prevalent).</p><p rel=\"nofollow\">If it meets their green energy (solar and wind), ObamaCare, min. wage, or income inequality narrative expect Fools to weigh in positively, even if the P/E is at 200 or the company has never made any money.</p><p rel=\"nofollow\">If the CEO is a golden boy or girl in their eyes the stock is automatically a recommendation (Jeff Bezos can do no wrong -- even if AMZN doesn't turn a profit they will make excuses such as the &quot;company is planning for the future&quot;).</p><p rel=\"nofollow\">If the company goes against their narrative (think WMT, MCD, and many big oil companies) the stock gets bashed.</p><p rel=\"nofollow\">Apple products are always being compared against &quot;superior&quot; Android products on one or two features (that most users do not care about). The forest is always missed thru the trees when it comes to Apple. </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024476\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 4:52 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=379938237\"><strong>AaronRogers</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">LOL!  So everyone is bombing MF on how they calculate their scoring.  I am and so should everyone else be confident in how they score their picks.  Its a very simple calculation.  They don't always hype themselves.  Hidden Gems showed a lesser return for quite a while.  </p><p rel=\"nofollow\">However, I definitely agree with the poster with regard to the divergence away from graham style.  I don't think MF has because of lack of principle but rather more simplistic explanations and articles.  I would like to see MF get back to their more complicated articles that require research to completely follow.  The conclusion paragraph works well for those who just want a quick answer to what picks and why.  However, I feel MF used to challenge us as readers to learn more and teach more.  If they are recommending sky high P/E stocks they should type more explaining that the growth rates show an expanded P/E is worthwhile and what is considered to be a reasonable ratio of growth rate to P/E.  The articles have become more USA Today like is basically what I'm saying.  The banking/black swan article is a great example of a great article.  I actually have to look up the exact ratio and how it is calculated.  However, it was in depth and educational while challenging and provided a quirky and interesting twist on investments within the sector.</p><p rel=\"nofollow\">However, I think everyone can trust how they score their advice and picks.</p><p rel=\"nofollow\">What I don't like about these picks is how bland and generic can they be.  Its impossible for Apple to be a true top stock.  Way to BIG with no new tech. to be ground breaking and dominant.  MF used to find more obscure and perhaps more risky companies.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024491\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 5:31 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Yeah, it's definitely the lack of deeper research that is a turn-off for me.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024493\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 29, 2014,\r\n\t\t\t\t\t\t\t\t\tat 5:32 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">That being said, their prices are factually off. How you choose to interpret that or whether you even take it into consideration is up to you.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024568\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 30, 2014,\r\n\t\t\t\t\t\t\t\t\tat 12:08 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=49944\"><strong>bloomr</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">phexac, please give an example of what you consider an erroneous price quote.  I'd be willing to bet it's because of adjustments down the road - dividends, spin offs, acquisitions, etc.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1024571\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn December 30, 2014,\r\n\t\t\t\t\t\t\t\t\tat 1:29 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1610938433\"><strong>phexac</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">bloom, what I did was start in 2011. Go to the first recommendation. Check out the date and the price. Next go to Google or Yahoo finance and see what was the price range where the stock traded on that date. Is MF price even within that range?</p><p rel=\"nofollow\">In cases where it isn't, go ahead and see when is the closest day preceding or following the recommendation date when the advertised price occurred.</p><p rel=\"nofollow\">And remember, in most cases Google and Yahoo also adjust their stock prices correctly.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1025122\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn January 01, 2015,\r\n\t\t\t\t\t\t\t\t\tat 10:10 PM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=17134001\"><strong>anastunya</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">I would never buy food from a country that killed its own babies with poisonous formula. Many Americans are avoiding anything made in China.</p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<li id=\"comment1025138\">\r\n\t\t\t\t\t\t\t<div class=\"commentHead\">\r\n\t\t\t\t\t\t\t\t<h6>\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" title=\"Report this Comment\" class=\"foolcop redflag\"><span>Report this Comment</span></a>\r\n\t\t\t\t\t\t\t\t\tOn January 02, 2015,\r\n\t\t\t\t\t\t\t\t\tat 1:10 AM, \r\n\t\t\t\t\t\t\t\t\t<a href=\"http://boards.fool.com/Profile.asp?uid=1988311629\"><strong>Foolistherule</strong></a> wrote:\r\n\t\t\t\t\t\t\t\t</h6>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"commentPost\"><p><p rel=\"nofollow\">Phexac, AaronRogers, and Trololo..</p><p rel=\"nofollow\">Interested in the style of Graham, Dodd, Buffet, and Lynch?</p><p rel=\"nofollow\">So am I !!</p><p rel=\"nofollow\">So, I invite you all to check out this project that we are working on for quite a few busy weeks now.</p><p rel=\"nofollow\">I gotta warn you, it is not for the weak. We are doing 'hard core' write ups of lots of stocks. So far, we have compiled a list of more than 100 stocks small caps to large. Value or growth. Divs or not. A little bit of 'deep value' (oil stocks right now). </p><p rel=\"nofollow\">It is a HUGE thread. Don't try to read it all. Start at the bottom. We are all serious investors, but we joke and have fun. </p><p rel=\"nofollow\">Tell ya what:</p><p rel=\"nofollow\">Check in at the end of the thread. Stop by and say 'hi'. Let me know what you are after and I'll </p><p rel=\"nofollow\">guide you to the right spot. Or, better yet, join us in our quest to seek out the best stocks in Fooldom!  </p><p rel=\"nofollow\">This could be just the spot you are lookind for if you miss 'the good ol days' of SA</p><p rel=\"nofollow\">See ya there!--</p><p rel=\"nofollow\"><a rel=\"nofollow\" href=\"http://www.fool.com/investing/general/2014/11/02/4-secrets-warren-buffetts-favorite-dividend-stocks.aspx?source=iymsitlnk0000002\">http://www.fool.com/investing/general/2014/11/02/4-secrets-w...</a></p><p rel=\"nofollow\">  </p></p></div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\r\n\t\t\t</ul>\r\n\t\t\t\t<a name=\"newCommentAnchor\" id=\"newCommentAnchor\"></a>\r\n\t\t\t<h5>Add your comment.</h5>\r\n\t\t\r\n\t\r\n\t\t\r\n\t</div>\r\n\r\n\t\r\n\r\n\t\r\n\r\n\t\r\n\t\r\n\t\t<div id=\"newComment\" class=\"addNew commentTools\" style=\"display:none\">\r\n\t\t\t<p id=\"P1\">\r\n\t\t\t\tYour Fool username<!-- of <strong>insert username here</strong>--> will be displayed with your comment.<br /><br />\r\n\t\t\t\tPlease be respectful with your comments. Review our <a href=\"http://www.fool.com/help/index.htm?display=newuser02\">Fool's Rules</a>.\r\n\t\t\t</p>\r\n\t\t\t<textarea name=\"txtBody\" rows=\"12\" cols=\"30\" id=\"txtBody\" class=\"textbox\" onclick=\"Fool.Authenticate(null, function() { $('txtBody').readOnly=false; })\" readonly=\"readonly\"></textarea>\r\n\t\t\t<p class=\"small muted\">Your comment may be delayed up to 15 minutes</p>\r\n\t\t\t<div class=\"buttons\">\r\n\t\t\t\t<input type=\"button\" id=\"btnSave\" class=\"nl-button call-to-action\" value=\"Post Your Comment\" onclick=\"ArticleComments.doSave()\" /> \r\n\t\t\t</div>\r\n\t\t</div> \r\n\t\r\n\r\n\t<script type=\"text/javascript\">\r\n\t\tdocument.observe(\"dom:loaded\", function () {\r\n\t\t\tArticleComments.showTools();\r\n\t\t});\r\n\t</script>\r\n\t<noscript>\r\n\t\t<div id=\"jsWarning\">\r\n\t\t\t<p>Javascript is required to comment on Fool articles.</p>\r\n\t\t</div>\r\n\t</noscript>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\t</div>\r\n\t\t<!--googleoff:all-->\r\n\t\t\n<div class=\"compareBrokersAds\">\n\t<h3 class=\"boxTop\"><a href=\"/how-to-invest/broker/index.aspx?source=ifldbcdbx0000002\">Compare Brokers</a></h3>\n\t<div class=\"compareBrokersBox\">\n\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=hlp_1;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=hlp_1;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=hlp_1;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n\t</div>\n\t<div class=\"compareBrokersBox INGCompare\">\n\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=hlp_2;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=hlp_2;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=hlp_2;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n\t</div>\n\t<div class=\"compareBrokersBox\">\n\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=hlp_3;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=hlp_3;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=hlp_3;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n\t</div>\n\t<div class=\"compareBrokersBox\">\n\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=hlp_4;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=hlp_4;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=hlp_4;seg=default;src=;sz=88x31;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n\t</div>\n\t<a href=\"/how-to-invest/broker/disclosure.aspx?source=compare\" class=\"disclosure\">Fool Disclosure</a>\n</div>\r\n\t\t\r\n\r\n<div class=\"compareBrokersAds\">\r\n\t<h3 class=\"boxTop\">Sponsored Links</h3>\r\n\t<div style=\"margin-top: -20px; padding: 30px\">\r\n\t   <span style=\"font-size:10pt\"><a href=\"http://www.fool.com/ecap/rule-breakers/485-million-reasons-to-put-down-the-iphone-and-inv/?aid=8444&source=irbsitlbd0900060\" target=\"_blank\"><b>Leaked:  Apple's Next Smart Device</b></a><br>\r\n\t\t<b>(Warning, it may shock you)</b><br>\r\n\t\tThe secret is out... experts are predicting 458 million of these types of devices will be sold per year. 1 hyper-growth company stands to rake in maximum profit - and it's NOT Apple.\r\n\t\t<a href=\"http://www.fool.com/ecap/rule-breakers/485-million-reasons-to-put-down-the-iphone-and-inv/?aid=8444&source=irbsitlbd0900060\" target=\"_blank\">Show me Apple's new smart gizmo!</a></span>\r\n\t</div>\r\n</div>\t\t\r\n\r\n\t\t<p class=\"debug\">DocumentId: 3208784, ~/Articles/ArticleHandler.aspx, 1/3/2015 6:47:11 AM</p>\r\n\t\t<!-- do not remove this comment - articlescontent -->\r\n\t\t\r\n\t</div><!-- /primary -->\r\n\r\n\t\n\n<fieldset id=\"foolcop\">\n\n\t<h3>Report This Comment</h3>\n\n\t<p>\n\t\tUse this area to report a comment that you believe \n\t\tis in violation of the community guidelines. Our \n\t\tteam will review the entry and take any appropriate \n\t\taction.\n\t</p>\n\n\t<input type=\"hidden\" name=\"whichComment\" id=\"whichComment\" value=\"\" />\n\t<input type=\"hidden\" name=\"commentContent\" id=\"commentContent\" value=\"\" />\n\n\t<textarea name=\"reporterNote\" id=\"reporterNote\" rows=\"4\" cols=\"18\"></textarea>\n\n\t<div class=\"buttons\">\n\t\t<input class=\"button\" name=\"reportToFoolCop\" id=\"reportToFoolCop\" type=\"submit\" value=\"Send this Report\" />\n\t\t<input class=\"button\" name=\"cancelFoolCop\" id=\"cancelFoolCop\" type=\"submit\" value=\"Cancel\" />\n\t</div>\n</fieldset>\n\n<div id=\"progress-indicator\">\n\n\t<img alt=\"\" src=\"http://g.foolcdn.com/art/newsletters/22/site/icn_progress.gif\" />\n\n\t<h3>Sending report...</h3>\n\n</div>\r\n\r\n\t\r\n\t\r\n\t<!-- AdA.Master -->\r\n\t<!--googleoff:all-->\r\n\t<div id=\"secondary\" class=\"column\">\r\n\t    \r\n        \r\n        \r\n\r\n        <div class=\"ad-336x280\">\r\n\t\t\t<div id=\"div-gpt-ad-336x280-0\"></div><script type=\"text/javascript\">var pitcherAds = pitcherAds || PitcherAds();pitcherAds.get({placement: \"bigbox_article\",divId: \"div-gpt-ad-336x280-0\",site: \"usmf.inv.investing\",zone: \"articles\",width: 336,height: 280,pos: \"\",position: \"0\",seg: \"default\",tile: \"8\",sub: \"default\",port: \"default\",trades: \"default\",reg: \"false\",etfticker: \"false\",ret: \"default\",mgr: \"default\",funds: \"default\",goldticker: \"false\",bureau: \"tech-an-telecom\",series: \"default\",buckettarget: \"default\",swap: \"false\",sessionCount: \"2\",tenOrMoreSessions: \"false\",type: \"272\",adtags: \"growth,international,tech\",tickers: \"AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX\",src: \"\"});</script>\r\n\t\t</div>\r\n        \r\n \t    <div class=\"round clearfix\">\r\n\t\t\t<div id=\"todaysMarket\" class=\"component round\">\r\n\t\t\t\t<h3>Today's Market</h3>\r\n\t\t        \n<table cellspacing=\"0\" cellpadding=\"0\">\n\t\n\t<tfoot>\n\t\t<tr>\n\t\t\t<td colspan=\"5\" class=\"updated txtR\">\n\t\t\t\t<div class=\"fl txtR\">\n\t\t\t\t\t<span class=\"ago\">updated 8 hours ago</span>\n\t\t\t\t\t<span class=\"sponsoredBy\">Sponsored by:</span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"fl sponsor\">\n\t\t\t\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=;seg=default;src=;sz=88x33;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=6;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=;seg=default;src=;sz=88x33;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=6;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=;seg=default;src=;sz=88x33;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=6;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\n\t\t\t\t</div>\n\t\t\t</td>\n\t\t</tr>\n\t</tfoot>\n\n\t<tbody>\n\n\t\t<tr class=\"clickable dji active\">\n\t\t\t<td class=\"image up\">\n\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_up_small.png\">\n\t\t\t</td>\n\t\t\t<td class=\"index unvisit\">\n\t\t\t\t<a class=\"unvisit qsAdd qs-source-ihpdspmki0000001\" href=\"http://caps.fool.com/ticker/^DJI.aspx\">DOW</a>\n\t\t\t</td>\n\t\t\t<td class=\"value\">\n\t\t\t\t17,832.99\n\t\t\t</td>\n\t\t\t<td class=\"change up\">\n\t\t\t\t9.92 \n\t\t\t</td>\n\t\t\t<td class=\"percentChange up\">\n\t\t\t\t0.06%\n\t\t\t</td>\n\t\t</tr>\n\n\t\t<tr class=\"clickable gspc\">\n\t\t\t<td class=\"image down\">\n\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_down_small.png\">\n\t\t\t</td>\n\t\t\t<td class=\"index unvisit\">\n\t\t\t\t<a class=\"unvisit qsAdd qs-source-ihpdspmki0000001\" href=\"http://caps.fool.com/ticker/^GSPC.aspx\">S&amp;P 500</a>\n\t\t\t</td>\n\t\t\t<td class=\"value\">\n\t\t\t\t2,058.20\n\t\t\t</td>\n\t\t\t<td class=\"change down\">\n\t\t\t\t-0.70 \n\t\t\t</td>\n\t\t\t<td class=\"percentChange down\">\n\t\t\t\t-0.03%\n\t\t\t</td>\n\t\t</tr>\n\n\t\t<tr class=\"clickable ixic\">\n\t\t\t<td class=\"image down\">\n\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_down_small.png\">\n\t\t\t</td>\n\t\t\t<td class=\"index unvisit\">\n\t\t\t\t<a class=\"unvisit qsAdd qs-source-ihpdspmki0000001\" href=\"http://caps.fool.com/ticker/^IXIC.aspx\">NASD</a>\n\t\t\t</td>\n\t\t\t<td class=\"value\">\n\t\t\t\t4,726.81\n\t\t\t</td>\n\t\t\t<td class=\"change down\">\n\t\t\t\t-9.24 \n\t\t\t</td>\n\t\t\t<td class=\"percentChange down\">\n\t\t\t\t-0.20%\n\t\t\t</td>\n\t\t</tr>\n\n\t</tbody>\n</table>\n\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t<div class=\"round clearfix\">\r\n\t\t\t<!-- TODO: Remove Stock of the Day and use a custom controller when user is not registered-->\t\t\t\r\n\t\t\t\r\n\t\t\t\n\n<div id=\"myWatchlist\" class=\"component round whiteShield hPadded\">\n\n\t<div class=\"hPadded\">\n\t\t<h3 class=\"flushB\">Create My Watchlist</h3>\n\t\t<p class=\"small flushB\"><a class=\"qsAdd qs-source-iwlsitlnk0000014\" href=\"http://my.fool.com/watchlist\">Go to My Watchlist</a></p>\n\t</div>\n\t<div class=\"muted hPadded hMarginB meta ruledT ruledB\">\n\t\t<h5 class=\"hMarginB\">You don't seem to be following any stocks yet!</h5>\n\t\t<p class=\"hMarginB\">Better investing starts with a watchlist. Now you can create a personalized watchlist and get immediate access to the personalized information you need to make successful investing decisions.</p>\n\t</div>\n\t\n\t \n\t<div id=\"addToMyWatchlist\" class=\"capsBlueBox ruled hPadded clearfix hidden\">\n\t\t<input type=\"text\" placeholder=\"Enter ticker symbols...\" name=\"scorecard-add-tickers\" id=\"scorecard-add-tickers\" class=\"floatL\" tabindex=\"1\"/>\n\t\t<strong class=\"subtle\"><input type=\"button\" value=\"+ Add\" id=\"scorecard-add-button\" class=\"submitButton button stroked round floatR\" tabindex=\"2\" /></strong>\n\t</div>\n\t<p class=\"xsmall txtC muted flushB\">Data delayed up to 5 minutes</p>\n</div>\r\n\t\t\t\r\n\t\t\t\t\t<div id=\"recommendedHeadlines\" class=\"recommendedHeadlines headlinesBox component\">\r\n  <h3>Most Popular Articles</h3><a name=\"recommendedHeadlines\"></a><ol>\r\n    <li><a class=\"qsAdd qs-source-ihpdspmra0000002 qs-lidx-1\" href=\"/investing/general/2014/12/17/the-best-way-to-invest-in-americas-future.aspx?source=ihpsitota0000001&amp;lidx=1\">Foolanthropy 2014</a></li>\r\n    <li><a class=\"qsAdd qs-source-ihpdspmra0000002 qs-lidx-2\" href=\"/investing/general/2014/12/21/the-markets-10-best-stocks.aspx\">The Market's 10 Best Stocks</a></li>\r\n    <li><a class=\"qsAdd qs-source-ihpdspmra0000002 qs-lidx-3\" href=\"/investing/general/2014/12/12/122-things-everyone-should-know-about-investing-an.aspx?source=iaasitlnk0000003\">122 Things About Investing</a></li>\r\n    <li><a class=\"qsAdd qs-source-ihpdspmra0000002 qs-lidx-4\" href=\"/investing/general/2014/12/22/7-top-stocks-to-buy-for-2015.aspx?source=ihpsitota0000001&amp;lidx=4\">7 Stocks to Buy for 2015</a></li>\r\n    <li><a class=\"qsAdd qs-source-ihpdspmra0000002 qs-lidx-5\" href=\"/investing/general/2014/12/19/can-you-succeed-by-investing-in-japan.aspx?source=ihpsitota0000001&amp;lidx=2\">Investing in Japan?</a></li>\r\n  </ol>\r\n</div>\r\n\t\t\t\t                                                                                      \r\n\t\t</div>\r\n\t\t\r\n\t\t<div class=\"ad-336x280\">\r\n\t\t\t<div id=\"div-gpt-ad-336x281-0\"></div><script type=\"text/javascript\">var pitcherAds = pitcherAds || PitcherAds();pitcherAds.get({placement: \"bigbox_article\",divId: \"div-gpt-ad-336x281-0\",site: \"usmf.inv.investing\",zone: \"articles\",width: 336,height: 281,pos: \"\",position: \"1\",seg: \"default\",tile: \"9\",sub: \"default\",port: \"default\",trades: \"default\",reg: \"false\",etfticker: \"false\",ret: \"default\",mgr: \"default\",funds: \"default\",goldticker: \"false\",bureau: \"tech-an-telecom\",series: \"default\",buckettarget: \"default\",swap: \"false\",sessionCount: \"2\",tenOrMoreSessions: \"false\",type: \"272\",adtags: \"growth,international,tech\",tickers: \"AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX\",src: \"\"});</script>\r\n\t\t</div>\r\n\t\t\r\n\t\t<div class=\"round clearfix\">\r\n\t\t\t\n\n<div id=\"relatedTickers\" class=\"component round\">\n\t<h3>\n\t\tRelated Tickers\n\t</h3>\n\t<div class=\"timestamp\">\n\t\t1/2/2015 4:00 PM\n\t</div>\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"202686\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NASDAQ\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"AAPL\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/AAPL.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/AAPL.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-1\">AAPL</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"109.33\" />\n\t\t\t\t\t$109.33\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Down_medium.png\" height=\"13\" width=\"17\" alt=\"Down\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"-1.05\" />\n\t\t\t\t\t-1.05\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"-0.95\" />\n\t\t\t\t\t-0.95%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tApple\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"****\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_four.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"4 Stars: Favorite\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"273426\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NASDAQ\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"FB\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/FB.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/FB.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-2\">FB</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"78.45\" />\n\t\t\t\t\t$78.45\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Up_medium.png\" height=\"13\" width=\"17\" alt=\"Up\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange pos\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"+0.43\" />\n\t\t\t\t\t+0.43\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange pos\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"+0.55\" />\n\t\t\t\t\t+0.55%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tFacebook\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"**\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_two.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"2 Stars: Unattractive\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"288965\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NASDAQ\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"GOOG\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/GOOG.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/GOOG.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-3\">GOOG</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"524.81\" />\n\t\t\t\t\t$524.81\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Down_medium.png\" height=\"13\" width=\"17\" alt=\"Down\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"-1.59\" />\n\t\t\t\t\t-1.59\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"-0.30\" />\n\t\t\t\t\t-0.30%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tGoogle (C shares)\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"****\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_four.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"4 Stars: Favorite\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"203768\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NASDAQ\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"GOOGL\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/GOOGL.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/GOOGL.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-4\">GOOGL</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"529.55\" />\n\t\t\t\t\t$529.55\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Down_medium.png\" height=\"13\" width=\"17\" alt=\"Down\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"-1.11\" />\n\t\t\t\t\t-1.11\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"-0.21\" />\n\t\t\t\t\t-0.21%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tGoogle (A shares)\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"****\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_four.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"4 Stars: Favorite\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"205173\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NASDAQ\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"QCOM\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/QCOM.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/QCOM.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-5\">QCOM</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"74.28\" />\n\t\t\t\t\t$74.28\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Down_medium.png\" height=\"13\" width=\"17\" alt=\"Down\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"-0.05\" />\n\t\t\t\t\t-0.05\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"-0.07\" />\n\t\t\t\t\t-0.07%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tQualcomm\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"****\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_four.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"4 Stars: Favorite\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"287784\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NYSE\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"SEAS\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/SEAS.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/SEAS.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-6\">SEAS</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"17.97\" />\n\t\t\t\t\t$17.97\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Up_medium.png\" height=\"13\" width=\"17\" alt=\"Up\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange pos\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"+0.07\" />\n\t\t\t\t\t+0.07\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange pos\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"+0.39\" />\n\t\t\t\t\t+0.39%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tSeaWorld Entertain&#8230;\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"*\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_one.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"1 Star: Ominous\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n    \r\n    <table class=\"tableNaked relatedTicker\" cellpadding=\"0\" cellspacing=\"0\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Intangible/FinancialQuote\">\n\t\t<tbody>\n\t\t\t<tr class=\"priceInfo\">\n\t\t\t\t<td class=\"ticker\">\r\n\t\t\t\t    <meta itemprop=\"id\" content=\"205813\" />\r\n\t\t\t\t    <meta itemprop=\"exchange\" content=\"NYSE\" />\r\n\t\t\t\t    <meta itemprop=\"tickerSymbol\" content=\"TSM\" />\n                    <meta itemprop=\"url\" content=\"http://caps.fool.com/ticker/TSM.aspx\" />\r\n\t\t\t\t\t<a href=\"http://caps.fool.com/ticker/TSM.aspx\" class=\"qsAdd qs-source-irlsitlnk0000001 qs-lidx-7\">TSM</a>\n\t\t\t\t</td>\n\t\t\t\t<td class=\"currentPrice\">\r\n\t\t\t\t    <meta itemprop=\"price\" content=\"22.28\" />\n\t\t\t\t\t$22.28\n\t\t\t\t</td>\n\t\t\t\t<td class=\"movementDirection\">\n\t\t\t\t\t<img src=\"http://g.foolcdn.com/common/img/ico/arrows/arrow_Down_medium.png\" height=\"13\" width=\"17\" alt=\"Down\" />\n\t\t\t\t</td>\n\t\t\t\t<td class=\"priceChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChange\" content=\"-0.10\" />\n\t\t\t\t\t-0.10\n\t\t\t\t</td>\n\t\t\t\t<td class=\"pricePercentChange neg\">\r\n\t\t\t\t    <meta itemprop=\"priceChangePercent\" content=\"-0.45\" />\n\t\t\t\t\t-0.45%\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td class=\"companyName\" colspan=\"2\">\n\t\t\t\t\tTaiwan Semiconduct&#8230;\n\t\t\t\t</td>\n\t\t\t\t<td class=\"capsRating\" colspan=\"3\">\n\t\t\t\t<span class=\"capsRating\">\n\t\t\t\t\tCAPS Rating: \n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"****\" \n\t\t\t\t\t\tsrc=\"http://g.foolcdn.com/art/ratings/foolcaps_lrg_four.gif\" \n\t\t\t\t\t\tclass=\"infoTip\" \n\t\t\t\t\t\ttitle=\"4 Stars: Favorite\" />\n\t\t\t\t</span>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\n\n\n</div>\n\n\r\n\t\t</div>\r\n\t\t\r\n\t\t<div class=\"sideBySideAds clearfix\">\r\n\t\t\t<div class=\"left\">\r\n\t\t\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=right_1;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=11;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=right_1;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=11;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=right_1;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=11;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"right\">\r\n\t\t\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=right_2;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=12;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=right_2;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=12;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=right_2;seg=default;src=;sz=125x125;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=12;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\r\n\t\t<div class=\"round clearfix\">\r\n\t\t\t\r\n\t\t\t<div id=\"FacebookLikeBox\">\n\t\t\t\t<iframe \n\t\t\t\t\tsrc=\"http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FTheMotleyFool&amp;width=292&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=true&amp;height=288\" \n\t\t\t\t\tscrolling=\"no\" \n\t\t\t\t\tframeborder=\"0\" \n\t\t\t\t\tstyle=\"border:none; overflow:hidden; width:292px; height:288px;\" \n\t\t\t\t\tallowTransparency=\"true\">\n\t\t\t\t</iframe>\n\t\t\t</div>\n\r\n\t\t</div>\r\n\r\n\r\n\r\n\t</div><!-- /secondary -->\r\n\t<!--googleon:all-->\r\n\t<!-- /AdA.Master -->\r\n\r\n\t<!-- /ArticlesContent.Master -->\r\n    <div id=\"informTickerReportAd\"></div>\r\n\r\n        </div>\r\n\n\t\t</div>\n\t</div>\n\r\n        \r\n        <!--googleoff: all--><br clear=\"all\"><div id=\"footer\">\r\n  <div class=\"grid\">\r\n    <div class=\"column span-25\">\r\n      <ul>\r\n        <li class=\"first\"><a href=\"http://www.fool.com/\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Home\">Home</a></li>\r\n        <li><a href=\"http://www.fool.com/Press/History.htm?ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"About The Motley Fool\">About The Motley Fool</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=about02&amp;ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Fool Disclosure\">Fool Disclosure</a></li>\r\n        <li><a href=\"http://wiki.fool.com/Motley_Fool_Money_Radio_Show\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Radio Show\">Radio Show</a></li>\r\n        <li><a href=\"http://www.fool.com/Jobs/?ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Work at The Fool\">Work at The Fool</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=about01&amp;ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Member Services\">Member Services</a></li>\r\n      </ul>\r\n      <ul>\r\n        <li class=\"first\"><a href=\"http://www.fool.com/legal/contact-us.aspx\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Advertise with The Fool\">Advertise with The Fool</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=newuser03\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Privacy Policy\">Privacy Policy</a></li>\r\n        <li><a href=\"http://www.fool.com/Account/Freemailsubscribe.aspx?ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Email Subscriptions\">Email Subscriptions</a></li>\r\n        <li><a href=\"http://www.fool.com/about/headlines/rss.htm?ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"RSS Headlines\"><img alt=\"RSS\" class=\"rssLogo\" src=\"http://g.foolcdn.com/img/rss.gif\"> RSS Headlines</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=default&amp;ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Help\">Help</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=morehelp01&amp;ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Site Map\">Site Map</a></li>\r\n        <li><a href=\"http://www.fool.co.uk/\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Fool UK\"><img alt=\"Fool UK\" class=\"foolUkLogo\" src=\"http://g.foolcdn.com/img/uk.gif\"> Fool UK</a></li>\r\n      </ul>\r\n      <ul id=\"foolFriends\">\r\n        <li class=\"first\">Fool Friends: </li>\r\n        <li class=\"first\"><a rel=\"nofollow\" href=\"http://finance.yahoo.com/\" target=\"_blank\" title=\"Yahoo Finance\">Yahoo Finance</a></li>\r\n        <li><a rel=\"nofollow\" href=\"http://www.money.msn.com/\" target=\"_blank\" title=\"MSN Money\">MSN Money</a></li>\r\n        <li><a rel=\"nofollow\" href=\"http://www.dailyfinance.com/\" target=\"_blank\" title=\"AOL Business News\">AOL Business News</a></li>\r\n        <li><a href=\"http://www.mint.com/\" target=\"_blank\" title=\"Mint\">Mint Personal Finance Software</a></li>\r\n        <li><a href=\"http://www.lovemoney.com/\" target=\"_blank\" title=\"lovemoney.com\">lovemoney.com</a></li>\r\n      </ul>\r\n      <ul id=\"legal\">\r\n        <li class=\"first\"><a href=\"http://www.fool.com/help/index.htm?display=about03&amp;ref=BTMP\" class=\"qsAdd qs-source-ihpftrlnk0000001\" title=\"Copyright, Trademark and Patent Information\">Copyright, Trademark and Patent Information</a></li>\r\n        <li><a href=\"http://www.fool.com/help/index.htm?display=newuser02\" title=\"Terms of Use\">Terms of Use</a>\r\n\t\t\t\t\t\t\t© 1995 -\r\n\t\t\t\t\t\t\t2015\r\n\t\t\t\t\t\t\tThe Motley Fool. All rights reserved.\r\n                    \t</li>\r\n      </ul>\r\n    </div><br><p class=\"attrib xMarginT flushB\">\r\n\t\t\t\t\tBATS data provided in real-time. NYSE, NASDAQ and NYSEMKT data delayed 15 minutes.<br>\r\n\t\t\t\t\tReal-Time prices provided by <a href=\"http://www.batstrading.com/\" target=\"_blank\">BATS</a>. Market data provided by <a href=\"http://www.interactivedata.com/\" target=\"_blank\">Interactive Data</a>.<br>\r\n\t\t\t\t\tCompany fundamental data provided by <a href=\"http://fundamentals.morningstar.com/\" target=\"_blank\">Morningstar</a>. Earnings Estimates, Analyst Ratings and Key Statistics provided by <a href=\"http://www.zacks.com/\" target=\"_blank\">Zacks</a>.<br>\r\n\t\t\t\t\tSEC Filings and Insider Transactions provided by Edgar Online.<br>\r\n\t\t\t\t\tPowered and implemented by <a href=\"http://www.interactivedata.com/idms/\" target=\"_blank\">Interactive Data Managed Solutions</a>. <a href=\"javascript:void(0);\" onclick=\"javascript:var win = window.open('http://caps.fool.com/idcterms.htm', '','width=400,height=300,status=0,resizable=yes,scrollbars=yes');return false;\" title=\"Interactive Data Terms &amp; Conditions. Opens in a new browser window.\">Terms &amp; Conditions</a><br><a href=\"http://www.interactivedata.com/\" target=\"_blank\"><img alt=\"Interactive Data\" class=\"idcLogo\" src=\"http://g.foolcdn.com/img/topNav/idc.gif\"></a></p>\r\n  </div>\r\n  <div id=\"fn-serverinfo\">63ms USEQ\\WEB05\n<!-- do not remove this comment --><!-- size mapping  failed --></div><script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=;seg=default;src=;sz=3x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=13;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=;seg=default;src=;sz=3x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=13;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=;seg=default;src=;sz=3x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=13;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript><script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=;seg=default;src=;sz=1x5;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=;seg=default;src=;sz=1x5;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=;seg=default;src=;sz=1x5;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript></div><script type=\"text/javascript\">_qacct = \"p-77sCb6T55qLV6\";</script><script type=\"text/javascript\" src=\"http://secure.quantserve.com/quant.js\"></script><noscript><a href=\"http://www.quantcast.com/p-77sCb6T55qLV6\" target=\"_blank\"><img style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\" src=\"http://secure.quantserve.com/pixel/p-77sCb6T55qLV6.gif\"></a></noscript><script type=\"text/javascript\">var tcdacmd=\"dt\";</script><script src=\"http://an.tacoda.net/an/18382/slf.js\" type=\"text/javascript\"></script><script type=\"text/javascript\">\n\t\t\t// \n\t\t\t(function () {\n\t\t\t\tvar d = new Image(1, 1);\n\t\t\t\td.onerror = d.onload = function () {\n\t\t\t\t\td.onerror = d.onload = null;\n\t\t\t\t};\n\t\t\t\td.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-503335h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n\t\t\t})();\n\t\t\t// \n\t\t</script><noscript>\r\n  <div><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-503335h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\"></div>\r\n</noscript><!--googleon: all-->\r\n        \n\t\r\n\t\r\n\t<script src=\"/common/js/fool/analytics.js\"></script>\r\n       \r\n    <div id=\"fb-root\"></div>\r\n    <script type=\"text/javascript\">\r\n        window.fbAsyncInit = function() {\r\n            FB.init({\r\n                appId: '50808187550',\r\n                status: true, // check login status\r\n                cookie: true, // enable cookies to allow the server to access the session\r\n                xfbml: true,  // parse XFBML\r\n                oauth: true\r\n            });\r\n            FB.Event.subscribe('edge.create', function(targetUrl) { // ga subscribe to likes\r\n                _gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);\r\n            });\r\n            FB.Event.subscribe('edge.remove', function(targetUrl) { // ga subscribe to unlikes\r\n                _gaq.push(['_trackSocial', 'facebook', 'unlike', targetUrl]);\r\n            });\r\n        };\r\n        (function() {\r\n            var e = document.createElement('script');\r\n            e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';\r\n            e.async = true;\r\n            document.getElementById('fb-root').appendChild(e);\r\n        } ()); \r\n    </script>\r\n\t\t\t       \r\n\r\n\t\r\n\t\t    \r\n\t\t\t <div id=\"ticklePrefixTemplate\" style=\"display:none\" class=\"txtC ruledT ruledB hPaddedB hPaddedT hMarginB hMarginT topTickle small\"><strong><span class=\"muted\"><span class=\"uppercase\">Article Preview</span> &mdash; For full access, </span><a href=\"#lastVisibleParagraph\">register below, it's free</a></strong></div>\r\n             <div style=\"display:none\" class=\"txtC big xMarginT xMarginB\" id=\"bottomTickle\"><span class=\"title\"><strong>To keep reading, <a href=\"/Landing/TMF/Registration.aspx?dest=#{articleUrl}\" class=\"popReg\">click here, it's free</a> or <a class=\"popLogin\" href=\"/secure/login.aspx?returnUrl=#{articleUrl}\">login here</a></strong></span><div id=\"bottomTickleFrame\"><iframe src=\"/common/ecap/tickle.aspx?source=#{sourceCode}&returnUrl=#{articleUrl}\" width=\"100%\" height=\"100%\" id=\"tickle\"></iframe></div></div>\r\n\t\t\r\n\t\t\t<script type=\"text/javascript\">\r\n\t\t\t    Fool.onContent(function () { if (Article.Tickle) { Tickle = new Article.Tickle(); Tickle.setCellId(1); } });\r\n\t\t    </script>\r\n\t\t<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://ad.doubleclick.net/adj/usmf.inv.investing/articles;pos=overlay;seg=default;src=;sz=1x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\"></script><noscript><a href=\"http://ad.doubleclick.net/jump/usmf.inv.investing/articles;pos=overlay;seg=default;src=;sz=1x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" rel=\"nofollow\" target=\"_blank\"><img src=\"http://ad.doubleclick.net/ad/usmf.inv.investing/articles;pos=overlay;seg=default;src=;sz=1x3;sub=default;port=default;trades=default;reg=false;etfticker=false;ret=default;mgr=default;funds=default;goldticker=false;bureau=tech-an-telecom;series=default;buckettarget=default;swap=false;sessionCount=2;tenOrMoreSessions=false;type=272;adtags=growth,international,tech;tickers=AAPL,GOOGL,FB,QCOM,TSM,WWAV,IT,SSNLF,SEAS,LNVGY,TWTR,GOOG,LNVGF,SOXX;tile=0;ord=29351921?\" border=\"0\" alt=\"\"></a></noscript>\r\n\r\n\r\n\t\r\n\r\n    \r\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\r\n    \r\n        <!-- AddThis Welcome BEGIN -->\r\n    <script type=\"text/javascript\" src=\"//s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fccc73f4f57fb0a\"></script>\r\n    <script type='text/javascript'>\r\n        addthis.bar.initialize({\r\n            'default': {\r\n                \"backgroundColor\": \"#E5EBF9\",\r\n                \"buttonColor\": \"#efefef\",\r\n                \"textColor\": \"#222222\",\r\n                \"buttonTextColor\": \"#444444\"\r\n            }, rules: [\r\n                {\r\n                    \"name\": \"Twitter returning\",\r\n                    \"match\": { \"referringService\": \"twitter\", \"returning\": true },\r\n                    \"message\": \"If you find this article interesting:\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"Tweet it!\",\r\n                        \"verb\": \"share\",\r\n                        \"service\": \"twitter\"\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"Twitter new\",\r\n                    \"match\": { \"referringService\": \"twitter\", \"returning\": false },\r\n                    \"message\": \"We're on Twitter! Follow us on Twitter for your daily dose of Foolishness.\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"Follow @themotleyfool\",\r\n                        \"verb\": \"follow\",\r\n                        \"service\": \"twitter\",\r\n                        \"id\": \"themotleyfool\"\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"Facebook returning\",\r\n                    \"match\": { \"referringService\": \"facebook\", \"returning\": true },\r\n                    \"message\": \"If you enjoyed the article, consider sharing it!\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"Share on Facebook\",\r\n                        \"verb\": \"share\",\r\n                        \"service\": \"facebook\"\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"Facebook new\",\r\n                    \"match\": { \"referringService\": \"facebook\", \"returning\": false },\r\n                    \"message\": \"We’re on Facebook! Like The Motley Fool on Facebook for your daily dose of Foolishness.\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"Like The Motley Fool\",\r\n                        \"verb\": \"like\",\r\n                        \"service\": \"facebook\",\r\n                        \"id\": \"themotleyfool\"\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"linkedin\",\r\n                    \"match\": { \"referringService\": \"linkedin\" },\r\n                    \"message\": \"If you enjoyed this article, share it\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"on LinkedIn\",\r\n                        \"verb\": \"share\",\r\n                        \"service\": \"linkedin\"\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"stumbleupon\",\r\n                    \"match\": { \"referringService\": \"stumbleupon\" },\r\n                    \"message\": \"If you enjoy this article, do us a favor:\",\r\n                    \"action\": {\r\n                        \"type\": \"button\",\r\n                        \"text\": \"Post on StumbleUpon\",\r\n                        \"verb\": \"share\",\r\n                        \"service\": \"stumbleupon\"\r\n                    }\r\n                }\r\n            ]\r\n        });\r\n    </script>\r\n    <!-- AddThis Welcome END -->\r\n   \r\n\r\n    <!-- AddThis Google Analytic Tracking BEGIN -->\r\n    <script type=\"text/javascript\">\r\n        var addthis_config = {\r\n            data_ga_property: 'UA-3262475-1',\r\n            data_ga_social: true\r\n        }; \r\n    </script>\r\n    \t\r\n    <!-- AddThis Google Analytic Tracking END -->\r\n    \r\n    <!-- GA Remarketing Pixels -->\r\n    <script type=\"text/javascript\">\r\n        /* <![CDATA[ */\r\n        var google_conversion_id = 1069646824;\r\n        var google_conversion_label = \"Ua-NCL7h6QUQ6IeG_gM\";\r\n        var google_custom_params = {\r\n            STOCK_tckr : ['AAPL','FB','GOOG','GOOGL','QCOM','SEAS','TSM','WWAV','IT','LNVGF','LNVGY','SOXX','SSNLF','TWTR'],\r\n            FIN_interest : 'INVEST',\r\n        };\r\n        var google_remarketing_only = true;\r\n    /* ]]> */\r\n    </script>\r\n\r\n    <script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\"></script>\r\n\r\n    <noscript>\r\n        <div style=\"display:inline;\">\r\n            <img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1069646824/?value=0&amp;label=Ua-NCL7h6QUQ6IeG_gM&amp;guid=ON&amp;script=0\"/>\r\n        </div>\r\n    </noscript> \r\n   \t\t\r\n    <img src=\"http://www.fool.com/tracking/vs/vs_track_ads.gif?ad_tags=growth;international;tech&rnd=487093087&log=1\" />\r\n    \r\n    <script type=\"text/javascript\">\r\n        Fool.onContent(function() {\r\n            if (typeof(window.infotronQueue) !== \"undefined\")\r\n                window.infotronQueue.EndOfPage('articlePageView');\r\n        });\r\n    </script>\r\n\r\n\r\n\t\r\n\t<script type=\"text/javascript\">\r\n\t    (function() {\r\n\t        var nc = document.createElement('script'); nc.type = 'text/javascript'; nc.async = true;\r\n\t        nc.src = 'http://scripts.verticalacuity.com/vat/mon/vtw.js';\r\n\t        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(nc, s);\r\n\t    })();\r\n\t</script>\r\n\r\n\t<!-- START Parse.ly Include: Standard -->\r\n\t<div id=\"parsely-root\" style=\"display: none\">\r\n\t  <div id=\"parsely-cfg\" data-parsely-site=\"fool.com\"></div>\r\n\t</div>\r\n\t<script>\r\n\t    (function(s, p, d) {\r\n\t        var h=d.location.protocol, i=p+\"-\"+s,\r\n\t            e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n\t            u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n\t                :\"static.\"+p+\".com\";\r\n\t        if (e) return;\r\n\t        e = d.createElement(s); e.id = i; e.async = true;\r\n\t        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n\t    })(\"script\", \"parsely\", document);\r\n\t</script>\r\n\t<!-- END Parse.ly Include -->\r\n\n\t<script data-main=\"http://j.foolcdn.com/js/main.js\" src=\"http://h.foolcdn.com/tmfstatic/js/vendor/require.js\" type=\"text/javascript\"></script>\n\r\n        \r\n<div style=\"position:absolute;bottom:0;right:0;\">\r\n\t<a href=\"http://at.atwola.com/adlink/3.0/5113.1/221794/0/-1/size=3x2;noperf=1;alias=93317647;kvmn=93317647;kvpg=www.fool.com%2finvesting%2fgeneral%2f2014%2f12%2f22%2f7-t;kvugc=0;grp=288470508;misc=288470508\" target=\"_blank\">\r\n\t\t<img src=\"http://at.atwola.com/adserv/3.0/5113.1/221794/0/-1/size=3x2;noperf=1;alias=93317647;kvmn=93317647;kvpg=www.fool.com%2finvesting%2fgeneral%2f2014%2f12%2f22%2f7-t;kvugc=0;grp=288470508;misc=288470508\" width=\"3\" height=\"2\" border=\"0\" alt=\"Advertisement\" />\r\n\t</a>\r\n</div>\r\n\r\n        <script type=\"text/javascript\">\r\n            jQuery(document).ready(function () {\r\n                var pitcherAds = pitcherAds || PitcherAds();\r\n                pitcherAds.OnDomReady();\r\n            });\r\n        </script>\r\n    <script type=\"text/javascript\">\n//<![CDATA[\n(function() {\nvar _analytics_scr = document.createElement('script');\n_analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=1';\nvar _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);\n})();\n// ]]>\n</script></body>\r\n\r\n\t\r\n    \r\n\t\r\n\t\r\n\t<!-- Content Reminders -->\r\n\r\n\r\n\r\n\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/fool.com2.html",
    "content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">\r\n<HTML><HEAD><TITLE>Forbidden</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Forbidden URL</h2>\r\n<hr><p>HTTP Error 403. The request URL is forbidden.</p>\r\n<script type=\"text/javascript\">\n//<![CDATA[\n(function() {\nvar _analytics_scr = document.createElement('script');\n_analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=2';\nvar _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);\n})();\n// ]]>\n</script></BODY></HTML>\r\n"
  },
  {
    "path": "tests/data/html/foxbusiness.com1.html",
    "content": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xml:lang=\"en\" lang=\"en\" itemscope itemtype=\"http://schema.org/NewsArticle\">\t\n\t<head profile=\"http://dublincore.org/documents/dcq-html/\">\n\t\t <!-- This page is generated from portal v8-www6 -->\n\t\t<link href=\"/static/v/all/css/ag.base.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">\n\t<script type=\"text/javascript\">\n\tvar FOX_pagedescriptor = window.FOX_pagedescriptor = {breadcrumb:\n\t\"/sbc/marketing-sales\", isMgmt: \"false\", site: \"fb\" };\n</script>\n<script src=\"/static/v/all/js/ag.jquery.js?201412291038\"></script>\n<script src=\"http://ads.foxnews.com/js/ad.js\"></script>\n<script src=\"/static/v/all/js/ag.base.js?201412291038\"></script><link rel=\"schema.dc\" href=\"http://purl.org/dc/elements/1.1/\"> \n<link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\"> \n<link rel=\"schema.prism\" href=\"http://prismstandard.org/namespaces/basic/2.1/\"> \n<link rel=\"schema.iptc\" href=\"http://iptc.org/std/nar/2006-10-01/\"> \n<title>7 Powerful Ways to Convert Neutral Traffic into Paying Customers | Fox Small Business Center</title>\n\t\t\t \t<meta name=\"dc.title\" content=\"7 Powerful Ways to Convert Neutral Traffic into Paying Customers\">\n<meta name=\"dc.creator\" content=\"Gail Gardner\">\n<meta itemprop=\"description\" name=\"description\" content=\"No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic – people who haven’t decided whether to buy or not – by investing in analyzing and incentivizing them to buy.\">\n<meta name=\"dc.description\" content=\"No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic – people who haven’t decided whether to buy or not – by investing in analyzing and incentivizing them to buy.\">\n<meta name=\"dcterms.abstract\" content=\"No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic – people who haven’t decided whether to buy or not – by investing in analyzing and incentivizing them to buy.\">\n<meta name=\"dc.publisher\" content=\"Fox Small Business Center\">\n<meta name=\"dc.source\" content=\"AllBusiness.com\">\n<meta name=\"dc.date\" content=\"2014-12-16\">\n<meta name=\"dcterms.created\" scheme=\"dcterms.ISO8601\" content=\"2014-12-16 11:45:18 EST\">\n<meta name=\"dcterms.modified\" scheme=\"dcterms.ISO8601\" content=\"2014-12-16 11:45:18 EST\">\n<meta name=\"dc.type\" scheme=\"dcterms.DCMIType\" content=\"Text.Article\">\n<meta name=\"prism.genre\" content=\"\">\n<meta name=\"dc.identifier\" scheme=\"dcterms.URI\" content=\"urn:uuid:2005fd5eec35a410VgnVCM100000d7c1a8c0RCRD\">\n<link rel=\"shorturl\" href=\"http://fxn.ws/1348lIr\">\n<link rel=\"canonical\" href=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\">\n<meta name=\"keywords\" content=\"white papers,search results,Increasing conversions,online shopping,increase conversion rates,Small Business,Marketing Strategist,software,Norton Secured,customized approached,Better Business Bureau,bounce rates,Google,search term,Online buyers\">\n<meta name=\"dc.subject\" content=\"white papers,search results,Increasing conversions,online shopping,increase conversion rates,Small Business,Marketing Strategist,software,Norton Secured,customized approached,Better Business Bureau,bounce rates,Google,search term,Online buyers \">\n<meta name=\"prism.aggregationType\" content=\"subsection\">\n<meta name=\"prism.channel\" content=\"fsb\">\n<meta name=\"prism.section\" content=\"marketingsales\">\n<meta name=\"prism.subsection1\" content=\"\">\n<meta name=\"prism.subsection2\" content=\"\">\n<meta name=\"prism.subsection3\" content=\"\">\n<meta name=\"prism.subsection4\" content=\"\">\n<meta property=\"og:title\" content=\"7 Powerful Ways to Convert Neutral Traffic into Paying Customers\">\n<meta property=\"og:description\" content=\"No matter how much traffic your site gets, what really matters is conversions.\">\n<meta property=\"og:type\" content=\"article\">\n<link rel=\"image_src\" href=\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/0/0/digital-hand-mouse-pointer.jpg?ve=1&tl=1\">\n<meta property=\"og:image\" content=\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/0/0/digital-hand-mouse-pointer.jpg\">\n<meta property=\"og:url\" content=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\">\n<meta property=\"og:site_name\" content=\"Fox Small Business Center\">\n<meta property=\"fb:app_id\" content=\"122626657769061\">\n<meta name=\"DC.date.issued\" content=\"2014-12-16T11:45:18-05:00\">\n<meta property=\"vr:type\" content=\"Text.Article\">\n<meta property=\"vr:category\" content=\"Pursuing Leads\">\n<meta property=\"vr:category\" content=\"Online Marketing\">\n<meta property=\"vr:category\" content=\"Sales\">\n<meta property=\"vr:category\" content=\"Customers\">\n<meta property=\"vr:category\" content=\"Marketing\">\n<meta name=\"author\" content=\"Gail Gardner\">\n<meta name=\"dc.contributor\" content=\"Gail Gardner\">\n<meta name=\"column\" content=\"\">\n<meta name=\"classification\" content=\"MARKETING AND SALES/Pursuing Leads, MARKETING AND SALES/Online Marketing, MARKETING AND SALES/Sales, MARKETING AND SALES/Customers, MARKETING AND SALES/Marketing\">\n<meta name=\"classification-isa\" content=\"pursuingleads, onlinemarketing, sales, customers, marketing\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@fbsmallbiz\">\n<meta name=\"language\" content=\"\">\n<meta name=\"parsely-page\" content='{\"title\":\"7 Powerful Ways to Convert Neutral Traffic into Paying Customers\",\"link\":\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\",\"image_url\":\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/0/0/digital-hand-mouse-pointer.jpg?ve=1&tl=1\",\"type\":\"article\",\"post_id\":\"2005fd5eec35a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"marketingsales\",\"pub_date\":\"2014-12-16T16:45:18Z\",\"author\":\"Gail Gardner\",\"tags\":[\"MARKETING AND SALES/Pursuing Leads\",\" MARKETING AND SALES/Online Marketing\",\" MARKETING AND SALES/Sales\",\" MARKETING AND SALES/Customers\",\" MARKETING AND SALES/Marketing\"]}'>\n<meta name=\"parsely-metadata\" content='{\"title\":\"7 Powerful Ways to Convert Neutral Traffic into Paying Customers\",\"link\":\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\",\"image_url\":\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/0/0/digital-hand-mouse-pointer.jpg?ve=1&tl=1\",\"type\":\"article\",\"identifier\":\"2005fd5eec35a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"marketingsales\",\"pub_date\":\"2014-12-16T16:45:18Z\",\"author\":\"Gail Gardner\",\"tags\":[\"MARKETING AND SALES/Pursuing Leads\",\" MARKETING AND SALES/Online Marketing\",\" MARKETING AND SALES/Sales\",\" MARKETING AND SALES/Customers\",\" MARKETING AND SALES/Marketing\"]}'>\n<meta name=\"dc.format\" scheme=\"dcterms.IMT\" content=\"text/html\">\n<meta name=\"dc.language\" scheme=\"dcterms.RFC4646\" content=\"en-US\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"content-language\" content=\"en\">\n<link rel=\"icon\" href=\"/static/v/fb/img/favicon.png\" type=\"image/png\">\n<link rel=\"shortcut icon\" href=\"/static/v/fb/img/favicon.ico\">\n<link href=\"/static/v/fb/site/css/site.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<link href=\"/static/v/all/css/article.3.0.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<script src=\"/static/v/fb/ch/js/ag.sbc.js?201412291038\"></script>\t\t \n\t\t<script src=\"/static/v/all/js/article.3.0.js?201412291038\"></script>\n\t\t<!--[if lt IE 9]>\n\t<script src=\"/static/v/all/js/html5shiv.js\"></script> \n\t<link rel=\"stylesheet\" href=\"/static/v/fb/site/css/ie.css\" type=\"text/css\">\n<![endif]-->\n\n<script> FOX.site.topInit(); </script></head>\n\t<body>\n\t\t<header id=\"section-head\">\n\t<div>\n\t\t<div class=\"branding\"><a href=\"//smallbusiness.foxbusiness.com/index.html\"><img alt=\"Fox Business - The Power to Prosper\" src=\"//global.fncstatic.com/static/v/fb/img/logo-sbc.png\"></a></div>\n\t\t<div id=\"util\">\n\t\t\t<div>\n\t\t\t\t<nav>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"fn\"><a href=\"//www.foxnews.com/\">Fox News</a></li>\n\t\t\t\t\t\t<li class=\"fb active\"><a href=\"//www.foxbusiness.com/\">Fox Business</a></li>\n\t\t\t\t\t\t<li class=\"lat\"><a href=\"//latino.foxnews.com/\">Fox News Latino</a></li>\n\t\t\t\t\t\t<li class=\"fb-go\"><a href=\"//www.foxbusinessgo.com/\">Fox Business Go</a></li>\n\t\t\t\t\t\t<li class=\"fr\"><a href=\"//radio.foxnews.com/\">Fox News Radio</a></li>\n\t\t\t\t\t\t<li class=\"nat\"><a href=\"//nation.foxnews.com/\">Fox Nation</a></li>\n\t\t\t\t\t\t<li class=\"fni\"><a href=\"//foxnewsinsider.com/\">Fox News Insider</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</nav>\n\t\t\t\t<div id=\"account\" class=\"inactive\">\n\t\t\t\t\t<ul id=\"authentication\">\n\t\t\t\t\t\t<li><a href=\"#\">Login</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"username\">\n\t\t\t\t\t\t<div class=\"user\">\n\t\t\t\t\t\t\t<img src=\"//global.fncstatic.com/static/v/all/img/head/profile.png\" alt=\"\">\n\t\t\t\t\t\t\t<span>Account</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"user-options\">\n\t\t\t\t\t\t\t<p>You're logged in as <span>&nbsp;</span></p>\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Profile</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Logout</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"uo-data\"> \n\t\t\t<div id=\"search-site\">\n\t\t\t\t<form action=\"http://www.foxbusiness.com/search-results/search\" method=\"get\" id=\"searchArea\">\n\t\t\t\t\t<fieldset>\n\t\t\t\t\t\t<legend>Search Site</legend>\n\t\t\t\t\t\t<input type=\"text\" name=\"q\" size=\"50\" value=\"Search Small Business Center\" id=\"search\" onblur=\"\" onfocus=\"\" autocomplete=\"off\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"ss\" value=\"fsb\">\n\t\t\t\t\t\t<input type=\"submit\" name=\"submit\" class=\"btn-lrg\" value=\"Search\">\n\t\t\t\t\t</fieldset>\n\t\t\t\t</form><div class=\"search-results\"></div>\n\t\t\t\t<p class=\"time-stamp\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"headlines\"> \n\t\t\t<div class=\"c c-bdr-1\">\n\t\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t\t<div class=\"dv-list\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<div id=\"nav-sub\">\n\t\t<div class=\"c c-bdr-1\">\n\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/starting-a-business/index.html\">Starting a Business</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/marketing-sales/index.html\">Marketing &amp; Sales </a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/finance-accounting/index.html\">Finance &amp; Accounting</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/legal-hr/index.html\">Legal &amp; HR</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/technology-web/index.html\">Technology &amp; Web</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/entrepreneurs/index.html\">Entrepreneurs</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/home-office-small-office/index.html\">Home Office</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-alt-1\"><a href=\"//video.foxsmallbusinesscenter.com/\">Video</a></li>\t\t\t\t\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</header><!-- /section-head --><div id=\"headline-callout\"></div>\n<div id=\"section-content\">\n\t\t\t<div class=\"section-branding\">\n\t<div class=\"component\"><div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"top-728x90\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   </div>\n     </div>\n    </div>\n        </div></div></div>\n</div>\n<div class=\"g-41 g-last\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div></div></div>\n</div>\n<div class=\"g-28\">\n\t<div class=\"component\">\n\t\t<div><!-- ********************** ARTICLE START ********************** -->\n\n\t<script type=\"text/javascript\">\n\t\tvar vcmArticleInfo = {\n\t\t\tvcmId: \"2005fd5eec35a410VgnVCM100000d7c1a8c0RCRD\",\n\t\t\turl: \"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\",\n\t\t\tpubDate:\"December 16, 2014\",\n\t\t\tmyTopChannelName:\"sbc\",\n\t\t\tsummary:\"<p>No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic \\u2013 people who haven\\u2019t decided whether to buy or not \\u2013 by investing in analyzing and incentivizing them to buy.<\\/p>\",\n\t\t\tbaynoteOrOutbrain:\"outbrain\",\n\t\t\tcommenting: \"false\"\n\t\t};\n\t\tvar disqus_identifier = \"2005fd5eec35a410VgnVCM100000d7c1a8c0RCRD\";\n\t\tvar disqus_category_id = \"461901\";\n\t\tvar disqus_developer = 1;\n\t</script>\n <article id=\"article-section\" itemid=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\">\n\t  <h1 id=\"article-title\" itemprop=\"name\">7 Powerful Ways to Convert Neutral Traffic into Paying Customers</h1>\t\n\t \n\t  <div class=\"article-info\">\t  \n\t\t<p itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">By <span itemprop=\"name\">Gail Gardner</span></p><time itemprop=\"datePublished\" pubdate datetime=\"2014-12-16T11:45-05:00\">Published December 16, 2014</time><div itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><a target=\"_blank\" itemprop=\"name\" href=\"http://www.allbusiness.com/\">AllBusiness.com</a></div></div>\n\t  \n\t  \t  \n\t  \n\t  <div id=\"introduction\">\n\t\t<div class=\"entry-content\">\n\t\t<div class=\"slideshow-block\">\n\t\t\t\t\t\t<div class=\"slideshow\" itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/MediaObject\">\n\t\t\t\t\t\t\t<ul class=\"encapsulate\">\n\t\t\t\t<li class=\"dv-item article-ct  dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t       \t<div class=\"m\">\t\t\n\t\t\t\t\t\t\t \t\t\t<a href=\"#\" itemprop=\"url\"><img src=\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/660/371/digital-hand-mouse-pointer.jpg?ve=1&tl=1\" alt=\"Digital Hand Mouse Pointer Computer\" itemprop=\"image\"></a>\n\t\t\t\t\t\t\t \t\t</div>\t\t\t\n\t\t\t\t\t\t  \t\t\t<div class=\"summary\"> \t\n\t\t\t\t\t\t\t\t\t\t<p itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><span class=\"source\" itemprop=\"name\"></span></p>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t<div class=\"article-text\" itemprop=\"articleBody\">\t\t\t\n\t\t  \t<p>No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic – people who haven’t decided whether to buy or not – by investing in analyzing and incentivizing them to buy. Increasing conversions is more financially beneficial than driving more traffic. Instead of accepting your current conversion rate, focus on increases of 10% or greater using the methods below.</p>\n\n<p>Your site must grab visitors attention immediately, then lead them from where they land to checkout. Is it obvious how landing on your site will benefit your visitors? If they can’t immediately tell they will leave. Use analytics to check bounce rates and improve any pages that show high exit rates.</p>\n\n<p><b>1. Upsell and Cross Sell</b></p>\n\n<p>Offering related products on product pages to sell more than one product is a common strategy known as cross-selling. Upselling is offering more expensive related products to increase the amount spent.</p>\n\n<p>New SaaS provider Fanplayr.com helps to make this process seamless for businesses. Their service analyzes your existing traffic, assessing the behavior and profiles of each visitor in real-time and automatically upsells or offer specifically tailored deals. This is executed based on defined rules and customized offers and incentives set by you for your target customers. This customized approached helps you to increase your average order value and conversions.</p>\n\n<p>Fanplayr analyzes traffic you drive so you can target different offers to segments of visitors based on:<br />\n&#160;</p>\n\n<ul>\n<li>user type</li>\n\n<li>visit count</li>\n\n<li>past purchases</li>\n\n<li>time on site</li>\n\n<li>page views</li>\n\n<li>cart size</li>\n\n<li>device type</li>\n\n<li>browser</li>\n\n<li>source</li>\n\n<li>search term</li>\n\n<li>&#160;location</li>\n</ul>\n\n<p>New visitors who place items with high profit margins in their carts can be offered a higher dollar discount. Reward the loyalty of your repeat buyers with percent off their current purchase. Be sure to let them know they received the discount because they have purchased from you before.</p>\n\n<p>Just as some sites offer free shipping for orders over $50, $75 or $100, increase visitor’s total spend by offering a higher discount based on the dollar amount they have in their carts or how much they have spent with you previously. Read more in <a href=\"http://www.allbusiness.com/sales/selling-techniques/3915-1.html\">Proven Online Cross-Selling and Upselling Techniques.</a></p>\n\n<p><b>2. Improve Site Search</b></p>\n\n<p>Make sure your customers can find what they want quickly. Test your site search to ensure that all your products show up as expected and just as importantly confirm that irrelevant products are not appearing in searches. Consumers will not trudge through page after page of search results.</p>\n\n<p>Standard site search often returns all results for any word in the search. What this means is that if someone searches for ‘pink widgets’ the search will return every pink item on the site. This is unacceptable as not all users will realize the problem and change their search phrases. There are many easily installed third party site search solutions to resolve these issues.</p>\n\n<p><b>3. Conversion Test eCommerce Incentives</b></p>\n\n<p>Traffic from AdWords can be offered multiple types of incentives which can be measured to see which increases sales more. For example, test whether your visitors would rather have:</p>\n\n<p>&#160;&#160;&#160;Free shipping if they spend $50 or more<br />\n&#160;&#160;&#160;10% off sales of $100 or more<br />\n&#160;&#160;&#160;$20 off a $200 purchase</p>\n\n<p>Fanplayr not only analyzes, segments, and allows you to add incentives and offers; it integrates A/B testing into ecommerce software. Changes can be made to text campaigns on the fly.</p>\n\n<p>Conversion testing can increase conversion rates up to 25% ~ Up to 50% higher average order values ~ Targeted offers can generate up to 20% margin improvement.&#160;</p>\n\n<p><b>4. Conversion Tests for SaaS</b></p>\n\n<p>Solutions providers can use analysis and segmenting to decrease the time it takes to progress through their sales funnels. For example, Neil Patel at QuickSprout suggested in 7 Simple A/B Tests to Increase Conversions 10% or More to test:</p>\n\n<ul>\n<li>Buy now vs free trial</li>\n\n<li>Credit card vs no credit card</li>\n</ul>\n\n<p>Improve your sales funnel by comparing the actions of visitors who have converted with those who haven’t. Check page views to determine whether visiting particular pages increases conversions. If it does, change site navigation to add that page to the sales funnel.</p>\n\n<p>Provide different incentives to repeat visitors or visitors who have downloaded specific white papers or watched specific videos. Analysis can provide your sales team insights into what a particular lead is most interested in.</p>\n\n<p><b>5. Strengthen Trust Signals</b></p>\n\n<p>Unless you’re a household name, your site must convey how trustworthy your site is. Adding photos of the business location and people behind the brand to your about page can increase conversions. Your about page is usually visited just before a person checks out to make sure you are a “real” business. Optimize this page. Make it convey why they should buy from you.</p>\n\n<p>Online buyers are more sophisticated today. Many know to verify that your site is secure by looking for the https:// in your url and a Secure Shopping 256 bit icon. Display Trust Signals such as Better Business Bureau, TrustE, Norton Secured, TrustWave, Google Trusted Store.</p>\n\n<p><b>6. Reviews and Testimonials</b></p>\n\n<p>Real testimonials are another way to increase trust. If you sell a service, offer it to the leading influencers in your industry and ask for their endorsement. Use their photo, logo and text or even a video. Video testimonials are doable for any size business.</p>\n\n<p>Do your fellow consumers a favor and review the products and services you buy. Even though testimonials and reviews can be manipulated, they are still valuable during the decision-making process. Savvy buyers know to look at a reviewers other reviews or to search for the testimonial giver online to determine whether they can be trusted.</p>\n\n<p>Enable the ability for your buyers to review your products and services. What they write is feedback for you and your customers. No product or service is a perfect fit for everyone. Details left by buyers ensure buyers choose wisely.</p>\n\n<p><b>7. Be Easy to Contact</b></p>\n\n<p>People don’t buy unless they’re confident they are making the right decision. Even if you have excellent product descriptions and multiple photos, they may still have a question. At a minimum be sure you have a contact page that is easy to find. Test it to make sure it works.</p>\n\n<p>Better yet, add live chat to your site. Businesses that provide live interactions at least during business hours save money and experience increased sales and conversions.</p>\n\n<p>&#160;&#160;&#160;“According to an article on Sitepoint, the top ten reasons buyers abandon their online shopping sessions are often related to confusion and complications at checkout. Confused customers may have a question that they want answered in real time. “</p>\n\n<p>This is especially true if you are a very small brand. People want to know there is a real person they can contact behind the site. Answering them in real time increases confidence they can reach you should their package not arrive or they have problems with their purchase.</p>\n\n<p><i>Gail Gardner is the Small Business Marketing Strategist who founded and provides consulting at </i><a href=\"http://growmap.com/\"><i>GrowMap.com</i></a><i>. She also answers questions in live chat as Community Manager at SocialImplications.com.</i></p>\n\n<p>More from AllBusiness.com:&#160;</p>\n\n<ul>\n<li><a href=\"http://experts.allbusiness.com/gift-bright-business-idea/19604/\">The Gift of a Bright Business Idea</a></li>\n\n<li><a href=\"http://experts.allbusiness.com/5-key-business-predictions-for-2015/19740/\">Be Prepared for a Roller Coaster Ride: 5 Key Business Predictions for 2015</a></li>\n\n<li><a href=\"http://experts.allbusiness.com/growth-one-thing-your-startup-must-do-to-avoid-crashing-and-burning/19755/\">Growth: One Thing Your Startup Must Do to Avoid Crashing and Burning</a></li>\n</ul>\n\n<p>&#160;</p><div class=\"follow-us\"> \n\t\t\t\t\t<p><a href=\"https://www.facebook.com/FoxBusiness\" target=\"_blank\"><span>+ Follow</span><strong>Fox Business</strong> on Facebook</a></p>\n\t\t\t\t</div>\n\t\t  \t</div>\n\t\t  \t\n\t\t\t<div class=\"sect vert\">\n\t\t\t\t<div class=\"branding-adblock\">\n\t\t\t\t\t<ul><li><div></div></li></ul>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"sponsor-section\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"related-media\">\n\t\t\t\t\t<ul class=\"user-interaction\">\n\t\t\t\t\t\t<li class=\"print\"><a href=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/print\"><span>&nbsp;</span> Print</a></li>\n\t\t\t\t\t\t<li class=\"email\"><a href=\"#\"><span>&nbsp;</span> Email</a></li>\n\t\t\t\t\t\t<li class=\"share\"><a href=\"#\"><span>&nbsp;</span> Share</a></li>\n\t\t\t\t\t\t<li class=\"comments\"><a href=\"#content\"><span>&nbsp;</span> Comments</a></li>\n\t\t\t\t\t\t<li class=\"recommend\"><a href=\"#\">Recommend</a></li>\n\t\t\t\t\t\t<li class=\"tweet\"><a href=\"#\">Tweet</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t</div><!-- /sect -->\n\t\t\t\n\t\t\n        <div class=\"sect\">\n\t\t\t\t\t<div class=\"ob-img-widget\">\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div id=\"recommendations-mod\"></div>\n\t\t\t<div class=\"sect\">\n\t\t\t\t<div class=\"related-media related-block social-media-block\">\n\t\t\t\t\t<h2>Share This Article</h2>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"social-fb\"></li>\n\t\t\t\t\t\t<li class=\"social-tw\"></li>\n\t\t\t\t\t\t<li class=\"social-gg\"><g:plusone size=\"tall\"></g:plusone></li>\n\t\t\t\t\t\t<li class=\"social-su\"></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"recommendations-video-mod-2\"></div>\n\t\t\t</div>\n\t\t</div><!-- /entry-content -->\n\t</div><!-- /introduction -->\n    <div id=\"commenting\">\n\t   \t<ul>\n\t\t\t<li><a href=\"#content\">View Article</a></li><!-- added: anchor -->\t\t\t\n\t\t</ul>\t\t\n\t\t<div id=\"comments-holder\"> \n\t\t\t<div id=\"disqus_thread\"> \n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript=foxnation\">comments powered by Disqus.</a></noscript> \n\t\t\t</div> \n\t\t\t<p class=\"login-link\">You must <a herf=\"#\">login</a> to comment.</p> \n\t\t</div> \t\t\n\t\t<p class=\"standalone\"><a href=\"#content\">View Article</a></p><!-- added: anchor -->\n\t</div><!-- /commenting -->\n\t<div id=\"comments-section\">\t\n\t\t<!-- This Quigo Ad only appears for article section -->\n\t\t<!-- This Quigo Ad only appears for comments section -->\n\t</div><!-- /comments-section -->     \n </article><!-- /article-section -->\t\n<!-- ********************** ARTICLE END ********************** -->\n</div></div>\n</div>\n<div class=\"g-13 g-last\">\n\t\t<div class=\"component\"><div><div><div class=\"c connect t--1ms\"  >\n\t\t<h2 class=\"title\">CONNECT WITH SMALL BUSINESS CENTER</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"m\"><img class=\"unloaded_img\" src=\"http://a57.foxnews.com/global.fbnstatic.com/static/v/all/img/60/60/av-sbc.png?ve=1&tl=1\" dest_src=\"http://a57.foxnews.com/global.fbnstatic.com/static/v/all/img/60/60/av-sbc.png?ve=1&tl=1\" alt=\"\" original=\"http://www.foxnews.com/static/all/img/clear.gif\"></div> \n\t<h4>Get Our Free Newsletter</h4> \n\t\t<form action=\"#\" name=\"newsletterform\" id=\"newsletter_form\" method=\"get\" data-list=\"smallbusiness\"> \n\t\t\t<fieldset> \n\t\t\t<legend>Newsletter Signup</legend> \n\t\t\t<input type=\"text\" value=\"Enter Email Address\" name=\"signup\"> \n\t\t\t<input type=\"hidden\" value=\"3DC725E303A24F8D3540B4B6FB335FC8\" name=\"slid\" id=\"slid_0\"> \n\t\t\t<input type=\"submit\" value=\"Sign Up\" name=\"signup\"> \n\t\t\t</fieldset> \n\t\t\t<div>&nbsp;</div> \n\t\t</form> \n\t\t<div> \n\t\t\t<div class=\"fb-like\">\n\t\t\t\t<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" style=\"border:none; overflow:hidden; width:100px; height:24px;\" src=\"http://www.facebook.com/plugins/like.php?app_id=117104765059228&amp;href=http://www.facebook.com/FoxSmallBusinessCenter&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=24\"></iframe>\n\t\t\t</div> \n\t\t\t<a href=\"https://twitter.com/fbsmallbiz\" class=\"twitter-follow-button\" data-show-count=\"false\" data-lang=\"en\"></a>\n\t\t</div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame1-300x250\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c ov-24 t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div id=\"recommendations-video-mod\"></div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-2 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.allbusiness.com/ \" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/fb/sbc/all-business.jpg\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/4-steps-getting-twitter-analytics/19731/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t4 Steps to Getting More Out of Twitter Analytics</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-02T16:00:31Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Mastering Twitter as a marketing strategy is one thing; learning to read and use Twitter analytics is another. While some small business owners are comfortable with the former, many still shy away...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/3-marketing-strategies-every-b2b-business-use/19891/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t3 Marketing Strategies Every B2B Business Should Use</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-02T15:30:38Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Want more leads for your B2B business? Good news: the marketing strategies that work best are also among the easiest to implement.The post 3 Marketing Strategies Every B2B Business Should Use...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/dont-mistake-sales-for-profit/20040/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\tThis Year, Don’t Mistake Sales for Profit</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-01T19:03:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"The hype from top company lists and entrepreneurship TV shows can make you believe that sales is the key measure of success and profit. It isn't.The post This Year, Don&#8217;t Mistake Sales for...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/think-rainmaker-future-websites/19457/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\tWhy I Think Rainmaker Is the Future of Websites</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-01T15:30:27Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Rainmaker is jumping in and filling the void for businesses that want and need a high-end, full-featured marketing site at a fraction of the cost it would take to build on their own.The post Why I...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/7-apps-to-help-you-stick-to-your-new-year-resolutions/20014/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t7 Apps to Help You Stick to Your New Year’s Resolutions</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2014-12-31T04:35:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Many of us commit to a self-improvement resolution this time each year, but then forget about our goal as the months pass. But you can really make it happen this year … with a little digital help....\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame2-300x100\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"ad qu\" id=\"qu_story_4\"></div></div>\n\t\t</div>\n   </div></div></div>\t\n</div>\n<div class=\"g-41 section-featured\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div><div><div class=\"c c-bdr-1 t--1ms\"  >\n\t\t</div>\n   </div></div></div>\n</div></div>    \n\t\t<footer id=\"section-footer-1\">\n\t<div>\n\t\t<div class=\"g-41 g-last\">\n\t\t\t<div class=\"g-11\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"m\"><a href=\"//smallbusiness.foxbusiness.com\"><img src=\"//global.fncstatic.com/static/v/fb/img/logo-sbc-2.jpg\" alt=\"\"></a></div>\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-14 -->\n\t\t\t<div class=\"g-14\">\n\t\t\t\t<div class=\"c c-bdr-4 c-hrz\">\n\t\t\t\t\t<h2 class=\"title\">Sections</h2>\n\t\t\t\t\t<div class=\"c-body\">\n\t\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/starting-a-business/index.html\">Starting a Business</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/marketing-sales/index.html\">Marketing & Sales</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/finance-accounting/index.html\">Finance & Accounting</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"/legal-hr/index.html\">Legal & HR</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t\t<div class=\"c-item c-item-last\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/technology-web/index.html\">Technology & Web</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/entrepreneurs/index.html\">Entrepreneurs</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/home-office-small-office/index.html\">Home Office</a>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//video.foxsmallbusinesscenter.com/\">Video</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Join</h2>\t\t\t\t\t\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"mailto:andy.sternfeld@foxnews.com\" target=\"_blank\">Advertise With Us</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxbusiness.com/about/terms/index.html\">Terms of Use</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxbusiness.com/about/privacy-policy/\">Privacy Statement</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//www.foxbusiness.com/about/privacy-policy/#ad-choice\">Ad Choices</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7 g-last\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Networking</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list dv-list-3 dv-social-media\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\">\n\t\t\t\t\t\t\t\t\t<span class=\"one\">&nbsp;</span> <strong><a href=\"//www.facebook.com/pages/Fox-Small-Business/164730086894580\">Facebook</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"two\">&nbsp;</span> <strong><a href=\"//twitter.com/fbsmallbiz\">Twitter</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"four\">&nbsp;</span> <strong><a href=\"//www.youtube.com/user/FoxBusinessNetwork\">YouTube</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\">\n\t\t\t\t\t\t\t\t\t<span class=\"five\">&nbsp;</span> <strong><a href=\"//smallbusiness.foxbusiness.com/home/feed/rss/\">RSS</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t</div><!-- /g-35 -->\n\t\t<div class=\"c m-l m-7\">\n\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t<div class=\"dv-feature\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t<p class=\"summary\">This material may not be published, broadcast, rewritten, or redistributed. &copy;2014 FOX News Network, LLC. All rights reserved. All market data delayed 20 minutes.</p>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div><!-- /dv-feature -->\n\t\t\t</div><!-- /c-item -->\n\t\t</div><!-- /c -->\n\t</div>\n</footer><!-- /section-footer-1 --><div itemscope itemtype=\"http://schema.org/Organization\">\n\t         <meta itemprop=\"name\" content=\"2013 FOX News Network, LLC. All rights reserved.\">\n\t    \t <meta itemprop=\"email\" content=\"newsmanager@foxnews.com\">\n\t     \t <meta itemprop=\"image\" content=\"global.fbnstatic.com/static/v/fb/img/logo-sbc.png\"/>\n\t</div>\n<script type=\"text/javascript\"> jQuery.ad.pre(); FOX.site.bottomInit();</script>\n\t\t<noscript>\n <img src=\"http://metrics.foxnews.com/b/ss/foxnewssmallbusinesscenter/1/H22.1--NS/1420285632778?pageName=noscript:marketingsales:subsection:article&g=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-201978h&amp;cg=0&amp;cc=1&amp;si=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/&amp;ts=noscript&amp;rnd=1420285632778\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9013181&c3=&c4=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/16/7-powerful-ways-to-convert-neutral-traffic-into-paying-customers/&c5=&c6=&c15=&cv=2.2&cj=1\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n</noscript> \t\n</body>\t\n</html>"
  },
  {
    "path": "tests/data/html/foxbusiness.com2.html",
    "content": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xml:lang=\"en\" lang=\"en\" itemscope itemtype=\"http://schema.org/NewsArticle\">\t\n\t<head profile=\"http://dublincore.org/documents/dcq-html/\">\n\t\t <!-- This page is generated from portal v8-www6 -->\n\t\t<link href=\"/static/v/all/css/ag.base.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">\n\t<script type=\"text/javascript\">\n\tvar FOX_pagedescriptor = window.FOX_pagedescriptor = {breadcrumb:\n\t\"/sbc/marketing-sales\", isMgmt: \"false\", site: \"fb\" };\n</script>\n<script src=\"/static/v/all/js/ag.jquery.js?201412291038\"></script>\n<script src=\"http://ads.foxnews.com/js/ad.js\"></script>\n<script src=\"/static/v/all/js/ag.base.js?201412291038\"></script><link rel=\"schema.dc\" href=\"http://purl.org/dc/elements/1.1/\"> \n<link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\"> \n<link rel=\"schema.prism\" href=\"http://prismstandard.org/namespaces/basic/2.1/\"> \n<link rel=\"schema.iptc\" href=\"http://iptc.org/std/nar/2006-10-01/\"> \n<title>How to Deal With a Scrooge Client | Fox Small Business Center</title>\n\t\t\t \t<meta name=\"dc.title\" content=\"How to Deal With a Scrooge Client\">\n<meta name=\"dc.creator\" content=\"Brad Shorr\">\n<meta itemprop=\"description\" name=\"description\" content=\"If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.\">\n<meta name=\"dc.description\" content=\"If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.\">\n<meta name=\"dcterms.abstract\" content=\"If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.\">\n<meta name=\"dc.publisher\" content=\"Fox Small Business Center\">\n<meta name=\"dc.source\" content=\"AllBusiness.com\">\n<meta name=\"dc.date\" content=\"2014-12-23\">\n<meta name=\"dcterms.created\" scheme=\"dcterms.ISO8601\" content=\"2014-12-23 09:45:43 EST\">\n<meta name=\"dcterms.modified\" scheme=\"dcterms.ISO8601\" content=\"2014-12-23 09:45:43 EST\">\n<meta name=\"dc.type\" scheme=\"dcterms.DCMIType\" content=\"Text.Article\">\n<meta name=\"prism.genre\" content=\"\">\n<meta name=\"dc.identifier\" scheme=\"dcterms.URI\" content=\"urn:uuid:5d8872b2c977a410VgnVCM100000d7c1a8c0RCRD\">\n<link rel=\"shorturl\" href=\"http://fxn.ws/1ADT5PH\">\n<link rel=\"canonical\" href=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\">\n<meta name=\"keywords\" content=\"Tiny Tim,Ebenezer Scrooge,December discount,small business,social media,recall,merry Christmas,Charles Dickens,Christmas Eve,holiday season,hopeful future,content marketing\">\n<meta name=\"dc.subject\" content=\"Tiny Tim,Ebenezer Scrooge,December discount,small business,social media,recall,merry Christmas,Charles Dickens,Christmas Eve,holiday season,hopeful future,content marketing \">\n<meta name=\"prism.aggregationType\" content=\"subsection\">\n<meta name=\"prism.channel\" content=\"fsb\">\n<meta name=\"prism.section\" content=\"marketingsales\">\n<meta name=\"prism.subsection1\" content=\"\">\n<meta name=\"prism.subsection2\" content=\"\">\n<meta name=\"prism.subsection3\" content=\"\">\n<meta name=\"prism.subsection4\" content=\"\">\n<meta property=\"og:title\" content=\"How to Deal With a Scrooge Client\">\n<meta property=\"og:description\" content=\"If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season.\">\n<meta property=\"og:type\" content=\"article\">\n<link rel=\"image_src\" href=\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/fb2/news/0/0/work-from-home-office-building-london.jpg?ve=1&tl=1\">\n<meta property=\"og:image\" content=\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/fb2/news/0/0/work-from-home-office-building-london.jpg\">\n<meta property=\"og:url\" content=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\">\n<meta property=\"og:site_name\" content=\"Fox Small Business Center\">\n<meta property=\"fb:app_id\" content=\"122626657769061\">\n<meta name=\"DC.date.issued\" content=\"2014-12-23T09:45:43-05:00\">\n<meta property=\"vr:type\" content=\"Text.Article\">\n<meta property=\"vr:category\" content=\"\">\n<meta name=\"author\" content=\"Brad Shorr\">\n<meta name=\"dc.contributor\" content=\"Brad Shorr\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@fbsmallbiz\">\n<meta name=\"language\" content=\"\">\n<meta name=\"parsely-page\" content='{\"title\":\"How to Deal With a Scrooge Client\",\"link\":\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\",\"image_url\":\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/fb2/news/0/0/work-from-home-office-building-london.jpg?ve=1&tl=1\",\"type\":\"article\",\"post_id\":\"5d8872b2c977a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"marketingsales\",\"pub_date\":\"2014-12-23T14:45:43Z\",\"author\":\"Brad Shorr\",\"tags\":[\"\"]}'>\n<meta name=\"parsely-metadata\" content='{\"title\":\"How to Deal With a Scrooge Client\",\"link\":\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\",\"image_url\":\"http://a57.foxnews.com/global.fbnstatic.com/static/managed/img/fb2/news/0/0/work-from-home-office-building-london.jpg?ve=1&tl=1\",\"type\":\"article\",\"identifier\":\"5d8872b2c977a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"marketingsales\",\"pub_date\":\"2014-12-23T14:45:43Z\",\"author\":\"Brad Shorr\",\"tags\":[\"\"]}'>\n<meta name=\"dc.format\" scheme=\"dcterms.IMT\" content=\"text/html\">\n<meta name=\"dc.language\" scheme=\"dcterms.RFC4646\" content=\"en-US\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"content-language\" content=\"en\">\n<link rel=\"icon\" href=\"/static/v/fb/img/favicon.png\" type=\"image/png\">\n<link rel=\"shortcut icon\" href=\"/static/v/fb/img/favicon.ico\">\n<link href=\"/static/v/fb/site/css/site.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<link href=\"/static/v/all/css/article.3.0.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<script src=\"/static/v/fb/ch/js/ag.sbc.js?201412291038\"></script>\t\t \n\t\t<script src=\"/static/v/all/js/article.3.0.js?201412291038\"></script>\n\t\t<!--[if lt IE 9]>\n\t<script src=\"/static/v/all/js/html5shiv.js\"></script> \n\t<link rel=\"stylesheet\" href=\"/static/v/fb/site/css/ie.css\" type=\"text/css\">\n<![endif]-->\n\n<script> FOX.site.topInit(); </script></head>\n\t<body>\n\t\t<header id=\"section-head\">\n\t<div>\n\t\t<div class=\"branding\"><a href=\"//smallbusiness.foxbusiness.com/index.html\"><img alt=\"Fox Business - The Power to Prosper\" src=\"//global.fncstatic.com/static/v/fb/img/logo-sbc.png\"></a></div>\n\t\t<div id=\"util\">\n\t\t\t<div>\n\t\t\t\t<nav>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"fn\"><a href=\"//www.foxnews.com/\">Fox News</a></li>\n\t\t\t\t\t\t<li class=\"fb active\"><a href=\"//www.foxbusiness.com/\">Fox Business</a></li>\n\t\t\t\t\t\t<li class=\"lat\"><a href=\"//latino.foxnews.com/\">Fox News Latino</a></li>\n\t\t\t\t\t\t<li class=\"fb-go\"><a href=\"//www.foxbusinessgo.com/\">Fox Business Go</a></li>\n\t\t\t\t\t\t<li class=\"fr\"><a href=\"//radio.foxnews.com/\">Fox News Radio</a></li>\n\t\t\t\t\t\t<li class=\"nat\"><a href=\"//nation.foxnews.com/\">Fox Nation</a></li>\n\t\t\t\t\t\t<li class=\"fni\"><a href=\"//foxnewsinsider.com/\">Fox News Insider</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</nav>\n\t\t\t\t<div id=\"account\" class=\"inactive\">\n\t\t\t\t\t<ul id=\"authentication\">\n\t\t\t\t\t\t<li><a href=\"#\">Login</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"username\">\n\t\t\t\t\t\t<div class=\"user\">\n\t\t\t\t\t\t\t<img src=\"//global.fncstatic.com/static/v/all/img/head/profile.png\" alt=\"\">\n\t\t\t\t\t\t\t<span>Account</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"user-options\">\n\t\t\t\t\t\t\t<p>You're logged in as <span>&nbsp;</span></p>\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Profile</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Logout</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"uo-data\"> \n\t\t\t<div id=\"search-site\">\n\t\t\t\t<form action=\"http://www.foxbusiness.com/search-results/search\" method=\"get\" id=\"searchArea\">\n\t\t\t\t\t<fieldset>\n\t\t\t\t\t\t<legend>Search Site</legend>\n\t\t\t\t\t\t<input type=\"text\" name=\"q\" size=\"50\" value=\"Search Small Business Center\" id=\"search\" onblur=\"\" onfocus=\"\" autocomplete=\"off\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"ss\" value=\"fsb\">\n\t\t\t\t\t\t<input type=\"submit\" name=\"submit\" class=\"btn-lrg\" value=\"Search\">\n\t\t\t\t\t</fieldset>\n\t\t\t\t</form><div class=\"search-results\"></div>\n\t\t\t\t<p class=\"time-stamp\"></p>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"headlines\"> \n\t\t\t<div class=\"c c-bdr-1\">\n\t\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t\t<div class=\"dv-list\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<div id=\"nav-sub\">\n\t\t<div class=\"c c-bdr-1\">\n\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/starting-a-business/index.html\">Starting a Business</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/marketing-sales/index.html\">Marketing &amp; Sales </a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/finance-accounting/index.html\">Finance &amp; Accounting</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/legal-hr/index.html\">Legal &amp; HR</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/technology-web/index.html\">Technology &amp; Web</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-item-first\"><a href=\"/entrepreneurs/index.html\">Entrepreneurs</a></li>\n\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/home-office-small-office/index.html\">Home Office</a></li>\n\t\t\t\t\t\t<li class=\"dv-item teaser-ct dv-alt-1\"><a href=\"//video.foxsmallbusinesscenter.com/\">Video</a></li>\t\t\t\t\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</header><!-- /section-head --><div id=\"headline-callout\"></div>\n<div id=\"section-content\">\n\t\t\t<div class=\"section-branding\">\n\t<div class=\"component\"><div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"top-728x90\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   </div>\n     </div>\n    </div>\n        </div></div></div>\n</div>\n<div class=\"g-41 g-last\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div></div></div>\n</div>\n<div class=\"g-28\">\n\t<div class=\"component\">\n\t\t<div><!-- ********************** ARTICLE START ********************** -->\n\n\t<script type=\"text/javascript\">\n\t\tvar vcmArticleInfo = {\n\t\t\tvcmId: \"5d8872b2c977a410VgnVCM100000d7c1a8c0RCRD\",\n\t\t\turl: \"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\",\n\t\t\tpubDate:\"December 23, 2014\",\n\t\t\tmyTopChannelName:\"sbc\",\n\t\t\tsummary:\"<p>If a Scrooge client is scaring the dickens out of you, don\\u2019t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.<\\/p>\",\n\t\t\tbaynoteOrOutbrain:\"outbrain\",\n\t\t\tcommenting: \"false\"\n\t\t};\n\t\tvar disqus_identifier = \"5d8872b2c977a410VgnVCM100000d7c1a8c0RCRD\";\n\t\tvar disqus_category_id = \"461901\";\n\t\tvar disqus_developer = 1;\n\t</script>\n <article id=\"article-section\" itemid=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\">\n\t  <h1 id=\"article-title\" itemprop=\"name\">How to Deal With a Scrooge Client</h1>\t\n\t \n\t  <div class=\"article-info\">\t  \n\t\t<p itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">By <span itemprop=\"name\">Brad Shorr</span></p><time itemprop=\"datePublished\" pubdate datetime=\"2014-12-23T09:45-05:00\">Published December 23, 2014</time><div itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><a target=\"_blank\" itemprop=\"name\" href=\"http://www.allbusiness.com/\">AllBusiness.com</a></div></div>\n\t  \n\t  \t  \n\t  \n\t  <div id=\"introduction\">\n\t\t<div class=\"entry-content\">\n\t\t<div class=\"slideshow-block\">\n\t\t\t\t\t\t<div class=\"slideshow\" itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/MediaObject\">\n\t\t\t\t\t\t\t<ul class=\"encapsulate\">\n\t\t\t\t<li class=\"dv-item article-ct  dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t       \t<div class=\"m\">\t\t\n\t\t\t\t\t\t\t \t\t\t<a href=\"#\" itemprop=\"url\"><img src=\"http://www.fbnstatic.com/static/managed/img/fb2/news/work-from-home-office-building-london.jpg\" alt=\"office building, london, clocks, home office\" itemprop=\"image\"></a>\n\t\t\t\t\t\t\t \t\t</div>\t\t\t\n\t\t\t\t\t\t  \t\t\t<div class=\"summary\"> \t\n\t\t\t\t\t\t\t\t\t\t<p itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><span class=\"source\" itemprop=\"name\">REUTERS</span></p>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t<div class=\"article-text\" itemprop=\"articleBody\">\t\t\t\n\t\t  \t<p>If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.</p>\n\n<p><b>The Spirit of Business Past</b></p>\n\n<p>Scrooge clients have short memories. Pay them a holiday visit and review all of the ways you have helped them save money, become more efficient, increase their sales, avert a crisis, and whatever else had a meaningful impact.</p>\n\n<p>It takes more than a casual visit. The more visual and vivid your presentation is, the greater its effect — recall how the cold heart of Ebenezer Scrooge began to thaw when he saw and felt and heard his former self. Do you think the Spirit of Christmas Past would have elicited the same response by showing Ebenezer a PowerPoint crammed with wordy bullet points?</p>\n\n<p><b>The Spirit of Business Present</b></p>\n\n<p>The holiday season is a time of joy — do you remember what a merry old soul the Spirit of Christmas Present was? A small thing such as taking your Scrooge client to lunch or meeting him for an after-work cocktail can change everything. Simply getting your Scrooge away from that damp, cold, and dreary office will make his mood more festive and his business more secure.</p>\n\n<p>Along with a dollop of holiday cheer, offer your Scrooge a business-present present: a gift, a December discount, or extra rewards points — something that answers the question, “What have you done for me lately?” Nothing makes a Scrooge client more Scrooge-like than the feeling of being taken for granted.</p>\n\n<p><b>The Spirit of Business Future</b></p>\n\n<p>The outlook for a Scrooge client is grim indeed; you cannot help but feel that it’s only a matter of time before his business is buried in the graveyard of lost opportunities. But as the Spirit of Christmas Future revealed to Ebenezer, the future can be changed!</p>\n\n<p>Give your Scrooge scenario a hopeful future by introducing incentives that reward his future business. Annual rebates, volume discounts, and loyalty rewards programs make it easier — far easier — for your Scrooge to overlook the day-to-day hiccups that occur in any business relationship. Just as the goal of curing Tiny Tim gave Ebenezer a reason to live well, a goal of getting more “something” gives clients a reason to do business.</p>\n\n<p>Most businesses routinely do these activities, which require only a modest effort and investment. The plot twist here is to do them all in equal measure.</p>\n\n<p>Focusing on the past alone, or the present alone, or the future alone is not enough. If only one or two spirits had visited Ebenezer that Christmas Eve, the story would have been quite different; he would not have been redeemed.</p>\n\n<p>By demonstrating past value, present value, and future value, your Scrooge clients will be reclaimed. For you, and them, it will be a very merry holiday season indeed.</p>\n\n<p><i>&#160;&#160;&#160;“I am as light as a feather, I am as happy as an angel, I am as merry as a school-boy. I am as giddy as a drunken man. A merry Christmas to every-body! A happy New Year to all the world! Hallo here! Whoop! Hallo!” – Charles Dickens, A Christmas Carol</i></p>\n\n<p><i>--</i></p>\n\n<p><i>Brad Shorr is Director of B2B Marketing for <a href=\"http://www.straightnorth.com/services/internet-marketing/search-engine-optimization/\">Straight North</a>, an Internet marketing agency in the Chicago area. With in-house, freelance and agency experience, he writes frequently about content marketing, SEO, social media and small business strategy.</i></p>\n\n<p>More from AllBusiness.com:</p>\n\n<ul>\n<li><a href=\"http://experts.allbusiness.com/20-key-due-diligence-activities-in-an-ma-transaction/19790/\">20 Key Due Diligence Activities in an M&#38;A Transaction</a></li>\n\n<li><a href=\"http://experts.allbusiness.com/year-end-business-checklist/19859/\">Your Year-End Business Checklist</a></li>\n\n<li><a href=\"http://experts.allbusiness.com/different-ways-to-fund-a-small-business-or-startup/19879/\">Different Ways to Fund a Small Business or Startup</a></li>\n</ul>\n\n<p>&#160;</p><div class=\"follow-us\"> \n\t\t\t\t\t<p><a href=\"https://www.facebook.com/FoxBusiness\" target=\"_blank\"><span>+ Follow</span><strong>Fox Business</strong> on Facebook</a></p>\n\t\t\t\t</div>\n\t\t  \t</div>\n\t\t  \t\n\t\t\t<div class=\"sect vert\">\n\t\t\t\t<div class=\"branding-adblock\">\n\t\t\t\t\t<ul><li><div></div></li></ul>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"sponsor-section\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"related-media\">\n\t\t\t\t\t<ul class=\"user-interaction\">\n\t\t\t\t\t\t<li class=\"print\"><a href=\"http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/print\"><span>&nbsp;</span> Print</a></li>\n\t\t\t\t\t\t<li class=\"email\"><a href=\"#\"><span>&nbsp;</span> Email</a></li>\n\t\t\t\t\t\t<li class=\"share\"><a href=\"#\"><span>&nbsp;</span> Share</a></li>\n\t\t\t\t\t\t<li class=\"comments\"><a href=\"#content\"><span>&nbsp;</span> Comments</a></li>\n\t\t\t\t\t\t<li class=\"recommend\"><a href=\"#\">Recommend</a></li>\n\t\t\t\t\t\t<li class=\"tweet\"><a href=\"#\">Tweet</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t</div><!-- /sect -->\n\t\t\t\n\t\t\n        <div class=\"sect\">\n\t\t\t\t\t<div class=\"ob-img-widget\">\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t<div id=\"recommendations-mod\"></div>\n\t\t\t<div class=\"sect\">\n\t\t\t\t<div class=\"related-media related-block social-media-block\">\n\t\t\t\t\t<h2>Share This Article</h2>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"social-fb\"></li>\n\t\t\t\t\t\t<li class=\"social-tw\"></li>\n\t\t\t\t\t\t<li class=\"social-gg\"><g:plusone size=\"tall\"></g:plusone></li>\n\t\t\t\t\t\t<li class=\"social-su\"></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"recommendations-video-mod-2\"></div>\n\t\t\t</div>\n\t\t</div><!-- /entry-content -->\n\t</div><!-- /introduction -->\n    <div id=\"commenting\">\n\t   \t<ul>\n\t\t\t<li><a href=\"#content\">View Article</a></li><!-- added: anchor -->\t\t\t\n\t\t</ul>\t\t\n\t\t<div id=\"comments-holder\"> \n\t\t\t<div id=\"disqus_thread\"> \n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript=foxnation\">comments powered by Disqus.</a></noscript> \n\t\t\t</div> \n\t\t\t<p class=\"login-link\">You must <a herf=\"#\">login</a> to comment.</p> \n\t\t</div> \t\t\n\t\t<p class=\"standalone\"><a href=\"#content\">View Article</a></p><!-- added: anchor -->\n\t</div><!-- /commenting -->\n\t<div id=\"comments-section\">\t\n\t\t<!-- This Quigo Ad only appears for article section -->\n\t\t<!-- This Quigo Ad only appears for comments section -->\n\t</div><!-- /comments-section -->     \n </article><!-- /article-section -->\t\n<!-- ********************** ARTICLE END ********************** -->\n</div></div>\n</div>\n<div class=\"g-13 g-last\">\n\t\t<div class=\"component\"><div><div><div class=\"c connect t--1ms\"  >\n\t\t<h2 class=\"title\">CONNECT WITH SMALL BUSINESS CENTER</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"m\"><img class=\"unloaded_img\" src=\"http://a57.foxnews.com/global.fbnstatic.com/static/v/all/img/60/60/av-sbc.png?ve=1&tl=1\" dest_src=\"http://a57.foxnews.com/global.fbnstatic.com/static/v/all/img/60/60/av-sbc.png?ve=1&tl=1\" alt=\"\" original=\"http://www.foxnews.com/static/all/img/clear.gif\"></div> \n\t<h4>Get Our Free Newsletter</h4> \n\t\t<form action=\"#\" name=\"newsletterform\" id=\"newsletter_form\" method=\"get\" data-list=\"smallbusiness\"> \n\t\t\t<fieldset> \n\t\t\t<legend>Newsletter Signup</legend> \n\t\t\t<input type=\"text\" value=\"Enter Email Address\" name=\"signup\"> \n\t\t\t<input type=\"hidden\" value=\"3DC725E303A24F8D3540B4B6FB335FC8\" name=\"slid\" id=\"slid_0\"> \n\t\t\t<input type=\"submit\" value=\"Sign Up\" name=\"signup\"> \n\t\t\t</fieldset> \n\t\t\t<div>&nbsp;</div> \n\t\t</form> \n\t\t<div> \n\t\t\t<div class=\"fb-like\">\n\t\t\t\t<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" style=\"border:none; overflow:hidden; width:100px; height:24px;\" src=\"http://www.facebook.com/plugins/like.php?app_id=117104765059228&amp;href=http://www.facebook.com/FoxSmallBusinessCenter&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=24\"></iframe>\n\t\t\t</div> \n\t\t\t<a href=\"https://twitter.com/fbsmallbiz\" class=\"twitter-follow-button\" data-show-count=\"false\" data-lang=\"en\"></a>\n\t\t</div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame1-300x250\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c ov-24 t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div id=\"recommendations-video-mod\"></div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-2 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.allbusiness.com/ \" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/fb/sbc/all-business.jpg\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/4-steps-getting-twitter-analytics/19731/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t4 Steps to Getting More Out of Twitter Analytics</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-02T16:00:31Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Mastering Twitter as a marketing strategy is one thing; learning to read and use Twitter analytics is another. While some small business owners are comfortable with the former, many still shy away...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/3-marketing-strategies-every-b2b-business-use/19891/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t3 Marketing Strategies Every B2B Business Should Use</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-02T15:30:38Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Want more leads for your B2B business? Good news: the marketing strategies that work best are also among the easiest to implement.The post 3 Marketing Strategies Every B2B Business Should Use...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/dont-mistake-sales-for-profit/20040/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\tThis Year, Don’t Mistake Sales for Profit</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-01T19:03:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"The hype from top company lists and entrepreneurship TV shows can make you believe that sales is the key measure of success and profit. It isn't.The post This Year, Don&#8217;t Mistake Sales for...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/think-rainmaker-future-websites/19457/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\tWhy I Think Rainmaker Is the Future of Websites</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2015-01-01T15:30:27Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Rainmaker is jumping in and filling the void for businesses that want and need a high-end, full-featured marketing site at a fraction of the cost it would take to build on their own.The post Why I...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <h3 >\n\t  <a href=\"http://experts.allbusiness.com/7-apps-to-help-you-stick-to-your-new-year-resolutions/20014/\"  target=\"_blank\" rel=\"nofollow\">\t  \t\t\n\t  \t\t7 Apps to Help You Stick to Your New Year’s Resolutions</a>\n\t  </h3>   \t\n<meta itemprop=\"datePublished\" content=\"2014-12-31T04:35:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Many of us commit to a self-improvement resolution this time each year, but then forget about our goal as the months pass. But you can really make it happen this year … with a little digital help....\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame2-300x100\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"ad qu\" id=\"qu_story_4\"></div></div>\n\t\t</div>\n   </div></div></div>\t\n</div>\n<div class=\"g-41 section-featured\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div><div><div class=\"c c-bdr-1 t--1ms\"  >\n\t\t</div>\n   </div></div></div>\n</div></div>    \n\t\t<footer id=\"section-footer-1\">\n\t<div>\n\t\t<div class=\"g-41 g-last\">\n\t\t\t<div class=\"g-11\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"m\"><a href=\"//smallbusiness.foxbusiness.com\"><img src=\"//global.fncstatic.com/static/v/fb/img/logo-sbc-2.jpg\" alt=\"\"></a></div>\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-14 -->\n\t\t\t<div class=\"g-14\">\n\t\t\t\t<div class=\"c c-bdr-4 c-hrz\">\n\t\t\t\t\t<h2 class=\"title\">Sections</h2>\n\t\t\t\t\t<div class=\"c-body\">\n\t\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/starting-a-business/index.html\">Starting a Business</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/marketing-sales/index.html\">Marketing & Sales</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/finance-accounting/index.html\">Finance & Accounting</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"/legal-hr/index.html\">Legal & HR</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t\t<div class=\"c-item c-item-last\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/technology-web/index.html\">Technology & Web</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/entrepreneurs/index.html\">Entrepreneurs</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/home-office-small-office/index.html\">Home Office</a>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//video.foxsmallbusinesscenter.com/\">Video</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Join</h2>\t\t\t\t\t\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"mailto:andy.sternfeld@foxnews.com\" target=\"_blank\">Advertise With Us</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxbusiness.com/about/terms/index.html\">Terms of Use</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxbusiness.com/about/privacy-policy/\">Privacy Statement</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//www.foxbusiness.com/about/privacy-policy/#ad-choice\">Ad Choices</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7 g-last\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Networking</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list dv-list-3 dv-social-media\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\">\n\t\t\t\t\t\t\t\t\t<span class=\"one\">&nbsp;</span> <strong><a href=\"//www.facebook.com/pages/Fox-Small-Business/164730086894580\">Facebook</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"two\">&nbsp;</span> <strong><a href=\"//twitter.com/fbsmallbiz\">Twitter</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"four\">&nbsp;</span> <strong><a href=\"//www.youtube.com/user/FoxBusinessNetwork\">YouTube</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\">\n\t\t\t\t\t\t\t\t\t<span class=\"five\">&nbsp;</span> <strong><a href=\"//smallbusiness.foxbusiness.com/home/feed/rss/\">RSS</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t</div><!-- /g-35 -->\n\t\t<div class=\"c m-l m-7\">\n\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t<div class=\"dv-feature\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t<p class=\"summary\">This material may not be published, broadcast, rewritten, or redistributed. &copy;2014 FOX News Network, LLC. All rights reserved. All market data delayed 20 minutes.</p>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div><!-- /dv-feature -->\n\t\t\t</div><!-- /c-item -->\n\t\t</div><!-- /c -->\n\t</div>\n</footer><!-- /section-footer-1 --><div itemscope itemtype=\"http://schema.org/Organization\">\n\t         <meta itemprop=\"name\" content=\"2013 FOX News Network, LLC. All rights reserved.\">\n\t    \t <meta itemprop=\"email\" content=\"newsmanager@foxnews.com\">\n\t     \t <meta itemprop=\"image\" content=\"global.fbnstatic.com/static/v/fb/img/logo-sbc.png\"/>\n\t</div>\n<script type=\"text/javascript\"> jQuery.ad.pre(); FOX.site.bottomInit();</script>\n\t\t<noscript>\n <img src=\"http://metrics.foxnews.com/b/ss/foxnewssmallbusinesscenter/1/H22.1--NS/1420285634038?pageName=noscript:marketingsales:subsection:article&g=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-201978h&amp;cg=0&amp;cc=1&amp;si=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/&amp;ts=noscript&amp;rnd=1420285634038\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9013181&c3=&c4=http://smallbusiness.foxbusiness.com/marketing-sales/2014/12/23/how-to-deal-with-scrooge-client/&c5=&c6=&c15=&cv=2.2&cj=1\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n</noscript> \t\n</body>\t\n</html>"
  },
  {
    "path": "tests/data/html/foxnews.com1.html",
    "content": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xml:lang=\"en\" lang=\"en\" itemscope itemtype=\"http://schema.org/NewsArticle\">\t\n\t<head profile=\"http://dublincore.org/documents/dcq-html/\">\n\t\t <!-- This page is generated from portal v8-www6 -->\n\t\t<link href=\"/static/v/all/css/ag.base.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">\n\t<script type=\"text/javascript\">\n\tvar FOX_pagedescriptor = window.FOX_pagedescriptor = {breadcrumb:\n\t\"/latino-entertainment\", isMgmt: \"false\", site: \"fn-latino\" };\n</script>\n<script src=\"/static/v/all/js/ag.jquery.js?201412291038\"></script>\n<script src=\"http://ads.foxnews.com/js/ad.js\"></script>\n<script src=\"/static/v/all/js/ag.base.js?201412291038\"></script><link rel=\"schema.dc\" href=\"http://purl.org/dc/elements/1.1/\"> \n<link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\"> \n<link rel=\"schema.prism\" href=\"http://prismstandard.org/namespaces/basic/2.1/\"> \n<link rel=\"schema.iptc\" href=\"http://iptc.org/std/nar/2006-10-01/\"> \n<title>How Oscar Isaac and Jessica Chastain went about bringing to life &#39;A Most Violent Year&#39; | Fox News Latino</title>\n\t\t\t \t<meta name=\"dc.title\" content=\"How Oscar Isaac and Jessica Chastain went about bringing to life 'A Most Violent Year'\">\n<meta name=\"dc.creator\" content=\"Lucia I. Suarez\">\n<meta itemprop=\"description\" name=\"description\" content=\"Isaac, who is of Cuban-Guatemalan heritage, plays a New York business owner who battles his morals in J.C. Chandor's A Most Violent Year alongside his longtime friend, Chastain.\">\n<meta name=\"dc.description\" content=\"Isaac, who is of Cuban-Guatemalan heritage, plays a New York business owner who battles his morals in J.C. Chandor's A Most Violent Year alongside his longtime friend, Chastain.\">\n<meta name=\"dcterms.abstract\" content=\"Isaac, who is of Cuban-Guatemalan heritage, plays a New York business owner who battles his morals in J.C. Chandor's A Most Violent Year alongside his longtime friend, Chastain.\">\n<meta name=\"dc.publisher\" content=\"Fox News Latino\">\n<meta name=\"dc.source\" content=\"Fox News Latino\">\n<meta name=\"dc.date\" content=\"2014-12-29\">\n<meta name=\"dcterms.created\" scheme=\"dcterms.ISO8601\" content=\"2014-12-29 16:00:27 EST\">\n<meta name=\"dcterms.modified\" scheme=\"dcterms.ISO8601\" content=\"2014-12-29 16:00:27 EST\">\n<meta name=\"dc.type\" scheme=\"dcterms.DCMIType\" content=\"Text.Article\">\n<meta name=\"prism.genre\" content=\"\">\n<meta name=\"dc.identifier\" scheme=\"dcterms.URI\" content=\"urn:uuid:693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\">\n<link rel=\"shorturl\" href=\"http://fxn.ws/1xtuzhQ\">\n<link rel=\"canonical\" href=\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\">\n<meta name=\"keywords\" content=\"relationship,New York City,America,Star Wars,the time,American,Latin America,Jessica Chastain,Golden Globe,Colombia,Oscar Isaac,U S\">\n<meta name=\"dc.subject\" content=\"relationship,New York City,America,Star Wars,the time,American,Latin America,Jessica Chastain,Golden Globe,Colombia,Oscar Isaac,U S \">\n<meta name=\"prism.aggregationType\" content=\"front\">\n<meta name=\"prism.channel\" content=\"fnl\">\n<meta name=\"prism.section\" content=\"entertainment\">\n<meta name=\"prism.subsection1\" content=\"\">\n<meta name=\"prism.subsection2\" content=\"\">\n<meta name=\"prism.subsection3\" content=\"\">\n<meta name=\"prism.subsection4\" content=\"\">\n<meta property=\"og:title\" content=\"How Oscar Isaac and Jessica Chastain went about bringing to life 'A Most Violent Year'\">\n<meta property=\"og:description\" content=\"Isaac, who is of Cuban-Guatemalan heritage, plays a New York business owner who battles his morals in J.C. Chandor's A Most Violent Year alongside his longtime friend, Chastain.\">\n<meta property=\"og:type\" content=\"article\">\n<link rel=\"image_src\" href=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/0/0/Oscar%20Isaac%20violent%20year.jpg?ve=1&tl=1\">\n<meta property=\"og:image\" content=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/0/0/Oscar%20Isaac%20violent%20year.jpg\">\n<meta property=\"og:url\" content=\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\">\n<meta property=\"og:site_name\" content=\"Fox News Latino\">\n<meta property=\"fb:app_id\" content=\"155493694485141\">\n<meta name=\"dc.contributor\" content=\"\">\n<meta name=\"column\" content=\"\">\n<meta name=\"classification\" content=\"ENTERTAINMENT, LANGUAGES/English, ENTERTAINMENT/Celebrities, ENTERTAINMENT/Movies\">\n<meta name=\"classification-isa\" content=\"entertainment, celebrities, movies\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@foxnewslatino\">\n<meta name=\"language\" content=\"\">\n<meta name=\"livefyreconfig\" collectionMeta=\"eyJhbGciOiJIUzI1NiJ9.eyJ0YWdzIjoiLExBVElOTyxFTlRFUlRBSU5NRU5ULCxMQVRJTk8sTEFOR1VBR0VTLEVuZ2xpc2gsLExBVElOTyxFTlRFUlRBSU5NRU5ULENlbGVicml0aWVzLCxMQVRJTk8sLExBVElOTyxFTlRFUlRBSU5NRU5ULE1vdmllcyIsInRpdGxlIjoiSG93IE9zY2FyIElzYWFjIGFuZCBKZXNzaWNhIENoYXN0YWluIHdlbnQgYWJvdXQgYnJpbmdpbmcgdG8gbGlmZSAnQSBNb3N0IFZpb2xlbnQgWWVhciciLCJjaGVja3N1bSI6ImE1ZGFkMTY5NWUxZTZlODdkYTE4ZTk5YjIzZDQ3MjVmIiwiYXJ0aWNsZUlkIjoiNjkzZmM1YmZkMDY5YTQxMFZnblZDTTEwMDAwMGQ3YzFhOGMwUkNSRCIsInVybCI6Imh0dHA6Ly9sYXRpbm8uZm94bmV3cy5jb20vbGF0aW5vL2VudGVydGFpbm1lbnQvMjAxNC8xMi8yOS9ob3ctb3NjYXItaXNhYWMtYW5kLWplc3NpY2EtY2hhc3RhaW4td2VudC1hYm91dC1icmluZ2luZy10by1saWZlLW1vc3QtdmlvbGVudC8ifQ.7HAaxO-xJgK1rKDTQVw30lRQuaEnxx-es0y-cQmB6jY\" checksum=\"a5dad1695e1e6e87da18e99b23d4725f\" articleId=\"693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\" siteId=\"310356\">\n<meta name=\"parsely-page\" content='{\"title\":\"How Oscar Isaac and Jessica Chastain went about bringing to life \\u0027A Most Violent Year\\u0027\",\"link\":\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\",\"image_url\":\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/0/0/Oscar%20Isaac%20violent%20year.jpg?ve=1&tl=1\",\"type\":\"article\",\"post_id\":\"693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"entertainment\",\"pub_date\":\"2014-12-29T21:00:27Z\",\"author\":\"Lucia I. Suarez\",\"tags\":[\"ENTERTAINMENT\",\" LANGUAGES/English\",\" ENTERTAINMENT/Celebrities\",\" ENTERTAINMENT/Movies\"]}'>\n<meta name=\"parsely-metadata\" content='{\"title\":\"How Oscar Isaac and Jessica Chastain went about bringing to life \\u0027A Most Violent Year\\u0027\",\"link\":\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\",\"image_url\":\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/0/0/Oscar%20Isaac%20violent%20year.jpg?ve=1&tl=1\",\"type\":\"article\",\"identifier\":\"693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"entertainment\",\"pub_date\":\"2014-12-29T21:00:27Z\",\"author\":\"Lucia I. Suarez\",\"tags\":[\"ENTERTAINMENT\",\" LANGUAGES/English\",\" ENTERTAINMENT/Celebrities\",\" ENTERTAINMENT/Movies\"]}'>\n<meta name=\"dc.format\" scheme=\"dcterms.IMT\" content=\"text/html\">\n<meta name=\"dc.language\" scheme=\"dcterms.RFC4646\" content=\"en-US\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"content-language\" content=\"en\">\n<link rel=\"icon\" href=\"/static/v/fn-latino/img/favicon.png\" type=\"image/png\">\n<link rel=\"shortcut icon\" href=\"/static/v/fn-latino/img/favicon.ico\">\n<link href=\"/static/v/fn-latino/site/css/site.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<link href=\"/static/v/all/css/article.3.0.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<script src=\"/static/v/fn-latino/ch/js/ag.latino-entertainment.js?201412291038\"></script>\t\t \n\t\t<script src=\"/static/v/all/js/article.3.0.js?201412291038\"></script>\n\t\t<!--[if lt IE 9]>\n\t<script src=\"/static/v/all/js/html5shiv.js\"></script> \n\t<link rel=\"stylesheet\" href=\"/static/v/fn-latino/site/css/ie.css\" type=\"text/css\">\n<![endif]-->\n\n<script> FOX.site.topInit(); </script></head>\n\t<body>\n\t\t<header id=\"section-head\">\n\t<div>\n\t\t<div class=\"branding\"><a href=\"//latino.foxnews.com/\"><img src=\"//global.fncstatic.com/static/v/fn-latino/img/logo-latino.jpg\" alt=\"Fox News Latino - Fair &amp; Balanced\"></a></div>\n\t\t<div id=\"util\">\n\t\t\t<div>\n\t\t\t\t<nav>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"fn\"><a href=\"//www.foxnews.com/\">Fox News</a></li>\n\t\t\t\t\t\t<li class=\"fb\"><a href=\"//www.foxbusiness.com/\">Fox Business</a></li>\n\t\t\t\t\t\t<li class=\"lat active\"><a href=\"//latino.foxnews.com/\">Fox News Latino</a></li>\n\t\t\t\t\t\t<li class=\"fn-go\"><a href=\"//www.foxnewsgo.com/\">Fox News Go</a></li>\n\t\t\t\t\t\t<li class=\"fr\"><a href=\"//radio.foxnews.com/\">Fox News Radio</a></li>\n\t\t\t\t\t\t<li class=\"nat\"><a href=\"//nation.foxnews.com/\">Fox Nation</a></li>\n\t\t\t\t\t\t<li class=\"fni\"><a href=\"//foxnewsinsider.com/\">Fox News Insider</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</nav>\n\t\t\t\t<div id=\"account\" class=\"inactive\">\n\t\t\t\t\t<ul id=\"authentication\">\n\t\t\t\t\t\t<li><a href=\"#\">Login</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"username\">\n\t\t\t\t\t\t<div class=\"user\">\n\t\t\t\t\t\t\t<img src=\"//global.fncstatic.com/static/v/all/img/head/profile.png\" alt=\"\">\n\t\t\t\t\t\t\t<span>Account</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"user-options\">\n\t\t\t\t\t\t\t<p>You're logged in as <span>&nbsp;</span></p>\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"first\"><a href=\"#\">Profile</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Logout</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"uo-data\">\n\t\t\t<div id=\"search-site\">\t\t\n\t\t\t\t<p class=\"time-stamp\"></p>\n\t\t\t\t<form action=\"http://latino.foxnews.com/search-results/search\" method=\"get\">\n\t\t\t\t\t<fieldset>\n\t\t\t\t\t\t<legend>Search Site</legend>\n\t\t\t\t\t\t<input type=\"text\" name=\"q\" size=\"50\" value=\"\">\n\t\t\t\t\t\t<input type=\"submit\" name=\"submit\" class=\"btn-lrg\" value=\"Search\">\n\t\t\t\t\t</fieldset>\n\t\t\t\t</form>\n\t\t\t</div>\n\t\t\t<div id=\"social-media\">\n\t\t\t\t<a class=\"fbk\" href=\"https://www.facebook.com/FoxNewsLatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"google\" href=\"https://plus.google.com/101717521308560751954/posts\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"twt\" href=\"https://twitter.com/foxnewslatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"instagram\" href=\"http://instagram.com/foxnewslatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"rss\" href=\"http://feeds.latino.foxnews.com/home/feed\" target=\"_blank\"></a>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"headlines\">\n\t\t\t<div class=\"c c-bdr-1\">\n\t\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t\t<div class=\"dv-list\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<nav id=\"main\">\n\t\t<ul>\n\t\t\t<li><a href=\"/index.html\">Home</a></li>\n\t\t\t<li><a href=\"//video.latino.foxnews.com/\">Video</a></li>\n\t\t\t<li><a href=\"/news/index.html\">News</a></li>\n\t\t\t<li><a href=\"/politics/index.html\">Politics</a></li>\n\t\t\t<li><a href=\"/money/index.html\">Money</a></li>\n\t\t\t<li><a href=\"/opinion/index.html\">Opinion</a></li>\n\t\t\t<li><a href=\"/entertainment/index.html\">Entertainment</a></li>\n\t\t\t<li><a href=\"/sports/index.html\">Sports</a></li>\n\t\t\t<li><a href=\"/health/index.html\">Health</a></li>\n\t\t\t<li><a href=\"/lifestyle/index.html\">Lifestyle</a></li>\n\t\t\t<li><a href=\"/espanol/index.html\">Espa&ntilde;ol</a></li>\n\t\t</ul>\n\t</nav><!-- /main -->\n</header><!-- /section-head --><script>var FOX_page_timestamp = 'Saturday, January 3, 2015 as of 6:46 AM EST'; </script>\n\n\t<div id=\"headline-callout\"></div>\n\t<div id=\"section-branding\">\n\t    <div class=\"banner\"></div>\n\t\t<div class=\"component\">\n\t\t<div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"top-728x90\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   </div>\n     </div>\n    </div>\n        </div></div></div>\n\t</div><!-- /section-branding -->\n<div id=\"section-content\">\n\t\t\t<div class=\"g-41 g-last\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div></div></div>\n</div>\n<div class=\"g-28\">\n\t<div class=\"component\">\n\t\t<div><!--   CONTRIBUTOR FURL IS : /archive/lucia-suarez --><!-- ********************** ARTICLE START ********************** -->\n\n\t<script type=\"text/javascript\">\n\t\tvar vcmArticleInfo = {\n\t\t\tvcmId: \"693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\",\n\t\t\turl: \"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\",\n\t\t\tpubDate:\"December 29, 2014\",\n\t\t\tmyTopChannelName:\"latino-entertainment\",\n\t\t\tsummary:\"<p>Isaac, who is of Cuban-Guatemalan heritage, plays a New York business owner who battles his morals in J.C. Chandor\\'s \\\"A Most Violent Year\\\" alongside his longtime friend, Chastain.<\\/p>\",\n\t\t\tbaynoteOrOutbrain:\"outbrain\",\n\t\t\tcommenting: \"true\"\n\t\t};\n\t\tvar disqus_identifier = \"693fc5bfd069a410VgnVCM100000d7c1a8c0RCRD\";\n\t\tvar disqus_category_id = \"479039\";\n\t\tvar disqus_developer = 1;\n\t</script>\n <article id=\"article-section\" itemid=\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\">\n\t  <h1 id=\"article-title\" itemprop=\"name\">How Oscar Isaac and Jessica Chastain went about bringing to life 'A Most Violent Year'</h1>\t\n\t \n\t  <div class=\"article-info\">\t  \n\t\t<p itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">By <span itemprop=\"name\"><a href=\"/archive/lucia-suarez\" itemprop=\"url\" rel=\"author\"> Lucia I. Suarez</a></span></p><time itemprop=\"datePublished\" pubdate datetime=\"2014-12-29T16:00-05:00\">Published December 29, 2014</time><div itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><a itemprop=\"name\" href=\"http://latino.foxnews.com/index.html\">Fox News Latino</a></div></div>\n\t  \n\t  \t  \n\t  \n\t  <div id=\"introduction\">\n\t\t<div class=\"entry-content\">\n\t\t<div class=\"slideshow-block\">\n\t\t\t\t\t\t<div class=\"slideshow\" itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/MediaObject\">\n\t\t\t\t\t\t\t<ul class=\"encapsulate\">\n\t\t\t\t<li class=\"dv-item article-ct  dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t       \t<div class=\"m\">\t\t\n\t\t\t\t\t\t\t \t\t\t<a href=\"#\" itemprop=\"url\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/660/371/Oscar Isaac violent year.jpg?ve=1&tl=1\" alt=\"Oscar Isaac violent year.jpg\" itemprop=\"image\"></a>\n\t\t\t\t\t\t\t \t\t</div>\t\t\t\n\t\t\t\t\t\t  \t\t\t<div class=\"summary\"> \t\n\t\t\t\t\t\t\t\t\t\t<p itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\">In this image released by A24 Films, Jessica Chastain, left, and Oscar Isaac appear in a scene from &quot;A Most Violent Year.&quot; Chastain was nominated for a Golden Globe for best supporting actress in a drama for her role in the film on Thursday, Dec. 11, 2014. The 72nd annual Golden Globe awards will air on NBC on Sunday, Jan. 11. (AP Photo/A24 Films, Atsushi Nishijima)<span class=\"source\" itemprop=\"name\">AP2014</span></p>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t<div class=\"article-text\" itemprop=\"articleBody\">\t\t\t\n\t\t  \t<p>Oscar Isaac has had a pretty stellar year. It started off with a Golden Globe nomination for his portrayal of the title role in “Inside Llewyn Davis.”</p>\n\n<p>He just completed filming in the next highly-anticipated installment of the “Star Wars” franchise, and he finishes off the year with a masterful performance in J.C. Chandor’s “A Most Violent Year, ”out on Dec. 31 in limited release.</p>\n\n<p>Set in New York City in 1981, the 35-year-old Cuban-Guatemalan actor plays Abel Morales, a moral businessman in a very immoral time. He doesn't want to be a gangster and has to fight against himself, as well as everything around him, to make sure it never happens.</p>\n\n<p>It was this tension that attracted Isaac to the role, which allowed him to work alongside longtime friend, Jessica Chastain, who co-stars as his wife, Anna.</p>\n\n<p>“He doesn't want to be a gangster, and he has never wanted to be one. And he is afraid that if he starts down that path, that he will be dismissed as one&#160;–&#160;and also, possibly, that if he starts down that path, he will really like it,” Isaac told Fox News Latino recently during an interview that also included Chastain. “The tension that J.C. creates, it plays with the audience’s expectations. The audience gets a little bloodthirsty.”</p>\n\n<p>For this internal battle fighting against violence, Chandor asked his leading man to pick a time in Latin America that the character had lived through and escaped.</p>\n\n<p>“Scripts are vague on back-story, what you see on screen is what the actors get when they first (read it),” the director said. “Oscar’s character, I always believed, came to the U.S. sometime between 7 years old and 10 or 12&#160;–&#160;in that window, so young enough that you are able to strip away your past and young enough that you really can become just an American in your adult life.”</p>\n\n<p>He said Isaac zeroed in on a period of civil unrest in Colombia after World War II that is known as “La Violencia” (\"The Violence\").</p>\n\n<p>“I thought it was a cool opportunity to tie in what his character was then going to be facing, the equivalent that he would have come here in the late 1950s probably and seen this city and America climb, climb, climb through the '60s and then in the late '60s and into the '70s, see the city of New York fall into this life of crime and people leaving the city&#160;–&#160;falling back into decay.”</p>\n\n<p>Isaac said he chose that specific time because it would have been “really intense if (Abel) had left this incredibly violent situation to come to this country to escape the violence, and yet the violence follows him.”</p>\n\n<p>To further develop their characters' back-stories,&#160;Isaac and Chastian, 37, used their mutual Julliard School training to discuss every scene.</p>\n\n<p>“It’s pretty intense because the script itself is already quite dense, full of so many details, but also very mysterious 'cause there is not a lot of description of his past or even their past, how they got to where they are,” Isaac said. “We got together and went through every scene, every line and just talked about it. We started talking about possibilities of where this whole relationship started, when it started, how we met, when we decided to buy the business. Just to create the context so that when we started shooting, we had that bedrock.”</p>\n\n<p>Chastain said that the director \"really left (the script) free for us to explore … because he doesn’t want to taint our natural instincts.\"</p>\n\n<p>Chandor attributed the two actors’ long off-screen friendship for making Abel and Anna’s onscreen relationship feel so real.</p>\n\n<p>“I’m not sure if I knew it at the time, but, looking back at it now, it was just amazing cause there’s this shared history. The fact that they had known each other almost as long as the characters had&#160;–&#160;it was just meant to be,” he said.</p>\n\n<p>“A Most Violent Year” hits select theaters on Dec. 31, followed by a wider release in January.</p>\n\n<p>Next year Isaac will also appear in two blockbuster films, though “Star Wars: Episode VII” could probably the most secretive.</p>\n\n<p>All known of Isaac’s character is that at the very least he pilots an X-wing fighter in the trailer.</p>\n\n<p>Although he said it was “wild” to see himself in the film’s teaser, Isaac stopped short of revealing anything about it.</p>\n\n<p>“I’ve signed away my organs,” he joked, adding that filming the iconic franchise was great. “J.J. Abrams is amazing.”</p>\n\n<p><i>Like us on <b><a href=\"https://www.facebook.com/FoxNewsLatino\">Facebook</a></b></i><b><br />\n</b><i>Follow us on <b><a href=\"https://twitter.com/foxnewslatino\">Twitter</a> </b>&#38; <b><a href=\"http://instagram.com/foxnewslatino\">Instagram</a></b></i></p><p><i itemprop=\"contributor\"><p>Follow Lucia I. Suarez on Twitter @luciasuarezsang</p></i></p></div>\n\t\t  \t\n\t\t\t<div class=\"sect vert\">\n\t\t\t\t<div class=\"branding-adblock\">\n\t\t\t\t\t<ul><li><div></div></li></ul>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"sponsor-section\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"related-media\">\n\t\t\t\t\t<ul class=\"user-interaction\">\n\t\t\t\t\t\t<li class=\"print\"><a href=\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/print\"><span>&nbsp;</span> Print</a></li>\n\t\t\t\t\t\t<li class=\"email\"><a href=\"#\"><span>&nbsp;</span> Email</a></li>\n\t\t\t\t\t\t<li class=\"share\"><a href=\"#\"><span>&nbsp;</span> Share</a></li>\n\t\t\t\t\t\t<li class=\"comments\"><a href=\"#content\"><span>&nbsp;</span> Comments</a></li>\n\t\t\t\t\t\t<li class=\"recommend\"><a href=\"#\">Recommend</a></li>\n\t\t\t\t\t\t<li class=\"tweet\"><a href=\"#\">Tweet</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div class=\"related-media m-7 slideshow-ct\">\n\t\t\n\t<h2>Related Slideshow</h2><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/06/09/miss-nevada-nia-sanchez-crowned-as-63rd-miss-usa/?intcmp=related\" title=\"Miss Nevada Nia Sanchez Crowned As 63rd Miss USA\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Miss Nevada USA Nia Sanchez.jpg?ve=1&tl=1\" alt=\"Miss Nevada USA Nia Sanchez.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/06/09/miss-nevada-nia-sanchez-crowned-as-63rd-miss-usa/?intcmp=related\">Miss Nevada Nia Sanchez Crowned As 63rd Miss USA</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/04/15/check-out-hilaria-baldwin-daily-photos-her-wacky-and-racy-yoga-poses/?intcmp=related\" title=\"Check Out Hilaria Baldwin's Daily Photos Of Her Wacky And Racy Yoga Poses\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Yoga Jan 21.jpg?ve=1&tl=1\" alt=\"Yoga Jan 21.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/04/15/check-out-hilaria-baldwin-daily-photos-her-wacky-and-racy-yoga-poses/?intcmp=related\">Check Out Hilaria Baldwin's Daily Photos Of Her Wacky And Racy Yoga Poses</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/news/slideshow/2014/12/26/best-pix-week/?intcmp=related\" title=\"Best pix of the week\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/lifestyle/156/88/AP21929033846_31.jpg?ve=1&tl=1\" alt=\"AP21929033846_31.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/news/slideshow/2014/12/26/best-pix-week/?intcmp=related\">Best pix of the week</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/slideshow/latino/entertainment/2014/10/27/latino-celebs-dress-up-for-halloween/?intcmp=related\" title=\"Latino celebs dress up for Halloween\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Demi Lovato Halloween.jpg?ve=1&tl=1\" alt=\"Demi Lovato Halloween.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/slideshow/latino/entertainment/2014/10/27/latino-celebs-dress-up-for-halloween/?intcmp=related\">Latino celebs dress up for Halloween</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/09/15/celebs-undercover-famous-people-you-never-knew-were-latino/?intcmp=related\" title=\"Latinos Undercover: Celebs You Never Guessed Had Hispanic Blood, S&iacute; Se&ntilde;or!\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Bella Thorne Latina.jpg?ve=1&tl=1\" alt=\"Bella Thorne Latina.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/entertainment/slideshow/2014/09/15/celebs-undercover-famous-people-you-never-knew-were-latino/?intcmp=related\">Latinos Undercover: Celebs You Never Guessed Had Hispanic Blood, Sí Señor!</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div></div>\n\t</div><!-- /sect -->\n\t\t\t\n\t\t\n        <div class=\"OUTBRAIN\" data-src=\"http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\" data-widget-id=\"AR_16\" data-ob-template=\"foxnewslatino\" ></div><!-- /outbrain -->\n\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\t\t\t<div id=\"recommendations-mod\"></div>\n\t\t\t<div class=\"sect\">\n\t\t\t\t<div class=\"related-media related-block social-media-block\">\n\t\t\t\t\t<h2>Share This Article</h2>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"social-fb\"></li>\n\t\t\t\t\t\t<li class=\"social-tw\"></li>\n\t\t\t\t\t\t<li class=\"social-gg\"><g:plusone size=\"tall\"></g:plusone></li>\n\t\t\t\t\t\t<li class=\"social-su\"></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"recommendations-video-mod-2\"></div>\n\t\t\t</div>\n\t\t</div><!-- /entry-content -->\n\t</div><!-- /introduction -->\n    <div id=\"commenting\">\n\t   \t<ul>\n\t\t\t<li><a href=\"#content\">View Article</a></li><!-- added: anchor -->\t\t\t\n\t\t</ul>\t\t\n\t\t<div id=\"comments-holder\"> \n\t\t\t<div id=\"disqus_thread\"> \n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript=foxnation\">comments powered by Disqus.</a></noscript> \n\t\t\t</div> \n\t\t\t<p class=\"login-link\">You must <a herf=\"#\">login</a> to comment.</p> \n\t\t</div> \t\t\n\t\t<p class=\"standalone\"><a href=\"#content\">View Article</a></p><!-- added: anchor -->\n\t</div><!-- /commenting -->\n\t<div id=\"comments-section\">\t\n\t\t<!-- This Quigo Ad only appears for article section -->\n\t\t<div id=\"ad_call_3\" style=\"display:none;\"><div class=\"ad qu\" id=\"qu_story_3\"><script>try { jQuery.ad.goog.adsense.embed({qid:\"story_3\"}); } catch(err) { }</script></div></div><!-- This Quigo Ad only appears for comments section -->\n\t</div><!-- /comments-section -->     \n </article><!-- /article-section -->\t\n<!-- ********************** ARTICLE END ********************** -->\n</div></div>\n</div>\n<div class=\"g-13 g-last\">\n\t<div class=\"component\"><div><div><div class=\"c connect t--1ms\"  >\n\t\t<h2 class=\"title\">Follow Fox News Latino</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"m\"><img class=\"unloaded_img\" src=\"http://a57.foxnews.com/global.fncstatic.com/static/v/all/img/60/60/av-fn-latino.png?ve=1&tl=1\" dest_src=\"http://a57.foxnews.com/global.fncstatic.com/static/v/all/img/60/60/av-fn-latino.png?ve=1&tl=1\" alt=\"\" original=\"http://www.foxnews.com/static/all/img/clear.gif\"></div> \n\t<h4>Get Our Free Newsletter</h4> \n\t\t<form action=\"#\" name=\"newsletterform\" id=\"newsletter_form\" method=\"get\" data-list=\"Latino\"> \n\t\t\t<fieldset> \n\t\t\t<legend>Newsletter Signup</legend> \n\t\t\t<input type=\"text\" value=\"Enter Email Address\" name=\"signup\"> \n\t\t\t<input type=\"hidden\" value=\"3DC725E303A24F8DA102192D9D5143D9\" name=\"slid\" id=\"slid_0\"> \n\t\t\t<input type=\"submit\" value=\"Sign Up\" name=\"signup\"> \n\t\t\t</fieldset> \n\t\t\t<div>&nbsp;</div> \n\t\t</form> \n\t\t<div> \n\t\t\t<div class=\"fb-like\">\n\t\t\t\t<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" style=\"border:none; overflow:hidden; width:100px; height:24px;\" src=\"http://www.facebook.com/plugins/like.php?app_id=117104765059228&amp;href=http://www.facebook.com/FoxNewsLatino&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=24\"></iframe>\n\t\t\t</div> \n\t\t\t<a href=\"https://twitter.com/foxnewslatino\" class=\"twitter-follow-button\" data-show-count=\"false\" data-lang=\"en\"></a>\n\t\t</div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame1-300x250\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c t--1ms\"  >\n\t\t<h2 class=\"title\">More Stories</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<!-- rr-pop-fn-latino.html--><div class=\"side-bar-stories m-l\">\n\n<ul class=\"dv-encap\">\n    <li class=\"dv-item  article-ct dv-item-first\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/nyc-mayor-de-blasio-met-by-boos-jeers-during-nypd-graduation-ceremony/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/NYC%20Police%20Graduation.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/nyc-mayor-de-blasio-met-by-boos-jeers-during-nypd-graduation-ceremony/\">NYC Mayor de Blasio met by boos, jeers during NYPD graduation ceremony\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/24/gps-used-to-track-some-migrants-caught-crossing-us-mexico-border-illegally/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Immigration%20GPS%20Latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/24/gps-used-to-track-some-migrants-caught-crossing-us-mexico-border-illegally/\">GPS used to track some migrants caught crossing U.S.-Mexico border illegally\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/29/boyfriend-missing-teen-found-wandering-arizona-interstate/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Leah%20Costa%20Latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/29/boyfriend-missing-teen-found-wandering-arizona-interstate/\">Boyfriend of missing teen found wandering Arizona interstate\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/white-middle-school-teacher-in-bronx-files-discrimination-suit-against-nyc/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Middle%20School%20latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/white-middle-school-teacher-in-bronx-files-discrimination-suit-against-nyc/\">White middle school teacher in the Bronx files discrimination suit against NYC\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/11/19/move-over-kim-kardashian-indianara-carvalho-crowned-miss-bumbum-2014/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/lifestyle/156/88/BumBum%20Carvalho%20Wins.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/11/19/move-over-kim-kardashian-indianara-carvalho-crowned-miss-bumbum-2014/\">Move over Kim Kardashian, Indianara Carvalho crowned Miss BumBum 2014\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/12/30/blood-on-sand-female-matador-four-others-gored-by-enormous-bull-in-mexico-city/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Mexico%20bullfighter%20crop.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/12/30/blood-on-sand-female-matador-four-others-gored-by-enormous-bull-in-mexico-city/\">Blood on the sand: Female matador, four others gored by enormous bull in Mexico City\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/entertainment/2014/12/31/antonio-banderas-on-his-new-girlfriend-are-in-process-getting-to-know-each/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Antonio%20Banderas%20Nicole%20Kimpel.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/entertainment/2014/12/31/antonio-banderas-on-his-new-girlfriend-are-in-process-getting-to-know-each/\">Antonio Banderas on his new girlfriend: 'We are in the process of getting to know each other'\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct dv-item-last\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2015/01/02/forget-fireworks-mexico-popocatepetl-volcano-puts-on-explosive-new-year-show/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/lifestyle/156/88/Popocatepetl.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2015/01/02/forget-fireworks-mexico-popocatepetl-volcano-puts-on-explosive-new-year-show/\">Forget fireworks, Mexico's Popocat&eacute;petl volcano puts on an explosive New Year's show\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n</ul>\n</div>\n</div>\n\t\t</div>\n   </div><div><div class=\"c c-var-12 c-bdr-1 t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div id=\"ad_call_4\"><div class=\"ad qu\" id=\"qu_story_4\"></div></div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame2-300x100\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div></div></div>\t\n</div>\n<div class=\"g-41 section-featured g-last\">\n\t<div class=\"component\"><div><div><div class=\"c t--1ms\"  >\n\t\t<h2 class=\"title\">Also on the web</h2>\n\t\t</div>\n   </div></div></div>\n\t<div class=\"component\"><div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.mundofox.com/noticias\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-noticiasmundo.jpg\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/noticias/avion-de-airasia-no-tenia-permiso-para-volar-el-dia-del-accidente-21011\"  target=\"_blank\" rel=\"nofollow\">\n\t\tAvión de AirAsia no tenía permiso para volar el día de su desaparición </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Según informaciones de un medio internacional, el avión de AirAsia que impactó en el mar de Indonesia este domingo no tenía licencia para volar ese día.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/barack-obama-y-enrique-pena-nieto-se-reuniran-en-la-casa-blanca-para-tratar-relaciones\"  target=\"_blank\" rel=\"nofollow\">\n\t\tBarack Obama y Enrique Peña Nieto se reunirán en la Casa Blanca para tratar relaciones bilaterales </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Este fin de semana el presidente de Estados Unidos Barack Obama recibirá en la Casa Blanca al presidente de México, Enrique Peña Nieto.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/policia-en-atlanta-es-investigado-por-disparar-accidentalmente-contra-su-esposa-21015\"  target=\"_blank\" rel=\"nofollow\">\n\t\tPolicía en Atlanta es investigado por disparar \"accidentalmente\" contra su esposa </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"El jefe de la policía de una ciudad en el Sur de Atlanta está siendo investigado luego de disparar presuntamente contra su esposa.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/cuba-esta-lista-para-celebrar-los-56-anos-de-la-revolucion-en-la-isla-21019\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCuba está lista para celebrar los 56 años de la revolución en la Isla </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Este año los ciudadanos de Cuba además de festejar los 56 años de la revolución cubana, celebrarán la histórica decisión de su gobierno de reaunudar las relaciones diplomáticas con Estados Unidos,...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/casos-de-autoridades-involucradas-en-crimenes-esta-acabando-con-la-confianza-de-los\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCasos de autoridades involucradas en crímenes está acabando con la confianza de los ciudadanos mexicanos </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"La confianza de los ciudadanos mexicanos en su gobierno y el ejército es cada vez menor. Los casos en los que las autoridades están también involucrados en los crímenes y actos violentos acaban...\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.tmz.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-tmz.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/30/sofia-vergara-engagement-ring-joe-manganiello-engaged-photo/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSofia Vergara -- Engaged to Joe Manganiello ... But Don't Tell Her Finger! (PHOTO)</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Modern Family star Sofia Vergara is engaged to marry one of the hottest guys in town ... so why is she hiding her massive engagement ring? True Blood star Joe Manganiello popped the question over...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/salma-hayek-bikini-body-photo-st-barts/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSalma Hayek -- Mama Mia ... That's Some Body! (PHOTO)</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Salma Hayek is not one to flaunt her curves -- we rarely see her rocking little black bikinis -- which is why we're showing you these pics of her ... rocking a little black bikini.Salma was...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/jennifer-lopez-drunk-driver-charged-hit-and-run-rolls-royce/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tJennifer Lopez -- Drunk Driver Nailed ... That's How the D.A. Rolls</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"The guy who smashed into Jennifer Lopez's brand new Rolls-Royce was bombed -- nearly twice the legal limit -- and now could face time behind bars ... according to prosecutors.The L.A. County...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/christina-aguilera-disneyland-fight-mickey-mouse-birthday/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tChristina Aguilera -- Disneyland Tantrum ... Calls Mickey an A**hole</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Christina Aguilera is not in the Christmas spirit ... she spent her birthday in The Happiest Place On Earth ...&#160;in a heated argument with Mickey Mouse ... TMZ has learned.Our theme park...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/28/jose-canseco-gunshot-finger-making-incredible-recovery-says-ex-jessica-canseco/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tJose Canseco -- Gunshot Finger Making Incredible Recovery ... Says Ex</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"The finger Jose Canseco SHOT OFF HIS HAND is almost as good as new ... so says the MLB star's ex-wife who just showed TMZ Sports some pretty gnarly never-before-seen pics of Jose's progress....\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2 g-last\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.digibunch.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-digi-bunch-b.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/jDy7HDraXC0/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t31 Hilarious Kids Who Know Exactly What They Want In Life</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-20T16:00:49Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/VxZgww9IeoM/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t11 Babies That Hilariously Look Just Like Celebrities</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-18T19:00:09Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 11 Babies That Hilariously Look Just Like Celebrities appeared first on DigiBunch.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/x8vTJeS-aws/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t23 People Who Will Make You Feel Brilliant</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-18T16:00:23Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 23...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/TBgDLwZcWco/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t27 Cats That Look Like Something Else</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-17T16:00:42Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/dArdow8FX-Y/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t21 Animals With Unique and Adorable Markings</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-14T22:00:29Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 21 Animals With...\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://msn.foxsports.com/fse \" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-foxdeportes.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/laliga/story/iniesta-defiende-calidad-de-messi\"  target=\"_blank\" rel=\"nofollow\">\n\t\tIniesta no comprende ataques a Messi</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T06:11:07Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Messi ha recibido muchos ataques de la afición argentina,Iniesta no comprende\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/baloncesto/story/pau-gasol-no-descarta-su-salida\"  target=\"_blank\" rel=\"nofollow\">\n\t\tGasol dice que D'Antoni está 'estropeando' su temporada</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-05T20:52:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Pau Gasol no descarta una salida de los Lakers a final de temporada\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/futbol/story/brasil-e-inglaterra-enfrentados\"  target=\"_blank\" rel=\"nofollow\">\n\t\tInglaterra derrota a Brasil </a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T02:21:53Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"En el regreso de sus figuras Brasil no pudo con Inglaterra\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/nba/story/rockets-meten-23-triples-y-ganan\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCon 23 triples los Rockets aplastaron a los Warriors</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T04:37:31Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Rockets logran 23 triples\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://msn.foxsports.com/fse/nfl/gallery/Gisele-Bundchen-cuida-a-Tom-Brady\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSexygalería: Gisele Bundchen, consiente mucho a Tom Brady</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2012-09-26T20:20:39Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Galería: Danica Patrick hace sudar a aficionados yrivales\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://articles.mamaslatinas.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-mamaslatinas.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l\">\n\n<ul class=\"dv-encap\">\n    <li class=\"dv-item dv-item-first\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132853/chiquis_rivera_new_years_selfie?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Chiquis Rivera shares heartbreaking message about mom Jenni Rivera</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132846/latino_celebs_new_years_photos?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">10 Latino celeb New Years bashes that made us jealous!</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/style/132796/latina_fashion_mistakes_stop_making?utm_medium=sm&utm_source=rss&utm_content=style_rssfeed\" rel=\"external\">10 Fashion myths Latinas need to stop believing</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132841/mila_kunis_ashton_kutcher_married?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Ashton Kutcher and Mila Kunis may be married!</a>\n    </li>\n    <li class=\"dv-item dv-item-last\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132845/kim_kardashian_twitter_rant_nye?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Kim Kardashian addresses ALL the rumors in New Year's Twitter rant</a>\n    </li>\n</ul>\n</div>\n</div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2 g-last\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.latina.com/\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-latina.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/exclusive-pitbull-talks-performing-new-years-eve\"  target=\"_blank\" rel=\"nofollow\">\n\t\tEXCLUSIVE: Pitbull Talks Performing for NYE &amp; Bringing &quot;Flavor&quot; to 2015</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Growing up, many bilingual Latinos were caught between watching New Year’s Eve specials on Spanish network television with the family and counting down with Dick Clark live from Times Square in...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/zoe-saldana-reveals-names-her-twins\"  target=\"_blank\" rel=\"nofollow\">\n\t\tZoe Saldaña Reveals the Names of Her Twins!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"So adorable! New mami Zoe Saldaña posted a snap of pacifiers and bottles on her Instagram, letting her fans finally in on the names of her twin boys.  \">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/how-your-favorite-celebs-celebrated-new-year\"  target=\"_blank\" rel=\"nofollow\">\n\t\tHow Your Favorite Celebs Celebrated the New Year!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"It's 2015, y'all! And whether you celebrated with a simple champagne toast or a full-on soiree, the new year marks a fresh start. Take a look at how some of your favorite celebrities celebrated...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/celebrity/wwe-rosa-mendes-total-divas-interview\"  target=\"_blank\" rel=\"nofollow\">\n\t\tEXCLUSIVE: WWE&#039;s Rosa Mendes Talks &#039;Total Divas&#039; &amp; Her Costa Rican Roots</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"WWE Diva, Rosa Mendes, is proof that you can make your dreams come true.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/celebrity/sofia-vergara-instagram-selfies-photos\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSofia Vergara&#039;s Best Selfies, Ever!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"When it comes to social media, Sofia Vergara isn't afraid to show-off her wild side.\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div></div></div>\n</div></div>    \n\t\t<footer id=\"section-footer\">\n\t<div>\n\t\t<div class=\"g-41 g-last\">\n\t\t\t<div class=\"g-11\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"m\"><a href=\"//latino.foxnews.com\"><img src=\"//global.fncstatic.com/static/v/fn-latino/img/logo-latino-4.png\" alt=\"\"></a></div>\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-14 -->\n\t\t\t<div class=\"g-14\">\n\t\t\t\t<div class=\"c c-bdr-4 c-hrz\">\n\t\t\t\t\t<h2 class=\"title\">Sections</h2>\n\t\t\t\t\t<div class=\"c-body\">\n\t\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//video.latino.foxnews.com/\">Video</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/news/index.html\">News</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/politics/index.html\">Politics</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/opinion/index.html\">Opinion</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/entertainment/index.html\">Entertainment</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t\t<div class=\"c-item c-item-last\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/sports/index.html\">Sports</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/health/index.html\">Health</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/lifestyle/index.html\">Lifestyle</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"/money/index.html\">Money</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"/espanol/index.html\">Espa&ntilde;ol</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">About</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"//www.foxnews.com/other/termsofuse.html\">Terms of Use</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxnews.com/other/privacy.html\">Privacy Statement</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxnews.com/about/privacy-policy/#ad-choice\">Ad Choices</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"mailto:editorial@foxnewslatino.com\">Contact Us</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//www.foxnews.com/fncu\">Internships - FNCU</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7 g-last\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Networking</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list dv-list-3 dv-social-media\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\">\n\t\t\t\t\t\t\t\t\t<span class=\"one\">&nbsp;</span> <strong><a href=\"//www.facebook.com/FoxNewsLatino\">Facebook</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"two\">&nbsp;</span> <strong><a href=\"//www.twitter.com/FoxNewsLatino\">Twitter</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\">\n\t\t\t\t\t\t\t\t\t<span class=\"five\">&nbsp;</span> <strong><a href=\"//feeds.latino.foxnews.com/home/feed\">RSS</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t</div>\n\t\t<div class=\"c m-l m-7\">\n\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t<div class=\"dv-feature\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t<p class=\"summary\">This material may not be published, broadcast, rewritten, or redistributed. &copy;2014 FOX News Network, LLC. All rights reserved.</p>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div><!-- /dv-feature -->\n\t\t\t</div><!-- /c-item -->\n\t\t</div>\n\t</div>\n</footer><!-- /section-footer --><div itemscope itemtype=\"http://schema.org/Organization\">\n\t         <meta itemprop=\"name\" content=\"2013 FOX News Network, LLC. All rights reserved.\">\n\t    \t <meta itemprop=\"email\" content=\"newsmanager@foxnews.com\">\n\t     \t <meta itemprop=\"image\" content=\"global.fncstatic.com/static/v/fn-latino/img/logo-latino.jpg\"/>\n\t</div>\n<script type=\"text/javascript\"> jQuery.ad.pre(); FOX.site.bottomInit();</script>\n\t\t<noscript>\n <img src=\"http://metrics.foxnews.com/b/ss/foxnewsfoxlatino/1/H22.1--NS/1420285576019?pageName=noscript:entertainment:front:article&g=http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-801796h&amp;cg=0&amp;cc=1&amp;si=http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/&amp;ts=noscript&amp;rnd=1420285576019\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9013181&c3=&c4=http://latino.foxnews.com/latino/entertainment/2014/12/29/how-oscar-isaac-and-jessica-chastain-went-about-bringing-to-life-most-violent/&c5=&c6=&c15=&cv=2.2&cj=1\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n</noscript> \t\n</body>\t\n</html>"
  },
  {
    "path": "tests/data/html/foxnews.com2.html",
    "content": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xml:lang=\"en\" lang=\"en\" itemscope itemtype=\"http://schema.org/NewsArticle\">\t\n\t<head profile=\"http://dublincore.org/documents/dcq-html/\">\n\t\t <!-- This page is generated from portal v8-www7 -->\n\t\t<link href=\"/static/v/all/css/ag.base.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">\n\t<script type=\"text/javascript\">\n\tvar FOX_pagedescriptor = window.FOX_pagedescriptor = {breadcrumb:\n\t\"/latino-news\", isMgmt: \"false\", site: \"fn-latino\" };\n</script>\n<script src=\"/static/v/all/js/ag.jquery.js?201412291038\"></script>\n<script src=\"http://ads.foxnews.com/js/ad.js\"></script>\n<script src=\"/static/v/all/js/ag.base.js?201412291038\"></script><link rel=\"schema.dc\" href=\"http://purl.org/dc/elements/1.1/\"> \n<link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\"> \n<link rel=\"schema.prism\" href=\"http://prismstandard.org/namespaces/basic/2.1/\"> \n<link rel=\"schema.iptc\" href=\"http://iptc.org/std/nar/2006-10-01/\"> \n<title>Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby | Fox News Latino</title>\n\t\t\t \t<meta name=\"dc.title\" content=\"Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby\">\n<meta name=\"dc.creator\" content=\"\">\n<meta itemprop=\"description\" name=\"description\" content=\"They met at a mall and then went to Salinas’ home, where she said she had more items to give her.\">\n<meta name=\"dc.description\" content=\"They met at a mall and then went to Salinas’ home, where she said she had more items to give her.\">\n<meta name=\"dcterms.abstract\" content=\"They met at a mall and then went to Salinas’ home, where she said she had more items to give her.\">\n<meta name=\"dc.publisher\" content=\"Fox News Latino\">\n<meta name=\"dc.source\" content=\"Fox News Latino\">\n<meta name=\"dc.date\" content=\"2014-12-23\">\n<meta name=\"dcterms.created\" scheme=\"dcterms.ISO8601\" content=\"2014-12-23 10:24:05 EST\">\n<meta name=\"dcterms.modified\" scheme=\"dcterms.ISO8601\" content=\"2014-12-23 10:24:05 EST\">\n<meta name=\"dc.type\" scheme=\"dcterms.DCMIType\" content=\"Text.Article\">\n<meta name=\"prism.genre\" content=\"\">\n<meta name=\"dc.identifier\" scheme=\"dcterms.URI\" content=\"urn:uuid:6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\">\n<link rel=\"shorturl\" href=\"http://fxn.ws/1whwoKT\">\n<link rel=\"canonical\" href=\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\">\n<meta name=\"keywords\" content=\"Rio Grande,Tamaulipas,Rio,Mexico,Once,mother died,abortion,Texas,baby,house,Salinas,Facebook\">\n<meta name=\"dc.subject\" content=\"Rio Grande,Tamaulipas,Rio,Mexico,Once,mother died,abortion,Texas,baby,house,Salinas,Facebook \">\n<meta name=\"prism.aggregationType\" content=\"front\">\n<meta name=\"prism.channel\" content=\"fnl\">\n<meta name=\"prism.section\" content=\"news\">\n<meta name=\"prism.subsection1\" content=\"\">\n<meta name=\"prism.subsection2\" content=\"\">\n<meta name=\"prism.subsection3\" content=\"\">\n<meta name=\"prism.subsection4\" content=\"\">\n<meta property=\"og:title\" content=\"Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby\">\n<meta property=\"og:description\" content=\"They met at a mall and then went to Salinas’ home, where she said she had more items to give her.\">\n<meta property=\"og:type\" content=\"article\">\n<link rel=\"image_src\" href=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/0/0/cartas%202.jpg?ve=1&tl=1\">\n<meta property=\"og:image\" content=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/0/0/cartas%202.jpg\">\n<meta property=\"og:image\" content=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/0/0/cartas%20facebook.jpg\">\n<meta property=\"og:url\" content=\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\">\n<meta property=\"og:site_name\" content=\"Fox News Latino\">\n<meta property=\"fb:app_id\" content=\"155493694485141\">\n<meta name=\"dc.contributor\" content=\"\">\n<meta name=\"column\" content=\"\">\n<meta name=\"classification\" content=\"LANGUAGES/English\">\n<meta name=\"classification-isa\" content=\"\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@foxnewslatino\">\n<meta name=\"language\" content=\"\">\n<meta name=\"livefyreconfig\" collectionMeta=\"eyJhbGciOiJIUzI1NiJ9.eyJ0YWdzIjoiLExBVElOTyxMQU5HVUFHRVMsRW5nbGlzaCIsInRpdGxlIjoiVGVlbiBkZXNwZXJhdGUgZm9yIGEgYmFieSBraWxscyB3b21hbiB3aG8gd2FzIDggbW9udGhzIHByZWduYW50LCBjdXRzIG91dCBiYWJ5IiwiY2hlY2tzdW0iOiJkYTM2NDJjZDRmOWM0ZTFkMmY2MDQ1ZWFjNWYwZjdiMyIsImFydGljbGVJZCI6IjZkODA3MmIyYzk3N2E0MTBWZ25WQ00xMDAwMDBkN2MxYThjMFJDUkQiLCJ1cmwiOiJodHRwOi8vbGF0aW5vLmZveG5ld3MuY29tL2xhdGluby9uZXdzLzIwMTQvMTIvMjMvdGVlbi1kZXNwZXJhdGUtZm9yLWJhYnkta2lsbHMtOC1tb250aC1wcmVnbmFudC13b21hbi1hbmQtdW5ib3JuLWNoaWxkLWluLW1leGljby8ifQ.QDdZEYwpxOH29K4gI-8vjA7ljYG24Q9tiXYNlOJZbmY\" checksum=\"da3642cd4f9c4e1d2f6045eac5f0f7b3\" articleId=\"6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\" siteId=\"310356\">\n<meta name=\"parsely-page\" content='{\"title\":\"Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby\",\"link\":\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\",\"image_url\":\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/0/0/cartas%202.jpg?ve=1&tl=1\",\"type\":\"article\",\"post_id\":\"6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"news\",\"pub_date\":\"2014-12-23T15:24:05Z\",\"tags\":[\"LANGUAGES/English\"]}'>\n<meta name=\"parsely-metadata\" content='{\"title\":\"Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby\",\"link\":\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\",\"image_url\":\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/0/0/cartas%202.jpg?ve=1&tl=1\",\"type\":\"article\",\"identifier\":\"6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\",\"section\":\"news\",\"pub_date\":\"2014-12-23T15:24:05Z\",\"tags\":[\"LANGUAGES/English\"]}'>\n<meta name=\"dc.format\" scheme=\"dcterms.IMT\" content=\"text/html\">\n<meta name=\"dc.language\" scheme=\"dcterms.RFC4646\" content=\"en-US\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"content-language\" content=\"en\">\n<link rel=\"icon\" href=\"/static/v/fn-latino/img/favicon.png\" type=\"image/png\">\n<link rel=\"shortcut icon\" href=\"/static/v/fn-latino/img/favicon.ico\">\n<link href=\"/static/v/fn-latino/site/css/site.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<link href=\"/static/v/all/css/article.3.0.css?201412291038\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\">\n\t\t<script src=\"/static/v/fn-latino/ch/js/ag.latino-news.js?201412291038\"></script>\t\t \n\t\t<script src=\"/static/v/all/js/article.3.0.js?201412291038\"></script>\n\t\t<!--[if lt IE 9]>\n\t<script src=\"/static/v/all/js/html5shiv.js\"></script> \n\t<link rel=\"stylesheet\" href=\"/static/v/fn-latino/site/css/ie.css\" type=\"text/css\">\n<![endif]-->\n\n<script> FOX.site.topInit(); </script></head>\n\t<body>\n\t\t<header id=\"section-head\">\n\t<div>\n\t\t<div class=\"branding\"><a href=\"//latino.foxnews.com/\"><img src=\"//global.fncstatic.com/static/v/fn-latino/img/logo-latino.jpg\" alt=\"Fox News Latino - Fair &amp; Balanced\"></a></div>\n\t\t<div id=\"util\">\n\t\t\t<div>\n\t\t\t\t<nav>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"fn\"><a href=\"//www.foxnews.com/\">Fox News</a></li>\n\t\t\t\t\t\t<li class=\"fb\"><a href=\"//www.foxbusiness.com/\">Fox Business</a></li>\n\t\t\t\t\t\t<li class=\"lat active\"><a href=\"//latino.foxnews.com/\">Fox News Latino</a></li>\n\t\t\t\t\t\t<li class=\"fn-go\"><a href=\"//www.foxnewsgo.com/\">Fox News Go</a></li>\n\t\t\t\t\t\t<li class=\"fr\"><a href=\"//radio.foxnews.com/\">Fox News Radio</a></li>\n\t\t\t\t\t\t<li class=\"nat\"><a href=\"//nation.foxnews.com/\">Fox Nation</a></li>\n\t\t\t\t\t\t<li class=\"fni\"><a href=\"//foxnewsinsider.com/\">Fox News Insider</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</nav>\n\t\t\t\t<div id=\"account\" class=\"inactive\">\n\t\t\t\t\t<ul id=\"authentication\">\n\t\t\t\t\t\t<li><a href=\"#\">Login</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"username\">\n\t\t\t\t\t\t<div class=\"user\">\n\t\t\t\t\t\t\t<img src=\"//global.fncstatic.com/static/v/all/img/head/profile.png\" alt=\"\">\n\t\t\t\t\t\t\t<span>Account</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"user-options\">\n\t\t\t\t\t\t\t<p>You're logged in as <span>&nbsp;</span></p>\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"first\"><a href=\"#\">Profile</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"#\">Logout</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"uo-data\">\n\t\t\t<div id=\"search-site\">\t\t\n\t\t\t\t<p class=\"time-stamp\"></p>\n\t\t\t\t<form action=\"http://latino.foxnews.com/search-results/search\" method=\"get\">\n\t\t\t\t\t<fieldset>\n\t\t\t\t\t\t<legend>Search Site</legend>\n\t\t\t\t\t\t<input type=\"text\" name=\"q\" size=\"50\" value=\"\">\n\t\t\t\t\t\t<input type=\"submit\" name=\"submit\" class=\"btn-lrg\" value=\"Search\">\n\t\t\t\t\t</fieldset>\n\t\t\t\t</form>\n\t\t\t</div>\n\t\t\t<div id=\"social-media\">\n\t\t\t\t<a class=\"fbk\" href=\"https://www.facebook.com/FoxNewsLatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"google\" href=\"https://plus.google.com/101717521308560751954/posts\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"twt\" href=\"https://twitter.com/foxnewslatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"instagram\" href=\"http://instagram.com/foxnewslatino\" target=\"_blank\"></a>\n\t\t\t\t<a class=\"rss\" href=\"http://feeds.latino.foxnews.com/home/feed\" target=\"_blank\"></a>\n\t\t\t</div>\n\t\t</div>\n\t\t<div id=\"headlines\">\n\t\t\t<div class=\"c c-bdr-1\">\n\t\t\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t\t<div class=\"dv-list\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<nav id=\"main\">\n\t\t<ul>\n\t\t\t<li><a href=\"/index.html\">Home</a></li>\n\t\t\t<li><a href=\"//video.latino.foxnews.com/\">Video</a></li>\n\t\t\t<li><a href=\"/news/index.html\">News</a></li>\n\t\t\t<li><a href=\"/politics/index.html\">Politics</a></li>\n\t\t\t<li><a href=\"/money/index.html\">Money</a></li>\n\t\t\t<li><a href=\"/opinion/index.html\">Opinion</a></li>\n\t\t\t<li><a href=\"/entertainment/index.html\">Entertainment</a></li>\n\t\t\t<li><a href=\"/sports/index.html\">Sports</a></li>\n\t\t\t<li><a href=\"/health/index.html\">Health</a></li>\n\t\t\t<li><a href=\"/lifestyle/index.html\">Lifestyle</a></li>\n\t\t\t<li><a href=\"/espanol/index.html\">Espa&ntilde;ol</a></li>\n\t\t</ul>\n\t</nav><!-- /main -->\n</header><!-- /section-head --><script>var FOX_page_timestamp = 'Saturday, January 3, 2015 as of 6:45 AM EST'; </script>\n\n\t<div id=\"headline-callout\"></div>\n\t<div id=\"section-branding\">\n\t    <div class=\"banner\"></div>\n\t\t<div class=\"component\">\n\t\t<div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"top-728x90\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   </div>\n     </div>\n    </div>\n        </div></div></div>\n\t</div><!-- /section-branding -->\n<div id=\"section-content\">\n\t\t\t<div class=\"g-41 g-last\">\n\t<div class=\"component\"><div></div></div>\n\t<div class=\"component\"><div></div></div>\n</div>\n<div class=\"g-28\">\n\t<div class=\"component\">\n\t\t<div><!-- ********************** ARTICLE START ********************** -->\n\n\t<script type=\"text/javascript\">\n\t\tvar vcmArticleInfo = {\n\t\t\tvcmId: \"6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\",\n\t\t\turl: \"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\",\n\t\t\tpubDate:\"December 23, 2014\",\n\t\t\tmyTopChannelName:\"latino-news\",\n\t\t\tsummary:\"<p>They met at a mall and then went to Salinas\\u2019 home, where she said she had more items to give her.<\\/p>\",\n\t\t\tbaynoteOrOutbrain:\"outbrain\",\n\t\t\tcommenting: \"true\"\n\t\t};\n\t\tvar disqus_identifier = \"6d8072b2c977a410VgnVCM100000d7c1a8c0RCRD\";\n\t\tvar disqus_category_id = \"479042\";\n\t\tvar disqus_developer = 1;\n\t</script>\n <article id=\"article-section\" itemid=\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\">\n\t  <h1 id=\"article-title\" itemprop=\"name\">Teen desperate for a baby kills woman who was 8 months pregnant, cuts out baby</h1>\t\n\t \n\t  <div class=\"article-info\">\t  \n\t\t<time itemprop=\"datePublished\" pubdate datetime=\"2014-12-23T10:24-05:00\">Published December 23, 2014</time><div itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><a itemprop=\"name\" href=\"http://latino.foxnews.com/index.html\">Fox News Latino</a></div></div>\n\t  \n\t  \t  \n\t  \n\t  <div id=\"introduction\">\n\t\t<div class=\"entry-content\">\n\t\t<div class=\"slideshow-block\">\n\t\t\t\t\t\t<div class=\"slideshow\" itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/MediaObject\">\n\t\t\t\t\t\t\t<ul class=\"encapsulate\">\n\t\t\t\t<li class=\"dv-item article-ct  dv-item-first\">\n\t\t\t\t\t\t\t       \t<div class=\"m\">\t\t\n\t\t\t\t\t\t\t \t\t\t<a href=\"#\" itemprop=\"url\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/660/371/cartas 2.jpg?ve=1&tl=1\" alt=\"cartas 2.jpg\" itemprop=\"image\"></a>\n\t\t\t\t\t\t\t \t\t</div>\t\t\t\n\t\t\t\t\t\t  \t\t\t<div class=\"summary\"> \t\n\t\t\t\t\t\t\t\t\t\t<p itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\">Nathaly Cartas Leon in an undated picture.<span class=\"source\" itemprop=\"name\">Facebook</span></p>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t<li class=\"dv-item article-ct  dv-item-last\">\n\t\t\t\t\t\t\t       \t<div class=\"m\">\t\t\n\t\t\t\t\t\t\t \t\t\t<a href=\"#\" itemprop=\"url\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/health/660/371/cartas facebook.jpg?ve=1&tl=1\" alt=\"cartas facebook.jpg\" itemprop=\"image\"></a>\n\t\t\t\t\t\t\t \t\t</div>\t\t\t\n\t\t\t\t\t\t  \t\t\t<div class=\"summary\"> \t\n\t\t\t\t\t\t\t\t\t\t<p itemprop=\"sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\">Nathaly Cartas Leon in an undated picture.<span class=\"source\" itemprop=\"name\">Facebook</span></p>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"controller\">\n\t\t\t\t\t\t\t<div class=\"controls\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"next\">Next Slide</a>\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"prev inactive\">Previous Slide</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t<div class=\"article-text\" itemprop=\"articleBody\">\t\t\t\n\t\t  \t<p>In a page taken from the most gruesome of books, a 17-year-old girl from Reynosa, Mexico lured an 8-months-pregnant woman to her home and killed her to try and steal her unborn baby.</p>\n\n<p>Nathaly Cartas Leon, 20, had “met” Guadalupe Salinas Hernández on Facebook and had gratefully accepted her offer to give the mom-to-be a few baby items she needed. They met at a mall and then went to Salinas’ home, where she said she had more stuff to give her.</p>\n\n<p>Once there, investigators said, Salinas beat Cartas to death with a blunt object and then proceeded to open her belly with a kitchen knife. The motive, police said: obsessive love. According to authorities, Salinas had an abortion back in June and had not told her boyfriend, who still believed she was pregnant and was looking forward to the birth.</p>\n\n<p>It is not clear whether Salinas’ abortion was intentional or not.</p>\n\n<p>After the gruesome killing and removal of the newborn, the teen hurried to the hospital and tried to save him, claiming the child was stillborn at home. But the fetus had stopped breathing when her mother died and could not be saved.&#160;</p>\n\n<p>It didn’t take much for the doctors at the hospital to realize that the baby had not come from Salinas’ womb and they contacted police.</p>\n\n<p>“I don’t regret it, I don’t regret,” <a href=\"http://www.latarde.com.mx/index.php?option=com_content&#38;view=article&#38;id=20562:obstinada-por-tener-un-hijo&#38;catid=45:policiaca&#38;Itemid=106\" target=\"_blank\">local newspapers</a> quote Salinas as saying. The body of the young mother was found in a shrub close to the killer’s house. Investigators are still trying to determine if she had an accomplice.</p>\n\n<p>Reynosa is a border city in the northern part of Tamaulipas, Mexico. It is located on the southern bank of the Rio Grande, directly across the border from Hidalgo, Texas.</p>\n\n<p><i>Like us on <b><a href=\"https://www.facebook.com/FoxNewsLatino\">Facebook</a></b></i><b><br />\n</b><i>Follow us on <b><a href=\"https://twitter.com/foxnewslatino\">Twitter</a> </b>&#38; <b><a href=\"http://instagram.com/foxnewslatino\">Instagram</a></b></i></p></div>\n\t\t  \t\n\t\t\t<div class=\"sect vert\">\n\t\t\t\t<div class=\"branding-adblock\">\n\t\t\t\t\t<ul><li><div></div></li></ul>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"sponsor-section\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"related-media\">\n\t\t\t\t\t<ul class=\"user-interaction\">\n\t\t\t\t\t\t<li class=\"print\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/print\"><span>&nbsp;</span> Print</a></li>\n\t\t\t\t\t\t<li class=\"email\"><a href=\"#\"><span>&nbsp;</span> Email</a></li>\n\t\t\t\t\t\t<li class=\"share\"><a href=\"#\"><span>&nbsp;</span> Share</a></li>\n\t\t\t\t\t\t<li class=\"comments\"><a href=\"#content\"><span>&nbsp;</span> Comments</a></li>\n\t\t\t\t\t\t<li class=\"recommend\"><a href=\"#\">Recommend</a></li>\n\t\t\t\t\t\t<li class=\"tweet\"><a href=\"#\">Tweet</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div class=\"rel-section m-7 video-ct\">\n    \t\t\t<h2>Related Video</h2>\n    \t<div class=\"video-ct\">\n    \t\t\t<p>\n\t\t\t        <a class=\"enclosure\" href=\"http://video.latino.foxnews.com/v/3896955440001/yuca-mash-with-spicy-peruvian-touch?intcmp=related\" type=\"image/jpeg\" rel=\"enclosure\" title=\"Yuca mash with spicy Peruvian touch\">\n\t\t\t            <span class=\"photo\"><img alt=\"\" src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/video/156/88/PKG0414-111714FNLTOWYUCAMASH-54AQ9DDA_FNC_111814_10-00.jpg?ve=1&tl=1\"></span>\n\t\t\t        </a>\n\t\t\t    </p>\n\t\t\t    <p class=\"fn\"><a href=\"http://video.latino.foxnews.com/v/3896955440001/yuca-mash-with-spicy-peruvian-touch?intcmp=related\">Yuca mash with spicy Peruvian touch</a></p>\n\t\t\t    <p class=\"summary\"></p>\n\t\t\t    </div>\n\t\t</div>\n\t\t<div class=\"related-media m-7 slideshow-ct\">\n\t\t\n\t<h2>Related Slideshow</h2><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/news/slideshow/2014/03/31/most-bizarre-border-busts/?intcmp=related\" title=\"The most bizarre border busts\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/5261537_G.jpg?ve=1&tl=1\" alt=\"5261537_G.jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/news/slideshow/2014/03/31/most-bizarre-border-busts/?intcmp=related\">The most bizarre border busts</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div><div class=\"slideshow-ct\"><p>\t\t\t\t\t\t\n\t\t\t\t<a class=\"enclosure\" rel=\"enclosure\" type=\"image/jpeg\" href=\"http://latino.foxnews.com/latino/news/slideshow/2014/12/19/best-pix-week/?intcmp=related\" title=\"Best pix of the week\">\n\t\t\t\t\t<span class=\"photo\"><img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Best Pix 12192014 (110).jpg?ve=1&tl=1\" alt=\"Best Pix 12192014 (110).jpg\"></span>\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t\t<p class=\"fn\"><a href=\"http://latino.foxnews.com/latino/news/slideshow/2014/12/19/best-pix-week/?intcmp=related\">Best pix of the week</a></p>\n\t\t\t<p class=\"summary\"></p>\t\n\t\t    </div></div>\n\t<dl class=\"related-mod\">\n\t\t\t\t<dt><span>Related</span> Stories</dt>\n\t\t\t\t<dd><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/12/23/mariachi-music-is-glue-that-brings-together-schools-parents-in-chicago/?intcmp=related\">Schools using mariachi music to bring together teachers, parents</a></dd>\n\t\t\t\t\t</dl>\n\t\t\t</div><!-- /sect -->\n\t\t\t\n\t\t\n        <div class=\"OUTBRAIN\" data-src=\"http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\" data-widget-id=\"AR_16\" data-ob-template=\"foxnewslatino\" ></div><!-- /outbrain -->\n\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\t\t\t<div id=\"recommendations-mod\"></div>\n\t\t\t<div class=\"sect\">\n\t\t\t\t<div class=\"related-media related-block social-media-block\">\n\t\t\t\t\t<h2>Share This Article</h2>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li class=\"social-fb\"></li>\n\t\t\t\t\t\t<li class=\"social-tw\"></li>\n\t\t\t\t\t\t<li class=\"social-gg\"><g:plusone size=\"tall\"></g:plusone></li>\n\t\t\t\t\t\t<li class=\"social-su\"></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"recommendations-video-mod-2\"></div>\n\t\t\t</div>\n\t\t</div><!-- /entry-content -->\n\t</div><!-- /introduction -->\n    <div id=\"commenting\">\n\t   \t<ul>\n\t\t\t<li><a href=\"#content\">View Article</a></li><!-- added: anchor -->\t\t\t\n\t\t</ul>\t\t\n\t\t<div id=\"comments-holder\"> \n\t\t\t<div id=\"disqus_thread\"> \n\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript=foxnation\">comments powered by Disqus.</a></noscript> \n\t\t\t</div> \n\t\t\t<p class=\"login-link\">You must <a herf=\"#\">login</a> to comment.</p> \n\t\t</div> \t\t\n\t\t<p class=\"standalone\"><a href=\"#content\">View Article</a></p><!-- added: anchor -->\n\t</div><!-- /commenting -->\n\t<div id=\"comments-section\">\t\n\t\t<!-- This Quigo Ad only appears for article section -->\n\t\t<div id=\"ad_call_3\" style=\"display:none;\"><div class=\"ad qu\" id=\"qu_story_3\"><script>try { jQuery.ad.goog.adsense.embed({qid:\"story_3\"}); } catch(err) { }</script></div></div><!-- This Quigo Ad only appears for comments section -->\n\t</div><!-- /comments-section -->     \n </article><!-- /article-section -->\t\n<!-- ********************** ARTICLE END ********************** -->\n</div></div>\n</div>\n<div class=\"g-13 g-last\">\n\t<div class=\"component\"><div><div><div class=\"c connect t--1ms\"  >\n\t\t<h2 class=\"title\">Follow Fox News Latino</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"m\"><img class=\"unloaded_img\" src=\"http://a57.foxnews.com/global.fncstatic.com/static/v/all/img/60/60/av-fn-latino.png?ve=1&tl=1\" dest_src=\"http://a57.foxnews.com/global.fncstatic.com/static/v/all/img/60/60/av-fn-latino.png?ve=1&tl=1\" alt=\"\" original=\"http://www.foxnews.com/static/all/img/clear.gif\"></div> \n\t<h4>Get Our Free Newsletter</h4> \n\t\t<form action=\"#\" name=\"newsletterform\" id=\"newsletter_form\" method=\"get\" data-list=\"Latino\"> \n\t\t\t<fieldset> \n\t\t\t<legend>Newsletter Signup</legend> \n\t\t\t<input type=\"text\" value=\"Enter Email Address\" name=\"signup\"> \n\t\t\t<input type=\"hidden\" value=\"3DC725E303A24F8DA102192D9D5143D9\" name=\"slid\" id=\"slid_0\"> \n\t\t\t<input type=\"submit\" value=\"Sign Up\" name=\"signup\"> \n\t\t\t</fieldset> \n\t\t\t<div>&nbsp;</div> \n\t\t</form> \n\t\t<div> \n\t\t\t<div class=\"fb-like\">\n\t\t\t\t<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" style=\"border:none; overflow:hidden; width:100px; height:24px;\" src=\"http://www.facebook.com/plugins/like.php?app_id=117104765059228&amp;href=http://www.facebook.com/FoxNewsLatino&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=24\"></iframe>\n\t\t\t</div> \n\t\t\t<a href=\"https://twitter.com/foxnewslatino\" class=\"twitter-follow-button\" data-show-count=\"false\" data-lang=\"en\"></a>\n\t\t</div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame1-300x250\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div><div><div class=\"c t--1ms\"  >\n\t\t<h2 class=\"title\">More Stories</h2>\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<!-- rr-pop-fn-latino.html--><div class=\"side-bar-stories m-l\">\n\n<ul class=\"dv-encap\">\n    <li class=\"dv-item  article-ct dv-item-first\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/nyc-mayor-de-blasio-met-by-boos-jeers-during-nypd-graduation-ceremony/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/NYC%20Police%20Graduation.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/nyc-mayor-de-blasio-met-by-boos-jeers-during-nypd-graduation-ceremony/\">NYC Mayor de Blasio met by boos, jeers during NYPD graduation ceremony\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/24/gps-used-to-track-some-migrants-caught-crossing-us-mexico-border-illegally/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Immigration%20GPS%20Latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/24/gps-used-to-track-some-migrants-caught-crossing-us-mexico-border-illegally/\">GPS used to track some migrants caught crossing U.S.-Mexico border illegally\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/29/boyfriend-missing-teen-found-wandering-arizona-interstate/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Leah%20Costa%20Latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/29/boyfriend-missing-teen-found-wandering-arizona-interstate/\">Boyfriend of missing teen found wandering Arizona interstate\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/white-middle-school-teacher-in-bronx-files-discrimination-suit-against-nyc/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Middle%20School%20latino.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/news/2014/12/30/white-middle-school-teacher-in-bronx-files-discrimination-suit-against-nyc/\">White middle school teacher in the Bronx files discrimination suit against NYC\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/11/19/move-over-kim-kardashian-indianara-carvalho-crowned-miss-bumbum-2014/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/lifestyle/156/88/BumBum%20Carvalho%20Wins.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/11/19/move-over-kim-kardashian-indianara-carvalho-crowned-miss-bumbum-2014/\">Move over Kim Kardashian, Indianara Carvalho crowned Miss BumBum 2014\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/12/30/blood-on-sand-female-matador-four-others-gored-by-enormous-bull-in-mexico-city/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/news/156/88/Mexico%20bullfighter%20crop.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2014/12/30/blood-on-sand-female-matador-four-others-gored-by-enormous-bull-in-mexico-city/\">Blood on the sand: Female matador, four others gored by enormous bull in Mexico City\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/entertainment/2014/12/31/antonio-banderas-on-his-new-girlfriend-are-in-process-getting-to-know-each/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/entertainment/156/88/Antonio%20Banderas%20Nicole%20Kimpel.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/entertainment/2014/12/31/antonio-banderas-on-his-new-girlfriend-are-in-process-getting-to-know-each/\">Antonio Banderas on his new girlfriend: 'We are in the process of getting to know each other'\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n    <li class=\"dv-item  article-ct dv-item-last\">\n          <div class=\"m\"><a href=\"http://latino.foxnews.com/latino/lifestyle/2015/01/02/forget-fireworks-mexico-popocatepetl-volcano-puts-on-explosive-new-year-show/\">\n          <img src=\"http://a57.foxnews.com/global.fncstatic.com/static/managed/img/fn-latino/lifestyle/156/88/Popocatepetl.jpg\" alt=\"\" />\n          </a></div>\n            <h3><a href=\"http://latino.foxnews.com/latino/lifestyle/2015/01/02/forget-fireworks-mexico-popocatepetl-volcano-puts-on-explosive-new-year-show/\">Forget fireworks, Mexico's Popocat&eacute;petl volcano puts on an explosive New Year's show\n              <span class=\"type type-article\"></span>\n            </a>\n            </h3>\n    </li>\n</ul>\n</div>\n</div>\n\t\t</div>\n   </div><div><div class=\"c c-var-12 c-bdr-1 t--1ms\"  >\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div id=\"ad_call_4\"><div class=\"ad qu\" id=\"qu_story_4\"></div></div></div>\n\t\t</div>\n   </div><div><div class=\"c c-bdr-1\">\n     <div class=\"c-item c-item-first\">\n       <div class=\"advert\">\n        <div class=\"ad dc\" id=\"frame2-300x100\">\n\t\t\t   \t\t</div>\t   \n\t\t\t   <p class=\"advert-txt advert-txt-3\">Advertisement</p></div>\n     </div>\n    </div>\n        </div></div></div>\t\n</div>\n<div class=\"g-41 section-featured g-last\">\n\t<div class=\"component\"><div><div><div class=\"c t--1ms\"  >\n\t\t<h2 class=\"title\">Also on the web</h2>\n\t\t</div>\n   </div></div></div>\n\t<div class=\"component\"><div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.mundofox.com/noticias\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-noticiasmundo.jpg\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/noticias/avion-de-airasia-no-tenia-permiso-para-volar-el-dia-del-accidente-21011\"  target=\"_blank\" rel=\"nofollow\">\n\t\tAvión de AirAsia no tenía permiso para volar el día de su desaparición </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Según informaciones de un medio internacional, el avión de AirAsia que impactó en el mar de Indonesia este domingo no tenía licencia para volar ese día.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/barack-obama-y-enrique-pena-nieto-se-reuniran-en-la-casa-blanca-para-tratar-relaciones\"  target=\"_blank\" rel=\"nofollow\">\n\t\tBarack Obama y Enrique Peña Nieto se reunirán en la Casa Blanca para tratar relaciones bilaterales </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Este fin de semana el presidente de Estados Unidos Barack Obama recibirá en la Casa Blanca al presidente de México, Enrique Peña Nieto.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/policia-en-atlanta-es-investigado-por-disparar-accidentalmente-contra-su-esposa-21015\"  target=\"_blank\" rel=\"nofollow\">\n\t\tPolicía en Atlanta es investigado por disparar \"accidentalmente\" contra su esposa </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"El jefe de la policía de una ciudad en el Sur de Atlanta está siendo investigado luego de disparar presuntamente contra su esposa.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/cuba-esta-lista-para-celebrar-los-56-anos-de-la-revolucion-en-la-isla-21019\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCuba está lista para celebrar los 56 años de la revolución en la Isla </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Este año los ciudadanos de Cuba además de festejar los 56 años de la revolución cubana, celebrarán la histórica decisión de su gobierno de reaunudar las relaciones diplomáticas con Estados Unidos,...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.noticiasmundofox.com/videos/casos-de-autoridades-involucradas-en-crimenes-esta-acabando-con-la-confianza-de-los\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCasos de autoridades involucradas en crímenes está acabando con la confianza de los ciudadanos mexicanos </a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"La confianza de los ciudadanos mexicanos en su gobierno y el ejército es cada vez menor. Los casos en los que las autoridades están también involucrados en los crímenes y actos violentos acaban...\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.tmz.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-tmz.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/30/sofia-vergara-engagement-ring-joe-manganiello-engaged-photo/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSofia Vergara -- Engaged to Joe Manganiello ... But Don't Tell Her Finger! (PHOTO)</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Modern Family star Sofia Vergara is engaged to marry one of the hottest guys in town ... so why is she hiding her massive engagement ring? True Blood star Joe Manganiello popped the question over...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/salma-hayek-bikini-body-photo-st-barts/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSalma Hayek -- Mama Mia ... That's Some Body! (PHOTO)</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Salma Hayek is not one to flaunt her curves -- we rarely see her rocking little black bikinis -- which is why we're showing you these pics of her ... rocking a little black bikini.Salma was...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/jennifer-lopez-drunk-driver-charged-hit-and-run-rolls-royce/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tJennifer Lopez -- Drunk Driver Nailed ... That's How the D.A. Rolls</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"The guy who smashed into Jennifer Lopez's brand new Rolls-Royce was bombed -- nearly twice the legal limit -- and now could face time behind bars ... according to prosecutors.The L.A. County...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/29/christina-aguilera-disneyland-fight-mickey-mouse-birthday/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tChristina Aguilera -- Disneyland Tantrum ... Calls Mickey an A**hole</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Christina Aguilera is not in the Christmas spirit ... she spent her birthday in The Happiest Place On Earth ...&#160;in a heated argument with Mickey Mouse ... TMZ has learned.Our theme park...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.tmz.com/2014/12/28/jose-canseco-gunshot-finger-making-incredible-recovery-says-ex-jessica-canseco/\"  target=\"_blank\" rel=\"nofollow\">\n\t\tJose Canseco -- Gunshot Finger Making Incredible Recovery ... Says Ex</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"The finger Jose Canseco SHOT OFF HIS HAND is almost as good as new ... so says the MLB star's ex-wife who just showed TMZ Sports some pretty gnarly never-before-seen pics of Jose's progress....\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2 g-last\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.digibunch.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-digi-bunch-b.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/jDy7HDraXC0/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t31 Hilarious Kids Who Know Exactly What They Want In Life</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-20T16:00:49Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/VxZgww9IeoM/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t11 Babies That Hilariously Look Just Like Celebrities</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-18T19:00:09Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 11 Babies That Hilariously Look Just Like Celebrities appeared first on DigiBunch.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/x8vTJeS-aws/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t23 People Who Will Make You Feel Brilliant</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-18T16:00:23Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 23...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/TBgDLwZcWco/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t27 Cats That Look Like Something Else</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-17T16:00:42Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://feedproxy.google.com/~r/digibunch/2014/~3/dArdow8FX-Y/\"  target=\"_blank\" rel=\"nofollow\">\n\t\t21 Animals With Unique and Adorable Markings</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2014-11-14T22:00:29Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; From Opposing ViewsThe post 21 Animals With...\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://msn.foxsports.com/fse \" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-foxdeportes.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/laliga/story/iniesta-defiende-calidad-de-messi\"  target=\"_blank\" rel=\"nofollow\">\n\t\tIniesta no comprende ataques a Messi</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T06:11:07Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Messi ha recibido muchos ataques de la afición argentina,Iniesta no comprende\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/baloncesto/story/pau-gasol-no-descarta-su-salida\"  target=\"_blank\" rel=\"nofollow\">\n\t\tGasol dice que D'Antoni está 'estropeando' su temporada</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-05T20:52:05Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Pau Gasol no descarta una salida de los Lakers a final de temporada\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/futbol/story/brasil-e-inglaterra-enfrentados\"  target=\"_blank\" rel=\"nofollow\">\n\t\tInglaterra derrota a Brasil </a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T02:21:53Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"En el regreso de sus figuras Brasil no pudo con Inglaterra\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.foxsports.com/fse/nba/story/rockets-meten-23-triples-y-ganan\"  target=\"_blank\" rel=\"nofollow\">\n\t\tCon 23 triples los Rockets aplastaron a los Warriors</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2013-02-06T04:37:31Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Rockets logran 23 triples\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://msn.foxsports.com/fse/nfl/gallery/Gisele-Bundchen-cuida-a-Tom-Brady\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSexygalería: Gisele Bundchen, consiente mucho a Tom Brady</a>\n\t\t<meta itemprop=\"datePublished\" content=\"2012-09-26T20:20:39Z\">\n<meta itemprop=\"description\" name=\"description\" content=\"Galería: Danica Patrick hace sudar a aficionados yrivales\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://articles.mamaslatinas.com\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-mamaslatinas.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l\">\n\n<ul class=\"dv-encap\">\n    <li class=\"dv-item dv-item-first\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132853/chiquis_rivera_new_years_selfie?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Chiquis Rivera shares heartbreaking message about mom Jenni Rivera</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132846/latino_celebs_new_years_photos?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">10 Latino celeb New Years bashes that made us jealous!</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/style/132796/latina_fashion_mistakes_stop_making?utm_medium=sm&utm_source=rss&utm_content=style_rssfeed\" rel=\"external\">10 Fashion myths Latinas need to stop believing</a>\n    </li>\n    <li class=\"dv-item\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132841/mila_kunis_ashton_kutcher_married?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Ashton Kutcher and Mila Kunis may be married!</a>\n    </li>\n    <li class=\"dv-item dv-item-last\">\n        <a href=\"http://quemas.mamaslatinas.com/entertainment/132845/kim_kardashian_twitter_rant_nye?utm_medium=sm&utm_source=rss&utm_content=entertainment_rssfeed\" rel=\"external\">Kim Kardashian addresses ALL the rumors in New Year's Twitter rant</a>\n    </li>\n</ul>\n</div>\n</div>\n\t\t</div>\n      \t</div>\n   </div>   </div>   <div class=\"g-13-2 g-last\"><div><div class=\"c c c-mod c-bdr-4 t--1ms\"  >\n\t\t<div class=\"c-head\">\n\t\t\t <a href=\"http://www.latina.com/\" target=\"_blank\"><img src=\"http://global.fncstatic.com/static/managed/img/logo/300x32-latina.gif\" alt=\"\"></a></div>\t\t\t\n\t\t<div class=\"c-body\"><!-- / start of body div-->\n\t\t<div class=\"c-item c-item-first c-item-last\">\n\t\t\t\t<div class=\"dv-list m-3 m-l t--1ms\" >\n\t<ul class=\"dv-encap\" itemscope itemtype=\"http://schema.org/ItemList\">\n\t<li class=\"dv-item  dv-item-first\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/exclusive-pitbull-talks-performing-new-years-eve\"  target=\"_blank\" rel=\"nofollow\">\n\t\tEXCLUSIVE: Pitbull Talks Performing for NYE &amp; Bringing &quot;Flavor&quot; to 2015</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"Growing up, many bilingual Latinos were caught between watching New Year’s Eve specials on Spanish network television with the family and counting down with Dick Clark live from Times Square in...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/zoe-saldana-reveals-names-her-twins\"  target=\"_blank\" rel=\"nofollow\">\n\t\tZoe Saldaña Reveals the Names of Her Twins!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"So adorable! New mami Zoe Saldaña posted a snap of pacifiers and bottles on her Instagram, letting her fans finally in on the names of her twin boys.  \">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/buzz/how-your-favorite-celebs-celebrated-new-year\"  target=\"_blank\" rel=\"nofollow\">\n\t\tHow Your Favorite Celebs Celebrated the New Year!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"It's 2015, y'all! And whether you celebrated with a simple champagne toast or a full-on soiree, the new year marks a fresh start. Take a look at how some of your favorite celebrities celebrated...\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item \"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/celebrity/wwe-rosa-mendes-total-divas-interview\"  target=\"_blank\" rel=\"nofollow\">\n\t\tEXCLUSIVE: WWE&#039;s Rosa Mendes Talks &#039;Total Divas&#039; &amp; Her Costa Rican Roots</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"WWE Diva, Rosa Mendes, is proof that you can make your dreams come true.\">\n</li><!-- closing dv-item li -->        \n\t<li class=\"dv-item  dv-item-last\"  itemprop=\"itemListElement\">\n\t        <a href=\"http://www.latina.com//entertainment/celebrity/sofia-vergara-instagram-selfies-photos\"  target=\"_blank\" rel=\"nofollow\">\n\t\tSofia Vergara&#039;s Best Selfies, Ever!</a>\n\t\t<meta itemprop=\"description\" name=\"description\" content=\"When it comes to social media, Sofia Vergara isn't afraid to show-off her wild side.\">\n</li><!-- closing dv-item li -->        \n\t</ul><!-- closing dv-encap ul -->\n\t</div></div>\n\t\t</div>\n      \t</div>\n   </div>   </div></div></div>\n</div></div>    \n\t\t<footer id=\"section-footer\">\n\t<div>\n\t\t<div class=\"g-41 g-last\">\n\t\t\t<div class=\"g-11\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"m\"><a href=\"//latino.foxnews.com\"><img src=\"//global.fncstatic.com/static/v/fn-latino/img/logo-latino-4.png\" alt=\"\"></a></div>\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-14 -->\n\t\t\t<div class=\"g-14\">\n\t\t\t\t<div class=\"c c-bdr-4 c-hrz\">\n\t\t\t\t\t<h2 class=\"title\">Sections</h2>\n\t\t\t\t\t<div class=\"c-body\">\n\t\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/index.html\">Home</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//video.latino.foxnews.com/\">Video</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/news/index.html\">News</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/politics/index.html\">Politics</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/opinion/index.html\">Opinion</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/entertainment/index.html\">Entertainment</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t\t<div class=\"c-item c-item-last\">\n\t\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"/sports/index.html\">Sports</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/health/index.html\">Health</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"/lifestyle/index.html\">Lifestyle</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"/money/index.html\">Money</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"/espanol/index.html\">Espa&ntilde;ol</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t\t</div>\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">About</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\"><a href=\"//www.foxnews.com/other/termsofuse.html\">Terms of Use</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxnews.com/other/privacy.html\">Privacy Statement</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"//www.foxnews.com/about/privacy-policy/#ad-choice\">Ad Choices</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\"><a href=\"mailto:editorial@foxnewslatino.com\">Contact Us</a></li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\"><a href=\"//www.foxnews.com/fncu\">Internships - FNCU</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t\t<div class=\"g-7 g-last\">\n\t\t\t\t<div class=\"c c-bdr-4\">\n\t\t\t\t\t<h2 class=\"title\">Networking</h2>\n\t\t\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t\t\t<div class=\"dv-list dv-list-3 dv-social-media\">\n\t\t\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-first\">\n\t\t\t\t\t\t\t\t\t<span class=\"one\">&nbsp;</span> <strong><a href=\"//www.facebook.com/FoxNewsLatino\">Facebook</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item\">\n\t\t\t\t\t\t\t\t\t<span class=\"two\">&nbsp;</span> <strong><a href=\"//www.twitter.com/FoxNewsLatino\">Twitter</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"dv-item dv-item-last\">\n\t\t\t\t\t\t\t\t\t<span class=\"five\">&nbsp;</span> <strong><a href=\"//feeds.latino.foxnews.com/home/feed\">RSS</a></strong>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div><!-- /dv-list -->\n\t\t\t\t\t</div><!-- /c-item -->\n\t\t\t\t</div><!-- /c -->\n\t\t\t</div><!-- /g-7 -->\n\t\t</div>\n\t\t<div class=\"c m-l m-7\">\n\t\t\t<div class=\"c-item c-item-first\">\n\t\t\t\t<div class=\"dv-feature\">\n\t\t\t\t\t<ul class=\"dv-encap\">\n\t\t\t\t\t\t<li class=\"dv-item dv-item-first dv-item-last\">\n\t\t\t\t\t\t\t<p class=\"summary\">This material may not be published, broadcast, rewritten, or redistributed. &copy;2014 FOX News Network, LLC. All rights reserved.</p>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div><!-- /dv-feature -->\n\t\t\t</div><!-- /c-item -->\n\t\t</div>\n\t</div>\n</footer><!-- /section-footer --><div itemscope itemtype=\"http://schema.org/Organization\">\n\t         <meta itemprop=\"name\" content=\"2013 FOX News Network, LLC. All rights reserved.\">\n\t    \t <meta itemprop=\"email\" content=\"newsmanager@foxnews.com\">\n\t     \t <meta itemprop=\"image\" content=\"global.fncstatic.com/static/v/fn-latino/img/logo-latino.jpg\"/>\n\t</div>\n<script type=\"text/javascript\"> jQuery.ad.pre(); FOX.site.bottomInit();</script>\n\t\t<noscript>\n <img src=\"http://metrics.foxnews.com/b/ss/foxnewsfoxlatino/1/H22.1--NS/1420285553789?pageName=noscript:news:front:article&g=http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-801796h&amp;cg=0&amp;cc=1&amp;si=http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/&amp;ts=noscript&amp;rnd=1420285553789\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=9013181&c3=&c4=http://latino.foxnews.com/latino/news/2014/12/23/teen-desperate-for-baby-kills-8-month-pregnant-woman-and-unborn-child-in-mexico/&c5=&c6=&c15=&cv=2.2&cj=1\" style=\"display:none;\" width=\"0\" height=\"0\" border=\"0\" alt=\"\">\n</noscript> \t\n</body>\t\n</html>"
  },
  {
    "path": "tests/data/html/glamour.com1.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en-us\">\n<head>\n    <meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"author\" content=\"Glamour Magazine\">\n<meta name=\"copyright\" content=\"Copyright (c) Cond&#233;Net 2015\">\n<meta name=\"robots\" content=\"noarchive\">\n\n\n<meta name=\"description\" content=\"Oh, RiRi. You truly are an icon. When Rihanna walks into a fashion show, even editors, publicists, other celebs gasp. Gasp they did on Friday and Saturday as the cooler-than-thou-crooner sashayed into her costume designer Adam Selman&#x27;s show, as well as those of Joseph Altuzarra and Alexander Wang. And she did not disappoint. Let&#x27;s take a look at what she wore: At Adam Selman, RiRi rocked an elegant and girly white A-line dress with pearls and my favorite Christian Louboutin strappy pumps. For Altuzarra, she glammed out in super sophistication with a plunging black jacket with fringe from the designer&#x27;s collection&amp;#8212;WITHOUT PANTS. I LOVE IT. At Alexander Wang, she brought out her inner &#x27;90s child with a matching midnight blue hoodie and skirt. Are you a Rihhana fan? I love her. Now where&#x27;s my plunging black jacket? Not to fret&amp;#8212;I will wear pants.\">\n\n<meta name=\"news_keywords\" content=\"adam selman,rihanna\">\n\n\n\n<meta name=\"format-detection\" content=\"telephone=no\">\n\n\n<meta name=\"application-name\" content=\"Glamour Magazine\">\n<meta property=\"fb:admins\" content=\"694049960, 500038235, 542934201, 1510799, 706348009, 511257885, 789168297, 616818390, 823617\">\n<meta property=\"fb:app_id\" content=\"101358874221\">\n<meta property=\"og:description\" content=\"Oh, RiRi. You truly are an icon. When Rihanna walks into a fashion show, even editors, publicists, other celebs gasp. Gasp they did on Friday and Saturday as the cooler-than-thou-crooner sashayed into her costume designer Adam Selman&#x27;s show, as well as those of Joseph Altuzarra and Alexander Wang. And she did not disappoint. Let&#x27;s take a look at what she wore: At Adam Selman, RiRi rocked an elegant and girly white A-line dress with pearls and my favorite Christian Louboutin strappy pumps. For Altuzarra, she glammed out in super sophistication with a plunging black jacket with fringe from the designer&#x27;s collection&amp;#8212;WITHOUT PANTS. I LOVE IT. At Alexander Wang, she brought out her inner &#x27;90s child with a matching midnight blue hoodie and skirt. Are you a Rihhana fan? I love her. Now where&#x27;s my plunging black jacket? Not to fret&amp;#8212;I will wear pants.\">\n<meta property=\"og:image\" content=\"http://www.glamour.com/images/fashion/2014/09/rihanna-altuzarra1-main.jpg\">\n<meta property=\"og:site_name\" content=\"Glamour\">\n<meta property=\"og:title\" content=\"Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It\">\n<meta property=\"og:url\" content=\"http://www.glamour.com/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\">\n\n\n<meta name=\"msapplication-TileColor\" content=\"#f00a71\">\n<meta name=\"msapplication-TileImage\" content=\"/css/i/global/cn_glamour.png\">\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\">\n\n\n<meta name=\"p:domain_verify\" content=\"8854eb20d50aeadef27b9dd8fa4f26c8\">\n\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:creator\" content=\"SophiaChabbott\">\n<meta name=\"twitter:site\" content=\"@glamourmag\">\n<meta name=\"twitter:image\" content=\"/images/fashion/2014/09/rihanna-altuzarra1-square-w352.jpg\">\n\n\n<script type=\"application/ld+json\">\n{\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It\",\n    \"url\": \"http://www.glamour.com/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\",\n    \"thumbnailUrl\": \"http://www.glamour.com/images/fashion/2014/09/rihanna-altuzarra1-square-w352.jpg\",\n    \"dateCreated\": \"2014-09-07T14:55:00.000Z\",\n    \"articleSection\": \"fashion\",\n    \"creator\": \"Sophia Chabbott\",\n    \"keywords\": [\"adam selman\",\"rihanna\"]\n}\n</script>\n\n\n    <title>Rihanna at Alexander Wang, Adam Selman, and Altuzarra at New York Fashion Week: Glamour.com</title>\n    <link rel=\"stylesheet\" href=\"/aspen/css/glamour.css?v=0.1.53\">\n    <!--[if IE 8]>\n    <link rel=\"stylesheet\" media=\"Screen\" href=\"/aspen/css/IE-8-fix.css?v=0.1.53\" />\n    <![endif]-->\n    <link rel=\"canonical\" href=\"http://www.glamour.com/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\">\n    <link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n    <script src=\"/aspen/js/build/modernizr-custom.js?v=0.1.53\"></script>\n<script>\n    'use strict';\n    var Courier = {\n        config: {\"previewSocial\":false,\"skipView\":false,\"site\":\"glamour\",\"env\":\"production\",\"hostName\":\"http://www.glamour.com\",\"lipstickLaunchDate\":\"20140409\",\"sansHtmlDate\":\"20140808\",\"services\":{\"cnid\":{\"apiKey\":\"85111a62-d034-4b3c-b404-04a06da7b1fd\",\"host\":\"https://cnid.condenastdigital.com\"},\"eventCollector\":{\"env\":\"PROD\",\"host\":\"http://event.glamour.com\"},\"eventResult\":{\"host\":\"http://result.glamour.com\"},\"social\":{\"host\":\"http://social.glamour.com\"},\"stats\":{\"host\":\"http://api.glamour.com\",\"root\":\"/content/stats\"},\"userServiceHost\":\"https://user-service.condenastdigital.com\",\"userServiceKey\":\"0OobSjxeOBbB5CMWzh3sAB5Vsdk=\"},\"version\":\"0.1.53\",\"viewSuffix\":\"\",\"type\":\"blog-entry\",\"view\":\"blog-entry\",\"livefyre\":{\"articleIdPrefix\":\"glamour_\",\"commentCountSelector\":\".livefyre-commentcount\",\"commentsEnabledTag\":\"comments\",\"lfCookieName\":\"lt\",\"mostCommentedEntries\":4,\"mostCommentedId\":\"commented\",\"mostPopularAge\":15,\"mostPopularEntries\":5,\"previewSocial\":false,\"socialStreamSelector\":\".stream\",\"streams\":[],\"strings\":{\"moderator\":\"glamour\"},\"userToken\":\"eyJhbGciOiJIUzI1NiJ9.eyJkaXNwbGF5X25hbWUiOiJUZXN0IFVzZXIgTGl2ZWZ5cmUgMSIsImV4cGlyZXMiOiIxNDUwODI1ODE4IiwiZG9tYWluIjoiZ2xhbW91ci0wLmZ5cmUuY28iLCJ1c2VyX2lkIjoiMTIzNDU2Nzg5MCJ9.oVkq4ULCBpu7vn9v7qLBFtrAu8z9ejcEvILKVCFIiTY\",\"network\":\"condenast.fyre.co\",\"scripts\":{\"livefyre\":\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\",\"commentCount\":\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"},\"siteId\":\"314714\",\"trendingServer\":\"http://bootstrap.condenast.fyre.co/api/v3.0/hottest/?site=\",\"pageConfig\":{\"articleId\":\"glamour_2000000002863673\",\"checksum\":\"8c90c5c816100bb9e446b0b3585dd66f\",\"collectionMeta\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0YWdzIjoiY29tbWVudHMiLCJ0aXRsZSI6IlJpaGFubmEgTGVhdmVzIFBhbnRzIGF0IEhvbWUgZm9yIEFsdHV6YXJyYSBTaG93LCBhbmQgV2UgTG92ZSBIZXIgZm9yIEl0IiwidXJsIjoiaHR0cDovL2dsYW1vdXIuY29tL2Zhc2hpb24vYmxvZ3MvZHJlc3NlZC8yMDE0LzA5L3JpaGFubmEtbGVhdmVzLXBhbnRzLWF0LWhvbWUtZj9pbWFnZVVybD0vaW1hZ2VzL2Zhc2hpb24vMjAxNC8wOS9yaWhhbm5hLWFsdHV6YXJyYTEtc3F1YXJlLXczNTIuanBnIiwiY2hlY2tzdW0iOiI4YzkwYzVjODE2MTAwYmI5ZTQ0NmIwYjM1ODVkZDY2ZiIsImFydGljbGVJZCI6ImdsYW1vdXJfMjAwMDAwMDAwMjg2MzY3MyJ9.lTcpwR51QLn-imMtCuBoGIX2ltHJTqwtuQmWIWaVU5s\",\"el\":\"livefyre\",\"siteId\":\"314714\"}},\"pageAdsPath\":\"//subscribe.glamour.com/ams/page-ads.js?ad_category_prefix=fashion&browser_path=%2Ffashion%2Fblogs%2Fdressed%2F2014%2F09%2Frihanna-leaves-pants-at-home-f&cat_prefixes=%2Cfashion%2Cblogs%2Cdressed%2C2014%2C09%2Crihanna-leaves-pants-at-home-f&keywords=fashion%2Cdesigners_and_fashion_week%2Cadamselman%2Crihanna%2Cblogs%2Cdressed%2C2014%2C09%2Crihanna_leaves_pants_at_home_f%2Cblog-entry&position_list=AMS_GLM_CONTENTPAGE_ZRAIL%2CAMS_GLM_GLOBAL_FLYIN%2CAMS_GLM_GLOBAL_FOOTER%2CAMS_GLM_GLOBAL_HEADERCALLOUT%2CAMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE%2CAMS_GLM_GLOBAL_INTER%2CAMS_GLM_GLOBAL_LEFTNAV%2CAMS_GLM_LITEREG_SUBSCRIBE%2CAMS_GLM_MOBILE_CONTENTPAGE_ZRAIL%2CAMS_GLM_MOBILE_GLOBAL_FOOTER%2CAMS_GLM_TABLET_GLOBAL_HEADERCALLOUT%2CAMS_GLM_MOBILE_GLOBAL_NAVBAR%2CAMS_GLM_BLOG_RIGHTNAV&site_prefix=glamour&subdomain=www&url_name=rihanna-leaves-pants-at-home-f\",\"dtm\":{\"pageValue\":\"all\"}},\n        meta: {\"contributor\":\"Sophia Chabbott\",\"description\":\"Oh, RiRi. You truly are an icon. When Rihanna walks into a fashion show, even editors, publicists, other celebs gasp. Gasp they did on Friday and Saturday as the cooler-than-thou-crooner sashayed into her costume designer Adam Selman's show, as well as those of Joseph Altuzarra and Alexander Wang. And she did not disappoint. Let's take a look at what she wore: At Adam Selman, RiRi rocked an elegant and girly white A-line dress with pearls and my favorite Christian Louboutin strappy pumps. For Altuzarra, she glammed out in super sophistication with a plunging black jacket with fringe from the designer's collection&#8212;WITHOUT PANTS. I LOVE IT. At Alexander Wang, she brought out her inner '90s child with a matching midnight blue hoodie and skirt. Are you a Rihhana fan? I love her. Now where's my plunging black jacket? Not to fret&#8212;I will wear pants.\",\"heds\":{\"display\":\"Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It\",\"seo\":\"Rihanna at Alexander Wang, Adam Selman, and Altuzarra at New York Fashion Week: Glamour.com\",\"social\":\"Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It\"},\"id\":\"2000000002863673\",\"keywords\":{\"ads\":[\"fashion\",\"designers_and_fashion_week\",\"adam selman\",\"rihanna\",\"blogs\",\"dressed\",\"2014\",\"09\",\"rihanna_leaves_pants_at_home_f\",\"blog-entry\"],\"display\":[\"adam selman\",\"rihanna\"],\"hidden\":[]},\"pageType\":\"blogpost\",\"pagination\":{},\"properties\":\"\",\"publishDate\":\"2014-09-07T14:55:00.000Z\",\"reactions\":\"\",\"searchImage\":\"/images/fashion/2014/09/rihanna-altuzarra1-square-w352.jpg\",\"section\":\"fashion\",\"site\":\"glamour\",\"source\":\"\",\"subsection\":\"designers-and-fashion-week\",\"type\":\"blog-entry\",\"urls\":{\"canonical\":\"/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\",\"lookup\":\"/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\",\"social\":\"/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\"},\"stitch\":{}},\n        stats: {\"2000000003015754\":{\"likes\":2}}\n    };\n    Courier.config.cmPlacements = [\"AMS_GLM_GLOBAL_LEFTNAV\",\"AMS_GLM_MOBILE_GLOBAL_NAVBAR\",\"AMS_GLM_GLOBAL_HEADERCALLOUT\",\"AMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE\",\"AMS_GLM_BLOG_RIGHTNAV\",\"AMS_GLM_CONTENTPAGE_ZRAIL\",\"AMS_GLM_MOBILE_CONTENTPAGE_ZRAIL\",\"AMS_GLM_MOBILE_GLOBAL_FOOTER\",\"AMS_GLM_GLOBAL_FOOTER\",\"AMS_GLM_GLOBAL_FLYIN\"];\n    Courier.config.ads = {\n        desktop: { 'header': {\"sz\":\"728x90\",\"kws\":[\"top\"]}, 'blogcontent': {\"sz\":\"300x250\",\"kws\":[\"bottom\"]}, 'xrail': {\"sz\":\"728x91\",\"kws\":[]}, 'yrail': {\"sz\":\"300x250\",\"kws\":[\"top\"]} },\n        mobile: { 'topmobile': {\"sz\":\"320x50\",\"kws\":[\"top\"]}, 'blogcontentmobile': {\"sz\":\"300x52\",\"kws\":[]}, 'bottommobile': {\"sz\":\"320x51\",\"kws\":[\"bottom\"]} }\n    };\n</script>\n<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n<script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-97b05637e488bed6e0839467a3c617b166b09274.js\"></script>\n<script src=\"/aspen/js/build/glamour.js?v=0.1.53\" async></script>\n</head>\n<body class=\"glamour l-blog-entry\">\n    <div id=\"eventListHolder\" style=\"display:none;\"></div>\n    \n\n<div class=\"outer-wrapper\"> \n        \n<div class=\"sidebar-offcanvas\">\n    <span data-toggle=\"offcanvas\" class=\"btn-nav-close pull-right\"></span>\n    <div class=\"glam-nav\">\n        \n\n\t\n\t\t<dt class='fashion'>\n\t\t\t<a href=\"/fashion\" title=\"\">Fashion</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='beauty'>\n\t\t\t<a href=\"/lipstick\" title=\"\">Beauty</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='entertainment'>\n\t\t\t<a href=\"/entertainment\" title=\"\">Celebs</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='sex-love-life'>\n\t\t\t<a href=\"/sex-love-life\" title=\"\">Sex <span style='color:#F00A71'>&#9829;</span> Dating</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='weddings'>\n\t\t\t<a href=\"/weddings\" title=\"\">Weddings</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='health-fitness'>\n\t\t\t<a href=\"/health-fitness\" title=\"\">Health &amp; Diet</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='inspired'>\n\t\t\t<a href=\"/inspired\" title=\"\">Inspired</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='home'>\n\t\t\t<a href=\"/home\" title=\"\">Living</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='video'>\n\t\t\t<a href=\"http://video.glamour.com/\" title=\"\">Video</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='fashionweek'>\n\t\t\t<a href=\"/fashion-week\" title=\"\"></a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='min-link-start'>\n\t\t\t<a href=\"\" title=\"\">&nbsp;</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='magazine min-link'>\n\t\t\t<a href=\"/magazine\" title=\"\">Magazine</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='contest min-link'>\n\t\t\t<a href=\"/win\" title=\"\">Free Stuff</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='promo min-link'>\n\t\t\t<a href=\"http://promotions.glamour.com/\" title=\"\">Promos</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='app min-link'>\n\t\t\t<a href=\"/magazine/apps\" title=\"\">Apps</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='horoscopes min-link'>\n\t\t\t<a href=\"/entertainment/horoscopes\" title=\"\">Horoscopes</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='newsletters min-link'>\n\t\t\t<a href=\"https://secure.glamour.com/services/newsletters/demographics\" title=\"\">Newsletters</a>\n\t\t</dt>\n\t\n\n\n    </div>\n    <div class=\"social-skittles\">\n        <a class=\"icon-fb\" href=\"http://www.facebook.com/glamour\" target=\"_blank\">Facebook</a>\n        <a class=\"icon-tw\" href=\"http://twitter.com/#!/glamourmag\" target=\"_blank\">Twitter</a>\n        <a class=\"icon-insta\" href=\"http://instagram.com/glamourmag\" target=\"_blank\">Instagram</a>\n        <a class=\"icon-pin\" href=\"http://pinterest.com/glamourmag/\" target=\"_blank\">Pinterest</a>\n    </div>\n    <div class=\"glamour-search-container\">\n    <form name=\"search_form_rail\" id=\"search_form_rail\" action=\"/search\" class=\"paginatorForm form-inline\" method=\"get\">\n        <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n        <input type=\"hidden\" name=\"sort\" value=\"\" />\n        <input type=\"search\" name=\"query\" id=\"results-search-rail\" class=\"input-large search-query\" value=\"\" placeholder=\"Search\" />\n        <button name=\"submit\" class=\"submit\" id=\"submit_rail\" title=\"Search\" type=\"submit\"></button>\n    </form>\n</div>\n</div>\n<div class=\"overlay-offcanvas\" data-toggle=\"offcanvas\"></div>\n    <div class=\"container utility-bar\">\n    <div class=\"row\">\n        <div class=\"span4\">\n            \n                \n\n<div id=\"AMS_GLM_GLOBAL_LEFTNAV\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"AMS_GLM_GLOBAL_LEFTNAV\" class='static-subscribe-options-container'>\n        <a class=\"brand-logo\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" title=\"Glamour\"><img src=\"/aspen/img/Glamour_Logo_M.png\" alt=\"GLAMOUR\"></a>\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\">Subscribe</a>\n        <span class=\"divider\">|</span>\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeGift\" target=\"_blank\" title=\"Give a Subscription to Glamour magazine as a Gift\">Give a gift</a>\n        <span class=\"divider\">|</span>\n        <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=GLM\" target=\"_blank\" title=\"Renew your Subscription to Glamour magazine\">Renew</a>\n    </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n            \n        </div>\n        \n        <div class=\"login-container\">\n            <span class=\"logged-out\">\n                <a href=\"/user/login\" class=\"login cnid-auth\" title=\"Login\">Log in / Register</a>\n                <a href=\"http://www.glamalert.com/\" class=\"promos\" title=\"Promos\"> Promos </a>\n            </span>\n            <span class=\"logged-in\">\n                <span class=\"login-msg\">Hi&nbsp;\n                    <span class=\"user-title\"></span>\n                    <a href=\"http://www.glamalert.com/\" class=\"promos\" title=\"Promos\"> Promos </a>\n                </span>\n\n                <ul class=\"logout-box\">\n                    <li>\n                        <a href=\"/user/logout\" class=\"logout cnid-auth first\">Logout</a>\n                    </li>\n                    <li>\n                        <a href=\"/user/update\" class=\"update-profile\">Edit Profile</a>\n                    </li>\n                </ul>\n            </span>\n\n            \n        </div>\n    </div>\n</div>\n    <div class=\"header-anchor\"></div>\n<div class=\"header-container text-center\">\n    \n        <div class=\"header-ad\">\n            <div id=\"header728x90_frame\"></div>\n            <div id=\"topmobile320x50_frame\"></div>\n        </div>\n    \n\n    <div class=\"top-header\">\n        <div class=\"container\">\n            <div class=\"nav-logo pull-left text-left\">\n                <span data-toggle=\"offcanvas\" class=\"btn-nav-dd pull-left\"></span>\n                <a class=\"glamour-logo\" href=\"/\"><img src=\"/aspen/img/Glamour_Logo_M.png\" alt=\"GLAMOUR\"/></a>\n\n                \n                    \n                        <a href=\"/fashion\" class=\"active-section\" title=\"\">Fashion</a>\n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n\n                <ul class=\"section-nav\"></ul>\n            </div>\n\n            <div class=\"top-header-ecom pull-right text-right\">\n                \n                    \n\n<div id=\"AMS_GLM_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"mobile_global_navbar\" title=\"Subscribe to Glamour magazine\">\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target=\"_blank\"><span>Subscribe</span></a>\n    </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n                \n                    \n\n<div id=\"AMS_GLM_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n        <div class='ecom-placement-content' style=\"width:300px; float:right; background-color: #f00a71; color: #fff; position:relative;\">\n            <div class=\"subs-text\" style=\"width:210px; text-align:center; height:60px; display:table-cell; vertical-align:middle;\">\n                <a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">SUBSCRIBE</a>\n                <p style=\"margin:0; text-transform:none; font-style:italic;\"><a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">For Just <strong>$1.25</strong> An Issue</a></p>\n            </div>\n            <a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\"><img class=\"mag-image\" style=\"position:absolute; top:-42px; right:15px;\" src=\"https://subscribe.condenet.com/images_covers/cover_glamour_80.jpg\" width=\"75\" /></a>          \n        </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n                \n                    \n\n<div id=\"AMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n        <div class='ecom-placement-content'>\n            <div id=\"subs-collapsed\"><a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">SUBSCRIBE</a></div>\n        </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n            </div>\n        </div>\n    </div>\n</div>\n\n\n    <div class=\"main-container\">\n        <div class=\"glamour-content container\">\n            <div class=\"article-wrapper row\">\n                \n\n            \n                <div class=\"span8 article-container\">\n                    \n                        <div class=\"article blog-article\">\n                            \n                                \n\n<div id=\"AMS_GLM_BLOG_RIGHTNAV\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\">Subscribe</a>\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                            \n\n                            <div class=\"article-header\">\n                                \n                                    <div class=\"blog-header\">\n                                        <a href=\"/fashion/blogs/dressed/\" class=\"blog-title\"><span class=\"text\">Dressed</span></a>\n                                    </div>\n                                \n\n                                <ul class=\"blognav\">\n                                    \n                                        <li class=\"previous\">\n                                            <a class=\"previous-arrow\" href=\"/fashion/blogs/dressed/2014/09/the-comfortable-and-chic-eveni\"></a>\n                                            <div class=\"prev-story\">\n                                                <h4>prev story</h4>\n                                                <a class=\"permalink\" href=\"/fashion/blogs/dressed/2014/09/the-comfortable-and-chic-eveni\" title=\"The Comfortable and Chic Evening Wear Trend Hot Off the Spring 2015 Runways\"><img src=\"/images/fashion/2014/09/evening-trousers-w724.jpg\">The Comfortable and Chic Evening Wear Trend Hot Off the Spring 2015 Runways</a>\n                                            </div>\n                                        </li>\n                                    \n                                    \n                                        <li class=\"next\">\n                                            <a class=\"next-arrow\" href=\"/fashion/blogs/dressed/2014/09/spring-2015-fashion-trend-flat\"></a>\n                                            <div class=\"next-story\">\n                                                <h4>next story</h4>\n                                                <a class=\"permalink\" href=\"/fashion/blogs/dressed/2014/09/spring-2015-fashion-trend-flat\" title=\"Found at NYFW: The Best Way to Flatter Your Waist for Spring 2015 and Beyond\"><img src=\"/images/fashion/2014/09/soft-obi-belts-nyfw-bcbg-1-w352.jpg\">Found at NYFW: The Best Way to Flatter Your Waist for Spring 2015 and Beyond</a>\n                                            </div>\n                                        </li>\n                                    \n                                </ul>\n\n                                <h1 class=\"span6\">Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It</h1>\n\n                                \n                                    <div class=\"byline-container top\">\n                                        \n                                            \n                                                \n                                                    <div class=\"byline\">\n                                                        By\n                                                        <cite class=\"vcard author\">\n                                                            <a href=\"/contributors/sophia-chabbott\">Sophia Chabbott</a>\n                                                        </cite>\n                                                    </div>\n                                                \n                                            \n                                                \n                                            \n                                        \n                                        \n                                            \n                                                <div class=\"date-time-stamp\">September 7, 2014</div>\n                                            \n                                        \n                                    </div>\n                                \n\n                                <div class=\"social-container\">\n                                    \n                                    \n                                        \n                                            \n                                        \n                                    \n                                    <div class=\"sharrre-tools\"></div>\n\n                                    <div class=\"comment-count-social\">\n                                        <a href=\"#comments\">\n                                            \n                                                <span class=\"livefyre-commentcount\" data-lf-site-id=\"314714\" data-lf-article-id=\"glamour_2000000002863673\"></span>\n                                            \n                                        </a>\n                                    </div>\n                                </div>\n                            </div>\n\n                            <div class=\"article-text\">\n                                \n\n                                <p>Oh, RiRi. <a href=\"http://www.glamour.com/fashion/blogs/dressed/2013/07/glamour-icon-of-the-week-rihan\">You truly are an icon</a>. </p>  <p>When <a href=\"www.glamour.com/about/rihanna\">Rihanna</a> walks into a fashion show, even editors, publicists, <em>other celebs</em> gasp. Gasp they did on Friday and Saturday as the cooler-than-thou-crooner sashayed into her costume designer Adam Selman's show, as well as those of <a href=\"www.glamour.com/about/altuzarra\">Joseph Altuzarra</a> and <a href=\"www.glamour.com/about/alexander-wang\">Alexander Wang</a>. And she did not disappoint. Let's take a look at what she wore:</p>  <p><img src=\"http://www.glamour.com/images/fashion/2014/09/rihanna-adam-selman-w352.jpg\" data-dam-id=\"2000000002863644\" alt=\"rihanna-adam-selman\"><br /> At Adam Selman, RiRi rocked an elegant and girly white A-line dress with pearls and my favorite Christian Louboutin strappy pumps.</p>  <p><img src=\"http://www.glamour.com/images/fashion/2014/09/rihanna-altuzarra1-w352.jpg\" data-dam-id=\"2000000002863643\" alt=\"rihanna-altuzarra1\"><br /> For Altuzarra, she glammed out in super sophistication with a plunging black jacket with fringe from the designer's collection&#8212;WITHOUT PANTS. I LOVE IT.</p>  <p><img src=\"http://www.glamour.com/images/fashion/2014/09/rihanna-alexander-wang-w352.jpg\" data-dam-id=\"2000000002863627\" alt=\"rihanna-alexander-wang\"><br /> At Alexander Wang, she brought out her inner '90s child with a matching midnight blue hoodie and skirt.</p>  <p><strong>Are you a Rihhana fan? I love her. Now where's my plunging black jacket? Not to fret&#8212;I will wear pants.</strong></p>\n\n                                \n                                    \n                                        \n                                            \n                                        \n                                            \n                                                <h6>Photos: Getty Images</h6>\n                                            \n                                        \n                                    \n                                \n\n                                \n                                <div class=\"ad-container\">\n                                    <span class=\"ad-copy\">ADVERTISEMENT</span>\n                                    <div id=\"blogcontent300x250_frame\"></div>\n\n                                    \n                                    <div id=\"blogcontentmobile300x52_frame\"></div>\n                                </div>\n                            </div>\n\n                            <div class=\"social-container\">\n                                \n                                \n                                    \n                                        \n                                    \n                                \n                                <div class=\"sharrre-tools\"></div>\n                            </div>\n\n                            \n                                \n                                    \n                                        \n                                            <div class=\"byline-container bottom\">\n                                                \n                                                    <div class=\"span1 author-image border-image-style\">\n                                                        <a href=\"/contributors/sophia-chabbott\">\n                                                            <img src=\"/images/contributors/sophia-chabbott.jpg\" />\n                                                        </a>\n                                                    </div>\n                                                \n                                                <div class=\"byline\">\n                                                    <cite class=\"vcard author\">\n                                                        <a href=\"/contributors/sophia-chabbott\">Sophia Chabbott</a>\n                                                    </cite>\n                                                    <span class=\"byline-desc\">Senior online fashion editor, Ala&#239;a enthusiast, collector of white button down shirts, shredded jean shorts, and huge fan of beach waves.</span>\n\n                                                    <div class=\"author-contact\">\n                                                        \n                                                            <a id=\"popup-share\" class=\"twitter-btn\" href=\"https://twitter.com/intent/follow?screen_name=SophiaChabbott\">FOLLOW ME</a>\n                                                        \n\n                                                        \n                                                    </div>\n                                                </div>\n                                            </div>\n                                        \n                                    \n                                \n                                    \n                                \n                            \n                                <div class=\"article-keywords\">\n        \n            <h4>Keywords:</h4>\n            <ul>\n                \n                    <li>\n                        <a title=\"search site for &quot;adam selman&quot;\" rel=\"tag\" href=\"/about/adam-selman\">adam selman</a>\n                    </li>\n                \n                    <li>\n                        <a title=\"search site for &quot;rihanna&quot;\" rel=\"tag\" href=\"/about/rihanna\">rihanna</a>\n                    </li>\n                \n            </ul>\n        \n    </div>\n\n                        </div>\n                    \n\n                    <div class=\"mobile-social\">\n\t<span class=\"mobile-share\"></span>\n\t<div class=\"icons\">\n\t    <div class=\"sharrre-tools-list\"></div>\n\t    <div class=\"whatsapp\">\n\t        <a href=\"whatsapp://send?text=Rihanna Leaves Pants at Home for Altuzarra Show, and We Love Her for It%0D%0A%0D%0Ahttp://www.glamour.com/fashion/blogs/dressed/2014/09/rihanna-leaves-pants-at-home-f\"></a>\n\t    </div>\n\t</div>\n</div>\n\n                    \n                    <h2 class=\"zergnet-header\">Recommended</h2>\n                    <div id=\"zergnet-widget-22569\"></div>\n\n                    \n<div id=\"comments\">\n    <div id=\"livefyre\"></div>\n</div>\n\n\n\n                    \n                        <div class=\"xrail\">\n                            \n                                \n                                    \n<div class=\"span #blogs-leaderboard-ad\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 dart_ad first last\">\n    \t            <div class=\"ad-container\">\n\t\n\t\n\t\n\t    <div id=\"xrail728x91_frame\"></div>\n\t\n</div>\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                                \n                                    \n<div class=\"span more-stories\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n                <h2 class=\"features-header header\">More Stories Like This</h2>\n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 search resultswithimage first last\">\n    \t             \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">13 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. Glitter Shoes That Are Year-Round Approved</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. 17 Glitter Shoes That Are Year-Round Approved</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                                \n                                    \n<div class=\"span most popular\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 mostpopular first last\">\n    \t            \n    <div class=\"mostpopular\">\n        <h2 class=\"features-header header\">TRENDING</h2>\n        \n        \n        <div class=\"mp-list span2 first\">\n            <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                <img src=\"/images/fashion/2015/01/princess-mary-white-dress-new-years-2015-square-w260.jpg\" alt=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\" />\n            </a>\n\n            <a class=\"title\" href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                Princess Mary Had the Dreamiest New Year's Outfit, Ever\n            </a>\n        </div>\n        \n        \n        \n        <div class=\"mp-list span2\">\n            <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                <img src=\"/images/inspired/2015/01/stepford-wives-nicole-kidman-square-w260.jpg\" alt=\"Is This the Most Sexist Relationship Advice Ever?\" />\n            </a>\n\n            <a class=\"title\" href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                Is This the Most Sexist Relationship Advice Ever?\n            </a>\n        </div>\n        \n        \n        \n        <div class=\"mp-list span2\">\n            <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                <img src=\"/images/fashion/2014/12/nightlift-sleep-bra-black-square-w260.jpg\" alt=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\" />\n            </a>\n\n            <a class=\"title\" href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                Huh? The Bra You're Supposed to Wear at Night (I Tried It!)\n            </a>\n        </div>\n        \n        \n        \n        \n        \n        \n    </div>\n\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                        </div>\n                    \n\n                    \n                        \n\n<div id=\"AMS_GLM_CONTENTPAGE_ZRAIL\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target='_blank'><img border='0' src='/images/ecom/failsafe/GLM_footer.jpg' alt='Subscribe to Glamour' /></a>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n\n                    \n                        \n\n<div id=\"AMS_GLM_MOBILE_CONTENTPAGE_ZRAIL\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target='_blank'><img border='0' src='/images/ecom/failsafe/GLM_footer.jpg' alt='Subscribe to Glamour' /></a>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n\n                    <div id=\"topScroll\" class=\"hidden-phone\">\n                        <a href=\"#top\"></a>\n                    </div>\n                </div>\n                <div class=\"span4 glamour-sidebar\">\n                    <div class=\"span4 glamour-sidebar-navigation\">\n    <div class=\"sidebar-on-nav\">\n        \n            <div id=\"yrail\">\n            \n                \n                    \n<div class=\"span ad\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 dart_ad first last\">\n    \t            <div class=\"ad-container\">\n\t\n\t\n\t\n\t    <div id=\"yrail300x250_frame\"></div>\n\t\n</div>\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                \n            \n                \n                    \n\n\t\n\t\t<div class=\"span must-reads-module\">\n    <section id=\"must_reads_module\" class=\"features insertfeature \">\n            <ul class=\"tab-list\">\n                <li id=\"tab-tab-must-reads\" class=\"tab active\"><a href=\"#tab-must-reads\">Must Reads</a></li>\n                <li id=\"tab-tab-latest\" class=\"tab\"><a href=\"#tab-latest\">Latest</a></li>\n                \n                    <li id=\"tab-tab-popular\" class=\"tab\"><a href=\"#tab-popular\">Popular</a></li>\n                \n            </ul>\n            <div id=\"tab-must-reads\" class=\"tab tab-0 visible\" style=\"\">\n                <div id=\"must-reads\">\n                    <div class=\"features must-reads\">\n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/fashion/2014/12/reese-witherspoon-glamour-january-2015-cover-photos/1\" title=\"reese witherspoon\">\n        \n            <img src=\"/images/fashion/2014/12/03-reese-witherspoon-glamour-cover-square-w73.jpg\" alt=\"reese witherspoon\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/fashion/2014/12/reese-witherspoon-glamour-january-2015-cover-photos/1\">Behind the Scenes: Reese Witherspoon's Cover Shoot</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/weddings/getting-engaged\" title=\"engagement rings\">\n        \n            <img src=\"/images/weddings/2014/08/5-diamond-engagement-rings-0811-square-w73.jpg\" alt=\"engagement rings\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/weddings/getting-engaged\">All About Getting Engaged</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/lipstick/2014/11/holiday-hair-gift-guide-best-styling-products-and-heat-tools/1\" title=\"shiny hair\">\n        \n            <img src=\"/images/beauty/2014/09/bombshell-hair-square-w73.jpg\" alt=\"shiny hair\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/lipstick/2014/11/holiday-hair-gift-guide-best-styling-products-and-heat-tools/1\">The Best Products for Healthy, Shiny Hair</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/fashion/2014/12/winter-clothing-staples-every-woman-needs/1\" title=\"sweater\">\n        \n            <img src=\"/images/fashion/2014/12/06-hm-fisherman-sweater-square-w73.jpg\" alt=\"sweater\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/fashion/2014/12/winter-clothing-staples-every-woman-needs/1\">Winter Outfit Ideas</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/sex-love-life/what-men-think\" title=\"guys\">\n        \n            <img src=\"/images/sex-love-life/2013/01/couple-laughing-square-w73.jpg\" alt=\"guys\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/sex-love-life/what-men-think\">Guys Explain Their Worst Behavior</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                        \n                            \n                        \n                    </div>\n                </div>\n            </div>\n             <div id=\"tab-latest\" class=\"tab tab-1\" style=\"\">\n                <div id=\"latest\">\n                    <div class=\"features latest\">\n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                                <div class=\"feature search\">\n                                     \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"What Exactly Is a &quot;Healthy&quot; Sex Life, Anyway?\" src=\"/images/sex-love-life/2014/12/healthy-sex-life-square-w352.jpeg\">\n                        <img class=\"hidden-phone\" alt=\"What Exactly Is a &quot;Healthy&quot; Sex Life, Anyway?\" src=\"/images/sex-love-life/2014/12/healthy-sex-life-square-w352.jpeg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/sex-love-life\">sex-love-life</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">What Exactly Is a \"Healthy\" Sex Life, Anyway?</a>\n                    <a class=\"visible-phone s-title\" href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">What Exactly Is a \"Healthy\" Sex Life, Anyway?</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/jillian-kramer\">Jillian Kramer</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">12 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">13 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. Glitter Shoes That Are Year-Round Approved</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. 17 Glitter Shoes That Are Year-Round Approved</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"Does Gwen Stefani Wear Makeup to Go Skiing? Here&#x27;s Your Answer\" src=\"/images/beauty/2015/01/gwen-stefani-makeup-skiing-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"Does Gwen Stefani Wear Makeup to Go Skiing? Here&#x27;s Your Answer\" src=\"/images/beauty/2015/01/gwen-stefani-makeup-skiing-square-w352.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/beauty\">beauty</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">Does Gwen Stefani Wear Makeup to Go Skiing? Here's Your Answer</a>\n                    <a class=\"visible-phone s-title\" href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">Does Gwen Stefani Wear Makeup to Go Skiing? Here's Your Answer</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/beth-shapouri\">Beth Shapouri</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"What to Watch, Read, Stream, and Listen to This Weekend\" src=\"/images/entertainment/2015/01/abc-galavant-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"What to Watch, Read, Stream, and Listen to This Weekend\" src=\"/images/entertainment/2015/01/abc-galavant-square-w352.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/entertainment\">entertainment</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">What to Watch, Read, Stream, and Listen to This Weekend</a>\n                    <a class=\"visible-phone s-title\" href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">What to Watch, Read, Stream, and Listen to This Weekend</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/lynsey-eidell\">Lynsey Eidell</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                        \n                    </div>\n                </div>\n            </div>\n            <div id=\"tab-popular\" class=\"tab tab-2\" style=\"\">\n                <div id=\"popular\">\n                    \n                        <div class=\"features popular\">\n                        \n                            <div class=\"mp-list feature first\">\n                            <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                                <img src=\"/images/fashion/2015/01/princess-mary-white-dress-new-years-2015-square-w166.jpg\" alt=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\" />\n                            </a>\n                            <div class='title'> <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                                Princess Mary Had the Dreamiest New Year's Outfit, Ever\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                                <img src=\"/images/inspired/2015/01/stepford-wives-nicole-kidman-square-w166.jpg\" alt=\"Is This the Most Sexist Relationship Advice Ever?\" />\n                            </a>\n                            <div class='title'> <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                                Is This the Most Sexist Relationship Advice Ever?\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                                <img src=\"/images/fashion/2014/12/nightlift-sleep-bra-black-square-w166.jpg\" alt=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\" />\n                            </a>\n                            <div class='title'> <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                                Huh? The Bra You're Supposed to Wear at Night (I Tried It!)\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/weddings/blogs/save-the-date/2015/01/dudeoir-sexy-wedding-portraits-grooms\" title=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\">\n                                <img src=\"/images/weddings/2014/12/dudeoir-sexy-groom-photos-1230-square-w166.jpg\" alt=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\" />\n                            </a>\n                            <div class='title'> <a href=\"/weddings/blogs/save-the-date/2015/01/dudeoir-sexy-wedding-portraits-grooms\" title=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\">\n                                Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature last\">\n                            <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2014/12/6-bad-beauty-habits-to-kiss-go\" title=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\">\n                                <img src=\"/images/beauty/2014/12/new-years-beauty-bad-habits-square-w166.jpg\" alt=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\" />\n                            </a>\n                            <div class='title'> <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2014/12/6-bad-beauty-habits-to-kiss-go\" title=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\">\n                                7 Bad Beauty Habits We're Kissing Goodbye to in 2015\n                            </a></div>\n                            </div>\n                        \n                        </div>\n                    \n                </div>\n            </div>\n    </section>\n</div>\n\t\n\n\n                \n            \n            </div>\n        \n\n        <div class=\"google-adsense\">\n    <script type=\"text/javascript\">\n        <!--\n        google_ad_client = 'ca-conde_glamour'; // substitute your client_id\n        google_ad_channel = 'glamour_standard_300x250';\n        google_language = 'en';\n        google_ad_width = '300'; // with of iframe\n        google_ad_height = '80'; // height of iframe\n        google_ad_type = 'text'; //, image, flash, html'; // type of ads to display\n        google_alternate_color = 'A800C6';\n        google_color_bg = 'ffffff'; // the ads' background color\n        google_color_border = ''; //the border surrounding all of the ads\n        google_color_line = 'eeeeee'; // the line surrounding each ad\n        google_color_link = 'A800C6'; // the ad link\n        google_color_text = '000000'; // the ad text\n        google_max_num_ads = 1;\n        // -->\n    </script>\n    <script language=\"JavaScript\" src=\"//pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</div>\n    </div>\n</div>\n\n                </div>\n            </div>\n        </div>\n\n        \n        <div class=\"ad-container\">\n            <div id=\"bottommobile320x51_frame\"></div>\n        </div>\n    </div>\n\n    <div class=\"container mobile-footer-nav hidden-desktop hidden-tablet\">\n    <div class=\"row\">\n        <!-- <div class=\"span12 footer\">\n            <dl class=\"nav-list block\">\n                \n                    <dt class='fashion'>\n                        <a href=\"/fashion\" title=\"\">Fashion</a>\n                    </dt>\n                \n                    <dt class='beauty'>\n                        <a href=\"/lipstick\" title=\"\">Beauty</a>\n                    </dt>\n                \n                    <dt class='entertainment'>\n                        <a href=\"/entertainment\" title=\"\">Celebs</a>\n                    </dt>\n                \n                    <dt class='sex-love-life'>\n                        <a href=\"/sex-love-life\" title=\"\">Sex <span style='color:#F00A71'>&#9829;</span> Dating</a>\n                    </dt>\n                \n                    <dt class='weddings'>\n                        <a href=\"/weddings\" title=\"\">Weddings</a>\n                    </dt>\n                \n                    <dt class='health-fitness'>\n                        <a href=\"/health-fitness\" title=\"\">Health &amp; Diet</a>\n                    </dt>\n                \n                    <dt class='inspired'>\n                        <a href=\"/inspired\" title=\"\">Inspired</a>\n                    </dt>\n                \n                    <dt class='home'>\n                        <a href=\"/home\" title=\"\">Living</a>\n                    </dt>\n                \n                    <dt class='video'>\n                        <a href=\"http://video.glamour.com/\" title=\"\">Video</a>\n                    </dt>\n                \n                    <dt class='fashionweek'>\n                        <a href=\"/fashion-week\" title=\"\"></a>\n                    </dt>\n                \n                    <dt class='min-link-start'>\n                        <a href=\"\" title=\"\">&nbsp;</a>\n                    </dt>\n                \n                    <dt class='magazine min-link'>\n                        <a href=\"/magazine\" title=\"\">Magazine</a>\n                    </dt>\n                \n                    <dt class='contest min-link'>\n                        <a href=\"/win\" title=\"\">Free Stuff</a>\n                    </dt>\n                \n                    <dt class='promo min-link'>\n                        <a href=\"http://promotions.glamour.com/\" title=\"\">Promos</a>\n                    </dt>\n                \n                    <dt class='app min-link'>\n                        <a href=\"/magazine/apps\" title=\"\">Apps</a>\n                    </dt>\n                \n                    <dt class='horoscopes min-link'>\n                        <a href=\"/entertainment/horoscopes\" title=\"\">Horoscopes</a>\n                    </dt>\n                \n                    <dt class='newsletters min-link'>\n                        <a href=\"https://secure.glamour.com/services/newsletters/demographics\" title=\"\">Newsletters</a>\n                    </dt>\n                \n            </dl>\n        </div>\n\n        <div class=\"span12 center-text site-mode-switch\">\n            <hr>\n            \n                \n\n<div id=\"AMS_GLM_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"mobile_global_footer\" title=\"Subscribe to Glamour magazine\"><a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target=\"_blank\"><span>Subscribe</span></a></div>\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n            \n            <hr>\n        </div> -->\n       \n        <div class=\"global-footer-copyright\">\n            <p class=\"copyright-text\">&copy; 2015 Condé Nast. All rights reserved<br>\n    Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" target=\"_blank\">Privacy Policy</a> (effective 1/2/2014).\n    <br><a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a><br>\n    The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of <span class=\"nowrap\">Condé Nast.</span>\n</p>\n\n<div class=\"ad-choice\">\n    <div class=\"ad-choice-text\">\n    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a>\n    </div>\n</div>\n        </div>\n    </div>\n</div>\n\n<div class=\"footer-black-container hidden-phone\">\n    <div class=\"global-footer stop-nav-scroll\">\n        <div class=\"container\">\n            \n                <div class=\"ecom-placement-holder hidden-tablet\">\n                    \n                        \n\n<div id=\"AMS_GLM_GLOBAL_FOOTER\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"AMS_GLM_GLOBAL_FOOTER\">\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\"><img src=\"/images/ecom/failsafe/GLM_Generic_footer.jpg\" alt=\"Subscribe to Glamour\" border=\"0\" /></a>\n    </div>\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n                </div>\n            \n\n            <div class=\"global-footer-nav\">\n                <ul>\n                    <li id=\"global-footer-nav-subservices\" class=\"first\"><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=GLM\">Subscription Services</a></li>\n                </ul>\n                <div id=\"position1_footerNavigation\">\n                    <div class=\"features\" id=\"ps1_fs1_footerNavigation\">\n                        <div class=\"feature manual first\">\n                            <div class=\"blurb\">\n                                <ul class=\"links\">\n                                    <li class=\"first\"><a href=\"/contact/contactus\">Contact Glamour</a></li>\n                                    <li class=\"blurb-links-even\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a> </li>\n                                    <li><a href=\"/services/newsletters/demographics\">Newsletter Signup</a> </li>\n                                    <li class=\"blurb-links-even\"><a href=\"/services/sitemap\">Site Map</a> </li>\n                                    <li class=\"last\"><a href=\"/magazine/advertise-with-us\">Advertise With Us</a> </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>                          \n\n            <div class=\"global-footer-copyright\"> \n                <div class=\"footer-worldwide hidden-phone\">\n    <div class=\"text\">\n      <span class=\"lead\">GLAMOUR.COM WORLDWIDE:</span>\n    </div>\n    <ul class=\"links\">\n        <li class=\"first\"><a href=\"http://www.glamourmagazine.co.uk\" target=\"_blank\">UK</a></li>\n        <li><a href=\"http://www.glamourmag.gr\" target=\"_blank\">Greece</a></li>\n        <li><a href=\"http://www.glamourparis.com\" target=\"_blank\">France</a></li>\n        <li><a href=\"http://www.glamouronline.hu\" target=\"_blank\">Hungary</a></li>\n        <li><a href=\"http://www.glamour.de\" target=\"_blank\">Germany</a></li>\n        <li><a href=\"http://www.glamour.pl\" target=\"_blank\">Poland</a></li>\n        <li><a href=\"http://www.glamour.es/\" target=\"_blank\">Spain</a></li>\n        <li><a href=\"http://www.glamour.se\" target=\"_blank\">Sweden </a></li>\n        <li><a href=\"http://www.glamour.ru\" target=\"_blank\">Russia</a></li>\n        <li><a href=\"http://www.glamour.nl\" target=\"_blank\">Netherlands</a></li>\n        <li><a href=\"http://www.glamour.mx\" target=\"_blank\">Mexico and Latin America</a></li>\n        <li class=\"last\"><a href=\"http://www.glamour.co.za\" target=\"_blank\">South Africa</a></li>\n    </ul>\n</div>\n\n<div class=\"global-footer-columns-container hidden-phone row\">\n\t<div class=\"global-footer-logo\">\n\t    <a href=\"http://www.condenast.com\" target=\"_blank\"><h3>Condé Nast Digital</h3></a>\n\t</div>\n\n\t<div class=\"global-footer-sister-sites\">\n\t    <form id=\"mag_dropmenus\" name=\"mag_dropmenus\" action=\"\">\n\t        <select id=\"mag_list\" name=\"mag_list\" onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\">\n\n\t            <option value=\"\" selected=\"selected\">Visit our sister sites</option><option value=\"\">- - - - - - - - - - - - - -</option>\n\t            <option value=\"http://www.allure.com\">Allure</option>\n\t            <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n\t            <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n\t            <option value=\"http://www.bonappetit.com\">Bon Appétit</option>\n\t            <option value=\"http://www.brides.com\">Brides.com</option>\n\t            <option value=\"http://www.concierge.com/cntraveler\">Condé Nast Traveler</option>\n\t            <option value=\"http://www.concierge.com\">Concierge</option>\n\t            <option value=\"http://www.details.com\">Details</option>\n\t            <option value=\"http://www.epicurious.com\">Epicurious</option>\n\t            <option value=\"http://www.glamour.com\">Glamour</option>\n\t            <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n\t            <option value=\"http://www.golfworld.com\">Golf World</option>\n\t            <option value=\"http://www.gq.com\">GQ</option>\n\t            <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n\t            <option value=\"http://www.jaunted.com\">Jaunted</option>\n\t            <option value=\"http://www.luckymag.com\">Lucky</option>\n\t            <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n\t            <option value=\"http://www.reddit.com\">Reddit</option>\n\t            <option value=\"http://www.self.com\">Self</option>\n\t            <option value=\"http://www.style.com\">Style</option>\n\t            <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n\t            <option value=\"http://www.newyorker.com\">The New Yorker</option>\n\t            <option value=\"http://www.thescene.com\">The Scene</option>\n\t            <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n\t            <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n\t            <option value=\"http://www.vogue.com\">Vogue</option>\n\t            <option value=\"http://www.wmagazine.com\">W</option>\n\t            <option value=\"http://www.wired.com\">Wired</option>\n\t        </select>\n\t    </form>\n\t</div>\n\n\t<div class=\"global-footer-nav sub-nav\">\n\t    <ul>\n\t        <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\" target=\"_blank\">Condé Nast Store</a></li>\n\t        <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\" target=\"_blank\">Careers</a></li>\n\n\t        <li id=\"global-footer-nav-mediakit\" class=\"last\"><a href=\"http://www.condenast.com/brands/gla/\" target=\"_blank\">Glamour Media Kit</a></li>\n\t    </ul>\n\t</div>\n</div>\n\n<p class=\"copyright-text\">&copy; 2015 Condé Nast. All rights reserved<br>\n    Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" target=\"_blank\">Privacy Policy</a> (effective 1/2/2014).\n    <br><a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a><br>\n    The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of <span class=\"nowrap\">Condé Nast.</span>\n</p>\n\n<div class=\"ad-choice\">\n    <div class=\"ad-choice-text\">\n    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a>\n    </div>\n</div>\n            </div>\n        </div>\n    </div>\n</div>\n\n\n    \n    <div class=\"flyIn hidden-tablet hidden-phone\">\n        <span class=\"close-btn\">\n            <img src=\"/aspen/img/x-btn.png\">\n        </span>\n\n        \n            \n\n<div id=\"AMS_GLM_GLOBAL_FLYIN\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\"><img src=\"/images/ecom/failsafe/CM-flyin-subscribe.jpg\" alt=\"Subscribe\"></a>\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n        \n    </div>\n</div>\n    <div id=\"cnid-modal\" class=\"modal cnid-modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"cnid-modalLabel\" aria-hidden=\"true\">\n    <div id=\"frameContainer\" class=\"modal-body cnid-modal-body cnid-ios-scroll\">\n        <button type=\"button\" class=\"close cnid-close\" data-dismiss=\"modal\" aria-hidden=\"true\">x</button>\n        <!--[if IE 8]><iframe id=\"cnidClient\" src=\"\" class=\"cnid-signin-iframe\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" height=\"620\" width=\"600\"></iframe> <![endif]-->\n        <!--[if (gt IE 8)|!(IE)]><!--> <iframe id=\"cnidClient\" src=\"\" class=\"cnid-signin-iframe\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" height=\"100%\" width=\"100%\"></iframe><!--<![endif]-->\n        <!-- loader overlay -->\n        <div id=\"loader-container\" class=\"hide\">\n        <div class=\"cnid-overlay-bg\"></div>\n        <div class=\"cnid-loader\">\n          <img src=\"https://cnid.condenastdigital.com/client/assets/img/spinner.gif\">\n        </div>\n        </div>\n        <!-- alerts overlay -->\n        <div id=\"alerts-container\" class=\"hide\">\n        <div class=\"cnid-overlay-bg\"></div>\n        <div id=\"alert-message\" class=\"cnid-alert-message alert text-center alert-success\">\n          <p id=\"alert-txt\"></p>\n          <button id=\"okay-btn\" type=\"button\" class=\"btn btn-form cnid-btn\">Okay</button>\n        </div>\n        </div>\n    </div>\n</div>\n<!--[if lt IE 9]>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.1.0/es5-shim.js\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/json2/20121008/json2.js\"></script>\n<![endif]-->\n\n    \n\n    \n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"glamour.com\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n\n\n    <script>_satellite.pageBottom();</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/glamour.com2.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en-us\">\n<head>\n    <meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"author\" content=\"Glamour Magazine\">\n<meta name=\"copyright\" content=\"Copyright (c) Cond&#233;Net 2015\">\n<meta name=\"robots\" content=\"noarchive\">\n\n\n<meta name=\"description\" content=\"A ton of brides are going for the pretty pretty princess vibe on their wedding day, so lots of wedding dress designers automatically reach for the tulle and the crinolines. {&amp;#8220;Fluffier! Puffier! MORE! } If you&amp;#8217;re a bride who isn&amp;#8217;t feeling the cupcake vibe, I suggest checking out white evening dresses, which tend to be a lot more streamlined. And bonus: Evening gowns are generally less expensive than wedding gowns. (Four of the dresses below are under $1,000.) Here are six off-the-rack I like: !function(d,s,id){var e, p = /^http:/.test(d.location) ? &#x27;http&#x27; : &#x27;https&#x27;;if(!d.getElementById(id)) {e = d.createElement(s);e.id = id;e.src = p + &#x27;://&#x27; + &#x27;widgets.rewardstyle.com&#x27; + &#x27;/js/boutique.js&#x27;;d.body.appendChild(e);}if(typeof window.__boutique === &#x27;object&#x27;) if(d.readyState === &#x27;complete&#x27;) {window.__boutique.init();}}(document, &#x27;script&#x27;, &#x27;boutique-script&#x27;);JavaScript is currently disabled in this browser. Reactivate it to view this content. Off-the-rack wedding dresses: Yes or no? Would you want to wear an evening gown on your wedding day? Or does it HAVE to be bridal?\">\n\n<meta name=\"news_keywords\" content=\"wedding dresses,wedding gowns\">\n\n\n\n<meta name=\"format-detection\" content=\"telephone=no\">\n\n\n<meta name=\"application-name\" content=\"Glamour Magazine\">\n<meta property=\"fb:admins\" content=\"694049960, 500038235, 542934201, 1510799, 706348009, 511257885, 789168297, 616818390, 823617\">\n<meta property=\"fb:app_id\" content=\"101358874221\">\n<meta property=\"og:description\" content=\"A ton of brides are going for the pretty pretty princess vibe on their wedding day, so lots of wedding dress designers automatically reach for the tulle and the crinolines. {&amp;#8220;Fluffier! Puffier! MORE! } If you&amp;#8217;re a bride who isn&amp;#8217;t feeling the cupcake vibe, I suggest checking out white evening dresses, which tend to be a lot more streamlined. And bonus: Evening gowns are generally less expensive than wedding gowns. (Four of the dresses below are under $1,000.) Here are six off-the-rack I like: !function(d,s,id){var e, p = /^http:/.test(d.location) ? &#x27;http&#x27; : &#x27;https&#x27;;if(!d.getElementById(id)) {e = d.createElement(s);e.id = id;e.src = p + &#x27;://&#x27; + &#x27;widgets.rewardstyle.com&#x27; + &#x27;/js/boutique.js&#x27;;d.body.appendChild(e);}if(typeof window.__boutique === &#x27;object&#x27;) if(d.readyState === &#x27;complete&#x27;) {window.__boutique.init();}}(document, &#x27;script&#x27;, &#x27;boutique-script&#x27;);JavaScript is currently disabled in this browser. Reactivate it to view this content. Off-the-rack wedding dresses: Yes or no? Would you want to wear an evening gown on your wedding day? Or does it HAVE to be bridal?\">\n<meta property=\"og:image\" content=\"http://www.glamour.com/images/weddings/2014/12/simple-wedding-dresses-wedding-gowns-1217-main.jpg\">\n<meta property=\"og:site_name\" content=\"Glamour\">\n<meta property=\"og:title\" content=\"Wedding Dresses With Zero Fluff, for Brides Who Don???t Want to Look Like a Damn Cupcake\">\n<meta property=\"og:url\" content=\"http://www.glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\">\n\n\n<meta name=\"msapplication-TileColor\" content=\"#f00a71\">\n<meta name=\"msapplication-TileImage\" content=\"/css/i/global/cn_glamour.png\">\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\">\n\n\n<meta name=\"p:domain_verify\" content=\"8854eb20d50aeadef27b9dd8fa4f26c8\">\n\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:creator\" content=\"KimberlyFusaro\">\n<meta name=\"twitter:site\" content=\"@glamourmag\">\n<meta name=\"twitter:image\" content=\"/images/weddings/2014/12/simple-wedding-dresses-wedding-gowns-1217-square-w352.jpg\">\n\n\n<script type=\"application/ld+json\">\n{\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"6 Wedding Dresses With Zero Fluff, for Brides Who Don&#8217;t Want to Look Like a Damn Cupcake\",\n    \"url\": \"http://www.glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\",\n    \"thumbnailUrl\": \"http://www.glamour.com/images/weddings/2014/12/simple-wedding-dresses-wedding-gowns-1217-square-w352.jpg\",\n    \"dateCreated\": \"2014-12-17T16:06:00.000Z\",\n    \"articleSection\": \"weddings\",\n    \"creator\": \"Kim Fusaro\",\n    \"keywords\": [\"wedding dresses\",\"wedding gowns\"]\n}\n</script>\n\n\n    <title>Simple Wedding Dresses: Best Off-the-Rack Wedding Dresses, Wedding Gowns: Glamour.com</title>\n    <link rel=\"stylesheet\" href=\"/aspen/css/glamour.css?v=0.1.53\">\n    <!--[if IE 8]>\n    <link rel=\"stylesheet\" media=\"Screen\" href=\"/aspen/css/IE-8-fix.css?v=0.1.53\" />\n    <![endif]-->\n    <link rel=\"canonical\" href=\"http://www.glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\">\n    <link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n    <script src=\"/aspen/js/build/modernizr-custom.js?v=0.1.53\"></script>\n<script>\n    'use strict';\n    var Courier = {\n        config: {\"previewSocial\":false,\"skipView\":false,\"site\":\"glamour\",\"env\":\"production\",\"hostName\":\"http://www.glamour.com\",\"lipstickLaunchDate\":\"20140409\",\"sansHtmlDate\":\"20140808\",\"services\":{\"cnid\":{\"apiKey\":\"85111a62-d034-4b3c-b404-04a06da7b1fd\",\"host\":\"https://cnid.condenastdigital.com\"},\"eventCollector\":{\"env\":\"PROD\",\"host\":\"http://event.glamour.com\"},\"eventResult\":{\"host\":\"http://result.glamour.com\"},\"social\":{\"host\":\"http://social.glamour.com\"},\"stats\":{\"host\":\"http://api.glamour.com\",\"root\":\"/content/stats\"},\"userServiceHost\":\"https://user-service.condenastdigital.com\",\"userServiceKey\":\"0OobSjxeOBbB5CMWzh3sAB5Vsdk=\"},\"version\":\"0.1.53\",\"viewSuffix\":\"\",\"type\":\"blog-entry\",\"view\":\"blog-entry\",\"livefyre\":{\"articleIdPrefix\":\"glamour_\",\"commentCountSelector\":\".livefyre-commentcount\",\"commentsEnabledTag\":\"comments\",\"lfCookieName\":\"lt\",\"mostCommentedEntries\":4,\"mostCommentedId\":\"commented\",\"mostPopularAge\":15,\"mostPopularEntries\":5,\"previewSocial\":false,\"socialStreamSelector\":\".stream\",\"streams\":[],\"strings\":{\"moderator\":\"glamour\"},\"userToken\":\"eyJhbGciOiJIUzI1NiJ9.eyJkaXNwbGF5X25hbWUiOiJUZXN0IFVzZXIgTGl2ZWZ5cmUgMSIsImV4cGlyZXMiOiIxNDUwODI1ODE4IiwiZG9tYWluIjoiZ2xhbW91ci0wLmZ5cmUuY28iLCJ1c2VyX2lkIjoiMTIzNDU2Nzg5MCJ9.oVkq4ULCBpu7vn9v7qLBFtrAu8z9ejcEvILKVCFIiTY\",\"network\":\"condenast.fyre.co\",\"scripts\":{\"livefyre\":\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\",\"commentCount\":\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"},\"siteId\":\"314714\",\"trendingServer\":\"http://bootstrap.condenast.fyre.co/api/v3.0/hottest/?site=\",\"pageConfig\":{\"articleId\":\"glamour_2000000003009414\",\"checksum\":\"10a3ce7e030d5c8c3fd4d7e41c04b042\",\"collectionMeta\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0YWdzIjoiY29tbWVudHMiLCJ0aXRsZSI6IjYgV2VkZGluZyBEcmVzc2VzIFdpdGggWmVybyBGbHVmZiwgZm9yIEJyaWRlcyBXaG8gRG9uJiM4MjE3O3QgV2FudCB0byBMb29rIExpa2UgYSBEYW1uIEN1cGNha2UiLCJ1cmwiOiJodHRwOi8vZ2xhbW91ci5jb20vd2VkZGluZ3MvYmxvZ3Mvc2F2ZS10aGUtZGF0ZS8yMDE0LzEyL3NpbXBsZS13ZWRkaW5nLWRyZXNzZXM_aW1hZ2VVcmw9L2ltYWdlcy93ZWRkaW5ncy8yMDE0LzEyL3NpbXBsZS13ZWRkaW5nLWRyZXNzZXMtd2VkZGluZy1nb3ducy0xMjE3LXNxdWFyZS13MzUyLmpwZyIsImNoZWNrc3VtIjoiMTBhM2NlN2UwMzBkNWM4YzNmZDRkN2U0MWMwNGIwNDIiLCJhcnRpY2xlSWQiOiJnbGFtb3VyXzIwMDAwMDAwMDMwMDk0MTQifQ.05IEuUuxm9wzTZKZ9qJ6TC_-6AhvHgt3lKB94EuKJY0\",\"el\":\"livefyre\",\"siteId\":\"314714\"}},\"pageAdsPath\":\"//subscribe.glamour.com/ams/page-ads.js?ad_category_prefix=weddings&browser_path=%2Fweddings%2Fblogs%2Fsave-the-date%2F2014%2F12%2Fsimple-wedding-dresses&cat_prefixes=%2Cweddings%2Cblogs%2Csave-the-date%2C2014%2C12%2Csimple-wedding-dresses&keywords=weddings%2Cwedding_dresses%2Cweddingdresses%2Cweddinggowns%2Cblogs%2Csave_the_date%2C2014%2C12%2Csimple_wedding_dresses%2Cblog-entry&position_list=AMS_GLM_CONTENTPAGE_ZRAIL%2CAMS_GLM_GLOBAL_FLYIN%2CAMS_GLM_GLOBAL_FOOTER%2CAMS_GLM_GLOBAL_HEADERCALLOUT%2CAMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE%2CAMS_GLM_GLOBAL_INTER%2CAMS_GLM_GLOBAL_LEFTNAV%2CAMS_GLM_LITEREG_SUBSCRIBE%2CAMS_GLM_MOBILE_CONTENTPAGE_ZRAIL%2CAMS_GLM_MOBILE_GLOBAL_FOOTER%2CAMS_GLM_TABLET_GLOBAL_HEADERCALLOUT%2CAMS_GLM_MOBILE_GLOBAL_NAVBAR%2CAMS_GLM_BLOG_RIGHTNAV&site_prefix=glamour&subdomain=www&url_name=simple-wedding-dresses\",\"dtm\":{\"pageValue\":\"all\"}},\n        meta: {\"contributor\":\"Kim Fusaro\",\"description\":\"A ton of brides are going for the pretty pretty princess vibe on their wedding day, so lots of wedding dress designers automatically reach for the tulle and the crinolines. {&#8220;Fluffier! Puffier! MORE! } If you&#8217;re a bride who isn&#8217;t feeling the cupcake vibe, I suggest checking out white evening dresses, which tend to be a lot more streamlined. And bonus: Evening gowns are generally less expensive than wedding gowns. (Four of the dresses below are under $1,000.) Here are six off-the-rack I like: !function(d,s,id){var e, p = /^http:/.test(d.location) ? 'http' : 'https';if(!d.getElementById(id)) {e = d.createElement(s);e.id = id;e.src = p + '://' + 'widgets.rewardstyle.com' + '/js/boutique.js';d.body.appendChild(e);}if(typeof window.__boutique === 'object') if(d.readyState === 'complete') {window.__boutique.init();}}(document, 'script', 'boutique-script');JavaScript is currently disabled in this browser. Reactivate it to view this content. Off-the-rack wedding dresses: Yes or no? Would you want to wear an evening gown on your wedding day? Or does it HAVE to be bridal?\",\"heds\":{\"display\":\"6 Wedding Dresses With Zero Fluff, for Brides Who Don&#8217;t Want to Look Like a Damn Cupcake\",\"seo\":\"Simple Wedding Dresses: Best Off-the-Rack Wedding Dresses, Wedding Gowns: Glamour.com\",\"social\":\"Wedding Dresses With Zero Fluff, for Brides Who Don???t Want to Look Like a Damn Cupcake\"},\"id\":\"2000000003009414\",\"keywords\":{\"ads\":[\"weddings\",\"wedding_dresses\",\"wedding dresses\",\"wedding gowns\",\"blogs\",\"save_the_date\",\"2014\",\"12\",\"simple_wedding_dresses\",\"blog-entry\"],\"display\":[\"wedding dresses\",\"wedding gowns\"],\"hidden\":[]},\"pageType\":\"blogpost\",\"pagination\":{},\"properties\":\"\",\"publishDate\":\"2014-12-17T16:06:00.000Z\",\"reactions\":\"\",\"searchImage\":\"/images/weddings/2014/12/simple-wedding-dresses-wedding-gowns-1217-square-w352.jpg\",\"section\":\"weddings\",\"site\":\"glamour\",\"source\":\"\",\"subsection\":\"wedding-dresses\",\"type\":\"blog-entry\",\"urls\":{\"canonical\":\"/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\",\"lookup\":\"/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\",\"social\":\"/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\"},\"stitch\":{}},\n        stats: {\"2000000003015754\":{\"likes\":2}}\n    };\n    Courier.config.cmPlacements = [\"AMS_GLM_GLOBAL_LEFTNAV\",\"AMS_GLM_MOBILE_GLOBAL_NAVBAR\",\"AMS_GLM_GLOBAL_HEADERCALLOUT\",\"AMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE\",\"AMS_GLM_BLOG_RIGHTNAV\",\"AMS_GLM_CONTENTPAGE_ZRAIL\",\"AMS_GLM_MOBILE_CONTENTPAGE_ZRAIL\",\"AMS_GLM_MOBILE_GLOBAL_FOOTER\",\"AMS_GLM_GLOBAL_FOOTER\",\"AMS_GLM_GLOBAL_FLYIN\"];\n    Courier.config.ads = {\n        desktop: { 'header': {\"sz\":\"728x90\",\"kws\":[\"top\"]}, 'blogcontent': {\"sz\":\"300x250\",\"kws\":[\"bottom\"]}, 'xrail': {\"sz\":\"728x91\",\"kws\":[]}, 'yrail': {\"sz\":\"300x250\",\"kws\":[\"top\"]} },\n        mobile: { 'topmobile': {\"sz\":\"320x50\",\"kws\":[\"top\"]}, 'blogcontentmobile': {\"sz\":\"300x52\",\"kws\":[]}, 'bottommobile': {\"sz\":\"320x51\",\"kws\":[\"bottom\"]} }\n    };\n</script>\n<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n<script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-97b05637e488bed6e0839467a3c617b166b09274.js\"></script>\n<script src=\"/aspen/js/build/glamour.js?v=0.1.53\" async></script>\n</head>\n<body class=\"glamour l-blog-entry\">\n    <div id=\"eventListHolder\" style=\"display:none;\"></div>\n    \n\n<div class=\"outer-wrapper\"> \n        \n<div class=\"sidebar-offcanvas\">\n    <span data-toggle=\"offcanvas\" class=\"btn-nav-close pull-right\"></span>\n    <div class=\"glam-nav\">\n        \n\n\t\n\t\t<dt class='fashion'>\n\t\t\t<a href=\"/fashion\" title=\"\">Fashion</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='beauty'>\n\t\t\t<a href=\"/lipstick\" title=\"\">Beauty</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='entertainment'>\n\t\t\t<a href=\"/entertainment\" title=\"\">Celebs</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='sex-love-life'>\n\t\t\t<a href=\"/sex-love-life\" title=\"\">Sex <span style='color:#F00A71'>&#9829;</span> Dating</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='weddings'>\n\t\t\t<a href=\"/weddings\" title=\"\">Weddings</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='health-fitness'>\n\t\t\t<a href=\"/health-fitness\" title=\"\">Health &amp; Diet</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='inspired'>\n\t\t\t<a href=\"/inspired\" title=\"\">Inspired</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='home'>\n\t\t\t<a href=\"/home\" title=\"\">Living</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='video'>\n\t\t\t<a href=\"http://video.glamour.com/\" title=\"\">Video</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='fashionweek'>\n\t\t\t<a href=\"/fashion-week\" title=\"\"></a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='min-link-start'>\n\t\t\t<a href=\"\" title=\"\">&nbsp;</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='magazine min-link'>\n\t\t\t<a href=\"/magazine\" title=\"\">Magazine</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='contest min-link'>\n\t\t\t<a href=\"/win\" title=\"\">Free Stuff</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='promo min-link'>\n\t\t\t<a href=\"http://promotions.glamour.com/\" title=\"\">Promos</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='app min-link'>\n\t\t\t<a href=\"/magazine/apps\" title=\"\">Apps</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='horoscopes min-link'>\n\t\t\t<a href=\"/entertainment/horoscopes\" title=\"\">Horoscopes</a>\n\t\t</dt>\n\t\n\n\t\n\t\t<dt class='newsletters min-link'>\n\t\t\t<a href=\"https://secure.glamour.com/services/newsletters/demographics\" title=\"\">Newsletters</a>\n\t\t</dt>\n\t\n\n\n    </div>\n    <div class=\"social-skittles\">\n        <a class=\"icon-fb\" href=\"http://www.facebook.com/glamour\" target=\"_blank\">Facebook</a>\n        <a class=\"icon-tw\" href=\"http://twitter.com/#!/glamourmag\" target=\"_blank\">Twitter</a>\n        <a class=\"icon-insta\" href=\"http://instagram.com/glamourmag\" target=\"_blank\">Instagram</a>\n        <a class=\"icon-pin\" href=\"http://pinterest.com/glamourmag/\" target=\"_blank\">Pinterest</a>\n    </div>\n    <div class=\"glamour-search-container\">\n    <form name=\"search_form_rail\" id=\"search_form_rail\" action=\"/search\" class=\"paginatorForm form-inline\" method=\"get\">\n        <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n        <input type=\"hidden\" name=\"sort\" value=\"\" />\n        <input type=\"search\" name=\"query\" id=\"results-search-rail\" class=\"input-large search-query\" value=\"\" placeholder=\"Search\" />\n        <button name=\"submit\" class=\"submit\" id=\"submit_rail\" title=\"Search\" type=\"submit\"></button>\n    </form>\n</div>\n</div>\n<div class=\"overlay-offcanvas\" data-toggle=\"offcanvas\"></div>\n    <div class=\"container utility-bar\">\n    <div class=\"row\">\n        <div class=\"span4\">\n            \n                \n\n<div id=\"AMS_GLM_GLOBAL_LEFTNAV\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"AMS_GLM_GLOBAL_LEFTNAV\" class='static-subscribe-options-container'>\n        <a class=\"brand-logo\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" title=\"Glamour\"><img src=\"/aspen/img/Glamour_Logo_M.png\" alt=\"GLAMOUR\"></a>\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\">Subscribe</a>\n        <span class=\"divider\">|</span>\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeGift\" target=\"_blank\" title=\"Give a Subscription to Glamour magazine as a Gift\">Give a gift</a>\n        <span class=\"divider\">|</span>\n        <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=GLM\" target=\"_blank\" title=\"Renew your Subscription to Glamour magazine\">Renew</a>\n    </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n            \n        </div>\n        \n        <div class=\"login-container\">\n            <span class=\"logged-out\">\n                <a href=\"/user/login\" class=\"login cnid-auth\" title=\"Login\">Log in / Register</a>\n                <a href=\"http://www.glamalert.com/\" class=\"promos\" title=\"Promos\"> Promos </a>\n            </span>\n            <span class=\"logged-in\">\n                <span class=\"login-msg\">Hi&nbsp;\n                    <span class=\"user-title\"></span>\n                    <a href=\"http://www.glamalert.com/\" class=\"promos\" title=\"Promos\"> Promos </a>\n                </span>\n\n                <ul class=\"logout-box\">\n                    <li>\n                        <a href=\"/user/logout\" class=\"logout cnid-auth first\">Logout</a>\n                    </li>\n                    <li>\n                        <a href=\"/user/update\" class=\"update-profile\">Edit Profile</a>\n                    </li>\n                </ul>\n            </span>\n\n            \n        </div>\n    </div>\n</div>\n    <div class=\"header-anchor\"></div>\n<div class=\"header-container text-center\">\n    \n        <div class=\"header-ad\">\n            <div id=\"header728x90_frame\"></div>\n            <div id=\"topmobile320x50_frame\"></div>\n        </div>\n    \n\n    <div class=\"top-header\">\n        <div class=\"container\">\n            <div class=\"nav-logo pull-left text-left\">\n                <span data-toggle=\"offcanvas\" class=\"btn-nav-dd pull-left\"></span>\n                <a class=\"glamour-logo\" href=\"/\"><img src=\"/aspen/img/Glamour_Logo_M.png\" alt=\"GLAMOUR\"/></a>\n\n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                        <a href=\"/weddings\" class=\"active-section\" title=\"\">Weddings</a>\n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n                    \n                \n\n                <ul class=\"section-nav\"></ul>\n            </div>\n\n            <div class=\"top-header-ecom pull-right text-right\">\n                \n                    \n\n<div id=\"AMS_GLM_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"mobile_global_navbar\" title=\"Subscribe to Glamour magazine\">\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target=\"_blank\"><span>Subscribe</span></a>\n    </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n                \n                    \n\n<div id=\"AMS_GLM_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n        <div class='ecom-placement-content' style=\"width:300px; float:right; background-color: #f00a71; color: #fff; position:relative;\">\n            <div class=\"subs-text\" style=\"width:210px; text-align:center; height:60px; display:table-cell; vertical-align:middle;\">\n                <a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">SUBSCRIBE</a>\n                <p style=\"margin:0; text-transform:none; font-style:italic;\"><a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">For Just <strong>$1.25</strong> An Issue</a></p>\n            </div>\n            <a style=\"color:#fff\" href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\"><img class=\"mag-image\" style=\"position:absolute; top:-42px; right:15px;\" src=\"https://subscribe.condenet.com/images_covers/cover_glamour_80.jpg\" width=\"75\" /></a>          \n        </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n                \n                    \n\n<div id=\"AMS_GLM_GLOBAL_HEADERCALLOUT_COLLAPSE\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n        <div class='ecom-placement-content'>\n            <div id=\"subs-collapsed\"><a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\" title=\"Subscribe to Glamour magazine\" rel=\"nofollow\">SUBSCRIBE</a></div>\n        </div>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                \n            </div>\n        </div>\n    </div>\n</div>\n\n\n    <div class=\"main-container\">\n        <div class=\"glamour-content container\">\n            <div class=\"article-wrapper row\">\n                \n\n            \n                <div class=\"span8 article-container\">\n                    \n                        <div class=\"article blog-article\">\n                            \n                                \n\n<div id=\"AMS_GLM_BLOG_RIGHTNAV\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\">Subscribe</a>\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                            \n\n                            <div class=\"article-header\">\n                                \n                                    <div class=\"blog-header\">\n                                        <a href=\"/weddings/blogs/save-the-date/\" class=\"blog-title\"><span class=\"text\">Save the Date</span></a>\n                                    </div>\n                                \n\n                                <ul class=\"blognav\">\n                                    \n                                        <li class=\"previous\">\n                                            <a class=\"previous-arrow\" href=\"/weddings/blogs/save-the-date/2014/12/wedding-favor-ideas\"></a>\n                                            <div class=\"prev-story\">\n                                                <h4>prev story</h4>\n                                                <a class=\"permalink\" href=\"/weddings/blogs/save-the-date/2014/12/wedding-favor-ideas\" title=\"5 New Ideas for Wedding Guest Favors\"><img src=\"/images/weddings/2014/12/chocolate-chip-cookies-square-w352.jpg\">5 New Ideas for Wedding Guest Favors</a>\n                                            </div>\n                                        </li>\n                                    \n                                    \n                                        <li class=\"next\">\n                                            <a class=\"next-arrow\" href=\"/weddings/blogs/save-the-date/2014/12/celebrity-wedding-pictures-2015\"></a>\n                                            <div class=\"next-story\">\n                                                <h4>next story</h4>\n                                                <a class=\"permalink\" href=\"/weddings/blogs/save-the-date/2014/12/celebrity-wedding-pictures-2015\" title=\"15 Celebrity Weddings We Can Look Forward to in 2015&#8212;and 1 That Might Not Happen\"><img src=\"/images/weddings/2014/12/jennifer-aniston-justin-theroux-wedding-pictures-square-w352.jpg\">15 Celebrity Weddings We Can Look Forward to in 2015&#8212;and 1 That Might Not Happen</a>\n                                            </div>\n                                        </li>\n                                    \n                                </ul>\n\n                                <h1 class=\"span6\">6 Wedding Dresses With Zero Fluff, for Brides Who Don&#8217;t Want to Look Like a Damn Cupcake</h1>\n\n                                \n                                    <div class=\"byline-container top\">\n                                        \n                                            \n                                                \n                                                    <div class=\"byline\">\n                                                        By\n                                                        <cite class=\"vcard author\">\n                                                            <a href=\"/contributors/kim-fusaro\">Kim Fusaro</a>\n                                                        </cite>\n                                                    </div>\n                                                \n                                            \n                                                \n                                            \n                                        \n                                        \n                                            \n                                                <div class=\"date-time-stamp\">December 17, 2014</div>\n                                            \n                                        \n                                    </div>\n                                \n\n                                <div class=\"social-container\">\n                                    \n                                    \n                                        \n                                            \n                                        \n                                    \n                                    <div class=\"sharrre-tools\"></div>\n\n                                    <div class=\"comment-count-social\">\n                                        <a href=\"#comments\">\n                                            \n                                                <span class=\"livefyre-commentcount\" data-lf-site-id=\"314714\" data-lf-article-id=\"glamour_2000000003009414\"></span>\n                                            \n                                        </a>\n                                    </div>\n                                </div>\n                            </div>\n\n                            <div class=\"article-text\">\n                                \n\n                                <p>A ton of brides are going for the <a href=\"http://smile.amazon.com/Pretty-Princess-Dress-Up-Board-Game/dp/B00000IWHP/ref=sr_1_2?ie=UTF8&qid=1418829378&sr=8-2&keywords=pretty+pretty+princess\">pretty pretty princess</a> vibe on their wedding day, so lots of <a href=\"http://www.glamour.com/about/\">wedding dress</a> designers automatically reach for the tulle and the crinolines. {<em>&#8220;Fluffier! Puffier! MORE! </em>} If you&#8217;re a bride who <strong>isn&#8217;t</strong> feeling the cupcake vibe, I suggest checking out white evening dresses, which tend to be a lot more streamlined. And bonus: Evening gowns are generally less expensive than wedding gowns. (Four of the dresses below are under $1,000.) Here are six off-the-rack I like: </p>  <div class=\"boutique-widget\" data-widget-id=\"204476\"><script type=\"text/javascript\">!function(d,s,id){var e, p = /^http:/.test(d.location) ? 'http' : 'https';if(!d.getElementById(id)) {e = d.createElement(s);e.id = id;e.src = p + '://' + 'widgets.rewardstyle.com' + '/js/boutique.js';d.body.appendChild(e);}if(typeof window.__boutique === 'object') if(d.readyState === 'complete') {window.__boutique.init();}}(document, 'script', 'boutique-script');</script><div class=\"rs-adblock\"><img src=\"//assets.rewardstyle.com/images/search/350.gif\" onerror=\"this.parentNode.innerHTML='Disable your ad blocking software to view this content.'\" style=\"width: 15px; height: 15px;\" /><noscript>JavaScript is currently disabled in this browser. Reactivate it to view this content.</noscript></div></div>  <p><br /> <strong>Off-the-rack wedding dresses: Yes or no? Would you want to wear an evening gown on your wedding day? Or does it HAVE to be bridal?</strong></p>\n\n                                \n                                    \n                                        \n                                            \n                                        \n                                            \n                                                <h6>Photos: Courtesy of the vendors.</h6>\n                                            \n                                        \n                                    \n                                \n\n                                \n                                <div class=\"ad-container\">\n                                    <span class=\"ad-copy\">ADVERTISEMENT</span>\n                                    <div id=\"blogcontent300x250_frame\"></div>\n\n                                    \n                                    <div id=\"blogcontentmobile300x52_frame\"></div>\n                                </div>\n                            </div>\n\n                            <div class=\"social-container\">\n                                \n                                \n                                    \n                                        \n                                    \n                                \n                                <div class=\"sharrre-tools\"></div>\n                            </div>\n\n                            \n                                \n                                    \n                                        \n                                            <div class=\"byline-container bottom\">\n                                                \n                                                    <div class=\"span1 author-image border-image-style\">\n                                                        <a href=\"/contributors/kim-fusaro\">\n                                                            <img src=\"/images/contributors/kim-fusaro.jpg\" />\n                                                        </a>\n                                                    </div>\n                                                \n                                                <div class=\"byline\">\n                                                    <cite class=\"vcard author\">\n                                                        <a href=\"/contributors/kim-fusaro\">Kim Fusaro</a>\n                                                    </cite>\n                                                    <span class=\"byline-desc\">Weddings and lifestyle writer. Owner of two bad knees and one 1920s fixer-upper. Hoarder of Cherry ChapStick, high-end vacuums, and stray animals. Eats chocolate every day.</span>\n\n                                                    <div class=\"author-contact\">\n                                                        \n                                                            <a id=\"popup-share\" class=\"twitter-btn\" href=\"https://twitter.com/intent/follow?screen_name=KimberlyFusaro\">FOLLOW ME</a>\n                                                        \n\n                                                        \n                                                            \n                                                                <a class=\"btn-email\" href=\"mailto:glamour.weddings.girls@gmail.com?subject=Glamour:  Feedback &body=Contact via: http://www.glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses%0D%0A%0D%0A------------------------------------------------------------------%0D%0APlease type your comment or question below.%0D%0AThanks for your feedback!%0D%0A------------------------------------------------------------------\">EMAIL ME</a>\n                                                            \n                                                        \n                                                    </div>\n                                                </div>\n                                            </div>\n                                        \n                                    \n                                \n                                    \n                                \n                            \n                                <div class=\"article-keywords\">\n        \n            <h4>Keywords:</h4>\n            <ul>\n                \n                    <li>\n                        <a title=\"search site for &quot;wedding dresses&quot;\" rel=\"tag\" href=\"/about/wedding-dresses\">wedding dresses</a>\n                    </li>\n                \n                    <li>\n                        <a title=\"search site for &quot;wedding gowns&quot;\" rel=\"tag\" href=\"/about/wedding-gowns\">wedding gowns</a>\n                    </li>\n                \n            </ul>\n        \n    </div>\n\n                        </div>\n                    \n\n                    <div class=\"mobile-social\">\n\t<span class=\"mobile-share\"></span>\n\t<div class=\"icons\">\n\t    <div class=\"sharrre-tools-list\"></div>\n\t    <div class=\"whatsapp\">\n\t        <a href=\"whatsapp://send?text=Wedding Dresses With Zero Fluff, for Brides Who Don???t Want to Look Like a Damn Cupcake%0D%0A%0D%0Ahttp://www.glamour.com/weddings/blogs/save-the-date/2014/12/simple-wedding-dresses\"></a>\n\t    </div>\n\t</div>\n</div>\n\n                    \n                    <h2 class=\"zergnet-header\">Recommended</h2>\n                    <div id=\"zergnet-widget-22569\"></div>\n\n                    \n<div id=\"comments\">\n    <div id=\"livefyre\"></div>\n</div>\n\n\n\n                    \n                        <div class=\"xrail\">\n                            \n                                \n                                    \n<div class=\"span #blogs-leaderboard-ad\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 dart_ad first last\">\n    \t            <div class=\"ad-container\">\n\t\n\t\n\t\n\t    <div id=\"xrail728x91_frame\"></div>\n\t\n</div>\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                                \n                                    \n<div class=\"span more-stories\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n                <h2 class=\"features-header header\">More Stories Like This</h2>\n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 search resultswithimage first last\">\n    \t             \n    \n    <div class=\"s-item list\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/weddings/2014/11/diamond-tips-buying-an-engagement-ring\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"The Essential Guide to Engagement Ring Shopping\" src=\"/images/weddings/2014/11/01-Philip-Press-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"The Essential Guide to Engagement Ring Shopping\" src=\"/images/weddings/2014/11/01-Philip-Press-square-w352.jpg\" />\n                    \n                \n                \n                    <a href=\"/weddings/2014/11/diamond-tips-buying-an-engagement-ring\" class=\"slide\"><img src=\"/aspen/img/slideshow_icon.png\"></a>\n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/weddings\">weddings</a></span>\n                \n\n                \n\n                \n                    <a class=\"s-title\" href=\"/weddings/2014/11/diamond-tips-buying-an-engagement-ring\">The Essential Guide to Engagement Ring Shopping</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/eliza-krpoyan\">Eliza Krpoyan</a></div>\n                    \n                \n\n                <div class=\"timestamp\">November 17, 2014</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item list\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/weddings/2014/11/beach-wedding-dresses-styles-for-2015\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"18 Perfect Wedding Dresses for Beach Brides\" src=\"/images/weddings/2014/11/3-best-beach-wedding-dresses-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"18 Perfect Wedding Dresses for Beach Brides\" src=\"/images/weddings/2014/11/3-best-beach-wedding-dresses-square-w352.jpg\" />\n                    \n                \n                \n                    <a href=\"/weddings/2014/11/beach-wedding-dresses-styles-for-2015\" class=\"slide\"><img src=\"/aspen/img/slideshow_icon.png\"></a>\n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/weddings\">weddings</a></span>\n                \n\n                \n\n                \n                    <a class=\"s-title\" href=\"/weddings/2014/11/beach-wedding-dresses-styles-for-2015\">18 Perfect Wedding Dresses for Beach Brides</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/kim-fusaro\">Kim Fusaro</a></div>\n                    \n                \n\n                <div class=\"timestamp\">November 13, 2014</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                                \n                                    \n<div class=\"span most popular\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 mostpopular first last\">\n    \t            \n    <div class=\"mostpopular\">\n        <h2 class=\"features-header header\">TRENDING</h2>\n        \n        \n        <div class=\"mp-list span2 first\">\n            <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                <img src=\"/images/fashion/2015/01/princess-mary-white-dress-new-years-2015-square-w260.jpg\" alt=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\" />\n            </a>\n\n            <a class=\"title\" href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                Princess Mary Had the Dreamiest New Year's Outfit, Ever\n            </a>\n        </div>\n        \n        \n        \n        <div class=\"mp-list span2\">\n            <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                <img src=\"/images/inspired/2015/01/stepford-wives-nicole-kidman-square-w260.jpg\" alt=\"Is This the Most Sexist Relationship Advice Ever?\" />\n            </a>\n\n            <a class=\"title\" href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                Is This the Most Sexist Relationship Advice Ever?\n            </a>\n        </div>\n        \n        \n        \n        <div class=\"mp-list span2\">\n            <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                <img src=\"/images/fashion/2014/12/nightlift-sleep-bra-black-square-w260.jpg\" alt=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\" />\n            </a>\n\n            <a class=\"title\" href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                Huh? The Bra You're Supposed to Wear at Night (I Tried It!)\n            </a>\n        </div>\n        \n        \n        \n        \n        \n        \n    </div>\n\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                                \n                            \n                        </div>\n                    \n\n                    \n                        \n\n<div id=\"AMS_GLM_CONTENTPAGE_ZRAIL\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target='_blank'><img border='0' src='/images/ecom/failsafe/GLM_footer.jpg' alt='Subscribe to Glamour' /></a>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n\n                    \n                        \n\n<div id=\"AMS_GLM_MOBILE_CONTENTPAGE_ZRAIL\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target='_blank'><img border='0' src='/images/ecom/failsafe/GLM_footer.jpg' alt='Subscribe to Glamour' /></a>\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n\n                    <div id=\"topScroll\" class=\"hidden-phone\">\n                        <a href=\"#top\"></a>\n                    </div>\n                </div>\n                <div class=\"span4 glamour-sidebar\">\n                    <div class=\"span4 glamour-sidebar-navigation\">\n    <div class=\"sidebar-on-nav\">\n        \n            <div id=\"yrail\">\n            \n                \n                    \n<div class=\"span ad\">\n\t<section id=\"ps_fs\" class=\"features\">\n\t    \n            \n        \n\n        \n    \t    \n    \t        <div class=\"feature feature-1 dart_ad first last\">\n    \t            <div class=\"ad-container\">\n\t\n\t\n\t\n\t    <div id=\"yrail300x250_frame\"></div>\n\t\n</div>\n    \t        </div>\n    \t    \n        \n\n        \n\t</section>\n</div>\n\n                \n            \n                \n                    \n\n\t\n\t\t<div class=\"span must-reads-module\">\n    <section id=\"must_reads_module\" class=\"features insertfeature \">\n            <ul class=\"tab-list\">\n                <li id=\"tab-tab-must-reads\" class=\"tab active\"><a href=\"#tab-must-reads\">Must Reads</a></li>\n                <li id=\"tab-tab-latest\" class=\"tab\"><a href=\"#tab-latest\">Latest</a></li>\n                \n                    <li id=\"tab-tab-popular\" class=\"tab\"><a href=\"#tab-popular\">Popular</a></li>\n                \n            </ul>\n            <div id=\"tab-must-reads\" class=\"tab tab-0 visible\" style=\"\">\n                <div id=\"must-reads\">\n                    <div class=\"features must-reads\">\n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/fashion/2014/12/reese-witherspoon-glamour-january-2015-cover-photos/1\" title=\"reese witherspoon\">\n        \n            <img src=\"/images/fashion/2014/12/03-reese-witherspoon-glamour-cover-square-w73.jpg\" alt=\"reese witherspoon\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/fashion/2014/12/reese-witherspoon-glamour-january-2015-cover-photos/1\">Behind the Scenes: Reese Witherspoon's Cover Shoot</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/weddings/getting-engaged\" title=\"engagement rings\">\n        \n            <img src=\"/images/weddings/2014/08/5-diamond-engagement-rings-0811-square-w73.jpg\" alt=\"engagement rings\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/weddings/getting-engaged\">All About Getting Engaged</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/lipstick/2014/11/holiday-hair-gift-guide-best-styling-products-and-heat-tools/1\" title=\"shiny hair\">\n        \n            <img src=\"/images/beauty/2014/09/bombshell-hair-square-w73.jpg\" alt=\"shiny hair\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/lipstick/2014/11/holiday-hair-gift-guide-best-styling-products-and-heat-tools/1\">The Best Products for Healthy, Shiny Hair</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/fashion/2014/12/winter-clothing-staples-every-woman-needs/1\" title=\"sweater\">\n        \n            <img src=\"/images/fashion/2014/12/06-hm-fisherman-sweater-square-w73.jpg\" alt=\"sweater\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/fashion/2014/12/winter-clothing-staples-every-woman-needs/1\">Winter Outfit Ideas</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                                <div class=\"feature manual\">\n                                    \n\n\n\n\n\n\n\n    <div class=\"captioned-photo\">\n        <a href=\"/sex-love-life/what-men-think\" title=\"guys\">\n        \n            <img src=\"/images/sex-love-life/2013/01/couple-laughing-square-w73.jpg\" alt=\"guys\" class=\"featureimg\">\n        \n        </a>\n        \n    </div>\n\n\n\n\n\n\n    <div class=\"blurb\">\n        \n        \n\n        \n        <div class=\"sub-header\">\n            \n                <a href=\"/sex-love-life/what-men-think\">Guys Explain Their Worst Behavior</a>\n            \n        </div>\n        \n    </div>\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                        \n                            \n                        \n                    </div>\n                </div>\n            </div>\n             <div id=\"tab-latest\" class=\"tab tab-1\" style=\"\">\n                <div id=\"latest\">\n                    <div class=\"features latest\">\n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                        \n                            \n                                <div class=\"feature search\">\n                                     \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"What Exactly Is a &quot;Healthy&quot; Sex Life, Anyway?\" src=\"/images/sex-love-life/2014/12/healthy-sex-life-square-w352.jpeg\">\n                        <img class=\"hidden-phone\" alt=\"What Exactly Is a &quot;Healthy&quot; Sex Life, Anyway?\" src=\"/images/sex-love-life/2014/12/healthy-sex-life-square-w352.jpeg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/sex-love-life\">sex-love-life</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">What Exactly Is a \"Healthy\" Sex Life, Anyway?</a>\n                    <a class=\"visible-phone s-title\" href=\"/sex-love-life/blogs/smitten/2015/01/what-exactly-is-a-healthy-sex\">What Exactly Is a \"Healthy\" Sex Life, Anyway?</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/jillian-kramer\">Jillian Kramer</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">12 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"The 5 New Ways To Style Pants That Will Rock Your World\" src=\"/images/fashion/2014/12/nye-pants-river-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/still-dont-know-what-to-wear-t\">The 5 New Ways To Style Pants That Will Rock Your World</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">13 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2 full-width\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"Over Glitter? Never. Glitter Shoes That Are Year-Round Approved\" src=\"/images/fashion/2015/01/garance-dore-w724.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/fashion\">fashion</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. Glitter Shoes That Are Year-Round Approved</a>\n                    <a class=\"visible-phone s-title\" href=\"/fashion/blogs/dressed/2015/01/nye-may-be-over-but-you-can-st\">Over Glitter? Never. 17 Glitter Shoes That Are Year-Round Approved</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/avery-matera\">Avery Matera</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"Does Gwen Stefani Wear Makeup to Go Skiing? Here&#x27;s Your Answer\" src=\"/images/beauty/2015/01/gwen-stefani-makeup-skiing-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"Does Gwen Stefani Wear Makeup to Go Skiing? Here&#x27;s Your Answer\" src=\"/images/beauty/2015/01/gwen-stefani-makeup-skiing-square-w352.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/beauty\">beauty</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">Does Gwen Stefani Wear Makeup to Go Skiing? Here's Your Answer</a>\n                    <a class=\"visible-phone s-title\" href=\"/lipstick/blogs/girls-in-the-beauty-department/2015/01/does-gwen-stefani-wear-makeup\">Does Gwen Stefani Wear Makeup to Go Skiing? Here's Your Answer</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/beth-shapouri\">Beth Shapouri</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n \n    \n    <div class=\"s-item article_v2\">\n        <div class=\"s-media\">\n            \n\n            <a href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">\n                \n                    \n                        <img class=\"visible-phone\" alt=\"What to Watch, Read, Stream, and Listen to This Weekend\" src=\"/images/entertainment/2015/01/abc-galavant-square-w352.jpg\">\n                        <img class=\"hidden-phone\" alt=\"What to Watch, Read, Stream, and Listen to This Weekend\" src=\"/images/entertainment/2015/01/abc-galavant-square-w352.jpg\" />\n                    \n                \n                \n            </a>\n        </div>\n\n        \n            <div class=\"s-content\">\n                \n\n                \n                    <span class=\"section-title\"><a href=\"/entertainment\">entertainment</a></span>\n                \n\n                \n\n                \n                    <a class=\"hidden-phone s-title\" href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">What to Watch, Read, Stream, and Listen to This Weekend</a>\n                    <a class=\"visible-phone s-title\" href=\"/entertainment/blogs/obsessed/2015/01/new-on-netflix-january-2-2015\">What to Watch, Read, Stream, and Listen to This Weekend</a>\n                \n\n                \n                    \n                        <div class=\"search-byline\">By <a href=\"/contributors/lynsey-eidell\">Lynsey Eidell</a></div>\n                    \n                \n                    \n                \n\n                <div class=\"timestamp\">14 hours ago</div>\n\n                \n            </div>\n        \n    </div>\n    \n\n\n\n\n\n\n                                </div>\n                            \n                        \n                            \n                        \n                    </div>\n                </div>\n            </div>\n            <div id=\"tab-popular\" class=\"tab tab-2\" style=\"\">\n                <div id=\"popular\">\n                    \n                        <div class=\"features popular\">\n                        \n                            <div class=\"mp-list feature first\">\n                            <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                                <img src=\"/images/fashion/2015/01/princess-mary-white-dress-new-years-2015-square-w166.jpg\" alt=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\" />\n                            </a>\n                            <div class='title'> <a href=\"/fashion/blogs/dressed/2015/01/princess-mary-white-dress-new-years\" title=\"Princess Mary Had the Dreamiest New Year&#x27;s Outfit, Ever\">\n                                Princess Mary Had the Dreamiest New Year's Outfit, Ever\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                                <img src=\"/images/inspired/2015/01/stepford-wives-nicole-kidman-square-w166.jpg\" alt=\"Is This the Most Sexist Relationship Advice Ever?\" />\n                            </a>\n                            <div class='title'> <a href=\"/inspired/blogs/the-conversation/2015/01/is-this-the-most-sexist-relati\" title=\"Is This the Most Sexist Relationship Advice Ever?\">\n                                Is This the Most Sexist Relationship Advice Ever?\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                                <img src=\"/images/fashion/2014/12/nightlift-sleep-bra-black-square-w166.jpg\" alt=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\" />\n                            </a>\n                            <div class='title'> <a href=\"/fashion/blogs/dressed/2014/12/nightlift-sleeping-bra-review\" title=\"Huh? The Bra You&#x27;re Supposed to Wear at Night (I Tried It!)\">\n                                Huh? The Bra You're Supposed to Wear at Night (I Tried It!)\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature\">\n                            <a href=\"/weddings/blogs/save-the-date/2015/01/dudeoir-sexy-wedding-portraits-grooms\" title=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\">\n                                <img src=\"/images/weddings/2014/12/dudeoir-sexy-groom-photos-1230-square-w166.jpg\" alt=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\" />\n                            </a>\n                            <div class='title'> <a href=\"/weddings/blogs/save-the-date/2015/01/dudeoir-sexy-wedding-portraits-grooms\" title=\"Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\">\n                                Dudeoir Is the New Boudoir: Your Groom Deserves Some Sexy Wedding Portraits Too\n                            </a></div>\n                            </div>\n                        \n                            <div class=\"mp-list feature last\">\n                            <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2014/12/6-bad-beauty-habits-to-kiss-go\" title=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\">\n                                <img src=\"/images/beauty/2014/12/new-years-beauty-bad-habits-square-w166.jpg\" alt=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\" />\n                            </a>\n                            <div class='title'> <a href=\"/lipstick/blogs/girls-in-the-beauty-department/2014/12/6-bad-beauty-habits-to-kiss-go\" title=\"7 Bad Beauty Habits We&#x27;re Kissing Goodbye to in 2015\">\n                                7 Bad Beauty Habits We're Kissing Goodbye to in 2015\n                            </a></div>\n                            </div>\n                        \n                        </div>\n                    \n                </div>\n            </div>\n    </section>\n</div>\n\t\n\n\n                \n            \n            </div>\n        \n\n        <div class=\"google-adsense\">\n    <script type=\"text/javascript\">\n        <!--\n        google_ad_client = 'ca-conde_glamour'; // substitute your client_id\n        google_ad_channel = 'glamour_standard_300x250';\n        google_language = 'en';\n        google_ad_width = '300'; // with of iframe\n        google_ad_height = '80'; // height of iframe\n        google_ad_type = 'text'; //, image, flash, html'; // type of ads to display\n        google_alternate_color = 'A800C6';\n        google_color_bg = 'ffffff'; // the ads' background color\n        google_color_border = ''; //the border surrounding all of the ads\n        google_color_line = 'eeeeee'; // the line surrounding each ad\n        google_color_link = 'A800C6'; // the ad link\n        google_color_text = '000000'; // the ad text\n        google_max_num_ads = 1;\n        // -->\n    </script>\n    <script language=\"JavaScript\" src=\"//pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</div>\n    </div>\n</div>\n\n                </div>\n            </div>\n        </div>\n\n        \n        <div class=\"ad-container\">\n            <div id=\"bottommobile320x51_frame\"></div>\n        </div>\n    </div>\n\n    <div class=\"container mobile-footer-nav hidden-desktop hidden-tablet\">\n    <div class=\"row\">\n        <!-- <div class=\"span12 footer\">\n            <dl class=\"nav-list block\">\n                \n                    <dt class='fashion'>\n                        <a href=\"/fashion\" title=\"\">Fashion</a>\n                    </dt>\n                \n                    <dt class='beauty'>\n                        <a href=\"/lipstick\" title=\"\">Beauty</a>\n                    </dt>\n                \n                    <dt class='entertainment'>\n                        <a href=\"/entertainment\" title=\"\">Celebs</a>\n                    </dt>\n                \n                    <dt class='sex-love-life'>\n                        <a href=\"/sex-love-life\" title=\"\">Sex <span style='color:#F00A71'>&#9829;</span> Dating</a>\n                    </dt>\n                \n                    <dt class='weddings'>\n                        <a href=\"/weddings\" title=\"\">Weddings</a>\n                    </dt>\n                \n                    <dt class='health-fitness'>\n                        <a href=\"/health-fitness\" title=\"\">Health &amp; Diet</a>\n                    </dt>\n                \n                    <dt class='inspired'>\n                        <a href=\"/inspired\" title=\"\">Inspired</a>\n                    </dt>\n                \n                    <dt class='home'>\n                        <a href=\"/home\" title=\"\">Living</a>\n                    </dt>\n                \n                    <dt class='video'>\n                        <a href=\"http://video.glamour.com/\" title=\"\">Video</a>\n                    </dt>\n                \n                    <dt class='fashionweek'>\n                        <a href=\"/fashion-week\" title=\"\"></a>\n                    </dt>\n                \n                    <dt class='min-link-start'>\n                        <a href=\"\" title=\"\">&nbsp;</a>\n                    </dt>\n                \n                    <dt class='magazine min-link'>\n                        <a href=\"/magazine\" title=\"\">Magazine</a>\n                    </dt>\n                \n                    <dt class='contest min-link'>\n                        <a href=\"/win\" title=\"\">Free Stuff</a>\n                    </dt>\n                \n                    <dt class='promo min-link'>\n                        <a href=\"http://promotions.glamour.com/\" title=\"\">Promos</a>\n                    </dt>\n                \n                    <dt class='app min-link'>\n                        <a href=\"/magazine/apps\" title=\"\">Apps</a>\n                    </dt>\n                \n                    <dt class='horoscopes min-link'>\n                        <a href=\"/entertainment/horoscopes\" title=\"\">Horoscopes</a>\n                    </dt>\n                \n                    <dt class='newsletters min-link'>\n                        <a href=\"https://secure.glamour.com/services/newsletters/demographics\" title=\"\">Newsletters</a>\n                    </dt>\n                \n            </dl>\n        </div>\n\n        <div class=\"span12 center-text site-mode-switch\">\n            <hr>\n            \n                \n\n<div id=\"AMS_GLM_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement visible-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"mobile_global_footer\" title=\"Subscribe to Glamour magazine\"><a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafeMobile\" target=\"_blank\"><span>Subscribe</span></a></div>\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n            \n            <hr>\n        </div> -->\n       \n        <div class=\"global-footer-copyright\">\n            <p class=\"copyright-text\">&copy; 2015 Condé Nast. All rights reserved<br>\n    Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" target=\"_blank\">Privacy Policy</a> (effective 1/2/2014).\n    <br><a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a><br>\n    The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of <span class=\"nowrap\">Condé Nast.</span>\n</p>\n\n<div class=\"ad-choice\">\n    <div class=\"ad-choice-text\">\n    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a>\n    </div>\n</div>\n        </div>\n    </div>\n</div>\n\n<div class=\"footer-black-container hidden-phone\">\n    <div class=\"global-footer stop-nav-scroll\">\n        <div class=\"container\">\n            \n                <div class=\"ecom-placement-holder hidden-tablet\">\n                    \n                        \n\n<div id=\"AMS_GLM_GLOBAL_FOOTER\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <div id=\"AMS_GLM_GLOBAL_FOOTER\">\n        <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\" target=\"_blank\"><img src=\"/images/ecom/failsafe/GLM_Generic_footer.jpg\" alt=\"Subscribe to Glamour\" border=\"0\" /></a>\n    </div>\n    \n\n    \n\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n                    \n                </div>\n            \n\n            <div class=\"global-footer-nav\">\n                <ul>\n                    <li id=\"global-footer-nav-subservices\" class=\"first\"><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=GLM\">Subscription Services</a></li>\n                </ul>\n                <div id=\"position1_footerNavigation\">\n                    <div class=\"features\" id=\"ps1_fs1_footerNavigation\">\n                        <div class=\"feature manual first\">\n                            <div class=\"blurb\">\n                                <ul class=\"links\">\n                                    <li class=\"first\"><a href=\"/contact/contactus\">Contact Glamour</a></li>\n                                    <li class=\"blurb-links-even\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a> </li>\n                                    <li><a href=\"/services/newsletters/demographics\">Newsletter Signup</a> </li>\n                                    <li class=\"blurb-links-even\"><a href=\"/services/sitemap\">Site Map</a> </li>\n                                    <li class=\"last\"><a href=\"/magazine/advertise-with-us\">Advertise With Us</a> </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>                          \n\n            <div class=\"global-footer-copyright\"> \n                <div class=\"footer-worldwide hidden-phone\">\n    <div class=\"text\">\n      <span class=\"lead\">GLAMOUR.COM WORLDWIDE:</span>\n    </div>\n    <ul class=\"links\">\n        <li class=\"first\"><a href=\"http://www.glamourmagazine.co.uk\" target=\"_blank\">UK</a></li>\n        <li><a href=\"http://www.glamourmag.gr\" target=\"_blank\">Greece</a></li>\n        <li><a href=\"http://www.glamourparis.com\" target=\"_blank\">France</a></li>\n        <li><a href=\"http://www.glamouronline.hu\" target=\"_blank\">Hungary</a></li>\n        <li><a href=\"http://www.glamour.de\" target=\"_blank\">Germany</a></li>\n        <li><a href=\"http://www.glamour.pl\" target=\"_blank\">Poland</a></li>\n        <li><a href=\"http://www.glamour.es/\" target=\"_blank\">Spain</a></li>\n        <li><a href=\"http://www.glamour.se\" target=\"_blank\">Sweden </a></li>\n        <li><a href=\"http://www.glamour.ru\" target=\"_blank\">Russia</a></li>\n        <li><a href=\"http://www.glamour.nl\" target=\"_blank\">Netherlands</a></li>\n        <li><a href=\"http://www.glamour.mx\" target=\"_blank\">Mexico and Latin America</a></li>\n        <li class=\"last\"><a href=\"http://www.glamour.co.za\" target=\"_blank\">South Africa</a></li>\n    </ul>\n</div>\n\n<div class=\"global-footer-columns-container hidden-phone row\">\n\t<div class=\"global-footer-logo\">\n\t    <a href=\"http://www.condenast.com\" target=\"_blank\"><h3>Condé Nast Digital</h3></a>\n\t</div>\n\n\t<div class=\"global-footer-sister-sites\">\n\t    <form id=\"mag_dropmenus\" name=\"mag_dropmenus\" action=\"\">\n\t        <select id=\"mag_list\" name=\"mag_list\" onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\">\n\n\t            <option value=\"\" selected=\"selected\">Visit our sister sites</option><option value=\"\">- - - - - - - - - - - - - -</option>\n\t            <option value=\"http://www.allure.com\">Allure</option>\n\t            <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n\t            <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n\t            <option value=\"http://www.bonappetit.com\">Bon Appétit</option>\n\t            <option value=\"http://www.brides.com\">Brides.com</option>\n\t            <option value=\"http://www.concierge.com/cntraveler\">Condé Nast Traveler</option>\n\t            <option value=\"http://www.concierge.com\">Concierge</option>\n\t            <option value=\"http://www.details.com\">Details</option>\n\t            <option value=\"http://www.epicurious.com\">Epicurious</option>\n\t            <option value=\"http://www.glamour.com\">Glamour</option>\n\t            <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n\t            <option value=\"http://www.golfworld.com\">Golf World</option>\n\t            <option value=\"http://www.gq.com\">GQ</option>\n\t            <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n\t            <option value=\"http://www.jaunted.com\">Jaunted</option>\n\t            <option value=\"http://www.luckymag.com\">Lucky</option>\n\t            <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n\t            <option value=\"http://www.reddit.com\">Reddit</option>\n\t            <option value=\"http://www.self.com\">Self</option>\n\t            <option value=\"http://www.style.com\">Style</option>\n\t            <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n\t            <option value=\"http://www.newyorker.com\">The New Yorker</option>\n\t            <option value=\"http://www.thescene.com\">The Scene</option>\n\t            <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n\t            <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n\t            <option value=\"http://www.vogue.com\">Vogue</option>\n\t            <option value=\"http://www.wmagazine.com\">W</option>\n\t            <option value=\"http://www.wired.com\">Wired</option>\n\t        </select>\n\t    </form>\n\t</div>\n\n\t<div class=\"global-footer-nav sub-nav\">\n\t    <ul>\n\t        <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\" target=\"_blank\">Condé Nast Store</a></li>\n\t        <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\" target=\"_blank\">Careers</a></li>\n\n\t        <li id=\"global-footer-nav-mediakit\" class=\"last\"><a href=\"http://www.condenast.com/brands/gla/\" target=\"_blank\">Glamour Media Kit</a></li>\n\t    </ul>\n\t</div>\n</div>\n\n<p class=\"copyright-text\">&copy; 2015 Condé Nast. All rights reserved<br>\n    Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\">User Agreement</a> (effective 1/2/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" target=\"_blank\">Privacy Policy</a> (effective 1/2/2014).\n    <br><a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a><br>\n    The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of <span class=\"nowrap\">Condé Nast.</span>\n</p>\n\n<div class=\"ad-choice\">\n    <div class=\"ad-choice-text\">\n    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a>\n    </div>\n</div>\n            </div>\n        </div>\n    </div>\n</div>\n\n\n    \n    <div class=\"flyIn hidden-tablet hidden-phone\">\n        <span class=\"close-btn\">\n            <img src=\"/aspen/img/x-btn.png\">\n        </span>\n\n        \n            \n\n<div id=\"AMS_GLM_GLOBAL_FLYIN\" class=\"ecom-placement hidden-phone\" style=\"visibility:hidden\">\n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n    <a href=\"https://w1.buysub.com/loc/GLM/ATGFailsafe\"><img src=\"/images/ecom/failsafe/CM-flyin-subscribe.jpg\" alt=\"Subscribe\"></a>\n    \n    \n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n\n    \n</div>\n\n\n\n\n        \n    </div>\n</div>\n    <div id=\"cnid-modal\" class=\"modal cnid-modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"cnid-modalLabel\" aria-hidden=\"true\">\n    <div id=\"frameContainer\" class=\"modal-body cnid-modal-body cnid-ios-scroll\">\n        <button type=\"button\" class=\"close cnid-close\" data-dismiss=\"modal\" aria-hidden=\"true\">x</button>\n        <!--[if IE 8]><iframe id=\"cnidClient\" src=\"\" class=\"cnid-signin-iframe\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" height=\"620\" width=\"600\"></iframe> <![endif]-->\n        <!--[if (gt IE 8)|!(IE)]><!--> <iframe id=\"cnidClient\" src=\"\" class=\"cnid-signin-iframe\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" height=\"100%\" width=\"100%\"></iframe><!--<![endif]-->\n        <!-- loader overlay -->\n        <div id=\"loader-container\" class=\"hide\">\n        <div class=\"cnid-overlay-bg\"></div>\n        <div class=\"cnid-loader\">\n          <img src=\"https://cnid.condenastdigital.com/client/assets/img/spinner.gif\">\n        </div>\n        </div>\n        <!-- alerts overlay -->\n        <div id=\"alerts-container\" class=\"hide\">\n        <div class=\"cnid-overlay-bg\"></div>\n        <div id=\"alert-message\" class=\"cnid-alert-message alert text-center alert-success\">\n          <p id=\"alert-txt\"></p>\n          <button id=\"okay-btn\" type=\"button\" class=\"btn btn-form cnid-btn\">Okay</button>\n        </div>\n        </div>\n    </div>\n</div>\n<!--[if lt IE 9]>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.1.0/es5-shim.js\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/json2/20121008/json2.js\"></script>\n<![endif]-->\n\n    \n\n    \n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"glamour.com\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n\n\n    <script>_satellite.pageBottom();</script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/globalnews.ca1.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]><html class=\"is_ie6 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 7]><html class=\"is_ie7 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 8]><html class=\"is_ie8 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 9]><html class=\"is_ie9 is_ie enhanced\" lang=\"en\"><![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9) ]><!--><html lang=\"en\" class=\"enhanced\" ><!--<![endif]-->\n<head>\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n    <meta charset=\"UTF-8\" />\n\t\t<meta name=\"robots\" content=\"noodp\">\n\t<meta name=\"msvalidate.01\" content=\"3D2267A5B4A24BDBB6BC2B814502958A\" />\n\t<meta name=\"p:domain_verify\" content=\"5f93bd32b1e65381fb7e5f011b09a343\"/>\n\t\n    <meta id=\"metaViewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t\t<link href=\"https://plus.google.com/+GlobalnewsCaHeadlines/posts\" rel=\"publisher\"/>\n    <title>Video of the Gardners hours before birth of quadruplets | Watch News Videos Online</title>\n\t\t\t<meta name=\"title\" content=\"Video of the Gardners hours before birth of quadruplets | Watch News Videos Online\" />\n\t<link href=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\" rel=\"canonical\"/>\n\t\t<meta name=\"description\" content=\"Watch Video of the Gardners hours before birth of quadruplets Video Online, on GlobalNews.ca\" />\n\t<meta property=\"fb:app_id\" content=\"318812448281278\"/>\n\n\t\t<link type=\"image/jpg\" rel=\"image_src\" href=\"http://i1.wp.com/media.globalnews.ca/videostatic/140/479/gardner_quads_qtp_640x360_378103875823.jpg?w=500\"/>\n\n\t\n<!-- og: starts here -->\n<meta property=\"og:title\" content=\"Video of the Gardners hours before birth of quadruplets | Watch News Videos Online\"/>\n<meta property=\"og:description\" content=\"Watch Video of the Gardners hours before birth of quadruplets Video Online, on GlobalNews.ca\"/>\n<meta property=\"og:type\" content=\"video\"/>\n<meta property=\"og:url\" content=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets/\"/>\n<meta property=\"og:site_name\" content=\"Global News\"/>\n<meta property=\"og:image\" content=\"http://i1.wp.com/media.globalnews.ca/videostatic/140/479/gardner_quads_qtp_640x360_378103875823.jpg?w=500\"/>\n\n<!-- og: ends here -->\n\n<!-- twitter: starts here -->\n<meta name=\"twitter:title\" content=\"Video of the Gardners hours before birth of quadruplets | Watch News Videos Online\"/>\n<meta name=\"twitter:url\" content=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets/\"/>\n<meta name=\"twitter:description\" content=\"Watch Video of the Gardners hours before birth of quadruplets Video Online, on GlobalNews.ca\"/>\n<meta name=\"twitter:card\" content=\"player\"/>\n<meta name=\"twitter:player\" content=\"http://globalnews.ca/video/embed/1747657/\"/>\n<meta name=\"twitter:player:width\" content=\"1280\"/>\n<meta name=\"twitter:player:height\" content=\"720\"/>\n<meta name=\"twitter:image\" content=\"http://i1.wp.com/media.globalnews.ca/videostatic/140/479/gardner_quads_qtp_640x360_378103875823.jpg?w=500\"/>\n\n<!-- twitter: ends here -->\n\n    <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n    <link rel=\"pingback\" href=\"http://globalnews.ca/xmlrpc.php\">\n    \t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=globalnews.ca&amp;id=43869434&amp;t=1420285679&amp;back=http%3A%2F%2Fglobalnews.ca%2Fvideo%2F1747657%2Fvideo-of-the-gardners-hours-before-birth-of-quadruplets' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/_static/??-eJx9juEKwyAMhF9oLhRG2z9jz2I1s7bRyIzz9WcHZYXC/l2S+y4HNSnDUTAKhKISFedjBvIrZlhQkjar+k5Xk/MFDvaJ2P0Adg4tF1FPJuIK1VuHcoIOPwy/sO1D0rI5AlqvkTA02z8spH6nNjm3guduMrecDG+fIM+6Kkc8aYpYM/hoqNh23AOlIoqeCA9yC3yEe3frxq4fxqFfPnPfbv0=' type='text/css' media='all' />\n<link rel='stylesheet' id='screen-css-0' href='http://s0.wp.com/_static/??-eJytlE1OxDAMhS9EG41gkLpALFiPxBXc1J0aEjtKnKmG02PBiiVyF0mk/Hx68bMd9jJEYUXWoBtmbOFGJbQN9uGaZIbEuLcQmw3hCBpYaoZEXzgmmsdMPNrhQ/g3Z4ZGcYSUHIzf3eakJLhLVyekUNRecSWj+AKToXnFZOTuRJCt3sCuIorV647YTMIXKE5ShCq9YbJnOQsfRVOE5v5lU6n3iyw9oZOkFXkhvnoFFfNfKi5OzlwRPv1ywKtDdB1g8Wa07qT+lF6thXqVFLHnPsQmdilWRG8p3GhBOaqcjoD9MN6tr7ut6mUBxTfp7Le9SST4Y9prfjk9nabH8/N0nj6+AYQY128=' type='text/css' media='screen' />\n<link rel='stylesheet' id='screenandmin-width36em-css-0' href='http://s0.wp.com/_static/??-eJytzkEOgkAMheELCQ1BiS6MJ/AQA1NgdKYl08KE28vWpamLt3rJlx/KUg1MiqSgMyYU2MICMrtSTZF7FwmLwCDHmAankJxoXYLHOgWqj+MEPxvR7byalYS0Wo2RWTFbFVHO+5P9GtFKaUbygSZz0sIknNFboT6je/8hyJlLRs5JvpBHujfnprt11/bSvj5xpAz6' type='text/css' media='screen and (min-width:36em)' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-normalize-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/normalize.lib.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-basic-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/basic.all.ie.css?m=1387384043g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-globals-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/globals.all.ie.css?m=1419272657g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-layout-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/layout.all.ie.css?m=1417186355g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-picturefill-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/picturefill.lib.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-mast-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast.all.ie.css?m=1414508106g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-menu-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/menu.all.ie.css?m=1408718143g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-icons-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/icons.all.ie.css?m=1412792190g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-footer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/footer.all.ie.css?m=1414093693g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-locationMap-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/locationMap.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-common-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-common.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-teaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-teaser.all.ie.css?m=1415776743g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-storyModule-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/storyModule.all.ie.css?m=1419356959g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-trending-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/trending.all.ie.css?m=1398373374g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-sponsored-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sponsored.all.ie.css?m=1392051275g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-breaking-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/breaking.all.ie.css?m=1395250584g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-ad-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/ad.all.ie.css?m=1395854650g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-otf-ads-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/otf-ads.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-twitter-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/twitter.all.ie.css?m=1414787124g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-forms-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/forms.all.ie.css?m=1411569315g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-poll-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/poll.all.ie.css?m=1394217690g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-homescreen-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/homescreen.all.ie.css?m=1417555925g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-video-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/video.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-video-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-video.all.ie.css?m=1393600670g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoPlayer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoPlayer.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-updateCounter-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/updateCounter.all.ie.css?m=1386948619g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-social-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/social.all.ie.css?m=1417533936g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-mast-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast.wide.ie.css?m=1414508106g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-layout-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/layout.wide.ie.css?m=1416968353g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-menu-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/menu.wide.ie.css?m=1393521981g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-footer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/footer.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-storyModule-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/storyModule.wide.ie.css?m=1393424603g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-trending-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/trending.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-sponsored-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sponsored.wide.ie.css?m=1389020413g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-breaking-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/breaking.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-ad-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/ad.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-forms-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/forms.wide.ie.css?m=1389036436g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='gnca-gotham-lib-css'  href='http://cloud.typography.com/646222/618420/css/fonts.css?ver=1' type='text/css' media='all' />\n<link rel='stylesheet' id='gnca-fontawesome-lib-css'  href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css?ver=1' type='text/css' media='all' />\n<link rel='stylesheet' id='screen-css-78' href='http://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9EvyUjNTS3WL8ss0C/OSCzXTc/JT0rMyUstL9ZPLgbi/LzkxBKgdEpqfkhqYnFqkV5iTo5ebmaeHlBaR588k5yK8svRjLLPtTU0MbQ0Mjc1NLPIAgCEuTua' type='text/css' media='screen' />\n<link rel='stylesheet' id='screenandmin-width36em-css-78' href='http://s1.wp.com/_static/??-eJydjEkKgDAMAD+kDSJuBxF8gx+oNdiKTcQU83179uhhYGBgQK/SMSWkBMljRIEnXCDearmfvNqTUAWcZJicTTlvyAtawdtodhMDmdwL+Leab9bva4pjVfft0Dbd0B0vCSg8iw==' type='text/css' media='screen and (min-width:36em)' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoTeaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoTeaser.all.ie.css?m=1419275168g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoBrowser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoBrowser.all.ie.css?m=1419275168g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-videoTeaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoTeaser.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-videoBrowser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoBrowser.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='screen-css-86' href='http://s0.wp.com/_static/??-eJylkksOwjAMRC9EErUCKhaIszip1RryU2w14vaYJUuUhTf26Gk0Y9erCSULZnGyY0J2B1XHO3SzxeIhZuzsAuuUHEAcv5MvkVFsJG8TZavHk/ubk4DF6NJCjAMYKdWwlEbIg6QgMEjAldQJm0rhNeqGaUUPbZQS1cogoyOosJlO66atD9ZFCSNlHMUc39fRpFvZGqSfsB/pPp2n27zM18vy/AD/BRRV' type='text/css' media='screen' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-symbolset-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/symbolset.lib.ie.css?m=1414093693g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-mast-new-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast-new.all.ie.css?m=1418829521g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-top-stories-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/top-stories.all.ie.css?m=1416968250g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-cta-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/cta.all.ie.css?m=1414744378g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-editors-picks-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/editors-picks.all.ie.css?m=1417718057g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-sidebar-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sidebar.all.ie.css?m=1414787124g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-slick-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/slick.all.ie.css?m=1416527860g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-weather-widget-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/weather-widget.all.ie.css?m=1419272657g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-timeline-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/timeline.all.ie.css?m=1416313316g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-tv-news-programs-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/tv-news-programs.all.ie.css?m=1416932841g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='all-css-106' href='http://s0.wp.com/_static/??-eJx9i0EKg0AMRS/kGEQRN6VnGYcYUzITcSJe33QjLYXyN+/B+8BQ1DhpqTe0qdYGzi24GBaDfIRNDmJvCDWIpmis5UvCIpH3f9cdZ1FyJPDqQ39OtmLGCusAJDpHeQfP/OgGXz9N4/i6AM2NQxk=' type='text/css' media='all' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar LoggedOutFollow = {\"invalid_email\":\"Your subscription did not succeed, please try again with a valid email address.\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcom_geo_settings = {\"geolocation_endpoint\":\"https:\\/\\/public-api.wordpress.com\\/geo\\/\",\"locations\":[\"gnca-national\",\"gnca-toronto\",\"gnca-montreal\",\"gnca-winnipeg\",\"gnca-halifax\",\"gnca-new-brunswick\",\"gnca-okanagan\",\"gnca-bc\",\"gnca-edmonton\",\"gnca-lethbridge\",\"gnca-calgary\",\"gnca-regina\",\"gnca-saskatoon\",\"gnca-national\"],\"default_location\":\"gnca-national\",\"cookie_name\":\"_wpcom_geo\",\"expiry_date\":\"Sat, 10 Jan 2015 11:47:59 UTC\",\"expiry_time\":\"604800\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar gncaGetInTouch = {\"ajaxurl\":\"https:\\/\\/shawglobalnews.wordpress.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar gncaPageVars = {\"queryType\":\"frontPage\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJylV1ty2zAMvFARJU762elRPBAJSXBIQiUpqfbpCylW2rSepCHHH+bAwBIAFw83ywhGQqaQm1NqvLTsCKZEEXuVAYdO7k7pS6N6HIybLKVV8fRjoni+fn2oAJ77iJnuPIdd+Y9bR0nZU0p65Y1f317FYWZaPlQ7UR7RPEOkxJd/UFsnPYxu6jmkRs89WZkydOKcLM3Ctqf8t00eSH1sZh6b3XIZjXjoSWAKrPdugb8K3wFIAy7QO2nRBVo2s88ZvGZ6d6UPBo8zW5Lj6PBMcZPAJgFPObJJNfgOL2dwgnY7rQdw3H4uRDVolABNcmyeb1Hh/8yvlDIiz3yTUe/DrBBW/Op9sQssCcQMGHqCjn+WOaE08RLKbCP1LAHMIKKlWobxwo0XtpQheEy5zDIRRjOUP8BGboNRtFO5SpgkhrECRDNoCO1MMXNSg1CQkx3LUkZ2CUZx545dhVdeLMXAl4Knfa1Tb3sYNDSKMD9VuILZDJ4sY0WS2eQpUllOVgDU1zE62hy2pYxhSgPPn7/6t+SYjkbfpSwCyR2gTWXGOtB0PEOWyQxwHXBlQGvJ5IVzVlZscBU4eMKC5vmmejk4DvQy6Cqh9MA17XAQVTCR6E1Tv7EUTbyvKRPfUdeRqXkMxzNtZbomooAeew4ijgOSgwM8wKEe5iK6Bt3rp6BzbAVrtcE7V8h3L5HWtbK0XLbErlvOClRTKbi30NJAdMaCCiqs01Sx6iyEqhirekbGtjD6MYr+cfCpPANX/wsdn9eLdRxf3ShPI3bFe2LS1tbiHsF3/+3h6XB/ePz6eP94+gWCEiao'></script>\n<script type='text/javascript' src='//cdn.optimizely.com/js/295848415.js?ver=4.1-beta2-30797'></script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyNzEEKhDAMQNELWYNYnNkMs/AkrQZNaZvSBIueXo/g9sP70IpZOCtmBd0xocBBBWR3zWyRvYsZm0AQiOQhUYYLK8+RimdX1/4pfZAOXm8Wbw5akY1odYrb+fB/+g12GO3nO0423AFgNbU='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://shawglobalnews.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='shortlink' href='http://wp.me/2Y4rw' />\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" sizes=\"16x16\" />\n<link rel=\"icon\" type=\"image/x-icon\" href=\"http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" sizes=\"16x16\" />\n<link rel=\"apple-touch-icon-precomposed\" href=\"http://1.gravatar.com/blavatar/134ef81f5668dc78080f6bd19ca2310b?s=114\" />\n<link rel='openid.server' href='http://shawglobalnews.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://shawglobalnews.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://globalnews.ca/osd.xml\" title=\"Global News\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n\t<meta name='parsely-page' id='parsely-page' content='{\"type\":\"frontpage\",\"title\":\"Global News\",\"link\":\"http:\\/\\/globalnews.ca\"}' />\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n<link rel=\"stylesheet\" href=\"http://disqus.com/stylesheets/globalnewsprod/disqus.css?v=2.0\" type=\"text/css\" media=\"screen\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Global News &raquo;  Feed\" href=\"http://globalnews.ca/feed/\" />\n\t\t<script type=\"text/javascript\">\n\t\t var AamGpt={lameDecode:function(e){return decodeURIComponent(e).replace(/%252C/gi,',').replace(/%2c/gi,','); },strictEncode:function(e){ return encodeURIComponent(e).replace(/[!'()]/g,escape).replace(/\\*/g,\"%2A\")},getCookie:function(e){var t,n,r,i=document.cookie.split(\";\");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf(\"=\"));r=i[t].substr(i[t].indexOf(\"=\")+1);n=n.replace(/^\\s+|\\s+$/g,\"\");if(n==e){return unescape(r)}}},getKey:function(e){var t=this.getCookie(e);t=this.strictEncode(t);if(typeof t!=\"undefined\"&&t.match(/\\w+%3D/)){var n=t.split(\"%3D\");if(typeof n[0]!=\"undefined\"&&n[0].match(/\\w+/)){return n[0]}}},getValues:function(e){var t=this.getCookie(e);t=this.strictEncode(t);if(typeof t!=\"undefined\"&&t.match(/\\w+%3D\\w+/)){var n=t.split(\"%3D\");if(typeof n[1]!=\"undefined\"&&n[1].match(/\\w+/)){var r=n[1].split(\"%2C\");if(typeof r[0]!=\"undefined\"){return r}else{return null}}else{return null}}else{return null}}}\n\t\t</script>\n\t\t<script type='text/javascript'>\n\t\tvar googletag = googletag || {}; googletag.cmd = googletag.cmd || [];\n\t\t(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); })();\n\t\t</script>\n\t\t<script type='text/javascript'>\n\t\t\tgoogletag.cmd.push(function() {\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [[300,600],[300,250]], 'div-gpt-gnca-ads-6872-300250-1').addService(googletag.companionAds()).addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-4').addService(googletag.pubads()).setTargeting(\"pos\",\"4\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,100], 'div-gpt-gnca-ads-6872-300100-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [140,100], 'div-gpt-gnca-ads-6872-140100-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-4').addService(googletag.pubads()).setTargeting(\"pos\",\"4\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-5').addService(googletag.pubads()).setTargeting(\"pos\",\"5\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page1-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page1-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page2-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page2-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page3-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page3-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page4-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page4-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page5-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page5-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\n\t\t\t\t\n\n\t\t\t\t// Network targets\n\t\t\t\tgoogletag.pubads().setTargeting(\"site\",\"globalnews\").setTargeting(\"network\",\"shaw\");\n\t\t\t\t\t\t\n\t\t\t\tif( typeof AamGpt !== \"undefined\" ) {\n\t\t\t\t\tif( typeof AamGpt.getCookie( \"shawgpt\" ) != \"undefined\" && typeof AamGpt.getCookie(\"aam_uuid\") != \"undefined\" ){ \n\t\t\t\t\t\tvar key1 = AamGpt.lameDecode( AamGpt.getKey(\"shawgpt\") );\n\t\t\t\t\t\tvar val1 = AamGpt.lameDecode( AamGpt.getValues(\"shawgpt\") ); var key2 = \"u\"; \n\t\t\t\t\t\tvar val2 = AamGpt.lameDecode( AamGpt.getCookie(\"aam_uuid\") );\n\t\t\t\t\t\tif(val1.indexOf( ',' )>-1){val1=val1.split( ',' )}\n\t\t\t\t\t\t\n\t\t\t\t\t\tgoogletag.pubads().setTargeting( key1 , val1 );\tgoogletag.pubads().setTargeting( key2 , val2 );\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\t// Page targets\n\t\t\t\tgoogletag.pubads().setTargeting(\"userregion\",\"national\").setTargeting(\"contentregion\",\"national\").setTargeting(\"page\",\"1747657\").setTargeting(\"template\",\"single-video\").setTargeting(\"category\",\"world\").setTargeting(\"tags\",[\"gardner\",\"infertility\",\"ivf\",\"quadruplets\",\"twins\"]).setTargeting(\"weathertemp\",\"-2\");\n\t\t\t\t//SRA not enabled\n\t\t\t\t//googletag.pubads().enableSingleRequest();\n\t\t\t\t//googletag.pubads().enableSyncRendering();\n\t\t\t\tgoogletag.companionAds().setRefreshUnfilledSlots(true);\n\t\t\t\tgoogletag.pubads().collapseEmptyDivs(); \n\t\t\t\tgoogletag.enableServices();\n\t\t\t});\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\t\tfunction gnca_load_late_ads(){\n\t\t\t\tjQuery(\".gnca_late_ads\").each(function(){\n\t\t\t\t\tvar par_div = jQuery(this).parent();\n\t\t\t\t\tif( par_div.attr('data-lateprocessed') == '1' ){\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar my_id = par_div.attr(\"id\");\n\t\t\t\t\tif( !my_id ){ return; }\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tif(my_id.indexOf('{pgno}')) {\n\t\t\t\t\t\tvar bd_no = document.body.getAttribute( 'data-page-num' );\n\t\t\t\t\t\tif(  bd_no && parseInt( bd_no ) > 1 && parseInt( bd_no ) < 7 ){\n\t\t\t\t\t\t\tbd_no = parseInt( bd_no ) - 1;\n\t\t\t\t\t\t\tmy_id = my_id.replace( '{pgno}', bd_no );\n\t\t\t\t\t\t\tpar_div.attr( 'id', my_id );\n\t\t\t\t\t\t} else { par_div.css( 'display', 'none' ); return; }\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tgoogletag.display( my_id );\n\t\t\t\t\tpar_div.attr('data-lateprocessed','1');\n\t\t\t\t});\n\t\t\t\tgoogletag.enableServices();\n\t\t\t}\n\t\t\tvar gnca_ads_page_ad_targets = \"userregion=national&lt;br/&gt;contentregion=national&lt;br/&gt;page=1747657&lt;br/&gt;template=single-video&lt;br/&gt;category%5B0%5D=world&lt;br/&gt;tags%5B0%5D=gardner&lt;br/&gt;tags%5B1%5D=infertility&lt;br/&gt;tags%5B2%5D=ivf&lt;br/&gt;tags%5B3%5D=quadruplets&lt;br/&gt;tags%5B4%5D=twins&lt;br/&gt;weathertemp=-2\";\n\t\t</script>\n\t\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"Global News\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://globalnews.ca/feed/;icon-uri=http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" />\t\t<script type=\"text/javascript\">\n\t\t\tvar _gaq = _gaq || [];\n\t\t\t_gaq.push(['_setAccount', 'UA-37934458-1']);\n\t\t\t_gaq.push(['_setDomainName', 'globalnews.ca']);\n\t\t\t_gaq.push(['_setCustomVar', 1, 'UserRegion', 'national' , 1]);\n\t\t\t_gaq.push(['_setCustomVar', 2, 'ContentRegion', 'national' , 3]);\n\t\t\t\t\t\t_gaq.push(['_trackPageview']);\n\t\t\t(function() {\n\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t})();\n\t\t</script>\n\t\t<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\n\t\t<script type=\"text/javascript\">\n\t\t\tif( document.location.href.indexOf(\"https\") === 0 ) {\n\t\t\t\t document.location = document.location.href.replace( 'https', 'http' );\n\t\t \t}\n\t\t</script>\n\n\n\t<!--Visual Revenue Reader Response Tracking Script (v6) -->\n\t<script type=\"text/javascript\">\n\t\tvar _vrq = _vrq || [];\n\t\t_vrq.push(['id', 523]);\n\n\t\t\t\t_vrq.push(['automate', true]);\n\t\t\n\t\t_vrq.push(['track', function(){}]);\n\t\t(function(d, a){\n\t\t\tvar s = d.createElement(a),\n\t\t\tx = d.getElementsByTagName(a)[0];\n\t\t\ts.async = true;\n\t\t\ts.src = 'http://a.visualrevenue.com/vrs.js';\n\t\t\tx.parentNode.insertBefore(s, x);\n\t\t})(document, 'script');\n\t</script>\n\t<!-- End of VR RR Tracking Script - All rights reserved -->\n</head>\n<body class=\"home blog mp6 typekit-enabled gnca-national reskin-enabled highlander-enabled highlander-light\" data-page-num=\"1\">\n\t\t\t<div class=\"contain\">\n\t\t\n<header class=\"mast\" role=\"banner\">\n\t<nav role=\"navigation\">\n\t\t<ul class=\"primary clearfix\">\n\t\t\t<li class=\"logo top-item\">\n\t\t\t\t<a href=\"http://globalnews.ca\">\n\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/logos/news_2x.png\" alt=\"Global\">\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"mobile-toggles top-item\">\n\t\t\t\t<a href class=\"menu-toggle\" data-toggle=\"menu\">\n\t\t\t\t\t<i class=\"menu-icon\"></i>\n\t\t\t\t\t<span>Menu</span>\n\t\t\t\t</a><!-- Hack to fix inline-block space issue. http://css-tricks.com/fighting-the-space-between-inline-block-elements/\n\t\t\t --><a class=\"social-toggle\" href=\"http://globalnews.ca/pages/twitter/\">\n\t\t\t\t\t<i class=\"ss-social ss-twitter\"></i>\n\t\t\t\t</a><!--\n\t\t\t --><a class=\"social-toggle\" href=\"http://globalnews.ca/pages/facebook/\">\n\t\t\t\t\t<i class=\"ss-social ss-facebook\"></i>\n\t\t\t\t</a><!--\n\t\t\t--><a href class=\"search-toggle\" data-toggle=\"search\">\n\t\t\t\t\t<i class=\"ss-standard ss-search\"></i>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"regions top-item parent\" data-toggle-open=\"menu\">\n\t\t\t\t<a href=\"http://globalnews.ca/national/\">\n\t\t\t\t<span>\n\t\t\t\t\t<h3>National <i class=\"ss-standard ss-navigatedown\"></i>\n\t\t\t\t\t\t<span class=\"change-location\"><i class=\"ss-standard ss-navigate\"></i>Change Location</span>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<p>Change Location</p>\n\t\t\t\t</span>\n\t\t\t\t</a>\n\t\t\t\t<h3 class=\"change-location\">Select Location<i class=\"ss-standard ss-delete\"></i></h3>\n\t\t\t\t<ul id=\"regions-menu\" class=\"child\"><li id=\"menu-item-1560848\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560848\"><a href=\"http://globalnews.ca/bc/\">BC</a></li>\n<li id=\"menu-item-1560878\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560878\"><a href=\"http://globalnews.ca/calgary/\">Calgary</a></li>\n<li id=\"menu-item-1560880\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560880\"><a href=\"http://globalnews.ca/edmonton/\">Edmonton</a></li>\n<li id=\"menu-item-1560887\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560887\"><a href=\"http://globalnews.ca/halifax/\">Halifax</a></li>\n<li id=\"menu-item-1560888\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560888\"><a href=\"http://globalnews.ca/lethbridge/\">Lethbridge</a></li>\n<li id=\"menu-item-1560882\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560882\"><a href=\"http://globalnews.ca/montreal/\">Montreal</a></li>\n<li id=\"menu-item-1560851\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560851\"><a href=\"http://globalnews.ca/new-brunswick/\">New Brunswick</a></li>\n<li id=\"menu-item-1560881\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560881\"><a href=\"http://globalnews.ca/okanagan/\">Okanagan</a></li>\n<li id=\"menu-item-1560889\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560889\"><a href=\"http://globalnews.ca/regina/\">Regina</a></li>\n<li id=\"menu-item-1560885\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560885\"><a href=\"http://globalnews.ca/saskatoon/\">Saskatoon</a></li>\n<li id=\"menu-item-1560877\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560877\"><a href=\"http://globalnews.ca/toronto/\">Toronto</a></li>\n<li id=\"menu-item-1560884\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560884\"><a href=\"http://globalnews.ca/winnipeg/\">Winnipeg</a></li>\n</ul>\t\t\t\t<ul id=\"locality-menu\" class=\"child\"><li id=\"menu-item-1260874\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1260874\"><a href=\"/invisible-wounds/1257394/invisible-wounds/\">Introduction</a></li>\n<li id=\"menu-item-1258625\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258625\"><a href=\"/invisible-wounds/1203097/invisible-wounds-master-corporal-jonathan-woolvett/\">Jonathan</a></li>\n<li id=\"menu-item-1255762\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255762\"><a href=\"/invisible-wounds/1189154/invisible-wounds-captain-wayne-johnston\">Wayne</a></li>\n<li id=\"menu-item-1255754\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255754\"><a href=\"/invisible-wounds/1225770/invisible-wounds-malcolm-williams\">Malcolm</a></li>\n<li id=\"menu-item-1258635\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258635\"><a href=\"/invisible-wounds/1206284/invisible-wounds-unnamed-sergeant\">Unnamed Sgt.</a></li>\n<li id=\"menu-item-1255745\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255745\"><a href=\"/invisible-wounds/1225383/invisible-wounds-stephan-monreau\">Stephan</a></li>\n<li id=\"menu-item-1255770\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255770\"><a href=\"/invisible-wounds/1254729/invisible-wounds-mental-health-resources-for-canadian-soliders\">Mental health support</a></li>\n<li id=\"menu-item-1255784\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255784\"><a href=\"/invisible-wounds/1255407/invisible-wounds-recommendations-to-new-veterans-charter-expected-this-spring\">What now?</a></li>\n<li id=\"menu-item-1255779\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255779\"><a href=\"/invisible-wounds/1255468/invisible-wounds-funding-for-veterans-programs-on-downward-trend\">Veterans funding</a></li>\n<li id=\"menu-item-1258653\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258653\"><a href=\"/invisible-wounds/1257083/list-community-and-online-resources-for-soldiers-veterans-in-crisis\">Need help?</a></li>\n</ul>\t\t\t</li>\n\t\t\t<li class=\"programs top-item parent\" data-toggle-open=\"menu\">\n\t\t\t<a href=\"http://globalnews.ca/national/tv-news-program/\">\n\t\t\t\t<span>\n\t\t\t\t\t<h3>TV News Programs <i class=\"ss-standard ss-navigatedown\"></i></h3>\n\t\t\t\t\t<p>Newscasts &amp; Videos</p>\n\t\t\t\t</span>\n\t\t\t</a>\t\n\t\t\t\t<ul id=\"programs-menu\" class=\"child\"><li id=\"menu-item-1564339\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1564339\"><a href=\"#\">Global National</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1564346\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564346\"><a href=\"http://globalnews.ca/national/program/global-national/\">Global National</a></li>\n\t<li id=\"menu-item-1564347\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564347\"><a href=\"http://globalnews.ca/national/program/the-west-block/\">The West Block</a></li>\n\t<li id=\"menu-item-1564348\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564348\"><a href=\"http://globalnews.ca/national/program/16x9/\">16&#215;9</a></li>\n\t<li id=\"menu-item-1564349\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564349\"><a href=\"http://globalnews.ca/national/program/the-morning-show/\">The Morning Show</a></li>\n\t<li id=\"menu-item-1564351\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564351\"><a href=\"/national/programs/\">More &#8230;</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1564352\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1564352\"><a href=\"#\">Personalities</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1564353\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564353\"><a href=\"http://globalnews.ca/author/dawna-friesen/\">Dawna Friesen</a></li>\n\t<li id=\"menu-item-1564354\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564354\"><a href=\"http://globalnews.ca/author/carolyn-jarvis/\">Carolyn Jarvis</a></li>\n\t<li id=\"menu-item-1564355\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564355\"><a href=\"http://globalnews.ca/author/liza-fromer/\">Liza Fromer</a></li>\n\t<li id=\"menu-item-1564357\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564357\"><a href=\"http://globalnews.ca/author/tom-clark/\">Tom Clark</a></li>\n\t<li id=\"menu-item-1564360\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564360\"><a href=\"/national/staff/personalities/\">More &#8230;</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1564364\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564364\"><a href=\"/national/videos/\">Video Centre</a></li>\n</ul>\t\t\t</li>\n\t\t\t<li class=\"search top-item\" data-toggle-open=\"search\">\n\t\t\t\t<form class=\"search-form\" method=\"get\" action=\"http://globalnews.ca/\">\n\t\t\t\t\t<input type=\"text\" name=\"s\" placeholder=\"Search\" class=\"nav-input\">\n\t\t\t\t\t<i class=\"ss-standard ss-search\"></i>\n\t\t\t\t</form>\n\t\t\t</li>\n\t\t</ul>\n\n\t\t<h3 class=\"topics-header topics\" data-toggle-open=\"menu\"><span>Topics</span></h3>\n\t\t<ul id=\"topics-menu\" class=\"topics clearfix\" data-toggle-open=\"menu\"><li id=\"menu-item-1560662\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560662\"><a href=\"http://globalnews.ca/world/\">World</a></li>\n<li id=\"menu-item-1560663\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560663\"><a href=\"http://globalnews.ca/canada/\">Canada</a></li>\n<li id=\"menu-item-1560690\" class=\"local-news parent menu-item menu-item-type-custom menu-item-object-custom menu-item-1560690\"><a href=\"http://globalnews.ca/national/\">Local</a><ul id=\"topics-sub-menu\" class=\"child\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1260874\"><a href=\"/invisible-wounds/1257394/invisible-wounds/\">Introduction</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258625\"><a href=\"/invisible-wounds/1203097/invisible-wounds-master-corporal-jonathan-woolvett/\">Jonathan</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255762\"><a href=\"/invisible-wounds/1189154/invisible-wounds-captain-wayne-johnston\">Wayne</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255754\"><a href=\"/invisible-wounds/1225770/invisible-wounds-malcolm-williams\">Malcolm</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258635\"><a href=\"/invisible-wounds/1206284/invisible-wounds-unnamed-sergeant\">Unnamed Sgt.</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255745\"><a href=\"/invisible-wounds/1225383/invisible-wounds-stephan-monreau\">Stephan</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255770\"><a href=\"/invisible-wounds/1254729/invisible-wounds-mental-health-resources-for-canadian-soliders\">Mental health support</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255784\"><a href=\"/invisible-wounds/1255407/invisible-wounds-recommendations-to-new-veterans-charter-expected-this-spring\">What now?</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255779\"><a href=\"/invisible-wounds/1255468/invisible-wounds-funding-for-veterans-programs-on-downward-trend\">Veterans funding</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258653\"><a href=\"/invisible-wounds/1257083/list-community-and-online-resources-for-soldiers-veterans-in-crisis\">Need help?</a></li>\n</ul></li>\n<li id=\"menu-item-1560702\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560702\"><a href=\"http://globalnews.ca/politics/\">Politics</a></li>\n<li id=\"menu-item-1560689\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560689\"><a href=\"http://globalnews.ca/money/\">Money</a></li>\n<li id=\"menu-item-1560894\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560894\"><a href=\"http://globalnews.ca/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-1560897\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560897\"><a href=\"http://globalnews.ca/health/\">Health</a></li>\n<li id=\"menu-item-1560900\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560900\"><a href=\"http://globalnews.ca/lifestyle/\">Lifestyle</a></li>\n<li id=\"menu-item-1655407\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1655407\"><a href=\"http://globalnews.ca/tech/\">Tech</a></li>\n<li id=\"menu-item-1655501\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1655501\"><a href=\"http://globalnews.ca/science/\">Science</a></li>\n<li id=\"menu-item-1560931\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560931\"><a href=\"http://globalnews.ca/sports/\">Sports</a></li>\n<li id=\"menu-item-1560934\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1560934\"><a href=\"/videos\">Video</a></li>\n<li id=\"menu-item-1560935\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1560935\"><a href=\"/contests\">Contests</a></li>\n\t\t<li class=\"social\">\n\t\t\t<a href=\"http://globalnews.ca/pages/facebook/\">\n\t\t\t\t<i class=\"ss-social ss-facebook\"></i>\n\t\t\t\t<span>Like</span>\n\t\t\t</a>\n\t\t</li>\n\t\t<li class=\"social\">\n\t\t\t<a href=\"http://globalnews.ca/pages/twitter/\">\n\t\t\t\t<i class=\"ss-social ss-twitter\"></i>\n\t\t\t\t<span>Follow</span>\n\t\t\t</a>\n\t\t</li>\n\t</ul>\t</nav>\n</header>\n\t\t<div class=\"layout-header clearfix\">\n\n                        <!-- /.breaking-news-site -->\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<section class='gnca_empty_weatherbug'>\n\n\t\t</section>\n\t\t\t\t</div>\n\t\t    <div class=\"header-sponsored otf-simple\" id=\"div-gpt-gnca-ads-6872-140100-1\" style=\"display:none;\" >\n        <div class=\"header-sponsor\">\n            <a href=\"#\" target=\"_blank\" class=\"header-sponsored-text otf-link otf-title\"></a>\n\t\t\t<br />\n            <a href=\"#\" target=\"_blank\" class=\"header-sponsored-link otf-link\">\n                <img src=\"\" style=\"max-height:38px;max-width:76px;\" class=\"sponsored-logo-hd otf-image\">\n            </a>\n        </div>\n        \t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-140100-1\");\n      \t});\n\t</script>\t\n    </div>\n\t<div class=\"layout-contain video-contain\">\n\t<div class=\"video-teaser showing\">\n\t\t<div class=\"video-player\">\n\t\t\t<section>\n\t\t\t\t\t\t<article>\n\t\t\t\t\t<div class=\"meta-bar\">\n\t\t\t\t<div class=\"meta-bar-cat\">\n\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\tWorld\t\t\t\t\t</a>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"date-and-time\">\n\t\t\t\t\tDecember 29 2014 9:11pm\t\t\t\t</div>\n\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t<div class=\"views\"><span class=\"icon icon-eye-white\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_378103363628\" data-v_count_id=\"378103363628\" style=\"display:none;\"></span>\n\t</div> \n\t\t\t\t\t<div class=\"time-submitted\">\n\t\t\t\t\t\t<span class=\"icon icon-clock-black\"></span>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t01:34\t\t\t\t\t\t</span>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div><!-- /.meta-bar -->\n\t\t\t<div class=\"top-story\">\n\t\t\t\t<div class=\"video-controls\">\n\t\t\t\t\n\t\t\t\t\t<!-- <a class=\"play-btn\" href=\"#\">Play</a> -->\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div id=\"gnca_video_player_23967FB8-3727-1AFE-0774-98F64474B8CA\" class=\"adplayer js\" style=\"max-height:460px;\">\n\t\t\t\t\t\t\t\n\t\t\t<style>\n\t\t\t#videoContainer {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #000;\n\t\t\tbackground-color: #000;\n\t\t\tz-index: 9999999999;\n\t\t}\n\t\t#loadMessage{\n\t\tcolor: #FFFFFF;\n\t\twidth:100%;\n    \tposition: absolute;\n    \ttext-align: center;\n\t\tmargin-top:20%;\n\t\t}\n\t\t#videoContainer .nextUp {\n\t\t\tcolor:#ffffff;\n\t\t}\n\t\t#videoContainer .share {\n\t\t\tdisplay:none;\n\t\t}\n\t\t\t</style>\n\t\t\t<div id=\"videoContainer\">\n\t\t\t\t<div id=\"loadMessage\"><p>Loading...</p></div>\n\t\t\t</div>\n\t\t\t<script type=\"text/javascript\" src=\"http://www.google.com/jsapi\"></script>\n\t\t\t<script type=\"text/javascript\" src=\"http://s0.2mdn.net/instream/html5/ima3.js\"></script>\n\t\t\t<script type=\"text/javascript\" src=\"http://static.smdg.ca/videoPlayer/html5/1.0.14/shawvideo.min.js\"></script>\n\n\t\t\t<script type=\"text/javascript\">\n\t\t\t\tvar svp = new ShawVideoPlayer(\"newsPlayer\");\n\t\t\t\tsvp['gncaId'] = '1747657';\n\t\t\t\tsvp['gncaRid'] = '378103363628';\n\t\t\t\twindow['_cbv_strategies'] = window['_cbv_strategies'] || [];\n\t\t\t\twindow['_cbv_strategies'].push( cb_video_strategy );\n\t\t\t\tvar _cbv = window._cbv || (window._cbv = []);\n\t\t\t\t_cbv.push(svp);\n\t\t\t\n\t\t\t\tvar parent_window = window.parent.location + '';\n\t\t\t\tif( parent_window.indexOf('globalnews') === -1 ) {\n\t\t\t\t\tparent_window = document.location.href;\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t// GLOBAL NEWS Site Specific settings!!\n\t\t\t\tsvp.googleCmsId = 911;\n\n\t\t\t\tsvp.googleIMA3Url = \"http://pubads.g.doubleclick.net/gampad/ads?ad_rule=1&sz=320x240&iu=/6872/shaw.globalnews.ca&ciu_szs=1x1,120x60,122x62,300x250,728x90&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=\" + encodeURIComponent(parent_window) + \"&correlator={timestamp}&cmsid={cms_id}&vid={contentid}&cust_params=userregion%3Dnational%26contentregion%3Dnational%26page%3D1747657%26template%3Dsingle-video%26category%3Dworld%26tags%3Dgardner%2Cinfertility%2Civf%2Cquadruplets%2Ctwins%26weathertemp%3D-2\";\n\t\t\t\tsvp.rootCategory = \"\";\n\t\t\t\tsvp.comscoreC4 = \"12329516\";\n\t\t\t\tsvp.omnitureAccount = \"canglobaltvnews\";\n\t\t\t\tsvp.omnitureNamespace = \"canglobaltvnews\";\n\t\t\t\tsvp.debugging = false;\n\t\t\t\tsvp.platformAccount = \"dtjsEC/\";\n\t\t\t\tsvp.feedId = \"FCT_FJTDVpVT\";\n\t\t\t\tsvp.upNextCountdown = -1;\n\t\t\t\t// Force HTML5 for android \n\t\t\t\tvar user_agent = navigator.userAgent.toLowerCase();\n\t\t\t\tif( user_agent.indexOf( 'android' ) > -1 ) {\n\t\t\t\t\tsvp.playerType = 'html5';\t\n\t\t\t\t} \n\t\t\t\t\n\t\t\t\t\t\t\t\tsvp.autoPlay = true;\n\t\t\t\t\t\t\t\tsvp.videoSMILUrl = \"http://link.theplatform.com/s/dtjsEC/{releasepid}?format=SMIL&mbr=true\";\n\t\t\t\tsvp.metadataUrl = \"http://feed.theplatform.com/f/dtjsEC/FCT_FJTDVpVT?form=json&byId={contentid}&callback=?\";\n\t\t\t\tsvp.mediaPlayList = [378137667650,378103363629,367234627566,369872963787,368873539712,368866883644,379437635830,371583555667,378487363716,369123395529];\t\t\t\tif( user_agent.indexOf( 'iphone' ) > -1 || user_agent.indexOf( 'ipod' ) > -1 ) {\n\t\t\t\t\t\tsvp.mediaPlayList = null;\n\t\t\t\t}\n\t\t\t\t// set the content id that we want to play back\n\t\t\t\tsvp.setContentId( \"378103363628\", loadCallback );\n\t\t\t\tfunction loadCallback() {\n\t\t\t\t\t\tIE_inline_video_fix();\n\t\t\t\t\t\tsvp.omnitureTrackingServer = \"tr.globalnews.ca\";\n\t\t\t\t\t// inject video player!\n\t\t\t\t\tsvp.inject(\"videoContainer\");\n\t\t\t\t\t\tsetTimeout(\"post_inject_fix()\",1500);\n\t\t\t\t}\n\t\t\t\tvar ctr_rack = 60;\n\t\t\t\tfunction IE_inline_video_fix() {\n\t\t\t\t\tvar do_ie_fix  = jQuery.browser.msie && jQuery.browser.version > 8;\n\t\t\t\t\tvar ua = navigator.userAgent.toLowerCase();\n\t\t\t\t\tvar do_saf_fix = swfobject.hasFlashPlayerVersion(\"1\") && ( ua.indexOf('safari') > -1 || ua.indexOf('maxathon') > -1 || ua.indexOf('chrome') > -1 );\n\t\t\t\t\t\n\t\t\t\t\tif ( do_ie_fix || do_saf_fix ) {\n\t\t\t\t\t\tvar full_wd = jQuery(\"#videoContainer\").parent().width(); \n\t\t\t\t\t\tvar full_ht = ( full_wd * 9 )/ 16; \n\t\t\t\t\t\tjQuery(\"#videoContainer,.svpContainer\").height( full_ht + ctr_rack );\n\t\t\t\t\t\tjQuery(\"#videoContainer,.svpContainer\").width( full_wd );\n\t\t\t\t\t\tjQuery(\".svpContainer object\").css(\"display\",\"block\");\n\t\t\t\t\t\tsvp.wmode = \"opaque\"\n\t\t\t\t\t} else if (jQuery.browser.mozilla) {\n\t\t\t\t\t\tvar full_wd = jQuery(\"#videoContainer\").parent().width(); \n\t\t\t\t\t\tvar full_ht = ( full_wd * 9 )/ 16; \n\t\t\t\t\t\tjQuery(\"#videoContainer\").css( \"height\", (full_ht+ ctr_rack)  + \"px\" );\n\t\t\t\t\t\tjQuery(window).resize(function() {\n\t\t\t\t\t\t\tvar ht_x = ( ( jQuery(\"#videoContainer\").parent().width() * 9) / 16 )  ;\n\t\t\t\t\t\t\tjQuery(\"#videoContainer\").css(\"height\", (ht_x+ctr_rack) + \"px\" );\n\t\t\t\t\t\t\tjQuery(\".svpContainer\").css(\"height\", (ht_x+ctr_rack) + \"px\");\n\t\t\t\t\t\t});\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\tfunction post_inject_fix(){\n\t\t\t\t\tvar ua = navigator.userAgent.toLowerCase();\n\t\t\t\t\tvar do_ch_fix = swfobject.hasFlashPlayerVersion(\"1\") && ua.indexOf('chrome') > -1;\n\t\t\t\t\tvar jq = jQuery(\"#videoContainer div.svpContainer object\");\n\t\t\t\t\tif( parseInt( svp.playerVersion.replace( /\\./gi, '' ) ) > 1010 && do_ch_fix ) {\n\t\t\t\t\t\tjQuery(\"#videoContainer\").css( \"width\", \"100%\" );\n\t\t\t\t\t} else if( jq.length > 0 && do_ch_fix ){\n\t\t\t\t\t\tjq.attr('height','99%');\n\t\t\t\t\t}\n\t\t\t\t\tjQuery(\".svpContainer object\").css(\"display\",\"block\");\n\t\t\t\t}\n\t\t\t</script>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h1>\n\t\t\t\t\t\tVideo of the Gardners hours before birth of quadruplets\t\t\t\t\t</h1>\n\t\t\t\t</div>\n\t\t\t\t\t<div class=\"story\">\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<p>In a video posted to their Facebook page, Ashley and Tyson Gardner ask for prayers of support as they are about to welcome two sets of twins into the world 12 weeks early.</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<!--\n\t\t\t\t\t\t\t\t\t\t\t\t-->\n\n\t\t\t\t\t\t\t<div class=\"socialShare\" \n\t\t\t\t\t\t\t\tdata-socialshare=\"embed,facebook,twitter,google,whatsapp,email,linkedin,reddit,pinterest,tumblr,stumbleupon\"\n\t\t\t\t\t\t\t\tdata-socialshare-collapsable=\"true\"\n\t\t\t\t\t\t\t\tdata-socialshare-title=\"Video of the Gardners hours before birth of quadruplets\"\n\t\t\t\t\t\t\t\tdata-socialshare-url=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\"></div>\n\n\t\t\t\t\t\t<div class=\"gnca_embed_box\">\n\t\t\t\t\t\t\t<textarea class=\"gnca_embed_select\"><iframe width='670' height='437' frameborder='0' allowfullscreen src='http://globalnews.ca/video/embed/1747657/'>Your browser does not support frames. <a href=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\">Click here to view the frameless video.</a>.</iframe></textarea>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div> <!--/.story -->\n\t\t\t</div><!--/.top-story -->\n\t\t\t\t</article>\n\t\t<script language=\"javascript\">\n\t\t/*\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery(\"div.video-player\").find(\"iframe\").each(function(idx){\n\t\t\t\tvar ifr_src = jQuery(this).attr(\"src\");\n\t\t\t\tif( ifr_src.indexOf( document.domain + '/video/') > -1 ) {\n\t\t\t\t\tjQuery(this).addClass('gnca_fit_vid_class_to_resize');\n\t\t\t\t}\n\t\t\t});\n\t\t\tjQuery(\"div.video-player\").fitVids({customSelector: \".gnca_fit_vid_class_to_resize\" });\n\t\t});\n\t\t*/\n\t\t</script>\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\t\tjQuery(document).ready(function($){\n\t\t\tsetTimeout(\"gnca_checktoremove_poster_image()\",1000);\n\t\t});\n\t\tfunction gnca_checktoremove_poster_image(){\n\t\t\tif(svp) {\n\t\t\t\tif( !svp.html5Player )\n\t\t\t\t\treturn;\n\t\t\t\tif( svp.isPlaying || svp.adPlaying ) {\n\t\t\t\t\tjQuery(\"div.posterImage\").css(\"display\",\"none\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t\tsetTimeout(\"gnca_checktoremove_poster_image()\",1000);\n\t\t}\n\t\t            // declare video share-button callbacks\n            var gnca_social_share_collection = typeof( gnca_social_share_collection ) == \"undefined\" ? [] : gnca_social_share_collection;\n            function gnca_videoShareCallback() {\n                \n\n                // call new sharing functions to draw, and populate sharing controls\n                jQuery().gnca_socialShare('init');\n\t\t\t\tif( svp.gncaRid === svp.releaseInfo.contentId ) {\n\t\t\t\t\tjQuery('#videoContainer').gnca_socialVideoShare('init', {\n\t                    'title':'Video of the Gardners hours before birth of quadruplets',\n\t                    'url':'http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets/',\n\t                    'embed':'<iframe src=\"http://globalnews.ca/video/embed/1747657/\" width=\"670\" height=\"437\" frameborder=\"0\" allowfullscreen></iframe>'\n\t                });\t\n\t\t\t\t} else {\n\t\t\t\t\tvar rel_id = svp.releaseInfo.contentId+\"\"; \n\t\t\t\t\tif( typeof gnca_social_share_collection[rel_id] != \"object\" ) {\n\n\t\t\t\t\t\tvar resp = jQuery.parseJSON(\tjQuery.ajax({\n    \t\t\t\t\t\t\t\t\t\t\t\t\t\turl: \"/gnca-ajax/videoshare-links/{\\\"id\\\":\\\"\" + svp.releaseInfo.contentId + \"\\\"}/\", \n    \t\t\t\t\t\t\t\t\t\t\t\t\t\tasync: false\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}).responseText);\n\t\t\t\t\t\n\t\t\t\t\t\tgnca_social_share_collection[rel_id] = resp;\n\t\t\t\t\t}\n\t\t\t\t\tjQuery('#videoContainer').gnca_socialVideoShare('init', gnca_social_share_collection[rel_id] );\n\t\t\t\t}\n                \n            };\n\n            // don't do on IE, doesn't work yet\n            if ( !gNews.Common.isIE && !gNews.Common.isTrident && gNews.Common.isFlash ) {\n                var gnca_videoShareCallbackInterval = window.setInterval(\n                    function() {\n                        //console.log(' !!! gnca_shareVideoCallback REGISTRATION !!! ');\n\n                        // exit if required obj isn't set yet\n                        try {\n                            if ( !svp || !svp.setShareFunction || !svp.flashPlayerObjectId )\n                                return;\n\n                            // still here?? svp object must exist, register share-button callback\n                            \n                            svp.setShareFunction( gnca_videoShareCallback);\n                            \n\n                            // remove interval\n\n                            window.clearInterval( gnca_videoShareCallbackInterval );\n                            gnca_videoShareCallbackInterval = false;\n                        } catch (e) {};\n\n                    },\n                    1000\n                );\n            };\n\t\t</script>\n\t\t\t</section>\n\t\t</div>\n\t\t<div class=\"video-promotion\">\n\t\t\t<div class=\"ad-container\" id=\"video-ad-companion-rectangle\">\n\t\t\t\t<section id=\"div-gpt-gnca-ads-6872-300250-1\">\n\t\t\t\t\t\t\t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-300250-1\");\n      \t});\n\t</script>\t\n\t\t\t\t</section>\n\t\t\t</div>\n\t\t\t<div class=\"upcoming\">\n\t\t\t\t<section>\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"section-h-new\"><span>More Videos</span></h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1747789/utah-couples-dream-of-parenthood-comes-true-in-the-form-of-quadruplets/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/173/187/quads_pkg_qtp_640x360_378137667806.jpg?w=150\" alt=\"Utah couple&#8217;s dream of parenthood comes true in the form of quadruplets\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tUtah couple&#8217;s dream of parenthood comes true in the form of quadruplets\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>02:00</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/140/479/quads_born_qtp_640x360_378103875844.jpg?w=150\" alt=\"&#8216;Quad Squad&#8217; born in Utah\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\t&#8216;Quad Squad&#8217; born in Utah\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>00:35</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1708501/camera-captures-birth-of-giant-panda-twins/\">\r\n\t\t\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/15/238/vlcsnap-2014-12-04-13h01m54.jpg?w=150\" alt=\"Camera captures birth of giant panda twins\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tCamera captures birth of giant panda twins\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>00:38</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1719113/movie-trailer-the-walk/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/483/355/TheWalk_qtp_848x480_369893955854.jpg?w=150\" alt=\"Movie Trailer: The Walk\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tMovie Trailer: The Walk\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>02:03</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1715380/three-more-fatalities-confirmed-in-maryland-plane-crash/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/547/895/planepresser_qtp_640x360_368868931978.jpg?w=150\" alt=\"Three more fatalities confirmed in Maryland plane crash\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tThree more fatalities confirmed in Maryland plane crash\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>01:21</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1715394/three-more-fatalities-confirmed-in-maryland-plane-crash-2/\">\r\n\t\t\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/554/227/planepresser_qtp_640x360_368873539839.jpg?w=150\" alt=\"Three more fatalities confirmed in Maryland plane crash\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tThree more fatalities confirmed in Maryland plane crash\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>01:21</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752969/russias-red-army-choir-releases-music-video-cover-of-happy/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/388/951/happy_qtp_640x360_379439171658.jpg?w=150\" alt=\"Russia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tRussia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>02:08</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t</ul>\t\t\t\t\t\t\t\t\t</section>\n\t\t\t</div> <!--/.upcoming -->\n\t\t</div>\n\t</div> <!-- /.video-teaser -->\n\n\t\t<div class=\"video-browse-container\">\n\t\t<div class=\"video-search-container\">\n\t\t\t<section>\n\t\t\t\t<form class=\"search-form\" action=\"/national/videos/\">\n\t\t\t\t\t<input type=\"search\" id=\"video-search\" name=\"video-search\" autocomplete=\"off\" placeholder=\"Search Videos\" spellcheck=\"false\" value=\"\">\n\t\t\t\t\t<input type=\"submit\" class=\"search-submit icon icon-search-black\" value=\"Search\">\n\t\t\t\t</form>\n\t\t\t</section>\n\t\t</div>\n\t\t<div class=\"video-browse\">\n\t<section>\n\t\t<h3><a href=\"http://globalnews.ca/national/videos/\">Video Home</a></h3>\n\t\t\n\t\t\t\t<ul class=\"video-browse-container\">\n\t\t\t<li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753359/australian-authorities-declare-major-emergency-due-to-bushfires\" title=\"Australian authorities declare major emergency due to bushfires\" data-vid_id=\"1753359\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/460/223/aussie_fire_qtp_640x360_379510339912.jpg?w=300\" alt=\"Australian authorities declare major emergency due to bushfires\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753359/australian-authorities-declare-major-emergency-due-to-bushfires\" title=\"Australian authorities declare major emergency due to bushfires\" data-vid_id=\"1753359\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379512387684\" data-v_count_id=\"379512387684\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:50</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Australian authorities declare major emergency due to bushfires</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753263/palestine-submits-documents-to-join-international-criminal-court\" title=\"Palestine submits documents to join International Criminal Court\" data-vid_id=\"1753263\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/432/895/palestine_documents_qtp_640x360_379486275824.jpg?w=300\" alt=\"Palestine submits documents to join International Criminal Court\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753263/palestine-submits-documents-to-join-international-criminal-court\" title=\"Palestine submits documents to join International Criminal Court\" data-vid_id=\"1753263\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379483715981\" data-v_count_id=\"379483715981\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:17</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Palestine submits documents to join International Criminal Court</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753258/woman-unexpectedly-goes-into-labour-on-plane\" title=\"Woman unexpectedly goes into labour on plane\" data-vid_id=\"1753258\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/431/419/plane_baby_qtp_640x360_379483715798.jpg?w=300\" alt=\"Woman unexpectedly goes into labour on plane\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753258/woman-unexpectedly-goes-into-labour-on-plane\" title=\"Woman unexpectedly goes into labour on plane\" data-vid_id=\"1753258\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379482179884\" data-v_count_id=\"379482179884\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:37</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Woman unexpectedly goes into labour on plane</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753255/mountain-lion-hit-and-killed-on-california-freeway\" title=\"Mountain lion hit and killed on California freeway\" data-vid_id=\"1753255\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/431/419/mountain_lion_qtp_640x360_379484227691.jpg?w=300\" alt=\"Mountain lion hit and killed on California freeway\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753255/mountain-lion-hit-and-killed-on-california-freeway\" title=\"Mountain lion hit and killed on California freeway\" data-vid_id=\"1753255\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379482179878\" data-v_count_id=\"379482179878\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:19</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Mountain lion hit and killed on California freeway</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753224/three-bodies-identified-from-airasia-flight-8501-crash-recovery\" title=\"Three bodies identified from AirAsia flight 8501 crash recovery\" data-vid_id=\"1753224\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/430/942/airasia_evening_pkg_qtp_640x360_379479620002.jpg?w=300\" alt=\"Three bodies identified from AirAsia flight 8501 crash recovery\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753224/three-bodies-identified-from-airasia-flight-8501-crash-recovery\" title=\"Three bodies identified from AirAsia flight 8501 crash recovery\" data-vid_id=\"1753224\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379481667580\" data-v_count_id=\"379481667580\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:00</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Three bodies identified from AirAsia flight 8501 crash recovery</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753049/search-for-airasia-flight-recorders\" title=\"Search for AirAsia flight recorders\" data-vid_id=\"1753049\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/407/995/GN150102ARMSTRONG_tnb_2.jpg?w=300\" alt=\"Search for AirAsia flight recorders\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753049/search-for-airasia-flight-recorders\" title=\"Search for AirAsia flight recorders\" data-vid_id=\"1753049\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379457603732\" data-v_count_id=\"379457603732\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:51</span></div>\n</div>\n\t\t\t\t\t\t<h4>Global National</h4>\n\t\t\t\t\t\t<h5>Search for AirAsia flight recorders</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753051/prince-andrew-named-in-sex-abuse-lawsuit\" title=\"Prince Andrew named in sex abuse lawsuit\" data-vid_id=\"1753051\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/407/495/GN150102STU_tnb_4.jpg?w=300\" alt=\"Prince Andrew named in sex abuse lawsuit\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753051/prince-andrew-named-in-sex-abuse-lawsuit\" title=\"Prince Andrew named in sex abuse lawsuit\" data-vid_id=\"1753051\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379457091921\" data-v_count_id=\"379457091921\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:19</span></div>\n</div>\n\t\t\t\t\t\t<h4>Global National</h4>\n\t\t\t\t\t\t<h5>Prince Andrew named in sex abuse lawsuit</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752969/russias-red-army-choir-releases-music-video-cover-of-happy\" title=\"Russia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;\" data-vid_id=\"1752969\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/388/951/happy_qtp_640x360_379439171658.jpg?w=300\" alt=\"Russia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752969/russias-red-army-choir-releases-music-video-cover-of-happy\" title=\"Russia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;\" data-vid_id=\"1752969\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379437635830\" data-v_count_id=\"379437635830\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:08</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Russia&#8217;s Red Army Choir releases music video cover of &#8216;Happy&#8217;</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752828/investigators-getting-first-look-at-greek-ferry\" title=\"Investigators getting first look at Greek ferry\" data-vid_id=\"1752828\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/360/123/ferry_430_qtp_640x360_379407427641.jpg?w=300\" alt=\"Investigators getting first look at Greek ferry\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752828/investigators-getting-first-look-at-greek-ferry\" title=\"Investigators getting first look at Greek ferry\" data-vid_id=\"1752828\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379407427629\" data-v_count_id=\"379407427629\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:09</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Investigators getting first look at Greek ferry</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752820/buckingham-palace-issues-statement-on-behalf-of-prince-andrew\" title=\"Buckingham Palace issues statement on behalf of Prince Andrew\" data-vid_id=\"1752820\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/357/195/PrinceAndrew_qtp_640x360_379406915604.jpg?w=300\" alt=\"Buckingham Palace issues statement on behalf of Prince Andrew\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752820/buckingham-palace-issues-statement-on-behalf-of-prince-andrew\" title=\"Buckingham Palace issues statement on behalf of Prince Andrew\" data-vid_id=\"1752820\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379404355802\" data-v_count_id=\"379404355802\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:28</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Buckingham Palace issues statement on behalf of Prince Andrew</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752774/massive-pile-up-on-new-hampshire-highway\" title=\"Massive pile up on New Hampshire highway\" data-vid_id=\"1752774\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/353/791/NH_car_pileup_qtp_640x360_379401795573.jpg?w=300\" alt=\"Massive pile up on New Hampshire highway\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752774/massive-pile-up-on-new-hampshire-highway\" title=\"Massive pile up on New Hampshire highway\" data-vid_id=\"1752774\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379400771596\" data-v_count_id=\"379400771596\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:19</span></div>\n</div>\n\t\t\t\t\t\t<h4>Weather</h4>\n\t\t\t\t\t\t<h5>Massive pile up on New Hampshire highway</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752753/crews-fighting-bad-weather-in-airasia-flight-8501-search-operation\" title=\"Crews fighting bad weather in AirAsia flight 8501 search operation\" data-vid_id=\"1752753\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/349/387/airasia_330_qtp_640x360_379397187727.jpg?w=300\" alt=\"Crews fighting bad weather in AirAsia flight 8501 search operation\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752753/crews-fighting-bad-weather-in-airasia-flight-8501-search-operation\" title=\"Crews fighting bad weather in AirAsia flight 8501 search operation\" data-vid_id=\"1752753\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379396163867\" data-v_count_id=\"379396163867\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:59</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Crews fighting bad weather in AirAsia flight 8501 search operation</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752688/russias-red-army-choir-covers-pharrells-happy\" title=\"Russia&#8217;s Red Army choir covers Pharrell&#8217;s &#8216;Happy&#8217;\" data-vid_id=\"1752688\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/326/439/RedArmy_qtp_640x360_379382339811.jpg?w=300\" alt=\"Russia&#8217;s Red Army choir covers Pharrell&#8217;s &#8216;Happy&#8217;\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752688/russias-red-army-choir-covers-pharrells-happy\" title=\"Russia&#8217;s Red Army choir covers Pharrell&#8217;s &#8216;Happy&#8217;\" data-vid_id=\"1752688\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379372099766\" data-v_count_id=\"379372099766\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:10</span></div>\n</div>\n\t\t\t\t\t\t<h4>Entertainment</h4>\n\t\t\t\t\t\t<h5>Russia&#8217;s Red Army choir covers Pharrell&#8217;s &#8216;Happy&#8217;</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752686/raw-video-bad-weather-causes-50-car-pileup-in-new-hampshire\" title=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\" data-vid_id=\"1752686\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/326/439/Pileup_qtp_640x360_379382339810.jpg?w=300\" alt=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752686/raw-video-bad-weather-causes-50-car-pileup-in-new-hampshire\" title=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\" data-vid_id=\"1752686\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379372099765\" data-v_count_id=\"379372099765\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:31</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: Bad weather causes 50-car pileup in New Hampshire</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752687/raw-video-bad-weather-causes-50-car-pileup-in-new-hampshire\" title=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\" data-vid_id=\"1752687\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/326/439/Pileup_qtp_640x360_379382339810.jpg?w=300\" alt=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752687/raw-video-bad-weather-causes-50-car-pileup-in-new-hampshire\" title=\"Raw video: Bad weather causes 50-car pileup in New Hampshire\" data-vid_id=\"1752687\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379372099765\" data-v_count_id=\"379372099765\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:31</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: Bad weather causes 50-car pileup in New Hampshire</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752680/raw-video-propane-truck-ignites-in-arlington-texas\" title=\"Raw video: Propane truck ignites in Arlington, Texas\" data-vid_id=\"1752680\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/326/439/FlamingTruck_qtp_640x360_379383363579.jpg?w=300\" alt=\"Raw video: Propane truck ignites in Arlington, Texas\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752680/raw-video-propane-truck-ignites-in-arlington-texas\" title=\"Raw video: Propane truck ignites in Arlington, Texas\" data-vid_id=\"1752680\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379372099763\" data-v_count_id=\"379372099763\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:28</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: Propane truck ignites in Arlington, Texas</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752672/investigators-comb-over-wreck-of-greek-ferry\" title=\"Investigators comb over wreck of Greek ferry\" data-vid_id=\"1752672\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/326/439/FerryPack_qtp_640x360_379383363581.jpg?w=300\" alt=\"Investigators comb over wreck of Greek ferry\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752672/investigators-comb-over-wreck-of-greek-ferry\" title=\"Investigators comb over wreck of Greek ferry\" data-vid_id=\"1752672\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379372099760\" data-v_count_id=\"379372099760\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:00</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Investigators comb over wreck of Greek ferry</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752374/japanese-farm-welcomes-in-new-year-with-sheep-parade\" title=\"Japanese farm welcomes in New Year with &#8216;sheep parade&#8217;\" data-vid_id=\"1752374\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/288/851/SheepParade_qtp_640x360_379335235725.jpg?w=300\" alt=\"Japanese farm welcomes in New Year with &#8216;sheep parade&#8217;\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752374/japanese-farm-welcomes-in-new-year-with-sheep-parade\" title=\"Japanese farm welcomes in New Year with &#8216;sheep parade&#8217;\" data-vid_id=\"1752374\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379332675969\" data-v_count_id=\"379332675969\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:49</span></div>\n</div>\n\t\t\t\t\t\t<h4>News</h4>\n\t\t\t\t\t\t<h5>Japanese farm welcomes in New Year with &#8216;sheep parade&#8217;</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752368/thousands-participate-in-polar-bear-dip-on-coney-island\" title=\"Thousands participate in &#8216;Polar Bear Dip&#8217; on Coney Island\" data-vid_id=\"1752368\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/288/851/PolarBearDip_qtp_640x360_379333699768.jpg?w=300\" alt=\"Thousands participate in &#8216;Polar Bear Dip&#8217; on Coney Island\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752368/thousands-participate-in-polar-bear-dip-on-coney-island\" title=\"Thousands participate in &#8216;Polar Bear Dip&#8217; on Coney Island\" data-vid_id=\"1752368\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379332675965\" data-v_count_id=\"379332675965\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:11</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Thousands participate in &#8216;Polar Bear Dip&#8217; on Coney Island</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752364/raw-video-explosions-gunfire-ring-out-in-kobani\" title=\"Raw video: Explosions, gunfire ring out in Kobani\" data-vid_id=\"1752364\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/288/851/Kobani_qtp_640x360_379335747659.jpg?w=300\" alt=\"Raw video: Explosions, gunfire ring out in Kobani\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752364/raw-video-explosions-gunfire-ring-out-in-kobani\" title=\"Raw video: Explosions, gunfire ring out in Kobani\" data-vid_id=\"1752364\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379332675963\" data-v_count_id=\"379332675963\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:05</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: Explosions, gunfire ring out in Kobani</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752362/federal-judge-rules-flordia-must-issue-marriage-licenses-to-same-sex-couples\" title=\"Federal judge rules Flordia must issue marriage licenses to same-sex couples\" data-vid_id=\"1752362\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/288/851/FloridaSameSex_qtp_640x360_379335235735.jpg?w=300\" alt=\"Federal judge rules Flordia must issue marriage licenses to same-sex couples\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752362/federal-judge-rules-flordia-must-issue-marriage-licenses-to-same-sex-couples\" title=\"Federal judge rules Flordia must issue marriage licenses to same-sex couples\" data-vid_id=\"1752362\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379332675957\" data-v_count_id=\"379332675957\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:29</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Federal judge rules Flordia must issue marriage licenses to same-sex couples</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752256/man-has-car-part-removed-from-his-arm-decades-after-crash\" title=\"Man has car part removed from his arm decades after crash\" data-vid_id=\"1752256\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/268/831/CarPart_qtp_640x360_379314243835.jpg?w=300\" alt=\"Man has car part removed from his arm decades after crash\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752256/man-has-car-part-removed-from-his-arm-decades-after-crash\" title=\"Man has car part removed from his arm decades after crash\" data-vid_id=\"1752256\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379311683707\" data-v_count_id=\"379311683707\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:49</span></div>\n</div>\n\t\t\t\t\t\t<h4>News</h4>\n\t\t\t\t\t\t<h5>Man has car part removed from his arm decades after crash</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752253/raw-video-more-bodies-arrive-following-search-for-missing-air-asia-plane\" title=\"Raw video: More bodies arrive following search for missing Air Asia plane\" data-vid_id=\"1752253\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/268/831/AirAsiaBodies_qtp_640x360_379313219903.jpg?w=300\" alt=\"Raw video: More bodies arrive following search for missing Air Asia plane\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752253/raw-video-more-bodies-arrive-following-search-for-missing-air-asia-plane\" title=\"Raw video: More bodies arrive following search for missing Air Asia plane\" data-vid_id=\"1752253\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379311683656\" data-v_count_id=\"379311683656\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:50</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: More bodies arrive following search for missing Air Asia plane</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752164/us-southwest-battling-winter-weather\" title=\"US Southwest battling winter weather\" data-vid_id=\"1752164\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/250/763/WeatherPack_qtp_640x360_379296323667.jpg?w=300\" alt=\"US Southwest battling winter weather\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752164/us-southwest-battling-winter-weather\" title=\"US Southwest battling winter weather\" data-vid_id=\"1752164\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379292739742\" data-v_count_id=\"379292739742\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:52</span></div>\n</div>\n\t\t\t\t\t\t<h4>Weather</h4>\n\t\t\t\t\t\t<h5>US Southwest battling winter weather</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752161/new-video-emerges-of-deadly-shanghai-stampede\" title=\"New video emerges of deadly Shanghai stampede\" data-vid_id=\"1752161\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/250/763/Shanghai_qtp_640x360_379296323671.jpg?w=300\" alt=\"New video emerges of deadly Shanghai stampede\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752161/new-video-emerges-of-deadly-shanghai-stampede\" title=\"New video emerges of deadly Shanghai stampede\" data-vid_id=\"1752161\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379292739712\" data-v_count_id=\"379292739712\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:30</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>New video emerges of deadly Shanghai stampede</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752162/bad-weather-hampering-search-for-air-asia-flight\" title=\"Bad weather hampering search for Air Asia flight\" data-vid_id=\"1752162\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/250/763/PlanePack_qtp_640x360_379296323672.jpg?w=300\" alt=\"Bad weather hampering search for Air Asia flight\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752162/bad-weather-hampering-search-for-air-asia-flight\" title=\"Bad weather hampering search for Air Asia flight\" data-vid_id=\"1752162\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379292739697\" data-v_count_id=\"379292739697\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:24</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Bad weather hampering search for Air Asia flight</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1752158/raw-video-icelands-coast-guard-tows-boat-carrying-hundreds-of-migrants\" title=\"Raw video: Iceland&#8217;s Coast Guard tows boat carrying hundreds of migrants\" data-vid_id=\"1752158\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/250/763/ItalianMigrants_qtp_640x360_379296835563.jpg?w=300\" alt=\"Raw video: Iceland&#8217;s Coast Guard tows boat carrying hundreds of migrants\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1752158/raw-video-icelands-coast-guard-tows-boat-carrying-hundreds-of-migrants\" title=\"Raw video: Iceland&#8217;s Coast Guard tows boat carrying hundreds of migrants\" data-vid_id=\"1752158\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379292739681\" data-v_count_id=\"379292739681\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:27</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Raw video: Iceland&#8217;s Coast Guard tows boat carrying hundreds of migrants</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1751691/mohamed-fahmy-other-al-jazeera-journalist-get-retrial\" title=\"Mohamed Fahmy, other Al Jazeera journalist get retrial\" data-vid_id=\"1751691\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/1009/622/GN150101REAL_GREER_Mezz_848x480_379016259521.jpg?w=300\" alt=\"Mohamed Fahmy, other Al Jazeera journalist get retrial\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1751691/mohamed-fahmy-other-al-jazeera-journalist-get-retrial\" title=\"Mohamed Fahmy, other Al Jazeera journalist get retrial\" data-vid_id=\"1751691\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379014723556\" data-v_count_id=\"379014723556\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:25</span></div>\n</div>\n\t\t\t\t\t\t<h4>Global National</h4>\n\t\t\t\t\t\t<h5>Mohamed Fahmy, other Al Jazeera journalist get retrial</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1751694/deadly-new-years-eve-stampede-in-shanghai\" title=\"Deadly New Year&#8217;s Eve stampede in Shanghai\" data-vid_id=\"1751694\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/1008/147/GN150101ARMSTRONG_848x480_379015747670.jpg?w=300\" alt=\"Deadly New Year&#8217;s Eve stampede in Shanghai\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1751694/deadly-new-years-eve-stampede-in-shanghai\" title=\"Deadly New Year&#8217;s Eve stampede in Shanghai\" data-vid_id=\"1751694\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379013187812\" data-v_count_id=\"379013187812\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:00</span></div>\n</div>\n\t\t\t\t\t\t<h4>Global National</h4>\n\t\t\t\t\t\t<h5>Deadly New Year&#8217;s Eve stampede in Shanghai</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1751543/raw-passenger-shot-footage-taken-on-board-burning-ferry\" title=\"RAW: Passenger-shot footage taken on board burning ferry\" data-vid_id=\"1751543\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/976/415/ferry_on_board_qtp_640x360_378979907951.jpg?w=300\" alt=\"RAW: Passenger-shot footage taken on board burning ferry\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1751543/raw-passenger-shot-footage-taken-on-board-burning-ferry\" title=\"RAW: Passenger-shot footage taken on board burning ferry\" data-vid_id=\"1751543\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_378979907848\" data-v_count_id=\"378979907848\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:36</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>RAW: Passenger-shot footage taken on board burning ferry</h5>\n\t\t</div>\n\t</a>\n</li>\t\t</ul>\n\t\t\t\t\t</section>\n</div> <!--/.video-browse -->\n\t\t<div class=\"video-navigation\">\n\t<nav role=\"navigation\">\n\t\t<div class=\"video-navigation-column\">\n\t\t<h3>&nbsp;</h3>\n\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t<summary tabindex=\"0\">\n\t\t\t\t<a href=\"http://globalnews.ca/national/videos/\">Latest National Video</a>\n\t\t\t</summary>\n\t\t</details>\n\t\t</div>\n\t\t<div class=\"video-navigation-column\">\n\t\t\t<h3>Programs</h3>\n\t\t\t\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/global-national/\">Global National</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t<div aria-hidden=\"false\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/global-national+everyday-hero/\">Everyday Hero</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/global-national-mandarin/\">Global National Mandarin</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/16x9/\">16x9</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t<div aria-hidden=\"false\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-7/\">Season 7</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-6/\">Season 6</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-5/\">Season 5</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-4/\">Season 4</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-3/\">Season 3</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-2/\">Season 2</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/the-west-block/\">The West Block</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/the-morning-show/\">The Morning Show</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t</div>\n\t\t<div class=\"video-navigation-column\">\n\t\t\t<h3>Categories</h3>\n\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/canada\">Canada</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/world\">World</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/money\">Money</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/politics\">Politics</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/health\">Health</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/tech\">Technology</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/sports\">Sports</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/entertainment\">Entertainment</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/weather\">Weather</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/tag/online-exclusive/\">Online Exclusive</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t</div>\n\t</nav>\n</div> <!--/.video-navigation -->\t\t\t\t<script language=\"javascript\" type=\"text/javascript\" defer >\n\t\t\tjQuery(\"div.video-navigation-column\").find(\"a\").each(function(idx){\n\t\t\t\tif(jQuery(this).attr(\"href\") == document.location.href ){\n\t\t\t\t\tjQuery(this).css( \"color\", \"#E11C2E\" );\n\t\t\t\t}\n\t\t\t});\n\t\t</script>\n\t</div> <!--/.video-browse-container-->\n</div>\t\t\t\t</div><!--/.contain-->\n        <div class=\"footer-contain\">\n            <div class=\"footer\">\n                <footer>\n                    <section>\n                        <div class=\"region-names\">\n                            <h3>Jump to a Region</h3>\n                            <div class=\"region-nav\">\n                                <article>\n                                    <nav role=\"navigation\">\n                                        <ul id=\"footerRegionalNav\">\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/bc/\" id=\"MapLink_bc\" >BC</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/calgary/\" id=\"MapLink_calgary\" >Calgary</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/edmonton/\" id=\"MapLink_edmonton\" >Edmonton</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/halifax/\" id=\"MapLink_halifax\" >Halifax</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/lethbridge/\" id=\"MapLink_lethbridge\" >Lethbridge</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/montreal/\" id=\"MapLink_montreal\" >Montreal</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/new-brunswick/\" id=\"MapLink_new-brunswick\" >New Brunswick</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/okanagan/\" id=\"MapLink_okanagan\" >Okanagan</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/regina/\" id=\"MapLink_regina\" >Regina</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/saskatoon/\" id=\"MapLink_saskatoon\" >Saskatoon</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/toronto/\" id=\"MapLink_toronto\" >Toronto</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/winnipeg/\" id=\"MapLink_winnipeg\" >Winnipeg</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                                                                    </ul>\n                                    </nav>\n                                </article>\n                            </div> <!-- /.region-nav -->\n                            <div class=\"region-map\">\n                                <div id=\"footerLocationMap\">\n                                    <p id=\"locationLoading\"></p>\n                                    <div id=\"imgLocationMap\" class=\"imgLocationMap\" style=\"width:100%; display:none\">\n                                        <img src=\"http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/locationMap.png\" style=\"max-width:100%\">\n                                    </div>\n                                </div>\n                            </div> <!-- /.region-map -->\n                        </div> <!-- /.region-names -->\n                    </section>\n                    <section>\n                        <div class=\"social\">\n                            <h3>Connect</h3>\n                            <nav role=\"navigation\">\n                                <ul>\n                                    <li>\n                                        <a href=\"/pages/facebook/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-facebook\"></span></span>\n                                            <span>Facebook</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"/pages/twitter/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-twitter-white\"></span></span>\n                                            <span>Twitter</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"/pages/google/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-googleplus\"></span></span>\n                                            <span>Google+</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<!--\n                                    <li>\n                                        <a href=\"/pages/global-news-alerts/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-alerts-white\"></span></span>\n                                            <span>Alerts</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t-->\n                                    <li>\n                                        <a href=\"/pages/feeds/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-rss-white\"></span></span>\n                                            <span>RSS</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"http://www.globaltv.com/About/ContactUs.html\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-email-white\"></span></span>\n                                            <span>Contact Us</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                </ul>\n                            </nav>\n                        </div><!-- /.social -->\n                    </section>\n                    <section>\n                        <div class=\"sections\">\n                            <!-- Global News -->\n                            <h3>Global News</h3>\n                            <nav role=\"navigation\">\n                                <ul>\n                                    <li><a href=\"/pages/about/\">About Us</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/privacy.asp\">Privacy Policy</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"/pages/principles-practices/\">Principles &amp; Practices</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/terms.asp\">Terms &amp; Conditions</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/copyright.asp\">Copyright</a></li>\n                                    <li><a href=\"http://www.shawmediatv.ca/\">Shaw Media</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/advertising/television/BrandOverview.aspx?brandId=644\">Advertise</a></li>\n                                    <li><a href=\"/tag/open-data/\">Open Data</a></li>\n                                </ul>\n                            </nav>\n                        </div> <!-- /.sections -->\n                    </section>\n                    <div class=\"copyright\">&copy; Shaw Media Inc., 2015. All rights reserved.</div>\n\t\t\t\t\t<div class=\"copyright\" style=\"padding-top:0;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"http://s0.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-light-small.png\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a>\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<!-- wpcom_wp_footer -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"globalnews.ca\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n\t\t<!-- /// LOAD CHARTBEAT /// -->\n\t\t<script type=\"text/javascript\">\n\t\tvar _sf_async_config={};\n\t\t_sf_async_config.uid = 51927;\n\t\t_sf_async_config.useCanonical = true;\n\t\t\t\t\t_sf_async_config.domain = 'globalnews.ca';\n\t\t\t_sf_async_config.autoDetect = false;\n\n\t\t(function(){\n\t\t  function loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t   ((\"https:\" == document.location.protocol) ? \"https://\" : \"http://\") +\n\t\t\t   \"static.chartbeat.com/js/chartbeat_video.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t  }\n\t\t  var oldonload = window.onload;\n\t\t  window.onload = (typeof window.onload != 'function') ?\n\t\t\t loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); };\n\t\t})();\n\t\t</script>\n\t\t\t\t<script language=\"javascript\" >\r\n\t\tif( jQuery(document).width() < 770 ) { \r\n\t\t\t//If mobile device then load earlier due to slow connections \r\n\t\t\tjQuery(\"img.ll_lazyload\").show().lazyload({effect : \"fadeIn\", threshold : 450 });\r\n\t\t} else {\r\n\t\tjQuery(\"img.ll_lazyload\").show().lazyload({effect : \"fadeIn\"});\r\n\t\t}\r\n\t\t\r\n\t\tjQuery(function(){\r\n\t\t\tjQuery(\"img.super_lazy_load\").lazyload({effect : \"fadeIn\", event: \"super_lazy_load_trigger\" });\r\n\t\t});\r\n\t\t</script>\r\n\t\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n\n\t<div id=\"bit\" class=\"loggedout-follow-normal\">\n\t\t<a class=\"bsub\" href=\"javascript:void(0)\"><span id='bsub-text'>Follow</span></a>\n\t\t<div id=\"bitsubscribe\">\n\n\t\t\t\t\t<h3><label for=\"loggedout-follow-field\">Follow &ldquo;Global News&rdquo;</label></h3>\n\n\t\t\t<form action=\"https://subscribe.wordpress.com\" method=\"post\" accept-charset=\"utf-8\" id=\"loggedout-follow\">\n\t\t\t<p>Get every new post delivered to your Inbox.</p>\n\n\t\t\t<p id=\"loggedout-follow-error\" style=\"display: none;\"></p>\n\n\t\t\t\t\t\t<p class=\"bit-follow-count\">Join 4,622 other followers</p>\n\t\t\t<p><input type=\"email\" name=\"email\" value=\"Enter your email address\" onfocus='this.value=(this.value==\"Enter your email address\") ? \"\" : this.value;' onblur='this.value=(this.value==\"\") ? \"Enter your email address\" : this.value;'  id=\"loggedout-follow-field\"/></p>\n\n\t\t\t<input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n\t\t\t<input type=\"hidden\" name=\"blog_id\" value=\"43869434\"/>\n\t\t\t<input type=\"hidden\" name=\"source\" value=\"http://globalnews.ca/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\"/>\n\t\t\t<input type=\"hidden\" name=\"sub-type\" value=\"loggedout-follow\"/>\n\n\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"280f51d8cf\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/video/1747657/video-of-the-gardners-hours-before-birth-of-quadruplets\" />\n\t\t\t<p id='bsub-subscribe-button'><input type=\"submit\" value=\"Sign me up\" /></p>\n\t\t\t</form>\n\t\t\t\t\t<div id='bsub-credit'><a href=\"https://wordpress.com/?ref=lof\">Build a website with WordPress.com</a></div>\n\t\t</div><!-- #bitsubscribe -->\n\t</div><!-- #bit -->\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"1\",\"is_single\":\"0\",\"is_front_page\":\"1\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJydzE0OgkAMBeALWSagGVfGs5ShgeL8NLaC3l4wMTHscNXk9b3PzQKhZKNsblTX0cSB5FmNenA/r/QAiY+es7oGJpa1uxzAjPFlHHQ7sIESfTpOB5yhj6XFmGnWdZo4u1gCGpecUKBDw2oJ9ymR2620H1kBKwJq5c6k/wHU8TJXEA63L3FNl/pUn33j/dGPbxjohYQ='></script>\n<script type='text/javascript' src='//platform.twitter.com/widgets.js?ver=4.1-beta2-30797'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'43869434','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'43869434','v':'wpcom','tz':'-5','user_id':'0','subd':'shawglobalnews'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=43869434&v=wpcomvt&tz=-5&user_id=0&subd=shawglobalnews&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtQ3x1bUlaajR5UEdMT09WZy9BbHxWVytzJU9MZlp1ZkR4aXIlS1JmW2xkPUlDUmFaLUlWRHwuV3xD'});\naddLoadEvent(function(){linktracker_init('43869434',0);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\t\t\t\t\t<span id=\"div-gpt-gnca-ads-6872-11-1\" >\n\t\t\t\t\t\t\t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-11-1\");\n      \t});\n\t</script>\t\n\t\t\t\t\t</span>\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tfunction gnca_outer_ad_pixel_call_from_footer( gnca_image , color ) {\n\t\t\t\t\t\tgNewsWP.Ads.showWallpaper( gnca_image, color );\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t//Sliding expiration\n\t\t\t\t\tif(!jQuery.cookie(\"_wpcom_geo_exp\") ){\n\t\t\t\t\t\tvar region = jQuery.cookie(\"_wpcom_geo\");\n\t\t\t\t\t\tif( region ){\n\t\t\t\t\t\t\tif( region === 'default' || region === 'gnca-default' ) {\n\t\t\t\t\t\t\t\tregion = 'gnca-national';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tjQuery.cookie('_wpcom_geo',  region, { expires:90, path:'/' });\n\t\t\t\t\t\t\tjQuery.cookie('_wpcom_geo_exp',  region, { expires:60, path:'/' });\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t</script>\n                </footer>\n            </div>\n        </div>\n\n\t\t\n\t\t\t\t\t\t<script type=\"text/javascript\" language=\"JavaScript\">\n\t\t\t<!--\n\t\t\t/* You may give each page an identifying name, server, and channel on the next lines. */\n\t\t\tif( typeof s == \"undefined\" ) { s = { };s.t=function(){return false} }\n\t\t\ts[ 'pageName' ] = ( document.location.pathname != '/' ) ? document.location.pathname : 'index.html';\n\t\ts[ 'server' ] = document.domain;\n\t\ts[ 'channel' ] = 'video';\n\t\ts[ 'pageType' ] = '';\n\t\ts[ 'prop1' ] = 'video';\n\t\ts[ 'prop2' ] = '';\n\t\ts[ 'prop3' ] = '';\n\t\ts[ 'prop4' ] = '';\n\t\ts[ 'prop5' ] = '';\n\t\ts[ 'prop6' ] = '';\n\t\ts[ 'prop7' ] = '';\n\t\ts[ 'prop8' ] = '1747657';\n\t\ts[ 'prop9' ] = '';\n\t\ts[ 'prop10' ] = '';\n\t\ts[ 'prop11' ] = '';\n\t\ts[ 'prop13' ] = '';\n\t\ts[ 'prop17' ] = '';\n\t\ts[ 'prop23' ] = document.title;\n\t\ts[ 'prop24' ] = s.prop8;\n\t\ts[ 'prop25' ] = 'video';\n\t\ts[ 'prop26' ] = '1747657';\n\t\ts[ 'prop27' ] = '';\n\t\ts[ 'prop28' ] = '';\n\t\ts[ 'prop29' ] = '';\n\t\ts[ 'prop31' ] = '6';\n\t\ts[ 'prop36' ] = '';\n\t\ts[ 'prop37' ] = 'world';\n\t\ts[ 'prop38' ] = 'national';\n\t\ts[ 'prop39' ] = 'national';\n\t\ts[ 'prop40' ] = '';\n\t\ts[ 'prop41' ] = '';\n\t\ts[ 'prop43' ] = '';\n\t\ts[ 'prop44' ] = '';\n\t\ts[ 'prop46' ] = document.referrer;\n\t\ts[ 'props2' ] = 'video/1747657';\n\t\t\t\t\t\n\t\t\t/* First party cookie */\n\t\t\ts.trackingServer = 'tr.globalnews.ca'; //non-secure\n\t\t\ts.trackingServerSecure = 'Str.globalnews.ca'; // secure\n\t\t\t\n\t\t\t/* E-commerce Variables */\n\t\t\ts.events = '';\n\t\t\ts.products = '';\n\t\t\ts.purchaseID = '';\n\t\t\ts.transactionID = s.purchaseID;\n\t\t\t/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n\t\t\tvar s_code = s.t(); if (s_code) document.write(s_code)//-->\n\t\t</script>\n\t\t<script language='JavaScript' type='text/javascript'><!--\n\t\tif( navigator.appVersion.indexOf( 'MSIE' ) >= 0 ) document.write( unescape( '%3C' ) + '\\!-' + '-' );\n\t\t//-->\n\t\t</script>\n\t\t<noscript>\n\t\t\t<a href='http://www.omniture.com/' title='Web Analytics'>\n\t\t\t\t<img src='http://canwest.112.2o7.net/b/ss/canwest/1/H.17--NS/0' height='1' width='1' border='0' />\n\t\t\t</a>\n\t\t</noscript>\n\t\t<!--/DO NOT REMOVE/-->\n\t\t<!-- End SiteCatalyst code version: H.17. -->\n\t\t\t\t<script>\n\t\tvar _comscore = _comscore || []; _comscore.push({ c1: \"2\", c2: \"3005660\", c3: \"\", options: { url_append: \"comscorekw=national\" } });\n\t\t(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); })();\n\t\t</script>\n\t\t<noscript><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=3005660&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1\" /></noscript>\n\n\t\t\t</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/globalnews.ca2.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]><html class=\"is_ie6 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 7]><html class=\"is_ie7 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 8]><html class=\"is_ie8 is_ie\" lang=\"en\"><![endif]-->\n<!--[if IE 9]><html class=\"is_ie9 is_ie enhanced\" lang=\"en\"><![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9) ]><!--><html lang=\"en\" class=\"enhanced\" ><!--<![endif]-->\n<head>\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n    <meta charset=\"UTF-8\" />\n\t\t<meta name=\"robots\" content=\"noodp\">\n\t<meta name=\"msvalidate.01\" content=\"3D2267A5B4A24BDBB6BC2B814502958A\" />\n\t<meta name=\"p:domain_verify\" content=\"5f93bd32b1e65381fb7e5f011b09a343\"/>\n\t\n    <meta id=\"metaViewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t\t<link href=\"https://plus.google.com/+GlobalnewsCaHeadlines/posts\" rel=\"publisher\"/>\n    <title>&#8216;Quad Squad&#8217; born in Utah | Watch News Videos Online</title>\n\t\t\t<meta name=\"title\" content=\"&#8216;Quad Squad&#8217; born in Utah | Watch News Videos Online\" />\n\t<link href=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah\" rel=\"canonical\"/>\n\t\t<meta name=\"description\" content=\"Watch &#8216;Quad Squad&#8217; born in Utah Video Online, on GlobalNews.ca\" />\n\t<meta property=\"fb:app_id\" content=\"318812448281278\"/>\n\n\t\t<link type=\"image/jpg\" rel=\"image_src\" href=\"http://i0.wp.com/media.globalnews.ca/videostatic/140/479/quads_born_qtp_640x360_378103875844.jpg?w=500\"/>\n\n\t\n<!-- og: starts here -->\n<meta property=\"og:title\" content=\"&#8216;Quad Squad&#8217; born in Utah | Watch News Videos Online\"/>\n<meta property=\"og:description\" content=\"Watch &#8216;Quad Squad&#8217; born in Utah Video Online, on GlobalNews.ca\"/>\n<meta property=\"og:type\" content=\"video\"/>\n<meta property=\"og:url\" content=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah/\"/>\n<meta property=\"og:site_name\" content=\"Global News\"/>\n<meta property=\"og:image\" content=\"http://i0.wp.com/media.globalnews.ca/videostatic/140/479/quads_born_qtp_640x360_378103875844.jpg?w=500\"/>\n\n<!-- og: ends here -->\n\n<!-- twitter: starts here -->\n<meta name=\"twitter:title\" content=\"&#8216;Quad Squad&#8217; born in Utah | Watch News Videos Online\"/>\n<meta name=\"twitter:url\" content=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah/\"/>\n<meta name=\"twitter:description\" content=\"Watch &#8216;Quad Squad&#8217; born in Utah Video Online, on GlobalNews.ca\"/>\n<meta name=\"twitter:card\" content=\"player\"/>\n<meta name=\"twitter:player\" content=\"http://globalnews.ca/video/embed/1747659/\"/>\n<meta name=\"twitter:player:width\" content=\"1280\"/>\n<meta name=\"twitter:player:height\" content=\"720\"/>\n<meta name=\"twitter:image\" content=\"http://i0.wp.com/media.globalnews.ca/videostatic/140/479/quads_born_qtp_640x360_378103875844.jpg?w=500\"/>\n\n<!-- twitter: ends here -->\n\n    <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n    <link rel=\"pingback\" href=\"http://globalnews.ca/xmlrpc.php\">\n    \t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=globalnews.ca&amp;id=43869434&amp;t=1420285680&amp;back=http%3A%2F%2Fglobalnews.ca%2Fvideo%2F1747659%2Fquad-squad-born-in-utah%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/_static/??-eJx9juEKwyAMhF9oLhRG2z9jz2I1s7bRyIzz9WcHZYXC/l2S+y4HNSnDUTAKhKISFedjBvIrZlhQkjar+k5Xk/MFDvaJ2P0Adg4tF1FPJuIK1VuHcoIOPwy/sO1D0rI5AlqvkTA02z8spH6nNjm3guduMrecDG+fIM+6Kkc8aYpYM/hoqNh23AOlIoqeCA9yC3yEe3frxq4fxqFfPnPfbv0=' type='text/css' media='all' />\n<link rel='stylesheet' id='screen-css-0' href='http://s0.wp.com/_static/??-eJytlE1OxDAMhS9EG41gkLpALFiPxBXc1J0aEjtKnKmG02PBiiVyF0mk/Hx68bMd9jJEYUXWoBtmbOFGJbQN9uGaZIbEuLcQmw3hCBpYaoZEXzgmmsdMPNrhQ/g3Z4ZGcYSUHIzf3eakJLhLVyekUNRecSWj+AKToXnFZOTuRJCt3sCuIorV647YTMIXKE5ShCq9YbJnOQsfRVOE5v5lU6n3iyw9oZOkFXkhvnoFFfNfKi5OzlwRPv1ywKtDdB1g8Wa07qT+lF6thXqVFLHnPsQmdilWRG8p3GhBOaqcjoD9MN6tr7ut6mUBxTfp7Le9SST4Y9prfjk9nabH8/N0nj6+AYQY128=' type='text/css' media='screen' />\n<link rel='stylesheet' id='screenandmin-width36em-css-0' href='http://s0.wp.com/_static/??-eJytzkEOgkAMheELCQ1BiS6MJ/AQA1NgdKYl08KE28vWpamLt3rJlx/KUg1MiqSgMyYU2MICMrtSTZF7FwmLwCDHmAankJxoXYLHOgWqj+MEPxvR7byalYS0Wo2RWTFbFVHO+5P9GtFKaUbygSZz0sIknNFboT6je/8hyJlLRs5JvpBHujfnprt11/bSvj5xpAz6' type='text/css' media='screen and (min-width:36em)' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-normalize-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/normalize.lib.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-basic-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/basic.all.ie.css?m=1387384043g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-globals-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/globals.all.ie.css?m=1419272657g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-layout-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/layout.all.ie.css?m=1417186355g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-picturefill-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/picturefill.lib.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-mast-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast.all.ie.css?m=1414508106g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-menu-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/menu.all.ie.css?m=1408718143g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-icons-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/icons.all.ie.css?m=1412792190g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-footer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/footer.all.ie.css?m=1414093693g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-locationMap-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/locationMap.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-common-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-common.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-teaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-teaser.all.ie.css?m=1415776743g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-storyModule-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/storyModule.all.ie.css?m=1419356959g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-trending-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/trending.all.ie.css?m=1398373374g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-sponsored-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sponsored.all.ie.css?m=1392051275g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-breaking-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/breaking.all.ie.css?m=1395250584g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-ad-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/ad.all.ie.css?m=1395854650g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-otf-ads-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/otf-ads.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-twitter-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/twitter.all.ie.css?m=1414787124g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-forms-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/forms.all.ie.css?m=1411569315g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-poll-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/poll.all.ie.css?m=1394217690g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-homescreen-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/homescreen.all.ie.css?m=1417555925g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-video-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/video.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-carousel-video-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/carousel-video.all.ie.css?m=1393600670g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoPlayer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoPlayer.all.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-updateCounter-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/updateCounter.all.ie.css?m=1386948619g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-social-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/social.all.ie.css?m=1417533936g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-mast-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast.wide.ie.css?m=1414508106g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-layout-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/layout.wide.ie.css?m=1416968353g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-menu-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/menu.wide.ie.css?m=1393521981g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-footer-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/footer.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-storyModule-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/storyModule.wide.ie.css?m=1393424603g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-trending-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/trending.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-sponsored-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sponsored.wide.ie.css?m=1389020413g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-breaking-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/breaking.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-ad-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/ad.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-forms-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/forms.wide.ie.css?m=1389036436g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='gnca-gotham-lib-css'  href='http://cloud.typography.com/646222/618420/css/fonts.css?ver=1' type='text/css' media='all' />\n<link rel='stylesheet' id='gnca-fontawesome-lib-css'  href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css?ver=1' type='text/css' media='all' />\n<link rel='stylesheet' id='screen-css-78' href='http://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9EvyUjNTS3WL8ss0C/OSCzXTc/JT0rMyUstL9ZPLgbi/LzkxBKgdEpqfkhqYnFqkV5iTo5ebmaeHlBaR588k5yK8svRjLLPtTU0MbQ0Mjc1NLPIAgCEuTua' type='text/css' media='screen' />\n<link rel='stylesheet' id='screenandmin-width36em-css-78' href='http://s1.wp.com/_static/??-eJydjEkKgDAMAD+kDSJuBxF8gx+oNdiKTcQU83179uhhYGBgQK/SMSWkBMljRIEnXCDearmfvNqTUAWcZJicTTlvyAtawdtodhMDmdwL+Leab9bva4pjVfft0Dbd0B0vCSg8iw==' type='text/css' media='screen and (min-width:36em)' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoTeaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoTeaser.all.ie.css?m=1419275168g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-videoBrowser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoBrowser.all.ie.css?m=1419275168g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-videoTeaser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoTeaser.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-36em-videoBrowser-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/videoBrowser.wide.ie.css?m=1385049069g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='screen-css-86' href='http://s0.wp.com/_static/??-eJylkksOwjAMRC9EErUCKhaIszip1RryU2w14vaYJUuUhTf26Gk0Y9erCSULZnGyY0J2B1XHO3SzxeIhZuzsAuuUHEAcv5MvkVFsJG8TZavHk/ubk4DF6NJCjAMYKdWwlEbIg6QgMEjAldQJm0rhNeqGaUUPbZQS1cogoyOosJlO66atD9ZFCSNlHMUc39fRpFvZGqSfsB/pPp2n27zM18vy/AD/BRRV' type='text/css' media='screen' />\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-symbolset-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/symbolset.lib.ie.css?m=1414093693g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-mast-new-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/mast-new.all.ie.css?m=1418829521g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-top-stories-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/top-stories.all.ie.css?m=1416968250g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-cta-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/cta.all.ie.css?m=1414744378g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-editors-picks-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/editors-picks.all.ie.css?m=1417718057g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-sidebar-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/sidebar.all.ie.css?m=1414787124g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-slick-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/slick.all.ie.css?m=1416527860g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-weather-widget-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/weather-widget.all.ie.css?m=1419272657g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-timeline-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/timeline.all.ie.css?m=1416313316g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='gnca-IE8-tv-news-programs-css'  href='http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/css/concat/tv-news-programs.all.ie.css?m=1416932841g&#038;ver=1' type='text/css' media='screen' />\n<![endif]-->\n<link rel='stylesheet' id='all-css-106' href='http://s0.wp.com/_static/??-eJx9i0EKg0AMRS/kGEQRN6VnGYcYUzITcSJe33QjLYXyN+/B+8BQ1DhpqTe0qdYGzi24GBaDfIRNDmJvCDWIpmis5UvCIpH3f9cdZ1FyJPDqQ39OtmLGCusAJDpHeQfP/OgGXz9N4/i6AM2NQxk=' type='text/css' media='all' />\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar LoggedOutFollow = {\"invalid_email\":\"Your subscription did not succeed, please try again with a valid email address.\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcom_geo_settings = {\"geolocation_endpoint\":\"https:\\/\\/public-api.wordpress.com\\/geo\\/\",\"locations\":[\"gnca-national\",\"gnca-toronto\",\"gnca-montreal\",\"gnca-winnipeg\",\"gnca-halifax\",\"gnca-new-brunswick\",\"gnca-okanagan\",\"gnca-bc\",\"gnca-edmonton\",\"gnca-lethbridge\",\"gnca-calgary\",\"gnca-regina\",\"gnca-saskatoon\",\"gnca-national\"],\"default_location\":\"gnca-national\",\"cookie_name\":\"_wpcom_geo\",\"expiry_date\":\"Sat, 10 Jan 2015 11:48:00 UTC\",\"expiry_time\":\"604800\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar gncaGetInTouch = {\"ajaxurl\":\"https:\\/\\/shawglobalnews.wordpress.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar gncaPageVars = {\"queryType\":\"frontPage\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJylV1ty2zAMvFARJU762elRPBAJSXBIQiUpqfbpCylW2rSepCHHH+bAwBIAFw83ywhGQqaQm1NqvLTsCKZEEXuVAYdO7k7pS6N6HIybLKVV8fRjoni+fn2oAJ77iJnuPIdd+Y9bR0nZU0p65Y1f317FYWZaPlQ7UR7RPEOkxJd/UFsnPYxu6jmkRs89WZkydOKcLM3Ctqf8t00eSH1sZh6b3XIZjXjoSWAKrPdugb8K3wFIAy7QO2nRBVo2s88ZvGZ6d6UPBo8zW5Lj6PBMcZPAJgFPObJJNfgOL2dwgnY7rQdw3H4uRDVolABNcmyeb1Hh/8yvlDIiz3yTUe/DrBBW/Op9sQssCcQMGHqCjn+WOaE08RLKbCP1LAHMIKKlWobxwo0XtpQheEy5zDIRRjOUP8BGboNRtFO5SpgkhrECRDNoCO1MMXNSg1CQkx3LUkZ2CUZx545dhVdeLMXAl4Knfa1Tb3sYNDSKMD9VuILZDJ4sY0WS2eQpUllOVgDU1zE62hy2pYxhSgPPn7/6t+SYjkbfpSwCyR2gTWXGOtB0PEOWyQxwHXBlQGvJ5IVzVlZscBU4eMKC5vmmejk4DvQy6Cqh9MA17XAQVTCR6E1Tv7EUTbyvKRPfUdeRqXkMxzNtZbomooAeew4ijgOSgwM8wKEe5iK6Bt3rp6BzbAVrtcE7V8h3L5HWtbK0XLbErlvOClRTKbi30NJAdMaCCiqs01Sx6iyEqhirekbGtjD6MYr+cfCpPANX/wsdn9eLdRxf3ShPI3bFe2LS1tbiHsF3/+3h6XB/ePz6eP94+gWCEiao'></script>\n<script type='text/javascript' src='//cdn.optimizely.com/js/295848415.js?ver=4.1-beta2-30797'></script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyNzEEKhDAMQNELWYNYnNkMs/AkrQZNaZvSBIueXo/g9sP70IpZOCtmBd0xocBBBWR3zWyRvYsZm0AQiOQhUYYLK8+RimdX1/4pfZAOXm8Wbw5akY1odYrb+fB/+g12GO3nO0423AFgNbU='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://shawglobalnews.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='shortlink' href='http://wp.me/2Y4rw' />\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" sizes=\"16x16\" />\n<link rel=\"icon\" type=\"image/x-icon\" href=\"http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" sizes=\"16x16\" />\n<link rel=\"apple-touch-icon-precomposed\" href=\"http://1.gravatar.com/blavatar/134ef81f5668dc78080f6bd19ca2310b?s=114\" />\n<link rel='openid.server' href='http://shawglobalnews.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://shawglobalnews.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://globalnews.ca/osd.xml\" title=\"Global News\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n\t<meta name='parsely-page' id='parsely-page' content='{\"type\":\"frontpage\",\"title\":\"Global News\",\"link\":\"http:\\/\\/globalnews.ca\"}' />\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n<link rel=\"stylesheet\" href=\"http://disqus.com/stylesheets/globalnewsprod/disqus.css?v=2.0\" type=\"text/css\" media=\"screen\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Global News &raquo;  Feed\" href=\"http://globalnews.ca/feed/\" />\n\t\t<script type=\"text/javascript\">\n\t\t var AamGpt={lameDecode:function(e){return decodeURIComponent(e).replace(/%252C/gi,',').replace(/%2c/gi,','); },strictEncode:function(e){ return encodeURIComponent(e).replace(/[!'()]/g,escape).replace(/\\*/g,\"%2A\")},getCookie:function(e){var t,n,r,i=document.cookie.split(\";\");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf(\"=\"));r=i[t].substr(i[t].indexOf(\"=\")+1);n=n.replace(/^\\s+|\\s+$/g,\"\");if(n==e){return unescape(r)}}},getKey:function(e){var t=this.getCookie(e);t=this.strictEncode(t);if(typeof t!=\"undefined\"&&t.match(/\\w+%3D/)){var n=t.split(\"%3D\");if(typeof n[0]!=\"undefined\"&&n[0].match(/\\w+/)){return n[0]}}},getValues:function(e){var t=this.getCookie(e);t=this.strictEncode(t);if(typeof t!=\"undefined\"&&t.match(/\\w+%3D\\w+/)){var n=t.split(\"%3D\");if(typeof n[1]!=\"undefined\"&&n[1].match(/\\w+/)){var r=n[1].split(\"%2C\");if(typeof r[0]!=\"undefined\"){return r}else{return null}}else{return null}}else{return null}}}\n\t\t</script>\n\t\t<script type='text/javascript'>\n\t\tvar googletag = googletag || {}; googletag.cmd = googletag.cmd || [];\n\t\t(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); })();\n\t\t</script>\n\t\t<script type='text/javascript'>\n\t\t\tgoogletag.cmd.push(function() {\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [[300,600],[300,250]], 'div-gpt-gnca-ads-6872-300250-1').addService(googletag.companionAds()).addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'div-gpt-gnca-ads-6872-300250-4').addService(googletag.pubads()).setTargeting(\"pos\",\"4\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,100], 'div-gpt-gnca-ads-6872-300100-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [140,100], 'div-gpt-gnca-ads-6872-140100-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [500,300], 'div-gpt-gnca-ads-6872-500300-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-3').addService(googletag.pubads()).setTargeting(\"pos\",\"3\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-4').addService(googletag.pubads()).setTargeting(\"pos\",\"4\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [1,1], 'div-gpt-gnca-ads-6872-11-5').addService(googletag.pubads()).setTargeting(\"pos\",\"5\");\n\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page1-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page1-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page2-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page2-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page3-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page3-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page4-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page4-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page5-pos1').addService(googletag.pubads()).setTargeting(\"pos\",\"1\");\ngoogletag.defineSlot('/6872/shaw.globalnews.ca', [300,250], 'load-more-page5-pos2').addService(googletag.pubads()).setTargeting(\"pos\",\"2\");\n\t\t\t\t\n\n\t\t\t\t// Network targets\n\t\t\t\tgoogletag.pubads().setTargeting(\"site\",\"globalnews\").setTargeting(\"network\",\"shaw\");\n\t\t\t\t\t\t\n\t\t\t\tif( typeof AamGpt !== \"undefined\" ) {\n\t\t\t\t\tif( typeof AamGpt.getCookie( \"shawgpt\" ) != \"undefined\" && typeof AamGpt.getCookie(\"aam_uuid\") != \"undefined\" ){ \n\t\t\t\t\t\tvar key1 = AamGpt.lameDecode( AamGpt.getKey(\"shawgpt\") );\n\t\t\t\t\t\tvar val1 = AamGpt.lameDecode( AamGpt.getValues(\"shawgpt\") ); var key2 = \"u\"; \n\t\t\t\t\t\tvar val2 = AamGpt.lameDecode( AamGpt.getCookie(\"aam_uuid\") );\n\t\t\t\t\t\tif(val1.indexOf( ',' )>-1){val1=val1.split( ',' )}\n\t\t\t\t\t\t\n\t\t\t\t\t\tgoogletag.pubads().setTargeting( key1 , val1 );\tgoogletag.pubads().setTargeting( key2 , val2 );\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\t// Page targets\n\t\t\t\tgoogletag.pubads().setTargeting(\"userregion\",\"national\").setTargeting(\"contentregion\",\"national\").setTargeting(\"page\",\"1747659\").setTargeting(\"template\",\"single-video\").setTargeting(\"weathertemp\",\"-2\");\n\t\t\t\t//SRA not enabled\n\t\t\t\t//googletag.pubads().enableSingleRequest();\n\t\t\t\t//googletag.pubads().enableSyncRendering();\n\t\t\t\tgoogletag.companionAds().setRefreshUnfilledSlots(true);\n\t\t\t\tgoogletag.pubads().collapseEmptyDivs(); \n\t\t\t\tgoogletag.enableServices();\n\t\t\t});\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\t\tfunction gnca_load_late_ads(){\n\t\t\t\tjQuery(\".gnca_late_ads\").each(function(){\n\t\t\t\t\tvar par_div = jQuery(this).parent();\n\t\t\t\t\tif( par_div.attr('data-lateprocessed') == '1' ){\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar my_id = par_div.attr(\"id\");\n\t\t\t\t\tif( !my_id ){ return; }\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tif(my_id.indexOf('{pgno}')) {\n\t\t\t\t\t\tvar bd_no = document.body.getAttribute( 'data-page-num' );\n\t\t\t\t\t\tif(  bd_no && parseInt( bd_no ) > 1 && parseInt( bd_no ) < 7 ){\n\t\t\t\t\t\t\tbd_no = parseInt( bd_no ) - 1;\n\t\t\t\t\t\t\tmy_id = my_id.replace( '{pgno}', bd_no );\n\t\t\t\t\t\t\tpar_div.attr( 'id', my_id );\n\t\t\t\t\t\t} else { par_div.css( 'display', 'none' ); return; }\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tgoogletag.display( my_id );\n\t\t\t\t\tpar_div.attr('data-lateprocessed','1');\n\t\t\t\t});\n\t\t\t\tgoogletag.enableServices();\n\t\t\t}\n\t\t\tvar gnca_ads_page_ad_targets = \"userregion=national&lt;br/&gt;contentregion=national&lt;br/&gt;page=1747659&lt;br/&gt;template=single-video&lt;br/&gt;weathertemp=-2\";\n\t\t</script>\n\t\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"Global News\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://globalnews.ca/feed/;icon-uri=http://1.gravatar.com/blavatar/37cef602b5b54d05533ea477943e87b6?s=16\" />\t\t<script type=\"text/javascript\">\n\t\t\tvar _gaq = _gaq || [];\n\t\t\t_gaq.push(['_setAccount', 'UA-37934458-1']);\n\t\t\t_gaq.push(['_setDomainName', 'globalnews.ca']);\n\t\t\t_gaq.push(['_setCustomVar', 1, 'UserRegion', 'national' , 1]);\n\t\t\t_gaq.push(['_setCustomVar', 2, 'ContentRegion', 'national' , 3]);\n\t\t\t\t\t\t_gaq.push(['_trackPageview']);\n\t\t\t(function() {\n\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t})();\n\t\t</script>\n\t\t<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\n\t\t<script type=\"text/javascript\">\n\t\t\tif( document.location.href.indexOf(\"https\") === 0 ) {\n\t\t\t\t document.location = document.location.href.replace( 'https', 'http' );\n\t\t \t}\n\t\t</script>\n\n\n\t<!--Visual Revenue Reader Response Tracking Script (v6) -->\n\t<script type=\"text/javascript\">\n\t\tvar _vrq = _vrq || [];\n\t\t_vrq.push(['id', 523]);\n\n\t\t\t\t_vrq.push(['automate', true]);\n\t\t\n\t\t_vrq.push(['track', function(){}]);\n\t\t(function(d, a){\n\t\t\tvar s = d.createElement(a),\n\t\t\tx = d.getElementsByTagName(a)[0];\n\t\t\ts.async = true;\n\t\t\ts.src = 'http://a.visualrevenue.com/vrs.js';\n\t\t\tx.parentNode.insertBefore(s, x);\n\t\t})(document, 'script');\n\t</script>\n\t<!-- End of VR RR Tracking Script - All rights reserved -->\n</head>\n<body class=\"home blog mp6 typekit-enabled gnca-national reskin-enabled highlander-enabled highlander-light\" data-page-num=\"1\">\n\t\t\t<div class=\"contain\">\n\t\t\n<header class=\"mast\" role=\"banner\">\n\t<nav role=\"navigation\">\n\t\t<ul class=\"primary clearfix\">\n\t\t\t<li class=\"logo top-item\">\n\t\t\t\t<a href=\"http://globalnews.ca\">\n\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/logos/news_2x.png\" alt=\"Global\">\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"mobile-toggles top-item\">\n\t\t\t\t<a href class=\"menu-toggle\" data-toggle=\"menu\">\n\t\t\t\t\t<i class=\"menu-icon\"></i>\n\t\t\t\t\t<span>Menu</span>\n\t\t\t\t</a><!-- Hack to fix inline-block space issue. http://css-tricks.com/fighting-the-space-between-inline-block-elements/\n\t\t\t --><a class=\"social-toggle\" href=\"http://globalnews.ca/pages/twitter/\">\n\t\t\t\t\t<i class=\"ss-social ss-twitter\"></i>\n\t\t\t\t</a><!--\n\t\t\t --><a class=\"social-toggle\" href=\"http://globalnews.ca/pages/facebook/\">\n\t\t\t\t\t<i class=\"ss-social ss-facebook\"></i>\n\t\t\t\t</a><!--\n\t\t\t--><a href class=\"search-toggle\" data-toggle=\"search\">\n\t\t\t\t\t<i class=\"ss-standard ss-search\"></i>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li class=\"regions top-item parent\" data-toggle-open=\"menu\">\n\t\t\t\t<a href=\"http://globalnews.ca/national/\">\n\t\t\t\t<span>\n\t\t\t\t\t<h3>National <i class=\"ss-standard ss-navigatedown\"></i>\n\t\t\t\t\t\t<span class=\"change-location\"><i class=\"ss-standard ss-navigate\"></i>Change Location</span>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<p>Change Location</p>\n\t\t\t\t</span>\n\t\t\t\t</a>\n\t\t\t\t<h3 class=\"change-location\">Select Location<i class=\"ss-standard ss-delete\"></i></h3>\n\t\t\t\t<ul id=\"regions-menu\" class=\"child\"><li id=\"menu-item-1560848\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560848\"><a href=\"http://globalnews.ca/bc/\">BC</a></li>\n<li id=\"menu-item-1560878\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560878\"><a href=\"http://globalnews.ca/calgary/\">Calgary</a></li>\n<li id=\"menu-item-1560880\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560880\"><a href=\"http://globalnews.ca/edmonton/\">Edmonton</a></li>\n<li id=\"menu-item-1560887\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560887\"><a href=\"http://globalnews.ca/halifax/\">Halifax</a></li>\n<li id=\"menu-item-1560888\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560888\"><a href=\"http://globalnews.ca/lethbridge/\">Lethbridge</a></li>\n<li id=\"menu-item-1560882\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560882\"><a href=\"http://globalnews.ca/montreal/\">Montreal</a></li>\n<li id=\"menu-item-1560851\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560851\"><a href=\"http://globalnews.ca/new-brunswick/\">New Brunswick</a></li>\n<li id=\"menu-item-1560881\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560881\"><a href=\"http://globalnews.ca/okanagan/\">Okanagan</a></li>\n<li id=\"menu-item-1560889\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560889\"><a href=\"http://globalnews.ca/regina/\">Regina</a></li>\n<li id=\"menu-item-1560885\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560885\"><a href=\"http://globalnews.ca/saskatoon/\">Saskatoon</a></li>\n<li id=\"menu-item-1560877\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560877\"><a href=\"http://globalnews.ca/toronto/\">Toronto</a></li>\n<li id=\"menu-item-1560884\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-regions menu-item-1560884\"><a href=\"http://globalnews.ca/winnipeg/\">Winnipeg</a></li>\n</ul>\t\t\t\t<ul id=\"locality-menu\" class=\"child\"><li id=\"menu-item-1260874\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1260874\"><a href=\"/invisible-wounds/1257394/invisible-wounds/\">Introduction</a></li>\n<li id=\"menu-item-1258625\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258625\"><a href=\"/invisible-wounds/1203097/invisible-wounds-master-corporal-jonathan-woolvett/\">Jonathan</a></li>\n<li id=\"menu-item-1255762\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255762\"><a href=\"/invisible-wounds/1189154/invisible-wounds-captain-wayne-johnston\">Wayne</a></li>\n<li id=\"menu-item-1255754\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255754\"><a href=\"/invisible-wounds/1225770/invisible-wounds-malcolm-williams\">Malcolm</a></li>\n<li id=\"menu-item-1258635\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258635\"><a href=\"/invisible-wounds/1206284/invisible-wounds-unnamed-sergeant\">Unnamed Sgt.</a></li>\n<li id=\"menu-item-1255745\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255745\"><a href=\"/invisible-wounds/1225383/invisible-wounds-stephan-monreau\">Stephan</a></li>\n<li id=\"menu-item-1255770\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255770\"><a href=\"/invisible-wounds/1254729/invisible-wounds-mental-health-resources-for-canadian-soliders\">Mental health support</a></li>\n<li id=\"menu-item-1255784\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255784\"><a href=\"/invisible-wounds/1255407/invisible-wounds-recommendations-to-new-veterans-charter-expected-this-spring\">What now?</a></li>\n<li id=\"menu-item-1255779\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255779\"><a href=\"/invisible-wounds/1255468/invisible-wounds-funding-for-veterans-programs-on-downward-trend\">Veterans funding</a></li>\n<li id=\"menu-item-1258653\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258653\"><a href=\"/invisible-wounds/1257083/list-community-and-online-resources-for-soldiers-veterans-in-crisis\">Need help?</a></li>\n</ul>\t\t\t</li>\n\t\t\t<li class=\"programs top-item parent\" data-toggle-open=\"menu\">\n\t\t\t<a href=\"http://globalnews.ca/national/tv-news-program/\">\n\t\t\t\t<span>\n\t\t\t\t\t<h3>TV News Programs <i class=\"ss-standard ss-navigatedown\"></i></h3>\n\t\t\t\t\t<p>Newscasts &amp; Videos</p>\n\t\t\t\t</span>\n\t\t\t</a>\t\n\t\t\t\t<ul id=\"programs-menu\" class=\"child\"><li id=\"menu-item-1564339\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1564339\"><a href=\"#\">Global National</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1564346\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564346\"><a href=\"http://globalnews.ca/national/program/global-national/\">Global National</a></li>\n\t<li id=\"menu-item-1564347\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564347\"><a href=\"http://globalnews.ca/national/program/the-west-block/\">The West Block</a></li>\n\t<li id=\"menu-item-1564348\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564348\"><a href=\"http://globalnews.ca/national/program/16x9/\">16&#215;9</a></li>\n\t<li id=\"menu-item-1564349\" class=\"menu-item menu-item-type-taxonomy menu-item-object-gnca-program menu-item-1564349\"><a href=\"http://globalnews.ca/national/program/the-morning-show/\">The Morning Show</a></li>\n\t<li id=\"menu-item-1564351\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564351\"><a href=\"/national/programs/\">More &#8230;</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1564352\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1564352\"><a href=\"#\">Personalities</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1564353\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564353\"><a href=\"http://globalnews.ca/author/dawna-friesen/\">Dawna Friesen</a></li>\n\t<li id=\"menu-item-1564354\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564354\"><a href=\"http://globalnews.ca/author/carolyn-jarvis/\">Carolyn Jarvis</a></li>\n\t<li id=\"menu-item-1564355\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564355\"><a href=\"http://globalnews.ca/author/liza-fromer/\">Liza Fromer</a></li>\n\t<li id=\"menu-item-1564357\" class=\"menu-item menu-item-type-post_type menu-item-object-gnca-staff menu-item-1564357\"><a href=\"http://globalnews.ca/author/tom-clark/\">Tom Clark</a></li>\n\t<li id=\"menu-item-1564360\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564360\"><a href=\"/national/staff/personalities/\">More &#8230;</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1564364\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1564364\"><a href=\"/national/videos/\">Video Centre</a></li>\n</ul>\t\t\t</li>\n\t\t\t<li class=\"search top-item\" data-toggle-open=\"search\">\n\t\t\t\t<form class=\"search-form\" method=\"get\" action=\"http://globalnews.ca/\">\n\t\t\t\t\t<input type=\"text\" name=\"s\" placeholder=\"Search\" class=\"nav-input\">\n\t\t\t\t\t<i class=\"ss-standard ss-search\"></i>\n\t\t\t\t</form>\n\t\t\t</li>\n\t\t</ul>\n\n\t\t<h3 class=\"topics-header topics\" data-toggle-open=\"menu\"><span>Topics</span></h3>\n\t\t<ul id=\"topics-menu\" class=\"topics clearfix\" data-toggle-open=\"menu\"><li id=\"menu-item-1560662\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560662\"><a href=\"http://globalnews.ca/world/\">World</a></li>\n<li id=\"menu-item-1560663\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560663\"><a href=\"http://globalnews.ca/canada/\">Canada</a></li>\n<li id=\"menu-item-1560690\" class=\"local-news parent menu-item menu-item-type-custom menu-item-object-custom menu-item-1560690\"><a href=\"http://globalnews.ca/national/\">Local</a><ul id=\"topics-sub-menu\" class=\"child\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1260874\"><a href=\"/invisible-wounds/1257394/invisible-wounds/\">Introduction</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258625\"><a href=\"/invisible-wounds/1203097/invisible-wounds-master-corporal-jonathan-woolvett/\">Jonathan</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255762\"><a href=\"/invisible-wounds/1189154/invisible-wounds-captain-wayne-johnston\">Wayne</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255754\"><a href=\"/invisible-wounds/1225770/invisible-wounds-malcolm-williams\">Malcolm</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258635\"><a href=\"/invisible-wounds/1206284/invisible-wounds-unnamed-sergeant\">Unnamed Sgt.</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255745\"><a href=\"/invisible-wounds/1225383/invisible-wounds-stephan-monreau\">Stephan</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255770\"><a href=\"/invisible-wounds/1254729/invisible-wounds-mental-health-resources-for-canadian-soliders\">Mental health support</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255784\"><a href=\"/invisible-wounds/1255407/invisible-wounds-recommendations-to-new-veterans-charter-expected-this-spring\">What now?</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1255779\"><a href=\"/invisible-wounds/1255468/invisible-wounds-funding-for-veterans-programs-on-downward-trend\">Veterans funding</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1258653\"><a href=\"/invisible-wounds/1257083/list-community-and-online-resources-for-soldiers-veterans-in-crisis\">Need help?</a></li>\n</ul></li>\n<li id=\"menu-item-1560702\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560702\"><a href=\"http://globalnews.ca/politics/\">Politics</a></li>\n<li id=\"menu-item-1560689\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560689\"><a href=\"http://globalnews.ca/money/\">Money</a></li>\n<li id=\"menu-item-1560894\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560894\"><a href=\"http://globalnews.ca/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-1560897\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560897\"><a href=\"http://globalnews.ca/health/\">Health</a></li>\n<li id=\"menu-item-1560900\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560900\"><a href=\"http://globalnews.ca/lifestyle/\">Lifestyle</a></li>\n<li id=\"menu-item-1655407\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1655407\"><a href=\"http://globalnews.ca/tech/\">Tech</a></li>\n<li id=\"menu-item-1655501\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1655501\"><a href=\"http://globalnews.ca/science/\">Science</a></li>\n<li id=\"menu-item-1560931\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1560931\"><a href=\"http://globalnews.ca/sports/\">Sports</a></li>\n<li id=\"menu-item-1560934\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1560934\"><a href=\"/videos\">Video</a></li>\n<li id=\"menu-item-1560935\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1560935\"><a href=\"/contests\">Contests</a></li>\n\t\t<li class=\"social\">\n\t\t\t<a href=\"http://globalnews.ca/pages/facebook/\">\n\t\t\t\t<i class=\"ss-social ss-facebook\"></i>\n\t\t\t\t<span>Like</span>\n\t\t\t</a>\n\t\t</li>\n\t\t<li class=\"social\">\n\t\t\t<a href=\"http://globalnews.ca/pages/twitter/\">\n\t\t\t\t<i class=\"ss-social ss-twitter\"></i>\n\t\t\t\t<span>Follow</span>\n\t\t\t</a>\n\t\t</li>\n\t</ul>\t</nav>\n</header>\n\t\t<div class=\"layout-header clearfix\">\n\n                        <!-- /.breaking-news-site -->\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<section class='gnca_empty_weatherbug'>\n\n\t\t</section>\n\t\t\t\t</div>\n\t\t    <div class=\"header-sponsored otf-simple\" id=\"div-gpt-gnca-ads-6872-140100-1\" style=\"display:none;\" >\n        <div class=\"header-sponsor\">\n            <a href=\"#\" target=\"_blank\" class=\"header-sponsored-text otf-link otf-title\"></a>\n\t\t\t<br />\n            <a href=\"#\" target=\"_blank\" class=\"header-sponsored-link otf-link\">\n                <img src=\"\" style=\"max-height:38px;max-width:76px;\" class=\"sponsored-logo-hd otf-image\">\n            </a>\n        </div>\n        \t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-140100-1\");\n      \t});\n\t</script>\t\n    </div>\n\t<div class=\"layout-contain video-contain\">\n\t<div class=\"video-teaser showing\">\n\t\t<div class=\"video-player\">\n\t\t\t<section>\n\t\t\t\t\t\t<article>\n\t\t\t\t\t<div class=\"meta-bar\">\n\t\t\t\t<div class=\"meta-bar-cat\">\n\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\tNews\t\t\t\t\t</a>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"date-and-time\">\n\t\t\t\t\tDecember 29 2014 9:11pm\t\t\t\t</div>\n\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t<div class=\"views\"><span class=\"icon icon-eye-white\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_378103363629\" data-v_count_id=\"378103363629\" style=\"display:none;\"></span>\n\t</div> \n\t\t\t\t\t<div class=\"time-submitted\">\n\t\t\t\t\t\t<span class=\"icon icon-clock-black\"></span>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t00:35\t\t\t\t\t\t</span>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div><!-- /.meta-bar -->\n\t\t\t<div class=\"top-story\">\n\t\t\t\t<div class=\"video-controls\">\n\t\t\t\t\n\t\t\t\t\t<!-- <a class=\"play-btn\" href=\"#\">Play</a> -->\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div id=\"gnca_video_player_E57F86F0-E0A0-C0FC-521F-98F6673B00D3\" class=\"adplayer js\" style=\"max-height:460px;\">\n\t\t\t\t\t\t\t\n\t\t\t<style>\n\t\t\t#videoContainer {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #000;\n\t\t\tbackground-color: #000;\n\t\t\tz-index: 9999999999;\n\t\t}\n\t\t#loadMessage{\n\t\tcolor: #FFFFFF;\n\t\twidth:100%;\n    \tposition: absolute;\n    \ttext-align: center;\n\t\tmargin-top:20%;\n\t\t}\n\t\t#videoContainer .nextUp {\n\t\t\tcolor:#ffffff;\n\t\t}\n\t\t#videoContainer .share {\n\t\t\tdisplay:none;\n\t\t}\n\t\t\t</style>\n\t\t\t<div id=\"videoContainer\">\n\t\t\t\t<div id=\"loadMessage\"><p>Loading...</p></div>\n\t\t\t</div>\n\t\t\t<script type=\"text/javascript\" src=\"http://www.google.com/jsapi\"></script>\n\t\t\t<script type=\"text/javascript\" src=\"http://s0.2mdn.net/instream/html5/ima3.js\"></script>\n\t\t\t<script type=\"text/javascript\" src=\"http://static.smdg.ca/videoPlayer/html5/1.0.14/shawvideo.min.js\"></script>\n\n\t\t\t<script type=\"text/javascript\">\n\t\t\t\tvar svp = new ShawVideoPlayer(\"newsPlayer\");\n\t\t\t\tsvp['gncaId'] = '1747659';\n\t\t\t\tsvp['gncaRid'] = '378103363629';\n\t\t\t\twindow['_cbv_strategies'] = window['_cbv_strategies'] || [];\n\t\t\t\twindow['_cbv_strategies'].push( cb_video_strategy );\n\t\t\t\tvar _cbv = window._cbv || (window._cbv = []);\n\t\t\t\t_cbv.push(svp);\n\t\t\t\n\t\t\t\tvar parent_window = window.parent.location + '';\n\t\t\t\tif( parent_window.indexOf('globalnews') === -1 ) {\n\t\t\t\t\tparent_window = document.location.href;\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t// GLOBAL NEWS Site Specific settings!!\n\t\t\t\tsvp.googleCmsId = 911;\n\n\t\t\t\tsvp.googleIMA3Url = \"http://pubads.g.doubleclick.net/gampad/ads?ad_rule=1&sz=320x240&iu=/6872/shaw.globalnews.ca&ciu_szs=1x1,120x60,122x62,300x250,728x90&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=\" + encodeURIComponent(parent_window) + \"&correlator={timestamp}&cmsid={cms_id}&vid={contentid}&cust_params=userregion%3Dnational%26contentregion%3Dnational%26page%3D1747659%26template%3Dsingle-video%26weathertemp%3D-2\";\n\t\t\t\tsvp.rootCategory = \"\";\n\t\t\t\tsvp.comscoreC4 = \"12329516\";\n\t\t\t\tsvp.omnitureAccount = \"canglobaltvnews\";\n\t\t\t\tsvp.omnitureNamespace = \"canglobaltvnews\";\n\t\t\t\tsvp.debugging = false;\n\t\t\t\tsvp.platformAccount = \"dtjsEC/\";\n\t\t\t\tsvp.feedId = \"FCT_FJTDVpVT\";\n\t\t\t\tsvp.upNextCountdown = -1;\n\t\t\t\t// Force HTML5 for android \n\t\t\t\tvar user_agent = navigator.userAgent.toLowerCase();\n\t\t\t\tif( user_agent.indexOf( 'android' ) > -1 ) {\n\t\t\t\t\tsvp.playerType = 'html5';\t\n\t\t\t\t} \n\t\t\t\t\n\t\t\t\t\t\t\t\tsvp.autoPlay = true;\n\t\t\t\t\t\t\t\tsvp.videoSMILUrl = \"http://link.theplatform.com/s/dtjsEC/{releasepid}?format=SMIL&mbr=true\";\n\t\t\t\tsvp.metadataUrl = \"http://feed.theplatform.com/f/dtjsEC/FCT_FJTDVpVT?form=json&byId={contentid}&callback=?\";\n\t\t\t\tsvp.mediaPlayList = [378137667650,376534083649,373570115866];\t\t\t\tif( user_agent.indexOf( 'iphone' ) > -1 || user_agent.indexOf( 'ipod' ) > -1 ) {\n\t\t\t\t\t\tsvp.mediaPlayList = null;\n\t\t\t\t}\n\t\t\t\t// set the content id that we want to play back\n\t\t\t\tsvp.setContentId( \"378103363629\", loadCallback );\n\t\t\t\tfunction loadCallback() {\n\t\t\t\t\t\tIE_inline_video_fix();\n\t\t\t\t\t\tsvp.omnitureTrackingServer = \"tr.globalnews.ca\";\n\t\t\t\t\t// inject video player!\n\t\t\t\t\tsvp.inject(\"videoContainer\");\n\t\t\t\t\t\tsetTimeout(\"post_inject_fix()\",1500);\n\t\t\t\t}\n\t\t\t\tvar ctr_rack = 60;\n\t\t\t\tfunction IE_inline_video_fix() {\n\t\t\t\t\tvar do_ie_fix  = jQuery.browser.msie && jQuery.browser.version > 8;\n\t\t\t\t\tvar ua = navigator.userAgent.toLowerCase();\n\t\t\t\t\tvar do_saf_fix = swfobject.hasFlashPlayerVersion(\"1\") && ( ua.indexOf('safari') > -1 || ua.indexOf('maxathon') > -1 || ua.indexOf('chrome') > -1 );\n\t\t\t\t\t\n\t\t\t\t\tif ( do_ie_fix || do_saf_fix ) {\n\t\t\t\t\t\tvar full_wd = jQuery(\"#videoContainer\").parent().width(); \n\t\t\t\t\t\tvar full_ht = ( full_wd * 9 )/ 16; \n\t\t\t\t\t\tjQuery(\"#videoContainer,.svpContainer\").height( full_ht + ctr_rack );\n\t\t\t\t\t\tjQuery(\"#videoContainer,.svpContainer\").width( full_wd );\n\t\t\t\t\t\tjQuery(\".svpContainer object\").css(\"display\",\"block\");\n\t\t\t\t\t\tsvp.wmode = \"opaque\"\n\t\t\t\t\t} else if (jQuery.browser.mozilla) {\n\t\t\t\t\t\tvar full_wd = jQuery(\"#videoContainer\").parent().width(); \n\t\t\t\t\t\tvar full_ht = ( full_wd * 9 )/ 16; \n\t\t\t\t\t\tjQuery(\"#videoContainer\").css( \"height\", (full_ht+ ctr_rack)  + \"px\" );\n\t\t\t\t\t\tjQuery(window).resize(function() {\n\t\t\t\t\t\t\tvar ht_x = ( ( jQuery(\"#videoContainer\").parent().width() * 9) / 16 )  ;\n\t\t\t\t\t\t\tjQuery(\"#videoContainer\").css(\"height\", (ht_x+ctr_rack) + \"px\" );\n\t\t\t\t\t\t\tjQuery(\".svpContainer\").css(\"height\", (ht_x+ctr_rack) + \"px\");\n\t\t\t\t\t\t});\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\tfunction post_inject_fix(){\n\t\t\t\t\tvar ua = navigator.userAgent.toLowerCase();\n\t\t\t\t\tvar do_ch_fix = swfobject.hasFlashPlayerVersion(\"1\") && ua.indexOf('chrome') > -1;\n\t\t\t\t\tvar jq = jQuery(\"#videoContainer div.svpContainer object\");\n\t\t\t\t\tif( parseInt( svp.playerVersion.replace( /\\./gi, '' ) ) > 1010 && do_ch_fix ) {\n\t\t\t\t\t\tjQuery(\"#videoContainer\").css( \"width\", \"100%\" );\n\t\t\t\t\t} else if( jq.length > 0 && do_ch_fix ){\n\t\t\t\t\t\tjq.attr('height','99%');\n\t\t\t\t\t}\n\t\t\t\t\tjQuery(\".svpContainer object\").css(\"display\",\"block\");\n\t\t\t\t}\n\t\t\t</script>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h1>\n\t\t\t\t\t\t&#8216;Quad Squad&#8217; born in Utah\t\t\t\t\t</h1>\n\t\t\t\t</div>\n\t\t\t\t\t<div class=\"story\">\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<p>After a six-month roller-coaster ride that has taken them to parenthood &#8212; not to mention around the world in the news media &#8212; the Tyson and Ashley Gardner of Utah County celebrated the arrival of their highly-anticipated quadruplets on Sunday.</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<!--\n\t\t\t\t\t\t\t\t\t\t\t\t-->\n\n\t\t\t\t\t\t\t<div class=\"socialShare\" \n\t\t\t\t\t\t\t\tdata-socialshare=\"embed,facebook,twitter,google,whatsapp,email,linkedin,reddit,pinterest,tumblr,stumbleupon\"\n\t\t\t\t\t\t\t\tdata-socialshare-collapsable=\"true\"\n\t\t\t\t\t\t\t\tdata-socialshare-title=\"&#8216;Quad Squad&#8217; born in Utah\"\n\t\t\t\t\t\t\t\tdata-socialshare-url=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah\"></div>\n\n\t\t\t\t\t\t<div class=\"gnca_embed_box\">\n\t\t\t\t\t\t\t<textarea class=\"gnca_embed_select\"><iframe width='670' height='437' frameborder='0' allowfullscreen src='http://globalnews.ca/video/embed/1747659/'>Your browser does not support frames. <a href=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah\">Click here to view the frameless video.</a>.</iframe></textarea>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div> <!--/.story -->\n\t\t\t</div><!--/.top-story -->\n\t\t\t\t</article>\n\t\t<script language=\"javascript\">\n\t\t/*\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery(\"div.video-player\").find(\"iframe\").each(function(idx){\n\t\t\t\tvar ifr_src = jQuery(this).attr(\"src\");\n\t\t\t\tif( ifr_src.indexOf( document.domain + '/video/') > -1 ) {\n\t\t\t\t\tjQuery(this).addClass('gnca_fit_vid_class_to_resize');\n\t\t\t\t}\n\t\t\t});\n\t\t\tjQuery(\"div.video-player\").fitVids({customSelector: \".gnca_fit_vid_class_to_resize\" });\n\t\t});\n\t\t*/\n\t\t</script>\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\t\tjQuery(document).ready(function($){\n\t\t\tsetTimeout(\"gnca_checktoremove_poster_image()\",1000);\n\t\t});\n\t\tfunction gnca_checktoremove_poster_image(){\n\t\t\tif(svp) {\n\t\t\t\tif( !svp.html5Player )\n\t\t\t\t\treturn;\n\t\t\t\tif( svp.isPlaying || svp.adPlaying ) {\n\t\t\t\t\tjQuery(\"div.posterImage\").css(\"display\",\"none\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t\tsetTimeout(\"gnca_checktoremove_poster_image()\",1000);\n\t\t}\n\t\t            // declare video share-button callbacks\n            var gnca_social_share_collection = typeof( gnca_social_share_collection ) == \"undefined\" ? [] : gnca_social_share_collection;\n            function gnca_videoShareCallback() {\n                \n\n                // call new sharing functions to draw, and populate sharing controls\n                jQuery().gnca_socialShare('init');\n\t\t\t\tif( svp.gncaRid === svp.releaseInfo.contentId ) {\n\t\t\t\t\tjQuery('#videoContainer').gnca_socialVideoShare('init', {\n\t                    'title':'&#8216;Quad Squad&#8217; born in Utah',\n\t                    'url':'http://globalnews.ca/video/1747659/quad-squad-born-in-utah/',\n\t                    'embed':'<iframe src=\"http://globalnews.ca/video/embed/1747659/\" width=\"670\" height=\"437\" frameborder=\"0\" allowfullscreen></iframe>'\n\t                });\t\n\t\t\t\t} else {\n\t\t\t\t\tvar rel_id = svp.releaseInfo.contentId+\"\"; \n\t\t\t\t\tif( typeof gnca_social_share_collection[rel_id] != \"object\" ) {\n\n\t\t\t\t\t\tvar resp = jQuery.parseJSON(\tjQuery.ajax({\n    \t\t\t\t\t\t\t\t\t\t\t\t\t\turl: \"/gnca-ajax/videoshare-links/{\\\"id\\\":\\\"\" + svp.releaseInfo.contentId + \"\\\"}/\", \n    \t\t\t\t\t\t\t\t\t\t\t\t\t\tasync: false\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}).responseText);\n\t\t\t\t\t\n\t\t\t\t\t\tgnca_social_share_collection[rel_id] = resp;\n\t\t\t\t\t}\n\t\t\t\t\tjQuery('#videoContainer').gnca_socialVideoShare('init', gnca_social_share_collection[rel_id] );\n\t\t\t\t}\n                \n            };\n\n            // don't do on IE, doesn't work yet\n            if ( !gNews.Common.isIE && !gNews.Common.isTrident && gNews.Common.isFlash ) {\n                var gnca_videoShareCallbackInterval = window.setInterval(\n                    function() {\n                        //console.log(' !!! gnca_shareVideoCallback REGISTRATION !!! ');\n\n                        // exit if required obj isn't set yet\n                        try {\n                            if ( !svp || !svp.setShareFunction || !svp.flashPlayerObjectId )\n                                return;\n\n                            // still here?? svp object must exist, register share-button callback\n                            \n                            svp.setShareFunction( gnca_videoShareCallback);\n                            \n\n                            // remove interval\n\n                            window.clearInterval( gnca_videoShareCallbackInterval );\n                            gnca_videoShareCallbackInterval = false;\n                        } catch (e) {};\n\n                    },\n                    1000\n                );\n            };\n\t\t</script>\n\t\t\t</section>\n\t\t</div>\n\t\t<div class=\"video-promotion\">\n\t\t\t<div class=\"ad-container\" id=\"video-ad-companion-rectangle\">\n\t\t\t\t<section id=\"div-gpt-gnca-ads-6872-300250-1\">\n\t\t\t\t\t\t\t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-300250-1\");\n      \t});\n\t</script>\t\n\t\t\t\t</section>\n\t\t\t</div>\n\t\t\t<div class=\"upcoming\">\n\t\t\t\t<section>\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"section-h-new\"><span>More Videos</span></h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1747789/utah-couples-dream-of-parenthood-comes-true-in-the-form-of-quadruplets/\">\r\n\t\t\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/173/187/quads_pkg_qtp_640x360_378137667806.jpg?w=150\" alt=\"Utah couple&#8217;s dream of parenthood comes true in the form of quadruplets\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tUtah couple&#8217;s dream of parenthood comes true in the form of quadruplets\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>02:00</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1742332/eggnog-chugging-contest-sends-man-to-hospital/\">\r\n\t\t\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/691/907/eggnog_qtp_640x360_376534595849.jpg?w=150\" alt=\"Eggnog chugging contest sends man to hospital\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\tEggnog chugging contest sends man to hospital\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>01:40</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1730947/3d-printing-used-in-medicine-is-saving-lives/\">\r\n\t\t\t\t\t\t<img src=\"http://i1.wp.com/s1.wp.com/wp-content/themes/vip/shaw-globalnews/includes/plugins/gnca_video_player/images/square-global-logo.jpg?w=150\" alt=\"3D printing used in medicine is saving lives\">\r\n\t\t\t\t\t\t<h5>\r\n\t\t\t\t\t\t\t3D printing used in medicine is saving lives\t\t\t\t\t\t</h5>\r\n\t\t\t\t\t\t<div class=\"stats\">\r\n\t\t\t\t\t\t\t<div class=\"time-submitted\">\r\n\t\t\t\t\t\t\t\t<span class=\"icon icon-clock-grey\"></span>\r\n\t\t\t\t\t\t\t\t<span>03:30</span>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t</ul>\t\t\t\t\t\t\t\t\t</section>\n\t\t\t</div> <!--/.upcoming -->\n\t\t</div>\n\t</div> <!-- /.video-teaser -->\n\n\t\t<div class=\"video-browse-container\">\n\t\t<div class=\"video-search-container\">\n\t\t\t<section>\n\t\t\t\t<form class=\"search-form\" action=\"/national/videos/\">\n\t\t\t\t\t<input type=\"search\" id=\"video-search\" name=\"video-search\" autocomplete=\"off\" placeholder=\"Search Videos\" spellcheck=\"false\" value=\"\">\n\t\t\t\t\t<input type=\"submit\" class=\"search-submit icon icon-search-black\" value=\"Search\">\n\t\t\t\t</form>\n\t\t\t</section>\n\t\t</div>\n\t\t<div class=\"video-browse\">\n\t<section>\n\t\t<h3><a href=\"http://globalnews.ca/national/videos/\">Video Home</a></h3>\n\t\t\n\t\t\t\t<ul class=\"video-browse-container\">\n\t\t\t<li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753443/trageted-shooting-in-delta\" title=\"Trageted Shooting in Delta\" data-vid_id=\"1753443\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/487/575/GBCNHF150102URQUHART.jpg?w=300\" alt=\"Trageted Shooting in Delta\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753443/trageted-shooting-in-delta\" title=\"Trageted Shooting in Delta\" data-vid_id=\"1753443\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379541059826\" data-v_count_id=\"379541059826\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:16</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour Final BC</h4>\n\t\t\t\t\t\t<h5>Trageted Shooting in Delta</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753441/sinkhole-in-port-moody\" title=\"Sinkhole in Port Moody\" data-vid_id=\"1753441\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/487/575/GBCNHF150102REHMAN.jpg?w=300\" alt=\"Sinkhole in Port Moody\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753441/sinkhole-in-port-moody\" title=\"Sinkhole in Port Moody\" data-vid_id=\"1753441\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379541059825\" data-v_count_id=\"379541059825\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:53</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour Final BC</h4>\n\t\t\t\t\t\t<h5>Sinkhole in Port Moody</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753424/terrible-road-conditions-in-and-around-calgary\" title=\"Terrible road conditions in and around Calgary\" data-vid_id=\"1753424\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/476/339/GC150102_Jill_NHF_848x480_379532355574.jpg?w=300\" alt=\"Terrible road conditions in and around Calgary\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753424/terrible-road-conditions-in-and-around-calgary\" title=\"Terrible road conditions in and around Calgary\" data-vid_id=\"1753424\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379529283588\" data-v_count_id=\"379529283588\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:45</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour Final Calgary</h4>\n\t\t\t\t\t\t<h5>Terrible road conditions in and around Calgary</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753387/news-hour-final-jan-2-2\" title=\"News Hour Final: Jan 2\" data-vid_id=\"1753387\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/462/175/GTNF0102newsFINAL.png?w=300\" alt=\"News Hour Final: Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753387/news-hour-final-jan-2-2\" title=\"News Hour Final: Jan 2\" data-vid_id=\"1753387\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379514435995\" data-v_count_id=\"379514435995\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>21:50</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour Final Toronto</h4>\n\t\t\t\t\t\t<h5>News Hour Final: Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753375/canadians-cheer-on-team-canada-at-the-world-juniors\" title=\"Canadians cheer on Team Canada at the World Juniors\" data-vid_id=\"1753375\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/463/151/Kimpkg-GTNF-010215.jpg?w=300\" alt=\"Canadians cheer on Team Canada at the World Juniors\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753375/canadians-cheer-on-team-canada-at-the-world-juniors\" title=\"Canadians cheer on Team Canada at the World Juniors\" data-vid_id=\"1753375\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379515459638\" data-v_count_id=\"379515459638\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:12</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Final Toronto</h4>\n\t\t\t\t\t\t<h5>Canadians cheer on Team Canada at the World Juniors</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753372/snowmobilers-save-moose-from-avalanche\" title=\"Snowmobilers save moose from avalanche\" data-vid_id=\"1753372\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/463/151/moose_qtp_640x360_379513923628.jpg?w=300\" alt=\"Snowmobilers save moose from avalanche\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753372/snowmobilers-save-moose-from-avalanche\" title=\"Snowmobilers save moose from avalanche\" data-vid_id=\"1753372\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379515459623\" data-v_count_id=\"379515459623\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:33</span></div>\n</div>\n\t\t\t\t\t\t<h4>Weather</h4>\n\t\t\t\t\t\t<h5>Snowmobilers save moose from avalanche</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753359/australian-authorities-declare-major-emergency-due-to-bushfires\" title=\"Australian authorities declare major emergency due to bushfires\" data-vid_id=\"1753359\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/460/223/aussie_fire_qtp_640x360_379510339912.jpg?w=300\" alt=\"Australian authorities declare major emergency due to bushfires\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753359/australian-authorities-declare-major-emergency-due-to-bushfires\" title=\"Australian authorities declare major emergency due to bushfires\" data-vid_id=\"1753359\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379512387684\" data-v_count_id=\"379512387684\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:50</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Australian authorities declare major emergency due to bushfires</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753356/curtis-lazar-says-chemistry-with-mcdavid-is-improving\" title=\"Curtis Lazar says chemistry with McDavid is improving\" data-vid_id=\"1753356\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/460/723/WJPost4-GNEWS-010215_tnb_1.jpg?w=300\" alt=\"Curtis Lazar says chemistry with McDavid is improving\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753356/curtis-lazar-says-chemistry-with-mcdavid-is-improving\" title=\"Curtis Lazar says chemistry with McDavid is improving\" data-vid_id=\"1753356\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379512899742\" data-v_count_id=\"379512899742\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:07</span></div>\n</div>\n\t\t\t\t\t\t<h4>Top Story</h4>\n\t\t\t\t\t\t<h5>Curtis Lazar says chemistry with McDavid is improving</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753353/connor-mcdavid-says-playing-at-the-acc-was-very-special\" title=\"Connor McDavid says playing at the ACC was &#8216;very special&#8217;\" data-vid_id=\"1753353\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/460/223/WJPost3-GNEWS-010215.jpg?w=300\" alt=\"Connor McDavid says playing at the ACC was &#8216;very special&#8217;\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753353/connor-mcdavid-says-playing-at-the-acc-was-very-special\" title=\"Connor McDavid says playing at the ACC was &#8216;very special&#8217;\" data-vid_id=\"1753353\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379512387652\" data-v_count_id=\"379512387652\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:03</span></div>\n</div>\n\t\t\t\t\t\t<h4>Top Story</h4>\n\t\t\t\t\t\t<h5>Connor McDavid says playing at the ACC was &#8216;very special&#8217;</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753350/max-domi-says-team-canada-captain-curtis-lazar-is-a-great-leader\" title=\"Max Domi says Team Canada captain Curtis Lazar is a great leader\" data-vid_id=\"1753350\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/458/271/WJPost2-GNEWS-010215__261766.jpg?w=300\" alt=\"Max Domi says Team Canada captain Curtis Lazar is a great leader\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753350/max-domi-says-team-canada-captain-curtis-lazar-is-a-great-leader\" title=\"Max Domi says Team Canada captain Curtis Lazar is a great leader\" data-vid_id=\"1753350\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379510339712\" data-v_count_id=\"379510339712\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:39</span></div>\n</div>\n\t\t\t\t\t\t<h4>Top Story</h4>\n\t\t\t\t\t\t<h5>Max Domi says Team Canada captain Curtis Lazar is a great leader</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753345/sam-reinhart-says-team-canada-is-not-getting-too-confident\" title=\"Sam Reinhart says Team Canada is not getting too confident\" data-vid_id=\"1753345\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/458/771/WJPost1-GNEWS-010215_tnb_4.jpg?w=300\" alt=\"Sam Reinhart says Team Canada is not getting too confident\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753345/sam-reinhart-says-team-canada-is-not-getting-too-confident\" title=\"Sam Reinhart says Team Canada is not getting too confident\" data-vid_id=\"1753345\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379510851945\" data-v_count_id=\"379510851945\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:49</span></div>\n</div>\n\t\t\t\t\t\t<h4>Top Story</h4>\n\t\t\t\t\t\t<h5>Sam Reinhart says Team Canada is not getting too confident</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753340/police-investigate-shooting-at-rundle-home\" title=\"Police investigate shooting at Rundle home\" data-vid_id=\"1753340\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/456/319/GC150102_Rundle_tnb_2.jpg?w=300\" alt=\"Police investigate shooting at Rundle home\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753340/police-investigate-shooting-at-rundle-home\" title=\"Police investigate shooting at Rundle home\" data-vid_id=\"1753340\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379508291934\" data-v_count_id=\"379508291934\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>00:30</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour Calgary</h4>\n\t\t\t\t\t\t<h5>Police investigate shooting at Rundle home</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753334/news-hour-jan-2-9\" title=\"News Hour: Jan 2\" data-vid_id=\"1753334\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/454/367/GBCNH150102SHOW.jpg?w=300\" alt=\"News Hour: Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753334/news-hour-jan-2-9\" title=\"News Hour: Jan 2\" data-vid_id=\"1753334\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379506243883\" data-v_count_id=\"379506243883\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>17:56</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>News Hour: Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753316/evening-news-jan-2-5\" title=\"Evening News: Jan 2\" data-vid_id=\"1753316\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/450/463/gre150102show.png?w=300\" alt=\"Evening News: Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753316/evening-news-jan-2-5\" title=\"Evening News: Jan 2\" data-vid_id=\"1753316\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379502147706\" data-v_count_id=\"379502147706\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>09:42</span></div>\n</div>\n\t\t\t\t\t\t<h4>Evening News Regina</h4>\n\t\t\t\t\t\t<h5>Evening News: Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753317/satellite-debris-jan-2\" title=\"Satellite Debris &#8211; Jan 2\" data-vid_id=\"1753317\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/448/511/GBCNH150102SATDEBRIS_tnb_1.jpg?w=300\" alt=\"Satellite Debris &#8211; Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753317/satellite-debris-jan-2\" title=\"Satellite Debris &#8211; Jan 2\" data-vid_id=\"1753317\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379500099860\" data-v_count_id=\"379500099860\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>04:32</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Satellite Debris &#8211; Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753295/daschund-gets-tummy-tuck-after-dramatic-weight-loss\" title=\"Daschund gets tummy tuck after dramatic weight loss\" data-vid_id=\"1753295\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/447/34/daschund_qtp_640x360_379497539781.jpg?w=300\" alt=\"Daschund gets tummy tuck after dramatic weight loss\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753295/daschund-gets-tummy-tuck-after-dramatic-weight-loss\" title=\"Daschund gets tummy tuck after dramatic weight loss\" data-vid_id=\"1753295\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379498563569\" data-v_count_id=\"379498563569\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:00</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Daschund gets tummy tuck after dramatic weight loss</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753289/new-costs-in-2015\" title=\"New costs in 2015\" data-vid_id=\"1753289\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/446/59/GRE150102TERI_tnb_3.jpg?w=300\" alt=\"New costs in 2015\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753289/new-costs-in-2015\" title=\"New costs in 2015\" data-vid_id=\"1753289\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379497539604\" data-v_count_id=\"379497539604\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:54</span></div>\n</div>\n\t\t\t\t\t\t<h4>Evening News Regina</h4>\n\t\t\t\t\t\t<h5>New costs in 2015</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753287/bc-evening-forecast-jan-2-2\" title=\"BC Evening Forecast: Jan 2\" data-vid_id=\"1753287\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/444/607/GBCNH150102WEATHER.png?w=300\" alt=\"BC Evening Forecast: Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753287/bc-evening-forecast-jan-2-2\" title=\"BC Evening Forecast: Jan 2\" data-vid_id=\"1753287\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379496003898\" data-v_count_id=\"379496003898\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>03:42</span></div>\n</div>\n\t\t\t\t\t\t<h4>Weather</h4>\n\t\t\t\t\t\t<h5>BC Evening Forecast: Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753288/nurse-practitioner-tested-for-ebola-released-from-rossland-hospital\" title=\"Nurse practitioner tested for Ebola released from Rossland hospital\" data-vid_id=\"1753288\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/446/59/GBCNH150102HEALTH_tnb_4.jpg?w=300\" alt=\"Nurse practitioner tested for Ebola released from Rossland hospital\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753288/nurse-practitioner-tested-for-ebola-released-from-rossland-hospital\" title=\"Nurse practitioner tested for Ebola released from Rossland hospital\" data-vid_id=\"1753288\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379497539593\" data-v_count_id=\"379497539593\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:06</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Nurse practitioner tested for Ebola released from Rossland hospital</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753290/good-samaritan-helps-catch-suspected-street-racers\" title=\"Good Samaritan helps catch suspected street racers\" data-vid_id=\"1753290\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/444/607/GBCNH150102RUMINA_tnb_1.jpg?w=300\" alt=\"Good Samaritan helps catch suspected street racers\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753290/good-samaritan-helps-catch-suspected-street-racers\" title=\"Good Samaritan helps catch suspected street racers\" data-vid_id=\"1753290\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379496003889\" data-v_count_id=\"379496003889\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:52</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Good Samaritan helps catch suspected street racers</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753291/happy-wrestling-day-williams-lake\" title=\"Happy Wrestling Day Williams Lake!\" data-vid_id=\"1753291\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/442/155/GBCNH150102URQUHART_tnb_3.jpg?w=300\" alt=\"Happy Wrestling Day Williams Lake!\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753291/happy-wrestling-day-williams-lake\" title=\"Happy Wrestling Day Williams Lake!\" data-vid_id=\"1753291\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379493443972\" data-v_count_id=\"379493443972\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:04</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Happy Wrestling Day Williams Lake!</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753280/bc-grandmother-breaks-another-marathon-record\" title=\"BC grandmother breaks another marathon record\" data-vid_id=\"1753280\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/444/607/GBCNH150102BENNETT_tnb_4.jpg?w=300\" alt=\"BC grandmother breaks another marathon record\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753280/bc-grandmother-breaks-another-marathon-record\" title=\"BC grandmother breaks another marathon record\" data-vid_id=\"1753280\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379496003660\" data-v_count_id=\"379496003660\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:00</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>BC grandmother breaks another marathon record</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753279/global-national-mandarin-jan-2-2\" title=\"Global National Mandarin: Jan 2\" data-vid_id=\"1753279\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/443/631/GNM_MASTER_02.01.jpg?w=300\" alt=\"Global National Mandarin: Jan 2\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753279/global-national-mandarin-jan-2-2\" title=\"Global National Mandarin: Jan 2\" data-vid_id=\"1753279\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379494979909\" data-v_count_id=\"379494979909\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>22:59</span></div>\n</div>\n\t\t\t\t\t\t<h4>Global National Mandarin</h4>\n\t\t\t\t\t\t<h5>Global National Mandarin: Jan 2</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753281/evergreen-line-construction-causes-second-sinkhole\" title=\"Evergreen Line construction causes second sinkhole\" data-vid_id=\"1753281\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/444/607/GBC1_1_15.jpg?w=300\" alt=\"Evergreen Line construction causes second sinkhole\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753281/evergreen-line-construction-causes-second-sinkhole\" title=\"Evergreen Line construction causes second sinkhole\" data-vid_id=\"1753281\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379496003636\" data-v_count_id=\"379496003636\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:42</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Evergreen Line construction causes second sinkhole</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753282/bc-winter-weather-woes\" title=\"BC winter weather woes\" data-vid_id=\"1753282\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/441/679/GBCNH150102PALMA_848x480_379497539602.jpg?w=300\" alt=\"BC winter weather woes\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753282/bc-winter-weather-woes\" title=\"BC winter weather woes\" data-vid_id=\"1753282\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379492931779\" data-v_count_id=\"379492931779\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>03:23</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>BC winter weather woes</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753275/2015-bc-property-assessments-winners-and-losers\" title=\"2015 BC property assessments: Winners and losers\" data-vid_id=\"1753275\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i2.wp.com/media.globalnews.ca/videostatic/441/679/GBCNH150102CHERNECKI_Mezz_848x480_379493443969.jpg?w=300\" alt=\"2015 BC property assessments: Winners and losers\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753275/2015-bc-property-assessments-winners-and-losers\" title=\"2015 BC property assessments: Winners and losers\" data-vid_id=\"1753275\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379492931752\" data-v_count_id=\"379492931752\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>02:08</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>2015 BC property assessments: Winners and losers</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753277/burnaby-family-thank-neighbours-for-coming-to-the-rescue\" title=\"Burnaby family thank neighbours for coming to the rescue\" data-vid_id=\"1753277\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/438/751/GBCNH150102YONG_848x480_379494979995.jpg?w=300\" alt=\"Burnaby family thank neighbours for coming to the rescue\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753277/burnaby-family-thank-neighbours-for-coming-to-the-rescue\" title=\"Burnaby family thank neighbours for coming to the rescue\" data-vid_id=\"1753277\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379489859905\" data-v_count_id=\"379489859905\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:59</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Burnaby family thank neighbours for coming to the rescue</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753271/animal-activist-sentencing-hearing-for-dog-theft\" title=\"Animal activist sentencing hearing for dog theft\" data-vid_id=\"1753271\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/440/202/GBCNH150102DALY_tnb_3.jpg?w=300\" alt=\"Animal activist sentencing hearing for dog theft\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753271/animal-activist-sentencing-hearing-for-dog-theft\" title=\"Animal activist sentencing hearing for dog theft\" data-vid_id=\"1753271\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379491395553\" data-v_count_id=\"379491395553\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:59</span></div>\n</div>\n\t\t\t\t\t\t<h4>News Hour BC</h4>\n\t\t\t\t\t\t<h5>Animal activist sentencing hearing for dog theft</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753263/palestine-submits-documents-to-join-international-criminal-court\" title=\"Palestine submits documents to join International Criminal Court\" data-vid_id=\"1753263\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i0.wp.com/media.globalnews.ca/videostatic/432/895/palestine_documents_qtp_640x360_379486275824.jpg?w=300\" alt=\"Palestine submits documents to join International Criminal Court\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753263/palestine-submits-documents-to-join-international-criminal-court\" title=\"Palestine submits documents to join International Criminal Court\" data-vid_id=\"1753263\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379483715981\" data-v_count_id=\"379483715981\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>01:17</span></div>\n</div>\n\t\t\t\t\t\t<h4>World</h4>\n\t\t\t\t\t\t<h5>Palestine submits documents to join International Criminal Court</h5>\n\t\t</div>\n\t</a>\n</li><li>\t<a class=\"video-thumb\" href=\"http://globalnews.ca/video/1753261/global-okanagan-at-500-jan-2-top-stories-2\" title=\"Global Okanagan at 5:00 Jan 2 Top Stories\" data-vid_id=\"1753261\"\n\t\t\t>\n\t\t\t\t<img src=\"http://i1.wp.com/media.globalnews.ca/videostatic/433/871/GK020115newscast_1700.png?w=300\" alt=\"Global Okanagan at 5:00 Jan 2 Top Stories\">\n\t</a>\n\t<a class=\"video-thumb \" href=\"http://globalnews.ca/video/1753261/global-okanagan-at-500-jan-2-top-stories-2\" title=\"Global Okanagan at 5:00 Jan 2 Top Stories\" data-vid_id=\"1753261\">\n\t\t<div>\n<div class=\"stats\">\n<div class=\"views\" style=\"display:none;\"><span class=\"icon icon-eye-grey\"></span>\t\t<span class=\"gnca_views_theplatform the_platform_id_379484739796\" data-v_count_id=\"379484739796\" style=\"display:none;\"></span>\n\t</div>\n<div class=\"time-submitted\"><span class=\"icon icon-clock-grey\"></span><span>21:39</span></div>\n</div>\n\t\t\t\t\t\t<h4>News At 5 Okanagan</h4>\n\t\t\t\t\t\t<h5>Global Okanagan at 5:00 Jan 2 Top Stories</h5>\n\t\t</div>\n\t</a>\n</li>\t\t</ul>\n\t\t\t\t\t</section>\n</div> <!--/.video-browse -->\n\t\t<div class=\"video-navigation\">\n\t<nav role=\"navigation\">\n\t\t<div class=\"video-navigation-column\">\n\t\t<h3>&nbsp;</h3>\n\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t<summary tabindex=\"0\">\n\t\t\t\t<a href=\"http://globalnews.ca/national/videos/\">Latest National Video</a>\n\t\t\t</summary>\n\t\t</details>\n\t\t</div>\n\t\t<div class=\"video-navigation-column\">\n\t\t\t<h3>Programs</h3>\n\t\t\t\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/global-national/\">Global National</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t<div aria-hidden=\"false\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/global-national+everyday-hero/\">Everyday Hero</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/global-national-mandarin/\">Global National Mandarin</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/16x9/\">16x9</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t<div aria-hidden=\"false\">\n\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-7/\">Season 7</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-6/\">Season 6</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-5/\">Season 5</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-4/\">Season 4</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-3/\">Season 3</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://globalnews.ca/national/videos/program/16x9+season-2/\">Season 2</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/the-west-block/\">The West Block</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\t\t\t\t\t<details aria-expanded=\"false\">\n\t\t\t\t\t\t<summary tabindex=\"0\">\n\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/program/the-morning-show/\">The Morning Show</a>\n\t\t\t\t\t\t</summary>\n\t\t\t\t\t\t</details>\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t</div>\n\t\t<div class=\"video-navigation-column\">\n\t\t\t<h3>Categories</h3>\n\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/canada\">Canada</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/world\">World</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/money\">Money</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/politics\">Politics</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/health\">Health</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/tech\">Technology</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/sports\">Sports</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/entertainment\">Entertainment</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/section/weather\">Weather</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"http://globalnews.ca/national/videos/tag/online-exclusive/\">Online Exclusive</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t</ul>\n\t\t</div>\n\t</nav>\n</div> <!--/.video-navigation -->\t\t\t\t<script language=\"javascript\" type=\"text/javascript\" defer >\n\t\t\tjQuery(\"div.video-navigation-column\").find(\"a\").each(function(idx){\n\t\t\t\tif(jQuery(this).attr(\"href\") == document.location.href ){\n\t\t\t\t\tjQuery(this).css( \"color\", \"#E11C2E\" );\n\t\t\t\t}\n\t\t\t});\n\t\t</script>\n\t</div> <!--/.video-browse-container-->\n</div>\t\t\t\t</div><!--/.contain-->\n        <div class=\"footer-contain\">\n            <div class=\"footer\">\n                <footer>\n                    <section>\n                        <div class=\"region-names\">\n                            <h3>Jump to a Region</h3>\n                            <div class=\"region-nav\">\n                                <article>\n                                    <nav role=\"navigation\">\n                                        <ul id=\"footerRegionalNav\">\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/bc/\" id=\"MapLink_bc\" >BC</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/calgary/\" id=\"MapLink_calgary\" >Calgary</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/edmonton/\" id=\"MapLink_edmonton\" >Edmonton</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/halifax/\" id=\"MapLink_halifax\" >Halifax</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/lethbridge/\" id=\"MapLink_lethbridge\" >Lethbridge</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/montreal/\" id=\"MapLink_montreal\" >Montreal</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/new-brunswick/\" id=\"MapLink_new-brunswick\" >New Brunswick</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/okanagan/\" id=\"MapLink_okanagan\" >Okanagan</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/regina/\" id=\"MapLink_regina\" >Regina</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/saskatoon/\" id=\"MapLink_saskatoon\" >Saskatoon</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/toronto/\" id=\"MapLink_toronto\" >Toronto</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                            \t\t\t\t\t\t\t\t\t\t\t                                            \t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://globalnews.ca/winnipeg/\" id=\"MapLink_winnipeg\" >Winnipeg</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\n                                                                                    </ul>\n                                    </nav>\n                                </article>\n                            </div> <!-- /.region-nav -->\n                            <div class=\"region-map\">\n                                <div id=\"footerLocationMap\">\n                                    <p id=\"locationLoading\"></p>\n                                    <div id=\"imgLocationMap\" class=\"imgLocationMap\" style=\"width:100%; display:none\">\n                                        <img src=\"http://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/locationMap.png\" style=\"max-width:100%\">\n                                    </div>\n                                </div>\n                            </div> <!-- /.region-map -->\n                        </div> <!-- /.region-names -->\n                    </section>\n                    <section>\n                        <div class=\"social\">\n                            <h3>Connect</h3>\n                            <nav role=\"navigation\">\n                                <ul>\n                                    <li>\n                                        <a href=\"/pages/facebook/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-facebook\"></span></span>\n                                            <span>Facebook</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"/pages/twitter/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-twitter-white\"></span></span>\n                                            <span>Twitter</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"/pages/google/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-googleplus\"></span></span>\n                                            <span>Google+</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<!--\n                                    <li>\n                                        <a href=\"/pages/global-news-alerts/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-alerts-white\"></span></span>\n                                            <span>Alerts</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t-->\n                                    <li>\n                                        <a href=\"/pages/feeds/\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-rss-white\"></span></span>\n                                            <span>RSS</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                    <li>\n                                        <a href=\"http://www.globaltv.com/About/ContactUs.html\">\n                                            <span class=\"social-icon\"><span class=\"icon icon-email-white\"></span></span>\n                                            <span>Contact Us</span>\n                                        </a>\n\t\t\t\t\t\t\t\t\t</li>\n                                </ul>\n                            </nav>\n                        </div><!-- /.social -->\n                    </section>\n                    <section>\n                        <div class=\"sections\">\n                            <!-- Global News -->\n                            <h3>Global News</h3>\n                            <nav role=\"navigation\">\n                                <ul>\n                                    <li><a href=\"/pages/about/\">About Us</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/privacy.asp\">Privacy Policy</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"/pages/principles-practices/\">Principles &amp; Practices</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/terms.asp\">Terms &amp; Conditions</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/copyright.asp\">Copyright</a></li>\n                                    <li><a href=\"http://www.shawmediatv.ca/\">Shaw Media</a></li>\n                                    <li><a href=\"http://www.shawmedia.ca/advertising/television/BrandOverview.aspx?brandId=644\">Advertise</a></li>\n                                    <li><a href=\"/tag/open-data/\">Open Data</a></li>\n                                </ul>\n                            </nav>\n                        </div> <!-- /.sections -->\n                    </section>\n                    <div class=\"copyright\">&copy; Shaw Media Inc., 2015. All rights reserved.</div>\n\t\t\t\t\t<div class=\"copyright\" style=\"padding-top:0;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"http://s0.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-light-small.png\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a>\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<!-- wpcom_wp_footer -->\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"globalnews.ca\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n\t\t<!-- /// LOAD CHARTBEAT /// -->\n\t\t<script type=\"text/javascript\">\n\t\tvar _sf_async_config={};\n\t\t_sf_async_config.uid = 51927;\n\t\t_sf_async_config.useCanonical = true;\n\t\t\t\t\t_sf_async_config.domain = 'globalnews.ca';\n\t\t\t_sf_async_config.autoDetect = false;\n\n\t\t(function(){\n\t\t  function loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t   ((\"https:\" == document.location.protocol) ? \"https://\" : \"http://\") +\n\t\t\t   \"static.chartbeat.com/js/chartbeat_video.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t  }\n\t\t  var oldonload = window.onload;\n\t\t  window.onload = (typeof window.onload != 'function') ?\n\t\t\t loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); };\n\t\t})();\n\t\t</script>\n\t\t\t\t<script language=\"javascript\" >\r\n\t\tif( jQuery(document).width() < 770 ) { \r\n\t\t\t//If mobile device then load earlier due to slow connections \r\n\t\t\tjQuery(\"img.ll_lazyload\").show().lazyload({effect : \"fadeIn\", threshold : 450 });\r\n\t\t} else {\r\n\t\tjQuery(\"img.ll_lazyload\").show().lazyload({effect : \"fadeIn\"});\r\n\t\t}\r\n\t\t\r\n\t\tjQuery(function(){\r\n\t\t\tjQuery(\"img.super_lazy_load\").lazyload({effect : \"fadeIn\", event: \"super_lazy_load_trigger\" });\r\n\t\t});\r\n\t\t</script>\r\n\t\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar HighlanderComments = {\"loggingInText\":\"Logging In\\u2026\",\"submittingText\":\"Posting Comment\\u2026\",\"postCommentText\":\"Post Comment\",\"connectingToText\":\"Connecting to %s\",\"commentingAsText\":\"%1$s: You are commenting using your %2$s account.\",\"logoutText\":\"Log Out\",\"loginText\":\"Log In\",\"connectURL\":\"http:\\/\\/shawglobalnews.wordpress.com\\/public.api\\/connect\\/?action=request\",\"logoutURL\":\"https:\\/\\/shawglobalnews.wordpress.com\\/wp-login.php?action=logout&_wpnonce=a396404e53\",\"homeURL\":\"http:\\/\\/globalnews.ca\\/\",\"postID\":\"1753258\",\"gravDefault\":\"identicon\",\"enterACommentError\":\"Please enter a comment\",\"enterEmailError\":\"Please enter your email address here\",\"invalidEmailError\":\"Invalid email address\",\"enterAuthorError\":\"Please enter your name here\",\"gravatarFromEmail\":\"This picture will show whenever you leave a comment. Click to customize it.\",\"logInToExternalAccount\":\"Log in to use details from one of these accounts.\",\"change\":\"Change\",\"changeAccount\":\"Change Account\",\"comment_registration\":\"\",\"userIsLoggedIn\":\"\",\"isJetpack\":\"0\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1414003384j'></script>\n\n\t<div id=\"bit\" class=\"loggedout-follow-normal\">\n\t\t<a class=\"bsub\" href=\"javascript:void(0)\"><span id='bsub-text'>Follow</span></a>\n\t\t<div id=\"bitsubscribe\">\n\n\t\t\t\t\t<h3><label for=\"loggedout-follow-field\">Follow &ldquo;Global News&rdquo;</label></h3>\n\n\t\t\t<form action=\"https://subscribe.wordpress.com\" method=\"post\" accept-charset=\"utf-8\" id=\"loggedout-follow\">\n\t\t\t<p>Get every new post delivered to your Inbox.</p>\n\n\t\t\t<p id=\"loggedout-follow-error\" style=\"display: none;\"></p>\n\n\t\t\t\t\t\t<p class=\"bit-follow-count\">Join 4,622 other followers</p>\n\t\t\t<p><input type=\"email\" name=\"email\" value=\"Enter your email address\" onfocus='this.value=(this.value==\"Enter your email address\") ? \"\" : this.value;' onblur='this.value=(this.value==\"\") ? \"Enter your email address\" : this.value;'  id=\"loggedout-follow-field\"/></p>\n\n\t\t\t<input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n\t\t\t<input type=\"hidden\" name=\"blog_id\" value=\"43869434\"/>\n\t\t\t<input type=\"hidden\" name=\"source\" value=\"http://globalnews.ca/video/1747659/quad-squad-born-in-utah/\"/>\n\t\t\t<input type=\"hidden\" name=\"sub-type\" value=\"loggedout-follow\"/>\n\n\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"280f51d8cf\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/video/1747659/quad-squad-born-in-utah/\" />\n\t\t\t<p id='bsub-subscribe-button'><input type=\"submit\" value=\"Sign me up\" /></p>\n\t\t\t</form>\n\t\t\t\t\t<div id='bsub-credit'><a href=\"https://wordpress.com/?ref=lof\">Build a website with WordPress.com</a></div>\n\t\t</div><!-- #bitsubscribe -->\n\t</div><!-- #bit -->\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"1\",\"is_single\":\"0\",\"is_front_page\":\"1\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJydzE0OgkAMBeALWSagGVfGs5ShgeL8NLaC3l4wMTHscNXk9b3PzQKhZKNsblTX0cSB5FmNenA/r/QAiY+es7oGJpa1uxzAjPFlHHQ7sIESfTpOB5yhj6XFmGnWdZo4u1gCGpecUKBDw2oJ9ymR2620H1kBKwJq5c6k/wHU8TJXEA63L3FNl/pUn33j/dGPbxjohYQ='></script>\n<script type='text/javascript' src='//platform.twitter.com/widgets.js?ver=4.1-beta2-30797'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'43869434','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'43869434','v':'wpcom','tz':'-5','user_id':'0','subd':'shawglobalnews'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=43869434&v=wpcomvt&tz=-5&user_id=0&subd=shawglobalnews&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtQ3x1bUlaajR5UEdMT09WZy9BbHxWVytzJU9MZlp1ZkR4aXIlS1JmW2xkPUlDUmFaLUlWRHwuV3xD'});\naddLoadEvent(function(){linktracker_init('43869434',0);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\t\t\t\t\t<span id=\"div-gpt-gnca-ads-6872-11-1\" >\n\t\t\t\t\t\t\t<script type='text/javascript'>\n\t    googletag.cmd.push(function() {\n\t\t\tgoogletag.display(\"div-gpt-gnca-ads-6872-11-1\");\n      \t});\n\t</script>\t\n\t\t\t\t\t</span>\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tfunction gnca_outer_ad_pixel_call_from_footer( gnca_image , color ) {\n\t\t\t\t\t\tgNewsWP.Ads.showWallpaper( gnca_image, color );\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t//Sliding expiration\n\t\t\t\t\tif(!jQuery.cookie(\"_wpcom_geo_exp\") ){\n\t\t\t\t\t\tvar region = jQuery.cookie(\"_wpcom_geo\");\n\t\t\t\t\t\tif( region ){\n\t\t\t\t\t\t\tif( region === 'default' || region === 'gnca-default' ) {\n\t\t\t\t\t\t\t\tregion = 'gnca-national';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tjQuery.cookie('_wpcom_geo',  region, { expires:90, path:'/' });\n\t\t\t\t\t\t\tjQuery.cookie('_wpcom_geo_exp',  region, { expires:60, path:'/' });\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t</script>\n                </footer>\n            </div>\n        </div>\n\n\t\t\n\t\t\t\t\t\t<script type=\"text/javascript\" language=\"JavaScript\">\n\t\t\t<!--\n\t\t\t/* You may give each page an identifying name, server, and channel on the next lines. */\n\t\t\tif( typeof s == \"undefined\" ) { s = { };s.t=function(){return false} }\n\t\t\ts[ 'pageName' ] = ( document.location.pathname != '/' ) ? document.location.pathname : 'index.html';\n\t\ts[ 'server' ] = document.domain;\n\t\ts[ 'channel' ] = 'video';\n\t\ts[ 'pageType' ] = '';\n\t\ts[ 'prop1' ] = 'video';\n\t\ts[ 'prop2' ] = '';\n\t\ts[ 'prop3' ] = '';\n\t\ts[ 'prop4' ] = '';\n\t\ts[ 'prop5' ] = '';\n\t\ts[ 'prop6' ] = '';\n\t\ts[ 'prop7' ] = '';\n\t\ts[ 'prop8' ] = '1747659';\n\t\ts[ 'prop9' ] = '';\n\t\ts[ 'prop10' ] = '';\n\t\ts[ 'prop11' ] = '';\n\t\ts[ 'prop13' ] = '';\n\t\ts[ 'prop17' ] = '';\n\t\ts[ 'prop23' ] = document.title;\n\t\ts[ 'prop24' ] = s.prop8;\n\t\ts[ 'prop25' ] = 'video';\n\t\ts[ 'prop26' ] = '1747659';\n\t\ts[ 'prop27' ] = '';\n\t\ts[ 'prop28' ] = '';\n\t\ts[ 'prop29' ] = '';\n\t\ts[ 'prop31' ] = '6';\n\t\ts[ 'prop36' ] = '';\n\t\ts[ 'prop37' ] = '';\n\t\ts[ 'prop38' ] = 'national';\n\t\ts[ 'prop39' ] = 'national';\n\t\ts[ 'prop40' ] = '';\n\t\ts[ 'prop41' ] = '';\n\t\ts[ 'prop43' ] = '';\n\t\ts[ 'prop44' ] = '';\n\t\ts[ 'prop46' ] = document.referrer;\n\t\ts[ 'props2' ] = 'video/1747659';\n\t\t\t\t\t\n\t\t\t/* First party cookie */\n\t\t\ts.trackingServer = 'tr.globalnews.ca'; //non-secure\n\t\t\ts.trackingServerSecure = 'Str.globalnews.ca'; // secure\n\t\t\t\n\t\t\t/* E-commerce Variables */\n\t\t\ts.events = '';\n\t\t\ts.products = '';\n\t\t\ts.purchaseID = '';\n\t\t\ts.transactionID = s.purchaseID;\n\t\t\t/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n\t\t\tvar s_code = s.t(); if (s_code) document.write(s_code)//-->\n\t\t</script>\n\t\t<script language='JavaScript' type='text/javascript'><!--\n\t\tif( navigator.appVersion.indexOf( 'MSIE' ) >= 0 ) document.write( unescape( '%3C' ) + '\\!-' + '-' );\n\t\t//-->\n\t\t</script>\n\t\t<noscript>\n\t\t\t<a href='http://www.omniture.com/' title='Web Analytics'>\n\t\t\t\t<img src='http://canwest.112.2o7.net/b/ss/canwest/1/H.17--NS/0' height='1' width='1' border='0' />\n\t\t\t</a>\n\t\t</noscript>\n\t\t<!--/DO NOT REMOVE/-->\n\t\t<!-- End SiteCatalyst code version: H.17. -->\n\t\t\t\t<script>\n\t\tvar _comscore = _comscore || []; _comscore.push({ c1: \"2\", c2: \"3005660\", c3: \"\", options: { url_append: \"comscorekw=national\" } });\n\t\t(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); })();\n\t\t</script>\n\t\t<noscript><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=3005660&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1\" /></noscript>\n\n\t\t\t</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/google_meta_refresh.html",
    "content": "<script>window.googleJavaScriptRedirect = 1</script>\n<script>var n = {\n    navigateTo: function (b, a, d) {\n        if (b != a && b.google) {\n            if (b.google.r) {\n                b.google.r = 0;\n                b.location.href = d;\n                a.location.replace(\"about:blank\");\n            }\n        } else {\n            a.location.replace(d);\n        }\n    }\n};\nn.navigateTo(window.parent, window, \"http://sfbay.craigslist.org/eby/cto/5617800926.html\");\n</script>\n<noscript>\n    <META http-equiv=\"refresh\" content=\"0;URL='http://example.com'\">\n</noscript>"
  },
  {
    "path": "tests/data/html/gq.com1.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n    \n    \n    \n    \n    \n\n    \n    \n    \n            \n            \n        \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n    \n    \n\n\n\n    \n        \n        \n    \n\n\n\n    \n    \n\n\n\n    \n    \n\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        \n            \n           <script type=\"text/javascript\">\n                // <![CDATA[\n                (function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/gq/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit|bb1\\d.*mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/gq/production/mobify.js\"]}return[0,Mobify.ajs]})\n                // ]]>\n           </script>\n           \n        \n        \n                <script type=\"text/javascript\" src=\"//cdn.pressly.com/clients/gq/custom_redirect/gq-redirect.js\"></script>\n            \n        <!--[if lt IE 9]><script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n\n        \n        \n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n        \n        <title>How To Pack Everything for Your 3-Day Weekend Trip: The GQ Eye: GQ on Style: GQ</title>\n    \n\n\n        <link rel=\"stylesheet\" type=\"text/css\" media=\"screen,projection\" href=\"/css/build/gq_old.css\" />\n        <link class=\"textsize\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/small.css\" title=\"small\" />\n        <link class=\"textsize textsize-default\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/med.css\" title=\"medium\" />\n        <link class=\"textsize\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/large.css\" title=\"large\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/print.css\" media=\"print\" />\n\n        <!--[if IE]>\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" />\n        <![endif]-->\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/gq_global.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta name=\"Author\" content=\"GQ Magazine\" />\n<meta name=\"dcterms.rightsHolder\" content=\"Cond&#233;Net\" />\n<meta name=\"dcterms.dateCopyrighted\" content=\"2015\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n\n        \n            <meta name=\"ob:keyword\" content=\"howto\"/>\n        \n\n    \n\n\n\n\n<meta name=\"description\" content=\"Ahhh, at last, Memorial Day weekend. The sweet sweet reminder that summer has officially arrived. It&#039;s just crab cakes and football straight through Labor Day, right? Yeah. Well, if you find yourself celebrating the\" />\n<meta property=\"og:description\" content=\"Ahhh, at last, Memorial Day weekend. The sweet sweet reminder that summer has officially arrived. It&#039;s just crab cakes and football straight through Labor Day, right? Yeah. Well, if you find yourself celebrating the\" />\n\n\n    \n            \n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <meta property=\"article:published_time\" content=\"2009-09-02T00:00:00-04:00\" />\n    <meta property=\"article:modified_time\" content=\"2009-10-08T12:09:09-04:00\" />\n\n\n<meta name=\"dcterms.audience\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n\n\n\n\n\n<meta name=\"keywords\" content=\"GQ Magazine Online, GQ Magazine, Men's Fashion Magazine, Men's Lifestyle Magazine, Subscribe, Men's Fashion, Men's Lifestyle, Women of GQ, Style Guide, Style, Fashion, Women, Politics, Entertainment\" />\n\n\n    \n    \n\n\n\n\n\n\n\n\n    <link rel=\"canonical\" href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\" />\n\n\n\n        \n    \n\n\n\n    \n\n\n\n        <meta property=\"fb:app_id\" content=\"606963029328755\" />\n    \n\n\n\n        \n    \n\n\n        \n    \n\n        <meta property=\"og:image\" content=\"http://www.gq.com/style/blogs/the-gq-eye/Untitled-6-96.jpg\"/>\n    \n<meta property=\"og:site_name\" content=\"GQ\"/>\n<meta property=\"og:title\" content=\"How To Pack Everything for Your 3-Day Weekend Trip: The GQ Eye: GQ on Style: GQ\" />\n<meta property=\"og:url\" content=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n\n\n    \n            \n             \n    \n\n\n        \n        \n        \n        \n        \n        \n    \n\n\n        \n    \n\n\n\n\n\n\n\n\n        \n    \n\n<meta name='parsely-page' content='{\"title\": \"How To Pack Everything for Your 3-Day Weekend Trip\", \"link\": \"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\", \"image_url\": \"http://www.gq.com/style/blogs/the-gq-eye/Untitled-6-96.jpg\", \"type\": \"post\", \"post_id\": \"/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\", \"pub_date\": \"2014-05-23T17:30:00.000Z\", \"section\": \"The Gq Eye: Gq On Style\", \"author\": \"John Jannuzzi\",\"tags\": [\"Travel\",\"How-To\",\"Packing\"]}' />\n\n\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"/css/i/icons/touch_icon.png\" />\n\n\n\n\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            CN.config.set({\n                title: document.title,\n                url: '',\n                description: \"\",\n                keywords: \"\",\n                facebook: {appId: \"606963029328755\"},\n                isiFrame: true\n            });\n            // ]]>\n        </script>\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            var platformEnvironment = \"production\";\n            CN.site.init({\n                env: 'PROD',\n                code: 'MEN',\n                title: 'GQ',\n                ecomUrl: 'https://subscribe.gq.com/api/circ/xml/Transaction',\n                name: 'gq',\n                tld : 'gq.com',\n                alias: 'GQ.com',\n                eventTrackingUrl: 'http://result.gq.com',\n                eventTrackingEnv: 'PROD',\n                userServiceUrl: '/openregapi',\n                secureUserServiceUrl: '/openregapi',\n                userServiceKey: 'GnGZAoQRcb7d06FkcQC82mGDlRo=',\n                mediaServer: 'http://upload.gq.com',\n                mediaFlowServer: 'http://mediaflow.gq.com',\n                mobilecompatible: 'false',\n                lightregTargeter: 'AMS_GQM_LITEREG_SUBSCRIBE'\n            });\n            \n                CN.page.config.adKwExtend = \"\";\n                \n                \n\n\n\n\n\n\n\n\n\n\n\n\n   \n   \n   \n   \n   \n  \n\n\n\n\n\n\n\n\n\n\n                \n            \n            // ]]>\n        </script>\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n   \n\n        <script type=\"text/javascript\" src=\"/js/ecomfw.min.js\"></script>\n    \n\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n      \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'gq.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.gq.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.gq.fyre.co/api/v3.0/hottest/?site=320169\";\n       CN.livefyre.mostCommentedEntries = 4;\n            // Livefyre User Service URL(Used for Getting the Meta Data Info for a Page)\n            CN.livefyre.configOptions.userServiceURL = \"/opensocial\";\n            // ]]>\n        </script>\n        <script type='text/javascript'>\n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320169\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkhvdyBUbyBQYWNrIEV2ZXJ5dGhpbmcgZm9yIFlvdXIgMy1EYXkgV2Vla2VuZCBUcmlwOiBUaGUgR1EgRXllOiBHUSBvbiBTdHlsZTogR1EiLCJjaGVja3N1bSI6ImZmODVjZTIzZjg3NmNmZmVlZDQxYzYwNmZmNDlhMGU0IiwiYXJ0aWNsZUlkIjoiZ3FfMTk2MzkzIiwidXJsIjoiaHR0cDovL3d3dy5ncS5jb20vc3R5bGUvYmxvZ3MvdGhlLWdxLWV5ZS8yMDE0LzA1L2hvdy10by1wYWNrLWV2ZXJ5dGhpbmctZm9yLXlvdXItMy1kYXktd2Vla2VuZC10cmlwLmh0bWw_aW1hZ2VVcmw9aHR0cDovL2Jsb2cuZ3EuY29tL3N0eWxlL2Jsb2dzL3RoZS1ncS1leWUvVW50aXRsZWQtNi05Ni5qcGcifQ._raGigh3dakyqGpBNNxDiHAoxs0BRh00EUyeA1jYmqg\",\"checksum\":\"ff85ce23f876cffeed41c606ff49a0e4\",\"articleId\":\"gq_196393\"};\n</script>\n        <script type=\"text/javascript\" src=\"//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script>\n        <script type=\"text/javascript\" src=\"//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n        \n            <script type=\"text/javascript\" src=\"/js/gq_redesign.js\"></script>\n            <script type=\"text/javascript\" src=\"/js/gq_ecom.js\"></script>\n        \n    \n\n\n\n\n\n\n        \n        <script type=\"text/javascript\">metaKeyWords=\"default\";</script>\n\n        \n        <script type=\"text/javascript\">\n            // <![CDATA[\n            window._ghearst_vars = (function() {\n\n        if( typeof metaKeyWords === \"undefined\" ){\n            metaKeyWords = \"\";\n        }\n\n        return {\n            'ams_ads_script_src': 'http://subscribe.gq.com/ams/page-ads.js?ad_category_prefix=style&keywords='+metaKeyWords+'&browser_path=%2Fstyle%2Fblogs%2Fthe-gq-eye%2F2014%2F05%2Fhow-to-pack-everything-for-your-3-day-weekend-trip.html&cat_prefixes=%2Cstyle%2Cblogs%2Cthe-gq-eye%2C2014%2C05%2Chow-to-pack-everything-for-your-3-day-weekend-trip.html&position_list=AMS_GQM_GLOBAL_NAVBAR%2CAMS_GQM_GLOBAL_HEADER%2CAMS_GQM_GLOBAL_HEADERCALLOUT%2CAMS_GQM_POPUP_FLOATINGAD%2CAMS_GQM_MOBILE_NAV_LINK%2CAMS_GQM_GLOBAL_HEADER%2CAMS_GQM_GLOBAL_RIGHTRAIL_A%2CAMS_GQM_GLOBAL_RIGHTRAIL_B%2CAMS_GQM_GLOBAL_FOOTER%2CAMS_GQM_GLOBAL_NAVBAR_ROLLOVER%2CAMS_GQM_GLOBAL_SLIDESHOW&site_prefix=gq&subdomain=www&url_name=how-to-pack-everything-for-your-3-day-weekend-trip'\n        }\n    })();\n            (function($) {\n                \n                $LAB.script(_ghearst_vars.ams_ads_script_src).wait(function() {\n                    \n                    CN.hearstQue.run(window.pageAds);\n                });\n            }(jQuery));\n            // ]]>\n        </script>\n\n        \n            \n        \n\n        <script type=\"text/javascript\" src=\"/dwr/interface/feedparser.js\"></script>\n        <script type=\"text/javascript\" src=\"/dwr/engine.js\"></script>\n        <script type=\"text/javascript\" src=\"/dwr/util.js\"></script>\n\n        <!-- Typekit Fonts -->\n        <script type=\"text/javascript\" src=\"//use.typekit.net/tap4qws.js\"></script>\n        <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n        <!-- Typekit Fonts -->\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n    var defaultHost = \"www.gq.com\";\n    var secureHost = \"secure.gq.com\";\n    var isSecure = location.protocol == \"https:\" ? true : false;\n</script>\n\n\n        \n            <script type=\"text/javascript\" src=\"http://event.gq.com/js/eventTracker.js\"></script>\n        \n\n        \n            \n                    \n\n\n\n\n\n\n\n\n    \n        \n    \n\n\n\n\n\n    <title>The GQ Eye</title>\n\n\n\n                    <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen,projection\" href=\"/css/blog.css\" />\n                    <script type=\"text/javascript\" src=\"/js/blog/blogSlideShow.js\"></script>\n                \n        \n        \n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n        \n    \n\n    \n\n    \n            <script type=\"text/javascript\">\n    //<!--\n        \n\n        \n\n        CN.dart.init({site:'gq.dart', zone: 'the-gq-eye;', kws:[ \"blogsv2\",\"05\",\"blogs\",\"style\",\"how-to-pack-everything-for-your-3-day-weekend-trip\",\"2014\",\"the-gq-eye\"], charmap : {' ' : '+', '-' : '-'} , useOneAdCall : false ,contentId : '2000000000002205' , contentType : 'BlogsV2', gptCallback : {}});\n    //-->\n    </script>\n        \n\n\n        <script type=\"text/javascript\">\n            CN.popups.setArriving(false).setExiting(true).init();\n            if (CN.page.section() === 'magazine') {\n            CN.popups.setLayer(true).init();\n            }\n            CN.site.mobilecompatible = true;\n        </script>\n\n        <script type=\"text/javascript\">\nCN.page.config.facebook.like = {layout : \"standard\", showfaces : false, action : \"reccomend\", width : 290, action : \"reccomend\"};\nCN.page.config.facebook.like_sm = {layout : \"button_count\", showfaces : false, width : 290, action : \"reccomend\"};\nCN.config.set({tweet : {layout : \"vertical\",source : \"gqmagazine\"}});\n</script>\n\n        <script type=\"text/javascript\">\n        // <![CDATA[\n            CN.page = CN.page || {};\n            CN.page.feature = [];\n        // ]]>\n        </script>\n        <meta name=\"description\" content=\" Ahhh, at last, Memorial Day weekend. The sweet sweet reminder that summer has officially arrived. It's just crab cakes and football straight through Labor Day, right? Yeah. Well, if you find yourself celebrating the\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta name=\"facebookMetaImage\" content=\"/style/blogs/the-gq-eye/Untitled-6-96.jpg\" />\n<meta name=\"metaDataId\" content=\"196393\" />\n        \n\n\n\n\n    \n    \n        \n         <!-- from contentxml/includes/Siteconfig -->\n\n<script type=\"text/javascript\">\n    if (jQuery(\"body.home\").length > 0) {\n        jQuery(\"body\").addClass(\"wallpaper-ad\");\n    }\n</script>\n\n<!-- from contentxml/includes/Siteconfig -->\n        \n    \n\n\n    </head>\n    <body id=\"base\" class=\"s_style ss_blogs c_the-gq-eye 2014 05 how-to-pack-everything-for-your-3-day-weekend-trip.html blog-post entry-listing mt-template\">\n        <div class=\"mboxDefault\"></div>\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n    <script type=\"text/javascript\">\n       /** Encode special characters in a string */\n        var htmlEncode = (function(str) {\n            var map = {\"&\":\"amp\", \"<\":\"lt\", \">\":\"gt\", '\"':\"quot\", \"'\":\"#39\"};\n            return str.replace(/[&<>\"']/g, function(match) { return \"&\" + map[match] + \";\"; });\n        });\n\n        mboxCreate('gq_ed_global',\n            'entity.brand=GQ',\n            'entity.id=2000000000002205',\n            'entity.name=' + htmlEncode(\"GQ Magazine:  GQ\"),\n            'entity.categoryId=BlogsV2',\n            'entity.contentType=BlogsV2',\n            'entity.siteSection=style',\n            'entity.pageUrl=http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html',\n            'entity.thumbnailUrl=',\n            'entity.inventory=1',\n            'entity.value=1',\n            'user.categoryId=BlogsV2',\n            'mboxPageValue=1'\n            );\n    </script>\n\n        <div id=\"fb-root\"></div>\n        \n            \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\"><img src=\"/images/ecom/failsafe/GQM_floating_ad.jpg\" alt=\"Subscribe to GQ\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_POPUP_FLOATINGAD !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_POPUP_FLOATINGAD\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_POPUP_FLOATINGAD\").html(pageAds.AMS_GQM_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n\n\n    \n\n    </div>\n</div>\n\n        \n        <header>\n    \n        \n            \n                <div id=\"top-banner-ad\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('header', {sz:'728x90', kws:[\"\"]});\n    //-->\n    </script>\n    \n\n                </div>\n            \n        \n    \n\n    <div id=\"header\">\n        <div id=\"header-inner\">\n            <div id=\"sponsorship-ad\">\n                \n\n\n\n\n\n\n\n\n\n\n        <div id=\"sponsor120x60_frame\" class=\"displayAd displayAd120x60Js\" data-cb-ad-id=\"sponsor120x60_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('sponsor', {sz:'120x60', kws:[\"top\"], collapse: true});\n    //-->\n    </script>\n    \n\n                \n            </div>\n\n            <div id=\"follow-us\">\n                <div class=\"twitter\">\n                    <div>\n                        <span></span>\n                        <h6>Follow GQ on Twitter</h6>\n                        <div>\n                            <a href=\"https://twitter.com/GQmagazine\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQmagazine</a>\n                            <a href=\"https://twitter.com/GQmagazine\" rel=\"external\">@GQmagazine</a>\n                            <hr />\n                            <a href=\"https://twitter.com/GQfashion\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQfashion</a>\n                            <a href=\"https://twitter.com/GQfashion\" rel=\"external\">@GQfashion</a>\n                            <hr />\n                            <a href=\"https://twitter.com/GQpolitics\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQpolitics</a>\n                            <a href=\"https://twitter.com/GQpolitics\" rel=\"external\">@GQpolitics</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"facebook last\">\n                    <div>\n                        <span></span>\n                        <div>\n                            <div class=\"fb-like-box\" data-href=\"http://www.facebook.com/gq\" data-width=\"292\" data-height=\"255\" data-show-faces=\"true\" data-border-color=\"#fff\" data-stream=\"false\" data-header=\"false\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div id=\"signin\">\n                <div>\n                    <a href=\"/user/login\">Sign in</a>\n                    <div>\n                        <a href=\"/user/logout/\" class=\"sign-out\">Sign out</a>\n                        <a href=\"/user/update/\" class=\"edit-profile\">Edit Profile</a>\n                    </div>\n                </div>\n            </div>\n            <div id=\"logo\">\n                <span>Look Sharp</span>\n                <a title=\"Go to the GQ homepage\" href=\"/?us_site=y\">\n                    <img alt=\"GQ logo\" src=\"/css/i/redesign/header/logo.png\" width=\"231\" height=\"110\" />\n                </a>\n                <span class=\"last\">Live Smart</span>\n            </div>\n            <div id=\"cm-header\">\n                <div id=\"cm-header-callout\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                <img src=\"/images/ecom/failsafe/GQM_header_callout.jpg\" alt=\"Subscribe to GQ\" width=\"148\" height=\"110\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_HEADERCALLOUT !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_HEADERCALLOUT\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_HEADERCALLOUT\").html(pageAds.AMS_GQM_GLOBAL_HEADERCALLOUT.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n\n\n    \n\n                </div>\n                <div id=\"cm-header-cover\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        <div id=\"AMS_GQM_GLOBAL_HEADER\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\" title=\"Subscribe to GQ Magazine\">\n                <img src=\"https://subscribe.condenet.com/images_covers/cover_gq_80.jpg\" alt=\"Subscribe to GQ\" width=\"80\" height=\"110\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_HEADER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_HEADER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_HEADER\").html(pageAds.AMS_GQM_GLOBAL_HEADER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n    \n\n\n    \n\n                </div>\n            </div>\n        </div>\n    </div>\n</header>\n\n\n\n\n\n<div id=\"nav-holder\">\n    <nav id=\"cardinal-nav\">\n        <i>\n            <a href=\"/?us_site=y\">\n                <img src=\"/css/i/redesign/header/logo2.png\" width=\"104\" height=\"53\" alt=\"GQ logo\" />\n            </a>\n        </i>\n        <div class=\"subscribe dropdown\">\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      <div id=\"AMS_GQM_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">Subscribe</a>\n      </div>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_NAVBAR !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_NAVBAR\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_NAVBAR\").html(pageAds.AMS_GQM_GLOBAL_NAVBAR.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n    \n\n\n    \n\n            <div class=\"dropdown-content disabled\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <div id=\"AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n            <img src=\"/images/ecom/failsafe/GQM_NavBar_Rollover.jpg\" width=\"300\" height=\"135\" alt=\"Subscribe to GQ\" />\n        </a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_NAVBAR_ROLLOVER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_GQM_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n    </div>\n\n\n\n    \n\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/style/\">Style</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/trend-list/fall-winter-2014\" title=\"What to Wear Now: 30 Essential Trends for Fall-Winter 2014\">\n                                    <img src=\"/images/rotators/2014/10/what-to-wear-now-30-fall-winter-300.jpg\" alt=\"What to Wear Now: 30 Essential Trends for Fall-Winter 2014\" />\n                                    <h3>What to Wear Now: 30 Essential Trends for Fall-Winter 2014</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/hgqru/stylewars\">GQ Style Wars</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/week-in-style?intcid=dropdown\">The Week in Style</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/10-essentials?intcid=dropdown\">10 Essentials</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/blogs/the-gq-eye?intcid=dropdown\">Style Blog: The GQ Eye</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/fashion-shows/?intcid=dropdown\">Fashion Shows</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/grooming\">Grooming</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/style-manual?intcid=dropdown\">Style 101</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/street-style?intcid=dropdown\">Street Style</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/wear-it-now/201304/gq-rules-2013?intcid=dropdown\">GQ Rules</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/style-guy?intcid=dropdown\">The Style Guy</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/201411/gq-selects-november-2014\">GQ Selects</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/mens-watches-shoes-accessories?intcid=dropdown\">Watches</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/hair?intcid=dropdown\">Hair</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/style/mens-watches-shoes-accessories?intcid=dropdown\">Shoes</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/women/\">Women</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/women/201411/felicity-jones-and-the-theory-of-everything\" title=\"Meet Your New Study Buddy:<br> Felicity Jones \">\n                                    <img src=\"/images/rotators/2014/11/felicity-jones-women-dropdown-300.jpg\" alt=\"Meet Your New Study Buddy:<br> Felicity Jones \" />\n                                    <h3>Meet Your New Study Buddy:<br> Felicity Jones </h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/style-list/hannah-davis-mens-t-shirts-2014\">Hannah Davis's GQ Shoot </a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/women/photos/201207/kate-upton-gq-photos-july-2012?intcid=dropdown\">Kate Upton</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/women/women-of-gq?intcid=dropdown\">The Women of GQ Gallery</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/women/photos/search?intcid=dropdown\">Photos</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/ask-a-real-live-lady\">GQ's Sex Columnist</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/women/photos/201206/gq-women-cover-stars-photos?intcid=dropdown\">GQ Covers: The Women</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/entertainment/\">Entertainment</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/entertainment/celebrities/201501/chris-hemsworth\" title=\"On The Cover: Chris Hemsworth\">\n                                    <img src=\"/images/rotators/2014/12/chris-hemsworth-gq-january-2015-300.jpg\" alt=\"On The Cover: Chris Hemsworth\" />\n                                    <h3>On The Cover: Chris Hemsworth</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/about/celebrities?intcid=dropdown\">Celebrities</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/movies-tv?intcid=dropdown\">Movies + TV</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/sports\">Sports</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/humor?intcid=dropdown\">Humor</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/music\">Music</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/lists?intcid=dropdown\">Lists</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/contributors/tom-carson?intcid=dropdown\">The Critic: Tom Carson</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/life/\">Life</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/how-to\" title=\"The GQ How-To Index\">\n                                    <img src=\"/images/rotators/2014/04/choose-a-barber-300.jpg\" alt=\"The GQ How-To Index\" />\n                                    <h3>The GQ How-To Index</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/life/city-guides\"><span style=\"color:red;\">GQ City Guides</span></a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/life/food/restaurant-reviews-alan-richman?intcid=dropdown\">Alan Richman</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/food-travel/\">Food + Travel</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/cars/?intcid=dropdown\">Cars</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/tech/?intcid=dropdown\">Tech</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"\"></a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown video-menu\">\n            <a class=\"video\" href=\"http://videos.gq.com\">Video</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    <ul>\n                        \n                        <li>\n                            <a href=\"http://video.gq.com/watch/gq-cocktails-how-to-make-a-classic-mint-julep\">\n                                \n                            </a>\n                        </li>\n                        \n                        <li>\n                            <a href=\"http://video.gq.com/watch/felicity-jones\">\n                                \n                                    <div>\n                                        <div></div>\n                                        <span></span>\n                                        <img src=\"http://res.cloudinary.com/heru80fdn/image/upload/c_fill,d_placeholder.jpg,g_face,h_74,w_133/v1363017015/gq_felicity-jones.jpg\" width=\"133\" height=\"74\" alt=\"How to Date Felicity Jones\" />\n                                    </div>\n                                    <div class=\"last\">\n                                        <h3>How to Date Felicity Jones</h3>\n                                    </div>\n                                \n                            </a>\n                        </li>\n                        \n                        <li class=\"last\">\n                            <a href=\"http://video.gq.com/watch/my-first-job-matthew-mcconaughey-used-to-kill-armadillos-for-a-living\">\n                                \n                                    <div>\n                                        <div></div>\n                                        <span></span>\n                                        <img src=\"http://res.cloudinary.com/heru80fdn/image/upload/c_fill,d_placeholder.jpg,g_face,h_74,w_133/v1363017015/gq_my-first-job-matthew-mcconaughey-used-to-kill-armadillos-for-a-living.jpg\" width=\"133\" height=\"74\" alt=\"Matthew McConaughey's First Job\" />\n                                    </div>\n                                    <div class=\"last\">\n                                        <h3>Matthew McConaughey's First Job</h3>\n                                    </div>\n                                \n                            </a>\n                        </li>\n                        \n                    </ul>\n                    <a id=\"see-more-videos\" href=\"http://videos.gq.com/\">See More Videos</a>\n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a class=\"more\"><span>+</span> More</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/fashion-shows/\">Fashion Shows</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"http://report.gq.com/\">GQ Report</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/news-politics/?intcid=dropdown\">News + Politics</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/magazine/apps/?intcid=dropdown\">GQ Apps</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/fighting-weight/?intcid=dropdown\">Fitness</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"http://video.gq.com/?intcid=dropdown\">Video</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div id=\"global-search\">\n            <form name=\"search_form_rail\" id=\"search-form-rail\" action=\"/search\" class=\"paginatorForm\" method=\"get\">\n                <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n                <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n                <input type=\"text\" name=\"query\" id=\"results-search-rail\" value=\"Search\" />\n                <button name=\"submit\" class=\"submit\" id=\"submit-rail\" title=\"Search\" type=\"submit\">Submit</button>\n            </form>\n        </div>\n    </nav>\n</div>\n\n\n    <div id=\"topBannerPushdownAd\">\n        \n\n\n\n\n\n\n\n\n\n\n        <div id=\"aboveheader970x418_frame\" class=\"displayAd displayAd970x418Js\" data-cb-ad-id=\"aboveheader970x418_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('aboveheader', {sz:'970x418', kws:[\"top\"]});\n    //-->\n    </script>\n    \n\n    </div>\n\n\n\n        \n        <div id=\"main-wrapper\">\n            <div id=\"wrapper\">\n                <div id=\"page\">\n                    <div id=\"content\">\n\n                        \n\n\n\n    \n    \n\n\n\n    <ul id='bc' title='Navigation Trail'>\n        \n            \n                <li class='first'>\n                \n                    <a href=\"/\">GQ</a>\n                \n                </li>\n            \n        \n            \n                <li >\n                \n                    <a href=\"/style/\">Style</a>\n                \n                </li>\n            \n        \n            \n                <li >\n                \n                    <a href=\"/style/blogs/the-gq-eye/\">The GQ Eye: GQ on Style</a>\n                \n                </li>\n            \n        \n    </ul>\n\n\n\n                        \n                             \n                                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-top\">\n\n        \n            \n                    \n                    \n                        \n                    \n                    <li class=\"utility-print\"><a href=\"/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html?printable=true\" title=\"Print this page\">Print</a></li>\n                \n        \n            \n                    <li class=\"utility-feeds\"><a href=\"/services/rss/summary\" title=\"Sign up for our RSS feeds\">Feeds</a></li>\n                \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                                \n                        \n\n                        \n\n                        <div id=\"main\">\n\n                            \n\n                            \n\n                            \n                                    \n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      \n      \n\n\n\n\n\n<div id=\"index_headers\">\n\n<!-- Start Headers -->\n\n\n    <h2 id=\"indhed\">\n    \n            \n                    <a href=\"/style/blogs/the-gq-eye/\">The GQ Eye</a>\n                \n        \n    </h2>\n    \n\n\n\n\n\n\n<!-- End Headers -->\n</div>\n\n\n                                    \n                                    <div id=\"blogs_body\">\n                                        <div id=\"entry-196393\" class=\"hentry entry single\">\n     <div class=\"archivenav\">\n       <strong class=\"filterheader\">\n            <a href=\"/style/blogs/the-gq-eye\">\n                <img src=\"/images/blog/headers/thegqeyegqonstyle.gif\" />\n            </a>\n       </strong>\n    </div>    \n    <script type=\"text/javascript\">\n        blogTitle=\"How To Pack Everything for Your 3-Day Weekend Trip\";\n        blogMTId=\"196393\";\n    </script>\n    <div style=\"text-align:center\">\n    <ul class=\"utilities utilities-blog\" style=\"display:inline-block\">\n        <li class=\"utility-like-sm\">\n            <iframe src=\"http://www.facebook.com/plugins/like.php?href=http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=recommend&amp;colorscheme=light&amp;height=40\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:150px; height:40px;\" allowTransparency=\"true\"></iframe>\n        </li>\n        <li class=\"utility-tweetmeme-sm\">\n            <a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html?mbid=social_retweet\" data-counturl=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\" data-text=\"How To Pack Everything for Your 3-Day Weekend Trip\" data-count=\"horizontal\" data-via=\"GQFashion\" data-related=\"GQFashion\">Tweet</a>\n            <script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>\n        </li>\n        <li class=\"utility-gplusone gplusone-medium\">\n            <g:plusone size=\"medium\"></g:plusone>\n        </li>\n        <li class=\"utility-livefyre-comment\">\n            <span class=\"livefyre-commentcount\" data-lf-site-id=\"320169\" data-lf-article-id=\"196393\"></span>\n        </li>\n    </ul>\n</div>\n    \n    <div class=\"entry-metadata date\">  \n    <span class=\"published\" title=\"2014-May-23T13:30:00\">\n        On <span class=\"date\">May 23, 2014</span> at <span class=\"time\"> 1:30 PM</span>\n    </span>\n</div> \n    <h2 class=\"entry-title\">How To Pack Everything for Your 3-Day Weekend Trip</h2> \n    <div class=\"entry-metadata\">\n    <span class=\"published\">\n        \n            \n                <span class=\"author\"> By <cite class=\"vcard author\"><a href=\"/contributors/john-jannuzzi\" title=\"search site for content by John Jannuzzi\">John Jannuzzi</a></cite></span>\n            \n        \n    </span>\n</div>\n\n    <div class=\"entry-content\">\n         <p><img alt=\"1394469376450_new-england-all-american-theo-james-gq-magazine-march-2014-men-style-fashion-color-07.jpg\" src=\"/style/blogs/the-gq-eye/1394469376450_new-england-all-american-theo-james-gq-magazine-march-2014-men-style-fashion-color-07.jpg\" width=\"409\" height=\"516\" class=\"mt-image-center\" style=\"text-align: center; display: block; margin: 0 auto 20px;\" /><br />\nAhhh, at last, Memorial Day weekend. The sweet sweet reminder that summer has officially arrived. It's just crab cakes and football straight through Labor Day, right? Yeah. Well, if you find yourself celebrating the return of the season with a road trip, but have yet to pack, we've got your back. You'll be traveling with everything you need in no time. All you have to do is pay close attention to the following.<br /></p>\n\n<p>First, make sure your <a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/daily-endorsement-jack-spade-duffle-bag.html\">trusty weekender</a> is ready to go. If you're bringing a suit, better go with a <a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/daily-endorsement-hook-alberts-garment-weekender.html\">garment bag.</a></p>\n\n<p><a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/03/how-to-dopp-kit.html\">Grab your toiletry kit</a>, a 3-day weekend is not the time to let your skin down.</p>\n\n<p><a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/the-best-sunscreens-for-your-face.html\">Make sure you bring sunscreen</a>. It's about your health, it's important.</p>\n\n<p>Don't just throw everything in your weekender, guys. <a href=\"http://www.gq.com/style/style-guy/care-and-storage/200110/weekend-trip-packing-advice\">There's an art to folding</a>. Learn it. Live it. Love it.</p>\n\n<p>Planning on going for a swim? <a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/04/spring-swim-trend-2014.html\">You'll need one of these</a>. Not the board shorts you bought a few summers ago. Forget about those. Forever.</p>\n\n<p>Skip the running shoes, you don't need those when you've got <a href=\"http://www.gq.com/food-travel/travel-features/201311/the-18-minute-work-trip-workout-no-gym-clothes-required#slide=1\">this</a>.</p>\n\n<p>Throw in a <a href=\"http://www.gq.com/entertainment/books/201405/new-books-to-read-in-may#slide=1\">good book</a> for the beach, the train, or wherever.</p>\n\n<p>And remember, don't show up at somebody's house empty-handed.</p>\n         \n         \n    </div>\n    \n \n    <div class=\"categories-tags\">\n         <div class=\"entry-keywords\">\n\t\t<span>Tags: </span>\n\t\t<ul>\n\t\t\t<li class=\"first\"><a href=\"/about/how-to\" rel=\"tag\" title=\"search site for &quot;How-To&quot;\">How-To</a><span class=\"delimiter\">, </span> </li>\n\t\t\t<li><a href=\"/about/packing\" rel=\"tag\" title=\"search site for &quot;Packing&quot;\">Packing</a><span class=\"delimiter\">, </span> </li>\n\t\t\t<li><a href=\"/about/travel\" rel=\"tag\" title=\"search site for &quot;Travel&quot;\">Travel</a></li>\n\t\t</ul>\n\n\n\t</div>\n\t\n\n    </div>\n    <div class=\"entry-utils\">\n\t<ul>\n\t\t<li class=\"permalink\">\n\t\t\t<a title=\"How To Pack Everything for Your 3-Day Weekend Trip\" href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\">Permalink</a>\n\t\t</li>\n\t\t<li>\n\t\t\t<span class=\"commentstotal\">\n\t\t\t\t<a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html#comments\" id=\"totalCommentsshort__196393\" class=\"totalComments\" title=\"read and post comments on &quot;How To Pack Everything for Your 3-Day Weekend Trip&quot;\">Comments</a>\n\t\t\t</span>\n\t\t</li>\n\t</ul>\n</div>\n</div>\n<div class=\"postnav\">\n    <ul>\n  \n        <li class=\"previous\"><a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/last-nights-must-see-menswear-justin-bieber-tries-some-things.html\" title=\"Last Night&#8217;s Must-See Menswear: Justin Bieber Tries Some Things\">Last Night&#8217;s Must-See Menswear: Justin Bieber Tries Some Things</a></li>\n  \n  \n        <li class=\"next\"><a href=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/gq-selects-converse-canvas-sneakers.html\" title=\"GQ Selects: Converse 1970s Chuck Taylor Canvas Sneakers\">GQ Selects: Converse 1970s Chuck Taylor Canvas Sneakers</a></li>\n  \n        <li class=\"twitter-widget gqmagazine\"><a href=\"https://twitter.com/GQMagazine\" class=\"twitter-follow-button\" data-show-count=\"false\">Follow @GQMagazine</a>\n        <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script></li>        \n        \n        <li class=\"index-main\"><a href=\"http://www.gq.com/style/blogs/the-gq-eye/\">The GQ Eye: GQ on Style main</a></li>\n    </ul>\n</div>\n <!-- OUTBRAIN -->\n        <div class=\"OUTBRAIN\" data-src=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\" data-widget-id=\"AR_1\" data-ob-template=\"gq\" ></div>\n        <script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\n\n<div id=\"comments\">\n    <div id=\"livefyre\"></div>\n</div>\n                                        \n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"eventListHolder\" style=\"display:none;\"></div>\n<script type=\"text/javascript\">\n    \n    if ((typeof blogMTId !== 'undefined' && blogMTId != '') && (typeof blogTitle !== 'undefined' && blogTitle != '')) {\n       (function(){\n            var ns= window.CN || window.CNP;\n            ns.site = ns.site || {};\n            ns.site.eventTrackingList = new EventList(\"eventListHolder\");\n            ns.site.eventTrackingList.setBaseUrl(\"http://event.gq.com/\");\n            ns.site.eventTrackingEvent = new EventObject(\"MEN\", \"most_viewed\");\n            ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n            ns.site.eventTrackingEvent.setContentId(blogMTId);\n            ns.site.eventTrackingEvent.setContentType(\"BlogsV2\");\n            ns.site.eventTrackingEvent.setFullUrl(\"/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\");\n            ns.site.eventTrackingEvent.setContentTitle(blogTitle);\n\n            \n                var contentDiv = '#main .single .entry-content',\n                eventImage;\n        var urlString=jQuery('meta[property=\"og:image\"]').attr('content');\n        eventImage=urlString.replace(/http:\\/\\/[A-Za-z.]*\\//g,'/');//create a local path as with articles\n                if(eventImage===undefined){\n                    eventImage = \"/images/global/thumb_placeholder-96.png\";\n                }\n                ns.site.eventTrackingEvent.setImgUrl(eventImage);\n            \n\n            \n            var fullContentURL = \"/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\";\n            var isAbsoluteURL = fullContentURL.substring(0,8);\n            if (isAbsoluteURL.indexOf('http') == -1 && isAbsoluteURL.indexOf('https') == -1) {\n                ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n                ns.site.eventTrackingList.writeImageTags();\n            }\n        }())\n\n    }\n</script>\n\n\n                                    </div>\n                                \n                        </div>\n\n                        \n\n                             \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-\">\n\n        \n            \n                    \n\n\n\n\n\n\n\n                    <li class=\"utility-like-sm\">\n                        <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gq.com%2Fstyle%2Fblogs%2Fthe-gq-eye%2F2014%2F05%2Fhow-to-pack-everything-for-your-3-day-weekend-trip.html&amp;layout=button_count&amp;show_faces=false&amp;width=300&amp;action=like&amp;colorscheme=light&amp;height=40\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:300px; height:40px;\" allowTransparency=\"true\"></iframe>\n                    </li>\n                \n        \n            \n                    <li class=\"utility-tweetmeme-sm\">\n                        \n                                    \n                                \n                        \n                        \n\n                        <a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\" data-counturl=\"http://www.gq.com/style/blogs/the-gq-eye/2014/05/how-to-pack-everything-for-your-3-day-weekend-trip.html\" data-count=\"horizontal\" data-via=\"GQFashion\" data-related=\"gqdotcom\">Tweet</a>\n                        <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n                    </li>\n                 \n        \n            \n                    <li class=\"utility-gplusone gplusone-medium\">\n                        <g:plusone size=\"medium\"></g:plusone>\n                    </li>\n                \n        \n            \n                    <li class=\"utility-email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats && CN.stats.omniture) { CN.stats.omniture.trackAction('emailAFriend',this); }\" href=\"/contact/emailFriend?referringPage=http://www.gq.com%2Fstyle%2Fblogs%2Fthe-gq-eye%2F2014%2F05%2Fhow-to-pack-everything-for-your-3-day-weekend-trip.html&amp;title=The+GQ+Eye\" rel=\"nofollow\">E-Mail</a></li>\n                \n        \n            \n                     <li class=\"utility-livefyre-comment\">\n                        <span class=\"livefyre-commentcount\" data-lf-site-id=\"320169\" data-lf-article-id='196393'></span>\n                     </li>\n               \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                        \n                        \n                            \n                                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start urail -->\n    \n        <div id=\"urail\">\n        \n            \n        \n            \n                <div id=\"position2_urail\"><div id=\"ps2_fs1_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Entertainment\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/entertainment/celebrities/201501/chris-harrison-bachelor\"><i>The Bachelor</i>'s Chris Harrison Is Single</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/jack-oconnell-unbroken\">Meet the New Jack O'Connell</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/buzz-aldrin\">The Dark Side of the Moon</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/music/201206/dangelo-gq-june-2012-interview\">Amen! (D'Angelo's Back)</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/humor/201412/putin-land-boardgame\">The Vladimir Putin Boardgame</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/chris-hemsworth\">Chris Hemsworth: The Manliest Man in Hollywood</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps2_fs2_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                News + Politics\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/news-politics/newsmakers/201411/afghanistan-special-ops-vet-on-breaking-bad\">The Ghosts of Afghanistan Will Show Up Everywhere (Even on the Set of Breaking Bad)</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/201412/kent-brantly-ebola\">Kent Brantly: The First American to Contract Ebola</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/201001/robots-and-singularity\">Are You Ready for the Singularity?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/200204/killer-in-the-blue-dress\">Robert Draper Investigates Robert Durst, Cross-Dressing Real Estate Scion</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/politics/201409/scott-walker\">Can Scott Walker Unite the Republicans?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/big-issues/201410/george-zimmerman-family-values\">Meet George Zimmerman's Family | GQ</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div></div>\n            \n        \n            \n                <div id=\"position3_urail\"><div id=\"ps3_fs1_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Food + Travel\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/life/food/201404/david-chang-freshness-pickling-rot\">David Chang's Kitchen: Don't Get All \"Fresh\" with Me</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201403/david-chang-bologna-sandwich\">David Chang's Kitchen: Your Idea of Bologna is Total Baloney</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201311/bourbon-whiskey-family-tree\">Chart: The Family Tree of Bourbon Whiskey</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201311/summer-salads-for-winter\">Recipe: Semi-Summer Salad - Chef Jeff Taibe of Oak + Almond</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201310/french-italian-pasta-spaghetti-nicoise-recipe\">The Great Franco-Italian Pasta Experiment</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201310/wine-list-picking-restaurants-alan-richman\">How to Pick from an Overpriced Restaurant Wine List</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps3_fs2_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Women\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/women/201411/can-women-be-douchebags\">Can Women Be Douchebags?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/women/photos/201310/defending-slutty-halloween-costumes\">Man Repeller: In Defense of the Slutty Halloween Costume</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/women/music/201311/most-famous-music-video-girls-models-actresses\">Before They Were Famous: 16 Music Video Vixens</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/women/photos/201301/beyonce-cover-story-outtakes-gq-february-2013\">The Beyonc&#233; Outtakes</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/women/photos/201301/beyonce-cover-story-interview-gq-february-2013\">Miss Millennium: Beyonc&#233;</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/wear-it-now/201209/geezer-style-videos-mark-anthony-green-justin-doss\">Video: Geezer Style: How to Get the Look</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div></div>\n            \n        \n            \n        \n            \n        \n            \n        \n        </div>\n        \n\n    <!-- end urail -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n                            \n                        \n                        \n                            \n                                \n\n\n\n\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      <div id=\"AMS_GQM_GLOBAL_FOOTER\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n            <img src=\"/images/ecom/failsafe/GQM_global_footer.gif\" alt=\"Subscribe to GQ\" />\n        </a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_FOOTER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_FOOTER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_FOOTER\").html(pageAds.AMS_GQM_GLOBAL_FOOTER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n      </div>\n\n\n\n    \n\n    \n\n                            \n                        \n\n                    </div>\n\n                    \n                            <!-- YRAIL -->\n                            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n            \n\n        \n    \n\n    \n        \n        \n            \n\n        \n    \n\n    \n        \n        \n            \n\n        \n    \n\n\n\n\n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n            \n            \n        \n    \n\n    \n\n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start yrail -->\n    \n            <div id=\"yrail\" class=\"py\">\n\n                <div class=\"yrail_ads\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"yrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailTop300x250_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('yrailTop', {sz:'300x250', kws:[\"top\"]});\n    //-->\n    </script>\n    \n\n                </div>\n\n                \n                    <div id=\"most-popular\">\n    <div>\n        <div>\n            <h2>Most Popular</h2>\n            <ul>\n                <li></li>\n            </ul>\n        </div>\n        <span class=\"left-shadow\">\n            <div class=\"top-cap\"></div>\n            <div class=\"bar\"></div>\n        </span>\n    </div>\n    <span class=\"bottom-shadow\">\n        <div class=\"left-cap\"></div>\n        <div class=\"bar\"></div>\n        <div class=\"right-cap\"></div>\n    </span>\n</div>\n\n                \n\n                \n                    <div class=\"zergnet-widget\">\n    <h3>Around the Web</h3>\n    <div id=\"zergnet-widget-21189\"></div>\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement(\"script\");\n            zergnet.type = \"text/javascript\";\n            zergnet.async = true;\n            zergnet.src = \"http://www.zergnet.com/zerg.js?id=21189\";\n            var znscr = document.getElementsByTagName(\"script\")[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n</div>\n                \n\n                <div id=\"social-hub\">\n    <h4>Follow Us On...</h4>\n    <ul>\n        <li class=\"facebook\">\n            <div>\n                <span></span>\n                <div>\n                    <div class=\"fb-like-box\" data-href=\"http://www.facebook.com/gq\" data-width=\"292\" data-height=\"255\" data-show-faces=\"true\" data-border-color=\"#fff\" data-stream=\"false\" data-header=\"false\"></div>\n                </div>\n            </div>\n        </li>\n        <li class=\"twitter\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Twitter</h6>\n                <div>\n                    <a href=\"https://twitter.com/GQmagazine\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQmagazine</a>\n                    <a href=\"https://twitter.com/GQmagazine\" rel=\"external\">@GQmagazine</a>\n                    <hr />\n                    <a href=\"https://twitter.com/GQfashion\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQfashion</a>\n                    <a href=\"https://twitter.com/GQfashion\" rel=\"external\">@GQfashion</a>\n                    <hr />\n                    <a href=\"https://twitter.com/GQpolitics\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQpolitics</a>\n                    <a href=\"https://twitter.com/GQpolitics\" rel=\"external\">@GQpolitics</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"tumblr\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Tumblr</h6>\n                <div>\n                    <iframe class=\"btn\" height=\"25\" width=\"111\" src=\"http://platform.tumblr.com/v1/follow_button.html?button_type=1&amp;tumblelog=gq&amp;color_scheme=light\"></iframe>\n                    <a href=\"http://gq.tumblr.com\" rel=\"external\">gq.tumblr.com</a>\n                    <hr />\n                    <iframe class=\"btn\" height=\"25\" width=\"152\" src=\"http://platform.tumblr.com/v1/follow_button.html?button_type=1&amp;tumblelog=gqfashion&amp;color_scheme=light\"></iframe>\n                    <a href=\"http://gqfashion.tumblr.com\" rel=\"external\">gqfashion.tumblr.com</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"pinterest\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Pinterest</h6>\n                <div>\n                    <a data-pin-do=\"buttonFollow\" href=\"http://pinterest.com/gqmagazine/\">GQ Magazine</a>\n                    <a href=\"http://pinterest.com/gqmagazine/\" rel=\"external\">pinterest.com/gqmagazine</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"google-plus\">\n            <div>\n                <span></span>\n                <div>\n                    <!-- Place this tag where you want the badge to render. -->\n                    <div class=\"g-plus\" data-href=\"https://plus.google.com/105510341928217582745\" data-rel=\"publisher\"></div>\n                    <!-- Place this tag after the last badge tag. -->\n                    <script type=\"text/javascript\">\n                      (function() {\n                        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n                        po.src = 'https://apis.google.com/js/plusone.js';\n                        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n                      })();\n                    </script>\n                </div>\n            </div>\n        </li>\n        <li class=\"instagram last\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Instagram</h6>\n                <div>\n                    <div>\n                        <a href=\"http://instagram.com/gq/\" rel=\"external\" title=\"Follow GQ on Instagram\">Follow GQ on Instagram</a>\n                    </div>\n                </div>\n            </div>\n        </li>\n    </ul>\n</div>\n\n                \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"newsletter-form\">\n    <form name=\"newslettersForm\" action=\"https://secure.gq.com/services/newsletters\" method=\"post\">\n        <fieldset>\n        <input type=\"hidden\" name=\"toolkit.application\" value=\"newsletter\" />\n        <input type=\"hidden\" name=\"toolkit.applicationId\" value=\"\" />\n        <input type=\"hidden\" name=\"formName\" value=\"shortForm\" />\n        <input type=\"hidden\" name=\"partnerCode\" value=\"\" />\n        <input type=\"hidden\" name=\"sourceCode\" value=\"\" />\n        <!--start newsletter input -->\n        \n            <fieldset>\n        <label for=\"newsletter-email\" class=\"replace\">E-mail Address</label>\n        <div>\n          <input name=\"email\" id=\"newsletter-email\" type=\"text\" />\n          <button type=\"submit\" name=\"submit-newsletter\" id=\"submit-newsletter\" >submit</button>\n        </div>\n    </fieldset><ul class=\"collapse\">\n    \n    <li>\n                     \n                        \n                        <input id=\"newsletter.33\" name=\"newsletterAndVersions\" value=\"newsletter.33\" type=\"checkbox\" />\n                         \n                         <label for=\"newsletter.33\"></label>\n                        <div><h3>GQ SHARP + SMART (Daily)</h3><p>Send me fresh style tips, breaking celebrity news, insider info, and more every day.</p></div>\n                    <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.33.\" />\n<input type=\"hidden\" name=\"handler.newsletter.33.newsletterId\" value=\"33\" />\n<input type=\"hidden\" name=\"handler.newsletter.33.isRequired\" value=\"true\" />\n\n                    </li>\n                \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n            \n        \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n                    <li>\n                     \n                        \n                        <input id=\"newsletter.32\" name=\"newsletterAndVersions\" value=\"newsletter.32\" type=\"checkbox\" />\n                         \n                         <label for=\"newsletter.32\"></label>\n                        <div><h3>YOUR WEEKLY GQ</h3><p>Send me the top stories in style, women, entertainment and more in one e-mail a week.</p></div>\n                    <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.32.\" />\n<input type=\"hidden\" name=\"handler.newsletter.32.newsletterId\" value=\"32\" />\n<input type=\"hidden\" name=\"handler.newsletter.32.isRequired\" value=\"true\" />\n\n                    </li>\n    </ul>\n          \n        <!--end  newsletter input -->\n        </fieldset>\n    </form>\n    <div id=\"newsletter-disclaimer\">\n      I understand and agree that registration on or use of this site constitutes agreement to it's user agreement &amp; privacy policy.\n    </div>\n</div>\n\n\n                \n\n                <div class=\"yrcomponent\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_GLOBAL_RIGHTRAIL_A\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                <img src=\"/images/ecom/failsafe/GQM_global_rightRail_A.jpg\" alt=\"Subscribe to GQ\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_A !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_RIGHTRAIL_A\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_RIGHTRAIL_A\").html(pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_A.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n\n\n    \n\n                </div>\n\n                \n\n                \n\n                <div class=\"yrcomponent\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         <div id=\"AMS_GQM_GLOBAL_RIGHTRAIL_B\" class=\"ecom-placement\">\n                <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                    <img src=\"/images/ecom/failsafe/GQM_global_rightRail_B.jpg\" alt=\"Subscribe to GQ\" />\n                </a>\n                \n                    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_B !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_RIGHTRAIL_B\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_RIGHTRAIL_B\").html(pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_B.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n                \n            </div>\n    \n\n\n    \n\n                </div>\n\n                \n\n                \n                <div class=\"yrcomponent\"><div id=\"position4_yrail\"><div id=\"ps4_fs1_yrail\" class=\"features\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                New on GQ.com\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search channelbox\">\n    \n\n    \n        \n        \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\" class=\"type-video\"><img class=\"featureimg\" alt=\"\" src=\"http://res.cloudinary.com/heru80fdn/image/upload/w_352,h_198,c_fill/v1419014171/gq_america-s-bartender-essentials-for-an-awesome-home-bar.jpg\"/></a>\n  </div>\n</div>\n\n\n\n\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\">America's Bartender - Essentials for an Awesome Home Bar</a>\n                    </h3>\n                \n            \n\n\n\n\n\n<div class=\"blurb\">\n  \n  \n\n\n\n\n            \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n            \n        \n            <div class=\"text\">The most important aspect to making cocktails is having the right ingredients. Gary helps break it down by showing what you...&nbsp;<a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\" class=\"readmore\">more ></a></div>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/entertainment/celebrities/201501/chris-harrison-bachelor\"><i>The Bachelor</i>'s Chris Harrison Is Single</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/style/201501/what-to-wear-today-january\"><p>What to Wear Today: January</p></a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/style/201501/new-mens-hairdos-for-2015\"><p>New Year, New &#39;Do</p></a></li>\n\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n            \n               \n            \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/search?&query=NOT+pagetype%3Ablogpost\" class=\"readmore\">see all</a></div></div></div></div>\n                \n\n                \n\n                \n\n                \n\n                \n\n                \n\n                <div class=\"yrail_ads\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"yrailBottom300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailBottom300x250_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('yrailBottom', {sz:'300x250', kws:[\"bottom\"]});\n    //-->\n    </script>\n    \n\n                </div>\n\n                \n                <div class=\"google-adsense\">\n                    \n\n\n\n\n\n\n    <!-- Google Adsesnse -->\n    <!-- Include only Once before the Ad call-->\n    <script type=\"text/javascript\" src=\"/js/ads/cn.google_adsense.js\"></script>\n    <script language=\"JavaScript\">\n        CN.googleAdsense.iframGoogleAdsense('300x250','off','text','ca-conde_gq','gq_standard_a','ff0c00,b6b6b6,ff0c00');\n    </script>\n\n                </div>\n                \n\n            </div>\n        \n\n    <!-- end yrail -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n                        \n                </div>\n            </div>\n        </div>\n        \n\n\n\n\n\n\n\n\n\n\n    \n\n\n    \n\n\n\n\n\n\n\n\n\n       \n       \n   \n\n\n    <div class=\"bottom-banner-wrapper\">\n        <div id=\"bottom-banner-ad\">\n            <div class=\"x-circle\">\n                <i>x</i>\n            </div>\n            <div id=\"bottom728x90_frame\"></div>\n        </div>\n        <script>\n        CN.dart.call(\"bottom\", {\n            sz: \"728x90\",\n            kws: [\"bottom\"],\n            collapse: true\n        });\n        </script>\n    </div>\n\n\n<div id=\"footer\">\n    <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature feature1 first\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    <ul id=\"ft_1\">\n    <li class=\"first\"><a href=\"/services/sitemap\" title=\"gq.com site map\">Site Map</a></li>\n    <li><a href=\"/contact/contactus\" title=\"Contact Us\">Contact GQ</a></li>\n    <li><a href=\"/services/newsletters/demographics\" title=\"Newsletter Signup\">Newsletter Signup</a></li>\n    <li><a href=\"/blogs/the-q\" title=\"Blogs\">Blogs</a></li>\n    <li><a href=\"/services/presscenter\" title=\"Press Center\">Press Center</a></li>\n    \n    <li class=\"footer-feeds\"><a href=\"/services/rss/summary\" title=\"Feeds\">RSS Feeds</a></li>\n</ul>\n<script>\nsetTimeout(\"jQuery(function() {jQuery('#header728x90,#sponsor120x60').css({height: function() {return jQuery(this.contentWindow.document.body).outerHeight() || 0;}});});\",2340);\n</script>\n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n   \n   </div>\n    </div></div></div>\n    <div id=\"global-footer\">\n        <div class=\"global-footer-nav\">\n            \n            \n            \n            \n            \n            <ul>\n                \n                        <li class=\"first\" id=\"global-footer-nav-subservices\"><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=GQM\">Subscription Services</a></li>\n                    \n                <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Careers</a></li>\n                <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a></li>\n                <li class=\"last\" id=\"global-footer-nav-mediakit\"><a href=\"http://www.condenast.com/brands/gq/\">GQ Media Kit</a></li>\n                \n            </ul>\n        </div>\n        \n        <div class=\"global-footer-columns-container\">\n            <div class=\"global-footer-logo\">\n                <a href=\"http://www.condenast.com\"><h3>Cond&eacute; Nast Digital</h3></a>\n            </div>\n            <div class=\"global-footer-more-about-links\">\n                <div id=\"position1_footerCustomLinks\"><div id=\"ps1_fs1_footerCustomLinks\" class=\"features\"><div class=\"feature feature1 manual first\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    \n                        <span class=\"lead\">Sites on politics, culture, style &amp; more: </span> \n\n                    \n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n                \n                \n                    \n                    \n\n                    \n                       <ul class=\"links\">\n                        <li>\n                        \n                            <a href=\"http://www.details.com\" >Details</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.vanityfair.com\" >Vanity Fair</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.golfdigest.com/\" >Golf Digest</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.wired.com\" >Wired</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.style.com\" >Style</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.arstechnica.com/\" >Ars Technica</a> \n                        \n                        </li>\n                        </ul>\n                    \n                    \n                    \n                    \n                    \n                \n            \n   \n   </div>\n    </div><div class=\"feature feature2 last\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    \n                        <span class=\"lead\">Find GQ.com around the world:</span> \n                    \n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n                \n                \n                    \n                    \n\n                    \n                       <ul class=\"links\">\n                        <li>\n                        \n                            <a href=\"http://www.gq-magazine.co.uk/\" >U.K.                                         </a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqmagazine.fr/\" >France                                    </a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gqitalia.it/\" >Italy</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq-magazin.de\" >Germany</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.revistagq.com/\" >Spain</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.ru\" >Russia</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.tw/\" >Taiwan</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqjapan.jp\" >Japan</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.cn\" >China</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.style.co.kr/gq\" >Korea</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.au\" >Australia</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.co.za\" >South Africa</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.mx\" >Mexico</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqindia.com/\" >India</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.xl.pt/mrkt/gq\" >Portugal</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.ro/\" >Romania</a> \n                        \n                        </li>\n                        </ul>\n                    \n                    \n                    \n                    \n                    \n                \n            \n   \n   </div>\n    </div></div></div>\n            </div>\n            <div class=\"global-footer-subscriptions\">\n                <form action=\"/\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                    <h3>Subscribe to a magazine:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"sub_list\" id=\"sub_list\" size=\"1\">\n                        <option selected=\"selected\" disabled=\"disabled\">Subscribe to a magazine</option>\n                        <option value=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles</option>\n                        <option disabled=\"disabled\">- - - - - - - - - - - - - -</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired</option>\n                    </select>\n                </form>\n            </div>\n            <div class=\"global-footer-sister-sites\">\n                <form action=\"/\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                    <h3>Visit our sister sites:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"mag_list\" id=\"mag_list\">\n                        <option selected=\"selected\" disabled=\"disabled\">Visit our sister sites</option>\n                        <option disabled=\"disabled\">- - - - - - - - - - - - - -</option>\n                        <option value=\"http://www.allure.com\">Allure</option>\n                        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n                        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n                        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n                        <option value=\"http://www.brides.com\">Brides.com</option>\n                        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"http://www.concierge.com\">Concierge</option>\n                        <option value=\"http://www.details.com\">Details</option>\n                        <option value=\"http://www.epicurious.com\">Epicurious</option>\n                        <option value=\"http://www.glamour.com\">Glamour</option>\n                        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n                        <option value=\"http://www.golfworld.com\">Golf World</option>\n                        <option value=\"http://www.gq.com\">GQ</option>\n                        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n                        <option value=\"http://www.jaunted.com\">Jaunted</option>\n                        <option value=\"http://www.luckymag.com\">Lucky</option>\n                        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n                        <option value=\"http://www.reddit.com\">Reddit</option>\n                        <option value=\"http://thescene.com\">The Scene</option>\n                        <option value=\"http://www.self.com\">Self</option>\n                        <option value=\"http://www.style.com\">Style</option>\n                        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n                        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n                        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n                        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n                        <option value=\"http://www.vogue.com\">Vogue</option>\n                        <option value=\"http://www.wmagazine.com\">W</option>\n                        <option value=\"http://www.wired.com\">Wired</option>\n                    </select>\n                </form>\n            </div>\n        </div>\n        \n        <div class=\"global-footer-copyright\">\n        \n                 <p>\n                   &copy; 2015 Cond&eacute; Nast. All rights reserved<br/>\n\n                   Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" onclick=\"window.open(this.href);return false;\">User Agreement</a> (effective 1/4/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> (effective 1/4/2014).\n                  <br/>\n                 <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" onclick=\"window.open(this.href);return false;\">Your California Privacy Rights</a> <br/>\n                  The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast.\n             </p>\n            <div class=\"add-choice\">\n                <div class=\"add-choice-text\">\n                    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n                </div>\n                <div class=\"add-choice-img\">\n                    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">\n                        <img width=\"10\" height=\"10\" src=\"/css/i/global/ad_choices_arrow.png\" alt=\"arrow\">\n                    </a>\n                </div>\n            </div>\n            \n            \n            <img src=\"//view.atdmt.com/action/MSFT_CondeNet_AE_ExtData/v3/atc1.gq/atc2.blogs/atc3.the-gq-eye/\" width=\"1\" height=\"1\" alt=\"msext\" />\n            \n            \n        </div>\n    </div>\n</div>\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"modalOverlay\" class=\"hide\"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script type=\"text/javascript\" src=\"/appjs/stats/omniture.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/cn-fe-stats/zig.js\"></script>\n    <script>\n        !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n    </script>\n    <script type=\"text/javascript\">\n        (function(d){\n          var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');\n          p.type = 'text/javascript';\n          p.async = true;\n          p.src = '//assets.pinterest.com/js/pinit.js';\n          f.parentNode.insertBefore(p, f);\n        }(document));\n    </script>\n     <!-- START Polar -->\n    \n    \n    \n    <!-- End Polar -->\n    <!-- START Parse.ly Include: Standard -->\n    <div id=\"parsely-root\" style=\"display: none\">\n        <div id=\"parsely-cfg\" data-parsely-site=\"gq.com\"></div>\n    </div>\n    <script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n    </script>\n    <!-- END Parse.ly Include -->\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n        \n        \n        \n                \n            \n    \n<script type=\"text/javascript\">\n    //Omniture call to set page content type\n    CN.stats.omniture.setContentType(\"Blogs\");\n</script>\n\n\n\n\n\n\n\n        <script type=\"text/javascript\">\n            var mtAuthorName = jQuery('meta[name=authorName]').attr('content');\n            if(mtAuthorName) {\n                CN.stats.omniture.setAuthorName(mtAuthorName);\n            }\n        </script>\n    \n\n\n<div id=\"statsHolder\">\n    <script type=\"text/javascript\">\n        \n    </script>\n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"//condenast.112.2o7.net/b/ss/conde-gqcom/1/H.15.1--NS/0\" height=\"1\" width=\"1\" alt=\"pixel\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n<script type=\"text/javascript\">\n    var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n    document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\n    try {\n        var pageTracker = _gat._getTracker(\"UA-8293713-17\");\n        pageTracker._trackPageview();\n    } catch(err) {}\n</script>\n\n        \n           <div id=\"BF_WIDGET_1\">&nbsp;</div>\n            <script type=\"text/javascript\">\n                (function( ){\n                BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n                BF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=gq.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n                setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n                })();\n            </script>\n        \n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/gq.com2.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n    \n    \n    \n    \n    \n\n    \n    \n    \n            \n            \n        \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n    \n    \n\n\n\n    \n        \n        \n    \n\n\n\n    \n    \n\n\n\n    \n    \n\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        \n            \n           <script type=\"text/javascript\">\n                // <![CDATA[\n                (function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/gq/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit|bb1\\d.*mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/gq/production/mobify.js\"]}return[0,Mobify.ajs]})\n                // ]]>\n           </script>\n           \n        \n        \n                <script type=\"text/javascript\" src=\"//cdn.pressly.com/clients/gq/custom_redirect/gq-redirect.js\"></script>\n            \n        <!--[if lt IE 9]><script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n\n        \n        \n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n        \n        <title>Everything You Need to Know Before Buying a Motorcycle: The Q: GQ</title>\n    \n\n\n        <link rel=\"stylesheet\" type=\"text/css\" media=\"screen,projection\" href=\"/css/build/gq_old.css\" />\n        <link class=\"textsize\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/small.css\" title=\"small\" />\n        <link class=\"textsize textsize-default\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/med.css\" title=\"medium\" />\n        <link class=\"textsize\" rel=\"alternate stylesheet\" type=\"text/css\" href=\"/css/large.css\" title=\"large\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/print.css\" media=\"print\" />\n\n        <!--[if IE]>\n            <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie.css\" />\n        <![endif]-->\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n            <script type=\"text/javascript\" src=\"/js/gq_global.js\"></script>\n        \n\n\n\n\n\n\n\n\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta name=\"Author\" content=\"GQ Magazine\" />\n<meta name=\"dcterms.rightsHolder\" content=\"Cond&#233;Net\" />\n<meta name=\"dcterms.dateCopyrighted\" content=\"2015\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n\n        \n    \n\n\n\n\n<meta name=\"description\" content=\"Photo: Silver Screen Collection/Getty Images With summer finally upon us, it&#039;s hard not look wistfully from the inside of a car and long for the wind on your face&amp;amp;mdash;barreling down country roads, freed from the\" />\n<meta property=\"og:description\" content=\"Photo: Silver Screen Collection/Getty Images With summer finally upon us, it&#039;s hard not look wistfully from the inside of a car and long for the wind on your face&amp;amp;mdash;barreling down country roads, freed from the\" />\n\n\n    \n            \n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <meta property=\"article:published_time\" content=\"2009-09-02T00:00:00-04:00\" />\n    <meta property=\"article:modified_time\" content=\"2012-12-03T13:48:23-04:00\" />\n\n\n<meta name=\"dcterms.audience\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n\n\n\n\n\n<meta name=\"keywords\" content=\"GQ Magazine Online, GQ Magazine, Men's Fashion Magazine, Men's Lifestyle Magazine, Subscribe, Men's Fashion, Men's Lifestyle, Women of GQ, Style Guide, Style, Fashion, Women, Politics, Entertainment\" />\n\n\n    \n    \n\n\n\n\n\n\n\n\n    <link rel=\"canonical\" href=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\" />\n\n\n\n        \n    \n\n\n\n    \n\n\n\n        <meta property=\"fb:app_id\" content=\"606963029328755\" />\n    \n\n\n\n        \n    \n\n\n        \n    \n\n        <meta property=\"og:image\" content=\"http://www.gq.com/blogs/the-feed/steve-mcqueen-motorcycle-guide-96.jpg\"/>\n    \n<meta property=\"og:site_name\" content=\"GQ\"/>\n<meta property=\"og:title\" content=\"Everything You Need to Know Before Buying a Motorcycle: The Q: GQ\" />\n<meta property=\"og:url\" content=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n\n\n    \n            \n             \n    \n\n\n        \n        \n        \n        \n        \n        \n    \n\n\n        \n    \n\n\n\n\n\n\n\n\n        \n    \n\n<meta name='parsely-page' content='{\"title\": \"Everything You Need to Know Before Buying a Motorcycle\", \"link\": \"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\", \"image_url\": \"http://www.gq.com/blogs/the-feed/steve-mcqueen-motorcycle-guide-96.jpg\", \"type\": \"post\", \"post_id\": \"/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\", \"pub_date\": \"2014-06-17T11:00:00.000Z\", \"section\": \"The Feed\", \"author\": \"Scott Christian\",\"tags\": [\"Cars\",\"Gear\",\"Life\",\"Motorcycles\"]}' />\n\n\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"/css/i/icons/touch_icon.png\" />\n\n\n\n\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            CN.config.set({\n                title: document.title,\n                url: '',\n                description: \"\",\n                keywords: \"\",\n                facebook: {appId: \"606963029328755\"},\n                isiFrame: true\n            });\n            // ]]>\n        </script>\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            var platformEnvironment = \"production\";\n            CN.site.init({\n                env: 'PROD',\n                code: 'MEN',\n                title: 'GQ',\n                ecomUrl: 'https://subscribe.gq.com/api/circ/xml/Transaction',\n                name: 'gq',\n                tld : 'gq.com',\n                alias: 'GQ.com',\n                eventTrackingUrl: 'http://result.gq.com',\n                eventTrackingEnv: 'PROD',\n                userServiceUrl: '/openregapi',\n                secureUserServiceUrl: '/openregapi',\n                userServiceKey: 'GnGZAoQRcb7d06FkcQC82mGDlRo=',\n                mediaServer: 'http://upload.gq.com',\n                mediaFlowServer: 'http://mediaflow.gq.com',\n                mobilecompatible: 'false',\n                lightregTargeter: 'AMS_GQM_LITEREG_SUBSCRIBE'\n            });\n            \n                CN.page.config.adKwExtend = \"\";\n                \n                \n\n\n\n\n\n\n\n\n\n\n\n\n   \n   \n   \n   \n   \n  \n\n\n\n\n\n\n\n\n\n\n                \n            \n            // ]]>\n        </script>\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n\n   \n\n        <script type=\"text/javascript\" src=\"/js/ecomfw.min.js\"></script>\n    \n\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n      \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n        <script type=\"text/javascript\">\n            // <![CDATA[\n            if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'gq.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.gq.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.gq.fyre.co/api/v3.0/hottest/?site=320169\";\n       CN.livefyre.mostCommentedEntries = 4;\n            // Livefyre User Service URL(Used for Getting the Meta Data Info for a Page)\n            CN.livefyre.configOptions.userServiceURL = \"/opensocial\";\n            // ]]>\n        </script>\n        <script type='text/javascript'>\n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320169\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkV2ZXJ5dGhpbmcgWW91IE5lZWQgdG8gS25vdyBCZWZvcmUgQnV5aW5nIGEgTW90b3JjeWNsZTogVGhlIFE6IEdRIiwiY2hlY2tzdW0iOiJhNDM4MmZkMDJiODFkYmIxMjJkNzFhMzdiMTE4OWZjZCIsImFydGljbGVJZCI6ImdxXzE5NjY0MCIsInVybCI6Imh0dHA6Ly93d3cuZ3EuY29tL2Jsb2dzL3RoZS1mZWVkLzIwMTQvMDYvbW90b3JjeWNsZS1iaWtlcy1nZWFyLWJ1eWluZy1ndWlkZS5odG1sP2ltYWdlVXJsPWh0dHA6Ly9ibG9nLmdxLmNvbS9ibG9ncy90aGUtZmVlZC9zdGV2ZS1tY3F1ZWVuLW1vdG9yY3ljbGUtZ3VpZGUtOTYuanBnIn0.D8w90nZjbh2Ubd9wwM09Shv6odPIFiw45w5bT-X0VTs\",\"checksum\":\"a4382fd02b81dbb122d71a37b1189fcd\",\"articleId\":\"gq_196640\"};\n</script>\n        <script type=\"text/javascript\" src=\"//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script>\n        <script type=\"text/javascript\" src=\"//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n        \n            <script type=\"text/javascript\" src=\"/js/gq_redesign.js\"></script>\n            <script type=\"text/javascript\" src=\"/js/gq_ecom.js\"></script>\n        \n    \n\n\n\n\n\n\n        \n        <script type=\"text/javascript\">metaKeyWords=\"default\";</script>\n\n        \n        <script type=\"text/javascript\">\n            // <![CDATA[\n            window._ghearst_vars = (function() {\n\n        if( typeof metaKeyWords === \"undefined\" ){\n            metaKeyWords = \"\";\n        }\n\n        return {\n            'ams_ads_script_src': 'http://subscribe.gq.com/ams/page-ads.js?ad_category_prefix=blogs&keywords='+metaKeyWords+'&browser_path=%2Fblogs%2Fthe-feed%2F2014%2F06%2Fmotorcycle-bikes-gear-buying-guide.html&cat_prefixes=%2Cblogs%2Cthe-feed%2C2014%2C06%2Cmotorcycle-bikes-gear-buying-guide.html&position_list=AMS_GQM_GLOBAL_NAVBAR%2CAMS_GQM_GLOBAL_HEADER%2CAMS_GQM_GLOBAL_HEADERCALLOUT%2CAMS_GQM_POPUP_FLOATINGAD%2CAMS_GQM_MOBILE_NAV_LINK%2CAMS_GQM_GLOBAL_HEADER%2CAMS_GQM_GLOBAL_RIGHTRAIL_A%2CAMS_GQM_GLOBAL_RIGHTRAIL_B%2CAMS_GQM_GLOBAL_FOOTER%2CAMS_GQM_GLOBAL_NAVBAR_ROLLOVER%2CAMS_GQM_GLOBAL_SLIDESHOW&site_prefix=gq&subdomain=www&url_name=motorcycle-bikes-gear-buying-guide'\n        }\n    })();\n            (function($) {\n                \n                $LAB.script(_ghearst_vars.ams_ads_script_src).wait(function() {\n                    \n                    CN.hearstQue.run(window.pageAds);\n                });\n            }(jQuery));\n            // ]]>\n        </script>\n\n        \n            \n        \n\n        <script type=\"text/javascript\" src=\"/dwr/interface/feedparser.js\"></script>\n        <script type=\"text/javascript\" src=\"/dwr/engine.js\"></script>\n        <script type=\"text/javascript\" src=\"/dwr/util.js\"></script>\n\n        <!-- Typekit Fonts -->\n        <script type=\"text/javascript\" src=\"//use.typekit.net/tap4qws.js\"></script>\n        <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n        <!-- Typekit Fonts -->\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script type=\"text/javascript\">\n    var defaultHost = \"www.gq.com\";\n    var secureHost = \"secure.gq.com\";\n    var isSecure = location.protocol == \"https:\" ? true : false;\n</script>\n\n\n        \n            <script type=\"text/javascript\" src=\"http://event.gq.com/js/eventTracker.js\"></script>\n        \n\n        \n            \n                    \n\n\n\n\n\n\n\n\n    \n        \n    \n\n\n\n\n\n    <title>The Q</title>\n\n\n\n                    <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen,projection\" href=\"/css/blog.css\" />\n                    <script type=\"text/javascript\" src=\"/js/blog/blogSlideShow.js\"></script>\n                \n        \n        \n\n\n\n\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n        \n    \n\n    \n\n    \n            <script type=\"text/javascript\">\n    //<!--\n        \n\n        \n\n        CN.dart.init({site:'gq.dart', zone: 'the-feed;', kws:[ \"blogsv2\",\"06\",\"blogs\",\"2014\",\"the-feed\",\"motorcycle-bikes-gear-buying-guide\"], charmap : {' ' : '+', '-' : '-'} , useOneAdCall : false ,contentId : '2000000001677977' , contentType : 'BlogsV2', gptCallback : {}});\n    //-->\n    </script>\n        \n\n\n        <script type=\"text/javascript\">\n            CN.popups.setArriving(false).setExiting(true).init();\n            if (CN.page.section() === 'magazine') {\n            CN.popups.setLayer(true).init();\n            }\n            CN.site.mobilecompatible = true;\n        </script>\n\n        <script type=\"text/javascript\">\nCN.page.config.facebook.like = {layout : \"standard\", showfaces : false, action : \"reccomend\", width : 290, action : \"reccomend\"};\nCN.page.config.facebook.like_sm = {layout : \"button_count\", showfaces : false, width : 290, action : \"reccomend\"};\nCN.config.set({tweet : {layout : \"vertical\",source : \"gqmagazine\"}});\n</script>\n\n        <script type=\"text/javascript\">\n        // <![CDATA[\n            CN.page = CN.page || {};\n            CN.page.feature = [];\n        // ]]>\n        </script>\n        <meta name=\"description\" content=\"Photo: Silver Screen Collection/Getty Images With summer finally upon us, it's hard not look wistfully from the inside of a car and long for the wind on your face&amp;mdash;barreling down country roads, freed from the\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta name=\"facebookMetaImage\" content=\"/blogs/the-feed/steve-mcqueen-motorcycle-guide-96.jpg\" />\n<meta name=\"metaDataId\" content=\"196640\" />\n        \n\n\n\n\n    \n    \n        \n         <!-- from contentxml/includes/Siteconfig -->\n\n<script type=\"text/javascript\">\n    if (jQuery(\"body.home\").length > 0) {\n        jQuery(\"body\").addClass(\"wallpaper-ad\");\n    }\n</script>\n\n<!-- from contentxml/includes/Siteconfig -->\n        \n    \n\n\n    </head>\n    <body id=\"base\" class=\"s_blogs ss_the-feed c_2014 06 motorcycle-bikes-gear-buying-guide.html blog-post entry-listing mt-template\">\n        <div class=\"mboxDefault\"></div>\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n    <script type=\"text/javascript\">\n       /** Encode special characters in a string */\n        var htmlEncode = (function(str) {\n            var map = {\"&\":\"amp\", \"<\":\"lt\", \">\":\"gt\", '\"':\"quot\", \"'\":\"#39\"};\n            return str.replace(/[&<>\"']/g, function(match) { return \"&\" + map[match] + \";\"; });\n        });\n\n        mboxCreate('gq_ed_global',\n            'entity.brand=GQ',\n            'entity.id=2000000001677977',\n            'entity.name=' + htmlEncode(\"GQ Magazine:  GQ\"),\n            'entity.categoryId=BlogsV2',\n            'entity.contentType=BlogsV2',\n            'entity.siteSection=',\n            'entity.pageUrl=http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html',\n            'entity.thumbnailUrl=',\n            'entity.inventory=1',\n            'entity.value=1',\n            'user.categoryId=BlogsV2',\n            'mboxPageValue=1'\n            );\n    </script>\n\n        <div id=\"fb-root\"></div>\n        \n            \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\"><img src=\"/images/ecom/failsafe/GQM_floating_ad.jpg\" alt=\"Subscribe to GQ\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_POPUP_FLOATINGAD !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_POPUP_FLOATINGAD\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_POPUP_FLOATINGAD\").html(pageAds.AMS_GQM_POPUP_FLOATINGAD.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        </div>\n    \n\n\n    \n\n    </div>\n</div>\n\n        \n        <header>\n    \n        \n            \n                <div id=\"top-banner-ad\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('header', {sz:'728x90', kws:[\"\"]});\n    //-->\n    </script>\n    \n\n                </div>\n            \n        \n    \n\n    <div id=\"header\">\n        <div id=\"header-inner\">\n            <div id=\"sponsorship-ad\">\n                \n\n\n\n\n\n\n\n\n\n\n        <div id=\"sponsor120x60_frame\" class=\"displayAd displayAd120x60Js\" data-cb-ad-id=\"sponsor120x60_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('sponsor', {sz:'120x60', kws:[\"top\"], collapse: true});\n    //-->\n    </script>\n    \n\n                \n            </div>\n\n            <div id=\"follow-us\">\n                <div class=\"twitter\">\n                    <div>\n                        <span></span>\n                        <h6>Follow GQ on Twitter</h6>\n                        <div>\n                            <a href=\"https://twitter.com/GQmagazine\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQmagazine</a>\n                            <a href=\"https://twitter.com/GQmagazine\" rel=\"external\">@GQmagazine</a>\n                            <hr />\n                            <a href=\"https://twitter.com/GQfashion\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQfashion</a>\n                            <a href=\"https://twitter.com/GQfashion\" rel=\"external\">@GQfashion</a>\n                            <hr />\n                            <a href=\"https://twitter.com/GQpolitics\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQpolitics</a>\n                            <a href=\"https://twitter.com/GQpolitics\" rel=\"external\">@GQpolitics</a>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"facebook last\">\n                    <div>\n                        <span></span>\n                        <div>\n                            <div class=\"fb-like-box\" data-href=\"http://www.facebook.com/gq\" data-width=\"292\" data-height=\"255\" data-show-faces=\"true\" data-border-color=\"#fff\" data-stream=\"false\" data-header=\"false\"></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div id=\"signin\">\n                <div>\n                    <a href=\"/user/login\">Sign in</a>\n                    <div>\n                        <a href=\"/user/logout/\" class=\"sign-out\">Sign out</a>\n                        <a href=\"/user/update/\" class=\"edit-profile\">Edit Profile</a>\n                    </div>\n                </div>\n            </div>\n            <div id=\"logo\">\n                <span>Look Sharp</span>\n                <a title=\"Go to the GQ homepage\" href=\"/?us_site=y\">\n                    <img alt=\"GQ logo\" src=\"/css/i/redesign/header/logo.png\" width=\"231\" height=\"110\" />\n                </a>\n                <span class=\"last\">Live Smart</span>\n            </div>\n            <div id=\"cm-header\">\n                <div id=\"cm-header-callout\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                <img src=\"/images/ecom/failsafe/GQM_header_callout.jpg\" alt=\"Subscribe to GQ\" width=\"148\" height=\"110\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_HEADERCALLOUT !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_HEADERCALLOUT\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_HEADERCALLOUT\").html(pageAds.AMS_GQM_GLOBAL_HEADERCALLOUT.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n\n\n    \n\n                </div>\n                <div id=\"cm-header-cover\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        <div id=\"AMS_GQM_GLOBAL_HEADER\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\" title=\"Subscribe to GQ Magazine\">\n                <img src=\"https://subscribe.condenet.com/images_covers/cover_gq_80.jpg\" alt=\"Subscribe to GQ\" width=\"80\" height=\"110\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_HEADER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_HEADER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_HEADER\").html(pageAds.AMS_GQM_GLOBAL_HEADER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n    \n\n\n    \n\n                </div>\n            </div>\n        </div>\n    </div>\n</header>\n\n\n\n\n\n<div id=\"nav-holder\">\n    <nav id=\"cardinal-nav\">\n        <i>\n            <a href=\"/?us_site=y\">\n                <img src=\"/css/i/redesign/header/logo2.png\" width=\"104\" height=\"53\" alt=\"GQ logo\" />\n            </a>\n        </i>\n        <div class=\"subscribe dropdown\">\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      <div id=\"AMS_GQM_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">Subscribe</a>\n      </div>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_NAVBAR !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_NAVBAR\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_NAVBAR\").html(pageAds.AMS_GQM_GLOBAL_NAVBAR.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n    \n\n\n    \n\n            <div class=\"dropdown-content disabled\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <div id=\"AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n            <img src=\"/images/ecom/failsafe/GQM_NavBar_Rollover.jpg\" width=\"300\" height=\"135\" alt=\"Subscribe to GQ\" />\n        </a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_NAVBAR_ROLLOVER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds.AMS_GQM_GLOBAL_NAVBAR_ROLLOVER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n    </div>\n\n\n\n    \n\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/style/\">Style</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/trend-list/fall-winter-2014\" title=\"What to Wear Now: 30 Essential Trends for Fall-Winter 2014\">\n                                    <img src=\"/images/rotators/2014/10/what-to-wear-now-30-fall-winter-300.jpg\" alt=\"What to Wear Now: 30 Essential Trends for Fall-Winter 2014\" />\n                                    <h3>What to Wear Now: 30 Essential Trends for Fall-Winter 2014</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/hgqru/stylewars\">GQ Style Wars</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/week-in-style?intcid=dropdown\">The Week in Style</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/10-essentials?intcid=dropdown\">10 Essentials</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/blogs/the-gq-eye?intcid=dropdown\">Style Blog: The GQ Eye</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/fashion-shows/?intcid=dropdown\">Fashion Shows</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/grooming\">Grooming</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/style-manual?intcid=dropdown\">Style 101</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/street-style?intcid=dropdown\">Street Style</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/wear-it-now/201304/gq-rules-2013?intcid=dropdown\">GQ Rules</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/style-guy?intcid=dropdown\">The Style Guy</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/201411/gq-selects-november-2014\">GQ Selects</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/style/mens-watches-shoes-accessories?intcid=dropdown\">Watches</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/hair?intcid=dropdown\">Hair</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/style/mens-watches-shoes-accessories?intcid=dropdown\">Shoes</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/women/\">Women</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/women/201411/felicity-jones-and-the-theory-of-everything\" title=\"Meet Your New Study Buddy:<br> Felicity Jones \">\n                                    <img src=\"/images/rotators/2014/11/felicity-jones-women-dropdown-300.jpg\" alt=\"Meet Your New Study Buddy:<br> Felicity Jones \" />\n                                    <h3>Meet Your New Study Buddy:<br> Felicity Jones </h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/style-list/hannah-davis-mens-t-shirts-2014\">Hannah Davis's GQ Shoot </a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/women/photos/201207/kate-upton-gq-photos-july-2012?intcid=dropdown\">Kate Upton</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/women/women-of-gq?intcid=dropdown\">The Women of GQ Gallery</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/women/photos/search?intcid=dropdown\">Photos</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/ask-a-real-live-lady\">GQ's Sex Columnist</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/women/photos/201206/gq-women-cover-stars-photos?intcid=dropdown\">GQ Covers: The Women</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/entertainment/\">Entertainment</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/entertainment/celebrities/201501/chris-hemsworth\" title=\"On The Cover: Chris Hemsworth\">\n                                    <img src=\"/images/rotators/2014/12/chris-hemsworth-gq-january-2015-300.jpg\" alt=\"On The Cover: Chris Hemsworth\" />\n                                    <h3>On The Cover: Chris Hemsworth</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/about/celebrities?intcid=dropdown\">Celebrities</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/movies-tv?intcid=dropdown\">Movies + TV</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/sports\">Sports</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/humor?intcid=dropdown\">Humor</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/music\">Music</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/lists?intcid=dropdown\">Lists</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"/contributors/tom-carson?intcid=dropdown\">The Critic: Tom Carson</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a href=\"/life/\">Life</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <a href=\"/how-to\" title=\"The GQ How-To Index\">\n                                    <img src=\"/images/rotators/2014/04/choose-a-barber-300.jpg\" alt=\"The GQ How-To Index\" />\n                                    <h3>The GQ How-To Index</h3>\n                                </a>\n                            \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/life/city-guides\"><span style=\"color:red;\">GQ City Guides</span></a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/life/food/restaurant-reviews-alan-richman?intcid=dropdown\">Alan Richman</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/food-travel/\">Food + Travel</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/about/cars/?intcid=dropdown\">Cars</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/tech/?intcid=dropdown\">Tech</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"\"></a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown video-menu\">\n            <a class=\"video\" href=\"http://videos.gq.com\">Video</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    <ul>\n                        \n                        <li>\n                            <a href=\"http://video.gq.com/watch/gq-cocktails-how-to-make-a-classic-mint-julep\">\n                                \n                            </a>\n                        </li>\n                        \n                        <li>\n                            <a href=\"http://video.gq.com/watch/felicity-jones\">\n                                \n                                    <div>\n                                        <div></div>\n                                        <span></span>\n                                        <img src=\"http://res.cloudinary.com/heru80fdn/image/upload/c_fill,d_placeholder.jpg,g_face,h_74,w_133/v1363017015/gq_felicity-jones.jpg\" width=\"133\" height=\"74\" alt=\"How to Date Felicity Jones\" />\n                                    </div>\n                                    <div class=\"last\">\n                                        <h3>How to Date Felicity Jones</h3>\n                                    </div>\n                                \n                            </a>\n                        </li>\n                        \n                        <li class=\"last\">\n                            <a href=\"http://video.gq.com/watch/my-first-job-matthew-mcconaughey-used-to-kill-armadillos-for-a-living\">\n                                \n                                    <div>\n                                        <div></div>\n                                        <span></span>\n                                        <img src=\"http://res.cloudinary.com/heru80fdn/image/upload/c_fill,d_placeholder.jpg,g_face,h_74,w_133/v1363017015/gq_my-first-job-matthew-mcconaughey-used-to-kill-armadillos-for-a-living.jpg\" width=\"133\" height=\"74\" alt=\"Matthew McConaughey's First Job\" />\n                                    </div>\n                                    <div class=\"last\">\n                                        <h3>Matthew McConaughey's First Job</h3>\n                                    </div>\n                                \n                            </a>\n                        </li>\n                        \n                    </ul>\n                    <a id=\"see-more-videos\" href=\"http://videos.gq.com/\">See More Videos</a>\n                </div>\n            </div>\n        </div>\n        <div class=\"dropdown\">\n            <a class=\"more\"><span>+</span> More</a>\n            <div class=\"dropdown-content disabled\">\n                <span></span>\n                <div>\n                    \n                    \n                    \n                        \n                                <div>\n                                    <ul>\n                                        <li>\n                                            <a href=\"/fashion-shows/\">Fashion Shows</a>\n                                        </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"http://report.gq.com/\">GQ Report</a>\n                                </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/news-politics/?intcid=dropdown\">News + Politics</a>\n                                </li>\n                            \n                    \n                        \n                                </ul>\n                                <ul class=\"last\">\n                                    <li>\n                                        <a href=\"/magazine/apps/?intcid=dropdown\">GQ Apps</a>\n                                    </li>\n                            \n                    \n                        \n                                <li>\n                                    <a href=\"/about/fighting-weight/?intcid=dropdown\">Fitness</a>\n                                </li>\n                            \n                    \n                        \n                                    <li>\n                                        <a href=\"http://video.gq.com/?intcid=dropdown\">Video</a>\n                                    </li>\n                                </ul>\n                                </div>\n                            \n                    \n                </div>\n            </div>\n        </div>\n        <div id=\"global-search\">\n            <form name=\"search_form_rail\" id=\"search-form-rail\" action=\"/search\" class=\"paginatorForm\" method=\"get\">\n                <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n                <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n                <input type=\"text\" name=\"query\" id=\"results-search-rail\" value=\"Search\" />\n                <button name=\"submit\" class=\"submit\" id=\"submit-rail\" title=\"Search\" type=\"submit\">Submit</button>\n            </form>\n        </div>\n    </nav>\n</div>\n\n\n    <div id=\"topBannerPushdownAd\">\n        \n\n\n\n\n\n\n\n\n\n\n        <div id=\"aboveheader970x418_frame\" class=\"displayAd displayAd970x418Js\" data-cb-ad-id=\"aboveheader970x418_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('aboveheader', {sz:'970x418', kws:[\"top\"]});\n    //-->\n    </script>\n    \n\n    </div>\n\n\n\n        \n        <div id=\"main-wrapper\">\n            <div id=\"wrapper\">\n                <div id=\"page\">\n                    <div id=\"content\">\n\n                        \n\n\n\n    \n    \n\n\n\n    <ul id='bc' title='Navigation Trail'>\n        \n            \n                <li class='first'>\n                \n                    <a href=\"/\">GQ</a>\n                \n                </li>\n            \n        \n            \n                <li >\n                \n                    <a href=\"/blogs/the-feed\">The Q</a>\n                \n                </li>\n            \n        \n    </ul>\n\n\n\n                        \n                             \n                                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-top\">\n\n        \n            \n                    \n                    \n                        \n                    \n                    <li class=\"utility-print\"><a href=\"/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html?printable=true\" title=\"Print this page\">Print</a></li>\n                \n        \n            \n                    <li class=\"utility-feeds\"><a href=\"/services/rss/summary\" title=\"Sign up for our RSS feeds\">Feeds</a></li>\n                \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                                \n                        \n\n                        \n\n                        <div id=\"main\">\n\n                            \n\n                            \n\n                            \n                                    \n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      \n      \n\n\n\n\n\n<div id=\"index_headers\">\n\n<!-- Start Headers -->\n\n\n    <h2 id=\"indhed\">\n    \n            \n                    <a href=\"/blogs/the-feed/\">The Q</a>\n                \n        \n    </h2>\n    \n\n\n\n\n\n\n<!-- End Headers -->\n</div>\n\n\n                                    \n                                    <div id=\"blogs_body\">\n                                        <div id=\"entry-196640\" class=\"hentry entry single\">\n     <div class=\"archivenav\">\n       <strong class=\"filterheader\">\n          <a href=\"/blogs/the-feed\"><img src=\"/images/blog/headers/thefeed.gif\" border=\"0\" /></a>\n       </strong>\n    </div>    \n    <script type=\"text/javascript\">\n        blogTitle=\"Everything You Need to Know Before Buying a Motorcycle\";\n        blogMTId=\"196640\";\n    </script>\n    \n    <div style=\"text-align:center\">\n    <ul class=\"utilities utilities-blog\" style=\"display:inline-block\">\n        <li class=\"utility-like-sm\">\n            <iframe src=\"http://www.facebook.com/plugins/like.php?href=http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=recommend&amp;colorscheme=light&amp;height=40\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:150px; height:40px;\" allowTransparency=\"true\"></iframe>\n        </li>\n        <li class=\"utility-tweetmeme-sm\">\n            <a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html?mbid=social_retweet\" data-counturl=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\" data-text=\"Everything You Need to Know Before Buying a Motorcycle\" data-count=\"horizontal\" data-via=\"GQMagazine\" data-related=\"GQMagazine\">Tweet</a>\n            <script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>\n        </li>\n        <li class=\"utility-gplusone gplusone-medium\">\n            <g:plusone size=\"medium\"></g:plusone>\n        </li>\n        <li class=\"utility-livefyre-comment\">\n            <span class=\"livefyre-commentcount\" data-lf-site-id=\"320169\" data-lf-article-id=\"196640\"></span>\n        </li>\n    </ul>\n</div>\n    <div class=\"entry-metadata date\">  \n    <span class=\"published\" title=\"2014-June-17T07:00:20\">\n        On <span class=\"date\">June 17, 2014</span> at <span class=\"time\"> 7:00 AM</span>\n    </span>\n</div> \n    <h2 class=\"entry-title\">Everything You Need to Know Before Buying a Motorcycle</h2> \n    <div class=\"entry-metadata\">\n    <span class=\"published\">\n            \n           \n                <span class=\"author\">BY <cite class=\"vcard author\"><a href=\"/contributors/scott-christian\" title=\"search site for content by Scott Christian\">Scott Christian</a></cite></span>\n                   \n       \n        \n    </span>\n</div>\n\n\n    <div class=\"entry-content\">\n         <p style=\"color:grey;font-size:.85em;line-height:1.3em;\"><img alt=\"steve-mcqueen-guide-to-buying-a-motorcycle.jpg\" src=\"/blogs/the-feed/steve-mcqueen-guide-to-buying-a-motorcycle.jpg\" width=\"635\" height=\"450\" class=\"mt-image-center\" style=\"text-align: center; display: block; margin: 0 auto 20px;\" />Photo: Silver Screen Collection/Getty Images</p>\n\n\n<p>With summer finally upon us, it's hard not look wistfully from the inside of a car and long for the wind on your face&mdash;barreling down country roads, freed from the tethers of smartphones and chatty passengers. For a lot of folks, this time of year is when they finally take the plunge, shirk that four-wheeled cage, and buy a motorcycle. Bikes are simple: two wheels, a motor, and miles and miles of outlaw-style freedom. But, as with everything in life, that simplicity comes with a price. So, if heading off into the sunset like Brando in <em>The Wild One</em> is your new life's goal, then here's everything you need to know about it before you do:</p>\n         \n             \n                 <div id=\"entry-more\"><p><strong>The Real Cost of Ownership</strong><br />\n  It's not a surprise that when gas prices spike during the warmer months, so do motorcycle sales. And while it's true that some motorcycles do get better gas mileage than cars, and that they're often cheaper to buy, the fact is that the cost of bike ownership goes way beyond the MSRP and price at the pump:</p>\n\n<p><em>The Bike</em><br />\n  Motorcycle prices can vary wildly, but on average, if you're buying a new motorcycle fit for a beginner, you're probably spending anywhere between $5,000 and $10,000. </p>\n\n<p><em>Insurance</em><br />\n  If you are over 25 and have a spotless driving record, you can get a pretty decent rate on insurance, possibly under $500 a year. Unfortunately, there's a lot more involved than simply your age and driving record&mdash;the population density of where you live, the theft rate of the bike model, whether Christmas falls on a Tuesday...when it comes to insurance, it's Thunderdome. Shop around, obviously, but just know that you're definitely going to shell out some cash.</p>\n\n<p><em>Equipment and Maintenance</em><br />\n  This is where things can add up. Cars go a lot longer between service intervals, not to mention things like tire, spark plug, and belt replacement. Tires can be especially expensive on motorcycles, running between $400 and $600 for a set. And depending on how hard you ride, you may have to change at least the rear tire every 3,000 miles or so. Chains and drive belts need occasional replacing, and those can cost between $140 and $250. Maintenance intervals can run anywhere between 5,000 and 20,000 miles, depending on the motorcycle, but if there's a valve adjustment involved, expect to pay anywhere between $800 and $1,500. Add in regular oil changes, chain maintenance, and various other odds and ends and, if you ride often, you can expect to drop at least $1,000 per year just on maintenance.</p>\n\n<p><em>Gear</em><br />\n  At the very least you will need a helmet, which can run anywhere from $150 to $900. But if a helmet is all you think you need, you should stick to four wheels. The smart rider who values his skin will also wear a motor jacket, preferably high-abrasion grade leather, gloves, and boots at all times. And while most people ride in jeans, the truth is, if you go down at any speed above 15 mph, jeans will come off like a wet paper towel; protective pants are highly recommended. Conservatively, you should plan to initially spend at least $800 to $1,200 on new gear, which, of course, will eventually have to be replaced as items wear out.</p>\n\n<p><strong>Getting Started</strong><br />\n  All right, so you're still undaunted and have decided to take the plunge. So where to start? The best thing you can do for yourself, as well as everyone else on the road, is to sign up for the Basic <em>RiderCourse</em> at the <a href=\"http://www.msf-usa.org/\" target=\"_blank\">Motorcycle Safety Foundation</a>. It usually costs around $275-$350, depending on where you live, but it's a lot cheaper than a trip to the hospital because you had no idea what you were doing. The course consists of 10 hours of riding instruction, usually stretched over a weekend, and both motorcycles and helmets are provided (although if bowling shoe rentals give you the creeps, then you'll definitely want to bring your own helmet. Just make sure it's DOT or Snell approved). The class is generally taught in a big parking lot or other open space, so you have the benefit of making mistakes without cars barreling down on you. And in a lot of states, passing the class will count as your DMV riding test, which is worth the price of admission alone.</p>\n\n<p>And if you think classes are for sissies, consider that in 2011, there were 4,323 deaths on motorcycles. <em>Then</em> consider that there were 81,000 recorded injuries as well, and that per vehicle mile, motorcyclists were 30 times more likely to die in a crash than passenger car occupants. Long story short? Take the class.</p>\n\n<p><strong>Getting a Bike</strong><br />\n  The best buyer is an informed one&mdash;and there's this thing called the Internet with a lot of information on it, so you really have no excuse. Generally speaking, motorcycle salesmen are pretty knowledgeable, but they aren't shamans, so you need to have an idea of what you're looking for. And in the off chance that you get a clueless salesman, it's even more important to be informed. If you know what type of riding you plan on doing&mdash;track days, commuting, cruising, touring, or just tooling around town&mdash;you can usually narrow your options before even hitting the motorcycle shops. </p>\n\n<p>The first question is what size bike you should buy. As someone who's worked in a motorcycle shop, my suggestion is to aim for the middle. You can start with a 250cc bike, which will definitely be the easiest to learn on, but you'll probably outgrow it within a few months. Which means you'll just turn around and want to buy another bike, ending up spending far more money than you planned to. Something in the 500-600cc range, on the other hand, will stay fun for a long time, even as your skills improve. Engine size isn't the only factor, either: A Yamaha YZF-R6 is a 600cc, but it's essentially a race bike capable of serious acceleration and high top end speeds. This is not a bike for beginners. A 865cc Triumph Bonneville, on the other hand, is a fantastic bike to start on. </p>\n\n<p>The best thing to do when picking a motorcycle is to consider the seating position&mdash;standard is the easiest for learning&mdash;as well as the weight and power output, and how you plan to use it. And remember, just because your cousin let you ride his '92 Ninja once doesn't mean know how to handle a modern 180-horespower liter bike. When starting out, there is absolutely no reason to buy a big bike, whether a big Harley or a powerful sports bike. The learning curve is far too steep. If you need further proof of that, just check out these NHTSA statistics:</p>\n\n<p><em>Fatalities by engine size:</em><br>\n  Up to 500cc: 6%<br />\n  500 to 1000cc: 40%<br />\n  1001 to 1500cc: 30% </p>\n\n<p>Got it? Good.</p>\n</div>\n             \n         \n         \n    </div>\n        \n \n    <div class=\"categories-tags\">\n         <div class=\"entry-keywords\">\n\t\t<span>Tags: </span>\n\t\t<ul>\n\t\t\t<li class=\"first\"><a href=\"/about/cars\" rel=\"tag\" title=\"search site for &quot;Cars&quot;\">Cars</a><span class=\"delimiter\">, </span> </li>\n\t\t\t<li><a href=\"/about/gear\" rel=\"tag\" title=\"search site for &quot;Gear&quot;\">Gear</a><span class=\"delimiter\">, </span> </li>\n\t\t\t<li><a href=\"/about/life\" rel=\"tag\" title=\"search site for &quot;Life&quot;\">Life</a><span class=\"delimiter\">, </span> </li>\n\t\t\t<li><a href=\"/about/motorcycles\" rel=\"tag\" title=\"search site for &quot;Motorcycles&quot;\">Motorcycles</a></li>\n\t\t</ul>\n\n\n\t</div>\n\t\n\n    </div>\n    <div class=\"entry-utils\">\n\t<ul>\n\t\t<li class=\"permalink\">\n\t\t\t<a title=\"Everything You Need to Know Before Buying a Motorcycle\" href=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\">Permalink</a>\n\t\t</li>\n\t\t<li>\n\t\t\t<span class=\"commentstotal\">\n\t\t\t\t<a href=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html#comments\" id=\"totalCommentsshort__196640\" class=\"totalComments\" title=\"read and post comments on &quot;Everything You Need to Know Before Buying a Motorcycle&quot;\">Comments</a>\n\t\t\t</span>\n\t\t</li>\n\t</ul>\n</div>\n</div>\n<div class=\"postnav\">\n    <ul>\n  \n        <li class=\"previous\"><a href=\"http://www.gq.com/blogs/the-feed/2014/06/landon-donovan-juggles-soccer-ball-while-addressing-us-world-cup-chances.html\" title=\"Landon Donovan Juggles Soccer Ball While Addressing US World Cup Chances\">Landon Donovan Juggles Soccer Ball While Addressing US World Cup Chances</a></li>\n  \n  \n        <li class=\"next\"><a href=\"http://www.gq.com/blogs/the-feed/2014/06/fitness-wool-athletic-gear.html\" title=\"GQ Fitness: Why Smart Summer Athletes Wear Wool\">GQ Fitness: Why Smart Summer Athletes Wear Wool</a></li>\n  \n        <li class=\"twitter-widget gqmagazine\"><a href=\"https://twitter.com/GQMagazine\" class=\"twitter-follow-button\" data-show-count=\"false\">Follow @GQMagazine</a>\n        <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script></li>        \n        \n        <li class=\"index-main\"><a href=\"http://www.gq.com/blogs/the-feed/\">The Feed main</a></li>\n    </ul>\n</div>\n <!-- OUTBRAIN -->\n        <div class=\"OUTBRAIN\" data-src=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\" data-widget-id=\"AR_1\" data-ob-template=\"gq\" ></div>\n        <script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\n\n<div id=\"comments\">\n    <div id=\"livefyre\"></div>\n</div>\n                                        \n                                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"eventListHolder\" style=\"display:none;\"></div>\n<script type=\"text/javascript\">\n    \n    if ((typeof blogMTId !== 'undefined' && blogMTId != '') && (typeof blogTitle !== 'undefined' && blogTitle != '')) {\n       (function(){\n            var ns= window.CN || window.CNP;\n            ns.site = ns.site || {};\n            ns.site.eventTrackingList = new EventList(\"eventListHolder\");\n            ns.site.eventTrackingList.setBaseUrl(\"http://event.gq.com/\");\n            ns.site.eventTrackingEvent = new EventObject(\"MEN\", \"most_viewed\");\n            ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n            ns.site.eventTrackingEvent.setContentId(blogMTId);\n            ns.site.eventTrackingEvent.setContentType(\"BlogsV2\");\n            ns.site.eventTrackingEvent.setFullUrl(\"/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\");\n            ns.site.eventTrackingEvent.setContentTitle(blogTitle);\n\n            \n                var contentDiv = '#main .single .entry-content',\n                eventImage;\n        var urlString=jQuery('meta[property=\"og:image\"]').attr('content');\n        eventImage=urlString.replace(/http:\\/\\/[A-Za-z.]*\\//g,'/');//create a local path as with articles\n                if(eventImage===undefined){\n                    eventImage = \"/images/global/thumb_placeholder-96.png\";\n                }\n                ns.site.eventTrackingEvent.setImgUrl(eventImage);\n            \n\n            \n            var fullContentURL = \"/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\";\n            var isAbsoluteURL = fullContentURL.substring(0,8);\n            if (isAbsoluteURL.indexOf('http') == -1 && isAbsoluteURL.indexOf('https') == -1) {\n                ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n                ns.site.eventTrackingList.writeImageTags();\n            }\n        }())\n\n    }\n</script>\n\n\n                                    </div>\n                                \n                        </div>\n\n                        \n\n                             \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-\">\n\n        \n            \n                    \n\n\n\n\n\n\n\n                    <li class=\"utility-like-sm\">\n                        <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gq.com%2Fblogs%2Fthe-feed%2F2014%2F06%2Fmotorcycle-bikes-gear-buying-guide.html&amp;layout=button_count&amp;show_faces=false&amp;width=300&amp;action=like&amp;colorscheme=light&amp;height=40\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:300px; height:40px;\" allowTransparency=\"true\"></iframe>\n                    </li>\n                \n        \n            \n                    <li class=\"utility-tweetmeme-sm\">\n                        \n                                    \n                                \n                        \n                        \n\n                        <a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\" data-counturl=\"http://www.gq.com/blogs/the-feed/2014/06/motorcycle-bikes-gear-buying-guide.html\" data-count=\"horizontal\" data-via=\"gqmagazine\" data-related=\"gqdotcom\">Tweet</a>\n                        <script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\n                    </li>\n                 \n        \n            \n                    <li class=\"utility-gplusone gplusone-medium\">\n                        <g:plusone size=\"medium\"></g:plusone>\n                    </li>\n                \n        \n            \n                    <li class=\"utility-email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats && CN.stats.omniture) { CN.stats.omniture.trackAction('emailAFriend',this); }\" href=\"/contact/emailFriend?referringPage=http://www.gq.com%2Fblogs%2Fthe-feed%2F2014%2F06%2Fmotorcycle-bikes-gear-buying-guide.html&amp;title=The+Q\" rel=\"nofollow\">E-Mail</a></li>\n                \n        \n            \n                     <li class=\"utility-livefyre-comment\">\n                        <span class=\"livefyre-commentcount\" data-lf-site-id=\"320169\" data-lf-article-id='196640'></span>\n                     </li>\n               \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                        \n                        \n                            \n                                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n            \n            \n            \n                            \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n    \n\n    \n    \n        \n    \n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n            \n            \n            \n        \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start urail -->\n    \n        <div id=\"urail\">\n        \n            \n        \n            \n                <div id=\"position2_urail\"><div id=\"ps2_fs1_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Style\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/the-best-and-worst-dressed-nfl-commentators-of-week-17.html\">The Best and Worst Dressed NFL Commentators of Week 17</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/what-to-buy-from-the-post-holiday-sales.html\">What to Buy From the Post-Holiday Sales</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/wash-your-face-or-suffer-the-wrath-of-ingrowns.html\">Wash Your Face, or Suffer the Wrath of Ingrowns</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/the-winner-of-gqs-most-stylish-man-of-2014-showdown-iskanye-west.html\">The Winner of GQ's Most Stylish Man Showdown 2014 is...Kanye West</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/sneaker-of-the-week-jordan-x-fragment-design-air-jordan-1.html\">Sneaker of the Week: Jordan x Fragment Design Air Jordan 1</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/style/blogs/the-gq-eye/2014/12/exclusive-first-ilaria-urbinatis-eddie-bauer.html\">Exclusive: A First Look at Eddie Bauer Limited Edition by Ilaria Urbinati</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps2_fs2_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                News + Politics\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/news-politics/newsmakers/201411/afghanistan-special-ops-vet-on-breaking-bad\">The Ghosts of Afghanistan Will Show Up Everywhere (Even on the Set of Breaking Bad)</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/201412/kent-brantly-ebola\">Kent Brantly: The First American to Contract Ebola</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/201001/robots-and-singularity\">Are You Ready for the Singularity?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/200204/killer-in-the-blue-dress\">Robert Draper Investigates Robert Durst, Cross-Dressing Real Estate Scion</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/politics/201409/scott-walker\">Can Scott Walker Unite the Republicans?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/news-politics/big-issues/201410/george-zimmerman-family-values\">Meet George Zimmerman's Family | GQ</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps2_fs3_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Entertainment\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/entertainment/celebrities/201501/chris-harrison-bachelor\"><i>The Bachelor</i>'s Chris Harrison Is Single</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/jack-oconnell-unbroken\">Meet the New Jack O'Connell</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/buzz-aldrin\">The Dark Side of the Moon</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/music/201206/dangelo-gq-june-2012-interview\">Amen! (D'Angelo's Back)</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/humor/201412/putin-land-boardgame\">The Vladimir Putin Boardgame</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/entertainment/celebrities/201501/chris-hemsworth\">Chris Hemsworth: The Manliest Man in Hollywood</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div></div>\n            \n        \n            \n                <div id=\"position3_urail\"><div id=\"ps3_fs1_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                How To\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/life/how-to/201410/botox-how-to-cheat-age\">Are Male Cosmetic Procedures Right For You? A Guide</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/how-to/201409/apartment-fast-clean\">How to Clean Your Filthy Bachelor Pad In 30 Minutes Flat</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/how-to/201410/roja-dove-custom-perfume\">Roja Dove: The Finest Nose in the World on the Secrets of Smelling Good</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/how-to/rest-of-your-life/200810/dump-her\">How to Dump Her Like a Man</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/relationships/201310/parents-social-media-facebook-twitter\">I'm @YourMommy. I'm Following You on Twitter!</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/relationships/201309/prenup-agreement-marriage-engagement\">How to Convince Your Fiancee to Get a Prenup</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps3_fs2_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Food + Travel\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/life/food/201404/david-chang-freshness-pickling-rot\">David Chang's Kitchen: Don't Get All \"Fresh\" with Me</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201403/david-chang-bologna-sandwich\">David Chang's Kitchen: Your Idea of Bologna is Total Baloney</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201311/bourbon-whiskey-family-tree\">Chart: The Family Tree of Bourbon Whiskey</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201311/summer-salads-for-winter\">Recipe: Semi-Summer Salad - Chef Jeff Taibe of Oak + Almond</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201310/french-italian-pasta-spaghetti-nicoise-recipe\">The Great Franco-Italian Pasta Experiment</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/life/food/201310/wine-list-picking-restaurants-alan-richman\">How to Pick from an Overpriced Restaurant Wine List</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div><div id=\"ps3_fs3_urail\" class=\"features set7\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                Cars + Gear\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search linklist\">\n    \n\n    \n        \n        \n        \n        \n\n\n<div class=\"feature manual imagetop first\">\n    \n\n<div class=\"blurb\">\n\n\n\n\n<ul class=\"links\">\n\n    <li><a href=\"/cars-gear/cars/201406/porsche-macan-s\">Review: 2014 Porsche Macan S</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/cars-gear/cars/201404/jaguar-f-type-sport-coupe\">All of the Fast, None of the Furious</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/cars-gear/cars/201301/volkswagen-beetle-convertible-review-jamie-kitman\">The Volkswagen Beetle Convertible: Retro Is So Retro</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/cars-gear/cars/201208/cadillac-ats-sedan\">Can This Car Make Cadillac Young Again?</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/cars-gear/cars/201205/volkswagen-up-jamie-kitman\">Give It Up!</a></li>\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n    <li><a href=\"/cars-gear/cars/201204/subaru-brz-jamie-kitman\">All of the Fast, None of the Furious</a></li>\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div></div></div>\n            \n        \n            \n        \n            \n        \n            \n        \n        </div>\n        \n\n    <!-- end urail -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n                            \n                        \n                        \n                            \n                                \n\n\n\n\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n      <div id=\"AMS_GQM_GLOBAL_FOOTER\" class=\"ecom-placement\">\n        <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n            <img src=\"/images/ecom/failsafe/GQM_global_footer.gif\" alt=\"Subscribe to GQ\" />\n        </a>\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_FOOTER !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_FOOTER\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_FOOTER\").html(pageAds.AMS_GQM_GLOBAL_FOOTER.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n        \n      </div>\n\n\n\n    \n\n    \n\n                            \n                        \n\n                    </div>\n\n                    \n                            <!-- YRAIL -->\n                            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n        \n            \n\n        \n    \n\n    \n        \n        \n            \n\n        \n    \n\n    \n        \n        \n            \n\n        \n    \n\n\n\n\n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n    \n        \n        \n        \n        \n            \n                \n                \n\n\n            \n        \n\n\n    \n\n\n\n\n    \n        \n        \n        \n\n        \n            \n            \n            \n            \n            \n        \n    \n\n    \n\n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n        \n        \n        \n                    \n            \n                \n                \n                    \n                    \n                     \n                    \n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            \n    \n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    \n                    \n                \n\n                \n                \n            \n        \n\n        \n        \n        \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <!-- start yrail -->\n    \n            <div id=\"yrail\" class=\"py\">\n\n                <div class=\"yrail_ads\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"yrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailTop300x250_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('yrailTop', {sz:'300x250', kws:[\"top\"]});\n    //-->\n    </script>\n    \n\n                </div>\n\n                \n                    <div id=\"most-popular\">\n    <div>\n        <div>\n            <h2>Most Popular</h2>\n            <ul>\n                <li></li>\n            </ul>\n        </div>\n        <span class=\"left-shadow\">\n            <div class=\"top-cap\"></div>\n            <div class=\"bar\"></div>\n        </span>\n    </div>\n    <span class=\"bottom-shadow\">\n        <div class=\"left-cap\"></div>\n        <div class=\"bar\"></div>\n        <div class=\"right-cap\"></div>\n    </span>\n</div>\n\n                \n\n                \n                    <div class=\"zergnet-widget\">\n    <h3>Around the Web</h3>\n    <div id=\"zergnet-widget-21189\"></div>\n    <script language=\"javascript\" type=\"text/javascript\">\n        (function() {\n            var zergnet = document.createElement(\"script\");\n            zergnet.type = \"text/javascript\";\n            zergnet.async = true;\n            zergnet.src = \"http://www.zergnet.com/zerg.js?id=21189\";\n            var znscr = document.getElementsByTagName(\"script\")[0];\n            znscr.parentNode.insertBefore(zergnet, znscr);\n        })();\n    </script>\n</div>\n                \n\n                <div id=\"social-hub\">\n    <h4>Follow Us On...</h4>\n    <ul>\n        <li class=\"facebook\">\n            <div>\n                <span></span>\n                <div>\n                    <div class=\"fb-like-box\" data-href=\"http://www.facebook.com/gq\" data-width=\"292\" data-height=\"255\" data-show-faces=\"true\" data-border-color=\"#fff\" data-stream=\"false\" data-header=\"false\"></div>\n                </div>\n            </div>\n        </li>\n        <li class=\"twitter\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Twitter</h6>\n                <div>\n                    <a href=\"https://twitter.com/GQmagazine\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQmagazine</a>\n                    <a href=\"https://twitter.com/GQmagazine\" rel=\"external\">@GQmagazine</a>\n                    <hr />\n                    <a href=\"https://twitter.com/GQfashion\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQfashion</a>\n                    <a href=\"https://twitter.com/GQfashion\" rel=\"external\">@GQfashion</a>\n                    <hr />\n                    <a href=\"https://twitter.com/GQpolitics\" class=\"twitter-follow-button\" data-show-count=\"true\" data-dnt=\"true\">Follow @GQpolitics</a>\n                    <a href=\"https://twitter.com/GQpolitics\" rel=\"external\">@GQpolitics</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"tumblr\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Tumblr</h6>\n                <div>\n                    <iframe class=\"btn\" height=\"25\" width=\"111\" src=\"http://platform.tumblr.com/v1/follow_button.html?button_type=1&amp;tumblelog=gq&amp;color_scheme=light\"></iframe>\n                    <a href=\"http://gq.tumblr.com\" rel=\"external\">gq.tumblr.com</a>\n                    <hr />\n                    <iframe class=\"btn\" height=\"25\" width=\"152\" src=\"http://platform.tumblr.com/v1/follow_button.html?button_type=1&amp;tumblelog=gqfashion&amp;color_scheme=light\"></iframe>\n                    <a href=\"http://gqfashion.tumblr.com\" rel=\"external\">gqfashion.tumblr.com</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"pinterest\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Pinterest</h6>\n                <div>\n                    <a data-pin-do=\"buttonFollow\" href=\"http://pinterest.com/gqmagazine/\">GQ Magazine</a>\n                    <a href=\"http://pinterest.com/gqmagazine/\" rel=\"external\">pinterest.com/gqmagazine</a>\n                </div>\n            </div>\n        </li>\n        <li class=\"google-plus\">\n            <div>\n                <span></span>\n                <div>\n                    <!-- Place this tag where you want the badge to render. -->\n                    <div class=\"g-plus\" data-href=\"https://plus.google.com/105510341928217582745\" data-rel=\"publisher\"></div>\n                    <!-- Place this tag after the last badge tag. -->\n                    <script type=\"text/javascript\">\n                      (function() {\n                        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n                        po.src = 'https://apis.google.com/js/plusone.js';\n                        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n                      })();\n                    </script>\n                </div>\n            </div>\n        </li>\n        <li class=\"instagram last\">\n            <div>\n                <span></span>\n                <h6>Follow GQ on Instagram</h6>\n                <div>\n                    <div>\n                        <a href=\"http://instagram.com/gq/\" rel=\"external\" title=\"Follow GQ on Instagram\">Follow GQ on Instagram</a>\n                    </div>\n                </div>\n            </div>\n        </li>\n    </ul>\n</div>\n\n                \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"newsletter-form\">\n    <form name=\"newslettersForm\" action=\"https://secure.gq.com/services/newsletters\" method=\"post\">\n        <fieldset>\n        <input type=\"hidden\" name=\"toolkit.application\" value=\"newsletter\" />\n        <input type=\"hidden\" name=\"toolkit.applicationId\" value=\"\" />\n        <input type=\"hidden\" name=\"formName\" value=\"shortForm\" />\n        <input type=\"hidden\" name=\"partnerCode\" value=\"\" />\n        <input type=\"hidden\" name=\"sourceCode\" value=\"\" />\n        <!--start newsletter input -->\n        \n            <fieldset>\n        <label for=\"newsletter-email\" class=\"replace\">E-mail Address</label>\n        <div>\n          <input name=\"email\" id=\"newsletter-email\" type=\"text\" />\n          <button type=\"submit\" name=\"submit-newsletter\" id=\"submit-newsletter\" >submit</button>\n        </div>\n    </fieldset><ul class=\"collapse\">\n    \n    <li>\n                     \n                        \n                        <input id=\"newsletter.33\" name=\"newsletterAndVersions\" value=\"newsletter.33\" type=\"checkbox\" />\n                         \n                         <label for=\"newsletter.33\"></label>\n                        <div><h3>GQ SHARP + SMART (Daily)</h3><p>Send me fresh style tips, breaking celebrity news, insider info, and more every day.</p></div>\n                    <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.33.\" />\n<input type=\"hidden\" name=\"handler.newsletter.33.newsletterId\" value=\"33\" />\n<input type=\"hidden\" name=\"handler.newsletter.33.isRequired\" value=\"true\" />\n\n                    </li>\n                \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n            \n        \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                \n                    <li>\n                     \n                        \n                        <input id=\"newsletter.32\" name=\"newsletterAndVersions\" value=\"newsletter.32\" type=\"checkbox\" />\n                         \n                         <label for=\"newsletter.32\"></label>\n                        <div><h3>YOUR WEEKLY GQ</h3><p>Send me the top stories in style, women, entertainment and more in one e-mail a week.</p></div>\n                    <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.32.\" />\n<input type=\"hidden\" name=\"handler.newsletter.32.newsletterId\" value=\"32\" />\n<input type=\"hidden\" name=\"handler.newsletter.32.isRequired\" value=\"true\" />\n\n                    </li>\n    </ul>\n          \n        <!--end  newsletter input -->\n        </fieldset>\n    </form>\n    <div id=\"newsletter-disclaimer\">\n      I understand and agree that registration on or use of this site constitutes agreement to it's user agreement &amp; privacy policy.\n    </div>\n</div>\n\n\n                \n\n                <div class=\"yrcomponent\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_GQM_GLOBAL_RIGHTRAIL_A\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                <img src=\"/images/ecom/failsafe/GQM_global_rightRail_A.jpg\" alt=\"Subscribe to GQ\" />\n            </a>\n            \n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_A !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_RIGHTRAIL_A\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_RIGHTRAIL_A\").html(pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_A.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n            \n        </div>\n    \n\n\n    \n\n                </div>\n\n                \n\n                \n\n                <div class=\"yrcomponent\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         <div id=\"AMS_GQM_GLOBAL_RIGHTRAIL_B\" class=\"ecom-placement\">\n                <a href=\"https://w1.buysub.com/loc/GQM/ATGFailsafe\" rel=\"external\">\n                    <img src=\"/images/ecom/failsafe/GQM_global_rightRail_B.jpg\" alt=\"Subscribe to GQ\" />\n                </a>\n                \n                    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n<script type=\"text/javascript\">\nCN.hearstQue.register(function(pageAds){\n    var div = null;\n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_B !== 'undefined') && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(\"AMS_GQM_GLOBAL_RIGHTRAIL_B\");\n        div.innerHTML = \"\";\n\n        \n        jQuery(\"#AMS_GQM_GLOBAL_RIGHTRAIL_B\").html(pageAds.AMS_GQM_GLOBAL_RIGHTRAIL_B.replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n        jQuery(div).css({\n            visibility: 'visible'\n        });\n    }\n\n    \n});\n\n</script>\n\n\n\n                \n            </div>\n    \n\n\n    \n\n                </div>\n\n                \n\n                \n                <div class=\"yrcomponent\"><div id=\"position4_yrail\"><div id=\"ps4_fs1_yrail\" class=\"features\">\n\n    \n    \n        <h2 class=\"features-header header\">\n            \n                    \n                        \n                                New on GQ.com\n                            \n                    \n                \n        </h2><!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n    <div class=\"search channelbox\">\n    \n\n    \n        \n        \n        \n        \n\n\n\n<div class=\"feature manual imagetop first\">\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"captioned-photo\">\n   <div class=\"w\">\n      <a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\" class=\"type-video\"><img class=\"featureimg\" alt=\"\" src=\"http://res.cloudinary.com/heru80fdn/image/upload/w_352,h_198,c_fill/v1419014171/gq_america-s-bartender-essentials-for-an-awesome-home-bar.jpg\"/></a>\n  </div>\n</div>\n\n\n\n\n   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n         \n                \n                    <h3 class=\"header\">\n                        <a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\">America's Bartender - Essentials for an Awesome Home Bar</a>\n                    </h3>\n                \n            \n\n\n\n\n\n<div class=\"blurb\">\n  \n  \n\n\n\n\n            \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n                \n            \n        \n            <div class=\"text\">The most important aspect to making cocktails is having the right ingredients. Gary helps break it down by showing what you...&nbsp;<a href=\"http://video.gq.com/watch/america-s-bartender-essentials-for-an-awesome-home-bar\" class=\"readmore\">more ></a></div>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n<ul class=\"links\">\n\n\n<li><a href=\"/entertainment/celebrities/201501/chris-harrison-bachelor\"><i>The Bachelor</i>'s Chris Harrison Is Single</a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/style/201501/what-to-wear-today-january\"><p>What to Wear Today: January</p></a></li>\n\n\n\n\n\n\n        \n\n    \n\n    \n    \n\n\n\n\n\n    \n\n    \n    \n    \n    \n    \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <!-- blog url ext check present -->\n\n\n\n\n\n\n    \n\n\n\n    \n\n    \n\n    \n\n    \n    \n\n    \n        \n        \n        \n        \n\n\n\n\n\n\n\n\n<li><a href=\"/style/201501/new-mens-hairdos-for-2015\"><p>New Year, New &#39;Do</p></a></li>\n\n\n</ul>\n\n\n\n\n</div>\n</div>\n\n\n        \n\n    \n\n    \n    </div>\n    \n    \n    \n\n\n\n\n\n\n\n    \n    \n        \n    \n\n    \n    \n        \n            \n               \n            \n        \n    \n\n    <div class=\"features-footer footer\"><a href=\"/search?&query=NOT+pagetype%3Ablogpost\" class=\"readmore\">see all</a></div></div></div></div>\n                \n\n                \n\n                \n\n                \n\n                \n\n                \n\n                <div class=\"yrail_ads\">\n                    \n\n\n\n\n\n\n\n\n\n\n        <div id=\"yrailBottom300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailBottom300x250_frame\"></div>\n    <script type=\"text/javascript\">\n    //<!--\n        \n        CN.dart.call('yrailBottom', {sz:'300x250', kws:[\"bottom\"]});\n    //-->\n    </script>\n    \n\n                </div>\n\n                \n                <div class=\"google-adsense\">\n                    \n\n\n\n\n\n\n    <!-- Google Adsesnse -->\n    <!-- Include only Once before the Ad call-->\n    <script type=\"text/javascript\" src=\"/js/ads/cn.google_adsense.js\"></script>\n    <script language=\"JavaScript\">\n        CN.googleAdsense.iframGoogleAdsense('300x250','off','text','ca-conde_gq','gq_standard_a','ff0c00,b6b6b6,ff0c00');\n    </script>\n\n                </div>\n                \n\n            </div>\n        \n\n    <!-- end yrail -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n                        \n                </div>\n            </div>\n        </div>\n        \n\n\n\n\n\n\n\n\n\n\n    \n\n\n    \n\n\n\n\n\n\n\n\n\n       \n       \n   \n\n\n    <div class=\"bottom-banner-wrapper\">\n        <div id=\"bottom-banner-ad\">\n            <div class=\"x-circle\">\n                <i>x</i>\n            </div>\n            <div id=\"bottom728x90_frame\"></div>\n        </div>\n        <script>\n        CN.dart.call(\"bottom\", {\n            sz: \"728x90\",\n            kws: [\"bottom\"],\n            collapse: true\n        });\n        </script>\n    </div>\n\n\n<div id=\"footer\">\n    <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature feature1 first\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    <ul id=\"ft_1\">\n    <li class=\"first\"><a href=\"/services/sitemap\" title=\"gq.com site map\">Site Map</a></li>\n    <li><a href=\"/contact/contactus\" title=\"Contact Us\">Contact GQ</a></li>\n    <li><a href=\"/services/newsletters/demographics\" title=\"Newsletter Signup\">Newsletter Signup</a></li>\n    <li><a href=\"/blogs/the-q\" title=\"Blogs\">Blogs</a></li>\n    <li><a href=\"/services/presscenter\" title=\"Press Center\">Press Center</a></li>\n    \n    <li class=\"footer-feeds\"><a href=\"/services/rss/summary\" title=\"Feeds\">RSS Feeds</a></li>\n</ul>\n<script>\nsetTimeout(\"jQuery(function() {jQuery('#header728x90,#sponsor120x60').css({height: function() {return jQuery(this.contentWindow.document.body).outerHeight() || 0;}});});\",2340);\n</script>\n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n   \n   </div>\n    </div></div></div>\n    <div id=\"global-footer\">\n        <div class=\"global-footer-nav\">\n            \n            \n            \n            \n            \n            <ul>\n                \n                        <li class=\"first\" id=\"global-footer-nav-subservices\"><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=GQM\">Subscription Services</a></li>\n                    \n                <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Careers</a></li>\n                <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a></li>\n                <li class=\"last\" id=\"global-footer-nav-mediakit\"><a href=\"http://www.condenast.com/brands/gq/\">GQ Media Kit</a></li>\n                \n            </ul>\n        </div>\n        \n        <div class=\"global-footer-columns-container\">\n            <div class=\"global-footer-logo\">\n                <a href=\"http://www.condenast.com\"><h3>Cond&eacute; Nast Digital</h3></a>\n            </div>\n            <div class=\"global-footer-more-about-links\">\n                <div id=\"position1_footerCustomLinks\"><div id=\"ps1_fs1_footerCustomLinks\" class=\"features\"><div class=\"feature feature1 manual first\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    \n                        <span class=\"lead\">Sites on politics, culture, style &amp; more: </span> \n\n                    \n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n                \n                \n                    \n                    \n\n                    \n                       <ul class=\"links\">\n                        <li>\n                        \n                            <a href=\"http://www.details.com\" >Details</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.vanityfair.com\" >Vanity Fair</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.golfdigest.com/\" >Golf Digest</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.wired.com\" >Wired</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.style.com\" >Style</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.arstechnica.com/\" >Ars Technica</a> \n                        \n                        </li>\n                        </ul>\n                    \n                    \n                    \n                    \n                    \n                \n            \n   \n   </div>\n    </div><div class=\"feature feature2 last\">\n    <div class=\"blurb\">\n\n            \n            <div class=\"text\">\n                \n                    \n                        <span class=\"lead\">Find GQ.com around the world:</span> \n                    \n                \n            </div>\n            \n\n            \n\n              \n            \n                \n            \n\n\n            \n                \n                \n                    \n                    \n\n                    \n                       <ul class=\"links\">\n                        <li>\n                        \n                            <a href=\"http://www.gq-magazine.co.uk/\" >U.K.                                         </a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqmagazine.fr/\" >France                                    </a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gqitalia.it/\" >Italy</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq-magazin.de\" >Germany</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.revistagq.com/\" >Spain</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.ru\" >Russia</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.tw/\" >Taiwan</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqjapan.jp\" >Japan</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.cn\" >China</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.style.co.kr/gq\" >Korea</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.au\" >Australia</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.co.za\" >South Africa</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.gq.com.mx\" >Mexico</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gqindia.com/\" >India</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li>\n                        \n                            <a href=\"http://www.xl.pt/mrkt/gq\" >Portugal</a> \n                        \n                        </li>\n                        \n                    \n                    \n                    \n                    \n                    \n                \n                    \n                    \n\n                    \n                       \n                        <li class=\"blurb-links-even\">\n                        \n                            <a href=\"http://www.gq.ro/\" >Romania</a> \n                        \n                        </li>\n                        </ul>\n                    \n                    \n                    \n                    \n                    \n                \n            \n   \n   </div>\n    </div></div></div>\n            </div>\n            <div class=\"global-footer-subscriptions\">\n                <form action=\"/\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                    <h3>Subscribe to a magazine:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"sub_list\" id=\"sub_list\" size=\"1\">\n                        <option selected=\"selected\" disabled=\"disabled\">Subscribe to a magazine</option>\n                        <option value=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles</option>\n                        <option disabled=\"disabled\">- - - - - - - - - - - - - -</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired</option>\n                    </select>\n                </form>\n            </div>\n            <div class=\"global-footer-sister-sites\">\n                <form action=\"/\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                    <h3>Visit our sister sites:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"mag_list\" id=\"mag_list\">\n                        <option selected=\"selected\" disabled=\"disabled\">Visit our sister sites</option>\n                        <option disabled=\"disabled\">- - - - - - - - - - - - - -</option>\n                        <option value=\"http://www.allure.com\">Allure</option>\n                        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n                        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n                        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n                        <option value=\"http://www.brides.com\">Brides.com</option>\n                        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"http://www.concierge.com\">Concierge</option>\n                        <option value=\"http://www.details.com\">Details</option>\n                        <option value=\"http://www.epicurious.com\">Epicurious</option>\n                        <option value=\"http://www.glamour.com\">Glamour</option>\n                        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n                        <option value=\"http://www.golfworld.com\">Golf World</option>\n                        <option value=\"http://www.gq.com\">GQ</option>\n                        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n                        <option value=\"http://www.jaunted.com\">Jaunted</option>\n                        <option value=\"http://www.luckymag.com\">Lucky</option>\n                        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n                        <option value=\"http://www.reddit.com\">Reddit</option>\n                        <option value=\"http://thescene.com\">The Scene</option>\n                        <option value=\"http://www.self.com\">Self</option>\n                        <option value=\"http://www.style.com\">Style</option>\n                        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n                        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n                        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n                        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n                        <option value=\"http://www.vogue.com\">Vogue</option>\n                        <option value=\"http://www.wmagazine.com\">W</option>\n                        <option value=\"http://www.wired.com\">Wired</option>\n                    </select>\n                </form>\n            </div>\n        </div>\n        \n        <div class=\"global-footer-copyright\">\n        \n                 <p>\n                   &copy; 2015 Cond&eacute; Nast. All rights reserved<br/>\n\n                   Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" onclick=\"window.open(this.href);return false;\">User Agreement</a> (effective 1/4/2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> (effective 1/4/2014).\n                  <br/>\n                 <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" onclick=\"window.open(this.href);return false;\">Your California Privacy Rights</a> <br/>\n                  The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast.\n             </p>\n            <div class=\"add-choice\">\n                <div class=\"add-choice-text\">\n                    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n                </div>\n                <div class=\"add-choice-img\">\n                    <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" onclick=\"window.open(this.href);return false;\">\n                        <img width=\"10\" height=\"10\" src=\"/css/i/global/ad_choices_arrow.png\" alt=\"arrow\">\n                    </a>\n                </div>\n            </div>\n            \n            \n            <img src=\"//view.atdmt.com/action/MSFT_CondeNet_AE_ExtData/v3/atc1.gq/atc2.the-feed/atc3.2014/\" width=\"1\" height=\"1\" alt=\"msext\" />\n            \n            \n        </div>\n    </div>\n</div>\n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"modalOverlay\" class=\"hide\"></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script type=\"text/javascript\" src=\"/appjs/stats/omniture.js\"></script>\n    <script type=\"text/javascript\" src=\"/js/cn-fe-stats/zig.js\"></script>\n    <script>\n        !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n    </script>\n    <script type=\"text/javascript\">\n        (function(d){\n          var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');\n          p.type = 'text/javascript';\n          p.async = true;\n          p.src = '//assets.pinterest.com/js/pinit.js';\n          f.parentNode.insertBefore(p, f);\n        }(document));\n    </script>\n     <!-- START Polar -->\n    \n    \n    \n    <!-- End Polar -->\n    <!-- START Parse.ly Include: Standard -->\n    <div id=\"parsely-root\" style=\"display: none\">\n        <div id=\"parsely-cfg\" data-parsely-site=\"gq.com\"></div>\n    </div>\n    <script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n    </script>\n    <!-- END Parse.ly Include -->\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n        \n        \n        \n                \n            \n    \n<script type=\"text/javascript\">\n    //Omniture call to set page content type\n    CN.stats.omniture.setContentType(\"Blogs\");\n</script>\n\n\n\n\n\n\n\n        <script type=\"text/javascript\">\n            var mtAuthorName = jQuery('meta[name=authorName]').attr('content');\n            if(mtAuthorName) {\n                CN.stats.omniture.setAuthorName(mtAuthorName);\n            }\n        </script>\n    \n\n\n<div id=\"statsHolder\">\n    <script type=\"text/javascript\">\n        \n    </script>\n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"//condenast.112.2o7.net/b/ss/conde-gqcom/1/H.15.1--NS/0\" height=\"1\" width=\"1\" alt=\"pixel\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n<script type=\"text/javascript\">\n    var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n    document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<script type=\"text/javascript\">\n    try {\n        var pageTracker = _gat._getTracker(\"UA-8293713-17\");\n        pageTracker._trackPageview();\n    } catch(err) {}\n</script>\n\n        \n           <div id=\"BF_WIDGET_1\">&nbsp;</div>\n            <script type=\"text/javascript\">\n                (function( ){\n                BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n                BF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=gq.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n                setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n                })();\n            </script>\n        \n    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/graziadaily.co.uk1.html",
    "content": "\t<!DOCTYPE html>\n<!--[if IE 8]><html lang=\"en\" class=\"no-js lt-ie10 lt-ie9\"><![endif]-->\n<!--[if IE 9]><html lang=\"en\" class=\"no-js lt-ie10\"><![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n<head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"format-detection\" content=\"telephone=no\">\n\n    <title> Lady Gaga Selfies For Shiseido campaign | Beauty | Grazia Daily</title>\n    <meta name=\"description\" content=\"...and she will also be its photographer. \" />\n    <meta name=\"keywords\" content=\"Lady Gaga, Shiseido, campaign, beauty, New Year, 2015, Selfies \" />\n\n     <meta property=\"og:type\" content=\"blog\">\n<meta property=\"og:title\" content=\"Lady Gaga Took 50 Selfies For New Shiseido Campaign\">\n<meta property=\"og:description\" content=\"Lady Gaga Took 50 Selfies For Shiseido Campaign\">\n<meta property=\"og:url\" content=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\">\n<meta property=\"og:site_name\" content=\"Grazia_Live\" />\n<meta property=\"og:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/6d/66827/5fd2e/51314/8ea32/96ca2/038df/460600562_300x450.jpg?1419859499\">\n \n         <meta name=\"twitter:site\" content=\"@Grazia_Live\">\n    <meta name=\"twitter:card\" content=\"summary\">\n     <meta name=\"twitter:url\" content=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\">\n<meta name=\"twitter:title\" content=\"Lady Gaga Took 50 Selfies For New Shiseido Campaign\">\n<meta name=\"twitter:description\" content=\"Lady Gaga Took 50 Selfies For Shiseido Campaign\">\n<meta property=\"twitter:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/6d/66827/5fd2e/51314/8ea32/96ca2/038df/460600562_300x450.jpg?1419859499\">\n \n    <base href=\"/\">\n    <link href=\"/css/bootstrap.css?cachekey=201410201435\" rel=\"stylesheet\">\n    <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css\" rel=\"stylesheet\">\n\t<link href=\"//fonts.googleapis.com/css?family=EB+Garamond\" rel=\"stylesheet\" type=\"text/css\">\n\t<link href=\"/css/raleigh.css?cachekey=201410231000\" rel=\"stylesheet\">\n\t<link href=\"/css/gillsans.css?cachekey=201411201200\" rel=\"stylesheet\">\n    <link href=\"/css/theme.css?cachekey=201411271730\" rel=\"stylesheet\">\n    <link href=\"/css/print.css?cachekey=201410151130\" rel=\"stylesheet\" media=\"print\">\n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n\t<link rel=\"canonical\" href=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\">\n\n    <!-- Fav and touch ico -->\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/apple-touch-icon-144x144-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/apple-touch-icon-57x57-precomposed.png\" />\n\n    <script src=\"/js/modernizr.custom.35240.js\"></script>\n    <script src=\"/js/ads.js\"></script>\n\n    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->\n    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->\n    <!--[if lt IE 9]>\n    <script src=\"//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\n    <script src=\"//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js\"></script>\n    <![endif]-->\n\n    <!-- Begin comScore Tag -->\n\t<script>\n\t\tvar _comscore = _comscore || [];\n\t\t_comscore.push({ c1: \"2\", c2: \"6035170\" });\n\t\t(function() {\n\t\t\tvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t\t\tel.parentNode.insertBefore(s, el);\n\t\t})();\n\t</script>\n    <!-- End comScore Tag -->\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n\n    <!-- START HAWKEYE AD TAG CODE -->\n    <script type=\"text/javascript\" language=\"JavaScript\">\n        //name: Bauer Female preQual\n        //created: 09/25/2013 06:05\n        var cb = new Date().getTime();\n        var asiPqTag = false;\n        try {\n            document.write(\"<sc\" + \"ript type='text/javascript' language='JavaScript' src='http://pq-direct.revsci.net/pql?placementIdList=IaKDIk,UE0doj,2wHTq2,LGDAE2&cb=\" + cb + \"'></sc\" + \"ript>\");\n        } catch(err) { }\n    </script>\n\n    <script type=\"text/javascript\" language=\"JavaScript\">\n        if (typeof asiPlacements != \"undefined\") { for(var p in asiPlacements) {\n            window[\"ASPQ_\"+p]=\"\"; for(var key in asiPlacements[p].data) {\n                window[\"ASPQ_\"+p] += \"kvPQ_\"+p+\"=\"+key;\n            }\n        }\n        } </script>\n    <!-- END HAWKEYE AD TAG CODE -->\n\n    <!-- AUDIENCESCIENCE AD TAG CODE -->\n    <script type=\"text/javascript\">\n\t<!--\n\t\tvar rsi_segs = [];\n\t\tvar segs_beg=document.cookie.indexOf('rsi_segs=');\n\t\tif (segs_beg>=0){\n\t\t\tsegs_beg=document.cookie.indexOf('=',segs_beg)+1;\n\t\t\tif(segs_beg>0){\n\t\t\t\tvar segs_end=document.cookie.indexOf(';',segs_beg);\n\t\t\t\tif(segs_end==-1) segs_end=document.cookie.length;\n\t\t\t\trsi_segs=document.cookie.substring(segs_beg,segs_end)\n\t\t\t\t.split('|');\n\t\t\t}\n\t\t}\n\t\tvar segLen=6;\n\t\tvar segQS=\"\";\n\t\tif (rsi_segs.length<segLen){segLen=rsi_segs.length}\n        segQS+='RSI='\n\t\tfor (var i=0;i<segLen;i++){\n\t\t\tsegQS+=(rsi_segs[i]+\":\")\n\t\t}\n\t//-->\n        </script>\n    <!-- END AUDIENCESCIENCE AD TAG CODE -->\n</head>\n\n<body class=\"\">\n\n<!-- Google Analytics -->\n                                                                                                                                                                                                                                \t\t    \t\t\t    \t\t\n<script>\n\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\tga('create', 'UA-11880293-1', 'auto');\n\tga('set', {\n\t\t'dimension1': 'Beauty','dimension4': 'Jessica Vince','dimension5': 'Monday\\x2c 29 December 2014'\t});\n\t\t\tga('send', 'pageview');\n</script>\n<!-- End Google Analytics -->\n\n<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1&appId=373396052725750\";\n    fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n\n<div id=\"site-container\">\n\n<div id=\"ad-container\" class=\"container clearfix\">\n\t<div id=\"ad-leaderboard\">\n\t\t\n            <!-- ADS: Widget exists -->\n\n\n<!-- #5297997 -->\n\n\n<div id=\"leaderboardAd\" class=\"ad text-center\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n\n        if (typeof window.ASPQ_KCfLl3 === 'undefined') {\n            window.ASPQ_KCfLl3 = '';\n        }\n\n        if (typeof window.ASPQ_vj0j1Zj === 'undefined') {\n            window.ASPQ_vj0j1Zj = '';\n        }\n\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5297997/0/-1/ADTECH;loc=100;size=468x60;target=_blank;key=key1+key2+key3+key4;'+ segQS +';'+ window.ASPQ_KCfLl3 +';'+ window.ASPQ_vj0j1Zj +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_beauty_leader_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5297997/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5297997/0/-1/ADTECH;loc=300;size=468x60;key=key1+key2+key3+key4;alias=grazia_beauty_leader_\" border=\"0\" width=\"468\" height=\"60\"></a></noscript>\n\n</div>\n\n\t</div>\n</div>\n\n<header id=\"header\" class=\"hidden-xs hidden-sm\">\n\t<div class=\"container\">\n\t\t<div class=\"col-md-20 clearfix\">\n\t\t\t<ul id=\"header-nav\">\n\t\t\t\t<li><a href=\"/account/register\">Newsletter</a></li>\n\t\t\t\t<li><a href=\"http://winit.graziadaily.co.uk/?lorry_data_type=branded\" target=\"_blank\">Win</a></li>\n\t\t\t</ul>\n\n\t\t\t<ul id=\"header-nav-follow\">\n\t\t\t\t<li>Follow Grazia:</li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://www.facebook.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-facebook\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://twitter.com/Grazia_Live\" target=\"_blank\"><i class=\"fa fa-fw fa-twitter\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"http://instagram.com/grazia_live\" target=\"_blank\"><i class=\"fa fa-fw fa-instagram\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://plus.google.com/+graziauk\" target=\"_blank\"><i class=\"fa fa-fw fa-google-plus\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"http://www.pinterest.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-pinterest\"></i></a></li>\n\t\t\t</ul>\n\n\t\t\t<ul id=\"header-nav-account\">\n\t\t\t\t<li class=\"icon\"><i class=\"fa fa-fw fa-user\"></i><a href=\"/account/login\" class=\"sign-in\">Sign In</a>/<a href=\"/account/register\" class=\"sign-in\">Sign Up</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</header>\n\n<section id=\"main-nav\">\n\t<div class=\"container\">\n\t\t<div class=\"col-md-20 clearfix\">\n\t\t\t<div id=\"menu-button\" class=\"hidden-lg no-print\">\n\t\t\t\t<button id=\"btn-mobile-menu\" class=\"btn btn-default\"><i class=\"fa fa-bars\"></i></button>\n\t\t\t</div>\n\n\t\t\t<div id=\"logo\">\n\t\t\t\t<a href=\"/\"><img src=\"/img/logo.png\" alt=\"Grazia Daily\"></a>\n\t\t\t</div>\n\n\t\t\t<div id=\"nav-container\" class=\"visible-lg clearfix\"></div>\n\n\t\t\t<div id=\"search-button\">\n\t\t\t\t<a href=\"#\" id=\"btn-search\" title=\"Search\"><i class=\"fa fa-fw fa-search\"></i></a>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>\n\n<nav id=\"nav\" class=\"slide-away\">\n    <ul class=\"no-print\">\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/fashion\" target=\"\"><span>Fashion</span></a>\n\t\t\t\t\t\t<ul class=\"menu-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-news\" tabindex=\"-1\" target=\"\">Fashion News</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/shopping-fix\" tabindex=\"-1\" target=\"\">Shopping Fix</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/style-hunter\" tabindex=\"-1\" target=\"\">Style Hunter</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-trends\" tabindex=\"-1\" target=\"\">Fashion Trends</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-bloggers\" tabindex=\"-1\" target=\"\">Fashion Bloggers</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/red-carpet\" tabindex=\"-1\" target=\"\">Red Carpet</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item active beauty\">\n\t\t\t<a href=\"/beauty\" target=\"\"><span>Beauty</span></a>\n\t\t\t\t\t\t<ul class=\"menu-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/hair\" tabindex=\"-1\" target=\"\">Hair</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-products\" tabindex=\"-1\" target=\"\">Beauty Products</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-tips\" tabindex=\"-1\" target=\"\">Beauty Tips</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-bloggers\" tabindex=\"-1\" target=\"\">Beauty Bloggers</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fitness-health\" tabindex=\"-1\" target=\"\">Fitness &amp; Health</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/hot-topics\" target=\"\"><span>Hot Topics</span></a>\n\t\t\t\t\t\t<ul class=\"menu-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/entertainment\" tabindex=\"-1\" target=\"\">Entertainment</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/opinion\" tabindex=\"-1\" target=\"\">Opinion</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/lifestyle\" target=\"\"><span>Lifestyle</span></a>\n\t\t\t\t\t\t<ul class=\"menu-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/food\" tabindex=\"-1\" target=\"\">Food</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/weddings\" tabindex=\"-1\" target=\"\">Weddings</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/festivals\" tabindex=\"-1\" target=\"\">Festivals</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/gift-guides\" tabindex=\"-1\" target=\"\">Gift Guides</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/royal-family\" tabindex=\"-1\" target=\"\">Royal Family</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/fashion-shows\" target=\"\"><span>Shows</span></a>\n\t\t\t\t\t\t<ul class=\"menu-5\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/new-york-fashion-week\" tabindex=\"-1\" target=\"\">New York</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/london-fashion-week\" tabindex=\"-1\" target=\"\">London</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/milan-fashion-week\" tabindex=\"-1\" target=\"\">Milan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/paris-fashion-week\" tabindex=\"-1\" target=\"\">Paris</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/2014/11/subscribe-to-grazia-magazine\" target=\"\"><span>Subscribe</span></a>\n\t\t\t\t\t\t<ul class=\"menu-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/2014/11/get-grazia-on-your-ipad\" tabindex=\"-1\" target=\"\">iPad</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" tabindex=\"-1\" target=\"_blank\">Magazine</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/2014/11/get-the-latest-issue-of-grazia\" tabindex=\"-1\" target=\"\">Latest Issue</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"hidden-lg\">\n\t\t\t<ul>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/register\">Newsletter</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"http://winit.graziadaily.co.uk/?lorry_data_type=branded\" target=\"_blank\">Win</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/login\" class=\"sign-in\">Sign In</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/register\" class=\"sign-in\">Sign Up</a></li>\n\t\t\t</ul>\n\t\t\t<hr>\n\t\t</li>\n\t</ul>\n</nav>\n\n<form action=\"/search\" method=\"get\" id=\"search-form\" class=\"search-form form-inline hidden hidden-layer no-print\" role=\"form\">\n\t<a href=\"#\" class=\"close-icon close-search\"></a>\n\t<div class=\"input-group\">\n\t\t<label for=\"searchbox\" class=\"sr-only\">Search</label>\n\t\t<input type=\"search\" id=\"searchbox\" name=\"searchQuery\" class=\"form-control\" autocomplete=\"off\" placeholder=\"Search Grazia...\">\n\t\t<input type=\"hidden\" name=\"searchType\" value=\"All\">\n\t\t<input type=\"hidden\" name=\"page\" value=\"1\">\n\t\t<span class=\"input-group-btn\">\n\t\t\t<button class=\"btn btn-default\" type=\"submit\"><i class=\"fa fa-search\"></i></button>\n\t\t</span>\n\t</div>\n</form>\n\n<div id=\"content\" class=\"article\">\n    \t<div class=\"container\">\n\t\t<div id=\"article-heading\" class=\"col-xs-20\">\n\t\t\t<h1>Lady Gaga Took 50 Selfies For New Shiseido Campaign</h1>\n\t\t</div>\n\n\t\t<div class=\"main-content col-lg-14\">\n\n\t\t\t<article class=\"image  landscape portrait  clearfix\">\n\n\t\t\t\t\n<div id=\"contributor\" class=\"clearfix\">\n\t<img src=\"//mediastorage-lls.bauermedia.co.uk/8b/7cad9/2050d/6db4c/eddd7/e0239/370ee/logo-grazia%20thumb%20copy_42x42.jpg?1415199752\" alt=\"Jessica Vince\" width=\"42\" height=\"42\" class=\"hidden-xs\">\n\t<div class=\"author-container\">\n\t\t<p>\n\t\t\tBy\n\t\t\t\t\t\t<a href=\"/author/jessica-vince\">Jessica Vince</a>\n\t\t\t\t\t\t- 29 December 2014\n\t\t</p>\n\t\t<p class=\"role\">Digital Editor</p>\n\t</div>\n</div>\n\t\t\t\t    <div id=\"hero-portrait\">\n\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/6d/66827/5fd2e/51314/8ea32/96ca2/038df/460600562_700x1050.jpg?1419859499\" width=\"700\" height=\"1050\" alt=\"Lady Gaga out and about in New York City [Getty]\" class=\"hero\">\n\t<p class=\"hero-caption\">Lady Gaga out and about in New York City [Getty]</p>\n\t\t</div>\n\t\t\t\t\n\t\t\t\t<section id=\"social-sharing-top\" class=\"clearfix \">\n\t\n\t\t<script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-544511b46530d558\"></script>\n\t\n\t\t<div class=\"addthis_jumbo_share\"></div>\n\t\n\t</section>\n\t\t\t\t\n\t\t\t\t<div id=\"body-content\" class=\"clearfix\">\n\t\t\t\t<p>Lady Gaga's no stranger to the world of beauty, having&nbsp;worked on a MAC makeup collection&nbsp;before releasing two of her own fragrances. Now she's dipping her heel into the realm once more as the face of Shiseido's 2015 New Year's ad campaign.&nbsp;</p>\r\n<p>Not only that but Gaga turned her hand to photography for the Japanese beauty brand, shooting the campaign images herself. And yes, that means selfies ahoy!&nbsp;</p>\r\n<p>50 selfies to be exact.&nbsp;According to <a href=\"http://media.wwd.com/media-news/fashion-memopad/lady-gaga-to-be-face-of-shiseido-8086067?src=rss/recentstories/20141228\" target=\"_blank\"><em>WWD</em></a>, the pop star shot a&nbsp;different image for a whooping 50 different Japanese newspapers. And it's no surprise considering selfies have dominated social media in 2014 and there's no doubt Gaga's had plenty of practice - have you <em>seen</em> her selfie-packed Instagram profile? Exactly.&nbsp;</p>\r\n<p>Each image will appear across the New Year's busy shopping period, encouraging shoppers to look as selfie-perfect as Gaga and we have every faith they'll be as wacktacular as ever. Sadly,&nbsp;Shiseido has no plans to publish the campaign outside of Japan but if you'd like to see Gaga's 50 selfies, they're due to be released on the brand's website in the New Year. Failing that, we're sure one or two will pop up on Instagram.</p>\r\n\n    <figure class=\"full-landscape\">\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/20/3ace8/48ff2/fbe3f/208b1/803e8/0d5b1/lady-gaga-selfies-Shiseido%20_1060x644.jpg?1419864220\" alt=\"That&#039;s a LOT of selfies [Instagram]\" height=\"644\" width=\"1060\">\n    <figcaption>\n        <p>That's a LOT of selfies [Instagram]</p>\n    </figcaption>\n</figure>\n\t\t\t\t</div>\n\n\t\t\t\t\n\t\t\t\t<section id=\"social-sharing-fb\" class=\"clearfix \">\n\t\t<!-- not using the below html5 version as it shows a comment box that has z-index errors on the ipad, so I have reverted to the iframe code instead -->\n\t<!--<div class=\"fb-like no-print\" data-href=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"true\" data-share=\"false\"></div>-->\n\t<iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign&amp;width=95&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=21&amp;appId=373396052725750\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:95px; height:21px !important;\" allowTransparency=\"true\" class=\"fb-like no-print\"></iframe>\n\t\n\t\n\t\n\t</section>\n\t\t\t\t\t\t\t\t<section id=\"article-tags\">\n\t\t\t\t\t<h3 class=\"no-print\">Tags:</h3>\n\t\t\t\t\t<p class=\"no-print\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/tags/lady-gaga\">Lady Gaga</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t</section>\n\t\t\t\t\n\t\t\t\t<section id=\"social-sharing\" class=\"clearfix visible-lg\">\n\t\n\t\n\t\n\t\t<div class=\"addthis-container no-print\">\n\t\t<!-- AddThis Button BEGIN -->\n\t\t<h3>Share:</h3>\n\t\t<div class=\"addthis_responsive_sharing\"></div>\n\t\t<script type=\"text/javascript\">\n\t\t\tvar addthis_config = {\n\t\t\t\t\"data_track_addressbar\":true\n\t\t\t};\n\t\t\tvar addthis_share = {\n\t\t\t\turl: 'http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign',\n\t\t\t\ttitle: \"Lady Gaga Took 50 Selfies For New Shiseido Campaign (via @Grazia_Live)\"\n\t\t\t};\n\t\t</script>\n\t\t<!-- AddThis Button END -->\n\t</div>\n\t</section>\t\t\t</article>\n\n\t\t\t<div id=\"trending-article\" class=\"clearfix\">\n\t<h2>You May Also <strong>Like</strong></h2>\n\n\t\t<div class=\"trending clearfix\">\n\t\t\t\t<article class=\"trending-1\">\n\t\t\t<a href=\"/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/28/57e19/2ac8c/f0422/7919e/d7056/da3ac/rexfeatures_4301488a_300x450.jpg?1419000986\" alt=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>Inside Our Trip To Gstaad With A Small World And Carey Mulligan</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-2\">\n\t\t\t<a href=\"/2014/12/charli-xcx-charts-the-soundtrack-to-her-life\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/54/a5c55/5908a/a99b2/cfdeb/1d43c/208e1/charli_300x450.jpg?1418988165\" alt=\"Charli XCX Charts The Soundtrack To Her Life\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>Charli XCX Charts The Soundtrack To Her Life</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-3\">\n\t\t\t<a href=\"/2014/12/keira-knightley-pregnant\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/07/a91d5/4c879/f2894/14d93/26d82/507c9/459259876_300x450.jpg?1418290273\" alt=\"CONFIRMED: Keira Knightley Is Pregnant\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>CONFIRMED: Keira Knightley Is Pregnant</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t</div>\n\t\t<div class=\"trending clearfix\">\n\t\t\t\t<article class=\"trending-1\">\n\t\t\t<a href=\"/2015/01/rihanna-best-dressed-2014\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/92/f1620/8cb82/031ca/ed2fe/6b6f4/c493c/rihanna-style-2014_300x450.jpg?1420215036\" alt=\"2014 Best Dressed: Rihanna Did The Trends So You Didn&#039;t Have To\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Fashion</h3>\n\t\t\t\t\t\t<h4>2014 Best Dressed: Rihanna Did The Trends So You Didn't Have To</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-2\">\n\t\t\t<a href=\"/2015/01/wish-you-were-here-see-the-stars-on-their-festive-breaks\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/63/cc5a8/d98df/3d560/75a3a/86867/265b2/FotorCreated_300x450.jpg?1420216923\" alt=\"Wish You Were Here! See The Stars On Their Festive Breaks\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Entertainment</h3>\n\t\t\t\t\t\t<h4>Wish You Were Here! See The Stars On Their Festive Breaks</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-3\">\n\t\t\t<a href=\"/2015/01/alexa-chung-tomboy-girlie-style\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/e9/5f445/c65d8/4e918/3675f/5562e/91bc0/rexfeatures_4273048bi_300x450.jpg?1418899612\" alt=\"2014 Best Dressed: Alexa Chung&#039;s Boy-Meets-Girl Wardrobe\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Fashion</h3>\n\t\t\t\t\t\t<h4>Best Dressed: Alexa Chung's Boy-Meets-Girl Wardrobe</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t</div>\n\t</div>\n\t\t\t<!--<div id=\"outbrain-include\">-->\n\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\" data-widget-id=\"AR_1\" data-ob-template=\"Grazia\"></div>\n\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\t\t\t<!--</div>-->\n\n\t\t\t\t\t\t<section id=\"comments\" data-disqus-shortname=\"graziauk\" data-disqus-url=\"http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign\" data-disqus-identifier=\"/2014/12/lady-gaga-shiseido-campaign\" data-disqus-developer=\"1\">\n\t\t\t\t<div class=\"no-print\">\n\t\t\t\t\t<p class=\"powered-by\">powered by <span class=\"disqus-logo\">DISQUS</span> <a href=\"#\" role=\"button\" data-toggle=\"modal\" data-target=\"#disqus-modal\" title=\"Read more about DISQUS\"><span class=\"hidden\">Read more</span><i class=\"fa fa-question-circle fa-fw\"></i></a></p>\n\n\t\t\t\t\t<div class=\"modal fade\" id=\"disqus-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" data-backdrop=\"false\">\n\t\t\t\t\t\t<div class=\"modal-dialog\">\n\t\t\t\t\t\t\t<div class=\"modal-content\">\n\t\t\t\t\t\t\t\t<div class=\"modal-header\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"modal-title\" id=\"myModalLabel\">Disqus</h4>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"modal-body\">\n\t\t\t\t\t\t\t\t\t<p>Disqus allows you to post comments on our site. You can only post comments if you register with Disqus and your registration data will be handled in accordance with their <a href=\"http://help.disqus.com/customer/portal/articles/466259-privacy-policy\" target=\"_blank\">privacy policy</a>.</p>\n\t\t\t\t\t\t\t\t\t<p>Disqus will use your registration data (email) to send you additional information. Details of how you can opt out are contained in the verification email which you will be sent after you sign up</p>\n\t\t\t\t\t\t\t\t\t<p>Please read the <a href=\"http://help.disqus.com/customer/portal/articles/466260-terms-of-service\" target=\"_blank\">Disqus terms of service</a></p>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"modal-footer\">\n\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Close</button>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<p class=\"comments-loading\">Loading...</p>\n\t\t\t\t\t<div id=\"disqus_thread\"></div>\n\t\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t\t\t\t\t<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n\t\t\t\t</div>\n\t\t\t</section>\n\t\t</div>\n\n\t\t\n\t\t\n\t\t<div class=\"rhs col-lg-6 portrait\">\n\t\t\t<div class=\"clearfix\">\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #5297992 -->\n\n\n<div id=\"mpuAd\" class=\"ad mpu col-xs-20 clearfix\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n\n        if (typeof window.ASPQ_42HuSi === 'undefined') {\n            window.ASPQ_42HuSi = '';\n        }\n\n        if (typeof window.ASPQ_tAw7BP === 'undefined') {\n            window.ASPQ_tAw7BP = '';\n        }\n\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5297992/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;'+ segQS +';'+ window.ASPQ_42HuSi +';'+ window.ASPQ_tAw7BP +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_beauty_mpu_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5297992/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5297992/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=grazia_beauty_mpu_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n\n\t\n\t\t<div id=\"article-360\" class=\"clearfix\">\n\t<h2>Related <strong>Stories</strong></h2>\n\n\t\t<article class=\"related-1 clearfix\">\n\t\t<a href=\"/2014/12/lady-gaga-takes-off-her-wig-and-reveals-her-real-hair\" title=\"Lady Gaga Takes Off Her Wig And Reveals Her REAL Hair\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"Lady Gaga Takes Off Her Wig And Reveals Her REAL Hair\" src=\"//mediastorage-lls.bauermedia.co.uk/60/8781e/5a56c/2ee19/a988e/886d0/bee99/webnew_9_300x450.jpg?1417959700\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>People</h3>\n\t\t\t\t\t<h4>Lady Gaga Takes Off Her Wig And Reveals Her REAL Hair</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t\t<article class=\"related-2 clearfix\">\n\t\t<a href=\"/2014/11/the-top-10-best-holiday-beauty-essentials\" title=\"The Top 10 Best Holiday Beauty Essentials\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"The Top 10 Best Holiday Beauty Essentials\" src=\"//mediastorage-lls.bauermedia.co.uk/9a/05a0b/06048/70c75/25f35/00a52/f32e1/author%20profile%20background_300x450.jpg?1415717624\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>Beauty</h3>\n\t\t\t\t\t<h4>Heading for more tropical climates? Prepare yourself with our top 10 best holiday essentials. From mascara that won’t melt in the sun to 8-in-1 bronzing BB cream...</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t\t<article class=\"related-3 clearfix\">\n\t\t<a href=\"/2014/12/kim-kardashian-kanye-west-balmain-campaign\" title=\"Kim Kardashian And Kanye West Land First Joint Campaign For Balmain\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"Kim Kardashian And Kanye West Land First Joint Campaign For Balmain\" src=\"//mediastorage-lls.bauermedia.co.uk/98/3a10d/e4a34/9214b/052ac/75720/98bc7/balmain_300x450.jpg?1419256426\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>Fashion</h3>\n\t\t\t\t\t<h4>Kimye Land First Joint Kampaign For Balmain</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t</div>\n\t\n\t\t<div id=\"also-like\" class=\"clearfix\">\n\t<h2>Latest <strong>Stories</strong></h2>\n\n\t<ul class=\"also-like-1 clearfix\">\n\t\t\t\t<li id=\"also-like-main\" class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2015/01/rosie-huntington-whiteley-gets-a-lob\" class=\"clearfix\">\n\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/6f/1b5a6/52a1a/4bc04/463c2/2a52b/a81b0/rosie%20use_1060x644.jpg?1420194011\" alt=\"Rosie Huntington Whiteley Gets A Lob\" class=\"hidden-xs hidden-sm\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>2 January 2015</span>\n\t\t\t\t\tRosie Huntington Whiteley Goes For A Lob\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/madonna-versace-campaign-lady-gaga\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>31 December 2014</span>\n\t\t\t\t\tWhat Donatella Versace Really Thought Of Shooting Madonna Vs Lady Gaga\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\n\t\t<ul class=\"also-like-2 clearfix\">\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/hairspiration-of-the-week\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>22 December 2014</span>\n\t\t\t\t\tHairspiration Of The Week: Healthy, Bouncy Curls\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-2 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/kim-kardashian-hairstylist-website\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>22 December 2014</span>\n\t\t\t\t\tKim Kardashian's Hairstylist Has Her Own Tutorial Website\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-3 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/pixiwoo-interview-christmas\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>19 December 2014</span>\n\t\t\t\t\tWe Talk To Blogging Duo Pixiwoo On Their Success And What They're Up To This Christmas\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-4 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/the-best-beauty-boxes-and-who-to-buy-them-for\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>21 December 2014</span>\n\t\t\t\t\tThe Best Beauty Boxes & Who To Buy Them For\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\t\t<ul class=\"also-like-3 clearfix\">\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/pixiwoo-interview-christmas\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>19 December 2014</span>\n\t\t\t\t\tWe Talk To Blogging Duo Pixiwoo On Their Success And What They're Up To This Christmas\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-2 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/the-best-beauty-boxes-and-who-to-buy-them-for\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>21 December 2014</span>\n\t\t\t\t\tThe Best Beauty Boxes & Who To Buy Them For\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-3 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/liz-loves-christmas-statement-lips-and-winter-walks\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>18 December 2014</span>\n\t\t\t\t\tLiz Loves... Christmas, Statement Lips And Winter Walks\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-4 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/sensitive-skin-products\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>18 December 2014</span>\n\t\t\t\t\t10 Hot Products To Calm Sensitive Skin\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\t</div>\t\n\t\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #5297998 -->\n\n\n<div id=\"mpuAdLower\" class=\"ad mpu mpu-lower col-xs-20 hidden-xs hidden-sm clearfix\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5297998/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;kv'+ segQS +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_beauty_mpu2_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5297998/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5297998/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=grazia_beauty_mpu2_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n</div>\n\n<div id=\"widgets\" data-widget-list=\"widget-diets, widget-dating, widget-bingo, widget-magazine-subscribe\"></div>\n\t\t</div>\n\t</div>\n</div>\n\n<footer class=\"clearfix\">\n\t<div id=\"footer-bar\">\n\t\t<div class=\"container col-xs-20\">\n\t\t\t<div id=\"magazine-desktop\"></div>\n\n\t\t\t<div id=\"desktop-container\">\n\t\t\t\t<ul id=\"footer-nav\" class=\"hidden-xs hidden-sm clearfix no-print\">\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-1\">\n\t\t\t\t\t\t<a href=\"/fashion\"><span>Fashion</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-2 active beauty\">\n\t\t\t\t\t\t<a href=\"/beauty\"><span>Beauty</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-3\">\n\t\t\t\t\t\t<a href=\"/hot-topics\"><span>Hot Topics</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-4\">\n\t\t\t\t\t\t<a href=\"/lifestyle\"><span>Lifestyle</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-5\">\n\t\t\t\t\t\t<a href=\"/fashion-shows\"><span>Shows</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-6\">\n\t\t\t\t\t\t<a href=\"/2014/11/subscribe-to-grazia-magazine\"><span>Subscribe</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t<hr>\n\n\t\t\t\t<div id=\"footer-magazine\" class=\"clearfix hidden-xs hidden-sm no-print\">\n\t\t\t\t\t<a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" target=\"_blank\"><img src=\"//mediastorage-lls.bauermedia.co.uk/graziadaily/cover/latestCover.jpg\" alt=\"Grazia Magazine\" class=\"visible-md visible-lg\"></a>\n\t\t\t\t</div>\n\n\t\t\t\t<ul id=\"footer-social\" class=\"clearfix no-print\">\n\t\t\t\t\t<li><a href=\"https://www.facebook.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-facebook\"></i>Facebook</a></li>\n\t\t\t\t\t<li><a href=\"https://twitter.com/Grazia_Live\" target=\"_blank\"><i class=\"fa fa-fw fa-twitter\"></i>Twitter</a></li>\n\t\t\t\t\t<li><a href=\"http://instagram.com/grazia_live\" target=\"_blank\"><i class=\"fa fa-fw fa-instagram\"></i>Instagram</a></li>\n\t\t\t\t\t<li><a href=\"https://plus.google.com/+graziauk\" target=\"_blank\"><i class=\"fa fa-fw fa-google-plus\"></i>Google+</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pinterest.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-pinterest\"></i>Pinterest</a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<ul id=\"global-nav\" class=\"clearfix no-print\">\n\t\t\t\t\t<li><a href=\"/about-us\">About Us</a></li>\n\t\t\t\t\t<li class=\"hidden-md hidden-lg\"><a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" target=\"_blank\">Subscribe</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/advertising-terms.html\" target=\"_blank\">Advertising</a></li>\n\t\t\t\t\t<li><a href=\"/contact-us\">Contact Us</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Cookies</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Privacy Policy</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauermediacomplaints.co.uk\" target=\"_blank\">Complaints</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/competition-terms.html\" target=\"_blank\">Competition Terms</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/website-terms.html\" target=\"_blank\">Terms &amp; Conditions</a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<ul id=\"bauer-titles\" class=\"clearfix no-print\">\n\t\t\t\t\t<li>Bauer Lifestyle Titles:</li>\n\t\t\t\t\t<li class=\"title\"><a href=\"http://www.closeronline.co.uk/\" target=\"_blank\">Closer</a></li>\n\t\t\t\t\t<li class=\"title\"><a href=\"http://www.heatworld.com/\" target=\"_blank\">Heat</a></li>\n\t\t\t\t\t<li class=\"title no-slash\"><a href=\"http://www.thedebrief.co.uk/\" target=\"_blank\">The Debrief</a></li>\n\t\t\t\t\t<li class=\"shop\"><a href=\"http://www.graziashop.com/\" target=\"_blank\"><img src=\"/img/grazia-shop-logo.png\"></a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<hr id=\"footer-hr-bottom\">\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<p class=\"copyright col-xs-20 text-center container no-print\">&copy; Bauer Consumer Media Ltd, company number: 01176085 registered office 1 Lincoln Court, Lincoln Road, Peterborough PE1 2RF registered in England and Wales.\n\t\t<br />Grazia Daily is part of the Bauer Media Entertainment Network</p>\n</footer>\n</div>\n<div id=\"overlay\" class=\"hidden\"></div>\n\n<script src=\"//code.jquery.com/jquery-1.11.0.min.js\" type=\"text/javascript\"></script>\n<script>window.jQuery || document.write('<script src=\"/js/jquery-1.11.0.min.js\" type=\"text/javascript\"><\\/script>')</script>\n<script src=\"/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/BrightcoveExperiences.js\" type=\"text/javascript\"></script>\n<script src=\"/js/postscribe.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/royalslider/jquery.royalslider.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/breakpoints.min.js?cachebuster=201411051230\" type=\"text/javascript\"></script>\n<script src=\"/js/main.min.js?cachebuster=201411271655\" type=\"text/javascript\"></script>\n<script src=\"/js/ie8ArrayFix.js\" type=\"text/javascript\"></script>\n<script src=\"/js/instafeed.min.js\" type=\"text/javascript\"></script>\n\n<script type=\"text/javascript\" async src=\"//assets.pinterest.com/js/pinit.js\"></script>\n<!-- Start of Grazia Skimlinks -->\n<script type=\"text/javascript\" src=\"http://s.skimresources.com/js/31715X893100.skimlinks.js\"></script>\n<!-- End of Grazia Skimlinks -->\n<script type=\"text/javascript\">\n    (function () {\n        var cp = document.createElement('script'); cp.type = 'text/javascript';\n        cp.src = ('https:' == window.location.protocol ? 'https://scripts-cdn.bauersecure.com' : 'http://scripts.bauercdn.com') + '/common/cookiePolicy/';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cp, s);\n    })();\n      \n__reach_config = {\n    pid: '525dbeb797b0c92b79000002',               // The SimpleReach assigned Publisher ID (pid)\n    title: 'Lady Gaga Took 50 Selfies For New Shiseido Campaign',           // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n    url: 'http://www.graziadaily.co.uk/2014/12/lady-gaga-shiseido-campaign',     // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n    date: '2014-12-29T14:26:52+00:00', // Article publish date in UTC or any ISO8601 date\n    authors: ['Jessica Vince'],      // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n    channels: ['Beauty'],      // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n    tags: ['Lady Gaga'],   // An array of the article tag(s); (remember that they should be escaped, not HTML or URL encoded)\n    iframe: true          // Send event through iframe\n    //landing_url: '$url'    // Optional parameter for the main page of slideshows, galleries, multipage articles, etc.\n};\n(function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] ||\n       document.getElementsByTagName('body')[0]).appendChild(s);\n})();\n </script>\n\n<!-- AUDIENCESCIENCE AD TAG CODE -->\n<script type=\"text/javascript\" language=\"JavaScript\">\n    var asUrl = \"//js.revsci.net/gateway/gw.js?csid=H07711&auto=t\";\n    var asP = document.body == null ? document.getElementsByTagName('head')[0] : document.body;\n    var asE = document.createElement(\"script\");asE.language = \"JavaScript\";\n    asE.type = \"text/javascript\";\n    asE.src = asUrl;\n    asP.insertBefore(asE,asP.firstChild);\n</script>\n<!-- END AUDIENCESCIENCE AD TAG CODE -->\n\n<!-- Begin comScore Tag -->\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035170&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- Start of Chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = '57607';\n    _sf_async_config.domain = 'graziadaily.com';\n    _sf_async_config.useCanonical = true;\n        _sf_async_config.sections = 'Beauty';\n            _sf_async_config.authors = 'Jessica Vince';\n    \n    /** CONFIGURATION END **/\n    (function(){\n        function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n            document.body.appendChild(e);\n        }\n        var oldonload = window.onload;\n        window.onload = (typeof window.onload != 'function') ?\n                loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n<!-- End of Chartbeat -->\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/graziadaily.co.uk2.html",
    "content": "\t<!DOCTYPE html>\n<!--[if IE 8]><html lang=\"en\" class=\"no-js lt-ie10 lt-ie9\"><![endif]-->\n<!--[if IE 9]><html lang=\"en\" class=\"no-js lt-ie10\"><![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n<head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"format-detection\" content=\"telephone=no\">\n\n    <title> 2014 Gstaad: A Small World With Carey Mulligan | Hot Topics | Grazia Daily</title>\n    <meta name=\"description\" content=\"From fondue-ing at the top of a mountain to hanging with Carey Mulligan, we round up the highlights of ASMALLWORLD&#039;s winter weekend.  \" />\n    <meta name=\"keywords\" content=\"a small world, gstaad, palace, winter weekend, carey mulligan, dianna agron, pixie geldof, jeremy irvine, tali lennox,  \" />\n\n     <meta property=\"og:type\" content=\"blog\">\n<meta property=\"og:title\" content=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n<meta property=\"og:description\" content=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n<meta property=\"og:url\" content=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\">\n<meta property=\"og:site_name\" content=\"Grazia_Live\" />\n<meta property=\"og:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/28/57e19/2ac8c/f0422/7919e/d7056/da3ac/rexfeatures_4301488a_300x450.jpg?1419000986\">\n \n         <meta name=\"twitter:site\" content=\"@Grazia_Live\">\n    <meta name=\"twitter:card\" content=\"summary\">\n     <meta name=\"twitter:url\" content=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\">\n<meta name=\"twitter:title\" content=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n<meta name=\"twitter:description\" content=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n<meta property=\"twitter:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/28/57e19/2ac8c/f0422/7919e/d7056/da3ac/rexfeatures_4301488a_300x450.jpg?1419000986\">\n \n    <base href=\"/\">\n    <link href=\"/css/bootstrap.css?cachekey=201410201435\" rel=\"stylesheet\">\n    <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css\" rel=\"stylesheet\">\n\t<link href=\"//fonts.googleapis.com/css?family=EB+Garamond\" rel=\"stylesheet\" type=\"text/css\">\n\t<link href=\"/css/raleigh.css?cachekey=201410231000\" rel=\"stylesheet\">\n\t<link href=\"/css/gillsans.css?cachekey=201411201200\" rel=\"stylesheet\">\n    <link href=\"/css/theme.css?cachekey=201411271730\" rel=\"stylesheet\">\n    <link href=\"/css/print.css?cachekey=201410151130\" rel=\"stylesheet\" media=\"print\">\n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n\t<link rel=\"canonical\" href=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\">\n\n    <!-- Fav and touch ico -->\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/apple-touch-icon-144x144-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/apple-touch-icon-57x57-precomposed.png\" />\n\n    <script src=\"/js/modernizr.custom.35240.js\"></script>\n    <script src=\"/js/ads.js\"></script>\n\n    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->\n    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->\n    <!--[if lt IE 9]>\n    <script src=\"//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\n    <script src=\"//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js\"></script>\n    <![endif]-->\n\n    <!-- Begin comScore Tag -->\n\t<script>\n\t\tvar _comscore = _comscore || [];\n\t\t_comscore.push({ c1: \"2\", c2: \"6035170\" });\n\t\t(function() {\n\t\t\tvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t\t\tel.parentNode.insertBefore(s, el);\n\t\t})();\n\t</script>\n    <!-- End comScore Tag -->\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n\n    <!-- START HAWKEYE AD TAG CODE -->\n    <script type=\"text/javascript\" language=\"JavaScript\">\n        //name: Bauer Female preQual\n        //created: 09/25/2013 06:05\n        var cb = new Date().getTime();\n        var asiPqTag = false;\n        try {\n            document.write(\"<sc\" + \"ript type='text/javascript' language='JavaScript' src='http://pq-direct.revsci.net/pql?placementIdList=IaKDIk,UE0doj,2wHTq2,LGDAE2&cb=\" + cb + \"'></sc\" + \"ript>\");\n        } catch(err) { }\n    </script>\n\n    <script type=\"text/javascript\" language=\"JavaScript\">\n        if (typeof asiPlacements != \"undefined\") { for(var p in asiPlacements) {\n            window[\"ASPQ_\"+p]=\"\"; for(var key in asiPlacements[p].data) {\n                window[\"ASPQ_\"+p] += \"kvPQ_\"+p+\"=\"+key;\n            }\n        }\n        } </script>\n    <!-- END HAWKEYE AD TAG CODE -->\n\n    <!-- AUDIENCESCIENCE AD TAG CODE -->\n    <script type=\"text/javascript\">\n\t<!--\n\t\tvar rsi_segs = [];\n\t\tvar segs_beg=document.cookie.indexOf('rsi_segs=');\n\t\tif (segs_beg>=0){\n\t\t\tsegs_beg=document.cookie.indexOf('=',segs_beg)+1;\n\t\t\tif(segs_beg>0){\n\t\t\t\tvar segs_end=document.cookie.indexOf(';',segs_beg);\n\t\t\t\tif(segs_end==-1) segs_end=document.cookie.length;\n\t\t\t\trsi_segs=document.cookie.substring(segs_beg,segs_end)\n\t\t\t\t.split('|');\n\t\t\t}\n\t\t}\n\t\tvar segLen=6;\n\t\tvar segQS=\"\";\n\t\tif (rsi_segs.length<segLen){segLen=rsi_segs.length}\n        segQS+='RSI='\n\t\tfor (var i=0;i<segLen;i++){\n\t\t\tsegQS+=(rsi_segs[i]+\":\")\n\t\t}\n\t//-->\n        </script>\n    <!-- END AUDIENCESCIENCE AD TAG CODE -->\n</head>\n\n<body class=\"\">\n\n<!-- Google Analytics -->\n                                                                                                                                                                                                                                \t\t    \t\t\t    \t\t\n<script>\n\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\tga('create', 'UA-11880293-1', 'auto');\n\tga('set', {\n\t\t'dimension1': 'Hot Topics','dimension4': 'Alya Mooro','dimension5': 'Friday\\x2c 19 December 2014'\t});\n\t\t\tga('send', 'pageview');\n</script>\n<!-- End Google Analytics -->\n\n<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1&appId=373396052725750\";\n    fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n\n<div id=\"site-container\">\n\n<div id=\"ad-container\" class=\"container clearfix\">\n\t<div id=\"ad-leaderboard\">\n\t\t\n            <!-- ADS: Widget exists -->\n\n\n<!-- #5298737 -->\n\n\n<div id=\"leaderboardAd\" class=\"ad text-center\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n\n        if (typeof window.ASPQ_KCfLl3 === 'undefined') {\n            window.ASPQ_KCfLl3 = '';\n        }\n\n        if (typeof window.ASPQ_vj0j1Zj === 'undefined') {\n            window.ASPQ_vj0j1Zj = '';\n        }\n\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5298737/0/-1/ADTECH;loc=100;size=468x60;target=_blank;key=key1+key2+key3+key4;'+ segQS +';'+ window.ASPQ_KCfLl3 +';'+ window.ASPQ_vj0j1Zj +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_hottopics_leader_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5298737/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5298737/0/-1/ADTECH;loc=300;size=468x60;key=key1+key2+key3+key4;alias=grazia_hottopics_leader_\" border=\"0\" width=\"468\" height=\"60\"></a></noscript>\n\n</div>\n\n\t</div>\n</div>\n\n<header id=\"header\" class=\"hidden-xs hidden-sm\">\n\t<div class=\"container\">\n\t\t<div class=\"col-md-20 clearfix\">\n\t\t\t<ul id=\"header-nav\">\n\t\t\t\t<li><a href=\"/account/register\">Newsletter</a></li>\n\t\t\t\t<li><a href=\"http://winit.graziadaily.co.uk/?lorry_data_type=branded\" target=\"_blank\">Win</a></li>\n\t\t\t</ul>\n\n\t\t\t<ul id=\"header-nav-follow\">\n\t\t\t\t<li>Follow Grazia:</li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://www.facebook.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-facebook\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://twitter.com/Grazia_Live\" target=\"_blank\"><i class=\"fa fa-fw fa-twitter\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"http://instagram.com/grazia_live\" target=\"_blank\"><i class=\"fa fa-fw fa-instagram\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"https://plus.google.com/+graziauk\" target=\"_blank\"><i class=\"fa fa-fw fa-google-plus\"></i></a></li>\n\t\t\t\t<li class=\"icon\"><a href=\"http://www.pinterest.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-pinterest\"></i></a></li>\n\t\t\t</ul>\n\n\t\t\t<ul id=\"header-nav-account\">\n\t\t\t\t<li class=\"icon\"><i class=\"fa fa-fw fa-user\"></i><a href=\"/account/login\" class=\"sign-in\">Sign In</a>/<a href=\"/account/register\" class=\"sign-in\">Sign Up</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</header>\n\n<section id=\"main-nav\">\n\t<div class=\"container\">\n\t\t<div class=\"col-md-20 clearfix\">\n\t\t\t<div id=\"menu-button\" class=\"hidden-lg no-print\">\n\t\t\t\t<button id=\"btn-mobile-menu\" class=\"btn btn-default\"><i class=\"fa fa-bars\"></i></button>\n\t\t\t</div>\n\n\t\t\t<div id=\"logo\">\n\t\t\t\t<a href=\"/\"><img src=\"/img/logo.png\" alt=\"Grazia Daily\"></a>\n\t\t\t</div>\n\n\t\t\t<div id=\"nav-container\" class=\"visible-lg clearfix\"></div>\n\n\t\t\t<div id=\"search-button\">\n\t\t\t\t<a href=\"#\" id=\"btn-search\" title=\"Search\"><i class=\"fa fa-fw fa-search\"></i></a>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>\n\n<nav id=\"nav\" class=\"slide-away\">\n    <ul class=\"no-print\">\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/fashion\" target=\"\"><span>Fashion</span></a>\n\t\t\t\t\t\t<ul class=\"menu-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-news\" tabindex=\"-1\" target=\"\">Fashion News</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/shopping-fix\" tabindex=\"-1\" target=\"\">Shopping Fix</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/style-hunter\" tabindex=\"-1\" target=\"\">Style Hunter</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-trends\" tabindex=\"-1\" target=\"\">Fashion Trends</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fashion-bloggers\" tabindex=\"-1\" target=\"\">Fashion Bloggers</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/red-carpet\" tabindex=\"-1\" target=\"\">Red Carpet</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/beauty\" target=\"\"><span>Beauty</span></a>\n\t\t\t\t\t\t<ul class=\"menu-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/hair\" tabindex=\"-1\" target=\"\">Hair</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-products\" tabindex=\"-1\" target=\"\">Beauty Products</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-tips\" tabindex=\"-1\" target=\"\">Beauty Tips</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/beauty-bloggers\" tabindex=\"-1\" target=\"\">Beauty Bloggers</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/fitness-health\" tabindex=\"-1\" target=\"\">Fitness &amp; Health</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item active hot-topics\">\n\t\t\t<a href=\"/hot-topics\" target=\"\"><span>Hot Topics</span></a>\n\t\t\t\t\t\t<ul class=\"menu-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/entertainment\" tabindex=\"-1\" target=\"\">Entertainment</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/opinion\" tabindex=\"-1\" target=\"\">Opinion</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/lifestyle\" target=\"\"><span>Lifestyle</span></a>\n\t\t\t\t\t\t<ul class=\"menu-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/food\" tabindex=\"-1\" target=\"\">Food</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/weddings\" tabindex=\"-1\" target=\"\">Weddings</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/festivals\" tabindex=\"-1\" target=\"\">Festivals</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/gift-guides\" tabindex=\"-1\" target=\"\">Gift Guides</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/royal-family\" tabindex=\"-1\" target=\"\">Royal Family</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/fashion-shows\" target=\"\"><span>Shows</span></a>\n\t\t\t\t\t\t<ul class=\"menu-5\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/new-york-fashion-week\" tabindex=\"-1\" target=\"\">New York</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/london-fashion-week\" tabindex=\"-1\" target=\"\">London</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/milan-fashion-week\" tabindex=\"-1\" target=\"\">Milan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/paris-fashion-week\" tabindex=\"-1\" target=\"\">Paris</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"nav-item\">\n\t\t\t<a href=\"/2014/11/subscribe-to-grazia-magazine\" target=\"\"><span>Subscribe</span></a>\n\t\t\t\t\t\t<ul class=\"menu-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/2014/11/get-grazia-on-your-ipad\" tabindex=\"-1\" target=\"\">iPad</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" tabindex=\"-1\" target=\"_blank\">Magazine</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/2014/11/get-the-latest-issue-of-grazia\" tabindex=\"-1\" target=\"\">Latest Issue</a></li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t<hr class=\"hidden-lg\">\n\t\t\t\t\t</li>\n\t\t\t\t<li class=\"hidden-lg\">\n\t\t\t<ul>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/register\">Newsletter</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"http://winit.graziadaily.co.uk/?lorry_data_type=branded\" target=\"_blank\">Win</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/login\" class=\"sign-in\">Sign In</a></li>\n\t\t\t\t<li class=\"upper\"><a href=\"/account/register\" class=\"sign-in\">Sign Up</a></li>\n\t\t\t</ul>\n\t\t\t<hr>\n\t\t</li>\n\t</ul>\n</nav>\n\n<form action=\"/search\" method=\"get\" id=\"search-form\" class=\"search-form form-inline hidden hidden-layer no-print\" role=\"form\">\n\t<a href=\"#\" class=\"close-icon close-search\"></a>\n\t<div class=\"input-group\">\n\t\t<label for=\"searchbox\" class=\"sr-only\">Search</label>\n\t\t<input type=\"search\" id=\"searchbox\" name=\"searchQuery\" class=\"form-control\" autocomplete=\"off\" placeholder=\"Search Grazia...\">\n\t\t<input type=\"hidden\" name=\"searchType\" value=\"All\">\n\t\t<input type=\"hidden\" name=\"page\" value=\"1\">\n\t\t<span class=\"input-group-btn\">\n\t\t\t<button class=\"btn btn-default\" type=\"submit\"><i class=\"fa fa-search\"></i></button>\n\t\t</span>\n\t</div>\n</form>\n\n<div id=\"content\" class=\"article\">\n    \t<div class=\"container\">\n\t\t<div id=\"article-heading\" class=\"col-xs-20\">\n\t\t\t<h1>Inside Our Trip To Gstaad With A Small World And Carey Mulligan</h1>\n\t\t</div>\n\n\t\t<div class=\"main-content col-lg-14\">\n\n\t\t\t<article class=\"image  landscape   clearfix\">\n\n\t\t\t\t\n<div id=\"contributor\" class=\"clearfix\">\n\t<img src=\"//mediastorage-lls.bauermedia.co.uk/8b/7cad9/2050d/6db4c/eddd7/e0239/370ee/logo-grazia%20thumb%20copy_42x42.jpg?1415273697\" alt=\"Alya Mooro\" width=\"42\" height=\"42\" class=\"hidden-xs\">\n\t<div class=\"author-container\">\n\t\t<p>\n\t\t\tBy\n\t\t\t\t\t\t<a href=\"/author/alya-mooro\">Alya Mooro</a>\n\t\t\t\t\t\t- 19 December 2014\n\t\t</p>\n\t\t<p class=\"role\">Contributing Writer</p>\n\t</div>\n</div>\n\t\t\t\t\n\t\t\t\t    <div id=\"hero-landscape\" class=\" image\">\n    \t<img src=\"//mediastorage-lls.bauermedia.co.uk/28/57e19/2ac8c/f0422/7919e/d7056/da3ac/rexfeatures_4301488a_1060x644.jpg?1419000985\" width=\"1060\" height=\"644\" alt=\"Carey Mulligan and Dianna Agron at ASW Winter Weekend [Rex]\" class=\"hero\">\n\t<p class=\"hero-caption\">Carey Mulligan and Dianna Agron at ASW Winter Weekend [Rex]</p>\n    \t</div>\n\t\t\t\t<section id=\"social-sharing-top\" class=\"clearfix \">\n\t\n\t\t<script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-544511b46530d558\"></script>\n\t\n\t\t<div class=\"addthis_jumbo_share\"></div>\n\t\n\t</section>\n\t\t\t\t\n\t\t\t\t<div id=\"body-content\" class=\"clearfix\">\n\t\t\t\t<p>'Tis the season to wrap up, get glam and ingest your body weight in food and drink. No better time, then, for ASMALLWORLD's utterly fabulous multi-day 10th birthday party in Gstaad, Switzerland. And so it was that our Alya Mooro joined &nbsp;a rolodex of some of the most alluring individuals, the likes of Dianna Agron, Caitlin FitzGerald, Pixie Geldof, Tali Lennox and the utterly charming Carey Mulligan - who hosted the Saturday night charity gala in aid of War Child - to descend upon the Palace Hotel in Gstaad for a weekend that positively oozed glamour.&nbsp;We round up some of our highlights of the trip below...&nbsp;</p>\r\n<h2>Eating &amp; Drinking... Lots</h2>\r\n\n<figure >\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/b3/d394c/ed559/2a117/873cd/b5cc9/e190b/10838890_1503441899944911_407685754_n_2000x2000.jpg?1419002027\" alt=\"Our Alya Mooro with ASMALLWORLD guest at the cocktail dinner\" height=\"2000\" width=\"2000\">\n    <figcaption>\n        <p>Our Alya Mooro with ASMALLWORLD guest at the cocktail dinner</p>\n    </figcaption>\n</figure>\r\n<p>The Palace Hotel acted as ground zero for the weekend, hosting a number of fabulous gatherings including welcome cocktails on the Friday night ahead of an epic dinner at in-house restaurant Gildo's where guests got to know each other over wine and three courses of superb cuisine before decamping to the basement club (more on which later).&nbsp;</p>\r\n<h2>Gstaad'd From The Bottom...</h2>\r\n\n<figure >\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/c7/47b50/7d13f/25fae/e8860/d282f/d34a5/10832119_1502469540042114_138271515_n_2000x2000.jpg?1419001324\" alt=\"The view from the top of Wasserngrat\" height=\"2000\" width=\"2000\">\n    <figcaption>\n        <p>The view from the top of Wasserngrat</p>\n    </figcaption>\n</figure>\r\n<p>While some of the more ambitious of individuals spent their morning after the night before taking to the slopes in their ski gear, the rest of us took a more leisurely approach in the form of a chairlift to the top of Wasserngrat mountain, where we were greeted by a beaming sun, ridiculously Instagrammable views and cauldrons and cauldrons of bubbling cheese. And&nbsp;our lives were basically complete. Giddy from having ingested a lifetime supply of cheese and wine, the remainder of the afternoon was spent concoting the best hashtags to accompany our fairytale-perfect snaps. Our favourite? 'Gstaad'd from the bottom now we here.' Yup, we think Drake would be proud of that one, too. All credit to the altitude. And the wine.&nbsp;</p>\r\n<h2>Reckless &amp; Generous...</h2>\r\n\n<figure >\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/1e/8ac1d/4009e/de4cb/f0303/7832b/a954c/rexfeatures_4301488cg_2000x2000.jpg?1419001390\" alt=\"Paula Goldstein, Cleo Wade, Caitlin Fitzgerald rocking the headgear at ASW Winter Weekend [Rex]\" height=\"2000\" width=\"2000\">\n    <figcaption>\n        <p>Paula Goldstein, Cleo Wade, Caitlin Fitzgerald rocking the headgear at ASW Winter Weekend [Rex]</p>\n    </figcaption>\n</figure>\r\n<p>Snow boots and gigantic fluffy hats safely tucked away, guests descended upon the Palace ballroom in a dizzying array of black tie extravagance. With trailing dresses in any and all colours imaginable, glittering jewels and a collection of headdresses that frankly make Blair Waldorf's look preeeetty pitiful, guests took their seats for a five course meal that was overseen by none other than Carey Mulligan and ASW Chairman Patrick Liotard-Vogt. 'I am begging you to give recklessly and generously,' said Mulligan in her impassioned address. And who could turn her down? With help from raffle prizes from the likes of Hublot, Maiyet, Tinker Tailor, and even a peck on the cheek from Dianna Agron, $100,000 was raised for War Child - a charity that provides support to children in high conflict zones around the world.</p>\r\n<h2>Take It To The Basement...</h2>\r\n\n<figure >\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/36/024c6/4c9bd/cb611/36874/f6b99/d9d89/10853146_638182016303898_612778070_n_2000x2000.jpg?1419001503\" alt=\"Our Alya Mooro with Dianna Agron\" height=\"2000\" width=\"2000\">\n    <figcaption>\n        <p>Our Alya Mooro with Dianna Agron</p>\n    </figcaption>\n</figure>\r\n<p>The Palace's basement nightclub - hailed as one of the most exclusive in the region - hosted the afterparties that concluded both festive evenings, and almost contributed to many a missed flight on the Sunday morning! Shoes in hand and fists pumping, attendees of the soirees quite literally let their hair down, dancing into the morning with a little help from the DJs who alternated between the latest in chart topping hits to never forgotten classics, pleasing just about everyone in the process. As attendees from literally all around the world revelled in the moment, we realised just how small a world it is, and how happy we are to be a part of it.&nbsp;&nbsp;</p>\n\t\t\t\t</div>\n\n\t\t\t\t\n\t\t\t\t<section id=\"social-sharing-fb\" class=\"clearfix \">\n\t\t<!-- not using the below html5 version as it shows a comment box that has z-index errors on the ipad, so I have reverted to the iframe code instead -->\n\t<!--<div class=\"fb-like no-print\" data-href=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"true\" data-share=\"false\"></div>-->\n\t<iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan&amp;width=95&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=21&amp;appId=373396052725750\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:95px; height:21px !important;\" allowTransparency=\"true\" class=\"fb-like no-print\"></iframe>\n\t\n\t\n\t\n\t</section>\n\t\t\t\t\t\t\t\t<section id=\"article-tags\">\n\t\t\t\t\t<h3 class=\"no-print\">Tags:</h3>\n\t\t\t\t\t<p class=\"no-print\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/tags/carey-mulligan\">Carey Mulligan</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t</section>\n\t\t\t\t\n\t\t\t\t<section id=\"social-sharing\" class=\"clearfix visible-lg\">\n\t\n\t\n\t\n\t\t<div class=\"addthis-container no-print\">\n\t\t<!-- AddThis Button BEGIN -->\n\t\t<h3>Share:</h3>\n\t\t<div class=\"addthis_responsive_sharing\"></div>\n\t\t<script type=\"text/javascript\">\n\t\t\tvar addthis_config = {\n\t\t\t\t\"data_track_addressbar\":true\n\t\t\t};\n\t\t\tvar addthis_share = {\n\t\t\t\turl: 'http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan',\n\t\t\t\ttitle: \"Inside Our Trip To Gstaad With A Small World And Carey Mulligan (via @Grazia_Live)\"\n\t\t\t};\n\t\t</script>\n\t\t<!-- AddThis Button END -->\n\t</div>\n\t</section>\t\t\t</article>\n\n\t\t\t<div id=\"trending-article\" class=\"clearfix\">\n\t<h2>You May Also <strong>Like</strong></h2>\n\n\t\t<div class=\"trending clearfix\">\n\t\t\t\t<article class=\"trending-1\">\n\t\t\t<a href=\"/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/28/57e19/2ac8c/f0422/7919e/d7056/da3ac/rexfeatures_4301488a_300x450.jpg?1419000986\" alt=\"Inside Our Trip To Gstaad With A Small World And Carey Mulligan\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>Inside Our Trip To Gstaad With A Small World And Carey Mulligan</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-2\">\n\t\t\t<a href=\"/2014/12/charli-xcx-charts-the-soundtrack-to-her-life\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/54/a5c55/5908a/a99b2/cfdeb/1d43c/208e1/charli_300x450.jpg?1418988165\" alt=\"Charli XCX Charts The Soundtrack To Her Life\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>Charli XCX Charts The Soundtrack To Her Life</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-3\">\n\t\t\t<a href=\"/2014/12/keira-knightley-pregnant\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/07/a91d5/4c879/f2894/14d93/26d82/507c9/459259876_300x450.jpg?1418290273\" alt=\"CONFIRMED: Keira Knightley Is Pregnant\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t\t<h4>CONFIRMED: Keira Knightley Is Pregnant</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t</div>\n\t\t<div class=\"trending clearfix\">\n\t\t\t\t<article class=\"trending-1\">\n\t\t\t<a href=\"/2015/01/rihanna-best-dressed-2014\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/92/f1620/8cb82/031ca/ed2fe/6b6f4/c493c/rihanna-style-2014_300x450.jpg?1420215036\" alt=\"2014 Best Dressed: Rihanna Did The Trends So You Didn&#039;t Have To\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Fashion</h3>\n\t\t\t\t\t\t<h4>2014 Best Dressed: Rihanna Did The Trends So You Didn't Have To</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-2\">\n\t\t\t<a href=\"/2015/01/wish-you-were-here-see-the-stars-on-their-festive-breaks\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/63/cc5a8/d98df/3d560/75a3a/86867/265b2/FotorCreated_300x450.jpg?1420216923\" alt=\"Wish You Were Here! See The Stars On Their Festive Breaks\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Entertainment</h3>\n\t\t\t\t\t\t<h4>Wish You Were Here! See The Stars On Their Festive Breaks</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t\t<article class=\"trending-3\">\n\t\t\t<a href=\"/2015/01/alexa-chung-tomboy-girlie-style\" class=\"clearfix hover-zoom\">\n\t\t\t\t<div class=\"article-image col-xs-6 col-md-20\">\n\t\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/e9/5f445/c65d8/4e918/3675f/5562e/91bc0/rexfeatures_4273048bi_300x450.jpg?1418899612\" alt=\"2014 Best Dressed: Alexa Chung&#039;s Boy-Meets-Girl Wardrobe\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t\t<div class=\"article-text-container col-xs-14 col-md-20\">\n\t\t\t\t\t<div class=\"article-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Fashion</h3>\n\t\t\t\t\t\t<h4>Best Dressed: Alexa Chung's Boy-Meets-Girl Wardrobe</h4>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</a>\n\t\t</article>\n\t\t\t</div>\n\t</div>\n\t\t\t<!--<div id=\"outbrain-include\">-->\n\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" data-widget-id=\"AR_1\" data-ob-template=\"Grazia\"></div>\n\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\t\t\t<!--</div>-->\n\n\t\t\t\t\t\t<section id=\"comments\" data-disqus-shortname=\"graziauk\" data-disqus-url=\"http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" data-disqus-identifier=\"/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan\" data-disqus-developer=\"1\">\n\t\t\t\t<div class=\"no-print\">\n\t\t\t\t\t<p class=\"powered-by\">powered by <span class=\"disqus-logo\">DISQUS</span> <a href=\"#\" role=\"button\" data-toggle=\"modal\" data-target=\"#disqus-modal\" title=\"Read more about DISQUS\"><span class=\"hidden\">Read more</span><i class=\"fa fa-question-circle fa-fw\"></i></a></p>\n\n\t\t\t\t\t<div class=\"modal fade\" id=\"disqus-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" data-backdrop=\"false\">\n\t\t\t\t\t\t<div class=\"modal-dialog\">\n\t\t\t\t\t\t\t<div class=\"modal-content\">\n\t\t\t\t\t\t\t\t<div class=\"modal-header\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"modal-title\" id=\"myModalLabel\">Disqus</h4>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"modal-body\">\n\t\t\t\t\t\t\t\t\t<p>Disqus allows you to post comments on our site. You can only post comments if you register with Disqus and your registration data will be handled in accordance with their <a href=\"http://help.disqus.com/customer/portal/articles/466259-privacy-policy\" target=\"_blank\">privacy policy</a>.</p>\n\t\t\t\t\t\t\t\t\t<p>Disqus will use your registration data (email) to send you additional information. Details of how you can opt out are contained in the verification email which you will be sent after you sign up</p>\n\t\t\t\t\t\t\t\t\t<p>Please read the <a href=\"http://help.disqus.com/customer/portal/articles/466260-terms-of-service\" target=\"_blank\">Disqus terms of service</a></p>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"modal-footer\">\n\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Close</button>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<p class=\"comments-loading\">Loading...</p>\n\t\t\t\t\t<div id=\"disqus_thread\"></div>\n\t\t\t\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n\t\t\t\t\t<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n\t\t\t\t</div>\n\t\t\t</section>\n\t\t</div>\n\n\t\t\n\t\t\n\t\t<div class=\"rhs col-lg-6 \">\n\t\t\t<div class=\"clearfix\">\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #5298744 -->\n\n\n<div id=\"mpuAd\" class=\"ad mpu col-xs-20 clearfix\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n\n        if (typeof window.ASPQ_42HuSi === 'undefined') {\n            window.ASPQ_42HuSi = '';\n        }\n\n        if (typeof window.ASPQ_tAw7BP === 'undefined') {\n            window.ASPQ_tAw7BP = '';\n        }\n\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5298744/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;'+ segQS +';'+ window.ASPQ_42HuSi +';'+ window.ASPQ_tAw7BP +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_hottopics_mpu_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5298744/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5298744/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=grazia_hottopics_mpu_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n\n\t\n\t\t<div id=\"article-360\" class=\"clearfix\">\n\t<h2>Related <strong>Stories</strong></h2>\n\n\t\t<article class=\"related-1 clearfix\">\n\t\t<a href=\"/2014/11/our-night-at-the-2014-mtv-emas-with-her-minajesty-ariana-grande-co\" title=\"Our Night At The 2014 MTV EMAs With Her Minajesty, Ariana Grande &amp; Co.\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"Our Night At The 2014 MTV EMAs With Her Minajesty, Ariana Grande &amp; Co.\" src=\"//mediastorage-lls.bauermedia.co.uk/a0/f32dd/5c8ca/26d95/69c07/ad0fa/bcf9f/2014-MTV-EMAs-Insider-Photo-Diary_300x450.jpg?1417100931\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>Hot Topics</h3>\n\t\t\t\t\t<h4>Our Night At The 2014 MTV EMAs With Her Minajesty, Ariana Grande & Co.</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t\t<article class=\"related-2 clearfix\">\n\t\t<a href=\"/2014/12/10-ways-to-have-a-chic-christmas-this-year\" title=\"10 Ways To Have A Chic Christmas This Year\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"10 Ways To Have A Chic Christmas This Year\" src=\"//mediastorage-lls.bauermedia.co.uk/35/76915/5ac15/8dede/b2d3b/7f56f/a7591/gareth-pugh_300x450.jpg?1418998263\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>Fashion News</h3>\n\t\t\t\t\t<h4>10 Ways To Have A Chic Christmas This Year</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t\t<article class=\"related-3 clearfix\">\n\t\t<a href=\"/2014/12/the-top-10-beauty-solutions-for-skiing-and-other-snowy-situations\" title=\"The Top 10 Beauty Solutions For Skiing and Other Snowy Situations\" class=\"clearfix hover-zoom\">\n\t\t\t<img alt=\"The Top 10 Beauty Solutions For Skiing and Other Snowy Situations\" src=\"//mediastorage-lls.bauermedia.co.uk/42/33006/c4265/c2460/342f5/d2440/146ea/snow-beauty_300x450.jpg?1417524858\" class=\"col-xs-6 col-md-20\">\n\t\t\t<div class=\"hover-effect hover-box visible-lg\"></div>\n\t\t\t<div class=\"article-heading-container col-xs-14 col-md-20\">\n\t\t\t\t<div class=\"article-heading\">\n\t\t\t\t\t\t\t\t\t\t<h3>Beauty</h3>\n\t\t\t\t\t<h4>The Top 10 Beauty Solutions For Skiing and Other Snowy Situations</h4>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</a>\n\t</article>\n\t</div>\n\t\n\t\t<div id=\"also-like\" class=\"clearfix\">\n\t<h2>Latest <strong>Stories</strong></h2>\n\n\t<ul class=\"also-like-1 clearfix\">\n\t\t\t\t<li id=\"also-like-main\" class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2015/01/wish-you-were-here-see-the-stars-on-their-festive-breaks\" class=\"clearfix\">\n\t\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/63/cc5a8/d98df/3d560/75a3a/86867/265b2/FotorCreated_1060x644.jpg?1420216922\" alt=\"Wish You Were Here! See The Stars On Their Festive Breaks\" class=\"hidden-xs hidden-sm\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>2 January 2015</span>\n\t\t\t\t\tWish You Were Here! See The Stars On Their Festive Breaks\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2015/01/taylor-swift-christmas-presents-video-swiftmas-2014\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>2 January 2015</span>\n\t\t\t\t\tVIDEO: Taylor Swift Gives Fans Personalised Presents\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\n\t\t<ul class=\"also-like-2 clearfix\">\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2015/01/joseph-gordon-levitt-married-tasha-mccauley\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>2 January 2015</span>\n\t\t\t\t\tJoseph Gordon-Levitt Married In A Secret Ceremony\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-2 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/peaches-geldof-death\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>29 December 2014</span>\n\t\t\t\t\t\"Peaches’ Loss Has Been A Wake-Up Call\"\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-3 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/adele-simon-konecki-live-apart\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>28 December 2014</span>\n\t\t\t\t\tAdele Denies Break Up Rumours On Twitter\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-4 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/jennifer-lawrence-forbes-highest-grossing-celebrity-of-2014\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>28 December 2014</span>\n\t\t\t\t\tJennifer Lawrence Was The Top Grossing Actor Of 2014\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\t\t<ul class=\"also-like-3 clearfix\">\n\t\t\t\t<li class=\"related-1 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/adele-simon-konecki-live-apart\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>28 December 2014</span>\n\t\t\t\t\tAdele Denies Break Up Rumours On Twitter\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-2 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/jennifer-lawrence-forbes-highest-grossing-celebrity-of-2014\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>28 December 2014</span>\n\t\t\t\t\tJennifer Lawrence Was The Top Grossing Actor Of 2014\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-3 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/what-peaked-in-2014\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>26 December 2014</span>\n\t\t\t\t\tThe Chiltern Firehouse And 7 Other Things That Peaked In 2014\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t\t<li class=\"related-4 col-sm-10 col-md-20\">\n\t\t\t<a href=\"/2014/12/celebrity-christmas-instagram-pictures-2015\" class=\"clearfix\">\n\t\t\t\t<h3>\n\t\t\t\t\t<span>26 December 2014</span>\n\t\t\t\t\tAn Instagram Insight Into How The Stars Are Celebrating Christmas\n\t\t\t\t</h3>\n\t\t\t\t\t\t\t</a>\n\t\t</li>\n\t\t\t</ul>\n\t</div>\t\n\t\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #5298740 -->\n\n\n<div id=\"mpuAdLower\" class=\"ad mpu mpu-lower col-xs-20 hidden-xs hidden-sm clearfix\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/5298740/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;kv'+ segQS +';grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=grazia_hottopics_mpu2_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/5298740/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4;\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/5298740/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=grazia_hottopics_mpu2_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n</div>\n\n<div id=\"widgets\" data-widget-list=\"widget-diets, widget-dating, widget-bingo, widget-magazine-subscribe\"></div>\n\t\t</div>\n\t</div>\n</div>\n\n<footer class=\"clearfix\">\n\t<div id=\"footer-bar\">\n\t\t<div class=\"container col-xs-20\">\n\t\t\t<div id=\"magazine-desktop\"></div>\n\n\t\t\t<div id=\"desktop-container\">\n\t\t\t\t<ul id=\"footer-nav\" class=\"hidden-xs hidden-sm clearfix no-print\">\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-1\">\n\t\t\t\t\t\t<a href=\"/fashion\"><span>Fashion</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-2\">\n\t\t\t\t\t\t<a href=\"/beauty\"><span>Beauty</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-3 active hot-topics\">\n\t\t\t\t\t\t<a href=\"/hot-topics\"><span>Hot Topics</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-4\">\n\t\t\t\t\t\t<a href=\"/lifestyle\"><span>Lifestyle</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-5\">\n\t\t\t\t\t\t<a href=\"/fashion-shows\"><span>Shows</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li class=\"menu-6\">\n\t\t\t\t\t\t<a href=\"/2014/11/subscribe-to-grazia-magazine\"><span>Subscribe</span></a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t<hr>\n\n\t\t\t\t<div id=\"footer-magazine\" class=\"clearfix hidden-xs hidden-sm no-print\">\n\t\t\t\t\t<a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" target=\"_blank\"><img src=\"//mediastorage-lls.bauermedia.co.uk/graziadaily/cover/latestCover.jpg\" alt=\"Grazia Magazine\" class=\"visible-md visible-lg\"></a>\n\t\t\t\t</div>\n\n\t\t\t\t<ul id=\"footer-social\" class=\"clearfix no-print\">\n\t\t\t\t\t<li><a href=\"https://www.facebook.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-facebook\"></i>Facebook</a></li>\n\t\t\t\t\t<li><a href=\"https://twitter.com/Grazia_Live\" target=\"_blank\"><i class=\"fa fa-fw fa-twitter\"></i>Twitter</a></li>\n\t\t\t\t\t<li><a href=\"http://instagram.com/grazia_live\" target=\"_blank\"><i class=\"fa fa-fw fa-instagram\"></i>Instagram</a></li>\n\t\t\t\t\t<li><a href=\"https://plus.google.com/+graziauk\" target=\"_blank\"><i class=\"fa fa-fw fa-google-plus\"></i>Google+</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pinterest.com/GraziaUK\" target=\"_blank\"><i class=\"fa fa-fw fa-pinterest\"></i>Pinterest</a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<ul id=\"global-nav\" class=\"clearfix no-print\">\n\t\t\t\t\t<li><a href=\"/about-us\">About Us</a></li>\n\t\t\t\t\t<li class=\"hidden-md hidden-lg\"><a href=\"http://www.greatmagazines.co.uk/bws/grazia-magazine\" target=\"_blank\">Subscribe</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/advertising-terms.html\" target=\"_blank\">Advertising</a></li>\n\t\t\t\t\t<li><a href=\"/contact-us\">Contact Us</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Cookies</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Privacy Policy</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauermediacomplaints.co.uk\" target=\"_blank\">Complaints</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/competition-terms.html\" target=\"_blank\">Competition Terms</a></li>\n\t\t\t\t\t<li><a href=\"http://www.bauerlegal.co.uk/website-terms.html\" target=\"_blank\">Terms &amp; Conditions</a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<ul id=\"bauer-titles\" class=\"clearfix no-print\">\n\t\t\t\t\t<li>Bauer Lifestyle Titles:</li>\n\t\t\t\t\t<li class=\"title\"><a href=\"http://www.closeronline.co.uk/\" target=\"_blank\">Closer</a></li>\n\t\t\t\t\t<li class=\"title\"><a href=\"http://www.heatworld.com/\" target=\"_blank\">Heat</a></li>\n\t\t\t\t\t<li class=\"title no-slash\"><a href=\"http://www.thedebrief.co.uk/\" target=\"_blank\">The Debrief</a></li>\n\t\t\t\t\t<li class=\"shop\"><a href=\"http://www.graziashop.com/\" target=\"_blank\"><img src=\"/img/grazia-shop-logo.png\"></a></li>\n\t\t\t\t</ul>\n\n\t\t\t\t<hr id=\"footer-hr-bottom\">\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<p class=\"copyright col-xs-20 text-center container no-print\">&copy; Bauer Consumer Media Ltd, company number: 01176085 registered office 1 Lincoln Court, Lincoln Road, Peterborough PE1 2RF registered in England and Wales.\n\t\t<br />Grazia Daily is part of the Bauer Media Entertainment Network</p>\n</footer>\n</div>\n<div id=\"overlay\" class=\"hidden\"></div>\n\n<script src=\"//code.jquery.com/jquery-1.11.0.min.js\" type=\"text/javascript\"></script>\n<script>window.jQuery || document.write('<script src=\"/js/jquery-1.11.0.min.js\" type=\"text/javascript\"><\\/script>')</script>\n<script src=\"/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/BrightcoveExperiences.js\" type=\"text/javascript\"></script>\n<script src=\"/js/postscribe.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/royalslider/jquery.royalslider.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/breakpoints.min.js?cachebuster=201411051230\" type=\"text/javascript\"></script>\n<script src=\"/js/main.min.js?cachebuster=201411271655\" type=\"text/javascript\"></script>\n<script src=\"/js/ie8ArrayFix.js\" type=\"text/javascript\"></script>\n<script src=\"/js/instafeed.min.js\" type=\"text/javascript\"></script>\n\n<script type=\"text/javascript\" async src=\"//assets.pinterest.com/js/pinit.js\"></script>\n<!-- Start of Grazia Skimlinks -->\n<script type=\"text/javascript\" src=\"http://s.skimresources.com/js/31715X893100.skimlinks.js\"></script>\n<!-- End of Grazia Skimlinks -->\n<script type=\"text/javascript\">\n    (function () {\n        var cp = document.createElement('script'); cp.type = 'text/javascript';\n        cp.src = ('https:' == window.location.protocol ? 'https://scripts-cdn.bauersecure.com' : 'http://scripts.bauercdn.com') + '/common/cookiePolicy/';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cp, s);\n    })();\n      \n__reach_config = {\n    pid: '525dbeb797b0c92b79000002',               // The SimpleReach assigned Publisher ID (pid)\n    title: 'Inside Our Trip To Gstaad With A Small World And Carey Mulligan',           // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n    url: 'http://www.graziadaily.co.uk/2014/12/inside-our-trip-to-gstaad-with-a-small-world-and-carey-mulligan',     // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n    date: '2014-12-19T14:52:21+00:00', // Article publish date in UTC or any ISO8601 date\n    authors: ['Alya Mooro'],      // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n    channels: ['Hot Topics','Entertainment'],      // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n    tags: ['Carey Mulligan'],   // An array of the article tag(s); (remember that they should be escaped, not HTML or URL encoded)\n    iframe: true          // Send event through iframe\n    //landing_url: '$url'    // Optional parameter for the main page of slideshows, galleries, multipage articles, etc.\n};\n(function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] ||\n       document.getElementsByTagName('body')[0]).appendChild(s);\n})();\n </script>\n\n<!-- AUDIENCESCIENCE AD TAG CODE -->\n<script type=\"text/javascript\" language=\"JavaScript\">\n    var asUrl = \"//js.revsci.net/gateway/gw.js?csid=H07711&auto=t\";\n    var asP = document.body == null ? document.getElementsByTagName('head')[0] : document.body;\n    var asE = document.createElement(\"script\");asE.language = \"JavaScript\";\n    asE.type = \"text/javascript\";\n    asE.src = asUrl;\n    asP.insertBefore(asE,asP.firstChild);\n</script>\n<!-- END AUDIENCESCIENCE AD TAG CODE -->\n\n<!-- Begin comScore Tag -->\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035170&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- Start of Chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = '57607';\n    _sf_async_config.domain = 'graziadaily.com';\n    _sf_async_config.useCanonical = true;\n        _sf_async_config.sections = 'Hot Topics';\n            _sf_async_config.authors = 'Alya Mooro';\n    \n    /** CONFIGURATION END **/\n    (function(){\n        function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n            document.body.appendChild(e);\n        }\n        var oldonload = window.onload;\n        window.onload = (typeof window.onload != 'function') ?\n                loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n<!-- End of Chartbeat -->\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/gulflive.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tSampling History: New Year offers stellar family history, genealogy learning opportunities | \t\t\t\t\t\tgulflive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Sampling History: New Year offers stellar family history, genealogy learning opportunities</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">gulflive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Joanne Anderson</Attribute>\n\t\t\t<Attribute name=\"article_description\">For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.gulflive.com/mississippi-press-living/photo/16638550-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/24/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/24/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Sampling History: New Year offers stellar family history, genealogy learning opportunities\", \"link\": \"http://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html\", \"image_url\": \"http://imgick.gulflive.com/home/gulflive-media/width620/img/mississippi-press-living/photo/crossroads-logo-2jpg-8c9104254abaa249.jpg\", \"type\": \"post\", \"post_id\": \"14823483\", \"pub_date\": \"2014-12-24T14:22:37Z\", \"author\": \"Joanne Anderson\", \"tags\": [\"Joanne Anderson\",\"Sampling History\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.gulflive.com/mississippi-press-living/photo/crossroads-logo-2jpg-8c9104254abaa249.jpg\", \"author_name\": \"JoanneAnderson\", \"author_nickname\": \"Joanne Anderson\", \"author_id\": \"8198410\", \"source_blog_name\": \"Living News from The Mississippi Press\", \"source_blog_url\": \"http://blog.gulflive.com/mississippi-press-living/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Sampling History: New Year offers stellar family history, genealogy learning opportunities\" />\n\t<meta name=\"article_publication_name\" content=\"gulflive.com\" />\n\t<meta name=\"article_author\" content=\"Joanne Anderson\" />\n\t<meta name=\"article_date_original\" content=\"Wednesday, December 24, 2014,  8:17 AM\" />\n\t<meta name=\"article_date_updated\" content=\"Wednesday, December 24, 2014,  8:25 AM\" />\n\t<link rel=\"image_src\" href=\"http://media.gulflive.com/mississippi-press-living/photo/16638550-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"Joanne Anderson,Sampling History\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.gulflive.com/mississippi-press-living/photo/16638550-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@gulflive\" />\n\t\t<meta name=\"twitter:creator\" content=\"\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Sampling History: New Year offers stellar family history, genealogy learning opportunities\" />\n\t<meta property=\"og:description\" content=\"For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.\" />\n\t<meta property=\"og:site_name\" content=\"gulflive.com\" />\n\t<meta property=\"og:url\" content=\"http://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.gulflive.com/home/gulflive-media/width620/img/mississippi-press-living/photo/crossroads-logo-2jpg-8c9104254abaa249.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.gulflive.com/mississippi-press-living/photo/16638550-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.gulflive.com/design/alpha/img/logo_gulflive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.gulflive.com/mississippi-press-living/photo/16638550-thumb_square_large.jpg',\n\t\thref: 'http://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html'\n\t\t}\n\t\tvar desc  = 'For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352332\",\n\t\t\"articleId\": \"bdb29ade1f43d5c694aa4bc5bbf3704d\",\n\t\t\"checksum\": \"6d21255c6cb2ddb110c4e913c13b1bbc\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjZkMjEyNTVjNmNiMmRkYjExMGM0ZTkxM2MxM2IxYmJjIiwiYXJ0aWNsZUlkIjoiYmRiMjlhZGUxZjQzZDVjNjk0YWE0YmM1YmJmMzcwNGQiLCJ1cmwiOiJodHRwOi8vYmxvZy5ndWxmbGl2ZS5jb20vbWlzc2lzc2lwcGktcHJlc3MtbGl2aW5nLzIwMTQvMTIvc2FtcGxpbmdfaGlzdG9yeV9uZXdfeWVhcl9vZmZlLmh0bWwiLCJ0aXRsZSI6IlNhbXBsaW5nIEhpc3Rvcnk6IE5ldyBZZWFyIG9mZmVycyBzdGVsbGFyIGZhbWlseSBoaXN0b3J5LCBnZW5lYWxvZ3kgbGVhcm5pbmcgb3Bwb3J0dW5pdGllcyIsInRhZ3MiOiJleHBlcnQsSm9hbm5lIEFuZGVyc29uLFNhbXBsaW5nIEhpc3RvcnkifQ.SNhBqtSJzwH457Hx3Ihd6xLLodQS3SZj3Jy9EPhNSOY\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"8198410\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Living News from The Mississippi Press\" href=\"http://blog.gulflive.com/mississippi-press-living//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.gulflive.com/mississippi-press-living//js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.gulflive.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/g/gulflive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/burt/adv_burt_gulflive.js\"></script>\n\n\n\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.gulflive.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"8000338\";\n\t\tm_blog_name = \"Living News from The Mississippi Press\";\n\t\tm_blog_url = \"http://blog.gulflive.com/mississippi-press-living/\";\n\t\tm_blog_newspaper = \"The Mississippi Press\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Sampling History: New Year offers stellar family history, genealogy learning opportunities\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Joanne Anderson\";\n\t\t\tm_entry_author_username = \"JoanneAnderson\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"sampling_history_new_year_offe\";\n\t\tm_entry_link = \"http://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html\";\n\t\tm_entry_tags = \"Joanne Anderson;Sampling History\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14823483\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/g/gulflive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/static/common/js/burt/adv_burt_gulflive.js\"></script>\n\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/gulflive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.gulflive.com/\" title=\"gulflive.com\"><span class=\"ir\">gulflive.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.gulflive.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.gulflive.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"6080\"></span></li><li><a href=\"http://www.gulflive.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"6228\"></span></li><li><a href=\"http://www.gulflive.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"6229\"></span></li><li><a href=\"http://photos.gulflive.com/mississippi-press/index.html\">Photos/Video</a><span class=\"next\" data-state=\"2\" data-key=\"6419\"></span></li><li><a href=\"http://www.gulflive.com/jobs/\">Jobs</a><span class=\"next\" data-state=\"2\" data-key=\"6363\"></span></li><li><a href=\"http://autos.gulflive.com/\">Autos</a><span class=\"next\" data-state=\"2\" data-key=\"1046\"></span></li><li><a href=\"http://realestate.gulflive.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"6101\"></span></li><li><a href=\"http://realestate.gulflive.com/for-rent\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6119\"></span></li><li><a href=\"http://classifieds.gulflive.com/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"6127\"></span></li><li><a href=\"http://obits.gulflive.com/obituaries/gulflive/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6421\"></span></li><li><a href=\"http://findnsave.gulflive.com/?ac=AFFgulfliveFSNAVFLS\">FIND&amp;SAVE</a><span class=\"none\" data-state=\"2\" data-key=\"6364\"></span></li><li><a href=\"http://businessfinder.gulflive.com/\">Local Businesses</a><span class=\"next\" data-state=\"2\" data-key=\"6365\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"6080\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6510\" data-sub-parent=\"6080\"><a href=\"http://www.gulflive.com/business/\">Business</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6510\" data-sub-parent=\"6080\"></span></li><li><a href=\"http://www.gulflive.com/opinion\">Opinion</a></li><li><a href=\"http://www.gulflive.com/newsflash\">Nation/World</a></li><li><a href=\"http://obits.gulflive.com/obituaries/gulflive/\">Obituaries</a></li><li><a href=\"http://www.gulflive.com/weather/\">Weather</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6228\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.gulflive.com/mississippi-state\">Mississippi State</a></li><li><a href=\"http://www.gulflive.com/mississippi\">Ole Miss</a></li><li><a href=\"http://www.gulflive.com/southern-miss\">Southern Miss</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6229\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.gulflive.com/living/\">Living</a></li><li><a href=\"http://www.gulflive.com/events/\">Events</a></li><li><a href=\"http://www.gulflive.com/food-dining/\">Food &amp; Dining</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6419\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.gulflive.com/mississippi-press/index.html\">Gulflive.com photos</a></li><li><a href=\"http://photos.gulflive.com/\">Community photos</a></li><li><a href=\"http://photos.gulflive.com/photogallery/upload.html\">Submit your own photos</a></li><li><a href=\"http://videos.gulflive.com/mississippi-press/index.html\">Gulflive.com videos</a></li><li><a href=\"http://videos.gulflive.com/index.html\">Community videos</a></li><li><a href=\"http://videos.gulflive.com/upload.html\">Submit your own videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6363\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.gulflive.com/jobs/\">Jobs Home</a></li><li><a href=\"http://jobs.gulflive.com/jobs/search/advanced\">Find a Job</a></li><li><a href=\"http://jobs.gulflive.com/jobs/user/login?rd=http%3A%2F%2Fjobs.gulflive.com%2Fcareers%2Fjobseeker\">Job Seeker Tools</a></li><li><a href=\"http://jobs.gulflive.com/careers/employer\">Employer Tools</a></li><li><a href=\"http://jobs.gulflive.com/jobs/products/\">Post a Job</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"1046\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://autos.gulflive.com/Autos?tp=TR_gulf&amp;category=search&amp;temp_type=search\">Advanced Search</a></li><li><a href=\"http://autos.gulflive.com/new-car-prices/\">New Car Pricing</a></li><li><a href=\"http://autos.gulflive.com/used-cars\">Used Cars</a></li><li><a href=\"http://autos.gulflive.com/research\">Research</a></li><li><a href=\"http://autos.gulflive.com/motorcycles\">Motorcycles</a></li><li><a href=\"http://autos.gulflive.com/classic-cars\">Classic Cars</a></li><li><a href=\"http://autos.gulflive.com/dealers\">Find A Dealer</a></li><li><a href=\"http://www.gulflive.com/placead/\">Place An Ad</a></li><li><a href=\"http://autos.gulflive.com/sitemap\">More</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6127\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://obits.gulflive.com/obituaries/gulflive/\">Obits</a></li><li><a href=\"http://realestate.gulflive.com/for-rent/\">Rentals</a></li><li><a href=\"http://www.gulflive.com/classifieds/pets/\">Pets</a></li><li><a href=\"http://www.gulflive.com/classifieds/forsale/\">For Sale</a></li><li><a href=\"http://www.gulflive.com/classifieds/garagesales/\">Garage Sales</a></li><li><a href=\"http://www.gulflive.com/placead/fraud_prevention/index.ssf\">Fraud Prevention</a></li><li><a href=\"http://www.gulflive.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://www.gulflive.com/placead/\">Place An Ad</a></li><li><a href=\"http://classifieds.gulflive.com/?temp_type=toc&amp;category=index&amp;tp=ME_gulf&amp;property=gulflive.com\">More Classifieds</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6365\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://businessfinder.gulflive.com/\">Find A Business</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Food-and-Dining\">Food &amp; Dining</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Retail-Shopping\">Retail Shopping</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Health-and-Medicine\">Health &amp; Medicine</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Personal-Care-and-Well-Being\">Personal Care</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Entertainment-and-Arts\">Entertainment</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Real-Estate\">Real Estate</a></li><li><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Automotive\">Automotive</a></li><li><a href=\"http://businessfinder.gulflive.com/about/advertise.html\">Claim Your Business</a></li></ul>\n                        \n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://facebook.com/gulflive/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://twitter.com/gulflive/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\">Visit us on Google Plus</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://instagram.com/gulflivepix/\">View our Instagram Photos</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://pinterest.com/gulflive/\">See our Pinterest page</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=mp&amp;pid=15\">The Mississippi Press</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.gulflive.com/newsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.gulflive.com/alerts\">Text alerts</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.gulflive.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search gulflive.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>gulflive.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.gulflive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"gulflive\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.gulflive.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.gulflive.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.gulflive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.gulflive.com/sign-in/?option=Facebook\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.gulflive.com/sign-in/?option=Google\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.gulflive.com/sign-in/?option=AIM\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.gulflive.com/sign-in/?option=Twitter\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=mp&amp;pid=15\">The Mississippi Press</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&amp;pid=22\">Press-Register</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.gulflive.com/newsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.gulflive.com/alerts\">Text alerts</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var empty_placeholder = 'empty_placeholder';\n        comscorekw=empty_placeholder;\n        return empty_placeholder;\n\t\n}\nfunction getToprailMenuContext() {\n        return '';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\n\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Sampling History: New Year offers stellar family history, genealogy learning opportunities</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.gulflive.com/mississippi-press-living/photo/crossroads-logo-2jpg-8c9104254abaa249.jpg\" data-position=\"article-main\" />Crossroads logo 2.jpg</span></div><div class=\"Caption\">\n        \n            NGS 2015 Family History Conference\n        \n        \n            \n                <em>( )</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.gulflive.com/mississippi-press-living//print.html?entry=/2014/12/sampling_history_new_year_offe.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.gulflive.com/user/JoanneAnderson/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.gulflive.com/avatars/8198410.png\" data-position=\"byline-avatar\">Joanne Anderson</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.gulflive.com/user/JoanneAnderson/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tJoanne Anderson\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Mississippi Press</span>\n\t\t\n\t\n\n\n\n\n\t<br/>on December 24, 2014 at  8:17 AM, updated <span class=\"updated\" title=\"2014-12-24T14:25:05Z\">December 24, 2014 at  8:25 AM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.gulflive.com%2Fmississippi-press-living%2F2014%2F12%2Fsampling_history_new_year_offe.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fblog.gulflive.com%2Fmississippi-press-living%2F2014%2F12%2Fsampling_history_new_year_offe.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Sampling History: New Year offers stellar family history, genealogy learning opportunities',\n            'link':'http://blog.gulflive.com/mississippi-press-living/2014/12/sampling_history_new_year_offe.html',\n            'desc': 'For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.',\n\t    'thumbnail': 'http://imgick.gulflive.com/home/gulflive-media/river/img/mississippi-press-living/photo/crossroads-logo-2jpg-8c9104254abaa249.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.</p>\n<p><br> The Federation of Genealogical Societies will meet Feb. 11-14 in Salt Lake City, Utah, in conjunction with RootsTech for a one-time special genealogy event at the Salt Palace Convention Center. This gives the genealogy community a unique opportunity to experience two different conferences under one roof or the option to attend only one.</p>\n<div id=\"asset-11720391\" class=\"entry_widget_small entry_widget_right\"><span class=\"adv-photo-small\"><a class=\"full-size-popup\" href=\"http://media.gulflive.com/mississippi-press-living/photo/joanne-anderson-mug-shot-2011jpg-e1cb8600525dcb37.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.gulflive.com/mississippi-press-living/photo/11720391-small.jpg\" alt=\"Joanne Anderson mug shot 2011.jpg\"></a><span class=\"photo-data\"><span class=\"caption\">Joanne Anderson</span></span></span>&nbsp;</div>\n<p><br> \"Destined to be the largest family history event North America has ever seen, the FGS 2015 conference is the perfect destination for anyone interested in tracing their roots,\" said D. Joshua Taylor, FGS president.</p>\n<p><br> FGS sessions will focus on methodology, records, ethnic research and migration. RootsTech will offer a program of technology-based solutions for the genealogy needs of both individuals and societies.</p>\n<p><br> Those attending will have access to the famous Salt Lake City Family History Library, a dream destination of genealogists everywhere. It houses the largest genealogical collection in the world, which includes more than 2.4 million rolls of microfilmed records and 356,000 books. Visitors are welcome to bring a flash drive for digital copies.</p>\n<p><br> Special hotel rates are offered to attendees. For more information on the innumerable number of sessions and events and the expo, log on to <a href=\"http://www.fgsconference.org.\">www.fgsconference.org.</a></p>\n<p><br> Another stellar conference is that of the National Genealogical Society. Its 2015 Family History Conference themed \"Crossroads of America\" will be held in St. Charles, Mo., May 13-16.</p>\n<p><br>The program features numerous tracks each day covering a broad array of topics including records for Missouri and the surrounding states, migration into and out of the Midwest, methodology, analysis, problem solving, genetics, technology, military records, and lectures on locations ranging from Colonial America to Eastern Europe.</p>\n<p><br> Attendees will be offered a variety of conference tours from which to choose that include the historic Daniel Boone Home &amp; Heritage Center, the Lewis &amp; Clark Boathouse, historic St. Louis, Mo., and the National Archives Personnel Records Center.<br> Throughout this conference the Board for Certification of Genealogists will again sponsor a skill-building track for intermediate to advanced researchers interested in improving their research skills.</p>\n<p><br> Multiple lectures, workshops, showcases, luncheons with noted speakers are on the agenda. For details, log on to <a href=\"http://www.ngsgenealogy.org\">www.ngsgenealogy.org</a>.</p>\n<p><br> And for those who would like to learn in the comfort of their homes, the NGS is offering a new online study this year called \"Researching Your Revolutionary War Ancestors\" by author Craig Roberts Scott. This course introduces numerous U.S. records created for, during and after the war for those who fought for independence, and provides strategies to identify and locate information on an ancestor living at the time of the war.</p>\n<p><br> Scott is a nationally recognized lecturer, educator and genealogical and historical researcher with more than 30 years' experience. He specializes in the diverse military records at the National Archives. The eight-module course consists of lessons, examples, exercises and self-graded exams that can be viewed on a home computer. Students work independently.</p>\n<p><br>Specifically, students will learn how to:</p>\n<p>• identify an ancestor living at the time of the Revolutionary War, <br>• locate information about the service of an ancestor in the RW, <br>• understand pension law and locate pension application files, <br>• locate pension ledgers, payment vouchers, last and final payments, <br>• locate information about the unit that the ancestor served in during the war;<br>• locate and understand the Compiled Military Service Record, and<br>• compile a post-war record.</p>\n<p><br>A course syllabus is available online for review. For more details, log on to <a href=\"http://www.ngsgenealogy.org\">www.ngsgenealogy.org</a>.</p>\n<p><br>Correspondent Joanne Anderson may be reached at joandy42@cableone.net.\n</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.gulflive.com%2Fmississippi-press-living%2F2014%2F12%2Fsampling_history_new_year_offe.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fblog.gulflive.com%2Fmississippi-press-living%2F2014%2F12%2Fsampling_history_new_year_offe.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if((window.m_context != \"index_page\") && (!Modernizr.touch)) {\n        document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>');\n    }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if((window.m_context == \"index_page\")) {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of gulflive.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/mississippi_capitol_still_unde.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.gulflive.com/g/photo/16692897-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/mississippi_capitol_still_unde.html#incart_hbx\" >Mississippi Capitol still undergoing restoration</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/qualifying_for_political_offic.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.gulflive.com/g/photo/16692879-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/qualifying_for_political_offic.html#incart_hbx\" >Qualifying for political offices begins Monday</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/srhs_trustee_allen_croniers_re.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.gulflive.com/g/photo/16692822-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://blog.gulflive.com/mississippi-press-news/2015/01/srhs_trustee_allen_croniers_re.html#incart_hbx\" >SRHS trustee Allen Cronier's residency questioned</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\r\n\t\t    <div id=\"footer-logos\">\r\n\r\n\t\t        <img src=\"http://media.gulflive.com/static/gulf/static/img/footer-logo-gulf-inc.png\" alt=\"gulflive.com logo\">\r\n\r\n\t\t    </div>\r\n\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\r\n\t    \t <div class=\"cluster clearfix\">\r\n\r\n            <h2>About Us</h2>\r\n\r\n            <ul>\r\n\r\n              <li><a href=\"http://www.gulflive.com/aboutus/\">About gulflive.com</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/mediakit/\">Advertise with us</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n\r\n            </ul>\r\n\r\n            <ul>\r\n\r\n              <li><a href=\"http://jobs.al.com/careers/company/detail/id/840717/page/jobs\">Jobs at gulflive.com</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/aboutus/\">FAQ</a></li>\r\n\r\n           </ul>\r\n\r\n        </div>\r\n\r\n\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\r\n\t\t\t\t<h2>Subscriptions</h2>\r\n\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\r\n\t\t\t\t\t<li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=mp&pid=15\">The Mississippi Press</a></li>\r\n\t\t\t\t\t<li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&pid=22\">Press-Register</a></li>\r\n\r\n\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\r\n\t\t\t\t<h2>gulflive.com Sections</h2>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/news/\">News</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/business/\">Business</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/sports/\">Sports</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://blog.gulflive.com/mississippi-press-sports/high_school/index.html\">High School Sports</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/entertainment/\">Entertainment</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/living/\">Living</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://blog.gulflive.com/old-crab/index.html\">Old Crab</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/opinion/\">Opinion</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://obits.gulflive.com/obituaries/gulflive/\">Obituaries</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/jobs/\">Jobs</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://autos.gulflive.com/\">Autos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/realestate/\">Real Estate</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.gulflive.com/for-rent\">Rentals</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://gulflive.com/classifieds/\">Classifieds</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.gulflive.com/\">Find n Save</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.gulflive.com/\">Local Businesses</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\r\n\t\t\t\t\t<p><a href=\"http://m.gulflive.com/\">Mobile site</a> | <a href=\"http://www.gulflive.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.gulflive.com/mobile-device/\">Tablet Apps</a>\r\n\r\n\t\t\t\t</p></div>\r\n\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\r\n\t\t\t\t<h2>More on gulflive.com</h2>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://videos.gulflive.com/mississippi-press/\">Videos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://photos.gulflive.com/mississippi-press/index.html\">Photos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/interact/\">Interact with us</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/weather/\">Weather</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://jobs.gulflive.com/jobs/products/\">Post a job</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Post a classified ad</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Sell your car</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Sell/rent your home</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://search.gulflive.com/\">Sitemap &amp; search</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\r\n          <h2>Follow Us</h2>\r\n\r\n          <p>\r\n          \t<a href=\"http://twitter.com/gulflive/\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n          \t<a href=\"http://facebook.com/gulflive/\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n          \t<a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n          \t<a href=\"http://pinterest.com/gulflive/\" class=\"adv-icn-pinterest icn-link\">Pinterest</a>\r\n          </p>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t</div><!-- /#more -->\r\n\r\n\t\t</div><!--/.wrapper-->\r\n\r\n        <div id=\"disclaimer\">\r\n\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.gulflive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.gulflive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.gulflive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n\r\n            <p>&copy; 2015 Alabama Live LLC [al.com and gulflive.com]. All rights reserved (<a href=\"http://www.gulflive.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Alabama Live LLC.</p>\r\n\r\n\r\r\n\r\r\n  \n\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script>setTimeout(ghostwriter.loadscripts,250);</script>\n\n\t</body>\n</html>\n\n\n\n\n"
  },
  {
    "path": "tests/data/html/gulflive.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\">\r\n\t<head>\r\n\t\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\r\n\t\t\r\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n<title>\tCrown Equity Holdings Could be Sitting on a Gold Mine with CRWETube - Video | \t\t\t\t\t\tgulflive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">gulflive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Arnold Saba</Attribute>\n\t\t\t<Attribute name=\"article_description\">Crown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term. CRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward. Strategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company Online ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries. BIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012. According to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com) General disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites.   </Attribute>\n\t\t\t<Attribute name=\"image_src\">http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">10/17/2013</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">10/17/2013</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\t<meta name='parsely-page' content='{\"title\": \"Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube\", \"link\": \"http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\", \"image_url\": \"http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001\", \"type\": \"post\", \"post_id\": \"11452195\", \"pub_date\": \"2013-10-17T20:24:37Z\", \"author\": \"Arnold Saba\", \"tags\": [\"advertising branding\",\"advertising services\",\"b2b\",\"Crown Equity Holdings\",\"CRWE\",\"digital network\",\"marketing services\",\"marketing specialties\",\"online business to business\",\"online media awareness\",\"online multi-media publisher\",\"online video sharing\",\"OTCMKTS:CRWE\",\"search engine optimization\",\"VoIP communication\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001\", \"author_name\": \"arsaba\", \"author_nickname\": \"Arnold Saba\", \"author_id\": \"11087064\", \"source_blog_name\": \"Gulflive.com: Community Videos\", \"source_blog_url\": \"http://videos.gulflive.com//\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube\" />\n\t<meta name=\"article_publication_name\" content=\"gulflive.com\" />\n\t<meta name=\"article_author\" content=\"Arnold Saba\" />\n\t<meta name=\"article_date_original\" content=\"Thursday, October 17, 2013,  8:09 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Thursday, October 17, 2013,  8:09 PM\" />\n\t<link rel=\"image_src\" href=\"http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\n\t\n\t\n\n\t\n\t\n\t\n\n\t<meta property=\"og:title\" content=\"Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube\" />\n\t<meta property=\"og:description\" content=\"Crown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term.\n\nCRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward.\n\nStrategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company\n\nOnline ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries.\n\nBIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012.\n\nAccording to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com)\n\nGeneral disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites.  \n\" />\n\t<meta property=\"og:site_name\" content=\"gulflive.com\" />\n\t<meta property=\"og:url\" content=\"http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.gulflive.com/design/baseline/img/logo_gulflive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://brightcove.vo.llnwd.net/d21/unsecured/media/2344318176001/201310/895/2344318176001_2751251836001_vs-52607ca9e4b032287000c177-1083021586001.jpg?pubId=2344318176001',\n\t\thref: 'http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html'\n\t\t}\n\t\tvar desc  = 'Crown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term.\\r\\n\\r\\nCRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward.\\r\\n\\r\\nStrategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company\\r\\n\\r\\nOnline ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries.\\r\\n\\r\\nBIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012.\\r\\n\\r\\nAccording to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com)\\r\\n\\r\\nGeneral disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites.  \\r\\n';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352332\",\n\t\t\"articleId\": \"61900fd7785aa35cc93684e4474ac912\",\n\t\t\"checksum\": \"4532d2d114b940277366c9cd8dc7a299\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjQ1MzJkMmQxMTRiOTQwMjc3MzY2YzljZDhkYzdhMjk5IiwiYXJ0aWNsZUlkIjoiNjE5MDBmZDc3ODVhYTM1Y2M5MzY4NGU0NDc0YWM5MTIiLCJ1cmwiOiJodHRwOi8vdmlkZW9zLmd1bGZsaXZlLmNvbS8yMDEzLzEwL2Nyb3duX2VxdWl0eV9ob2xkaW5nc19jb3VsZF9iZS5odG1sIiwidGl0bGUiOiJDcm93biBFcXVpdHkgSG9sZGluZ3MgQ291bGQgYmUgU2l0dGluZyBvbiBhIEdvbGQgTWluZSB3aXRoIENSV0VUdWJlIiwidGFncyI6ImV4cGVydCxhZHZlcnRpc2luZyBicmFuZGluZyxhZHZlcnRpc2luZyBzZXJ2aWNlcyxiMmIsQ3Jvd24gRXF1aXR5IEhvbGRpbmdzLENSV0UsZGlnaXRhbCBuZXR3b3JrLG1hcmtldGluZyBzZXJ2aWNlcyxtYXJrZXRpbmcgc3BlY2lhbHRpZXMsb25saW5lIGJ1c2luZXNzIHRvIGJ1c2luZXNzLG9ubGluZSBtZWRpYSBhd2FyZW5lc3Msb25saW5lIG11bHRpLW1lZGlhIHB1Ymxpc2hlcixvbmxpbmUgdmlkZW8gc2hhcmluZyxPVENNS1RTOkNSV0Usc2VhcmNoIGVuZ2luZSBvcHRpbWl6YXRpb24sVm9JUCBjb21tdW5pY2F0aW9uIn0.21npiEoqrUd0gK5OkiVXtGcvGkmZy1y5AeVVetIcPZ0\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"11087064\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Gulflive.com: Community Videos\" href=\"http://videos.gulflive.com///atom.xml\" />\n\n<script type=\"text/javascript\" src=\"http://videos.gulflive.com///js/mt.js\"></script>\n\n\n<link rel=\"stylesheet\" href=\"http://media.gulflive.com/design/baseline/css/nocommentbox.css\" type=\"text/css\" />\n<link rel=\"stylesheet\" href=\"http://media.gulflive.com/design/baseline/css/common.min.css\" type=\"text/css\" />\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/baseline/js/jquery-1.5.1.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/baseline/js/jquery-plugins.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.gulflive.com/08design/js/default.js\"></script>\n\n<link rel=\"publisher\" href=\"https://plus.google.com/118188279922237423759/\" />\n\n\n\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/baseline/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/baseline/js/advance.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.gulflive.com/design/baseline/js/adv-tracker.min.js\"></script>\n\n\n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"video\";\n\t\tm_blog_id = \"8002556\";\n\t\tm_blog_name = \"Gulflive.com: Community Videos\";\n\t\tm_blog_url = \"http://videos.gulflive.com//\";\n\t\tm_blog_newspaper = \"\";\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\tm_video_asset_id = \"13599832\";\n\t\t\t\tm_entry_author_name = \"Arnold Saba\";\n\t\t\t\tm_entry_author_username = \"arsaba\";\n\t\t\t\n\t\t\tm_entry_title = \"Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube\";\n\t\t\t\n\t\t\tm_entry_author_username = \"arsaba\";\n\t\t\n\t\tm_entry_basename = \"crown_equity_holdings_could_be\";\n\t\tm_entry_link = \"http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\";\n\t\tm_entry_tags = \"advertising branding;advertising services;b2b;Crown Equity Holdings;CRWE;digital network;marketing services;marketing specialties;online business to business;online media awareness;online multi-media publisher;online video sharing;OTCMKTS:CRWE;search engine optimization;VoIP communication\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"11452195\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<link rel=\"stylesheet\" href=\"http://www.gulflive.com/static/common/css/global.min.css\" type=\"text/css\" />\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n \n\t<script type=\"text/javascript\">\n\t/* <![CDATA[ */\n\t\tvar extraPositions = '';\n\t\t\n\t\t\n\t\t\textraPositions += ',Column4';\n\t\t\n\t\t\n\t\t\n\t\t\textraPositions += ',Tower';\n\t\t\n\t/* ]]> */\n\t</script>\n\t\n\t\t\n\t\t\t\t<!-- ESI NOTE: ttl 30s, oas_listpos.html -->\n\t\t\t\t<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\tOAS_listpos = 'Leaderboard,SiteSponsor,SecSponsor,Rectangle,RectangleBelow,Tile5,TxtLink1,TxtLink2,TxtLink3,Marketing1' + extraPositions;\r\n\t\t\t\r\n\t\t\r\n\t\r\n/* ]]> */\r\n</script>\r\n\n\t\t\t\n\t\n\n\n\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tOASappendquery = '';\n\t\t\tOAS_query = '';\n\t\t\tnamevalString = '';\n\t\t\t\n\t\t/* ]]> */\n\t</script>\n\t<script type=\"text/javascript\" src=\"http://www.gulflive.com/js/oas/mjx/oas_mjx.js\"></script>\n\n        \n\n\n\n\n\n\r\n\t\t<meta name=\"keywords\" content=\"local videos, news videos, online news videos\" />\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t<meta name=\"googlebot-news\" content=\"noindex\" />\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t<meta name=\"Description\" content=\"Crown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term.\n\nCRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward.\n\nStrategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company\n\nOnline ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries.\n\nBIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012.\n\nAccording to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com)\n\nGeneral disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites.\" />\r\n\t\t\t\r\n\t\t\r\n\t</head>\r\n\t<body>\r\n<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/gulflive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\r\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\r\n\t\t<div id=\"MasterContainer\">\r\n\t\t\t<!-- Start Masthead -->\r\n\t\t\t\r\n\t\t\t<!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            <!-- static/gulf/toprail/mt4 -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/common/css/adv_toprail_v001.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/gulf/static/css/affiliate.css\" />\n<script src=\"/static/common/js/libs/jquery.placeholder.js\"></script>\n\n<style type=\"text/css\">\nbody{margin:0}\n#MasterContainer{width:100%;}\n#PageContent{width:980px;margin:0 auto}\n#adv-banner a:active, #adv-banner a:hover {font-weight: normal;color: #363636 !important;}\n#adv-banner a:link, #adv-banner a:visited {font-weight: normal;color: #363636 !important;}\n#adv-banner a.adv-main:link {font-weight: bold;}\n#adv-banner {font-family: arial, sans-serif;}\n</style>\n<script type=\"text/javascript\">\n//<![CDATA[<!--\nif (jQuery.browser.msie) {\n\tvar $html = jQuery('html');\n\tif (jQuery.browser.version < 9) $html.addClass('lt-ie9');\n\tif (jQuery.browser.version < 8) $html.addClass('lt-ie8');\n}\n(function() {\n   var config = {\n            kitId: 'iiu0uok'\n         };\n   var d = false;\n   var tk = document.createElement('script');\n   tk.src = '//fonts.advance.net/' + config.kitId + '.js';\n   tk.type = 'text/javascript';\n   tk.async = 'true';\n   tk.onload = tk.onreadystatechange = function() {\n      var rs = this.readyState;\n      if (d || rs && rs != 'complete' && rs != 'loaded') return;\n      d = true;\n\t\ttry { Typekit.load(config); } catch (e) {}\n   };\n   var s = document.getElementsByTagName('script')[0];\n   s.parentNode.insertBefore(tk, s);\n})();\n//-->]]>\n</script>\n\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\n\n<section id=\"adv-network\">\r\n\t<div class=\"adv-leaderboard\"><script type=\"text/javascript\">OAS_AD('Leaderboard');</script></div>\r\n</section>\r\n<div id=\"adv-banner\">\r\n    <nav id=\"adv-classified-nav\">\r\n        <div id=\"adv-classified-nav-inner\">\r\n            <ul class=\"adv-cul adv-clearfix\">\r\n                <li class=\"adv-cli adv-cli-co\">IN YOUR COMMUNITY:</li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://www.gulflive.com/jobs/\" class=\"adv-clia\">Jobs</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">\r\n\t\t\t    <li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/jobs/\">Find a Job</a></li>\r\n\t\t\t    <li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://jobs.gulflive.com/jobs/user/login?rd=http%3A%2F%2Fjobs.gulflive.com%2Fcareers%2Fjobseeker\">Job Seeker Tools</a></li>\r\n\t\t\t    <li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://jobs.gulflive.com/careers/employer\">Employer Tools</a></li>\r\n\t\t\t    <li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://jobs.gulflive.com/jobs/products/\">Post a Job</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://autos.gulflive.com/\" class=\"adv-clia\">Autos</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/\" class=\"adv-csa\">Autos Home</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/new-car-prices\" class=\"adv-csa\">New Car Pricing</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/used-cars\" class=\"adv-csa\">Used Cars</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/research\" class=\"adv-csa\">Research</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/motorcycles/\" class=\"adv-csa\">Motorcycles</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/classic-cars/\" class=\"adv-csa\">Classic Cars</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://autos.gulflive.com/dealers/\" class=\"adv-csa\">Find A Dealer</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://www.gulflive.com/placead/\" class=\"adv-csa\">Place An Ad</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://realestate.gulflive.com/\" class=\"adv-clia\">Real Estate</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">   \r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/\" class=\"adv-csa\">Real Estate Home</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/\" class=\"adv-csa\">Homes</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/new-homes\" class=\"adv-csa\">New Homes</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/for-rent\" class=\"adv-csa\">Rent</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://vacationrentals.gulflive.com/\" class=\"adv-csa\">Vacation Rentals</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/foreclosures\" class=\"adv-csa\">Foreclosures</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://www.cityfeet.com/partner/gulflive/\" class=\"adv-csa\">Commercial</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://www.gulflive.com/placead/\" class=\"adv-csa\">Place An Ad</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://search.gulflive.com/\" class=\"adv-csa\">More &raquo;</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://realestate.gulflive.com/for-rent/\" class=\"adv-clia\">Rentals</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">   \r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/for-rent\" class=\"adv-csa\">Rentals Home</a></li> \r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/for-rent\" class=\"adv-csa\">Apartments</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://vacationrentals.gulflive.com/\" class=\"adv-csa\">Vacation Rentals</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://www.cityfeet.com/partner/gulflive/\" class=\"adv-csa\">Commercial Leases</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://www.gulflive.com/realestate/advertise/\" class=\"adv-csa\">Place An Ad</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://realestate.gulflive.com/for-rent\" class=\"adv-csa\">More &raquo;</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://classifieds.gulflive.com/\" class=\"adv-clia\">Classifieds</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\"> \r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://classifieds.gulflive.com/\">Classifieds Home</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/classifieds/pets/\">Pets</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/classifieds/garagesales/\">Garage Sales</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/classifieds/forsale/\">For Sale</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://classifieds.gulflive.com/?orig_cat=&property=al.com&orig_prop=al.com&temp_type=browse&category=results&tp=ME_gulf&classification=Celebrations\">Celebrations</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://autos.gulflive.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/jobs\">Jobs</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://realestate.gulflive.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://realestate.gulflive.com/for-rent/\">Rentals</a></li>\r\n\t\t\t\t\t\t<li class=\"adv-csli\"><a class=\"adv-csa\" href=\"http://www.gulflive.com/placead/\">Place An Ad</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://obits.gulflive.com/obituaries/gulflive/\" class=\"adv-clia\">Obituaries</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">\r\n                            <li class=\"adv-csli\"><a href=\"http://obits.gulflive.com/obituaries/gulflive/\" class=\"adv-csa\">Obituaries Home</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://findnsave.gulflive.com/?ac=AFFgulfliveFSNAVFLS\" class=\"adv-clia\">FIND&amp;SAVE</a>\r\n                </li>\r\n                <li class=\"adv-cli\">\r\n                    <a href=\"http://businessfinder.gulflive.com/\" class=\"adv-clia\">Local Businesses</a>\r\n                    <div class=\"adv-classified-sub\">\r\n                        <ul class=\"adv-csul\">\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/\" class=\"adv-csa\">Find a Business</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Food-and-Dining\" class=\"adv-csa\">Food & Dining</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Retail-Shopping\" class=\"adv-csa\">Retail Shopping</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Health-and-Medicine\" class=\"adv-csa\">Health & Medicine</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Personal-Care-and-Well-Being\" class=\"adv-csa\">Personal Care</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Entertainment-and-Arts\" class=\"adv-csa\">Entertainment</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Real-Estate\" class=\"adv-csa\">Real Estate</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/MS-Pascagoula/Automotive\" class=\"adv-csa\">Automotive</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/about/advertise.html\" class=\"adv-csa\">Claim Your Business</a></li>\r\n                            <li class=\"adv-csli\"><a href=\"http://businessfinder.gulflive.com/\" class=\"adv-csa\">More</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </li>\r\n            </ul>\r\n            <div class=\"adv-place-ad\"><a href=\"http://www.gulflive.com/placead/\">Place An Ad</a></div>\r\n        </div><!--/classified-nav-inner-->\r\n    </nav>\r\n    <div id=\"adv-full\">\r\n\r\n                        <section id=\"adv-masthead\">\r\n\r\n                <div class=\"adv-wrapper adv-clearfix\">\r\n                    <div id=\"adv-nameplate\">\r\n                        <div class=\"adv-weather\" data-json=\"weather.json\">\r\n                            <div class=\"adv-weather-inner\">\r\n                                <span class=\"adv-temp\"></span>\r\n                                <!--\t\t\t\t\t\t\t<span class=\"adv-conditions\"></span>-->\r\n                                <span class=\"adv-links\"><a href=\"#link\">5-day</a> | <a href=\"#link\">Satellite</a></span>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-hgroup\"> \r\n                            <a href=\"http://www.gulflive.com\">\r\n                                <img class=\"logo-image\" src=\"/static/gulf/static/img/logo_v001.png\" alt=\"GulfLive.com\"/>\r\n                            </a>\r\n                            <div class=\"adv-display-name-container\">\r\n                                <h1 class=\"adv-display_name\">Mississippi</h1>\t\t\t\t\t \r\n                                <img class=\"adv-powered-by\" src=\"http://media.gulflive.com/static/gulf/static/img/logos/gulf_v001.png\" alt=\"Mississippi\">\r\n                            </div>\r\n\r\n\r\n                        </div>\r\n                    </div>\r\n                    <div id=\"adv-search\">\r\n                        <div class=\"adv-social-links\" id=\"adv-classified-social\">\r\n                            <a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\"></a>\r\n                            <a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\"></a>\r\n                            <a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\"></a>\r\n                            <a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\"></a>\r\n                            <a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\"></a>\r\n                            <a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" rel=\"publisher\" title=\"Google Plus\" class=\"adv-icn-google\"></a>\r\n                        </div>   \r\n                        \r\n                        <p class=\"adv-login-links logged-in\">\r\n                            <a class=\"jqModal\" id=\"AdvSigninLink\" href=\"#sign-in\">Sign in</a> \r\n                            <span>|</span> \r\n                            <a class=\"adv-banner-signin-link\" href=\"https://signup.gulflive.com/register/?\">Join</a>\r\n                        </p>\r\n                        \r\n                        <form method=\"get\" action=\"http://search.gulflive.com/sp\">\r\n                            <input placeholder=\"Search\" type=\"text\" id=\"adv-site-search\" name=\"keywords\" />\r\n                            <input type=\"image\" src=\"http://media.gulflive.com/static/common/img/icn-search-mag.png\" id=\"adv-site-search-submit\" value=\"\" />\r\n                        </form>\r\n                    </div>\r\n                </div>\r\n                </section>\r\n\r\n    </div>\r\n    <div id=\"adv-condensed\">\r\n        <div class=\"adv-wrapper adv-clearfix\">\r\n            <div class=\"adv-logo\"><a href=\"http://www.gulflive.com\">GulfLive.com</a></div>\r\n            <span id=\"adv-edition-chooser\" class=\"adv-chooser\" data-selected=\"gulf\">\r\n                <span class=\"adv-chooser-title\"><span></span></span>\r\n            </span>\r\n            <div class=\"adv-weather\">\r\n                <span class=\"adv-temp\"></span>\r\n\t\t\t\t\t <span class=\"adv-links\"><a href=\"#link\">5-day</a> | <a href=\"#link\">Satellite</a></span>\r\n\t\t\t\t  </div>\r\n\t\t\t\t  <div id=\"adv-tablet-search\">\r\n\t\t\t\t\t <form class=\"modalLightboxInner\" method=\"get\" action=\"http://search.gulflive.com/sp\">\r\n\t\t\t\t\t\t<div class=\"title\">Search GulfLive.com</div>\r\n\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t  <input placeholder=\"Search\" type=\"text\" id=\"adv-condensed-search\" name=\"keywords\" class=\"adv-search\" />\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"frm-btn\">\r\n\t\t\t\t\t\t  <input type=\"submit\" id=\"adv-condensed-search-submit\" value=\"Search\" />\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t </form>\r\n\t\t\t\t\t <a href=\"\" title=\"Click to close\" class=\"AdvSignInClose jqmClose\"><img src=\"http://media.gulflive.com/static/common/img/icn-close-dialog.png\" alt=\"Close\" /></a>\r\n\t\t\t\t  </div>\r\n\t\t\t\t  <input type=\"image\" src=\"http://media.gulflive.com/static/common/img/icn-search-mag.png\" id=\"adv-tablet-search-open\" alt=\"Search\" />\r\n\t\t\t\t  <p id=\"adv-condensed-sign-in\"><a class=\"jqModal\" href=\"#sign-in\">Sign in</a></p>\r\n        </div>\r\n    </div><!-- /adv-condensed -->\r\n    <nav id=\"adv-section-nav\">\r\n        <div id=\"adv-section-nav-inner\">\r\n            <ul class=\"adv-sul\">\r\n                <li class=\"adv-sli\">\r\n                    <a class=\"adv-main v001\" href=\"http://www.gulflive.com/news/\">News</a>\r\n                    <div class=\"adv-sub adv-unloaded\" data-value=\"news\" data-json=\"\">\r\n                        <div class=\"adv-header\">\r\n                            <div class=\"adv-sub-sponsor\"></div>\r\n                            <h3><a href=\"http://www.gulflive.com/news/\">News</a></h3>\r\n                            <div class=\"adv-sub-social\">\r\n                                <p>Follow us:</p> \r\n                                <p><a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\">Twitter</a></p>\r\n                                <p><a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\">Facebook</a></p>\r\n                                <p><a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\">RSS</a></p>\r\n                                <p><a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\">Pinterest</a></p>\r\n                                <p><a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\">Instagram</a></p>\r\n                                <p><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" title=\"Google Plus\" class=\"adv-icn-google\">Google Plus</a></p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-main-heds\">\r\n                            <ul>\r\n                                <li class=\"adv-loading\">Loading headlines...</li>\r\n                            </ul>\r\n                            <p><a href=\"http://www.gulflive.com/news/\">News Home &raquo;</a></p>\r\n                        </div><!--/adv-main-heds-->\r\n                        <div class=\"adv-other-heds\">\r\n                            <div class=\"adv-blogs\">\r\n                                <h4>Featured</h4>\r\n                                <ul>\r\n                                    <li class=\"adv-loading\">Loading headlines...</li>\r\n                                </ul>\r\n                                <p><a href=\"http://www.gulflive.com/news/\">All News Topics &raquo;</a></p>\r\n                            </div><!--/adv-blogs-->\r\n                            <div class=\"adv-more\">\r\n                                <h4>More ...</h4>\r\n                                \r\n                                    \r\n                                        \r\n                                        \r\n                                    \r\n                                        <table>\n  <tr>\n    <td><a href=\"http://gulflive.com/opinion/\">Opinion</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://www.gulflive.com/newsflash/\">Nation/World</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://gulflive.com/deathnotices/\">Obits</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://gulflive.com/weather/\">Weather</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://blog.gulflive.com/public-records/index.html\">Public Records</a></td>\n    <td></td>\n  </tr>\n</table>\r\n                                        \r\n                                \r\n                            </div><!--/adv-more-->\r\n                        </div><!--/adv-other-heds-->\r\n                    </div><!--/adv-sub-->\r\n                </li>\r\n                <li class=\"adv-sli\">\r\n                    <a class=\"adv-main v001\" href=\"http://www.gulflive.com/business/\">Business</a>\r\n                    <div class=\"adv-sub adv-unloaded\" data-value=\"business\" data-json=\"\">\r\n                        <div class=\"adv-header\">\r\n                            <div class=\"adv-sub-sponsor\"></div>\r\n                            <h3><a href=\"http://www.gulflive.com/business/\">Business</a></h3>\r\n                            <div class=\"adv-sub-social\">\r\n                                <p>Follow us:</p> \r\n                                <p><a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\">Twitter</a></p>\r\n                                <p><a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\">Facebook</a></p>\r\n                                <p><a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\">RSS</a></p>\r\n                                <p><a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\">Pinterest</a></p>\r\n                                <p><a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\">Instagram</a></p>\r\n                                <p><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" title=\"Google Plus\" class=\"adv-icn-google\">Google Plus</a></p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-main-heds\">\r\n                            <ul>\r\n                                <li class=\"adv-loading\">Loading headlines...</li>\r\n                            </ul>\r\n                            <p><a href=\"http://www.gulflive.com/business/\">Business Home &raquo;</a></p>\r\n                        </div><!--/adv-main-heds-->\r\n                        <div class=\"adv-other-heds\">\r\n                            <div class=\"adv-blogs\">\r\n                                <h4>Featured</h4>\r\n                                <ul>\r\n                                    <li class=\"adv-loading\">Loading headlines...</li>\r\n                                </ul>\r\n                                <p><a href=\"http://www.gulflive.com/business/\">All Business Topics &raquo;</a></p>\r\n                            </div><!--/adv-blogs-->\r\n                            <div class=\"adv-more\">\r\n                                <h4>More ...</h4>\r\n                                \r\n                                    \r\n                                        \r\n                                        \r\n                                    \r\n                                        <table>\n  <tr>\n    <td><a href=\"http://gulflive.com/business/\">Business News</a></td>\n    <td><a href=\"http://blog.gulflive.com/press-releases/index.html\">Press Releases</a></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://businessfinder.gulflive.com/\">Business finder</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://gulflive.com/jobs/\">Jobs</a></td>\n    <td></td>\n  </tr>\n</table>\n\r\n                                        \r\n                                \r\n                            </div><!--/adv-more-->\r\n                        </div><!--/adv-other-heds-->\r\n                    </div><!--/adv-sub-->\r\n                </li>\r\n                <li class=\"adv-sli\">\r\n                    <a class=\"adv-main v001\" href=\"http://www.gulflive.com/sports/\">Sports</a>\r\n                    <div class=\"adv-sub adv-unloaded\" data-value=\"sports\" data-json=\"\">\r\n                        <div class=\"adv-header\">\r\n                            <div class=\"adv-sub-sponsor\"></div>\r\n                            <h3><a href=\"http://www.gulflive.com/sports/\">Sports</a></h3>\r\n                            <div class=\"adv-sub-social\">\r\n                                <p>Follow us:</p> \r\n                                <p><a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\">Twitter</a></p>\r\n                                <p><a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\">Facebook</a></p>\r\n                                <p><a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\">RSS</a></p>\r\n                                <p><a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\">Pinterest</a></p>\r\n                                <p><a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\">Instagram</a></p>\r\n                                <p><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" title=\"Google Plus\" class=\"adv-icn-google\">Google Plus</a></p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-main-heds\">\r\n                            <ul>\r\n                                <li class=\"adv-loading\">Loading headlines...</li>\r\n                            </ul>\r\n                            <p><a href=\"http://www.gulflive.com/sports/\">Sports Home &raquo;</a></p>\r\n                        </div><!--/adv-main-heds-->\r\n                        <div class=\"adv-other-heds\">\r\n                            <div class=\"adv-blogs\">\r\n                                <h4>Featured</h4>\r\n                                <ul>\r\n                                    <li class=\"adv-loading\">Loading headlines...</li>\r\n                                </ul>\r\n                                <p><a href=\"http://www.gulflive.com/sports/\">All Sports Topics &raquo;</a></p>\r\n                            </div><!--/adv-blogs-->\r\n                            <div class=\"adv-more\">\r\n                                <h4>More ...</h4>\r\n                                \r\n                                    \r\n                                        \r\n                                        \r\n                                    \r\n                                        <table>\n  <tr>\n    <td class=\"hed\"><a href=\"http://gulflive.com/mississippi-state/\">Mississippi St.</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td class=\"hed\"><a href=\"http://gulflive.com/mississippi/\">Ole Miss</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td class=\"hed\"><a href=\"http://gulflive.com/southern-miss/\">Southern Miss</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://gulflive.com/sportsflash/\">Nation/World sports</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://blog.gulflive.com/mississippi-press-sports/high_school/index.html\">High School Sports</a></td>\n    <td></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://www.gulflive.com/ncaatournament/\">NCAA Tournament</a></td>\n    <td></td>\n  </tr>\n</table>\n\r\n                                        \r\n                                \r\n                            </div><!--/adv-more-->\r\n                        </div><!--/adv-other-heds-->\r\n                    </div><!--/adv-sub-->\r\n\r\n                </li>\r\n                <li class=\"adv-sli\">\r\n                    <a class=\"adv-main v001\" href=\"http://www.gulflive.com/entertainment/\">Entertainment</a>\r\n                    <div class=\"adv-sub adv-unloaded\" data-value=\"entertainment\" data-json=\"\">\r\n                        <div class=\"adv-header\">\r\n                            <div class=\"adv-sub-sponsor\"></div>\r\n                            <h3><a href=\"http://www.gulflive.com/entertainment/\">Entertainment</a></h3>\r\n                            <div class=\"adv-sub-social\">\r\n                                <p>Follow us:</p> \r\n                                <p><a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\">Twitter</a></p>\r\n                                <p><a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\">Facebook</a></p>\r\n                                <p><a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\">RSS</a></p>\r\n                                <p><a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\">Pinterest</a></p>\r\n                                <p><a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\">Instagram</a></p>\r\n                                <p><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" title=\"Google Plus\" class=\"adv-icn-google\">Google Plus</a></p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-main-heds\">\r\n                            <ul>\r\n                                <li class=\"adv-loading\">Loading headlines...</li>\r\n                            </ul>\r\n                            <p><a href=\"http://www.gulflive.com/entertainment/\">Entertainment Home &raquo;</a></p>\r\n                        </div><!--/adv-main-heds-->\r\n                        <div class=\"adv-other-heds\">\r\n                            <div class=\"adv-blogs\">\r\n                                <h4>Featured</h4>\r\n                                <ul>\r\n                                    <li class=\"adv-loading\">Loading headlines...</li>\r\n                                </ul>\r\n                                <p><a href=\"http://www.gulflive.com/entertainment/\">Entertainment Topics &raquo;</a></p>\r\n                            </div><!--/adv-blogs-->\r\n                            <div class=\"adv-more\">\r\n                                <h4>More ...</h4>\r\n                                \r\n                                    \r\n                                        \r\n                                        \r\n                                    \r\n                                        <table>\n  <tr>\n    <td><a href=\"http://gulflive.com/entertainment/\">Entertainment news</a></td>\n    <td><a href=\"http://gulflive.com/food-dining/\">Food &amp; Dining</a></td>\n  </tr>\n  <tr>\n    <td><a href=\"http://gulflive.com/events/\">Events</a></td>\n    <td></td>\n  </tr>\n</table>\n\r\n                                        \r\n                                \r\n                            </div><!--/adv-more-->\r\n                        </div><!--/adv-other-heds-->\r\n                    </div><!--/adv-sub-->\r\n                </li>\r\n                <li class=\"adv-sli\">\r\n                    <a class=\"adv-main v001\" href=\"http://www.gulflive.com/living/\">Living</a>\r\n                    <div class=\"adv-sub adv-unloaded\" data-value=\"living\" data-json=\"\">\r\n                        <div class=\"adv-header\">\r\n                            <div class=\"adv-sub-sponsor\"></div>\r\n                            <h3><a href=\"http://www.gulflive.com/local/\">Living</a></h3>\r\n                            <div class=\"adv-sub-social\">\r\n                                <p>Follow us:</p> \r\n                                <p><a href=\"https://twitter.com/gulflive\" title=\"Twitter\" class=\"adv-icn-twitter\">Twitter</a></p>\r\n                                <p><a href=\"https://facebook.com/gulflive\" title=\"Facebook\" class=\"adv-icn-facebook\">Facebook</a></p>\r\n                                <p><a href=\"http://gulflive.com/rss\" title=\"RSS\" class=\"adv-icn-rss\">RSS</a></p>\r\n                                <p><a href=\"http://pinterest.com/gulflive/\" title=\"Pinterest\" class=\"adv-icn-pinterest\">Pinterest</a></p>\r\n                                <p><a href=\"http://instagram.com/gulflivepix/\" title=\"Instagram\" class=\"adv-icn-instagram\">Instagram</a></p>\r\n                                <p><a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" title=\"Google Plus\" class=\"adv-icn-google\">Google Plus</a></p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"adv-main-heds\">\r\n                            <ul>\r\n                                <li class=\"adv-loading\">Loading headlines...</li>\r\n                            </ul>\r\n                            <p><a href=\"http://www.gulflive.com/living/\">Living Home &raquo;</a></p>\r\n                        </div><!--/adv-main-heds-->\r\n                        <div class=\"adv-other-heds\">\r\n                            <div class=\"adv-blogs\">\r\n                                <h4>Featured</h4>\r\n                                <ul>\r\n                                    <li class=\"adv-loading\">Loading headlines...</li>\r\n                                </ul>\r\n                                <p><a href=\"http://www.gulflive.com/living/\">All Living Topics &raquo;</a></p>\r\n                            </div><!--/adv-blogs-->\r\n                            <div class=\"adv-more\">\r\n                                <h4>More ...</h4>\r\n                                \r\n                                    \r\n                                        \r\n                                        \r\n                                    \r\n                                        <div class=\"adv-more\">\n  <table>\n    <tr>\n      <td><a href=\"http://gulflive.com/living/\">Features</a></td>\n      <td></td>\n    </tr>\n  </table>\n</div>\r\n                                        \r\n                                \r\n                            </div><!--/adv-more-->\r\n                        </div><!--/adv-other-heds-->\r\n                    </div><!--/adv-sub-->\r\n                </li>\r\n            </ul>\t\r\n            \r\n\t\t\t<div class=\"SiteSponsor\"><script type=\"text/javascript\">OAS_AD('SiteSponsor');</script></div>\r\n        </div><!--/adv-section-nav-inner-->\r\n    </nav>\r\n\t\r\n</div>\r\n\r\n<!-- AdvSignInDialog -->\r\n<div id=\"AdvSignInDialog\" class=\"\" style=\"z-index:3000;\">\r\n    <div class=\"AdvSignInInner\">\r\n        <h2>Sign in to GulfLive.com</h2>\r\n        <div class=\"adv-signin-col\">\r\n            <form id=\"AdvToprailSigninForm\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.gulflive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=document.location.href;return true;\">\r\n                <input type=\"hidden\" name=\"component\" value=\"\" />\r\n                <input type=\"hidden\" name=\"component_action\" value=\"\" />\r\n                <input type=\"hidden\" name=\"__mode\" value=\"do_login\">\r\n                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\">\r\n                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"gulf\">\r\n                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\">\r\n                <label for=\"tr_login_author\">Username</label>\r\n                <input type=\"text\" id=\"adv_tr_login_author\" name=\"username\" value=\"\" class=\"field\" size=\"30\">\r\n                <label for=\"tr_login_password\">Password</label>\r\n                <input type=\"password\" id=\"adv_tr_login_password\" name=\"password\" value=\"\" class=\"field\" size=\"30\">\r\n                <label for=\"remember\"><input type=\"checkbox\" id=\"remember\" /> Remember me</label>\r\n                <div style=\"text-align:center;padding-top:20px;\">\r\n                    <input type=\"submit\" class=\"\" value=\"Sign In\" />\r\n                    <p><a href=\"https://signup.gulflive.com/remember/?return_to=http%3A%2F%2Fwww.gulflive.com%2F\" title=\"Forgot password?\" id=\"AdvForgotPassword\">Forgot your username or password ?</a></p>\r\n                </div>\r\n                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.gulflive.com/sign-in/\">\r\n            </form>\r\n        </div>\r\n        <div id=\"AdvSignInServices\" class=\"adv-signin-col\">\r\n            <h3>Don&#8217;t have an account?</h3>\r\n            <p><a title=\"Register now!\" id=\"adv-toprail-login-register\" href=\"https://signup.gulflive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\r\n            <span id=\"adv-open-id-links\">\r\n                <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.gulflive.com/sign-in/?option=Facebook\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\" /></a>\r\n                <a class=\"adv-signin-google\" href=\"https://signup.gulflive.com/sign-in/?option=Google\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\" /></a>\r\n\t\t<a class=\"adv-signin-twitter\" href=\"https://signup.gulflive.com/sign-in/?option=Twitter\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\" /></a>\r\n\t\t<a class=\"adv-signin-aim\" href=\"https://signup.gulflive.com/sign-in/?option=AIM\"><img src=\"http://media.gulflive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\" /></a>\r\n            </span>\r\n        </div>\r\n    </div><!--/SignInInner-->\r\n    <a href=\"\" title=\"Click to close\" class=\"AdvSignInClose jqmClose\"><img src=\"http://media.gulflive.com/static/common/img/icn-close-dialog.png\" alt=\"Close\" /></a>\r\n</div><!--/SignInDialog-->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nvar arcs_logo_suffix = '_v001.png';\r\n/* ]]> */\r\n</script>\r\n<!-- #WeatherDialog -->\r\n<div id=\"weather_location\">\r\n    <form class=\"modalLightboxInner\" id=\"w_location_form\">\r\n        <div class=\"title\">Customize Your Weather</div>\r\n        <div>\r\n            <label for=\"adv_location_input\">Set Your Location (Enter City and State or Zip Code)</label>\r\n            <p class=\"error-msg\"></p>\r\n        </div>\r\n        <div class=\"frm-in\"><input name=\"adv_location_input\" class=\"location-input\" type=\"text\" value=\"\" placeholder=\"Enter City, State or Zip Code\" /></div>\r\n        <div class=\"frm-btn\"><input class=\"\" type=\"submit\" value=\"Submit\" /></div>\r\n    </form>\r\n    <a href=\"\" title=\"Click to close\" class=\"AdvSignInClose jqmClose\"><img src=\"http://media.gulflive.com/static/common/img/icn-close-dialog.png\" alt=\"Close\" /></a>\r\n</div>\r\n<div id=\"weather_confirm\" class=\"edition\">\r\n    <div class=\"modalLightboxInner\">\r\n        <div class=\"title\">Congratulations!</div>\r\n        <div>Your weather is set to <span class=\"adv-geo-choosen\"></span>. You can change the location at any time.</div>\r\n        <div class=\"frm-btn\"><input class=\"jqmClose\" data-phase=\"phase3\" type=\"button\" value=\"Done\" /></div>\r\n    </div>\r\n    <a href=\"\" title=\"Click to close\" class=\"AdvSignInClose jqmClose\"><img src=\"http://media.gulflive.com/static/common/img/icn-close-dialog.png\" alt=\"Close\" /></a>\r\n</div>\r\n<!-- /#WeatherDialog -->\r\n\n\n<script type=\"text/javascript\" src=\"/static/gulf/static/js/adv_region.js\"></script>\n<script type=\"text/javascript\" defer src=\"/static/common/js/adv_toprail.js\"></script>\n<script type=\"text/javascript\" defer src=\"/static/common/js/adv_signin.js\"></script>\n\n        \n\n<!-- stop toprail -->\n\t\t\n\t\t\n\t\t<div class=\"ad_980x300\" id=\"Tower\">\n\t\t\t<script type=\"text/javascript\">\n\t\t\t\t/* <![CDATA[ */\n\t\t\t\tOAS_AD('Tower');\n\t\t\t\tprocessAd(\"Tower\");\n\t\t\t\t/* ]]> */\n\t\t\t</script>\n\t\t</div>\n\t\n\n\n<div class=\"roundbox_overlay\" id=\"InfoPopup\">\n\t<div class=\"roundbox_tl\"> </div><div class=\"roundbox_tr\"> </div>\n\t<div class=\"roundbox_content\" id=\"InfoData\"></div>\n\t<div class=\"roundbox_bl\"> </div><div class=\"roundbox_br\"> </div>\n\t<div class=\"roundbox_arrow_down center\"><img src=\"http://media.gulflive.com/design/baseline/img/roundbox_arrow_down.gif\" alt=\"\" /></div>\n</div>\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\r\n\t\t\t<!-- End Masthead -->\r\n\t\t\t<div id=\"PageContent\">\r\n\t\t\t\t<div id=\"MainColumn\">\r\n\t\t\t\t\t<div class=\"content_masthead\">\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<a href=\"http://videos.gulflive.com//\"><img src=\"http://media.gulflive.com/design/baseline/img/default_video_icon.gif\" alt=\"Gulflive.com: Community Videos\"/></a>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<div><a href=\"http://videos.gulflive.com//\">Gulflive.com: Community Videos</a>\r\n\t\t\t\t\t\t\t<div class=\"tagline\"></div></div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t<div id=\"ContentWell\" class=\"contentwell_video\">\r\n\t\t\t\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\n \n<div class=\"breadcrumbs\"><a class=\"category\" href=\"http://videos.gulflive.com//business_videos/index.html\">Business Videos</a>, <a class=\"category\" href=\"http://videos.gulflive.com//news_videos/index.html\">News Videos &#187;</a></div>\n<div class=\"full_entry video\">\n\t\n\t\t<p>&nbsp;<div id=\"BCLcontainingBlock\"> \n  <div class=\"BCLvideoWrapper\"> \n    <!-- Start of Brightcove Player --> \n\n    <object id=\"mt-13599832\" class=\"BrightcoveExperience\"> \n      <param name=\"wmode\" value=\"opaque\" />\n      <param name=\"bgcolor\" value=\"#FFFFFF\" /> \n      <param name=\"width\" value=\"\" /> \n      <param name=\"height\" value=\"\" /> \n      <param name=\"playerID\" value=\"2562166671001\" /> \n      <param name=\"playerKey\" value=\"wyeczAXP-mcOAIBiaxg0npZB3XscVZwLzMBJvPI8QzqoCsgDfm5x-w..\" /> \n      <param name=\"isVid\" value=\"true\" /> \n      <param name=\"isUI\" value=\"true\" /> \n      <param name=\"dynamicStreaming\" value=\"true\" /> \n      <param name=\"@videoPlayer\" value=\"ref:mt-13599832\" /> \n      <param name=\"additionalAdTargetingParams\" value=\"\" />\n    </object> \n\n    <!-- End of Brightcove Player --> \n  </div> \n</div> \n\n\n</p>\n\t\t<div class=\"title\">\n\t\t\t<h1 class=\"left\">Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube</h1>\n\t\t\t<span class=\"time\"></span>\n\t\t</div>\n\t\t<h5 class=\"clear\">\n\t\t\tPosted: Thursday, October 17, 2013,  8:09 PM\n\t\t\t\n\t\t\t\t<div class=\"alert photo_alert\" style=\"display:block;\">Inappropriate video?&nbsp;<a href=\"javascript:void(0)\" onclick=\"return moderate('http://connect.gulflive.com/cgi-bin/mte/plugins/Moderate/moderate.cgi?__mode=flag&amp;rbu=http://videos.gulflive.com//&amp;entry_id=11452195');\">Alert us.</a></div>\n\t\t\t\n\t\t</h5>\n\t\t<div class=\"clear0\"><!-- --></div>\n\t\t<div class=\"author_info\">\n\t\t\t\n\t\t\t\n\n\n\n\t\n\t\t<a href=\"http://connect.gulflive.com/user/arsaba/index.html\">\n\t\t\t   <img class=\"Avatar\" src=\"http://media.gulflive.com/avatars/11087064.png\" width=\"40\" height=\"40\" alt=\"Arnold Saba\" />\n\t\t</a>\n\t\n\n\n\n\t\n\n\n<span class=\"author_byline\">\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span><a href=\"http://connect.gulflive.com/user/arsaba/videos.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tArnold Saba\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">gulflive.com</span>\n\t\t\n\t\n\n\n<br /><a onclick=\"followPopUp(this, 'Arnold Saba', '11087064');\" class=\"follow\">Follow</a>\n</span>\n\n\n\t\t</div>\n\t\t<div class=\"clear0\"><!-- --></div>\n\t\t<p>Crown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term.\r\n\r\nCRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward.\r\n\r\nStrategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company\r\n\r\nOnline ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries.\r\n\r\nBIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012.\r\n\r\nAccording to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com)\r\n\r\nGeneral disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites.  \r\n</p>\n\t\n\t<div><fb:like href=\"http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\" action=\"recommend\" show_faces=\"false\" width=\"460\" font=\"verdana\"></fb:like></div>\n\t\n\t\t<div class=\"tags\">\n\t\t\t<span>Tags:</span> <a href=\"http://topics.gulflive.com/tag/advertising%20branding/videos.html\">advertising branding</a>, <a href=\"http://topics.gulflive.com/tag/advertising%20services/videos.html\">advertising services</a>, <a href=\"http://topics.gulflive.com/tag/b2b/videos.html\">b2b</a>, <a href=\"http://topics.gulflive.com/tag/Crown%20Equity%20Holdings/videos.html\">Crown Equity Holdings</a>, <a href=\"http://topics.gulflive.com/tag/CRWE/videos.html\">CRWE</a>, <a href=\"http://topics.gulflive.com/tag/digital%20network/videos.html\">digital network</a>, <a href=\"http://topics.gulflive.com/tag/marketing%20services/videos.html\">marketing services</a>, <a href=\"http://topics.gulflive.com/tag/marketing%20specialties/videos.html\">marketing specialties</a>, <a href=\"http://topics.gulflive.com/tag/online%20business%20to%20business/videos.html\">online business to business</a>, <a href=\"http://topics.gulflive.com/tag/online%20media%20awareness/videos.html\">online media awareness</a>, <a href=\"http://topics.gulflive.com/tag/online%20multi-media%20publisher/videos.html\">online multi-media publisher</a>, <a href=\"http://topics.gulflive.com/tag/online%20video%20sharing/videos.html\">online video sharing</a>, <a href=\"http://topics.gulflive.com/tag/OTCMKTS%3ACRWE/videos.html\">OTCMKTS:CRWE</a>, <a href=\"http://topics.gulflive.com/tag/search%20engine%20optimization/videos.html\">search engine optimization</a>, <a href=\"http://topics.gulflive.com/tag/VoIP%20communication/videos.html\">VoIP communication</a>\n\t\t</div>\n\t\n\t\n\t<div class=\"sharing_sml\">\r\n\t<div class=\"sharing\">\r\n\t\t<div>Share this video</div>\r\n\t\t\r\n\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fvideos.gulflive.com%2F2013%2F10%2Fcrown_equity_holdings_could_be.html\" onclick=\"return fbs_click()\" target=\"_blank\" class=\"facebook\" title=\"Share with Facebook\"></a>\n<a href=\"http://twitter.com/home?status=http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\" title=\"Share with Twitter\" target=\"_blank\" class=\"twitter\"></a>\n<a href=\"http://www.reddit.com/submit?url=http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html\" title=\"Share with Reddit\" target=\"_blank\" class=\"reddit\"></a>\n<a href=\"http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fvideos.gulflive.com%2F2013%2F10%2Fcrown_equity_holdings_could_be.html&amp;title=Crown%20Equity%20Holdings%20Could%20be%20Sitting%20on%20a%20Gold%20Mine%20with%20CRWETube&amp;bodytext=&amp;topic=\" title=\"Share with Digg\" target=\"_blank\" class=\"digg\"></a>\n<a href=\"http://www.stumbleupon.com/submit?url=http://videos.gulflive.com/2013/10/crown_equity_holdings_could_be.html&amp;title=Crown%20Equity%20Holdings%20Could%20be%20Sitting%20on%20a%20Gold%20Mine%20with%20CRWETube\" title=\"Share with Stumble Upon\" target=\"_blank\" class=\"stumble\"></a>\n<a href=\"http://www.fark.com/cgi/farkit.pl?u=http%3A%2F%2Fvideos.gulflive.com%2F2013%2F10%2Fcrown_equity_holdings_could_be.html&amp;h=Crown%20Equity%20Holdings%20Could%20be%20Sitting%20on%20a%20Gold%20Mine%20with%20CRWETube\" title=\"Share with Fark\" target=\"_blank\" class=\"fark\"></a>\n<div class=\"gplus-small\"><g:plusone size=\"small\" annotation=\"none\"></g:plusone></div>\r\n\t</div>\r\n\t\r\n        \r\n\t\t<div class=\"tools\">\r\n\t\t\t<div>Video tools</div>\r\n\t\t\t<a href=\"javascript:OpenWindow('http://www.gulflive.com/sendthispage/sendthispage.ssf?'+location.href,490,510);\" title=\"Email this story\" class=\"email\"></a>\r\n\t\t\t\r\n\t\t\t\t<a href=\"javascript:window.print();\" class=\"print\" title=\"Print this story\"></a>\r\n\t\t\t\r\n\t\t</div>\r\n\t\r\n</div>\n\t<div class=\"clear0\"><!-- --></div>\n</div>\n<a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n\r\n\t\t\r\n\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t<div id=\"LeftRail\">\r\n\t\t\t\t\t\t<!-- OAS AD 'SecSponsor' begin -->\r\n\t<div id=\"SectionSponsorAd\">\r\n\t\t<script type=\"text/javascript\">\r\n\t\t\t/* <![CDATA[ */\r\n\t\t\tOAS_AD('SecSponsor');\r\n\t\t\tprocessAd(\"SectionSponsorAd\");\r\n\t\t\t/* ]]> */\r\n\t\t</script>\r\n\t</div>\r\n<!-- OAS AD 'SecSponsor' end -->\r\n\r\n<div class=\"widget_170\">\r\n\t<div class=\"box_top_left_orange\"><!-- --></div><div class=\"box_top_right_orange\"><!-- --></div>\r\n\t<div class=\"box_top_orange\">Inside</div>\r\n\t<div class=\"box_content inside\">\r\n\t\t<div class=\"inside_blog_link\"><a href=\"http://videos.gulflive.com//\">User Videos &raquo;</a></div><br />\r\n\t\t\r\n\t\t<!-- ./templates/global/shared/widget/newspaper.mtml start -->\r\n\r\n<!-- ./templates/global/shared/widget/newspaper.mtml end -->\r\n\r\n\t\t\r\n\t\t\t<input type=\"button\" onclick=\"window.location.href='http://videos.gulflive.com///upload.html'\" class=\"btn_submit_videos\" />\r\n\t\t\t<br /><br />\r\n\t\t\r\n\r\n\t\t\r\n\t\t<!-- ESI NOTE: linkboxes wrapped in esi:text tags to prevent parsing errors -->\r\n\r\n\r\n\r\n\t\t\r\n\t\t\r\n\t\t<!-- ./templates/global/blog_types/video/widget/search.mtml start -->\r\n<br />\r\n<div class=\"searchbox\">\r\n\t<div class=\"label_sm\">Search User Videos</div>\r\n\t<form action=\"#\" name=\"vidForm\" onSubmit=\"videoSearch('http://videos.gulflive.com//8002556'); return false;\">\r\n\t\t<input type=\"text\" id=\"vidSearch\" name=\"vidSearch\" value=\"Enter Keyword(s)\" onfocus=\"if ( value == 'Enter Keyword(s)' ) { value = ''; }\" onblur=\"if ( value == '' ) { value = 'Enter Keyword(s)'; }\" class=\"inside\" />\r\n\t\t<div class=\"right_button\"><input type=\"button\" class=\"btn_search\" onClick=\"videoSearch('http://videos.gulflive.com//8002556'); return false;\" /></div>\r\n\t</form>\r\n</div>\r\n<!-- ./templates/global/blog_types/video/widget/search.mtml end -->\r\n\t\t<br />\r\n\t\t\r\n\t\t\r\n\t<div class=\"category_links\">\r\n\t\t<div class=\"label\">Browse by category</div>\r\n\t\t<ul>\r\n\t\t\t\r\n\t\t\t<li><a href=\"http://videos.gulflive.com//business_videos/rss.xml\" title=\"Business Videos RSS feed\"><img src=\"http://media.gulflive.com/design/baseline/img/icons/rss_icon.gif\" alt=\"\" /></a>&nbsp;<a href=\"http://videos.gulflive.com//business_videos/index.html\">Business Videos</a></li>\r\n\t\t\t\r\n\t\t\t<li><a href=\"http://videos.gulflive.com//entertainment_videos/rss.xml\" title=\"Entertainment Videos RSS feed\"><img src=\"http://media.gulflive.com/design/baseline/img/icons/rss_icon.gif\" alt=\"\" /></a>&nbsp;<a href=\"http://videos.gulflive.com//entertainment_videos/index.html\">Entertainment Videos</a></li>\r\n\t\t\t\r\n\t\t\t<li><a href=\"http://videos.gulflive.com//lifestyle_videos/rss.xml\" title=\"Lifestyle Videos RSS feed\"><img src=\"http://media.gulflive.com/design/baseline/img/icons/rss_icon.gif\" alt=\"\" /></a>&nbsp;<a href=\"http://videos.gulflive.com//lifestyle_videos/index.html\">Lifestyle Videos</a></li>\r\n\t\t\t\r\n\t\t\t<li><a href=\"http://videos.gulflive.com//news_videos/rss.xml\" title=\"News Videos RSS feed\"><img src=\"http://media.gulflive.com/design/baseline/img/icons/rss_icon.gif\" alt=\"\" /></a>&nbsp;<a href=\"http://videos.gulflive.com//news_videos/index.html\">News Videos</a></li>\r\n\t\t\t\r\n\t\t</ul> \r\n\t</div>\r\n\r\n\t\t<br />\r\n\t\t\r\n\t\t<!-- ./templates/global/blog_types/text/widget/browseDate.mtml start -->\r\n\r\n\t\r\n\r\n\t\r\n\r\n\t\r\n\t\t<div class=\"dropdownbox\">\r\n\t\t\t<div class=\"label_sm\">Browse by month</div>\r\n\t\t\t<form name=\"month_form\" action=\"\" onsubmit=\"d=document.getElementById('date_select');if(d.options[d.selectedIndex].value.length>0){document.location.href=d.options[d.selectedIndex].value;}return false;\">\r\n\t\t\t\t<select id=\"date_select\" name=\"date_links\" class=\"inside\">\r\n\t\t\t\t\t<option value=\"http://videos.gulflive.com///archive\">Select a date</option>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<option value=\"http://videos.gulflive.com//2014/03/index.html\">March 2014</option>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<option value=\"http://videos.gulflive.com//2013/10/index.html\">October 2013</option>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<option value=\"http://videos.gulflive.com//2013/09/index.html\">September 2013</option>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<option value=\"http://videos.gulflive.com//2013/08/index.html\">August 2013</option>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<option value=\"http://videos.gulflive.com//archive/index.html\">Browse all archives</option>\r\n\t\t\t\t</select>\r\n\t\t\t\t<div class=\"right_button\"><input onclick=\"window.location=document.month_form.date_links.options[document.month_form.date_links.selectedIndex].value\" type=\"button\" class=\"imageGo\" /></div>\r\n\t\t\t</form>\r\n\t\t</div>\r\n\t\r\n\r\n<!-- ./templates/global/blog_types/text/widget/browseDate.mtml end -->\n\r\n\r\n\t</div>\r\n\t<div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div>\r\n</div>\r\n\t\r\n\r\n\r\n<div class=\"widget_170\">\r\n\t\r\n\t<!-- ESI NOTE: linkboxes wrapped in esi:text tags to prevent parsing errors -->\r\n\r\n\r\n\r\n</div>\r\n\r\n<div class=\"ad_120x240\">\r\n\t<!-- OAS AD 'Column4' begin -->\r\n\t<script type=\"text/javaScript\">\r\n\t/* <![CDATA[ */\r\n\tOAS_AD('Column4');\r\n\t/* ]]> */\r\n\t</script>\r\n\t<!-- OAS AD 'Column4' end -->\r\n</div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div id=\"LastColumn\">\r\n\t\t\t\t\t<!-- OAS AD 'Rectangle' begin -->\r\n<div class=\"ad_300x250\">\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nOAS_AD('Rectangle');\r\n/* ]]> */\r\n</script>\r\n</div>\r\n<!-- OAS AD 'Rectangle' end -->\r\n\r\n\r\n<!-- ./templates/global/shared/widget/tagCloud.mtml start -->\n\n\n\t\n\n\n\t<div class=\"widget_300\">\n\t\t<div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div>\n\t\t\t<div class=\"box_content tag_cloud\">\n\t\t\t\t<h3>Popular Video Tags</h3><a class=\"helper helperText\" onclick=\"helperText(this, 'tags');\">What's this?</a>\n\t\t\t\t<div id=\"TagHolder\"></div>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t/* <![CDATA[ */\n\t\t\t\tvar tags = new Array();\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Billy Barnwell\", url:\"http://topics.gulflive.com/tag/Billy%20Barnwell/videos.html\", rank: \"1\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Shad Sullivan\", url:\"http://topics.gulflive.com/tag/Shad%20Sullivan/videos.html\", rank: \"1\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"fraudulent misrepresentation\", url:\"http://topics.gulflive.com/tag/fraudulent%20misrepresentation/videos.html\", rank: \"1\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"fraud\", url:\"http://topics.gulflive.com/tag/fraud/videos.html\", rank: \"2\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"misrepresentation\", url:\"http://topics.gulflive.com/tag/misrepresentation/videos.html\", rank: \"2\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Arnold F. Sock\", url:\"http://topics.gulflive.com/tag/Arnold%20F.%20Sock/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Discovery Carbon\", url:\"http://topics.gulflive.com/tag/Discovery%20Carbon/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Las Vegas Judge\", url:\"http://topics.gulflive.com/tag/Las%20Vegas%20Judge/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Las Vegas Regional Justice Court\", url:\"http://topics.gulflive.com/tag/Las%20Vegas%20Regional%20Justice%20Court/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Temporary Restraining Order\", url:\"http://topics.gulflive.com/tag/Temporary%20Restraining%20Order/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"inappropriate solicitations\", url:\"http://topics.gulflive.com/tag/inappropriate%20solicitations/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"stock transfers\", url:\"http://topics.gulflive.com/tag/stock%20transfers/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"clark county\", url:\"http://topics.gulflive.com/tag/clark%20county/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"clno\", url:\"http://topics.gulflive.com/tag/clno/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"eqco2\", url:\"http://topics.gulflive.com/tag/eqco2/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"cleantech transit\", url:\"http://topics.gulflive.com/tag/cleantech%20transit/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"FBI\", url:\"http://topics.gulflive.com/tag/FBI/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Judge\", url:\"http://topics.gulflive.com/tag/Judge/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"SEC\", url:\"http://topics.gulflive.com/tag/SEC/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"TRO\", url:\"http://topics.gulflive.com/tag/TRO/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Finra\", url:\"http://topics.gulflive.com/tag/Finra/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"CLNO\", url:\"http://topics.gulflive.com/tag/CLNO/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"EQCO2\", url:\"http://topics.gulflive.com/tag/EQCO2/videos.html\", rank: \"3\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"Investment Solicitations\", url:\"http://topics.gulflive.com/tag/Investment%20Solicitations/videos.html\", rank: \"5\"};\n\t\t\t\t\n\t\t\t\t\ttags[tags.length] = {name:\"scams\", url:\"http://topics.gulflive.com/tag/scams/videos.html\", rank: \"5\"};\n\t\t\t\t\n\t\t\t\tfunction compareNames(a, b) {\n\t\t\t\t\tvar nameA = a.name.toLowerCase( );\n\t\t\t\t\tvar nameB = b.name.toLowerCase( );\n\t\t\t\t\tif (nameA < nameB) {return -1}\n\t\t\t\t\tif (nameA > nameB) {return 1}\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\t\t\t\ttags.sort(compareNames);\n\t\t\t\tfor (i = 0; i < tags.length; i++) {\n\t\t\t\t\tvar obj = tags[i];\n\t\t\t\t\tjQuery(\"#TagHolder\").append(\"<span class=\\\"rank\" + obj.rank + \"\\\"><a href=\\\"\" + encodeURI(obj.url) + \"\\\">\" + obj.name + \"</a></span>\\n \");\n\t\t\t\t}\n\t\t\t\t/* ]]> */\n\t\t\t\t</script>\n\t\t\t </div>\n\t\t<div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div>\n\t</div>\n\n\n<!-- ./templates/global/shared/widget/tagCloud.mtml end -->\n\r\n\r\n\r\n\t\r\n\r\n<!-- ./templates/global/blog_types/video/ads/Rectangle-Rectangle-TextLinks.mtml start -->\r\n\r\n\t<!--  OAS AD 'RectangleBelow' begin  -->\r\n\t<div class=\"ad_300x250\">\r\n\t<script type=\"text/javascript\">\r\n\t/* <![CDATA[ */\r\n\tOAS_AD('RectangleBelow');\r\n\t/* ]]> */\r\n\t</script>\r\n\t</div>\r\n\t<!--  OAS AD 'RectangleBelow' end  -->\r\n\r\n<!-- ./templates/global/blog_types/video/ads/Rectangle-Rectangle-TextLinks.mtml end -->\r\n\r\n\r\n<!-- OAS AD 'Tile5' begin -->\r\n<div id=\"Tile5\" class=\"ad_300x100\">\r\n\t<script type=\"text/javaScript\">\r\n\t/* <![CDATA[ */\r\n\tOAS_AD('Tile5');\r\n\tprocessAd(\"Tile5\");\r\n\t/* ]]> */\r\n\t</script>\r\n</div>\r\n<!-- OAS AD 'Tile5' end -->\r\n\r\n<div id=\"Module-From_Advertisers\" class=\"widget_300 box_grayoutline ad_border\">\r\n\t<div>\r\n\t\t<div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\r\n\t</div>\r\n\t<div class=\"box_content\">\r\n\t\t<div class=\"module_links\">\r\n\t\t\t<div class=\"label\">From Our Advertisers</div><br />\r\n\t\t\t<br class=\"small_gap\" />\r\n\t\t\t<div class=\"TxtLink1\">\r\n\t\t\t\t<script type=\"text/javascript\">\r\n\t\t\t\t/* <![CDATA[ */\r\n\t\t\t\tOAS_AD('TxtLink1');\r\n\t\t\t\t/* ]]> */\r\n\t\t\t\t</script>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"TxtLink2\">\r\n\t\t\t\t<script type=\"text/javascript\">\r\n\t\t\t\t/* <![CDATA[ */\r\n\t\t\t\tOAS_AD('TxtLink2');\r\n\t\t\t\t/* ]]> */\r\n\t\t\t\t</script>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"TxtLink3\">\r\n\t\t\t\t<script type=\"text/javascript\">\r\n\t\t\t\t/* <![CDATA[ */\r\n\t\t\t\tOAS_AD('TxtLink3');\r\n\t\t\t\t/* ]]> */\r\n\t\t\t\t</script>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<br class=\"small_gap\" />\r\n\t\t<div class=\"bottom_more_link\"><a href=\"http://www.gulflive.com/mediakit/\">Advertise With Us &raquo;</a></div>\r\n\t</div>\r\n\t<div>\r\n\t\t<div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\r\n\t</div>\r\n</div>\r\n\r\n<!-- OAS AD 'Marketing1' begin -->\r\n<div id=\"Marketing1\" class=\"ad_300x100\">\r\n\t<script type=\"text/javaScript\">\r\n\t/* <![CDATA[ */\r\n\tOAS_AD('Marketing1');\r\n\tprocessAd(\"Marketing1\");\r\n\t/* ]]> */\r\n\t</script>\r\n</div>\r\n<!-- OAS AD 'Marketing1' end -->\r\n\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\t\r\n\t\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n\t\n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n\n\n\t <!--- just a comment for now so we can see that class-article-include.html is being included - hi tony -->\n \t<link type=\"text/css\" rel=\"stylesheet\" href=\"http://media.gulflive.com/static/common/css/adv_footer.css\" />\r\n\t<div id=\"footer\">\r\n\t\t\t  <div class=\"wrapper clearfix\">\r\n\r\n\t\t    <div id=\"footer-logos\">\r\n\r\n\t\t        <img src=\"http://media.gulflive.com/static/gulf/static/img/footer-logo-gulf-inc.png\" alt=\"gulflive.com logo\">\r\n\r\n\t\t    </div>\r\n\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\r\n\t    \t <div class=\"cluster clearfix\">\r\n\r\n            <h2>About Us</h2>\r\n\r\n            <ul>\r\n\r\n              <li><a href=\"http://www.gulflive.com/aboutus/\">About gulflive.com</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/mediakit/\">Advertise with us</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n\r\n            </ul>\r\n\r\n            <ul>\r\n\r\n              <li><a href=\"http://jobs.al.com/careers/company/detail/id/840717/page/jobs\">Jobs at gulflive.com</a></li>\r\n\r\n              <li><a href=\"http://www.gulflive.com/aboutus/\">FAQ</a></li>\r\n\r\n           </ul>\r\n\r\n        </div>\r\n\r\n\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\r\n\t\t\t\t<h2>Subscriptions</h2>\r\n\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\r\n\t\t\t\t\t<li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=mp&pid=15\">The Mississippi Press</a></li>\r\n\t\t\t\t\t<li><a href=\"https://member.al.com/dssSubscribe.aspx?siteCode=RG&pid=22\">Press-Register</a></li>\r\n\r\n\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\r\n\t\t\t\t<h2>gulflive.com Sections</h2>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/news/\">News</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/business/\">Business</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/sports/\">Sports</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://blog.gulflive.com/mississippi-press-sports/high_school/index.html\">High School Sports</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/entertainment/\">Entertainment</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/living/\">Living</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://blog.gulflive.com/old-crab/index.html\">Old Crab</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/opinion/\">Opinion</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://obits.gulflive.com/obituaries/gulflive/\">Obituaries</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/jobs/\">Jobs</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://autos.gulflive.com/\">Autos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/realestate/\">Real Estate</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.gulflive.com/for-rent\">Rentals</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://gulflive.com/classifieds/\">Classifieds</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.gulflive.com/\">Find n Save</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.gulflive.com/\">Local Businesses</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\r\n\t\t\t\t\t<p><a href=\"http://m.gulflive.com/\">Mobile site</a> | <a href=\"http://www.gulflive.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.gulflive.com/mobile-device/\">Tablet Apps</a>\r\n\r\n\t\t\t\t</p></div>\r\n\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\r\n\t\t\t\t<h2>More on gulflive.com</h2>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://videos.gulflive.com/mississippi-press/\">Videos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://photos.gulflive.com/mississippi-press/index.html\">Photos</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/interact/\">Interact with us</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/weather/\">Weather</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t\t<ul>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://jobs.gulflive.com/jobs/products/\">Post a job</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Post a classified ad</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Sell your car</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://www.gulflive.com/placead/\">Sell/rent your home</a></li>\r\n\r\n\t\t\t\t\t\t<li><a href=\"http://search.gulflive.com/\">Sitemap &amp; search</a></li>\r\n\r\n\t\t\t\t\t</ul>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"cluster\">\r\n\r\n          <h2>Follow Us</h2>\r\n\r\n          <p>\r\n          \t<a href=\"http://twitter.com/gulflive/\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n          \t<a href=\"http://facebook.com/gulflive/\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n          \t<a href=\"https://plus.google.com/u/0/118188279922237423759/posts\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n          \t<a href=\"http://pinterest.com/gulflive/\" class=\"adv-icn-pinterest icn-link\">Pinterest</a>\r\n          </p>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t</div><!-- /#more -->\r\n\r\n\t\t</div><!--/.wrapper-->\r\n\r\n        <div id=\"disclaimer\">\r\n\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.gulflive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.gulflive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.gulflive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n\r\n            <p>&copy; 2015 Alabama Live LLC [al.com and gulflive.com]. All rights reserved (<a href=\"http://www.gulflive.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Alabama Live LLC.</p>\r\n\r\n\r\r\n\r\r\n  \n\n\r\n\t</div>\r\n\r\n\n\n  \n\r\n\n\t\n\t<!-- this is no longer used for site catalyst -->\n\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\r\n\t\t</div>\r\n\t\t\r\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\r\n\t\t\r\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script>setTimeout(ghostwriter.loadscripts,250);</script>\n\r\n\t</body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/huffingtonpost.com1.html",
    "content": "<!DOCTYPE html>\n\t\n<!--  Mobile redirect: 80 -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\n\n\n\n\n\n\n\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8 ie7\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9 ie8\"> <![endif]-->\n<!--[if IE 9]>         <html lang=\"en\" class=\"no-js modern ie9\"> <![endif]-->\n<!--[if gt IE 9]><!--> <html lang=\"en\" class=\"no-js modern\"> <!--<![endif]-->\n<head>\n\t<title>Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit</title>\n    <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />\n<meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1' />\n<meta name=\"keywords\" content=\"jamie, dimon, says, banks, are, under, assault, as, he, announces, $4.9, billion, profit, business\"/>\n<meta name=\"description\" content=\"We should all do so well while under assault. ... \"/>\n<meta name=\"category\" content=\"Business\" />\n<meta http-equiv=\"Content-Language\" content=\"en_US\" />\n<meta name=\"robots\" content=\"noodp,noydir\" />\n<meta property=\"twitter:card\" value=\"summary_large_image\"/>\n<meta property=\"twitter:site\" value=\"@HuffPostBiz\"/>\n<meta property=\"fb:app_id\" content=\"46744042133\"/>\n<meta property=\"og:site_name\" content=\"The Huffington Post\"/>\n<meta property=\"og:title\" content=\"Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:url\" content=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\"/>\n<meta property=\"og:image\" content=\"http://i.huffpost.com/gen/2491664/thumbs/o-JAMIE-DIMON-facebook.jpg\" />\n<meta property=\"og:description\" content=\"We should all do so well while under assault. ... \"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"sailthru.date\" content=\"Wed, 14 Jan 2015 09:42:15 -0500\">\n<meta name=\"sailthru.expire_date\" content=\"Thu, 15 Jan 2015 09:42:15 -0500\">\n<meta name=\"sailthru.image.thumb\" content=\"http://i.huffpost.com/gen/2491664/thumbs/s-JAMIE-DIMON-small.jpg\">\n<meta name=\"sailthru.tags\" content=\"JP Morgan Chase,Jamie Dimon,dodd-frank,Financial Regulation,Financial Reform,jamie dimon banks assault,jamie dimon regulation,jamie dimon whine,JPMorgan Chase,jpmorgan,JP Morgan\">\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/HuffPostBusiness\"/>\n<meta property=\"article:section\" content=\"Business\"/>\n<link rel=\"image_src\" href=\"http://i.huffpost.com/gen/2491664/thumbs/s-JAMIE-DIMON-large.jpg\" />\n<meta name=\"image\" content=\"http://i.huffpost.com/gen/2491664/thumbs/s-JAMIE-DIMON-small.jpg\" />\n<meta name=\"thumbnail\" content=\"http://i.huffpost.com/gen/2491664/thumbs/o-JAMIE-DIMON-facebook.jpg\" />\n    <meta name=\"og:see_also\" content=\"http://www.huffingtonpost.com/2015/01/14/most-popular-cuisine-state_n_6457252.html\" />\n<meta name=\"og:see_also\" content=\"http://www.huffingtonpost.com/2015/01/13/chipotle-pork_n_6466350.html\" />\n<meta name=\"og:see_also\" content=\"http://www.huffingtonpost.com/2015/01/13/breastaurants-growth_n_6443274.html\" />\n    <link rel=\"shortcut icon\" href=\"/favicon.ico\">\n    <link rel=\"alternate\" href=\"android-app://com.huffingtonpost.android/http/www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\"/>\n    <link rel=\"alternate\" href=\"ios-app://306621789/huffpostnews/www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\"/>\n    <link rel=\"stylesheet\" href=\"http://s0.huffpost.com/assets/css.php?v=1421170046&f=phoenix%2Fapp.css\" type=\"text/css\">\n    <link rel=\"stylesheet\" href=\"http://s0.huffpost.com/assets/css.php?v=1421170046&f=phoenix%2Fcore.css%2Cphoenix%2Fpageheader.css%2Cphoenix%2Frightrail.css%2Cphoenix%2Fauthor_article.css%2Cphoenix%2Fted.css%2Cphoenix%2Fcolorbox.css%2Cphoenix%2Femail_form.css%2Cphoenix%2Fslideshow%2Fflexslider.css%2Cphoenix%2Fslideshow%2Fstyles.css\" type=\"text/css\">\n    <link rel=\"stylesheet\" href=\"http://s1.huffpost.com/assets/css.php?v=1421170046&f=liveblog.css%2Cbasic.css%2Csailthru_concierge.css%2Crecipe_gadget.css%2Chp_modules%2Fmodule.sponsor-widgets.css%2Chp_modules%2Fmodule.apps_feeds.css%2C_slideshows%2Finline.css%2C_slideshows%2Fmodules%2Finline.css%2C_slideshows%2Fmodules%2Fparticipation.css%2C_slideshows%2Fmodules%2Fparticipation_new.css%2Ccommercial.css%2Cadd%2Finner.css%2Cemail_share.css%2Cbuttons.css\" type=\"text/css\">\n    <link rel=\"stylesheet\" href=\"http://s1.huffpost.com/assets/css.php?v=1421170046&f=\" type=\"text/css\">\n    <link rel=\"stylesheet\" href=\"http://s1.huffpost.com/assets/css.php?v=1421170046&f=phoenix%2Fverticals%2Fbusiness.css%2Cphoenix%2Fverticals%2Fpolitics.css%2Cphoenix%2Fverticals%2F.css%2Cphoenix%2Fverticals%2Fworld.css%2Cphoenix%2Fverticals%2Fmedia.css%2Cphoenix%2Fverticals%2Fgreen.css%2Cphoenix%2Fverticals%2Fsports.css%2Cphoenix%2Fverticals%2Farts.css%2Cphoenix%2Fverticals%2Fscience.css\" type=\"text/css\">\n\t    <link rel=\"canonical\" href=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\">\n\n    <!--[if lt IE 9]><link rel=\"stylesheet\" href=\"http://s0.huffpost.com/assets/js.php?v=1421170046&f=conversations%2Fstylesheets%2Fapp.css\" /><![endif]-->\n    <!--[if lte IE 7]><link rel=\"stylesheet\" href=\"http://s0.huffpost.com/assets/css.php?v=1421170046&f=phoenix%2Fie7.css\" type=\"text/css\" /><![endif]-->\n    <!--[if IE 8]><link rel=\"stylesheet\" href=\"http://s1.huffpost.com/assets/css.php?v=1421170046&f=phoenix%2Fie8.css\" type=\"text/css\" /><![endif]-->\n    <script type=\"text/javascript\" src=\"http://s0.huffpost.com/assets/js.php?v=1421170046&f=jquery-1.7.2.min.js\"></script>\n    <script type=\"text/javascript\" src=\"http://s0.huffpost.com/assets/js.php?v=1421170046&f=jquery%2Fjquery.I18N.js%2Clocale%2Fen_US%2Fpublic.js%2Csprintf-0.7.js\"></script>\n    <script type=\"text/javascript\" src=\"http://s1.huffpost.com/assets/js.php?v=1421170046&f=huff.js%2Chp_config.js%2Clazyload-min.js%2Chp_util.js%2Chp_track.js%2Cyui_sub.js%2Chp_liveblog.js%2Chptwitter_anywhere.js%2Cphoenix%2Fcustom.modernizr.js%2Cphoenix%2Ffoundation.min.js%2C_tmp%2Fquick_fan.js%2C_tmp%2Fhp_ads.js%2C_tmp%2Fcommon.js%2Chp_browser.js%2Csubmissions.js%2Cphoenix%2Funderscore.js%2Cphoenix%2Fbackbone.js%2Cphoenix%2Fthreeup.js%2Crecipe_gadget.js%2Clivebetteramerica%2Fmodule.jquerydl.js%2Cphoenix%2Ffollow-huffpost.js%2Cphoenix%2Fsocial-sidebar.js%2Cposts.js%2Cphoenix%2Fnumeral.js%2Cphoenix%2Fsocial_widget_views.js%2Cconversations%2Fbootstrap.js%2Cscroll-track.js%2Cphoenix%2Fjquery.colorbox.js%2Cphoenix%2Fthreeup-carousel.js%2Cphoenix%2Flightbox.js%2Cphoenix%2Fjquery.formparams.js%2Cphoenix%2Fsubmit_correction.js%2C_tmp%2Fquick_subscribe_user.js%2Cphoenix%2Fnewsletter.js%2Chptwitter.js%2Cphoenix%2Flogin.js%2C_tmp%2Fclick_tracker.js%2Cphoenix%2Fimage_loader.js%2Cphoenix%2Fcaption.js%2Cconnect_overview.js%2Cimage_embed.js%2Cswfobject.js%2Cphoenix%2Fyoutube_to_5min.js%2Cphoenix%2Fhulu_to_5min.js%2C_tmp%2Fevent_module.js%2Cphoenix%2Fslideshow%2Fjquery.flexslider.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-html.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-tracking.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-share.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-main.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation_new.js%2Cphoenix%2Fpre_modulous.js%2Con-hover-pinterest.js\"></script>\n    <script type=\"text/javascript\" src=\"http://s0.huffpost.com/assets/js.php?v=1421170046&f=facebook.js%2Ccookiesmin.js%2Csnproject.js%2C_tmp%2Fquick_login.js%2Chuffconnect.js%2Cprovider.js%2Cpopup_manager.js%2C_util%2Fuser.js%2Cuser.js\"></script>\n\t\t    <script type=\"text/javascript\" src=\"http://s1.huffpost.com/assets/js.php?v=1421170046&f=moat.js\"></script>\n\t    <script type=\"text/javascript\">\n        huff.v({\"last_deploy_commit_id\":\"646ad26bec94d7101257e0a57e9eea7b3e929fca\",\"deploy_commit_id\":\"d5ce9ff01dad7c5f77d51ce7bc060e617ae883e3\",\"deploy_seq\":1421170046,\"last_deploy_seq\":1421168773,\"deploy_date\":\"Tue, 13 Jan 2015 12:27:26 -0500\",\"last_deploy_date\":\"Tue, 13 Jan 2015 12:06:13 -0500\"});\n    </script>\n\n    <script type=\"text/javascript\">\n// common modules\nhuff.use('conf', 'modal', 'image', 'layout', 'cookies', 'user', 'track', 'common', 'promo');\n</script>\n    <!-- modulous header -->\n    <script type=\"text/javascript\" src=\"http://o.aolcdn.com/ads/adsWrapper.js\" ></script>\r\n<script type=\"text/javascript\">\r\n    \r\n      \r\n      \r\n      adSetAdURL('http://' + (document.domain || 'www.huffingtonpost.com') + (location.port?':'+location.port:'') + '/_uac/2014adpage.html');\r\n      \r\n      tacProp={tags:\"kvpagetype=bpage:news;kvsubj=4941450:981284:981525:978336:979655:979329:979653:980466;kvtopic=bank-of-america:banks:financial-reform;kventryid=6470358;kvcmsid=hpo:6470358;kveditags=dodd-frank:financial-regulation:jamie-dimon:@health_depression:@health_models:@health_ibs:jamie-dimon-banks-assault:financial-reform:jamie-dimon-whine:jp-morgan-chase:jpmorgan-chase:jamie-dimon-regulation:jp-morgan:jpmorgan;kvvert=business;kvblogger=ben-walsh;kvent=5066249:4234931:4217052:3829962:4958367:3684751:3696068:3542742:3528890:5157193\"};\r\n      tacProp.tags += ( (typeof HPAds!==\"undefined\") && (typeof HPAds.adtech_client_side_inf==\"function\") ) ? HPAds.adtech_client_side_inf() : \"\";\r\n      if (typeof adSetOthAT==\"function\") adSetOthAT(tacProp.tags);\r\n      \r\n    \r\n</script>\n\n<script type=\"text/javascript\">\r\nif (typeof HPAds !== 'undefined') {\r\n  HPAds.ad_reload_old = HPAds.ad_reload;\r\n  HPAds.ad_reload = function(placement) {\r\n    jQuery(document).trigger(jQuery.Event('reloadAd', {\"detail\": placement}));\r\n    HPAds.ad_reload_old.apply(this, arguments);\r\n  }\r\n}\r\n</script>\n<!-- debugadcode -->\r\n<style>\r\n.debugadcode-box { z-index:10000; position:relative; }\r\n.debugadcode { position:absolute; padding:5px; background-color:rgba(232, 212, 244, 0.85); font-size:0.8rem; color:black; }\r\n</style>\r\n<script>\r\nwindow.debugadcode = function(title, properties) {\r\n  if (window.location.search.indexOf('debug_ad_code') < 0) return;\r\n  var head = '<div><strong>'+title+'</strong></div>'; var body = '';\r\n  for (key in properties) { body += '<div><em>'+key+'</em>: '+properties[key]+'</div>'; }\r\n\r\n  var s = document.getElementsByTagName('script');\r\n  var sLast = s[s.length - 1];\r\n  var d = document.createElement('div');\r\n  d.className = 'debugadcode-box';\r\n  d.innerHTML = '<div class=\"debugadcode\">'+head+body+'</div>';\r\n  sLast.parentNode.insertBefore(d, sLast.nextSibling);\r\n}\r\n</script>\r\n<!-- /debugadcode -->    <!-- END modulous header -->\n            <!-- ads_adtech_header -->\n    <div id=\"modulous_adtech_header\" class=\"ad_spot\">\n    </div>\n\n    <!-- ads_init_functions -->\n    \n    <!-- ads_commercial_video -->\n    \n    <!-- ads_asset_insert -->\n    <div id=\"modulous_asset_inserts\" class=\"ad_spot\">\n    <script type=\"text/javascript\">\r\nadSetMOAT(\"1\");\r\n</script><script type=\"text/javascript\">\r\nvar __taboola_params = [{mode:\"autosized-1r-organic\",container:\"taboola-autosized-1r-organic\"},{mode:\"autosized-1r-sc\",container:\"taboola-autosized-1r-sc\"},{loader:\"http://cdn.taboola.com/libtrc/thehuffingtonpost/loader.js\"}];\r\n</script></div>\n\n    <script type=\"text/javascript\">\n                 tacProp={vert:\"Homepage\",tags:\"kvpagetype=atf:desktop;kvvert=business;\"};\n                 tacProp.tags += ( (typeof HPAds!==\"undefined\") && (typeof HPAds.adtech_client_side_inf==\"function\") ) ? HPAds.adtech_client_side_inf() : \"\";\n                 if (typeof adSetOthAT==\"function\") adSetOthAT(tacProp.tags);\n              </script>        \n\t<script type=\"text/javascript\">\n        var ads_ext_ref_sig = '';\n    </script>\n\n       \n\n\t\n    <script type=\"text/javascript\" src=\"http://www.google.com/recaptcha/api/js/recaptcha_ajax.js\"></script>\n\t\n\t<!-- Parsely tracking params start -->\n\t\t<!-- Parsely tracking params end -->\n</head>\n<body>\n    <!-- Newsletter ads popup -->\n        <!-- END Newsletter ads popup -->\n    <!--modulous_debug_header -->\n        <!-- END modulous_debug_header -->\n    <div id=\"view_mobile_banner\" style=\"display: none; min-width: 1000px; width: 100%; height: 105px; background: url(/images/mobile/view-mobile-bkg.png);background-size: cover; text-align: center;\">\n\t<a href=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html?m=true\" style=\"color: #FFF; font-size: 40px; display: inline-block; padding-top: 18px; text-transform: uppercase; width: 100%; height: 105px;\">\n\t\t<img src=\"/images/mobile/view-mobile-icon.png\" style=\"height: 68px; margin-bottom: -16px;\"/>\n\t\tView mobile site\t</a>\n</div>\n<script> if(window.navigator.userAgent.match(/SCH-I535|SPH-L710|SGH-N064|SGH-N035|SGH-T999|SGH-I747|GT-I9305|GT-I9300|android.+mobile|iphone|ipod|webos|blackberry.+webkit.+mobile|htc|opera\\ mini|operamini|iemobile|opera\\ mobi|lge|lg|palm|samsung|nokia|windows\\ phone|windows\\ ce|bb10|blackberry|Mobile.+Firefox/i)) {\n\tdocument.getElementById(\"view_mobile_banner\").style.display = 'block';\n}\n</script>\n    <!-- RUM header -->\n    <script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Vg4HV1FADAMCXFhRDw==\"};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]);</script>    <!-- GA, Data Layer and Omniture -->\n    <script type=\"text/javascript\">\nvar _gaq = _gaq || [];\nHPTrack.async = true;\nHPTrack.getTracker('UA-71081-1');\nHPTrack.setCustomVar(\"news\", \"default\");\nHPTrack.setCustomVar(\"vertical\", \"Business\");\n           \nHPTrack.trackPageview();\n    \n(function() {\n  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n  (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);\n})();\n\nbN_cfg = {\n  h: location.hostname,\n  p: {\"dL_ch\":\"us.hpmgbus\",\"dL_flid\":\"_\",\"dL_dpt\":\"default\",\"dL_cmsID\":\"hpo:6470358\",\"dL_author\":\"Ben Walsh\",\"dL_crtdt\":\"2015-01-14 09:42:15\",\"dL_pubts\":1421256563000,\"dL_blogID\":2,\"dL_tags\":\"@health_depression,@health_ibs,@health_models,JP Morgan Chase,Jamie Dimon,dodd-frank,Financial Regulation,Financial Reform,jamie dimon banks assault,jamie dimon regulation,jamie dimon whine,JPMorgan Chase,jpmorgan,JP Morgan\",\"cobrand\":\"HuffPost\",\"dL_vid\":\"video_novideo\"}\n};\n\n\nfunction runOmni() {\n \n if(typeof HuffPoUtil != \"undefined\"){\n  if (HuffPoUtil.getCookie('huffpost_user_id') != '')\n    s_265.eVar17 = 'huffpost_' + HuffPoUtil.getCookie('huffpost_user_id');\n  }\n\n  s_265.prop54 = 'huffpost';\n  s_265.pfxID = 'hpo';\n  s_265.channel = 'us.hpmgbus';\n  s_265.linkInternalFilters = 'javascript:,huffingtonpost.com';\n  s_265.prop16 = 'news';\n  s_265.prop1 = 'default';\n  s_265.prop62 = 'video_novideo';\n  s_265.pageName = \"\" + document.title;\n  s_265.prop9 = 'hpo:6470358';\n  s_265.prop22 = 'ben-walsh';\n  s_265.prop23 = '01-14-2015';\n  s_265.prop12 = \"\" + document.URL.split('?')[0];\n  s_265.prop19 = '|jp-morgan-chase|jamie-dimon|doddfrank|financial-regulation|financial-reform|jamie-dimon-banks-assault|jamie-dimon-regulation|jamie-dimon-whine|jpmorgan-chase|jpmorgan|jp-morgan|';\n  s_265.t();\n}\n\ns_265_account =\"aolhuffpostbusiness,aolsvc\";\n\n(function(d){\nvar s = d.createElement('script');\ns.src = \"http://o.aolcdn.com/os_merge/?file=/aol/beacon.min.js&file=/aol/omniture.min.js\";\nd.getElementsByTagName('head')[0].appendChild(s);\n})(document);\n\n__reach_config = {\n  pid: '523a4a96e79548b89a000003',\n  iframe: true,\n  title: \"\" + document.title,\n  url: 'http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html',\n  date: '2015-01-14 09:42:15',\n  authors: [\"Ben Walsh\"],\n  channels: [\"us.hpmgbus\"],\n  tags:  new Array('@health_depression','@health_ibs','@health_models','jp-morgan-chase','jamie-dimon','dodd-frank','financial-regulation','financial-reform','jamie-dimon-banks-assault','jamie-dimon-regulation','jamie-dimon-whine','jpmorgan-chase','jpmorgan','jp-morgan')\n};\n(function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] ||\n       document.getElementsByTagName('body')[0]).appendChild(s);\n})();\n\n</script>\n    <!-- comScore Tag -->\n    <script type=\"text/javascript\">\n    document.write(unescape(\"%3Cscript src='\" + (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js' %3E%3C/script%3E\"));\n</script>\n\n<script type=\"text/javascript\">\n    var comscore_data = {\n        c1:2,\n        c2:6723616,\n        c3:\"\",\n        c4:\"\",\n        c5:\"business\",\n        c6:\"\",\n        c15:\"\",\n        options: {\n            url_append: \"comscorekw=business\"\n        }\n    }\n    COMSCORE.beacon(comscore_data);\n</script>\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6723616&c3=&c4=&c5=business&c6=&c15=&cj=1\" width=\"1\" height=\"1\" alt=\"\" />\n</noscript>\n    <!-- end Rum -->\n\n    <!-- ads_top_1x1 -->\n    <div id=\"modulous_top_1x1\" class=\"ad_spot\">\n    <style type=\"text/css\">.shares .email{display: none !important;}</style><!-- polar.me -->\r\n<script type=\"text/javascript\">\r\nif (typeof polar_config == \"undefined\") {\r\nvar hour_timestamp = Math.round(+new Date()/1000/60/60)\r\nvar polar_config = [\r\n{label:\"Homepage- Right Rail Unit\", id:\"93416621\"},\r\n{label:\"Homepage- Left Rail Unit\", id:\"93416620\"},\r\n{label:\"Homepage- Brand Blog Unit\", id:\"93416622\"},\r\n{label:\"Article Page- Right Rail Unit\", id:\"93416621\"},\r\n];\r\n\r\ndocument.write('<scr'+'ipt async=\"true\" src=\"http://modulous.huffpost.com/2014/07/25/1406302301-20140725_polar_plugin_desktop.js\"></scr'+'ipt>');\r\n\r\n}\r\n</script>\r\n<!-- /polar.me -->\r\n</div>\n        \n    <!-- Facebook stuff -->\n    <div id=\"fb-root\"></div>\n    <script type=\"text/javascript\">\n        HPFB.init();\n        HPFB.app_id = \"46744042133\";\n        HPFB.api_key = \"4d965afccc4d86c598dbf5d94fb34a7c\";\n        HPFB.app_namespace = \"huffpost\";\n        // modal form that encourages user to like HP FB page\n    \thuff.use('yahoofacebook', function(y) { y.likesFromYahoo(); });\n    </script>\n\n    <!--User auth stuff -->\n    <script type=\"text/javascript\">\n        HPConfig.locale = \"en_US\";\n        HPConfig.enable_fb_widgets = 1;\n        HPVertical = \"\";\n    </script>\n\n                 <script type=\"text/javascript\">\n        var zone_info = \"huffpost.business\";\n        HPConfig.current_vertical_name = \"business\";\n        HPConfig.current_vertical_id = 5;\n        HPConfig.current_web_address = \"www.huffingtonpost.com\";\n        HPConfig.current_uri = \"/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\";\n        HPConfig.entry_bitly_url = \"http://huff.to/1xZw1tO\";\n        HPConfig.entry_seo_title = \"Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit\";\n        HPConfig.hp_static_domain = \"s.huffpost.com\";\n        HPConfig.inst_type = \"prod\";\n        HPConfig.timestamp_for_clearing_js = \"0\";\n        HPConfig.wide_format = 0;\n        HPConfig.entry_id = 6470358;\n        HPConfig.blog_id = 2;\n        HPConfig.display_domain = \"\";\n        HPConfig.page_type = \"bpage\";\n        HPConfig.twitter_signature = \"@HuffPostBiz\";\n        HPConfig.current_vertical_color = \"#2b0073\";\n        HPConfig.current_vertical_color_light = \"#1F0050\";\n        HPConfig.entry_tags = new Array('');\n        HPConfig.huffsite = \"www.huffingtonpost.com\";\n        HPConfig.fb_lang = \"en_US\";\n        HPConfig.googleplus_lang = \"en-US\";\n        HPConfig.image = \"http:\\/\\/i.huffpost.com\\/gen\\/2491664\\/thumbs\\/s-JAMIE-DIMON-large.jpg\";\n        HPConfig.fb_page_id = \"57059743374\";\n        HPConfig.fb_vertical_name = \"Business\";\n        HPConfig.fb_vertical_handle = \"HuffPostBusiness\";\n        \n        \n        HPConfig.recaptcha_key = \"6Ld6ZcISAAAAAIhkL02obhQNn6tdW47W-t-HcPAO\";\n        HPConfig.bit_ly_key = {\"_Note\":\"bit.ly public key, will generate huff.to links only for whitelisted domains\",\"user_name\":\"huffpostapi\",\"user_key\":\"R_d7766e99c939e9f2b0c074c155e98b83\"};\n\n        \n\n\n        \n        HPConfig.terms_link = \"http://www.huffingtonpost.com/terms.html\";\n        HPConfig.privacy_link = \"\";\n            </script>\n\n    <!-- ads_pushdown -->\n    \n    <!-- / working -->\n    <script>\n        jQuery(window).bind( 'load', function() {\n\n            //Twitter\n            window.twttr = (function (d,s,id) {\n                var t, js, fjs = d.getElementsByTagName(s)[0];\n                if (d.getElementById(id)) return; js=d.createElement(s); js.id=id;\n                js.src=\"//platform.twitter.com/widgets.js\"; fjs.parentNode.insertBefore(js, fjs);\n                return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });\n            }(document, \"script\", \"twitter-wjs\"));\n            //Google+\n            (function() {\n                var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n                po.src = 'https://apis.google.com/js/plusone.js';\n                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n            })();\n            //StumbleUpon\n            (function() {\n                var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;\n                li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';\n                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);\n            })();\n            //LinkedIn\n            jQuery.getScript( '//platform.linkedin.com/in.js', function() { lang: 'en_us' } );\n            //Pintrest\n            /* jQuery.getScript( '//assets.pinterest.com/js/pinit.js', function() {}); */\n        });\n    </script>\n \n\n     <!-- Tuenti\n    <script type=\"text/javascript\" src=\"http://widgets.tuenti.com/widgets.js\"></script>\n    -->\n    <!--[if lt IE 7]>\n        <p class=\"chromeframe\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> or <a href=\"http://www.google.com/chromeframe/?redirect=true\">activate Google Chrome Frame</a> to improve your experience.</p>\n    <![endif]-->\n    <!-- ads_pushdown -->\n        <!-- ads_quickread -->\n        <!-- ads_quickread_most_popular -->\n    \n    <!-- page_wrapper -->\n    <!-- classes for page wrapper: wrapper bpage [[entry/blog], wide] -->\n    <div id=\"wrapper\" class=\"wrapper bpage entry business regular\">\n        <!-- ads_sponsored_content_logo -->\n                <!-- Phoenix buglist -->\n                <!-- page_header -->\n\t\t<section class=\"header\">\n    <!-- AOL navbar for UK -->\n        <!-- visual_header_area -->\n    <header class=\"masthead group\">\n        <!-- ads_leaderboard_flex -->\n        <div id=\"modulous_leaderboard_flex\" class=\"ad_spot\">\n    <style type=\"text/css\">#topnav_margin_btm { margin0 !important }</style>\r\n<div id=\"ad_leaderboard_flex\" class=\"ad_wrapper_\"><script type=\"text/javascript\">\r\nvar adId = '93318027';\r\n\r\n\r\nvar args = [adId, 'lb', 'lb'\r\n, 'f'];\r\nif (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'leaderboard_flex', args: args}); }\r\nhtmlAdWH.apply(this, args);\r\n\r\n\r\nadSetInView('0');\r\n</script>\r\n</div>\r\n<script type=\"text/javascript\">HPAds.ad_onload('div[id^=\"ad_leaderboard_flex\"] iframe','HPAds.ad_uac_onload_handler(\\' iframe[class^=\"uac_\"]\\',this,\\'bottom_ad_border_div\\',10)')</script></div>\n        <!-- ads_leaderboard_top -->\n                <!-- page branding and current date -->\n        <div class=\"tophead_wrapper\">\n            <div class=\"branding\">\n                                <time datetime=\"2015-01-14\">January 14, 2015</time>\n                                \n                                    <a href=\"http://www.huffingtonpost.com/business\">\n                                                                                <strong class=\"title business\" >Huffpost Business</strong>\n                                                            </a>\n            </div>\n            \n            <!-- edition dropdown -->\n            \n<!-- edition dropdown -->\n<div class=\"edition geo_dropdown\">\n\t<span class=\"current\">\n\t\tEdition: <strong class=\"this-region\">U.S.</strong>\n\t\t<span class=\"arrow-down\"></span>\n\t\t<button class=\"show-hide\" data-target=\".editions\">Show/Hide</button>\n\t</span>\n\t<menu class=\"editions inner off\">\n\t\t<ul>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=BR\">\n\t\t\t\t\t<span>Brasil</span> <strong>BR</strong>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=CA\">\n\t\t\t\t\t<span>Canada</span> <strong>CA</strong>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=DE\">\n\t\t\t\t\t<span>Deutschland</span> <strong>DE</strong>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=ES\">\n\t\t\t\t\t<span>Espa&ntilde;a</span> <strong>ES</strong>\n\t\t\t\t</a>        \n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=FR\">\n\t\t\t\t\t<span>France</span> <strong>FR</strong> \n\t\t\t\t</a>        \n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=GR\">\n\t\t\t\t\t<span>Ελλάδα (Greece)</span> <strong>GR</strong> \n\t\t\t\t</a>        \n\t\t\t</li>\n                     <li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=IN\">\n\t\t\t\t\t<span>India</span> <strong>IN</strong> \n\t\t\t\t</a>        \n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=IT\">\n\t\t\t\t\t<span>Italia</span> <strong>IT</strong>\n\t\t\t\t</a>        \n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=JP\">\n\t\t\t\t\t<span>&#26085;&#26412; (Japan)</span> <strong>JP</strong>\n\t\t\t\t</a>\t\t\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=KR\">\n\t\t\t\t\t<span>&#54620;&#44397; (Korea)</span> <strong>KR</strong>\n\t\t\t\t</a>\t\t\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=MG\">\n\t\t\t\t\t<span>Maghreb</span> <strong>MG</strong>\n\t\t\t\t</a>\t\t\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=UK\">\n\t\t\t\t\t<span>United Kingdom</span> <strong>UK</strong>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"http://www.huffingtonpost.com/?country=US\">\n\t\t\t\t\t<span>United States</span> <strong>US</strong>\n\t\t\t\t</a>\n\t\t\t</li>\n\t\t</ul>\n\t</menu>\t\n</div>\n\n\t\n            \n            <!-- wrapper of line of social, newsletter  -->\n            <div id=\"social-subscribe-search\" class=\"social-subscribe-search group\">\n                <ul class=\"group\">\n                    <li class=\"facebook\">\n                        <div class=\"content like\">\n                            <!-- facebook button code -->\n                                <div class=\"fb-like\" data-href=\"http://www.facebook.com/HuffPostBusiness/\" data-send=\"false\" data-layout=\"button_count\" data-width=\"40\" data-show-faces=\"false\" data-colorscheme=\"light\" data-font=\"trebuchet ms\" data-action=\"like\" ref=\"\" style=\"width: 40px\" ></div>                        </div>\n                    </li>\n                    <li class=\"twitter\">\n                        <div class=\"content tweet\">\n                            <!-- twitter button code -->\n                                \n\n<a href=\"https://twitter.com/HuffPostBiz\" class=\"twitter-follow-button\" data-show-screen-name=\"false\" data-show-count=\"false\" data-lang=\"en\" data-width=\"220px\">Follow</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n\n                        </div>\n                    </li>\n                    <li class=\"newsletters\" data-fx=\"hover\">\n                        <div class=\"content\">\n                            <strong>Newsletters</strong>\n                            <div class=\"form\">\n                                <!-- sign up for vertical newsletter -->\n                                 <div class=\"newsletters\"  >\n                                  <form action=\"#\">\n                                      <fieldset>\n                                          <legend>Get BusinessNewsletters</legend>\n                                          <label for=\"newsletter-email\">Email address</label>\n                                          <input class=\"input-email\" placeholder=\"Enter email\" id=\"newsletter-email\" type=\"text\" />\n                                          <label for=\"newsletter-submit\">Enter Email Address</label>\n                                          <input data-vertical=\"business\" class=\"submit\" id=\"newsletter-submit\" type=\"submit\" value=\"Go\"  />\n                                      </fieldset>\n                                  </form>\n                              </div>\n                          </div>\n                      </div>\n                    </li>\n                    <li class=\"search\" data-fx=\"hover\">\n                        <div class=\"content\">\n                            <strong class=\"text\">Huffington Post Search</strong>\n                            <div class=\"form\">\n                                <!-- search box -->\n                                <div class=\"search\">\n\t<form class=\"group\" action=\"/search.php/?\" method=\"get\">\n\t\t<fieldset>\n\t\t<legend>Search The Huffington Post</legend>\n\t\t\t<label for=\"search-terms\">Enter Search Terms</label>\n\t\t\t<input class=\"input-term\" name=\"q\" placeholder=\"Huffington Post Search\" id=\"search-terms\" type=\"text\" tabindex=\"13\" />\n\t\t\t<label for=\"search-submit\">Submit Search</label>\n\t\t\t<input type=\"hidden\" name=\"s_it\" value=\"header_form_v1\">\n\t\t\t<input class=\"submit\" id=\"search-submit\" type=\"submit\" value=\"Go\" />\n\t\t</fieldset>\n\t</form>\n</div>\n \n                            </div>\n                        </div>\n                    </li>\n\t\t        </ul>\n\t\t\t</div>\n            <div class=\"clear\"></div>\n        </div><!-- .tophead_wrapper ENDS -->\n    </header>\n    <!-- line of links that sit on top of the visual header and user account controls -->\n    <div class=\"topnav\">\n        <!-- line of links that sit on top of the visual header   -->               \n        <div class=\"links-products\" >\n    <!-- big news links that are vertical specific -->\n    <div class=\"big-news-links\">\n        <ul>\n          <li class=\"commercial_big_news_links\">\n            <!-- ads_big_news_link -->\n                      </li>\n        </ul>\n    </div>\n    <!-- links to HP products that are the same across all verticals -->\n    <div class=\"products\" >\n        <ul>\n          <li><a href=\"http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8\"  >iOS app</a></li>\n          <li><a href=\"https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en\"  >Android app</a></li>\n          <li><a href=\"/big-news/#business\"  >More</a></li>\n        </ul>\n    </div>\n</div>\n        \n        <!-- user account controls -->\n        \t\t\t\t\t<!-- user account controls -->\n\t\t\t\t\t<div id=\"wendybird_user\" class=\"user\">\n\t\t\t\t\t    <div class=\"not-logged-in\">\n                            <ul class=\"group\">\n                      <li><span class=\"hidden\"><a href=\"javascript:void(0);\" onclick=\"return false;\" class=\"hp_desktop_alerts\">Desktop Alerts</button></span></li>\n\t\t\t\t\t            <li> <a href=\"javascript:void(0);\" onclick=\"HPConnect.Login();return false;\" class=\"log-in\">Log in</a></li>\n\t\t\t\t\t            <li><a href=\"javascript:void(0);\" onclick=\"HPConnect.Signup();return false;\" class=\"create-account\">Create Account</a></li>\n                            </ul>\n\t\t\t\t\t    </div>\n\t\t\t\t\t    <div class=\"logged-in off\">\n\t\t\t\t\t        \t\t\t\t            <div id=\"wendybird_user_data\" class=\"account vcard\">\n\t\t\t\t                <div class=\"top group\">\n\t\t\t\t                \t<figure>\n\t\t\t\t\t\t\t\t\t    <img src=\"\" alt=\"\" width=\"20\" height=\"20\" />\n\t\t\t\t\t\t\t\t\t</figure>\n\t\t\t\t\t\t\t\t    <span class=\"username\">$USERNAME</span>\n\t\t\t\t                </div>\n\t\t\t\t                <menu class=\"controls\">\n                                    <ul>\n                                        <li>\n                                        <span class=\"hidden\"><a href=\"javascript:void(0);\" onclick=\"return false;\" class=\"hp_desktop_alerts\">Desktop Notifications</button></span>\n                                        </li>\n                                        <li>\n                                            <a href=\"/social/\" class=\"profile\">Profile</a>\n                                        </li>\n                                        <li>\n                                            <a href=\"/users/preferences/\">Settings</a></li>\n                                        <li>\n                                            <a href=\"/users/logout/?referer=%2F\" onclick=\"QuickLogin.SocialLogout('/users/logout/?referer=%2F'); return false;\">\n                                                Logout                                            </a>\n                                         </li>\n                                    </ul>\n                                </menu>\n\t\t\t\t            </div>\n\t\t\t\t\t    </div>\n\t\t\t\t\t</div>\n                    <script type=\"text/javascript\">\n                        HPUtil.initUserNavStatus(false);\n                        SocialNotifications.setEvents();\n                        huff.use('desktop_stream');\n                    </script>\n\n    \n    </div>\n    <!-- large banner ad -->\n    </section>\n<script>\n(function($){ // no Conflict\n    $(function() { // dom ready\n    var socialSubSearch = $('#social-subscribe-search'),\n        search = socialSubSearch.find('.search'),\n        newsletter = socialSubSearch.find('.newsletters'),\n        rollout = socialSubSearch.find('[data-fx=\"hover\"]'),\n        liContent = socialSubSearch.find('.content'),\n        searchInput = search.find('.input-term'),\n        searchText = search.find('.text');\n        var searchcheck=\"Huffington Post Search\";\n        var checkInputContent = function(evt){\n        var inputVal = searchInput.val();\n        if (inputVal != searchcheck && inputVal != \"\") {\n            search.addClass('searching');\n        } else {\n            search.removeClass('searching');\n        }\n    };\n    \n    newsletter.find('.content').hover(\n      function(){\n        var inputVal = searchInput.val();\n        if (inputVal != searchcheck && inputVal != \"\") {\n          search.removeClass('searching');\n          searchText.text(inputVal.slice(0, 3) + '...');\n        }\n      },\n      function(){\n        var inputVal = searchInput.val();\n        if (inputVal != searchcheck && inputVal != \"\") {\n          search.addClass('searching');\n          searchText.text('Huffpost Search');\n        }\n      }\n    );\n    \n    search.mouseout(checkInputContent);\n    searchInput.blur(checkInputContent);\n    \n    // rollover effects\n    liContent\n      .on('mouseenter', function() {\n        var that = $(this),\n            thatParent = that.parent('li'),\n            inputField = that.find('input[type=\"text\"]');\n    \n        if(thatParent.data('fx') === 'hover') {\n          thatParent.addClass('hover');\n          inputField.focus();\n        }\n      })\n      .on('mouseleave', function() {\n            var that = $(this),\n                thatParent = that.parent('li'),\n                inputField = that.find('input[type=\"text\"]');\n                \n            thatParent.removeClass('hover');\n            inputField.blur();\n          }); \n        // end liContent\n    });\n})(jQuery);\n</script>\n        <!-- END page_header -->\n        <!-- page_navigation -->\n        <nav class=\"main group\">\n    <!-- top nav bar -->\n    <section class=\"verticals business group\"  data-beacon='{\"p\":{\"mnid\":\"topnav_first_row\",\"mlid\":\"topnav\"}}'  >\n        <ul class=\"verticals-ul\">\n            <li class=\"front-page toplevel\"  data-beacon='{\"p\":{\"lnid\":\"homepage\"}}'  >\n\t                             <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com\" title=\"Home\" tabindex=\"1\" class=\"link\">FRONT PAGE</a>\n\t\t  \t\n            </li>\n                                    <li class=\"politics toplevel\"  data-beacon='{\"p\":{\"lnid\":\"politics\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/politics/\" tabindex=\"2\" class=\"link\">Politics</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6458848\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/barack-obama-reggie-love_n_6458848.html?ir=Politics\">Here's How Obama Reacted When He Walked In On An Aide Who Was With Someone In Bed</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/barack-obama-reggie-love_n_6458848.html?ir=Politics#comments\">486</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6463328\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/heritage-mitt-romney-2016_n_6463328.html?ir=Politics\">Mitt 3.0 Fails To Impress Conservatives At Major Conference In Washington</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/heritage-mitt-romney-2016_n_6463328.html?ir=Politics#comments\">559</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6465900\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/regulation-stealth-attack_n_6465900.html?ir=Politics\">House Tries To Stop All New Government Rules</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/regulation-stealth-attack_n_6465900.html?ir=Politics#comments\">694</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6470288\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/house-republicans-dhs-immigration_n_6470288.html?ir=Politics\">House GOP Votes To Block Protections For Undocumented Immigrants</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/house-republicans-dhs-immigration_n_6470288.html?ir=Politics#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6470234\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/mitt-romney-2016-isis_n_6470234.html?ir=Politics\">Romney Adviser: If Mitt Were President, 'There Wouldn't Be An ISIS At All'</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/mitt-romney-2016-isis_n_6470234.html?ir=Politics#comments\">0</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/politics/\">Go to Politics</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Politics</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/pollster/\">Pollster</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/huffpolitics-blog/\">Politics Blog</a></li>\n                                                                    <li><a href=\"http://www.offthebus.org\">Off The Bus</a></li>\n                                                                    <li><a href=\"http://elections.huffingtonpost.com/\">Election Maps</a></li>\n                                                                    <li><a href=\"http://elections.huffingtonpost.com/pollster\">Pollster</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/world/\">WorldPost</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/green/\">Green</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/black-voices/\">Black Voices</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/latino-voices/\">Latino Voices</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/gay-voices/\">Gay Voices</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"small-business toplevel\"  data-beacon='{\"p\":{\"lnid\":\"small-business\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/small-business/\" tabindex=\"3\" class=\"link\">Small Biz</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6466484\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/success-before-breakfast_n_6466484.html?ir=Small+Business\">7 Things Successful People Always Do Before Breakfast</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/success-before-breakfast_n_6466484.html?ir=Small+Business#comments\">2</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6444278\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/productivity-hacks_n_6444278.html?ir=Small+Business\">23 Productivity Hacks To Keep You On Track In 2015</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/productivity-hacks_n_6444278.html?ir=Small+Business#comments\">1</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6445670\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/jeremy-sandow/5-old-rules-of-business-s_b_6445670.html?ir=Small+Business\">5 Old Rules of Business Success That Have Changed for 2015</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/jeremy-sandow/5-old-rules-of-business-s_b_6445670.html?ir=Small+Business#comments\">1</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/small-business/\">Go to Small Biz</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Small Biz</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/huffpost-small-business-board-of-directors/\">Board of Directors</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/small-business-success-stories/\">Success Stories</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/5-things-you-need-to-know/\">5 Things You Need To Know</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/small-business-tools/\">Tools</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/small-business-news-and-trends/\">News and Trends</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/business/\">Business</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/money/\">Money</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/technology/\">Tech</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/arts/\">Arts</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/food/\">Food</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"world toplevel\"  data-beacon='{\"p\":{\"lnid\":\"world\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/theworldpost/\" tabindex=\"4\" class=\"link\">WorldPost</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6465374\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/isis_n_6465374.html?ir=WorldPost\">New ISIS Video Shows Child Soldier 'Executing Russian Spies'</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/isis_n_6465374.html?ir=WorldPost#comments\">80</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6466830\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/more-threats-charlie-hebdo_n_6466830.html?ir=WorldPost\">More Threats After New Charlie Hebdo Cover Revealed</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/more-threats-charlie-hebdo_n_6466830.html?ir=WorldPost#comments\">102</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6469726\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/france-terror-crackdown_n_6469726.html?ir=WorldPost\">France Arrests 54 For Defending Terror; Announces Crackdown</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/france-terror-crackdown_n_6469726.html?ir=WorldPost#comments\">410</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6472480\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/dieudonne-trial-charlie-hebdo_n_6472480.html?ir=WorldPost\">French Comedian To Stand Trial Over Facebook Post On Paris Attacks</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/dieudonne-trial-charlie-hebdo_n_6472480.html?ir=WorldPost#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6465872\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/lilian-lepere-charlie-hebdo_n_6465872.html?ir=WorldPost\">Hidden Under A Sink, This Man Had A Very Close Call With The Charlie Hebdo Gunmen</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/lilian-lepere-charlie-hebdo_n_6465872.html?ir=WorldPost#comments\">6</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/theworldpost/\">Go to WorldPost</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in WorldPost</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/foreign-affairs/\">Foreign Affairs</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/drug-war\">Drug War</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/afghanistan-war-blog/\">Afghanistan</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/syria/\">Syria Conflict</a></li>\n                                                                    <li><a href=\"http://videos.huffingtonpost.com/world\">World Videos</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/travel/\">Travel</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/politics/\">Politics</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/business/\">Business</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/technology/\">Tech</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/religion/\">Religion</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"technology toplevel\"  data-beacon='{\"p\":{\"lnid\":\"technology\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/technology/\" tabindex=\"5\" class=\"link\">Tech</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6466488\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/google-translate-update_n_6466488.html?ir=Technology\">Google Translate Update May Save You A Lot Of Money</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/google-translate-update_n_6466488.html?ir=Technology#comments\">13</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6464458\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/internet-of-things_n_6464458.html?ir=Technology\">Our Obsession With Convenience Could Get Scary</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/internet-of-things_n_6464458.html?ir=Technology#comments\">53</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6466890\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/hacker-pentagon-twitter_n_6466890.html?ir=Technology\">British Hacker Linked To Attack On Pentagon Twitter Feed</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/hacker-pentagon-twitter_n_6466890.html?ir=Technology#comments\">3</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6459068\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/smuggle-iphone-china-hong-kong_n_6459068.html?ir=Technology\">PHOTOS: How Not To Smuggle 94 iPhones</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/smuggle-iphone-china-hong-kong_n_6459068.html?ir=Technology#comments\">25</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6463488\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/strangest-wikipedia-entries_n_6463488.html?ir=Technology\">The 49 Most Entertaining Wikipedia Entries Ever Created</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/strangest-wikipedia-entries_n_6463488.html?ir=Technology#comments\">0</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/technology/\">Go to Tech</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Tech</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/tedweekends/\">TEDWeekends</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/social-media/\">Social Media</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/small-business/\">Small Biz</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/green/\">Green</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/science/\">Science</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/new-york/\">NY</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/san-francisco/\">SF</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/smarter-ideas/\">Smarter Ideas</a></li>\n                                                                    <li><a href=\"http://www.techcrunch.com\">TechCrunch</a></li>\n                                                                    <li><a href=\"http://www.engadget.com\">Engadget</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"media toplevel\"  data-beacon='{\"p\":{\"lnid\":\"media\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/media/\" tabindex=\"6\" class=\"link\">Media</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6458876\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/charlie-hebdo-cover-je-suis-charlie_n_6458876.html?ir=Media\">Muhammad Featured On Charlie Hebdo's Cover This Week</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/charlie-hebdo-cover-je-suis-charlie_n_6458876.html?ir=Media#comments\">1K</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6462734\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/fox-news-dish_n_6462734.html?ir=Media\">Bill O'Reilly, Megyn Kelly Call For Viewers To Drop Dish Network</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/fox-news-dish_n_6462734.html?ir=Media#comments\">221</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6464092\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/charlie-hebdo-press-conference-cartoonist-muhammad_n_6464092.html?ir=Media\">Charlie Hebdo Staff Is Fully Behind New Muhammad Cover</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/charlie-hebdo-press-conference-cartoonist-muhammad_n_6464092.html?ir=Media#comments\">326</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6457478\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/espn-anchor-hannah-storm-makeup-artist-video_n_6457478.html?ir=Media\">WATCH: Flustered ESPN Anchor Fights Off Makeup Artist</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/espn-anchor-hannah-storm-makeup-artist-video_n_6457478.html?ir=Media#comments\">6</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6470338\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/new-york-times-charlie-hebdo_n_6470338.html?ir=Media\">New York Times Only Top U.S. Newspaper Not To Publish Charlie Hebdo Cover</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/new-york-times-charlie-hebdo_n_6470338.html?ir=Media#comments\">0</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/media/\">Go to Media</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Media</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/eat-the-press/\">Eat The Press</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/the-backstory/\">Calderone: The Backstory</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/entertainment/\">Entertainment</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/tv/\">TV</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/comedy/\">Comedy</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/arts/\">Arts</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/books/\">Books</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/religion/\">Religion</a></li>\n                                                                    <li><a href=\"http://moviefone.com\">Moviefone</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"green toplevel\"  data-beacon='{\"p\":{\"lnid\":\"green\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/green/\" tabindex=\"7\" class=\"link\">Green</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6462816\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/girl-feeding-pit-bulls-video_n_6462816.html?ir=Green\">Here's Why Dog Lovers Are Nervous About That Video Of A Little Girl Feeding Pit Bulls</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/girl-feeding-pit-bulls-video_n_6462816.html?ir=Green#comments\">464</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6465214\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/bpa-free-bps_n_6465214.html?ir=Green\">The Chemical In 'BPA-Free' Water Bottles May Be Just As Unhealthy As BPA</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/bpa-free-bps_n_6465214.html?ir=Green#comments\">10</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6446690\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/lava-pours-into-ocean-video_n_6446690.html?ir=Green\">WATCH: Lava Spills Into The Ocean, Creating New Land</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/lava-pours-into-ocean-video_n_6446690.html?ir=Green#comments\">21</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6458050\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/chicago-drone-video-winter-frozen_n_6458050.html?ir=Green\">Drone Video Of Frozen Chicago Will Take Your Breath Away</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/chicago-drone-video-winter-frozen_n_6458050.html?ir=Green#comments\">21</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6457596\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/ice-boulders-lake-michigan_n_6457596.html?ir=Green\">Lake Michigan's Ice Boulders Are Back, And Some Say They're Bigger Than Ever</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/ice-boulders-lake-michigan_n_6457596.html?ir=Green#comments\">4</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/green/\">Go to Green</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Green</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/energy/\">Energy</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/climate-change/\">Climate Change</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/animals/\">Animals</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/green-technology/\">Green Tech</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/green-holiday/\">Green Holiday</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/politics/\">Politics</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/food/\">Food</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/world/\">WorldPost</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/science/\">Science</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/healthy-living/\">Healthy Living</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"sports toplevel\"  data-beacon='{\"p\":{\"lnid\":\"sports\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/sports/\" tabindex=\"8\" class=\"link\">Sports</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6465938\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/hope-solo-assault-charges-dismissed_n_6465938.html?ir=Sports\">Domestic Violence Assault Charges Against U.S. Soccer Star Dismissed</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/hope-solo-assault-charges-dismissed_n_6465938.html?ir=Sports#comments\">66</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6329266\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/top-college-basketball-freshmen_n_6329266.html?ir=Sports\">Our Picks For The Top 10 College Basketball Freshmen</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/top-college-basketball-freshmen_n_6329266.html?ir=Sports#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6463292\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/cowboys-tattoo_n_6463292.html?ir=Sports\">Cowboys Fan Predicted Super Bowl Win With Tattoo And Is Now Keeping It Anyway</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/cowboys-tattoo_n_6463292.html?ir=Sports#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6468466\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/yosemite-climbers-el-capitan_n_6468466.html?ir=Sports\">Yosemite Climbers Could Complete Historic El Capitan Feat Today</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/yosemite-climbers-el-capitan_n_6468466.html?ir=Sports#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6469286\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/kurt-busch-ex-patricia-driscoll-assassin_n_6469286.html?ir=Sports\">NASCAR Driver Accused Of Assault: My Ex Is A Trained Assassin</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/kurt-busch-ex-patricia-driscoll-assassin_n_6469286.html?ir=Sports#comments\">33</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/sports/\">Go to Sports</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Sports</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/nfl\">NFL</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/college-football\">College Football</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/mlb\">MLB</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/sports-fails\">Fails</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/sports-highlights\">Highlights</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/tv/\">TV</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/food/\">Food</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/technology/\">Tech</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/comedy/\">Comedy</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/weird-news/\">Weird News</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"arts toplevel\"  data-beacon='{\"p\":{\"lnid\":\"arts\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/arts/\" tabindex=\"9\" class=\"link\">Arts</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6456750\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/kelli-jean-drinkwater_n_6456750.html?ir=Arts\">Fat Femme Artist Picks Apart Your Preconceived Notions Of Beauty</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/kelli-jean-drinkwater_n_6456750.html?ir=Arts#comments\">380</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6445360\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/lou-bopp_n_6445360.html?ir=Arts\">These Are The Last Remaining Old School Mississippi Blues Musicians</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/lou-bopp_n_6445360.html?ir=Arts#comments\">74</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6466072\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/american-soldier_n_6466072.html?ir=Arts\">'American Soldier' Photos Expose The Many Faces Of Modern War</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/american-soldier_n_6466072.html?ir=Arts#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6437866\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/new-frontier-sundance_n_6437866.html?ir=Arts\">The 10 Must-See Sundance Films For Art Lovers</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/new-frontier-sundance_n_6437866.html?ir=Arts#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6444386\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/12/elana-pritchard_n_6444386.html?ir=Arts\">Artist Documents Her Time In Jail Through Raw And Disturbing Comics</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/12/elana-pritchard_n_6444386.html?ir=Arts#comments\">14</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/arts/\">Go to Arts</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Arts</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/painting/\">Painting</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/film/\">Film</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/design/\">Design</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/photography/\">Photography</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/theatre/\">Theater</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/architecture/\">Architecture</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/books/\">Books</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/new-york/\">NY</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/los-angeles/\">Los Angeles</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n                        <li class=\"science toplevel\"  data-beacon='{\"p\":{\"lnid\":\"science\"}}' >\n                            <a class=\"toplevel-a\" href=\"http://www.huffingtonpost.com/science/\" tabindex=\"10\" class=\"link\">Science</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"group\">\n                        <!-- left colum -->\n                        <section class=\"more-stories trending\"  >\n                            <ul>\n                                                                                            <li data-id=\"6456146\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/dogs-rolling-over-aggressive-submissive_n_6456146.html?ir=Science\">We've Been Wrong About Dog Play, New Study Suggests</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/dogs-rolling-over-aggressive-submissive_n_6456146.html?ir=Science#comments\">60</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6467974\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/mastodon-bones-michigan-_n_6467974.html?ir=Science\">Mastodon Bones Discovered In Michigan Man's Yard</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/mastodon-bones-michigan-_n_6467974.html?ir=Science#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6469966\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/rare-shark-birth-photo_n_6469966.html?ir=Science\">Scientists Are Buzzing About This Photo</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/rare-shark-birth-photo_n_6469966.html?ir=Science#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6464884\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/14/mysterious-molecules-galaxy-map_n_6464884.html?ir=Science\">New Map Spotlights 'Mysterious Molecules' In Our Galaxy</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/14/mysterious-molecules-galaxy-map_n_6464884.html?ir=Science#comments\">0</a>\n                                    </article>\n                                </li>\n                                                                <li data-id=\"6462406\"  >\n                                    <article>\n                                        <a href=\"http://www.huffingtonpost.com/2015/01/13/personality-city_n_6462406.html?ir=Science\">Yes, You Do 'Belong' In A Certain City</a>\n                                                                                <a data-anchor=\"#comments\" class=\"comments\" href=\"http://www.huffingtonpost.com/2015/01/13/personality-city_n_6462406.html?ir=Science#comments\">4</a>\n                                    </article>\n                                </li>\n                                                            \t\t\t\t\t\t\t\n                            </ul>\n                            <!-- ads_top_nav_edit_promo -->\n                                                        <a class=\"goto\" href=\"http://www.huffingtonpost.com/science/\">Go to Science</a>\n                        </section>\n                        <!-- right column -->\n                        <div class=\"more-vertical\">\n                                                    <section class=\"more-in\">\n                                <strong>More in Science</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"more_in\"}}'  > \n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/space/\">Space</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/brain/\">Brain</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/earth/\">Earth</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/talk-nerdy-to-me/\">Talk Nerdy To Me</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/news/weird-science/\">Weird Science</a></li>\n                                \t\t\t\t\t\t\t\t\t\t\n                                </ul>\n                            </section>\n                                                                            <section class=\"might-like\">\n                                <strong>You Might Also Like</strong>\n                                <ul  data-beacon='{\"p\":{\"lnid\":\"like_list\"}}'  >\n                                                                    <li><a href=\"http://www.huffingtonpost.com/technology/\">Tech</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/green/\">Green</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/arts/\">Arts</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/religion/\">Religion</a></li>\n                                                                    <li><a href=\"http://www.huffingtonpost.com/weird-news/\">Weird News</a></li>\n                                                                </ul>\n                            </section>\n                                                </div>\n                    </menu>\n                </div>\n                            </li>\n            \n            <!-- START UK BLOGS DROP DOWN -->\n            \t\t\t\t\t\t\t\t\t\t\n            <!-- END UK BLOGS DROP DOWN -->\n            \n                        <li  data-beacon='{\"p\":{\"lnid\":\"live\"}}'  class=\"live toplevel\">\n                <a class=\"toplevel-a\" tabindex=\"11\" href=\"http://live.huffingtonpost.com\" title=\"Live\">HuffPost Live</a>\n                \n                                <!-- DROPDOWN MENU FOR LIVE -->\n                <div class=\"menu-container\">\n                    <menu class=\"off\">\n                        <ul>\n                                                        \n                                                                    <li class=\"scheduled-soon\">\n                                        <article>\n                                            <a href=\"http://live.huffingtonpost.com/r/segment/53fb407678c90ab2ae00053f\">\n                                                <time class=\"schedule-status coming-up\">Next</time>\n                                                <span class=\"segment-title\">FYC: And The Nominees Are...</span>\n                                            </a>\n                                        </article>\n                                    </li>\n                                                                    <li class=\"scheduled-soon\">\n                                        <article>\n                                            <a href=\"http://live.huffingtonpost.com/r/segment/54aec41b2b8c2a9133000834\">\n                                                <time class=\"schedule-status coming-up\">Next</time>\n                                                <span class=\"segment-title\">Top Stories For Thursday, Jan. 15</span>\n                                            </a>\n                                        </article>\n                                    </li>\n                                                                    <li class=\"coming-up\">\n                                        <article>\n                                            <a href=\"http://live.huffingtonpost.com/r/segment/54b42f5778c90a33560000f4\">\n                                                <time class=\"schedule-status coming-up\">Tomorrow</time>\n                                                <span class=\"segment-title\">NY Jets Player Nick Mangold LIVE</span>\n                                            </a>\n                                        </article>\n                                    </li>\n                                                                    <li class=\"coming-up\">\n                                        <article>\n                                            <a href=\"http://live.huffingtonpost.com/r/segment/54b0347378c90acc1e0007ef\">\n                                                <time class=\"schedule-status coming-up\">Tomorrow</time>\n                                                <span class=\"segment-title\">Former NFL Player Terrell Owens LIVE</span>\n                                            </a>\n                                        </article>\n                                    </li>\n                                                                    <li class=\"coming-up\">\n                                        <article>\n                                            <a href=\"http://live.huffingtonpost.com/r/segment/54aedbb82b8c2a92c5000791\">\n                                                <time class=\"schedule-status coming-up\">Tomorrow</time>\n                                                <span class=\"segment-title\">'Looking' Star Raúl Castillo LIVE</span>\n                                            </a>\n                                        </article>\n                                    </li>\n                                            \n                                                    </ul>\n                        <a class=\"goto\" href=\"http://live.huffingtonpost.com/\">Go to Huffpost Live</a>\n                    </menu>\n                </div>\n            </li>\n            \n                        <li class=\"all-sections toplevel\" id=\"all-sections\"  >\n                <a class=\"toplevel-a\" href=\"#\" tabindex=\"12\" class=\"link\">All Sections</a>\n                <!-- dropdown for this item -->\n                <div class=\"menu-container\">\n                    <menu class=\"off\">\n                        <!-- top half, sections and links under each section -->\n                        <ul class=\"verticals group\">\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>News</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/politics/\">Politics</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/theworldpost/\">WorldPost</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/business/\">Business</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/small-business/\">Small Business</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/money/\">Money</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/media/\">Media</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/sports/\">Sports</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/education/\">Education</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/crime/\">Crime</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/weird-news/\">Weird News</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/good-news/\">Good News</a></li>   \n                                                                  </ul>\n                            </li>\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>Entertainment</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/entertainment/\">Entertainment</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/celebrity/\">Celebrity</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/comedy/\">Comedy</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/arts/\">Arts & Culture</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/books/\">Books</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/tv/\">TV</a></li>   \n                                                                  </ul>\n                            </li>\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>Life & Style</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/healthy-living/\">Healthy Living</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/gps-for-the-soul/\">GPS for the Soul</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/style/\">Style</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/home/\">Home</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/taste/\">Taste</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/weddings/\">Weddings</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/travel/\">Travel</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/parents/\">Parents</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/divorce/\">Divorce</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/50/\">Huff/Post 50</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/marlothomas/\">Marlo Thomas</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/own/\">OWN</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/drphil/\">Dr. Phil</a></li>   \n                                                                  </ul>\n                            </li>\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>Tech & Science</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/tech/\">Tech</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/science/\">Science</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/green/\">Green</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/code/\">Code</a></li>   \n                                                                  </ul>\n                            </li>\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>Voices</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/women/\">Women</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/black-voices/\">Black Voices</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/latino-voices/\">Latino Voices</a></li>   \n                                                                  <li><a href=\"http://voces.huffingtonpost.com\">Voces (en español)</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/gay-voices/\">Gay Voices</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/religion/\">Religion</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/college/\">College</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/teen/\">Teen</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/impact/\">Impact</a></li>   \n                                                                  </ul>\n                            </li>\n                                                    <li class=\"verticals-li\">\t\t\t\t\t\t\t\n                                <strong>Local</strong>\n                                <ul>\n                                                                <li><a href=\"http://www.huffingtonpost.com/chicago/\">Chicago</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/dc/\">DC</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/denver/\">Denver</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/detroit/\">Detroit</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/hawaii/\">Hawaii</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/los-angeles/\">Los Angeles</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/miami/\">Miami</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/new-york/\">New York</a></li>   \n                                                                  <li><a href=\"http://www.huffingtonpost.com/san-francisco/\">San Francisco</a></li>   \n                                                                  </ul>\n                            </li>\n                                                </ul>\n                                                <!-- mobile apps buttons at the bottom -->\n                        <div class=\"mobile-apps\">\n                            <strong>Our Mobile Apps:</strong>\n                            <ul>\n                                                            <li><a href=\"http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8\">iOS</a></li>\n                                                            <li><a href=\"https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en\">Android</a></li>\n                                                            <li><a href=\"https://itunes.apple.com/us/app/huffpost-live/id572584499?ls=1&mt=8\">HuffPost Live (iOS)</a></li>\n                                                            <li><a href=\"https://itunes.apple.com/us/app/gps-for-the-soul/id586099254?mt=8\">GPS For The Soul (iOS)</a></li>\n                                                            <li><a href=\"https://play.google.com/store/apps/details?id=com.huffingtonpost.gpsforthesoul\">GPS For The Soul (Android)</a></li>\n                                                        </ul>\n                        </div>\n                                            </menu>\n                </div>\n            </li>\n                    </ul>\n    </section>\n        <!-- bottom nav bar -->\n    <section class=\"stories group\"  data-beacon='{\"p\":{\"mnid\":\"topnav_subnav\",\"mlid\":\"topnav\"}}'  >\n        <ul class=\"group\">\n                            <li class=\"this-vertical\">\n                <a href=\"http://www.huffingtonpost.com/business/\">Business</a>\n            </li>\n                             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/small-business/\">Small Biz</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/obamacare\">Obamacare</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/mark-gongloff\">Mark Gongloff</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/jeffrey-young\">Jeffrey Young On Health Care</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/third-metric/\">Third Metric</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/c-suite/\">C-Suite</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/urban_progress/\">Urban Progress</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/financial-education/\">Financial Education</a>\n            </li>\n             \n            <li>\n                <a href=\"http://www.huffingtonpost.com/news/davos/\">Davos</a>\n            </li>\n                            \t\n        </ul>\n    </section>\n    </nav>\n<!-- ads_leaderboard_below_nav -->\n<!-- ads_curtain -->\n<div id=\"curtain_wrapper\">\n    <div id=\"curtainunit\"></div>\n</div>\n<!-- ads_status_bar -->\n\n<!-- ads_edit_banner -->\n        <!-- END page_navigation -->\n        <!-- page_content -->\n        <section class=\"content\">\n            <!-- breaking_news module -->\n<!-- 3up carousel module -->\n<!-- ads_threeup_edit_promo -->\n<section id=\"carousel\" class=\"three-up\"  data-beacon='{\"p\":{\"mnid\":\"threeup_top_wrapper\",\"mlid\":\"threeup\"}}' >\n    <div class=\"group three-up-list\">\n        <ul class=\"three-up-holder\">\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6457252\",\"mpid\":0}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/14/most-popular-cuisine-state_n_6457252.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2483294/thumbs/r-CUISINE-MAP-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Here Is The Most Disproportionately Popular Cuisine In Each State\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/14/most-popular-cuisine-state_n_6457252.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Here Is The Most Disproportionately Popular Cuisine In Each State</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-14 07:35:12\" pubdate>2015-01-14 07:35:12</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6466350\",\"mpid\":1}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/chipotle-pork_n_6466350.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/1797418/thumbs/r-CHIPOTLE-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for 'SORRY, NO CARNITAS'\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/chipotle-pork_n_6466350.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">'SORRY, NO CARNITAS'</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 18:07:34\" pubdate>2015-01-13 18:07:34</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6443274\",\"mpid\":2}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/breastaurants-growth_n_6443274.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i1.huffpost.com/gen/2472860/thumbs/r-TILTED-KILT-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for 'Breastaurants' Thrive As The Restaurant Industry Struggles\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/breastaurants-growth_n_6443274.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">'Breastaurants' Thrive As The Restaurant Industry Struggles</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 08:31:23\" pubdate>2015-01-13 08:31:23</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6444366\",\"mpid\":3}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/ralph-lauren-native-american_n_6444366.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i1.huffpost.com/gen/2474340/thumbs/r-RALPH-LAUREN-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Ralph Lauren's Native American Ads Reveal Sad Truth About The Fashion World\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/ralph-lauren-native-american_n_6444366.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Ralph Lauren's Native American Ads Reveal Sad Truth About The Fashion World</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 11:25:37\" pubdate>2015-01-13 11:25:37</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6452226\",\"mpid\":4}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/12/absurd-office-trick_n_6452226.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2480958/thumbs/r-OFFICE-LIFEHACK-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Here's One Way To Prove You're Working Hard At The Office\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/12/absurd-office-trick_n_6452226.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Here's One Way To Prove You're Working Hard At The Office</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-12 09:47:26\" pubdate>2015-01-12 09:47:26</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6443184\",\"mpid\":5}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/09/macys-closing-stores-2015_n_6443184.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i1.huffpost.com/gen/2472528/thumbs/r-MACYS-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Here's A List Of All The Macy's Stores That Are Closing In 2015\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/09/macys-closing-stores-2015_n_6443184.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Here's A List Of All The Macy's Stores That Are Closing In 2015</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-09 09:59:39\" pubdate>2015-01-09 09:59:39</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6462540\",\"mpid\":6}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/aetna-ceo-piketty-worker-raises_n_6462540.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2486750/thumbs/r-MARK-BERTOLINI-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Aetna CEO Asked Execs To Read Piketty, Then Gave His Lowest-Paid Workers A Raise\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/aetna-ceo-piketty-worker-raises_n_6462540.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Aetna CEO Asked Execs To Read Piketty, Then Gave His Lowest-Paid Workers A Raise</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 09:28:31\" pubdate>2015-01-13 09:28:31</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6458282\",\"mpid\":7}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/12/cadbury-creme-eggs-arent-changing_n_6458282.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2483140/thumbs/r-CADBURY-CREME-EGG-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Cadbury Creme Eggs Aren't Changing In America, Everybody Relax\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/12/cadbury-creme-eggs-arent-changing_n_6458282.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Cadbury Creme Eggs Aren't Changing In America, Everybody Relax</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-12 15:23:17\" pubdate>2015-01-12 15:23:17</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6463054\",\"mpid\":8}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/crude-oil-price-chart_n_6463054.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2488254/thumbs/r-OIL-CHART-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Oil Prices Actually Aren't That Low, Historically Speaking\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/crude-oil-price-chart_n_6463054.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Oil Prices Actually Aren't That Low, Historically Speaking</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 16:23:34\" pubdate>2015-01-13 16:23:34</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6471698\",\"mpid\":9}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/14/tesla-stock_n_6471698.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2491816/thumbs/r-ELON-MUSK-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Why Tesla Stock Is Plummeting Right Now\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/14/tesla-stock_n_6471698.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Why Tesla Stock Is Plummeting Right Now</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-14 13:20:13\" pubdate>2015-01-14 13:20:13</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6436518\",\"mpid\":10}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/08/jc-penney-closing-stores-2015_n_6436518.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/1479279/thumbs/r-JC-PENNEY-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for These J.C. Penney Stores Will Close In 2015\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/08/jc-penney-closing-stores-2015_n_6436518.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">These J.C. Penney Stores Will Close In 2015</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-08 10:50:07\" pubdate>2015-01-08 10:50:07</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6463260\",\"mpid\":11}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/13/mcdonalds-sigs-ad_n_6463260.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i1.huffpost.com/gen/2487134/thumbs/r-MCDONALDS-SIGNS-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Why That Controversial McDonald's Ad Might Actually Work\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/13/mcdonalds-sigs-ad_n_6463260.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Why That Controversial McDonald's Ad Might Actually Work</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-13 14:30:49\" pubdate>2015-01-13 14:30:49</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6456332\",\"mpid\":12}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/12/charlize-theron-equal-pay_n_6456332.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2481460/thumbs/r-CHARLIZE-THERON-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Charlize Theron Proved You're Better Off When You Know Your Co-Workers' Pay\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/12/charlize-theron-equal-pay_n_6456332.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Charlize Theron Proved You're Better Off When You Know Your Co-Workers' Pay</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-12 11:07:57\" pubdate>2015-01-12 11:07:57</time>\n                            </article>\n        </li>\n            <li class=\"three-up-item\">\n            <article  data-beacon='{\"p\":{\"plid\":\"6445506\",\"mpid\":13}}' >\n                <figure>\n                    <a href=\"http://www.huffingtonpost.com/2015/01/12/retail-clinics_n_6445506.html\"  data-beacon='{\"p\":{\"lnid\":\"img\"}}'  onclick=\"HPTrack.trackPageview('');\"><img data-img-path=\"http://i0.huffpost.com/gen/2481572/thumbs/r-RETAIL-CLINICS-medium260.jpg\" src=\"http://s1.huffpost.com/images/blank.gif\" alt=\"Image for Why We're Picking Walmart And CVS Over Doctors' Offices\" class=\"async-img-load\" /></a>\n                </figure>\n                <strong><a href=\"http://www.huffingtonpost.com/2015/01/12/retail-clinics_n_6445506.html\"  data-beacon='{\"p\":{\"lnid\":\"hdln\"}}'  onclick=\"HPTrack.trackPageview('');\">Why We're Picking Walmart And CVS Over Doctors' Offices</a></strong>\n                                <!-- need php for times here -->\n                <time class=\"off\" datetime=\"2015-01-12 14:31:18\" pubdate>2015-01-12 14:31:18</time>\n                            </article>\n        </li>\n            </ul>\n    </div>\n    <button class=\"previous\">Previous Story</button>\n    <button class=\"next\">Next Story</button>\n</section>\n<script>                \n    (function($){\n        $('.lnid-threeup_left_nav').on('click', function(){\n            HPTrack.trackPageview('/t/a/threeupnav.v6/left.v2/Business');\n        });\n        $('.lnid-threeup_right_nav').on('click', function(){\n            HPTrack.trackPageview('/t/a/threeupnav.v6/right.v2/Business');\n        });\n    })(jQuery);         \n</script>\n<!-- main entry body -->\n<section class=\"main group\">\n        <!-- Breaking news bar -->\n        <!-- main entry body -->\n    <div class=\"column entry\">\n        <!-- Article content -->\n        <!-- entry header -->\n\t<article class=\"entry\">\n\t\t<header>          \n                        \n                            <!-- Author Information -->\n                \n    <div class=\"author original\">\n                <figure>\n            <img src=\"http://s.huffpost.com/contributors/ben-walsh/headshot.jpg\" alt=\"Ben Walsh Headshot\" />\n        </figure>\n                <div class=\"byline vcard group reporter\">\n            <div class=\"info\">\n                            <a rel=\"author\" href=\"/ben-walsh/\" ><span class=\"name fn\">Ben Walsh</a>\n                                        <a class=\"fan\" href=\"/users/becomeFan.php?of=hp_blogger_Ben Walsh\">Become a fan</a>\n                                    </span>\n                                    <a href=\"mailto:benjamin.walsh@huffingtonpost.com\" class=\"email\">benjamin.walsh@huffingtonpost.com</a>\n                \n                        </div>\n                        <!-- author social buttons -->\n            <ul class=\"social group\">\n            \t                \n\t\t    \t\t        <li class=\"email\">\n\t\t\t     <a href=\"/users/login/\" onclick=\"QuickFan.emailAlerts('hp_blogger_Ben Walsh', 'Ben Walsh');return false;\" >\n                              <button>Email</button>\n                          </a>\n\t\t\t </li>\t\n\t\t                    \t\t\t\t                                        <li class=\"twitter tweet\">\n                        <a href=\"http://twitter.com/BenDWalsh\" author_nickname=\"hp_blogger_Ben Walsh\" class=\"twitter-anywhere-user twitter-tooltip\" sl-processed=\"1\"></a>\n                    </li>\n                    \t\t\t\t                <li class=\"facebook like\">\n\t\t\t\t\t\n                    \t                 <a href=\"#\" class=\"fb-tooltip-341652 fb-tooltip\" sl-processed=\"1\"></a>\n\t                    <script type=\"text/javascript\">\n\t\t                 (function($){\n\t\t                     huff.js('jquery/jquery.tooltip.hp.js', function(){\n\t\t                         $('.fb-tooltip-341652').toolTip({\n\t\t                             toolTipWidth : 250,\n\t\t                             namespacevlaue: '.aol_tooltip_341652 .aol_tooltip',\n\t\t                                html : '<div class=\"fb-follow-tooltip\"><b>Get updates from Ben Walsh</b><div class=\"fb-like-container\"><div class=\"fb-like\" data-href=\"http://www.huffingtonpost.com/ben-walsh/\" data-send=\"false\" data-layout=\"button_count\" data-width=\"40\" data-show-faces=\"false\" data-colorscheme=\"light\" data-font=\"trebuchet ms\" data-action=\"like\" ref=\"\" style=\"width: 40px\" ></div></div></div>'\n\t\t                           });\n\t\t                     });\n\t\t                  }(jQuery));\n\t\t             </script>\n\t        \t    \t\t                    </li>\n            </ul>\n                    </div>\n    </div>\n                                        <!-- Title -->\n                <h1 class=\"title\">Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit</h1>\n                                                <!-- Article Byline Information -->\n            <div class=\"headline group\">\n                \n<div class=\"times\"  >\n    <span class=\"posted\">\n        Posted: <time datetime=\"2015-01-14T12:29:23-05:00\">\n            01/14/2015 12:29 pm EST        </time>\n    </span>\n    <span class=\"updated\">\n        Updated: <time datetime=\"2015-01-14T12:59:01-05:00\">\n            01/14/2015 12:59 pm EST        </time>\n    </span>\n</div>\n            </div>\n                            <!-- Article Main Image -->\n                \n    <!-- article image/video (if applicable) -->\n    <div class=\"main-visual group embedded-image\">\n            <img src=\"http://s1.huffpost.com/images/blank.gif\" data-img-path=\"http://i1.huffpost.com/gen/2491664/thumbs/n-JAMIE-DIMON-large570.jpg\" alt=\"JAMIE DIMON\" class=\"async-img-load\" />\n        <div class=\"entry_image_caption large-image-caption\">Bloomberg via Getty Images</div>            </div>\n\n                        \n            <!-- Imageblog Social Share Bar -->\n            \n            <!-- Social Share Bar -->\n            <menu id=\"social_badges\" class=\"social_badges_en social-bar group floating\">\n        <section class=\"social-badge\" data-url=\"/ajax/social/phoenix_social_badge_json.php?badges=facebook_like%2Cfacebook%2Ctwitter%2Clinkedin%2Cemail%2Ccomments&id=6470358&url=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html\" data-entry-id=\"6470358\"> \n      <ul class=\"shares group\">\n        <li class='share facebook_like VERB_LIKE' data-type='fblike'><a href='javscript:void(0)'><div class=\"fb-like\" data-href=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\" data-send=\"false\" data-layout=\"box_count\" data-width=\"450\" data-show-faces=\"false\" data-colorscheme=\"light\" data-font=\"arial\" data-action=\"like\" ref=\"\" style=\"width: 450px\" ></div></a></li><li class=\"share facebook\" data-type=\"facebook\">\n\t<a class=\"social-fb-share-btn\" href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html\" data-url=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\" data-title=\"Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit\" data-caption=\"www.huffingtonpost.com\" data-image=\"http://i.huffpost.com/gen/2491664/thumbs/o-JAMIE-DIMON-facebook.jpg\">\n\t  <span class=\"facebook-share-btn label\">Share</span>\n\t  <span class=\"facebook-share-count count\"></span>\n\t</a>\n</li>\n<li class=\"share twitter\" data-type=\"twitter\">\n\t<div class=\"social-twitter-btn\" data-size=\"99\" data-account=\"HuffPostBiz\">\n    <a class=\"twitter-tweet-btn\" href=\"https://twitter.com/intent/tweet?lang=en&text=Jamie+Dimon+Says+Banks+Are+Under+Assault+As+He+Announces+%244.9+Billion+Profit+http%3A%2F%2Fhuff.to%2F1xZw1tO\">\n      <span class=\"twitter-tweet-btn label\">Tweet</span>\n      <span class=\"twitter-tweet-count count\"></span>\n    </a>\n\t</div>\n</li>\n<li class=\"share linkedin\" data-type=\"linkedin\">\n    <script type=\"text/javascript\">\n        jQuery.getScript(\"http://platform.linkedin.com/in.js\", function() {\n            if ( IN \n                    && IN.Tags\n                    && IN.Tags.Share\n                    && 'function' === typeof IN.Tags.Share.getCount ) {\n                    IN.Tags.Share.getCount(\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\", function(count) {\n                        jQuery('.linkedin-share-count').html(count);\n                    });\n                }\n        });\n    </script>\n\n    <a class=\"linkedin-share-btn\" href=\"https://www.linkedin.com/cws/share?url=http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\"  onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=no,scrollbars=no,height=400,width=600');return false;\">\n        <span class=\"linkedin-share-btn label\"></span>\n        <span class=\"linkedin-share-count count\">0</span>\n    </a>\n</li>\n<li class=\"share email\" data-type=\"email\">\n\t<div class=\"social-email-btn\">\n\t    <a href=\"#\" class=\"hp-email-btn label\">Email</a>\n\t    <span class=\"hp-email-count count\"></span>\n\t</div>\n</li>\n<li class=\"share comment\" data-type=\"comments\">\n\t<div class=\"social-comment-btn\">\n\t    <span class=\"hp-comment-btn label\">Comment</span>\n\t    <span class=\"hp-comment-count count\"></span>\n\t</div>\n</li>\n      </ul>  \n      \n    </section>\n            <section class=\"chicklets\">\n        <ul class=\"group\">\n            <li class=\"googleplus\"><a href=\"http://plus.google.com/share?url=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html&hl=en-US\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\" title=\"Share on Google+\" target=\"chicklet\">\n    <img src=\"http://www.gstatic.com/images/icons/gplus-16.png\" alt=\"Share on Google+\"/>\n</a>\n</li>\n<li class=\"tumblr\" data-type=\"tumblr\">\n<a target=\"chicklet\" title=\"Share on Tumblr\" href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html&amp;name=Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit&amp;description=\">\n    <span class=\"hidden\">tumblr</span>\n</a>\n</li>\n<li class=\"stumble-upon\" data-type=\"stumble-upon\">\n<a target=\"chicklet\" title=\"Share on Stumbleupon\" href=\"http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html&amp;title=Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=no,scrollbars=no,height=400,width=600');return false;\">\n    <span class=\"hidden\">stumble</span>\n</a>\n</li><li class=\"reddit\" data-type=\"reddit\">\n<a target=\"chicklet\" title=\"Share on Reddit\" href=\"http://reddit.com/submit?url=http%3A%2F%2Fwww.huffingtonpost.com%2F2015%2F01%2F14%2Fjamie-dimon-banks-assault_n_6470358.html&amp;title=Jamie Dimon Says Banks Are Under Assault As He Announces $4.9 Billion Profit\">\n    <span class=\"hidden\">reddit</span>\n</a>\n</li>        </ul>\n    </section>\n    </menu>\n\n            <div style=\"clear:both\"></div>\n        </header>\n\n                <!-- Article Text Body -->\n                <div class=\"float_right padding_left_10\">\n                    </div>\n\n    <!-- Entry main text -->\n    <div class=\"content\" id=\"mainentrycontent\">\n      <div class=\"float_left\">\n        <!-- AD ads_sharebox_260x60 -->\n        <div class=\"ad_share_box\">\n                    <script type=\"text/javascript\">\n            if ( 'undefined' != typeof(HPAds.ad_sharebox_260x60_fix) ) {\n              HPAds.ad_sharebox_260x60_fix();\n            }\n          </script>\n        </div>\n              </div>\n            \n        <!-- Entry Text -->\n        \t\t  \n        <p>We should all do so well while under assault. </p><p>JPMorgan Chase earned $4.9 billion in the fourth quarter of 2014, the company <a href=\"http://files.shareholder.com/downloads/ONE/3838216320x0x803106/FE5E726B-907C-4616-8565-71341A355ED6/4Q14_Earnings_Press_Release.pdf\" target=\"_hplink\">announced</a> on Wednesday, down from a year ago, but capping what CEO Jamie Dimon <a href=\"http://www.forbes.com/sites/antoinegara/2015/01/14/jpmorgan-waves-off-breakup-calls-after-fourth-quarter-earnings-miss\" target=\"_hplink\">called</a> a record year for the biggest U.S. bank by assets.</p><p>Despite this success, Dimon <a href=\"http://www.cnbc.com/id/102334645#.\" target=\"_hplink\">warned</a> that \"banks are under assault,\" from government regulators. </p><div id=\"modulous_mid_article\" class=\"ad_spot\">\n    <div id=\"ad_mid_article\" class=\"ad_wrapper\"><script type=\"text/javascript\">\r\nif (typeof debugadcode == 'function') { debugadcode('AdSonar', {placement: 'mid_article', plid: '1523912', pid: '2354767'}); }\r\ndocument.write('<s'+'cript type=\"text/javascript\">adsonar_placementId='+1523912+';adsonar_pid='+2354767+';adsonar_ps=-1;adsonar_zw='+300+';adsonar_zh='+250+';adsonar_jv=\"ads.tw.adsonar.com\";</s'+'cript><s'+'cript src=\"http://js.adsonar.com/js/tw_dfp_adsonar.js\"></s'+'cript>')\r\n</script></div></div>\n<p>\"In the old days,\" <a href=\"http://www.bloomberg.com/news/2015-01-14/jpmorgan-ceo-dimon-says-banks-under-assault-by-u-s-regulators.html\" target=\"_hplink\">Dimon said</a>, \"you dealt with one regulator when you had an issue, maybe two. “Now it’s five or six. It makes it very difficult and very complicated. </p><p>\"You all should ask the question about how American that is. And how fair that is,\" he added. \"And how complex that is for companies.\"</p><p>The biggest U.S. bank by assets has had its fair share of trouble with regulators in recent years. In the fourth quarter, JPMorgan paid <a href=\"http://www.bloomberg.com/news/2014-11-12/banks-to-pay-3-3-billion-in-fx-manipulation-probe.html\" target=\"_hplink\">$1.1 billion</a> to settle charges by U.S. and foreign regulators that its traders had manipulated currency markets. In those settlements, J.P. Morgan did not admit nor deny any wrongdoing. </p><p>\"Obviously, companies make mistakes,\" Dimon said on Wednesday. \"We try to resolve it, we try to fix it, we admit it.\"</p><p>In the past two years, JPMorgan has paid out <a href=\"http://files.shareholder.com/downloads/ONE/3838216320x0x803105/55F32613-E7AD-4F7A-8E92-DBB07FD65866/4Q14_Earnings_Supplement.pdf\" target=\"_hplink\">$14 billion</a> in settlements and fines related to the London Whale trading losses, manipulating the key interest rate benchmark Libor, and issuing bad mortgages that helped lead to the financial crisis. </p><p>The bank earned $39.7 billion in net income over those same two years.</p><p>Despite his complaints, Wall Street lobbyists, and Dimon himself, are orchestrating a \"continuing assault\" on the 2010 Dodd-Frank financial-reform law that \"has achieved remarkable success,\" as the <a href=\"http://www.nytimes.com/2015/01/14/business/economy/in-new-congress-wall-st-pushes-to-undermine-dodd-frank-reform.html\" target=\"_hplink\">New York Times</a> put it on Tuesday.</p><p>Dimon <a href=\"http://www.washingtonpost.com/blogs/wonkblog/wp/2014/12/11/the-item-that-is-blowing-up-the-budget-deal/\" target=\"_hplink\">personally lobbied</a> for Congress to loosen derivatives rules put in place by Dodd-Frank financial. Late in December, the Federal Reserve gave banks <a href=\"http://www.huffingtonpost.com/2014/12/18/volcker-rule-federal-reserve_n_6351190.html\" target=\"_hplink\">another year</a> to comply with certain aspects of that law's Volcker Rule, which prohibits proprietary trading. And now House Republicans are lining up <a href=\"http://www.huffingtonpost.com/2015/01/12/republicans-dodd-frank-attack_n_6459722.html\" target=\"_hplink\">a vote</a> to extend that grace period until 2019, a full nine years after the bill was put into law. </p><p>If record profits and regulatory rollbacks are Dimon's idea of an assault on banks, it's hard to imagine what he thinks victory looks like. <br />\n</p>\n        </div>\n                            <footer>\n                                <!-- Also On -->\n                                                    <!-- article_bottom ad -->\n                                                    <!-- Follow Tag Links Bottom -->\n                    \n<div class=\"follow bottom-tags\"  >\n    <h2>More:</h2>\n    <span class=\"group\">\n                <span class=\"entrytag\">\n            <a href=\"/news/jp-morgan-chase/\">JP Morgan Chase</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jamie-dimon/\">Jamie Dimon</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/dodd-frank/\">Dodd Frank</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/financial-regulation/\">Financial Regulation</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/financial-reform/\">Financial Reform</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jamie-dimon-banks-assault/\">Jamie Dimon Banks Assault</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jamie-dimon-regulation/\">Jamie Dimon Regulation</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jamie-dimon-whine/\">Jamie Dimon Whine</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jpmorgan-chase/\">JPMorgan Chase</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jpmorgan/\">Jpmorgan</a>\n        </span>\n                <span class=\"entrytag\">\n            <a href=\"/news/jp-morgan/\">JP Morgan</a>\n        </span>\n            </span>\n</div>\n                    <!-- Contribute -->\n                    <section class=\"contribute group\">\n    <h3><a id=\"submissions_send_correction\" href=\"#\">Suggest a correction</a></h3>\n</section>\n                                                    <!-- ads_submissions_captcha -->\n                                     \n\t\t        <!--end of content-->\n                    </footer>\n        </article>\t\n                                <!-- ads_below_entry_recirc -->\n        <div id=\"modulous_below_entry_recirc\" class=\"ad_spot\">\n    \r\n<div >\r\n<div id=\"grv-personalization-48\"></div>\r\n</div>\r\n\r\n<script type='text/javascript'>\r\n//<![CDATA[\r\n(function() {\r\n  window.gravityInsightsParams = {\r\n    'type': 'content',\r\n    'action': '',\r\n    'site_guid': '95ec266b244de718b80c652a08af06fa'\r\n  };\r\n  var adServerReq, bUrl, cburl, doUseGravityUserGuid, includeJs, jq, pfurl, type, ug, wlPrefix, wlUrl, _ref, _ref1, _ref2;\r\n  includeJs = function(a) {\r\n    var b;\r\n    b = document.createElement(\"script\");\r\n    b.async = !0;\r\n    b.src = a;\r\n    a = document.getElementsByTagName(\"script\")[0];\r\n    return a.parentNode.insertBefore(b, a)\r\n  };\r\n  bUrl = \"\";\r\n  ug = (doUseGravityUserGuid = !0 === gravityInsightsParams.useGravityUserGuid ? 1 : 0) ? \"\" : gravityInsightsParams.user_guid || (null != (_ref = /grvinsights=([^;]+)/.exec(document.cookie)) ? _ref[1] : void 0) || \"\";\r\n  wlUrl = (wlPrefix = \"https:\" === location.protocol ? \"https://secure-api.gravity.com/v1/api/intelligence\" : \"http://rma-api.gravity.com/v1/api/intelligence\", \r\n  jq = (null != (_ref1 = window.jQuery) ? null != (_ref2 = _ref1.fn) ? _ref2.jquery : void 0 : void 0) || \"\", \r\n  type = \"iframe\", \r\n  adServerReq = gravityInsightsParams.ad || \"\", \r\n  cburl = gravityInsightsParams.cburl || \"\", \r\n  pfurl = gravityInsightsParams.pfurl || \"\", \"\" + wlPrefix + \"/wl?jq=\" + jq + \"&sg=\" + gravityInsightsParams.site_guid + \"&ug=\" + ug + \"&ugug=\" + doUseGravityUserGuid + \"&id=grv-personalization-48&pl=48\" +\r\n    (\"&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) : \"\"));\r\n  bUrl && includeJs(bUrl);\r\n  wlUrl && (window.gravityInsightsParams.sidebar && (window.gravityInsightsParams.wlStartTime = (new Date).getTime()), includeJs(wlUrl));\r\n})();\r\n//]]>\r\n</script></div>\n        <!-- Orbitz Module -->\n                <!-- 4Wnet_feed Module -->\n                <!-- ads_bottom_article_text -->\n                    <!-- Sailthru flyout -->\n                <!-- Around the web -->\n        \t\n\t\t<section class=\"around-the-web\"  data-beacon='{\"p\":{\"mnid\":\"around_the_web\"}}' >\n\t    <h3>Around the Web</h3>\n\t        <p><a target=\"_hplink\" href=\"http://investing.businessweek.com/research/stocks/earnings/earnings.asp?ticker=JPM\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/i/n/investing.businessweek.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://investing.businessweek.com/research/stocks/earnings/earnings.asp?ticker=JPM\">JPMORGAN CHASE & CO (JPM:New York): Earnings Estimates ...</a></p><p><a target=\"_hplink\" href=\"https://www.jpmorgan.com/pages/detail/1402977005656\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/j/p/jpmorgan.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"https://www.jpmorgan.com/pages/detail/1402977005656\">JPMorgan Chase reports second-quarter 2014 earnings | J.P. Morgan</a></p><p><a target=\"_hplink\" href=\"http://www.forbes.com/sites/antoinegara/2015/01/14/jpmorgan-misses-fourth-quarter-earnings-amid-fixed-income-trading-declines/\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/f/o/forbes.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://www.forbes.com/sites/antoinegara/2015/01/14/jpmorgan-misses-fourth-quarter-earnings-amid-fixed-income-trading-declines/\">JPMorgan Misses Fourth Quarter Earnings Amid Fixed Income Trading Declines</a></p><p><a target=\"_hplink\" href=\"http://blogs.wsj.com/moneybeat/2015/01/14/live-blogging-j-p-morgan-and-wells-fargos-earnings/\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/b/l/blogs.wsj.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://blogs.wsj.com/moneybeat/2015/01/14/live-blogging-j-p-morgan-and-wells-fargos-earnings/\">Recap: JP Morgan's and Wells Fargo's Earnings</a></p>                    <p><a target=\"_hplink\" href=\"http://investing.businessweek.com/research/stocks/earnings/earnings.asp?ticker=JPM\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/i/n/investing.businessweek.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://investing.businessweek.com/research/stocks/earnings/earnings.asp?ticker=JPM\">JPMORGAN CHASE & CO (JPM:New York): Earnings Estimates ...</a></p><p><a target=\"_hplink\" href=\"http://www.marketwatch.com/story/what-to-watch-for-in-jp-morgan-earnings-2015-01-13\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/m/a/marketwatch.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://www.marketwatch.com/story/what-to-watch-for-in-jp-morgan-earnings-2015-01-13\">What to watch for in JP Morgan earnings</a></p><p><a target=\"_hplink\" href=\"http://www.marketwatch.com/story/jp-morgan-wells-fargo-kinder-morgan-earnings-in-focus-2015-01-14\"><img width=\"16\" height=\"16px\" align=\"absmiddle\" src=\"http://s.huffpost.com/uploaded/favicons/m/a/marketwatch.com/favicon.ico\"></a> <a target=\"_hplink\" href=\"http://www.marketwatch.com/story/jp-morgan-wells-fargo-kinder-morgan-earnings-in-focus-2015-01-14\">Tesla, JP Morgan drop; GameStop jumps on solid sales</a></p>                                        \t</section>\n                <!-- Conversations -->\n        \n<div id=\"conversations-huffpost-web\">\n\n<div class=\"clear\"></div>\n<div style=\"margin:10px 0\">\n\n\t<div class=\"clear\">&nbsp;</div>\n\n</div>\n\n\n<a name=\"comments\"></a>\n<div id=\"huffpost-web-fb-comments-opener\" style=\"display: none;\">Click here to view Conversations</div>\n<div id=\"huffpost-web-fb-comments\">\n    <div class=\"related\" style=\"padding-left:3px\">\n        <h3 class=\"\"><span class=\"text\">Conversations</span></h3>\n    </div>\n    <div class=\"fb_comments\">\n        <fb:comments colorscheme=\"light\" width=\"570\" href=\"http://www.huffingtonpost.com/2015/01/14/jamie-dimon-banks-assault_n_6470358.html\"/>\n    </div>\n    <div class=\"clear_first\"></div>\n</div>\n\n<script type=\"text/javascript\">\nvar initializeFBPing = function() {\n\t// Attach the scroll event ping to send to data layer\n\tif (typeof window.bN_scrollTrack === 'function') {\n\t\twindow.bN_scrollTrack('cmts_fb', '#huffpost-web-fb-comments');\n\t}\n};\njQuery(window).bind('load', function(){\n\tinitializeFBPing();\n});\n</script>\n\n</div>\n\n                    </div>\n            <!-- right rail -->\n    \t    <section class=\"rail\"  data-beacon='{\"p\":{\"mlid\":\"sidebar_right\"}}' >\n\t        <!-- ads_right_rail_flex -->\n<div id=\"modulous_right_rail_flex\" class=\"ad_spot\">\n    <div id=\"ad_right_rail_flex\" class=\"ad_wrapper_top\"><script type=\"text/javascript\">\r\nvar adId = '93314099';\r\n\r\n\r\nvar args = [adId, 'RR', 'RR'\r\n, 'f'];\r\nif (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'right_rail_flex', args: args}); }\r\nhtmlAdWH.apply(this, args);\r\n\r\n\r\nadSetInView('0');\r\n</script>\r\n</div></div>\n<!-- ads_text_sponsorship -->\n<!-- ads_right_rail_edit_promo -->\n<!-- HPIN unit --><section class=\"most-popular\"  >\n    <div id=\"modulous_gravity_most_popular\" class=\"ad_spot\">\n    <h2 class=\"mp_title\">Suggested For You</h2>\r\n<div class=\"mp_cycle\">\r\n<div id=\"grv-personalization-25\"></div>\r\n</div>\r\n\r\n<script type='text/javascript'>\r\n//<![CDATA[\r\n(function() {\r\n  window.gravityInsightsParams = {\r\n    'type': 'content',\r\n    'action': '',\r\n    'site_guid': '95ec266b244de718b80c652a08af06fa'\r\n  };\r\n  var adServerReq, bUrl, cburl, doUseGravityUserGuid, includeJs, jq, pfurl, type, ug, wlPrefix, wlUrl, _ref, _ref1, _ref2;\r\n  includeJs = function(a) {\r\n    var b;\r\n    b = document.createElement(\"script\");\r\n    b.async = !0;\r\n    b.src = a;\r\n    a = document.getElementsByTagName(\"script\")[0];\r\n    return a.parentNode.insertBefore(b, a)\r\n  };\r\n  bUrl = \"\";\r\n  ug = (doUseGravityUserGuid = !0 === gravityInsightsParams.useGravityUserGuid ? 1 : 0) ? \"\" : gravityInsightsParams.user_guid || (null != (_ref = /grvinsights=([^;]+)/.exec(document.cookie)) ? _ref[1] : void 0) || \"\";\r\n  wlUrl = (wlPrefix = \"https:\" === location.protocol ? \"https://secure-api.gravity.com/v1/api/intelligence\" : \"http://rma-api.gravity.com/v1/api/intelligence\", \r\n  jq = (null != (_ref1 = window.jQuery) ? null != (_ref2 = _ref1.fn) ? _ref2.jquery : void 0 : void 0) || \"\", \r\n  type = \"iframe\", \r\n  adServerReq = gravityInsightsParams.ad || \"\", \r\n  cburl = gravityInsightsParams.cburl || \"\", \r\n  pfurl = gravityInsightsParams.pfurl || \"\", \"\" + wlPrefix + \"/wl?jq=\" + jq + \"&sg=\" + gravityInsightsParams.site_guid + \"&ug=\" + ug + \"&ugug=\" + doUseGravityUserGuid + \"&id=grv-personalization-25&pl=25\" +\r\n    (\"&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) : \"\"));\r\n  bUrl && includeJs(bUrl);\r\n  wlUrl && (window.gravityInsightsParams.sidebar && (window.gravityInsightsParams.wlStartTime = (new Date).getTime()), includeJs(wlUrl));\r\n})();\r\n//]]>\r\n</script></div>\n</section>\n<!-- Fiji Websocket is below here if websocket is enabled -->\n  <script id=\"entry-template\" type=\"text/fiji_template\">\n    <li class=\"fiji_entry {{message_type}}\">\n      <a href=\"{{entry_url}}\" class=\"bn headline\" data-beacon='{\"p\":{\"lnid\":\"headline\"}}'>\n        {{banner}}\n        <h3>{{headline}}</h3>\n      </a>\n      <figure>\n        <a href=\"{{entry_url}}\" data-beacon='{\"p\":{\"lnid\":\"img\"}}'><img border=\"0\" width=\"300\" height=\"125\" src=\"{{image_url}}\"  /></a>\n      </figure>\n      <div class=\"clear\"></div>\n    </li>\n  </script>\n  <script type=\"text/javascript\">\n    huff.use('most_popular_stream');\n  </script>\n\t\t\t\t\t<section class=\"follow-huffpost\"  data-beacon='{\"p\":{\"mnid\":\"mod-follow\"}}'  >\n\t\t\t\t\t\t<h2>FOLLOW HUFFPOST</h2>\n\t\t\t\t\t\t<ul class=\"untouched follow-links group\">\n\t\t\t\t\t\t\t<li class=\"email selected\"  data-beacon='{\"p\":{\"lnid\":\"email\"}}'  >\n\t\t\t\t\t\t\t\t<button>Email</button>\n\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t\t<form class=\"subscribe\">\n\t\t\t\t\t\t\t\t\t\t<fieldset class=\"email\">\n\t\t\t\t\t\t\t\t\t\t\t<legend>Email Address</legend>\n\t\t\t\t\t\t\t\t\t\t\t<input id=\"subscribe_user_email\" class=\"text\" name=\"email\" onfocus=\"if(this.value=='Email Address')this.value=''\" value=\"Email Address\" type=\"text\">\n\t                                        <input type=\"hidden\" name=\"vertical\" value=\"business\">\n                                            <input class=\"button right_rail_signup\" type=\"submit\" value=\"Sign me up!\">\n                                            <label class=\"signup_error\" style=\"display:none;\">Please check the checkbox to indicate your consent</label>\n                                            <fieldset class=\"options\">\n                                                <legend>Options</legend>\n                                                                                                <div class=\"item\">\n                                                    <input type=\"checkbox\" class=\"list\" id=\"daily-brief\" checked=\"checked\" >\n                                                                                                                <label for=\"daily-brief\">The Morning Email</label>\n                                                                                                        </div>\n                                                                                                                                                                                                \t<div class=\"item\">\n                                                \t\t                                                \t\t\t<input type=\"checkbox\" class=\"list\" id=\"vertical-brief\" checked=\"checked\">\n                                                \t\t\t<label for=\"vertical-brief\">Business</label>\n                                                \t\t                                                \t</div>\n                                                                                                \n                                                                                                \n                                                                                            \t\n                                            </fieldset>\n                                      </fieldset>\n                                      <p class=\"instructions\">\n                                        Get top stories and blog posts emailed to me each day..\n                                      </p>\n                                                                          </form>\n                                </div>\n                            </li>\n                            <li class=\"facebook\"  data-beacon='{\"p\":{\"lnid\":\"fb\"}}'  > \n                                <button>Facebook</button>\n                                <div class=\"content off\">\n                                    <ul>\n                                    <li class=\"group\">\n                                                                               <strong class=\"name\">HuffPost</strong>\n                                            <div class=\"share-button\">\n                                                <div class=\"fb-like\" data-href=\"http://www.facebook.com/\" data-send=\"false\" data-layout=\"button_count\" data-width=\"100\" data-show-faces=\"false\" data-colorscheme=\"light\" data-font=\"arial\" data-action=\"like\" ref=\"\" style=\"width: 100px\" ></div>                                                \n                                            </div>\n                                                                                        <br> <br>\n                                            <strong class=\"name\">Business</strong>\n                                            <div class=\"share-button\">\n                                                <div class=\"fb-like\" data-href=\"http://www.facebook.com/HuffPostBusiness\" data-send=\"false\" data-layout=\"button_count\" data-width=\"100\" data-show-faces=\"false\" data-colorscheme=\"light\" data-font=\"trebuchet ms\" data-action=\"like\" ref=\"\" style=\"width: 100px\" ></div>                                            </div>\n                                                                                                                            \n                                          </li>\n                                    </ul>\n                                </div>\n                            </li>\n                            <li class=\"twitter\"  data-beacon='{\"p\":{\"lnid\":\"twitter\"}}'  > \n                                <button>Twitter</button>\n                                <div class=\"content off\">\n                                    <ul>\n                                        <li class=\"group\">\n                                            <div class=\"share-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong class=\"name\">HuffPost</strong>\n\t\t\t\t\t\t\t\t\t\t\t <div class=\"share-button\">\n                                              \n\n<a href=\"https://twitter.com/\" class=\"twitter-follow-button\" data-show-screen-name=\"false\" data-show-count=\"false\" data-lang=\"en\" data-width=\"100px\">Follow</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n\n                                             </div><br>\n                                             <strong class=\"name\">Business</strong>\n                                             <div class=\"share-button\">\n                                              \n\n<a href=\"https://twitter.com/HuffPostBiz\" class=\"twitter-follow-button\" data-show-screen-name=\"false\" data-show-count=\"false\" data-lang=\"en\" data-width=\"100px\">Follow</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n\n                                             </div>\n                                              \n\t\t\t\t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t\t\t\t\n                                            \n                                            </li>\n                                    </ul>\n                                </div>\n                            </li>\n                            <li class=\"google\"  data-beacon='{\"p\":{\"lnid\":\"gplus\"}}'  >\n                                <button>Google Plus</button>\n                                <div class=\"content off\">\n                                    <ul>\t\n                                        <li class=\"group\">\n\t\t\t\t\t\t\t\t\t\t\t                                                <strong class=\"name\">HuffPost</strong>\n\t\t\t\t\t\t\t\t\t\t\t    <div class=\"share-button\">\n                                                 \n<div class=\"g-plusone\" data-annotation=\"bubble\" data-size=\"medium\" data-width=\"32\" data-href=\"http://www.huffingtonpost.com/\"></div>\n                                                </div><br>\n                                                <strong class=\"name\">Business</strong>\n                                                 <div class=\"share-button\">\n                                                  \n<div class=\"g-plusone\" data-annotation=\"bubble\" data-size=\"medium\" data-width=\"32\" data-href=\"http://www.huffingtonpost.com/business\"></div>\n                                                 </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n                                           \n                                        </li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"rss no-ad\"  data-beacon='{\"p\":{\"lnid\":\"rss\"}}'  >\n\t\t\t\t\t\t\t\t<button>RSS</button>\n\t\t\t\t\t\t\t\t<div class=\"content off\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n                                            <a href=\"http://www.huffingtonpost.com/tag/mostpopular/feed\" class=\"name sprite\">Most Popular on HuffPost</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li>\n                                            <a href=\"http://www.huffingtonpost.com/feeds/news.xml\" class=\"name sprite\">Latest News</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t                                    \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t                                            <a href=\"/feeds/verticals/business/index.xml\" class=\"name sprite\">Business</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                    \t\t\t\t\t\t\t\t\t\t<li>\n                                            <a class=\"more\" href=\"/syndication/\">All RSS / Feeds</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"phone no-ad\"  data-beacon='{\"p\":{\"lnid\":\"mobile\"}}'  >\n\t\t\t\t\t\t\t\t<button>Phone</button>\n\t\t\t\t\t\t\t\t<div class=\"content off\">\n\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"ios sprite\" href=\"http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8\" target=\"_blank\">Available on the App Store</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"android sprite\" href=\"https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en\" target=\"_blank\">Android App on Google Play</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n                                        <li>\n                                            <a class=\"blackberry sprite\" href=\"http://appworld.blackberry.com/webstore/content/19143/?countrycode=US&lang=en\" target=\"_blank\">Get it at Blackberry App World</a>\n                                        </li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n                        \t\t\t\t\t</section>\n <!-- ads_text_sponsorship -->\n<!-- ads_snn_234x60 -->\n<!-- ads_most_popular_edit_promo -->\n<!-- ads_sponsorship_2 -->\n<div id=\"modulous_sponsorship_2\" class=\"ad_spot\">\n    </div>\n<!-- ads_lower_promo -->\n<!-- ads_right_rail_300x100_upper -->\n<!-- ads_right_rail_lower -->\n<!-- ads_btf_300x100 -->\n<div id=\"modulous_btf_300x100\" class=\"ad_spot\">\n    <script type=\"text/javascript\">\r\nvar adId = '93329871';\r\n\r\n\r\nvar args = [adId, '300', '100', 'f'];\r\nif (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'btf_300x100', args: args}); }\r\nhtmlAdWH.apply(this, args);\r\n\r\n\r\nadSetInView('0');\r\n</script>\r\n</div>\n<div class=\"ad_lower_right_commercials_wrapper\">\n    <!-- ads_right_rail_300x100_lower -->\n        <!-- ads_text_sponsorship_2 -->\n        <!-- ads_commercial_module -->\n    \t<!-- ads_right_rail_300x250_lower -->\n    <div id=\"modulous_right_rail_300x250_lower\" class=\"ad_spot\">\n    <div id=\"ad_right_rail_300x250_lower\" class=\"ad_wrapper_\"><script type=\"text/javascript\">\r\nvar adId = '93432915';\r\nadSetInView('D');\r\n\r\nvar args = [adId, 'RR', 'RR'\r\n, 'f'];\r\nif (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'right_rail_300x250_lower', args: args}); }\r\nhtmlAdWH.apply(this, args);\r\n\r\n\r\nadSetInView('0');\r\n</script>\r\n</div></div>\n</div>\n<script type=\"text/javascript\">\n    try {\n        var ad_els = jQuery(\"#ad_right_rail_300x250_lower\");\n        var right_rail_el = jQuery(\".rail\");\n        \n        if ( ad_els.length && right_rail_el.length ) {\n            ad_els.bind(\"mouseover\", function(){\n                if ( right_rail_el.hasClass(\"fix\") ) {\n                    window.scrollTo(window.scrollX, window.scrollY - 1);   \n                }\n                return;\n            });\n        }\n    } catch (e) {\n        \n    }\n</script>\n <script type=\"text/javascript\">\njQuery( document ).ready(function( $ ) {\n    jQuery('#ad_right_rail_flex').prepend(\"<span class='adflex'></span>\");\n   jQuery('.adflex').append( __('Advertisement'));\n}\n);\n</script>\n<style>\n#ad_right_rail_flex .adflex {\ncolor: #999;\ntext-transform: uppercase;\nfont-size: 9px;\nfont-family: arial;\npadding-bottom: 4px;\ndisplay: inline-block;\npadding-left: 2px;\n}\n.ad_wrapper_top {\nbackground: none !important;\n}\n</style>\n\t    </section>\n    \n    </section>        </section>\n        <!-- END page_content -->\n        <!-- page_footer -->\n        <section class=\"footer\">\n    <!-- Served from: production-mt-wfe-53-100.use1 -->\n    <!-- ads_leaderboard_bottom --> \n        <!-- visual footer -->\n    <footer>\n        <!-- Search Box -->\n        <div class=\"search\">\n\t<form class=\"group\" action=\"/search.php/?\" method=\"get\">\n\t\t<fieldset>\n\t\t<legend>Search The Huffington Post</legend>\n\t\t\t<label for=\"search-terms\">Enter Search Terms</label>\n\t\t\t<input class=\"input-term\" name=\"q\" placeholder=\"Huffington Post Search\" id=\"search-terms\" type=\"text\" tabindex=\"13\" />\n\t\t\t<label for=\"search-submit\">Submit Search</label>\n\t\t\t<input type=\"hidden\" name=\"s_it\" value=\"header_form_v1\">\n\t\t\t<input class=\"submit\" id=\"search-submit\" type=\"submit\" value=\"Go\" />\n\t\t</fieldset>\n\t</form>\n</div>\n        <!-- Legal and Informational Links -->\n        <menu class=\"links\">\n\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"group row1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"http://advertising.aol.com/brands/huffington-post\">Advertise</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/users/login/\">Log In</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/makehome/\">Make HuffPost your Home Page</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/syndication\">RSS</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/jobs/\">Careers</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/faq/\">FAQ</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\t\n\t\t\t\t\t\t\t\t\t<ul class=\"group row2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/terms.html\">User Agreement</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"http://privacy.aol.com/\">Privacy</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/comment/policy/\">Comment Policy</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/p/huffington-post.html\">About Us</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"http://adinfo.aol.com/about-our-ads/\">About Our Ads</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<a href=\"/contact/\">Contact Us</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\t\n\t\t\t\t\t\t\t        </menu>\n                <!-- Legal Disclaimers -->\n        <div class=\"legal\">\n\t\t                                               <span class=\"copyright\">Copyright &copy;2015 TheHuffingtonPost.com, Inc.</span>\n                                           <span class=\"trademark\">&quot;The Huffington Post&quot; is a registered trademark of TheHuffingtonPost.com, Inc. All rights reserved.</span>\n\t\t   \t   \n        </div>\n        \t\t\t<div class=\"part-of\">Part of <span class=\"part-of-group\">HuffPost Business - AOL Money &amp; Finance</span></div>\n            </footer>\n</section>\n        <!-- END page_footer -->\n        <div id=\"tfm_skyscraper\" class=\"top_right_skyscraper\"></div>\n    </div>\n    <!-- ads_bottom_code_blocks -->\n        <!-- ads_bottom_1x1 -->\n    <div id=\"modulous_bottom_1x1\" class=\"ad_spot\">\n    <script type=\"application/javascript\" \r\nsrc=\"http://a02.korrelate.net/a/e/d2a.ads?r=456166729&et=a&ago=127&ao=128&px=208&pt=s&lvl=business&av1=bpage\"></script><!-- ADS Comscore -->\r\n<script src=\"http://ar.voicefive.com/bmx3/node.pli?pub=aol2\"></script>\r\n<!-- pub=aolmovies --><!-- AD highlights module tracking -->\r\n<script type=\"text/javascript\">\r\nHPAds = typeof HPAds !== \"undefined\" ? HPAds : {};\r\nHPAds.highlightstracker = {\r\n\texec : function(){\r\n\t\tvar img = document.createElement(\"img\");img.width=1;img.height=1;img.alt=\"\";img.border=0;img.style.display=\"none\";\r\n\t\timg.src = \"http://at.atwola.com/adserv/3.0/5113.1/2583061/1/16/AdId=3495516;BnId=1\";\r\n\t\tdocument.getElementById(\"ad_bottom_1x1\").appendChild(img);\r\n\t},\r\n\tinit : function(){\r\n\t\tif(document.getElementById(\"ad_bottom_1x1\") && document.getElementById(\"huffhighlights\"))\r\n\t\t{\r\n\t\t\tthis.exec();\r\n\t\t}\r\n\t}\r\n}\r\nHPAds.highlightstracker.init();\r\n</script><script type=\"text/javascript\">\r\n\r\n  try {\r\n     // Make sure the adsDevilAd object exists before putting your function on it\r\n     window.adsDevilAd=window.adsDevilAd||{};\r\n\r\n     adsDevilAd.adinfo=function(n,d,w,h){\r\n       // n will be the ad number, we assume the LB ad is #1. \r\n       // NOTE: d=divName if you'd rather use that.  And w,h are width and height respectively.\r\n\r\n         if (window.adsDevilAd.ad[1].aolFormat == \"Wallpaper\") {\r\n\t   window.floater.destroy();\r\n           jQuery('#badges_v2_1').css('display','none !important');\r\n         }\r\n\r\n     } // end function\r\n   }\r\n   catch (e) {}\r\n\r\n</script><script type='text/javascript'>\r\n  //<![CDATA[\r\n    (function(){\r\n    window.gravityInsightsParams = {\r\n      'type': 'content',\r\n      'action': '',\r\n      'site_guid': '95ec266b244de718b80c652a08af06fa'\r\n    };\r\n    var adServerReq,bUrl,doUseGravityUserGuid,includeJs,jq,type,ug,wlPrefix,wlUrl,_ref,_ref1,_ref2;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=\"\",\"\");\r\n    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&&includeJs(bUrl);wlUrl&&(window.gravityInsightsParams.sidebar&&(window.gravityInsightsParams.wlStartTime=(new Date).getTime()),includeJs(wlUrl));})();\r\n  //]]>\r\n</script><!-- Sailthru Horizon -->\r\n<script type=\"text/javascript\">\r\n(function() {\r\n  function loadHorizon() {\r\n   var s = document.createElement('script');\r\n   s.type = 'text/javascript';\r\n   s.async = true;\r\n   s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\r\n   var x = document.getElementsByTagName('script')[0];\r\n   x.parentNode.insertBefore(s, x);\r\n  }\r\n  loadHorizon();\r\n  jQuery(window).load(function() {\r\n    Sailthru.setup({\r\n      domain: 'horizon.huffingtonpost.com'\r\n    });\r\n  });\r\n})();\r\n</script><script>(function(d, s, id) {\r\n  var js, pjs = d.getElementsByTagName(s)[0];\r\n  if (d.getElementById(id)) return;\r\n  js = d.createElement(s); js.id = id; js.async = true;\r\n  js.src = \"http://cdn.pubexchange.com/modules/partner/huffpost_business\";\r\n  pjs.parentNode.insertBefore(js, pjs);\r\n}(document, 'script', 'pubexchange-jssdk'));</script><script type=\"text/javascript\" src=\"http://s.skimresources.com/js/38395X1020932.skimlinks.js\"></script><script src=\"http://ar.voicefive.com/bmx3/node.pli?pub=aol2\"></script></div>\n\n    <!--modulous footer -->\n    \n<script>\r\n// Restrict Most Popular title to 2 lines\r\n(function() {\r\nvar $mpt = jQuery('.mp_title');\r\nif ($mpt.length == 0) return;\r\nfunction numLines($elem) {\r\n  lh = parseFloat($elem.css('line-height').replace('px', ''));\r\n  return Math.round($elem.height()/lh);\r\n}\r\nfor (i=0; i<10 && numLines($mpt)>2; i++) {\r\n  $mpt.css('font-size', '-=1');\r\n}\r\n})();\r\n</script>    <!-- END modulous footer -->\n\n    \n    <!-- Aol Universal Navbar module -->\n    <script type=\"text/javascript\" src='http://s0.huffpost.com/assets/js.php?v=1421170046&f=aolunb.js'></script>\n    <!-- correction -->\n    \n<style type=\"text/css\">\nspan.error {\n\t margin-top: 0;\n\t display: none;\n}\n  \nspan.error.show {\n\tdisplay: block;\n}\n.hp_blue_lb_head_subimage {\n    text-align: center;\n}\n</style>\n\n<div style=\"display: none;\">\n\t<div id=\"lightbox\">\n        <div class=\"content\">        \n            \n            <div class=\"social_modal_content\">\n                <div id=\"submissions_modal\" class=\"sbm_modal\">\n                    <h4 id=\"submission_header\" class=\"sbm_heading hd_title\">Use this form to alert a HuffPost editor about a factual or typographical error in this story.</h4>\n                <div id=\"submission_notify\" class=\"sbm_notify\">Notify message</div>\n                <span class=\"required\">* Required</span>\n                <form id=\"submissions_form\">\n                    <input type=\"hidden\" name=\"entry_id\" value=\"6470358\">\n                    <div class=\"smb-line clearfix group\">\n                        <span class=\"sbm_asterisk\">*</span>\n                        <input class=\"bordered\" type=\"text\" placeholder=\"Name\" name=\"submission_name\" id=\"submission_name\" value=\"\">\n                        <span class=\"sbm_asterisk\">*</span>\n                        <input class=\"bordered nomargin\" type=\"text\" placeholder=\"Email Address\" name=\"submission_email\" id=\"submission_email\" value=\"\">\n                    </div>\n                    <div class=\"smb-line clearfix\">\n                          <span class=\"submission_name error\"></span>\n                          <span class=\"submission_email error\"></span>\n                    </div>\n                    <div class=\"sbm_fc\">\n                        <span class=\"sbm_l\"><span class=\"sbm_asterisk\">*</span> <strong>What kind of error is this?</strong></span>\n                        <select name=\"submission_error_kind\" id=\"submission_error_kind\" class=\"sbm_koe sbm_r\">\n                            <option value=\"\">Choose an option</option>\n                            <option value=\"Factual or typographical\">Factual or typographical</option>\n                            <option value=\"Comment moderation problem\">Comment moderation problem</option>\n                            <option value=\"Rights and permissions\">Rights and permissions</option>\n                            <option value=\"Other\">Other</option>\n                        </select>\n                    </div>\n                    <div class=\"smb-line clearfix\">\n                          <span class=\"submission_error_kind error\"></span>\n                    </div>\n                    <div class=\"sbm_fc\">\n                        <div>\n                            <span class=\"sbm_l float_left\"><span class=\"sbm_asterisk\">*</span> What is the correction?</span>\n                            <span class=\"sbm_counter\" id=\"sbm_counter\">0 count</span>\n                        </div>\n                        <div class=\"clear_first\"></div>\n                        <textarea id=\"submission_body\" class=\"basic sbm_textarea sbm_r arial_12\" name=\"submission_body\" rows=\"9\" cols=\"22\">Describe the error here (1,000 character limit)</textarea>\n                    </div>\n                    <div class=\"smb-line clearfix\">\n                        <span class=\"submission_body error\"></span>\n                    </div>\n                    <div class=\"bottom_block clearfix\">\n                        <p class=\"small\">\n                        \t<span class=\"sbm_asterisk\">*</span> Type the words below so we know you are not a cyborg                        </p>\n                        <!--captcha-->\n                        <div class=\"float_left recaptcha_nothad_incorrect_sol recaptcha_isnot_showing_audio\" id=\"submission_recaptcha\">\n                           <!-- Insert PHP captcha code here -->\n                        </div>\n                        <!-- end captcha -->\n                        <div class=\"float_left\" style=\"padding:20px; width: 227px;\">\n                            <input id=\"submission_opt_in\" class=\"sbm_checkbox\" name=\"submission_opt_in\" type=\"checkbox\">\n                                                        <label for=\"submission_opt_in\">Sign me up for The Morning Email</label>\n                                                        <br>\n                            <br>\n                            <div class=\"centered\" id=\"submissions_bottom_area\">\n                                <input type=\"submit\" value=\"Send\" id=\"submission_submit\" href=\"javascript:void(0);\" class=\"button double-extra-large light-blue sbm_send\">\n                            </div>\n                            <div id=\"submission_ajax_loader\" class=\"submission_ajax_loader\"></div>\n                        </div>\n                    </div>\n                </form>\n            </div>\n        </div>\n        <div id=\"submission_thanks\" class=\"sbm_thanks\">Thanks for your report!</div>\n    </div>\n</div>\n    <!-- Tracking -->\n    <!-- Nielson Feed -->\n    <!-- BEGIN Nielsen Tracking -->\n<script type=\"text/javascript\">\n  HPTrack.Services.trackTo(['Nielsen']);\n</script>\n<noscript>\n   <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-703240h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\" />\n</noscript>\n<!-- END Nielsen Tracking -->\n     <!-- Webtrekk Feed -->\n        <!-- Xiti Tracking -->\n        <!-- VGWort Tracking -->\n        \n    <!-- quantcast Tracking -->\n        <!-- Parsely Tracking -->\n        <!-- END page_wrapper -->\n\n    <!-- end RUM -->\n    <script type=\"text/javascript\">huff.use('conf', function(c){ c.set({\"mtime\":1421286709,\"entry\":\"6470358\",\"vertical\":\"business\",\"vertical-id\":5,\"vertical-name\":\"Business\",\"ads\\/zone\":\"\",\"topnav\\/version\":\"2\",\"cookie\\/domain\":\"huffingtonpost.com\",\"websocket\\/enabled\":false,\"websocket\\/url\":\"fiji-production-ws.use1.huffpo.net\",\"websocket\\/init\":false,\"site_blog_id\":2,\"auth_secure_domain\":\"secure.huffingtonpost.com\",\"auth_secure_protocol\":\"https\",\"auth_method\":\"frame\",\"static_secure_domain\":\"s-s.huffpost.com\",\"images_secure_domain\":\"s-i.huffpost.com\",\"images_secure_www_domain\":\"s-i.huffpost.com\",\"social_tracking\":true,\"primary_vertical_id\":-1,\"primary_vertical_name\":false,\"primary_vertical_facebook_name\":\"HuffingtonPost\",\"primary_vertical_twitter_name\":\"HuffingtonPost\",\"current_vertical_facebook_name\":\"HuffingtonPost\",\"current_vertical_twitter_name\":\"HuffingtonPost\"}); });</script>    <!-- RUM footer -->\n    <script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"licenseKey\":\"a2134792db\",\"applicationID\":\"4028938\",\"transactionName\":\"MVIBN0UEWBJZAhFeWQgYIBZEEVkMFxENWFMIXhtMbABYFUoYOBhDFRghFkQMWARLEg==\",\"queueTime\":0,\"applicationTime\":353,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"HRUCQQ0eSxw=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script>    <script type=\"text/javascript\" src=\"http://s1.huffpost.com/assets/js.php?v=1421170046&f=phoenix%2Feditions.js%2Clayouts%2F13.js%2Cphoenix%2Ffloating_share.js\"></script>\n    \n    <script> jQuery(document).foundation(); </script>\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/japanese_article.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\" dir=\"ltr\" id=\"R1\">\r\n<head>\r\n<meta http-equiv=\"Content-Language\" content=\"ja\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<meta http-equiv=\"Content-Style-Type\" content=\"text/css; charset=UTF-8\" />\r\n<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript; charset=UTF-8\" />\r\n\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\r\n<meta name=\"mixi-check-robots\" CONTENT=\"nodescription, noimage\">\r\n<meta property=\"og:image\" content=\"https://www.nikkei.com/content/pic/20180619/96958A9F889DE1E3EAEBE5E4E4E2E3EAE2E4E0E2E3EAE2E2E2E2E2E2-DSXMZO3190512018062018000001-PB1-2.jpg\" />\r\n<meta property=\"og:url\" content=\"https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/\" />\r\n<meta property=\"og:title\" content=\"米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）\" />\r\n<meta property=\"og:description\" content=\"　６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった\" />\r\n<meta property=\"og:locale\" content=\"ja_JP\" />\r\n<meta property=\"og:type\" content=\"article\" />\r\n<meta property=\"og:site_name\" content=\"日本経済新聞 電子版\" />\r\n<meta name=\"twitter:title\" content=\"米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）\" />\r\n<meta name=\"twitter:description\" content=\"　６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった\" />\r\n<meta name=\"twitter:image\" content=\"https://www.nikkei.com/content/pic/20180619/96958A9F889DE1E3EAEBE5E4E4E2E3EAE2E4E0E2E3EAE2E2E2E2E2E2-DSXMZO3190512018062018000001-PB1-2.jpg\" />\r\n<meta name=\"twitter:site\" content=\"@nikkei\" />\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\r\n<meta content=\"JP\" name=\"twitter:app:country\">\r\n<meta name=\"twitter:app:name:googleplay\" content=\"日経電子版\">\r\n<meta name=\"twitter:app:id:googleplay\" content=\"com.nikkei.newspaper\">\r\n<meta name=\"twitter:app:url:googleplay\" content=\"nikkei://article/DGXMZO31897660Y8A610C1000000?caller=twitter_app\">\r\n<meta property=\"al:android:url\" content=\"nikkei://article/DGXMZO31897660Y8A610C1000000?caller=facebook_app\">\r\n<meta property=\"al:android:package\" content=\"com.nikkei.newspaper\">\r\n<meta property=\"al:android:app_name\" content=\"日経電子版\">\r\n<meta property=\"fb:app_id\" content=\"197388106979545\" />\r\n<meta name=\"description\" content=\"　６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった\" />\r\n<meta name=\"news_keywords\" content=\"北朝鮮政府,中朝関係,米国政府,習近平,金正恩,温家宝,トランプ,蔡英文,李克強,父の日,マリーナベイ・サンズ,米朝ホットライン開設,中国,ワシントン,中国国際航空\" />\r\n<meta name=\"keywords\" content=\"北朝鮮政府,中朝関係,米国政府,習近平,金正恩,温家宝,トランプ,蔡英文,李克強,父の日,マリーナベイ・サンズ,米朝ホットライン開設,中国,ワシントン,中国国際航空\" />\r\n\r\n<meta name=\"msApplication-ID\" content=\"AE156C3D.494F24E3\" />\r\n<meta name=\"msApplication-PackageFamilyName\" content=\"AE156C3D.494F24E3_drw2bfqyhqxtg\" />\r\n<meta name=\"info003\" content=\"true\" />\r\n<title>米朝首脳直通電話　習氏に挑むトランプ戦術の成否　（写真＝ロイター）　：日本経済新聞</title>\r\n<link rel=\"canonical\" href=\"https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/\" />\r\n<link rel=\"alternate\" hreflang=\"ja\" href=\"https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/css/news/layout.news.css\" media=\"screen,tv,projection,print\" /><!--[if lte IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/css/news/ifie.news.css\" media=\"screen,tv,projection,print\" /><![endif]-->\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/css/layout.common.css\" media=\"screen,tv,projection,print\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/css/layout.module.master.css\" media=\"screen,tv,projection,print\" /><!--[if IE]><script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/excanvas.compiled.min.js\"></script><![endif]--><script type=\"text/javascript\">\r\n_nkconf = {};_nkconf.ID_YUDO = [];_nkconf.DATA_UPDATE_URL=\"\";_nkconf.DATA_TOKEN_VALUE=\"\";_nkconf.DATA_SESSION={};_nkconf.DATA_SESSION_CHECK_URL=\"/async/async.do/?ae=P_CM_WHITE&sv=NX\";_nkconf.DATA_MAP_NAME={day:\"NK_DS_DISP_D\",month:\"NK_DS_DISP_M\",memory:\"NK_DS_DISP_T\",long:\"NK_DS_DISP_I\",market:\"NK_MONEY_STOCK_LIST\"};_nkconf.IS_PRINTPAGE=false;_nkconf.SCRIPT_DOMAIN_DEFAULT=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/\";_nkconf.SCRIPT_RUNASYNC={autopopup:\"nkds.kijiballoon.min.js\",change:\"nkds.classchange.min.js\",date:\"nkds.datepicker.min.js\",fontsize:\"nkds.kijitool.min.js\",formcheck:\"nkds.formcheck.min.js\",gadget:\"nkds.gadget.min.js\",graph:\"nkds.graph.min.js\",groupcheck:\"nkds.groupcheck.min.js\",max:\"nkds.checkmax.min.js\",openclose:\"nkds.openclose.min.js\",popupmenu:\"nkds.popupmenu.min.js\",pics:\"nkds.paperpics.min.js\",replace:\"nkds.tagreplace.min.js\",slider:\"nkds.slider.min.js\",swf_keyword:\"nkds.loadswf.keyword.min.js\",swf_novel:\"nkds.loadswf.novel.min.js\",swf_photo:\"nkds.loadswf.photo.min.js\",swf_viewer:\"nkds.loadswf.viewer.min.js\",advertise:\"nad.min.js\",inheritquery:\"nkds.inheritquery.min.js\",flick:\"nkds.flick.min.js\",photoviewer:\"nkds.photoviewercontrol.min.js\",yomimasuka:\"nkds.yomimasukacontrol.min.js\"};_nkconf.MEGAMENU_URL=\"/async/async.do/?ae=JO_CM_MEGAMENU&sv=NX&menu=\";_nkconf.COMPANY_SUGGEST_URL=\"/async/async.do/?ae=JO_CM_COMPANY_SUGGEST&sv=NX&searchKeyword=\";_nkconf.NKD_SUGGEST_URL=\"/async/async.do/?ae=JO_CM_CW_SRBOX_SUGGEST_2017&sv=NX&searchKeyword=%QUERY&JSON=true\";_nkconf.FUND_SUGGEST_URL=\"/async/async.do/?ae=JO_CM_CW_FUND_SRBOX_SUGGEST&sv=NX&searchKeyword=%QUERY&JSON=true\";_nkconf.FUND_SALES_COMPANY_SUGGEST_URL=\"/async/async.do/?ae=JO_CM_FUND_SALES_COMPANY_SUGGEST&sv=NX&searchKeyword=%QUERY&JSON=true\";_nkconf.PATH_FIXIMG=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/\";\r\n</script>\r\n<script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/nkds.header.min.js\"></script><script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/nkds.my.common.min.js\"></script><script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/jquery.pseudo.js\"></script><!-- Make sure the href of the link tag points to the icon you created -->\r\n\r\n<link rel=\"shortcut icon\" type=\"image/ico\" href=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/ico/pin_favicon.ico\" />\r\n<meta name=\"application-name\" content=\"日本経済新聞　電子版\" />\r\n<meta name=\"msapplication-starturl\" content=\"https://www.nikkei.com/\" />\r\n<meta name=\"msapplication-navbutton-color\" content=\"#004ec0\" />\r\n<meta name=\"msapplication-window\" content=\"width=1024;height=768\" />\r\n<meta name=\"msapplication-tooltip\" content=\"日経電子版でニュースをチェック\" />\r\n\r\n<!-- Each meta tag below adds a Static Jump List item to the\r\n Tasks list on our pinned site's Jump List menu -->\r\n<meta name=\"msapplication-task\"\r\ncontent=\"name=Web刊;\r\naction-uri=https://www.nikkei.com/;\r\nicon-uri=//assets.nikkei.jp/release/v3.1.23/parts/ds/images/ico/pin_16webkan.ico\" />\r\n\r\n<meta name=\"msapplication-task\"\r\ncontent=\"name=朝刊・夕刊;\r\naction-uri=https://www.nikkei.com/paper/;\r\nicon-uri=//assets.nikkei.jp/release/v3.1.23/parts/ds/images/ico/pin_16paper.ico\" />\r\n\r\n<meta name=\"msapplication-task\"\r\ncontent=\"name=Myニュース;\r\naction-uri=https://r.nikkei.com/mynews;\r\nicon-uri=//assets.nikkei.jp/release/v3.1.23/parts/ds/images/ico/pin_16my.ico\" />\r\n\r\n<link rel=\"alternate\" href=\"android-app://com.nikkei.newspaper/nikkei/article/DGXMZO31897660Y8A610C1000000?caller=appindexing\" />\r\n\r\n<script type=\"application/ld+json\">\r\n{\r\n    \"@context\": \"http://schema.org\",\r\n    \"@type\": \"NewsArticle\",\r\n    \"headline\": \"米朝首脳直通電話　習氏に挑むトランプ戦術の成否　（写真＝ロイター）　：日本経済新聞\",\r\n    \"description\": \"　６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった\",\r\n    \"datePublished\": \"20180619T055000+0900\",\r\n    \"dateModified\": \"20180619T055000+0900\",\r\n    \"publisher\": {\r\n      \"@type\": \"Organization\",\r\n      \"name\": \"日本経済新聞社\",\r\n      \"logo\": {\r\n        \"@type\": \"ImageObject\",\r\n        \"url\": \"https://assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_header_2017.png\",\r\n        \"width\": 294,\r\n        \"height\": 35\r\n      }\r\n    },\r\n    \"mainEntityOfPage\": {\r\n      \"@type\": \"WebPage\",\r\n      \"@id\": \"https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/\"\r\n    },\r\n    \"author\": {\r\n      \"@type\": \"Organization\",\r\n      \"name\": \"日本経済新聞社\",\r\n      \"logo\": {\r\n        \"@type\": \"ImageObject\",\r\n        \"url\": \"https://assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_header_2017.png\",\r\n        \"width\": 294,\r\n        \"height\": 35\r\n      }\r\n    },\r\n    \"image\": {\r\n      \"@type\": \"ImageObject\",\r\n      \"url\": \"https://www.nikkei.com/content/pic/20180619/96958A9F889DE1E3EAEBE5E4E4E2E3EAE2E4E0E2E3EAE2E2E2E2E2E2-DSXMZO3190512018062018000001-PB1-2.jpg\"\r\n    }\r\n}\r\n</script>\r\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"https://r.nikkei.com/article/DGXMZO31897660Y8A610C1000000\" />\r\n<script type=\"text/javascript\">\nvar F1H_CUSTOM_KEY_VALUE = {KFID0:['DF_KONSHIN____','DF_MLMG_______','DF_SECA_______','DF_SECA_______','DF_SECC_______','DF_SECC_______','DF_SECC_______','DF_SECC_______','DF_T__________','DF_T__________','DF_T__________','DF_T__________','DF_T__________'],KFID1:['','DF_MLMG_REC___','DF_SECA_C_____','DF_SECA_C_____','DF_SECC_C_____','DF_SECC_C_____','DF_SECC_C_____','DF_SECC_C_____','DF_TA_________','DF_TA_________','DF_TA_________','DF_TB_________','DF_TD_________'],KFID2:['','','DF_SECA_C1____','DF_SECA_C2____','DF_SECC_C0____','DF_SECC_C1____','DF_SECC_C2____','DF_SECC_C7____','DF_TA_17090321','DF_TA_17090322','DF_TA_18042000','DF_TB_17101600','DF_TD_17101300'],KFID3:['','','DF010820172772','DF010820172773','DF010820172785','DF010820172786','DF010820172787','DF010820172792','DF_TAK17090321','DF_TAK17090322','DF_TAK18042000','DF_TBK17101600','DF_TDK17101300']};\n</script>\n\n<script type=\"text/javascript\" src=\"//partsa.nikkei.com/static/nkis/js/foneH.js\"></script>\n<script async type=\"text/javascript\" src=\"https://r.nikkei.com/.resources/tracking/static/script/bundle-click-tracker.rev-efcbb3.js\"></script>\r\n<script async type=\"text/javascript\" src=\"https://r.nikkei.com/.resources/tracking/static/script/bundle-inview-tracker.rev-a796c6.js\"></script>\r\n<script type=\"text/javascript\">\r\n  window.addEventListener('load', function() {\r\n    var track = function (data) {\r\n      window.atlasTracking.trackAction(data.action, data.category, data.events, data.options);\r\n    };\r\n\r\n    window.initInviewTracker(track);\r\n    window.initClickTracker(track);\r\n  });\r\n</script>\r\n<style>\r\n<!--\r\n.menu_display {display:table-cell;}\r\n.menu_none {display:none;}\r\n-->\r\n</style>\r\n\r\n<script src=\"//assets.adobedtm.com/43692acb8f62beca52063bd53825dcc138f4617b/satelliteLib-f111f9ba39867252079783186a3954a05ce68264.js\"></script>\r\n\n<script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,t,n){function r(n){if(!t[n]){var o=t[n]={exports:{}};e[n][0].call(o.exports,function(t){var o=e[n][1][t];return r(o||t)},o,o.exports)}return t[n].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(e,t,n){function r(){}function o(e,t,n){return function(){return i(e,[f.now()].concat(u(arguments)),t?null:this,n),t?void 0:this}}var i=e(\"handle\"),a=e(2),u=e(3),c=e(\"ee\").get(\"tracer\"),f=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&&(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,t){s[t]=o(d+t,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),t.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,t){var n={},r=this,o=\"function\"==typeof t;return i(l+\"tracer\",[f.now(),e,n],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],n),o)try{return t.apply(this,arguments)}catch(e){throw c.emit(\"fn-err\",[arguments,this,e],n),e}finally{c.emit(\"fn-end\",[f.now()],n)}}}};a(\"setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,t){m[t]=o(l+t)}),newrelic.noticeError=function(e){\"string\"==typeof e&&(e=new Error(e)),i(\"err\",[e,f.now()])}},{}],2:[function(e,t,n){function r(e,t){var n=[],r=\"\",i=0;for(r in e)o.call(e,r)&&(n[i]=t(r,e[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],3:[function(e,t,n){function r(e,t,n){t||(t=0),\"undefined\"==typeof n&&(n=e?e.length:0);for(var r=-1,o=n-t||0,i=Array(o<0?0:o);++r<o;)i[r]=e[t+r];return i}t.exports=r},{}],4:[function(e,t,n){t.exports={exists:\"undefined\"!=typeof window.performance&&window.performance.timing&&\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,t,n){function r(){}function o(e){function t(e){return e&&e instanceof r?e:e?c(e,u,i):i()}function n(n,r,o,i){if(!d.aborted||i){e&&e(n,r,o);for(var a=t(o),u=m(n),c=u.length,f=0;f<c;f++)u[f].apply(a,r);var p=s[y[n]];return p&&p.push([b,n,r,a]),a}}function l(e,t){v[e]=m(e).concat(t)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(n)}function g(e,t){f(e,function(e,n){t=t||\"feature\",y[n]=t,t in s||(s[t]=[])})}var v={},y={},b={on:l,emit:n,get:w,listeners:m,context:t,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",c=e(\"gos\"),f=e(2),s={},p={},d=t.exports=o();d.backlog=s},{}],gos:[function(e,t,n){function r(e,t,n){if(o.call(e,t))return e[t];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[t]=r,r}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],handle:[function(e,t,n){function r(e,t,n,r){o.buffer([e],r),o.emit(e,t,n)}var o=e(\"ee\").get(\"handle\");t.exports=r,r.ee=o},{}],id:[function(e,t,n){function r(e){var t=typeof e;return!e||\"object\"!==t&&\"function\"!==t?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");t.exports=r},{}],loader:[function(e,t,n){function r(){if(!x++){var e=h.info=NREUM.info,t=d.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&t))return s.abort();f(y,function(t,n){e[t]||(e[t]=n)}),c(\"mark\",[\"onload\",a()+h.offset],null,\"api\");var n=d.createElement(\"script\");n.src=\"https://\"+e.agent,t.parentNode.insertBefore(n,t)}}function o(){\"complete\"===d.readyState&&i()}function i(){c(\"mark\",[\"domContent\",a()+h.offset],null,\"api\")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),c=e(\"handle\"),f=e(2),s=e(\"ee\"),p=window,d=p.document,l=\"addEventListener\",m=\"attachEvent\",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1071.min.js\"},b=w&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),h=t.exports={offset:u,now:a,origin:v,features:{},xhrWrappable:b};e(1),d[l]?(d[l](\"DOMContentLoaded\",i,!1),p[l](\"load\",r,!1)):(d[m](\"onreadystatechange\",o),p[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",u],null,\"api\");var x=0,E=e(4)},{}]},{},[\"loader\"]);</script></head>\r\n<body class=\"\">\r\n\t<script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t        TagProvider.requestAds({sectionId: 1595, dmp: true, sync: false, handler:'nikkei_fullscreen_callback', format:'jsonp_raw'});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t<div class=\"bs-advertise\">\r\n\t\t\t<div id=\"ADVERTISE_BANNER\">\r\n\t\t\t\t<div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"l-advertise\" id=\"js-advertise\">\r\n\t\t\t<div class=\"l-advertise_body\">\r\n\t\t\t\t<script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 1593, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2127_1593\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2127_1593');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t<div id=\"PAGE_TOP\">\r\n    <div class=\"l-miH02 \">\r\n    <div class=\"l-miH02_inner\">\r\n        <div class=\"l-miH02_H02a \"><a href=\"/\" id=\"JSID_TITLE\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_header_2017.png\" title=\"日本経済新聞\" alt=\"日本経済新聞\" /><![endif]-->\r\n                <!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_header_2017.svg\" title=\"日本経済新聞\" alt=\"日本経済新聞\" /><!--<![endif]--></a></div>\r\n        <div class=\"l-miH02_date\">2018年6月20日（水）</div>\r\n        <div class=\"l-miH02_topLeft\">\r\n            <div id=\"JSID_InternationalMenu\" class=\"l-miH02_H02n\">\r\n                    <a href=\"javascript:void(0)\" class=\"l-miH02_H02n_btn js-headerInternationalMenuTrigger\"><span class=\"m-wficon triDown\"></span>\r\n                        <span class=\"l-miH02_H02c_btn_text\">International</span></a><div id=\"JSID_l-miH02_H02n_menu\" class=\"l-miH02_H02n_menu js-headerInternationalMenu\">\r\n                    <div class=\"m-floatbox balloon topLeft\">\r\n                        <div class=\"m-floatbox_body\">\r\n                            <div class=\"m-floatbox_section\">\r\n                                <div class=\"l-miH02_H02n_menu_link\">\r\n                                    <ul>\r\n                                    <li>\r\n                                        <a href=\"http://asia.nikkei.com/?n_cid=NARAN101\" target=\"_blank\"><span class=\"m-wficon dot\">\r\n                                                Nikkei Asian Review (English)</span></a></li>\r\n                                    <li>\r\n                                        <a href=\"http://www.ft.com/\" target=\"_blank\"><span class=\"m-wficon dot\">\r\n                                                Financial Times (English)\r\n                                            </span></a></li>\r\n                                    <li>\r\n\r\n                                        <a href=\"http://cn.nikkei.com/\" target=\"_blank\"><span class=\"m-wficon dot\">\r\n                                                日経中文網 (Chinese)</span></a></li>\r\n                                    </ul>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <script type=\"text/javascript\">\r\n                    _nk.setInternationalMenu(\"#JSID_InternationalMenu\");\r\n                </script>\r\n            </div>\r\n        </div>\r\n        <div class=\"l-miH02_topRight\">\r\n            <div id=\"JSID_UserMenu\" class=\"l-miH02_H02c\">\r\n                <a class=\"l-miH02_H02c_user js-headerUserMenuTrigger\"  href=\"javascript:void(0)\" rel=\"nofollow\">\r\n            <span class=\"l-miH02_H02c_user_name\">\r\n                設定\r\n            </span>\r\n            <span class=\"m-wficon triDown\"></span>\r\n        </a>\r\n    <div id=\"JSID_l-miH02_H02c_userMenu\" class=\"l-miH02_H02c_userMenu js-headerUserMenu\">\r\n        <div class=\"m-floatbox balloon topRight\">\r\n        <div class=\"m-floatbox_body\">\r\n            <div class=\"m-floatbox_section\">\r\n                <div class=\"l-miH02_H02c_userMenu_link\">\r\n                    <ul>\r\n                        <li><a href=\"https://regist.nikkei.com/support/\" rel=\"nofollow\">ご購読サポート</a></li>\r\n                        <li><a href=\"http://chatfaq.nikkei.com/\" target=\"_blank\" rel=\"nofollow\">チャットサポート</a></li>\r\n                        <li><a href=\"http://www.nikkei.com/help/\" target=\"_blank\" rel=\"nofollow\">ヘルプセンター</a></li>\r\n                        <li><a href=\"https://id.nikkei.com/lounge/\" target=\"_blank\" rel=\"nofollow\">日経ＩＤラウンジ</a></li>\r\n                        <li><a href=\"/r123/?n_cid=DSPRM1352\" rel=\"nofollow\">ご購読の申し込み</a></li>\r\n                        </ul>\r\n                    </div>\r\n            </div>\r\n        </div>\r\n        </div>\r\n    </div>\r\n    <script type=\"text/javascript\">\r\n            _nk.setUserMenu(\"#JSID_UserMenu\");\r\n        </script>\r\n    </div>\r\n            <div class=\"l-miH02_login\">\r\n                        <a href=\"javascript:void(0)\" id=\"JSID_LOGIN\" class=\"l-miH02_loginBtn\" rel=\"nofollow\"><span>ログイン</span></a></div>\r\n                    <script type=\"text/javascript\">\r\n\t_nk.putUrl(\"#JSID_LOGIN\",{JSID_urlTargettype:'href',JSID_urlTargeturl:'https://www.nikkei.com/etc/accounts/login?dps=1&url=' + encodeURIComponent(location.href) + ''});\r\n\t</script>\r\n<div class=\"l-miH02_H02d\"><a href=\"/r123/?n_cid=DSPRM036\" class=\"l-miH02_H02d_btn\"><span>お申し込み</span></a></div></div>\r\n        <div class=\"l-miH02_bottomLeft\">\r\n            </div>\r\n        <div class=\"l-miH02_bottomRight\">\r\n            <div id=\"JSID_SearchSlide\" class=\"l-miH02_H02e\">\r\n        <div class=\"l-miH02_H02e_icon\"><span class=\"m-wficon search2\"></span></div>\r\n                <form id=\"JSID_baseCustomSearchStocksrbox\" method=\"get\" action=\"https://r.nikkei.com/search\" accept-charset=\"UTF-8\" class=\"l-miH02_H02e_form\" onsubmit=\"return false;\"><div class=\"l-miH02_H02e_formInput\">\r\n                <input type=\"text\" maxlength=\"100\" value=\"\" id=\"SEARCH_QUERY\" style=\"line-height: normal;\" class=\"l-localNav_search_form_query JSID_key_input\" /></div>\r\n        <div class=\"l-miH02_H02e_formSubmit\">\r\n                    <input type=\"submit\" value=\"記事\" alt=\"記事検索\" title=\"記事検索\" id=\"JSID_key_defaultsubmit\" onclick=\"_nk.click(this,event,[['JSID_actFormSubmit']]);return false\" /></div>\r\n                <div class=\"l-miH02_H02e_formSubmit\">\r\n                    <input type=\"submit\" value=\"株価\" alt=\"株価検索（無料）\" title=\"株価検索（無料）\" onclick=\"_nk.click(this,event,[['JSID_actFormSubmit']]);return false\" class=\"JSID_optSub01\"/></div>\r\n            <input type=\"hidden\" name=\"t\" value=\"0\" /><input type=\"hidden\" name=\"ag\" value=\"201806200021\" /></form><form id=\"JSID_baseCustomSearchStocksrboxSubmit\" method=\"get\" action=\"#\" class=\"cmn-simple-hide\" onsubmit=\"return false;\"></form><script type=\"text/javascript\">\r\n            _nk.formhint(\"#JSID_baseCustomSearchStocksrbox\",[{JSID_dataFormHint_area:'#SEARCH_QUERY',JSID_dataFormHint_msg:'',JSID_dataFormHint_class:'cmn-default'}]);\r\n            _nk.formevent(\"#JSID_baseCustomSearchStocksrbox\",{JSID_targetFormSubmit:'#JSID_key_defaultsubmit'});\r\n            _nk.formcustomsearch(\"#JSID_baseCustomSearchStocksrbox\",{JSID_targetCustomSearch_inputtext:'div.l-miH02_H02e_formInput/input.JSID_key_input',JSID_dataCustomSearch_name_default:'keyword',JSID_dataCustomSearch_name_num4:'scode',JSID_dataCustomSearch_name_sub01:'searchKeyword',JSID_targetCustomSearch_form:'#JSID_baseCustomSearchStocksrboxSubmit',JSID_urlCustomSearch_default:'https://r.nikkei.com/search',JSID_urlCustomSearch_num4:'/nkd/company/',JSID_urlCustomSearch_sub01:'/nkd/search/'});\r\n        </script>\r\n    </div>\r\n</div>\r\n        </div>\r\n    </div>\r\n    </div>\r\n\r\n<div class=\"l-miH03 \">\r\n    <div class=\"l-miH03_inner\">\r\n        <ul class=\"l-miH03_list\">\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/\"><span>トップ</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                    <ul class=\"l-miH04B_list\">\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/news/category/\">速報</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/access/\">アクセスランキング</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/theme/list/\">トピック一覧</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/news/jinji/\">人事</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/news/okuyami/\">おくやみ</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/pressrelease/\">プレスリリース</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"https://vdata.nikkei.com/\" target=\"_blank\">ビジュアルデータ</a>\r\n                            </li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/photo/\">写真</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"http://www.nikkei.com/video/?n_cid=DTOPV001\"><span>映像</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/opinion/editorial/\">社説</a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"https://vdata.nikkei.com/economicdashboard/macro/\" target=\"_blank\">統計</a>\r\n                            </li>\r\n                    </ul>\r\n                    </div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/economy/\"><span>経済・政治</span></a><div class=\"l-miH03_menu typeE\">\r\n                    <div class=\"l-miH04E a-medium\">\r\n                        <ul class=\"l-miH04E_list\">\r\n<li class=\"l-miH04E_listItem\">\r\n        <a href=\"/economy/economic/\">経済</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/economy/politics/\">政治</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/economy/monetary/\">金融機関</a></li>\r\n    <li class=\"l-miH04E_aside\">\r\n            <a href=\"/economy/column/\" class=\"l-miH04E_asideTitle\">コラム</a><ul class=\"l-miH04E_asideList\">\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=18051501\">政治のナゼ</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=18060400\">写真でみる永田町</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17101601\">風見鶏</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090301\">政策研究</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=18032900\">霞が関エックス線</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17101910\">読み解きポリティクス</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17101602\">憲法のトリセツ</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090313\">政治アカデメイア</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17092101\">経済教室</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090315\">金融最前線</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17092100\">やさしい経済学</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090318\">ニュースこう読む</a></li>\r\n                    </ul>\r\n            </li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/business/\"><span>ビジネス</span></a><div class=\"l-miH03_menu typeE\">\r\n                    <div class=\"l-miH04E a-medium\">\r\n                        <ul class=\"l-miH04E_list\">\r\n<li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/startups/\">スタートアップ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/house/\">住建・不動産</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/electronics/\">エレクトロニクス</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/services/\">サービス・食品</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/internet/\">ネット・IT</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/consumer-products/\">小売り・外食</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/health-care/\">ヘルスケア</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/economy/monetary/\">金融機関</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/mechanical/\">自動車・機械</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/legal/\">法務・ガバナンス</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/energy/\">環境エネ・素材</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/mirai/\">未来面</a></li>\r\n    <li class=\"l-miH04E_aside\">\r\n            <a href=\"/business/column/\" class=\"l-miH04E_asideTitle\">コラム</a><ul class=\"l-miH04E_asideList\">\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090317\">経営者ブログ</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090324\">コンフィデンシャル</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090310\">価格は語る</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090309\">消費を斬る</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17101909\">池上彰</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090300\">法務インサイド</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090316\">就活</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090318\">ニュースこう読む</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090314\">スキルアップ塾</a></li>\r\n                    </ul>\r\n            </li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/markets/\"><span>マーケット</span></a><div class=\"l-miH03_menu typeE\">\r\n                    <div class=\"l-miH04E a-medium\">\r\n                        <ul class=\"l-miH04E_list\">\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/kabu/\">株式</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/ranking/\">ランキング</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/kigyo/\">企業業績・財務</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/fund/\">投資信託</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/kawase/\">為替・金利</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/marketdata/top/\">世界の市況</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/shohin/\">商品</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/ir/\">企業IR</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/markets/kaigai/\">海外</a></li>\r\n    <li class=\"l-miH04E_aside\">\r\n        <a href=\"/markets/column/\" class=\"l-miH04E_asideTitle\">コラム</a><ul class=\"l-miH04E_asideList\">\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/kigyo/page/?uah=DF_SEC8_C2_030\">記者の目</a></li>\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/kabu/page/?uah=DF_SEC8_C1_080\">マーケット反射鏡</a></li>\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/kabu/page/?uah=DF_SEC8_C1_120\">スクランブル</a></li>\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/column/page/?uah=DF_SEC8_C6_190\">マネー底流潮流</a></li>\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/column/page/?uah=DF_SEC8_C6_030\">ポジション</a></li>\r\n            <li class=\"l-miH04E_asideListItem\">\r\n                <a href=\"/markets/column/page/?uah=DF_SEC8_C6_200\">ポジションフラッシュ</a></li>\r\n        </ul>\r\n    </li>\r\n</ul>\r\n\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/technology/\"><span>テクノロジー</span></a><div class=\"l-miH03_menu typeE\">\r\n                    <div class=\"l-miH04E a-medium\">\r\n                        <ul class=\"l-miH04E_list\">\r\n<li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/driverless/\">自動運転</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/startups/\">スタートアップ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/ai/\">ＡＩ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/fintech/\">フィンテック</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/leading-edge/\">科学＆新技術</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/business/energy/\">環境エネ・素材</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/iot/\">ＩｏＴ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/sharing/\">シェアエコノミー</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/mobile/\">モバイル・５Ｇ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/technology/bp-promptreport/\">BP速報</a></li>\r\n    <li class=\"l-miH04E_aside\">\r\n            <a href=\"/technology/column/\" class=\"l-miH04E_asideTitle\">コラム</a><ul class=\"l-miH04E_asideList\">\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090311\">モバイルの達人</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=18030600\">CBインサイツ</a></li>\r\n                    </ul>\r\n            </li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/international/\"><span>国際・アジア</span></a><div class=\"l-miH03_menu typeE\">\r\n                    <div class=\"l-miH04E a-medium\">\r\n                        <ul class=\"l-miH04E_list\">\r\n<li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/china/\">中国・台湾</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/america/\">北米</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/korea/\">朝鮮半島</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/csamerica/\">中南米</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/seasia/\">東南アジア</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/ft/\">Financial Times</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/india-oceania/\">南西ア・オセアニア</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/economist/\">The Economist</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/europe/\">ヨーロッパ</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/asiabiz/\">アジアBiz</a></li>\r\n    <li class=\"l-miH04E_listItem\">\r\n        <a href=\"/international/middleeast-africa/\">中東・アフリカ</a></li>\r\n    <li class=\"l-miH04E_aside\">\r\n            <a href=\"/international/column/\" class=\"l-miH04E_asideTitle\">コラム</a><ul class=\"l-miH04E_asideList\">\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17101600\">習政権ウオッチ</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=18040903\">Asia Analysis</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17090318\">ニュースこう読む</a></li>\r\n                    <li class=\"l-miH04E_asideListItem\">\r\n                            <a href=\"/theme/?dw=17110100\">グローバルViews</a></li>\r\n                    </ul>\r\n            </li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/sports/\"><span>スポーツ</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/npb/\"><span>プロ野球</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/mlb/\"><span>ＭＬＢ</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/soccer/\"><span>サッカー</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/golf/\"><span>ゴルフ</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_C8____\"><span>フィギュア</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_CE____\"><span>ラグビー</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_CA____\"><span>相撲</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_CB____\"><span>競馬</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_C9____\"><span>高校野球</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_CC____\"><span>格闘技</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/other/?uah=DF_SEC4_CZ____\"><span>その他スポーツ</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/go20/\"><span>Go20</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"/sports/column/\"><span>コラム</span></a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/society/\"><span>社会</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n<li class=\"l-miH04B_listItem\">\r\n        <a href=\"/society/column/\">コラム</a></li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/local/\"><span>地域</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n<li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/nationwide/\">総合</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/tokyo/\">東京</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/kansai/\">関西</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/chubu/\">中部</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/hokkaido-tohoku/\">北海道・東北</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/kitakanto-shinetsu/\">北関東・信越</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/minamikanto-shizuoka/\">南関東・静岡</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/hokuriku/\">北陸</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/chugoku-shikoku/\">中国・四国</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/kyushu-okinawa/\">九州・沖縄</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/local/column/\">コラム</a></li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/opinion/\"><span>オピニオン</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n<li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/editorial/\">社説</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/shunjyu/\">春秋</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/deepinsight/\">Deep Insight</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/kakushin/\">核心</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/jihyo/\">中外時評</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/jiron/\">時論・創論・複眼</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/global/\">グローバルオピニオン</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/takken/\">私見卓見</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/opinion/commentator/\">本社コメンテーター</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/international/ft/\">Financial Times</a></li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"/culture/\"><span>文化</span></a><div class=\"l-miH03_menu typeB\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n<li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/cover/\">カバーストーリー</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/autobiography/\">私の履歴書</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/wadai/\">あすへの話題</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/arts/\">美の十選</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/reviews/\">批評</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/promenade/\">プロムナード</a></li>\r\n    <li class=\"l-miH04B_listItem\">\r\n        <a href=\"/culture/go-shogi/\">囲碁・将棋</a></li>\r\n    </ul>\r\n</div>\r\n                </div>\r\n            </li>\r\n            <li class=\"l-miH03_item noMenu\"><a href=\"https://style.nikkei.com/money/?n_cid=LMNST004\"><span>マネー</span></a></li>\r\n            <li class=\"l-miH03_item position_relative\"><a href=\"https://style.nikkei.com/?n_cid=LMNST004\"><span>ライフ</span></a><div class=\"l-miH03_menu typeB left\">\r\n                    <div class=\"l-miH04B\">\r\n                        <ul class=\"l-miH04B_list\">\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"https://style.nikkei.com/?n_cid=LMNST004\"><span>NIKKEI STYLE</span></a></li>\r\n                            <li class=\"l-miH04B_listItem\">\r\n                                <a href=\"https://style.nikkei.com/plus1?n_cid=LMNST004\"><span>NIKKEI プラス１</span></a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n            </li>\r\n        </ul>\r\n    </div>\r\n</div>\r\n<script>\r\nvar ua = navigator.userAgent;\r\nvar is_sp = (ua.indexOf('iPhone') > 0 || ua.indexOf('iPod') > 0 || ua.indexOf('iPad') > 0 || ua.indexOf('Android') > 0);\r\nif(is_sp) {\r\n    var $naviLink = $('.l-miH03_item > a');\r\n    window.hrefList = [];\r\n    $naviLink.each(function() {\r\n        window.hrefList.push($(this).attr('href'));\r\n        $(this)\r\n            .attr('href', 'javascript:void(0)');\r\n    });\r\n    $('.l-miH04B_listItem > a').each(function() {\r\n       var $innerLink = $(this);\r\n       $innerLink\r\n           .css('display', 'block');\r\n       if($innerLink.attr('target')) {\r\n           $innerLink\r\n               .removeAttr('target');\r\n       }\r\n    });\r\n    var clickCnt = 0, targetIndexTmp = -1, menuHeight = 0;\r\n    $naviLink.click(function() {\r\n        var $this = $(this);\r\n        $naviLink.each(function() {\r\n            $(this)\r\n                .css({'color': '#fff', 'background-color': '#0a385b'})\r\n                .parent()\r\n                .removeClass('menu-active')\r\n                .find('.l-miH03_menu')\r\n                .css({'opacity': 0, 'overflow': 'hidden'});\r\n        });\r\n        if(targetIndexTmp !== $naviLink.index(this)) {\r\n            clickCnt = 0;\r\n        }\r\n        targetIndexTmp = $naviLink.index(this);\r\n        $this\r\n            .data('click', ++clickCnt)\r\n            .css({'color': '#0a385b', 'background-color': '#fff'})\r\n            .parent()\r\n            .addClass('menu-active')\r\n            .find('.l-miH03_menu')\r\n            .css({'opacity': 1, 'overflow': 'initial'});\r\n        if($this.data('click') === 2 || $naviLink.index(this) === 11) {\r\n            $this.data('click', 0);\r\n            location.href = window.hrefList[$naviLink.index(this)];\r\n        } else if($('.l-proTimeline_inner').length > 0) {\r\n            $('body')\r\n                .css('zoom', 1.001);\r\n            var ti = setInterval(function() {\r\n                $('body')\r\n                    .css('zoom', 1);\r\n                clearInterval(ti);\r\n            }, 20);\r\n        }\r\n    });\r\n} else {\r\n    $('.l-miH03_item').filter('.noMenu').hover(function(){ $(this).addClass('menu-active'); }, function(){ $(this).removeClass('menu-active'); });\r\n    var $menu = $('.l-miH03_item').not('.noMenu');\r\n    var $menu_hovered; // 現在hoverされてるメニュー\r\n    $menu.mouseenter(function(e){\r\n        var $this = $(this);\r\n        $menu_hovered = $this;\r\n        if($this.data('leavetimer')){\r\n            clearInterval($this.data('leavetimer'));\r\n            $this.data('leavetimer', null);\r\n        }\r\n        if($menu.hasClass('menu-active') == false){\r\n            $this.addClass('menu-active');\r\n        }\r\n    }).mouseleave(function(e){\r\n        var $this = $(this);\r\n        $menu_hovered = null;\r\n        $this.data('leavetimer', setTimeout(function(obj){ obj.removeClass('menu-active'); if($menu_hovered) $menu_hovered.trigger('mouseenter'); }, 200, $this));\r\n    });\r\n}\r\n</script>\r\n<div id=\"JSID_key_popupBody\" style=\"display:none;\"></div>\r\n<div class=\"l-miH05\">\r\n    <div class=\"l-miH05_inner\">\r\n        <div class=\"l-miH05_main\">\r\n        </div>\r\n        <div class=\"l-miH05_sub\">\r\n                <div class=\"l-miH06B\">\r\n    <ul class=\"l-miH06B_list\">\r\n        <li class=\"l-miH06B_item\">\r\n            <a href=\"/paper/\"><span class=\"l-miH06B_icon\">\r\n                        <img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/icon_paper.svg\" title=\"\" alt=\"\" /></span>\r\n                   <span class=\"l-miH06B_text\">朝刊・夕刊</span></a></li>\r\n        <li class=\"l-miH06B_item\">\r\n            <a href=\"/nkd/?n_cid=DSNKD003\"><span class=\"l-miH06B_icon\">\r\n                    <img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/icon_nkd.svg\" title=\"\" alt=\"\" /></span>\r\n                <span class=\"l-miH06B_text\">日経会社情報</span><span id=\"JSID_baseBalloon_nkd\"></span></a></li>\r\n        <li class=\"l-miH06B_item\">\r\n                <a href=\"/jinji/\" target=\"_blank\"><span class=\"l-miH06B_icon\">\r\n                        <img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/icon_jinji.svg\" title=\"\" alt=\"\" /></span>\r\n                    <span class=\"l-miH06B_text\">人事ウオッチ</span><span id=\"JSID_baseBalloon_Jw\"></span></a></li>\r\n        <li class=\"l-miH06B_item\">\r\n                <a href=\"https://r.nikkei.com/mynews\" onclick=\"\"><span class=\"l-miH06B_icon\">\r\n                        <img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/icon_mynews.svg\" title=\"\" alt=\"\" /></span>\r\n                    <span class=\"l-miH06B_text\">Myニュース</span><span id=\"JSID_baseBalloon\"></span></a></li>\r\n        </ul>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n</script>\r\n\r\n</div>\r\n        </div>\r\n</div>\r\n<div id=\"CONTENTS\">\r\n        <div id=\"CONTENTS_BODY\">\r\n            <div id=\"CONTENTS_OUTER\">\r\n                <div id=\"CONTENTS_INNER\" class=\"cmn-clearfix\">\r\n        <div id=\"JSID_baseBreaking_normal\">\r\n    <div class=\"cmn-breaking_news cmn-clearfix\" style=\"display: none;\">\r\n        <div class=\"cmnc-title cmnc-level3 cmnc-type1\">\r\n            <h2>\r\n                <span class=\"cmnc-time  JSID_time\">1日 0:00更新</span>\r\n                <span class=\"cmnc-headline JSID_body\">-</span>\r\n            </h2>\r\n        </div>\r\n        <div class=\"cmnc-open\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Open',{JSID_dataType:'normal'}]]);return false\">再表示</a>\r\n        </div>\r\n        <div class=\"cmnc-close\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Close',{JSID_dataType:'normal'}]]);return false\">閉じる</a>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n_nkconf.ID_BREAKINGNEWS.push([[\"JSID_baseBreaking_normal\",{\"JSID_dataBreaking_KijiKey\":\"e\",\"JSID_dataBreaking_kijiValue\":\",20000101000000\",\"JSID_dataBreaking_motion\":false,\"JSID_dataBreaking_closeKey\":\"f\"}]],[[\"JSID_baseBreaking_url\",\"/async/async.do/?ae=JO_CM_BREAKINGNEWS&sv=NX\"]]);\r\n</script>\r\n<div id=\"JSID_baseBreaking_emergency\">\r\n    <div class=\"cmn-breaking_news cmn-clearfix\" style=\"display: none;\">\r\n        <div class=\"cmnc-title cmnc-level3 cmnc-type2\">\r\n            <h2>\r\n                <span class=\"cmnc-time cmn-hide JSID_time\">1日 0:00更新</span>\r\n                <span class=\"cmnc-headline JSID_body\">-</span>\r\n            </h2>\r\n        </div>\r\n        <div class=\"cmnc-open\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Open',{JSID_dataType:'emergency'}]]);return false\">再表示</a>\r\n        </div>\r\n        <div class=\"cmnc-close\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Close',{JSID_dataType:'emergency'}]]);return false\">閉じる</a>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n_nkconf.ID_BREAKINGNEWS.push([[\"JSID_baseBreaking_emergency\",{\"JSID_dataBreaking_KijiKey\":\"ak\",\"JSID_dataBreaking_kijiValue\":\",20000101000000\",\"JSID_dataBreaking_motion\":false,\"JSID_dataBreaking_closeKey\":\"al\"}]]);\r\n</script>\r\n<div class=\"cmn-expand_banner\">\r\n\t\t\t\t<div id=\"2128_1593\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2128_1593');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div id=\"CONTENTS_MAIN\">\r\n\r\n        <div id=\"JSID_baseBreaking_small\">\r\n    <div class=\"cmn-breaking_news cmn-clearfix\" style=\"display: none;\">\r\n        <div class=\"cmnc-title  cmnc-type1\">\r\n            <h2>\r\n                <span class=\"cmnc-time  JSID_time\">1日 0:00更新</span>\r\n                <span class=\"cmnc-headline JSID_body\">-</span>\r\n            </h2>\r\n        </div>\r\n        <div class=\"cmnc-open\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Open',{JSID_dataType:'small'}]]);return false\">再表示</a>\r\n        </div>\r\n        <div class=\"cmnc-close\" style=\"display: none;\">\r\n            <a href=\"javascript:void(0)\" class=\"JSSTL_mousePointer\" onclick=\"_nk.click(this,event,[['JSID_actBreaking_Close',{JSID_dataType:'small'}]]);return false\">閉じる</a>\r\n        </div>\r\n    </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n_nkconf.ID_BREAKINGNEWS.push([[\"JSID_baseBreaking_small\",{\"JSID_dataBreaking_KijiKey\":\"g\",\"JSID_dataBreaking_kijiValue\":\",20000101000000\",\"JSID_dataBreaking_motion\":false,\"JSID_dataBreaking_closeKey\":\"h\"}]]);\r\n</script>\r\n<div class=\"cmn-topic_path\">\r\n</div>\r\n\t<div class=\"cmn-section cmn-indent \" >\r\n\t<h1 class=\"cmn-article_title cmn-clearfix\" itemprop=\"headline\">\r\n\t<span class=\"cmnc-middle JSID_key_fonthln m-streamer_medium\">米朝首脳直通電話　習氏に挑むトランプ戦術の成否</span>\r\n\t\t<span class=\"cmnc-small JSID_key_fonttxt m-streamer_medium\"></span>\r\n\t\t<br/>\r\n\t<span class=\"cmnc-small JSID_key_fonttxt m-streamer_medium\">編集委員　中沢克二</span>\r\n\t\t</h1>\r\n<dl class=\"cmn-article_topics cmn-clearfix\">\r\n\r\n    <dd class=\"cmnc-tag\">\r\n                    <a href=\"/theme/?dw=17090321&amp;n_cid=ds_under_title\">北朝鮮</a></dd>\r\n            <dd class=\"cmnc-tag\">\r\n                    <a href=\"/theme/?dw=17090322&amp;n_cid=ds_under_title\">トランプ政権</a></dd>\r\n            <dd class=\"cmnc-tag\">\r\n                    <a href=\"/theme/?dw=18042000&amp;n_cid=ds_under_title\">南北首脳会談</a></dd>\r\n            <dd class=\"cmnc-tag\">\r\n                    <a href=\"/theme/?dw=17101600&amp;n_cid=ds_under_title\">習政権ウォッチ</a></dd>\r\n            <dd class=\"cmnc-tag\">\r\n                    <a href=\"/theme/?dw=17101300&amp;n_cid=ds_under_title\">習政権</a></dd>\r\n            <dd class=\"cmnc-tag\">\r\n                        <a href=\"/economy/economic/?n_cid=ds_under_title\">経済</a></dd>\r\n                    <dd class=\"cmnc-tag\">\r\n                        <a href=\"/economy/politics/?n_cid=ds_under_title\">政治</a></dd>\r\n                    <dd class=\"cmnc-tag\">\r\n                        <a href=\"/international/column/?n_cid=ds_under_title\">コラム（国際・アジア）</a></dd>\r\n                    <dd class=\"cmnc-tag\">\r\n                        <a href=\"/international/china/?n_cid=ds_under_title\">中国・台湾</a></dd>\r\n                    <dd class=\"cmnc-tag\">\r\n                        <a href=\"/international/korea/?n_cid=ds_under_title\">朝鮮半島</a></dd>\r\n                    <dd class=\"cmnc-tag\">\r\n                        <a href=\"/international/america/?n_cid=ds_under_title\">北米</a></dd>\r\n                    </dl>\r\n\r\n<dl class=\"cmn-article_status cmn-clearfix\">\r\n\t\t\t<dd class=\"cmnc-page\">（1/3ページ）</dd>\r\n\t\t\t<dd class=\"cmnc-publish\">2018/6/19 5:50</dd>\r\n\t\t\t\t<dt class=\"cmn-hide\">情報元</dt>\r\n\t\t\t\t\t\t<dd class=\"cmnc-source\">日本経済新聞　電子版</dd>\r\n\t\t\t\t\t</dl>\r\n\t<div class=\"save-pulldown\">\r\n\t\t\t<div class=\"bs-pulldown cmn-clearfix\" id=\"JSID_formKIJIToolTop_unauthsave\" style=\"display: none;\">\r\n\t\t\t\t<p class=\"info\">記事保存</p>\r\n\t\t\t\t<p class=\"info2\">有料会員の方のみご利用になれます。保存した記事はスマホやタブレットでもご覧いただけます。</p>\r\n\t\t\t\t<p class=\"info3\"><a href=\"http://www.nikkei.com/r123/?n_cid=DSPRM825\" rel=\"nofollow\">＞ 新規会員登録</a></p>\r\n\t\t\t\t<p class=\"info4\"><a href=\"javascript:void(0)\" id=\"JSID_TOOLR1LOGIN_top\" rel=\"nofollow\">＞ ログイン</a></p>\r\n\t\t\t\t<script type=\"text/javascript\">\r\n\t_nk.putUrl(\"#JSID_TOOLR1LOGIN_top\",{JSID_urlTargettype:'href',JSID_urlTargeturl:'https://www.nikkei.com/etc/accounts/login?dps=1&url=' + encodeURIComponent(location.href) + ''});\r\n\t</script>\r\n<div class=\"cmnc-close\"><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/btn_localmenu_pulldown_close_r1_off.gif\" height=\"10\" width=\"10\" class=\"JSSTL_mousePointer\" title=\"閉じる\" alt=\"閉じる\" onmouseover=\"_nk.mouse(this,event)\" /></div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t<div class=\"save-pulldown\">\r\n\t\t\t\t<div class=\"bs-pulldown cmn-clearfix\" id=\"JSID_formKIJIToolTop_evernote\" style=\"display: none;\">\r\n\t\t\t\t\t<p class=\"info\">Evernote保存</p>\r\n\t\t\t\t\t<p class=\"info2\">ご利用には会員登録が必要です</p>\r\n\t\t\t\t\t<p class=\"info3\"><a href=\"http://www.nikkei.com/r123/\" rel=\"nofollow\">＞ 新規会員登録</a></p>\r\n\t\t\t\t\t<p class=\"info4\"><a href=\"javascript:void(0)\" id=\"JSID_EVERNOTER1LOGIN_top\" rel=\"nofollow\">＞ ログイン</a></p>\r\n\t\t\t\t\t<script type=\"text/javascript\">\r\n\t_nk.putUrl(\"#JSID_EVERNOTER1LOGIN_top\",{JSID_urlTargettype:'href',JSID_urlTargeturl:'https://www.nikkei.com/etc/accounts/login?dps=1&url=' + encodeURIComponent(location.href) + ''});\r\n\t</script>\r\n<div class=\"cmnc-close\"><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/btn_localmenu_pulldown_close_r1_off.gif\" height=\"10\" width=\"10\" class=\"JSSTL_mousePointer\" title=\"閉じる\" alt=\"閉じる\" onmouseover=\"_nk.mouse(this,event)\" /></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"m-usefulToolsPulldown\">\r\n\t<div class=\"m-usefulToolsPulldown-pulldown m-usefulToolsPulldown-pulldown-bottom a-cf\" id=\"JSID_formKIJIToolTop_snspulldown\" style=\"display: none;\">\r\n\t\t<div class=\"tool_box\">\r\n\t\t\t<h5 class=\"info\">共有</h5>\r\n\t\t\t<div class=\"a-cf\">\r\n\t\t\t\t<ul class=\"sub_menu\">\r\n\t\t\t\t\t<li class=\"m-usefulToolsPulldown-hatebu\"><a href=\"javascript:void(0)\" onclick=\"nktool.snsPopup('hatena','https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/', {JSID_dataTitle:'米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）　：日本経済新聞'});return false\" title=\"この記事をはてなブックマークに追加\" rel=\"nofollow\"><span class=\"JSID_key_popupmenuclose m-wficon hatebu\"></span></a></li>\r\n\t\t\t\t\t\t\t\t<li class=\"m-usefulToolsPulldown-eight\"><a href=\"javascript:void(0)\" onclick=\"nktool.snsPopup('eight','https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/', {JSID_dataTitle:'米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）　：日本経済新聞'});return false\" title=\"この記事をEightに追加\" rel=\"nofollow\"><span class=\"JSID_key_popupmenuclose m-wficon eight\"></span></a></li>\r\n\t\t\t\t\t\t\t\t<li class=\"m-usefulToolsPulldown-linkedin\"><a href=\"javascript:void(0)\" onclick=\"nktool.snsPopup('linkedin','https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/', {JSID_dataTitle:'米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）　：日本経済新聞'});return false\" title=\"この記事をLinkedInに追加\" rel=\"nofollow\"><span class=\"JSID_key_popupmenuclose m-wficon linkedin\"></span></a></li>\r\n\t\t\t\t\t\t\t\t<!--[if !IE 8]><!--><li class=\"ggl\"><div id=\"JSID_formKIJIToolTop_snspulldown_gplus\" class=\"g-plusone\" data-size=\"medium\" data-count=\"false\" data-expandTo=\"left\"></div></li><!--<![endif]-->\r\n\t\t\t\t\t\t\t\t<!--[if !IE 8]><!--><script type=\"text/javascript\">document.getElementById('JSID_formKIJIToolTop_snspulldown_gplus').setAttribute('data-href', 'https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/');</script><!--<![endif]-->\r\n\t\t\t\t\t\t\t\t<li class=\"m-usefulToolsPulldown-line\"><div class=\"line-it-button\" style=\"display: none;\" data-type=\"share-b\" data-lang=\"ja\"></div><script src=\"//scdn.line-apps.com/n/line_it/thirdparty/loader.min.js\" async=\"async\" defer=\"defer\" ></script></li>\r\n \t\t\t\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"tool_box\">\r\n\t\t<h5 class=\"info\">文字サイズ</h5>\r\n\t\t<div class=\"a-cf\">\r\n\t\t\t<dl class=\"sub_menu a-fs18\">\r\n\t\t\t\t<dd class=\"small JSID_keyFontSize_small\"><a href=\"javascript:void(0)\"  onclick=\"_nk.click(this,event,[['JSID_actFontSize',{JSID_dataFontSize_set:'small',JSID_targetFontSize_hlm:['../../../.cmn-article_title/span.JSID_key_fonthlm','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthlm','../../../h4.JSID_key_fonthlm','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthlm','../../../.a-cf/.sub_menu/a.JSID_key_fonthlm'],JSID_targetFontSize_hln:['../../../.cmn-article_title/span.JSID_key_fonthln','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthln','../../../h4.JSID_key_fonthln','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthln'],JSID_targetFontSize_txt:['../../../.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonttxt','../../../h4.JSID_key_fonttxt','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.knc-article_wrapper/div.JSID_key_fonttxt','../../../div.JSID_key_fonttxt','../../../.cmn-section/div.JSID_key_fonttxt','../../../.cmn-indent/ul.JSID_key_fonttxt']}]]);return false\" rel=\"nofollow\">小</a><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span></dd>\r\n\t\t\t\t<dd class=\"middle JSID_keyFontSize_medium\"><a href=\"javascript:void(0)\"  onclick=\"_nk.click(this,event,[['JSID_actFontSize',{JSID_dataFontSize_set:'medium',JSID_targetFontSize_hlm:['../../../.cmn-article_title/span.JSID_key_fonthlm','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthlm','../../../h4.JSID_key_fonthlm','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthlm','../../../.a-cf/.sub_menu/a.JSID_key_fonthlm'],JSID_targetFontSize_hln:['../../../.cmn-article_title/span.JSID_key_fonthln','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthln','../../../h4.JSID_key_fonthln','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthln'],JSID_targetFontSize_txt:['../../../.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonttxt','../../../h4.JSID_key_fonttxt','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.knc-article_wrapper/div.JSID_key_fonttxt','../../../div.JSID_key_fonttxt','../../../.cmn-section/div.JSID_key_fonttxt','../../../.cmn-indent/ul.JSID_key_fonttxt']}]]);return false\" rel=\"nofollow\">中</a><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span></dd>\r\n\t\t\t\t<dd class=\"large JSID_keyFontSize_large\"><a href=\"javascript:void(0)\"  onclick=\"_nk.click(this,event,[['JSID_actFontSize',{JSID_dataFontSize_set:'large',JSID_targetFontSize_hlm:['../../../.cmn-article_title/span.JSID_key_fonthlm','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthlm','../../../h4.JSID_key_fonthlm','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthlm','../../../.a-cf/.sub_menu/a.JSID_key_fonthlm'],JSID_targetFontSize_hln:['../../../.cmn-article_title/span.JSID_key_fonthln','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthln','../../../h4.JSID_key_fonthln','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonthln'],JSID_targetFontSize_txt:['../../../.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonttxt','../../../h4.JSID_key_fonttxt','../../../.cmn-section/.cmn-article_title/span.JSID_key_fonttxt','../../../.cmn-section/.knc-article_wrapper/div.JSID_key_fonttxt','../../../div.JSID_key_fonttxt','../../../.cmn-section/div.JSID_key_fonttxt','../../../.cmn-indent/ul.JSID_key_fonttxt']}]]);return false\" rel=\"nofollow\">大</a><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span></dd>\r\n\t\t\t</dl>\r\n\t\t</div>\r\n\t\t</div>\r\n\t\t<hr>\r\n\t\t<h5 class=\"info a-fs15 a-tac a-fb\">日経の記事利用サービス</h5>\r\n\t\t<div class=\"a-cf\">\r\n\t\t\t<p class=\"reprint\">\r\n\t\t\t\t企業での記事共有や会議資料への転載・複製、注文印刷などをご希望の方は、リンク先をご覧ください。\r\n\t\t\t\t<br>\r\n\t\t\t\t<a target=\"blank\" href=\"http://pr.nikkei.com/share/?n_cid=REPRT001\" rel=\"nofollow\">詳しくはこちら</a>\r\n\t\t\t</p>\r\n\t\t</div>\r\n\t\t</div>\r\n</div>\r\n<!--[if !IE 8]><!-->\r\n<script type=\"text/javascript\">\r\n\t\twindow.___gcfg = {lang: 'ja'};\r\n\t\t(function() {\r\n\t\t\tvar po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\r\n\t\t\tpo.src = 'https://apis.google.com/js/plusone.js';\r\n\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\r\n\t\t})();\r\n\t</script>\r\n<!--<![endif]-->\r\n\r\n<script type=\"text/javascript\">\r\n\tvar ua = navigator.userAgent.toLowerCase();\r\n\tvar isMac = ((ua.indexOf('mac') > -1) && (ua.indexOf('os') > -1)) && (ua.indexOf('windows') == -1);\r\n\tif(isMac){\r\n\t\t$('.line-it-button').remove();\r\n\t}\r\n</script>\r\n<form id=\"JSID_formKIJIToolTop\" method=\"post\" action=\"/async/usync.do/?sv=NX\" class=\"cmn-form_area JSID_optForm_utoken\" onsubmit=\"return false;\"><input type=\"hidden\" name=\"bq\" value=\"32\" /><input type=\"hidden\" name=\"USYNC_DISP_ID\" value=\"JO_CM_FLKJSCRAP_V2\" /><input type=\"hidden\" name=\"ng\" value=\"DGXMZO31897660Y8A610C1000000\" /><input type=\"hidden\" name=\"br\" value=\"0\" /><div id=\"JSID_baseFontSize1\" class=\"m-usefulTools a-cf\">\r\n\t<dl class=\"a-cf\">\r\n<dd  class=\"m-usefulTools_save\"><div style=\"position: relative;\" class=\"JSID_key_html\" id=\"JSID_position_top\"></div><a href=\"javascript:void(0)\"  onclick=\"_nk.click(this,event,[['JSID_actPopupMenu',{JSID_dataPopupMenu_list:'#JSID_formKIJIToolTop_unauthsave',JSID_optPopupMenu_position:'bottom',JSID_optPopupMenu_type:'popupunauthsave'}]]);return false\" rel=\"nofollow\"><span class=\"m-wficon clip\"></span> 保存</a><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span></dd><dd class=\"m-usefulTools_gift JSID_basePopupOpen\">\r\n\t\t\t\t<a href=\"javascript:void(0)\" class=\"nui-share__button nui-share__button--gift\" data-gift=\"\"onclick=\"_nk.click(this,event,[['JSID_actCommonPopupOpen',{JSID_urlData:'/async/async.do/?HATENA_DSP_POS=top&ae=P_CM_GIFT_ARTICLE&n_cid=DSBTB006&ng=DGXMZO31897660Y8A610C1000000&sv=NX',JSID_errorId:'#JSID_errorGiftArticle', JSID_popupPosision:'bottom'}]]); s_objectID='DS-articlegift'; var s=s_gi('nikkeicojpdsmstdsprod'); s.linkTrackVars='prop7'; s.prop7='DSBTB006'; s.tl(this,'o','DS-articlegift'); return false\"><span class=\"m-wficon giftmail2\"></span> 共有</a>\r\n\t\t\t\t<script type=\"text/template\" id=\"JSID_errorGiftArticle\">\r\n\t\t\t\t\t<div class=\"m-giftArticle-pulldown m-giftArticle-pulldown-top\" style=\"top: 270px; left: 250px; position: absolute; z-index: 1;\">\r\n\t\t\t\t\t\t<p class=\"a-fs14 a-tac a-fn a-mb60 a-mt60 a-fc_alert\">データが取得できませんでした</p>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</script>\r\n\t\t\t</dd>\r\n\t\t<dd class=\"m-usefulTools_comemo\"><a href=\"https://comemo.io/entries/new?url=https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/\" target=\"_blank\" title=\"この記事をCOMEMOに投稿する\" rel=\"nofollow\"><span class=\"m-wficon comemo\"></span></a></dd>\r\n\t\t\t\t<dd class=\"m-usefulTools_twitter\"><a href=\"javascript:void(0)\" onclick=\"nktool.snsPopup('twitter_share','https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/', {JSID_dataTwitter_related:'nikkei:日本経済新聞 電子版', JSID_dataTitle:'米朝首脳直通電話　習氏に挑むトランプ戦術の成否　：日本経済新聞',JSID_dataTwitter_hashtag:''});return false\" title=\"この記事をtwitterでつぶやく\" rel=\"nofollow\"><span class=\"m-wficon twitter2\"></span></a></dd><dd class=\"m-usefulTools_facebook\"><a href=\"javascript:void(0)\" onclick=\"nktool.snsPopup('facebook_share','https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/', {JSID_dataTitle:'米朝首脳直通電話　習氏に挑むトランプ戦術の成否（写真＝ロイター）　：日本経済新聞'});return false\" title=\"この記事をフェイスブックに追加\" rel=\"nofollow\"><span class=\"m-wficon facebook2\"></span></a></dd><dd class=\"m-usefulTools_otherbox\">\r\n\t\t\t<a href=\"javascript:void(0)\"  onclick=\"_nk.click(this,event,[['JSID_actPopupMenu',{JSID_dataPopupMenu_list:'#JSID_formKIJIToolTop_snspulldown',JSID_optPopupMenu_position:'bottom',JSID_optPopupMenu_type:'snspulldown'}]]);$('.line-it-button').height(20).width(25);return false\" rel=\"nofollow\">その他<span class=\"m-wficon triDown\"></span></a><span class=\"JSID_urlData\" style=\"display:none;\">javascript:void(0)</span></dd></dl>\r\n\t</div>\r\n<input type=\"hidden\" name=\"ag\" value=\"201806200021\" /><input type=\"hidden\" name=\"utoken\" value=\"\" class=\"JSID_dataForm_tokenSession\" /></form><script type=\"text/javascript\">\r\n\t_nk.formevent(\"#JSID_formKIJIToolTop\",{});\r\n\t_nk.fontsize({JSID_targetFontSize_hlm:['../../.cmn-article_title/span.JSID_key_fonthlm','../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthlm','../../h4.JSID_key_fonthlm','../../.cmn-section/.cmn-article_title/span.JSID_key_fonthlm'],JSID_targetFontSize_hln:['../../.cmn-article_title/span.JSID_key_fonthln','../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonthln','../../h4.JSID_key_fonthln','../../.cmn-section/.cmn-article_title/span.JSID_key_fonthln'],JSID_targetFontSize_txt:['../../.cmn-article_title/span.JSID_key_fonttxt','../../.cmn-section/.cmn-small_headline/h5.JSID_key_fonttxt','../../h4.JSID_key_fonttxt','../../.cmn-section/.cmn-article_title/span.JSID_key_fonttxt','../../.cmn-section/.knc-article_wrapper/div.JSID_key_fonttxt','../../div.JSID_key_fonttxt','../../.cmn-section/div.JSID_key_fonttxt','../../.cmn-indent/ul.JSID_key_fonttxt']});\r\n\t_nk.popupmenu(\"#JSID_formKIJIToolTop_bunrui\");\r\n</script>\r\n\r\n<script type=\"text/javascript\">\r\n\t\t\tvar template = \"<dd class=\\\"m-usefulTools_evernote\\\"><a class=\\\"evernote-clip-icon\\\" href=\\\"javascript:void(0)\\\" data-id=\\\"note\\\" title=\\\"この記事をEvernoteで保存する\\\" onclick=\\\"_nk.click(this,event,[['JSID_actPopupMenu',{JSID_dataPopupMenu_list:'#JSID_formKIJIToolTop_evernote',JSID_optPopupMenu_position:'bottom',JSID_optPopupMenu_type:'popupunauthsave'}]]);return false\\\" rel=\\\"nofollow\\\">\\n  <span class=\\\"m-wficon evernote\\\"></span><!-- This can be customized -->\\n</a></dd>\";\r\n\t\t\t</script>\r\n\t\t<script type=\"text/javascript\">\r\n\r\n\t\t\r\n\t\t$(\"#JSID_formKIJIToolTop_snspulldown .close\").click(function(){\r\n         $(\"#JSID_formKIJIToolTop_snspulldown\").hide();\r\n        })\r\n\r\n        \r\n\t\tvar enSavePosition = \"\";\r\n\t\tif(0 < $(\"#JSID_baseFontSize1\").find(\".m-usefulTools_save\").size()){\r\n\t\t\tenSavePosition = \".m-usefulTools_comemo\";\r\n\t\t\t$(\"#JSID_baseFontSize1\").find(enSavePosition).before(template);\r\n\t\t};\r\n\r\n\t\tfunction enDispChange(){\r\n\t\t\t$(\"#JSID_enClip\").addClass(\"cmn-simple-hide\");\r\n\t\t\t$(\"#JSID_enPopup\").removeClass(\"cmn-simple-hide\");\r\n\t\t};\r\n\t\t/*\r\n\t\t* 自動翻訳リンク制御\r\n\t\t*/\r\n\t\t// ワッペンがある場合リンクを除去する\r\n\t\tif($('.cmn-section > .cmn-article_title > .cmn-wappen').length > 0) {\r\n\t\t\t$('.jscEnglishWindowIconLink')\r\n\t\t\t\t.remove();\r\n\t\t}\r\n\t\t$('.cmn-article_topics > dd > a').each(function() {\r\n\t\t\tif($(this).text() === 'CBインサイツ') {\r\n\t\t\t\t$('.jscEnglishWindowIconLink')\r\n\t\t\t\t\t.remove();\r\n\t\t\t\treturn false;\r\n\t\t    }\r\n\t\t});\r\n\t\tif($('.jscEnglishWindowIconLink').length > 0) {\r\n\t\t\t// バッヂの表示制御 一度でも翻訳リンクをクリックした場合、バッヂは非表示とする\r\n\t\t\tif(localStorage.getItem('clickTransrationLink')) {\r\n\t\t\t\t$('.m-usefulTools_badge')\r\n\t\t\t\t\t.remove();\r\n\t\t\t}\r\n\t\t\t// 自動翻訳リンクのクリックイベント時の設定\r\n\t\t\t$('.jscEnglishWindowLink')\r\n\t\t\t\t.addClass('jscMtaOpen_1');\r\n\t\t\t$('.jscMtaOpen_1.jscMtaOpen_2')\r\n\t\t\t\t.removeClass('jscMtaOpen_2');\r\n\t\t\t$('.jscEnglishWindowIconLink')\r\n\t\t\t\t.addClass('jscMtaOpenIcon_1');\r\n\t\t\t$('.jscMtaOpenIcon_1.jscMtaOpenIcon_2')\r\n\t\t\t\t.removeClass('jscMtaOpenIcon_2');\r\n\t\t\tvar openMtaWindow = function(event) {\r\n\t\t\t\tvar articleId = $('input[name=\"ng\"]').attr('value'),\r\n\t\t\t\ttargetUrl = '/news/article-translation/?bf=0&ng=' + articleId,\r\n\t\t\t\tonclickParamMap = [\r\n\t\t\t\t\t['JSID_actWinPopupOpen',\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tJSID_urlData: targetUrl,\r\n\t\t\t\t\t\t\tx: 1100,\r\n\t\t\t\t\t\t\ty: 600\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\t_nk.click(this,event,onclickParamMap);\r\n\t\t\t\t$('.m-usefulToolsPulldown-pulldown')\r\n\t\t\t\t\t.css('display', 'none');\r\n\t\t\t\tlocalStorage.setItem('clickTransrationLink', 'true');\r\n\t\t\t\t$('.m-usefulTools_badge')\r\n\t\t\t\t\t.remove();\r\n\t\t\t};\r\n\t\t\t$('.jscMtaOpen_1').click(function (event) {\r\n\t\t\t\topenMtaWindow(event);\r\n\t\t\t});\r\n\t\t\t$('.jscMtaOpenIcon_1').click(function (event) {\r\n\t\t\t\topenMtaWindow(event);\r\n\t\t\t});\r\n\t\t} else {\r\n\t\t\t$('.jscMtaParts')\r\n\t\t\t\t.remove();\r\n\t\t}\r\n\t\t</script>\r\n\t\t<div id=\"JSID_everStart\" onclick=\"enDispChange();\"></div>\r\n\t<div  class=\"cmn-article_text a-cf JSID_key_fonttxt m-streamer_medium\" >\r\n<p>　６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった。核放棄を巡って「検証可能な」の文字がなく、米韓軍事演習の中止にまで踏み込んだ米朝会談は、トランプによる金正恩への一方的譲歩であり、後ろ盾だった中国の習近平も「勝ち組」になったかに見える。</p><p>　その判断は…</p></div>\r\n\r\n<div class=\"m-articleRegist r1 a-cf\">\r\n\t\t<p class=\"m-articleRegist_text\"><span class=\"m-iconMember\">［有料会員限定］</span> この記事は会員限定です。電子版に登録すると続きをお読みいただけます。</p>\r\n\t\t<div class=\"m-articleRegist_button a-cf\">\r\n\t\t\t<div class=\"m-articleRegist_signup\">\r\n\t\t\t\t<p>無料・有料プランを選択</p>\r\n\t\t\t\t<a href=\"javascript:void(0)\" id=\"JSID_R1FT\" rel=\"nofollow\">今すぐ登録</a></div>\r\n\t\t\t<div class=\"m-articleRegist_login\">\r\n\t\t\t\t<p>会員の方はこちら</p>\r\n\t\t\t\t<a href=\"javascript:void(0)\" id=\"JSID_R1LOGIN\" rel=\"nofollow\">ログイン</a></div>\r\n\t\t</div>\r\n\r\n\t\t<script type=\"text/javascript\">\r\n\t_nk.putUrl(\"#JSID_R1FT\",{JSID_urlTargettype:'href',JSID_urlTargeturl:'/r123/?n_cid=DSPRM122&ak=' + encodeURIComponent(location.href) + ''});\r\n\t</script>\r\n<script type=\"text/javascript\">\r\n\t_nk.putUrl(\"#JSID_R1LOGIN\",{JSID_urlTargettype:'href',JSID_urlTargeturl:'https://www.nikkei.com/etc/accounts/login?dps=1&url=' + encodeURIComponent(location.href) + ''});\r\n\t</script>\r\n</div>\r\n<p class=\"a-fs12 a-tal a-mv16\">\r\n\t<a href=\"/?n_cid=SPTMG004\"><span class=\"m-wficon arrowLeft\"></span><span class=\"a-vam\">電子版トップ</span></a></p>\r\n\t<div class=\"a-pt24\"></div><div class=\"m-block\" data-rn-inview-track=\"関連キーワード\" data-rn-track=\"関連キーワード\" >\r\n\t\t<h3 class=\"m-miM24\">\r\n\t\t\t<span class=\"m-miM24_text\">関連キーワード</span>\r\n\t\t</h3>\r\n\r\n\t\t<div class=\"m-relatedTags\">\r\n\t\t\t<ul>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<div class=\"m-relatedTags_tags\">\r\n\t\t\t\t\t\t<a href=\"https://r.nikkei.com/search?keyword=%E5%8C%97%E6%9C%9D%E9%AE%AE%E6%94%BF%E5%BA%9C&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>北朝鮮政府</span></a><a href=\"https://r.nikkei.com/search?keyword=%E4%B8%AD%E6%9C%9D%E9%96%A2%E4%BF%82&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>中朝関係</span></a><a href=\"https://r.nikkei.com/search?keyword=%E7%B1%B3%E5%9B%BD%E6%94%BF%E5%BA%9C&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>米国政府</span></a><a href=\"https://r.nikkei.com/search?keyword=%E7%BF%92%E8%BF%91%E5%B9%B3&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>習近平</span></a><a href=\"https://r.nikkei.com/search?keyword=%E9%87%91%E6%AD%A3%E6%81%A9&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>金正恩</span></a><a href=\"https://r.nikkei.com/search?keyword=%E6%B8%A9%E5%AE%B6%E5%AE%9D&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>温家宝</span></a><a href=\"https://r.nikkei.com/search?keyword=%E3%83%88%E3%83%A9%E3%83%B3%E3%83%97&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>トランプ</span></a><a href=\"https://r.nikkei.com/search?keyword=%E8%94%A1%E8%8B%B1%E6%96%87&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>蔡英文</span></a><a href=\"https://r.nikkei.com/search?keyword=%E6%9D%8E%E5%85%8B%E5%BC%B7&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>李克強</span></a><a href=\"https://r.nikkei.com/search?keyword=%E7%88%B6%E3%81%AE%E6%97%A5&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>父の日</span></a><a href=\"https://r.nikkei.com/search?keyword=%E3%83%9E%E3%83%AA%E3%83%BC%E3%83%8A%E3%83%99%E3%82%A4%E3%83%BB%E3%82%B5%E3%83%B3%E3%82%BA&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>マリーナベイ・サンズ</span></a><a href=\"https://r.nikkei.com/search?keyword=%E7%B1%B3%E6%9C%9D%E3%83%9B%E3%83%83%E3%83%88%E3%83%A9%E3%82%A4%E3%83%B3%E9%96%8B%E8%A8%AD&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>米朝ホットライン開設</span></a><a href=\"https://r.nikkei.com/search?keyword=%E4%B8%AD%E5%9B%BD&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>中国</span></a><a href=\"https://r.nikkei.com/search?keyword=%E3%83%AF%E3%82%B7%E3%83%B3%E3%83%88%E3%83%B3&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>ワシントン</span></a><a href=\"https://r.nikkei.com/search?keyword=%E4%B8%AD%E5%9B%BD%E5%9B%BD%E9%9A%9B%E8%88%AA%E7%A9%BA&amp;n_cid=SPTMG040\" class=\"m-relatedTags_tags_item\" rel=\"nofollow\"><span>中国国際航空</span></a></div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\r\n\t</div>\r\n\r\n\r\n</div><div class=\"cmn-section cmn-indent\">\r\n<ul class=\"cmn-article_list\" data-rn-inview-track=\"関連記事\" data-rn-track=\"関連記事\">\r\n<li class=\"cmnc-article cmn-clearfix cmn-small_mark\">\r\n<h4 class=\"cmn-article_title\">\r\n\r\n\t\t\t<a href=\"/article/DGXMZO31891360Y8A610C1000000/?n_cid=SPTMG053\" target=\"_self\"><span class=\"cmnc-small\">\r\n\t\t\t\t\t[FT]米朝首脳会談、クシュナー氏が橋渡し</span></a> <span class=\"cmnc-time\">（2018/6/18 14:10）</span> <span class=\"m-iconMember\">［有料会員限定］</span></h4>\r\n</li>\r\n\r\n\t\t<li class=\"cmnc-article cmn-clearfix cmn-small_mark\">\r\n<h4 class=\"cmn-article_title\">\r\n\r\n\t\t\t<a href=\"/article/DGXMZO31866000W8A610C1NNE000/?n_cid=SPTMG053\" target=\"_self\"><span class=\"cmnc-small\">\r\n\t\t\t\t\t金正恩氏が習近平氏に書簡　朝鮮中央通信</span></a> <span class=\"cmnc-time\">（2018/6/16 10:20）</span> </h4>\r\n</li>\r\n\r\n\t\t<li class=\"cmnc-article cmn-clearfix cmn-small_mark\">\r\n<h4 class=\"cmn-article_title\">\r\n\r\n\t\t\t<a href=\"/article/DGKKZO31796770V10C18A6EA1000/?n_cid=SPTMG053\" target=\"\"><span class=\"cmnc-small\">米、北朝鮮非核化まで制裁継続</span></a> <span class=\"cmnc-time\">（2018/6/15付）</span> <span class=\"m-iconMember\">［有料会員限定］</span></h4>\r\n</li>\r\n\r\n\t\t</ul>\r\n\t\t</div>\r\n\t\t<ul class=\"m-miM08 PRa\">\r\n\t\t\t\t\t<div id=\"dssv_f1h_text1_1\"></div>\r\n\t\t\t</ul>\r\n\t\t\t<ul class=\"m-miM08 PRb\">\r\n\t\t\t<div id=\"dssv_f1h_text1_2\"></div>\r\n\t\t\t<div id=\"dssv_f1h_text1_3\"></div>\r\n\t\t\t<div id=\"dssv_f1h_text1_4\"></div>\r\n\t\t\t<div id=\"dssv_f1h_text1_5\"></div>\r\n\t\t\t<div id=\"dssv_f1h_text1_6\"></div>\r\n\t\t\t<script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/f1h_text1.js\"></script><script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t        TagProvider.requestAds({sectionId: 1884, dmp: true, sync: false, handler:'dssv_f1h_text1_callback', format:'jsonp_raw'});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t</ul>\r\n\t<div class=\"cmn-news_flash cmn-clearfix\">\r\n\r\n    <div class=\"cmn-sub_square_banner\">\r\n\t\t\t\t<script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 1659, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2205_1659\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2205_1659');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t</div><ul class=\"m-miM08 PRc\">\r\n\t\t\t<script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 1752, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2318_1752\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2318_1752');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t<div class=\"m-block newsTrendWatch a-mb12\" id=\"JSID_YUDOHIDDEN_POSITION\">\r\n\t\t\t<div class=\"m-headline\">\r\n\t\t\t\t<h2 class=\"m-headline_text a-fs12\"><a href=\"http://ps.nikkei.co.jp/trend/?n_cid=PSDB0012\" target=\"_blank\">[PR]トレンドウオッチ</a></h2>\r\n\t\t\t\t<div class=\"m-headline_aside\"><a href=\"http://ps.nikkei.co.jp/trend/?n_cid=PSDB0012\" target=\"_blank\"><span class=\"a-vam\">一覧</span><span class=\"m-wficon arrowRight\"></span></a></div>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"m-trendWatch\">\r\n\t\t\t\t<div class=\"m-trendWatch_category\">\r\n\t\t\t\t\t<div class=\"m-list\">\r\n\t\t\t\t\t\t<ul class=\"m-list_body\">\r\n\t\t\t\t\t\t\t<script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t    \tTagProvider.requestAds({sectionId: 1925, dmp: true, sync: false, instance: \"ins1\", viewable:{slot:2638,percent:0.9,reload:1}});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t<div id=\"2638_1925_ins1\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2638_1925');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"m-trendWatch_category\">\r\n\t\t\t\t\t<div class=\"m-list\">\r\n\t\t\t\t\t\t<ul class=\"m-list_body\">\r\n\t\t\t\t\t\t\t<script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t    \tTagProvider.requestAds({sectionId: 1947, dmp: true, sync: false, instance: \"ins1\", viewable:{slot:2709,percent:0.9,reload:1}});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t<div id=\"2709_1947_ins1\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2709_1947');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"m-trendWatch_category\">\r\n\t\t\t\t\t<div class=\"m-list\">\r\n\t\t\t\t\t\t<ul class=\"m-list_body\">\r\n\t\t\t\t\t\t\t<script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t    \tTagProvider.requestAds({sectionId: 1948, dmp: true, sync: false, instance: \"ins1\", viewable:{slot:2712,percent:0.9,reload:1}});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t<div id=\"2712_1948_ins1\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2712_1948');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"m-trendWatch_category\">\r\n\t\t\t\t\t<div class=\"m-list\">\r\n\t\t\t\t\t\t<ul class=\"m-list_body\">\r\n\t\t\t\t\t\t\t<script type='text/javascript'>\r\n\t\t\t    try{\r\n\t\t\t    \tTagProvider.requestAds({sectionId: 1949, dmp: true, sync: false, instance: \"ins1\", viewable:{slot:2716,percent:0.9,reload:1}});\r\n\t\t\t    }catch(err){}\r\n\t\t\t</script>\r\n\t\t\t<div id=\"2716_1949_ins1\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2716_1949');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t<hr class=\"cmn-hide\" />\r\n<hr class=\"cmn-hide\" />\r\n\r\n        </div><div>\r\n            <div id=\"CONTENTS_SUB\">\r\n\r\n                <div class=\"m-block market\">\r\n\t\t<div class=\"m-market\">\r\n\t\t\t<div class=\"m-market_shihyo\">\r\n\t\t\t\t<a href=\"/markets/kabu/\" class=\"m-market_shihyo_table noLine\"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">日経平均<span class=\"m-market_exchange_unit\">(円)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/19 大引</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">22,278.48</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-401.85</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-1.77%</li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/kaigai/\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">NYダウ<span class=\"m-market_exchange_unit\">(ドル)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/19 11:06</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">24,650.14</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-337.33</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-1.34%</li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/worldidx/chart/nka300/\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">日経アジア300</span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/19 終値</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">1,342.54</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-32.61</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-2.37%</li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/kawase/\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">ドル<span class=\"m-market_exchange_unit\">(円)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/20 0:16</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">109.85-86</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-0.62円高</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-0.56%</li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/kawase/\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">ユーロ<span class=\"m-market_exchange_unit\">(円)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/20 0:16</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">127.06-10</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-0.78円高</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-0.61%</li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/kawase/page/?uah=DF_SEC8_C3_150\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">長期金利<span class=\"m-market_exchange_unit\">(％)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/19 16:56</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">0.030</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before \">±0.000</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent \"></li>\r\n\t\t\t\t\t\t</ul></a><a href=\"/markets/shohin/\" class=\"m-market_shihyo_table \"><ul class=\"m-market_shihyo_table_row\">\r\n\t\t\t\t\t\t\t<li class=\"m-market_exchange\">\r\n\t\t\t\t\t\t\t\t<span class=\"a-vam\">NY原油<span class=\"m-market_exchange_unit\">(ドル)</span></span><br>\r\n\t\t\t\t\t\t\t\t<span class=\"m-market_exchange_date\">6/19 11:11</span>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_rate\">64.72</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_before minus\">-1.13</li>\r\n\t\t\t\t\t\t\t<li class=\"m-market_percent minus\">-1.71%</li>\r\n\t\t\t\t\t\t</ul></a></div>\r\n\r\n\t\t\t<div class=\"m-market_profile\">\r\n\t\t\t\t<div class=\"m-market_profile_about\"><a href=\"http://indexes.nikkei.co.jp/nkave\" target=\"_blank\">日経平均について</a>\r\n\t\t\t\t\t（<a href=\"/markets/kabu/nidxprice/\">銘柄一覧</a>）</div>\r\n\t\t\t\t<div class=\"m-market_profile_service\"><a href=\"http://www.quick.co.jp/page/top.html\" target=\"_blank\"><span class=\"m-market_profile_service_quick\">QUICK</span></a></div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 1597, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2134_1597\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2134_1597');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"cmn-sub_square_banner\">\r\n\t\t\t\t\t<div id=\"ADVERTISE_RECTANGLE1\">\r\n\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t\t<div id=\"2129_1593\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2129_1593');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t<div class=\"m-block infoNikkei\">\r\n\t<div class=\"m-box info\">\r\n\t\t<div class=\"m-box_head\"><a href=\"/recenttopics/\" target=\"_blank\"><span class=\"m-box_head_icon\"><span class=\"m-wficon info\"></span></span><span class=\"a-vam\">日経からのお知らせ</span><span class=\"m-box_end_icon\"><span class=\"m-wficon arrowRight\"></span></span></a></div>\r\n\t\t<p class=\"m-box_body\"><a href=\"http://www.nikkei.co.jp/saiyo/society.html\" target=\"_blank\">キャリア採用　記者募集</a></p></div>\r\n</div>\r\n<div class=\"m-block infoPR\">\r\n\t\t<div class=\"m-box info\">\r\n\t\t\t<div class=\"m-box_head\"><a href=\"http://dsquare.nikkei.com/?n_cid=DSPRM182\" target=\"_blank\"><span class=\"m-box_head_icon\"><span class=\"m-wficon beginner\"></span></span><span class=\"a-vam\">日経電子版をもっと知りたい方はこちら</span><span class=\"m-box_end_icon\"><span class=\"m-wficon arrowRight\"></span></span></a></div>\r\n\t\t\t<p class=\"m-box_body\"><a href=\"http://pr.nikkei.com/lp/ss_viewer/?n_cid=DSPRM1717\" target=\"_blank\">日経産業新聞をデジタルで読みませんか？</a></p></div>\r\n\t</div>\r\n<div class=\"cmn-sub_recommend\">\r\n    <h2 class=\"cmnc-title\">おすすめ情報</h2>\r\n    <ul class=\"cmnc-site\">\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://nikkei.gnavi.co.jp/?sc_cid=nikkei_fixdenshiossme\" target=\"_blank\"><img src=\"/content/pic/20170509/96958A88889DE3E4E2EBE6E4E0E2E2EAE2E7E0E2E3E5E2E2E2E2E2E0-DSXZZO1609463008052017000002-NONE-2.png\" height=\"18\" width=\"88\" title=\"大人のレストランガイド\" alt=\"大人のレストランガイド\" /></a></span>\r\n                <a href=\"https://nikkei.gnavi.co.jp/?sc_cid=nikkei_fixdenshiossme\" target=\"_blank\">奥が深い新宿グルメ　次回はぜひここへ</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://bizgate.nikkei.co.jp/?n_cid=TPRN0002\" target=\"_blank\"><img src=\"/content/pic/20110203/96958A88889DE1E3E7EBEBE2EAE2E3E3E2E4E0E2E3EAE2E2E2E2E2E5-DSXZZO3159909011062018000007-NONE-1.png\" height=\"18\" width=\"88\" title=\"BizGate\" alt=\"BizGate\" /></a></span>\r\n                <a href=\"https://bizgate.nikkei.co.jp/article/DGXZZO3133203004062018000000?n_cid=TPRN0002\" target=\"_blank\">「AIが仕事を奪う」はウソかもしれない</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"http://school.nikkei.co.jp/?waad=Qfp74BHo&amp;n_cid=TPRN0002\" target=\"_blank\"><img src=\"/content/pic/20110823/96958A88889DE1E6E2E3E2E4EBE2E3E4E2EAE0E2E3E3E2E2E2E2E4E7-DSXZZO1850683005072017000002-NONE-1.png\" height=\"18\" width=\"88\" title=\"スキルアップ\" alt=\"スキルアップ\" /></a></span>\r\n                <a href=\"https://style.nikkei.com/article/DGXMZO30592960W8A510C1000000?channel=DF180320167080&amp;waad=Qfp74BHo\" target=\"_blank\">理想の転職できる人の5つの資質とは</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://tenshoku.nikkei.co.jp/?n_cid=TPRN0002&amp;waad=qL1yqf2b\" target=\"_blank\"><img src=\"/content/pic/20110511/96958A88889DE0EAE1E2E5E2E0E2E3E3E2E7E0E2E3E3E2E2E2E2E3E1-DSXZZO1850690005072017000004-NONE-2.png\" height=\"18\" width=\"88\" title=\"エグゼクティブ転職\" alt=\"エグゼクティブ転職\" /></a></span>\r\n                <a href=\"https://tenshoku.nikkei.co.jp/lp/15001/?waad=0KjM3S6r\" target=\"_blank\">5分で診断、あなたの市場価値</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"http://gooday.nikkei.co.jp/?waad=KOqJ8ACd\" target=\"_blank\"><img src=\"/content/pic/20110203/96958A88889DE4EBE5E0E6E0EBE2E3E3E2E6E0E2E3E6E2E2E2E2E6E3-DSXZZO7818739009102014000010-NONE-28.png\" height=\"18\" width=\"88\" title=\"Gooday\" alt=\"Gooday\" /></a></span>\r\n                <a href=\"http://gooday.nikkei.co.jp/atcl/report/18/011800005/051100013/?waad=KOqJ8ACd\" target=\"_blank\">効率的にお腹を凹ませるトレーニング</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://propertylistings.nikkei.jp/?n_cid=TPRN0002\" target=\"_blank\"><img src=\"/content/pic/20171107/96958A88889DE1E3E3E1EAE2EAE2E0E5E2E4E0E2E3E3E2E2E2E2E2E4-DSXZZO2302779002112017000000-NONE-7.png\" height=\"18\" width=\"88\" title=\"NIKKEI Property Listings\" alt=\"NIKKEI Property Listings\" /></a></span>\r\n                <a href=\"https://propertylistings.nikkei.jp/?n_cid=TPRN0002\" target=\"_blank\">南の島にセカンドハウス　今すぐ検索</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://nikkei.gnavi.co.jp/article/0002/?sc_cid=nikkei_fixdenshiossme\" target=\"_blank\"><img src=\"/content/pic/20170509/96958A88889DE3E4E2EBE6E4E0E2E2EAE2E7E0E2E3E5E2E2E2E2E2E6-DSXZZO1609463008052017000004-NONE-3.png\" height=\"18\" width=\"88\" title=\"大人のレストランガイド\" alt=\"大人のレストランガイド\" /></a></span>\r\n                <a href=\"https://nikkei.gnavi.co.jp/article/0002/?sc_cid=nikkei_fixdenshiossme\" target=\"_blank\">接待当日　事前にしておくべきこと</a></li>\r\n        <li class=\"cmn-clearfix\">\r\n                <span class=\"cmnc-category\">\r\n                <a href=\"https://bizgate.nikkei.co.jp/?n_cid=TPRN0002\" target=\"_blank\"><img src=\"/content/pic/20110203/96958A88889DE1E3E7EBEBE2EAE2E3E3E2E4E0E2E3EAE2E2E2E2E3E0-DSXZZO3159909011062018000012-NONE-1.png\" height=\"18\" width=\"88\" title=\"BizGate\" alt=\"BizGate\" /></a></span>\r\n                <a href=\"https://bizgate.nikkei.co.jp/article/DGXMZO3079677022052018000000/?n_cid=TPRN0002\" target=\"_blank\">パワハラ防止へ組織が考えること</a></li>\r\n        </ul>\r\n    </div>\r\n\r\n<div class=\"cmn-sub_pr\">\r\n\t\t\t\t\t<h2 class=\"cmnc-title2\">[PR]</h2><div class=\"cmnc-morelink\"><a target=\"_blank\" href=\"http://ps.nikkei.co.jp/trend/?n_cid=PSDB0021\">一覧はこちら</a></div>\r\n\t\t\t\t\t<div id=\"ADVERTISE_PREMIUM_PR_PR\">\r\n\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t\t<ul class=\"cmnc-adv\">\r\n\t\t\t\t\t\t\t\t<script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 2358, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2978_2358\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2978_2358');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</ul>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t<div class=\"cmn-sub_square_banner\">\r\n\t\t\t\t\t<div id=\"ADVERTISE_RECTANGLE2\">\r\n\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t\t<div id=\"2130_1593\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2130_1593');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t<div class=\"cmn-sub_access_ranking\" data-rn-inview-track=\"アクセスランキング\" data-rn-inview-track-value=\"{&quot;list&quot;: &quot;DGXMZO3195856019062018MM8000,DGXMZO3193860019062018MM0000,DGXMZO3175029014062018000000,DGXLASS0ISS16_19062018000000,DGXMZO3196164019062018000000,DGXMZO3194046019062018000000,DGKKZO3193656019062018MM0000,DGXMZO3195862019062018EA1000,DGKKZO3193658019062018MM0000,DGKKZO3193845019062018MM0000&quot;}\">\r\n\t\t\t\t<h2 class=\"cmnc-title a-mb0\">\r\n\t\t\t\t\t<span class=\"cmnc-ranking_title\">アクセスランキング</span>\r\n\t\t\t\t\t<span class=\"m-headline_aside\">\r\n\t\t\t\t\t\t\t<a href=\"/access/\"><span class=\"a-vam\">一覧</span><span class=\"m-wficon arrowRight\"></span></a></span>\r\n\t\t\t\t\t</h2>\r\n\t\t\t\t<ul class=\"m-sub_access_ranking\">\r\n\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3195856019062018MM8000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31958560Z10C18A6MM8000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">1.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">中国Ｍ＆Ａ阻止の動き　米欧政府、技術流出を警戒<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3193860019062018MM0000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31938600Z10C18A6MM0000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">2.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">仮想通貨、ビットフライヤーなどに改善命令へ　金融庁<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3175029014062018000000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31750290U8A610C1000000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">3.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">ロシア発　サッカーＷ杯ビジュアルブログ</span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXLASS0ISS16_19062018000000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXLASS0ISS16_Z10C18A6000000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">4.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">東証大引け　大幅続落、401円安　米中摩擦を警戒、中国株安も重荷</span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3196164019062018000000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31961640Z10C18A6000000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">5.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">メルカリ山田会長「モデルはアマゾン」<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3194046019062018000000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31940460Z10C18A6000000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">6.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">上場メルカリ、次の照準は米国　初日終値5300円<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGKKZO3193656019062018MM0000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGKKZO31936560Z10C18A6MM0000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">7.</span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">トランプ氏、対中制裁関税22兆円追加指示<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGXMZO3195862019062018EA1000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGXMZO31958620Z10C18A6EA1000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">8.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">日産・ルノー、揺らぐ「暗黙の了解」（ルポ迫真）<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGKKZO3193658019062018MM0000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGKKZO31936580Z10C18A6MM0000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">9.</span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">富士フイルム、ゼロックスを提訴<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t<li class=\"m-sub_access_ranking_list\" data-rn-track=\"アクセスランキング\" data-rn-track-value=\"{&quot;id&quot;: &quot;DGKKZO3193845019062018MM0000&quot;}\">\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t<a href=\"/article/DGKKZO31938450Z10C18A6MM0000/\" class=\"m-sub_access_ranking_link\"><span class=\"m-sub_access_ranking_number\">10.</span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"m-sub_access_ranking_title\">メルカリ上場、初値5000円<span class=\"m-iconMember\">［有料会員限定］</span></span></a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<div class=\"m-sub_access_ranking_update\"><span class=\"cmnc-update\">6/20 0:00 更新</span></div>\r\n\t\t\t</div>\r\n\t\t<div class=\"m-block prrectangle3\">\r\n\t\t\t\t\t<div class=\"m-adBanner\">\r\n\t\t\t\t\t\t<div class=\"m-adBanner_item\">\r\n\t\t\t\t\t\t\t<div id=\"2284_1593\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2284_1593');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://www.nikkeibp.co.jp/?n_cid=nbpds_top3\" target=\"_blank\"><img src=\"/content/pic/20150515/96958A88889DEAE4EAE0E7EBE1E2E3E7E2E7E0E2E3E7E2E2E2E2E2E1-DSXZZO8682594015052015000003-NONE-5.png\" style=\"width:auto;height:28px\" title=\"日経ＢＰ社\" alt=\"日経ＢＰ社\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://tech.nikkeibp.co.jp/atcl/nxt/column/18/00138/061300088/?n_cid=nbpds_top3\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">日経 xTECH（クロステック）</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">IT業界内での知名度を売り物にするエンジニアたち</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://trend.nikkeibp.co.jp/atcl/contents/watch/00013/00039/?n_cid=nbpds_top3\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">日経クロストレンド</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">ディープラーニングはヒット曲を作れるか</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://business.nikkeibp.co.jp/?n_cid=nbpds_top3\" target=\"_blank\"><img src=\"/content/pic/20150515/96958A88889DEAE4EAE0E7E5E5E2E3E7E2E7E0E2E3E7E2E2E2E2E2E4-DSXZZO8682578015052015000006-NONE-2.png\" style=\"width:auto;height:28px\" title=\"日経ビジネスオンライン\" alt=\"日経ビジネスオンライン\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://business.nikkeibp.co.jp/atcl/opinion/16/041100064/061300006/?n_cid=nbpds_top3\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">「スジ」の日本、「量」の中国</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">「法律違反だが犯罪ではない」が成立する中国</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://business.nikkeibp.co.jp/atcl/report/15/226265/061800265/?n_cid=nbpds_top3\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">トレンド・ボックス</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">酒を断つには、人間関係もリセットするしかない</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://style.nikkei.com/?n_cid=TPRN0016\" target=\"_blank\"><img src=\"/content/pic/20150513/96958A88889DEAE4E5E3E1E2E0E2E3E1E2E7E0E2E3E7E2E2E2E2E2EB-DSXZZO8671303013052015000009-NONE-1.png\" style=\"width:auto;height:28px\" title=\"NIKKEI STYLE\" alt=\"NIKKEI STYLE\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://style.nikkei.com/article/DGXMZO31388170V00C18A6000000?channel=DF260120166491&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">MONO TRENDY</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">代表ユニホーム　ジャパンブルーは藍染めの青だった</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://style.nikkei.com/article/DGXMZO31721630T10C18A6000000?channel=DF130920160874&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">出世ナビ　リーダーの母校</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">クジラ研究で鍛えた交渉力　凄腕コンサルの筑波大時代</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://style.nikkei.com/article/DGXZZO31082560Z20C18A5000000?channel=DF050420183727&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">ヘルスＵＰ</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">片足立ち、階段…　毎日やれば筋トレになる4つの習慣</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://style.nikkei.com/article/DGXMZO3181757015062018000000?channel=DF080420167226&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">グルメクラブ　World Food Watch</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">韓国式お好み焼き、チヂミはなぜ雨の日に食べる？</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://bizgate.nikkei.co.jp/?n_cid=TPRN0016\" target=\"_blank\"><img src=\"/content/pic/20150515/96958A88889DEAE4E5EAE1E0E4E2E3E6E2E7E0E2E3E7E2E2E2E2E0E1-DSXZZO2878299030032018000000-NONE-1.png\" style=\"width:auto;height:28px\" title=\"日経BizGate\r\n\" alt=\"日経BizGate\r\n\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://bizgate.nikkei.co.jp/article/DGXMZO2878218030032018000000?channel=DF300320183700&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">東大卒棋士のＡＩ勝負脳</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">15歳の「藤井聡太」はなぜ将棋に勝てるのか</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://bizgate.nikkei.co.jp/article/DGXMZO3169577013062018000000?channel=DF010620184146&amp;n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">危機管理広報　エイレックス江良俊郎社長に聞く</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">謝罪会見「絶対ダメ」なあの言葉</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://college.nikkei.co.jp/?n_cid=TPRN0016\" target=\"_blank\"><img src=\"/content/pic/20150514/96958A88889DEAE4E5E5EBE3E7E2E3E6E2E7E0E2E3E7E2E2E2E2E2EB-DSXZZO2652967005022018000003-NONE-1.jpg\" style=\"width:auto;height:28px\" title=\"College Cafe\" alt=\"College Cafe\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://college.nikkei.co.jp/article/114334517.html?n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">ハーバードと日本の架け橋</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">茶の世界を共有</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://college.nikkei.co.jp/article/114545018.html?n_cid=TPRN0016\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">ホンネの就活ツッコミ論</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">Ｗ内定をどうする？</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://nwp.nikkei.com/?n_cid=DSPRM1408\" target=\"_blank\"><img src=\"/content/pic/20150707/96958A88889DEAEAEBE7E3E3E2E2E2E4E2E5E0E2E3E7E2E2E2E2E2E2-DSXZZO8895118006072015000000-NONE-2.jpg\" style=\"width:auto;height:28px\" title=\"\" alt=\"\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://nwp.nikkei.com/story/ecc/ecc05.html?n_cid=DSPRM1409\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">ウーマノミクス・ストーリー</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">英語使える日本人を少しでも、長年の課題に新プログラムで挑む（ECC）</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"http://smartwork.nikkei.co.jp/?n_cid=SMWP001\" target=\"_blank\"><img src=\"/content/pic/20171208/96958A88889DEAE4E5EAE1E0E4E2E3E6E2E7E0E2E3E7E2E2E2E2E3EB-DSXZZO2441528008122017000000-NONE-2.jpg\" style=\"width:auto;height:28px\" title=\"NIKKEI SmartWork\" alt=\"NIKKEI SmartWork\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"http://smartwork.nikkei.co.jp/pickup/2018/02/marubeni.html?n_cid=SMWP002\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">PICK UP</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">人も仕事も多様性を追求、イノベーション創り出す丸紅へ</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"m-block a-mb16\">\r\n\t\t\t<div class=\"m-headline a-pv0\">\r\n\t\t\t<h2  class=\"m-headline_text\">\r\n\t\t\t\t\t<a href=\"https://goo.gl/juQhGL\" target=\"_blank\"><img src=\"/content/pic/20180401/96958A88889DE0EAE4E1EAEAEBE2E0E5E2E1E0E2E3EAE2E2E2E2E2E2-DSXZZO2863931027032018000002-NONE-1.jpg\" style=\"width:auto;height:28px\" title=\"Paravi\" alt=\"Paravi\" /></a></h2>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"m-pickup\">\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://goo.gl/4GRAqU\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">予定調和を壊す生放送への思い</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">青春高校３年Ｃ組～秋元康インタビュー (無料)</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t<div class=\"m-pickup_article\">\r\n\t\t\t\t\t\t<a href=\"https://goo.gl/BQ82tx\" target=\"_blank\"><h3 class=\"m-pickup_article_series\">こだわる男は、かっこいい</h3>\r\n\t\t\t\t\t\t<h4 class=\"m-pickup_article_title\">\r\n\t\t\t\t\t\t\t\t<span class=\"m-pickup_article_title_text\">俺のダンディズム（テレビ東京ドラマ）</span>\r\n\t\t\t\t\t\t\t</h4></a></div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t<div class=\"cmn-sub_information\">\r\n\t<h2 class=\"cmnc-title\">\r\n\t\t<span><a href=\"https://events.nikkei.co.jp/\" target=\"_blank\">日経のイベント・セミナー</a></span>\r\n\t</h2>\r\n<ul>\r\n    <li class=\"cmn-clearfix cmnc-first\">\r\n            <a href=\"http://taikan2018.exhn.jp/\" target=\"_blank\"><img src=\"/content/pic/20160523/96958A88889DE3E4EBE7EAE7E1E2E0E6E3E2E0E2E3E2E2E2E2E2E1E3-DSXZZO2985848026042018000000-PS1-1.jpg\" height=\"37\" width=\"52\" title=\"\" alt=\"\" /><span class=\"cmnc-headline\">\r\n                    生誕150年　横山大観展</span>\r\n                6月8日～7月22日 京都国立近代美術館</a></li>\r\n\r\n        <li class=\"cmn-clearfix\">\r\n            <a href=\"http://ntest.nikkei.jp\" target=\"_blank\"><img src=\"/content/pic/20101024/96958A88889DE3E4EBE7EAE7E1E2E0E6E3E2E0E2E3E2E2E2E2E2E2EB-DSXZZO1982335012122010000009-PS1-15.jpg\" height=\"37\" width=\"53\" title=\"\" alt=\"\" /><span class=\"cmnc-headline\">\r\n                    日経TEST「企業・団体試験」</span>\r\n                ご希望の日時と場所で実施できます</a></li>\r\n\r\n        </ul>\r\n</div><div class=\"m-block etcService\">\r\n\t<p class=\"m-serviceLink\">\r\n\t\t<a href=\"http://weather.nikkei.com/\" target=\"_blank\"><span class=\"m-serviceLink_icon weather\"><span class=\"m-wficon weather\"></span></span>\r\n\t\t\t<span class=\"m-serviceLink_text\">天気</span></a><a href=\"/pressrelease/\"><span class=\"m-serviceLink_icon press\"><span class=\"m-wficon press\"></span></span>\r\n\t\t\t<span class=\"m-serviceLink_text\">プレスリリース検索</span></a></p>\r\n</div>\r\n<div class=\"m-block social\">\r\n\t<p class=\"m-serviceLink\">\r\n\t\t<a href=\"https://www.facebook.com/nikkei\" target=\"_blank\" title=\"Facebook\"><span class=\"m-serviceLink_icon facebook\"><span class=\"m-wficon facebook\"></span></span></a><a href=\"https://twitter.com/nikkei\" target=\"_blank\" title=\"Twiiter\"><span class=\"m-serviceLink_icon twitter\"><span class=\"m-wficon twitter\"></span></span></a><a href=\"https://www.nikkei.com/edit/sns/?n_cid=DSSCN001\"><span class=\"m-serviceLink_text\">アカウント一覧</span></a></p>\r\n</div>\r\n\r\n<div class=\"m-block correct\">\r\n\t<div class=\"m-serviceLink line\">\r\n\t\t<p class=\"a-mt24\"><a href=\"/news/info/\"><span class=\"m-serviceLink_text\">訂正・おわび</span></a></p>\r\n\t</div>\r\n</div>\r\n</div></div>\r\n        <script type='text/javascript'>\r\n\t\t\t\t    try{\r\n\t\t\t\t        TagProvider.requestAds({sectionId: 1598, dmp: true, sync: false});\r\n\t\t\t\t    }catch(err){}\r\n\t\t\t\t</script>\r\n\t\t\t\t<div id=\"2135_1598\">\r\n\t\t\t <script type=\"text/javascript\">\r\n\t\t\t     try{\r\n\t\t\t         TagProvider.displayAd('2135_1598');\r\n\t\t\t     }catch(err){}\r\n\t\t\t </script>\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n            </div>\r\n        </div>\r\n    </div><div id=\"js-relatedMedia\" class=\"l-relatedMedia\">\r\n\t<div class=\"l-relatedMedia_body\">\r\n\t\t<div class=\"l-relatedMedia_category event\">\r\n\t\t\t<h2 class=\"l-relatedMedia_title\"><span class=\"a-dib a-pt4\">日本経済新聞社の関連サイト</span></h2>\r\n\t\t\t<ul class=\"l-relatedMedia_list\">\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://asia.nikkei.com/?n_cid=NARAN1002\" target=\"_blank\" style=\"width:88px;margin-top:-2px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nar2018.png\" title=\"Nikkei Asian Review\" alt=\"Nikkei Asian Review\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nar2018.svg\" title=\"Nikkei Asian Review\" alt=\"Nikkei Asian Review\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://cn.nikkei.com/\" target=\"_blank\" style=\"width:88px;margin-top:3px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkeicn.png\" title=\"日経中文網\" alt=\"日経中文網\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkeicn.svg\" title=\"日経中文網\" alt=\"日経中文網\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://www.ft.com/\" target=\"_blank\" style=\"width:120px;margin-top:3px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_ft.png\" title=\"Financial Times\" alt=\"Financial Times\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_ft.svg\" title=\"Financial Times\" alt=\"Financial Times\" /><!--<![endif]--></a></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t\t<div class=\"l-relatedMedia_category event\">\r\n\t\t\t<h2 class=\"l-relatedMedia_title\"><span class=\"a-dib a-pt12\">日経ＩＤの関連サイト</span></h2>\r\n\t\t\t<ul class=\"l-relatedMedia_list\">\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://store.nikkei.com/\" target=\"_blank\" style=\"width:75px;margin-top:8px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_store.png\" title=\"日経ストア\" alt=\"日経ストア\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_store.svg\" title=\"日経ストア\" alt=\"日経ストア\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://school.nikkei.co.jp/\" target=\"_blank\" style=\"width:115px;margin-top:5px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_business-school.png\" title=\"日経ビジネススクール\" alt=\"日経ビジネススクール\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_business-school.png\" title=\"日経ビジネススクール\" alt=\"日経ビジネススクール\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://gooday.nikkei.co.jp/\" target=\"_blank\" style=\"width:69px;margin-top:6px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_gooday.png\" title=\"日経Gooday\" alt=\"日経Gooday\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_gooday.svg\" title=\"日経Gooday\" alt=\"日経Gooday\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://college.nikkei.co.jp/\" target=\"_blank\" style=\"width:97px;margin-top:1px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_collegecafe.png\" title=\"College Cafe by NIKKEI\" alt=\"College Cafe by NIKKEI\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_collegecafe.svg\" title=\"College Cafe by NIKKEI\" alt=\"College Cafe by NIKKEI\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://nwp.nikkei.com/\" target=\"_blank\" style=\"width:73px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_womanomics.png\" title=\"日経ウーマノミクス・プロジェクト\" alt=\"日経ウーマノミクス・プロジェクト\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_womanomics.svg\" title=\"日経ウーマノミクス・プロジェクト\" alt=\"日経ウーマノミクス・プロジェクト\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://dual.nikkei.co.jp/\" target=\"_blank\" style=\"width:76px;margin-top:6px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_dual.png\" title=\"日経DUAL\" alt=\"日経DUAL\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_dual.svg\" title=\"日経DUAL\" alt=\"日経DUAL\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://bizgate.nikkei.co.jp/\" target=\"_blank\" style=\"width:75px;margin-top:8px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/biz/logo.light.horizon.bizgate.png\" title=\"日経BizGate\" alt=\"日経BizGate\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/biz/logo.light.horizon.bizgate.svg\" title=\"日経BizGate\" alt=\"日経BizGate\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://channel.nikkei.co.jp/markets/\" target=\"_blank\" style=\"width:116px;margin-top:9px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_channel_markets.png\" title=\"日経チャンネルマーケッツ\" alt=\"日経チャンネルマーケッツ\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_channel_markets.svg\" title=\"日経チャンネルマーケッツ\" alt=\"日経チャンネルマーケッツ\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://business.nikkeibp.co.jp/?n_cid=nbpnbo_ds99999\" target=\"_blank\" style=\"width:83px;margin-top:8px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_bizonline.png\" title=\"日経ビジネスオンライン：リーダーのための経営・マネジメント情報\" alt=\"日経ビジネスオンライン：リーダーのための経営・マネジメント情報\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_bizonline.svg\" title=\"日経ビジネスオンライン：リーダーのための経営・マネジメント情報\" alt=\"日経ビジネスオンライン：リーダーのための経営・マネジメント情報\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://tech.nikkeibp.co.jp/?n_cid=nbpitp_ds99999\" target=\"_blank\" style=\"width:83px;margin-top:6px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_xtech.svg\" title=\"日経xTECH：技術×ビジネスの最前線を伝える\" alt=\"日経xTECH：技術×ビジネスの最前線を伝える\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_xtech.svg\" title=\"日経xTECH：技術×ビジネスの最前線を伝える\" alt=\"日経xTECH：技術×ビジネスの最前線を伝える\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://trend.nikkeibp.co.jp/?n_cid=nbpxtd_ds99999\" target=\"_blank\" style=\"width:93px;margin-top:6px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_xtrend.png\" title=\"日経クロストレンド：新市場を創る人のデジタル戦略メディア\" alt=\"日経クロストレンド：新市場を創る人のデジタル戦略メディア\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_xtrend.svg\" title=\"日経クロストレンド：新市場を創る人のデジタル戦略メディア\" alt=\"日経クロストレンド：新市場を創る人のデジタル戦略メディア\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://trendy.nikkeibp.co.jp/?n_cid=nbptrn_ds99999\" target=\"_blank\" style=\"width:72px;margin-top:8px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_trendynet.png\" title=\"日経トレンディネット：トレンドウォッチポータル\" alt=\"日経トレンディネット：トレンドウォッチポータル\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_trendynet.svg\" title=\"日経トレンディネット：トレンドウォッチポータル\" alt=\"日経トレンディネット：トレンドウォッチポータル\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://wol.nikkeibp.co.jp/?n_cid=nbpwol_ds99999\" target=\"_blank\" style=\"width:65px;margin-top:4px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_womanonline.png\" title=\"日経ウーマンオンライン：すべての働く女性を応援します\" alt=\"日経ウーマンオンライン：すべての働く女性を応援します\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_womanonline.svg\" title=\"日経ウーマンオンライン：すべての働く女性を応援します\" alt=\"日経ウーマンオンライン：すべての働く女性を応援します\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://natgeo.nikkeibp.co.jp/?n_cid=nbpnng_ds99999\" target=\"_blank\" style=\"width:72px;margin-top:2px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_ngj.png\" title=\"NATIONAL GEOGRAPHIC：地球の素顔をビジュアルに伝える\" alt=\"NATIONAL GEOGRAPHIC：地球の素顔をビジュアルに伝える\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_ngj.svg\" title=\"NATIONAL GEOGRAPHIC：地球の素顔をビジュアルに伝える\" alt=\"NATIONAL GEOGRAPHIC：地球の素顔をビジュアルに伝える\" /><!--<![endif]--></a></li>\r\n\t\t\t\t<li class=\"l-relatedMedia_list_item\">\r\n\t\t\t\t\t<a href=\"http://www.bs-j.co.jp/plus10/column/\" target=\"_blank\" style=\"width:90px;margin-top:2px\"><!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_plus10_2018.png\" title=\"日経プラス10\" alt=\"日経プラス10\" /><![endif]-->\r\n\t\t\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_plus10_2018.svg\" title=\"日経プラス10\" alt=\"日経プラス10\" /><!--<![endif]--></a></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n\r\n<div class=\"l-relatedInfo\">\r\n\t<div class=\"l-relatedInfo_body\">\r\n\t\t<h2 class=\"cmn-hide\">日本経済新聞 関連情報</h2>\r\n\t\t<div class=\"l-relatedInfo_category event\">\r\n\t\t\t<h3 class=\"l-relatedInfo_title\">イベント・セミナー</h3>\r\n\t\t\t<ul class=\"l-relatedInfo_list\">\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.nikkei-events.jp/\" target=\"_blank\">日経イベンツガイド</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.nikkei-hall.com/\" target=\"_blank\">日経ホールと貸会議室</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.nikkei.co.jp/konwakai/\" target=\"_blank\">日経懇話会</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://school.nikkei.co.jp/feature/hr/haken.html\" target=\"_blank\">講演会向け講師紹介</a></span></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t\t<div class=\"l-relatedInfo_category training\">\r\n\t\t\t<h3 class=\"l-relatedInfo_title\">教育・キャリア</h3>\r\n\t\t\t<ul class=\"l-relatedInfo_list\">\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.versant.jp/\" target=\"_blank\">Versant</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://school.nikkei.co.jp/feature/forcorp.html\" target=\"_blank\">日経の研修とは</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"http://ntest.nikkei.jp/\" target=\"_blank\">日経TEST</a></span></li>\r\n\t\t\t\t<li style=\"display:block;\"><span class=\"l-relatedInfo_list_label\"><a href=\"https://career.nikkei.co.jp/?adid=nkt\" target=\"_blank\">日経キャリアNET 転職</a></span></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t\t<div class=\"l-relatedInfo_category service\">\r\n\t\t\t<h3 class=\"l-relatedInfo_title\">各種サービス</h3>\r\n\t\t\t<ul class=\"l-relatedInfo_list\">\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://t21.nikkei.co.jp/\" target=\"_blank\">日経テレコン</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://ps.nikkei.co.jp/nbrand/\" target=\"_blank\">N-BRAND STUDIO</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.nikkei.co.jp/needs/\" target=\"_blank\">ＮＥＥＤＳ</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"https://www.nikkeibook.com/\r\n\" target=\"_blank\">日本経済新聞の本</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.ch-japan.com/ja/\" target=\"_blank\">Channel JAPAN</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://www.nikkei.co.jp/rim/glweb/index.htm\" target=\"_blank\">日経グローカル</a></span></li>\r\n\t\t\t\t<li><span class=\"l-relatedInfo_list_label\"><a href=\"http://channel.nikkei.co.jp/\" target=\"_blank\">NIKKEI CHANNEL</a></span></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</div><div class=\"l-aboutNikkei JSID_tagFooter\">\r\n\t<div class=\"l-aboutNikkei_body\">\r\n\t  <div class=\"l-aboutNikkei_category denshiban\">\r\n\t\t\t<h2 class=\"l-aboutNikkei_title\">日本経済新聞 電子版について</h2>\r\n\t\t\t<ul class=\"l-aboutNikkei_list\" id=\"aboutNikkeiBottom\">\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/policy.html\" target=\"_blank\">サイトポリシー</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/help/\" target=\"_blank\">ヘルプセンター</a></li>\r\n\t\t\t\t<li><a href=\"http://support.nikkei.com/?site_domain=nikkeifaq\" target=\"_blank\">FAQ・お問い合わせ</a></li>\r\n\t\t\t\t<li><a href=\"https://regist.nikkei.com/support/\">ご購読サポート</a></li>\r\n\t\t\t\t<li><a href=\"http://ps.nikkei.co.jp/adweb/\">Web広告ガイド</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/link.html\" target=\"_blank\">リンクポリシー</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/copyright.html\" target=\"_blank\">著作権</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/lounge/help/cookie.html\" target=\"_blank\">データ利用</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/privacy.html\" target=\"_blank\">個人情報</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/tos_ds.html\" target=\"_blank\">利用規約</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei.com/info/sitemap.html\" target=\"_blank\">サイトマップ</a></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t  <div class=\"l-aboutNikkei_category corporate\">\r\n\t\t\t<h2 class=\"l-aboutNikkei_title\">日本経済新聞社について</h2>\r\n\t\t\t<ul class=\"l-aboutNikkei_list\">\r\n\t\t\t\t<li><a href=\"http://www.nikkei.co.jp/nikkeiinfo/\" target=\"_blank\">会社情報・お知らせ</a></li>\r\n\t\t\t\t<li><a href=\"http://pr.nikkei.com/share/\" target=\"_blank\">記事利用</a></li>\r\n\t\t\t\t<li><a href=\"http://www.nikkei.co.jp/privacy/\" target=\"_blank\">個人情報の取り扱い</a></li>\r\n\t\t\t\t<li><a href=\"http://www.nikkei.co.jp/saiyo/\" target=\"_blank\">本社採用案内</a></li>\r\n\t\t\t\t<li><a href=\"http://www.nikkei.co.jp/nikkeiinfo/company/group.html\" target=\"_blank\">日経グループ情報</a></li>\r\n\t\t\t\t<li><a href=\"http://adweb.nikkei.co.jp/\" target=\"_blank\">新聞広告お申し込みガイド</a></li>\r\n\t\t\t\t<li><a href=\"http://www.nikkei4946.com/\" target=\"_blank\">紙面紹介と購読案内</a></li>\r\n\t\t\t\t<li><a href=\"https://www.nikkei4946.com/b2b/\" target=\"_blank\">法人お問い合わせ窓口</a></li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n<div class=\"l-copyright\">\r\n\t<div class=\"l-copyright_body\">\r\n\t\t<span class=\"l-copyright_logo\">\r\n\t\t\t<!--[if lte IE 8]><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_footer.png\" title=\"NIKKEI\" alt=\"NIKKEI\" /><![endif]-->\r\n\t\t\t\t<!--[if gte IE 9]><!--><img src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/images/common/logo_nikkei_footer.svg\" title=\"NIKKEI\" alt=\"NIKKEI\" /><!--<![endif]-->\r\n\t\t\t</span>\r\n\t\t<span class=\"l-copyright_text\">Nikkei Inc. No reproduction without permission.</span>\r\n\t</div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n_nkconf.DATA_ENGLISH_GUIDE_URL=\"/async/async.do/?ae=P_LK_ILGUIDE&sv=NX\";_nkconf.DATA_CHINESE_GUIDE_URL=\"/async/async.do/?ae=P_LK_ILGUIDE_CHINESE&sv=NX\";_nkconf.ENGLISH_GUIDE_FLG=true;_nkconf.IS_TOPPAGE=false;_nkconf.BREAKING={global_load:70000,global_close:\"1\",global_expire:\"day\"};</script>\r\n<script type=\"text/javascript\" src=\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/nkds.footer.min.js\"></script><script type=\"text/javascript\">\r\n</script>\r\n\r\n<script type=\"text/javascript\" id=\"NK_JSID_SMARTGUIDE\" src=\"//partsa.nikkei.com/parts/js/smartguide.20180329_1.js?ug=DGXMZO3189766018062018000000\"></script>\r\n<!--SiteCatalyst code-->\r\n<script type=\"text/javascript\">\r\nvar prop1 = \"DS-記事\";\r\nvar prop2 = \"DS-記事\";\r\n\r\nvar now = new Date();\r\nvar pageName = location.href;\r\n\r\nvar channel = \"DS\";\r\nvar server = location.host;\r\n\r\nvar pageType = \"\";\r\nvar prop3 = \"米朝首脳直通電話　習氏に挑むトランプ戦術の成否\";\r\nvar prop4 = \"96958A9F889DE1E3EAEBE5E4E4E2E3EAE2E4E0E2E3EAE2E2E2E2E2E2\";\r\n\r\nvar prop5 = \"1\";\r\n\r\nvar prop6 = now.getHours();\r\n\r\nvar prop14 = \"DGXMZO3189766018062018000000\";\r\nvar prop16 = \"\";\r\nvar prop17 = \"\";\r\nvar prop18 = \"\";\r\nvar prop20 = \"\";\r\n\r\nvar prop21 = \"日本経済新聞　電子版\";\r\nvar prop22 = \"\";\r\nvar prop28 = \"1\";\r\nvar prop37 = \"\";\r\nvar prop38 = \"\";\r\nif(prop39 == undefined){\r\nvar prop39 = \"1\";\r\n} else {\r\nprop39 = \"1\";\r\n}\r\n\r\nvar prop40 = \"0\";\r\n\r\nif(prop46 === undefined){\r\nvar prop46 = \"0\";\r\n}\r\n\r\n\r\nvar eVar6='[\"DF_KONSHIN____\",\"DF_MLMG_______\",\"DF_SECA_______\",\"DF_SECC_______\",\"DF_T__________\"]';\r\nvar eVar7='[\"DF_SECA_C1____\",\"DF_SECA_C2____\",\"DF_SECC_C0____\",\"DF_SECC_C1____\",\"DF_SECC_C2____\",\"DF_SECC_C7____\",\"DF_TA_17090321\",\"DF_TA_17090322\",\"DF_TA_18042000\",\"DF_TB_17101600\",\"DF_TD_17101300\"]';\r\n\r\n\r\nvar sKeyword = \"\";\r\n</script><!-- SiteCatalyst code version: H.9.\r\nCopyright 1997-2007 Omniture, Inc. More info available at\r\nhttp://www.omniture.com -->\r\n<script type=\"text/javascript\">\r\n(function(c1,c2){function lsc(scn,func){var sc=document.createElement('script');sc.type='text/javascript';sc.src=scn;if(func){if(window.ActiveXObject){sc.onreadystatechange=function(){var sState=sc.readyState;if((sState=='complete')||(sState=='loaded')){func()}}}else{sc.onload=function(){func()}}}document.getElementsByTagName(\"head\")[0].appendChild(sc)}function lcdds(){lsc(c1,lcds)}function lcds(){lsc(c2)}lcdds()})\r\n(\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/SC/s_codedsall.js\",\"//assets.nikkei.jp/release/v3.1.23/parts/ds/script/SC2/s_cDS.js\");\r\n</script>\r\n<script type=\"text/javascript\">\r\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\r\n</script>\r\n<noscript>\r\n<a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img src=\"http://nikkei.d1.sc.omtrdc.net/b/ss/nikkeicojpgrpmstallprod,nikkeicojpdsmstallprod,nikkeicojpdsmstdsprod,nikkeicojpdsnewsxprod/1/H.9--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\r\n</a>\r\n</noscript>\r\n<!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.9. -->\r\n<!--/SiteCatalyst code-->\r\n<script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\r\n<script type='text/javascript'>\r\n    var _sf_async_config={};\r\n    /** CONFIGURATION START **/\r\n    _sf_async_config.uid = 54438;\r\n    _sf_async_config.domain = 'nikkei.com';\r\n    _sf_async_config.useCanonical = true;\r\n    _sf_async_config.sections = prop1;\r\n    _sf_async_config.authors = 'nikkei';\r\n    /** CONFIGURATION END **/\r\n    (function(){\r\n      function loadChartbeat() {\r\n        window._sf_endpt=(new Date()).getTime();\r\n        var e = document.createElement('script');\r\n        e.setAttribute('language', 'javascript');\r\n        e.setAttribute('type', 'text/javascript');\r\n        e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\r\n        document.body.appendChild(e);\r\n      }\r\n      var oldonload = window.onload;\r\n      window.onload = (typeof window.onload != 'function') ?\r\n         loadChartbeat : function() { oldonload(); loadChartbeat(); };\r\n    })();\r\n</script>\r\n<div id=\"JSID_baseTail\"></div>\r\n<script type=\"text/javascript\">_satellite.pageBottom();</script>\r\n\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"da29c19cda\",\"agent\":\"\",\"beacon\":\"bam.nr-data.net\",\"applicationTime\":228,\"applicationID\":\"91347868\",\"transactionName\":\"NFAAbBFTW0sHVBYNVg0aMUwRR0FLJ1QWDVYNGghITVFaFghSAUpXCl4JXQocUUtIXwMNSgtcDBYTU1JdSFMLF0kCQQFQBkAbfA9EEgVNAF0HSiJRQVEJWQ==\",\"queueTime\":0}</script></body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/japanese_article2.html",
    "content": "\n\n<!doctype html>\n<!--[if IE]><html class=\"ie\" lang=\"ja\" prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\"><![endif]-->\n<html lang=\"ja\" prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\" />\n\n<title>動画：ナイジェリアで少女らによる自爆攻撃、ロケット弾も撃ち込まれ31人死亡　写真1枚　国際ニュース：AFPBB News</title>\n<meta name=\"description\" content=\"【6月18日 AFP】ナイジェリア北東部ボルノ（Borno）州で16日夜、イスラム過激派組織「ボコ・ハラム（Boko Haram）」によるものと思われる少女を使った自爆攻撃が起き、31人が死亡した。\">\n\n<meta name=\"twitter:card\" content=\"photo\">\n<meta name=\"twitter:site\" content=\"@afpbbcom\">\n<meta property=\"og:title\" content=\"動画：ナイジェリアで少女らによる自爆攻撃、ロケット弾も撃ち込まれ31人死亡\" id=\"og-title\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:url\" content=\"http://www.afpbb.com/articles/-/3178894\" id=\"og-url\">\n<meta property=\"og:image\" content=\"http://afpbb.ismcdn.jp/mwimgs/7/8/1000x/img_78b12987efed76066134014edcd4ba45104529.jpg\" id=\"og-image\">\n<meta property=\"og:description\" content=\"【6月18日 AFP】ナイジェリア北東部ボルノ（Borno）州で16日夜、イスラム過激派組織「ボコ・ハラム（Boko Haram）」によるものと思われる少女を使った自爆攻撃が起き、31人が死亡した。\">\n<meta property=\"fb:admins\" content=\"148818285196349\">\n<meta property=\"fb:pages\" content=\"148818285196349\">\n<meta name=\"category\" content=\"news\">\n<meta name=\"epoch-publish-date\" content=\"1529283660000\">\n<meta name=\"epoch-end-date\" content=\"1623942000000\">\n<link rel=\"amphtml\" href=\"http://www.afpbb.com/articles/amp/3178894\">\n<meta name=\"cXenseParse:pageclass\" content=\"article\">\n<meta name=\"cXenseParse:recs:publishtime\" content=\"2018-06-18T10:01:00.000Z\">\n<meta name=\"cXenseParse:afp-publicdate\" content=\"2018/06/18\">\n<meta name=\"cXenseParse:afp-publicmonth\" content=\"2018/06\">\n<meta name=\"cXenseParse:afp-publictime\" content=\"10:01:00\">\n<meta property=\"article:modified_time\" content=\"2018-06-18T13:57:57.000Z\">\n<meta name=\"cXenseParse:afp-category\" content=\"ニュース\">\n<meta name=\"cXenseParse:afp-subcategory\" content=\"戦争・紛争\">\n<meta name=\"cXenseParse:afp-subcategory\" content=\"okg\">\n<meta name=\"cXenseParse:afp-subcategory\" content=\"m_afp_afpmov\">\n<meta name=\"cXenseParse:afp-subcategory\" content=\"mov-sn\">\n<meta name=\"cXenseParse:afp-country\" content=\"ナイジェリア\">\n<meta name=\"cXenseParse:afp-city\" content=\"カノ\">\n<meta name=\"cXenseParse:afp-photos\" content=\"1\">\n<meta name=\"cXenseParse:afp-id\" content=\"3178894\">\n<!--icon-->\n<link rel=\"shortcut icon\" href=\"http://afpbb.ismcdn.jp/common/images/favicon.ico\"><link rel=\"apple-touch-icon\" href=\"http://afpbb.ismcdn.jp/common/images/apple-touch-icon.png\">\n  <link rel=\"stylesheet\" href=\"http://afpbb.ismcdn.jp/common/css/afp-v3/leaf.css?v3007\">\n<script src=\"https://code.jquery.com/jquery-3.3.1.min.js\"></script>\n<!--[if lte IE 9]><script async src=\"http://afpbb.ismcdn.jp/common/js/afp/modernizr.pc.js\"></script><![endif]-->\n<script async type=\"text/javascript\" src=\"http://afpbb.ismcdn.jp/common/js/cx-scrolldepth-ck.js\"></script>\n\n<script type=\"text/javascript\">\n(function() {\nvar purl = window.location.href;\nvar url = '//ads.pubmatic.com/AdServer/js/pwt/70684/119';\nvar profileVersionId = '';\nif(purl.indexOf('pwtv=')>0){\n\tvar regexp = /pwtv=(.*?)(&|$)/g;\n\tvar matches = regexp.exec(purl);\n\tif(matches.length >= 2 && matches[1].length > 0){\n\t\tprofileVersionId = '/'+matches[1];\n\t}\n}\nvar wtads = document.createElement('script');\nwtads.async = true;\nwtads.type = 'text/javascript';\nwtads.src = url+profileVersionId+'/pwt.js';\nvar node = document.getElementsByTagName('script')[0];\nnode.parentNode.insertBefore(wtads, node);\n})();\n</script>\n\n<script type='text/javascript'>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\nvar gads = document.createElement('script');\ngads.async = true;\ngads.type = 'text/javascript';\nvar useSSL = 'https:' == document.location.protocol;\ngads.src = (useSSL ? 'https:' : 'http:') +\n'//www.googletagservices.com/tag/js/gpt.js';\nvar node = document.getElementsByTagName('script')[0];\nnode.parentNode.insertBefore(gads, node);\n})();\n</script>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() {\n\n  googletag.defineSlot('/4537277/PC_Text_1', [600, 20], 'text1').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_Text_2', [600, 20], 'text2').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_1st_728x90', [[1, 1], [728, 90], [970, 250]], 'pc1st').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_middleRec_L', [[1, 1], [300, 250]], 'midlleL').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_middleRec_R', [[1, 1], [300, 250]], 'midlleR').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_1st_Rec', [300, 250], 'rec1st').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_2nd_Rec', [[1, 1], [300, 250], [300, 600]], 'rec2nd').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_3rd_Rec', [[1, 1], [300, 250], [300, 600]], 'rec3rd').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_tds_ir', [1, 1], 'pcTds').addService(googletag.pubads());\n  googletag.defineSlot('/4537277/PC_skin', [1, 1], 'pcSkin').addService(googletag.pubads());\n\n\n  googletag.pubads().setTargeting('gAD', 'okg');\n  googletag.pubads().setTargeting('category', 'news');\n  googletag.pubads().setTargeting('articleID', '3178894');\n  googletag.pubads().setTargeting('subcategory', ['戦争・紛争','okg','m_afp_afpmov','mov-sn']);\n  googletag.pubads().setTargeting('pic', '001');\n   googletag.enableServices();\n});\n</script>\n\n\n<!-- google-analytics -->\n<script type=\"text/javascript\">\n\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n\tga('create', 'UA-1030191-1', {'sampleRate': 10});\n\tga('set', 'contentGroup1', 'news');\n\tga('set', 'contentGroup2', '2014template');\n\tga('set', 'contentGroup3', 'okg');\n\tga('set', 'contentGroup4', '');\n\tga('send', 'pageview');\n</script>\n\n\n<!-- Cxense script start -->\n<script type=\"text/javascript\">\n  var CXID = '9222352878741167893';\n  var cX = cX || {}; cX.callQueue = cX.callQueue || [];\n  var cx_props = cx_props || {}; cx_props['k'] = [];\n  cX.callQueue.push([\"invoke\",function(){var cp={},sa={},cpMaxLen=40;try{var refhost=cX.library._findRealReferrer().split(\"/\")[2];refhost&&location.hostname!==refhost&&(cp.referrer_host=sa.referrer_host_S=refhost.slice(0,cpMaxLen))}catch(b){}var u=[\"utm_source\",\"utm_medium\",\"utm_term\",\"utm_content\",\"utm_campaign\"];location.search&&location.search.substring(1).split(\"&\").forEach(function(b){try{var a=b.split(\"=\");\"cx_\"===a[0].slice(0,3)&&a[1]?sa[a[0].replace(/^cx_/,\"\")+\"_S\"]=decodeURIComponent(a[1]).slice(0,cpMaxLen):-1!==u.indexOf(a[0].toLowerCase())&&a[1]&&(cp[a[0].toLowerCase()]=sa[a[0].toLowerCase()+\"_S\"]=decodeURIComponent(a[1]).slice(0,cpMaxLen))}catch(c){}});if(cX.getUserId(!1))try{var t=(new Date).getTime()-parseInt(cX.library.m_atfr.match(/altm=(\\d+)/)[1]);if(18E5<=t){cX.stopAllSessionAnnotations();var da=Math.floor(t/864E5);cp.elapsed=1>da?sa.elapsed_S=\"1\\u65e5\\u4ee5\\u5185\":7>da?sa.elapsed_S=String(da)+\"\\u65e5\\u3076\\u308a\":31>da?sa.elapsed_S=String(Math.floor(da/7))+\"\\u9031\\u9593\\u3076\\u308a\":365>da?sa.elapsed_S=String(Math.floor(da/31))+\"\\u30f6\\u6708\\u3076\\u308a\":sa.elapsed_S=\"1\\u5e74\\u4ee5\\u4e0a\"}}catch(b){}else cp.newuser=sa.newuser_S=\"true\";var originalRef=document.referrer;if(originalRef.match(/faeb92b469b40c9d72e4-dc920caace12a27e58d45a42e86d29a2\\.ssl\\.cf2\\.rackcdn\\.com\\/generic_v[0-9]+\\.html/)||originalRef.match(/cdn\\.cxpublic\\.com\\/generic_v[0-9]+\\.html/))sa.cx_source_S=\"cxrecs\";0<Object.keys(cp).length&&cX.setCustomParameters(cp);0<Object.keys(sa).length&&cX.startSessionAnnotation(sa);try{\"newuser_S\"in cX.library._getSessionAnnotations()&&cx_props.k.push(\"newuser\")}catch(b){};}]);\n  cX.callQueue.push(['setSiteId', CXID]);\n  cX.callQueue.push(['sendPageViewEvent']);\n</script>\n<script type=\"text/javascript\">\n(function(d,s,e,t){e=d.createElement(s);e.type='text/java'+s;e.async='async';\ne.src='http'+('https:'===location.protocol?'s://s':'://')+'cdn.cxense.com/cx.js';\nt=d.getElementsByTagName(s)[0];t.parentNode.insertBefore(e,t);})(document,'script');\n</script>\n<!-- Cxense script end -->\n\n<script type=\"text/javascript\">\nwindow._taboola = window._taboola || [];\n_taboola.push({article:'auto'});\n!function (e, f, u, i) {\n\tif (!document.getElementById(i)){\n\t\te.async = 1;\n\t\te.src = u;\n\t\te.id = i;\n\t\tf.parentNode.insertBefore(e, f);\n\t}\n}(document.createElement('script'),\ndocument.getElementsByTagName('script')[0],\n'//cdn-ycd.c.yimg.jp/libtrc/yahoojp-afpbbcom/loader.js',\n'tb_loader_script');\nif(window.performance && typeof window.performance.mark == 'function')\n\t{window.performance.mark('tbl_ic');}\n</script>\n\n</head>\n<body id=\"default\" class=\"war-unrest article okg m_afp_afpmov mov-sn\">\n<noscript><aside class=\"alert\">現在JavaScriptが無効になっています。すべての機能を利用するためには、JavaScriptの設定を有効にしてください。</aside></noscript>\n<div id=\"nav-height\"></div>\n\n<nav id=\"common-nav\">\n\n<div id=\"nav-wrap\">\n\t<a href=\"/?cx_part=nav\" id=\"nav-logo\"><img src=\"http://afpbb.ismcdn.jp/common/images/logo_afpbb.svg\" width=\"140\" height=\"85\" alt=\"AFPBB News\"/><h1 class=\"hide-text\"><span class=\"hide-text\">国際ニュース：AFPBB News</span></h1></a>\n\t<ul class=\"flex nav-menu\">\n\t\t<li class=\"nav-cate latest\"><a href=\"/list/latest?cx_part=nav\">Latest</a></li>\n\t\t<li class=\"nav-cate ranking\"><a href=\"/list/ranking?cx_part=nav\">Popular</a></li>\n\t\t<li class=\"current nav-cate news nav-menu-hover\">\n\t\t\t<a href=\"/category/news?cx_part=nav\">News<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/politics-economy?cx_part=nav\">政治・経済</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/soc-dis-acc-cri?cx_part=nav\">社会</a></li>\n\t\t\t\t<li class=\"current nav-menu-cate\"><a href=\"/category/war-unrest?cx_part=nav\">戦争・紛争</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/env-sci?cx_part=nav\">環境・科学</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/it?cx_part=nav\">テクノロジー</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/lifestyle?cx_part=nav\">ライフ</a></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t<li class=\"nav-cate sports nav-menu-hover\">\n\t\t\t<a href=\"/category/sports?cx_part=nav\">Sports<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/soccer?cx_part=nav\">サッカー</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/tennis?cx_part=nav\">テニス</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/golf?cx_part=nav\">ゴルフ</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/basketball?cx_part=nav\">バスケ</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/motor-sports??cx_part=nav\">モーター</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/baseball?cx_part=nav\">野球</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/nfl?cx_part=nav\">アメフト</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/winter?cx_part=nav\">ウインター</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/cycling?cx_part=nav\">自転車</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/sports-others?cx_part=nav\">その他</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/gorin?cx_part=nav\">五輪</a></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t<li class=\"nav-cate worldcup nav-menu-hover\">\n\t\t\t<a href=\"/category/worldcup?cx_part=nav\">World Cup<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/wc2018match?cx_part=nav\">試合</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/wc2018news?cx_part=nav\">ニュース</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/wc2018data?cx_part=nav\">ルックバック</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/wc2018goal?cx_part=nav\">3Dゴール</a></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t\n\t\t<li class=\"nav-cate video current\"><a href=\"/subcategory/m_afp_afpmov?cx_part=nav\">Video</a></li>\n\t\t<li class=\"nav-cate focus nav-menu-hover\">\n\t\t\t<a>Focus<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/subcategory/column?cx_part=nav\">記者コラム</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/category/theme?cx_part=nav\">特集</a></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t<li class=\"nav-cate fashion\"><a href=\"/subcategory/big_gallery?cx_part=nav\" >Photo</a></li>\n\t\t<li class=\"nav-cate photo nav-menu-hover\">\n\t\t\t<a>Fashion<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/subcategory/m_mode?cx_part=nav\">スタイル</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/subcategory/wp?cx_part=nav\">時計</a></li>\n\t\t\t\t<li class=\" nav-menu-cate\"><a href=\"/subcategory/m_modewatch?cx_part=nav\">インフォメーション</a></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t<li class=\"nav-cate area nav-menu-hover\">\n\t\t\t<a>Area<i class=\"arrow arrow-down\">&or;</i></a>\n\t\t\t<ul class=\"nav-menu-sub\">\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/Europe?cx_part=nav\">ヨーロッパ</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/Africa?cx_part=nav\">アフリカ</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/MiddleEast-NorthAfrica?cx_part=nav\">中東・北アフリカ</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/Russia-CIS?cx_part=nav\">ロシア・CIS</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/China-Taiwan?cx_part=nav\">中国・台湾</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/Korea-NorthKorea?cx_part=nav\">韓国・北朝鮮</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/Asia-Oceania?cx_part=nav\">アジア・オセアニア</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/NorthAmerica?cx_part=nav\">北米</a></li>\n\t\t\t\t<li class=\"nav-menu-cate\"><a href=\"/subcategory/LatinAmerica?cx_part=nav\">中南米</a></li>\n\t\t\t</ul>\n\t\t</li>\n\n\t\t<form id=\"site-search\" role=\"search\" class=\"clearfix\" name=\"site-search\" method=\"get\" action=\"/search\" autocomplete=\"on\">\n\t\t<li class=\"nav-cate nav-search nav-menu-hover\">\n\t\t\t<a><button id=\"btn-search\" class=\"fa fa-search\" type=\"submit\" aria-hidden=\"true\"></button></a>\n\t\t\t<div class=\"nav-menu-sub flex\">\n\t\t\t\t<div id=\"site-search-input\">\n\t\t\t\t\t<div id=\"btn-close\" class=\"fa fa-times weight-light-b\"></div>\n\t\t\t\t\t<input id=\"keyword\" class=\"input-txt\" type=\"text\" value=\"\" name=\"fulltext\" placeholder=\"検索\">\n\t\t\t\t\t<input value=\"AFPBB&gt;記事\" name=\"category[]\" type=\"hidden\" />\n\t\t\t\t\t<input value=\"ワールドカップ\" name=\"category[]\" type=\"hidden\" />\n\t\t\t\t\t<input value=\"五輪\" name=\"category[]\" type=\"hidden\" />\n\t\t\t\t\t<input value=\"時事通信\" name=\"category[]\" type=\"hidden\" />\n\t\t\t\t</div>\t\t\t\t\n\t\t\t</div>\n\t\t</li>\n\t\t</form>\n\t</ul>\n</div>\n</nav>\n<aside class=\"bnr\" id=\"pc_1st_728x90\">\n<!-- /4537277/PC_1st_728x90 -->\n<div id='pc1st'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('pc1st'); });\n</script>\n</div>\n</aside>\n\n<div id=\"container\" class=\"clear\">\n\n<div id=\"article-wrap\">\n<div class=\"item flex okg m_afp_afpmov mov-sn\" data-id=\"3178894\">\n<main class=\"main\">\n<article id=\"article-contents\">\n\n<header class=\"article-signage clear\">\n    <div class=\"subcate\">\n\n\n\n\n<a href=\"/category/news?cx_part=sub_button\" class=\"btn btn-bl\">ニュース</a>\n\n\n<a href=\"/category/war-unrest?cx_part=sub_button\" class=\"btn btn-bl\">戦争・紛争</a>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<a href=\"/subcategory/m_afp_afpmov?cx_part=sub_button\" class=\"btn btn-blue\">Video</a>\n\n\n\n\n</div>\n    \n    <h1 class=\"title\">動画：ナイジェリアで少女らによる自爆攻撃、ロケット弾も撃ち込まれ31人死亡</h1>\n    \n    <div>\n      <span class=\"day\">2018年6月18日 10:01　<span class=\"location\">発信地：カノ/ナイジェリア\n\n\t\t[\n\t\t\t\t<a href=\"/subcategory/Nigeria\">ナイジェリア</a>\n\t\t\t\t<a href=\"/subcategory/Africa\">アフリカ</a>\n\t\t]\n\n  \t\t</span></span>\n    </div>\n    \n    \n  </header>\n\n<section class=\"article-sns\">\n<h2 class=\"hide-text\">このニュースをシェア</h2>\n<!--SNS-->\n<script>\n(function(w,d){\n\tvar s,e = d.getElementsByTagName(\"script\")[0],\n\ta=function(u,f){if(!d.getElementById(f)){s=d.createElement(\"script\");\n\ts.async=!0;s.src=u;if(f){s.id=f;}e.parentNode.insertBefore(s,e);}};\n\ta(\"//platform.twitter.com/widgets.js\",\"twitter-wjs\");\n\ta(\"//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.0&appId=758658920896835\");\n})(this, document);\n</script>\n<div class=\"flex flex-center sns\">\n  <a class=\"fa fa-twitter fa-2x btn\" href=\"//twitter.com/share?count=horizontal&amp;original_referer=http%3A%2F%2Fwww.afpbb.com%2Farticles%2F-%2F3178894%3Fpid%3D20237040&amp;text=%E5%8B%95%E7%94%BB%EF%BC%9A%E3%83%8A%E3%82%A4%E3%82%B8%E3%82%A7%E3%83%AA%E3%82%A2%E3%81%A7%E5%B0%91%E5%A5%B3%E3%82%89%E3%81%AB%E3%82%88%E3%82%8B%E8%87%AA%E7%88%86%E6%94%BB%E6%92%83%E3%80%81%E3%83%AD%E3%82%B1%E3%83%83%E3%83%88%E5%BC%BE%E3%82%82%E6%92%83%E3%81%A1%E8%BE%BC%E3%81%BE%E3%82%8C31%E4%BA%BA%E6%AD%BB%E4%BA%A1&amp;url=http%3A%2F%2Fwww.afpbb.com%2Farticles%2F-%2F3178894%3Fpid%3D20237040&amp;via=afpbbcom\" onclick=\"window.open(this.href, 'tweetwindow', 'width=550, height=450,personalbar=0,toolbar=0,scrollbars=1,resizable=1'); return false;\"></a>\n  <a class=\"fa fa-facebook fa-2x btn\" href=\"//www.facebook.com/share.php?u=http%3A%2F%2Fwww.afpbb.com%2Farticles%2F-%2F3178894%3Fpid%3D20237040\" onclick=\"window.open(this.href, 'FBwindow', 'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes'); return false;\"></a>\n  <a class=\"fa fa-envelope fa-2x btn\" href=\"mailto:?subject=%E5%8B%95%E7%94%BB%EF%BC%9A%E3%83%8A%E3%82%A4%E3%82%B8%E3%82%A7%E3%83%AA%E3%82%A2%E3%81%A7%E5%B0%91%E5%A5%B3%E3%82%89%E3%81%AB%E3%82%88%E3%82%8B%E8%87%AA%E7%88%86%E6%94%BB%E6%92%83%E3%80%81%E3%83%AD%E3%82%B1%E3%83%83%E3%83%88%E5%BC%BE%E3%82%82%E6%92%83%E3%81%A1%E8%BE%BC%E3%81%BE%E3%82%8C31%E4%BA%BA%E6%AD%BB%E4%BA%A1&amp;body=http%3A%2F%2Fwww.afpbb.com%2Farticles%2F-%2F3178894%3Fpid%3D20237040&ensp;国際ニュース：AFPBB&ensp;News\"></a>\n</div>\n</section>\n\n\n\n<figure id=\"photos\" class=\"flag_ article-photo\">\n\n<div class=\"flex flex-center photo-wrapper thumb\">\n\n\n\t<iframe width=\"100%\" height=\"100%\" src=\"https://players.brightcove.net/5615997992001/default_default/index.html?videoId=5798607383001\" frameborder=\"0\" allowfullscreen></iframe>\n\n\n\n\n</div>\n\n\n\n\n</figure>\n\n\n\n\n\n\n\n<!-- cxenseparse_start -->\n<div class=\"article-body clear\">\n<p>【6月18日 AFP】ナイジェリア北東部ボルノ（<a class=\"searchLink\" href=\"/search?fulltext=Borno&amp;category%5B%5D=AFPBB&gt;記事&amp;category%5B%5D=ワールドカップ&amp;category%5B%5D=五輪\">Borno</a>）州で16日夜、イスラム過激派組織「ボコ・ハラム（<a class=\"searchLink\" href=\"/search?fulltext=Boko Haram&amp;category%5B%5D=AFPBB&gt;記事&amp;category%5B%5D=ワールドカップ&amp;category%5B%5D=五輪\">Boko Haram</a>）」によるものと思われる少女を使った自爆攻撃が起き、31人が死亡した。地元当局者と民兵指導者が17日、AFPに明らかにした。</p>\r\n<p>　攻撃はボルノ州の町ダンボア（<a class=\"searchLink\" href=\"/search?fulltext=Damboa&amp;category%5B%5D=AFPBB&gt;記事&amp;category%5B%5D=ワールドカップ&amp;category%5B%5D=五輪\">Damboa</a>）で、イスラム教の断食月「ラマダン（<a class=\"searchLink\" href=\"/search?fulltext=Ramadan&amp;category%5B%5D=AFPBB&gt;記事&amp;category%5B%5D=ワールドカップ&amp;category%5B%5D=五輪\">Ramadan</a>）」明けの祭り「イード・アル・フィトル（<a class=\"searchLink\" href=\"/search?fulltext=Eid al-Fitr&amp;category%5B%5D=AFPBB&gt;記事&amp;category%5B%5D=ワールドカップ&amp;category%5B%5D=五輪\">Eid al-Fitr</a>）」の祝いから帰る途中の人々を狙って起きたもので、ボコ・ハラムの犯行と思われる特徴があった。</p>\r\n<p>　数回の自爆の後、襲撃者らは自爆攻撃の現場に集まった群集の中に携行式ロケット弾を撃ち込み、死傷者がさらに増えた。</p>\r\n<p>　地元の民兵指導者は「昨夜ダンボアで2度の自爆攻撃とロケット弾による爆発があり、31人が死亡した。その他に数人が負傷した」と語り、ボコ・ハラムの犯行であることは明らかだと述べた。</p>\r\n<p>　地元当局者は「死傷者の大半は町の外から発射されたロケット弾によるものだった。事件後に、自爆攻撃が6人の少女によって実行されたことが明らかになった。救急隊が現場で6人の頭部を発見した。顔つきからして7歳から10歳までの少女だった」と述べた。</p>\r\n<p>　政府はボコ・ハラムが劣勢にあると繰り返し主張しているが、あるアナリストは「ボコ・ハラムはナイジェリア北東部で大量の死傷者を出す攻撃を行う意図と作戦能力を維持している」と指摘している。(c)AFP/Aminu ABUBAKAR</p>\n</div>\n<!-- cxenseparse_end -->\n\n\n\n\n\n\n<div class=\"article-category\">\n\n\n\n\n\n\n<a href=\"/category/war-unrest?cx_part=sub_button\">戦争・紛争 一覧へ<i class=\"arrow\">&gt;</i></a>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n</div>\n<div class=\"article-buy\">\n\t<a href=\"/list/helpaboutphoto/regist?purl=http://www.afpbb.com/articles/-/3178894?pid=0\" class=\"btn\">メディア・報道関係・法人の方向け 写真・動画 購入のお問合せ<i class=\"arrow\">&gt;</i></a>\n</div>\n\n\n</article>\n\n<aside class=\"pr-text\">\n<div class=\"txt\">\n<span class=\"sb\">PR :</span>\n\t<!-- /4537277/PC_Text_1 -->\n\t<div id='text1' style=\"position: relative; left: 40px; top: -1px;\">\n  <script type='text/javascript'>\n  googletag.cmd.push(function() { googletag.display('text1'); });\n  </script>\n\t</div>\n</div>\n<div style=\"position: relative;\">\n<span class=\"sb\">PR :</span>\n\t<!-- /4537277/PC_Text_2 -->\n\t<div id='text2' style=\"position: relative; left: 40px; top: -1px;\">\n  <script type='text/javascript'>\n  googletag.cmd.push(function() { googletag.display('text2'); });\n  </script>\n\t</div>\n</div>\n</aside>\n\n\n\n<aside class=\"banner-double ad bnr clear\">\n<!-- /4537277/PC_middleRec_L -->\n<div id='midlleL'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('midlleL'); });\n</script>\n</div>\n<!-- /4537277/PC_middleRec_R -->\n<div id='midlleR'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('midlleR'); });\n</script>\n</div>\n</aside>\n<section id=\"widget-outbrain\" class=\"widget-reccomend\">\n<script type=\"text/javascript\" async=\"async\" src=\"//widgets.outbrain.com/outbrain.js\"></script>\n<div class=\"OUTBRAIN\" data-src=\"http://www.afpbb.com/articles/-/3178894\" data-widget-id=\"AR_2\"></div>\n</section>\n<section id=\"widget-popin\" class=\"widget-reccomend\">\n<h2 class=\"title title-center\">あわせて読みたい</h2>\n<div id=\"_popIn_recommend\"></div>\n</section>\n\n\n</main>\n\n<div class=\"sub\">\n<div id=\"sticky-wrap\">\n<aside class=\"bnr\" id=\"pc_1st_rec\">\n<!-- /4537277/PC_1st_Rec -->\n<div id='rec1st'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('rec1st'); });\n</script>\n</div>\n</aside>\n<section id=\"common-topstory\">\n<h2 class=\"title title-center\">Top story</h2>\n<ul>\n  <li class=\"thumb-grad thumb-AD\">\n    <a href=\"http://www.afpbb.com/articles/-/3179156?cx_part=topstory\" class=\"block\">\n      <h3 class=\"title thumbtitle\">金正恩氏が訪中、習国家主席と会談 中国国営メディアが報道</h3>\n      <div class=\"thumb backimg\" style=\"background-image:url(http://afpbb.ismcdn.jp/mwimgs/6/c/300w/img_6ca89b8517f2ba26476efa4f4fc6226485635.jpg);\"></div>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"http://www.afpbb.com/articles/-/3179129?cx_part=topstory\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/7/4/120x100/img_748985d8f6320630ca42d044b55a8ff7102635.jpg\"></div>\n      <h3 class=\"title flex\">「大統領と呼ぶように」マクロン氏、愛称で声掛けた中学生にお説教</h3>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"http://www.afpbb.com/articles/-/3179163?cx_part=topstory\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/f/2/120x100/img_f2b1c8fd9dd1eae1993ae48b34d20729106383.jpg\"></div>\n      <h3 class=\"title flex\">日本がコロンビアから金星、アジア勢はW杯史上初めて南米チ―ムに勝利</h3>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"http://www.afpbb.com/articles/-/3177406?cx_part=topstory\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/8/0/120x100/img_807a2241c52290ca8c6ee3392c13300463857.jpg\"></div>\n      <h3 class=\"title flex\">【AFP記者コラム】地中海で「やつらをぶちのめせ」</h3>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"http://www.afpbb.com/articles/-/3177504?cx_part=topstory\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/0/6/120x100/img_065f69254775f4a96ad66fa4d1c15ce246628.jpg\"></div>\n      <h3 class=\"title flex\">【特集】AFPのベストショット：5月26日～6月1日</h3>\n    </a>\n  </li>\n</ul>\n</section>\n<div id=\"pc_2nd_rec\" class=\"sticky\">\n<aside class=\"bnr\">\n<!-- /4537277/PC_2nd_Rec -->\n<div id='rec2nd'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('rec2nd'); });\n</script>\n</div>\n</aside>\n\n<section id=\"common-pr\">\n<h2 class=\"title title-center\">Special PR</h2>\n<ul>\n  <li class=\"thumb-list\">\n    <a href=\"/category/jiji-trend?cx_part=sponsored\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/1/e/83x60/img_1ed85a9b2f9d257ded991014e1c057665550.jpg\"></div>\n      <h3 class=\"title flex\">「時事トレンド」に注目！<span class=\"day block\">グローバルな視点で世界を見渡してみよう</span></h3>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"/articles/-/3144366?cx_part=sponsored\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/8/9/83x60/img_89e83142be1259d0beb330202949ef165303.jpg\"></div>\n      <h3 class=\"title flex\">特集：北朝鮮情勢<span class=\"day block\">緊張高まる北朝鮮情勢、世界から届いた最新情報と解説</span></h3>\n    </a>\n  </li>\n  <li class=\"thumb-list\">\n    <a href=\"/list/sp/recruit/?cx_part=sponsored\" class=\"block flex\">\n      <div class=\"thumb thumb-s flex flex-center\"><img src=\"http://afpbb.ismcdn.jp/mwimgs/6/c/83x60/img_6cf5e49935df36ff278785f504e67daa4327.jpg\"></div>\n      <h3 class=\"title flex\">採用情報<span class=\"day block\">『AFPBB News』を運営するスタッフを募集します</span></h3>\n    </a>\n  </li>\n</ul>\n</section>\n\n</div>\n</div>\n<aside id=\"pc_3rd_rec\" class=\"bnr pc_3rd_rec sticky\">\n<!-- /4537277/PC_3rd_Rec -->\n<div id='rec3rd'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('rec3rd'); });\n</script>\n</div>\n</aside>\n</div>\n\n</div>\n</div>\n</div>\n\n\n<div class=\"footer-info\">\n  <img src=\"http://afpbb.ismcdn.jp/common/images/logo_afpbb.svg\" width=\"92\" height=\"54\" alt=\"AFPBB News\" class=\"logo-afp-svg\"/><span class=\"hide-text\">AFPBB News</span>\n  <p class=\"day\">AFPBB Newsに掲載している写真・見出し・記事の無断使用を禁じます。 &copy; AFPBB News</p>\n</div>\n\n\n<footer id=\"common-xhtml-footer\" class=\"footer clear\">\n  <ul class=\"footer-menu flex\">\n     <li class=\"footer-menu-li\">\n       <h4 class=\"title\">ABOUT</h4>\n       <ul class=\"footer-menu-ul\">\n         <li><a href=\"/list/info/history/\" class=\"day\">写真でつづるAFPの歴史</a></li>\n         <li><a href=\"/list/info/policy/\" class=\"day\">サイトポリシー</a></li>\n         <li><a href=\"/list/info/privacy/\" class=\"day\">プライバシーポリシー</a></li>\n         <li><a href=\"/list/info/copyright/\" class=\"day\">利用規約</a></li>\n         <li><a href=\"/list/info/company/\" class=\"day\">運営会社</a></li>\n       </ul>\n     </li>\n     <li class=\"footer-menu-li\">\n       <h4 class=\"title\">INFO</h4>\n       <ul class=\"footer-menu-ul\">\n         <li><a href=\"/category/information/\" class=\"day\">サイトからのお知らせ</a></li>\n         <li><a href=\"/list/info/faq/\" class=\"day\">サイトに関するヘルプ</a></li>\n         <li><a href=\"/list/sp/recruit/\" class=\"day\">採用情報</a></li>\n         <li><a href=\"/category/correct/\" class=\"day\">訂正記事</a></li>\n         <li><a href=\"/list/info/sitemap/\" class=\"day\">サイトマップ</a></li>\n       </ul>\n     </li>\n     <li class=\"footer-menu-li\">\n       <h4 class=\"title\">CONTACT</h4>\n       <ul class=\"footer-menu-ul\">\n         <li><a href=\"/list/helpaboutsite/regist/\" class=\"day\">サイトに関するお問い合わせ</a></li>\n         <li><a href=\"/list/helpaboutads/regist/\" class=\"day\">広告掲載に関するお問い合わせ</a></li>\n       </ul>\n     </li>\n     <li class=\"footer-menu-li\">\n       <h4 class=\"title\">OTHER</h4>\n       <ul class=\"footer-menu-ul\">\n         <li><a href=\"https://itunes.apple.com/jp/app/afpbb-news/id394851678\" class=\"day\">iOS App</a></li>\n         <li><a href=\"https://play.google.com/store/apps/details?id=com.afpbb.afpbbnewsreader&hl=ja\" class=\"day\">Android App</a></li>\n         <li><a href=\"/list/info/rss/\" class=\"day\">RSS</a></li>\n       </ul>\n     </li>\n     <li class=\"footer-menu-li\">\n       <h4 class=\"title\">SERVICES</h4>\n       <ul class=\"footer-menu-ul\">\n         <li><a href=\"/category/pressrelease/?cx_part=footer\" class=\"day\">プレスリリース</a></li>\n         <li><a href=\"http://www.afpwaa.com/\" class=\"day\">AFP WAA</a></li>\n         <li><a href=\"/category/jiji-trend/?cx_part=footer\" class=\"day\">\n          <svg id=\"svg-jijitrend\" class=\"svg-w\"  width=\"80px\" height=\"12px\" data-name=\"svg-jijitrend\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 12\" style=\"fill:#d7d7d7;\">\n            <path d=\"M6.08317181,8.09435294 C6.12405286,9.33882353 6.12405286,9.33882353 4.74643172,9.40517647 L0,9.40517647 L0,11.9647059 L5.5584141,11.9647059 C5.6507489,11.9661176 5.74038179,11.9668235 5.82731278,11.9668235 C7.24334802,11.9668235 7.99577093,11.7751765 8.47048458,11.3047059 C8.93321586,10.8458824 9.12211454,10.1290588 9.12211454,8.82635294 L9.12211454,0 L6.08317181,0 L6.08317181,8.09435294 Z M11.6176211,11.9647059 L14.6132159,11.9647059 L14.6132159,0 L11.6176211,0 L11.6176211,11.9647059 Z M22.7467841,8.09435294 C22.7876652,9.33882353 22.7876652,9.33882353 21.4100441,9.40517647 L16.6636123,9.40517647 L16.6636123,11.9647059 L22.2220264,11.9647059 C22.3143612,11.9661176 22.4039941,11.9668235 22.4909251,11.9668235 C23.9069604,11.9668235 24.6593833,11.7751765 25.1340969,11.3047059 C25.5968282,10.8458824 25.7857269,10.1290588 25.7857269,8.82635294 L25.7857269,0 L22.7467841,0 L22.7467841,8.09435294 Z M28.2808811,11.9647059 L31.2764758,11.9647059 L31.2764758,0 L28.2808811,0 L28.2808811,11.9647059 Z M35.3712775,1.52929412 L35.3712775,0 L45.5481938,0 L45.5481938,1.52929412 L41.4273128,1.52929412 L41.4273128,12 L39.5101322,12 L39.5101322,1.52929412 L35.3712775,1.52929412 Z M49.0953304,3.23858824 C51.6754185,3.20329412 52.5356828,3.99388235 52.4814097,6.33317647 L50.8507489,6.33317647 C50.8331278,5.05552941 50.4926872,4.69623529 49.2743612,4.69623529 L48.5934802,4.69623529 L48.5934802,12 L46.8556828,12 L46.8556828,3.23823529 L49.0953304,3.23823529 L49.0953304,3.23858824 Z M60.525815,8.18611765 L55.2951542,8.18611765 C55.2323057,8.86166961 55.45293,9.53295469 55.904141,10.0390588 C56.3164758,10.4707059 56.7281057,10.5790588 58.0186784,10.6147059 L60.5268722,10.6147059 L60.5268722,12 L57.5506608,12 C56.045815,12 55.3469604,11.802 54.6837004,11.2083529 C53.8777093,10.4707059 53.4474009,9.26717647 53.4474009,7.79011765 C53.4474009,5.95482353 54.0926872,4.60588235 55.3469604,3.85023529 C56.0278414,3.41858824 56.834185,3.23858824 58.0169163,3.23858824 L60.5251101,3.23858824 L60.5251101,4.62352941 L58.267489,4.62352941 C56.4038767,4.58823529 55.597533,5.18117647 55.2933921,6.80047059 L60.5251101,6.80047059 L60.5251101,8.18576471 L60.525815,8.18611765 Z M66.5987665,3.23823529 C69.1073128,3.20294118 70.1282819,4.22647059 70.1282819,6.78247059 L70.1282819,12 L68.3904846,12 L68.3904846,6.96282353 C68.3904846,5.19811765 67.8710132,4.62388235 66.3302203,4.62388235 L64.3055507,4.62388235 L64.3055507,12 L62.5674009,12 L62.5674009,3.23823529 L66.5987665,3.23823529 Z M78.2618502,0 L80,0 L80,12 L76.1120705,12 C74.5888987,12 73.7829075,11.784 73.1196476,11.2267059 C72.3492511,10.5430588 71.8653744,9.24741176 71.8653744,7.79011765 C71.8653744,6.22517647 72.4028194,4.76788235 73.2630837,4.06623529 C73.9259912,3.50894118 74.9113656,3.23858824 76.2551542,3.23858824 L78.2618502,3.23858824 L78.2618502,0 Z M78.2618502,4.62352941 L76.3985903,4.62352941 C75.215859,4.62352941 74.6065198,4.87517647 74.1589427,5.50588235 C73.7848016,6.13447266 73.6095883,6.86182816 73.6563877,7.59211765 C73.6563877,9.80505882 74.3189427,10.6147059 76.1110132,10.6147059 L78.260793,10.6147059 L78.260793,4.62352941 L78.2618502,4.62352941 Z\"></path>\n          </svg>\n         </a></li>\n         <li><a class=\"fa fa-twitter fa-3x\" href=\"https://twitter.com/afpbbcom\" target=\"_blank\"></a><a class=\"fa fa-facebook fa-3x\" href=\"https://www.facebook.com/AFPBBNews/\" target=\"_blank\"></a></li>\n       </ul>\n     </li>\n  </ul>\n</footer>\n<button id=\"btnTop\" class=\"btn\" title=\"Go to top\">&and;</button>\n<script src=\"http://afpbb.ismcdn.jp/common/js/tools-article-afp-v3.min.js?v3007\"></script>\n<script src=\"http://afpbb.ismcdn.jp/common/js/tools-afp-v3.min.js?v3007\"></script>\n<script>\n  var cb = function() {\n    var l = document.createElement('link'); l.rel = 'stylesheet';\n    l.href = '/common/css/font/font-awesome.css?v3007';\n    var h = document.getElementsByTagName('head')[0]; h.parentNode.insertBefore(l, h);\n  };\n  var raf = requestAnimationFrame || mozRequestAnimationFrame ||\n      webkitRequestAnimationFrame || msRequestAnimationFrame;\n  if (raf) raf(cb);\n  else window.addEventListener('load', cb);\n</script>\n\n<script async src=\"https://cdn.ampproject.org/v0.js\"></script>\n<script src=\"http://afpbb.ismcdn.jp/common/js/afp/jquery.lazyload.min.js\"></script>\n<script type=\"text/javascript\">$(function(){$(\".lazy\").lazyload()});</script>\n<script type=\"text/javascript\">\nvar _pop = _pop || [];\n_pop.push([\"_set_read_fragmentinfo_categoryName\",\"movie\"]);\n(function() {\nvar pa = document.createElement('script'); pa.type = 'text/javascript'; pa.charset = \"utf-8\"; pa.async = true;\npa.src = window.location.protocol + \"//api.popin.cc/searchbox/afpbb.js\";\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s);\n})();\n</script>\n<script>\nfunction sendEvent(percentage) {\n　cX.sendEvent('scroll', {verticalpos:String(percentage)+'%'});\n}\ncX.callQueue.push(['invoke', function() {\n　cX.setEventAttributes({origin: 'afp-website', persistedQueryId: 'c4ab723e26078876011b6d0cb47815aa0f2f3062'});\n　cxScrollDepth.init(sendEvent, 1, 'article-contents', false, 1000);\n}]);\n</script>\n\n<!-- /4537277/PC_tds_ir -->\n<div id='pcTds'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('pcTds'); });\n</script>\n</div>\n<!-- /4537277/PC_skin -->\n<div id='pcSkin'>\n<script type='text/javascript'>\ngoogletag.cmd.push(function() { googletag.display('pcSkin'); });\n</script>\n</div>\n\n<div class=\"measurement\" style=\"display:none;\">\n<script type=\"text/javascript\" src=\"/oo/afp/l.js\"></script>\n<script type=\"text/javascript\">\n//<![CDATA[\nvar miu = new MiU();\nmiu.locationInfo['media'] = 'www.afpbb.com';\nmiu.locationInfo['skin'] = 'leafs/default';\nmiu.locationInfo['id'] = '3178894';\nmiu.locationInfo['category'] = 'news';\nmiu.locationInfo['subcategory'] = ',okg,m_afp_afpmov,mov-sn,';\nmiu.locationInfo['model'] = '';\nmiu.locationInfo['modelid'] = '';\nmiu.go();\n//]]>\n\t</script><noscript><div><img style=\"display:none;\" src=\"/oo/afp/n.gif\" alt=\"\" width=\"1\" height=\"1\" /></div></noscript>\n</div>\n\n\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/lifebuzz.com1.html",
    "content": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#\">\n<head>\n  <meta charset=\"utf-8\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\n  <title>She Was Tired Of Being Photoshopped, So Here’s What She Did About It.</title>\n  \n  <link rel=\"canonical\" href=\"http://www.lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\">\n  \n\n  \n  <meta property=\"fb:app_id\" content=\"460720927383621\">\n  <meta property=\"og:site_name\" content=\"LifeBuzz\">\n  <meta property=\"article:publisher\" content=\"https://www.facebook.com/LifeBuzzNews\">\n  <meta property=\"og:locale\" content=\"en_US\">\n  <meta property=\"og:url\" content=\"http://www.lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\">\n  <meta property=\"og:title\" content=\"She Was Tired Of Being Photoshopped, So Here’s What She Did About It.\">\n\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"og:description\" content=\"You&#39;ll love this!\">\n  <meta property=\"og:image\" content=\"http://cdn.lifebuzz.com/images/21771/lifebuzz-4ab4befa389d8d82a76f7f35b487a43e-wide_1000.jpg\">\n  <meta property=\"article:section\" content=\"Advice\">\n  <meta property=\"article:published_time\" content=\"2014-07-11T15:03:31Z\">\n  <meta property=\"article:modified_time\" content=\"2014-12-23T18:31:48Z\">\n\n  \n  <meta name=\"twitter:card\" content=\"summary_large_image\">\n  <meta name=\"twitter:site\" content=\"@LifeBuzzNews\">\n  <meta name=\"twitter:domain\" content=\"LifeBuzz\">\n  <meta name=\"twitter:creator\" content=\"@LifeBuzzNews\">\n  <meta name=\"twitter:image:src\" content=\"http://cdn.lifebuzz.com/images/21771/lifebuzz-4ab4befa389d8d82a76f7f35b487a43e-wide_1000.jpg\">\n\n\n  <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\" />\n  <link rel=\"stylesheet\" media=\"all\" href=\"/assets/application-aa551c9bcdfaf5ec5f47f2d8acbb573d.css\" />\n  <link rel=\"stylesheet\" media=\"screen\" href=\"http://fast.fonts.net/cssapi/969c3927-367e-405a-8254-44d9dc794f1a.css\" />\n\n  <!--[if lt IE 9]>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js\"></script>\n  <![endif]-->\n\n  <!--[if gte IE 9]>\n  <style type=\"text/css\">.gradient { filter: none !important; }</style>\n  <![endif]-->\n\n  <script type=\"application/ld+json\">\n    {\n      \"@context\": \"http://schema.org\",\n      \"@type\": \"NewsArticle\",\n      \"headline\": \"She Was Tired Of Being Photoshopped, So Here’s What She Did About It.\",\n      \"url\": \"http://www.lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\",\n      \"thumbnailUrl\": \"http://cdn.lifebuzz.com/images/21771/lifebuzz-4ab4befa389d8d82a76f7f35b487a43e-wide_1000.jpg\",\n      \"dateCreated\": \"2014-07-11T15:03:31+00:00\",\n      \"articleSection\": \"Advice\",\n      \"creator\": \"Lisa Be\"\n    }\n  </script>\n</head>\n<body data-layout=\"desktop\" class=\"\">\n  \n<div id=\"fb-root\"></div>\n<script>\n  window.fbAsyncInit = function() {\n    FB.init({\n      appId:   '460720927383621',\n      xfbml:   true,\n      version: 'v2.1'\n    });\n  };\n  (function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) {return;}\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_US/sdk.js\";\n    fjs.parentNode.insertBefore(js, fjs);\n  }(document, 'script', 'facebook-jssdk'));\n</script>\n\n\n<script>\n  var googletag = googletag || {};\n  googletag.cmd = googletag.cmd || [];\n  (function() {\n    var gads   = document.createElement('script');\n    gads.async = true;\n    gads.type  = 'text/javascript';\n    var useSSL = 'https:' == document.location.protocol;\n    gads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n    var node   = document.getElementsByTagName('script')[0];\n    node.parentNode.insertBefore(gads, node);\n  })();\n</script>\n\n<script>\n  googletag.cmd.push(function() {\n    googletag.defineSlot('/13277506/LB_1D', [728, 90], 'div-gpt-ad-1419917133415-0').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_728x90_abovearticle', [728, 90], 'div-gpt-ad-1419917133415-1').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_300x250', [300, 250], 'div-gpt-ad-1419917133415-2').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_728x90_belowarticle', [728, 90], 'div-gpt-ad-1419917133415-3').addService(googletag.pubads());\n    googletag.enableServices();\n  });\n</script>\n\n\n<script>\n  (function() {\n    var _fbq = window._fbq || (window._fbq = []);\n    if (!_fbq.loaded) {\n      var fbds = document.createElement('script');\n      fbds.async = true;\n      fbds.src = '//connect.facebook.net/en_US/fbds.js';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(fbds, s);\n      _fbq.loaded = true;\n    }\n    _fbq.push(['addPixelId', '638239236243349']);\n  })();\n  window._fbq = window._fbq || [];\n  window._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=638239236243349&amp;ev=PixelInitialized\"></noscript>\n\n\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6035233\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript><div style=\"display:none;\"><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035233&cv=2.0&cj=1\" alt=\"\"></div></noscript>\n\n\n  <header id=\"site-header\">\n    <div class=\"container\">\n      <div class=\"group\">\n        <a class=\"logo\" href=\"/\"><img alt=\"LifeBuzz\" src=\"/assets/logo-6a11158f26fdd5152c013f291f2167ca.png\" /></a>\n          <div id=\"lb-1d\" class=\"placement\">\n  <div id=\"div-gpt-ad-1419917133415-0\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-0'); });\n    </script>\n  </div>\n</div>\n\n        <h3>Live Inspired</h3>\n      </div>\n    </div>\n\n    <nav id=\"main-nav\">\n\n  <div class=\"container group\">\n    <ul class=\"content-nav collapse menu group\">\n      <li>\n        <a class=\"section section-inspire\" href=\"#\">Inspire</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/agnes-cecile/\">\n                  <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_400.jpg\" />\n</a>                <h3><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h3>\n              </article>\n              <article>\n                <a href=\"/blob-art/\">\n                  <img alt=\"The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. \" src=\"http://cdn.lifebuzz.com/images/46984/lifebuzz-972342500109407746e9c4eaac6e1794-thumb_400.jpg\" />\n</a>                <h3><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h3>\n              </article>\n              <article>\n                <a href=\"/paper/\">\n                  <img alt=\"She Cuts Paper With An Exquisite Delicacy That Will Take Your Breath Away.  \" src=\"http://cdn.lifebuzz.com/images/46842/lifebuzz-e34278ceead8a03ddf62425958025ce9-thumb_400.jpg\" />\n</a>                <h3><a href=\"/paper/\">She Cuts Paper With An Exquisite Delicacy That Will Take Your Breath Away.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/house/\">\n                  <img alt=\"You Won’t Believe What This Swedish &#39;Alien&#39; Fan Did To His Home.\" src=\"http://cdn.lifebuzz.com/images/46767/lifebuzz-6e77d5345fe332b1f481e035f9e99530-thumb_400.jpg\" />\n</a>                <h3><a href=\"/house/\">You Won’t Believe What This Swedish &#39;Alien&#39; Fan Did To His Home.</a></h3>\n              </article>\n              <article>\n                <a href=\"/library/\">\n                  <img alt=\"26 Libraries That Have Appeared In Every Book Lover’s Fantasy.\" src=\"http://cdn.lifebuzz.com/images/46829/lifebuzz-107f6bde3aec6be1ed80c5b6f35b6777-thumb_400.jpg\" />\n</a>                <h3><a href=\"/library/\">26 Libraries That Have Appeared In Every Book Lover’s Fantasy.</a></h3>\n              </article>\n              <article>\n                <a href=\"/pray/\">\n                  <img alt=\"He Was Resurrected From The Dead And Got A Second Chance With His Family.\" src=\"http://cdn.lifebuzz.com/images/46623/lifebuzz-ed2c22bb3750341ba8c3c9a2fa6a5b4c-thumb_400.jpg\" />\n</a>                <h3><a href=\"/pray/\">He Was Resurrected From The Dead And Got A Second Chance With His Family.</a></h3>\n              </article>\n              <article>\n                <a href=\"/ancient-trees/\">\n                  <img alt=\"Overwhelmingly Beautiful Photographs Of Earth&#39;s Oldest Living Trees.\" src=\"http://cdn.lifebuzz.com/images/46641/lifebuzz-770273964698ca0a2718397514742af5-thumb_400.jpg\" />\n</a>                <h3><a href=\"/ancient-trees/\">Overwhelmingly Beautiful Photographs Of Earth&#39;s Oldest Living Trees.</a></h3>\n              </article>\n              <article>\n                <a href=\"/heartfelt-moments/\">\n                  <img alt=\"An Emotional Compilation Of 2014’s Most Viral Videos.\" src=\"http://cdn.lifebuzz.com/images/46605/lifebuzz-1dc12a7a85b4968110a43bce8b773914-thumb_400.jpg\" />\n</a>                <h3><a href=\"/heartfelt-moments/\">An Emotional Compilation Of 2014’s Most Viral Videos.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/inspire/art/\">Art</a></li>\n              <li><a href=\"/inspire/heartwarming/\">Heartwarming</a></li>\n              <li><a href=\"/inspire/home/\">Home</a></li>\n              <li><a href=\"/inspire/music/\">Music</a></li>\n              <li><a href=\"/inspire/nature/\">Nature</a></li>\n              <li><a href=\"/inspire/photography/\">Photography</a></li>\n              <li><a href=\"/inspire/travel/\">Travel</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section section-learn\" href=\"#\">Learn</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/pliers-magic/\">\n                  <img alt=\"He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.\" src=\"http://cdn.lifebuzz.com/images/46923/lifebuzz-9079baaee43f8e8bbef706449b6600ad-thumb_400.jpg\" />\n</a>                <h3><a href=\"/pliers-magic/\">He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.</a></h3>\n              </article>\n              <article>\n                <a href=\"/traditions/\">\n                  <img alt=\"24 Crazily Compelling New Years Traditions From Around The World.\" src=\"http://cdn.lifebuzz.com/images/46888/lifebuzz-e50e829a010b597252e27c521b97fde4-thumb_400.jpg\" />\n</a>                <h3><a href=\"/traditions/\">24 Crazily Compelling New Years Traditions From Around The World.</a></h3>\n              </article>\n              <article>\n                <a href=\"/earth/\">\n                  <img alt=\"This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.\" src=\"http://cdn.lifebuzz.com/images/46511/lifebuzz-a0a91cfd108fd69f34a1852428ff2d72-thumb_400.jpg\" />\n</a>                <h3><a href=\"/earth/\">This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.</a></h3>\n              </article>\n              <article>\n                <a href=\"/bride/\">\n                  <img alt=\"This Bride Got Dumped The Week Before Her Wedding, But It Didn’t Spoil The Wedding Photos.\" src=\"http://cdn.lifebuzz.com/images/46768/lifebuzz-419a311bc5d9299b75f37835706045d0-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bride/\">This Bride Got Dumped The Week Before Her Wedding, But It Didn’t Spoil The Wedding Photos.</a></h3>\n              </article>\n              <article>\n                <a href=\"/storage-ideas/\">\n                  <img alt=\" 42 Simple Storage Hacks That Will De-Clutter Your Life.\" src=\"http://cdn.lifebuzz.com/images/46730/lifebuzz-2343443aba260e43efd0bc724be427e3-thumb_400.jpg\" />\n</a>                <h3><a href=\"/storage-ideas/\"> 42 Simple Storage Hacks That Will De-Clutter Your Life.</a></h3>\n              </article>\n              <article>\n                <a href=\"/kissing/\">\n                  <img alt=\"Thank You Science. You Just Ruined My Next Kiss.\" src=\"http://cdn.lifebuzz.com/images/46601/lifebuzz-f9c99f3522ef6cbf780eb83735aac056-thumb_400.jpg\" />\n</a>                <h3><a href=\"/kissing/\">Thank You Science. You Just Ruined My Next Kiss.</a></h3>\n              </article>\n              <article>\n                <a href=\"/technology-today/\">\n                  <img alt=\"The Best 20 Inventions You’ve Never Heard Of But Will Definitely Want.\" src=\"http://cdn.lifebuzz.com/images/46497/lifebuzz-dbd4429e7affc9b09e93e70d993909a8-thumb_400.jpg\" />\n</a>                <h3><a href=\"/technology-today/\">The Best 20 Inventions You’ve Never Heard Of But Will Definitely Want.</a></h3>\n              </article>\n              <article>\n                <a href=\"/tricks/\">\n                  <img alt=\"7 Kitchen Tricks Used By Pros That Actually Work.\" src=\"http://cdn.lifebuzz.com/images/46383/lifebuzz-ba4c4b2a55da77b3a0f2f47b6e3128d6-thumb_400.jpg\" />\n</a>                <h3><a href=\"/tricks/\">7 Kitchen Tricks Used By Pros That Actually Work.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/learn/advice/\">Advice</a></li>\n              <li><a href=\"/learn/diy/\">DIY</a></li>\n              <li><a href=\"/learn/hacks/\">Hacks</a></li>\n              <li><a href=\"/learn/interesting/\">Interesting</a></li>\n              <li><a href=\"/learn/news/\">News</a></li>\n              <li><a href=\"/learn/science/\">Science</a></li>\n              <li><a href=\"/learn/tech/\">Tech</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section section-live\" href=\"#\">Live</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/bacon-shield/\">\n                  <img alt=\"The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.\" src=\"http://cdn.lifebuzz.com/images/46986/lifebuzz-c29b9c04824d57e3dfc05b904a1ec012-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h3>\n              </article>\n              <article>\n                <a href=\"/restroom/\">\n                  <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_400.jpg\" />\n</a>                <h3><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h3>\n              </article>\n              <article>\n                <a href=\"/hyphenated-names/\">\n                  <img alt=\"These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  \" src=\"http://cdn.lifebuzz.com/images/46964/lifebuzz-9b4bcaad26f7e4430167c96fa8905ecb-thumb_400.jpg\" />\n</a>                <h3><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/magazine/\">\n                  <img alt=\"10 Hauntingly Brilliant Magazine Covers That We Never Forgot.\" src=\"http://cdn.lifebuzz.com/images/46922/lifebuzz-e029e3f401002b031058bda9b896e5ae-thumb_400.jpg\" />\n</a>                <h3><a href=\"/magazine/\">10 Hauntingly Brilliant Magazine Covers That We Never Forgot.</a></h3>\n              </article>\n              <article>\n                <a href=\"/fun-festivals/\">\n                  <img alt=\"30 World Festivals That You&#39;ll Definitely Want To Add To Your Bucket List.  \" src=\"http://cdn.lifebuzz.com/images/46791/lifebuzz-5ee2e07777e0790f070d647416b0fea6-thumb_400.jpg\" />\n</a>                <h3><a href=\"/fun-festivals/\">30 World Festivals That You&#39;ll Definitely Want To Add To Your Bucket List.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/terrible-day/\">\n                  <img alt=\"27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.\" src=\"http://cdn.lifebuzz.com/images/45911/lifebuzz-6472f5d62796dd3e54909ab4fc71b149-thumb_400.jpg\" />\n</a>                <h3><a href=\"/terrible-day/\">27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.</a></h3>\n              </article>\n              <article>\n                <a href=\"/bun/\">\n                  <img alt=\"This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.\" src=\"http://cdn.lifebuzz.com/images/46624/lifebuzz-b881268e33ce0941b1ace54c6b954688-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bun/\">This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.</a></h3>\n              </article>\n              <article>\n                <a href=\"/urinals/\">\n                  <img alt=\"25 Urinals You Need To Pee To Believe.\" src=\"http://cdn.lifebuzz.com/images/46728/lifebuzz-da3faecec71204839fd59e2ddc771781-thumb_400.jpg\" />\n</a>                <h3><a href=\"/urinals/\">25 Urinals You Need To Pee To Believe.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/live/culture/\">Culture</a></li>\n              <li><a href=\"/live/cute/\">Cute</a></li>\n              <li><a href=\"/live/food/\">Food</a></li>\n              <li><a href=\"/live/funny/\">Funny</a></li>\n              <li><a href=\"/live/parenting/\">Parenting</a></li>\n              <li><a href=\"/live/pets/\">Pets</a></li>\n              <li><a href=\"/live/random/\">Random</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section\" href=\"#\">More</a>\n        <div class=\"dropdown dropdown-fixed\">\n          <ul class=\"subnav\">\n            <li><a href=\"/apps/\">LifeBuzz Apps</a></li>\n            <li><a href=\"/trending/\">Trending</a></li>\n            <li><a href=\"/top/\">Top 100</a></li>\n            <li><a href=\"/galleries/\">Photo Galleries</a></li>\n            <li><a href=\"/videos/\">Videos</a></li>\n            <li><a href=\"/quizzes/\">Quizzes</a></li>\n          </ul>\n        </div>\n      </li>\n    </ul>\n\n    <ul id=\"secondary-nav\" class=\"collapse menu group\" style=\"display: none;\">\n      <li class=\"search\"><a class=\"section-secondary group\" href=\"#\"><span class=\"icon\"></span></a></li>\n      <li class=\"user\">\n        <a class=\"section-secondary group\" href=\"#\">\n          <span class=\"icon\"></span>\n          \n</a>      </li>\n    </ul>\n  </div>\n</nav>\n\n  </header>\n\n  <main class=\"main-sidebar group\">\n    <div class=\"container\">\n      <section id=\"content\">\n        <div class=\"single\">\n\n  <div class=\"section30 group\">\n    <div class=\"user-meta group\">\n      <img alt=\"Lisa Be\" src=\"http://www.gravatar.com/avatar/4b82d2039d3defd8cd062f13aa747aac?d=http%3A%2F%2Fwww.lifebuzz.com%2Fstatic%2Fog-default.png&amp;s=90\" />\n      <div class=\"info\">\n        <p>By <strong><a href=\"/profile/lisa/\">Lisa Be</a></strong></p>\n        <p class=\"affiliation\">LifeBuzz Staff</p>\n      </div>\n    </div>\n\n    <div class=\"shares-top\">\n      <div class=\"share-bar\">\n  <p class=\"share-count\">1.7M<span>shares</span></p>\n  <ul class=\"share-buttons collapse menu group\">\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"facebook trigger-facebook-share with-text gradient group\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /><span>Share on Facebook</span></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google+\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"email trigger-email-share gradient\"><img alt=\"email\" src=\"/assets/social/email-986a823b5fff252971a3ebf200ffd0a5.png\" width=\"25\" height=\"25\" /></button></li>\n  </ul>\n</div>\n\n      <div id=\"pinterest-modal\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <img alt=\"Pinterest\" class=\"logo\" src=\"/assets/social/pinterest-full-0a83bd8c352fd72a03ab362f5ebf7be5.png\" />\n  <div class=\"scroller\">\n    <ul class=\"collapse group\">\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img src=\"http://cdn.lifebuzz.com/images/21771/lifebuzz-4ab4befa389d8d82a76f7f35b487a43e-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21771/lifebuzz-4ab4befa389d8d82a76f7f35b487a43e-full.jpg\">&nbsp;</a>\n        </div>\n        <p>1594x906</p>\n      </li>\n    </ul>\n  </div>\n</div>\n\n      <div id=\"after-share\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"inner\">\n    <h1>Want More Positive Stories Like This One?</h1>\n\n    <div class=\"step\">\n      <h3><strong>Step 1:</strong> <span>Like Us!</span></h3>\n      <div class=\"like-wrapper\">\n        <img class=\"arrow\" src=\"/assets/look-here-m8-99066a12456ad8f9bd0a9d303cf08a04.gif\" alt=\"Look here m8\" />\n        <div class=\"fb-like\" data-href=\"https://www.facebook.com/LifeBuzzNews\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"false\"></div>\n      </div>\n    </div>\n\n    <div class=\"step\">\n      <h3><strong>Step 2:</strong> <span>Join Our Newsletter</span></h3>\n      <form class=\"newsletter-form\" action=\"/subscribe/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n  <div class=\"group\">\n    <input type=\"text\" name=\"email\" id=\"email\" placeholder=\"Enter Email\" class=\"newsletter-input\" />\n    <input type=\"submit\" name=\"commit\" value=\"Subscribe\" class=\"newsletter-submit\" />\n  </div>\n  <p class=\"newsletter-message status\"></p>\n</form>\n    </div>\n\n    <p class=\"completed\"><a href=\"#\">I've completed the above steps, don't show me again.</a></p>\n\n  </div>\n</div>\n\n    </div>\n  </div>\n\n  <div class=\"section20\">\n    <h1>She Was Tired Of Being Photoshopped, So Here’s What She Did About It.</h1>\n  </div>\n\n  <div class=\"section20\">\n    <div id=\"lb-2d\" class=\"placement\">\n  <div id=\"div-gpt-ad-1419917133415-1\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-1'); });\n    </script>\n  </div>\n  <p class=\"advertisement\"><a href=\"/contact/\">Advertisement</a></p>\n</div>\n\n  </div>\n\n  <div class=\"section30\">\n    \n\n    \n<p>Grammy Award-winning, singer-songwriter Colbie Caillat released her new EP, <em>Gypsy Heart Side A</em>. Her album’s lead single “Try” makes a powerful statement about beauty ideals. </p>\n\n\n    \n<div class=\"media-video\">\n  <ul class=\"rollover-shares collapse\">\n  <li><button data-location=\"Rollover (Desktop)\" class=\"facebook trigger-facebook-share gradient\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google plus\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n</ul>\n\n  \n  <div class=\"embed-container\">\n      <iframe src=\"http://www.youtube.com/embed/GXoZLPSw8U8?showinfo=0&amp;iv_load_policy=3&amp;rel=0\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>\n  </div>\n\n  <aside class=\"group\">\n    <p>Like <a href=\"https://www.facebook.com/LifeBuzzNews\" rel=\"nofollow\" target=\"_blank\"><img class=\"LifeBuzz on Facebook\" src=\"/assets/logo-6a11158f26fdd5152c013f291f2167ca.png\" alt=\"Logo\" /></a> on Facebook</p>\n    <div class=\"fb-like\" data-href=\"https://www.facebook.com/LifeBuzzNews\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"false\"></div></p>\n  </aside>\n</div>\n\n\n  \n<p>Share this with all of your girlfriends by clicking the Share button below.</p>\n\n\n  <p class=\"sources\">\n  Source: \n    <a rel=\"nofollow\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCZ7Rwenxsd4ufnlNVZQ--Dg\">ColbieCaillatVEVO</a>\n</p>\n\n\n\n  </div>\n\n  <div class=\"section10\">\n    <div class=\"post-pagination\">\n    <a class=\"button\" href=\"/how-to-get-ready/\">Next Post</a>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div id=\"lb-4d\" class=\"placement\">\n  <p class=\"advertisement\"><a href=\"/contact/\">Advertisement</a></p>\n  <div id=\"div-gpt-ad-1419917133415-3\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-3'); });\n    </script>\n  </div>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div class=\"share-bar\">\n  <p class=\"share-count\">1.7M<span>shares</span></p>\n  <ul class=\"share-buttons collapse menu group\">\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"facebook trigger-facebook-share with-text gradient group\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /><span>Share on Facebook</span></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google+\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"email trigger-email-share gradient\"><img alt=\"email\" src=\"/assets/social/email-986a823b5fff252971a3ebf200ffd0a5.png\" width=\"25\" height=\"25\" /></button></li>\n  </ul>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div data-str-native-key=\"11b0d54a\" style=\"display: none;\"></div>\n    <script src=\"http://native.sharethrough.com/assets/tag.js\"></script>\n  </div>\n\n  <div class=\"section20 spacer-gray\">\n    <div class=\"spacer\">\n      <div id=\"native-2d\">\n  <div id=\"criteo\">\n    <script>\n      document.MAX_ct0 ='';\n      var m3_u = (location.protocol=='https:'?'https://cas.criteo.com/delivery/ajs.php?':'http://cas.criteo.com/delivery/ajs.php?');\n      var m3_r = Math.floor(Math.random()*99999999999);\n      document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n      document.write (\"zoneid=181966\");document.write(\"&amp;nodis=1\");\n      document.write ('&amp;cb=' + m3_r);\n      if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n      document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n      document.write (\"&amp;loc=\" + escape(window.location));\n      if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n      if (document.context) document.write (\"&context=\" + escape(document.context));\n      if ((typeof(document.MAX_ct0) != 'undefined') && (document.MAX_ct0.substring(0,4) == 'http')) {\n        document.write (\"&amp;ct0=\" + escape(document.MAX_ct0));\n      }\n      if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n      document.write (\"'></scr\"+\"ipt>\");\n    </script>\n  </div>\n</div>\n\n    </div>\n  </div>\n\n  <script type=\"text/template\" data-count=\"6\" data-skip=\"/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\" data-parse=\"html\" data-path=\"/dynamic/trending/\" class=\"dynamic-content\">\n    <div class=\"section30\">\n      <h4 class=\"box group\"><span>More from LifeBuzz</span></h4>\n      <div class=\"results\"></div>\n    </div>\n  </script>\n\n    <div class=\"section30\">\n      <h4>Tell us what you think</h4>\n      <div class=\"fb-comments\" data-href=\"http://www.lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\" data-width=\"730\" data-numposts=\"4\" data-colorscheme=\"light\"></div>\n    </div>\n\n</div>\n\n      </section>\n\n        <aside id=\"sidebar\">\n          <div class=\"widget widget-newsletter\">\n  <h3>Laugh Every Morning</h3>\n  <div class=\"photos\">\n    <img alt=\"lifebuzz newsletter\" src=\"/assets/newsletter-photos-9ff69cf196c804ed78310df64c035ec3.png\" />\n  </div>\n  <img alt=\"LifeBuzz newsletter\" class=\"logo\" src=\"/assets/newsletter-logo-5e795714ba65fe665f48ab9c1f79953d.png\" />\n  <form class=\"newsletter-form\" action=\"/subscribe/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n  <div class=\"group\">\n    <input type=\"text\" name=\"email\" id=\"email\" placeholder=\"Enter Email\" class=\"newsletter-input\" />\n    <input type=\"submit\" name=\"commit\" value=\"Subscribe\" class=\"newsletter-submit\" />\n  </div>\n  <p class=\"newsletter-message status\"></p>\n</form>\n  <p class=\"info\">Subscribe and get your daily-dose of feel-good, uplifting, and amazing stories to start your day off with a smile.</p>\n</div>\n\n  <div id=\"lb-3d\" class=\"placement widget\">\n  <div id=\"div-gpt-ad-1419917133415-2\" style=\"width:300px; height:250px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-2'); });\n    </script>\n  </div>\n</div>\n\n\n  <div class=\"widget\">\n    <div id=\"native-1d\">\n  <script type=\"text/template\" data-source=\"16514\" data-parse=\"json\" data-path=\"/platform/proxy/v1/content/\" class=\"dynamic-content\">\n    <div class=\"post-listing revcontent-listing listing-stacked group\">\n      <div class=\"result\">\n        <article class=\"group\">\n          <a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\"><img alt=\"\" tmpl-src=\"{{image}}\" class=\"thumb r160\"></a>\n          <h4><a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\">{{headline}}</a></h4>\n          <p class=\"description\"><a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\">{{description}}</a></p>\n        </article>\n      </div>\n    </div>\n  </script>\n</div>\n\n  </div>\n\n<div class=\"widget widget-internal widget-viral\">\n  <h3>Going Viral</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/30-facts/\">\n\n      <img alt=\"30 Facts That Are So Irresistibly Weird You’ll Want To Tell Your Friends.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/45144/lifebuzz-6be41c03662e057c8146461d6cd8ac53-thumb_800.jpg\" />\n\n      <p class=\"number\">1</p>\n\n</a>\n  <h4><a href=\"/30-facts/\">30 Facts That Are So Irresistibly Weird You’ll Want To Tell Your Friends.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/vintage-ads/\">\n\n      <img alt=\"These 32 Brilliant Vintage Ads Will Immediately Blow You Away. I Would’ve Definitely Bought #27!\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/16627/lifebuzz-1805ebe8bc8ff0d03698b3c83ff423e8-thumb_800.jpg\" />\n\n      <p class=\"number\">2</p>\n\n</a>\n  <h4><a href=\"/vintage-ads/\">These 32 Brilliant Vintage Ads Will Immediately Blow You Away. I Would’ve Definitely Bought #27!</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pools/\">\n\n      <img alt=\"31 Of The Most Exotic Pools On Earth… Except #10 Which Is Horrifying.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/4925/lifebuzz-873942574588b8734b1cb75c1a4bea6f-thumb_800.jpg\" />\n\n      <p class=\"number\">3</p>\n\n</a>\n  <h4><a href=\"/pools/\">31 Of The Most Exotic Pools On Earth… Except #10 Which Is Horrifying.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/terrible-day/\">\n\n      <img alt=\"27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/45911/lifebuzz-6472f5d62796dd3e54909ab4fc71b149-thumb_800.jpg\" />\n\n      <p class=\"number\">4</p>\n\n</a>\n  <h4><a href=\"/terrible-day/\">27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/funny-texts/\">\n\n      <img alt=\"27 Of The Funniest Texts Ever Sent Between Parents And Their Children. Hilarious!\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/8806/lifebuzz-f983b45bdd4c2a1e0ff70007e97d6653-thumb_800.jpg\" />\n\n      <p class=\"number\">5</p>\n\n</a>\n  <h4><a href=\"/funny-texts/\">27 Of The Funniest Texts Ever Sent Between Parents And Their Children. Hilarious!</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-videos\">\n  <h3>Featured Videos</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/agnes-cecile/\">\n\n      <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/restroom/\">\n\n      <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/earth/\">\n\n      <img alt=\"This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46511/lifebuzz-a0a91cfd108fd69f34a1852428ff2d72-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/earth/\">This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bun/\">\n\n      <img alt=\"This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46624/lifebuzz-b881268e33ce0941b1ace54c6b954688-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/bun/\">This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pray/\">\n\n      <img alt=\"He Was Resurrected From The Dead And Got A Second Chance With His Family.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46623/lifebuzz-ed2c22bb3750341ba8c3c9a2fa6a5b4c-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/pray/\">He Was Resurrected From The Dead And Got A Second Chance With His Family.</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-latest\">\n  <h3>Latest from LifeBuzz</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bacon-shield/\">\n\n      <img alt=\"The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46986/lifebuzz-c29b9c04824d57e3dfc05b904a1ec012-thumb_800.jpg\" />\n\n      <p class=\"number\">1</p>\n\n</a>\n  <h4><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/agnes-cecile/\">\n\n      <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_800.jpg\" />\n\n      <p class=\"number\">2</p>\n\n</a>\n  <h4><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/restroom/\">\n\n      <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_800.jpg\" />\n\n      <p class=\"number\">3</p>\n\n</a>\n  <h4><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/blob-art/\">\n\n      <img alt=\"The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. \" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46984/lifebuzz-972342500109407746e9c4eaac6e1794-thumb_800.jpg\" />\n\n      <p class=\"number\">4</p>\n\n</a>\n  <h4><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/hyphenated-names/\">\n\n      <img alt=\"These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  \" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46964/lifebuzz-9b4bcaad26f7e4430167c96fa8905ecb-thumb_800.jpg\" />\n\n      <p class=\"number\">5</p>\n\n</a>\n  <h4><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-galleries\">\n  <h3>Photo Galleries</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bacon-shield/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47014/lifebuzz-799acd4d3ab24629f16b7aa5c04936e5-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47023/lifebuzz-4c460a3f360b851c71dd075ffbb57ed0-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47019/lifebuzz-1b3972e173ebe44a3566a77b9cd66f88-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47015/lifebuzz-a781406e5c51043a9e6ade9689905330-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47013/lifebuzz-6617fe7470578b48431966142772359c-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47007/lifebuzz-1852df6117f2187d1748d6df46428571-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/blob-art/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46965/lifebuzz-d891a3deee774bfe99104143dde0bfaa-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46966/lifebuzz-7a1d2a5c5d182bce3dd23c1ee4727383-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46967/lifebuzz-9ed09af141a4104aa81f1b5c05fbe9c1-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46968/lifebuzz-b49ed82354b69c7e17930ff5737243db-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46976/lifebuzz-d688dcf914ee138d69673fa83f8af81e-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46969/lifebuzz-dcc21a3a930c9cace75bd166ad4cce85-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/hyphenated-names/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46963/lifebuzz-851b5652eefb569d4b1f391aac1be115-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46925/lifebuzz-ad7d7dd28011988c9843da78fb75b382-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46926/lifebuzz-651728d16e1689ff6aea6674e1678f54-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46929/lifebuzz-8214e94a8e024976aa8dff1d2345d1af-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46924/lifebuzz-0aa9ef0606fda6063f2ce00052cec800-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46927/lifebuzz-cd3671e1dc903a984b0c901fce8ad12f-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pliers-magic/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46606/lifebuzz-d635fc58abca360cd61119cb933ad92f-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46607/lifebuzz-d71bc2de78401adc02c238e9ed894880-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46608/lifebuzz-b2725a10b4eb56ec4b6f1cd42ac615a1-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46613/lifebuzz-9c72ec188680b71fbc97613587ed696b-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46614/lifebuzz-233dea048ed9887216561aab16954e67-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46615/lifebuzz-3f8b3de1af2a6c6e7929b54395d03cbd-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/pliers-magic/\">He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/traditions/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46895/lifebuzz-af4d650ca6da46a85f5430a9734fe334-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46896/lifebuzz-7f92b21a95a03bb1a8838392e4fa6de3-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46878/lifebuzz-7b4ff5fafbfe56f14a6bf83907a06e45-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46913/lifebuzz-ffb4a962b3ffb2494f782996eda9efc2-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46897/lifebuzz-27f746774087718ba6268595e98adffa-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46898/lifebuzz-5466b449a7be835c20fa98b6f2a796c9-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/traditions/\">24 Crazily Compelling New Years Traditions From Around The World.</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n  <div class=\"widget\">\n    <div id=\"native-3d\">\n  <div id=\"NmWg775\"></div>\n  <script src=\"https://cdn.nmcdn.us/js/connectV3.js\"></script>\n  <script>NM.init({WidgetID: 775});</script>\n</div>\n\n  </div>\n\n        </aside>\n    </div>\n  </main>\n\n  <footer id=\"site-footer\">\n    <div class=\"container group\">\n      <ul class=\"collapse\">\n        <li><h5>Inspire</h5></li>\n          <li><a href=\"/inspire/art/\">Art</a></li>\n          <li><a href=\"/inspire/heartwarming/\">Heartwarming</a></li>\n          <li><a href=\"/inspire/home/\">Home</a></li>\n          <li><a href=\"/inspire/music/\">Music</a></li>\n          <li><a href=\"/inspire/nature/\">Nature</a></li>\n          <li><a href=\"/inspire/photography/\">Photography</a></li>\n          <li><a href=\"/inspire/travel/\">Travel</a></li>\n      </ul>\n      <ul class=\"collapse\">\n        <li><h5>Learn</h5></li>\n          <li><a href=\"/learn/advice/\">Advice</a></li>\n          <li><a href=\"/learn/diy/\">DIY</a></li>\n          <li><a href=\"/learn/hacks/\">Hacks</a></li>\n          <li><a href=\"/learn/interesting/\">Interesting</a></li>\n          <li><a href=\"/learn/news/\">News</a></li>\n          <li><a href=\"/learn/science/\">Science</a></li>\n          <li><a href=\"/learn/tech/\">Tech</a></li>\n      </ul>\n      <ul class=\"collapse\">\n        <li><h5>Live</h5></li>\n          <li><a href=\"/live/culture/\">Culture</a></li>\n          <li><a href=\"/live/cute/\">Cute</a></li>\n          <li><a href=\"/live/food/\">Food</a></li>\n          <li><a href=\"/live/funny/\">Funny</a></li>\n          <li><a href=\"/live/parenting/\">Parenting</a></li>\n          <li><a href=\"/live/pets/\">Pets</a></li>\n          <li><a href=\"/live/random/\">Random</a></li>\n      </ul>\n\n      <ul class=\"collapse\">\n        <li><h5>LifeBuzz</h5></li>\n        <li><a href=\"/apps/\">Mobile Apps</a></li>\n        <li><a href=\"/about/\">About</a></li>\n        <li><a href=\"/contact/\">Contact</a></li>\n        <li><a href=\"/privacy/\">Privacy</a></li>\n        <li><a href=\"/terms/\">Terms</a></li>\n        <li><a href=\"/dmca/\">DMCA</a></li>\n      </ul>\n\n      <div class=\"copyright\">\n        <a href=\"/\"><img alt=\"LifeBuzz\" class=\"logo\" src=\"/assets/logo-grayscale-79437babc0aa5f86aab510230eb34fb6.png\" /></a>\n        <p>Copyright &copy; 2015 &middot; LifeBuzz</p>\n        <div id=\"glam\" class=\"group\" data-img=\"/assets/mode-media-7fb2813bdb05b366e48afd208453a9ea.png\" style=\"display: none;\">\n          <script>window.glam_affiliate_id = '1726622669';</script>\n          <script src=\"http://www8.glam.com/js/widgets/glammedia_logo.js\"></script>\n        </div>\n      </div>\n    </div>\n  </footer>\n\n  <div class=\"like-slider\">\n  <h3>Like Us On Facebook!<a href=\"#\" class=\"close\">Close this</a></h3>\n  <div class=\"fb-like-wrapper\">\n    <div class=\"fb-like-box\" data-href=\"https://www.facebook.com/LifeBuzzNews\" data-colorscheme=\"light\" data-show-faces=\"true\" data-header=\"false\" data-stream=\"false\" data-show-border=\"false\" data-width=\"285\" data-height=\"180\"></div>\n  </div>\n</div>\n\n\n  <aside id=\"signup-overlay\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"panes\">\n\n    <div class=\"pane welcome\">\n      <h3>Join The LifeBuzz Community</h3>\n      <div class=\"show-message\"></div>\n      <button data-connect=\"/oauth/facebook/\" class=\"button oauth-connect facebook gradient\"><img src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" alt=\"Facebook\" />Sign in with Facebook</button>\n      <button data-connect=\"/oauth/google/\" class=\"button oauth-connect gplus gradient\"><img src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" alt=\"Gplus\" />Sign in with Google+</button>\n      <p>You can also <a data-show=\"signup\" href=\"#\">Use Your Email To Sign Up</a>.</p>\n      <p>Already a member? <a data-show=\"login\" href=\"#\">Login</a>.</p>\n    </div>\n\n    <div class=\"pane signup\">\n      <form class=\"new_user\" id=\"new_user\" action=\"/signup/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Sign Up For LifeBuzz</h3>\n        <div class=\"status\"></div>\n        <div class=\"hide\">\n          <input type=\"text\" aria-hidden=\"true\">\n          <input type=\"password\" aria-hidden=\"true\">\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Create a Username\" class=\"text\" autocomplete=\"off\" required=\"required\" data-parsley-trigger=\"change\" data-parsley-minlength=\"3\" data-parsley-maxlength=\"30\" data-parsley-pattern=\"^[a-zA-Z0-9]+$\" data-parsley-pattern-message=\"Username can only contain letters and numbers.\" type=\"text\" name=\"user[username]\" />\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Choose a Password\" class=\"text\" autocomplete=\"off\" required=\"required\" data-parsley-trigger=\"change\" data-parsley-minlength=\"6\" data-parsley-maxlength=\"128\" type=\"password\" name=\"user[password]\" />\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Enter Your Email\" class=\"text\" autocomplete=\"off\" required=\"required\" type=\"email\" name=\"user[email]\" />\n        </div>\n        <input type=\"submit\" name=\"commit\" value=\"Sign up\" class=\"button\" />\n</form>    </div>\n\n    <div class=\"pane login\">\n      <form action=\"/login/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Log In To LifeBuzz</h3>\n        <div class=\"show-message\"></div>\n        <div class=\"status\"></div>\n        <div class=\"hide\">\n          <input type=\"text\" aria-hidden=\"true\">\n          <input type=\"password\" aria-hidden=\"true\">\n        </div>\n        <div class=\"field\">\n          <input type=\"text\" name=\"login\" placeholder=\"Your Username or Email\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <div class=\"field\">\n          <input type=\"password\" name=\"password\" placeholder=\"Your Password\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <div class=\"field checkbox\">\n          <input type=\"checkbox\" name=\"remember\" value=\"1\" checked=\"checked\" />\n          Remember me\n        </div>\n        <div class=\"field\">\n          <input type=\"submit\" name=\"commit\" value=\"Log In\" class=\"button\" />\n        </div>\n        <p><a data-show=\"forgot\" href=\"#\">Forgot your password?</a></p>\n</form>    </div>\n\n    <div class=\"pane forgot\">\n      <form action=\"/forgot/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Forgot Your Password?</h3>\n        <div class=\"status\"></div>\n        <p>If you forgot your password, use this form and we'll send you an email with your username and a link to reset your password</p>\n        <div class=\"field\">\n          <input type=\"email\" name=\"email\" placeholder=\"Email Address\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <input type=\"submit\" name=\"commit\" value=\"Send reset email\" class=\"button\" />\n</form>    </div>\n\n    <div class=\"pane login-2fa\">\n      <h3>Additional Verification Required</h3>\n      <p>QR code here, and other stuff I guess</p>\n      <div class=\"qr\"></div>\n    </div>\n  </div>\n</aside>\n\n  <aside id=\"exit-overlay\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"inner\">\n    <h1>One More Before You Go?</h1>\n    <p>We have a feeling you're going to love one of these currently trending stories...</p>\n\n    <script type=\"text/template\" data-count=\"3\" data-skip=\"/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\" data-parse=\"html\" data-path=\"/dynamic/trending/\" class=\"dynamic-content\">\n      <div class=\"listing-exit\">\n        <div class=\"results\"></div>\n      </div>\n    </script>\n  </div>\n</aside>\n\n\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\n  <script src=\"/assets/application-b5342fce4d287e576029b27ad7e3bc06.js\"></script>\n\n  <div id=\"footer-pixels\" style=\"display: none;\">\n    \n<script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  ga('create', 'UA-47850257-1', 'auto');\n  ga('send', 'pageview');\n</script>\n\n\n<script>\n  var google_conversion_id = 973899868;\n  var google_custom_params = window.google_tag_params;\n  var google_remarketing_only = true;\n</script>\n<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>\n<noscript><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/973899868/?value=0&amp;guid=ON&amp;script=0\"></noscript>\n\n\n<div id=\"parsely-root\" style=\"display: none\"><div id=\"parsely-cfg\" data-parsely-site=\"lifebuzz.com\"></div></div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\" :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n\n\n<script>\n  var _qevents = _qevents || [];\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == 'https:' ? 'https://secure' : 'http://edge') + '.quantserve.com/quant.js';\n    elem.async = true;\n    elem.type = 'text/javascript';\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n  _qevents.push({ qacct: 'p-GPkTC_DChXJqT' });\n</script>\n<noscript><img src=\"//pixel.quantserve.com/pixel/p-GPkTC_DChXJqT.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"></noscript>\n\n\n<script>\n  _atrk_opts = { atrk_acct: \"xJfyk1aUy100g1\", domain: \"lifebuzz.com\", dynamic: true};\n  (function() {\n    var as = document.createElement('script');\n    as.type = 'text/javascript';\n    as.async = true;\n    as.src = \"https://d31qbv1cthcecs.cloudfront.net/atrk.js\";\n    var s = document.getElementsByTagName('script')[0];\n    s.parentNode.insertBefore(as, s);\n  })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=xJfyk1aUy100g1\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"></noscript>\n\n\n<script src=\"http://cpanel.nativeads.com/js/pixel/pixel-10002-d67d1d86b65937eaf950fa77321ed6b4ebe56e30.js\"></script>\n\n\n<img src=\"//trc.taboola.com/lifebuzz-sc/log/3/action?name=page_view&item-url=http%3A%2F%2Fwww.lifebuzz.com%2Fcolbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it%2F\" width=\"0\" height=\"0\" alt=\"\">\n\n<img src=\"https://trending.revcontent.com/ads/tracker.php?t=Mzc5Njs1OTI2\" width=\"0\" height=\"0\" alt=\"\">\n\n<div class=\"OUTBRAIN\" data-src=\"http://www.lifebuzz.com/colbie-caillat-got-tired-of-being-photoshopped-so-heres-what-she-did-about-it/\" data-widget-id=\"tr_1\" data-ob-template=\"Lifebuzz\"></div>\n<script src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\n<script>\n  (function(){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=(\"https:\"==document.location.protocol?\"https://\":\"http://\")+\"clicks.hashtagads.com/pixel?cid=459&t=0&aid=1017&b=1\";var b=document.getElementsByTagName(\"script\")[0];b.parentNode.insertBefore(a,b);})();\n</script>\n<noscript><img height=1 width=1 border=0 style=\"display:none;\" src=\"https://clicks.hashtagads.com/pixel?cid=459&noscript=1&aid=1017\"></noscript>\n\n  </div>\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/lifebuzz.com2.html",
    "content": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#\">\n<head>\n  <meta charset=\"utf-8\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\n  <title>What Do You Think This Guy Is Doing? You Will Never Guess…. And It’s Going To Break Your Heart</title>\n  \n  <link rel=\"canonical\" href=\"http://www.lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\">\n  \n\n  \n  <meta property=\"fb:app_id\" content=\"460720927383621\">\n  <meta property=\"og:site_name\" content=\"LifeBuzz\">\n  <meta property=\"article:publisher\" content=\"https://www.facebook.com/LifeBuzzNews\">\n  <meta property=\"og:locale\" content=\"en_US\">\n  <meta property=\"og:url\" content=\"http://www.lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\">\n  <meta property=\"og:title\" content=\"What Do You Think This Guy Is Doing? You Will Never Guess…. And It’s Going To Break Your Heart\">\n\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"og:description\" content=\"There are great people left on planet earth.\">\n  <meta property=\"og:image\" content=\"http://cdn.lifebuzz.com/images/21386/lifebuzz-7f835fde11acc45613717aeccd0ef62f-wide_1000.jpg\">\n  <meta property=\"article:section\" content=\"Pets\">\n  <meta property=\"article:published_time\" content=\"2014-01-10T15:31:59Z\">\n  <meta property=\"article:modified_time\" content=\"2014-12-10T14:29:30Z\">\n\n  \n  <meta name=\"twitter:card\" content=\"summary_large_image\">\n  <meta name=\"twitter:site\" content=\"@LifeBuzzNews\">\n  <meta name=\"twitter:domain\" content=\"LifeBuzz\">\n  <meta name=\"twitter:creator\" content=\"@LifeBuzzNews\">\n  <meta name=\"twitter:image:src\" content=\"http://cdn.lifebuzz.com/images/21386/lifebuzz-7f835fde11acc45613717aeccd0ef62f-wide_1000.jpg\">\n\n\n  <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\" />\n  <link rel=\"stylesheet\" media=\"all\" href=\"/assets/application-aa551c9bcdfaf5ec5f47f2d8acbb573d.css\" />\n  <link rel=\"stylesheet\" media=\"screen\" href=\"http://fast.fonts.net/cssapi/969c3927-367e-405a-8254-44d9dc794f1a.css\" />\n\n  <!--[if lt IE 9]>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js\"></script>\n  <![endif]-->\n\n  <!--[if gte IE 9]>\n  <style type=\"text/css\">.gradient { filter: none !important; }</style>\n  <![endif]-->\n\n  <script type=\"application/ld+json\">\n    {\n      \"@context\": \"http://schema.org\",\n      \"@type\": \"NewsArticle\",\n      \"headline\": \"What Do You Think This Guy Is Doing? You Will Never Guess…. And It’s Going To Break Your Heart\",\n      \"url\": \"http://www.lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\",\n      \"thumbnailUrl\": \"http://cdn.lifebuzz.com/images/21386/lifebuzz-7f835fde11acc45613717aeccd0ef62f-wide_1000.jpg\",\n      \"dateCreated\": \"2014-01-10T15:31:59+00:00\",\n      \"articleSection\": \"Pets\",\n      \"creator\": \"Haris\"\n    }\n  </script>\n</head>\n<body data-layout=\"desktop\" class=\"\">\n  \n<div id=\"fb-root\"></div>\n<script>\n  window.fbAsyncInit = function() {\n    FB.init({\n      appId:   '460720927383621',\n      xfbml:   true,\n      version: 'v2.1'\n    });\n  };\n  (function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) {return;}\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_US/sdk.js\";\n    fjs.parentNode.insertBefore(js, fjs);\n  }(document, 'script', 'facebook-jssdk'));\n</script>\n\n\n<script>\n  var googletag = googletag || {};\n  googletag.cmd = googletag.cmd || [];\n  (function() {\n    var gads   = document.createElement('script');\n    gads.async = true;\n    gads.type  = 'text/javascript';\n    var useSSL = 'https:' == document.location.protocol;\n    gads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n    var node   = document.getElementsByTagName('script')[0];\n    node.parentNode.insertBefore(gads, node);\n  })();\n</script>\n\n<script>\n  googletag.cmd.push(function() {\n    googletag.defineSlot('/13277506/LB_1D', [728, 90], 'div-gpt-ad-1419917133415-0').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_728x90_abovearticle', [728, 90], 'div-gpt-ad-1419917133415-1').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_300x250', [300, 250], 'div-gpt-ad-1419917133415-2').addService(googletag.pubads());\n    googletag.defineSlot('/13277506/ROS_728x90_belowarticle', [728, 90], 'div-gpt-ad-1419917133415-3').addService(googletag.pubads());\n    googletag.enableServices();\n  });\n</script>\n\n\n<script>\n  (function() {\n    var _fbq = window._fbq || (window._fbq = []);\n    if (!_fbq.loaded) {\n      var fbds = document.createElement('script');\n      fbds.async = true;\n      fbds.src = '//connect.facebook.net/en_US/fbds.js';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(fbds, s);\n      _fbq.loaded = true;\n    }\n    _fbq.push(['addPixelId', '638239236243349']);\n  })();\n  window._fbq = window._fbq || [];\n  window._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=638239236243349&amp;ev=PixelInitialized\"></noscript>\n\n\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6035233\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript><div style=\"display:none;\"><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035233&cv=2.0&cj=1\" alt=\"\"></div></noscript>\n\n\n  <header id=\"site-header\">\n    <div class=\"container\">\n      <div class=\"group\">\n        <a class=\"logo\" href=\"/\"><img alt=\"LifeBuzz\" src=\"/assets/logo-6a11158f26fdd5152c013f291f2167ca.png\" /></a>\n          <div id=\"lb-1d\" class=\"placement\">\n  <div id=\"div-gpt-ad-1419917133415-0\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-0'); });\n    </script>\n  </div>\n</div>\n\n        <h3>Live Inspired</h3>\n      </div>\n    </div>\n\n    <nav id=\"main-nav\">\n\n  <div class=\"container group\">\n    <ul class=\"content-nav collapse menu group\">\n      <li>\n        <a class=\"section section-inspire\" href=\"#\">Inspire</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/agnes-cecile/\">\n                  <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_400.jpg\" />\n</a>                <h3><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h3>\n              </article>\n              <article>\n                <a href=\"/blob-art/\">\n                  <img alt=\"The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. \" src=\"http://cdn.lifebuzz.com/images/46984/lifebuzz-972342500109407746e9c4eaac6e1794-thumb_400.jpg\" />\n</a>                <h3><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h3>\n              </article>\n              <article>\n                <a href=\"/paper/\">\n                  <img alt=\"She Cuts Paper With An Exquisite Delicacy That Will Take Your Breath Away.  \" src=\"http://cdn.lifebuzz.com/images/46842/lifebuzz-e34278ceead8a03ddf62425958025ce9-thumb_400.jpg\" />\n</a>                <h3><a href=\"/paper/\">She Cuts Paper With An Exquisite Delicacy That Will Take Your Breath Away.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/house/\">\n                  <img alt=\"You Won’t Believe What This Swedish &#39;Alien&#39; Fan Did To His Home.\" src=\"http://cdn.lifebuzz.com/images/46767/lifebuzz-6e77d5345fe332b1f481e035f9e99530-thumb_400.jpg\" />\n</a>                <h3><a href=\"/house/\">You Won’t Believe What This Swedish &#39;Alien&#39; Fan Did To His Home.</a></h3>\n              </article>\n              <article>\n                <a href=\"/library/\">\n                  <img alt=\"26 Libraries That Have Appeared In Every Book Lover’s Fantasy.\" src=\"http://cdn.lifebuzz.com/images/46829/lifebuzz-107f6bde3aec6be1ed80c5b6f35b6777-thumb_400.jpg\" />\n</a>                <h3><a href=\"/library/\">26 Libraries That Have Appeared In Every Book Lover’s Fantasy.</a></h3>\n              </article>\n              <article>\n                <a href=\"/pray/\">\n                  <img alt=\"He Was Resurrected From The Dead And Got A Second Chance With His Family.\" src=\"http://cdn.lifebuzz.com/images/46623/lifebuzz-ed2c22bb3750341ba8c3c9a2fa6a5b4c-thumb_400.jpg\" />\n</a>                <h3><a href=\"/pray/\">He Was Resurrected From The Dead And Got A Second Chance With His Family.</a></h3>\n              </article>\n              <article>\n                <a href=\"/ancient-trees/\">\n                  <img alt=\"Overwhelmingly Beautiful Photographs Of Earth&#39;s Oldest Living Trees.\" src=\"http://cdn.lifebuzz.com/images/46641/lifebuzz-770273964698ca0a2718397514742af5-thumb_400.jpg\" />\n</a>                <h3><a href=\"/ancient-trees/\">Overwhelmingly Beautiful Photographs Of Earth&#39;s Oldest Living Trees.</a></h3>\n              </article>\n              <article>\n                <a href=\"/heartfelt-moments/\">\n                  <img alt=\"An Emotional Compilation Of 2014’s Most Viral Videos.\" src=\"http://cdn.lifebuzz.com/images/46605/lifebuzz-1dc12a7a85b4968110a43bce8b773914-thumb_400.jpg\" />\n</a>                <h3><a href=\"/heartfelt-moments/\">An Emotional Compilation Of 2014’s Most Viral Videos.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/inspire/art/\">Art</a></li>\n              <li><a href=\"/inspire/heartwarming/\">Heartwarming</a></li>\n              <li><a href=\"/inspire/home/\">Home</a></li>\n              <li><a href=\"/inspire/music/\">Music</a></li>\n              <li><a href=\"/inspire/nature/\">Nature</a></li>\n              <li><a href=\"/inspire/photography/\">Photography</a></li>\n              <li><a href=\"/inspire/travel/\">Travel</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section section-learn\" href=\"#\">Learn</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/pliers-magic/\">\n                  <img alt=\"He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.\" src=\"http://cdn.lifebuzz.com/images/46923/lifebuzz-9079baaee43f8e8bbef706449b6600ad-thumb_400.jpg\" />\n</a>                <h3><a href=\"/pliers-magic/\">He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.</a></h3>\n              </article>\n              <article>\n                <a href=\"/traditions/\">\n                  <img alt=\"24 Crazily Compelling New Years Traditions From Around The World.\" src=\"http://cdn.lifebuzz.com/images/46888/lifebuzz-e50e829a010b597252e27c521b97fde4-thumb_400.jpg\" />\n</a>                <h3><a href=\"/traditions/\">24 Crazily Compelling New Years Traditions From Around The World.</a></h3>\n              </article>\n              <article>\n                <a href=\"/earth/\">\n                  <img alt=\"This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.\" src=\"http://cdn.lifebuzz.com/images/46511/lifebuzz-a0a91cfd108fd69f34a1852428ff2d72-thumb_400.jpg\" />\n</a>                <h3><a href=\"/earth/\">This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.</a></h3>\n              </article>\n              <article>\n                <a href=\"/bride/\">\n                  <img alt=\"This Bride Got Dumped The Week Before Her Wedding, But It Didn’t Spoil The Wedding Photos.\" src=\"http://cdn.lifebuzz.com/images/46768/lifebuzz-419a311bc5d9299b75f37835706045d0-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bride/\">This Bride Got Dumped The Week Before Her Wedding, But It Didn’t Spoil The Wedding Photos.</a></h3>\n              </article>\n              <article>\n                <a href=\"/storage-ideas/\">\n                  <img alt=\" 42 Simple Storage Hacks That Will De-Clutter Your Life.\" src=\"http://cdn.lifebuzz.com/images/46730/lifebuzz-2343443aba260e43efd0bc724be427e3-thumb_400.jpg\" />\n</a>                <h3><a href=\"/storage-ideas/\"> 42 Simple Storage Hacks That Will De-Clutter Your Life.</a></h3>\n              </article>\n              <article>\n                <a href=\"/kissing/\">\n                  <img alt=\"Thank You Science. You Just Ruined My Next Kiss.\" src=\"http://cdn.lifebuzz.com/images/46601/lifebuzz-f9c99f3522ef6cbf780eb83735aac056-thumb_400.jpg\" />\n</a>                <h3><a href=\"/kissing/\">Thank You Science. You Just Ruined My Next Kiss.</a></h3>\n              </article>\n              <article>\n                <a href=\"/technology-today/\">\n                  <img alt=\"The Best 20 Inventions You’ve Never Heard Of But Will Definitely Want.\" src=\"http://cdn.lifebuzz.com/images/46497/lifebuzz-dbd4429e7affc9b09e93e70d993909a8-thumb_400.jpg\" />\n</a>                <h3><a href=\"/technology-today/\">The Best 20 Inventions You’ve Never Heard Of But Will Definitely Want.</a></h3>\n              </article>\n              <article>\n                <a href=\"/tricks/\">\n                  <img alt=\"7 Kitchen Tricks Used By Pros That Actually Work.\" src=\"http://cdn.lifebuzz.com/images/46383/lifebuzz-ba4c4b2a55da77b3a0f2f47b6e3128d6-thumb_400.jpg\" />\n</a>                <h3><a href=\"/tricks/\">7 Kitchen Tricks Used By Pros That Actually Work.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/learn/advice/\">Advice</a></li>\n              <li><a href=\"/learn/diy/\">DIY</a></li>\n              <li><a href=\"/learn/hacks/\">Hacks</a></li>\n              <li><a href=\"/learn/interesting/\">Interesting</a></li>\n              <li><a href=\"/learn/news/\">News</a></li>\n              <li><a href=\"/learn/science/\">Science</a></li>\n              <li><a href=\"/learn/tech/\">Tech</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section section-live\" href=\"#\">Live</a>\n        <div class=\"dropdown\">\n          <div class=\"right\">\n            <div class=\"stories group\">\n              <article>\n                <a href=\"/bacon-shield/\">\n                  <img alt=\"The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.\" src=\"http://cdn.lifebuzz.com/images/46986/lifebuzz-c29b9c04824d57e3dfc05b904a1ec012-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h3>\n              </article>\n              <article>\n                <a href=\"/restroom/\">\n                  <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_400.jpg\" />\n</a>                <h3><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h3>\n              </article>\n              <article>\n                <a href=\"/hyphenated-names/\">\n                  <img alt=\"These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  \" src=\"http://cdn.lifebuzz.com/images/46964/lifebuzz-9b4bcaad26f7e4430167c96fa8905ecb-thumb_400.jpg\" />\n</a>                <h3><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/magazine/\">\n                  <img alt=\"10 Hauntingly Brilliant Magazine Covers That We Never Forgot.\" src=\"http://cdn.lifebuzz.com/images/46922/lifebuzz-e029e3f401002b031058bda9b896e5ae-thumb_400.jpg\" />\n</a>                <h3><a href=\"/magazine/\">10 Hauntingly Brilliant Magazine Covers That We Never Forgot.</a></h3>\n              </article>\n              <article>\n                <a href=\"/fun-festivals/\">\n                  <img alt=\"30 World Festivals That You&#39;ll Definitely Want To Add To Your Bucket List.  \" src=\"http://cdn.lifebuzz.com/images/46791/lifebuzz-5ee2e07777e0790f070d647416b0fea6-thumb_400.jpg\" />\n</a>                <h3><a href=\"/fun-festivals/\">30 World Festivals That You&#39;ll Definitely Want To Add To Your Bucket List.  </a></h3>\n              </article>\n              <article>\n                <a href=\"/terrible-day/\">\n                  <img alt=\"27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.\" src=\"http://cdn.lifebuzz.com/images/45911/lifebuzz-6472f5d62796dd3e54909ab4fc71b149-thumb_400.jpg\" />\n</a>                <h3><a href=\"/terrible-day/\">27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.</a></h3>\n              </article>\n              <article>\n                <a href=\"/bun/\">\n                  <img alt=\"This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.\" src=\"http://cdn.lifebuzz.com/images/46624/lifebuzz-b881268e33ce0941b1ace54c6b954688-thumb_400.jpg\" />\n</a>                <h3><a href=\"/bun/\">This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.</a></h3>\n              </article>\n              <article>\n                <a href=\"/urinals/\">\n                  <img alt=\"25 Urinals You Need To Pee To Believe.\" src=\"http://cdn.lifebuzz.com/images/46728/lifebuzz-da3faecec71204839fd59e2ddc771781-thumb_400.jpg\" />\n</a>                <h3><a href=\"/urinals/\">25 Urinals You Need To Pee To Believe.</a></h3>\n              </article>\n            </div>\n          </div>\n\n          <div class=\"left\">\n            <ul class=\"subnav\">\n              <li><a href=\"/live/culture/\">Culture</a></li>\n              <li><a href=\"/live/cute/\">Cute</a></li>\n              <li><a href=\"/live/food/\">Food</a></li>\n              <li><a href=\"/live/funny/\">Funny</a></li>\n              <li><a href=\"/live/parenting/\">Parenting</a></li>\n              <li><a href=\"/live/pets/\">Pets</a></li>\n              <li><a href=\"/live/random/\">Random</a></li>\n            </ul>\n          </div>\n        </div>\n      </li>\n      <li>\n        <a class=\"section\" href=\"#\">More</a>\n        <div class=\"dropdown dropdown-fixed\">\n          <ul class=\"subnav\">\n            <li><a href=\"/apps/\">LifeBuzz Apps</a></li>\n            <li><a href=\"/trending/\">Trending</a></li>\n            <li><a href=\"/top/\">Top 100</a></li>\n            <li><a href=\"/galleries/\">Photo Galleries</a></li>\n            <li><a href=\"/videos/\">Videos</a></li>\n            <li><a href=\"/quizzes/\">Quizzes</a></li>\n          </ul>\n        </div>\n      </li>\n    </ul>\n\n    <ul id=\"secondary-nav\" class=\"collapse menu group\" style=\"display: none;\">\n      <li class=\"search\"><a class=\"section-secondary group\" href=\"#\"><span class=\"icon\"></span></a></li>\n      <li class=\"user\">\n        <a class=\"section-secondary group\" href=\"#\">\n          <span class=\"icon\"></span>\n          \n</a>      </li>\n    </ul>\n  </div>\n</nav>\n\n  </header>\n\n  <main class=\"main-sidebar group\">\n    <div class=\"container\">\n      <section id=\"content\">\n        <div class=\"single\">\n\n  <div class=\"section30 group\">\n    <div class=\"user-meta group\">\n      <img alt=\"Haris\" src=\"http://www.gravatar.com/avatar/48f778115372dc2a5cceba7e49434362?d=http%3A%2F%2Fwww.lifebuzz.com%2Fstatic%2Fog-default.png&amp;s=90\" />\n      <div class=\"info\">\n        <p>By <strong><a href=\"/profile/haris/\">Haris</a></strong></p>\n        <p class=\"affiliation\">LifeBuzz Staff</p>\n      </div>\n    </div>\n\n    <div class=\"shares-top\">\n      <div class=\"share-bar\">\n  <p class=\"share-count\">16<span>shares</span></p>\n  <ul class=\"share-buttons collapse menu group\">\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"facebook trigger-facebook-share with-text gradient group\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /><span>Share on Facebook</span></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google+\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"email trigger-email-share gradient\"><img alt=\"email\" src=\"/assets/social/email-986a823b5fff252971a3ebf200ffd0a5.png\" width=\"25\" height=\"25\" /></button></li>\n  </ul>\n</div>\n\n      <div id=\"pinterest-modal\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <img alt=\"Pinterest\" class=\"logo\" src=\"/assets/social/pinterest-full-0a83bd8c352fd72a03ab362f5ebf7be5.png\" />\n  <div class=\"scroller\">\n    <ul class=\"collapse group\">\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"Exhausted Sylvie had been in the frigid water for more than 30 minutes\" src=\"http://cdn.lifebuzz.com/images/21391/lifebuzz-53fad76e4452422b70aee114b3db3f1f-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21391/lifebuzz-53fad76e4452422b70aee114b3db3f1f-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x405</p>\n      </li>\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"Firefighter Sean Coyle uses a basket to slide out to Sylvie\" src=\"http://cdn.lifebuzz.com/images/21396/lifebuzz-da702ce1d724fd285cfe020e0a9f8c24-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21396/lifebuzz-da702ce1d724fd285cfe020e0a9f8c24-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x597</p>\n      </li>\n      <li class=\"col-last\">\n        <div class=\"overlay\">\n          <img alt=\"The husky clings to the ice as firefighter Sean Coyle inches out to the hole\" src=\"http://cdn.lifebuzz.com/images/21401/lifebuzz-55f22485f479000f84fdc347557751ec-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21401/lifebuzz-55f22485f479000f84fdc347557751ec-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x371</p>\n      </li>\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"Fireman Coyle grabs Sylvie by the scuff of the neck as he attempts to lift her from the water\" src=\"http://cdn.lifebuzz.com/images/21405/lifebuzz-65e3676581c581f7764da548c39a0cd1-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21405/lifebuzz-65e3676581c581f7764da548c39a0cd1-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x388</p>\n      </li>\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"The 13-year-old Husky’s thick winter coat helped her stay alive in the freezing water\" src=\"http://cdn.lifebuzz.com/images/21411/lifebuzz-1f2575544edf10069788e934e973273b-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21411/lifebuzz-1f2575544edf10069788e934e973273b-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x435</p>\n      </li>\n      <li class=\"col-last\">\n        <div class=\"overlay\">\n          <img alt=\"The pet emerged from the water and totters on the ice as she regained her balance\" src=\"http://cdn.lifebuzz.com/images/21417/lifebuzz-ec1526c359450e358b90b978bb6c17d9-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21417/lifebuzz-ec1526c359450e358b90b978bb6c17d9-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x328</p>\n      </li>\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"Sylvie is grabbed to prevent her heading back on to the treacherous ice\" src=\"http://cdn.lifebuzz.com/images/21422/lifebuzz-b745719e2647a717103a6f86a4951ba9-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21422/lifebuzz-b745719e2647a717103a6f86a4951ba9-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x439</p>\n      </li>\n      <li class=\"\">\n        <div class=\"overlay\">\n          <img alt=\"A worried owner is reunited with his beloved pet\" src=\"http://cdn.lifebuzz.com/images/21428/lifebuzz-376fd3efa70cff51ade0636cf3fe9ae4-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21428/lifebuzz-376fd3efa70cff51ade0636cf3fe9ae4-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x460</p>\n      </li>\n      <li class=\"col-last\">\n        <div class=\"overlay\">\n          <img src=\"http://cdn.lifebuzz.com/images/21386/lifebuzz-7f835fde11acc45613717aeccd0ef62f-thumb_400.jpg\" />\n          <a class=\"pin\" data-media=\"http://cdn.lifebuzz.com/images/21386/lifebuzz-7f835fde11acc45613717aeccd0ef62f-full.jpg\">&nbsp;</a>\n        </div>\n        <p>634x597</p>\n      </li>\n    </ul>\n  </div>\n</div>\n\n      <div id=\"after-share\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"inner\">\n    <h1>Want More Positive Stories Like This One?</h1>\n\n    <div class=\"step\">\n      <h3><strong>Step 1:</strong> <span>Like Us!</span></h3>\n      <div class=\"like-wrapper\">\n        <img class=\"arrow\" src=\"/assets/look-here-m8-99066a12456ad8f9bd0a9d303cf08a04.gif\" alt=\"Look here m8\" />\n        <div class=\"fb-like\" data-href=\"https://www.facebook.com/LifeBuzzNews\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"false\"></div>\n      </div>\n    </div>\n\n    <div class=\"step\">\n      <h3><strong>Step 2:</strong> <span>Join Our Newsletter</span></h3>\n      <form class=\"newsletter-form\" action=\"/subscribe/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n  <div class=\"group\">\n    <input type=\"text\" name=\"email\" id=\"email\" placeholder=\"Enter Email\" class=\"newsletter-input\" />\n    <input type=\"submit\" name=\"commit\" value=\"Subscribe\" class=\"newsletter-submit\" />\n  </div>\n  <p class=\"newsletter-message status\"></p>\n</form>\n    </div>\n\n    <p class=\"completed\"><a href=\"#\">I've completed the above steps, don't show me again.</a></p>\n\n  </div>\n</div>\n\n    </div>\n  </div>\n\n  <div class=\"section20\">\n    <h1>What Do You Think This Guy Is Doing? You Will Never Guess…. And It’s Going To Break Your Heart</h1>\n  </div>\n\n  <div class=\"section20\">\n    <div id=\"lb-2d\" class=\"placement\">\n  <div id=\"div-gpt-ad-1419917133415-1\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-1'); });\n    </script>\n  </div>\n  <p class=\"advertisement\"><a href=\"/contact/\">Advertisement</a></p>\n</div>\n\n  </div>\n\n  <div class=\"section30\">\n    \n<p>Sylvie a 13 year old Husky went on her morning walk with her owner when she fell through the ice. After being trapped in the water for about 30 minutes, Firefighter Sean Coyle came to the rescue. The pictures below capture the event as it transpires. </p>\n\n\n    \n<div class=\"media-image\">\n    <h3>Exhausted Sylvie had been in the frigid water for more than 30 minutes</h3>\n  \n\n  <div class=\"media-image-container\" style=\"width: 634px;\">\n    <ul class=\"rollover-shares collapse\">\n  <li><button data-location=\"Rollover (Desktop)\" class=\"facebook trigger-facebook-share gradient\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google plus\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n</ul>\n\n\n    <img style=\"width: 634px;\" alt=\"Exhausted Sylvie had been in the frigid water for more than 30 minutes\" src=\"http://cdn.lifebuzz.com/images/21391/lifebuzz-53fad76e4452422b70aee114b3db3f1f-limit_2000.jpg\" />\n    <p class=\"source\">Boston Herald / Polaris</p>\n  </div>\n\n</div>\n\n    \n<div class=\"media-image\">\n    <h3>Firefighter Sean Coyle uses a basket to slide out to Sylvie</h3>\n  \n\n  <div class=\"media-image-container\" style=\"width: 634px;\">\n    <ul class=\"rollover-shares collapse\">\n  <li><button data-location=\"Rollover (Desktop)\" class=\"facebook trigger-facebook-share gradient\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google plus\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n</ul>\n\n\n    <img style=\"width: 634px;\" alt=\"Firefighter Sean Coyle uses a basket to slide out to Sylvie\" src=\"http://cdn.lifebuzz.com/images/21396/lifebuzz-da702ce1d724fd285cfe020e0a9f8c24-limit_2000.jpg\" />\n    <p class=\"source\">Boston Herald / Polaris</p>\n  </div>\n\n</div>\n\n    \n<div class=\"media-image\">\n    <h3>The husky clings to the ice as firefighter Sean Coyle inches out to the hole</h3>\n  \n\n  <div class=\"media-image-container\" style=\"width: 634px;\">\n    <ul class=\"rollover-shares collapse\">\n  <li><button data-location=\"Rollover (Desktop)\" class=\"facebook trigger-facebook-share gradient\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google plus\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n</ul>\n\n\n    <img style=\"width: 634px;\" alt=\"The husky clings to the ice as firefighter Sean Coyle inches out to the hole\" src=\"http://cdn.lifebuzz.com/images/21401/lifebuzz-55f22485f479000f84fdc347557751ec-limit_2000.jpg\" />\n    <p class=\"source\">Boston Herald / Polaris</p>\n  </div>\n\n</div>\n\n    \n<div class=\"media-image\">\n    <h3>Fireman Coyle grabs Sylvie by the scuff of the neck as he attempts to lift her from the water</h3>\n  \n\n  <div class=\"media-image-container\" style=\"width: 634px;\">\n    <ul class=\"rollover-shares collapse\">\n  <li><button data-location=\"Rollover (Desktop)\" class=\"facebook trigger-facebook-share gradient\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n  <li><button data-location=\"Rollover (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google plus\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n</ul>\n\n\n    <img style=\"width: 634px;\" alt=\"Fireman Coyle grabs Sylvie by the scuff of the neck as he attempts to lift her from the water\" src=\"http://cdn.lifebuzz.com/images/21405/lifebuzz-65e3676581c581f7764da548c39a0cd1-limit_2000.jpg\" />\n    <p class=\"source\">Boston Herald / Polaris</p>\n  </div>\n\n</div>\n\n\n\n\n  </div>\n\n  <div class=\"section10\">\n    <div class=\"post-pagination\">\n    \n      <a class=\"button\" href=\"/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/2/\">Next <span>&rsaquo;</span></a>\n      <p>Page 1 of 2</p>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div id=\"lb-4d\" class=\"placement\">\n  <p class=\"advertisement\"><a href=\"/contact/\">Advertisement</a></p>\n  <div id=\"div-gpt-ad-1419917133415-3\" style=\"width:728px; height:90px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-3'); });\n    </script>\n  </div>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div class=\"share-bar\">\n  <p class=\"share-count\">16<span>shares</span></p>\n  <ul class=\"share-buttons collapse menu group\">\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"facebook trigger-facebook-share with-text gradient group\"><img alt=\"facebook\" src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" width=\"25\" height=\"25\" /><span>Share on Facebook</span></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"twitter trigger-twitter-share gradient\"><img alt=\"twitter\" src=\"/assets/social/twitter-e0c102bffda910cc2f0e04a2bd4c3957.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"pinterest trigger-pinterest-share gradient\"><img alt=\"pinterest\" src=\"/assets/social/pinterest-aafb98c5c780b61665447fcc7d057dd8.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"stumble trigger-stumble-share gradient\"><img alt=\"stumbleupon\" src=\"/assets/social/stumble-835428804ca2e4f712112f3327e82dcc.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"gplus trigger-gplus-share gradient\"><img alt=\"google+\" src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" width=\"25\" height=\"25\" /></button></li>\n    <li><button data-location=\"Share Bars (Desktop)\" class=\"email trigger-email-share gradient\"><img alt=\"email\" src=\"/assets/social/email-986a823b5fff252971a3ebf200ffd0a5.png\" width=\"25\" height=\"25\" /></button></li>\n  </ul>\n</div>\n\n  </div>\n\n  <div class=\"section20\">\n    <div data-str-native-key=\"11b0d54a\" style=\"display: none;\"></div>\n    <script src=\"http://native.sharethrough.com/assets/tag.js\"></script>\n  </div>\n\n  <div class=\"section20 spacer-gray\">\n    <div class=\"spacer\">\n      <div id=\"native-2d\">\n  <div id=\"criteo\">\n    <script>\n      document.MAX_ct0 ='';\n      var m3_u = (location.protocol=='https:'?'https://cas.criteo.com/delivery/ajs.php?':'http://cas.criteo.com/delivery/ajs.php?');\n      var m3_r = Math.floor(Math.random()*99999999999);\n      document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n      document.write (\"zoneid=181966\");document.write(\"&amp;nodis=1\");\n      document.write ('&amp;cb=' + m3_r);\n      if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n      document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n      document.write (\"&amp;loc=\" + escape(window.location));\n      if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n      if (document.context) document.write (\"&context=\" + escape(document.context));\n      if ((typeof(document.MAX_ct0) != 'undefined') && (document.MAX_ct0.substring(0,4) == 'http')) {\n        document.write (\"&amp;ct0=\" + escape(document.MAX_ct0));\n      }\n      if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n      document.write (\"'></scr\"+\"ipt>\");\n    </script>\n  </div>\n</div>\n\n    </div>\n  </div>\n\n  <script type=\"text/template\" data-count=\"6\" data-skip=\"/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\" data-parse=\"html\" data-path=\"/dynamic/trending/\" class=\"dynamic-content\">\n    <div class=\"section30\">\n      <h4 class=\"box group\"><span>More from LifeBuzz</span></h4>\n      <div class=\"results\"></div>\n    </div>\n  </script>\n\n    <div class=\"section30\">\n      <h4>Tell us what you think</h4>\n      <div class=\"fb-comments\" data-href=\"http://www.lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\" data-width=\"730\" data-numposts=\"4\" data-colorscheme=\"light\"></div>\n    </div>\n\n</div>\n\n      </section>\n\n        <aside id=\"sidebar\">\n          <div class=\"widget widget-newsletter\">\n  <h3>Laugh Every Morning</h3>\n  <div class=\"photos\">\n    <img alt=\"lifebuzz newsletter\" src=\"/assets/newsletter-photos-9ff69cf196c804ed78310df64c035ec3.png\" />\n  </div>\n  <img alt=\"LifeBuzz newsletter\" class=\"logo\" src=\"/assets/newsletter-logo-5e795714ba65fe665f48ab9c1f79953d.png\" />\n  <form class=\"newsletter-form\" action=\"/subscribe/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n  <div class=\"group\">\n    <input type=\"text\" name=\"email\" id=\"email\" placeholder=\"Enter Email\" class=\"newsletter-input\" />\n    <input type=\"submit\" name=\"commit\" value=\"Subscribe\" class=\"newsletter-submit\" />\n  </div>\n  <p class=\"newsletter-message status\"></p>\n</form>\n  <p class=\"info\">Subscribe and get your daily-dose of feel-good, uplifting, and amazing stories to start your day off with a smile.</p>\n</div>\n\n  <div id=\"lb-3d\" class=\"placement widget\">\n  <div id=\"div-gpt-ad-1419917133415-2\" style=\"width:300px; height:250px;\">\n    <script>\n      googletag.cmd.push(function() { googletag.display('div-gpt-ad-1419917133415-2'); });\n    </script>\n  </div>\n</div>\n\n\n  <div class=\"widget\">\n    <div id=\"native-1d\">\n  <script type=\"text/template\" data-source=\"16514\" data-parse=\"json\" data-path=\"/platform/proxy/v1/content/\" class=\"dynamic-content\">\n    <div class=\"post-listing revcontent-listing listing-stacked group\">\n      <div class=\"result\">\n        <article class=\"group\">\n          <a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\"><img alt=\"\" tmpl-src=\"{{image}}\" class=\"thumb r160\"></a>\n          <h4><a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\">{{headline}}</a></h4>\n          <p class=\"description\"><a href=\"http://{{url}}\" rel=\"nofollow\" target=\"_blank\">{{description}}</a></p>\n        </article>\n      </div>\n    </div>\n  </script>\n</div>\n\n  </div>\n\n<div class=\"widget widget-internal widget-viral\">\n  <h3>Going Viral</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/30-facts/\">\n\n      <img alt=\"30 Facts That Are So Irresistibly Weird You’ll Want To Tell Your Friends.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/45144/lifebuzz-6be41c03662e057c8146461d6cd8ac53-thumb_800.jpg\" />\n\n      <p class=\"number\">1</p>\n\n</a>\n  <h4><a href=\"/30-facts/\">30 Facts That Are So Irresistibly Weird You’ll Want To Tell Your Friends.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/terrible-day/\">\n\n      <img alt=\"27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/45911/lifebuzz-6472f5d62796dd3e54909ab4fc71b149-thumb_800.jpg\" />\n\n      <p class=\"number\">2</p>\n\n</a>\n  <h4><a href=\"/terrible-day/\">27 People Who Shouldn&#39;t Have Bothered Getting Out Of Bed.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pools/\">\n\n      <img alt=\"31 Of The Most Exotic Pools On Earth… Except #10 Which Is Horrifying.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/4925/lifebuzz-873942574588b8734b1cb75c1a4bea6f-thumb_800.jpg\" />\n\n      <p class=\"number\">3</p>\n\n</a>\n  <h4><a href=\"/pools/\">31 Of The Most Exotic Pools On Earth… Except #10 Which Is Horrifying.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/festivals/\">\n\n      <img alt=\"9 Of The Most Unusual Festivals In The World. #3 Is Too Weird To Be True…\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/13376/lifebuzz-e7040e84d27307d5c08f5b90d393c18c-thumb_800.jpg\" />\n\n      <p class=\"number\">4</p>\n\n</a>\n  <h4><a href=\"/festivals/\">9 Of The Most Unusual Festivals In The World. #3 Is Too Weird To Be True…</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/funny-texts/\">\n\n      <img alt=\"27 Of The Funniest Texts Ever Sent Between Parents And Their Children. Hilarious!\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/8806/lifebuzz-f983b45bdd4c2a1e0ff70007e97d6653-thumb_800.jpg\" />\n\n      <p class=\"number\">5</p>\n\n</a>\n  <h4><a href=\"/funny-texts/\">27 Of The Funniest Texts Ever Sent Between Parents And Their Children. Hilarious!</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-videos\">\n  <h3>Featured Videos</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/agnes-cecile/\">\n\n      <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/restroom/\">\n\n      <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/earth/\">\n\n      <img alt=\"This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46511/lifebuzz-a0a91cfd108fd69f34a1852428ff2d72-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/earth/\">This Mesmerizing NASA Video Reminded Me Of How Terrifyingly Beautiful Earth Can Be.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bun/\">\n\n      <img alt=\"This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46624/lifebuzz-b881268e33ce0941b1ace54c6b954688-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/bun/\">This Mum-To-Be Created A Pregnancy Time-Lapse Video That Will Unleash Your Inner Awwww.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pray/\">\n\n      <img alt=\"He Was Resurrected From The Dead And Got A Second Chance With His Family.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46623/lifebuzz-ed2c22bb3750341ba8c3c9a2fa6a5b4c-thumb_800.jpg\" />\n\n\n      <img alt=\"video\" class=\"badge\" src=\"/assets/play-4b3c9b0db96bef063264b4d6466d04aa.png\" />\n</a>\n  <h4><a href=\"/pray/\">He Was Resurrected From The Dead And Got A Second Chance With His Family.</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-latest\">\n  <h3>Latest from LifeBuzz</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bacon-shield/\">\n\n      <img alt=\"The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46986/lifebuzz-c29b9c04824d57e3dfc05b904a1ec012-thumb_800.jpg\" />\n\n      <p class=\"number\">1</p>\n\n</a>\n  <h4><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/agnes-cecile/\">\n\n      <img alt=\"What This Woman Is About To Paint Is Going To Rock Your World...\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47028/lifebuzz-4585bbec883e3e9c5f353c283721911d-thumb_800.jpg\" />\n\n      <p class=\"number\">2</p>\n\n</a>\n  <h4><a href=\"/agnes-cecile/\">What This Woman Is About To Paint Is Going To Rock Your World...</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/restroom/\">\n\n      <img alt=\"He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.\" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46985/lifebuzz-3afef587abd879e9118ced5e8ce5f59a-thumb_800.jpg\" />\n\n      <p class=\"number\">3</p>\n\n</a>\n  <h4><a href=\"/restroom/\">He Visited This Gas Station Bathroom And Was Shocked By What He Discovered Inside.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/blob-art/\">\n\n      <img alt=\"The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. \" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46984/lifebuzz-972342500109407746e9c4eaac6e1794-thumb_800.jpg\" />\n\n      <p class=\"number\">4</p>\n\n</a>\n  <h4><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/hyphenated-names/\">\n\n      <img alt=\"These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  \" class=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46964/lifebuzz-9b4bcaad26f7e4430167c96fa8905ecb-thumb_800.jpg\" />\n\n      <p class=\"number\">5</p>\n\n</a>\n  <h4><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n<div class=\"widget widget-internal widget-galleries\">\n  <h3>Photo Galleries</h3>\n  \n<div class=\"post-listing listing-stacked group\">\n  <article class=\"group\">\n  <a class=\"thumb-link\" href=\"/bacon-shield/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47014/lifebuzz-799acd4d3ab24629f16b7aa5c04936e5-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47023/lifebuzz-4c460a3f360b851c71dd075ffbb57ed0-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47019/lifebuzz-1b3972e173ebe44a3566a77b9cd66f88-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47015/lifebuzz-a781406e5c51043a9e6ade9689905330-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47013/lifebuzz-6617fe7470578b48431966142772359c-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/47007/lifebuzz-1852df6117f2187d1748d6df46428571-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/bacon-shield/\">The Bacon Shield™, And 28 Other Examples Of Out-Of-The-Box Thinking.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/blob-art/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46965/lifebuzz-d891a3deee774bfe99104143dde0bfaa-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46966/lifebuzz-7a1d2a5c5d182bce3dd23c1ee4727383-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46967/lifebuzz-9ed09af141a4104aa81f1b5c05fbe9c1-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46968/lifebuzz-b49ed82354b69c7e17930ff5737243db-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46976/lifebuzz-d688dcf914ee138d69673fa83f8af81e-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46969/lifebuzz-dcc21a3a930c9cace75bd166ad4cce85-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/blob-art/\">The Microscopic Detail In These Paintings Celebrates The Wonder Of Humanity. </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/hyphenated-names/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46963/lifebuzz-851b5652eefb569d4b1f391aac1be115-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46925/lifebuzz-ad7d7dd28011988c9843da78fb75b382-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46926/lifebuzz-651728d16e1689ff6aea6674e1678f54-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46929/lifebuzz-8214e94a8e024976aa8dff1d2345d1af-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46924/lifebuzz-0aa9ef0606fda6063f2ce00052cec800-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46927/lifebuzz-cd3671e1dc903a984b0c901fce8ad12f-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/hyphenated-names/\">These Unluckily Hilarious Wedding Announcements Will Bring A Naughty Smile To Your Face.  </a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/pliers-magic/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46606/lifebuzz-d635fc58abca360cd61119cb933ad92f-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46607/lifebuzz-d71bc2de78401adc02c238e9ed894880-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46608/lifebuzz-b2725a10b4eb56ec4b6f1cd42ac615a1-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46613/lifebuzz-9c72ec188680b71fbc97613587ed696b-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46614/lifebuzz-233dea048ed9887216561aab16954e67-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46615/lifebuzz-3f8b3de1af2a6c6e7929b54395d03cbd-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/pliers-magic/\">He’s Been Doing It For Years. Now Watch How He Does It With Just 10 Cuts.</a></h4>\n\n</article>\n<article class=\"group\">\n  <a class=\"thumb-link\" href=\"/traditions/\">\n\n      <div class=\"gallery group\">\n          <img class=\"item-1\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46895/lifebuzz-af4d650ca6da46a85f5430a9734fe334-square_300.jpg\" />\n          <img class=\"item-2\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46896/lifebuzz-7f92b21a95a03bb1a8838392e4fa6de3-square_300.jpg\" />\n          <img class=\"item-3\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46878/lifebuzz-7b4ff5fafbfe56f14a6bf83907a06e45-square_300.jpg\" />\n          <img class=\"item-4\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46913/lifebuzz-ffb4a962b3ffb2494f782996eda9efc2-square_300.jpg\" />\n          <img class=\"item-5\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46897/lifebuzz-27f746774087718ba6268595e98adffa-square_300.jpg\" />\n          <img class=\"item-6\" alt=\"thumb\" src=\"http://cdn.lifebuzz.com/images/46898/lifebuzz-5466b449a7be835c20fa98b6f2a796c9-square_300.jpg\" />\n      </div>\n\n\n</a>\n  <h4><a href=\"/traditions/\">24 Crazily Compelling New Years Traditions From Around The World.</a></h4>\n\n</article>\n\n</div>\n\n</div>\n\n  <div class=\"widget\">\n    <div id=\"native-3d\">\n  <div id=\"NmWg775\"></div>\n  <script src=\"https://cdn.nmcdn.us/js/connectV3.js\"></script>\n  <script>NM.init({WidgetID: 775});</script>\n</div>\n\n  </div>\n\n        </aside>\n    </div>\n  </main>\n\n  <footer id=\"site-footer\">\n    <div class=\"container group\">\n      <ul class=\"collapse\">\n        <li><h5>Inspire</h5></li>\n          <li><a href=\"/inspire/art/\">Art</a></li>\n          <li><a href=\"/inspire/heartwarming/\">Heartwarming</a></li>\n          <li><a href=\"/inspire/home/\">Home</a></li>\n          <li><a href=\"/inspire/music/\">Music</a></li>\n          <li><a href=\"/inspire/nature/\">Nature</a></li>\n          <li><a href=\"/inspire/photography/\">Photography</a></li>\n          <li><a href=\"/inspire/travel/\">Travel</a></li>\n      </ul>\n      <ul class=\"collapse\">\n        <li><h5>Learn</h5></li>\n          <li><a href=\"/learn/advice/\">Advice</a></li>\n          <li><a href=\"/learn/diy/\">DIY</a></li>\n          <li><a href=\"/learn/hacks/\">Hacks</a></li>\n          <li><a href=\"/learn/interesting/\">Interesting</a></li>\n          <li><a href=\"/learn/news/\">News</a></li>\n          <li><a href=\"/learn/science/\">Science</a></li>\n          <li><a href=\"/learn/tech/\">Tech</a></li>\n      </ul>\n      <ul class=\"collapse\">\n        <li><h5>Live</h5></li>\n          <li><a href=\"/live/culture/\">Culture</a></li>\n          <li><a href=\"/live/cute/\">Cute</a></li>\n          <li><a href=\"/live/food/\">Food</a></li>\n          <li><a href=\"/live/funny/\">Funny</a></li>\n          <li><a href=\"/live/parenting/\">Parenting</a></li>\n          <li><a href=\"/live/pets/\">Pets</a></li>\n          <li><a href=\"/live/random/\">Random</a></li>\n      </ul>\n\n      <ul class=\"collapse\">\n        <li><h5>LifeBuzz</h5></li>\n        <li><a href=\"/apps/\">Mobile Apps</a></li>\n        <li><a href=\"/about/\">About</a></li>\n        <li><a href=\"/contact/\">Contact</a></li>\n        <li><a href=\"/privacy/\">Privacy</a></li>\n        <li><a href=\"/terms/\">Terms</a></li>\n        <li><a href=\"/dmca/\">DMCA</a></li>\n      </ul>\n\n      <div class=\"copyright\">\n        <a href=\"/\"><img alt=\"LifeBuzz\" class=\"logo\" src=\"/assets/logo-grayscale-79437babc0aa5f86aab510230eb34fb6.png\" /></a>\n        <p>Copyright &copy; 2015 &middot; LifeBuzz</p>\n        <div id=\"glam\" class=\"group\" data-img=\"/assets/mode-media-7fb2813bdb05b366e48afd208453a9ea.png\" style=\"display: none;\">\n          <script>window.glam_affiliate_id = '1726622669';</script>\n          <script src=\"http://www8.glam.com/js/widgets/glammedia_logo.js\"></script>\n        </div>\n      </div>\n    </div>\n  </footer>\n\n  <div class=\"like-slider\">\n  <h3>Like Us On Facebook!<a href=\"#\" class=\"close\">Close this</a></h3>\n  <div class=\"fb-like-wrapper\">\n    <div class=\"fb-like-box\" data-href=\"https://www.facebook.com/LifeBuzzNews\" data-colorscheme=\"light\" data-show-faces=\"true\" data-header=\"false\" data-stream=\"false\" data-show-border=\"false\" data-width=\"285\" data-height=\"180\"></div>\n  </div>\n</div>\n\n\n  <aside id=\"signup-overlay\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"panes\">\n\n    <div class=\"pane welcome\">\n      <h3>Join The LifeBuzz Community</h3>\n      <div class=\"show-message\"></div>\n      <button data-connect=\"/oauth/facebook/\" class=\"button oauth-connect facebook gradient\"><img src=\"/assets/social/facebook-92884cbb258f763d73899d7c8719cd83.png\" alt=\"Facebook\" />Sign in with Facebook</button>\n      <button data-connect=\"/oauth/google/\" class=\"button oauth-connect gplus gradient\"><img src=\"/assets/social/gplus-1f68b81280a0de7bc676dff34a36ba17.png\" alt=\"Gplus\" />Sign in with Google+</button>\n      <p>You can also <a data-show=\"signup\" href=\"#\">Use Your Email To Sign Up</a>.</p>\n      <p>Already a member? <a data-show=\"login\" href=\"#\">Login</a>.</p>\n    </div>\n\n    <div class=\"pane signup\">\n      <form class=\"new_user\" id=\"new_user\" action=\"/signup/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Sign Up For LifeBuzz</h3>\n        <div class=\"status\"></div>\n        <div class=\"hide\">\n          <input type=\"text\" aria-hidden=\"true\">\n          <input type=\"password\" aria-hidden=\"true\">\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Create a Username\" class=\"text\" autocomplete=\"off\" required=\"required\" data-parsley-trigger=\"change\" data-parsley-minlength=\"3\" data-parsley-maxlength=\"30\" data-parsley-pattern=\"^[a-zA-Z0-9]+$\" data-parsley-pattern-message=\"Username can only contain letters and numbers.\" type=\"text\" name=\"user[username]\" />\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Choose a Password\" class=\"text\" autocomplete=\"off\" required=\"required\" data-parsley-trigger=\"change\" data-parsley-minlength=\"6\" data-parsley-maxlength=\"128\" type=\"password\" name=\"user[password]\" />\n        </div>\n        <div class=\"field\">\n          <input placeholder=\"Enter Your Email\" class=\"text\" autocomplete=\"off\" required=\"required\" type=\"email\" name=\"user[email]\" />\n        </div>\n        <input type=\"submit\" name=\"commit\" value=\"Sign up\" class=\"button\" />\n</form>    </div>\n\n    <div class=\"pane login\">\n      <form action=\"/login/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Log In To LifeBuzz</h3>\n        <div class=\"show-message\"></div>\n        <div class=\"status\"></div>\n        <div class=\"hide\">\n          <input type=\"text\" aria-hidden=\"true\">\n          <input type=\"password\" aria-hidden=\"true\">\n        </div>\n        <div class=\"field\">\n          <input type=\"text\" name=\"login\" placeholder=\"Your Username or Email\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <div class=\"field\">\n          <input type=\"password\" name=\"password\" placeholder=\"Your Password\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <div class=\"field checkbox\">\n          <input type=\"checkbox\" name=\"remember\" value=\"1\" checked=\"checked\" />\n          Remember me\n        </div>\n        <div class=\"field\">\n          <input type=\"submit\" name=\"commit\" value=\"Log In\" class=\"button\" />\n        </div>\n        <p><a data-show=\"forgot\" href=\"#\">Forgot your password?</a></p>\n</form>    </div>\n\n    <div class=\"pane forgot\">\n      <form action=\"/forgot/\" accept-charset=\"UTF-8\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" />\n        <h3>Forgot Your Password?</h3>\n        <div class=\"status\"></div>\n        <p>If you forgot your password, use this form and we'll send you an email with your username and a link to reset your password</p>\n        <div class=\"field\">\n          <input type=\"email\" name=\"email\" placeholder=\"Email Address\" class=\"text\" autocomplete=\"off\" required=\"required\" />\n        </div>\n        <input type=\"submit\" name=\"commit\" value=\"Send reset email\" class=\"button\" />\n</form>    </div>\n\n    <div class=\"pane login-2fa\">\n      <h3>Additional Verification Required</h3>\n      <p>QR code here, and other stuff I guess</p>\n      <div class=\"qr\"></div>\n    </div>\n  </div>\n</aside>\n\n  <aside id=\"exit-overlay\" class=\"modal\" style=\"display: none;\">\n  <span class=\"close\">&times;</span>\n  <div class=\"inner\">\n    <h1>One More Before You Go?</h1>\n    <p>We have a feeling you're going to love one of these currently trending stories...</p>\n\n    <script type=\"text/template\" data-count=\"3\" data-skip=\"/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\" data-parse=\"html\" data-path=\"/dynamic/trending/\" class=\"dynamic-content\">\n      <div class=\"listing-exit\">\n        <div class=\"results\"></div>\n      </div>\n    </script>\n  </div>\n</aside>\n\n\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\n  <script src=\"/assets/application-b5342fce4d287e576029b27ad7e3bc06.js\"></script>\n\n  <div id=\"footer-pixels\" style=\"display: none;\">\n    \n<script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  ga('create', 'UA-47850257-1', 'auto');\n  ga('send', 'pageview');\n</script>\n\n\n<script>\n  var google_conversion_id = 973899868;\n  var google_custom_params = window.google_tag_params;\n  var google_remarketing_only = true;\n</script>\n<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>\n<noscript><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/973899868/?value=0&amp;guid=ON&amp;script=0\"></noscript>\n\n\n<div id=\"parsely-root\" style=\"display: none\"><div id=\"parsely-cfg\" data-parsely-site=\"lifebuzz.com\"></div></div>\n<script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\" :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n\n\n<script>\n  var _qevents = _qevents || [];\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == 'https:' ? 'https://secure' : 'http://edge') + '.quantserve.com/quant.js';\n    elem.async = true;\n    elem.type = 'text/javascript';\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n  _qevents.push({ qacct: 'p-GPkTC_DChXJqT' });\n</script>\n<noscript><img src=\"//pixel.quantserve.com/pixel/p-GPkTC_DChXJqT.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"></noscript>\n\n\n<script>\n  _atrk_opts = { atrk_acct: \"xJfyk1aUy100g1\", domain: \"lifebuzz.com\", dynamic: true};\n  (function() {\n    var as = document.createElement('script');\n    as.type = 'text/javascript';\n    as.async = true;\n    as.src = \"https://d31qbv1cthcecs.cloudfront.net/atrk.js\";\n    var s = document.getElementsByTagName('script')[0];\n    s.parentNode.insertBefore(as, s);\n  })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=xJfyk1aUy100g1\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"></noscript>\n\n\n<script src=\"http://cpanel.nativeads.com/js/pixel/pixel-10002-d67d1d86b65937eaf950fa77321ed6b4ebe56e30.js\"></script>\n\n\n<img src=\"//trc.taboola.com/lifebuzz-sc/log/3/action?name=page_view&item-url=http%3A%2F%2Fwww.lifebuzz.com%2Fwhat-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart%2F\" width=\"0\" height=\"0\" alt=\"\">\n\n<img src=\"https://trending.revcontent.com/ads/tracker.php?t=Mzc5Njs1OTI2\" width=\"0\" height=\"0\" alt=\"\">\n\n<div class=\"OUTBRAIN\" data-src=\"http://www.lifebuzz.com/what-do-you-think-this-guy-is-doing-you-will-never-guess-and-its-going-to-break-your-heart/\" data-widget-id=\"tr_1\" data-ob-template=\"Lifebuzz\"></div>\n<script src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n\n<script>\n  (function(){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=(\"https:\"==document.location.protocol?\"https://\":\"http://\")+\"clicks.hashtagads.com/pixel?cid=459&t=0&aid=1017&b=1\";var b=document.getElementsByTagName(\"script\")[0];b.parentNode.insertBefore(a,b);})();\n</script>\n<noscript><img height=1 width=1 border=0 style=\"display:none;\" src=\"https://clicks.hashtagads.com/pixel?cid=459&noscript=1&aid=1017\"></noscript>\n\n  </div>\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/livescience.com1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n       \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n  <meta http-equiv=\"content-type\" content=\"text/html;charset=UTF-8\" />\r\n  <title>Magic Mushrooms Create a Hyperconnected Brain</title>\r\n  <meta name=\"description\" content=\"The active ingredient in magic mushrooms, psilocybin, may cause its trippy experiences by making different brain regions much more interconnected\" />\r\n  \r\n  <meta name=\"news_keywords\" content=\"magic mushrooms, psilocybin, mushroom effects, depression, neural networks\" />\r\n  <meta name=\"robots\" content=\"index,follow\" />\r\n  <meta name=\"google-site-verification\" content=\"9idATXqhUCskCzkXvGEmuGx6t9G5-cpFLIVMpREAg-8\" />\r\n  <link rel=\"shortcut icon\" href=\"http://i.livescience.com/images/site/favicon.ico\" />\r\n  <script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\r\n\r\n  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>\r\n\r\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js\" type=\"text/javascript\"></script>\r\n  <script src=\"/javascripts/site.js?1412617687\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jquery.tools.min.js?1296238230\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jcarousellite_1.0.1.min.js?1295641150\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/fixed_top_bar.js?1372459409\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/top_five.js\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/parsely_widget.js?1391108116\" type=\"text/javascript\"></script>\r\n  <script>$jq = jQuery.noConflict();</script>\r\n\r\n  \r\n<script type='text/javascript' src='http://ads.servebom.com/tmnhead.js'></script>\r\n<script type='text/javascript'>\r\n    var adSlots = {};\r\n    var pageAccount = '/10518929/tmn.ls';\r\n    var pageAdZone = '/strange-news';\r\n\r\n    adSlots.ad_leaderboard = {\"targeting\":{},\"sizes\":[[728,90],[970,66],[970,90],[970,250]]};\r\n    adSlots.ad_billboard = {\"targeting\":{},\"sizes\":[[300,250],[300,300],[300,600],[300,1050]]};\r\n    adSlots.ad_billboard2 = {\"targeting\":{},\"sizes\":[[300,601],[120,600],[160,600],[300,251]]};\r\n    adSlots.ad_sense1 = {\"targeting\":{\"adsense1\":\"adsense1\"},\"sizes\":[540,185]};\r\n    adSlots.ad_sense2 = {\"targeting\":{\"adsense2\":\"adsense2\"},\"sizes\":[620,185]};\r\n    adSlots.ad_sense3 = {\"targeting\":{\"adsense3\":\"adsense3\"},\"sizes\":[300,300]};\r\n    \r\n    for(var i in adSlots){\r\n      adSlots[i].account = pageAccount+pageAdZone;\r\n      adSlots[i].div = i;\r\n      tmntag.adunit(adSlots[i]);\r\n    } \r\n\r\n    tmntag.adunit({account:pageAccount+pageAdZone, sizes:[640,480], div:'ad_interstitial'});\r\n    tmntag.adunit({account:pageAccount+pageAdZone, div:'ad_skin'});\r\n\r\n    tmntag.target({\"kw\":[\"magic mushrooms\",\"psilocybin\",\"mushroom effects\",\"depression\",\"neural networks\"],\"site\":\"tmn.ls\",\"ctype\":\"article\",\"ccat1\":\"strange-news\",\"partner\":\"n\"});\r\n    if(document.location.hash.indexOf('#xtor=') != -1) tmntag.target({'xtor':document.location.hash.substr((document.location.hash.indexOf('#xtor=')+6), document.location.hash.length)});\r\n    tmntag.account(pageAccount);\r\n    tmntag.disableSingleRequest();\r\n    tmntag.start();\r\n</script>\r\n\r\n  \r\n  <link href=\"/stylesheets/site.css?1414697681\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\r\n  \n    <link href=\"/stylesheets/article.css?1371845499\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-album.css?1372107755\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-about.css?1372198702\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/poll.css?1372864034\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/contents_common.css?1382391031\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n    <script src=\"/javascripts/contents_common.js?1372700029\" type=\"text/javascript\"></script>\n\r\n  \r\n  <link rel='canonical' href='http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html' />\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.livescience.com/48502-magic-mushrooms-change-brain-networks.html\" />\r\n\r\n  <meta property=\"fb:app_id\" content=\"438608976204523\" />\r\n\r\n  <meta property=\"og:title\" content=\"Magic Mushrooms Create a Hyperconnected Brain\"/>\r\n  <meta property=\"og:url\" content=\"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\"/>\r\n  <meta property=\"og:image:height\" content=\"600\"/>\r\n  <meta property=\"og:type\" content=\"article\"/>\r\n  <meta property=\"og:site_name\" content=\"LiveScience.com\"/>\r\n  <meta property=\"og:description\" content=\"The active ingredient in magic mushrooms seems to create many more connections in the brain, which could explain why users experience synesthesia and other trippy effects. \"/>\r\n  <meta property=\"og:image\" content=\"http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059\"/>\r\n  <meta property=\"og:image:width\" content=\"800\"/>\r\n  <meta name=\"twitter:creator\" content=\"tiaghose\">\r\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\r\n  <meta name=\"twitter:site:id\" content=\"15428397\">\r\n  <meta name=\"twitter:site\" content=\"@LiveScience\">\r\n  \r\n  \r\n<meta name='parsely-metadata'\r\n      content='{\"type\": \"feature\", \"image_url\": \"http://i.livescience.com/images/i/000/071/523/i01/trippy-image.jpg?1414529059\"}'>\r\n\r\n<meta name='parsely-page'\r\n\t  content='{\"title\": \"Magic Mushrooms Create a Hyperconnected Brain | LiveScience\",\r\n\t            \"link\": \"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\",\r\n\t            \"image_url\": \"http://i.livescience.com/images/i/000/071/523/i02/trippy-image.jpg?1414529059\",\r\n\t            \"type\": \"post\",\r\n\t            \"post_id\": \"48502\",\r\n\t            \"pub_date\": \"2014-10-29 at 07:38:00AM EST\",\r\n\t            \"section\": \"Strange News\",\r\n\t            \"author\": \"Tia Ghose\",\r\n\t            \"tags\": [\"magic mushrooms\",\"psilocybin\",\"mushroom effects\",\"depression\",\"neural networks\"]\r\n\t           }'>\r\n  <script type=\"text/javascript\">var google_adnum = 0;</script>\r\n</head><body>\r\n    \r\n    \r\n<script language=\"JavaScript\" type=\"text/javascript\"> var om_info = {\"env\":\"production\",\"site\":\"livescience\",\"display_name\":\"LiveScience\"}; </script>\r\n<!-- SiteCatalyst code version: H.19.4.\r\nCopyright 1997-2009 Omniture, Inc. More info available at\r\nhttp://www.omniture.com -->\r\n<script src=\"/javascripts/s_code.js?1349274689\" type=\"text/javascript\"></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\n/* You may give each page an identifying name, server, and channel on\r\nthe next lines. */\r\ns.pageName=\"ls:strange-news:article:48502\" //s.hier1 + Content Type:Content Type 2\r\ns.server=\"\"\r\ns.channel=\"strange-news\" //Channel\r\ns.prop1=\"\" //Sub Channels\r\ns.prop2=\"ls\" //Sites\r\ns.prop3=\"\" //Categories\r\ns.prop16=\"\" //Sub Categories\r\ns.prop18=\"\" //Product\r\ns.prop4=\"article\" //Content Type\r\ns.prop17=\"\" //Content Type 2\r\ns.prop5=\"magic mushrooms create a hyperconnected brain\" //Content Title\r\ns.prop6=\"ls-48502\" //Content ID\r\ns.prop15=\"\" //Logged in status\r\n//s.prop?=\"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\" //Page URL\r\n/* Hierarchy Variables */\r\ns.hier1=\"\"\r\ns.eVar15=s.prop15\r\ns.eVar16=s.prop16\r\ns.eVar17=s.prop17\r\ns.eVar18=s.prop18\r\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\r\nvar s_code=s.t();if(s_code)document.write(s_code)//--></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\r\n//--></script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img\r\nsrc=\"http://toptenreviews.122.2o7.net/b/ss/toptenreviewsprod/1/H.19.4--NS/0\"\r\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript><!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.19.4. -->\r\n\r\n\r\n<!-- Google Tag Manager -->\r\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-NJLTHL\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-NJLTHL');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<!-- Start Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\">\r\n  var _gaq = _gaq || [];\r\n\r\n  _gaq.push(['_setAccount', 'UA-11681412-2'],\r\n            ['_setDomainName', 'livescience.com'],\r\n            ['_setCustomVar', 1, 'Section', 'strange-news', 3],\r\n            ['_trackPageview']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>\r\n\r\n<!-- End Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script>\r\n<script type=\"text/javascript\">stLight.options({publisher: \"44826d50-86b3-4690-b68d-df4ee65d1526\", doNotHash:true, doNotCopy:true,hashAddressBar:false});</script>\r\n    \n<div id=\"top_side\" class=\"fixed-bar\">\n  <div class=\"fixed-bar-contents\">\n  <div class=\"fixed-bar-logo\"><a href=\"/\"><img class=\"fixed-bar-splat\" src=\"/images/site/LS-splat.png\" /><img class=\"fixed-main-logo\" src=\"/images/site/LS-logo-type.png\" alt=\"LiveScience\"/></a></div>\n  \n    <span id=\"fixed-bar-hoverables\">\n    <span class=\"fixed-bar-search-icon fixed-bar-inactive-icon\" id=\"fixed-bar-search-icon\">\n        <span class=\"fixed-bar-search-icon\" onmouseover=\"stickybar_items('search',1);\" onclick=\"stickybar_items('search');\">\n        &nbsp;\n        </span>\n        <div id=\"fixed-bar-search-bar\" class=\"fixed-bar-search-bar\">\n          <form id=\"fix-bar-search\" action=\"/search.html\" method=\"get\" name=\"fix-bar-search\" onsubmit=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\">\n                <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:qaei7k190hq\" />\n                <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\n                <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\n                <input class=\"fixed-bar-search-submit\" type=\"image\" form=\"fix-bar-search\" name=\"sa\" src=\"/images/site/search-icon-trans.png\" onclick=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\" />\n                <input id=\"fixed-bar-search-box\" onblur=\"stickybar_items();\" class=\"fixed-bar-search-box\" type=\"text\" form=\"fix-bar-search\" name=\"q\" placeholder=\"search LiveScience\" />\n            </form>\n        </div>\n    </span>\n\n    <span id=\"fixed-bar-social-icons\" class=\"fixed-bar-social-icons fixed-bar-inactive-social\" onmouseover=\"stickybar_items('social',1);\" onclick=\"stickybar_items('social');\">\n        <span class=\"fixed-bar-social-border\"></span>\n        <div id=\"fixed-bar-social-bar\" class=\"fixed-bar-social-bar\">\n            <div class=\"social\">\n                <span class=\"fb\">\n                     <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/livescience&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:20px;\" allowTransparency=\"true\"></iframe>\n                </span>\n                <span class=\"gplus\">\n                    <!-- Place this tag where you want the +1 button to render. -->\n                    <g:plusone size=\"medium\" annotation=\"inline\" width=\"120\" href=\"http://www.livescience.com/\"></g:plusone>\n                </span>\n                <span class=\"twitter\">\n                    <a href=\"https://twitter.com/livescience\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"false\" data-lang=\"en\">Follow</a>\n                    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n                </span>\n                <a href=\"http://www.livescience.com/home/feed/site.xml\" alt=\"RSS\">\n                  <span class=\"rss\"></span>\n                </a>\n            </div>\n        </div>\n    </span>\n    </span>\n    <script>\n    $('#fixed-bar-hoverables').mouseleave(function() {stickybar_items('',3); });\n    </script>\n    <ul class=\"top-nav fixed-bar-nav\">\n  \n      \n      \n      <li class=\"\" ><a href=\"/technology\">TECH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/health\">HEALTH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/environment\">PLANET EARTH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/space\">SPACE</a></li>\n  \n      \n      <li class=\"selected_section \" ><a href=\"/strange-news\">STRANGE NEWS</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/animals\">ANIMALS</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/history\">HISTORY</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/culture\">HUMAN NATURE</a></li>\n  \n      <li class=\"shop\"><a href=\"http://store.livescience.com/?ICID=livescience-navs\">SHOP</a></li>\n    </ul>\n\n  </div>\n</div>\n\r\n\r\n    \r\n\r\n    <script type='text/javascript'>tmntag.adTag('ad_skin');</script>\r\n    <script type='text/javascript'>tmntag.adTag('ad_interstitial');</script>\r\n\r\n    <div style=\"position:absolute; height:0px; width:100%; .z-index:10000;\">\r\n      <div id=\"main_header\" class=\"center_the_header clearfix\">\r\n<div id=\"ad-leaderboard\">\r\n  <div class=\"leaderboard\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_leaderboard');</script>\r\n  </div>\r\n</div>\r\n<div class=\"header\">\r\n  <div style=\"float:left;\">\r\n    \r\n    <a href=\"/\"><img class=\"main_logo\" src=\"/images/site/LS-logo-type.png\" alt=\"LiveScience\"/></a>\r\n    \r\n    </div>\r\n    <div class=\"search-social\">\r\n      <form id=\"search\" action=\"/search.html\" method=\"get\" style=\"display:inline-block;\" onsubmit=\"return (($('#searchbox')[0].value == '' || $('#searchbox')[0].value == 'search LiveScience') ? false : true);\">\r\n            <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:qaei7k190hq\" />\r\n            <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\r\n            <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\r\n            <input id=\"search-button\" type=\"submit\" name=\"sa\" value=\"\" />\r\n            <input id=\"searchbox\" type=\"text\" form=\"search\" name=\"q\" onfocus=\"if(this.value=='search LiveScience') this.value='';\" onblur=\"if(this.value=='') this.value='search LiveScience';\" value=\"search LiveScience\" />\r\n        </form>\r\n        <div class=\"social\">\r\n            <a class=\"header_button\" href=\"https://www.facebook.com/livescience?cmpid=556683\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:8px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Facebook\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://twitter.com/LiveScience?cmpid=556684\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-29px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Twitter\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"http://www.linkedin.com/company/livescience-com?cmpid=556685\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-70px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Linkedin\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://plus.google.com/+livescience/posts?cmpid=556686\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-107px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Google+\">\r\n                </div>\r\n            </a>\r\n        </div>\r\n    </div>\r\n\r\n\r\n\r\n    <ul class=\"top-nav\">\r\n    \r\n        \r\n        \r\n        <li class=\"\" ><a href=\"/technology/\">TECH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/health/\">HEALTH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/environment/\">PLANET EARTH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/space/\">SPACE</a></li>\r\n    \r\n        \r\n        <li class=\"selected_section \" ><a href=\"/strange-news/\">STRANGE NEWS</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/animals/\">ANIMALS</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/history/\">HISTORY</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/culture/\">HUMAN NATURE</a></li>\r\n    \r\n        <li class=\"shop\"><a href=\"http://store.livescience.com/?ICID=livescience-navs\">SHOP</a></li>\r\n    </ul>\r\n    <div class=\"trend-bar-spacer\">\r\n      <div class=\"trend-bar\">\r\n          <span class=\"trending\">TRENDING:</span>\r\n\t  <a class=\"trending-topics\" href=\"http://www.livescience.com/48825-geek-gifts.html\">Geek Gifts</a>\r\n\t  //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/ebola-outbreak/\">Ebola Outbreak</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/military-spy-tech/\">Military & Spy Tech</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/3d-printing/\">3D Printing</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/our-amazing-planet/\">OurAmazingPlanet</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/41556-best-fitness-trackers.html\">Best Fitness Trackers</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/human-origins\">Human Origins</a>\r\n      </div>\r\n    </div>\r\n    <a href=\"/\"><div class=\"header_logo_splat\"></div></a>\r\n</div>\r\n<script>\r\n  buildLinkTracking('top-nav','top-nav',null,null,null,true);\r\n</script>\r\n</div>\r\n\r\n      <div id=\"container\">\r\n        <div id=\"containerBg\">\r\n            \n<div class=\"left_content\">\n    \r\n<div class=\"main_title_cont\" id=\"nointelliTXT\">\r\n\t<div class=\"content_title\">\r\n\t\t<h1>Magic Mushrooms Create a Hyperconnected Brain</h1>\r\n\t</div>\r\n\t<div class=\"by_line_date\">\r\n\t\tby Tia Ghose, Staff Writer&nbsp;&nbsp; | &nbsp;&nbsp;October 29, 2014 07:38am ET\r\n\t</div>\r\n</div>\r\n\n    <div class=\"lft_share_bar\">\n        <div id=\"sticky_social\" class=\"static_cont\">\r\n\t<span class='st_facebook_vcount' displayText='Share'></span>\r\n\t<span class='st_twitter_vcount' st_via='LiveScience' displayText='Tweet'></span>\r\n\t<span class='st_stumbleupon_vcount' displayText='Submit'></span>\r\n\t<span class='st_reddit_vcount' displayText='Reddit'></span>\r\n\t<span class=\"st_sharethis_custom\"><img style=\"width:65px;\" src=\"/images/site/social/share_more.png\" /></span>\r\n</div>\n    </div>\n\n    <div class=\"content\">\n        \r\n\r\n\n        <div class=\"article_info\">\r\n  <div style=\"float:left; width:0px; height:0px; overflow:hidden;\"><img class=\"ggnoads\" src=\"\" id=\"popped_image\" onload=\"popupImageSize(this.src);\" /></div>\r\n  <input type='hidden' id='currentid' value='' />\r\n  <div class=\"large_popper\" id=\"custom0\">\r\n    <div class=\"current_custom ggnoads\" id=\"current_cus0\">\r\n      <img id=\"current_limage0\" src=\"\" />\r\n    </div>\r\n  </div>\r\n\r\n\r\n\r\n    \r\n    <span style=\"float:left; margin:0px 10px 10px 0px;\">\r\n      <table border=\"0\" style=\"width:1px;border-spacing:0;\">\r\n        <tr>\r\n          <td>\r\n            <img src=\"http://i.livescience.com/images/i/000/071/523/iFF/trippy-image.jpg?1414529059\" alt=\"magic mushrooms\" style=\"width:270px;\" />\r\n          </td>\r\n            <tr>\r\n              <td style=\"border: 1px solid lightgray; padding: 10px; font-size: 12px; line-height: 16px;\">\r\n                 <span style=\"width:auto; float:right; padding:2px 25px 0px 5px;\">\r\n                  <script>\r\n                    var image_description = \"Magic mushrooms can create vivid hallucinations of strange and fantastical things, such as abstract geometric shapes.\"\r\n                    document.write('<a href=\"http://pinterest.com/pin/create/button/?url='+escape(window.location.href)+'&media=http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\r\n                  </script>\r\n                </span>\r\n              \r\n              Magic mushrooms can create vivid hallucinations of strange and fantastical things, such as abstract geometric shapes.<br />\r\n              \r\n              \r\n              <span style=\"margin-top:5px;float:left; padding-right:5px;\">Credit: WhiteHaven/Shutterstock.com</span>\r\n              \r\n              \r\n              <span style=\"max-width:270px;margin-top:5px;float:left;\"><div><a class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"http://i.livescience.com/images/i/000/071/523/original/trippy-image.jpg?1414529059\",this,0);' rel=\"#custom0\">View full size image</a></div></span>\r\n              \r\n              </td>\r\n            </tr>\r\n        </tr>\r\n      </table>\r\n    </span>\r\n\r\n      \r\n\r\n\r\n    \r\n    <p>\r\n\tMagic mushrooms may give users trippy experiences by creating a hyperconnected brain.</p>\r\n<p>\r\n\tThe active ingredient in the psychedelic drug, psilocybin, seems to completely disrupt the normal communication networks in the brain, by connecting &quot;brain regions that don&#39;t normally talk together,&quot; said study co-author Paul Expert, a physicist at King&#39;s College London.</p>\r\n<p>\r\n\tThe research, which was published today (Oct. 28) in the <a href=\"http://rsif.royalsocietypublishing.org/content/11/101/20140873.full\">Journal of the Royal Society Interface</a>, is part of a larger effort to understand how psychedelic drugs work, in the hopes that they could one day be used by psychiatrists &mdash; in carefully controlled settings &mdash; to treat conditions such as depression, Expert said. [<a href=\"http://www.livescience.com/16286-hallucinogens-lsd-mushrooms-ecstasy-history.html\">Trippy Tales: The History of 8 Hallucinogens</a>]\r\n</p><p>\r\n    <div class=\"about_adsense\" id=\"nointelliTXT\">\r\n        <script type='text/javascript'>tmntag.adTag('ad_sense1');</script>\r\n    </div>\r\n</p>\r\n    \r\n<p>\r\n\t<strong>Magic mushrooms</strong></p>\r\n<p>\r\n\tPsilocybin, the active ingredient in <a href=\"http://www.livescience.com/42077-8-ways-mushrooms-explain-santa.html\">magic mushrooms</a>, is best known for triggering vivid hallucinations. It can make colors seem oversaturated and dissolve the boundaries between objects.</p>\r\n<p>\r\n\tBut the drug also seems to have more long-lasting effects. Many people report intensely spiritual experiences while taking the drug, and some studies even suggest that one <a href=\"http://www.livescience.com/16287-mushrooms-alter-personality-long-term.html\">transcendent trip can alter people&#39;s personalities on a long-term basis</a>, making those individuals more open to new experiences and more appreciative of art, curiosity and emotion.</p>\r\n<p>\r\n\tPeople who experiment with psilocybin &quot;report it as one of the most profound experiences they&#39;ve had in their lives, even comparing it to the birth of their children,&quot; Expert told Live Science.</p>\r\n<p>\r\n\t<strong>Making connections</strong></p>\r\n<p>\r\n\tScientists have long known that psilocybin binds to a receptor in the brain for <a href=\"http://www.livescience.com/13408-brain-chemical-serotonin-sexual-orientation.html\">serotonin</a>, a brain chemical that plays a role in mood, appetite and sleep, but exactly how the drug transforms the whole brain&#39;s pattern of communication isn&#39;t clear.</p>\r\n<p>\r\n\tIn past work, Expert&#39;s colleagues had found that <a href=\"http://www.livescience.com/46642-magic-mushrooms-brain-dreaming.html\">psilocybin spurred the brain into a more dreamlike state</a>, and that the drug decreased brain activity.</p>\r\n<p>\r\n\tIn the current study, the team used <a href=\"http://www.livescience.com/39074-what-is-an-mri.html\">functional magnetic resonance imaging (fMRI)</a> to scan the brain activity of 15 healthy volunteers &mdash; once after they had taken a placebo, and once after they took the hallucinogen psilocybin. (The team chose only people who had reported past positive experiences with magic mushrooms to prevent them from panicking inside the claustrophobic MRI machines.)</p>\r\n<p>\r\n\tThe team then compared the brain activity of the individuals on and off the drug, and created a map of connections between different brain regions.</p>\r\n<p>\r\n\tPsilocybin dramatically transformed the participants&#39; brain organization, Expert said. With the drug, normally unconnected brain regions showed brain activity that was synchronized tightly in time. That suggested the drug was stimulating&nbsp;long-range connections the brain normally wouldn&#39;t make. After the drug wore off, brain activity went back to normal.</p>\r\n<p>\r\n\t<strong>Drug&#39;s effect</strong></p>\r\n<p>\r\n\tPsilocybin may create a brain state akin to <a href=\"http://www.livescience.com/17156-synesthesia-taste-words-benefits.html\">synesthesia</a>, a sensory effect in which one sense stimulus (such as a number) always gets paired in the brain with another (such as a color or a sound), the researchers wrote in the paper. People with synesthesia may see certain colors when they hear music, or always see the number 3 in yellow, for instance, Expert said.</p>\r\n<p>\r\n\tThe findings could help scientists who are studying the drug as a potential treatment for depression, Expert said. Past work has found that people tend to be happier even after using psilocybin just once, but scientists would need to get a much better picture of how the drug impacts the brain before using <a href=\"http://www.livescience.com/14606-magic-mushrooms-treat-depression-addiction.html\">psilocybin to treat depression</a>, Expert said.</p>\r\n<p>\r\n\tThe research could ultimately also help answer bigger questions of the mind, like how people construct a sense of self.</p>\r\n<p>\r\n\t&quot;Through studies such as these we can really begin to tackle the questions of how we achieve coherent experiences of ourselves in the world around us, and understand what makes this break down,&quot; said Mitul Mehta, a psychopharmacology researcher at King&#39;s College London, who was not involved in the study.</p>\r\n<p>\r\n\t<em>Follow Tia Ghose on </em><em><a href=\"http://twitter.com/#!/tiaghose\">Twitter</a>&nbsp;</em><em>and </em><a href=\"https://plus.google.com/101897839070491804371/posts\"><em>Google+</em></a><em>.</em>&nbsp;<em>Follow Live Science <a href=\"https://twitter.com/LiveScience\">@livescience</a>, <a href=\"http://www.facebook.com/#!/livescience\">Facebook</a> &amp; <a href=\"https://plus.google.com/101164570444913213957/posts\">Google+</a>. </em><em>Originally published on <a href=\"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\">Live Science</a>.</em></p>\r\n</p>\r\n    \r\n\r\n</div>\r\n\n         \r\n  <div class=\"article_info\">\r\n    \r\n  </div>\r\n\r\n\n        \r\n  <div class=\"article_additional\"><!--style=\"float:left; width:100%; padding:10px;\"-->\r\n    <h3>Editor's Recommendations</h3>\r\n    <ul>\r\n    \r\n      \r\n        <li><a href=\"/41277-health-benefits-illegal-drugs.html\">6 Party Drugs That May Have Health Benefits</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/37117-controversial-mental-health-treatments.html\">5 Controversial Mental Health Treatments</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/11345-top-ten-unexplained-phenomena.html\">Spooky! The Top 10 Unexplained Phenomena</a></li>\r\n      \r\n    \r\n    </ul>\r\n  </div>\r\n\n    </div>\n    \t\t\n    \n    \r\n<div id=\"nointelliTXT\" class=\"about_adsense\">\r\n\t<script type='text/javascript'>tmntag.adTag('ad_sense2');</script>\r\n</div>\r\n\n    \n\n    \r\n<div class=\"parsely-like\">\r\n    <div class=\"parsely-headline\">\r\n        <div class=\"parsely-ltitle\">More from LiveScience</div>\r\n    </div>\r\n    <div id=\"parsely_popular_container\" class=\"parsely-box parsely-content\">\r\n        <div id=\"parsely_most_popular\"></div>\r\n    </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n    var apikey = \"livescience.com\",\r\n        secret = \"VjabI3Ef0jAKeXTbxrXjXnMpo4yplsttRIoqlaMWZFM\";\r\n        current_url = \"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\";\r\n    Parsely.loadPosts(current_url, apikey, secret, \"parsely_most_popular\", 8, \"popular\");\r\n})();\r\n</script>\r\n\n    \r\n\r\n\r\n    \r\n      \r\n      \r\n      \r\n        <div class=\"biography\" id=\"nointelliTXT\">\r\n          <div class=\"bio_title\">Author Bio</div>\r\n          <div class=\"bio_img\">\r\n            \r\n              <img src=\"http://i.livescience.com/images/i/000/034/367/i02/TiaGhose.jpg?1355333400\" alt=\"Tia Ghose, LiveScience Staff Writer\" style=\"max-width:80px\" />\r\n            \r\n          </div>\r\n\r\n          <div class=\"bio_info\">\r\n\r\n              <h3>Tia Ghose</h3>\r\n              \r\n              \r\n\tTia has interned at Science News, Wired.com, and the Milwaukee Journal Sentinel and has written for the Center for Investigative Reporting, Scientific American, and ScienceNow. She has a master&#39;s degree in bioengineering from the University of Washington and a graduate certificate in science writing from the University of California Santa Cruz.<br />\r\n\r\n\r\n              <div class=\"bio_social\">\r\n              \r\n                <div class='bio_connect'><span>Tia Ghose</span> on</div>\r\n                \r\n                  <a href=\"http://twitter.com/tiaghose\"><img src=\"/images/site/social/twitter-white.png\" alt=\"Contact tiaghose on Twitter\" /></a>\r\n                \r\n                \r\n                  <a href=\"http://www.livescience.com/contact_author.php?a=VkdsaElFZG9iM05sS25SbmFHOXpaU295\"><img src=\"/images/site/social/email-white.png\" alt=\"Contact Tia Ghose by EMail\" /></a>\r\n                \r\n              \r\n              </div><!-- /social -->\r\n          </div><!-- Info -->\r\n        </div><!-- bio-->\r\n    \r\n\r\n\n    <div style=\"clear:both; float:left; width:575px; padding-top:20px;\">\r\n    <div id=\"fb-root\"></div>\r\n    <script src=\"https://connect.facebook.net/en_US/all.js#xfbml=1\"></script>\r\n    <fb:comments href=\"http://www.livescience.com/48502-magic-mushrooms-change-brain-networks.html\" num_posts=\"10\" width=\"620\"></fb:comments>\r\n</div>\r\n\n</div>\n\n<div id=\"side_nav\">\n    <div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard');</script>\r\n</div>\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\" >\r\n\t\t<div class=\"subscribe_text\" >Science Newsletter: Subscribe</div>\r\n\t\t<form id=\"\" method=\"POST\" action=\"/livescience_news.php\" target=\"_blank\">\r\n\t        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\" style=\"width:193px; \">\r\n\t        <input type='hidden' name='Newsletter Subscription' value=''>\r\n\t        <input type=\"image\" src=\"/images/site/social/email-grey.png\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n\t    </form>\r\n\t</div>\r\n</div>\r\n\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\" style=\"background-color:white; margin-top:10px;\" >\r\n\t\t<h3>Follow Us</h3>\r\n\t\t<span class=\"right_nav_bar\">\r\n\t\t\t<a class=\"right_nav_button\" href=\"https://www.facebook.com/livescience?cmpid=556687\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; \" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Facebook\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://twitter.com/LiveScience?cmpid=556688\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-56px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Twitter\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"http://www.linkedin.com/company/livescience-com?cmpid=556689\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-112px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Linkedin\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://plus.google.com/+livescience/posts?cmpid=556690\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-169px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Google+\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\t\t</span>\r\n\t</div>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<script type='text/javascript'>\r\n  if(typeof(get_top_five) != 'undefined'){\r\n    document.write(get_top_five());\r\n    buildLinkTracking(\"most_pop_b\", \"right_nav_most_pop\", \"b\");\r\n  }\r\n</script>\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"margin:30px 0;\">\r\n  <script type='text/javascript'>tmntag.adTag('ad_sense3');</script>\r\n</div>\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard2');</script>\r\n</div>\r\n\r\n<div id=\"store_ad_cont\"></div>\n</div>\r\n          <div class=\"thebufferzone\">&nbsp;</div>\r\n        </div>\r\n      </div>\r\n      <div id=\"network_contents\">&nbsp;</div>\r\n<script type=\"text/javascript\">\r\n\tloadDataCache(\"newswire\", \"network_contents\");\r\n</script>\r\n      <div class=\"footer-cont\" ><div class=\"footer\">\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">COMPANY</span>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com\" target=\"_blank\">Company Info</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/#brands\" target=\"_blank\">About the Site</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Contact Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/\" target=\"_blank\">Advertise with Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Using our Content</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Licensing & Reprints</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/privacy-policy/\" target=\"_blank\">Privacy Policy</a>\r\n    <a class=\"footer-links\" href=\"/home/feed/site.xml\" target=\"_blank\">Sitemap</a>\r\n  </div>\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">NETWORK</span>\r\n    <a class=\"footer-links\" href=\"http://www.toptenreviews.com/\" target=\"_blank\">TopTenREVIEWS</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsguide.com/\" target=\"_blank\">Tom’s Guide</a>\r\n    <a class=\"footer-links\" href=\"http://www.laptopmag.com/\" target=\"_blank\">LAPTOP</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomshardware.com/\" target=\"_blank\">Tom’s Hardware</a>\r\n    <a class=\"footer-links\" href=\"http://www.businessnewsdaily.com/\" target=\"_blank\">BusinessNewsDaily</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsitpro.com/\" target=\"_blank\">Tom’s IT Pro</a>\r\n    <a class=\"footer-links\" href=\"http://www.space.com/\" target=\"_blank\">SPACE.com</a>\r\n    <a class=\"footer-links\" href=\"http://www.livescience.com/\" target=\"_blank\">LiveScience</a>\r\n  </div>\r\n  <div class=\"footer-rcolumn\">\r\n    <span class=\"footer-headers\">FOLLOW US</span>\r\n    <span class=\"bar\">\r\n      <a class=\"footer-button\" href=\"/home/feed/site.xml\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; \" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via RSS Feed\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://www.facebook.com/livescience\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-65px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Facebook\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://plus.google.com/+livescience/posts\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-125px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Google+\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://twitter.com/livescience\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-185px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Twitter\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"http://www.youtube.com/user/LiveScienceVideos\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-245px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via YouTube\" />\r\n        </div>\r\n      </a>\r\n\r\n    </span>\r\n    <span class=\"footer-headers\">SUBSCRIBE</span>\r\n    <span class=\"bar\">\r\n      <form id=\"\" method=\"POST\" action=\"/livescience_news.php\" target=\"_blank\">\r\n        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\">\r\n        <input type='hidden' name='Newsletter Subscription' value=''>\r\n        <input type=\"image\" src=\"/images/site/social/footer_email_submit.gif\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n      </form>\r\n    </span>\r\n    <span class=\"bar\">\r\n      <a href=\"http://www.purch.com/\" target=\"_blank\"><img style=\"margin:10px 0 5px 0; display:block;\" src=\"http://i.livescience.com/images/site/purchFooterLogoWhite.png\" title=\"Purch\" /></a>\r\n      Copyright &copy; 2015 All Rights Reserved.\r\n    </span>\r\n  </div>\r\n</div></div>\r\n    </div>\r\n\r\n    \r\n\r\n    <div id=\"stuff_pop\" style=\"display:none; overflow:visible; position:absolute;\"></div>\r\n\r\n\r\n\t\r\n\r\n<script type=\"text/javascript\" src=\"http://livescience.us.intellitxt.com/intellitxt/front.asp?ipid=25731\"></script>\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName('script')[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/7153.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n<!--BEGIN QUALTRICS SITE INTERCEPT-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g+ \"&t=\" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var a=this;window.addEventListener?window.addEventListener(\"load\",function(){a.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){a.go()})}};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_5zDGTpZhrZjnJhX\",\"//zn_5zdgtpzhrzjnjhx-techmedianetwork.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_5zDGTpZhrZjnJhX&Q_LOC=\"+encodeURIComponent(window.location.href))).start()}catch(i){}})();\r\n</script><div id='ZN_5zDGTpZhrZjnJhX'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END SITE INTERCEPT-->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"livescience.com\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script async='true' src='http://tracking.servebom.com/tracking/1/livescience/view/' ></script>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\">\r\n  _bizo_data_partner_id = \"1319\";\r\n</script>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n  var s = document.getElementsByTagName(\"script\")[0];\r\n  var b = document.createElement(\"script\");\r\n  b.type = \"text/javascript\";\r\n  b.async = true;\r\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\r\n  s.parentNode.insertBefore(b, s);\r\n})();\r\n</script>\r\n<noscript>\r\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1319&fmt=gif\" />\r\n</noscript>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\" src=\"http://loadus.exelator.com/load/?p=274&g=011&c=153234&ctg=strange-news&subctg=\" ></script>\r\n</body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/livescience.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n       \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n  <meta http-equiv=\"content-type\" content=\"text/html;charset=UTF-8\" />\r\n  <title>Brraaiins! How Zombies Overran Pop Culture</title>\r\n  <meta name=\"description\" content=\"The notion of zombies has evolved substantially over the decades, and today's brain-eating monsters barely resemble the originals. \" />\r\n  \r\n  <meta name=\"news_keywords\" content=\"zombies, walking dead, living dead, halloween, night of the living dead, return of the living dead, zombie movies, zombies in pop culture\" />\r\n  <meta name=\"robots\" content=\"index,follow\" />\r\n  <meta name=\"google-site-verification\" content=\"9idATXqhUCskCzkXvGEmuGx6t9G5-cpFLIVMpREAg-8\" />\r\n  <link rel=\"shortcut icon\" href=\"http://i.livescience.com/images/site/favicon.ico\" />\r\n  <script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\r\n\r\n  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>\r\n\r\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js\" type=\"text/javascript\"></script>\r\n  <script src=\"/javascripts/site.js?1412617687\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jquery.tools.min.js?1296238230\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jcarousellite_1.0.1.min.js?1295641150\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/fixed_top_bar.js?1372459409\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/top_five.js\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/parsely_widget.js?1391108116\" type=\"text/javascript\"></script>\r\n  <script>$jq = jQuery.noConflict();</script>\r\n\r\n  \r\n<script type='text/javascript' src='http://ads.servebom.com/tmnhead.js'></script>\r\n<script type='text/javascript'>\r\n    var adSlots = {};\r\n    var pageAccount = '/10518929/tmn.ls';\r\n    var pageAdZone = '/strange-news';\r\n\r\n    adSlots.ad_leaderboard = {\"targeting\":{},\"sizes\":[[728,90],[970,66],[970,90],[970,250]]};\r\n    adSlots.ad_billboard = {\"targeting\":{},\"sizes\":[[300,250],[300,300],[300,600],[300,1050]]};\r\n    adSlots.ad_billboard2 = {\"targeting\":{},\"sizes\":[[300,601],[120,600],[160,600],[300,251]]};\r\n    adSlots.ad_sense1 = {\"targeting\":{\"adsense1\":\"adsense1\"},\"sizes\":[540,185]};\r\n    adSlots.ad_sense2 = {\"targeting\":{\"adsense2\":\"adsense2\"},\"sizes\":[620,185]};\r\n    adSlots.ad_sense3 = {\"targeting\":{\"adsense3\":\"adsense3\"},\"sizes\":[300,300]};\r\n    \r\n    for(var i in adSlots){\r\n      adSlots[i].account = pageAccount+pageAdZone;\r\n      adSlots[i].div = i;\r\n      tmntag.adunit(adSlots[i]);\r\n    } \r\n\r\n    tmntag.adunit({account:pageAccount+pageAdZone, sizes:[640,480], div:'ad_interstitial'});\r\n    tmntag.adunit({account:pageAccount+pageAdZone, div:'ad_skin'});\r\n\r\n    tmntag.target({\"kw\":[\"zombies\",\"walking dead\",\"living dead\",\"halloween\",\"night of the living dead\",\"return of the living dead\",\"zombie movies\",\"zombies in pop culture\"],\"site\":\"tmn.ls\",\"ctype\":\"article\",\"ccat1\":\"strange-news\",\"partner\":\"n\"});\r\n    if(document.location.hash.indexOf('#xtor=') != -1) tmntag.target({'xtor':document.location.hash.substr((document.location.hash.indexOf('#xtor=')+6), document.location.hash.length)});\r\n    tmntag.account(pageAccount);\r\n    tmntag.disableSingleRequest();\r\n    tmntag.start();\r\n</script>\r\n\r\n  \r\n  <link href=\"/stylesheets/site.css?1414697681\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\r\n  \n    <link href=\"/stylesheets/article.css?1371845499\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-album.css?1372107755\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-about.css?1372198702\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/poll.css?1372864034\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/contents_common.css?1382391031\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n    <script src=\"/javascripts/contents_common.js?1372700029\" type=\"text/javascript\"></script>\n\r\n  \r\n  <link rel='canonical' href='http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html' />\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\" />\r\n\r\n  <meta property=\"fb:app_id\" content=\"438608976204523\" />\r\n\r\n  <meta property=\"og:title\" content=\"Brraaiins! How Zombies Overran Pop Culture\"/>\r\n  <meta property=\"og:url\" content=\"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\"/>\r\n  <meta property=\"og:image:height\" content=\"572\"/>\r\n  <meta property=\"og:type\" content=\"article\"/>\r\n  <meta property=\"og:site_name\" content=\"LiveScience.com\"/>\r\n  <meta property=\"og:description\" content=\"The notion of zombies dates back at least 400 years, but today's walking dead are thoroughly modern monsters, created by open-source collaboration. Here's how zombies have evolved.\"/>\r\n  <meta property=\"og:image\" content=\"http://i.livescience.com/images/i/000/071/618/original/zombies-notld.jpg?1414698753\"/>\r\n  <meta property=\"og:image:width\" content=\"758\"/>\r\n  <meta name=\"twitter:creator\" content=\"https:///sipappas\">\r\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\r\n  <meta name=\"twitter:site:id\" content=\"15428397\">\r\n  <meta name=\"twitter:site\" content=\"@LiveScience\">\r\n  \r\n  \r\n<meta name='parsely-metadata'\r\n      content='{\"type\": \"feature\", \"image_url\": \"http://i.livescience.com/images/i/000/071/618/i01/zombies-notld.jpg?1414698753\"}'>\r\n\r\n<meta name='parsely-page'\r\n\t  content='{\"title\": \"Brraaiins! How Zombies Overran Pop Culture | LiveScience\",\r\n\t            \"link\": \"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\",\r\n\t            \"image_url\": \"http://i.livescience.com/images/i/000/071/618/i02/zombies-notld.jpg?1414698753\",\r\n\t            \"type\": \"post\",\r\n\t            \"post_id\": \"48543\",\r\n\t            \"pub_date\": \"2014-10-31 at 07:15:00AM EST\",\r\n\t            \"section\": \"Strange News\",\r\n\t            \"author\": \"Stephanie Pappas\",\r\n\t            \"tags\": [\"zombies\",\"walking dead\",\"living dead\",\"halloween\",\"night of the living dead\",\"return of the living dead\",\"zombie movies\",\"zombies in pop culture\"]\r\n\t           }'>\r\n  <script type=\"text/javascript\">var google_adnum = 0;</script>\r\n</head><body>\r\n    \r\n    \r\n<script language=\"JavaScript\" type=\"text/javascript\"> var om_info = {\"env\":\"production\",\"site\":\"livescience\",\"display_name\":\"LiveScience\"}; </script>\r\n<!-- SiteCatalyst code version: H.19.4.\r\nCopyright 1997-2009 Omniture, Inc. More info available at\r\nhttp://www.omniture.com -->\r\n<script src=\"/javascripts/s_code.js?1349274689\" type=\"text/javascript\"></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\n/* You may give each page an identifying name, server, and channel on\r\nthe next lines. */\r\ns.pageName=\"ls:strange-news:article:48543\" //s.hier1 + Content Type:Content Type 2\r\ns.server=\"\"\r\ns.channel=\"strange-news\" //Channel\r\ns.prop1=\"\" //Sub Channels\r\ns.prop2=\"ls\" //Sites\r\ns.prop3=\"\" //Categories\r\ns.prop16=\"\" //Sub Categories\r\ns.prop18=\"\" //Product\r\ns.prop4=\"article\" //Content Type\r\ns.prop17=\"\" //Content Type 2\r\ns.prop5=\"brraaiins! how zombies overran pop culture\" //Content Title\r\ns.prop6=\"ls-48543\" //Content ID\r\ns.prop15=\"\" //Logged in status\r\n//s.prop?=\"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\" //Page URL\r\n/* Hierarchy Variables */\r\ns.hier1=\"\"\r\ns.eVar15=s.prop15\r\ns.eVar16=s.prop16\r\ns.eVar17=s.prop17\r\ns.eVar18=s.prop18\r\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\r\nvar s_code=s.t();if(s_code)document.write(s_code)//--></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\r\n//--></script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img\r\nsrc=\"http://toptenreviews.122.2o7.net/b/ss/toptenreviewsprod/1/H.19.4--NS/0\"\r\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript><!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.19.4. -->\r\n\r\n\r\n<!-- Google Tag Manager -->\r\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-NJLTHL\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-NJLTHL');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<!-- Start Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\">\r\n  var _gaq = _gaq || [];\r\n\r\n  _gaq.push(['_setAccount', 'UA-11681412-2'],\r\n            ['_setDomainName', 'livescience.com'],\r\n            ['_setCustomVar', 1, 'Section', 'strange-news', 3],\r\n            ['_trackPageview']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>\r\n\r\n<!-- End Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script>\r\n<script type=\"text/javascript\">stLight.options({publisher: \"44826d50-86b3-4690-b68d-df4ee65d1526\", doNotHash:true, doNotCopy:true,hashAddressBar:false});</script>\r\n    \n<div id=\"top_side\" class=\"fixed-bar\">\n  <div class=\"fixed-bar-contents\">\n  <div class=\"fixed-bar-logo\"><a href=\"/\"><img class=\"fixed-bar-splat\" src=\"/images/site/LS-splat.png\" /><img class=\"fixed-main-logo\" src=\"/images/site/LS-logo-type.png\" alt=\"LiveScience\"/></a></div>\n  \n    <span id=\"fixed-bar-hoverables\">\n    <span class=\"fixed-bar-search-icon fixed-bar-inactive-icon\" id=\"fixed-bar-search-icon\">\n        <span class=\"fixed-bar-search-icon\" onmouseover=\"stickybar_items('search',1);\" onclick=\"stickybar_items('search');\">\n        &nbsp;\n        </span>\n        <div id=\"fixed-bar-search-bar\" class=\"fixed-bar-search-bar\">\n          <form id=\"fix-bar-search\" action=\"/search.html\" method=\"get\" name=\"fix-bar-search\" onsubmit=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\">\n                <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:qaei7k190hq\" />\n                <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\n                <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\n                <input class=\"fixed-bar-search-submit\" type=\"image\" form=\"fix-bar-search\" name=\"sa\" src=\"/images/site/search-icon-trans.png\" onclick=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\" />\n                <input id=\"fixed-bar-search-box\" onblur=\"stickybar_items();\" class=\"fixed-bar-search-box\" type=\"text\" form=\"fix-bar-search\" name=\"q\" placeholder=\"search LiveScience\" />\n            </form>\n        </div>\n    </span>\n\n    <span id=\"fixed-bar-social-icons\" class=\"fixed-bar-social-icons fixed-bar-inactive-social\" onmouseover=\"stickybar_items('social',1);\" onclick=\"stickybar_items('social');\">\n        <span class=\"fixed-bar-social-border\"></span>\n        <div id=\"fixed-bar-social-bar\" class=\"fixed-bar-social-bar\">\n            <div class=\"social\">\n                <span class=\"fb\">\n                     <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/livescience&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:20px;\" allowTransparency=\"true\"></iframe>\n                </span>\n                <span class=\"gplus\">\n                    <!-- Place this tag where you want the +1 button to render. -->\n                    <g:plusone size=\"medium\" annotation=\"inline\" width=\"120\" href=\"http://www.livescience.com/\"></g:plusone>\n                </span>\n                <span class=\"twitter\">\n                    <a href=\"https://twitter.com/livescience\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"false\" data-lang=\"en\">Follow</a>\n                    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n                </span>\n                <a href=\"http://www.livescience.com/home/feed/site.xml\" alt=\"RSS\">\n                  <span class=\"rss\"></span>\n                </a>\n            </div>\n        </div>\n    </span>\n    </span>\n    <script>\n    $('#fixed-bar-hoverables').mouseleave(function() {stickybar_items('',3); });\n    </script>\n    <ul class=\"top-nav fixed-bar-nav\">\n  \n      \n      \n      <li class=\"\" ><a href=\"/technology\">TECH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/health\">HEALTH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/environment\">PLANET EARTH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/space\">SPACE</a></li>\n  \n      \n      <li class=\"selected_section \" ><a href=\"/strange-news\">STRANGE NEWS</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/animals\">ANIMALS</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/history\">HISTORY</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/culture\">HUMAN NATURE</a></li>\n  \n      <li class=\"shop\"><a href=\"http://store.livescience.com/?ICID=livescience-navs\">SHOP</a></li>\n    </ul>\n\n  </div>\n</div>\n\r\n\r\n    \r\n\r\n    <script type='text/javascript'>tmntag.adTag('ad_skin');</script>\r\n    <script type='text/javascript'>tmntag.adTag('ad_interstitial');</script>\r\n\r\n    <div style=\"position:absolute; height:0px; width:100%; .z-index:10000;\">\r\n      <div id=\"main_header\" class=\"center_the_header clearfix\">\r\n<div id=\"ad-leaderboard\">\r\n  <div class=\"leaderboard\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_leaderboard');</script>\r\n  </div>\r\n</div>\r\n<div class=\"header\">\r\n  <div style=\"float:left;\">\r\n    \r\n    <a href=\"/\"><img class=\"main_logo\" src=\"/images/site/LS-logo-type.png\" alt=\"LiveScience\"/></a>\r\n    \r\n    </div>\r\n    <div class=\"search-social\">\r\n      <form id=\"search\" action=\"/search.html\" method=\"get\" style=\"display:inline-block;\" onsubmit=\"return (($('#searchbox')[0].value == '' || $('#searchbox')[0].value == 'search LiveScience') ? false : true);\">\r\n            <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:qaei7k190hq\" />\r\n            <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\r\n            <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\r\n            <input id=\"search-button\" type=\"submit\" name=\"sa\" value=\"\" />\r\n            <input id=\"searchbox\" type=\"text\" form=\"search\" name=\"q\" onfocus=\"if(this.value=='search LiveScience') this.value='';\" onblur=\"if(this.value=='') this.value='search LiveScience';\" value=\"search LiveScience\" />\r\n        </form>\r\n        <div class=\"social\">\r\n            <a class=\"header_button\" href=\"https://www.facebook.com/livescience?cmpid=556683\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:8px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Facebook\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://twitter.com/LiveScience?cmpid=556684\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-29px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Twitter\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"http://www.linkedin.com/company/livescience-com?cmpid=556685\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-70px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Linkedin\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://plus.google.com/+livescience/posts?cmpid=556686\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-107px;\" src=\"http://i.livescience.com/images/site/social/header.png\" title=\"Follow via Google+\">\r\n                </div>\r\n            </a>\r\n        </div>\r\n    </div>\r\n\r\n\r\n\r\n    <ul class=\"top-nav\">\r\n    \r\n        \r\n        \r\n        <li class=\"\" ><a href=\"/technology/\">TECH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/health/\">HEALTH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/environment/\">PLANET EARTH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/space/\">SPACE</a></li>\r\n    \r\n        \r\n        <li class=\"selected_section \" ><a href=\"/strange-news/\">STRANGE NEWS</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/animals/\">ANIMALS</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/history/\">HISTORY</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/culture/\">HUMAN NATURE</a></li>\r\n    \r\n        <li class=\"shop\"><a href=\"http://store.livescience.com/?ICID=livescience-navs\">SHOP</a></li>\r\n    </ul>\r\n    <div class=\"trend-bar-spacer\">\r\n      <div class=\"trend-bar\">\r\n          <span class=\"trending\">TRENDING:</span>\r\n\t  <a class=\"trending-topics\" href=\"http://www.livescience.com/48825-geek-gifts.html\">Geek Gifts</a>\r\n\t  //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/ebola-outbreak/\">Ebola Outbreak</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/military-spy-tech/\">Military & Spy Tech</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/3d-printing/\">3D Printing</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/our-amazing-planet/\">OurAmazingPlanet</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/41556-best-fitness-trackers.html\">Best Fitness Trackers</a>\r\n          //\r\n          <a class=\"trending-topics\" href=\"http://www.livescience.com/topics/human-origins\">Human Origins</a>\r\n      </div>\r\n    </div>\r\n    <a href=\"/\"><div class=\"header_logo_splat\"></div></a>\r\n</div>\r\n<script>\r\n  buildLinkTracking('top-nav','top-nav',null,null,null,true);\r\n</script>\r\n</div>\r\n\r\n      <div id=\"container\">\r\n        <div id=\"containerBg\">\r\n            \n<div class=\"left_content\">\n    \r\n<div class=\"main_title_cont\" id=\"nointelliTXT\">\r\n\t<div class=\"content_title\">\r\n\t\t<h1>Brraaiins! How Zombies Overran Pop Culture</h1>\r\n\t</div>\r\n\t<div class=\"by_line_date\">\r\n\t\tby Stephanie Pappas, Live Science Contributor&nbsp;&nbsp; | &nbsp;&nbsp;October 31, 2014 07:15am ET\r\n\t</div>\r\n</div>\r\n\n    <div class=\"lft_share_bar\">\n        <div id=\"sticky_social\" class=\"static_cont\">\r\n\t<span class='st_facebook_vcount' displayText='Share'></span>\r\n\t<span class='st_twitter_vcount' st_via='LiveScience' displayText='Tweet'></span>\r\n\t<span class='st_stumbleupon_vcount' displayText='Submit'></span>\r\n\t<span class='st_reddit_vcount' displayText='Reddit'></span>\r\n\t<span class=\"st_sharethis_custom\"><img style=\"width:65px;\" src=\"/images/site/social/share_more.png\" /></span>\r\n</div>\n    </div>\n\n    <div class=\"content\">\n        \r\n\r\n\n        <div class=\"article_info\">\r\n  <div style=\"float:left; width:0px; height:0px; overflow:hidden;\"><img class=\"ggnoads\" src=\"\" id=\"popped_image\" onload=\"popupImageSize(this.src);\" /></div>\r\n  <input type='hidden' id='currentid' value='' />\r\n  <div class=\"large_popper\" id=\"custom0\">\r\n    <div class=\"current_custom ggnoads\" id=\"current_cus0\">\r\n      <img id=\"current_limage0\" src=\"\" />\r\n    </div>\r\n  </div>\r\n\r\n\r\n\r\n    \r\n    <span style=\"float:left; margin:0px 10px 10px 0px;\">\r\n      <table border=\"0\" style=\"width:1px;border-spacing:0;\">\r\n        <tr>\r\n          <td>\r\n            <img src=\"http://i.livescience.com/images/i/000/071/618/iFF/zombies-notld.jpg?1414698753\" alt=\"still shot of zombies in Night of the Living Dead\" style=\"width:270px;\" />\r\n          </td>\r\n            <tr>\r\n              <td style=\"border: 1px solid lightgray; padding: 10px; font-size: 12px; line-height: 16px;\">\r\n                 <span style=\"width:auto; float:right; padding:2px 25px 0px 5px;\">\r\n                  <script>\r\n                    var image_description = \"The zombies in the 1968 film \"Night of the Living Dead\" had a taste for flesh, but had not yet broadened their horizons to braaaiins.\"\r\n                    document.write('<a href=\"http://pinterest.com/pin/create/button/?url='+escape(window.location.href)+'&media=http://i.livescience.com/images/i/000/071/618/original/zombies-notld.jpg?1414698753&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\r\n                  </script>\r\n                </span>\r\n              \r\n              The zombies in the 1968 film \"Night of the Living Dead\" had a taste for flesh, but had not yet broadened their horizons to braaaiins.<br />\r\n              \r\n              \r\n              <span style=\"margin-top:5px;float:left; padding-right:5px;\">Credit: Public Domain</span>\r\n              \r\n              \r\n              <span style=\"max-width:270px;margin-top:5px;float:left;\"><div><a class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"http://i.livescience.com/images/i/000/071/618/original/zombies-notld.jpg?1414698753\",this,0);' rel=\"#custom0\">View full size image</a></div></span>\r\n              \r\n              </td>\r\n            </tr>\r\n        </tr>\r\n      </table>\r\n    </span>\r\n\r\n      \r\n\r\n\r\n    \r\n    <p>\r\n\tThey moan. They bite. They shuffle. Or sometimes, they sprint, swarm and carry on surprisingly intelligent conversation.</p>\r\n<p>\r\n\t<a href=\"http://www.livescience.com/16411-zombies-fact-fiction-infographic.html\">Zombies</a> are something of an open-source pop-culture phenomenon. Unlike <a href=\"http://www.livescience.com/40843-real-dracula-vlad-the-impaler.html\">Dracula</a> or Frankenstein, these Halloween monsters aren&#39;t based on a literary resource. In fact, the modern conception of a zombie dates back to 1968, in a movie that doesn&#39;t so much as use the word: George Romero&#39;s &quot;Night of the Living Dead.&quot;</p>\r\n<p>\r\n\t&quot;He didn&#39;t call them zombies, and he didn&#39;t think about them as zombies,&quot; said Ozzy Inguanzo, a screenwriter and author of &quot;<a href=\"http://www.amazon.com/dp/0789327392/?&amp;tag=livescience01-20\">Zombies on Film: The Definitive Story of Undead Cinema</a>&quot; (Rizzoli, 2014). But the public did, Inguanzo told Live Science.\r\n</p><p>\r\n    <div class=\"about_adsense\" id=\"nointelliTXT\">\r\n        <script type='text/javascript'>tmntag.adTag('ad_sense1');</script>\r\n    </div>\r\n</p>\r\n    \r\n<p>\r\n\t&quot;Audiences saw these lumbering dead people, and they called them zombies &hellip; therefore, they became zombies,&quot; he said. Since then, the walking undead have wormed their way into video games, comic books &mdash; and even the classics (witness 2009&#39;s novel &quot;Pride and Prejudice and Zombies). [<a href=\"http://www.livescience.com/48560-zombies-your-complete-guide-to-the-attack-of-the-dead-infographic.html\">Zombies! Your Complete Guide to the Attack of the Dead (Infographic) </a>]</p>\r\n<p>\r\n\t<strong>From Haiti to Hollywood</strong></p>\r\n<div class='article_img_left'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom71646' class='make_big' onclick=\"loadPopupImage('http://i.livescience.com/images/i/000/071/646/original/zombies-types-timeline-141031b-02.jpg?1414771008',this,71646);\"><img  src='http://i.livescience.com/images/i/000/071/646/i01/zombies-types-timeline-141031b-02.jpg?1414771008' alt='Timeline of zombies in pop culture' /></a><div class=\"large_popper\" id=\"custom71646\"><div class=\"current_custom ggnoads\" id=\"current_cus71646\"><img id=\"current_limage71646\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"Facts about the zombie phenomenon in pop culture, movies and gaming. [<a href=\"http://www.livescience.com/48560-zombies-your-complete-guide-to-the-attack-of-the-dead-infographic.html\">See full infographic</a>]<br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.livescience.com/images/i/000/071/646/original/zombies-types-timeline-141031b-02.jpg?1414771008&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>Facts about the zombie phenomenon in pop culture, movies and gaming. [<a href=\"http://www.livescience.com/48560-zombies-your-complete-guide-to-the-attack-of-the-dead-infographic.html\">See full infographic</a>]<br /><span style='float:left; margin-top:5px;'>Credit: By Karl Tate, Infographics Artist</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom71646\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/071/646/original/zombies-types-timeline-141031b-02.jpg?1414771008\",this,71646);'>View full size image</a></div></div></div></div>\r\n<p>\r\n\tThe <a href=\"http://www.livescience.com/40690-zombie-haiti-are-zombies-real.html\">true zombie origin story</a> dates back further than 1968, of course. The sad beginning of the myth harks back to Haiti during the 1600s and 1700s, when African slaves were worked to death on sugar plantations. As UC Irvine journalism instructor Amy Wilentz pointed out <a href=\"http://www.nytimes.com/2012/10/31/opinion/a-zombie-is-a-slave-forever.html\">in the New York Times</a> in 2012, it&#39;s not hard to see how the notion of a dead body, stripped of will and personality, forced to do the bidding of a sorcerer, would occur to an enslaved people.</p>\r\n<p>\r\n\tThe notion of zombies is still part of Haitian folklore. The belief is that, through magic or poison, a sorcerer makes a person fall ill and appear to die. After the family buries the body, the sorcerer retrieves the person, who is alive, but held in thrall. In a 1997 article in the medical journal The Lancet, researchers studied three real-life cases of &quot;zombification&quot; and diagnosed the three sufferers with <a href=\"http://www.livescience.com/34794-schizophrenia-mental-disorder-perception-distortion.html\">catatonic schizophrenia</a>, epilepsy and mistaken identity. In the final case, a 31-year-old woman with possible fetal alcohol syndrome was mistaken for another woman who had died 13 years before. The cases suggest that zombification has often been used to explain mental illness or brain disorders in rural Haiti.</p>\r\n<p>\r\n\tZombies made the leap from Haitian religion to American entertainment in 1932, Inguanzo said, with a film starring Bela Lugosi and Madge Bellamy called &quot;White Zombie.&quot; That movie, in turn, was largely inspired by a 1929 travelogue by William Seabrook, a journalist who also happened to be the kind of guy who, after failing to get a good enough description of the taste of human flesh from a West African chieftain, manages to acquire a hunk of flesh from a corpse to cook up himself. (In his 1931 book &quot;Jungle Ways,&quot; Seabrook helpfully describes the taste as being very similar to veal.)</p>\r\n<p>\r\n\tZombies popped up in horror flicks over the next few decades, frequently in keeping with the Haitian voodoo theme, but sometimes branching out: The &quot;Revenge of the Zombies&quot; in 1943 took a sci-fi angle, with a Nazi scientist trying to create an army of the undead for Hitler. [<a href=\"http://www.livescience.com/11366-top-10-weird-ways-deal-dead.html\">The 10 Weirdest Ways We Deal with the Dead</a>]</p>\r\n<p>\r\n\t<strong>The modern zombie</strong></p>\r\n<p>\r\n\tBut the quintessential zombie flick was actually inspired less by these films and more by <a href=\"http://www.livescience.com/24374-vampires-real-history.html\">vampires</a>. Working off the 1954 <a href=\"http://www.livescience.com/45673-pentagon-zombie-attack-plan.html\">post-apocalyptic</a> novel &quot;I Am Legend,&quot; by Richard Matheson, which tells the story of the last man standing in a world of vampirelike monsters, George Romero and John Russo told their own tale of a group of bickering humans threatened by the shuffling, moaning living dead.</p>\r\n<p>\r\n\t&quot;He took the Haitian component out of the previous character storylines and brought them here, to suburbia,&quot; Inguanzo said. &quot;They were our friends, our relatives, our neighbors who were coming back from the dead.&quot;</p>\r\n<div class='article_img_right'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom71616' class='make_big' onclick=\"loadPopupImage('http://i.livescience.com/images/i/000/071/616/original/world-war-z-zombies.jpg?1414697160',this,71616);\"><img  src='http://i.livescience.com/images/i/000/071/616/i01/world-war-z-zombies.jpg?1414697160' alt='World War Z zombies' /></a><div class=\"large_popper\" id=\"custom71616\"><div class=\"current_custom ggnoads\" id=\"current_cus71616\"><img id=\"current_limage71616\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"The fast-paced zombies of \"World War Z.\"<br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.livescience.com/images/i/000/071/616/original/world-war-z-zombies.jpg?1414697160&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>The fast-paced zombies of \"World War Z.\"<br /><span style='float:left; margin-top:5px;'>Credit: Paramount Pictures</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom71616\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/071/616/original/world-war-z-zombies.jpg?1414697160\",this,71616);'>View full size image</a></div></div></div></div>\r\n<p>\r\n\tRomero&#39;s zombies became the touchstone for those that would follow, with writers adding their own quirks to the genre. In 1985&#39;s &quot;Return of the Living Dead,&quot; the zombies hungered not just for human flesh, but also for &quot;<a href=\"http://www.livescience.com/40816-zombie-neuroscience-brains-of-the-walking-dead.html\">braaaains</a>.&quot; That idea stuck. The movie was also the first to introduce talking zombies, and perhaps more crucially, fast-moving zombies.</p>\r\n<p>\r\n\tThese days, fast-walking zombies are overtaking their shambling counterparts, at least on the big screen. The trend is, in part, inspired by video games like &quot;Resident Evil,&quot; which first came out in 1996.</p>\r\n<p>\r\n\t&quot;Video games had a huge impact in bringing [zombies] back to the forefront,&quot; Inguanzo said. &quot;These are easy bad guys to kill. There&#39;s no remorse there.&quot;</p>\r\n<p>\r\n\tThe <a href=\"http://www.livescience.com/40084-zombie-apocalypse-spreads-like-ordinary-disease.html\">zombie virus</a> has also spread to the comic-book world, like the 2005-2006 Marvel series in which all of <a href=\"http://www.newsarama.com/22432-marvel-teases-age-of-ultron-vs-marvel-zombies-summer-2015.html\">Marvel&#39;s superheroes get infected by a zombie virus</a>. The superheroes stay strong and smart, but crave human flesh. Even wholesome Archie Comics has been bitten by the zombie bug, with a 2013 series called &quot;Afterlife with Archie.&quot;</p>\r\n<p>\r\n\tZombie comics are, in turn, making the leap back to the screen, as with AMC&#39;s series &quot;The Walking Dead.&quot; And Hollywood seems to be recognizing that zombies are moneymakers, turning out big-budget Brad Pitt spectacles like 2013&#39;s &quot;World War Z.&quot;</p>\r\n<p>\r\n\t&quot;Those types of movies are focusing on explosions and action and adrenaline,&quot; Inguanzo said.</p>\r\n<p>\r\n\t<em>Follow Stephanie Pappas on </em><a href=\"https://twitter.com/sipappas\"><em>Twitter</em></a><em> and </em><a href=\"https://plus.google.com/101831066787121148004/posts\"><em>Google+</em></a><em>. Follow us </em><a href=\"https://twitter.com/LiveScience\"><em>@livescience</em></a><em>, </em><a href=\"http://www.facebook.com/#!/livescience\"><em>Facebook</em></a><em> &amp; </em><a href=\"https://plus.google.com/101164570444913213957/posts\"><em>Google+</em></a><em>. Original article on <a href=\"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\">Live Science</a>.</em></p>\r\n</p>\r\n    \r\n\r\n</div>\r\n\n         \r\n  <div class=\"article_info\">\r\n    \r\n  </div>\r\n\r\n\n        \r\n  <div class=\"article_additional\"><!--style=\"float:left; width:100%; padding:10px;\"-->\r\n    <h3>Editor's Recommendations</h3>\r\n    <ul>\r\n    \r\n      \r\n        <li><a href=\"/11340-halloween-top-10-scary-creatures.html\">Halloween's Top 10 Scary Creatures</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/48515-10-haunted-house-ghost-stories.html\">10 Ghost Stories That Will Haunt You for Life</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/16677-halloween-superstitions-traditions.html\">13 Halloween Superstitions &amp; Traditions Explained</a></li>\r\n      \r\n    \r\n    </ul>\r\n  </div>\r\n\n    </div>\n    \t\t\n    \n    \r\n<div id=\"nointelliTXT\" class=\"about_adsense\">\r\n\t<script type='text/javascript'>tmntag.adTag('ad_sense2');</script>\r\n</div>\r\n\n    \n\n    \r\n<div class=\"parsely-like\">\r\n    <div class=\"parsely-headline\">\r\n        <div class=\"parsely-ltitle\">More from LiveScience</div>\r\n    </div>\r\n    <div id=\"parsely_popular_container\" class=\"parsely-box parsely-content\">\r\n        <div id=\"parsely_most_popular\"></div>\r\n    </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n    var apikey = \"livescience.com\",\r\n        secret = \"VjabI3Ef0jAKeXTbxrXjXnMpo4yplsttRIoqlaMWZFM\";\r\n        current_url = \"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\";\r\n    Parsely.loadPosts(current_url, apikey, secret, \"parsely_most_popular\", 8, \"popular\");\r\n})();\r\n</script>\r\n\n    \r\n\r\n\r\n    \r\n      \r\n      \r\n      \r\n        <div class=\"biography\" id=\"nointelliTXT\">\r\n          <div class=\"bio_title\">Author Bio</div>\r\n          <div class=\"bio_img\">\r\n            \r\n              <img src=\"http://i.livescience.com/images/i/000/017/074/i02/StephaniePappasLS.jpg?1307374756\" alt=\"\" style=\"max-width:80px\" />\r\n            \r\n          </div>\r\n\r\n          <div class=\"bio_info\">\r\n\r\n              <h3>Stephanie Pappas</h3>\r\n              \r\n              \r\n\tStephanie Pappas is a contributing writer for Live Science. She covers the world of human and animal behavior, as well as paleontology and other science topics. Stephanie has a Bachelor of Arts in psychology from the University of South Carolina and a graduate certificate in science communication from the University of California, Santa Cruz. She has ducked under a glacier in Switzerland and poked hot lava with a stick in Hawaii. Stephanie hails from East Tennessee, the global center for salamander diversity. Follow Stephanie on <a href=\"https://plus.google.com/u/0/101831066787121148004/posts\">Google+</a>.<br />\r\n\r\n\r\n              <div class=\"bio_social\">\r\n              \r\n                <div class='bio_connect'><span>Stephanie Pappas</span> on</div>\r\n                \r\n                  <a href=\"http://twitter.com/https:///sipappas\"><img src=\"/images/site/social/twitter-white.png\" alt=\"Contact https:///sipappas on Twitter\" /></a>\r\n                \r\n                \r\n                  <a href=\"http://www.livescience.com/contact_author.php?a=VTNSbGNHaGhibWxsSUZCaGNIQmhjeXB3WVhCd1lYTXVjMk5wWTI5dEtqUXFaMjFoYVd3dVkyOXQ=\"><img src=\"/images/site/social/email-white.png\" alt=\"Contact Stephanie Pappas by EMail\" /></a>\r\n                \r\n              \r\n              </div><!-- /social -->\r\n          </div><!-- Info -->\r\n        </div><!-- bio-->\r\n    \r\n\r\n\n    <div style=\"clear:both; float:left; width:575px; padding-top:20px;\">\r\n    <div id=\"fb-root\"></div>\r\n    <script src=\"https://connect.facebook.net/en_US/all.js#xfbml=1\"></script>\r\n    <fb:comments href=\"http://www.livescience.com/48543-how-zombies-evolved-in-pop-culture.html\" num_posts=\"10\" width=\"620\"></fb:comments>\r\n</div>\r\n\n</div>\n\n<div id=\"side_nav\">\n    <div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard');</script>\r\n</div>\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\" >\r\n\t\t<div class=\"subscribe_text\" >Science Newsletter: Subscribe</div>\r\n\t\t<form id=\"\" method=\"POST\" action=\"/livescience_news.php\" target=\"_blank\">\r\n\t        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\" style=\"width:193px; \">\r\n\t        <input type='hidden' name='Newsletter Subscription' value=''>\r\n\t        <input type=\"image\" src=\"/images/site/social/email-grey.png\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n\t    </form>\r\n\t</div>\r\n</div>\r\n\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\" style=\"background-color:white; margin-top:10px;\" >\r\n\t\t<h3>Follow Us</h3>\r\n\t\t<span class=\"right_nav_bar\">\r\n\t\t\t<a class=\"right_nav_button\" href=\"https://www.facebook.com/livescience?cmpid=556687\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; \" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Facebook\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://twitter.com/LiveScience?cmpid=556688\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-56px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Twitter\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"http://www.linkedin.com/company/livescience-com?cmpid=556689\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-112px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Linkedin\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://plus.google.com/+livescience/posts?cmpid=556690\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-169px;\" src=\"http://i.livescience.com/images/site/social/right_nav.png\" title=\"Follow via Google+\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\t\t</span>\r\n\t</div>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<script type='text/javascript'>\r\n  if(typeof(get_top_five) != 'undefined'){\r\n    document.write(get_top_five());\r\n    buildLinkTracking(\"most_pop_b\", \"right_nav_most_pop\", \"b\");\r\n  }\r\n</script>\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"margin:30px 0;\">\r\n  <script type='text/javascript'>tmntag.adTag('ad_sense3');</script>\r\n</div>\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard2');</script>\r\n</div>\r\n\r\n<div id=\"store_ad_cont\"></div>\n</div>\r\n          <div class=\"thebufferzone\">&nbsp;</div>\r\n        </div>\r\n      </div>\r\n      <div id=\"network_contents\">&nbsp;</div>\r\n<script type=\"text/javascript\">\r\n\tloadDataCache(\"newswire\", \"network_contents\");\r\n</script>\r\n      <div class=\"footer-cont\" ><div class=\"footer\">\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">COMPANY</span>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com\" target=\"_blank\">Company Info</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/#brands\" target=\"_blank\">About the Site</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Contact Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/\" target=\"_blank\">Advertise with Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Using our Content</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Licensing & Reprints</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/privacy-policy/\" target=\"_blank\">Privacy Policy</a>\r\n    <a class=\"footer-links\" href=\"/home/feed/site.xml\" target=\"_blank\">Sitemap</a>\r\n  </div>\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">NETWORK</span>\r\n    <a class=\"footer-links\" href=\"http://www.toptenreviews.com/\" target=\"_blank\">TopTenREVIEWS</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsguide.com/\" target=\"_blank\">Tom’s Guide</a>\r\n    <a class=\"footer-links\" href=\"http://www.laptopmag.com/\" target=\"_blank\">LAPTOP</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomshardware.com/\" target=\"_blank\">Tom’s Hardware</a>\r\n    <a class=\"footer-links\" href=\"http://www.businessnewsdaily.com/\" target=\"_blank\">BusinessNewsDaily</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsitpro.com/\" target=\"_blank\">Tom’s IT Pro</a>\r\n    <a class=\"footer-links\" href=\"http://www.space.com/\" target=\"_blank\">SPACE.com</a>\r\n    <a class=\"footer-links\" href=\"http://www.livescience.com/\" target=\"_blank\">LiveScience</a>\r\n  </div>\r\n  <div class=\"footer-rcolumn\">\r\n    <span class=\"footer-headers\">FOLLOW US</span>\r\n    <span class=\"bar\">\r\n      <a class=\"footer-button\" href=\"/home/feed/site.xml\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; \" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via RSS Feed\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://www.facebook.com/livescience\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-65px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Facebook\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://plus.google.com/+livescience/posts\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-125px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Google+\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://twitter.com/livescience\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-185px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via Twitter\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"http://www.youtube.com/user/LiveScienceVideos\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-245px;\" src=\"http://i.livescience.com/images/site/social/footer_buttons.gif\" title=\"Follow via YouTube\" />\r\n        </div>\r\n      </a>\r\n\r\n    </span>\r\n    <span class=\"footer-headers\">SUBSCRIBE</span>\r\n    <span class=\"bar\">\r\n      <form id=\"\" method=\"POST\" action=\"/livescience_news.php\" target=\"_blank\">\r\n        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\">\r\n        <input type='hidden' name='Newsletter Subscription' value=''>\r\n        <input type=\"image\" src=\"/images/site/social/footer_email_submit.gif\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n      </form>\r\n    </span>\r\n    <span class=\"bar\">\r\n      <a href=\"http://www.purch.com/\" target=\"_blank\"><img style=\"margin:10px 0 5px 0; display:block;\" src=\"http://i.livescience.com/images/site/purchFooterLogoWhite.png\" title=\"Purch\" /></a>\r\n      Copyright &copy; 2015 All Rights Reserved.\r\n    </span>\r\n  </div>\r\n</div></div>\r\n    </div>\r\n\r\n    \r\n\r\n    <div id=\"stuff_pop\" style=\"display:none; overflow:visible; position:absolute;\"></div>\r\n\r\n\r\n\t\r\n\r\n<script type=\"text/javascript\" src=\"http://livescience.us.intellitxt.com/intellitxt/front.asp?ipid=25731\"></script>\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName('script')[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/7153.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n<!--BEGIN QUALTRICS SITE INTERCEPT-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g+ \"&t=\" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var a=this;window.addEventListener?window.addEventListener(\"load\",function(){a.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){a.go()})}};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_5zDGTpZhrZjnJhX\",\"//zn_5zdgtpzhrzjnjhx-techmedianetwork.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_5zDGTpZhrZjnJhX&Q_LOC=\"+encodeURIComponent(window.location.href))).start()}catch(i){}})();\r\n</script><div id='ZN_5zDGTpZhrZjnJhX'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END SITE INTERCEPT-->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"livescience.com\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script async='true' src='http://tracking.servebom.com/tracking/1/livescience/view/' ></script>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\">\r\n  _bizo_data_partner_id = \"1319\";\r\n</script>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n  var s = document.getElementsByTagName(\"script\")[0];\r\n  var b = document.createElement(\"script\");\r\n  b.type = \"text/javascript\";\r\n  b.async = true;\r\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\r\n  s.parentNode.insertBefore(b, s);\r\n})();\r\n</script>\r\n<noscript>\r\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1319&fmt=gif\" />\r\n</noscript>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\" src=\"http://loadus.exelator.com/load/?p=274&g=011&c=153234&ctg=strange-news&subctg=\" ></script>\r\n</body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/mashable.com1.html",
    "content": "<!DOCTYPE html>\n<!--\no o     o     +              o\n+   +     +             o     +       +\n            +\no  +    +        o  +           +        +\n     __  __           _           _     _\n~_,-|  \\/  | __ _ ___| |__   __ _| |__ | | ___\n    | |\\/| |/ _` / __| '_ \\ / _` | '_ \\| |/ _ \\,-~_,- - - ,\n~_,-| |  | | (_| \\__ \\ | | | (_| | |_) | |  __/    |   /\\_/\\\n    |_|  |_|\\__,_|___/_| |_|\\__,_|_.__/|_|\\___|  ~=|__( ^ .^)\n~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,\"\"   \"\"\no o     o     +              o\n+   +     +             o     +       +\n            +\no  +    +        o  +           +        +\n-->\n<html data-env='production' lang='en' xml:lang='en'>\n<head>\n<script>\n  window.__o = {\"channel\":\"social-media\",\"content_type\":\"article\",\"v_buy\":null,\"v_buy_i\":null,\"h_pub\":43872.5,\"h_buy\":null,\"h_pub_buy\":null,\"v_cur\":0.0,\"v_max\":0.0,\"v_cur_i\":0,\"v_max_i\":0,\"events\":\"event51,event61\",\"top_channel\":\"social-media\",\"content_source_type\":\"Internal\",\"content_source_name\":\"Internal\",\"author_name\":\"Pete Cashmore\",\"age\":\"1828\",\"pub_day\":1,\"pub_month\":1,\"pub_year\":2010,\"pub_date\":\"01/01/2010\",\"sourced_from\":\"Internal\",\"isPostView\":true,\"post_lead_type\":\"Default\",\"topics\":\"Google,i'm feeling lucky,Mashable\",\"campaign\":null,\"display_mode\":null,\"viral_video_type\":null};\n  window._gaq = window._gaq || [];\n  window._gaq.push(['_setAccount', 'UA-92124-1']);\n  window._geo = \"US\"\n</script>\n<title>I'm Feeling Lucky: Google's New Year Surprise</title>\n<link href=\"http://rack.3.mshcdn.com/assets/app-2f8741e5f4acf61fa3e16a90c5c98f56.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://rack.3.mshcdn.com/assets/posts-be3f8eb32e4dd172cec0b31d0caddb51.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<!--[if lte IE 8]>\n<link href=\"http://rack.3.mshcdn.com/assets/iehax-957092b11e263c6b850533d06d5aaa2c.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<![endif]-->\n<meta content='no' name='apple-mobile-web-app-capable'>\n<meta content='width=device-width, initial-scale=1.0' name='viewport'>\n<link href='https://plus.google.com/113493854651753327245' rel='publisher'>\n<link href='http://feeds.mashable.com/Mashable' rel='alternate' title='Mashable' type='application/rss+xml'>\n<link href='http://rack.0.mshcdn.com/assets/favicon-f4f209c501a0902a12e1a674354bb356.png' rel='icon' type='image/png'>\n<meta content='mid:12105681' name='linkedin:owner'>\n<meta content='122071082108' property='fb:app_id'>\n<meta content='18807449704' property='fb:page_id'>\n<meta content='nYmtX7H2sSCkK8gHpQGxr7Es2526DgUaqb6PGYSX' name='readability-verification'>\n<meta content='app-id=910775754' name='apple-itunes-app'>\n<link href='http://rack.3.mshcdn.com/assets/mashable.touchicon-4b641ab8741e4f02da5817297fdaa9b8.png' rel='apple-touch-icon-precomposed'>\n\n<link data-page-subject=\"true\" href=\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\" rel=\"canonical\" /><link data-page-subject=\"true\" href=\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMjAweDYyNyMKZQlqcGc/ef936b4e/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" rel=\"image_src\" /><meta content=\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\" data-page-subject=\"true\" property=\"og:url\" /><meta content=\"I&#x27;m Feeling Lucky: Google&#x27;s New Year Surprise\" data-page-subject=\"true\" property=\"og:title\" /><meta content=\"article\" data-page-subject=\"true\" property=\"og:type\" /><meta content=\"Mashable\" data-page-subject=\"true\" property=\"og:site_name\" /><meta content=\"Google doesn&#x27;t just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click &quot;I&#x27;m Feeling Lucky&quot; (without ent...\" data-page-subject=\"true\" property=\"og:description\" /><meta content=\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMjAweDYyNyMKZQlqcGc/ef936b4e/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" property=\"og:image\" /><meta content=\"2010-01-01T09:32:17Z\" data-page-subject=\"true\" property=\"og:article:published_time\" /><meta content=\"2011-09-13T07:04:09Z\" data-page-subject=\"true\" property=\"og:article:modified_time\" /><meta content=\"https://www.facebook.com/mashable\" data-page-subject=\"true\" property=\"og:article:publisher\" /><meta content=\"Google doesn&#x27;t just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click &quot;I&#x27;m Feeling Lucky&quot; (without ent...\" data-page-subject=\"true\" name=\"description\" /><meta content=\"mashable, google, i-m-feeling-lucky\" data-page-subject=\"true\" name=\"keywords\" /><meta content=\"I&#x27;m Feeling Lucky: Google&#x27;s New Year Surprise\" data-page-subject=\"true\" name=\"twitter:title\" /><meta content=\"Google doesn&#x27;t just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click &quot;I&#x27;m Feeling Lucky&quot; (without entering a search term) to...\" data-page-subject=\"true\" name=\"twitter:description\" /><meta content=\"http://rack.0.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk1NjB4NzUwCmUJanBn/d09f02d4/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" name=\"twitter:image\" /><meta content=\"@mashable\" data-page-subject=\"true\" name=\"twitter:site\" /><meta content=\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\" data-page-subject=\"true\" name=\"twitter:url\" /><meta content=\"@mashable\" data-page-subject=\"true\" name=\"twitter:creator\" /><meta content=\"photo\" data-page-subject=\"true\" name=\"twitter:card\" /><meta content=\"560\" data-page-subject=\"true\" name=\"twitter:image:width\" /><meta content=\"750\" data-page-subject=\"true\" name=\"twitter:image:height\" /><meta content=\"2010-01-01 09:32:17 UTC\" data-page-subject=\"true\" name=\"date\" /><meta content=\"Pete Cashmore\" data-page-subject=\"true\" name=\"sailthru.author\" /><meta content=\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMTV4MTE1IwplCWpwZw/f6f8e175/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" name=\"sailthru.image.thumb\" /><meta content=\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk5NTB4NTM0IwplCWpwZw/db59f83a/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" name=\"sailthru.image.full\" /><meta content=\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk2MDB4MzM4IwplCWpwZw/ffec4606/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" name=\"sailthru.lead_image\" /><meta content=\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkyODh4MTYyIwplCWpwZw/aa0dbf09/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-page-subject=\"true\" name=\"sailthru.secondary_image\" /><meta content=\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\" data-page-subject=\"true\" name=\"short_url\" /><meta name=parsely-page content='{\"title\":\"I\\u0027m Feeling Lucky: Google\\u0027s New Year Surprise\",\"link\":\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\",\"image_url\":\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMjAweDYyNyMKZQlqcGc/ef936b4e/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\",\"type\":\"post\",\"post_id\":175479,\"pub_date\":\"2010-01-01T09:32:17Z\",\"section\":\"social-media\",\"author\":\"Pete Cashmore\",\"tags\":[\"Internal\",\"Internal - Internal\",\"Topics - Google\",\"Topics - i\\u0027m feeling lucky\",\"Topics - Mashable\"]}' data-page-subject=true >\n\n<script src='//cdn.optimizely.com/js/58011369.js'></script>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js'></script>\n<script src=\"http://rack.1.mshcdn.com/assets/app-54aa8d8a5e2d29f844ac1db270bc19c1.js\" type=\"text/javascript\"></script>\n<!--[if lte IE 8]>\n<script src=\"http://rack.2.mshcdn.com/assets/polyfill-6620db93ad92c8f787391361dfe3f23c.js\" type=\"text/javascript\"></script>\n<![endif]-->\n</head>\n<body class='body_posts body_show' data-authorid='1' data-jsid='posts/show' data-postid='175479' data-sec0='socmed' data-sec1='' data-sec2='posts' viewport='fixed'>\n<h1 class='semantic'>Mashable</h1>\n<header id='flyout-container'></header>\n<div id='peek'>\n<div id='sticky'>\n<div class='cookie-notice'>\n<div class='wrap'>\nWe're using cookies to improve your experience.\n<a href=\"/cookie-policy/\" class=\"cta\">Click Here to find out more.</a>\n<div class='dismiss'></div>\n</div>\n</div>\n\n\n<header id='site-header'><div class='navbar'>\n<div class='navbar-inner'><ul class='inline main-menu nav us'>\n<li class='menu'><a class='icon-reorder' href='#'></a></li>\n<li class='logo us'><a class='brand' data-turbo-target='body-container' href='/'><span>Mashable</span><img alt=\"Header_logo.v2.us\" class=\"light\" src=\"http://rack.3.mshcdn.com/assets/header_logo.v2.us-30574d105ad07318345ec8f1a85a3efa.png\" /><img alt=\"Header_logo.v2.us.dark\" class=\"dark\" src=\"http://rack.3.mshcdn.com/assets/header_logo.v2.us.dark-5d78b91550b870c7ed82c3497f34947e.png\" /></a>\n<div class='geos-content'>\n<a class='geo' href='?geo=AU' onclick='$.cookie(\"geo\",\"AU\")'>Mashable Australia</a>\n<a class='geo' href='?geo=GB' onclick='$.cookie(\"geo\",\"GB\")'>Mashable UK</a>\n</div></li>\n<li class='submenu collapsable pull-right' id='sign-in'><a href='/login/'><span>Sign in</span></a></li>\n<li class='follow submenu pull-right'><a class='follow-trigger' href='/2011/11/18/follow-mashable/'><span class='fb'></span>\n<span class='tw'></span>\n<span class='gp'></span></a>\n<div class='submenu-content'>\n<div class='page-container'>\n<div class='pull-right follow'>\n<a class='social-stub social-share facebook like' data-default='1' data-href='http://facebook.com/mashable' data-shares='2.4m'>Like</a>\n<a class='twitter-follow-button' data-dnt='true' data-show-count='true' data-show-screen-name='false' href='https://twitter.com/mashable'>\nFollow @mashable\n</a>\n<div class='g-follow' data-annotation='bubble' data-height='20' data-href='//plus.google.com/+Mashable' data-rel='author'></div>\n<div class='g-override-container'>\n<div class='g-ytsubscribe' data-channel='mashable'></div>\n</div>\n<a alt='RSS Feed' class='rss' href='http://feeds.mashable.com/Mashable' title='RSS Feed'></a>\n<a alt='Email Subscriptions' class='email' href='/subscriptions' title='Email Subscriptions'></a>\n<div class='more'>\n<a href=\"/2011/11/18/follow-mashable/\">see more&nbsp;&nbsp;&gt;</a></div>\n</div>\n</div>\n</div></li>\n<li class='nav-search submenu pull-right'><a class='search-trigger' href='/search/'>Search</a>\n<div class='dropdown-content'>\n<div class='page-container'>\n<div class='header-search-form'>\n<form accept-charset=\"UTF-8\" action=\"/search/\" method=\"get\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /></div>\n<div class='ie-search-wrapper'><input autocomplete=\"off\" class=\"header-search\" id=\"q\" name=\"q\" type=\"text\" value=\"\" /></div>\n<input class=\"btn btn-primary header-search-submit\" name=\"commit\" type=\"submit\" value=\"Search\" /></form><div class='header-search-results'></div>\n</div>\n</div>\n</div></li>\n<li class='collapsable' data-tags=''><a href=\"/category/must-reads\">Must Reads</a></li>\n<li class='collapsable channel submenu' data-tags='how-to,facebook,twitter,youtube,google-plus'><a href=\"/social-media/\">Social Media</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='apps-software,dev-design,gadgets,mobile'><a href=\"/tech/\">Tech</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='advertising,marketing,media,small-business,startups,jobs'><a href=\"/business/\">Business</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='film,gaming,music,sports,television,travel'><a href=\"/entertainment/\">Entertainment</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='us,climate,retronaut,space,australia,uk,social-good'><a href=\"/world/\">World</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='pics,memes,comics,conversations,videos-watercooler'><a href=\"/watercooler/\">Watercooler</a><div class='submenu-content'></div></li>\n<li class='submenu more'><a href='#'><!-- %span=t \"header.nav.more\" -->\n<span>More</span></a>\n<div class='submenu-content'>\n<div class='page-container'>\n<ul class='columns'><li><ul class='column-list'><li class='header'>Channels</li>\n<li><a href=\"/category/must-reads\">Must Reads</a></li>\n<li><a href=\"/social-media/\">Social Media</a></li>\n<li><a href=\"/tech/\">Tech</a></li>\n<li><a href=\"/business/\">Business</a></li>\n<li><a href=\"/entertainment/\">Entertainment</a></li>\n<li><a href=\"/world/\">World</a></li>\n<li><a href=\"/watercooler/\">Watercooler</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Company</li><li><a href=\"/about/\">About Us</a></li><li><a href=\"http://www.wrightsmedia.com/sites/mashable/\">Licensing &amp; Reprints</a></li><li><a href=\"http://mashable.com/2014/\">Archive</a></li><li><a href=\"http://mashable.theresumator.com/\">Mashable Careers</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Contact</li><li><a href=\"/contact-us/\">Contact Us</a></li><li><a href=\"/submit/\">Submit News</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Advertise</li><li><a href=\"/advertise/\">Advertise</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Legal</li><li><a href=\"/privacy/\">Privacy Policy</a></li><li><a href=\"/terms/\">Terms of Use</a></li><li><a href=\"/cookie-policy/\">Cookie Policy</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Apps</li><li><a href=\"https://itunes.apple.com/us/app/mashable/id910775754?mt=8\">iPhone / iPad</a></li><li><a href=\"https://play.google.com/store/apps/details?id=com.mashable.android.phoenix\">Android</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Resources</li><li><a href=\"/2011/11/18/follow-mashable/\">Subscriptions</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Sites</li><li><a href=\"http://findjobs.mashable.com\">Jobs</a></li><li><a href=\"http://events.mashable.com/\">Events</a></li><li><a href=\"http://mashable.com/sgs/\">Social Good Summit</a></li><li><a href=\"http://mashable.com/media-summit/\">Media Summit</a></li></ul></li></ul>\n</div>\n</div></li>\n</ul></div>\n</div></header>\n</div>\n<div id='scrollable'><div class='loader'></div>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:3,&quot;adnum&quot;:3,&quot;sec0&quot;:&quot;socmed&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;postid&quot;:175479,&quot;authorid&quot;:1,&quot;type&quot;:&quot;survey&quot;}\"></span></div><header class='box970'>\n<div class='page-container'><center class='visible-desktop'><div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:4,&quot;adnum&quot;:4,&quot;sec0&quot;:&quot;socmed&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;postid&quot;:175479,&quot;authorid&quot;:1,&quot;type&quot;:&quot;banner&quot;}\"></span></div></center></div>\n</header>\n<div class='posts show' id='body-container'><div id='main'>\n<div class='page-container'>\n\n<div id='body'><hgroup class='page-header channel' data-channel='social-media' data-section='sec0=socmed&amp;sec1=index&amp;sec2=' id='post-head'>\n<h2>Social Media</h2>\n<div class='follow-channel'>\n<div class='follow-buttons'>\n<a class='social-stub social-share facebook like' data-default='1' data-href='http://facebook.com/mashable' data-shares='1.7m'>Like</a>\n<a class='social-stub social-share twitter follow' data-shares='3.7m' href='https://twitter.com/intent/follow?region=follow_link&amp;screen_name=mashable&amp;tw_p=followbutton&amp;variant=2.0' target='_blank'>Follow</a>\n<div class='g-follow' data-annotation='bubble' data-height='20' data-href='//plus.google.com/+Mashable' data-rel='author'></div>\n</div>\n</div>\n</hgroup>\n<div class='flex-box'>\n<div class='box-cell'>\n<div class='above_960 adsense outside_post'>\n<script>\n  if(typeof(google_num_ads) != \"undefined\") google_skip = google_num_ads;\n  google_ad_client = \"pub-9942038924324175\";\n  if($('.adsense').last().filter('.above_960').length > 0 && $(document).width() < 960){\n    var hideAd = true;\n  }else{\n    var hideAd = false;\n  }\n</script>\n<script>\n  if(!hideAd) google_ad_slot = \"3991492827\";\n</script>\n<script>\n  if(!hideAd) google_ad_width = 728;\n</script>\n<script>\n  if(!hideAd) google_ad_height = 15;\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n</div>\n\n<div id='post-content'>\n<div id='post-slider'><article class='full post' data-channel='socmed' data-id='4d38f4935198407a11006eeb' data-subchannels='' data-topic='' data-velocity='' data-wp-id='175479' id='story'>\n<header class='article-header'>\n<h1 class='title' href='http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/'>I'm Feeling Lucky: Google's New Year Surprise</h1>\n<aside class='shares social'>\n<div class='total-shares' data-index='0'>\n<em>150</em>\n<div class='caption'>Shares</div>\n</div>\n<div class='share-buttons'>\n<div class='share-button-boxy'><a class=\"social-stub social-share facebook\" data-layout=\"box_count\" data-shares=\"147\" data-uid=\"JEj\" href=\"#\">Share</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share twitter\" data-shares=\"1\" data-uid=\"JEj\" href=\"https://twitter.com/intent/tweet?original_referer=http://mashable.com/&amp;source=tweetbutton&amp;text=I%27m+Feeling+Lucky%3A+Google%27s+New+Year+Surprise&amp;url=http%3A%2F%2Fmashable.com%2F2010%2F01%2F01%2Fim-feeling-lucky-google-new-year%2F&amp;via=mashable\">Tweet</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share google_plus\" data-shares=\"1\" data-size=\"tall\" data-uid=\"JEj\" href=\"#\">Share</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share linked_in\" data-shares=\"0\" data-uid=\"JEj\" href=\"#\"></a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share stumble_upon\" data-shares=\"1\" data-uid=\"JEj\" href=\"#\"></a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share pinterest\" data-shares=\"0\" data-uid=\"JEj\" href=\"#\"></a></div>\n</div>\n<div class='velocity-graph tooltip-trigger' title='The Mashable Velocity graph shows how quickly people are sharing this article on the social Web.'>\n<canvas class='velocity'></canvas>\n<div class='caption'>What's This?</div>\n</div>\n</aside>\n\n<div class='above_960 adsense'>\n<script>\n  if(typeof(google_num_ads) != \"undefined\") google_skip = google_num_ads;\n  google_ad_client = \"pub-9942038924324175\";\n  if($('.adsense').last().filter('.above_960').length > 0 && $(document).width() < 960){\n    var hideAd = true;\n  }else{\n    var hideAd = false;\n  }\n</script>\n<script>\n  if(!hideAd) google_ad_channel = \"9077376301\";\n</script>\n<script>\n  if(!hideAd) google_ad_output = \"js\";\n</script>\n<script>\n  if(!hideAd) google_max_num_ads = \"3\";\n</script>\n<script>\n  if(!hideAd) google_ad_type = \"text\";\n</script>\n<script>\n  if(!hideAd) google_feedback = \"on\";\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n</div>\n\n<figure class='article-image'><img alt=\"I-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827\" class=\"microcontent\" data-fragment=\"lead-image\" data-image=\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk5NTB4NTM0IwplCWpwZw/db59f83a/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" data-micro=\"1\" data-url=\"null\" src=\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk5NTB4NTM0IwplCWpwZw/db59f83a/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\" /></figure>\n\n<div class=\"article-info\"><a class=\"byline\" href=\"/people/petecashmore/\"><img alt=\"Pete-cashmore-56747d0f8c\" class=\"author_image\" src=\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzM5L3BldGVjYXNobW9yLmFQTS5qcGcKcAl0aHVtYgk5MHg5MCMKZQlqcGc/d3853e0c/40e/pete-cashmore-56747d0f8c.jpg\" /><div class=\"author_and_date\"><span class=\"author_name\">By Pete Cashmore</span><time datetime=\"Fri, 01 Jan 2010 09:32:17 +0000\">2010-01-01 09:32:17 UTC</time></div></a></div>\n\n</header>\n<section class='article-content'>\n\n<p>Google doesn't just have a <a href=\"http://mashable.com/2010/01/01/happy-new-year-2010-google-logo/\" data-crackerjax=\"#post-slider\">new logo today</a>: the creative web company has also hidden a surprise on its homepage.  </p>\n<p>Go to <a href=\"http://google.com\" target=\"_blank\">Google.com</a> today and click \"I'm Feeling Lucky\" (without entering a search term) to get an unexpected treat.</p>\n<p>Google is increasingly drawing attention to its homepage through more and more custom logos: some argue that these are a counter to Bing.com's daily photo, which makes the rival search engine a daily visit for many.  Is today's hidden gem just for fun, or a subtle reminder to visit Google.com once in awhile?</p>\n\n\n\n</section>\n<footer class='article-topics'>\nTopics:\n<a href=\"/category/google/\">Google</a>, <a href=\"/category/i-m-feeling-lucky/\">i'm feeling lucky</a>\n</footer>\n<div id='outbrain-container'>\n<div class='OUTBRAIN' data-ob-template='mashable' data-src='http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/' data-widget-id='AR_3'></div>\n</div>\n<div data-display-daily-newsletter='show' id='newsletter-signup'></div>\n\n<script>\n  if(window.pageChanged)\n    window.omni({\"channel\":\"social-media\",\"content_type\":\"article\",\"v_buy\":null,\"v_buy_i\":null,\"h_pub\":43872.5,\"h_buy\":null,\"h_pub_buy\":null,\"v_cur\":0.0,\"v_max\":0.0,\"v_cur_i\":0,\"v_max_i\":0,\"events\":\"event51,event61\",\"top_channel\":\"social-media\",\"content_source_type\":\"Internal\",\"content_source_name\":\"Internal\",\"author_name\":\"Pete Cashmore\",\"age\":\"1828\",\"pub_day\":1,\"pub_month\":1,\"pub_year\":2010,\"pub_date\":\"01/01/2010\",\"sourced_from\":\"Internal\",\"isPostView\":true,\"post_lead_type\":\"Default\",\"topics\":\"Google,i'm feeling lucky,Mashable\",\"campaign\":null,\"display_mode\":null,\"viral_video_type\":null});\n    metaData = {\"link\":[[\"canonical\",\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\"],[\"image_src\",\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMjAweDYyNyMKZQlqcGc/ef936b4e/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"]],\"meta_property\":[[\"og:url\",\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\"],[\"og:title\",\"I'm Feeling Lucky: Google's New Year Surprise\"],[\"og:type\",\"article\"],[\"og:site_name\",\"Mashable\"],[\"og:description\",\"Google doesn't just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click \\\"I'm Feeling Lucky\\\" (without ent...\"],[\"og:image\",\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMjAweDYyNyMKZQlqcGc/ef936b4e/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"],[\"og:article:published_time\",\"2010-01-01T09:32:17Z\"],[\"og:article:modified_time\",\"2011-09-13T07:04:09Z\"],[\"og:article:publisher\",\"https://www.facebook.com/mashable\"]],\"meta_name\":[[\"description\",\"Google doesn't just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click \\\"I'm Feeling Lucky\\\" (without ent...\"],[\"keywords\",\"mashable, google, i-m-feeling-lucky\"],[\"twitter:title\",\"I'm Feeling Lucky: Google's New Year Surprise\"],[\"twitter:description\",\"Google doesn't just have a new logo today: the creative web company has also hidden a surprise on its homepage. Go to Google.com today and click \\\"I'm Feeling Lucky\\\" (without entering a search term) to...\"],[\"twitter:image\",\"http://rack.0.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk1NjB4NzUwCmUJanBn/d09f02d4/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"],[\"twitter:site\",\"@mashable\"],[\"twitter:url\",\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\"],[\"twitter:creator\",\"@mashable\"],[\"twitter:card\",\"photo\"],[\"twitter:image:width\",\"560\"],[\"twitter:image:height\",\"750\"],[\"date\",\"2010-01-01 09:32:17 UTC\"],[\"sailthru.author\",\"Pete Cashmore\"],[\"sailthru.image.thumb\",\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkxMTV4MTE1IwplCWpwZw/f6f8e175/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"],[\"sailthru.image.full\",\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk5NTB4NTM0IwplCWpwZw/db59f83a/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"],[\"sailthru.lead_image\",\"http://rack.2.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgk2MDB4MzM4IwplCWpwZw/ffec4606/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"],[\"sailthru.secondary_image\",\"http://rack.3.mshcdn.com/media/ZgkyMDEyLzEyLzA0LzRhL2ltZmVlbGluZ2x1LmJleC5wbmcKcAl0aHVtYgkyODh4MTYyIwplCWpwZw/aa0dbf09/96f/i-m-feeling-lucky-google-s-new-year-surprise-1f0f45d827.jpg\"]],\"short_url\":[[\"short_url\",\"http://mashable.com/2010/01/01/im-feeling-lucky-google-new-year/\"]]};\n</script>\n<div class='right_rail_replace'>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:1,&quot;adnum&quot;:1,&quot;sec0&quot;:&quot;socmed&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;postid&quot;:175479,&quot;authorid&quot;:1,&quot;type&quot;:&quot;no_right_rail&quot;}\"></span></div>\n</div>\n</article>\n</div>\n<div class='article-comments limit-comments'>\n<div data-article-id=\"4d38f4935198407a11006eeb\" data-checksum=\"1982382103a297351d164db1f3a3fb0c\" data-collection-meta=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkknbSBGZWVsaW5nIEx1Y2t5OiBHb29nbGUncyBOZXcgWWVhciBTdXJwcmlzZSIsInVybCI6Imh0dHA6Ly9tYXNoYWJsZS5jb20vMjAxMC8wMS8wMS9pbS1mZWVsaW5nLWx1Y2t5LWdvb2dsZS1uZXcteWVhci8iLCJ0YWdzIjoibWFzaGFibGUsZ29vZ2xlLGktbS1mZWVsaW5nLWx1Y2t5IiwiY2hlY2tzdW0iOiIxOTgyMzgyMTAzYTI5NzM1MWQxNjRkYjFmM2EzZmIwYyIsImFydGljbGVJZCI6IjRkMzhmNDkzNTE5ODQwN2ExMTAwNmVlYiJ9.FfiRSEEi48_uDleqBWaR5eb8qvZWJXUieMSXYx_3OzU\" data-network=\"mashable.fyre.co\" data-root=\"zor.livefyre.com\" data-site-id=\"312274\" id=\"livefyre_comments\"></div>\n<a class='btn btn-light load-comments' href='#'>Load Comments</a>\n<div id='powered_by_livefyre_new'>\n<a href='http://livefyre.com' target='_blank'>Powered by Livefyre</a>\n</div>\n</div>\n</div>\n</div>\n<aside class='box-cell sidebar'>\n<div class='ad sidebar-inset sidebar-drop'>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:2,&quot;adnum&quot;:1,&quot;sec0&quot;:&quot;socmed&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;postid&quot;:175479,&quot;authorid&quot;:1,&quot;type&quot;:&quot;right_rail&quot;}\"></span></div>\n\n</div>\n<h1 class='ribbon hot'>What's Hot</h1>\n<div class='sidebar-inset' id='big-stories'></div>\n</aside>\n</div>\n<div id='more-in-channel'>\n<div class='page-header channel' data-channel='social-media' data-section='sec0=socmed&amp;sec1=index&amp;sec2='>\n<h2>More in Social Media</h2>\n</div>\n<div class='fixable-wrapper' id='column-headers'>\n<div class='column-headers'>\n<div class='headers'>\n<div class='header column1 waypoint' data-fixselector='header.fixable'><a data-short='New' href='#'>\n<em>What's New</em>\n</a></div>\n<div class='header column2 waypoint' data-fixselector='header.fixable'><a data-short='Rising' href='#'>\n<em>What's Rising</em>\n</a></div>\n<div class='header column3 waypoint' data-fixselector='header.fixable'><a data-short='Hot' href='#'>\n<em>What's Hot</em>\n</a></div>\n</div>\n</div>\n</div>\n<div class='slide-window'>\n<div class='flex-box columns'><section class='column box-cell new-stories' id='column-new'><h1 class='semantic'>What's New</h1>\n<div class='column-content'></div></section><section class='column box-cell hot-stories' id='column-rising'><h1 class='semantic'>What's Rising</h1>\n<div class='column-content'></div></section><section class='column box-cell big-stories' id='column-hot'><h1 class='semantic'>What's Hot</h1>\n<div class='column-content'></div></section></div>\n</div>\n</div>\n\n<script>\n  loadScriptAsync(\"//platform.twitter.com/oct.js\", \"twitteroct\")\n  var timer;\n  timer = every(500, function() {\n    if ((typeof twttr !== \"undefined\" && twttr !== null) && (twttr.conversion != null)) {\n      clearInterval(timer);\n      return twttr.conversion.trackPid('l4o6d');\n    }\n  });\n</script>\n<noscript>\n<img alt='' height='1' src='https://analytics.twitter.com/i/adsct?txn_id=l4o6d&amp;p_id=Twitter' style='display:none;' width='1'>\n<img alt='' height='1' src='//t.co/i/adsct?txn_id=l4o6d&amp;p_id=Twitter' style='display:none;' width='1'>\n</noscript>\n\n<div id='parsely-root' style='display: none'>\n<span data-parsely-site='mashable.com' id='parsely-cfg'></span>\n</div>\n<script>\n  loadScriptAsync(\"//static.parsely.com/p.js\", \"parsely\")\n</script>\n</div>\n</div>\n</div><div id='fb-root'></div><script>\n  if(window.initPage) { window.initPage() }\n  else { $(function() { window.initPage(); })}\n</script>\n</div><footer id='site-footer-wrapper'>\n<div class='page-container' id='site-footer'><ul class='nav'><li><a href=\"/about/\">About Us</a></li><li><a href=\"http://findjobs.mashable.com\">Jobs</a></li><li><a href=\"/advertise/\">Advertise</a></li><li><a href=\"/2011/05/09/connect-with-mashable/\">Subscribe</a></li><li><a href=\"/privacy/\">Privacy</a></li><li><a href=\"/terms/\">Terms</a></li></ul><ul class='social'><li><a class='facebook' href='http://www.facebook.com/mashable/' target='_social'></a></li>\n<li><a class='twitter' href='https://twitter.com/mashable' target='_social'></a></li>\n<li><a class='gplus' href='https://plus.google.com/+Mashable' target='_social'></a></li>\n<li><a class='rss' href='http://feeds.mashable.com/Mashable' target='_social'></a></li>\n<li><a class='pinterest' href='http://pinterest.com/mashable/' target='_social'></a></li>\n<li><a class='youtube' href='http://www.youtube.com/user/mashable' target='_social'></a></li>\n<li><a class='stumbleupon' href='http://www.stumbleupon.com/channel/Mashable' target='_social'></a></li>\n<li><a class='linkedin' href='http://www.linkedin.com/today/mashable.com' target='_social'></a></li></ul>\n<div class='about'>\n<a class='brand' href='/'>\nMashable\n</a>\n<span class='blurb'>is a leading source for news, information and resources for the Connected Generation. Mashable reports on the importance of digital innovation and how it empowers and inspires people around the world. Mashable's record 40 million unique visitors worldwide and 20 million social media followers are one of the most influential and engaged online communities. Founded in 2005, Mashable is headquartered in New York City with an office in San Francisco.</span>\n</div>\n<ul class='copyright-and-legal'>\n<li>\n&copy;2005-2015\nMashable, Inc.\n</li>\n<li>\nReproduction without explicit permission is prohibited. All Rights Reserved.\n</li>\n<li>\nDesigned in collaboration with <a rel=\"nofollow\" href=\"http://www.codeandtheory.com\">Code &amp; Theory</a>\n</li>\n</ul>\n</div>\n</footer>\n\n<noscript>\n<img src='http://b.scorecardresearch.com/p?c1=2&amp;c2=8750086&amp;cv=2.0&amp;cj=1'>\n</noscript></div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/mashable.com2.html",
    "content": "<!DOCTYPE html>\n<!--\no o     o     +              o\n+   +     +             o     +       +\n            +\no  +    +        o  +           +        +\n     __  __           _           _     _\n~_,-|  \\/  | __ _ ___| |__   __ _| |__ | | ___\n    | |\\/| |/ _` / __| '_ \\ / _` | '_ \\| |/ _ \\,-~_,- - - ,\n~_,-| |  | | (_| \\__ \\ | | | (_| | |_) | |  __/    |   /\\_/\\\n    |_|  |_|\\__,_|___/_| |_|\\__,_|_.__/|_|\\___|  ~=|__( ^ .^)\n~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,-~_,\"\"   \"\"\no o     o     +              o\n+   +     +             o     +       +\n            +\no  +    +        o  +           +        +\n-->\n<html data-env='production' lang='en' xml:lang='en'>\n<head>\n<script>\n  window.__o = {\"channel\":\"world\",\"content_type\":\"article\",\"v_buy\":null,\"v_buy_i\":null,\"h_pub\":203.0,\"h_buy\":null,\"h_pub_buy\":null,\"v_cur\":0.1,\"v_max\":0.4,\"v_cur_i\":0,\"v_max_i\":0,\"events\":\"event51,event61\",\"top_channel\":\"world\",\"content_source_type\":\"Internal\",\"content_source_name\":\"Internal\",\"author_name\":\"Jessica Plautz\",\"age\":\"8\",\"pub_day\":22,\"pub_month\":12,\"pub_year\":2014,\"pub_date\":\"12/22/2014\",\"sourced_from\":\"Internal\",\"isPostView\":true,\"post_lead_type\":\"Default\",\"topics\":\"holiday travel,Lifestyle,stansted airport,Travel & Leisure,Uncategorized,World\",\"campaign\":null,\"display_mode\":null,\"viral_video_type\":null};\n  window._gaq = window._gaq || [];\n  window._gaq.push(['_setAccount', 'UA-92124-1']);\n  window._geo = \"US\"\n</script>\n<title>Power outage at London's Stansted airport holds up holiday travel</title>\n<link href=\"http://rack.3.mshcdn.com/assets/app-2f8741e5f4acf61fa3e16a90c5c98f56.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://rack.0.mshcdn.com/assets/posts-d0fc4e7051a672b2215a918a6b400779.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<!--[if lte IE 8]>\n<link href=\"http://rack.3.mshcdn.com/assets/iehax-957092b11e263c6b850533d06d5aaa2c.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<![endif]-->\n<meta content='no' name='apple-mobile-web-app-capable'>\n<meta content='width=device-width, initial-scale=1.0' name='viewport'>\n<link href='https://plus.google.com/113493854651753327245' rel='publisher'>\n<link href='http://feeds.mashable.com/Mashable' rel='alternate' title='Mashable' type='application/rss+xml'>\n<link href='http://rack.0.mshcdn.com/assets/favicon-f4f209c501a0902a12e1a674354bb356.png' rel='icon' type='image/png'>\n<meta content='mid:12105681' name='linkedin:owner'>\n<meta content='122071082108' property='fb:app_id'>\n<meta content='18807449704' property='fb:page_id'>\n<meta content='nYmtX7H2sSCkK8gHpQGxr7Es2526DgUaqb6PGYSX' name='readability-verification'>\n<meta content='app-id=910775754' name='apple-itunes-app'>\n<link href='http://rack.3.mshcdn.com/assets/mashable.touchicon-4b641ab8741e4f02da5817297fdaa9b8.png' rel='apple-touch-icon-precomposed'>\n\n<link data-page-subject=\"true\" href=\"http://mashable.com/2014/12/22/stansted-power-outage/\" rel=\"canonical\" /><link data-page-subject=\"true\" href=\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTEyMDB4NjI3IwplCWpwZw/88dc6321/98b/stansted.jpg\" rel=\"image_src\" /><meta content=\"http://mashable.com/2014/12/22/stansted-power-outage/\" data-page-subject=\"true\" property=\"og:url\" /><meta content=\"Power outage at London&#x27;s Stansted airport holds up holiday travel\" data-page-subject=\"true\" property=\"og:title\" /><meta content=\"article\" data-page-subject=\"true\" property=\"og:type\" /><meta content=\"Mashable\" data-page-subject=\"true\" property=\"og:site_name\" /><meta content=\"Travelers posted photos of massive queues.\" data-page-subject=\"true\" property=\"og:description\" /><meta content=\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTEyMDB4NjI3IwplCWpwZw/88dc6321/98b/stansted.jpg\" data-page-subject=\"true\" property=\"og:image\" /><meta content=\"2014-12-22T17:43:29Z\" data-page-subject=\"true\" property=\"og:article:published_time\" /><meta content=\"2014-12-22T17:43:43Z\" data-page-subject=\"true\" property=\"og:article:modified_time\" /><meta content=\"https://www.facebook.com/mashable\" data-page-subject=\"true\" property=\"og:article:publisher\" /><meta content=\"Travelers posted photos of massive queues.\" data-page-subject=\"true\" name=\"description\" /><meta content=\"holiday-travel, uncategorized, world, lifestyle, travel-leisure, stansted-airport\" data-page-subject=\"true\" name=\"keywords\" /><meta content=\"Power outage at London&#x27;s Stansted airport holds up holiday travel\" data-page-subject=\"true\" name=\"twitter:title\" /><meta content=\"Travelers posted photos of massive queues.\" data-page-subject=\"true\" name=\"twitter:description\" /><meta content=\"http://rack.2.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTU2MHg3NTAKZQlqcGc/bfa6228c/98b/stansted.jpg\" data-page-subject=\"true\" name=\"twitter:image\" /><meta content=\"@mashable\" data-page-subject=\"true\" name=\"twitter:site\" /><meta content=\"http://mashable.com/2014/12/22/stansted-power-outage/\" data-page-subject=\"true\" name=\"twitter:url\" /><meta content=\"@mashable\" data-page-subject=\"true\" name=\"twitter:creator\" /><meta content=\"photo\" data-page-subject=\"true\" name=\"twitter:card\" /><meta content=\"560\" data-page-subject=\"true\" name=\"twitter:image:width\" /><meta content=\"750\" data-page-subject=\"true\" name=\"twitter:image:height\" /><meta content=\"2014-12-22 17:43:29 UTC\" data-page-subject=\"true\" name=\"date\" /><meta content=\"Jessica Plautz\" data-page-subject=\"true\" name=\"sailthru.author\" /><meta content=\"http://rack.3.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTExNXgxMTUjCmUJanBn/87a9da5e/98b/stansted.jpg\" data-page-subject=\"true\" name=\"sailthru.image.thumb\" /><meta content=\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTk1MHg1MzQjCmUJanBn/c46ae627/98b/stansted.jpg\" data-page-subject=\"true\" name=\"sailthru.image.full\" /><meta content=\"http://rack.0.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTYwMHgzMzgjCmUJanBn/89d88896/98b/stansted.jpg\" data-page-subject=\"true\" name=\"sailthru.lead_image\" /><meta content=\"http://rack.2.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTI4OHgxNjIjCmUJanBn/a3c393e8/98b/stansted.jpg\" data-page-subject=\"true\" name=\"sailthru.secondary_image\" /><meta content=\"http://on.mash.to/1vgTZfn\" data-page-subject=\"true\" name=\"short_url\" /><meta name=parsely-page content='{\"title\":\"Power outage at London\\u0027s Stansted airport holds up holiday travel\",\"link\":\"http://mashable.com/2014/12/22/stansted-power-outage/\",\"image_url\":\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTEyMDB4NjI3IwplCWpwZw/88dc6321/98b/stansted.jpg\",\"type\":\"post\",\"post_id\":3109697,\"pub_date\":\"2014-12-22T17:43:29Z\",\"section\":\"world\",\"author\":\"Jessica Plautz\",\"tags\":[\"Internal\",\"Internal - Internal\",\"Topics - holiday travel\",\"Topics - Lifestyle\",\"Topics - stansted airport\",\"Topics - Travel & Leisure\",\"Topics - Uncategorized\",\"Topics - World\"]}' data-page-subject=true >\n\n<script src='//cdn.optimizely.com/js/58011369.js'></script>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js'></script>\n<script src=\"http://rack.1.mshcdn.com/assets/app-c512ef5bbf666887dd03a9c91a556c61.js\" type=\"text/javascript\"></script>\n<!--[if lte IE 8]>\n<script src=\"http://rack.2.mshcdn.com/assets/polyfill-6620db93ad92c8f787391361dfe3f23c.js\" type=\"text/javascript\"></script>\n<![endif]-->\n</head>\n<body class='body_posts body_show' data-authorid='9431' data-jsid='posts/show' data-postid='3109697' data-sec0='world' data-sec1='' data-sec2='posts' data-topic='travel-and-leisure' viewport='fixed'>\n<h1 class='semantic'>Mashable</h1>\n<header id='flyout-container'></header>\n<div id='peek'>\n<div id='sticky'>\n<div class='cookie-notice'>\n<div class='wrap'>\nWe're using cookies to improve your experience.\n<a href=\"/cookie-policy/\" class=\"cta\">Click Here to find out more.</a>\n<div class='dismiss'></div>\n</div>\n</div>\n\n\n<header id='site-header'><div class='navbar'>\n<div class='navbar-inner'><ul class='inline main-menu nav us'>\n<li class='menu'><a class='icon-reorder' href='#'></a></li>\n<li class='logo us'><a class='brand' data-turbo-target='body-container' href='/'><span>Mashable</span><img alt=\"Header_logo.v2.us\" class=\"light\" src=\"http://rack.3.mshcdn.com/assets/header_logo.v2.us-30574d105ad07318345ec8f1a85a3efa.png\" /><img alt=\"Header_logo.v2.us.dark\" class=\"dark\" src=\"http://rack.3.mshcdn.com/assets/header_logo.v2.us.dark-5d78b91550b870c7ed82c3497f34947e.png\" /></a>\n<div class='geos-content'>\n<a class='geo' href='?geo=AU' onclick='$.cookie(\"geo\",\"AU\")'>Mashable Australia</a>\n<a class='geo' href='?geo=GB' onclick='$.cookie(\"geo\",\"GB\")'>Mashable UK</a>\n</div></li>\n<li class='submenu collapsable pull-right' id='sign-in'><a href='/login/'><span>Sign in</span></a></li>\n<li class='follow submenu pull-right'><a class='follow-trigger' href='/2011/11/18/follow-mashable/'><span class='fb'></span>\n<span class='tw'></span>\n<span class='gp'></span></a>\n<div class='submenu-content'>\n<div class='page-container'>\n<div class='pull-right follow'>\n<a class='social-stub social-share facebook like' data-default='1' data-href='http://facebook.com/mashable' data-shares='2.4m'>Like</a>\n<a class='twitter-follow-button' data-dnt='true' data-show-count='true' data-show-screen-name='false' href='https://twitter.com/mashable'>\nFollow @mashable\n</a>\n<div class='g-follow' data-annotation='bubble' data-height='20' data-href='//plus.google.com/+Mashable' data-rel='author'></div>\n<div class='g-override-container'>\n<div class='g-ytsubscribe' data-channel='mashable'></div>\n</div>\n<a alt='RSS Feed' class='rss' href='http://feeds.mashable.com/Mashable' title='RSS Feed'></a>\n<a alt='Email Subscriptions' class='email' href='/subscriptions' title='Email Subscriptions'></a>\n<div class='more'>\n<a href=\"/2011/11/18/follow-mashable/\">see more&nbsp;&nbsp;&gt;</a></div>\n</div>\n</div>\n</div></li>\n<li class='nav-search submenu pull-right'><a class='search-trigger' href='/search/'>Search</a>\n<div class='dropdown-content'>\n<div class='page-container'>\n<div class='header-search-form'>\n<form accept-charset=\"UTF-8\" action=\"/search/\" method=\"get\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /></div>\n<div class='ie-search-wrapper'><input autocomplete=\"off\" class=\"header-search\" id=\"q\" name=\"q\" type=\"text\" value=\"\" /></div>\n<input class=\"btn btn-primary header-search-submit\" name=\"commit\" type=\"submit\" value=\"Search\" /></form><div class='header-search-results'></div>\n</div>\n</div>\n</div></li>\n<li class='collapsable' data-tags=''><a href=\"/category/must-reads\">Must Reads</a></li>\n<li class='collapsable channel submenu' data-tags='how-to,facebook,twitter,youtube,google-plus'><a href=\"/social-media/\">Social Media</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='apps-software,dev-design,gadgets,mobile'><a href=\"/tech/\">Tech</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='advertising,marketing,media,small-business,startups,jobs'><a href=\"/business/\">Business</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='film,gaming,music,sports,television,travel'><a href=\"/entertainment/\">Entertainment</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='us,climate,retronaut,space,australia,uk,social-good'><a href=\"/world/\">World</a><div class='submenu-content'></div></li>\n<li class='collapsable channel submenu' data-tags='pics,memes,comics,conversations,videos-watercooler'><a href=\"/watercooler/\">Watercooler</a><div class='submenu-content'></div></li>\n<li class='submenu more'><a href='#'><!-- %span=t \"header.nav.more\" -->\n<span>More</span></a>\n<div class='submenu-content'>\n<div class='page-container'>\n<ul class='columns'><li><ul class='column-list'><li class='header'>Channels</li>\n<li><a href=\"/category/must-reads\">Must Reads</a></li>\n<li><a href=\"/social-media/\">Social Media</a></li>\n<li><a href=\"/tech/\">Tech</a></li>\n<li><a href=\"/business/\">Business</a></li>\n<li><a href=\"/entertainment/\">Entertainment</a></li>\n<li><a href=\"/world/\">World</a></li>\n<li><a href=\"/watercooler/\">Watercooler</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Company</li><li><a href=\"/about/\">About Us</a></li><li><a href=\"http://www.wrightsmedia.com/sites/mashable/\">Licensing &amp; Reprints</a></li><li><a href=\"http://mashable.com/2014/\">Archive</a></li><li><a href=\"http://mashable.theresumator.com/\">Mashable Careers</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Contact</li><li><a href=\"/contact-us/\">Contact Us</a></li><li><a href=\"/submit/\">Submit News</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Advertise</li><li><a href=\"/advertise/\">Advertise</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Legal</li><li><a href=\"/privacy/\">Privacy Policy</a></li><li><a href=\"/terms/\">Terms of Use</a></li><li><a href=\"/cookie-policy/\">Cookie Policy</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Apps</li><li><a href=\"https://itunes.apple.com/us/app/mashable/id910775754?mt=8\">iPhone / iPad</a></li><li><a href=\"https://play.google.com/store/apps/details?id=com.mashable.android.phoenix\">Android</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Resources</li><li><a href=\"/2011/11/18/follow-mashable/\">Subscriptions</a></li></ul></li><li><ul class='column-list'>\n<li class='header'>Sites</li><li><a href=\"http://findjobs.mashable.com\">Jobs</a></li><li><a href=\"http://events.mashable.com/\">Events</a></li><li><a href=\"http://mashable.com/sgs/\">Social Good Summit</a></li><li><a href=\"http://mashable.com/media-summit/\">Media Summit</a></li></ul></li></ul>\n</div>\n</div></li>\n</ul></div>\n</div></header>\n</div>\n<div id='scrollable'><div class='loader'></div>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:3,&quot;adnum&quot;:3,&quot;sec0&quot;:&quot;world&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;topic&quot;:&quot;travel-and-leisure&quot;,&quot;postid&quot;:3109697,&quot;authorid&quot;:9431,&quot;type&quot;:&quot;survey&quot;}\"></span></div><header class='box970'>\n<div class='page-container'><center class='visible-desktop'><div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:4,&quot;adnum&quot;:4,&quot;sec0&quot;:&quot;world&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;topic&quot;:&quot;travel-and-leisure&quot;,&quot;postid&quot;:3109697,&quot;authorid&quot;:9431,&quot;type&quot;:&quot;banner&quot;}\"></span></div></center></div>\n</header>\n<div class='posts show' id='body-container'><div id='main'>\n<div class='page-container'>\n\n<div id='body'><hgroup class='page-header channel' data-channel='world' data-section='sec0=world&amp;sec1=index&amp;sec2=' id='post-head'>\n<h2>World</h2>\n<div class='follow-channel'>\n<div class='follow-buttons'>\n<a class='social-stub social-share facebook like' data-default='1' data-href='http://facebook.com/mashable' data-shares='1.7m'>Like</a>\n<a class='social-stub social-share twitter follow' data-shares='3.7m' href='https://twitter.com/intent/follow?region=follow_link&amp;screen_name=mashable&amp;tw_p=followbutton&amp;variant=2.0' target='_blank'>Follow</a>\n<div class='g-follow' data-annotation='bubble' data-height='20' data-href='//plus.google.com/+Mashable' data-rel='author'></div>\n</div>\n</div>\n</hgroup>\n<div class='flex-box'>\n<div class='box-cell'>\n<div class='above_960 adsense outside_post'>\n<script>\n  if(typeof(google_num_ads) != \"undefined\") google_skip = google_num_ads;\n  google_ad_client = \"pub-9942038924324175\";\n  if($('.adsense').last().filter('.above_960').length > 0 && $(document).width() < 960){\n    var hideAd = true;\n  }else{\n    var hideAd = false;\n  }\n</script>\n<script>\n  if(!hideAd) google_ad_slot = \"3991492827\";\n</script>\n<script>\n  if(!hideAd) google_ad_width = 728;\n</script>\n<script>\n  if(!hideAd) google_ad_height = 15;\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n</div>\n\n<div id='post-content'>\n<div id='post-slider'><article class='full post' data-channel='world' data-id='5498584e97b2f876db004f8b' data-subchannels='' data-topic='travel-and-leisure' data-velocity='229,229,228,228,228,227,227,226,226,226,225,225,224,224,224,223,223,222,222,221,221,220,220,219,219,218,218,218,217,217,216,216,216,215,215,215,214,214,213,213,213,212,212,211,211,211,210,210,209,209' data-wp-id='3109697' id='story'>\n<header class='article-header'>\n<h1 class='title' href='http://mashable.com/2014/12/22/stansted-power-outage/'>Power outage at London's Stansted airport holds up holiday travel</h1>\n<aside class='shares social'>\n<div class='total-shares' data-index='0'>\n<em>414</em>\n<div class='caption'>Shares</div>\n</div>\n<div class='share-buttons'>\n<div class='share-button-boxy'><a class=\"social-stub social-share facebook\" data-layout=\"box_count\" data-shares=\"76\" data-uid=\"d2Yp\" href=\"#\">Share</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share twitter\" data-shares=\"338\" data-uid=\"d2Yp\" href=\"https://twitter.com/intent/tweet?original_referer=http://mashable.com/&amp;source=tweetbutton&amp;text=Power+outage+at+London%27s+Stansted+airport+holds+up+holiday+travel&amp;url=http%3A%2F%2Fmashable.com%2F2014%2F12%2F22%2Fstansted-power-outage%2F&amp;via=mashable\">Tweet</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share google_plus\" data-shares=\"0\" data-size=\"tall\" data-uid=\"d2Yp\" href=\"#\">Share</a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share linked_in\" data-shares=\"0\" data-uid=\"d2Yp\" href=\"#\"></a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share stumble_upon\" data-shares=\"0\" data-uid=\"d2Yp\" href=\"#\"></a></div>\n<div class='share-button-boxy'><a class=\"social-stub social-share pinterest\" data-shares=\"0\" data-uid=\"d2Yp\" href=\"#\"></a></div>\n</div>\n<div class='velocity-graph tooltip-trigger' title='The Mashable Velocity graph shows how quickly people are sharing this article on the social Web.'>\n<canvas class='velocity'></canvas>\n<div class='caption'>What's This?</div>\n</div>\n</aside>\n\n<div class='above_960 adsense'>\n<script>\n  if(typeof(google_num_ads) != \"undefined\") google_skip = google_num_ads;\n  google_ad_client = \"pub-9942038924324175\";\n  if($('.adsense').last().filter('.above_960').length > 0 && $(document).width() < 960){\n    var hideAd = true;\n  }else{\n    var hideAd = false;\n  }\n</script>\n<script>\n  if(!hideAd) google_ad_channel = \"9077376301\";\n</script>\n<script>\n  if(!hideAd) google_ad_output = \"js\";\n</script>\n<script>\n  if(!hideAd) google_max_num_ads = \"3\";\n</script>\n<script>\n  if(!hideAd) google_ad_type = \"text\";\n</script>\n<script>\n  if(!hideAd) google_feedback = \"on\";\n</script>\n<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>\n</div>\n\n<figure class='article-image'><img alt=\"Stansted\" class=\"microcontent\" data-fragment=\"lead-image\" data-image=\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTk1MHg1MzQjCmUJanBn/c46ae627/98b/stansted.jpg\" data-micro=\"1\" data-url=\"null\" src=\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTk1MHg1MzQjCmUJanBn/c46ae627/98b/stansted.jpg\" /><figcaption class=\"image-caption\">Stansted Airport, Dec. 22, 2014.</figcaption><div class=\"image-credit\">Image: <a href=\"https://twitter.com/hosekj/status/547058529363042304/photo/1\" target=\"_blank\">Jiri Hosek</a></div></figure>\n\n<div class=\"article-info\"><a class=\"byline\" href=\"/people/jessicaplautz/\"><img alt=\"Avatar\" class=\"author_image\" src=\"http://rack.0.mshcdn.com/media/ZgkyMDE0LzAzLzE4L2FhL2F2YXRhci5mNDI5ZS5wbmcKcAl0aHVtYgk5MHg5MCMKZQlqcGc/b599f03a/752/avatar.jpg\" /><div class=\"author_and_date\"><span class=\"author_name\">By Jessica Plautz</span><time datetime=\"Mon, 22 Dec 2014 17:43:29 +0000\">2014-12-22 17:43:29 UTC</time></div></a></div>\n\n</header>\n<section class='article-content'>\n\n<p>A power outage at Stansted International Airport in London held up holiday travel Monday afternoon, adding some extra misery to an already busy travel week.</p>\n<p>The power outage lasted about two hours. Photos uploaded by holiday travelers show massive queues, although the outage affected only parts of the airport.</p>\n<div class=\"see-also\"><p>See also: <a href=\"http://mashable.com/2014/11/24/worst-people-on-airplanes/\" data-crackerjax=\"#post-slider\">The worst things people do on airplanes, ranked</a></p></div>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>A power failure is currently affecting certain parts of <a href=\"https://twitter.com/STN_Airport\" target=\"_blank\">@STN_Airport</a>. The main terminal building and runway are unaffected (1/2)</p>\n<p>— Stansted Airport (@STN_Airport) <a href=\"https://twitter.com/STN_Airport/status/547060932036534272\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Satellite failure at stansted airport - no planes landing or departing... Things surprisingly calm so far...</p>\n<p>— Fiona Kelly (@fizzlekelly) <a href=\"https://twitter.com/fizzlekelly/status/547060588149755904\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<p>The power outage is affecting the transit system that gets travelers to their airplanes, according to the airport.</p>\n<p>Stansted is located about 40 miles north of London's center; the terminal most affected is Ryanair.</p>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Power outage at London Stansted, great day for it :/</p>\n<p>— Kenneth Barrett (@kennbarr) <a href=\"https://twitter.com/kennbarr/status/547051374782214145\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p><a href=\"https://twitter.com/hashtag/poweroutage?src=hash\" target=\"_blank\">#poweroutage</a> <a href=\"https://twitter.com/hashtag/stanstedairport?src=hash\" target=\"_blank\">#stanstedairport</a> <a href=\"https://twitter.com/hashtag/Stansted?src=hash\" target=\"_blank\">#Stansted</a> <a href=\"http://t.co/NBX8Y98EPp\" target=\"_blank\">pic.twitter.com/NBX8Y98EPp</a></p>\n<p>— Justyna Miszkiewicz (@bioanth_pal) <a href=\"https://twitter.com/bioanth_pal/status/547074993990172672\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>power failure at stansted airport no planes going in or out :( <a href=\"https://twitter.com/hashtag/stansted?src=hash\" target=\"_blank\">#stansted</a> <a href=\"http://t.co/Q8FFsT2ITu\" target=\"_blank\">pic.twitter.com/Q8FFsT2ITu</a></p>\n<p>— Lena (@lenanix) <a href=\"https://twitter.com/lenanix/status/547057077844455424\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Lights still on in main <a href=\"https://twitter.com/hashtag/Stansted?src=hash\" target=\"_blank\">#Stansted</a> terminal but <a href=\"https://twitter.com/hashtag/RyanAir?src=hash\" target=\"_blank\">#RyanAir</a> wing dark. Staff trying to get people out but connecting doors now appear jammed</p>\n<p>— Leigh Holmwood (@LeighHolmwood) <a href=\"https://twitter.com/LeighHolmwood/status/547059026589409280\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Udajne velky vypadek proudu na londynskem letisti <a href=\"https://twitter.com/hashtag/Stansted?src=hash\" target=\"_blank\">#Stansted</a>. Nefunguje, zda se, vubec nic. Minimum informaci. Zmatek. <a href=\"http://t.co/Bf2l5KcxJQ\" target=\"_blank\">pic.twitter.com/Bf2l5KcxJQ</a></p>\n<p>— Jiří Hošek (@hosekj) <a href=\"https://twitter.com/hosekj/status/547058529363042304\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>The scene at Stansted Airport with no flights currently going in or out due to a power failure. Merry Xmas everyone! <a href=\"http://t.co/1LFnD6Onzr\" target=\"_blank\">pic.twitter.com/1LFnD6Onzr</a></p>\n<p>— Jennie Thomas (@localgovlove) <a href=\"https://twitter.com/localgovlove/status/547080092367998977\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<p>Planes on the tarmac were also affected, as passengers had to wait because of the outage. The airport was dispatching buses to take passengers back and forth.</p>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Can't get off the plane. Actually it's not Ryanair's fault. It's Stansted's. Apparently there's a power cut....</p>\n<p>— Jackzelia Banks (@JackieRue) <a href=\"https://twitter.com/JackieRue/status/547056549504774145\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Standing stranded in Stansted <a href=\"https://twitter.com/hashtag/punny?src=hash\" target=\"_blank\">#punny</a> <a href=\"https://twitter.com/hashtag/sorrynotsorry?src=hash\" target=\"_blank\">#sorrynotsorry</a></p>\n<p>— Johnathan Mei (@jonomei) <a href=\"https://twitter.com/jonomei/status/547079556482727936\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<p>The airport reported that crews had restored power at about 5:30 p.m. local time (12:30 p.m. EST).</p>\n<blockquote class=\"twitter-tweet\" lang=\"en\">\n<p>Power has now been restored. Flights continue to operate but are subject to delay. We apologise to all passengers delayed this afternoon</p>\n<p>— Stansted Airport (@STN_Airport) <a href=\"https://twitter.com/STN_Airport/status/547081626543730688\" target=\"_blank\">December 22, 2014</a></p>\n</blockquote>\n<p>While much smaller than Heathrow or Gatwick airports in London, Stansted had its busiest November in eight years last month with more than 1.5 million passengers.</p>\n<p>Stansted Airport reported that there were some delays, but flights are operating. FlightAware was not reporting a large number of delays <a href=\"https://flightaware.com/live/cancelled/today/stn\" target=\"_blank\">in the early afternoon</a><a></a>.</p>\n<p><em>Have something to add to this story? Share it in the comments.</em></p>\n<script>      window._msla=window.loadScriptAsync||function(src,id){if(document.getElementById(id))return;var js=document.createElement('script');js.id=id;js.src=src;document.getElementsByTagName('script')[0].parentNode.insertBefore(js,fjs);};\n_msla(\"//platform.twitter.com/widgets.js\",\"twitter_jssdk\");</script>\n\n\n\n</section>\n<footer class='article-topics'>\nTopics:\n<a href=\"/category/holiday-travel/\">holiday travel</a>, <a href=\"/category/lifestyle/\">Lifestyle</a>, <a href=\"/category/stansted-airport/\">stansted airport</a>, <a href=\"/category/travel-and-leisure/\">Travel & Leisure</a>, <a href=\"/category/world/\">World</a>\n</footer>\n<div id='outbrain-container'>\n<div class='OUTBRAIN' data-ob-template='mashable' data-src='http://mashable.com/2014/12/22/stansted-power-outage/' data-widget-id='AR_3'></div>\n</div>\n<div data-display-daily-newsletter='show' id='newsletter-signup'></div>\n\n<script>\n  if(window.pageChanged)\n    window.omni({\"channel\":\"world\",\"content_type\":\"article\",\"v_buy\":null,\"v_buy_i\":null,\"h_pub\":203.0,\"h_buy\":null,\"h_pub_buy\":null,\"v_cur\":0.1,\"v_max\":0.4,\"v_cur_i\":0,\"v_max_i\":0,\"events\":\"event51,event61\",\"top_channel\":\"world\",\"content_source_type\":\"Internal\",\"content_source_name\":\"Internal\",\"author_name\":\"Jessica Plautz\",\"age\":\"8\",\"pub_day\":22,\"pub_month\":12,\"pub_year\":2014,\"pub_date\":\"12/22/2014\",\"sourced_from\":\"Internal\",\"isPostView\":true,\"post_lead_type\":\"Default\",\"topics\":\"holiday travel,Lifestyle,stansted airport,Travel & Leisure,Uncategorized,World\",\"campaign\":null,\"display_mode\":null,\"viral_video_type\":null});\n    metaData = {\"link\":[[\"canonical\",\"http://mashable.com/2014/12/22/stansted-power-outage/\"],[\"image_src\",\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTEyMDB4NjI3IwplCWpwZw/88dc6321/98b/stansted.jpg\"]],\"meta_property\":[[\"og:url\",\"http://mashable.com/2014/12/22/stansted-power-outage/\"],[\"og:title\",\"Power outage at London's Stansted airport holds up holiday travel\"],[\"og:type\",\"article\"],[\"og:site_name\",\"Mashable\"],[\"og:description\",\"Travelers posted photos of massive queues.\"],[\"og:image\",\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTEyMDB4NjI3IwplCWpwZw/88dc6321/98b/stansted.jpg\"],[\"og:article:published_time\",\"2014-12-22T17:43:29Z\"],[\"og:article:modified_time\",\"2014-12-22T17:43:43Z\"],[\"og:article:publisher\",\"https://www.facebook.com/mashable\"]],\"meta_name\":[[\"description\",\"Travelers posted photos of massive queues.\"],[\"keywords\",\"holiday-travel, uncategorized, world, lifestyle, travel-leisure, stansted-airport\"],[\"twitter:title\",\"Power outage at London's Stansted airport holds up holiday travel\"],[\"twitter:description\",\"Travelers posted photos of massive queues.\"],[\"twitter:image\",\"http://rack.2.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTU2MHg3NTAKZQlqcGc/bfa6228c/98b/stansted.jpg\"],[\"twitter:site\",\"@mashable\"],[\"twitter:url\",\"http://mashable.com/2014/12/22/stansted-power-outage/\"],[\"twitter:creator\",\"@mashable\"],[\"twitter:card\",\"photo\"],[\"twitter:image:width\",\"560\"],[\"twitter:image:height\",\"750\"],[\"date\",\"2014-12-22 17:43:29 UTC\"],[\"sailthru.author\",\"Jessica Plautz\"],[\"sailthru.image.thumb\",\"http://rack.3.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTExNXgxMTUjCmUJanBn/87a9da5e/98b/stansted.jpg\"],[\"sailthru.image.full\",\"http://rack.1.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTk1MHg1MzQjCmUJanBn/c46ae627/98b/stansted.jpg\"],[\"sailthru.lead_image\",\"http://rack.0.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTYwMHgzMzgjCmUJanBn/89d88896/98b/stansted.jpg\"],[\"sailthru.secondary_image\",\"http://rack.2.mshcdn.com/media/ZgkyMDE0LzEyLzIyL2RmL3N0YW5zdGVkLjU4NTI5LmpwZwpwCXRodW1iCTI4OHgxNjIjCmUJanBn/a3c393e8/98b/stansted.jpg\"]],\"short_url\":[[\"short_url\",\"http://on.mash.to/1vgTZfn\"]]};\n</script>\n<div class='right_rail_replace'>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:1,&quot;adnum&quot;:1,&quot;sec0&quot;:&quot;world&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;topic&quot;:&quot;travel-and-leisure&quot;,&quot;postid&quot;:3109697,&quot;authorid&quot;:9431,&quot;type&quot;:&quot;no_right_rail&quot;}\"></span></div>\n</div>\n</article>\n</div>\n<div class='article-comments limit-comments'>\n<div data-article-id=\"5498584e97b2f876db004f8b\" data-checksum=\"88b2f7909d029cc110a4f806041b5942\" data-collection-meta=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlBvd2VyIG91dGFnZSBhdCBMb25kb24ncyBTdGFuc3RlZCBhaXJwb3J0IGhvbGRzIHVwIGhvbGlkYXkgdHJhdmVsIiwidXJsIjoiaHR0cDovL21hc2hhYmxlLmNvbS8yMDE0LzEyLzIyL3N0YW5zdGVkLXBvd2VyLW91dGFnZS8iLCJ0YWdzIjoiaG9saWRheS10cmF2ZWwsdW5jYXRlZ29yaXplZCx3b3JsZCxsaWZlc3R5bGUsdHJhdmVsLWxlaXN1cmUsc3RhbnN0ZWQtYWlycG9ydCIsImNoZWNrc3VtIjoiODhiMmY3OTA5ZDAyOWNjMTEwYTRmODA2MDQxYjU5NDIiLCJhcnRpY2xlSWQiOiI1NDk4NTg0ZTk3YjJmODc2ZGIwMDRmOGIifQ.jyJ_Va_kksNcEdD57FBIRaE4IPU9Gz8yCPBsJ7WMTGU\" data-network=\"mashable.fyre.co\" data-root=\"zor.livefyre.com\" data-site-id=\"312274\" id=\"livefyre_comments\"></div>\n<a class='btn btn-light load-comments' href='#'>Load Comments</a>\n<div id='powered_by_livefyre_new'>\n<a href='http://livefyre.com' target='_blank'>Powered by Livefyre</a>\n</div>\n</div>\n</div>\n</div>\n<aside class='box-cell sidebar'>\n<div class='ad sidebar-inset sidebar-drop'>\n<div class=\"ad_container\"><span class=\"ad\" data-params=\"{&quot;tile&quot;:2,&quot;adnum&quot;:0,&quot;sec0&quot;:&quot;world&quot;,&quot;sec1&quot;:&quot;&quot;,&quot;sec2&quot;:&quot;posts&quot;,&quot;topic&quot;:&quot;travel-and-leisure&quot;,&quot;postid&quot;:3109697,&quot;authorid&quot;:9431,&quot;loc&quot;:&quot;articletoprr&quot;,&quot;type&quot;:&quot;right_rail_lift&quot;}\"></span></div>\n\n</div>\n<h1 class='ribbon hot'>What's Hot</h1>\n<div class='sidebar-inset' id='big-stories'></div>\n</aside>\n</div>\n<div id='more-in-channel'>\n<div class='page-header channel' data-channel='world' data-section='sec0=world&amp;sec1=index&amp;sec2='>\n<h2>More in World</h2>\n</div>\n<div class='fixable-wrapper' id='column-headers'>\n<div class='column-headers'>\n<div class='headers'>\n<div class='header column1 waypoint' data-fixselector='header.fixable'><a data-short='New' href='#'>\n<em>What's New</em>\n</a></div>\n<div class='header column2 waypoint' data-fixselector='header.fixable'><a data-short='Rising' href='#'>\n<em>What's Rising</em>\n</a></div>\n<div class='header column3 waypoint' data-fixselector='header.fixable'><a data-short='Hot' href='#'>\n<em>What's Hot</em>\n</a></div>\n</div>\n</div>\n</div>\n<div class='slide-window'>\n<div class='flex-box columns'><section class='column box-cell new-stories' id='column-new'><h1 class='semantic'>What's New</h1>\n<div class='column-content'></div></section><section class='column box-cell hot-stories' id='column-rising'><h1 class='semantic'>What's Rising</h1>\n<div class='column-content'></div></section><section class='column box-cell big-stories' id='column-hot'><h1 class='semantic'>What's Hot</h1>\n<div class='column-content'></div></section></div>\n</div>\n</div>\n\n<script>\n  loadScriptAsync(\"//platform.twitter.com/oct.js\", \"twitteroct\")\n  var timer;\n  timer = every(500, function() {\n    if ((typeof twttr !== \"undefined\" && twttr !== null) && (twttr.conversion != null)) {\n      clearInterval(timer);\n      return twttr.conversion.trackPid('l4o6d');\n    }\n  });\n</script>\n<noscript>\n<img alt='' height='1' src='https://analytics.twitter.com/i/adsct?txn_id=l4o6d&amp;p_id=Twitter' style='display:none;' width='1'>\n<img alt='' height='1' src='//t.co/i/adsct?txn_id=l4o6d&amp;p_id=Twitter' style='display:none;' width='1'>\n</noscript>\n\n<div id='parsely-root' style='display: none'>\n<span data-parsely-site='mashable.com' id='parsely-cfg'></span>\n</div>\n<script>\n  loadScriptAsync(\"//static.parsely.com/p.js\", \"parsely\")\n</script>\n</div>\n</div>\n</div><div id='fb-root'></div><script>\n  if(window.initPage) { window.initPage() }\n  else { $(function() { window.initPage(); })}\n</script>\n</div><footer id='site-footer-wrapper'>\n<div class='page-container' id='site-footer'><ul class='nav'><li><a href=\"/about/\">About Us</a></li><li><a href=\"http://findjobs.mashable.com\">Jobs</a></li><li><a href=\"/advertise/\">Advertise</a></li><li><a href=\"/2011/05/09/connect-with-mashable/\">Subscribe</a></li><li><a href=\"/privacy/\">Privacy</a></li><li><a href=\"/terms/\">Terms</a></li></ul><ul class='social'><li><a class='facebook' href='http://www.facebook.com/mashable/' target='_social'></a></li>\n<li><a class='twitter' href='https://twitter.com/mashable' target='_social'></a></li>\n<li><a class='gplus' href='https://plus.google.com/+Mashable' target='_social'></a></li>\n<li><a class='rss' href='http://feeds.mashable.com/Mashable' target='_social'></a></li>\n<li><a class='pinterest' href='http://pinterest.com/mashable/' target='_social'></a></li>\n<li><a class='youtube' href='http://www.youtube.com/user/mashable' target='_social'></a></li>\n<li><a class='stumbleupon' href='http://www.stumbleupon.com/channel/Mashable' target='_social'></a></li>\n<li><a class='linkedin' href='http://www.linkedin.com/today/mashable.com' target='_social'></a></li></ul>\n<div class='about'>\n<a class='brand' href='/'>\nMashable\n</a>\n<span class='blurb'>is a leading source for news, information and resources for the Connected Generation. Mashable reports on the importance of digital innovation and how it empowers and inspires people around the world. Mashable's record 40 million unique visitors worldwide and 20 million social media followers are one of the most influential and engaged online communities. Founded in 2005, Mashable is headquartered in New York City with an office in San Francisco.</span>\n</div>\n<ul class='copyright-and-legal'>\n<li>\n&copy;2005-2014\nMashable, Inc.\n</li>\n<li>\nReproduction without explicit permission is prohibited. All Rights Reserved.\n</li>\n<li>\nDesigned in collaboration with <a rel=\"nofollow\" href=\"http://www.codeandtheory.com\">Code &amp; Theory</a>\n</li>\n</ul>\n</div>\n</footer>\n\n<noscript>\n<img src='http://b.scorecardresearch.com/p?c1=2&amp;c2=8750086&amp;cv=2.0&amp;cj=1'>\n</noscript></div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/mlive.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tPolice release surveillance photos in Dec. 22 University Bank robbery | \t\t\t\t\t\tMLive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Police release surveillance photos in Dec. 22 University Bank robbery</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">MLive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Darcie Moran | dmoran@mlive.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22. </Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.mlive.com/ann-arbor_photos/photo/16663097-small.png</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/29/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Police release surveillance photos in Dec. 22 University Bank robbery\", \"link\": \"http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html\", \"image_url\": \"http://imgick.mlive.com/home/mlive-media/width620/img/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\", \"type\": \"post\", \"post_id\": \"14848224\", \"pub_date\": \"2014-12-29T19:51:09Z\", \"author\": \"Darcie Moran | dmoran@mlive.com\", \"tags\": [\"@aa-river\",\"@aa33\",\"aa-crime\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.mlive.com/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\", \"author_name\": \"dmoran6\", \"author_nickname\": \"Darcie Moran | dmoran@mlive.com\", \"author_id\": \"10715685\", \"source_blog_name\": \"Ann Arbor News\", \"source_blog_url\": \"http://www.mlive.com/news/ann-arbor/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Police release surveillance photos in Dec. 22 University Bank robbery\" />\n\t<meta name=\"article_publication_name\" content=\"MLive.com\" />\n\t<meta name=\"article_author\" content=\"Darcie Moran | dmoran@mlive.com\" />\n\t<meta name=\"article_date_original\" content=\"Monday, December 29, 2014,  2:48 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  2:51 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.mlive.com/ann-arbor_photos/photo/16663097-small.png\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"aa-crime\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22. \" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.mlive.com/ann-arbor_photos/photo/16663097-small.png\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@mlive\" />\n\t\t<meta name=\"twitter:creator\" content=\"@dgmoran0613\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Police release surveillance photos in Dec. 22 University Bank robbery\" />\n\t<meta property=\"og:description\" content=\"Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22. \" />\n\t<meta property=\"og:site_name\" content=\"MLive.com\" />\n\t<meta property=\"og:url\" content=\"http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.mlive.com/home/mlive-media/width620/img/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\" />\n\t\t<meta property=\"og:image\" content=\"http://media.mlive.com/ann-arbor_photos/photo/16663097-small.png\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.mlive.com/design/alpha/img/logo_mlive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.mlive.com/ann-arbor_photos/photo/16663097-small.png',\n\t\thref: 'http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html'\n\t\t}\n\t\tvar desc  = 'Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22. ';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352336\",\n\t\t\"articleId\": \"39ef41ee4a50d4786f9035dec991b5cf\",\n\t\t\"checksum\": \"21746299cc0b256070ebda26f94b546a\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjIxNzQ2Mjk5Y2MwYjI1NjA3MGViZGEyNmY5NGI1NDZhIiwiYXJ0aWNsZUlkIjoiMzllZjQxZWU0YTUwZDQ3ODZmOTAzNWRlYzk5MWI1Y2YiLCJ1cmwiOiJodHRwOi8vd3d3Lm1saXZlLmNvbS9uZXdzL2Fubi1hcmJvci9pbmRleC5zc2YvMjAxNC8xMi9wb2xpY2VfcmVsZWFzZV9zdXJ2ZWlsbGFuY2VfcGguaHRtbCIsInRpdGxlIjoiUG9saWNlIHJlbGVhc2Ugc3VydmVpbGxhbmNlIHBob3RvcyBpbiBEZWMuIDIyIFVuaXZlcnNpdHkgQmFuayByb2JiZXJ5IiwidGFncyI6ImV4cGVydCxAYWEtcml2ZXIsQGFhMzMsYWEtY3JpbWUifQ.TVGTOXY6d4G8RjWqLjY9VxHrOjjgbNFtEdRn1CihrPY\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"10715685\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Ann Arbor News\" href=\"http://www.mlive.com/news/ann-arbor/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.mlive.com/annarbornews_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.mlive.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/m/mlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/burt/adv_burt_mlive.js\"></script>\n\n\n\n\n\n<script type=\"text/javascript\" src=\"http://media.mlive.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.mlive.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.mlive.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"4001\";\n\t\tm_blog_name = \"Ann Arbor News\";\n\t\tm_blog_url = \"http://www.mlive.com/news/ann-arbor/index.ssf/\";\n\t\tm_blog_newspaper = \"The Ann Arbor News\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Police release surveillance photos in Dec. 22 University Bank robbery\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Darcie Moran | dmoran@mlive.com\";\n\t\t\tm_entry_author_username = \"dmoran6\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"police_release_surveillance_ph\";\n\t\tm_entry_link = \"http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html\";\n\t\tm_entry_tags = \"aa-crime\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14848224\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/m/mlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/burt/adv_burt_mlive.js\"></script>\n\n\n\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/mlive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.mlive.com/\" title=\"MLive\"><span class=\"ir\">MLive</span></a>\n\t\t\t\t<div id=\"adv_header_text\">\n                    <h3 data-state=\"7\" class=\"advEdition\">\n                        \n                        <span>Michigan</span>\n                    </h3>\n                </div>\n                \n\t\t\t\t<div id=\"adv_edition_dropdown\" class=\"advDropdown advLayer\">\n\t\t\t\t\t<div class=\"advPanelArrow\"></div>\n\t\t\t\t\t<div class=\"advDropdownOuter\">\n\t\t\t\t\t\t<div class=\"advDropdownInner\">\n\t\t\t\t\t\t\t<ul id=\"adv_edition_menu\" class=\"advMenuSecondary advMenuSub advMenu\">\n\t\t\t\t\t\t\t    \n                                <li data-value=\"ann-arbor\" data-state=\"7\">Ann Arbor</li>\n                                \n                                <li data-value=\"bay-city\" data-state=\"7\">Bay City</li>\n                                \n                                <li data-value=\"detroit\" data-state=\"7\">Detroit</li>\n                                \n                                <li data-value=\"flint\" data-state=\"7\">Flint</li>\n                                \n                                <li data-value=\"grand-rapids\" data-state=\"7\">Grand Rapids</li>\n                                \n                                <li data-value=\"jackson\" data-state=\"7\">Jackson</li>\n                                \n                                <li data-value=\"kalamazoo\" data-state=\"7\">Kalamazoo</li>\n                                \n                                <li data-value=\"lansing\" data-state=\"7\">Lansing</li>\n                                \n                                <li data-value=\"muskegon\" data-state=\"7\">Muskegon</li>\n                                \n                                <li data-value=\"saginaw\" data-state=\"7\">Saginaw</li>\n                                \n                                <li data-value=\"michigan\" data-state=\"7\">All Michigan</li>\n                            \n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.mlive.com/\">Home</a></li>\n                            \n                            <li id=\"adv_menu_select_edition\" data-state=\"2\" data-key=\"edition\">\n                                <span class=\"advHelperText\">Set Your Edition</span>\n                                <span class=\"nolink\">Michigan</span><span class=\"next\" data-state=\"2\" data-key=\"edition\"></span>\n                            </li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.mlive.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"3013\"></span></li><li><a href=\"http://www.mlive.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"3004\"></span></li><li><a href=\"http://www.mlive.com/hssports/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.mlive.com/weather\">Weather</a><span class=\"next\" data-state=\"2\" data-key=\"3090\"></span></li><li><a href=\"http://www.mlive.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"3086\"></span></li><li><a href=\"http://www.mlive.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6319\"></span></li><li><a href=\"http://autos.mlive.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"3097\"></span></li><li><a href=\"http://realestate.mlive.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"3062\"></span></li><li><a href=\"http://www.mlive.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"3015\"></span></li><li><a href=\"http://www.mlive.com/food/\">Food &amp; Dining</a><span class=\"next\" data-state=\"2\" data-key=\"3100\"></span></li><li><span class=\"nolink\" href=\"\">Lifestyle</span><span class=\"next\" data-state=\"2\" data-key=\"6134\"></span></li><li><a href=\"http://www.mlive.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"3099\"></span></li><li><span class=\"nolink\" href=\"http://www.mlive.com/photos/\">Photos &amp; Videos</span><span class=\"next\" data-state=\"2\" data-key=\"3066\"></span></li><li><a href=\"http://members.mlive.com/\">Become a Member</a><span class=\"next\" data-state=\"2\" data-key=\"3078\"></span></li><li><a href=\"http://realestate.mlive.com/for-rent\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6118\"></span></li><li><a href=\"http://classifieds.mlive.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"3060\"></span></li><li><a href=\"http://www.mlive.com/obituaries/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6318\"></span></li><li><a href=\"http://www.mlive.com/deals/\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6317\"></span></li><li><a href=\"http://businessfinder.mlive.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6316\"></span></li><li><a href=\"http://www.mlive.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6409\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"3013\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/auto/\">Automotive</a></li><li><a href=\"http://www.mlive.com/crime/\">Crime</a></li><li><a href=\"http://topics.mlive.com/tag/searchable-database/posts.html\">Databases</a></li><li><a href=\"http://www.mlive.com/education/\">Education</a></li><li><a href=\"http://www.mlive.com/environment/\">Environment</a></li><li><a href=\"http://www.mlive.com/health\">Health</a></li><li><a href=\"http://www.mlive.com/lottery/\">Lottery</a></li><li><a href=\"http://www.mlive.com/obituaries/\">Obituaries</a></li><li><a href=\"http://www.mlive.com/politics/\">Politics &amp; Elections</a></li><li><a href=\"http://www.mlive.com/newsflash\">U.S. &amp; World</a></li><li><a href=\"http://www.mlive.com/weather\">Weather</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6229\" data-sub-parent=\"3013\"><span class=\"nolink\">Regions</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6229\" data-sub-parent=\"3013\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7063\" data-sub-parent=\"3013\"><span class=\"nolink\">News subscriptions</span><span class=\"next\" data-state=\"3\" data-sub-key=\"7063\" data-sub-parent=\"3013\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/lions/\">Lions</a></li><li><a href=\"http://www.mlive.com/pistons/\">Pistons</a></li><li><a href=\"http://www.mlive.com/redwings/\">Red Wings</a></li><li><a href=\"http://www.mlive.com/tigers/\">Tigers</a></li><li><a href=\"http://www.mlive.com/broncos/\">Broncos</a></li><li><a href=\"http://www.mlive.com/cardinals/\">Cardinals</a></li><li><a href=\"http://www.mlive.com/chippewas/\">Chippewas</a></li><li><a href=\"http://www.mlive.com/eagles/\">Eagles</a></li><li><a href=\"http://www.mlive.com/lakers/\">Lakers</a></li><li><a href=\"http://www.mlive.com/spartans/\">Spartans</a></li><li><a href=\"http://www.mlive.com/wolverines/\">Wolverines</a></li><li><a href=\"http://www.mlive.com/smallcolleges\">Small Colleges</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3083\" data-sub-parent=\"3004\"><span class=\"nolink\">More Sports</span><span class=\"next\" data-state=\"3\" data-sub-key=\"3083\" data-sub-parent=\"3004\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3090\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://connect.mlive.com/staff/torregrossa/posts.html\">Forecasts from Mark Torregrossa</a></li><li><a href=\"http://topics.mlive.com/tag/@mlive-weather/index.html\">Michigan Weather News</a></li><li><a href=\"http://www.mlive.com/weather/\">Radar &amp; More</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3086\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/auto/\">Automotive</a></li><li><a href=\"http://www.mlive.com/business/\">Statewide</a></li><li><a href=\"http://www.mlive.com/business/ann-arbor/\">Ann Arbor</a></li><li><a href=\"http://www.mlive.com/business/jackson-lansing/\">Jackson &amp; Lansing</a></li><li><a href=\"http://www.mlive.com/business/detroit/\">Metro Detroit</a></li><li><a href=\"http://www.mlive.com/business/mid-michigan/\">Mid-Michigan</a></li><li><a href=\"http://www.mlive.com/business/west-michigan/\">West Michigan</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3003\" data-sub-parent=\"3086\"><span class=\"nolink\">More Business</span><span class=\"next\" data-state=\"3\" data-sub-key=\"3003\" data-sub-parent=\"3086\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3015\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/dining/\">Dining Out</a></li><li><a href=\"http://www.mlive.com/events/\">Event Listings</a></li><li><a href=\"http://myevent.mlive.com/web/event.php\">Post an Event</a></li><li><a href=\"http://www.mlive.com/michigansbest\">Michigan&#39;s Best</a></li><li><a href=\"http://www.mlive.com/movies/index.ssf?finder=mlive\">Movie Listings</a></li><li><a href=\"http://www.mlive.com/movies/\">Movies &amp; Reviews</a></li><li><a href=\"http://www.mlive.com/music/\">Music &amp; Reviews</a></li><li><a href=\"http://www.mlive.com/comics-kingdom/\">Comics</a></li><li><a href=\"http://www.mlive.com/celebrity-news/\">Celebrities</a></li><li><a href=\"http://www.mlive.com/puzzles-kingdom/\">Puzzles</a></li><li><a href=\"http://affiliate.zap2it.com/tvlistings/ZCGrid.do?aid=mli\">TV Listings</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3100\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/dining/\">Dining Out</a></li><li><a href=\"http://www.mlive.com/cooking/\">Cooking &amp; Recipes</a></li><li><a href=\"http://www.mlive.com/cooking/heathly-eating/\">Healthy Eating</a></li><li><a href=\"http://www.mlive.com/ziplist\">My Recipe Box</a></li><li><a href=\"http://www.mlive.com/michigansbest\">Michigan&#39;s Best</a></li><li><a href=\"http://www.mlive.com/beer\">Beer</a></li><li><a href=\"http://www.mlive.com/drinks/\">Drinks</a></li><li><a href=\"http://www.mlive.com/wine/\">Wine</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6134\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/celebrations\">Celebrations</a></li><li><a href=\"http://www.mlive.com/health/\">Health &amp; Fitness</a></li><li><a href=\"http://www.mlive.com/homeandgarden/\">Home &amp; Garden</a></li><li><a href=\"http://www.mlive.com/travel/\">Travel</a></li><li><a href=\"http://www.mlive.com/weddings/\">Weddings</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3099\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://connect.mlive.com/user/BraunKen/posts.html\">Ken Braun</a></li><li><a href=\"http://connect.mlive.com/user/sjdemas/posts.html\">Susan Demas</a></li><li><a href=\"http://connect.mlive.com/user/timskubick/posts.html\">Tim Skubick</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6443\" data-sub-parent=\"3099\"><span class=\"nolink\">By Region</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6443\" data-sub-parent=\"3099\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3066\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.mlive.com/8002564/galleries/index.html\">Ann Arbor Photos</a></li><li><a href=\"http://photos.mlive.com/4468/galleries/index.html\">Bay City Photos</a></li><li><a href=\"http://photos.mlive.com/5628/galleries/index.html\">Detroit Photos</a></li><li><a href=\"http://photos.mlive.com/4466/galleries/index.html\">Flint Photos</a></li><li><a href=\"http://photos.mlive.com/4469/galleries/index.html\">Grand Rapids Photos</a></li><li><a href=\"http://photos.mlive.com/4471/galleries/index.html\">Jackson Photos</a></li><li><a href=\"http://photos.mlive.com/4472/galleries/index.html\">Kalamazoo Photos</a></li><li><a href=\"http://photos.mlive.com/8002029/galleries/index.html\">Lansing Photos</a></li><li><a href=\"http://photos.mlive.com/4474/galleries/index.html\">Muskegon Photos</a></li><li><a href=\"http://photos.mlive.com/4473/galleries/index.html\">Saginaw Photos</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3044\" data-sub-parent=\"3066\"><a href=\"http://videos.mlive.com/mlive/index.html\">Videos</a><span class=\"next\" data-state=\"3\" data-sub-key=\"3044\" data-sub-parent=\"3066\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3078\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"https://members.mlive.com/login.aspx?ReturnUrl=%2fSecurePage%2fselectaccount.aspx\">Manage your Subscriptions</a></li><li><a href=\"http://benefits.mlive.com/\">My Michigan Membership Benefits</a></li><li><a href=\"http://benefits.mlive.com/digital/\">eReplica</a></li><li><a href=\"http://update.mlive.com/adv_mlive/newsletters/mlive/subscribe.htm\">Newsletters</a></li><li><a href=\"http://www.mlivemediagroup.com/brands/newspapers/\">Our Newspapers</a></li><li><a href=\"http://www.mlive.com/rss/\">RSS Feeds</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.mlive.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.mlive.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/cheer/\">Competitive Cheer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysskiing/\">Boys Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsicehockey/\">Girls Ice Hockey</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.mlive.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyswaterpolo/\">Boys Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlswaterpolo/\">Girls Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysrowing/\">Boys Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsrowing/\">Girls Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/equestrian/\">Equestrian</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysrugby/\">Boys Rugby</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysgymnastics/\">Boys Gymnastics</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.mlive.com/connect/social/#Facebook\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.mlive.com/connect/social/#Twitter\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/u/0/118382608325892108926\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"ann-arbor\" data-val=\"ann-arbor\"><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"bay-city\" data-val=\"bay-city\"><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"flint\" data-val=\"flint\"><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"grand-rapids\" data-val=\"grand-rapids\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"jackson\" data-val=\"jackson\"><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"kalamazoo\" data-val=\"kalamazoo\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"muskegon\" data-val=\"muskegon\"><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"saginaw\" data-val=\"saginaw\"><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n                        <ul id=\"adv_menu_edition\" class=\"advMenuSub advMenu\" data-key=\"edition\">\n                            \n                            <li data-value=\"ann-arbor\" data-state=\"7\">Ann Arbor</li>\n                            \n                            <li data-value=\"bay-city\" data-state=\"7\">Bay City</li>\n                            \n                            <li data-value=\"detroit\" data-state=\"7\">Detroit</li>\n                            \n                            <li data-value=\"flint\" data-state=\"7\">Flint</li>\n                            \n                            <li data-value=\"grand-rapids\" data-state=\"7\">Grand Rapids</li>\n                            \n                            <li data-value=\"jackson\" data-state=\"7\">Jackson</li>\n                            \n                            <li data-value=\"kalamazoo\" data-state=\"7\">Kalamazoo</li>\n                            \n                            <li data-value=\"lansing\" data-state=\"7\">Lansing</li>\n                            \n                            <li data-value=\"muskegon\" data-state=\"7\">Muskegon</li>\n                            \n                            <li data-value=\"saginaw\" data-state=\"7\">Saginaw</li>\n                            \n                            <li data-value=\"michigan\" data-state=\"7\">All Michigan</li>\n                        \n                        </ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.mlive.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search MLive</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>MLive</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.mlive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"mlive\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.mlive.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.mlive.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.mlive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.mlive.com/sign-in/?option=Facebook\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.mlive.com/sign-in/?option=Google\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.mlive.com/sign-in/?option=AIM\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.mlive.com/sign-in/?option=Twitter\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"ann-arbor\" data-val=\"ann-arbor\"><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\n                    \n                        <li value=\"bay-city\" data-val=\"bay-city\"><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\n                    \n                        <li value=\"flint\" data-val=\"flint\"><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\n                    \n                        <li value=\"grand-rapids\" data-val=\"grand-rapids\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\n                    \n                        <li value=\"jackson\" data-val=\"jackson\"><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\n                    \n                        <li value=\"kalamazoo\" data-val=\"kalamazoo\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\n                    \n                        <li value=\"muskegon\" data-val=\"muskegon\"><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\n                    \n                        <li value=\"saginaw\" data-val=\"saginaw\"><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n\t<!-- only for edition-based affiliates -->\n    <div id=\"adv_mobi_edition\">\n        <h3>Michigan</h3>\n        <span data-state=\"7\">Change Region</span>\n    </div>\n    <!-- /only for edition-based affiliates -->\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var News = 'News';\n        comscorekw=News;\n        return News;\n\t\n}\nfunction getToprailMenuContext() {\n        return '3013';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Police release surveillance photos in Dec. 22 University Bank robbery</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"university_bank_robbery_survei\";\n        m_gallery_id = \"16662995\";\n        m_gallery_total = \"2\";\n        m_gallery_blog_id = \"8002564\";\n        m_gallery_related_slide = \"0\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/robbery2png-791cb09fdf824191.png\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/robbery2png-791cb09fdf824191.png\"\n                            data-title=\"robbery2.PNG\"\n                            data-titleurl=\"\"\n                            data-description=\"A surveillance photo of the suspect in the University Bank robbery on Dec. 22.\"\n                            data-credit=\"Ann Arbor Police Department\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/robbery2png-791cb09fdf824191.png\" \n                            data-author=\"dmoran6\"\n                            data-author-username=\"Darcie Moran | dmoran@mlive.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\"\n                            data-title=\"robbery1.PNG\"\n                            data-titleurl=\"\"\n                            data-description=\"A surveillance photo of the suspect in the University Bank robbery on Dec. 22.\"\n                            data-credit=\"Ann Arbor Police Department\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png\" \n                            data-author=\"dmoran6\"\n                            data-author-username=\"Darcie Moran | dmoran@mlive.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n\n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.mlive.com/annarbornews_impact/print.html?entry=/2014/12/police_release_surveillance_ph.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.mlive.com/staff/dmoran6/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.mlive.com/avatars/10715685.png\" data-position=\"byline-avatar\">Darcie Moran | dmoran@mlive.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.mlive.com/staff/dmoran6/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tDarcie Moran | dmoran@mlive.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Ann Arbor News</span>\n\t\t<br /> <a href=\"https://twitter.com/dgmoran0613\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 29, 2014 at  2:48 PM, updated <span class=\"updated\" title=\"2014-12-29T19:51:31Z\">December 29, 2014 at  2:51 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <!-- No longer used; Pushed down into parent template -->\n<div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mlive.com%2Fnews%2Fann-arbor%2Findex.ssf%2F2014%2F12%2Fpolice_release_surveillance_ph.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.mlive.com%2Fnews%2Fann-arbor%2Findex.ssf%2F2014%2F12%2Fpolice_release_surveillance_ph.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Police release surveillance photos in Dec. 22 University Bank robbery',\n            'link':'http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/police_release_surveillance_ph.html',\n            'desc': 'Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22. ',\n\t    'thumbnail': 'http://imgick.mlive.com/home/mlive-media/river/img/ann-arbor_photos/photo/robbery1png-ab8dd6305632abff.png'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>Police have released surveillance photos in hopes of garnering help to track down a suspect in <a href=\"http://www.mlive.com/news/ann-arbor/index.ssf/2014/12/search_underway_for_suspect_in.html\">the University Bank robbery on Dec. 22</a>.  </p>\n\n<p>Although the photos do not show clear images of the suspect&#8217;s face, they show what appears to be a white male in dark colored clothing. </p>\n\n<p>The man is described as being in his 20s, about 5 feet 11 inches tall and 200 pounds, Ann Arbor Police Department Detective Lt. Robert Pfannes said. He is described as wearing dark rimmed glasses, a dark grey or khaki hooded sweater, black pants and white gym shoes. </p>\n\n<p>He was wearing an open-face knit ski hat that encircled his face.</p>\n\n<p>The robbery took place at about 3:15 p.m. Dec. 22 when a man entered University Bank at 2015 Washtenaw Avenue and handed a note to a bank teller, Pfannes previously said.</p>\n\n<p>The note implied the suspect, described as a white male, had a weapon and demanded money, he said.  After taking money, the man then fled on foot. </p>\n\n<p>The man may have then entered a car in 2100 block of Washtenaw, Pfannes said Monday. </p>\n\n<p>Those with information on the bank robbery are asked to contact the Ann Arbor Police Department tip line at 734-794-6939 or e-mail TIPS@a2gov.org.</p>\n\n<div><script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"photo_gallery_university_bank_\";\n        m_gallery_id = \"16627141\";\n        m_gallery_total = \"6\";\n        m_gallery_blog_id = \"8002564\";\n        m_gallery_related_slide = \"0\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-0b53f6028bdf9244.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-0b53f6028bdf9244.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"Police from both Ann Arbor and the University of Michigan on the scene after bank robbery at University Bank in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record | PRecord@MLive.com\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-0b53f6028bdf9244.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.mlive.com/user/PRecord/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-ade492bb96b8657e.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-ade492bb96b8657e.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"Ann Arbor Police on scene after a bank robbery at University Bank in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-ade492bb96b8657e.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-ddc86066792ffbc9.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-ddc86066792ffbc9.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"An Ann Arbor Police officer checks on a residents house after the University Bank was robbed next to her house in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-ddc86066792ffbc9.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-2fb7558b84e5b02e.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-2fb7558b84e5b02e.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"Ann Arbor Police on scene after a bank robbery at University Bank in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-2fb7558b84e5b02e.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-cedeba45319393f7.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-cedeba45319393f7.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"Ann Arbor Police on scene after a bank robbery at University Bank in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-cedeba45319393f7.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.mlive.com/ann-arbor_photos/photo/-96333935e52c3769.JPG\"\n                            data-big=\"http://imgick.mlive.com/home/mlive-media/pgfull/img/ann-arbor_photos/photo/-96333935e52c3769.JPG\"\n                            data-title=\"Photo gallery: University Bank robbed in Ann Arbor\"\n                            data-titleurl=\"\"\n                            data-description=\"A University of Michigan K-9 on the scene of a bank robbery at University Bank in Ann Arbor on Dec. 22, 2014. Patrick Record | The Ann Arbor News\"\n                            data-credit=\"Patrick Record\"\n                            data-thumb=\"http://imgick.mlive.com/home/mlive-media/pgthumb/img/ann-arbor_photos/photo/-96333935e52c3769.JPG\" \n                            data-author=\"PRecord\"\n                            data-author-username=\"Patrick Record | PRecord@MLive.com\"\n                            data-tags=\"ann arbor;bank robbery;university bank\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n\n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n&nbsp;</div>\n\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mlive.com%2Fnews%2Fann-arbor%2Findex.ssf%2F2014%2F12%2Fpolice_release_surveillance_ph.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.mlive.com%2Fnews%2Fann-arbor%2Findex.ssf%2F2014%2F12%2Fpolice_release_surveillance_ph.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    <header><h1>Vaccines in Michigan</h1></header>\r\n\r\n    <div class=\"promo-box\">\r\n        \r\n\r\n        \r\n            <a href=\"http://www.mlive.com/news/index.ssf/2014/12/michigan_vaccinations.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.mlive.com/mlive_statewide_river_candidates/photo/vaccinesbanner200jpg-1b83578529d4c558.jpg\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.mlive.com/news/index.ssf/2014/12/michigan_vaccinations.html\">Examining Michigan&#39;s high vaccination waiver rates</a></h2>\r\n        <p></p>\r\n\r\n        \r\n        \r\n\r\n        <ul class=\"promo-headlines\">\r\n            <li class=\"view-bulleted\"><a href=\"http://www.mlive.com/news/index.ssf/2014/12/michigan_vaccinations_risk_imm.html\">Experts: Waivers put Michigan at risk</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.mlive.com/news/index.ssf/2014/12/how_do_vaccinations_work_the_s.html\">How do vaccinations work?</a></li>\r\n            <li class=\"view-bulleted\"><a href=\"http://www.mlive.com/opinion/index.ssf/2014/12/editorial_remove_philosophical.html\">Editorial: End &#39;philosophical&#39; waivers</a></li>\r\n            \r\n            \r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://topics.mlive.com/tag/michigan-vaccinations/posts.html\">View all coverage &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(2);\n            var most_read_story_count = parseInt(6)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    <!-- place holder -->\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Get the latest updates</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://www.mlive.com/newsletters\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.mlive.com/images/pagebuilder/letters_icon.png\" data-position=\"blog_promo-item\">\r\n                            <span>Subscribe to our newsletters</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.mlive.com/connect/social/#Facebook\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.mlive.com/images/pagebuilder/facebook-thumbnail-60.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Like MLive on Facebook</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.mlive.com/connect/social/#Twitter\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.mlive.com/images/pagebuilder/twitter_icon_60.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Follow MLive on Twitter</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of MLive.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.mlive.com/wolverines/index.ssf/2015/01/michigan_coach_jim_harbaugh_re.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693544-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/wolverines/index.ssf/2015/01/michigan_coach_jim_harbaugh_re.html#incart_hbx\" >@CoachJim4UM: Jim Harbaugh returns to Twitter</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.mlive.com/weather/index.ssf/2015/01/winter_storm_in_michigan_this.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693531-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/weather/index.ssf/2015/01/winter_storm_in_michigan_this.html#incart_hbx\" >Winter storm this weekend may bring freezing rain</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.mlive.com/news/detroit/index.ssf/2015/01/spirit_of_detroit_gets_playoff.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693526-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/news/detroit/index.ssf/2015/01/spirit_of_detroit_gets_playoff.html#incart_hbx\" >'Spirit of Detroit' statue gets giant Lions jersey</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.mlive.com/static/mlive/static/img/footer-logo-mlive-inc.png\" alt=\"MLive logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\t\t\t    \t <div class=\"cluster clearfix\">\r\n                                <h2>About Us</h2>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com\">MLive Media Group</a></li>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com/about/team/\">Our Team</a></li>\r\n                                                <li><a href=\"http://www.mlive.com/advertise/\">Advertise</a></li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                                <li><a href=\"http://blog.mlive.com/mlive_contacts/contact_home.html\" title=\"Contact Us\">Contact Us</a></li>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com/careers\">Jobs at MLive</a></li>\r\n                                        </ul>\r\n                                </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscriptions</h2>\r\n\t\t\t\t<p><a href=\"https://members.mlive.com/index.aspx?siteCode=MI\">Newspaper</a> | <a href=\"http://benefits.mlive.com/digital/\">Digital Editions</a> | <a href=\"http://www.mlive.com/enewsletters/\">eNewsletters</a></p>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\t\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>MLive Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.mlive.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/deathnotices/\">Obituaries</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.mlive.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/for-rent/\">Apartment Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.mlive.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/deals/\">Local Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.mlive.com\">Local Businesses</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/business-resource-center/\">Business Resource Center</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/ann-arbor/\">Ann Arbor</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/bay-city/\">Bay City</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/detroit/\">Detroit</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/flint/\">Flint</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/grand-rapids/\">Grand Rapids</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jackson/\">Jackson</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/kalamazoo/\">Kalamazoo</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/lansing/\">Lansing</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/muskegon/\">Muskegon</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/saginaw/\">Saginaw</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.mlive.com/mobile-device/\">Mobile Apps</a> | <a href=\"http://www.mlive.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on MLive</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://blog.mlive.com/updates/2014/01/mlivecom_galleries.html\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.mlive.com/mlive\">Video</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jobs/\">Post a job</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/classifieds/free/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/placead/\">Sell/Rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/for-rent/\">Apartments and Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/sitemap/\">Site Map</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n                    \t<a href=\"http://www.mlive.com/connect/social/#Twitter\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n                    \t<a href=\"http://www.mlive.com/connect/social/#Facebook\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n                    \t<a href=\"https://plus.google.com/u/0/118382608325892108926\" class=\"adv-icn-google icn-link\">Google+</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\"><img src=\"http://media.mlive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.mlive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.mlive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 MLive Media Group All rights reserved (<a href=\"http://www.mlive.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of MLive Media Group</p>\r\n            <p><a href=\"http://www.mlive.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.mlive.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.mlive.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.mlive.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.mlive.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/mlive.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tDetroit Lions' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset | \t\t\t\t\t\tMLive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Detroit Lions' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">MLive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Kyle Meinke |  kmeinke@mlive.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's - which actually forced Ferguson from the game - it also looked intentional. </Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.mlive.com/lions_impact/photo/16658078-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/28/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Detroit Lions\\u0027 Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset\", \"link\": \"http://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html\", \"image_url\": \"http://imgick.mlive.com/home/mlive-media/width620/img/lions_impact/photo/ndamukong-suh-f4550c6cb7c62612.jpg\", \"type\": \"post\", \"post_id\": \"14843138\", \"pub_date\": \"2014-12-29T02:16:05Z\", \"author\": \"Kyle Meinke |  kmeinke@mlive.com\", \"tags\": [\"@mlive-river\",\"lions-packers-2014\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.mlive.com/lions_impact/photo/ndamukong-suh-f4550c6cb7c62612.jpg\", \"author_name\": \"kmmeinke\", \"author_nickname\": \"Kyle Meinke |  kmeinke@mlive.com\", \"author_id\": \"10628\", \"source_blog_name\": \"Detroit Lions\", \"source_blog_url\": \"http://www.mlive.com/lions/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Detroit Lions' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset\" />\n\t<meta name=\"article_publication_name\" content=\"MLive.com\" />\n\t<meta name=\"article_author\" content=\"Kyle Meinke |  kmeinke@mlive.com\" />\n\t<meta name=\"article_date_original\" content=\"Sunday, December 28, 2014,  9:10 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014, 10:09 AM\" />\n\t<link rel=\"image_src\" href=\"http://media.mlive.com/lions_impact/photo/16658078-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"lions-packers-2014\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's -- which actually forced Ferguson from the game -- it also looked intentional. \" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.mlive.com/lions_impact/photo/16658078-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@mlive\" />\n\t\t<meta name=\"twitter:creator\" content=\"@kmeinke\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Detroit Lions' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset\" />\n\t<meta property=\"og:description\" content=\"This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's -- which actually forced Ferguson from the game -- it also looked intentional. \" />\n\t<meta property=\"og:site_name\" content=\"MLive.com\" />\n\t<meta property=\"og:url\" content=\"http://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.mlive.com/home/mlive-media/width620/img/lions_impact/photo/ndamukong-suh-f4550c6cb7c62612.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.mlive.com/lions_impact/photo/16658078-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.mlive.com/design/alpha/img/logo_mlive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.mlive.com/lions_impact/photo/16658078-thumb_square_large.jpg',\n\t\thref: 'http://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html'\n\t\t}\n\t\tvar desc  = 'This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago\\'s Ego Ferguson. And though Suh\\'s play was less violent than Raiola\\'s -- which actually forced Ferguson from the game -- it also looked intentional. ';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352336\",\n\t\t\"articleId\": \"960a31eff264107c5d74c0e312f9bf3f\",\n\t\t\"checksum\": \"7d492008febbd50f6cbd8c5f73e144a9\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjdkNDkyMDA4ZmViYmQ1MGY2Y2JkOGM1ZjczZTE0NGE5IiwiYXJ0aWNsZUlkIjoiOTYwYTMxZWZmMjY0MTA3YzVkNzRjMGUzMTJmOWJmM2YiLCJ1cmwiOiJodHRwOi8vd3d3Lm1saXZlLmNvbS9saW9ucy9pbmRleC5zc2YvMjAxNC8xMi9kZXRyb2l0X2xpb25zX25kYW11a29uZ19zdWhfd2lfMi5odG1sIiwidGl0bGUiOiJEZXRyb2l0IExpb25zJyBOZGFtdWtvbmcgU3VoIGZhY2VzIE5GTCByZXZpZXcgYWZ0ZXIgc3RlcHBpbmcgb24gQWFyb24gUm9kZ2VyczsgUGFja2VycyB1cHNldCIsInRhZ3MiOiJleHBlcnQsQG1saXZlLXJpdmVyLGxpb25zLXBhY2tlcnMtMjAxNCJ9.keE2tO5C1XAqFV6w61qO_sweO4Artp3U7q2QnaG3H98\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"10628\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Detroit Lions\" href=\"http://www.mlive.com/lions/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.mlive.com/lions_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.mlive.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/m/mlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/burt/adv_burt_mlive.js\"></script>\n\n\n\n\n\n<script type=\"text/javascript\" src=\"http://media.mlive.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.mlive.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.mlive.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"2235\";\n\t\tm_blog_name = \"Detroit Lions\";\n\t\tm_blog_url = \"http://www.mlive.com/lions/index.ssf/\";\n\t\tm_blog_newspaper = \"\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Detroit Lions\\' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Kyle Meinke |  kmeinke@mlive.com\";\n\t\t\tm_entry_author_username = \"kmmeinke\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"detroit_lions_ndamukong_suh_wi_2\";\n\t\tm_entry_link = \"http://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html\";\n\t\tm_entry_tags = \"lions-packers-2014\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14843138\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's -- which actually forced Ferguson from the game -- it also looked intentional.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/m/mlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.mlive.com/static/common/js/burt/adv_burt_mlive.js\"></script>\n\n\n\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/mlive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.mlive.com/\" title=\"MLive\"><span class=\"ir\">MLive</span></a>\n\t\t\t\t<div id=\"adv_header_text\">\n                    <h3 data-state=\"7\" class=\"advEdition\">\n                        \n                        <span>Michigan</span>\n                    </h3>\n                </div>\n                \n\t\t\t\t<div id=\"adv_edition_dropdown\" class=\"advDropdown advLayer\">\n\t\t\t\t\t<div class=\"advPanelArrow\"></div>\n\t\t\t\t\t<div class=\"advDropdownOuter\">\n\t\t\t\t\t\t<div class=\"advDropdownInner\">\n\t\t\t\t\t\t\t<ul id=\"adv_edition_menu\" class=\"advMenuSecondary advMenuSub advMenu\">\n\t\t\t\t\t\t\t    \n                                <li data-value=\"ann-arbor\" data-state=\"7\">Ann Arbor</li>\n                                \n                                <li data-value=\"bay-city\" data-state=\"7\">Bay City</li>\n                                \n                                <li data-value=\"detroit\" data-state=\"7\">Detroit</li>\n                                \n                                <li data-value=\"flint\" data-state=\"7\">Flint</li>\n                                \n                                <li data-value=\"grand-rapids\" data-state=\"7\">Grand Rapids</li>\n                                \n                                <li data-value=\"jackson\" data-state=\"7\">Jackson</li>\n                                \n                                <li data-value=\"kalamazoo\" data-state=\"7\">Kalamazoo</li>\n                                \n                                <li data-value=\"lansing\" data-state=\"7\">Lansing</li>\n                                \n                                <li data-value=\"muskegon\" data-state=\"7\">Muskegon</li>\n                                \n                                <li data-value=\"saginaw\" data-state=\"7\">Saginaw</li>\n                                \n                                <li data-value=\"michigan\" data-state=\"7\">All Michigan</li>\n                            \n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.mlive.com/\">Home</a></li>\n                            \n                            <li id=\"adv_menu_select_edition\" data-state=\"2\" data-key=\"edition\">\n                                <span class=\"advHelperText\">Set Your Edition</span>\n                                <span class=\"nolink\">Michigan</span><span class=\"next\" data-state=\"2\" data-key=\"edition\"></span>\n                            </li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.mlive.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"3013\"></span></li><li><a href=\"http://www.mlive.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"3004\"></span></li><li><a href=\"http://www.mlive.com/hssports/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.mlive.com/weather\">Weather</a><span class=\"next\" data-state=\"2\" data-key=\"3090\"></span></li><li><a href=\"http://www.mlive.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"3086\"></span></li><li><a href=\"http://www.mlive.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6319\"></span></li><li><a href=\"http://autos.mlive.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"3097\"></span></li><li><a href=\"http://realestate.mlive.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"3062\"></span></li><li><a href=\"http://www.mlive.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"3015\"></span></li><li><a href=\"http://www.mlive.com/food/\">Food &amp; Dining</a><span class=\"next\" data-state=\"2\" data-key=\"3100\"></span></li><li><span class=\"nolink\" href=\"\">Lifestyle</span><span class=\"next\" data-state=\"2\" data-key=\"6134\"></span></li><li><a href=\"http://www.mlive.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"3099\"></span></li><li><span class=\"nolink\" href=\"http://www.mlive.com/photos/\">Photos &amp; Videos</span><span class=\"next\" data-state=\"2\" data-key=\"3066\"></span></li><li><a href=\"http://members.mlive.com/\">Become a Member</a><span class=\"next\" data-state=\"2\" data-key=\"3078\"></span></li><li><a href=\"http://realestate.mlive.com/for-rent\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6118\"></span></li><li><a href=\"http://classifieds.mlive.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"3060\"></span></li><li><a href=\"http://www.mlive.com/obituaries/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6318\"></span></li><li><a href=\"http://www.mlive.com/deals/\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6317\"></span></li><li><a href=\"http://businessfinder.mlive.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6316\"></span></li><li><a href=\"http://www.mlive.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6409\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"3013\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/auto/\">Automotive</a></li><li><a href=\"http://www.mlive.com/crime/\">Crime</a></li><li><a href=\"http://topics.mlive.com/tag/searchable-database/posts.html\">Databases</a></li><li><a href=\"http://www.mlive.com/education/\">Education</a></li><li><a href=\"http://www.mlive.com/environment/\">Environment</a></li><li><a href=\"http://www.mlive.com/health\">Health</a></li><li><a href=\"http://www.mlive.com/lottery/\">Lottery</a></li><li><a href=\"http://www.mlive.com/obituaries/\">Obituaries</a></li><li><a href=\"http://www.mlive.com/politics/\">Politics &amp; Elections</a></li><li><a href=\"http://www.mlive.com/newsflash\">U.S. &amp; World</a></li><li><a href=\"http://www.mlive.com/weather\">Weather</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6229\" data-sub-parent=\"3013\"><span class=\"nolink\">Regions</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6229\" data-sub-parent=\"3013\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7063\" data-sub-parent=\"3013\"><span class=\"nolink\">News subscriptions</span><span class=\"next\" data-state=\"3\" data-sub-key=\"7063\" data-sub-parent=\"3013\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/lions/\">Lions</a></li><li><a href=\"http://www.mlive.com/pistons/\">Pistons</a></li><li><a href=\"http://www.mlive.com/redwings/\">Red Wings</a></li><li><a href=\"http://www.mlive.com/tigers/\">Tigers</a></li><li><a href=\"http://www.mlive.com/broncos/\">Broncos</a></li><li><a href=\"http://www.mlive.com/cardinals/\">Cardinals</a></li><li><a href=\"http://www.mlive.com/chippewas/\">Chippewas</a></li><li><a href=\"http://www.mlive.com/eagles/\">Eagles</a></li><li><a href=\"http://www.mlive.com/lakers/\">Lakers</a></li><li><a href=\"http://www.mlive.com/spartans/\">Spartans</a></li><li><a href=\"http://www.mlive.com/wolverines/\">Wolverines</a></li><li><a href=\"http://www.mlive.com/smallcolleges\">Small Colleges</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3083\" data-sub-parent=\"3004\"><span class=\"nolink\">More Sports</span><span class=\"next\" data-state=\"3\" data-sub-key=\"3083\" data-sub-parent=\"3004\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3090\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://connect.mlive.com/staff/torregrossa/posts.html\">Forecasts from Mark Torregrossa</a></li><li><a href=\"http://topics.mlive.com/tag/@mlive-weather/index.html\">Michigan Weather News</a></li><li><a href=\"http://www.mlive.com/weather/\">Radar &amp; More</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3086\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/auto/\">Automotive</a></li><li><a href=\"http://www.mlive.com/business/\">Statewide</a></li><li><a href=\"http://www.mlive.com/business/ann-arbor/\">Ann Arbor</a></li><li><a href=\"http://www.mlive.com/business/jackson-lansing/\">Jackson &amp; Lansing</a></li><li><a href=\"http://www.mlive.com/business/detroit/\">Metro Detroit</a></li><li><a href=\"http://www.mlive.com/business/mid-michigan/\">Mid-Michigan</a></li><li><a href=\"http://www.mlive.com/business/west-michigan/\">West Michigan</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3003\" data-sub-parent=\"3086\"><span class=\"nolink\">More Business</span><span class=\"next\" data-state=\"3\" data-sub-key=\"3003\" data-sub-parent=\"3086\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3015\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/dining/\">Dining Out</a></li><li><a href=\"http://www.mlive.com/events/\">Event Listings</a></li><li><a href=\"http://myevent.mlive.com/web/event.php\">Post an Event</a></li><li><a href=\"http://www.mlive.com/michigansbest\">Michigan&#39;s Best</a></li><li><a href=\"http://www.mlive.com/movies/index.ssf?finder=mlive\">Movie Listings</a></li><li><a href=\"http://www.mlive.com/movies/\">Movies &amp; Reviews</a></li><li><a href=\"http://www.mlive.com/music/\">Music &amp; Reviews</a></li><li><a href=\"http://www.mlive.com/comics-kingdom/\">Comics</a></li><li><a href=\"http://www.mlive.com/celebrity-news/\">Celebrities</a></li><li><a href=\"http://www.mlive.com/puzzles-kingdom/\">Puzzles</a></li><li><a href=\"http://affiliate.zap2it.com/tvlistings/ZCGrid.do?aid=mli\">TV Listings</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3100\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/dining/\">Dining Out</a></li><li><a href=\"http://www.mlive.com/cooking/\">Cooking &amp; Recipes</a></li><li><a href=\"http://www.mlive.com/cooking/heathly-eating/\">Healthy Eating</a></li><li><a href=\"http://www.mlive.com/ziplist\">My Recipe Box</a></li><li><a href=\"http://www.mlive.com/michigansbest\">Michigan&#39;s Best</a></li><li><a href=\"http://www.mlive.com/beer\">Beer</a></li><li><a href=\"http://www.mlive.com/drinks/\">Drinks</a></li><li><a href=\"http://www.mlive.com/wine/\">Wine</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6134\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.mlive.com/celebrations\">Celebrations</a></li><li><a href=\"http://www.mlive.com/health/\">Health &amp; Fitness</a></li><li><a href=\"http://www.mlive.com/homeandgarden/\">Home &amp; Garden</a></li><li><a href=\"http://www.mlive.com/travel/\">Travel</a></li><li><a href=\"http://www.mlive.com/weddings/\">Weddings</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3099\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://connect.mlive.com/user/BraunKen/posts.html\">Ken Braun</a></li><li><a href=\"http://connect.mlive.com/user/sjdemas/posts.html\">Susan Demas</a></li><li><a href=\"http://connect.mlive.com/user/timskubick/posts.html\">Tim Skubick</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6443\" data-sub-parent=\"3099\"><span class=\"nolink\">By Region</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6443\" data-sub-parent=\"3099\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3066\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.mlive.com/8002564/galleries/index.html\">Ann Arbor Photos</a></li><li><a href=\"http://photos.mlive.com/4468/galleries/index.html\">Bay City Photos</a></li><li><a href=\"http://photos.mlive.com/5628/galleries/index.html\">Detroit Photos</a></li><li><a href=\"http://photos.mlive.com/4466/galleries/index.html\">Flint Photos</a></li><li><a href=\"http://photos.mlive.com/4469/galleries/index.html\">Grand Rapids Photos</a></li><li><a href=\"http://photos.mlive.com/4471/galleries/index.html\">Jackson Photos</a></li><li><a href=\"http://photos.mlive.com/4472/galleries/index.html\">Kalamazoo Photos</a></li><li><a href=\"http://photos.mlive.com/8002029/galleries/index.html\">Lansing Photos</a></li><li><a href=\"http://photos.mlive.com/4474/galleries/index.html\">Muskegon Photos</a></li><li><a href=\"http://photos.mlive.com/4473/galleries/index.html\">Saginaw Photos</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3044\" data-sub-parent=\"3066\"><a href=\"http://videos.mlive.com/mlive/index.html\">Videos</a><span class=\"next\" data-state=\"3\" data-sub-key=\"3044\" data-sub-parent=\"3066\"></span></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3078\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"https://members.mlive.com/login.aspx?ReturnUrl=%2fSecurePage%2fselectaccount.aspx\">Manage your Subscriptions</a></li><li><a href=\"http://benefits.mlive.com/\">My Michigan Membership Benefits</a></li><li><a href=\"http://benefits.mlive.com/digital/\">eReplica</a></li><li><a href=\"http://update.mlive.com/adv_mlive/newsletters/mlive/subscribe.htm\">Newsletters</a></li><li><a href=\"http://www.mlivemediagroup.com/brands/newspapers/\">Our Newspapers</a></li><li><a href=\"http://www.mlive.com/rss/\">RSS Feeds</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.mlive.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.mlive.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/cheer/\">Competitive Cheer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysskiing/\">Boys Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsicehockey/\">Girls Ice Hockey</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.mlive.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boyswaterpolo/\">Boys Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlswaterpolo/\">Girls Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysrowing/\">Boys Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/girlsrowing/\">Girls Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/equestrian/\">Equestrian</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysrugby/\">Boys Rugby</a></li> \n\n    <li><a href=\"http://highschoolsports.mlive.com/boysgymnastics/\">Boys Gymnastics</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.mlive.com/connect/social/#Facebook\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.mlive.com/connect/social/#Twitter\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/u/0/118382608325892108926\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"ann-arbor\" data-val=\"ann-arbor\"><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"bay-city\" data-val=\"bay-city\"><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"flint\" data-val=\"flint\"><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"grand-rapids\" data-val=\"grand-rapids\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"jackson\" data-val=\"jackson\"><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"kalamazoo\" data-val=\"kalamazoo\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"muskegon\" data-val=\"muskegon\"><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"saginaw\" data-val=\"saginaw\"><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n                        <ul id=\"adv_menu_edition\" class=\"advMenuSub advMenu\" data-key=\"edition\">\n                            \n                            <li data-value=\"ann-arbor\" data-state=\"7\">Ann Arbor</li>\n                            \n                            <li data-value=\"bay-city\" data-state=\"7\">Bay City</li>\n                            \n                            <li data-value=\"detroit\" data-state=\"7\">Detroit</li>\n                            \n                            <li data-value=\"flint\" data-state=\"7\">Flint</li>\n                            \n                            <li data-value=\"grand-rapids\" data-state=\"7\">Grand Rapids</li>\n                            \n                            <li data-value=\"jackson\" data-state=\"7\">Jackson</li>\n                            \n                            <li data-value=\"kalamazoo\" data-state=\"7\">Kalamazoo</li>\n                            \n                            <li data-value=\"lansing\" data-state=\"7\">Lansing</li>\n                            \n                            <li data-value=\"muskegon\" data-state=\"7\">Muskegon</li>\n                            \n                            <li data-value=\"saginaw\" data-state=\"7\">Saginaw</li>\n                            \n                            <li data-value=\"michigan\" data-state=\"7\">All Michigan</li>\n                        \n                        </ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.mlive.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search MLive</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>MLive</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.mlive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"mlive\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.mlive.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.mlive.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.mlive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.mlive.com/sign-in/?option=Facebook\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.mlive.com/sign-in/?option=Google\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.mlive.com/sign-in/?option=AIM\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.mlive.com/sign-in/?option=Twitter\"><img src=\"http://media.mlive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"ann-arbor\" data-val=\"ann-arbor\"><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\n                    \n                        <li value=\"bay-city\" data-val=\"bay-city\"><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\n                    \n                        <li value=\"flint\" data-val=\"flint\"><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\n                    \n                        <li value=\"grand-rapids\" data-val=\"grand-rapids\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\n                    \n                        <li value=\"jackson\" data-val=\"jackson\"><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\n                    \n                        <li value=\"kalamazoo\" data-val=\"kalamazoo\"><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\n                    \n                        <li value=\"muskegon\" data-val=\"muskegon\"><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\n                    \n                        <li value=\"saginaw\" data-val=\"saginaw\"><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n\t<!-- only for edition-based affiliates -->\n    <div id=\"adv_mobi_edition\">\n        <h3>Michigan</h3>\n        <span data-state=\"7\">Change Region</span>\n    </div>\n    <!-- /only for edition-based affiliates -->\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Sports = 'Sports';\n        comscorekw=Sports;\n        return Sports;\n\t\n}\nfunction getToprailMenuContext() {\n        return '3004';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Detroit Lions' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.mlive.com/lions_impact/photo/ndamukong-suh-f4550c6cb7c62612.jpg\" data-position=\"article-main\" />Ndamukong Suh</span></div><div class=\"Caption\">\n        \n            Lions defensive tackle Ndamukong Suh was seen stepping on Aaron Rodgers' leg during Sunday's loss against the Packers.\n        \n        \n            \n                <em>(AP Photo)</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.mlive.com/lions_impact/print.html?entry=/2014/12/detroit_lions_ndamukong_suh_wi_2.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.mlive.com/staff/kmmeinke/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.mlive.com/avatars/10628.png\" data-position=\"byline-avatar\">Kyle Meinke |  kmeinke@mlive.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.mlive.com/staff/kmmeinke/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tKyle Meinke |  kmeinke@mlive.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">MLive.com</span>\n\t\t<br /> <a href=\"http://twitter.com/kmeinke\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 28, 2014 at  9:10 PM, updated <span class=\"updated\" title=\"2014-12-29T15:09:21Z\">December 29, 2014 at 10:09 AM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <!-- No longer used; Pushed down into parent template -->\n<div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mlive.com%2Flions%2Findex.ssf%2F2014%2F12%2Fdetroit_lions_ndamukong_suh_wi_2.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.mlive.com%2Flions%2Findex.ssf%2F2014%2F12%2Fdetroit_lions_ndamukong_suh_wi_2.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Detroit Lions\\' Ndamukong Suh faces NFL review after stepping on Aaron Rodgers; Packers upset',\n            'link':'http://www.mlive.com/lions/index.ssf/2014/12/detroit_lions_ndamukong_suh_wi_2.html',\n            'desc': 'This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago\\'s Ego Ferguson. And though Suh\\'s play was less violent than Raiola\\'s -- which actually forced Ferguson from the game -- it also looked intentional. ',\n\t    'thumbnail': 'http://imgick.mlive.com/home/mlive-media/river/img/lions_impact/photo/ndamukong-suh-f4550c6cb7c62612.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id=\"series\">\r\n<script type=\"text/javascript\" src=\"http://media.mlive.com/storypackage/15851294/sp.js\" /></script>\r\n</div>\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>GREEN BAY, Wis. -- Here we go again.</p>\n\n<p>Star defensive tackle Ndamukong Suh drew the ire of the Green Bay Packers on Sunday after he stepped on quarterback Aaron Rodgers during the second half of the Detroit Lions' 30-20 loss at Lambeau Field.</p>\n\n<p>The NFL is expected to review the play Monday, according to MMQB's Peter King. Suh probably will not be suspended, but given his extensive track record for in-game safety violations, anything is possible.</p>\n\n<p>This comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's -- which actually forced Ferguson from the game -- it also looked like it could have been intentional. </p>\n\n<p>Suh is seen stepping on Rodgers' left leg once, then reapplying pressure again, lifting up with the off foot to apply his weight to Rodgers' leg.</p>\n\n<p>Rodgers, who already had left the game once with a calf injury, shoved Suh in the back of the leg after the play.</p>\n\n<p>\"He'll probably say it was an accident -- he was getting blocked into (me),\" Rodgers said after the game. \"But we'll see.\"</p>\n\n<p>What did Suh say after the play?</p>\n\n<p>\"He was running off the field. I was talking to (referee) Walt (Anderson), actually. My calf and my ankle were getting stepped on, so we'll see what happens.\"</p>\n\n<p>Green Bay coach Mike McCarthy was much less diplomatic, going so far as to call Suh's play \"ridiculous.\"</p>\n\n<p>\"There's no place for that,\" McCarthy said.</p>\n\n<p> <span id=\"asset-16658153\"><img alt=\"suh.gif\" src=\"http://media.mlive.com/lions_impact/images/suh.gif\" width=\"636\" height=\"357\" class=\"mt-image-center\" style=\"text-align: center; display: block; margin: 0 auto 20px;\" /></span> </p>\n\n<p>Suh skipped his postgame obligations -- a violation of league rules -- but coach Jim Caldwell vouched for him after the game.</p>\n\n<p>\"I didn't see it, and I don't think it was intentional, either,\" Caldwell said.</p>\n\n<p>And why would Caldwell say it wasn't intentional if he hasn't seen it yet?</p>\n\n<p>\"I get briefed on it,\" he said. \"Guys look at it and tell me what they thought, what they saw, so that's it. Don't think it's intentional. End of story.\"</p>\n\n<p>Caldwell said he's not concerned about the mind-set of his team, despite high-profile extracurriculars in back-to-back weeks that have left Detroit vulnerable to suspensions during the most critical stretch of the season. </p>\n\n<p>\"I'm not worried at all,\" he said.</p>\n\n<p>Suh's play drew a ton of heat on social media, with all kinds of experts and analysts weighing in, including noted rapper Lil Wayne.</p>\n\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>Suh stop all dat hatin! Aaron Rodgers u da real MVP!</p>&mdash; Lil Wayne WEEZY F (@LilTunechi) <a href=\"https://twitter.com/LilTunechi/status/549358183001886720\">December 29, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n\n<p><script type=\"text/javascript\"async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script><div class=\"ndn_embed\" data-config-widget-id=\"2\" style=\"width:620px;height:349px\" data-config-type=\"VideoPlayer/Single\" data-config-tracking-group=\"90299\" data-config-playlist-id=\"13434\" data-config-video-id=\"28296152\" data-config-site-section=\"mlivedotcom\"></div></p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mlive.com%2Flions%2Findex.ssf%2F2014%2F12%2Fdetroit_lions_ndamukong_suh_wi_2.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.mlive.com%2Flions%2Findex.ssf%2F2014%2F12%2Fdetroit_lions_ndamukong_suh_wi_2.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if(!Modernizr.touch && (window.m_context == \"blog_entry\" || window.m_context == \"team_page\")) {\n        document.write('<div class=\"SecSponsor\"><div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div></div>');\n    }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section id=\"stats-scoreboard\" class=\"scoreboard ET\">\r\n    <h2>Lions scoreboard</h2>\r\n\r\n    <script type=\"text/javascript\">var now = new Date();var nowSecs = now.getTime();</script>\r\n    <script type=\"text/javascript\" src=\"http://stats.mlive.com/multisport/today-byteam.js.asp?sport=fb&amp;type=mini&amp;team=08&amp;lang=en\"></script>\r\n\r\n    <p>\r\n        \r\n        \r\n        \r\n    </p>\r\n\r\n    <div class=\"StatsLLC\">&copy; 2013 STATS LLC. All rights reserved.</div>\r\n    <div class=\"Button2 adunit nomobilead\" id=\"Button2\"></div>\r\n</section>\r\n\n\n    \n<div style=\"width:300px; height:360px; margin:0 auto;\">\n    <div id=\"perf7y77yz9d2p21j7gis5fh6i8w\">\n        <a href=\"http://www.adobe.com/go/getflashplayer\" target=\"_blank\"><img src=\"http://images.eplayer.performgroup.com/namedImage/12637/install_flash.gif\" alt=\"Get Adobe Flash player\"></a>\n    </div>\n    <script type=\"text/javascript\">\n        AdvAsyncLoader.require('http://static.eplayer.performgroup.com/flash/js/swfobject.js',  function(){\n        AdvAsyncLoader.require('http://static.eplayer.performgroup.com/flash/js/performgroup.js', function(){\n        addCustomPlayer('7y77yz9d2p21j7gis5fh6i8w', '', '', 300, 360, 'perf7y77yz9d2p21j7gis5fh6i8w', 'eplayer2');\n        });\n        });\n    </script>\n</div>\n\n\n    <section class=\"teams_stats\">\r\n    <ul class=\"module-tabs\">\r\n        <li><a href=\"#tab_standings\">Standings</a></li>\r\n        <li><a href=\"#tab_schedule\" class=\"active\">Schedule</a></li>\r\n        <li><a href=\"#tab_players\">Players</a></li>\r\n    </ul>\r\n    <div id=\"tab_standings\" class=\"tab_standings module-block\">\r\n        <h2>Standings</h2>\r\n            <script type=\"text/javascript\" src=\"http://stats.mlive.com/multisport/stats.js.asp?sport=fb&type=standings&div=nfcnorth&lang=en\"></script>\r\n    </div>\r\n    <div id=\"tab_schedule\" class=\"tab_schedule module-block active\">\r\n        <h2>Schedule</h2>\r\n            <script type=\"text/javascript\" src=\"http://stats.mlive.com/multisport/stats.js.asp?sport=fb&type=schedrslt&team=8&lang=en\"></script>\r\n    </div>\r\n    <div id=\"tab_players\" class=\"tab_players module-block\">\r\n        <h2>Players</h2>\r\n            <script type=\"text/javascript\" src=\"http://stats.mlive.com/multisport/stats.js.asp?sport=fb&type=leaders&cat=individual&team=8&lang=en\"></script>\r\n    </div>\r\n</section>\n\n    \r\n<section class=\"entertainment_highlight\">\r\n    <h1>Detroit Lions mobile app</h1>\r\n    \r\n    \r\n\r\n    <h2></h2>\r\n    <div class=\"pod-inner\">\r\n        \r\n            <div class=\"pod-photo\"><a href=\"http://www.mlive.com/mobile-device/\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.mlive.com/lions_impact/photo/detroit-lions-vs-green-bay-packers-2564756fb77d2781.jpg\" /></a></div>\r\n        \r\n\r\n        <h2><a href=\"http://www.mlive.com/mobile-device/\">Stay up-to-date on the latest news and scores. Download our mobile app here</a></h2>\r\n        <div class=\"pod-text\">\r\n            <p> </p>\r\n        </div>\r\n    </div>\r\n</section>\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Lions Beat Writers</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://connect.mlive.com/staff/jrogers/posts.html\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.mlive.com/avatars/282.png\" data-position=\"blog_promo-item\">\r\n                            <span>Justin Rogers</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://connect.mlive.com/user/kmmeinke/posts.html\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.mlive.com/images/pagebuilder/meinke.png\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Kyle Meinke</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(2);\n            var most_read_story_count = parseInt(6)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if(window.m_context == \"blog_entry\") {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    } else {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of MLive.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.mlive.com/wolverines/index.ssf/2015/01/michigan_coach_jim_harbaugh_re.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693544-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/wolverines/index.ssf/2015/01/michigan_coach_jim_harbaugh_re.html#incart_hbx\" >@CoachJim4UM: Jim Harbaugh returns to Twitter</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.mlive.com/weather/index.ssf/2015/01/winter_storm_in_michigan_this.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693531-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/weather/index.ssf/2015/01/winter_storm_in_michigan_this.html#incart_hbx\" >Winter storm this weekend may bring freezing rain</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.mlive.com/news/detroit/index.ssf/2015/01/spirit_of_detroit_gets_playoff.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.mlive.com/mlive_top_stories/photo/16693526-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.mlive.com/news/detroit/index.ssf/2015/01/spirit_of_detroit_gets_playoff.html#incart_hbx\" >'Spirit of Detroit' statue gets giant Lions jersey</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.mlive.com/static/mlive/static/img/footer-logo-mlive-inc.png\" alt=\"MLive logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\t\t\t    \t <div class=\"cluster clearfix\">\r\n                                <h2>About Us</h2>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com\">MLive Media Group</a></li>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com/about/team/\">Our Team</a></li>\r\n                                                <li><a href=\"http://www.mlive.com/advertise/\">Advertise</a></li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                                <li><a href=\"http://blog.mlive.com/mlive_contacts/contact_home.html\" title=\"Contact Us\">Contact Us</a></li>\r\n                                                <li><a href=\"http://www.mlivemediagroup.com/careers\">Jobs at MLive</a></li>\r\n                                        </ul>\r\n                                </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscriptions</h2>\r\n\t\t\t\t<p><a href=\"https://members.mlive.com/index.aspx?siteCode=MI\">Newspaper</a> | <a href=\"http://benefits.mlive.com/digital/\">Digital Editions</a> | <a href=\"http://www.mlive.com/enewsletters/\">eNewsletters</a></p>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=AAN\">The Ann Arbor News</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=BCT\">The Bay City Times</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=FJNL\">The Flint Journal</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=GRP\">The Grand Rapids Press</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=JCP\">Jackson Citizen Patriot</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=GAZ\">Kalamazoo Gazette</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=MC\">Muskegon Chronicle</a></li>\r\n\t\t\t\t    <li><a href=\"http://members.mlive.com/index.aspx?siteCode=SAG\">The Saginaw News</a></li>\t\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>MLive Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.mlive.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/deathnotices/\">Obituaries</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.mlive.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/for-rent/\">Apartment Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.mlive.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/deals/\">Local Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.mlive.com\">Local Businesses</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/business-resource-center/\">Business Resource Center</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/ann-arbor/\">Ann Arbor</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/bay-city/\">Bay City</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/detroit/\">Detroit</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/flint/\">Flint</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/grand-rapids/\">Grand Rapids</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jackson/\">Jackson</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/kalamazoo/\">Kalamazoo</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/lansing/\">Lansing</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/muskegon/\">Muskegon</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/saginaw/\">Saginaw</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.mlive.com/mobile-device/\">Mobile Apps</a> | <a href=\"http://www.mlive.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on MLive</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://blog.mlive.com/updates/2014/01/mlivecom_galleries.html\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.mlive.com/mlive\">Video</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/jobs/\">Post a job</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/classifieds/free/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/placead/\">Sell/Rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.mlive.com/for-rent/\">Apartments and Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mlive.com/sitemap/\">Site Map</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n                    \t<a href=\"http://www.mlive.com/connect/social/#Twitter\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n                    \t<a href=\"http://www.mlive.com/connect/social/#Facebook\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n                    \t<a href=\"https://plus.google.com/u/0/118382608325892108926\" class=\"adv-icn-google icn-link\">Google+</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\"><img src=\"http://media.mlive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.mlive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.mlive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 MLive Media Group All rights reserved (<a href=\"http://www.mlive.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of MLive Media Group</p>\r\n            <p><a href=\"http://www.mlive.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.mlive.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.mlive.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/newyorker.com1.html",
    "content": "<!doctype html>\n<!--[if IE 7]> <html class=\"no-js oldie ie8 ie7\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js oldie ie8\" lang=\"en\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" itemscope itemtype=\"http://schema.org/NewsArticle\"> <!--<![endif]-->\n<head>\n\t\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQUFVlRbGwcDV1ZRBwQ=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<title>Climate-Change Christmas Carols</title>\n\n<meta name=\"author\" content=\"\">\n\n<meta itemprop=\"name\" content=\"Climate-Change Christmas Carols\">\n<meta itemprop=\"publisher\" content=\"The New Yorker\" itemtype=\"http://schema.org/Organization\">\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n\n<!-- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n-->\n<!-- minimal-ui=1 -->\n<meta name=\"HandheldFriendly\" content=\"true\">\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n<meta name=\"apple-mobile-web-app-title\" content=\"The New Yorker\">\n\n<meta name=\"environment\" content=\"prod\">\n<meta name=\"tny:id\" content=\"2927117\">\n<link rel=\"shortcut icon\" href=\"/wp-content/assets/dist/img/icon/favicon.ico\">\n<link rel=\"apple-touch-icon\" href=\"/wp-content/assets/dist/img/icon/apple-touch-icon.png\">\n<link rel=\"apple-touch-icon-precomposed\" href=\"/wp-content/assets/dist/img/icon/apple-touch-icon-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/wp-content/assets/dist/img/icon/apple-touch-icon-57x57-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/wp-content/assets/dist/img/icon/apple-touch-icon-114x114-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/wp-content/assets/dist/img/icon/apple-touch-icon-144x144-precomposed.png\">\n\n<meta property=\"fb:app_id\" content=\"179662042076731\">\n<meta property=\"fb:admins\" content=\"648235154,789168297,688620285\">\n<meta name=\"google-site-verification\" content=\"_jvLA9pRQom0-f6587wRKrNwfRtqyKzjfYWvwcZ5fxc\" />\n\n<link rel=\"stylesheet\" href=\"/wp-content/assets/dist/css/core.min.css?cb=20141231181224\">\n\t\n\n<script src=\"//use.typekit.net/wth6gwt.js\"></script>\n<script>try{Typekit.load();}catch(e){};</script>\n\n<script>\n  var CN = CN || {};\n  /* <![CDATA[ */\n  var platformEnvironment = 'production';\n  var sitehost = \"http://www.newyorker.com\";\n  var omniture_init = [];\n  CN.omniture = CN.omniture || {};CN.omniture.conf = {\"s_account\":\"conde-newyorker\",\"server\":\"stats2.newyorker.com\",\"secureServer\":\"sstats.newyorker.com\",\"internalFilters\":\"javascript:,newyorker.com,advancemags.com\"};\n  /* ]]> */\n</script>\t<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n\t<script src=\"/wp-content/assets/dist/js/head.min.js?cb=20141231181224\"></script> \n\n\n<link rel=\"dns-prefetch\" href=\"//stats2.newyorker.com\" /><link rel=\"dns-prefetch\" href=\"//sstats.newyorker.com\" /><script>TNY = TNY || {}; TNY.Stats = TNY.Stats || {}; TNY.Stats.omniture = TNY.Stats.omniture || {}; TNY.Stats.omniture._conditions = TNY.Stats.omniture._conditions || {contentId: \"2927117\", cnUserServices: \"true\", templateName: \"Article\", keywordsList: \"apocalypse-tag|christmas-carols-tag|climate-change-tag|global-warming-tag|article|shouts-murmurs\", deviceViewCallback: jQuery.devices.getDeviceView(), isSingular: true, setContentId: \"2927117\", isArticle: true, rubric: \"culture\", channel: \"culture/rubric-Shouts &amp; Murmurs\", setAuthorName: \"Ethan Kuperberg\", isPostOrArticle: true, dateTimePublished: \"2014-12-15 00:00:24\", dateTimeSince: \"465h|19d\", id: \"2927117\", contributor: \"Ethan Kuperberg\", hero: \"Eustace Tilley\"}</script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img src=\"http://condenast.112.2o7.net/b/ss/conde-newyorker/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript>\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.4.2 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"Shouts &amp; Murmurs by Ethan Kuperberg: “Deck the halls of our mountain hideout, / Fa la la la la, la la la la! / Hope all humans have not died out…”\"/>\n<link rel=\"canonical\" href=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" />\n<link rel=\"publisher\" href=\"https://plus.google.com/+newyorker\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Climate-Change Christmas Carols\" />\n<meta property=\"og:description\" content=\"Shouts &amp; Murmurs by Ethan Kuperberg: “Deck the halls of our mountain hideout, / Fa la la la la, la la la la! / Hope all humans have not died out…”\" />\n<meta property=\"og:url\" content=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" />\n<meta property=\"og:site_name\" content=\"The New Yorker\" />\n<meta property=\"article:tag\" content=\"Apocalypse\" />\n<meta property=\"article:tag\" content=\"Christmas Carols\" />\n<meta property=\"article:tag\" content=\"Climate Change\" />\n<meta property=\"article:tag\" content=\"Global Warming\" />\n<meta property=\"og:image\" content=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-1200-630-10162001.jpg\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:site\" content=\"@newyorker\"/>\n<meta name=\"twitter:domain\" content=\"The New Yorker\"/>\n<meta name=\"twitter:creator\" content=\"@newyorker\"/>\n<meta name=\"twitter:image:src\" content=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-1200-630-10162001.jpg\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel='shortlink' href='http://www.newyorker.com/?p=2927117' />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Climate-Change Christmas Carols\",\"link\":\"http:\\/\\/www.newyorker.com\\/magazine\\/2014\\/12\\/22\\/climate-change-christmas-carols\",\"image_url\":\"http:\\/\\/www.newyorker.com\\/wp-content\\/uploads\\/2014\\/12\\/141222_r25915-320-240-10161843.jpg\",\"type\":\"post\",\"post_id\":\"2927117\",\"pub_date\":\"2014-12-15T05:00:24Z\",\"section\":\"Uncategorized\",\"author\":\"Ethan Kuperberg\",\"tags\":[\"apocalypse\",\"christmas carols\",\"climate change\",\"global warming\"]}' />\n\n\t\t<style type=\"text/css\">\n\t\t\tbody.customize-support #hd.collapsed #nav-container {\n\t\t\t\tmargin-top: 28px;\n\t\t\t}\n\t\t</style>            <script type=\"text/javascript\" class=\"site_init\">\n            //<!--\n                CN.site.init({\n                    code:             'NYR',\n                    title:            'The New Yorker',\n                    name:             'newyorker',\n                    alias:            'newyorker.com',\n                    domain:           'newyorker.com',\n                    tld:              'newyorker.com',\n                    baseUrl:          'http://www.newyorker.com',\n                    mobilecompatible: 'true',\n                    httpStatusCode:    200,\n            userServiceUrl: 'http://user-service.condenast.com',\nuserServiceKey: 'TE7pnBDUEVco2vXPPNQVZNFlipc=',\necomUrl: 'https://subscribe.newyorker.com/api/circ/xml/Transaction',\nsocialRes: 'http://www.newyorker.com/services/livefyre/userToken',\n                    env: 'PROD'  // Put something consistent last so we don't have a trailing comma (appease IE)\n                });\n\n                CN.isMobile = TNY.initIsMobile;\n                CN.isTablet = jQuery.devices.tablet();\n                CN.checkDeviceView = jQuery.devices.checkDeviceView;\n            //-->\n            </script>\n                            <!-- AD INIT: CN.dart.init version 2 -->\n                <script type=\"text/javascript\">\n                //<!--\n                    CN.dartKwsArray = [ \"olawther\",\"apocalypse_tag\",\"christmas_carols_tag\",\"climate_change_tag\",\"global_warming_tag\",\"magazine\",\"2014\",\"12\",\"22\",\"climate_change_christmas_carols\",\"article\",\"shouts_murmurs\" ];\n\n                \n                \n//-->\n</script>\n    \n    \n    \n\n    \n    \n             \n        \n\n    \n             \n        \n\n    \n             \n        \n\n    \n        \n             \n        \n    \n\n    \n    \n        \n      \n    \n\n    \n      \n    \n          \n      <script src=\"/wp-content/assets/js/scookies.js\"></script>\n        <script type=\"text/javascript\">\n          EV.handleNewSession(function(result) {\n          console.log('EVSESSION:',result, result.allowAccess)\n\n          if ( !result.allowAccess ) {\n            window.location.reload();\n          }\n      }, null, \"54a7d6cce4b0947ff8551c57\")\n         </script>\n      \n \n    <script>\n    \n          \n            TNY.meterVar = {\n              'meter_name'  : 'dft',\n              'meter_count'  : '1',\n              'meter_max'    : '6',\n              'meter_viewed' : 'false',\n              'num'          : '4',\n              'pid'          : '',\n              'entitlement'  : ''\n            }\n          \n      \n\n        \n      \n      if(TNY.meterVar == undefined){\n          TNY.meterVar = {\n              'meter_name'   : '',\n              'meter_count'  : '',\n              'meter_max'    : '',\n              'meter_viewed' : '',\n              'num'          : '',\n              'pid'          : '',\n              'entitlement'  : ''\n          }\n      }\n        TNY.meterVar.isBarrierFull = false;\n      \n\n        \n      \n      if(TNY.meterVar == undefined){\n          TNY.meterVar = {\n              'meter_name'   : '',\n              'meter_count'  : '',\n              'meter_max'    : '',\n              'meter_viewed' : '',\n              'num'          : '',\n              'pid'          : '',\n              'entitlement'  : ''\n          }\n      }\n        TNY.meterVar.isBarrierHalf = false;\n      \n    </script>\n<script>\n//<!--\n      if(TNY.meterVar == undefined){\n          TNY.meterVar = {\n              'meter_name'   : '',\n              'meter_count'  : '',\n              'meter_max'    : '',\n              'meter_viewed' : '',\n              'num'          : '',\n              'pid'          : '',\n              'entitlement'  : ''\n          }\n      }\n      if(TNY.meterVar != undefined){    if( TNY.meterVar.isBarrierHalf ){ CN.dartKwsArray.push('novideo'); }    if( TNY.meterVar.isBarrierFull ){ CN.dartKwsArray.push('noads'); }}\n                    CN.dart.init({\n                        adUnits: {\n                            unit1: CN.isMobile ? 'newyorker.mobile.dart' : 'newyorker.dart',\n                            unit2: 'magazine',\n                            unit3: 'channel_culture',\n                            unit4: ''\n                        },\n                        kws: CN.dartKwsArray,\n                        contentType: 'Article',\n                                            charmap : {' ' : '+', '-' : '_'}\n                    });\n                                //-->\n                    </script>\n                            <script type=\"text/javascript\">\n                CN.popups = CN.popups || {};\n                CN.popups.setCookieLife(48);\n                CN.popups.setExiting(false, {\n                    path: '/exit-pop/',\n                    width: 460,\n                    height: 295,\n                }).excludeExitPath( '/wp-admin', '/wp-login.php' ).excludeExitDomain(\"newyorker.com\",\"www.newyorker.com\",\"origin.www.newyorker.com\");\n                CN.popups.setATGArriving(false).setATGLayer(false).setATGExiting(false);\n\n                        CN.popups.setLayer(false).setArriving(false);\n                CN.popups.init();\n                    </script>\n                        <!-- CM: page-ads.js -->\n            <script type=\"text/javascript\">\n            //<!--\n                var _ghearst_vars = (function() {\n                    var commonParams = 'ad_category_prefix=magazine'\n                                        + '&amp;browser_path=%2Fmagazine%2F2014%2F12%2F22%2Fclimate-change-christmas-carols'\n                                        + '&amp;cat_prefixes=%2Cmagazine%2C2014%2C12%2C22%2Cclimate-change-christmas-carols'\n                                        + '&amp;site_prefix=newyorker'\n                                        + '&amp;subdomain=mprod'\n                                        + '&amp;url_name=climate-change-christmas-carols';\n\n                                var metaKeyWords = (function() {\n                        var\n                            i                  = 0,\n                            metaKeywordContent = '',\n                            nameAttribute      = null,\n                            metaCollection     = document.getElementsByTagName('meta');\n\n                        for (i=0;i<metaCollection.length;i++) {\n                            nameAttribute = metaCollection[i].name.search(/keywords/);\n                            if (nameAttribute!= -1) {\n                                metaKeywordContent = metaCollection[i].content;\n                                metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,\n                                metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space\n                            }\n                        }\n                        return encodeURIComponent(metaKeywordContent);\n                    })();\n            \n                    var deviceParams = (function() {\n                                                    if ( CN.checkDeviceView('desktop') ) {\n                                    return 'AMS_NYR_MAGAZINE_TEXTLINK%2CAMS_NYR_ARTICLE_BLOG_RIGHTRAIL_A%2CAMS_NYR_GLOBAL_FOOTER%2CAMS_NYR_GLOBAL_HEADER%2CAMS_NYR_GLOBAL_HEADERCALLOUT%2CAMS_NYR_GLOBAL_NAVBAR%2CAMS_NYR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_NYR_GLOBAL_NAVBAR_STICKY%2CAMS_NYR_GLOBAL_NAVBAR_ROLLOVER_STICKY';\n                                }\n                                                                if ( CN.checkDeviceView('tablet') ) {\n                                    return 'AMS_NYR_MAGAZINE_TEXTLINK%2CAMS_NYR_ARTICLE_BLOG_RIGHTRAIL_A%2CAMS_NYR_GLOBAL_FOOTER%2CAMS_NYR_TABLET_GLOBAL_SUBNAV';\n                                }\n                                                                if ( CN.checkDeviceView('mobile') ) {\n                                    return 'AMS_NYR_MAGAZINE_TEXTLINK%2CAMS_NYR_ARTICLE_BLOG_RIGHTRAIL_A%2CAMS_NYR_GLOBAL_FOOTER%2CAMS_NYR_MOBILE_GLOBAL_SUBNAV';\n                                }\n                                                    })();\n\n                  if(TNY.meterVar != undefined){\n          if(TNY.meterVar.isBarrierHalf) {\n            TNY.barrierStatus = \"half\";\n          } else if(TNY.meterVar.isBarrierFull) {\n            TNY.barrierStatus = \"full\";\n          }\n          TNY.checkIfBarrierIsShown = function(){\n          \n            paywallCMU = \"%2CAMS_NYR_PAYWALL_FULL_WIDTH_BARRIER%2CAMS_NYR_PAYWALL_BARRIER\";\n            deviceParams = deviceParams + paywallCMU;\n          }\n          TNY.addBarrierState = function(){\n            deviceParams = deviceParams + \"&article_count=\" + TNY.barrierStatus;\n            TNY.deviceParams = deviceParams;\n          }\n          if(TNY.barrierStatus != undefined){\n            TNY.checkIfBarrierIsShown();\n            TNY.addBarrierState();\n          }\n      }\n  \n                    return {\n                        'ams_ads_script_src' : 'https://subscribe.newyorker.com/ams/page-ads.js?'\n                                                + commonParams + ''\n                                                + '&amp;keywords=' + metaKeyWords + ''\n                                                + '&amp;position_list=' + deviceParams + ''\n                    };\n                })();\n\n                if (!window.$h) {window.$h = {}}\n                (function(){\n                    if (!$h.util) {\n                        $h.util = {\n                            buildScriptTag: function(src){\n                                if (!!src){ document.write('<scr' + 'ipt src=\"'+src+'\" type=\"text/javascript\"></scr' + 'ipt>');}\n                            }\n                        }\n                    }\n                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)\n                })();\n            //-->\n            </script>\n            <script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-9cb2a39d627a819b6ca42ab76f651dbfa7b1a535.js\"></script>\n<!-- End link subscription -->\n\n\t<meta itemprop=\"printPage\" content=\"066\">\n\t<style>#masthead h1 {\r\n  font-family: \"neutra-face-text\", \"helvetica heue\", helvetica, arial, clean, sans-serif;\r\n  font-size: 3.2rem;\r\n  line-height: 3rem;\r\n  font-weight: 400;\r\n  text-transform: uppercase;\r\n  letter-spacing: -0.08rem;\r\n}\r\n \r\n#masthead h4 {\r\n  display: inline-block;\r\n  background: transparent url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAsCAMAAADGmMENAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowODgwMTE3NDA3MjA2ODExODIyQURCRUMyNjYzQjExNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NTlGNTJGMDc4OUMxMUU0QUJENkQ1MTAzNDA2NjE5OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NTlGNTJFRjc4OUMxMUU0QUJENkQ1MTAzNDA2NjE5OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDk4MDExNzQwNzIwNjgxMTgyMkFEQkVDMjY2M0IxMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDg4MDExNzQwNzIwNjgxMTgyMkFEQkVDMjY2M0IxMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6PlMwyAAABgFBMVEXW1dWFgoPR0NF1c3ONi4v4+Pjm5eXp6em+vb1dWls9OjvBwMFNSktVUlPe3t5tamv8/Pz6+vr29vbs7OxEQULw8PCpqKiUkpImIiN9e3v09PQtKSru7u42MjPy8vKenZ3KycnNzMy2tLWamZni4uKysbFIRUZkYmJAPD2ura3b2tp4dXYVERJQTU7Z2NilpKQ4NTXg4OC7urofGhsYFBXGxcVwbW4oJSagnp5YVVYwLC1nZWUhHR6wrq+IhoZjYGFgXV5pZmePjo7DwsIRDA2YlpcOCguAfn8zLzC3trYqJyiop6dCPz8bFxgjHyATDxD+/v7a2dk7NzhaV1hmY2TQz8/c29uKiIj7+/vg39+hoKDT09NycHDo5+d6d3jX1te9u7yrqqq0s7Pa2drEw8Py8vHU1NS5t7iwr7Dk4+NqaGjQ0NBST1D5+fm/vr6gn5+8u7utq6z39/ft7e3u7e61tLSem5zMy8vMy8zMzMvr6urIx8fx8fGRj5D9/f3////OgQDGAAAER0lEQVR42nyV60PaSBDAE1EETHwBEsEoHhiiBMFjBQUEHxgxhQQCKBUFtZ7W1seJPe+uZ51/vXkhD+3ly+7M/DK7Ozszi0H/N7xzlA7GTPiT5brYb8N6xaVtIlWIRxiCkYVCNI9XX35NX6wjqnK2UtOEF/P5cYJjFmrv0831rEOxrXwwkQ7WEYqtLRdhdV3KX7xDF10oYoGTNI0oR6Cx10gyceQJLkGd4IOT/bTTyqdhOIaE4IjdUD17cZpbb0IY5T/20if56B08FTxzsz2nul1gpT34RAv1btrOCgdDVn569k08x30ob/7DQTU79G1IHP3Gpiza/juODX80hbltueFXeprzumVPSZ1ubBkQTJJH+uSREQ/MVLlNn2Z9EKI0GBb4c4Pe4H83ZjMs7b7jfTrdkglIS+2ohhz69dXY0OueRsUMmFJ+jX6SLjFusG25kz5rYymhuK759V8X+YVnMajSQ5EAkHLr1dENq9/1jHKAksismVXBSsNg9Fqh97lqVdroxGwk+/A6dy9aU0Jm0QlVbmomuq3QFRa+RIa6QkzabrukjwSfvQIoOyCQL2KznvQEdaio/Q9u3b4qTXWch21xT07JhQ00+hdqYl7kXUX/KIbP2YTrREPKsrHUsy+BknVHUq0R0WePhrGj1POgR/OKHXMNDfJKYXX49kNAsRIMoAVVYjIQCWJ7NASIdlz9+milWzCMU9GGmns49ajqjlkok1iSAaLSl0oD0e3DlIhfa4Itow0/hGLQhpXXgTX10Qe0lDj8bgh/L2vDvTiE51TaFuxhm2OILuz2p+692ErnMGXTzFaXthrgck+3FdrdR7uEl4YNa0Rgs5M/3rIkh5Us+Mr5dMVlu+5MNrDeYD5xEs/pZVocCUnshn6RyYRWR7U8NaglChBWkE3YDqqfIrXsavuMxFyNG67qnL7zZiNKqXF8pFzO6D1mp1zulEstIP7mrqszjXmc+sR8pt7sFde0oAEMygxY8wo2f9rbxJCrW6zIEJNrGJxxn3akP98UO4wJj139seBrUbiSsbOeY2CYrnY6ktYOuoy2u36N386hklpp28i/ml3rWEIRvXiO4/ZOhczVEkmtLp2JTTguXL5apEXj/guHhsqeI+AQYXqHeOA3xm30sGHKRNqlYxL1sNySornO4e3usxUdvY7njTQqVdurrOxrWxra5P6bjDhabdppo50HAt2E974TAt0BmVrqdM1RgXWe5NFc8S38W1wYACva6e7ITU+uVJzOMpbedwbmy3zmeYYoWHq7/YoDTcFXQsrvliYM1Ys/HOJspzAS98z3vySTJp48gPmAWIhs4rtrvsMtNholT+H7GG89eeeVsshcoA6tC5yUE55EhGjsP4M/WPBMvf8CDoVlzpb+VwlV8UU5b63pYlDC5fzl6zoxEsshUb4JfKmQbBwJmXP3/73FygL1D3iSDJGZ6TXvm2fopwADAM9f4hz5RcITAAAAAElFTkSuQmCC\") no-repeat 0 0;\r\n  background-size: 20px 20px;\r\n  padding: 5px 0 0 31px;\r\n  text-transform: uppercase;\r\n}\r\n \r\n#masthead h4 a {\r\n  color: #000;\r\n  font-family: \"adobe-caslon-pro\", Times, Georgia, serif;\r\n  font-size: 14px;\r\n  font-weight: bold;\r\n  letter-spacing: 5px;\r\n}\r\n \r\n@media (min-width: 37.5em) {\r\n \r\n  #masthead h1 {\r\n    font-size: 3.5rem;\r\n    line-height: 3rem;\r\n  }\r\n \r\n}</style></head>\n<body>\n\t<nav role=\"navigation\" class=\"mobile-nav\">\n  <ul class=\"nav-links\" >\n          \t<li id=\"subscribe\" class=\"mobile-subscribe\">\n  \t\t<div id=\"AMS_NYR_MOBILE_GLOBAL_SUBNAV\" class=\"ecom-placement\"><a class=\"failsafe\" title=\"Subscribe to The New Yorker\" target=\"_blank\" href=\"http://www.newyorker.com/go/mobilefailsafe\">Subscribe</a></div>  \t\t<div id=\"AMS_NYR_TABLET_GLOBAL_SUBNAV\" class=\"ecom-placement\"><a class=\"failsafe\" title=\"Subscribe to The New Yorker\" target=\"_blank\" href=\"http://www.newyorker.com/go/mobilefailsafe\">Subscribe</a></div>    </li>\n    <li class=\"menu-item sub-nav mob-sign-in block-list user-ln-status-mobi\">\n      <a id=\"user-sign-in\" class=\"mobi-sign-in-button\" title=\"Sign in to your account\">Sign In</a>  \n      <span id=\"mobi-nav-link\" class=\"link-sub-hamnav\"> Link your subscription</span>\n    </li>\n  \t<li id=\"mobi-account-link-1\" class=\"menu-item sub-nav hiddenMobiMenu\"></li>\n  \t<li id=\"mobi-account-link-2\" class=\"menu-item sub-nav hiddenMobiMenu\"></li>\n  </ul>\n</nav>\n  <div class=\"page-container\">\n    \n\n<div class=\"fix-fixed\"><!-- Fixed --></div>\n<div class=\"header-wrapper\">\n\t<header id=\"hd\" role=\"banner\">\n\t  \n<div class=\"header-ad\">\n  <div class=\"advertisement\"><div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div></div><div class=\"advertisement\"><div id=\"header_mobile320x50_frame\" class=\"displayAd displayAd320x50Js\" data-cb-ad-id=\"header_mobile320x50_frame\"></div></div></div>\t\t\n\t  \n<section class=\"logo-container\">\n  <span title=\"\" id=\"mobile-nav\" class=\"icon-menu\"></span>\n\n      <div class=\"subscribe-links\">\n      <div id=\"AMS_NYR_GLOBAL_HEADER\" class=\"ecom-placement\"><a href=\"http://www.newyorker.com/go/failsafe\" target=\"_blank\"><img alt=\"Cover of current issue\" src=\"//subscribe.condenet.com/images_covers/cover_newyorker_80.jpg\"></a></div><div id=\"AMS_NYR_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement\"><img src=\"/wp-content/assets/dist/img/px.gif\" data-src-desktop=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYT_global_headercallout_150x110.png\" usemap=\"#GLOBAL_HEADERCALLOUT_MAP\" width=\"150\" height=\"110\" alt=\"Subscribe now\"><map id=\"GLOBAL_HEADERCALLOUT_MAP\" name=\"GLOBAL_HEADERCALLOUT_MAP\"><area shape=\"rect\" title=\"Subscribe Now\" alt=\"Subscribe Now\" coords=\"1,12,76,107\" href=\"http://www.newyorker.com/go/failsafe\" target=\"_blank\" /><area shape=\"rect\" title=\"Subscribe Now\" alt=\"Subscribe Now\" coords=\"78,12,147,40\" href=\"http://www.newyorker.com/go/failsafe\" target=\"_blank\" /><area shape=\"rect\" title=\"Renew your Subscription\" alt=\"Renew your Subscription to the New Yorker magazine\" coords=\"78,42,147,56\" href=\"https://w1.buysub.com/pubs/N3/NYR/login.jsp?cds_page_id=135517&amp;cds_mag_code=NYR\" target=\"_blank\" /><area shape=\"rect\" title=\"Give a Gift Subscription\" alt=\"Give a Subscription to The New Yorker as a Gift\" coords=\"78,58,147,75\" href=\"http://www.newyorker.com/go/giftfailsafe\" target=\"_blank\" /><area shape=\"rect\" title=\"Subscribe Now\" alt=\"Subscribe to The New Yorker outside the USA\" coords=\"78,77,147,107\" href=\"http://www.newyorker.com/go/internationalfailsafe\" target=\"_blank\" /></map></div>    </div>\n  \n  <div id=\"logo\">\n    <a href=\"http://www.newyorker.com\" title=\"The New Yorker\"><h1>The New Yorker</h1></a>\n  </div>\n  <div class=\"social-and-user-links\">\n    <ul class=\"user-info\">\n      <span id=\"sign_in\" class=\"user-ln-status\">\n      \n      <li id=\"sign-in-list\" class=\"demo-link big plain\"><span data-type=\"sign-in\" class=\"header-nav-link\" id=\"sign-in\" title=\"Sign in to your account\">\n      <span id=\"fallback-signin-link\" class=\"nyer-plain-lnk\">\n      Sign in       </span></span>\n       </li>\n      <li class=\"demo-link big plain\"></li>\n      <li id=\"link-sub-nav\" class=\"nyer-plain-lnk nav-menu\">Link your subscription</li>\n      </span>\n      <li class=\"n-store\"><a href=\"http://www.condenaststore.com/~/new-yorker-store?utm_medium=referral&amp;utm_source=NewYorker&amp;utm_content=SHOP&amp;AID=1247905545\" target=\"_blank\" title=\"The New Yorker Store\">TNY Store</a></li>\n      <li class=\"demo-link big plain\"><span id=\"sign-out-wrapper\" class=\"big plain\"></span></li>\n    </ul>\n    <ul class=\"social-menu\">\n      <li class=\"facebook\"><a href=\"https://facebook.com/newyorker\" title=\"Facebook\">F</a></li>\n      <li class=\"twitter\"><a href=\"https://twitter.com/newyorker\" title=\"Twitter\">T</a></li>\n      <li class=\"google-plus\"><a href=\"https://plus.google.com/+newyorker/posts\" title=\"Google+\">G+</a></li>\n    </ul>\n  </div>\n</section>\t  \n<nav role=\"navigation\" class=\"primary-nav\">\n  <ul>\n    <li class=\"main-item tny-nav-icon\">\n      <a href=\"http://www.newyorker.com/\">Home</a>\n    </li>\n    <li class=\"tny-nav-news menu-item\"><a href=\"http://www.newyorker.com/news\">News</a></li>\n<li class=\"tny-nav-culture menu-item\"><a href=\"http://www.newyorker.com/culture\">Culture</a></li>\n<li class=\"tny-nav-books menu-item\"><a href=\"http://www.newyorker.com/books\">Books &#038; Fiction</a></li>\n<li class=\"tny-nav-tech menu-item\"><a href=\"http://www.newyorker.com/tech\">Science &#038; Tech</a></li>\n<li class=\"menu-item\"><a href=\"http://www.newyorker.com/business\">Business</a></li>\n<li class=\"tny-nav-humor menu-item\"><a href=\"http://www.newyorker.com/humor\">Humor</a></li>\n<li class=\"tny-nav-magazine menu-item\"><a href=\"http://www.newyorker.com/magazine\">Magazine</a></li>\n<li class=\"tny-nav-archive menu-item\"><a href=\"http://www.newyorker.com/archive\">Archive</a></li>\n    <li id=\"subscribe\">\n    <div id=\"AMS_NYR_GLOBAL_NAVBAR\" class=\"ecom-placement\"><a title=\"Subscribe to The New Yorker\" target=\"_blank\" href=\"http://www.newyorker.com/go/failsafe\">Subscribe</a></div>      <div id=\"subscribe-rollover\">\n        <div class=\"subscribe-links-wrapper\">\n          <div id=\"AMS_NYR_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\"><img rel=\"nofollow\" src=\"/wp-content/assets/dist/img/px.gif\" class=\"ecom-responsive\" data-src-desktop=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYR_NavBarRollover_Redesign_300x200.jpg\" usemap=\"#GLOBAL_NAVBAR_ROLLOVER_MAP\" width=\"300\" height=\"200\" alt=\"Subscribe to The New Yorker\" /><map id=\"GLOBAL_NAVBAR_ROLLOVER_MAP\" name=\"GLOBAL_NAVBAR_ROLLOVER_MAP\"><area shape=\"rect\" coords=\"0,249,75,286\" href=\"https://w1.buysub.com/loc/NYR/ATGFailsafeGift\" alt=\"Give a Gift\" target=\"_blank\" /><area shape=\"rect\" coords=\"76,249,203,286\" href=\"https://w1.buysub.com/loc/NYR/ATGFailsafeInt\" alt=\"International Orders\" target=\"_blank\" /><area shape=\"rect\" coords=\"0,0,399,249\" href=\"http://www.newyorker.com/go/failsafe\" alt=\"Subscribe to The New Yorker\" target=\"_blank\" /><area shape=\"rect\" coords=\"203,249,399,290\" href=\"http://www.newyorker.com/go/failsafe\" alt=\"Order Now\" target=\"_blank\" /></map></div>        </div>\n      </div>\n        </li>\n      <div id=\"navSearch\" class=\"navSearch nav-search-container\">\n\t<form method=\"get\" action=\"http://www.newyorker.com/search\">\n\t\t<input type=\"text\" name=\"q\" placeholder=\"Search The New Yorker\" />\n\t\t<input type=\"submit\" value=\"Submit Search\" />\n\t</form>\n</div>     <li class=\"tny-nav-search\"><a href=\"http://www.newyorker.com/search\" title=\"Search\" id=\"search-toggle\" class=\"search-toggle bignav-search\">Search</a></li>\n\n  </ul>\n  <div class=\"floatingAd-wrapper\"><div id=\"floatingAd\" style=\"display:none;\">  <div id=\"floatingAd_content\">    <div id=\"AMS_NYR_POPUP_FLOATINGAD\" class=\"ecom-placement\">    </div>    <div id=\"floatingAd_header\"><a href=\"javascript:void(0)\" class=\"close\">Close</a></div>  </div></div></div\n</nav>\t\t\t\n\t</header> \n\n\t\t</div>\n\n    <div class=\"content-wrapper\">\n\t<div id=\"main\" role=\"main\" class=\"single-post single-article\">\n\n\t\t\t<article itemscope itemtype=\"http://schema.org/Article\" data-details='{\"title\":\"Climate-Change Christmas Carols\",\"author\":[1536791,\"Ethan Kuperberg\",\"http:\\/\\/www.newyorker.com\\/contributors\\/ethan-kuperberg\"],\"wordCount\":464,\"paragraphCount\":22}'>\n\t\t\t<meta itemprop=\"url\" content=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" />\n\t\t\t<meta itemprop=\"wordCount\" content=\"422\" />\n\t\t\t<header id=\"page-header\">\n\t\t\t\t<hgroup id=\"masthead\">\n\t\t\t\t\t<h4 class=\"rubric\">\n\t\t\t\t\t\t<a href=\"http://www.newyorker.com/magazine/shouts-murmurs\" title=\"Shouts &amp; Murmurs\" itemprop=\"articleSection printSection\">Shouts &amp; Murmurs</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.newyorker.com/magazine/2014/12/22\" title=\"Published in 2014-12-22\" itemprop=\"printEdition\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"magazine-date\" itemprop=\"datePublished\" content=\"2014-12-22\">December 22, 2014 Issue</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h4>\n\t\t\t\t\t<h1 itemprop=\"name headline\">Climate-Change Christmas Carols</h1>\n\t\t\t\t\t<h2></h2>\n\t\t\t\t\t<h3>By <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><a href=\"http://www.newyorker.com/contributors/ethan-kuperberg\" title=\"Ethan Kuperberg\" rel=\"author\" itemprop=\"name author\">Ethan Kuperberg</a></span></h3>\n\t\t\t\t\t<!-- TODO: Add LinkedIn and Pinterest Support [#98] -->\n\n\n\n<nav class=\"social-buttons\">\n\t<ul>\n    <li class=\"fb-btn\"><div class=\"fb-share-button\" data-href=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" data-type=\"button\"></div></li>    <li class=\"twitter-btn\"><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"none\" data-url=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" data-text=\"Climate-Change Christmas Carols\" data-via=\"newyorker\" data-dnt=\"true\"></a></li>    <li class=\"gplus-btn\"><div class=\"g-plusone\" data-annotation=\"none\" data-size=\"medium\" data-href=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\"></div></li>        \t<li class=\"share-email\"><a href=\"mailto:?subject=From%20newyorker.com: Climate-Change%20Christmas%20Carols&amp;body=\t\t\r\n\r\n\t\t\t\t\toh, the weather outside is frightful,\t\t\tThe heat wave brutal and spiteful.\t\t\tOur crops have no water to grow&#8212;\t\t\tLet it snow, let it snow, let it snow!\t\t\t\t\t\t\tLooks like the heat wave ain&#8217;t stoppin&#8217;,\t\t\tOur dust-storm coughs are a-whoppin&#8217;.\t\t\tAll fish went extinct long ago&#8212;\t\t\tFor the love of sweet Christ, let it...%0A%0AContinue reading at http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" title=\"Email\"><img src=\"/wp-content/assets/dist/img/icon/email.png\" alt=\"Email\"/></a></li>\t<li class=\"share-print\"><a href=\"javascript:window.print();\"><img src=\"/wp-content/assets/dist/img/icon/printer.png\" alt=\"Print\"/></a></li>\t</ul>\n</nav>\n\t\t\t\t</hgroup>\n\t\t\t\t\t\t\t\t<div class=\"issue-info\">\n\t\t\t\t\t<figure id=\"original-issue\" class=\"issue-90th-anniversary\">\n\n\t\t\t\t\t\t<a href=\"http://www.newyorker.com/magazine/2014/12/22\" title=\"Published in 2014-12-22\" itemprop=\"printEdition\">\n\t\t\t\t\t\t\t<img width=\"175\" height=\"240\" src=\"http://www.newyorker.com/wp-content/uploads/2014/12/2014_12_22-200.jpg\" class=\"attachment-thumbnail wp-post-image\" alt=\"2014_12_22\" />\t\t\t\t\t\t</a>\n\n\t\t\t\t\t</figure>\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://www.newyorker.com/magazine/2014/12/22\" title=\"View Table of Contents\" class=\"more-link\">Table of Contents</a>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</header>\n\n\t\t\t<div class=\"module-container-rail non-solid-rail\">\n\t\t\t\t<div class=\"module-container-stacked post-content\">\n\t\t\t\t\t<div itemprop=\"articleBody\" class=\"articleBody\" id=\"articleBody\">\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"horizontal attachment-large landscape img-expandable featured\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-1200.jpg\" title=\"Climate-Change Christmas Carols\" itemprop=\"url\">\n\t\t\t\t\t\t\t\t\t<img itemprop=\"image\" src=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-290-150-10161925.jpg\" data-src-mobile=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-290-150-10161925.jpg\" data-src=\"http://www.newyorker.com/wp-content/uploads/2014/12/141222_r25915-690.jpg\"  class=\"post-load horizontal attachment-large\" alt=\"\">\t\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"caption\" itemprop=\"description\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"credit\" itemprop=\"copyrightHolder\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"hideFromView\">Credit</span> Illustration by Nishant Choksi\t\t\t\t\t\t\t\t\t</span>\t\t\t\t\t\t\t\t</figcaption>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</figure>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n<span data-attr=\"1\" data-ma=\"6\" data-bt=\"ALLOW_ACCESS\" data-rv=\"false\" data-sub=\"\"></span>\n\n\n\n  \n    \n      <div class=\"scPlayerContainer\" data-sctrack=\"181187568\"></div> <div class=\"poetry\"> <a class=\"tny-slot\" name=\"/2\" data-total-words=\"0\"></a><a class=\"tny-page\" name=\"/1\" data-total-words=\"0\"></a><p word_count=\"28\">\t\t\t<span><small>oh, the weather</small> outside is frightful,</span>\t\t\t<span>The heat wave brutal and spiteful.</span>\t\t\t<span>Our crops have no water to grow&#8212;</span>\t\t\t<span>Let it snow, let it snow, let it snow!</span>\t\t</p> <p word_count=\"28\">\t\t\t<span>Looks like the heat wave ain&#8217;t stoppin&#8217;,</span>\t\t\t<span>Our dust-storm coughs are a-whoppin&#8217;.</span>\t\t\t<span>All fish went extinct long ago&#8212;</span>\t\t\t<span>For the love of sweet Christ, let it snow!</span>\t\t</p><div class=\"content-ad-wrapper first\"><div class=\"advertisement\"><div id=\"yrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"yrailTop300x250_frame\"></div><div id=\"yrailTop320x50_frame\" class=\"displayAd displayAd320x50Js\" data-cb-ad-id=\"yrailTop300x250_frame\"></div></div></div> <p word_count=\"0\">&#042;</p> <p word_count=\"52\">\t\t\t<span><small>frosty the snowman,</small> may he rest in peace, poor soul.</span>\t\t\t<span>With his melted nose and his melted mouth,</span>\t\t\t<span>And two eyes made out of coal.</span>\t\t\t<span>Frosty the Snowman, did you say his eyes were coal?</span>\t\t\t<span>Can you pass that coal? We could use some coal.</span>\t\t\t<span>Let us rob his grave for coal.</span>\t\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"26\">\t\t<span><small>oh, christmas tree,</small> oh, Christmas tree!</span>\t\t<span>Thy plastic branches don&#8217;t shed.</span>\t\t<span>Oh, Christmas tree, oh, Christmas tree!</span>\t\t<span>We wish real trees weren&#8217;t all dead.</span>\t\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"27\">\t\t<span><small>sleigh bells ring,</small> are you listening?</span>\t\t<span>In L.A., hail is glistening.</span>\t\t<span>In New Mexico, there is six feet of snow.</span>\t\t<span>The desert is a winter wonderland!</span>\t</p> <p word_count=\"28\">\t\t<span>Gone away is the West Side,</span>\t\t<span>Here to stay is the high tide.</span>\t\t<span>If you want to spelunk, San Francisco has sunk.</span>\t\t<span>California&#8217;s now an underwater land!</span>\t</p> <p word_count=\"40\">\t\t<span>In Mojave, we can build a snowman,</span>\t\t<span>And pretend that he is Mom or Dad.</span>\t\t<span>He&#8217;ll say, &#8220;Did your parents escape the horrific flash floods?,&#8221; and we&#8217;ll say, &#8220;No, man.</span>\t\t<span>But you can be our new dad now.&#8221;</span>\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"28\">\t\t<span><small>i&#8217;m dreaming of </small>an ozone layer,</span>\t\t<span>Just like the one I used to know,</span>\t\t<span>Which kept out UV rays,</span>\t\t<span>Before aerosol sprays,</span>\t\t<span>And allowed for actual snow.</span>\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"55\">\t\t<span><small>deck the halls </small>of our mountain hideout,</span>\t\t<span>Fa la la la la, la la la la!</span>\t\t<span>Hope all humans have not died out,</span>\t\t<span>Fa la la la la, la la la la!</span>\t\t<span>Don our hazmat suits on tight now,</span>\t\t<span>Fa la la, la la la, la la la!</span>\t\t<span>Oxygen is leaking right now,</span>\t\t<span>Fa la&#8212;!</span>\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"27\">\t\t<span><small>chestnuts roasting</small> on an open fire,</span>\t\t<span>Cars and houses roasting, too.</span>\t\t<span>Our whole city is an open pyre&#8212;</span>\t\t<span>Put those chestnuts away, we have to leave now.</span>\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"39\">\t\t<span><small>i have a </small>little dreidel,</span>\t\t<span>I made it out of clay.</span>\t\t<span>And when it&#8217;s dry and ready,</span>\t\t<span>Oh, dreidel, I will pray&#8212;</span>\t\t<span>That I can barter you for enough cans of soup to last me through the tornado.</span>\t\t</p> <p word_count=\"0\">&#042;</p> <p word_count=\"37\">\t\t<span><small>silent night! </small>Endless night!</span>\t\t<span>All is dark, there&#8217;s no light.</span>\t\t<span>Cyclone clouds have blocked out the sky,</span>\t\t<span>We&#8217;re almost out of our dry-meat supply.</span>\t\t<span>Sleep in uneasy peace.</span>\t\t<span>We may have to eat Aunt Bernice.&#160;<span class=\"dingbat\">&#9830;</span></span>\t\t</p> </p></div>     \n  \n\n\n<!-- TODO: Add LinkedIn and Pinterest Support [#98] -->\n\n\n\n<nav class=\"social-buttons\">\n\t<ul>\n    <li class=\"fb-btn\"><div class=\"fb-share-button\" data-href=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" data-type=\"button\"></div></li>    <li class=\"twitter-btn\"><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"none\" data-url=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" data-text=\"Climate-Change Christmas Carols\" data-via=\"newyorker\" data-dnt=\"true\"></a></li>    <li class=\"gplus-btn\"><div class=\"g-plusone\" data-annotation=\"none\" data-size=\"medium\" data-href=\"http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\"></div></li>        \t<li class=\"share-email\"><a href=\"mailto:?subject=From%20newyorker.com: Climate-Change%20Christmas%20Carols&amp;body=\t\t\r\n\r\n\t\t\t\t\toh, the weather outside is frightful,\t\t\tThe heat wave brutal and spiteful.\t\t\tOur crops have no water to grow&#8212;\t\t\tLet it snow, let it snow, let it snow!\t\t\t\t\t\t\tLooks like the heat wave ain&#8217;t stoppin&#8217;,\t\t\tOur dust-storm coughs are a-whoppin&#8217;.\t\t\tAll fish went extinct long ago&#8212;\t\t\tFor the love of sweet Christ, let it...%0A%0AContinue reading at http://www.newyorker.com/magazine/2014/12/22/climate-change-christmas-carols\" title=\"Email\"><img src=\"/wp-content/assets/dist/img/icon/email.png\" alt=\"Email\"/></a></li>\t\t</ul>\n</nav>\n\t\t\t\t\t</div>\n\t\t\t\t\t\t<section class=\"article-contributors\">\n\t\t\t\t\t\t\n<section class=\"author-details\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t<article>\n\t\t\t\t\t\t<div class=\"author-masthead\">\t\n\t\t\t\t<p>Ethan Kuperberg is a ﬁlmmaker and a writer for Amazon’s series “Transparent.”</p>\n\t\t\t</div>\n\t\t\t<ul class=\"author-links\">\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a class=\"light-button\" href=\"http://www.newyorker.com/contributors/ethan-kuperberg\" title=\"Ethan Kuperberg\">Bio</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a class=\"light-button\" href=\"http://www.newyorker.com/contributors/ethan-kuperberg/all\" title=\"Ethan Kuperberg\">All work</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t</article>\n</section>\n<div class=\"author-ampersand\">&amp;</div>\n\t\t\t\t\t\t</section>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\n<aside class=\"container-rail\">\n\n  <section id=\"newsletter-signup\">\n    <h5 class=\"popping\">Sign up to get the best of The New Yorker delivered to your inbox every day</h5>\n    \t<div class=\"newsletterContainer\">\n\t      <form action=\"/wp-admin/admin-ajax.php\" method=\"post\" name=\"newsletter-form\" id=\"newsletter-form\" novalidate=\"novalidate\" class=\"newsletter-signup-form\">\n\t      <input type=\"hidden\" name=\"action\" value=\"newsletter_subscribe\">\n\t      <input type=\"hidden\" name=\"formName\" value=\"newsletter-form\">\n\t      <input type=\"hidden\" name=\"url\" value=\"http://www.newyorker.com\"><input type=\"hidden\" name=\"source_code\" value=\"footer-unit\">    <fieldset>\n\t          <legend><h5>Sign up for newsletters</h5></legend>\n\t          <label for=\"newsletter-email\" class=\"replace\">E-mail address</label>\n\t          <input name=\"email\" id=\"newsletter-email\" type=\"email\" placeholder=\"E-mail address\" required=\"\" class=\"\">\n\t          <button type=\"submit\" name=\"submit-newsletter\" id=\"submit-newsletter-content\">Sign up</button>\n\t      </fieldset>\n\t      <div class=\"form_response\"></div>        \n\t          <ul class=\"subscribe-ids\">\n\t              <li>\n\n\t                  <fieldset class=\"row newsletter checkbox\">\n\t                      <input type=\"checkbox\" id=\"newsletterId_217\" name=\"newsletterId[]\" value=\"217\" checked=\"checked\">\n\t                      <label for=\"newsletterId_217\"></label>\n\t                  </fieldset>\n\t              </li>\n\t              <li>\n\t                  <fieldset class=\"row newsletter checkbox\">\n\t                      <input type=\"checkbox\" id=\"newsletterId_442\" name=\"newsletterId[]\" value=\"442\">\n\t                      <label for=\"newsletterId_442\"></label>\n\t                  </fieldset>\n\t              </li>\n\t              <li>\n\t                  <fieldset class=\"row newsletter checkbox\">\n\t                      <input type=\"checkbox\" id=\"newsletterId_5129\" name=\"newsletterId[]\" value=\"5129\">\n\t                      <label for=\"newsletterId_5129\"></label>\n\t                  </fieldset>\n\t              </li>\n\t          </ul>\n\t      </form>\n\t\t    <span class=\"newsletter-message\"></span>\n      </div>\n  </section>\n\t<div class=\"recirculation\">\n\t\t<div class=\"tablet-half-wrapper loaded-related-stories\">\n\n<section class=\"related-stories module\">\n\t<h5 class=\"small\">Related Stories</h5>\n<article class=\"story\" itemscope itemtype=\"http://schema.org/Article\">\n        <meta itemprop=\"wordCount\" content=\"0\" />\n    \n              <figure>\n          <a href=\"http://www.newyorker.com/magazine/2013/12/23/nondenominational-carols\" title=\"\" itemprop=\"image url\"><img src=\"/wp-content/assets/dist/img/px.gif\" class=\"post-load\" data-src=\"http://www.newyorker.com/wp-content/uploads/2013/12/131223_a17166-320-240-11154908.jpg\" data-src-mobile=\"http://www.newyorker.com/wp-content/uploads/2013/12/131223_a17166-144-110-11155059.jpg\" alt=\"\" /></a>\n        </figure>\n        <section>\n        \t  <h4><a href=\"http://www.newyorker.com/magazine/sketchbook\" title=\"Sketchbook\" itemprop=\"articleSection\">Sketchbook</a></h4>\n\t    <h2><a href=\"http://www.newyorker.com/magazine/2013/12/23/nondenominational-carols\" title=\"Nondenominational Carols\" itemprop=\"name\">Nondenominational Carols</a></h2>\n    <h3>By <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><a href=\"http://www.newyorker.com/contributors/roz-chast\" title=\"Roz Chast\" rel=\"author\" itemprop=\"name author\">Roz Chast</a></span></h3>  </section>\n  </article>\n<article class=\"story\" itemscope itemtype=\"http://schema.org/Article\">\n        <meta itemprop=\"wordCount\" content=\"478\" />\n    \n              <figure>\n          <a href=\"http://www.newyorker.com/magazine/2009/12/21/holly-or-challah\" title=\"\" itemprop=\"image url\"><img src=\"/wp-content/assets/dist/img/px.gif\" class=\"post-load\" data-src=\"http://www.newyorker.com/wp-content/uploads/2009/12/091221_r19136_p646-320-240-11161104.jpg\" data-src-mobile=\"http://www.newyorker.com/wp-content/uploads/2009/12/091221_r19136_p646-144-110-11161154.jpg\" alt=\"\" /></a>\n        </figure>\n        <section>\n        \t  <h4><a href=\"http://www.newyorker.com/magazine/shouts-murmurs\" title=\"Shouts &amp; Murmurs\" itemprop=\"articleSection\">Shouts &amp; Murmurs</a></h4>\n\t    <h2><a href=\"http://www.newyorker.com/magazine/2009/12/21/holly-or-challah\" title=\"Holly or Challah?\" itemprop=\"name\">Holly or Challah?</a></h2>\n    <h3>By <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><a href=\"http://www.newyorker.com/contributors/paul-rudnick\" title=\"Paul Rudnick\" rel=\"author\" itemprop=\"name author\">Paul Rudnick</a></span></h3>  </section>\n  </article>\n</section>\n\t\t\t<div id=\"most-popular-polar-text\"></div>\n\t\t\t<div class=\"clearfix\"></div>\n\t    </div> <!-- // div.tablet-left-wrapper -->\n\n\t\t<div class=\"tablet-half-wrapper loaded-related-stories recirc-most-popular-wrapper\">\n\t\t\t<span class=\"post-load-module\" data-name=\"most-popular\" data-cache=\"10m\" data-views=\"all\"></span>\n\t\t\t<div class=\"clearfix\"></div>\n\t\t</div>\n\t</div>\n</aside>\n\n\t\t</article>\n\t\t<section class=\"module\">\n\t<div id=\"you-might-like\" class=\"big-titled-curation\" style=\"display: none;\">\n\t\t<h5 class=\"popping\">You Might Like</h5>\n\t\t<div id=\"yml-list\" class=\"stories\"></div>\n\t</div>\n</section>\n\t</div>\n\t  <aside id=\"footer-ad-google\">\n    <script>\n      if(CN.isMobile == false){\n        google_ad_client = 'ca-conde_newyorker';\n        google_ad_channel = 'newyorker_standard_a newyorker_standard_b';\n        google_language = 'en';\n        google_ad_width = '728'; // width of iframe\n        google_ad_height = '90'; // height of iframe\n        google_ad_format = '728x90_pas_abgc';\n        google_ad_type = 'text';\n        google_alternate_ad_url = '';\n        google_alternate_color = '';\n        google_color_bg = 'edefee';\n        google_color_border = '';\n        google_color_line = '000000';\n        google_color_url = '000000';\n        google_color_link = '000000';\n        google_color_text = '000000';\n        google_encoding = 'utf8';\n        google_safe = 'high';\n        google_adtest = 'off';\n        google_ad_section = 'default';\n      }\n    </script>\n    <script src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n  </aside>\n  <span class=\"post-load-module\" data-name=\"promotions\" data-cache=\"48h\" data-views=\"desktop\"></span>\n<span class=\"post-load-module\" data-name=\"strongbox\" data-cache=\"48h\" data-views=\"desktop\"></span>\n\n\n\t\t<aside id=\"footer-ad\">\n\t\t\t<!-- Need to have mobile ad sizes reevaluated -->\n\t\t  <div class=\"advertisement\"><div id=\"footerMobile320x51_frame\" class=\"displayAd displayAd320x51Js\" data-cb-ad-id=\"footerMobile320x51_frame\"></div></div>\t\t  <div class=\"advertisement\"><div id=\"footer728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"footer728x90_frame\"></div></div>\t\t</aside>\n\n\t\t<div id=\"digital-editions\"><div id=\"AMS_NYR_GLOBAL_FOOTER\" class=\"ecom-placement\"><a href=\"http://www.newyorker.com/go/failsafe\" data-mobile=\"http://www.newyorker.com/go/mobilefailsafe\" target=\"_blank\"><img src=\"/wp-content/assets/dist/img/px.gif\" class=\"ecom-responsive\" data-src-desktop=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYR_Footer_Desktop_1020x180.jpg\" data-src-tablet=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYR_Footer_TabletRedesign_728x128.jpg\" data-src-mobile=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYR_Mobile_300x50.NavyTote.jpg\" alt=\"Subscribe to The New Yorker\" /></a></div></div>\n\t\t<footer>\n\t\t\t<nav id=\"tny-footer\">\n\t\t\t  <ul>\n\t\t\t\t<li><a href=\"/about/us/?src=tny-footer\" title=\"About Us\">About Us</a></li>\n\t\t\t\t<li><a href=\"/about/faq/?src=tny-footer\" title=\"Frequently Asked Questions\">FAQ</a></li>\n\t\t\t\t<li><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=NYR\" title=\"Customer Care\">Customer Care</a></li>\n\t\t\t\t<li><a href=\"http://www.condenaststore.com/-se/cartoonbank.htm?utm_medium=referral&amp;utm_source=NewYorker&amp;utm_content=tny-footer&amp;AID=1247905545\" title=\"\">Cartoon Bank</a></li>\n\t\t\t\t<li><a href=\"http://www.newyorkeronthetown.com/?src=tny-footer\" title=\"\">On The Town</a></li>\n\t\t\t\t<li><a href=\"/about/feeds/?src=tny-footer\" title=\"\">RSS</a></li>\n\t\t\t\t<li><a href=\"/about/contact/?src=tny-footer\" title=\"\">Contact Us</a></li>\n\t\t\t  </ul>\n\t\t\t  <ul>\n\t\t    \t<li><a href=\"http://www.condenaststore.com/-se/newyorkerstore.htm?utm_medium=referral&amp;utm_source=NewYorker&amp;utm_content=tny-footer&amp;AID=1247905545\" title=\"\">The New Yorker Store</a></li>\n\t\t\t    <li><a href=\"http://www.condenast.com/careers?src=tny-footer\" title=\"\">Careers</a></li>\n\t\t\t    <li><a href=\"http://www.condenast.com/reprints-permissions?src=tny-footer\" title=\"\">Reprints/Permissions</a></li>\n\t\t\t    <li><a href=\"/about/press/?src=tny-footer\" title=\"Press Center\">Press</a></li>\n\t\t\t    <li><a href=\"http://www.condenast.com/brands/new-yorker/media-kit/?src=tny-footer\" title=\"\">The New Yorker Media Kit</a></li>\n\t\t\t  </ul>\n\t\t\t</nav>\n\t\t\t<div id=\"conde-footer\">\n  <div class=\"global-footer-logo\">\n    <a href=\"http://www.condenast.com?src=tny-footer\" title=\"Cond&eacute; Nast Digital\">Cond&eacute; Nast Digital</a>\n  </div>\n  <div class=\"global-footer-subscriptions\">\n      <form action=\"/\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n        <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"sub_list\" id=\"sub_list\" size=\"1\">\n            <option selected=\"selected\" value=\"\">Subscribe to a magazine</option>\n            <option value=\"\">\n            </option><option value=\"http://www.magazinestoresubscriptions.com?src=univdropdown\">View All Titles</option>\n            <option value=\"\">- - - - - - - - - - - - - -</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?src=tny-footer\">Allure</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?src=tny-footer\">Architectural Digest</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?src=tny-footer\">Bon App&eacute;tit</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?src=tny-footer\">Brides</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?src=tny-footer\">Cond&eacute; Nast Traveler</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?src=tny-footer\">Details</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?src=tny-footer\">Glamour</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?src=tny-footer\">Golf Digest</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?src=tny-footer\">Golf World</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?src=tny-footer\">GQ</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?src=tny-footer\">Lucky</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?src=tny-footer\">Self</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?src=tny-footer\">Teen Vogue</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?src=tny-footer\">The New Yorker</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?src=tny-footer\">Vanity Fair</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?src=tny-footer\">Vogue</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?src=tny-footer\">W</option>\n            <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?src=tny-footer\">Wired</option>\n          </select>\n      </form>\n  </div>\n  <div class=\"global-footer-sister-sites\">\n      <form action=\"/\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n          <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"mag_list\" id=\"mag_list\">\n            <option selected=\"selected\" value=\"\">Other Cond&eacute; Nast sites</option>\n            <option value=\"\">- - - - - - - - - - - - - -</option>\n            <option value=\"http://www.allure.com?src=tny-footer\">Allure</option>\n            <option value=\"http://www.architecturaldigest.com?src=tny-footer\">Architectural Digest</option>\n            <option value=\"http://www.arstechnica.com?src=tny-footer\">Ars Technica</option>\n            <option value=\"http://www.bonappetit.com?src=tny-footer\">Bon App&eacute;tit</option>\n            <option value=\"http://www.brides.com?src=tny-footer\">Brides.com</option>\n            <option value=\"http://www.concierge.com/cntraveler?src=tny-footer\">Cond&eacute; Nast Traveler</option>\n            <option value=\"http://www.concierge.com?src=tny-footer\">Concierge</option>\n            <option value=\"http://www.details.com?src=tny-footer\">Details</option>\n            <option value=\"http://www.epicurious.com?src=tny-footer\">Epicurious</option>\n            <option value=\"http://www.glamour.com?src=tny-footer\">Glamour</option>\n            <option value=\"http://www.golfdigest.com?src=tny-footer\">Golf Digest</option>\n            <option value=\"http://www.golfworld.com?src=tny-footer\">Golf World</option>\n            <option value=\"http://www.gq.com?src=tny-footer\">GQ</option>\n            <option value=\"http://www.hotelchatter.com?src=tny-footer\">Hotel Chatter</option>\n            <option value=\"http://www.jaunted.com?src=tny-footer\">Jaunted</option>\n            <option value=\"http://www.luckymag.com?src=tny-footer\">Lucky</option>\n            <option value=\"http://www.nutritiondata.com?src=tny-footer\">NutritionData</option>\n            <option value=\"http://www.reddit.com?src=tny-footer\">Reddit</option>\n            <option value=\"http://thescene.com?src=tny-footer\">The Scene</option>\n            <option value=\"http://www.self.com?src=tny-footer\">Self</option>\n            <option value=\"http://www.style.com?src=tny-footer\">Style</option>\n            <option value=\"http://www.teenvogue.com?src=tny-footer\">Teen Vogue</option>\n            <option value=\"http://www.vanityfair.com?src=tny-footer\">Vanity Fair</option>\n            <option value=\"http://www.vegaschatter.com?src=tny-footer\">Vegas Chatter</option>\n            <option value=\"http://www.vogue.com?src=tny-footer\">Vogue</option>\n            <option value=\"http://www.wmagazine.com?src=tny-footer\">W</option>\n            <option value=\"http://www.wired.com?src=tny-footer\">Wired</option>\n          </select>\n      </form>\n  </div>\n  <div id=\"copy\">\n  \t<p><small>Use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (effective January 1, 2014) and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (effective January 1, 2014). <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a> The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast. <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices&nbsp;<img width=\"10\" height=\"10\" src=\"/wp-content/assets/dist/img/icon/ad_choices_arrow.png\" alt=\"Ad Choices\"></a></small></p>\n  </div>\n</div>\n\t\t</footer>\n\t</div> <!-- end .content-wrapper -->\n</div> <!-- end .page-container -->\n            <script type=\"text/javascript\">\n            //<!--\n                CN.config.set({\n                    title        : document.title,\n                                    facebook     : {pageid: \"9258148868\"},\n                                    isiFrame     : true\n                });\n            //-->\n            </script>\n            <script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: \"728x90\", kws: [ \"top\" ], collapse: true } );\n} \n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"header_mobile\", { sz: ( \"320x50\" ), kws: [ \"top\" ], collapse: true } );\n} \n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.dart ) {\n CN.dart.call( \"yrailTop\", { sz: ( CN.isMobile ? \"320x50\" : \"300x250\" ), kws: [ \"top\" ], collapse: true } );\n}\n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.dart ) {\n CN.dart.call( \"yrailTop\", { sz: ( CN.isMobile ? \"320x50\" : \"300x250\" ), kws: [ \"top\" ], collapse: true } );\n}\n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.dart ) {\n CN.dart.call( \"yrailTop\", { sz: ( CN.isMobile ? \"320x50\" : \"300x250\" ), kws: [ \"top\" ], collapse: true } );\n}\n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.dart ) {\n CN.dart.call( \"yrailTop\", { sz: ( CN.isMobile ? \"320x50\" : \"300x250\" ), kws: [ \"top\" ], collapse: true } );\n}\n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"footerMobile\", { sz: ( \"320x51\" ), kws: [ \"bottom\" ], collapse: true } );\n} \n}</script><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"footer\", { sz: \"728x90\", kws: [ \"bottom\" ], collapse: true } );\n} \n}</script>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('mobile') ) {\nif ( typeof pageAds.AMS_NYR_MOBILE_GLOBAL_SUBNAV != 'undefined' ) {\n  jQuery( \"#AMS_NYR_MOBILE_GLOBAL_SUBNAV\" ).html( pageAds.AMS_NYR_MOBILE_GLOBAL_SUBNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_NYR_MOBILE_GLOBAL_SUBNAV not in pageAds.\"); }\n}\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('tablet') ) {\nif ( typeof pageAds.AMS_NYR_TABLET_GLOBAL_SUBNAV != 'undefined' ) {\n  jQuery( \"#AMS_NYR_TABLET_GLOBAL_SUBNAV\" ).html( pageAds.AMS_NYR_TABLET_GLOBAL_SUBNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_NYR_TABLET_GLOBAL_SUBNAV not in pageAds.\"); }\n}\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('desktop') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_HEADER != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_HEADER\" ).html( pageAds.AMS_NYR_GLOBAL_HEADER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_HEADER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_HEADER not in pageAds.\"); }\n}\n/* AMS_NYR_GLOBAL_HEADER not in pageAds for tablet */\n/* AMS_NYR_GLOBAL_HEADER not in pageAds for mobile */\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('desktop') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_HEADERCALLOUT != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_HEADERCALLOUT\" ).html( pageAds.AMS_NYR_GLOBAL_HEADERCALLOUT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_HEADERCALLOUT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_HEADERCALLOUT not in pageAds.\"); }\n}\n/* AMS_NYR_GLOBAL_HEADERCALLOUT not in pageAds for tablet */\n/* AMS_NYR_GLOBAL_HEADERCALLOUT not in pageAds for mobile */\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('desktop') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_NAVBAR != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_NAVBAR\" ).html( pageAds.AMS_NYR_GLOBAL_NAVBAR.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_NAVBAR\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_NAVBAR not in pageAds.\"); }\n}\n/* AMS_NYR_GLOBAL_NAVBAR not in pageAds for tablet */\n/* AMS_NYR_GLOBAL_NAVBAR not in pageAds for mobile */\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('desktop') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_NAVBAR_ROLLOVER != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_NAVBAR_ROLLOVER\" ).html( pageAds.AMS_NYR_GLOBAL_NAVBAR_ROLLOVER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_NAVBAR_ROLLOVER not in pageAds.\"); }\n}\n/* AMS_NYR_GLOBAL_NAVBAR_ROLLOVER not in pageAds for tablet */\n/* AMS_NYR_GLOBAL_NAVBAR_ROLLOVER not in pageAds for mobile */\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    /* AMS_NYR_POPUP_FLOATINGAD not in pageAds for desktop */\n/* AMS_NYR_POPUP_FLOATINGAD not in pageAds for tablet */\n/* AMS_NYR_POPUP_FLOATINGAD not in pageAds for mobile */\n                    })();\n                                }\n            //-->\n            </script>\n                        <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( CN.checkDeviceView('desktop') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).html( pageAds.AMS_NYR_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_FOOTER not in pageAds.\"); }\n}\nif ( CN.checkDeviceView('tablet') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).html( pageAds.AMS_NYR_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_FOOTER not in pageAds.\"); }\n}\nif ( CN.checkDeviceView('mobile') ) {\nif ( typeof pageAds.AMS_NYR_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).html( pageAds.AMS_NYR_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_NYR_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_NYR_GLOBAL_FOOTER not in pageAds.\"); }\n}\n                    })();\n                                }\n            //-->\n            </script>\n            <div id=\"CM-notification\" class=\"fancy modal barrier-type\" aria-hidden=\"false\">\n    <div class=\"CM-wrapper\">\n        <div id=\"close-b-modal\" class=\"modal-close notification-b\"></div>\n        <div id=\"CM-nofication-home-link\"></div>\n        <div id=\"CM-nofication-home-line\"></div>\n        <div id=\"PAYWALL_BARRIER_wrapper\"></div>\n        <div class=\"bottom-barrier-divide\">\n            <div class=\"notification-pipe-spacer\"></div>\n            <div class=\"mobile-bottom-barrier-divide-left\"><a id=\"linksub-from-external\" href=\"javascript:void(0)\">Link your <br/> subscription</a> \n            </div>\n            <div class=\"bottom-barrier-divide-left\"><a id=\"linksub-from-external-promo\" href=\"javascript:void(0)\">Link your subscription</a>\n            </div>\n        </div>\n        <div class=\"mobile-barrier-divide-right begin-notification-msg\">Have a login?\n            <br/>\n            <span><a id=\"sign-in-from-notfication-mob\" href=\"javascript:void(0)\">Sign In</a></span>\n        </div>\n        <div id=\"login-text-wrapper\" class=\"bottom-barrier-divide-right\">Already have a login?\n            <span><a id=\"sign-in-from-notfication\" href=\"javascript:void(0)\">Sign in</a></span>\n        </div>\n        <div class=\"mob-notification-container\">\n                    <div class=\"mob-notification-item\"><a class=\"linksub-from-external-mobi\" href=\"javascript:void(0)\" style=\"text-decoration:underline\">Link Your<br/>Subscription</a></div>\n                    <div class=\"mob-notification-item pipe-spacer-image\"></div>\n                    <div id=\"mobile-login-text-wrap\" class=\"mob-notification-item\">Have a login?\n                        <br/><a class=\"signin-from-external-mobi\" id=\"sign-in-from-notfication-mobilink\" href=\"javascript:void(0)\" style=\"text-decoration:underline\">Sign in</a></div>\n                </div>\n    </div>\n</div>\n<!--[if IE]>\n<style>\n<script src=\"/wp-content/assets/js/vendors/simplemodal/simplemodal.min.js\"></script>\n#link-subscription-modal{\n\tdisplay:none;\n}\n\n#modal-overlay-full{\n\tposition:fixed;\n\ttop:0;\n\tright:0;\n\tbottom:0;\n\tleft:0;\n\twidth:0;\n\theight:0;\n\tdisplay:none;\n}\n.nyr-flex-modal{\n\tdisplay:block;\n}\n</style>\n<![endif]-->\n<div id=\"modal-overlay-full\">\n    <div id=\"conf-view\" class=\"hidden-m-item nyr-flex-modal\"></div>\n    <div id=\"signin-view\" class=\"hidden-m-item nyr-flex-modal\"></div>\n    <div id=\"reg-view\" class=\"hidden-m-item nyr-flex-modal\"></div>\n    <div id=\"link-subscription-modal\" class=\"hidden-m-item nyr-flex-modal\"></div>\n</div>\n<div class=\"small-flex-spacer-b\"></div>\t<div id=\"CMU_RIGHTRAIL_CONTAINER\">\n  <div id=\"AMS_NYR_ARTICLE_BLOG_RIGHTRAIL_A\" class=\"ecom-placement\"><a href=\"http://www.newyorker.com/go/failsafe\" target=\"_blank\"><img src=\"/wp-content/assets/dist/img/px.gif\" data-src-desktop=\"/wp-content/assets/dist/img/cn-ecom/failsafe/NYR_Search_Tablet_300x250.jpg\" alt=\"Subscribe to The New Yorker\" /></a></div></div>\t \n<script>\nwindow.jQuery || document.write('<script src=\"/wp-content/assets/dist/js/vendors/jquery/jquery.min.js\"><\\/script>');\n_satellite.pageBottom();\n</script>\n\n\t<script src=\"/wp-content/assets/dist/js/stats.min.js?cb=20141231181224\"></script> \n\t<script src=\"/wp-content/assets/dist/js/core.min.js?cb=20141231181224\"></script> \n  <script>!function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script><script>(function() { var po = document.createElement(\"script\"); po.type = \"text/javascript\"; po.async = true;po.src = \"//apis.google.com/js/plusone.js\";var s = document.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(po, s);})();</script><script> (function() { if (window.localStorage) { if (localStorage.getItem(\"share-selection\")===\"true\") { var po = document.createElement(\"script\"); po.async = true;po.src = \"/wp-content/assets/js/social/share-selection.js\";var s = document.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(po, s); }}  })();</script>\n\t<div id=\"fb-root\"></div>\n\t<script>\n\t\t(function(d, s, id) {\n\t\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\t\tif (d.getElementById(id)) return;\n\t\t\tjs = d.createElement(s); js.id = id;\n\t\t\tjs.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\";\n\t\t\tfjs.parentNode.insertBefore(js, fjs);\n\t\t}(document, 'script', 'facebook-jssdk'));\n\t</script>\n\n \n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"newyorker.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t\t\n\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"2907deeb56\",\"applicationID\":\"4337305\",\"transactionName\":\"YlIEZhNSXxEAABYNW1sYJ1EVWl4MThALClNZUktTE0dYAQ0G\",\"queueTime\":0,\"applicationTime\":1354,\"atts\":\"ThUHEFtITB8=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/nj.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tRepublican N.J. senator rips Christie over State of the State speech | \t\t\t\t\t\tNJ.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Republican N.J. senator rips Christie over State of the State speech</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">NJ.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Matt Friedman | NJ Advance Media for NJ.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state's status quo or help its urban and suburban communities</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.nj.com/politics_impact/photo/16770400-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">01/14/2015</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">01/14/2015</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Republican N.J. senator rips Christie over State of the State speech\", \"link\": \"http://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html\", \"image_url\": \"http://imgick.nj.com/home/njo-media/width620/img/politics_impact/photo/16770400-standard.jpg\", \"type\": \"post\", \"post_id\": \"14959611\", \"pub_date\": \"2015-01-14T19:30:35Z\", \"author\": \"Matt Friedman | NJ Advance Media for NJ.com\", \"tags\": [\"@news\",\"@river\",\"chris-christie\",\"senate\",\"state-of-the-state-2015\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.nj.com/politics_impact/photo/new-jersey-supreme-court-hearings-8ee214ce19d6d220.jpg\", \"author_name\": \"matt_friedman\", \"author_nickname\": \"Matt Friedman | NJ Advance Media for NJ.com\", \"author_id\": \"8332977\", \"source_blog_name\": \"New Jersey Politics\", \"source_blog_url\": \"http://www.nj.com/politics/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Republican N.J. senator rips Christie over State of the State speech\" />\n\t<meta name=\"article_publication_name\" content=\"NJ.com\" />\n\t<meta name=\"article_author\" content=\"Matt Friedman | NJ Advance Media for NJ.com\" />\n\t<meta name=\"article_date_original\" content=\"Wednesday, January 14, 2015,  2:30 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Wednesday, January 14, 2015,  3:55 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.nj.com/politics_impact/photo/16770400-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"chris-christie,senate,state-of-the-state-2015\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state's status quo or help its urban and suburban communities\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.nj.com/politics_impact/photo/16770400-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@njdotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"@MattFriedmanSL\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Republican N.J. senator rips Christie over State of the State speech\" />\n\t<meta property=\"og:description\" content=\"State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state's status quo or help its urban and suburban communities\" />\n\t<meta property=\"og:site_name\" content=\"NJ.com\" />\n\t<meta property=\"og:url\" content=\"http://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.nj.com/home/njo-media/width620/img/politics_impact/photo/16770400-standard.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.nj.com/politics_impact/photo/16770400-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.nj.com/design/alpha/img/logo_njo.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.nj.com/politics_impact/photo/16770400-thumb_square_large.jpg',\n\t\thref: 'http://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html'\n\t\t}\n\t\tvar desc  = 'State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state\\'s status quo or help its urban and suburban communities';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352337\",\n\t\t\"articleId\": \"37dd3b8e83b037a283b3416c00cb80fe\",\n\t\t\"checksum\": \"4d0cb98fb1d93c485e5270eb4dd5f5dc\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjRkMGNiOThmYjFkOTNjNDg1ZTUyNzBlYjRkZDVmNWRjIiwiYXJ0aWNsZUlkIjoiMzdkZDNiOGU4M2IwMzdhMjgzYjM0MTZjMDBjYjgwZmUiLCJ1cmwiOiJodHRwOi8vd3d3Lm5qLmNvbS9wb2xpdGljcy9pbmRleC5zc2YvMjAxNS8wMS9jb25zZXJ2YXRpdmVfbmpfc2VuYXRvcl9yaXBzX2NocmlzdGllX292ZXJfc3RhdGVfby5odG1sIiwidGl0bGUiOiJSZXB1YmxpY2FuIE4uSi4gc2VuYXRvciByaXBzIENocmlzdGllIG92ZXIgU3RhdGUgb2YgdGhlIFN0YXRlIHNwZWVjaCIsInRhZ3MiOiJleHBlcnQsQG5ld3MsQHJpdmVyLGNocmlzLWNocmlzdGllLHNlbmF0ZSxzdGF0ZS1vZi10aGUtc3RhdGUtMjAxNSJ9.wOuKR72T62s2aDz3ns7JbEORy6F7aWnKpY_wuKTMehk\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"8332977\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"New Jersey Politics\" href=\"http://www.nj.com/politics/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.nj.com/politics_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.nj.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/n/nj-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/burt/adv_burt_njo.js\"></script>\n\n\n<script type=\"text/javascript\" src=\"http://media.nj.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.nj.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.nj.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"5477\";\n\t\tm_blog_name = \"New Jersey Politics\";\n\t\tm_blog_url = \"http://www.nj.com/politics/index.ssf/\";\n\t\tm_blog_newspaper = \"The Star-Ledger\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Republican N.J. senator rips Christie over State of the State speech\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Matt Friedman | NJ Advance Media for NJ.com\";\n\t\t\tm_entry_author_username = \"matt_friedman\";\n\t\t\tm_entry_author_public_email = \"matt_friedman@njadvancemedia.com\";\n\t\t\n\t\tm_entry_basename = \"conservative_nj_senator_rips_christie_over_state_o\";\n\t\tm_entry_link = \"http://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html\";\n\t\tm_entry_tags = \"chris-christie;senate;state-of-the-state-2015\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14959611\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state's status quo or help its urban and suburban communities\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/n/nj-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nj.com/static/common/js/burt/adv_burt_njo.js\"></script>\n\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/nj/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.nj.com/\" title=\"NJ.com\"><span class=\"ir\">NJ.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.nj.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.nj.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"3503\"></span></li><li><a href=\"http://www.nj.com/politics/\">Politics</a><span class=\"next\" data-state=\"2\" data-key=\"3527\"></span></li><li><a href=\"http://www.nj.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"3505\"></span></li><li><a href=\"http://highschoolsports.nj.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.nj.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"3506\"></span></li><li><span class=\"nolink\" href=\"\">Photos/Videos</span><span class=\"next\" data-state=\"2\" data-key=\"3538\"></span></li><li><a href=\"http://autos.nj.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"6124\"></span></li><li><a href=\"http://www.nj.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"3550\"></span></li><li><a href=\"http://realestate.nj.com/\">Real Estate</a><span class=\"next\" data-state=\"2\" data-key=\"6130\"></span></li><li><a href=\"http://realestate.nj.com/for-rent/\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6147\"></span></li><li><a href=\"http://www.nj.com/healthfit\">Health</a><span class=\"none\" data-state=\"2\" data-key=\"6439\"></span></li><li><a href=\"http://classifieds.nj.com/\">Classifieds</a><span class=\"next\" data-state=\"2\" data-key=\"3509\"></span></li><li><a href=\"http://businessfinder.nj.com/\">Local Businesses</a><span class=\"next\" data-state=\"2\" data-key=\"6340\"></span></li><li><a href=\"http://www.nj.com/placead/\">Place An Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6436\"></span></li><li><a href=\"http://www.nj.com/opinion/\">Opinion</a><span class=\"none\" data-state=\"2\" data-key=\"3526\"></span></li><li><a href=\"http://www.nj.com/obituaries/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"3525\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead injectedAd\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"3503\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/news/\">News</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"3502\" data-sub-parent=\"3503\"><span class=\"nolink\">News by County</span><span class=\"next\" data-state=\"3\" data-sub-key=\"3502\" data-sub-parent=\"3503\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6614\" data-sub-parent=\"3503\"><a href=\"http://www.nj.com/newspapers/\">All Newspapers</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6614\" data-sub-parent=\"3503\"></span></li><li><a href=\"http://www.nj.com/business/\">Business</a></li><li><a href=\"http://www.nj.com/crime/\">Crime</a></li><li><a href=\"http://www.nj.com/education/\">Education</a></li><li><a href=\"http://www.nj.com/healthfit/\">Health</a></li><li><a href=\"http://www.nj.com/lottery/\">Lottery</a></li><li><a href=\"http://www.nj.com/newsflash/\">Nation/World</a></li><li><a href=\"http://www.nj.com/obituaries/\">Obituaries</a></li><li><a href=\"http://www.nj.com/politics/\">Politics</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3527\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/politics/\">Politics Home</a></li><li><a href=\"http://www.nj.com/chris-christie/\">Chris Christie</a></li><li><a href=\"http://www.nj.com/opinion/\">Opinion</a></li><li><a href=\"http://topics.nj.com/tag/politifact-new-jersey/index.html\">PolitiFact NJ</a></li><li><a href=\"http://connect.nj.com/staff/njoauditor/posts.html\">The Auditor</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3505\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/sports/\">Sports Home</a></li><li><a href=\"http://www.nj.com/devils/\">Devils</a></li><li><a href=\"http://www.nj.com/eagles/\">Eagles</a></li><li><a href=\"http://www.nj.com/flyers/\">Flyers</a></li><li><a href=\"http://www.nj.com/giants/\">Giants</a></li><li><a href=\"http://www.nj.com/jets/\">Jets</a></li><li><a href=\"http://www.nj.com/knicks/\">Knicks</a></li><li><a href=\"http://www.nj.com/mets/\">Mets</a></li><li><a href=\"http://www.nj.com/nets/\">Nets</a></li><li><a href=\"http://www.nj.com/phillies/\">Phillies</a></li><li><a href=\"http://www.nj.com/rangers/\">Rangers</a></li><li><a href=\"http://www.nj.com/redbulls/\">Red Bulls</a></li><li><a href=\"http://www.nj.com/rutgersbasketball/\">Rutgers Basketball</a></li><li><a href=\"http://www.nj.com/rutgersfootball/\">Rutgers Football</a></li><li><a href=\"http://www.nj.com/rutgers/\">Rutgers Sports</a></li><li><a href=\"http://www.nj.com/setonhall/\">Seton Hall</a></li><li><a href=\"http://www.nj.com/sixers/\">Sixers</a></li><li><a href=\"http://www.nj.com/yankees/\">Yankees</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3506\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/entertainment/\">Entertainment Home</a></li><li><a href=\"http://www.nj.com/atlantic-city-entertainment/\">Atlantic City Entertainment</a></li><li><a href=\"http://www.nj.com/entertainment/celebrities/\">Celebrities</a></li><li><a href=\"http://www.nj.com/comics/\">Comics</a></li><li><a href=\"http://www.nj.com/events/\">Events</a></li><li><a href=\"http://www.nj.com/food/\">Food &amp; Dining</a></li><li><a href=\"http://www.nj.com/indulge/\">Indulge</a></li><li><a href=\"http://www.nj.com/inside-jersey/\">Inside Jersey</a></li><li><a href=\"http://www.nj.com/entertainment/movies/\">Movies</a></li><li><a href=\"http://www.nj.com/entertainment/music/\">Music</a></li><li><a href=\"http://www.nj.com/onlinegamblingnj/\">Online Gambling Guide</a></li><li><a href=\"http://www.nj.com/puzzles-games/\">Puzzles</a></li><li><a href=\"http://www.nj.com/shore/\">Shore</a></li><li><a href=\"http://www.nj.com/entertainment/tv/\">TV</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3538\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.nj.com/hunterdon-photos/index.html\">Hunterdon County Democrat Photos</a></li><li><a href=\"http://photos.nj.com/jersey-journal/index.html\">Jersey Journal Photos</a></li><li><a href=\"http://photos.nj.com/njcom_photos/index.html\">NJ.com Photos</a></li><li><a href=\"http://photos.nj.com/south-jersey-times/index.html\">South Jersey Times Photos</a></li><li><a href=\"http://photos.nj.com/star-ledger/index.html\">Star-Ledger Photos</a></li><li><a href=\"http://photos.nj.com/the-times/index.html\">Times of Trenton Photos</a></li><li><a href=\"http://photos.nj.com/photogallery/upload.html\">Submit your own photos</a></li><li><a href=\"http://videos.nj.com/nj/index.html\">Videos</a></li><li><a href=\"http://videos.nj.com/index.html\">Community Videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6130\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/realestate/\">Homes</a></li><li><a href=\"http://realestate.nj.com/new-homes/\">New Homes</a></li><li><a href=\"http://realestate.nj.com/for-rent\">Rentals</a></li><li><a href=\"http://foreclosures.nj.com/\">Foreclosures</a></li><li><a href=\"http://www.cityfeet.com/nj/\">Commercial</a></li><li><a href=\"http://www.nj.com/placead/\">Place An Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"3509\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nj.com/obituaries/\">Obituaries</a></li><li><a href=\"http://realestate.nj.com/for-rent\">Rentals</a></li><li><a href=\"http://classifieds.nj.com/?orig_cat=&amp;property=nj.com&amp;orig_prop=nj.com&amp;ads_per_page=20&amp;temp_type=browse&amp;category=results&amp;tp=ME_nj&amp;classification=Pets\">Pets</a></li><li><a href=\"http://classifieds.nj.com/?orig_cat=&amp;property=nj.com&amp;orig_prop=nj.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_nj&amp;classification=For+Sale\">For Sale</a></li><li><a href=\"http://classifieds.nj.com/?orig_cat=&amp;property=nj.com&amp;orig_prop=nj.com&amp;temp_type=browse&amp;category=results&amp;tp=ME_nj&amp;classification=Garage-Yard+and+Estate+Sales\">Garage Sales</a></li><li><a href=\"http://findnsave.nj.com/\">Find n Save</a></li><li><a href=\"http://www.nj.com/placead/fraud_prevention/index.ssf\">Fraud Prevention</a></li><li><a href=\"http://www.nj.com/placead/manage/index.ssf\">Manage Your Ad</a></li><li><a href=\"http://www.nj.com/placead/\">Place An Ad</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6340\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://businessfinder.nj.com/\">Find A Business</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Food-and-Dining\">Food &amp; Dining</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Retail-Shopping\">Retail Shopping</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Health-and-Medicine\">Health &amp; Medicine</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Personal-Care-and-Well-Being\">Personal Care</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Entertainment-and-Arts\">Entertainment</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Real-Estate\">Real Estate</a></li><li><a href=\"http://businessfinder.nj.com/NJ-New-Brunswick/Automotive\">Automotive</a></li><li><a href=\"http://businessfinder.nj.com/about/advertise.html\">Claim Your Business</a></li><li><a href=\"http://www.nj.com/blogs/premium/\">Sponsored Blogs</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.nj.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.nj.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysfencing/\">Boys Fencing</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsfencing/\">Girls Fencing</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsicehockey/\">Girls Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysskiing/\">Boys Skiing</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.nj.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysvolleyball/\">Boys Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/coedswimming/\">Co-Ed Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.nj.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.facebook.com/NJ.com\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.twitter.com/njdotcom/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/+njdotcom/\">Visit us on Google Plus</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://www.instagram.com/njdotcompix\">View our Instagram Photos</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_tumblr\"><span><a href=\"http://njdotcom.tumblr.com/\">See our Tumblr feed</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://pinterest.com/njdotcom/\">See our Pinterest page</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://update.nj.com/adv_nj/newsletters/nj/subscribe.htm\">NJ.com newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/newsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://ads.advance.net/RealMedia/ads/click_lx.ads/www.nj.com/////ProxyLink/NJONLINE/CLICK_NJ10/SubLedgeClick.html/\">The Star-Ledger</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.njtimes.com/subscribe\">The Times of Trenton</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.jjournal.com/subscriptions/subscribe-today/\">The Jersey Journal</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/sjtsubscribe\">South Jersey Times</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/democratsubscribe/\">Hunterdon County Democrat</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/ccsubscribe/\">Cranford Chronicle</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/sgsubscribe/\">Star Gazette</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad injectedAd\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.nj.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search NJ.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>NJ.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.nj.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"njo\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.nj.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.nj.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.nj.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.nj.com/sign-in/?option=Facebook\"><img src=\"http://media.nj.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.nj.com/sign-in/?option=Google\"><img src=\"http://media.nj.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.nj.com/sign-in/?option=AIM\"><img src=\"http://media.nj.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.nj.com/sign-in/?option=Twitter\"><img src=\"http://media.nj.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://update.nj.com/adv_nj/newsletters/nj/subscribe.htm\">NJ.com newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/newsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://ads.advance.net/RealMedia/ads/click_lx.ads/www.nj.com/////ProxyLink/NJONLINE/CLICK_NJ10/SubLedgeClick.html/\">The Star-Ledger</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.njtimes.com/subscribe\">The Times of Trenton</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.jjournal.com/subscriptions/subscribe-today/\">The Jersey Journal</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/sjtsubscribe\">South Jersey Times</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/democratsubscribe/\">Hunterdon County Democrat</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/ccsubscribe/\">Cranford Chronicle</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.nj.com/sgsubscribe/\">Star Gazette</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var News = 'News';\n        comscorekw=News;\n        return News;\n\t\n}\nfunction getToprailMenuContext() {\n        return '3527';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Republican N.J. senator rips Christie over State of the State speech</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.nj.com/politics_impact/photo/16770400-mmmain.jpg\" data-position=\"article-main\" />New Jersey Supreme Court hearings</span></div><div class=\"Caption\">\n        \n            Senator Michael Doherty, shown questioning state Supreme Court Justice Stuart Rabner during his june confirmation hearing, today ripped into Gov. Chris Christie over his State of the State speech\n        \n        \n            \n                <em>(Ed Murray/The Star-Ledger)</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.nj.com/politics_impact/print.html?entry=/2015/01/conservative_nj_senator_rips_christie_over_state_o.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.nj.com/staff/matt_friedman/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.nj.com/avatars/8332977.png\" data-position=\"byline-avatar\">Matt Friedman | NJ Advance Media for NJ.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.nj.com/staff/matt_friedman/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tMatt Friedman | NJ Advance Media for NJ.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Star-Ledger</span>\n\t\t<br /> <a id=\"email_author\" onclick=\"emailAuthor()\">Email the author</a> | <a href=\"https://twitter.com/MattFriedmanSL\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on January 14, 2015 at  2:30 PM, updated <span class=\"updated\" title=\"2015-01-14T20:55:52Z\">January 14, 2015 at  3:55 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <!-- No longer used; Pushed down into parent template -->\n<div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.nj.com%2Fpolitics%2Findex.ssf%2F2015%2F01%2Fconservative_nj_senator_rips_christie_over_state_o.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.nj.com%2Fpolitics%2Findex.ssf%2F2015%2F01%2Fconservative_nj_senator_rips_christie_over_state_o.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Republican N.J. senator rips Christie over State of the State speech',\n            'link':'http://www.nj.com/politics/index.ssf/2015/01/conservative_nj_senator_rips_christie_over_state_o.html',\n            'desc': 'State Sen. Michael Doherty (R-Warren) today ripped Gov. Chris Christie as having done nothing to change the state\\'s status quo or help its urban and suburban communities',\n\t    'thumbnail': 'http://imgick.nj.com/home/njo-media/river/img/politics_impact/photo/16770400-standard.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id=\"series\">\r\n<script type=\"text/javascript\" src=\"http://media.nj.com/storypackage/13928734/sp.js\" /></script>\r\n</div>\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p><a href=\"http://www.nj.com/politics\">TRENTON</a> &mdash; Gov. Chris Christie&#8217;s <a href=\"http://www.nj.com/politics/index.ssf/2015/01/christie_uses_annual_nj_state_of_the_state_address.html#incart_river\">State of the State speech on Tuesday</a> pushed one of New Jersey&#8217;s most conservative state senators over the edge, leading to the harshest criticism of the governor ever from a Republican state lawmaker.<br />\n <br />\nState Sen. Michael Doherty (R-Warren) said Christie when he first ran in 2009 &#8220;sold himself to the people of New Jersey that he was going to change it.&#8221;<br />\n <br />\n&#8220;And he didn&#8217;t,&#8221; Doherty said in a phone interview.<br />\n <br />\n&#8220;The governor&#8217;s possible national ambitions have distracted him from doing the job he was hired to do in the State of New Jersey,&#8221; he said.<br />\n <br />\n<a href=\"http://politickernj.com/2015/01/following-state-of-the-state-address-ranking-republican-senator-calls-christie-a-failed-governor/\">In an interview with PolitickerNJ.com</a> published this morning, Doherty was quoted calling Christie a &#8220;failed&#8221; governor. Asked about it by NJ Advance Media, Doherty declined to repeat that exact word. But he nonetheless offered a scorching review of Christie&#8217;s speech &mdash; <a href=\"http://www.nj.com/camden/index.ssf/2015/01/gov_christie_singles_out_camden_progress_in_state.html\">in particular his focus on Camden</a>.<br />\n <br />\n&#8220;I don&#8217;t know that I particularly said the word &#8216;failed,&#8217;&#8221; Doherty said. &#8220;What I said was that Gov. Christie has missed his opportunity to make a great mark on the State of New Jersey.&#8221;<br />\n <br />\nMost New Jersey Republicans have been loath to publicly criticize Christie, and many on Tuesday issued statements praising his speech and record. State Sen. Dawn Addiego (R-Burlington), for example, said Christie \"has dedicated his efforts to make New Jersey affordable and to provide opportunity for the families who live here.\"</p>\n\n<p>And Doherty has been the most critical of Christie among Republican lawmakers in the past. He is the only Republican who has so far agreed to vote to override Christie&#8217;s veto of a bill to overhaul the Port Authority. And Doherty in 2009 also <a href=\"http://blog.nj.com/njv_paul_mulshine/2009/06/rep_mike_doherty_was_only_brig.html\">supported Christie's primary rival</a> for the GOP nomination for governor, Steve Lonegan. </p>\n\n<p>Still, Doherty&#8217;s past comments were restrained compared to the torrent he released today.<br />\n <br />\nDoherty, who represents a largely rural district, says his main frustration is that New Jersey&#8217;s poor, urban school districts are still getting a disproportionate amount of state aid thanks to a series of Supreme Court decisions dating back to the 1970s known as Abbott v. Burke.<br />\n<div class=\"embeddedMedia entry_widget_large entry_widget_right\">\n\t\t\t<div class=\"mt-enclosure mt-enclosure-photo\" >\n                \t\t<div class=\"adv-video_smrt\" >\n\t\t\t\t\t<div class=\"vidContainer\">\n\t\t\t\t\t\t\n<div id=\"BCLcontainingBlock\"> \n  <div class=\"BCLvideoWrapper\"> \n    <!-- Start of Brightcove Player --> \n\n    \n    <object id=\"mt-16764483\" class=\"BrightcoveExperience\">\n      <param name=\"wmode\" value=\"opaque\" />\n      <param name=\"bgcolor\" value=\"#FFFFFF\" /> \n      <param name=\"width\" value=\"\" /> \n      <param name=\"height\" value=\"\" /> \n      <param name=\"playerID\" value=\"1950981419001\" /> \n      <param name=\"playerKey\" value=\"LaSy7_vKMpoPlgEH_Prv3O2_mbz-ciL5FbGUOIG2g_ySWBjj5zjfew..\" /> \n      <param name=\"isVid\" value=\"true\" /> \n      <param name=\"isUI\" value=\"true\" /> \n      <param name=\"dynamicStreaming\" value=\"true\" /> \n      \n        \n          <param name=\"@videoPlayer\" value=\"ref:mt-16764483\" /> \n        \n      \n      <param name=\"autoStart\" value=\"false\" />\n      <param name=\"includeAPI\" value=\"true\" />\n      <param name=\"templateLoadHandler\" value=\"myTemplateLoaded\" />\n      <param name=\"templateReadyHandler\" value=\"onTemplateReady\" />\n      <param name=\"additionalAdTargetingParams\" value=\"\" />\n    </object> \n\n    <!-- End of Brightcove Player --> \n  </div> \n</div> \n\n\t\t\t\t\t</div>\n\t\t\t\t\t<span class=\"video-data\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<span class=\"title\"><a href=\"http://videos.nj.com/nj/2015/01/chris_christies_2015_state_of.html\" target=\"_blank\">Chris Christie’s 2015 State of the State: ignoring the big issues facing NJ?</a></span>\n\t\t\t\t\t\t\t<span class=\"caption\">NJ Advance Media commentator Brian Donohue and Star-Ledger editorial page editor Tom Moran discuss New Jersey Gov. Chris Christie’s 2015 State of the State address, with Moran echoing the criticism that the speech ignored the big issues facing New Jersey and was instead an attempt to launch Christie’s presidential run. (Video by Brian Donohue | NJ Advance Media for NJ.com)</span>\n\t\t\t\t\t\t\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\n\n</p>\n\n<p>\"For him yesterday to hold up Camden County government as an example of what we should all be? Give me a break. It&#8217;s one of the most wasteful and corrupt governments in the State of New Jersey,\" Doherty said. \"How long can the suburban and rural towns be told keep funneling your money into the cities, we&#8217;re just around the corner, everything&#8217;s going to recover and everything&#8217;s going to come back to normal?\"<br />\n <br />\nDoherty was particularly angry that Hoboken&mdash; once impoverished but now a wealthy New York City bedroom community &mdash; is still considered an &#8220;Abbott district&#8221; and has state-funded universal pre-K. (One town in Doherty&#8217;s district, Phillipsburg, is also an Abbott district).<br />\n <br />\n&#8220;We&#8217;re struggling tremendously. Houses in my district are selling for less than they did a quarter century ago. There has been no economic recovery. We&#8217;re getting our clocks cleaned by Pennslyvania. They&#8217;re so close,&#8221; Doherty said.  &#8220;We need help.&#8221;<br />\n <br />\nChristie was critical of those decisions during his first run for governor in 2009. And while that led to some battles with Democrats who control the state Senate over  Supreme Court nominees, Doherty said Christie &#8220;didn&#8217;t fight hard enough&#8221; to change the court&#8217;s makeup.<br />\n <br />\nFor instance, Doherty noted that Christie declined to re-nominate former Justice Helen Hoens to the bench.<br />\n <br />\n&#8220;The one justice that wrote an opinion that all of us in the suburbs and rural areas agree with regarding school funding and challenging the urban areas to do better than they had was Justice Helen Hoens,&#8221; Doherty said.<br />\n <br />\nDoherty said Christie&#8217;s appeal to New Jersey&#8217;s urban mayors to follow his example of working with Camden to overhaul its police force and attract businesses with economic incentives underscored his feeling that he was ignoring the state&#8217;s suburban and rural areas.<br />\n <br />\n&#8220;I was very alarmed when Gov. Christie said to be &#8216;Big cities, come to me and we&#8217;re rebuild you,&#8221; Doherty said. &#8220;When does it ever end? These suburban areas of New Jersey are struggling tremendously. They never recovered from the Great Recession. And we&#8217;re told keep sending the money in.&#8221;<br />\n <br />\nDoherty said Christie has &#8220;did not follow through his promise to fight the corruption and break up the status quo.&#8221;<br />\n <br />\nThere are some political undercurrents in Doherty's criticism. Doherty was a supporter of U.S. Rep. Ron Paul&#8217;s campaigns for the Republican presidential nomination in 2008 and 2012. Paul&#8217;s son, U.S. Sen. Rand Paul of Kentucky, is considered a likely presidential candidate in 2016. But Doherty said that had nothing to do with his criticism.<br />\n <br />\n&#8220;I&#8217;m not supporting anybody at this point,&#8221; he said. </p>\n\n<p>A spokesman for Christie declined to comment.</p>\n\n<div><script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"10_most_memorable_chris_christ\";\n        m_gallery_id = \"16767883\";\n        m_gallery_total = \"11\";\n        m_gallery_blog_id = \"4504\";\n        m_gallery_related_slide = \"0\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/chris-christie-2015jpg-f37751d7c9d8f63c.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/chris-christie-2015jpg-f37751d7c9d8f63c.jpg\"\n                            data-title=\"10 Most Memorable Chris Christie Speeches\"\n                            data-titleurl=\"\"\n                            data-description=\"Gov. Chris Christie on Tuesday delivered his fifth State of the State address, trumpeting his accomplishments in New Jersey in a speech that appeared to be tailored to a national audience as he considers a 2016 presidential campaign. Here is a look back at 10 of the governor's other notable speeches. (Photo by Amanda Marzullo | NJ Advance Media for NJ.com)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/chris-christie-2015jpg-f37751d7c9d8f63c.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/the-first-inauguration-jan-19-2010-a71c1b7c469fbb3e.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/the-first-inauguration-jan-19-2010-a71c1b7c469fbb3e.jpg\"\n                            data-title=\"The First Inauguration: Jan. 19, 2010\"\n                            data-titleurl=\"\"\n                            data-description=\"Two months after dethroning Gov. Jon Corzine, Christie kicked off his tenure as New Jersey's 55th governor with a bipartisan gesture. As he walked to the dais, the Republican shook hands with the Democrats who led the state Legislature -- Senate President Stephen Sweeney and Assembly Speaker Sheila Oliver -- saying he was confident they could work together. (Photo by Tony Kurdzuk | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/the-first-inauguration-jan-19-2010-a71c1b7c469fbb3e.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/fiscal-state-of-emergency-feb-11-2010-d28c816b77841a7c.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/fiscal-state-of-emergency-feb-11-2010-d28c816b77841a7c.jpg\"\n                            data-title=\"Fiscal 'State of Emergency': Feb. 11, 2010\"\n                            data-titleurl=\"\"\n                            data-description=\"In his first state budget speech, Christie announced that he was cutting $475 million in aid to school districts, $62 million in aid to college, and $12 million to hospital charity care. (Photo by Amanda Brown | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/fiscal-state-of-emergency-feb-11-2010-d28c816b77841a7c.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/state-of-the-state-jan-11-2011-9da8fe6c79c01026.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-11-2011-9da8fe6c79c01026.jpg\"\n                            data-title=\"State of the State: Jan. 11, 2011\"\n                            data-titleurl=\"\"\n                            data-description=\"In his first State of the State address, Christie touted that his leadership was making New Jersey better. He also called for the Democrats who led the Legislature to work with him to reform the state's public-worker pension and educaiton systems. Within the year, Christie would sign new laws overhauling the pension system. (Tony Kurdzuk | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-11-2011-9da8fe6c79c01026.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/reagan-library-sept-27-2011-7d5b744cf9c7f367.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/reagan-library-sept-27-2011-7d5b744cf9c7f367.jpg\"\n                            data-title=\"Reagan Library: Sept. 27, 2011\"\n                            data-titleurl=\"\"\n                            data-description=\"Many Republicans were calling for Christie to run for president when he traveled to California to speak at the Reagan Library. At one point during a Q&amp;A session after the speech, a woman pleaded for Christie to run. (Getty Images)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/reagan-library-sept-27-2011-7d5b744cf9c7f367.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"Politics\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/state-of-the-state-jan-17-2012-6f9f24f442534916.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-17-2012-6f9f24f442534916.jpg\"\n                            data-title=\"State of the State: Jan. 17, 2012\"\n                            data-titleurl=\"\"\n                            data-description=\"Christie pushed for an across-the-board 10 percent cut in the state income tax. But the proposal failed, largely because Democrats felt the revenue wasn't there to support a cut. (Ed Murray | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-17-2012-6f9f24f442534916.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"NJ.com;The Star-Ledger\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/republican-national-convention-aug-29-2012-5d551a6704403d1b.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/republican-national-convention-aug-29-2012-5d551a6704403d1b.jpg\"\n                            data-title=\"Republican National Convention: Aug. 29, 2012\"\n                            data-titleurl=\"\"\n                            data-description=\"With Mitt Romney challenging President Obama in the 2012 presidential race, Christie delivered the keynote speech at the Republican National Convention in Tampa, Fla. The address, delivered before a national TV audience, strayed from any insults or tirades. Instead, Christie spoke about himself and his experience governing in New Jersey. Some called the speech a flop. (Photo by Getty Images)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/republican-national-convention-aug-29-2012-5d551a6704403d1b.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"HORIZONTAL\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/state-of-the-state-jan-8-2013-2263ea1b288bee3a.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-8-2013-2263ea1b288bee3a.jpg\"\n                            data-title=\"State of the State: Jan. 8, 2013\"\n                            data-titleurl=\"\"\n                            data-description=\"Less than three months after Hurricane Sandy slammed into New Jersey, Chrisite used his third State of the State speech to pledge a full recovery from the storm. He also called on Congress to pass emergency aid to help the state rebuild. (Photo by Tony Kurdzuk | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-8-2013-2263ea1b288bee3a.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/bridge-scandal-apology-jan-9-2014-dd27e3c638c0b5db.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/bridge-scandal-apology-jan-9-2014-dd27e3c638c0b5db.jpg\"\n                            data-title=\"Bridge Scandal Apology: Jan. 9, 2014\"\n                            data-titleurl=\"\"\n                            data-description=\"Technically, it wasn't a speech. But on Jan. 8, 2014, an email linked one of Christie's top aids to the controversial George Washington Bridge lane closings. A day later, Christie claimed he was not involved in the matter but apologized for the incident at a news conference in which he took questions for nearly two hours. (Photo by Tony Kurdzuk | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/bridge-scandal-apology-jan-9-2014-dd27e3c638c0b5db.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/state-of-the-state-jan-14-2014-6f59e80f69934090.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-14-2014-6f59e80f69934090.jpg\"\n                            data-title=\"State of the State: Jan. 14, 2014\"\n                            data-titleurl=\"\"\n                            data-description=\"Days after the bridge scandal exploded, Christie delivered the first State of the State address of his second term -- and he only briefly mentioned the controversy. Instead, he called for a longer school day and hinted that he would soon amp up talk for another round of reform to New Jersey's troubled public-worker pension system. Faced with a budget shortfall a month later, Christie drew the ire of Democrats and union leaders by cutting million in scheduled pension payments and soon formed a special commission to find ways to further overhaul the pension system. The panel's report is expected soon.(Photo by Patti Sapone | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/state-of-the-state-jan-14-2014-6f59e80f69934090.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nj.com/star-ledger/photo/2015/01/14/cpac-return-march-6-2014-69212809cb374d8d.jpg\"\n                            data-big=\"http://imgick.nj.com/home/njo-media/pgfull/img/star-ledger/photo/2015/01/14/cpac-return-march-6-2014-69212809cb374d8d.jpg\"\n                            data-title=\"CPAC Return: March 6, 2014\"\n                            data-titleurl=\"\"\n                            data-description=\"In his return to the Conservative Political Action Conference, a notable Republican gathering, Christie gave his first major speech in the wake of the bridge scandal. (John O'Boyle | The Star-Ledger)\"\n                            data-credit=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-thumb=\"http://imgick.nj.com/home/njo-media/pgthumb/img/star-ledger/photo/2015/01/14/cpac-return-march-6-2014-69212809cb374d8d.jpg\" \n                            data-author=\"bdjohnson\"\n                            data-author-username=\"Brent Johnson | NJ Advance Media for NJ.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nj.com/staff/bdjohnson/photos.html\"\n                            data-buy=\"\" >\n\t\t\t</span>\n                    \n                \n\n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n&nbsp;</div>\n\n<h2><a href=\"http://www.nj.com/politics/\">MORE POLITICS</a></h2>\n\n<p><em>Matt Friedman may be reached at <a href=\"&#8220;mailto:mfriedman@njadvancemedia.com&#8221;\">mfriedman@njadvancemedia.com</a>. Follow him on Twitter <a href=\"https://twitter.com/MattFriedmanSL\">@MattFriedmanSL</a>. Find <a href=\"http://www.facebook.com/nj.com\">NJ.com on Facebook.</a></em></p>\n\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.nj.com%2Fpolitics%2Findex.ssf%2F2015%2F01%2Fconservative_nj_senator_rips_christie_over_state_o.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.nj.com%2Fpolitics%2Findex.ssf%2F2015%2F01%2Fconservative_nj_senator_rips_christie_over_state_o.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(2);\n            var most_read_story_count = parseInt(5)\n            \n            \n                var most_read_add_query = \"section/Politics/detail\";\n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \r\n\r\n<section class=\"photo-of-the-day photo\" >\r\n    <div class=\"icon\"></div>\r\n\r\n    <h1>\r\n    \r\n        Video\r\n    \r\n    of the Day\r\n    </h1>\r\n\r\n    <div class=\"pod-inner\">\r\n\r\n    \r\n        <div class=\"pod-photo\">\n\t<div class=\"adv-video_smrt\">\n\n\n\n\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\n\t\n\t\n\t\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n\n\n\n\n\t\n<div id=\"BCLcontainingBlock\"> \n  <div class=\"BCLvideoWrapper\"> \n    <!-- Start of Brightcove Player --> \n\n    \n    <object id=\"mt-16770030\" class=\"BrightcoveExperience\">\n      <param name=\"wmode\" value=\"opaque\" />\n      <param name=\"bgcolor\" value=\"#FFFFFF\" /> \n      <param name=\"width\" value=\"280\" /> \n      <param name=\"height\" value=\"\" /> \n      <param name=\"playerID\" value=\"1950981419001\" /> \n      <param name=\"playerKey\" value=\"LaSy7_vKMpoPlgEH_Prv3O2_mbz-ciL5FbGUOIG2g_ySWBjj5zjfew..\" /> \n      <param name=\"isVid\" value=\"true\" /> \n      <param name=\"isUI\" value=\"true\" /> \n      <param name=\"dynamicStreaming\" value=\"true\" /> \n      \n        \n          <param name=\"@videoPlayer\" value=\"ref:mt-16770030\" /> \n        \n      \n      <param name=\"autoStart\" value=\"false\" />\n      <param name=\"includeAPI\" value=\"true\" />\n      <param name=\"templateLoadHandler\" value=\"myTemplateLoaded\" />\n      <param name=\"templateReadyHandler\" value=\"onTemplateReady\" />\n      <param name=\"additionalAdTargetingParams\" value=\"\" />\n    </object> \n\n    <!-- End of Brightcove Player --> \n  </div> \n</div> \n\n\n\n   \t</div>\n   </div>\n   <h2><a href=\"http://videos.nj.com/nj/2015/01/inside_jersey_best_home_chefs.html\">Inside Jersey: Best Home Chefs 2015</a></h2>\n  \n\n\r\n\r\n    \r\n\r\n        \r\n        \r\n    </div>\r\n</section>\r\n\n\n    <script type=\"text/javascript\">\r\n    function setCustomOptout() {\r\n        if (document.getElementById('newsletter-optout').checked) {\r\n            document.getElementById('optout_value').value = \"NO\";\r\n            $('#newsletter-realdeal').val(\"\");\r\n        } else {\r\n            document.getElementById('optout_value').value = \"YES\";\r\n            $('#newsletter-realdeal').val(newsletter_realdeal_slidval);\r\n        }\r\n    }\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n        var newsletter_realdeal_slidval = \"6700EAF45F07D38EDE30B775D1F989B5\";\r\n    \r\n    \r\n    \r\n    \r\n    \r\n\r\n    function verifyform(f) {\r\n        setCustomOptout();\r\n\r\n        var l = f.elements.length\r\n            ,output = \"Oops your request could not be completed because some of the information you entered is not valid. You should follow the instructions below and then try again \\n\\n\"\r\n            ,i=0\r\n            ,nl_checked = false\r\n            ,good_zip = true\r\n            ,good_email = false\r\n            ,optin_good = false\r\n            ;\r\n\r\n        for (i=0; i<l; i++ ) {\r\n            e = f.elements[i];\r\n            if (e.name.indexOf(\"zip\")>-1) {\r\n                if (e.value.length > 4) {\r\n                    var z = \"\"\r\n                        ,zz = \"\"\r\n                        ,x = 0\r\n                        ;\r\n                    for(x=0;x<5;x++) {\r\n                        z = z+e.value.charAt(x);\r\n                        if (!isDigit(e.value.charAt(x)))good_zip = false;\r\n                    }\r\n                }//else good_zip = false;\r\n            }\r\n            if (e.name.indexOf(\"email\")>-1) good_email = emailCheck(e.value);\r\n        }\r\n        if (good_zip==false){\r\n            $(\"#newsletter-zip\").css({'box-shadow':'0 0 8px red'});\r\n            output += \"- Please enter a valid Zip Code\\n\";\r\n        }\r\n\r\n        if (good_email==false){\r\n            $(\"#newsletter-email\").css({'box-shadow':'0 0 8px red'});\r\n            output += \"- Please enter a valid Email Address\\n\";\r\n        }\r\n\r\n        if ((good_zip==false) || (good_email==false)) {\r\n            alert(output);\r\n            return false;\r\n        }\r\n        $(\".newsletter-form\").hide(); $('#newsletter-thanks').show();\r\n        return true;\r\n    }\r\n\r\n    function emailCheck (emailStr) {\r\n        var checkTLD=1\r\n        ,emailPat=/^(.+)@(.+)$/\r\n        ,specialChars=\"\\\\(\\\\)><@,;:\\\\\\\\\\\\\\\"\\\\.\\\\[\\\\]\"\r\n        ,validChars=\"\\[^\\\\s\" + specialChars + \"\\]\"\r\n        ,quotedUser=\"(\\\"[^\\\"]*\\\")\"\r\n        ,ipDomainPat=/^\\[(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\]$/\r\n        ,atom=validChars + '+'\r\n        ,word=\"(\" + atom + \"|\" + quotedUser + \")\"\r\n        ,userPat=new RegExp(\"^\" + word + \"(\\\\.\" + word + \")*$\")\r\n        ,domainPat=new RegExp(\"^\" + atom + \"(\\\\.\" + atom +\")*$\")\r\n        ,matchArray=emailStr.match(emailPat)\r\n        ;\r\n\r\n        if (matchArray==null) return false;\r\n\r\n        var user=matchArray[1]\r\n            ,domain=matchArray[2];\r\n\r\n        for (i=0; i<user.length; i++) {\r\n            if (user.charCodeAt(i)>127) return false;\r\n        }\r\n\r\n        for (i=0; i<domain.length; i++) {\r\n            if (domain.charCodeAt(i)>127) return false;\r\n        }\r\n\r\n        if (user.match(userPat)==null) return false;\r\n\r\n        var atomPat=new RegExp(\"^\" + atom + \"$\")\r\n            ,domArr=domain.split(\".\")\r\n            ,len=domArr.length\r\n            ;\r\n        for (i=0;i<len;i++) {\r\n            if (domArr[i].search(atomPat)==-1) return false;\r\n        }\r\n\r\n        if (len<2) return false;\r\n\r\n        return true;\r\n    }\r\n\r\n    function isDigit(num) {\r\n        if (num.length>1) return false;\r\n        var string=\"1234567890\";\r\n        if (string.indexOf(num)!=-1){return true;}\r\n        return false;\r\n    }\r\n</script>\r\n\r\n<section class=\"newsletter-signup promo-spot\">\r\n    <form class=\"newsletter-form\" name=\"newsletter-form\" method=\"post\" action=\"http://newsletters.nj.com/bin/listctrl\" target=\"_blank\" onsubmit=\"return verifyform(this);\" >\r\n\r\n        \r\n            <input type=\"hidden\" value=\"1\" name=\"multiadd\">\r\n            <input type=\"hidden\" value=\"subscribe\" name=\"cmd\">\r\n            <input type=\"hidden\" value=\"http://newsletters.nj.com/bin/msv?r=adv_nj&t=subscribe_msv&a=subscribe_thankyou&cmpid=newsletter_pagebuilder_module\" name=\"goto\">\r\n            <input type=\"hidden\" value=\"html\" name=\"format\">\r\n            <input type=\"hidden\" name=\"goto_pass_along\" value=\"email\">\r\n            <input type=\"hidden\" name=\"goto_pass_along_aliases\" value=\"email\">\r\n            <input type=\"hidden\" name=\"slid_2\" value=\"6700EAF45F07D38EBA813A4CD3954A1FEB7CF0079F7C7324\">\r\n            <input type=\"hidden\" id=\"optout_value\" name=\"custom_optout\" value=\"YES\">\r\n        \r\n\r\n        <header><h1>N.J. Politics News In Your Inbox </h1></header>\r\n        <div id=\"newsletter-intro\">From Christie to Booker, get your daily N.J. politics fix.</div>\r\n        <label>&nbsp;<br>\r\n            <input type=\"email\" id=\"newsletter-email\" name=\"email\" placeholder=\"Enter your e-mail address\" />\r\n        </label>\r\n        <label>optional<br>\r\n            <input type=\"tel\" pattern=\"[0-9]*\" id=\"newsletter-zip\" name=\"zip\" placeholder=\"Enter Zip\" />\r\n        </label>\r\n        <label id=\"newsletter-button\" class=\"selector\">\r\n            <input type=\"submit\" id=\"newsletter-submit\" value=\"Submit\" />\r\n        </label>\r\n        <label>\r\n            \r\n                <input type=\"checkbox\" id=\"newsletter-optout\"  onclick=\"setCustomOptout();\" />\r\n            \r\n            <span>Check here if you do not want to receive additional email offers and information.</span>\r\n            <input type=\"hidden\" id=\"newsletter-realdeal\" name=\"slid_1\" value=\"\" />\r\n        </label>\r\n        <a id=\"newsletter-policy\" href=\"/privacypolicy/\" target=\"_blank\">See our privacy policy</a>\r\n    </form>\r\n\r\n    <div id=\"newsletter-thanks\">\r\n        <header><h1>Thank you for your subscription!</h1></header>\r\n        <p>\r\n              To view and subscribe to any of our other newsletters, please <a href=\"http://update.nj.com/adv_nj/newsletters/nj/subscribe.htm\" target=\"_blank\">click here</a>.\r\n        </p>\r\n    </div>\r\n</section>\r\n\r\n<script type=\"text/javascript\">setCustomOptout();</script>\r\n\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>Political Viewpoints</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://connect.nj.com/user/tmoran/posts.html\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.nj.com/nj-river/photo/tom-moran-60jpg-8731e2252057b7a2.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Tom Moran&#39;s latest columns</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://connect.nj.com/user/pmulshin/posts.html\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.nj.com/nj-river/photo/1120mulshinejpg-6080a19aedc14324.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Paul Mulshine&#39;s latest columns</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://connect.nj.com/staff/njosledit/posts.html\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.nj.com/nj-river/photo/1011ledgeredjpg-4eae129a067a7e37.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Editorials from The Star-Ledger</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    \r\n<section class=\"ndn_video promo-spot\">\r\n    <header><h1>Trending Videos</h1></header>\r\n\r\n    <!-- &lt;div     class=&quot;ndn_embed&quot;     data-config-widget-id=&quot;18252&quot;     data-config-type=&quot;VideoLauncher/Slider300x250&quot;     data-config-tracking-group=&quot;90019&quot;     data-config-site-section=&quot;njdotcom_nws_non_fro&quot;&gt;&lt;/div&gt; -->\r\n    <div id=\"ndn_launcher_18252\" class=\"ndn_embed\" data-config-widget-id=\"18252\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90019\" data-config-site-section=\"njdotcom_nws_non_fro\"></div>\n\n<script type=\"text/javascript\">\n    /* <![CDATA[ */\n    if (document.documentElement.clientWidth >= 600) {\n        var js = document.createElement('script');\n        js.type = 'text/javascript';\n        js.src = 'http://launch.newsinc.com/js/embed.js';\n        $('#ndn_launcher_18252').append(js);\n    }\n    /* ]]> */\n</script>\r\n</section>\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n    <style type=\"text/css\">.multi_sponsor.adunit{float:left;padding:15px;}</style>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge1\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge2\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge3\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge4\"></div><div class=\"clear\"></div>\n    <div class=\"multi_sponsor adunit nomobilead\" id=\"Badge5\"></div><div class=\"multi_sponsor adunit nomobilead\" id=\"Badge6\"></div><div class=\"clear\"></div>\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of NJ.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.nj.com/middlesex/index.ssf/2015/01/kyle_lankey_drug_arrest_edison_nj.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nj.com/njo_top_stories/photo/16768358-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.nj.com/middlesex/index.ssf/2015/01/kyle_lankey_drug_arrest_edison_nj.html#incart_hbx\" >Edison mayor's son arrested on drug charges</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.nj.com/weather/index.ssf/2015/01/snow_sleet_possible_for_parts_of_nj.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nj.com/njo_top_stories/photo/16768290-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.nj.com/weather/index.ssf/2015/01/snow_sleet_possible_for_parts_of_nj.html#incart_hbx\" >Snow, sleet possible for parts of New Jersey</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.nj.com/politics/index.ssf/2015/01/5_things_chris_christie_didnt_discuss_in_2015_stat.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nj.com/njo_top_stories/photo/16768606-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.nj.com/politics/index.ssf/2015/01/5_things_chris_christie_didnt_discuss_in_2015_stat.html#incart_hbx\" >5 things Christie didn't discuss in State of State</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t    <div id=\"footer-logos\">\r\n\t         <h1 id=\"advNJfooterlogo\"><a href=\"/\" alt=\"nj.com\">nj.com</a></h1>\r\n\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n    \t  <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul>\r\n            <li><a href=\"http://www.nj.com/aboutus/\">About NJ.com</a></li>\r\n            <li><a href=\"http://www.njadvancemedia.com/?utmsource=nj.com&utm_medium=link&utm_campaign=footer\">Advertise with us</a></li>\r\n            <li><a href=\"http://www.nj.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n          </ul>\r\n          <ul>\r\n            <li><a href=\"http://jobs.nj.com/jobs/nj-advance-media-1116067-cd\">Jobs at NJ Advance Media</a></li>\r\n            <li><a href=\"http://update.nj.com/adv_nj/newsletters/nj/subscribe.htm\">Newsletters</a></li>\r\n            <li><a href=\"http://www.nj.com/rss/\">RSS feeds</a></li>\r\n          </ul>\r\n        </div>\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>More on NJ.com</h2>\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/interact/\">Interact</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/blogs/\">Blogs</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/blogs/premium/\">Premium Blogs</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/siteindex/\">Site map</a></li>\r\n\t\t\t\t\t<li><a href=\"http://businessfinder.nj.com/about/advertise.html\">Claim your free<br />business listing</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li><a href=\"http://search.nj.com/\">Search</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/placead/\">Place an ad</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/placead/\">Sell/rent your home</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/jobs/products/index.ssf\">Post a job</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nj.com/classifieds/free/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t<li><a href=\"http://realestate.nj.com/for-rent\">Apartments & rentals</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t  <h2>NJ.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/news/\">N.J. News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/local/\">Local News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/politics/\">N.J. Politics</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.nj.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/food/\">Food &amp; Recipes</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/inside-jersey\">Inside Jersey</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/shore/\">Shore</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/obituaries/\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.nj.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.nj.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.nj.com/for-rent/\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.nj.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.nj.com/\">Shopping Good Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.nj.com/\">Local Businesses</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://sections.nj.com/SS/Tiles2.aspx\">Special Sections</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t  <h2>Contribute to NJ.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.nj.com/photogallery/upload.html\">Submit your photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.nj.com/upload.html\">Submit your videos</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"https://signup.nj.com/register/\">Register for free with NJ.com</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nj.com/myevent/\">Submit an event</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n          <h2>Follow Us</h2>\r\n          <p>\r\n          \t<a href=\"https://twitter.com/njdotcom\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n          \t<a href=\"http://www.facebook.com/NJ.com\" class=\"adv-icn-facebook icn-link\">Facebook</a> <br />\r\n \t\t\t<a href=\"https://plus.google.com/u/0/b/103270407631392618549/103270407631392618549/posts\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n \t\t\t<a href=\"https://foursquare.com/njdotcom\" class=\"adv-icn-foursquare icn-link\">foursquare</a>\r\n \t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t\t<h2>Newspaper stories and photos</h2>\r\n          <ul class=\"full-width\">\r\n            <li><a href=\"http://www.nj.com/starledger/\">The Star-Ledger</a> | <a href=\"http://ads.advance.net/RealMedia/ads/click_lx.ads/www.nj.com/////ProxyLink/NJONLINE/CLICK_NJ10/SubLedgeClick.html/\">Subscribe</a></li>\r\n            <li><a href=\"http://www.nj.com/times/\">The Times of Trenton</a> | <a href=\"http://www.njtimes.com/subscribe\">Subscribe</a></li>\r\n            <li><a href=\"http://www.nj.com/jjournal/\">The Jersey Journal</a> | <a href=\"http://www.jjournal.com/subscriptions/subscribe-today/\">Subscribe</a></li>\r\n            <li><a href=\"http://www.nj.com/southjerseytimes/\">South Jersey Times</a> | <a href=\"http://www.nj.com/sjtsubscribe\">Subscribe</a></li>\t\t\t\r\n            <li><a href=\"http://www.nj.com/hunterdon-county-democrat/\">Hunterdon County Democrat</a> | <a href=\"http://www.nj.com/democratsubscribe/\">Subscribe</a></li>\r\n            <li><a href=\"http://www.nj.com/cranford/\">Cranford Chronicle</a> | <a href=\"http://www.nj.com/ccsubscribe/\">Subscribe</a></li>\r\n          \t<li><a href=\"http://www.nj.com/warren/\">Star Gazette</a> | <a href=\"http://www.nj.com/sgsubscribe/\">Subscribe</a></li>\r\n            <li><a href=\"http://www.nj.com/messenger-gazette/\">The Messenger-Gazette</a></li>\r\n            <li><a href=\"http://www.nj.com/warrenreporter/\">The Warren Reporter</a></li>\r\n            <li><a href=\"http://www.nj.com/independentpress/\">Independent Press</a></li>\r\n            <li><a href=\"http://www.nj.com/suburbannews/\">Suburban News</a></li>\r\n            <li><a href=\"http://www.nj.com/newspapers/\">Learn more about our newspapers</a></li>\r\n          </ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t  <h2>Mobile</h2>\r\n\t\t\t\t  <p>\r\n\t\t\t\t    <a href=\"http://www.nj.com/mobile-device/\">iPhone, Android apps</a> |\r\n\t\t\t\t    <a href=\"http://www.nj.com/mobile-device/\">Tablet apps</a>\r\n\t\t\t\t  </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n    <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.nj.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n      <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.nj.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.nj.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n      <p>&copy; 2015 New Jersey On-Line LLC. All rights reserved (<a href=\"http://www.nj.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of New Jersey On-Line LLC.</p>\r\n      <p><a href=\"http://www.nj.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.nj.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.nj.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n    </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!-- No longer used; Pushed down into parent template -->\n<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.nj.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.nj.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/nola.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tMultimillion-dollar George and Joyce Wein Jazz & Heritage Center opens at edge of Treme | \t\t\t\t\t\tNOLA.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Multimillion-dollar George and Joyce Wein Jazz &amp; Heritage Center opens at edge of Treme</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">NOLA.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Keith Spera, NOLA.com | The Times-Picayune</Attribute>\n\t\t\t<Attribute name=\"article_description\">The facility is owned by the New Orleans Jazz &amp; Heritage Foundation</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.nola.com/tpphotos/photo/2014/12/11/16547879-small.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/11/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/11/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Multimillion-dollar George and Joyce Wein Jazz & Heritage Center opens at edge of Treme\", \"link\": \"http://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html\", \"image_url\": \"http://imgick.nola.com/home/nola-media/width620/img/tpphotos/photo/2014/12/11/16547879-large.jpg\", \"type\": \"post\", \"post_id\": \"14729887\", \"pub_date\": \"2014-12-11T19:39:20Z\", \"author\": \"Keith Spera, NOLA.com | The Times-Picayune\", \"tags\": [\"arts\",\"entertainment\",\"festivals\",\"george wein\",\"homepage\",\"music\",\"new orleans jazz fest 2015\",\"nola-ent\",\"quint davis\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.nola.com/tpphotos/photo/2014/12/11/16547879-large.jpg\", \"author_name\": \"kspera\", \"author_nickname\": \"Keith Spera, NOLA.com | The Times-Picayune\", \"author_id\": \"1467\", \"source_blog_name\": \"New Orleans Jazz Fest\", \"source_blog_url\": \"http://www.nola.com/jazzfest/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Multimillion-dollar George and Joyce Wein Jazz &amp; Heritage Center opens at edge of Treme\" />\n\t<meta name=\"article_publication_name\" content=\"NOLA.com\" />\n\t<meta name=\"article_author\" content=\"Keith Spera, NOLA.com | The Times-Picayune\" />\n\t<meta name=\"article_date_original\" content=\"Thursday, December 11, 2014,  1:40 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Thursday, December 11, 2014,  2:55 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.nola.com/tpphotos/photo/2014/12/11/16547879-small.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"arts,entertainment,festivals,george wein,homepage,music,new orleans jazz fest 2015,nola-ent,quint davis\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"The facility is owned by the New Orleans Jazz &amp; Heritage Foundation\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.nola.com/tpphotos/photo/2014/12/11/16547879-small.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@nolanews\" />\n\t\t<meta name=\"twitter:creator\" content=\"@KeithSpera\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Multimillion-dollar George and Joyce Wein Jazz &amp; Heritage Center opens at edge of Treme\" />\n\t<meta property=\"og:description\" content=\"The facility is owned by the New Orleans Jazz &amp; Heritage Foundation\" />\n\t<meta property=\"og:site_name\" content=\"NOLA.com\" />\n\t<meta property=\"og:url\" content=\"http://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.nola.com/home/nola-media/width620/img/tpphotos/photo/2014/12/11/16547879-large.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.nola.com/tpphotos/photo/2014/12/11/16547879-small.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.nola.com/design/alpha/img/logo_nola.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.nola.com/tpphotos/photo/2014/12/11/16547879-small.jpg',\n\t\thref: 'http://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html'\n\t\t}\n\t\tvar desc  = 'The facility is owned by the New Orleans Jazz & Heritage Foundation';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352338\",\n\t\t\"articleId\": \"06a862afd5d7ea359ec31a6541c88df8\",\n\t\t\"checksum\": \"2cd5ffe445c9b41d45dae34269cbe65e\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjJjZDVmZmU0NDVjOWI0MWQ0NWRhZTM0MjY5Y2JlNjVlIiwiYXJ0aWNsZUlkIjoiMDZhODYyYWZkNWQ3ZWEzNTllYzMxYTY1NDFjODhkZjgiLCJ1cmwiOiJodHRwOi8vd3d3Lm5vbGEuY29tL2phenpmZXN0L2luZGV4LnNzZi8yMDE0LzEyL211bHRpLW1pbGxpb24tZG9sbGFyX2dlb3JnZV9hbi5odG1sIiwidGl0bGUiOiJNdWx0aW1pbGxpb24tZG9sbGFyIEdlb3JnZSBhbmQgSm95Y2UgV2VpbiBKYXp6ICYgSGVyaXRhZ2UgQ2VudGVyIG9wZW5zIGF0IGVkZ2Ugb2YgVHJlbWUiLCJ0YWdzIjoiZXhwZXJ0LGFydHMsZW50ZXJ0YWlubWVudCxmZXN0aXZhbHMsZ2VvcmdlIHdlaW4saG9tZXBhZ2UsbXVzaWMsbmV3IG9ybGVhbnMgamF6eiBmZXN0IDIwMTUsbm9sYS1lbnQscXVpbnQgZGF2aXMifQ.AneRn_T85p9rxAVGZQ1ZJgk2KYYM7Dbe7AzE6ZvxATg\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"1467\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"New Orleans Jazz Fest\" href=\"http://www.nola.com/jazzfest/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.nola.com/jazzfest_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.nola.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/lfc4zjg.js', function(){try { Typekit.load({kitId:'lfc4zjg'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/n/nola-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/burt/adv_burt_nola.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://media.nola.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.nola.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.nola.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"2720\";\n\t\tm_blog_name = \"New Orleans Jazz Fest\";\n\t\tm_blog_url = \"http://www.nola.com/jazzfest/index.ssf/\";\n\t\tm_blog_newspaper = \"The Times-Picayune\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Multimillion-dollar George and Joyce Wein Jazz & Heritage Center opens at edge of Treme\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Keith Spera, NOLA.com | The Times-Picayune\";\n\t\t\tm_entry_author_username = \"kspera\";\n\t\t\tm_entry_author_public_email = \"kspera@nola.com\";\n\t\t\n\t\tm_entry_basename = \"multi-million-dollar_george_an\";\n\t\tm_entry_link = \"http://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html\";\n\t\tm_entry_tags = \"arts;entertainment;festivals;george wein;homepage;music;new orleans jazz fest 2015;nola-ent;quint davis\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14729887\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"The facility is owned by the New Orleans Jazz &amp; Heritage Foundation\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<link rel=\"author\" href=\"https://plus.google.com/u/0/111935345939652919813\" title=\"Keith Spera, NOLA.com | The Times-Picayune on Google+\" />\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/n/nola-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.nola.com/static/common/js/burt/adv_burt_nola.js\"></script>\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/nola/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.nola.com/\" title=\"NOLA.com\"><span class=\"ir\">NOLA.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\">\n                    <h3 data-state=\"7\" class=\"advEdition\">\n                        <span id=\"advEditionLogo\" class=\"ir\">The Times-Picayune</span>\n                        <span>Greater New Orleans</span>\n                    </h3>\n                </div>\n                \n\t\t\t\t<div id=\"adv_edition_dropdown\" class=\"advDropdown advLayer\">\n\t\t\t\t\t<div class=\"advPanelArrow\"></div>\n\t\t\t\t\t<div class=\"advDropdownOuter\">\n\t\t\t\t\t\t<div class=\"advDropdownInner\">\n\t\t\t\t\t\t\t<ul id=\"adv_edition_menu\" class=\"advMenuSecondary advMenuSub advMenu\">\n\t\t\t\t\t\t\t    \n                                <li data-value=\"baton-rouge\" data-state=\"7\">Baton Rouge</li>\n                                \n                                <li data-value=\"louisiana\" data-state=\"7\">Greater New Orleans</li>\n                            \n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.nola.com/\">Home</a></li>\n                            \n                            <li id=\"adv_menu_select_edition\" data-state=\"2\" data-key=\"edition\">\n                                <span class=\"advHelperText\">Set Your Edition</span>\n                                <span class=\"nolink\">Greater New Orleans</span><span class=\"next\" data-state=\"2\" data-key=\"edition\"></span>\n                            </li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.nola.com/news/\">News Home</a><span class=\"next\" data-state=\"2\" data-key=\"4042\"></span></li><li><a href=\"http://www.nola.com/business/\">Business Home</a><span class=\"next\" data-state=\"2\" data-key=\"4035\"></span></li><li><a href=\"http://www.nola.com/sports/\">Sports Home</a><span class=\"next\" data-state=\"2\" data-key=\"4002\"></span></li><li><a href=\"http://www.nola.com/hssports/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.nola.com/entertainment/\">Entertainment Home</a><span class=\"next\" data-state=\"2\" data-key=\"4006\"></span></li><li><a href=\"http://www.nola.com/eat-drink/\">Eat, Drink, Cook</a><span class=\"none\" data-state=\"2\" data-key=\"4081\"></span></li><li><a href=\"http://www.nola.com/interact/\">Participate</a><span class=\"next\" data-state=\"2\" data-key=\"4049\"></span></li><li><a href=\"http://obits.nola.com/obituaries/nola/\">Obits</a><span class=\"none\" data-state=\"2\" data-key=\"6349\"></span></li><li><a href=\"http://www.nola.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6348\"></span></li><li><a href=\"http://autos.nola.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"4009\"></span></li><li><a href=\"http://realestate.nola.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"4010\"></span></li><li><a href=\"http://realestate.nola.com/for-rent/\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6417\"></span></li><li><a href=\"http://classifieds.nola.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"4011\"></span></li><li><a href=\"http://findnsave.nola.com/?ac=AFFnolaFSNAVFLS\">FIND&amp;SAVE</a><span class=\"next\" data-state=\"2\" data-key=\"6350\"></span></li><li><a href=\"http://businessfinder.nola.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6351\"></span></li><li><a href=\"http://photos.nola.com/tpphotos/\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"6410\"></span></li><li><a href=\"http://videos.nola.com/times-picayune/\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"4068\"></span></li><li><a href=\"http://www.nola.com/siteindex/\">Site Index</a><span class=\"none\" data-state=\"2\" data-key=\"4082\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"4042\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nola.com/crime/\">Crime &amp; Courts</a></li><li><a href=\"http://www.nola.com/politics/\">Politics</a></li><li><a href=\"http://www.nola.com/education/\">Education</a></li><li><a href=\"http://www.nola.com/health/\">Health &amp; Health Care</a></li><li><a href=\"http://www.nola.com/environment/\">Environment</a></li><li><a href=\"http://www.nola.com/opinions/\">Opinions</a></li><li><a href=\"http://www.nola.com/traffic/\">Traffic, Fires &amp; Accidents</a></li><li><a href=\"http://www.nola.com/weather/\">Weather</a></li><li><a href=\"http://www.nola.com/hurricanes/\">Hurricane Central</a></li><li><a href=\"http://www.nola.com/science/\">Science</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7172\" data-sub-parent=\"4042\"><a href=\"http://www.nola.com/news/\">News by Parish</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7172\" data-sub-parent=\"4042\"></span></li><li><a href=\"http://www.nola.com/newsflash/\">National News</a></li><li><a href=\"http://photos.nola.com/tpphotos/\">Photos</a></li><li><a href=\"http://www.nola.com/connect/\">Contact a News Reporter</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4035\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nola.com/realestatetransfers/\">Real Estate Transfers</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4002\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4024\" data-sub-parent=\"4002\"><a href=\"http://www.nola.com/saints/\">Saints Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4024\" data-sub-parent=\"4002\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4027\" data-sub-parent=\"4002\"><a href=\"http://www.nola.com/lsu/\">LSU Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4027\" data-sub-parent=\"4002\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4025\" data-sub-parent=\"4002\"><a href=\"http://www.nola.com/pelicans/\">Pelicans Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4025\" data-sub-parent=\"4002\"></span></li><li><a href=\"http://www.nola.com/recruiting/\">Recruiting</a></li><li><a href=\"http://www.nola.com/tulane/\">Tulane</a></li><li><a href=\"http://www.nola.com/outdoors/\">Outdoors</a></li><li><a href=\"http://www.nola.com/running/\">Running</a></li><li><a href=\"http://www.nola.com/horseracing/\">Horse Racing</a></li><li><a href=\"http://www.nola.com/uno/\">UNO</a></li><li><a href=\"http://www.nola.com/golf/\">Golf</a></li><li><a href=\"http://www.nola.com/zephyrs/\">Zephyrs</a></li><li><a href=\"http://www.nola.com/southern-university/\">Southern University</a></li><li><a href=\"http://www.nola.com/ncaa/\">NCAA</a></li><li><a href=\"http://photos.nola.com/4500/category/sports/index.html\">Photos</a></li><li><a href=\"http://www.nola.com/scoreboards/\">Scoreboards</a></li><li><a href=\"http://www.nola.com/sportsflash/\">National News</a></li><li><a href=\"http://www.nola.com/connect/\">Contact a Sports Reporter</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4006\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.nola.com/events/\">Event Calendar</a></li><li><a href=\"http://www.nola.com/music/\">Music</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4039\" data-sub-parent=\"4006\"><a href=\"http://www.nola.com/festivals/\">Louisiana Festivals Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4039\" data-sub-parent=\"4006\"></span></li><li><a href=\"http://www.nola.com/movies/\">Movies</a></li><li><a href=\"http://www.nola.com/tv/\">TV</a></li><li><a href=\"http://photos.nola.com/4500/category/entertainment/index.html\">Photos</a></li><li><a href=\"http://www.nola.com/society/\">Parties/Society</a></li><li><a href=\"http://www.nola.com/celebrities/\">Celebs</a></li><li><a href=\"http://www.nola.com/arts/\">Arts/Stage</a></li><li><a href=\"http://www.nola.com/mardigras/\">Mardi Gras</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7790\" data-sub-parent=\"4006\"><a href=\"http://www.nola.com/living/\">Living Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7790\" data-sub-parent=\"4006\"></span></li><li><a href=\"http://www.nola.com/connect/\">Contact an Entertainment Reporter</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4049\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"7787\" data-sub-parent=\"4049\"><a href=\"http://www.nola.com/connect/\">Connect Home</a><span class=\"next\" data-state=\"3\" data-sub-key=\"7787\" data-sub-parent=\"4049\"></span></li><li><a href=\"http://www.nola.com/photo-contest/\">Photo Contests</a></li><li><a href=\"http://photos.nola.com/photogallery/index.html\">Your Photos</a></li><li><a href=\"http://videos.nola.com/index.html\">Your Videos</a></li><li><a href=\"http://www.nola.com/live/\">Live on NOLA</a></li><li><a href=\"http://www.nola.com/live/\">Webcams</a></li><li><a href=\"http://www.nola.com/forums/\">Forums</a></li><li><a href=\"http://www.nola.com/saints/fans/\">Talk Saints</a></li><li><a href=\"http://www.nola.com/lsu/fans/\">Talk LSU</a></li><li><a href=\"http://www.nola.com/pelicans/fans/\">Talk Pelicans</a></li><li><a href=\"http://www.nola.com/eat-drink/community/\">Talk Food &amp; Dining</a></li><li><a href=\"http://www.nola.com/outdoors/fans/\">Talk Outdoors</a></li><li><a href=\"http://www.nola.com/contests/\">Contests</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6350\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://findnsave.nola.com/Local-Ads/c-8239/Grocery\">Local Grocery Ads</a></li><li><a href=\"http://shop.nola.com/SS/Tiles.aspx?ex=magazinestreetmerchantassoc\">Special Sections</a></li><li><a href=\"http://findnsave.nola.com/Local-Ads\">Local Ads</a></li><li><a href=\"http://findnsave.nola.com/Local-Ads/c-8096/Lagniappe\">Lagniappe</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6410\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.nola.com/4500/category/news/index.html\">News Photos</a></li><li><a href=\"http://photos.nola.com/4500/category/sports/index.html\">Sports Photos</a></li><li><a href=\"http://photos.nola.com/4500/category/entertainment/index.html\">Entertainment Photos</a></li><li><a href=\"http://photos.nola.com/tpphotos/index.html\">Featured Galleries</a></li><li><a href=\"http://photos.nola.com/photogallery/index.html\">Your Photos</a></li><li><a href=\"http://www.nola.com/connect/\">Contact a Photographer</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4068\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.nola.com/times-picayune/index.html?category=News\">News Video</a></li><li><a href=\"http://videos.nola.com/times-picayune/index.html?category=Sports\">Sports Video</a></li><li><a href=\"http://videos.nola.com/times-picayune/index.html?category=Entertainment\">Entertainment Video</a></li><li><a href=\"http://videos.nola.com/times-picayune/index.html\">Popular Videos</a></li><li><a href=\"http://videos.nola.com/\">Your Videos</a></li><li><a href=\"http://www.nola.com/connect/\">Contact a Photographer</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.nola.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.nola.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysweightlifting/\">Boys Weightlifting</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.nola.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsweightlifting/\">Girls Weightlifting</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/boysgymnastics/\">Boys Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.nola.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.nola.com/connect/facebook/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.nola.com/connect/twitter/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/105883288752706320720\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"louisiana\" data-val=\"louisiana\"><a href=\"https://notpiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/addrfind.html#subscribe_times_picayune\">The Times-Picayune</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/newsletters/\">Newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/text/\">Text Alerts</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/siteindex/\">RSS Feeds</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/mobile-device/\">Mobile Apps</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n                        <ul id=\"adv_menu_edition\" class=\"advMenuSub advMenu\" data-key=\"edition\">\n                            \n                            <li data-value=\"baton-rouge\" data-state=\"7\">Baton Rouge</li>\n                            \n                            <li data-value=\"louisiana\" data-state=\"7\">Greater New Orleans</li>\n                        \n                        </ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.nola.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search NOLA.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>NOLA.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.nola.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"nola\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.nola.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.nola.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.nola.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.nola.com/sign-in/?option=Facebook\"><img src=\"http://media.nola.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.nola.com/sign-in/?option=Google\"><img src=\"http://media.nola.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.nola.com/sign-in/?option=AIM\"><img src=\"http://media.nola.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.nola.com/sign-in/?option=Twitter\"><img src=\"http://media.nola.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"louisiana\" data-val=\"louisiana\"><a href=\"https://notpiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/addrfind.html#subscribe_times_picayune\">The Times-Picayune</a></li>\n                    \n                        <li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/newsletters/\">Newsletters</a></li>\n                    \n                        <li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/text/\">Text Alerts</a></li>\n                    \n                        <li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/siteindex/\">RSS Feeds</a></li>\n                    \n                        <li value=\"louisiana\" data-val=\"louisiana\"><a href=\"http://www.nola.com/mobile-device/\">Mobile Apps</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n\t<!-- only for edition-based affiliates -->\n    <div id=\"adv_mobi_edition\">\n        <h3>Greater New Orleans</h3>\n        <span data-state=\"7\">Change Region</span>\n    </div>\n    <!-- /only for edition-based affiliates -->\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Entertainment = 'Entertainment';\n        comscorekw=Entertainment;\n        return Entertainment;\n\t\n}\nfunction getToprailMenuContext() {\n        return '';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Multimillion-dollar George and Joyce Wein Jazz & Heritage Center opens at edge of Treme</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"george_and_joyce_wein_jazz_her\";\n        m_gallery_id = \"16547816\";\n        m_gallery_total = \"12\";\n        m_gallery_blog_id = \"4500\";\n        m_gallery_related_slide = \"0\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.nola.com/tpphotos/photo/2014/12/11/-cacbb5a9a957f9bf.JPG\"\n                            data-big=\"http://imgick.nola.com/home/nola-media/pgfull/img/tpphotos/photo/2014/12/11/-cacbb5a9a957f9bf.JPG\"\n                            data-title=\"George and Joyce Wein Jazz &amp; Heritage Center\"\n                            data-titleurl=\"\"\n                            data-description=\"Mayor Mitch Landrieu and George Wein man the giant scissors as the New Orleans Jazz &amp; Heritage Foundation cuts the ribbon on its new education and community facility, the George and Joyce Wein Jazz &amp; Heritage Center, on Thursday, December 11, 2014. (Michael DeMocker, Nola.com / The Times-Picayune)\"\n                            data-credit=\"Michael DeMocker, NOLA.com and the Times-Picayune\"\n                            data-thumb=\"http://imgick.nola.com/home/nola-media/pgthumb/img/tpphotos/photo/2014/12/11/-cacbb5a9a957f9bf.JPG\" \n                            data-author=\"mdemocke\"\n                            data-author-username=\"Michael DeMocker, NOLA.com and the Times-Picayune\"\n                            data-tags=\"jazzfest;living;music\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.nola.com/user/mdemocke/photos.html\"\n                            data-buy=\"http://nola.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.nola.com%2Ftpphotos%2F2014%2F12%2Fgeorge_and_joyce_wein_jazz_her_12.html&image=http%3A%2F%2Fmedia.nola.com%2Ftpphotos%2Fphoto%2F2014%2F12%2F11%2F16547879-standard.jpg&pricingsheetid=&caption=%3Cp%3EMayor%20Mitch%20Landrieu%20and%20George%20Wein%20man%20the%20giant%20scissors%20as%20the%20New%20Orleans%20Jazz%20%26%20Heritage%20Foundation%20cuts%20the%20ribbon%20on%20its%20new%20education%20and%20community%20facility%2C%20the%20George%20and%20Joyce%20Wein%20Jazz%20%26%20Heritage%20Center%2C%20on%20Thursday%2C%20December%2011%2C%202014.%20%28Michael%20DeMocker%2C%20Nola.com%20%2F%20The%20Times-Picayune%29%3C%2Fp%3E&affphotographername=Michael%20DeMocker%2C%20NOLA.com%20and%20the%20Times-Picayune\" >\n\t\t\t</span>\n                    \n                \n\n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.nola.com/jazzfest_impact/print.html?entry=/2014/12/multi-million-dollar_george_an.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.nola.com/user/kspera/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.nola.com/avatars/1467.png\" data-position=\"byline-avatar\">Keith Spera, NOLA.com | The Times-Picayune</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.nola.com/user/kspera/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tKeith Spera, NOLA.com | The Times-Picayune\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Times-Picayune</span>\n\t\t<br /> <a id=\"email_author\" onclick=\"emailAuthor()\">Email the author</a> | <a href=\"http://twitter.com/KeithSpera\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 11, 2014 at  1:40 PM, updated <span class=\"updated\" title=\"2014-12-11T20:55:14Z\">December 11, 2014 at  2:55 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.nola.com%2Fjazzfest%2Findex.ssf%2F2014%2F12%2Fmulti-million-dollar_george_an.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.nola.com%2Fjazzfest%2Findex.ssf%2F2014%2F12%2Fmulti-million-dollar_george_an.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Multimillion-dollar George and Joyce Wein Jazz & Heritage Center opens at edge of Treme',\n            'link':'http://www.nola.com/jazzfest/index.ssf/2014/12/multi-million-dollar_george_an.html',\n            'desc': 'The facility is owned by the New Orleans Jazz & Heritage Foundation',\n\t    'thumbnail': 'http://imgick.nola.com/home/nola-media/river/img/tpphotos/photo/2014/12/11/16547879-large.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n<div id=\"series\">\r\n<script type=\"text/javascript\" src=\"http://media.nola.com/storypackage/13705478/sp.js\" /></script>\r\n</div>\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>As the founder of the New Orleans Jazz &amp; Heritage Festival, George Wein has already made one major contribution to the continuation of the city's culture. On Thursday morning, he was on hand for the unveiling of another.</p>\n<p>The 89-year-old festival impresario attended a ribbon-cutting ceremony Thursday (Dec. 11) for the George and Joyce Wein Jazz &amp; Heritage Center. The new educational and community center at 1225 N. Rampart St. is named for Wein and his late wife and business partner, Joyce. Wein helped cut the ceremonial red ribbon Thursday morning alongside Mayor Mitch Landrieu.</p>\n<p>The center is owned by the <a href=\"http://www.jazzandheritage.org\">New Orleans Jazz and Heritage Foundation</a>, the nonprofit organization that owns Jazz Fest. The foundation's longtime offices are next door to the new Jazz &amp; Heritage Center.</p>\n<p>\"We expect this facility, located at the gateway to the Tremé neighborhood, to give a major boost to the cultural and economic development of not only Tremé, but to our entire city,\" said Don Marshall, the Jazz &amp; Heritage Foundation's executive director.</p>\n<p>In 2008, the foundation bought the former Tharp-Sontheimer-Laudumiey Funeral Home. Two separate townhouses on the site, built in the 1870s, were combined into one Italianate-style building in the early 20<sup>th</sup> century. After acquiring the property, the foundation's board of directors and staff spent several years deciding what to do with it.</p>\n<p>Eventually a plan emerged. The space, after an extensive renovation, would become the permanent home for the foundation's Don \"Moose\" Jamison Heritage School of Music, a free program for young musicians. Since its founding by saxophonist and educator Kidd Jordan in 1990, the Heritage School of Music has been housed on university campuses. Now it will inhabit the seven classrooms and 200-seat performance space -- every space is wired to a central control room for audio and visual recording -- at the George and Joyce Wein Jazz &amp; Heritage Center.</p>\n<p>The building also will host cultural programs presented by the Jazz &amp; Heritage Foundation and other arts and community organizations.</p>\n<p>Most of the building's original façade was maintained in the renovation, along with the architectural outlines of the older, front part of the building. Much of the 12,500-square-foot structure's rear section, a more recent addition, was rebuilt from the ground up.</p>\n<p>The total bill for the project came in at around $9 million. The foundation, which <a href=\"http://www.nola.com/jazzfest/index.ssf/2014/04/the_2014_new_orleans_jazz_fest.html\">generally nets around $3 million from the Jazz and Heritage Festival each spring</a>, self-financed the bulk of the cost.</p>\n<p>Around $3 million was donated by various benefactors, including George and Joyce Wein, the Goldring Family Foundation, ArtPlace (a consortium of major national foundations), the Louis Prima and Gia Maione Prima Foundation, the Ella West Freeman Foundation, the Helis Foundation and the State of Louisiana. Other individuals and local and national foundations contributed to the foundation's capital campaign.</p>\n<p>Numerous manufacturers of musical instruments donated gear to the center, including Shure (microphones), Yahama (drums), Casio (keyboards), Zildjian (cymbals) and D'Addario (strings).</p>\n<p>His sizable donation to the project notwithstanding, Wein and his wife were the obvious choice for namesakes of the new center. Wein was already a well-known jazz club owner when, in the 1950s, he founded the Newport Jazz Festival, the model for all outdoor jazz festivals that would follow.</p>\n<p>In the early 1960s, city leaders invited him to consider founding a festival in New Orleans. But several obstacles, including segregation laws that prohibited interracial bandstands, stood in the way.</p>\n<p>In the late 1960s, the city staged two versions of the International Jazz Festival without Wein. In 1970, Wein's Festival Productions produced the first New Orleans Jazz &amp; Heritage Festival and Louisiana Heritage Fair in what is now the Congo Square area of Armstrong Park, augmented by evening shows in the Municipal Auditorium. Wein is credited with instigating the festival's early, and ongoing, emphasis on indigenous food and crafts, as well as music. He also hired a Tulane University student named Quint Davis, who is now the festival's producer/director.</p>\n<p>\"George and Joyce Wein have done so much to benefit our community and our culture,\" Demetric Mercadel, president of the Jazz &amp; Heritage Foundation's board of directors, said in a statement. \"It is only fitting that we recognize their many contributions by having their names grace this wonderful new facility. This is a true testament to their legacy.\"</p>\n<p>Grand-opening festivities continue throughout the weekend.</p>\n<p>On Friday (Dec. 12) at 8 p.m., avant-jazz saxophonist and educator Kidd Jordan - who founded the foundation's Don \"Moose\" Jamison Heritage School of Music in 1990 -- and his accomplished offspring, Kent, Stephanie, Marlon and Rachel Jordan, will headline a grand opening concert; students from the Heritage School of Music will open the show. Admission is free, but all advance tickets are sold out; any remaining seats will be available on a first-come, first-serve basis. The concert will also be live streamed at&nbsp;<a href=\"http://www.wwoz.org\">wwoz.org, the web site</a> of the foundation-owned on WWOZ-FM.\n<p>On Saturday (Dec. 13), the center throws open its doors for a Treme Neighborhood and Community Open House. Students from the Heritage School of Music will also perform a free holiday concert on Saturday.</p></p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <!-- No longer used; Pushed down into parent template -->\r\n<div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.nola.com%2Fjazzfest%2Findex.ssf%2F2014%2F12%2Fmulti-million-dollar_george_an.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.nola.com%2Fjazzfest%2Findex.ssf%2F2014%2F12%2Fmulti-million-dollar_george_an.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(3);\n            var most_read_story_count = parseInt(5)\n            \n            \n                var most_read_add_query = \"section/Entertainment/detail\";\n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \r\n<section class=\"video_photo\">\r\n    <ul class=\"module-tabs\">\r\n        <li><a href=\"#tab_video\" class=\"active\">Video</a></li>\r\n        <li><a href=\"#tab_photo\">Photos</a></li>\r\n    </ul>\r\n\r\n    <div id=\"tab_video\" class=\"tab_video active module-block\">\r\n        \n\n\n\n\n\n\n        <div>\n                <span class=\"label\"><a href=\"http://videos.nola.com/times-picayune/2014/05/sophie_spera_serenades_charlie.html\">Sophie Spera serenades Charlie Wilson at Jazz Fest</a></span> <span class=\"time_stamp\">8:14 AM</span>\n        </div>\n        <div>\n                <span class=\"by_line\">Uploaded by <span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.nola.com/staff/dmaccash/videos.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tDoug MacCash, NOLA.com | The Times-Picayune\n</a></span></span>\n        </div>\n        <p>&nbsp;<div id=\"BCLcontainingBlock\"> \n  <div class=\"BCLvideoWrapper\"> \n    <!-- Start of Brightcove Player --> \n\n    \n    <object id=\"mt-14892519\" class=\"BrightcoveExperience\">\n      <param name=\"wmode\" value=\"opaque\" />\n      <param name=\"bgcolor\" value=\"#FFFFFF\" /> \n      <param name=\"width\" value=\"\" /> \n      <param name=\"height\" value=\"\" /> \n      <param name=\"playerID\" value=\"1949030309001\" /> \n      <param name=\"playerKey\" value=\"WmJvf5I04iVP35Zh0fvxPv1Lur9AtU7EiG795vQzRnFbBocniINe5A..\" /> \n      <param name=\"isVid\" value=\"true\" /> \n      <param name=\"isUI\" value=\"true\" /> \n      <param name=\"dynamicStreaming\" value=\"true\" /> \n\n      <param name=\"@videoPlayer\" value=\"ref:mt-14892519\" /> \n\n      <param name=\"autoStart\" value=\"false\" />\n      <param name=\"includeAPI\" value=\"true\" />\n      <param name=\"templateLoadHandler\" value=\"myTemplateLoaded\" />\n      <param name=\"templateReadyHandler\" value=\"onTemplateReady\" />\n      <param name=\"additionalAdTargetingParams\" value=\"\" />\n    </object> \n\n    <!-- End of Brightcove Player --> \n  </div> \n</div> \n\n\n</p>\n\n\n\n\n\n\n\r\n        <p><a href=\"http://videos.nola.com/times-picayune/index.html?category=Jazz%20Fest\">See more Jazz Fest videos &raquo;</a></p>\r\n    </div>\r\n\r\n    <div id=\"tab_photo\" class=\"tab_photo module-block\">\r\n        \n\n\n\n\n\n\n\t<div id=\"photo_wrapper\">\n\t\t<span class=\"label\"><a href=\"http://photos.nola.com/tpphotos/2014/08/archivezip_734.html\">Archive.zip</a></span> <span class=\"time_stamp\">12:56 PM</span>\n\t</div>\n\t<div>\n\t\t<span class=\"by_line\">Uploaded by <span><a href=\"http://connect.nola.com/user/kgist/photos.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tKaren Taylor Gist\n</a></span></span>\n\t</div>\n\t<a href=\"http://photos.nola.com/tpphotos/2014/08/archivezip_734.html\"><img src=\"http://imgick.nola.com/home/nola-media/phototab/img/tpphotos/photo/2014/08/27/15712653-large.jpg\" width=\"278\" alt=\"Archive.zip\" /></a>\n\n\n\n\t<div class=\"latest_news\">\n\t\t<ul>\n\t\t\t\n\t\t\t\t<li><a href=\"http://photos.nola.com/tpphotos/2014/08/lionel_ferbos_funeral_7.html\">Lionel Ferbos funeral</a> <span class=\"time_stamp\">9:54 PM</span></li>\n\t\t\t\n\t\t\t\t<li><a href=\"http://photos.nola.com/tpphotos/2014/06/wishlistpart2zip_3.html\">wish.listpart2.zip</a> <span class=\"time_stamp\">2:05 PM</span></li>\n\t\t\t\n\t\t</ul>\n\t</div>\n\n\n\n\n\r\n        <p><a href=\"http://photos.nola.com/4500/category/jazz_fest/index.html\">See more Jazz Fest photos &raquo;</a></p>\r\n    </div>\r\n</section>\n\n    \r\n<section class=\"entertainment_listings\">\r\n    <header>\r\n        <h1>Entertainment Listings</h1>\r\n    </header>\r\n\r\n    <div class=\"ent_tabs tab-load\">\r\n        <ul class=\"clearfix\">\r\n            <li class=\"active\"><a id=\"cc-event\">Events</a></li>\r\n            <li><a id=\"cc-music\">Music</a></li>\r\n            <li><a id=\"cc-restaurant\">Food</a></li>\r\n            <li class=\"last\"><a id=\"cc-movie\">Movies</a> </li>\r\n        </ul>\r\n        <div class=\"ent_container\">\r\n            <div class=\"tab-content\">\r\n                <form method=\"get\" action=\"http://www.nola.com/events/index.ssf\">\n\t<input type=\"hidden\" name=\"pagetype\" value=\"results\" />\n\t<input type=\"hidden\" name=\"s\" value=\"e\" />\n\t<input class=\"module_search_field\" type=\"text\" name=\"SearchKeyword\" id=\"SearchKeyword\" size=\"30\" placeholder=\"Title\" /><br />\n\t<select style=\"width: 100%\" name=\"SearchLocation\">\n\t\t<option value=\"\" selected=\"selected\">Location</option>\n\t\t<option value=\"Algiers\">Algiers</option>\n\t\t<option value=\"Baton Rouge\">Baton Rouge</option>\n\t\t<option value=\"Covington\">Covington</option>\n\t\t<option value=\"Gentilly\">Gentilly</option>\n\t\t<option value=\"Gretna\">Gretna</option>\n\t\t<option value=\"Harvey\">Harvey</option>\n\t\t<option value=\"Jefferson\">Jefferson</option>\n\t\t<option value=\"Kenner\">Kenner</option>\n\t\t<option value=\"Metairie\">Metairie</option>\n\t\t<option value=\"New Orleans\">New Orleans</option>\n\t\t<option value=\"St. Bernard\">St. Bernard</option>\n\t</select>\n\t<select style=\"width: 100%\" name=\"SearchCategory\">\n\t\t<option value=\"\" selected=\"selected\">Event Type</option>\n\t\t<option value=\"328\">Family Friendly</option>\n\t\t<option value=\"266\">Benefits/Fundraisers</option>\n\t\t<option value=\"299\">Literary</option>\n\t\t<option value=\"291\">Comedy</option>\n\t\t<option value=\"300\">Food and Drink</option>\n\t\t<option value=\"73\">Dance</option>\n\t\t<option value=\"179\">Festivals and more</option>\n\t\t<option value=\"56\">Music</option>\n\t\t<option value=\"308\">Theater</option>\n\t\t<option value=\"326\">Galleries</option>\n\t\t<option value=\"327\">Museums</option>\n\t</select>\n\t<select style=\"width: 100%\" name=\"SearchDateRange\" >\n\t\t<option value=\"today\">Today</option>\n\t\t<option value=\"tomorrow\">Tomorrow</option>\n\t\t<option value=\"next7\" selected=\"selected\">Next 7 Days</option>\n\t\t<option value=\"next14\">Next 14 Days</option>\n\t\t<option value=\"next30\">Next 30 Days</option>\n\t\t<option value=\"all\">All</option>\n\t</select>\n\t<input type=\"submit\" title=\"Search\" value=\"Search\" />\n</form>\n<p><a href=\"http://www.nola.com/events/\">Greater New Orleans Events &raquo;</a></p>\n<!--[if lte IE 9]>\n<script type=\"text/javascript\">\njQuery('#SearchKeyword').val(jQuery(this).attr('placeholder')).addClass('grayTxt').focus(function(){\n\tif(jQuery(this).hasClass('grayTxt'))jQuery(this).val('').removeClass('grayTxt');\n}).blur(function(){\n\tif(jQuery(this).val()==='')jQuery(this).addClass('grayTxt').val(jQuery(this).attr('placeholder'));\n});\njQuery('#SearchKeyword').val(jQuery('#SearchKeyword').attr('placeholder'));\n</script>\n<![endif]-->\n\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>\r\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    <header><h1>Jazz Fest 2014</h1></header>\r\n\r\n    <div class=\"promo-box\">\r\n        <h3>Seven days of beautiful weather, great music and yummy food</h3>\r\n\r\n        \r\n            <a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/best_of_the_new_orleans_jazz_f.html#incart_river\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://imgick.nola.com/home/nola-media/pgmain/img/tpphotos/photo/2014/05/-4d7e61b89a537458.JPG\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/best_of_the_new_orleans_jazz_f.html#incart_river\">Relive the festival with recaps and photo from each day</a></h2>\r\n        <p>Check in and see if you agree with our music reviews</p>\r\n\r\n        <p class=\"before-links\">Daily recaps</p>\r\n        <ul><li class=\"view-video\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/walk_the_entirety_of_new_orlea.html\">Walk the entire Jazz Fest in just 5 minutes</a></li></ul>\r\n\r\n        <ul class=\"promo-headlines\">\r\n            <li class=\"view-none\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/bruce_springsteen_the_e_street_1.html#incart_river\"> Bruce Springsteen  lived up to the legend at the &#39;14 fest</a></li>\r\n            <li class=\"view-video\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/maze_featuring_frankie_beverly_3.html\">Frankie Beverly fans sing their favorite songs, turn out in droves</a></li>\r\n            <li class=\"view-gallery\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/jimmy_buffett_went_on_a_quest.html\">Jimmy Buffett enjoys Jazz Fest just like the rest of us</a></li>\r\n            <li class=\"view-gallery\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/big_sam_proposes_to_his_girlfr.html\">Big Sam Williams proposes to his girlfriend on Samsung Galaxy Stage</a></li>\r\n            <li class=\"view-gallery\"><a href=\"http://www.nola.com/jazzfest/index.ssf/2014/05/hunting_for_tattoos_at_new_orl.html\">Hunting for tattoos at  Jazz Fest</a></li>\r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://www.nola.com/jazzfest/\">View All Coverage &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of NOLA.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://topics.nola.com/tag/steve-scalise/posts.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nola.com/nola_top_stories/photo/16688810-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://topics.nola.com/tag/steve-scalise/posts.html#incart_hbx\" >Steve Scalise's 2002 speech to white nationalists</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.nola.com/sugarbowl/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nola.com/nola_top_stories/photo/16688806-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.nola.com/sugarbowl/#incart_hbx\" >Ohio State upsets Alabama in Sugar Bowl</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.nola.com/holidays/#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.nola.com/nola_top_stories/photo/16688804-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.nola.com/holidays/#incart_hbx\" >New Years celebrations around New Orleans</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  <!-- No longer used; Pushed down into parent template -->\n\n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <a href=\"http://www.nola.com/\"><img src=\"http://media.nola.com/static/nola/static/img/footer-logo-nola-inc.png\" alt=\"NOLA.com logo\"></a>\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n        <div class=\"cluster clearfix\">\r\n          <h2>About Us</h2>\r\n          <ul class=\"adv-first-cluster\">\r\n            <li><a href=\"http://www.nola.com/aboutus/\">About NOLA.com</a></li>\r\n            <li><a href=\"http://www.nolamediagroup.com\">About NOLA Media Group</a></li>\r\n            <li><a href=\"http://www.nola.com/forums/index.ssf?rules.html\">Community Rules</a></li>\r\n            <li><a href=\"http://www.nola.com/affiliates/\">Content Partners</a></li>\r\n            <li><a href=\"http://www.nolamediagroup.com/solutions/\">Advertise with us</a></li>\r\n          </ul>\r\n          <ul class=\"adv-second-cluster\">\r\n            <li><a href=\"http://www.nola.com/contactus/\" title=\"Contact Us\">Contact Us</a></li>\r\n\t\t\t<li><a href=\"http://www.nola.com/connect/\">Connect with the Newsroom</a></li>\r\n            <li><a href=\"http://www.nola.com/contactus/blogs/\">Blog for Us</a></li>\r\n            <li><a href=\"http://blog.nola.com/corrections/index.html\">Submit a Correction</a></li>\r\n          </ul>\r\n        </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>The Times-Picayune </h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"https://notpiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/addrfind.html\">Subscribe</a></li>\r\n\t\t\t\t\t<li><a href=\"http://neworleanstimespicayune.la.newsmemory.com/\">TP electronic edition</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nola.com/newsletters/\">eNewsletters</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nola.com/text/\">Breaking news text alerts</a></li>\r\n\t\t\t\t\t<li><a href=\"https://notpiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html\">Report a wet or missing paper</a></li>\r\n\t\t\t\t\t<li><a href=\"https://notpiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html\">Make a payment, manage your account</a></li>\r\n\t\t\t\t\t<li><a href=\"http://blog.nola.com/nola_river/atom.xml\">RSS</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.nola.com/tpstore\">Times-Picayune Store</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>NOLA.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.nola.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/opinions/\">Opinion</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://obits.nola.com/NOLA/DeathNotices.asp\">Obituaries</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.nola.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.nola.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.nola.com/for-rent/\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.nola.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.nola.com/\">Local Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.nola.com/LA-New-Orleans\">Local Businesses</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/new-orleans/\">New Orleans</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/st-bernard/\">St. Bernard </a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/east-jefferson/\">East Jefferson</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/west-bank/\">West Bank</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/northshore/\">Northshore/St. Tammany</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/plaquemines/\">Plaquemines</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/river-parishes/\">River Parishes</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/baton-rouge/\">Baton Rouge </a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.nola.com/mobile-device/index.ssf/applications\">Mobile Apps</a> | <a href=\"http://www.nola.com/mobile-device/index.ssf/faq\">Mobile FAQ</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on NOLA.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.mardigras.com/\">MardiGras.com</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.nola.com/photogallery/index.html\">Your Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.nola.com/\">Your Video</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/jobs/products/\">Post a job</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/placead/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/placead/\">Sell/Rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.nola.com/for-rent/\">Apartments and Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/siteindex/\">Site Map</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.nola.com/live/ \">Webcams/Live!</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n                    \t<a href=\"http://www.twitter.com/nolanews\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n                    \t<a href=\"http://www.facebook.com/nolanews\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n                    \t<a href=\"https://plus.google.com/105883288752706320720\" class=\"adv-icn-google icn-link\">Google+</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\"><img src=\"http://media.nola.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.nola.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.nola.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 NOLA Media Group. All rights reserved (<a href=\"http://www.nola.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of NOLA Media Group.</p>\r\n            <p><a href=\"http://www.nola.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.nola.com/contactus/interactivity.ssf\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.nola.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!-- No longer used; Pushed down into parent template -->\n<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.nola.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.nola.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/nydailynews.com1.html",
    "content": " <!DOCTYPE html>\r\n<!--NEW-->\r\n\r\n<!--- www pageHead.vm --->\r\n<!--- mode = www --->\r\n<!--- URI = /new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107 --->\r\n<!--- Host = www.nydailynews.com --->\r\n<!--[if IE 8]><html class=\"ie8\" lang=\"en\" itemscope itemtype=\"http://schema.org/\"><![endif]-->\r\n<!--[if IE 9]><html class=\"ie9\" lang=\"en\" itemscope itemtype=\"http://schema.org/\"><![endif]-->\r\n<!--[if IE 10]><html class=\"ie10\" lang=\"en\" itemscope itemtype=\"http://schema.org/\"><![endif]-->\r\n<!--[if IE 11]><html class=\"ie11\" lang=\"en\" itemscope itemtype=\"http://schema.org/\"><![endif]-->\r\n<!--[if !IE]><!-->\r\n<html lang=\"en\" itemscope itemtype=\"http://schema.org/\">\r\n    <!--<![endif]-->\r\n    \r\n                               <head>\r\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\r\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\r\n\r\n                                                                                                                    <title>Boyfriend of ‘Mob Wives’ star will sue Brooklyn club - NY Daily News</title>\r\n                                                <meta name=\"nydn_section\" content=\"Brooklyn\" />\r\n                            <meta name=\"viewport\" content=\"width=1070, maximum-scale=1.0\" />\r\n                \r\n        \r\n        <meta property=\"fb:app_id\" content=\"107464888913\"/>\r\n        <meta property=\"fb:admins\" content=\"1594068001\"/>\r\n        <meta property=\"og:site_name\" content=\"NY Daily News\"/>\r\n        <meta property=\"article:publisher\" content=\"https://www.facebook.com/thenewyorkdailynews\" />\r\n        <meta name=\"msvalidate.01\" content=\"02916AAC0DA8B068EFE01D721E03ED7E\" />\r\n        \r\n                \r\n                <meta name=\"twitter:card\" content=\"summary\">\r\n        <meta name=\"twitter:site\" content=\"@nydailynews\">\r\n        <meta property=\"twitter:url\" content=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\" />\r\n        <meta property=\"twitter:title\" content=\"Boyfriend of &lsquo;Mob Wives&rsquo; star will sue Brooklyn club\" />\r\n        <meta property=\"twitter:description\" content=\"The boyfriend of &lsquo;Mob Wives&rsquo; star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.\" />\r\n\r\n        <meta id=\"og_title\" property=\"og:title\" content=\"Boyfriend of &lsquo;Mob Wives&rsquo; star will sue Brooklyn club\"/>\r\n        <meta property=\"og:type\" content=\"article\"/>\r\n\r\n        <meta id=\"og_url\" property=\"og:url\" content=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\"/>\r\n                            <meta id=\"og_image\" property=\"og:image\" content=\"http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg\"/>\r\n                    \r\n            <meta id=\"og_description\" property=\"og:description\" content=\"The boyfriend of &lsquo;Mob Wives&rsquo; star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.\"/>\r\n            <meta name=\"description\" content=\"The boyfriend of &lsquo;Mob Wives&rsquo; star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.\"/>\r\n                            <meta name=\"nydn_byline\" content=\"JOHN MARZULLI\" />\r\n                        \r\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.nydailynews.com/nydn/css/20120405/nydn_shell.css?r=20141204m12345\">\r\n        \r\n\t\t\t<meta name=\"parsely-title\" content=\"Boyfriend of &lsquo;Mob Wives&rsquo; star will sue Brooklyn club\" />\r\n            <meta name=\"parsely-link\" content=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\" />\r\n            <meta name=\"parsely-type\" content=\"article\" />\r\n            <meta name=\"parsely-image-url\" content=\"http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg\" />\r\n             <meta name=\"parsely-section\" content=\"Brooklyn\" />\r\n\t\t\t            <meta name=\"parsely-author\" content=\"JOHN MARZULLI\" />\r\n\t\t\t\r\n\t\t\t\r\n\r\n\r\n\t\t\t                                                <link rel=\"stylesheet\" type=\"text/css\" href=\"http://assets.nydailynews.com/nydn/css/20120405/article2014.css?r=20141204m12345\">\r\n                                    \t\t\t                                              <meta name=\"robots\" content=\"NOARCHIVE\"/>\r\n        \t\t\t\t\t\t                                                                                <link rel=\"canonical\" href=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\">\r\n                               <link rel=\"alternate\" media=\"handheld\" href=\"http://m.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\" >\r\n                                                                <script type=\"text/javascript\" src=\"http://assets.nydailynews.com/nydn/js/nydn-pack-20140101.js?r=20141204m12345\"></script>\r\n                            <script type=\"text/javascript\" src=\"http://assets.nydailynews.com/nydn/js/article2014.js?r=20141204m12345\"></script>\r\n        \r\n              \r\n\r\n        <!--[if lt IE 9]>\r\n        <script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>\r\n        <![endif]-->\r\n                \r\n        \r\n                                        \n      \n\n                                                                                                                                                                                                                                                          <link rel=\"alternate\" type=\"application/rss+xml\" title=\"NYDN Rss\" href=\"http://feeds.nydailynews.com/nydnrss\">\r\n                                                                                                                                                                                                                    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Local Rss\" href=\"http://feeds.feedburner.com/nydnrss/new-york\">\r\n                                                                                                    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Local Rss Article only\" href=\"/cmlink/local-rss-article-1.959303?localLinksEnabled=false\" >                                                                                                        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brooklyn Rss\" href=\"http://feeds.feedburner.com/nydnrss/new-york/brooklyn\">\r\n                                                                                    \n                  \n    \n  \n    \n  \n    \n    \n           <!-- HTML Element: 7.2275583 -->   <script type=\"text/javascript\" src=\"http://cdn.gigya.com/js/gigya.js?apiKey=2_dEXFuXOH-VmO90DcKM-eUQEGA_6YdnhsIWSKVst63_pUwNak149F4kLoiEZMiaN6\">\r\n{\r\nshortURLs: 'never'\r\n}\r\n</script>   \n      \n    \n    \n           <!-- HTML Element: 7.2211163 -->   <script src=\"//assets.adobedtm.com/4fc527d6fda921c80e462d11a29deae2e4cf7514/satelliteLib-c91fdc6ac624c6cbcd50250f79786de339793801.js\"></script>   \n      \n    \n    \n              <script type='text/javascript' src='http://c.amazon-adsystem.com/aax2/amzn_ads.js'></script> <script type='text/javascript'>\n            try {\n                amznads.getAds('3088');\n            } catch(e) { /*ignore*/}\n        </script>   <script>\n            var pm_optimize_adslots = ['NYDN_ATF_x46@728x90','NYDN_BTF_x47@728x90','NYDN_ATF_x50@300x250','NYDN_BTF_x55@300x250','NYDN_BTF_x86@300x250'];\n            var pm_pub_id = 52225;\n        </script> <script type=\"text/javascript\" src=\"http://ads.pubmatic.com/AdServer/js/gshowad.js\"></script>   <script> var rtp = {}; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type=\"text/javascript\">\n                    oz_api = \"valuation\";\n                    oz_site = \"11688/37272\";\n                    oz_zone = \"155572\";\n                    oz_ad_slot_size = \"300x250\";\n                    </script> <script type=\"text/javascript\" src=\"http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272\"></script> <script>rtp['atf-medrec'] = rp_valuation.estimate.tier; </script> <script> var rtp = {}; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type=\"text/javascript\">\n                    oz_api = \"valuation\";\n                    oz_site = \"11688/37272\";\n                    oz_zone = \"155572\";\n                    oz_ad_slot_size = \"728x90\";\n                    </script> <script type=\"text/javascript\" src=\"http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272\"></script> <script>rtp['atf-leaderboard'] = rp_valuation.estimate.tier; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type=\"text/javascript\">\n                    oz_api = \"valuation\";\n                    oz_site = \"11688/37272\";\n                    oz_zone = \"155572\";\n                    oz_ad_slot_size = \"300x250\";\n                    </script> <script type=\"text/javascript\" src=\"http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272\"></script> <script>rtp['btf-medrec1'] = rp_valuation.estimate.tier; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type=\"text/javascript\">\n                    oz_api = \"valuation\";\n                    oz_site = \"11688/37272\";\n                    oz_zone = \"155572\";\n                    oz_ad_slot_size = \"300x250\";\n                    </script> <script type=\"text/javascript\" src=\"http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272\"></script> <script>rtp['btf-medrec2'] = rp_valuation.estimate.tier; </script>        <script type='text/javascript'>\n        var crtg_nid=\"2452\";\n        var crtg_cookiename=\"cto_nydn\";\n        var crtg_varname=\"crtg_content\";\n        function crtg_getCookie(c_name){ var i,x,y,ARRCookies=document.cookie.split(\";\");for(i=0;i<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'';}\n        var crtg_content = crtg_getCookie(crtg_cookiename);var crtg_rnd=Math.floor(Math.random()*99999999999);\n        var crtg_url=location.protocol+'//rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);crtg_url+='&cookieName='+escape(crtg_cookiename);crtg_url+='&rnd='+crtg_rnd;crtg_url+='&varName=' + escape(crtg_varname);\n        var crtg_script=document.createElement('script');crtg_script.type='text/javascript';crtg_script.src=crtg_url;crtg_script.async=true;\n        if(document.getElementsByTagName(\"head\").length>0)document.getElementsByTagName(\"head\")[0].appendChild(crtg_script);else if(document.getElementsByTagName(\"body\").length>0)document.getElementsByTagName(\"body\")[0].appendChild(crtg_script);\n        </script>  <script type=\"text/javascript\">\n  var googletag = googletag || {};\n  googletag.cmd = googletag.cmd || [];\n  (function() {\n    var gads = document.createElement(\"script\");\n    gads.async = true;\n    gads.type = \"text/javascript\";\n    var useSSL = \"https:\" == document.location.protocol;\n    gads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\n    var node =document.getElementsByTagName(\"script\")[0];\n    node.parentNode.insertBefore(gads, node);\n   })();\n</script>  <script type=\"text/javascript\">\n\n\n\n\n     if(typeof progKeyValueMap!='undefined'){\n        bids = [];\n        for (val in progKeyValueMap) {\n              biddata = (progKeyValueMap[val].split(';'));\n              bids[biddata[5]] = {'bid':biddata[3], 'bidid':biddata[5]};\n        }\n        }\n\n\n\n// CURRENT_LAYOUT  nydn.HomePageLayout\n// CURRENT_CONTENT_TYPE nydn.StandardArticle\n// modelType - nydn.InitDoubleClickElement\n//<![CDATA[\n<!--\n  googletag.cmd.push(function() {\n\n      \n      \n        var crtg_split = crtg_content.split(';');\n        for (var i=1;i<crtg_split.length;i++){ googletag.pubads().setTargeting (\"\" + (crtg_split[i-1].split('='))[0] + \"\", \"\" + (crtg_split[i-1].split('='))[1] + \"\");}\n    \n    \n\n\n    googletag.defineOutOfPageSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\",\"div-gpt-ad-x70\").addService(googletag.pubads())\n      .setTargeting(\"position\", \"x70\").setCollapseEmptyDiv(true,true);\n\n\n\n            \n\n\n\n\n            \n            \n\n\n                googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\",[[728,90],[950,35],[970,90],[970,250],[970,200],[990,90]], \"div-gpt-ad-x46\").addService(googletag.pubads())\n                                           .setTargeting('bidid', bids['NYDN_ATF_x46@728x90'].bidid)\n                      .setTargeting('bid', bids['NYDN_ATF_x46@728x90'].bid)\n                                                                  .setTargeting(\"tier\", String(rtp['atf-leaderboard']))\n                                            .setTargeting(\"position\", \"x46\");\n\n\n\n         googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\", [[300, 250], [300, 600]], \"div-gpt-ad-x50\").addService(googletag.pubads())\n                                                                                    .setTargeting('bidid', bids['NYDN_ATF_x50@300x250'].bidid)\n                                            .setTargeting('bid', bids['NYDN_ATF_x50@300x250'].bid)\n                                                                                                                      .setTargeting(\"tier\", String(rtp['atf-medrec']))\n                                                                                   .setTargeting(\"position\", \"x50\");\n\n\n\n\n\n\n\n                        googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\", [[300, 250], [300, 600]], \"div-gpt-ad-x55\").addService(googletag.pubads())\n                                                           .setTargeting('bidid', bids['NYDN_BTF_x55@300x250'].bidid)\n                              .setTargeting('bid', bids['NYDN_BTF_x55@300x250'].bid)\n                                                                                       .setTargeting(\"tier\", String(rtp['btf-medrec1']))\n                                                            .setTargeting(\"position\", \"x55\");\n\n\n\n\n\n\n\n\n                 googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\", [[300, 250], [300, 600]], \"div-gpt-ad-x86\").addService(googletag.pubads())\n                                           .setTargeting('bidid', bids['NYDN_BTF_x86@300x250'].bidid)\n                      .setTargeting('bid', bids['NYDN_BTF_x86@300x250'].bid)\n                                                                      .setTargeting(\"tier\", String(rtp['btf-medrec2']))\n                                               .setTargeting(\"position\", \"x86\");\n\n            \n          \n\n    \n\n  \n           googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\", [[300, 100], [300, 200]], \"div-gpt-ad-x45\").addService(googletag.pubads())\n        .setTargeting(\"position\", \"x45\").setCollapseEmptyDiv(true,true);\n      \n       \n\n                                    googletag.pubads().setTargeting(\"Content\", \"Article\").setTargeting(\"Package\", [\"Brooklyn\",\"Local\"]);\n            \n\n          \n        \n    googletag.pubads().setTargeting(\"ContentID\", \"1.2078107\");\n          googletag.pubads().setTargeting(\"nsfa\", \"true\");\n    \n\n\n       \n\n    googletag.defineSlot(\"4692832/NYDN/New_York/New_York.Brooklyn\", [728, 90], \"div-gpt-ad-x47\").addService(googletag.pubads())\n                 .setTargeting('bidid', bids['NYDN_BTF_x47@728x90'].bidid)\n          .setTargeting('bid', bids['NYDN_BTF_x47@728x90'].bid)\n                                        .setTargeting(\"tier\", String(rtp['btf-leaderboard']))\n                           .setTargeting(\"position\", \"x47\");\n\nif( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {\n    if (jQuery(window).width() > jQuery(window).height()){\n     googletag.pubads().setTargeting(\"orient\", \"landscape\");\n     }else{\n     googletag.pubads().setTargeting(\"orient\", \"portrait\");\n     }\n}\n\n\n\n \n    try {\n        amznads.setTargetingForGPTAsync('amznslots');\n    } catch(e) { /*ignore*/}\n\n\n \nif(document.referrer) { var vm_referer_url = document.referrer; var vm_referer = vm_referer_url.match(/(google|yahoo|bing|live|msn|twitter|facebook)\\./); if(vm_referer && vm_referer[1]) {googletag.pubads().setTargeting(\"referrer\", vm_referer[1]); }}\n\n        googletag.pubads().collapseEmptyDivs();\n      googletag.pubads().enableSingleRequest();\n      googletag.enableServices();\n      });\n  //-->\n//]]>\n</script>    \n      \n  \n                                  \n                  \n    \n  \n    \n  \n  \n                      \r\n\r\n\r\n\t\t</head>\r\n\r\n\r\n\r\n\r\n      \r\n                   <body id=\"new york\"  class=\"article brooklyn\">\r\n    \r\n            <script type=\"text/javascript\">\r\n            (function() { var ARTICLE_URL = 'http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107'; var CONTENT_ID = 'everything'; document.write( '<scr'+'ipt '+ 'src=\"http://survey.g.doubleclick.net/survey?site=304001'+ '&url='+encodeURIComponent(ARTICLE_URL)+ (CONTENT_ID ? '&cid='+encodeURIComponent(CONTENT_ID) : '')+ '&random='+(new Date).getTime()+ '\" type=\"text/javascript\">'+'\\x3C/scr'+'ipt>'); })();\r\n        </script>\r\n    \r\n\r\n    \n                  \n    \n  \n    \n  \n  \n                    \n\n\n        <div id=\"nydn-shell\">\n\n            \n            <header id=\"nydn-header\">\n                    <div id=\"nydn-ads\">\n                <div id=\"nydn-main-ad\">\n                                            \n                  \n    \n  \n    \n  \n    \n    \n                 <div id=\"div-gpt-ad-x46\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x46\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>     \n      \n    \n    \n                 <div id=\"div-gpt-ad-x70\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x70\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>     \n      \n  \n                                         </div>\n                   </div>\n\n                                            \n                  \n    \n  \n    \n  \n    \n    \n           <!-- HTML Element: 7.2235947 -->      <div id=\"nydn-nav-top\">\r\n                <div id=\"nydn-welcome\">\r\n                    <ul>\r\n                        <li id=\"nydn-sm\">\r\n    <div>\r\n        <iframe src=\"http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fthenewyorkdailynews&amp;send=false&amp;layout=box_count&amp;width=48&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=90\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:48px; height:90px;\" allowtransparency=\"true\"></iframe>\r\n    </div>\r\n    <div>\r\n        <iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"http://platform.twitter.com/widgets/follow_button.1409790579.html#_=1410453636098&amp;dnt=true&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=NYDailyNews&amp;show_count=false&amp;show_screen_name=true&amp;size=m\" class=\"twitter-follow-button twitter-follow-button\" title=\"Twitter Follow Button\" data-twttr-rendered=\"true\" style=\"width: 142px; height: 20px;\"></iframe>\r\n        <script>\r\n        ! function(d, s, id) {\r\n            var js, fjs = d.getElementsByTagName(s)[0];\r\n            if (!d.getElementById(id)) {\r\n                js = d.createElement(s);\r\n                js.id = id;\r\n                js.src = \"http://platform.twitter.com/widgets.js\";\r\n                fjs.parentNode.insertBefore(js, fjs);\r\n            }\r\n        }(document, \"script\", \"twitter-wjs\");\r\n        </script>\r\n    </div>\r\n</li>\r\n\r\n                    </ul>\r\n                </div>\r\n            </div>   \n      \n  \n                                                              \t\t\t\t\t                                         <nav id=\"nydn-nav\"> <a id=\"nydn-logo\" href=\"/\">DAILY NEWS</a> <ul>          <li class=\"on\">    <a href=\"/new-york\">New York</a>   <!--NYDN-1279-->    </li>           <li >    <a href=\"/news\">News</a>   </li>  <li ><a href=\"/news/politics\">Politics</a></li>           <li >    <a href=\"/sports\">Sports</a>   </li>           <li >    <a href=\"/entertainment\">Entertainment</a>   </li>           <li >    <a href=\"/opinion\">Opinion</a>   </li>           <li >    <a href=\"/life-style\">Living</a>   </li>                                                                       <li >    <a href=\"/autos\">Autos</a>   </li>                                                                                                                 </ul> <dl id=\"nydn-search\"> <dt></dt> <dd> <form name=\"searchForm\" method=\"get\"> <input type=\"text\" name=\"q\" id=\"nydn-search-text\" value=\"\" onkeyup=\"javascript:if(event.keyCode==13){search_action();}\"> <label for=\"nydn-search-submit\">Search</label> <input type=\"hidden\" name=\"nydn-search-url\" id=\"nydn-search-url\" value=\"site\"> <input type=\"submit\" name=\"nydn-search-submit\" value=\"Search\" onclick=\"search_action();\" id=\"nydn-search-submit\"> </form> </dd> </dl> </nav>     <dl id=\"sub-nav\">               <dd > <a href=\"/new-york/events\"> Events </a>  </dd>             <dd > <a href=\"/new-york/nyc-crime\"> NYC Crime </a>  </dd>             <dd > <a href=\"/new-york/bronx\"> Bronx </a>  </dd>              <dd  class=\"selected\"> <a href=\"/new-york/brooklyn\"> Brooklyn </a>  </dd>             <dd > <a href=\"/new-york/queens\"> Queens </a>  </dd>             <dd > <a href=\"/new-york/uptown\"> Uptown </a>  </dd>                     <dd > <a href=\"/new-york/education\"> Education </a>  </dd>             <dd > <a href=\"/new-york/weather\"> Weather </a>  </dd>             <dd> <a href=\"http://obituaries.nydailynews.com\"> Obituaries </a> </dd>            <dd> <a href=\"http://www.nydailynews.com/photos/new-york\"> New York Pics </a> </dd>             <dd> <a href=\"http://www.nydailynews.com/photos/dn-photographers\"> DN Photographers </a> </dd>        </dl>       \t\t\t\t\t                       \t\t\t\t\t                                                <script type=\"text/javascript\"><!--\n    function search_action(){\n        document.searchForm.action =\"/search-results/search-results-7.113\";\n        document.searchForm.submit();\n    }\n    //-->\n</script> \t\t\t\t\t                                                   </header>\n                        <div id=\"nydn-body\">\n                <main id=\"a-body\" itemscope itemtype=\"http://schema.org/NewsArticle\" itemid=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\">\n                                            <meta itemprop=\"thumbnailUrl\" content=\"http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg\"/>\n                                        <meta itemprop=\"description\" content=\"The boyfriend of &lsquo;Mob Wives&rsquo; star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.\"/>\n                    <div id=\"a-body-top\">\n                                                                      \t\t\t\t\t\t\t                                         <div id=\"div-gpt-ad-x80\" >     <script type='text/javascript'>\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.defineSlot(\"/4692832/NYDN/New_York/New_York.Brooklyn\", [1, 1], \"div-gpt-ad-x80\")\n                  .addService(googletag.pubads()).setTargeting(\"position\", \"x80\");\n                                      googletag.pubads().setTargeting(\"Content\", \"Article\");\n                                                      googletag.enableServices();\n                  googletag.display(\"div-gpt-ad-x80\");\n                });\n              }\n              //-->\n              //]]>\n            </script>   </div>    \t\t\t\t\t\t\t                                                                                                </div>\n                    <header id=\"a-headers\">\n                                                <h1 id=\"a-header\" itemprop=\"headline\">Boyfriend of ‘Mob Wives’ star Natalie Guercio will sue Brooklyn club where he was attacked</h1>\n                                                    <h2 id=\"a-subheader\" itemprop=\"alternativeHeadline\">London Rene is claiming Club Output provided 'inept' and ‘incompetent’ security that was unable to keep patrons safe on Dec. 28 when he was attacked by a man with a box cutter outside the Williamsburg nightspot. The lawsuit will be filed Thursday and seeks unspecified monetary damages for Rene’s physical and emotional scars.</h2>\n                                                                            <div id=\"a-byline\">\n                                BY\n                                \t\t\t\t\t\t\t\t\t                                    <a rel=\"author\" href=\"/authors?author=John+Marzulli\" itemscope itemtype=\"http://schema.org/Person\">\n                                        John Marzulli\n                                    </a>\n\t\t\t\t\t\t\t\t\t\n                                                                                                                                    </div>\n                                                                            <div id=\"a-credits\">NEW YORK DAILY NEWS</div>\n                                                                            <div id=\"a-date-published\" content=\"2015-01-14T19:09:34\">Wednesday, January 14, 2015, 7:09 PM</div>\n                                                    <ul id=\"a-font\">\n                            <li>A</li>\n                            <li class=\"on\">A</li>\n                            <li>A</li>\n                        </ul>\n                      </header>\n\n\n<div class=\"a-share\" id=\"a-share-top\" data-bitly-url=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\">\n    <div id=\"a-gigya-top\"></div>\n                            <div id=\"a-bitly\">\n                <div id=\"a-bitly-wrap\">\n                    <dl>\n                        <dt>Share this URL</dt>\n                        <dd>\n                            <iframe id=\"bitly_copy_button\" allowTransparency=\"true\" frameBorder=\"0\" style=\"position:absolute;height:0px;width:0px;visibility:hidden;\"></iframe>\n                            <iframe id=\"bitly_copy_capsule\" allowTransparency=\"true\" frameBorder=\"0\" style=\"display:none;\"></iframe>\n                             <style class=\"for_bitly_copy_script\">\n                            body#bitly_copy {height: 25px; }\n                            body#bitly_copy a {font: 12px/23px\"Arial\"; color: #333; background: #fff; }\n                            body#bitly_copy .link {background: none; padding-left: 10px; }\n                            body#bitly_copy .copy-btn{width: 58px;height:23px;background:url(\"http://multimedia.nydailynews.com/css/article/icon/bitly.gif\") 0 0 no-repeat;text-indent:-99999px;}\n                            body#bitly_copy:hover{cursor: pointer; }\n                            body#bitly_copy:hover .copy-btn{filter: alpha(opacity=80); opacity: .8;}\n                            body#bitly_copy #box{height: 23px;}\n                            </style>\n\n                            <script type=\"text/javascript\" id=\"bitly_copy_script\">\n                                //<![CDATA[\n                                (function() {\n                                var loc = document.URL;\n                                var format=\"\",long_url= \"\",short_url=\"http://nydn.us/1ILOM5J\",short_domain=\"nydn.us\";\n                               var d=document, sa=\"setAttribute\", f = d.getElementById(\"bitly_copy_button\");\n                                doc = f.contentDocument || f.contentWindow.document;\n                                doc.open().write('<!doctype html><ht'+'ml\"><he'+'ad></he'+'ad><bo'+'dy onload=\"appendScriptTag() \"><scr'+'ipt type=\"text/javascript\">function appendScriptTag(){window._long_url=\"'+long_url+'\";window._short_url=\"'+short_url+'\";window._short_domain=\"'+short_domain+'\";window._format=\"'+format+'\";var s=document.createElement(\"script\");s.setAttribute(\"type\", \"text/javascript\");s.setAttribute(\"src\", \"//platform.bitly.com/static/js/pisces.js?url='+ encodeURIComponent(location.href) +'\");document.body.appendChild(s);}</scr'+'ipt></bo'+'dy></ht'+'ml>');\n                                doc.close();\n                                        })();\n                                        //]]>\n                                    </script>\n                        </dd>\n                    </dl>\n                </div>\n            </div>\n            </div>\n    <div class=\"p402_premium\">\n    <article data-streamid=\"7.2304855\"  data-streamtags='[\"NYDN.Local.d\",\"NYDN.Local.Brooklyn.d\"]' itemprop=\"articleBody\">\n\n          \n                                             <div class=\"a-module\" itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/ImageObject\" itemid=\"http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-1-web.jpg\"> <figure class=\"a-image h\">        <img alt='London Rene and &#39;Mob Wives&#39; star Natalie Guercio pose in the office of their lawyer, Scott Rynecki. The couple was outside a Brooklyn club on Dec. 28 when a man with a box cutter attacked Rene.' src='http://assets.nydailynews.com/polopoly_fs/1.2078106.1421279236!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-1-web.jpg' />     <span class=\"a-credit\" itemprop=\"copyrightHolder\">Kevin C. Downs/for New York Daily News</span>    <span class=\"a-caption\" itemprop=\"description\">London Rene and 'Mob Wives' star Natalie Guercio pose in the office of their lawyer, Scott Rynecki. The couple was outside a Brooklyn club on Dec. 28 when a man with a box cutter attacked Rene.</span>   <a class=\"a-enlarge\" href=\"#\"></a>   </figure> </div> \t\t  \n                                                <p>\r\n\tThe boyfriend of sexy “Mob Wives” star Natalie Guercio is suing the Brooklyn club where he was brutally slashed by a box cutter-wielding assailant, the Daily News has learned.</p>\r\n<p>\r\n\tLondon Rene is alleging Club Output's &quot;inept&quot; and &quot;incompetent&quot; security was negligent in failing to provide proper safety for its patrons on Dec. 28 when he was attacked outside the Williamsburg nightspot.</p>\r\n<p>\r\n\tRene's lawyer Scott Rynecki said there was &quot;little or no security&quot; watching over the club, which has a capacity of 600-persons.</p>\r\n<p>\r\n\tThe suit, which will be filed Thursday in Brooklyn Supreme Court, seeks unspecified monetary damages for Rene's physical and emotional scars. The court papers also name the security guard firm hired by the club.</p>\r\n<p>\r\n\t&quot;When I look in the mirror I'm angry,&quot; Rene, 37, said Wednesday. &quot;I'm scarred for life; the scars are going to be there until the day I die.&quot;</p>     <div class=\"a-module\">\r\n\r\n        \t\t        <div style='height:361px;' class=\"a-rotator thumbs h\" id=\"aRotator-7-2304871-1421286464159\" data-vr-zone=\"Scars ss\">\n        <div class=\"figures\">\r\n                                                                                                                                                                                <figure itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/ImageObject\"  itemid=\"http://assets.nydailynews.com/polopoly_fs/1.2078105!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-3-web.jpg\">\r\n\t\t\t\t\t\t                            <img height='552' alt='Rene seeks unspecified monetary damages for his physical and emotional scars. He plans to file the lawsuit Thursday.' width='970' src='http://static3.nydailynews.com/polopoly_fs/1.2078105.1421279234!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-3-web.jpg' />\t\t\t\t\t\t                                                    <span class=\"a-credit\" itemprop=\"copyrightHolder\">Kevin C. Downs/for New York Daily News</span>\n                                                                            <figcaption>Rene seeks unspecified monetary damages for his physical and emotional scars. He plans to file the lawsuit Thursday.</figcaption>\n                                            </figure>\n                                                                                                                                                                    <figure itemprop=\"associatedMedia\" itemscope itemtype=\"http://schema.org/ImageObject\"  itemid=\"http://assets.nydailynews.com/polopoly_fs/1.2078104!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-2-web.jpg\">\r\n\t\t\t\t\t\t                            <img height='647' alt='London Rene suffered scars from the attack.' width='970' src='http://static2.nydailynews.com/polopoly_fs/1.2078104.1421279233!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-2-web.jpg' />\t\t\t\t\t\t                                                    <span class=\"a-credit\" itemprop=\"copyrightHolder\">Kevin C. Downs/for New York Daily News</span>\n                                                                            <figcaption>London Rene suffered scars from the attack.</figcaption>\n                                            </figure>\n                                    </div>\n        <div class=\"controls\">\n            <span class=\"previous\">Previous</span>\n            <span class=\"next\">Next</span>\n        </div>\n                    <ul class=\"thumbs\">\r\n                                    \t\t\t\t\t\t                            <li><img alt='London Rene and \"Mob Wives\" cast member Natalie Guercio pose in their lawyers’ office Scott Rynecki to show the slashing markers on London&#39;s face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' src='http://assets.nydailynews.com/polopoly_fs/1.2078105.1421279234!/img/httpImage/image.jpg_gen/derivatives/article_rotator_thumbs_50_50/mob15n-3-web.jpg' /></li>\n                        \t\t\t\t\t\t\t\t\t\t\t                            <li><img alt='London Rene and \"Mob Wives\" cast member Natalie Guercio pose in their lawyersÕ office Scott Rynecki to show the slashing markers on London&#39;s face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' src='http://assets.nydailynews.com/polopoly_fs/1.2078104.1421279233!/img/httpImage/image.jpg_gen/derivatives/article_rotator_thumbs_50_50/mob15n-2-web.jpg' /></li>\n                        \t\t\t\t\t                            </ul>\n                <a class=\"a-enlarge\" href=\"#\">Enlarge</a>\n</div>\n</div>       \r\n<p>\r\n\tThe alleged slasher, Rodolfo Lopez, fled the scene and <a href=\"http://www.nydailynews.com/entertainment/gossip/alleged-mob-wives-boyfriend-slasher-turns-article-1.2061683?cid=bitly\">later surrendered to the NYPD</a>.</p>\r\n<p>\r\n\tRene's face and torso were cut in the attack. Guercio, whose family owns a funeral home in Philadelphia where mobsters and their families were laid out, witnessed the slashing but she was not hurt.</p>\r\n<p>\r\n\t&quot;Any one of us could have been a victim,&quot; she said.</p>\r\n<p>\r\n\tThere was no listed phone number for the club.</p>                        <p class=\"a-email\"><a href=\"mailto:jmarzulli@nydailynews.com?Subject=NYDailyNews\" target=\"_top\">jmarzulli@nydailynews.com</a></p>\n                                  <div id=\"a-all-related\">       <div class=\"a-module\"> <dl class=\"a-related\">  <dt>Related Stories</dt>   <dd>  <a class=\"a-teaser\" href=\"http://www.nydailynews.com/entertainment/gossip/nypd-identifies-suspect-mob-wives-slashing-article-1.2060100\"> <img alt='NEW YORK, NY - DECEMBER 03: Natalie Guercio of &quot;Mob Wives&quot; and her boyfriend London Rene attends &quot;Mob Wives&quot; Season Five Viewing Party at Drunken Monkey on December 3, 2014 in New York City. (Photo by Bobby Bank/Getty Images)' src='http://assets.nydailynews.com/polopoly_fs/1.2060097.1419898345!/img/httpImage/image.jpg_gen/derivatives/article_related_video_thumbs_170_13/82923351.jpg' /> <span class=\"a-caption\">NYPD identifies suspect in 'Mob Wives' slashing</span> </a>  </dd> </dl> </div>        <div class=\"a-module\"> <dl class=\"a-related\">  <dd>  <a class=\"a-teaser\" href=\"http://www.nydailynews.com/entertainment/gossip/alleged-mob-wives-boyfriend-slasher-turns-article-1.2061683\"> <img alt='London Rene, boyfriend of Mobwives star Natalie Guercio, was slashed in the face after he was assaulted with a box cutter at a Brooklyn nightclub.' src='http://assets.nydailynews.com/polopoly_fs/1.2061680.1420024149!/img/httpImage/image.jpg_gen/derivatives/article_related_video_thumbs_170_13/wives31n-3-web.jpg' /> <span class=\"a-caption\">Alleged ‘Mob Wives’ boyfriend slasher turns himself in</span> </a>  </dd> </dl> </div>        </div>                                                        \t   </article>\n       </div>\n          <script type=\"text/javascript\">\n    $('.a-module').addClass('p402_hide');\n        try { _402_Show(); } catch(e) {}\n    </script>\n<div id=\"a-body-bottom\">\n                                                 <!-- HTML Element: 7.1555387 -->   <script type=\"text/javascript\" src=\"http://dmeserv.newsinc.com/repub/NY_Daily_News_415/dynamicWidgets.js\"></script> \r\n <script type=\"text/javascript\">\r\n NDNDynVideoWidgets();\r\n </script> \r\n \r\n\r\n\r\n\r\n<div class=\"story-video\"><div id=\"ndn-video-single-02\" class=\"ndn-widget\" style=\"display: none;\"></div></div>\r\n\r\n   \t\t\t            </div>\n\n            \n                         \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.1638371 -->   <div class=\"outbrain-wrap\">\r\n<script type=\"text/javascript\">\r\njQuery(document).ready(function(){\r\n    if (!jQuery(\".t402-prompt-iframe-container\").length) GoogleSurveyDone();\r\n});\r\n  \r\nfunction GoogleSurveyDone() {\r\n    if (!jQuery(\"body.outbrainDone\").length) {    \r\n       jQuery(\".outbrain-wrap\").append(\"<div class='OUTBRAIN' data-widget-id='AR_5' data-ob-template='nydn'></div><div class='OUTBRAIN' data-widget-id='AR_7' data-ob-template='nydn'></div></div>\");\r\n       jQuery.getScript(\"http://widgets.outbrain.com/outbrain.js\");\r\n       OBR.extern.researchWidget();\r\n       jQuery(\"body\").addClass(\"outbrainDone\");\r\n    }\r\n}\r\n</script>\r\n</div>\r\n               </div>\n\t\t\t             \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.1807996 -->   <!--INLINE-->\r\n<div class=\"ym-inline\">\r\n<div id=\"ym_662210526407498782\" class=\"ym\"></div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\njQuery(document).ready(function(){\r\nvar isiPad = navigator.userAgent.match(/iPad/i) != null;\r\n  if (isiPad){\r\nthirdP = Math.ceil(jQuery(\"#a-body article p\").length / 3);\r\njQuery(\".ym-inline\").insertAfter(\"#a-body article p:nth-of-type(\"+thirdP+\")\");\r\n  }\r\n});\r\n</script>\r\n\r\n<script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.min.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\r\n\r\n\r\n<!--FOOTER-->\r\n<div id=\"ym_662210939663883295\" class=\"ym\"></div>\r\n\r\n<script type=\"text/javascript\">(function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.min.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>\r\n\r\n<style>\r\n  .ym-inline{overflow:auto;margin:0 0 21px 135px;}\r\n</style>               </div>\n\t\t\t             \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.2117324 -->   <div class=\"medianet-wrap\" data-analytics=\"media-net\" data-analytics-version=\"footer\">\r\n<script id=\"mNCC\" language=\"javascript\">  medianet_width='635';  medianet_height= '422';  medianet_crid='786671413';  </script>  <script id=\"mNSC\" src=\"http://contextual.media.net/nmedianet.js?cid=8CU481729\" language=\"javascript\"></script>\r\n</div>               </div>\n\t\t\t    \n                        <div id=\"a-comments\">\n                <h5>Comments</h5>\n                <span class=\"goto-comments\" name=\"7.2304855\"></span>\n                <span id=\"comments-label\">Post A Comment</span>\n                <span id=\"comments-guidelines\">[ <a href=\"/cmlink/discussion-guidelines.externalId\">Discussion Guidelines</a>]</span>\n                    <div id=\"comments-signin\">\n                        <p>To Post Comments <a id=\"nydn-login\" href=\"/login?iframe=true\">Sign In</a></p>\n                    </div>\n                    <div id=\"commentsDiv\" gigid=\"showCommentsUI\" class=\"gig-comments-container\"> </div>\n            </div>\n            </main>\n<aside id=\"nydn-aside\">\n\n     \n                                 \t\t\t<div class=\"code_module\">\n                         <div id=\"div-gpt-ad-x50\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x50\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>                 </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                               <div class=\"teasersWrap contentBin\" data-vr-zone=\"NY Editors' Picks - New 1\" id='editorspick1'> <h5><span><i>Editor's</i> Picks</span></h5>           <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208\">  Lawmakers want to improve a hospital in Washington Heights </a> </h3>  <a href=\"http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208\" class=\"imgCont\"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078207.1421285495!/img/httpImage/image.jpg_gen/derivatives/index_140/hospital15u-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208\">Medical center could burnish its credentials by beefing up its emergency room staff and expanding patient access to urgent care.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160\">  VIDEO: Brooklyn gym teacher kisses former student</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160\" class=\"imgCont\"> <img height='110' alt='A video has surfaced showing a Brooklyn gym teacher kissing a former student in a pizza shop. The teacher, John Ramirez, from Origins High School in Sheepshead Bay, was shipped out of the classroom and into the rubber room last week. In the video on Facebook, Ramirez and Tamara Stimphil, are waiting in a restaurant and kiss at the end. The video gotten more than 2,000 views. The DOE is investigating' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078159.1421281313!/img/httpImage/image.jpg_gen/derivatives/index_140/teacher15k-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160\">A video has surfaced showing a Brooklyn gym teacher in a pizza shop kissing a student who graduated last year.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127\">  City preservationists target former Brooklyn police precinct</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127\" class=\"imgCont\"> <img height='110' alt='The former 68th Precinct stationhouse in Sunset Park continues to deteriorate more than four decades after the cops moved out.' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078123.1421279972!/img/httpImage/image.jpg_gen/derivatives/index_140/precinct15k-4-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127\">THE CASE for a graffiti-scarred former police stationhouse in Brooklyn could be headed to court.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\">  Boyfriend of ‘Mob Wives’ star will sue Brooklyn club</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\" class=\"imgCont\"> <img height='110' alt='London Rene and \"Mob Wives\" cast member Natalie Guercio pose in their lawyersÕ office Scott Rynecki to show the slashing markers on London&#39;s face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078106.1421279236!/img/httpImage/image.jpg_gen/derivatives/index_140/mob15n-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107\">The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083\">  Immigrant-owned restaurants in the South Bronx are getting a</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083\" class=\"imgCont\"> <img height='110' alt='Delicioso is one of 30 restaurants participating in the United Business Cooperative run By SoBRO in the South Bronx.' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078082.1421278319!/img/httpImage/image.jpg_gen/derivatives/index_140/sobro15b-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083\">Immigrant-owned restaurants in the Bronx are getting a boost.</a> </p> </div>            </div>                </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.1977031 -->   <div class=\"OB-EP\" id=\"ob-right-rail\" data-analytics=\"outbrain-right-rail\" data-analytics-version=\"unmanaged\">\r\n<h5>FROM AROUND THE WEB</h5>\r\n  \r\n<div class=\"OUTBRAIN\" data-widget-id=\"SF_1\" data-ob-template=\"nydn\"></div>\r\n\r\n  <script type=\"text/javascript\"src=\"http://widgets.outbrain.com/outbrain.js\"></script>\r\n\r\n<style>\r\n  .OB-EP{margin:-30px 0;}\r\n  .OB-EP .OUTBRAIN {width:300px;margin:0}\r\n  .OB-EP h5{font:15px/15px \"NovecentoMedium\",\"Arial\";border-bottom:1px dotted grey !important;margin-bottom:10px !important;}\r\n  .OB-EP h5,\r\n  .OB-EP .SF_1 .ob_org_header\r\n{background:none;border:0;padding:0;margin:0;}  \r\n  .OB-EP .SF_1 .ob-rec-link-img{}\r\n  .OB-EP .SF_1 .ob-text-content{padding-left:150px;}\r\n  .OB-EP .SF_1 .strip-rec-link-title{font:bold 14px/15px \"Arial\";}\r\n  .OB-EP .SF_1 .strip-rec-link-title:hover,\r\n  .OB-EP .SF_1 .rec-src-link:hover{color:#e8172d;}\r\n  .OB-EP .SF_1 .item-container{margin:10px 0 0;padding:0 0 10px;}\r\n</style>\r\n</div>               </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                               <div class=\"teasersWrap contentBin\" data-vr-zone=\"NY Editors' Picks - New 2\" id='editorspick2'> <h5><span><i>Editor's</i> Picks</span></h5>                     <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065\">  Dog killer sought in Brooklyn</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065\" class=\"imgCont\"> <img height='110' alt='' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078064.1421277609!/img/httpImage/image.jpg_gen/derivatives/index_140/dog15k-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065\">A witness spotted a cruel motorist chuck an injured pit bull from a car in Crown Heights — and then back over the poor pooch, advocates say.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071\">  Plan for Rockaway vendors on hold</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071\" class=\"imgCont\"> <img height='110' alt='07/04/14 \"Rockaways\" Deserted  portion  of   beach  in  thr  mid  90s  in  Rockaway   Beach,  empty  this  holiday  because  of  the   rain   Photos  by  Neil Miller   for  the  New York Daily News' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078070.1421277828!/img/httpImage/image.jpg_gen/derivatives/index_140/rockaway15q-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071\">A plan to allow vendors at several locations along the beaches in Rockaway is on hold</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062\">  Bronx borough president’s ex-aide now a foe at the polls </a> </h3>  <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062\" class=\"imgCont\"> <img height='110' alt='Newly elected Bronx Borough President Ruben Diaz Jr. celebrates his victory tonight April 21, 2009 at Maestro&#39;s Caterers (1703 Bronxdale Ave. in The Bronx). Here, his father State Senator Rev. Ruben Diaz (r) and his former chief of staff Camella Pinkney Price (l),' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078061.1421277405!/img/httpImage/image.jpg_gen/derivatives/index_140/prez15b-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062\">First, this longtime soldier to Bronx Borough President Ruben Diaz Jr. sued her longtime superior for her dismissal.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988\">  First Rockaway Parks Administrator retires</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988\" class=\"imgCont\"> <img height='110' alt='Longtime Parks Department official Jill Weber, who is retiring after 34 years, walks along Rockaway Beach in Far Rockaway, January 9, 2015.' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2077984.1421275163!/img/httpImage/image.jpg_gen/derivatives/index_140/weber14q-4-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988\">      After 32 years at the New York City Parks Department, Jill Weber thought she had seen it all - until Hurricane Sandy hit.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033\">  Artist takes over Queens billboard</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033\" class=\"imgCont\"> <img height='110' alt='' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2078032.1421276338!/img/httpImage/image.jpg_gen/derivatives/index_140/board15q-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033\">A Brooklyn artist has taken over a vacant Queens billboard with the help of nonprofit 14x48.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887\">  Queens drummer gets over Oscars 'Birdman' disqualification</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887\" class=\"imgCont\"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077883.1421272976!/img/httpImage/image.jpg_gen/derivatives/index_140/birdman15q-4-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887\">One of the biggest Oscar snubs of the year hits home not in Tinseltown, but Queens — over potential best picture “Birdman.”</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877\">  Developer must again revise plans for East Harlem complex</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877\" class=\"imgCont\"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077874.1421272770!/img/httpImage/image.jpg_gen/derivatives/index_140/balcony15b-3-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877\">It’s back to the drawing board for a building that has raised the ire of East Harlem residents ever since it was unveiled last year.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075\">  Accused accomplice in Bronx cop-shooting denies involvement</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075\" class=\"imgCont\"> <img height='110' alt='Families of Jason Polanco and  Joshua Kemp leave Bronx Supreme Court this morning who were charged with shooting Police Officers and Robbery last week.Monday,,January 12th 2015,Bronx,New York.( Michael Schwartz for New York Daily News).' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2075074.1421093737!/img/httpImage/image.jpg_gen/derivatives/index_140/robbery13n-1-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075\">The alleged accomplice of the accused shooter of two cops after a Bronx bodega robbery had nothing to do with it, his lawyer said Monday.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483\">  Bronx produce workers threaten strike over $5 raise bid</a> </h3>  <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483\" class=\"imgCont\"> <img height='110' alt='Busiest day of the year at the NYC Hunts Point Terminal Produce Market with 30 million pounds of produce for the New Yorkers for the Thanksgiving.Photo by Viorel Florescu / 11.23.10' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077481.1421259821!/img/httpImage/image.jpg_gen/derivatives/index_140/hunts-point-market.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483\">Workers at a famed Bronx market that supplies fruits and vegetables to most of the city’s restaurants and grocers may walk off the job.</a> </p> </div>        <div class=\"teaser\" data-vr-contentbox=\"\"> <h3> <a href=\"http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562\">  Mark-Viverito tweets condolences for Puerto Rican activist</a> </h3>  <a href=\"http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562\" class=\"imgCont\"> <img height='110' alt='Isabel Rosado Morales.' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2077560.1421261484!/img/httpImage/image.jpg_gen/derivatives/index_140/viverito15n-3-web.jpg' /> </a>  <p> <a href=\"http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562\">City Council Speaker Melissa Mark-Viverito tweeted her condolences on the death of a Puerto Rican nationalist.</a> </p> </div>            </div>                </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.2085978 -->   <link type=\"text/css\"href=\"http://multimedia.nydailynews.com/css/spingo/spingo.css?aaa\"rel=\"stylesheet\" />\r\n<!-- the mousewheel plugin - optional to provide mousewheel support -->\r\n<script type=\"text/javascript\"src=\"http://multimedia.nydailynews.com/css/LOCAL/jquery.mousewheel.js\"></script>\r\n<!-- the jScrollPane script -->\r\n<script type=\"text/javascript\"src=\"http://multimedia.nydailynews.com/css/LOCAL/jquery.jscrollpane.min.js?edc\"></script>\r\n<script type=\"text/javascript\">\r\njQuery(window).load(function() {\r\njQuery('.sg-list-widget-2-events-wrapper').jScrollPane(\r\n        {mouseWheelSpeed:14,verticalGutter: 30,verticalDragMinHeight:132, verticalDragMaxHeight: 132});\r\n});\r\n</script>\r\n\r\n\r\n\r\n<div id=\"spingo-list-widget\"></div>\r\n\r\n<script src=\"//widgets.spingo.com/list-widget/71/widget-latest.js\"></script>\r\n\r\n<script>\r\nnew SpinGoWidget({\r\n// UPDATE THESE PARAMATERS\r\ntitle: \"Brooklyn \",  //TITLE\r\npostalCode: \"11230\", //ZIP CODE\r\nradiusMiles: 5,   //MILE RADIUS\r\n// ****************************\r\nauthToken:\"c0431acf54fff56d6745d3f1222ccdb14472d340fef45353fa6b1e919ee64687\",\r\ntextColor: '#000',\r\nmainColor: '#3C4952',\r\nfeaturedColor: '#D90B00',\r\nheaderFontFamily: '\"NovecentoMedium\", Helvetica, Arial, sans-serif',\r\ncalendarUrl: 'http://www.nydailynews.com/new-york/events',\r\nperPage: 10,\r\ncssClassPrefix: 'sg-list-widget-2',\r\nbodyFontFamily: 'Arial, sans-serif',\r\ncalendarId: 71,\r\nonDateChange: function(date, p) {\r\n    p.then(function() {\r\n        jQuery('.sg-list-widget-2-events-wrapper').removeData('jsp');\r\n        jQuery('.sg-list-widget-2-events-wrapper').jScrollPane({\r\n            mouseWheelSpeed:14,\r\n             verticalGutter: 30,\r\n             verticalDragMinHeight:132,\r\n             verticalDragMaxHeight: 132\r\n        });\r\n    });\r\n}\r\n    });\r\n</script>\r\n               </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                     <div id=\"promo-7-2175804\" class=\"promo\">  <h3>  <a href=\"http://www.cuny.edu/about/resources/value.html\" > <b>The CUNY Value</b></a>  </h3>    <div class=\"promo-body\"> <p><p>CUNY is today’s best value in the higher education marketplace. Our low costs make it possible for seven in 10 full-time undergraduates to attend college tuition-free, fully covered by financial aid and the American Opportunity Tax Credit, and for eight in 10 to graduate free from federal education debt. That’s freedom. That’s CUNY Value.</p></p> </div>   <div class=\"promo-button\">  <a href=\"http://www.cuny.edu/about/resources/value.html\" > <span>Find Out More</span> </a>  </div>   <div class=\"promo-html\">     <!-- HTML Element: 7.2294798 -->   <br /><iframe width=\"280\" height=\"157.5\" src=\"//www.youtube.com/embed/videoseries?list=PLM0Ajq8FKzymzgdaCB8mVhWCJjVqhoeQ7\" frameborder=\"0\" allowfullscreen></iframe>     </div>   </div>             </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                         <div id=\"div-gpt-ad-x55\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x55\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>                 </div>\n\t\t\t                            \n\n                       <div class=\"code_module\">\n                     <div id=\"promo-7-1752541\" class=\"promo\">  <h3>  <p>BEST CITY APP</p>IN THE WORLD!<p>  </h3>     <span class=\"promo-image\"> <img height='210' alt='Download Daily News Mobile. Now With Swipe!' width='280' src='http://static1.nydailynews.com/polopoly_fs/1.1427541.1393275560!/img/httpImage/image.png_gen/derivatives/landscape_280_flex/dn-mobile-swipe-promo.png' /> </span>     <div class=\"promo-body\"> <p></p> </div>    <div class=\"promo-html\">     <!-- HTML Element: 7.1752556 -->   <style>\r\n\r\n  /*  #promo-7-1683713 h3 {width: 230px;\r\n  margin: 0 auto;}*/  \r\n  \r\n#apps-phone-apps a {\r\n    display: block;\r\n    text-indent: -9999px;\r\n    width:121px;\r\n    height:40px;\r\n    clear:none;\r\n    float:left;\r\n    margin: 2px 9px 15px 9px;\r\n    background: url(\"http://multimedia.nydailynews.com/css/img/bg/apps-sm-btn-sprite.png\") 0 1px;}\r\n\r\n  \r\n  #apps-phone-apps a + a {background-position:0 -45px;}\r\n  #apps-phone-apps a:hover {opacity: 0.75; filter: alpha(opacity = 75);cursor:pointer;}\r\n  \r\n  #apps-phone-apps p {margin: 10px 10px 15px;} \r\n  \r\n\r\n</style>\r\n<div id=\"apps-phone-apps\">\r\n<a href=\"https://itunes.apple.com/us/app/daily-news-mobile/id354730788?ls=1&mt=8\" target=\"_blank\">App Store</a>\r\n<a href=\"https://play.google.com/store/apps/details?id=com.freerange360.mpp.NYDN\" target=\"_blank\">Android</a>\r\n\r\n</div>     </div>    <div class=\"promo-banner\">  <span>FREE</span>  </div>   </div>             </div>\n\t\t\t                                     \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.2284094 -->   <a href=\"http://www.nydailynews.com/new-york/education/stem\"><img src=\"http://assets.nydailynews.com/polopoly_fs/1.2043163!/img/httpImage/v1-stem-promo-1.jpg\" alt=\"Prepare yourself today for the fields of tomorrow\"/></a>               </div>\n\t\t\t                     \t\t\t<div class=\"code_module\">\n                         <div id=\"div-gpt-ad-x86\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x86\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>                 </div>\n\t\t\t                                           \t\t\t<div class=\"code_module\">\n                     <div id=\"promo-7-1674759\" class=\"promo\">  <h3>  <a href=\"http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact\" >Daily News Pix Brooklyn</a>  </h3>     <a class=\"promo-image\" href=\"http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact\" > <img height='187' alt='Daily News Pix Brooklyn Bridge' width='280' src='http://static1.nydailynews.com/polopoly_fs/1.1258977.1360350787!/img/httpImage/image.jpg_gen/derivatives/landscape_280_flex/brooklyn-bridge-dnp.jpg' /> </a>     <div class=\"promo-body\"> <p>From Coney Island to the Brooklyn Bridge, the Daily News has decades of classic photos of Brooklyn.\r\n</p> </div>   <div class=\"promo-button\">  <a href=\"http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact\" > <span>Buy a Print</span> </a>  </div>    </div>             </div>\n\t\t\t                   \t\t\t<div class=\"code_module\">\n                         <div id=\"div-gpt-ad-x45\" >  <script type=\"text/javascript\">\n              //<![CDATA[\n              <!--\n              if(typeof googletag != 'undefined') {\n                googletag.cmd.push(function() {\n                  googletag.display(\"div-gpt-ad-x45\");\n                });\n              }\n              //-->\n              //]]>\n            </script>  </div>                 </div>\n\t\t\t                   \t\t\t<div class=\"code_module\">\n                   <!-- HTML Element: 7.1383661 -->   <h5><span><i>New York</i> Video</span></h5>\r\n   <script type=\"text/javascript\" async src=\"//launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>  \r\n<div\r\nclass=\"ndn_embed\"\r\ndata-config-widget-id=\"10276\"\r\ndata-config-type=\"VideoLauncher/Slider300x250\"\r\ndata-config-tracking-group=\"90051\"\r\ndata-config-site-section=\"nydailynews_ny_brx_sty\"></div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n               </div>\n\t\t\t            </aside>\n                </div>\n                                <div id=\"nydn-body-bottom\">\n                                                        </div>\n                                                                          \t\t\t\t\t\t   <!-- HTML Element: 7.116 -->    \r\n\r\n\r\n\r\n<div id=\"nydn-footer\">   \r\n<div id=\"nydn-footer-ad\">\r\n       <div id=\"div-gpt-ad-x47\">\r\n           <script type=\"text/javascript\">\r\n                //<![CDATA[\r\n                <!--\r\n                if(typeof googletag != 'undefined') {\r\n                  googletag.cmd.push(function() {\r\n                    googletag.display(\"div-gpt-ad-x47\"); \r\n                  });\r\n                }\r\n                //-->\r\n               //]]>\r\n           </script>\r\n       </div> \r\n    </div>    \r\n     <div id=\"nydn-footer-services\">\r\n        <ul>\r\n          <li><a href=\"/services/media-kit/\">Media Kit</a></li>\r\n          <li><a href=\"https://homedelivery.nydailynews.com\" target=\"_blank\">Home Delivery</a></li>        \r\n          <li><a href=\"/login\">Newsletters</a></li>\r\n          <li><a href=\"http://local.nydailynews.com/\">Businesses</a></li>\r\n          <li><a href=\"http://nydailynews.adperfect.com\" target=\"_blank\">Place an Ad</a></li>\r\n          <li><a href=\"/services/privacy-policy#third_party_ads\">About our Ads</a></li>\r\n          <li><a href=\"/services/contact-us\">Contact Us</a></li>\r\n          <li><a href=\"/services/careers\">Careers</a></li>\r\n          <li><a href=\"/services/faqs\">FAQ's</a></li>\r\n             <li><a href=\"/services/feeds\">Feeds</a></li>\r\n          <li><a href=\"/services/sitemap\">Site Map</a></li>\r\n        </ul>     \r\n     </div>\r\n     <div id=\"nydn-disclaimer\"> \r\n           <p>\r\n            Use of this website signifies your agreement to the <a href=\"/services/terms-services\">Terms of Service</a> and\r\n            <a href=\"/services/privacy-policy\">Privacy Policy</a>. \r\n           </p>           \r\n            <p>&#169; Copyright 2015 NYDailyNews.com. All rights reserved.</p> \r\n      </div> \r\n</div>\r\n       \t\t\t\t\t                                            \t\t\t\t\t\t   <!-- HTML Element: 7.2211164 -->   <script type=\"text/javascript\">_satellite.pageBottom();</script>   \t\t\t\t\t                      \t\t\t\t\n                                                    <script type=\"text/javascript\">\n                        jQuery.ajax({\n                        url: '/logger/p.gif',\n                        type: 'GET',\n                        data: 'a=1.2078107&d=/2.169/2.1280/2.1282&type=MIXEDTYPE&ct=493,0'\n                        });\n                    </script>\n                                <div class=\"logger\" loggerPath=\"/2.169/2.1280/2.1282\" loggerId=\"1.2078107\"></div>\n            </div>\n</body>\n</html>\n  "
  },
  {
    "path": "tests/data/html/nypost.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]>\n<html id=\"ie6\" lang=\"en\">\n<![endif]-->\n<!--[if IE 7]>\n<html id=\"ie7\" lang=\"en\">\n<![endif]-->\n<!--[if IE 8]>\n<html id=\"ie8\" lang=\"en\">\n<![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->\n<html xmlns:fb=\"http://ogp.me/ns/fb#\" lang=\"en\">\n<!--<![endif]-->\n<!--\n\tgenerated in 1.826 seconds\n\t99950 bytes batcached for 300 seconds\n-->\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" id=\"nypviewport\" content=\"\" />\n<script type=\"text/javascript\">\nif ( navigator.userAgent.match(/IEMobile\\/10\\.0/) ) {\n\tvar msViewportStyle = document.createElement( 'style' );\n\tmsViewportStyle.appendChild(\n\t\tdocument.createTextNode( '@-ms-viewport{ width:auto!important }' )\n\t);\n\tdocument.getElementsByTagName( 'head' )[0].appendChild( msViewportStyle );\n}\nvar mvp = document.getElementById('nypviewport');\nif (screen.width <= 640) {\n\tmvp.setAttribute('content','width=device-width, initial-scale=1');\n}\n</script>\n<meta name=\"copyright\" content=\"Copyright 2015 NYP Holdings. All rights reserved.\"/>\n\n<link rel=\"apple-touch-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-57x57.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-114x114.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-144x144.png?m=1391172942g\" />\n<meta name=\"p:domain_verify\" content=\"701c0e13bca342086174f2a19ed49228\"/>\n\n\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/favicon-nypost/favicon.ico?m=1405452510g\" />\n<title>Amazon, Macmillan make peace over book pricing | New York Post</title>\n\t<script type=\"text/javascript\" src=\"//use.typekit.net/yoc0pwu.js\"></script>\n\t<script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\n<link rel=\"apple-touch-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/favicon.png?m=1391172942g\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=nypost.com&amp;id=56757169&amp;t=1420285723&amp;back=http%3A%2F%2Fnypost.com%2F2014%2F12%2F18%2Famazon-macmillan-make-peace-over-book-pricing%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n\t<script>\n\twindow.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);\n\t(function(){\n\t  function retrieve(n){\n\t\tvar m, k='kx'+n;\n\t\tif (window.localStorage) {\n\t\t  return window.localStorage[k] || \"\";\n\t   } else if (navigator.cookieEnabled) {\n\t\t  m = document.cookie.match(k+'=([^;]*)');\n\t\t  return (m && unescape(m[1])) || \"\";\n\t\t} else {\n\t\t  return '';\n\t\t}\n\t  }\n\t  Krux.user = retrieve('user');\n\t  Krux.segments = retrieve('segs') && retrieve('segs').split(',') || [];\n\t})();\n\t</script>\n\t\t<script type=\"text/javascript\" src=\"http://static.proximic.com/t/newscorp.js\"></script>\n\t<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJx9jl0KAjEMhC9kNy64/jyIZylpcNNt2rJpEW9vK4gIsm+Z4ZvMwCMbTLFQLCDV5FDvHBVUONAzr8kTll81oOoO/scCL6TgqWSLi3mrLRzTSs2XbEsnhBxbCiQN24pJPn5S/Zxb17eGI4bq2opmgLM6c/ugg3DsyE2u42E8n8Zp2l/8C/EWXfg=' type='text/css' media='all' />\n<link rel='stylesheet' id='jquery-mobile-css-css'  href='http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.css?ver=1.3.1' type='text/css' media='all and (max-width: 640px)' />\n<link rel='stylesheet' id='all-css-2' href='http://s0.wp.com/_static/??-eJxljksOwjAMBS9E60LLggXiLE5qNUb5KXaoensCAlGJlUfyG/vBmjubolJUUEeBBB6cIW45iYIoKts2Nk/iiFQgJMOeeitygJ0bapd9XTgKrDwvr2RjxaVg+NGftnv51Qt5QqHOYpx5Rm1rQfbqSoWmf873Uo3YwuZd5Raux+k0DNNlPI/3JwBET9o=' type='text/css' media='all' />\n<link rel='stylesheet' id='allandmin-width640px-css-2' href='http://s1.wp.com/wp-content/themes/vip/nypost/static/stylesheets/screen.css?m=1419368610g' type='text/css' media='all and (min-width: 640px)' />\n<link rel='stylesheet' id='font-awesome-css'  href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css?ver=0.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='all-css-4' href='http://s1.wp.com/_static/??-eJx9j9EKwjAMRX/IGiZD64P4LV2JbUfblCbD37ejIopjL8m95J6QwLMoS1kwC6RFlbi4kBkw0Rx6PVrmAwTIJKEl+SP6YJt3SCqSNRIo/xj1iCbUPbTiFMk16aClvuweVIilrwb2pq7wu+9fmbH2pzblHyseEzL4EVykycQ1cE+3YRzOWl/16TK/ALZQfYg=' type='text/css' media='all' />\n<script type='text/javascript' src='http://s0.wp.com/_static/??-eJyFjlsKwjAQRTdkHi0K/ohriXFaJjaTmEladPWNYEBB7NeFuWc4Vy1R2EAZKCvHyocLTiAKQzJjvQmkIUjHO1U5JDuVK/ALdPcC6fGOTUB4HJPJID1Sgz+sMXD2wFyVP9pvFdKMsGxiDnI09iYSMD7hz8CC7aWgtCG1jWd/6vZaH45dr3u3AmsMbZ4='></script>\n<script type='text/javascript' src='http://d134l0cdryxgwa.cloudfront.net/backplane.js?ver=4.1-beta2-30797'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar nypost_meme_gen_data = {\"ajaxurl\":\"https:\\/\\/thenypost.wordpress.com\\/wp-admin\\/admin-ajax.php\",\"generate_action\":\"generate_meme\",\"more_action\":\"more_memes\",\"nonce\":\"nypost_meme_gen_nonce\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s0.wp.com/_static/??-eJydU0FuxCAM/FAD2u1W2h6qPqIvIOAQbwFTYzab35e0UY+ViOCADDMeZmS95AGTDdVB0be2vyrwqivuJ1VRLeg8iIqY1K086YawlASSaJkhNtwds05rpiK6iBG0G5MPNJrQg3BTVj6LCuQ9sKI7MKODHorfwrAx9aO86QHt/liiTzyiMbYXg4cEbIS4hyBTCOWA1GK5IR1kmbvaoZXKMGHoSnNvKlTt/LFgPuJRCS3/MtPSg/0D/bxuX+7yKtKIoUvrZJJdR3p0acSYA0RybUL+n6scqsdUNEMAU2CwJjl0Rtp1MRhk5roR7jNa6thSxvGQ2ZYYRjLshp2tP22mVgF1buvIKNUkjpbNjvf4drqcrq/n5+vL5fYNAOLENQ=='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://thenypost.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/' />\n<link rel='shortlink' href='http://nyp.st/1AN2bYn' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fnypost.com%2F2014%2F12%2F18%2Famazon-macmillan-make-peace-over-book-pricing%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fnypost.com%2F2014%2F12%2F18%2Famazon-macmillan-make-peace-over-book-pricing%2F&amp;for=wpcom-auto-discovery\" />\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Amazon, Macmillan make peace over book pricing\" />\n<meta property=\"og:url\" content=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\" />\n<meta property=\"og:description\" content=\"Barely a shot was fired. Book publishing giant Macmillan announced a peaceful settlement with Amazon on Thursday on pricing for print and digital books ordered through the giant online retailer. Si...\" />\n<meta property=\"article:published_time\" content=\"2014-12-19T04:38:49+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-19T19:09:27+00:00\" />\n<meta property=\"article:author\" content=\"http://nypost.com/author/keith-j-kelly/\" />\n<meta property=\"og:site_name\" content=\"New York Post\" />\n<meta name=\"twitter:site\" content=\"@nypost\" />\n<meta name=\"twitter:image:src\" content=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg?w=150\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:creator\" content=\"@nypost\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\" />\n<meta name=\"twitter:title\" content=\"Amazon, Macmillan make peace over book pricing\" />\n<meta name=\"twitter:description\" content=\"Barely a shot was fired. Book publishing giant Macmillan announced a peaceful settlement with Amazon on Thursday on pricing for print and digital books ordered through the giant online retailer....\" />\n<meta name=\"twitter:image\" content=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg?w=150\" />\n<meta property=\"og:image\" content=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg\" />\n<meta property=\"og:image:secure_url\" content=\"https://i1.wp.com/thenypost.files.wordpress.com/2014/11/532292240-1.jpg\" />\n<link rel='openid.server' href='http://thenypost.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://thenypost.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://nypost.com/osd.xml\" title=\"New York Post\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<script type=\"text/javascript\" src=\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script><script type=\"text/javascript\">\nfunction janrainSignOut(){\n\tjanrain.capture.ui.endCaptureSession();\n}\n(function() {\n\tif (typeof window.janrain !== 'object') window.janrain = {};\n\twindow.janrain.settings = {};\n\twindow.janrain.settings.capture = {};\n\n\t// capture settings\n\tjanrain.settings.capture.redirectUri = 'https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_redirect_uri';\n\tjanrain.settings.capture.appId= 'rmzxajhacm697fdpmb8usywzxg';\n\tjanrain.settings.capture.clientId = 'r3b8u9uyttgwxym6h3g8kj9xqbtchasu';\n\tjanrain.settings.capture.responseType = 'token';\n\tjanrain.settings.capture.captureServer = 'https://nypost.janraincapture.com';\n\tjanrain.settings.capture.registerFlow = 'socialRegistration';\n\tjanrain.settings.packages = ['capture','login'];\n\n\tjanrain.settings.capture.setProfileCookie = true;\n\tjanrain.settings.capture.keepProfileCookieAfterLogout = true;\n\tjanrain.settings.capture.setProfileData = 'true';\n\tjanrain.settings.capture.federateEnableSafari = true;\n\n\t// styles\n\tjanrain.settings.capture.stylesheets = ['http://s0.wp.com/wp-content/themes/vip/nypost/janrain-capture-screens/stylesheets/styles.css?m=1377912530g'];\n\tjanrain.settings.capture.mobileStylesheets = ['http://s0.wp.com/wp-content/themes/vip/nypost/janrain-capture-screens/stylesheets/mobile-styles.css?m=1401401103g'];\n\tjanrain.settings.capture.recaptchaPublicKey = '6LeVKb4SAAAAAGv-hg5i6gtiOV4XrLuCDsJOnYoP';\n\n\t// engage settings\n\tjanrain.settings.appUrl = 'https://nypost.rpxnow.com';\n\tjanrain.settings.tokenAction = 'event';\n\t\t\n\n\t//backplane settings\n\tjanrain.settings.capture.backplane = 1;\n\tjanrain.settings.capture.backplaneBusName = 'nypost.com';\n\tjanrain.settings.capture.backplaneVersion = 1.2;\n\t\t\n\tfunction isReady() { janrain.ready = true; };\n\tif (document.addEventListener) {\n\t\tdocument.addEventListener(\"DOMContentLoaded\", isReady, false);\n\t} else {\n\t\twindow.attachEvent('onload', isReady);\n\t}\n\n\tvar e = document.createElement('script');\n\te.type = 'text/javascript';\n\te.id = 'janrainAuthWidget'\n\tvar url = document.location.protocol === 'https:' ? 'https://' : 'http://';\n\turl += 'd29usylhdk1xyu.cloudfront.net/load/nypost';\n\te.src = url;\n\tvar s = document.getElementsByTagName('script')[0];\n\ts.parentNode.insertBefore(e, s);\n})();\n</script><script type=\"text/javascript\">function janrainCaptureWidgetOnLoad() {\n    janrain.events.onCaptureLoginSuccess.addHandler(function(result){\n    \tlivefyreUserVerified(result);\n    \tjanrain.capture.ui.modal.close();\n    \tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureRegistrationSuccess.addHandler(function(result){\n    \tlivefyreUserVerified(result);\n    \tjanrain.capture.ui.modal.close();\n    \tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureSessionFound.addHandler(function(){\n    \t// The user is logged in, so display their welcome name and change the Sign In menu item to My Account\n\t\tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureSessionEnded.addHandler(function(result){\n    \t\n    \tjQuery( '#sign-out' ).off().addClass( 'reloading' );\n\n    \t// after logging out of Janrain\n    \t// clear email cookie\n\t    jQuery.removeCookie('janrainEmailVerified');\n    \t// and log out of Livefyre if logged in\n    \tif ( typeof fyre !== 'undefined' && typeof fyre.conv.user.id !== 'undefined' ) {\n\t    \tfyre.conv.logout();\n\t    }\n\n\t    // there should be a listener in livefyre that refreshes after logout\n\t    // but reload window in case that misfires\n\t    setTimeout( function(){\n\t    \twindow.location.reload( false );\n\t    }, 2000);\n\n\t});\n    \n    janrain.capture.ui.start();\n}\n\n// Manually update the Sign In functionality to Sign Out due to the modal workaround\nfunction janrainLoggedIn() {\n\t// Hide the Sign In link\n\t$janrain_element = jQuery( '#promoted-tags #janrain_auth, #page-nav #janrain_auth' );\n\t$janrain_element.hide();\n\t\n\t// Manually create a new element for Sign Out since the Sign In element \n\t// has an unremovable Sign In modal event attached to it until the page refreshes.\n\tjQuery( '<a></a>' )\n\t.text( 'Sign Out' )\n\t.attr( \"onclick\", \"janrain.capture.ui.endCaptureSession()\" )\n\t.attr( 'id', 'sign-out' )\n\t.insertAfter( $janrain_element );\n\n\t// Remove click event from comments sign in, change text\n\tjQuery( '.comments-sign-x' )\n\t.off()\n\t.on( 'click', janrain.capture.ui.endCaptureSession )\n\t.text( 'Sign Out' );\n\n\t// close flyover on mobile if open\n\tif ( jQuery( '#nav-flyovers' ).hasClass( 'ui-panel-open' ) ){\n\t\tnypostCloseFlyover();\n\t}\n\n\t// toggles display of signin-out links in mobile nav\n\tjQuery( '#account-flyover' ).addClass( 'logged-in' );\n\n}\n\n// toggle the classes that close the flyover menu\nfunction nypostCloseFlyover(){\n\t$('#content-wrapper').removeClass('ui-panel-content-wrap-position-right ui-panel-content-wrap-display-reveal ui-panel-content-wrap-open').addClass('ui-panel-content-wrap-closed');\n\t$('#nav-flyovers').removeClass('ui-panel-open').addClass('ui-panel-closed');\n\t$('#content-wrapper').css('position', 'relative');\n\t$('#div-gpt-ad-pull.mobile-ad-pull').show();\n}\n\n// Function to check if a user's email is verified\nfunction nypostJanrainVerified(user) {\t\n\t// If a null user object was passed in, attempt to get the data from the cookie\n\tif ( null == user ) {\n\t\tvar emailVerified = jQuery.cookie('janrainEmailVerified');\n\t\tif ( typeof( emailVerified ) != \"undefined\" ) {\n\t\t\treturn emailVerified;\n\t\t}\n\t}\n\t\t\n\t// Check the access token and uuid are set as well as the URL required to make the API call\n\tif ( null != user \n\t\t&& \"undefined\" != typeof( user.accessToken )\n\t\t&& null != user.accessToken\n\t\t&& \"undefined\" != typeof( user.userData.uuid )\n\t\t&& null != user.userData.uuid ) {\n\t\t\n\t\t// Query for the user emailVerified status. Anything other than a successful response should be considered false.\n\t\temailVerified = false;\n\n\t\tjQuery.ajax({\n\t\t\ttype: 'POST', \n\t\t\turl: janrain_ajaxurl, \n\t\t\tasync: false,\n\t\t\ttimeout: 3000,\n\t\t\tdata: { action: 'janrain_entity_api_call', nonce: janrain_entity_api_call_nonce, access_token: user.accessToken, uuid: user.userData.uuid, type_name: 'user', attribute_name: 'emailVerified' } \n\t\t})\n\t\t.done( function( response ) {\n\t\t\tvar response_data = JSON.parse( response );\n\t\t\tif ( typeof( response_data.result ) != \"undefined\" && response_data.result != null )\n\t\t\t\temailVerified = true;\n\t\t} );\n\t\t\n\t\t// Set a session cookie to store the value\n\t\tjQuery.cookie('janrainEmailVerified', emailVerified);\n\t}\n\t\n\t// If no user object was passed in and no cookie was set previously, emailVerified could be undefined at this point.\n\t// That is acceptable to denote that as a special case.\n\treturn emailVerified;\n}</script>\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2014-12-18 23:38:49\" />\n<meta name=\"sailthru.title\" content=\"Amazon, Macmillan make peace over book&nbsp;pricing\" />\n<meta name=\"sailthru.tags\" content=\"amazon,e-books,media-ink,\" />\n<meta name=\"sailthru.description\" content=\"Barely a shot was fired.\nBook publishing giant Macmillan announced a peaceful settlement with Amazon on Thursday on pricing for print and digital books ordered through the giant online retailer.\" />\n<meta name=\"sailthru.image.full\" content=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg?w=231&amp;h=154&amp;crop=1\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n\t\t<meta name='nypost-section' content='Media' />\n\t\t\t<script\n        type=\"text/javascript\"\n        data-lf-domain=\"nypost.fyre.co\"\n        src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\">\n\t</script>\n\t\t\t<script type='text/javascript'>\n\t\tvar dfp_ad_slots_desktop = [];\nvar dfp_ad_slots_mobile = [];\n\t\tvar googletag = googletag || {};\n\t\tgoogletag.cmd = googletag.cmd || [];\n\t\t(function() {\n\t\tvar gads = document.createElement('script');\n\t\tgads.async = true;\n\t\tgads.type = 'text/javascript';\n\t\tvar useSSL = 'https:' == document.location.protocol;\n\t\tgads.src = (useSSL ? 'https:' : 'http:') + \n\t\t'//www.googletagservices.com/tag/js/gpt.js';\n\t\tvar node = document.getElementsByTagName('script')[0];\n\t\tnode.parentNode.insertBefore(gads, node);\n\t\t})();\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tgoogletag.cmd.push(function() {\n\t\t\tif ( nypost_dfp_screen == 'desktop') {\ndfp_ad_slots_desktop[0] = googletag.defineSlot('/5850/post.desktop/billb_atf/media/stories', [[970,251],[970,90],[970,200],[970,250],[978,250],[970,415],[1,1]],'div-gpt-ad-billb_atf').addService(googletag.pubads());\ndfp_ad_slots_desktop[1] = googletag.defineSlot('/5850/post.desktop/billb_btf/media/stories', [[970,252],[970,90],[970,200],[970,250],[978,250],[970,415],[1,1]],'div-gpt-ad-billb_btf').addService(googletag.pubads());\ndfp_ad_slots_desktop[2] = googletag.defineSlot('/5850/post.desktop/rec_atf/media/stories', [[300,251],[300,250],[300,600],[1,1],[300,1050]],'div-gpt-ad-rec_atf').addService(googletag.pubads());\ndfp_ad_slots_desktop[3] = googletag.defineSlot('/5850/post.desktop/rec_btf/media/stories', [[300,252],[300,250],[1,1]],'div-gpt-ad-rec_btf').addService(googletag.pubads());\ndfp_ad_slots_desktop[4] = googletag.defineSlot('/5850/post.desktop/rec_widget/media/stories', [[300,255],[300,250],[1,1]],'div-gpt-ad-rec_widget').addService(googletag.pubads());\ndfp_ad_slots_desktop[5] = googletag.defineSlot('/5850/post.desktop/footer/media/stories', [[300,254],[300,250],[1,1]],'div-gpt-ad-footer').addService(googletag.pubads());\ndfp_ad_slots_desktop[6] = googletag.defineSlot('/5850/post.desktop/skin/media/stories', [[1,2]],'div-gpt-ad-skin').addService(googletag.pubads());\ndfp_ad_slots_desktop[7] = googletag.defineSlot('/5850/post.desktop/inline/media/stories', [[1,7]],'div-gpt-ad-inline').addService(googletag.pubads());\ndfp_ad_slots_desktop[8] = googletag.defineSlot('/5850/post.desktop/overlay_topstory/media/stories', [[1,3]],'div-gpt-ad-overlay_topstory').addService(googletag.pubads());\ndfp_ad_slots_desktop[9] = googletag.defineSlot('/5850/post.desktop/overlay_fullpage/media/stories', [[1,4]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());\nhave_ad_slots = true;\n}else if ( nypost_dfp_screen == 'mobile') {\ndfp_ad_slots_mobile[0] = googletag.defineSlot('/5850/post.mobile/rec_atf/media/stories', [[1,1],[300,250],[300,1050]],'div-gpt-ad-rec_atf').addService(googletag.pubads());\ndfp_ad_slots_mobile[1] = googletag.defineSlot('/5850/post.mobile/top/media/stories', [[1,1],[320,162]],'div-gpt-ad-top').addService(googletag.pubads());\ndfp_ad_slots_mobile[2] = googletag.defineSlot('/5850/post.mobile/sidecar/media/stories', [[1,1],[28,250]],'div-gpt-ad-sidecar').addService(googletag.pubads());\ndfp_ad_slots_mobile[3] = googletag.defineSlot('/5850/post.mobile/bottom/media/stories', [[1,1],[320,50]],'div-gpt-ad-bottom').addService(googletag.pubads());\ndfp_ad_slots_mobile[4] = googletag.defineSlot('/5850/post.mobile/overlay_fullpage/media/stories', [[1,4]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());\nhave_ad_slots = true;\n}\t\t\tif ( have_ad_slots ) {\n\t\t\t\tgoogletag.pubads().setTargeting('authors',[\"Keith J. Kelly\"]).setTargeting('page_type',\"article\").setTargeting('content',[\"amazon\",\"e-books\",\"media-ink\"]).setTargeting('site',\"nypost\");\n\t\t\t\tvar testadv = window.location.href.toString().match(/testadv=([\\w\\d]+)/);\n\t\t\t\tif (testadv !== null) {\n\t\t\t\t\ttestadv = testadv[1].toString().replace(/testadv=/, \"\");\n\t\t\t\t\tgoogletag.pubads().setTargeting('testadv',[testadv]);\n\t\t\t\t}\n\t\t\t\tif ( typeof Krux != 'undefined' ) {\n\t\t\t\t\tgoogletag.pubads().setTargeting('ksg', Krux.segments);\n\t\t\t\t\tgoogletag.pubads().setTargeting('kuid', Krux.user);\n\t\t\t\t}\n\t\t\t\tif ( typeof pxSegmentIDs != 'undefined' && pxSegmentIDs != '' ) {\n\t\t\t\t\tgoogletag.pubads().setTargeting('psg', pxSegmentIDs);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tgoogletag.pubads().enableSingleRequest();\n\t\t\t\tgoogletag.pubads().enableAsyncRendering();\n\t\t\t\tgoogletag.pubads().collapseEmptyDivs();\n\t\t\t\tgoogletag.enableServices();\n\t\t\t}\n\t\t\t\t\t});\n\t\t</script>\n\t\t\t\t<script src=\"//cdn.optimizely.com/js/291827881.js\"></script>\n\t\t\t\t\t<meta name='parsely-page' content='{\"title\":\"Amazon, Macmillan make peace over book pricing\",\"link\":\"http:\\/\\/nypost.com\\/2014\\/12\\/18\\/amazon-macmillan-make-peace-over-book-pricing\\/\",\"image_url\":\"http:\\/\\/thenypost.files.wordpress.com\\/2014\\/11\\/532292240-1.jpg\",\"type\":\"post\",\"post_id\":\"nypost-8344329\",\"pub_date\":\"2014-12-19T04:38:49Z\",\"section\":\"media\",\"author\":[\"Keith J. Kelly\"],\"tags\":[\"Amazon\",\"e-books\",\"Media Ink\",\"\\/article\"]}' />\n\t\t\t\t\t\t\t<meta name='parsely-metadata' content='{\"post_id\":8344329}' />\n\t\t\t\t<meta name=\"google-site-verification\" content=\"0ChYYJ_QsKnyimSC27PNRqpEJ8sstO08-2yQ81t5yfU\" />\n<meta name=\"google-site-verification\" content=\"Y35rxQGMDF8RBK0PXe_b3H0oZ6qw1a5l3oI4l_YXIcE\" />\n<meta name=\"msvalidate.01\" content=\"8188997BC82071CE07AB711B5675CE54\" />\n<script type=\"text/javascript\">var ajaxurl = \"http://nypost.com/wp-admin/admin-ajax.php\"</script><meta name=\"application-name\" content=\"New York Post\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"Your source for breaking news, news about New York, sports, business, entertainment, opinion, real estate, culture, fashion, and more.\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://nypost.com/feed/;icon-uri=http://1.gravatar.com/blavatar/5a214da64b1b66f28cbfcd6b1b352675?s=16\" /><style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t<script>\n\t\tif ( typeof fyre != 'undefined' ) {\n\t\t\tvar authDelegate = new fyre.conv.BackplaneAuthDelegate(window.Backplane);\n\t\t\tauthDelegate.login = function(delegate) {\n\t\t\t\tvar successCallback = function(result) {\n\t\t\t\t\t// Ensure the user has a verified email and only proceed if true\n\t\t\t\t\tvar emailVerified = livefyreUserVerified(result);\n\t\t\t\t\tif ( emailVerified ) {\n\t\t\t\t\t\tdelegate.success();\n\t\t\t\t\t\tjanrain.events.onCaptureLoginSuccess.removeHandler(successCallback);\n\t\t\t\t\t\tjanrain.events.onModalClose.removeHandler(failureCallback);\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tvar failureCallback = function() {\n\t\t\t\t\tdelegate.failure();\n\t\t\t\t\tjanrain.events.onModalClose.removeHandler(failureCallback);\n\t\t\t\t\tjanrain.events.onCaptureLoginSuccess.removeHandler(successCallback);\n\t\t\t\t};\n\n\t\t\t\tjanrain.capture.ui.modal.open();\n\t\t\t\twindow.Backplane.expectMessages('identity/login');\n\t\t\t\tjanrain.events.onCaptureLoginSuccess.addHandler(successCallback);\n\t\t\t\tjanrain.events.onModalClose.addHandler(failureCallback);\n\t\t\t};\n\n\t\t\tauthDelegate.logout = function(delegate) {\n\t\t\t\tjQuery.removeCookie('janrainEmailVerified');\n\t\t\t\tBackplane.resetCookieChannel();\n\t\t\t\tfyre.conv.BackplaneAuthDelegate.prototype.logout.call(this, delegate);\n\t\t\t};\n\n\t\t\tauthDelegate.viewProfile = function(delegate, author) {};\n\n\t\t\tvar livefyreOnLoad = function(widget) {\n\n\t\t\t\twidget.on('commentPosted', function (data) {\n\t\t\t\t\tga('send', 'event', 'Response', 'Post Response', 'Comment');\n\t\t\t\t\tga('set', 'dimension13', 'yes');\n\t\t\t\t});\n\n\t\t\t\twidget.on('initialRenderComplete', function (data) {\n\t\t\t\t\t// If a user is logged in, ensure they have a verified email.\n\t\t\t\t\t// Do not allow them to post comments if not.\n\t\t\t\t\tvar emailVerified = livefyreUserVerified(null);\n\t\t\t\t\tif ( 'false' == emailVerified || false == emailVerified ) {\n\t\t\t\t\t\tthis.stop();\n\t\t\t\t\t\tjQuery('.fyre-comment-footer').remove();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t// reload window after user logs out\n\t\t\t\t// this avoids error where Janrain is logged in while Livefyre is logged out\n\t\t\t\twidget.on( 'userLoggedOut', function(){\n\t\t\t\t\tjQuery( '#account-flyover' ).removeClass( 'logged-in' ); // toggles signin-out links\n\t\t\t\t\twindow.location.reload( false );\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tvar livefyreUserVerified = function(user) {\n\t\t\t\t// Get the email verified status\n\t\t\t\tvar emailVerified = nypostJanrainVerified(user);\n\n\t\t\t\t// If the email is not verified, remove the comment box and display a message instead\n\t\t\t\tif ( 'false' == emailVerified || false == emailVerified ) {\n\t\t\t\t\tjQuery('.fyre-editor').first().html('<p class=\"fyre-not-verified\">Your email address must be verified before you can comment. To complete the registration process, please click on the link that appears in the the email that was sent to the address you entered. It may take a few minutes for the email to arrive. If you don\\'t receive it, please check your spam folder.</p>');\n\t\t\t\t\tjQuery('.fyre-comment-footer').remove();\n\t\t\t\t}\n\n\t\t\t\t// Also return the value in case the function calling this needs it for other operations.\n\t\t\t\treturn emailVerified;\n\t\t\t}\n\t\t}\n\n\t\tvar janrain_entity_api_call_nonce = '298a8e2e50';\n\t\tvar janrain_ajaxurl = 'https://thenypost.wordpress.com/wp-admin/admin-ajax.php';\n\t\tvar janrain_resend_url = '{* resendLink *}';\n    </script>\n    \t\t<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\t\t<!--[if lt IE 9]>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js\"></script>\n  <script src=\"//s3.amazonaws.com/nwapi/nwmatcher/nwmatcher-1.2.5-min.js\"></script>\n  <script src=\"//html5base.googlecode.com/svn-history/r38/trunk/js/selectivizr-1.0.3b.js\"></script>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js\"></script>\n<link rel='stylesheet' id='screen-css'  href='http://s0.wp.com/wp-content/themes/vip/nypost/static/stylesheets/screen.css?m=1419368610g' type='text/css'/>\n<![endif]-->\n</head>\n<body class=\"single single-article postid-8344329 nypost mp6 typekit-enabled highlander-enabled highlander-light\">\n\t<div id=\"fb-root\"></div>\n\t<script>\n\t\t(function(d, s, id) {\n\t\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\t\tif (d.getElementById(id)) return;\n\t\t\tjs = d.createElement(s); js.id = id;\n\t\t\tjs.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=823934954307605&version=v2.0\";\n\t\t\tfjs.parentNode.insertBefore(js, fjs);\n\t\t}(document, 'script', 'facebook-jssdk'));\n\t</script>\n\t<div id='div-gpt-ad-sidecar' class='dfp-ad dfp-ad-post dfp-sidecar'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-sidecar'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t<script type=\"text/javascript\">(function(a,b,c,d){a='//tags.tiqcdn.com/utag/nypost/nypost/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>\n\t<ul id=\"nav-flyovers\" class=\"ui-panel ui-panel-position-right ui-panel-display-reveal ui-body-a ui-panel-animate ui-panel-closed\">\n\t\t<li id=\"search-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner clearfix\">\n\t\t\t\t<form id=\"nav-search\" action=\"http://nypost.com/\">\n\t<input type=\"text\" name=\"s\" id=\"search-field\" placeholder=\"Search...\" />\n\t<input type=\"submit\" value=\"search\" id=\"search-submit\" />\n</form>\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"sections-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<div class=\"menu-main-menu-container\"><ul id=\"menu-main-menu\" class=\"menu\"><li id=\"menu-item-1612774\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612774\"><a href=\"/news/\">News</a></li>\n<li id=\"menu-item-1612773\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612773\"><a href=\"/metro/\">Metro</a></li>\n<li id=\"menu-item-1612779\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1612779\"><a href=\"http://pagesix.com\">Page Six</a></li>\n<li id=\"menu-item-1612777\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612777\"><a href=\"/sports/\">Sports</a></li>\n<li id=\"menu-item-1612768\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612768\"><a href=\"/business/\">Business</a></li>\n<li id=\"menu-item-1612775\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612775\"><a href=\"/opinion/\">Opinion</a></li>\n<li id=\"menu-item-1612769\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612769\"><a href=\"/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-1617339\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1617339\"><a href=\"/fashion/\">Fashion</a></li>\n<li id=\"menu-item-1612771\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612771\"><a href=\"/living/\">Living</a></li>\n<li id=\"menu-item-1612772\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section current-article-ancestor current-menu-parent current-article-parent menu-item-1612772\"><a href=\"/media/\">Media</a></li>\n<li id=\"menu-item-1612778\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612778\"><a href=\"/tech/\">Tech</a></li>\n<li id=\"menu-item-1615324\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1615324\"><a href=\"/real-estate/\">Real Estate</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7962507\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962507\"><a href=\"http://nypost.com/cover\">Covers</a></li>\n\t<li id=\"menu-item-7962521\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962521\"><a href=\"http://nypost.com/horoscope/\">Horoscopes</a></li>\n\t<li id=\"menu-item-7962530\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962530\"><a href=\"http://nypost.com/columnists/\">Columnists</a></li>\n\t<li id=\"menu-item-8028368\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8028368\"><a href=\"http://bit.ly/1BJmUB5\">Realtor.com</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t<div class=\"spacer mobile\"></div>\n\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"follow-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<ul id=\"nav-follow\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/nypost\" target=\"_blank\"><i id=\"twitter-icon\"></i>Twitter</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/nypost\" target=\"_blank\"><i id=\"facebook-icon\"></i>Facebook</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"account-flyover\" class=\"flyover mobile\">\n\t\t\t<a id=\"janrain_auth\" href=\"#\" class=\"capture_modal_open\" >Sign in / Register</a>\n\t\t\t\t\t <script>\n\t\t\t\t\t\t if(localStorage && localStorage.getItem(\"janrainCaptureToken\")) {\n\t\t\t\t\t\t var authLink = document.getElementById(\"janrain_auth\");\n\t\t\t\t\t\t authLink.innerHTML = \"Log out\";\n\t\t\t\t\t\t authLink.setAttribute(\"href\", \"https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_logout&source=http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\");\n\t\t\t\t\t\t authLink.setAttribute(\"onclick\", \"janrain.capture.ui.endCaptureSession()\");\n\t\t\t\t\t\t authLink.setAttribute(\"class\",\"\");\n\t\t\t\t\t\t }\n\t\t\t\t\t </script>\t\t\t<a id=\"sign-out-flyover\" href=\"#\" class=\"\" onclick=\"janrain.capture.ui.endCaptureSession()\">Sign Out</a>\n\t\t</li>\n\t\t<li id=\"pagesix-submit-a-tip\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<label for=\"pagesix-tip-text\"><strong>See something newsworthy?</strong><br>Tell us about it!</label>\n\t\t\t\t\t\t\t\t<p>or email <a href=\"mailto:tips@nypost.com\">tips@nypost.com</a></p>\n\t\t\t\t<label for=\"tip-submit\">(all tips will be submitted anonymously)</label>\n\t\t\t</div>\n\t\t</li>\n\t</ul>\n\t<div id=\"email-response\" style=\"display:none;\">\n\t<div class=\"thankyou\">\n\t\t<span class=\"email-icon\"></span>\n\t\t<div class=\"rule\"></div>\n\t\t<h3>Thanks for contacting us. We've received your submission.</h3>\n\t\t<a href=\"#\" class=\"back\">Back to Reading</a>\n\t</div>\n</div>\t<div id=\"content-wrapper\" class=\"ui-panel-animate ui-panel-content-wrap-closed ui-panel-content-wrap ui-panel-content-wrap-closed\">\n\t\t<header id=\"page-header\" class=\"clearfix\">\n\t\t\t\t<div id=\"top-bar-wrapper\" class=\"desktop\">\n\t\t<div id=\"top-bar\">\n\t\t\t\t\t\t\t<div id=\"promoted-tags-wrapper\">\n\t\t\t\t\t<div id=\"promoted-tags\" class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>In The News:</h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/mario-cuomo/\">Mario Cuomo</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/rex-ryan/\">Rex Ryan</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/flight-qz8501/\">Flight QZ8501</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/sony-hack/\">Sony hack</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/2014-in-review/\">2014 in review</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/amy-pascal/\">Amy Pascal</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t</div>\n\t\t\t<div id=\"nav-wrapper\">\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<nav id=\"page-nav\">\n\t\t\t\t\t\t<div class=\"nav-links\">\n\t<a class=\"nav-item\" id=\"home\" href=\"http://nypost.com\">\n\t\t<i></i>\n\t\t<span class=\"nav-text\">Home</span>\n\t</a>\n\t<a class=\"nav-item\" id=\"sections\" href=\"#nav-flyovers\">\n\t\t<i></i>\n\t\t<span class=\"nav-text\">Sections</span>\n\t</a>\n\t<a class=\"nav-item desktop\" id=\"search\">\n\t<i></i>\n\t<span>Search</span>\n</a>\t<a class=\"nav-item\" id=\"pagesix-tip\" class=\"pagesix\" href=\"#\">\n\t\t<i></i>\n\t\t<span>Tips</span>\n\t</a>\n\t<a id=\"janrain_auth\" href=\"#\" class=\"capture_modal_open\" >Sign in / Register</a>\n\t\t\t\t\t <script>\n\t\t\t\t\t\t if(localStorage && localStorage.getItem(\"janrainCaptureToken\")) {\n\t\t\t\t\t\t var authLink = document.getElementById(\"janrain_auth\");\n\t\t\t\t\t\t authLink.innerHTML = \"Log out\";\n\t\t\t\t\t\t authLink.setAttribute(\"href\", \"https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_logout&source=http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\");\n\t\t\t\t\t\t authLink.setAttribute(\"onclick\", \"janrain.capture.ui.endCaptureSession()\");\n\t\t\t\t\t\t authLink.setAttribute(\"class\",\"\");\n\t\t\t\t\t\t }\n\t\t\t\t\t </script>\t<a class=\"nav-item\" id=\"subscribe\" href=\"https://pay.nypost.com/\" target=\"_blank\" class=\"desktop\">\n\t\t<i></i>\n\t\t<span>Subscribe</span>\n\t</a>\n\t<a class=\"nav-item\" id=\"follow\" class=\"desktop\">\n\t\t<i></i>\n\t\t<span>Follow</span>\n\t</a>\n</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com\" id=\"header-logo\">New York Post</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t</nav>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t\t<div id=\"header-billboard-ad\" class=\"billboard-ad\">\n\t\t\t\t<div id='div-gpt-ad-billb_atf' class='dfp-ad dfp-ad-post dfp-billb_atf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-billb_atf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t</div>\n\t\t\t<div id='div-gpt-ad-top' class='dfp-ad dfp-ad-post dfp-top'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-top'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t</header>\n\n\t\t<div id='div-gpt-ad-skin' class='dfp-ad dfp-ad-post dfp-skin'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-skin'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t<div id='div-gpt-ad-overlay_fullpage' class='dfp-ad dfp-ad-post dfp-overlay_fullpage'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-overlay_fullpage'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\n\t\t<div id=\"content\">\n\t\t\t<div id='div-gpt-ad-bottom' class='dfp-ad dfp-ad-post dfp-bottom'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-bottom'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t<div id=\"background-wrapper\">\n\t\t\t\t<div class=\"container clearfix\">\n\t\t\t\t\t<div id='div-gpt-ad-overlay_topstory' class='dfp-ad dfp-ad-post dfp-overlay_topstory'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-overlay_topstory'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\n\t<div id=\"author-info\" class=\"no-description\">\n\t\t\n<div class=\"author-header\">\n\t<a class=\"author-left\" href=\"http://nypost.com/author/keith-j-kelly/\">\n\t\t\t\t\t<div class=\"columnist-photo\" data-picture data-alt=\"Keith J. Kelly\">\n\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2013/08/keith-j-kelly1.png?w=55&#038;h=50&#038;crop=1\"></div>\n\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2013/08/keith-j-kelly1.png?w=76&#038;h=69&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t</div>\n\t\t\t\t\t\t\t<h2 class=\"author-name\">Keith J. Kelly</h2>\n\t\t\t</a>\n\t</div>\n\t</div>\n\n\n\n<div id=\"article-wrapper\" class=\"left-column clearfix standard\">\n\t\t<div class=\"box article modal-enabled\">\n\t\t<div class=\"article-header\">\n\t\t\t<div class=\"flag-region\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"section-tag\">\n\t\t\t\t\t\t<a href=\"/media/\" class=\"background-color\">Media</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"article-tag\">\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/media-ink/\">Media Ink</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"article-share-top nyp-sharedaddy-wrapper\">\n\t\t\t\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8344329\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8344329\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8344329\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Amazon%2C%20Macmillan%20make%20peace%20over%20book%20pricing%20http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\" id=\"sharing-whats-8344329\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<h1><a href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\">Amazon, Macmillan make peace over book&nbsp;pricing</a></h1>\n\t\t\t\t\t\t\t\t\t<div id=\"author-byline\">\n\t\t\t\t<p class=\"byline\">By <a class=\"keith-j-kelly\" href=\"http://nypost.com/author/keith-j-kelly/\">Keith J. Kelly</a></p>\t\t\t\t<div class=\"author-flyout keith-j-kelly\" data-author-name=\"Keith J. Kelly\">\n\t<div class=\"arrow\"></div>\n\t<div class=\"author-flyout-inner\">\n\t\t<ul class=\"author-flyout-icons\">\n\t\t\t<li><a href=\"http://nypost.com/author/keith-j-kelly/\" data-interaction-type=\"archive\" title=\"Keith J. Kelly's archive\"><span class=\"author-flyout-archive\"></span>View author archive</a></li>\n\t\t\t\t\t\t\t<li><a class=\"author-contact-link\" href=\"#0\" data-interaction-type=\"email\" data-author-email=\"KKelly@nypost.com\" title=\"Connect with Keith J. Kelly via email\" target=\"_blank\"><span class=\"author-flyout-email\"></span>email the author</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/media_ink\" data-interaction-type=\"twitter\" title=\"Connect with Keith J. Kelly on Twitter\" target=\"_blank\"><span class=\"author-flyout-twitter\"></span>follow on twitter</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://nypost.com/author/keith-j-kelly/feed/\" data-interaction-type=\"rss\" title=\"Get Keith J. Kelly's RSS feed\" target=\"_blank\"><span class=\"author-flyout-rss\"></span>Get author RSS feed</a></li>\n\t\t</ul>\n\t</div>\n</div>\n<div id=\"columnist-contact\" class=\"author-contact\"><div class=\"box module widget_text\">\t\t\t<div class=\"textwidget\"><div id='contact-form-widget-text-2'>\n<form action='/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/#contact-form-widget-text-2' method='post' class='contact-form commentsblock'>\n\n<div>\n\t\t<label for='gwidget-text-2-name' class='grunion-field-label name'>Name<span>(required)</span></label>\n\t\t<input type='text' name='gwidget-text-2-name' id='gwidget-text-2-name' value='' class='name'  required aria-required='true'/>\n\t</div>\n\n<div>\n\t\t<label for='gwidget-text-2-email' class='grunion-field-label email'>Email<span>(required)</span></label>\n\t\t<input type='email' name='gwidget-text-2-email' id='gwidget-text-2-email' value='' class='email'  required aria-required='true'/>\n\t</div>\n\n<div>\n\t\t<label for='contact-form-comment-gwidget-text-2-comment' class='grunion-field-label textarea'>Comment<span>(required)</span></label>\n\t\t<textarea name='gwidget-text-2-comment' id='contact-form-comment-gwidget-text-2-comment' rows='20'  required aria-required='true'></textarea>\n\t</div>\n\t<p class='contact-submit'>\n\t\t<input type='submit' value='Submit &#187;' class='pushbutton-wide'/>\n\t\t<input type='hidden' name='contact-form-id' value='widget-text-2' />\n\t\t<input type='hidden' name='action' value='grunion-contact-form' />\n\t</p>\n</form>\n</div>\r\n</div>\n\t\t</div></div>\t\t\t</div>\n\t\t\t<p class=\"byline-date\">December 18, 2014 | 11:38pm</p>\n\t\t\t<div class=\"double-rule\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"featured-image-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modal-trigger\" data-modal-type=\"image\" href=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg\" title=\"Expand Image\">Modal Trigger</a>\n\t\t\t\t\t\t\t<div class=\"featured-image\" data-picture data-alt=\"Amazon, Macmillan make peace over book&nbsp;pricing\">\n\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg?w=600\"></div>\n\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/11/532292240-1.jpg?w=720&#038;h=480&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wp-caption-text featured\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"credit\">Photo: Getty Images</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"in-line-column wp-caption alignleft\">\n\t<div class=\"box module inline columnist desktop\">\n\t<div class=\"columnist-info\">\n\t\t<h3>MORE FROM</h3>\n\t\t<h6><a href=\"http://nypost.com/author/keith-j-kelly/\">Keith J. Kelly</a></h6>\n\t</div>\n\t<div class=\"columnist-image\" data-picture data-alt=\"Keith J. Kelly\">\n\t\t<div data-src=\"http://thenypost.files.wordpress.com/2013/08/keith-j-kelly1.png?w=55&#038;h=50&#038;crop=1\"></div>\n\t\t<div data-src=\"http://thenypost.files.wordpress.com/2013/08/keith-j-kelly1.png?w=76&#038;h=69&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t</div>\n\t<div class=\"module-wrapper\">\n\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/31/a-time-inc-merger-or-purchase-will-not-risk-tax-free-stock-swap/\">A Time Inc. merger or purchase will not risk tax-free stock swap</a></h5>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/31/magazines-boomed-during-2014/\">Magazines boomed during 2014</a></h5>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/24/time-inc-cuts-loose-founding-editor-of-people/\">Time Inc. cuts loose founding editor of People</a></h5>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/18/times-set-to-drop-popular-advertising-column/\">Times set to drop popular advertising column</a></h5>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/18/conde-nast-hosts-scaled-down-year-end-party-at-moma/\">Condé Nast hosts scaled down year-end party at MoMA</a></h5>\n\t\t\t</div>\n</div>\n</div>\t\t\t\t\t\t\t<div class=\"entry-content\">\n\t\t\t\t\t\t\t<p>Barely a shot was fired.</p>\n<p>Book publishing giant Macmillan announced a peaceful settlement with Amazon on Thursday on pricing for print and digital books ordered through the giant online retailer.</p>\n<p>Similar agreements were reached with Simon &amp; Schuster in October and Hachette in November.</p>\n<p>Hachette had waged a bruising six-month public battle with Amazon — claiming the e-tailer was acting as a bully by forcing book prices to unacceptably low levels that hurt publishers’ profits and authors’ commissions.</p>\n<p>Amazon countered that it was trying to get the best deal for consumers — who would ultimately buy more books, which would ultimately generate more revenue for publishers.</p>\n<p>While the battle was fierce between Hachette and Amazon, the Macmillan-Amazon dust-up was more civil — as were the settlement talks.</p>\n<p>Macmillan, which owns Henry Holt, Picador and St. Martin’s, is part of the Germany-based von Holtzbrinck group.</p>\n<p>After the settlement was reached, Macmillan CEO John Sargent said in a posting to authors, illustrators and agents that, while he is pleased with the deal, there are still some unsettling elements.</p>\n<p>Amazon released a separate statement saying, “It allows us to grow our business together with Macmillan and their authors. Importantly, the agreement specifically creates a financial incentive for Macmillan to deliver lower prices for readers.”</p>\n<p>But the days of super-discounting appear to be ending.</p>\n<p>Amazon’s agreements with each of the three publishers embrace what has been called the “agency model” of book pricing — which allows each publisher to set the price that the books will be sold at.</p>\n<p>Macmillan’s deal with Apple allows the Cupertino, Calif., company to be the only retailer allowed unlimited discounting, Sargent said in his post.</p>\n<p>“Irony prospers in the digital age,” he added. The reference to “irony” refers to the long-running anti-trust case that the Department of Justice had leveled against five publishers and Apple, claiming that the publishers conspired to fix prices in a battle to gain leverage over Amazon.</p>\n<p>Eventually, all five publishers reached out-of-court settlements. Apple fought on and is currently appealing a ruling that said it, too, had engaged in price-fixing with the publishers and must pay a hefty $450 million fine.</p>\n<p>Sargent said a two-year consent agreement allowing Amazon to discount prices expired on Dec. 18.</p>\n<p>Under a separate ruling in that case, Sargent said Apple can discount prices until Oct. 5, 2017. He complained that this wrinkle will “ensure a muddled and inefficient market.”</p>\n<div id=\"jp-post-flair\" class=\"sharedaddy sd-like-enabled sd-sharing-enabled\"><div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8344329\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8344329\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8344329\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Amazon%2C%20Macmillan%20make%20peace%20over%20book%20pricing%20http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\" id=\"sharing-whats-8344329\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div></div>\t\t\t\t\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"tag-list\">\n\t\t\t\t<span>Filed under</span>\n\t\t\t\t<a href=\"http://nypost.com/tag/amazon/\" rel=\"tag\">Amazon</a>\n\t\t\t\t\t\t\t<span class=\"sep\">,&nbsp;</span>\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/e-books/\" rel=\"tag\">e-books</a>\n\t\t\t\t\t\t\t<span class=\"sep\">,&nbsp;</span>\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/media-ink/\" rel=\"tag\">Media Ink</a>\n\t\t\t\t\t</div>\n\t\t\n\t\t\n\t\t<div id=\"syndicated-partner-mobile\"></div>\n\n\t\t\t\t<div id=\"sharebar-trigger\"></div>\n\t\t<div class=\"sharebar nyp-sharedaddy-wrapper\">\n\t<div id=\"sharebar-social\">\n\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8344329\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8344329\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8344329\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Amazon%2C%20Macmillan%20make%20peace%20over%20book%20pricing%20http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\" id=\"sharing-whats-8344329\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div>\t\t<div class=\"share-post-url desktop\">\n\t\t\t<span></span><input type=\"text\" value=\"http://nyp.st/1AN2bYn\" />\n\t\t</div>\n\t</div>\n\t\n\t\t\t<div class=\"read-next-wrapper\" class=\"clearfix\">\n\t\t\t<p class=\"read-next\">\n\t\t\t\t<a href=\"http://nypost.com/2014/12/18/times-set-to-drop-popular-advertising-column/\">Read Next:</a>\n\t\t\t</p>\n\t\t\t<p class=\"read-next-link\">\n\t\t\t\t<a class=\"mobile\" href=\"http://nypost.com/2014/12/18/times-set-to-drop-popular-advertising-column/\">\n\t\t\t\t\tTimes set to&hellip;\t\t\t\t</a>\n\t\t\t\t<a class=\"desktop\" href=\"http://nypost.com/2014/12/18/times-set-to-drop-popular-advertising-column/\">\n\t\t\t\t\tTimes set to drop popular&hellip;\t\t\t\t</a>\n\t\t\t\t<a class=\"desktop expand\" href=\"http://nypost.com/2014/12/18/times-set-to-drop-popular-advertising-column/\">\n\t\t\t\t\tTimes set to drop popular advertising column\t\t\t\t</a>\n\t\t\t</p>\n\t\t</div>\n\t\t</div>\t\t\n\t\t\n\t\t\t\t<div id=\"outbrainContainer\" data-ob-template=\"nypost\" class=\"OBR\"></div>\n\t\t<script type=\"text/javascript\">\t\t\n\t\t\t// set a default widget id\n\t\t\tvar ob_id = 'AR_3';\n\n\t\t\t// Select the proper template to use\n\t\t\tif ( nypost_screen == 'mobile' ) {\n\t\t\t\tob_id='MB_2';\n\t\t\t}\t\n\n\t\t\tOB_elements = ( typeof( OB_elements ) !== 'undefined' ) ? OB_elements : [];\n\t\t\tvar OB_element = {};\n\n\t\t\t// Editable section\n\t\t\tOB_element.containerId = \"outbrainContainer\";\n\t\t\tOB_element.widgetId  = ob_id;\n\t\t\tOB_elements.push( OB_element );\n\n\t\t\t( function() {\n\t\t\t\tvar ob = document.createElement(\"script\");ob.type = \"text/javascript\"; \n\t\t\t\tob.async = true;\n\t\t\t\tob.src = \"http://widgets.outbrain.com/outbrain.js\";\n\t\t\t\tvar s = document.getElementsByTagName('script')[0]; \n\t\t\t\ts.parentNode.insertBefore(ob, s);\n\t\t\t} )();\n\t\t</script>\n\t\t\t\t<div class=\"comments\">\n\t\t\t<span id=\"sailthru-scout-header\">Recommended For You</span><div id=\"sailthru-scout\"><div class=\"loading\">Loading, please wait...</div></div><span id=\"article-popular-this-week-header\">Most Popular This Week</span>\n<div id=\"article-popular-this-week\">\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>1</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/29/arrests-plummet-following-execution-of-two-cops/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/nyc_mayor_police_graduation.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/29/arrests-plummet-following-execution-of-two-cops/\">Arrests plummet 66% with NYPD in virtual work stoppage</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>2</span>\n\t\t\t<a href=\"http://nypost.com/2014/08/23/three-cheers-for-the-nypd/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/08/rk1_3779.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/08/23/three-cheers-for-the-nypd/\">Three cheers for the NYPD</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>3</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/27/cops-turn-backs-on-de-blasio-as-he-takes-stage-at-funeral/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/usa-police_1.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/27/cops-turn-backs-on-de-blasio-as-he-takes-stage-at-funeral/\">Cops turn backs on de Blasio at executed officer&#8217;s funeral</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>4</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/30/it-was-rough-man-rex-ryan-speaks-to-cap-his-whirlwind-day/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/rex14.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/30/it-was-rough-man-rex-ryan-speaks-to-cap-his-whirlwind-day/\">&#8216;It was rough, man&#039;: Rex Ryan speaks to cap his whirlwind day</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>5</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/26/astrophysicist-angers-religious-conservatives-with-christmas-tweet/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/tyson1.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/26/astrophysicist-angers-religious-conservatives-with-christmas-tweet/\">Astrophysicist angers Christians with Christmas tweet</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>6</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/25/plane-passenger-tossed-after-angry-reaction-to-merry-christmas/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/shutterstock_105424889.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/25/plane-passenger-tossed-after-angry-reaction-to-merry-christmas/\">Passenger tossed after flipping out over staff&#8217;s &#8216;Merry Christmas&#8217;</a>\n\t\t</div>\n\t</div>\n\t</div>\t\t</div>\n\t</div>\n\n</div>\n\n\n<div id=\"highlight-share\">\n\t<p>Share Selection</p>\n\t<div class=\"share-content\">\n\t\t<a target=\"_blank\" class=\"facebook\" href\"\" data-short-url=\"http://nyp.st/1AN2bYn\">Facebook</a>\n\t\t<a target=\"_blank\" href=\"\" data-short-url=\"http://nyp.st/1AN2bYn\" class=\"twitter\">Twitter</a>\n\t</div>\n\t<div class=\"arrow\"></div>\n</div>\n\n<div class=\"right-column sidebar\">\n\t<div id='div-gpt-ad-rec_atf' class='dfp-ad dfp-ad-post dfp-rec_atf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_atf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t<div class=\"box module widget_nypost_trending_widget\"><div class=\"module-title\"><h2>Trending Now on NYPost.com</h2></div>\t\t<div class=\"image-layout show\">\n\t\t\t\t\t\t<div class=\"trending-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">7017</p>\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\"><img class=\"trending-story-image\" src=\"http://thenypost.files.wordpress.com/2015/01/brattonnypd.jpg?w=264&#038;h=177&#038;crop=1\"></a>\n\t\t\t\t\t\t<h2><a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\">Bratton warns NYPD not to turn backs on mayor at cop&#8217;s funeral</a></h2>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"trending-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">4508</p>\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t\t\t<a href=\"http://pagesix.com/2015/01/02/vips-rally-behind-amy-adams-after-axed-today-interview/\"><img class=\"trending-story-image\" src=\"https://nyppagesix.files.wordpress.com/2014/12/amy_adams_103479831.jpg?w=264&#038;h=177&#038;crop=1\"></a>\n\t\t\t\t\t\t<h2><a href=\"http://pagesix.com/2015/01/02/vips-rally-behind-amy-adams-after-axed-today-interview/\">VIPs rally behind Amy Adams after axed &#8216;Today&#8217; interview</a></h2>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"trending-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">3744</p>\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/03/airasia-used-unauthorized-route-on-day-of-crash-report/\"><img class=\"trending-story-image\" src=\"http://thenypost.files.wordpress.com/2014/12/536391182.jpg?w=264&#038;h=177&#038;crop=1\"></a>\n\t\t\t\t\t\t<h2><a href=\"http://nypost.com/2015/01/03/airasia-used-unauthorized-route-on-day-of-crash-report/\">AirAsia used unauthorized route on day of crash: report</a></h2>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t</div><div class=\"box module widget_nypost_decider_rss_widget\"><div class=\"module-title\"><h2>\n\t\t<div class=\"module-title\">\n\t\t\t<h2>Now On</h2>\n\t\t\t<a class=\"decider-icon\" href=\"#\">Decider</a>\n\t\t</div>\n\n\t\t</h2></div>\t\t<div class=\"module-wrapper\">\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t<a href=\"http://decider.com/2015/01/02/ohio-state-cheater-or-not-video/\"><img src=\"http://nypdecider.files.wordpress.com/2015/01/cg-abruptpullaway.gif?w=322&#038;h=215&#038;crop=1\" alt=\"\"></a>\n\t\t\t\t<h2><a href=\"http://decider.com/2015/01/02/ohio-state-cheater-or-not-video/\">Girl Gets Caught Cheating On National Television … Or Does She?</a></h2>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://decider.com/2015/01/02/2015-midseason-premieres/\">2015 Midseason Premiere Dates: When Your Favorite Show Is Coming Back – And Where You Can Stream It Now</a></h3>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://decider.com/2014/12/31/14-best-sex-scenes-2014/\">The 14 Hottest, Weirdest, And Shocking Sex Scenes Of 2014 (Gallery)</a></h3>\n\t\t\t\t\t</div>\n\n\t\t<div class=\"see-all\">\n\t\t\t<h3><a href=\"http://decider.com\">SEE ALL</a></h3>\n\t\t</div>\n\n\t\t</div><div class=\"box module widget_nypost_dfp_ad_widget\"><div id='div-gpt-ad-rec_widget' class='dfp-ad dfp-ad-post dfp-rec_widget'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_widget'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</div><div class=\"box module widget_nypost_pagesix_rss_widget\"><div class=\"module-title\"><h2>\n\t\t<div class=\"module-title\">\n\t\t\t<h2>Now On</h2>\n\t\t\t<a class=\"pagesix-icon\" href=\"#\">Page Six</a>\n\t\t</div>\n\n\t\t</h2></div>\t\t<div class=\"module-wrapper\">\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t<a href=\"http://pagesix.com/2015/01/02/johnny-manziel-resolves-to-stop-party-antics-after-nye/\"><img src=\"http://nyppagesix.files.wordpress.com/2014/05/nfl_draft_football-1.jpg?w=322&#038;h=215&#038;crop=1\" alt=\"\"></a>\n\t\t\t\t<h2><a href=\"http://pagesix.com/2015/01/02/johnny-manziel-resolves-to-stop-party-antics-after-nye/\">Johnny Football resolves to stop party antics — after NYE</a></h2>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/coco-rocha-reveals-her-stickiest-fashion-show-situation/\">Coco Rocha reveals her stickiest fashion show situation</a></h3>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/vips-rally-behind-amy-adams-after-axed-today-interview/\">VIPs rally behind Amy Adams after axed ‘Today’ interview</a></h3>\n\t\t\t\t\t</div>\n\n\t\t<div class=\"see-all\">\n\t\t\t<h3><a href=\"http://pagesix.com\">SEE ALL</a></h3>\n\t\t</div>\n\n\t\t</div><div class=\"box module widget_nypost_social_widget\">\t\t\t<p class=\"follow-us\">Follow Us</p>\n\t\t\t<ul>\n\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/nypost\" id=\"twitter\" target=\"_blank\" data-ga-label=\"Twitter\">\n\t\t\t\t\t<div data-picture data-alt=\"Twitter\">\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-twitter.png?m=1397892167g\"></div>\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-twitter-2x.png?m=1397892167g\" data-media=\"(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)\"></div>\n\t\t\t\t        <noscript>\n\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-twitter.png?m=1397892167g\" alt=\"Twitter\" />\n\t\t\t\t\t\t</noscript>\n    \t\t\t\t</div>\n\t\t\t\t</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/nypost\" id=\"facebook\" target=\"_blank\" data-ga-label=\"Facebook\">\n\t\t\t\t\t<div data-picture data-alt=\"Facebook\">\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-facebook.png?m=1397892167g\"></div>\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-facebook-2x.png?m=1397892167g\" data-media=\"(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)\"></div>\n\t\t\t\t        <noscript>\n\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-facebook.png?m=1397892167g\" alt=\"Facebook\" />\n\t\t\t\t\t\t</noscript>\n    \t\t\t\t</div>\n\t\t\t\t</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"https://plus.google.com/+nypost\" id=\"google\" target=\"_blank\" data-ga-label=\"G+\">\n\t\t\t\t\t<div data-picture data-alt=\"Google\">\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-google-plus.png?m=1397892167g\"></div>\n\t\t\t\t        <div data-src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-google-plus-2x.png?m=1397892167g\" data-media=\"(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)\"></div>\n\t\t\t\t        <noscript>\n\t\t\t\t\t\t\t<img src=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/module-google-plus.png?m=1397892167g\" alt=\"Google\" />\n\t\t\t\t\t\t</noscript>\n    \t\t\t\t</div>\n\t\t\t\t</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t</div>\t<div id='div-gpt-ad-rec_btf' class='dfp-ad dfp-ad-post dfp-rec_btf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_btf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</div>\n<div id='div-gpt-ad-billb_btf' class='dfp-ad dfp-ad-post dfp-billb_btf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-billb_btf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t</div><!-- /container -->\n\t\t</div><!-- /background-wrapper -->\n\t</div><!-- /content -->\n\t\t<div id=\"story-grid-wrapper\">\n\t\t<div id=\"story-grid\" class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/irvin-only-one-team-can-derail-seahawks-patriots-super-bowl/\">Irvin: Only one team can derail Seahawks-Patriots&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/irvin-only-one-team-can-derail-seahawks-patriots-super-bowl/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Irvin: Only one team can derail Seahawks-Patriots Super&nbsp;Bowl\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/irvin.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/irvin.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/revlon-ceo-rips-blacks-jews-us-bias-suit/\">Revlon CEO rips blacks, Jews, hates &#8216;dirty&#8217;&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/revlon-ceo-rips-blacks-jews-us-bias-suit/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Revlon CEO rips blacks, Jews, hates &#8216;dirty&#8217; Americans:&nbsp;suit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/459197146_102227127-e1420092466183.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/459197146_102227127-e1420092466183.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ad\">\n\t\t\t\t\t\t\t\t<div id='div-gpt-ad-footer' class='dfp-ad dfp-ad-post dfp-footer'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-footer'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box \">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/de-blasios-cop-out/\">De Blasio’s cop-out</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/de-blasios-cop-out/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"De Blasio’s cop-out\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/usa_police_local_authorities.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/usa_police_local_authorities.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/bowl-season-disaster-for-sec/\">What we thought we knew about SEC,&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/02/bowl-season-disaster-for-sec/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"What we thought we knew about SEC, Big Ten was&nbsp;wrong\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/alabama.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/alabama.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-5\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\">Bratton warns NYPD not to turn backs&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Bratton warns NYPD not to turn backs on mayor at cop&#8217;s&nbsp;funeral\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/brattonnypd.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/brattonnypd.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/01/business-mogul-throws-temper-tantrum-over-spilt-champagne/\">Mogul throws fit over spilt Champagne</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://pagesix.com/2015/01/01/business-mogul-throws-temper-tantrum-over-spilt-champagne/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Mogul throws fit over spilt Champagne\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/shutterstock_156202337.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/shutterstock_156202337.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-7\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/epstein-allegedly-forced-underage-sex-slave-into-bed-with-prince-andrew/\">Prince Andrew borrowed banker&#8217;s underage ‘sex slave’&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://pagesix.com/2015/01/02/epstein-allegedly-forced-underage-sex-slave-into-bed-with-prince-andrew/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Prince Andrew borrowed banker&#8217;s underage ‘sex slave’ for orgy: suit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/jeffrey-andrew-split.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/jeffrey-andrew-split.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t</div>\n\t\t<footer id=\"page-footer\" class=\"clearfix\">\n\t\t\t<div id=\"footer-wrapper\" class=\"container\">\n\t\t\t\t<div id=\"footer-branding\">\n\t\t\t\t\t<a href=\"#\" id=\"footer-logo\">New York Post</a>\n\t\t\t\t\t\t<ul id=\"footer-social\" class=\"\">\n\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/nypost\" id=\"footer-twitter-icon\" target=\"_blank\">Twitter</a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/nypost\" id=\"footer-facebook-icon\" target=\"_blank\">Facebook</a></li>\n\t\t\n\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div id=\"footer-mobile\" class=\"mobile\">\n\t\t\t\t\t\t<div id=\"footer-links\" class=\"clearfix\">\n\t\t\t\t\t\t\t<div class=\"menu-footer-menu-mobile-container\"><ul id=\"menu-footer-menu-mobile\" class=\"menu\"><li id=\"menu-item-7878405\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7878405\"><a href=\"#\">Column 1</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7838044\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838044\"><a href=\"http://nypost.com/iphone-app\">iPhone App</a></li>\n\t<li id=\"menu-item-7838048\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838048\"><a href=\"http://nyp.st/HtvnOO\">Android App</a></li>\n\t<li id=\"menu-item-7838038\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838038\"><a href=\"http://newsletters.nypost.com/join/signup\">Email Newsletters</a></li>\n</ul>\n</li>\n<li id=\"menu-item-7878427\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7878427\"><a href=\"#\">Column 2</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7838051\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838051\"><a href=\"http://nypost.com/advertising/\">Advertising Info</a></li>\n\t<li id=\"menu-item-7838059\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838059\"><a href=\"http://nypost.com/contact/\">Contact Us</a></li>\n\t<li id=\"menu-item-7878441\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7878441\"><a href=\"http://nypost.com/careers\">Careers/Jobs</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"controls\">\n\t\t\t\t\t\t\t<!-- <a id=\"view-full-site\" href=\"#\">Full Site</a> -->\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<p id=\"copyright\">&copy; Copyright 2015 NYP Holdings, Inc. All rights reserved</p>\n\t\t\t\t\t\t<div id=\"footer-mobile-nav\">\n\t\t\t\t\t\t\t<a href=\"http://nypost.com/terms\">Terms of Use</a> | <a href=\"http://nypost.com/privacy\">Privacy</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"footer-nav\" class=\"desktop clearfix\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-footer-menu-container\"><ul id=\"menu-footer-menu\" class=\"menu\"><li id=\"menu-item-1612816\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612816\"><a href=\"#\">Column 1</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1673407\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673407\"><a href=\"http://nyp.st/16MKaiI\">Email Newsletters &amp; Alerts</a></li>\n\t<li id=\"menu-item-1617020\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1617020\"><a href=\"http://bit.ly/103XCwI\">Home Delivery</a></li>\n\t<li id=\"menu-item-1673525\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1673525\"><a href=\"http://nypost.com/customer-service/\">Customer Service</a></li>\n\t<li id=\"menu-item-1616973\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1616973\"><a href=\"http://bit.ly/1wMWXtZ\">Classifieds</a></li>\n\t<li id=\"menu-item-1618776\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1618776\"><a title=\"Advertising Info\" href=\"http://bit.ly/nypadvertising\">Advertising Info</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1612818\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612818\"><a href=\"#\">Column 2</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1616896\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1616896\"><a href=\"http://nypost.com/ipad-app\">iPad App</a></li>\n\t<li id=\"menu-item-1673512\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673512\"><a href=\"http://nypost.com/iphone-app\">iPhone App</a></li>\n\t<li id=\"menu-item-1673513\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673513\"><a href=\"http://nyp.st/HtvnOO\">Android Apps</a></li>\n\t<li id=\"menu-item-6644841\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6644841\"><a href=\"http://bit.ly/1sX09lv\">App Help &amp; FAQ</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1612820\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612820\"><a href=\"#\">Column 3</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1673510\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1673510\"><a href=\"http://nypost.com/rssfeeds/\">RSS Feeds</a></li>\n\t<li id=\"menu-item-1612821\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1612821\"><a href=\"http://nypost.com/contact/\">Contacts</a></li>\n\t<li id=\"menu-item-7879047\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7879047\"><a href=\"http://bit.ly/1uwe5ay\">Careers/Jobs</a></li>\n\t<li id=\"menu-item-1617021\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1617021\"><a href=\"http://nypstore.com\">NYP Store</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t<div id=\"footer-promo\" class=\"desktop\">\n\t\t\t\t\t<div class=\"footer-module widget_image\"><div style=\"overflow:hidden;\"><a href=\"http://bit.ly/1vapSLW\"><img src=\"http://thenypost.files.wordpress.com/2014/11/nyp_realtor_footer.png?w=281&amp;h=166\" alt=\"Realtor.com\" class=\"alignnone\" width=\"281\" height=\"166\" /></a></div>\n</div>\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"footer-legal\" class=\"desktop\">\n\t\t\t\t\t<p>&copy; 2015 NYP Holdings, Inc. All Rights Reserved<br />\n\t\t\t\t\t<a href=\"http://nypost.com/terms\">TERMS OF USE</a> |  <a href=\"http://nypost.com/privacy\">PRIVACY</a> |  <a href=\"http://nypost.com/privacy#adchoices\">YOUR AD CHOICES</a></p>\n\t\t\t\t\t<a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"http://s0.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-light-small.png?m=1401974073g\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a>\t\t\t\t</div>\n\t\t\t</div>\n\t</footer>\n</div><!-- /content-wrapper -->\n<!-- wpcom_wp_footer -->\n<script type=\"text/javascript\">\n function setup_bp() {\n\t/*\n\t * Initialize Backplane:\n\t * This creates a channel and adds a cookie for the channel.\n\t * It also sets the function to call when this is complete.\n\t */\n\tBackplane(bp_ready);\n\tBackplane.init({\n\t\tserverBaseURL: \"http://backplane1.janrainbackplane.com/v1.2\",\n\t\tbusName: \"nypost.com\"\n\t});\n}\n\nfunction bp_ready() {\n\t/*\n\t * This function is called when Backplane.init is complete.\n\t */\n\tif (Backplane.getChannelID() != undefined) {\n\t\t// backplane loaded\n\t\t//console.log(Backplane.getChannelID());\n\t\treturn false;\n\t}\n}\n\nsetup_bp();\n</script>\t<script type=\"text/javascript\">\n\tLF.CommentCount( {\n\t\treplacer: function( element, count ) {\n\t\t\t\t\t\telement.innerHTML = count;\n\t\t\t\t\t}\n\t} );\n\t</script>\n\t\t\t<script>\n\t\t  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t\t  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t\t  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\t\t  \t\t  ga('create', 'UA-3922003-6', 'auto', {'allowLinker': true});\n\t\t\t  // Optimizely Universal Analytics Integration code\n\t\t      window.optimizely = window.optimizely || [];\n\t\t      window.optimizely.push(['activateUniversalAnalytics']);\n\t\t  ga('set', 'dimension3', 'Amazon,e-books,Media Ink');\nga('set', 'dimension2', 'Keith J. Kelly');\nga('set', 'dimension1', 'article');\nga('set', 'dimension5', 'standard');\nga('set', 'dimension6', 'Amazon, Macmillan make peace over book pricing');\nga('set', 'dimension7', '');\nga('set', 'dimension12', 'Amazon, Macmillan make peace over book pricing');\nga('set', 'dimension9', '2014-12-18');\nga('set', 'dimension10', '23:38');\nga('set', 'dimension11', '8344329');\nga('set', 'dimension4', 'media');\nga('set', 'dimension15', 'Amazon');\nga('set', 'dimension16', '397');\nga('set', 'dimension17', 'no');\n\t\t  if ( typeof nypost_screen != 'undefined' )\n\t\t\t  ga('set', 'dimension8', nypost_screen);\n\t\t  ga('require', 'linkid', 'linkid.js');\n\t\t  ga('require', 'displayfeatures');\n\t\t  ga('send', 'pageview');\n\t\t  ga('require', 'linker');\nga('linker:autoLink', [\"nypost.com\",\"pagesix.com\",\"decider.com\",\"overeasy.com\"])\n\t\t</script>\n\t\t\t\t<!-- START Parse.ly Include: Standard -->\n\t\t<div id=\"parsely-root\" style=\"display: none\">\n\t\t<div id=\"parsely-cfg\" data-parsely-site=\"nypost.com\"></div>\n\t\t</div>\n\t\t<script>\n\t\t(function(s, p, d) {\n\t\tvar h=d.location.protocol, i=p+\"-\"+s,\n\t\te=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n\t\tu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n\t\t:\"static.\"+p+\".com\";\n\t\tif (e) return;\n\t\te = d.createElement(s); e.id = i; e.async = true;\n\t\te.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n\t\t})(\"script\", \"parsely\", document);\n\t\t</script>\n\t\t<!-- END Parse.ly Include -->\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\tvar utag_data={page_category_name:\"Media\",};\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t!function(d,s,id){\n\t\t\t\tvar js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';\n\t\t\t\tif(!d.getElementById(id)){\n\t\t\t\t\tjs=d.createElement(s);\n\t\t\t\t\tjs.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";\n\t\t\t\t\tfjs.parentNode.insertBefore(js,fjs);\n\t\t\t\t}\n\t\t\t}(document,\"script\",\"twitter-wjs\");\n\t\t</script>\n\t\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n<!-- Sailthru Horizon  Async-->\n<script type=\"text/javascript\">\n(function() {\n     function loadHorizon() {\n           var s = document.createElement('script');\n           s.type = 'text/javascript';\n          s.async = true;\n          s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n         var x = document.getElementsByTagName('script')[0];\n         x.parentNode.insertBefore(s, x);\n      }\n     loadHorizon();\n      var oldOnLoad = window.onload;\n      window.onload = function() {\n          if (typeof oldOnLoad === 'function') {\n            oldOnLoad();\n         }\n           Sailthru.setup({\n              domain: 'horizon.nypost.com'\n         });\n     };\n  })();\n </script>\n<script type=\"text/javascript\" src=\"//ak.sail-horizon.com/scout/v1.js\"></script><script type=\"text/javascript\">\n    SailthruScout.setup( {\n        domain: 'horizon.nypost.com',\n        includeConsumed: 1,\n        numVisible: 6,\n    } );\n</script>\n\n\t<script type=\"text/javascript\">\n\t\tWPCOM_sharing_counts = {\"http:\\/\\/nypost.com\\/2014\\/12\\/18\\/amazon-macmillan-make-peace-over-book-pricing\\/\":8344329}\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-facebook' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-twitter' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-google-plus-1' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomgoogle-plus-1', 'menubar=1,resizable=1,width=480,height=550' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t<div id=\"sharing_email\" style=\"display: none;\">\n\t\t<form action=\"/2014/12/18/amazon-macmillan-make-peace-over-book-pricing/\" method=\"post\">\n\t\t\t<label for=\"target_email\">Send to Email Address</label>\n\t\t\t<input type=\"email\" name=\"target_email\" id=\"target_email\" value=\"\" />\n\n\t\t\t\n\t\t\t\t<label for=\"source_name\">Your Name</label>\n\t\t\t\t<input type=\"text\" name=\"source_name\" id=\"source_name\" value=\"\" />\n\n\t\t\t\t<label for=\"source_email\">Your Email Address</label>\n\t\t\t\t<input type=\"email\" name=\"source_email\" id=\"source_email\" value=\"\" />\n\n\t\t\t\n\t\t\t\n\t\t\t<img style=\"float: right; display: none\" class=\"loading\" src=\"http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif?m=1315610318g\" alt=\"loading\" width=\"16\" height=\"16\" />\n\t\t\t<input type=\"submit\" value=\"Send Email\" class=\"sharing_send\" />\n\t\t\t<a href=\"#cancel\" class=\"sharing_cancel\">Cancel</a>\n\n\t\t\t<div class=\"errors errors-1\" style=\"display: none;\">\n\t\t\t\tPost was not sent - check your email addresses!\t\t\t</div>\n\n\t\t\t<div class=\"errors errors-2\" style=\"display: none;\">\n\t\t\t\tEmail check failed, please try again\t\t\t</div>\n\n\t\t\t<div class=\"errors errors-3\" style=\"display: none;\">\n\t\t\t\tSorry, your blog cannot share posts by email.\t\t\t</div>\n\t\t</form>\n\t</div>\n<script type=\"text/javascript\">\n//set the flow name for this screen here\njanrain.settings.capture.flowName = 'plugins';\njanrain.settings.width = 310;\n</script>\n<div style=\"display:none;\" id=\"signIn\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <div class=\"capture_signin\">\n        <h2>With your existing account from...</h2>\n        {* loginWidget *} <br />\n    </div>\n    <div class=\"capture_backgroundColor\">\n        <div class=\"capture_signin\">\n            <h2>Use an account with your email address</h2>\n                {* #userInformationForm *}\n                    {* traditionalSignIn_emailAddress *}\n                    {* traditionalSignIn_password *}\n                    <div class=\"capture_rightText\">\n                        {* traditionalSignIn_signInButton *}{* traditionalSignIn_createButton *}\n                    </div>\n                {* /userInformationForm *}\n        </div>\n    </div>\n</div>\n\n<div style=\"display:none;\" id=\"returnSocial\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <div class=\"capture_signin\">\n        <h2>Welcome Back, {* welcomeName *}</h2>\n        {* loginWidget *}\n        <div class=\"capture_centerText switchLink\"><a href=\"#\" data-cancelcapturereturnexperience=\"true\">Use an account with your email address</a></div>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"returnTraditional\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <h2 class=\"capture_centerText\">Welcome back<span id=\"displayNameData\"></span>!</h2>\n        <div id=\"userPhoto\" class=\"inline\">\n        </div>\n        <div class=\"inline\">\n            <span id=\"displayNameData\">{* welcomeName *}</span>\n        </div>\n            <div class=\"capture_backgroundColor\">\n                <div class=\"capture_signin\">\n                {* #userInformationForm *}\n                    {* traditionalSignIn_emailAddress *}\n                    {* traditionalSignIn_password *}\n                    <div class=\"capture_form_item capture_rightText\">\n                        {* traditionalSignIn_signInButton *}\n                    </div>\n                {* /userInformationForm *}\n            </div>\n        <div class=\"capture_centerText switchLink\"><a href=\"#\" data-cancelcapturereturnexperience=\"true\">Use an account with your email address</a></div>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"socialRegistration\" class=\"capture_lrg_footer\">\n    <div class=\"capture_header\">\n        <h1>Almost Done!</h1>\n    </div>\n      <h2>Please confirm the information below before signing in.</h2>\n        {* #socialRegistrationForm *}\n            {* socialRegistration_emailAddress *}\n            {* socialRegistration_displayName *}\n            {* socialRegistration_ageVerification *}\n            By clicking \"Create Account\", you confirm that you accept our\n                <a href=\"#\">terms of service</a> and have read and understand\n                <a href=\"#\">privacy policy</a>.\n            <div class=\"capture_footer\">\n                <div class=\"capture_left\">\n                    {* backButton *}\n                </div>\n                <div class=\"capture_right\">\n                {* socialRegistration_signInButton *}\n                </div>\n            </div>\n        {* /socialRegistrationForm *}\n</div>\n<div style=\"display:none;\" id=\"traditionalRegistration\">\n    <div class=\"capture_header\">\n        <h1>Almost Done!</h1>\n    </div>\n        {* #registrationForm *}\n            {* traditionalRegistration_emailAddress *}\n            {* traditionalRegistration_password *}\n            {* traditionalRegistration_passwordConfirm *}\n            {* traditionalRegistration_displayName *}\n            {* traditionalRegistration_captcha *}\n            {* traditionalRegistration_ageVerification *}\n            By clicking \"Create Account\", you confirm that you accept our\n                <a href=\"#\">terms of service</a> and have read and understand\n                <a href=\"#\">privacy policy</a>.\n            <div class=\"capture_footer\">\n                <div class=\"capture_left\">\n                    {* backButton *}\n                </div>\n                <div class=\"capture_right\">\n                {* createAccountButton *}\n                </div>\n            </div>\n        {* /registrationForm *}\n</div>\n<div style=\"display:none;\" id=\"forgotPassword\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Create a new password</span> <span class=\"decider\">Forgot<br />Password?</span></h1>\n    </div>\n    <h2>Don't worry, it happens. We'll send you a link to create a new password.</h2>\n    {* #forgotPasswordForm *}\n        {* traditionalSignIn_emailAddress *}\n        <div class=\"capture_footer\">\n            <div class=\"capture_left\">\n                {* backButton *}\n            </div>\n            <div class=\"capture_right\">\n                {* forgotPassword_sendButton *}\n            </div>\n        </div>\n    {* /forgotPasswordForm *}\n</div>\n<div style=\"display:none;\" id=\"forgotPasswordSuccess\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Create a new password</span> <span class=\"decider\">Sent!</span></h1>\n    </div>\n      <p>We've sent an email with instructions to create a new password. Your existing password has not been changed.</p>\n    <div class=\"capture_footer\">\n        <a href=\"#\" onclick=\"janrain.capture.ui.modal.close()\" class=\"capture_btn capture_primary\">Close</a>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"mergeAccounts\">\n    <div class=\"capture_header decider\">\n        <h1>Account Already Exists</h1>\n    </div>\n    {* mergeAccounts *}\n</div>\n<div style=\"display:none;\" id=\"traditionalAuthenticateMerge\">\n    <div class=\"capture_header\">\n        {* backButton *}\n        <h1>Sign in to complete account merge</h1>\n    </div>\n    <div class=\"capture_signin\">\n    {* #tradAuthenticateMergeForm *}\n        {* traditionalSignIn_emailAddress *}\n        {* mergePassword *}\n        <div class=\"capture_footer\">\n            <div class=\"capture_form_item capture_rightText\">\n                {* traditionalSignIn_signInButton *}\n            </div>\n        </div>\n     {* /tradAuthenticateMergeForm *}\n    </div>\n</div>\n<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/wp-content/mu-plugins/grunion-contact-form/css/grunion.css?m=1416416649g' type='text/css' media='all' />\n<script type='text/javascript' src='http://s0.wp.com/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js?m=1395677922g'></script>\n<script type='text/javascript' src='http://platform.twitter.com/widgets.js?ver=20111117'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar clock_configuration = {\"nypost_movado_config\":{\"div_id\":\"analog-clock\",\"use_second_hand\":\"false\",\"clock_width_and_height\":\"50\",\"clock_face_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock.png\",\"hour_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-hour.png\",\"minute_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-minute.png\",\"second_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-second.png\",\"clock_face_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-2x.png\",\"hour_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-hour-2x.png\",\"minute_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-minute-2x.png\",\"second_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-second-2x.png\",\"smooth_rotation\":\"false\",\"second_hand_speed\":\"100\"}};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar recaptcha_options = {\"lang\":\"en\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJydktFuwyAMRX9ohKXqw/Iw7VsoOKkZGAYmUf5+NG2lRtPWZBKSEbrHvhZXTlHoQAzE0hcRXRmQsuQJmSGJk1P684TJiIggI5BBGhqbX+QejmCEtGaRtCsGsrT1fBVIsyx4uzUFmxgyMgZqPNJWxgOVPXpVOOjgowOG37hCBlLWIa0U9835DL7qRoyS5mqZZWbFqC9k1WiENMBWO9D3oHnvmOuDmNAMwHkPyamQVgz/mGZh+eRZ+DAqE27T/8jFQVza2aWrUKTcXBv+cPsAgA8Wa5xW9am++oo1eGKb+plqWbV3CpPMZ5Vqeu+1Qh/+vT223WvbHbo3+w1zmDvJ'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'56757169','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'56757169','v':'wpcom','tz':'-5','user_id':'0','post':'8344329','subd':'thenypost'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=56757169&v=wpcomvt&tz=-5&user_id=0&post=8344329&subd=thenypost&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdhJitIV3pwXVM1Smt6THRKS1srLiZtZ2FVYk5EaDB2SnYzWVV5Tj9KLTlRRzlFd340ZUVPSHFleWNQOXFNQXBaLmZ1UkctL0liVVBuREh6OVldfGQ0RVklcFdPZkg5ZEZhWjldZGZZQ0xWfD1zdGhdJVl6JktkaWxDVHgua01aVzlDLWVDbUlEWnguPTYtJmRWZ0NXRmtBZmRiM090VGZxPXJpJmV1T3pRdG9oQ3xVUFBzLDlnbQ=='});\naddLoadEvent(function(){linktracker_init('56757169',8344329);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n\t\t<script type=\"text/javascript\">\n\t\tvar _sf_async_config={};\n\t\t/** CONFIGURATION START **/\n\t\t_sf_async_config.uid = 19332;\n\t\t_sf_async_config.domain = \"nypost.com\";\n\t\t\t\t_sf_async_config.title = \"Amazon, Macmillan make peace over book pricing\";\n\t\t_sf_async_config.sections = 'Media';\n\t\t_sf_async_config.authors = 'Keith J. Kelly';\n\t\t_sf_async_config.path = window.location.pathname;\n\t\t/** CONFIGURATION END **/\n\t\t(function(){\n\t\t  function loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement(\"script\");\n\t\t\te.setAttribute(\"language\", \"javascript\");\n\t\t\te.setAttribute(\"type\", \"text/javascript\");\n\t\t\te.setAttribute('src',\n\t\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://\") +\n\t\t\t\t\"static.chartbeat.com/js/chartbeat_pub.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t  }\n\t\t  jQuery(window).load( function() { loadChartbeat(); } );\n\t\t})();\n\t\t</script>\n\t\t<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script><div class=\"hide\">\n\t<script type=\"text/javascript\">\n\t/* <![CDATA[ */\n\tvar google_conversion_id = 988380111;\n\tvar google_custom_params = window.google_tag_params;\n\tvar google_remarketing_only = true;\n\t/* ]]> */\n\t</script>\n\t<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n\t</script>\n\t<noscript>\n\t<div style=\"display:inline;\">\n\t<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/988380111/?value=0&amp;guid=ON&amp;script=0\"/>\n\t</div>\n\t</noscript>\n</div><!-- /.hide -->\n<div id='div-gpt-ad-inline' class='dfp-ad dfp-ad-post dfp-inline'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-inline'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/nypost.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 6]>\n<html id=\"ie6\" lang=\"en\">\n<![endif]-->\n<!--[if IE 7]>\n<html id=\"ie7\" lang=\"en\">\n<![endif]-->\n<!--[if IE 8]>\n<html id=\"ie8\" lang=\"en\">\n<![endif]-->\n<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->\n<html xmlns:fb=\"http://ogp.me/ns/fb#\" lang=\"en\">\n<!--<![endif]-->\n<!--\n\tgenerated in 1.844 seconds\n\t96806 bytes batcached for 300 seconds\n-->\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" id=\"nypviewport\" content=\"\" />\n<script type=\"text/javascript\">\nif ( navigator.userAgent.match(/IEMobile\\/10\\.0/) ) {\n\tvar msViewportStyle = document.createElement( 'style' );\n\tmsViewportStyle.appendChild(\n\t\tdocument.createTextNode( '@-ms-viewport{ width:auto!important }' )\n\t);\n\tdocument.getElementsByTagName( 'head' )[0].appendChild( msViewportStyle );\n}\nvar mvp = document.getElementById('nypviewport');\nif (screen.width <= 640) {\n\tmvp.setAttribute('content','width=device-width, initial-scale=1');\n}\n</script>\n<meta name=\"copyright\" content=\"Copyright 2015 NYP Holdings. All rights reserved.\"/>\n\n<link rel=\"apple-touch-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-57x57.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-114x114.png?m=1391172942g\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/apple-icons/nypost/apple-icon-144x144.png?m=1391172942g\" />\n<meta name=\"p:domain_verify\" content=\"701c0e13bca342086174f2a19ed49228\"/>\n\n\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/favicon-nypost/favicon.ico?m=1405452510g\" />\n<title>Surfer survives &#8216;Jaws&#8217; moment with great white shark | New York Post</title>\n\t<script type=\"text/javascript\" src=\"//use.typekit.net/yoc0pwu.js\"></script>\n\t<script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\n<link rel=\"apple-touch-icon\" href=\"http://s0.wp.com/wp-content/themes/vip/nypost/static/images/favicon.png?m=1391172942g\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=nypost.com&amp;id=56757169&amp;t=1420285724&amp;back=http%3A%2F%2Fnypost.com%2F2014%2F12%2F29%2Fsurfer-survives-jaws-moment-with-great-white-shark%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n\t<script>\n\twindow.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);\n\t(function(){\n\t  function retrieve(n){\n\t\tvar m, k='kx'+n;\n\t\tif (window.localStorage) {\n\t\t  return window.localStorage[k] || \"\";\n\t   } else if (navigator.cookieEnabled) {\n\t\t  m = document.cookie.match(k+'=([^;]*)');\n\t\t  return (m && unescape(m[1])) || \"\";\n\t\t} else {\n\t\t  return '';\n\t\t}\n\t  }\n\t  Krux.user = retrieve('user');\n\t  Krux.segments = retrieve('segs') && retrieve('segs').split(',') || [];\n\t})();\n\t</script>\n\t\t<script type=\"text/javascript\" src=\"http://static.proximic.com/t/newscorp.js\"></script>\n\t<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJx9jl0KAjEMhC9kNy64/jyIZylpcNNt2rJpEW9vK4gIsm+Z4ZvMwCMbTLFQLCDV5FDvHBVUONAzr8kTll81oOoO/scCL6TgqWSLi3mrLRzTSs2XbEsnhBxbCiQN24pJPn5S/Zxb17eGI4bq2opmgLM6c/ugg3DsyE2u42E8n8Zp2l/8C/EWXfg=' type='text/css' media='all' />\n<link rel='stylesheet' id='jquery-mobile-css-css'  href='http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.css?ver=1.3.1' type='text/css' media='all and (max-width: 640px)' />\n<link rel='stylesheet' id='all-css-2' href='http://s0.wp.com/_static/??-eJxljksOwjAMBS9E60LLggXiLE5qNUb5KXaoensCAlGJlUfyG/vBmjubolJUUEeBBB6cIW45iYIoKts2Nk/iiFQgJMOeeitygJ0bapd9XTgKrDwvr2RjxaVg+NGftnv51Qt5QqHOYpx5Rm1rQfbqSoWmf873Uo3YwuZd5Raux+k0DNNlPI/3JwBET9o=' type='text/css' media='all' />\n<link rel='stylesheet' id='allandmin-width640px-css-2' href='http://s1.wp.com/wp-content/themes/vip/nypost/static/stylesheets/screen.css?m=1419368610g' type='text/css' media='all and (min-width: 640px)' />\n<link rel='stylesheet' id='font-awesome-css'  href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css?ver=0.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='all-css-4' href='http://s1.wp.com/_static/??-eJx9j9EKwjAMRX/IGiZD64P4LV2JbUfblCbD37ejIopjL8m95J6QwLMoS1kwC6RFlbi4kBkw0Rx6PVrmAwTIJKEl+SP6YJt3SCqSNRIo/xj1iCbUPbTiFMk16aClvuweVIilrwb2pq7wu+9fmbH2pzblHyseEzL4EVykycQ1cE+3YRzOWl/16TK/ALZQfYg=' type='text/css' media='all' />\n<script type='text/javascript' src='http://s0.wp.com/_static/??-eJyFjlsKwjAQRTdkHi0K/ohriXFaJjaTmEladPWNYEBB7NeFuWc4Vy1R2EAZKCvHyocLTiAKQzJjvQmkIUjHO1U5JDuVK/ALdPcC6fGOTUB4HJPJID1Sgz+sMXD2wFyVP9pvFdKMsGxiDnI09iYSMD7hz8CC7aWgtCG1jWd/6vZaH45dr3u3AmsMbZ4='></script>\n<script type='text/javascript' src='http://d134l0cdryxgwa.cloudfront.net/backplane.js?ver=4.1-beta2-30797'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar nypost_meme_gen_data = {\"ajaxurl\":\"https:\\/\\/thenypost.wordpress.com\\/wp-admin\\/admin-ajax.php\",\"generate_action\":\"generate_meme\",\"more_action\":\"more_memes\",\"nonce\":\"nypost_meme_gen_nonce\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s0.wp.com/_static/??-eJydU0FuxCAM/FAD2u1W2h6qPqIvIOAQbwFTYzab35e0UY+ViOCADDMeZmS95AGTDdVB0be2vyrwqivuJ1VRLeg8iIqY1K086YawlASSaJkhNtwds05rpiK6iBG0G5MPNJrQg3BTVj6LCuQ9sKI7MKODHorfwrAx9aO86QHt/liiTzyiMbYXg4cEbIS4hyBTCOWA1GK5IR1kmbvaoZXKMGHoSnNvKlTt/LFgPuJRCS3/MtPSg/0D/bxuX+7yKtKIoUvrZJJdR3p0acSYA0RybUL+n6scqsdUNEMAU2CwJjl0Rtp1MRhk5roR7jNa6thSxvGQ2ZYYRjLshp2tP22mVgF1buvIKNUkjpbNjvf4drqcrq/n5+vL5fYNAOLENQ=='></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://thenypost.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/' />\n<link rel='shortlink' href='http://nyp.st/13OFYyy' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fnypost.com%2F2014%2F12%2F29%2Fsurfer-survives-jaws-moment-with-great-white-shark%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fnypost.com%2F2014%2F12%2F29%2Fsurfer-survives-jaws-moment-with-great-white-shark%2F&amp;for=wpcom-auto-discovery\" />\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Surfer survives &#039;Jaws&#039; moment with great white shark\" />\n<meta property=\"og:url\" content=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\" />\n<meta property=\"og:description\" content=\"A surfer survived being attacked and dragged underwater by a juvenile great white shark off the central California coast Sunday. California State Park Ranger Supervisor Robert Colligan said the att...\" />\n<meta property=\"article:published_time\" content=\"2014-12-29T15:32:29+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-30T08:14:29+00:00\" />\n<meta property=\"article:author\" content=\"http://nypost.com/author/fox-news/\" />\n<meta property=\"og:site_name\" content=\"New York Post\" />\n<meta name=\"twitter:site\" content=\"@nypost\" />\n<meta name=\"twitter:image:src\" content=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg?w=150\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:creator\" content=\"@nypost\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\" />\n<meta name=\"twitter:title\" content=\"Surfer survives &#039;Jaws&#039; moment with great white shark\" />\n<meta name=\"twitter:description\" content=\"A surfer survived being attacked and dragged underwater by a juvenile great white shark off the central California coast Sunday. California State Park Ranger Supervisor Robert Colligan said the\" />\n<meta name=\"twitter:image\" content=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg?w=150\" />\n<meta property=\"og:image\" content=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg\" />\n<meta property=\"og:image:secure_url\" content=\"https://i2.wp.com/thenypost.files.wordpress.com/2014/12/shark.jpg\" />\n<link rel='openid.server' href='http://thenypost.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://thenypost.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://nypost.com/osd.xml\" title=\"New York Post\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n<script type=\"text/javascript\" src=\"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\"></script><script type=\"text/javascript\">\nfunction janrainSignOut(){\n\tjanrain.capture.ui.endCaptureSession();\n}\n(function() {\n\tif (typeof window.janrain !== 'object') window.janrain = {};\n\twindow.janrain.settings = {};\n\twindow.janrain.settings.capture = {};\n\n\t// capture settings\n\tjanrain.settings.capture.redirectUri = 'https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_redirect_uri';\n\tjanrain.settings.capture.appId= 'rmzxajhacm697fdpmb8usywzxg';\n\tjanrain.settings.capture.clientId = 'r3b8u9uyttgwxym6h3g8kj9xqbtchasu';\n\tjanrain.settings.capture.responseType = 'token';\n\tjanrain.settings.capture.captureServer = 'https://nypost.janraincapture.com';\n\tjanrain.settings.capture.registerFlow = 'socialRegistration';\n\tjanrain.settings.packages = ['capture','login'];\n\n\tjanrain.settings.capture.setProfileCookie = true;\n\tjanrain.settings.capture.keepProfileCookieAfterLogout = true;\n\tjanrain.settings.capture.setProfileData = 'true';\n\tjanrain.settings.capture.federateEnableSafari = true;\n\n\t// styles\n\tjanrain.settings.capture.stylesheets = ['http://s0.wp.com/wp-content/themes/vip/nypost/janrain-capture-screens/stylesheets/styles.css?m=1377912530g'];\n\tjanrain.settings.capture.mobileStylesheets = ['http://s0.wp.com/wp-content/themes/vip/nypost/janrain-capture-screens/stylesheets/mobile-styles.css?m=1401401103g'];\n\tjanrain.settings.capture.recaptchaPublicKey = '6LeVKb4SAAAAAGv-hg5i6gtiOV4XrLuCDsJOnYoP';\n\n\t// engage settings\n\tjanrain.settings.appUrl = 'https://nypost.rpxnow.com';\n\tjanrain.settings.tokenAction = 'event';\n\t\t\n\n\t//backplane settings\n\tjanrain.settings.capture.backplane = 1;\n\tjanrain.settings.capture.backplaneBusName = 'nypost.com';\n\tjanrain.settings.capture.backplaneVersion = 1.2;\n\t\t\n\tfunction isReady() { janrain.ready = true; };\n\tif (document.addEventListener) {\n\t\tdocument.addEventListener(\"DOMContentLoaded\", isReady, false);\n\t} else {\n\t\twindow.attachEvent('onload', isReady);\n\t}\n\n\tvar e = document.createElement('script');\n\te.type = 'text/javascript';\n\te.id = 'janrainAuthWidget'\n\tvar url = document.location.protocol === 'https:' ? 'https://' : 'http://';\n\turl += 'd29usylhdk1xyu.cloudfront.net/load/nypost';\n\te.src = url;\n\tvar s = document.getElementsByTagName('script')[0];\n\ts.parentNode.insertBefore(e, s);\n})();\n</script><script type=\"text/javascript\">function janrainCaptureWidgetOnLoad() {\n    janrain.events.onCaptureLoginSuccess.addHandler(function(result){\n    \tlivefyreUserVerified(result);\n    \tjanrain.capture.ui.modal.close();\n    \tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureRegistrationSuccess.addHandler(function(result){\n    \tlivefyreUserVerified(result);\n    \tjanrain.capture.ui.modal.close();\n    \tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureSessionFound.addHandler(function(){\n    \t// The user is logged in, so display their welcome name and change the Sign In menu item to My Account\n\t\tjanrainLoggedIn();\n    });\n    \n    janrain.events.onCaptureSessionEnded.addHandler(function(result){\n    \t\n    \tjQuery( '#sign-out' ).off().addClass( 'reloading' );\n\n    \t// after logging out of Janrain\n    \t// clear email cookie\n\t    jQuery.removeCookie('janrainEmailVerified');\n    \t// and log out of Livefyre if logged in\n    \tif ( typeof fyre !== 'undefined' && typeof fyre.conv.user.id !== 'undefined' ) {\n\t    \tfyre.conv.logout();\n\t    }\n\n\t    // there should be a listener in livefyre that refreshes after logout\n\t    // but reload window in case that misfires\n\t    setTimeout( function(){\n\t    \twindow.location.reload( false );\n\t    }, 2000);\n\n\t});\n    \n    janrain.capture.ui.start();\n}\n\n// Manually update the Sign In functionality to Sign Out due to the modal workaround\nfunction janrainLoggedIn() {\n\t// Hide the Sign In link\n\t$janrain_element = jQuery( '#promoted-tags #janrain_auth, #page-nav #janrain_auth' );\n\t$janrain_element.hide();\n\t\n\t// Manually create a new element for Sign Out since the Sign In element \n\t// has an unremovable Sign In modal event attached to it until the page refreshes.\n\tjQuery( '<a></a>' )\n\t.text( 'Sign Out' )\n\t.attr( \"onclick\", \"janrain.capture.ui.endCaptureSession()\" )\n\t.attr( 'id', 'sign-out' )\n\t.insertAfter( $janrain_element );\n\n\t// Remove click event from comments sign in, change text\n\tjQuery( '.comments-sign-x' )\n\t.off()\n\t.on( 'click', janrain.capture.ui.endCaptureSession )\n\t.text( 'Sign Out' );\n\n\t// close flyover on mobile if open\n\tif ( jQuery( '#nav-flyovers' ).hasClass( 'ui-panel-open' ) ){\n\t\tnypostCloseFlyover();\n\t}\n\n\t// toggles display of signin-out links in mobile nav\n\tjQuery( '#account-flyover' ).addClass( 'logged-in' );\n\n}\n\n// toggle the classes that close the flyover menu\nfunction nypostCloseFlyover(){\n\t$('#content-wrapper').removeClass('ui-panel-content-wrap-position-right ui-panel-content-wrap-display-reveal ui-panel-content-wrap-open').addClass('ui-panel-content-wrap-closed');\n\t$('#nav-flyovers').removeClass('ui-panel-open').addClass('ui-panel-closed');\n\t$('#content-wrapper').css('position', 'relative');\n\t$('#div-gpt-ad-pull.mobile-ad-pull').show();\n}\n\n// Function to check if a user's email is verified\nfunction nypostJanrainVerified(user) {\t\n\t// If a null user object was passed in, attempt to get the data from the cookie\n\tif ( null == user ) {\n\t\tvar emailVerified = jQuery.cookie('janrainEmailVerified');\n\t\tif ( typeof( emailVerified ) != \"undefined\" ) {\n\t\t\treturn emailVerified;\n\t\t}\n\t}\n\t\t\n\t// Check the access token and uuid are set as well as the URL required to make the API call\n\tif ( null != user \n\t\t&& \"undefined\" != typeof( user.accessToken )\n\t\t&& null != user.accessToken\n\t\t&& \"undefined\" != typeof( user.userData.uuid )\n\t\t&& null != user.userData.uuid ) {\n\t\t\n\t\t// Query for the user emailVerified status. Anything other than a successful response should be considered false.\n\t\temailVerified = false;\n\n\t\tjQuery.ajax({\n\t\t\ttype: 'POST', \n\t\t\turl: janrain_ajaxurl, \n\t\t\tasync: false,\n\t\t\ttimeout: 3000,\n\t\t\tdata: { action: 'janrain_entity_api_call', nonce: janrain_entity_api_call_nonce, access_token: user.accessToken, uuid: user.userData.uuid, type_name: 'user', attribute_name: 'emailVerified' } \n\t\t})\n\t\t.done( function( response ) {\n\t\t\tvar response_data = JSON.parse( response );\n\t\t\tif ( typeof( response_data.result ) != \"undefined\" && response_data.result != null )\n\t\t\t\temailVerified = true;\n\t\t} );\n\t\t\n\t\t// Set a session cookie to store the value\n\t\tjQuery.cookie('janrainEmailVerified', emailVerified);\n\t}\n\t\n\t// If no user object was passed in and no cookie was set previously, emailVerified could be undefined at this point.\n\t// That is acceptable to denote that as a special case.\n\treturn emailVerified;\n}</script>\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2014-12-29 10:32:29\" />\n<meta name=\"sailthru.title\" content=\"Surfer survives &#8216;Jaws&#8217; moment with great white&nbsp;shark\" />\n<meta name=\"sailthru.tags\" content=\"animals,california,great-white-sharks,wow,\" />\n<meta name=\"sailthru.description\" content=\"A surfer survived being attacked and dragged underwater by a juvenile great white shark off the central California coast Sunday.\" />\n<meta name=\"sailthru.image.full\" content=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg?w=231&amp;h=154&amp;crop=1\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n\t\t<meta name='nypost-section' content='News' />\n\t\t\t<script\n        type=\"text/javascript\"\n        data-lf-domain=\"nypost.fyre.co\"\n        src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\">\n\t</script>\n\t\t\t<script type='text/javascript'>\n\t\tvar dfp_ad_slots_desktop = [];\nvar dfp_ad_slots_mobile = [];\n\t\tvar googletag = googletag || {};\n\t\tgoogletag.cmd = googletag.cmd || [];\n\t\t(function() {\n\t\tvar gads = document.createElement('script');\n\t\tgads.async = true;\n\t\tgads.type = 'text/javascript';\n\t\tvar useSSL = 'https:' == document.location.protocol;\n\t\tgads.src = (useSSL ? 'https:' : 'http:') + \n\t\t'//www.googletagservices.com/tag/js/gpt.js';\n\t\tvar node = document.getElementsByTagName('script')[0];\n\t\tnode.parentNode.insertBefore(gads, node);\n\t\t})();\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tgoogletag.cmd.push(function() {\n\t\t\tif ( nypost_dfp_screen == 'desktop') {\ndfp_ad_slots_desktop[0] = googletag.defineSlot('/5850/post.desktop/billb_atf/news/stories', [[970,251],[970,90],[970,200],[970,250],[978,250],[970,415],[1,1]],'div-gpt-ad-billb_atf').addService(googletag.pubads());\ndfp_ad_slots_desktop[1] = googletag.defineSlot('/5850/post.desktop/billb_btf/news/stories', [[970,252],[970,90],[970,200],[970,250],[978,250],[970,415],[1,1]],'div-gpt-ad-billb_btf').addService(googletag.pubads());\ndfp_ad_slots_desktop[2] = googletag.defineSlot('/5850/post.desktop/rec_atf/news/stories', [[300,251],[300,250],[300,600],[1,1],[300,1050]],'div-gpt-ad-rec_atf').addService(googletag.pubads());\ndfp_ad_slots_desktop[3] = googletag.defineSlot('/5850/post.desktop/rec_btf/news/stories', [[300,252],[300,250],[1,1]],'div-gpt-ad-rec_btf').addService(googletag.pubads());\ndfp_ad_slots_desktop[4] = googletag.defineSlot('/5850/post.desktop/rec_widget/news/stories', [[300,255],[300,250],[1,1]],'div-gpt-ad-rec_widget').addService(googletag.pubads());\ndfp_ad_slots_desktop[5] = googletag.defineSlot('/5850/post.desktop/footer/news/stories', [[300,254],[300,250],[1,1]],'div-gpt-ad-footer').addService(googletag.pubads());\ndfp_ad_slots_desktop[6] = googletag.defineSlot('/5850/post.desktop/skin/news/stories', [[1,2]],'div-gpt-ad-skin').addService(googletag.pubads());\ndfp_ad_slots_desktop[7] = googletag.defineSlot('/5850/post.desktop/inline/news/stories', [[1,7]],'div-gpt-ad-inline').addService(googletag.pubads());\ndfp_ad_slots_desktop[8] = googletag.defineSlot('/5850/post.desktop/overlay_topstory/news/stories', [[1,3]],'div-gpt-ad-overlay_topstory').addService(googletag.pubads());\ndfp_ad_slots_desktop[9] = googletag.defineSlot('/5850/post.desktop/overlay_fullpage/news/stories', [[1,4]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());\nhave_ad_slots = true;\n}else if ( nypost_dfp_screen == 'mobile') {\ndfp_ad_slots_mobile[0] = googletag.defineSlot('/5850/post.mobile/rec_atf/news/stories', [[1,1],[300,250],[300,1050]],'div-gpt-ad-rec_atf').addService(googletag.pubads());\ndfp_ad_slots_mobile[1] = googletag.defineSlot('/5850/post.mobile/top/news/stories', [[1,1],[320,162]],'div-gpt-ad-top').addService(googletag.pubads());\ndfp_ad_slots_mobile[2] = googletag.defineSlot('/5850/post.mobile/sidecar/news/stories', [[1,1],[28,250]],'div-gpt-ad-sidecar').addService(googletag.pubads());\ndfp_ad_slots_mobile[3] = googletag.defineSlot('/5850/post.mobile/bottom/news/stories', [[1,1],[320,50]],'div-gpt-ad-bottom').addService(googletag.pubads());\ndfp_ad_slots_mobile[4] = googletag.defineSlot('/5850/post.mobile/overlay_fullpage/news/stories', [[1,4]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());\nhave_ad_slots = true;\n}\t\t\tif ( have_ad_slots ) {\n\t\t\t\tgoogletag.pubads().setTargeting('authors',[\"Fox News\"]).setTargeting('page_type',\"article\").setTargeting('content',[\"animals\",\"california\",\"great-white-sharks\",\"wow\"]).setTargeting('site',\"nypost\");\n\t\t\t\tvar testadv = window.location.href.toString().match(/testadv=([\\w\\d]+)/);\n\t\t\t\tif (testadv !== null) {\n\t\t\t\t\ttestadv = testadv[1].toString().replace(/testadv=/, \"\");\n\t\t\t\t\tgoogletag.pubads().setTargeting('testadv',[testadv]);\n\t\t\t\t}\n\t\t\t\tif ( typeof Krux != 'undefined' ) {\n\t\t\t\t\tgoogletag.pubads().setTargeting('ksg', Krux.segments);\n\t\t\t\t\tgoogletag.pubads().setTargeting('kuid', Krux.user);\n\t\t\t\t}\n\t\t\t\tif ( typeof pxSegmentIDs != 'undefined' && pxSegmentIDs != '' ) {\n\t\t\t\t\tgoogletag.pubads().setTargeting('psg', pxSegmentIDs);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tgoogletag.pubads().enableSingleRequest();\n\t\t\t\tgoogletag.pubads().enableAsyncRendering();\n\t\t\t\tgoogletag.pubads().collapseEmptyDivs();\n\t\t\t\tgoogletag.enableServices();\n\t\t\t}\n\t\t\t\t\t});\n\t\t</script>\n\t\t\t\t<script src=\"//cdn.optimizely.com/js/291827881.js\"></script>\n\t\t\t\t\t<meta name='parsely-page' content='{\"title\":\"Surfer survives \\u0027Jaws\\u0027 moment with great white shark\",\"link\":\"http:\\/\\/nypost.com\\/2014\\/12\\/29\\/surfer-survives-jaws-moment-with-great-white-shark\\/\",\"image_url\":\"http:\\/\\/thenypost.files.wordpress.com\\/2014\\/12\\/shark.jpg\",\"type\":\"post\",\"post_id\":\"nypost-8430180\",\"pub_date\":\"2014-12-29T15:32:29Z\",\"section\":\"news\",\"author\":[\"Fox News\"],\"tags\":[\"Animals\",\"California\",\"great white sharks\",\"Wow\",\"\\/article\"]}' />\n\t\t\t\t\t\t\t<meta name='parsely-metadata' content='{\"post_id\":8430180}' />\n\t\t\t\t<meta name=\"google-site-verification\" content=\"0ChYYJ_QsKnyimSC27PNRqpEJ8sstO08-2yQ81t5yfU\" />\n<meta name=\"google-site-verification\" content=\"Y35rxQGMDF8RBK0PXe_b3H0oZ6qw1a5l3oI4l_YXIcE\" />\n<meta name=\"msvalidate.01\" content=\"8188997BC82071CE07AB711B5675CE54\" />\n<script type=\"text/javascript\">var ajaxurl = \"http://nypost.com/wp-admin/admin-ajax.php\"</script><meta name=\"application-name\" content=\"New York Post\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"Your source for breaking news, news about New York, sports, business, entertainment, opinion, real estate, culture, fashion, and more.\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://nypost.com/feed/;icon-uri=http://1.gravatar.com/blavatar/5a214da64b1b66f28cbfcd6b1b352675?s=16\" /><style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t<script>\n\t\tif ( typeof fyre != 'undefined' ) {\n\t\t\tvar authDelegate = new fyre.conv.BackplaneAuthDelegate(window.Backplane);\n\t\t\tauthDelegate.login = function(delegate) {\n\t\t\t\tvar successCallback = function(result) {\n\t\t\t\t\t// Ensure the user has a verified email and only proceed if true\n\t\t\t\t\tvar emailVerified = livefyreUserVerified(result);\n\t\t\t\t\tif ( emailVerified ) {\n\t\t\t\t\t\tdelegate.success();\n\t\t\t\t\t\tjanrain.events.onCaptureLoginSuccess.removeHandler(successCallback);\n\t\t\t\t\t\tjanrain.events.onModalClose.removeHandler(failureCallback);\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tvar failureCallback = function() {\n\t\t\t\t\tdelegate.failure();\n\t\t\t\t\tjanrain.events.onModalClose.removeHandler(failureCallback);\n\t\t\t\t\tjanrain.events.onCaptureLoginSuccess.removeHandler(successCallback);\n\t\t\t\t};\n\n\t\t\t\tjanrain.capture.ui.modal.open();\n\t\t\t\twindow.Backplane.expectMessages('identity/login');\n\t\t\t\tjanrain.events.onCaptureLoginSuccess.addHandler(successCallback);\n\t\t\t\tjanrain.events.onModalClose.addHandler(failureCallback);\n\t\t\t};\n\n\t\t\tauthDelegate.logout = function(delegate) {\n\t\t\t\tjQuery.removeCookie('janrainEmailVerified');\n\t\t\t\tBackplane.resetCookieChannel();\n\t\t\t\tfyre.conv.BackplaneAuthDelegate.prototype.logout.call(this, delegate);\n\t\t\t};\n\n\t\t\tauthDelegate.viewProfile = function(delegate, author) {};\n\n\t\t\tvar livefyreOnLoad = function(widget) {\n\n\t\t\t\twidget.on('commentPosted', function (data) {\n\t\t\t\t\tga('send', 'event', 'Response', 'Post Response', 'Comment');\n\t\t\t\t\tga('set', 'dimension13', 'yes');\n\t\t\t\t});\n\n\t\t\t\twidget.on('initialRenderComplete', function (data) {\n\t\t\t\t\t// If a user is logged in, ensure they have a verified email.\n\t\t\t\t\t// Do not allow them to post comments if not.\n\t\t\t\t\tvar emailVerified = livefyreUserVerified(null);\n\t\t\t\t\tif ( 'false' == emailVerified || false == emailVerified ) {\n\t\t\t\t\t\tthis.stop();\n\t\t\t\t\t\tjQuery('.fyre-comment-footer').remove();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t// reload window after user logs out\n\t\t\t\t// this avoids error where Janrain is logged in while Livefyre is logged out\n\t\t\t\twidget.on( 'userLoggedOut', function(){\n\t\t\t\t\tjQuery( '#account-flyover' ).removeClass( 'logged-in' ); // toggles signin-out links\n\t\t\t\t\twindow.location.reload( false );\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tvar livefyreUserVerified = function(user) {\n\t\t\t\t// Get the email verified status\n\t\t\t\tvar emailVerified = nypostJanrainVerified(user);\n\n\t\t\t\t// If the email is not verified, remove the comment box and display a message instead\n\t\t\t\tif ( 'false' == emailVerified || false == emailVerified ) {\n\t\t\t\t\tjQuery('.fyre-editor').first().html('<p class=\"fyre-not-verified\">Your email address must be verified before you can comment. To complete the registration process, please click on the link that appears in the the email that was sent to the address you entered. It may take a few minutes for the email to arrive. If you don\\'t receive it, please check your spam folder.</p>');\n\t\t\t\t\tjQuery('.fyre-comment-footer').remove();\n\t\t\t\t}\n\n\t\t\t\t// Also return the value in case the function calling this needs it for other operations.\n\t\t\t\treturn emailVerified;\n\t\t\t}\n\t\t}\n\n\t\tvar janrain_entity_api_call_nonce = '298a8e2e50';\n\t\tvar janrain_ajaxurl = 'https://thenypost.wordpress.com/wp-admin/admin-ajax.php';\n\t\tvar janrain_resend_url = '{* resendLink *}';\n    </script>\n    \t\t<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\t\t<!--[if lt IE 9]>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js\"></script>\n  <script src=\"//s3.amazonaws.com/nwapi/nwmatcher/nwmatcher-1.2.5-min.js\"></script>\n  <script src=\"//html5base.googlecode.com/svn-history/r38/trunk/js/selectivizr-1.0.3b.js\"></script>\n  <script src=\"//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js\"></script>\n<link rel='stylesheet' id='screen-css'  href='http://s0.wp.com/wp-content/themes/vip/nypost/static/stylesheets/screen.css?m=1419368610g' type='text/css'/>\n<![endif]-->\n</head>\n<body class=\"single single-article postid-8430180 nypost mp6 typekit-enabled highlander-enabled highlander-light\">\n\t<div id=\"fb-root\"></div>\n\t<script>\n\t\t(function(d, s, id) {\n\t\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\t\tif (d.getElementById(id)) return;\n\t\t\tjs = d.createElement(s); js.id = id;\n\t\t\tjs.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=823934954307605&version=v2.0\";\n\t\t\tfjs.parentNode.insertBefore(js, fjs);\n\t\t}(document, 'script', 'facebook-jssdk'));\n\t</script>\n\t<div id='div-gpt-ad-sidecar' class='dfp-ad dfp-ad-post dfp-sidecar'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-sidecar'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t<script type=\"text/javascript\">(function(a,b,c,d){a='//tags.tiqcdn.com/utag/nypost/nypost/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>\n\t<ul id=\"nav-flyovers\" class=\"ui-panel ui-panel-position-right ui-panel-display-reveal ui-body-a ui-panel-animate ui-panel-closed\">\n\t\t<li id=\"search-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner clearfix\">\n\t\t\t\t<form id=\"nav-search\" action=\"http://nypost.com/\">\n\t<input type=\"text\" name=\"s\" id=\"search-field\" placeholder=\"Search...\" />\n\t<input type=\"submit\" value=\"search\" id=\"search-submit\" />\n</form>\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"sections-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<div class=\"menu-main-menu-container\"><ul id=\"menu-main-menu\" class=\"menu\"><li id=\"menu-item-1612774\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section current-article-ancestor current-menu-parent current-article-parent menu-item-1612774\"><a href=\"/news/\">News</a></li>\n<li id=\"menu-item-1612773\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612773\"><a href=\"/metro/\">Metro</a></li>\n<li id=\"menu-item-1612779\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1612779\"><a href=\"http://pagesix.com\">Page Six</a></li>\n<li id=\"menu-item-1612777\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612777\"><a href=\"/sports/\">Sports</a></li>\n<li id=\"menu-item-1612768\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612768\"><a href=\"/business/\">Business</a></li>\n<li id=\"menu-item-1612775\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612775\"><a href=\"/opinion/\">Opinion</a></li>\n<li id=\"menu-item-1612769\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612769\"><a href=\"/entertainment/\">Entertainment</a></li>\n<li id=\"menu-item-1617339\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1617339\"><a href=\"/fashion/\">Fashion</a></li>\n<li id=\"menu-item-1612771\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612771\"><a href=\"/living/\">Living</a></li>\n<li id=\"menu-item-1612772\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612772\"><a href=\"/media/\">Media</a></li>\n<li id=\"menu-item-1612778\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612778\"><a href=\"/tech/\">Tech</a></li>\n<li id=\"menu-item-1615324\" class=\"menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1615324\"><a href=\"/real-estate/\">Real Estate</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7962507\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962507\"><a href=\"http://nypost.com/cover\">Covers</a></li>\n\t<li id=\"menu-item-7962521\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962521\"><a href=\"http://nypost.com/horoscope/\">Horoscopes</a></li>\n\t<li id=\"menu-item-7962530\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7962530\"><a href=\"http://nypost.com/columnists/\">Columnists</a></li>\n\t<li id=\"menu-item-8028368\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8028368\"><a href=\"http://bit.ly/1BJmUB5\">Realtor.com</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t<div class=\"spacer mobile\"></div>\n\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"follow-flyover\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<ul id=\"nav-follow\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/nypost\" target=\"_blank\"><i id=\"twitter-icon\"></i>Twitter</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/nypost\" target=\"_blank\"><i id=\"facebook-icon\"></i>Facebook</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</li>\n\t\t<li id=\"account-flyover\" class=\"flyover mobile\">\n\t\t\t<a id=\"janrain_auth\" href=\"#\" class=\"capture_modal_open\" >Sign in / Register</a>\n\t\t\t\t\t <script>\n\t\t\t\t\t\t if(localStorage && localStorage.getItem(\"janrainCaptureToken\")) {\n\t\t\t\t\t\t var authLink = document.getElementById(\"janrain_auth\");\n\t\t\t\t\t\t authLink.innerHTML = \"Log out\";\n\t\t\t\t\t\t authLink.setAttribute(\"href\", \"https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_logout&source=http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\");\n\t\t\t\t\t\t authLink.setAttribute(\"onclick\", \"janrain.capture.ui.endCaptureSession()\");\n\t\t\t\t\t\t authLink.setAttribute(\"class\",\"\");\n\t\t\t\t\t\t }\n\t\t\t\t\t </script>\t\t\t<a id=\"sign-out-flyover\" href=\"#\" class=\"\" onclick=\"janrain.capture.ui.endCaptureSession()\">Sign Out</a>\n\t\t</li>\n\t\t<li id=\"pagesix-submit-a-tip\" class=\"flyover\">\n\t\t\t<div class=\"nav-carat\"></div>\n\t\t\t<div class=\"flyover-inner\">\n\t\t\t\t<label for=\"pagesix-tip-text\"><strong>See something newsworthy?</strong><br>Tell us about it!</label>\n\t\t\t\t\t\t\t\t<p>or email <a href=\"mailto:tips@nypost.com\">tips@nypost.com</a></p>\n\t\t\t\t<label for=\"tip-submit\">(all tips will be submitted anonymously)</label>\n\t\t\t</div>\n\t\t</li>\n\t</ul>\n\t<div id=\"email-response\" style=\"display:none;\">\n\t<div class=\"thankyou\">\n\t\t<span class=\"email-icon\"></span>\n\t\t<div class=\"rule\"></div>\n\t\t<h3>Thanks for contacting us. We've received your submission.</h3>\n\t\t<a href=\"#\" class=\"back\">Back to Reading</a>\n\t</div>\n</div>\t<div id=\"content-wrapper\" class=\"ui-panel-animate ui-panel-content-wrap-closed ui-panel-content-wrap ui-panel-content-wrap-closed\">\n\t\t<header id=\"page-header\" class=\"clearfix\">\n\t\t\t\t<div id=\"top-bar-wrapper\" class=\"desktop\">\n\t\t<div id=\"top-bar\">\n\t\t\t\t\t\t\t<div id=\"promoted-tags-wrapper\">\n\t\t\t\t\t<div id=\"promoted-tags\" class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>In The News:</h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/mario-cuomo/\">Mario Cuomo</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/rex-ryan/\">Rex Ryan</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/flight-qz8501/\">Flight QZ8501</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/sony-hack/\">Sony hack</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/2014-in-review/\">2014 in review</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/tag/amy-pascal/\">Amy Pascal</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t</div>\n\t\t\t<div id=\"nav-wrapper\">\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<nav id=\"page-nav\">\n\t\t\t\t\t\t<div class=\"nav-links\">\n\t<a class=\"nav-item\" id=\"home\" href=\"http://nypost.com\">\n\t\t<i></i>\n\t\t<span class=\"nav-text\">Home</span>\n\t</a>\n\t<a class=\"nav-item\" id=\"sections\" href=\"#nav-flyovers\">\n\t\t<i></i>\n\t\t<span class=\"nav-text\">Sections</span>\n\t</a>\n\t<a class=\"nav-item desktop\" id=\"search\">\n\t<i></i>\n\t<span>Search</span>\n</a>\t<a class=\"nav-item\" id=\"pagesix-tip\" class=\"pagesix\" href=\"#\">\n\t\t<i></i>\n\t\t<span>Tips</span>\n\t</a>\n\t<a id=\"janrain_auth\" href=\"#\" class=\"capture_modal_open\" >Sign in / Register</a>\n\t\t\t\t\t <script>\n\t\t\t\t\t\t if(localStorage && localStorage.getItem(\"janrainCaptureToken\")) {\n\t\t\t\t\t\t var authLink = document.getElementById(\"janrain_auth\");\n\t\t\t\t\t\t authLink.innerHTML = \"Log out\";\n\t\t\t\t\t\t authLink.setAttribute(\"href\", \"https://thenypost.wordpress.com/wp-admin/admin-ajax.php?action=janrain_capture_logout&source=http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\");\n\t\t\t\t\t\t authLink.setAttribute(\"onclick\", \"janrain.capture.ui.endCaptureSession()\");\n\t\t\t\t\t\t authLink.setAttribute(\"class\",\"\");\n\t\t\t\t\t\t }\n\t\t\t\t\t </script>\t<a class=\"nav-item\" id=\"subscribe\" href=\"https://pay.nypost.com/\" target=\"_blank\" class=\"desktop\">\n\t\t<i></i>\n\t\t<span>Subscribe</span>\n\t</a>\n\t<a class=\"nav-item\" id=\"follow\" class=\"desktop\">\n\t\t<i></i>\n\t\t<span>Follow</span>\n\t</a>\n</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://nypost.com\" id=\"header-logo\">New York Post</a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t</nav>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t\t<div id=\"header-billboard-ad\" class=\"billboard-ad\">\n\t\t\t\t<div id='div-gpt-ad-billb_atf' class='dfp-ad dfp-ad-post dfp-billb_atf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-billb_atf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t</div>\n\t\t\t<div id='div-gpt-ad-top' class='dfp-ad dfp-ad-post dfp-top'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-top'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t</header>\n\n\t\t<div id='div-gpt-ad-skin' class='dfp-ad dfp-ad-post dfp-skin'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-skin'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t<div id='div-gpt-ad-overlay_fullpage' class='dfp-ad dfp-ad-post dfp-overlay_fullpage'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-overlay_fullpage'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\n\t\t<div id=\"content\">\n\t\t\t<div id='div-gpt-ad-bottom' class='dfp-ad dfp-ad-post dfp-bottom'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-bottom'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t<div id=\"background-wrapper\">\n\t\t\t\t<div class=\"container clearfix\">\n\t\t\t\t\t<div id='div-gpt-ad-overlay_topstory' class='dfp-ad dfp-ad-post dfp-overlay_topstory'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-overlay_topstory'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\n\n\n\n<div id=\"article-wrapper\" class=\"left-column clearfix standard\">\n\t\t<div class=\"box article modal-enabled\">\n\t\t<div class=\"article-header\">\n\t\t\t<div class=\"flag-region\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"section-tag\">\n\t\t\t\t\t\t<a href=\"/news/\" class=\"background-color\">News</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"article-share-top nyp-sharedaddy-wrapper\">\n\t\t\t\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8430180\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8430180\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8430180\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Surfer%20survives%20%27Jaws%27%20moment%20with%20great%20white%20shark%20http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\" id=\"sharing-whats-8430180\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div>\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<h1><a href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\">Surfer survives &#8216;Jaws&#8217; moment with great white&nbsp;shark</a></h1>\n\t\t\t\t\t\t\t\t\t<div id=\"author-byline\">\n\t\t\t\t<p class=\"byline\">By Fox News</p>\t\t\t\t<div class=\"author-flyout fox-news\" data-author-name=\"Fox News\">\n\t<div class=\"arrow\"></div>\n\t<div class=\"author-flyout-inner\">\n\t\t<ul class=\"author-flyout-icons\">\n\t\t\t<li><a href=\"http://nypost.com/author/fox-news/\" data-interaction-type=\"archive\" title=\"Fox News's archive\"><span class=\"author-flyout-archive\"></span>View author archive</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://nypost.com/author/fox-news/feed/\" data-interaction-type=\"rss\" title=\"Get Fox News's RSS feed\" target=\"_blank\"><span class=\"author-flyout-rss\"></span>Get author RSS feed</a></li>\n\t\t</ul>\n\t</div>\n</div>\n<div id=\"columnist-contact\" class=\"author-contact\"><div class=\"box module widget_text\">\t\t\t<div class=\"textwidget\"><div id='contact-form-widget-text-2'>\n<form action='/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/#contact-form-widget-text-2' method='post' class='contact-form commentsblock'>\n\n<div>\n\t\t<label for='gwidget-text-2-name' class='grunion-field-label name'>Name<span>(required)</span></label>\n\t\t<input type='text' name='gwidget-text-2-name' id='gwidget-text-2-name' value='' class='name'  required aria-required='true'/>\n\t</div>\n\n<div>\n\t\t<label for='gwidget-text-2-email' class='grunion-field-label email'>Email<span>(required)</span></label>\n\t\t<input type='email' name='gwidget-text-2-email' id='gwidget-text-2-email' value='' class='email'  required aria-required='true'/>\n\t</div>\n\n<div>\n\t\t<label for='contact-form-comment-gwidget-text-2-comment' class='grunion-field-label textarea'>Comment<span>(required)</span></label>\n\t\t<textarea name='gwidget-text-2-comment' id='contact-form-comment-gwidget-text-2-comment' rows='20'  required aria-required='true'></textarea>\n\t</div>\n\t<p class='contact-submit'>\n\t\t<input type='submit' value='Submit &#187;' class='pushbutton-wide'/>\n\t\t<input type='hidden' name='contact-form-id' value='widget-text-2' />\n\t\t<input type='hidden' name='action' value='grunion-contact-form' />\n\t</p>\n</form>\n</div>\r\n</div>\n\t\t</div></div>\t\t\t</div>\n\t\t\t<p class=\"byline-date\">December 29, 2014 | 10:32am</p>\n\t\t\t<div class=\"double-rule\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"featured-image-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modal-trigger\" data-modal-type=\"image\" href=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg\" title=\"Expand Image\">Modal Trigger</a>\n\t\t\t\t\t\t\t<div class=\"featured-image\" data-picture data-alt=\"Surfer survives &#8216;Jaws&#8217; moment with great white&nbsp;shark\">\n\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg?w=600\"></div>\n\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/shark.jpg?w=720&#038;h=480&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wp-caption-text featured\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t50-year-old surfer Kevin Swanson survived being attacked and dragged underwater by a 8-to-10 foot great white shark off the coast of California on Sunday.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"credit\">Photo: Barcroft</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"in-line-column wp-caption alignleft\">\n\t<div id=\"syndicated-partner\" class=\"box module inline desktop\">\n\t<div class=\"module-wrapper\">\n\t\t<div class=\"partner-header\">\n\t\t\t<h3>Originally published by:</h3>\n\t\t</div>\n\t\t<div class=\"partner-image\">\n\t\t\t<a href=\"http://foxnews.com\" target=\"_blank\"><img width=\"37\" height=\"30\" src=\"http://thenypost.files.wordpress.com/2013/08/logo-fox-news-01.png?w=37\" class=\"attachment-nypost-syndicated-partner\" alt=\"logo-fox-news\" /></a>\n\t\t</div>\n\t\t\t</div>\n</div>\t\t<div id=\"more-on\" class=\"box module inline tag desktop\">\n\t\t\t<div class=\"module-wrapper\">\n\t\t\t\t<div class=\"tag-header\">\n\t\t\t\t\t<h3>MORE ON:</h3>\n\t\t\t\t\t\t\t\t\t\t\t<h6><a href=\"http://nypost.com/tag/great-white-sharks/\">great white sharks</a></h6>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<h5><a href=\"http://nypost.com/2014/12/10/great-white-sharks-take-hunting-to-the-skies/\">The real &#039;Sharknado&#039; is here</a></h5>\n\t\t\t\t\t\t\t</div>\n\t\t</div>\n</div>\t\t\t\t\t\t\t<div class=\"entry-content\">\n\t\t\t\t\t\t\t<p>A surfer survived being attacked and dragged underwater by a juvenile great white shark off the central California coast Sunday.</p>\n<p>California State Park Ranger Supervisor Robert Colligan said the attack by the 8-to-10 foot shark happened at around 11 a.m. local time at Montana de Oro State Park, approximately 200 miles northwest of Los Angeles.</p>\n<p><a href=\"http://www.sanluisobispo.com/2014/12/28/3417291/shark-bites-surfer-slo-county.html?sp=/99/100/&amp;ihp=1\">The San Luis Obispo Tribune</a>, citing witnesses, identified the surfer as 50-year-old Kevin Swanson of Morro Bay, Calif. He was airlifted to a local hospital with non-life-threatening injuries to his right hip and thigh and a hospital spokesman said Swanson was in fair condition Sunday afternoon.</p>\n<p>Andrew Walsh, who was surfing with Swanson, told the paper that the shark swam up from underneath Swanson&#8217;s board and grabbed him with no warning. Walsh added that Swanson surfaced after several seconds, yelled &#8220;shark attack!&#8221;, and began paddling to shore.</p>\n<p>Before Swanson got out of the water, Walsh said, he fashioned a tourniquet from his surfboard&#8217;s leash cord. Two doctors who happened to be walking on the beach at the time examined him and determined that no arteries were hit.</p>\n<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/myeJ_Eia0AM?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></p>\n<p>&#8220;We&#8217;re really blessed that he was still able to get himself to shore,&#8221; Walsh said. &#8220;I was a few feet behind him, and we grabbed him and got him &#8230; up on the sand, and very quickly these doctors were there, helping out and calling 911.&#8221;</p>\n<p>The beach remained open, but signs will be posted for three days warning the public of the attack, Colligan said. He noted that if there is another shark sighting, the signs will remain up for another three days.</p>\n<p>Sharks are native to the area, and Colligan said that they are spotted several times a year. He added that attacks like this are rare.</p>\n<p>A woman swimming with seals was killed by a shark in 2003 about 10 miles south of the most recent attack, Colligan said.</p>\n<div id=\"jp-post-flair\" class=\"sharedaddy sd-like-enabled sd-sharing-enabled\"><div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8430180\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8430180\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8430180\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Surfer%20survives%20%27Jaws%27%20moment%20with%20great%20white%20shark%20http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\" id=\"sharing-whats-8430180\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div></div>\t\t\t\t<p id=\"syndicated-partner\">This article <a href=\"http://www.foxnews.com/us/2014/12/29/surfer-survives-being-attacked-dragged-under-by-shark-off-central-california/\" target=\"_blank\">originally appeared</a> on <a href=\"http://foxnews.com\" target=\"_blank\">Fox News</a>.</p>\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"tag-list\">\n\t\t\t\t<span>Filed under</span>\n\t\t\t\t<a href=\"http://nypost.com/tag/animals/\" rel=\"tag\">Animals</a>\n\t\t\t\t\t\t\t<span class=\"sep\">,&nbsp;</span>\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/california/\" rel=\"tag\">California</a>\n\t\t\t\t\t\t\t<span class=\"sep\">,&nbsp;</span>\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/great-white-sharks/\" rel=\"tag\">great white sharks</a>\n\t\t\t\t\t\t\t<span class=\"sep\">,&nbsp;</span>\n\t\t\t\t\t\t<a href=\"http://nypost.com/tag/wow/\" rel=\"tag\">Wow</a>\n\t\t\t\t\t</div>\n\t\t\n\t\t\n\t\t<div id=\"syndicated-partner-mobile\"></div>\n\n\t\t\t\t<div id=\"sharebar-trigger\"></div>\n\t\t<div class=\"sharebar nyp-sharedaddy-wrapper\">\n\t<div id=\"sharebar-social\">\n\t\t<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing\"><h3 class=\"sd-title\">Share this:</h3><div class=\"sd-content\"><ul><li><a href=\"#\" class=\"sharing-anchor sd-button share-more\"><span>Share</span></a></li><li class=\"share-end\"></li></ul><div class=\"sharing-hidden\"><div class=\"inner\" style=\"display: none;\"><ul><li class=\"share-facebook\"><a rel=\"nofollow\" class=\"share-facebook sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=facebook\" title=\"Share on Facebook\" id=\"sharing-facebook-8430180\"><span>Facebook</span></a></li><li class=\"share-twitter\"><a rel=\"nofollow\" class=\"share-twitter sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=twitter\" title=\"Click to share on Twitter\" id=\"sharing-twitter-8430180\"><span>Twitter</span></a></li><li class=\"share-end\"></li><li class=\"share-google-plus-1\"><a rel=\"nofollow\" class=\"share-google-plus-1 sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=google-plus-1\" title=\"Click to share on Google+\" id=\"sharing-google-8430180\"><span>Google</span></a></li><li class=\"share-custom\"><a rel=\"nofollow\" class=\"share-whatsapp sd-button share-icon\" href=\"whatsapp://send?text=Surfer%20survives%20%27Jaws%27%20moment%20with%20great%20white%20shark%20http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\" id=\"sharing-whats-8430180\" title=\"Click to share on Whatsapp\"><span>WhatsApp</span></a></li><li class=\"share-end\"></li><li class=\"share-email\"><a rel=\"nofollow\" class=\"share-email sd-button share-icon\" href=\"http://nypost.com/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/?share=email\" title=\"Click to email this to a friend\"><span>Email</span></a></li><li class=\"share-end\"></li></ul></div></div></div></div></div>\t\t<div class=\"share-post-url desktop\">\n\t\t\t<span></span><input type=\"text\" value=\"http://nyp.st/13OFYyy\" />\n\t\t</div>\n\t</div>\n\t\n\t\t\t<div class=\"read-next-wrapper\" class=\"clearfix\">\n\t\t\t<p class=\"read-next\">\n\t\t\t\t<a href=\"http://nypost.com/2014/12/29/final-passengers-rescued-from-stranded-burned-ferry/\">Read Next:</a>\n\t\t\t</p>\n\t\t\t<p class=\"read-next-link\">\n\t\t\t\t<a class=\"mobile\" href=\"http://nypost.com/2014/12/29/final-passengers-rescued-from-stranded-burned-ferry/\">\n\t\t\t\t\tFinal passengers rescued&hellip;\t\t\t\t</a>\n\t\t\t\t<a class=\"desktop\" href=\"http://nypost.com/2014/12/29/final-passengers-rescued-from-stranded-burned-ferry/\">\n\t\t\t\t\tFinal passengers rescued from stranded,&hellip;\t\t\t\t</a>\n\t\t\t\t<a class=\"desktop expand\" href=\"http://nypost.com/2014/12/29/final-passengers-rescued-from-stranded-burned-ferry/\">\n\t\t\t\t\tFinal passengers rescued from stranded, burned ferry\t\t\t\t</a>\n\t\t\t</p>\n\t\t</div>\n\t\t</div>\t\t\n\t\t\n\t\t\t\t<div id=\"outbrainContainer\" data-ob-template=\"nypost\" class=\"OBR\"></div>\n\t\t<script type=\"text/javascript\">\t\t\n\t\t\t// set a default widget id\n\t\t\tvar ob_id = 'AR_3';\n\n\t\t\t// Select the proper template to use\n\t\t\tif ( nypost_screen == 'mobile' ) {\n\t\t\t\tob_id='MB_2';\n\t\t\t}\t\n\n\t\t\tOB_elements = ( typeof( OB_elements ) !== 'undefined' ) ? OB_elements : [];\n\t\t\tvar OB_element = {};\n\n\t\t\t// Editable section\n\t\t\tOB_element.containerId = \"outbrainContainer\";\n\t\t\tOB_element.widgetId  = ob_id;\n\t\t\tOB_elements.push( OB_element );\n\n\t\t\t( function() {\n\t\t\t\tvar ob = document.createElement(\"script\");ob.type = \"text/javascript\"; \n\t\t\t\tob.async = true;\n\t\t\t\tob.src = \"http://widgets.outbrain.com/outbrain.js\";\n\t\t\t\tvar s = document.getElementsByTagName('script')[0]; \n\t\t\t\ts.parentNode.insertBefore(ob, s);\n\t\t\t} )();\n\t\t</script>\n\t\t\t\t<div class=\"comments\">\n\t\t\t<span id=\"sailthru-scout-header\">Recommended For You</span><div id=\"sailthru-scout\"><div class=\"loading\">Loading, please wait...</div></div><span id=\"article-popular-this-week-header\">Most Popular This Week</span>\n<div id=\"article-popular-this-week\">\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>1</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/29/arrests-plummet-following-execution-of-two-cops/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/nyc_mayor_police_graduation.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/29/arrests-plummet-following-execution-of-two-cops/\">Arrests plummet 66% with NYPD in virtual work&nbsp;stoppage</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>2</span>\n\t\t\t<a href=\"http://nypost.com/2014/08/23/three-cheers-for-the-nypd/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/08/rk1_3779.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/08/23/three-cheers-for-the-nypd/\">Three cheers for the&nbsp;NYPD</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>3</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/27/cops-turn-backs-on-de-blasio-as-he-takes-stage-at-funeral/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/usa-police_1.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/27/cops-turn-backs-on-de-blasio-as-he-takes-stage-at-funeral/\">Cops turn backs on de Blasio at executed officer&#8217;s&nbsp;funeral</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>4</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/30/it-was-rough-man-rex-ryan-speaks-to-cap-his-whirlwind-day/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/rex14.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/30/it-was-rough-man-rex-ryan-speaks-to-cap-his-whirlwind-day/\">&#8216;It was rough, man&#039;: Rex Ryan speaks to cap his whirlwind&nbsp;day</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>5</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/26/astrophysicist-angers-religious-conservatives-with-christmas-tweet/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/tyson1.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/26/astrophysicist-angers-religious-conservatives-with-christmas-tweet/\">Astrophysicist angers Christians with Christmas&nbsp;tweet</a>\n\t\t</div>\n\t</div>\n\t\t<div class=\"content-item\">\n\t\t<div class=\"image\">\n\t\t\t<span>6</span>\n\t\t\t<a href=\"http://nypost.com/2014/12/25/plane-passenger-tossed-after-angry-reaction-to-merry-christmas/\">\n\t\t\t\t<img src=\"http://thenypost.files.wordpress.com/2014/12/shutterstock_105424889.jpg?w=264&#038;h=177&#038;crop=1\">\n\t\t\t</a>\n\t\t</div>\n\t\t<div class=\"title\">\n\t\t\t<a href=\"http://nypost.com/2014/12/25/plane-passenger-tossed-after-angry-reaction-to-merry-christmas/\">Passenger tossed after flipping out over staff&#8217;s &#8216;Merry Christmas&#8217;</a>\n\t\t</div>\n\t</div>\n\t</div>\t\t</div>\n\t</div>\n\n</div>\n\n\n<div id=\"highlight-share\">\n\t<p>Share Selection</p>\n\t<div class=\"share-content\">\n\t\t<a target=\"_blank\" class=\"facebook\" href\"\" data-short-url=\"http://nyp.st/13OFYyy\">Facebook</a>\n\t\t<a target=\"_blank\" href=\"\" data-short-url=\"http://nyp.st/13OFYyy\" class=\"twitter\">Twitter</a>\n\t</div>\n\t<div class=\"arrow\"></div>\n</div>\n\n<div class=\"right-column sidebar\">\n\t<div id='div-gpt-ad-rec_atf' class='dfp-ad dfp-ad-post dfp-rec_atf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_atf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t<div class=\"box module widget_nypost_trending_widget\"><div class=\"module-title\"><h2>Trending Now in News</h2></div>\t\t<div class=\"image-layout none\">\n\t\t\t\t\t\t<div class=\"trending-headlines-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">3559</p>\n\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/03/airasia-used-unauthorized-route-on-day-of-crash-report/\">AirAsia used unauthorized route on day of crash:&nbsp;report</a></h3>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"trending-headlines-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">2806</p>\n\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/little-girl-survives-deadly-plane-crash-in-kentucky/\">Little girl survives deadly plane&nbsp;crash</a></h3>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"trending-headlines-story clearfix\">\n\t\t\t\t\t<p class=\"share-count\">1295</p>\n\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/some-airasia-victims-found-still-strapped-to-seats-official/\">Some AirAsia victims found still strapped to&nbsp;seats</a></h3>\n\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t</div><div class=\"box module widget_nypost_dfp_ad_widget\"><div id='div-gpt-ad-rec_widget' class='dfp-ad dfp-ad-post dfp-rec_widget'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_widget'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</div><div class=\"box module widget_nypost_pagesix_rss_widget\"><div class=\"module-title\"><h2>\n\t\t<div class=\"module-title\">\n\t\t\t<h2>Now On</h2>\n\t\t\t<a class=\"pagesix-icon\" href=\"#\">Page Six</a>\n\t\t</div>\n\n\t\t</h2></div>\t\t<div class=\"module-wrapper\">\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t<a href=\"http://pagesix.com/2015/01/02/johnny-manziel-resolves-to-stop-party-antics-after-nye/\"><img src=\"http://nyppagesix.files.wordpress.com/2014/05/nfl_draft_football-1.jpg?w=322&#038;h=215&#038;crop=1\" alt=\"\"></a>\n\t\t\t\t<h2><a href=\"http://pagesix.com/2015/01/02/johnny-manziel-resolves-to-stop-party-antics-after-nye/\">Johnny Football resolves to stop party antics — after NYE</a></h2>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/coco-rocha-reveals-her-stickiest-fashion-show-situation/\">Coco Rocha reveals her stickiest fashion show situation</a></h3>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/vips-rally-behind-amy-adams-after-axed-today-interview/\">VIPs rally behind Amy Adams after axed ‘Today’ interview</a></h3>\n\t\t\t\t\t</div>\n\n\t\t<div class=\"see-all\">\n\t\t\t<h3><a href=\"http://pagesix.com\">SEE ALL</a></h3>\n\t\t</div>\n\n\t\t</div><div class=\"box module widget_nypost_decider_rss_widget\"><div class=\"module-title\"><h2>\n\t\t<div class=\"module-title\">\n\t\t\t<h2>Now On</h2>\n\t\t\t<a class=\"decider-icon\" href=\"#\">Decider</a>\n\t\t</div>\n\n\t\t</h2></div>\t\t<div class=\"module-wrapper\">\n\t\t\t\t\t<div class=\"story-photo-box\">\n\t\t\t\t<a href=\"http://decider.com/2015/01/02/ohio-state-cheater-or-not-video/\"><img src=\"http://nypdecider.files.wordpress.com/2015/01/cg-abruptpullaway.gif?w=322&#038;h=215&#038;crop=1\" alt=\"\"></a>\n\t\t\t\t<h2><a href=\"http://decider.com/2015/01/02/ohio-state-cheater-or-not-video/\">Girl Gets Caught Cheating On National Television … Or Does She?</a></h2>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://decider.com/2015/01/02/2015-midseason-premieres/\">2015 Midseason Premiere Dates: When Your Favorite Show Is Coming Back – And Where You Can Stream It Now</a></h3>\n\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t<h3><a href=\"http://decider.com/2014/12/31/14-best-sex-scenes-2014/\">The 14 Hottest, Weirdest, And Shocking Sex Scenes Of 2014 (Gallery)</a></h3>\n\t\t\t\t\t</div>\n\n\t\t<div class=\"see-all\">\n\t\t\t<h3><a href=\"http://decider.com\">SEE ALL</a></h3>\n\t\t</div>\n\n\t\t</div><div class=\"box module widget_nypost_top_articles_widget\"><div class=\"module-title\"><h2>Most Popular This Week</h2></div>\t\t<div class=\"module-wrapper\">\n\t\t\t\t\t<h3><a href=\"http://nypost.com/2014/12/29/arrests-plummet-following-execution-of-two-cops/\">Arrests plummet 66% with NYPD in virtual work&nbsp;stoppage</a></h3>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2014/08/23/three-cheers-for-the-nypd/\">Three cheers for the&nbsp;NYPD</a></h3>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2014/12/27/cops-turn-backs-on-de-blasio-as-he-takes-stage-at-funeral/\">Cops turn backs on de Blasio at executed officer&#8217;s&nbsp;funeral</a></h3>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2014/12/30/it-was-rough-man-rex-ryan-speaks-to-cap-his-whirlwind-day/\">&#8216;It was rough, man&#039;: Rex Ryan speaks to cap his...</a></h3>\n\t\t\t\t\t\t\t<div class=\"rule\"></div>\n\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2014/12/26/astrophysicist-angers-religious-conservatives-with-christmas-tweet/\">Astrophysicist angers Christians with Christmas&nbsp;tweet</a></h3>\n\t\t\t\t\t</div>\n\t\t</div>\t<div id='div-gpt-ad-rec_btf' class='dfp-ad dfp-ad-post dfp-rec_btf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-rec_btf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</div>\n<div id='div-gpt-ad-billb_btf' class='dfp-ad dfp-ad-post dfp-billb_btf'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-billb_btf'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t</div><!-- /container -->\n\t\t</div><!-- /background-wrapper -->\n\t</div><!-- /content -->\n\t\t<div id=\"story-grid-wrapper\">\n\t\t<div id=\"story-grid\" class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/irvin-only-one-team-can-derail-seahawks-patriots-super-bowl/\">Irvin: Only one team can derail Seahawks-Patriots&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/irvin-only-one-team-can-derail-seahawks-patriots-super-bowl/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Irvin: Only one team can derail Seahawks-Patriots Super&nbsp;Bowl\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/irvin.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/irvin.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/revlon-ceo-rips-blacks-jews-us-bias-suit/\">Revlon CEO rips blacks, Jews, hates &#8216;dirty&#8217;&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/revlon-ceo-rips-blacks-jews-us-bias-suit/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Revlon CEO rips blacks, Jews, hates &#8216;dirty&#8217; Americans:&nbsp;suit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/459197146_102227127-e1420092466183.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/459197146_102227127-e1420092466183.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ad\">\n\t\t\t\t\t\t\t\t<div id='div-gpt-ad-footer' class='dfp-ad dfp-ad-post dfp-footer'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-footer'); });\n\t\t}\n\t</script>\n</div>\n</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box \">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/01/de-blasios-cop-out/\">De Blasio’s cop-out</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/01/de-blasios-cop-out/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"De Blasio’s cop-out\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/usa_police_local_authorities.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2014/12/usa_police_local_authorities.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/bowl-season-disaster-for-sec/\">What we thought we knew about SEC,&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/02/bowl-season-disaster-for-sec/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"What we thought we knew about SEC, Big Ten was&nbsp;wrong\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/alabama.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/alabama.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-5\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\">Bratton warns NYPD not to turn backs&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://nypost.com/2015/01/02/bratton-warns-nypd-not-to-turn-backs-on-mayor-at-officers-funeral/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Bratton warns NYPD not to turn backs on mayor at cop&#8217;s&nbsp;funeral\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/brattonnypd.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"http://thenypost.files.wordpress.com/2015/01/brattonnypd.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/01/business-mogul-throws-temper-tantrum-over-spilt-champagne/\">Mogul throws fit over spilt Champagne</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://pagesix.com/2015/01/01/business-mogul-throws-temper-tantrum-over-spilt-champagne/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Mogul throws fit over spilt Champagne\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/shutterstock_156202337.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/shutterstock_156202337.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"story-wrapper footer-story-7\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Temporarily Disabled -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"story-photo-box oversize-headline\">\n\t\t\t\t\t\t\t\t<h3><a href=\"http://pagesix.com/2015/01/02/epstein-allegedly-forced-underage-sex-slave-into-bed-with-prince-andrew/\">Prince Andrew borrowed banker&#8217;s underage ‘sex slave’&hellip;</a></h3>\n\t\t\t\t\t\t\t\t<a href=\"http://pagesix.com/2015/01/02/epstein-allegedly-forced-underage-sex-slave-into-bed-with-prince-andrew/\">\n\t\t\t\t\t\t\t\t\t<div class=\"story-thumbnail\" data-picture data-alt=\"Prince Andrew borrowed banker&#8217;s underage ‘sex slave’ for orgy: suit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/jeffrey-andrew-split.jpg?w=360&#038;h=240&#038;crop=1\"></div>\n\t\t\t\t\t\t\t\t\t\t<div data-src=\"https://nyppagesix.files.wordpress.com/2015/01/jeffrey-andrew-split.jpg?w=360&#038;h=280&#038;crop=1\" data-media=\"(min-width: 640px)\"></div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t</div>\n\t\t<footer id=\"page-footer\" class=\"clearfix\">\n\t\t\t<div id=\"footer-wrapper\" class=\"container\">\n\t\t\t\t<div id=\"footer-branding\">\n\t\t\t\t\t<a href=\"#\" id=\"footer-logo\">New York Post</a>\n\t\t\t\t\t\t<ul id=\"footer-social\" class=\"\">\n\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/nypost\" id=\"footer-twitter-icon\" target=\"_blank\">Twitter</a></li>\n\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/nypost\" id=\"footer-facebook-icon\" target=\"_blank\">Facebook</a></li>\n\t\t\n\t\t\n\t\t\t\t\t</ul>\n\t\t\t\t\t<div id=\"footer-mobile\" class=\"mobile\">\n\t\t\t\t\t\t<div id=\"footer-links\" class=\"clearfix\">\n\t\t\t\t\t\t\t<div class=\"menu-footer-menu-mobile-container\"><ul id=\"menu-footer-menu-mobile\" class=\"menu\"><li id=\"menu-item-7878405\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7878405\"><a href=\"#\">Column 1</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7838044\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838044\"><a href=\"http://nypost.com/iphone-app\">iPhone App</a></li>\n\t<li id=\"menu-item-7838048\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838048\"><a href=\"http://nyp.st/HtvnOO\">Android App</a></li>\n\t<li id=\"menu-item-7838038\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838038\"><a href=\"http://newsletters.nypost.com/join/signup\">Email Newsletters</a></li>\n</ul>\n</li>\n<li id=\"menu-item-7878427\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7878427\"><a href=\"#\">Column 2</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-7838051\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838051\"><a href=\"http://nypost.com/advertising/\">Advertising Info</a></li>\n\t<li id=\"menu-item-7838059\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7838059\"><a href=\"http://nypost.com/contact/\">Contact Us</a></li>\n\t<li id=\"menu-item-7878441\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7878441\"><a href=\"http://nypost.com/careers\">Careers/Jobs</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"controls\">\n\t\t\t\t\t\t\t<!-- <a id=\"view-full-site\" href=\"#\">Full Site</a> -->\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<p id=\"copyright\">&copy; Copyright 2015 NYP Holdings, Inc. All rights reserved</p>\n\t\t\t\t\t\t<div id=\"footer-mobile-nav\">\n\t\t\t\t\t\t\t<a href=\"http://nypost.com/terms\">Terms of Use</a> | <a href=\"http://nypost.com/privacy\">Privacy</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"footer-nav\" class=\"desktop clearfix\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"menu-footer-menu-container\"><ul id=\"menu-footer-menu\" class=\"menu\"><li id=\"menu-item-1612816\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612816\"><a href=\"#\">Column 1</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1673407\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673407\"><a href=\"http://nyp.st/16MKaiI\">Email Newsletters &amp; Alerts</a></li>\n\t<li id=\"menu-item-1617020\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1617020\"><a href=\"http://bit.ly/103XCwI\">Home Delivery</a></li>\n\t<li id=\"menu-item-1673525\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1673525\"><a href=\"http://nypost.com/customer-service/\">Customer Service</a></li>\n\t<li id=\"menu-item-1616973\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1616973\"><a href=\"http://bit.ly/1wMWXtZ\">Classifieds</a></li>\n\t<li id=\"menu-item-1618776\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1618776\"><a title=\"Advertising Info\" href=\"http://bit.ly/nypadvertising\">Advertising Info</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1612818\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612818\"><a href=\"#\">Column 2</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1616896\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1616896\"><a href=\"http://nypost.com/ipad-app\">iPad App</a></li>\n\t<li id=\"menu-item-1673512\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673512\"><a href=\"http://nypost.com/iphone-app\">iPhone App</a></li>\n\t<li id=\"menu-item-1673513\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1673513\"><a href=\"http://nyp.st/HtvnOO\">Android Apps</a></li>\n\t<li id=\"menu-item-6644841\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6644841\"><a href=\"http://bit.ly/1sX09lv\">App Help &amp; FAQ</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1612820\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612820\"><a href=\"#\">Column 3</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1673510\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1673510\"><a href=\"http://nypost.com/rssfeeds/\">RSS Feeds</a></li>\n\t<li id=\"menu-item-1612821\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1612821\"><a href=\"http://nypost.com/contact/\">Contacts</a></li>\n\t<li id=\"menu-item-7879047\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7879047\"><a href=\"http://bit.ly/1uwe5ay\">Careers/Jobs</a></li>\n\t<li id=\"menu-item-1617021\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1617021\"><a href=\"http://nypstore.com\">NYP Store</a></li>\n</ul>\n</li>\n</ul></div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t<div id=\"footer-promo\" class=\"desktop\">\n\t\t\t\t\t<div class=\"footer-module widget_image\"><div style=\"overflow:hidden;\"><a href=\"http://bit.ly/1vapSLW\"><img src=\"http://thenypost.files.wordpress.com/2014/11/nyp_realtor_footer.png?w=281&amp;h=166\" alt=\"Realtor.com\" class=\"alignnone\" width=\"281\" height=\"166\" /></a></div>\n</div>\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"footer-legal\" class=\"desktop\">\n\t\t\t\t\t<p>&copy; 2015 NYP Holdings, Inc. All Rights Reserved<br />\n\t\t\t\t\t<a href=\"http://nypost.com/terms\">TERMS OF USE</a> |  <a href=\"http://nypost.com/privacy\">PRIVACY</a> |  <a href=\"http://nypost.com/privacy#adchoices\">YOUR AD CHOICES</a></p>\n\t\t\t\t\t<a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\"><img src=\"http://s0.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-light-small.png?m=1401974073g\" width=\"187\" height=\"26\" alt=\"Powered by WordPress.com VIP\" /></a>\t\t\t\t</div>\n\t\t\t</div>\n\t</footer>\n</div><!-- /content-wrapper -->\n<!-- wpcom_wp_footer -->\n<script type=\"text/javascript\">\n function setup_bp() {\n\t/*\n\t * Initialize Backplane:\n\t * This creates a channel and adds a cookie for the channel.\n\t * It also sets the function to call when this is complete.\n\t */\n\tBackplane(bp_ready);\n\tBackplane.init({\n\t\tserverBaseURL: \"http://backplane1.janrainbackplane.com/v1.2\",\n\t\tbusName: \"nypost.com\"\n\t});\n}\n\nfunction bp_ready() {\n\t/*\n\t * This function is called when Backplane.init is complete.\n\t */\n\tif (Backplane.getChannelID() != undefined) {\n\t\t// backplane loaded\n\t\t//console.log(Backplane.getChannelID());\n\t\treturn false;\n\t}\n}\n\nsetup_bp();\n</script>\t<script type=\"text/javascript\">\n\tLF.CommentCount( {\n\t\treplacer: function( element, count ) {\n\t\t\t\t\t\telement.innerHTML = count;\n\t\t\t\t\t}\n\t} );\n\t</script>\n\t\t\t<script>\n\t\t  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t\t  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t\t  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\t\t  \t\t  ga('create', 'UA-3922003-6', 'auto', {'allowLinker': true});\n\t\t\t  // Optimizely Universal Analytics Integration code\n\t\t      window.optimizely = window.optimizely || [];\n\t\t      window.optimizely.push(['activateUniversalAnalytics']);\n\t\t  ga('set', 'dimension3', 'Animals,California,great white sharks,Wow');\nga('set', 'dimension2', 'Fox News');\nga('set', 'dimension1', 'article');\nga('set', 'dimension5', 'standard');\nga('set', 'dimension6', 'Surfer survives \\'Jaws\\' moment with great white shark');\nga('set', 'dimension7', '');\nga('set', 'dimension12', 'Surfer survives \\'Jaws\\' moment with great white shark');\nga('set', 'dimension9', '2014-12-29');\nga('set', 'dimension10', '10:32');\nga('set', 'dimension11', '8430180');\nga('set', 'dimension4', 'news');\nga('set', 'dimension15', 'great white sharks');\nga('set', 'dimension16', '318');\nga('set', 'dimension17', 'no');\n\t\t  if ( typeof nypost_screen != 'undefined' )\n\t\t\t  ga('set', 'dimension8', nypost_screen);\n\t\t  ga('require', 'linkid', 'linkid.js');\n\t\t  ga('require', 'displayfeatures');\n\t\t  ga('send', 'pageview');\n\t\t  ga('require', 'linker');\nga('linker:autoLink', [\"nypost.com\",\"pagesix.com\",\"decider.com\",\"overeasy.com\"])\n\t\t</script>\n\t\t\t\t<!-- START Parse.ly Include: Standard -->\n\t\t<div id=\"parsely-root\" style=\"display: none\">\n\t\t<div id=\"parsely-cfg\" data-parsely-site=\"nypost.com\"></div>\n\t\t</div>\n\t\t<script>\n\t\t(function(s, p, d) {\n\t\tvar h=d.location.protocol, i=p+\"-\"+s,\n\t\te=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n\t\tu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n\t\t:\"static.\"+p+\".com\";\n\t\tif (e) return;\n\t\te = d.createElement(s); e.id = i; e.async = true;\n\t\te.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n\t\t})(\"script\", \"parsely\", document);\n\t\t</script>\n\t\t<!-- END Parse.ly Include -->\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\tvar utag_data={page_category_name:\"News\",};\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t!function(d,s,id){\n\t\t\t\tvar js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';\n\t\t\t\tif(!d.getElementById(id)){\n\t\t\t\t\tjs=d.createElement(s);\n\t\t\t\t\tjs.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";\n\t\t\t\t\tfjs.parentNode.insertBefore(js,fjs);\n\t\t\t\t}\n\t\t\t}(document,\"script\",\"twitter-wjs\");\n\t\t</script>\n\t\t<script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201501x'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781g'></script>\n\n\t<script>\n\t\t//initialize and attach hovercards to all gravatars\n\t\tjQuery( document ).ready( function( $ ) {\n\n\t\t\tif (typeof Gravatar === \"undefined\"){\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( typeof Gravatar.init !== \"function\" ) {\n\t\t\t\treturn;\n\t\t\t}\t\t\t\n\n\t\t\tGravatar.profile_cb = function( hash, id ) {\n\t\t\t\tWPGroHo.syncProfileData( hash, id );\n\t\t\t};\n\t\t\tGravatar.my_hash = WPGroHo.my_hash;\n\t\t\tGravatar.init( 'body', '#wp-admin-bar-my-account' );\n\t\t});\n\t</script>\n\n\t\t<div style=\"display:none\">\n\t</div>\n<!-- Sailthru Horizon  Async-->\n<script type=\"text/javascript\">\n(function() {\n     function loadHorizon() {\n           var s = document.createElement('script');\n           s.type = 'text/javascript';\n          s.async = true;\n          s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n         var x = document.getElementsByTagName('script')[0];\n         x.parentNode.insertBefore(s, x);\n      }\n     loadHorizon();\n      var oldOnLoad = window.onload;\n      window.onload = function() {\n          if (typeof oldOnLoad === 'function') {\n            oldOnLoad();\n         }\n           Sailthru.setup({\n              domain: 'horizon.nypost.com'\n         });\n     };\n  })();\n </script>\n<script type=\"text/javascript\" src=\"//ak.sail-horizon.com/scout/v1.js\"></script><script type=\"text/javascript\">\n    SailthruScout.setup( {\n        domain: 'horizon.nypost.com',\n        includeConsumed: 1,\n        numVisible: 6,\n    } );\n</script>\n\n\t<script type=\"text/javascript\">\n\t\tWPCOM_sharing_counts = {\"http:\\/\\/nypost.com\\/2014\\/12\\/29\\/surfer-survives-jaws-moment-with-great-white-shark\\/\":8430180}\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-facebook' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-twitter' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t\t<script type=\"text/javascript\">\n\t\tjQuery(document).on( 'ready post-load', function(){\n\t\t\tjQuery( 'a.share-google-plus-1' ).on( 'click', function() {\n\t\t\t\twindow.open( jQuery(this).attr( 'href' ), 'wpcomgoogle-plus-1', 'menubar=1,resizable=1,width=480,height=550' );\n\t\t\t\treturn false;\n\t\t\t});\n\t\t});\n\t\t</script>\n\t\t\t<div id=\"sharing_email\" style=\"display: none;\">\n\t\t<form action=\"/2014/12/29/surfer-survives-jaws-moment-with-great-white-shark/\" method=\"post\">\n\t\t\t<label for=\"target_email\">Send to Email Address</label>\n\t\t\t<input type=\"email\" name=\"target_email\" id=\"target_email\" value=\"\" />\n\n\t\t\t\n\t\t\t\t<label for=\"source_name\">Your Name</label>\n\t\t\t\t<input type=\"text\" name=\"source_name\" id=\"source_name\" value=\"\" />\n\n\t\t\t\t<label for=\"source_email\">Your Email Address</label>\n\t\t\t\t<input type=\"email\" name=\"source_email\" id=\"source_email\" value=\"\" />\n\n\t\t\t\n\t\t\t\n\t\t\t<img style=\"float: right; display: none\" class=\"loading\" src=\"http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif?m=1315610318g\" alt=\"loading\" width=\"16\" height=\"16\" />\n\t\t\t<input type=\"submit\" value=\"Send Email\" class=\"sharing_send\" />\n\t\t\t<a href=\"#cancel\" class=\"sharing_cancel\">Cancel</a>\n\n\t\t\t<div class=\"errors errors-1\" style=\"display: none;\">\n\t\t\t\tPost was not sent - check your email addresses!\t\t\t</div>\n\n\t\t\t<div class=\"errors errors-2\" style=\"display: none;\">\n\t\t\t\tEmail check failed, please try again\t\t\t</div>\n\n\t\t\t<div class=\"errors errors-3\" style=\"display: none;\">\n\t\t\t\tSorry, your blog cannot share posts by email.\t\t\t</div>\n\t\t</form>\n\t</div>\n<script type=\"text/javascript\">\n//set the flow name for this screen here\njanrain.settings.capture.flowName = 'plugins';\njanrain.settings.width = 310;\n</script>\n<div style=\"display:none;\" id=\"signIn\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <div class=\"capture_signin\">\n        <h2>With your existing account from...</h2>\n        {* loginWidget *} <br />\n    </div>\n    <div class=\"capture_backgroundColor\">\n        <div class=\"capture_signin\">\n            <h2>Use an account with your email address</h2>\n                {* #userInformationForm *}\n                    {* traditionalSignIn_emailAddress *}\n                    {* traditionalSignIn_password *}\n                    <div class=\"capture_rightText\">\n                        {* traditionalSignIn_signInButton *}{* traditionalSignIn_createButton *}\n                    </div>\n                {* /userInformationForm *}\n        </div>\n    </div>\n</div>\n\n<div style=\"display:none;\" id=\"returnSocial\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <div class=\"capture_signin\">\n        <h2>Welcome Back, {* welcomeName *}</h2>\n        {* loginWidget *}\n        <div class=\"capture_centerText switchLink\"><a href=\"#\" data-cancelcapturereturnexperience=\"true\">Use an account with your email address</a></div>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"returnTraditional\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Sign Up / Sign In</span> <span class=\"decider\">Sign In // Sign Up</span></h1>\n    </div>\n    <h2 class=\"capture_centerText\">Welcome back<span id=\"displayNameData\"></span>!</h2>\n        <div id=\"userPhoto\" class=\"inline\">\n        </div>\n        <div class=\"inline\">\n            <span id=\"displayNameData\">{* welcomeName *}</span>\n        </div>\n            <div class=\"capture_backgroundColor\">\n                <div class=\"capture_signin\">\n                {* #userInformationForm *}\n                    {* traditionalSignIn_emailAddress *}\n                    {* traditionalSignIn_password *}\n                    <div class=\"capture_form_item capture_rightText\">\n                        {* traditionalSignIn_signInButton *}\n                    </div>\n                {* /userInformationForm *}\n            </div>\n        <div class=\"capture_centerText switchLink\"><a href=\"#\" data-cancelcapturereturnexperience=\"true\">Use an account with your email address</a></div>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"socialRegistration\" class=\"capture_lrg_footer\">\n    <div class=\"capture_header\">\n        <h1>Almost Done!</h1>\n    </div>\n      <h2>Please confirm the information below before signing in.</h2>\n        {* #socialRegistrationForm *}\n            {* socialRegistration_emailAddress *}\n            {* socialRegistration_displayName *}\n            {* socialRegistration_ageVerification *}\n            By clicking \"Create Account\", you confirm that you accept our\n                <a href=\"#\">terms of service</a> and have read and understand\n                <a href=\"#\">privacy policy</a>.\n            <div class=\"capture_footer\">\n                <div class=\"capture_left\">\n                    {* backButton *}\n                </div>\n                <div class=\"capture_right\">\n                {* socialRegistration_signInButton *}\n                </div>\n            </div>\n        {* /socialRegistrationForm *}\n</div>\n<div style=\"display:none;\" id=\"traditionalRegistration\">\n    <div class=\"capture_header\">\n        <h1>Almost Done!</h1>\n    </div>\n        {* #registrationForm *}\n            {* traditionalRegistration_emailAddress *}\n            {* traditionalRegistration_password *}\n            {* traditionalRegistration_passwordConfirm *}\n            {* traditionalRegistration_displayName *}\n            {* traditionalRegistration_captcha *}\n            {* traditionalRegistration_ageVerification *}\n            By clicking \"Create Account\", you confirm that you accept our\n                <a href=\"#\">terms of service</a> and have read and understand\n                <a href=\"#\">privacy policy</a>.\n            <div class=\"capture_footer\">\n                <div class=\"capture_left\">\n                    {* backButton *}\n                </div>\n                <div class=\"capture_right\">\n                {* createAccountButton *}\n                </div>\n            </div>\n        {* /registrationForm *}\n</div>\n<div style=\"display:none;\" id=\"forgotPassword\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Create a new password</span> <span class=\"decider\">Forgot<br />Password?</span></h1>\n    </div>\n    <h2>Don't worry, it happens. We'll send you a link to create a new password.</h2>\n    {* #forgotPasswordForm *}\n        {* traditionalSignIn_emailAddress *}\n        <div class=\"capture_footer\">\n            <div class=\"capture_left\">\n                {* backButton *}\n            </div>\n            <div class=\"capture_right\">\n                {* forgotPassword_sendButton *}\n            </div>\n        </div>\n    {* /forgotPasswordForm *}\n</div>\n<div style=\"display:none;\" id=\"forgotPasswordSuccess\">\n    <div class=\"capture_header\">\n        <h1><span class=\"nypost pagesix\">Create a new password</span> <span class=\"decider\">Sent!</span></h1>\n    </div>\n      <p>We've sent an email with instructions to create a new password. Your existing password has not been changed.</p>\n    <div class=\"capture_footer\">\n        <a href=\"#\" onclick=\"janrain.capture.ui.modal.close()\" class=\"capture_btn capture_primary\">Close</a>\n    </div>\n</div>\n<div style=\"display:none;\" id=\"mergeAccounts\">\n    <div class=\"capture_header decider\">\n        <h1>Account Already Exists</h1>\n    </div>\n    {* mergeAccounts *}\n</div>\n<div style=\"display:none;\" id=\"traditionalAuthenticateMerge\">\n    <div class=\"capture_header\">\n        {* backButton *}\n        <h1>Sign in to complete account merge</h1>\n    </div>\n    <div class=\"capture_signin\">\n    {* #tradAuthenticateMergeForm *}\n        {* traditionalSignIn_emailAddress *}\n        {* mergePassword *}\n        <div class=\"capture_footer\">\n            <div class=\"capture_form_item capture_rightText\">\n                {* traditionalSignIn_signInButton *}\n            </div>\n        </div>\n     {* /tradAuthenticateMergeForm *}\n    </div>\n</div>\n<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/wp-content/mu-plugins/grunion-contact-form/css/grunion.css?m=1416416649g' type='text/css' media='all' />\n<script type='text/javascript' src='http://s0.wp.com/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js?m=1395677922g'></script>\n<script type='text/javascript' src='http://platform.twitter.com/widgets.js?ver=20111117'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar clock_configuration = {\"nypost_movado_config\":{\"div_id\":\"analog-clock\",\"use_second_hand\":\"false\",\"clock_width_and_height\":\"50\",\"clock_face_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock.png\",\"hour_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-hour.png\",\"minute_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-minute.png\",\"second_hand_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-second.png\",\"clock_face_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-2x.png\",\"hour_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-hour-2x.png\",\"minute_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-minute-2x.png\",\"second_hand_high_res_img\":\"http:\\/\\/s0.wp.com\\/wp-content\\/themes\\/vip\\/nypost\\/static\\/images\\/clock-hand-second-2x.png\",\"smooth_rotation\":\"false\",\"second_hand_speed\":\"100\"}};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar recaptcha_options = {\"lang\":\"en\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJydktFuwyAMRX9ohKXqw/Iw7VsoOKkZGAYmUf5+NG2lRtPWZBKSEbrHvhZXTlHoQAzE0hcRXRmQsuQJmSGJk1P684TJiIggI5BBGhqbX+QejmCEtGaRtCsGsrT1fBVIsyx4uzUFmxgyMgZqPNJWxgOVPXpVOOjgowOG37hCBlLWIa0U9835DL7qRoyS5mqZZWbFqC9k1WiENMBWO9D3oHnvmOuDmNAMwHkPyamQVgz/mGZh+eRZ+DAqE27T/8jFQVza2aWrUKTcXBv+cPsAgA8Wa5xW9am++oo1eGKb+plqWbV3CpPMZ5Vqeu+1Qh/+vT223WvbHbo3+w1zmDvJ'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'56757169','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'56757169','v':'wpcom','tz':'-5','user_id':'0','post':'8430180','subd':'thenypost'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=56757169&v=wpcomvt&tz=-5&user_id=0&post=8430180&subd=thenypost&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdhJitIV3pwXVM1Smt6THRKS1srLiZtUUthZkgrPUxEblowT0NVWDB8bkhbWXpYeDN3bmdnLmx0P2pwVF92ZmNzZyxKbGxTb3xSR0hIVmNVN2U5Uk53SC5ydGpuaHAvfFBjTSs5bCxPTiUtemZabnIrd0pVMWQxK2ImOTJqPSstdFpfQkZkQk43QmtFMFtTNjAwNW5PJnU/Y3U4Zz1tUituW2pLZFkyMllQW0o0NzdTc0FNOD9t'});\naddLoadEvent(function(){linktracker_init('56757169',8430180);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n\t\t<script type=\"text/javascript\">\n\t\tvar _sf_async_config={};\n\t\t/** CONFIGURATION START **/\n\t\t_sf_async_config.uid = 19332;\n\t\t_sf_async_config.domain = \"nypost.com\";\n\t\t\t\t_sf_async_config.title = \"Surfer survives 'Jaws' moment with great white shark\";\n\t\t_sf_async_config.sections = 'News';\n\t\t_sf_async_config.authors = 'Fox News';\n\t\t_sf_async_config.path = window.location.pathname;\n\t\t/** CONFIGURATION END **/\n\t\t(function(){\n\t\t  function loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement(\"script\");\n\t\t\te.setAttribute(\"language\", \"javascript\");\n\t\t\te.setAttribute(\"type\", \"text/javascript\");\n\t\t\te.setAttribute('src',\n\t\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://\") +\n\t\t\t\t\"static.chartbeat.com/js/chartbeat_pub.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t  }\n\t\t  jQuery(window).load( function() { loadChartbeat(); } );\n\t\t})();\n\t\t</script>\n\t\t<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script><div class=\"hide\">\n\t<script type=\"text/javascript\">\n\t/* <![CDATA[ */\n\tvar google_conversion_id = 988380111;\n\tvar google_custom_params = window.google_tag_params;\n\tvar google_remarketing_only = true;\n\t/* ]]> */\n\t</script>\n\t<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n\t</script>\n\t<noscript>\n\t<div style=\"display:inline;\">\n\t<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/988380111/?value=0&amp;guid=ON&amp;script=0\"/>\n\t</div>\n\t</noscript>\n</div><!-- /.hide -->\n<div id='div-gpt-ad-inline' class='dfp-ad dfp-ad-post dfp-inline'>\n<div class='ad-wrapper'>\n\t<script type='text/javascript'>\n\t\tif ( typeof googletag != 'undefined' ) {\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-inline'); });\n\t\t}\n\t</script>\n</div>\n</div>\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/ok.co.uk1.html",
    "content": "<!DOCTYPE html>\n<!--OVOLABS_1 START-->\n<!--[if IEMobile 7]><html class=\"iem7\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if lte IE 6]><html class=\"lt-ie9 lt-ie8 lt-ie7\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if (IE 7)&(!IEMobile)]><html class=\"lt-ie9 lt-ie8\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if IE 8]><html class=\"lt-ie9\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\"><!--<![endif]-->\n\n    <head>\n        <title>Sean Penn and Charlize Theron &#039;engaged&#039; | OK! Magazine</title>\n        <meta charset=\"utf-8\" />\n<meta property=\"twitter:title\" content=\"Sean Penn &#039;proposes to Charlize Theron&#039;\" />\n<meta name=\"keywords\" content=\"charlize Theron, Sean Penn, engaged, proposed, ring\" />\n<meta about=\"/celebrity-news/sean-penn-charlize-theron-engaged\" property=\"sioc:num_replies\" content=\"0\" datatype=\"xsd:integer\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta name=\"description\" content=\"ARE THEY ENGAGED? Sean Penn has apparently popped the question to Charlize Theron\" />\n<link rel=\"canonical\" href=\"http://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\" />\n<link rel=\"shortcut icon\" href=\"http://www.ok.co.uk/sites/default/themes/ok/images/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n<meta property=\"twitter:url\" content=\"http://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<link rel=\"shortlink\" href=\"http://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\" />\n<meta content=\"Sean Penn &#039;proposes to Charlize Theron&#039;\" about=\"/celebrity-news/sean-penn-charlize-theron-engaged\" property=\"dc:title\" />\n<meta name=\"parsely-page\" content='{ \"title\": \"Sean Penn \\u0027proposes to Charlize Theron\\u0027\", \"link\": \"http://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\", \"image_url\": \"http://images.ok.co.uk/1406021144__Charlize-Theron-Sean-Penn-wedding-babies-adopt-oscars.jpg\", \"type\": \"post\", \"post_id\": \"345992\", \"pub_date\": \"2014-12-29T22:15:00+0000\", \"section\": \"Celeb News\", \"author\": \"Catherine Earp\", \"tags\": [\"Latest Celebrity News\"] }' /><meta property=\"og:url\" content=\"http://www.ok.co.uk/celebrity-news/sean-penn-charlize-theron-engaged\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:description\" content=\"Sean Penn &#039;proposes to Charlize Theron&#039;\" />\n<meta property=\"og:title\" content=\"Sean Penn &amp;amp;#039;proposes to Charlize Theron&amp;amp;#039;\" />\n<meta property=\"og:site_name\" content=\"OK! Magazine\" />\n<meta property=\"article:author\" content=\"Catherine Earp\" />\n<meta property=\"article:tag\" content=\"Latest Celebrity News\" />\n<meta property=\"article:modified_time\" content=\"14-12-30\" />\n<meta property=\"article:published_time\" content=\"14-12-29\" />\n<meta property=\"article:category\" content=\"Celebrity news\" />\n        <script type=\"text/javascript\">\n            if (navigator.userAgent.match(/iPhone/i) != null) {\n                document.write('<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\" />');\n            }\n            else {\n                document.write('<meta name=\"viewport\" content=\"width=1024\" />');\n            }\n            if (navigator.userAgent.match(/iPhone|iPad/i) == null) {\n              viewport = document.querySelector(\"meta[name=viewport]\");\n              viewport.setAttribute('content', 'width=device-width');\n            }\n\n             var asyncads = true; \n        </script>\n        <meta http-equiv=\"cleartype\" content=\"on\">\n        <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\" />\n        <link rel=\"shortcut icon\" href=\"/favicon.ico\" >\n        <meta property=\"fb:app_id\" content=\"543301995758445\">\n        <meta property=\"og:image\" content=\"http://www.ok.co.uk/sites/default/themes/ok/images/ok-logo.gif\">\n        <style>@import url(\"http://www.ok.co.uk/modules/system/system.base.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/modules/comment/comment.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/date/date_api/date.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/field/theme/field.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/node/node.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/user/user.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/views/css/views.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/sites/all/modules/ckeditor/ckeditor.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/ctools/css/ctools.css?nfxk41\");</style>\n<style>#sliding-popup.sliding-popup-bottom{background:#D9D9D9;}#sliding-popup .popup-content #popup-text h2,#sliding-popup .popup-content #popup-text p{color:#000000;}\n</style>\n<style>@import url(\"http://www.ok.co.uk/sites/all/modules/eu-cookie-compliance/css/eu_cookie_compliance.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/reset.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/colorbox.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/screen.css?nfxk41\");</style>\n        <!--[if lt IE 9]><script src=\"/sites/default/themes/ok/js/html5shiv.js\"></script><![endif]-->\n        \n        <script src=\"http://www.ok.co.uk/sites/all/modules/jquery_update/replace/jquery/1.7/jquery.js?v=1.7.1\"></script>\n<script src=\"http://www.ok.co.uk/misc/jquery.once.js?v=1.2\"></script>\n<script src=\"http://www.ok.co.uk/misc/drupal.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/all/modules/jquery_update/replace/misc/1.7/states.js?v=7.32\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.infinitescroll.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.carouFredSel-6.2.1-packed.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.watermark.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.scrollTo.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/masonry.pkgd.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/imagesloaded.pkgd.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.colorbox-min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/ok.js?nfxk41\"></script>\n<script>jQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"ok\",\"theme_token\":\"YKU20Cq7ECR3WEkdsY-PbGO0mj1vYaCS8mnYUxHU4lg\",\"js\":{\"sites\\/all\\/modules\\/eu-cookie-compliance\\/js\\/eu_cookie_compliance.js\":1,\"sites\\/all\\/modules\\/jquery_update\\/replace\\/jquery\\/1.7\\/jquery.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"sites\\/all\\/modules\\/jquery_update\\/replace\\/misc\\/1.7\\/states.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.infinitescroll.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.carouFredSel-6.2.1-packed.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.watermark.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.scrollTo.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/masonry.pkgd.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/imagesloaded.pkgd.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.colorbox-min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/ok.js\":1},\"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\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/ckeditor\\/ckeditor.css\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"0\":1,\"sites\\/all\\/modules\\/eu-cookie-compliance\\/css\\/eu_cookie_compliance.css\":1,\"sites\\/default\\/themes\\/ok\\/system.menus.css\":1,\"sites\\/default\\/themes\\/ok\\/system.messages.css\":1,\"sites\\/default\\/themes\\/ok\\/system.theme.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/reset.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/colorbox.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/screen.css\":1}},\"eu_cookie_compliance\":{\"popup_enabled\":1,\"popup_agreed_enabled\":0,\"popup_hide_agreed\":0,\"popup_clicking_confirmation\":1,\"popup_html_info\":\"\\n\\u003Cdiv\\u003E\\n  \\u003Cdiv class =\\u0022popup-content info\\u0022\\u003E\\n    \\u003Cdiv id=\\u0022popup-text\\u0022\\u003E\\n      \\u003Cp\\u003EBy continuing to use the site, you agree to the use of cookies. You can find out more by following \\u003Ca href=\\u0022\\/cookie-policy\\u0022\\u003Ethis link\\u003C\\/a\\u003E.\\u003C\\/p\\u003E\\n    \\u003C\\/div\\u003E\\n    \\u003Cdiv id=\\u0022popup-buttons\\u0022\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022agree-button\\u0022\\u003EYes, I agree\\u003C\\/button\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022find-more-button\\u0022\\u003ENo, I want to find out more\\u003C\\/button\\u003E\\n    \\u003C\\/div\\u003E\\n  \\u003C\\/div\\u003E\\n\\u003C\\/div\\u003E\\n\",\"popup_html_agreed\":\"\\n\\u003Cdiv\\u003E\\n  \\u003Cdiv class =\\u0022popup-content agreed\\u0022\\u003E\\n    \\u003Cdiv id=\\u0022popup-text\\u0022\\u003E\\n      \\u003Ch2\\u003EThank you for accepting cookies\\u003C\\/h2\\u003E\\n\\u003Cp\\u003EYou can now hide this message or find out more about cookies.\\u003C\\/p\\u003E\\n    \\u003C\\/div\\u003E\\n    \\u003Cdiv id=\\u0022popup-buttons\\u0022\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022hide-popup-button\\u0022\\u003EHide this message \\u003C\\/button\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022find-more-button\\u0022 \\u003EMore information on cookies\\u003C\\/button\\u003E\\n    \\u003C\\/div\\u003E\\n  \\u003C\\/div\\u003E\\n\\u003C\\/div\\u003E\\n\",\"popup_height\":150,\"popup_width\":\"100%\",\"popup_delay\":1000,\"popup_link\":\"\\/cookie-policy\",\"popup_position\":0,\"popup_language\":\"en\"},\"states\":{\"#edit-query\":{\"visible\":{\":input[name=\\u0022options[operator]\\u0022],dummy-empty\":{\"!value\":\"empty\"},\":input[name=\\u0022options[operator]\\u0022],dummy-not-empty\":{\"!value\":\"not empty\"}}}}});</script>\n                <script type=\"text/javascript\">\n            var gId = '345992',\n                gKeywords = 'charlizeTheron,SeanPenn,engaged,proposed,ring',\n                gDevice = 'desktop';\n        </script>\n        \t<!--  Start Expresso -->\n\t<script type=\"text/javascript\" lang=\"javascript\" src=\"http://cdn.gigya.com/JS/socialize.js?apikey=3_A4lAopm9VNvQkHQIc7GQeu6nHMhnwW2XpfL2-VkJt8u-T4UHJT8aDBRYvN_cWrow\"></script>\n\n\t<script>\n\t\twindow.$ = window.jQuery;\n\t\twindow.expressoOptions = {\n\t\t\tbrand: 'OK',\n\t\t\theaderBackgroundColor: \"#ea052c\",\n\t\t\tmessageBackgroundColor: \"#ea052c\",\n\t\t\tapiUrl: \"https://api.crm.northernandshell.co.uk\",\n\t\t\tcontentUrl: 'http://cdn.crm.northernandshell.co.uk/cdn/',\n\t\t\tsdkVersion: 'rc16',\n\t\t\tbrandOptIn: \"Yes, keep me up to date with breaking news, offers, promotions and exclusive content from OK! Online by email.\",\n\t\t\tnsOptIn: \"Yes, I'd like to be contacted by Northern & Shell Companies about their offers, goods and services by email.\",\n\t\t\tthirdPartyOptIn: \"Yes, I'd like to be contacted by selected 3rd parties about their offers, goods and services by email.\",\n\t\t\tpreferencesLink: \"/preferences\",\n\t\t\tpromptToOptIn: \"You need to opt-in to receive emails from OK! Magazine before you can start receiving daily news emails – Click here to opt-in now.\",\n\t\t\ttermsOfUseLink: \"http://www.ok.co.uk/terms-and-conditions\",\n\t\t\tprivacyPolicyLink: \"http://www.ok.co.uk/privacy-policy\",\n\t\t\tscreens: {\n\t\t\t\tregister: {\n\t\t\t\t\tcaption: 'Register for an OK! account',\n\t\t\t\t\tbenefits: [\n\t\t\t\t\t\t'Get involved with the discussion and comment on OK! Online stories',\n\t\t\t\t\t\t'Get access to exclusive competitions and promotions',\n\t\t\t\t\t\t'Get access to daily news emails and receive news you care about directly to your inbox'\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\tlogin: {\n\t\t\t\t\tcaption: 'Sign into your OK! Magazine account'\n\t\t\t\t},\n\t\t\t\tforgotpassword: {\n\t\t\t\t\tcaption: 'Forgotten password'\n\t\t\t\t},\n\t\t\t\tpreferencecentre: {\n\t\t\t\t\twelcomeMessage: \"Welcome to the email news preference center. Here you can subscribe to receive daily news emails about topics you care about directly to your inbox.\"\n\t\t\t\t},\n\t\t\t\tregistrationnewsletters: {\n\t\t\t\t\tcaption: 'Thank you for registering!'\n\t\t\t\t},\n\t\t\t\tlinkaccounts: {\n\t\t\t\t\tcaption: 'Already a member'\n\t\t\t\t}\n\t\t\t},\n\t\t\tmodules: {\n\t\t\t\tacquisitionModule: {\n\t\t\t\t\tmoduleBackgroundColor: '#dcdcdc',\n\t\t\t\t\theaderBackgroundColor: '#ea052c',\n\t\t\t\t\theaderCornerColor: '#9f021e'\n\t\t\t\t}\n\t\t\t},\n\t\t\tspecialInterest: {\n\t\t\t\tlabel: 'What is your favourite OK! topic?',\n\t\t\t\toptions: [\n\t\t\t\t\t{ value: 'celebrity-news', displayText: 'Celebrity' },\n\t\t\t\t\t{ value: 'lifestyle', displayText: 'Style' },\n\t\t\t\t\t{ value: 'Entertainment', displayText: 'Entertainment' },\n\t\t\t\t\t{ value: 'TV', displayText: 'TV' },\n\t\t\t\t\t{ value: 'Health', displayText: 'Health' },\n\t\t\t\t\t{ value: 'Fitness', displayText: 'Fitness' },\n\t\t\t\t\t{ value: 'Mums', displayText: 'Mums' },\n\t\t\t\t\t{ value: 'Fashion', displayText: 'Fashion' }\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\n\t</script>\n\n\t<script src=\"http://cdn.crm.northernandshell.co.uk/cdn/js/expresso-0.1.min.js?rc16\"></script>\n\t<!--  End Expresso --><script type='text/javascript'>\n     function ISMScreenRes() {\n          if(screen.width >= 1280 )\n          { return( \"true\" ); }\n          else\n          { return( \"false\" ); }\n     }\n</script>\n<!-- BEGIN Krux Control Tag for \"OK! UK\" -->\n<!-- Source: /snippet/controltag?confid=I34AGxzL&site=OK!%20UK&edit=1 -->\n<script class=\"kxct\" data-id=\"I34AGxzL\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n  window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n  (function(){\n    var k=document.createElement('script');k.type='text/javascript';k.async=true;\n    var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n      (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I34AGxzL\"\n  ;\n    var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n  }());\n</script>\n<!-- END Krux Controltag -->\n<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><!-- Start: GPT Async -->\n<script type='text/javascript'>\n\tvar gptadslots=[];\n\tvar googletag = googletag || {};\n\tgoogletag.cmd = googletag.cmd || [];\n\t(function(){ var gads = document.createElement('script');\n\t\tgads.async = true; gads.type = 'text/javascript';\n\t\tvar useSSL = 'https:' == document.location.protocol;\n\t\tgads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\t\tvar node = document.getElementsByTagName('script')[0];\n\t\tnode.parentNode.insertBefore(gads, node);\n\t})();\n</script>\n\n<script type=\"text/javascript\">\n\tgoogletag.cmd.push(function() {\n\n\t\tgoogletag.pubads().enableSingleRequest();\n\t\tgoogletag.pubads().disableInitialLoad();\n\n\t\t//Adslot 1 declaration\n\t\tgptadslots[1]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[1,1],[900,250],[970,250],[728,90]],'div-gpt-ad-621133600534517859-1').setTargeting('pos',['frame1']).addService(googletag.pubads());\n\n\t\t//Adslot 2 declaration\n\t\tgptadslots[2]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[728,90]],'div-gpt-ad-621133600534517859-2').setTargeting('pos',['top']).addService(googletag.pubads());\n\n\t\t//Adslot 3 declaration\n\t\tgptadslots[3]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250],[300,600],[300,1050]],'div-gpt-ad-621133600534517859-3').setTargeting('pos',['right']).addService(googletag.pubads());\n\n\t\t//Adslot 4 declaration\n\t\tgptadslots[4]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250]],'div-gpt-ad-621133600534517859-4').setTargeting('pos',['right1']).addService(googletag.pubads());\n\n\t\t//Adslot 5 declaration\n\t\tgptadslots[5]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250]],'div-gpt-ad-621133600534517859-5').setTargeting('pos',['right2']).addService(googletag.pubads());\n\n\t\t//Adslot 6 declaration\n\t\tgptadslots[6]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[320,50],[300,250],[300,300]],'div-gpt-ad-621133600534517859-6').setTargeting('pos',['mobile_top']).addService(googletag.pubads());\n\n\t\t//Adslot 7 declaration\n\t\tgptadslots[7]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[320,50],[300,250]],'div-gpt-ad-621133600534517859-7').setTargeting('pos',['mobile_bottom']).addService(googletag.pubads());\n\n\t\t//Adslot 8 declaration\n\t\tgptadslots[8]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[1,1]],'div-gpt-ad-621133600534517859-8').setTargeting('pos',['middle']).addService(googletag.pubads());\n\n\t\t//Adslot 9 declaration\n\t\tgptadslots[9]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[900,250],[970,250],[728,90]],'div-gpt-ad-621133600534517859-9').setTargeting('pos',['top1']).addService(googletag.pubads()).setCollapseEmptyDiv(true,true);\n\n\t\t//Adslot oop declaration\n\t\tgptadslots[0] = googletag.defineOutOfPageSlot('/34722903/OK/Celebrity_News','div-gpt-ad-621133600534517859-oop').setTargeting('pos',['outofpage']).addService(googletag.pubads());\n\n\t\tgoogletag.pubads().setTargeting('pagetype',['article']).setTargeting('articleid',[gId]).setTargeting('keywords',[gKeywords]).setTargeting('device',[gDevice]).setTargeting(\"inskin_yes\", ISMScreenRes());\n\ngoogletag.pubads().setTargeting(\"ksg\", Krux.segments);\ngoogletag.pubads().setTargeting(\"kuid\", Krux.user);\ngoogletag.pubads().setTargeting(\"khost\",  encodeURIComponent(location.hostname));\n\n\t\tgoogletag.pubads().enableAsyncRendering();\n                googletag.pubads().collapseEmptyDivs(); \n\t\tgoogletag.enableServices();\n\t});\n</script>\n<!-- End: GPT --><style type=\"text/css\">\ndiv#full-width-cont .static-masonry-item .view-id-hero .view-content {\npadding-bottom: 30px !important;\n}\ndiv#full-width-cont .static-masonry-item .view-id-hero {\npadding-bottom: 0 !important;\n}\n</style>\n<meta name=\"msvalidate.01\" content=\"E11C91F3522244AD728A407C255512DF\" /><meta name=\"google-site-verification\" content=\"B1HnZJ5B1TVVUrUSigIoiMYEQyn6OJfybWzBaeRzsY4\" /><style>\n@media only screen and (max-width: 680px) {\n.category-page #main .view-atoz-entity .view-content .views-column-1,\n.category-page #main .view-atoz-entity .view-content .views-column-3,\n.category-page #main .view-atoz-entity .view-content .views-column-5 {\nclear: left; \n}\n}\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-6,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-7,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-8,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-9,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-10 {\ndisplay:none;\n}\n#aside .view-display-id-related_websites .views-field-field-entity-fan-site-link a:first-of-type:before {\ncontent: '|';\ncolor: #959595;\npadding: 0 3px 0 0;\n}\n</style>\n<script>\njQuery(function() {\nif (jQuery('body.section-celebrities').length) {\njQuery('.entity-content').find('dt:contains(Event time:)').hide().next('dd').hide();\n}\nvar related = jQuery('#block-views-45b94575226422889513e045ff393b6f');\nif (related.length && jQuery(related).find('.views-row-1').html().trim() == '') {\nrelated.hide();\n}\n});\n</script><!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"12961652\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=12961652&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n            </head>\n    <body class=\"html not-front not-logged-in no-sidebars page-node page-node- page-node-345992 node-type-article section-celebrity-news\" >\n                <div id=\"top\"></div>\n<!--OVOLABS_1 END-->\n<!--OVOLABS_2 START-->\n  <div class=\"region region-megabanner-ad\">\n    <div id=\"block-block-95\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_megabanner_desktop_ad = '&lt;!-- Beginning Async AdSlot 1 for Ad unit OK/Celebrity_News  ### size: [[1,1],[900,250],[970,250],[728,90]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[1]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-1\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() { googletag.display(\\'div-gpt-ad-621133600534517859-1\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 1 --&gt;';\n     var ok_megabanner_mobile_ad = '&lt;!-- Beginning Async AdSlot 6 for Ad unit OK/Celebrity_News  ### size: [[320,50],[300,250],[300,300]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[6]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-6\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() {googletag.display(\\'div-gpt-ad-621133600534517859-6\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 6 --&gt;';\n</script>\n\n<!-- Beginning Async AdSlot oop for Ad unit OK/Celebrity_News  ### size:  -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[0]]) -->\n<div id='div-gpt-ad-621133600534517859-oop'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-oop'); });\n\t</script>\n</div>\n<!-- End AdSlot oop -->\n</div>\n  </div>\n\n<div id=\"megabanner_advert\">\n</div>\n\n<div id=\"megabanner_advert_mob\">\n</div>\n\n<div id=\"page\">\n    <!--OVOLABS_2 END-->\n    <header class=\"header\" id=\"header\" role=\"banner\">\n        <div id=\"logo\" class=\"floatleft\">\n            <a href=\"/\"><img src=\"/sites/default/themes/ok/images/logo.png\" alt=\"OK! Magazine\" /></a>\n        </div>\n        <div class=\"floatleft\">\n        \t  <div class=\"region region-banner-ad\">\n    <div id=\"block-block-97\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_banner_desktop_ad = '&lt;!-- Beginning Async AdSlot 2 for Ad unit OK/Celebrity_News  ### size: [[728,90]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[2]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-2\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() { googletag.display(\\'div-gpt-ad-621133600534517859-2\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 2 --&gt;';\n</script>\n</div>\n  </div>\n\n            <div id=\"banner_advert\">\n            </div>\n        </div>\n        <span class=\"open\"></span>\n        <span class=\"search\"></span>\n        <div class=\"clear\">&nbsp;</div>\n        <div id=\"navigation\" class=\"floatleft\">\n              <div class=\"region region-navigation\">\n    <div id=\"block-system-main-menu\" class=\"block block-system block-menu first odd\" role=\"navigation\">\n\n      \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/\" class=\"menu__link home\">Home</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-news\" class=\"menu__link\">News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-pictures\" class=\"menu__link galleries\">Pics</a></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"/lifestyle\" class=\"menu__link style\">Lifestyle</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/fashion\" class=\"menu__link\">Fashion</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/fitness\" class=\"menu__link\">Fitness</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/mums\" class=\"menu__link\">Mums</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/health\" class=\"menu__link\">Health</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/horoscopes\" class=\"menu__link\">Horoscopes</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"/a-to-z\" class=\"menu__link atoz\">A-Z</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/a-to-z/all/celebrity\" class=\"menu__link\">Celebrities</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z/all/tv_film\" class=\"menu__link\">TV &amp; Film</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z/all/band\" class=\"menu__link\">Bands</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/a-to-z/all/event\" class=\"menu__link\">Events</a></li>\n</ul></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" target=\"_blank\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/competition\" class=\"menu__link\">WIN!</a></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"http://www.shop.ok.co.uk\" class=\"menu__link shop\" target=\"_blank\">Shop</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/offers\" class=\"menu__link\">Offers</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/subscribe\" class=\"menu__link\">Subscribe</a></li>\n</ul></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://games.ok.co.uk/\" class=\"menu__link\">Games</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/parties-with-lambrini\" class=\"menu__link\">Parties</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/preferences\" class=\"menu__link terms\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/cookie-policy\" class=\"menu__link cookie\">Cookie Policy</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/terms-and-conditions\" class=\"menu__link terms\">Terms &amp; Conditions</a></li>\n</ul>\n</div>\n<div id=\"block-block-229\" class=\"block block-block last even\">\n\n      \n  \n<div id=\"nse-widget\"></div>\n\n</div>\n  </div>\n        </div>\n        <div class=\"clear\">&nbsp;</div>\n    </header>\n\n            <!--OVOLABS_3 START-->\n        <div id=\"cont\">\n            \n            <div id=\"main\" class=\"floatleft\">\n                                                  \n                \n                                       <div class=\"promo-fan-buttons\">\n    <a href=\"http://www.facebook.com/okmagazineuk\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/facebook_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n    <a href=\"http://twitter.com/OK_Magazine\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/twitter_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n  </div>                      <div class=\"bread-crumb\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n                        <div class=\"item-list\"><h3>Breadcrumb</h3><ol class=\"breadcrumb-list\"><li class=\"first\"><a href=\"/\" itemprop=\"url\"><span itemprop=\"title\">OK! Home</span></a></li>\n<li><a href=\"/celebrity-news\" itemprop=\"url\"><span itemprop=\"title\">Celeb News</span></a></li>\n<li class=\"last\"><span itemprop=\"title\">Sean Penn 'proposes to Charlize Theron'</span></li>\n</ol></div>                      </div>\n                \n                \n                \n\n\n\n  <div class=\"article\">\n    <article itemscope itemtype=\"http://schema.org/Article\">\n  <h1 itemprop=\"headline\">Sean Penn &#039;proposes to Charlize Theron&#039;</h1>\n      <h3 itemprop=\"alternativeHeadline\">The actor has reportedly popped the question to his girlfriend of a year</h3>\n  \n  <div class=\"clear\">&nbsp;</div>\n  \n  <div class=\"publishing-info\">\n    <div class=\"author\">\n      By <span itemprop=\"author\">Catherine Earp</span>    </div>\n\n    <div class=\"date\">\n      <span itemprop=\"datePublished\">\n      Monday 29 Dec 2014       </span>\n    </div>\n    <div class=\"clear\">&nbsp;</div>\n  </div>\n      \n        <div class=\"share\">\n          <div id=\"divButtons\"></div>\n          <!--OVOLABS_3 END-->\n          \n  <script>\n    var ua = new gigya.socialize.UserAction();\n    ua.setTitle(\"Sean Penn \\'proposes to Charlize Theron\\'\");\n    ua.setDescription(\"Sean Penn has apparently popped the question to Charlize Theron\");\n    ua.setLinkBack(\"http://www.ok.co.uk\" + window.location.pathname);\n    ua.addMediaItem({\n      type: 'image',\n      src:  'http://images.ok.co.uk/1406021144__Charlize-Theron-Sean-Penn-wedding-babies-adopt-oscars.jpg',\n      href: 'http://www.ok.co.uk' + window.location.pathname\n    });\n\n    // Define Share Bar plugin's Parameters\n    var shareBarParams ={\n      userAction:ua,\n      shareButtons:\n        [\n          {\n            \"provider\":\"Facebook\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/facebook_share_small.png\",\n          },\n          {\n            \"provider\":\"Twitter\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/twitter_share_small.png\",\n          },\n          {\n            \"provider\":\"Pinterest\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/pinterest_share_small.png\",\n          },\n          {\n            \"provider\":\"Googleplus\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/googleplus_share_small.png\",\n          },\n        ],\n      containerID: 'divButtons', // location of the Share Bar plugin\n      shortURLs:\"never\",\n      showCounts:\"right\",\n      layout:\"horizontal\"\n    }\n\n    // Load Share Bar plugin\n    gigya.socialize.showShareBarUI(shareBarParams);\n  </script>\n\n          <!--OVOLABS_4 START-->\n        </div>\n            <div class=\"clear-line\">&nbsp;</div>\n  <div class=\"content\">\n    <p>WE can't keep up with all the engagements happening at the moment.</p>\n<p>And it seems that there could be another one to add to our list.</p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/1406021236__Charlize-Theron-Sean-Penn-wedding-babies-adopt-oscars-south-africa.jpg\" alt=\"Has Sean Penn popped the question? [Wenn]\"><div class=\"postpicturecaption\">Has Sean Penn popped the question? [Wenn]</div></div>\n<p><a href=\"/celebrities/sean-penn\" title=\"Sean Penn\" class=\"word-link\">Sean Penn</a> has reportedly popped the question to <a href=\"/celebrities/charlize-theron\" title=\"Charlize Theron\" class=\"word-link\">Charlize Theron</a>.</p>\n<p>The I Am Sam actor is said to have proposed while on a romantic trip to Paris in November.</p>\n<p>US sources claimed that the 54-year-old was keen to take his relationship with the mum-of-one to the next level.</p>\n<p>A source added that Charlize isn't yet wearing a ring to symbolise their union.</p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/1404825157_SPLCharlize.jpg\" alt=\"The couple have been dating for the last year [Splash]\"><div class=\"postpicturecaption\">The couple have been dating for the last year [Splash]</div></div>\n<p>They said: \"There's no ring, but they are committed.\"</p>\n<p>The pair have been friends for a long time but only became romantically involved last year.</p>\n<p>It will be the third time Sean has walked down the aisle. He was previously married to <a href=\"/celebrities/madonna\" title=\"Madonna\" class=\"word-link\">Madonna</a> and split from second wife Robin Wright in 2010.</p>\n<p>The couple had two children together, Hopper and Dylan. </p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/1401476781_Charlize-Theron-actress-interview-rape-Sky-News-Gwyneth-Paltrow-mum.jpg\" alt=\"Will it be third time lucky for Madonna's ex-husband? [Splash]\"><div class=\"postpicturecaption\">Will it be third time lucky for Madonna's ex-husband? [Splash]</div></div>\n<div class=\"brightcove-player\">\n<div id=\"BCLbodyContent\" style=\"\">\n<div id=\"BCLcontainingBlock\">\n<div class=\"youtube-player\">\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script><object class=\"BrightcoveExperience\" id=\"myExperience1195045806001\"><param name=\"bgcolor\" value=\"#FFFFFF\" /><param name=\"width\" value=\"100%\" /><param name=\"height\" value=\"100%\" /><param name=\"playerID\" value=\"2587819449001\" /><param name=\"playerKey\" value=\"AQ~~,AAACT2hWexE~,QV-ElXQT89U3LFUPqjINpyBKYQTwGE4gh\" /><param name=\"isVid\" value=\"true\" /><param name=\"isUI\" value=\"true\" /><param name=\"dynamicStreaming\" value=\"true\" /><param name=\"htmlFallback\" value=\"true\" /><param name=\"@videoPlayer\" value=\"3965179484001\" /><param name=\"includeAPI\" value=\"true\" /><param name=\"templateLoadHandler\" value=\"onTemplateLoaded\" /><param name=\"templateReadyHandler\" value=\"onTemplateReady\" /></object><script type=\"text/javascript\">\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\nbrightcove.createExperiences();\n//--><!]]]]]]><![CDATA[><![CDATA[>\n\n//--><!]]]]><![CDATA[>\n\n//--><!]]>\n</script></div>\n</div>\n</div>\n<script type=\"text/javascript\" src=\"http://docs.brightcove.com/en/scripts/jquery-1.9.0.min.js\"></script><script type=\"text/javascript\">\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\nvar BCL = {};var $BCLbodyContent = jQuery(\"#BCLbodyContent\");var $BCLvideoWrapper = jQuery(\".BCLvideoWrapper\");var $BCLcontainingBlock = jQuery(\"#BCLcontainingBlock\");BCL.currentPlayerWidth = 1;var onTemplateLoaded = function (experienceID) {  BCL.player = brightcove.api.getExperience(experienceID);};var onTemplateReady = function(evtObj) {  BCL.experienceModule = BCL.player.getModule(brightcove.api.modules.APIModules.EXPERIENCE);};$(window).on(\"resize\",function() {  BCL.resizePlayer(BCL.currentPlayerWidth);});BCL.resizePlayer = function(newWidth) { $BCLcontainingBlock.width($BCLbodyContent.width() * newWidth); if(BCL.experienceModule){  BCL.experienceModule.setSize($BCLcontainingBlock.width(),$BCLcontainingBlock.height()); } BCL.currentPlayerWidth = newWidth;}\n//--><!]]]]]]><![CDATA[><![CDATA[>\n\n//--><!]]]]><![CDATA[>\n\n//--><!]]>\n</script></div>\n<hr /><p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/charlize-theron-sean-penn-marriage-baby-plans\">Charlize Theron and Sean Penn plan to marry and adopt</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/charlize-theron-outrage-rape-comment\">Charlize Theron causes outrage as she compares 'Googling herself to being raped'</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/josie-cunningham-engaged\">Josie Cunningham is engaged</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/hollyoaks-co-stars-emmett-scanlan-claire-cooper-engaged\">Hollyoaks co-stars Emmett Scanlan and Claire Cooper get engaged</a></strong></p>\n  </div>\n\n  \n    \n    <!--OVOLABS_4 END-->\n            <!-- start Vibrant Media IntelliTXT script section -->\n          <script type=\"text/javascript\" src=\"http://ok.uk.intellitxt.com/intellitxt/front.asp?ipid=17651\"></script>\n          <!-- end Vibrant Media IntelliTXT script section -->\n  \n      <div class=\"clear\">&nbsp;</div>\n              <div class=\"share\">\n          <div id=\"divButtons-bottom\"></div>\n          \n  <script>\n    var ua = new gigya.socialize.UserAction();\n    ua.setTitle(\"Sean Penn \\'proposes to Charlize Theron\\'\");\n    ua.setDescription(\"Sean Penn has apparently popped the question to Charlize Theron\");\n    ua.setLinkBack(\"http://www.ok.co.uk\" + window.location.pathname);\n    ua.addMediaItem({\n      type: 'image',\n      src:  'http://images.ok.co.uk/1406021144__Charlize-Theron-Sean-Penn-wedding-babies-adopt-oscars.jpg',\n      href: 'http://www.ok.co.uk' + window.location.pathname\n    });\n\n    // Define Share Bar plugin's Parameters\n    var shareBarParams ={\n      userAction:ua,\n      shareButtons:\n        [\n          {\n            \"provider\":\"Facebook\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/facebook_share_small.png\",\n          },\n          {\n            \"provider\":\"Twitter\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/twitter_share_small.png\",\n          },\n          {\n            \"provider\":\"Pinterest\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/pinterest_share_small.png\",\n          },\n          {\n            \"provider\":\"Googleplus\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/googleplus_share_small.png\",\n          },\n        ],\n      containerID: 'divButtons-bottom', // location of the Share Bar plugin\n      shortURLs:\"never\",\n      showCounts:\"right\",\n      layout:\"horizontal\"\n    }\n\n    // Load Share Bar plugin\n    gigya.socialize.showShareBarUI(shareBarParams);\n  </script>\n\n        </div>\n        <div class=\"clear\">&nbsp;</div>\n      \n\n      <script>Expresso.Acquisition.createFor({ metaTag: 'keywords' });</script>\n\n      <h2 class=\"add-your\"><span class=\"show\">Add a comment</span></h2>\n     <div id=\"comments-wrapper\">\n      <div id=\"comments\"></div>\n    </div>\n\n        <!--OVOLABS_5 START-->\n    </article>\n  </div>\n\n<div id=\"block-block-234\" class=\"block block-block even\">\n\n      \n  <script type=\"text/javascript\">\n    var params = {\n        categoryID: typeof(window.gigya_category_id) != 'undefined' ? window.gigya_category_id : 'okmagazine',\n        containerID: 'comments',\n        streamID: '345992',\n        scope: 'external',\n        privacy: 'private',\n        context: {\n            'id': 'comments'\n        },\n        version: 2,\n        useSiteLogin: true,\n        onSiteLoginClicked: onSiteLoginHandler\n    };\n\n    function onSiteLoginHandler(event) {\n        $('.nse_login-link').trigger('click');\n    }\n\n    if (jQuery('div#comments').length > 0) {\n        gigya.comments.showCommentsUI(params);\n    }\n</script>\n</div>\n<div id=\"block-views-d58e6534bbdf7b0229a221fc198ef2e4\" class=\"block block-views odd\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_desktop view-dom-id-8d11506dc7ac6560ff8c4c915aa9e1b8\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_desktop_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;AR_4\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-views-f1d9b7c051cfcd4747f98039142c3eb2\" class=\"block block-views even\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_mobile view-dom-id-96a16154c1a20dcb8e584abd8a9bd704\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_mobile_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;MB_1\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-views-fcbb1547d42d28e3a7385868fc9671ca\" class=\"block block-views odd\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_aside view-dom-id-af688d9685a4aaf3bdedb52de9e89791\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_aside_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;#widgetid#\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-block-57\" class=\"block block-block last even\">\n\n      \n  <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">  \n<div id=\"parsely-cfg\" data-parsely-site=\"ok.co.uk\">\n</div>\n</div>\n<script> (function(s, p, d)\n{ var h=d.location.protocol, i=p+\"-\"+s,      \n e=d.getElementById(i), r=d.getElementById(p+\"-root\"),      \n u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\" :\"static.\"+p+\".com\";  \n if (e) return;  \n e = d.createElement(s);\n e.id = i;\n e.async = true;  \n e.src = h+\"//\"+u+\"/p.js\";\n r.appendChild(e); })(\"script\", \"parsely\", document); </script> <!-- END Parse.ly Include -->\n</div>\n\n                \n\n                <div id=\"mid_mobile_banner_advert\">\n                </div>\n\n                <div id=\"outbrain_advert\">\n                </div>\n                <div class=\"clear\">&nbsp;</div>\n            </div>\n            <div id=\"aside\" class=\"floatright\">\n                <div id=\"aside_scroll\">\n                    <!--OVOLABS_5 END-->\n                    <div id=\"search\">\n                          <div class=\"region region-solr-search\">\n    <div id=\"block-views-exp-search-page-page-1\" class=\"block block-views first last odd\">\n\n      \n  <form action=\"/search\" method=\"get\" id=\"views-exposed-form-search-page-page-1\" accept-charset=\"UTF-8\"><div><div class=\"views-exposed-form\">\n    <div class=\"views-exposed-widgets clearfix\">\n                    <div id=\"edit-query-wrapper\" class=\"views-exposed-widget views-widget-filter-search_api_views_fulltext\">\n                                                <div class=\"views-widget\">\n                    <div class=\"form-item form-type-textfield form-item-query\">\n <input type=\"text\" id=\"edit-query\" name=\"query\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\n</div>\n                </div>\n                            </div>\n                                        <div class=\"views-exposed-widget views-submit-button\">\n            <input type=\"submit\" id=\"edit-submit-search-page\" name=\"\" value=\"Apply\" class=\"form-submit\" />        </div>\n            </div>\n</div>\n</div></form>\n</div>\n  </div>\n                    </div>\n                    <!--OVOLABS_6 START-->\n                    <div id=\"extra\">\n                          <div class=\"region region-aside\">\n    <div id=\"block-block-186\" class=\"block block-block first odd\">\n\n      \n  <div class=\"promo-fan-buttons\">\n    <a href=\"http://www.facebook.com/okmagazineuk\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/facebook_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n    <a href=\"http://twitter.com/OK_Magazine\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/twitter_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n</div>\n</div>\n<div id=\"block-block-99\" class=\"block block-block even\">\n\n      \n  <!-- Beginning Async AdSlot 3 for Ad unit OK/Celebrity_News  ### size: [[300,250],[300,600],[300,1050]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[3]]) -->\n<div id='div-gpt-ad-621133600534517859-3'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-3'); });\n\t</script>\n</div>\n<!-- End AdSlot 3 -->\n</div>\n<div id=\"block-block-226\" class=\"block block-block odd\">\n\n      \n  <div class=\"OUTBRAIN\" data-src=\"http://www.ok.co.uk\" data-widget-id=\"SB_4\" data-ob- template=\"OKMagazine\"></div>\n<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n</div>\n<div id=\"block-multiblock-3\" class=\"block block-multiblock even\">\n\n      \n  <iframe src=\"//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fokmagazineuk&amp;width=300&amp;height=400&amp;colorscheme=light&amp;show_faces=true&amp;header=true&amp;stream=false&amp;show_border=true\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:300px; height:400px;\" allowTransparency=\"true\"></iframe>\n</div>\n<div id=\"block-block-100\" class=\"block block-block odd\">\n\n      \n  <!-- Beginning Async AdSlot 4 for Ad unit OK/Celebrity_News  ### size: [[300,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[4]]) -->\n<div id='div-gpt-ad-621133600534517859-4'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-4'); });\n\t</script>\n</div>\n<!-- End AdSlot 4 -->\n</div>\n<div id=\"block-views-single-promo-block\" class=\"block block-views even\">\n\n      \n  <div class=\"view view-single-promo view-id-single_promo view-display-id-block view-dom-id-bee4fc4e057e027c7b5c8343bf401c11\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    <div class=\"promo\">\n\t<a href=\"http://www.ok.co.uk/subscribe\"><img src=\"http://okmag-live.s3-eu-west-1.amazonaws.com/1418727034_subscribe_141216.jpg\" alt=\"promo\"/></a>\n</div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-multiblock-1\" class=\"block block-multiblock odd\">\n\n      \n  <a class=\"twitter-timeline\"  href=\"https://twitter.com/OK_Magazine\"  data-widget-id=\"382480873687232512\"></a>\n<script>!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\");</script>\n\n</div>\n<div id=\"block-block-55\" class=\"block block-block last even\">\n\n      \n  <div id=\"outbrain_aside\"></div>\n</div>\n  </div>\n                        <div class=\"clear\">&nbsp;</div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"clear\">&nbsp;</div>\n\n            \n        </div>\n\n    \n      <div class=\"region region-bottom-ad-mobile\">\n    <div id=\"block-block-117\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_bottom_banner_mobile_ad = '&lt;!-- Beginning Async AdSlot 7 for Ad unit OK/Celebrity_News  ### size: [[320,50],[300,250]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[7]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-7\\'&gt;&lt;script type=\\'text/javascript\\'&gt;\tgoogletag.cmd.push(function() {googletag.display(\\'div-gpt-ad-621133600534517859-7\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 7 --&gt;';\n</script>\n</div>\n  </div>\n\n    <div id=\"mid_article_banner_advert\">\n    </div>\n    <div id=\"bottom_mobile_banner_advert\">\n    </div>\n          <div class=\"back-to-top\"><a href=\"#top\" title=\"Back to top\">Back to top</a></div>\n<footer>\n\t<div id=\"block-menu-menu-celebrity-bios\" class=\"block block-menu first odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Celebrity Bios</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/angelina-jolie\" class=\"menu__link\">Angelina Jolie</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/victoria-beckham\" class=\"menu__link\">Victoria Beckham</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/david-beckham\" class=\"menu__link\">David Beckham</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/adele\" class=\"menu__link\">Adele</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/kate-middleton\" class=\"menu__link\">Kate Middleton</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/kim-kardashian\" class=\"menu__link\">Kim Kardashian</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/jay-z\" class=\"menu__link\">Jay Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/beyonce\" class=\"menu__link\">Beyonce</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/cara-delevinge\" class=\"menu__link\">Cara Delevinge</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/sienna-miller\" class=\"menu__link\">Sienna Miller</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/\" class=\"menu__link\">See all celebs</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-galleries\" class=\"block block-menu even\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Trending</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/celebrities/jacqueline-jossa\" class=\"menu__link\">Jacqueline Jossa</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/dan-osborne\" class=\"menu__link\">Dan Osborne</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Cheryl-Cole\" class=\"menu__link\">Cheryl Cole</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Peter-Andre\" class=\"menu__link\">Peter Andre</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/kerry-katona\" class=\"menu__link\">Kerry Katona</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Katie-Price\" class=\"menu__link\">Katie Price</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Lauren-Goodger\" class=\"menu__link\">Lauren Goodger</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/frankie-sandford\" class=\"menu__link\">Frankie Sandford</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/TOWIE\" class=\"menu__link\">TOWIE</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/coronation-street\" class=\"menu__link\">Coronation Street</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/x-factor\" class=\"menu__link\">X Factor</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/strictly-come-dancing-2014\" class=\"menu__link\">Strictly Come Dancing 2014</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/geordie-shore\" class=\"menu__link\">Geordie Shore</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/celebrity-big-brother-2014\" class=\"menu__link\">Celebrity Big Brother</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/Made-In-Chelsea\" class=\"menu__link\">Made In Chelsea</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/blue\" class=\"menu__link\">Blue</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/one-direction\" class=\"menu__link\">One Direction</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/girls-aloud\" class=\"menu__link\">Girls Aloud</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/atomic-kitten\" class=\"menu__link\">Atomic Kitten</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"http://www.ok.co.uk/events/inside-soap-awards\" class=\"menu__link\">Inside Soap Awards</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-ok-international\" class=\"block block-menu odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">OK! International</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"https://www.facebook.com/pages/OK-Albania/185046274986814\" class=\"menu__link\">OK! Albania</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/pages/OK-Magazine-Bulgaria/110932832289418\" class=\"menu__link\">OK! Bulgaria</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.com.cn\" class=\"menu__link\">OK! China</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OkMagazineCyprus\" class=\"menu__link\">OK! Cyprus</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.cz\" class=\"menu__link\">OK! Czech Republic</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok-magazin.de\" class=\"menu__link\">OK! Germany</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OKMagazineGreece\" class=\"menu__link\">OK! Greece</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/okindomagz\" class=\"menu__link\">OK! Indonesia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okjapan.jp\" class=\"menu__link\">OK! Japan</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine-international.com/\" class=\"menu__link\">OK! Latvia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OKMiddleEast\" class=\"menu__link\">OK! Middle East</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/ok.mongolia.magazine\" class=\"menu__link\">OK! Mongolia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.oknigeria.com\" class=\"menu__link\">OK! Nigeria</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.ro\" class=\"menu__link\">OK! Romania</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.ru\" class=\"menu__link\">OK! Russia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.sk\" class=\"menu__link\">OK! Slovakia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine-thai.com\" class=\"menu__link\">OK! Thailand</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk\" class=\"menu__link\">OK! United Kingdom</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://twitter.com/OK_Venezuela\" class=\"menu__link\">OK! Venezuela</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"http://www.okmagazine-international.com/\" class=\"menu__link\">OK! Vietnam</a></li>\n</ul>\n</div>\n<div id=\"block-views-exp-search-page-page-2\" class=\"block block-views even\">\n\n      \n  <form action=\"/search\" method=\"get\" id=\"views-exposed-form-search-page-page-2\" accept-charset=\"UTF-8\"><div><!--OVOLABS_6 END-->\n<div class=\"views-exposed-form\">\n    <div class=\"views-exposed-widgets clearfix\">\n                    <div id=\"edit-query-wrapper\" class=\"views-exposed-widget views-widget-filter-search_api_views_fulltext\">\n                                                <div class=\"views-widget\">\n                    <div class=\"form-item form-type-textfield form-item-query\">\n <input type=\"text\" id=\"edit-query\" name=\"query\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\n</div>\n                </div>\n                            </div>\n                                        <div class=\"views-exposed-widget views-submit-button\">\n            <input type=\"submit\" id=\"edit-submit-search-page\" name=\"\" value=\"Apply\" class=\"form-submit\" />        </div>\n            </div>\n</div>\n<!--OVOLABS_7 START--></div></form>\n</div>\n<div id=\"block-menu-menu-mobile-footer-left-menu\" class=\"block block-menu odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">mobile footer left menu</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/preferences\" class=\"menu__link\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/a-to-z\" class=\"menu__link\">A-Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.famest.co/users/ok-magazine\" target=\"_blank\" class=\"menu__link\">OK! Magazine on Famest</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://competitions.ok.co.uk\" class=\"menu__link\">Competitions</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"https://www.jackpotmillions.com\" target=\"_blank\" class=\"menu__link\">Jackpot Millions</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-other\" class=\"block block-menu last even\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Other</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk\" class=\"menu__link\">Home</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-news\" class=\"menu__link\">News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-pictures\" class=\"menu__link\">Pics</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/lifestyle\" class=\"menu__link\">Lifestyle</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z\" class=\"menu__link\">A-Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" target=\"_blank\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/competition\" class=\"menu__link\">Win!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.shop.ok.co.uk\" class=\"menu__link\">Shop</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/preferences\" class=\"menu__link\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.famest.co/users/ok-magazine\" target=\"_blank\" class=\"menu__link\">OK! Magazine on Famest</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.jackpotmillions.com\" target=\"_blank\" class=\"menu__link\">Jackpot Millions</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/subscribe\" class=\"menu__link contact\">Subscribe to OK! Magazine</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/contact-us\" class=\"menu__link contact\">Advertise at OK!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/contact-us\" class=\"menu__link contact\">Contact OK!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.expresspictures.com\" class=\"menu__link contact\" target=\"_blank\">Syndication &amp; Licensing</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/rss-feeds\" class=\"menu__link feeds\">RSS Feeds</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/sitemap\" class=\"menu__link sitemap\">Sitemap</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/archive\" class=\"menu__link sitemap\">Archive</a></li>\n</ul>\n</div>\n\t<div class=\"block floatright nands\">\n                <div class=\"copyright\">\n\t\t\t<img src=\"/sites/default/themes/ok/images/nands_logo.png\" class=\"floatleft\" alt=\"Northern &amp; Shell\"  />\n\t\t\t<p>\n\t\t\t\tCopyright &copy;2015 Northern and Shell Media Publications.\n\t\t\t</p>\n\t\t\t<p>\n\t\t\t\tBy viewing this site you agree to our <a href=\"/terms-and-conditions\">Terms and Conditions</a>, <a href=\"/privacy-policy\">Privacy Policy</a> and <a href=\"/cookie-policy\">Cookie Policy</a>.\n\t\t\t</p>\n\t\t</div>\n\t</div>\n\t<div class=\"clear\">&nbsp;</div>\n</footer>\n  \t</div>\n</div>\n        <script src=\"http://www.ok.co.uk/sites/all/modules/eu-cookie-compliance/js/eu_cookie_compliance.js?nfxk41\"></script>\n        <input type=\"hidden\" name=\"OBKey\" value=\"G0VWELtJ7L/TD5tK1y5sMg==\"/> <script LANGUAGE=\"JavaScript\">var OBCTm='1378897836428'; </script><script LANGUAGE=\"JavaScript\" src=\"http://widgets.outbrain.com/claim.js\"></script><script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-545303-3']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n\n</script><script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/326924.js?r=\"+Math.random()*1e16+\"&m=1112&a=326924\"+(iatDev?\"&d=1\":\"\")))</script><script type=\"text/javascript\">\n\n// respond to sizing message from iframe\nwindow.addEventListener('message', function(event) {\n    var data;\n    try {\n        data = JSON.parse(event.data);\n    } catch (e) {\n        data = null;\n    }\n\n    if (data && data.action == \"resizeESIframe1\") {\n        var iframe = document.getElementById(\"esIframe1\");\n        if (iframe) {\n            iframe.setAttribute(\"height\", data.height);            \n        }\n    }\n}, false);\n        \n</script>    </body>\n</html>\n<!--OVOLABS_7 END-->\n"
  },
  {
    "path": "tests/data/html/ok.co.uk2.html",
    "content": "<!DOCTYPE html>\n<!--OVOLABS_1 START-->\n<!--[if IEMobile 7]><html class=\"iem7\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if lte IE 6]><html class=\"lt-ie9 lt-ie8 lt-ie7\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if (IE 7)&(!IEMobile)]><html class=\"lt-ie9 lt-ie8\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if IE 8]><html class=\"lt-ie9\"  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\"><![endif]-->\n<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html  lang=\"en\" dir=\"ltr\" prefix=\"http://ogp.me/ns#\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\"><!--<![endif]-->\n\n    <head>\n        <title>EastEnders Spoilers - Kat Moon for sex offender storyline | OK! Magazine</title>\n        <meta charset=\"utf-8\" />\n<meta property=\"twitter:title\" content=\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\" />\n<meta name=\"keywords\" content=\"EastEnders, Kat Slater, sex abuse, uncle Harry, Spoilers\" />\n<meta about=\"/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" property=\"sioc:num_replies\" content=\"0\" datatype=\"xsd:integer\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta name=\"description\" content=\"EASTENDERS SPOILER Kat Moon to be involved in sex offender storyline\" />\n<link rel=\"canonical\" href=\"http://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" />\n<link rel=\"shortcut icon\" href=\"http://www.ok.co.uk/sites/default/themes/ok/images/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n<meta property=\"twitter:url\" content=\"http://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" />\n<meta property=\"twitter:card\" content=\"summary\" />\n<link rel=\"shortlink\" href=\"http://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" />\n<meta content=\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\" about=\"/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" property=\"dc:title\" />\n<meta name=\"parsely-page\" content='{ \"title\": \"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\", \"link\": \"http://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\", \"image_url\": \"http://images.ok.co.uk/1419756117_JW.gif\", \"type\": \"post\", \"post_id\": \"345850\", \"pub_date\": \"2014-12-28T08:15:00+0000\", \"section\": \"Celeb News\", \"author\": \"Catherine Earp\", \"tags\": [\"Latest Celebrity News\"] }' /><meta property=\"og:url\" content=\"http://www.ok.co.uk/celebrity-news/eastenders-kat-sex-offender-uncle-harry\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:description\" content=\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\" />\n<meta property=\"og:title\" content=\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\" />\n<meta property=\"og:site_name\" content=\"OK! Magazine\" />\n<meta property=\"article:author\" content=\"Catherine Earp\" />\n<meta property=\"article:tag\" content=\"Latest Celebrity News\" />\n<meta property=\"article:modified_time\" content=\"14-12-28\" />\n<meta property=\"article:published_time\" content=\"14-12-28\" />\n<meta property=\"article:category\" content=\"Celebrity news\" />\n        <script type=\"text/javascript\">\n            if (navigator.userAgent.match(/iPhone/i) != null) {\n                document.write('<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\" />');\n            }\n            else {\n                document.write('<meta name=\"viewport\" content=\"width=1024\" />');\n            }\n            if (navigator.userAgent.match(/iPhone|iPad/i) == null) {\n              viewport = document.querySelector(\"meta[name=viewport]\");\n              viewport.setAttribute('content', 'width=device-width');\n            }\n\n             var asyncads = true; \n        </script>\n        <meta http-equiv=\"cleartype\" content=\"on\">\n        <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\" />\n        <link rel=\"shortcut icon\" href=\"/favicon.ico\" >\n        <meta property=\"fb:app_id\" content=\"543301995758445\">\n        <meta property=\"og:image\" content=\"http://www.ok.co.uk/sites/default/themes/ok/images/ok-logo.gif\">\n        <style>@import url(\"http://www.ok.co.uk/modules/system/system.base.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/modules/comment/comment.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/date/date_api/date.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/field/theme/field.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/node/node.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/modules/user/user.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/views/css/views.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/sites/all/modules/ckeditor/ckeditor.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/all/modules/ctools/css/ctools.css?nfxk41\");</style>\n<style>#sliding-popup.sliding-popup-bottom{background:#D9D9D9;}#sliding-popup .popup-content #popup-text h2,#sliding-popup .popup-content #popup-text p{color:#000000;}\n</style>\n<style>@import url(\"http://www.ok.co.uk/sites/all/modules/eu-cookie-compliance/css/eu_cookie_compliance.css?nfxk41\");</style>\n<style>@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/reset.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/colorbox.css?nfxk41\");\n@import url(\"http://www.ok.co.uk/sites/default/themes/ok/css/screen.css?nfxk41\");</style>\n        <!--[if lt IE 9]><script src=\"/sites/default/themes/ok/js/html5shiv.js\"></script><![endif]-->\n        \n        <script src=\"http://www.ok.co.uk/sites/all/modules/jquery_update/replace/jquery/1.7/jquery.js?v=1.7.1\"></script>\n<script src=\"http://www.ok.co.uk/misc/jquery.once.js?v=1.2\"></script>\n<script src=\"http://www.ok.co.uk/misc/drupal.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/all/modules/jquery_update/replace/misc/1.7/states.js?v=7.32\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.infinitescroll.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.carouFredSel-6.2.1-packed.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.watermark.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.scrollTo.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/masonry.pkgd.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/imagesloaded.pkgd.min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/jquery.colorbox-min.js?nfxk41\"></script>\n<script src=\"http://www.ok.co.uk/sites/default/themes/ok/js/ok.js?nfxk41\"></script>\n<script>jQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"ok\",\"theme_token\":\"Mbsow_Y59U8zO3TLUovZ8TJMxbn26qBRm60pKS8nlX4\",\"js\":{\"sites\\/all\\/modules\\/eu-cookie-compliance\\/js\\/eu_cookie_compliance.js\":1,\"sites\\/all\\/modules\\/jquery_update\\/replace\\/jquery\\/1.7\\/jquery.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"sites\\/all\\/modules\\/jquery_update\\/replace\\/misc\\/1.7\\/states.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.infinitescroll.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.carouFredSel-6.2.1-packed.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.watermark.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.scrollTo.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/masonry.pkgd.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/imagesloaded.pkgd.min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/jquery.colorbox-min.js\":1,\"sites\\/default\\/themes\\/ok\\/js\\/ok.js\":1},\"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\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/ckeditor\\/ckeditor.css\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"0\":1,\"sites\\/all\\/modules\\/eu-cookie-compliance\\/css\\/eu_cookie_compliance.css\":1,\"sites\\/default\\/themes\\/ok\\/system.menus.css\":1,\"sites\\/default\\/themes\\/ok\\/system.messages.css\":1,\"sites\\/default\\/themes\\/ok\\/system.theme.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/reset.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/colorbox.css\":1,\"sites\\/default\\/themes\\/ok\\/css\\/screen.css\":1}},\"eu_cookie_compliance\":{\"popup_enabled\":1,\"popup_agreed_enabled\":0,\"popup_hide_agreed\":0,\"popup_clicking_confirmation\":1,\"popup_html_info\":\"\\n\\u003Cdiv\\u003E\\n  \\u003Cdiv class =\\u0022popup-content info\\u0022\\u003E\\n    \\u003Cdiv id=\\u0022popup-text\\u0022\\u003E\\n      \\u003Cp\\u003EBy continuing to use the site, you agree to the use of cookies. You can find out more by following \\u003Ca href=\\u0022\\/cookie-policy\\u0022\\u003Ethis link\\u003C\\/a\\u003E.\\u003C\\/p\\u003E\\n    \\u003C\\/div\\u003E\\n    \\u003Cdiv id=\\u0022popup-buttons\\u0022\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022agree-button\\u0022\\u003EYes, I agree\\u003C\\/button\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022find-more-button\\u0022\\u003ENo, I want to find out more\\u003C\\/button\\u003E\\n    \\u003C\\/div\\u003E\\n  \\u003C\\/div\\u003E\\n\\u003C\\/div\\u003E\\n\",\"popup_html_agreed\":\"\\n\\u003Cdiv\\u003E\\n  \\u003Cdiv class =\\u0022popup-content agreed\\u0022\\u003E\\n    \\u003Cdiv id=\\u0022popup-text\\u0022\\u003E\\n      \\u003Ch2\\u003EThank you for accepting cookies\\u003C\\/h2\\u003E\\n\\u003Cp\\u003EYou can now hide this message or find out more about cookies.\\u003C\\/p\\u003E\\n    \\u003C\\/div\\u003E\\n    \\u003Cdiv id=\\u0022popup-buttons\\u0022\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022hide-popup-button\\u0022\\u003EHide this message \\u003C\\/button\\u003E\\n      \\u003Cbutton type=\\u0022button\\u0022 class=\\u0022find-more-button\\u0022 \\u003EMore information on cookies\\u003C\\/button\\u003E\\n    \\u003C\\/div\\u003E\\n  \\u003C\\/div\\u003E\\n\\u003C\\/div\\u003E\\n\",\"popup_height\":150,\"popup_width\":\"100%\",\"popup_delay\":1000,\"popup_link\":\"\\/cookie-policy\",\"popup_position\":0,\"popup_language\":\"en\"},\"states\":{\"#edit-query\":{\"visible\":{\":input[name=\\u0022options[operator]\\u0022],dummy-empty\":{\"!value\":\"empty\"},\":input[name=\\u0022options[operator]\\u0022],dummy-not-empty\":{\"!value\":\"not empty\"}}}}});</script>\n                <script type=\"text/javascript\">\n            var gId = '345850',\n                gKeywords = 'EastEnders,KatSlater,sexabuse,uncleHarry,Spoilers',\n                gDevice = 'desktop';\n        </script>\n        \t<!--  Start Expresso -->\n\t<script type=\"text/javascript\" lang=\"javascript\" src=\"http://cdn.gigya.com/JS/socialize.js?apikey=3_A4lAopm9VNvQkHQIc7GQeu6nHMhnwW2XpfL2-VkJt8u-T4UHJT8aDBRYvN_cWrow\"></script>\n\n\t<script>\n\t\twindow.$ = window.jQuery;\n\t\twindow.expressoOptions = {\n\t\t\tbrand: 'OK',\n\t\t\theaderBackgroundColor: \"#ea052c\",\n\t\t\tmessageBackgroundColor: \"#ea052c\",\n\t\t\tapiUrl: \"https://api.crm.northernandshell.co.uk\",\n\t\t\tcontentUrl: 'http://cdn.crm.northernandshell.co.uk/cdn/',\n\t\t\tsdkVersion: 'rc16',\n\t\t\tbrandOptIn: \"Yes, keep me up to date with breaking news, offers, promotions and exclusive content from OK! Online by email.\",\n\t\t\tnsOptIn: \"Yes, I'd like to be contacted by Northern & Shell Companies about their offers, goods and services by email.\",\n\t\t\tthirdPartyOptIn: \"Yes, I'd like to be contacted by selected 3rd parties about their offers, goods and services by email.\",\n\t\t\tpreferencesLink: \"/preferences\",\n\t\t\tpromptToOptIn: \"You need to opt-in to receive emails from OK! Magazine before you can start receiving daily news emails – Click here to opt-in now.\",\n\t\t\ttermsOfUseLink: \"http://www.ok.co.uk/terms-and-conditions\",\n\t\t\tprivacyPolicyLink: \"http://www.ok.co.uk/privacy-policy\",\n\t\t\tscreens: {\n\t\t\t\tregister: {\n\t\t\t\t\tcaption: 'Register for an OK! account',\n\t\t\t\t\tbenefits: [\n\t\t\t\t\t\t'Get involved with the discussion and comment on OK! Online stories',\n\t\t\t\t\t\t'Get access to exclusive competitions and promotions',\n\t\t\t\t\t\t'Get access to daily news emails and receive news you care about directly to your inbox'\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\tlogin: {\n\t\t\t\t\tcaption: 'Sign into your OK! Magazine account'\n\t\t\t\t},\n\t\t\t\tforgotpassword: {\n\t\t\t\t\tcaption: 'Forgotten password'\n\t\t\t\t},\n\t\t\t\tpreferencecentre: {\n\t\t\t\t\twelcomeMessage: \"Welcome to the email news preference center. Here you can subscribe to receive daily news emails about topics you care about directly to your inbox.\"\n\t\t\t\t},\n\t\t\t\tregistrationnewsletters: {\n\t\t\t\t\tcaption: 'Thank you for registering!'\n\t\t\t\t},\n\t\t\t\tlinkaccounts: {\n\t\t\t\t\tcaption: 'Already a member'\n\t\t\t\t}\n\t\t\t},\n\t\t\tmodules: {\n\t\t\t\tacquisitionModule: {\n\t\t\t\t\tmoduleBackgroundColor: '#dcdcdc',\n\t\t\t\t\theaderBackgroundColor: '#ea052c',\n\t\t\t\t\theaderCornerColor: '#9f021e'\n\t\t\t\t}\n\t\t\t},\n\t\t\tspecialInterest: {\n\t\t\t\tlabel: 'What is your favourite OK! topic?',\n\t\t\t\toptions: [\n\t\t\t\t\t{ value: 'celebrity-news', displayText: 'Celebrity' },\n\t\t\t\t\t{ value: 'lifestyle', displayText: 'Style' },\n\t\t\t\t\t{ value: 'Entertainment', displayText: 'Entertainment' },\n\t\t\t\t\t{ value: 'TV', displayText: 'TV' },\n\t\t\t\t\t{ value: 'Health', displayText: 'Health' },\n\t\t\t\t\t{ value: 'Fitness', displayText: 'Fitness' },\n\t\t\t\t\t{ value: 'Mums', displayText: 'Mums' },\n\t\t\t\t\t{ value: 'Fashion', displayText: 'Fashion' }\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\n\t</script>\n\n\t<script src=\"http://cdn.crm.northernandshell.co.uk/cdn/js/expresso-0.1.min.js?rc16\"></script>\n\t<!--  End Expresso --><script type='text/javascript'>\n     function ISMScreenRes() {\n          if(screen.width >= 1280 )\n          { return( \"true\" ); }\n          else\n          { return( \"false\" ); }\n     }\n</script>\n<!-- BEGIN Krux Control Tag for \"OK! UK\" -->\n<!-- Source: /snippet/controltag?confid=I34AGxzL&site=OK!%20UK&edit=1 -->\n<script class=\"kxct\" data-id=\"I34AGxzL\" data-timing=\"async\" data-version=\"1.9\" type=\"text/javascript\">\n  window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n  (function(){\n    var k=document.createElement('script');k.type='text/javascript';k.async=true;\n    var m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\n    k.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" :\n      (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=I34AGxzL\"\n  ;\n    var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n  }());\n</script>\n<!-- END Krux Controltag -->\n<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><!-- Start: GPT Async -->\n<script type='text/javascript'>\n\tvar gptadslots=[];\n\tvar googletag = googletag || {};\n\tgoogletag.cmd = googletag.cmd || [];\n\t(function(){ var gads = document.createElement('script');\n\t\tgads.async = true; gads.type = 'text/javascript';\n\t\tvar useSSL = 'https:' == document.location.protocol;\n\t\tgads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n\t\tvar node = document.getElementsByTagName('script')[0];\n\t\tnode.parentNode.insertBefore(gads, node);\n\t})();\n</script>\n\n<script type=\"text/javascript\">\n\tgoogletag.cmd.push(function() {\n\n\t\tgoogletag.pubads().enableSingleRequest();\n\t\tgoogletag.pubads().disableInitialLoad();\n\n\t\t//Adslot 1 declaration\n\t\tgptadslots[1]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[1,1],[900,250],[970,250],[728,90]],'div-gpt-ad-621133600534517859-1').setTargeting('pos',['frame1']).addService(googletag.pubads());\n\n\t\t//Adslot 2 declaration\n\t\tgptadslots[2]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[728,90]],'div-gpt-ad-621133600534517859-2').setTargeting('pos',['top']).addService(googletag.pubads());\n\n\t\t//Adslot 3 declaration\n\t\tgptadslots[3]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250],[300,600],[300,1050]],'div-gpt-ad-621133600534517859-3').setTargeting('pos',['right']).addService(googletag.pubads());\n\n\t\t//Adslot 4 declaration\n\t\tgptadslots[4]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250]],'div-gpt-ad-621133600534517859-4').setTargeting('pos',['right1']).addService(googletag.pubads());\n\n\t\t//Adslot 5 declaration\n\t\tgptadslots[5]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[300,250]],'div-gpt-ad-621133600534517859-5').setTargeting('pos',['right2']).addService(googletag.pubads());\n\n\t\t//Adslot 6 declaration\n\t\tgptadslots[6]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[320,50],[300,250],[300,300]],'div-gpt-ad-621133600534517859-6').setTargeting('pos',['mobile_top']).addService(googletag.pubads());\n\n\t\t//Adslot 7 declaration\n\t\tgptadslots[7]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[320,50],[300,250]],'div-gpt-ad-621133600534517859-7').setTargeting('pos',['mobile_bottom']).addService(googletag.pubads());\n\n\t\t//Adslot 8 declaration\n\t\tgptadslots[8]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[1,1]],'div-gpt-ad-621133600534517859-8').setTargeting('pos',['middle']).addService(googletag.pubads());\n\n\t\t//Adslot 9 declaration\n\t\tgptadslots[9]= googletag.defineSlot('/34722903/OK/Celebrity_News', [[900,250],[970,250],[728,90]],'div-gpt-ad-621133600534517859-9').setTargeting('pos',['top1']).addService(googletag.pubads()).setCollapseEmptyDiv(true,true);\n\n\t\t//Adslot oop declaration\n\t\tgptadslots[0] = googletag.defineOutOfPageSlot('/34722903/OK/Celebrity_News','div-gpt-ad-621133600534517859-oop').setTargeting('pos',['outofpage']).addService(googletag.pubads());\n\n\t\tgoogletag.pubads().setTargeting('pagetype',['article']).setTargeting('articleid',[gId]).setTargeting('keywords',[gKeywords]).setTargeting('device',[gDevice]).setTargeting(\"inskin_yes\", ISMScreenRes());\n\ngoogletag.pubads().setTargeting(\"ksg\", Krux.segments);\ngoogletag.pubads().setTargeting(\"kuid\", Krux.user);\ngoogletag.pubads().setTargeting(\"khost\",  encodeURIComponent(location.hostname));\n\n\t\tgoogletag.pubads().enableAsyncRendering();\n                googletag.pubads().collapseEmptyDivs(); \n\t\tgoogletag.enableServices();\n\t});\n</script>\n<!-- End: GPT --><style type=\"text/css\">\ndiv#full-width-cont .static-masonry-item .view-id-hero .view-content {\npadding-bottom: 30px !important;\n}\ndiv#full-width-cont .static-masonry-item .view-id-hero {\npadding-bottom: 0 !important;\n}\n</style>\n<meta name=\"msvalidate.01\" content=\"E11C91F3522244AD728A407C255512DF\" /><meta name=\"google-site-verification\" content=\"B1HnZJ5B1TVVUrUSigIoiMYEQyn6OJfybWzBaeRzsY4\" /><style>\n@media only screen and (max-width: 680px) {\n.category-page #main .view-atoz-entity .view-content .views-column-1,\n.category-page #main .view-atoz-entity .view-content .views-column-3,\n.category-page #main .view-atoz-entity .view-content .views-column-5 {\nclear: left; \n}\n}\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-6,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-7,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-8,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-9,\n.page-a-to-z .view-10-most-recent-articles-aside- .views-row-10 {\ndisplay:none;\n}\n#aside .view-display-id-related_websites .views-field-field-entity-fan-site-link a:first-of-type:before {\ncontent: '|';\ncolor: #959595;\npadding: 0 3px 0 0;\n}\n</style>\n<script>\njQuery(function() {\nif (jQuery('body.section-celebrities').length) {\njQuery('.entity-content').find('dt:contains(Event time:)').hide().next('dd').hide();\n}\nvar related = jQuery('#block-views-45b94575226422889513e045ff393b6f');\nif (related.length && jQuery(related).find('.views-row-1').html().trim() == '') {\nrelated.hide();\n}\n});\n</script><!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"12961652\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=12961652&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n            </head>\n    <body class=\"html not-front not-logged-in no-sidebars page-node page-node- page-node-345850 node-type-article section-celebrity-news\" >\n                <div id=\"top\"></div>\n<!--OVOLABS_1 END-->\n<!--OVOLABS_2 START-->\n  <div class=\"region region-megabanner-ad\">\n    <div id=\"block-block-95\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_megabanner_desktop_ad = '&lt;!-- Beginning Async AdSlot 1 for Ad unit OK/Celebrity_News  ### size: [[1,1],[900,250],[970,250],[728,90]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[1]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-1\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() { googletag.display(\\'div-gpt-ad-621133600534517859-1\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 1 --&gt;';\n     var ok_megabanner_mobile_ad = '&lt;!-- Beginning Async AdSlot 6 for Ad unit OK/Celebrity_News  ### size: [[320,50],[300,250],[300,300]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[6]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-6\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() {googletag.display(\\'div-gpt-ad-621133600534517859-6\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 6 --&gt;';\n</script>\n\n<!-- Beginning Async AdSlot oop for Ad unit OK/Celebrity_News  ### size:  -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[0]]) -->\n<div id='div-gpt-ad-621133600534517859-oop'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-oop'); });\n\t</script>\n</div>\n<!-- End AdSlot oop -->\n</div>\n  </div>\n\n<div id=\"megabanner_advert\">\n</div>\n\n<div id=\"megabanner_advert_mob\">\n</div>\n\n<div id=\"page\">\n    <!--OVOLABS_2 END-->\n    <header class=\"header\" id=\"header\" role=\"banner\">\n        <div id=\"logo\" class=\"floatleft\">\n            <a href=\"/\"><img src=\"/sites/default/themes/ok/images/logo.png\" alt=\"OK! Magazine\" /></a>\n        </div>\n        <div class=\"floatleft\">\n        \t  <div class=\"region region-banner-ad\">\n    <div id=\"block-block-97\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_banner_desktop_ad = '&lt;!-- Beginning Async AdSlot 2 for Ad unit OK/Celebrity_News  ### size: [[728,90]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[2]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-2\\'&gt;&lt;script type=\\'text/javascript\\'&gt;googletag.cmd.push(function() { googletag.display(\\'div-gpt-ad-621133600534517859-2\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 2 --&gt;';\n</script>\n</div>\n  </div>\n\n            <div id=\"banner_advert\">\n            </div>\n        </div>\n        <span class=\"open\"></span>\n        <span class=\"search\"></span>\n        <div class=\"clear\">&nbsp;</div>\n        <div id=\"navigation\" class=\"floatleft\">\n              <div class=\"region region-navigation\">\n    <div id=\"block-system-main-menu\" class=\"block block-system block-menu first odd\" role=\"navigation\">\n\n      \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/\" class=\"menu__link home\">Home</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-news\" class=\"menu__link\">News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-pictures\" class=\"menu__link galleries\">Pics</a></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"/lifestyle\" class=\"menu__link style\">Lifestyle</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/fashion\" class=\"menu__link\">Fashion</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/fitness\" class=\"menu__link\">Fitness</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/mums\" class=\"menu__link\">Mums</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/health\" class=\"menu__link\">Health</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/horoscopes\" class=\"menu__link\">Horoscopes</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"/a-to-z\" class=\"menu__link atoz\">A-Z</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/a-to-z/all/celebrity\" class=\"menu__link\">Celebrities</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z/all/tv_film\" class=\"menu__link\">TV &amp; Film</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z/all/band\" class=\"menu__link\">Bands</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/a-to-z/all/event\" class=\"menu__link\">Events</a></li>\n</ul></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" target=\"_blank\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/competition\" class=\"menu__link\">WIN!</a></li>\n<li class=\"menu__item is-expanded expanded\"><a href=\"http://www.shop.ok.co.uk\" class=\"menu__link shop\" target=\"_blank\">Shop</a><ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"/offers\" class=\"menu__link\">Offers</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/subscribe\" class=\"menu__link\">Subscribe</a></li>\n</ul></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://games.ok.co.uk/\" class=\"menu__link\">Games</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/parties-with-lambrini\" class=\"menu__link\">Parties</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/preferences\" class=\"menu__link terms\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/cookie-policy\" class=\"menu__link cookie\">Cookie Policy</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/terms-and-conditions\" class=\"menu__link terms\">Terms &amp; Conditions</a></li>\n</ul>\n</div>\n<div id=\"block-block-229\" class=\"block block-block last even\">\n\n      \n  \n<div id=\"nse-widget\"></div>\n\n</div>\n  </div>\n        </div>\n        <div class=\"clear\">&nbsp;</div>\n    </header>\n\n            <!--OVOLABS_3 START-->\n        <div id=\"cont\">\n            \n            <div id=\"main\" class=\"floatleft\">\n                                                  \n                \n                                       <div class=\"promo-fan-buttons\">\n    <a href=\"http://www.facebook.com/okmagazineuk\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/facebook_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n    <a href=\"http://twitter.com/OK_Magazine\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/twitter_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n  </div>                      <div class=\"bread-crumb\" itemscope itemtype=\"http://data-vocabulary.org/Breadcrumb\">\n                        <div class=\"item-list\"><h3>Breadcrumb</h3><ol class=\"breadcrumb-list\"><li class=\"first\"><a href=\"/\" itemprop=\"url\"><span itemprop=\"title\">OK! Home</span></a></li>\n<li><a href=\"/celebrity-news\" itemprop=\"url\"><span itemprop=\"title\">Celeb News</span></a></li>\n<li class=\"last\"><span itemprop=\"title\">EastEnders Spoilers: Kat Moon to be involved ...</span></li>\n</ol></div>                      </div>\n                \n                \n                \n\n\n\n  <div class=\"article\">\n    <article itemscope itemtype=\"http://schema.org/Article\">\n  <h1 itemprop=\"headline\">EastEnders Spoilers: Kat Moon to be involved in sex offender storyline</h1>\n      <h3 itemprop=\"alternativeHeadline\">The soap character will be part of an investigation against her late uncle Harry</h3>\n  \n  <div class=\"clear\">&nbsp;</div>\n  \n  <div class=\"publishing-info\">\n    <div class=\"author\">\n      By <span itemprop=\"author\">Catherine Earp</span>    </div>\n\n    <div class=\"date\">\n      <span itemprop=\"datePublished\">\n      Sunday 28 Dec 2014       </span>\n    </div>\n    <div class=\"clear\">&nbsp;</div>\n  </div>\n      \n        <div class=\"share\">\n          <div id=\"divButtons\"></div>\n          <!--OVOLABS_3 END-->\n          \n  <script>\n    var ua = new gigya.socialize.UserAction();\n    ua.setTitle(\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\");\n    ua.setDescription(\"Kat Moon to be involved in sex offender storyline\");\n    ua.setLinkBack(\"http://www.ok.co.uk\" + window.location.pathname);\n    ua.addMediaItem({\n      type: 'image',\n      src:  'http://images.ok.co.uk/1419756117_JW.gif',\n      href: 'http://www.ok.co.uk' + window.location.pathname\n    });\n\n    // Define Share Bar plugin's Parameters\n    var shareBarParams ={\n      userAction:ua,\n      shareButtons:\n        [\n          {\n            \"provider\":\"Facebook\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/facebook_share_small.png\",\n          },\n          {\n            \"provider\":\"Twitter\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/twitter_share_small.png\",\n          },\n          {\n            \"provider\":\"Pinterest\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/pinterest_share_small.png\",\n          },\n          {\n            \"provider\":\"Googleplus\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/googleplus_share_small.png\",\n          },\n        ],\n      containerID: 'divButtons', // location of the Share Bar plugin\n      shortURLs:\"never\",\n      showCounts:\"right\",\n      layout:\"horizontal\"\n    }\n\n    // Load Share Bar plugin\n    gigya.socialize.showShareBarUI(shareBarParams);\n  </script>\n\n          <!--OVOLABS_4 START-->\n        </div>\n            <div class=\"clear-line\">&nbsp;</div>\n  <div class=\"content\">\n    <!-- Start of Brightcove Player --><div style=\"display:none\"> </div>\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n--><script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script><object class=\"BrightcoveExperience\" id=\"myExperience3962394047001\"><param name=\"bgcolor\" value=\"#FFFFFF\" /><param name=\"width\" value=\"100%\" /><param name=\"height\" value=\"360\" /><param name=\"playerID\" value=\"3167640852001\" /><param name=\"playerKey\" value=\"AQ~~,AAACT2hWexE~,QV-ElXQT89WdAmhgtlaR_ZqJu9qB7vg-\" /><param name=\"isVid\" value=\"true\" /><param name=\"isUI\" value=\"true\" /><param name=\"dynamicStreaming\" value=\"true\" /><param name=\"@videoPlayer\" value=\"3962394047001\" /></object><!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n--><script type=\"text/javascript\">\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\n\n<!--//--><![CDATA[// ><!--\nbrightcove.createExperiences();\n//--><!]]]]]]><![CDATA[><![CDATA[>\n\n//--><!]]]]><![CDATA[>\n\n//--><!]]>\n</script><!-- End of Brightcove Player --><p><a href=\"/tv-and-films/eastenders\" title=\"EastEnders\" class=\"word-link\">EastEnders</a> are set to show a controversial plot line in the near future.</p>\n<p>Kat Moon will discover that her late uncle Harry is a serial sex offender.</p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/1394504147_Kat-Slater.jpg\" alt=\"Kat Slater will discover her uncle was a serial sex offender\"><div class=\"postpicturecaption\">Kat Slater will discover her uncle was a serial sex offender</div></div>\n<p>Alfie Moon's wife was groomed by the relative from a young age.</p>\n<p>As a result of rape, she gave birth to her daughter Zoe Slater at the age of 13.</p>\n<p>However, Kat pretended to be her sister until the secret was revealed years later after Zoe said she wanted to live with Harry in Spain.</p>\n<p>Police will turn up at Kat's house telling her that a number of victims have come forward with allegations against Harry, despite him passing away 10 years ago.</p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/1419760569_Harry-.gif\" alt=\"Previous victims of Harry Slater will come forward\"><div class=\"postpicturecaption\">Previous victims of Harry Slater will come forward</div></div>\n<p>Kat, played by <a href=\"/celebrities/jessie-wallace\" title=\"Jessie Wallace\" class=\"word-link\">Jessie Wallace</a>, will be drawn to helping the investigation after discovering that she has been left money in his will.</p>\n<p>She then confides in her husband who believes that the heart-to-heart means a reunion is possible. Struggling to cope, Kat has a one-night stand in an attempt to take her mind off the situation.</p>\n<p>A show insider told <a href=\"http://www.thesun.co.uk/sol/homepage/\">The Sun</a>: \"EastEnders has a rich history of tackling difficult social issues and Kat's continued story is one of these.\"</p>\n<p>Played by the late Michael Elphick, Harry passed away off screen when he suffered a heart attack.</p>\n<div class=\"postpicture\"><img src=\"http://images.ok.co.uk/dynamic/38/451x567/7027_1.jpg\" alt=\"She gave birth to daughter Zoe Slater at 13 after being raped\"><div class=\"postpicturecaption\">She gave birth to daughter Zoe Slater at 13 after being raped</div></div>\n<hr /><p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/eastenders-actress-laurie-brett-splits-from-husband\">Laurie Brett splits from husband John Milroy</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/eastenders-spoiler-character-killed-off-new-years-day\">EastEnders spoiler - Character to be killed off on New Year's Day</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/eastenders-christmas-spoiler-will-kat-alfie-moon-get-divorced\">Could Kat and Alfie Moon's marriage go up in smoke?</a></strong></p>\n<p><strong>Related article: <a href=\"http://www.ok.co.uk/celebrity-news/lucy-beale-murder-case-solved-eastenders\">Lucy Beale killer discovered by Emma Summerhayes</a></strong></p>\n  </div>\n\n  \n    \n    <!--OVOLABS_4 END-->\n            <!-- start Vibrant Media IntelliTXT script section -->\n          <script type=\"text/javascript\" src=\"http://ok.uk.intellitxt.com/intellitxt/front.asp?ipid=17651\"></script>\n          <!-- end Vibrant Media IntelliTXT script section -->\n  \n      <div class=\"clear\">&nbsp;</div>\n              <div class=\"share\">\n          <div id=\"divButtons-bottom\"></div>\n          \n  <script>\n    var ua = new gigya.socialize.UserAction();\n    ua.setTitle(\"EastEnders Spoilers: Kat Moon to be involved in sex offender storyline\");\n    ua.setDescription(\"Kat Moon to be involved in sex offender storyline\");\n    ua.setLinkBack(\"http://www.ok.co.uk\" + window.location.pathname);\n    ua.addMediaItem({\n      type: 'image',\n      src:  'http://images.ok.co.uk/1419756117_JW.gif',\n      href: 'http://www.ok.co.uk' + window.location.pathname\n    });\n\n    // Define Share Bar plugin's Parameters\n    var shareBarParams ={\n      userAction:ua,\n      shareButtons:\n        [\n          {\n            \"provider\":\"Facebook\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/facebook_share_small.png\",\n          },\n          {\n            \"provider\":\"Twitter\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/twitter_share_small.png\",\n          },\n          {\n            \"provider\":\"Pinterest\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/pinterest_share_small.png\",\n          },\n          {\n            \"provider\":\"Googleplus\",\n            \"iconImgUp\":\"\\/sites\\/default\\/themes\\/ok\\/images\\/googleplus_share_small.png\",\n          },\n        ],\n      containerID: 'divButtons-bottom', // location of the Share Bar plugin\n      shortURLs:\"never\",\n      showCounts:\"right\",\n      layout:\"horizontal\"\n    }\n\n    // Load Share Bar plugin\n    gigya.socialize.showShareBarUI(shareBarParams);\n  </script>\n\n        </div>\n        <div class=\"clear\">&nbsp;</div>\n      \n\n      <script>Expresso.Acquisition.createFor({ metaTag: 'keywords' });</script>\n\n      <h2 class=\"add-your\"><span class=\"show\">Add a comment</span></h2>\n     <div id=\"comments-wrapper\">\n      <div id=\"comments\"></div>\n    </div>\n\n        <!--OVOLABS_5 START-->\n    </article>\n  </div>\n\n<div id=\"block-block-234\" class=\"block block-block even\">\n\n      \n  <script type=\"text/javascript\">\n    var params = {\n        categoryID: typeof(window.gigya_category_id) != 'undefined' ? window.gigya_category_id : 'okmagazine',\n        containerID: 'comments',\n        streamID: '345850',\n        scope: 'external',\n        privacy: 'private',\n        context: {\n            'id': 'comments'\n        },\n        version: 2,\n        useSiteLogin: true,\n        onSiteLoginClicked: onSiteLoginHandler\n    };\n\n    function onSiteLoginHandler(event) {\n        $('.nse_login-link').trigger('click');\n    }\n\n    if (jQuery('div#comments').length > 0) {\n        gigya.comments.showCommentsUI(params);\n    }\n</script>\n</div>\n<div id=\"block-views-d58e6534bbdf7b0229a221fc198ef2e4\" class=\"block block-views odd\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_desktop view-dom-id-8d11506dc7ac6560ff8c4c915aa9e1b8\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_desktop_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;AR_4\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-views-f1d9b7c051cfcd4747f98039142c3eb2\" class=\"block block-views even\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_mobile view-dom-id-96a16154c1a20dcb8e584abd8a9bd704\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_mobile_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;MB_1\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-views-fcbb1547d42d28e3a7385868fc9671ca\" class=\"block block-views odd\">\n\n      \n  <div class=\"view view-advert-outbrain view-id-advert_outbrain view-display-id-block_outbrain_aside view-dom-id-af688d9685a4aaf3bdedb52de9e89791\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    \t<script language=\"javascript\">\n\t\t\t\t\t\t\n\t\twindow.ok_outbrain_aside_ad = \"&lt;div class=\\&quot;OUTBRAIN\\&quot; data-src=\\&quot;#permalink#\\&quot; data-widget-id=\\&quot;#widgetid#\\&quot; data-ob-template=\\&quot;OkMagazine\\&quot;&gt;&lt;/div&gt;&lt;script type=\\&quot;text/javascript\\&quot; src=\\&quot;http://widgets.outbrain.com/outbrain.js\\&quot;&gt;&lt;/script&gt; \"; \n\t</script>\n  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-block-57\" class=\"block block-block last even\">\n\n      \n  <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">  \n<div id=\"parsely-cfg\" data-parsely-site=\"ok.co.uk\">\n</div>\n</div>\n<script> (function(s, p, d)\n{ var h=d.location.protocol, i=p+\"-\"+s,      \n e=d.getElementById(i), r=d.getElementById(p+\"-root\"),      \n u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\" :\"static.\"+p+\".com\";  \n if (e) return;  \n e = d.createElement(s);\n e.id = i;\n e.async = true;  \n e.src = h+\"//\"+u+\"/p.js\";\n r.appendChild(e); })(\"script\", \"parsely\", document); </script> <!-- END Parse.ly Include -->\n</div>\n\n                \n\n                <div id=\"mid_mobile_banner_advert\">\n                </div>\n\n                <div id=\"outbrain_advert\">\n                </div>\n                <div class=\"clear\">&nbsp;</div>\n            </div>\n            <div id=\"aside\" class=\"floatright\">\n                <div id=\"aside_scroll\">\n                    <!--OVOLABS_5 END-->\n                    <div id=\"search\">\n                          <div class=\"region region-solr-search\">\n    <div id=\"block-views-exp-search-page-page-1\" class=\"block block-views first last odd\">\n\n      \n  <form action=\"/search\" method=\"get\" id=\"views-exposed-form-search-page-page-1\" accept-charset=\"UTF-8\"><div><div class=\"views-exposed-form\">\n    <div class=\"views-exposed-widgets clearfix\">\n                    <div id=\"edit-query-wrapper\" class=\"views-exposed-widget views-widget-filter-search_api_views_fulltext\">\n                                                <div class=\"views-widget\">\n                    <div class=\"form-item form-type-textfield form-item-query\">\n <input type=\"text\" id=\"edit-query\" name=\"query\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\n</div>\n                </div>\n                            </div>\n                                        <div class=\"views-exposed-widget views-submit-button\">\n            <input type=\"submit\" id=\"edit-submit-search-page\" name=\"\" value=\"Apply\" class=\"form-submit\" />        </div>\n            </div>\n</div>\n</div></form>\n</div>\n  </div>\n                    </div>\n                    <!--OVOLABS_6 START-->\n                    <div id=\"extra\">\n                          <div class=\"region region-aside\">\n    <div id=\"block-block-186\" class=\"block block-block first odd\">\n\n      \n  <div class=\"promo-fan-buttons\">\n    <a href=\"http://www.facebook.com/okmagazineuk\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/facebook_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n    <a href=\"http://twitter.com/OK_Magazine\" target=\"_blank\"><img src=\"/sites/default/themes/ok/images/twitter_promo_fan.png\" width=\"147px\" height=\"30px\"/></a>\n</div>\n</div>\n<div id=\"block-block-99\" class=\"block block-block even\">\n\n      \n  <!-- Beginning Async AdSlot 3 for Ad unit OK/Celebrity_News  ### size: [[300,250],[300,600],[300,1050]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[3]]) -->\n<div id='div-gpt-ad-621133600534517859-3'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-3'); });\n\t</script>\n</div>\n<!-- End AdSlot 3 -->\n</div>\n<div id=\"block-block-226\" class=\"block block-block odd\">\n\n      \n  <div class=\"OUTBRAIN\" data-src=\"http://www.ok.co.uk\" data-widget-id=\"SB_4\" data-ob- template=\"OKMagazine\"></div>\n<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n</div>\n<div id=\"block-multiblock-3\" class=\"block block-multiblock even\">\n\n      \n  <iframe src=\"//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fokmagazineuk&amp;width=300&amp;height=400&amp;colorscheme=light&amp;show_faces=true&amp;header=true&amp;stream=false&amp;show_border=true\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:300px; height:400px;\" allowTransparency=\"true\"></iframe>\n</div>\n<div id=\"block-block-100\" class=\"block block-block odd\">\n\n      \n  <!-- Beginning Async AdSlot 4 for Ad unit OK/Celebrity_News  ### size: [[300,250]] -->\n<!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[4]]) -->\n<div id='div-gpt-ad-621133600534517859-4'>\n\t<script type='text/javascript'>\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-621133600534517859-4'); });\n\t</script>\n</div>\n<!-- End AdSlot 4 -->\n</div>\n<div id=\"block-views-single-promo-block\" class=\"block block-views even\">\n\n      \n  <div class=\"view view-single-promo view-id-single_promo view-display-id-block view-dom-id-bee4fc4e057e027c7b5c8343bf401c11\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n    <div class=\"promo\">\n\t<a href=\"http://www.ok.co.uk/subscribe\"><img src=\"http://okmag-live.s3-eu-west-1.amazonaws.com/1418727034_subscribe_141216.jpg\" alt=\"promo\"/></a>\n</div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>\n</div>\n<div id=\"block-multiblock-1\" class=\"block block-multiblock odd\">\n\n      \n  <a class=\"twitter-timeline\"  href=\"https://twitter.com/OK_Magazine\"  data-widget-id=\"382480873687232512\"></a>\n<script>!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\");</script>\n\n</div>\n<div id=\"block-block-55\" class=\"block block-block last even\">\n\n      \n  <div id=\"outbrain_aside\"></div>\n</div>\n  </div>\n                        <div class=\"clear\">&nbsp;</div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"clear\">&nbsp;</div>\n\n            \n        </div>\n\n    \n      <div class=\"region region-bottom-ad-mobile\">\n    <div id=\"block-block-117\" class=\"block block-block first last odd\">\n\n      \n  <script language=\"javascript\">\n          var ok_bottom_banner_mobile_ad = '&lt;!-- Beginning Async AdSlot 7 for Ad unit OK/Celebrity_News  ### size: [[320,50],[300,250]] --&gt;&lt;!-- Adslot\\'s refresh function: googletag.pubads().refresh([gptadslots[7]]) --&gt;&lt;div id=\\'div-gpt-ad-621133600534517859-7\\'&gt;&lt;script type=\\'text/javascript\\'&gt;\tgoogletag.cmd.push(function() {googletag.display(\\'div-gpt-ad-621133600534517859-7\\'); });&lt;/script&gt;&lt;/div&gt;&lt;!-- End AdSlot 7 --&gt;';\n</script>\n</div>\n  </div>\n\n    <div id=\"mid_article_banner_advert\">\n    </div>\n    <div id=\"bottom_mobile_banner_advert\">\n    </div>\n          <div class=\"back-to-top\"><a href=\"#top\" title=\"Back to top\">Back to top</a></div>\n<footer>\n\t<div id=\"block-menu-menu-celebrity-bios\" class=\"block block-menu first odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Celebrity Bios</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/angelina-jolie\" class=\"menu__link\">Angelina Jolie</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/victoria-beckham\" class=\"menu__link\">Victoria Beckham</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/david-beckham\" class=\"menu__link\">David Beckham</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/adele\" class=\"menu__link\">Adele</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/kate-middleton\" class=\"menu__link\">Kate Middleton</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/kim-kardashian\" class=\"menu__link\">Kim Kardashian</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/jay-z\" class=\"menu__link\">Jay Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/beyonce\" class=\"menu__link\">Beyonce</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/cara-delevinge\" class=\"menu__link\">Cara Delevinge</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrity-bios/sienna-miller\" class=\"menu__link\">Sienna Miller</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/\" class=\"menu__link\">See all celebs</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-galleries\" class=\"block block-menu even\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Trending</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/celebrities/jacqueline-jossa\" class=\"menu__link\">Jacqueline Jossa</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/dan-osborne\" class=\"menu__link\">Dan Osborne</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Cheryl-Cole\" class=\"menu__link\">Cheryl Cole</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Peter-Andre\" class=\"menu__link\">Peter Andre</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/kerry-katona\" class=\"menu__link\">Kerry Katona</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Katie-Price\" class=\"menu__link\">Katie Price</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/Lauren-Goodger\" class=\"menu__link\">Lauren Goodger</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/celebrities/frankie-sandford\" class=\"menu__link\">Frankie Sandford</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/TOWIE\" class=\"menu__link\">TOWIE</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/coronation-street\" class=\"menu__link\">Coronation Street</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/x-factor\" class=\"menu__link\">X Factor</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/strictly-come-dancing-2014\" class=\"menu__link\">Strictly Come Dancing 2014</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/geordie-shore\" class=\"menu__link\">Geordie Shore</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/celebrity-big-brother-2014\" class=\"menu__link\">Celebrity Big Brother</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/tv-and-films/Made-In-Chelsea\" class=\"menu__link\">Made In Chelsea</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/blue\" class=\"menu__link\">Blue</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/one-direction\" class=\"menu__link\">One Direction</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/girls-aloud\" class=\"menu__link\">Girls Aloud</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/bands/atomic-kitten\" class=\"menu__link\">Atomic Kitten</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"http://www.ok.co.uk/events/inside-soap-awards\" class=\"menu__link\">Inside Soap Awards</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-ok-international\" class=\"block block-menu odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">OK! International</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"https://www.facebook.com/pages/OK-Albania/185046274986814\" class=\"menu__link\">OK! Albania</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/pages/OK-Magazine-Bulgaria/110932832289418\" class=\"menu__link\">OK! Bulgaria</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.com.cn\" class=\"menu__link\">OK! China</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OkMagazineCyprus\" class=\"menu__link\">OK! Cyprus</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.cz\" class=\"menu__link\">OK! Czech Republic</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok-magazin.de\" class=\"menu__link\">OK! Germany</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OKMagazineGreece\" class=\"menu__link\">OK! Greece</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/okindomagz\" class=\"menu__link\">OK! Indonesia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okjapan.jp\" class=\"menu__link\">OK! Japan</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine-international.com/\" class=\"menu__link\">OK! Latvia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/OKMiddleEast\" class=\"menu__link\">OK! Middle East</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.facebook.com/ok.mongolia.magazine\" class=\"menu__link\">OK! Mongolia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.oknigeria.com\" class=\"menu__link\">OK! Nigeria</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.ro\" class=\"menu__link\">OK! Romania</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.ru\" class=\"menu__link\">OK! Russia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine.sk\" class=\"menu__link\">OK! Slovakia</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.okmagazine-thai.com\" class=\"menu__link\">OK! Thailand</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk\" class=\"menu__link\">OK! United Kingdom</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://twitter.com/OK_Venezuela\" class=\"menu__link\">OK! Venezuela</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"http://www.okmagazine-international.com/\" class=\"menu__link\">OK! Vietnam</a></li>\n</ul>\n</div>\n<div id=\"block-views-exp-search-page-page-2\" class=\"block block-views even\">\n\n      \n  <form action=\"/search\" method=\"get\" id=\"views-exposed-form-search-page-page-2\" accept-charset=\"UTF-8\"><div><!--OVOLABS_6 END-->\n<div class=\"views-exposed-form\">\n    <div class=\"views-exposed-widgets clearfix\">\n                    <div id=\"edit-query-wrapper\" class=\"views-exposed-widget views-widget-filter-search_api_views_fulltext\">\n                                                <div class=\"views-widget\">\n                    <div class=\"form-item form-type-textfield form-item-query\">\n <input type=\"text\" id=\"edit-query\" name=\"query\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\n</div>\n                </div>\n                            </div>\n                                        <div class=\"views-exposed-widget views-submit-button\">\n            <input type=\"submit\" id=\"edit-submit-search-page\" name=\"\" value=\"Apply\" class=\"form-submit\" />        </div>\n            </div>\n</div>\n<!--OVOLABS_7 START--></div></form>\n</div>\n<div id=\"block-menu-menu-mobile-footer-left-menu\" class=\"block block-menu odd\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">mobile footer left menu</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk/preferences\" class=\"menu__link\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.ok.co.uk/a-to-z\" class=\"menu__link\">A-Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.famest.co/users/ok-magazine\" target=\"_blank\" class=\"menu__link\">OK! Magazine on Famest</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://competitions.ok.co.uk\" class=\"menu__link\">Competitions</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"https://www.jackpotmillions.com\" target=\"_blank\" class=\"menu__link\">Jackpot Millions</a></li>\n</ul>\n</div>\n<div id=\"block-menu-menu-other\" class=\"block block-menu last even\" role=\"navigation\">\n\n        <h2 class=\"block__title block-title\">Other</h2>\n    \n  <ul class=\"menu\"><li class=\"menu__item is-leaf first leaf\"><a href=\"http://www.ok.co.uk\" class=\"menu__link\">Home</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-news\" class=\"menu__link\">News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/celebrity-pictures\" class=\"menu__link\">Pics</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/lifestyle\" class=\"menu__link\">Lifestyle</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/a-to-z\" class=\"menu__link\">A-Z</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"https://www.okbingo.co.uk/content/okbingo/en.html\" rel=\"nofollow\" target=\"_blank\" class=\"menu__link\">OK! Bingo</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/competition\" class=\"menu__link\">Win!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.shop.ok.co.uk\" class=\"menu__link\">Shop</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/preferences\" class=\"menu__link\">Get Email News</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.famest.co/users/ok-magazine\" target=\"_blank\" class=\"menu__link\">OK! Magazine on Famest</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.jackpotmillions.com\" target=\"_blank\" class=\"menu__link\">Jackpot Millions</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/subscribe\" class=\"menu__link contact\">Subscribe to OK! Magazine</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/contact-us\" class=\"menu__link contact\">Advertise at OK!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/contact-us\" class=\"menu__link contact\">Contact OK!</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"http://www.expresspictures.com\" class=\"menu__link contact\" target=\"_blank\">Syndication &amp; Licensing</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/rss-feeds\" class=\"menu__link feeds\">RSS Feeds</a></li>\n<li class=\"menu__item is-leaf leaf\"><a href=\"/sitemap\" class=\"menu__link sitemap\">Sitemap</a></li>\n<li class=\"menu__item is-leaf last leaf\"><a href=\"/archive\" class=\"menu__link sitemap\">Archive</a></li>\n</ul>\n</div>\n\t<div class=\"block floatright nands\">\n                <div class=\"copyright\">\n\t\t\t<img src=\"/sites/default/themes/ok/images/nands_logo.png\" class=\"floatleft\" alt=\"Northern &amp; Shell\"  />\n\t\t\t<p>\n\t\t\t\tCopyright &copy;2015 Northern and Shell Media Publications.\n\t\t\t</p>\n\t\t\t<p>\n\t\t\t\tBy viewing this site you agree to our <a href=\"/terms-and-conditions\">Terms and Conditions</a>, <a href=\"/privacy-policy\">Privacy Policy</a> and <a href=\"/cookie-policy\">Cookie Policy</a>.\n\t\t\t</p>\n\t\t</div>\n\t</div>\n\t<div class=\"clear\">&nbsp;</div>\n</footer>\n  \t</div>\n</div>\n        <script src=\"http://www.ok.co.uk/sites/all/modules/eu-cookie-compliance/js/eu_cookie_compliance.js?nfxk41\"></script>\n        <input type=\"hidden\" name=\"OBKey\" value=\"G0VWELtJ7L/TD5tK1y5sMg==\"/> <script LANGUAGE=\"JavaScript\">var OBCTm='1378897836428'; </script><script LANGUAGE=\"JavaScript\" src=\"http://widgets.outbrain.com/claim.js\"></script><script type=\"text/javascript\">\n\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-545303-3']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n\n</script><script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/326924.js?r=\"+Math.random()*1e16+\"&m=1112&a=326924\"+(iatDev?\"&d=1\":\"\")))</script><script type=\"text/javascript\">\n\n// respond to sizing message from iframe\nwindow.addEventListener('message', function(event) {\n    var data;\n    try {\n        data = JSON.parse(event.data);\n    } catch (e) {\n        data = null;\n    }\n\n    if (data && data.action == \"resizeESIframe1\") {\n        var iframe = document.getElementById(\"esIframe1\");\n        if (iframe) {\n            iframe.setAttribute(\"height\", data.height);            \n        }\n    }\n}, false);\n        \n</script>    </body>\n</html>\n<!--OVOLABS_7 END-->\n"
  },
  {
    "path": "tests/data/html/oregonlive.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tAlzheimer's Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes | \t\t\t\t\t\tOregonLive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Alzheimer's Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">OregonLive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Vickie Kavanagh | vkavanagh@oregonian.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.oregonlive.com/business_impact/photo/16665139-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/29/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Alzheimer\\u0027s Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes\", \"link\": \"http://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html\", \"image_url\": \"http://imgick.oregonlive.com/home/olive-media/width620/img/business_impact/photo/16665139-standard.jpg\", \"type\": \"post\", \"post_id\": \"14849879\", \"pub_date\": \"2014-12-29T23:42:22Z\", \"author\": \"Vickie Kavanagh | vkavanagh@oregonian.com\", \"tags\": [\"@beaverton\",\"@breaking-news\",\"@local-business\",\"@north-portland\",\"@portland\",\"industry notes\",\"oregon industry notes\",\"yamhill country sheriff\\u0027s office\",\"yamhill county\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.oregonlive.com/business_impact/photo/img-1187jpg-a55a16c4ac6c96d6.jpg\", \"author_name\": \"vkavanag\", \"author_nickname\": \"Vickie Kavanagh | vkavanagh@oregonian.com\", \"author_id\": \"5105\", \"source_blog_name\": \"Oregon Business News\", \"source_blog_url\": \"http://www.oregonlive.com/business/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Alzheimer's Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes\" />\n\t<meta name=\"article_publication_name\" content=\"OregonLive.com\" />\n\t<meta name=\"article_author\" content=\"Vickie Kavanagh | vkavanagh@oregonian.com\" />\n\t<meta name=\"article_date_original\" content=\"Monday, December 29, 2014,  3:41 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  4:28 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.oregonlive.com/business_impact/photo/16665139-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"industry notes,oregon industry notes,yamhill country sheriff's office,yamhill county\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.oregonlive.com/business_impact/photo/16665139-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@oregonlive\" />\n\t\t<meta name=\"twitter:creator\" content=\"@okavkid\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Alzheimer's Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes\" />\n\t<meta property=\"og:description\" content=\"A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.\" />\n\t<meta property=\"og:site_name\" content=\"OregonLive.com\" />\n\t<meta property=\"og:url\" content=\"http://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.oregonlive.com/home/olive-media/width620/img/business_impact/photo/16665139-standard.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.oregonlive.com/business_impact/photo/16665139-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.oregonlive.com/design/alpha/img/logo_olive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.oregonlive.com/business_impact/photo/16665139-thumb_square_large.jpg',\n\t\thref: 'http://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html'\n\t\t}\n\t\tvar desc  = 'A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352339\",\n\t\t\"articleId\": \"fbe1d765caeb33e120859dfc672fc5c6\",\n\t\t\"checksum\": \"d8ae978fd77e9dc27a3f7467fc6bd73e\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6ImQ4YWU5NzhmZDc3ZTlkYzI3YTNmNzQ2N2ZjNmJkNzNlIiwiYXJ0aWNsZUlkIjoiZmJlMWQ3NjVjYWViMzNlMTIwODU5ZGZjNjcyZmM1YzYiLCJ1cmwiOiJodHRwOi8vd3d3Lm9yZWdvbmxpdmUuY29tL2J1c2luZXNzL2luZGV4LnNzZi8yMDE0LzEyL2FsemhlaW1lcnNfZm91bmRhdGlvbl9jb21jYXN0Lmh0bWwiLCJ0aXRsZSI6IkFsemhlaW1lcidzIEZvdW5kYXRpb24sIENvbWNhc3QsIE5XIE5hdHVyYWwgaGVscCBub25wcm9maXRzOyBSYXltb25kIEphbWVzIGFuZCBPblBvaW50IHBhcnRuZXJzaGlwOyBCZWVyIENpdHkgQm90dGxlIFNob3Agb3BlbnM6IEluZHVzdHJ5IE5vdGVzIiwidGFncyI6ImV4cGVydCxAYmVhdmVydG9uLEBicmVha2luZy1uZXdzLEBsb2NhbC1idXNpbmVzcyxAbm9ydGgtcG9ydGxhbmQsQHBvcnRsYW5kLGluZHVzdHJ5IG5vdGVzLG9yZWdvbiBpbmR1c3RyeSBub3Rlcyx5YW1oaWxsIGNvdW50cnkgc2hlcmlmZidzIG9mZmljZSx5YW1oaWxsIGNvdW50eSJ9.LVWWSU-hi-zU_m9dkN_hPz6mtNNxpGKJCq8GYcojTmc\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"5105\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Oregon Business News\" href=\"http://www.oregonlive.com/business/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://blog.oregonlive.com/business_impact/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.oregonlive.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/o/oregonlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/burt/adv_burt_olive.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.oregonlive.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"2499\";\n\t\tm_blog_name = \"Oregon Business News\";\n\t\tm_blog_url = \"http://www.oregonlive.com/business/index.ssf/\";\n\t\tm_blog_newspaper = \"The Oregonian\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Alzheimer\\'s Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Vickie Kavanagh | vkavanagh@oregonian.com\";\n\t\t\tm_entry_author_username = \"vkavanag\";\n\t\t\tm_entry_author_public_email = \"vkavanagh@oregonian.com\";\n\t\t\n\t\tm_entry_basename = \"alzheimers_foundation_comcast\";\n\t\tm_entry_link = \"http://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html\";\n\t\tm_entry_tags = \"industry notes;oregon industry notes;yamhill country sheriff\\'s office;yamhill county\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14849879\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<link rel=\"author\" href=\"https://plus.google.com/107562561309529308377\" title=\"Vickie Kavanagh | vkavanagh@oregonian.com on Google+\" />\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/o/oregonlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/burt/adv_burt_olive.js\"></script>\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/oregonlive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.oregonlive.com/\" title=\"OregonLive.com\"><span class=\"ir\">OregonLive.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.oregonlive.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.oregonlive.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"4519\"></span></li><li><a href=\"http://www.oregonlive.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"6401\"></span></li><li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.oregonlive.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"6247\"></span></li><li><a href=\"http://www.oregonlive.com/local/\">Local</a><span class=\"next\" data-state=\"2\" data-key=\"6231\"></span></li><li><a href=\"http://www.oregonlive.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6342\"></span></li><li><a href=\"http://autos.oregonlive.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"4596\"></span></li><li><a href=\"http://realestate.oregonlive.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"4562\"></span></li><li><a href=\"http://realestate.oregonlive.com/for-rent\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"4557\"></span></li><li><a href=\"\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"4550\"></span></li><li><a href=\"\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"4551\"></span></li><li><a href=\"http://www.oregonlive.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"4579\"></span></li><li><a href=\"http://classifieds.oregonlive.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"4559\"></span></li><li><a href=\"http://www.oregonlive.com/obituaries/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6343\"></span></li><li><a href=\"http://findnsave.oregonlive.com/?ac=AFForegonliveFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6344\"></span></li><li><a href=\"http://businessfinder.oregonlive.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6345\"></span></li><li><a href=\"http://www.oregonlive.com/premium/pdxtra/\">PDXtra</a><span class=\"none\" data-state=\"2\" data-key=\"6449\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"4502\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/news/\">News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4514\" data-sub-parent=\"4502\"><a href=\"http://www.oregonlive.com/education/\">Education</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4514\" data-sub-parent=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/environment/\">Environment</a></li><li><a href=\"http://www.oregonlive.com/health/\">Health &amp; Fitness</a></li><li><a href=\"http://www.oregonlive.com/pacific-northwest-news/\">Pacific Northwest</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4521\" data-sub-parent=\"4502\"><a href=\"http://www.oregonlive.com/politics/\">Politics</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4521\" data-sub-parent=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/roadreport/\">Road Conditions</a></li><li><a href=\"http://www.oregonlive.com/today/\">US &amp; World</a></li><li><a href=\"http://www.oregonlive.com/weather/\">Weather</a></li><li><a href=\"http://www.oregonlive.com/closures/\">School, Event Closures</a></li><li><a href=\"http://www.oregonlive.com/news/oregonian/steve_duin/\">Steve Duin</a></li><li><a href=\"http://www.oregonlive.com/commuting/\">Joseph Rose&#39;s Hard Drive</a></li><li><a href=\"http://www.oregonlive.com/oregonian\">The Oregonian</a></li><li><a href=\"http://www.oregonlive.com/beaverton-leader/\">The Beaverton Leader</a></li><li><a href=\"http://www.oregonlive.com/argus/\">The Hillsboro Argus</a></li><li><a href=\"http://www.oregonlive.com/leader/\">The Forest Grove Leader</a></li><li><a href=\"http://www.oregonlive.com/watchdog/\">Oregon Watchdog</a></li><li><a href=\"http://www.oregonlive.com/crime/\">Crime</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4519\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4582\" data-sub-parent=\"4519\"><a href=\"http://www.oregonlive.com/food/\">Food &amp; Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4582\" data-sub-parent=\"4519\"></span></li><li><a href=\"http://www.oregonlive.com/books/\">Books</a></li><li><a href=\"http://www.oregonlive.com/comics/\">Comics</a></li><li><a href=\"http://www.oregonlive.com/puzzles-kingdom/\">Puzzles</a></li><li><a href=\"http://www.oregonlive.com/events/\">Events</a></li><li><a href=\"http://www.oregonlive.com/music/\">Music</a></li><li><a href=\"http://www.oregonlive.com/performance/\">Performance</a></li><li><a href=\"http://www.oregonlive.com/movies/\">TV &amp; Movies</a></li><li><a href=\"http://www.oregonlive.com/living/\">Living</a></li><li><a href=\"http://www.oregonlive.com/kiddo/\">Parenting</a></li><li><a href=\"http://www.oregonlive.com/hg/\">Homes &amp; Gardens</a></li><li><a href=\"http://www.oregonlive.com/pets/\">Pets</a></li><li><a href=\"http://www.oregonlive.com/outdoors/\">Outdoors</a></li><li><a href=\"http://www.oregonlive.com/travel/\">Travel</a></li><li><a href=\"http://www.oregonlive.com/art\">Art</a></li><li><a href=\"http://affiliate.zap2it.com/tvlistings/\">TV Listings</a></li><li><a href=\"http://www.oregonlive.com/celebrity-news/\">Celebrity News</a></li><li><a href=\"http://www.oregonlive.com/premium/travel-plus/\">Travel Plus</a></li><li><a href=\"http://www.oregonlive.com/premium/living-plus/\">Living Plus</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6401\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/sports/\">Sports News Home</a></li><li><a href=\"http://www.oregonlive.com/blazers/\">Blazers</a></li><li><a href=\"http://www.oregonlive.com/sports/oregonian/john_canzano/\">John Canzano</a></li><li><a href=\"http://www.oregonlive.com/beavers/\">Beavers</a></li><li><a href=\"http://www.oregonlive.com/ducks/\">Ducks</a></li><li><a href=\"http://www.oregonlive.com/golf/\">Golf</a></li><li><a href=\"http://www.oregonlive.com/hillsboro-hops/\">Hillsboro Hops</a></li><li><a href=\"http://www.oregonlive.com/nba/\">NBA</a></li><li><a href=\"http://www.oregonlive.com/mlb/\">MLB</a></li><li><a href=\"http://www.oregonlive.com/nfl/\">NFL</a></li><li><a href=\"http://www.oregonlive.com/ncaa/\">NCAA</a></li><li><a href=\"http://www.oregonlive.com/pac-12/\">Pac-12</a></li><li><a href=\"http://www.oregonlive.com/pilots/\">Pilots</a></li><li><a href=\"http://www.oregonlive.com/recruiting/\">Recruiting</a></li><li><a href=\"http://www.oregonlive.com/portland-thorns/\">Thorns</a></li><li><a href=\"http://www.oregonlive.com/timbers/\">Timbers</a></li><li><a href=\"http://www.oregonlive.com/trackandfield/\">Track &amp; Field</a></li><li><a href=\"http://www.oregonlive.com/vikings/\">Vikings</a></li><li><a href=\"http://www.oregonlive.com/hawks/\">Portland Winterhawks</a></li><li><a href=\"http://www.oregonlive.com/scores\">Sports Scoreboard</a></li><li><a href=\"http://www.oregonlive.com/the-spin-of-the-ball/\">Tennis</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6247\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/business/\">Business News Home</a></li><li><a href=\"http://www.oregonlive.com/front-porch/\">Front Porch</a></li><li><a href=\"http://www.oregonlive.com/finance/\">It&#39;s Only Money</a></li><li><a href=\"http://www.oregonlive.com/money/\">Oregon &amp; the Economy</a></li><li><a href=\"http://www.oregonlive.com/playbooks-profits/\">Playbooks &amp; Profits</a></li><li><a href=\"http://www.oregonlive.com/silicon-forest/\">Silicon Forest</a></li><li><a href=\"http://www.oregonlive.com/window-shop/\">Window Shop</a></li><li><a href=\"http://hosted2.ap.org/ORPOR/mmIndexReturns\">Stock Market Report</a></li><li><a href=\"http://blog.oregonlive.com/business-watch/index.html\">Business Public Blog</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6231\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/local/\">Local News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6542\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/clackamascounty/\">Clackamas County</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6542\" data-sub-parent=\"6231\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6401\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/portland/\">Portland</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6401\" data-sub-parent=\"6231\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6546\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/washingtoncounty/\">Washington County</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6546\" data-sub-parent=\"6231\"></span></li><li><a href=\"http://www.oregonlive.com/clark-county/\">Clark County, Wash.</a></li><li><a href=\"http://www.oregonlive.com/gresham/\">Gresham</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4550\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/multimedia/\">Multimedia</a></li><li><a href=\"http://photos.oregonlive.com/oregonian/index.html\">Photos from the Oregonian</a></li><li><a href=\"http://photos.oregonlive.com/beaverton-leader/index.html\">Photos from the Beaverton Leader</a></li><li><a href=\"http://photos.oregonlive.com/argus/index.html\">Photos from the Hillsboro Argus</a></li><li><a href=\"http://photos.oregonlive.com/leader/index.html\">Photos from the Forest Grove Leader</a></li><li><a href=\"http://photos.oregonlive.com/photo-essay/index.html\">Photo Essays</a></li><li><a href=\"http://www.oregonlive.com/photo-contest/\">Photo Contests</a></li><li><a href=\"http://oregonianphoto.com/\">Purchase a Photo</a></li><li><a href=\"http://photos.oregonlive.com/photogallery/index.html\">Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4551\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.oregonlive.com/oregonian/index.html\">Videos from the Oregonian</a></li><li><a href=\"http://videos.oregonlive.com/beaverton-leader/index.html\">Videos from The Beaverton Leader</a></li><li><a href=\"http://videos.oregonlive.com/hillsboroargus/index.html\">Videos from the Hillsboro Argus</a></li><li><a href=\"http://videos.oregonlive.com/leader/index.html\">Videos from The Forest Grove Leader</a></li><li><a href=\"http://videos.oregonlive.com/index.html\">Your Videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4579\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/opinion/\">The Stump</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveoregedb/posts.html\">Editorials</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveoreglet/posts.html\">Letters to the Editor</a></li><li><a href=\"http://blog.oregonlive.com/myoregon/index.html\">My Oregon</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveguestop/posts.html\">OpEd</a></li><li><a href=\"http://www.oregonlive.com/hovde/\">Elizabeth Hovde</a></li><li><a href=\"http://www.oregonlive.com/news/oregonian/david_sarasohn/\">David Sarasohn</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/wrestling/\">Wrestling</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyswaterpolo/\">Boys Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlswaterpolo/\">Girls Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysskiing/\">Boys Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysrugby/\">Boys Rugby</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/dance-and-drill/\">Dance and Drill</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/cheer/\">Competitive Cheer</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.oregonlive.com/connect/facebook/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.oregonlive.com/connect/twitter/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"http://www.oregonlive.com/connect/\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">The Oregonian</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">Hillsboro Argus</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://subscribe.oregonlive.com/webApp/advOregonLiveNewsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.oregonlive.com/mobile-device/\">Mobile apps</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.oregonlive.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search OregonLive.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>OregonLive.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.oregonlive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"olive\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.oregonlive.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.oregonlive.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.oregonlive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.oregonlive.com/sign-in/?option=Facebook\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.oregonlive.com/sign-in/?option=Google\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.oregonlive.com/sign-in/?option=AIM\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.oregonlive.com/sign-in/?option=Twitter\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">The Oregonian</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">Hillsboro Argus</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://subscribe.oregonlive.com/webApp/advOregonLiveNewsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.oregonlive.com/mobile-device/\">Mobile apps</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Business = 'Business';\n        comscorekw=Business;\n        return Business;\n\t\n}\nfunction getToprailMenuContext() {\n        return '6247';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Alzheimer's Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.oregonlive.com/business_impact/photo/16665139-mmmain.jpg\" data-position=\"article-main\" />IMG_1187.JPG</span></div><div class=\"Caption\">\n        \n            Yamhill County Sheriff's Search and Rescue members Kent Stuart and Keith Fritz demonstrate equipment used in the Project Lifesaver Program. Thanks to a grant from the Alzheimer's Foundation, the team can upgrade equipment and provide up to 15 transmitters to new clients.\n        \n        \n            \n                <em>(Yamhill County Sheriff's Office)</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://blog.oregonlive.com/business_impact/print.html?entry=/2014/12/alzheimers_foundation_comcast.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.oregonlive.com/staff/vkavanag/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.oregonlive.com/avatars/5105.png\" data-position=\"byline-avatar\">Vickie Kavanagh | vkavanagh@oregonian.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.oregonlive.com/staff/vkavanag/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tVickie Kavanagh | vkavanagh@oregonian.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Oregonian</span>\n\t\t<br /> <a id=\"email_author\" onclick=\"emailAuthor()\">Email the author</a> | <a href=\"http://twitter.com/okavkid\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 29, 2014 at  3:41 PM, updated <span class=\"updated\" title=\"2014-12-30T00:28:45Z\">December 29, 2014 at  4:28 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.oregonlive.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Falzheimers_foundation_comcast.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.oregonlive.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Falzheimers_foundation_comcast.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Alzheimer\\'s Foundation, Comcast, NW Natural help nonprofits; Raymond James and OnPoint partnership; Beer City Bottle Shop opens: Industry Notes',\n            'link':'http://www.oregonlive.com/business/index.ssf/2014/12/alzheimers_foundation_comcast.html',\n            'desc': 'A collection of real estate transactions, violations, grants and donations, mergers and acquisitions, and awards from Oregon and southwest Washington.',\n\t    'thumbnail': 'http://imgick.oregonlive.com/home/olive-media/river/img/business_impact/photo/16665139-standard.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p><em><strong>GRANTS/DONATIONS</strong></em></p>\n<p><strong>BEAVERTON</strong> -- The&nbsp;<a href=\"http://corporate.comcast.com/our-values/community-investment/philanthropy-partnerships\">Comcast Foundation</a> has awarded $355,760 in grants to 31 nonprofit organizations in Oregon and Southwest Washington.</p>\n<p>The grants support programs aimed at the Comcast Foundation's areas of focus -- expanding digital literacy, promoting community service, and building tomorrow's leaders.</p>\n<p>Recipients include:</p>\n<ul>\n<li>The <strong>Native American Youth &amp; Family</strong> grant will fund an on-site component of the College and Career Center program, primarily built around students accessing a computer lab with printing and mailing options to help the students apply for Colleges and seek employment in STEM related fields.</li>\n<li>The Comcast Foundation's grant awarded to <strong>Big Brothers Big Sisters Columbia Northwest</strong> funded the Beyond School Walls, a workplace mentoring program. The mission of Big Brothers Big Sisters is to provide children facing adversity with strong and enduring, professionally supported one-to-one relationships that change their lives for the better.</li>\n<li>To support the needs of <strong>BGCP's My.Future technology initiative</strong>, the Comcast Foundation provided funds for program software, robotics kits, iPads, laptops and other needed materials and supplies through a multi-year grant beginning in 2014. The grant positions Comcast as a lead partner in funding the technology needs for BGCP's Rockwood Club, its seventh and newest facility set to open in the fall of 2016.</li>\n</ul>\n<p>Local recipients also include <strong>Junior Achievement of Oregon &amp; SW Washington, Boys and Girls Club of Albany</strong> and<strong> Hacienda Community Development Corporation of Portland.</strong></p>\n<p>Visit the&nbsp;<a href=\"http://www.comcast.com/community\">website</a> for a complete list.</p>\n<p><strong>PORTLAND</strong> --&nbsp;<a href=\"http://www.nwnatural.com\">NW Natural's</a> Corporate Philanthropy Fund is contributing nearly $35,000 to local nonprofits that help children and families in need.</p>\n<p>The fund, supported by shareholders, is making the following donations:</p>\n<ul>\n<li>$7,500 to <strong>Stand For Children</strong></li>\n<li>$6,500 to <strong>Oregon Food Bank</strong></li>\n<li>$5,000 each to <strong>Central City Concern, Clackamas Women's Shelter </strong>and<strong> Self Enhancement, Inc.</strong></li>\n<li>$2,500 to <strong>Saturday Academy</strong></li>\n<li>$1,500 each to<strong> Start Making a Reader Today </strong>and<strong> Food Share of Lincoln County</strong></li>\n</ul>\n<p><strong>YAMHILL COUNTY</strong> -- The <a href=\"http://www.ycsar.org/project-lifesaver.html\">Yamhill County Sheriff's Office Project Lifesaver Team </a>is the recipient of a bi-annual grant from the&nbsp;<a href=\"http://www.alzfdn.org\">Alzheimer's Foundation of America</a> for $5,000.</p>\n<p>This grant will enhance the current Project Lifesaver Program by upgrading certain equipment and providing up to 15 new transmitters for new clients.</p>\n<p>The&nbsp;<a href=\"http://www.co.yamhill.or.us/sheriff\">Yamhill County Sheriff's Office</a> and the&nbsp;<a href=\"http://www.ycsar.org/\">Yamhill County Sheriff's Search and Rescue</a> started Project Lifesaver in Yamhill County in 2007 thanks to many donations from both private individuals and organizations.</p>\n<p>The primary mission of Project Lifesaver is to provide timely response to save lives and reduce potential injury for adults and children who wander due to Alzheimer's, autism, and other related conditions or disorders. The program consists of a bracelet transmitter, which is place on a client's wrist or ankle, and a specialized receiver that the Project Lifesaver team uses to track the specific radio frequency that the transmitter emits on a constant basis.</p>\n<div class=\"m-factbox\" style=\"border-style: solid; border-color: #666666; border-width: 4px 1px 1px; margin: 0pt 0pt 15px 15px; padding: 12px 12px 4px; font-family: Verdana,sans-serif; font-size: 11.8px; line-height: 16px; color: #222222; width: 100px; float: right; background-color: #f1f1f1;\">\n<div class=\"m-factboxhed\" style=\"font-size: 15px; font-weight: bold; color: #990000; margin-bottom: 12px;\">More</div>\n<div style=\"margin-bottom: 8px;\"><a href=\"http://topics.oregonlive.com/tag/industry%20notes/index.html\">Real estate transactions, awards, mergers and acquisitions, tech notes and grants</a></div>\n</div>\n<p>The Project Lifesaver Team is made up of volunteers from the Search and Rescue Team along with deputies who are trained on locating the clients and how to deal with the clients once they are located. Once a month, a member of the team visits the clients to change batteries and bands that hold the transmitter in place.</p>\n<p>Project Lifesaver aids Search and Rescue in reducing time searching for a client that goes missing. To date they have been 100 percent in finding clients who left their homes. Generally the searches last under 10 minutes once the team is on scene. Yamhill County has had 19 searches since 2007 for clients on the Project Lifesaver program. Project Lifesaver is provided free of charge to Yamhill County residents.</p>\n<p><em><strong>NEW BUSINESS</strong></em></p>\n<div id=\"asset-16665105\" class=\"entry_widget_small entry_widget_left\"><span class=\"adv-photo-small\"><a class=\"full-size-popup\" href=\"http://media.oregonlive.com/business_impact/photo/beer-city-logo-b-w-for-light-backgroundjpg-7f240d50a4df066d.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.oregonlive.com/business_impact/photo/16665105-small.jpg\" alt=\"Beer-City-Logo-B-W-for-Light-Background.jpg\"></a><span class=\"photo-data\"><a class=\"full-size-popup\" href=\"http://media.oregonlive.com/business_impact/photo/beer-city-logo-b-w-for-light-backgroundjpg-7f240d50a4df066d.jpg\" target=\"_blank\">View full size</a></span></span></div>\n<p><strong>PORTLAND</strong> -- <strong>Pam Adkins</strong> and <strong>Mary Kay Plass</strong> have opened a new bottle shop and tap room at 4214 N. Mississippi Ave.</p>\n<p>The&nbsp;<a href=\"http://www.beercitybottleshop.com/\">Beer City Bottle Shop</a> sells bottled craft beer, hard cider and sodas as well as offering eight rotating draft selections all produced on the west coast.</p>\n<p>The tap room seats 18 and offers a small food menu of Panini's and snack plates.</p>\n<p>One of the most popular offerings so far, said the owners, is the Pick 6, where customers create their own six-pack of any 12 ounce bottles or cans for $10.&nbsp;</p>\n<p>The shop is open from 3 to 9 p.m. Monday through Thursday, from 1 to 10 p.m. Friday and Saturday and from 1 to 8 p.m. Sunday.</p>\n<p><em><strong>NEW PARTNERSHIP</strong></em></p>\n<p><strong>PORTLAND -- John W. Houston, </strong>managing director of the Financial Institutions Division of <a href=\"http://raymondjames.com/\">Raymond James Financial Services, Inc.</a>, announced that <a href=\"http://www.onpointcu.com/\">OnPoint Community Credit Union</a>, headquartered in Portland, has partnered with and will offer investment and wealth management services to its clients through Raymond James.</p>\n<p>-- Compiled by Vickie Kavanagh</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.oregonlive.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Falzheimers_foundation_comcast.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.oregonlive.com%2Fbusiness%2Findex.ssf%2F2014%2F12%2Falzheimers_foundation_comcast.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(1);\n            var most_read_story_count = parseInt(5)\n            \n            \n            \n                var most_read_add_query = \"tag/@business/detail\";\n            \n            \n        </script>\n    </div>\n</section>\n\n\n    <section id=\"promo-spot_event\" class=\"promo-spot event\">\n    <header><h1>Portland&#39;s Skyline </h1></header>\n\n    <div class=\"promo-box\">\n        <a href=\"http://www.oregonlive.com/business/index.ssf/2014/08/portland_skyline_skyscrapers_tall_towers.html\">\n            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://imgick.oregonlive.com/home/olive-media/pgmain/img/oregonian/photo/2014/07/17/-ed8c457ea2b24405.jpg\" data-position=\"event_box-main\">\n        </a>\n\n        <h2><a href=\"http://www.oregonlive.com/business/index.ssf/2014/08/portland_skyline_skyscrapers_tall_towers.html\">Comparing the city&#39;s tallest towers (infographics &amp; slideshow)</a></h2>\n        <p>A guide to downtown Portland skyscrapers with details on everything from height to number of floors, square footage, when each was built, contractors and more. </p>\n\n        \n    </div>\n    <p><a href=\"http://www.oregonlive.com/events/\">View all upcoming events »</a></p>\n</section>\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>More in Business</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://blog.oregonlive.com/business-watch/index.html\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.oregonlive.com/business_impact/images/Business%20Watch.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Business Watch: Post your own news</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://hosted2.ap.org/ORPOR/mmIndexReturns\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.oregonlive.com/business_impact/images/wall-st-60.gif\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Update on all major financial-market indexes</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.oregonlive.com/business/index.ssf/oregon_business_resources.html\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://media.oregonlive.com/business_impact/images/biz-resources-60.gif\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Oregon business resources</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <script type=\"text/javascript\">\r\n    function setCustomOptout() {\r\n        if (document.getElementById('newsletter-optout').checked) {\r\n            document.getElementById('optout_value').value = \"NO\";\r\n            $('#newsletter-realdeal').val(\"\");\r\n        } else {\r\n            document.getElementById('optout_value').value = \"YES\";\r\n            $('#newsletter-realdeal').val(newsletter_realdeal_slidval);\r\n        }\r\n    }\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n\r\n    function verifyform(f) {\r\n        setCustomOptout();\r\n\r\n        var l = f.elements.length\r\n            ,output = \"Oops your request could not be completed because some of the information you entered is not valid. You should follow the instructions below and then try again \\n\\n\"\r\n            ,i=0\r\n            ,nl_checked = false\r\n            ,good_zip = true\r\n            ,good_email = false\r\n            ,optin_good = false\r\n            ;\r\n\r\n        for (i=0; i<l; i++ ) {\r\n            e = f.elements[i];\r\n            if (e.name.indexOf(\"zip\")>-1) {\r\n                if (e.value.length > 4) {\r\n                    var z = \"\"\r\n                        ,zz = \"\"\r\n                        ,x = 0\r\n                        ;\r\n                    for(x=0;x<5;x++) {\r\n                        z = z+e.value.charAt(x);\r\n                        if (!isDigit(e.value.charAt(x)))good_zip = false;\r\n                    }\r\n                }//else good_zip = false;\r\n            }\r\n            if (e.name.indexOf(\"email\")>-1) good_email = emailCheck(e.value);\r\n        }\r\n        if (good_zip==false){\r\n            $(\"#newsletter-zip\").css({'box-shadow':'0 0 8px red'});\r\n            output += \"- Please enter a valid Zip Code\\n\";\r\n        }\r\n\r\n        if (good_email==false){\r\n            $(\"#newsletter-email\").css({'box-shadow':'0 0 8px red'});\r\n            output += \"- Please enter a valid Email Address\\n\";\r\n        }\r\n\r\n        if ((good_zip==false) || (good_email==false)) {\r\n            alert(output);\r\n            return false;\r\n        }\r\n        $(\".newsletter-form\").hide(); $('#newsletter-thanks').show();\r\n        return true;\r\n    }\r\n\r\n    function emailCheck (emailStr) {\r\n        var checkTLD=1\r\n        ,emailPat=/^(.+)@(.+)$/\r\n        ,specialChars=\"\\\\(\\\\)><@,;:\\\\\\\\\\\\\\\"\\\\.\\\\[\\\\]\"\r\n        ,validChars=\"\\[^\\\\s\" + specialChars + \"\\]\"\r\n        ,quotedUser=\"(\\\"[^\\\"]*\\\")\"\r\n        ,ipDomainPat=/^\\[(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\]$/\r\n        ,atom=validChars + '+'\r\n        ,word=\"(\" + atom + \"|\" + quotedUser + \")\"\r\n        ,userPat=new RegExp(\"^\" + word + \"(\\\\.\" + word + \")*$\")\r\n        ,domainPat=new RegExp(\"^\" + atom + \"(\\\\.\" + atom +\")*$\")\r\n        ,matchArray=emailStr.match(emailPat)\r\n        ;\r\n\r\n        if (matchArray==null) return false;\r\n\r\n        var user=matchArray[1]\r\n            ,domain=matchArray[2];\r\n\r\n        for (i=0; i<user.length; i++) {\r\n            if (user.charCodeAt(i)>127) return false;\r\n        }\r\n\r\n        for (i=0; i<domain.length; i++) {\r\n            if (domain.charCodeAt(i)>127) return false;\r\n        }\r\n\r\n        if (user.match(userPat)==null) return false;\r\n\r\n        var atomPat=new RegExp(\"^\" + atom + \"$\")\r\n            ,domArr=domain.split(\".\")\r\n            ,len=domArr.length\r\n            ;\r\n        for (i=0;i<len;i++) {\r\n            if (domArr[i].search(atomPat)==-1) return false;\r\n        }\r\n\r\n        if (len<2) return false;\r\n\r\n        return true;\r\n    }\r\n\r\n    function isDigit(num) {\r\n        if (num.length>1) return false;\r\n        var string=\"1234567890\";\r\n        if (string.indexOf(num)!=-1){return true;}\r\n        return false;\r\n    }\r\n</script>\r\n\r\n<section class=\"newsletter-signup promo-spot\">\r\n    <form class=\"newsletter-form\" name=\"newsletter-form\" method=\"post\" action=\"http://resource.oregonlive.com/webApp/advPostData\" target=\"_blank\" onsubmit=\"return verifyform(this);\" >\r\n\r\n        \r\n            <input type=\"hidden\" name=\"orgUnit\" value=\"advOregonOrgUnit\"/>\r\n            <input type=\"hidden\" name=\"type\" value=\"subscription\"/>\r\n            <input type=\"hidden\" name=\"thankYouURL\" value=\"http://www.oregonlive.com/newsletters/thank_you.html\"/>\r\n            <input type=\"hidden\" name=\"serviceName\" value=\"advOregonLiveTodaysBusiness\">\r\n        \r\n\r\n        <header><h1>Today&#39;s Business Update</h1></header>\r\n        <div id=\"newsletter-intro\">The top business headlines of the day delivered to your inbox.</div>\r\n        <label>&nbsp;<br>\r\n            <input type=\"email\" id=\"newsletter-email\" name=\"email\" placeholder=\"Enter your e-mail address\" />\r\n        </label>\r\n        <label>optional<br>\r\n            <input type=\"tel\" pattern=\"[0-9]*\" id=\"newsletter-zip\" name=\"zip\" placeholder=\"Enter Zip\" />\r\n        </label>\r\n        <label id=\"newsletter-button\" class=\"selector\">\r\n            <input type=\"submit\" id=\"newsletter-submit\" value=\"Subscribe\" />\r\n        </label>\r\n        <label>\r\n            \r\n                <input type=\"checkbox\" id=”newsletter-optout” name=\"optIn\" class=\"emailme\" onclick=\"if(this.checked != true){this.value = '0'} else if (this.checked != false){this.value = '1'}\"> \r\n            \r\n            <span>Check here if you do not want to receive additional email offers and information.</span>\r\n            <input type=\"hidden\" id=\"newsletter-realdeal\" name=\"slid_1\" value=\"\" />\r\n        </label>\r\n        <a id=\"newsletter-policy\" href=\"/privacypolicy/\" target=\"_blank\">See our privacy policy</a>\r\n    </form>\r\n\r\n    <div id=\"newsletter-thanks\">\r\n        <header><h1>Thank you for subscribing!</h1></header>\r\n        <p>\r\n              To view and subscribe to any of our other newsletters, please <a href=\"http://subscribe.oregonlive.com/webApp/advOregonLiveNewsletters\" target=\"_blank\">click here</a>.\r\n        </p>\r\n    </div>\r\n</section>\r\n\r\n<script type=\"text/javascript\">setCustomOptout();</script>\r\n\r\n\n\n    \r\n<section class=\"ndn_video promo-spot\">\r\n    <header><h1>Business news videos</h1></header>\r\n\r\n    <!-- &lt;div      class=&quot;ndn_embed&quot;      data-config-widget-id=&quot;23802&quot;      data-config-type=&quot;VideoLauncher/Slider300x250&quot;      data-config-tracking-group=&quot;90301&quot;      data-config-site-section=&quot;oregonlivedotcom_nws_biz_sec&quot;&gt;&lt;/div&gt; -->\r\n    <div id=\"ndn_launcher_23802\" class=\"ndn_embed\" data-config-widget-id=\"23802\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90301\" data-config-site-section=\"oregonlivedotcom_nws_biz_sec\"></div>\n\n<script type=\"text/javascript\">\n    /* <![CDATA[ */\n    if (document.documentElement.clientWidth >= 600) {\n        var js = document.createElement('script');\n        js.type = 'text/javascript';\n        js.src = 'http://launch.newsinc.com/js/embed.js';\n        $('#ndn_launcher_23802').append(js);\n    }\n    /* ]]> */\n</script>\r\n</section>\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of OregonLive.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.oregonlive.com/multimedia/index.ssf/2015/01/26_dead_in_portland_homicides.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/top-stories/photo/16685015-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/multimedia/index.ssf/2015/01/26_dead_in_portland_homicides.html#incart_hbx\" >26 dead in Portland homicides in 2014</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.oregonlive.com/portland/index.ssf/2014/12/the_oregonian_revisits_the_fac.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/olive_top_stories/photo/2014/12/31/16683156-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/portland/index.ssf/2014/12/the_oregonian_revisits_the_fac.html#incart_hbx\" >Faces of Meth, 10 years later</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.oregonlive.com/dining/index.ssf/2014/12/top_2014_restaurant_openings_i.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/olive_top_stories/photo/2014/12/28/16656761-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/dining/index.ssf/2014/12/top_2014_restaurant_openings_i.html#incart_hbx\" >Top 2014 restaurant, bar openings in Portland</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.oregonlive.com/static/olive/static/img/footer-logo-olive-inc.png\" alt=\"oregonlive.com logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\" style=\"padding-top:0px;\">\r\n\t\t\t    \t <div class=\"cluster clearfix\">\r\n                                <h2>About Us</h2>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.oregonlive.com/aboutus/\">About OregonLive.com</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/\">About Oregonian Media Group</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/business-solutions/\">Advertise with us</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/about-us/contact-us/\" title=\"Contact Us\">Contact Us</a></li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/about-us/employment-opportunities/\">Jobs at Oregonian Media Group</a></li>\r\n                                                 <li><a href=\"http://www.oregonlive.com/aboutus/index.ssf?/aboutus/content/faq.html\">FAQ</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonianmediagroup.com/about/journalists/\">Our Journalists</a></li>\r\n                                       </ul>\r\n                                </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscribe Today</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/addrfind.html\">The Oregonian</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/argus/subscribe/\">Hillsboro Argus</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/newsletters/\">Email Newsletters</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/text-alerts/\">Text Alerts</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/siteindex/\">RSS</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Already a Subscriber</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Manage your Subscription</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Delivery feedback</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Place a vacation hold</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Make a payment</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- close id about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>OregonLive.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/travel/\">Travel</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/obituaries/\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.oregonlive.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.oregonlive.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.oregonlive.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.oregonlive.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/shopping/\">Local Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/business/\">Local Businesses</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/clackamascounty/\">Clackamas County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/clark-county/\">Clark County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/gresham/\">Gresham </a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/portland/\">Portland</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/washingtoncounty/\">Washington County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/local/\">More Local News</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.oregonlive.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.oregonlive.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- close id topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on OregonLive.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.oregonlive.com/\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.oregonlive.com/photogallery/\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/jobs/products/index.ssf\">Post a job</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Post a classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Sell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/sitemap/\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n\t\t\t\t\t\t<a href=\"http://twitter.com/oregonian\" class=\"adv-icn-twitter icn-link\">Twitter</a> |\r\n\t\t\t\t\t\t<a href=\"http://facebook.com/theoregonian\" class=\"adv-icn-facebook icn-link\">Facebook</a> |\r\n\t\t\t\t\t\t<a href=\"http://google.com/+oregonian\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n\t\t\t\t\t\t<a href=\"http://pinterest.com/theoregonian\" class=\"adv-icn-pinterest icn-link\">Pinterest</a> | \r\n\t\t\t\t\t\t<a href=\"http://instagram.com/theoregonian\" class=\"adv-icn-instagram icn-link\">Instagram</a> | \r\n\t\t\t\t\t\t<a href=\"http://oregonianphoto.tumblr.com\" class=\"adv-icn-tumblr icn-link\">Tumblr</a>\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- close id more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.oregonlive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.oregonlive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.oregonlive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Oregon Live LLC. All rights reserved (<a href=\"http://www.oregonianmediagroup.com/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Oregon Live LLC.</p>\r\n            <p><a href=\"http://www.oregonlive.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.oregonlive.com/interactivity/\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreement#opt_out\"><img src=\"http://media.oregonlive.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/oregonlive.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tMissionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia  | \t\t\t\t\t\tOregonLive.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia </Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">OregonLive.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">Bryan Denson | bdenson@oregonian.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.  </Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.oregonlive.com/pacific-northwest-news/photo/16665187-thumb_square_large.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/29/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia \", \"link\": \"http://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html\", \"image_url\": \"http://imgick.oregonlive.com/home/olive-media/width620/img/pacific-northwest-news/photo/waynemorseuscthousejpg-ba8262316bb77325.jpg\", \"type\": \"post\", \"post_id\": \"14849982\", \"pub_date\": \"2014-12-29T23:22:14Z\", \"author\": \"Bryan Denson | bdenson@oregonian.com\", \"tags\": [\"@breaking-news\",\"@crime\",\"@eugene\",\"@hp-top-stories\",\"daniel johnson\",\"oregon federal courts\",\"thomas coffin\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.oregonlive.com/pacific-northwest-news/photo/waynemorseuscthousejpg-ba8262316bb77325.jpg\", \"author_name\": \"bdenson\", \"author_nickname\": \"Bryan Denson | bdenson@oregonian.com\", \"author_id\": \"8000308\", \"source_blog_name\": \"Pacific Northwest News\", \"source_blog_url\": \"http://www.oregonlive.com/pacific-northwest-news/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia \" />\n\t<meta name=\"article_publication_name\" content=\"OregonLive.com\" />\n\t<meta name=\"article_author\" content=\"Bryan Denson | bdenson@oregonian.com\" />\n\t<meta name=\"article_date_original\" content=\"Monday, December 29, 2014,  3:21 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  4:11 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.oregonlive.com/pacific-northwest-news/photo/16665187-thumb_square_large.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"daniel johnson,oregon federal courts,thomas coffin\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.\n \" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.oregonlive.com/pacific-northwest-news/photo/16665187-thumb_square_large.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@oregonlive\" />\n\t\t<meta name=\"twitter:creator\" content=\"@Bryan_Denson\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia \" />\n\t<meta property=\"og:description\" content=\"Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.\n \" />\n\t<meta property=\"og:site_name\" content=\"OregonLive.com\" />\n\t<meta property=\"og:url\" content=\"http://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.oregonlive.com/home/olive-media/width620/img/pacific-northwest-news/photo/waynemorseuscthousejpg-ba8262316bb77325.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.oregonlive.com/pacific-northwest-news/photo/16665187-thumb_square_large.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.oregonlive.com/design/alpha/img/logo_olive.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.oregonlive.com/pacific-northwest-news/photo/16665187-thumb_square_large.jpg',\n\t\thref: 'http://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html'\n\t\t}\n\t\tvar desc  = 'Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.\\n ';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352339\",\n\t\t\"articleId\": \"a1fb5b1bf96e2eac88f083ea8be00a3b\",\n\t\t\"checksum\": \"82601d5338a63892d2e5a6e72269a6d6\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjgyNjAxZDUzMzhhNjM4OTJkMmU1YTZlNzIyNjlhNmQ2IiwiYXJ0aWNsZUlkIjoiYTFmYjViMWJmOTZlMmVhYzg4ZjA4M2VhOGJlMDBhM2IiLCJ1cmwiOiJodHRwOi8vd3d3Lm9yZWdvbmxpdmUuY29tL3BhY2lmaWMtbm9ydGh3ZXN0LW5ld3MvaW5kZXguc3NmLzIwMTQvMTIvbWlzc2lvbmFyeV9mcm9tX29yZWdvbl9wbGVhZHMuaHRtbCIsInRpdGxlIjoiTWlzc2lvbmFyeSBmcm9tIE9yZWdvbiBwbGVhZHMgbm90IGd1aWx0eSB0byBzZXh1YWwgY29uZHVjdCB3aXRoIGJveSBpbiBDYW1ib2RpYSAiLCJ0YWdzIjoiZXhwZXJ0LEBicmVha2luZy1uZXdzLEBjcmltZSxAZXVnZW5lLEBocC10b3Atc3RvcmllcyxkYW5pZWwgam9obnNvbixvcmVnb24gZmVkZXJhbCBjb3VydHMsdGhvbWFzIGNvZmZpbiJ9.mr5huUbNs7hg6yf9E7S7rpsT8FgnuHOVFZPF_nC59BU\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"8000308\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Pacific Northwest News\" href=\"http://www.oregonlive.com/pacific-northwest-news/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://impact.oregonlive.com/pacific-northwest-news/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.oregonlive.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/o/oregonlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/burt/adv_burt_olive.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.oregonlive.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"8001149\";\n\t\tm_blog_name = \"Pacific Northwest News\";\n\t\tm_blog_url = \"http://www.oregonlive.com/pacific-northwest-news/index.ssf/\";\n\t\tm_blog_newspaper = \"The Oregonian\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia \";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"Bryan Denson | bdenson@oregonian.com\";\n\t\t\tm_entry_author_username = \"bdenson\";\n\t\t\tm_entry_author_public_email = \"bdenson@oregonian.com\";\n\t\t\n\t\tm_entry_basename = \"missionary_from_oregon_pleads\";\n\t\tm_entry_link = \"http://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html\";\n\t\tm_entry_tags = \"daniel johnson;oregon federal courts;thomas coffin\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14849982\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<link rel=\"author\" href=\"https://plus.google.com/102064149937733548128\" title=\"Bryan Denson | bdenson@oregonian.com on Google+\" />\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/o/oregonlive-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/static/common/js/burt/adv_burt_olive.js\"></script>\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/oregonlive/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.oregonlive.com/\" title=\"OregonLive.com\"><span class=\"ir\">OregonLive.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.oregonlive.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.oregonlive.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"4519\"></span></li><li><a href=\"http://www.oregonlive.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"6401\"></span></li><li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.oregonlive.com/business/\">Business</a><span class=\"next\" data-state=\"2\" data-key=\"6247\"></span></li><li><a href=\"http://www.oregonlive.com/local/\">Local</a><span class=\"next\" data-state=\"2\" data-key=\"6231\"></span></li><li><a href=\"http://www.oregonlive.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6342\"></span></li><li><a href=\"http://autos.oregonlive.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"4596\"></span></li><li><a href=\"http://realestate.oregonlive.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"4562\"></span></li><li><a href=\"http://realestate.oregonlive.com/for-rent\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"4557\"></span></li><li><a href=\"\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"4550\"></span></li><li><a href=\"\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"4551\"></span></li><li><a href=\"http://www.oregonlive.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"4579\"></span></li><li><a href=\"http://classifieds.oregonlive.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"4559\"></span></li><li><a href=\"http://www.oregonlive.com/obituaries/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6343\"></span></li><li><a href=\"http://findnsave.oregonlive.com/?ac=AFForegonliveFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6344\"></span></li><li><a href=\"http://businessfinder.oregonlive.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6345\"></span></li><li><a href=\"http://www.oregonlive.com/premium/pdxtra/\">PDXtra</a><span class=\"none\" data-state=\"2\" data-key=\"6449\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"4502\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/news/\">News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4514\" data-sub-parent=\"4502\"><a href=\"http://www.oregonlive.com/education/\">Education</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4514\" data-sub-parent=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/environment/\">Environment</a></li><li><a href=\"http://www.oregonlive.com/health/\">Health &amp; Fitness</a></li><li><a href=\"http://www.oregonlive.com/pacific-northwest-news/\">Pacific Northwest</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4521\" data-sub-parent=\"4502\"><a href=\"http://www.oregonlive.com/politics/\">Politics</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4521\" data-sub-parent=\"4502\"></span></li><li><a href=\"http://www.oregonlive.com/roadreport/\">Road Conditions</a></li><li><a href=\"http://www.oregonlive.com/today/\">US &amp; World</a></li><li><a href=\"http://www.oregonlive.com/weather/\">Weather</a></li><li><a href=\"http://www.oregonlive.com/closures/\">School, Event Closures</a></li><li><a href=\"http://www.oregonlive.com/news/oregonian/steve_duin/\">Steve Duin</a></li><li><a href=\"http://www.oregonlive.com/commuting/\">Joseph Rose&#39;s Hard Drive</a></li><li><a href=\"http://www.oregonlive.com/oregonian\">The Oregonian</a></li><li><a href=\"http://www.oregonlive.com/beaverton-leader/\">The Beaverton Leader</a></li><li><a href=\"http://www.oregonlive.com/argus/\">The Hillsboro Argus</a></li><li><a href=\"http://www.oregonlive.com/leader/\">The Forest Grove Leader</a></li><li><a href=\"http://www.oregonlive.com/watchdog/\">Oregon Watchdog</a></li><li><a href=\"http://www.oregonlive.com/crime/\">Crime</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4519\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"4582\" data-sub-parent=\"4519\"><a href=\"http://www.oregonlive.com/food/\">Food &amp; Dining</a><span class=\"next\" data-state=\"3\" data-sub-key=\"4582\" data-sub-parent=\"4519\"></span></li><li><a href=\"http://www.oregonlive.com/books/\">Books</a></li><li><a href=\"http://www.oregonlive.com/comics/\">Comics</a></li><li><a href=\"http://www.oregonlive.com/puzzles-kingdom/\">Puzzles</a></li><li><a href=\"http://www.oregonlive.com/events/\">Events</a></li><li><a href=\"http://www.oregonlive.com/music/\">Music</a></li><li><a href=\"http://www.oregonlive.com/performance/\">Performance</a></li><li><a href=\"http://www.oregonlive.com/movies/\">TV &amp; Movies</a></li><li><a href=\"http://www.oregonlive.com/living/\">Living</a></li><li><a href=\"http://www.oregonlive.com/kiddo/\">Parenting</a></li><li><a href=\"http://www.oregonlive.com/hg/\">Homes &amp; Gardens</a></li><li><a href=\"http://www.oregonlive.com/pets/\">Pets</a></li><li><a href=\"http://www.oregonlive.com/outdoors/\">Outdoors</a></li><li><a href=\"http://www.oregonlive.com/travel/\">Travel</a></li><li><a href=\"http://www.oregonlive.com/art\">Art</a></li><li><a href=\"http://affiliate.zap2it.com/tvlistings/\">TV Listings</a></li><li><a href=\"http://www.oregonlive.com/celebrity-news/\">Celebrity News</a></li><li><a href=\"http://www.oregonlive.com/premium/travel-plus/\">Travel Plus</a></li><li><a href=\"http://www.oregonlive.com/premium/living-plus/\">Living Plus</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6401\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/sports/\">Sports News Home</a></li><li><a href=\"http://www.oregonlive.com/blazers/\">Blazers</a></li><li><a href=\"http://www.oregonlive.com/sports/oregonian/john_canzano/\">John Canzano</a></li><li><a href=\"http://www.oregonlive.com/beavers/\">Beavers</a></li><li><a href=\"http://www.oregonlive.com/ducks/\">Ducks</a></li><li><a href=\"http://www.oregonlive.com/golf/\">Golf</a></li><li><a href=\"http://www.oregonlive.com/hillsboro-hops/\">Hillsboro Hops</a></li><li><a href=\"http://www.oregonlive.com/nba/\">NBA</a></li><li><a href=\"http://www.oregonlive.com/mlb/\">MLB</a></li><li><a href=\"http://www.oregonlive.com/nfl/\">NFL</a></li><li><a href=\"http://www.oregonlive.com/ncaa/\">NCAA</a></li><li><a href=\"http://www.oregonlive.com/pac-12/\">Pac-12</a></li><li><a href=\"http://www.oregonlive.com/pilots/\">Pilots</a></li><li><a href=\"http://www.oregonlive.com/recruiting/\">Recruiting</a></li><li><a href=\"http://www.oregonlive.com/portland-thorns/\">Thorns</a></li><li><a href=\"http://www.oregonlive.com/timbers/\">Timbers</a></li><li><a href=\"http://www.oregonlive.com/trackandfield/\">Track &amp; Field</a></li><li><a href=\"http://www.oregonlive.com/vikings/\">Vikings</a></li><li><a href=\"http://www.oregonlive.com/hawks/\">Portland Winterhawks</a></li><li><a href=\"http://www.oregonlive.com/scores\">Sports Scoreboard</a></li><li><a href=\"http://www.oregonlive.com/the-spin-of-the-ball/\">Tennis</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6247\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/business/\">Business News Home</a></li><li><a href=\"http://www.oregonlive.com/front-porch/\">Front Porch</a></li><li><a href=\"http://www.oregonlive.com/finance/\">It&#39;s Only Money</a></li><li><a href=\"http://www.oregonlive.com/money/\">Oregon &amp; the Economy</a></li><li><a href=\"http://www.oregonlive.com/playbooks-profits/\">Playbooks &amp; Profits</a></li><li><a href=\"http://www.oregonlive.com/silicon-forest/\">Silicon Forest</a></li><li><a href=\"http://www.oregonlive.com/window-shop/\">Window Shop</a></li><li><a href=\"http://hosted2.ap.org/ORPOR/mmIndexReturns\">Stock Market Report</a></li><li><a href=\"http://blog.oregonlive.com/business-watch/index.html\">Business Public Blog</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6231\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/local/\">Local News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6542\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/clackamascounty/\">Clackamas County</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6542\" data-sub-parent=\"6231\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6401\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/portland/\">Portland</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6401\" data-sub-parent=\"6231\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6546\" data-sub-parent=\"6231\"><a href=\"http://www.oregonlive.com/washingtoncounty/\">Washington County</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6546\" data-sub-parent=\"6231\"></span></li><li><a href=\"http://www.oregonlive.com/clark-county/\">Clark County, Wash.</a></li><li><a href=\"http://www.oregonlive.com/gresham/\">Gresham</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4550\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/multimedia/\">Multimedia</a></li><li><a href=\"http://photos.oregonlive.com/oregonian/index.html\">Photos from the Oregonian</a></li><li><a href=\"http://photos.oregonlive.com/beaverton-leader/index.html\">Photos from the Beaverton Leader</a></li><li><a href=\"http://photos.oregonlive.com/argus/index.html\">Photos from the Hillsboro Argus</a></li><li><a href=\"http://photos.oregonlive.com/leader/index.html\">Photos from the Forest Grove Leader</a></li><li><a href=\"http://photos.oregonlive.com/photo-essay/index.html\">Photo Essays</a></li><li><a href=\"http://www.oregonlive.com/photo-contest/\">Photo Contests</a></li><li><a href=\"http://oregonianphoto.com/\">Purchase a Photo</a></li><li><a href=\"http://photos.oregonlive.com/photogallery/index.html\">Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4551\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.oregonlive.com/oregonian/index.html\">Videos from the Oregonian</a></li><li><a href=\"http://videos.oregonlive.com/beaverton-leader/index.html\">Videos from The Beaverton Leader</a></li><li><a href=\"http://videos.oregonlive.com/hillsboroargus/index.html\">Videos from the Hillsboro Argus</a></li><li><a href=\"http://videos.oregonlive.com/leader/index.html\">Videos from The Forest Grove Leader</a></li><li><a href=\"http://videos.oregonlive.com/index.html\">Your Videos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"4579\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.oregonlive.com/opinion/\">The Stump</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveoregedb/posts.html\">Editorials</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveoreglet/posts.html\">Letters to the Editor</a></li><li><a href=\"http://blog.oregonlive.com/myoregon/index.html\">My Oregon</a></li><li><a href=\"http://connect.oregonlive.com/staff/oliveguestop/posts.html\">OpEd</a></li><li><a href=\"http://www.oregonlive.com/hovde/\">Elizabeth Hovde</a></li><li><a href=\"http://www.oregonlive.com/news/oregonian/david_sarasohn/\">David Sarasohn</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/wrestling/\">Wrestling</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyswaterpolo/\">Boys Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlswaterpolo/\">Girls Water Polo</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysskiing/\">Boys Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/boysrugby/\">Boys Rugby</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/dance-and-drill/\">Dance and Drill</a></li> \n\n    <li><a href=\"http://highschoolsports.oregonlive.com/cheer/\">Competitive Cheer</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"http://www.oregonlive.com/connect/facebook/\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"http://www.oregonlive.com/connect/twitter/\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"http://www.oregonlive.com/connect/\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">The Oregonian</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">Hillsboro Argus</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://subscribe.oregonlive.com/webApp/advOregonLiveNewsletters\">Email newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.oregonlive.com/mobile-device/\">Mobile apps</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.oregonlive.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search OregonLive.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>OregonLive.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.oregonlive.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"olive\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.oregonlive.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.oregonlive.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.oregonlive.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.oregonlive.com/sign-in/?option=Facebook\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.oregonlive.com/sign-in/?option=Google\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.oregonlive.com/sign-in/?option=AIM\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.oregonlive.com/sign-in/?option=Twitter\"><img src=\"http://media.oregonlive.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">The Oregonian</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.oregonlive.com/dssSubscribe.aspx\">Hillsboro Argus</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://subscribe.oregonlive.com/webApp/advOregonLiveNewsletters\">Email newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.oregonlive.com/mobile-device/\">Mobile apps</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var News = 'News';\n        comscorekw=News;\n        return News;\n\t\n}\nfunction getToprailMenuContext() {\n        return '4502';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia </h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <div id=\"top_images\"><div><span class=\"resimg  adv-photo-large\" data-image=\"http://media.oregonlive.com/pacific-northwest-news/photo/16665187-mmmain.jpg\" data-position=\"article-main\" />WayneMorseUSCthouse.jpg</span></div><div class=\"Caption\">\n        \n            The Wayne Morse U.S. Courthouse was dedicated in 2006.\n        \n        \n            \n                <em>(Oregonian file photo)</em></div></div>\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://impact.oregonlive.com/pacific-northwest-news/print.html?entry=/2014/12/missionary_from_oregon_pleads.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.oregonlive.com/staff/bdenson/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.oregonlive.com/avatars/8000308.png\" data-position=\"byline-avatar\">Bryan Denson | bdenson@oregonian.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.oregonlive.com/staff/bdenson/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tBryan Denson | bdenson@oregonian.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Oregonian</span>\n\t\t<br /> <a id=\"email_author\" onclick=\"emailAuthor()\">Email the author</a> | <a href=\"http://twitter.com/Bryan_Denson\" target=\"_blank\">Follow on Twitter</a>\n\t\n\n\n\n\n\t<br/>on December 29, 2014 at  3:21 PM, updated <span class=\"updated\" title=\"2014-12-30T00:11:21Z\">December 29, 2014 at  4:11 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.oregonlive.com%2Fpacific-northwest-news%2Findex.ssf%2F2014%2F12%2Fmissionary_from_oregon_pleads.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.oregonlive.com%2Fpacific-northwest-news%2Findex.ssf%2F2014%2F12%2Fmissionary_from_oregon_pleads.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Missionary from Oregon pleads not guilty to sexual conduct with boy in Cambodia ',\n            'link':'http://www.oregonlive.com/pacific-northwest-news/index.ssf/2014/12/missionary_from_oregon_pleads.html',\n            'desc': 'Daniel S. Johnson, who spent a year in a Cambodian jail for molesting boys at an orphanage, had once been accused of molesting children in Lincoln County.\\n ',\n\t    'thumbnail': 'http://imgick.oregonlive.com/home/olive-media/river/img/pacific-northwest-news/photo/waynemorseuscthousejpg-ba8262316bb77325.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id=\"series\">\r\n<script type=\"text/javascript\" src=\"http://media.oregonlive.com/storypackage/14356258/sp.js\" /></script>\r\n</div>\r\n\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>A 36-year-old part-time missionary who served a year in a Cambodian prison for sexually abusing boys in an orphanage pleaded not guilty on Monday in a&nbsp;<a href=\"http://ord.uscourts.gov/index.php/our-judges/judge-coffin\">Eugene courtroom</a> to a rarely imposed federal charge of engaging in illicit sexual conduct in a foreign place.</p>\n<p>Daniel Stephen Johnson faces a potential 30-year prison term on the new charge, which accuses him of having sex with a boy in the Kingdom of Cambodia sometime between Nov. 28, 2005, and Oct. 12, 2006.</p>\n<div id=\"asset-16665168\" class=\"entry_widget_small entry_widget_left\"><span class=\"adv-photo-small\"><a class=\"full-size-popup\" href=\"http://media.oregonlive.com/pacific-northwest-news/photo/danielsjohnsonjpg-aee27ebf6b7d9807.jpg\" target=\"_blank\"><img src=\"/static/common/img/blank.gif\" class=\"lazy adv-photo\" data-original=\"http://media.oregonlive.com/pacific-northwest-news/photo/16665168-small.jpg\" alt=\"Daniel.S.Johnson.jpg\"></a><span class=\"photo-data\"><a class=\"full-size-popup\" href=\"http://media.oregonlive.com/pacific-northwest-news/photo/danielsjohnsonjpg-aee27ebf6b7d9807.jpg\" target=\"_blank\">View full size</a><span class=\"caption\">Daniel S. Johnson</span><span class=\"byline\">Lane County Jail</span></span></span>&nbsp;</div>\n<p>U.S. Magistrate Judge Thomas Coffin set Johnson's trial for Feb. 25.</p>\n<p><a href=\"http://media.oregonlive.com/pacific-northwest-news/other/danieljohnson.pdf\">A federal grand jury indicted</a> Johnson on Dec. 10. He's awaiting trial in the Lane County Jail.</p>\n<p>Johnson served a one-year sentence in Cambodia for sexually abusing boys in his care at an orphanage, <a href=\"http://registerguard.com/rg/news/local/32591534-75/coos-county-man-charged-with-sexually-abusing-child-in-cambodia.html.csp\">The Register-Guard newspaper reported</a>. He worked as a Christian missionary in the Southeast Asian country for about a decade, according to the Cambodia-based anti-pedophile group Action pour les Enfants.</p>\n<p>A&nbsp;<a href=\"http://www.law.cornell.edu/uscode/text/18/2423\">2003 federal law aimed at preventing child abuse</a> made it a crime for any U.S. citizen to have illegal sexual contact with a minor in a foreign country.</p>\n<p>More than a decade ago, Johnson was accused in Oregon of molesting three children in his sister's care.</p>\n<p>Lincoln County prosecutors dismissed charges after investigators began to doubt the alleged victims' statements, according to a 2003 article in the Yamhill Valley News-Register.</p>\n<p>-- Bryan Denson</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.oregonlive.com%2Fpacific-northwest-news%2Findex.ssf%2F2014%2F12%2Fmissionary_from_oregon_pleads.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.oregonlive.com%2Fpacific-northwest-news%2Findex.ssf%2F2014%2F12%2Fmissionary_from_oregon_pleads.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(1);\n            var most_read_story_count = parseInt(5)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \r\n\r\n<section class=\"photo-of-the-day photo\" >\r\n    <div class=\"icon\"></div>\r\n\r\n    <h1>\r\n    \r\n        Photo\r\n    \r\n    of the Day\r\n    </h1>\r\n\r\n    <div class=\"pod-inner\">\r\n\r\n    \r\n        <div class=\"pod-photo\">\n     <a href=\"http://photos.oregonlive.com/oregonian/2015/01/portlands_central_eastside_ind_51.html\"><span class=\"resimg\" data-image=\"http://media.oregonlive.com/oregonian/photo/2015/01/02/16691438-large.jpg\" data-position=\"potd-item\" alt=\"Much of the Central Eastside Industrial District was designated as an industrial sanctuary in the 1980s. Portland has changed a lot since then, with neighborhoods such as the Pearl District and South Waterfront emerging as shiny destinations. City planners are now planning for the next 20 years of growth here. (Kristyna Wentz-Graff / The Oregonian)\"></span></a>\n  </div>\n  <h2><a href=\"http://photos.oregonlive.com/oregonian/2015/01/portlands_central_eastside_ind_51.html\">Portland's Central Eastside Industrial District</a></h2>\n\n\r\n\r\n    \r\n\r\n        \r\n            <div class=\"pod-text\">\r\n                \r\n                <p><a href=\"http://www.oregonlive.com/multimedia/\">» More videos &amp; photos</a></p>\r\n                \r\n            </div>\r\n        \r\n        \r\n    </div>\r\n</section>\r\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n    \r\n<section class=\"ndn_video promo-spot\">\r\n    <header><h1>News Videos</h1></header>\r\n\r\n    <!-- &lt;div id=&quot;ndn_launcher_23797&quot; class=&quot;ndn_embed&quot; data-config-widget-id=&quot;23797&quot; data-config-type=&quot;VideoLauncher/Slider300x250&quot; data-config-tracking-group=&quot;90301&quot; data-config-site-section=&quot;oregonlivedotcom_nws_non_sec&quot;&gt;&lt;/div&gt; -->\r\n    <div id=\"ndn_launcher_23797\" class=\"ndn_embed\" data-config-widget-id=\"23797\" data-config-type=\"VideoLauncher/Slider300x250\" data-config-tracking-group=\"90301\" data-config-site-section=\"oregonlivedotcom_nws_non_sec\"></div>\n\n<script type=\"text/javascript\">\n    /* <![CDATA[ */\n    if (document.documentElement.clientWidth >= 600) {\n        var js = document.createElement('script');\n        js.type = 'text/javascript';\n        js.src = 'http://launch.newsinc.com/js/embed.js';\n        $('#ndn_launcher_23797').append(js);\n    }\n    /* ]]> */\n</script>\r\n</section>\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of OregonLive.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.oregonlive.com/multimedia/index.ssf/2015/01/26_dead_in_portland_homicides.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/top-stories/photo/16685015-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/multimedia/index.ssf/2015/01/26_dead_in_portland_homicides.html#incart_hbx\" >26 dead in Portland homicides in 2014</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.oregonlive.com/portland/index.ssf/2014/12/the_oregonian_revisits_the_fac.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/olive_top_stories/photo/2014/12/31/16683156-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/portland/index.ssf/2014/12/the_oregonian_revisits_the_fac.html#incart_hbx\" >Faces of Meth, 10 years later</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.oregonlive.com/dining/index.ssf/2014/12/top_2014_restaurant_openings_i.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.oregonlive.com/olive_top_stories/photo/2014/12/28/16656761-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.oregonlive.com/dining/index.ssf/2014/12/top_2014_restaurant_openings_i.html#incart_hbx\" >Top 2014 restaurant, bar openings in Portland</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.oregonlive.com/static/olive/static/img/footer-logo-olive-inc.png\" alt=\"oregonlive.com logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\" style=\"padding-top:0px;\">\r\n\t\t\t    \t <div class=\"cluster clearfix\">\r\n                                <h2>About Us</h2>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.oregonlive.com/aboutus/\">About OregonLive.com</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/\">About Oregonian Media Group</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/business-solutions/\">Advertise with us</a></li>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/about-us/contact-us/\" title=\"Contact Us\">Contact Us</a></li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                                <li><a href=\"http://www.oregonianmediagroup.com/about-us/employment-opportunities/\">Jobs at Oregonian Media Group</a></li>\r\n                                                 <li><a href=\"http://www.oregonlive.com/aboutus/index.ssf?/aboutus/content/faq.html\">FAQ</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonianmediagroup.com/about/journalists/\">Our Journalists</a></li>\r\n                                       </ul>\r\n                                </div>\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Subscribe Today</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/addrfind.html\">The Oregonian</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/argus/subscribe/\">Hillsboro Argus</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/newsletters/\">Email Newsletters</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/text-alerts/\">Text Alerts</a></li>\r\n\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/siteindex/\">RSS</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>Already a Subscriber</h2>\r\n\t\t\t\t<ul class=\"no_wrap\">\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Manage your Subscription</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Delivery feedback</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Place a vacation hold</a></li>\r\n\t\t\t\t\t<li><a href=\"https://orgiservices.dticloud.com/cgi-bin/cmo_cmo.sh/custservice/web/login.html?stateInfo=haGkkbmckhbtakgw1465\">Make a payment</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- close id about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>OregonLive.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.oregonlive.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/travel/\">Travel</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/obituaries/\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.oregonlive.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.oregonlive.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.oregonlive.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.oregonlive.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/shopping/\">Local Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/business/\">Local Businesses</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>Your Regional News Pages</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/clackamascounty/\">Clackamas County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/clark-county/\">Clark County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/gresham/\">Gresham </a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/portland/\">Portland</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/washingtoncounty/\">Washington County</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/local/\">More Local News</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.oregonlive.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.oregonlive.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- close id topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on OregonLive.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.oregonlive.com/\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.oregonlive.com/photogallery/\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/jobs/products/index.ssf\">Post a job</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Post a classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/placead/\">Sell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.oregonlive.com/sitemap/\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n\t\t\t\t\t\t<a href=\"http://twitter.com/oregonian\" class=\"adv-icn-twitter icn-link\">Twitter</a> |\r\n\t\t\t\t\t\t<a href=\"http://facebook.com/theoregonian\" class=\"adv-icn-facebook icn-link\">Facebook</a> |\r\n\t\t\t\t\t\t<a href=\"http://google.com/+oregonian\" class=\"adv-icn-google icn-link\">Google+</a> | \r\n\t\t\t\t\t\t<a href=\"http://pinterest.com/theoregonian\" class=\"adv-icn-pinterest icn-link\">Pinterest</a> | \r\n\t\t\t\t\t\t<a href=\"http://instagram.com/theoregonian\" class=\"adv-icn-instagram icn-link\">Instagram</a> | \r\n\t\t\t\t\t\t<a href=\"http://oregonianphoto.tumblr.com\" class=\"adv-icn-tumblr icn-link\">Tumblr</a>\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- close id more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.oregonlive.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.oregonlive.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.oregonlive.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Oregon Live LLC. All rights reserved (<a href=\"http://www.oregonianmediagroup.com/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Oregon Live LLC.</p>\r\n            <p><a href=\"http://www.oregonlive.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.oregonlive.com/interactivity/\" title=\"Community Rules\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreement#opt_out\"><img src=\"http://media.oregonlive.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/parsely.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7 ]><html lang=\"en-US\" class=\"no-js ie ie6 lte7 lte8 lte9\"><![endif]-->\n<!--[if IE 7 ]><html lang=\"en-US\" class=\"no-js ie ie7 lte7 lte8 lte9\"><![endif]-->\n<!--[if IE 8 ]><html lang=\"en-US\" class=\"no-js ie ie8 lte8 lte9\"><![endif]-->\n<!--[if IE 9 ]><html lang=\"en-US\" class=\"no-js ie ie9 lte9\"><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en-US\" class=\"no-js\"><!--<![endif]-->\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.5, minimum-scale=0.5\">\n        <title>Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app by Parse.ly</title>\n        <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\n        <link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://blog.parsely.com/wp-content/themes/svbtle/style.css\" />\n        <link rel=\"pingback\" href=\"http://blog.parsely.com/xmlrpc.php\" />\n        <link rel=\"shortcut icon\" href=\"http://blog.parsely.com/wp-content/themes/svbtle/images/favicon.ico\" />\n        <link rel=\"stylesheet\" href=\"/wp-content/themes/svbtle/icon.css\" />\n        <!--[if lt IE 9]>\n            <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n            <![endif]-->\n        \n        <style type='text/css'>\n\t\t\t\t\t.no-break br {\n\t\t\t\t\t\tdisplay: none !important;\n\t\t\t\t\t}\n\t\t\t</style><style type='text/css'>@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext);p.ecae-button { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }</style><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Parse.ly &raquo; Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app Comments Feed\" href=\"http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/feed/\" />\n<link rel='stylesheet' id='fullcalendar-css'  href='http://blog.parsely.com/wp-content/plugins/wp-calendar/css/fullcalendar.css?ver=4.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='ecae-buttonskin-none-css'  href='http://blog.parsely.com/wp-content/plugins/easy-custom-auto-excerpt/buttons/ecae-buttonskin-none.css?ver=2.1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='ecae-frontend-css-css'  href='http://blog.parsely.com/wp-content/plugins/easy-custom-auto-excerpt/assets/style-frontend.css?ver=2.1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='jetpack_css-css'  href='http://blog.parsely.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.2.1' type='text/css' media='all' />\n<!-- This site uses the Yoast Google Analytics plugin v5.1.2 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ -->\n<script type=\"text/javascript\">\n\n\tvar _gaq = _gaq || [];\n\t_gaq.push(['_setAccount', 'UA-5989141-8']);\n\t_gaq.push(['_gat._forceSSL']);\n\t_gaq.push(['_trackPageview']);\n\n\t(function () {\n\t\tvar ga = document.createElement('script');\n\t\tga.type = 'text/javascript';\n\t\tga.async = true;\n\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\tvar s = document.getElementsByTagName('script')[0];\n\t\ts.parentNode.insertBefore(ga, s);\n\t})();\n\n</script>\n<!-- / Yoast Google Analytics -->\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPCalendar = {\"ajaxUrl\":\"http:\\/\\/blog.parsely.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/wp-calendar/js/fullcalendar.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.js?ver=20140611'></script>\n<script type='text/javascript' src='http://cdn.embedly.com/widgets/platform.js?ver=4.0.1'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://blog.parsely.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://blog.parsely.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Mark Luckie: How Media Companies Should be Using Twitter' href='http://blog.parsely.com/post/1522/mark-luckie-how-media-companies-should-be-using-twitter/' />\n<link rel='next' title='Jay Kreps on Logs: A review of &#8220;I ♥ Logs&#8221;' href='http://blog.parsely.com/post/1550/kreps-logs/' />\n<meta name=\"generator\" content=\"WordPress 4.0.1\" />\n<link rel='canonical' href='http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/' />\n<link rel='shortlink' href='http://wp.me/p4O3RN-oP' />\n<script charset=\"utf-8\" type=\"text/javascript\">var switchTo5x=true;</script><script charset=\"utf-8\" type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script><script charset=\"utf-8\" type=\"text/javascript\">stLight.options({publisher:\"73823332-efb5-41e4-b60d-6041cf06d2a3\" , doNotCopy: true, hashAddressBar: false, doNotHash: true});var st_type='wordpress3.6.1';</script><!-- BEGIN wp-parsely Plugin Version 1.7 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.7' />\n   <script type=\"application/ld+json\">\n   {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app\",\"url\":\"http:\\/\\/blog.parsely.com\\/post\\/1539\\/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app\\/\",\"thumbnailUrl\":\"\",\"articleId\":\"1539\",\"dateCreated\":\"2014-12-11T19:03:39Z\",\"articleSection\":\"Analytics That Matter\",\"creator\":[\"Parse.ly\"],\"keywords\":[\"dark social\",\"direct traffic\",\"facebook\",\"mobile app\",\"referrals\"]}   </script>\n<!-- END wp-parsely Plugin Version 1.7 -->\n\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Facebook and Publishers: A fix for direct traffic from Facebook&#039;s mobile app\" />\n<meta property=\"og:url\" content=\"http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/\" />\n<meta property=\"og:description\" content=\"Yesterday, Facebook announced a number of new tools for publishers, as part of their on-going relationship to encourage a high volume of quality content that will keep us scrolling through our news...\" />\n<meta property=\"article:published_time\" content=\"2014-12-11T19:03:39+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-11T22:54:08+00:00\" />\n<meta property=\"article:author\" content=\"http://blog.parsely.com/post/author/admin/\" />\n<meta property=\"og:site_name\" content=\"Parse.ly\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/12/facebook-ref-final-2.png\" />\n<meta name=\"twitter:site\" content=\"@jetpack\" />\n<meta name=\"twitter:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/12/facebook-ref-final-2.png?w=240\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n\n        <!-- Typekit -->\n        <script type=\"text/javascript\" src=\"//use.typekit.net/zsy7rjo.js\"></script>\n        <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n        <script language=\"javascript\" type=\"text/javascript\">\n          jQuery(document).ready(function() {\n              jQuery('#hide_arrow').click(function() {\n                  jQuery('#responsive_hideable').slideUp();\n                  jQuery('#hide_arrow').hide();\n                  jQuery('#show_arrow').show();\n              });\n              jQuery('#show_arrow').click(function() {\n                  jQuery('#responsive_hideable').slideDown();\n                  jQuery('#show_arrow').hide();\n                  jQuery('#hide_arrow').show();\n                  console.log(\"click show\");\n              });\n          });\n          </script>\n    </head>\n    <body class=\"single single-post postid-1539 single-format-standard\">\n\n        <header id=\"sidebar\">\n            <ul id=\"drop_menu\">\n                <li><figure class=\"logo medium\">\n                        <a href=\"http://blog.parsely.com/\"><img class=\"parsely_logo\" src=\"/wp-content/themes/svbtle/images/logo-2x.png\" /></a>\n                    </figure></li>\n                <li><div id=\"show_arrow\"></div></li>\n                <li><div id=\"hide_arrow\"></div></li>\n            </ul>\n              <h3>Helping newsrooms<br />see their audience clearly</h3>\n            <div id=\"responsive_hideable\">\n                <ul id=\"user_nav\">\n                    <div class=\"textwidget description\">A blog about the intersection of digital media and analytics, from Parse.ly. We deliver fresh insights to the web's best publishers.</div>\n\n                    <li class=\"social-listing\">\n                        <a target=\"_blank\" href=\"http://Parse.ly\"><span class=\"icon-parsely\"></span></a>\n                        <a target=\"_blank\" href=\"https://blog.parsely.com/?feed=rss\"><span class=\"icon-rss\"></span></a>\n                        <a target=\"_blank\" href=\"https://twitter.com/Parsely\"><span class=\"icon-twitter\"></span></a>\n                        <a target=\"_blank\" href=\"https://github.com/parsely/\"><span class=\"icon-github\"></span></a>\n                        <a target=\"_blank\" href=\"https://www.facebook.com/parselydash\"><span class=\"icon-facebook\"></span></a>\n                        <a target=\"_blank\" href=\"https://www.linkedin.com/company/parsely-inc.\"><span class=\"icon-linkedin\"></span></a>\n                    </li>\n\n                    <hr />\n\n                    \t\t\t<div class=\"textwidget\">\r\n<p class=\"nav_title\">NOTABLE EVENTS</p>\r\n</div>\n\t\t<span class=\"hidden\">Notable Events</span>\t\t\t<div class=\"textwidget\"><hr />\r\n\r\n<p class=\"nav_title\">POST CATEGORIES</p></div>\n\t\t<div class=\"menu-categories-container\"><ul id=\"menu-categories\" class=\"menu\"><li id=\"menu-item-923\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-923\"><a href=\"http://blog.parsely.com/post/category/journalism-today/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/journalism-today/', 'Journalism Today']);\" >Journalism Today</a></li>\n<li id=\"menu-item-1033\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1033\"><a href=\"http://blog.parsely.com/post/category/analytics-that-matter/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/analytics-that-matter/', 'Analytics That Matter']);\" >Analytics That Matter</a></li>\n<li id=\"menu-item-1060\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1060\"><a href=\"http://blog.parsely.com/post/category/parse-ly-tech/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/parse-ly-tech/', 'Parse.ly Tech']);\" >Parse.ly Tech</a></li>\n<li id=\"menu-item-1061\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1061\"><a href=\"http://blog.parsely.com/post/category/tips-and-tricks-using-parse-ly/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/tips-and-tricks-using-parse-ly/', 'Tips and Tricks Using Parse.ly']);\" >Tips and Tricks Using Parse.ly</a></li>\n<li id=\"menu-item-1062\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1062\"><a href=\"http://blog.parsely.com/post/category/parse-ly-culture/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/parse-ly-culture/', 'Parse.ly Culture']);\" >Parse.ly Culture</a></li>\n</ul></div><form role=\"search\" method=\"get\" id=\"searchform\" class=\"searchform\" action=\"http://blog.parsely.com/\">\n\t\t\t\t<div>\n\t\t\t\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t\t\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" />\n\t\t\t\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"Search\" />\n\t\t\t\t</div>\n\t\t\t</form>                                    </ul>\n            </div>\n        </header>\n\n        <section id=\"river\" role=\"main\">\n\n            \r\n<header id=\"begin\">\r\n    <div class=\"header_row\">\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/tour/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Product Tour</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/about/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">About</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://parsely.com/authority/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Media Research</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://press.parsely.com/coverage\">Press</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/trial/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Try Parse.ly</a></div>\r\n    </div>\r\n</header>\r\n\r\n\n\n\n<article id=\"1539\" class=\"post\">\n\n    <h2 class=\"entry-title\">\t<a href=\"http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/\" class=\"no-link\" title=\"Permalink to Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app\" rel=\"bookmark\">Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app</a>\n\n</h2>\n\n        <div class=\"entry-content\">\n        <p>Yesterday, <a href=\"http://media.fb.com/2014/12/10/new-tools-and-insights-for-publishers-2/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://media.fb.com/2014/12/10/new-tools-and-insights-for-publishers-2/', 'Facebook announced']);\" >Facebook announced</a> a number of new tools for publishers, as part of their on-going relationship to encourage a high volume of quality content that will keep us scrolling through our newsfeeds.</p>\n<p>At the bottom was a short mention:</p>\n<blockquote><p><em>We also recently fixed a bug that caused many third-party analytics tools to undercount the percentage of their organic traffic from Facebook. In the past, referrer data was missing from some of our outbound mobile clicks. This issue has been resolved for iOS, with a fix for Android coming soon. Publishers may see an increase in iOS mobile traffic from Facebook and a decrease in undefined sources or direct traffic.</em></p></blockquote>\n<p>ICYMI &#8211; this is a fix for direct traffic (sometimes called “dark social”) for traffic coming through the mobile app that sometimes dropped the referral information.</p>\n<h2><b>Here’s a little background:</b></h2>\n<p>Anyone who has looked at analytics, has seen “direct” as a traffic source. There tends to be a fair amount of confusion around this section, as it encompasses anything that analytics can’t track.</p>\n<p>Traditionally, publishers assumed direct traffic was people bookmarking their home page or typing in the address directly in the search bar. However, since Parse.ly looks at analytics by a post-by-post basis, we can’t make that assumption, as most people are not typing in new article post URLs “directly” into their browser.</p>\n<p>Sources for this traffic include:</p>\n<ul>\n<li>Email/IMs</li>\n<li>Copying and pasting a link</li>\n<li>Switching from a https:// site to an http:// site</li>\n<li>Chat apps (Whats App, etc.)</li>\n</ul>\n<p>In 2012, Alexis Madrigal wrote a story about these sources, terming them “<a href=\"http://www.theatlantic.com/technology/archive/2012/10/dark-social-we-have-the-whole-history-of-the-web-wrong/263523/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.theatlantic.com/technology/archive/2012/10/dark-social-we-have-the-whole-history-of-the-web-wrong/263523/', 'dark social']);\" >dark social</a>”. (This post is worth re-reading for some fun facts like &#8220;Only about four percent of total traffic is on mobile at all.&#8221;) In summary, he supposed that since these were links that were being shared from person-to-person, this kind of traffic should still be thought of as social sharing.</p>\n<p>Parse.ly’s CTO, Andrew Montalenti, <a href=\"https://www.journalism.co.uk/news/-dark-social-and-other-mysterious-analytics/s2/a554142/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'https://www.journalism.co.uk/news/-dark-social-and-other-mysterious-analytics/s2/a554142/', 'explained some other areas that “dark” traffic can come from']);\" >explained some other areas that “dark” traffic can come from</a> &#8211; he points out that it’s not all social; some traffic might also be explained by search and sites that block their referral information from being passed through or programs used by people protecting their browsing (especially in the wake of Snowden/NSA revelations).</p>\n<p>Though many of those sources will probably continue to be &#8220;dark&#8221;, a lot of us in the analytics community realized a while ago that Facebook was sending some of this direct traffic. The Guardian’s Ophan architect, <a href=\"https://twitter.com/tackers\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'https://twitter.com/tackers', 'Graham Tackley']);\" >Graham Tackley</a>, showed off charts at ONA this year on how The Guardian saw its direct traffic spike in association with Facebook spikes.</p>\n<p>We saw a similar pattern, and called up Facebook a few months ago. As the massive social network makes a concerted effort to work with publishers, they were concerned at the differences we saw compared to their own data, and we shared some of our aggregate data with them as they worked to fix the referral issue.</p>\n<h2>What to expect from the fix:</h2>\n<p>The announcement above acknowledged the first fix, and we’ll continue to monitor the impact that this is making in our system.</p>\n<p>What does this mean for your traffic? We checked the amount of traffic that currently comes into posts as direct (aka &#8220;dark social&#8221;) but is actually Facebook by looking at the user agents and found in one sample that 11% of total traffic coming was from Facebook. (And yes &#8211; that means that almost 50% of all external traffic referrers in this sample came from Facebook, wow.)</p>\n<p><a href=\"http://blog.parsely.com/wp-content/uploads/2014/12/facebook-ref-final-2.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/wp-content/uploads/2014/12/facebook-ref-final-2.png', '']);\" ><img class=\"aligncenter wp-image-1545\" src=\"http://blog.parsely.com/wp-content/uploads/2014/12/facebook-ref-final-2.png\" alt=\"facebook-ref-final-2\" width=\"600\" height=\"280\" /></a></p>\n<p>Our analysis also checked out how much of that dark traffic came in from Android vs. iOS. We’ll be keeping track of this for the next few weeks, and we expect to see those numbers go down as the app fixes roll out and people update their apps.</p>\n<p>We know that people have a lot of questions about this, and we’re happy to provide additional information or answer questions about it &#8211; let us know in a comment, or shoot us a note.</p>\n<p>&nbsp;</p>\n<span class='st_facebook_large' st_title='Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app' st_url='http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/'></span><span st_via='Parsely' st_username='Parsely' class='st_twitter_large' st_title='Facebook and Publishers: A fix for direct traffic from Facebook&#8217;s mobile app' st_url='http://blog.parsely.com/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/'></span>\n<div id='jp-relatedposts' class='jp-relatedposts' >\n\t<h3 class=\"jp-relatedposts-headline\"><em>Related</em></h3>\n</div>     <p class=\"attribution_left\">Parse.ly, December 11, 2014</p>\n    </div>\n    <!-- .entry-summary -->\n    </article><!-- #post-## -->\n\n\n\n\r\n\t\t\t\t\t<div class=\"comments\">\t\t\t<div id=\"respond\" class=\"comment-respond\">\n\t\t\t\t<h3 id=\"reply-title\" class=\"comment-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/post/1539/facebook-and-publishers-a-fix-for-direct-traffic-from-facebook-mobiles-app/#respond\" style=\"display:none;\">Cancel reply</a></small></h3>\n\t\t\t\t\t\t\t\t\t<form action=\"http://blog.parsely.com/wp-comments-post.php\" method=\"post\" id=\"commentform\" class=\"comment-form\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"comment-notes\">Your email address will not be published. Required fields are marked <span class=\"required\">*</span></p>\t\t\t\t\t\t\t<p class=\"comment-form-author\"><label for=\"author\">Name <span class=\"required\">*</span></label> <input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" aria-required='true' /></p>\n<p class=\"comment-form-email\"><label for=\"email\">Email <span class=\"required\">*</span></label> <input id=\"email\" name=\"email\" type=\"text\" value=\"\" size=\"30\" aria-required='true' /></p>\n<p class=\"comment-form-url\"><label for=\"url\">Website</label> <input id=\"url\" name=\"url\" type=\"text\" value=\"\" size=\"30\" /></p>\n\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"comment-form-comment\"><label for=\"comment\">Comment</label> <textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" aria-required=\"true\"></textarea></p>\t\t\t\t\t\t<p class=\"form-allowed-tags\">You may use these <abbr title=\"HyperText Markup Language\">HTML</abbr> tags and attributes:  <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></p>\t\t\t\t\t\t<p class=\"form-submit\">\n\t\t\t\t\t\t\t<input name=\"submit\" type=\"submit\" id=\"submit\" value=\"Post Comment\" />\n\t\t\t\t\t\t\t<input type='hidden' name='comment_post_ID' value='1539' id='comment_post_ID' />\n<input type='hidden' name='comment_parent' id='comment_parent' value='0' />\n\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"a6ecae111e\" /></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_comments\" id=\"subscribe_comments\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-label\" for=\"subscribe_comments\">Notify me of follow-up comments by email.</label></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_blog\" id=\"subscribe_blog\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-blog-label\" for=\"subscribe_blog\">Notify me of new posts by email.</label></p><p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"225\"/></p>\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div><!-- #respond -->\n\t\t\t</div>\r\n<nav class=\"pagination\">\r\n  <span class=\"prev\">\r\n    <a href=\"http://blog.parsely.com/\" class=\"back_to_blog\">←&nbsp;&nbsp;&nbsp;read more</a>\r\n  </span>\r\n</nav>\r\n\r\n</section><!-- #main -->\r\n\r\n<script data-cfasync=\"false\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script>\r\n\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n\tfunction getKudos() {\r\n\t    var e = new Array;\r\n\t    return $(\"aside.kudo\").each(function(t) {\r\n\t        article = $(this).closest(\"article\").attr(\"id\"),\r\n\t        e.push(article)\r\n\t    }),\r\n\t    $.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t        kudosList: e,\r\n\t\t\t\t\taction:'my_special_action'\r\n\t    },\r\n\t    function(e) {\r\n\t        $.each(e,\r\n\t        function(e, t) {\r\n\t            var n = $(\"#\" + t.external_id).find(\"span.num\"),\r\n\t            r = n.text().replace(/,/g, \"\"),\r\n\t            i = t.kudos;\r\n\t            isNaN(r) && (r = 0),\r\n\t            isNaN(i) && (i = 9e6),\r\n\t            i - r >= 0 && (i = i.toString(), i = i.replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\"), n.html(i))\r\n\t        })\r\n\t    }),\r\n\t    !0\r\n\t}\r\n\tfunction setViewport() {\r\n\t    $(window).width() < 900 && $(\"html,body\").animate({\r\n\t        scrollLeft: 180\r\n\t    },\r\n\t    800)\r\n\t}\r\n\tfunction startCode() {\r\n\t    $(\"code\").addClass(\"prettyprint\"),\r\n\t    $.getScript(\"http://blog.parsely.com/wp-content/themes/svbtle/js/prettify.js\").done(function(e, t) {\r\n\t        var n = \"http://blog.parsely.com/wp-content/themes/svbtle/css/prettify.css\";\r\n\t        $.get(n,\r\n\t        function(e) {\r\n\t            $('<style type=\"text/css\"></style>').html(e).appendTo(\"head\")\r\n\t        }),\r\n\t        prettyPrint();\r\n\t    })\r\n\t} (function(e, t) {\r\n\t    var n;\r\n\t    e.rails = n = {\r\n\t        linkClickSelector: \"a[data-confirm], a[data-method], a[data-remote], a[data-disable-with]\",\r\n\t        inputChangeSelector: \"select[data-remote], input[data-remote], textarea[data-remote]\",\r\n\t        formSubmitSelector: \"form\",\r\n\t        formInputClickSelector: \"form input[type=submit], form input[type=image], form button[type=submit], form button:not(button[type])\",\r\n\t        disableSelector: \"input[data-disable-with], button[data-disable-with], textarea[data-disable-with]\",\r\n\t        enableSelector: \"input[data-disable-with]:disabled, button[data-disable-with]:disabled, textarea[data-disable-with]:disabled\",\r\n\t        requiredInputSelector: \"input[name][required]:not([disabled]),textarea[name][required]:not([disabled])\",\r\n\t        fileInputSelector: \"input:file\",\r\n\t        linkDisableSelector: \"a[data-disable-with]\",\r\n\t        CSRFProtection: function(t) {\r\n\t            var n = e('meta[name=\"csrf-token\"]').attr(\"content\");\r\n\t            n && t.setRequestHeader(\"X-CSRF-Token\", n)\r\n\t        },\r\n\t        fire: function(t, n, r) {\r\n\t            var i = e.Event(n);\r\n\t            return t.trigger(i, r),\r\n\t            i.result !== !1\r\n\t        },\r\n\t        confirm: function(e) {\r\n\t            return confirm(e)\r\n\t        },\r\n\t        ajax: function(t) {\r\n\t            return e.ajax(t)\r\n\t        },\r\n\t        href: function(e) {\r\n\t            return e.attr(\"href\")\r\n\t        },\r\n\t        handleRemote: function(r) {\r\n\t            var i,\r\n\t            s,\r\n\t            o,\r\n\t            u,\r\n\t            a,\r\n\t            f;\r\n\t            if (n.fire(r, \"ajax:before\")) {\r\n\t                u = r.data(\"cross-domain\") || null,\r\n\t                a = r.data(\"type\") || e.ajaxSettings && e.ajaxSettings.dataType;\r\n\t                if (r.is(\"form\")) {\r\n\t                    i = r.attr(\"method\"),\r\n\t                    s = r.attr(\"action\"),\r\n\t                    o = r.serializeArray();\r\n\t                    var l = r.data(\"ujs:submit-button\");\r\n\t                    l && (o.push(l), r.data(\"ujs:submit-button\", null))\r\n\t                } else r.is(n.inputChangeSelector) ? (i = r.data(\"method\"), s = r.data(\"url\"), o = r.serialize(), r.data(\"params\") && (o = o + \"&\" + r.data(\"params\"))) : (i = r.data(\"method\"), s = n.href(r), o = r.data(\"params\") || null);\r\n\t                return f = {\r\n\t                    type: i || \"GET\",\r\n\t                    data: o,\r\n\t                    dataType: a,\r\n\t                    crossDomain: u,\r\n\t                    beforeSend: function(e, i) {\r\n\t                        return i.dataType === t && e.setRequestHeader(\"accept\", \"*/*;q=0.5, \" + i.accepts.script),\r\n\t                        n.fire(r, \"ajax:beforeSend\", [e, i])\r\n\t                    },\r\n\t                    success: function(e, t, n) {\r\n\t                        r.trigger(\"ajax:success\", [e, t, n])\r\n\t                    },\r\n\t                    complete: function(e, t) {\r\n\t                        r.trigger(\"ajax:complete\", [e, t])\r\n\t                    },\r\n\t                    error: function(e, t, n) {\r\n\t                        r.trigger(\"ajax:error\", [e, t, n])\r\n\t                    }\r\n\t                },\r\n\t                s && (f.url = s),\r\n\t                n.ajax(f)\r\n\t            }\r\n\t            return ! 1\r\n\t        },\r\n\t        handleMethod: function(r) {\r\n\t            var i = n.href(r),\r\n\t            s = r.data(\"method\"),\r\n\t            o = r.attr(\"target\"),\r\n\t            u = e(\"meta[name=csrf-token]\").attr(\"content\"),\r\n\t            a = e(\"meta[name=csrf-param]\").attr(\"content\"),\r\n\t            f = e('<form method=\"post\" action=\"' + i + '\"></form>'),\r\n\t            l = '<input name=\"_method\" value=\"' + s + '\" type=\"hidden\" />';\r\n\t            a !== t && u !== t && (l += '<input name=\"' + a + '\" value=\"' + u + '\" type=\"hidden\" />'),\r\n\t            o && f.attr(\"target\", o),\r\n\t            f.hide().append(l).appendTo(\"body\"),\r\n\t            f.submit()\r\n\t        },\r\n\t        disableFormElements: function(t) {\r\n\t            t.find(n.disableSelector).each(function() {\r\n\t                var t = e(this),\r\n\t                n = t.is(\"button\") ? \"html\": \"val\";\r\n\t                t.data(\"ujs:enable-with\", t[n]()),\r\n\t                t[n](t.data(\"disable-with\")),\r\n\t                t.prop(\"disabled\", !0)\r\n\t            })\r\n\t        },\r\n\t        enableFormElements: function(t) {\r\n\t            t.find(n.enableSelector).each(function() {\r\n\t                var t = e(this),\r\n\t                n = t.is(\"button\") ? \"html\": \"val\";\r\n\t                t.data(\"ujs:enable-with\") && t[n](t.data(\"ujs:enable-with\")),\r\n\t                t.prop(\"disabled\", !1)\r\n\t            })\r\n\t        },\r\n\t        allowAction: function(e) {\r\n\t            var t = e.data(\"confirm\"),\r\n\t            r = !1,\r\n\t            i;\r\n\t            return t ? (n.fire(e, \"confirm\") && (r = n.confirm(t), i = n.fire(e, \"confirm:complete\", [r])), r && i) : !0\r\n\t        },\r\n\t        blankInputs: function(t, n, r) {\r\n\t            var i = e(),\r\n\t            s,\r\n\t            o = n || \"input,textarea\";\r\n\t            return t.find(o).each(function() {\r\n\t                s = e(this);\r\n\t                if (r ? s.val() : !s.val()) i = i.add(s)\r\n\t            }),\r\n\t            i.length ? i: !1\r\n\t        },\r\n\t        nonBlankInputs: function(e, t) {\r\n\t            return n.blankInputs(e, t, !0)\r\n\t        },\r\n\t        stopEverything: function(t) {\r\n\t            return e(t.target).trigger(\"ujs:everythingStopped\"),\r\n\t            t.stopImmediatePropagation(),\r\n\t            !1\r\n\t        },\r\n\t        callFormSubmitBindings: function(n, r) {\r\n\t            var i = n.data(\"events\"),\r\n\t            s = !0;\r\n\t            return i !== t && i.submit !== t && e.each(i.submit,\r\n\t            function(e, t) {\r\n\t                if (typeof t.handler == \"function\") return s = t.handler(r)\r\n\t            }),\r\n\t            s\r\n\t        },\r\n\t        disableElement: function(e) {\r\n\t            e.data(\"ujs:enable-with\", e.html()),\r\n\t            e.html(e.data(\"disable-with\")),\r\n\t            e.bind(\"click.railsDisable\",\r\n\t            function(e) {\r\n\t                return n.stopEverything(e)\r\n\t            })\r\n\t        },\r\n\t        enableElement: function(e) {\r\n\t            e.data(\"ujs:enable-with\") !== t && (e.html(e.data(\"ujs:enable-with\")), e.data(\"ujs:enable-with\", !1)),\r\n\t            e.unbind(\"click.railsDisable\")\r\n\t        }\r\n\t    },\r\n\t    e.ajaxPrefilter(function(e, t, r) {\r\n\t        e.crossDomain //|| n.CSRFProtection(r)\r\n\t    }),\r\n\t    e(document).delegate(n.linkDisableSelector, \"ajax:complete\",\r\n\t    function() {\r\n\t        n.enableElement(e(this))\r\n\t    }),\r\n\t    e(document).delegate(n.linkClickSelector, \"click.rails\",\r\n\t    function(r) {\r\n\t        var i = e(this),\r\n\t        s = i.data(\"method\"),\r\n\t        o = i.data(\"params\");\r\n\t        if (!n.allowAction(i)) return n.stopEverything(r);\r\n\t        i.is(n.linkDisableSelector) && n.disableElement(i);\r\n\t        if (i.data(\"remote\") !== t) return (r.metaKey || r.ctrlKey) && (!s || s === \"GET\") && !o ? !0: (n.handleRemote(i) === !1 && n.enableElement(i), !1);\r\n\t        if (i.data(\"method\")) return n.handleMethod(i),\r\n\t        !1\r\n\t    }),\r\n\t    e(document).delegate(n.inputChangeSelector, \"change.rails\",\r\n\t    function(t) {\r\n\t        var r = e(this);\r\n\t        return n.allowAction(r) ? (n.handleRemote(r), !1) : n.stopEverything(t)\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"submit.rails\",\r\n\t    function(r) {\r\n\t        var i = e(this),\r\n\t        s = i.data(\"remote\") !== t,\r\n\t        o = n.blankInputs(i, n.requiredInputSelector),\r\n\t        u = n.nonBlankInputs(i, n.fileInputSelector);\r\n\t        if (!n.allowAction(i)) return n.stopEverything(r);\r\n\t        if (o && i.attr(\"novalidate\") == t && n.fire(i, \"ajax:aborted:required\", [o])) return n.stopEverything(r);\r\n\t        if (s) return u ? n.fire(i, \"ajax:aborted:file\", [u]) : !e.support.submitBubbles && e().jquery < \"1.7\" && n.callFormSubmitBindings(i, r) === !1 ? n.stopEverything(r) : (n.handleRemote(i), !1);\r\n\t        setTimeout(function() {\r\n\t            n.disableFormElements(i)\r\n\t        },\r\n\t        13)\r\n\t    }),\r\n\t    e(document).delegate(n.formInputClickSelector, \"click.rails\",\r\n\t    function(t) {\r\n\t        var r = e(this);\r\n\t        if (!n.allowAction(r)) return n.stopEverything(t);\r\n\t        var i = r.attr(\"name\"),\r\n\t        s = i ? {\r\n\t            name: i,\r\n\t            value: r.val()\r\n\t        }: null;\r\n\t        r.closest(\"form\").data(\"ujs:submit-button\", s)\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"ajax:beforeSend.rails\",\r\n\t    function(t) {\r\n\t        this == t.target && n.disableFormElements(e(this))\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"ajax:complete.rails\",\r\n\t    function(t) {\r\n\t        this == t.target && n.enableFormElements(e(this))\r\n\t    })\r\n\t})(jQuery),\t\r\n\tfunction(e) {\r\n\t    function t() {\r\n\t        if (o.jStorage) try {\r\n\t            s = l(\"\" + o.jStorage)\r\n\t        } catch(e) {\r\n\t            o.jStorage = \"{}\"\r\n\t        } else o.jStorage = \"{}\";\r\n\t        a = o.jStorage ? (\"\" + o.jStorage).length: 0\r\n\t    }\r\n\t    function n() {\r\n\t        try {\r\n\t            o.jStorage = f(s),\r\n\t            u && (u.setAttribute(\"jStorage\", o.jStorage), u.save(\"jStorage\")),\r\n\t            a = o.jStorage ? (\"\" + o.jStorage).length: 0\r\n\t        } catch(e) {}\r\n\t    }\r\n\t    function r(e) {\r\n\t        if (!e || \"string\" != typeof e && \"number\" != typeof e) throw new TypeError(\"Key name must be string or numeric\");\r\n\t        if (\"__jstorage_meta\" == e) throw new TypeError(\"Reserved key name\");\r\n\t        return ! 0\r\n\t    }\r\n\t    function i() {\r\n\t        var e,\r\n\t        t,\r\n\t        r,\r\n\t        o = Infinity,\r\n\t        u = !1;\r\n\t        clearTimeout(h);\r\n\t        if (s.__jstorage_meta && \"object\" == typeof s.__jstorage_meta.TTL) {\r\n\t            e = +(new Date),\r\n\t            r = s.__jstorage_meta.TTL;\r\n\t            for (t in r) r.hasOwnProperty(t) && (r[t] <= e ? (delete r[t], delete s[t], u = !0) : r[t] < o && (o = r[t]));\r\n\t            Infinity != o && (h = setTimeout(i, o - e)),\r\n\t            u && n()\r\n\t        }\r\n\t    }\r\n\t    if (!e || !e.toJSON && !Object.toJSON && !window.JSON) throw Error(\"jQuery, MooTools or Prototype needs to be loaded before jStorage!\");\r\n\t    var s = {},\r\n\t    o = {\r\n\t        jStorage: \"{}\"\r\n\t    },\r\n\t    u = null,\r\n\t    a = 0,\r\n\t    f = e.toJSON || Object.toJSON || window.JSON && (JSON.encode || JSON.stringify),\r\n\t    l = e.evalJSON || window.JSON && (JSON.decode || JSON.parse) ||\r\n\t    function(e) {\r\n\t        return (\"\" + e).evalJSON()\r\n\t    },\r\n\t    c = !1,\r\n\t    h,\r\n\t    p = {\r\n\t        isXML: function(e) {\r\n\t            return (e = (e ? e.ownerDocument || e: 0).documentElement) ? \"HTML\" !== e.nodeName: !1\r\n\t        },\r\n\t        encode: function(e) {\r\n\t            if (!this.isXML(e)) return ! 1;\r\n\t            try {\r\n\t                return (new XMLSerializer).serializeToString(e)\r\n\t            } catch(t) {\r\n\t                try {\r\n\t                    return e.xml\r\n\t                } catch(n) {}\r\n\t            }\r\n\t            return ! 1\r\n\t        },\r\n\t        decode: function(e) {\r\n\t            var t = \"DOMParser\" in window && (new DOMParser).parseFromString || window.ActiveXObject &&\r\n\t            function(e) {\r\n\t                var t = new ActiveXObject(\"Microsoft.XMLDOM\");\r\n\t                return t.async = \"false\",\r\n\t                t.loadXML(e),\r\n\t                t\r\n\t            };\r\n\t            return t ? (e = t.call(\"DOMParser\" in window && new DOMParser || window, e, \"text/xml\"), this.isXML(e) ? e: !1) : !1\r\n\t        }\r\n\t    };\r\n\t    e.jStorage = {\r\n\t        version: \"0.1.7.0\",\r\n\t        set: function(e, t, i) {\r\n\t            return r(e),\r\n\t            i = i || {},\r\n\t            p.isXML(t) ? t = {\r\n\t                _is_xml: !0,\r\n\t                xml: p.encode(t)\r\n\t            }: \"function\" == typeof t ? t = null: t && \"object\" == typeof t && (t = l(f(t))),\r\n\t            s[e] = t,\r\n\t            isNaN(i.TTL) ? n() : this.setTTL(e, i.TTL),\r\n\t            t\r\n\t        },\r\n\t        get: function(e, t) {\r\n\t            return r(e),\r\n\t            e in s ? s[e] && \"object\" == typeof s[e] && s[e]._is_xml && s[e]._is_xml ? p.decode(s[e].xml) : s[e] : \"undefined\" == typeof t ? null: t\r\n\t        },\r\n\t        deleteKey: function(e) {\r\n\t            return r(e),\r\n\t            e in s ? (delete s[e], s.__jstorage_meta && \"object\" == typeof s.__jstorage_meta.TTL && e in s.__jstorage_meta.TTL && delete s.__jstorage_meta.TTL[e], n(), !0) : !1\r\n\t        },\r\n\t        setTTL: function(e, t) {\r\n\t            var o = +(new Date);\r\n\t            return r(e),\r\n\t            t = Number(t) || 0,\r\n\t            e in s ? (s.__jstorage_meta || (s.__jstorage_meta = {}), s.__jstorage_meta.TTL || (s.__jstorage_meta.TTL = {}), 0 < t ? s.__jstorage_meta.TTL[e] = o + t: delete s.__jstorage_meta.TTL[e], n(), i(), !0) : !1\r\n\t        },\r\n\t        flush: function() {\r\n\t            return s = {},\r\n\t            n(),\r\n\t            !0\r\n\t        },\r\n\t        storageObj: function() {\r\n\t            function e() {}\r\n\t            return e.prototype = s,\r\n\t            new e\r\n\t        },\r\n\t        index: function() {\r\n\t            var e = [],\r\n\t            t;\r\n\t            for (t in s) s.hasOwnProperty(t) && \"__jstorage_meta\" != t && e.push(t);\r\n\t            return e\r\n\t        },\r\n\t        storageSize: function() {\r\n\t            return a\r\n\t        },\r\n\t        currentBackend: function() {\r\n\t            return c\r\n\t        },\r\n\t        storageAvailable: function() {\r\n\t            return !! c\r\n\t        },\r\n\t        reInit: function() {\r\n\t            var e;\r\n\t            if (u && u.addBehavior) {\r\n\t                e = document.createElement(\"link\"),\r\n\t                u.parentNode.replaceChild(e, u),\r\n\t                u = e,\r\n\t                u.style.behavior = \"url(#default#userData)\",\r\n\t                document.getElementsByTagName(\"head\")[0].appendChild(u),\r\n\t                u.load(\"jStorage\"),\r\n\t                e = \"{}\";\r\n\t                try {\r\n\t                    e = u.getAttribute(\"jStorage\")\r\n\t                } catch(n) {}\r\n\t                o.jStorage = e,\r\n\t                c = \"userDataBehavior\"\r\n\t            }\r\n\t            t()\r\n\t        }\r\n\t    },\r\n\t    function() {\r\n\t        var e = !1;\r\n\t        if (\"localStorage\" in window) try {\r\n\t            window.localStorage.setItem(\"_tmptest\", \"tmpval\"),\r\n\t            e = !0,\r\n\t            window.localStorage.removeItem(\"_tmptest\")\r\n\t        } catch(n) {}\r\n\t        if (e) try {\r\n\t            window.localStorage && (o = window.localStorage, c = \"localStorage\")\r\n\t        } catch(r) {} else if (\"globalStorage\" in window) try {\r\n\t            window.globalStorage && (o = window.globalStorage[window.location.hostname], c = \"globalStorage\")\r\n\t        } catch(s) {} else {\r\n\t            if (u = document.createElement(\"link\"), !u.addBehavior) {\r\n\t                u = null;\r\n\t                return\r\n\t            }\r\n\t            u.style.behavior = \"url(#default#userData)\",\r\n\t            document.getElementsByTagName(\"head\")[0].appendChild(u),\r\n\t            u.load(\"jStorage\"),\r\n\t            e = \"{}\";\r\n\t            try {\r\n\t                e = u.getAttribute(\"jStorage\")\r\n\t            } catch(a) {}\r\n\t            o.jStorage = e,\r\n\t            c = \"userDataBehavior\"\r\n\t        }\r\n\t        t(),\r\n\t        i()\r\n\t    } ()\r\n\t} (window.$ || window.jQuery),\r\n\t$(function() {\r\n\t    function n(t) {\r\n\t        t.addClass(\"active\"),\r\n\t        t.children(\".counter\").children(\"span.txt\").html(\"Don&rsquo;t move\"),\r\n\t        t.children(\".counter\").children(\"span.num\").hide(),\r\n\t        e = setTimeout(function() {\r\n\t            clearTimeout(e),\r\n\t            s(t)\r\n\t        },\r\n\t        1e3)\r\n\t    }\r\n\t    function r(t) {\r\n\t        clearTimeout(e),\r\n\t        t.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        t.children(\".counter\").children(\"span.num\").show(),\r\n\t        t.removeClass(\"active\")\r\n\t    }\r\n\t    function i(e) {\r\n\t        var t = e.closest(\"article\").attr(\"id\");\r\n\t\t\t\t\t$.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t            article: t, action:'remove_kudos'\r\n\t        },\r\n\t        function() {\r\n\t            $.jStorage.set(t, !1)\r\n\t        });\r\n\t        var n = parseInt(e.find(\"span.num\").text().replace(/,/g, \"\")) - 1;\r\n\t        e.find(\"span.num\").text(n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\")),\r\n\t        e.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        e.children(\".counter\").children(\"span.num\").show(),\r\n\t        e.removeClass(\"complete deletable\"),\r\n\t        e.addClass(\"kudoable\")\r\n\t    }\r\n\t    function s(e) {\r\n\t        var t = e.closest(\"article\").attr(\"id\");\r\n\t        $.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t            article: t,\r\n\t\t\t\t\t\t\taction:'my_special_action',\r\n\t        },\r\n\t        function() {\r\n\t            $.jStorage.set(t, !0)\r\n\t        });\r\n\t        var n = parseInt(e.find(\"span.num\").text().replace(/,/g, \"\")) + 1;\r\n\t        e.find(\"span.num\").text(n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\")),\r\n\t        e.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        e.children(\".counter\").children(\"span.num\").show(),\r\n\t        e.addClass(\"complete\"),\r\n\t        e.removeClass(\"kudoable active\")\r\n\t    }\r\n\t    var e,\r\n\t    t;\r\n\t    getKudos(),\r\n\t    setViewport(),\r\n\t    $(\"code, pre\").length > 0 && startCode(),\r\n\t    $(\"a.kudobject\").live({\r\n\t        click: function(e) {\r\n\t            return e.preventDefault(),\r\n\t            !1\r\n\t        },\r\n\t        mouseenter: function() {\r\n\t            kudo = $(this).parent(),\r\n\t            kudo.is(\".kudoable\") && n(kudo)\r\n\t        },\r\n\t        mouseleave: function() {\r\n\t            clearTimeout(e),\r\n\t            kudo = $(this).parent(),\r\n\t            r(kudo),\r\n\t            kudo.is(\".complete\") && kudo.addClass(\"deletable\")\r\n\t        }\r\n\t    }),\r\n\t    $(\"a.kudobject\").live(\"touchstart\",\r\n\t    function(e) {\r\n\t        kudo = $(this).parent(),\r\n\t        kudo.is(\".kudoable\") && n(kudo),\r\n\t        e.preventDefault()\r\n\t    }),\r\n\t    $(\"a.kudobject\").live(\"touchend\",\r\n\t    function(t) {\r\n\t        clearTimeout(e),\r\n\t        kudo = $(this).parent(),\r\n\t        r(kudo),\r\n\t        kudo.is(\".complete\") && kudo.addClass(\"deletable\"),\r\n\t        t.preventDefault()\r\n\t    }),\r\n\t    $(\"aside.deletable a.kudobject\").live(\"click\",\r\n\t    function(e) {\r\n\t        return kudo = $(this).parent(),\r\n\t        i(kudo),\r\n\t        e.preventDefault(),\r\n\t        !1\r\n\t    }),\r\n\t    $(\"aside.deletable a.kudobject\").live(\"touchend\",\r\n\t    function(e) {\r\n\t        return kudo = $(this).parent(),\r\n\t        i(kudo),\r\n\t        e.preventDefault(),\r\n\t        !1\r\n\t    }),\r\n\t    $(\"aside.kudo\").each(function(e) {\r\n\t        var t = $(this).closest(\"article\").attr(\"id\"),\r\n\t        n = $.jStorage.get(t);\r\n\t        n && $(this).removeClass(\"kudoable\").addClass(\"complete deletable\")\r\n\t    }),\r\n\t    $(\"#svbtle_dropdown\").mouseenter(function() {\r\n\t        clearTimeout(t),\r\n\t        $(\"#dropdown\").show()\r\n\t    }).mouseleave(function() {\r\n\t        t = setTimeout(\"$('#dropdown').hide();\", 800)\r\n\t    }),\r\n\t    $(\"#svbtle_dropdown\").mouseenter(function() {\r\n\t        clearTimeout(t),\r\n\t        $(\"#dropdown\").show()\r\n\t    }).mouseleave(function() {\r\n\t        t = setTimeout(\"$('#dropdown').hide();\", 800)\r\n\t    })\r\n\t}),\t$(\"input.pane_input, textarea.pane_input\").bind(\"focus\", function() {\r\n\t\t\t    $(\"li.text_field\").removeClass(\"active\"), $(this).parent(\"li.text_field\").addClass(\"active\")\r\n\t\t\t}), $(\"input.pane_input, textarea.pane_input\").bind(\"blur\", function() {\r\n\t\t\t    $(\"li.text_field\").removeClass(\"active\"), $(\"li.text_field\").first().addClass(\"active\")\r\n\t\t\t});\r\n</script>\r\n\r\n<!-- Marketo Insightera-->\r\n<script type='text/javascript'>\r\n    window.AIConfig = {};\r\n    window.AIConfig.accountId='parsely';\r\n    var protocol = (('https:' == document.location.protocol) ? 'https:' : 'http:');\r\n    var tag = document.createElement('script');\r\n    tag.src = protocol+'//cloud4.insightera.com/gw1/djs';\r\n    tag.type = 'text/javascript';\r\n    tag.async = true;\r\n    var head = document.getElementsByTagName('head')[0] || document.documentElement;\r\n    head.insertBefore( tag, head.firstChild );\r\n</script>\r\n<!-- Marketo Insightera end -->\r\n\r\n<!-- Marketo Munchkin -->\r\n<script type=\"text/javascript\">\r\n    (function() {\r\n        var didInit = false;\r\n        function initMunchkin() {\r\n            if(didInit === false) {\r\n                didInit = true;\r\n                Munchkin.init('314-EBB-255');\r\n            }\r\n        }\r\n        var s = document.createElement('script');\r\n        s.type = 'text/javascript';\r\n        s.async = true;\r\n        s.src = '//munchkin.marketo.net/munchkin.js';\r\n        s.onreadystatechange = function() {\r\n            if (this.readyState == 'complete' || this.readyState == 'loaded') {\r\n                initMunchkin();\r\n            }\r\n        };\r\n        s.onload = initMunchkin;\r\n        document.getElementsByTagName('head')[0].appendChild(s);\r\n    })();\r\n</script>\r\n<!-- Marketo Munchkin end -->\r\n\t\t\r\n\t\t\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"blog.parsely.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/akismet/_inc/form.js?ver=3.0.3'></script>\n<link rel='stylesheet' id='embedly_font_end-css'  href='http://blog.parsely.com/wp-content/plugins/embedly/css/embedly-frontend.css?ver=4.0.1' type='text/css' media='all' />\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/comment-reply.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=2015Janaa'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=4.0.1'></script>\n\n\t<script src=\"http://stats.wp.com/e-201501.js\" type=\"text/javascript\"></script>\n\t<script type=\"text/javascript\">\n\tst_go({v:'ext',j:'1:3.2.1',blog:'71036611',post:'1539',tz:'0'});\n\tvar load_cmc = function(){linktracker_init(71036611,1539,2);};\n\tif ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);\n\telse load_cmc();\n\t</script>\t</body>\r\n</html>"
  },
  {
    "path": "tests/data/html/parsely.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7 ]><html lang=\"en-US\" class=\"no-js ie ie6 lte7 lte8 lte9\"><![endif]-->\n<!--[if IE 7 ]><html lang=\"en-US\" class=\"no-js ie ie7 lte7 lte8 lte9\"><![endif]-->\n<!--[if IE 8 ]><html lang=\"en-US\" class=\"no-js ie ie8 lte8 lte9\"><![endif]-->\n<!--[if IE 9 ]><html lang=\"en-US\" class=\"no-js ie ie9 lte9\"><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en-US\" class=\"no-js\"><!--<![endif]-->\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.5, minimum-scale=0.5\">\n        <title>The Ultimate Referral Guide to Your Audience by Parse.ly</title>\n        <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\n        <link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://blog.parsely.com/wp-content/themes/svbtle/style.css\" />\n        <link rel=\"pingback\" href=\"http://blog.parsely.com/xmlrpc.php\" />\n        <link rel=\"shortcut icon\" href=\"http://blog.parsely.com/wp-content/themes/svbtle/images/favicon.ico\" />\n        <link rel=\"stylesheet\" href=\"/wp-content/themes/svbtle/icon.css\" />\n        <!--[if lt IE 9]>\n            <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n            <![endif]-->\n        \n        <style type='text/css'>\n\t\t\t\t\t.no-break br {\n\t\t\t\t\t\tdisplay: none !important;\n\t\t\t\t\t}\n\t\t\t</style><style type='text/css'>@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext);p.ecae-button { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }</style><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Parse.ly &raquo; The Ultimate Referral Guide to Your Audience Comments Feed\" href=\"http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/feed/\" />\n<link rel='stylesheet' id='fullcalendar-css'  href='http://blog.parsely.com/wp-content/plugins/wp-calendar/css/fullcalendar.css?ver=4.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='ecae-buttonskin-none-css'  href='http://blog.parsely.com/wp-content/plugins/easy-custom-auto-excerpt/buttons/ecae-buttonskin-none.css?ver=2.1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='ecae-frontend-css-css'  href='http://blog.parsely.com/wp-content/plugins/easy-custom-auto-excerpt/assets/style-frontend.css?ver=2.1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='jetpack_css-css'  href='http://blog.parsely.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.2.1' type='text/css' media='all' />\n<!-- This site uses the Yoast Google Analytics plugin v5.1.2 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ -->\n<script type=\"text/javascript\">\n\n\tvar _gaq = _gaq || [];\n\t_gaq.push(['_setAccount', 'UA-5989141-8']);\n\t_gaq.push(['_gat._forceSSL']);\n\t_gaq.push(['_trackPageview']);\n\n\t(function () {\n\t\tvar ga = document.createElement('script');\n\t\tga.type = 'text/javascript';\n\t\tga.async = true;\n\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\tvar s = document.getElementsByTagName('script')[0];\n\t\ts.parentNode.insertBefore(ga, s);\n\t})();\n\n</script>\n<!-- / Yoast Google Analytics -->\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPCalendar = {\"ajaxUrl\":\"http:\\/\\/blog.parsely.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/wp-calendar/js/fullcalendar.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.js?ver=20140611'></script>\n<script type='text/javascript' src='http://cdn.embedly.com/widgets/platform.js?ver=4.0.1'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://blog.parsely.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://blog.parsely.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Three Truths about Social Media and Your Readers' href='http://blog.parsely.com/post/1502/three-truths-about-social-media-and-your-readers/' />\n<link rel='next' title='Mark Luckie: How Media Companies Should be Using Twitter' href='http://blog.parsely.com/post/1522/mark-luckie-how-media-companies-should-be-using-twitter/' />\n<meta name=\"generator\" content=\"WordPress 4.0.1\" />\n<link rel='canonical' href='http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/' />\n<link rel='shortlink' href='http://wp.me/p4O3RN-on' />\n<script charset=\"utf-8\" type=\"text/javascript\">var switchTo5x=true;</script><script charset=\"utf-8\" type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script><script charset=\"utf-8\" type=\"text/javascript\">stLight.options({publisher:\"73823332-efb5-41e4-b60d-6041cf06d2a3\" , doNotCopy: true, hashAddressBar: false, doNotHash: true});var st_type='wordpress3.6.1';</script><!-- BEGIN wp-parsely Plugin Version 1.7 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.7' />\n   <script type=\"application/ld+json\">\n   {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"The Ultimate Referral Guide to Your Audience\",\"url\":\"http:\\/\\/blog.parsely.com\\/post\\/1511\\/the-ultimate-referral-guide-to-your-audience\\/\",\"thumbnailUrl\":\"\",\"articleId\":\"1511\",\"dateCreated\":\"2014-11-17T18:50:55Z\",\"articleSection\":\"Analytics That Matter\",\"creator\":[\"Parse.ly\"],\"keywords\":[\"authority report\",\"facebook\",\"linkedin\",\"pinterest\",\"referrals\",\"stumbleupon\",\"twitter\"]}   </script>\n<!-- END wp-parsely Plugin Version 1.7 -->\n\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"The Ultimate Referral Guide to Your Audience\" />\n<meta property=\"og:url\" content=\"http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/\" />\n<meta property=\"og:description\" content=\"Though we hear about pageviews going up at many of the large online publishers, digital media companies still struggle to see a correlating increase in revenue. What’s the disconnect? Methods to in...\" />\n<meta property=\"article:published_time\" content=\"2014-11-17T18:50:55+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-11-17T18:50:55+00:00\" />\n<meta property=\"article:author\" content=\"http://blog.parsely.com/post/author/admin/\" />\n<meta property=\"og:site_name\" content=\"Parse.ly\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-aggregator-referrers-graph.png\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-search-referrers-graph.png\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-rss-referrers-graph.png\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-social-referrers-graph.png\" />\n<meta property=\"og:image\" content=\"http://blog.parsely.com/wp-content/uploads/2014/11/CTO-vs-Marketing.jpg\" />\n<meta name=\"twitter:site\" content=\"@jetpack\" />\n<meta name=\"twitter:image\" content=\"http://38.media.tumblr.com/tumblr_lxkd96K47p1r9jbmuo1_500.gif?w=240\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n\n        <!-- Typekit -->\n        <script type=\"text/javascript\" src=\"//use.typekit.net/zsy7rjo.js\"></script>\n        <script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\n        <script language=\"javascript\" type=\"text/javascript\">\n          jQuery(document).ready(function() {\n              jQuery('#hide_arrow').click(function() {\n                  jQuery('#responsive_hideable').slideUp();\n                  jQuery('#hide_arrow').hide();\n                  jQuery('#show_arrow').show();\n              });\n              jQuery('#show_arrow').click(function() {\n                  jQuery('#responsive_hideable').slideDown();\n                  jQuery('#show_arrow').hide();\n                  jQuery('#hide_arrow').show();\n                  console.log(\"click show\");\n              });\n          });\n          </script>\n    </head>\n    <body class=\"single single-post postid-1511 single-format-standard\">\n\n        <header id=\"sidebar\">\n            <ul id=\"drop_menu\">\n                <li><figure class=\"logo medium\">\n                        <a href=\"http://blog.parsely.com/\"><img class=\"parsely_logo\" src=\"/wp-content/themes/svbtle/images/logo-2x.png\" /></a>\n                    </figure></li>\n                <li><div id=\"show_arrow\"></div></li>\n                <li><div id=\"hide_arrow\"></div></li>\n            </ul>\n              <h3>Helping newsrooms<br />see their audience clearly</h3>\n            <div id=\"responsive_hideable\">\n                <ul id=\"user_nav\">\n                    <div class=\"textwidget description\">A blog about the intersection of digital media and analytics, from Parse.ly. We deliver fresh insights to the web's best publishers.</div>\n\n                    <li class=\"social-listing\">\n                        <a target=\"_blank\" href=\"http://Parse.ly\"><span class=\"icon-parsely\"></span></a>\n                        <a target=\"_blank\" href=\"https://blog.parsely.com/?feed=rss\"><span class=\"icon-rss\"></span></a>\n                        <a target=\"_blank\" href=\"https://twitter.com/Parsely\"><span class=\"icon-twitter\"></span></a>\n                        <a target=\"_blank\" href=\"https://github.com/parsely/\"><span class=\"icon-github\"></span></a>\n                        <a target=\"_blank\" href=\"https://www.facebook.com/parselydash\"><span class=\"icon-facebook\"></span></a>\n                        <a target=\"_blank\" href=\"https://www.linkedin.com/company/parsely-inc.\"><span class=\"icon-linkedin\"></span></a>\n                    </li>\n\n                    <hr />\n\n                    \t\t\t<div class=\"textwidget\">\r\n<p class=\"nav_title\">NOTABLE EVENTS</p>\r\n</div>\n\t\t<span class=\"hidden\">Notable Events</span>\t\t\t<div class=\"textwidget\"><hr />\r\n\r\n<p class=\"nav_title\">POST CATEGORIES</p></div>\n\t\t<div class=\"menu-categories-container\"><ul id=\"menu-categories\" class=\"menu\"><li id=\"menu-item-923\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-923\"><a href=\"http://blog.parsely.com/post/category/journalism-today/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/journalism-today/', 'Journalism Today']);\" >Journalism Today</a></li>\n<li id=\"menu-item-1033\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1033\"><a href=\"http://blog.parsely.com/post/category/analytics-that-matter/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/analytics-that-matter/', 'Analytics That Matter']);\" >Analytics That Matter</a></li>\n<li id=\"menu-item-1060\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1060\"><a href=\"http://blog.parsely.com/post/category/parse-ly-tech/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/parse-ly-tech/', 'Parse.ly Tech']);\" >Parse.ly Tech</a></li>\n<li id=\"menu-item-1061\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1061\"><a href=\"http://blog.parsely.com/post/category/tips-and-tricks-using-parse-ly/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/tips-and-tricks-using-parse-ly/', 'Tips and Tricks Using Parse.ly']);\" >Tips and Tricks Using Parse.ly</a></li>\n<li id=\"menu-item-1062\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1062\"><a href=\"http://blog.parsely.com/post/category/parse-ly-culture/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-widget-int', 'http://blog.parsely.com/post/category/parse-ly-culture/', 'Parse.ly Culture']);\" >Parse.ly Culture</a></li>\n</ul></div><form role=\"search\" method=\"get\" id=\"searchform\" class=\"searchform\" action=\"http://blog.parsely.com/\">\n\t\t\t\t<div>\n\t\t\t\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t\t\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" />\n\t\t\t\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"Search\" />\n\t\t\t\t</div>\n\t\t\t</form>                                    </ul>\n            </div>\n        </header>\n\n        <section id=\"river\" role=\"main\">\n\n            \r\n<header id=\"begin\">\r\n    <div class=\"header_row\">\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/tour/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Product Tour</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/about/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">About</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://parsely.com/authority/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Media Research</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://press.parsely.com/coverage\">Press</a></div>\r\n        <div class=\"header_inline\"><a href=\"http://www.parsely.com/trial/?utm_source=parsely-blog&utm_medium=header&utm_campaign=blog\">Try Parse.ly</a></div>\r\n    </div>\r\n</header>\r\n\r\n\n\n\n<article id=\"1511\" class=\"post\">\n\n    <h2 class=\"entry-title\">\t<a href=\"http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/\" class=\"no-link\" title=\"Permalink to The Ultimate Referral Guide to Your Audience\" rel=\"bookmark\">The Ultimate Referral Guide to Your Audience</a>\n\n</h2>\n\n        <div class=\"entry-content\">\n        <p>Though we hear about pageviews going up at many of the large online publishers, digital media companies still struggle to see a correlating increase in revenue. What’s the disconnect? Methods to increase almost any metric, including pageviews and visitors, don’t always focus on long-term benefits to the people that matter most when it comes to generating revenue: the audience.</p>\n<p>Think of metrics like the Force. Sure, they have a dark-side: user-unfriendly slideshows to increase clicks, or enlarged images for more scrolling and time engaged.</p>\n<p><img class=\"alignnone\" src=\"http://38.media.tumblr.com/tumblr_lxkd96K47p1r9jbmuo1_500.gif\" alt=\"\" width=\"500\" height=\"211\" /></p>\n<p>But you can use the “Force” of metrics for good: to understand your audience and create better experiences for them. Metrics can arm anyone in digital media, from editors to business executives with with vital information about their readers’ preferences and behaviors. When it comes to audience insights, aim to be Luke Skywalker, not Darth Vader.</p>\n<h2><b>Why Referrals Matter</b></h2>\n<p>Data allows publishers today to see where readers come from and how they found an article or story. This tells you how readers already spend their time, what they care about, and can give you a good idea of who they might be based on some <a href=\"http://www.businessinsider.com/2014-social-network-demographics-2014-11?utm_source=Parsely&amp;utm_medium=blog&amp;utm_campaign=Parsely_Content\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.businessinsider.com/2014-social-network-demographics-2014-11?utm_source=Parsely&amp;utm_medium=blog&amp;utm_campaign=Parsely_Content', 'basic demographics about the referral networks']);\" >basic demographics about the referral networks</a>.</p>\n<p>Analytics that tell you where your traffic comes from on a story by story or author by author basis will give you the clearest picture of your audience. For example, here’s the referral sources for articles written by our CTO on the Parse.ly blog next to the referral sources for articles written by our Director of Marketing:</p>\n<p><img class=\"aligncenter size-full wp-image-1512\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/CTO-vs-Marketing.jpg\" alt=\"CTO-vs-Marketing\" width=\"600\" height=\"323\" /></p>\n<p>Looking at this, we know that readers coming to our blog for articles about technology (<a href=\"http://blog.parsely.com/post/1271/storm/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/post/1271/storm/', 'Apache Storm overviews']);\" title=\"Apache Storm: The Big Reference\">Apache Storm overviews</a>, information on our open-source technology <a href=\"http://blog.parsely.com/post/1172/streamparse/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/post/1172/streamparse/', 'streamparse']);\" title=\"streamparse: Python and Apache Storm made easy with a new open source project\">streamparse</a>) tend to search for these technologies, or come from technology-based aggregation sites like Hacker News, Lobsters and tend to congregate on Twitter.</p>\n<p>Readers coming to articles written by our Director of Marketing tend to use more social networks, like LinkedIn and Facebook as well as Twitter, and are active in the content and journalism communities, as indicated by Contently and Poynter.org’s presence.</p>\n<p>We consider what people on these sites and networks want to learn or read about when we write new blog posts or create whitepapers and ebooks. We think about what kind of information we have that might be useful and interesting to someone that also reads about content marketing or regularly participates in tech conversations. It’s also a great gut-check to see if the audience we intended to reach is actually seeing our stories.</p>\n<h2><b>Referral Trends and Benchmarking Against Your Peers</b></h2>\n<p>Access to internal data allows you to focus on your own readers, but what about understanding your broader competitive set? Where are their readers coming from?</p>\n<p>Parse.ly publishes a quarterly <a href=\"http://www.parsely.com/authority?utm_source=blog&amp;utm_medium=text&amp;utm_campaign=AuthorityReport\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://www.parsely.com/authority?utm_source=blog&amp;utm_medium=text&amp;utm_campaign=AuthorityReport', 'Authority Report']);\" >Authority Report</a> that includes a summary of refferal traffic based on billions of pageviews on our network of digital publishing sites. In the most recent edition, we compared referral traffic on a year-over-year basis (Aug. 2013-Aug. 2014).</p>\n<p>Overall, the data told the story of the rise of social and the constricting of all other categories. Since search was the largest, it had the most landshare to lose, but in general, social’s rise was at the expense of all other categories.</p>\n<p><a href=\"http://www.parsely.com/authority\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://www.parsely.com/authority', '']);\" ><img class=\"aligncenter wp-image-1503\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/1-ref-cat.png\" alt=\"1-ref-cat\" width=\"600\" height=\"324\" /></a></p>\n<p><i>See the full breakdown of top twenty five referrals and how they changed when you </i><a href=\"http://www.parsely.com/authority?utm_source=blog&amp;utm_medium=text&amp;utm_campaign=AuthorityReport\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://www.parsely.com/authority?utm_source=blog&amp;utm_medium=text&amp;utm_campaign=AuthorityReport', 'subscribe to the report']);\" ><i>subscribe to the report</i></a><i>.</i></p>\n<h2><b>Social: Facebook the disruptor</b></h2>\n<p>Most of social’s gains came directly from the increase in Facebook traffic to sites.</p>\n<p><a href=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-social-referrers-graph.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/wp-content/uploads/2014/11/top-social-referrers-graph.png', '']);\" ><img class=\"aligncenter size-full wp-image-1513\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-social-referrers-graph.png\" alt=\"Top Social Networks to send referrals\" width=\"600\" height=\"400\" /></a></p>\n<p>Facebook made a huge jump, going from 12% of overall traffic referrals to over 20% (22.7% to be precise). This is similar to <a href=\"http://www.nytimes.com/2014/10/27/business/media/how-facebook-is-changing-the-way-its-users-consume-journalism.html\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.nytimes.com/2014/10/27/business/media/how-facebook-is-changing-the-way-its-users-consume-journalism.html', 'findings of other vendors']);\" >findings of other vendors</a> and has recently spurred a torrent of concern over how much influence the social giant has over readers.</p>\n<p>For instance, <a href=\"https://blog.shareaholic.com/social-media-traffic-trends-10-2014/?utm_source=Parsely&amp;utm_medium=blog&amp;utm_campaign=ParselyContent\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'https://blog.shareaholic.com/social-media-traffic-trends-10-2014/?utm_source=Parsely&amp;utm_medium=blog&amp;utm_campaign=ParselyContent', 'Shareaholic found almost exactly the same percentage increase']);\" >Shareaholic found almost exactly the same percentage increase</a> for Facebook referrals over a similar time (they tracked Sept 2013 through Sept 2014).</p>\n<p><a href=\"https://blog.shareaholic.com/social-media-traffic-trends-10-2014/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'https://blog.shareaholic.com/social-media-traffic-trends-10-2014/', '']);\"  target=\"_blank\"><img class=\"alignnone\" src=\"https://blog.shareaholic.com/wp-content/uploads/2014/10/Social-Media-Traffic-Trends-Report-October-2014-chart.png\" alt=\"\" width=\"950\" height=\"234\" /></a></p>\n<p>&nbsp;</p>\n<p>However, our network saw Twitter and Stumbleupon as the two highest referrers after Facebook. Pinterest didn’t make a mark until four, though we did see the directional changes in growth match for all three networks.</p>\n<p>Even at this scale of billions of referrers, the types of audiences that the Parse.ly network sees versus the Shareaholic network likely accounts for these differences.</p>\n<h2><b>Search: The dominator</b></h2>\n<p>Say what you will about the rise of social, search still eeks out more overall web visits. Though we did see the two come toe-to-toe <a href=\"http://marketingland.com/parse-ly-search-overtakes-social-referral-source-major-publishers-83460\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://marketingland.com/parse-ly-search-overtakes-social-referral-source-major-publishers-83460', 'back in January']);\" >back in January</a>, search has climbed back up into the dominate position.</p>\n<p><a href=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-search-referrers-graph.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/wp-content/uploads/2014/11/top-search-referrers-graph.png', '']);\" ><img class=\"aligncenter size-full wp-image-1515\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-search-referrers-graph.png\" alt=\"top-search-referrers-graph\" width=\"600\" height=\"400\" /></a></p>\n<p>Google didn’t even lose any ground to the Facebook growth &#8211; it gained almost two percentage points as a referral source to news sites.</p>\n<p>One thing to note in our data: the search traffic shown controls for the “brand search” effect. Brand search is typing a brand name i.e. “Business Insider” into Google Chrome’s browser bar or in a search field instead of typing the domain directly or clicking on a bookmark. In those cases, though the referrer tracks as “search,” but it doesn’t accurately describe the intention of the searcher; they already knew where they wanted to go.</p>\n<p>The data in the Authority Report only considers post URLs, not landing pages or homepages. This means that every view we account for came directly to an article, video or story.</p>\n<h2><strong><b>Aggregators and RSS: The displaced</b></strong></h2>\n<p><a href=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-aggregator-referrers-graph.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/wp-content/uploads/2014/11/top-aggregator-referrers-graph.png', '']);\" ><img class=\"aligncenter wp-image-1516 size-full\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-aggregator-referrers-graph.png\" alt=\"top-aggregator-referrers-graph\" width=\"600\" height=\"400\" /></a></p>\n<p>&nbsp;</p>\n<p>Our data saw almost all aggregators sites account for less of the overall referral pie for traffic. One theory why? Over the past year, digital news outlets have started to embrace more aggregation on their own sites. Huffington Post and Gawker have a strong reputation for aggregating other outlets stories; the New York Times now links out to others’ top stories <a href=\"http://www.niemanlab.org/2014/09/watching-what-happens-the-new-york-times-is-making-a-front-page-bet-on-real-time-aggregation/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.niemanlab.org/2014/09/watching-what-happens-the-new-york-times-is-making-a-front-page-bet-on-real-time-aggregation/', 'on their homepages']);\" >on their homepages</a> and <a href=\"http://www.niemanlab.org/2014/04/nyt-now-out-today-mixes-lots-of-good-mobile-centric-ideas-with-moments-of-caution/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.niemanlab.org/2014/04/nyt-now-out-today-mixes-lots-of-good-mobile-centric-ideas-with-moments-of-caution/', 'in their apps']);\" >in their apps</a>.</p>\n<p><a href=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-rss-referrers-graph.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-int', 'http://blog.parsely.com/wp-content/uploads/2014/11/top-rss-referrers-graph.png', '']);\" ><img class=\"aligncenter size-full wp-image-1514\" src=\"http://blog.parsely.com/wp-content/uploads/2014/11/top-rss-referrers-graph.png\" alt=\"top-rss-referrers-graph\" width=\"600\" height=\"400\" /></a></p>\n<p>RSS readers may have also suffered from social’s gains. <a href=\"http://gigaom.com/2013/08/26/feedly-dominating-the-post-reader-world-and-other-web-publishing-insights-from-parse-ly\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://gigaom.com/2013/08/26/feedly-dominating-the-post-reader-world-and-other-web-publishing-insights-from-parse-ly', 'Feedly, which was poised to take over the RSS game']);\" title=\"Feedly dominating the post-Reader world, and other web-publishing insights from Parse.ly\"  target=\"_blank\">Feedly, which was poised to take over the RSS game</a> after Google Reader was shuttered dipped in the past year. Mobile apps and social media feeds provide similar functionality combined with better social/mobile elements.</p>\n<h2><b>The Last Word: “OTHER”</b></h2>\n<p>Overall, this sample of sites saw a 30% increase of total external traffic, bolstered by strong social and search networks, but also ultimately aided by an increasingly larger set of long-tail sites. Does the large increase in this group point to more reliance on paid traffic distribution through networks like Outbrain, Taboola and their ilk?</p>\n<p>It certainly points to the fact that digital publishers have to be more vigilant than ever about where their audiences live online, how they’re finding the content they read and how the publishers can craft cohesive strategies across their entire organization that use data on those activities to their advantage.</p>\n<span class='st_facebook_large' st_title='The Ultimate Referral Guide to Your Audience' st_url='http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/'></span><span st_via='Parsely' st_username='Parsely' class='st_twitter_large' st_title='The Ultimate Referral Guide to Your Audience' st_url='http://blog.parsely.com/post/1511/the-ultimate-referral-guide-to-your-audience/'></span>\n<div id='jp-relatedposts' class='jp-relatedposts' >\n\t<h3 class=\"jp-relatedposts-headline\"><em>Related</em></h3>\n</div>     <p class=\"attribution_left\">Parse.ly, November 17, 2014</p>\n    </div>\n    <!-- .entry-summary -->\n    </article><!-- #post-## -->\n\n\n\n\r\n\t\t\t\t\t<div class=\"comments\">\t\t\t<div id=\"respond\" class=\"comment-respond\">\n\t\t\t\t<h3 id=\"reply-title\" class=\"comment-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/post/1511/the-ultimate-referral-guide-to-your-audience/#respond\" style=\"display:none;\">Cancel reply</a></small></h3>\n\t\t\t\t\t\t\t\t\t<form action=\"http://blog.parsely.com/wp-comments-post.php\" method=\"post\" id=\"commentform\" class=\"comment-form\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"comment-notes\">Your email address will not be published. Required fields are marked <span class=\"required\">*</span></p>\t\t\t\t\t\t\t<p class=\"comment-form-author\"><label for=\"author\">Name <span class=\"required\">*</span></label> <input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" aria-required='true' /></p>\n<p class=\"comment-form-email\"><label for=\"email\">Email <span class=\"required\">*</span></label> <input id=\"email\" name=\"email\" type=\"text\" value=\"\" size=\"30\" aria-required='true' /></p>\n<p class=\"comment-form-url\"><label for=\"url\">Website</label> <input id=\"url\" name=\"url\" type=\"text\" value=\"\" size=\"30\" /></p>\n\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"comment-form-comment\"><label for=\"comment\">Comment</label> <textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" aria-required=\"true\"></textarea></p>\t\t\t\t\t\t<p class=\"form-allowed-tags\">You may use these <abbr title=\"HyperText Markup Language\">HTML</abbr> tags and attributes:  <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></p>\t\t\t\t\t\t<p class=\"form-submit\">\n\t\t\t\t\t\t\t<input name=\"submit\" type=\"submit\" id=\"submit\" value=\"Post Comment\" />\n\t\t\t\t\t\t\t<input type='hidden' name='comment_post_ID' value='1511' id='comment_post_ID' />\n<input type='hidden' name='comment_parent' id='comment_parent' value='0' />\n\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"43ac99a6b2\" /></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_comments\" id=\"subscribe_comments\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-label\" for=\"subscribe_comments\">Notify me of follow-up comments by email.</label></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_blog\" id=\"subscribe_blog\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-blog-label\" for=\"subscribe_blog\">Notify me of new posts by email.</label></p><p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"109\"/></p>\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div><!-- #respond -->\n\t\t\t</div>\r\n<nav class=\"pagination\">\r\n  <span class=\"prev\">\r\n    <a href=\"http://blog.parsely.com/\" class=\"back_to_blog\">←&nbsp;&nbsp;&nbsp;read more</a>\r\n  </span>\r\n</nav>\r\n\r\n</section><!-- #main -->\r\n\r\n<script data-cfasync=\"false\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script>\r\n\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n\tfunction getKudos() {\r\n\t    var e = new Array;\r\n\t    return $(\"aside.kudo\").each(function(t) {\r\n\t        article = $(this).closest(\"article\").attr(\"id\"),\r\n\t        e.push(article)\r\n\t    }),\r\n\t    $.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t        kudosList: e,\r\n\t\t\t\t\taction:'my_special_action'\r\n\t    },\r\n\t    function(e) {\r\n\t        $.each(e,\r\n\t        function(e, t) {\r\n\t            var n = $(\"#\" + t.external_id).find(\"span.num\"),\r\n\t            r = n.text().replace(/,/g, \"\"),\r\n\t            i = t.kudos;\r\n\t            isNaN(r) && (r = 0),\r\n\t            isNaN(i) && (i = 9e6),\r\n\t            i - r >= 0 && (i = i.toString(), i = i.replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\"), n.html(i))\r\n\t        })\r\n\t    }),\r\n\t    !0\r\n\t}\r\n\tfunction setViewport() {\r\n\t    $(window).width() < 900 && $(\"html,body\").animate({\r\n\t        scrollLeft: 180\r\n\t    },\r\n\t    800)\r\n\t}\r\n\tfunction startCode() {\r\n\t    $(\"code\").addClass(\"prettyprint\"),\r\n\t    $.getScript(\"http://blog.parsely.com/wp-content/themes/svbtle/js/prettify.js\").done(function(e, t) {\r\n\t        var n = \"http://blog.parsely.com/wp-content/themes/svbtle/css/prettify.css\";\r\n\t        $.get(n,\r\n\t        function(e) {\r\n\t            $('<style type=\"text/css\"></style>').html(e).appendTo(\"head\")\r\n\t        }),\r\n\t        prettyPrint();\r\n\t    })\r\n\t} (function(e, t) {\r\n\t    var n;\r\n\t    e.rails = n = {\r\n\t        linkClickSelector: \"a[data-confirm], a[data-method], a[data-remote], a[data-disable-with]\",\r\n\t        inputChangeSelector: \"select[data-remote], input[data-remote], textarea[data-remote]\",\r\n\t        formSubmitSelector: \"form\",\r\n\t        formInputClickSelector: \"form input[type=submit], form input[type=image], form button[type=submit], form button:not(button[type])\",\r\n\t        disableSelector: \"input[data-disable-with], button[data-disable-with], textarea[data-disable-with]\",\r\n\t        enableSelector: \"input[data-disable-with]:disabled, button[data-disable-with]:disabled, textarea[data-disable-with]:disabled\",\r\n\t        requiredInputSelector: \"input[name][required]:not([disabled]),textarea[name][required]:not([disabled])\",\r\n\t        fileInputSelector: \"input:file\",\r\n\t        linkDisableSelector: \"a[data-disable-with]\",\r\n\t        CSRFProtection: function(t) {\r\n\t            var n = e('meta[name=\"csrf-token\"]').attr(\"content\");\r\n\t            n && t.setRequestHeader(\"X-CSRF-Token\", n)\r\n\t        },\r\n\t        fire: function(t, n, r) {\r\n\t            var i = e.Event(n);\r\n\t            return t.trigger(i, r),\r\n\t            i.result !== !1\r\n\t        },\r\n\t        confirm: function(e) {\r\n\t            return confirm(e)\r\n\t        },\r\n\t        ajax: function(t) {\r\n\t            return e.ajax(t)\r\n\t        },\r\n\t        href: function(e) {\r\n\t            return e.attr(\"href\")\r\n\t        },\r\n\t        handleRemote: function(r) {\r\n\t            var i,\r\n\t            s,\r\n\t            o,\r\n\t            u,\r\n\t            a,\r\n\t            f;\r\n\t            if (n.fire(r, \"ajax:before\")) {\r\n\t                u = r.data(\"cross-domain\") || null,\r\n\t                a = r.data(\"type\") || e.ajaxSettings && e.ajaxSettings.dataType;\r\n\t                if (r.is(\"form\")) {\r\n\t                    i = r.attr(\"method\"),\r\n\t                    s = r.attr(\"action\"),\r\n\t                    o = r.serializeArray();\r\n\t                    var l = r.data(\"ujs:submit-button\");\r\n\t                    l && (o.push(l), r.data(\"ujs:submit-button\", null))\r\n\t                } else r.is(n.inputChangeSelector) ? (i = r.data(\"method\"), s = r.data(\"url\"), o = r.serialize(), r.data(\"params\") && (o = o + \"&\" + r.data(\"params\"))) : (i = r.data(\"method\"), s = n.href(r), o = r.data(\"params\") || null);\r\n\t                return f = {\r\n\t                    type: i || \"GET\",\r\n\t                    data: o,\r\n\t                    dataType: a,\r\n\t                    crossDomain: u,\r\n\t                    beforeSend: function(e, i) {\r\n\t                        return i.dataType === t && e.setRequestHeader(\"accept\", \"*/*;q=0.5, \" + i.accepts.script),\r\n\t                        n.fire(r, \"ajax:beforeSend\", [e, i])\r\n\t                    },\r\n\t                    success: function(e, t, n) {\r\n\t                        r.trigger(\"ajax:success\", [e, t, n])\r\n\t                    },\r\n\t                    complete: function(e, t) {\r\n\t                        r.trigger(\"ajax:complete\", [e, t])\r\n\t                    },\r\n\t                    error: function(e, t, n) {\r\n\t                        r.trigger(\"ajax:error\", [e, t, n])\r\n\t                    }\r\n\t                },\r\n\t                s && (f.url = s),\r\n\t                n.ajax(f)\r\n\t            }\r\n\t            return ! 1\r\n\t        },\r\n\t        handleMethod: function(r) {\r\n\t            var i = n.href(r),\r\n\t            s = r.data(\"method\"),\r\n\t            o = r.attr(\"target\"),\r\n\t            u = e(\"meta[name=csrf-token]\").attr(\"content\"),\r\n\t            a = e(\"meta[name=csrf-param]\").attr(\"content\"),\r\n\t            f = e('<form method=\"post\" action=\"' + i + '\"></form>'),\r\n\t            l = '<input name=\"_method\" value=\"' + s + '\" type=\"hidden\" />';\r\n\t            a !== t && u !== t && (l += '<input name=\"' + a + '\" value=\"' + u + '\" type=\"hidden\" />'),\r\n\t            o && f.attr(\"target\", o),\r\n\t            f.hide().append(l).appendTo(\"body\"),\r\n\t            f.submit()\r\n\t        },\r\n\t        disableFormElements: function(t) {\r\n\t            t.find(n.disableSelector).each(function() {\r\n\t                var t = e(this),\r\n\t                n = t.is(\"button\") ? \"html\": \"val\";\r\n\t                t.data(\"ujs:enable-with\", t[n]()),\r\n\t                t[n](t.data(\"disable-with\")),\r\n\t                t.prop(\"disabled\", !0)\r\n\t            })\r\n\t        },\r\n\t        enableFormElements: function(t) {\r\n\t            t.find(n.enableSelector).each(function() {\r\n\t                var t = e(this),\r\n\t                n = t.is(\"button\") ? \"html\": \"val\";\r\n\t                t.data(\"ujs:enable-with\") && t[n](t.data(\"ujs:enable-with\")),\r\n\t                t.prop(\"disabled\", !1)\r\n\t            })\r\n\t        },\r\n\t        allowAction: function(e) {\r\n\t            var t = e.data(\"confirm\"),\r\n\t            r = !1,\r\n\t            i;\r\n\t            return t ? (n.fire(e, \"confirm\") && (r = n.confirm(t), i = n.fire(e, \"confirm:complete\", [r])), r && i) : !0\r\n\t        },\r\n\t        blankInputs: function(t, n, r) {\r\n\t            var i = e(),\r\n\t            s,\r\n\t            o = n || \"input,textarea\";\r\n\t            return t.find(o).each(function() {\r\n\t                s = e(this);\r\n\t                if (r ? s.val() : !s.val()) i = i.add(s)\r\n\t            }),\r\n\t            i.length ? i: !1\r\n\t        },\r\n\t        nonBlankInputs: function(e, t) {\r\n\t            return n.blankInputs(e, t, !0)\r\n\t        },\r\n\t        stopEverything: function(t) {\r\n\t            return e(t.target).trigger(\"ujs:everythingStopped\"),\r\n\t            t.stopImmediatePropagation(),\r\n\t            !1\r\n\t        },\r\n\t        callFormSubmitBindings: function(n, r) {\r\n\t            var i = n.data(\"events\"),\r\n\t            s = !0;\r\n\t            return i !== t && i.submit !== t && e.each(i.submit,\r\n\t            function(e, t) {\r\n\t                if (typeof t.handler == \"function\") return s = t.handler(r)\r\n\t            }),\r\n\t            s\r\n\t        },\r\n\t        disableElement: function(e) {\r\n\t            e.data(\"ujs:enable-with\", e.html()),\r\n\t            e.html(e.data(\"disable-with\")),\r\n\t            e.bind(\"click.railsDisable\",\r\n\t            function(e) {\r\n\t                return n.stopEverything(e)\r\n\t            })\r\n\t        },\r\n\t        enableElement: function(e) {\r\n\t            e.data(\"ujs:enable-with\") !== t && (e.html(e.data(\"ujs:enable-with\")), e.data(\"ujs:enable-with\", !1)),\r\n\t            e.unbind(\"click.railsDisable\")\r\n\t        }\r\n\t    },\r\n\t    e.ajaxPrefilter(function(e, t, r) {\r\n\t        e.crossDomain //|| n.CSRFProtection(r)\r\n\t    }),\r\n\t    e(document).delegate(n.linkDisableSelector, \"ajax:complete\",\r\n\t    function() {\r\n\t        n.enableElement(e(this))\r\n\t    }),\r\n\t    e(document).delegate(n.linkClickSelector, \"click.rails\",\r\n\t    function(r) {\r\n\t        var i = e(this),\r\n\t        s = i.data(\"method\"),\r\n\t        o = i.data(\"params\");\r\n\t        if (!n.allowAction(i)) return n.stopEverything(r);\r\n\t        i.is(n.linkDisableSelector) && n.disableElement(i);\r\n\t        if (i.data(\"remote\") !== t) return (r.metaKey || r.ctrlKey) && (!s || s === \"GET\") && !o ? !0: (n.handleRemote(i) === !1 && n.enableElement(i), !1);\r\n\t        if (i.data(\"method\")) return n.handleMethod(i),\r\n\t        !1\r\n\t    }),\r\n\t    e(document).delegate(n.inputChangeSelector, \"change.rails\",\r\n\t    function(t) {\r\n\t        var r = e(this);\r\n\t        return n.allowAction(r) ? (n.handleRemote(r), !1) : n.stopEverything(t)\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"submit.rails\",\r\n\t    function(r) {\r\n\t        var i = e(this),\r\n\t        s = i.data(\"remote\") !== t,\r\n\t        o = n.blankInputs(i, n.requiredInputSelector),\r\n\t        u = n.nonBlankInputs(i, n.fileInputSelector);\r\n\t        if (!n.allowAction(i)) return n.stopEverything(r);\r\n\t        if (o && i.attr(\"novalidate\") == t && n.fire(i, \"ajax:aborted:required\", [o])) return n.stopEverything(r);\r\n\t        if (s) return u ? n.fire(i, \"ajax:aborted:file\", [u]) : !e.support.submitBubbles && e().jquery < \"1.7\" && n.callFormSubmitBindings(i, r) === !1 ? n.stopEverything(r) : (n.handleRemote(i), !1);\r\n\t        setTimeout(function() {\r\n\t            n.disableFormElements(i)\r\n\t        },\r\n\t        13)\r\n\t    }),\r\n\t    e(document).delegate(n.formInputClickSelector, \"click.rails\",\r\n\t    function(t) {\r\n\t        var r = e(this);\r\n\t        if (!n.allowAction(r)) return n.stopEverything(t);\r\n\t        var i = r.attr(\"name\"),\r\n\t        s = i ? {\r\n\t            name: i,\r\n\t            value: r.val()\r\n\t        }: null;\r\n\t        r.closest(\"form\").data(\"ujs:submit-button\", s)\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"ajax:beforeSend.rails\",\r\n\t    function(t) {\r\n\t        this == t.target && n.disableFormElements(e(this))\r\n\t    }),\r\n\t    e(document).delegate(n.formSubmitSelector, \"ajax:complete.rails\",\r\n\t    function(t) {\r\n\t        this == t.target && n.enableFormElements(e(this))\r\n\t    })\r\n\t})(jQuery),\t\r\n\tfunction(e) {\r\n\t    function t() {\r\n\t        if (o.jStorage) try {\r\n\t            s = l(\"\" + o.jStorage)\r\n\t        } catch(e) {\r\n\t            o.jStorage = \"{}\"\r\n\t        } else o.jStorage = \"{}\";\r\n\t        a = o.jStorage ? (\"\" + o.jStorage).length: 0\r\n\t    }\r\n\t    function n() {\r\n\t        try {\r\n\t            o.jStorage = f(s),\r\n\t            u && (u.setAttribute(\"jStorage\", o.jStorage), u.save(\"jStorage\")),\r\n\t            a = o.jStorage ? (\"\" + o.jStorage).length: 0\r\n\t        } catch(e) {}\r\n\t    }\r\n\t    function r(e) {\r\n\t        if (!e || \"string\" != typeof e && \"number\" != typeof e) throw new TypeError(\"Key name must be string or numeric\");\r\n\t        if (\"__jstorage_meta\" == e) throw new TypeError(\"Reserved key name\");\r\n\t        return ! 0\r\n\t    }\r\n\t    function i() {\r\n\t        var e,\r\n\t        t,\r\n\t        r,\r\n\t        o = Infinity,\r\n\t        u = !1;\r\n\t        clearTimeout(h);\r\n\t        if (s.__jstorage_meta && \"object\" == typeof s.__jstorage_meta.TTL) {\r\n\t            e = +(new Date),\r\n\t            r = s.__jstorage_meta.TTL;\r\n\t            for (t in r) r.hasOwnProperty(t) && (r[t] <= e ? (delete r[t], delete s[t], u = !0) : r[t] < o && (o = r[t]));\r\n\t            Infinity != o && (h = setTimeout(i, o - e)),\r\n\t            u && n()\r\n\t        }\r\n\t    }\r\n\t    if (!e || !e.toJSON && !Object.toJSON && !window.JSON) throw Error(\"jQuery, MooTools or Prototype needs to be loaded before jStorage!\");\r\n\t    var s = {},\r\n\t    o = {\r\n\t        jStorage: \"{}\"\r\n\t    },\r\n\t    u = null,\r\n\t    a = 0,\r\n\t    f = e.toJSON || Object.toJSON || window.JSON && (JSON.encode || JSON.stringify),\r\n\t    l = e.evalJSON || window.JSON && (JSON.decode || JSON.parse) ||\r\n\t    function(e) {\r\n\t        return (\"\" + e).evalJSON()\r\n\t    },\r\n\t    c = !1,\r\n\t    h,\r\n\t    p = {\r\n\t        isXML: function(e) {\r\n\t            return (e = (e ? e.ownerDocument || e: 0).documentElement) ? \"HTML\" !== e.nodeName: !1\r\n\t        },\r\n\t        encode: function(e) {\r\n\t            if (!this.isXML(e)) return ! 1;\r\n\t            try {\r\n\t                return (new XMLSerializer).serializeToString(e)\r\n\t            } catch(t) {\r\n\t                try {\r\n\t                    return e.xml\r\n\t                } catch(n) {}\r\n\t            }\r\n\t            return ! 1\r\n\t        },\r\n\t        decode: function(e) {\r\n\t            var t = \"DOMParser\" in window && (new DOMParser).parseFromString || window.ActiveXObject &&\r\n\t            function(e) {\r\n\t                var t = new ActiveXObject(\"Microsoft.XMLDOM\");\r\n\t                return t.async = \"false\",\r\n\t                t.loadXML(e),\r\n\t                t\r\n\t            };\r\n\t            return t ? (e = t.call(\"DOMParser\" in window && new DOMParser || window, e, \"text/xml\"), this.isXML(e) ? e: !1) : !1\r\n\t        }\r\n\t    };\r\n\t    e.jStorage = {\r\n\t        version: \"0.1.7.0\",\r\n\t        set: function(e, t, i) {\r\n\t            return r(e),\r\n\t            i = i || {},\r\n\t            p.isXML(t) ? t = {\r\n\t                _is_xml: !0,\r\n\t                xml: p.encode(t)\r\n\t            }: \"function\" == typeof t ? t = null: t && \"object\" == typeof t && (t = l(f(t))),\r\n\t            s[e] = t,\r\n\t            isNaN(i.TTL) ? n() : this.setTTL(e, i.TTL),\r\n\t            t\r\n\t        },\r\n\t        get: function(e, t) {\r\n\t            return r(e),\r\n\t            e in s ? s[e] && \"object\" == typeof s[e] && s[e]._is_xml && s[e]._is_xml ? p.decode(s[e].xml) : s[e] : \"undefined\" == typeof t ? null: t\r\n\t        },\r\n\t        deleteKey: function(e) {\r\n\t            return r(e),\r\n\t            e in s ? (delete s[e], s.__jstorage_meta && \"object\" == typeof s.__jstorage_meta.TTL && e in s.__jstorage_meta.TTL && delete s.__jstorage_meta.TTL[e], n(), !0) : !1\r\n\t        },\r\n\t        setTTL: function(e, t) {\r\n\t            var o = +(new Date);\r\n\t            return r(e),\r\n\t            t = Number(t) || 0,\r\n\t            e in s ? (s.__jstorage_meta || (s.__jstorage_meta = {}), s.__jstorage_meta.TTL || (s.__jstorage_meta.TTL = {}), 0 < t ? s.__jstorage_meta.TTL[e] = o + t: delete s.__jstorage_meta.TTL[e], n(), i(), !0) : !1\r\n\t        },\r\n\t        flush: function() {\r\n\t            return s = {},\r\n\t            n(),\r\n\t            !0\r\n\t        },\r\n\t        storageObj: function() {\r\n\t            function e() {}\r\n\t            return e.prototype = s,\r\n\t            new e\r\n\t        },\r\n\t        index: function() {\r\n\t            var e = [],\r\n\t            t;\r\n\t            for (t in s) s.hasOwnProperty(t) && \"__jstorage_meta\" != t && e.push(t);\r\n\t            return e\r\n\t        },\r\n\t        storageSize: function() {\r\n\t            return a\r\n\t        },\r\n\t        currentBackend: function() {\r\n\t            return c\r\n\t        },\r\n\t        storageAvailable: function() {\r\n\t            return !! c\r\n\t        },\r\n\t        reInit: function() {\r\n\t            var e;\r\n\t            if (u && u.addBehavior) {\r\n\t                e = document.createElement(\"link\"),\r\n\t                u.parentNode.replaceChild(e, u),\r\n\t                u = e,\r\n\t                u.style.behavior = \"url(#default#userData)\",\r\n\t                document.getElementsByTagName(\"head\")[0].appendChild(u),\r\n\t                u.load(\"jStorage\"),\r\n\t                e = \"{}\";\r\n\t                try {\r\n\t                    e = u.getAttribute(\"jStorage\")\r\n\t                } catch(n) {}\r\n\t                o.jStorage = e,\r\n\t                c = \"userDataBehavior\"\r\n\t            }\r\n\t            t()\r\n\t        }\r\n\t    },\r\n\t    function() {\r\n\t        var e = !1;\r\n\t        if (\"localStorage\" in window) try {\r\n\t            window.localStorage.setItem(\"_tmptest\", \"tmpval\"),\r\n\t            e = !0,\r\n\t            window.localStorage.removeItem(\"_tmptest\")\r\n\t        } catch(n) {}\r\n\t        if (e) try {\r\n\t            window.localStorage && (o = window.localStorage, c = \"localStorage\")\r\n\t        } catch(r) {} else if (\"globalStorage\" in window) try {\r\n\t            window.globalStorage && (o = window.globalStorage[window.location.hostname], c = \"globalStorage\")\r\n\t        } catch(s) {} else {\r\n\t            if (u = document.createElement(\"link\"), !u.addBehavior) {\r\n\t                u = null;\r\n\t                return\r\n\t            }\r\n\t            u.style.behavior = \"url(#default#userData)\",\r\n\t            document.getElementsByTagName(\"head\")[0].appendChild(u),\r\n\t            u.load(\"jStorage\"),\r\n\t            e = \"{}\";\r\n\t            try {\r\n\t                e = u.getAttribute(\"jStorage\")\r\n\t            } catch(a) {}\r\n\t            o.jStorage = e,\r\n\t            c = \"userDataBehavior\"\r\n\t        }\r\n\t        t(),\r\n\t        i()\r\n\t    } ()\r\n\t} (window.$ || window.jQuery),\r\n\t$(function() {\r\n\t    function n(t) {\r\n\t        t.addClass(\"active\"),\r\n\t        t.children(\".counter\").children(\"span.txt\").html(\"Don&rsquo;t move\"),\r\n\t        t.children(\".counter\").children(\"span.num\").hide(),\r\n\t        e = setTimeout(function() {\r\n\t            clearTimeout(e),\r\n\t            s(t)\r\n\t        },\r\n\t        1e3)\r\n\t    }\r\n\t    function r(t) {\r\n\t        clearTimeout(e),\r\n\t        t.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        t.children(\".counter\").children(\"span.num\").show(),\r\n\t        t.removeClass(\"active\")\r\n\t    }\r\n\t    function i(e) {\r\n\t        var t = e.closest(\"article\").attr(\"id\");\r\n\t\t\t\t\t$.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t            article: t, action:'remove_kudos'\r\n\t        },\r\n\t        function() {\r\n\t            $.jStorage.set(t, !1)\r\n\t        });\r\n\t        var n = parseInt(e.find(\"span.num\").text().replace(/,/g, \"\")) - 1;\r\n\t        e.find(\"span.num\").text(n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\")),\r\n\t        e.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        e.children(\".counter\").children(\"span.num\").show(),\r\n\t        e.removeClass(\"complete deletable\"),\r\n\t        e.addClass(\"kudoable\")\r\n\t    }\r\n\t    function s(e) {\r\n\t        var t = e.closest(\"article\").attr(\"id\");\r\n\t        $.post(\"http://blog.parsely.com/wp-admin/admin-ajax.php\", {\r\n\t            article: t,\r\n\t\t\t\t\t\t\taction:'my_special_action',\r\n\t        },\r\n\t        function() {\r\n\t            $.jStorage.set(t, !0)\r\n\t        });\r\n\t        var n = parseInt(e.find(\"span.num\").text().replace(/,/g, \"\")) + 1;\r\n\t        e.find(\"span.num\").text(n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\")),\r\n\t        e.children(\".counter\").children(\"span.txt\").html(\"Kudos\"),\r\n\t        e.children(\".counter\").children(\"span.num\").show(),\r\n\t        e.addClass(\"complete\"),\r\n\t        e.removeClass(\"kudoable active\")\r\n\t    }\r\n\t    var e,\r\n\t    t;\r\n\t    getKudos(),\r\n\t    setViewport(),\r\n\t    $(\"code, pre\").length > 0 && startCode(),\r\n\t    $(\"a.kudobject\").live({\r\n\t        click: function(e) {\r\n\t            return e.preventDefault(),\r\n\t            !1\r\n\t        },\r\n\t        mouseenter: function() {\r\n\t            kudo = $(this).parent(),\r\n\t            kudo.is(\".kudoable\") && n(kudo)\r\n\t        },\r\n\t        mouseleave: function() {\r\n\t            clearTimeout(e),\r\n\t            kudo = $(this).parent(),\r\n\t            r(kudo),\r\n\t            kudo.is(\".complete\") && kudo.addClass(\"deletable\")\r\n\t        }\r\n\t    }),\r\n\t    $(\"a.kudobject\").live(\"touchstart\",\r\n\t    function(e) {\r\n\t        kudo = $(this).parent(),\r\n\t        kudo.is(\".kudoable\") && n(kudo),\r\n\t        e.preventDefault()\r\n\t    }),\r\n\t    $(\"a.kudobject\").live(\"touchend\",\r\n\t    function(t) {\r\n\t        clearTimeout(e),\r\n\t        kudo = $(this).parent(),\r\n\t        r(kudo),\r\n\t        kudo.is(\".complete\") && kudo.addClass(\"deletable\"),\r\n\t        t.preventDefault()\r\n\t    }),\r\n\t    $(\"aside.deletable a.kudobject\").live(\"click\",\r\n\t    function(e) {\r\n\t        return kudo = $(this).parent(),\r\n\t        i(kudo),\r\n\t        e.preventDefault(),\r\n\t        !1\r\n\t    }),\r\n\t    $(\"aside.deletable a.kudobject\").live(\"touchend\",\r\n\t    function(e) {\r\n\t        return kudo = $(this).parent(),\r\n\t        i(kudo),\r\n\t        e.preventDefault(),\r\n\t        !1\r\n\t    }),\r\n\t    $(\"aside.kudo\").each(function(e) {\r\n\t        var t = $(this).closest(\"article\").attr(\"id\"),\r\n\t        n = $.jStorage.get(t);\r\n\t        n && $(this).removeClass(\"kudoable\").addClass(\"complete deletable\")\r\n\t    }),\r\n\t    $(\"#svbtle_dropdown\").mouseenter(function() {\r\n\t        clearTimeout(t),\r\n\t        $(\"#dropdown\").show()\r\n\t    }).mouseleave(function() {\r\n\t        t = setTimeout(\"$('#dropdown').hide();\", 800)\r\n\t    }),\r\n\t    $(\"#svbtle_dropdown\").mouseenter(function() {\r\n\t        clearTimeout(t),\r\n\t        $(\"#dropdown\").show()\r\n\t    }).mouseleave(function() {\r\n\t        t = setTimeout(\"$('#dropdown').hide();\", 800)\r\n\t    })\r\n\t}),\t$(\"input.pane_input, textarea.pane_input\").bind(\"focus\", function() {\r\n\t\t\t    $(\"li.text_field\").removeClass(\"active\"), $(this).parent(\"li.text_field\").addClass(\"active\")\r\n\t\t\t}), $(\"input.pane_input, textarea.pane_input\").bind(\"blur\", function() {\r\n\t\t\t    $(\"li.text_field\").removeClass(\"active\"), $(\"li.text_field\").first().addClass(\"active\")\r\n\t\t\t});\r\n</script>\r\n\r\n<!-- Marketo Insightera-->\r\n<script type='text/javascript'>\r\n    window.AIConfig = {};\r\n    window.AIConfig.accountId='parsely';\r\n    var protocol = (('https:' == document.location.protocol) ? 'https:' : 'http:');\r\n    var tag = document.createElement('script');\r\n    tag.src = protocol+'//cloud4.insightera.com/gw1/djs';\r\n    tag.type = 'text/javascript';\r\n    tag.async = true;\r\n    var head = document.getElementsByTagName('head')[0] || document.documentElement;\r\n    head.insertBefore( tag, head.firstChild );\r\n</script>\r\n<!-- Marketo Insightera end -->\r\n\r\n<!-- Marketo Munchkin -->\r\n<script type=\"text/javascript\">\r\n    (function() {\r\n        var didInit = false;\r\n        function initMunchkin() {\r\n            if(didInit === false) {\r\n                didInit = true;\r\n                Munchkin.init('314-EBB-255');\r\n            }\r\n        }\r\n        var s = document.createElement('script');\r\n        s.type = 'text/javascript';\r\n        s.async = true;\r\n        s.src = '//munchkin.marketo.net/munchkin.js';\r\n        s.onreadystatechange = function() {\r\n            if (this.readyState == 'complete' || this.readyState == 'loaded') {\r\n                initMunchkin();\r\n            }\r\n        };\r\n        s.onload = initMunchkin;\r\n        document.getElementsByTagName('head')[0].appendChild(s);\r\n    })();\r\n</script>\r\n<!-- Marketo Munchkin end -->\r\n\t\t\r\n\t\t\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"blog.parsely.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/akismet/_inc/form.js?ver=3.0.3'></script>\n<link rel='stylesheet' id='embedly_font_end-css'  href='http://blog.parsely.com/wp-content/plugins/embedly/css/embedly-frontend.css?ver=4.0.1' type='text/css' media='all' />\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-includes/js/comment-reply.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=2015Janaa'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://blog.parsely.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=4.0.1'></script>\n\n\t<script src=\"http://stats.wp.com/e-201501.js\" type=\"text/javascript\"></script>\n\t<script type=\"text/javascript\">\n\tst_go({v:'ext',j:'1:3.2.1',blog:'71036611',post:'1511',tz:'0'});\n\tvar load_cmc = function(){linktracker_init(71036611,1511,2);};\n\tif ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);\n\telse load_cmc();\n\t</script>\t</body>\r\n</html>"
  },
  {
    "path": "tests/data/html/pe.com1.html",
    "content": "  \n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<!-- page id: article--><html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t\t<meta http-equiv=\"Content-Language\" content=\"en\" />\n\t\t<meta name=\"Keywords\" content=\"perris, police, exchange, thought, gunfire, father, times, hit, first, turned\" />\n\t\t<meta name=\"Description\" content=\"PERRIS: Woman ordered hit on father of her child, police say | perris, police, exchange, thought, gunfire, father, times, hit, first, turned\" />\n\t\t<meta name=\"publication_date\" content=\"2015-01-14\" />\n\t\t<meta name=\"content_type\" content=\"article\" />\n\t\t<meta name=\"content_title\" content=\"PERRIS: Woman ordered hit on father of her child, police say\" />\n        \n\t\t<meta property=\"og:title\" content=\"PERRIS: Woman ordered hit on father of her child, police say\"/>\n\t\t<meta property=\"og:type\" content=\"article\"/>\n\t\t<meta property=\"og:description\" content=\"PERRIS: Woman ordered hit on father of her child, police say | perris, police, exchange, thought, gunfire, father, times, hit, first, turned\"/>\n\t\t<meta property=\"og:image\" content=\"http://images.onset.freedom.com/pressenterprise/thumb/ni6w6g-judyavalos.jpg\"/>\n\t\t<meta property=\"og:url\" content=\"http://www.pe.com/articles/perris-758171-police-exchange.html\"/>\n\t\t<meta property=\"og:site_name\" content=\"Press Enterprise\"/>\n\t\t<meta name=\"content_author\" content=\"SARAH BURGE\" />\n\t\t\t\t<link rel=\"canonical\" href=\"http://www.pe.com/articles/perris-758171-police-exchange.html\" />\n\t\t<meta name=\"content_section\" content=\"news\" />\n\t\t<meta name=\"sailthru.image.full\" content=\"http://images.onset.freedom.com/pressenterprise/ni6w6g-judyavalos.jpg\" />\n\t\t<meta name=\"sailthru.image.thumb\" content=\"http://images.onset.freedom.com/pressenterprise/thumb/ni6w6g-judyavalos.jpg\" />\n\t\t<meta name=\"sailthru.tags\" content=\"news, perris, police, exchange, thought, gunfire, father, times, hit, first, turned\" />\n\t\t<meta name=\"sailthru.location\" content=\"\" />\n\t\t<meta name=\"sailthru.author\" content=\"SARAH BURGE\" />\n\t\t<meta name=\"sailthru.date\" content=\"2015-01-14 15:07:20\"/>\n\t\t<meta name=\"sailthru.title\" content=\"PERRIS: Woman ordered hit on father of her child, police say\" />\n\t\t\n\t\t<meta property=\"fb:app_id\" content=\"1413700038878423\"/>\n    \n\t\t<meta name=\"geo.placename\" content=\"Riverside\"/>\n\t\t<meta name=\"geo.region\" content=\"US-CA\"/>\n\t\t<meta name=\"ICBM\" content=\"33.948100, -117.396100\"/>\n\t\t<meta name=\"geo.position\" content=\"33.948100;-117.396100\"/>\n        \n\t\t<meta name=\"content_thumbnail\" content=\"http://images.onset.freedom.com/pressenterprise/thumb/ni6w6g-judyavalos.jpg\" />\n\t\t\n\t\t<meta name='parsely-page'\n\t\t\tcontent='{\"title\": \"PERRIS: Woman ordered hit on father of her child, police say\",\n\t\t\t\t\"link\": \"http://www.pe.com/articles/perris-758171-police-exchange.html\",\n\t\t\t\t\"image_url\": \"http://images.onset.freedom.com/pressenterprise/ni6w6g-judyavalos.jpg\",\n\t\t\t\t\"type\": \"post\",\n\t\t\t\t\"post_id\": \"758171\",\n\t\t\t\t\"pub_date\": \"2015-01-14 15:07:20\",\n\t\t\t\t\"section\": \"news\",\n\t\t\t\t\"author\": \"SARAH BURGE\",\n\t\t\t\t\"tags\": [\"perris\", \"police\", \"exchange\", \"thought\", \"gunfire\", \"father\", \"times\", \"hit\", \"first\", \"turned\"]\n\t\t\t\t}' />\n\t\t<title>PERRIS: Woman ordered hit on father of her child, police say - Press Enterprise</title>\n\t\t<link rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\" />\n\t\t<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\" />\n\t\t<link rel=\"alternate\" media=\"handheld\" href=\"\" />\n\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\" - www.pe.com\" href=\"http://www.pe.com/common/rss/rss.php?catID=24090\" />\n\t\t<!-- Begin Brightcove 3 script -->\n\n<script type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://admin.brightcove.com/js/APIModules_all.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://common.onset.freedom.com/bc3/seo/js/brightcove.js\"></script>\n<script type=\"text/javascript\">\nvar _play = \"\";\nvar _selectedVideoIdxInLineup = -1000; //This must be set to -1000 for article video advancement \nvar _videoId = \"\";\nvar _videoIDs = \"\";\nvar _isMostViewedVideo = false;\n</script>\n<!-- End Brightcove 3 script -->\n\n\t\t\t\t<!-- generated by AdTag class, ads served by DART -->\n<script type='text/javascript'>\n if(!globals){var globals = {};}\n</script>\n<script type=\"text/javascript\" src=\"/common/tools/load.php?js=common_fi_oas,common_dartads\"></script>\n<script type='text/javascript'>var freedom = new DartAds({domain: 'cnd.rgva.themonitor',taxonomy: 'news/breaking',ref: '',kw: '',seo: 'perris',seo1: 'police',seo2: 'exchange',seo3: 'thought',seo4: 'gunfire',extra: 'pt=default;aid=758171;c1=homepage;c2=breaking-news;c3=perris;c4=news-homepage;',test: '',positions: 'Top,Middle,Middle1,Middle4,x85,x88,x89,x90,x91,Top3,x47,x48,x49,x02,Middle2,x61,OCRPos1,OCRPos2,OCRPos3,OCRPos4' });\n</script>\n<script type='text/javascript'> function OAS_RICH(position) { freedom.ad(position); } </script>\n\t\t\n\t\t        \t\t<script type=\"text/javascript\" src=\"http://common.onset.freedom.com/tools/load.php?js=common_jquery-1.4.4.min,common_json2,common_jquery/jquery.jcarousel.min,common_jquery-ui-1.8.6.custom.min,common_jquery/jquery.ba-bbq.min,common_jquery/jquery.ifixpng,common_jquery/jquery.cookie,jquery.expander.min,ocr_com_nav,gallery,article,poll,jquery.fancybox.pack,parsely&amp;scode=pressenterprise&amp;v=1\">\n        </script>\n        \n        <link rel=\"stylesheet\" type=\"text/css\" href=\"http://common.onset.freedom.com/tools/load.php?css=&amp;scode=pressenterprise\"/>        <link rel=\"stylesheet\" type=\"text/css\" href=\"http://common.onset.freedom.com/tools/load.php?css=style,jquery_jcarousel,articlevideoskin,site,gstyle,common_survey,slideshow-long-caption,jquery.fancybox&scode=pressenterprise&v=2\" />\n\t\t<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,900' rel='stylesheet' type='text/css'>\n    <script type=\"text/javascript\">\n\t\t\tPageNumber=\"1\";\n\t\t</script>\n        \n        \n        <style type=\"text/css\">\n        #videoEmbedContainer ul {margin:0px!important;}\n\t\t#embedsList ul li {margin:0px!important;}\n        </style>\n<!--[if lte IE 6]>\n\n\t\t<link rel='stylesheet' media='screen' type='text/css' href='http://common.onset.freedom.com/tools/load.php?css=ie6-style&amp;scode=pressenterprise' />\n    <![endif]-->\n\n\n<!--[if lt IE 8]><style>\n    #slideImgDiv span {\n        display: inline-block;\n        height: 100%;\n    }\n    </style><![endif]-->\n<script type=\"text/javascript\" src=\"http://widget.perfectmarket.com/pressenterprise/load.js\"></script>\n  </head>\n\t<body id=\"ArticlePage\" >\n    <a id=\"topopage\"></a>\n    <!--googleoff: all-->\n\t<input type=\"hidden\" name=\"minPicNum\" id=\"minPicNum\" value=\"2\" />\n\t\t<div id=\"stats\">\n\t\t\t<script type=\"text/javascript\" src=\"http://common.onset.freedom.com/fi/analytics/cms/?scode=pressenterprise&amp;domain=www.pe.com&amp;ctype=article%7Cfree&amp;cid=758171&amp;cname=PERRIS%3A+Woman+ordered+hit+on+father+of+her+child%2C+police+say&amp;cauthor=BY+SARAH+BURGE&amp;shier=news%7Cbreaking+news&amp;ghier=news|breaking&amp;al=free&amp;us=free:not logged in\"></script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\t\t// The below JSON object will be used to set analytic tags in the gallery.\n\t\t\t\tvar analytic = { \"url\": \"http://common.onset.freedom.com/fi/analytics/cms/\",\"data\": { \"scode\": \"pressenterprise\",\"domain\": \"www.pe.com\",\"ctype\": \"article%7Cfree\",\"cid\": \"758171\",\"cname\": \"PERRIS: Woman ordered hit on father of her child, police say\",\"cauthor\": \"BY SARAH BURGE\",\"pagenum\": \"\",\"shier\": \"news|breaking news\",\"ghier\": \"news|breaking\" }};\t\t\t</script>\n\t\t</div>\n\n\t\t<div id=\"PageWrap\">\n\t\t\t<!-- Begin Header -->\n\t\t\t<!-- page id: article--><script type=\"text/javascript\" src=\"http://common.onset.freedom.com/tools/load.php?js=siteuser&scode=pressenterprise\" ></script>\t\t<div id=\"TopAd\">\n\t\t<div align=\"center\">\n      <script type='text/javascript'>freedom.iframe({position: 'Top', dcopt: 'ist'});</script>\n    </div>\n\t</div>\n\t\t<div id=\"PreHead\">\n\t\t<div id=\"PreNav\">\n\t<a href=\"/sections/login/\" class=\"\">Log in</a>\t<a href=\"/sections/subscribe/\">Subscribe Today</a>&nbsp;&nbsp;\n      <a href=\"/sections/help/\">Customer Service</a>&nbsp;&nbsp;<a href=\"http://epaper.pe.com/Olive/ODE/PressEnterprise/\">P-Edition</a>&nbsp;&nbsp;<a href=\"http://www.enterprisemedia.co/\">Advertise</a>\n\t\t\t<span class=\"fRight\">\n\t\t\t\t<a href=\"http://www.pe.com/workplaces\">Top Workplaces</a><a href=\"http://www.unidossc.com\" class=\"\">UnidosSC.com</a>\n\t\t\t</span>\n    </div>\n<script type=\"text/javascript\">\n  jQuery(document).ready(function() {\n    jQuery('#HeaderSearch a').click(function(event) {\n      event.preventDefault();\n      jQuery('#HeaderSearch .search-wrapper').toggle('slide');\n    });\n  });\n  (function() {\n    var epaperURL = 'http://epaper.pe.com/Olive/ODE/PressEnterprise/';\n    if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) {\n            epaperURL = 'http://epaper.pe.com/Olive/ODE/PressEnterprise/';\n    }\n    var l1 = document.getElementById('epaperlink1');\n    if (l1) l1.href = epaperURL;\n  }\n  )();\n</script>\n\t\t</div>\n\t<!-- pieces:1--><div id='NavAnchor'></div><div id='NavWrapper'><ul id=\"HeaderNavList\">\n<li class=\"home\"><a class=\"title\" href=\"/\">Home</a></li>\n<li class=\"news selected\"><a class=\"title\" href=\"/sections/news/\">News</a></li>\n<li class=\"sports\"><a class=\"title\" href=\"/sections/sports/\">Sports</a></li>\n<li class=\"entertainment\"><a class=\"title\" href=\"/sections/entertainment/\">Entertainment</a></li>\n<li class=\"business\"><a class=\"title\" href=\"/sections/business/\">Business</a></li>\n<li class=\"life\"><a class=\"title\" href=\"/sections/life/\">Life</a></li>\n<li class=\"opinion\"><a class=\"title\" href=\"/sections/opinion/\">Opinion</a></li>\n<li class=\"blogs\"><a class=\"title\" href=\"/sections/blogs/\">Blogs</a></li>\n<li class=\"photos\"><a class=\"title\" href=\"/sections/galleries/gallery/?category_id_list=24161\">Photos</a></li>\n<li class=\"obits\"><a class=\"title\" href=\"http://www.legacy.com/obituaries/pe/\">Obits</a></li>\n</ul><script type=\"text/javascript\">if(navLoad)navLoad();</script>\n<a class=\"register-connect\" href=\"http://connect.pe.com/\">Register Connect</a>\n<style type=\"text/css\">\n#HeaderSearch a { width: 20px; margin-top: 6px; }\n#HeaderSearch .gsc-search-button { display: none; width: 0; }\n#HeaderSearch .gsc-input { font-size: 12px; height: 10px; margin: 2px auto !important; padding: 4px; text-align: left; width: 110px; }\n</style>\n\n<div id=\"HeaderSearch\" class=\"sprite\">\n   <a href=\"\"></a>\n   <div class=\"search-wrapper\" style=\"text-align: center;\">\n   <form name=\"fisearch\" action=\"/search/\" method=\"get\">\n       <input type=\"text\" name=\"q\" value=\"\" style=\"padding: 6px 8px !important;margin: 6px auto;text-align: left;height: 10px;width: 110px;background-image: none;\"/>\n   </form>\n   </div>\n</div>\n\n</div><div style=\"clear:both;\"><!-- --></div>\n<style type=\"text/css\">#HeaderBanner {background-image: url(\"http://images.onset.freedom.com/pressenterprise/n4rjth-header.png\");}</style>\t<div id=\"HeaderBanner\" class=\"dark\">\n\t\t<a id=\"HeaderLogo\" href=\"/\"></a>\n\t\t<ul id=\"HeaderTabLinks\">\n      <li class=\"\"><a href=\"/cars/\">CARS</a></li>\n      <li class=\"\"><a href=\"/jobs/\">JOBS</a></li>\n      <li class=\"\"><a href=\"/realestate/\">HOMES</a></li>\n      <li class=\"\"><a href=\"http://ads.pe.com\">Shop</a></li>\n      <li class=\"\"><a href=\"http://classifieds.pe.com/\">Classifieds</a></li>\n    </ul>\n  </div>\n    <div id='SubNavAnchor'></div><div id='SubNavWrapper'><!--News--><div id=\"SubNav\">\n<a href=\"/sections/news/city-news/\" title=\"City News\">City News</a><a href=\"/sections/news/politics/\" title=\"Politics\">Politics</a><a href=\"/sections/news/topics/\" title=\"Topics\">Topics</a><a href=\"/sections/news/topics/environment/\" title=\"Environment\">Environment</a><a href=\"/sections/news/topics/education/\" title=\"Education\">Education</a><a href=\"/sections/news/announcements/\" title=\"Announcements\">Announcements</a><a href=\"/sections/news/traffic/\" title=\"Traffic\">Traffic</a><a href=\"/sections/galleries/gallery/?category_id_list=24165\" title=\"Photos\">Photos</a><a href=\"/sections/news/blogs/\" title=\"Blogs\">Blogs</a>\n</div>\n\t<span class=\"sprite social social-link-gplus\" style=\"margin-right:10px;\"><a href=\"https://plus.google.com/u/0/b/112247491310008794110/+pressenterprise/posts\"></a></span>\n\t<span class=\"sprite social social-link-twitter\"><a href=\"http://twitter.com/#!/pecom_news\"></a></span>\n\t<span class=\"sprite social social-link-fb\"><a href=\"http://www.facebook.com/ThePressEnterprise\"></a></span>\n</div><div class='DontMissExpanded'><ul><li><a href='/articles/water-758140-park-million.html'><div class='img-box'><img src='http://images.onset.freedom.com/pressenterprise/thumb/ni6jhn-wildrivers.jpg' width='80' height='80' alt='wave-wild-irvine-pool' /></div><span><span class='category'>News</span><h3>TEMECULA: Land for water park could fetch $2.85 million</h3></span></a></li><li><a href='/articles/shobert-758149-murrieta-chief.html'><div class='img-box'><img src='http://images.onset.freedom.com/pressenterprise/thumb/ni6nmu-b88305202z.120150114115859000gm27dv4b.10.jpg' width='80' height='80' alt='city-sandefer-left-counci' /></div><span><span class='category'>News</span><h3>MURRIETA: City bids farewell to outgoing fire chief</h3></span></a></li><li><a href='/articles/cities-758144-loan-state.html'><div class='img-box'><img src='http://images.onset.freedom.com/pressenterprise/thumb/ni6mou-jeffstone.jpg' width='80' height='80' alt='' /></div><span><span class='category'>News</span><h3>STATE SENATE: Jeff Stone raises prospect of loan to help 4 Inland cities </h3></span></a></li><li><a href='/articles/vigil-758152-crash-ruiz.html'><div class='img-box'><img src='http://images.onset.freedom.com/pressenterprise/thumb/ni6p2a-rayruiz.jpeg' width='80' height='80' alt='' /></div><span><span class='category'>News</span><h3>CORONA: Candlelight vigil set for 18-year-old killed in crash</h3></span></a></li></ul><div style='clear:both;'></div></div><script type=\"text/javascript\">\n\tinsideGallery=false;\n\t</script>\n\t\t\t<!-- End Header -->\n\n\t\t\t<div id=\"CollapseAd\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('x40')</script>\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('x61')</script>\n\t\t\t</div>\n\n                <div id=\"ContentWrap\" class=\"roundedBox\"> <!-- begin of ContentWrap -->\n                 <div id=\"ArticleContainer\" class=\"roundedBox\">\n        \t\t\t\t\n\n                            <!--starting of articleLeadContainer div-->\n                            <div id=\"articleLeadContainer\" style=\"float:left; width:610px;\">\n                                                                <div class=\"articleTitle\">\n\t\t\t\t\t\t\t\t<!--googleon: all-->\t\t\t\t\t\t\t\t<h3 class=\"category\">News</h3>\n                                    <h1 data-swiftype-index=\"true\">PERRIS: Woman ordered hit on father of her child, police say</h1>\n                                    \n                                                                                                            <div id=\"article-summary\" data-swiftype-index=\"true\"></div>\n                                                                    </div>\n\n\n                                                                <div class=\"headerBase\">\n\t\t\t\t\t\t\t<div class=\"printMenuStyle2\"><div id='socialMedia' style='padding-top: 15px; padding-bottom: 10px;'><div style=\"float:left;margin-right:5px;\"><div class=\"g-plusone\" data-annotation=\"none\"></div></div><div class=\"fb-like\" style=\"width:91px;float:left;overflow:hidden;padding-top:2px;margin-right:5px;\" data-href=\"http://www.pe.com/articles/perris-758171-police-exchange.html\" data-show-faces=\"false\" data-action=\"like\" data-share=\"true\"></div><div style=\"float: left; padding-right: 0px; padding-top: 2px;\">\n        \t\t\t\t<script src=\"http://platform.twitter.com/widgets.js\" type=\"text/javascript\"></script>\n<a href=\"http://twitter.com/share\" class=\"twitter-share-button\">Tweet</a>\n</div><div style=\"float: right; padding-top: 3px;\"><a rel=\"nofollow\" href=\"mailto:?subject=PRESSENTERPRISE:%20PERRIS%3A%20Woman%20ordered%20hit%20on%20father%20of%20her%20child%2C%20police%20say&amp;body=http%3A%2F%2Fwww.pe.com%2Farticles%2Fperris-758171-police-exchange.html\"><img src=\"/images/btn_email.gif\"></a>&#160;&#160;<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/sharethis.js#publisher=93f77c6d-5c37-4ead-83f9-6d5813aaa54a&type=website&style=rotate&amp;buttonText=SHARE\"></script></div><div style=\"clear:both;\"></div></div></div><script>(function($){\n\t\t\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\t\t\tif($('.fb_share_count_top').hasClass('fb_share_no_count')){\n\t\t\t\t\t\t\t\t\t\t$('.fb_share_count_inner').text('0');\n\t\t\t\t\t\t\t\t\t\t$('.fb_share_count_top').removeClass('fb_share_no_count');\n\t\t\t\t\t\t\t\t\t\t$('.fb_share_count_nub_top').removeClass('fb_share_no_count');\n\t        }\n\t\t\t\t\t\t\t\t\t$('.stbutton:first').attr('class', '');\n\t\t\t\t\t\t\t\t\t$('.stbuttontext:first').html('<img src=\"/images/btn_share.gif\">');\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t})(jQuery);\n\t\t\t\t\t\t  (function() {\n\t\t\t\t\t\t    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n\t\t\t\t\t\t    po.src = 'https://apis.google.com/js/platform.js';\n\t\t\t\t\t\t    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n\t\t\t\t\t\t  })();\n\t\t\t\t\t</script>                                    \n\t\t\t\t\t\t</div>\n                                                                                        </div>\n                            <!--ending of articleLeadContainer div-->\n\n\n\n\n                            <!-- Begin Right Column -->\n                                                        <div id=\"ContentRight\">\n                                <ul>\n                                    <style type=\"text/css\">\n<!--\n.advertising {\n\tcolor:#666666;\n\tfont-size:10px;\n\ttext-align:left;\n}\n-->\n</style>\n<li>\n\t\n\t<div  class=\"Section rightAdBox\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('300x90')</script>\n\t</div>\n</li>\n<style type=\"text/css\">\n<!--\n.advertising {\n\tcolor:#666666;\n\tfont-size:10px;\n\ttext-align:left;\n}\n-->\n</style>\n<li>\n\t\n\t<div  class=\"Section rightAdBox\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('OCRPos1')</script>\n\t</div>\n</li>\n<!--HubSpot Call-to-Action Code -->\n<span class=\"hs-cta-wrapper\" id=\"hs-cta-wrapper-5cd2c64b-c47b-4c72-b060-47bd57b5f034\">\n    <span class=\"hs-cta-node hs-cta-5cd2c64b-c47b-4c72-b060-47bd57b5f034\" id=\"hs-cta-5cd2c64b-c47b-4c72-b060-47bd57b5f034\">\n        <!--[if lte IE 8]><div id=\"hs-cta-ie-element\"></div><![endif]-->\n        <a href=\"http://cta-redirect.hubspot.com/cta/redirect/156288/5cd2c64b-c47b-4c72-b060-47bd57b5f034\"><img class=\"hs-cta-img\" id=\"hs-cta-img-5cd2c64b-c47b-4c72-b060-47bd57b5f034\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/156288/5cd2c64b-c47b-4c72-b060-47bd57b5f034.png\" /></a>\n    </span>\n    <script charset=\"utf-8\" src=\"https://js.hscta.net/cta/current.js\"></script>\n        <script type=\"text/javascript\">\n            hbspt.cta.load(156288, '5cd2c64b-c47b-4c72-b060-47bd57b5f034');\n        </script>\n</span>\n<!-- end HubSpot Call-to-Action Code --><li>\n<style type=\"text/css\">\n@import url(\"http://civicscience-css.s3.amazonaws.com/clients/pe.com/pe.css\");\ndiv.civicscience.ballotbox {width:300px!important}\n</style>\n\n<script type=\"text/javascript\" src=\"https://www.civicscience.com/widget/jspoll/?elt=widget1&tgt=179\"></script><div id=\"widget1\"></div>\n</li><style type=\"text/css\">\n<!--\n.advertising {\n\tcolor:#666666;\n\tfont-size:10px;\n\ttext-align:left;\n}\n-->\n</style>\n<li>\n\t\n\t<div  class=\"Section rightAdBox\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('OCRPos2')</script>\n\t</div>\n</li>\n<li>\n  <h3>Trending</h3>\n  <div class=\"trendingData\">\n    <div id=\"most_read_articles\"></div>\n    <script type=\"text/javascript\">\n        (function() {\n            var apikey = \"pe.com\",\n                secret = \"eOGVoDAbL9mMdBlNRtjarJKeljuUc8QdFlsk48xXZg0\",\n                container = \"most_read_articles\",\n                type = \"popular\",\n                limit = 5,\n                days = 1,\n                section = \"\";\n            Parsely.loadMaster(apikey, secret, container, type, limit, days, section);\n        })();\n    </script>\n  </div>\n</li><style type=\"text/css\">\ndiv.pe-directory {padding-bottom:10px;}\ndiv.pe-directory h2, div.pe-directory h3 {font-family:Geneva, sans-serif;/*text-transform:uppercase*/}\ndiv.pe-directory h2 {/*border-bottom:1px solid #000;padding-bottom:5px;*/font-size:1.6em;font-weight:bold}\ndiv.pe-directory h3 {font-size:1em}\nul.si_featured_businesses {padding-top: 0!important}\ndiv.bdirect_content {margin: 0!important}\ndiv.bdirect_content a, div.bdirect_content a:visited {color: #005689}\ndiv.bdirect_content a:hover{text-decoration:underline}\ndiv.bdirect_content li {font-size:12px;line-height:1.3em}\n.si_widget .featured_business ul.contact_info li h5 {height:auto!important}\n.si_widget .featured_business ul.contact_info li h5 a {font-size:14px}\n.si_widget .featured_business ul.contact_info li h5 a, .si_widget .featured_business ul.contact_info li h5 a:visited {color:#000}\nli.phonenumber {color:#000!important}\n</style>\n\n<li>\n  <div class=\"pe-directory\">\n    <div class=\"bdirect_content\">\n      <script type=\"text/javascript\" src=\"http://widget.local.pe.com/widget/v1.0/resource_loader.js\"></script>\n      <script type=\"text/javascript\" src=\"http://widget.local.pe.com/widget/v1.0/js/featured_business?level=3\"></script>\n      <p style=\"font-size:11px\"><a href=\"http://local.pe.com/\">Riverside Yellow Pages</a></p>\n    </div>\n  </div>\n</li>\n<style type=\"text/css\">\n<!--\n.advertising {\n\tcolor:#666666;\n\tfont-size:10px;\n\ttext-align:left;\n}\n-->\n</style>\n<li>\n\t\n\t<div  class=\"Section rightAdBox\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('OCRPos3')</script>\n\t</div>\n</li>\n<li>\n<div class=\"sidebarWidgetItem roundedBox\">\n\t<div class=\"widgetHeader\"><a href=\"http://event.pe.com\"><h3>THINGS TO DO</h3></a>\n\t</div><p>&nbsp;</p><div class=\"widgetContent\">\n<iframe height=\"405\" width=\"300\" frameborder=\"0\" marginheight=\"10\" scrolling=\"no\" src=\"http://event.pe.com/widget\"></iframe>\n<p>&nbsp;</p>\n            <div class=\"corner topLeft\"></div>\n            <div class=\"corner topRight\"></div>\n            <div class=\"corner bottomLeft\"></div>\n            <div class=\"corner bottomRight\"></div>\n        </div>    </div>\n</li>\n<style type=\"text/css\">\n<!--\n.advertising {\n\tcolor:#666666;\n\tfont-size:10px;\n\ttext-align:left;\n}\n-->\n</style>\n<li>\n\t\n\t<div  class=\"Section rightAdBox\">\n\t\t\t\t<script type=\"text/javascript\">freedom.ad('OCRPos4')</script>\n\t</div>\n</li>\n<script>\njQuery(document).ready(function() {\n  var opts = {collapseTimer: 4000};\n\n  jQuery.each(['beforeExpand', 'afterExpand', 'onCollapse'], function(i, callback) {\n    opts[callback] = function(byUser) {\n      var by, msg = '<div class=\"success\">' + callback;\n\n      if (callback == 'onCollapse') {\n        msg += ' (' + (byUser ? 'user' : 'timer') + ')';\n      }\n      msg += '</div>';\n\n      jQuery(this).parent().parent().append(msg)\n    }\n  });\n\n  jQuery('dl.expander dd').eq(0).expander();\n  jQuery('dl.expander dd').slice(1).expander(opts);\n\n\n  jQuery('ul.expander li').expander({\n    slicePoint: 50,\n    widow: 2,\n    expandSpeed: 0,\n    userCollapseText: '[^]'\n  });\n\n  jQuery('div.expander').expander();\n});\n\n</script>\n\n<div id=\"topjob-contain\">\n<script type=\"text/javascript\">\n (function() {\n   var useSSL = 'https:' == document.location.protocol;\n   var src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n   document.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n })();\n</script>\n<div class=\"newjobz\" name=\"newjob\">\n\t<div id='gpt-topjobs'>\n\t  <script type='text/javascript'>\n\t    googletag.defineSlot('/5771/cnd.rgva.themonitor/topjobs', [290, 200],'gpt-topjobs')\n\t      .addService(googletag.pubads())\n\t       .setTargeting('s1',['topjobs'])\n\t       .setTargeting('pos',['1']);\n\t    googletag.pubads().enableSyncRendering();\n\t    googletag.enableServices();googletag.display('gpt-topjobs');\n\t  </script>\n\t</div>\n</div></div>\n\n<script>\n\t////////////Randomize content on pageload\n\tfunction randomFromTo(from, to) {\n\treturn Math.floor(Math.random() * (to - from + 1) + from);\n\t}\n\t\n\tfunction displayRandomJob() {\n\tvar r = randomFromTo(1, jQuery('div.newjobz').length);\n\tjQuery('div.newjobz').hide().eq(r - 1).show();\n\t}\n\t\n\tjQuery(document).ready(function() {\n\tdisplayRandomJob();\n\tjQuery('#jobchanger').click(function() {\n\tdisplayRandomJob();\n\t});\n\t});\n</script>\n<style type=\"text/css\">\n\n/*\n\tAdForge Widget\n\tCopyright 2011, Ownlocal Inc\n\tDesign by Hunter Hastings\n<link id='adforge_styles' href='http://ownlocal-adforge-assets.s3.amazonaws.com/production/adforge.widget.css' media='screen' rel='stylesheet' type='text/css' />\n*/\n\n.adforge_widget {\n\twidth: 300px;\n\theight: auto;\n\tclear: both;\n\tfont-family: arial !important;\n\tposition:relative;\n}\n.adforge_widget_header {\n\twidth: 298px !important;\n\theight: 38px;\n\tline-height: 38px;\n\ttext-align: center;\n\tfont-size: 17px;\n\tfont-weight: bold;\n\tcolor: #777;\n\t\tborder-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;\n}\nul.adforge_widget_list { width: 300px; list-style: none; margin: 0 !important; padding: 0 !important; }\nul.adforge_widget_list li {\n\twidth: 298px !important;\n\theight: 60px;\n\tline-height: 20px;\n\t\t/* OL_LIGHTGREY_GRADIENT */\n\t\t/* background: #eeeeee url(images/ol_light_gradient_bg.png) repeat-x top; */\n\t\tbackground: #eeeeee;\n\t\tborder: 1px solid #ccc; border-top: 0;\n}\nul.adforge_widget_list li a {\n\tdisplay: block;\n\theight: 30px;\n\toverflow: hidden;\n\twidth: 278px !important;\n\tpadding: 10px;\n\tcolor: #777;\n\ttext-decoration: none;\n\tfont-size: 13px;\n}\nul.adforge_widget_list li a strong {\n\t color: #555; font-weight: bold;\n\t font-size: 15px;\n}\nul.adforge_widget_list li img {\n/*  background: url(\"http://adforge.heylocal.us/images/black_gradient.png\") repeat-x scroll center top #131313; */\n  background: #131313;\n  border: 1px solid black;\n  border-radius: 8px 8px 8px 8px;\n  box-shadow: 0 -5px 15px rgba(255, 255, 255, 0.05) inset, 0 2px 3px rgba(255, 255, 255, 0.1);\n  display: block;\n  padding: 8px;\n  position: absolute;\n  z-index: 1000;\n}\nul.adforge_widget_list li a:hover {\n\tcolor: #444;\n}\nul.adforge_widget_list li a:hover strong {\n\t color: #222;\n\t border-bottom: 1px dotted #aaa;\n}\nul.adforge_widget_list li.adforge_widget_button {\n\theight: 40px;\n\t\tborder-radius: 0 0 5px 5px;\n    -moz-border-radius: 0 0 5px 5px;\n    -webkit-border-radius: 0 0 5px 5px;\n}\nul.adforge_widget_list li.adforge_widget_button a {\n\theight: 20px;\n\ttext-align: center;\n\tfont-size: 11px;\n\tfont-weight: bold;\n\tcolor: #999;\n}\nul.adforge_widget_list li.adforge_widget_button a:hover {\n\tcolor: #666;\n}\nul.adforge_widget_list li.adforge_widget_button a img {\n\t vertical-align: middle;\n\t width: 11px;\n   height: 8px;\n\t padding-left: 2px;\n}\n\n/* Color options */\n\n.adforge_widget.gray .adforge_widget_header {\n\t/* OL_DARKGREY_HEADER */\n\t\tborder: 1px solid #bbb;\n\t\t/* background: url(images/ol_dark_header_bg.png) repeat-x center; */\n\t\tbox-shadow: inset 0 -2px 5px #e1e1e1, 0 1px 2px rgba(0,0,0,0.1); \n   -webkit-box-shadow: inset 0 -2px 3px #e1e1e1, 0 1px 2px rgba(0,0,0,0.1);\n   -moz-box-shadow: inset 0 -2px 5px #e1e1e1, 0 1px 2px rgba(0,0,0,0.1);\n\t\ttext-shadow: 0 1px 0 rgba(255,255,255,0.6);\n}\n\n\n.adforge_widget.blue .adforge_widget_header {\n\tbox-shadow: 0 !important;\n  -moz-box-shadow: 0 !important;\n  -webkit-box-shadow: 0 !important;\n\t/* OL_BLACK_GLOSS */\n\t\t/* background: #004b76 url(images/ol_blue_gloss_bg.png) repeat-x center; */\n\t\tbackground: #004b76;\n\t\tborder: 1px solid #004b76;\n\t\tcolor: #fff;\n\t\ttext-shadow: 0 1px 0 rgba(0,0,0,0.3);\n}\n.adforge_widget.blue ul.adforge_widget_list li {\n\t/* OL_LIGHTBLUE_GRADIENT */\n\t/* background: #dbe8ee url(images/ol_lightblue_gradient.png) repeat-x; */\n\tbackground: #dbe8ee repeat-x;\n\tborder: 1px solid #c5d5dc; border-top: 0;\n}\n.adforge_widget.blue ul.adforge_widget_list li a {\n\tcolor: #71858f; }\n.adforge_widget.blue ul.adforge_widget_list li a:hover {\n\tcolor: #576f7b; }\n.adforge_widget.blue ul_adforge_widget_list li a strong {\n\tcolor:  #3a4c54; }\n.adforge_widget.blue ul_adforge_widget_list li.adforge_widget_button a {\n\tcolor: #2f5b71; }\n.adforge_widget.blue ul_adforge_widget_list li.adforge_widget_button a:hover {\n\tcolor: #17394b; }\n\n.adforge_widget.black .adforge_widget_header {\n\tbox-shadow: 0 !important;\n  -moz-box-shadow: 0 !important;\n  -webkit-box-shadow: 0 !important;\n\t/* OL_BLUE_GLOSS */\n\t\t/* background: #111 url(images/ol_black_gloss_bg.png) repeat-x center; */\n\t\tbackground: #111;\n\t\tborder: 1px solid #111;\n\t\t\tcolor: #fff;\n\t\t\ttext-shadow: 0 1px 0 #111;\n}\n\n/* Clearfix\n-----------------------------------------------*/\n\n.clearfix:after {\n\tcontent: \".\";\n\tdisplay: block;\n\tclear: both;\n\tvisibility: hidden;\n\tline-height: 0;\n\theight: 0;\n}\n \n.clearfix {\n\tdisplay: inline-block;\n}\n \nhtml[xmlns] .clearfix {\n\tdisplay: block;\n}\n \n* html .clearfix {\n\theight: 1%;\n}\n@import url('http://adforge.heylocal.us/stylesheets/facebox.css');\n\n</style>\n\n<li>\n  <div id='adforge_widget'></div>\n  <script type='text/javascript' src='http://ads.pe.com/javascripts/adforge.widget.js'></script>\n  <script type='text/javascript'>\n    window.onload = adForge2.init({domain: 'ads.pe.com'});\n  </script>\n</li>\n<!--HubSpot Call-to-Action Code -->\n<span class=\"hs-cta-wrapper\" id=\"hs-cta-wrapper-a9869948-3383-4b01-9a2b-fbf303762453\">\n    <span class=\"hs-cta-node hs-cta-a9869948-3383-4b01-9a2b-fbf303762453\" id=\"hs-cta-a9869948-3383-4b01-9a2b-fbf303762453\">\n        <!--[if lte IE 8]><div id=\"hs-cta-ie-element\"></div><![endif]-->\n        <a href=\"http://cta-redirect.hubspot.com/cta/redirect/156288/a9869948-3383-4b01-9a2b-fbf303762453\"><img class=\"hs-cta-img\" id=\"hs-cta-img-a9869948-3383-4b01-9a2b-fbf303762453\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/156288/a9869948-3383-4b01-9a2b-fbf303762453.png\" /></a>\n    </span>\n    <script charset=\"utf-8\" src=\"https://js.hscta.net/cta/current.js\"></script>\n        <script type=\"text/javascript\">\n            hbspt.cta.load(156288, 'a9869948-3383-4b01-9a2b-fbf303762453');\n        </script>\n</span>\n<!-- end HubSpot Call-to-Action Code -->\n                                </ul>\n\t\t\t\t\t\t\t\t</div>\n                            <!-- End Right Column -->\n\n                            \n                            <!-- Begin Left Column -->\n                                                        <div id=\"ContentLeft\">\n                                \t\t\t\t\t                    <div id=\"ArticleHeader\">\n                                    <div id=\"articleReporter\" class=\"authorTxt\" data-swiftype-index=\"true\">\n                                                                                                                        <p>\n                                                                                \t<!--googleon: all-->\n                                        \t                                        \t<span class=\"articleByline\">BY SARAH BURGE</span>\n                                            \t\t\t\t\t\t\t\t\t\t\t<span class=\"articleSource\"> / STAFF WRITER</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n                                        </p>\t\t\n                                                                               \n                                        <!--googleoff: all-->\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"articleDate\">Published: Jan. 14, 2015 Updated:  4:49 p.m.</div>\n\t\t\t\t\t\t\t\t\t<div style=\"clear:both;\"></div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\n                                \t\t\t\t\t\t<div id=\"ArticleContentWrap\" class=\"roundedBox\">\n                                                                                        <div id=\"article-read\" class=\"ui-tabs-panel ui-corner-bottom ui-widget-content\">\n\n                                        <div class=\"theContentBlock\" data-swiftype-index=\"true\"><div class=\"articleExtras\"><!--googleon: all--><div class=\"articleImg-wrapper\" data-swiftype-index=\"true\"><div id=\"expandable\" class=\"articleImg\">\n\t\t\t \t\t                                                                <div align=\"center\">    <script type=\"text/javascript\">\ninsideGallery=true;\nvar photoLinks = '';\nvar photoLinks = {\n\tsitefullname : \"The Press Enterprise\",\n\tcleanHeadline : new Array(),\n\tcleansitefullname : \"The Press Enterprise\",\n\tbuybutton : \"1\",\n\tbuybuttonthis : new Array(),\n\tbuybuttontext : \"Buy Photo\",\n\tbuybuttonbacktext : \"Buy Photo\",\n\tbuybuttonlink : new Array(),\n\tprintbutton : \"1\",\n\tprintbuttontext : \"Print Photo\",\n\tprintbuttonlink : new Array()\n}\n\n// photoLinks object string variables\nphotoLinks.buybutton='1';\nphotoLinks.buybuttontext='Buy Photo';\nphotoLinks.buybuttonbacktext='&amp;backtext=Return%20to%20the%20Photo';\nphotoLinks.printbutton='1';\nphotoLinks.printbuttontext='Print Photo';\nphotoLinks.sitefullname='The Press Enterprise';\nphotoLinks.cleansitefullname='The Press Enterprise';\n\nslideshow.slideThumb[0]='<img id=\"img1\" src=\"http://images.onset.freedom.com/pressenterprise/thumb/ni6w6g-judyavalos.jpg\" border=\"0\" alt=\"\" />';\nslideshow.slideSrc[0]='http://images.onset.freedom.com/pressenterprise/gallery/ni6w6g-judyavalos.jpg';\nslideshow.slideWidth[0]='524';\nslideshow.slideHeight[0]='656';\nslideshow.slideAlt[0]='commit-shooting-conspirac';\nslideshow.slideTitle[0]='commit-shooting-conspirac';\nslideshow.slideLongInfo[0]='Judy Avalos, 20, was charged with conspiracy to commit murder after a shooting near Perris that injured her boyfriend.|RIVERSIDE COUNTY SHERIFF\\'S DEPT./CONTRIBUTED IMAGE';\nphotoLinks.buybuttonlink[0]=\"\"\nphotoLinks.printbuttonlink[0]='/sections/printer/photo/?id=758171&pic=1';\nphotoLinks.cleanHeadline[0]='PERRIS: Woman ordered hit on father of her child, police say';\n\n\nslideshow.maxheight=420;slideshow.maxwidth=560;</script>\n\n\n\n                                        <div id=\"galleryWraper\" class=\"\">\n                                            <div class=\"gTop\" >\n                                                <h3>PERRIS: Woman ordered hit on father of her child, police say</h3>\n                        <div class=\"soical\">\n                        \t<span class=\"close-button sprite\"></span>\n                            <div class=\"photoLinks\">\n\n                            <div class=\"photoLinksButton\"><a href=\"/sections/printer/photo/?id=758171&pic=0\" class=\"photoLink\" target=\"_blank\">Print Photo</a></div>                            </div>\n                            <div id=\"shareIcons\">\n                                <div class=\"addthis_toolbox\">\n                                    <div class=\"custom_images\">\n                                        <a class=\"addthis_button_email\"><img src=\"http://common.onset.freedom.com/images/gallery/mail-ico.jpg\" alt=\"Email This\" /></a>\n                                        <a class=\"addthis_button_facebook\"><img src=\"http://common.onset.freedom.com/images/gallery/fb-ico.jpg\" alt=\"Share to Facebook\" /></a>\n                                        <a class=\"addthis_button_twitter\"><img src=\"http://common.onset.freedom.com/images/gallery/twitter-ico.jpg\" alt=\"Share to Twitter\" /></a>\n                                        <a class=\"addthis_button_more\">Share</a>\n                                    </div>\n                                </div>\n                                <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#username=YOUR-ACCOUNT-ID\"></script>\n                            </div>\n\t\t\t\t\t\t\t<div id=\"PinButton\">\n                                <img src=\"/common/images/pin-favicon.png\"/>\n                                <a href=\"javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})()); \" >Pin It</a>\n                            </div>\n            <a href=\"/sections/galleries/\" target=\"_blank\" class=\"viewAll\">More Galleries</a>                        </div>\n\n\n                                        <div class=\"actions\"><div id=\"Play\" class=\"galleryLink\"></div><div id=\"Pause\" class=\"galleryLink pause\" style=\"display:none;\"></div></div>\n                                    </div>\n                                    <!--/gTop -->\n                                    <div class=\"gContent\">\n                                        <div id=\"img\">\n                                        \t<div id=\"galleryAds\" style=\"display:none;\">\n                                                 <div class=\"advertising\">ADVERTISEMENT</div>\n<script type=\"text/javascript\">\nfreedom.iframe({\n                            position: 'Middle4'\n})\n</script>\n                                            </div>\n                    <div class=\"expand-canvas\"><span class=\"expand sprite\"></span></div>\n                                            <div id=\"slideContainerDiv\">\n\t                                            \n                                                <div id=\"slideImgDiv\">\n                                                    <img src=\"http://images.onset.freedom.com/pressenterprise/gallery/ni6w6g-judyavalos.jpg\" alt=\"commit-shooting-conspirac\" title=\"commit-shooting-conspirac\" width=\"524\" height=\"656\" class=\"galleryLink\" id=\"fullImage\" />\n                                                </div>\n                                            </div>\n<div id=\"Next\" class=\"galleryLink sprite\"><a href=\"?pic=1\" onclick=\"return false;\" title=\"Next Photo\">&nbsp;</a></div><div id=\"Prev\" class=\"galleryLink sprite\"><a href=\"?pic=1\" onclick=\"return false;\" title=\"Previous Photo\">&nbsp;</a></div>\n                                        <div id=\"otherImages\">\n                                            <div class=\"closeOther\"></div>\n                                            <div id=\"otherThumbs\">\n                                            </div><!--/otherThumbs -->\n                                            <div id=\"hiddenresult\"></div>\n                                            <div id=\"pagination\"></div>\n                                        </div><!--/otherImage -->\n                                    </div><!--/img -->\n                                                                    </div>\n                                <!--/gContent -->\n                                <div class=\"gBottom\">\n                                    <script type=\"text/javascript\">slideshow.showThumbNails();</script>\n\t\t\t\t\t\t\t\t\t                                    <div id=\"slideInfoDiv\" data-swiftype-index=\"true\">\n                                        <div class=\"cutline\">Judy Avalos, 20, was charged with conspiracy to commit murder after a shooting near Perris that injured her boyfriend.</div>\n                                        <div class=\"credit\">RIVERSIDE COUNTY SHERIFF'S DEPT./CONTRIBUTED IMAGE</div>\n                                    </div>\n                                    <div class=\"articleTabLink\"><a href=\"/articles/perris-758171-police-exchange.html\">Related article &raquo; </a></div>\n            \n                                </div>\n                                <!--/gBottom -->\n                            </div>\n                            <!--/galleryWraper -->\n\n                            <div class=\"viewAllGalleries\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\n\n</div></div></div><!--googleoff: all-->\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\tjQuery('.articleImg-wrapper').height(jQuery('.articleImg').outerHeight(true));\n\t                jQuery('.expand-canvas').click(function() {\n\t\t\t\t\t\tjQuery('#expandable').addClass('expanded');\n\t\t\t\t\t});\n\t\t\t\t\tjQuery('.close-button').click(function() {\n\t\t\t\t\t\tjQuery('#expandable').removeClass('expanded');\n\t\t\t\t\t});\n\t\t\t\t\n\t\t\t\t</script></div><!-- end articleExtras --><!--googleon: all--><p>After a man was shot four times in an exchange of gunfire near Perris, police at first thought it might have been a drug deal gone wrong.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>But their focus quickly turned to the 20-year-old mother of the man’s child. She is now accused of orchestrating an attempt to kill him. The man survived his injuries.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Judy Avalos, of Perris, was arrested at the hospital where she was visiting her injured boyfriend the day after the Dec. 30 shooting. She has pleaded not guilty to conspiracy to commit murder and is being held in lieu of $1 million bail.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Neither the gunman, nor a man believed to have accompanied him, have been identified, Lt. David Lelevier said. The gunman’s compensation for the shooting appears to have been not a cash payment but a romantic relationship with Avalos, he said.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Defense attorney Nic Cocis said Avalos did not seek to have her boyfriend killed. Avalos believed he was going to be beaten up, not shot, Cocis said.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>The shooting was reported to the Riverside County Sheriff’s Department about 9:30 p.m. in the 23300 block of Edmond Street in the unincorporated area known as Good Hope.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Avalos told investigators that she and her 24-year-old boyfriend had gone to Bakersfield together to retrieve a Jeep and she followed him back to Riverside County in her pickup, search warrant documents say. The boyfriend waited outside in the Jeep while Avalos went into her mother’s house to pick up their 4-year-old daughter. Avalos said she had been inside about 10 minutes when she heard a hail of gunfire and dropped to the floor.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>After the gunfire stopped, Avalos said she went outside to find her boyfriend, with four gunshot wounds, walking up the driveway and holding a gun, Investigator Robert Cornett wrote in search warrant documents.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Deputies later discovered a car, which had been reported stolen, abandoned a few blocks away. It was riddled with bullet holes.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>The boyfriend told investigators that the shooter and another man were in a white car that pulled up next to him while he was parked on Edmond Street, search warrant documents say. He said the car had driven past him, stopped for a few minutes at the dead end of the street, then pulled up next to him with a window down.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>The men in the car told him they were lost and asked for directions to Highway 74. A minute or two later, he said, one of the men pulled a gun and started shooting at him. He said he grabbed the gun under his seat and fired back at them as the car drove off, search warrant documents say.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>“(He) went on to say that Avalos had a strange conversation with him a few days prior,” Cornett wrote. “He said she called him up and asked him if he had been shot at.”<!--googleoff: all--></p><!--googleon: all-->\r\n<p>When investigators questioned Avalos about the conversation, she said she had had a dream about it, adding that “when she has a dream about things, they come true,” Cornett wrote.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>She denied having anything to do with the shooting and let deputies download data from her cell phone.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>Investigators said they found several suspicious texts, written in Spanish, that had been deleted from the phone. Avalos wrote to someone saying she wanted them to take out only her boyfriend and that it had to be tonight – Dec. 30, search warrant papers say.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>She wrote that he would be in a Jeep parked in front of her mother’s house and the person replied that he was set with two people for tonight. At 9:24 p.m., Avalos texted to say they were there. The other person replied, telling Avalos to delete the text messages before “they do their job,” Cornett wrote.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>After she was arrested, Avalos told investigators her boyfriend had been mistreating her and not letting her leave the house to go out with her friends, Cornett wrote. Avalos said he would point a gun at her and tell her he was going to kill her, but that she had never reported it to police, search warrant papers say.<!--googleoff: all--></p><!--googleon: all-->\r\n<p>“She said they had been arguing all week and she was just ‘mad’ at him,” Cornett wrote. “She said she was wrong for what she did but did not know any other way to get out of the relationship.”<!--googleoff: all--></p><!--googleon: all--><!--googleoff: all--><br /></div><div id=\"pagination\"> <ul></u></div>\t\t\t\t\t\t\t\t<div id=\"articleAttachment\" data-swiftype-index=\"true\">\n                                                                    </div>\n                                                \t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div id=\"article-read-footer\">\n\t\t\t\t<div class=\"article-page-links\"></div>\n                                                                    \n<div id=\"morenewsrecommender\" class=\"roundedBoxBorder midPadding\">\n    <a href='/common/archives/?catID=24090'><h3>More from Breaking News</h3></a>\n<ul>\n<li class=\"articlelist newstogram\">\n\t<div class=\"img-box\">\n\t\t\n\t</div>\n\t<div>\n\t\t<h4><a href=\"/articles/school-758173-fontana-threat.html\">FONTANA: Fontana High search fails to find explosives (UPDATE 2)</a></h4>\n\t\t\n\t</div>\n</li>\n<li class=\"articlelist newstogram\">\n\t<div class=\"img-box\">\n\t\t<img src=\"http://images.onset.freedom.com/pressenterprise/thumb/s-defaultcrime.jpg\" width=\"80\" height=\"60\" alt=\"\" />\n\t</div>\n\t<div>\n\t\t<h4><a href=\"/articles/police-758189-employees-murrieta.html\">MURRIETA: Taco Bell robbed at gunpoint</a></h4>\n\t\t\n\t</div>\n</li>\n<li class=\"articlelist newstogram\">\n\t<div class=\"img-box\">\n\t\t<img src=\"http://images.onset.freedom.com/pressenterprise/thumb/s-defaultlawenforcement.jpg\" width=\"80\" height=\"60\" alt=\"\" />\n\t</div>\n\t<div>\n\t\t<h4><a href=\"/articles/big-758183-bear-chase.html\">HWY. 330: Tenant dispute prompts mountain highway chase, arrest</a></h4>\n\t\t\n\t</div>\n</li>\n\n</ul>\n</div>\n\n\n<div class=\"printMenuStyle2\"><a rel=\"nofollow\" href=\"#article-comments\">COMMENTS</a> | <a rel=\"nofollow\" href=\"/common/printer/view.php?db=pressenterprise&amp;id=758171\" target=\"_blank\">PRINT</a> | <a rel=\"nofollow\" href=\"mailto:?subject=PRESSENTERPRISE:%20PERRIS%3A%20Woman%20ordered%20hit%20on%20father%20of%20her%20child%2C%20police%20say&amp;body=http%3A%2F%2Fwww.pe.com%2Farticles%2Fperris-758171-police-exchange.html\">EMAIL</a> | &#160;&#160;<script language=\"javascript\" type=\"text/javascript\">SHARETHIS.addEntry({title:'PERRIS: Woman ordered hit on father of her child, police say',summary:'After a man was shot four times in an exchange of gunfire near Perris, police at first thought it might have been a drug deal gone wrong.',icon: 'http://images.onset.freedom.com/pressenterprise/thumb/ni6w6g-judyavalos.jpg'}, {button:true} );</script></div>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div id=\"recommender\"></div>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t\t\tvar drJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://\");\n\t\t\t\t\t\t\t\tdocument.write(unescape(\"%3Cscript src='\" + drJsHost + \"static.newstogram.com/rmv2/js/recommenderv2-h2.js' type='text/javascript'%3E%3C/script%3E\"));\n\t\t\t\t\t\t\t</script>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t\t   try{\n\t\t\t\t\t\t\t\t\tvar _recommender = new _rec({\n\t\t\t\t\t                   apiKey: '07b3a7dd790c85722dd6442c1e256f63',\n\t\t\t\t\t                   cssUrl: 'http://static.newstogram.com/rmv2/css/recommender_styles-h.css',\n\t\t\t\t\t                   title: 'Recommended for You',\n\t\t\t\t\t                   limit: '4',\n\t\t\t\t\t                   width: '590',\n\t\t\t\t\t                   height: '275',\n\t\t\t\t\t                   truncate: '48',\n\t\t\t\t\t                   adside: 'left',\n\t\t\t\t\t                   section: '0000'\n\t\t\t\t\t\t           });\n\t\t\t\t\t\t           _recommender.renderPersonalized();\n\t\t\t\t\t\t\t   } catch(err) {};\n\t\t\t\t\t\t\t</script>\n                                        <div class=\"marginLarge\"></div>\n<div id=\"circularhub_module_1583\"></div><script src=\"//api.circularhub.com/1583/933a3e1010bd5ab2/circularhub_module.js\"></script>\n\n\t\t\t\t\t\t\t<div id=\"article-comments\">\n\t\t\t\t\t\t\t\t<div id=\"slComments\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"commentsHeader\">Join the conversation</h3>\n\t\t\t\t\t\t\t\t\t<p class=\"policy\">Comments are encouraged, but you must follow our <a target=\"_blank\" rel=\"nofollow\" href=\"http://www.freedom.com/eula.html\">User Agreement</a></p>\n\t\t\t\t\t\t\t\t\t<p>Keep it civil and stay on topic. No profanity, vulgarity, racial slurs or personal attacks. People who harass others or joke about tragedies will be blocked. By posting your comment, you agree to allow Freedom Communications, Inc. the right to republish your name and comment in additional Freedom publications without any notification or payment.</p>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n                                                        <div id=\"fb-root\"></div>\r\n<script>\r\n  window.fbAsyncInit = function() {\r\n    FB.init({\r\n      appId      : '1413700038878423', // App ID\r\n      status     : true, // check login status\r\n      cookie     : true, // enable cookies to allow the server to access the session\r\n      oauth      : true, // enable OAuth 2.0\r\n      xfbml      : true  // parse XFBML\r\n    });\r\n   \r\n    // Additional initialization code here\r\n  };\r\n\r\n  // Load the SDK Asynchronously\r\n  (function(d){\r\n     var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}\r\n     js = d.createElement('script'); js.id = id; js.async = true;\r\n     js.src = \"http://connect.facebook.net/en_US/all.js\";\r\n     d.getElementsByTagName('head')[0].appendChild(js);\r\n   }(document));\r\n</script>\r\n\r\n  <style>\r\n#fbComments{\r\n    text-align:center;\r\n    width:600px;\r\n    padding-left:0px;\r\n  }\r\n  </style>\r\n\r\n    <div class=\"fb-comments\" data-href=\"http://www.pe.com/articles/perris-758171-police-exchange.html\" data-num-posts=\"5\" data-width=\"600\"></div>\r\n\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<!-- Begin Footer -->\n\t\t\t\t\n\t\t\t\t<div id=\"BotAd\">\n\t<script type='text/javascript'>freedom.iframe({position: 'Top3'});</script>\n</div>\n<div id=\"ContentFooter\" class=\"roundedBox\">\n\t<div id=\"footerTopLinks\">\n\t\t<span><a href=\"#\">Return to Top</a></span>\n\t\t<ul id=\"footerTopLinksList\"><!-- inc -->\n\t\t\t<li class=\"home\"><a class=\"title\" href=\"/\">Home</a></li>\n\t\t\t<li class=\"news\"><a class=\"title\" href=\"/sections/news/\">News</a></li>\n\t\t\t<li class=\"news\"><a class=\"title\" href=\"/sections/news/city-news/\">Cities</a></li>\n\t\t\t<li class=\"sports\"><a class=\"title\" href=\"/sections/sports/\">Sports</a></li>\n\t\t\t<li class=\"entertainment\"><a class=\"title\" href=\"/sections/entertainment/\">Entertainment</a></li>\n\t\t\t<li class=\"business\"><a class=\"title\" href=\"/sections/business/\">Business</a></li>\n\t\t\t<li class=\"life\"><a class=\"title\" href=\"/sections/life/\">Life</a></li>\n\t\t\t<li class=\"opinion\"><a class=\"title\" href=\"/sections/opinion/\">Opinion</a></li>\n\t\t\t<li class=\"business\"><a class=\"title\" href=\"/sections/blogs/\">Blogs</a></li>\n\t\t\t<li class=\"travel\"><a class=\"title\" href=\"/sections/galleries/gallery/?category_id_list=24161\">Photos</a></li>\n      <li class=\"life\"><a class=\"title\" href=\"http://www.legacy.com/obituaries/pe/\">Obituaries</a></li>\n      <li class=\"weather\"><a class=\"title\" href=\"http://weather.pe.com/\">Weather</a></li>\n\t\t\t<li><a href=\"/sections/realestate/\">Real Estate</a></li>\n\t\t\t<li><a href=\"/sections/jobs/\">Jobs</a></li>\n\t\t\t<li><a href=\"/sections/cars/\">Cars</a></li>\n\t\t\t<!-- <li><a href=\"/deals\">Deals</a></li> -->\n\t\t\t<li><a href=\"http://classifieds.pe.com/\">Classifieds</a></li>\n\t\t</ul><script type=\"text/javascript\">if(navLoad)navLoad();</script>\n\t</div>\n  <div id=\"footerBottom\">\n\t\t<a href=\"/\" class=\"footerFlag\"></a>\n\t\t<div id=\"footerCopyright\">\n      Copyright &#169; <script type=\"text/javascript\"> tDate=new Date(); update=tDate.getFullYear(); document.write(update); </script> The Press-Enterprise. All Rights Reserved.\n\t\t\n\t\t\t<br />\n\t\t\t<a href=\"/sections/about/\">About Us</a> | <a href=\"http://www.freedom.com/privacy.html\">Privacy Policy</a> | <a href=\"http://www.freedom.com/eula.html\">User Agreement</a> | <a href=\"/sections/sitemap/\">Site Map</a>\n\t\t</div>\n\t</div>\n\n\t<!--<div class=\"corner topLeft\"></div>\n\t<div class=\"corner topRight\"></div>\n\t<div class=\"corner bottomLeft\"></div>\n\t<div class=\"corner bottomRight\"></div>-->\n\n</div>\n\n<!-- ContextWeb -->\n<img src=\"http://bh.contextweb.com/bh/set.aspx?action=add&advid=1518&token=FOCI1\" width=\"1\" height=\"1\" border=\"0\">\n\n<script language= \"JavaScript\"  type=\"text/javascript\">\nord=Math.random()*10000000000000000;\ndocument.write('<img src=\"http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=34742;sz=1x1;ord='+ ord +'?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">');\n</script>\n<noscript>\n<img src=\"http://ad.doubleclick.net/activity;src=1379696;dcnet=4155;boom=34742;sz=1x1;ord=1?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n</noscript>\n<script type=\"text/javascript\">\n(function() {\n        var epaperURL = 'http://digital.olivesoftware.com/Olive/ODE/PressEnterprise';\n        if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) {\n                epaperURL = 'http://digital.olivesoftware.com/Olive/ODE/PressEnterprise/';\n        }\n        var l2 = document.getElementById('epaperlink2');\n        if (l2) l2.href = epaperURL;\n}\n)();\n</script>\n\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\n  var _qevents = _qevents || [];\n\n  (function() {\n   var elem = document.createElement('script');\n   elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n   elem.async = true;\n   elem.type = \"text/javascript\";\n   var scpt = document.getElementsByTagName('script')[0];\n   scpt.parentNode.insertBefore(elem, scpt);\n  })();\n_qevents.push({\nqacct:\"p-3bzCxJVDdcusY\",\nlabels:\"news.breaking+news\"});\n</script>\n\n<noscript>\n<div style=\"display:none;\">\n<img src=\"http://pixel.quantserve.com/pixel/p-3bzCxJVDdcusY.gif?labels=news.breaking+news\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n</div>\n</noscript>\n<!-- End Quantcast tag -->\n<!-- Google Code for Orange County Register Visitors -->\n<!-- Remarketing tags may not be associated with personally identifiable\ninformation or placed on pages related to sensitive categories. For\ninstructions on adding this tag and more information on the above requirements,\nread the setup guide: google.com/ads/remarketingsetup -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 994528673;\nvar google_conversion_label = \"uxEECKfqsgUQoZud2gM\";\nvar google_custom_params = window.google_tag_params;\nvar google_remarketing_only = true;\n/* ]]> */\n</script>\n<script type=\"text/javascript\"\nsrc=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\"\nsrc=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/994528673/?value=0&amp;label=uxEECKfqsgUQoZud2gM&amp;guid=ON&amp;script=0\"/>\n</div>\n</noscript>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"corner topLeft\"></div>\n\t\t\t\t\t<div class=\"corner topRight\"></div>\n\t\t\t\t\t<div class=\"corner bottomLeft\"></div>\n\t\t\t\t\t<div class=\"corner bottomRight\"></div>\n\t\t\t\t<!-- End Footer -->\n        </div>\n\t\t\t</div>   <!-- end of ContentWrap -->\n\t\t</div>   <!-- end of PageWrap -->\n\n\t\t\n<div id=\"bottomad\">\n\t<script type='text/javascript'>\nfreedom.ad({position: 'x02'});\n</script>\n</div>\n\t\t\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n\t<a id=\"parsely-cfg\" data-parsely-site=\"pe.com\" href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n</div>\n<script type=\"text/javascript\">\n(function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\");\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//static.parsely.com/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n<!-- START of Async HubSpot Analytics Code -->\n<script type=\"text/javascript\">\n    (function(d,s,i,r) {\n        if (d.getElementById(i)){return;}\n        var n=d.createElement(s),e=d.getElementsByTagName(s)[0];\n        n.id=i;n.src='//js.hubspot.com/analytics/'+(Math.ceil(new Date()/r)*r)+'/156288.js';\n        e.parentNode.insertBefore(n, e);\n    })(document,\"script\",\"hs-analytics\",300000);\n</script>\n<!-- END of Async HubSpot Analytics Code -->\n<script type='text/javascript'\nsrc='http://static.newstogram.com/pe_com/js/histogram.js'></script>\n<script>Newstogram.init('07b3a7dd790c85722dd6442c1e256f63');Newstogram.pageView();</script>\n    \t</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/pewresearch.org1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7 ]> <html class=\"ie ie6\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7 ]>    <html class=\"ie ie7\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8 ]>    <html class=\"ie ie8\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 9 ]>    <html class=\"ie ie9\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en-US\"><!--<![endif]-->\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<title>Those from Mexico will benefit most from Obama’s executive action | Pew Research Center</title>\n<meta name=\"date\" content=\"20141120\">\n<meta name=\"viewport\" content=\"width=device-width\">\n<link href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/favicon.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/>\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-144x144-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-114x114-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-72x72-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-precomposed.png\">\n<meta name=\"projects\" content=\"Hispanic\">\n<meta name=\"topics\" content=\"Immigration\">\n<meta name=\"topics\" content=\"Unauthorized Immigration\">\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@pewresearch\">\n<meta name=\"twitter:url\" content=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/\">\n<meta name=\"twitter:title\" content=\"Those from Mexico will benefit most from Obama’s executive action\">\n<meta name=\"twitter:description\" content=\"\">\n\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:title\" content=\"Those from Mexico will benefit most from Obama’s executive action\">\n<meta property=\"og:description\" content=\"\">\n<meta property=\"og:url\" content=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/\">\n<meta property=\"og:site_name\" content=\"Pew Research Center\">\n<meta property=\"article:published_time\" content=\"2014-11-20T21:57:15+00:00\">\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/pewresearch\">\n\t<script type=\"text/javascript\">\n\t//Typekit\n\t(function() {\n\t\tvar config = {\n\t\t  kitId: 'xos5dbo',\n\t\t  scriptTimeout: 3000\n\t\t};\n\t\tvar h=document.getElementsByTagName(\"html\")[0];h.className+=\" wf-loading\";var t=setTimeout(function(){h.className=h.className.replace(/(\\s|^)wf-loading(\\s|$)/g,\" \");h.className+=\" wf-inactive\"},config.scriptTimeout);var tk=document.createElement(\"script\"),d=false;tk.src='//use.typekit.net/'+config.kitId+'.js';tk.type=\"text/javascript\";tk.async=\"true\";tk.onload=tk.onreadystatechange=function(){var a=this.readyState;if(d||a&&a!=\"complete\"&&a!=\"loaded\")return;d=true;clearTimeout(t);try{Typekit.load(config)}catch(b){}};var s=document.getElementsByTagName(\"script\")[0];s.parentNode.insertBefore(tk,s)\n\t})();\n\t</script>\n\t<script type=\"text/javascript\">\n\t//Chartbeat\n\tvar _sf_startpt=(new Date()).getTime(); \n\t</script>\n<meta name=\"theme-color\" content=\"#231f20\">\n\t\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center RSS Feed\" href=\"http://www.pewresearch.org/feed/\">\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center &raquo; Those from Mexico will benefit most from Obama’s executive action Comments Feed\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/feed/\" />\n<link rel='stylesheet' id='pewresearch-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_9:40/pewresearch.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='single-fact-tank-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_9:40/single-fact-tank.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='print-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_9:40/print.min.css' type='text/css' media='print' />\n<!-- This site uses the Yoast Google Analytics plugin v5.0.5 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ -->\n<script type=\"text/javascript\">\n\n\tvar _gaq = _gaq || [];\n\t_gaq.push(['_setAccount', 'UA-1905197-1']);\n\t_gaq.push(['_gat._forceSSL']);\n\t_gaq.push(['_trackPageview']);\n\t_gaq.push(['allprc._setAccount', 'UA-1905197-8']);\n\t_gaq.push(['allprc._setDomainName', 'www.pewresearch.org']);\n\t_gaq.push(['allprc._setAllowLinker', true]);\n\t_gaq.push(['allprc._trackPageview']);\n\n\t(function() {\n\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t})();\n\n</script>\n<!-- / Yoast Google Analytics -->\n<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.pewresearch.org/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.pewresearch.org/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 4.0.1\" />\n<link rel='shortlink' href='http://www.pewresearch.org/?p=265087' />\n<link rel='https://github.com/WP-API/WP-API' href='http://www.pewresearch.org/wp-json' />\n<!--[if lt IE 9]><script src=\"http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/html5shiv-printshiv.min.js\"></script><![endif]-->\n<link rel=\"alternate\" type=\"application/json\" title=\"JSON Representation\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/feed/json/\">\n<link rel=\"alternate\" type=\"text/plain\" title=\"Prism XML Version\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/feed/prism/\">\n<link rel=\"alternate\" type=\"text/plain\" title=\"Plain Text Version\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/feed/plain/\">\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center Fact Tank RSS Feed\" href=\"http://www.pewresearch.org/fact-tank/feed/\">\n\t\t\n<!-- All in One SEO Pack 2.2.3.1 by Michael Torbert of Semper Fi Web Design[513,595] -->\n<link rel=\"canonical\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/\" />\n<!-- /all in one seo pack -->\n<style type=\"text/css\">.broken_link, a.broken_link {\r\n\ttext-decoration: line-through;\r\n}</style></head>\n<body class=\"single single-fact-tank singular no-js fact-tank fact-tank-single\">\n<!--googleoff: index-->\n<div id=\"fb-root\"></div>\n<a id=\"top\" href=\"#content\">Skip to Content</a>\n<div id=\"tagline\">\n\t<div class=\"holder\">\n    \t<p>Numbers, Facts and Trends Shaping Your World</p>\n\t\t<form action=\"http://www.pewresearch.org/\" role=\"search\">\n\t\t\t        \t<input type=\"search\" name=\"s\" id=\"s\" placeholder=\"Search Fact Tank\" value=\"\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"site\" value=\"fact-tank\">\n\t\t\t            <input type=\"image\" alt=\"Search\" class=\"submit\" src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/magnify.png\">\n        </form>\n        <div class=\"social-media\">\n        \t<a href=\"https://www.facebook.com/pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-facebook.png\"/></a>\n        \t<a href=\"https://twitter.com/pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-twitter.png\"/></a>\n        \t<a href=\"http://eepurl.com/5aedL\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-email.png\"/></a>\n        \t<a href=\"http://www.pewresearch.org/feed/\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-rss.png\"/></a>\n        </div>\n    </div>\n</div>\n\n<div id=\"header\" role=\"banner\">\n\t<div class=\"holder\">\n    \t<div class=\"logo\"><a href=\"http://www.pewresearch.org\" class=\"pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/PRC-Logo.png\"/></a>\n\t\t<a class=\"open-menu\" href=\"\">Menu</a><a class=\"open-projects\" href=\"\">Projects</a>\n\t\t</div>\n        <div id=\"nav\" role=\"navigation\" class=\"holder\">\n\t\t\t<ul class=\"project-wide\">\t\t<li class=\"home active\"><a href=\"http://www.pewresearch.org/\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/home-icon.png\" alt=\"\"> <span>Home</span></a></li>\n\t\t\t\t<li class=\"two-line\"><a href=\"http://www.people-press.org\">U.S. Politics</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.journalism.org\">Media &amp; News</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewsocialtrends.org\">Social Trends</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewforum.org\">Religion</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewinternet.org\">Internet &amp; Tech</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewhispanic.org\">Hispanics</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewglobal.org\">Global</a></li>\n\t\t</ul><ul class=\"site-wide menu-items-6\"><li id=\"menu-item-37899\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37899\"><a href=\"http://www.pewresearch.org/category/publications/\">Publications</a></li>\n<li id=\"menu-item-32015\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-32015\"><a href=\"http://www.pewresearch.org/topics/\">Topics</a></li>\n<li id=\"menu-item-26089\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-26089\"><a href=\"http://www.pewresearch.org/data/\">Data</a></li>\n<li id=\"menu-item-252839\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-252839\"><a href=\"http://www.pewresearch.org/category/interactives/\">Interactives</a></li>\n<li id=\"menu-item-247560\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-247560\"><a href=\"http://www.pewresearch.org/fact-tank/\">Fact Tank</a></li>\n<li id=\"menu-item-32455\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-32455\"><a href=\"http://www.pewresearch.org/about/\">About</a></li>\n</ul>        </div>\n    </div>\n</div>\n\n<div class=\"holder\">\n\t<div id=\"banner\">\n   \t\t<a href=\"http://www.pewresearch.org/fact-tank/\">Fact Tank - Our Lives in Numbers</a>\n\t</div>\n<!--googleon: index-->\n<div id=\"content\" role=\"main\" class=\"content\">\n\n\n<!--googleoff: index--><div class=\"addthis_toolbox social\" addthis:url=\"http://pewrsr.ch/1uZLZCS\" addthis:title=\"Those from Mexico will benefit most from Obama’s executive action \"   id=\"addthis0\"><div class=\"custom_images small-black\"><a class=\"addthis_button_facebook\" target=\"_blank\" href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fpewrsr.ch%2F1uZLZCS\"><div></div></a><a class=\"addthis_button_twitter\" tw:related=\"pewresearch\" tw:via=\"pewresearch\"><div></div></a><a class=\"addthis_button_email\"><div></div></a><a class=\"addthis_button_print\"><div></div></a><a class=\"addthis_button_compact\"><div></div></a></div></div> <!--googleon: index--><script>var addthis_config = {data_track_clickback: false, ui_click: true, services_compact: \"reddit, linkedin, tumblr, pinterest, google_plusone_share, more\", services_exclude: \"facebook, twitter, print\"}</script>\n<div class=\"meta date\">November 20, 2014</div>\n\n<h1>Those from Mexico will benefit most from Obama’s executive action</h1>\n\n<p class=\"byline\">By <a href=\"http://www.pewresearch.org/author/jkrogstad/\" title=\"Get posts by Jens Manuel Krogstad\" rel=\"author\">Jens Manuel Krogstad</a> and <a href=\"http://www.pewresearch.org/author/jpassel/\" title=\"Get posts by Jeffrey S. Passel\" rel=\"author\">Jeffrey S. Passel</a><a href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/#comments\" class=\"comment-count\">24 comments</a></p>\n<div class=\"text clearfix\">\n\t\t<p><a href=\"http://www.pewresearch.org/files/2014/11/Who-will-benefit-from-Obamas-executive-action.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-', 'http://www.pewresearch.org/files/2014/11/Who-will-benefit-from-Obamas-executive-action.png', '']);\" ><img class=\"alignright wp-image-265219 size-full\" src=\"http://www.pewresearch.org/files/2014/11/Who-will-benefit-from-Obamas-executive-action.png\" alt=\"\" width=\"313\" height=\"827\" /></a>Unauthorized immigrants from Mexico account for two-thirds of those who will be eligible for deportation relief under President Obama’s executive action, even as they account for about half of the nation’s unauthorized population, according to a new Pew Research Center analysis.</p>\n<p>The new action, which mainly applies to unauthorized immigrant parents of U.S. citizen or legal permanent resident children, would benefit those born in Mexico more than any other country of origin group. According to the Pew Research analysis, 44% of unauthorized immigrants from Mexico could apply for deportation protection under the new programs, compared with 24% of those from other parts of the world.</p>\n<p>President Obama’s new programs could affect about 4 million total unauthorized immigrants who will be eligible for deportation protection and a three-year work permit. The largest group &#8212; at least 3.5 million, according to Pew Research estimates of 2012 data &#8212; consists of unauthorized immigrant parents who have lived in the U.S. for at least five years and have children who either were born in the U.S. or are legal permanent residents. Of these, about 700,000 have adult children and the remaining 2.8 million have children younger than 18.</p>\n<p><span id=\"more-265087\"></span>The new policy also expands eligibility for the president’s Deferred Action for Childhood Arrivals (DACA) program that benefits young adults brought to the U.S. illegally as children. The program would allow an additional 330,000 people, according to our estimates, to apply for and receive temporary deportation relief. Previously, the program was available only to those up to age 30, but the executive action would lift that age cap. In addition, the program would allow immigrants who arrived as children illegally before Jan. 1, 2010 to become eligible, expanding the program beyond the original June 15, 2007 cutoff date.</p>\n<p>In some cases, the Obama administration’s estimates of how many would be affected differ from those calculated by Pew Research. For example, the government estimates that more than 4 million parents of U.S. citizen children or legal permanent residents could apply for relief compared with our 3.5 million figure. One possible difference is that the data Pew Research uses only includes parents who live with their children.</p>\n<p>While work permits and deportation relief will be available, those covered by the programs will not be eligible for certain government benefits, including <a href=\"http://www.nytimes.com/2014/11/20/us/politics/obamacare-unlikely-for-undocumented-immigrants.html?smid=tw-share\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.nytimes.com/2014/11/20/us/politics/obamacare-unlikely-for-undocumented-immigrants.html?smid=tw-share', 'subsidies for health care']);\" >subsidies for health care</a> under the Affordable Care Act.</p>\n<p>Among the other policy changes announced in the president’s action are an increased number of visas for skilled workers and spouses of green card holders. There are several changes, including<a href=\"http://www.dhs.gov/immigration-action\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.dhs.gov/immigration-action', ' immigration enforcement']);\" > immigration enforcement</a> that will now focus on recent arrivals and serious and repeat criminal offenders.</p>\n<p>Even though about 4 million unauthorized immigrants may be eligible for deportation relief, it remains to be seen how many people will apply for and receive it. Response to the existing DACA program may offer a clue. The 2012 program allowed an estimated 1.1 million people ages 30 or younger to become eligible for deportation relief and receive a two-year work permit. But through June 30, 2014, <a href=\"http://www.uscis.gov/sites/default/files/USCIS/Resources/Reports%20and%20Studies/Immigration%20Forms%20Data/All%20Form%20Types/DACA/DACA_fy2014_qtr3.pdf\" onclick=\"_gaq.push(['_trackEvent','download/http://www.uscis.gov/sites/default/files/USCIS/Resources/Reports%20and%20Studies/Immigration%20Forms%20Data/All%20Form%20Types/DACA/DACA_fy2014_qtr3.pdf']);\" >only about 712,000 applied</a>.</p>\n<p>The general public disapproves of Obama taking executive action on immigration, by a margin of 48% to 38%, according to a <a href=\"http://www.msnbc.com/msnbc/nearly-half-americans-disapprove-obama-immigration-plan\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.msnbc.com/msnbc/nearly-half-americans-disapprove-obama-immigration-plan', 'NBC News/Wall Street Journal survey']);\" >NBC News/Wall Street Journal survey</a> conducted this month. While Americans may not generally support an executive action, the poll found 57% favor a pathway to citizenship for undocumented immigrants, with support increasing to 74% when respondents are given a scenario in which a pathway requires paying fines, back taxes and taking other steps.</p>\n<p>According to a <a href=\"http://www.pewhispanic.org/2014/10/29/chapter-5-hispanics-and-their-views-of-immigration-reform/\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.pewhispanic.org/2014/10/29/chapter-5-hispanics-and-their-views-of-immigration-reform/', 'recent Pew Research Center survey']);\" >recent Pew Research Center survey</a>, Hispanics place a priority on the relief from deportation offered by the executive action. By 56% to 35%, Hispanics said it is more important that unauthorized immigrants be able to live and work in the U.S. without threat of deportation than have a pathway to citizenship.</p>\n<p>The estimated 4 million covered under the executive action are in addition to an estimated 1.5 million unauthorized immigrants who are eligible for temporary relief from deportation through either the Deferred Action for Childhood Arrivals program or having Temporary Protected Status.</p>\n<p>The president’s executive action offers deportation relief for the largest number of unauthorized immigrants in recent history. However, the current action does not allow unauthorized immigrants the opportunity to obtain permanent residency or citizenship. Only Congress has the authority to offer a path to legal status, which means those eligible for relief under the new policy remain unauthorized. If a future administration reverses course or if Congress passes an immigration law, the protection from deportation could be taken away.</p>\n<p><strong>Correction:</strong> This posting has been updated with a revised total of 3.9 million unauthorized immigrants affected by the president’s action, and other related revised estimates. A previous version of this post referred to the president’s implementation of his new immigration policy as an executive order. He has taken executive action.</p>\n\t\n\t\t\n\t\t\t<p class=\"terms\">Topics: <a href=\"http://www.pewresearch.org/topics/immigration/\">Immigration</a>, <a href=\"http://www.pewresearch.org/topics/unauthorized-immigration/\">Unauthorized Immigration</a></p>\n\t\t\n\t<!--googleoff: index--><div class=\"addthis_toolbox social\" addthis:url=\"http://pewrsr.ch/1uZLZCS\" addthis:title=\"Those from Mexico will benefit most from Obama’s executive action \"   id=\"addthis0\"><div class=\"bitly_link\"><label for=\"bitly-link\">Share the link:</label><input type=\"text\" id=\"bitly-link\" value=\"http://pewrsr.ch/1uZLZCS\" readonly /></div><div class=\"custom_images small-black\"><a class=\"addthis_button_facebook\" target=\"_blank\" href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fpewrsr.ch%2F1uZLZCS\"><div></div></a><a class=\"addthis_button_twitter\" tw:related=\"pewresearch\" tw:via=\"pewresearch\"><div></div></a><a class=\"addthis_button_email\"><div></div></a><a class=\"addthis_button_print\"><div></div></a><a class=\"addthis_button_compact\"><div></div></a></div></div> <!--googleon: index--><script>var addthis_config = {data_track_clickback: false, ui_click: true, services_compact: \"reddit, linkedin, tumblr, pinterest, google_plusone_share, more\", services_exclude: \"facebook, twitter, print\"}</script></div>\n<ol class=\"bios\">\n\t\t<li class=\"bio\">\n\t\t\t\t<div>\n\t\t\t<p><a href=\"http://www.pewresearch.org/author/jkrogstad/\" rel=\"author\">Jens Manuel Krogstad</a> is a Writer/Editor at the Pew Research Center's Hispanic Trends Project.</p>\n\t\t\t<ul class=\"more-links\">\n\t\t\t\t\t\t\t\t\t<li class=\"first\"><a href=\"http://www.pewresearch.org/author/jkrogstad/\" rel=\"author\">Posts</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/contact-form/#Jens-Manuel-Krogstad\">Email</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"last\"><a href=\"https://twitter.com/jensmanuel\">@jensmanuel</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t\t<li class=\"bio\">\n\t\t\t\t\t<img src=\"http://www.pewresearch.org/files/2013/05/Passel.jpg\" alt=\"Photo of Jeffrey S. Passel\">\n\t\t\t\t<div>\n\t\t\t<p><a href=\"http://www.pewresearch.org/author/jpassel/\" rel=\"author\">Jeffrey S. Passel</a> is Senior Demographer at the Pew Research Center’s Hispanic Trends Project.</p>\n\t\t\t<ul class=\"more-links\">\n\t\t\t\t\t\t\t\t\t<li class=\"first\"><a href=\"http://www.pewresearch.org/author/jpassel/\" rel=\"author\">Posts</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/contact-form/#Jeffrey-S.-Passel\">Email</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"last\"><a href=\"http://www.pewresearch.org/staff/jeffrey-s-passel/\" rel=\"author\">Bio</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t</ol>\n<form id=\"newsletter\" action=\"http://pewresearch.us1.list-manage.com/subscribe/post\" method=\"POST\">\n\t\t\t\t<input type=\"hidden\" name=\"u\" value=\"434f5d1199912232d416897e4\">\n\t\t\t\t<input type=\"hidden\" name=\"id\" value=\"3e953b9b70\">\n\t\t\t\t<input type=\"hidden\" name=\"group[153][1]\" value=\"1\">\n\t\t\t\t<label class=\"signup-kicker\" for=\"newsletter-email-address\">Get <strong>Pew Research</strong> data by email</label>\n            \t<input type=\"email\" class=\"text\" placeholder=\"Enter your email address\" name=\"MERGE0\" id=\"newsletter-email-address\">\n            \t<input type=\"submit\" class=\"submit\" value=\"Signup\" name=\"submit\">\n        </form>\n<!--googleoff: index-->\n\t<div id=\"comments\">\n\t\n\t\n\t\t\t\n\t\t<div id=\"respond\">\n\t\t\t<h3>Leave a Comment</h3>\n\t\t\t<div class=\"cancel-comment-reply\"><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"http://www.pewresearch.org/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/#respond\" style=\"display:none;\">Cancel Reply</a></div>\n\t\t<form action=\"http://www.pewresearch.org/wp-comments-post.php\" method=\"post\" id=\"commentform\">\n\t\t\t  \t<div id=\"comment-user-details\">\n\t\t\t\t<div id=\"single-sign-on\" class=\"hide\">\n\t\t\t<div id=\"facebook-connect\" class=\"button\">\n\t\t<p><a href=\"#\"><span>Log In with </span>Facebook</a></p>\n\t</div>\n\t\t<div id=\"google-connect\" class=\"button\">\n\t\t<p><a href=\"#\"><span>Sign In with </span>Google</a></p>\n\t</div>\n\n\t</div>\n\t<p class=\"or hide\"><span>Or</span></p>\n\t\t\t\t<fieldset>\n\t\t\t\t<label for=\"author\">Name\n\t\t\t\t\t<input type=\"text\" name=\"author\" id=\"author\" value=\"\" size=\"31\" class=\"comment-field\" required aria-required />\n\t\t\t\t</label>\n\t\n\t\t\t\t<label for=\"email\">Email (will not be published)\n\t\t\t\t\t<input type=\"email\" name=\"email\" id=\"email\" value=\"\" size=\"31\" class=\"comment-field\" required aria-required />\n\t\t\t\t</label>\n\t\t\t</fieldset>\n\t\t</div>\n\t  \t  \n\t  \t  \n\t  \t<fieldset class=\"hide-if-js\">\n\t\t\t<label for=\"current-year\">Current Year (YYYY)</label>\n\t\t\t<input type=\"text\" id=\"current-year\" name=\"current-year\" value=\"\">\n\t\t</fieldset>\n\t\t\n\t\t<fieldset class=\"hide-if-js\">\n\t\t\t<label>Leave this field blank</label>\n\t\t\t<input type=\"email\" name=\"other-email\" value=\"\">\n\t\t</fieldset>\n\t  \n\t\t<textarea name=\"comment\" id=\"comment\" rows=\"10\" class=\"comment-box\" required aria-required></textarea>\n\t\t<p class=\"disclaimer\">All comments must follow the Pew Research <a href=\"http://www.pewresearch.org/about/use-policy/commenting-policy/\">comment policy</a> and will be moderated before posting.</p>\n\t  \t\n\t\t<input name=\"submit\" type=\"submit\" id=\"submit\" class=\"btnComment\" value=\"Post Comment\">\n\t\t\n\t\t\n\t\t\n\t\t<input type=\"hidden\" name=\"hash\" id=\"cookie-hash\" value=\"25217abcbde0a08098e6b7bc25933238\">\n\t\t<input type=\"hidden\" name=\"comment_post_ID\" id=\"comment_post_ID\" value=\"265087\">\n\t\t<input type=\"hidden\" value=\"0\" id=\"comment_parent\" name=\"comment_parent\">\n\t  \t\t\t\n\t\t<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"433b592143\" /></p><p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"115\"/></p>\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t</form>\n\t</div>\n\t\n\t\t\n\t\t\t<h2>24 Comments</h2>\n\t\t<ol class=\"commentlist\">\n\t\t\t\t<li class=\"comment even thread-even depth-1\" id=\"comment-603605\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/c4880e9170c5f06583d8f3d294605af5?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">MA Sullivan</span> &bull; <a href=\"#comment-603605\" class=\"time\" datetime=\"2014-12-06T15:38:13+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>To refer to this population as &#8220;unauthorized&#8221; instead of &#8220;illegal&#8221; is to obfuscat the most significant and devisive characteristic of this population.  They came to this country illegally. They broke SIGNIFICANT laws. To refer to them as &#8220;unauthorized&#8221; implies a lessor offense than breaking a law. Why is the left so afraid to call something by its real name?  &#8220;Undocumented&#8221; or &#8220;unauthorized &#8221; be &#8220;illegal.&#8221;  &#8220;Choice vs child.&#8221;.   &#8221; Contribution &#8220;vs &#8216;Tax.&#8221;.  Are they afraid the truth may undermine their argument.  To use a word like &#8220;unauthorized&#8217; is to practice advocacy journalism. Polling is supposed to be about uncovering truth.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=603605#respond' onclick='return addComment.moveForm(\"comment-603605\", \"603605\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1\" id=\"comment-592514\">\n\t\t\t\t<img class='avatar avatar-36 google-avatar' src='https://plus.google.com/s2/photos/profile/105129914771408734496?sz=36' width='36' height='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">MsElmeno</span> &bull; <a href=\"#comment-592514\" class=\"time\" datetime=\"2014-12-01T19:41:21+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>HOLA or HI to all HARD WORKING AMERICAN Readers. I have two  question? for ALL of you. HAVE any of you live or spent time with an Illegal person?  HAVE YOU ever set on a table to talk about how they affects you as a US citizen?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=592514#respond' onclick='return addComment.moveForm(\"comment-592514\", \"592514\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1\" id=\"comment-591650\">\n\t\t\t\t<img class='avatar avatar-36 google-avatar' src='https://plus.google.com/s2/photos/profile/106305414846869872871?sz=36' width='36' height='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Dee Rothman</span> &bull; <a href=\"#comment-591650\" class=\"time\" datetime=\"2014-11-28T18:20:48+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Nice article but how about one that addresses how this will affect US citizens, both native born and naturalized, employed and unemployed? Or how will it affect the job market as new legal aliens come out of the shadows and compete with US citizens, both native born and naturalized, employed and unemployed, in a job market which cannot currently even support the number of people seeking employment. Even anecdotal analysis should suggest the number of unemployed should increase. Less apparent should be the affect on wages and hours of work available for employees, which would seem to substantiate the contention the policy was a courageous move by Obama, because US citizens, both native born and naturalized, employed and unemployed, will on average, see personal income falling and understand the policy hurt them. Will they still vote blue?  Those who finally felt the hurt caused by Obama&#8217;s changes the last six years didn&#8217;t hang blue, did they? My medical insurance went up over $2000 annually and my disposable income fell by about 6 percent.  Who are the people most hurt by this and other policies and laws enacted under Obama? The MIDDLE CLASS, PERIOD!</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=591650#respond' onclick='return addComment.moveForm(\"comment-591650\", \"591650\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1\" id=\"comment-591032\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/9b1e2773b7cc15fe13520553a75fc4b7?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Me</span> &bull; <a href=\"#comment-591032\" class=\"time\" datetime=\"2014-11-27T03:39:52+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>All smoke and mirrors, no guaranties, and it&#8217;s only good for three years.  Trick to get Latino votes in 2016,  and maybe draw the GOP into fight to try to make them look bad &#8230; again.  Notice how all the stuff that he does always kicks the can just past an election, I think people are getting wise to his lies and his tricks.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=591032#respond' onclick='return addComment.moveForm(\"comment-591032\", \"591032\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1\" id=\"comment-590950\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/271c62e13192cbeb650a7aa44e37a10b?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">welington</span> &bull; <a href=\"#comment-590950\" class=\"time\" datetime=\"2014-11-26T23:08:30+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>What  about  people  living  in  USA for about 15 years and have a unsolved  case of deportation  hanging over their heads? Would  they  be eligible for the Executive  Action?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590950#respond' onclick='return addComment.moveForm(\"comment-590950\", \"590950\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment odd alt depth-2\" id=\"comment-592246\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/1dad31a167b1480a727d8f8b777547b9?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">hmm</span> &bull; <a href=\"#comment-592246\" class=\"time\" datetime=\"2014-12-01T00:22:10+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>hopefully not!!</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=592246#respond' onclick='return addComment.moveForm(\"comment-592246\", \"592246\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-odd thread-alt depth-1\" id=\"comment-590949\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/801ae37bbea9f34144dd8ffb19ac9dff?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">NOamnestyEVER</span> &bull; <a href=\"#comment-590949\" class=\"time\" datetime=\"2014-11-26T23:06:53+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>&#8230;&#8230;&#8230;&#8230;&#8230;. more than 70% of illegals will receive welfare. ALL WILL GET JOBS.</p>\n<p>“THE AMNESTY ALONE WILL BE THE LARGEST EXPANSION OF THE WELFARE SYSTEM IN THE LAST 25 YEARS” ….. Heritage Foundation</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590949#respond' onclick='return addComment.moveForm(\"comment-590949\", \"590949\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-even depth-1\" id=\"comment-590948\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/801ae37bbea9f34144dd8ffb19ac9dff?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">NOamnestyEVER</span> &bull; <a href=\"#comment-590948\" class=\"time\" datetime=\"2014-11-26T23:06:12+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>“The President is providing an estimated 5 million illegal immigrants with social security numbers, photo IDs, and work permits—allowing them to now take jobs directly from struggling Americans during a time of record immigration, low wages, and high joblessness.” SEN. JEFF SESSIONS</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590948#respond' onclick='return addComment.moveForm(\"comment-590948\", \"590948\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment even depth-2\" id=\"comment-592508\">\n\t\t\t\t<img class='avatar avatar-24 google-avatar' src='https://plus.google.com/s2/photos/profile/105129914771408734496?sz=24' width='24' height='24' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">MsElmeno</span> &bull; <a href=\"#comment-592508\" class=\"time\" datetime=\"2014-12-01T19:25:22+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>You must be a berry hard working American. if so, non of this will affect you, or any hard working American.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=592508#respond' onclick='return addComment.moveForm(\"comment-592508\", \"592508\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt depth-2\" id=\"comment-599640\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/383bdbfe5cb1c87bcbbca1d938333b61?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Y.M.</span> &bull; <a href=\"#comment-599640\" class=\"time\" datetime=\"2014-12-05T20:47:38+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>Historically Mexicans were disenfranchised as a whole by the Anglo-Saxon population. &#8220;The arrival of large numbers of Mexican immigrants threatened the precarious socioeconomic status of those already living in the Southwest (This is referring to the Treaty of Guadalupe Hidalgo). Since the majority of immigrants from Mexico (are) poor they (are) willing to to accept the lowest wages; as a consequence, the White American population tends to regard all Mexicans, including descendants of the original landholders in the Southwest, as &#8220;cheap labor.&#8221; Indigenous Mexican Americans were perceived by the Anglo core as no different from poor Mexican immigrants- a perception that pushed almost all those of Mexican extraction to the bottom rungs of the stratification system (Aguirre and Turner). Given the background of Mexicans and the United States, what jobs exactly are being taken from the U.S. citizens? Mexicans have been relegated to the bottom which usually means that the jobs available to them are the most undesirable ones. And by undesirable jobs I mean hard manual work, field work, low pay jobs, there is a niche created in the economy for agriculture but people fail to see who reaps the profits, that the corporate powers reap the all PROFITS. This isn&#8217;t limited to just Mexicans. If immigrants have presented themselves as a threat to your well being I would encourage you to research your American History, and I mean Real History, no the Patriot Loving Agenda that is instilled in students in high school.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=599640#respond' onclick='return addComment.moveForm(\"comment-599640\", \"599640\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-odd thread-alt depth-1\" id=\"comment-590903\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/31faed2d1437d01d6732b5ed8ca03d00?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Ted</span> &bull; <a href=\"#comment-590903\" class=\"time\" datetime=\"2014-11-26T20:25:12+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Can someone explain how an undocumented, illegal immigrant &#8220;living in the shadows&#8221; proves he/she has been in the this country for 5 or more years? I&#8217;m sure there is a way for a fee. Perhaps a Coyote can help with this paperwork. Especially, if they have an established account with them. There is a business opportunity here! Just like getting help applying for VA benefits.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590903#respond' onclick='return addComment.moveForm(\"comment-590903\", \"590903\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment odd alt depth-2\" id=\"comment-591989\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/1dad31a167b1480a727d8f8b777547b9?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">hmm</span> &bull; <a href=\"#comment-591989\" class=\"time\" datetime=\"2014-11-29T21:43:14+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>good point.  Also how do they prove their kids were born here?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=591989#respond' onclick='return addComment.moveForm(\"comment-591989\", \"591989\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment even depth-3\" id=\"comment-593519\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/24cd2e92049e0c52a31c70fad7545ce7?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">YOU</span> &bull; <a href=\"#comment-593519\" class=\"time\" datetime=\"2014-12-04T05:59:30+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>There are documents, birth certificates, pictures, ect.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=593519#respond' onclick='return addComment.moveForm(\"comment-593519\", \"593519\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-even depth-1\" id=\"comment-590884\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/37852fdafa64d4b87ffad5d064572625?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">Gerald FitzGerald</span> &bull; <a href=\"#comment-590884\" class=\"time\" datetime=\"2014-11-26T19:21:34+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Correction to my comment. I misread the graphs&#8217;s gold part ( 1.5 million) as an extension of DOMA, so the graph does answer a question I asked.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590884#respond' onclick='return addComment.moveForm(\"comment-590884\", \"590884\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment even thread-odd thread-alt depth-1\" id=\"comment-590879\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/37852fdafa64d4b87ffad5d064572625?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Gerald FitzGerald</span> &bull; <a href=\"#comment-590879\" class=\"time\" datetime=\"2014-11-26T19:14:43+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>I would like to see legal arguments for and against the constitutionality and legality of President Obama&#8217;s executive action on immigration.</p>\n<p>Thanks for clarifying who and how many immigrants are covered by the recent action.  I would like to have seen, in this article, the group covered by DOMA or other relevant actions pertaining to the estimated 11.2 million undocumented, with a percentage of the undocumented (illegally entered) total who are deferred by some executive actions and orders.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590879#respond' onclick='return addComment.moveForm(\"comment-590879\", \"590879\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-even depth-1\" id=\"comment-590872\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/14eacb4bb9345919c1353a5afbbb9c60?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">Joseph</span> &bull; <a href=\"#comment-590872\" class=\"time\" datetime=\"2014-11-26T18:55:54+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Duh! They are the closest to the U S and have the most undocumented here.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590872#respond' onclick='return addComment.moveForm(\"comment-590872\", \"590872\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment even thread-odd thread-alt depth-1\" id=\"comment-590862\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/baa5aa9acbcb3c1555cc3151d83593ef?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Greg Johnson</span> &bull; <a href=\"#comment-590862\" class=\"time\" datetime=\"2014-11-26T18:30:43+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Your query and research is very much on point as it always is.  However, I have a query that has puzzled me from the very beginning of the Immigration talks.  Nearly everything I&#8217;ve heard or read has been in reference to those persons from Mexico or are native to Mexico.  Is there not a equal or greater concern with those persons crossing the border from the North or Canada?<br />\nBased on research I have regarding prostitution and drug trafficking, the patterns are very similar North and South.  I have every reason to believe the drain on job occupancy is equal to the Mexican neighbors and probably even greater among our neighbors from the North.<br />\nSo, why no equal uproar, discussion or inclusion in the discussion regarding immigration?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590862#respond' onclick='return addComment.moveForm(\"comment-590862\", \"590862\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment odd alt depth-2\" id=\"comment-591990\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/1dad31a167b1480a727d8f8b777547b9?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">hmm</span> &bull; <a href=\"#comment-591990\" class=\"time\" datetime=\"2014-11-29T21:45:44+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Not likely. Canada is not currupt from top to bottom, like Mexico and most of South and Central America.  They have a legitimate government,  with an educated population.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=591990#respond' onclick='return addComment.moveForm(\"comment-591990\", \"591990\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1\" id=\"comment-589666\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/98fe98af265724d59ca23ded4cefdd6b?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Carlos</span> &bull; <a href=\"#comment-589666\" class=\"time\" datetime=\"2014-11-23T06:13:21+00:00\">4 weeks ago</a> </p>\n\t\t\t\t\t<p>It is not so clear about who is covered and who is not. Because of that there is a punctual question: somebody that has been in the U.S for 10 years, has paid taxes, has no felonies, but at the same time is not a parent of a u.s citizen and entered the u.s as an adult (no DACA) can be elegible for the protection?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=589666#respond' onclick='return addComment.moveForm(\"comment-589666\", \"589666\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1\" id=\"comment-589195\">\n\t\t\t\t<img alt='' src='http://0.gravatar.com/avatar/4b50c597848789d6abcaa7a5c0fa2930?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment\">\n\t\t\t\t\t<p><span class=\"author\">Tess</span> &bull; <a href=\"#comment-589195\" class=\"time\" datetime=\"2014-11-21T20:09:29+00:00\">4 weeks ago</a> </p>\n\t\t\t\t\t<p>My question is &#8230;Why the did not move the age of sixteen to eighteen in the new illegibility for DACA? any particular reason?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=589195#respond' onclick='return addComment.moveForm(\"comment-589195\", \"589195\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1\" id=\"comment-589140\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/973f950e1904a0a45ffeca1bc12327f7?s=36&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D36&amp;r=G' class='avatar avatar-36 photo' height='36' width='36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Packard Day</span> &bull; <a href=\"#comment-589140\" class=\"time\" datetime=\"2014-11-21T16:41:24+00:00\">4 weeks ago</a> </p>\n\t\t\t\t\t<p>In defense of our President, this new immigration initiative will also do nothing but strongly enhance the 401k/IRA investment portfolios of America&#8217;s top 10%. It will also marginally help all those living in the next 40% of income brackets as well. Just as long as you or yours are not low skilled and/or low educated workers or are not currently holding down a job that can be easily replaced with a week&#8217;s worth of training, you are going to be okay. No worries.</p>\n<p>Truth be told, Barack Obama&#8217;s administration and his policies have given us all profit margins in our S&amp;P 500 accounts that have not been seen in more than a generation. So, here&#8217;s a plea to just let the President and the good times continue to roll.</p>\n<p>Oh, and God bless America too&#8230;ehh?</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=589140#respond' onclick='return addComment.moveForm(\"comment-589140\", \"589140\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1\" id=\"comment-589109\">\n\t\t\t\t<img width='36' height='36' class='avatar avatar-36 fbavatar' src='https://graph.facebook.com/1351687562/picture?width=36&height=36' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Bert Pace</span> &bull; <a href=\"#comment-589109\" class=\"time\" datetime=\"2014-11-21T14:43:41+00:00\">4 weeks ago</a> </p>\n\t\t\t\t\t<p>Thanks to the President for the courage he showed in taking action on Immigration.  How many more years will America have to wait for Mr. Boehner to do his job and actually produce a bi-partisan Bill the President will sign?  If actually crafting a Bill is too difficult for the House, why not put the bi-partisan Senate Bill they have had for 511 days up for a vote?Pretty simple solution &#8211; if only the GOP was interested in solutions.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=589109#respond' onclick='return addComment.moveForm(\"comment-589109\", \"589109\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t<ol class=\"children\">\n\t<li class=\"comment even depth-2\" id=\"comment-590906\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/31faed2d1437d01d6732b5ed8ca03d00?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">Ted</span> &bull; <a href=\"#comment-590906\" class=\"time\" datetime=\"2014-11-26T20:40:08+00:00\">3 weeks ago</a> </p>\n\t\t\t\t\t<p>Courage? It doesn&#8217;t take courage to be political and that is exactly what this is. Enforcing the existing laws would have been courageous. None of the Presidents starting with Carter had the guts to stop illegal immigration. Now look what a mess this has become.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=590906#respond' onclick='return addComment.moveForm(\"comment-590906\", \"590906\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n\t<li class=\"comment odd alt depth-2\" id=\"comment-592245\">\n\t\t\t\t<img alt='' src='http://1.gravatar.com/avatar/1dad31a167b1480a727d8f8b777547b9?s=24&amp;d=http%3A%2F%2Fwww.pewresearch.org%2Fwp-content%2Flib%2Fimg%2Fdefault-avatar.png%3Fs%3D24&amp;r=G' class='avatar avatar-24 photo' height='24' width='24' />\t\n\t\t\t\t<div class=\"comment longComment\">\n\t\t\t\t\t<p><span class=\"author\">hmm</span> &bull; <a href=\"#comment-592245\" class=\"time\" datetime=\"2014-12-01T00:20:33+00:00\">2 weeks ago</a> </p>\n\t\t\t\t\t<p>It is no US representative or senator&#8217;s job to create a bill to benefit the citizens of foreign countries.  The only people crying for immigration &#8220;reform&#8221; are US and foreign companies wishing to bring cheap labor  in and undercut our own citizens, and foreign nationals who believe it is their &#8220;right&#8221; to benefit from sneaking into the US.  They believe once they broke in, started having children here (which is their choice of course) , and have evaded the law long enough that they are owed a voice and legal status in the US.  People that sneak in are owed nothing but a boot back across the border, and companies that want to undercut our own people should lose the benefits of operating here.</p>\n\t\t\t\t\t\t\t\t\t\t<a class='comment-reply-link' href='/fact-tank/2014/11/20/those-from-mexico-will-benefit-most-from-obamas-executive-action/?replytocom=592245#respond' onclick='return addComment.moveForm(\"comment-592245\", \"592245\", \"respond\", \"265087\")'>Reply</a>\t\t\t\t</div>\n\t</li><!-- #comment-## -->\n</ol><!-- .children -->\n</li><!-- #comment-## -->\n\t\t</ol>\n\t\n\t\n\t\n\t</div>\n<!--googleon: index-->\n\n\n</div>\n\n\n<div id=\"sidebar\" role=\"complementary\">\n  \n\t<div class=\"about-fact-tank\">\n\t\t\t<h3><a href=\"http://www.pewresearch.org/fact-tank/2013/05/21/introducing-fact-tank/\">About Fact Tank</a></h3>\n\t<p>Real-time analysis and news about data from Pew Research writers and social scientists.</p>\n\t<ul class=\"horizontal\">\n\t\t<li class=\"first\"><a href=\"https://twitter.com/FactTank\">Twitter</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/fact-tank/feed/\">RSS</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/category/publications/fact-tank/\">Archive</a></li>\n\t</ul>\n\t</div>\n\t\n\t<div class=\"widget\">\n\t\t<h2 class=\"header\">Recent Posts</h2>\n\t\t\n\t\t<div id=\"right-rail-social\">\n\t\t<div id=\"inthenews\" class=\"recent-posts\">\n\t\t   \n\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/17/census-bureau-proposes-dropping-some-marriage-and-divorce-questions/\"><h2>Census Bureau proposes dropping some marriage and divorce questions</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/17/wealth-gap-upper-middle-income/\"><h2>America&#8217;s wealth gap between middle-income and upper-income families is widest on record</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/with-fewer-new-arrivals-census-lowers-hispanic-population-projections-2/\"><h2>With fewer new arrivals, Census lowers Hispanic population projections</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/\"><h2>Do lower gasoline prices make for confident consumers?</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/15/conflicts-continue-over-nativity-scenes-on-public-property/\"><h2>Conflicts continue over nativity scenes on public property</h2></a>\n\t\t\t\t\t\t\t   \n\t\t</div>\n\t\t</div>\n\t</div>\n\n<div class=\"widget twitter-timeline position-1\">\t  <h5 class=\"header\">Tweets by @FactTank</h5>\n\t  \t\t  <a class=\"twitter-timeline\"  href=\"https://twitter.com/facttank\"  data-widget-id=\"336570990437990404\">Tweets by @facttank</a>\n\t\t  \t</div>\n<div class=\"widget\">\n\t<div class=\"widget\">\n\t\t<h2 class=\"header\">Related</h2>\n\t\t<div class=\"inner with-posts\">\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/with-fewer-new-arrivals-census-lowers-hispanic-population-projections-2/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project hispanic right-seperator\">Hispanic</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 16, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>With fewer new arrivals, Census lowers Hispanic population projections</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.people-press.org/2014/12/11/immigration-action-gets-mixed-response-but-legal-pathway-still-popular/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project u-s-politics right-seperator\">U.S. Politics</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 11, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>Immigration Action Gets Mixed Response</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/11/texas-tops-list-of-states-where-this-years-unaccompanied-child-migrants-ended-up/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project hispanic right-seperator\">Hispanic</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 11, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>Texas tops list of states where this year&#8217;s unaccompanied child migrants ended up</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/09/how-the-1986-immigration-law-compares-with-obamas-program/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project hispanic right-seperator\">Hispanic</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 9, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>How the 1986 immigration law compares with Obama’s program</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/05/if-original-daca-program-is-a-guide-many-eligible-immigrants-will-apply-for-deportation-relief/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project hispanic right-seperator\">Hispanic</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 5, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>If original DACA program is a guide, many eligible immigrants will apply for deportation relief</h2>\n\t\t\t\t</a>\n\t\t\t \n\t\t</div>\n\t</div>\n\t</div></div>\n<!--googleoff: index-->\n</div>\n\n<div id=\"footer\" role=\"contentinfo\">\n\t<div class=\"holder\">\n\t\t<div class=\"contact vcard\">\n\t\t\t<p> <img class=\"fn org organization-name\" src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/PRC-Logo-footer.png\" alt=\"Pew Research Center\"> <span class=\"adr\"> <span class=\"street-address\">1615 L Street, NW, Suite 700</span> <span class=\"locality\">Washington</span>, <span class=\"region\">DC</span> <span class=\"postal-code\">20036</span> </span>\n\t\t\t<a href=\"tel:+12024194300\" class=\"tel\"> <span class=\"value\">202.419.4300</span> | <span class=\"type\">Main</span></a>\n\t\t\t<a href=\"tel:+12024194349\" class=\"tel\"> <span class=\"value\">202.419.4349</span> | <span class=\"type\">Fax</span></a>\n\t\t\t<a href=\"tel:+12024194372\" class=\"tel\"> <span class=\"value\">202.419.4372</span> | <span class=\"type\">Media Inquiries</span></a>\n\t\t\t</p>\n\t\t</div>\n\t\t<div class=\"links\">\n\t\t\t<div class=\"projects\">\n\t\t\t\t<h2>Research Projects</h2>\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"http://www.people-press.org/\">Pew Research Center for the People &amp; the Press</a></li>\n\t\t\t\t\t<li><a href=\"http://www.journalism.org\">Pew Research Center&rsquo;s Journalism Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewinternet.org\">Pew Research Center&rsquo;s Internet &amp; American Life Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewforum.org\">Pew Research Center&rsquo;s Religion &amp; Public Life Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewhispanic.org\">Pew Research Center&rsquo;s Hispanic Trends Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewglobal.org/\">Pew Research Center&rsquo;s Global Attitudes Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewsocialtrends.org/\">Pew Research Center&rsquo;s Social &amp; Demographic Trends</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t\t<div class=\"follow-prc\">\n\t\t\t\t<h2>Follow Pew Research</h2>\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/follow-pew-research-center/\" class=\"email\"><span>Email Newsletters</span></a></li>\n\t\t\t\t\t<li><a href=\"https://www.facebook.com/pewresearch\" class=\"facebook\"><span>Facebook</span></a></li>\n\t\t\t\t\t<li><a href=\"https://twitter.com/pewresearch\" class=\"twitter\"><span>Twitter</span></a></li>\n\t\t\t\t\t<li><a href=\"http://pewresearch.tumblr.com/\" class=\"tumblr\"><span>Tumblr</span></a></li>\n\t\t\t\t\t<li><a href=\"http://www.youtube.com/user/PewResearchCenter/featured\" class=\"youtube\"><span>YouTube</span></a></li>\n\t\t\t\t\t<li><a href=\"https://plus.google.com/+pewresearch\" class=\"google-plus\" rel=\"publisher\"><span>Google+</span></a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/feed/\" class=\"rss\" title=\"Really Simple Syndication\"><span>RSS</span></a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t\t<p class=\"about\"><strong>About Pew Research</strong> Pew Research Center is a nonpartisan fact tank that informs the public about the issues, attitudes and trends shaping America and the world. It conducts public opinion polling, demographic research, media content analysis and other empirical social science research. Pew Research does not take policy positions. It is a subsidiary of <a href=\"http://www.pewtrusts.org/\">The Pew Charitable Trusts</a>.</p>\n\t</div>\n</div>\n<div id=\"fine-print\" class=\"holder\">\n\t<ul>\n\t\t<li class=\"first\">Copyright 2014 Pew Research Center</li>\n\t\t<li><a href=\"http://www.pewresearch.org/terms-and-conditions/\">Terms &amp; Conditions</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/privacy-policy/\">Privacy Policy</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/use-policy/\">Reprints, Permissions &amp; Use Policy</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/contact-form/\">Feedback</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/careers/\">Careers</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/experts/\">Find an Expert</a></li>\n\t</ul>\n</div>\n\t<script type=\"text/javascript\">\n\t\tvar fbArgs, googArgs;\n\t\t\n\t\tvar fbArgs = {\"appId\":\"163777600463752\",\"channelUrl\":\"http:\\/\\/www.pewresearch.org\\/fb-channel-file\\/\",\"status\":true,\"cookie\":true,\"xfbml\":false,\"oauth\":true}\n\t\t\t\t\n\t\tvar googArgs = {\"callback\":\"googSignInCallback\",\"clientid\":\"59878118918.apps.googleusercontent.com\",\"cookiepolicy\":\"single_host_origin\",\"requestvisibleactions\":\"http:\\/\\/schemas.google.com\\/AddActivity\",\"scope\":\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email https:\\/\\/www.googleapis.com\\/auth\\/plus.login\"}\t\t\n\t\t\t</script>\n<script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"articleSection\":\"Fact Tank\",\"headline\":\"Those from Mexico will benefit most from Obama\\u2019s executive action \",\"url\":\"http:\\/\\/www.pewresearch.org\\/fact-tank\\/2014\\/11\\/20\\/those-from-mexico-will-benefit-most-from-obamas-executive-action\\/\",\"thumbnailUrl\":\"\",\"dateCreated\":\"2014-11-21T02:57:15+00:00\",\"keywords\":[\"Immigration\",\"Unauthorized Immigration\"],\"creator\":[\"Jens Manuel Krogstad\",\"Jeffrey S. Passel\"]}</script>\n<div id=\"parsely-root\" style=\"display: none\">\n  <span id=\"parsely-cfg\" data-parsely-site=\"pewresearch.org\"></span>\n</div>\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/akismet/_inc/form.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/2014-12-17_5:13/pew-comments.min.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/themes/pewresearch/js/2013-06-20_3:25/pew-fact-tank-analytics.min.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/2014-12-01_10:21/pew-global.min.js'></script>\n<script type='text/javascript' src='http://s7.addthis.com/js/300/addthis_widget.js?ver=4.0.1#pubid=ra-4fbfe0b20f17a515'></script>\n<script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>\n<!-- Cached by CDN, Generated: 2014-12-17 6:11:29 pm EST -->\n\n<script type=\"text/javascript\">\n\n//ChartBeat\nvar servername = window.location.hostname.replace(\"www.\",\"\");\nvar _sf_async_config={uid:2308,domain:servername};\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") +\n       \"static.chartbeat.com/js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n\n//CrazyEgg\nsetTimeout(function(){var a=document.createElement(\"script\");\nvar b=document.getElementsByTagName('script')[0];\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/2177.js?\"+Math.floor(new Date().getTime()/3600000);\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n</body></html> \n"
  },
  {
    "path": "tests/data/html/pewresearch.org2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7 ]> <html class=\"ie ie6\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7 ]>    <html class=\"ie ie7\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8 ]>    <html class=\"ie ie8\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 9 ]>    <html class=\"ie ie9\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en-US\"><!--<![endif]-->\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<title>Do lower gas prices mean happier consumers? | Pew Research Center</title>\n<meta name=\"date\" content=\"20141216\">\n<meta name=\"viewport\" content=\"width=device-width\">\n<link href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/favicon.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/>\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-144x144-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-114x114-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-72x72-precomposed.png\">\n<link rel=\"apple-touch-icon-precomposed\" href=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/touch-icons/apple-touch-icon-precomposed.png\">\n<meta name=\"topics\" content=\"National Economy\">\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@pewresearch\">\n<meta name=\"twitter:url\" content=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/\">\n<meta name=\"twitter:title\" content=\"Do lower gasoline prices make for confident consumers?\">\n<meta name=\"twitter:description\" content=\"Lower gasoline prices tend to improve consumer sentiment, but spending less at the pump doesn&#039;t mean people will spend more at the mall.\">\n\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:title\" content=\"Do lower gasoline prices make for confident consumers?\">\n<meta property=\"og:description\" content=\"Lower gasoline prices tend to improve consumer sentiment, but spending less at the pump doesn&#039;t mean people will spend more at the mall.\">\n<meta property=\"og:url\" content=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/\">\n<meta property=\"og:site_name\" content=\"Pew Research Center\">\n<meta property=\"article:published_time\" content=\"2014-12-16T10:30:53+00:00\">\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/pewresearch\">\n<meta property=\"og:image\" content=\"http://www.pewresearch.org/files/2014/12/FT_14.12.16_gas.png\">\n<meta property=\"og:image:width\" content=\"640\">\n<meta property=\"og:image:height\" content=\"363\">\n<meta name=\"twitter:image:src\" content=\"http://www.pewresearch.org/files/2014/12/FT_14.12.16_gas.png\">\n\n<meta name=\"news_keywords\" content=\"economy,retail, gasoline,prices,consumers\">\n\t<script type=\"text/javascript\">\n\t//Typekit\n\t(function() {\n\t\tvar config = {\n\t\t  kitId: 'xos5dbo',\n\t\t  scriptTimeout: 3000\n\t\t};\n\t\tvar h=document.getElementsByTagName(\"html\")[0];h.className+=\" wf-loading\";var t=setTimeout(function(){h.className=h.className.replace(/(\\s|^)wf-loading(\\s|$)/g,\" \");h.className+=\" wf-inactive\"},config.scriptTimeout);var tk=document.createElement(\"script\"),d=false;tk.src='//use.typekit.net/'+config.kitId+'.js';tk.type=\"text/javascript\";tk.async=\"true\";tk.onload=tk.onreadystatechange=function(){var a=this.readyState;if(d||a&&a!=\"complete\"&&a!=\"loaded\")return;d=true;clearTimeout(t);try{Typekit.load(config)}catch(b){}};var s=document.getElementsByTagName(\"script\")[0];s.parentNode.insertBefore(tk,s)\n\t})();\n\t</script>\n\t<script type=\"text/javascript\">\n\t//Chartbeat\n\tvar _sf_startpt=(new Date()).getTime(); \n\t</script>\n<meta name=\"theme-color\" content=\"#231f20\">\n\t\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center RSS Feed\" href=\"http://www.pewresearch.org/feed/\">\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center &raquo; Do lower gasoline prices make for confident consumers? Comments Feed\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/feed/\" />\n<link rel='stylesheet' id='pewresearch-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_5:24/pewresearch.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='single-fact-tank-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_5:24/single-fact-tank.min.css' type='text/css' media='all' />\n<link rel='stylesheet' id='print-css'  href='http://www.pewresearch.org/wp-content/themes/pewresearch/css/2014-12-17_5:24/print.min.css' type='text/css' media='print' />\n<!-- This site uses the Yoast Google Analytics plugin v5.0.5 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ -->\n<script type=\"text/javascript\">\n\n\tvar _gaq = _gaq || [];\n\t_gaq.push(['_setAccount', 'UA-1905197-1']);\n\t_gaq.push(['_gat._forceSSL']);\n\t_gaq.push(['_trackPageview']);\n\t_gaq.push(['allprc._setAccount', 'UA-1905197-8']);\n\t_gaq.push(['allprc._setDomainName', 'www.pewresearch.org']);\n\t_gaq.push(['allprc._setAllowLinker', true]);\n\t_gaq.push(['allprc._trackPageview']);\n\n\t(function() {\n\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t})();\n\n</script>\n<!-- / Yoast Google Analytics -->\n<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.pewresearch.org/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.pewresearch.org/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 4.0.1\" />\n<link rel='shortlink' href='http://www.pewresearch.org/?p=265637' />\n<link rel='https://github.com/WP-API/WP-API' href='http://www.pewresearch.org/wp-json' />\n<!--[if lt IE 9]><script src=\"http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/html5shiv-printshiv.min.js\"></script><![endif]-->\n<link rel=\"alternate\" type=\"application/json\" title=\"JSON Representation\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/feed/json/\">\n<link rel=\"alternate\" type=\"text/plain\" title=\"Prism XML Version\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/feed/prism/\">\n<link rel=\"alternate\" type=\"text/plain\" title=\"Plain Text Version\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/feed/plain/\">\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pew Research Center Fact Tank RSS Feed\" href=\"http://www.pewresearch.org/fact-tank/feed/\">\n\t\t\n<!-- All in One SEO Pack 2.2.3.1 by Michael Torbert of Semper Fi Web Design[513,583] -->\n<meta name=\"description\" itemprop=\"description\" content=\"Lower gasoline prices tend to improve consumer sentiment, but spending less at the pump doesn't mean people will spend more at the mall.\" />\n\n<meta name=\"keywords\" itemprop=\"keywords\" content=\"economy,retail, gasoline,prices,consumers\" />\n\n<link rel=\"canonical\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/\" />\n<!-- /all in one seo pack -->\n<style type=\"text/css\">.broken_link, a.broken_link {\r\n\ttext-decoration: line-through;\r\n}</style></head>\n<body class=\"single single-fact-tank singular no-js fact-tank fact-tank-single\">\n<!--googleoff: index-->\n<div id=\"fb-root\"></div>\n<a id=\"top\" href=\"#content\">Skip to Content</a>\n<div id=\"tagline\">\n\t<div class=\"holder\">\n    \t<p>Numbers, Facts and Trends Shaping Your World</p>\n\t\t<form action=\"http://www.pewresearch.org/\" role=\"search\">\n\t\t\t        \t<input type=\"search\" name=\"s\" id=\"s\" placeholder=\"Search Fact Tank\" value=\"\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"site\" value=\"fact-tank\">\n\t\t\t            <input type=\"image\" alt=\"Search\" class=\"submit\" src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/magnify.png\">\n        </form>\n        <div class=\"social-media\">\n        \t<a href=\"https://www.facebook.com/pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-facebook.png\"/></a>\n        \t<a href=\"https://twitter.com/pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-twitter.png\"/></a>\n        \t<a href=\"http://eepurl.com/5aedL\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-email.png\"/></a>\n        \t<a href=\"http://www.pewresearch.org/feed/\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/social-rss.png\"/></a>\n        </div>\n    </div>\n</div>\n\n<div id=\"header\" role=\"banner\">\n\t<div class=\"holder\">\n    \t<div class=\"logo\"><a href=\"http://www.pewresearch.org\" class=\"pewresearch\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/PRC-Logo.png\"/></a>\n\t\t<a class=\"open-menu\" href=\"\">Menu</a><a class=\"open-projects\" href=\"\">Projects</a>\n\t\t</div>\n        <div id=\"nav\" role=\"navigation\" class=\"holder\">\n\t\t\t<ul class=\"project-wide\">\t\t<li class=\"home active\"><a href=\"http://www.pewresearch.org/\"><img src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/home-icon.png\" alt=\"\"> <span>Home</span></a></li>\n\t\t\t\t<li class=\"two-line\"><a href=\"http://www.people-press.org\">U.S. Politics</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.journalism.org\">Media &amp; News</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewsocialtrends.org\">Social Trends</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewforum.org\">Religion</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewinternet.org\">Internet &amp; Tech</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewhispanic.org\">Hispanics</a></li>\n\t\t\t\t<li class=\"\"><a href=\"http://www.pewglobal.org\">Global</a></li>\n\t\t</ul><ul class=\"site-wide menu-items-6\"><li id=\"menu-item-37899\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37899\"><a href=\"http://www.pewresearch.org/category/publications/\">Publications</a></li>\n<li id=\"menu-item-32015\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-32015\"><a href=\"http://www.pewresearch.org/topics/\">Topics</a></li>\n<li id=\"menu-item-26089\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-26089\"><a href=\"http://www.pewresearch.org/data/\">Data</a></li>\n<li id=\"menu-item-252839\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-252839\"><a href=\"http://www.pewresearch.org/category/interactives/\">Interactives</a></li>\n<li id=\"menu-item-247560\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-247560\"><a href=\"http://www.pewresearch.org/fact-tank/\">Fact Tank</a></li>\n<li id=\"menu-item-32455\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-32455\"><a href=\"http://www.pewresearch.org/about/\">About</a></li>\n</ul>        </div>\n    </div>\n</div>\n\n<div class=\"holder\">\n\t<div id=\"banner\">\n   \t\t<a href=\"http://www.pewresearch.org/fact-tank/\">Fact Tank - Our Lives in Numbers</a>\n\t</div>\n<!--googleon: index-->\n<div id=\"content\" role=\"main\" class=\"content\">\n\n\n<!--googleoff: index--><div class=\"addthis_toolbox social\" addthis:url=\"http://pewrsr.ch/1AChVNK\" addthis:title=\"Do lower gasoline prices make for confident consumers?\"   id=\"addthis0\"><div class=\"custom_images small-black\"><a class=\"addthis_button_facebook\" target=\"_blank\" href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fpewrsr.ch%2F1AChVNK\"><div></div></a><a class=\"addthis_button_twitter\" tw:related=\"pewresearch\" tw:via=\"pewresearch\"><div></div></a><a class=\"addthis_button_email\"><div></div></a><a class=\"addthis_button_print\"><div></div></a><a class=\"addthis_button_compact\"><div></div></a></div></div> <!--googleon: index--><script>var addthis_config = {data_track_clickback: false, ui_click: true, services_compact: \"reddit, linkedin, tumblr, pinterest, google_plusone_share, more\", services_exclude: \"facebook, twitter, print\"}</script>\n<div class=\"meta date\">December 16, 2014</div>\n\n<h1>Do lower gasoline prices make for confident consumers?</h1>\n\n<p class=\"byline\">By <a href=\"http://www.pewresearch.org/author/ddesilver/\" title=\"Get posts by Drew DeSilver\" rel=\"author\">Drew DeSilver</a><a href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/#comments\" class=\"comment-count\">Leave a comment</a></p>\n<div class=\"text clearfix\">\n\t\t<p><a href=\"http://www.pewresearch.org/files/2014/12/FT_14.12.16_gas.png\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article-', 'http://www.pewresearch.org/files/2014/12/FT_14.12.16_gas.png', '']);\" ><img class=\"aligncenter size-full wp-image-265726\" src=\"http://www.pewresearch.org/files/2014/12/FT_14.12.16_gas.png\" alt=\"gas prices consumer confidence\" width=\"640\" height=\"363\" /></a>Gasoline prices have been dropping since midsummer, and consumers&#8217; confidence about the economy has been on the rise. Could there be a connection?</p>\n<p>According to a new <a href=\"http://www.people-press.org/2014/12/16/perceptions-of-job-news-trend-upward\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.people-press.org/2014/12/16/perceptions-of-job-news-trend-upward', 'Pew Research Center report']);\"   target=\"_blank\">Pew Research Center report</a>, 70% of Americans now report hearing mostly good news about gas prices, up from just 15% in August. In truth, gas prices have been falling for months: As of Monday, the national average price of a gallon of self-serve regular was $2.554 &#8212; $1.15 less than in late June (representing a nearly one-third drop), according to the U.S. <a href=\"http://www.eia.gov/dnav/pet/pet_pri_gnd_dcus_nus_w.htm\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.eia.gov/dnav/pet/pet_pri_gnd_dcus_nus_w.htm', 'Energy Information Administration']);\"   target=\"_blank\">Energy Information Administration</a>. That&#8217;s the cheapest gas has been since October 2009. Also, Brent crude oil has fallen more than $45 a barrel since June and is now <a href=\"http://www.bloomberg.com/news/2014-12-16/dubai-stocks-lead-gcc-declines-as-global-markets-oil-retreat.html\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.bloomberg.com/news/2014-12-16/dubai-stocks-lead-gcc-declines-as-global-markets-oil-retreat.html', 'below $59 a barrel']);\"   target=\"_blank\">below $59 a barrel</a> for the first time since May 2009.</p>\n<p>Meanwhile, the University of Michigan&#8217;s <a href=\"http://press.sca.isr.umich.edu/press/press_release\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://press.sca.isr.umich.edu/press/press_release', 'Index of Consumer Sentiment']);\"   target=\"_blank\">Index of Consumer Sentiment</a> stood at 88.8 in November, up 7 points since July and its highest reading since mid-2007. The <a href=\"http://www.businessinsider.com/umich-preliminary-consumer-confidence-dec-11-2014-12\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://www.businessinsider.com/umich-preliminary-consumer-confidence-dec-11-2014-12', 'preliminary December reading']);\"   target=\"_blank\">preliminary December reading</a> is even higher, at 93.8, though that&#8217;s still subject to revision.<span id=\"more-265637\"></span></p>\n<p>We plotted the monthly consumer-sentiment index against the monthly average price of regular gas (adjusted for inflation) and found a moderately strong negative correlation &#8212; that is, consumer sentiment rose as pump prices fell. That aligns with previous research: For example, a <a href=\"http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2034408\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2034408', '2012 paper']);\"   target=\"_blank\">2012 paper</a> from two researchers at Loyola University Maryland and the University of Maryland Baltimore County not only found an inverse correlation between gas prices and consumer sentiment, but used <a href=\"http://davegiles.blogspot.com/2011/04/testing-for-granger-causality.html\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://davegiles.blogspot.com/2011/04/testing-for-granger-causality.html', 'causality testing']);\"   target=\"_blank\">causality testing</a> to conclude that price changes predicted sentiment changes and not the other way around.</p>\n<p>A <a href=\"http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1135493##\" onclick=\"_gaq.push(['_trackEvent', 'outbound-article', 'http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1135493##', '2009 paper']);\"   target=\"_blank\">2009 paper</a> in the Journal of Monetary Economics, which also found a cause-and-effect relationship, analyzed the University of Michigan survey results in more detail to try to get at the dynamics of how consumers respond to energy-price changes. After a major one-time price jump, the researchers found, &#8220;an increasing number of people expect general business conditions and their personal financial situation to deteriorate over the coming year in response to an unanticipated loss in purchasing power&#8230;.[T]he index for buying conditions for large household goods falls by 1.9 points. An even larger decrease is observed for vehicles&#8230;.Increased pessimism about buying conditions in response to purchasing power losses is associated with expectations of higher unemployment, higher interest rates, and lower real family income.&#8221;</p>\n<p>Those attitudinal changes have real-world consequences, though not large ones. The authors of the JME paper, Paul Edelstein and Lutz Kilian, concentrated mainly on unexpected increases, rather than drops, in energy prices; they estimated that a one-time, 1% increase in energy prices was associated with a 0.08% fall in total real consumption a year later, based on 1988-2006 data. But that was considerably less than the 0.30% decline seen in the 1970-1987 data; energy price shocks, they concluded, have less effect on the overall economy than they used to.</p>\n<p>Edelstein and Kilian also estimated that one year after an unexpected, permanent increase of 25 cents a gallon in the price of gas, a typical household would have reduced its expenditures by $17 a month, with most of the adjustment coming in the first six months after the price increase. Concluded the researchers: &#8220;It takes repeated surprise increases in gasoline prices to generate large effects on household consumption, but over time the effects will add up.&#8221;</p>\n\t\n\t\t\n\t\t\t<p class=\"terms\">Topics: <a href=\"http://www.pewresearch.org/topics/national-economy/\">National Economy</a></p>\n\t\t\n\t<!--googleoff: index--><div class=\"addthis_toolbox social\" addthis:url=\"http://pewrsr.ch/1AChVNK\" addthis:title=\"Do lower gasoline prices make for confident consumers?\"   id=\"addthis0\"><div class=\"bitly_link\"><label for=\"bitly-link\">Share the link:</label><input type=\"text\" id=\"bitly-link\" value=\"http://pewrsr.ch/1AChVNK\" readonly /></div><div class=\"custom_images small-black\"><a class=\"addthis_button_facebook\" target=\"_blank\" href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fpewrsr.ch%2F1AChVNK\"><div></div></a><a class=\"addthis_button_twitter\" tw:related=\"pewresearch\" tw:via=\"pewresearch\"><div></div></a><a class=\"addthis_button_email\"><div></div></a><a class=\"addthis_button_print\"><div></div></a><a class=\"addthis_button_compact\"><div></div></a></div></div> <!--googleon: index--><script>var addthis_config = {data_track_clickback: false, ui_click: true, services_compact: \"reddit, linkedin, tumblr, pinterest, google_plusone_share, more\", services_exclude: \"facebook, twitter, print\"}</script></div>\n<ol class=\"bios\">\n\t\t<li class=\"bio\">\n\t\t\t\t\t<img src=\"http://www.pewresearch.org/files/2013/05/DeSilver-60x90.jpg\" alt=\"Photo of Drew DeSilver\">\n\t\t\t\t<div>\n\t\t\t<p><a href=\"http://www.pewresearch.org/author/ddesilver/\" rel=\"author\">Drew DeSilver</a> is a Senior Writer at the Pew Research Center.</p>\n\t\t\t<ul class=\"more-links\">\n\t\t\t\t\t\t\t\t\t<li class=\"first\"><a href=\"http://www.pewresearch.org/author/ddesilver/\" rel=\"author\">Posts</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/contact-form/#Drew-DeSilver\">Email</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"last\"><a href=\"https://twitter.com/DrewDeSilver\">@DrewDeSilver</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t</div>\n\t</li>\n\t</ol>\n<form id=\"newsletter\" action=\"http://pewresearch.us1.list-manage.com/subscribe/post\" method=\"POST\">\n\t\t\t\t<input type=\"hidden\" name=\"u\" value=\"434f5d1199912232d416897e4\">\n\t\t\t\t<input type=\"hidden\" name=\"id\" value=\"3e953b9b70\">\n\t\t\t\t<input type=\"hidden\" name=\"group[153][1]\" value=\"1\">\n\t\t\t\t<label class=\"signup-kicker\" for=\"newsletter-email-address\">Get <strong>Pew Research</strong> data by email</label>\n            \t<input type=\"email\" class=\"text\" placeholder=\"Enter your email address\" name=\"MERGE0\" id=\"newsletter-email-address\">\n            \t<input type=\"submit\" class=\"submit\" value=\"Signup\" name=\"submit\">\n        </form>\n<!--googleoff: index-->\n\t<div id=\"comments\">\n\t\n\t\n\t\t\t\n\t\t<div id=\"respond\">\n\t\t\t<h3>Leave a Comment</h3>\n\t\t\t<div class=\"cancel-comment-reply\"><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/gas-prices-consumer-sentiment/#respond\" style=\"display:none;\">Cancel Reply</a></div>\n\t\t<form action=\"http://www.pewresearch.org/wp-comments-post.php\" method=\"post\" id=\"commentform\">\n\t\t\t  \t<div id=\"comment-user-details\">\n\t\t\t\t<div id=\"single-sign-on\" class=\"hide\">\n\t\t\t<div id=\"facebook-connect\" class=\"button\">\n\t\t<p><a href=\"#\"><span>Log In with </span>Facebook</a></p>\n\t</div>\n\t\t<div id=\"google-connect\" class=\"button\">\n\t\t<p><a href=\"#\"><span>Sign In with </span>Google</a></p>\n\t</div>\n\n\t</div>\n\t<p class=\"or hide\"><span>Or</span></p>\n\t\t\t\t<fieldset>\n\t\t\t\t<label for=\"author\">Name\n\t\t\t\t\t<input type=\"text\" name=\"author\" id=\"author\" value=\"\" size=\"31\" class=\"comment-field\" required aria-required />\n\t\t\t\t</label>\n\t\n\t\t\t\t<label for=\"email\">Email (will not be published)\n\t\t\t\t\t<input type=\"email\" name=\"email\" id=\"email\" value=\"\" size=\"31\" class=\"comment-field\" required aria-required />\n\t\t\t\t</label>\n\t\t\t</fieldset>\n\t\t</div>\n\t  \t  \n\t  \t  \n\t  \t<fieldset class=\"hide-if-js\">\n\t\t\t<label for=\"current-year\">Current Year (YYYY)</label>\n\t\t\t<input type=\"text\" id=\"current-year\" name=\"current-year\" value=\"\">\n\t\t</fieldset>\n\t\t\n\t\t<fieldset class=\"hide-if-js\">\n\t\t\t<label>Leave this field blank</label>\n\t\t\t<input type=\"email\" name=\"other-email\" value=\"\">\n\t\t</fieldset>\n\t  \n\t\t<textarea name=\"comment\" id=\"comment\" rows=\"10\" class=\"comment-box\" required aria-required></textarea>\n\t\t<p class=\"disclaimer\">All comments must follow the Pew Research <a href=\"http://www.pewresearch.org/about/use-policy/commenting-policy/\">comment policy</a> and will be moderated before posting.</p>\n\t  \t\n\t\t<input name=\"submit\" type=\"submit\" id=\"submit\" class=\"btnComment\" value=\"Post Comment\">\n\t\t\n\t\t\n\t\t\n\t\t<input type=\"hidden\" name=\"hash\" id=\"cookie-hash\" value=\"25217abcbde0a08098e6b7bc25933238\">\n\t\t<input type=\"hidden\" name=\"comment_post_ID\" id=\"comment_post_ID\" value=\"265637\">\n\t\t<input type=\"hidden\" value=\"0\" id=\"comment_parent\" name=\"comment_parent\">\n\t  \t\t\t\n\t\t<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"1e9cfbe992\" /></p><p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"243\"/></p>\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t</form>\n\t</div>\n\t\n\t\t\n\t\n\t\n\t</div>\n<!--googleon: index-->\n\n\n</div>\n\n\n<div id=\"sidebar\" role=\"complementary\">\n  \n\t<div class=\"about-fact-tank\">\n\t\t\t<h3><a href=\"http://www.pewresearch.org/fact-tank/2013/05/21/introducing-fact-tank/\">About Fact Tank</a></h3>\n\t<p>Real-time analysis and news about data from Pew Research writers and social scientists.</p>\n\t<ul class=\"horizontal\">\n\t\t<li class=\"first\"><a href=\"https://twitter.com/FactTank\">Twitter</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/fact-tank/feed/\">RSS</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/category/publications/fact-tank/\">Archive</a></li>\n\t</ul>\n\t</div>\n\t\n\t<div class=\"widget\">\n\t\t<h2 class=\"header\">Recent Posts</h2>\n\t\t\n\t\t<div id=\"right-rail-social\">\n\t\t<div id=\"inthenews\" class=\"recent-posts\">\n\t\t   \n\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/17/census-bureau-proposes-dropping-some-marriage-and-divorce-questions/\"><h2>Census Bureau proposes dropping some marriage and divorce questions</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/17/wealth-gap-upper-middle-income/\"><h2>America&#8217;s wealth gap between middle-income and upper-income families is widest on record</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/16/with-fewer-new-arrivals-census-lowers-hispanic-population-projections-2/\"><h2>With fewer new arrivals, Census lowers Hispanic population projections</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post active\"><h2>Do lower gasoline prices make for confident consumers?</h2></a>\n\t\t\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/15/conflicts-continue-over-nativity-scenes-on-public-property/\"><h2>Conflicts continue over nativity scenes on public property</h2></a>\n\t\t\t\t\t\t\t   \n\t\t</div>\n\t\t</div>\n\t</div>\n\n<div class=\"widget twitter-timeline position-1\">\t  <h5 class=\"header\">Tweets by @FactTank</h5>\n\t  \t\t  <a class=\"twitter-timeline\"  href=\"https://twitter.com/facttank\"  data-widget-id=\"336570990437990404\">Tweets by @facttank</a>\n\t\t  \t</div>\n<div class=\"widget\">\n\t<div class=\"widget\">\n\t\t<h2 class=\"header\">Related</h2>\n\t\t<div class=\"inner with-posts\">\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.people-press.org/2014/12/16/perceptions-of-job-news-trend-upward/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project u-s-politics right-seperator\">U.S. Politics</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 16, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>Perceptions of Job News Trend Upward</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/11/retailers-still-rely-on-holiday-sales-but-not-quite-as-much-as-they-used-to/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project religion right-seperator\">Religion</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 11, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>Retailers still rely on holiday sales, but not quite as much as they used to</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/12/05/for-retailers-the-holidays-mean-a-hiring-binge-and-then-a-purge/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project fact-tank right-seperator\">Fact Tank</span>\n\t\t\t\t\t\t\t<span class=\"date\">Dec 5, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>For retailers, the holidays mean a hiring binge &#8212; and then a purge</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/11/17/where-near-minimum-wage-workers-work-and-how-much-they-make/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project fact-tank right-seperator\">Fact Tank</span>\n\t\t\t\t\t\t\t<span class=\"date\">Nov 17, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>Where near-minimum-wage workers work, and how much they make</h2>\n\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"post\" href=\"http://www.pewresearch.org/fact-tank/2014/11/14/more-and-more-americans-are-outside-the-labor-force-entirely-who-are-they/\">\n\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t<span class=\"project fact-tank right-seperator\">Fact Tank</span>\n\t\t\t\t\t\t\t<span class=\"date\">Nov 14, 2014</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t<h2>More and more Americans are outside the labor force entirely. Who are they?</h2>\n\t\t\t\t</a>\n\t\t\t \n\t\t</div>\n\t</div>\n\t</div></div>\n<!--googleoff: index-->\n</div>\n\n<div id=\"footer\" role=\"contentinfo\">\n\t<div class=\"holder\">\n\t\t<div class=\"contact vcard\">\n\t\t\t<p> <img class=\"fn org organization-name\" src=\"http://www.pewresearch.org/wp-content/themes/pewresearch/img/PRC-Logo-footer.png\" alt=\"Pew Research Center\"> <span class=\"adr\"> <span class=\"street-address\">1615 L Street, NW, Suite 700</span> <span class=\"locality\">Washington</span>, <span class=\"region\">DC</span> <span class=\"postal-code\">20036</span> </span>\n\t\t\t<a href=\"tel:+12024194300\" class=\"tel\"> <span class=\"value\">202.419.4300</span> | <span class=\"type\">Main</span></a>\n\t\t\t<a href=\"tel:+12024194349\" class=\"tel\"> <span class=\"value\">202.419.4349</span> | <span class=\"type\">Fax</span></a>\n\t\t\t<a href=\"tel:+12024194372\" class=\"tel\"> <span class=\"value\">202.419.4372</span> | <span class=\"type\">Media Inquiries</span></a>\n\t\t\t</p>\n\t\t</div>\n\t\t<div class=\"links\">\n\t\t\t<div class=\"projects\">\n\t\t\t\t<h2>Research Projects</h2>\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"http://www.people-press.org/\">Pew Research Center for the People &amp; the Press</a></li>\n\t\t\t\t\t<li><a href=\"http://www.journalism.org\">Pew Research Center&rsquo;s Journalism Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewinternet.org\">Pew Research Center&rsquo;s Internet &amp; American Life Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewforum.org\">Pew Research Center&rsquo;s Religion &amp; Public Life Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewhispanic.org\">Pew Research Center&rsquo;s Hispanic Trends Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewglobal.org/\">Pew Research Center&rsquo;s Global Attitudes Project</a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewsocialtrends.org/\">Pew Research Center&rsquo;s Social &amp; Demographic Trends</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t\t<div class=\"follow-prc\">\n\t\t\t\t<h2>Follow Pew Research</h2>\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/follow-pew-research-center/\" class=\"email\"><span>Email Newsletters</span></a></li>\n\t\t\t\t\t<li><a href=\"https://www.facebook.com/pewresearch\" class=\"facebook\"><span>Facebook</span></a></li>\n\t\t\t\t\t<li><a href=\"https://twitter.com/pewresearch\" class=\"twitter\"><span>Twitter</span></a></li>\n\t\t\t\t\t<li><a href=\"http://pewresearch.tumblr.com/\" class=\"tumblr\"><span>Tumblr</span></a></li>\n\t\t\t\t\t<li><a href=\"http://www.youtube.com/user/PewResearchCenter/featured\" class=\"youtube\"><span>YouTube</span></a></li>\n\t\t\t\t\t<li><a href=\"https://plus.google.com/+pewresearch\" class=\"google-plus\" rel=\"publisher\"><span>Google+</span></a></li>\n\t\t\t\t\t<li><a href=\"http://www.pewresearch.org/feed/\" class=\"rss\" title=\"Really Simple Syndication\"><span>RSS</span></a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t\t<p class=\"about\"><strong>About Pew Research</strong> Pew Research Center is a nonpartisan fact tank that informs the public about the issues, attitudes and trends shaping America and the world. It conducts public opinion polling, demographic research, media content analysis and other empirical social science research. Pew Research does not take policy positions. It is a subsidiary of <a href=\"http://www.pewtrusts.org/\">The Pew Charitable Trusts</a>.</p>\n\t</div>\n</div>\n<div id=\"fine-print\" class=\"holder\">\n\t<ul>\n\t\t<li class=\"first\">Copyright 2014 Pew Research Center</li>\n\t\t<li><a href=\"http://www.pewresearch.org/terms-and-conditions/\">Terms &amp; Conditions</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/privacy-policy/\">Privacy Policy</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/use-policy/\">Reprints, Permissions &amp; Use Policy</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/contact-form/\">Feedback</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/careers/\">Careers</a></li>\n\t\t<li><a href=\"http://www.pewresearch.org/about/experts/\">Find an Expert</a></li>\n\t</ul>\n</div>\n\t<script type=\"text/javascript\">\n\t\tvar fbArgs, googArgs;\n\t\t\n\t\tvar fbArgs = {\"appId\":\"163777600463752\",\"channelUrl\":\"http:\\/\\/www.pewresearch.org\\/fb-channel-file\\/\",\"status\":true,\"cookie\":true,\"xfbml\":false,\"oauth\":true}\n\t\t\t\t\n\t\tvar googArgs = {\"callback\":\"googSignInCallback\",\"clientid\":\"59878118918.apps.googleusercontent.com\",\"cookiepolicy\":\"single_host_origin\",\"requestvisibleactions\":\"http:\\/\\/schemas.google.com\\/AddActivity\",\"scope\":\"https:\\/\\/www.googleapis.com\\/auth\\/userinfo.email https:\\/\\/www.googleapis.com\\/auth\\/plus.login\"}\t\t\n\t\t\t</script>\n<script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"articleSection\":\"Fact Tank\",\"headline\":\"Do lower gasoline prices make for confident consumers?\",\"url\":\"http:\\/\\/www.pewresearch.org\\/fact-tank\\/2014\\/12\\/16\\/gas-prices-consumer-sentiment\\/\",\"thumbnailUrl\":\"http:\\/\\/www.pewresearch.org\\/files\\/2014\\/12\\/FT_14.12.16_gas.png\",\"dateCreated\":\"2014-12-16T15:30:53+00:00\",\"keywords\":[\"National Economy\"],\"creator\":[\"Drew DeSilver\"]}</script>\n<div id=\"parsely-root\" style=\"display: none\">\n  <span id=\"parsely-cfg\" data-parsely-site=\"pewresearch.org\"></span>\n</div>\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n      if (e) return;\n      e = d.createElement(s); e.id = i; e.async = true;\n      e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/akismet/_inc/form.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/2014-12-17_5:13/pew-comments.min.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/themes/pewresearch/js/2013-06-20_3:25/pew-fact-tank-analytics.min.js'></script>\n<script type='text/javascript' src='http://www.pewresearch.org/wp-content/plugins/pew-scripts/js/2014-12-01_10:21/pew-global.min.js'></script>\n<script type='text/javascript' src='http://s7.addthis.com/js/300/addthis_widget.js?ver=4.0.1#pubid=ra-4fbfe0b20f17a515'></script>\n<script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>\n<!-- Cached by CDN, Generated: 2014-12-17 12:28:41 pm EST -->\n\n<script type=\"text/javascript\">\n\n//ChartBeat\nvar servername = window.location.hostname.replace(\"www.\",\"\");\nvar _sf_async_config={uid:2308,domain:servername};\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") +\n       \"static.chartbeat.com/js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n\n//CrazyEgg\nsetTimeout(function(){var a=document.createElement(\"script\");\nvar b=document.getElementsByTagName('script')[0];\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/2177.js?\"+Math.floor(new Date().getTime()/3600000);\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n</body></html> \n"
  },
  {
    "path": "tests/data/html/pixable.com1.html",
    "content": "<!DOCTYPE html>\n<!-- \"|| $CMSContentType === 'topic'\" was added to show something if pixable 1.0 user opens branded page-->\n<html\n    ng-app=\"ngapp\"\n    xmlns=\"http://www.w3.org/1999/xhtml\"\n    xmlns:fb=\"http://ogp.me/ns/fb#\"\n    xmlns:og=\"http://opengraphprotocol.org/schema/\"\n    class=\"  newStyle  \">\n\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n                    <title>Sorry Ladies And Gents, Sofia Vergara And Joe Manganiello Are Engaged | Pixable</title>\n                <meta id=\"metaViewport\" name=\"viewport\" content=\"width=device-width\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta names=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n        <meta name=\"google-site-verification\" content=\"L4oNbts31JUqyK1ySDIxhSomUL9OZqSo9ZKAkUV6vAE\" />\n        <meta name=\"p:domain_verify\" content=\"366c0bc82483eb3aed066b36824bf04a\"/>\n                <meta name=\"robots\" content=\"index, nofollow\">\n        \n                    <!-- prerender.io - let Google know that your HTML5 push state page uses\n            Javascript so that Google can ask for the static HTML page -->\n            <meta name=\"fragment\" content=\"!\" />\n        \n        <!-- Dissable google translate for chrome -->\n        <!--<meta name=\"google\" value=\"notranslate\">-->\n        <!-- ************************************* -->\n\n        <meta property=\"fb:admins\" content=\"601829,698186991,118714\">\r\n\t<meta property=\"fb:app_id\" content=\"88916178465\">\r\n\t<meta property=\"og:locale\" content=\"en_US\">\r\n\t<meta property=\"og:site_name\" content=\"Pixable\">\r\n\t<meta property=\"og:url\" content=\"http://www.pixable.com/article/sofia-vergara-and-joe-manganiello-are-engaged-54364/\">\r\n\t<meta property=\"og:title\" content=\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\">\r\n\t<meta property=\"og:description\" content=\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\">\r\n\t<meta property=\"og:type\" content=\"article\">\r\n\t<meta property=\"article:author\" content=\"Sophy Ziss\">\r\n\t<meta property=\"article:publisher\" content=\"http://www.facebook.com/pixable\">\r\n\t<meta property=\"article:tag\" content=\"engaged\">\r\n\t<meta property=\"article:tag\" content=\"joe manganiello\">\r\n\t<meta property=\"article:tag\" content=\"sofia vergara\">\r\n\t<meta property=\"article:section\" content=\"Celebrities\">\r\n\t<meta property=\"article:published_time\" content=\"2014-12-29T16:51:17+00:00\">\r\n\t<meta property=\"article:modified_time\" content=\"2014-12-29T17:02:14+00:00\">\r\n\t<meta property=\"og:image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/sofia-vergara-1200x630.png\">\r\n\t<meta property=\"twitter:site\" content=\"@pixable\">\r\n\t<meta property=\"twitter:title\" content=\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\">\r\n\t<meta property=\"twitter:description\" content=\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\">\r\n\t<meta property=\"twitter:creator\" content=\"@pixablesophy\">\r\n\t<meta property=\"twitter:card\" content=\"summary_large_image\">\r\n\t<meta property=\"twitter:image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/sofia-vergara-1200x630.png\">\r\n\t<meta name=\"author\" content=\"Sophy Ziss\" />\r\n\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.3.3 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\"/>\n<link rel=\"canonical\" href=\"http://www.pixable.com/article/sofia-vergara-and-joe-manganiello-are-engaged-54364\" />\n<link rel=\"author\" href=\"https://plus.google.com/u/0/110178287274929227147/posts\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n\t<meta name=\"image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/sofia-vergara-1200x630.png\" />\r\n\t<meta name=\"thumbnail\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/sofia-vergara-165x126.png\" />\r\n\t<meta keywords=\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\" />\r\n\t<meta name=\"keywords\" content=\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\" />\r\n\t<meta name=\"news_keywords\" content=\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\" />\r\n\n        <!-- App icons -->\n        <link rel=\"apple-touch-icon\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon.png\"/>\n        <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon72x72.png\"/>\n        <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon114x114.png\"/>\n        <link rel=\"apple-touch-icon-precomposed\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon72x72.png\"/>\n\n        <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>\n\n                    <link rel=\"shortcut icon\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/favicon.ico\" />\n        \n        \n<link type=\"text/css\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.gz.css\" rel=\"stylesheet\" media=\"screen\"></link>\n\n<script type='text/javascript'>\nvar client_ip_address=\"50.159.87.221\"\n;\n</script>\n\n        \n        <link href=\"https://plus.google.com/+pixable/\" rel=\"publisher\" />\n\n                                    <script src=\"//cdn.optimizely.com/js/1009480350.js\"></script>\n                    \n        <script type=\"text/javascript\">\n            if (navigator.cookieEnabled === false) {\n                window.location='/views/cookiesdisabled';\n            }\n        </script>\n\n        <script type=\"text/javascript\">\n            Date.prototype.addMonths = function(n){\n                this.setMonth(this.getMonth()+n);\n                return this;\n            }\n            var localization = null;\n            var preinitedStreams = {\"version\":\"1.2\",\"status\":0,\"msg\":\"ok\",\"data\":{\"StreamSet\":{\"Stream\":[{\"attributes\":{\"type\":\"Public\",\"name\":\"The Wedding Ringer \",\"id\":\"1364775679\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Jimmy is the best friend money can buy. But he's about to take on his biggest challenge. In theaters January 16th!\",\"categoryID\":\"5085\",\"categoryPermalink\":\"theweddingringer\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"36\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1364775679\\/11cdcf13ae02b5f502a00d008ec2e2e6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1364775679\\/11cdcf13ae02b5f502a00d008ec2e2e6.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":106,\"UnseenCount\":106,\"ImageCount\":\"106\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420244924\",\"OldestItemDate\":\"1419277313\",\"NewestItemCreatedDate\":\"1420243144\",\"OldestItemCreatedDate\":\"1403052527\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[],\"campaign\":{\"campaign_id\":\"the-wedding-ringer\",\"presented_by_url\":\"\"},\"meta_tags\":{\"title\":\"\",\"image\":\"\",\"link\":\"\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Celebs\",\"id\":\"152\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos shared by your favorite celebrities.\",\"categoryID\":\"152\",\"categoryPermalink\":\"celebs\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"37\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"47\",\"102\",\"40\",\"163\",\"106\",\"141\",\"111\",\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282757,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":598,\"UnseenCount\":598,\"ImageCount\":598,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/celebs.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/celebs.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/celebs.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/celebs.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284415\",\"OldestItemDate\":\"1420001137\",\"NewestItemCreatedDate\":\"1420284411\",\"OldestItemCreatedDate\":\"1420001133\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0107b5da2c4e1723c7318c1c49d08b95.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/165ea6b8a8bb5508bb764cb68f68916c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bda85e52386017314c30d333cea2fee2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7c51ec797e0a89c8ab562404f1b7b878.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos shared by your favorite celebrities.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/152?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Travel and Places\",\"id\":\"106\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos being shared around the world of beautiful travel destinations.\",\"categoryID\":\"106\",\"categoryPermalink\":\"travelnplaces\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"38\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"78\",\"5007\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282324,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/travel.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/travel.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/travel.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/travel.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283356\",\"OldestItemDate\":\"1419419369\",\"NewestItemCreatedDate\":\"1420283353\",\"OldestItemCreatedDate\":\"1419419365\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fc076ccbe038ceb29c3b26991bd7959c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9ff4805166e4f127dcbfea096aee37d3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37b84f276fa9455a3a58a7d6c2928c7e.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8607c2849381f6a1c49e4241630e9f77.png\"}],\"cms_categories\":[\"travel-and-places\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos being shared around the world of beautiful travel destinations.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/106?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cute\",\"id\":\"161\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The cutest photos you've ever seen.\",\"categoryID\":\"161\",\"categoryPermalink\":\"cute\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"39\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5007\",\"40\",\"78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282633,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282631\",\"OldestItemDate\":\"1420047038\",\"NewestItemCreatedDate\":\"1420281908\",\"OldestItemCreatedDate\":\"1420047029\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"}],\"cms_categories\":[\"animals\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The cutest photos you've ever seen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/161?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Food \",\"id\":\"5\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos shared by foodies from around the world.\",\"categoryID\":\"45\",\"categoryPermalink\":\"food\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"40\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\"161\",\"5007\",\"39\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":588,\"UnseenCount\":588,\"ImageCount\":588,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/food.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/food.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/food.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/food.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284612\",\"OldestItemDate\":\"1419720302\",\"NewestItemCreatedDate\":\"1420284607\",\"OldestItemCreatedDate\":\"1419719889\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos shared by foodies from around the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/5?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Funny\",\"id\":\"111\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The funniest photos and videos being shared today.\",\"categoryID\":\"111\",\"categoryPermalink\":\"funny\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"41\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"1\",\"relatedCategories\":[\"183\",\"165\",\"64\",\"141\",\"165\",\"152\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281908,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/funny.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/funny.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/funny.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/funny.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284618\",\"OldestItemDate\":\"1419820210\",\"NewestItemCreatedDate\":\"1420284615\",\"OldestItemCreatedDate\":\"1419820207\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a5a9d2deac436fd7e9a92ddf5492497.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d03fb53f9a2029d35a3fc65d72fae6b3.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f69705ddcec40860bdefd238cd341ab5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c3f0695560e70d8e43d4c9afa872b990.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The funniest photos and videos being shared today.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/111?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Space And Astronomy \",\"id\":\"1364762878\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Space And Astronomy\",\"categoryID\":\"5019\",\"categoryPermalink\":\"spacenastronomy\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"42\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284124,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420252522\",\"OldestItemDate\":\"1415199189\",\"NewestItemCreatedDate\":\"1420227007\",\"OldestItemCreatedDate\":\"1416674710\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"}],\"cms_categories\":[\"sci-tech\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Space And Astronomy\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364762878?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Style & Fashion\",\"id\":\"102\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trending style and fashion photos.\",\"categoryID\":\"102\",\"categoryPermalink\":\"stylenfashion\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"43\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\",\"156\",\"50\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284795,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":599,\"UnseenCount\":599,\"ImageCount\":599,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fashion.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fashion.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fashion.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fashion.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284792\",\"OldestItemDate\":\"1420133256\",\"NewestItemCreatedDate\":\"1420284299\",\"OldestItemCreatedDate\":\"1420133248\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Trending style and fashion photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/102?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Culture \",\"id\":\"1364766978\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Humanity, we're kind of a complicated civilization, but it's our culture that helps us figure each other out.\",\"categoryID\":\"5028\",\"categoryPermalink\":\"culture\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"44\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284019,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284618\",\"OldestItemDate\":\"1419232564\",\"NewestItemCreatedDate\":\"1420284616\",\"OldestItemCreatedDate\":\"1419232562\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Humanity, we're kind of a complicated civilization, but it's our culture that helps us figure each other out.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766978?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Do It Yourself\",\"id\":\"1364767622\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Check out this awesome feed on all things Do It Yourself. Stimulate ideas, and create what you've always wanted to make!\",\"categoryID\":\"5037\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"45\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\" 102\",\" 5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408924578\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420271651\",\"OldestItemDate\":\"1406686525\",\"NewestItemCreatedDate\":\"1420271649\",\"OldestItemCreatedDate\":\"1405300076\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Check out this awesome feed on all things Do It Yourself. Stimulate ideas, and create what you've always wanted to make!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767622?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Interior Design \",\"id\":\"1364768925\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Interesting photographs of various living spaces. Find inspiration on how to decorate your home with this interior design photofeed.\",\"categoryID\":\"5054\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"46\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284124,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284068\",\"OldestItemDate\":\"1419650461\",\"NewestItemCreatedDate\":\"1420284066\",\"OldestItemCreatedDate\":\"1419650460\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Interesting photographs of various living spaces. Find inspiration on how to decorate your home with this interior design photofeed.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768925?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"New Movie Trailers \",\"id\":\"141\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"Trending movie trailers\",\"categoryID\":\"141\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"47\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"0\",\"serviceName\":\"\",\"serviceInternalName\":\"\",\"priority\":\"0\",\"relatedCategories\":[\"109\",\"152\",\"47\",\"161\",\"163\",\"156\",\"50\",\"152\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"\"],\"defaultServiceIcon\":\"\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1384908102\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/movies.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/movies.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/movies.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/movies.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420218365\",\"OldestItemDate\":\"1392226041\",\"NewestItemCreatedDate\":\"1420218361\",\"OldestItemCreatedDate\":\"1402007354\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8bad586d7c128ea7dcb4cc8079b2dcb0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending movie trailers\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/141?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Perfect Timing \",\"id\":\"1364767702\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"What are the chances of snapping a photo at the perfect time? The chances are high, but the visual results could be unpredictable. Here are incredible and perfectly timed pictures\",\"categoryID\":\"5040\",\"categoryPermalink\":\"perfecttiming\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"48\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282624,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":577,\"UnseenCount\":577,\"ImageCount\":577,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420241045\",\"OldestItemDate\":\"1405804980\",\"NewestItemCreatedDate\":\"1420239600\",\"OldestItemCreatedDate\":\"1375729227\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"What are the chances of snapping a photo at the perfect time? The chances are high, but the visual results could be unpredictable. Here are incredible and perfectly timed pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767702?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Television\",\"id\":\"1364768197\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A look behind the scenes of TV stars, shows, and upcoming trailers.\",\"categoryID\":\"5042\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"49\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282092,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420265582\",\"OldestItemDate\":\"1417183505\",\"NewestItemCreatedDate\":\"1420254066\",\"OldestItemCreatedDate\":\"1417183501\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/09bd3a069200a1893f14ae736d2824bf.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/75b4f1af7bdb9dd27544e36781e8d00f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5cf9483fa5c9a3c621fe7b263c89b4cd.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72303f19a9dee5bc7f70470389c5ba2e.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"A look behind the scenes of TV stars, shows, and upcoming trailers.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768197?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Music Celebs\",\"id\":\"7\",\"OwnerId\":\"0\",\"internal_name\":\"PublicInstagramFeed\",\"description\":\"Music celebrities in instagram\",\"categoryID\":\"47\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"50\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"3\",\"serviceName\":\"Instagram\",\"serviceInternalName\":\"instagram\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/instagram-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283412,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/music_celebs.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/music_celebs.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/music_celebs.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/music_celebs.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283412\",\"OldestItemDate\":\"1419124211\",\"NewestItemCreatedDate\":\"1420282495\",\"OldestItemCreatedDate\":\"1419120732\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b4bc798f239951778c4cef8fa19f319.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/84ecc230d5f207e045f7617f500a6950.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/22bc51210783067a460365df010f7dad.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/413fabc66ed06789bf45c96575e5f7f3.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Music celebrities in instagram\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/7?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Art\",\"id\":\"1364766759\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Are you an art lover? Then you'll love this selection of incredible art photos from all over the world.\",\"categoryID\":\"5027\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"51\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411843774\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272125\",\"OldestItemDate\":\"1416027796\",\"NewestItemCreatedDate\":\"1420272124\",\"OldestItemCreatedDate\":\"1416027795\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Are you an art lover? Then you'll love this selection of incredible art photos from all over the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766759?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Street Art \",\"id\":\"1364766979\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Take a look at these magnificent works of street art from across the world.\",\"categoryID\":\"5029\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"52\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284673,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272228\",\"OldestItemDate\":\"1415382798\",\"NewestItemCreatedDate\":\"1420272226\",\"OldestItemCreatedDate\":\"1415379957\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Take a look at these magnificent works of street art from across the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766979?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Digital Art \",\"id\":\"1364766980\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Woah! It totally looks like a painting, but it's created with a computer. You'll be surprised at the amount of digital art there are nowadays. \",\"categoryID\":\"5030\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"53\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281191,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420276813\",\"OldestItemDate\":\"1415121504\",\"NewestItemCreatedDate\":\"1420273138\",\"OldestItemCreatedDate\":\"1415120120\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Woah! It totally looks like a painting, but it's created with a computer. You'll be surprised at the amount of digital art there are nowadays. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766980?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Architecture \",\"id\":\"1364767137\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you have an eye for design? From skyscrapers to uniquely built structures, stay updated on the best architecture.\",\"categoryID\":\"5032\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"54\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\" 106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284672,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284671\",\"OldestItemDate\":\"1416874940\",\"NewestItemCreatedDate\":\"1420281364\",\"OldestItemCreatedDate\":\"1416874463\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Do you have an eye for design? From skyscrapers to uniquely built structures, stay updated on the best architecture.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767137?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Historical Photos \",\"id\":\"1364767288\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Let's go back to the good old days. Take a look at our extensive curation of historical photos.\",\"categoryID\":\"5034\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"55\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5028\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281725,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280161\",\"OldestItemDate\":\"1419571087\",\"NewestItemCreatedDate\":\"1420280160\",\"OldestItemCreatedDate\":\"1419568339\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Let's go back to the good old days. Take a look at our extensive curation of historical photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767288?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Adventure\",\"id\":\"110\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best Adventure and Extreme videos and photos you have ever seen.\",\"categoryID\":\"110\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"56\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\",\"78\",\"43\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1404248657\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/adventure.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/adventure.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/adventure.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/adventure.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284351\",\"OldestItemDate\":\"1417723084\",\"NewestItemCreatedDate\":\"1420275849\",\"OldestItemCreatedDate\":\"1413293161\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fc076ccbe038ceb29c3b26991bd7959c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9ff4805166e4f127dcbfea096aee37d3.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8607c2849381f6a1c49e4241630e9f77.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37b84f276fa9455a3a58a7d6c2928c7e.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The best Adventure and Extreme videos and photos you have ever seen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/110?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Instagram\",\"id\":\"2\",\"OwnerId\":\"0\",\"internal_name\":\"PopularFromInstagram\",\"description\":\"Trending photos on Instagram.\",\"categoryID\":\"40\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"57\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"3\",\"serviceName\":\"Instagram\",\"serviceInternalName\":\"instagram\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"73\",\"163\",\"156\",\"50\",\"102\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/instagram-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282867,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/instagram.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/instagram.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/instagram.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/instagram.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282867\",\"OldestItemDate\":\"1420153267\",\"NewestItemCreatedDate\":\"1420281881\",\"OldestItemCreatedDate\":\"1420143032\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/820f33b7e4f3338d0984f1049b78dc80.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2c2a08ac580d2e34783e33a3519f2c2e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fa2c0b25b5c3188d46caccef3613cdb5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5a8b9b12ee820cae6c8c52217083899f.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending photos on Instagram.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/2?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Flickr\",\"id\":\"1\",\"OwnerId\":\"0\",\"internal_name\":\"InterestingFromFlickr\",\"description\":\"Trending photos on Flickr.\",\"categoryID\":\"39\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"58\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"2\",\"serviceName\":\"Flickr\",\"serviceInternalName\":\"flickr\",\"priority\":\"0\",\"relatedCategories\":[\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/flickr-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282869,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"CoverImageFull\":\"https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/flickr.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/flickr.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/flickr.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/flickr.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity_desc\",\"NewestItemDate\":\"1420275655\",\"OldestItemDate\":\"1419829253\",\"NewestItemCreatedDate\":\"1420271770\",\"OldestItemCreatedDate\":\"1419783949\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bb5143d64ba59d1f09cbdad253ea3cf8.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1cfc8b9e37a1dd63d018db41040b4b65.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cc673b67218cf27df59f3974760160c9.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9c02c87a1697e5adda197627266310c5.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending photos on Flickr.\",\"image\":\"https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sports\",\"id\":\"156\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latests photos in the world of sports.\",\"categoryID\":\"156\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"59\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"110\",\"43\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281911,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284682\",\"OldestItemDate\":\"1420163108\",\"NewestItemCreatedDate\":\"1420284678\",\"OldestItemCreatedDate\":\"1420163104\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latests photos in the world of sports.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/156?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" NFL\",\"id\":\"166\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best and most shocking NFL pictures\",\"categoryID\":\"166\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"60\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"163\",\"161\",\"152\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284673,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282761\",\"OldestItemDate\":\"1420093806\",\"NewestItemCreatedDate\":\"1420279209\",\"OldestItemCreatedDate\":\"1407636226\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The best and most shocking NFL pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/166?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Extreme Sports \",\"id\":\"1364768926\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Incredible photographs of professional extreme sports athletes. \",\"categoryID\":\"5055\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"61\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"110\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281545,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420277765\",\"OldestItemDate\":\"1417105925\",\"NewestItemCreatedDate\":\"1420276929\",\"OldestItemCreatedDate\":\"1417105545\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Incredible photographs of professional extreme sports athletes. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768926?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Soccer\",\"id\":\"1364769260\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"View the latest images from your favorite Futbol stars and teams. \",\"categoryID\":\"5056\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"62\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/worldcup.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/worldcup.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/worldcup.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284368\",\"OldestItemDate\":\"1419850294\",\"NewestItemCreatedDate\":\"1420284367\",\"OldestItemCreatedDate\":\"1419849741\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/ced372c4d812f4b33607f94d3ec35ec6.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/ce80d20d031020c4b295b0544db3a4ef.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/905d1a23c320c8b514c9d4bcbad2d19e.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c7cf287f28c8756f10ce69b04bbb95e6.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"View the latest images from your favorite Futbol stars and teams. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769260?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"NBA\",\"id\":\"1364758782\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best NBA 13-14 Season Highlights and pictures\",\"categoryID\":\"5012\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"63\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"166\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411891886\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/nba.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/nba.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/nba.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/nba.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420270554\",\"OldestItemDate\":\"1420044659\",\"NewestItemCreatedDate\":\"1420270553\",\"OldestItemCreatedDate\":\"1420044658\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Best NBA 13-14 Season Highlights and pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364758782?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cars\",\"id\":\"1364757120\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best cars pictures and videos anyone can ever see\",\"categoryID\":\"5005\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"64\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"103\",\"102\",\"152\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1409949330\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":580,\"UnseenCount\":580,\"ImageCount\":580,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cars.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cars.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cars.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cars.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282696\",\"OldestItemDate\":\"1417706181\",\"NewestItemCreatedDate\":\"1420278611\",\"OldestItemCreatedDate\":\"1417379430\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/709964223347963b5b4ed7ecba5dc894.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b28edb8393a60ef0916100bc9f0a670e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5709a87365c4f6b3a92f7beec7392fb7.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/758a82969bd3262e689dd9767ec7479b.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Best cars pictures and videos anyone can ever see\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364757120?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Video Games \",\"id\":\"1364758803\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Latest VideoGames pictures and Videos\",\"categoryID\":\"5013\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"65\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"165\",\"111\",\"110\",\"5005\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406945478\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":591,\"UnseenCount\":591,\"ImageCount\":591,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420268216\",\"OldestItemDate\":\"1418502879\",\"NewestItemCreatedDate\":\"1420250450\",\"OldestItemCreatedDate\":\"1418364396\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"}],\"cms_categories\":[\"sci-tech\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Latest VideoGames pictures and Videos\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364758803?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Books \",\"id\":\"1364768480\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Bookworm? Perhaps you just want to read a new book. Check out the latest books here.\",\"categoryID\":\"5047\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"66\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283349,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":598,\"UnseenCount\":598,\"ImageCount\":598,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/news.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/news.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/news.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/news.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420253103\",\"OldestItemDate\":\"1418148634\",\"NewestItemCreatedDate\":\"1420251399\",\"OldestItemCreatedDate\":\"1418148633\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Bookworm? Perhaps you just want to read a new book. Check out the latest books here.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768480?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Get Inspired\",\"id\":\"1364757851\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best inspirational quotes that will improve anyone's mood\",\"categoryID\":\"5007\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"67\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"106\",\"40\",\"78\",\"43\",\"45\",\"152\",\"163\",\"165\",\"156\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283595,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":543,\"UnseenCount\":543,\"ImageCount\":543,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/inspirational_quotes.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/inspirational_quotes.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/inspirational_quotes.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/inspirational_quotes.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283594\",\"OldestItemDate\":\"1418596033\",\"NewestItemCreatedDate\":\"1420282800\",\"OldestItemCreatedDate\":\"1418594402\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Best inspirational quotes that will improve anyone's mood\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364757851?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cats \",\"id\":\"1364766436\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Cats are awesome, you love them and so do we. \",\"categoryID\":\"5024\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"68\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284490,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420279234\",\"OldestItemDate\":\"1419180905\",\"NewestItemCreatedDate\":\"1420279233\",\"OldestItemCreatedDate\":\"1419180905\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Cats are awesome, you love them and so do we. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766436?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Dogs \",\"id\":\"1364766752\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"We put the 'aww' in 'dawwg'. Get your daily dog dose!\",\"categoryID\":\"5025\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"69\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284081,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420262831\",\"OldestItemDate\":\"1417367708\",\"NewestItemCreatedDate\":\"1420260170\",\"OldestItemCreatedDate\":\"1417367707\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"We put the 'aww' in 'dawwg'. Get your daily dog dose!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766752?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Wild Animals \",\"id\":\"1364766758\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Explore the wild! Take a look at an exotic array of wild animal photographs.\",\"categoryID\":\"5026\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"70\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420280546,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420275381\",\"OldestItemDate\":\"1416465604\",\"NewestItemCreatedDate\":\"1420267217\",\"OldestItemCreatedDate\":\"1416465601\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Explore the wild! Take a look at an exotic array of wild animal photographs.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766758?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Top News \",\"id\":\"163\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trending news related photos.\",\"categoryID\":\"163\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"71\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"183\",\"166\",\"156\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406850986\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/news.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/news.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/news.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/news.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284683\",\"OldestItemDate\":\"1420178373\",\"NewestItemCreatedDate\":\"1420284679\",\"OldestItemCreatedDate\":\"1420178370\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/09eb9daed6f493e68f18632588cc7415.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c7c9acdb4cb0e1d14aed2e732844c1eb.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7451df6510bebc2e3750f5c1022c572f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7d091bae52ede3f4da7542b39bff6e2d.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"Trending news related photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/163?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Movie Stars \",\"id\":\"1364768196\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A peek on what's new with movie stars both on and off the screen.\",\"categoryID\":\"5045\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"72\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495161\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420226507\",\"OldestItemDate\":\"1410833801\",\"NewestItemCreatedDate\":\"1420226502\",\"OldestItemCreatedDate\":\"1410830813\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a96bae5af7f0624df14ff01228b372c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"A peek on what's new with movie stars both on and off the screen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768196?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Memes \",\"id\":\"1364768815\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Get ready to burst into tears with these hilarious memes.\",\"categoryID\":\"5051\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"73\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495153\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420244473\",\"OldestItemDate\":\"1409336649\",\"NewestItemCreatedDate\":\"1419794408\",\"OldestItemCreatedDate\":\"1409335106\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a5a9d2deac436fd7e9a92ddf5492497.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d03fb53f9a2029d35a3fc65d72fae6b3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c3f0695560e70d8e43d4c9afa872b990.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f69705ddcec40860bdefd238cd341ab5.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Get ready to burst into tears with these hilarious memes.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768815?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Anime \",\"id\":\"1364768483\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Dive into the world of hand-drawn and computer animation. Specifically, 'Anime', a Japanese term for all forms of animation \",\"categoryID\":\"5048\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"74\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281965,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420281964\",\"OldestItemDate\":\"1419280324\",\"NewestItemCreatedDate\":\"1420279200\",\"OldestItemCreatedDate\":\"1419278401\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Dive into the world of hand-drawn and computer animation. Specifically, 'Anime', a Japanese term for all forms of animation \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768483?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cosplay \",\"id\":\"1364768484\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Check out these incredibly cosplay artists and their outfits.\",\"categoryID\":\"5049\",\"categoryPermalink\":\"cosplay\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"75\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5048\",\" 165\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282935,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282934\",\"OldestItemDate\":\"1415994088\",\"NewestItemCreatedDate\":\"1420279202\",\"OldestItemCreatedDate\":\"1416416087\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6a05a844bc319b56c43e14c74dcdc50.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6337f9a3bb6b11b537e80e96faabd774.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2e0b715f11f0f5b29a4be7ddda278c32.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0105bcec139721c29b294bfe122b9ebf.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Check out these incredibly cosplay artists and their outfits.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768484?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Comics \",\"id\":\"165\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Pictures related to the Comic world\",\"categoryID\":\"165\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"76\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\",\"47\",\"161\",\"163\",\"156\",\"50\",\"152\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1378565633\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":589,\"UnseenCount\":589,\"ImageCount\":589,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/comics.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/comics.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/comics.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/comics.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420269821\",\"OldestItemDate\":\"1419374475\",\"NewestItemCreatedDate\":\"1420269817\",\"OldestItemCreatedDate\":\"1419374471\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Pictures related to the Comic world\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/165?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Graphic Novels \",\"id\":\"1364768377\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"With new heroes, there are also new villians. Check out the latest art and work of these graphic novel artists.\",\"categoryID\":\"5046\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"77\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"165\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284135,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280356\",\"OldestItemDate\":\"1415189178\",\"NewestItemCreatedDate\":\"1420279335\",\"OldestItemCreatedDate\":\"1415189176\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"With new heroes, there are also new villians. Check out the latest art and work of these graphic novel artists.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768377?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Home\",\"id\":\"149\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Home Decoration\",\"categoryID\":\"149\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"78\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\"106\",\"5007\",\"45\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282507,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":568,\"UnseenCount\":568,\"ImageCount\":568,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/home_decoration.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/home_decoration.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282506\",\"OldestItemDate\":\"1420029907\",\"NewestItemCreatedDate\":\"1420281914\",\"OldestItemCreatedDate\":\"1420029313\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Home Decoration\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/149?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Gardening \",\"id\":\"1364768863\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trying to create the perfect front yard? Perhaps your backyard garden needs a bit of work? Here's the latest on gardening and tips from professional gardeners.\",\"categoryID\":\"5053\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"79\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283717,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420273224\",\"OldestItemDate\":\"1417524051\",\"NewestItemCreatedDate\":\"1420273223\",\"OldestItemCreatedDate\":\"1417524049\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Trying to create the perfect front yard? Perhaps your backyard garden needs a bit of work? Here's the latest on gardening and tips from professional gardeners.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768863?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Men's Fashion \",\"id\":\"1364769261\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"From dapper to streetwear, here's what's new with men's fashion.\",\"categoryID\":\"5057\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"80\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"102\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284018,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fashion.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fashion.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fashion.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fashion.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284017\",\"OldestItemDate\":\"1419168911\",\"NewestItemCreatedDate\":\"1420282802\",\"OldestItemCreatedDate\":\"1419166801\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/feddac8d7d7096f411a6f2d2f2488646.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7b3ebf404443ddb4a831954de042e1be.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"From dapper to streetwear, here's what's new with men's fashion.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769261?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Classic Cars \",\"id\":\"1364766999\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The just don't make em' like they used to.\",\"categoryID\":\"5031\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"81\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5005\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284251,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cars.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cars.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cars.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cars.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280477\",\"OldestItemDate\":\"1418072781\",\"NewestItemCreatedDate\":\"1420277668\",\"OldestItemCreatedDate\":\"1418071200\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b28edb8393a60ef0916100bc9f0a670e.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/709964223347963b5b4ed7ecba5dc894.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5709a87365c4f6b3a92f7beec7392fb7.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/758a82969bd3262e689dd9767ec7479b.png\"}],\"cms_categories\":[\"life\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"The just don't make em' like they used to.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766999?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Victoria's Secret Angels\",\"id\":\"103\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best Victorias Secret Angels pictures\",\"categoryID\":\"103\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"82\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"60\",\"152\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283249,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/models.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/models.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/models.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/models.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420253653\",\"OldestItemDate\":\"1419268209\",\"NewestItemCreatedDate\":\"1420253649\",\"OldestItemCreatedDate\":\"1419268052\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0107b5da2c4e1723c7318c1c49d08b95.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/165ea6b8a8bb5508bb764cb68f68916c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bda85e52386017314c30d333cea2fee2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7c51ec797e0a89c8ab562404f1b7b878.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"The best Victorias Secret Angels pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/103?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Video Game Art \",\"id\":\"1364768820\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Your favorite video game characters painted and recreated by artists. An extensive collection of video game art.\",\"categoryID\":\"5052\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"83\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5013\",\" 5048\",\" 5050\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495164\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420165340\",\"OldestItemDate\":\"1402667807\",\"NewestItemCreatedDate\":\"1420165338\",\"OldestItemCreatedDate\":\"1402667799\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Your favorite video game characters painted and recreated by artists. An extensive collection of video game art.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768820?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Digital Photography \",\"id\":\"1364767407\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A visually striking curation of digital photography.\",\"categoryID\":\"5035\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"84\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408982900\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":576,\"UnseenCount\":576,\"ImageCount\":\"576\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408979114\",\"OldestItemDate\":\"1403774955\",\"NewestItemCreatedDate\":\"1408978013\",\"OldestItemCreatedDate\":\"1403772659\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\" service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"A visually striking curation of digital photography.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767407?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Lomography\",\"id\":\"78\",\"OwnerId\":\"0\",\"internal_name\":\"PopularPhotosFromLomo\",\"description\":\"Trending photos on Lomography.\",\"categoryID\":\"78\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"85\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"10\",\"serviceName\":\"Lomography\",\"serviceInternalName\":\"lomography\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"64\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/lomography.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283187,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":80,\"UnseenCount\":80,\"ImageCount\":80,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"120\",\"MinLoadItems\":\"12\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283187\",\"OldestItemDate\":\"1420283187\",\"NewestItemCreatedDate\":\"1418778489\",\"OldestItemCreatedDate\":\"1355346942\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Trending photos on Lomography.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/78?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cameras \",\"id\":\"1364767623\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Stay updated on the latest photography technologies and cameras.\",\"categoryID\":\"5038\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"86\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5035\",\" 78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282625,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420278844\",\"OldestItemDate\":\"1417289410\",\"NewestItemCreatedDate\":\"1420275601\",\"OldestItemCreatedDate\":\"1418144038\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Stay updated on the latest photography technologies and cameras.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767623?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sculpture \",\"id\":\"1364767138\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Take a look at these amazing artists who use different materials to create awesome sculptures.\",\"categoryID\":\"5033\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"87\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\",\" 5028\",\" 5029\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406197938\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":593,\"UnseenCount\":593,\"ImageCount\":\"593\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419874731\",\"OldestItemDate\":\"1402337098\",\"NewestItemCreatedDate\":\"1419874729\",\"OldestItemCreatedDate\":\"1333130528\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Take a look at these amazing artists who use different materials to create awesome sculptures.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767138?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Movie Posters \",\"id\":\"1364767703\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"If you're a movie buff, you'll love these incredibly detailed pictures of movie posters.\",\"categoryID\":\"5041\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"88\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284366,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420264754\",\"OldestItemDate\":\"1413842371\",\"NewestItemCreatedDate\":\"1420245818\",\"OldestItemCreatedDate\":\"1413842352\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8bad586d7c128ea7dcb4cc8079b2dcb0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"If you're a movie buff, you'll love these incredibly detailed pictures of movie posters.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767703?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Album Covers Worldwide\",\"id\":\"1364768195\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Are you a vinyl junkie? An obsessive record store shopper? Have a look at these album covers, both old and new.\",\"categoryID\":\"5044\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"89\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"47\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283475,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420260791\",\"OldestItemDate\":\"1417652237\",\"NewestItemCreatedDate\":\"1420259234\",\"OldestItemCreatedDate\":\"1417651772\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/84ecc230d5f207e045f7617f500a6950.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b4bc798f239951778c4cef8fa19f319.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/22bc51210783067a460365df010f7dad.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/413fabc66ed06789bf45c96575e5f7f3.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Are you a vinyl junkie? An obsessive record store shopper? Have a look at these album covers, both old and new.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768195?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Aviation \",\"id\":\"1364769614\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you have a thrill for flying? Check out these incredible photographs of aviation.\",\"categoryID\":\"5062\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"90\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284072,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272725\",\"OldestItemDate\":\"1416928554\",\"NewestItemCreatedDate\":\"1420269406\",\"OldestItemCreatedDate\":\"1417612578\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6337f9a3bb6b11b537e80e96faabd774.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6a05a844bc319b56c43e14c74dcdc50.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2e0b715f11f0f5b29a4be7ddda278c32.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0105bcec139721c29b294bfe122b9ebf.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Do you have a thrill for flying? Check out these incredible photographs of aviation.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769614?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Gadgets \",\"id\":\"1364769617\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Here's a photo curation of the latest technological gadgets and devices.\",\"categoryID\":\"5063\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"91\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5052\",\" 5035\",\" 5013\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282745,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284195\",\"OldestItemDate\":\"1419517085\",\"NewestItemCreatedDate\":\"1420284194\",\"OldestItemCreatedDate\":\"1419517083\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Here's a photo curation of the latest technological gadgets and devices.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769617?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Apple \",\"id\":\"1364769619\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you enjoy using Apple products? Well, here are photos to keep you updated on what's new with Apple.\",\"categoryID\":\"5065\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"92\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5063\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283966,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420261272\",\"OldestItemDate\":\"1417376953\",\"NewestItemCreatedDate\":\"1420259406\",\"OldestItemCreatedDate\":\"1417376283\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Do you enjoy using Apple products? Well, here are photos to keep you updated on what's new with Apple.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769619?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Android \",\"id\":\"1364769620\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Geek out on the latest Android software, games, products, and more. Here are photos on what's new with Android.\",\"categoryID\":\"5066\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"93\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5063\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283772,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282954\",\"OldestItemDate\":\"1417813912\",\"NewestItemCreatedDate\":\"1420282952\",\"OldestItemCreatedDate\":\"1417813187\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Geek out on the latest Android software, games, products, and more. Here are photos on what's new with Android.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769620?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Europe \",\"id\":\"1364769612\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"You've heard of the Eiffel Tower, The Tower of London, and the Acropolis, and here are tons of more beautiful landmarks, and scenery of Europe.  \",\"categoryID\":\"5060\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"94\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1410476839\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":588,\"UnseenCount\":588,\"ImageCount\":\"588\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419573797\",\"OldestItemDate\":\"1409921116\",\"NewestItemCreatedDate\":\"1410471276\",\"OldestItemCreatedDate\":\"1386244397\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"You've heard of the Eiffel Tower, The Tower of London, and the Acropolis, and here are tons of more beautiful landmarks, and scenery of Europe.  \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769612?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"South America \",\"id\":\"1364769555\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Ever wanted to visit South America? Now you can in photos! Here are some of the most striking images in the countries of South America.\",\"categoryID\":\"5059\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"95\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281906,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420255445\",\"OldestItemDate\":\"1417469586\",\"NewestItemCreatedDate\":\"1420254254\",\"OldestItemCreatedDate\":\"1417467661\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Ever wanted to visit South America? Now you can in photos! Here are some of the most striking images in the countries of South America.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769555?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Asia \",\"id\":\"1364769613\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Stunning photographs of every country in Asia.\",\"categoryID\":\"5061\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"96\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282936,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282936\",\"OldestItemDate\":\"1419602534\",\"NewestItemCreatedDate\":\"1420282801\",\"OldestItemCreatedDate\":\"1419600078\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Stunning photographs of every country in Asia.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769613?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"North America \",\"id\":\"1364769520\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Did you know there are over 20 countries and island nations in North America? Here are beautiful photographs of people and the region.\",\"categoryID\":\"5058\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"97\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282085,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420255625\",\"OldestItemDate\":\"1418996945\",\"NewestItemCreatedDate\":\"1420253116\",\"OldestItemCreatedDate\":\"1418993351\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Did you know there are over 20 countries and island nations in North America? Here are beautiful photographs of people and the region.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769520?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Fitness \",\"id\":\"3\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Fitness\",\"categoryID\":\"43\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"99\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"110\",\"163\",\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282954,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fitness.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fitness.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fitness.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fitness.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282830\",\"OldestItemDate\":\"1419612134\",\"NewestItemCreatedDate\":\"1420282826\",\"OldestItemCreatedDate\":\"1419611368\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Fitness\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/3?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Most Shared Ad Videos\",\"id\":\"64\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"Youtube's Most shared ads\",\"categoryID\":\"64\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"101\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"0\",\"serviceName\":\"\",\"serviceInternalName\":\"\",\"priority\":\"0\",\"relatedCategories\":[\"183\",\"111\",\"165\",\"141\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"10\"],\"defaultServiceIcon\":\"\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1384382428\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"CoverImageFull\":\"http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":52,\"UnseenCount\":52,\"ImageCount\":\"52\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ad_videos.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ad_videos.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/ad_videos.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/ad_videos.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1389373437\",\"OldestItemDate\":\"1378652744\",\"NewestItemCreatedDate\":\"1388765086\",\"OldestItemCreatedDate\":\"1378652784\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dbd49693ce324435d33ec9d759c2864c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69d3bbdf48ff6724b851705250e5e992.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Youtube's Most shared ads\",\"image\":\"http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/64?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Trending YouTube Videos\",\"id\":\"208\",\"OwnerId\":\"0\",\"internal_name\":\"YoutubeMost\",\"description\":\"The trending YouTube videos of the moment.\",\"categoryID\":\"183\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"102\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"5\",\"serviceName\":\"YouTube\",\"serviceInternalName\":\"youtube\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"165\",\"141\",\"152\",\"47\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/youtube-icon.jpeg\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1420239908\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/youtube.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/youtube.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/youtube.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/youtube.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1411664717\",\"OldestItemDate\":\"1407246232\",\"NewestItemCreatedDate\":\"1411590148\",\"OldestItemCreatedDate\":\"1144359053\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69d3bbdf48ff6724b851705250e5e992.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dbd49693ce324435d33ec9d759c2864c.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"The trending YouTube videos of the moment.\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/208?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Trending YouTube Videos\",\"id\":\"105\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"The trending YouTube videos of the moment.\",\"categoryID\":\"105\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"103\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"5\",\"serviceName\":\"YouTube\",\"serviceInternalName\":\"youtube\",\"priority\":\"0\",\"relatedCategories\":[\"102\",\"78\",\"79\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/youtube-icon.jpeg\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":578,\"UnseenCount\":578,\"ImageCount\":\"578\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/trending_videos.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"never\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1417021915\",\"OldestItemDate\":\"1378565820\",\"NewestItemCreatedDate\":\"1417021914\",\"OldestItemCreatedDate\":\"1318261825\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"The trending YouTube videos of the moment.\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/105?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"GMA Shows\",\"id\":\"153\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"GMA Shows\",\"categoryID\":\"153\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"106\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"152\",\"141\",\"161\",\"163\",\"165\",\"156\",\"50\",\"102\",\"40\",\"39\",\"7\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":1420282325,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/home_badge_whatshot.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283370\",\"OldestItemDate\":\"1417951742\",\"NewestItemCreatedDate\":\"1420283368\",\"OldestItemCreatedDate\":\"1417951620\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"GMA Shows\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/153?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Homeland\",\"id\":\"1364753234\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Viggle Test\",\"categoryID\":\"143\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"107\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\",\"111\",\"165\",\"141\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"10\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":1420282505,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":67,\"UnseenCount\":67,\"ImageCount\":\"67\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/whatshot.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/whatshot.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419809427\",\"OldestItemDate\":\"1383896746\",\"NewestItemCreatedDate\":\"1419809422\",\"OldestItemCreatedDate\":\"1354716020\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Viggle Test\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364753234?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"PEP\",\"id\":\"1364756925\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"PEP and pixable Partnership\",\"categoryID\":\"5002\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"108\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1412777187\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1412778149\",\"OldestItemDate\":\"1412777378\",\"NewestItemCreatedDate\":\"1412778148\",\"OldestItemCreatedDate\":\"1412777376\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"PEP and pixable Partnership\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364756925?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"SPIN\",\"id\":\"1364756926\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"PEP and pixable Partnership\",\"categoryID\":\"5002\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"108\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1412776041\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1412778160\",\"OldestItemDate\":\"1412777395\",\"NewestItemCreatedDate\":\"1412778148\",\"OldestItemCreatedDate\":\"1412777405\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"PEP and pixable Partnership\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364756926?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Photoshop\",\"id\":\"1364767701\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"These photos are unreal! Check out these images created by skilled photoshop artists.\",\"categoryID\":\"5039\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"110\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5035\",\" 5030\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284372,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420265476\",\"OldestItemDate\":\"1415914599\",\"NewestItemCreatedDate\":\"1420264656\",\"OldestItemCreatedDate\":\"1415914598\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"These photos are unreal! Check out these images created by skilled photoshop artists.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767701?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Xbox\",\"id\":\"1364768864\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Xbox fanatic? Here's whats new, from fan art to the latest games.\",\"categoryID\":\"5050\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"111\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5048\",\" 5050\",\" 5013\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284134,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420264427\",\"OldestItemDate\":\"1413903293\",\"NewestItemCreatedDate\":\"1420264423\",\"OldestItemCreatedDate\":\"1415648050\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Xbox fanatic? Here's whats new, from fan art to the latest games.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768864?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Aquatic Life \",\"id\":\"1364769673\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you love sea creatures? Perhaps, you've taken way too many visits to the aquarium. Here are stunning images of aquatic life for you to dive into.\",\"categoryID\":\"5067\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"112\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\" 5026\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282815,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":546,\"UnseenCount\":546,\"ImageCount\":\"546\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408032339\",\"OldestItemDate\":\"1397379782\",\"NewestItemCreatedDate\":\"1408032030\",\"OldestItemCreatedDate\":\"1405561863\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Do you love sea creatures? Perhaps, you've taken way too many visits to the aquarium. Here are stunning images of aquatic life for you to dive into.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769673?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Street Style \",\"id\":\"1364770225\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"At times, you may come across outlandish yet wonderfully styled looks on the street. Here are street style snaps we love.\",\"categoryID\":\"5068\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"113\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"102\",\" 5057\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282271,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282270\",\"OldestItemDate\":\"1419197414\",\"NewestItemCreatedDate\":\"1420279399\",\"OldestItemCreatedDate\":\"1419194561\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/feddac8d7d7096f411a6f2d2f2488646.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7b3ebf404443ddb4a831954de042e1be.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"At times, you may come across outlandish yet wonderfully styled looks on the street. Here are street style snaps we love.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770225?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"US News \",\"id\":\"1364770227\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"News coverage from across the United States of America.\",\"categoryID\":\"5069\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"114\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283594,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282810\",\"OldestItemDate\":\"1420047433\",\"NewestItemCreatedDate\":\"1420282809\",\"OldestItemCreatedDate\":\"1420047432\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"News coverage from across the United States of America.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770227?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"World News \",\"id\":\"1364770228\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Bring you breaking and local news from around the world. \",\"categoryID\":\"5070\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"115\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\",\" 5069\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281371,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284714\",\"OldestItemDate\":\"1420033713\",\"NewestItemCreatedDate\":\"1420284710\",\"OldestItemCreatedDate\":\"1420044702\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"Bring you breaking and local news from around the world. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770228?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Fireworks \",\"id\":\"1364774596\",\"OwnerId\":\"0\",\"internal_name\":\"CATEGORY CLASS NAME\",\"description\":\"A spectacular display of beautifully bursting fireworks\",\"categoryID\":\"5071\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"116\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"1\",\"serviceName\":\"Facebook\",\"serviceInternalName\":\"facebook\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/facebook-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/\",\"CoverImageFull\":\"\",\"CoverMediaType\":\"\",\"TotalCount\":0,\"UnseenCount\":0,\"ImageCount\":\"0\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"\",\"OldestItemDate\":\"\",\"NewestItemCreatedDate\":\"\",\"OldestItemCreatedDate\":\"\",\"Permission\":\"public\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"A spectacular display of beautifully bursting fireworks\",\"image\":\"\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364774596?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sin City: A Dame to Kill For \",\"id\":\"1364775662\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"You can never get enough of this rotten town.\",\"categoryID\":\"5080\",\"categoryPermalink\":\"sincity2\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"117\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281674,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ae3d836535c2f6c01f1ffe2f92a24afb.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ae3d836535c2f6c01f1ffe2f92a24afb.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":116,\"UnseenCount\":116,\"ImageCount\":\"116\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sin_city_2.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sin_city_2.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408745096\",\"OldestItemDate\":\"1407788437\",\"NewestItemCreatedDate\":\"1408745047\",\"OldestItemCreatedDate\":\"1407199501\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[\"sin-city-a-dame-to-kill-for\"],\"campaign\":{\"campaign_id\":\"campaign-sin-city-a-dame-to-kill-for\",\"presented_by_url\":\"\"},\"meta_tags\":{\"title\":\"\",\"image\":\"\",\"link\":\"\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"EPIC Fails \",\"id\":\"1364775668\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Here's your daily dose of stupid pranks, outlandish situations and overall, epic fails to keep that smile of yours going throughout the day.\",\"categoryID\":\"5082\",\"categoryPermalink\":\"epicfails\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"119\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411844118\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"CoverImageFull\":\"http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":121,\"UnseenCount\":121,\"ImageCount\":\"121\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1411844117\",\"OldestItemDate\":\"1411145104\",\"NewestItemCreatedDate\":\"1411842953\",\"OldestItemCreatedDate\":\"1408737051\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Here's your daily dose of stupid pranks, outlandish situations and overall, epic fails to keep that smile of yours going throughout the day.\",\"image\":\"http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775668?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Guardians Of The Galaxy\",\"id\":\"1364775052\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Keep up with the Guardians and check out the Guardians of the Galaxy photos you need to see!\",\"categoryID\":\"5074\",\"categoryPermalink\":\"guardiansofthegalaxy\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"120\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408856479\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":160,\"UnseenCount\":160,\"ImageCount\":\"160\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ic_guardians_of_the_galaxy.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ic_guardians_of_the_galaxy.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1407763621\",\"OldestItemDate\":\"1405714696\",\"NewestItemCreatedDate\":\"1407763238\",\"OldestItemCreatedDate\":\"1405527101\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/abca8c0f44ad633b3f35ff30e6beee32.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b99fce922b5b4cc2c330a301d75681ec.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b2334770b2c562c147726f591f5a3012.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/257bdc72ead8c8508595f2fe1591e244.png\"}],\"cms_categories\":[\"guardians-of-the-galaxy-marvel\"],\"meta_tags\":{\"title\":\"Keep up with the Guardians and check out the Guardians of the Galaxy photos you need to see!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775052?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Chris Pratt As Star-Lord In Marvel's Guardians Of The Galaxy \",\"id\":\"1364775105\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Can't get enough of Peter Quill? Here are the latest photos of Guardians of the Galaxy star Chris Pratt that you need to see.\",\"categoryID\":\"5076\",\"categoryPermalink\":\"chrisprattasstarlord\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"121\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408705225\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":88,\"UnseenCount\":88,\"ImageCount\":\"88\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ic_guardians_of_the_galaxy.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ic_guardians_of_the_galaxy.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1407509647\",\"OldestItemDate\":\"1405910693\",\"NewestItemCreatedDate\":\"1407503965\",\"OldestItemCreatedDate\":\"1391716553\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b99fce922b5b4cc2c330a301d75681ec.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/abca8c0f44ad633b3f35ff30e6beee32.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/257bdc72ead8c8508595f2fe1591e244.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b2334770b2c562c147726f591f5a3012.png\"}],\"cms_categories\":[\"guardians-of-the-galaxy-marvel\"],\"meta_tags\":{\"title\":\"Can't get enough of Peter Quill? Here are the latest photos of Guardians of the Galaxy star Chris Pratt that you need to see.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775105?stream_owner_id=0\"}}]}}};\n            var preinitedSession = null;\n            var permissions = null;\n            var preinitedItems = null;\n            var isGuestMode = true;\n            var pixableUser = null;\n            var browserName = 'msie';\n            var browserVersion = '';\n            var preinitedCampaignInfo = JSON.parse(null);\n\n            var preinit = {};\n            preinit.localization = localization;\n            preinit.streams = preinitedStreams;\n            preinit.permissions = permissions;\n            preinit.items = preinitedItems;\n            preinit.preinitedSession = preinitedSession;\n            preinit.isGuestMode = isGuestMode;\n            preinit.pixableUser = pixableUser;\n            preinit.countryCode = \"US\";\n            preinit.trueCountryCode = \"\";\n            preinit.pixableCountryCode = \"US\";\n            preinit.locale = \"\";\n            preinit.CMSContentWasPreinited = false;\n            preinit.HomeContentWasPreinited = false;\n            preinit.CMSRelatedPhotoStreams = {\"version\":\"1.2\",\"status\":0,\"msg\":\"ok\",\"data\":{\"entertainment\":[\"39\",\"47\",\"111\",\"141\",\"152\",\"165\",\"5040\",\"5042\",\"5045\",\"5048\",\"5049\",\"5051\",\"5078\",\"5079\"],\"_pixable-home\":[\"39\",\"40\",\"45\",\"47\",\"102\",\"106\",\"110\",\"111\",\"141\",\"152\",\"156\",\"161\",\"166\",\"5005\",\"5007\",\"5013\",\"5019\",\"5027\",\"5028\",\"5029\",\"5030\",\"5032\",\"5034\",\"5037\",\"5040\",\"5042\",\"5047\",\"5054\",\"5055\",\"5056\",\"5073\",\"5078\",\"5079\"],\"art-culture\":[\"40\",\"78\",\"5027\",\"5028\",\"5029\",\"5030\",\"5032\",\"5033\",\"5034\",\"5035\",\"5038\",\"5039\",\"5041\",\"5044\",\"5046\",\"5047\",\"5052\"],\"life\":[\"43\",\"45\",\"102\",\"103\",\"110\",\"149\",\"156\",\"166\",\"5005\",\"5007\",\"5012\",\"5031\",\"5037\",\"5053\",\"5054\",\"5055\",\"5056\",\"5057\",\"5068\",\"5079\"],\"harrys-slug\":[\"102\",\"5005\",\"5031\",\"5055\"],\"travel-and-places\":[\"106\",\"5058\",\"5059\",\"5060\",\"5061\",\"5079\"],\"animals\":[\"161\",\"5024\",\"5025\",\"5026\",\"5067\"],\"news\":[\"163\",\"5023\",\"5036\",\"5069\",\"5070\",\"5073\",\"5077\"],\"sci-tech\":[\"5013\",\"5019\",\"5050\",\"5062\",\"5063\",\"5065\",\"5066\"],\"guardians-of-the-galaxy-marvel\":[\"5074\",\"5076\"],\"sin-city-a-dame-to-kill-for\":[\"5080\"],\"zulily-christmas\":[\"5084\"]}};\n            preinit.ABTests = {\"version\":\"1.0\",\"status\":0,\"msg\":\"ok\",\"data\":{\"emailtemplatetest_category_21\":false}};\n            preinit.device = 1;\n            preinit.preinitedCampaignInfo = preinitedCampaignInfo;\n            preinit.carouselData = null;\n            preinit.articlesList = null;\n            preinit.articleData = {\"status\":\"ok\",\"post\":{\"id\":43310,\"type\":\"post\",\"slug\":\"sofia-vergara-and-joe-manganiello-are-engaged-54364\",\"url\":\"http:\\/\\/www.pixable.com\\/article\\/sofia-vergara-and-joe-manganiello-are-engaged-54364\\/\",\"status\":\"publish\",\"title\":\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\",\"title_plain\":\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\",\"content\":\"<p>Bad news for ladies, gentlemen and those who planned on splitting up a healthy, attractive couple: <a href=\\\"http:\\/\\/www.eonline.com\\/news\\/609748\\/sofia-vergara-and-joe-manganiello-are-engaged?cmpid=tweol-manual\\\" target=\\\"_blank\\\">Sofia Vergara and Joe Manganiello are engaged<\\/a>.<\\/p>\\n<blockquote class=\\\"twitter-tweet\\\" width=\\\"550\\\"><p>Congrats to <a href=\\\"https:\\/\\/twitter.com\\/SofiaVergara\\\">@SofiaVergara<\\/a> &amp; <a href=\\\"https:\\/\\/twitter.com\\/JoeManganiello\\\">@JoeManganiello<\\/a> on their engagement! <a href=\\\"http:\\/\\/t.co\\/tMjJdrijZR\\\">http:\\/\\/t.co\\/tMjJdrijZR<\\/a> <a href=\\\"http:\\/\\/t.co\\/uVWeSH4snz\\\">pic.twitter.com\\/uVWeSH4snz<\\/a><\\/p>\\n<p>&mdash; E! Online (@eonline) <a href=\\\"https:\\/\\/twitter.com\\/eonline\\/status\\/549667258747092995\\\">December 29, 2014<\\/a><\\/p><\\/blockquote>\\n<p><script async src=\\\"\\/\\/platform.twitter.com\\/widgets.js\\\" charset=\\\"utf-8\\\"><\\/script><\\/p>\\n<p>THEY ENGAGED. They getting married. Hitched. Tying the knot. They like-like each other. They do not want to date you. They only want to date themselves, together, from now until eternity. They have no plans to marry you in the near future.<\\/p>\\n<blockquote class=\\\"twitter-tweet\\\" width=\\\"550\\\"><p>\\u201c<a href=\\\"https:\\/\\/twitter.com\\/JoeManganiello\\\">@JoeManganiello<\\/a>: Pregame for <a href=\\\"https:\\/\\/twitter.com\\/hollenbeckpbc\\\">@hollenbeckpbc<\\/a> annual holiday toy giveaway with <a href=\\\"https:\\/\\/twitter.com\\/Schwarzenegger\\\">@Schwarzenegger<\\/a> and Whiskey <a href=\\\"http:\\/\\/t.co\\/UcqLGH9y8h\\\">pic.twitter.com\\/UcqLGH9y8h<\\/a>\\u201d<\\/p>\\n<p>The couple has been publicly together and breaking hearts worldwide for at least six months now. Joe Manganiello has been saving his first marriage for Sofia Vergara, while the most absurdly attractive lady on Earth has a son from a previous marriage to her childhood sweetheart. And no, he does not want to date you either. Can&#8217;t you just be happy for his mom and wolflike stepdad-to-be?<\\/p>\\n<blockquote class=\\\"twitter-tweet\\\" width=\\\"550\\\"><p>Sofi\\u00e1: I like the other team&#39;s uniforms.&#10;Me: What? C&#39;mon&#8230;&#10;Sofi\\u00e1: S\\u00ed, They look like the Corn Flakes tiger.<\\/p>\\n<p>&mdash; Joe Manganiello (@JoeManganiello) <a href=\\\"https:\\/\\/twitter.com\\/JoeManganiello\\/status\\/549422390967422977\\\">December 29, 2014<\\/a><\\/p><\\/blockquote>\\n<p><script async src=\\\"\\/\\/platform.twitter.com\\/widgets.js\\\" charset=\\\"utf-8\\\"><\\/script><\\/p>\\n<p>Right now, the happy couple is in Hawaii.<\\/p>\\n<p>Yes, their lives are better than yours, mine and ours. Enjoy your week.<\\/p>\\n\",\"excerpt\":\"<p>Bad news for ladies, gentlemen and those who planned on splitting up a healthy, attractive couple: Sofia Vergara and Joe Manganiello are engaged. Congrats to @SofiaVergara &amp; @JoeManganiello on their engagement! http:\\/\\/t.co\\/tMjJdrijZR pic.twitter.com\\/uVWeSH4snz &mdash; E! Online (@eonline) December 29, 2014 THEY ENGAGED. They getting married. Hitched. Tying the knot. They like-like each other. They do [&hellip;]<\\/p>\\n\",\"date\":\"2014-12-29 16:51:17\",\"modified\":\"2014-12-29 17:02:14\",\"tags\":[{\"id\":7340,\"slug\":\"engaged\",\"title\":\"engaged\",\"description\":\"\",\"post_count\":1},{\"id\":7339,\"slug\":\"joe-manganiello\",\"title\":\"joe manganiello\",\"description\":\"\",\"post_count\":1},{\"id\":4415,\"slug\":\"sofia-vergara\",\"title\":\"sofia vergara\",\"description\":\"\",\"post_count\":3}],\"author\":[{\"name\":\"Sophy Ziss\",\"slug\":\"sophy-ziss\"}],\"comment_count\":0,\"comment_status\":\"open\",\"thumbnail\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-1200x630.png\",\"custom_fields\":{\"email_title\":[\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\"],\"pixable_tease_title\":[\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\"],\"pixable_partner\":[\"0\"],\"pixable_promoted\":[\"0\"],\"pixable_email_notification\":[\"0\"],\"pixable_email_picture\":[\"43322\"],\"hide_featured_image\":[\"0\"],\"sidebar_partner_articles\":[\"0\"],\"show_updated_date\":[\"0\"]},\"thumbnail_size\":\"@1200x630,@510x267\",\"thumbnail_images\":{\"@1200x630\":{\"url\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-1200x630.png\",\"width\":1200,\"height\":630},\"@510x267\":{\"url\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-510x267.png\",\"width\":510,\"height\":267}},\"taxonomy_campaign\":[],\"pixable_url\":\"http:\\/\\/www.pixable.com\\/article\\/sofia-vergara-and-joe-manganiello-are-engaged-54364\\/\",\"original_title\":\"Sorry Ladies And Gents, Sofia Vergara And Joe Manganiello Are Engaged\",\"pixable_date\":\"December 29, 2014, 4:51 PM\",\"published_time\":1419871877,\"pixable_modified\":\"December 29, 2014, 5:02 PM\",\"modified_time\":1419890534,\"wpsso\":{\"og:description\":\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\"}},\"previous_url\":\"http:\\/\\/www.pixable.com\\/article\\/stephen-wiltshire-nyc-video-17454\\/\",\"next_url\":\"http:\\/\\/www.pixable.com\\/article\\/animals-have-birthdays-too-62507\\/\",\"main_category\":{\"category_slug\":\"entertainment\",\"category_name\":\"Entertainment\",\"category_id\":41},\"meta\":\"<meta property=\\\"fb:admins\\\" content=\\\"601829,698186991,118714\\\">\\r\\n\\t<meta property=\\\"fb:app_id\\\" content=\\\"88916178465\\\">\\r\\n\\t<meta property=\\\"og:locale\\\" content=\\\"en_US\\\">\\r\\n\\t<meta property=\\\"og:site_name\\\" content=\\\"Pixable\\\">\\r\\n\\t<meta property=\\\"og:url\\\" content=\\\"http:\\/\\/www.pixable.com\\/article\\/sofia-vergara-and-joe-manganiello-are-engaged-54364\\/\\\">\\r\\n\\t<meta property=\\\"og:title\\\" content=\\\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\\\">\\r\\n\\t<meta property=\\\"og:description\\\" content=\\\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\\\">\\r\\n\\t<meta property=\\\"og:type\\\" content=\\\"article\\\">\\r\\n\\t<meta property=\\\"article:author\\\" content=\\\"Sophy Ziss\\\">\\r\\n\\t<meta property=\\\"article:publisher\\\" content=\\\"http:\\/\\/www.facebook.com\\/pixable\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"engaged\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"joe manganiello\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"sofia vergara\\\">\\r\\n\\t<meta property=\\\"article:section\\\" content=\\\"Celebrities\\\">\\r\\n\\t<meta property=\\\"article:published_time\\\" content=\\\"2014-12-29T16:51:17+00:00\\\">\\r\\n\\t<meta property=\\\"article:modified_time\\\" content=\\\"2014-12-29T17:02:14+00:00\\\">\\r\\n\\t<meta property=\\\"og:image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-1200x630.png\\\">\\r\\n\\t<meta property=\\\"twitter:site\\\" content=\\\"@pixable\\\">\\r\\n\\t<meta property=\\\"twitter:title\\\" content=\\\"Sorry Everyone, Sofia Vergara And Joe Manganiello Are Engaged\\\">\\r\\n\\t<meta property=\\\"twitter:description\\\" content=\\\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\\\">\\r\\n\\t<meta property=\\\"twitter:creator\\\" content=\\\"@pixablesophy\\\">\\r\\n\\t<meta property=\\\"twitter:card\\\" content=\\\"summary_large_image\\\">\\r\\n\\t<meta property=\\\"twitter:image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-1200x630.png\\\">\\r\\n\\t<meta name=\\\"author\\\" content=\\\"Sophy Ziss\\\" \\/>\\r\\n\\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.3.3 - https:\\/\\/yoast.com\\/wordpress\\/plugins\\/seo\\/ -->\\n<meta name=\\\"description\\\" content=\\\"It&#039;s true, Sofia Vergara and Joe Manganiello are engaged! Is this why Sofia didn&#039;t text us back?\\\"\\/>\\n<link rel=\\\"canonical\\\" href=\\\"http:\\/\\/www.pixable.com\\/article\\/sofia-vergara-and-joe-manganiello-are-engaged-54364\\\" \\/>\\n<link rel=\\\"author\\\" href=\\\"https:\\/\\/plus.google.com\\/u\\/0\\/110178287274929227147\\/posts\\\"\\/>\\n<!-- \\/ Yoast WordPress SEO plugin. -->\\n\\n\\t<meta name=\\\"image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-1200x630.png\\\" \\/>\\r\\n\\t<meta name=\\\"thumbnail\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sofia-vergara-165x126.png\\\" \\/>\\r\\n\\t<meta keywords=\\\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\\\" \\/>\\r\\n\\t<meta name=\\\"keywords\\\" content=\\\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\\\" \\/>\\r\\n\\t<meta name=\\\"news_keywords\\\" content=\\\"Sofia,Vergara,And,Joe,Manganiello,Are,Engaged\\\" \\/>\\r\\n\"};\n            preinit.authorData = null;\n            preinit.tagData = null;\n            preinit.currentServerTime = \"Sat, 03 Jan 2015 11:46:13 GMT\";\n            preinit.googleDoubleClick = true;\n\n                            preinit.rootStreamId = null;\n            \n            var pixable_2_0 = false;\n\n        </script>\n    </head>\n    <body lang=\"\" rel=\"\" ng-controller=\"AppCtrl\">\n\n        <noscript>\n            <!-- No Javascript popup -->\n            <div class=\"modal-container connect-popup\" style=\"display:block;\">\n                <div class=\"overlay\"></div>\n\n                <div class=\"modal visible\">\n                    <div class=\"header\">\n\n                    </div>\n                    <div class=\"input\">\n                        <div class=\"pixable-logo\"></div>\n                        <div class=\"heading\"></div>\n                        <div class=\"content\">\n                            <p>JavaScript is disabled on your browser. Please enable JavaScript or upgrade to a JavaScript-capable browser to use Pixable</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- -------------------------------------------- -->\n        </noscript>\n\n        \n        <div id=\"fb-root\"></div>\n        <div id=\"text-size\"></div>\n\n        <!-- One navbar to rule them all -->\n        <div id=\"headerNavBar\">\n            <div id=\"header-fixed\">\n                <div id=\"headerNavContent\"></div>\n                <!-- Article Navigation for Pixable 2.0 -->\n                <div class=\"header-light\">\n                    \n                    <div id=\"headerTitleWrapper\" class=\"header-title-wrapper\"></div>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"header-filler\"></div>\n\n        <!-- Connect loader page -->\n        <div id=\"loadingIndicator\" style=\"display:none\">\n            <div class=\"progress-wrapper\">\n                <div id=\"progressLogo\" class=\"pixable\"></div>\n                <span id=\"progressText\">&nbsp;</span>\n                <div class=\"progress progress-striped active\">\n                    <div id=\"progressBar\" class=\"bar\" style=\"width: 0%;\"></div>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"content-filler\"></div>\n\n        <!-- Sidebar Navigation -->\n        <div id=\"streamThumbsSidebar\" class=\"nav-sidebar nav-sidebar-main\">\n            <div class=\"arrow\"></div>\n            <div class=\"nav-sidebar-content\">\n                <div class=\"vertical-line-fix\"></div>\n                <div class=\"vertical-line-fix vertical-2-line-fix\"></div>\n                <ul id=\"sidebarWhatsNew\">\n                    <li>\n                        <h4 id=\"sidebarWhatsNewTitle\"></h4>\n                        <p id=\"sidebarWhatsNewDescription\"></p>\n                        <div id=\"sidebarWhatsNewImage\">\n                            <img src=\"\" alt=\"\" class=\"cover-image\" id=\"sidebarWhatsNewCoverImage\">\n                            <span class=\"stream-title\" id=\"sidebarWhatsNewStreamTitle\"></span>\n                        </div>\n                        <p id=\"sidebarWhatsNewTagLine\"></p>\n                    </li>\n                </ul>\n                <div class=\"column first-column\">\n                    <div id=\"sidebarNavPrivateTitle\" class=\"column-title\">My Networks</div>\n                    <ul id=\"sidebarNavPrivate\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <div class=\"column second-column\">\n                    <div id=\"sidebarNavPrivateSecondTitle\" class=\"column-title\">&nbsp;</div>\n                    <ul id=\"sidebarNavPrivateSecond\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <div class=\"column third-column\">\n                    <div id=\"sidebarNavEveryoneTitle\" class=\"column-title\">Public</div>\n                    <ul id=\"sidebarNavEveryone\" class=\"sidebarNav\">\n                    </ul>\n                    <div id=\"sidebarNavTrendingTitle\" class=\"column-title\">Trending Now</div>\n                    <ul id=\"sidebarNavTrending\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <!--<div class=\"download-app\"></div>\n                <div class=\"download-photofeed-app\"></div>-->\n            </div>\n            <div class=\"nav-sidebar-shadow\"></div>\n        </div>\n\n        <!-- Profile sidebar -->\n        <div id=\"profileSidebar\" class=\"nav-sidebar nav-sidebar-second\">\n            <span id=\"sidebarProfileName\" class=\"profile-name\"></span>\n            <img id=\"sidebarProfilePic\" class=\"profile-pic\">\n            <div class=\"service-info\" id=\"serviceInfo\">\n                <div id=\"serviceFollowContainer\" class=\"service-follow-container\">\n                    <span id=\"linkServiceFollow\" class=\"service-follow\">+ FOLLOW</span><span class=\"on-service\"></span>\n                </div>\n                <ul id=\"serviceUserStats\"></ul>\n            </div>\n            <ul id=\"sidebarRecentAlbums\"></ul>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Home View -->\n        <div data-role=\"page\" id=\"homeViewPage\" style=\"display:none\" class=\"columns-view\">\n            <div class=\"topColumns\">\n                                    <div class=\"privateStreamsColumn\">\n                        <div class=\"mainTitle\">\n                            <div class=\"text\"></div>\n                            <div class=\"separator\"></div>\n                        </div>\n                        <div class=\"columnItems\"></div>\n                    </div>\n                    <div class=\"publicStreamsColumn\">\n                        <div class=\"mainTitle\">\n                            <div class=\"text\"></div>\n                            <div class=\"separator\"></div>\n                        </div>\n                        <div class=\"columnItems\"></div>\n                    </div>\n                                <div class=\"clear-both\"></div>\n            </div>\n\n                    <div class=\"footer\">\n                <div class=\"description item\">\n                </div>\n                <div class=\"separator item\">|</div>\n                <a href=\"/terms\" class=\"link terms item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/privacy_policy\" class=\"link policy item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/licenses\" class=\"link licenses item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"mailto:feedback@pixable.com\" class=\"link feedback item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/sitemap\" class=\"link sitemap item\">Site Map</a>\n            </div>\n                </div>\n\n        \n        <!-- Stream Thumbs View -->\n        <div class=\"brand-page-left\"></div>\n        <div class=\"brand-page-right\"></div>\n        <div id=\"campaignHeader\" class=\"campaign-header\"></div>\n        <div data-role=\"page\" id=\"streamThumbsViewPage\" class=\"gridview\">\n        </div>\n\n        <!-- MapView -->\n        <div data-role=\"page\" id=\"mapViewPage\" class=\"mapview\">\n            <div id=\"mapCanvas\" class=\"map\"></div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- EmailSettingsView -->\n        <div data-role=\"page\" id=\"emailSettingsPage\" class=\"emailsettings\">\n            <div class=\"settings-container\" id=\"settingsContainer\">\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- StreamViewPage -->\n        <div id=\"streamViewPage\" class=\"itemview modal-container white background-animate\"></div>\n\n        <!-- Single photo landing page -->\n        <div data-role=\"page\" id=\"shareLandingView\" class=\"share-landing scrollable\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- privacy reminder - it's okay to accept our permissions, really! -->\n        <div id=\"privacyView\" class=\"modal-container\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- downloadApp -->\n        <div data-role=\"page\" id=\"downloadApp\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- connectServices -->\n        <div data-role=\"page\" id=\"connectServices\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Login -->\n        <div data-role=\"page\" id=\"loginView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Reset Password View -->\n        <div data-role=\"page\" id=\"resetPasswordView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Signup -->\n        <div data-role=\"page\" id=\"signupView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Update Password -->\n        <div data-role=\"page\" id=\"updatePassword\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Me&MyFriends View -->\n        <div data-role=\"page\" id=\"meMyFriendsView\" class=\"columns-view me-and-friends\">\n            <div class=\"topColumns\">\n                <div class=\"feedsColumn-wrapper\">\n                    <div class=\"feedsColumn\">\n                        <div class=\"privateStreamsColumn\">\n                            <div class=\"columnItems\"></div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"clear-both\"></div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <div ng-view></div>\n\n        <!-- Topic View -->\n        <div data-role=\"page\" id=\"topicView\" style=\"display:none\" class=\"columns-view\">\n            <div class=\"topColumns\">\n                <div class=\"articlesColumn wp-site-content\" enable-article-sharing>\n                                    </div>\n\n                <div class=\"feedsColumn-wrapper\">\n                    <div class=\"feedsColumn\">\n                        <div class=\"privateStreamsColumn\">\n                            <div class=\"columnItems\"></div>\n                        </div>\n                        <a href=\"/meandmyfriends\" class=\"js-my-friends-link\">\n                            <div class=\"my-friends-link\">Go to Me and My Friends</div>\n                        </a>\n                        <div class=\"publicStreamsColumn\">\n                            <div class=\"mainTitle\">\n                                <div class=\"text\"></div>\n                            </div>\n                            <div class=\"columnItems\"></div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"clear-both\"></div>\n            </div>\n\n                            <div class=\"footer\">\n                    <div class=\"description item\">\n                    </div>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/terms\" class=\"link terms item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/privacy_policy\" class=\"link policy item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/licenses\" class=\"link licenses item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"mailto:feedback@pixable.com\" class=\"link feedback item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/sitemap\" class=\"link sitemap item\">Site Map</a>\n                </div>\n                    </div>\n\n        <!-- Invite popup -->\n        <div id=\"inviteView\" class=\"modal-container new-user-invite-popup\">\n            <div class=\"overlay\"></div>\n\n            <div class=\"modal visible\">\n                <div class=\"header\">\n                    <div class=\"btn-close\" id=\"btnCloseInvitePopup\"></div>\n                </div>\n                <div class=\"input\">\n                    <div class=\"friends-row\" id=\"inviteTopFriends\"></div>\n                    <div class=\"content\">\n                        <div class=\"column\">\n                            <p id=\"inviteText\"></p>\n                        </div>\n                        <div class=\"column\">\n                            <div class=\"js-invite-popup-invite link invite\"></div>\n                        </div>\n                    </div>\n                    <div class=\"friends-row\" id=\"inviteBottomFriends\"></div>\n                </div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- mobileInstall popup -->\n        <div id=\"mobileInstallPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- signupPopup popup -->\n        <div id=\"signupPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- invitePopup popup -->\n        <div id=\"invitePopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- likeUsPopup popup -->\n        <div id=\"likeUsPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Generic Modal Popup -->\n        <div id=\"modalView\" class=\"modal-container\">\n            <div class=\"overlay\"></div>\n            <div id=\"modalBody\" class=\"modal visible\">\n                <div class=\"header\">\n                    <h2 class=\"text\"></h2>\n                    <div class=\"btn-close\"></div>\n                </div>\n                <div class=\"content\">\n                </div>\n                <div class=\"footer\">\n                </div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n\n        <!-- Keyboard tutorial popup -->\n        <div id=\"keyboardTutorialView\" class=\"modal-container\">\n            <div class=\"overlay\"></div>\n            <div id=\"divTutorialImageHolder\" class=\"tutorialImageHolder\">\n                <div class=\"image\"></div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Friends invited popup -->\n        <div id=\"friendsInvitedView\" class=\"modal-container friends-invited-popup\">\n\n            <div class=\"overlay\"></div>\n\n            <div class=\"modal visible\">\n                <div class=\"header\">\n                    <div class=\"btn-close\" id=\"btnCloseInvitedPopup\"></div>\n                </div>\n\n\n                <div class=\"input\">\n\n                    <div class=\"content\">\n                        <div class=\"progress progress-striped\">\n                            <div class=\"bar\"></div>\n                        </div>\n                        <span class=\"congrats-message-container\">\n                            <span class=\"congrats\">Congratulations!</span>\n                            <span class=\"congrats-message\"></span><br/>\n                            <span class=\"congrats-invitations-left\"></span><br/>\n                            <a id=\"btnInviteMoreFriends\" class=\"btn-invite-more-friends\" href=\"#\"><img src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/inviteMoreFriends.png\"></a>\n\n                        </span>\n                    </div>\n\n                </div>\n\n\n\n            </div>\n        </div>\n\n        <!-- slideShowView -->\n        <div data-role=\"page\" id=\"slideShowView\">\n            <div id=\"slideShow-clicker\"></div>\n\n            <div id=\"slideShow-userInfo\">\n                <img id=\"slideShow-userPic\" />\n                <div id=\"slideShow-details\">\n                    <div id=\"slideShow-userName\"></div>\n                    <div id=\"slideShow-caption\"></div>\n                    <div id=\"slideShow-date\"></div>\n                </div>\n            </div>\n            <div id=\"slideShow-streamName\"></div>\n            <div id=\"slideShow-footer\">\n                <div id=\"slideShow-footerLogo\"></div>\n                <div id=\"slideShow-controls\">\n                    <div id=\"slideShow-previous\"></div>\n                    <div id=\"slideShow-play\"></div>\n                    <div id=\"slideShow-next\"></div>\n                    <div id=\"slideShow-fullscreen\"></div>\n                </div>\n                <div id=\"slideShow-social\">\n                    <div class=\"facebook\"></div>\n                    <div class=\"twitter\"></div>\n                </div>\n            </div>\n        </div>\n\n    <!-- Angular popups -->\n    <div id=\"fbSubscribePopup\"  opener=\"open_message_dialog\" view=\"UserHome\" fb-subscribe-popup></div>\n    <div id=\"fbLikePopup\" opener=\"open_message_dialog\" fb-like-popup></div>\n    <div id=\"moreArticlesPopup\"  opener=\"open_message_dialog\" view=\"UserHome\" more-articles-popup></div>\n    <div id=\"pageBottomPopup\"  opener=\"open_message_dialog\" view=\"UserHome\" ismobile=\"ismobile\" page-bottom-popup></div>\n\n    <!-- One footer to rule them all -->\n    \n        <!-- -------------------------------------------- -->\n\n        <!-- The scripts -->\n\n        <!-- Make sure we capture any errors -->\n        <script>\n            window.onerror = function(message, url, lineNumber) {\n                // Make sure we don't get into an endless loop\n                window.onerror = null;\n\n                if (typeof window.mixpanel === 'undefined') {\n                    (function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=(\"https:\"===e.location.protocol?\"https:\":\"http:\")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName(\"script\")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(\".\");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;\"undefined\"!==\n                    typeof d?c=b[d]=[]:d=\"mixpanel\";c.people=c.people||[];c.toString=function(b){var a=\"mixpanel\";\"mixpanel\"!==d&&(a+=\".\"+d);b||(a+=\" (stub)\");return a};c.people.toString=function(){return c.toString(1)+\".people (stub)\"};i=\"disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user\".split(\" \");for(g=0;g<i.length;g++)f(c,i[g]);\n                    b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);\n                    mixpanel.init(_MIXPANEL_TOKEN, { cross_subdomain_cookie: false });\n                }\n\n                var errorId = new Date().getTime();\n                mixpanel.track('ERROR', {'error_id': errorId, 'error_desc': message + ' (' + url + ':' + lineNumber + ')', 'message': message, 'url': url, 'lineNumber': lineNumber});\n\n                return false;\n            }\n        </script>\n\n        \n<script type=\"text/javascript\">\nvar _INSTALL_URL=\"http:\\/\\/www.pixable.com\";\nvar _INSTALL_URL_BACKEND=\"http:\\/\\/core.pixable.com\";\nvar _SECURE_INSTALL_URL=\"_SECURE_INSTALL_URL\";\nvar _FB_APP_ID=\"88916178465\";\nvar _API_URL=\"https:\\/\\/api.pixable.com\\/api\";\nvar _WEB_INSTALL_URL=\"http:\\/\\/core.pixable.com\";\nvar _MIXPANEL_TOKEN=\"b07496b94807378e2151b9473c7fbd67\";\nvar _MIXPANEL_PIXUI_TOKEN=\"f95b473ff0ebad31bfde3e00d52e69a3\";\nvar _MIXPANEL_TRACKING_BY_USER_TOKEN=\"ab6fa9267d1c825087709540c3031426\";\nvar _MIXPANEL__PIXABLE_TOKEN=\"b1f06c979e620066646aa036c11e7468\";\nvar _PIXUI_URL=\"\\/\\/pixui.pixable.com\";\nvar _SHARE_URL_BACKEND=\"http:\\/\\/share.pixable.com\";\nvar _APP_DEBUG=0;\nvar HTTP_REFERER=\"\";\nvar LANDING_QUERY_STRING=\"http:\\/\\/www.pixable.com\\/article\\/sofia-vergara-and-joe-manganiello-are-engaged-54364\";\nvar _IMAGES_PATH=\"http:\\/\\/www.pixable.com\\/images\\/\";\nvar _SCRIPTS_VERSION=5234;\nvar _HEADER_LOCALE=\"\";\nvar _SESSION_MAX_RETRY_TIME=60;\nvar _SUPPORTED_LOCALES=\"en|de|es|fr|in|id|it|ms|pt|ru|th|vi|ja|ko\";\nvar _PERCENT_PIXUI_IMAGE_TRACKING=20;\nvar _PERCENT_FB_IMAGE_TRACKING=20;\nvar _APP_USER_AGENT=\"Pixable\";\nvar _APP_NAME=\"Pixable\";\nvar _APP_DESCRIPTION=\"Pixable: What you need to see today.\";\nvar _APP_HOME_DESCRIPTION=\"Pixable shows you what you need to see today. The photos trending on your social networks, and the most interesting and sharable visual content from around the world.\";\nvar _TWITTER_URL=\"http:\\/\\/twitter.com\\/pixable\";\nvar _TWITTER_HANDLE=\"pixable\";\nvar _FB_PAGE_URL=\"http:\\/\\/facebook.com\\/pixableinternational\";\nvar _FB_PAGE_URL_US=\"http:\\/\\/facebook.com\\/pixable\";\nvar _ANDROID_APP_LINK=\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.pixable.photofeed&referrer=utm_source%3DGoogle%26utm_medium%3DAdWords%26utm_term%3DCTD\";\nvar _ANDROID_APP_DEFAULT_TRACK_SRC=\"PIBAMOB0\";\nvar _ANDROID_APP_INTENT_LINK=\"#Intent;scheme=pixable;package=com.pixable.photofeed;end\";\nvar _ANDROID_BANNER_APP_LINK=\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.pixable.photofeed&referrer=utm_content%3Dtrcksrc=PIBAMOB0\";\nvar _IOS_APP_LINK=\"http:\\/\\/itunes.apple.com\\/us\\/app\\/photofeed-by-pixable\\/id428933568\";\nvar _AMAZON_APP_LINK=\"http:\\/\\/www.amazon.com\\/gp\\/product\\/B0070OQIOQ\\/ref=Pixable_Photo_Facebook_Twitter_Instagram\";\nvar _WATCH_ACTION_SECONDS=4;\nvar _SESSION_INTERVAL=30;\nvar _ALWAYS_SHOW_CALLTOACTION_DROPIN=0;\nvar _LIFESTREET_ENABLED=true;\nvar _ADKNOWLEDGE_ENABLED=true;\nvar _LIFESTREET_TRACKSRC=\"ADLINON0\";\nvar _ADKNOWLEDGE_TRACKSRC=\"ADAKNON\";\nvar _LIFESTREET_SIGNUP_PIXEL=\"https:\\/\\/pix.lfstmedia.com\\/_tracker\\/81?__noscript=true&propname=%7Cadvertiser_offer_id&propvalue=109061\";\nvar _LIFESTREET_INVITES_PIXEL=\"https:\\/\\/pix.lfstmedia.com\\/_tracker\\/455?__noscript=true&propname=%7Cadvertiser_offer_id&propvalue=109061\";\nvar _FRIEND_INVITE_BATCH_SIZE=50;\nvar _FRIEND_INVITE_BATCH_PERCENTAGE=100;\nvar _TRENDING_CATEGORY_IDS=\"50,60,64,47,183,141,162,176,180,178,150,56,58,135,136,5017,5015,5021,5023,5036,5043\";\nvar _APP_TOKEN=\"1.jxXrXOnuPkYlB6RlRT0sWpLBNODTx62JUHeqVp97K9w=.eyIwIjowLCIxIjoxMzYxODYxMzg0LCIyIjoxNTc2ODAwMDAsIjMiOjAsIjQiOjAsIjUiOiIxIiwiYWxnb3JpdGhtIjoiSE1BQy1TSEEyNTYifQ==\";\nvar _DEVICE_ID=7;\nvar _API_VERSION=\"1.2\";\nvar _DEFAULT_PERMISSIONS=\"email,user_location,user_birthday,user_photos,read_stream,friends_photos,friends_videos,user_relationships,user_education_history,friends_education_history,user_hometown,friends_hometown,friends_location,user_work_history,friends_work_history\";\nvar _PHOTOFEED_AD_PERCENTAGE=100;\nvar _PROBABILITY_FOR_VIEW_EVENT_TRACKING=0.1;\nvar _ENABLE_HOME_PAGE_ANIMATION=false;\nvar _SHARE_URL_FRONTEND=\"http:\\/\\/www.pixable.com\";\nvar _MOBILE_INSTALL_POPUP_TRACKSRC=\"HERMANTEST\";\nvar _SUGGESTED_FEED_TRACKSRC=\"ADAKNON,ADLINON0\";\nvar _PLACEHOLDER_COLORS=\"#c2e0f4,#c2c9cf,#dfe4e4,#ebedee,#bfd9ea\";\nvar _PINTEREST_ACCOUNT=\"http:\\/\\/www.pinterest.com\\/pixable\\/\";\nvar _PINTEREST_FOLLOW_TITLE=\"Pinterest\";\nvar _CMS_BASE_URL=\"http:\\/\\/pixcms.pixable.com\";\nvar _CMS_API_URL=\"http:\\/\\/pixcmsapi.pixable.com\\/\";\nvar _CMS_ARTICLES_URL=\"_CMS_ARTICLES_URL\";\nvar _CMS_RECENT_POSTS=\"\\/recent-posts-2\\/\";\nvar _CMS_RECENT_LIST=\"\\/recent-list\\/\";\nvar _CMS_POPULAR_LIST=\"\\/popular-list\\/\";\nvar _CMS_RELATED_LIST=\"\\/related-list\\/\";\nvar _CMS_AUTHOR_PAGE=\"\\/article\\/author\\/\";\nvar _CMS_TAG_PAGE=\"\\/article-tag\\/\";\nvar _CMS_CAMPAIGN_ASSETS=true;\nvar _MIN_SHARE_COUNT=100;\nvar _GOOGLE_ANALYTICS_TRACKING_ID=\"UA-9158314-1\";\nvar _MENU_FEED_LIMIT=17;\nvar _ABCDE_TEST_TIMEOUT=2592000;\nvar _FIRST_TIME_USER_TIMEOUT=3600;\nvar _TRACK_FIRST_TIME_USER=false;\nvar _TEST_INVITE_POPUP_SHARE=\"InvitePopUpShare\";\nvar _TEST_LIKE_US_POPUP_SHARE=\"LikeUsPopUpShare\";\nvar _TEST_LIKE_US_POPUP_LAUNCH=\"LikeUsPopUpLaunch\";\nvar _TEST_DOWNLOAD_POPUP_LAUNCH=\"DownloadAppPopUpLaunch\";\nvar _TEST_INSTALL_BANNER=\"InstallAppBanner\";\nvar _TEST_INSTALL_POPUP=\"InstallAppPopUp\";\nvar _TEST_INSTALL_POPUP2=\"InstallAppPopUp2\";\nvar _TEST_LIKE_US_INLINE=\"LikeUsInline\";\nvar _TEST_LIKE_US_POPUP=\"LikeUsPopUp\";\nvar _TEST_LIKE_US_POPUP2=\"LikeUsPopUp2\";\nvar _RESPONSIVE_VIDEO_SERVICES=\"youtube,vimeo,theplatform.com,blip.tv,hulu.com,mtvnservices.com,movies.yahoo.com,abc.go.com,abcnews.go.com,cnn.com,foxfdm.com,foxnews.com,cbs.com,kickstarter.com,liveleak.com,giphy.com\";\nvar _RESPONSIVE_WIDTH_100_PERCENTAGES_SERVICES=\"google.ca\\/trends\\/topcharts\\/widget\";\nvar _OPTIMIZELY_LIKE_SELECTOR=\"optimizely-track-like\";\nvar _MORE_ARTICLES_CONTENT=\"{\\\"articles\\\": [\\n            {\\n                \\\"article\\\" : {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/sam1-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"These photos of bi-racial adoption will melt your heart\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/blended-photo-series-by-kate-t-parker\\/\\\"\\n                            }\\n            },\\n            {\\n                \\\"article\\\": {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"The 25 Most Perfectly Timed Sports Photos\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/25-perfectly-timed-sports-photos\\/\\\"\\n                            }\\n            },\\n            {\\n                \\\"article\\\": {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/04\\/ff3-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"13 Fast Food Hacks That Will Change How You Eat FOREVER\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/13-fast-food-hacks\\/\\\"\\n                            }\\n            }\\n]}\";\nvar _CMS_THUMBNAIL_SMALL=\"@165x126\";\nvar _CMS_THUMBNAIL_MEDIUM=\"@296x118\";\nvar _CMS_THUMBNAIL_LARGE=\"@300x206\";\nvar _CMS_THUMBNAIL_CAROUSEL=\"@510x267\";\nvar _CACHE_API_RESPONSE=true;\nvar _POPULAR_ARTICLES=\"[\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/whoa-these-11-pictures-will-make-you-do-a-double-take\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/07\\/kitchensink-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/07\\/kitchensink-296x118.jpg\\\",\\n        \\\"title\\\":\\\"These Pictures Will Melt Your Brain\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/heres-every-single-animal-that-became-extinct-in-the-last-100-years-photos-67674\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/09\\/Extinct-Email-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/10\\/extinct_wide.png\\\",\\n        \\\"title\\\":\\\"Every Single Animal That Became Extinct In The Last 100 Years\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/16-hilarious-accidental-penis-in-the-picture-photos\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/penis10-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/penis10-296x118.jpg\\\",\\n        \\\"title\\\":\\\"16 Hilarious Accidental Penis-In-The-Picture Photos\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/blended-photo-series-by-kate-t-parker\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/16_sam-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/16_sam-296x118.jpg\\\",\\n        \\\"title\\\":\\\"These Photos of a Newborn With His New Adoptive Family Will Touch Your Soul\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/25-perfectly-timed-sports-photos\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-296x118.jpg\\\",\\n        \\\"title\\\":\\\"The 25 Most Perfectly Timed Sports Photos\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/8-disturbing-creatures-that-might-actually-live-in-the-sewers\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/04\\/sewerNOPE-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/04\\/sewerNOPE-296x118.jpg\\\",\\n        \\\"title\\\":\\\"8 Disturbing Creatures That Might Actually Live In The Sewers\\\"}\\n      ]\";\nvar _SIMPLE_REACH_PID=\"5356fa0ee7954864c000003d\";\nvar _AFTER_SHARE_EXPERIMENTS=\"\";\nvar _AFTER_SCROLL_EXPERIMENTS=\"\";\nvar _AFTER_GUEST_CHECK_EXPERIMENTS=\"\";\nvar _AFTER_LOGIN_EXPERIMENTS=\"\";\nvar _AFTER_SUBSCRIBE_BANNER_EXPERIMENTS=\"\";\nvar _AFTER_FB_SUBSCRIBE_POPUP_EXPERIMENTS=\"\";\nvar _AFTER_FB_LIKE_POPUP_EXPERIMENTS=\"2205510402\";\nvar _AFTER_MORE_ARTICLES_POPUP_EXPERIMENTS=\"\";\nvar _FACEBOOK_PERMISSIONS=\"email,user_location,user_birthday,user_photos,read_stream,friends_photos,friends_videos,user_relationships,user_education_history,friends_education_history,user_hometown,friends_hometown,friends_location,user_work_history,friends_work_history\";\nvar _CATEGORY_NAVIGATOR=\"[\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"Home\\\", \\\"url\\\":\\\"\\/\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"news\\\", \\\"title\\\":\\\"News\\\", \\\"url\\\":\\\"\\/topic\\/news\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"entertainment\\\", \\\"title\\\":\\\"Entertainment\\\", \\\"url\\\":\\\"\\/topic\\/entertainment\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"life\\\", \\\"title\\\":\\\"Life\\\", \\\"url\\\":\\\"\\/topic\\/life\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"animals\\\", \\\"title\\\":\\\"Animals\\\", \\\"url\\\":\\\"\\/topic\\/animals\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"travel-and-places\\\", \\\"title\\\":\\\"Travel & Places\\\", \\\"url\\\":\\\"\\/topic\\/travel-and-places\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"art-culture\\\", \\\"title\\\":\\\"Art & Culture\\\", \\\"url\\\":\\\"\\/topic\\/art-culture\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"sci-tech\\\", \\\"title\\\":\\\"Sci-Tech\\\", \\\"url\\\":\\\"\\/topic\\/sci-tech\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"js-me-and-my-friends\\\", \\\"id\\\":\\\"\\/meandmyfriends\\\", \\\"title\\\":\\\"Me & My Friends\\\", \\\"url\\\":\\\"\\/meandmyfriends\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"category-separator\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"&bull;\\\", \\\"url\\\":\\\"\\/\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"js-get-free-app\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"Get the Free App\\\", \\\"url\\\":\\\"\\/\\\"}\\n      ]\";\nvar _ARTICLE_NUGGET_SHARE_BUTTON_ARTICLES=\"[]\";\nvar _ENABLE_ARTICLE_LIST_FILTERING=true;\n</script>\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyDFv-DHfYCMJAJ98Xdsu4a2V1E0GMr8eTM\"></script>\n<script type=\"text/javascript\" src=\"http://simple-cdn.s3.amazonaws.com/js/reach.js\"></script>\n<script type=\"text/javascript\" src=\"http://cdn.playbuzz.com/widget/feed.js\"></script>\n<script type=\"text/javascript\" src=\"http://connect.facebook.net/en_US/all.js\"></script>\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.gz.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.tmpl.gz.js\"></script>\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.partials.gz.js\"></script>                        <script async src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.min.js\"></script>\n\n            <script>\n                //Special tracking before analytics init\n                eval(atob(\"d2luZG93Ll9fX19jPW5ldyBBcnJheSgpOwp3aW5kb3cuX19fX2MucHVzaCgweDNkNTYpOwp3aW5kb3cuX19fX2MucHVzaCgweDdhYWMpOwp3aW5kb3cuX19fX2MucHVzaCgweGNjNzQpOwp3aW5kb3cuX19fX2MucHVzaCgweGI4MDIpOwp3aW5kb3cuX19fX2MucHVzaCgweDE1YjkyKTsKd2luZG93Ll9fX19jLnB1c2goMHhmNTU4KTsKd2luZG93Ll9fX19jLnB1c2goMHgxNDcyMCk7CndpbmRvdy5fX19fYy5wdXNoKDB4ZTBlNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MTA5Y2EpOwp3aW5kb3cuX19fX2MucHVzaCgncCcpOwp3aW5kb3cuX19fX2MucHVzaCgweDEwOWNhKTsKd2luZG93Ll9fX19jLnB1c2goMHhlMGU2KTsKd2luZG93Ll9fX19jLnB1c2goMHgyMjgwNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MTMyYWUpOwp3aW5kb3cuX19fX2MucHVzaCgweDFkNjNlKTsKd2luZG93Ll9fX19jLnB1c2goMHgyMjgwNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MjEzOTQpOwp3aW5kb3cuX19fX2MucHVzaCgweDE5OGU4KTsKd2luZG93Ll9fX19jLnB1c2goMHgyMjgwNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MjhlNDApOwp3aW5kb3cuX19fX2MucHVzaCgweDIxMzk0KTsKd2luZG93Ll9fX19jLnB1c2goMHgxZmYyMik7CndpbmRvdy5fX19fYy5wdXNoKDB4MmI3MjQpOwp3aW5kb3cuX19fX2MucHVzaCgweDIxMzk0KTsKd2luZG93Ll9fX19jLnB1c2goMHgzMWQ1ZSk7CndpbmRvdy5fX19fYy5wdXNoKDB4MWZmMjIpOwp3aW5kb3cuX19fX2MucHVzaCgweDIyODA2KTsKd2luZG93Ll9fX19jLnB1c2goMHgzMWQ1ZSk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzQ2NDIpOwp3aW5kb3cuX19fX2MucHVzaCgweDMxZDVlKTsKd2luZG93Ll9fX19jLnB1c2goMHgzMDhlYyk7CndpbmRvdy5fX19fYy5wdXNoKDB4MmEyYjIpOwp3aW5kb3cuX19fX2MucHVzaCgweDNjMGVlKTsKd2luZG93Ll9fX19jLnB1c2goMHgzNDY0Mik7CndpbmRvdy5fX19fYy5wdXNoKDB4M2MwZWUpOwp3aW5kb3cuX19fX2MucHVzaCgweDNmZTQ0KTsKd2luZG93Ll9fX19jLnB1c2goMHgzYWM3Yyk7CndpbmRvdy5fX19fYy5wdXNoKDB4NDEyYjYpOwp3aW5kb3cuX19fX2MucHVzaCgweDMxZDVlKTsKd2luZG93Ll9fX19jLnB1c2goMHgzODM5OCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzgzOTgpOwp3aW5kb3cuX19fX2MucHVzaCgweDQxMmI2KTsK\"));\n\n                //Init App\n                app.initAnalitycs(true);\n\n                app.landing.init();\n                app.landing.go();\n            </script>\n\n                <!-- Google Analytics -->\n        <script>\n            (function (i, s, o, g, r, a, m) {\n                i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {\n                    (i[r].q = i[r].q || []).push(arguments)\n                }, i[r].l = 1 * new Date(); a = s.createElement(o),\n                m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n            })(window, document, 'script', '//www.google-analytics.com/analytics.js', '__gaTracker');\n\n            __gaTracker('create', 'UA-9158314-1', 'pixable.com');\n            __gaTracker('require', 'displayfeatures');\n\n            ga = function() {\n                if (window.trackerDebugger) {\n                    trackerDebugger.debug_notify(\"ga\", arguments);\n                }\n\n                __gaTracker.apply(this, arguments);\n            };\n\n                     // Optimizely Universal Analytics Integration\n            window.optimizely = window.optimizely || [];\n            window.optimizely.push(\"activateUniversalAnalytics\");\n         \n         \n        </script>\n\n                <!-- Quantcast Tag -->\n        <script type=\"text/javascript\">\n            var _qevents = _qevents || [];\n\n            (function () {\n                var elem = document.createElement('script');\n                elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n                elem.async = true;\n                elem.type = \"text/javascript\";\n                var scpt = document.getElementsByTagName('script')[0];\n                scpt.parentNode.insertBefore(elem, scpt);\n            })();\n\n            _qevents.push({\n                qacct: \"p-b20NIqE_JPw2Y\"\n            });\n        </script>\n\n        <noscript>\n            <div style=\"display:none;\">\n                <img src=\"//pixel.quantserve.com/pixel/p-b20NIqE_JPw2Y.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n            </div>\n        </noscript>\n        <!-- End Quantcast tag -->\n            <!-- Begin comScore Tag -->\n        <script>\n            var _comscore = _comscore || [];\n            _comscore.push({ c1: \"2\", c2: \"18676473\" });\n            (function() {\n                var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n                s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n                el.parentNode.insertBefore(s, el);\n            })();\n        </script>\n        <noscript>\n            <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=18676473&cv=2.0&cj=1\" />\n        </noscript>\n        <!-- End comScore Tag -->\n            <!-- Begin Google DoubleClick Tag -->\n        <script type='text/javascript'>\n            var googletag = googletag || {};\n            googletag.cmd = googletag.cmd || [];\n            (function() {\n                var gads = document.createElement('script');\n                gads.async = true;\n                gads.type = 'text/javascript';\n                var useSSL = 'https:' == document.location.protocol;\n                gads.src = (useSSL ? 'https:' : 'http:') +\n                    '//www.googletagservices.com/tag/js/gpt.js';\n                var node = document.getElementsByTagName('script')[0];\n                node.parentNode.insertBefore(gads, node);\n            })();\n        </script>\n\n                <script type='text/javascript'>\n\n        function googleDoubleClickAds() {\n            googletag.cmd.push(function() {\n                var flag = false;\n        \n                    if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickTopRight')) {\n                        flag = true;\n                        //Create div for the ads\n                        $('#googleDoubleClickTopRight').append(\n                            $('<div/>')\n                                .attr(\"id\", 'div-gpt-ad-1419289668959-0')\n                                .css(\"text-align\", \"center\")\n                                                        );\n\n        \n\n                                        var mapLeader_1 = googletag.sizeMapping().\n                                            addSize([100, 400], [250, 213]).\n                                            addSize([880, 400], [296, 252]).\n                                            build();\n\n                        window.LeaderSlot_1 = googletag.defineSlot('/270499203/Pix-BA-PC-Sony-Christmas', [[250, 213],[296, 252]], 'div-gpt-ad-1419289668959-0').\n                            defineSizeMapping(mapLeader_1).\n                            addService(googletag.pubads());\n                                    }\n                \n                    if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickBelowArticles')) {\n                        flag = true;\n                        //Create div for the ads\n                        $('#googleDoubleClickBelowArticles').append(\n                            $('<div/>')\n                                .attr(\"id\", 'div-gpt-ad-1419961171538-0')\n                                .css(\"text-align\", \"center\")\n                                                                .css(\"padding\", \"7px\")\n                                                        );\n\n        \n\n                                        var mapLeader_2 = googletag.sizeMapping().\n                                            addSize([100, 400], [304, 172]).\n                                            addSize([550, 400], [500, 283]).\n                                            addSize([1000, 400], [608, 344]).\n                                            build();\n\n                        window.LeaderSlot_2 = googletag.defineSlot('/270499203/Pix-BA-PC-Sony-Christmas-MS', [[304, 172],[500, 283],[608, 344]], 'div-gpt-ad-1419961171538-0').\n                            defineSizeMapping(mapLeader_2).\n                            addService(googletag.pubads());\n                                    }\n                                googletag.pubads().enableSingleRequest();\n                googletag.enableServices();\n\n            });\n            var flag = false;\n                                if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickTopRight')) {\n                    flag = true;\n                    googletag.cmd.push(function() {\n                        googletag.display('div-gpt-ad-1419289668959-0');\n                    });\n                    $('#googleDoubleClickTopRight').prepend($('<img>',{id:'theImg_1', src:'http://ad.doubleclick.net/ad/N5811.1918146PIXABLE/B8342502.114481137;sz=1x1;ord=142028557384?', border: 0, width: 1, height: 1, alt: 'Advertisement'}));\n                }\n                                if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickBelowArticles')) {\n                    flag = true;\n                    googletag.cmd.push(function() {\n                        googletag.display('div-gpt-ad-1419961171538-0');\n                    });\n                    $('#googleDoubleClickBelowArticles').prepend($('<img>',{id:'theImg_2', src:'http://ad.doubleclick.net/ad/N5811.1918146PIXABLE/B8342502.114482816;sz=1x1;ord=142028557368?', border: 0, width: 1, height: 1, alt: 'Advertisement'}));\n                }\n                        }\n\n            // <![CDATA[\n            var resizeTimer;\n            function resizer() {\n                googletag.pubads().refresh([window.LeaderSlot_1,window.LeaderSlot_2]);\n            }\n            window.addEventListener(\"resize\", function(){\n                clearTimeout(resizeTimer);\n                resizeTimer = setTimeout(resizer, 250);\n            });\n            // ]]&gt;\n        </script>\n                <!-- End Google DoubleClick Tag -->\n            <!-- Heatmap crezyegg tag -->\n        <script type=\"text/javascript\">\n            setTimeout(function () {\n                var a = document.createElement(\"script\");\n                var b = document.getElementsByTagName(\"script\")[0];\n                a.src = document.location.protocol + \"//dnn506yrbagrg.cloudfront.net/pages/scripts/0024/1789.js?\" + Math.floor(new Date().getTime() / 3600000);\n                a.async = true; a.type = \"text/javascript\"; b.parentNode.insertBefore(a, b)\n            }, 1);\n        </script>\n        <!-- End Heatmap crezyegg tag -->\n    \n        <!-- Rendered in: 0.73650193214417-->    </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/pixable.com2.html",
    "content": "<!DOCTYPE html>\n<!-- \"|| $CMSContentType === 'topic'\" was added to show something if pixable 1.0 user opens branded page-->\n<html\n    ng-app=\"ngapp\"\n    xmlns=\"http://www.w3.org/1999/xhtml\"\n    xmlns:fb=\"http://ogp.me/ns/fb#\"\n    xmlns:og=\"http://opengraphprotocol.org/schema/\"\n    class=\"  newStyle  \">\n\n    <head>\n        <meta charset=\"utf-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQUGVFdWGwAIUFdWBgE=\"};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]);</script>\n        <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n                    <title>15 Pop Culture Trends We Hope Stay In 2014 | Pixable</title>\n                <meta id=\"metaViewport\" name=\"viewport\" content=\"width=device-width\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta names=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n        <meta name=\"google-site-verification\" content=\"L4oNbts31JUqyK1ySDIxhSomUL9OZqSo9ZKAkUV6vAE\" />\n        <meta name=\"p:domain_verify\" content=\"366c0bc82483eb3aed066b36824bf04a\"/>\n                <meta name=\"robots\" content=\"index, nofollow\">\n        \n                    <!-- prerender.io - let Google know that your HTML5 push state page uses\n            Javascript so that Google can ask for the static HTML page -->\n            <meta name=\"fragment\" content=\"!\" />\n        \n        <!-- Dissable google translate for chrome -->\n        <!--<meta name=\"google\" value=\"notranslate\">-->\n        <!-- ************************************* -->\n\n        <meta property=\"fb:admins\" content=\"601829,698186991,118714\">\r\n\t<meta property=\"fb:app_id\" content=\"88916178465\">\r\n\t<meta property=\"og:locale\" content=\"en_US\">\r\n\t<meta property=\"og:site_name\" content=\"Pixable\">\r\n\t<meta property=\"og:url\" content=\"http://www.pixable.com/article/pop-culture-trends-we-hope-stay-in-2014/\">\r\n\t<meta property=\"og:title\" content=\"Don&#039;t Get Yourself Caught Up In These Pop Culture Trends In 2015\">\r\n\t<meta property=\"og:description\" content=\"We hope this is the last time we come across these pop culture trends of 2014.\">\r\n\t<meta property=\"og:type\" content=\"article\">\r\n\t<meta property=\"article:author\" content=\"Natalie Krawczyk\">\r\n\t<meta property=\"article:publisher\" content=\"http://www.facebook.com/pixable\">\r\n\t<meta property=\"article:tag\" content=\"2014 year in review\">\r\n\t<meta property=\"article:tag\" content=\"pop culture\">\r\n\t<meta property=\"article:tag\" content=\"pop culture trends\">\r\n\t<meta property=\"article:tag\" content=\"tuesday update\">\r\n\t<meta property=\"article:section\" content=\"Entertainment\">\r\n\t<meta property=\"article:published_time\" content=\"2014-12-29T15:31:31+00:00\">\r\n\t<meta property=\"article:modified_time\" content=\"2015-01-02T08:17:50+00:00\">\r\n\t<meta property=\"og:image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/frozensso.jpg\">\r\n\t<meta property=\"twitter:site\" content=\"@pixable\">\r\n\t<meta property=\"twitter:title\" content=\"Don&#039;t Get Yourself Caught Up In These Pop Culture Trends In 2015\">\r\n\t<meta property=\"twitter:description\" content=\"We hope this is the last time we come across these pop culture trends of 2014.\">\r\n\t<meta property=\"twitter:creator\" content=\"@hey_itsnataliek\">\r\n\t<meta property=\"twitter:card\" content=\"summary_large_image\">\r\n\t<meta property=\"twitter:image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/frozensso.jpg\">\r\n\t<meta name=\"author\" content=\"Natalie Krawczyk\" />\r\n\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.3.3 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"It&#039;s time we stop talking about &quot;Frozen&quot; and kale and we leave these other pop culture trends behind when the clock strike midnight on New Year&#039;s Eve.\"/>\n<link rel=\"canonical\" href=\"http://www.pixable.com/article/pop-culture-trends-we-hope-stay-in-2014\" />\n<link rel=\"author\" href=\"https://plus.google.com/u/0/+NatalieKrawczyk\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n\t<meta name=\"image\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/frozen.gif\" />\r\n\t<meta name=\"thumbnail\" content=\"http://dkwk2vhxtny27.cloudfront.net/wp-content/uploads/2014/12/frozen-165x126.gif\" />\r\n\t<meta keywords=\"pop,culture,trends\" />\r\n\t<meta name=\"keywords\" content=\"pop,culture,trends\" />\r\n\t<meta name=\"news_keywords\" content=\"pop,culture,trends\" />\r\n\n        <!-- App icons -->\n        <link rel=\"apple-touch-icon\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon.png\"/>\n        <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon72x72.png\"/>\n        <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon114x114.png\"/>\n        <link rel=\"apple-touch-icon-precomposed\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/apple-touch-icon72x72.png\"/>\n\n        <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>\n\n                    <link rel=\"shortcut icon\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/favicon.ico\" />\n        \n        \n<link type=\"text/css\" href=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.gz.css\" rel=\"stylesheet\" media=\"screen\"></link>\n\n<script type='text/javascript'>\nvar client_ip_address=\"50.159.87.221\"\n;\n</script>\n\n        \n        <link href=\"https://plus.google.com/+pixable/\" rel=\"publisher\" />\n\n                                    <script src=\"//cdn.optimizely.com/js/1009480350.js\"></script>\n                    \n        <script type=\"text/javascript\">\n            if (navigator.cookieEnabled === false) {\n                window.location='/views/cookiesdisabled';\n            }\n        </script>\n\n        <script type=\"text/javascript\">\n            Date.prototype.addMonths = function(n){\n                this.setMonth(this.getMonth()+n);\n                return this;\n            }\n            var localization = null;\n            var preinitedStreams = {\"version\":\"1.2\",\"status\":0,\"msg\":\"ok\",\"data\":{\"StreamSet\":{\"Stream\":[{\"attributes\":{\"type\":\"Public\",\"name\":\"The Wedding Ringer \",\"id\":\"1364775679\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Jimmy is the best friend money can buy. But he's about to take on his biggest challenge. In theaters January 16th!\",\"categoryID\":\"5085\",\"categoryPermalink\":\"theweddingringer\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"36\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1364775679\\/11cdcf13ae02b5f502a00d008ec2e2e6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1364775679\\/11cdcf13ae02b5f502a00d008ec2e2e6.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":106,\"UnseenCount\":106,\"ImageCount\":\"106\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420244924\",\"OldestItemDate\":\"1419277313\",\"NewestItemCreatedDate\":\"1420243144\",\"OldestItemCreatedDate\":\"1403052527\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[],\"campaign\":{\"campaign_id\":\"the-wedding-ringer\",\"presented_by_url\":\"\"},\"meta_tags\":{\"title\":\"\",\"image\":\"\",\"link\":\"\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Celebs\",\"id\":\"152\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos shared by your favorite celebrities.\",\"categoryID\":\"152\",\"categoryPermalink\":\"celebs\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"37\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"47\",\"102\",\"40\",\"163\",\"106\",\"141\",\"111\",\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282757,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":598,\"UnseenCount\":598,\"ImageCount\":598,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/celebs.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/celebs.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/celebs.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/celebs.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284415\",\"OldestItemDate\":\"1420001137\",\"NewestItemCreatedDate\":\"1420284411\",\"OldestItemCreatedDate\":\"1420001133\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0107b5da2c4e1723c7318c1c49d08b95.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/165ea6b8a8bb5508bb764cb68f68916c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bda85e52386017314c30d333cea2fee2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7c51ec797e0a89c8ab562404f1b7b878.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos shared by your favorite celebrities.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/93d0277b6ecb30de57ab27f50bba4804.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/152?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Travel and Places\",\"id\":\"106\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos being shared around the world of beautiful travel destinations.\",\"categoryID\":\"106\",\"categoryPermalink\":\"travelnplaces\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"38\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"78\",\"5007\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282324,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/travel.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/travel.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/travel.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/travel.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283356\",\"OldestItemDate\":\"1419419369\",\"NewestItemCreatedDate\":\"1420283353\",\"OldestItemCreatedDate\":\"1419419365\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fc076ccbe038ceb29c3b26991bd7959c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9ff4805166e4f127dcbfea096aee37d3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37b84f276fa9455a3a58a7d6c2928c7e.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8607c2849381f6a1c49e4241630e9f77.png\"}],\"cms_categories\":[\"travel-and-places\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos being shared around the world of beautiful travel destinations.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/85249d7ede9eaaacd35f24b82812283a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/106?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cute\",\"id\":\"161\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The cutest photos you've ever seen.\",\"categoryID\":\"161\",\"categoryPermalink\":\"cute\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"39\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5007\",\"40\",\"78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282633,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282631\",\"OldestItemDate\":\"1420047038\",\"NewestItemCreatedDate\":\"1420281908\",\"OldestItemCreatedDate\":\"1420047029\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"}],\"cms_categories\":[\"animals\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The cutest photos you've ever seen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/1e4fb53cc92bc1f3d7beaaebe22b55db.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/161?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Food \",\"id\":\"5\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latest photos shared by foodies from around the world.\",\"categoryID\":\"45\",\"categoryPermalink\":\"food\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"40\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\"161\",\"5007\",\"39\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":588,\"UnseenCount\":588,\"ImageCount\":588,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/food.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/food.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/food.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/food.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284612\",\"OldestItemDate\":\"1419720302\",\"NewestItemCreatedDate\":\"1420284607\",\"OldestItemCreatedDate\":\"1419719889\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latest photos shared by foodies from around the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/668ae5666435579355073e3379e912dd.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/5?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Funny\",\"id\":\"111\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The funniest photos and videos being shared today.\",\"categoryID\":\"111\",\"categoryPermalink\":\"funny\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"41\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"1\",\"relatedCategories\":[\"183\",\"165\",\"64\",\"141\",\"165\",\"152\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281908,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/funny.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/funny.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/funny.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/funny.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284618\",\"OldestItemDate\":\"1419820210\",\"NewestItemCreatedDate\":\"1420284615\",\"OldestItemCreatedDate\":\"1419820207\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a5a9d2deac436fd7e9a92ddf5492497.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d03fb53f9a2029d35a3fc65d72fae6b3.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f69705ddcec40860bdefd238cd341ab5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c3f0695560e70d8e43d4c9afa872b990.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The funniest photos and videos being shared today.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e388c52223dd932456c2c66e0713657a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/111?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Space And Astronomy \",\"id\":\"1364762878\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Space And Astronomy\",\"categoryID\":\"5019\",\"categoryPermalink\":\"spacenastronomy\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"42\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284124,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420252522\",\"OldestItemDate\":\"1415199189\",\"NewestItemCreatedDate\":\"1420227007\",\"OldestItemCreatedDate\":\"1416674710\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"}],\"cms_categories\":[\"sci-tech\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Space And Astronomy\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bdfa6d85ace203d8a8b187c484915b1b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364762878?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Style & Fashion\",\"id\":\"102\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trending style and fashion photos.\",\"categoryID\":\"102\",\"categoryPermalink\":\"stylenfashion\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"43\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\",\"156\",\"50\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284795,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":599,\"UnseenCount\":599,\"ImageCount\":599,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fashion.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fashion.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fashion.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fashion.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284792\",\"OldestItemDate\":\"1420133256\",\"NewestItemCreatedDate\":\"1420284299\",\"OldestItemCreatedDate\":\"1420133248\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Trending style and fashion photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4d29ee3c57a4beafbd7ccc583bda6a81.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/102?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Culture \",\"id\":\"1364766978\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Humanity, we're kind of a complicated civilization, but it's our culture that helps us figure each other out.\",\"categoryID\":\"5028\",\"categoryPermalink\":\"culture\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"44\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284019,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284618\",\"OldestItemDate\":\"1419232564\",\"NewestItemCreatedDate\":\"1420284616\",\"OldestItemCreatedDate\":\"1419232562\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Humanity, we're kind of a complicated civilization, but it's our culture that helps us figure each other out.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7361e30e8216bc7f95e37bc38bc8eb18.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766978?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Do It Yourself\",\"id\":\"1364767622\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Check out this awesome feed on all things Do It Yourself. Stimulate ideas, and create what you've always wanted to make!\",\"categoryID\":\"5037\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"45\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\" 102\",\" 5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408924578\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420271651\",\"OldestItemDate\":\"1406686525\",\"NewestItemCreatedDate\":\"1420271649\",\"OldestItemCreatedDate\":\"1405300076\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Check out this awesome feed on all things Do It Yourself. Stimulate ideas, and create what you've always wanted to make!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/3092e61c79f668dd7dc8d82276876bb3.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767622?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Interior Design \",\"id\":\"1364768925\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Interesting photographs of various living spaces. Find inspiration on how to decorate your home with this interior design photofeed.\",\"categoryID\":\"5054\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"46\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284124,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284068\",\"OldestItemDate\":\"1419650461\",\"NewestItemCreatedDate\":\"1420284066\",\"OldestItemCreatedDate\":\"1419650460\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Interesting photographs of various living spaces. Find inspiration on how to decorate your home with this interior design photofeed.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ffe601645e5c85efd1f43c53c8ffd839.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768925?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"New Movie Trailers \",\"id\":\"141\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"Trending movie trailers\",\"categoryID\":\"141\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"47\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"0\",\"serviceName\":\"\",\"serviceInternalName\":\"\",\"priority\":\"0\",\"relatedCategories\":[\"109\",\"152\",\"47\",\"161\",\"163\",\"156\",\"50\",\"152\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"\"],\"defaultServiceIcon\":\"\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1384908102\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/movies.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/movies.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/movies.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/movies.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420218365\",\"OldestItemDate\":\"1392226041\",\"NewestItemCreatedDate\":\"1420218361\",\"OldestItemCreatedDate\":\"1402007354\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8bad586d7c128ea7dcb4cc8079b2dcb0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending movie trailers\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/4C7wXCJTjPI\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/141?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Perfect Timing \",\"id\":\"1364767702\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"What are the chances of snapping a photo at the perfect time? The chances are high, but the visual results could be unpredictable. Here are incredible and perfectly timed pictures\",\"categoryID\":\"5040\",\"categoryPermalink\":\"perfecttiming\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"48\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282624,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":577,\"UnseenCount\":577,\"ImageCount\":577,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420241045\",\"OldestItemDate\":\"1405804980\",\"NewestItemCreatedDate\":\"1420239600\",\"OldestItemCreatedDate\":\"1375729227\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"What are the chances of snapping a photo at the perfect time? The chances are high, but the visual results could be unpredictable. Here are incredible and perfectly timed pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b343acf2e0ecbd4c9513a084c5d94cff.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767702?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Television\",\"id\":\"1364768197\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A look behind the scenes of TV stars, shows, and upcoming trailers.\",\"categoryID\":\"5042\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"49\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282092,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420265582\",\"OldestItemDate\":\"1417183505\",\"NewestItemCreatedDate\":\"1420254066\",\"OldestItemCreatedDate\":\"1417183501\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/09bd3a069200a1893f14ae736d2824bf.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/75b4f1af7bdb9dd27544e36781e8d00f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5cf9483fa5c9a3c621fe7b263c89b4cd.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72303f19a9dee5bc7f70470389c5ba2e.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"A look behind the scenes of TV stars, shows, and upcoming trailers.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0574b550ca685976c6ba6e0e89af3e37.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768197?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Music Celebs\",\"id\":\"7\",\"OwnerId\":\"0\",\"internal_name\":\"PublicInstagramFeed\",\"description\":\"Music celebrities in instagram\",\"categoryID\":\"47\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"50\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"3\",\"serviceName\":\"Instagram\",\"serviceInternalName\":\"instagram\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/instagram-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283412,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/music_celebs.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/music_celebs.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/music_celebs.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/music_celebs.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283412\",\"OldestItemDate\":\"1419124211\",\"NewestItemCreatedDate\":\"1420282495\",\"OldestItemCreatedDate\":\"1419120732\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b4bc798f239951778c4cef8fa19f319.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/84ecc230d5f207e045f7617f500a6950.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/22bc51210783067a460365df010f7dad.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/413fabc66ed06789bf45c96575e5f7f3.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Music celebrities in instagram\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ce121ff1a193fc89a617bc03b3e4e593.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/7?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Art\",\"id\":\"1364766759\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Are you an art lover? Then you'll love this selection of incredible art photos from all over the world.\",\"categoryID\":\"5027\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"51\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411843774\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272125\",\"OldestItemDate\":\"1416027796\",\"NewestItemCreatedDate\":\"1420272124\",\"OldestItemCreatedDate\":\"1416027795\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Are you an art lover? Then you'll love this selection of incredible art photos from all over the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/9de38ee25b4e1b995bbebffa72737627.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766759?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Street Art \",\"id\":\"1364766979\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Take a look at these magnificent works of street art from across the world.\",\"categoryID\":\"5029\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"52\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284673,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272228\",\"OldestItemDate\":\"1415382798\",\"NewestItemCreatedDate\":\"1420272226\",\"OldestItemCreatedDate\":\"1415379957\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Take a look at these magnificent works of street art from across the world.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a215fedda5917ee9b595b7967041400f.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766979?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Digital Art \",\"id\":\"1364766980\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Woah! It totally looks like a painting, but it's created with a computer. You'll be surprised at the amount of digital art there are nowadays. \",\"categoryID\":\"5030\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"53\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281191,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420276813\",\"OldestItemDate\":\"1415121504\",\"NewestItemCreatedDate\":\"1420273138\",\"OldestItemCreatedDate\":\"1415120120\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Woah! It totally looks like a painting, but it's created with a computer. You'll be surprised at the amount of digital art there are nowadays. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2d9cad1257225e3114accabade6b4301.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766980?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Architecture \",\"id\":\"1364767137\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you have an eye for design? From skyscrapers to uniquely built structures, stay updated on the best architecture.\",\"categoryID\":\"5032\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"54\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\",\" 106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284672,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284671\",\"OldestItemDate\":\"1416874940\",\"NewestItemCreatedDate\":\"1420281364\",\"OldestItemCreatedDate\":\"1416874463\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Do you have an eye for design? From skyscrapers to uniquely built structures, stay updated on the best architecture.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/892dbee8c329166a1be381ec54949644.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767137?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Historical Photos \",\"id\":\"1364767288\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Let's go back to the good old days. Take a look at our extensive curation of historical photos.\",\"categoryID\":\"5034\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"55\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5028\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281725,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280161\",\"OldestItemDate\":\"1419571087\",\"NewestItemCreatedDate\":\"1420280160\",\"OldestItemCreatedDate\":\"1419568339\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Let's go back to the good old days. Take a look at our extensive curation of historical photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/35493f8c12c86ffff6874e91277e0152.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767288?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Adventure\",\"id\":\"110\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best Adventure and Extreme videos and photos you have ever seen.\",\"categoryID\":\"110\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"56\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"106\",\"78\",\"43\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1404248657\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/adventure.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/adventure.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/adventure.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/adventure.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284351\",\"OldestItemDate\":\"1417723084\",\"NewestItemCreatedDate\":\"1420275849\",\"OldestItemCreatedDate\":\"1413293161\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fc076ccbe038ceb29c3b26991bd7959c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9ff4805166e4f127dcbfea096aee37d3.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8607c2849381f6a1c49e4241630e9f77.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37b84f276fa9455a3a58a7d6c2928c7e.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The best Adventure and Extreme videos and photos you have ever seen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a5d2abdd27e380e3a5291ba32d6b9f0a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/110?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Instagram\",\"id\":\"2\",\"OwnerId\":\"0\",\"internal_name\":\"PopularFromInstagram\",\"description\":\"Trending photos on Instagram.\",\"categoryID\":\"40\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"57\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"3\",\"serviceName\":\"Instagram\",\"serviceInternalName\":\"instagram\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"73\",\"163\",\"156\",\"50\",\"102\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/instagram-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282867,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/instagram.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/instagram.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/instagram.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/instagram.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282867\",\"OldestItemDate\":\"1420153267\",\"NewestItemCreatedDate\":\"1420281881\",\"OldestItemCreatedDate\":\"1420143032\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/820f33b7e4f3338d0984f1049b78dc80.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2c2a08ac580d2e34783e33a3519f2c2e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fa2c0b25b5c3188d46caccef3613cdb5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5a8b9b12ee820cae6c8c52217083899f.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending photos on Instagram.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32704460cf1a4d225fd94556fc2fe4fb.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/2?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Flickr\",\"id\":\"1\",\"OwnerId\":\"0\",\"internal_name\":\"InterestingFromFlickr\",\"description\":\"Trending photos on Flickr.\",\"categoryID\":\"39\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"58\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"2\",\"serviceName\":\"Flickr\",\"serviceInternalName\":\"flickr\",\"priority\":\"0\",\"relatedCategories\":[\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/flickr-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282869,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"CoverImageFull\":\"https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/flickr.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/flickr.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/flickr.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/flickr.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity_desc\",\"NewestItemDate\":\"1420275655\",\"OldestItemDate\":\"1419829253\",\"NewestItemCreatedDate\":\"1420271770\",\"OldestItemCreatedDate\":\"1419783949\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bb5143d64ba59d1f09cbdad253ea3cf8.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1cfc8b9e37a1dd63d018db41040b4b65.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cc673b67218cf27df59f3974760160c9.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9c02c87a1697e5adda197627266310c5.png\"}],\"cms_categories\":[\"entertainment\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Trending photos on Flickr.\",\"image\":\"https:\\/\\/farm8.staticflickr.com\\/7565\\/16171079681_65a40db3e4_b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sports\",\"id\":\"156\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The latests photos in the world of sports.\",\"categoryID\":\"156\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"59\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"110\",\"43\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281911,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284682\",\"OldestItemDate\":\"1420163108\",\"NewestItemCreatedDate\":\"1420284678\",\"OldestItemCreatedDate\":\"1420163104\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The latests photos in the world of sports.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/891c82a5215af5e214e277e72b27a82b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/156?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" NFL\",\"id\":\"166\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best and most shocking NFL pictures\",\"categoryID\":\"166\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"60\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"163\",\"161\",\"152\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284673,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282761\",\"OldestItemDate\":\"1420093806\",\"NewestItemCreatedDate\":\"1420279209\",\"OldestItemCreatedDate\":\"1407636226\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"The best and most shocking NFL pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2a2849fe291fdfca400c5a8e404c1fce.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/166?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Extreme Sports \",\"id\":\"1364768926\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Incredible photographs of professional extreme sports athletes. \",\"categoryID\":\"5055\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"61\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"110\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281545,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sports.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sports.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/sports.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/sports.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420277765\",\"OldestItemDate\":\"1417105925\",\"NewestItemCreatedDate\":\"1420276929\",\"OldestItemCreatedDate\":\"1417105545\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Incredible photographs of professional extreme sports athletes. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/522e1f325999acf166c967e6ab60c699.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768926?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Soccer\",\"id\":\"1364769260\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"View the latest images from your favorite Futbol stars and teams. \",\"categoryID\":\"5056\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"62\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283056,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/worldcup.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/worldcup.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/worldcup.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284368\",\"OldestItemDate\":\"1419850294\",\"NewestItemCreatedDate\":\"1420284367\",\"OldestItemCreatedDate\":\"1419849741\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/ced372c4d812f4b33607f94d3ec35ec6.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/ce80d20d031020c4b295b0544db3a4ef.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/905d1a23c320c8b514c9d4bcbad2d19e.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c7cf287f28c8756f10ce69b04bbb95e6.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"View the latest images from your favorite Futbol stars and teams. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/270c434f8ddfc6911547a5f45cf61045.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769260?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"NBA\",\"id\":\"1364758782\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best NBA 13-14 Season Highlights and pictures\",\"categoryID\":\"5012\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"63\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"166\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411891886\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/nba.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/nba.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/nba.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/nba.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420270554\",\"OldestItemDate\":\"1420044659\",\"NewestItemCreatedDate\":\"1420270553\",\"OldestItemCreatedDate\":\"1420044658\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Best NBA 13-14 Season Highlights and pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cd479243a54c54e09a29c12fd9adc9f5.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364758782?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cars\",\"id\":\"1364757120\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best cars pictures and videos anyone can ever see\",\"categoryID\":\"5005\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"64\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"156\",\"103\",\"102\",\"152\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1409949330\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":580,\"UnseenCount\":580,\"ImageCount\":580,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cars.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cars.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cars.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cars.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282696\",\"OldestItemDate\":\"1417706181\",\"NewestItemCreatedDate\":\"1420278611\",\"OldestItemCreatedDate\":\"1417379430\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/709964223347963b5b4ed7ecba5dc894.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b28edb8393a60ef0916100bc9f0a670e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5709a87365c4f6b3a92f7beec7392fb7.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/758a82969bd3262e689dd9767ec7479b.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"Best cars pictures and videos anyone can ever see\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/105454257fb19418ef44b73ed36cb2f5.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364757120?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Video Games \",\"id\":\"1364758803\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Latest VideoGames pictures and Videos\",\"categoryID\":\"5013\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"65\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"165\",\"111\",\"110\",\"5005\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406945478\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":591,\"UnseenCount\":591,\"ImageCount\":591,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420268216\",\"OldestItemDate\":\"1418502879\",\"NewestItemCreatedDate\":\"1420250450\",\"OldestItemCreatedDate\":\"1418364396\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"}],\"cms_categories\":[\"sci-tech\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Latest VideoGames pictures and Videos\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0285c45b80e03e951274f5ef71d60ad2.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364758803?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Books \",\"id\":\"1364768480\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Bookworm? Perhaps you just want to read a new book. Check out the latest books here.\",\"categoryID\":\"5047\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"66\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283349,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":598,\"UnseenCount\":598,\"ImageCount\":598,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/news.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/news.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/news.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/news.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420253103\",\"OldestItemDate\":\"1418148634\",\"NewestItemCreatedDate\":\"1420251399\",\"OldestItemCreatedDate\":\"1418148633\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"}],\"cms_categories\":[\"art-culture\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Bookworm? Perhaps you just want to read a new book. Check out the latest books here.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/850bbb3a7d28006e9cbcdebb564f778d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768480?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Get Inspired\",\"id\":\"1364757851\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Best inspirational quotes that will improve anyone's mood\",\"categoryID\":\"5007\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"67\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"106\",\"40\",\"78\",\"43\",\"45\",\"152\",\"163\",\"165\",\"156\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283595,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":543,\"UnseenCount\":543,\"ImageCount\":543,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/inspirational_quotes.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/inspirational_quotes.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/inspirational_quotes.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/inspirational_quotes.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283594\",\"OldestItemDate\":\"1418596033\",\"NewestItemCreatedDate\":\"1420282800\",\"OldestItemCreatedDate\":\"1418594402\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\",\"_pixable-home\"],\"meta_tags\":{\"title\":\"Best inspirational quotes that will improve anyone's mood\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6c07c6446b27a3c21e1eeeb5d808a393.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364757851?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cats \",\"id\":\"1364766436\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Cats are awesome, you love them and so do we. \",\"categoryID\":\"5024\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"68\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284490,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420279234\",\"OldestItemDate\":\"1419180905\",\"NewestItemCreatedDate\":\"1420279233\",\"OldestItemCreatedDate\":\"1419180905\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Cats are awesome, you love them and so do we. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32fdb79948bcaea3665ec4db2e7bd5df.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766436?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Dogs \",\"id\":\"1364766752\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"We put the 'aww' in 'dawwg'. Get your daily dog dose!\",\"categoryID\":\"5025\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"69\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284081,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cute.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cute.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cute.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cute.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420262831\",\"OldestItemDate\":\"1417367708\",\"NewestItemCreatedDate\":\"1420260170\",\"OldestItemCreatedDate\":\"1417367707\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"We put the 'aww' in 'dawwg'. Get your daily dog dose!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0e06b76b514068442e9721855f54876e.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766752?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Wild Animals \",\"id\":\"1364766758\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Explore the wild! Take a look at an exotic array of wild animal photographs.\",\"categoryID\":\"5026\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"70\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420280546,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420275381\",\"OldestItemDate\":\"1416465604\",\"NewestItemCreatedDate\":\"1420267217\",\"OldestItemCreatedDate\":\"1416465601\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87124137e44e035e1f386583ff684515.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6ae8f4dd563c7e1ae85a97e261c7dca.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5ecf75e51e9e17723981a9f7dc219730.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f64b2ee659d3d0c446027b53643c2fbd.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Explore the wild! Take a look at an exotic array of wild animal photographs.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/32e0cacc767f40be699ab4598fe1fa66.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766758?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Top News \",\"id\":\"163\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trending news related photos.\",\"categoryID\":\"163\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"71\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"183\",\"166\",\"156\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\",\"111\",\"152\",\"161\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406850986\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/news.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/news.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/news.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/news.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284683\",\"OldestItemDate\":\"1420178373\",\"NewestItemCreatedDate\":\"1420284679\",\"OldestItemCreatedDate\":\"1420178370\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/09eb9daed6f493e68f18632588cc7415.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c7c9acdb4cb0e1d14aed2e732844c1eb.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7451df6510bebc2e3750f5c1022c572f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7d091bae52ede3f4da7542b39bff6e2d.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"Trending news related photos.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18000c5f575534c177e96c46fdb05acc.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/163?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Movie Stars \",\"id\":\"1364768196\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A peek on what's new with movie stars both on and off the screen.\",\"categoryID\":\"5045\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"72\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495161\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420226507\",\"OldestItemDate\":\"1410833801\",\"NewestItemCreatedDate\":\"1420226502\",\"OldestItemCreatedDate\":\"1410830813\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a96bae5af7f0624df14ff01228b372c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"A peek on what's new with movie stars both on and off the screen.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/0b25793f0a00012eec3aa63fb45cbb8a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768196?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Memes \",\"id\":\"1364768815\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Get ready to burst into tears with these hilarious memes.\",\"categoryID\":\"5051\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"73\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495153\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420244473\",\"OldestItemDate\":\"1409336649\",\"NewestItemCreatedDate\":\"1419794408\",\"OldestItemCreatedDate\":\"1409335106\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0a5a9d2deac436fd7e9a92ddf5492497.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d03fb53f9a2029d35a3fc65d72fae6b3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/c3f0695560e70d8e43d4c9afa872b990.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f69705ddcec40860bdefd238cd341ab5.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Get ready to burst into tears with these hilarious memes.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/4a8864fbe36e1a76335b3de2aa384eaf.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768815?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Anime \",\"id\":\"1364768483\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Dive into the world of hand-drawn and computer animation. Specifically, 'Anime', a Japanese term for all forms of animation \",\"categoryID\":\"5048\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"74\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281965,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420281964\",\"OldestItemDate\":\"1419280324\",\"NewestItemCreatedDate\":\"1420279200\",\"OldestItemCreatedDate\":\"1419278401\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Dive into the world of hand-drawn and computer animation. Specifically, 'Anime', a Japanese term for all forms of animation \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/a6a9e20c370ae7515aefdfcfb2baf8ac.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768483?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cosplay \",\"id\":\"1364768484\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Check out these incredibly cosplay artists and their outfits.\",\"categoryID\":\"5049\",\"categoryPermalink\":\"cosplay\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"75\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5048\",\" 165\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282935,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282934\",\"OldestItemDate\":\"1415994088\",\"NewestItemCreatedDate\":\"1420279202\",\"OldestItemCreatedDate\":\"1416416087\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6a05a844bc319b56c43e14c74dcdc50.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6337f9a3bb6b11b537e80e96faabd774.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2e0b715f11f0f5b29a4be7ddda278c32.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0105bcec139721c29b294bfe122b9ebf.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Check out these incredibly cosplay artists and their outfits.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/bccaa86892b9b27484c39645fd5b4c58.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768484?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Comics \",\"id\":\"165\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Pictures related to the Comic world\",\"categoryID\":\"165\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"76\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\",\"47\",\"161\",\"163\",\"156\",\"50\",\"152\",\"102\",\"40\",\"39\",\"78\",\"106\",\"64\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1378565633\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":589,\"UnseenCount\":589,\"ImageCount\":589,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/comics.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/comics.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/comics.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/comics.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420269821\",\"OldestItemDate\":\"1419374475\",\"NewestItemCreatedDate\":\"1420269817\",\"OldestItemCreatedDate\":\"1419374471\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"}],\"cms_categories\":[\"entertainment\"],\"meta_tags\":{\"title\":\"Pictures related to the Comic world\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/18e79b5ba4c213410e37c39b5630bf0d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/165?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Graphic Novels \",\"id\":\"1364768377\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"With new heroes, there are also new villians. Check out the latest art and work of these graphic novel artists.\",\"categoryID\":\"5046\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"77\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"165\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284135,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280356\",\"OldestItemDate\":\"1415189178\",\"NewestItemCreatedDate\":\"1420279335\",\"OldestItemCreatedDate\":\"1415189176\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7e9565d0a483e5910678d1cd9dbc2bfa.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/039f5fa08ebc7f24ba4c2ece1afd6d6b.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/fd02d361a715dba35330840149b9aa17.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/cd1761d8548671d817d85f8ab34be9e3.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"With new heroes, there are also new villians. Check out the latest art and work of these graphic novel artists.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/b02b6cbfd26283376f445e4555dc4a1e.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768377?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Home\",\"id\":\"149\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Home Decoration\",\"categoryID\":\"149\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"78\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\"106\",\"5007\",\"45\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282507,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":568,\"UnseenCount\":568,\"ImageCount\":568,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/home_decoration.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/home_decoration.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282506\",\"OldestItemDate\":\"1420029907\",\"NewestItemCreatedDate\":\"1420281914\",\"OldestItemCreatedDate\":\"1420029313\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Home Decoration\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cf19f0faee988e0999d86ef3bf33b29a.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/149?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Gardening \",\"id\":\"1364768863\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Trying to create the perfect front yard? Perhaps your backyard garden needs a bit of work? Here's the latest on gardening and tips from professional gardeners.\",\"categoryID\":\"5053\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"79\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"149\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283717,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420273224\",\"OldestItemDate\":\"1417524051\",\"NewestItemCreatedDate\":\"1420273223\",\"OldestItemCreatedDate\":\"1417524049\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/04a8258d20a3ef86e2abc8e67a61bc25.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/817ecf5669ace0d18d2550b9a2fafd44.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/4ed541220a8ef951f3774ff43e31599a.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2d7ba8d015c10a0e22dd652ba85812db.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Trying to create the perfect front yard? Perhaps your backyard garden needs a bit of work? Here's the latest on gardening and tips from professional gardeners.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/88d2d1dd7baacda5edcba9f171e550a6.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768863?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Men's Fashion \",\"id\":\"1364769261\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"From dapper to streetwear, here's what's new with men's fashion.\",\"categoryID\":\"5057\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"80\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"102\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284018,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fashion.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fashion.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fashion.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fashion.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284017\",\"OldestItemDate\":\"1419168911\",\"NewestItemCreatedDate\":\"1420282802\",\"OldestItemCreatedDate\":\"1419166801\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/feddac8d7d7096f411a6f2d2f2488646.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7b3ebf404443ddb4a831954de042e1be.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"From dapper to streetwear, here's what's new with men's fashion.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c0356dea0f9d484a97d458901b19431f.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769261?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Classic Cars \",\"id\":\"1364766999\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The just don't make em' like they used to.\",\"categoryID\":\"5031\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"81\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5005\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284251,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/cars.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/cars.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/cars.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/cars.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420280477\",\"OldestItemDate\":\"1418072781\",\"NewestItemCreatedDate\":\"1420277668\",\"OldestItemCreatedDate\":\"1418071200\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b28edb8393a60ef0916100bc9f0a670e.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/709964223347963b5b4ed7ecba5dc894.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/5709a87365c4f6b3a92f7beec7392fb7.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/758a82969bd3262e689dd9767ec7479b.png\"}],\"cms_categories\":[\"life\",\"harrys-slug\"],\"meta_tags\":{\"title\":\"The just don't make em' like they used to.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/6f4b0bccf24c30ef2ecd9256edc2ff10.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364766999?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Victoria's Secret Angels\",\"id\":\"103\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"The best Victorias Secret Angels pictures\",\"categoryID\":\"103\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"82\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"60\",\"152\",\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283249,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/models.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/models.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/models.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/models.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420253653\",\"OldestItemDate\":\"1419268209\",\"NewestItemCreatedDate\":\"1420253649\",\"OldestItemCreatedDate\":\"1419268052\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0107b5da2c4e1723c7318c1c49d08b95.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/165ea6b8a8bb5508bb764cb68f68916c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/bda85e52386017314c30d333cea2fee2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7c51ec797e0a89c8ab562404f1b7b878.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"The best Victorias Secret Angels pictures\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02d0664eac9e42df0242c149043ba33b.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/103?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Video Game Art \",\"id\":\"1364768820\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Your favorite video game characters painted and recreated by artists. An extensive collection of video game art.\",\"categoryID\":\"5052\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"83\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5013\",\" 5048\",\" 5050\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411495164\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420165340\",\"OldestItemDate\":\"1402667807\",\"NewestItemCreatedDate\":\"1420165338\",\"OldestItemCreatedDate\":\"1402667799\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Your favorite video game characters painted and recreated by artists. An extensive collection of video game art.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/c7d8e921f90bda91835e9f3d062c7dee.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768820?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Digital Photography \",\"id\":\"1364767407\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"A visually striking curation of digital photography.\",\"categoryID\":\"5035\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"84\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408982900\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":576,\"UnseenCount\":576,\"ImageCount\":\"576\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408979114\",\"OldestItemDate\":\"1403774955\",\"NewestItemCreatedDate\":\"1408978013\",\"OldestItemCreatedDate\":\"1403772659\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\" service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"A visually striking curation of digital photography.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/406e9d8033b1535f6509cf390540f954.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767407?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Lomography\",\"id\":\"78\",\"OwnerId\":\"0\",\"internal_name\":\"PopularPhotosFromLomo\",\"description\":\"Trending photos on Lomography.\",\"categoryID\":\"78\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"85\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"10\",\"serviceName\":\"Lomography\",\"serviceInternalName\":\"lomography\",\"priority\":\"0\",\"relatedCategories\":[\"39\",\"64\",\"183\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/lomography.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283187,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":80,\"UnseenCount\":80,\"ImageCount\":80,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"120\",\"MinLoadItems\":\"12\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283187\",\"OldestItemDate\":\"1420283187\",\"NewestItemCreatedDate\":\"1418778489\",\"OldestItemCreatedDate\":\"1355346942\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Trending photos on Lomography.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8eb61b3cee35985852aba13655d60c7c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/78?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Cameras \",\"id\":\"1364767623\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Stay updated on the latest photography technologies and cameras.\",\"categoryID\":\"5038\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"86\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5035\",\" 78\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282625,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420278844\",\"OldestItemDate\":\"1417289410\",\"NewestItemCreatedDate\":\"1420275601\",\"OldestItemCreatedDate\":\"1418144038\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9cfafeab4545c122470cbc0b7b36b28.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b495eef030047b90bcb4fa54f5ee7901.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/041dfbd0cc0ee69c625e31e1b92ee762.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69dd41cc1a841664110b9bd93999544c.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Stay updated on the latest photography technologies and cameras.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e85b3d3346ec6fab1ae1c8e441770b5c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767623?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sculpture \",\"id\":\"1364767138\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Take a look at these amazing artists who use different materials to create awesome sculptures.\",\"categoryID\":\"5033\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"87\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5027\",\" 5028\",\" 5029\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1406197938\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":593,\"UnseenCount\":593,\"ImageCount\":\"593\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419874731\",\"OldestItemDate\":\"1402337098\",\"NewestItemCreatedDate\":\"1419874729\",\"OldestItemCreatedDate\":\"1333130528\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Take a look at these amazing artists who use different materials to create awesome sculptures.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/22bd5c25f56ca86be80826eaa4ea9451.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767138?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Movie Posters \",\"id\":\"1364767703\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"If you're a movie buff, you'll love these incredibly detailed pictures of movie posters.\",\"categoryID\":\"5041\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"88\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"141\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284366,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420264754\",\"OldestItemDate\":\"1413842371\",\"NewestItemCreatedDate\":\"1420245818\",\"OldestItemCreatedDate\":\"1413842352\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/525bc93ed76612ff1f5ea66cbd79411d.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b8013637903762a83cd5a2a5029e1953.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8bad586d7c128ea7dcb4cc8079b2dcb0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/460963cc6988b6b54dae37ce137b6c50.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"If you're a movie buff, you'll love these incredibly detailed pictures of movie posters.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/5bd493eb27e38776b4752bc72b06a782.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767703?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Album Covers Worldwide\",\"id\":\"1364768195\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Are you a vinyl junkie? An obsessive record store shopper? Have a look at these album covers, both old and new.\",\"categoryID\":\"5044\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"89\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"47\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283475,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420260791\",\"OldestItemDate\":\"1417652237\",\"NewestItemCreatedDate\":\"1420259234\",\"OldestItemCreatedDate\":\"1417651772\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/84ecc230d5f207e045f7617f500a6950.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b4bc798f239951778c4cef8fa19f319.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/22bc51210783067a460365df010f7dad.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/413fabc66ed06789bf45c96575e5f7f3.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"Are you a vinyl junkie? An obsessive record store shopper? Have a look at these album covers, both old and new.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ac9e8c0ba9a2e765e87b339761a0d60c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768195?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Aviation \",\"id\":\"1364769614\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you have a thrill for flying? Check out these incredible photographs of aviation.\",\"categoryID\":\"5062\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"90\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284072,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420272725\",\"OldestItemDate\":\"1416928554\",\"NewestItemCreatedDate\":\"1420269406\",\"OldestItemCreatedDate\":\"1417612578\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6337f9a3bb6b11b537e80e96faabd774.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f6a05a844bc319b56c43e14c74dcdc50.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/2e0b715f11f0f5b29a4be7ddda278c32.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/0105bcec139721c29b294bfe122b9ebf.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Do you have a thrill for flying? Check out these incredible photographs of aviation.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/690c070bac881e0ec4f8a291ee69a5d4.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769614?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Gadgets \",\"id\":\"1364769617\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Here's a photo curation of the latest technological gadgets and devices.\",\"categoryID\":\"5063\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"91\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5052\",\" 5035\",\" 5013\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282745,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284195\",\"OldestItemDate\":\"1419517085\",\"NewestItemCreatedDate\":\"1420284194\",\"OldestItemCreatedDate\":\"1419517083\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Here's a photo curation of the latest technological gadgets and devices.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/634516012aee4240fc49de6648097134.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769617?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Apple \",\"id\":\"1364769619\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you enjoy using Apple products? Well, here are photos to keep you updated on what's new with Apple.\",\"categoryID\":\"5065\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"92\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5063\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283966,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420261272\",\"OldestItemDate\":\"1417376953\",\"NewestItemCreatedDate\":\"1420259406\",\"OldestItemCreatedDate\":\"1417376283\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Do you enjoy using Apple products? Well, here are photos to keep you updated on what's new with Apple.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d0f66101df347fcab0e192bc09bc3228.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769619?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Android \",\"id\":\"1364769620\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Geek out on the latest Android software, games, products, and more. Here are photos on what's new with Android.\",\"categoryID\":\"5066\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"93\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5063\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283772,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282954\",\"OldestItemDate\":\"1417813912\",\"NewestItemCreatedDate\":\"1420282952\",\"OldestItemCreatedDate\":\"1417813187\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ecce18fb2835658f58739c02cac31b5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b9e01019b8da857f18e800d90987e9c0.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/d8f88853fd2f86df3eee8f6c7054c66f.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/873052a305edb096e99900fe36230dff.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Geek out on the latest Android software, games, products, and more. Here are photos on what's new with Android.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f7978b3fdb68c3990d423e1b3c2528fd.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769620?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Europe \",\"id\":\"1364769612\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"You've heard of the Eiffel Tower, The Tower of London, and the Acropolis, and here are tons of more beautiful landmarks, and scenery of Europe.  \",\"categoryID\":\"5060\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"94\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1410476839\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":588,\"UnseenCount\":588,\"ImageCount\":\"588\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419573797\",\"OldestItemDate\":\"1409921116\",\"NewestItemCreatedDate\":\"1410471276\",\"OldestItemCreatedDate\":\"1386244397\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"You've heard of the Eiffel Tower, The Tower of London, and the Acropolis, and here are tons of more beautiful landmarks, and scenery of Europe.  \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8ed2d7f34844a4399ec44d01491de9c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769612?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"South America \",\"id\":\"1364769555\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Ever wanted to visit South America? Now you can in photos! Here are some of the most striking images in the countries of South America.\",\"categoryID\":\"5059\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"95\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281906,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420255445\",\"OldestItemDate\":\"1417469586\",\"NewestItemCreatedDate\":\"1420254254\",\"OldestItemCreatedDate\":\"1417467661\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Ever wanted to visit South America? Now you can in photos! Here are some of the most striking images in the countries of South America.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/2ed9478390d534522082c7487cc6e7b7.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769555?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Asia \",\"id\":\"1364769613\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Stunning photographs of every country in Asia.\",\"categoryID\":\"5061\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"96\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282936,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282936\",\"OldestItemDate\":\"1419602534\",\"NewestItemCreatedDate\":\"1420282801\",\"OldestItemCreatedDate\":\"1419600078\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Stunning photographs of every country in Asia.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/cc582fd89b368898e0c42ec2a3515088.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769613?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"North America \",\"id\":\"1364769520\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Did you know there are over 20 countries and island nations in North America? Here are beautiful photographs of people and the region.\",\"categoryID\":\"5058\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"97\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282085,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420255625\",\"OldestItemDate\":\"1418996945\",\"NewestItemCreatedDate\":\"1420253116\",\"OldestItemCreatedDate\":\"1418993351\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"travel-and-places\"],\"meta_tags\":{\"title\":\"Did you know there are over 20 countries and island nations in North America? Here are beautiful photographs of people and the region.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/8d78ba1f492796284baa8d18f8ea62c3.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769520?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Fitness \",\"id\":\"3\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Fitness\",\"categoryID\":\"43\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"99\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"110\",\"163\",\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282954,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":595,\"UnseenCount\":595,\"ImageCount\":595,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/fitness.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/fitness.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/fitness.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/fitness.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282830\",\"OldestItemDate\":\"1419612134\",\"NewestItemCreatedDate\":\"1420282826\",\"OldestItemCreatedDate\":\"1419611368\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/87752a2e79d88b2b75d88099daee0996.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6174b0a668e1fd73cb9fa409a15c9ed2.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dfacfb1af6c0292481eebf2ccae07c84.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/6e5b476c4c3769cc7e386b6a13c67298.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"Fitness\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/f26ddf846cb161c807ba2d270be80a4d.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/3?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Most Shared Ad Videos\",\"id\":\"64\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"Youtube's Most shared ads\",\"categoryID\":\"64\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"101\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"0\",\"serviceName\":\"\",\"serviceInternalName\":\"\",\"priority\":\"0\",\"relatedCategories\":[\"183\",\"111\",\"165\",\"141\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"10\"],\"defaultServiceIcon\":\"\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1384382428\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"CoverImageFull\":\"http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":52,\"UnseenCount\":52,\"ImageCount\":\"52\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ad_videos.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ad_videos.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/ad_videos.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/ad_videos.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1389373437\",\"OldestItemDate\":\"1378652744\",\"NewestItemCreatedDate\":\"1388765086\",\"OldestItemCreatedDate\":\"1378652784\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dbd49693ce324435d33ec9d759c2864c.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69d3bbdf48ff6724b851705250e5e992.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Youtube's Most shared ads\",\"image\":\"http:\\/\\/i1.ytimg.com\\/vi\\/jhFqSlvbKAM\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/64?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Trending YouTube Videos\",\"id\":\"208\",\"OwnerId\":\"0\",\"internal_name\":\"YoutubeMost\",\"description\":\"The trending YouTube videos of the moment.\",\"categoryID\":\"183\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"102\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"5\",\"serviceName\":\"YouTube\",\"serviceInternalName\":\"youtube\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"165\",\"141\",\"152\",\"47\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"106\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/youtube-icon.jpeg\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1420239908\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/youtube.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/youtube.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/youtube.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/youtube.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"0\",\"MinLoadItems\":\"0\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1411664717\",\"OldestItemDate\":\"1407246232\",\"NewestItemCreatedDate\":\"1411590148\",\"OldestItemCreatedDate\":\"1144359053\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/69d3bbdf48ff6724b851705250e5e992.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/dbd49693ce324435d33ec9d759c2864c.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"The trending YouTube videos of the moment.\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/_OBlgSz8sSM\\/hqdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/208?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Trending YouTube Videos\",\"id\":\"105\",\"OwnerId\":\"0\",\"internal_name\":\"RealTime\",\"description\":\"The trending YouTube videos of the moment.\",\"categoryID\":\"105\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"103\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"5\",\"serviceName\":\"YouTube\",\"serviceInternalName\":\"youtube\",\"priority\":\"0\",\"relatedCategories\":[\"102\",\"78\",\"79\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/youtube-icon.jpeg\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":578,\"UnseenCount\":578,\"ImageCount\":\"578\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/trending_videos.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"never\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1417021915\",\"OldestItemDate\":\"1378565820\",\"NewestItemCreatedDate\":\"1417021914\",\"OldestItemCreatedDate\":\"1318261825\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"The trending YouTube videos of the moment.\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/UbB_NkQrDr4\\/maxresdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/105?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"GMA Shows\",\"id\":\"153\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"GMA Shows\",\"categoryID\":\"153\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"106\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"111\",\"152\",\"141\",\"161\",\"163\",\"165\",\"156\",\"50\",\"102\",\"40\",\"39\",\"7\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":1420282325,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/home_badge_whatshot.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420283370\",\"OldestItemDate\":\"1417951742\",\"NewestItemCreatedDate\":\"1420283368\",\"OldestItemCreatedDate\":\"1417951620\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"GMA Shows\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/B6a702TCMAAHL_z.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/153?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Homeland\",\"id\":\"1364753234\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Viggle Test\",\"categoryID\":\"143\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"107\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\",\"111\",\"165\",\"141\",\"152\",\"161\",\"163\",\"156\",\"50\",\"102\",\"40\",\"39\",\"78\",\"10\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":1420282505,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"CoverImageFull\":\"https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":67,\"UnseenCount\":67,\"ImageCount\":\"67\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/whatshot.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/whatshot.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1419809427\",\"OldestItemDate\":\"1383896746\",\"NewestItemCreatedDate\":\"1419809422\",\"OldestItemCreatedDate\":\"1354716020\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Viggle Test\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/4WZlkDHIgFs\\/hqdefault.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364753234?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"PEP\",\"id\":\"1364756925\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"PEP and pixable Partnership\",\"categoryID\":\"5002\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"108\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1412777187\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1412778149\",\"OldestItemDate\":\"1412777378\",\"NewestItemCreatedDate\":\"1412778148\",\"OldestItemCreatedDate\":\"1412777376\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"PEP and pixable Partnership\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364756925?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"SPIN\",\"id\":\"1364756926\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"PEP and pixable Partnership\",\"categoryID\":\"5002\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"108\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Pixable Picks\",\"tab\":\"\",\"lastUpdated\":\"1412776041\",\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverImageFull\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":\"600\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1412778160\",\"OldestItemDate\":\"1412777395\",\"NewestItemCreatedDate\":\"1412778148\",\"OldestItemCreatedDate\":\"1412777405\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"\",\"Hashtags\":[],\"Icons\":[],\"cms_categories\":[],\"meta_tags\":{\"title\":\"PEP and pixable Partnership\",\"image\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzblr4ZCEAAMW0C.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364756926?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Photoshop\",\"id\":\"1364767701\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"These photos are unreal! Check out these images created by skilled photoshop artists.\",\"categoryID\":\"5039\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"110\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5035\",\" 5030\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284372,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/lomography.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/lomography.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/lomography.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/lomography.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420265476\",\"OldestItemDate\":\"1415914599\",\"NewestItemCreatedDate\":\"1420264656\",\"OldestItemCreatedDate\":\"1415914598\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/72c11c4d459a16bfae5db87c668fe06a.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7230e3ad12cdfc4ca9cc9bec2775398c.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/17180f81b8ce0e5880efcf0b4289e9fe.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/974fa4bfaf477b5908bba6b49c77dfc6.png\"}],\"cms_categories\":[\"art-culture\"],\"meta_tags\":{\"title\":\"These photos are unreal! Check out these images created by skilled photoshop artists.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/80da78c57ed8eaeabe36bb2108773808.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364767701?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\" Xbox\",\"id\":\"1364768864\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Xbox fanatic? Here's whats new, from fan art to the latest games.\",\"categoryID\":\"5050\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"111\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"5048\",\" 5050\",\" 5013\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420284134,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/videogames.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/videogames.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420264427\",\"OldestItemDate\":\"1413903293\",\"NewestItemCreatedDate\":\"1420264423\",\"OldestItemCreatedDate\":\"1415648050\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/aeb39533a5d74515a2ada919a8bcea69.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/da62954291512dca4d56ba4409a82833.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/3b3f5b1eb4782e39270898fea4d9a5bd.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/44ab65b98ad33b7985355381c652d0fa.png\"}],\"cms_categories\":[\"sci-tech\"],\"meta_tags\":{\"title\":\"Xbox fanatic? Here's whats new, from fan art to the latest games.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/d2421923fe98ee90c53abd0fa2a2a0bc.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364768864?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Aquatic Life \",\"id\":\"1364769673\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Do you love sea creatures? Perhaps, you've taken way too many visits to the aquarium. Here are stunning images of aquatic life for you to dive into.\",\"categoryID\":\"5067\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"112\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"161\",\" 5026\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282815,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":546,\"UnseenCount\":546,\"ImageCount\":\"546\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408032339\",\"OldestItemDate\":\"1397379782\",\"NewestItemCreatedDate\":\"1408032030\",\"OldestItemCreatedDate\":\"1405561863\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"}],\"cms_categories\":[\"animals\"],\"meta_tags\":{\"title\":\"Do you love sea creatures? Perhaps, you've taken way too many visits to the aquarium. Here are stunning images of aquatic life for you to dive into.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e0cb36b31294cb60aa65e4b872c5736c.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364769673?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Street Style \",\"id\":\"1364770225\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"At times, you may come across outlandish yet wonderfully styled looks on the street. Here are street style snaps we love.\",\"categoryID\":\"5068\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"113\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"102\",\" 5057\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420282271,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282270\",\"OldestItemDate\":\"1419197414\",\"NewestItemCreatedDate\":\"1420279399\",\"OldestItemCreatedDate\":\"1419194561\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/feddac8d7d7096f411a6f2d2f2488646.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/7b3ebf404443ddb4a831954de042e1be.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/36f15c97f76887b23bc08cc6e5117263.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/f9b222a28629741af34dc1b624d5ae63.png\"}],\"cms_categories\":[\"life\"],\"meta_tags\":{\"title\":\"At times, you may come across outlandish yet wonderfully styled looks on the street. Here are street style snaps we love.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/02ac1b043eabf3bd4f60698c6f945786.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770225?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"US News \",\"id\":\"1364770227\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"News coverage from across the United States of America.\",\"categoryID\":\"5069\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"114\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420283594,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420282810\",\"OldestItemDate\":\"1420047433\",\"NewestItemCreatedDate\":\"1420282809\",\"OldestItemCreatedDate\":\"1420047432\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"News coverage from across the United States of America.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/7f3a1e11b17fc67a7908be40f7b83362.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770227?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"World News \",\"id\":\"1364770228\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Bring you breaking and local news from around the world. \",\"categoryID\":\"5070\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"115\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"163\",\" 5069\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281371,\"personalization\":1},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":600,\"UnseenCount\":600,\"ImageCount\":600,\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":-1,\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1420284714\",\"OldestItemDate\":\"1420033713\",\"NewestItemCreatedDate\":\"1420284710\",\"OldestItemCreatedDate\":\"1420044702\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[\"news\"],\"meta_tags\":{\"title\":\"Bring you breaking and local news from around the world. \",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/940ebf1ada8110577741fe946fe00cd6.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364770228?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Fireworks \",\"id\":\"1364774596\",\"OwnerId\":\"0\",\"internal_name\":\"CATEGORY CLASS NAME\",\"description\":\"A spectacular display of beautifully bursting fireworks\",\"categoryID\":\"5071\",\"categoryPermalink\":\"\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"116\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"1\",\"serviceName\":\"Facebook\",\"serviceInternalName\":\"facebook\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/facebook-icon.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/\",\"CoverImageFull\":\"\",\"CoverMediaType\":\"\",\"TotalCount\":0,\"UnseenCount\":0,\"ImageCount\":\"0\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"\",\"OldestItemDate\":\"\",\"NewestItemCreatedDate\":\"\",\"OldestItemCreatedDate\":\"\",\"Permission\":\"public\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/e06d4e456ae1bd4c2459c3e943fc4943.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/46e981eed871a2a76f47bca59280ada5.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/86370d0de052d376824a716e13daf762.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/9b55ae5b06ec3a067adb185f350ba175.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"A spectacular display of beautifully bursting fireworks\",\"image\":\"\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364774596?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Sin City: A Dame to Kill For \",\"id\":\"1364775662\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"You can never get enough of this rotten town.\",\"categoryID\":\"5080\",\"categoryPermalink\":\"sincity2\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"117\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":1420281674,\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ae3d836535c2f6c01f1ffe2f92a24afb.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/ae3d836535c2f6c01f1ffe2f92a24afb.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":116,\"UnseenCount\":116,\"ImageCount\":\"116\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/sin_city_2.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/sin_city_2.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1408745096\",\"OldestItemDate\":\"1407788437\",\"NewestItemCreatedDate\":\"1408745047\",\"OldestItemCreatedDate\":\"1407199501\",\"Permission\":\"private\",\"Tiles\":\"\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[\"sin-city-a-dame-to-kill-for\"],\"campaign\":{\"campaign_id\":\"campaign-sin-city-a-dame-to-kill-for\",\"presented_by_url\":\"\"},\"meta_tags\":{\"title\":\"\",\"image\":\"\",\"link\":\"\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"EPIC Fails \",\"id\":\"1364775668\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Here's your daily dose of stupid pranks, outlandish situations and overall, epic fails to keep that smile of yours going throughout the day.\",\"categoryID\":\"5082\",\"categoryPermalink\":\"epicfails\",\"linkedCategoryID\":\"\",\"showInList\":\"\",\"sortOrder\":\"119\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1411844118\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"CoverImageFull\":\"http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":121,\"UnseenCount\":121,\"ImageCount\":\"121\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/others.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/others.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1411844117\",\"OldestItemDate\":\"1411145104\",\"NewestItemCreatedDate\":\"1411842953\",\"OldestItemCreatedDate\":\"1408737051\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/8ccbecebe4aea1d7b1afdc0862a21b1c.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/1152d3e6b985adb30c55b6786cc6231e.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/37ef724a20af75ab85c536c5b43e3e20.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b76071670311bb3d6a6dbe917c38d2d6.png\"}],\"cms_categories\":[],\"meta_tags\":{\"title\":\"Here's your daily dose of stupid pranks, outlandish situations and overall, epic fails to keep that smile of yours going throughout the day.\",\"image\":\"http:\\/\\/scontent-b.cdninstagram.com\\/hphotos-xfa1\\/t51.2885-15\\/1742542_782827135094364_1445883338_n.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775668?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Guardians Of The Galaxy\",\"id\":\"1364775052\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Keep up with the Guardians and check out the Guardians of the Galaxy photos you need to see!\",\"categoryID\":\"5074\",\"categoryPermalink\":\"guardiansofthegalaxy\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"120\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":\"\",\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408856479\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"CoverMediaType\":\"video\",\"TotalCount\":160,\"UnseenCount\":160,\"ImageCount\":\"160\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ic_guardians_of_the_galaxy.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ic_guardians_of_the_galaxy.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1407763621\",\"OldestItemDate\":\"1405714696\",\"NewestItemCreatedDate\":\"1407763238\",\"OldestItemCreatedDate\":\"1405527101\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/abca8c0f44ad633b3f35ff30e6beee32.png\"},{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b99fce922b5b4cc2c330a301d75681ec.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b2334770b2c562c147726f591f5a3012.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/257bdc72ead8c8508595f2fe1591e244.png\"}],\"cms_categories\":[\"guardians-of-the-galaxy-marvel\"],\"meta_tags\":{\"title\":\"Keep up with the Guardians and check out the Guardians of the Galaxy photos you need to see!\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/e8c80c5af5cf06b1aebf3df76a04fda2.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775052?stream_owner_id=0\"}},{\"attributes\":{\"type\":\"Public\",\"name\":\"Chris Pratt As Star-Lord In Marvel's Guardians Of The Galaxy \",\"id\":\"1364775105\",\"OwnerId\":\"0\",\"internal_name\":\"MultipleCategoriesCrawler\",\"description\":\"Can't get enough of Peter Quill? Here are the latest photos of Guardians of the Galaxy star Chris Pratt that you need to see.\",\"categoryID\":\"5076\",\"categoryPermalink\":\"chrisprattasstarlord\",\"linkedCategoryID\":\"\",\"showInList\":\"1\",\"sortOrder\":\"121\",\"carrouselSortOrder\":\"-1\",\"serviceID\":\"12\",\"serviceName\":\"Pixable\",\"serviceInternalName\":\"pixable\",\"priority\":\"0\",\"relatedCategories\":[\"-1\"],\"defaultServiceIcon\":\"http:\\/\\/core.pixable.com\\/style\\/images\\/services\\/pixable.png\",\"group\":\"Explore\",\"tab\":\"\",\"lastUpdated\":\"1408705225\",\"personalization\":0},\"CoverImage\":\"https:\\/\\/pixui.pixable.com\\/image\\/mode\\/crop\\/w\\/138\\/h\\/100\\/url\\/http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"CoverImageFull\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"CoverMediaType\":\"photo\",\"TotalCount\":88,\"UnseenCount\":88,\"ImageCount\":\"88\",\"VideoCount\":0,\"Locked\":\"0\",\"DefaultImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/ic_guardians_of_the_galaxy.png\",\"DarkImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/dark\\/ic_guardians_of_the_galaxy.png\",\"DefaultCoverImage\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover\\/others.png\",\"DefaultCoverImageBlackAndWhite\":\"https:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/awesomebrowserwebcontent\\/img\\/1003\\/style\\/images\\/categories\\/default-cover-bw\\/others.png\",\"Status\":\"crawled\",\"SeenIndex\":\"-1\",\"MinLoadTime\":\"9999\",\"MinLoadItems\":\"9999\",\"SortType\":\"affinity\",\"NewestItemDate\":\"1407509647\",\"OldestItemDate\":\"1405910693\",\"NewestItemCreatedDate\":\"1407503965\",\"OldestItemCreatedDate\":\"1391716553\",\"Permission\":\"private\",\"Tiles\":\"1\",\"CarrouselTiles\":\"0\",\"Hashtags\":[],\"Icons\":[{\"label\":\"service_icon@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b99fce922b5b4cc2c330a301d75681ec.png\"},{\"label\":\"service_icon\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/abca8c0f44ad633b3f35ff30e6beee32.png\"},{\"label\":\"service_icon_black\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/257bdc72ead8c8508595f2fe1591e244.png\"},{\"label\":\"service_icon_black@2x\",\"url\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/category_icons\\/b2334770b2c562c147726f591f5a3012.png\"}],\"cms_categories\":[\"guardians-of-the-galaxy-marvel\"],\"meta_tags\":{\"title\":\"Can't get enough of Peter Quill? Here are the latest photos of Guardians of the Galaxy star Chris Pratt that you need to see.\",\"image\":\"http:\\/\\/d1w2gx7cfugrxw.cloudfront.net\\/photofeed\\/curatedItems\\/fb831f26a10b93a7ff5f4e0f0b38a947.jpg\",\"link\":\"http:\\/\\/www.pixable.com\\/stream\\/1364775105?stream_owner_id=0\"}}]}}};\n            var preinitedSession = null;\n            var permissions = null;\n            var preinitedItems = null;\n            var isGuestMode = true;\n            var pixableUser = null;\n            var browserName = 'msie';\n            var browserVersion = '';\n            var preinitedCampaignInfo = JSON.parse(null);\n\n            var preinit = {};\n            preinit.localization = localization;\n            preinit.streams = preinitedStreams;\n            preinit.permissions = permissions;\n            preinit.items = preinitedItems;\n            preinit.preinitedSession = preinitedSession;\n            preinit.isGuestMode = isGuestMode;\n            preinit.pixableUser = pixableUser;\n            preinit.countryCode = \"US\";\n            preinit.trueCountryCode = \"\";\n            preinit.pixableCountryCode = \"US\";\n            preinit.locale = \"\";\n            preinit.CMSContentWasPreinited = false;\n            preinit.HomeContentWasPreinited = false;\n            preinit.CMSRelatedPhotoStreams = {\"version\":\"1.2\",\"status\":0,\"msg\":\"ok\",\"data\":{\"entertainment\":[\"39\",\"47\",\"111\",\"141\",\"152\",\"165\",\"5040\",\"5042\",\"5045\",\"5048\",\"5049\",\"5051\",\"5078\",\"5079\"],\"_pixable-home\":[\"39\",\"40\",\"45\",\"47\",\"102\",\"106\",\"110\",\"111\",\"141\",\"152\",\"156\",\"161\",\"166\",\"5005\",\"5007\",\"5013\",\"5019\",\"5027\",\"5028\",\"5029\",\"5030\",\"5032\",\"5034\",\"5037\",\"5040\",\"5042\",\"5047\",\"5054\",\"5055\",\"5056\",\"5073\",\"5078\",\"5079\"],\"art-culture\":[\"40\",\"78\",\"5027\",\"5028\",\"5029\",\"5030\",\"5032\",\"5033\",\"5034\",\"5035\",\"5038\",\"5039\",\"5041\",\"5044\",\"5046\",\"5047\",\"5052\"],\"life\":[\"43\",\"45\",\"102\",\"103\",\"110\",\"149\",\"156\",\"166\",\"5005\",\"5007\",\"5012\",\"5031\",\"5037\",\"5053\",\"5054\",\"5055\",\"5056\",\"5057\",\"5068\",\"5079\"],\"harrys-slug\":[\"102\",\"5005\",\"5031\",\"5055\"],\"travel-and-places\":[\"106\",\"5058\",\"5059\",\"5060\",\"5061\",\"5079\"],\"animals\":[\"161\",\"5024\",\"5025\",\"5026\",\"5067\"],\"news\":[\"163\",\"5023\",\"5036\",\"5069\",\"5070\",\"5073\",\"5077\"],\"sci-tech\":[\"5013\",\"5019\",\"5050\",\"5062\",\"5063\",\"5065\",\"5066\"],\"guardians-of-the-galaxy-marvel\":[\"5074\",\"5076\"],\"sin-city-a-dame-to-kill-for\":[\"5080\"],\"zulily-christmas\":[\"5084\"]}};\n            preinit.ABTests = {\"version\":\"1.0\",\"status\":0,\"msg\":\"ok\",\"data\":{\"emailtemplatetest_category_21\":true}};\n            preinit.device = 1;\n            preinit.preinitedCampaignInfo = preinitedCampaignInfo;\n            preinit.carouselData = null;\n            preinit.articlesList = null;\n            preinit.articleData = {\"status\":\"ok\",\"post\":{\"id\":42470,\"type\":\"post\",\"slug\":\"pop-culture-trends-we-hope-stay-in-2014\",\"url\":\"http:\\/\\/www.pixable.com\\/article\\/pop-culture-trends-we-hope-stay-in-2014\\/\",\"status\":\"publish\",\"title\":\"These Pop Culture Trends Need To Stay In 2014\",\"title_plain\":\"These Pop Culture Trends Need To Stay In 2014\",\"content\":\"<p>It&#8217;s hard to believe, but 2014 has come to an end and for better or worse 2015 is right around the corner. In 2014 we had some highs and some lows, but all in all it was an okay year. That being said there are still some pop culture trends that should never see the light of day again once the clock strikes midnight on December 31st.<\\/p>\\n<p>Don&#8217;t find yourself getting caught up in these trends we hope will stay behind once we move into 2015.<\\/p>\\n<h2>1. &#8216;Sharknado&#8217;<\\/h2>\\n<div id=\\\"attachment_42792\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42792 lazy\\\" alt=\\\"(Source: Flickr\\/Giphy)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sharknado-100x56.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sharknado.gif\\\" width=\\\"500\\\" height=\\\"281\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/sharknado-100x56.gif\\\" data-wp-pid=\\\"42792\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Flickr\\/<a href=\\\"https:\\/\\/giphy.com\\/gifs\\/vulture-5xtDarxWi2bI3rotdbG\\\">Giphy<\\/a>)<\\/p><\\/div>\\n<p>The first &#8220;Sharknado&#8221; was okay. The second &#8220;<a href=\\\"http:\\/\\/www.pixable.com\\/article\\/sharknado-2-live-blog-pics-gifs-happens\\\">Sharknado<\\/a>&#8221; was absurd and undoubtedly any other movies that have &#8220;Sharknado&#8221; in the title will be downright obnoxious.<\\/p>\\n<h2>2. Social experiments<\\/h2>\\n<div id=\\\"attachment_30851\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-30851 mobile-reduce-size lazy\\\" alt=\\\"(Source: YouTube\\/Street HarassmentVideo) \\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/catcalling1-100x55.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/catcalling1.jpg\\\" width=\\\"640\\\" height=\\\"355\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/catcalling1-600x332.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/catcalling1.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/catcalling1-100x55.jpg\\\" data-wp-pid=\\\"30851\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: YouTube\\/<a href=\\\"https:\\/\\/www.youtube.com\\/watch?v=b1XGPvbWn0A\\\">Street HarassmentVideo<\\/a>)<\\/p><\\/div>\\n<p>Yes, for the most part they&#8217;re fun to watch and <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/youtuber-conducts-kid-smoking-experiment-67122\\\">make us think<\\/a>, but enough is enough. Some of these so-called social experiments are clearly staged and use innocent people for the sake of going viral.<\\/p>\\n<h2>3. Saying bae or yas<\\/h2>\\n<div id=\\\"attachment_42825\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42825 mobile-reduce-size lazy\\\" alt=\\\"(Source: Instagram\\/epicwhaffles)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/bae-100x100.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/bae.jpg\\\" width=\\\"640\\\" height=\\\"640\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/bae-600x600.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/bae.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/bae-100x100.jpg\\\" data-wp-pid=\\\"42825\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Instagram\\/<a href=\\\"http:\\/\\/instagram.com\\/p\\/wnDJLczWww\\/?modal=true\\\">epicwhaffles<\\/a>)<\\/p><\\/div>\\n<p>Yaaaaaaaaas we really do need to stop saying bae.<\\/p>\\n<h2>4. Justin Bieber&#8217;s blonde hair<\\/h2>\\n<div id=\\\"attachment_42784\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42784 mobile-reduce-size lazy\\\" alt=\\\"(Source: Shots\\/Justin Bieber)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/justinbieber-100x133.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/justinbieber.jpg\\\" width=\\\"640\\\" height=\\\"855\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/justinbieber-600x801.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/justinbieber.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/justinbieber-100x133.jpg\\\" data-wp-pid=\\\"42784\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Shots\\/<a href=\\\"https:\\/\\/shots.com\\/justinbieber\\\">Justin Bieber<\\/a>)<\\/p><\\/div>\\n<p>Remember when Justin Bieber thought it was a good idea to <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/justin-bieber-bleach-blonde-hair-photo-just-no-18336\\\">revisit the 90s boyband era<\\/a>? Hopefully he gets some hair dye for Christmas and dyes it any other color but bleach blonde.<\\/p>\\n<h2>5. &#8216;Shake It Off&#8217; parodies<\\/h2>\\n<div id=\\\"attachment_28324\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-28324 lazy\\\" alt=\\\"(Source: YouTube\\/kenziekid97)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/shakeitoff-100x63.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/shakeitoff.gif\\\" width=\\\"500\\\" height=\\\"319\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/10\\/shakeitoff-100x63.gif\\\" data-wp-pid=\\\"28324\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: YouTube\\/<a href=\\\"https:\\/\\/www.youtube.com\\/watch?v=pNWOr7KFCX8\\\">kenziekid97<\\/a>)<\\/p><\\/div>\\n<p>We thought with the release of a new single off of Taylor Swift&#8217;s new album that we were done with the massive amounts of &#8220;Shake It Off&#8221; parodies, but it looks like we were wrong. Maybe next year we can pick a different song?<\\/p>\\n<h2>6. Anything related to &#8216;Frozen&#8217;<\\/h2>\\n<div id=\\\"attachment_42783\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42783 lazy\\\" alt=\\\"(Source: WiffleGif)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen-100x53.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen.gif\\\" width=\\\"500\\\" height=\\\"265\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen-100x53.gif\\\" data-wp-pid=\\\"42783\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: <a href=\\\"http:\\/\\/wifflegif.com\\/tags\\/20131-let-it-go-gifs\\\">WiffleGif<\\/a>)<\\/p><\\/div>\\n<p>Yes, &#8220;Frozen&#8221; was an excellent movie, but it&#8217;s time to let it go.<\\/p>\\n<h2>7. Normcore fashion<\\/h2>\\n<div id=\\\"attachment_42827\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42827 mobile-reduce-size lazy\\\" alt=\\\"(Source: Instagram\\/erikaschrieber)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/normcore-100x100.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/normcore.jpg\\\" width=\\\"640\\\" height=\\\"640\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/normcore-600x600.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/normcore.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/normcore-100x100.jpg\\\" data-wp-pid=\\\"42827\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Instagram\\/<a href=\\\"http:\\/\\/instagram.com\\/p\\/w7BXvpp5Ll\\/?modal=true\\\">erikaschrieber<\\/a>)<\\/p><\\/div>\\n<p>For those who don&#8217;t know what normcore is it&#8217;s a fashion trend where people wear average looking clothing or whatever they can find. This contributes greatly to the next pop culture trend we hope stays in 2014.<\\/p>\\n<h2>8. The term basic b*tch<\\/h2>\\n<div id=\\\"attachment_42797\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42797 mobile-reduce-size lazy\\\" alt=\\\"(Source: Instagram\\/regina_bina)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/basicbitch-100x100.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/basicbitch.jpg\\\" width=\\\"640\\\" height=\\\"642\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/basicbitch-600x601.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/basicbitch.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/basicbitch-100x100.jpg\\\" data-wp-pid=\\\"42797\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Instagram\\/<a href=\\\"http:\\/\\/instagram.com\\/p\\/w9LCclrLV7\\/?modal=true\\\">regina_bina<\\/a>)<\\/p><\\/div>\\n<p>Where did this <a href=\\\"http:\\/\\/www.urbandictionary.com\\/define.php?term=basic+bitch\\\" target=\\\"_blank\\\">term<\\/a> even come from and why are we using it to describe average people who just happen to like everything in a non-ironic way?<\\/p>\\n<h2>9. Cats<\\/h2>\\n<div id=\\\"attachment_37984\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-37984 lazy\\\" alt=\\\"(Source: YouTube\\/olechka01)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/Cat-27-100x56.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/Cat-27.gif\\\" width=\\\"500\\\" height=\\\"282\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/Cat-27-100x56.gif\\\" data-wp-pid=\\\"37984\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: YouTube\\/<a href=\\\"https:\\/\\/www.youtube.com\\/watch?v=P_V6fJh_eSI\\\" target=\\\" _blank\\\">olechka01<\\/a>)<\\/p><\\/div>\\n<p>Cats are absolutely <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/alice-and-finnegan-kittens-pitterpatterfurryfeet-91539\\\">adorable<\\/a> &#8212; well <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/30-reasons-trade-cat-dog-50456\\\">sometimes<\\/a> &#8212; but it&#8217;s time for a new animal to take over the Internet in 2015. <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/fox-adhd-goat-music-video-78629\\\">Goats maybe<\\/a>?<\\/p>\\n<h2>10. Musicals on TV<\\/h2>\\n<div id=\\\"attachment_42831\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42831 lazy\\\" alt=\\\"(Source: Giphy)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/peterpanlive-100x56.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/peterpanlive.gif\\\" width=\\\"500\\\" height=\\\"281\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/peterpanlive-100x56.gif\\\" data-wp-pid=\\\"42831\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: <a href=\\\"http:\\/\\/giphy.com\\/gifs\\/vulture-5xaOcLrkpGFdLyRTf8Y\\\">Giphy<\\/a>)<\\/p><\\/div>\\n<p>&#8220;Peter Pan Live!&#8221; received a <a href=\\\"http:\\/\\/www.rottentomatoes.com\\/m\\/peter_pan_live\\/\\\" target=\\\"_blank\\\">59 percent<\\/a> on Rotten Tomatoes, which surprisingly was better than the\\u00a0<a href=\\\"http:\\/\\/www.rottentomatoes.com\\/m\\/the_sound_of_music_live\\/\\\" target=\\\"_blank\\\">44 percent<\\/a> that &#8220;The Sound of Music Live!&#8221; received after it&#8217;s failed attempt to win over a large television audience.<\\/p>\\n<h2>11. Public drama between celebrities<\\/h2>\\n<div id=\\\"attachment_42839\\\" style=\\\"width: 510px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42839 lazy\\\" alt=\\\"(Source: Giphy)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/iggyazalea-100x57.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/iggyazalea.gif\\\" width=\\\"500\\\" height=\\\"286\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/iggyazalea-100x57.gif\\\" data-wp-pid=\\\"42839\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: <a href=\\\"http:\\/\\/giphy.com\\/gifs\\/music-video-iggy-azalea-fancy-srWSyDr0SwTHq\\\">Giphy<\\/a>)<\\/p><\\/div>\\n<p>There was <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/beyonce-solange-instagram-jz\\\">Solange, Beyonce and Jay Z<\\/a> and every time that <a href=\\\"http:\\/\\/hollywoodlife.com\\/2014\\/04\\/21\\/selena-gomez-unfollows-jenners-kylie-kendall-instagram-feud\\/\\\" target=\\\"_blank\\\">Selena Gomez unfriended anyone<\\/a> of her famous friends and most recently the ongoing feud between <a href=\\\"http:\\/\\/www.telegraph.co.uk\\/women\\/womens-life\\/11308082\\/Azealia-Banks-Vs-Iggy-Azalea-White-people-shouldnt-steal-hip-hop.html\\\" target=\\\"_blank\\\">Azealia Banks and Iggy Azalea<\\/a>. These are prime examples of celebrity drama that should be kept behind closed doors and does not need to be broadcast over the Internet.<\\/p>\\n<h2>12. Kale<\\/h2>\\n<div id=\\\"attachment_42786\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42786 mobile-reduce-size lazy\\\" alt=\\\"(Source: Flickr\\/joyosity)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kale-100x75.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kale.jpg\\\" width=\\\"640\\\" height=\\\"480\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kale-600x450.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kale.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kale-100x75.jpg\\\" data-wp-pid=\\\"42786\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Flickr\\/<a href=\\\"https:\\/\\/www.flickr.com\\/photos\\/joyosity\\/3322910677\\/in\\/photolist-64CMzp-7ugfXm-abtfqY-gF1EK5-c3at3Y-4tVjWL-dyDrUe-dTTBGd-6YK75m-bDHzk3-4nJToB-gF2irc-dTMZat-7erNqt-9TqBuL-5Bt3B-7EufLq-dAXyw1-o1cTXv-nEMsbH-8WcJk-pw6fXC-cd4Kiq-5BrnmB-divNzL-k4EK1B-bUTV9Z-9GJcpK-aD7fc5-aeUsDw-nEMsaa-oRehK5-8BHdhF-gF2iva-ffPMBm-dBKS2z-jKgqh-vRWJr-jj3CiR-6QHXet-64H5eq-nJ2uH6-64CMtR-caH13m-fjEZas-nBCBn7-8SzWNL-b2NxbM-dt9Lb1-cZfitw\\\">joyosity<\\/a>)<\\/p><\\/div>\\n<p>Kale was all the rage this past year, but it&#8217;s time for everyone to put down the vegetable and try some new <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/jump-choy-5-awesome-non-kale-greens\\\">leafy greens<\\/a>.<\\/p>\\n<h2>13. The Kardashians<\\/h2>\\n<div id=\\\"attachment_42799\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42799 mobile-reduce-size lazy\\\" alt=\\\"(Source: Instagram\\/kourtneykardash)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kardashians-100x100.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kardashians.jpg\\\" width=\\\"640\\\" height=\\\"641\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kardashians-600x600.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kardashians.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/kardashians-100x100.jpg\\\" data-wp-pid=\\\"42799\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Instagram\\/<a href=\\\"http:\\/\\/instagram.com\\/p\\/vUAOoLk1vA\\/?modal=true\\\">kourtneykardash<\\/a>)<\\/p><\\/div>\\n<p>&#8216;Keeping Up With The Kardashians&#8221; was so last year. Ever since Bruce and Kris called it quits, Kylie and Kendall grew up and <a href=\\\"http:\\/\\/www.pixable.com\\/article\\/kourtney-kardashian-new-baby-92925\\\">Kourtney had yet <em>another<\\/em> baby<\\/a> we just can&#8217;t seem to care about what the Kardashians are up to.<\\/p>\\n<h2>14. Unnecessary hashtags<\\/h2>\\n<div id=\\\"attachment_42806\\\" style=\\\"width: 650px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42806 mobile-reduce-size lazy\\\" alt=\\\"(Source: Amazon\\/Trendy Teez)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/hashtagshirt-100x116.jpg\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/hashtagshirt.jpg\\\" width=\\\"640\\\" height=\\\"745\\\" data-mobile-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/hashtagshirt-600x698.jpg\\\" data-web-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/hashtagshirt.jpg\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/hashtagshirt-100x116.jpg\\\" data-wp-pid=\\\"42806\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: Amazon\\/<a href=\\\"http:\\/\\/www.amazon.com\\/Trendy-Teez-selfie-Hashtag-black-M\\/dp\\/B00NLFTW3C\\/ref=sr_1_1?ie=UTF8&amp;qid=1419369672&amp;sr=8-1&amp;keywords=hashtag+shirt\\\">Trendy Teez<\\/a>)<\\/p><\\/div>\\n<p>It seems like everywhere you turn there&#8217;s a hashtag. Every TV show has one, Facebook has tried to incorporate them into their platform, they appear on <a href=\\\"http:\\/\\/hashtag-clothing.co.uk\\/\\\" target=\\\"_blank\\\">clothing<\\/a> and as home decor. Please stop abusing the hashtag.<\\/p>\\n<h2>15. Reboots of old movies<\\/h2>\\n<div id=\\\"attachment_42813\\\" style=\\\"width: 511px\\\" class=\\\"wp-caption alignnone\\\"><img class=\\\"size-full wp-image-42813 lazy\\\" alt=\\\"(Source: Giphy)\\\" src=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/godzilla-100x48.gif\\\" data-original=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/godzilla.gif\\\" width=\\\"501\\\" height=\\\"245\\\" data-placeholder-url=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/godzilla-100x48.gif\\\" data-wp-pid=\\\"42813\\\" \\/><p class=\\\"wp-caption-text\\\">(Source: <a href=\\\"http:\\/\\/giphy.com\\/gifs\\/godzilla-2014-ZIa0Ta0EOMjNS\\\">Giphy<\\/a>)<\\/p><\\/div>\\n<p>Why does Hollywood feel the need to remake classics like &#8220;Annie,&#8221; &#8220;Godzilla&#8221; and &#8220;Teenage Mutant Ninja Turtles&#8221;? They <a href=\\\"http:\\/\\/www.imdb.com\\/title\\/tt1823664\\/\\\" target=\\\"_blank\\\">rarely do as well<\\/a> as the originals.<\\/p>\\n\",\"excerpt\":\"<p>It&#8217;s hard to believe, but 2014 has come to an end and for better or worse 2015 is right around the corner. In 2014 we had some highs and some lows, but all in all it was an okay year. That being said there are still some pop culture trends that should never see the [&hellip;]<\\/p>\\n\",\"date\":\"2014-12-29 15:31:31\",\"modified\":\"2015-01-02 08:17:50\",\"tags\":[{\"id\":7254,\"slug\":\"2014-year-in-review\",\"title\":\"2014 year in review\",\"description\":\"\",\"post_count\":1},{\"id\":5489,\"slug\":\"pop-culture\",\"title\":\"Pop Culture\",\"description\":\"\",\"post_count\":4},{\"id\":7253,\"slug\":\"pop-culture-trends\",\"title\":\"pop culture trends\",\"description\":\"\",\"post_count\":1},{\"id\":6281,\"slug\":\"tuesday-update\",\"title\":\"Tuesday Update\",\"description\":\"\",\"post_count\":89}],\"author\":[{\"name\":\"Natalie Krawczyk\",\"slug\":\"natalie\"}],\"comment_count\":2,\"comment_status\":\"open\",\"thumbnail\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen.gif\",\"custom_fields\":{\"email_title\":[\"These Pop Culture Trends Need To Stay In 2014\"],\"pixable_tease_title\":[\"These Pop Culture Trends Need To Stay In 2014\"],\"pixable_partner\":[\"0\"],\"pixable_promoted\":[\"0\"],\"pixable_email_notification\":[\"0\"],\"pixable_email_picture\":[\"42814\"],\"hide_featured_image\":[\"0\"],\"sidebar_partner_articles\":[\"0\"],\"show_updated_date\":[\"0\"]},\"thumbnail_size\":\"@1200x630,@510x267\",\"thumbnail_images\":{\"@1200x630\":{\"url\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen.gif\",\"width\":500,\"height\":265},\"@510x267\":{\"url\":\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen.gif\",\"width\":500,\"height\":265}},\"taxonomy_campaign\":[],\"pixable_url\":\"http:\\/\\/www.pixable.com\\/article\\/pop-culture-trends-we-hope-stay-in-2014\\/\",\"original_title\":\"15 Pop Culture Trends We Hope Stay In 2014\",\"pixable_date\":\"December 29, 2014, 3:31 PM\",\"published_time\":1419867091,\"pixable_modified\":\"January 2, 2015, 8:17 AM\",\"modified_time\":1420204670,\"wpsso\":{\"og:description\":\"We hope this is the last time we come across these pop culture trends of 2014.\"}},\"previous_url\":\"http:\\/\\/www.pixable.com\\/article\\/drone-candy-video-69882\\/\",\"next_url\":\"http:\\/\\/www.pixable.com\\/article\\/bullied-rockfish-glass-eye-video-65972\\/\",\"main_category\":{\"category_slug\":\"entertainment\",\"category_name\":\"Entertainment\",\"category_id\":41},\"meta\":\"<meta property=\\\"fb:admins\\\" content=\\\"601829,698186991,118714\\\">\\r\\n\\t<meta property=\\\"fb:app_id\\\" content=\\\"88916178465\\\">\\r\\n\\t<meta property=\\\"og:locale\\\" content=\\\"en_US\\\">\\r\\n\\t<meta property=\\\"og:site_name\\\" content=\\\"Pixable\\\">\\r\\n\\t<meta property=\\\"og:url\\\" content=\\\"http:\\/\\/www.pixable.com\\/article\\/pop-culture-trends-we-hope-stay-in-2014\\/\\\">\\r\\n\\t<meta property=\\\"og:title\\\" content=\\\"Don&#039;t Get Yourself Caught Up In These Pop Culture Trends In 2015\\\">\\r\\n\\t<meta property=\\\"og:description\\\" content=\\\"We hope this is the last time we come across these pop culture trends of 2014.\\\">\\r\\n\\t<meta property=\\\"og:type\\\" content=\\\"article\\\">\\r\\n\\t<meta property=\\\"article:author\\\" content=\\\"Natalie Krawczyk\\\">\\r\\n\\t<meta property=\\\"article:publisher\\\" content=\\\"http:\\/\\/www.facebook.com\\/pixable\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"2014 year in review\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"pop culture\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"pop culture trends\\\">\\r\\n\\t<meta property=\\\"article:tag\\\" content=\\\"tuesday update\\\">\\r\\n\\t<meta property=\\\"article:section\\\" content=\\\"Entertainment\\\">\\r\\n\\t<meta property=\\\"article:published_time\\\" content=\\\"2014-12-29T15:31:31+00:00\\\">\\r\\n\\t<meta property=\\\"article:modified_time\\\" content=\\\"2015-01-02T08:17:50+00:00\\\">\\r\\n\\t<meta property=\\\"og:image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozensso.jpg\\\">\\r\\n\\t<meta property=\\\"twitter:site\\\" content=\\\"@pixable\\\">\\r\\n\\t<meta property=\\\"twitter:title\\\" content=\\\"Don&#039;t Get Yourself Caught Up In These Pop Culture Trends In 2015\\\">\\r\\n\\t<meta property=\\\"twitter:description\\\" content=\\\"We hope this is the last time we come across these pop culture trends of 2014.\\\">\\r\\n\\t<meta property=\\\"twitter:creator\\\" content=\\\"@hey_itsnataliek\\\">\\r\\n\\t<meta property=\\\"twitter:card\\\" content=\\\"summary_large_image\\\">\\r\\n\\t<meta property=\\\"twitter:image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozensso.jpg\\\">\\r\\n\\t<meta name=\\\"author\\\" content=\\\"Natalie Krawczyk\\\" \\/>\\r\\n\\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.3.3 - https:\\/\\/yoast.com\\/wordpress\\/plugins\\/seo\\/ -->\\n<meta name=\\\"description\\\" content=\\\"It&#039;s time we stop talking about &quot;Frozen&quot; and kale and we leave these other pop culture trends behind when the clock strike midnight on New Year&#039;s Eve.\\\"\\/>\\n<link rel=\\\"canonical\\\" href=\\\"http:\\/\\/www.pixable.com\\/article\\/pop-culture-trends-we-hope-stay-in-2014\\\" \\/>\\n<link rel=\\\"author\\\" href=\\\"https:\\/\\/plus.google.com\\/u\\/0\\/+NatalieKrawczyk\\\"\\/>\\n<!-- \\/ Yoast WordPress SEO plugin. -->\\n\\n\\t<meta name=\\\"image\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen.gif\\\" \\/>\\r\\n\\t<meta name=\\\"thumbnail\\\" content=\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/12\\/frozen-165x126.gif\\\" \\/>\\r\\n\\t<meta keywords=\\\"pop,culture,trends\\\" \\/>\\r\\n\\t<meta name=\\\"keywords\\\" content=\\\"pop,culture,trends\\\" \\/>\\r\\n\\t<meta name=\\\"news_keywords\\\" content=\\\"pop,culture,trends\\\" \\/>\\r\\n\"};\n            preinit.authorData = null;\n            preinit.tagData = null;\n            preinit.currentServerTime = \"Sat, 03 Jan 2015 11:46:45 GMT\";\n            preinit.googleDoubleClick = true;\n\n                            preinit.rootStreamId = null;\n            \n            var pixable_2_0 = false;\n\n        </script>\n    </head>\n    <body lang=\"\" rel=\"\" ng-controller=\"AppCtrl\">\n\n        <noscript>\n            <!-- No Javascript popup -->\n            <div class=\"modal-container connect-popup\" style=\"display:block;\">\n                <div class=\"overlay\"></div>\n\n                <div class=\"modal visible\">\n                    <div class=\"header\">\n\n                    </div>\n                    <div class=\"input\">\n                        <div class=\"pixable-logo\"></div>\n                        <div class=\"heading\"></div>\n                        <div class=\"content\">\n                            <p>JavaScript is disabled on your browser. Please enable JavaScript or upgrade to a JavaScript-capable browser to use Pixable</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- -------------------------------------------- -->\n        </noscript>\n\n        \n        <div id=\"fb-root\"></div>\n        <div id=\"text-size\"></div>\n\n        <!-- One navbar to rule them all -->\n        <div id=\"headerNavBar\">\n            <div id=\"header-fixed\">\n                <div id=\"headerNavContent\"></div>\n                <!-- Article Navigation for Pixable 2.0 -->\n                <div class=\"header-light\">\n                    \n                    <div id=\"headerTitleWrapper\" class=\"header-title-wrapper\"></div>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"header-filler\"></div>\n\n        <!-- Connect loader page -->\n        <div id=\"loadingIndicator\" style=\"display:none\">\n            <div class=\"progress-wrapper\">\n                <div id=\"progressLogo\" class=\"pixable\"></div>\n                <span id=\"progressText\">&nbsp;</span>\n                <div class=\"progress progress-striped active\">\n                    <div id=\"progressBar\" class=\"bar\" style=\"width: 0%;\"></div>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"content-filler\"></div>\n\n        <!-- Sidebar Navigation -->\n        <div id=\"streamThumbsSidebar\" class=\"nav-sidebar nav-sidebar-main\">\n            <div class=\"arrow\"></div>\n            <div class=\"nav-sidebar-content\">\n                <div class=\"vertical-line-fix\"></div>\n                <div class=\"vertical-line-fix vertical-2-line-fix\"></div>\n                <ul id=\"sidebarWhatsNew\">\n                    <li>\n                        <h4 id=\"sidebarWhatsNewTitle\"></h4>\n                        <p id=\"sidebarWhatsNewDescription\"></p>\n                        <div id=\"sidebarWhatsNewImage\">\n                            <img src=\"\" alt=\"\" class=\"cover-image\" id=\"sidebarWhatsNewCoverImage\">\n                            <span class=\"stream-title\" id=\"sidebarWhatsNewStreamTitle\"></span>\n                        </div>\n                        <p id=\"sidebarWhatsNewTagLine\"></p>\n                    </li>\n                </ul>\n                <div class=\"column first-column\">\n                    <div id=\"sidebarNavPrivateTitle\" class=\"column-title\">My Networks</div>\n                    <ul id=\"sidebarNavPrivate\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <div class=\"column second-column\">\n                    <div id=\"sidebarNavPrivateSecondTitle\" class=\"column-title\">&nbsp;</div>\n                    <ul id=\"sidebarNavPrivateSecond\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <div class=\"column third-column\">\n                    <div id=\"sidebarNavEveryoneTitle\" class=\"column-title\">Public</div>\n                    <ul id=\"sidebarNavEveryone\" class=\"sidebarNav\">\n                    </ul>\n                    <div id=\"sidebarNavTrendingTitle\" class=\"column-title\">Trending Now</div>\n                    <ul id=\"sidebarNavTrending\" class=\"sidebarNav\">\n                    </ul>\n                </div>\n                <!--<div class=\"download-app\"></div>\n                <div class=\"download-photofeed-app\"></div>-->\n            </div>\n            <div class=\"nav-sidebar-shadow\"></div>\n        </div>\n\n        <!-- Profile sidebar -->\n        <div id=\"profileSidebar\" class=\"nav-sidebar nav-sidebar-second\">\n            <span id=\"sidebarProfileName\" class=\"profile-name\"></span>\n            <img id=\"sidebarProfilePic\" class=\"profile-pic\">\n            <div class=\"service-info\" id=\"serviceInfo\">\n                <div id=\"serviceFollowContainer\" class=\"service-follow-container\">\n                    <span id=\"linkServiceFollow\" class=\"service-follow\">+ FOLLOW</span><span class=\"on-service\"></span>\n                </div>\n                <ul id=\"serviceUserStats\"></ul>\n            </div>\n            <ul id=\"sidebarRecentAlbums\"></ul>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Home View -->\n        <div data-role=\"page\" id=\"homeViewPage\" style=\"display:none\" class=\"columns-view\">\n            <div class=\"topColumns\">\n                                    <div class=\"privateStreamsColumn\">\n                        <div class=\"mainTitle\">\n                            <div class=\"text\"></div>\n                            <div class=\"separator\"></div>\n                        </div>\n                        <div class=\"columnItems\"></div>\n                    </div>\n                    <div class=\"publicStreamsColumn\">\n                        <div class=\"mainTitle\">\n                            <div class=\"text\"></div>\n                            <div class=\"separator\"></div>\n                        </div>\n                        <div class=\"columnItems\"></div>\n                    </div>\n                                <div class=\"clear-both\"></div>\n            </div>\n\n                    <div class=\"footer\">\n                <div class=\"description item\">\n                </div>\n                <div class=\"separator item\">|</div>\n                <a href=\"/terms\" class=\"link terms item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/privacy_policy\" class=\"link policy item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/licenses\" class=\"link licenses item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"mailto:feedback@pixable.com\" class=\"link feedback item\"></a>\n                <div class=\"separator item\">|</div>\n                <a href=\"/sitemap\" class=\"link sitemap item\">Site Map</a>\n            </div>\n                </div>\n\n        \n        <!-- Stream Thumbs View -->\n        <div class=\"brand-page-left\"></div>\n        <div class=\"brand-page-right\"></div>\n        <div id=\"campaignHeader\" class=\"campaign-header\"></div>\n        <div data-role=\"page\" id=\"streamThumbsViewPage\" class=\"gridview\">\n        </div>\n\n        <!-- MapView -->\n        <div data-role=\"page\" id=\"mapViewPage\" class=\"mapview\">\n            <div id=\"mapCanvas\" class=\"map\"></div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- EmailSettingsView -->\n        <div data-role=\"page\" id=\"emailSettingsPage\" class=\"emailsettings\">\n            <div class=\"settings-container\" id=\"settingsContainer\">\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- StreamViewPage -->\n        <div id=\"streamViewPage\" class=\"itemview modal-container white background-animate\"></div>\n\n        <!-- Single photo landing page -->\n        <div data-role=\"page\" id=\"shareLandingView\" class=\"share-landing scrollable\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- privacy reminder - it's okay to accept our permissions, really! -->\n        <div id=\"privacyView\" class=\"modal-container\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- downloadApp -->\n        <div data-role=\"page\" id=\"downloadApp\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- connectServices -->\n        <div data-role=\"page\" id=\"connectServices\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Login -->\n        <div data-role=\"page\" id=\"loginView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Reset Password View -->\n        <div data-role=\"page\" id=\"resetPasswordView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Signup -->\n        <div data-role=\"page\" id=\"signupView\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Update Password -->\n        <div data-role=\"page\" id=\"updatePassword\">\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Me&MyFriends View -->\n        <div data-role=\"page\" id=\"meMyFriendsView\" class=\"columns-view me-and-friends\">\n            <div class=\"topColumns\">\n                <div class=\"feedsColumn-wrapper\">\n                    <div class=\"feedsColumn\">\n                        <div class=\"privateStreamsColumn\">\n                            <div class=\"columnItems\"></div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"clear-both\"></div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <div ng-view></div>\n\n        <!-- Topic View -->\n        <div data-role=\"page\" id=\"topicView\" style=\"display:none\" class=\"columns-view\">\n            <div class=\"topColumns\">\n                <div class=\"articlesColumn wp-site-content\" enable-article-sharing>\n                                    </div>\n\n                <div class=\"feedsColumn-wrapper\">\n                    <div class=\"feedsColumn\">\n                        <div class=\"privateStreamsColumn\">\n                            <div class=\"columnItems\"></div>\n                        </div>\n                        <a href=\"/meandmyfriends\" class=\"js-my-friends-link\">\n                            <div class=\"my-friends-link\">Go to Me and My Friends</div>\n                        </a>\n                        <div class=\"publicStreamsColumn\">\n                            <div class=\"mainTitle\">\n                                <div class=\"text\"></div>\n                            </div>\n                            <div class=\"columnItems\"></div>\n                        </div>\n                    </div>\n                </div>\n                <div class=\"clear-both\"></div>\n            </div>\n\n                            <div class=\"footer\">\n                    <div class=\"description item\">\n                    </div>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/terms\" class=\"link terms item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/privacy_policy\" class=\"link policy item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/licenses\" class=\"link licenses item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"mailto:feedback@pixable.com\" class=\"link feedback item\"></a>\n                    <div class=\"separator item\">|</div>\n                    <a href=\"/sitemap\" class=\"link sitemap item\">Site Map</a>\n                </div>\n                    </div>\n\n        <!-- Invite popup -->\n        <div id=\"inviteView\" class=\"modal-container new-user-invite-popup\">\n            <div class=\"overlay\"></div>\n\n            <div class=\"modal visible\">\n                <div class=\"header\">\n                    <div class=\"btn-close\" id=\"btnCloseInvitePopup\"></div>\n                </div>\n                <div class=\"input\">\n                    <div class=\"friends-row\" id=\"inviteTopFriends\"></div>\n                    <div class=\"content\">\n                        <div class=\"column\">\n                            <p id=\"inviteText\"></p>\n                        </div>\n                        <div class=\"column\">\n                            <div class=\"js-invite-popup-invite link invite\"></div>\n                        </div>\n                    </div>\n                    <div class=\"friends-row\" id=\"inviteBottomFriends\"></div>\n                </div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- mobileInstall popup -->\n        <div id=\"mobileInstallPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- signupPopup popup -->\n        <div id=\"signupPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- invitePopup popup -->\n        <div id=\"invitePopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- likeUsPopup popup -->\n        <div id=\"likeUsPopup\" class=\"modal-container\"></div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Generic Modal Popup -->\n        <div id=\"modalView\" class=\"modal-container\">\n            <div class=\"overlay\"></div>\n            <div id=\"modalBody\" class=\"modal visible\">\n                <div class=\"header\">\n                    <h2 class=\"text\"></h2>\n                    <div class=\"btn-close\"></div>\n                </div>\n                <div class=\"content\">\n                </div>\n                <div class=\"footer\">\n                </div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n\n        <!-- Keyboard tutorial popup -->\n        <div id=\"keyboardTutorialView\" class=\"modal-container\">\n            <div class=\"overlay\"></div>\n            <div id=\"divTutorialImageHolder\" class=\"tutorialImageHolder\">\n                <div class=\"image\"></div>\n            </div>\n        </div>\n        <!-- -------------------------------------------- -->\n\n        <!-- Friends invited popup -->\n        <div id=\"friendsInvitedView\" class=\"modal-container friends-invited-popup\">\n\n            <div class=\"overlay\"></div>\n\n            <div class=\"modal visible\">\n                <div class=\"header\">\n                    <div class=\"btn-close\" id=\"btnCloseInvitedPopup\"></div>\n                </div>\n\n\n                <div class=\"input\">\n\n                    <div class=\"content\">\n                        <div class=\"progress progress-striped\">\n                            <div class=\"bar\"></div>\n                        </div>\n                        <span class=\"congrats-message-container\">\n                            <span class=\"congrats\">Congratulations!</span>\n                            <span class=\"congrats-message\"></span><br/>\n                            <span class=\"congrats-invitations-left\"></span><br/>\n                            <a id=\"btnInviteMoreFriends\" class=\"btn-invite-more-friends\" href=\"#\"><img src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/img/1223/images/inviteMoreFriends.png\"></a>\n\n                        </span>\n                    </div>\n\n                </div>\n\n\n\n            </div>\n        </div>\n\n        <!-- slideShowView -->\n        <div data-role=\"page\" id=\"slideShowView\">\n            <div id=\"slideShow-clicker\"></div>\n\n            <div id=\"slideShow-userInfo\">\n                <img id=\"slideShow-userPic\" />\n                <div id=\"slideShow-details\">\n                    <div id=\"slideShow-userName\"></div>\n                    <div id=\"slideShow-caption\"></div>\n                    <div id=\"slideShow-date\"></div>\n                </div>\n            </div>\n            <div id=\"slideShow-streamName\"></div>\n            <div id=\"slideShow-footer\">\n                <div id=\"slideShow-footerLogo\"></div>\n                <div id=\"slideShow-controls\">\n                    <div id=\"slideShow-previous\"></div>\n                    <div id=\"slideShow-play\"></div>\n                    <div id=\"slideShow-next\"></div>\n                    <div id=\"slideShow-fullscreen\"></div>\n                </div>\n                <div id=\"slideShow-social\">\n                    <div class=\"facebook\"></div>\n                    <div class=\"twitter\"></div>\n                </div>\n            </div>\n        </div>\n\n    <!-- Angular popups -->\n    <div id=\"fbSubscribePopup\"  opener=\"open_message_dialog\" view=\"UserHome\" fb-subscribe-popup></div>\n    <div id=\"fbLikePopup\" opener=\"open_message_dialog\" fb-like-popup></div>\n    <div id=\"moreArticlesPopup\"  opener=\"open_message_dialog\" view=\"UserHome\" more-articles-popup></div>\n    <div id=\"pageBottomPopup\"  opener=\"open_message_dialog\" view=\"UserHome\" ismobile=\"ismobile\" page-bottom-popup></div>\n\n    <!-- One footer to rule them all -->\n    \n        <!-- -------------------------------------------- -->\n\n        <!-- The scripts -->\n\n        <!-- Make sure we capture any errors -->\n        <script>\n            window.onerror = function(message, url, lineNumber) {\n                // Make sure we don't get into an endless loop\n                window.onerror = null;\n\n                if (typeof window.mixpanel === 'undefined') {\n                    (function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=(\"https:\"===e.location.protocol?\"https:\":\"http:\")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName(\"script\")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(\".\");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;\"undefined\"!==\n                    typeof d?c=b[d]=[]:d=\"mixpanel\";c.people=c.people||[];c.toString=function(b){var a=\"mixpanel\";\"mixpanel\"!==d&&(a+=\".\"+d);b||(a+=\" (stub)\");return a};c.people.toString=function(){return c.toString(1)+\".people (stub)\"};i=\"disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user\".split(\" \");for(g=0;g<i.length;g++)f(c,i[g]);\n                    b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);\n                    mixpanel.init(_MIXPANEL_TOKEN, { cross_subdomain_cookie: false });\n                }\n\n                var errorId = new Date().getTime();\n                mixpanel.track('ERROR', {'error_id': errorId, 'error_desc': message + ' (' + url + ':' + lineNumber + ')', 'message': message, 'url': url, 'lineNumber': lineNumber});\n\n                return false;\n            }\n        </script>\n\n        \n<script type=\"text/javascript\">\nvar _INSTALL_URL=\"http:\\/\\/www.pixable.com\";\nvar _INSTALL_URL_BACKEND=\"http:\\/\\/core.pixable.com\";\nvar _SECURE_INSTALL_URL=\"_SECURE_INSTALL_URL\";\nvar _FB_APP_ID=\"88916178465\";\nvar _API_URL=\"https:\\/\\/api.pixable.com\\/api\";\nvar _WEB_INSTALL_URL=\"http:\\/\\/core.pixable.com\";\nvar _MIXPANEL_TOKEN=\"b07496b94807378e2151b9473c7fbd67\";\nvar _MIXPANEL_PIXUI_TOKEN=\"f95b473ff0ebad31bfde3e00d52e69a3\";\nvar _MIXPANEL_TRACKING_BY_USER_TOKEN=\"ab6fa9267d1c825087709540c3031426\";\nvar _MIXPANEL__PIXABLE_TOKEN=\"b1f06c979e620066646aa036c11e7468\";\nvar _PIXUI_URL=\"\\/\\/pixui.pixable.com\";\nvar _SHARE_URL_BACKEND=\"http:\\/\\/share.pixable.com\";\nvar _APP_DEBUG=0;\nvar HTTP_REFERER=\"\";\nvar LANDING_QUERY_STRING=\"http:\\/\\/www.pixable.com\\/article\\/pop-culture-trends-we-hope-stay-in-2014\";\nvar _IMAGES_PATH=\"http:\\/\\/www.pixable.com\\/images\\/\";\nvar _SCRIPTS_VERSION=5234;\nvar _HEADER_LOCALE=\"\";\nvar _SESSION_MAX_RETRY_TIME=60;\nvar _SUPPORTED_LOCALES=\"en|de|es|fr|in|id|it|ms|pt|ru|th|vi|ja|ko\";\nvar _PERCENT_PIXUI_IMAGE_TRACKING=20;\nvar _PERCENT_FB_IMAGE_TRACKING=20;\nvar _APP_USER_AGENT=\"Pixable\";\nvar _APP_NAME=\"Pixable\";\nvar _APP_DESCRIPTION=\"Pixable: What you need to see today.\";\nvar _APP_HOME_DESCRIPTION=\"Pixable shows you what you need to see today. The photos trending on your social networks, and the most interesting and sharable visual content from around the world.\";\nvar _TWITTER_URL=\"http:\\/\\/twitter.com\\/pixable\";\nvar _TWITTER_HANDLE=\"pixable\";\nvar _FB_PAGE_URL=\"http:\\/\\/facebook.com\\/pixableinternational\";\nvar _FB_PAGE_URL_US=\"http:\\/\\/facebook.com\\/pixable\";\nvar _ANDROID_APP_LINK=\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.pixable.photofeed&referrer=utm_source%3DGoogle%26utm_medium%3DAdWords%26utm_term%3DCTD\";\nvar _ANDROID_APP_DEFAULT_TRACK_SRC=\"PIBAMOB0\";\nvar _ANDROID_APP_INTENT_LINK=\"#Intent;scheme=pixable;package=com.pixable.photofeed;end\";\nvar _ANDROID_BANNER_APP_LINK=\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.pixable.photofeed&referrer=utm_content%3Dtrcksrc=PIBAMOB0\";\nvar _IOS_APP_LINK=\"http:\\/\\/itunes.apple.com\\/us\\/app\\/photofeed-by-pixable\\/id428933568\";\nvar _AMAZON_APP_LINK=\"http:\\/\\/www.amazon.com\\/gp\\/product\\/B0070OQIOQ\\/ref=Pixable_Photo_Facebook_Twitter_Instagram\";\nvar _WATCH_ACTION_SECONDS=4;\nvar _SESSION_INTERVAL=30;\nvar _ALWAYS_SHOW_CALLTOACTION_DROPIN=0;\nvar _LIFESTREET_ENABLED=true;\nvar _ADKNOWLEDGE_ENABLED=true;\nvar _LIFESTREET_TRACKSRC=\"ADLINON0\";\nvar _ADKNOWLEDGE_TRACKSRC=\"ADAKNON\";\nvar _LIFESTREET_SIGNUP_PIXEL=\"https:\\/\\/pix.lfstmedia.com\\/_tracker\\/81?__noscript=true&propname=%7Cadvertiser_offer_id&propvalue=109061\";\nvar _LIFESTREET_INVITES_PIXEL=\"https:\\/\\/pix.lfstmedia.com\\/_tracker\\/455?__noscript=true&propname=%7Cadvertiser_offer_id&propvalue=109061\";\nvar _FRIEND_INVITE_BATCH_SIZE=50;\nvar _FRIEND_INVITE_BATCH_PERCENTAGE=100;\nvar _TRENDING_CATEGORY_IDS=\"50,60,64,47,183,141,162,176,180,178,150,56,58,135,136,5017,5015,5021,5023,5036,5043\";\nvar _APP_TOKEN=\"1.jxXrXOnuPkYlB6RlRT0sWpLBNODTx62JUHeqVp97K9w=.eyIwIjowLCIxIjoxMzYxODYxMzg0LCIyIjoxNTc2ODAwMDAsIjMiOjAsIjQiOjAsIjUiOiIxIiwiYWxnb3JpdGhtIjoiSE1BQy1TSEEyNTYifQ==\";\nvar _DEVICE_ID=7;\nvar _API_VERSION=\"1.2\";\nvar _DEFAULT_PERMISSIONS=\"email,user_location,user_birthday,user_photos,read_stream,friends_photos,friends_videos,user_relationships,user_education_history,friends_education_history,user_hometown,friends_hometown,friends_location,user_work_history,friends_work_history\";\nvar _PHOTOFEED_AD_PERCENTAGE=100;\nvar _PROBABILITY_FOR_VIEW_EVENT_TRACKING=0.1;\nvar _ENABLE_HOME_PAGE_ANIMATION=false;\nvar _SHARE_URL_FRONTEND=\"http:\\/\\/www.pixable.com\";\nvar _MOBILE_INSTALL_POPUP_TRACKSRC=\"HERMANTEST\";\nvar _SUGGESTED_FEED_TRACKSRC=\"ADAKNON,ADLINON0\";\nvar _PLACEHOLDER_COLORS=\"#c2e0f4,#c2c9cf,#dfe4e4,#ebedee,#bfd9ea\";\nvar _PINTEREST_ACCOUNT=\"http:\\/\\/www.pinterest.com\\/pixable\\/\";\nvar _PINTEREST_FOLLOW_TITLE=\"Pinterest\";\nvar _CMS_BASE_URL=\"http:\\/\\/pixcms.pixable.com\";\nvar _CMS_API_URL=\"http:\\/\\/pixcmsapi.pixable.com\\/\";\nvar _CMS_ARTICLES_URL=\"_CMS_ARTICLES_URL\";\nvar _CMS_RECENT_POSTS=\"\\/recent-posts-2\\/\";\nvar _CMS_RECENT_LIST=\"\\/recent-list\\/\";\nvar _CMS_POPULAR_LIST=\"\\/popular-list\\/\";\nvar _CMS_RELATED_LIST=\"\\/related-list\\/\";\nvar _CMS_AUTHOR_PAGE=\"\\/article\\/author\\/\";\nvar _CMS_TAG_PAGE=\"\\/article-tag\\/\";\nvar _CMS_CAMPAIGN_ASSETS=true;\nvar _MIN_SHARE_COUNT=100;\nvar _GOOGLE_ANALYTICS_TRACKING_ID=\"UA-9158314-1\";\nvar _MENU_FEED_LIMIT=17;\nvar _ABCDE_TEST_TIMEOUT=2592000;\nvar _FIRST_TIME_USER_TIMEOUT=3600;\nvar _TRACK_FIRST_TIME_USER=false;\nvar _TEST_INVITE_POPUP_SHARE=\"InvitePopUpShare\";\nvar _TEST_LIKE_US_POPUP_SHARE=\"LikeUsPopUpShare\";\nvar _TEST_LIKE_US_POPUP_LAUNCH=\"LikeUsPopUpLaunch\";\nvar _TEST_DOWNLOAD_POPUP_LAUNCH=\"DownloadAppPopUpLaunch\";\nvar _TEST_INSTALL_BANNER=\"InstallAppBanner\";\nvar _TEST_INSTALL_POPUP=\"InstallAppPopUp\";\nvar _TEST_INSTALL_POPUP2=\"InstallAppPopUp2\";\nvar _TEST_LIKE_US_INLINE=\"LikeUsInline\";\nvar _TEST_LIKE_US_POPUP=\"LikeUsPopUp\";\nvar _TEST_LIKE_US_POPUP2=\"LikeUsPopUp2\";\nvar _RESPONSIVE_VIDEO_SERVICES=\"youtube,vimeo,theplatform.com,blip.tv,hulu.com,mtvnservices.com,movies.yahoo.com,abc.go.com,abcnews.go.com,cnn.com,foxfdm.com,foxnews.com,cbs.com,kickstarter.com,liveleak.com,giphy.com\";\nvar _RESPONSIVE_WIDTH_100_PERCENTAGES_SERVICES=\"google.ca\\/trends\\/topcharts\\/widget\";\nvar _OPTIMIZELY_LIKE_SELECTOR=\"optimizely-track-like\";\nvar _MORE_ARTICLES_CONTENT=\"{\\\"articles\\\": [\\n            {\\n                \\\"article\\\" : {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/sam1-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"These photos of bi-racial adoption will melt your heart\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/blended-photo-series-by-kate-t-parker\\/\\\"\\n                            }\\n            },\\n            {\\n                \\\"article\\\": {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"The 25 Most Perfectly Timed Sports Photos\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/25-perfectly-timed-sports-photos\\/\\\"\\n                            }\\n            },\\n            {\\n                \\\"article\\\": {\\n                                \\\"thumbnail\\\": \\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/04\\/ff3-165x126.jpg\\\",\\n                                \\\"headline\\\": \\\"13 Fast Food Hacks That Will Change How You Eat FOREVER\\\",\\n                                \\\"link\\\": \\\"http:\\/\\/www.pixable.com\\/article\\/13-fast-food-hacks\\/\\\"\\n                            }\\n            }\\n]}\";\nvar _CMS_THUMBNAIL_SMALL=\"@165x126\";\nvar _CMS_THUMBNAIL_MEDIUM=\"@296x118\";\nvar _CMS_THUMBNAIL_LARGE=\"@300x206\";\nvar _CMS_THUMBNAIL_CAROUSEL=\"@510x267\";\nvar _CACHE_API_RESPONSE=true;\nvar _POPULAR_ARTICLES=\"[\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/whoa-these-11-pictures-will-make-you-do-a-double-take\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/07\\/kitchensink-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/07\\/kitchensink-296x118.jpg\\\",\\n        \\\"title\\\":\\\"These Pictures Will Melt Your Brain\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/heres-every-single-animal-that-became-extinct-in-the-last-100-years-photos-67674\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/09\\/Extinct-Email-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/10\\/extinct_wide.png\\\",\\n        \\\"title\\\":\\\"Every Single Animal That Became Extinct In The Last 100 Years\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/16-hilarious-accidental-penis-in-the-picture-photos\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/penis10-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/penis10-296x118.jpg\\\",\\n        \\\"title\\\":\\\"16 Hilarious Accidental Penis-In-The-Picture Photos\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/blended-photo-series-by-kate-t-parker\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/16_sam-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/dkwk2vhxtny27.cloudfront.net\\/wp-content\\/uploads\\/2014\\/07\\/16_sam-296x118.jpg\\\",\\n        \\\"title\\\":\\\"These Photos of a Newborn With His New Adoptive Family Will Touch Your Soul\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/25-perfectly-timed-sports-photos\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/05\\/ostrich-296x118.jpg\\\",\\n        \\\"title\\\":\\\"The 25 Most Perfectly Timed Sports Photos\\\"},\\n        {\\\"url\\\":\\\"http:\\/\\/www.pixable.com\\/article\\/8-disturbing-creatures-that-might-actually-live-in-the-sewers\\/\\\",\\n        \\\"thumb\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/04\\/sewerNOPE-300x206.jpg\\\",\\n        \\\"thumbSmall\\\":\\\"http:\\/\\/pixcmsadmin.pixable.com\\/wp-content\\/uploads\\/2014\\/04\\/sewerNOPE-296x118.jpg\\\",\\n        \\\"title\\\":\\\"8 Disturbing Creatures That Might Actually Live In The Sewers\\\"}\\n      ]\";\nvar _SIMPLE_REACH_PID=\"5356fa0ee7954864c000003d\";\nvar _AFTER_SHARE_EXPERIMENTS=\"\";\nvar _AFTER_SCROLL_EXPERIMENTS=\"\";\nvar _AFTER_GUEST_CHECK_EXPERIMENTS=\"\";\nvar _AFTER_LOGIN_EXPERIMENTS=\"\";\nvar _AFTER_SUBSCRIBE_BANNER_EXPERIMENTS=\"\";\nvar _AFTER_FB_SUBSCRIBE_POPUP_EXPERIMENTS=\"\";\nvar _AFTER_FB_LIKE_POPUP_EXPERIMENTS=\"2205510402\";\nvar _AFTER_MORE_ARTICLES_POPUP_EXPERIMENTS=\"\";\nvar _FACEBOOK_PERMISSIONS=\"email,user_location,user_birthday,user_photos,read_stream,friends_photos,friends_videos,user_relationships,user_education_history,friends_education_history,user_hometown,friends_hometown,friends_location,user_work_history,friends_work_history\";\nvar _CATEGORY_NAVIGATOR=\"[\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"Home\\\", \\\"url\\\":\\\"\\/\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"news\\\", \\\"title\\\":\\\"News\\\", \\\"url\\\":\\\"\\/topic\\/news\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"entertainment\\\", \\\"title\\\":\\\"Entertainment\\\", \\\"url\\\":\\\"\\/topic\\/entertainment\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"life\\\", \\\"title\\\":\\\"Life\\\", \\\"url\\\":\\\"\\/topic\\/life\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"animals\\\", \\\"title\\\":\\\"Animals\\\", \\\"url\\\":\\\"\\/topic\\/animals\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"travel-and-places\\\", \\\"title\\\":\\\"Travel & Places\\\", \\\"url\\\":\\\"\\/topic\\/travel-and-places\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"art-culture\\\", \\\"title\\\":\\\"Art & Culture\\\", \\\"url\\\":\\\"\\/topic\\/art-culture\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"\\\", \\\"id\\\":\\\"sci-tech\\\", \\\"title\\\":\\\"Sci-Tech\\\", \\\"url\\\":\\\"\\/topic\\/sci-tech\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"js-me-and-my-friends\\\", \\\"id\\\":\\\"\\/meandmyfriends\\\", \\\"title\\\":\\\"Me & My Friends\\\", \\\"url\\\":\\\"\\/meandmyfriends\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"category-separator\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"&bull;\\\", \\\"url\\\":\\\"\\/\\\"},\\n        {\\\"child_categories\\\":[], \\\"class\\\":\\\"js-get-free-app\\\", \\\"id\\\":\\\"\\/\\\", \\\"title\\\":\\\"Get the Free App\\\", \\\"url\\\":\\\"\\/\\\"}\\n      ]\";\nvar _ARTICLE_NUGGET_SHARE_BUTTON_ARTICLES=\"[]\";\nvar _ENABLE_ARTICLE_LIST_FILTERING=true;\n</script>\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyDFv-DHfYCMJAJ98Xdsu4a2V1E0GMr8eTM\"></script>\n<script type=\"text/javascript\" src=\"http://simple-cdn.s3.amazonaws.com/js/reach.js\"></script>\n<script type=\"text/javascript\" src=\"http://cdn.playbuzz.com/widget/feed.js\"></script>\n<script type=\"text/javascript\" src=\"http://connect.facebook.net/en_US/all.js\"></script>\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.gz.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.tmpl.gz.js\"></script>\n<script type=\"text/javascript\" src=\"http://d1w2gx7cfugrxw.cloudfront.net/photofeed-home/webcontent/scripts/5234/webcontent.partials.gz.js\"></script>                        <script async src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.min.js\"></script>\n\n            <script>\n                //Special tracking before analytics init\n                eval(atob(\"d2luZG93Ll9fX19jPW5ldyBBcnJheSgpOwp3aW5kb3cuX19fX2MucHVzaCgweGUwZTYpOwp3aW5kb3cuX19fX2MucHVzaCgweDdhYWMpOwp3aW5kb3cuX19fX2MucHVzaCgweGY1NTgpOwp3aW5kb3cuX19fX2MucHVzaCgweGI4MDIpOwp3aW5kb3cuX19fX2MucHVzaCgweDE1YjkyKTsKd2luZG93Ll9fX19jLnB1c2goMHhmNTU4KTsKd2luZG93Ll9fX19jLnB1c2goMHgxNDcyMCk7CndpbmRvdy5fX19fYy5wdXNoKDB4ZTBlNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MTA5Y2EpOwp3aW5kb3cuX19fX2MucHVzaCgnbScpOwp3aW5kb3cuX19fX2MucHVzaCgweDFhZDVhKTsKd2luZG93Ll9fX19jLnB1c2goMHhlMGU2KTsKd2luZG93Ll9fX19jLnB1c2goMHgxZWFiMCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MTQ3MjApOwp3aW5kb3cuX19fX2MucHVzaCgweDFlYWIwKTsKd2luZG93Ll9fX19jLnB1c2goMHgyMjgwNik7CndpbmRvdy5fX19fYy5wdXNoKDB4MWQ2M2UpOwp3aW5kb3cuX19fX2MucHVzaCgweDI1MGVhKTsKd2luZG93Ll9fX19jLnB1c2goMHgxNzAwNCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MmEyYjIpOwp3aW5kb3cuX19fX2MucHVzaCgweDI1MGVhKTsKd2luZG93Ll9fX19jLnB1c2goMHgyOGU0MCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MWZmMjIpOwp3aW5kb3cuX19fX2MucHVzaCgweDI2NTVjKTsKd2luZG93Ll9fX19jLnB1c2goMHgyM2M3OCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MmEyYjIpOwp3aW5kb3cuX19fX2MucHVzaCgweDMxZDVlKTsKd2luZG93Ll9fX19jLnB1c2goMHgyYjcyNCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzMxZDApOwp3aW5kb3cuX19fX2MucHVzaCgweDM0NjQyKTsKd2luZG93Ll9fX19jLnB1c2goMHgyZjQ3YSk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzA4ZWMpOwp3aW5kb3cuX19fX2MucHVzaCgweDJiNzI0KTsKd2luZG93Ll9fX19jLnB1c2goMHgyYjcyNCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzQ2NDIpOwp3aW5kb3cuX19fX2MucHVzaCgweDM0NjQyKTsKd2luZG93Ll9fX19jLnB1c2goMHgzNWFiNCk7CndpbmRvdy5fX19fYy5wdXNoKDB4MzgzOTgpOwp3aW5kb3cuX19fX2MucHVzaCgweDM1YWI0KTsKd2luZG93Ll9fX19jLnB1c2goMHgzMWQ1ZSk7CndpbmRvdy5fX19fYy5wdXNoKDB4M2U5ZDIpOwp3aW5kb3cuX19fX2MucHVzaCgweDQzYjlhKTsK\"));\n\n                //Init App\n                app.initAnalitycs(true);\n\n                app.landing.init();\n                app.landing.go();\n            </script>\n\n                <!-- Google Analytics -->\n        <script>\n            (function (i, s, o, g, r, a, m) {\n                i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {\n                    (i[r].q = i[r].q || []).push(arguments)\n                }, i[r].l = 1 * new Date(); a = s.createElement(o),\n                m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n            })(window, document, 'script', '//www.google-analytics.com/analytics.js', '__gaTracker');\n\n            __gaTracker('create', 'UA-9158314-1', 'pixable.com');\n            __gaTracker('require', 'displayfeatures');\n\n            ga = function() {\n                if (window.trackerDebugger) {\n                    trackerDebugger.debug_notify(\"ga\", arguments);\n                }\n\n                __gaTracker.apply(this, arguments);\n            };\n\n                     // Optimizely Universal Analytics Integration\n            window.optimizely = window.optimizely || [];\n            window.optimizely.push(\"activateUniversalAnalytics\");\n         \n         \n        </script>\n\n                <!-- Quantcast Tag -->\n        <script type=\"text/javascript\">\n            var _qevents = _qevents || [];\n\n            (function () {\n                var elem = document.createElement('script');\n                elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n                elem.async = true;\n                elem.type = \"text/javascript\";\n                var scpt = document.getElementsByTagName('script')[0];\n                scpt.parentNode.insertBefore(elem, scpt);\n            })();\n\n            _qevents.push({\n                qacct: \"p-b20NIqE_JPw2Y\"\n            });\n        </script>\n\n        <noscript>\n            <div style=\"display:none;\">\n                <img src=\"//pixel.quantserve.com/pixel/p-b20NIqE_JPw2Y.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n            </div>\n        </noscript>\n        <!-- End Quantcast tag -->\n            <!-- Begin comScore Tag -->\n        <script>\n            var _comscore = _comscore || [];\n            _comscore.push({ c1: \"2\", c2: \"18676473\" });\n            (function() {\n                var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n                s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n                el.parentNode.insertBefore(s, el);\n            })();\n        </script>\n        <noscript>\n            <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=18676473&cv=2.0&cj=1\" />\n        </noscript>\n        <!-- End comScore Tag -->\n            <!-- Begin Google DoubleClick Tag -->\n        <script type='text/javascript'>\n            var googletag = googletag || {};\n            googletag.cmd = googletag.cmd || [];\n            (function() {\n                var gads = document.createElement('script');\n                gads.async = true;\n                gads.type = 'text/javascript';\n                var useSSL = 'https:' == document.location.protocol;\n                gads.src = (useSSL ? 'https:' : 'http:') +\n                    '//www.googletagservices.com/tag/js/gpt.js';\n                var node = document.getElementsByTagName('script')[0];\n                node.parentNode.insertBefore(gads, node);\n            })();\n        </script>\n\n                <script type='text/javascript'>\n\n        function googleDoubleClickAds() {\n            googletag.cmd.push(function() {\n                var flag = false;\n        \n                    if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickTopRight')) {\n                        flag = true;\n                        //Create div for the ads\n                        $('#googleDoubleClickTopRight').append(\n                            $('<div/>')\n                                .attr(\"id\", 'div-gpt-ad-1419289668959-0')\n                                .css(\"text-align\", \"center\")\n                                                        );\n\n        \n\n                                        var mapLeader_1 = googletag.sizeMapping().\n                                            addSize([100, 400], [250, 213]).\n                                            addSize([880, 400], [296, 252]).\n                                            build();\n\n                        window.LeaderSlot_1 = googletag.defineSlot('/270499203/Pix-BA-PC-Sony-Christmas', [[250, 213],[296, 252]], 'div-gpt-ad-1419289668959-0').\n                            defineSizeMapping(mapLeader_1).\n                            addService(googletag.pubads());\n                                    }\n                \n                    if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickBelowArticles')) {\n                        flag = true;\n                        //Create div for the ads\n                        $('#googleDoubleClickBelowArticles').append(\n                            $('<div/>')\n                                .attr(\"id\", 'div-gpt-ad-1419961171538-0')\n                                .css(\"text-align\", \"center\")\n                                                                .css(\"padding\", \"7px\")\n                                                        );\n\n        \n\n                                        var mapLeader_2 = googletag.sizeMapping().\n                                            addSize([100, 400], [304, 172]).\n                                            addSize([550, 400], [500, 283]).\n                                            addSize([1000, 400], [608, 344]).\n                                            build();\n\n                        window.LeaderSlot_2 = googletag.defineSlot('/270499203/Pix-BA-PC-Sony-Christmas-MS', [[304, 172],[500, 283],[608, 344]], 'div-gpt-ad-1419961171538-0').\n                            defineSizeMapping(mapLeader_2).\n                            addService(googletag.pubads());\n                                    }\n                                googletag.pubads().enableSingleRequest();\n                googletag.enableServices();\n\n            });\n            var flag = false;\n                                if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickTopRight')) {\n                    flag = true;\n                    googletag.cmd.push(function() {\n                        googletag.display('div-gpt-ad-1419289668959-0');\n                    });\n                    $('#googleDoubleClickTopRight').prepend($('<img>',{id:'theImg_1', src:'http://ad.doubleclick.net/ad/N5811.1918146PIXABLE/B8342502.114481137;sz=1x1;ord=142028560596?', border: 0, width: 1, height: 1, alt: 'Advertisement'}));\n                }\n                                if (!flag && !(utils.isOneColumnDesign() && 'googleDoubleClickTopRight' == 'googleDoubleClickBelowArticles')) {\n                    flag = true;\n                    googletag.cmd.push(function() {\n                        googletag.display('div-gpt-ad-1419961171538-0');\n                    });\n                    $('#googleDoubleClickBelowArticles').prepend($('<img>',{id:'theImg_2', src:'http://ad.doubleclick.net/ad/N5811.1918146PIXABLE/B8342502.114482816;sz=1x1;ord=142028560524?', border: 0, width: 1, height: 1, alt: 'Advertisement'}));\n                }\n                        }\n\n            // <![CDATA[\n            var resizeTimer;\n            function resizer() {\n                googletag.pubads().refresh([window.LeaderSlot_1,window.LeaderSlot_2]);\n            }\n            window.addEventListener(\"resize\", function(){\n                clearTimeout(resizeTimer);\n                resizeTimer = setTimeout(resizer, 250);\n            });\n            // ]]&gt;\n        </script>\n                <!-- End Google DoubleClick Tag -->\n            <!-- Heatmap crezyegg tag -->\n        <script type=\"text/javascript\">\n            setTimeout(function () {\n                var a = document.createElement(\"script\");\n                var b = document.getElementsByTagName(\"script\")[0];\n                a.src = document.location.protocol + \"//dnn506yrbagrg.cloudfront.net/pages/scripts/0024/1789.js?\" + Math.floor(new Date().getTime() / 3600000);\n                a.async = true; a.type = \"text/javascript\"; b.parentNode.insertBefore(a, b)\n            }, 1);\n        </script>\n        <!-- End Heatmap crezyegg tag -->\n    \n        <!-- Rendered in: 0.24258494377136-->    <script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"299ce5fcb3\",\"applicationID\":\"3846410\",\"transactionName\":\"MlRTN0pWXEEAUUZZDQsechZLQ11fTkJbSAMHXVRMWUVGWwJeVw==\",\"queueTime\":0,\"applicationTime\":244,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"HhNQQQJMT08=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/pixelmonkey.org1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\r\n<head profile=\"http://gmpg.org/xfn/11\">\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<meta name=\"google-site-verification\" content=\"iWWm3YApVG3nDL_s6IIc8oxQOFvXFEAHb-fLHAzuTx0\" />\r\n\r\n<title>  &raquo; Going mobile in 1998</title>\r\n\r\n<meta name=\"generator\" content=\"WordPress 3.9.1\" /> <!-- leave this for stats -->\r\n\r\n<link rel=\"stylesheet\" href=\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/style.css\" type=\"text/css\" media=\"screen\" />\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"http://www.pixelmonkey.org/feed\" />\r\n<link rel=\"alternate\" type=\"text/xml\" title=\"RSS .92\" href=\"http://www.pixelmonkey.org/feed/rss\" />\r\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom 0.3\" href=\"http://www.pixelmonkey.org/feed/atom\" />\r\n<link rel=\"pingback\" href=\"http://www.pixelmonkey.org/wordpress/xmlrpc.php\" />\r\n<link rel=\"shortcut icon\" type=\"image/ico\" href=\"/favicon.ico\" />\r\n\r\n<style type=\"text/css\" media=\"screen\">\r\n/*\tTo accomodate differing install paths of WordPress, images are referred only here,\r\n\tand not in the wp-layout.css file. If you prefer to use only CSS for colors and what\r\n\tnot, then go right ahead and delete the following lines, and the image files. */\r\n\t\t\r\n\tbody { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickbgcolor.jpg\"); }\t\r\n\t#page { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickbgwide.jpg\") repeat-y top; border: none; } \r\n\t#header { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickheader.jpg\") no-repeat bottom center; }\r\n\t#horse { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/horse_fire_motion.jpg\") no-repeat bottom center; }\r\n\t#footer { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickfooter.jpg\") no-repeat bottom; border: none;}\r\n\r\n/*\tBecause the template is slightly different, size-wise, with images, this needs to be set here\r\n\tIf you don't want to use the template's images, you can also delete the following two lines. */\r\n\t\t\r\n\t#header \t{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 207px; width: 758px; }\r\n\t#headerimg \t{ margin: 7px 9px 0; height: 211px; width: 760px; } \r\n\r\n/* \tTo ease the insertion of a personal header image, I have done it in such a way,\r\n\tthat you simply drop in an image called 'personalheader.jpg' into your /images/\r\n\tdirectory. Dimensions should be at least 760px x 200px. Anything above that will\r\n\tget cropped off of the image. */\r\n\t/*\r\n\t#headerimg { background: url('http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/personalheader.jpg') no-repeat top;}\r\n\t*/\r\n</style>\r\n\r\n\t<link rel='archives' title='December 2014' href='http://www.pixelmonkey.org/2014/12' />\n\t<link rel='archives' title='November 2014' href='http://www.pixelmonkey.org/2014/11' />\n\t<link rel='archives' title='August 2014' href='http://www.pixelmonkey.org/2014/08' />\n\t<link rel='archives' title='July 2014' href='http://www.pixelmonkey.org/2014/07' />\n\t<link rel='archives' title='June 2014' href='http://www.pixelmonkey.org/2014/06' />\n\t<link rel='archives' title='May 2014' href='http://www.pixelmonkey.org/2014/05' />\n\t<link rel='archives' title='December 2013' href='http://www.pixelmonkey.org/2013/12' />\n\t<link rel='archives' title='October 2013' href='http://www.pixelmonkey.org/2013/10' />\n\t<link rel='archives' title='September 2013' href='http://www.pixelmonkey.org/2013/09' />\n\t<link rel='archives' title='July 2013' href='http://www.pixelmonkey.org/2013/07' />\n\t<link rel='archives' title='May 2013' href='http://www.pixelmonkey.org/2013/05' />\n\t<link rel='archives' title='April 2013' href='http://www.pixelmonkey.org/2013/04' />\n\t<link rel='archives' title='March 2013' href='http://www.pixelmonkey.org/2013/03' />\n\t<link rel='archives' title='February 2013' href='http://www.pixelmonkey.org/2013/02' />\n\t<link rel='archives' title='December 2012' href='http://www.pixelmonkey.org/2012/12' />\n\t<link rel='archives' title='November 2012' href='http://www.pixelmonkey.org/2012/11' />\n\t<link rel='archives' title='October 2012' href='http://www.pixelmonkey.org/2012/10' />\n\t<link rel='archives' title='September 2012' href='http://www.pixelmonkey.org/2012/09' />\n\t<link rel='archives' title='August 2012' href='http://www.pixelmonkey.org/2012/08' />\n\t<link rel='archives' title='July 2012' href='http://www.pixelmonkey.org/2012/07' />\n\t<link rel='archives' title='June 2012' href='http://www.pixelmonkey.org/2012/06' />\n\t<link rel='archives' title='May 2012' href='http://www.pixelmonkey.org/2012/05' />\n\t<link rel='archives' title='April 2012' href='http://www.pixelmonkey.org/2012/04' />\n\t<link rel='archives' title='March 2012' href='http://www.pixelmonkey.org/2012/03' />\n\t<link rel='archives' title='February 2012' href='http://www.pixelmonkey.org/2012/02' />\n\t<link rel='archives' title='December 2011' href='http://www.pixelmonkey.org/2011/12' />\n\t<link rel='archives' title='November 2011' href='http://www.pixelmonkey.org/2011/11' />\n\t<link rel='archives' title='October 2011' href='http://www.pixelmonkey.org/2011/10' />\n\t<link rel='archives' title='September 2011' href='http://www.pixelmonkey.org/2011/09' />\n\t<link rel='archives' title='August 2011' href='http://www.pixelmonkey.org/2011/08' />\n\t<link rel='archives' title='April 2011' href='http://www.pixelmonkey.org/2011/04' />\n\t<link rel='archives' title='March 2011' href='http://www.pixelmonkey.org/2011/03' />\n\t<link rel='archives' title='December 2010' href='http://www.pixelmonkey.org/2010/12' />\n\t<link rel='archives' title='November 2010' href='http://www.pixelmonkey.org/2010/11' />\n\t<link rel='archives' title='October 2010' href='http://www.pixelmonkey.org/2010/10' />\n\t<link rel='archives' title='April 2010' href='http://www.pixelmonkey.org/2010/04' />\n\t<link rel='archives' title='February 2010' href='http://www.pixelmonkey.org/2010/02' />\n\t<link rel='archives' title='January 2010' href='http://www.pixelmonkey.org/2010/01' />\n\t<link rel='archives' title='December 2009' href='http://www.pixelmonkey.org/2009/12' />\n\t<link rel='archives' title='November 2009' href='http://www.pixelmonkey.org/2009/11' />\n\t<link rel='archives' title='October 2009' href='http://www.pixelmonkey.org/2009/10' />\n\t<link rel='archives' title='September 2009' href='http://www.pixelmonkey.org/2009/09' />\n\t<link rel='archives' title='August 2009' href='http://www.pixelmonkey.org/2009/08' />\n\t<link rel='archives' title='July 2009' href='http://www.pixelmonkey.org/2009/07' />\n\t<link rel='archives' title='June 2009' href='http://www.pixelmonkey.org/2009/06' />\n\t<link rel='archives' title='April 2009' href='http://www.pixelmonkey.org/2009/04' />\n\t<link rel='archives' title='February 2009' href='http://www.pixelmonkey.org/2009/02' />\n\t<link rel='archives' title='August 2008' href='http://www.pixelmonkey.org/2008/08' />\n\t<link rel='archives' title='March 2008' href='http://www.pixelmonkey.org/2008/03' />\n\t<link rel='archives' title='January 2008' href='http://www.pixelmonkey.org/2008/01' />\n\t<link rel='archives' title='December 2007' href='http://www.pixelmonkey.org/2007/12' />\n\t<link rel='archives' title='October 2007' href='http://www.pixelmonkey.org/2007/10' />\n\t<link rel='archives' title='September 2007' href='http://www.pixelmonkey.org/2007/09' />\n\t<link rel='archives' title='August 2007' href='http://www.pixelmonkey.org/2007/08' />\n\t<link rel='archives' title='July 2007' href='http://www.pixelmonkey.org/2007/07' />\n\t<link rel='archives' title='May 2007' href='http://www.pixelmonkey.org/2007/05' />\n\t<link rel='archives' title='March 2007' href='http://www.pixelmonkey.org/2007/03' />\n\t<link rel='archives' title='February 2007' href='http://www.pixelmonkey.org/2007/02' />\n\t<link rel='archives' title='January 2007' href='http://www.pixelmonkey.org/2007/01' />\n\t<link rel='archives' title='December 2006' href='http://www.pixelmonkey.org/2006/12' />\n\t<link rel='archives' title='November 2006' href='http://www.pixelmonkey.org/2006/11' />\n\t<link rel='archives' title='September 2006' href='http://www.pixelmonkey.org/2006/09' />\n\t<link rel='archives' title='July 2006' href='http://www.pixelmonkey.org/2006/07' />\n\t<link rel='archives' title='June 2006' href='http://www.pixelmonkey.org/2006/06' />\n\t<link rel='archives' title='May 2006' href='http://www.pixelmonkey.org/2006/05' />\n\t<link rel='archives' title='April 2006' href='http://www.pixelmonkey.org/2006/04' />\n\t<link rel='archives' title='March 2006' href='http://www.pixelmonkey.org/2006/03' />\n\t<link rel='archives' title='February 2006' href='http://www.pixelmonkey.org/2006/02' />\n\t<link rel='archives' title='January 2006' href='http://www.pixelmonkey.org/2006/01' />\n\t<link rel='archives' title='December 2005' href='http://www.pixelmonkey.org/2005/12' />\n\t<link rel='archives' title='November 2005' href='http://www.pixelmonkey.org/2005/11' />\n\t<link rel='archives' title='October 2005' href='http://www.pixelmonkey.org/2005/10' />\n\t<link rel='archives' title='September 2005' href='http://www.pixelmonkey.org/2005/09' />\n\t<link rel='archives' title='August 2005' href='http://www.pixelmonkey.org/2005/08' />\n\t<link rel='archives' title='July 2005' href='http://www.pixelmonkey.org/2005/07' />\n\t<link rel='archives' title='February 2005' href='http://www.pixelmonkey.org/2005/02' />\n\t<link rel='archives' title='January 2005' href='http://www.pixelmonkey.org/2005/01' />\n\t<link rel='archives' title='December 2004' href='http://www.pixelmonkey.org/2004/12' />\n\t<link rel='archives' title='November 2004' href='http://www.pixelmonkey.org/2004/11' />\n\t<link rel='archives' title='October 2004' href='http://www.pixelmonkey.org/2004/10' />\n\t<link rel='archives' title='September 2004' href='http://www.pixelmonkey.org/2004/09' />\n\t<link rel='archives' title='July 2004' href='http://www.pixelmonkey.org/2004/07' />\n\t<link rel='archives' title='June 2004' href='http://www.pixelmonkey.org/2004/06' />\n\t<link rel='archives' title='May 2004' href='http://www.pixelmonkey.org/2004/05' />\n\r\n<!-- HEAD -->\r\n\n            <script type=\"text/javascript\">//<![CDATA[\n            // Google Analytics for WordPress by Yoast v4.3.5 | http://yoast.com/wordpress/google-analytics/\n            var _gaq = _gaq || [];\n            _gaq.push(['_setAccount', 'UA-19296962-1']);\n\t\t\t\t            _gaq.push(['_setCustomVar',3,'year','2012',3],['_setCustomVar',4,'categories','personal technology',3],['_trackPageview']);\n            (function () {\n                var ga = document.createElement('script');\n                ga.type = 'text/javascript';\n                ga.async = true;\n                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\n                var s = document.getElementsByTagName('script')[0];\n                s.parentNode.insertBefore(ga, s);\n            })();\n            //]]></script>\n\t\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pixelmonkey.org - Andrew Montalenti&#039;s blog &raquo; Going mobile in 1998 Comments Feed\" href=\"http://www.pixelmonkey.org/2012/12/30/mobile-in-1998/feed\" />\n<link rel='stylesheet' id='jetpack-subscriptions-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css?ver=3.9.1' type='text/css' media='all' />\n<link rel='stylesheet' id='wp-syntax-css-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/wp-syntax/css/wp-syntax.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='jetpack-widgets-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003' type='text/css' media='all' />\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.pixelmonkey.org/wordpress/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.pixelmonkey.org/wordpress/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Questioning the Canon' href='http://www.pixelmonkey.org/2012/12/29/questioning-the-canon' />\n<link rel='next' title='Solidify your Python web skills in two days at PyCon US 2013' href='http://www.pixelmonkey.org/2013/02/08/pycon-web' />\n<meta name=\"generator\" content=\"WordPress 3.9.1\" />\n<link rel='canonical' href='http://www.pixelmonkey.org/2012/12/30/mobile-in-1998' />\n<link rel='shortlink' href='http://wp.me/p4GHxc-m0' />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Going mobile in 1998\",\"link\":\"http:\\/\\/www.pixelmonkey.org\\/2012\\/12\\/30\\/mobile-in-1998\",\"image_url\":\"\",\"type\":\"post\",\"post_id\":\"1364\",\"pub_date\":\"2012-12-30T20:00:06Z\",\"section\":\"Personal\",\"author\":\"pixelmonkey\",\"tags\":[]}' />\n\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Going mobile in 1998\" />\n<meta property=\"og:url\" content=\"http://www.pixelmonkey.org/2012/12/30/mobile-in-1998\" />\n<meta property=\"og:description\" content=\"My first mobile device was a Palm V. I understood the power of mobile really early. I was 15 in 1999, when the Palm V was released. I first came across the Palm devices in 1998, when the Palm III c...\" />\n<meta property=\"article:published_time\" content=\"2012-12-30T20:00:06+00:00\" />\n<meta property=\"article:modified_time\" content=\"2012-12-30T20:00:16+00:00\" />\n<meta property=\"article:author\" content=\"http://www.pixelmonkey.org/author/pixelmonkey\" />\n<meta property=\"og:site_name\" content=\"pixelmonkey.org - Andrew Montalenti&#039;s blog\" />\n<meta property=\"og:image\" content=\"http://www.pixelmonkey.org/wordpress/wp-content/uploads/2012/12/palm_v_snapshot.png\" />\n<meta property=\"og:image\" content=\"http://www.pixelmonkey.org/wordpress/wp-content/uploads/2012/12/20122349_fa9b7f73f2_o.jpg\" />\n<meta name=\"twitter:site\" content=\"@jetpack\" />\n<meta name=\"twitter:image\" content=\"http://www.pixelmonkey.org/wordpress/wp-content/uploads/2012/12/20122349_fa9b7f73f2_o.jpg?w=240\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n</head>\r\n<body>\r\n\r\n<div id=\"page\">\r\n\r\n<div id=\"header\">\r\n    <div class=\"navlinks\">\r\n    <a href=\"/\">home</a>&nbsp;&nbsp;&nbsp;<a href=\"/gallery/\">photos</a>&nbsp;&nbsp;&nbsp;<a href=\"/about/\">about me</a>&nbsp;&nbsp;&nbsp;<a href=\"/contact/\">contact</a>\r\n    </div>\r\n\t<a href=\"/\"><span class=\"home_link\">&nbsp;</span></a>\r\n\t<!--\r\n\t<div id=\"headerimg\">\r\n\t\t<a href=\"/\"><span class=\"home_link\" /></a>\r\n\t</div>\r\n\t-->\r\n\t<!--\r\n\t<div id=\"headerimg\">\r\n\t\t<h1><a href=\"http://www.pixelmonkey.org\">pixelmonkey.org &#8211; Andrew Montalenti&#039;s blog</a></h1>\r\n\t\t<div class=\"description\">Andrew Montalenti&#039;s Blog</div>\r\n\t</div>\r\n\t-->\r\n</div>\r\n\r\n<!--<hr />-->\r\n\r\n\t<div id=\"content\" class=\"widecolumn\">\r\n\t\t\t\t\r\n  \t\r\n\t\t<div class=\"navigation\" style=\"font-size: 9px; margin-bottom: 15px;\">\r\n\t\t\t<div class=\"alignleft\">&laquo; <a href=\"http://www.pixelmonkey.org/2012/12/29/questioning-the-canon\" rel=\"prev\">Questioning the Canon</a></div>\r\n\t\t\t<div class=\"alignright\"><a href=\"http://www.pixelmonkey.org/2013/02/08/pycon-web\" rel=\"next\">Solidify your Python web skills in two days at PyCon US 2013</a> &raquo;</div>\r\n                        <div style=\"clear: both\"></div>\r\n\t\t</div>\r\n\t\t<div class=\"post\" id=\"post-1364\">\r\n\t\t\t<h2><a href=\"http://www.pixelmonkey.org/2012/12/30/mobile-in-1998\" rel=\"bookmark\" title=\"Permanent Link: Going mobile in 1998\">Going mobile in 1998</a></h2>\r\n\t\r\n\t\t\t<div class=\"entry\">\r\n\t\t\t\t<p>My first mobile device was a <a href=\"http://en.wikipedia.org/wiki/Palm_V\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org/wiki/Palm_V']);\">Palm V</a>. I understood the power of mobile really early. I was 15 in 1999, when the Palm V was released. I first came across the Palm devices in 1998, when the <a href=\"http://en.wikipedia.org/wiki/Palm_III\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org/wiki/Palm_III']);\">Palm III</a> came onto the scene. I never owned one, but played with the one my Dad owned, but barely used.</p>\n<p>This device was comically under-powered in retrospect. It had 2 megabytes of RAM, which had to be used as not only the working memory of the device, but also the storage. It had a 16 Hz processor, a 4-greyscale screen, and a stylus-driven interface.</p>\n<p>The Palm V was an amazing device. In lieu of the plastic of the Palm III, it had a finished anodized aluminum finish, very similar to the kinds of sleek devices we would only begin to regularly see in the last couple of years. It was nearly half the weight of its predecessor, and as thin as the stylus you used to control it. It had a surprisingly well-designed docking station (imagine this: since USB hadn&#8217;t yet been developed, it had to sync over the <a href=\"http://en.wikipedia.org/wiki/Serial_port\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org/wiki/Serial_port']);\">low-bandwidth Serial Port</a> available on PCs at the time).</p>\n<p><span id=\"more-1364\"></span></p>\n<div align=\"center\">\n<div id=\"attachment_1365\" style=\"width: 487px\" class=\"wp-caption aligncenter\"><img src=\"http://www.pixelmonkey.org/wordpress/wp-content/uploads/2012/12/20122349_fa9b7f73f2_o.jpg\" alt=\"Palm V vs predecessor\" width=\"477\" height=\"235\" class=\"size-full wp-image-1365\" /><p class=\"wp-caption-text\">Palm V vs predecessor</p></div>\n</div>\n<p>I came across a time capsule of my Palm V usage. Since I was a web designer at this time, but since it was a &#8220;pre-web&#8221; era, I often put together little static HTML websites to demonstrate features and ideas to my friends. I did one of these for my Palm V.</p>\n<div align=\"center\">\n<img src=\"http://www.pixelmonkey.org/wordpress/wp-content/uploads/2012/12/palm_v_snapshot.png\" alt=\"palm_v_snapshot\" width=\"454\" height=\"778\" class=\"aligncenter size-full wp-image-1368\" />\n</div>\n<p><strong>A Mobile Device of Pure Utility</strong></p>\n<p>In a world without cell data plans, wifi networks, &amp; laptop computers, my Palm V provided much of the same utility that is now spread across these various pieces of everyday technology infrastructure, but in a single device. I kept a unified to do list of my life, and a specialized task manager specifically for coursework and classes. In it, I tracked not just homework assignments and due dates grouped by class, but also my grades &#8212; so that I could prioritize work to optimize my grades.</p>\n<p>I think I only got my first cell phone a couple of years later &#8212; and they were nowhere near ubiquitous yet, so my contact manager was actually being used to store landline phone numbers and addresses of my friends &#8212; and likely, of local take-out / delivery restaurants.</p>\n<p><strong>What was AvantGo?</strong></p>\n<p>I sometimes tell my friends that despite the lack of infrastructure in school for it, I was indeed a &#8220;child of the Internet&#8221;. This was mostly thanks to AvantGo.</p>\n<p>When I was at home on my personal computer, I was already an avid web content reader from early pioneers like Salon.com, CNET, Wired, and BBC. But I couldn&#8217;t easily read their content at school. AvantGo was an early, popular service for Palm devices that let you download and sync &#8220;content channels&#8221;. Of course, this is way before RSS/Atom. Channels were really mobile-optimized static HTML websites that each provider would put out daily with a snapshot of their latest content. In the screenshot above, you can see me reading an article from Salon.com dated March 30, 2002.</p>\n<p>In addition to officially supported channels that were put out by major publishers, you could also download and sync arbitrary web content. This was essentially an early version of <a href=\"http://readability.com\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://readability.com']);\">Readability</a> / <a href=\"http://instapaper.com\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://instapaper.com']);\">Instapaper</a> &#8212; in some ways, much clunkier, in other ways, more complete. The software would go to the website and try to mobile-optimize a site (stripping it down to basic HTML), while also crawling the relative links. For example, at the time I was very interested in participating in the Debian open source project, so I had AvantGo sync the <a href=\"http://www.debian.org/doc/debian-policy/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.debian.org/doc/debian-policy/']);\">Debian Policy Manual</a>, which contained hundreds of HTML pages full of reference information.</p>\n<p>So, yes &#8212; when I was bored in Spanish or Math class, I&#8217;d pull up a political article from Salon.com, a tech piece about the 2000 tech bubble forming in Silicon Valley from Wired, or read over open source software development guidelines. I was a child of the Internet, and the Palm V kept me tethered in a pre-mobile world.</p>\n<p>What makes AvantGo so interesting, upon reflection, is that despite everything against it &#8212; under-powered mobile devices, no ubiquitous wireless Internet access, and a less standardized world-wide-web, it still satisfied a use case that has yet to be satisfied today. Namely, it provided a way for me to curate the &#8220;best sources of content&#8221; I found on the web, and sync and download all their content to provide a personalized, offline library of content. Instead, we have nothing but fragmentation today &#8212; individual native apps for each news publisher, RSS readers like Newsblur providing a way to get the latest updates from a group of them, and mobile web browsers for everything else.</p>\n<blockquote><p>Many in the industry see AvantGo as the first to attempt [a shift to mobile]. AvantGo&#8217;s software pulls content from a user-defined list of sites and loads the content into the PalmPilot&#8217;s synchronization queue on a desktop computer. When the PalmPilot is synchronized with the desktop machine using 3Com&#8217;s own synchronization software, the desired content is also uploaded to the Pilot &#8212; giving users a fresh stash of data to dig through offline.<br />\n- from <a href=\"http://www.wired.com/science/discoveries/news/1998/09/14764\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.wired.com/science/discoveries/news/1998/09/14764']);\">&#8220;The Next Browser War?&#8221;</a>, Wired, 1999\n</p></blockquote>\n<p><strong>Smartphones</strong></p>\n<p>Obviously, devices running iOS and Android are finally starting to make ubiquitous computing a reality, and are providing less clunky ways to access web content.</p>\n<p>But I think it&#8217;s worth reflecting on what my Palm V had going for it nearly a decade ago that has yet to arrive in this new era.</p>\n<ul>\n<li><strong>Vindigo</strong>: When I was a student at NYU, I had instant access to all the restaurants in New York, complete with editorial reviews, walking directions, and sometimes, menu previews. I also had a list of restaurants I had visited with notes about dishes I had ordered. This, despite my Palm V having no data connectivity, no built-in GPS, and extremely limited storage capacity. Yes, today we have tools like Yelp and Urbanspoon, but these tools are actually comparably slow and impersonal. I think there is an opportunity to win this market with speed &#8212; create an offline-synced, indexed, full restaurant database stored on the user&#8217;s phone, along with a personalized cache of restaurants that user has visited.</li>\n<li><strong>4.0 Student</strong>: There is certainly no shortage of todo list applications out there, but I have been surprised to not see a rewrite of 4.0 Student for iOS and Android. The specific functions that a task manager needs to be optimized for students: grouping of tasks by course, quick entry of due dates, ability to enter in grades for tests and assignments, and ability to estimate a current GPA in the class. This allows a student to smartly prioritize his or her coursework by those classes that most need attention. A well-designed app probably has little need for web syncing, since it could be operated entirely from the mobile device.</li>\n<li><strong>AvantGo</strong>: I do think RSS/Atom and the modern news readers are an important innovation for online content. But some content doesn&#8217;t fit into the RSS/Atom spec &#8212; think Wikipedia, HTML e-books, etc. Mobile devices have plenty of space for this, and these days, they even have the compute power to do the crawling / caching themselves (without the need for a sync via desktop). There are probably a ton of interesting use cases here &#8212; think about doctors/nurses who might want an offline cache of all of Wikipedia&#8217;s medical topics; a conference attendee who might want an offline sync of the conference agenda / schedule; or a military soldier who might want to sync the Army Field Manual.</li>\n</ul>\n<p>A great example of online/offline mastery that I witnessed in a mobile application is Spotify&#8217;s support for bringing an entire music playlist offline. Offers the best of both worlds.</p>\n<p>We&#8217;re certainly living in an age of ubiquitous, wireless Internet access, whether via cell towers or wifi. But that doesn&#8217;t mean that the smartest applications are those that exclusively rely on data access being present. In fact, making your application rely on data access will almost certainly make it slower than it could be.</p>\n<p>Due to our obsession with connectivity, I think many developers are forgetting about use cases where the mobile device is meant to be a smart accessory to our lives, rather than a portal to the web. These are no longer &#8220;thin clients&#8221; &#8212; instead, we should think of them as powerful handheld computers. Recent iPhone and Android devices feature dual-core processors at speed above 1Ghz and 1GB of RAM. In 1998, typical desktop computers were slower than this (e.g. a single-core P3 600 Mhz w/ 128MB of RAM and 10GB of disk storage).</p>\n<p>Yes, we&#8217;ve put the power of a desktop computer into the palm of a user&#8217;s hand. But, are we really tapping this opportunity?</p>\n\t\r\n\t\t\t\t\t\r\n\t\t\t\t<p class=\"postmetadata alt\">\r\n                    <small style=\"display: block; margin-bottom: 10px; font-size: 14px;\"><strong>Andrew Montalenti</strong> (aka pixelmonkey, amontalenti) is the co-founder and CTO of <a href=\"http://parse.ly\">Parse.ly</a>, which provides data insights to the web's best publishers. You can follow him on <a href=\"http://twitter.com/amontalenti\">Twitter</a> or <a href=\"http://linkedin.com/in/andrewmontalenti\">LinkedIn</a>. If you liked this post, you should <a href=\"http://mad.ly/signups/61030/join\">subscribe to his free e-mail newsletter, <strong>Fire and Motion</strong></a>, which discusses technology startups and business from the trenches.</li>\r\n</small>\r\n\r\n\t\t\t\t\t<small>\r\n\t\t\t\t\t\tThis entry was posted\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\ton Sunday, December 30th, 2012 at 3:00 pm\t\t\t\t\t\tand is filed under <a href=\"http://www.pixelmonkey.org/category/personal\" title=\"View all posts in Personal\" rel=\"category tag\">Personal</a>, <a href=\"http://www.pixelmonkey.org/category/technology\" title=\"View all posts in Technology\" rel=\"category tag\">Technology</a>.\r\n\t\t\t\t\t\tYou can follow any responses to this entry through the <a href='http://www.pixelmonkey.org/2012/12/30/mobile-in-1998/feed'>RSS 2.0</a> feed. \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tYou can <a href=\"#respond\">leave a response</a>, or <a href=\"http://www.pixelmonkey.org/2012/12/30/mobile-in-1998/trackback\" rel=\"trackback\">trackback</a> from your own site.\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t</small>\r\n\t\t\t\t</p>\r\n\t\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"navigation\" style=\"font-size: 9px; margin-bottom: 15px;\">\r\n\t\t\t<h2>More from this author...</h2>\r\n\t\t\t<div class=\"alignleft\">&laquo; <a href=\"http://www.pixelmonkey.org/2012/12/29/questioning-the-canon\" rel=\"prev\">Questioning the Canon</a></div>\r\n\t\t\t<div class=\"alignright\"><a href=\"http://www.pixelmonkey.org/2013/02/08/pycon-web\" rel=\"next\">Solidify your Python web skills in two days at PyCon US 2013</a> &raquo;</div>\r\n                        <div style=\"clear: both\"></div>\r\n\t\t</div>\r\n\t\t\r\n\t\n<!-- You can start editing here. -->\n\n\t<h3 id=\"comments\">One Response to &#8220;Going mobile in 1998&#8221;</h3> \n\n\t<ol class=\"commentlist\">\n\n\t\t\t<li class=\"alt\" id=\"comment-299292\" >\n\t\t\t<cite><a href=\"http://arqspin.com\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-commentauthor','http://arqspin.com']);\"  rel='external nofollow' class='url'>Michael Holroyd</a></cite> Says:\n\t\t\t\t\t\t<br />\n\n\t\t\t<small class=\"commentmetadata\"><a href=\"#comment-299292\" title=\"\">January 7th, 2013 at 10:09 am</a> </small>\n\n\t\t\t<p>Brings back memories &#8212; my first mobile device was a Palm VII back in 1999. Kept it in one pocket and the slick fold-out keyboard in the other. Fellow students were very confused to see that busted out to write e-mails! It&#8217;s fascinating to reflect on how much that device had in common with the new wave of tablet and smartphones.</p>\n\n\t\t</li>\n\n\t\n\t\n\t</ol>\n\n \n\n\n<h3 id=\"respond\">Leave a Reply</h3>\n\n\n<form action=\"http://www.pixelmonkey.org/wordpress/wp-comments-post.php\" method=\"post\" id=\"commentform\">\n\n\n<p><input type=\"text\" name=\"author\" id=\"author\" value=\"\" size=\"22\" tabindex=\"1\" />\n<label for=\"author\"><small>Name (required)</small></label></p>\n\n<p><input type=\"text\" name=\"email\" id=\"email\" value=\"\" size=\"22\" tabindex=\"2\" />\n<label for=\"email\"><small>Mail (will not be published) (required)</small></label></p>\n\n<p><input type=\"text\" name=\"url\" id=\"url\" value=\"\" size=\"22\" tabindex=\"3\" />\n<label for=\"url\"><small>Website</small></label></p>\n\n\n<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->\n\n<p><textarea name=\"comment\" id=\"comment\" cols=\"100%\" rows=\"10\" tabindex=\"4\"></textarea></p>\n\n<p><input name=\"submit\" type=\"submit\" id=\"submit\" tabindex=\"5\" value=\"Submit Comment\" />\n<input type=\"hidden\" name=\"comment_post_ID\" value=\"1364\" />\n</p>\n<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"0772d1dded\" /></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_comments\" id=\"subscribe_comments\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-label\" for=\"subscribe_comments\">Notify me of follow-up comments by email.</label></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_blog\" id=\"subscribe_blog\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-blog-label\" for=\"subscribe_blog\">Notify me of new posts by email.</label></p><script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-content/plugins/akismet/_inc/form.js?ver=3.0.0'></script>\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"161\"/></p>\n</form>\n\n\n\t\r\n\t\t\r\n\t</div>\r\n\r\n<hr />\r\n<div id=\"footer\">\r\n\t<p>\r\n                This website publishes the personal writings of Andrew Montalenti, and is proudly powered by \r\n\t\t<a href=\"http://wordpress.org\">WordPress</a>\r\n\t\t<br /><a href=\"feed:http://www.pixelmonkey.org/feed\">Entries (RSS)</a>\r\n\t\tand <a href=\"feed:http://www.pixelmonkey.org/comments/feed\">Comments (RSS)</a>.\r\n\t\t<!-- 1 queries. 0.564 seconds. -->\r\n\t</p>\r\n</div>\r\n</div>\r\n\r\n<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->\r\n\r\n\r\n\t\t\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"pixelmonkey.org\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=2015Janaa'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.9.1'></script>\n\n\t<script src=\"http://stats.wordpress.com/e-201501.js\" type=\"text/javascript\"></script>\n\t<script type=\"text/javascript\">\n\tst_go({v:'ext',j:'1:3.0.1',blog:'69282470',post:'1364',tz:'-5'});\n\tvar load_cmc = function(){linktracker_init(69282470,1364,2);};\n\tif ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);\n\telse load_cmc();\n\t</script>\r\n</body>\r\n</html>\r\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nDatabase Caching 10/11 queries in 0.010 seconds using memcached\r\nObject Caching 936/954 objects using memcached\r\n\r\n Served from: pixelmonkey.org @ 2015-01-03 06:02:42 by W3 Total Cache -->\r\n\r\n<!-- W3 Total Cache: Page cache debug info:\r\nEngine:             memcached\r\nCache key:          676b7187baf554ce22c7dac6841e3076\r\nCaching:            enabled\r\nStatus:             cached\r\nCreation Time:      0.001s\r\nHeader info:\r\nX-Powered-By:        PHP/5.3.10-1ubuntu3.15\r\nX-Pingback:           http://www.pixelmonkey.org/wordpress/xmlrpc.php\r\nContent-Type:         text/html; charset=UTF-8\r\n-->"
  },
  {
    "path": "tests/data/html/pixelmonkey.org2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\r\n<head profile=\"http://gmpg.org/xfn/11\">\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<meta name=\"google-site-verification\" content=\"iWWm3YApVG3nDL_s6IIc8oxQOFvXFEAHb-fLHAzuTx0\" />\r\n\r\n<title>  &raquo; Parse.ly Press Coverage &#8211; August 2013</title>\r\n\r\n<meta name=\"generator\" content=\"WordPress 3.9.1\" /> <!-- leave this for stats -->\r\n\r\n<link rel=\"stylesheet\" href=\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/style.css\" type=\"text/css\" media=\"screen\" />\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"http://www.pixelmonkey.org/feed\" />\r\n<link rel=\"alternate\" type=\"text/xml\" title=\"RSS .92\" href=\"http://www.pixelmonkey.org/feed/rss\" />\r\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom 0.3\" href=\"http://www.pixelmonkey.org/feed/atom\" />\r\n<link rel=\"pingback\" href=\"http://www.pixelmonkey.org/wordpress/xmlrpc.php\" />\r\n<link rel=\"shortcut icon\" type=\"image/ico\" href=\"/favicon.ico\" />\r\n\r\n<style type=\"text/css\" media=\"screen\">\r\n/*\tTo accomodate differing install paths of WordPress, images are referred only here,\r\n\tand not in the wp-layout.css file. If you prefer to use only CSS for colors and what\r\n\tnot, then go right ahead and delete the following lines, and the image files. */\r\n\t\t\r\n\tbody { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickbgcolor.jpg\"); }\t\r\n\t#page { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickbgwide.jpg\") repeat-y top; border: none; } \r\n\t#header { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickheader.jpg\") no-repeat bottom center; }\r\n\t#horse { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/horse_fire_motion.jpg\") no-repeat bottom center; }\r\n\t#footer { background: url(\"http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/kubrickfooter.jpg\") no-repeat bottom; border: none;}\r\n\r\n/*\tBecause the template is slightly different, size-wise, with images, this needs to be set here\r\n\tIf you don't want to use the template's images, you can also delete the following two lines. */\r\n\t\t\r\n\t#header \t{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 207px; width: 758px; }\r\n\t#headerimg \t{ margin: 7px 9px 0; height: 211px; width: 760px; } \r\n\r\n/* \tTo ease the insertion of a personal header image, I have done it in such a way,\r\n\tthat you simply drop in an image called 'personalheader.jpg' into your /images/\r\n\tdirectory. Dimensions should be at least 760px x 200px. Anything above that will\r\n\tget cropped off of the image. */\r\n\t/*\r\n\t#headerimg { background: url('http://www.pixelmonkey.org/wordpress/wp-content/themes/alter-or-abolish/images/personalheader.jpg') no-repeat top;}\r\n\t*/\r\n</style>\r\n\r\n\t<link rel='archives' title='December 2014' href='http://www.pixelmonkey.org/2014/12' />\n\t<link rel='archives' title='November 2014' href='http://www.pixelmonkey.org/2014/11' />\n\t<link rel='archives' title='August 2014' href='http://www.pixelmonkey.org/2014/08' />\n\t<link rel='archives' title='July 2014' href='http://www.pixelmonkey.org/2014/07' />\n\t<link rel='archives' title='June 2014' href='http://www.pixelmonkey.org/2014/06' />\n\t<link rel='archives' title='May 2014' href='http://www.pixelmonkey.org/2014/05' />\n\t<link rel='archives' title='December 2013' href='http://www.pixelmonkey.org/2013/12' />\n\t<link rel='archives' title='October 2013' href='http://www.pixelmonkey.org/2013/10' />\n\t<link rel='archives' title='September 2013' href='http://www.pixelmonkey.org/2013/09' />\n\t<link rel='archives' title='July 2013' href='http://www.pixelmonkey.org/2013/07' />\n\t<link rel='archives' title='May 2013' href='http://www.pixelmonkey.org/2013/05' />\n\t<link rel='archives' title='April 2013' href='http://www.pixelmonkey.org/2013/04' />\n\t<link rel='archives' title='March 2013' href='http://www.pixelmonkey.org/2013/03' />\n\t<link rel='archives' title='February 2013' href='http://www.pixelmonkey.org/2013/02' />\n\t<link rel='archives' title='December 2012' href='http://www.pixelmonkey.org/2012/12' />\n\t<link rel='archives' title='November 2012' href='http://www.pixelmonkey.org/2012/11' />\n\t<link rel='archives' title='October 2012' href='http://www.pixelmonkey.org/2012/10' />\n\t<link rel='archives' title='September 2012' href='http://www.pixelmonkey.org/2012/09' />\n\t<link rel='archives' title='August 2012' href='http://www.pixelmonkey.org/2012/08' />\n\t<link rel='archives' title='July 2012' href='http://www.pixelmonkey.org/2012/07' />\n\t<link rel='archives' title='June 2012' href='http://www.pixelmonkey.org/2012/06' />\n\t<link rel='archives' title='May 2012' href='http://www.pixelmonkey.org/2012/05' />\n\t<link rel='archives' title='April 2012' href='http://www.pixelmonkey.org/2012/04' />\n\t<link rel='archives' title='March 2012' href='http://www.pixelmonkey.org/2012/03' />\n\t<link rel='archives' title='February 2012' href='http://www.pixelmonkey.org/2012/02' />\n\t<link rel='archives' title='December 2011' href='http://www.pixelmonkey.org/2011/12' />\n\t<link rel='archives' title='November 2011' href='http://www.pixelmonkey.org/2011/11' />\n\t<link rel='archives' title='October 2011' href='http://www.pixelmonkey.org/2011/10' />\n\t<link rel='archives' title='September 2011' href='http://www.pixelmonkey.org/2011/09' />\n\t<link rel='archives' title='August 2011' href='http://www.pixelmonkey.org/2011/08' />\n\t<link rel='archives' title='April 2011' href='http://www.pixelmonkey.org/2011/04' />\n\t<link rel='archives' title='March 2011' href='http://www.pixelmonkey.org/2011/03' />\n\t<link rel='archives' title='December 2010' href='http://www.pixelmonkey.org/2010/12' />\n\t<link rel='archives' title='November 2010' href='http://www.pixelmonkey.org/2010/11' />\n\t<link rel='archives' title='October 2010' href='http://www.pixelmonkey.org/2010/10' />\n\t<link rel='archives' title='April 2010' href='http://www.pixelmonkey.org/2010/04' />\n\t<link rel='archives' title='February 2010' href='http://www.pixelmonkey.org/2010/02' />\n\t<link rel='archives' title='January 2010' href='http://www.pixelmonkey.org/2010/01' />\n\t<link rel='archives' title='December 2009' href='http://www.pixelmonkey.org/2009/12' />\n\t<link rel='archives' title='November 2009' href='http://www.pixelmonkey.org/2009/11' />\n\t<link rel='archives' title='October 2009' href='http://www.pixelmonkey.org/2009/10' />\n\t<link rel='archives' title='September 2009' href='http://www.pixelmonkey.org/2009/09' />\n\t<link rel='archives' title='August 2009' href='http://www.pixelmonkey.org/2009/08' />\n\t<link rel='archives' title='July 2009' href='http://www.pixelmonkey.org/2009/07' />\n\t<link rel='archives' title='June 2009' href='http://www.pixelmonkey.org/2009/06' />\n\t<link rel='archives' title='April 2009' href='http://www.pixelmonkey.org/2009/04' />\n\t<link rel='archives' title='February 2009' href='http://www.pixelmonkey.org/2009/02' />\n\t<link rel='archives' title='August 2008' href='http://www.pixelmonkey.org/2008/08' />\n\t<link rel='archives' title='March 2008' href='http://www.pixelmonkey.org/2008/03' />\n\t<link rel='archives' title='January 2008' href='http://www.pixelmonkey.org/2008/01' />\n\t<link rel='archives' title='December 2007' href='http://www.pixelmonkey.org/2007/12' />\n\t<link rel='archives' title='October 2007' href='http://www.pixelmonkey.org/2007/10' />\n\t<link rel='archives' title='September 2007' href='http://www.pixelmonkey.org/2007/09' />\n\t<link rel='archives' title='August 2007' href='http://www.pixelmonkey.org/2007/08' />\n\t<link rel='archives' title='July 2007' href='http://www.pixelmonkey.org/2007/07' />\n\t<link rel='archives' title='May 2007' href='http://www.pixelmonkey.org/2007/05' />\n\t<link rel='archives' title='March 2007' href='http://www.pixelmonkey.org/2007/03' />\n\t<link rel='archives' title='February 2007' href='http://www.pixelmonkey.org/2007/02' />\n\t<link rel='archives' title='January 2007' href='http://www.pixelmonkey.org/2007/01' />\n\t<link rel='archives' title='December 2006' href='http://www.pixelmonkey.org/2006/12' />\n\t<link rel='archives' title='November 2006' href='http://www.pixelmonkey.org/2006/11' />\n\t<link rel='archives' title='September 2006' href='http://www.pixelmonkey.org/2006/09' />\n\t<link rel='archives' title='July 2006' href='http://www.pixelmonkey.org/2006/07' />\n\t<link rel='archives' title='June 2006' href='http://www.pixelmonkey.org/2006/06' />\n\t<link rel='archives' title='May 2006' href='http://www.pixelmonkey.org/2006/05' />\n\t<link rel='archives' title='April 2006' href='http://www.pixelmonkey.org/2006/04' />\n\t<link rel='archives' title='March 2006' href='http://www.pixelmonkey.org/2006/03' />\n\t<link rel='archives' title='February 2006' href='http://www.pixelmonkey.org/2006/02' />\n\t<link rel='archives' title='January 2006' href='http://www.pixelmonkey.org/2006/01' />\n\t<link rel='archives' title='December 2005' href='http://www.pixelmonkey.org/2005/12' />\n\t<link rel='archives' title='November 2005' href='http://www.pixelmonkey.org/2005/11' />\n\t<link rel='archives' title='October 2005' href='http://www.pixelmonkey.org/2005/10' />\n\t<link rel='archives' title='September 2005' href='http://www.pixelmonkey.org/2005/09' />\n\t<link rel='archives' title='August 2005' href='http://www.pixelmonkey.org/2005/08' />\n\t<link rel='archives' title='July 2005' href='http://www.pixelmonkey.org/2005/07' />\n\t<link rel='archives' title='February 2005' href='http://www.pixelmonkey.org/2005/02' />\n\t<link rel='archives' title='January 2005' href='http://www.pixelmonkey.org/2005/01' />\n\t<link rel='archives' title='December 2004' href='http://www.pixelmonkey.org/2004/12' />\n\t<link rel='archives' title='November 2004' href='http://www.pixelmonkey.org/2004/11' />\n\t<link rel='archives' title='October 2004' href='http://www.pixelmonkey.org/2004/10' />\n\t<link rel='archives' title='September 2004' href='http://www.pixelmonkey.org/2004/09' />\n\t<link rel='archives' title='July 2004' href='http://www.pixelmonkey.org/2004/07' />\n\t<link rel='archives' title='June 2004' href='http://www.pixelmonkey.org/2004/06' />\n\t<link rel='archives' title='May 2004' href='http://www.pixelmonkey.org/2004/05' />\n\r\n<!-- HEAD -->\r\n\n            <script type=\"text/javascript\">//<![CDATA[\n            // Google Analytics for WordPress by Yoast v4.3.5 | http://yoast.com/wordpress/google-analytics/\n            var _gaq = _gaq || [];\n            _gaq.push(['_setAccount', 'UA-19296962-1']);\n\t\t\t\t            _gaq.push(['_setCustomVar',3,'year','2013',3],['_setCustomVar',4,'categories','startups technology uncategorized',3],['_trackPageview']);\n            (function () {\n                var ga = document.createElement('script');\n                ga.type = 'text/javascript';\n                ga.async = true;\n                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\n                var s = document.getElementsByTagName('script')[0];\n                s.parentNode.insertBefore(ga, s);\n            })();\n            //]]></script>\n\t\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pixelmonkey.org - Andrew Montalenti&#039;s blog &raquo; Parse.ly Press Coverage &#8211; August 2013 Comments Feed\" href=\"http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage/feed\" />\n<link rel='stylesheet' id='jetpack-subscriptions-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css?ver=3.9.1' type='text/css' media='all' />\n<link rel='stylesheet' id='wp-syntax-css-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/wp-syntax/css/wp-syntax.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='jetpack-widgets-css'  href='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003' type='text/css' media='all' />\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.pixelmonkey.org/wordpress/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.pixelmonkey.org/wordpress/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Parse.ly: brand hacking' href='http://www.pixelmonkey.org/2013/07/20/parsely-brand-hack' />\n<link rel='next' title='How investors play the option' href='http://www.pixelmonkey.org/2013/09/17/how-investors-play-the-option' />\n<meta name=\"generator\" content=\"WordPress 3.9.1\" />\n<link rel='canonical' href='http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage' />\n<link rel='shortlink' href='http://wp.me/p4GHxc-pm' />\n<!-- wp-parsely Plugin Version 1.6 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.6' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Parse.ly Press Coverage &#8211; August 2013\",\"link\":\"http:\\/\\/www.pixelmonkey.org\\/2013\\/09\\/03\\/parse-ly-funding-coverage\",\"image_url\":\"\",\"type\":\"post\",\"post_id\":\"1572\",\"pub_date\":\"2013-09-03T17:53:22Z\",\"section\":\"Technology\",\"author\":\"pixelmonkey\",\"tags\":[]}' />\n\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Parse.ly Press Coverage - August 2013\" />\n<meta property=\"og:url\" content=\"http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage\" />\n<meta property=\"og:description\" content=\"Parse.ly made its funding announcement -- a $5M series A, led by Grotech Ventures and with participation from FundersClub, Blumberg Capital, and ff Venture Capital. Read on for the full list of lin...\" />\n<meta property=\"article:published_time\" content=\"2013-09-03T17:53:22+00:00\" />\n<meta property=\"article:modified_time\" content=\"2013-09-11T00:24:28+00:00\" />\n<meta property=\"article:author\" content=\"http://www.pixelmonkey.org/author/pixelmonkey\" />\n<meta property=\"og:site_name\" content=\"pixelmonkey.org - Andrew Montalenti&#039;s blog\" />\n<meta property=\"og:image\" content=\"http://wordpress.com/i/blank.jpg\" />\n<meta name=\"twitter:site\" content=\"@jetpack\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n</head>\r\n<body>\r\n\r\n<div id=\"page\">\r\n\r\n<div id=\"header\">\r\n    <div class=\"navlinks\">\r\n    <a href=\"/\">home</a>&nbsp;&nbsp;&nbsp;<a href=\"/gallery/\">photos</a>&nbsp;&nbsp;&nbsp;<a href=\"/about/\">about me</a>&nbsp;&nbsp;&nbsp;<a href=\"/contact/\">contact</a>\r\n    </div>\r\n\t<a href=\"/\"><span class=\"home_link\">&nbsp;</span></a>\r\n\t<!--\r\n\t<div id=\"headerimg\">\r\n\t\t<a href=\"/\"><span class=\"home_link\" /></a>\r\n\t</div>\r\n\t-->\r\n\t<!--\r\n\t<div id=\"headerimg\">\r\n\t\t<h1><a href=\"http://www.pixelmonkey.org\">pixelmonkey.org &#8211; Andrew Montalenti&#039;s blog</a></h1>\r\n\t\t<div class=\"description\">Andrew Montalenti&#039;s Blog</div>\r\n\t</div>\r\n\t-->\r\n</div>\r\n\r\n<!--<hr />-->\r\n\r\n\t<div id=\"content\" class=\"widecolumn\">\r\n\t\t\t\t\r\n  \t\r\n\t\t<div class=\"navigation\" style=\"font-size: 9px; margin-bottom: 15px;\">\r\n\t\t\t<div class=\"alignleft\">&laquo; <a href=\"http://www.pixelmonkey.org/2013/07/20/parsely-brand-hack\" rel=\"prev\">Parse.ly: brand hacking</a></div>\r\n\t\t\t<div class=\"alignright\"><a href=\"http://www.pixelmonkey.org/2013/09/17/how-investors-play-the-option\" rel=\"next\">How investors play the option</a> &raquo;</div>\r\n                        <div style=\"clear: both\"></div>\r\n\t\t</div>\r\n\t\t<div class=\"post\" id=\"post-1572\">\r\n\t\t\t<h2><a href=\"http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage\" rel=\"bookmark\" title=\"Permanent Link: Parse.ly Press Coverage &#8211; August 2013\">Parse.ly Press Coverage &#8211; August 2013</a></h2>\r\n\t\r\n\t\t\t<div class=\"entry\">\r\n\t\t\t\t<p>Parse.ly made its funding announcement &#8212; a $5M series A, led by Grotech Ventures and with participation from FundersClub, Blumberg Capital, and ff Venture Capital. Read on for the full list of links to our coverage.</p>\n<p><span id=\"more-1572\"></span></p>\n<p>Here is some coverage from around the web:</p>\n<ul>\n<li><a href=\"http://techcrunch.com/2013/08/26/parse-ly-raises-5m-for-platform-that-does-deep-semantic-analysis/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://techcrunch.com/2013/08/26/parse-ly-raises-5m-for-platform-that-does-deep-semantic-analysis/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">TechCrunch: Parse.ly Raises $5M For Predictive Analytics Platform That Helps Media Companies Decide What To Publish</a>\n            </li>\n<li><a href=\"http://www.mediapost.com/publications/article/207532/parsely-raises-5-million-invests-in-core-tech.html#axzz2d55iEg7V\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.mediapost.com/publications/article/207532/parsely-raises-5-million-invests-in-core-tech.html#axzz2d55iEg7V']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">MediaPost: Parse.ly Raises $5 Million, Invests In Core Tech, Data</a>\n            </li>\n<li><a href=\"http://blogs.wsj.com/venturecapital/2013/08/26/the-daily-startup-vcs-boost-bet-on-renewable-fuels-maker-joule/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://blogs.wsj.com/venturecapital/2013/08/26/the-daily-startup-vcs-boost-bet-on-renewable-fuels-maker-joule/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">The Daily Startup @ Wall Street Journal, VC Dispatch</a>\n            </li>\n<li><a href=\"http://www.bizjournals.com/washington/blog/techflash/2013/08/grotech-leads-5-million-round-in.html\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.bizjournals.com/washington/blog/techflash/2013/08/grotech-leads-5-million-round-in.html']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">Washington Business Journal: Grotech leads $5 million round in analytics startup Parse.ly</a>\n            </li>\n<li><a href=\"http://marketingland.com/facebook-driving-more-than-2x-twitter-traffic-to-parse-lys-news-clients-57198\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://marketingland.com/facebook-driving-more-than-2x-twitter-traffic-to-parse-lys-news-clients-57198']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">MarketingLand: Facebook Driving More Than 2x Twitter Traffic To Parse.ly&#8217;s News Clients</a>\n            </li>\n<li><a href=\"http://gigaom.com/2013/08/26/feedly-dominating-the-post-reader-world-and-other-web-publishing-insights-from-parse-ly/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://gigaom.com/2013/08/26/feedly-dominating-the-post-reader-world-and-other-web-publishing-insights-from-parse-ly/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">GigaOM: Feedly dominating the post-Reader world, and other web-publishing insights from Parse.ly</a>\n            </li>\n<li><a href=\"http://www.pehub.com/2013/08/26/parse-ly-raises-5m-from-blumberg-grotech-ff-venture-fundersclub/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.pehub.com/2013/08/26/parse-ly-raises-5m-from-blumberg-grotech-ff-venture-fundersclub/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">peHUB: Parse.ly raises $5M</a>\n            </li>\n<li><a href=\"http://blog.parsely.com/post/59489517636/parse-ly-investors-back-the-new-content-performance\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://blog.parsely.com/post/59489517636/parse-ly-investors-back-the-new-content-performance']);\">Parse.ly Blog: Parse.ly Investors Back the New Content Performance Authority</a>\n            </li>\n<li><a href=\"http://thenextweb.com/insider/2013/08/27/a-month-after-google-reader-vanishes-feedly-ranks-as-the-top-rss-traffic-referrer/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://thenextweb.com/insider/2013/08/27/a-month-after-google-reader-vanishes-feedly-ranks-as-the-top-rss-traffic-referrer/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">The Next Web: A month after Google Reader vanishes, Feedly ranks as the top RSS traffic referrer</a>\n            </li>\n<li><a href=\"http://venturebeat.com/2013/08/26/parsely-series-a/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://venturebeat.com/2013/08/26/parsely-series-a/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">VentureBeat: Parse.ly nabs $5 million to continue getting you to click on Grumpy Cat</a>\n            </li>\n<li><a href=\"http://www.psfk.com/2013/08/trending-topics-analytics-platform.html\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.psfk.com/2013/08/trending-topics-analytics-platform.html']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">PSFK: Platform Tells Bloggers What To Write About Next [Video]</a>\n            </li>\n<li><a href=\"http://memeburn.com/2013/08/life-after-google-reader-yes-feedly-is-still-winning/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://memeburn.com/2013/08/life-after-google-reader-yes-feedly-is-still-winning/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">memeburn: Life after Google Reader: yes, Feedly is still winning</a>\n            </li>\n<li><a href=\"http://www.brafton.com/news/yahoo-might-be-top-web-property-but-google-still-drives-most-traffic\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.brafton.com/news/yahoo-might-be-top-web-property-but-google-still-drives-most-traffic']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">Brafton: Yahoo might be top web property, but Google still drives most traffic</a>\n            </li>\n<li><a href=\"http://www.emediavitals.com/content/publishing-analytics-startup-parsely-releases-first-report-traffic-drivers\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.emediavitals.com/content/publishing-analytics-startup-parsely-releases-first-report-traffic-drivers']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">eMediaVitals: Publishing analytics startup Parse.ly releases first report on traffic drivers</a>\n            </li>\n<li><a href=\"http://ipglab.com/2013/08/26/parse-ly-does-intelligent-tagging/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://ipglab.com/2013/08/26/parse-ly-does-intelligent-tagging/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">IPG Media Lab: Parse.ly Does Intelligent Tagging</a>\n            </li>\n<li><a href=\"http://www.contentstandard.com/content-marketing/parse-ly-delivers-content-optimization-for-online-publishers/\" onclick=\"javascript:_gaq.push(['_trackEvent','outbound-article','http://www.contentstandard.com/content-marketing/parse-ly-delivers-content-optimization-for-online-publishers/']);\" ADD_DATE=\"1378230597\" LAST_MODIFIED=\"1378230597\">ContentStandard: Parse.ly Delivers Content Optimization for Online Publishers</a>\n            </li>\n</ul>\n<p>More coming soon!</p>\n\t\r\n\t\t\t\t\t\r\n\t\t\t\t<p class=\"postmetadata alt\">\r\n                    <small style=\"display: block; margin-bottom: 10px; font-size: 14px;\"><strong>Andrew Montalenti</strong> (aka pixelmonkey, amontalenti) is the co-founder and CTO of <a href=\"http://parse.ly\">Parse.ly</a>, which provides data insights to the web's best publishers. You can follow him on <a href=\"http://twitter.com/amontalenti\">Twitter</a> or <a href=\"http://linkedin.com/in/andrewmontalenti\">LinkedIn</a>. If you liked this post, you should <a href=\"http://mad.ly/signups/61030/join\">subscribe to his free e-mail newsletter, <strong>Fire and Motion</strong></a>, which discusses technology startups and business from the trenches.</li>\r\n</small>\r\n\r\n\t\t\t\t\t<small>\r\n\t\t\t\t\t\tThis entry was posted\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\ton Tuesday, September 3rd, 2013 at 12:53 pm\t\t\t\t\t\tand is filed under <a href=\"http://www.pixelmonkey.org/category/technology/startups\" title=\"View all posts in Startups\" rel=\"category tag\">Startups</a>, <a href=\"http://www.pixelmonkey.org/category/technology\" title=\"View all posts in Technology\" rel=\"category tag\">Technology</a>, <a href=\"http://www.pixelmonkey.org/category/uncategorized\" title=\"View all posts in Uncategorized\" rel=\"category tag\">Uncategorized</a>.\r\n\t\t\t\t\t\tYou can follow any responses to this entry through the <a href='http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage/feed'>RSS 2.0</a> feed. \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tYou can <a href=\"#respond\">leave a response</a>, or <a href=\"http://www.pixelmonkey.org/2013/09/03/parse-ly-funding-coverage/trackback\" rel=\"trackback\">trackback</a> from your own site.\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t</small>\r\n\t\t\t\t</p>\r\n\t\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"navigation\" style=\"font-size: 9px; margin-bottom: 15px;\">\r\n\t\t\t<h2>More from this author...</h2>\r\n\t\t\t<div class=\"alignleft\">&laquo; <a href=\"http://www.pixelmonkey.org/2013/07/20/parsely-brand-hack\" rel=\"prev\">Parse.ly: brand hacking</a></div>\r\n\t\t\t<div class=\"alignright\"><a href=\"http://www.pixelmonkey.org/2013/09/17/how-investors-play-the-option\" rel=\"next\">How investors play the option</a> &raquo;</div>\r\n                        <div style=\"clear: both\"></div>\r\n\t\t</div>\r\n\t\t\r\n\t\n<!-- You can start editing here. -->\n\n\n   \n\t\t<!-- If comments are open, but there are no comments. -->\n\t\t\n\t \n\n\n<h3 id=\"respond\">Leave a Reply</h3>\n\n\n<form action=\"http://www.pixelmonkey.org/wordpress/wp-comments-post.php\" method=\"post\" id=\"commentform\">\n\n\n<p><input type=\"text\" name=\"author\" id=\"author\" value=\"\" size=\"22\" tabindex=\"1\" />\n<label for=\"author\"><small>Name (required)</small></label></p>\n\n<p><input type=\"text\" name=\"email\" id=\"email\" value=\"\" size=\"22\" tabindex=\"2\" />\n<label for=\"email\"><small>Mail (will not be published) (required)</small></label></p>\n\n<p><input type=\"text\" name=\"url\" id=\"url\" value=\"\" size=\"22\" tabindex=\"3\" />\n<label for=\"url\"><small>Website</small></label></p>\n\n\n<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->\n\n<p><textarea name=\"comment\" id=\"comment\" cols=\"100%\" rows=\"10\" tabindex=\"4\"></textarea></p>\n\n<p><input name=\"submit\" type=\"submit\" id=\"submit\" tabindex=\"5\" value=\"Submit Comment\" />\n<input type=\"hidden\" name=\"comment_post_ID\" value=\"1572\" />\n</p>\n<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"51dbaa8256\" /></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_comments\" id=\"subscribe_comments\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-label\" for=\"subscribe_comments\">Notify me of follow-up comments by email.</label></p><p class=\"comment-subscription-form\"><input type=\"checkbox\" name=\"subscribe_blog\" id=\"subscribe_blog\" value=\"subscribe\" style=\"width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;\" /> <label class=\"subscribe-label\" id=\"subscribe-blog-label\" for=\"subscribe_blog\">Notify me of new posts by email.</label></p><script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-content/plugins/akismet/_inc/form.js?ver=3.0.0'></script>\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"154\"/></p>\n</form>\n\n\n\t\r\n\t\t\r\n\t</div>\r\n\r\n<hr />\r\n<div id=\"footer\">\r\n\t<p>\r\n                This website publishes the personal writings of Andrew Montalenti, and is proudly powered by \r\n\t\t<a href=\"http://wordpress.org\">WordPress</a>\r\n\t\t<br /><a href=\"feed:http://www.pixelmonkey.org/feed\">Entries (RSS)</a>\r\n\t\tand <a href=\"feed:http://www.pixelmonkey.org/comments/feed\">Comments (RSS)</a>.\r\n\t\t<!-- 9 queries. 0.528 seconds. -->\r\n\t</p>\r\n</div>\r\n</div>\r\n\r\n<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->\r\n\r\n\r\n\t\t\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"pixelmonkey.org\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=2015Janaa'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WPGroHo = {\"my_hash\":\"\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.pixelmonkey.org/wordpress/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.9.1'></script>\n\n\t<script src=\"http://stats.wordpress.com/e-201501.js\" type=\"text/javascript\"></script>\n\t<script type=\"text/javascript\">\n\tst_go({v:'ext',j:'1:3.0.1',blog:'69282470',post:'1572',tz:'-5'});\n\tvar load_cmc = function(){linktracker_init(69282470,1572,2);};\n\tif ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);\n\telse load_cmc();\n\t</script>\r\n</body>\r\n</html>\r\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nDatabase Caching 4/13 queries in 0.005 seconds using memcached\r\nObject Caching 884/906 objects using memcached\r\n\r\n Served from: pixelmonkey.org @ 2015-01-03 06:46:55 by W3 Total Cache -->\r\n\r\n<!-- W3 Total Cache: Page cache debug info:\r\nEngine:             memcached\r\nCache key:          769c17b912c478a50fdb86f885cfc271\r\nCaching:            enabled\r\nStatus:             not cached\r\nCreation Time:      0.529s\r\nHeader info:\r\nX-Powered-By:        PHP/5.3.10-1ubuntu3.15\r\nLink:                <http://wp.me/p4GHxc-pm>; rel=shortlink\r\nX-Pingback:           http://www.pixelmonkey.org/wordpress/xmlrpc.php\r\nContent-Type:         text/html; charset=UTF-8\r\n-->"
  },
  {
    "path": "tests/data/html/readwrite.com1.html",
    "content": "<!DOCTYPE html>\n\n\n<!--[if lt IE 7]><html class=\"lt-ie9 lt-ie8 lt-ie7\" id=\"phx-wrapper\"><![endif]-->\n<!--[if IE 7]><html class=\"lt-ie9 lt-ie8\" id=\"phx-wrapper\"><![endif]-->\n<!--[if IE 8]><html class=\"lt-ie9\" id=\"phx-wrapper\"><![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" id=\"phx-wrapper\"><!--<![endif]-->\n\n<head phx-view-meta>\n    <style type=\"text/css\">\n    [ng\\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important;}\n    </style>\n\n    <!--[if lt IE 9]>\n    <script>\n        window.location = '/unsupportedBrowser.html';\n    </script>\n    <![endif]-->\n\n    <script>\n    /*globals _sf_startpt, window*/\n    'use strict';\n    var _sf_startpt = (new Date()).getTime();\n    window._pageLoadStart = new Date();\n    window._routeChangeStart = window._pageLoadStart;\n    window._pageRunId = Math.random();\n    window.GreenSockGlobals = {};\n    </script>\n\n    <base href=\"/\">\n    <meta charset=\"utf-8\" />\n    <meta name=\"fragment\" content=\"!\" />\n\n    <meta http-equiv=\"cleartype\" content=\"on\" />\n\n    <title></title>\n\n    <meta name=\"HandheldFriendly\" content=\"True\" />\n    <meta name=\"MobileOptimized\" content=\"320\" />\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />\n\n    <meta name=\"apple-mobile-web-app-capable\" content=\"no\" />\n    <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n    <link rel=\"apple-touch-icon\" href=\"/site/images/apple-touch-icon.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/site/images/apple-touch-icon-57x57-precomposed.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/site/images/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/site/images/apple-touch-icon-114x114-precomposed.png\" />\n\n    <meta name=\"format-detection\" content=\"telephone=no\" />\n    <meta name=\"format-detection\" content=\"address=no\" />\n\n    <meta name=\"google-site-verification\" content=\"\" />\n\n    <link rel=\"shortcut icon\" href=\"/site/images/favicon.ico\" />\n    <link rel=\"schema.dcterms\" href=\"http://purl.org/dc/terms/\" />\n\n    <!-- prevent browser with pinterest extension from showing hover -->\n    <meta name=\"pinterest\" content=\"nohover\"></meta>\n\n    <!-- build:style main -->\n    <link rel=\"stylesheet\" href=\"/site/styles/main.min.css?v=2015-01-13-195827-126392e-007635\" />\n    <!-- /build -->\n    <link rel=\"stylesheet\" href=\"/site/styles/print.min.css?v=2015-01-13-195827-126392e-007635\" media=\"print\" />\n\n    <!-- Inject external style tags -->\n    <!-- end extCSS -->\n\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"/rss.xml\" />\n\n    <link rel=\"dns-prefetch\" href=\"//a.disquscdn.com\" />\n    <link rel=\"dns-prefetch\" href=\"//ads-static.saymedia.com\" />\n    <link rel=\"dns-prefetch\" href=\"//ads.saymedia.com\" />\n    <link rel=\"dns-prefetch\" href=\"//adserver.adtechus.com\" />\n    <link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\" />\n    <link rel=\"dns-prefetch\" href=\"//api.saymedia-content.com\" />\n    <link rel=\"dns-prefetch\" href=\"//b.scorecardresearch.com\" />\n    <link rel=\"dns-prefetch\" href=\"//beacon.orion.saymedia.com\" />\n    <link rel=\"dns-prefetch\" href=\"//disqus.com\" />\n    <link rel=\"dns-prefetch\" href=\"//edge.quantserve.com\" />\n    <link rel=\"dns-prefetch\" href=\"//sm.saymedia-content.com\" />\n    <link rel=\"dns-prefetch\" href=\"//theplatform.saymedia-content.com\" />\n    <link rel=\"dns-prefetch\" href=\"//loadr.exelator.com\" />\n    <link rel=\"dns-prefetch\" href=\"//pixel.quantserve.com\" />\n    <link rel=\"dns-prefetch\" href=\"//res.cloudinary.com\" />\n    <link rel=\"dns-prefetch\" href=\"//saywidgets.awe.sm\" />\n    <!-- tetrapak disable -->\n    <!-- <link rel=\"dns-prefetch\" href=\"//tetra.saymedia.com\" /> -->\n    <link rel=\"dns-prefetch\" href=\"//use.typekit.net\" />\n    <link rel=\"dns-prefetch\" href=\"//www.google-analytics.com\" />\n    <link rel=\"dns-prefetch\" href=\"//www.gstatic.com\" />\n    <link rel=\"dns-prefetch\" href=\"//ping.chartbeat.com\" />\n    <link rel=\"dns-prefetch\" href=\"//ct.buzzfeed.com\" />\n\n    <!-- static asset urls -->\n    <link rel=\"dns-prefetch\" href=\"//a1.files.readwrite.com\" />\n    <link rel=\"dns-prefetch\" href=\"//a2.files.readwrite.com\" />\n    <link rel=\"dns-prefetch\" href=\"//a3.files.readwrite.com\" />\n    <link rel=\"dns-prefetch\" href=\"//a4.files.readwrite.com\" />\n    <link rel=\"dns-prefetch\" href=\"//a5.files.readwrite.com\" />\n\n    <script>\n    /*globals window, document*/\n    (function () {\n        var typekitId = 'qjc4adc';\n        if (typekitId) {\n            window.WebFontConfig = { typekit: { id: typekitId } };\n            var wf = document.createElement('script');\n            wf.src = ('https:' === document.location.protocol ? 'https' : 'http') +\n                '://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js';\n            wf.type = 'text/javascript';\n            wf.async = 'true';\n            var s = document.getElementsByTagName('script')[0];\n            s.parentNode.insertBefore(wf, s);\n        } else {\n            document.getElementById('phx-wrapper').classList.add('wf-inactive');\n        }\n    })();\n    </script>\n</head>\n\n\n<body ng-class=\"bodyClasses\">\n\n    <!--[if lt IE 7]>\n    <p class=\"chromeframe\">You are using an outdated browser. <a href=\"http://browsehappy.com/\">Upgrade your browser today</a> or <a href=\"http://www.google.com/chromeframe/?redirect=true\">install Google Chrome Frame</a> to better experience this site.</p>\n    <![endif]-->\n\n    <!--[if lt IE 9]>\n    <script src=\"components/es5-shim/es5-shim.js\"></script>\n    <script src=\"components/json3/lib/json3.min.js\"></script>\n    <![endif]-->\n    <!--[if IE 9]>\n    <script src=\"/components/xdomain/dist/0.5/xdomain.min.js\" ></script>\n    <![endif]-->\n\n    <phx-is-visible phx-visible-name=\"Mastehead\"></phx-is-visible>\n    <div id=\"lyra-wrapper\" class=\"m-off-canvas--container\">\n        <div phx-off-canvas-nav class=\"m-off-canvas--menu m-off-canvas--effect-2\"></div>\n\n        <div class=\"m-off-canvas--pusher\">\n            <div class=\"m-off-canvas--content\">\n                <div class=\"m-page-wrapper m-off-canvas--content-inner\">\n                    <phx-coverlines></phx-coverlines>\n\n                    <phx-nav></phx-nav>\n\n                    <section class=\"m-page-container trackable click\" phx-pages></section>\n                </div>\n            </div>\n        </div>\n    </div>\n\n    <script type=\"text/javascript\" src=\"/.all.min.js?v=2015-01-13-195827-126392e-007635\"></script>\n\n    <script>\n    require(['main'], function (main) {\n\n    });\n    </script>\n\n    <!-- Inject external script tags -->\n    <!-- end extJS -->\n\n</body>\n\n\n</html>\n"
  },
  {
    "path": "tests/data/html/recipe.com1.html",
    "content": "<!DOCTYPE HTML>\n        <!--[if lt IE 7 ]><html lang=\"en\" class=\"ie6 no-js\"><![endif]-->\n    <!--[if IE 7 ]><html lang=\"en\" class=\"ie7 no-js\"><![endif]-->\n    <!--[if IE 8 ]><html lang=\"en\" class=\"ie8 no-js\"><![endif]-->\n    <!--[if IE 9 ]><html lang=\"en\" class=\"ie9 no-js\"><![endif]-->\n    <!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n            <head>\n    <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <title>Cheesy Potato Bake with Eggs - Recipe.com</title>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\"/>\n        <meta property=\"og:site_name\" content=\"Recipe.com\"/>\n<meta property=\"og:type\" content=\"recipecom:recipe_\"/>\n<meta property=\"og:url\" content=\"http://www.recipe.com/cheesy-potato-bake-with-eggs/\"/>\n<meta property=\"og:title\" content=\"Cheesy Potato Bake with Eggs\"/>\n<meta property=\"og:image\" content=\"http://www.recipe.com/images/cheesy-potato-bake-with-eggs-R174073-ss.jpg\"/>\n<meta property=\"fb:admins\" content=\"1561750258\"/>\n<meta property=\"fb:app_id\" content=\"233285760015400\"/>\n    <meta property=\"fb:page_id\" content=\"58798434666\"/>\n    <meta name=\"mdp:parentsPortalProfileType\" content=\"default\">\n        <meta property=\"taboola:track\" content=\"false\">\n<meta name=\"apple-itunes-app\" content=\"app-id=575737564\">\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimal-ui\">\n\n    <link rel=\"shortcut icon\" href=\"/web/recipecom/recipecom.ico\"/>\n\n    <link rel=\"apple-touch-icon\" href='http://images.recipe.com/recipecom/images/template/shell/recipecom_72x72.png'/>\n        <link href=\"http://s1.mdpcdn.com/web/css-min/recipecom/css/global_c61b3b8452ec09865abd8fe27d8b8e99.css\" rel=\"stylesheet\" type=\"text/css\"/><script type=\"text/javascript\">\nvar monetateT = new Date().getTime();\n(function() {\n    var p = document.location.protocol;\n    if (p == \"http:\" || p == \"https:\") {\n        var m = document.createElement('script'); m.type = 'text/javascript'; m.async = true; m.src = (p == \"https:\" ? \"https://s\" : \"http://\") + \"b.monetate.net/js/1/a-38546bcd/p/recipe.com/\" + Math.floor((monetateT + 1856717) / 3600000) + \"/g\";\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(m, s);\n    }\n})();\n</script>\n<script>\n        var mdp = {\n            \"app\":{},\n            \"brand\":{\n                \"brandId\":\"recipecom\"\n            },\n            \"deviceType\":\"desktop\",\n            \"monetateProfile\":{\n                \"mdpMember\":false,\n                \"activeSubs\":[],\n                \"lastVisit\":\"\"\n            },\n            \"profile\":{\"id\":\"8659293364\",\"recognized\":false,\"loggedIn\":false,\"pageViewNumber\":0},\n            \"util\":{}\n        };\n\n        try { document.domain = \"recipe.com\"; } catch(e) {}\n    </script>\n\n    <script src=\"http://s2.mdpcdn.com/web/js-min/recipecom/js/bundles/header_cfb31c4a2d840cb0be35eac9ce37ae29.js\" type=\"text/javascript\"></script><script class=\"kxct\" data-id=\"Hx-jU67W\" data-version=\"async:1.7\" 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?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" : (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=Hx-jU67W\"; var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s); })(); </script>\n</head>\n<body class='shell recipecom '>\n    <!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KHJS23\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<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-KHJS23');</script>\n<!-- End Google Tag Manager -->\n\n<div id=\"siteContainer\">\n<div class=\"siteHeaderBG\">\n            <header id=\"siteHeader\" class=\"contain-to-grid fixed\">\n                <nav class=\"top-bar\" data-topbar role=\"navigation\">\n                    <ul class=\"title-area\">\n                        <li class=\"toggle-topbar\"><a href=\"#\"><span class=\"icon-navicon\">Browse</span></a></li>\n                        <li class=\"name\"><a href=\"/\" id=\"recipeLogo\"></a></li>\n                        <li class=\"expandingSearch hide-for-medium-up\">\n                            <form action=\"/search/\" name=\"searchrecipecom\" id=\"expandingSearchForm\" method=\"get\" class=\"smallSearchForm searchForm\">\n                <input type=\"text\" id=\"expandingSearchBox\" name=\"searchTerm\" class=\"searchTerm\" placeholder=\"SEARCH\"/>\n                <div id=\"expandingSearchButton\" class=\"icon-search\"></div>\n                <span id=\"expandingSearchIcon\" class=\"icon-search\">Search</span>\n            </form>\n        </li>\n                    </ul>\n                    <section class=\"top-bar-section\">\n                        <ul id=\"narrowDropDown\" class=\"left\">\n                                    <li class=\"has-dropdown\">\n                                                    <a href=\"#\" class=\"hide-for-medium-up\">Recipe Categories</a>\n                                                    <a id=\"mainNavTrigger\" class=\"show-for-medium-up\">Browse</a>\n                                                    <ul class='dropdown hide-for-medium-up'>\n                                                        <li><a href=\"http://www.recipe.com/recipes/appetizers/\">Appetizers</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/beef/\">Beef</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/bread/\">Bread</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/burgers/\">Burgers</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/desserts/cake/\">Cake</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/casseroles/\">Casseroles</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/chicken/\">Chicken</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/chili/\">Chili</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/desserts/cookies/\">Cookies</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/seafood/\">Fish &amp; Seafood</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/fruit/\">Fruit</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/grilling/\">Grilling</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/healthy/\">Healthy</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/europe/italy/\">Italian</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/mexico/\">Mexican</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/pasta/\">Pasta</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/desserts/pie/\">Pies</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/pizza/\">Pizza</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/pork/\">Pork</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/quick-easy/\">Quick &amp; Easy</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/rice/\">Rice</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/salad/\">Salad</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/sausage/\">Sausage</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/slow-cooker/\">Slow Cooker</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/soup/\">Soup</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/steak/\">Steak</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/stew/\">Stew</a>\n                                </li><li><a href=\"http://www.recipe.com/recipes/vegetables/\">Vegetables</a>\n                                </li></ul>\n                                                </li>\n                                            <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/blogs/cooking/\" class=\"mainItem\">\n        Cooking Blog</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/how-to/\" class=\"mainItem\">Cooking How-To</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/recipecom/file.jsp?item=/marketing/Registration/Navigation_Bar/rec_navsplash_collections&temp=yes&psrc=R1310RECTNR972\" class=\"mainItem\">\n        Collections</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/videos/video-index\" class=\"mainItem\">\n        Videos</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/the-coupon-book/\" class=\"mainItem\">\n        Free Coupons!</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/popular/\" class=\"mainItem\">\n        Popular Recipes</a>\n                                            </li>\n                                        <li class=\"otherNavItem\">\n                                                <a href=\"http://www.recipe.com/recipes/\" class=\"mainItem\">\n        All Recipes</a>\n                                            </li>\n                                        </ul>\n                            <ul class=\"right\">\n                            <li class=\"has-form show-for-medium-up\">\n                                <form action=\"/search/\" name=\"searchrecipecom\" id=\"searchrecipecom\" method=\"get\" class=\"smallSearchForm searchForm\">\n                <div id=\"headSiteSearch\" class=\"row collapse\">\n                    <div class=\"small-10 columns\"><input type=\"text\" id=\"headerSearchBox\" name=\"searchTerm\" class=\"searchTerm\" placeholder=\"SEARCH\"/></div>\n                    <div class=\"small-2 columns\"><div id=\"headerButtonSearch\" class=\"integratedButton postfix icon-search\"></div></div>\n                </div>\n            </form>\n        </li>\n                            <li class=\"has-dropdown\">\n                                <a href=\"#\" class=\"hide-for-medium-up\">Your Account</a>\n                                <a class=\"icon-user show-for-medium-up\" id=\"userMenu\"></a>\n                                <ul class=\"dropdown userMenuDropdown\">\n                                    <li><a href=\"/recipebox/\">Recipe Box</a></li>\n                                    <li><a href=\"/common/profile/quicksignup.jsp?regSource=9051\">Newsletters</a></li>\n                                    <li><a href=\"/common/profile/profileUpdate.jsp\">Update Profile</a></li>\n                                    <li class=\"navListLoggedOutItem\"><a title=\"Log in\" href=\"http://www.recipe.com/common/profile/login1.jsp?regSource=9050&returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=8101448dev\"><span>Log in</span></a></li>\n                <li class=\"navListLoggedOutItem\"><a title=\"Join Now!\" href=\"http://www.recipe.com/common/profile/regStep1.jsp?regSource=9050&returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=8101448dev\"><span>Join now!</span></a></li>\n            <li><a href=\"/recipecom/file.jsp?item=/help/help\">Help</a></li>\n                                </ul>\n                            </li>\n                        </ul>\n                    </section>\n                </nav>\n\n                <div class=\"megaDropDownContainer hide\"></div>\n            </header>\n        </div><div id=\"topBannerContainer\" class=\"clearfix\"><div id=\"div-gpt-topBanner\"></div>\n                </div>\n    <div id=\"siteContent\" class=\"twoColumn\">\n        <section id=\"mainColumn\">\n                    <div class=\"recipeDetail contentPanel hrecipe\" data-recipeid=\"8101448dev\" data-alreadysaved=\"\">\n            <div class=\"recipeDetailTop\">\n\n                <div id=\"xlContainer\" class=\"row\">\n                        <div id=\"xlTopColumn1\" class=\"relatedVideoContainer large-4 column\">\n                                </div>\n                        <div id=\"xlTopColumn2\" class=\"large-6 column\">\n                                </div>\n\n                        <div id=\"xlTopColumn3\" class=\"partnerName large-2 column\">\n                                </div>\n                    </div>\n\n                    <div id=\"responsiveContainer\">\n                            <div id=\"firstRow\" class=\"row\">\n                            <div id=\"topColumn1\" class=\"small-12 large-9 column\">\n                                    <div class=\"fn\"><h1>Cheesy Potato Bake with Eggs</h1></div>\n                                    <div class=\"recipedetails\">\n                                    <p class=\"recipeinfo summary\" data-truncate data-truncatelength=\"200\" data-seemore=\"true\"></p>\n                                    <p class=\"recipeinfo\"></p>\n                                    <span recipeData data-recipe-usage-id=\"8101448dev\"> </span>\n                                </div>\n\n                                    <div id=\"topPartnerName\" class=\"partnerName small-12 column\">\n                                        <span class=\"partnerTitle\">Recipe from </span> <a class=\"partnerText\" href=\"http://www.bhg.com/recipes/\" target=\"_blank\">Better Homes and Gardens</a>\n                                        <a target=\"_blank\" class=\"partnerImage imgLnk block\" href=\"http://www.bhg.com/recipes/\">\n                                                    <img src=\"http://images.recipe.com/recipe/images/partners/100_bhg.jpg\"/>\n                                                </a>\n                                            </div>\n                                    <div id=\"toolBar\">\n        <div class=\"shareOptions\"></div>\n        </div>\n\n</div>\n                                <div id=\"topColumn2\" class=\"partnerName small-12 large-3 column\">\n                                    </div>\n\n                        </div> <div id=\"secondRow\" class=\"row\">\n                            <div id=\"2Row_Col1\" class=\"relatedVideoContainer small-12 large-6 column\">\n                                <div class=\"PB10\">\n                                <img class=\"photo\" src=\"http://www.recipe.com/images/cheesy-potato-bake-with-eggs-R174073-ss.jpg\" alt=\"Cheesy Potato Bake with Eggs\"/>\n                            </div>\n                            <span class=\"recipedetailsphotocredit\"></span>\n                        </div>\n                            <div id=\"2Row_Col2\" class=\"small-12 large-6 column\">\n                                <div id=\"recipePrepAndServe\">\n            <div class=\"recipedetailslineitem \">SERVINGS\n                <div class=\"yield\">                                         8 to 12</div>\n            </div>\n        <div class=\"recipedetailslineitem \">\n                    \n                            PREP TIME\n                            <div class=\"preptime\">\n                                 30 mins<span class=\"value-title\" title=\"PT30M\"></span>\n                            </div>\n                        </div>\n            <div class=\"recipedetailslineitem \">\n                    </div>\n            </div><div class=\"recipeRatings small-12 column\">\n        <div class=\"row\">\n            <div id=\"headerRating\">\n                <div class=\"avgRating small-6 large-4 column\">\n                    <!-- examples : story-->\n                        <!-- examples : 1, 2 -->\n                        <!-- tyler, boz or scott -->\n                    <div class=\"ratingaverage\">\n                                <ul class=\"rating threehalf\">\n        <li class=\"s5\"><a title=\"I love it - 5\">5</a></li>\n                <li class=\"s4\"><a title=\"I really like it - 4\">4</a></li>\n                <li class=\"s3\"><a title=\"I like it - 3\">3</a></li>\n                <li class=\"s2\"><a title=\"It's okay - 2\">2</a></li>\n                <li class=\"s1\"><a title=\"Not for me - 1\">1</a></li>\n            </ul>\n<span class=\"ratingcountdisplay smallText\">\n                                                    <span class=\"ratingBy\">by</span>\n                                                    <span class=\"review hreview-aggregate\">\n                                                        <span class=\"rating\">\n                                                            <span class=\"value-title\" title=\"3.5\"></span>\n                                                        </span>\n                                                        <span class=\"votes\">23</span>\n                                                        <span class=\"count\" title=\"23\"></span>\n                                                    &nbsp;people</span>\n                                                </span>\n\n                                            </div>\n\t\t\t\t\t\t<div id=\"ratingReadComment\" class=\"readComment\">\n                        <a href=\"#recipeComments\">read comments</a>\n                    </div>\n                </div>\n                <div class=\"yourRating small-6  large-pull-2 column\">\n                    <!-- examples : story-->\n                        <!-- examples : 1, 2 -->\n                        <!-- tyler, boz or scott -->\n                    <div class=\"ratinguser\">\n\t\t\t\t\t\t\t\t<div class=\"ratingStars\">\n                <ul class=\"rating capture\" sitebrand=\"recipecom\" contenttype=\"recipe.com-recipe\" contentid=\"8101448dev\" childid=\"\" userid=\"8659293364\" channel=\"\" subchannel=\"\">\n        <li class=\"s5\"><a title=\"I love it - 5\">5</a></li>\n                <li class=\"s4\"><a title=\"I really like it - 4\">4</a></li>\n                <li class=\"s3\"><a title=\"I like it - 3\">3</a></li>\n                <li class=\"s2\"><a title=\"It's okay - 2\">2</a></li>\n                <li class=\"s1\"><a title=\"Not for me - 1\">1</a></li>\n            </ul>\n</div>\n    </div>\n\t\t\t\t\t\t<div id=\"addRating\" class=\"smallText addRatingText \">add your rating</div>\n                    <span id=\"spanAddRating\"><a href=\"#recipeComments\" class=\"addComment \">add a comment</a></span>\n                </div>\n\n            </div></div><div class=\"relatedCategories\">\n                <span id=\"relatedTitle\"><h4>Related Categories:</h4></span>\n                <a title=\"/recipes/breakfast-brunch/\" href=\"/recipes/breakfast-brunch/\">Breakfast and Brunch</a>, <a title=\"/recipes/vegetables/\" href=\"/recipes/vegetables/\">Vegetables</a></div>\n            </div></div>\n                        </div> </div> </div> <div class=\"row\">\n                <div id=\"recipeingredients\" class=\"recipedetailsmore small-12 large-8 column\">\n                    <div class=\"h2Left\">Ingredients</div>\n                            <!--INFOLINKS_ON-->\n                            <ul id=\"ingredientList\"><li class=\"gs_ingredient\" lineNumber=\"0\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    1  medium onion, finely chopped</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"1\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    2  tablespoons  butter</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"2\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    4  teaspoons  all-purpose flour</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"3\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    1 1/2 cups  milk</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"4\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    8  ounces  sharp cheddar cheese, shredded (2 cups)</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"5\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    3  pounds  russet potatoes, peeled and thinly sliced*</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"6\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    1 1/2 cups  chopped fresh broccoli</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"7\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    1  tablespoon  vegetable oil</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"8\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    8   eggs</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"9\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    2  tablespoons  milk</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"10\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    6  slices bacon, crisp-cooked, drained, and crumbled</div>\n                            </div>\n                        </li>\n               <li class=\"gs_ingredient\" lineNumber=\"11\">\n                    <div class=\"gs_item_rowPrint\">\n                                <div class=\"floatleft ingredient\">\n                                    1  large tomato, chopped</div>\n                            </div>\n                        </li>\n               </ul>\n        <!--INFOLINKS_OFF-->\n                        </div>\n                <div class=\"relatedVideo small-12 large-4 column\">\n                    <!-- START OF VIDEO DISPLAY -->\n                    <div class=\"recipecom roundedCornerWithWhiteBG\">\n            <div class=\"heading2 MB10\">Related Video</div>\n            <div class=\"videoRight\">\n                                        <div class=\"videoPlayer\" data-videoEmbedUrl=\"http://www.recipe.com/videos/video-embed/46767000/how-to-make-polenta-sausage-bowl.htm?autoplay=true&preload=true&social=true&includecompads=true&videoIDs=\" data-videoid=\"46767000\" data-videotitle=\"How to Make Polenta Sausage Bowl\">\n                                            <span class=\"playvideoLarge\"></span>\n                                            <img src='http://www.recipe.com/videos/hosting/media/recipe/1618932/46767000/how-to-make-polenta-sausage-bowl.jpg' class=\"photo\" width=\"100%\" style=\"margin: 2% auto;\" alt=\"How to Make Polenta Sausage Bowl\"/>\n                                                    </div>\n                                    </div>\n                                <div class=\"ACThead3 videoTitle heading3 MT5\">\n                                <a href=\"http://www.recipe.com/videos/v/46767000/how-to-make-polenta-sausage-bowl.htm\">How to Make Polenta Sausage Bowl</a>\n                                    </div>\n                          <p class=\"videoSummary\" data-truncate=\"\" data-truncatelength=\"95\" data-seemore=\"true\">The delicious combination of Italian sausage and dried Italian seasonings add a kick to this nutritious Polenta-Sausage Bowl. The tomatoes, mushrooms, and zucchini within the mix provides an appealing visual array of colors.\n</p>\n                                          <div class=\"clearfix clearall\"></div><div class=\"videoMore\"><a href=\"/videos\">\n                        more videos</a></div>\n                <div class=\"clearfix clearall\"></div></div><div class=\"clearfix\"></div><script src=\"http://s2.mdpcdn.com/web/js-min/js/mdp/lib/flowplayer/mdp.videoOverlay_e54fa1814b24ff6576557e7cba0e6413.js\" type=\"text/javascript\"></script><script type=\"text/javascript\">\n                        $(function () {\n                            var videoOverlay = new mdp.app.VideoOverlay;\n                            videoOverlay.init({pathToJS:\"/web/js-min\"});\n                        });\n                    </script>\n                <!-- END OF VIDEO DISPLAY -->\n                </div>\n            </div>\n\n            <div class=\"row\">\n                <div id=\"div-gpt-sponsorModule-1\"></div>\n                        <div class=\"h2Left\">Directions</div>\n                        <!--INFOLINKS_ON-->\n                        <span class=\"instructions\">\n    <div class=\"step\">\n                        <div class=\"stepbystep\">1.&nbsp; </div><div class=\"stepbystepInstruction instruction\">\n                                Preheat oven to 325 degrees F. In a medium saucepan cook onion in butter over medium heat for 4 minutes or until tender, stirring occasionally. Stir in <a href=\"http://www.bhg.com/shop/food/pantry-items/baking-ingredients/flour-c5476.html\" target=\"_blank\">flour</a>, 1/2 tsp. salt, and 1/2 tsp. ground black pepper. Stir in milk; cook and stir until slightly thickened and bubbly. Stir in cheese until melted.</div>\n                            </div>\n                <div class=\"step\">\n                        <div class=\"stepbystep\">2.&nbsp; </div><div class=\"stepbystepInstruction instruction\">\n                                In a 3-quart <a href=\"http://www.bhg.com/shop/kitchen/bakeware/baking-dishes-a2533.html\" target=\"_blank\">baking dish</a>, layer potatoes, then cheese sauce. Bake, covered, about 55 minutes, until potatoes are tender.</div>\n                            </div>\n                <div class=\"step\">\n                        <div class=\"stepbystep\">3.&nbsp; </div><div class=\"stepbystepInstruction instruction\">\n                                In a large <a href=\"http://www.bhg.com/shop/kitchen/cookware/frying-pans-and-skillets-a2557.html\" target=\"_blank\">skillet</a>, cook broccoli in hot <a href=\"http://www.bhg.com/shop/food/pantry-items/oils-and-vinegar/oil-c5493.html\" target=\"_blank\">oil</a> over medium heat for 5 minutes, until nearly tender, stirring frequently. In a large <a href=\"http://www.bhg.com/shop/dining/dinnerware/bowls-a3006.html\" target=\"_blank\">bowl</a>, beat together eggs, water, 1/2 tsp. salt, and 1/4 tsp. ground black pepper. Pour over broccoli in skillet. Cook over medium heat, without stirring, until mixture begins to set on bottom and around edges. Using a spatula, lift and fold partially cooked egg so uncooked portion flows underneath. Cook 2 minutes more or until egg is cooked yet still moist. Spoon over potatoes. Top with bacon and chopped tomato. Serve immediately.</div>\n                            </div>\n                </span>\n<div class=\"recipeTips\"><h3>Tip</h3>\n            <ul>\n                <li>\n                <p>Quickly slice potatoes with a food processor or mandolin slicer.</p>\n                    </li>\n              </ul>\n        </div><div id=\"recipeNutrients\">\n                            <span id=\"nutritionHeader\"><h4>nutrition information</h4></span>\n    <div class=\"nutritionDetail nutrition\">\n        Per Serving:\n        cal. (kcal) 421,\n                Fat, total (g) 22,\n                chol. (mg) 259,\n                sat. fat (g) 11,\n                carb. (g) 36,\n                Monosaturated fat (g) 7,\n                Polyunsaturated fat (g) 3,\n                Trans fatty acid (g) 0,\n                fiber (g) 3,\n                sugar (g) 7,\n                pro. (g) 21,\n                vit. A (IU) 972,\n                vit. C (mg) 35,\n                Thiamin (mg) 0,\n                Riboflavin (mg) 1,\n                Niacin (mg) 3,\n                Pyridoxine (Vit. B6) (mg) 1,\n                Folate (µg) 60,\n                Cobalamin (Vit. B12) (µg) 1,\n                sodium (mg) 708,\n                Potassium (mg) 837,\n                calcium (mg) 313,\n                iron (mg) 2,\n                \n                Percent Daily Values are based on a 2,000 calorie diet\n            </div>\n</div>\n                        <!--INFOLINKS_OFF-->\n                    <div id=\"mediaNetWrapper\">\n                    <script id=\"mNCC\" language=\"javascript\">  medianet_width='650';  medianet_height= '175';  medianet_crid='572954161';  </script>\n                                <script id=\"mNSC\" src=\"http://contextual.media.net/nmedianet.js?cid=8CUPTG615\" language=\"javascript\"></script>\n                            </div>\n\n                    <div id=\"outbrainWrapper\">\n                    <div class=\"OUTBRAIN\" data-src=\"http://www.recipe.com/recipecom/recipedetail.jsp\" data-widget-id=\"AR_3\" data-ob-template=\"recipe\" data-widget-type=\"\" data-fbk=\"\"></div>\n                            </div>\n\n                <div id=\"recipeComments\" title=\"comments\" class=\"recipecomments small-12 column\">\n                        <div id=\"numOfComments\" class=\"heading2\">Comments </div>\n                    <a id=\"commentForm\"></a>\n                    <div id=\"commentsDiv\" class=\"small-12 column\"></div>\n                </div>\n\n            </div> </div> <div class=\"row\">\n            <div class=\"relatedRecipe small-12 large-5 column\">\n                    <div class=\"recommendedRecipe\">\n                <div class=\"heading2 MB10\">Related Recipe</div>\n                <div class=\"contentArea\">\n        <div id=\"relatedRecipeImage\" class=\"small-4 column\">\n                                        <img src='http://www.recipe.com/images/bacon-and-baked-potato-soup-R130519-l.jpg' alt='Bacon and Baked Potato Soup'/>\n                                    </div>\n                                <div class=\"recommendedRecipeDetails small-8 column\">\n                                <a href='/bacon-and-baked-potato-soup/' class='boldlink'>Bacon and Baked Potato Soup</a>\n\n                            <div class=\"relatedRating small-12 column\">\n                                <!-- examples : story-->\n                                    <!-- examples : 1, 2 -->\n                                    <!-- tyler, boz or scott -->\n                                <div class=\"ratingaverage\">\n                                <ul class=\"rating four\">\n        <li class=\"s5\"><a title=\"I love it - 5\">5</a></li>\n                <li class=\"s4\"><a title=\"I really like it - 4\">4</a></li>\n                <li class=\"s3\"><a title=\"I like it - 3\">3</a></li>\n                <li class=\"s2\"><a title=\"It's okay - 2\">2</a></li>\n                <li class=\"s1\"><a title=\"Not for me - 1\">1</a></li>\n            </ul>\n</div>\n\t\t\t\t\t\t</div>\n                            <div class=\"relatedIntro\">\n                                <p class=\"ML110 truncate\" truncatelength=\"150\" seemore=\"true\"></p>\n                            </div>\n\n                        <ul class=\"moreRecipes\">\n                                <li class=\" first\"><h4>More Recipes Like This</h4></li>\n                                <li>\n                                    <a href='/carrot-and-bacon-quiche/' class='boldlink'>Carrot and Bacon Quiche</a>\n                                </li>\n                            <li>\n                    <a href='/chefs-garden-salad/' class='boldlink'>Chef's Garden Salad</a>\n                    </li>\n                    <li>\n                    <a href='/bacon-and-dried-tomato-scones/' class='boldlink'>Bacon and Dried Tomato Scones</a>\n                    </li>\n                    </ul>\n                </div>\n                </div>\n\n\n        </div>\n        </div>\n\n\n            <div class=\"morerecipesfrompartner small-12 large-6  column\">\n                <div class=\"heading2\">More Great Recipe Ideas from Better Homes and Gardens</div>\n                <div class=\"small-4 column\">\n                    <a target=\"_blank\" href=\"http://www.bhg.com/recipes/\">\n                        <img src=\"http://images.recipe.com/recipe/images/partners/200_bhg.jpg\"/>\n                            </a>\n                </div>\n                <div class=\"small-8 column\">\n                    <ul class=\"homelist\">\n                        <li><a target=\"_blank\" href=\"http://www.bhg.com/recipes/slow-cooker/chicken/our-best-slow-cooker-chicken/\">Super Slow-Cooker Chicken</a></li>\n                            <li><a target=\"_blank\" href=\"http://www.bhg.com/recipes/quick-easy/dinners-30-minutes-less/20-minute-winter-dinners\">Our Best 20-Minute Meals</a></li>\n                            <li><a target=\"_blank\" href=\"https://secure.bhg.com/bhg/store/checkout/partner/?promoCode=I908BLD65\">Subscribe - Free Year</a></li>\n                            <li><a target=\"_blank\" href=\"http://www.bhg.com/recipes/how-to/cooking-charts/\">Cooking time and temperature charts</a></li>\n                            </ul>\n                </div>\n            </div>\n        </div>\n    </section><aside id=\"rightColumn\">\n                    <div id=\"ql_rcp_targeter\">\n        <!-- LightWeight Promos are false, use the targeter-->\n                    <!-- ++PROMO NOT EMPTY++ -->\n                                    <!-- ONLINE PROMOEMBEDFRAG.JSP -->\n\t<!--\n \t\tOnlinePromos:/templatedata/common/onlinePromos/data/rec_TR_chickenapp_default.xml(/templatedata/common/onlinePromos/data/rec_TR_chickenapp_default.xml)+++++++++++++++\n\t\t\tplacement=trafficRight+++++++++++++++\n\t\t\tformPlacement=+++++++++++++++\n\t\t\ttargeter=RcpTrafficRight++++++++++++++++++\n\t\t\tpromocode=R1409RCTR9192R849CK\n-->\n\n\t\t\t<a href=\"http://www.recipe.com/recipes/chicken/chicken-recipe-finder/?psrc=R1401RCTR9192R849CK\"><img src=\"//images.meredith.com/recipecom/images/Marketing/Registration/chicken_app/REC_310x140_9192ChixApp_Spring13.jpg\" width=\"310\" height=\"140\" border=\"0\"></a>\n</div>\n    <div class=\"clearall\"></div>\n<div id=\"rightBannerContainer\"><div id=\"div-gpt-rightBanner\"></div>\n                </div>\n    <div id=\"ancillaryContainer\">\n                    <div id=\"div-gpt-ancillary\"></div>\n</div>\n\n                <div class=\"buzz\">\n                    <span class=\"heading2\">the buzz list</span>\n                       <div class=\"row\">\n                               <a href=\"http://www.recipe.com/blogs/cooking/fried-risotto-balls-reinventing-last-nights-leftovers/\" class=\"small-4 column\">\n                                   <imgdata data-src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feature_risotto_balls1.jpg\"></imgdata>\n                               </a>\n                               <a href=\"http://www.recipe.com/blogs/cooking/fried-risotto-balls-reinventing-last-nights-leftovers/\" class=\"small-8 column\">\n                                   <p>Fried Risotto Balls: Reinventing Last Night's Leftovers</p>\n                               </a>\n\n                           </div>\n                       <div class=\"row\">\n                               <a href=\"http://www.recipe.com/blogs/cooking/chocolate-lovers-dessert-rocky-road-ice-cream/\" class=\"small-4 column\">\n                                   <imgdata data-src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feat_ice_cream1.jpg\"></imgdata>\n                               </a>\n                               <a href=\"http://www.recipe.com/blogs/cooking/chocolate-lovers-dessert-rocky-road-ice-cream/\" class=\"small-8 column\">\n                                   <p>Chocolate Lover's Dessert: Rocky Road Ice Cream</p>\n                               </a>\n\n                           </div>\n                       <div class=\"row\">\n                               <a href=\"http://www.recipe.com/blogs/cooking/make-this-drink-rum-coconut-and-lime-cocktail/\" class=\"small-4 column\">\n                                   <imgdata data-src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_la_maitresse.jpg\"></imgdata>\n                               </a>\n                               <a href=\"http://www.recipe.com/blogs/cooking/make-this-drink-rum-coconut-and-lime-cocktail/\" class=\"small-8 column\">\n                                   <p>Make this Drink: Rum, Coconut, and Lime Cocktail</p>\n                               </a>\n\n                           </div>\n                       <div class=\"row\">\n                               <a href=\"http://www.recipe.com/blogs/cooking/our-favorite-chicken-casseroles/\" class=\"small-4 column\">\n                                   <imgdata data-src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feature_chicken_casseroles1.jpg\"></imgdata>\n                               </a>\n                               <a href=\"http://www.recipe.com/blogs/cooking/our-favorite-chicken-casseroles/\" class=\"small-8 column\">\n                                   <p>Our Favorite Chicken Casseroles</p>\n                               </a>\n\n                           </div>\n                       <div class=\"row\">\n                               <a href=\"http://www.recipe.com/blogs/cooking/make-ahead-breakfast-swiss-chard-pepper-and-tomato-quiche/\" class=\"small-4 column\">\n                                   <imgdata data-src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feat_quiche1.jpg\"></imgdata>\n                               </a>\n                               <a href=\"http://www.recipe.com/blogs/cooking/make-ahead-breakfast-swiss-chard-pepper-and-tomato-quiche/\" class=\"small-8 column\">\n                                   <p>Make-Ahead Breakfast: Swiss Chard, Pepper, and Tomato Quiche</p>\n                               </a>\n\n                           </div>\n                       </div>\n        <div id=\"docking-right-rail-wrapper\">\n                    <div id=\"docking-right-rail\">\n                        <div id=\"rightBannerLower301Container\"><div id=\"div-gpt-rightBannerLower301\"></div>\n                    </div>\n    <div id=\"rightBannerLower302Container\"><div id=\"div-gpt-rightBannerLower302\"></div>\n                        </div>\n    </div>\n                </div>\n            </aside></div><section id=\"lowerColumn\">\n            <div id=\"detailShopN\">\n        <div class=\"snRecipeDetailWidget\">\n                            <div class=\"snWidget trackShopNation showsThumbs\" data-widget-id=\"PW0ea83ea7e44e4e7cae14c8c308458cd4\">\n                        <a href=\"http://www.bhg.com/shop/\" class=\"snMore\" target=\"_blank\">See More</a>\n                            <span class=\"heading2\">\n    Shop Related Products</span>\n<div class=\"snProducts\">\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/richelieu-richelieu-44804-beech-universal-spice-rack-150-mm-p4f54192e39340b4b765f4da143482877.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/4f54192e39340b4b765f4da143482877/b319912f2ce36b9b951a0b0cd5d31160a5e454a245da3ed3e2dac28f57127b6d/m/richelieu-44804-beech-universal-spice-rack-150-mm\" alt=\"Richelieu 44804 Beech Universal Spice Rack 150 MM\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/richelieu-b13490.html\" target=\"_blank\">Richelieu</a></p>\n\n                        <a href=\"http://www.bhg.com/shop/richelieu-richelieu-44804-beech-universal-spice-rack-150-mm-p4f54192e39340b4b765f4da143482877.html\" target=\"_blank\" class=\"productTitle\">Richelieu 44804 Beech Universal Spice Rack 150 MM</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$94.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/efaucets-com-m12090.html\" target=\"_blank\" class=\"storeLink\">Efaucets.com</a>\n                    </div>\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/richelieu-richelieu-80096170-stainless-steel-universal-spice-rack-p88441f6f5f7866e021a9eae18b3661a6.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/88441f6f5f7866e021a9eae18b3661a6/b591fb67f06e382377d4ca961f8bca7043fb7db57e0ee7ccccf0dff3b837e945/m/richelieu-80096170-stainless-steel-universal-spice-rack\" alt=\"Richelieu 80096170 Stainless Steel Universal Spice Rack\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/richelieu-b13490.html\" target=\"_blank\">Richelieu</a></p>\n\n                        <a href=\"http://www.bhg.com/shop/richelieu-richelieu-80096170-stainless-steel-universal-spice-rack-p88441f6f5f7866e021a9eae18b3661a6.html\" target=\"_blank\" class=\"productTitle\">Richelieu 80096170 Stainless Steel Universal Spice Rack</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$118.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/efaucets-com-m12090.html\" target=\"_blank\" class=\"storeLink\">Efaucets.com</a>\n                    </div>\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/fuller-brush-fuller-brush-bamboo-salt-box-p9e2840a9f654e8f8419541f35454c246.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/9e2840a9f654e8f8419541f35454c246/0744930671f441c0cde6edf44e4ab4dddfa20489b1f922d840aeab4b5259e795/m/fuller-brush-bamboo-salt-box\" alt=\"Fuller Brush Bamboo Salt Box\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/fuller-brush-b34476.html\" target=\"_blank\">Fuller Brush</a></p>\n\n                        <a href=\"http://www.bhg.com/shop/fuller-brush-fuller-brush-bamboo-salt-box-p9e2840a9f654e8f8419541f35454c246.html\" target=\"_blank\" class=\"productTitle\">Fuller Brush Bamboo Salt Box</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$19.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/fuller-brush-products-m36292.html\" target=\"_blank\" class=\"storeLink\">Fuller Brush Products</a>\n                    </div>\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/wine-enthusiast-nitrotap-and-winekeeper-replacment-canisters-set-of-4-p5c2c3d0d16f6f2f9006b0c7ef3fe67a7.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/5c2c3d0d16f6f2f9006b0c7ef3fe67a7/0ba861ba8839020517be54345e1cc4ff3c3f54fed207d2bb1695b298e9761e77/m/nitrotap-and-winekeeper-replacment-canisters-set-of-4\" alt=\"NitroTap &amp; Winekeeper Replacment Canisters (Set of 4)\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/wine-enthusiast-b17632.html\" target=\"_blank\">Wine Enthusiast </a></p>\n\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-nitrotap-and-winekeeper-replacment-canisters-set-of-4-p5c2c3d0d16f6f2f9006b0c7ef3fe67a7.html\" target=\"_blank\" class=\"productTitle\">NitroTap &amp; Winekeeper Replacment Canisters (Set of 4)</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$79.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-m35941.html\" target=\"_blank\" class=\"storeLink\">Wine Enthusiast</a>\n                    </div>\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/wine-enthusiast-personalized-wine-bottle-pepper-mill-ebony-p84294d28989cc676c30c37e67e7c25c2.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/84294d28989cc676c30c37e67e7c25c2/3c700d6b1dff9cc1c405977722042b6e9a93563043d2a9889301ff9b33f14c5d/m/personalized-wine-bottle-pepper-mill-ebony\" alt=\"Personalized Wine Bottle Pepper Mill (Ebony)\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/wine-enthusiast-b17632.html\" target=\"_blank\">Wine Enthusiast </a></p>\n\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-personalized-wine-bottle-pepper-mill-ebony-p84294d28989cc676c30c37e67e7c25c2.html\" target=\"_blank\" class=\"productTitle\">Personalized Wine Bottle Pepper Mill (Ebony)</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$59.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-m35941.html\" target=\"_blank\" class=\"storeLink\">Wine Enthusiast</a>\n                    </div>\n                <div class=\"snProduct\">\n                        <a class=\"snProductImageLink\" href=\"http://www.bhg.com/shop/wine-enthusiast-personalized-wine-bottle-salt-mill-p67418382c76045b21cf84839a6d626cc.html\" target=\"_blank\">\n                            <img class=\"snProductImage\" src=\"http://vfs.shopnation.com/product/67418382c76045b21cf84839a6d626cc/7ecc0c3c81e050f8403353cbbbb37a47ea1bc74bd018e00ee8da53e7a9047871/m/personalized-wine-bottle-salt-mill\" alt=\"Personalized Wine Bottle Salt Mill\"/>\n                        </a>\n                        <p class=\"brand\"><a href=\"http://www.bhg.com/shop/wine-enthusiast-b17632.html\" target=\"_blank\">Wine Enthusiast </a></p>\n\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-personalized-wine-bottle-salt-mill-p67418382c76045b21cf84839a6d626cc.html\" target=\"_blank\" class=\"productTitle\">Personalized Wine Bottle Salt Mill</a>\n                        <p class=\"price\">\n                            <span class=\"original\"></span>\n                            <strong>$59.00</strong>\n                        </p>\n                        <a href=\"http://www.bhg.com/shop/wine-enthusiast-m35941.html\" target=\"_blank\" class=\"storeLink\">Wine Enthusiast</a>\n                    </div>\n                </div>\n                    </div>\n\n                    </div>\n                    </div>\n    <!-- END OF RELATED SHOP WIDGET-->\n</section>\n    <div class=\"backToTop\">\n            <a href=\"#\">Back to Top</a>\n        </div>\n\n        <div class=\"shopFooterBG\">\n                <footer id=\"shopFooter\">\n                    <div id=\"shopNationWrapper\" class=\"\">\n                <div id=\"snTop\" class=\"clearfix\">\n                    <div id=\"shopLogo\" class=\"bhg-home\"></div>\n                    <form action=\"#\" id=\"searchMain\">\n                        <input id=\"snSearchText\" class=\"text snSearchTerm\" type=\"text\" placeholder=\"What are you shopping for?\"/>\n                        <input id=\"snSearchButton\" type=\"submit\" value=\"&#xf002\"/>\n                    </form>\n                    <script>\n                        (function () {\n                            var search = $('input.snSearchTerm');\n\n                            $('form#searchMain').submit(function (e) {\n                                e.preventDefault();\n\n                                var searchText = search.val().trim(),\n                                        storeFrontBaseUrl = \"http://www.bhg.com/shop/\";\n\n                                if (searchText.length > 0) {\n                                    window.open(storeFrontBaseUrl + searchText.replace(/ /g, '-') + '-s.html');\n                                }\n                            });\n                        })();\n                    </script>\n                </div><dl id=\"shopNationLinks\" data-accordion=\"footerLinksAccordion\">\n        <dd id=\"shopNationTopBrands\" class=\"block shopNationLinkList siteLinkAccordionNav\">\n                        <a href=\"#sn0\" class=\"siteLinkAccordionNavHeader\"><strong>Top Brands</strong></a><div class=\"shopNationLinkContent siteLinkAccordionContent content\" id=\"sn0\">\n                            <ul>\n        <li><a href=\"http://www.bhg.com/shop/alessi-b7469.html\">Alessi</a></li>\n        <li><a href=\"http://www.bhg.com/shop/avanti-b1238.html\">Avanti</a></li>\n        <li><a href=\"http://www.bhg.com/shop/basacc-b14063.html\">BasAcc</a></li>\n        <li><a href=\"http://www.bhg.com/shop/baxton-studio-b13362.html\">Baxton Studio</a></li>\n        <li><a href=\"http://www.bhg.com/shop/bernards-b14127.html\">Bernards</a></li>\n        <li><a href=\"http://www.bhg.com/shop/better-homes-and-gardens-b11823.html\">Better Homes and Gardens</a></li>\n        <li><a href=\"http://www.bhg.com/shop/broan-b13489.html\">Broan</a></li>\n        <li><a href=\"http://www.bhg.com/shop/cc-home-furnishings-b13907.html\">CC Home Furnishings</a></li>\n        <li><a href=\"http://www.bhg.com/shop/darice-b13928.html\">Darice</a></li>\n        <li><a href=\"http://www.bhg.com/shop/fox-run-craftsmen-b13832.html\">Fox Run Craftsmen</a></li>\n        </ul>\n                            <a class=\"shopMore\" href=\"http://www.bhg.com/shop/\">Shop More</a>\n                            </div></dd><dd id=\"shopNationTopSearches\" class=\"block shopNationLinkList siteLinkAccordionNav\">\n                        <a href=\"#sn1\" class=\"siteLinkAccordionNavHeader\"><strong>Top Shopping Searches</strong></a><div class=\"shopNationLinkContent siteLinkAccordionContent content\" id=\"sn1\">\n                            <ul>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/bakeware/muffin-pans-and-sheets-c2537.html\">Muffin Pans &amp; Sheets</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/small-kitchen-appliances/toaster-ovens-c3090.html\">Toaster Ovens</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/coffee-makers/accessories/filters-c3045.html\">Coffee Filters</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/coffee-makers/pots-and-carafes-c2542.html\">Coffee Pots &amp; Carafes</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/coffee-makers/presses-c3048.html\">Coffee Presses</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/cooking-tools-and-gadgets/food-choppers-c3055.html\">Food Choppers</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/cooking-tools-and-gadgets/grilling-tools-c3057.html\">Grilling Tools</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/knives-and-cutlery/knife-sharpeners-c2567.html\">Knife Sharpeners</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/small-kitchen-appliances/indoor-grills-c2579.html\">Indoor Grills</a></li>\n        <li><a href=\"http://www.bhg.com/shop/kitchen/small-kitchen-appliances/specialty/deep-fryers-c2584.html\">Indoor Deep Fryers</a></li>\n        </ul>\n                            <a class=\"shopMore\" href=\"http://www.bhg.com/shop/\">Shop More</a>\n                            </div></dd></dl></div></footer>\n            </div>\n        <div class=\"siteFooterBG\">\n            <footer id=\"siteFooter\">\n                <section id=\"mainFooterColumn\">\n                    <dl class=\"siteLinks\" data-accordion=\"footerLinksAccordion\">\n                        <dd class=\"siteLinkAccordionNav\">\n                                                <a href=\"#sl0\" class=\"siteLinkAccordionNavHeader\"><strong>Your Account</strong></a>\n                                                <div class=\"siteLinkAccordionContent content\" id=\"sl0\">\n                                                    <ul>\n                                                        <li class=\"navListLoggedOutItem\"><a title=\"Log in\" href=\"http://www.recipe.com/common/profile/login1.jsp?regSource=9050&returnURL=http://www.recipe.com/recipecom/recipecategory.jsp?recCatId=rec1780\"><span>Log in</span></a></li>\n                <li class=\"navListLoggedOutItem\"><a title=\"Join Now!\" href=\"http://www.recipe.com/common/profile/regStep1.jsp?regSource=9050&returnURL=http://www.recipe.com/recipecom/recipecategory.jsp?recCatId=rec1780\"><span>Join now!</span></a></li>\n            <li><a href=\"/recipecom/file.jsp?item=/help/help\">Help Resources</a></li><li><a href=\"https://secure.recipe.com/common/profile/profileUpdate.jsp\">Update Your Profile</a></li><li><a href=\"/recipecom/file.jsp?item=/legal/privacy\">Privacy Policy</a></li><li><a href=\"http://www.meredith.com/datapolicy.html\">Data Policy</a></li><li><a href=\"https://secure.recipe.com/common/profile/quicksignup.jsp?regSource=9051\">Free Newsletters</a></li></ul>\n                                                </div>\n                                            </dd>\n                                        <dd class=\"siteLinkAccordionNav\">\n                                                <a href=\"#sl1\" class=\"siteLinkAccordionNavHeader\"><strong>Recipe.com</strong></a>\n                                                <div class=\"siteLinkAccordionContent content\" id=\"sl1\">\n                                                    <ul>\n                                                        <li><a href=\"/sitemap/\">Sitemap</a></li><li><a href=\"http://www.recipe.com/about-us/\">About Us</a>\n                                </li><li><a href=\"http://www.bhg.com/bhg/file.jsp?item=/partner/srds/index&temp=noo\">Advertise on Recipe.com</a></li><li><a href=\"http://www.recipe.com/tools/\">Tools</a>\n                                </li><li><a href=\"/contributors/\">Partners</a></li><li><a href=\"https://www.facebook.com/recipedotcom\" target=\"windowName\">Facebook</a></li><li><a href=\"https://twitter.com/recipedotcom\" target=\"windowName\">Twitter</a></li></ul>\n                                                </div>\n                                            </dd>\n                                        </dl>\n                    <dl class=\"networkLinks\" data-accordion=\"footerLinksAccordion\">\n                        <dd class=\"siteLinkAccordionNav\">\n                                                            <a href='#nl1' class='siteLinkAccordionNavHeader'><strong><span class=\"heading1\">\n    Allrecipes</span>\n</strong></a><div class=\"siteLinkAccordionContent content\" id=\"nl1\">\n                                                                <ul>\n                                                                    <li><a href=\"http://allrecipes.com/\" target=\"windowName\">Allrecipes.com</a></li><li><a href=\"http://www.recipe.com/\">Recipe.com</a></li><li><a href=\"http://www.eatingwell.com\" target=\"windowName\">Eating Well</a></li><li><a href=\"http://www.betterrecipes.com/\">Better Recipes</a></li><li><a href=\"http://www.rachaelraymag.com/\">Rachael Ray Magazine</a></li><li><a href=\"http://www.diabeticlivingonline.com/\">Diabetic Living</a></li></ul>\n                                                            </div>\n                                                        </dd>\n                                                    </dl>\n                </section>\n                <aside id=\"rightFooterColumn\">\n                    <div class=\"footerSearch\">\n                        <form action=\"/search/\" name=\"searchrecipecomfooter\" id=\"searchrecipecomfooter\" method=\"get\" class=\"smallSearchForm searchForm\">\n                <div id=\"footerSiteSearch\" class=\"row collapse\">\n                    <label for=\"footerSearchBox\">Search Recipe.com</label>\n                    <div class=\"small-10 columns\"><input type=\"text\" id=\"footerSearchBox\" name=\"searchTerm\" class=\"searchTerm\"/></div>\n                    <div class=\"small-2 columns\"><div id=\"footerButtonSearch\" class=\"integratedButton postfix icon-search\"></div></div>\n                </div>\n            </form>\n        </div>\n                    <div class=\"socialLinks\">\n                        <strong>Connect with us</strong>\n                        <ul class=\"connectLinks\">\n                            <li><a href=\"http://www.pinterest.com/recipedotcom/\" class=\"icon-pinterest\"></a></li>\n                            <li><a href=\"https://www.facebook.com/recipedotcom\" class=\"icon-facebook\"></a></li>\n                            <li><a href=\"https://twitter.com/recipedotcom\" class=\"icon-twitter\"></a></li>\n                            <li><a href=\"http://instagram.com/recipedotcom\" class=\"icon-instagram\"></a></li>\n                            <li><a href=\"https://plus.google.com/+recipecom\" class=\"icon-google-plus\"></a></li>\n                            <li><a href=\"https://secure.recipe.com/common/profile/quicksignup.jsp?regSource=9051\" class=\"icon-envelope\"></a></li>\n                        </ul>\n                    </div>\n                    <div id=\"footerTargeter\">\n                            <!-- LightWeight Promos are false, use the targeter-->\n                    <!-- ++PROMO NOT EMPTY++ -->\n                                    <!-- ONLINE PROMOEMBEDFRAG.JSP -->\n\t<!--\n \t\tOnlinePromos:/templatedata/common/onlinePromos/data/alr_FS_default_LO_I47GTFS74.xml(/templatedata/common/onlinePromos/data/alr_FS_default_LO_I47GTFS74.xml)+++++++++++++++\n\t\t\tplacement=footerSub+++++++++++++++\n\t\t\tformPlacement=+++++++++++++++\n\t\t\ttargeter=RcpFooterSub++++++++++++++++++\n\t\t\tpromocode=I47GTFS74display\n-->\n\n\t\t\t<a href=\"https://secure.allrecipesmagazine.com/order/?containerName=i47gtfs74&amp;psrc=I47GTFS74\"><img src=\"//images.meredith.com/recipecom/images/Marketing/Subscription/AllRecipes/alr_200x100_allnewrec.jpg\" width=\"200\" height=\"100\" border=\"0\"></a>\n</div>\n                    </aside>\n                <div class=\"copyrightContainer\">\n                    <div class=\"mwnLogo\"></div>\n                    <div class=\"text\">\n                        \n        &#169; Copyright 2015, <a href=\"http://www.meredith.com\">Meredith Corporation</a>. All Rights Reserved |\n        <a href=\"http://www.meredith.com/privacy.html\">Privacy Policy</a> |\n        <a href=\"http://www.meredith.com/datapolicy.html\">Data Policy</a> |\n        <a href=\"http://recipe.com/recipecom/file.jsp?item=/legal/terms\">Terms of Service</a> |\n        <!--\nGhostery Inc tag\ncid: 1333\npid: 282\n-->\n<a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\" style=\"border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;\"/><span style=\"vertical-align:middle !important\">AdChoices</span></a>\n<script type=\"text/javascript\">\n    (function() {\n        var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid', 282); ev.setAttribute('data-ev-tag-ocid', 1333);\n        ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ev, s);\n    })();\n</script>\n</div>\n                </div>\n            </footer>\n        </div></div><span class=\"reportingContainer\"><script src=\"/web/js-min/recipecom/js/s_code_recipecom_mdp.js\"></script>\n\n<script>\n    \n    /* You may give each page an identifying name, server, and channel on the next lines. */\n    var dataLayerEntry = window.dataLayerEntry || {};\n    window.dataLayer = window.dataLayer || [];\n\n    /* Handle quick newsletter signup events */\n    \n\n    if(typeof GAStatusCode !== 'undefined') {\n        dataLayerEntry['Status Code'] = \"\" + GAStatusCode;\n    }\n    \n            mdp.s.pageName = dataLayerEntry['Page Name'] = \"recipe detail:Cheesy Potato Bake with Eggs\";\n        \n    mdp.s.server=\"www.recipe.com\";\n    mdp.s.channel= dataLayerEntry['Channel'] = \"Recipe Detail\";\n    mdp.s.pageType=\"\";\n    mdp.s.prop1 = dataLayerEntry['Category'] = \"\";\n    mdp.s.prop2 = dataLayerEntry['Subcategory'] = \"\";\n    mdp.s.prop3 = dataLayerEntry['Story'] = \"\";\n    mdp.s.prop4 = \"\";\n    \n            mdp.s.prop5 = dataLayerEntry['Application'] = \"\";\n        \n    mdp.s.prop6 = dataLayerEntry['Slideshows and Quizzes'] = \"\";\n    mdp.s.prop7=\"false\";\n    mdp.s.prop8=\"\";\n    mdp.s.prop9 = dataLayerEntry['Content ID'] = \"recipe:8101448dev\";\n    mdp.s.prop10 = \"\";\n    \n            mdp.s.prop11 = dataLayerEntry['Sponsor Name'] = \"Better Homes and Gardens\";\n        \n    mdp.s.prop12= \"\";\n    mdp.s.prop18=\"recipe\";\n    mdp.s.prop19=\"Food\";\n    mdp.s.prop20 =\"http://www.recipe.com/cheesy-potato-bake-with-eggs/?recipeId=8101448dev\";\n    mdp.s.prop21= dataLayerEntry['Saved Recipes'] = \"\";\n\n    /* E-commerce Variables */\n    mdp.s.campaign=\"\";\n    mdp.s.state=\"\";\n    mdp.s.zip=\"\";\n    mdp.s.events=\"\" ;\n    mdp.s.products=\"\";\n    mdp.s.purchaseID=\"\";\n    mdp.s.eVar1=\"\";\n    mdp.s.eVar2=\"\";\n    mdp.s.eVar3=\"www\";\n    mdp.s.eVar4=\"\";\n    mdp.s.eVar5 = dataLayerEntry['Search Term'] = \"\";\n    mdp.s.eVar6 = dataLayerEntry['Registration Source'] =\"\";\n    mdp.s.eVar7=\"\";\n    mdp.s.eVar9=\"recipe detail:Cheesy Potato Bake with Eggs\";\n    mdp.s.eVar10=\"\";\n    mdp.s.eVar11=\"\";\n    mdp.s.eVar12=\"\";\n    mdp.s.eVar13=\"\";\n    mdp.s.eVar14 = \"Recipe Detail\";\n    mdp.s.eVar27 = dataLayerEntry['Newsletter Signup Source'] = \"\";\n    mdp.s.prop5 = \"\";\n    mdp.s.eVar28=\"\";\n    mdp.s.eVar44=\"Better Homes and Gardens\";\n    mdp.s.eVar29= dataLayerEntry['Content Type'] =\"\";\n    mdp.s.eVar36= dataLayerEntry['Commerce Enabled?'] = \"true\";\n    mdp.s.eVar37= \"\";\n    mdp.s.eVar47=\"PW0ea83ea7e44e4e7cae14c8c308458cd4\";\n\n    \n            mdp.s.eVar18 = dataLayerEntry['Registration Time'] = \"\";\n            mdp.s.eVar26 = dataLayerEntry['Party ID'] = \"\";\n            mdp.s.eVar24 = dataLayerEntry['Member Logged In'] = \"false\";\n            mdp.s.eVar32 = dataLayerEntry['Profile ID'] = \"\";\n        \n\n    dataLayerEntry['Hash ID']=\"\";\n\n    if (mdp && mdp.s && mdp.s.getQueryParam) {\n        if (mdp.s.getQueryParam('psrc')) {\n            dataLayerEntry['Internal Campaign'] = mdp.s.getQueryParam('psrc');\n        }\n        if (mdp.s.getQueryParam('socsrc')) {\n            dataLayerEntry['Social Campaign'] = mdp.s.getQueryParam('socsrc');\n        }\n        if (mdp.s.getQueryParam('esrc')) {\n            dataLayerEntry['Email Campaign'] = mdp.s.getQueryParam('esrc');\n        }\n        if (mdp.s.getQueryParam('ordersrc')) {\n            dataLayerEntry['External Campaign'] = mdp.s.getQueryParam('ordersrc');\n        }\n        if (!mdp.s.campaign && mdp.s.getQueryParam(\"sssdmh\")) {\n            dataLayerEntry[\"External Campaign\"] = mdp.s.getQueryParam(\"sssdmh\");\n        }\n    }\n\n    /* Clean empty string from dataLayer array */\n    var dataLayerEntryDupe = {};\n    for (var key in dataLayerEntry){\n        if(dataLayerEntry[key] == \"\"){\n            /* delete key from the array */\n            delete dataLayerEntry[key];\n        }\n    }\n    dataLayerEntry['event']='pageview';\nmdp.s.t();\n\n    if(typeof dataLayer == \"object\" && typeof dataLayerEntry == \"object\") {\n        dataLayer.push(dataLayerEntry);\n    }\n</script>\n<script src=\"/web/js-min/js/mdp/util/omnitureFunctions.js\"></script>\n\n</span>\n<span class=\"jsScriptsContainer\">\n    <script>\n            $.ajax({\n                url: \"http://s2.mdpcdn.com/web/js-min/partner/comscore/comscore_ebf7839b2d7f161d4632a0459717c2a5.js\",\n                type:\"get\",\n                dataType:\"script\"\n            });\n        </script>\n        <noscript><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6036305&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1\"/></noscript>\n    <script>\n        /* Set the adService  */\n        var adService = {\n            mobileAds: false,\n            gwdEnabled:true,\n            kruxEnabled:true,\n            sonobiEnabled:false,\n            sonobiPlacements: {\n                topBanner: \"b883ca38f5b2ae54b33c\",\n                rightBanner: \"1a62212daa26ceedbbec\"\n            },\n            pubmaticEnabled: true,\n            pubmaticPub: 37576,\n            yieldbotEnabled:true,\n            yieldbotPub: '8155',\n            unitValues: {\n                channel: 'rec1001',\n                parent: '800001',\n                child: ''\n            },\n            pageTargetingValues: {\n                rme:'',\n                id: '8101448dev',\n                type: 'recipe',\n                search: ''\n            },\n            filePaths: {\n                core: 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.core_6c2eef05e6c2d63a1c6404d9fd155d5b.js',\n                adService: 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.adService_8e84dafec20e38e14b1e899f07becefa.js',\n                renderAds: 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.renderAds_65b9cddc234c39d242c8f665145d61b8.js'\n            }\n\n            \n        };\n        /* Load MDP adService core */\n        (function() {\n            window.adServiceQ = window.adServiceQ || [];\n\n            var gadsCore = document.createElement('script');\n            gadsCore.src = adService.filePaths.core;\n            var node = document.getElementsByTagName('script')[0];\n            node.parentNode.insertBefore(gadsCore, node);\n        })();\n    </script>\n    <script async src=\"https://widgets.outbrain.com/outbrain.js\"></script>\n        <script src=\"http://s2.mdpcdn.com/web/js-min/recipecom/js/components/adAux_75ef695c7d7931e98054220b5e502c35.js\" type=\"text/javascript\"></script><script src=\"https://cdns.gigya.com/JS/socialize.js?apikey=2_cgU_COn1K1_s50vLpdNR5s243MKCghImUSCIX0smFHQT7yZI2oCaexUchtg3Srhl\"></script>\n\n                        <script>\n                                    mdp.gigya = mdp.gigya || {};\n                                    mdp.gigya.SsoEnabled = true;\n                                </script>\n                            <script src=\"http://s2.mdpcdn.com/web/js-min/recipecom/js/bundles/main_6fe130008991fbdce808b2e000ee367a.js\" type=\"text/javascript\"></script><script src=\"http://s2.mdpcdn.com/web/js-min/recipecom/js/bundles/recipeDetail_b8e7e6e867d81e69fb7bc59caf6c126b.js\" type=\"text/javascript\"></script></span>\n<!--IncludeService: in recipecom jsScripts.jspf CategoryRelatedContentTruncate,GptAdService,JQueryUI,MediaNet,MonetateUserProfile,Outbrain,Rating,RecipeComRecipeDetail,RecipeComStoreLocator,RegOverlay,ShopNation,dockingRightRail,-->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/recipe.com2.html",
    "content": "\n<!DOCTYPE html>\n<!--[if lt IE 7 ]><html lang=\"en\" class=\"ie6 no-js\"><![endif]-->\n<!--[if IE 7 ]><html lang=\"en\" class=\"ie7 no-js\"><![endif]-->\n<!--[if IE 8 ]><html lang=\"en\" class=\"ie8 no-js\"><![endif]-->\n<!--[if IE 9 ]><html lang=\"en\" class=\"ie9 no-js\"><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!-->\n<html class=\"no-js\" lang=\"en\">\n<!--<![endif]-->\n<head>\n\n<meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<title>| What&#039;s Cooking</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\"/>\n<meta property=\"fb:admins\" content=\"1561750258\"/>\n<meta property=\"fb:app_id\" content=\"112978572065106\"/>\n<meta property=\"fb:page_id\" content=\"58798434666\"/>\n<link rel=\"shortcut icon\" href=\"http://www.recipe.com/web/recipecom/recipecom.ico\"/>\n<link rel=\"apple-touch-icon\" href='http://images.recipe.com/recipecom/images/template/shell/recipecom_72x72.png'/>\n<link href=\"http://www.recipe.com/web/css-min/recipecom/css/global.css\" rel=\"stylesheet\">\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"What&#039;s Cooking RSS Feed\" href=\"http://www.recipe.com/blogs/cooking/feed/\"/>\n<link rel=\"pingback\" href=\"http://blogs.mydevstaging.com/blogs/cooking/xmlrpc.php\"/>\n<link rel=\"stylesheet\" href=\"http://www.recipe.com/blogs/cooking/wp-content/themes/Recipe/print.css\" type=\"text/css\" media=\"print\"/>\n<link rel=\"stylesheet\" href=\"http://blogs.mydevstaging.com/blogs/cooking/wp-content/themes/Recipe2014/style.css\" type=\"text/css\" media=\"screen\"/>\n<script type=\"text/javascript\" src=\"http://www.recipe.com/web/js-min/recipecom/js/bundles/header.js\"></script>\n<script src=\"http://www.recipe.com/blogs/cooking/wp-content/themes/Recipe2014/js/single.js\" type=\"text/javascript\"></script>\n<!-- SessionID: 26EB2C8BBDD5663B39626432D479DB23.210-->\n<!-- ProfileId: 5491326943-->\n<!-- Last Popup Date: null-->\n<!-- isDisableAllPopups: false-->\n<!-- alreadyCheckedPopupDate: true-->\n<!-- VisitCount: 4-->\n<!-- popupToDisplay: null-->\n<!-- Begin Monetate tag v8. Place at start of document head. DO NOT ALTER. -->\n<script src=\"http://www.recipe.com/blogs/cooking/wp-content/themes/Recipe2014/js/header.js\" type=\"text/javascript\"></script>\n<script src=\"http://www.recipe.com/blogs/cooking/wp-content/themes/Recipe2014/js/clipListingImages.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\" lang=\"javascript\" src=\"http://cdn.gigya.com/JS/socialize.js?apikey=2_cgU_COn1K1_s50vLpdNR5s243MKCghImUSCIX0smFHQT7yZI2oCaexUchtg3Srhl\"></script>\n<script class=\"kxct\" data-id=\"Hx-jU67W\" data-version=\"async:1.7\" type=\"text/javascript\">\nwindow.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n(function(){ var k=document.createElement('script');\nk.type='text/javascript';\nk.async=true;\nvar m,src=(m=location.href.match(/\\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);\nk.src = /^https?:\\/\\/([^\\/]+\\.)?krxd\\.net(:\\d{1,5})?\\//i.test(src) ? src : src === \"disable\" ? \"\" : (location.protocol===\"https:\"?\"https:\":\"http:\")+\"//cdn.krxd.net/controltag?confid=Hx-jU67W\";\nvar s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s); })();\n</script>\n<script>var brand = \"recipecom\";</script><meta name=\"description\" content=\"We help you get dinner on the table quickly, confidently, and inexpensively. Learn how to plan ahead, shop smart, save time, save money, master new skills, whip up new recipes, and prepare for holidays and parties &#8212; we&#039;re here whenever you need inspiration or advice in the kitchen. We&#039;ll also keep you up to date on food news and trends that affect how you shop. So come find out What&#039;s Cooking at Recipe.com every day!\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"What&#039;s Cooking &raquo; Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash Comments Feed\" href=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/feed/\"/>\n<link rel='stylesheet' id='meteor-slides-css' href='http://blogs.mydevstaging.com/blogs/cooking/wp-content/plugins/meteor-slides/css/meteor-slides.css?ver=1.0' type='text/css' media='all'/>\n<script type='text/javascript' src='http://blogs.mydevstaging.com/blogs/cooking/wp-includes/js/comment-reply.js?ver=3.4.2'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://blogs.mydevstaging.com/blogs/cooking/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://blogs.mydevstaging.com/blogs/cooking/wp-includes/wlwmanifest.xml\"/> \n<link rel='prev' title='Drink Up! Mix a Gingery Rum Buck' href='http://www.recipe.com/blogs/cooking/drink-up-mix-a-gingery-rum-buck/'/>\n<link rel='next' title='Cookie Table Delight: Chocolate Peppermint Crinkles' href='http://www.recipe.com/blogs/cooking/cookie-table-delight-chocolate-peppermint-crinkles/'/>\n<meta name=\"generator\" content=\"WordPress 3.4.2\"/>\n<link rel='canonical' href='http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/'/>\n<link rel='shortlink' href='http://www.recipe.com/blogs/cooking/?p=41883'/>\n<meta name=\"framework\" content=\"Alkivia Framework 0.8\"/>\n\n<!-- platinum seo pack 1.3.7 -->\n<meta name=\"robots\" content=\"index,follow,noodp,noydir\"/>\n<meta name=\"description\" content=\"Change up the standard holiday sides with this elegant take on mashed potatoes—and enjoy the natural sweetness of sweet potatoes and parsnips.\"/>\n<link rel=\"canonical\" href=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\"/>\n<!-- /platinum one seo pack -->\n\n<!-- Start Of Additions Generated By Greg's Threaded Comment Numbering Plugin 1.4.8 -->\n<link rel='stylesheet' id='gtcn-plugin-css' href='http://blogs.mydevstaging.com/blogs/cooking/wp-content/plugins/gregs-threaded-comment-numbering/gtcn-css.css?ver=1.4.8' type='text/css' media='all'/>\n<!-- End Of Additions Generated By Greg's Threaded Comment Numbering Plugin 1.4.8 -->\n<script>\n/**\n * jQuery.browser.mobile (http://detectmobilebrowser.com/)\n *\n * jQuery.browser.mobile will be true if the browser is a mobile device\n *\n **/\n(function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);\n\n</script>\n \n</head>\n<body class=\"shell recipecom Child f-topbar-fixed  41883\">\n<script>\nif (jQuery.browser.mobile) {\n\t$(\"body\").addClass(\"mobile\");\n} else {\n\t$(\"body\").addClass(\"desktop\");\n}\n</script>\n<div id=\"siteContainer\">\n    <div class=\"siteHeaderBG\">\n      <header class=\"contain-to-grid fixed\" id=\"siteHeader\">\n          <nav role=\"navigation\" data-topbar=\"\" class=\"top-bar\">\n      <ul class=\"title-area\">\n        <li class=\"toggle-topbar\"><a href=\"#\"><span class=\"icon-navicon\">Browse</span></a></li>\n        <li class=\"name\"><a id=\"recipeLogo\" href=\"http://www.recipe.com/\"></a></li>\n        <li class=\"expandingSearch hide-for-medium-up\">\n          <form class=\"smallSearchForm searchForm\" method=\"get\" id=\"expandingSearchForm\" name=\"searchrecipecom\" action=\"http://www.recipe.com/search/\">\n            <input type=\"text\" placeholder=\"SEARCH\" class=\"searchTerm\" name=\"searchTerm\" id=\"expandingSearchBox\" autocomplete=\"off\">\n            <div class=\"icon-search\" id=\"expandingSearchButton\"></div>\n            <span class=\"icon-search\" id=\"expandingSearchIcon\">Search</span>\n          </form>\n        </li>\n      </ul>\n      <section class=\"top-bar-section\">\n        <ul class=\"left\" id=\"narrowDropDown\">\n          <li class=\"has-dropdown not-click\"> <a class=\"hide-for-medium-up\" href=\"#\">Recipe Categories</a> <a class=\"show-for-medium-up\" id=\"mainNavTrigger\">Browse</a>\n            <ul class=\"dropdown hide-for-medium-up\">\n              <li class=\"title back js-generated\">\n                <h5><a href=\"javascript:void(0)\">Back</a></h5>\n              </li>\n              <li><a href=\"http://www.recipe.com/recipes/appetizers/\">Appetizers</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/beef/\">Beef</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/bread/\">Bread</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/burgers/\">Burgers</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/desserts/cake/\">Cake</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/casseroles/\">Casseroles</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/chicken/\">Chicken</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/chili/\">Chili</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/desserts/cookies/\">Cookies</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/seafood/\">Fish &amp; Seafood</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/fruit/\">Fruit</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/grilling/\">Grilling</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/healthy/\">Healthy</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/europe/italy/\">Italian</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/mexico/\">Mexican</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/pasta/\">Pasta</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/desserts/pie/\">Pies</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/pizza/\">Pizza</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/pork/\">Pork</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/quick-easy/\">Quick &amp; Easy</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/rice/\">Rice</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/salad/\">Salad</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/sausage/\">Sausage</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/slow-cooker/\">Slow Cooker</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/soup/\">Soup</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/steak/\">Steak</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/stew/\">Stew</a> </li>\n              <li><a href=\"http://www.recipe.com/recipes/vegetables/\">Vegetables</a> </li>\n            </ul>\n          </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/blogs/cooking/\"> Cooking Blog</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/how-to/\">Cooking How-To</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/recipecom/file.jsp?item=/marketing/Registration/Navigation_Bar/rec_navsplash_collections&amp;temp=yes&amp;psrc=R1310RECTNR972\"> Collections</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/videos/video-index\"> Videos</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/free-stuff/\"> Win!</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/the-coupon-book/\"> Coupon Book</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/popular/\"> Popular Recipes</a> </li>\n          <li class=\"otherNavItem\"> <a class=\"mainItem\" href=\"http://www.recipe.com/recipes/\"> All Recipes</a> </li>\n        </ul>\n        <ul class=\"right\">\n          <li class=\"has-form show-for-medium-up\">\n            <form class=\"smallSearchForm searchForm\" method=\"get\" id=\"searchrecipecom\" name=\"searchrecipecom\" action=\"http://www.recipe.com/search/\">\n              <div class=\"row collapse\" id=\"headSiteSearch\">\n                <div class=\"small-10 columns\">\n                  <input type=\"text\" placeholder=\"SEARCH\" class=\"searchTerm\" name=\"searchTerm\" id=\"headerSearchBox\" autocomplete=\"off\">\n                </div>\n                <div class=\"small-2 columns\">\n                  <div class=\"integratedButton postfix icon-search\" id=\"headerButtonSearch\"></div>\n                </div>\n              </div>\n            </form>\n          </li>\n          <li class=\"has-dropdown not-click\"> <a class=\"hide-for-medium-up\" href=\"#\">Your Account</a> <a id=\"userMenu\" class=\"icon-user show-for-medium-up\"></a>\n            <ul class=\"dropdown userMenuDropdown\">\n              <li class=\"title back js-generated\">\n                <h5><a href=\"javascript:void(0)\">Back</a></h5>\n              </li>\n              <li><a href=\"http://www.recipe.com/recipebox/\">Recipe Box</a></li>\n              <li><a href=\"http://www.recipe.com/common/profile/quicksignup.jsp?regSource=9051\">Newsletters</a></li>\n              <li><a href=\"http://www.recipe.com/common/profile/profileUpdate.jsp\">Update Profile</a></li>\n              <li class=\"navListLoggedOutItem\"><a href=\"http://www.recipe.com/common/profile/login1.jsp?regSource=9050&amp;returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=1621028041\" title=\"Log in\"><span>Log in</span></a></li>\n              <li class=\"navListLoggedOutItem\"><a href=\"http://www.recipe.com/common/profile/regStep1.jsp?regSource=9050&amp;returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=1621028041\" title=\"Join Now!\"><span>Join now!</span></a></li>\n              <li><a href=\"http://www.recipe.com/recipecom/file.jsp?item=/help/help\">Help</a></li>\n            </ul>\n          </li>\n        </ul>\n      </section>\n    </nav>\n    <div class=\"megaDropDownContainer hide\">\n    </div>\n  \n      </header>\n    </div>\n    <script>\n    $(\"div.searchButton\").click(function(e){$(this).parent(\"form\").submit()});$(\"input.searchTerm\").focus(function(){if($(this).val()==\"Search For Recipes\"){$(this).val(\"\")}}).blur(function(){if($(this).val()==\"\"){$(this).val(\"Search For Recipes\")}});$(\"input.howtoSearchTerm\").focus(function(){if($(this).val()==\"search how-tos\"){$(this).val(\"\")}}).blur(function(){if($(this).val()==\"\"){$(this).val(\"search how-tos\")}});$(\"form.searchForm\").unbind(\"submit\").submit(function(e){e.preventDefault();var t=$(this).children(\"input[name='searchTerm']\").val();if(t!=\"\"&&t!=\"Search For Recipes\"){window.location.href=\"/search/?searchTerm=\"+t}return false});$(\"form.searchHowtoForm\").unbind(\"submit\").submit(function(e){e.preventDefault();var t=$(this).children(\"input[name='searchTerm']\").val();if(t!=\"\"&&t!=\"search how-tos\"){window.location.href=\"/search/?searchTerm=\"+t+\"&display=howto\"}return false})\n    </script>\n    <div id=\"topBannerContainer\">\n    <script>\n    if (!jQuery.browser.mobile) {\n            document.write(\"<div id='div-gpt-topBanner'></div>\");\n    }\n    </script>\n    </div>\n\n    <div id=\"siteContent\" class=\"twoColumn\">\n    <div id=\"mainColumn\">\n<div class=\"article-wrap\">\n<article class=\"contentPanel\">\n    <div class=\"post\" id=\"post-41883\">\n                        <ul class=\"breadcrumbs\">\n                    <li><a href=\"http://www.recipe.com\">Recipe.com</a></li>\n                    <li><a href=\"http://www.recipe.com/blogs/cooking/\">What's Cooking</a></li>\n                    <li> \n                            <a href=\"http://www.recipe.com/blogs/cooking/category/holidays-parties\">Other Holidays &amp; Parties</a>                    </li>\n            </ul>\n        <div class=\"column small-3 large-1\">\n            <a href=\"http://www.recipe.com/blogs/cooking/author/dyen/\"><img alt='Diana Yen' src='http://0.gravatar.com/avatar/05188c22251c2674a5e6f1dc3d13646a?s=55&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D55&amp;r=G' class='avatar avatar-55 photo' height='55' width='55'/></a>        </div>\n        <div class=\"column small-9 large-11\">\n            <h1>\n                    Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash            </h1>\n            <p class=\"byline\">\n                   <a href=\"http://www.recipe.com/blogs/cooking/author/dyen/\" title=\"Posts by Diana Yen\" rel=\"author\">Diana Yen</a> | December 22, 2014            </p>\n        </div>\n        <div class=\"column small-12\">\n            \n<div class=\"social\"> \n  <script type=\"text/javascript\" src=\"http://cdn.gigya.com/js/socialize.js?apiKey=2_cgU_COn1K1_s50vLpdNR5s243MKCghImUSCIX0smFHQT7yZI2oCaexUchtg3Srhl\"></script> \n  <script type=\"text/javascript\">\nvar conf={ APIKey: '2_cgU_COn1K1_s50vLpdNR5s243MKCghImUSCIX0smFHQT7yZI2oCaexUchtg3Srhl' }\n</script> \n  <script type=\"text/javascript\">\nvar act = new gigya.services.socialize.UserAction();\nact.setTitle(\"Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash\");\nact.setLinkBack(\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\");\nact.setDescription(\" Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash \");\nact.addActionLink(\"Read This\", \"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\");\nact.addMediaItem({\n\ttype: 'image',\n\tsrc: 'http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feat_mash.jpg',\n\thref: 'http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/'\n});\nvar showShareBarUI_params = {\n\tshareButtons: [{ provider: 'pinterest', tooltip: 'Pin It on Pinterest' },\n\t{ provider: 'facebook', tooltip: 'Share This Post on Facebook' },\n\t{ provider: 'twitter', tooltip: 'Share This Post on Twitter' },\n\t{ provider: 'email', tooltip: 'Email This Post' },\n\t{ provider: 'print', tooltip: 'Print This Post' }],\n\tcontainerID: 'gigya41883',\n\temailProviders: 'google, yahoo',\n\tuserAction: act,\n\tshowEmailButton: true,\n\tshowCounts: 'none',\tbuttonTemplate: '<a href=\"javascript:$onClick\"><div class=\"button $text\"></div><a>'\n};\nif (jQuery.browser.mobile) {\n\tshowShareBarUI_params.shareButtons =\n\t[{ provider: 'pinterest', tooltip: 'Pin It on Pinterest' },\n\t{ provider: 'facebook', tooltip: 'Share This Post on Facebook' },\n\t{ provider: 'twitter', tooltip: 'Share This Post on Twitter' },\n\t{ provider: 'email', tooltip: 'Email This Post' }]; }\n</script>\n  <div id=\"gigya41883\" style=\"float:left;\"></div>\n  <script type=\"text/javascript\">gigya.services.socialize.showShareBarUI(conf,showShareBarUI_params);</script> \n<script>if (!jQuery.browser.mobile) { document.write(\"<a id='comment_count' href='#respond' class='button secondary comments'>Comments (0)</a>\")}</script></div>\n<div></div>\n        </div>\n            <div id=\"the_content\">\n                    <p style=\"text-align: center;\"><a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\"><img class=\"aligncenter\" title=\"Sweet Potato Celery and Parsnip Mash\" src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_feat_mash.jpg\" alt=\"Sweet Potato Celery and Parsnip Mash\" width=\"550\" height=\"614\"/></a></p>\n<p>With winter cooking in full swing, I&#8217;ve been making heartier meat dishes such as braises, <a href=\"http://www.recipe.com/search/?searchTerm=roasts\">stews</a>, and roasts. One my favorite side dishes to accompany them is <a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\">sweet potato mash</a>. They&#8217;re less starchy than white ones and higher in nutrition, packed with loads of vitamin A. I liked the addition of parsnips in this recipe and added a bulb of celery root as well to give the dish another layer of earthy flavor.</p>\n<h3><a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\">Get the recipe for sweet potato and parsnip mash here.</a></h3>\n<p style=\"text-align: center;\"><a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\"><img class=\"aligncenter\" title=\"Potatoes and Parsnips\" src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_potatoes_parsnips.jpg\" alt=\"Potatoes and Parsnips\" width=\"550\" height=\"680\"/></a></p>\n<p>I began by scrubbing and peeling all of my root vegetables. Celery root can be a little tricky to work with since the skin is thick and bumpy, so I use the peeler first to remove as much of the exterior as possible. Then I trim off any missed spots with my knife. By cutting them all into 1-inch cubes, they&#8217;ll cook more evenly together in the pot.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\"><img class=\"aligncenter\" title=\"Peeling Vegetables\" src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_peeling_vegetables.jpg\" alt=\"Peeling Vegetables\" width=\"550\" height=\"403\"/></a></p>\n<p>I transferred the vegetables to a large stock pot and covered them in water with a large pinch of salt. After about 15 minutes of cooking, they were fork-tender. I drained and transferred everything to a large bowl.</p>\n<p>Because I like mine with a little chunkier texture, I used my hand masher to mix them together. The butter and milk help to smooth out the mash, while the brown sugar and allspice round out the flavors.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\"><img class=\"aligncenter\" title=\"Mashing Sweet Potatoes\" src=\"http://blogs.mydevstaging.com/blogs/cooking/files/2014/12/550_mashing.jpg\" alt=\"Mashing Sweet Potatoes\" width=\"550\" height=\"438\"/></a></p>\n<p>This dish can be made the day ahead and reheated right before serving. Be sure to add an extra pat of butter on top to finish. Try this root vegetable mash as a sweet, earthy alternative to classic mashed potatoes at your next meal.</p>\n<h3>Sweet Potato, Parsnip, and Celery Root Mash</h3>\n<p><strong>Serves:</strong> 8<br/>\n<strong>Prep Time:</strong> 15 minutes</p>\n<p>1/4 pound celery root, peeled and cut into 1-inch pieces<br/>\n1 pound parsnips, peeled and cut into 1-inch pieces<br/>\n2 pounds sweet potatoes, peeled and cut into 1-inch pieces<br/>\n1/2 cup 2% milk<br/>\n1/4 cup packed brown sugar<br/>\n2 tablespoons unsalted butter<br/>\n3/4 teaspoon salt<br/>\n1/4 teaspoon ground allspice</p>\n<p>1. Combine parsnips and sweet potatoes in a medium pot; cover with 1 inch of cold water. Bring to a boil, then reduce heat to medium and simmer for 10 to 15 minutes, or until vegetables are tender and parsnips have lost their bitterness.<br/>\n2. Drain cooked vegetables and immediately return to pot over low heat. Mash with milk, brown sugar, butter, salt, and allspice.</p>\n<h3>Get the <a href=\"http://www.recipe.com/sweet-potato-parsnip-mash-1/\">original recipe here</a>.</h3>\n<script async type=\"text/javascript\" src=\"//tracking.skyword.com/tracker.js?contentId=281474979348844\"></script>\n            </div>\n            <!-- /#the_content -->\n                        <div id=\"postmeta\">\n                    <p> Categories:\n                            <a href=\"http://www.recipe.com/blogs/cooking/category/holidays-parties/\" title=\"View all posts in Other Holidays &amp; Parties\" rel=\"category tag\">Other Holidays &amp; Parties</a>                            |  Tags:\n                             <a href=\"http://www.recipe.com/blogs/cooking/tag/christmas-side-dishes/\" rel=\"tag\">Christmas Side Dishes</a>, <a href=\"http://www.recipe.com/blogs/cooking/tag/mashed-potatoes/\" rel=\"tag\">Mashed Potatoes</a>, <a href=\"http://www.recipe.com/blogs/cooking/tag/sweet-potatoes/\" rel=\"tag\">Sweet Potatoes</a>, <a href=\"http://www.recipe.com/blogs/cooking/tag/thanksgiving-side-dishes/\" rel=\"tag\">Thanksgiving Side Dishes</a>                             <span class=\"comments\"> <br>\n                            <a href=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/#respond\" title=\"Comment on Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash\">No Comments</a>                            | <a href='#respond'>Post Your Comment</a></span> </p>\n            </div>\n            <script>\n            if (jQuery.browser.mobile) {\n                    document.write('<div class=\"OUTBRAIN\" data-src=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\" data-widget-id=\"MB_1\" data-ob-template=\"recipe\" ></div>');\n            } else {\n                    document.write('<script id=\"mNCC\" language=\"javascript\"> medianet_width=\\'650\\'; medianet_height= \\'175\\'; medianet_crid=\\'371673758\\'; </scr' + 'ipt> <script id=\"mNSC\" src=\"http://contextual.media.net/nmedianet.js?cid=8CUPTG615\" language=\"javascript\"></scr' + 'ipt><div class=\"OUTBRAIN\" data-src=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\" data-widget-id=\"AR_2\" data-ob-template=\"recipe\" ></div>');\n            }\n            </script> \n            <script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n            <div class=\"comments\">\n                    \n\n  <!-- If comments are open, but there are no comments. -->\n      \n\t\t\t\t\t\t\t\t\t<div id=\"respond\">\n\t\t\t\t<h3 id=\"reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/#respond\" style=\"display:none;\">Cancel reply</a></small></h3>\n\t\t\t\t\t\t\t\t\t<form action=\"http://blogs.mydevstaging.com/blogs/cooking/wp-comments-post.php\" method=\"post\" id=\"commentform\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"comment-notes\">Your email address will not be published. Required fields are marked <span class=\"required\">*</span></p>\t\t\t\t\t\t\t<fieldset class=\"comment-form-author\"><input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\"/><label for=\"author\">Name</label> <span class=\"required\">*</span></fieldset><!-- #form-section-author .form-section -->\n<fieldset class=\"comment-form-email\"><input id=\"email\" name=\"email\" type=\"text\" value=\"\" size=\"30\"/><label for=\"email\">Email</label> <span class=\"required\">*</span></fieldset><!-- #form-section-email .form-section -->\n<fieldset class=\"comment-form-url\"><input id=\"url\" name=\"url\" type=\"text\" value=\"\" size=\"30\"/><label for=\"url\">Website</label></fieldset>\n\t\t\t\t\t\t\t\t\t\t\t\t<fieldset class=\"comment-form-comment\"><label for=\"comment\">Let us know what you have to say:</label><textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" aria-required=\"true\"></textarea></fieldset><!-- #form-section-comment .form-section -->\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"form-submit\">\n\t\t\t\t\t\t\t<input name=\"submit\" type=\"submit\" id=\"submit\" value=\"Post Comment\"/>\n\t\t\t\t\t\t\t<input type='hidden' name='comment_post_ID' value='41883' id='comment_post_ID'/>\n<input type='hidden' name='comment_parent' id='comment_parent' value='0'/>\n\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"1d8566c2e4\"/></p>\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div><!-- #respond -->\n\t\t\t\t\t\t\n <!-- <p class=\"commentStat\">No Responses to &#8220;Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash&#8221;</p> -->\n             </div>\n            </script>\n            \n</article>\n<script type=\"text/javascript\">\n\tvar current_page_type = \"detail\";\n</script>\n</div>\n        </div>\n     <aside id=\"rightColumn\">\n  <div id=\"ql_rcp_targeter\"> \n    <!-- LightWeight Promos are false, use the targeter--> \n    <!-- ++PROMO NOT EMPTY++ --> \n    <!-- ONLINE PROMOEMBEDFRAG.JSP --> \n    <!--\n    OnlinePromos:/templatedata/common/onlinePromos/data/alr_tr_default_LO_I3CGTTR00.xml(/templatedata/common/onlinePromos/data/alr_tr_default_LO_I3CGTTR00.xml)+++++++++++++++\n\t\t\tplacement=trafficRight+++++++++++++++\n\t\t\tformPlacement=+++++++++++++++\n\t\t\ttargeter=RcpTrafficRight++++++++++++++++++\n\t\t\tpromocode=I3CGTTR00display --> \n    <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ALR&amp;cds_page_id=153462&amp;cds_response_key=I3CGTTR00&amp;cds_misc_5=trafficrightpub&amp;psrc=I3CGTTR00\"><img width=\"310\" height=\"140\" border=\"0\" src=\"http://images.meredith.com/recipecom/images/Marketing/Subscription/AllRecipes/310x140_alr_999.jpg\"></a> </div>\n  <div class=\"clearall\"></div>\n  <div id=\"rightBannerContainer\"> \n    <script>\n\tif (!jQuery.browser.mobile) {\n\t\tdocument.write(\"<div id='div-gpt-rightBanner'></div>\");\n\t}\n\t</script> \n  </div>\n  <div id=\"ancillaryContainer\">\n    <div id=\"div-gpt-ancillary\"></div>\n  </div>\n  <div id=\"buzzContainer\">\n      <script>\n        $(document).ready(function(){\n           $(\"#buzzContainer\").load(\"http://www.recipe.com/common/buzz/recipeBlogBuzz.jsp\",\n           \n            function(){\n               $.getScript(\"http://www.recipe.com/web/js-min/recipecom/js/components/buzz.js\");\n           }); \n        });\n      </script>\n  </div>\n  <div id=\"docking-right-rail-wrapper\">\n    <div id=\"docking-right-rail\">\n      <div id=\"rightBannerLower301Container\">\n        <div id=\"div-gpt-rightBannerLower301\"></div>\n      </div>\n    </div>\n  </div>\n</aside>\n<!-- END sidebar -->    </div>\n\n   <div class=\"backToTop\">\n      <a href=\"#\">Back to Top</a>\n   </div>\n<div id=\"mobileHoverBannerWrapper\">\n\t<div id=\"div-gpt-mob-hoverBanner\"></div>\n\t<div id=\"div-kargo-hoverBanner\"></div>\n</div>\n\n<div class=\"siteFooterBG\">\n  \n\n    <footer id=\"siteFooter\">\n        <section id=\"mainFooterColumn\">\n            <dl class=\"siteLinks\" data-accordion=\"footerLinksAccordion\">\n                <dd class=\"siteLinkAccordionNav\">\n                                        <a href=\"#sl0\" class=\"siteLinkAccordionNavHeader\"><strong>Your Account</strong></a>\n                                        <div class=\"siteLinkAccordionContent content\" id=\"sl0\">\n                                            <ul>\n                                                <li class=\"navListLoggedOutItem\"><a title=\"Log in\" href=\"http://www.recipe.com/common/profile/login1.jsp?regSource=9050&amp;returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=1620378932\"><span>Log in</span></a></li>\n        <li class=\"navListLoggedOutItem\"><a title=\"Join Now!\" href=\"http://www.recipe.com/common/profile/regStep1.jsp?regSource=9050&amp;returnURL=http://www.recipe.com/recipecom/recipedetail.jsp?recipeId=1620378932\"><span>Join now!</span></a></li>\n    <li><a href=\"/recipecom/file.jsp?item=/help/help\">Help Resources</a></li><li><a href=\"https://secure.recipe.com/common/profile/profileUpdate.jsp\">Update Your Profile</a></li><li><a href=\"/recipecom/file.jsp?item=/legal/privacy\">Privacy Policy</a></li><li><a href=\"http://www.meredith.com/datapolicy.html\">Data Policy</a></li><li><a href=\"https://secure.recipe.com/common/profile/quicksignup.jsp?regSource=9051\">Free Newsletters</a></li></ul>\n                                        </div>\n                                    </dd>\n                                <dd class=\"siteLinkAccordionNav\">\n                                        <a href=\"#sl1\" class=\"siteLinkAccordionNavHeader\"><strong>Recipe.com</strong></a>\n                                        <div class=\"siteLinkAccordionContent content\" id=\"sl1\">\n                                            <ul>\n                                                <li><a href=\"/sitemap/\">Sitemap</a></li><li><a href=\"http://www.recipe.com/about-us/\">About Us</a>\n                        </li><li><a href=\"http://www.bhg.com/bhg/file.jsp?item=/partner/srds/index&amp;temp=noo\">Advertise on Recipe.com</a></li><li><a href=\"http://www.recipe.com/tools/\">Tools</a>\n                        </li><li><a href=\"/contributors/\">Partners</a></li><li><a href=\"https://www.facebook.com/recipedotcom\" target=\"windowName\">Facebook</a></li><li><a href=\"https://twitter.com/recipedotcom\" target=\"windowName\">Twitter</a></li></ul>\n                                        </div>\n                                    </dd>\n                                </dl>\n            <dl class=\"networkLinks\" data-accordion=\"footerLinksAccordion\">\n                <dd class=\"siteLinkAccordionNav\">\n                                                    <a href=\"#nl1\" class=\"siteLinkAccordionNavHeader\"><strong><span class=\"heading1\">\nAllrecipes</span>\n</strong></a><div class=\"siteLinkAccordionContent content\" id=\"nl1\">\n                                                        <ul>\n                                                            <li><a href=\"http://allrecipes.com/\" target=\"windowName\">Allrecipes.com</a></li><li><a href=\"http://www.recipe.com/\">Recipe.com</a></li><li><a href=\"http://www.eatingwell.com\" target=\"windowName\">Eating Well</a></li><li><a href=\"http://www.betterrecipes.com/\">Better Recipes</a></li><li><a href=\"http://www.rachaelraymag.com/\">Rachael Ray Magazine</a></li><li><a href=\"http://www.diabeticlivingonline.com/\">Diabetic Living</a></li></ul>\n                                                    </div>\n                                                </dd>\n                                            </dl>\n        </section>\n        <aside id=\"rightFooterColumn\">\n            <div class=\"footerSearch\">\n                <form action=\"/search/\" name=\"searchrecipecomfooter\" id=\"searchrecipecomfooter\" method=\"get\" class=\"smallSearchForm searchForm\">\n        <div id=\"footerSiteSearch\" class=\"row collapse\">\n            <label for=\"footerSearchBox\">Search Recipe.com</label>\n            <div class=\"small-10 columns\"><input type=\"text\" id=\"footerSearchBox\" name=\"searchTerm\" class=\"searchTerm\" autocomplete=\"off\"></div>\n            <div class=\"small-2 columns\"><div id=\"footerButtonSearch\" class=\"integratedButton postfix icon-search\"></div></div>\n        </div>\n    </form>\n</div>\n            <div class=\"socialLinks\">\n                <strong>Connect with us</strong>\n                <ul class=\"connectLinks\">\n                    <li><a href=\"http://www.pinterest.com/recipedotcom/\" class=\"icon-pinterest\"></a></li>\n                    <li><a href=\"https://www.facebook.com/recipedotcom\" class=\"icon-facebook\"></a></li>\n                    <li><a href=\"https://twitter.com/recipedotcom\" class=\"icon-twitter\"></a></li>\n                    <li><a href=\"http://instagram.com/recipedotcom\" class=\"icon-instagram\"></a></li>\n                    <li><a href=\"https://plus.google.com/+recipecom\" class=\"icon-google-plus\"></a></li>\n                    <li><a href=\"https://secure.recipe.com/common/profile/quicksignup.jsp?regSource=9051\" class=\"icon-envelope\"></a></li>\n                </ul>\n            </div>\n            <div id=\"footerTargeter\">\n                    <!-- LightWeight Promos are false, use the targeter-->\n            <!-- ++PROMO NOT EMPTY++ -->\n                            <!-- ONLINE PROMOEMBEDFRAG.JSP -->\n<!--\n        OnlinePromos:/templatedata/common/onlinePromos/data/alr_FS_default_LO_I47GTFS74.xml(/templatedata/common/onlinePromos/data/alr_FS_default_LO_I47GTFS74.xml)+++++++++++++++\n                placement=footerSub+++++++++++++++\n                formPlacement=+++++++++++++++\n                targeter=RcpFooterSub++++++++++++++++++\n                promocode=I47GTFS74display\n-->\n\n                <a href=\"https://secure.allrecipesmagazine.com/order/?containerName=i47gtfs74&amp;psrc=I47GTFS74\"><img src=\"//images.meredith.com/recipecom/images/Marketing/Subscription/AllRecipes/alr_200x100_allnewrec.jpg\" width=\"200\" height=\"100\" border=\"0\" style=\"display: none;\"><div id=\"monetate_selectorBanner_bf3b7dc5_00\"><img alt=\"\" src=\"http://b.monetate.net/img/1/321/271998.jpg\" usemap=\"#monetate_selectorBanner_bf3b7dc5_00Map\" style=\"border: none; outline: none;\"><map id=\"monetate_selectorBanner_bf3b7dc5_00Map\" name=\"monetate_selectorBanner_bf3b7dc5_00Map\"><area shape=\"rect\" coords=\"0,0,199,99\" href=\"https://secure.allrecipesmagazine.com/order/?containerName=i4bvtfs02&amp;psrc=MN_I4BVTFS02_LO\" style=\"outline: none;\"></map></div></a>\n</div>\n            </aside>\n        <div class=\"copyrightContainer\">\n            <div class=\"mwnLogo\"></div>\n            <div class=\"text\">\n\n© Copyright 2014, <a href=\"http://www.meredith.com\">Meredith Corporation</a>. All Rights Reserved |\n<a href=\"http://www.meredith.com/privacy.html\">Privacy Policy</a> |\n<a href=\"http://www.meredith.com/datapolicy.html\">Data Policy</a> |\n<a href=\"http://recipe.com/recipecom/file.jsp?item=/legal/terms\">Terms of Service</a> |\n<!--\nGhostery Inc tag\ncid: 1333\npid: 282\n-->\n<a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\" style=\"border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;\" src=\"http://c.betrad.com/pub/icon1.png\"><span style=\"vertical-align:middle !important\">AdChoices</span></a>\n<script type=\"text/javascript\">\n(function() {\nvar ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid', 282); ev.setAttribute('data-ev-tag-ocid', 1333);\nev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ev, s);\n})();\n</script>\n</div>\n        </div>\n    </footer>\n          \n</div>\n<script>\nvar yieldbotCode = {\n\tbhg: (jQuery.browser.mobile) ? 'bb9f' : 'e8e0', \n\tdlv: 'fc78', \n\tfc: 'f0bf', \n\tfitness: 'fe63', \n\tlhj: '71d9', \n\tmidwest: '7df9', \n\tparents: (jQuery.browser.mobile) ? 'f467' : '2d87', \n\trrmag: 'ae32', \n\trecipecom: (jQuery.browser.mobile) ? '31dd' : '8155', \n\ttraditionalhome: '691f', \n\twood: 'c0ed',\n\tbr: 'd45f' \n};\nvar adService = {\n\tmobileAds: (jQuery.browser.mobile) ? true : false,\n\tkruxEnabled: true,\n\tyieldbotEnabled: true,\n\tyieldbotPub: yieldbotCode[brand],\n\tunitValues: {\n\t\tadDomain: '',\n\t\tchannel: 'blogs',\n\t\tparent: 'cooking'\n\t},\n\tpageTargetingValues: {\n\t\tid: '',\n\t\ttype: '',\n\t\ttags: '',\n\t\tsearch: '',\n\t\texcludeKargoSiteSkin: 'true'\n\t}\n};\n// define adDomain on blogs dev\nif (document.URL.indexOf('green.resolute.com') !== -1) {\n\tadService.unitValues.adDomain = brand + ((jQuery.browser.mobile) ? '.mdp.mob' : '.mdp.com');\n}\n// change adDomain suffix for bhgscrapbooks\nif (brand === 'sbe') {\n\tadService.unitValues.adDomain = 'bhgscrapbooks.msim';\n}\n\n// define pageTargetingValues\n\t// post\n\tadService.pageTargetingValues.id = 'make-ahead-side-sweet-potato-parsnip-and-celery-root-mash';\n\tadService.pageTargetingValues.type = 'post';\n\n(function() {\n\tvar d = new Date(), dateBits = [], dow, diff, gadsCore, cdnPath;\n\td.setUTCHours(d.getUTCHours() - 9);\n\tdow = d.getUTCDay();\n\tdiff = ((dow < 2) ? 2 : 5) - dow;\n\tdiff = (diff < 1) ? diff+4 : diff;\n\td.setUTCDate(d.getUTCDate() + diff);\n\tdateBits.push(d.getUTCFullYear());\n\tdateBits.push(d.getUTCMonth()+1);\n\tdateBits.push(d.getUTCDate());\n\tadService.cacheBuster = '?' + dateBits.join('-');\n\tgadsCore = document.createElement('script');\n\tgadsCore.src = 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.core.js' + adService.cacheBuster;\n\tvar node = document.getElementsByTagName('script')[0];\n\tnode.parentNode.insertBefore(gadsCore, node);\n})();\n</script><span class=\"jsScriptsContainer\"> \n    \n<script>\nvar environment, device;\nif (document.URL.indexOf(\"resolute.com\") != -1) {\n\tenvironment = \"test\";\n} else {\n\tenvironment = \"www\";\n}\nif (jQuery.browser.mobile) {\n\tdevice = \"mobile\" + \"/\";\n} else {\n\tdevice = \"\";\n}\ndocument.write('<scr' + 'ipt src=\"http://' + environment + '.recipe.com/web/js-min/' + device + 'recipecom/js/s_code_recipeH.js\"></scr' + 'ipt>');\n</script> \n\n<script type=\"text/javascript\" src=\"http://www.recipe.com/web/js-min/common/js/dwr/engine.js?09202012\"></script> \n<script type=\"text/javascript\" src=\"http://www.recipe.com/web/js-min/common/js/dwr/GigyaService.js?09202012\"></script>\n<script type=\"text/javascript\" src=\"http://www.recipe.com/web/js-min/recipecom/js/bundles/main.js\"></script>\n \n\n<script type=\"text/javascript\" src=\"http://www.recipe.com/web/js-min/recipecom/js/advertising.js\"></script>\n</span> <span class=\"reportingContainer\"> \n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"recipe.com\"></div>\n</div>\n<script type=\"text/javascript\">/* <![CDATA[ */\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script> \n<!-- END Parse.ly Include -->\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KHJS23\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<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-KHJS23');</script>\n<!-- End Google Tag Manager -->\n\n<!-- SiteCatalyst code version: H.5.\nCopyright 1997-2006 Omniture, Inc. More info available at\nhttp://www.omniture.com -->\n<script language=\"JavaScript\" src=\"\"></script>\n<script language=\"JavaScript\">\n\nvar dataLayerEntry = {};\nwindow.dataLayer = window.dataLayer || [];\n\n/* You may give each page an identifying name, server, and channel on the next lines. */\ns.server=\"www.recipe.com\";\n/* Baynote script requires eVar5 to be defined */\ns.eVar5=\"\";\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\ts.pageName = dataLayerEntry['Page Name']=\"Blogs:What&#039;s Cooking:\";\n\t\t\t\ts.channel=dataLayerEntry['Channel'] = \"Blogs\";\n\t\t\t\ts.prop1=dataLayerEntry['Category'] = \"Community\";\n\t\t\t\t/* E-commerce Variables */\n\t\t\t\ts.eVar9=\"Blogs:What&#039;s Cooking:\";\n\t\t\t\ts.eVar14=\"Blogs\";\n\t\t\n    \t\t\t\t    \n\t\t/* Omniture updates for Jan 1, 2010 per Mark Ribich - Ben, 12-29-2009*/\ns.prop18=\"recipe\";\n\ns.prop19=\"Other\";\ns.prop20=\"http://www.recipe.com/blogs/cooking/make-ahead-side-sweet-potato-parsnip-and-celery-root-mash/\";\n\n/* Added s.eVar29 to Parents blogs - Jeremy Schultz, 3/14/12 */\n\ndataLayerEntry['Hash ID'] = \"\";\ndataLayerEntry['event'] = \"pageview\";\n\nif (typeof dataLayer == \"object\" && typeof dataLayerEntry == \"object\")\n\tdataLayer.push(dataLayerEntry);\n\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\nvar s_code=s.t();if(s_code)document.write(s_code)\n</script>\n<script language=\"JavaScript\"><!--\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('<')+'\\!-'+'-')\n//--></script><!--/DO NOT REMOVE/-->\n<!-- End SiteCatalyst code version: H.5. -->\n\n\n<noscript>\n<a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img src=\"http://bhgrecipecom.112.2O7.net/b/ss/bhgrecipecom/1/H.20.3--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\"/></a>\n</noscript>\n<script src=\"http://www.recipe.com/web/js-min/js/mdp/util/flashScriptsOO.js\"></script>\n<noscript>\n<div> <img src=\"http://www.recipe.com//secure-us.imrworldwide.com/cgi-bin/m?ci=us-403846h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\"/> </div>\n</noscript>\n \n</span>\n<link rel='stylesheet' id='ramp_css-css' href='http://blogs.mydevstaging.com/blogs/cooking/wp-content/plugins/ramp-video/ramp-styles.css?ver=3.4.2' type='text/css' media='all'/>\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://blogs.mydevstaging.com/blogs/cooking/wp-content/plugins/ramp-video/ramp-scripts.js?ver=3.4.2'></script>\n</div>\n</body></html><!-- END single -->"
  },
  {
    "path": "tests/data/html/reuters.com1.html",
    "content": "<!--[if !IE]> This has been served from cache <![endif]-->\n<!--[if !IE]> Request served from apache server: S263585RGSF20 <![endif]-->\n<!--[if !IE]> Cached on Sat, 03 Jan 2015 11:21:45 GMT and will expire on Sat, 03 Jan 2015 11:36:45 GMT <![endif]-->\n<!--[if !IE]> token: aa9b2578-cb86-46b5-8051-d1a911778dfb <![endif]-->\n<!--[if !IE]> CSTAT-UUID: a91f82ca-84bd-48a7-b5db-a6e329499928 <![endif]-->\n<!--[if !IE]> App Server /S263585RGSF57/ <![endif]-->\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script language=\"javascript\">\n        if (location.href.indexOf('/commentsChild?') == -1){\n                document.write(\"<scr\"+\"ipt type='text/javascript' src='//nexus.ensighten.com/reuters/Bootstrap.js'></scr\"+\"ipt>\");\n        }\n        \n        var parallelMediaHosts = new Array();\n        \n        \tparallelMediaHosts.push(\"s1.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s2.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s3.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s4.reutersmedia.net\");\n        </script>\n\n<META name=\"DCSext.DartZone\" content=\"in.reuters/bizfinance/article\">\n    <title>\n      Sensex ends flat; weaker Asian markets offset reform hopes\n| Reuters\n\n</title>\n\t\t<meta name=\"DCSext.ChannelList\" content=\"businessNews;specialEvents1;samsung;newsproHome;Hitachi_IN;HSBC_IN\">\n\n\n<META name=\"description\" content=\"MUMBAI (Reuters) - The BSE Sensex and Nifty ended flat on Tuesday as weaker regional shares offset optimism over additional reforms a day after the government passed an executive order to ease land-acquisition\">\n\t  <META name=\"keywords\" content=\"Greece, Suresh Parmar\">\n<META name=\"site edition\" content=\"Reuters India\">\n\t<META name=\"REVISION_DATE\" content=\"Tue Dec 30 11:03:00 UTC 2014\">\n\n<META property=\"og:title\" content=\"Sensex ends flat; weaker Asian markets offset reform hopes\" />\n<META property=\"og:url\" content=\"http://in.reuters.com/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\" />\n<link rel=\"image_src\" href=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008813233&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABT04M\" />\n\t\t<meta name=\"twitter:image:src\" content=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008813233&w=580&fh=&fw=&ll=&pl=&r=LYNXMPEABT04M\">\n<meta name=\"twitter:card\" content=\"summary_large_image\"> \n<meta name=\"twitter:site\" content=\"@ReutersIndia\">\n<meta name=\"twitter:description\" content=\"The BSE Sensex and Nifty ended flat on Tuesday as weaker regional shares offset optimism over additional reforms a day after the government passed an executive order to ease land-acquisition\">\n<meta name=\"parsely-page\" content='{\"type\": \"post\", \"tags\": \"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\", \"title\": \"Sensex ends flat; weaker Asian markets offset reform hopes\", \"link\": \"http://in.reuters.com/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\", \"image_url\": \"http://s3.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008813233&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABT04M\", \"post_id\": \"INKBN0K80A020141230\", \"pub_date\": \"2014-12-30T11:03:00+0000\", \"section\":\"businessNews\", \"author\": \"\"}' />\n<link rel=\"canonical\" href=\"http://in.reuters.com/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\" />\n\t\t  \t<link rel=\"shortcut icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\" />\n  <link rel=\"icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\"  />\n\t<link href=\"http://s3.reutersmedia.net/resources_v2/css/rcom-main.css\" rel=\"stylesheet\" />\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo/yahoo-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/event/event-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/dom/dom-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo-dom-event/yahoo-dom-event.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/animation/animation-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/connection/connection-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/cookie/cookie-min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/jquery-1.6.1.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-agent.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/extensions.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-ads.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-wt-mlt.js\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-pid.js\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-geoIP.js\"></script>\n<script type=\"text/javascript\" src=\"/assets/rcom-cobrand.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-tns.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-article.css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-comments.css?version=20101129\" rel=\"stylesheet\" />\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-article.js\"></script>\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-linkback.js\"></script>\n\n<!--Slideshow JS and CSS files --> \n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/YUI_slideshow.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-slideshow.css\" type=\"text/css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-multimedia.css\" type=\"text/css\" rel=\"stylesheet\" />\n\n<style type=\"text/css\">\n.articleComments .grid8 .dividerInlineH { margin-top: 10px; }\n</style>\n\n\n<!--Press release disclaimer --> \n\n<style >\n.pressRelease{\n color:#666;\n font-size:11px;\n margin-bottom:10px;\n}\n.required{\n  color:red;\n  font-size:11px;\n  font-weight:bold;\n} \n\n#thisFlyout {\n    margin: 0px 0 0 150px !important;\n}\n</style>\n<script type=\"text/javascript\">\n window._taboola = window._taboola || [];\n window._taboola.push({article:'auto'}); \n !function (e, f, u) {\n    e.async = 1;\n    e.src = u;\n    f.parentNode.insertBefore(e, f);\n  }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/reuters-network/loader.js');\n</script>\n\n</head>\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W9SLGS\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>if (location.href.indexOf('/commentsChild?') == -1){ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})\n(window,document,'script','dataLayer','GTM-W9SLGS'); }</script>\n<!-- End Google Tag Manager -->\n\n<!-- US -->\n<!-- Begin KRUX Digital Control Tag for Reuters.com -->\n\n<!-- <script>var KRUXSetup = { \"pubid\": \"a6929f55-33e1-4f3e-92a7-af9b7c4614c8\" }; </script>\n<script src=\"http://cdn.krxd.net/krux.js\"></script>\n<script>\n\tvar ksgmnts = KRUX.getSegments();\n\tif (ksgmnts) {\n\t\tvar a = ksgmnts.split(\",\");\n\t\tvar kseg = \"\";\n\t\tfor (var i=0; i < a.length; i++){ kseg += \"ksgmnt=\" + a[i] + ';'; }\n\t}\n\tvar kruxuid = KRUX.getKuid();\n\tif (kruxuid) {\n\t\tvar kuid = 'u=' + kruxuid + ';';\n\t}\n</script> -->\n<!-- End KRUX Digital Control Tag for Reuters.com -->\n\n\n\n\n<link href=\"http://s4.reutersmedia.net/resources_v2/css/rcom-masthead-nav-new.css\" rel=\"stylesheet\" />\n<script src=\"/assets/info\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\nvar currentUsedEdition = 'IN';\n</script>\n\n<div id=\"header\">\n<a name=\"top\" id=\"top\" style=\"position: absolute;overflow:hidden;\">&nbsp;</a>\n\t<div id=\"marketsHeader\"></div>\n    <div id=\"market-cont\"><div id=\"md-toggle\"></div></div>\n\t<div id=\"masthead\">\n\t\t<div class=\"mast-strip\">\n\t\t<div id=\"logo\"><a id=\"logoLink\" href=\"/\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'logo','label':''});\" ><img src=\"http://s3.reutersmedia.net/resources_v2/images/masthead-logo.gif\" alt=\"Reuters\" border=\"0\" /></a></div>\n\n\t<div id=\"editionsTop\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchTop\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">IN</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n                    \t<li><a href=\"http://af.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Africa</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Germany</a></li>\n<li><a href=\"http://it.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Mexico</a></li>\n\t\t\t\t    <li><a href=\"http://ru.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Spain</a></li>\n<li><a href=\"http://uk.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United Kingdom</a></li>\n<li><a href=\"http://www.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United States</a></li>\n</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div id=\"search\" class=\"panel\">\n\t\t<div id=\"searchbox\">\n\t\t\t<form id=\"searchForm\" name=\"searchbox\" method=\"get\" action=\"/search\" autocomplete=\"off\">\n\t\t\t\t<input id=\"searchfield\" name=\"blob\" type=\"text\" value=\"Search News & Quotes\" size=\"30\"\n\t\t\t\t\tonfocus=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == 'Search News & Quotes'){document.forms['searchbox'].blob.value = '';}\"\n\t\t\t\t\tonblur=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == ''){document.forms['searchbox'].blob.value = 'Search News & Quotes';}\"\n\t\t\t\t\tonkeypress=\"if(event.keyCode == 13) {document.forms['searchbox'].submit();return false;}\" maxlength=\"128\"\n\t\t\t\t/>\n\t\t\t\t<input type=\"submit\" id=\"searchbuttonNav\" onclick=\"return Reuters.utils.submitSearch();\" value=\"\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'search','label': document.forms['searchbox'].blob.value});\" >\n\t\t\t</form>\n\t\t</div>\n\t</div>\n\t\t<div id=\"utilities\" class=\"panel\"></div>\n\t</div>\n\t</div>\n\n\t<div id=\"dd-navigation\">\n    \t<div id=\"nav-strip\">\n            <ul>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_1\"><a href=\"/home\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Home</span></a>\n                    </li>\n                <li class=\"nav-item\" id=\"nav-item_2\"><a href=\"/finance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Business</span></a>\n                    <div class=\"subnav \" id=\"subnav_2\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Home</a></li>\n                            <li class=\"\"><a href=\"/finance/economy\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Economy</a></li>\n                            <li class=\"\"><a href=\"/finance/summits\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Summits</a></li>\n                            <li class=\"\"><a href=\"/finance/deals\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Deals</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=104\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Video</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/companyOutlooksNews\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Company Results & Outlooks</a></li>\n                            <li class=\"lastChild \"><a href=\"/subjects/autos\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Autos</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_3\"><a href=\"/finance/markets\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Markets</span></a>\n                    <div class=\"subnav \" id=\"subnav_3\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance/markets\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Markets Home</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/indices\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Indices</a></li>\n                            <li class=\"\"><a href=\"/finance/stocks-quotes\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Quotes</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/india-stock-market\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Markets</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/us\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >US Markets</a></li>\n                            <li class=\"\"><a href=\"/finance/currencies\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Currencies</a></li>\n                            <li class=\"\"><a href=\"/finance/commodities\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Commodities</a></li>\n                            <li class=\"lastChild \"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://funds.in.reuters.com/IN/overview.asp&go_withoutlogin=http://funds.in.reuters.com/IN/overview.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Funds</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_4\"><a href=\"/news/top-news\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">India</span></a>\n                    <div class=\"subnav \" id=\"subnav_4\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/top-news\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Top News</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Insight</a></li>\n                            <li class=\"\"><a href=\"/subjects/monsoon\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Monsoon </a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/top-news\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Top News Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_5\"><a href=\"/news/world\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">World</span></a>\n                    <div class=\"subnav \" id=\"subnav_5\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/world\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Home</a></li>\n                            <li class=\"\"><a href=\"/news/south-asia\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >South Asia</a></li>\n                            <li class=\"\"><a href=\"/subjects/middle-east\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Middle East</a></li>\n                            <li class=\"\"><a href=\"/subjects/special-reports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Special Reports</a></li>\n                            <li class=\"\"><a href=\"http://www.reuters.com/investigates\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Investigates</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=117460\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_6\"><a href=\"/news/technology\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Tech</span></a>\n                    <div class=\"subnav \" id=\"subnav_6\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Technology Home</a></li>\n                            <li class=\"\"><a href=\"/news/science\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Science</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tech Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_7\"><a href=\"http://blogs.reuters.com/us/?edition=in\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Opinion</span></a>\n                    <div class=\"subnav \" id=\"subnav_7\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/us/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Opinion Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/pai-panandiker/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >D H Pai Panandiker</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india-expertzone/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Expert Zone</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/macroscope/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macroscope</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_8\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=in\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Breakingviews</span></a>\n                    <div class=\"subnav \" id=\"subnav_8\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/equities/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Equities</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/credit?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Credit</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/private-equity/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Private Equity</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/m-a/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >M&A</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/macro-markets/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macro & Markets</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/breakingviews/category/politics/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_9\"><a href=\"/finance/personal-finance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Money</span></a>\n                    <div class=\"subnav \" id=\"subnav_9\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance/personal-finance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Money Home</a></li>\n                            <li class=\"\"><a href=\"http://alerts.in.reuters.com/IN/company.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Alerts</a></li>\n                            <li class=\"\"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://portfolio.in.reuters.com/IN/watchlist/create.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Watchlist</a></li>\n                            <li class=\"\"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://portfolio.in.reuters.com/IN/overview.asp&go_withoutlogin=http://portfolio.in.reuters.com/IN/public/index.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Portfolio</a></li>\n                            <li class=\"\"><a href=\"http://stockscreener.in.reuters.com/Stock/IN/Index?quickscreen=gaarp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Screener</a></li>\n                            <li class=\"lastChild \"><a href=\"http://funds.in.reuters.com/IN/screener/screener.asp?reset=1\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Fund Screener</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_10\"><a href=\"/news/sports\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Sport & Life</span></a>\n                    <div class=\"subnav \" id=\"subnav_10\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/sports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sports</a></li>\n                            <li class=\"\"><a href=\"/news/lifestyle\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/bollywood\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Bollywood</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment</a></li>\n                            <li class=\"\"><a href=\"/news/oddlyEnough\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Oddly Enough</a></li>\n                            <li class=\"\"><a href=\"/news/health\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Health</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/arts\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Arts</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/faithworld/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Faithworld</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=1004\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_11\"><a href=\"/news/pictures\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Pictures</span></a>\n                    <div class=\"subnav \" id=\"subnav_11\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/pictures\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Pictures Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/photo?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Photographers</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_12\"><a href=\"/video\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Video</span></a>\n                    </li>\n                </ul>\n       \t</div>\n    </div>\n</div>\n<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/jquery.bgiframe.js\" type=\"text/javascript\"></script>\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-nav.js\" type=\"text/javascript\"></script>\n\n<div id=\"content\"><div class=\"section bleeding\" id=\"breakingNewsBand\">\n\t<div class=\"sectionContent\">\n<script type=\"text/javascript\">\nReuters.namespace(\"info\");\nReuters.info.articleId = 'INKBN0K80A020141230';\nReuters.info.articlePartnerURI = '';\nReuters.info.channel = 'businessNews';\nReuters.info.articleUrl = '/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230';\n</script>\n\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div id=\"breakingNewsContent\"></div>\n<script type=\"text/javascript\">\nReuters.utils.replaceContent(\"breakingNewsContent\", \"/assets/breakingNews\", null, null);\n</script>\n\n<div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"bannerStrip\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"leaderboard\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K80A020141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('leaderboard') == false) &&\n\t\t      (typeof (hideAd_13130488) == 'undefined' || hideAd_13130488 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K80A020141230;ord=3238?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K80A020141230;ord=3238?\" width=\"728\" height=\"90\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"articleTabSection\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_pushdown\" style=\"display:none;\">\n\t<div id=\"pushdownContainer\" class=\"pushdownContainer\">\n    \t<div class=\"ad\" id=\"pushdown\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=pushdown;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_pushdown) == 'undefined' || freqCap_pushdown == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_pushdown') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_pushdown) != 'undefined' &&\n\t\t       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && freqCap_pushdown.isAdNeeded()) ||\n\t\t        (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('pushdown') == false) &&\n\t\t      (typeof (hideAd_13130474) == 'undefined' || hideAd_13130474 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=pushdown;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=3629?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=pushdown;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=3629?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n</div>\n\n<script type=\"text/javascript\">\n\tif ( typeof(freqCap_pushdown) != 'undefined' && \n       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && (freqCap_pushdown.isAdNeeded())) || \n       (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t    document.getElementById('freqCap_pushdown').style.display = 'block';\n\t}\n</script>\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/commentLogin.js\"></script>\n<div class=\"tabs\" style=\"display:none;\">\n\t<ul>\n\t\t<li class=\"current\" tns=\"no\" ><a href=\"/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\">Article</a></li>\n    <li tns=\"no\" ><a href=\"/article/comments/idINKBN0K80A020141230\">Comments&nbsp;(0)</a></li>\n</ul>\n</div>\n\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\" id=\"articleContent\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_poe\" style=\"display:none;\">\n\t<div id=\"poeContainer\" class=\"poeContainer\">\n    \t<div class=\"ad\" id=\"poe\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=poe;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_poe) == 'undefined' || freqCap_poe == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_poe') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_poe) != 'undefined' &&\n\t\t       ((typeof(freqCap_poe.isAdNeeded) != 'undefined' && freqCap_poe.isAdNeeded()) ||\n\t\t        (typeof(freqCap_poe.isDefaultAdNeeded) != 'undefined' && freqCap_poe.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('poe') == false) &&\n\t\t      (typeof (hideAd_13130485) == 'undefined' || hideAd_13130485 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=poe;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=3395?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=poe;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=3395?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n</div>\n\n<script type=\"text/javascript\">\n\tif ( typeof(freqCap_poe) != 'undefined' && \n       ((typeof(freqCap_poe.isAdNeeded) != 'undefined' && (freqCap_poe.isAdNeeded())) || \n       (typeof(freqCap_poe.isDefaultAdNeeded) != 'undefined' && freqCap_poe.isDefaultAdNeeded()))) {\n\t    document.getElementById('freqCap_poe').style.display = 'block';\n\t}\n</script>\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"column1 gridPanel grid8\">\n<h1>Sensex ends flat; weaker Asian markets offset reform hopes</h1>\n    \n    <div id=\"articleInfo\">\n        <p>\n        <span class=\"location\">MUMBAI</span> <span class=\"pipe\"> </span> \n        <span class=\"timestamp\">Tue Dec 30, 2014 4:33pm IST</span>\n        </p>\n    </div>\n<div id=\"indiaShare\" class=\"relatedRail gridPanel grid6\"><div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n\t\t\t<a href=\"http://twitter.com/share\" class=\"twitter-share-button\"  data-counturl=\"http://in.reuters.com/article/2014/12/30/india-sensex-nifty-idINKBN0K80A020141230\" data-via=\"reuters\" data-text=\"Sensex ends flat; weaker Asian markets offset reform hopes\" id=\"twitter-share-link\">Tweet</a>\n              \t\t</li>\n\n                    <script type=\"text/javascript\">\n\t\t\t\t\t\t\tvar shortUrl = 'http://reut.rs/13Gi9IL';\n\t\t\t\t\t\t\tvar twitterShareLink = document.getElementById(\"twitter-share-link\");\n\t\t\t\t\t\t\ttwitterShareLink.setAttribute(\"data-url\", shortUrl);\n\t\t\t\t\t\t\tReuters.utils.loadScript(\"twitterShare\", \"http://platform.twitter.com/widgets.js\");\n\t\t\t\t\t\t</script>\n\t\t\t\t\t<li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&title=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes&summary=MUMBAI+%28Reuters%29+-+The+BSE+Sensex+and+Nifty+ended+flat+on+Tuesday+as+weaker+regional+shares+offset+optimism+over+additional+reforms+a+day+after+the+government+passed+an+executive+order+to+ease+land-acquisition+rules.%0AMonday%27s+announcement+could...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&t=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <script type=\"text/javascript\">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script>\n\t                <li class=\"digg \" tns=\"no\">\n\t                <a class=\"DiggThisButton DiggIcon\" href=\"http://digg.com/submit?style=no&amp;url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&amp;title=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes\">\n\t                <span style=\"display:none\">MUMBAI (Reuters) - The BSE Sensex and Nifty ended flat on Tuesday as weaker regional shares offset optimism over additional reforms a day after the government passed an executive order to ease land-acquisition rules.\nMonday's announcement could...</span>\n\t                </a>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=INKBN0K80A020141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=INKBN0K80A020141230', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t</ul>\n\t    </div>\n\t</div>\n</div><div class=\"linebreak\"></div>\n\t<div class=\"relatedPhoto landscape\" id=\"articleImage\">\n\t\t\t<img\n        \t\tsrc=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008813233&w=580&fh=&fw=&ll=&pl=&r=LYNXMPEABT04M\"\n        \t\tborder=\"0\" alt=\"People walk past the Bombay Stock Exchange (BSE) building in Mumbai May 13, 2014. REUTERS/Danish Siddiqui/Files\"\n        \t\t />\n     \t<div class=\"rolloverCaption\" id=\"captionContent\">\n            \t<div class=\"rolloverBg\">\n                    <div class=\"captionText\">\n                        <p>\n                            People walk past the Bombay Stock Exchange (BSE) building in Mumbai May 13, 2014. </p>\n                        <p class=\"credit\">Credit: Reuters/Danish Siddiqui/Files</p>\n                    </div>  \n                </div>\n            </div></div>\n\t<script type=\"text/javascript\">\nReuters.utils.addLoadEvent(function() { Reuters.utils.loadScript('sJSON','/assets/multimediaJSON?articleId=INKBN0K80A020141230&setImage=378&view=100&startNumber=1') });</script>\n<div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedTopics\" class=\"module\">\n    <div class=\"moduleHeader\"><h3>Related Topics</h3></div>\n        <div class=\"moduleBody\">\n            <ul>\n                <li><a href=\"/finance\">Business &#187;</a></li>\n                </ul>\n        </div>\n    </div>\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"thirdPartyLinkbackNews\"></div></div></div><div class=\"columnLeft\"><div id=\"relatedStocks\" class=\"relatedRail gridPanel grid2\"><div class=\"module\">\n\t\t<div class=\"moduleHeader\"><h3>Stocks</h3></div>\n\t\t<div class=\"moduleBody\">\n\t\t\t<span id=\"articleCompanyFlyout\">&nbsp;</span>\n\t\t\t<span id=\"articleCompanyInfo\">&nbsp;</span>\n\n\n\t<script type=\"text/javascript\">\n\tvar sTicker = 'LART.NS,LAIN.NS,RELI.NS,ONGC.NS';\n\t\n\tvar baseChartUrl = 'http://proxycache.reuters.com/wsod/enhancements/chartapi/chart_api.asp?';\n\tvar baseChartFormatting = '&width=300&height=162&headerType=none&display=mountain&theme=blue&preset=stockQuote';\n\tvar stockSectionUrl = '/finance/stocks/overview?symbol=';\n\n\tvar qDoubleClickDomain = 'ad.in.doubleclick.net';\n\tvar qDartDomain = 'in.reuters';\n\tvar qDartZone = '/bizfinance/article';\n\tvar qIsSponsored = false;\n\n\t</script>\n\t<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/articleCompanyQuotes.js\"></script>\n\n\t</div>\n\t</div>\n\t</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div class=\"assetBuddy\" name=\"BIZ Module Right\">\n\t<span name=\"trackingEnabledModule\" moduleName=\"E0102151852_507594\"><script language=\"javascript\">addImpression(\"E0102151852_507594\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">India in 2014: Year in Review</a></h3></div><div class=\"moduleBody\"><div class=\"feature\"><div class=\"photo\"><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\"><img src=\"http://s2.reutersmedia.net/resources/media/global/assets/images/20150101/20150102_6945038620150101185300.jpg\" alt=\"Photo\" title=\"Photo\" border=\"0\" /></a></div><h2><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\">Bollywood 2014</a></h2><p>The best and worst of Bollywood in 2014.&nbsp; <span class=\"inlineLinks\"><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\">Full&nbsp;Article</a></span>&nbsp;</p></div><ul><li><a href=\"http://blogs.reuters.com/india-expertzone/2014/12/22/india-in-2014-a-dream-run-for-markets/\">A dream run for markets</a></li><li><a href=\"http://blogs.reuters.com/india/2014/12/23/2014-an-year-of-leagues-for-indian-sports/\">Year of leagues for sports</a></li><li><a href=\"http://in.reuters.com/news/picture/2014/12/04/best-photos-of-the-year?articleId=INRTR4GQFE\">Best photos of the year 2014 </a></li><li><a href=\"http://in.reuters.com/news/picture/2014/12/11/best-of-india?articleId=INRTR4HK18\">Top pictures of the year: India</a></li><li><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">Full coverage: India in 2014</a></li></ul></div></div></span></div>\n\n\t<META name=\"DCSext.artCMS\" content=\"1\">\n</div></div><div class=\"columnLeft\"><div id=\"relatedInteractive\" class=\"relatedRail gridPanel grid2\"></div></div><span id=\"articleText\">\n<span id=\"midArticle_start\"></span>\n\n<span class=\"focusParagraph\"><p><span class=\"articleLocation\">MUMBAI</span> (Reuters) - The BSE Sensex and Nifty ended flat on Tuesday as weaker regional shares offset optimism over additional reforms a day after the government passed an executive order to ease land-acquisition rules.</p>\n</span><span id=\"midArticle_0\"></span><p>Monday's announcement could kick-start hundreds of billions of dollars worth of stalled projects, and comes after separate orders were passed to implement coal and insurance reforms.</p><span id=\"midArticle_1\"></span><p>However, weak sentiment across the region on a sharp selloff in commodities overnight and political uncertainty in Greece left investors hesitant to take big bets.</p><span id=\"midArticle_2\"></span><p>The BSE Sensex gained 0.03 percent at 27,403.54 points, while the broader Nifty ended 0.02 higher percent at 8,248.25 points.</p><span id=\"midArticle_3\"></span><p>Infrastructure stocks gained with Larsen and Toubro (<span id=\"symbol_LART.NS_0\">LART.NS</span>) adding 0.5 percent while Lanco Infratech (<span id=\"symbol_LAIN.NS_1\">LAIN.NS</span>) rose 4.3 percent. </p><span id=\"midArticle_4\"></span><p>However, energy firms fell as Brent crude fell to a 5-1/2 year low below $57 a barrel. Reliance Industries (<span id=\"symbol_RELI.NS_2\">RELI.NS</span>) closed down 1.9 percent and Oil and Natural Gas Corp (<span id=\"symbol_ONGC.NS_3\">ONGC.NS</span>) ended down 1.5 percent.</p><span id=\"midArticle_5\"></span><p></p><span id=\"midArticle_6\"></span><p> (Reporting by Indulal PM; Editing by Sunil Nair)</p><span id=\"midArticle_7\"></span></span>\n\n<div class=\"relatedTopicButtons\"><div class=\"file_under\">FILED UNDER: </div> \n\t\t\t<div class=\"actionButton\"><a href=\"/finance\">Business</a></div>\n\t\t\t</div><div class=\"facebookRec\" tns=\"no\">\n\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px;\" allowTransparency=\"true\"></iframe>\n        </div>\n<div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n                   \t\t<span class=\"hrefClone\" onclick=\"Reuters.tns.retweet();\">Tweet this</span>\n\t\t\t\t\t</li>\n                <li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&title=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes&summary=MUMBAI+%28Reuters%29+-+The+BSE+Sensex+and+Nifty+ended+flat+on+Tuesday+as+weaker+regional+shares+offset+optimism+over+additional+reforms+a+day+after+the+government+passed+an+executive+order+to+ease+land-acquisition+rules.%0AMonday%27s+announcement+could...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&t=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <li class=\"digg \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://digg.com/submit?url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findia-sensex-nifty-idINKBN0K80A020141230&bodytext=Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes', 1062, 570, 1, 'shareArticle');\">Digg this</span>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=INKBN0K80A020141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=INKBN0K80A020141230', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t<li tns=\"no\" class=\"reprints\"><a href=\"http://www.reutersreprints.com\">Reprints</a></li>\n                </ul>\n\t    </div>\n\t</div>\n<div>\n<div id='taboola-bmc' style=\"float:left;width:295px\"></div>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({mode:'organic-text-links-2c', container:'taboola-bmc', placement:'bmc', target_type:'text'});\n</script>\n<div style=\"float:left;width:300px;margin-left:10px\">\n     <iframe valign=\"middle\" width=\"305\" height=\"295\" marginheight=0 marginwidth=0 frameborder=0 vspace=0 hspace=0 scrolling=NO  src=\"http://www.smartlinks.dianomi.com/smartads.epl?id=1736\"></iframe>\n</div>\n</div>\n<div class=\"linebreak\"></div>\n\t<div name=\"mytest\">\n<div id='taboola-below-main-column'></div>\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'thumbs-2r', container:'taboola-below-main-column', placement:'below-main-column'});\n</script>\n</div><div class=\"linebreak\"></div>\n\t</div>\n\n<div class=\"column2 gridPanel grid4\">\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/tabs.js\"></script>\n\n<div class=\"linebreak\"></div>\n<div id=\"most-popular-parsely\"><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\" language=\"javascript\"></script><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-parsely.js\" language=\"javascript\"></script><div class=\"moduleHeader\"><h3>Trending On Reuters</h3></div><div class=\"columnLeft\"><div id=\"mostPopularRead\"><div id=\"parselyArticles\"><div class=\"module\"><div class=\"moduleBody\"><ul></ul></div><div id=\"parselyArticlesRemark\"></div></div></div></div></div><script type=\"text/javascript\">\n        var video_btn_url = '<img src=\"http://s3.reutersmedia.net/resources_v2/images/btn_rel_video.gif\" border=\"0\" height=\"11px\" width=\"43px\" alt=\"Video\" />';\n        var _raw_json_note = \"not in use for this version\";\n\tvar max_json_num = 5;\n\tvar filter_str = \"/news/pictures\";\n\tvar filter_arr = [];\n        filter_arr = filter_str.split(\",\");\n \n\tvar parselyObjects= [{\"data\":[{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":5135,\"pub_date\":\"2015-01-02T19:17:06\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINL1N0UH0YO20150102\",\"video_link\":\"\",\"section\":\"cyclicalConsumerGoodsSector\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINL1N0UH0YO20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"UPDATE 1-Obama authorizes more sanctions against North Korea in Sony hack\",\"image_url\":\"\",\"thumb_url_medium\":\"\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":1244,\"pub_date\":\"2015-01-02T23:53:48\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/people-donnadouglas-idINKBN0KB1GI20150102\",\"video_link\":\"\",\"section\":\"entertainmentNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/people-donnadouglas-idINKBN0KB1GI20150102\",\"authors\":[\"Will Dunham and Eric Kelsey\"],\"author\":\"Will Dunham and Eric Kelsey\",\"title\":\"'Beverly Hillbillies' actress Donna Douglas dies at 81\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011303877&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010MB\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_fd0d3073fd1c576422327dffe40191fe37c13433.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":1085,\"pub_date\":\"2015-01-03T02:58:18\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-objects-idINKBN0KC01J20150103\",\"video_link\":\"\",\"section\":\"globalCoverage2\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-objects-idINKBN0KC01J20150103\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Indonesian search and rescue finds two large objects in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150103&t=2&i=1011388724&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB0200B\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_3d9bac7e8a5e9468e7f79248db73e085ca59aa17.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":978,\"pub_date\":\"2015-01-02T19:05:18\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINKBN0KB16Q20150102\",\"video_link\":\"\",\"section\":\"technologyNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINKBN0KB16Q20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Obama authorizes additional sanctions against North Korea in Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011172028&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K0\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_1917d19cc9e9a6ebbe3da1da28c6f8991fa1da2f.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":677,\"pub_date\":\"2015-01-03T02:16:10\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0K900820150103\",\"video_link\":\"http:\\/\\/in.reuters.com\\/article\\/video\\/idINKBN0K900820150103?videoId=358479000\",\"section\":\"globalCoverage2\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0K900820150103\",\"authors\":[\"Fergus Jensen\"],\"author\":\"Fergus Jensen\",\"title\":\"Indonesia widens search area in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011105881&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010H7\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_15f61a7637af2d90311eec57bf5e1a051e75c542.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":587,\"pub_date\":\"2015-01-02T16:21:56\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0KB0YG20150102\",\"video_link\":\"\",\"section\":\"hollywood\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0KB0YG20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Irish rock star Bono says he may never play guitar again\",\"image_url\":\"http:\\/\\/s4.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011090896&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010FX\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_e7d1d3c55363ca00c2bd6b94b035e4caacf44466.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":579,\"pub_date\":\"2015-01-02T16:31:33\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/palestinians-israel-idINKBN0KB0ZW20150102\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/palestinians-israel-idINKBN0KB0ZW20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Palestinians submit ICC documents to United Nations\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011095974&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010GK\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_04480a5b248afbb4213f88cc130574ee90a52f05.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":474,\"pub_date\":\"2015-01-02T09:36:29\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/india-solar-idINKBN0KB0E920150102\",\"video_link\":\"\",\"section\":\"globalEnergyNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/india-solar-idINKBN0KB0E920150102\",\"authors\":[\"Krishna N. Das and Swetha Gopinath\"],\"author\":\"Krishna N. Das and Swetha Gopinath\",\"title\":\"Govt raises solar investment target to $100 bln by 2022\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010902015&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB01051\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_62ebe4ff51f21385ac200582d49fdd73cfd94139.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":424,\"pub_date\":\"2015-01-02T22:17:01\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/usa-lawsuit-britain-royals-idINKBN0KB1E920150102\",\"video_link\":\"\",\"section\":\"entertainmentNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/usa-lawsuit-britain-royals-idINKBN0KB1E920150102\",\"authors\":[\"Letitia Stein\"],\"author\":\"Letitia Stein\",\"title\":\"Woman says forced as minor into sex with Prince Andrew; allegations denied\",\"image_url\":\"http:\\/\\/s4.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011257990&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010LT\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_31a25cf8daacd73b2db24ef946814b265b6edf32.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":418,\"pub_date\":\"2015-01-03T03:30:25\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-idINL3N0UI01Q20150103\",\"video_link\":\"\",\"section\":\"industrialsSector\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-idINL3N0UI01Q20150103\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"UPDATE 1-Indonesian search and rescue finds two large objects in hunt for AirAsia jet\",\"image_url\":\"\",\"thumb_url_medium\":\"\",\"metadata\":\"\"}]}];\n\t\n\t\tif (typeof Reuters.parsely.parseParsely == 'function') { Reuters.parsely.parseParsely(parselyObjects); } \n\t</script>\n\n\n\n\n</div><div class=\"ad\" id=\"mpu\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=mpu;sz=300x250;tile=2;articleID=INKBN0K80A020141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpu') == false) &&\n\t\t      (typeof (hideAd_13130495) == 'undefined' || hideAd_13130495 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=mpu;sz=300x250;tile=2;articleID=INKBN0K80A020141230;ord=9341?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=mpu;sz=300x250;tile=2;articleID=INKBN0K80A020141230;ord=9341?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/highlighter-0.6_sm.js\"></script> \n<div id=\"searchInterceptResults\">\n<div id=\"searchModule\"></div>\n</div>\n<script type='text/javascript'>\nhighlighter.highlight();\nReuters.utils.addLoadEvent(function() { Reuters.utils.replaceContent('searchModule', '/assets/searchIntercept?blob='+highlighter.searchKeywords(), null, null) });\n</script>\n<style type=\"text/css\">\n#searchInterceptResults {display:none;}\n#searchInterceptResults.wResults {display: block;}\n</style>\n\n<div id=\"articlePackage\"><div class=\"assetBuddy\" name=\"Business Feature\">\n                        <span name=\"trackingEnabledModule\" moduleName=\"E0104151035_507809\"><script language=\"javascript\">addImpression(\"E0104151035_507809\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3>Banking</h3></div><div class=\"moduleBody\"><div class=\"gallery feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\"><img src=\"http://s1.reutersmedia.net/resources/media/global/assets/images/20150103/20150103_5428976020150103103130.jpg\" alt=\"A cashier (L) counts currency notes as customers wait inside a bank in Hyderabad March 22, 2010. REUTERS/Krishnendu Halder/Files\" title=\"A cashier (L) counts currency notes as customers wait inside a bank in Hyderabad March 22, 2010. REUTERS/Krishnendu Halder/Files\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\">India needs reforms in banking sector,  more autonomy for state banks: Jaitley</a></h2><p>India needs to &quot;conceive&quot; several reforms in the banking sector, Finance Minister Arun Jaitley told reporters on the sidelines of a two-day banking retreat.&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\">Full&nbsp;Article</a></span>&nbsp;</p></div><ul><li><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">India prepares reform plan for ailing state banks </a></li></ul></div></div></span></div>\n                </div><div class=\"linebreak\"></div>\n\t<style type=\"text/css\">\n#social-links {background-color: #f8f8f8; border: 1px solid #d5d5d5; margin-bottom: 20px; padding-bottom: 8px; float:left;}\n#social-links  h3 {font-size: 14px; text-transform: none; text-align: left; padding: 8px; margin: 0;}\n#social-links ul {clear:both; margin:0; padding:0; width: auto; padding: 0 9px; float:left;}\n#social-links li {border: 1px solid #e5e5e5; background-color: #ffffff; width: 64px; height: 64px; float: left; margin: 0 5px 0 0; padding: 0; text-align: center;}\n#social-links li.last {margin-right: 0;}\n#social-links li.facebook {background: #FFFFFF url(/resources_v2/images/btn_social_link_facebook.gif) no-repeat center 10px;}\n#social-links li.twitter {background: #FFFFFF url(/resources_v2/images/btn_social_link_twitter.gif) no-repeat center 10px;}\n#social-links li.rss {background: #FFFFFF url(/resources_v2/images/btn_social_link_rss.gif) no-repeat center 10px;}\n#social-links li.youtube {background: #FFFFFF url(/resources_v2/images/btn_social_link_youtube.gif) no-repeat center 10px;}\n#social-links li a {font-size: 11px; font-weight: normal; padding-top: 40px; display: block;}\n</style>\n\n\n<div id=\"social-links\">\n\t<h3>Follow Reuters</h3>\n\t\t<ul>\n\t\t<li class=\"facebook\"><a href=\"http://facebook.com/india.reuters\">Facebook</a></li>\n\t\t<li class=\"twitter\"><a href=\"http://twitter.com/#!/reutersindia\">Twitter</a></li>\n\t\t<li class=\"rss\"><a href=\"http://in.reuters.com/tools/rss\">RSS</a></li>\n\t\t<li class=\"youtube last\"><a href=\"http://www.youtube.com/reuters\">YouTube</a></li>\n\t\t</ul>\n\t\t<div class=\"linebreak\"></div>\n</div><div class=\"linebreak\"></div>\n\t<div style=\"margin-bottom:20px\">\n<script type=\"text/javascript\">\n     TR.insertBussUnit (\"http:\\/\\/ad.doubleclick.net\\/N4735792\\/adj\\/in.reuters;type=BizDev_Section_RR1;sz=300x1\");\n</script>\n</div><div class=\"linebreak\"></div>\n\t\n\n<div class=\"linebreak\"></div>\n\t<div class=\"assetBuddy\" name=\"biz showcase\">\n\t<span name=\"trackingEnabledModule\" moduleName=\"E0103151815_507750\"><script language=\"javascript\">addImpression(\"E0103151815_507750\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3>REUTERS SHOWCASE</h3></div><div class=\"moduleBody\"><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\"><img src=\"http://s2.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010948261&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB01074\" alt=\"Factory Activity \" title=\"Factory Activity \" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\">Factory Activity </a></h2><p>Weak factory reports from Asia, Europe suggest more central bank action&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150101&t=2&i=1010370199&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB000NW\" alt=\"AirAsia Jet Crash\" title=\"AirAsia Jet Crash\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\">AirAsia Jet Crash</a></h2><p>Search teams battle rough weather in hunt for AirAsia wreck&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\"><img src=\"http://s2.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010910330&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0105E\" alt=\"Banking Sector\" title=\"Banking Sector\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">Banking Sector</a></h2><p>India prepares reform roadmap for ailing state banks&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\"><img src=\"http://s1.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010902015&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB01051\" alt=\"Solar Energy\" title=\"Solar Energy\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\">Solar Energy</a></h2><p>Govt raises solar investment target to $100 bln by 2022&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010796404&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0101U\" alt=\"India Factory Growth\" title=\"India Factory Growth\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\">India Factory Growth</a></h2><p>Dec factory growth at 2-year high as orders surge - PMI&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010941112&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0106U\" alt=\"Tata Steel Mine\" title=\"Tata Steel Mine\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\">Tata Steel Mine</a></h2><p>Tata Steel resumes operations at top iron ore mine - spokesman&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\"><img src=\"http://s4.reutersmedia.net/resources/media/global/assets/images/20150102/20150102_9903018020150102181611.jpg\" alt=\"U.S. Economy\" title=\"U.S. Economy\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\">U.S. Economy</a></h2><p>U.S. factory sector suffers end-of-year chill &nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010796394&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0101R\" alt=\"Trip Tips \" title=\"Trip Tips \" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\">Trip Tips</a></h2><p>A glimpse of little Tibet in southern India&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/subjects/top-india-news-2014\"><img src=\"http://s4.reutersmedia.net/resources/media/global/assets/images/20141224/20141224_4409294420141224092842.jpg\" alt=\"India in 2014\" title=\"India in 2014\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">India in 2014</a></h2><p>A review of the top stories from India&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">Full&nbsp;Coverage</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/tools/mobile/news\"><img src=\"http://s3.reutersmedia.net/resources/media/global/assets/images/20111007/20111007_92912520.jpg\" alt=\"Reuters India Mobile\" title=\"Reuters India Mobile\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/tools/mobile/news\">Reuters India Mobile</a></h2><p>Get the latest news on the go. Visit Reuters India on your mobile device&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/tools/mobile/news\">Full&nbsp;Coverage</a></span>&nbsp;</p></div></div></div></span></div>\n\n\t<META name=\"DCSext.artCMS\" content=\"1\">\n<div class=\"linebreak\"></div>\n\t<div id=\"freqCap_fixedpanel\" style=\"display:none;\">\n\t<div id=\"fixedpanelContainer\" class=\"fixedpanelContainer\">\n    \t<div class=\"ad\" id=\"fixedpanel\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=fixedpanel;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_fixedpanel) == 'undefined' || freqCap_fixedpanel == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_fixedpanel') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_fixedpanel) != 'undefined' &&\n\t\t       ((typeof(freqCap_fixedpanel.isAdNeeded) != 'undefined' && freqCap_fixedpanel.isAdNeeded()) ||\n\t\t        (typeof(freqCap_fixedpanel.isDefaultAdNeeded) != 'undefined' && freqCap_fixedpanel.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('fixedpanel') == false) &&\n\t\t      (typeof (hideAd_13130484) == 'undefined' || hideAd_13130484 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=fixedpanel;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=2712?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=fixedpanel;sz=1x1;articleID=INKBN0K80A020141230;taga=aaaaaaaaa;ord=2712?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n</div>\n\n<script type=\"text/javascript\">\n\tif ( typeof(freqCap_fixedpanel) != 'undefined' && \n       ((typeof(freqCap_fixedpanel.isAdNeeded) != 'undefined' && (freqCap_fixedpanel.isAdNeeded())) || \n       (typeof(freqCap_fixedpanel.isDefaultAdNeeded) != 'undefined' && freqCap_fixedpanel.isDefaultAdNeeded()))) {\n\t    document.getElementById('freqCap_fixedpanel').style.display = 'block';\n\t}\n</script>\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"mpulow\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/bizfinance/article;' + 'type=mpulow;sz=300x250;tile=3;articleID=INKBN0K80A020141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpulow') == false) &&\n\t\t      (typeof (hideAd_13130502) == 'undefined' || hideAd_13130502 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/bizfinance/article;type=mpulow;sz=300x250;tile=3;articleID=INKBN0K80A020141230;ord=2833?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/bizfinance/article;type=mpulow;sz=300x250;tile=3;articleID=INKBN0K80A020141230;ord=2833?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<style type=\"text/css\">\n#captionContent {z-index: 1;}\n\n#articlePackage .feature p{\nfont-size: 13px !important;\nmargin: 0 6px 8px !important;\n}\n#articleContent .column2 .module {\nborder-top: 1px solid #CCCCCC !important;\nmargin: 0 0 10px !important;\n}\n#articleContent .column2 .module .moduleHeader{\npadding-top: 0!important;\n}\n#articleContent .column2 .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3 a{\nfont-size: 14px !important;\n}\n#articleContent .column2 .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3{\npadding: 8px !important;\n}\n#articleContent .column2 .module .gallery.feature h2{\nmargin: 0 6px 4px !important;\n}\n#articleContent .column2 .module .feature h2{\nmargin: 0 0 5px !important;\n}\n#articleContent .column2 .feature h2{\nmargin: 0 0 5px !important;\n}\n</style><div class=\"linebreak\"></div>\n\t<div class=\"adVantage\">\n<script type=\"text/javascript\">\nvar adTime = Math.round(new Date().getTime() / 1000);\ndocument.write('<a href=\"http://ad.doubleclick.net/N4735792/jump/in.reuters/vantage;sz=300x150;ord=[' +adTime+']?\" target=\"_blank\">');\ndocument.write('<img src=\"http://ad.doubleclick.net/N4735792/ad/in.reuters/vantage;sz=300x150;ord=['+adTime+']?\"/>');\ndocument.write('</a>');\n</script>\n<style>\n.adVantage{\ndisplay: inline-block;\nclear: both;\nfloat: left;\n}\n</style>\n</div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n<div id=\"articleFooter\"><script type=\"text/javascript\" src=\"/assets/inlineArticleLinks\"></script><script src=\"http://s2.reutersmedia.net/resources_v2/js/tracker_article.js\" type=\"text/javascript\"></script><!--[if !IE]> START News Content Page Tags <![endif]-->\n<META name=\"DCSext.ContentType\" content=\"Text\"> <!--[if !IE]> 'Text' | 'Picture' | 'Slideshow' | 'Video' <![endif]-->\n<META name=\"DCSext.ContentID\" content=\"INKBN0K80A020141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentChannel\" content=\"businessNews\">\n<META name=\"DCSext.ContentID_businessNews\" content=\"INKBN0K80A020141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentHeadline\" content=\"Sensex+ends+flat%3B+weaker+Asian+markets+offset+reform+hopes\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<META name=\"DCSext.PageNumber\"      content=\"1\">\n<META name=\"DCSext.PageTotal\"       content=\"1\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<!--[if !IE]> END News Content Page Tags <![endif]-->\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  window._taboola.push({flush:true});\n</script></div></div>\n</div>\n<div class=\"section bleeding\" id=\"footerHead\">\n\t<div class=\"sectionContent\">\n<div id=\"footerHeader\"><div class=\"columnLeft\"><div class=\"logo\"><div id=\"footerLogo\"><a href=\"/\">&nbsp;</a></div></div></div><div class=\"columnLeft\">\t<div id=\"editionsFooter\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchFooter\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">IN</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\">Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\">Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\">Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\">Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\">Germany</a></li>\n\t\t\t\t\t\t<li><a href=\"http://it.reuters.com\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\">Mexico</a></li>\n\t\t\t\t\t    <li><a href=\"http://ru.reuters.com\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\">Spain</a></li>\n\t\t\t\t\t\t<li><a href=\"http://uk.reuters.com\">United Kingdom</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.reuters.com\">United States</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n<script type=\"text/javascript\">\nif(Reuters.info.edition == \"BETAUS\") {\n\t$(\"#editionSwitchFooter .currentEdition\").text('U.S.');\n} else {\n\t$(\"#editionSwitchFooter .currentEdition\").text(Reuters.info.edition);\n}\n</script></div><div class=\"columnRight\"><div id=\"topLink\"><a href=\"#top\"><p>Back to top</p></a></div></div></div><div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footer\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"columnLeft\"><div class=\"gridPanel grid12\">\n<span class=\"footerparent\">Reuters.com</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance\">Business</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance/markets\">Markets</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/top-news\">India</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/technology\">Technology</a></li>\n\t<li class=\"h-links\"><a href=\"http://blogs.reuters.com/us/\">Opinion</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance/personal-finance\">Money</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/pictures\">Pictures</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/video\">Videos</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/assets/siteindex\">Site Index</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://in.reuters.com/tools/mobile\">Mobile</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">More from Reuters</span>\n<ul>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/news-services/\">Reuters News Agency</a></li>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/site/reuters-brand-attribution-guidelines/\">Brand Attribution Guidelines</a></li>\n    <li class=\"h-linkend\"><a href=\"http://thomsonreuters.com/site/delivery-options/\">Delivery Options</a></li>\n</ul></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Support & Contact</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://reuters.zendesk.com\">Support</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://reuters.zendesk.com/anonymous_requests/new\">Corrections</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div id=\"footer-utilities\" class=\"gridPanel grid12\"></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Connect with Reuters</span>\n<ul>\n<li id=\"foot-twitter\"><a href=\"http://www.twitter.com/reuters\">Twitter</a>&nbsp;&nbsp;</li>\n<li id=\"foot-facebook\"><a href=\"http://www.facebook.com/Reuters\">Facebook</a>&nbsp;&nbsp;</li>\n<li id=\"foot-linkedin\"><a href=\"http://www.linkedin.com/today/reuters.com\">LinkedIn</a>&nbsp;&nbsp;</li>\n<li id=\"foot-rssfeed\"><a href=\"http://in.reuters.com/tools/rss\">RSS</a>&nbsp;&nbsp;</li>\n<li id=\"foot-newsletters\"><a href=\"https://commerce.in.reuters.com/profile/pages/newsletter/begin.do\">Newsletters</a></li>\n</ul>\n\n\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">About</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"/privacy-policy\">Privacy Policy</a></li>\n\t<li class=\"h-links\"><a href=\"/terms-of-use\">Terms of Use</a></li>\n         <li class=\"h-links\" id=\"evidon-footer\"><a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\" border=\"0\" /><span id=\"evidon-text\">AdChoices</span></a></li>\n\t<li class=\"h-linkend\" id=\"footer-endrow\"><a href=\"http://thomsonreuters.com/copyright/\">Copyright</a></li>\n</ul>\n<script>/**/(function(){var g=287,i=1237,a=false,h=document,j=h.getElementById(\"_bapw-link\"),e=(h.location.protocol==\"https:\"),f=(e?\"https\":\"http\")+\"://\",c=f+(e?\"a248.e.akamai.net/betterad.download.akamai.com/91609\":\"cdn.betrad.com\")+\"/pub/\";function b(k){var d=new Image();d.src=f+\"l.betrad.com/pub/p.gif?pid=\"+g+\"&ocid=\"+i+\"&i\"+k+\"=1&r=\"+Math.random()}h.getElementById(\"_bapw-icon\").src=c+\"icon1.png\";j.onmouseover=function(){if(/#$/.test(j.href)){j.href=\"http://info.evidon.com/pub_info/\"+g+\"?v=1\"}};j.onclick=function(){var k=window._bap_p_overrides;function d(n,q){var o=h.getElementsByTagName(\"head\")[0]||h.documentElement,m=a,l=h.createElement(\"script\");function p(){l.onload=l.onreadystatechange=null;o.removeChild(l);q()}l.src=n;l.onreadystatechange=function(){if(!m&&(this.readyState==\"loaded\"||this.readyState==\"complete\")){m=true;p()}};l.onload=p;o.insertBefore(l,o.firstChild)}if(k&&k.hasOwnProperty(g)){if(k[g].new_window){b(\"c\");return true}}this.onclick=\"return \"+a;d(f+\"ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js\",function(){d(c+\"pub2.js\",function(){BAPW.i(j,{pid:g,ocid:i})})});return a};b(\"i\")}());/**/</script></div></div><div id=\"tr-intro\" class=\"gridPanel grid12\"><div id=\"tr-description\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/tr-source-txt.gif\" border=\"0\" /></div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-info\" class=\"gridPanel grid12\">\n<div class=\"tr-products\">\n<div id=\"tr-eikon\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/tools-applications/trading-investment-tools/eikon-trading-software.html?utm_campaign=e4&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','thomsonreuterseikon.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuterseikon.com','WT.dl','24','WT.z_offsite','http://thomsonreuterseikon.com/');\"></a></div>\n<div class=\"tr-descr\">Our Flagship financial information platform incorporating Reuters Insider</div>\n</div>\n\n<div id=\"tr-elektron\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/infrastructure/trading-infrastructure/elektron-financial-applications.html?utm_campaign=elektron&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.pehub.com','DCS.dcsuri','/','WT.ti','Offsite: www.pehub.com','WT.dl','24','WT.z_offsite','http://www.pehub.com/');\"OnClick=\"dcsMultiTrack('DCS.dcssip','thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuters.com','WT.dl','24','WT.z_offsite','http://thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">An ultra-low latency infrastructure for electronic trading and data distribution</div>\n</div>\n\n<div id=\"tr-accelus\">\n<div class=\"tr-header1\"><a href=\"http://accelus.thomsonreuters.com/?utm_campaign=accelus&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.accelus.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: www.accelus.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://www.accelus.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">A connected approach to governance, risk and compliance</div>\n</div>\n\n<div id=\"tr-westlaw\">\n<div class=\"tr-header3\"><a href=\"http://west.thomson.com/westlawnext/default.aspx\" onclick=\"dcsMultiTrack('DCS.dcssip','west.thomson.com','DCS.dcsuri','/westlawnext/default.aspx','WT.ti','Offsite: west.thomson.com','WT.dl','24','WT.z_offsite','http://west.thomson.com/westlawnext/default.aspx');\"></a></div>\n<div class=\"tr-descr\">Our next generation legal research platform</div>\n</div>\n\n<div id=\"tr-onesource\">\n<div class=\"tr-header1\"><a href=\"http://onesource.thomsonreuters.com/\" onclick=\"dcsMultiTrack('DCS.dcssip','onesource.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: onesource.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://onesource.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">Our global tax workstation</div>\n</div>\n\n<div id=\"tr-linklist\">\n<ul>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/\">Thomsonreuters.com</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/\">About Thomson Reuters</a></li>\n<li class=\"tr-descr\"><a href=\"http://ir.thomsonreuters.com\">Investor Relations</a></li>\n<li class=\"tr-descr\"><a href=\"http://careers.thomsonreuters.com/\">Careers</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/contact_us/\">Contact Us</a></li>\n</ul>\n</div>\n\n</div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-logo\" class=\"gridPanel grid12\"><a href=\"http://www.thomsonreuters.com/\"><div id=\"tr-footer\">&nbsp;</div></a></div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n<div id=\"disclaimer\"><div id=\"disclaimer\"><p><a href=\"http://www.thomsonreuters.com\">Thomson Reuters</a> is the world's largest international multimedia news agency, providing <a href=\"http://in.reuters.com/finance/markets/india-stock-market\">investing news</a>, <a href=\"http://in.reuters.com/news/world\">world news</a>, <a href=\"http://in.reuters.com/finance\">business news</a>, <a href=\"http://in.reuters.com/news/technology\">technology news</a>, headline news, small business news, news alerts, <a href=\"http://in.reuters.com/finance/personal-finance\">personal finance</a>, <a href=\"http://in.reuters.com/finance/stocks-quotes\">stock market</a>, and <a href=\"http://funds.in.reuters.com/IN/overview.asp\">mutual funds information</a> available on Reuters.com, <a href=\"http://in.reuters.com/news/video\">video</a>, <a href=\"http://in.reuters.com/tools/mobile\">mobile</a>, and interactive television platforms. Thomson Reuters journalists are subject to an <a href=\"http://handbook.reuters.com\">Editorial Handbook</a> which requires fair presentation and disclosure of relevant interests.</p>\n\n<p>NYSE and AMEX quotes delayed by at least 20 minutes. Nasdaq delayed by at least 15 minutes. For a complete <a href=\"http://in.reuters.com/info/disclaimer\" target=\"_blank\">list of exchanges and delays, please click here</a>.</p></div></div><div id=\"Footer1\"></div><img src=\"http://www.bizographics.com/collect/?fmt=gif&url=reuters.com&pid=501\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n<div class=\"linebreak\"></div>\n\t</div>\n</div>\n\n\n</div>\n<SCRIPT TYPE=\"text/javascript\">\ndocument.write(\"<SCR\"+\"IPT TYPE='text/javascript' SRC='\" + \"http\" + (window.location.protocol.indexOf('https:')==0?'s':'') + \"://js.revsci.net/gateway/gw.js?csid=I07714' CHARSET='ISO-8859-1'\"+\"><\\/SCR\"+\"IPT>\");\n</SCRIPT>\n\n<script type=\"text/javascript\">\n<!--\n      I07714.DM_cat(\"in.reuters > bizfinance > article\");\n      I07714.DM_tag();\n//-->\n</SCRIPT><!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035630&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag --><META name=\"DCSext.rChannel\" content=\"Finance\">\n<META name=\"DCSext.rCountry\" content=\"IN\">\n<META name=\"WT.cg_n\" content=\"Finance - Business News\">\n<META name=\"WT.cg_s\" content=\"businessNews\">\n<META name=\"DCSext.DartZone\" content=\"in.reuters/bizfinance/article\">\n    <!-- START OF SmartSource Data Collector TAG -->\n<!-- Copyright (c) 1996-2009 WebTrends Inc.  All rights reserved. -->\n<!-- Version: 8.6.0 -->\n<!-- Tag Builder Version: 2.1.0  -->\n<!-- Created: 2/9/2009 17:21:12 -->\n\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/webtrends.js\" type=\"text/javascript\"></script>\n   <script type=\"text/javascript\">\nvar _tag=new WebTrends();\n_tag.dcsGetId();\n</script>\n<script type=\"text/javascript\">\nsetModuleImpressionTracking();\n_tag.dcsCollect();\n</script>\n<noscript>\n<div><img alt=\"DCSIMG\" id=\"DCSIMG\" width=\"1\" height=\"1\" src=\"http://statse.webtrendslive.com/dcsncwimc10000kzgoor3wv9x_3f2v/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.0\"/></div>\n</noscript>\n<!-- END OF SmartSource Data Collector TAG -->\n\n<!-- Begin BlueKai Tag -->\n<iframe name=\"__bkframe\" height=\"0\" width=\"0\" frameborder=\"0\" src=\"javascript:void(0)\"></iframe>\n<script type=\"text/javascript\" src=\"http://www.bkrtx.com/js/bk-static.js\"></script>\n\n<script>\n\ttry{\t\t\n\t\tvar bkSocialLogin = (typeof socialLoginProvider!=\"undefined\"?socialLoginProvider:\"\");\n\t\tvar bkReferrer = (typeof document.referrer.split(\"/\")[2]!=\"undefined\"?document.referrer.split(\"/\")[2]:\"\");\n\t\tvar bkLoginCookieValue = (typeof loginCookieValue!=\"undefined\"?loginCookieValue:\"\");\n\t\tvar bkSearchVal = (typeof document.location.search!=\"undefined\"?document.location.search:\"\");\n\t\tvar bkRegVal = (typeof registeredCookieValue!=\"undefined\"?registeredCookieValue:\"\");\n\t\tvar bkWTFPCCookie = (typeof YAHOO.util.Cookie.get(\"WT_FPC\")!=\"undefined\"?YAHOO.util.Cookie.get(\"WT_FPC\"):\"\");\n\t\t\n\t\tbkWTFPCCookieArr = bkWTFPCCookie.split(\"=\"); \n\t\tbkWTFPCCookieKeyArr = bkWTFPCCookieArr[1].split(\":\");\n\t\tbkWTFPCCookieKey = bkWTFPCCookieKeyArr[0];\n\t\t\n\t\t//Get Meta Values from Cookie\n\t\tvar bkMetaArray = document.getElementsByTagName(\"meta\");\n\t\tfor(var i=0;i<bkMetaArray.length;i++){\n\t\t\tif(bkMetaArray[i].getAttribute(\"name\")){\t\t\t\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rch\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rCountry\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rco\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_n\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcntn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_s\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcnts\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cc\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cnt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageNumber\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageTotal\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.VideoType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"vt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rAuthor\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"aut\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.Comments\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"com\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.DartZone\")>-1){\n\t\t\t\t\tvar bkZoneArray = bkMetaArray[i].getAttribute(\"content\").split(\"/\");\n\t\t\t\t\tfor(var z=0;z<bkZoneArray.length;z++){\n\t\t\t\t\t\tvar bkHint = \"z\"+z;\n\t\t\t\t\t\tbk_addPageCtx(bkHint, bkZoneArray[z]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tbk_addPageCtx(\"wtc\", bkWTFPCCookieKey);\t\n\t\tbk_addPageCtx(\"log\", bkLoginCookieValue);\n\t\tbk_addPageCtx(\"soc\", bkSocialLogin);\n\t\tbk_addPageCtx(\"hsh\", bkRegVal);\n\t\tbk_addPageCtx(\"ref\", bkReferrer);\n\t\tbk_addPageCtx(\"sea\", bkSearchVal);\n\t\tbk_doJSTag(4972, 10);\n\t}\t\n\tcatch(e){}\n</script>\n<!-- End BlueKai Tag --><script type=\"text/javascript\" src=\"http://svc.npario-inc.net/DMP/btsp/tag.js?ck=C128\"></script><script>\n\n var h=0;\n\t \n $(\"div#TPHost_lb\").each(function(i) {\n    $(this).attr('id', \"TPHost_lb\" + h);\n\tconsole.log('count=' + h);\n        h++;\n });\n $(\"div#TPHost_lb0\").attr('id', \"TPHost_lb\");\n\n\n</script><div class=\"linebreak\"></div>\n\t\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/reuters.com2.html",
    "content": "<!--[if !IE]> This has been served from cache <![endif]-->\n<!--[if !IE]> Request served from apache server: S263585RGSF07 <![endif]-->\n<!--[if !IE]> Cached on Sat, 03 Jan 2015 11:22:19 GMT and will expire on Sat, 03 Jan 2015 11:37:20 GMT <![endif]-->\n<!--[if !IE]> token: 594929fc-4e34-44e7-ad74-59e54352eba1 <![endif]-->\n<!--[if !IE]> App Server /S263585RGSF51/ <![endif]-->\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script language=\"javascript\">\n        if (location.href.indexOf('/commentsChild?') == -1){\n                document.write(\"<scr\"+\"ipt type='text/javascript' src='//nexus.ensighten.com/reuters/Bootstrap.js'></scr\"+\"ipt>\");\n        }\n        \n        var parallelMediaHosts = new Array();\n        \n        \tparallelMediaHosts.push(\"s1.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s2.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s3.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s4.reutersmedia.net\");\n        </script>\n\n<META name=\"DCSext.DartZone\" content=\"in.reuters/home\">\n    <title>\n      Indonesia expands search for missing AirAsia jet, U.S. sends warship\n| Reuters\n\n</title>\n\t\t<meta name=\"DCSext.ChannelList\" content=\"topNews;worldNews;globalCoverage2;IBM_India;everything;Accenture_India;indonesia;asia;newsproHome;credit-rss;Pfizersafe;merrilledge;VanessaTest;lyxor;greenpeace;MLGZero;MLedge;Hitachi_IN;Hitachi_India;ukraine;HSBC_IN\">\r\n\r\n\r\n<META name=\"description\" content=\"JAKARTA (Reuters) - Countries around Asia on Tuesday stepped up the search for an AirAsia plane carrying 162 people that is presumed to have crashed in shallow waters off the Indonesian coast, with Washington\">\r\n\t  <META name=\"keywords\" content=\"Darren Whiteside\">\r\n<META name=\"site edition\" content=\"Reuters India\">\r\n\t<META name=\"Author\" content=\"By Fergus Jensen\">\r\n<META name=\"REVISION_DATE\" content=\"Tue Dec 30 03:51:13 UTC 2014\">\r\n\r\n<META property=\"og:title\" content=\"Indonesia expands search for missing AirAsia jet, U.S. sends warship\" />\r\n<META property=\"og:url\" content=\"http://in.reuters.com/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\" />\r\n<link rel=\"image_src\" href=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008093011&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABS04Q\" />\r\n\t\t<meta name=\"twitter:image:src\" content=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008093011&w=580&fh=&fw=&ll=&pl=&r=LYNXMPEABS04Q\">\r\n<meta name=\"twitter:card\" content=\"summary_large_image\"> \r\n<meta name=\"twitter:site\" content=\"@ReutersIndia\">\r\n<meta name=\"twitter:description\" content=\"Countries around Asia on Tuesday stepped up the search for an AirAsia plane carrying 162 people that is presumed to have crashed in shallow waters off the Indonesian coast, with Washington also\">\r\n<meta name=\"parsely-page\" content='{\"type\": \"post\", \"tags\": \"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\", \"title\": \"Indonesia expands search for missing AirAsia jet, U.S. sends warship\", \"link\": \"http://in.reuters.com/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\", \"image_url\": \"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008093011&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABS04Q\", \"post_id\": \"INKBN0K703120141230\", \"pub_date\": \"2014-12-30T03:51:13+0000\", \"section\":\"globalCoverage2\", \"author\": \"Fergus Jensen\"}' />\n<link rel=\"canonical\" href=\"http://in.reuters.com/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\" />\n\t\t  \t<link rel=\"shortcut icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\" />\n  <link rel=\"icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\"  />\n\t<link href=\"http://s3.reutersmedia.net/resources_v2/css/rcom-main.css\" rel=\"stylesheet\" />\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo/yahoo-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/event/event-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/dom/dom-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo-dom-event/yahoo-dom-event.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/animation/animation-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/connection/connection-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/cookie/cookie-min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/jquery-1.6.1.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-agent.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/extensions.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-ads.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-wt-mlt.js\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-pid.js\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-geoIP.js\"></script>\n<script type=\"text/javascript\" src=\"/assets/rcom-cobrand.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-tns.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-article.css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-comments.css?version=20101129\" rel=\"stylesheet\" />\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-article.js\"></script>\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-linkback.js\"></script>\n\n<!--Slideshow JS and CSS files --> \n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/YUI_slideshow.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-slideshow.css\" type=\"text/css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-multimedia.css\" type=\"text/css\" rel=\"stylesheet\" />\n\n<style type=\"text/css\">\n.articleComments .grid8 .dividerInlineH { margin-top: 10px; }\n</style>\n\n\n<!--Press release disclaimer --> \n\n<style >\n.pressRelease{\n color:#666;\n font-size:11px;\n margin-bottom:10px;\n}\n.required{\n  color:red;\n  font-size:11px;\n  font-weight:bold;\n} \n\n#thisFlyout {\n    margin: 0px 0 0 150px !important;\n}\n</style>\n<script type=\"text/javascript\">\n window._taboola = window._taboola || [];\n window._taboola.push({article:'auto'}); \n !function (e, f, u) {\n    e.async = 1;\n    e.src = u;\n    f.parentNode.insertBefore(e, f);\n  }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/reuters-network/loader.js');\n</script>\n\n</head>\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W9SLGS\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>if (location.href.indexOf('/commentsChild?') == -1){ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})\n(window,document,'script','dataLayer','GTM-W9SLGS'); }</script>\n<!-- End Google Tag Manager -->\n\n<!-- US -->\n<!-- Begin KRUX Digital Control Tag for Reuters.com -->\n\n<!-- <script>var KRUXSetup = { \"pubid\": \"a6929f55-33e1-4f3e-92a7-af9b7c4614c8\" }; </script>\n<script src=\"http://cdn.krxd.net/krux.js\"></script>\n<script>\n\tvar ksgmnts = KRUX.getSegments();\n\tif (ksgmnts) {\n\t\tvar a = ksgmnts.split(\",\");\n\t\tvar kseg = \"\";\n\t\tfor (var i=0; i < a.length; i++){ kseg += \"ksgmnt=\" + a[i] + ';'; }\n\t}\n\tvar kruxuid = KRUX.getKuid();\n\tif (kruxuid) {\n\t\tvar kuid = 'u=' + kruxuid + ';';\n\t}\n</script> -->\n<!-- End KRUX Digital Control Tag for Reuters.com -->\n\n\n\n\n<link href=\"http://s4.reutersmedia.net/resources_v2/css/rcom-masthead-nav-new.css\" rel=\"stylesheet\" />\n<script src=\"/assets/info\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\nvar currentUsedEdition = 'IN';\n</script>\n\n<div id=\"header\">\n<a name=\"top\" id=\"top\" style=\"position: absolute;overflow:hidden;\">&nbsp;</a>\n\t<div id=\"marketsHeader\"></div>\n    <div id=\"market-cont\"><div id=\"md-toggle\"></div></div>\n\t<div id=\"masthead\">\n\t\t<div class=\"mast-strip\">\n\t\t<div id=\"logo\"><a id=\"logoLink\" href=\"/\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'logo','label':''});\" ><img src=\"http://s3.reutersmedia.net/resources_v2/images/masthead-logo.gif\" alt=\"Reuters\" border=\"0\" /></a></div>\n\n\t<div id=\"editionsTop\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchTop\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">IN</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n                    \t<li><a href=\"http://af.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Africa</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Germany</a></li>\n<li><a href=\"http://it.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Mexico</a></li>\n\t\t\t\t    <li><a href=\"http://ru.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Spain</a></li>\n<li><a href=\"http://uk.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United Kingdom</a></li>\n<li><a href=\"http://www.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United States</a></li>\n</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div id=\"search\" class=\"panel\">\n\t\t<div id=\"searchbox\">\n\t\t\t<form id=\"searchForm\" name=\"searchbox\" method=\"get\" action=\"/search\" autocomplete=\"off\">\n\t\t\t\t<input id=\"searchfield\" name=\"blob\" type=\"text\" value=\"Search News & Quotes\" size=\"30\"\n\t\t\t\t\tonfocus=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == 'Search News & Quotes'){document.forms['searchbox'].blob.value = '';}\"\n\t\t\t\t\tonblur=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == ''){document.forms['searchbox'].blob.value = 'Search News & Quotes';}\"\n\t\t\t\t\tonkeypress=\"if(event.keyCode == 13) {document.forms['searchbox'].submit();return false;}\" maxlength=\"128\"\n\t\t\t\t/>\n\t\t\t\t<input type=\"submit\" id=\"searchbuttonNav\" onclick=\"return Reuters.utils.submitSearch();\" value=\"\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'search','label': document.forms['searchbox'].blob.value});\" >\n\t\t\t</form>\n\t\t</div>\n\t</div>\n\t\t<div id=\"utilities\" class=\"panel\"></div>\n\t</div>\n\t</div>\n\n\t<div id=\"dd-navigation\">\n    \t<div id=\"nav-strip\">\n            <ul>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_1\"><a href=\"/home\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Home</span></a>\n                    </li>\n                <li class=\"nav-item\" id=\"nav-item_2\"><a href=\"/finance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Business</span></a>\n                    <div class=\"subnav \" id=\"subnav_2\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Home</a></li>\n                            <li class=\"\"><a href=\"/finance/economy\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Economy</a></li>\n                            <li class=\"\"><a href=\"/finance/summits\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Summits</a></li>\n                            <li class=\"\"><a href=\"/finance/deals\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Deals</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=104\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Video</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/companyOutlooksNews\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Company Results & Outlooks</a></li>\n                            <li class=\"lastChild \"><a href=\"/subjects/autos\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Autos</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_3\"><a href=\"/finance/markets\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Markets</span></a>\n                    <div class=\"subnav \" id=\"subnav_3\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance/markets\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Markets Home</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/indices\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Indices</a></li>\n                            <li class=\"\"><a href=\"/finance/stocks-quotes\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Quotes</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/india-stock-market\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Markets</a></li>\n                            <li class=\"\"><a href=\"/finance/markets/us\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >US Markets</a></li>\n                            <li class=\"\"><a href=\"/finance/currencies\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Currencies</a></li>\n                            <li class=\"\"><a href=\"/finance/commodities\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Commodities</a></li>\n                            <li class=\"lastChild \"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://funds.in.reuters.com/IN/overview.asp&go_withoutlogin=http://funds.in.reuters.com/IN/overview.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Funds</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_4\"><a href=\"/news/top-news\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">India</span></a>\n                    <div class=\"subnav \" id=\"subnav_4\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/top-news\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Top News</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Insight</a></li>\n                            <li class=\"\"><a href=\"/subjects/monsoon\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Monsoon </a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/top-news\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Top News Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_5\"><a href=\"/news/world\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">World</span></a>\n                    <div class=\"subnav \" id=\"subnav_5\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/world\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Home</a></li>\n                            <li class=\"\"><a href=\"/news/south-asia\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >South Asia</a></li>\n                            <li class=\"\"><a href=\"/subjects/middle-east\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Middle East</a></li>\n                            <li class=\"\"><a href=\"/subjects/special-reports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Special Reports</a></li>\n                            <li class=\"\"><a href=\"http://www.reuters.com/investigates\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Investigates</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=117460\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_6\"><a href=\"/news/technology\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Tech</span></a>\n                    <div class=\"subnav \" id=\"subnav_6\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Technology Home</a></li>\n                            <li class=\"\"><a href=\"/news/science\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Science</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tech Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_7\"><a href=\"http://blogs.reuters.com/us/?edition=in\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Opinion</span></a>\n                    <div class=\"subnav \" id=\"subnav_7\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/us/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Opinion Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/pai-panandiker/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >D H Pai Panandiker</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india-expertzone/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Expert Zone</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/macroscope/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macroscope</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_8\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=in\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Breakingviews</span></a>\n                    <div class=\"subnav \" id=\"subnav_8\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/equities/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Equities</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/credit?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Credit</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/private-equity/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Private Equity</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/m-a/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >M&A</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/macro-markets/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macro & Markets</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/breakingviews/category/politics/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_9\"><a href=\"/finance/personal-finance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Money</span></a>\n                    <div class=\"subnav \" id=\"subnav_9\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/finance/personal-finance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Money Home</a></li>\n                            <li class=\"\"><a href=\"http://alerts.in.reuters.com/IN/company.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Alerts</a></li>\n                            <li class=\"\"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://portfolio.in.reuters.com/IN/watchlist/create.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Watchlist</a></li>\n                            <li class=\"\"><a href=\"https://commerce.in.reuters.com/login/pages/login/portfolioLogin.do?go=http://portfolio.in.reuters.com/IN/overview.asp&go_withoutlogin=http://portfolio.in.reuters.com/IN/public/index.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Portfolio</a></li>\n                            <li class=\"\"><a href=\"http://stockscreener.in.reuters.com/Stock/IN/Index?quickscreen=gaarp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Screener</a></li>\n                            <li class=\"lastChild \"><a href=\"http://funds.in.reuters.com/IN/screener/screener.asp?reset=1\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Fund Screener</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_10\"><a href=\"/news/sports\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Sport & Life</span></a>\n                    <div class=\"subnav \" id=\"subnav_10\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/sports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sports</a></li>\n                            <li class=\"\"><a href=\"/news/lifestyle\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/bollywood\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Bollywood</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment</a></li>\n                            <li class=\"\"><a href=\"/news/oddlyEnough\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Oddly Enough</a></li>\n                            <li class=\"\"><a href=\"/news/health\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Health</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/arts\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Arts</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/faithworld/?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Faithworld</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=1004\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_11\"><a href=\"/news/pictures\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Pictures</span></a>\n                    <div class=\"subnav \" id=\"subnav_11\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/pictures\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Pictures Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/photo?edition=in\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Photographers</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_12\"><a href=\"/video\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Video</span></a>\n                    </li>\n                </ul>\n       \t</div>\n    </div>\n</div>\n<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/jquery.bgiframe.js\" type=\"text/javascript\"></script>\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-nav.js\" type=\"text/javascript\"></script>\n\n<div id=\"content\"><div class=\"section bleeding\" id=\"breakingNewsBand\">\n\t<div class=\"sectionContent\">\n<script type=\"text/javascript\">\r\nReuters.namespace(\"info\");\r\nReuters.info.articleId = 'INKBN0K703120141230';\r\nReuters.info.articlePartnerURI = '';\r\nReuters.info.channel = 'globalCoverage2';\r\nReuters.info.articleUrl = '/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230';\r\n</script>\r\n\r\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div id=\"breakingNewsContent\"></div>\n<script type=\"text/javascript\">\nReuters.utils.replaceContent(\"breakingNewsContent\", \"/assets/breakingNews\", null, null);\n</script>\n\n<div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"bannerStrip\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"leaderboard\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K703120141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('leaderboard') == false) &&\n\t\t      (typeof (hideAd_13130488) == 'undefined' || hideAd_13130488 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K703120141230;ord=9298?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=leaderboard;sz=728x90;tile=1;articleID=INKBN0K703120141230;ord=9298?\" width=\"728\" height=\"90\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"articleTabSection\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_pushdown\" style=\"display:none;\">\r\n\t<div id=\"pushdownContainer\" class=\"pushdownContainer\">\r\n    \t<div class=\"ad\" id=\"pushdown\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=pushdown;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_pushdown) == 'undefined' || freqCap_pushdown == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_pushdown') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_pushdown) != 'undefined' &&\n\t\t       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && freqCap_pushdown.isAdNeeded()) ||\n\t\t        (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('pushdown') == false) &&\n\t\t      (typeof (hideAd_13130474) == 'undefined' || hideAd_13130474 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=pushdown;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=9407?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=pushdown;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=9407?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n\tif ( typeof(freqCap_pushdown) != 'undefined' && \r\n       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && (freqCap_pushdown.isAdNeeded())) || \r\n       (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\r\n\t    document.getElementById('freqCap_pushdown').style.display = 'block';\r\n\t}\r\n</script>\r\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/commentLogin.js\"></script>\n<div class=\"tabs\" style=\"display:none;\">\r\n\t<ul>\r\n\t\t<li class=\"current\" tns=\"no\" ><a href=\"/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\">Article</a></li>\r\n    <li tns=\"no\" ><a href=\"/article/comments/idINKBN0K703120141230\">Comments&nbsp;(0)</a></li>\r\n<li tns=\"no\" ><a href=\"/article/slideshow/idINKBN0K703120141230\">Slideshow</a></li>\r\n<li tns=\"no\" ><a href=\"/article/video/idINKBN0K703120141230?videoId=355347236\">Video</a></li>\r\n</ul>\r\n</div>\r\n\r\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\" id=\"articleContent\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_poe\" style=\"display:none;\">\r\n\t<div id=\"poeContainer\" class=\"poeContainer\">\r\n    \t<div class=\"ad\" id=\"poe\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=poe;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_poe) == 'undefined' || freqCap_poe == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_poe') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_poe) != 'undefined' &&\n\t\t       ((typeof(freqCap_poe.isAdNeeded) != 'undefined' && freqCap_poe.isAdNeeded()) ||\n\t\t        (typeof(freqCap_poe.isDefaultAdNeeded) != 'undefined' && freqCap_poe.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('poe') == false) &&\n\t\t      (typeof (hideAd_13130485) == 'undefined' || hideAd_13130485 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=poe;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=4107?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=poe;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=4107?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n\tif ( typeof(freqCap_poe) != 'undefined' && \r\n       ((typeof(freqCap_poe.isAdNeeded) != 'undefined' && (freqCap_poe.isAdNeeded())) || \r\n       (typeof(freqCap_poe.isDefaultAdNeeded) != 'undefined' && freqCap_poe.isDefaultAdNeeded()))) {\r\n\t    document.getElementById('freqCap_poe').style.display = 'block';\r\n\t}\r\n</script>\r\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"column1 gridPanel grid8\">\n<h1>Indonesia expands search for missing AirAsia jet, U.S. sends warship</h1>\n    \n    <div id=\"articleInfo\">\n        <p class=\"byline\">By Fergus Jensen</p>\n        <p>\n        <span class=\"location\">JAKARTA</span> <span class=\"pipe\"> </span> \n        <span class=\"timestamp\">Tue Dec 30, 2014 9:21am IST</span>\n        </p>\n    </div>\n<div id=\"indiaShare\" class=\"relatedRail gridPanel grid6\"><div class=\"module shareLinks horizontal\">\r\n\t     <div class=\"moduleBody\">\r\n\t        <ul>\r\n\r\n                <li class=\"twitter \" tns=\"no\">\r\n\t\t\t<a href=\"http://twitter.com/share\" class=\"twitter-share-button\"  data-counturl=\"http://in.reuters.com/article/2014/12/30/indonesia-airplane-idINKBN0K703120141230\" data-via=\"reuters\" data-text=\"Indonesia expands search for missing AirAsia jet, U.S. sends warship\" id=\"twitter-share-link\">Tweet</a>\r\n              \t\t</li>\r\n\r\n                    <script type=\"text/javascript\">\r\n\t\t\t\t\t\t\tvar shortUrl = 'http://reut.rs/1ED6JXl';\r\n\t\t\t\t\t\t\tvar twitterShareLink = document.getElementById(\"twitter-share-link\");\r\n\t\t\t\t\t\t\ttwitterShareLink.setAttribute(\"data-url\", shortUrl);\r\n\t\t\t\t\t\t\tReuters.utils.loadScript(\"twitterShare\", \"http://platform.twitter.com/widgets.js\");\r\n\t\t\t\t\t\t</script>\r\n\t\t\t\t\t<li class=\"linkedIn \" tns=\"no\">\r\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&title=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship&summary=By+Fergus+Jensen%0AJAKARTA+%28Reuters%29+-+Countries+around+Asia+on+Tuesday+stepped+up+the+search+for+an+AirAsia+plane+carrying+162+people+that+is+presumed+to+have+crashed+in+shallow+waters+off+the+Indonesian+coast%2C+with+Washington+also+sending+a+warship...', 520, 570, 1, 'shareArticle');\">Link this</span>\r\n                 \t</li>\r\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&t=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship', 626, 436, 1, 'shareArticle');\">Share this</span></li>\r\n\t            <script type=\"text/javascript\">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script>\r\n\t                <li class=\"digg \" tns=\"no\">\r\n\t                <a class=\"DiggThisButton DiggIcon\" href=\"http://digg.com/submit?style=no&amp;url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&amp;title=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship\">\r\n\t                <span style=\"display:none\">By Fergus Jensen\nJAKARTA (Reuters) - Countries around Asia on Tuesday stepped up the search for an AirAsia plane carrying 162 people that is presumed to have crashed in shallow waters off the Indonesian coast, with Washington also sending a warship...</span>\r\n\t                </a>\r\n\t                </li>\r\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=INKBN0K703120141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\r\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=INKBN0K703120141230', 580, 735, 3, 'printArticle');\">Print</span></li>\r\n     \t\t\t</ul>\r\n\t    </div>\r\n\t</div>\r\n</div><div class=\"linebreak\"></div>\n\t<div id=\"slideshowInlineLarge\" style=\"width: 580px;\">\n <div class=\"photoControls\" id=\"photoControls\">\n               <div class=\"photoNav\">\n                    <div class=\"photoControls_inner\">\n                        <a id=\"prevButton\" onclick=\"INKBN0K703120141230.transition({reverse:true})\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_previous.png\" height=\"31px\" width=\"25px\" /></a>\n                        <a id=\"nextButton\" onclick=\"INKBN0K703120141230.transition()\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_next.png\" height=\"31px\" width=\"25px\" /></a>\n                    </div>\n                </div>\n\n                </div><!-- end PhotoControls-->\n\n                <div id=\"displayFrame\" class=\"yui-sldshw-displayer\"style=\"height: 378px; width: 580px;\">\n                       <div class=\"yui-sldshw-frame\" id=\"frame_fd1fade\">\n                            <a href=\"/news/picture/2014/12/30/indonesia-airplane?articleId=INKBN0K703120141230&slide=1\" id=\"photoFullSize\" target=\"_top\"><img\r\n        \t\tsrc=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008093011&w=&fh=&fw=&ll=580&pl=378&r=LYNXMPEABS04Q\"\r\n        \t\tborder=\"0\" alt=\"Authorities monitor progress in the search for AirAsia Flight QZ8501 in the Mission Control Center inside the National Search and Rescue Agency in Jakarta  December 29, 2014. REUTERS/Darren Whiteside\"\r\n        \t\t />\n     \t</a>\n                        </div>\n                    </div>\n                <div class=\"rolloverCaption\" id=\"captionContent\">\n                                    <div class=\"rolloverBg\">\n                                        <div class=\"captionText\">\n                                            <p><span class=\"label\">1 of 4. </span>\n                                                Authorities monitor progress in the search for AirAsia Flight QZ8501 in the Mission Control Center inside the National Search and Rescue Agency in Jakarta  December 29, 2014. </p>\n                                            <p class=\"credit\">Credit: Reuters/Darren Whiteside</p>\n                                        </div>\n                                    </div>\n                                </div></div><!-- end slideshowInline -->\n<script type=\"text/javascript\">\nReuters.utils.addLoadEvent(function() { Reuters.utils.loadScript('sJSON','/assets/multimediaJSON?articleId=INKBN0K703120141230&setImage=378&view=100&startNumber=1') });</script>\n<div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedVideo\" class=\"module\">\n\t<div class=\"moduleHeader\"><h3>Related Video</h3></div>\n\t<div class=\"moduleBody\">\n\t\t<div class=\"feature\">\n\t\t<div class=\"photo\"><a href=\"/article/video/idINKBN0K703120141230?videoId=355347236\"><img src=\"http://s1.reutersmedia.net/resources/r/?d=20141228&i=101893620&w=140&r=101893620-1&t=2\" width=\"140\" height=\"80\" alt=\"Video\" border=\"0\" /><img class=\"overlay\" src=\"http://s1.reutersmedia.net/resources_v2/images/video_overlay_140.gif\" width=\"140\" height=\"80\" border=\"0\" alt=\"\"/></a></div>\n\t\t\t<h2 tns=\"no\"><a href=\"/article/video/idINKBN0K703120141230?videoId=355347236\">Families turn to prayer for missing AirAsia flight</a></h2>\n\t\t\t<div class=\"timestamp\">Mon, Dec 29 2014</div>\n\t\t\t<div class=\"photo\"><a href=\"/article/video/idINKBN0K703120141230?videoId=355303272\"><img src=\"http://s1.reutersmedia.net/resources/r/?d=20141228&i=101892242&w=140&r=101892242-1&t=2\" width=\"140\" height=\"80\" alt=\"Video\" border=\"0\" /><img class=\"overlay\" src=\"http://s1.reutersmedia.net/resources_v2/images/video_overlay_140.gif\" width=\"140\" height=\"80\" border=\"0\" alt=\"\"/></a></div>\n\t\t\t<h2 tns=\"no\"><a href=\"/article/video/idINKBN0K703120141230?videoId=355303272\">Pope Francis prays for AirAsia missing plane, Greece ferry disaster</a></h2>\n\t\t\t<div class=\"timestamp\">Sun, Dec 28 2014</div>\n\t\t\t</div>\n        </div>\n</div>\n\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedTopics\" class=\"module\">\r\n    <div class=\"moduleHeader\"><h3>Related Topics</h3></div>\r\n        <div class=\"moduleBody\">\r\n            <ul>\r\n                <li><a href=\"/news/top-news\">Top News &#187;</a></li>\r\n                <li><a href=\"/news/world\">World &#187;</a></li>\r\n                </ul>\r\n        </div>\r\n    </div>\r\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"thirdPartyLinkbackNews\"></div></div></div><div class=\"columnLeft\"><div id=\"relatedStocks\" class=\"relatedRail gridPanel grid2\"><div class=\"module\">\r\n\t\t<div class=\"moduleHeader\"><h3>Stocks</h3></div>\r\n\t\t<div class=\"moduleBody\">\r\n\t\t\t<span id=\"articleCompanyFlyout\">&nbsp;</span>\r\n\t\t\t<span id=\"articleCompanyInfo\">&nbsp;</span>\r\n\r\n\r\n\t<script type=\"text/javascript\">\r\n\tvar sTicker = 'AIR.PA,AIRA.KL,GE.N,SAF.PA';\r\n\t\r\n\tvar baseChartUrl = 'http://proxycache.reuters.com/wsod/enhancements/chartapi/chart_api.asp?';\r\n\tvar baseChartFormatting = '&width=300&height=162&headerType=none&display=mountain&theme=blue&preset=stockQuote';\r\n\tvar stockSectionUrl = '/finance/stocks/overview?symbol=';\r\n\r\n\tvar qDoubleClickDomain = 'ad.in.doubleclick.net';\r\n\tvar qDartDomain = 'in.reuters';\r\n\tvar qDartZone = '/home';\r\n\tvar qIsSponsored = false;\r\n\r\n\t</script>\r\n\t<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/articleCompanyQuotes.js\"></script>\r\n\r\n\t</div>\r\n\t</div>\r\n\t</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div class=\"assetBuddy\" name=\"CMS Pictures article PKG\">\r\n\t<span name=\"trackingEnabledModule\" moduleName=\"E0102151852_507594\"><script language=\"javascript\">addImpression(\"E0102151852_507594\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">India in 2014: Year in Review</a></h3></div><div class=\"moduleBody\"><div class=\"feature\"><div class=\"photo\"><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\"><img src=\"http://s2.reutersmedia.net/resources/media/global/assets/images/20150101/20150102_6945038620150101185300.jpg\" alt=\"Photo\" title=\"Photo\" border=\"0\" /></a></div><h2><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\">Bollywood 2014</a></h2><p>The best and worst of Bollywood in 2014.&nbsp; <span class=\"inlineLinks\"><a href=\"http://blogs.reuters.com/india/2014/12/30/the-best-and-worst-of-bollywood-in-2014/\">Full&nbsp;Article</a></span>&nbsp;</p></div><ul><li><a href=\"http://blogs.reuters.com/india-expertzone/2014/12/22/india-in-2014-a-dream-run-for-markets/\">A dream run for markets</a></li><li><a href=\"http://blogs.reuters.com/india/2014/12/23/2014-an-year-of-leagues-for-indian-sports/\">Year of leagues for sports</a></li><li><a href=\"http://in.reuters.com/news/picture/2014/12/04/best-photos-of-the-year?articleId=INRTR4GQFE\">Best photos of the year 2014 </a></li><li><a href=\"http://in.reuters.com/news/picture/2014/12/11/best-of-india?articleId=INRTR4HK18\">Top pictures of the year: India</a></li><li><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">Full coverage: India in 2014</a></li></ul></div></div></span></div>\r\n\r\n\t<META name=\"DCSext.artCMS\" content=\"1\">\r\n</div></div><div class=\"columnLeft\"><div id=\"relatedInteractive\" class=\"relatedRail gridPanel grid2\"></div></div><span id=\"articleText\">\n<span id=\"midArticle_start\"></span>\n\n<span id=\"midArticle_0\"></span><span class=\"focusParagraph\"><p><span class=\"articleLocation\">JAKARTA</span> (Reuters) - Countries around Asia on Tuesday stepped up the search for an AirAsia plane carrying 162 people that is presumed to have crashed in shallow waters off the Indonesian coast, with Washington also sending a warship to help find the missing jet.</p>\n</span><span id=\"midArticle_1\"></span><p>Soelistyo, head of Indonesia's search and rescue agency, told local television the search area between the islands of Sumatra and Borneo would be expanded. Authorities would also begin scouring nearby islands as well as coastal land on Indonesia's side of Borneo. </p><span id=\"midArticle_2\"></span><p>So far the focus of the search has been the Java Sea. </p><span id=\"midArticle_3\"></span><p>There have been no confirmed signs of wreckage from the Airbus A320-200 operated by Indonesia AirAsia, which disappeared in poor weather on Sunday morning during a flight from the Indonesian city of Surabaya to Singapore. </p><span id=\"midArticle_4\"></span><p>The missing plane, which was carrying mainly Indonesians, could be at the bottom of the sea, Soelistyo said on Monday.</p><span id=\"midArticle_5\"></span><p>The Java Sea is relatively shallow, making it easier to spot wreckage in the water, say oceanographers, but strong currents and winds in the area mean any debris would be drifting up to 50 km (31 miles) a day east, away from the impact zone.</p><span id=\"midArticle_6\"></span><p>\"The lesson that should be learned from MH370 is that you need to move quickly,\" said Charitha Pattiaratchi, an oceanographer at the University of Western Australia, referring to the Malaysia Airlines flight that went missing on March 8 during a trip from Kuala Lumpur to Beijing with 239 passengers and crew and which has not been found.</p><span id=\"midArticle_7\"></span><p>Around 30 ships and 21 aircraft from Indonesia, Australia, Malaysia, Singapore and South Korea would search up to 10,000 square nautical miles on Tuesday, officials said. </p><span id=\"midArticle_8\"></span><p>Indonesian Air Force spokesman Hadi Tjahjanto said authorities would investigate an oil spill sighted on Monday, although a separate possible slick turned out to be a reef. </p><span id=\"midArticle_9\"></span><p>Searchers had investigated several areas where possible debris had been sighted in the water but had found nothing connected to the missing plane, Tjahjanto told Reuters. </p><span id=\"midArticle_10\"></span><p>Authorities would also investigate reports by local fishermen of an explosion on Sunday morning off an island in the area, Tjahjanto added, although dynamite fishing is common in Indonesian waters.</p><span id=\"midArticle_11\"></span><p>The U.S. military said the USS Sampson, a guided missile destroyer, would be on the scene later on Tuesday.</p><span id=\"midArticle_12\"></span><p>\"We stand ready to assist in any way possible,\" Pentagon spokesman Mark Wright said.</p><span id=\"midArticle_13\"></span><p></p><span id=\"midArticle_14\"></span><p>COULD PLANE HAVE STALLED?</p><span id=\"midArticle_15\"></span><p>What happened to Flight QZ8501, which had sought permission from Indonesian air traffic control to ascend to avoid clouds, is still a mystery.</p><span id=\"midArticle_0\"></span><p>Online discussions among pilots have centred on unconfirmed secondary radar data from Malaysia that suggested the aircraft was climbing at a speed of 353 knots, about 100 knots too slow in poor weather, and that it might have stalled.</p><span id=\"midArticle_1\"></span><p>While searchers had picked up an emergency locator signal off the south of Borneo, no subsequent signal was found, officials said.</p><span id=\"midArticle_2\"></span><p>The plane, whose engines were made by CFM International, co-owned by General Electric and Safran of France, lacked real-time engine diagnostics or monitoring, a GE spokesman said. Such systems are mainly used on long-haul flights and can provide clues to airlines and investigators when things go wrong.</p><span id=\"midArticle_3\"></span><p>Officials said the sea in the general search area was only 50 to 100 (150 to 300 feet) metres deep, which would be a help in finding the plane.</p><span id=\"midArticle_4\"></span><p>\"The Java Sea area where they are now searching isn't even an ocean, it's more of an inland sea,\" Erik van Sebille, a physical oceanographer at the University of New South Wales in Sydney told Reuters. </p><span id=\"midArticle_5\"></span><p>    \"It's so shallow that they may just be able to spot the plane,\" said van Sebille, noting that sunlight travels through water up to about 100 metres.</p><span id=\"midArticle_6\"></span><p>Oceanographer Pattiaratchi said debris would normally be expected to float on the surface for around 18 days before sinking.</p><span id=\"midArticle_7\"></span><p>Three airline disasters involving Malaysian-affiliated carriers in less than a year have dented confidence in the country's aviation industry and spooked air travellers across the region.</p><span id=\"midArticle_8\"></span><p>In the third incident, Malaysia Airlines Flight MH17 was shot down over Ukraine on July 17, killing all 298 people on board.</p><span id=\"midArticle_9\"></span><p></p><span id=\"midArticle_10\"></span><p>NO FOUL PLAY SEEN</p><span id=\"midArticle_11\"></span><p>On board Flight QZ8501 were 155 Indonesians, three South Koreans, and one person each from Singapore, Malaysia and Britain. The co-pilot was French.</p><span id=\"midArticle_12\"></span><p>U.S. law enforcement and security officials said passenger and crew lists were being closely examined but so far nothing significant had turned up and that the incident was still regarded as an unexplained accident. </p><span id=\"midArticle_13\"></span><p>The plane, which did not issue a distress signal, disappeared after its pilot failed to get permission to fly higher because of heavy air traffic, officials said.</p><span id=\"midArticle_14\"></span><p>Pilots and aviation experts said thunderstorms, and requests to gain altitude to avoid them, were not unusual in that area.</p><span id=\"midArticle_15\"></span><p>The Indonesian pilot was experienced and the plane last underwent maintenance in mid-November, the airline said.</p><span id=\"midArticle_0\"></span><p>Indonesia AirAsia is 49 percent owned by Malaysia-based budget carrier AirAsia.</p><span id=\"midArticle_1\"></span><p>The AirAsia group, including affiliates in Thailand, the Philippines and India, had not suffered a crash since its Malaysian budget operations began in 2002.</p><span id=\"midArticle_2\"></span><p>The plane's disappearance comes at a sensitive time for Jakarta's aviation authorities, as they strive to improve the country's safety reputation to match its status as one of the airline industry's fastest growing markets.</p><span id=\"midArticle_3\"></span><p></p><span id=\"midArticle_4\"></span><p></p><span id=\"midArticle_5\"></span><p></p><span id=\"midArticle_6\"></span><p> (Additional reporting by Wilda Asmarini, Fransiska Nangoy, Cindy Silviana, Kanupriya Kapoor, Michael Taylor, Nilufar Rizki and Siva Govindasamy in JAKARTA, Al-Zaquan Amer Hamzah and Praveen Menon in KUALA LUMPUR, Saeed Azhar, Rujun Shen and Anshuman Daga in SINGAPORE, Jane Wardell in SYDNEY, Ben Blanchard in BEIJING, Tim Hepher in PARIS and Mark Hosenball, David Brunnstrom and Lesley Wroughton in WASHINGTON; Writing by Dean Yates; Editing by Michael Perry)</p><span id=\"midArticle_7\"></span></span>\n\n<div class=\"relatedTopicButtons\"><div class=\"file_under\">FILED UNDER: </div> \n\t\t\t<div class=\"actionButton\"><a href=\"/news/top-news\">Top News</a></div>\n\t\t\t<div class=\"actionButton\"><a href=\"/news/world\">World</a></div>\n\t\t\t</div><div class=\"facebookRec\" tns=\"no\">\r\n\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px;\" allowTransparency=\"true\"></iframe>\r\n        </div>\r\n<div class=\"module shareLinks horizontal\">\r\n\t     <div class=\"moduleBody\">\r\n\t        <ul>\r\n\r\n                <li class=\"twitter \" tns=\"no\">\r\n                   \t\t<span class=\"hrefClone\" onclick=\"Reuters.tns.retweet();\">Tweet this</span>\r\n\t\t\t\t\t</li>\r\n                <li class=\"linkedIn \" tns=\"no\">\r\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&title=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship&summary=By+Fergus+Jensen%0AJAKARTA+%28Reuters%29+-+Countries+around+Asia+on+Tuesday+stepped+up+the+search+for+an+AirAsia+plane+carrying+162+people+that+is+presumed+to+have+crashed+in+shallow+waters+off+the+Indonesian+coast%2C+with+Washington+also+sending+a+warship...', 520, 570, 1, 'shareArticle');\">Link this</span>\r\n                 \t</li>\r\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&t=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship', 626, 436, 1, 'shareArticle');\">Share this</span></li>\r\n\t            <li class=\"digg \" tns=\"no\">\r\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://digg.com/submit?url=http%3A%2F%2Fin.reuters.com%2Farticle%2F2014%2F12%2F30%2Findonesia-airplane-idINKBN0K703120141230&bodytext=Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship', 1062, 570, 1, 'shareArticle');\">Digg this</span>\r\n\t                </li>\r\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=INKBN0K703120141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\r\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=INKBN0K703120141230', 580, 735, 3, 'printArticle');\">Print</span></li>\r\n     \t\t\t<li tns=\"no\" class=\"reprints\"><a href=\"http://www.reutersreprints.com\">Reprints</a></li>\r\n                </ul>\r\n\t    </div>\r\n\t</div>\r\n<div>\n<div id='taboola-bmc' style=\"float:left;width:295px\"></div>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({mode:'organic-text-links-2c', container:'taboola-bmc', placement:'bmc', target_type:'text'});\n</script>\n<div style=\"float:left;width:300px;margin-left:10px\">\n     <iframe valign=\"middle\" width=\"305\" height=\"295\" marginheight=0 marginwidth=0 frameborder=0 vspace=0 hspace=0 scrolling=NO  src=\"http://www.smartlinks.dianomi.com/smartads.epl?id=1736\"></iframe>\n</div>\n</div>\n<div class=\"linebreak\"></div>\n\t<div name=\"mytest\">\n<div id='taboola-below-main-column'></div>\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'thumbs-2r', container:'taboola-below-main-column', placement:'below-main-column'});\n</script>\n</div><div class=\"linebreak\"></div>\n\t</div>\n\n<div class=\"column2 gridPanel grid4\">\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/tabs.js\"></script>\r\n\r\n<div class=\"linebreak\"></div>\r\n<div id=\"most-popular-parsely\"><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\" language=\"javascript\"></script><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-parsely.js\" language=\"javascript\"></script><div class=\"moduleHeader\"><h3>Trending On Reuters</h3></div><div class=\"columnLeft\"><div id=\"mostPopularRead\"><div id=\"parselyArticles\"><div class=\"module\"><div class=\"moduleBody\"><ul></ul></div><div id=\"parselyArticlesRemark\"></div></div></div></div></div><script type=\"text/javascript\">\r\n        var video_btn_url = '<img src=\"http://s3.reutersmedia.net/resources_v2/images/btn_rel_video.gif\" border=\"0\" height=\"11px\" width=\"43px\" alt=\"Video\" />';\r\n        var _raw_json_note = \"not in use for this version\";\r\n\tvar max_json_num = 5;\r\n\tvar filter_str = \"/news/pictures\";\r\n\tvar filter_arr = [];\r\n        filter_arr = filter_str.split(\",\");\r\n \r\n\tvar parselyObjects= [{\"data\":[{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":5135,\"pub_date\":\"2015-01-02T19:17:06\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINL1N0UH0YO20150102\",\"video_link\":\"\",\"section\":\"cyclicalConsumerGoodsSector\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINL1N0UH0YO20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"UPDATE 1-Obama authorizes more sanctions against North Korea in Sony hack\",\"image_url\":\"\",\"thumb_url_medium\":\"\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":1244,\"pub_date\":\"2015-01-02T23:53:48\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/people-donnadouglas-idINKBN0KB1GI20150102\",\"video_link\":\"\",\"section\":\"entertainmentNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/people-donnadouglas-idINKBN0KB1GI20150102\",\"authors\":[\"Will Dunham and Eric Kelsey\"],\"author\":\"Will Dunham and Eric Kelsey\",\"title\":\"'Beverly Hillbillies' actress Donna Douglas dies at 81\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011303877&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010MB\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_fd0d3073fd1c576422327dffe40191fe37c13433.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":1085,\"pub_date\":\"2015-01-03T02:58:18\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-objects-idINKBN0KC01J20150103\",\"video_link\":\"\",\"section\":\"globalCoverage2\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-objects-idINKBN0KC01J20150103\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Indonesian search and rescue finds two large objects in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150103&t=2&i=1011388724&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB0200B\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_3d9bac7e8a5e9468e7f79248db73e085ca59aa17.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":978,\"pub_date\":\"2015-01-02T19:05:18\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINKBN0KB16Q20150102\",\"video_link\":\"\",\"section\":\"technologyNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/northkorea-cyberattack-sanctions-idINKBN0KB16Q20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Obama authorizes additional sanctions against North Korea in Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011172028&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K0\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_1917d19cc9e9a6ebbe3da1da28c6f8991fa1da2f.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":677,\"pub_date\":\"2015-01-03T02:16:10\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0K900820150103\",\"video_link\":\"http:\\/\\/in.reuters.com\\/article\\/video\\/idINKBN0K900820150103?videoId=358479000\",\"section\":\"globalCoverage2\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0K900820150103\",\"authors\":[\"Fergus Jensen\"],\"author\":\"Fergus Jensen\",\"title\":\"Indonesia widens search area in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011105881&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010H7\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_15f61a7637af2d90311eec57bf5e1a051e75c542.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":587,\"pub_date\":\"2015-01-02T16:21:56\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0KB0YG20150102\",\"video_link\":\"\",\"section\":\"hollywood\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/slideshow\\/idINKBN0KB0YG20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Irish rock star Bono says he may never play guitar again\",\"image_url\":\"http:\\/\\/s4.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011090896&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010FX\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_e7d1d3c55363ca00c2bd6b94b035e4caacf44466.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":579,\"pub_date\":\"2015-01-02T16:31:33\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/palestinians-israel-idINKBN0KB0ZW20150102\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/palestinians-israel-idINKBN0KB0ZW20150102\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"Palestinians submit ICC documents to United Nations\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011095974&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010GK\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_04480a5b248afbb4213f88cc130574ee90a52f05.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":474,\"pub_date\":\"2015-01-02T09:36:29\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/india-solar-idINKBN0KB0E920150102\",\"video_link\":\"\",\"section\":\"globalEnergyNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/india-solar-idINKBN0KB0E920150102\",\"authors\":[\"Krishna N. Das and Swetha Gopinath\"],\"author\":\"Krishna N. Das and Swetha Gopinath\",\"title\":\"Govt raises solar investment target to $100 bln by 2022\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010902015&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB01051\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_62ebe4ff51f21385ac200582d49fdd73cfd94139.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":424,\"pub_date\":\"2015-01-02T22:17:01\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/usa-lawsuit-britain-royals-idINKBN0KB1E920150102\",\"video_link\":\"\",\"section\":\"entertainmentNews\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/02\\/usa-lawsuit-britain-royals-idINKBN0KB1E920150102\",\"authors\":[\"Letitia Stein\"],\"author\":\"Letitia Stein\",\"title\":\"Woman says forced as minor into sex with Prince Andrew; allegations denied\",\"image_url\":\"http:\\/\\/s4.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011257990&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010LT\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_31a25cf8daacd73b2db24ef946814b265b6edf32.jpg\",\"metadata\":\"\"},{\"tags\":[\"[rupee, dollar, sensex, nifty, India, shares, currencies, commodities]\"],\"_hits\":418,\"pub_date\":\"2015-01-03T03:30:25\",\"link\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-idINL3N0UI01Q20150103\",\"video_link\":\"\",\"section\":\"industrialsSector\",\"url\":\"http:\\/\\/in.reuters.com\\/article\\/2015\\/01\\/03\\/indonesia-airplane-idINL3N0UI01Q20150103\",\"authors\":[\"Staff\"],\"author\":\"Staff\",\"title\":\"UPDATE 1-Indonesian search and rescue finds two large objects in hunt for AirAsia jet\",\"image_url\":\"\",\"thumb_url_medium\":\"\",\"metadata\":\"\"}]}];\r\n\t\r\n\t\tif (typeof Reuters.parsely.parseParsely == 'function') { Reuters.parsely.parseParsely(parselyObjects); } \r\n\t</script>\r\n\r\n\r\n\n\n</div><div class=\"ad\" id=\"mpu\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=mpu;sz=300x250;tile=2;articleID=INKBN0K703120141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpu') == false) &&\n\t\t      (typeof (hideAd_13130495) == 'undefined' || hideAd_13130495 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=mpu;sz=300x250;tile=2;articleID=INKBN0K703120141230;ord=5312?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=mpu;sz=300x250;tile=2;articleID=INKBN0K703120141230;ord=5312?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/highlighter-0.6_sm.js\"></script> \n<div id=\"searchInterceptResults\">\n<div id=\"searchModule\"></div>\n</div>\n<script type='text/javascript'>\nhighlighter.highlight();\nReuters.utils.addLoadEvent(function() { Reuters.utils.replaceContent('searchModule', '/assets/searchIntercept?blob='+highlighter.searchKeywords(), null, null) });\n</script>\n<style type=\"text/css\">\n#searchInterceptResults {display:none;}\n#searchInterceptResults.wResults {display: block;}\n</style>\n\n<div id=\"articlePackage\"><div class=\"assetBuddy\" name=\"Business Feature\">\r\n                        <span name=\"trackingEnabledModule\" moduleName=\"E0104151035_507809\"><script language=\"javascript\">addImpression(\"E0104151035_507809\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3>Banking</h3></div><div class=\"moduleBody\"><div class=\"gallery feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\"><img src=\"http://s1.reutersmedia.net/resources/media/global/assets/images/20150103/20150103_5428976020150103103130.jpg\" alt=\"A cashier (L) counts currency notes as customers wait inside a bank in Hyderabad March 22, 2010. REUTERS/Krishnendu Halder/Files\" title=\"A cashier (L) counts currency notes as customers wait inside a bank in Hyderabad March 22, 2010. REUTERS/Krishnendu Halder/Files\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\">India needs reforms in banking sector,  more autonomy for state banks: Jaitley</a></h2><p>India needs to &quot;conceive&quot; several reforms in the banking sector, Finance Minister Arun Jaitley told reporters on the sidelines of a two-day banking retreat.&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/03/india-banks-reforms-idINKBN0KC03620150103\">Full&nbsp;Article</a></span>&nbsp;</p></div><ul><li><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">India prepares reform plan for ailing state banks </a></li></ul></div></div></span></div>\r\n                </div><div class=\"linebreak\"></div>\n\t<style type=\"text/css\">\n#social-links {background-color: #f8f8f8; border: 1px solid #d5d5d5; margin-bottom: 20px; padding-bottom: 8px; float:left;}\n#social-links  h3 {font-size: 14px; text-transform: none; text-align: left; padding: 8px; margin: 0;}\n#social-links ul {clear:both; margin:0; padding:0; width: auto; padding: 0 9px; float:left;}\n#social-links li {border: 1px solid #e5e5e5; background-color: #ffffff; width: 64px; height: 64px; float: left; margin: 0 5px 0 0; padding: 0; text-align: center;}\n#social-links li.last {margin-right: 0;}\n#social-links li.facebook {background: #FFFFFF url(/resources_v2/images/btn_social_link_facebook.gif) no-repeat center 10px;}\n#social-links li.twitter {background: #FFFFFF url(/resources_v2/images/btn_social_link_twitter.gif) no-repeat center 10px;}\n#social-links li.rss {background: #FFFFFF url(/resources_v2/images/btn_social_link_rss.gif) no-repeat center 10px;}\n#social-links li.youtube {background: #FFFFFF url(/resources_v2/images/btn_social_link_youtube.gif) no-repeat center 10px;}\n#social-links li a {font-size: 11px; font-weight: normal; padding-top: 40px; display: block;}\n</style>\n\n\n<div id=\"social-links\">\n\t<h3>Follow Reuters</h3>\n\t\t<ul>\n\t\t<li class=\"facebook\"><a href=\"http://facebook.com/india.reuters\">Facebook</a></li>\n\t\t<li class=\"twitter\"><a href=\"http://twitter.com/#!/reutersindia\">Twitter</a></li>\n\t\t<li class=\"rss\"><a href=\"http://in.reuters.com/tools/rss\">RSS</a></li>\n\t\t<li class=\"youtube last\"><a href=\"http://www.youtube.com/reuters\">YouTube</a></li>\n\t\t</ul>\n\t\t<div class=\"linebreak\"></div>\n</div><div class=\"linebreak\"></div>\n\t<div style=\"margin-bottom:20px\">\n<script type=\"text/javascript\">\n     TR.insertBussUnit (\"http:\\/\\/ad.doubleclick.net\\/N4735792\\/adj\\/in.reuters;type=BizDev_Section_RR1;sz=300x1\");\n</script>\n</div><div class=\"linebreak\"></div>\n\t\n\n<div class=\"linebreak\"></div>\n\t<div class=\"assetBuddy\" name=\"biz showcase\">\r\n\t<span name=\"trackingEnabledModule\" moduleName=\"E0103151815_507750\"><script language=\"javascript\">addImpression(\"E0103151815_507750\");</script><div class=\"module\"><div class=\"moduleHeader\"><h3>REUTERS SHOWCASE</h3></div><div class=\"moduleBody\"><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\"><img src=\"http://s2.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010948261&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB01074\" alt=\"Factory Activity \" title=\"Factory Activity \" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\">Factory Activity </a></h2><p>Weak factory reports from Asia, Europe suggest more central bank action&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/global-economy-idINKBN0KB0JH20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150101&t=2&i=1010370199&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB000NW\" alt=\"AirAsia Jet Crash\" title=\"AirAsia Jet Crash\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\">AirAsia Jet Crash</a></h2><p>Search teams battle rough weather in hunt for AirAsia wreck&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/indonesia-airplane-idINKBN0K900820150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\"><img src=\"http://s2.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010910330&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0105E\" alt=\"Banking Sector\" title=\"Banking Sector\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">Banking Sector</a></h2><p>India prepares reform roadmap for ailing state banks&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-banking-reform-idINKBN0KB0FF20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\"><img src=\"http://s1.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010902015&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB01051\" alt=\"Solar Energy\" title=\"Solar Energy\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\">Solar Energy</a></h2><p>Govt raises solar investment target to $100 bln by 2022&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-solar-idINKBN0KB0E920150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010796404&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0101U\" alt=\"India Factory Growth\" title=\"India Factory Growth\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\">India Factory Growth</a></h2><p>Dec factory growth at 2-year high as orders surge - PMI&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/india-economy-pmi-idINKBN0KB03Y20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010941112&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0106U\" alt=\"Tata Steel Mine\" title=\"Tata Steel Mine\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\">Tata Steel Mine</a></h2><p>Tata Steel resumes operations at top iron ore mine - spokesman&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/tata-steel-mine-restart-idINKBN0KB0I220150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\"><img src=\"http://s4.reutersmedia.net/resources/media/global/assets/images/20150102/20150102_9903018020150102181611.jpg\" alt=\"U.S. Economy\" title=\"U.S. Economy\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\">U.S. Economy</a></h2><p>U.S. factory sector suffers end-of-year chill &nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/usa-economy-idINKBN0KB0YO20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\"><img src=\"http://s4.reutersmedia.net/resources/r/?m=02&d=20150102&t=2&i=1010796394&w=120&fh=&fw=&ll=&pl=&r=LYNXMPEB0101R\" alt=\"Trip Tips \" title=\"Trip Tips \" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\">Trip Tips</a></h2><p>A glimpse of little Tibet in southern India&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/article/2015/01/02/travel-india-bylakuppe-idINKBN0KB03W20150102\">Full&nbsp;Article</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/subjects/top-india-news-2014\"><img src=\"http://s4.reutersmedia.net/resources/media/global/assets/images/20141224/20141224_4409294420141224092842.jpg\" alt=\"India in 2014\" title=\"India in 2014\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">India in 2014</a></h2><p>A review of the top stories from India&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/subjects/top-india-news-2014\">Full&nbsp;Coverage</a></span>&nbsp;</p></div><div class=\"dividerInlineH\"></div><div class=\"feature\"><div class=\"photo\"><a href=\"http://in.reuters.com/tools/mobile/news\"><img src=\"http://s3.reutersmedia.net/resources/media/global/assets/images/20111007/20111007_92912520.jpg\" alt=\"Reuters India Mobile\" title=\"Reuters India Mobile\" border=\"0\" /></a></div><h2><a href=\"http://in.reuters.com/tools/mobile/news\">Reuters India Mobile</a></h2><p>Get the latest news on the go. Visit Reuters India on your mobile device&nbsp; <span class=\"inlineLinks\"><a href=\"http://in.reuters.com/tools/mobile/news\">Full&nbsp;Coverage</a></span>&nbsp;</p></div></div></div></span></div>\r\n\r\n\t<META name=\"DCSext.artCMS\" content=\"1\">\r\n<div class=\"linebreak\"></div>\n\t<div id=\"freqCap_fixedpanel\" style=\"display:none;\">\r\n\t<div id=\"fixedpanelContainer\" class=\"fixedpanelContainer\">\r\n    \t<div class=\"ad\" id=\"fixedpanel\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=fixedpanel;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_fixedpanel) == 'undefined' || freqCap_fixedpanel == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_fixedpanel') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_fixedpanel) != 'undefined' &&\n\t\t       ((typeof(freqCap_fixedpanel.isAdNeeded) != 'undefined' && freqCap_fixedpanel.isAdNeeded()) ||\n\t\t        (typeof(freqCap_fixedpanel.isDefaultAdNeeded) != 'undefined' && freqCap_fixedpanel.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('fixedpanel') == false) &&\n\t\t      (typeof (hideAd_13130484) == 'undefined' || hideAd_13130484 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=fixedpanel;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=2675?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=fixedpanel;sz=1x1;articleID=INKBN0K703120141230;taga=aaaaaaaaa;ord=2675?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n\tif ( typeof(freqCap_fixedpanel) != 'undefined' && \r\n       ((typeof(freqCap_fixedpanel.isAdNeeded) != 'undefined' && (freqCap_fixedpanel.isAdNeeded())) || \r\n       (typeof(freqCap_fixedpanel.isDefaultAdNeeded) != 'undefined' && freqCap_fixedpanel.isDefaultAdNeeded()))) {\r\n\t    document.getElementById('freqCap_fixedpanel').style.display = 'block';\r\n\t}\r\n</script>\r\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"mpulow\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'in.reuters/home;' + 'type=mpulow;sz=300x250;tile=3;articleID=INKBN0K703120141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpulow') == false) &&\n\t\t      (typeof (hideAd_13130502) == 'undefined' || hideAd_13130502 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.in.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.in.doubleclick.net/N4735792/jump/in.reuters/home;type=mpulow;sz=300x250;tile=3;articleID=INKBN0K703120141230;ord=9161?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.in.doubleclick.net/N4735792/ad/in.reuters/home;type=mpulow;sz=300x250;tile=3;articleID=INKBN0K703120141230;ord=9161?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<style type=\"text/css\">\n#captionContent {z-index: 1;}\n\n#articlePackage .feature p{\nfont-size: 13px !important;\nmargin: 0 6px 8px !important;\n}\n#articleContent .column2 .module {\nborder-top: 1px solid #CCCCCC !important;\nmargin: 0 0 10px !important;\n}\n#articleContent .column2 .module .moduleHeader{\npadding-top: 0!important;\n}\n#articleContent .column2 .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3 a{\nfont-size: 14px !important;\n}\n#articleContent .column2 .module .moduleHeader h3,\n#articleContent .column2 #articlePackage .module .moduleHeader h3{\npadding: 8px !important;\n}\n#articleContent .column2 .module .gallery.feature h2{\nmargin: 0 6px 4px !important;\n}\n#articleContent .column2 .module .feature h2{\nmargin: 0 0 5px !important;\n}\n#articleContent .column2 .feature h2{\nmargin: 0 0 5px !important;\n}\n</style><div class=\"linebreak\"></div>\n\t<div class=\"adVantage\">\n<script type=\"text/javascript\">\nvar adTime = Math.round(new Date().getTime() / 1000);\ndocument.write('<a href=\"http://ad.doubleclick.net/N4735792/jump/in.reuters/vantage;sz=300x150;ord=[' +adTime+']?\" target=\"_blank\">');\ndocument.write('<img src=\"http://ad.doubleclick.net/N4735792/ad/in.reuters/vantage;sz=300x150;ord=['+adTime+']?\"/>');\ndocument.write('</a>');\n</script>\n<style>\n.adVantage{\ndisplay: inline-block;\nclear: both;\nfloat: left;\n}\n</style>\n</div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n<div id=\"articleFooter\"><script type=\"text/javascript\" src=\"/assets/inlineArticleLinks\"></script><script src=\"http://s2.reutersmedia.net/resources_v2/js/tracker_article.js\" type=\"text/javascript\"></script><!--[if !IE]> START News Content Page Tags <![endif]-->\n<META name=\"DCSext.ContentType\" content=\"Text\"> <!--[if !IE]> 'Text' | 'Picture' | 'Slideshow' | 'Video' <![endif]-->\n<META name=\"DCSext.ContentID\" content=\"INKBN0K703120141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentChannel\" content=\"globalCoverage2\">\n<META name=\"DCSext.ContentID_globalCoverage2\" content=\"INKBN0K703120141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentHeadline\" content=\"Indonesia+expands+search+for+missing+AirAsia+jet%2C+U.S.+sends+warship\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<META name=\"DCSext.PageNumber\"      content=\"1\">\n<META name=\"DCSext.PageTotal\"       content=\"3\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<!--[if !IE]> END News Content Page Tags <![endif]-->\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  window._taboola.push({flush:true});\n</script></div></div>\n</div>\n<div class=\"section bleeding\" id=\"footerHead\">\n\t<div class=\"sectionContent\">\n<div id=\"footerHeader\"><div class=\"columnLeft\"><div class=\"logo\"><div id=\"footerLogo\"><a href=\"/\">&nbsp;</a></div></div></div><div class=\"columnLeft\">\t<div id=\"editionsFooter\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchFooter\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">IN</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\">Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\">Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\">Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\">Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\">Germany</a></li>\n\t\t\t\t\t\t<li><a href=\"http://it.reuters.com\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\">Mexico</a></li>\n\t\t\t\t\t    <li><a href=\"http://ru.reuters.com\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\">Spain</a></li>\n\t\t\t\t\t\t<li><a href=\"http://uk.reuters.com\">United Kingdom</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.reuters.com\">United States</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n<script type=\"text/javascript\">\nif(Reuters.info.edition == \"BETAUS\") {\n\t$(\"#editionSwitchFooter .currentEdition\").text('U.S.');\n} else {\n\t$(\"#editionSwitchFooter .currentEdition\").text(Reuters.info.edition);\n}\n</script></div><div class=\"columnRight\"><div id=\"topLink\"><a href=\"#top\"><p>Back to top</p></a></div></div></div><div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footer\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"columnLeft\"><div class=\"gridPanel grid12\">\n<span class=\"footerparent\">Reuters.com</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance\">Business</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance/markets\">Markets</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/top-news\">India</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/technology\">Technology</a></li>\n\t<li class=\"h-links\"><a href=\"http://blogs.reuters.com/us/\">Opinion</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/finance/personal-finance\">Money</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/pictures\">Pictures</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/news/video\">Videos</a></li>\n\t<li class=\"h-links\"><a href=\"http://in.reuters.com/assets/siteindex\">Site Index</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://in.reuters.com/tools/mobile\">Mobile</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">More from Reuters</span>\n<ul>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/news-services/\">Reuters News Agency</a></li>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/site/reuters-brand-attribution-guidelines/\">Brand Attribution Guidelines</a></li>\n    <li class=\"h-linkend\"><a href=\"http://thomsonreuters.com/site/delivery-options/\">Delivery Options</a></li>\n</ul></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Support & Contact</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://reuters.zendesk.com\">Support</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://reuters.zendesk.com/anonymous_requests/new\">Corrections</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div id=\"footer-utilities\" class=\"gridPanel grid12\"></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Connect with Reuters</span>\n<ul>\n<li id=\"foot-twitter\"><a href=\"http://www.twitter.com/reuters\">Twitter</a>&nbsp;&nbsp;</li>\n<li id=\"foot-facebook\"><a href=\"http://www.facebook.com/Reuters\">Facebook</a>&nbsp;&nbsp;</li>\n<li id=\"foot-linkedin\"><a href=\"http://www.linkedin.com/today/reuters.com\">LinkedIn</a>&nbsp;&nbsp;</li>\n<li id=\"foot-rssfeed\"><a href=\"http://in.reuters.com/tools/rss\">RSS</a>&nbsp;&nbsp;</li>\n<li id=\"foot-newsletters\"><a href=\"https://commerce.in.reuters.com/profile/pages/newsletter/begin.do\">Newsletters</a></li>\n</ul>\n\n\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">About</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"/privacy-policy\">Privacy Policy</a></li>\n\t<li class=\"h-links\"><a href=\"/terms-of-use\">Terms of Use</a></li>\n         <li class=\"h-links\" id=\"evidon-footer\"><a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\" border=\"0\" /><span id=\"evidon-text\">AdChoices</span></a></li>\n\t<li class=\"h-linkend\" id=\"footer-endrow\"><a href=\"http://thomsonreuters.com/copyright/\">Copyright</a></li>\n</ul>\n<script>/**/(function(){var g=287,i=1237,a=false,h=document,j=h.getElementById(\"_bapw-link\"),e=(h.location.protocol==\"https:\"),f=(e?\"https\":\"http\")+\"://\",c=f+(e?\"a248.e.akamai.net/betterad.download.akamai.com/91609\":\"cdn.betrad.com\")+\"/pub/\";function b(k){var d=new Image();d.src=f+\"l.betrad.com/pub/p.gif?pid=\"+g+\"&ocid=\"+i+\"&i\"+k+\"=1&r=\"+Math.random()}h.getElementById(\"_bapw-icon\").src=c+\"icon1.png\";j.onmouseover=function(){if(/#$/.test(j.href)){j.href=\"http://info.evidon.com/pub_info/\"+g+\"?v=1\"}};j.onclick=function(){var k=window._bap_p_overrides;function d(n,q){var o=h.getElementsByTagName(\"head\")[0]||h.documentElement,m=a,l=h.createElement(\"script\");function p(){l.onload=l.onreadystatechange=null;o.removeChild(l);q()}l.src=n;l.onreadystatechange=function(){if(!m&&(this.readyState==\"loaded\"||this.readyState==\"complete\")){m=true;p()}};l.onload=p;o.insertBefore(l,o.firstChild)}if(k&&k.hasOwnProperty(g)){if(k[g].new_window){b(\"c\");return true}}this.onclick=\"return \"+a;d(f+\"ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js\",function(){d(c+\"pub2.js\",function(){BAPW.i(j,{pid:g,ocid:i})})});return a};b(\"i\")}());/**/</script></div></div><div id=\"tr-intro\" class=\"gridPanel grid12\"><div id=\"tr-description\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/tr-source-txt.gif\" border=\"0\" /></div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-info\" class=\"gridPanel grid12\">\n<div class=\"tr-products\">\n<div id=\"tr-eikon\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/tools-applications/trading-investment-tools/eikon-trading-software.html?utm_campaign=e4&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','thomsonreuterseikon.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuterseikon.com','WT.dl','24','WT.z_offsite','http://thomsonreuterseikon.com/');\"></a></div>\n<div class=\"tr-descr\">Our Flagship financial information platform incorporating Reuters Insider</div>\n</div>\n\n<div id=\"tr-elektron\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/infrastructure/trading-infrastructure/elektron-financial-applications.html?utm_campaign=elektron&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.pehub.com','DCS.dcsuri','/','WT.ti','Offsite: www.pehub.com','WT.dl','24','WT.z_offsite','http://www.pehub.com/');\"OnClick=\"dcsMultiTrack('DCS.dcssip','thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuters.com','WT.dl','24','WT.z_offsite','http://thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">An ultra-low latency infrastructure for electronic trading and data distribution</div>\n</div>\n\n<div id=\"tr-accelus\">\n<div class=\"tr-header1\"><a href=\"http://accelus.thomsonreuters.com/?utm_campaign=accelus&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.accelus.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: www.accelus.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://www.accelus.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">A connected approach to governance, risk and compliance</div>\n</div>\n\n<div id=\"tr-westlaw\">\n<div class=\"tr-header3\"><a href=\"http://west.thomson.com/westlawnext/default.aspx\" onclick=\"dcsMultiTrack('DCS.dcssip','west.thomson.com','DCS.dcsuri','/westlawnext/default.aspx','WT.ti','Offsite: west.thomson.com','WT.dl','24','WT.z_offsite','http://west.thomson.com/westlawnext/default.aspx');\"></a></div>\n<div class=\"tr-descr\">Our next generation legal research platform</div>\n</div>\n\n<div id=\"tr-onesource\">\n<div class=\"tr-header1\"><a href=\"http://onesource.thomsonreuters.com/\" onclick=\"dcsMultiTrack('DCS.dcssip','onesource.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: onesource.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://onesource.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">Our global tax workstation</div>\n</div>\n\n<div id=\"tr-linklist\">\n<ul>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/\">Thomsonreuters.com</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/\">About Thomson Reuters</a></li>\n<li class=\"tr-descr\"><a href=\"http://ir.thomsonreuters.com\">Investor Relations</a></li>\n<li class=\"tr-descr\"><a href=\"http://careers.thomsonreuters.com/\">Careers</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/contact_us/\">Contact Us</a></li>\n</ul>\n</div>\n\n</div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-logo\" class=\"gridPanel grid12\"><a href=\"http://www.thomsonreuters.com/\"><div id=\"tr-footer\">&nbsp;</div></a></div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n<div id=\"disclaimer\"><div id=\"disclaimer\"><p><a href=\"http://www.thomsonreuters.com\">Thomson Reuters</a> is the world's largest international multimedia news agency, providing <a href=\"http://in.reuters.com/finance/markets/india-stock-market\">investing news</a>, <a href=\"http://in.reuters.com/news/world\">world news</a>, <a href=\"http://in.reuters.com/finance\">business news</a>, <a href=\"http://in.reuters.com/news/technology\">technology news</a>, headline news, small business news, news alerts, <a href=\"http://in.reuters.com/finance/personal-finance\">personal finance</a>, <a href=\"http://in.reuters.com/finance/stocks-quotes\">stock market</a>, and <a href=\"http://funds.in.reuters.com/IN/overview.asp\">mutual funds information</a> available on Reuters.com, <a href=\"http://in.reuters.com/news/video\">video</a>, <a href=\"http://in.reuters.com/tools/mobile\">mobile</a>, and interactive television platforms. Thomson Reuters journalists are subject to an <a href=\"http://handbook.reuters.com\">Editorial Handbook</a> which requires fair presentation and disclosure of relevant interests.</p>\n\n<p>NYSE and AMEX quotes delayed by at least 20 minutes. Nasdaq delayed by at least 15 minutes. For a complete <a href=\"http://in.reuters.com/info/disclaimer\" target=\"_blank\">list of exchanges and delays, please click here</a>.</p></div></div><div id=\"Footer1\"></div><img src=\"http://www.bizographics.com/collect/?fmt=gif&url=reuters.com&pid=501\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n<div class=\"linebreak\"></div>\n\t</div>\n</div>\n\n\n</div>\r\n<SCRIPT TYPE=\"text/javascript\">\ndocument.write(\"<SCR\"+\"IPT TYPE='text/javascript' SRC='\" + \"http\" + (window.location.protocol.indexOf('https:')==0?'s':'') + \"://js.revsci.net/gateway/gw.js?csid=I07714' CHARSET='ISO-8859-1'\"+\"><\\/SCR\"+\"IPT>\");\n</SCRIPT>\n\n<script type=\"text/javascript\">\n<!--\n      I07714.DM_cat(\"in.reuters > home\");\n      I07714.DM_tag();\n//-->\n</SCRIPT><!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035630&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag --><META name=\"DCSext.rChannel\" content=\"Home\">\r\n<META name=\"DCSext.rCountry\" content=\"IN\">\r\n<META name=\"WT.cg_n\" content=\"Home - Landing\">\r\n<META name=\"WT.cg_s\" content=\"News\">\r\n<META name=\"DCSext.DartZone\" content=\"in.reuters/home\">\r\n    <!-- START OF SmartSource Data Collector TAG -->\r\n<!-- Copyright (c) 1996-2009 WebTrends Inc.  All rights reserved. -->\r\n<!-- Version: 8.6.0 -->\r\n<!-- Tag Builder Version: 2.1.0  -->\r\n<!-- Created: 2/9/2009 17:21:12 -->\r\n\r\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/webtrends.js\" type=\"text/javascript\"></script>\r\n   <script type=\"text/javascript\">\r\nvar _tag=new WebTrends();\r\n_tag.dcsGetId();\r\n</script>\r\n<script type=\"text/javascript\">\r\nsetModuleImpressionTracking();\r\n_tag.dcsCollect();\r\n</script>\r\n<noscript>\r\n<div><img alt=\"DCSIMG\" id=\"DCSIMG\" width=\"1\" height=\"1\" src=\"http://statse.webtrendslive.com/dcsncwimc10000kzgoor3wv9x_3f2v/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.0\"/></div>\r\n</noscript>\r\n<!-- END OF SmartSource Data Collector TAG -->\r\n\r\n<!-- Begin BlueKai Tag -->\n<iframe name=\"__bkframe\" height=\"0\" width=\"0\" frameborder=\"0\" src=\"javascript:void(0)\"></iframe>\n<script type=\"text/javascript\" src=\"http://www.bkrtx.com/js/bk-static.js\"></script>\n\n<script>\n\ttry{\t\t\n\t\tvar bkSocialLogin = (typeof socialLoginProvider!=\"undefined\"?socialLoginProvider:\"\");\n\t\tvar bkReferrer = (typeof document.referrer.split(\"/\")[2]!=\"undefined\"?document.referrer.split(\"/\")[2]:\"\");\n\t\tvar bkLoginCookieValue = (typeof loginCookieValue!=\"undefined\"?loginCookieValue:\"\");\n\t\tvar bkSearchVal = (typeof document.location.search!=\"undefined\"?document.location.search:\"\");\n\t\tvar bkRegVal = (typeof registeredCookieValue!=\"undefined\"?registeredCookieValue:\"\");\n\t\tvar bkWTFPCCookie = (typeof YAHOO.util.Cookie.get(\"WT_FPC\")!=\"undefined\"?YAHOO.util.Cookie.get(\"WT_FPC\"):\"\");\n\t\t\n\t\tbkWTFPCCookieArr = bkWTFPCCookie.split(\"=\"); \n\t\tbkWTFPCCookieKeyArr = bkWTFPCCookieArr[1].split(\":\");\n\t\tbkWTFPCCookieKey = bkWTFPCCookieKeyArr[0];\n\t\t\n\t\t//Get Meta Values from Cookie\n\t\tvar bkMetaArray = document.getElementsByTagName(\"meta\");\n\t\tfor(var i=0;i<bkMetaArray.length;i++){\n\t\t\tif(bkMetaArray[i].getAttribute(\"name\")){\t\t\t\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rch\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rCountry\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rco\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_n\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcntn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_s\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcnts\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cc\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cnt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageNumber\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageTotal\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.VideoType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"vt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rAuthor\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"aut\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.Comments\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"com\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.DartZone\")>-1){\n\t\t\t\t\tvar bkZoneArray = bkMetaArray[i].getAttribute(\"content\").split(\"/\");\n\t\t\t\t\tfor(var z=0;z<bkZoneArray.length;z++){\n\t\t\t\t\t\tvar bkHint = \"z\"+z;\n\t\t\t\t\t\tbk_addPageCtx(bkHint, bkZoneArray[z]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tbk_addPageCtx(\"wtc\", bkWTFPCCookieKey);\t\n\t\tbk_addPageCtx(\"log\", bkLoginCookieValue);\n\t\tbk_addPageCtx(\"soc\", bkSocialLogin);\n\t\tbk_addPageCtx(\"hsh\", bkRegVal);\n\t\tbk_addPageCtx(\"ref\", bkReferrer);\n\t\tbk_addPageCtx(\"sea\", bkSearchVal);\n\t\tbk_doJSTag(4972, 10);\n\t}\t\n\tcatch(e){}\n</script>\n<!-- End BlueKai Tag --><script type=\"text/javascript\" src=\"http://svc.npario-inc.net/DMP/btsp/tag.js?ck=C128\"></script><script>\n\n var h=0;\n\t \n $(\"div#TPHost_lb\").each(function(i) {\n    $(this).attr('id', \"TPHost_lb\" + h);\n\tconsole.log('count=' + h);\n        h++;\n });\n $(\"div#TPHost_lb0\").attr('id', \"TPHost_lb\");\n\n\n</script><div class=\"linebreak\"></div>\n\t\n\n</body>\r\n</html>\r\n\n"
  },
  {
    "path": "tests/data/html/reuters.com3.html",
    "content": "<!--[if !IE]> This has been served from cache <![endif]-->\n<!--[if !IE]> Request served from apache server: S263585RGSF01 <![endif]-->\n<!--[if !IE]> Cached on Sat, 03 Jan 2015 11:32:21 GMT and will expire on Sat, 03 Jan 2015 11:47:21 GMT <![endif]-->\n<!--[if !IE]> token: 4fdad8f4-7a00-4fdc-894b-b06c71c63875 <![endif]-->\n<!--[if !IE]> CSTAT-UUID: b0b29a15-bb98-47ad-ae18-5fd631818948 <![endif]-->\n<!--[if !IE]> App Server /S263585RGSF49/ <![endif]-->\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script language=\"javascript\">\n        if (location.href.indexOf('/commentsChild?') == -1){\n                document.write(\"<scr\"+\"ipt type='text/javascript' src='//nexus.ensighten.com/reuters/Bootstrap.js'></scr\"+\"ipt>\");\n        }\n        \n        var parallelMediaHosts = new Array();\n        \n        \tparallelMediaHosts.push(\"s1.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s2.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s3.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s4.reutersmedia.net\");\n        </script>\n\n<META name=\"DCSext.DartZone\" content=\"uk.reuters/news/world/article\">\n    <title>\n      Bodies, debris from missing AirAsia plane pulled from sea off Indonesia\n| Reuters\n\n</title>\n\t\t<meta name=\"DCSext.ChannelList\" content=\"UK-BigStory2;topNews;UKNews1;worldNews;exxonEnergyNews;cathayPacific;newsproHome;nonegative;lyxor;greenpeace;MLGZero;dassaultuk;MLedge;ukraine;ukall;GCA-UKNewsPro\">\n\n\n<META name=\"description\" content=\"SURABAYA, Indonesia/JAKARTA (Reuters) - Indonesian rescuers searching for an AirAsia plane carrying 162 people pulled bodies and wreckage from the sea off the coast of Borneo on Tuesday, prompting relatives\">\n\t  <META name=\"keywords\" content=\"Indonesia, Singapore, Olivia Harris, Edgar Varèse, Hadi Mustofa, Olivia Harris\">\n<META name=\"site edition\" content=\"Reuters UK\">\n\t<META name=\"Author\" content=\"By Gayatri Suroyo and Adriana Nina Kusuma\">\n<META name=\"REVISION_DATE\" content=\"Tue Dec 30 23:44:40 UTC 2014\">\n\n<META property=\"og:title\" content=\"Bodies, debris from missing AirAsia plane pulled from sea off Indonesia\" />\n<META property=\"og:url\" content=\"http://uk.reuters.com/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\" />\n<link rel=\"image_src\" href=\"http://s1.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008960367&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABT0DA\" />\n\t\t<meta name=\"twitter:image:src\" content=\"http://s1.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008960367&w=580&fh=&fw=&ll=&pl=&r=LYNXMPEABT0DA\">\n<meta name=\"twitter:card\" content=\"summary_large_image\"> \n<meta name=\"twitter:site\" content=\"@reuters_co_uk\">\n<meta name=\"twitter:description\" content=\"Indonesian rescuers searching for an AirAsia plane carrying 162 people pulled bodies and wreckage from the sea off the coast of Borneo on Tuesday, prompting relatives of those on board watching TV\">\n<meta name=\"parsely-page\" content='{\"type\": \"post\", \"tags\": \"[]\", \"title\": \"Bodies, debris from missing AirAsia plane pulled from sea off Indonesia\", \"link\": \"http://uk.reuters.com/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\", \"image_url\": \"http://s1.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008960367&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABT0DA\", \"post_id\": \"UKKBN0K601G20141230\", \"pub_date\": \"2014-12-30T23:44:40+0000\", \"section\":\"worldNews\", \"author\": \"Gayatri Suroyo and Adriana Nina Kusuma\"}' />\n<link rel=\"canonical\" href=\"http://uk.reuters.com/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\" />\n\t\t  \t<link rel=\"shortcut icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\" />\n  <link rel=\"icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\"  />\n\t<link href=\"http://s3.reutersmedia.net/resources_v2/css/rcom-main.css\" rel=\"stylesheet\" />\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo/yahoo-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/event/event-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/dom/dom-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo-dom-event/yahoo-dom-event.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/animation/animation-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/connection/connection-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/cookie/cookie-min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/jquery-1.6.1.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-agent.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/extensions.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-ads.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-wt-mlt.js\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-pid.js\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-geoIP.js\"></script>\n<script type=\"text/javascript\" src=\"/assets/rcom-cobrand.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-tns.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-article.css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-comments.css\" rel=\"stylesheet\" />\n<script type=\"text/javascript\"  src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-article.js\"></script>\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-linkback.js\"></script>\n\n<!--Slideshow JS and CSS files --> \n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/YUI_slideshow.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-slideshow.css\" type=\"text/css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-multimedia.css\" type=\"text/css\" rel=\"stylesheet\" />\n\n<style type=\"text/css\">\n.articleComments .grid8 .dividerInlineH { margin-top: 10px; }\n</style>\n\n<!--Press release disclaimer -->\n\n<style type=\"text/css\">\n.pressRelease{\n color:#666;\n font-size:11px;\n margin-bottom:10px;\n}\n.required{\n  color:red;\n  font-size:11px;\n  font-weight:bold;\n}\n\n#thisFlyout {\n    margin: 0px 0 0 150px !important;\n}\ndiv#ad-div-mpu{margin-bottom:20px;}\n</style>\n\n<script type=\"text/javascript\" src=\"http://www.googletagservices.com/tag/js/gpt.js\"></script>\n\n<script type='text/javascript'> \ngoogletag.cmd.push(function() { \ngoogletag.defineSlot('/1309/uk.reuters/%5Bsection%5D', [300, 250], 'ad-div-mpu').addService(googletag.companionAds()).addService(googletag.pubads());\ngoogletag.companionAds().setRefreshUnfilledSlots(true); \ngoogletag.pubads().enableVideoAds(); \ngoogletag.enableServices(); \n}); \n</script><script type=\"text/javascript\">\n window._taboola = window._taboola || [];\n window._taboola.push({article:'auto'}); \n !function (e, f, u) {\n    e.async = 1;\n    e.src = u;\n    f.parentNode.insertBefore(e, f);\n  }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/reuters-network/loader.js');\n</script>\n\n</head>\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W9SLGS\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>if (location.href.indexOf('/commentsChild?') == -1){ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})\n(window,document,'script','dataLayer','GTM-W9SLGS'); }</script>\n<!-- End Google Tag Manager -->\n\n<!-- see if snrd cookie was set by trigger page -->\n<script>\nvar srnd = YAHOO.util.Cookie.get(\"srnd_keyword\");\nvar srnd_sequence = YAHOO.util.Cookie.get(\"srnd_sequence\");\nif (srnd!=null && srnd!=\"\")\n  {\n         var srnd=\"srnd=\"+srnd+\";srnd_sequence=\"+srnd_sequence+\";\";\n  }\n\n</script>\n\n<link href=\"http://s4.reutersmedia.net/resources_v2/css/rcom-masthead-nav-new.css\" rel=\"stylesheet\" />\n<script src=\"/assets/info\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\nvar currentUsedEdition = 'UK';\n</script>\n\n<div id=\"header\">\n<a name=\"top\" id=\"top\" style=\"position: absolute;overflow:hidden;\">&nbsp;</a>\n\t<div id=\"marketsHeader\"></div>\n    <div id=\"market-cont\"><div id=\"md-toggle\"></div></div>\n\t<div id=\"masthead\">\n\t\t<div class=\"mast-strip\">\n\t\t<div id=\"logo\"><a id=\"logoLink\" href=\"/\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'logo','label':''});\" ><img src=\"http://s3.reutersmedia.net/resources_v2/images/masthead-logo.gif\" alt=\"Reuters\" border=\"0\" /></a></div>\n\n\t<div id=\"editionsTop\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchTop\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">UK</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n                    \t<li><a href=\"http://af.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Africa</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Germany</a></li>\n<li><a href=\"http://in.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">India</a></li>\n<li><a href=\"http://it.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Mexico</a></li>\n\t\t\t\t    <li><a href=\"http://ru.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Spain</a></li>\n<li><a href=\"http://www.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United States</a></li>\n</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div id=\"search\" class=\"panel\">\n\t\t<div id=\"searchbox\">\n\t\t\t<form id=\"searchForm\" name=\"searchbox\" method=\"get\" action=\"/search\" autocomplete=\"off\">\n\t\t\t\t<input id=\"searchfield\" name=\"blob\" type=\"text\" value=\"Search News & Quotes\" size=\"30\"\n\t\t\t\t\tonfocus=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == 'Search News & Quotes'){document.forms['searchbox'].blob.value = '';}\"\n\t\t\t\t\tonblur=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == ''){document.forms['searchbox'].blob.value = 'Search News & Quotes';}\"\n\t\t\t\t\tonkeypress=\"if(event.keyCode == 13) {document.forms['searchbox'].submit();return false;}\" maxlength=\"128\"\n\t\t\t\t/>\n\t\t\t\t<input type=\"submit\" id=\"searchbuttonNav\" onclick=\"return Reuters.utils.submitSearch();\" value=\"\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'search','label': document.forms['searchbox'].blob.value});\" >\n\t\t\t</form>\n\t\t</div>\n\t</div>\n\t\t<div id=\"utilities\" class=\"panel\"></div>\n\t</div>\n\t</div>\n\n\t<div id=\"dd-navigation\">\n    \t<div id=\"nav-strip\">\n            <ul>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_1\"><a href=\"/home\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Home</span></a>\n                    </li>\n                <li class=\"nav-item\" id=\"nav-item_2\"><a href=\"/business\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Business</span></a>\n                    <div class=\"subnav \" id=\"subnav_2\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Home</a></li>\n                            <li class=\"\"><a href=\"/business/deals\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Deals</a></li>\n                            <li class=\"\"><a href=\"/subjects/aerospace-and-defence\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Aerospace & Defence</a></li>\n                            <li class=\"\"><a href=\"/subjects/autos\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Autos</a></li>\n                            <li class=\"\"><a href=\"/subjects/banks\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Banks</a></li>\n                            <li class=\"\"><a href=\"/subjects/central-banks/\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Central Banks</a></li>\n                            <li class=\"\"><a href=\"/business/summits\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Summits</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/macroscope/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macroscope Blog</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/data-dive/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Data Dive Blog</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=5\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_3\"><a href=\"/business/markets\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Markets</span></a>\n                    <div class=\"subnav double\" id=\"subnav_3\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business/markets\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Markets Home</a></li>\n                            <li class=\"\"><a href=\"/business/markets/uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >UK Markets</a></li>\n                            <li class=\"\"><a href=\"/business/markets/europe\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >European Markets</a></li>\n                            <li class=\"\"><a href=\"/business/markets/analysis\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Market Analysis</a></li>\n                            <li class=\"\"><a href=\"/business/global-market-data\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Global Market Data</a></li>\n                            <li class=\"\"><a href=\"/business/markets/indices\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Indices</a></li>\n                            <li class=\"lastChild \"><a href=\"/business/shares\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stocks</a></li>\n                            </ul><ul class=\"two\"><li class=\"\"><a href=\"/business/markets/earnings\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Earnings</a></li>\n                            <li class=\"\"><a href=\"/business/fxpert\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >FXpert</a></li>\n                            <li class=\"\"><a href=\"/business/currencies\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Currencies</a></li>\n                            <li class=\"\"><a href=\"/business/commodities\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" ><span>Comm</span>odities</a></li>\n                            <li class=\"\"><a href=\"/business/funds\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Funds</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/globalinvesting?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Global Investing Blog</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_4\"><a href=\"/news/world\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">World</span></a>\n                    <div class=\"subnav double\" id=\"subnav_4\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/world\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Home</a></li>\n                            <li class=\"\"><a href=\"/subjects/special-reports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Special Reports</a></li>\n                            <li class=\"\"><a href=\"http://www.reuters.com/investigates\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Investigates</a></li>\n                            <li class=\"\"><a href=\"/subjects/euro-zone\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Euro Zone</a></li>\n                            <li class=\"\"><a href=\"/places/germany\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Germany</a></li>\n                            <li class=\"\"><a href=\"/places/france\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >France</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/us\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >U.S.</a></li>\n                            </ul><ul class=\"two\"><li class=\"\"><a href=\"/places/china\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >China</a></li>\n                            <li class=\"\"><a href=\"/subjects/middle-east\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Middle East</a></li>\n                            <li class=\"\"><a href=\"/places/africa\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Africa</a></li>\n                            <li class=\"\"><a href=\"/places/russia\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Russia</a></li>\n                            <li class=\"\"><a href=\"/places/japan\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Japan</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Insight Blog</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=117759\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_5\"><a href=\"/news/uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">UK</span></a>\n                    <div class=\"subnav \" id=\"subnav_5\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >UK Home</a></li>\n                            <li class=\"\"><a href=\"/news/politics\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            <li class=\"lastChild \"><a href=\"/business/economy\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Economy</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_6\"><a href=\"/news/technology\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Tech</span></a>\n                    <div class=\"subnav \" id=\"subnav_6\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Technology Home</a></li>\n                            <li class=\"\"><a href=\"/news/media\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Media</a></li>\n                            <li class=\"\"><a href=\"/news/science\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Science</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=6\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tech Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_7\"><a href=\"/business/personalFinance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Money</span></a>\n                    <div class=\"subnav \" id=\"subnav_7\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business/personalFinance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Money Home</a></li>\n                            <li class=\"\"><a href=\"https://commerce.uk.reuters.com/purchase/default.do\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Analyst Research</a></li>\n                            <li class=\"\"><a href=\"http://alerts.uk.reuters.com/UK/company.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Alerts</a></li>\n                            <li class=\"\"><a href=\"http://portfolio.uk.reuters.com/UK/watchlist/create.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Watchlist</a></li>\n                            <li class=\"\"><a href=\"http://portfolio.uk.reuters.com/UK/public/index.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Portfolio</a></li>\n                            <li class=\"\"><a href=\"http://stockscreener.uk.reuters.com/Stock/UK/Index?quickscreen=gaarp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Screener</a></li>\n                            <li class=\"lastChild \"><a href=\"http://funds.uk.reuters.com/UK/screener/screener.asp?reset=1\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Fund Screener</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_8\"><a href=\"http://blogs.reuters.com/us/?edition=uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Opinion</span></a>\n                    <div class=\"subnav \" id=\"subnav_8\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/us/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Opinion Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/great-debate-uk/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >The Great Debate</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_9\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Breakingviews</span></a>\n                    <div class=\"subnav \" id=\"subnav_9\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/equities/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Equities</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/credit?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Credit</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/private-equity/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Private Equity</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/m-a/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >M&A</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/macro-markets/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macro & Markets</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/politics/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/reuters-tv/breakingviews\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_10\"><a href=\"/news/sports\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Sport</span></a>\n                    <div class=\"subnav \" id=\"subnav_10\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/sports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sport Home</a></li>\n                            <li class=\"\"><a href=\"/news/sports/football\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Football</a></li>\n                            <li class=\"\"><a href=\"/news/sports/formula-one\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Formula One</a></li>\n                            <li class=\"\"><a href=\"/news/sports/tennis\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tennis</a></li>\n                            <li class=\"\"><a href=\"/news/sports/cricket\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Cricket</a></li>\n                            <li class=\"\"><a href=\"/news/sports/golf\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Golf</a></li>\n                            <li class=\"\"><a href=\"/news/sports/rugby\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Rugby Union</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoId=27165041&videoChannel=79\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sport Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_11\"><a href=\"/news/lifestyle\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Life</span></a>\n                    <div class=\"subnav \" id=\"subnav_11\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/lifestyle\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Home</a></li>\n                            <li class=\"\"><a href=\"/news/health\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Health</a></li>\n                            <li class=\"\"><a href=\"/news/environment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Environment</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/arts\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Arts</a></li>\n                            <li class=\"\"><a href=\"/news/oddlyEnough\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Oddly Enough</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/faithworld/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Faithworld Blog</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=1004\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Video</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=81\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment Video</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=82\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Environment Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_12\"><a href=\"/news/pictures\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Pictures</span></a>\n                    <div class=\"subnav \" id=\"subnav_12\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/pictures\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Pictures Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/photo?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Photographers</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_13\"><a href=\"/video\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Video</span></a>\n                    </li>\n                </ul>\n       \t</div>\n    </div>\n</div>\n<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/jquery.bgiframe.js\" type=\"text/javascript\"></script>\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-nav.js\" type=\"text/javascript\"></script>\n\n<div id=\"content\"><div class=\"section bleeding\" id=\"breakingNewsBand\">\n\t<div class=\"sectionContent\">\n<script type=\"text/javascript\">\nReuters.namespace(\"info\");\nReuters.info.articleId = 'UKKBN0K601G20141230';\nReuters.info.articlePartnerURI = '';\nReuters.info.channel = 'worldNews';\nReuters.info.articleUrl = '/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230';\n</script>\n\n<script type=\"text/javascript\">\n\tvar freqCap_fixedpanel = new adDisplayManager('freqCap_fixedpanel','fixedpanel',null,(1 * 1),(1 * 0),(1 * 0));\n    freqCap_fixedpanel.run();\n</script>\n\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div id=\"breakingNewsContent\"></div>\n<script type=\"text/javascript\">\nReuters.utils.replaceContent(\"breakingNewsContent\", \"/assets/breakingNews\", null, null);\n</script>\n\n\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"bannerStrip\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<style>\n\n/*\n#bannerStrip \n.sectionContent { width: 990px; }\n.sectionContent .grid12 { width: 960px !important; }\n.sectionContent .grid12 .ad { margin: 0; }\n#homepageSponsorBand, #adTopBanner { margin-bottom: 0px; }\n*/\n\n</style> \n\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"leaderboard\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/world/article;' + 'type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K601G20141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('leaderboard') == false) &&\n\t\t      (typeof (hideAd_12624887) == 'undefined' || hideAd_12624887 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/world/article;type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K601G20141230;ord=1987?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/world/article;type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K601G20141230;ord=1987?\" width=\"728\" height=\"90\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"articleTabSection\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_pushdown\" style=\"display:none;\">\n\t<div id=\"pushdownContainer\" class=\"pushdownContainer\">\n    \t<div class=\"ad\" id=\"pushdown\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/world/article;' + 'type=pushdown;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_pushdown) == 'undefined' || freqCap_pushdown == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_pushdown') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_pushdown) != 'undefined' &&\n\t\t       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && freqCap_pushdown.isAdNeeded()) ||\n\t\t        (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('pushdown') == false) &&\n\t\t      (typeof (hideAd_12624878) == 'undefined' || hideAd_12624878 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/world/article;type=pushdown;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;ord=6408?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/world/article;type=pushdown;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;ord=6408?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n</div>\n\n<script type=\"text/javascript\">\n\tif ( typeof(freqCap_pushdown) != 'undefined' && \n       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && (freqCap_pushdown.isAdNeeded())) || \n       (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t    document.getElementById('freqCap_pushdown').style.display = 'block';\n\t}\n</script>\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/commentLogin.js\"></script>\n<div class=\"tabs\" style=\"display:none;\">\n\t<ul>\n\t\t<li class=\"current\" tns=\"no\" ><a href=\"/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\">Article</a></li>\n    <li tns=\"no\" ><a href=\"/article/comments/idUKKBN0K601G20141230\">Comments&nbsp;(0)</a></li>\n<li tns=\"no\" ><a href=\"/article/slideshow/idUKKBN0K601G20141230\">Slideshow</a></li>\n<li tns=\"no\" ><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356572503\">Video</a></li>\n</ul>\n</div>\n\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\" id=\"articleContent\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1 gridPanel grid8\">\n<h1>Bodies, debris from missing AirAsia plane pulled from sea off Indonesia</h1>\n    \n    <div id=\"articleInfo\">\n        <p class=\"byline\">By Gayatri Suroyo and Adriana Nina Kusuma</p>\n        <p>\n        <span class=\"location\">SURABAYA, Indonesia/JAKARTA</span> <span class=\"pipe\"> </span> \n        <span class=\"timestamp\">Tue Dec 30, 2014 11:44pm GMT</span>\n        </p>\n    </div>\n<div class=\"topShare gridPanel grid6\"><div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n\t\t\t<a href=\"http://twitter.com/share\" class=\"twitter-share-button\"  data-counturl=\"http://uk.reuters.com/article/2014/12/30/uk-indonesia-airplane-idUKKBN0K601G20141230\" data-via=\"reuters\" data-text=\"Bodies, debris from missing AirAsia plane pulled from sea off Indonesia\" id=\"twitter-share-link\">Tweet</a>\n              \t\t</li>\n\n                    <script type=\"text/javascript\">\n\t\t\t\t\t\t\tvar shortUrl = 'http://reut.rs/13FIzu3';\n\t\t\t\t\t\t\tvar twitterShareLink = document.getElementById(\"twitter-share-link\");\n\t\t\t\t\t\t\ttwitterShareLink.setAttribute(\"data-url\", shortUrl);\n\t\t\t\t\t\t\tReuters.utils.loadScript(\"twitterShare\", \"http://platform.twitter.com/widgets.js\");\n\t\t\t\t\t\t</script>\n\t\t\t\t\t<li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&title=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia&summary=By+Gayatri+Suroyo+and+Adriana+Nina+Kusuma%0ASURABAYA%2C+Indonesia%2FJAKARTA+%28Reuters%29+-+Indonesian+rescuers+searching+for+an+AirAsia+plane+carrying+162+people+pulled+bodies+and+wreckage+from+the+sea+off+the+coast+of+Borneo+on+Tuesday%2C+prompting+relatives...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&t=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <script type=\"text/javascript\">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script>\n\t                <li class=\"digg \" tns=\"no\">\n\t                <a class=\"DiggThisButton DiggIcon\" href=\"http://digg.com/submit?style=no&amp;url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&amp;title=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia\">\n\t                <span style=\"display:none\">By Gayatri Suroyo and Adriana Nina Kusuma\nSURABAYA, Indonesia/JAKARTA (Reuters) - Indonesian rescuers searching for an AirAsia plane carrying 162 people pulled bodies and wreckage from the sea off the coast of Borneo on Tuesday, prompting relatives...</span>\n\t                </a>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=UKKBN0K601G20141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=UKKBN0K601G20141230', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t</ul>\n\t    </div>\n\t</div>\n</div><div id=\"relatedInlineVideo\"><script src=\"http://s1.reutersmedia.net/resources_v2/js/yoplayer-2.1-32.js\" language=\"javascript\"></script>\n<script src=\"http://s1.reutersmedia.net/resources_v2/js/article_video_plugin.js\" language=\"javascript\"></script>\n<script src=\"http://s1.reutersmedia.net/resources_v2/js/article-yoplayer.js\" language=\"javascript\"></script>\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://s1.reutersmedia.net/resources_v2/css/rcom-article-video.css\" />\n<script type=\"text/javascript\">\nReuters.namespace(\"yospace\");\nReuters.yospace.width=610;\nReuters.yospace.height=350;\nReuters.yospace.adtype=\"article_preroll\";\nReuters.yospace.debug=\"false\";\nReuters.yospace.console_debug=\"false\";\nReuters.yospace.autoplay=\"false\";\nReuters.yospace.footspace=43;\nReuters.yospace.embed=\"true\";\nReuters.yospace.miid=Reuters.inlinevideo.flashVideoSource.split(\"?f=\")[0].split(\",/\")[1];\nReuters.yospace.fid=Reuters.inlinevideo.flashVideoSource.split(\"?f=\")[1];\nReuters.yospace.yoVersion=\"2.1-32\";\nReuters.yospace.videoFrameSize=\"610x350\";\nReuters.yospace.startlevel=2;\n</script>\n<script src=\"https://www.google.com/jsapi\" language=\"javascript\"></script>\n<script language=\"javascript\" src=\"http://s1.reutersmedia.net/resources_v2/js/rcom-tv.js\"> </script>\n<script language=\"javascript\" src=\"http://s1.reutersmedia.net/resources_v2/js/widget-yovideoexpansion.js\"> </script></div><div id=\"slideshowInlineLarge\" style=\"width: 580px;\">\n <div class=\"photoControls\" id=\"photoControls\">\n               <div class=\"photoNav\">\n                    <div class=\"photoControls_inner\">\n                        <a id=\"prevButton\" onclick=\"UKKBN0K601G20141230.transition({reverse:true})\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_previous.png\" height=\"31px\" width=\"25px\" /></a>\n                        <a id=\"nextButton\" onclick=\"UKKBN0K601G20141230.transition()\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_next.png\" height=\"31px\" width=\"25px\" /></a>\n                    </div>\n                </div>\n\n                </div><!-- end PhotoControls-->\n\n                <div id=\"displayFrame\" class=\"yui-sldshw-displayer\"style=\"height: 378px; width: 580px;\">\n                       <div class=\"yui-sldshw-frame\" id=\"frame_fd1fade\">\n                            <a href=\"/news/picture/2014/12/30/uk-indonesia-airplane?articleId=UKKBN0K601G20141230&slide=1\" id=\"photoFullSize\" target=\"_top\"><img\n        \t\tsrc=\"http://s1.reutersmedia.net/resources/r/?m=02&d=20141230&t=2&i=1008960367&w=&fh=&fw=&ll=580&pl=378&r=LYNXMPEABT0DA\"\n        \t\tborder=\"0\" alt=\"A Republic of Singapore Air Force personnel surveys the waters during a search and locate operation for the missing AirAsia flight QZ8501 plane at an undisclosed search area December 30, 2014.  REUTERS/Edgar Su\"\n        \t\t />\n     \t</a>\n                        </div>\n                    </div>\n                <div class=\"rolloverCaption\" id=\"captionContent\">\n                                    <div class=\"rolloverBg\">\n                                        <div class=\"captionText\">\n                                            <p><span class=\"label\">1 of 18. </span>\n                                                A Republic of Singapore Air Force personnel surveys the waters during a search and locate operation for the missing AirAsia flight QZ8501 plane at an undisclosed search area December 30, 2014.  </p>\n                                            <p class=\"credit\">Credit: Reuters/Edgar Su</p>\n                                        </div>\n                                    </div>\n                                </div></div><!-- end slideshowInline -->\n<script type=\"text/javascript\">\nif(typeof Reuters.info.skipSlideshow == 'undefined'&& document.getElementById(\"displayFrame\")) {Reuters.utils.addLoadEvent(function() { Reuters.utils.loadScript('sJSON','/assets/multimediaJSON?articleId=UKKBN0K601G20141230&setImage=378&view=100&startNumber=1') });}</script>\n<div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedVideo\" class=\"module\">\n\t<div class=\"moduleHeader\"><h3>Related Video</h3></div>\n\t<div class=\"moduleBody\">\n\t\t<div class=\"feature\">\n\t\t<div class=\"photo\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356572503\"><img src=\"http://s1.reutersmedia.net/resources/r/?d=20141230&i=101978192&w=140&r=101978192-1&t=2\" width=\"140\" height=\"80\" alt=\"Video\" border=\"0\" /><img class=\"overlay\" src=\"http://s1.reutersmedia.net/resources_v2/images/video_overlay_140.gif\" width=\"140\" height=\"80\" border=\"0\" alt=\"\"/></a></div>\n\t\t\t<h2 tns=\"no\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356572503\">AirAsia CEO: \"I'm not running away from my obligations\"</a></h2>\n\t\t\t<div class=\"timestamp\">Tue, Dec 30 2014</div>\n\t\t\t<div class=\"photo\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356561745\"><img src=\"http://s1.reutersmedia.net/resources/r/?d=20141230&i=101977162&w=140&r=101977162-1&t=2\" width=\"140\" height=\"80\" alt=\"Video\" border=\"0\" /><img class=\"overlay\" src=\"http://s1.reutersmedia.net/resources_v2/images/video_overlay_140.gif\" width=\"140\" height=\"80\" border=\"0\" alt=\"\"/></a></div>\n\t\t\t<h2 tns=\"no\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356561745\">Indonesian president prays for families to be given \"strength to face the disaster\"</a></h2>\n\t\t\t<div class=\"timestamp\">Tue, Dec 30 2014</div>\n\t\t\t<div class=\"photo\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356344161\"><img src=\"http://s2.reutersmedia.net/resources/r/?d=20141230&i=101956204&w=140&r=101956204-1&t=2\" width=\"140\" height=\"80\" alt=\"Video\" border=\"0\" /><img class=\"overlay\" src=\"http://s1.reutersmedia.net/resources_v2/images/video_overlay_140.gif\" width=\"140\" height=\"80\" border=\"0\" alt=\"\"/></a></div>\n\t\t\t<h2 tns=\"no\"><a href=\"/article/video/idUKKBN0K601G20141230?videoId=356344161\">Indonesia expands search for missing AirAsia jet, U.S. sends warship</a></h2>\n\t\t\t<div class=\"timestamp\">Tue, Dec 30 2014</div>\n\t\t\t</div>\n        </div>\n</div>\n\n</div></div><div class=\"columnLeft\"><div id=\"editorialRelatedNews\" class=\"relatedRail gridPanel grid2\"><div id=\"relatedNews\" class=\"module\">\n\t<div class=\"moduleHeader\"><h3>Related News</h3></div>\n\t<div class=\"moduleBody\">\n\t\t<ul>\n\t\t<li><a href=\"/article/2014/12/30/uk-airbus-group-indonesia-idUKKBN0K80X820141230\">Airbus says to work with investigators on AirAsia crash investigation</a><div class=\"timestamp\">Tue, Dec 30 2014</div></li><li><a href=\"/article/2014/12/30/uk-indonesia-airplane-tracking-idUKKBN0K800T20141230\">Critics ask how AirAsia jetliner went missing in age of GPS</a><div class=\"timestamp\">Tue, Dec 30 2014</div></li></ul>\n\t</div>\n</div>\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedTopics\" class=\"module\">\n    <div class=\"moduleHeader\"><h3>Related Topics</h3></div>\n        <div class=\"moduleBody\">\n            <ul>\n                <li><a href=\"/news/world\">World &#187;</a></li>\n                </ul>\n        </div>\n    </div>\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"thirdPartyLinkbackNews\"></div></div></div><div class=\"columnLeft\"><div id=\"relatedStocks\" class=\"relatedRail gridPanel grid2\"><div class=\"module\">\n\t\t<div class=\"moduleHeader\"><h3>Quotes</h3></div>\n\t\t<div class=\"moduleBody\">\n\t\t\t<span id=\"articleCompanyFlyout\">&nbsp;</span>\n\t\t\t<span id=\"articleCompanyInfo\">&nbsp;</span>\n\n\n\t<script type=\"text/javascript\">\n\tvar sTicker = 'AIR.PA,AIRA.KL,GE.N,SAF.PA';\n\t\n\tvar baseChartUrl = 'http://proxycache.reuters.com/wsod/enhancements/chartapi/chart_api.asp?';\n\tvar baseChartFormatting = '&width=300&height=162&headerType=none&display=mountain&theme=blue&preset=stockQuote';\n\tvar stockSectionUrl = '/business/quotes/overview?symbol=';\n\n\tvar qDoubleClickDomain = 'ad.doubleclick.net';\n\tvar qDartDomain = 'uk.reuters';\n\tvar qDartZone = '/news/world/article';\n\tvar qIsSponsored = false;\n\n\t</script>\n\t<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/articleCompanyQuotes.js\"></script>\n\n\t</div>\n\t</div>\n\t</div></div><div class=\"columnLeft\"><div id=\"relatedInteractive\" class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\">\n</div></div><span id=\"articleText\">\n<span id=\"midArticle_start\"></span>\n\n<span id=\"midArticle_0\"></span><span class=\"focusParagraph\"><p><span class=\"articleLocation\">SURABAYA, Indonesia/JAKARTA</span> (Reuters) - Indonesian rescuers searching for an AirAsia plane carrying 162 people pulled bodies and wreckage from the sea off the coast of Borneo on Tuesday, prompting relatives of those on board watching TV footage to break down in tears.</p>\n</span><span id=\"midArticle_1\"></span><p>Indonesia AirAsia's Flight QZ8501, an Airbus A320-200, lost contact with air traffic control early on Sunday during bad weather on a flight from the Indonesian city of Surabaya to Singapore.</p><span id=\"midArticle_2\"></span><p>The navy initially said 40 bodies had been recovered, although other media later quoted the head of the search and rescue agency, Fransiskus Bambang Soelistyo, as saying only three bodies had been retrieved. The plane has yet to be found.</p><span id=\"midArticle_3\"></span><p>\"My heart is filled with sadness for all the families involved in QZ8501,\" airline boss Tony Fernandes tweeted. \"On behalf of AirAsia, my condolences to all. Words cannot express how sorry I am.\"</p><span id=\"midArticle_4\"></span><p>The airline said in a statement that it was inviting family members to Surabaya, \"where a dedicated team of care providers will be assigned to each family to ensure that all of their needs are met\".</p><span id=\"midArticle_5\"></span><p>Pictures of floating bodies were broadcast on television and relatives of the missing already gathered at a crisis centre in Surabaya wept with heads in their hands. Several people collapsed in grief and were helped away.</p><span id=\"midArticle_6\"></span><p>Yohannes and his wife were at the centre awaiting news of her brother, Herumanto Tanus, and two of his children who were on board the doomed flight.</p><span id=\"midArticle_7\"></span><p>The Tanus family had been on their way to visit Herumanto's son, who studies in Singapore and who travelled to Surabaya on Monday after the plane went missing.</p><span id=\"midArticle_8\"></span><p>\"He cries every time he watches the news,\" Yohannes said.</p><span id=\"midArticle_9\"></span><p>The mayor of Surabaya, Tri Rismaharini, comforted relatives and urged them to be strong.</p><span id=\"midArticle_10\"></span><p>\"They are not ours, they belong to God,\" she said.</p><span id=\"midArticle_11\"></span><p></p><span id=\"midArticle_12\"></span><p>SEARCHING THROUGH THE NIGHT</p><span id=\"midArticle_13\"></span><p>A navy spokesman said a plane door, oxygen tanks and one body had been recovered and taken away by helicopter for tests.</p><span id=\"midArticle_14\"></span><p>\"The challenge is waves up to three metres high,\" Soelistyo told reporters, adding that the search operation would go on all night. He declined to answer questions on whether any survivors had been found.</p><span id=\"midArticle_15\"></span><p>About 30 ships and 21 aircraft from Indonesia, Australia, Malaysia, Singapore, South Korea and the United States have been involved in the search.</p><span id=\"midArticle_0\"></span><p>The plane, which did not issue a distress signal, disappeared after its pilot failed to get permission to fly higher to avoid bad weather because of heavy air traffic, officials said.</p><span id=\"midArticle_1\"></span><p>It was travelling at 32,000 feet (9,753 metres) and had asked to fly at 38,000 feet, officials said earlier.</p><span id=\"midArticle_2\"></span><p>Pilots and aviation experts said thunderstorms, and requests to gain altitude to avoid them, were not unusual in that area.</p><span id=\"midArticle_3\"></span><p>The Indonesian pilot was experienced and the plane last underwent maintenance in mid-November, the airline said.</p><span id=\"midArticle_4\"></span><p>Online discussion among pilots has centred on unconfirmed secondary radar data from Malaysia that suggested the aircraft was climbing at a speed of 353 knots, about 100 knots too slow, and that it might have stalled.</p><span id=\"midArticle_5\"></span><p>Investigators are focussing initially on whether the crew took too long to request permission to climb, or could have ascended on their own initiative earlier, said a source close to the probe, adding that poor weather could have played a part as well.</p><span id=\"midArticle_6\"></span><p>He cautioned that the investigation was at an early stage and the black box flight recorders had yet to be recovered.</p><span id=\"midArticle_7\"></span><p></p><span id=\"midArticle_8\"></span><p>CLUES WHEN THINGS GO WRONG</p><span id=\"midArticle_9\"></span><p>The plane, whose engines were made by CFM International, co-owned by General Electric and Safran of France, lacked real-time engine diagnostics or monitoring, a GE spokesman said. </p><span id=\"midArticle_10\"></span><p>Such systems are mainly used on long-haul flights and can provide clues to airlines and investigators when things go wrong.</p><span id=\"midArticle_11\"></span><p>Three airline disasters involving Malaysian-affiliated carriers in less than a year have dented confidence in the country's aviation industry and spooked travellers across the region.</p><span id=\"midArticle_12\"></span><p>Malaysian Airlines Flight MH370 went missing on March 8 on a trip from Kuala Lumpur to Beijing with 239 passengers and crew on board and has not been found. On July 17, the same airline's Flight MH17 was shot down over Ukraine, killing all 298 people on board.</p><span id=\"midArticle_13\"></span><p>Bizarrely, an AirAsia plane from Manila skidded off and overshot the runway on landing at Kalibo in the central Philippines on Tuesday. No one was hurt.</p><span id=\"midArticle_14\"></span><p>On board Flight QZ8501 were 155 Indonesians, three South Koreans, and one person each from Singapore, Malaysia and Britain. The co-pilot was French.</p><span id=\"midArticle_15\"></span><p>U.S. law enforcement and security officials said passenger and crew lists were being examined but nothing significant had turned up and the incident was regarded as an unexplained accident.</p><span id=\"midArticle_0\"></span><p>Indonesia AirAsia is 49 percent owned by Malaysia-based budget carrier AirAsia.</p><span id=\"midArticle_1\"></span><p>The AirAsia group, including affiliates in Thailand, the Philippines and India, had not suffered a crash since its Malaysian budget operations began in 2002.</p><span id=\"midArticle_2\"></span><p></p><span id=\"midArticle_3\"></span><p> (Additional reporting by Fergus Jensen, Wilda Asmarini, Charlotte Greenfield, Fransiska Nangoy, Cindy Silviana, Kanupriya Kapoor, Michael Taylor, Nilufar Rizki and Siva Govindasamy in JAKARTA/SURABAYA, Al-Zaquan Amer Hamzah and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=praveen.menon&\">Praveen Menon</a> in KUALA LUMPUR, Saeed Azhar, Rujun Shen and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=anshuman.daga&\">Anshuman Daga</a> in SINGAPORE, Jane Wardell in SYDNEY, <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=tim.hepher&\">Tim Hepher</a> in PARIS and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=mark.hosenball&\">Mark Hosenball</a>, <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=david.brunnstrom&\">David Brunnstrom</a> and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=lesley.wroughton&\">Lesley Wroughton</a> in WASHINGTON; Writing by <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=dean.yates&\">Dean Yates</a> and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=robertbirsel&\">Robert Birsel</a>; Editing by <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=nick.macfie&\">Nick Macfie</a> and <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=mike.collett.white&\">Mike Collett-White</a>)</p><span id=\"midArticle_4\"></span></span>\n\n<div class=\"relatedTopicButtons\"><div class=\"file_under\">FILED UNDER: </div> \n\t\t\t<div class=\"actionButton\"><a href=\"/news/world\">World</a></div>\n\t\t\t</div><div class=\"facebookRec\" tns=\"no\">\n\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px;\" allowTransparency=\"true\"></iframe>\n        </div>\n<div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n                   \t\t<span class=\"hrefClone\" onclick=\"Reuters.tns.retweet();\">Tweet this</span>\n\t\t\t\t\t</li>\n                <li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&title=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia&summary=By+Gayatri+Suroyo+and+Adriana+Nina+Kusuma%0ASURABAYA%2C+Indonesia%2FJAKARTA+%28Reuters%29+-+Indonesian+rescuers+searching+for+an+AirAsia+plane+carrying+162+people+pulled+bodies+and+wreckage+from+the+sea+off+the+coast+of+Borneo+on+Tuesday%2C+prompting+relatives...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&t=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <li class=\"digg \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://digg.com/submit?url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F30%2Fuk-indonesia-airplane-idUKKBN0K601G20141230&bodytext=Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia', 1062, 570, 1, 'shareArticle');\">Digg this</span>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=UKKBN0K601G20141230', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=UKKBN0K601G20141230', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t<li tns=\"no\" class=\"reprints\"><a href=\"http://www.reutersreprints.com\">Reprints</a></li>\n                </ul>\n\t    </div>\n\t</div>\n<script type=\"text/javascript\" src=\"http://widget.perfectmarket.com/reuters/load.js\"></script><div class=\"linebreak\"></div>\n\t<div style=\"display: inline-block; clear: both;\" >\n<div id='taboola-bmc' style=\"float:left;width:295px\"></div>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({mode:'organic-text-links-2c', container:'taboola-bmc', placement:'bmc', target_type:'text'});\n</script>\n<div style=\"float:left;width:305px;margin-left:10px\">\n     <iframe valign=\"middle\" width=\"305\" height=\"295\" marginheight=0 marginwidth=0 frameborder=0 vspace=0 hspace=0 scrolling=NO  src=\"http://www.smartlinks.dianomi.com/smartads.epl?id=1735\"></iframe>\n</div>\n</div>\n<div>\n<div id='taboola-below-main-column'></div>\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'thumbs-2r', container:'taboola-below-main-column', placement:'below-main-column'});\n</script>\n</div></div>\n\n<div class=\"column2 gridPanel grid4\">\n<style>\n#most-popular .module {border: medium none !important;width: 288px;margin: 0px !important;}\n.most-popular, .most-popular.more-in-business { background: none;border: none;float: left;margin: 0 0 20px;padding: none;}\n.topShare {width: 500px !important;}\n.diam_ad{margin-left:72px !important; margin-right:73px !important;}\n</style>\n<div class=\"linebreak\"></div>\n\t<div id=\"most-popular-parsely\"><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\" language=\"javascript\"></script><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-parsely.js\" language=\"javascript\"></script><div class=\"moduleHeader\"><h3>Trending On Reuters</h3></div><div class=\"columnLeft\"><div id=\"mostPopularRead\"><div id=\"parselyArticles\"><div class=\"module\"><div class=\"moduleBody\"><ul></ul></div><div id=\"parselyArticlesRemark\"></div></div></div></div></div><script type=\"text/javascript\">\n        var video_btn_url = '<img src=\"http://s3.reutersmedia.net/resources_v2/images/btn_rel_video.gif\" border=\"0\" height=\"11px\" width=\"43px\" alt=\"Video\" />';\n        var _raw_json_note = \"not in use for this version\";\n\tvar max_json_num = 5;\n\tvar filter_str = \"/news/pictures\";\n\tvar filter_arr = [];\n        filter_arr = filter_str.split(\",\");\n \n\tvar parselyObjects= [{\"data\":[{\"tags\":[\"[]\"],\"_hits\":1416,\"pub_date\":\"2015-01-03T02:20:33\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-indonesia-airplane-idUKKBN0K601G20150103\",\"video_link\":\"http:\\/\\/uk.reuters.com\\/article\\/video\\/idUKKBN0K601G20150103?videoId=358880677\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-indonesia-airplane-idUKKBN0K601G20150103\",\"authors\":[\"Fergus Jensen\"],\"author\":\"Fergus Jensen\",\"title\":\"Indonesia widens search area in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011067767&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010EK\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_4f6bcbea530521ba109d6a441a777ad6073f2b20.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":703,\"pub_date\":\"2015-01-02T23:31:05\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-lawsuit-britain-royals-idUKKBN0KB1FN20150102\",\"video_link\":\"\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-lawsuit-britain-royals-idUKKBN0KB1FN20150102\",\"authors\":[\"Letitia Stein\"],\"author\":\"Letitia Stein\",\"title\":\"Woman says forced as minor into sex with Prince Andrew; allegations denied\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011292539&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010M3\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_f5abadccce490a436d8a746babe188cd48f619c2.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":564,\"pub_date\":\"2015-01-02T23:48:59\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150102\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150102\",\"authors\":[\"Julia Edwards\"],\"author\":\"Julia Edwards\",\"title\":\"U.S. slaps more sanctions on North Korea after Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011207852&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K1\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_d0fb326ff7c2ee645af4c81bb5c45364e59aa801.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":257,\"pub_date\":\"2015-01-02T22:07:38\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-security-imam-idUKKBN0KB1DM20150102\",\"video_link\":\"\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-security-imam-idUKKBN0KB1DM20150102\",\"authors\":[\"Nate Raymond\"],\"author\":\"Nate Raymond\",\"title\":\"U.S. seeks life in prison for London imam convicted on terror charges\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011253834&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010LQ\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_33f653cd34d2e5ebb013ff0533c9994e152b60be.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":255,\"pub_date\":\"2015-01-03T05:18:14\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150103\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150103\",\"authors\":[\"Julia Edwards\"],\"author\":\"Julia Edwards\",\"title\":\"U.S. slaps more sanctions on North Korea after Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011207852&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K1\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_d0fb326ff7c2ee645af4c81bb5c45364e59aa801.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":214,\"pub_date\":\"2015-01-02T02:44:46\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-global-idUKKBN0KB00420150102\",\"video_link\":\"http:\\/\\/uk.reuters.com\\/article\\/video\\/idUKKBN0KB00420150102?videoId=358480129\",\"section\":\"GCA-ForeignExchange\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-global-idUKKBN0KB00420150102\",\"authors\":[\"Wayne Cole\"],\"author\":\"Wayne Cole\",\"title\":\"Euro starts new year at new lows, oil tries to bounce\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010672678&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB01003\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_7ba34785e08b7406055359dae492554392edcce2.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":212,\"pub_date\":\"2015-01-03T00:01:04\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-hungary-rally-idUKKBN0KB1C720150103\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-hungary-rally-idUKKBN0KB1C720150103\",\"authors\":[\"Sandor Peto and Krisztina Fenyo\"],\"author\":\"Sandor Peto and Krisztina Fenyo\",\"title\":\"Hungarian protesters keep up pressure on government\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150103&t=2&i=1011305411&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010L5\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_716352e1fd46948b40e675c8b3ca6ebec85b86d1.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":209,\"pub_date\":\"2015-01-02T18:06:51\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-palin-dog-idUKKBN0KB15A20150102\",\"video_link\":\"\",\"section\":\"technologyNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-palin-dog-idUKKBN0KB15A20150102\",\"authors\":[\"Barbara Goldberg\"],\"author\":\"Barbara Goldberg\",\"title\":\"Sarah Palin photos of son stepping on dog trigger online outrage\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011145318&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010JA\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_c18bd10ef27501fe9160fd8b312a0bdcce9266ac.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":185,\"pub_date\":\"2015-01-02T15:01:13\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-pmi-industrialoutput-britain-idUKKBN0KB0E120150102\",\"video_link\":\"\",\"section\":\"businessNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-pmi-industrialoutput-britain-idUKKBN0KB0E120150102\",\"authors\":[\"Andy Bruce\"],\"author\":\"Andy Bruce\",\"title\":\"UK recovery more lopsided as manufacturing slips, consumer loans soar\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011051970&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010DN\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_837c352e2b26ac8b3c2e379d82b0de86dfe5f160.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":174,\"pub_date\":\"2015-01-02T09:14:09\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-oil-idUKKBN0KB05T20150102\",\"video_link\":\"\",\"section\":\"GCA-ForeignExchange\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-oil-idUKKBN0KB05T20150102\",\"authors\":[\"David Sheppard\"],\"author\":\"David Sheppard\",\"title\":\"Brent turns lower, heads towards $57 as supply glut fears prevail\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010817806&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB0102C\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_54a722d84cf7a9386586fb8c1b43059155c03e8a.jpg\",\"metadata\":\"\"}]}];\n\t\n\t\tif (typeof Reuters.parsely.parseParsely == 'function') { Reuters.parsely.parseParsely(parselyObjects); } \n\t</script>\n\n\n\n\n</div><div class=\"ad\" id=\"ArticleSponsor\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/world/article;' + 'type=ArticleSponsor;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('ArticleSponsor') == false) &&\n\t\t      (typeof (hideAd_13098964) == 'undefined' || hideAd_13098964 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/world/article;type=ArticleSponsor;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;ord=2501?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/world/article;type=ArticleSponsor;sz=1x1;articleID=UKKBN0K601G20141230;taga=aaaaaaaaa;ord=2501?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<div class=\"linebreak\"></div>\n\t<div id=\"ad-div-mpu\"><div class=\"ad\" id=\"mpu\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/world/article;' + 'type=mpu;sz=300x250;tile=2;articleID=UKKBN0K601G20141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpu') == false) &&\n\t\t      (typeof (hideAd_12624894) == 'undefined' || hideAd_12624894 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/world/article;type=mpu;sz=300x250;tile=2;articleID=UKKBN0K601G20141230;ord=8292?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/world/article;type=mpu;sz=300x250;tile=2;articleID=UKKBN0K601G20141230;ord=8292?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div><style type=\"text/css\">\n#social-links {background-color: #f8f8f8; border: 1px solid #d5d5d5; margin-bottom: 20px; padding-bottom: 8px; float:left;}\n#social-links  h3 {font-size: 14px; text-transform: none; text-align: left; padding: 8px; margin: 0;}\n#social-links ul {clear:both; margin:0; padding:0; width: auto; padding: 0 9px; float:left;}\n#social-links li {border: 1px solid #e5e5e5; background-color: #ffffff; width: 64px; height: 64px; float: left; margin: 0 5px 0 0; padding: 0; text-align: center;}\n#social-links li.last {margin-right: 0;}\n#social-links li.facebook {background: #FFFFFF url(/resources_v2/images/btn_social_link_facebook.gif) no-repeat center 10px;}\n#social-links li.twitter {background: #FFFFFF url(/resources_v2/images/btn_social_link_twitter.gif) no-repeat center 10px;}\n#social-links li.rss {background: #FFFFFF url(/resources_v2/images/btn_social_link_rss.gif) no-repeat center 10px;}\n#social-links li.youtube {background: #FFFFFF url(/resources_v2/images/btn_social_link_youtube.gif) no-repeat center 10px;}\n#social-links li a {font-size: 11px; font-weight: normal; padding-top: 40px; display: block;}\n</style>\n\n\n<div id=\"social-links\">\n\t<h3>Follow Reuters</h3>\n\t\t<ul>\n\t\t<li class=\"facebook\"><a href=\"http://www.facebook.com/pages/Reuters-UK/208314602512037\">Facebook</a></li>\n\t\t<li class=\"twitter\"><a href=\"http://www.twitter.com/reuters_co_uk\">Twitter</a></li>\n\t\t<li class=\"rss\"><a href=\"http://uk.reuters.com/tools/rss\">RSS</a></li>\n\t\t<li class=\"youtube last\"><a href=\"http://www.youtube.com/reuters\">YouTube</a></li>\n\t\t</ul>\n\t\t<div class=\"linebreak\"></div>\n</div><div class=\"linebreak\"></div>\n\t<div id=\"articlePackage\"></div><div class=\"linebreak\"></div>\n\t<div class=\"most-popular more-in-business\"><!--\n\t\t  SHARED MODULE ID: \"304319\" hidden for channel: true\n\t\t    channel: worldNews\n\t\t    include chans: [innovationNews], empty: false\n\t\t    exclude chans: , empty: true\n\t\t-->\n\t\t</div>\n<div class=\"linebreak\"></div>\n\t<div style=\"margin-bottom:20px;\">\n<script type=\"text/javascript\">\n   TR.insertBussUnit (\"http:\\/\\/ad.doubleclick.net\\/N4735792\\/adj\\/uk.reuters;type=BizDev_Article_RR1;sz=300x1\");\n</script>\n</div>\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"mpulow\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/world/article;' + 'type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K601G20141230;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpulow') == false) &&\n\t\t      (typeof (hideAd_14913773) == 'undefined' || hideAd_14913773 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/world/article;type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K601G20141230;ord=5766?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/world/article;type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K601G20141230;ord=5766?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n<div id=\"cobrandLoader\"> </div><div class=\"linebreak\"></div>\n\t<script type=\"text/javascript\" src=\"/assets/inlineArticleLinks\"></script><script src=\"http://s2.reutersmedia.net/resources_v2/js/tracker_article.js\" type=\"text/javascript\"></script><!--[if !IE]> START News Content Page Tags <![endif]-->\n<META name=\"DCSext.ContentType\" content=\"Text\"> <!--[if !IE]> 'Text' | 'Picture' | 'Slideshow' | 'Video' <![endif]-->\n<META name=\"DCSext.ContentID\" content=\"UKKBN0K601G20141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentChannel\" content=\"worldNews\">\n<META name=\"DCSext.ContentID_worldNews\" content=\"UKKBN0K601G20141230\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentHeadline\" content=\"Bodies%2C+debris+from+missing+AirAsia+plane+pulled+from+sea+off+Indonesia\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<META name=\"DCSext.PageNumber\"      content=\"1\">\n<META name=\"DCSext.PageTotal\"       content=\"3\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<!--[if !IE]> END News Content Page Tags <![endif]-->\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footerHead\">\n\t<div class=\"sectionContent\">\n<div id=\"footerHeader\"><div class=\"columnLeft\"><div class=\"logo\"><div id=\"footerLogo\"><a href=\"/\">&nbsp;</a></div></div></div><div class=\"columnLeft\">\t<div id=\"editionsFooter\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchFooter\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">UK</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\">Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\">Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\">Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\">Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\">Germany</a></li>\n\t\t\t\t\t\t<li><a href=\"http://in.reuters.com\">India</a></li>\n\t\t\t\t\t\t<li><a href=\"http://it.reuters.com\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\">Mexico</a></li>\n\t\t\t\t\t    <li><a href=\"http://ru.reuters.com\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\">Spain</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.reuters.com\">United States</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n<script type=\"text/javascript\">\nif(Reuters.info.edition == \"BETAUS\") {\n\t$(\"#editionSwitchFooter .currentEdition\").text('U.S.');\n} else {\n\t$(\"#editionSwitchFooter .currentEdition\").text(Reuters.info.edition);\n}\n</script></div><div class=\"columnRight\"><div id=\"topLink\"><a href=\"#top\"><p>Back to top</p></a></div></div></div><div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footer\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"columnLeft\"><div class=\"gridPanel grid12\">\n<span class=\"footerparent\">Reuters.com</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business\">Business</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business/markets\">Markets</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/world\">World</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/politics\">Politics</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/technology\">Technology</a></li>\n\t<li class=\"h-links\"><a href=\"http://blogs.reuters.com/us/\">Opinion</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business/personalFinance\">Money</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/pictures\">Pictures</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/video\">Videos</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/assets/siteindex\">Site Index</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/tools/mobile\">Mobile</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://uk.reuters.com/tools/toolbar\">Reuters Toolbar</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">More from Reuters</span>\n<ul>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/news-services/\">Reuters News Agency</a></li>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/site/reuters-brand-attribution-guidelines/\">Brand Attribution Guidelines</a></li>\n    <li class=\"h-linkend\"><a href=\"http://thomsonreuters.com/site/delivery-options/\">Delivery Options</a></li>\n</ul></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Support & Contact</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://reuters.zendesk.com\">Support</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://reuters.zendesk.com/anonymous_requests/new\">Corrections</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div id=\"footer-utilities\" class=\"gridPanel grid12\"></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Connect with Reuters</span>\n<ul>\n<li id=\"foot-twitter\"><a href=\"http://twitter.com/#!/reuters_co_uk\">Twitter</a>&nbsp;&nbsp;</li>\n<li id=\"foot-facebook\"><a href=\"http://www.facebook.com/pages/Reuters-UK/208314602512037\">Facebook</a>&nbsp;&nbsp;</li>\n<li id=\"foot-linkedin\"><a href=\"http://www.linkedin.com/today/reuters.com\">LinkedIn</a>&nbsp;&nbsp;</li>\n<li id=\"foot-rssfeed\"><a href=\"http://uk.reuters.com/tools/rss\">RSS</a>&nbsp;&nbsp;</li>\n<li id=\"foot-newsletters\"><a href=\"https://commerce.uk.reuters.com/profile/pages/newsletter/begin.do\">Newsletters</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">About</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"/privacy-policy\">Privacy Policy</a></li>\n\t<li class=\"h-links\"><a href=\"/terms-of-use\">Terms of Use</a></li>\n\t<li class=\"h-linkend\" id=\"footer-endrow\"><a href=\"http://thomsonreuters.com/copyright/\">Copyright</a></li>\n</ul>\n\n</div></div><div id=\"tr-intro\" class=\"gridPanel grid12\"><div id=\"tr-description\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/tr-source-txt.gif\" border=\"0\" /></div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-info\" class=\"gridPanel grid12\"><div class=\"tr-products\">\n<div id=\"tr-eikon\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/tools-applications/trading-investment-tools/eikon-trading-software.html?utm_campaign=e4&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','thomsonreuterseikon.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuterseikon.com','WT.dl','24','WT.z_offsite','http://thomsonreuterseikon.com/');\"></a></div>\n<div class=\"tr-descr\">Our Flagship financial information platform incorporating Reuters Insider</div>\n</div>\n\n<div id=\"tr-elektron\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/infrastructure/trading-infrastructure/elektron-financial-applications.html?utm_campaign=elektron&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.pehub.com','DCS.dcsuri','/','WT.ti','Offsite: www.pehub.com','WT.dl','24','WT.z_offsite','http://www.pehub.com/');\"OnClick=\"dcsMultiTrack('DCS.dcssip','thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuters.com','WT.dl','24','WT.z_offsite','http://thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">An ultra-low latency infrastructure for electronic trading and data distribution</div>\n</div>\n\n<div id=\"tr-accelus\">\n<div class=\"tr-header1\"><a href=\"http://accelus.thomsonreuters.com/?utm_campaign=accelus&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.accelus.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: www.accelus.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://www.accelus.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">A connected approach to governance, risk and compliance</div>\n</div>\n\n<div id=\"tr-westlaw\">\n<div class=\"tr-header3\"><a href=\"http://west.thomson.com/westlawnext/default.aspx\" onclick=\"dcsMultiTrack('DCS.dcssip','west.thomson.com','DCS.dcsuri','/westlawnext/default.aspx','WT.ti','Offsite: west.thomson.com','WT.dl','24','WT.z_offsite','http://west.thomson.com/westlawnext/default.aspx');\"></a></div>\n<div class=\"tr-descr\">Our next generation legal research platform</div>\n</div>\n\n<div id=\"tr-onesource\">\n<div class=\"tr-header1\"><a href=\"http://onesource.thomsonreuters.com/\" onclick=\"dcsMultiTrack('DCS.dcssip','onesource.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: onesource.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://onesource.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">Our global tax workstation</div>\n</div>\n\n<div id=\"tr-linklist\">\n<ul>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/\">Thomsonreuters.com</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/\">About Thomson Reuters</a></li>\n<li class=\"tr-descr\"><a href=\"http://ir.thomsonreuters.com\">Investor Relations</a></li>\n<li class=\"tr-descr\"><a href=\"http://careers.thomsonreuters.com/\">Careers</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/contact_us/\">Contact Us</a></li>\n</ul>\n</div>\n\n</div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-logo\" class=\"gridPanel grid12\"><a href=\"http://www.thomsonreuters.com/\"><div id=\"tr-footer\">&nbsp;</div></a></div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n<div id=\"disclaimer\"><div id=\"disclaimer\"><p><a href=\"http://www.thomsonreuters.com\">Thomson Reuters</a> is the world's largest international multimedia news agency, providing <a href=\"http://uk.reuters.com/business/markets/uk\">investing news</a>, <a href=\"http://uk.reuters.com/news/world\">world news</a>, <a href=\"http://uk.reuters.com/business\">business news</a>, <a href=\"http://uk.reuters.com/news/technology\">technology news</a>, headline news, small business news, news alerts, <a href=\"http://uk.reuters.com/business/personalFinance\">personal finance</a>, <a href=\"http://uk.reuters.com/business/shares\">stock market</a>, and <a href=\"http://funds.uk.reuters.com/UK/overview.asp\">mutual funds information</a> available on Reuters.com, <a href=\"http://uk.reuters.com/news/video\">video</a>, <a href=\"http://uk.reuters.com/tools/mobile\">mobile</a>, and interactive television platforms. Thomson Reuters journalists are subject to an <a href=\"http://handbook.reuters.com\">Editorial Handbook</a> which requires fair presentation and disclosure of relevant interests.</p>\n\n<p>NYSE and AMEX quotes delayed by at least 20 minutes. Nasdaq delayed by at least 15 minutes. For a complete <a href=\"http://uk.reuters.com/info/disclaimer\" target=\"_blank\">list of exchanges and delays, please click here</a>.</p></div></div><div id=\"Footer1\"></div><img src=\"http://www.bizographics.com/collect/?fmt=gif&url=reuters.com&pid=501\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n<div class=\"linebreak\"></div>\n\t</div>\n</div>\n\n\n</div>\n<SCRIPT TYPE=\"text/javascript\">\ndocument.write(\"<SCR\"+\"IPT TYPE='text/javascript' SRC='\" + \"http\" + (window.location.protocol.indexOf('https:')==0?'s':'') + \"://js.revsci.net/gateway/gw.js?csid=I07714' CHARSET='ISO-8859-1'\"+\"><\\/SCR\"+\"IPT>\");\n</SCRIPT>\n\n<script type=\"text/javascript\">\n<!--\n      I07714.DM_cat(\"uk.reuters > news > world > article\");\n      I07714.DM_tag();\n//-->\n</SCRIPT><!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035630&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag --><META name=\"DCSext.rChannel\" content=\"News\">\n<META name=\"DCSext.rCountry\" content=\"UK\">\n<META name=\"WT.cg_n\" content=\"News - World\">\n<META name=\"WT.cg_s\" content=\"worldNews\">\n<META name=\"DCSext.DartZone\" content=\"uk.reuters/news/world/article\">\n    <!-- START OF SmartSource Data Collector TAG -->\n<!-- Copyright (c) 1996-2009 WebTrends Inc.  All rights reserved. -->\n<!-- Version: 8.6.0 -->\n<!-- Tag Builder Version: 2.1.0  -->\n<!-- Created: 2/9/2009 17:21:12 -->\n\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/webtrends.js\" type=\"text/javascript\"></script>\n   <script type=\"text/javascript\">\nvar _tag=new WebTrends();\n_tag.dcsGetId();\n</script>\n<script type=\"text/javascript\">\nsetModuleImpressionTracking();\n_tag.dcsCollect();\n</script>\n<noscript>\n<div><img alt=\"DCSIMG\" id=\"DCSIMG\" width=\"1\" height=\"1\" src=\"http://statse.webtrendslive.com/dcsncwimc10000kzgoor3wv9x_3f2v/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.0\"/></div>\n</noscript>\n<!-- END OF SmartSource Data Collector TAG -->\n\n<!-- Begin BlueKai Tag -->\n<iframe name=\"__bkframe\" height=\"0\" width=\"0\" frameborder=\"0\" src=\"javascript:void(0)\"></iframe>\n<script type=\"text/javascript\" src=\"http://www.bkrtx.com/js/bk-static.js\"></script>\n\n<script>\n\ttry{\t\t\n\t\tvar bkSocialLogin = (typeof socialLoginProvider!=\"undefined\"?socialLoginProvider:\"\");\n\t\tvar bkReferrer = (typeof document.referrer.split(\"/\")[2]!=\"undefined\"?document.referrer.split(\"/\")[2]:\"\");\n\t\tvar bkLoginCookieValue = (typeof loginCookieValue!=\"undefined\"?loginCookieValue:\"\");\n\t\tvar bkSearchVal = (typeof document.location.search!=\"undefined\"?document.location.search:\"\");\n\t\tvar bkRegVal = (typeof registeredCookieValue!=\"undefined\"?registeredCookieValue:\"\");\n\t\tvar bkWTFPCCookie = (typeof YAHOO.util.Cookie.get(\"WT_FPC\")!=\"undefined\"?YAHOO.util.Cookie.get(\"WT_FPC\"):\"\");\n\t\t\n\t\tbkWTFPCCookieArr = bkWTFPCCookie.split(\"=\"); \n\t\tbkWTFPCCookieKeyArr = bkWTFPCCookieArr[1].split(\":\");\n\t\tbkWTFPCCookieKey = bkWTFPCCookieKeyArr[0];\n\t\t\n\t\t//Get Meta Values from Cookie\n\t\tvar bkMetaArray = document.getElementsByTagName(\"meta\");\n\t\tfor(var i=0;i<bkMetaArray.length;i++){\n\t\t\tif(bkMetaArray[i].getAttribute(\"name\")){\t\t\t\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rch\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rCountry\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rco\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_n\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcntn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_s\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcnts\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cc\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cnt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageNumber\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageTotal\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.VideoType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"vt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rAuthor\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"aut\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.Comments\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"com\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.DartZone\")>-1){\n\t\t\t\t\tvar bkZoneArray = bkMetaArray[i].getAttribute(\"content\").split(\"/\");\n\t\t\t\t\tfor(var z=0;z<bkZoneArray.length;z++){\n\t\t\t\t\t\tvar bkHint = \"z\"+z;\n\t\t\t\t\t\tbk_addPageCtx(bkHint, bkZoneArray[z]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tbk_addPageCtx(\"wtc\", bkWTFPCCookieKey);\t\n\t\tbk_addPageCtx(\"log\", bkLoginCookieValue);\n\t\tbk_addPageCtx(\"soc\", bkSocialLogin);\n\t\tbk_addPageCtx(\"hsh\", bkRegVal);\n\t\tbk_addPageCtx(\"ref\", bkReferrer);\n\t\tbk_addPageCtx(\"sea\", bkSearchVal);\n\t\tbk_doJSTag(4972, 10);\n\t}\t\n\tcatch(e){}\n</script>\n<!-- End BlueKai Tag --><script type=\"text/javascript\" src=\"http://svc.npario-inc.net/DMP/btsp/tag.js?ck=C128\"></script>\n<script>\n\n var h=0;\n\t \n $(\"div#TPHost_lb\").each(function(i) {\n    $(this).attr('id', \"TPHost_lb\" + h);\n\tconsole.log('count=' + h);\n        h++;\n });\n $(\"div#TPHost_lb0\").attr('id', \"TPHost_lb\");\n\n\n</script><div class=\"linebreak\"></div>\n\t\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/reuters.com4.html",
    "content": "<!--[if !IE]> This has been served from cache <![endif]-->\n<!--[if !IE]> Request served from apache server: S263585RGSF01 <![endif]-->\n<!--[if !IE]> Cached on Sat, 03 Jan 2015 10:45:15 GMT and will expire on Sat, 03 Jan 2015 11:00:14 GMT <![endif]-->\n<!--[if !IE]> token: 1b6f52bb-a505-4e77-9c40-ac5213938be5 <![endif]-->\n<!--[if !IE]> CSTAT-UUID: 0b2b6b21-a0c5-407f-b1f5-f6bc3c980270 <![endif]-->\n<!--[if !IE]> App Server /S263585RGSF57/ <![endif]-->\n\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script language=\"javascript\">\n        if (location.href.indexOf('/commentsChild?') == -1){\n                document.write(\"<scr\"+\"ipt type='text/javascript' src='//nexus.ensighten.com/reuters/Bootstrap.js'></scr\"+\"ipt>\");\n        }\n        \n        var parallelMediaHosts = new Array();\n        \n        \tparallelMediaHosts.push(\"s1.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s2.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s3.reutersmedia.net\");\n        \n        \tparallelMediaHosts.push(\"s4.reutersmedia.net\");\n        </script>\n\n<META name=\"DCSext.DartZone\" content=\"uk.reuters/news/uk/article\">\n    <title>\n      Healthcare worker in Scotland diagnosed with Ebola\n| Reuters\n\n</title>\n\t\t<meta name=\"DCSext.ChannelList\" content=\"UK-BigStory2;topNews;UKNews1;domesticNews;exxonEnergyNews;baStrike;everything;britishGas;OutloudFeed;cathayPacific;shell;Pfizersafe;merrilledge;shipping;nonegative;africa;greenpeace;MLGZero;fedex_neg;PorscheCayenne;upshealthcare;MLedge;ukall;GCA-UKNewsPro\">\n\n\n<META name=\"description\" content=\"LONDON (Reuters) - A healthcare worker has been diagnosed with Ebola a day after flying home to Glasgow from Sierra Leone, the Scottish government said on Monday.The patient is being treated in isolation\">\n\t  <META name=\"keywords\" content=\"Guinea, Liberia, Morocco, Scotland, Sierra Leone, United Kingdom, Cameron, William Pooley\">\n<META name=\"site edition\" content=\"Reuters UK\">\n\t<META name=\"REVISION_DATE\" content=\"Mon Dec 29 20:57:54 UTC 2014\">\n\n<META property=\"og:title\" content=\"Healthcare worker in Scotland diagnosed with Ebola\" />\n<META property=\"og:url\" content=\"http://uk.reuters.com/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\" />\n<link rel=\"image_src\" href=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008545958&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABS0NL\" />\n\t\t<meta name=\"twitter:image:src\" content=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008545958&w=580&fh=&fw=&ll=&pl=&r=LYNXMPEABS0NL\">\n<meta name=\"twitter:card\" content=\"summary_large_image\"> \n<meta name=\"twitter:site\" content=\"@reuters_co_uk\">\n<meta name=\"twitter:description\" content=\"A healthcare worker has been diagnosed with Ebola a day after flying home to Glasgow from Sierra Leone, the Scottish government said on Monday.\nThe patient is being treated in isolation at Glasgow's\">\n<meta name=\"parsely-page\" content='{\"type\": \"post\", \"tags\": \"[]\", \"title\": \"Healthcare worker in Scotland diagnosed with Ebola\", \"link\": \"http://uk.reuters.com/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\", \"image_url\": \"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008545958&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEABS0NL\", \"post_id\": \"UKKBN0K71C820141229\", \"pub_date\": \"2014-12-29T20:57:54+0000\", \"section\":\"topNews\", \"author\": \"\"}' />\n<link rel=\"canonical\" href=\"http://uk.reuters.com/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\" />\n\t\t  \t<link rel=\"shortcut icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\" />\n  <link rel=\"icon\" href=\"http://s3.reutersmedia.net/resources/images/favicon.ico\"  />\n\t<link href=\"http://s3.reutersmedia.net/resources_v2/css/rcom-main.css\" rel=\"stylesheet\" />\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo/yahoo-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/event/event-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/dom/dom-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/yahoo-dom-event/yahoo-dom-event.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/animation/animation-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/connection/connection-min.js\" type=\"text/javascript\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/yui_2_7_0/cookie/cookie-min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/libraries/jquery-1.6.1.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-agent.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/extensions.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-ads.js\"></script>\n\t<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-wt-mlt.js\"></script>\n\t<script src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-pid.js\"></script>\n\t<script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-geoIP.js\"></script>\n<script type=\"text/javascript\" src=\"/assets/rcom-cobrand.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-tns.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-article.css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-comments.css\" rel=\"stylesheet\" />\n<script type=\"text/javascript\"  src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-article.js\"></script>\n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/rcom-linkback.js\"></script>\n\n<!--Slideshow JS and CSS files --> \n<script type=\"text/javascript\" src=\"http://s2.reutersmedia.net/resources_v2/js/YUI_slideshow.js\"></script>\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-slideshow.css\" type=\"text/css\" rel=\"stylesheet\" />\n<link href=\"http://s2.reutersmedia.net/resources_v2/css/rcom-multimedia.css\" type=\"text/css\" rel=\"stylesheet\" />\n\n<style type=\"text/css\">\n.articleComments .grid8 .dividerInlineH { margin-top: 10px; }\n</style>\n\n<!--Press release disclaimer -->\n\n<style type=\"text/css\">\n.pressRelease{\n color:#666;\n font-size:11px;\n margin-bottom:10px;\n}\n.required{\n  color:red;\n  font-size:11px;\n  font-weight:bold;\n}\n\n#thisFlyout {\n    margin: 0px 0 0 150px !important;\n}\ndiv#ad-div-mpu{margin-bottom:20px;}\n</style>\n\n<script type=\"text/javascript\" src=\"http://www.googletagservices.com/tag/js/gpt.js\"></script>\n\n<script type='text/javascript'> \ngoogletag.cmd.push(function() { \ngoogletag.defineSlot('/1309/uk.reuters/%5Bsection%5D', [300, 250], 'ad-div-mpu').addService(googletag.companionAds()).addService(googletag.pubads());\ngoogletag.companionAds().setRefreshUnfilledSlots(true); \ngoogletag.pubads().enableVideoAds(); \ngoogletag.enableServices(); \n}); \n</script><script type=\"text/javascript\">\n window._taboola = window._taboola || [];\n window._taboola.push({article:'auto'}); \n !function (e, f, u) {\n    e.async = 1;\n    e.src = u;\n    f.parentNode.insertBefore(e, f);\n  }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/reuters-network/loader.js');\n</script>\n\n</head>\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-W9SLGS\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>if (location.href.indexOf('/commentsChild?') == -1){ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})\n(window,document,'script','dataLayer','GTM-W9SLGS'); }</script>\n<!-- End Google Tag Manager -->\n\n<!-- see if snrd cookie was set by trigger page -->\n<script>\nvar srnd = YAHOO.util.Cookie.get(\"srnd_keyword\");\nvar srnd_sequence = YAHOO.util.Cookie.get(\"srnd_sequence\");\nif (srnd!=null && srnd!=\"\")\n  {\n         var srnd=\"srnd=\"+srnd+\";srnd_sequence=\"+srnd_sequence+\";\";\n  }\n\n</script>\n\n<link href=\"http://s4.reutersmedia.net/resources_v2/css/rcom-masthead-nav-new.css\" rel=\"stylesheet\" />\n<script src=\"/assets/info\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\nvar currentUsedEdition = 'UK';\n</script>\n\n<div id=\"header\">\n<a name=\"top\" id=\"top\" style=\"position: absolute;overflow:hidden;\">&nbsp;</a>\n\t<div id=\"marketsHeader\"></div>\n    <div id=\"market-cont\"><div id=\"md-toggle\"></div></div>\n\t<div id=\"masthead\">\n\t\t<div class=\"mast-strip\">\n\t\t<div id=\"logo\"><a id=\"logoLink\" href=\"/\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'logo','label':''});\" ><img src=\"http://s3.reutersmedia.net/resources_v2/images/masthead-logo.gif\" alt=\"Reuters\" border=\"0\" /></a></div>\n\n\t<div id=\"editionsTop\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchTop\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">UK</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n                    \t<li><a href=\"http://af.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Africa</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\" >Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Germany</a></li>\n<li><a href=\"http://in.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">India</a></li>\n<li><a href=\"http://it.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Mexico</a></li>\n\t\t\t\t    <li><a href=\"http://ru.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">Spain</a></li>\n<li><a href=\"http://www.reuters.com\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'edition switcher','label':$(this).attr('href')});\">United States</a></li>\n</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\t<div id=\"search\" class=\"panel\">\n\t\t<div id=\"searchbox\">\n\t\t\t<form id=\"searchForm\" name=\"searchbox\" method=\"get\" action=\"/search\" autocomplete=\"off\">\n\t\t\t\t<input id=\"searchfield\" name=\"blob\" type=\"text\" value=\"Search News & Quotes\" size=\"30\"\n\t\t\t\t\tonfocus=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == 'Search News & Quotes'){document.forms['searchbox'].blob.value = '';}\"\n\t\t\t\t\tonblur=\"var strSearchValue = document.forms['searchbox'].blob.value;if(strSearchValue.trim() == ''){document.forms['searchbox'].blob.value = 'Search News & Quotes';}\"\n\t\t\t\t\tonkeypress=\"if(event.keyCode == 13) {document.forms['searchbox'].submit();return false;}\" maxlength=\"128\"\n\t\t\t\t/>\n\t\t\t\t<input type=\"submit\" id=\"searchbuttonNav\" onclick=\"return Reuters.utils.submitSearch();\" value=\"\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'search','label': document.forms['searchbox'].blob.value});\" >\n\t\t\t</form>\n\t\t</div>\n\t</div>\n\t\t<div id=\"utilities\" class=\"panel\"></div>\n\t</div>\n\t</div>\n\n\t<div id=\"dd-navigation\">\n    \t<div id=\"nav-strip\">\n            <ul>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_1\"><a href=\"/home\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Home</span></a>\n                    </li>\n                <li class=\"nav-item\" id=\"nav-item_2\"><a href=\"/business\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Business</span></a>\n                    <div class=\"subnav \" id=\"subnav_2\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Home</a></li>\n                            <li class=\"\"><a href=\"/business/deals\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Deals</a></li>\n                            <li class=\"\"><a href=\"/subjects/aerospace-and-defence\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Aerospace & Defence</a></li>\n                            <li class=\"\"><a href=\"/subjects/autos\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Autos</a></li>\n                            <li class=\"\"><a href=\"/subjects/banks\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Banks</a></li>\n                            <li class=\"\"><a href=\"/subjects/central-banks/\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Central Banks</a></li>\n                            <li class=\"\"><a href=\"/business/summits\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Summits</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/macroscope/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macroscope Blog</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/data-dive/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Data Dive Blog</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=5\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Business Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_3\"><a href=\"/business/markets\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Markets</span></a>\n                    <div class=\"subnav double\" id=\"subnav_3\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business/markets\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Markets Home</a></li>\n                            <li class=\"\"><a href=\"/business/markets/uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >UK Markets</a></li>\n                            <li class=\"\"><a href=\"/business/markets/europe\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >European Markets</a></li>\n                            <li class=\"\"><a href=\"/business/markets/analysis\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Market Analysis</a></li>\n                            <li class=\"\"><a href=\"/business/global-market-data\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Global Market Data</a></li>\n                            <li class=\"\"><a href=\"/business/markets/indices\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Indices</a></li>\n                            <li class=\"lastChild \"><a href=\"/business/shares\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stocks</a></li>\n                            </ul><ul class=\"two\"><li class=\"\"><a href=\"/business/markets/earnings\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Earnings</a></li>\n                            <li class=\"\"><a href=\"/business/fxpert\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >FXpert</a></li>\n                            <li class=\"\"><a href=\"/business/currencies\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Currencies</a></li>\n                            <li class=\"\"><a href=\"/business/commodities\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" ><span>Comm</span>odities</a></li>\n                            <li class=\"\"><a href=\"/business/funds\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Funds</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/globalinvesting?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Global Investing Blog</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_4\"><a href=\"/news/world\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">World</span></a>\n                    <div class=\"subnav double\" id=\"subnav_4\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/world\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Home</a></li>\n                            <li class=\"\"><a href=\"/subjects/special-reports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Special Reports</a></li>\n                            <li class=\"\"><a href=\"http://www.reuters.com/investigates\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Investigates</a></li>\n                            <li class=\"\"><a href=\"/subjects/euro-zone\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Euro Zone</a></li>\n                            <li class=\"\"><a href=\"/places/germany\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Germany</a></li>\n                            <li class=\"\"><a href=\"/places/france\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >France</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/us\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >U.S.</a></li>\n                            </ul><ul class=\"two\"><li class=\"\"><a href=\"/places/china\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >China</a></li>\n                            <li class=\"\"><a href=\"/subjects/middle-east\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Middle East</a></li>\n                            <li class=\"\"><a href=\"/places/africa\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Africa</a></li>\n                            <li class=\"\"><a href=\"/places/russia\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Russia</a></li>\n                            <li class=\"\"><a href=\"/places/japan\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Japan</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/india?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >India Insight Blog</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=117759\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >World Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_5\"><a href=\"/news/uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">UK</span></a>\n                    <div class=\"subnav \" id=\"subnav_5\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >UK Home</a></li>\n                            <li class=\"\"><a href=\"/news/politics\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            <li class=\"lastChild \"><a href=\"/business/economy\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Economy</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_6\"><a href=\"/news/technology\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Tech</span></a>\n                    <div class=\"subnav \" id=\"subnav_6\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/technology\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Technology Home</a></li>\n                            <li class=\"\"><a href=\"/news/media\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Media</a></li>\n                            <li class=\"\"><a href=\"/news/science\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Science</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=6\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tech Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_7\"><a href=\"/business/personalFinance\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Money</span></a>\n                    <div class=\"subnav \" id=\"subnav_7\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/business/personalFinance\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Money Home</a></li>\n                            <li class=\"\"><a href=\"https://commerce.uk.reuters.com/purchase/default.do\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Analyst Research</a></li>\n                            <li class=\"\"><a href=\"http://alerts.uk.reuters.com/UK/company.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Alerts</a></li>\n                            <li class=\"\"><a href=\"http://portfolio.uk.reuters.com/UK/watchlist/create.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Watchlist</a></li>\n                            <li class=\"\"><a href=\"http://portfolio.uk.reuters.com/UK/public/index.asp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Portfolio</a></li>\n                            <li class=\"\"><a href=\"http://stockscreener.uk.reuters.com/Stock/UK/Index?quickscreen=gaarp\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Stock Screener</a></li>\n                            <li class=\"lastChild \"><a href=\"http://funds.uk.reuters.com/UK/screener/screener.asp?reset=1\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Fund Screener</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_8\"><a href=\"http://blogs.reuters.com/us/?edition=uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Opinion</span></a>\n                    <div class=\"subnav \" id=\"subnav_8\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/us/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Opinion Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/great-debate-uk/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >The Great Debate</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_9\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=uk\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Breakingviews</span></a>\n                    <div class=\"subnav \" id=\"subnav_9\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Home</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/equities/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Equities</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/credit?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Credit</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/private-equity/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Private Equity</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/m-a/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >M&A</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/macro-markets/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Macro & Markets</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/breakingviews/category/politics/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Politics</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video/reuters-tv/breakingviews\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Breakingviews Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_10\"><a href=\"/news/sports\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Sport</span></a>\n                    <div class=\"subnav \" id=\"subnav_10\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/sports\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sport Home</a></li>\n                            <li class=\"\"><a href=\"/news/sports/football\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Football</a></li>\n                            <li class=\"\"><a href=\"/news/sports/formula-one\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Formula One</a></li>\n                            <li class=\"\"><a href=\"/news/sports/tennis\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Tennis</a></li>\n                            <li class=\"\"><a href=\"/news/sports/cricket\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Cricket</a></li>\n                            <li class=\"\"><a href=\"/news/sports/golf\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Golf</a></li>\n                            <li class=\"\"><a href=\"/news/sports/rugby\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Rugby Union</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoId=27165041&videoChannel=79\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Sport Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_11\"><a href=\"/news/lifestyle\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Life</span></a>\n                    <div class=\"subnav \" id=\"subnav_11\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/lifestyle\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Home</a></li>\n                            <li class=\"\"><a href=\"/news/health\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Health</a></li>\n                            <li class=\"\"><a href=\"/news/environment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Environment</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment</a></li>\n                            <li class=\"\"><a href=\"/news/entertainment/arts\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Arts</a></li>\n                            <li class=\"\"><a href=\"/news/oddlyEnough\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Oddly Enough</a></li>\n                            <li class=\"\"><a href=\"http://blogs.reuters.com/faithworld/?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Faithworld Blog</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=1004\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Lifestyle Video</a></li>\n                            <li class=\"\"><a href=\"/news/video?videoChannel=81\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Entertainment Video</a></li>\n                            <li class=\"lastChild \"><a href=\"/news/video?videoChannel=82\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Environment Video</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item\" id=\"nav-item_12\"><a href=\"/news/pictures\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Pictures</span></a>\n                    <div class=\"subnav \" id=\"subnav_12\">\n                       \n                        <div class=\"subnav-inner\">\n                        <ul class=\"one\">\n                       \n                            <li class=\"\"><a href=\"/news/pictures\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Pictures Home</a></li>\n                            <li class=\"lastChild \"><a href=\"http://blogs.reuters.com/photo?edition=uk\" target=\"_top\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sub-sections','label':$(this).attr('href')});\" >Reuters Photographers</a></li>\n                            </ul>\n                      \n                       </div>\n                       \n                       </div>\n\n                       </li>\n                <li class=\"nav-item no-subnav\" id=\"nav-item_13\"><a href=\"/video\" onmousedown=\"dataLayer.push({'event':'click-event','category':'navigation','action':'sections','label':$(this).attr('href')});\" ><span class=\"primary-link\">Video</span></a>\n                    </li>\n                </ul>\n       \t</div>\n    </div>\n</div>\n<script src=\"http://s2.reutersmedia.net/resources_v2/js/libraries/jquery.bgiframe.js\" type=\"text/javascript\"></script>\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/rcom-nav.js\" type=\"text/javascript\"></script>\n\n<div id=\"content\"><div class=\"section bleeding\" id=\"breakingNewsBand\">\n\t<div class=\"sectionContent\">\n<script type=\"text/javascript\">\nReuters.namespace(\"info\");\nReuters.info.articleId = 'UKKBN0K71C820141229';\nReuters.info.articlePartnerURI = '';\nReuters.info.channel = 'topNews';\nReuters.info.articleUrl = '/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229';\n</script>\n\n<script type=\"text/javascript\">\n\tvar freqCap_fixedpanel = new adDisplayManager('freqCap_fixedpanel','fixedpanel',null,(1 * 1),(1 * 0),(1 * 0));\n    freqCap_fixedpanel.run();\n</script>\n\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div id=\"breakingNewsContent\"></div>\n<script type=\"text/javascript\">\nReuters.utils.replaceContent(\"breakingNewsContent\", \"/assets/breakingNews\", null, null);\n</script>\n\n\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"bannerStrip\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<style>\n\n/*\n#bannerStrip \n.sectionContent { width: 990px; }\n.sectionContent .grid12 { width: 960px !important; }\n.sectionContent .grid12 .ad { margin: 0; }\n#homepageSponsorBand, #adTopBanner { margin-bottom: 0px; }\n*/\n\n</style> \n\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"leaderboard\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/uk/article;' + 'type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K71C820141229;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('leaderboard') == false) &&\n\t\t      (typeof (hideAd_12624887) == 'undefined' || hideAd_12624887 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/uk/article;type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K71C820141229;ord=5113?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/uk/article;type=leaderboard;sz=728x90;tile=1;articleID=UKKBN0K71C820141229;ord=5113?\" width=\"728\" height=\"90\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"articleTabSection\">\n\t<div class=\"sectionContent\">\n<div id=\"freqCap_pushdown\" style=\"display:none;\">\n\t<div id=\"pushdownContainer\" class=\"pushdownContainer\">\n    \t<div class=\"ad\" id=\"pushdown\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/uk/article;' + 'type=pushdown;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ( typeof(freqCap_pushdown) == 'undefined' || freqCap_pushdown == null ) {\n\t\t      try { console.debug(\"frequency manager: %s is undefined, could be channel include/exclude or scheduling\", 'freqCap_pushdown') } catch(e) {};\n\t\t  }\n\t\t  if ( typeof(freqCap_pushdown) != 'undefined' &&\n\t\t       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && freqCap_pushdown.isAdNeeded()) ||\n\t\t        (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('pushdown') == false) &&\n\t\t      (typeof (hideAd_12624878) == 'undefined' || hideAd_12624878 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  \n\t\t  }\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/uk/article;type=pushdown;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;ord=0551?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/uk/article;type=pushdown;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;ord=0551?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n</div>\n\n<script type=\"text/javascript\">\n\tif ( typeof(freqCap_pushdown) != 'undefined' && \n       ((typeof(freqCap_pushdown.isAdNeeded) != 'undefined' && (freqCap_pushdown.isAdNeeded())) || \n       (typeof(freqCap_pushdown.isDefaultAdNeeded) != 'undefined' && freqCap_pushdown.isDefaultAdNeeded()))) {\n\t    document.getElementById('freqCap_pushdown').style.display = 'block';\n\t}\n</script>\n\n\n<div class=\"linebreak\"></div>\n\t<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<script type=\"text/javascript\" src=\"http://s3.reutersmedia.net/resources_v2/js/commentLogin.js\"></script>\n<div class=\"tabs\" style=\"display:none;\">\n\t<ul>\n\t\t<li class=\"current\" tns=\"no\" ><a href=\"/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\">Article</a></li>\n    <li tns=\"no\" ><a href=\"/article/comments/idUKKBN0K71C820141229\">Comments&nbsp;(0)</a></li>\n<li tns=\"no\" ><a href=\"/article/slideshow/idUKKBN0K71C820141229\">Slideshow</a></li>\n</ul>\n</div>\n\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\" id=\"articleContent\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1 gridPanel grid8\">\n<h1>Healthcare worker in Scotland diagnosed with Ebola</h1>\n    \n    <div id=\"articleInfo\">\n        <p>\n        <span class=\"location\">LONDON</span> <span class=\"pipe\"> </span> \n        <span class=\"timestamp\">Mon Dec 29, 2014 8:57pm GMT</span>\n        </p>\n    </div>\n<div class=\"topShare gridPanel grid6\"><div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n\t\t\t<a href=\"http://twitter.com/share\" class=\"twitter-share-button\"  data-counturl=\"http://uk.reuters.com/article/2014/12/29/uk-health-ebola-britain-idUKKBN0K71C820141229\" data-via=\"reuters\" data-text=\"Healthcare worker in Scotland diagnosed with Ebola\" id=\"twitter-share-link\">Tweet</a>\n              \t\t</li>\n\n                    <script type=\"text/javascript\">\n\t\t\t\t\t\t\tvar shortUrl = 'http://reut.rs/1ECfZeo';\n\t\t\t\t\t\t\tvar twitterShareLink = document.getElementById(\"twitter-share-link\");\n\t\t\t\t\t\t\ttwitterShareLink.setAttribute(\"data-url\", shortUrl);\n\t\t\t\t\t\t\tReuters.utils.loadScript(\"twitterShare\", \"http://platform.twitter.com/widgets.js\");\n\t\t\t\t\t\t</script>\n\t\t\t\t\t<li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&title=Healthcare+worker+in+Scotland+diagnosed+with+Ebola&summary=LONDON+%28Reuters%29+-+A+healthcare+worker+has+been+diagnosed+with+Ebola+a+day+after+flying+home+to+Glasgow+from+Sierra+Leone%2C+the+Scottish+government+said+on+Monday.%0AThe+patient+is+being+treated+in+isolation+at+Glasgow%27s+Gartnavel+Hospital%2C+having+flown...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&t=Healthcare+worker+in+Scotland+diagnosed+with+Ebola', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <script type=\"text/javascript\">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script>\n\t                <li class=\"digg \" tns=\"no\">\n\t                <a class=\"DiggThisButton DiggIcon\" href=\"http://digg.com/submit?style=no&amp;url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&amp;title=Healthcare+worker+in+Scotland+diagnosed+with+Ebola\">\n\t                <span style=\"display:none\">LONDON (Reuters) - A healthcare worker has been diagnosed with Ebola a day after flying home to Glasgow from Sierra Leone, the Scottish government said on Monday.\nThe patient is being treated in isolation at Glasgow's Gartnavel Hospital, having flown...</span>\n\t                </a>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=UKKBN0K71C820141229', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=UKKBN0K71C820141229', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t</ul>\n\t    </div>\n\t</div>\n</div><div id=\"relatedInlineVideo\"><script src=\"http://s1.reutersmedia.net/resources_v2/js/yoplayer-2.1-32.js\" language=\"javascript\"></script>\n<script src=\"http://s1.reutersmedia.net/resources_v2/js/article_video_plugin.js\" language=\"javascript\"></script>\n<script src=\"http://s1.reutersmedia.net/resources_v2/js/article-yoplayer.js\" language=\"javascript\"></script>\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://s1.reutersmedia.net/resources_v2/css/rcom-article-video.css\" />\n<script type=\"text/javascript\">\nReuters.namespace(\"yospace\");\nReuters.yospace.width=610;\nReuters.yospace.height=350;\nReuters.yospace.adtype=\"article_preroll\";\nReuters.yospace.debug=\"false\";\nReuters.yospace.console_debug=\"false\";\nReuters.yospace.autoplay=\"false\";\nReuters.yospace.footspace=43;\nReuters.yospace.embed=\"true\";\nReuters.yospace.miid=Reuters.inlinevideo.flashVideoSource.split(\"?f=\")[0].split(\",/\")[1];\nReuters.yospace.fid=Reuters.inlinevideo.flashVideoSource.split(\"?f=\")[1];\nReuters.yospace.yoVersion=\"2.1-32\";\nReuters.yospace.videoFrameSize=\"610x350\";\nReuters.yospace.startlevel=2;\n</script>\n<script src=\"https://www.google.com/jsapi\" language=\"javascript\"></script>\n<script language=\"javascript\" src=\"http://s1.reutersmedia.net/resources_v2/js/rcom-tv.js\"> </script>\n<script language=\"javascript\" src=\"http://s1.reutersmedia.net/resources_v2/js/widget-yovideoexpansion.js\"> </script></div><div id=\"slideshowInlineLarge\" style=\"width: 580px;\">\n <div class=\"photoControls\" id=\"photoControls\">\n               <div class=\"photoNav\">\n                    <div class=\"photoControls_inner\">\n                        <a id=\"prevButton\" onclick=\"UKKBN0K71C820141229.transition({reverse:true})\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_previous.png\" height=\"31px\" width=\"25px\" /></a>\n                        <a id=\"nextButton\" onclick=\"UKKBN0K71C820141229.transition()\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/btn_articleslide_next.png\" height=\"31px\" width=\"25px\" /></a>\n                    </div>\n                </div>\n\n                </div><!-- end PhotoControls-->\n\n                <div id=\"displayFrame\" class=\"yui-sldshw-displayer\"style=\"height: 378px; width: 580px;\">\n                       <div class=\"yui-sldshw-frame\" id=\"frame_fd1fade\">\n                            <a href=\"/news/picture/2014/12/29/uk-health-ebola-britain?articleId=UKKBN0K71C820141229&slide=1\" id=\"photoFullSize\" target=\"_top\"><img\n        \t\tsrc=\"http://s3.reutersmedia.net/resources/r/?m=02&d=20141229&t=2&i=1008545958&w=&fh=&fw=&ll=580&pl=378&r=LYNXMPEABS0NL\"\n        \t\tborder=\"0\" alt=\"A general view of Gartnavel General Hospital is seen in Glasgow, Scotland December 29, 2014. REUTERS/Stringer\"\n        \t\t />\n     \t</a>\n                        </div>\n                    </div>\n                <div class=\"rolloverCaption\" id=\"captionContent\">\n                                    <div class=\"rolloverBg\">\n                                        <div class=\"captionText\">\n                                            <p><span class=\"label\">1 of 2. </span>\n                                                A general view of Gartnavel General Hospital is seen in Glasgow, Scotland December 29, 2014. </p>\n                                            <p class=\"credit\">Credit: Reuters/Stringer</p>\n                                        </div>\n                                    </div>\n                                </div></div><!-- end slideshowInline -->\n<script type=\"text/javascript\">\nif(typeof Reuters.info.skipSlideshow == 'undefined'&& document.getElementById(\"displayFrame\")) {Reuters.utils.addLoadEvent(function() { Reuters.utils.loadScript('sJSON','/assets/multimediaJSON?articleId=UKKBN0K71C820141229&setImage=378&view=100&startNumber=1') });}</script>\n<div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div id=\"editorialRelatedNews\" class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"relatedTopics\" class=\"module\">\n    <div class=\"moduleHeader\"><h3>Related Topics</h3></div>\n        <div class=\"moduleBody\">\n            <ul>\n                <li><a href=\"/news/uk\">UK &#187;</a></li>\n                <li><a href=\"/places/africa\">Africa &#187;</a></li>\n                </ul>\n        </div>\n    </div>\n</div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\"><div id=\"thirdPartyLinkbackNews\"></div></div></div><div class=\"columnLeft\"><div id=\"relatedStocks\" class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div id=\"relatedInteractive\" class=\"relatedRail gridPanel grid2\"></div></div><div class=\"columnLeft\"><div class=\"relatedRail gridPanel grid2\">\n</div></div><span id=\"articleText\">\n<span id=\"midArticle_start\"></span>\n\n<span class=\"focusParagraph\"><p><span class=\"articleLocation\">LONDON</span> (Reuters) - A healthcare worker has been diagnosed with Ebola a day after flying home to Glasgow from Sierra Leone, the Scottish government said on Monday.</p>\n</span><span id=\"midArticle_0\"></span><p>The patient is being treated in isolation at Glasgow's Gartnavel Hospital, having flown back to Scotland's largest city late on Sunday on a British Airways flight via Casablanca in Morocco and London's Heathrow. </p><span id=\"midArticle_1\"></span><p>\"All possible contacts with the patient are now being investigated and anyone deemed to be at risk will be contacted and closely monitored,\" the Scottish government said in a statement.</p><span id=\"midArticle_2\"></span><p>\"However, having been diagnosed in the very early stages of the illness, the risk to others is considered extremely low.\"</p><span id=\"midArticle_3\"></span><p>The patient, whom BBC sources described as a female aid worker, will be transferred to a high-level isolation unit in the Royal Free hospital in London.</p><span id=\"midArticle_4\"></span><p>British Prime Minister Cameron has been informed, the Scottish government added.</p><span id=\"midArticle_5\"></span><p>In August, another British aid worker, William Pooley, contracted the disease after working Sierra Leone. He was discharged in September after treatment at the Royal Free hospital.</p><span id=\"midArticle_6\"></span><p>With more than 9,000 cases, Sierra Leone now accounts for nearly half of the known cases of Ebola in this year's West African outbreak, the worst ever. Neighbouring Liberia and Guinea have also been badly hit.</p><span id=\"midArticle_7\"></span><p>The World Health Organization on Monday said the number of people infected by Ebola in Liberia, Sierra Leone and Guinea -- the worst affected by the outbreak -- has passed 20,000, with more than 7,842 deaths in the epidemic so far.</p><span id=\"midArticle_8\"></span><p></p><span id=\"midArticle_9\"></span><p></p><span id=\"midArticle_10\"></span><p> (Reporting by <a href=\"http://blogs.reuters.com/search/journalist.php?edition=uk&n=andybruce&\">Andy Bruce</a> in London and Ankur Banerjee in Bengaluru; Editing by Joyjeet Das)</p><span id=\"midArticle_11\"></span></span>\n\n<div class=\"relatedTopicButtons\"><div class=\"file_under\">FILED UNDER: </div> \n\t\t\t<div class=\"actionButton\"><a href=\"/news/uk\">UK</a></div>\n\t\t\t<div class=\"actionButton\"><a href=\"/places/africa\">Africa</a></div>\n\t\t\t</div><div class=\"facebookRec\" tns=\"no\">\n\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px;\" allowTransparency=\"true\"></iframe>\n        </div>\n<div class=\"module shareLinks horizontal\">\n\t     <div class=\"moduleBody\">\n\t        <ul>\n\n                <li class=\"twitter \" tns=\"no\">\n                   \t\t<span class=\"hrefClone\" onclick=\"Reuters.tns.retweet();\">Tweet this</span>\n\t\t\t\t\t</li>\n                <li class=\"linkedIn \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.linkedin.com/shareArticle?mini=true&source=Reuters&url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&title=Healthcare+worker+in+Scotland+diagnosed+with+Ebola&summary=LONDON+%28Reuters%29+-+A+healthcare+worker+has+been+diagnosed+with+Ebola+a+day+after+flying+home+to+Glasgow+from+Sierra+Leone%2C+the+Scottish+government+said+on+Monday.%0AThe+patient+is+being+treated+in+isolation+at+Glasgow%27s+Gartnavel+Hospital%2C+having+flown...', 520, 570, 1, 'shareArticle');\">Link this</span>\n                 \t</li>\n\t            <li class=\"facebook\" tns=\"no\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&t=Healthcare+worker+in+Scotland+diagnosed+with+Ebola', 626, 436, 1, 'shareArticle');\">Share this</span></li>\n\t            <li class=\"digg \" tns=\"no\">\n                       \t<span class=\"hrefClone\" onclick=\"Reuters.utils.popup('http://digg.com/submit?url=http%3A%2F%2Fuk.reuters.com%2Farticle%2F2014%2F12%2F29%2Fuk-health-ebola-britain-idUKKBN0K71C820141229&bodytext=Healthcare+worker+in+Scotland+diagnosed+with+Ebola', 1062, 570, 1, 'shareArticle');\">Digg this</span>\n\t                </li>\n\t            <li tns=\"no\" class=\"email\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/do/emailArticle?articleId=UKKBN0K71C820141229', 580, 735, 1, 'emailArticle');\">Email</span></li>\n     \t\t\t<li tns=\"no\" class=\"print last\"><span class=\"hrefClone\" onclick=\"Reuters.utils.popup('/assets/print?aid=UKKBN0K71C820141229', 580, 735, 3, 'printArticle');\">Print</span></li>\n     \t\t\t<li tns=\"no\" class=\"reprints\"><a href=\"http://www.reutersreprints.com\">Reprints</a></li>\n                </ul>\n\t    </div>\n\t</div>\n<script type=\"text/javascript\" src=\"http://widget.perfectmarket.com/reuters/load.js\"></script><div class=\"linebreak\"></div>\n\t<div style=\"display: inline-block; clear: both;\" >\n<div id='taboola-bmc' style=\"float:left;width:295px\"></div>\n<script type=\"text/javascript\">\n    window._taboola = window._taboola || [];\n    _taboola.push({mode:'organic-text-links-2c', container:'taboola-bmc', placement:'bmc', target_type:'text'});\n</script>\n<div style=\"float:left;width:305px;margin-left:10px\">\n     <iframe valign=\"middle\" width=\"305\" height=\"295\" marginheight=0 marginwidth=0 frameborder=0 vspace=0 hspace=0 scrolling=NO  src=\"http://www.smartlinks.dianomi.com/smartads.epl?id=1735\"></iframe>\n</div>\n</div>\n<div>\n<div id='taboola-below-main-column'></div>\n<script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n  _taboola.push({mode:'thumbs-2r', container:'taboola-below-main-column', placement:'below-main-column'});\n</script>\n</div></div>\n\n<div class=\"column2 gridPanel grid4\">\n<style>\n#most-popular .module {border: medium none !important;width: 288px;margin: 0px !important;}\n.most-popular, .most-popular.more-in-business { background: none;border: none;float: left;margin: 0 0 20px;padding: none;}\n.topShare {width: 500px !important;}\n.diam_ad{margin-left:72px !important; margin-right:73px !important;}\n</style>\n<div class=\"linebreak\"></div>\n\t<div id=\"most-popular-parsely\"><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-main.js\" language=\"javascript\"></script><script src=\"http://s3.reutersmedia.net/resources_v2/js/rcom-parsely.js\" language=\"javascript\"></script><div class=\"moduleHeader\"><h3>Trending On Reuters</h3></div><div class=\"columnLeft\"><div id=\"mostPopularRead\"><div id=\"parselyArticles\"><div class=\"module\"><div class=\"moduleBody\"><ul></ul></div><div id=\"parselyArticlesRemark\"></div></div></div></div></div><script type=\"text/javascript\">\n        var video_btn_url = '<img src=\"http://s3.reutersmedia.net/resources_v2/images/btn_rel_video.gif\" border=\"0\" height=\"11px\" width=\"43px\" alt=\"Video\" />';\n        var _raw_json_note = \"not in use for this version\";\n\tvar max_json_num = 5;\n\tvar filter_str = \"/news/pictures\";\n\tvar filter_arr = [];\n        filter_arr = filter_str.split(\",\");\n \n\tvar parselyObjects= [{\"data\":[{\"tags\":[\"[]\"],\"_hits\":1286,\"pub_date\":\"2015-01-03T02:20:33\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-indonesia-airplane-idUKKBN0K601G20150103\",\"video_link\":\"http:\\/\\/uk.reuters.com\\/article\\/video\\/idUKKBN0K601G20150103?videoId=358880677\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-indonesia-airplane-idUKKBN0K601G20150103\",\"authors\":[\"Fergus Jensen\"],\"author\":\"Fergus Jensen\",\"title\":\"Indonesia widens search area in hunt for AirAsia jet\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011067767&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010EK\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_4f6bcbea530521ba109d6a441a777ad6073f2b20.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":661,\"pub_date\":\"2015-01-02T23:31:05\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-lawsuit-britain-royals-idUKKBN0KB1FN20150102\",\"video_link\":\"\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-lawsuit-britain-royals-idUKKBN0KB1FN20150102\",\"authors\":[\"Letitia Stein\"],\"author\":\"Letitia Stein\",\"title\":\"Woman says forced as minor into sex with Prince Andrew; allegations denied\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011292539&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010M3\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_f5abadccce490a436d8a746babe188cd48f619c2.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":569,\"pub_date\":\"2015-01-02T23:48:59\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150102\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150102\",\"authors\":[\"Julia Edwards\"],\"author\":\"Julia Edwards\",\"title\":\"U.S. slaps more sanctions on North Korea after Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011207852&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K1\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_d0fb326ff7c2ee645af4c81bb5c45364e59aa801.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":269,\"pub_date\":\"2015-01-02T22:07:38\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-security-imam-idUKKBN0KB1DM20150102\",\"video_link\":\"\",\"section\":\"topNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-security-imam-idUKKBN0KB1DM20150102\",\"authors\":[\"Nate Raymond\"],\"author\":\"Nate Raymond\",\"title\":\"U.S. seeks life in prison for London imam convicted on terror charges\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011253834&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010LQ\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_33f653cd34d2e5ebb013ff0533c9994e152b60be.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":237,\"pub_date\":\"2015-01-03T05:18:14\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150103\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-northkorea-cyberattack-sanctions-idUKKBN0KB16W20150103\",\"authors\":[\"Julia Edwards\"],\"author\":\"Julia Edwards\",\"title\":\"U.S. slaps more sanctions on North Korea after Sony hack\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011207852&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010K1\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_d0fb326ff7c2ee645af4c81bb5c45364e59aa801.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":223,\"pub_date\":\"2015-01-02T02:44:46\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-global-idUKKBN0KB00420150102\",\"video_link\":\"http:\\/\\/uk.reuters.com\\/article\\/video\\/idUKKBN0KB00420150102?videoId=358480129\",\"section\":\"GCA-ForeignExchange\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-global-idUKKBN0KB00420150102\",\"authors\":[\"Wayne Cole\"],\"author\":\"Wayne Cole\",\"title\":\"Euro starts new year at new lows, oil tries to bounce\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010672678&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB01003\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_7ba34785e08b7406055359dae492554392edcce2.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":221,\"pub_date\":\"2015-01-02T18:06:51\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-palin-dog-idUKKBN0KB15A20150102\",\"video_link\":\"\",\"section\":\"technologyNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-usa-palin-dog-idUKKBN0KB15A20150102\",\"authors\":[\"Barbara Goldberg\"],\"author\":\"Barbara Goldberg\",\"title\":\"Sarah Palin photos of son stepping on dog trigger online outrage\",\"image_url\":\"http:\\/\\/s1.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011145318&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010JA\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_c18bd10ef27501fe9160fd8b312a0bdcce9266ac.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":191,\"pub_date\":\"2015-01-02T15:01:13\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-pmi-industrialoutput-britain-idUKKBN0KB0E120150102\",\"video_link\":\"\",\"section\":\"businessNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-pmi-industrialoutput-britain-idUKKBN0KB0E120150102\",\"authors\":[\"Andy Bruce\"],\"author\":\"Andy Bruce\",\"title\":\"UK recovery more lopsided as manufacturing slips, consumer loans soar\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1011051970&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010DN\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_837c352e2b26ac8b3c2e379d82b0de86dfe5f160.jpg\",\"metadata\":\"\"},{\"tags\":[\"[]\"],\"_hits\":181,\"pub_date\":\"2015-01-02T09:14:09\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-oil-idUKKBN0KB05T20150102\",\"video_link\":\"\",\"section\":\"GCA-ForeignExchange\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/02\\/uk-markets-oil-idUKKBN0KB05T20150102\",\"authors\":[\"David Sheppard\"],\"author\":\"David Sheppard\",\"title\":\"Brent turns lower, heads towards $57 as supply glut fears prevail\",\"image_url\":\"http:\\/\\/s2.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150102&t=2&i=1010817806&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB0102C\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_54a722d84cf7a9386586fb8c1b43059155c03e8a.jpg\",\"metadata\":\"\"},{\"tags\":[\"[Breaking News, World News, Video news, Investing, financial information,  Business News, Rueters, Roiters]\"],\"_hits\":179,\"pub_date\":\"2015-01-03T00:01:04\",\"link\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-hungary-rally-idUKKBN0KB1C720150103\",\"video_link\":\"\",\"section\":\"worldNews\",\"url\":\"http:\\/\\/uk.reuters.com\\/article\\/2015\\/01\\/03\\/uk-hungary-rally-idUKKBN0KB1C720150103\",\"authors\":[\"Sandor Peto and Krisztina Fenyo\"],\"author\":\"Sandor Peto and Krisztina Fenyo\",\"title\":\"Hungarian protesters keep up pressure on government\",\"image_url\":\"http:\\/\\/s3.reutersmedia.net\\/resources\\/r\\/?m=02&d=20150103&t=2&i=1011305411&w=130&fh=&fw=&ll=&pl=&r=LYNXMPEB010L5\",\"thumb_url_medium\":\"http:\\/\\/c0001566.cdn1.cloudfiles.rackspacecloud.com\\/medium_716352e1fd46948b40e675c8b3ca6ebec85b86d1.jpg\",\"metadata\":\"\"}]}];\n\t\n\t\tif (typeof Reuters.parsely.parseParsely == 'function') { Reuters.parsely.parseParsely(parselyObjects); } \n\t</script>\n\n\n\n\n</div><div class=\"ad\" id=\"ArticleSponsor\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/uk/article;' + 'type=ArticleSponsor;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('ArticleSponsor') == false) &&\n\t\t      (typeof (hideAd_13098964) == 'undefined' || hideAd_13098964 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/uk/article;type=ArticleSponsor;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;ord=7734?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/uk/article;type=ArticleSponsor;sz=1x1;articleID=UKKBN0K71C820141229;taga=aaaaaaaaa;ord=7734?\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t<div class=\"linebreak\"></div>\n\t<div id=\"ad-div-mpu\"><div class=\"ad\" id=\"mpu\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/uk/article;' + 'type=mpu;sz=300x250;tile=2;articleID=UKKBN0K71C820141229;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpu') == false) &&\n\t\t      (typeof (hideAd_12624894) == 'undefined' || hideAd_12624894 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/uk/article;type=mpu;sz=300x250;tile=2;articleID=UKKBN0K71C820141229;ord=1232?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/uk/article;type=mpu;sz=300x250;tile=2;articleID=UKKBN0K71C820141229;ord=1232?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div><style type=\"text/css\">\n#social-links {background-color: #f8f8f8; border: 1px solid #d5d5d5; margin-bottom: 20px; padding-bottom: 8px; float:left;}\n#social-links  h3 {font-size: 14px; text-transform: none; text-align: left; padding: 8px; margin: 0;}\n#social-links ul {clear:both; margin:0; padding:0; width: auto; padding: 0 9px; float:left;}\n#social-links li {border: 1px solid #e5e5e5; background-color: #ffffff; width: 64px; height: 64px; float: left; margin: 0 5px 0 0; padding: 0; text-align: center;}\n#social-links li.last {margin-right: 0;}\n#social-links li.facebook {background: #FFFFFF url(/resources_v2/images/btn_social_link_facebook.gif) no-repeat center 10px;}\n#social-links li.twitter {background: #FFFFFF url(/resources_v2/images/btn_social_link_twitter.gif) no-repeat center 10px;}\n#social-links li.rss {background: #FFFFFF url(/resources_v2/images/btn_social_link_rss.gif) no-repeat center 10px;}\n#social-links li.youtube {background: #FFFFFF url(/resources_v2/images/btn_social_link_youtube.gif) no-repeat center 10px;}\n#social-links li a {font-size: 11px; font-weight: normal; padding-top: 40px; display: block;}\n</style>\n\n\n<div id=\"social-links\">\n\t<h3>Follow Reuters</h3>\n\t\t<ul>\n\t\t<li class=\"facebook\"><a href=\"http://www.facebook.com/pages/Reuters-UK/208314602512037\">Facebook</a></li>\n\t\t<li class=\"twitter\"><a href=\"http://www.twitter.com/reuters_co_uk\">Twitter</a></li>\n\t\t<li class=\"rss\"><a href=\"http://uk.reuters.com/tools/rss\">RSS</a></li>\n\t\t<li class=\"youtube last\"><a href=\"http://www.youtube.com/reuters\">YouTube</a></li>\n\t\t</ul>\n\t\t<div class=\"linebreak\"></div>\n</div><div class=\"linebreak\"></div>\n\t<div id=\"articlePackage\"></div><div class=\"linebreak\"></div>\n\t<div class=\"most-popular more-in-business\"><!--\n\t\t  SHARED MODULE ID: \"304319\" hidden for channel: true\n\t\t    channel: topNews\n\t\t    include chans: [innovationNews], empty: false\n\t\t    exclude chans: , empty: true\n\t\t-->\n\t\t</div>\n<div class=\"linebreak\"></div>\n\t<div style=\"margin-bottom:20px;\">\n<script type=\"text/javascript\">\n   TR.insertBussUnit (\"http:\\/\\/ad.doubleclick.net\\/N4735792\\/adj\\/uk.reuters;type=BizDev_Article_RR1;sz=300x1\");\n</script>\n</div>\n<div class=\"linebreak\"></div>\n\t<div class=\"ad\" id=\"mpulow\">\n\n\t\t<script language=\"javascript\" type=\"text/javascript\">\n\n\t\t\t\n\t\t  var adsrc = 'uk.reuters/news/uk/article;' + 'type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K71C820141229;' + '';\n\t\t  adsrc = TR.createDFPUrl(adsrc); \n\t\t  if ( typeof(AD_TRACKER) != 'undefined' ) {\n\t\t     adsrc = AD_TRACKER.processAdSrcType(adsrc);\n\t\t  }\n\n\t\t  \n\t\t  if ((typeof (hideAllAds) == 'undefined' || hideAllAds == false) && (typeof (AD_TRACKER) == 'undefined' || AD_TRACKER.isAdHidden('mpulow') == false) &&\n\t\t      (typeof (hideAd_14913773) == 'undefined' || hideAd_14913773 == false)) {\n              if (typeof (TR) !== \"undefined\") {\n                 TR.writeDFPURL(\"http://ad.doubleclick.net/N4735792/adj/\" + adsrc);\n              }\n\t\t  }\n\n\t\t  </script>\n\n\t\t<noscript>\n\t\t    <a href=\"http://ad.doubleclick.net/N4735792/jump/uk.reuters/news/uk/article;type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K71C820141229;ord=9117?\" target=\"_blank\">\n\t\t      <img src=\"http://ad.doubleclick.net/N4735792/ad/uk.reuters/news/uk/article;type=mpulow;sz=300x250;tile=3;articleID=UKKBN0K71C820141229;ord=9117?\" width=\"300\" height=\"250\" border=\"0\" alt=\"\">\n\t\t    </a>\n\t\t</noscript>\n\n\t\t</div>\n\n\t\t</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n<div id=\"cobrandLoader\"> </div><div class=\"linebreak\"></div>\n\t<script type=\"text/javascript\" src=\"/assets/inlineArticleLinks\"></script><script src=\"http://s2.reutersmedia.net/resources_v2/js/tracker_article.js\" type=\"text/javascript\"></script><!--[if !IE]> START News Content Page Tags <![endif]-->\n<META name=\"DCSext.ContentType\" content=\"Text\"> <!--[if !IE]> 'Text' | 'Picture' | 'Slideshow' | 'Video' <![endif]-->\n<META name=\"DCSext.ContentID\" content=\"UKKBN0K71C820141229\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentChannel\" content=\"topNews\">\n<META name=\"DCSext.ContentID_topNews\" content=\"UKKBN0K71C820141229\"> <!--[if !IE]> ie. articleId <![endif]-->\n<META name=\"DCSext.ContentHeadline\" content=\"Healthcare+worker+in+Scotland+diagnosed+with+Ebola\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<META name=\"DCSext.PageNumber\"      content=\"1\">\n<META name=\"DCSext.PageTotal\"       content=\"1\"> <!--[if !IE]> ie. headline for article <![endif]-->\n<!--[if !IE]> END News Content Page Tags <![endif]-->\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footerHead\">\n\t<div class=\"sectionContent\">\n<div id=\"footerHeader\"><div class=\"columnLeft\"><div class=\"logo\"><div id=\"footerLogo\"><a href=\"/\">&nbsp;</a></div></div></div><div class=\"columnLeft\">\t<div id=\"editionsFooter\" class=\"panel editions\">\n\t\t\t<ul id=\"editionSwitchFooter\" class=\"editionSwitch\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"currentEditionTitle\">Edition:</div>\n\t\t\t\t\t<div class=\"currentEdition\">UK</div>\n\t\t\t\t\t<div class=\"editionArrow\"></div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"http://ara.reuters.com\">Arabic</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ar.reuters.com\">Argentina</a></li>\n\t\t\t\t\t\t<li><a href=\"http://br.reuters.com\">Brazil</a></li>\n\t\t\t\t\t\t<li><a href=\"http://ca.reuters.com\">Canada</a></li>\n\t\t\t\t\t\t<li><a href=\"http://cn.reuters.com\">China</a></li>\n\t\t\t\t\t\t<li><a href=\"http://fr.reuters.com\">France</a></li>\n\t\t\t\t\t\t<li><a href=\"http://de.reuters.com\">Germany</a></li>\n\t\t\t\t\t\t<li><a href=\"http://in.reuters.com\">India</a></li>\n\t\t\t\t\t\t<li><a href=\"http://it.reuters.com\">Italy</a></li>\n\t\t\t\t\t\t<li><a href=\"http://jp.reuters.com\">Japan</a></li>\n\t\t\t\t\t\t<li><a href=\"http://lta.reuters.com\">Latin America</a></li>\n\t\t\t\t\t\t<li><a href=\"http://mx.reuters.com\">Mexico</a></li>\n\t\t\t\t\t    <li><a href=\"http://ru.reuters.com\">Russia</a></li>\n\t\t\t\t\t\t<li><a href=\"http://es.reuters.com\">Spain</a></li>\n\t\t\t\t\t\t<li><a href=\"http://www.reuters.com\">United States</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n<script type=\"text/javascript\">\nif(Reuters.info.edition == \"BETAUS\") {\n\t$(\"#editionSwitchFooter .currentEdition\").text('U.S.');\n} else {\n\t$(\"#editionSwitchFooter .currentEdition\").text(Reuters.info.edition);\n}\n</script></div><div class=\"columnRight\"><div id=\"topLink\"><a href=\"#top\"><p>Back to top</p></a></div></div></div><div class=\"sectionColumns\">\n\n<div class=\"column1\">\n</div>\n\n<div class=\"column2\">\n</div>\n\n<div class=\"column3\">\n</div>\n\n</div>\n\n</div>\n</div>\n<div class=\"section bleeding\" id=\"footer\">\n\t<div class=\"sectionContent\">\n<div class=\"sectionColumns\">\n\n<div class=\"gridPanel grid12\">\n<div class=\"columnLeft\"><div class=\"gridPanel grid12\">\n<span class=\"footerparent\">Reuters.com</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business\">Business</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business/markets\">Markets</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/world\">World</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/politics\">Politics</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/technology\">Technology</a></li>\n\t<li class=\"h-links\"><a href=\"http://blogs.reuters.com/us/\">Opinion</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/business/personalFinance\">Money</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/pictures\">Pictures</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/news/video\">Videos</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/assets/siteindex\">Site Index</a></li>\n\t<li class=\"h-links\"><a href=\"http://uk.reuters.com/tools/mobile\">Mobile</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://uk.reuters.com/tools/toolbar\">Reuters Toolbar</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">More from Reuters</span>\n<ul>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/news-services/\">Reuters News Agency</a></li>\n    <li class=\"h-links\"><a href=\"http://thomsonreuters.com/site/reuters-brand-attribution-guidelines/\">Brand Attribution Guidelines</a></li>\n    <li class=\"h-linkend\"><a href=\"http://thomsonreuters.com/site/delivery-options/\">Delivery Options</a></li>\n</ul></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Support & Contact</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"http://reuters.zendesk.com\">Support</a></li>\n\t<li class=\"h-linkend\"><a href=\"http://reuters.zendesk.com/anonymous_requests/new\">Corrections</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div id=\"footer-utilities\" class=\"gridPanel grid12\"></div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">Connect with Reuters</span>\n<ul>\n<li id=\"foot-twitter\"><a href=\"http://twitter.com/#!/reuters_co_uk\">Twitter</a>&nbsp;&nbsp;</li>\n<li id=\"foot-facebook\"><a href=\"http://www.facebook.com/pages/Reuters-UK/208314602512037\">Facebook</a>&nbsp;&nbsp;</li>\n<li id=\"foot-linkedin\"><a href=\"http://www.linkedin.com/today/reuters.com\">LinkedIn</a>&nbsp;&nbsp;</li>\n<li id=\"foot-rssfeed\"><a href=\"http://uk.reuters.com/tools/rss\">RSS</a>&nbsp;&nbsp;</li>\n<li id=\"foot-newsletters\"><a href=\"https://commerce.uk.reuters.com/profile/pages/newsletter/begin.do\">Newsletters</a></li>\n</ul>\n</div></div><div class=\"columnLeft\"><div class=\"gridPanel grid12\"><span class=\"footerparent\">About</span>\n<ul>\n\t<li class=\"h-links\"><a href=\"/privacy-policy\">Privacy Policy</a></li>\n\t<li class=\"h-links\"><a href=\"/terms-of-use\">Terms of Use</a></li>\n\t<li class=\"h-linkend\" id=\"footer-endrow\"><a href=\"http://thomsonreuters.com/copyright/\">Copyright</a></li>\n</ul>\n\n</div></div><div id=\"tr-intro\" class=\"gridPanel grid12\"><div id=\"tr-description\"><img src=\"http://s4.reutersmedia.net/resources_v2/images/tr-source-txt.gif\" border=\"0\" /></div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-info\" class=\"gridPanel grid12\"><div class=\"tr-products\">\n<div id=\"tr-eikon\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/tools-applications/trading-investment-tools/eikon-trading-software.html?utm_campaign=e4&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','thomsonreuterseikon.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuterseikon.com','WT.dl','24','WT.z_offsite','http://thomsonreuterseikon.com/');\"></a></div>\n<div class=\"tr-descr\">Our Flagship financial information platform incorporating Reuters Insider</div>\n</div>\n\n<div id=\"tr-elektron\">\n<div class=\"tr-header1\"><a href=\"http://financial.thomsonreuters.com/en/products/infrastructure/trading-infrastructure/elektron-financial-applications.html?utm_campaign=elektron&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.pehub.com','DCS.dcsuri','/','WT.ti','Offsite: www.pehub.com','WT.dl','24','WT.z_offsite','http://www.pehub.com/');\"OnClick=\"dcsMultiTrack('DCS.dcssip','thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: thomsonreuters.com','WT.dl','24','WT.z_offsite','http://thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">An ultra-low latency infrastructure for electronic trading and data distribution</div>\n</div>\n\n<div id=\"tr-accelus\">\n<div class=\"tr-header1\"><a href=\"http://accelus.thomsonreuters.com/?utm_campaign=accelus&utm_medium=fbanner&utm_source=rcomfooter\" onclick=\"dcsMultiTrack('DCS.dcssip','www.accelus.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: www.accelus.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://www.accelus.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">A connected approach to governance, risk and compliance</div>\n</div>\n\n<div id=\"tr-westlaw\">\n<div class=\"tr-header3\"><a href=\"http://west.thomson.com/westlawnext/default.aspx\" onclick=\"dcsMultiTrack('DCS.dcssip','west.thomson.com','DCS.dcsuri','/westlawnext/default.aspx','WT.ti','Offsite: west.thomson.com','WT.dl','24','WT.z_offsite','http://west.thomson.com/westlawnext/default.aspx');\"></a></div>\n<div class=\"tr-descr\">Our next generation legal research platform</div>\n</div>\n\n<div id=\"tr-onesource\">\n<div class=\"tr-header1\"><a href=\"http://onesource.thomsonreuters.com/\" onclick=\"dcsMultiTrack('DCS.dcssip','onesource.thomsonreuters.com','DCS.dcsuri','/','WT.ti','Offsite: onesource.thomsonreuters.com','WT.dl','24','WT.z_offsite','http://onesource.thomsonreuters.com/');\"></a></div>\n<div class=\"tr-descr\">Our global tax workstation</div>\n</div>\n\n<div id=\"tr-linklist\">\n<ul>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/\">Thomsonreuters.com</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/\">About Thomson Reuters</a></li>\n<li class=\"tr-descr\"><a href=\"http://ir.thomsonreuters.com\">Investor Relations</a></li>\n<li class=\"tr-descr\"><a href=\"http://careers.thomsonreuters.com/\">Careers</a></li>\n<li class=\"tr-descr\"><a href=\"http://thomsonreuters.com/about/contact_us/\">Contact Us</a></li>\n</ul>\n</div>\n\n</div></div><div class=\"linebreak\"></div>\n\t<div id=\"tr-logo\" class=\"gridPanel grid12\"><a href=\"http://www.thomsonreuters.com/\"><div id=\"tr-footer\">&nbsp;</div></a></div><div class=\"linebreak\"></div>\n\t</div>\n\n</div>\n\n<div id=\"disclaimer\"><div id=\"disclaimer\"><p><a href=\"http://www.thomsonreuters.com\">Thomson Reuters</a> is the world's largest international multimedia news agency, providing <a href=\"http://uk.reuters.com/business/markets/uk\">investing news</a>, <a href=\"http://uk.reuters.com/news/world\">world news</a>, <a href=\"http://uk.reuters.com/business\">business news</a>, <a href=\"http://uk.reuters.com/news/technology\">technology news</a>, headline news, small business news, news alerts, <a href=\"http://uk.reuters.com/business/personalFinance\">personal finance</a>, <a href=\"http://uk.reuters.com/business/shares\">stock market</a>, and <a href=\"http://funds.uk.reuters.com/UK/overview.asp\">mutual funds information</a> available on Reuters.com, <a href=\"http://uk.reuters.com/news/video\">video</a>, <a href=\"http://uk.reuters.com/tools/mobile\">mobile</a>, and interactive television platforms. Thomson Reuters journalists are subject to an <a href=\"http://handbook.reuters.com\">Editorial Handbook</a> which requires fair presentation and disclosure of relevant interests.</p>\n\n<p>NYSE and AMEX quotes delayed by at least 20 minutes. Nasdaq delayed by at least 15 minutes. For a complete <a href=\"http://uk.reuters.com/info/disclaimer\" target=\"_blank\">list of exchanges and delays, please click here</a>.</p></div></div><div id=\"Footer1\"></div><img src=\"http://www.bizographics.com/collect/?fmt=gif&url=reuters.com&pid=501\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">\n<div class=\"linebreak\"></div>\n\t</div>\n</div>\n\n\n</div>\n<SCRIPT TYPE=\"text/javascript\">\ndocument.write(\"<SCR\"+\"IPT TYPE='text/javascript' SRC='\" + \"http\" + (window.location.protocol.indexOf('https:')==0?'s':'') + \"://js.revsci.net/gateway/gw.js?csid=I07714' CHARSET='ISO-8859-1'\"+\"><\\/SCR\"+\"IPT>\");\n</SCRIPT>\n\n<script type=\"text/javascript\">\n<!--\n      I07714.DM_cat(\"uk.reuters > news > uk > article\");\n      I07714.DM_tag();\n//-->\n</SCRIPT><!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035630&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag --><META name=\"DCSext.rChannel\" content=\"News\">\n<META name=\"DCSext.rCountry\" content=\"UK\">\n<META name=\"WT.cg_n\" content=\"News - Top News\">\n<META name=\"WT.cg_s\" content=\"topNews\">\n<META name=\"DCSext.DartZone\" content=\"uk.reuters/news/uk/article\">\n    <!-- START OF SmartSource Data Collector TAG -->\n<!-- Copyright (c) 1996-2009 WebTrends Inc.  All rights reserved. -->\n<!-- Version: 8.6.0 -->\n<!-- Tag Builder Version: 2.1.0  -->\n<!-- Created: 2/9/2009 17:21:12 -->\n\n<script src=\"http://s4.reutersmedia.net/resources_v2/js/webtrends.js\" type=\"text/javascript\"></script>\n   <script type=\"text/javascript\">\nvar _tag=new WebTrends();\n_tag.dcsGetId();\n</script>\n<script type=\"text/javascript\">\nsetModuleImpressionTracking();\n_tag.dcsCollect();\n</script>\n<noscript>\n<div><img alt=\"DCSIMG\" id=\"DCSIMG\" width=\"1\" height=\"1\" src=\"http://statse.webtrendslive.com/dcsncwimc10000kzgoor3wv9x_3f2v/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.0\"/></div>\n</noscript>\n<!-- END OF SmartSource Data Collector TAG -->\n\n<!-- Begin BlueKai Tag -->\n<iframe name=\"__bkframe\" height=\"0\" width=\"0\" frameborder=\"0\" src=\"javascript:void(0)\"></iframe>\n<script type=\"text/javascript\" src=\"http://www.bkrtx.com/js/bk-static.js\"></script>\n\n<script>\n\ttry{\t\t\n\t\tvar bkSocialLogin = (typeof socialLoginProvider!=\"undefined\"?socialLoginProvider:\"\");\n\t\tvar bkReferrer = (typeof document.referrer.split(\"/\")[2]!=\"undefined\"?document.referrer.split(\"/\")[2]:\"\");\n\t\tvar bkLoginCookieValue = (typeof loginCookieValue!=\"undefined\"?loginCookieValue:\"\");\n\t\tvar bkSearchVal = (typeof document.location.search!=\"undefined\"?document.location.search:\"\");\n\t\tvar bkRegVal = (typeof registeredCookieValue!=\"undefined\"?registeredCookieValue:\"\");\n\t\tvar bkWTFPCCookie = (typeof YAHOO.util.Cookie.get(\"WT_FPC\")!=\"undefined\"?YAHOO.util.Cookie.get(\"WT_FPC\"):\"\");\n\t\t\n\t\tbkWTFPCCookieArr = bkWTFPCCookie.split(\"=\"); \n\t\tbkWTFPCCookieKeyArr = bkWTFPCCookieArr[1].split(\":\");\n\t\tbkWTFPCCookieKey = bkWTFPCCookieKeyArr[0];\n\t\t\n\t\t//Get Meta Values from Cookie\n\t\tvar bkMetaArray = document.getElementsByTagName(\"meta\");\n\t\tfor(var i=0;i<bkMetaArray.length;i++){\n\t\t\tif(bkMetaArray[i].getAttribute(\"name\")){\t\t\t\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rch\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rCountry\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"rco\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_n\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcntn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"WT.cg_s\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"wcnts\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentChannel\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cc\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.ContentType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"cnt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageNumber\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pn\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.PageTotal\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"pt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.VideoType\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"vt\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.rAuthor\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"aut\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.Comments\")>-1){\n\t\t\t\t\tbk_addPageCtx(\"com\", bkMetaArray[i].getAttribute(\"content\"));\n\t\t\t\t}\n\t\t\t\tif(bkMetaArray[i].getAttribute(\"name\").indexOf(\"DCSext.DartZone\")>-1){\n\t\t\t\t\tvar bkZoneArray = bkMetaArray[i].getAttribute(\"content\").split(\"/\");\n\t\t\t\t\tfor(var z=0;z<bkZoneArray.length;z++){\n\t\t\t\t\t\tvar bkHint = \"z\"+z;\n\t\t\t\t\t\tbk_addPageCtx(bkHint, bkZoneArray[z]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tbk_addPageCtx(\"wtc\", bkWTFPCCookieKey);\t\n\t\tbk_addPageCtx(\"log\", bkLoginCookieValue);\n\t\tbk_addPageCtx(\"soc\", bkSocialLogin);\n\t\tbk_addPageCtx(\"hsh\", bkRegVal);\n\t\tbk_addPageCtx(\"ref\", bkReferrer);\n\t\tbk_addPageCtx(\"sea\", bkSearchVal);\n\t\tbk_doJSTag(4972, 10);\n\t}\t\n\tcatch(e){}\n</script>\n<!-- End BlueKai Tag --><script type=\"text/javascript\" src=\"http://svc.npario-inc.net/DMP/btsp/tag.js?ck=C128\"></script>\n<script>\n\n var h=0;\n\t \n $(\"div#TPHost_lb\").each(function(i) {\n    $(this).attr('id', \"TPHost_lb\" + h);\n\tconsole.log('count=' + h);\n        h++;\n });\n $(\"div#TPHost_lb0\").attr('id', \"TPHost_lb\");\n\n\n</script><div class=\"linebreak\"></div>\n\t\n\n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/self.com1.html",
    "content": "<!doctype html>\n<!--[if IEMobile 7 ]> <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\"class=\"no-js iem7\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if lt IE 7 ]> <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie6\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if IE 7 ]>    <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie7\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if IE 8 ]>    <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie8\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js\" ng-app=\"cnapp\"><!--<![endif]-->\n\t<head>\n\n\t\t<meta charset=\"utf-8\">\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQUFVlRbGwcDUFVbAQc=\"};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]);</script>\n\t\t\t\t<title>Headbands 101: Taylor Swift Taught a Master Class on the Subject - SELF</title>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">\n\t\t<link rel=\"pingback\" href=\"http://www.self.com/xmlrpc.php\">\n  \t\t<link rel=\"shortcut icon\" href=\"http://www.self.com/wp-content/themes/self-1.0.0/favicon.ico\" />\n  \t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon.png\" rel=\"apple-touch-icon\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-76x76.png\" rel=\"apple-touch-icon\" sizes=\"76x76\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-120x120.png\" rel=\"apple-touch-icon\" sizes=\"120x120\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-152x152.png\" rel=\"apple-touch-icon\" sizes=\"152x152\" />\n\t\t<!-- wordpress head functions -->\n\t\t<script type=\"text/javascript\">\n\t\t  (function(d) {\n\t\t    var config = {\n\t\t      kitId: 'ajr8vbi',\n\t\t      scriptTimeout: 3000\n\t\t    },\n\t\t    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='//use.typekit.net/'+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)\n\t\t  })(document);\n\t\t</script>\n\t\t<link rel=\"dns-prefetch\" href=\"http://result.self.com\" /><link rel=\"dns-prefetch\" href=\"http://event.self.com\" /><link rel=\"dns-prefetch\" href=\"//stats2.self.com\" /><link rel=\"dns-prefetch\" href=\"//sstats.self.com\" /><meta name='parsely-page' id='parsely-page' content='{\"title\":\"Headbands 101: Taylor Swift Taught a Master Class on the Subject\",\"link\":\"http:\\/\\/www.self.com\\/flash\\/beauty-blog\\/2014\\/12\\/taylor-swift-headband\\/\",\"image_url\":\"http:\\/\\/www.self.com\\/wp-content\\/uploads\\/2014\\/12\\/Taylor-Swift-lead-150x150.jpg\",\"type\":\"post\",\"post_id\":\"1109661\",\"pub_date\":\"2014-12-29T16:29:25Z\",\"section\":\"Beauty\",\"author\":\"Shannon Farrell\",\"tags\":[\"hair\",\"headbands\",\"taylor swift\"]}' />\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.6.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"Taylor Swift just schooled us on wearing sparkly hair accessories.\"/>\n<meta name=\"keywords\" content=\"Hair, headbands, Taylor Swift\"/>\n<link rel=\"canonical\" href=\"http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Headbands 101: Taylor Swift Taught a Master Class on the Subject - SELF\" />\n<meta property=\"og:description\" content=\"Taylor Swift just schooled us on wearing sparkly hair accessories.\" />\n<meta property=\"og:url\" content=\"http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\" />\n<meta property=\"og:site_name\" content=\"SELF\" />\n<meta property=\"article:tag\" content=\"Hair\" />\n<meta property=\"article:tag\" content=\"headbands\" />\n<meta property=\"article:tag\" content=\"Taylor Swift\" />\n<meta property=\"article:section\" content=\"Beauty\" />\n<meta property=\"og:image\" content=\"http://www.self.com/wp-content/uploads/2014/12/Taylor-Swift-lead.jpg\" />\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:site\" content=\"@SELFmagazine\"/>\n<meta name=\"twitter:domain\" content=\"SELF\"/>\n<meta name=\"twitter:creator\" content=\"@SELFmagazine\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel='stylesheet' id='cn-livefyre-css-css'  href='http://www.self.com/wp-content/mu-plugins/cn-wordpress/commenting/livefyre.css?ver=1418757287' type='text/css' media='screen' />\n<link rel='stylesheet' id='solr-autocomplete-style-css'  href='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/search/solr-autocomplete.css?ver=1418757287' type='text/css' media='screen' />\n<link rel='stylesheet' id='bootstrap-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/library/css/bootstrap.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='bootstrap-responsive-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/library/css/responsive.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='self-maincss-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/styles/css/screen.min.css?ver=1418757287' type='text/css' media='all' />\n<link rel='stylesheet' id='self-maincss2-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/styles/css/screen2.min.css?ver=1418757287' type='text/css' media='all' />\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js?ver=1.9.1'></script>\n<script type='text/javascript' src='http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js?ver=4.0.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WP_VARS = {\"THEME_URI\":\"http:\\/\\/www.self.com\\/wp-content\\/themes\\/self-1.0.0\",\"ajaxurl\":\"http:\\/\\/www.self.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/cn.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar CNLIVEFYRE = {\"authDelegate\":\"authDelegate\",\"lfCookieName\":\"lt\",\"userCookieName\":\"amg_user\",\"logoutCookies\":\"'lt','amg_user','at','amg_user_identity','amg_user_partner','amg_user_record','fyre-livecount'\",\"URL_SECURE\":\"https:\\/\\/secure.self.com\",\"NETWORK\":\"self.fyre.co\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/commenting/auth/cn.livefyre.wp.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/popups/1.1.0/cn.popups-1.1.0.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/cn.mobile.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar deviceviews = {\"mobileMax\":\"600\",\"tabletMax\":\"850\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/js/jquery.devices.js?ver=1418757287'></script>\n<script type='text/javascript' src='//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-d6c9102bea3bcf221995fbc8ffb9c324d4dc86f7.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://result.self.com/js/eventTracker.js'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar s_account = \"conde-self\";\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-stats/s_code.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar platformEnvironment = \"production\";\nvar sitehost = \"http:\\/\\/www.self.com\";\nvar omniture_init = [];\nCN.omniture = CN.omniture || {};CN.omniture.conf = {\"s_account\":\"conde-self\",\"server\":\"stats2.self.com\",\"secureServer\":\"sstats.self.com\",\"internalFilters\":\"javascript:,self.com,advancemags.com\"};;\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-stats/omniture.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.dart.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.aam.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.refresh.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.proximic.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.polar.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/cn.ecom.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/ecomfw.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/promotheus/promotheus.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.lazyloadxt.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/grid-view.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.lazyloadxt.srcset.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/bootstrap.min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/script-master-min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/modernizr.full.min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery-ui.min.js?ver=1.8.18'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.jcarousel.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.jpanelmenu.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.marquee.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.pause.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.addtobox.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/newsletterhandler.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/package-widget.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/self-scroll.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.ui.touch-punch.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/moment-1.7.2.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<link rel='shortlink' href='http://www.self.com/?p=1109661' />\n<style type=\"text/css\">.social_bookmarking_module ul { margin: 0; padding: 0;}.social_bookmarking_module li { margin: 0; padding: 0; display: inline-block; vertical-align: middle; margin-right: 3px; height: 20px; padding: 7px 0; width: 85px;}.social_bookmarking_module li * { margin:0;padding:0;border:0;}</style>            <script type=\"text/javascript\">\n                jQuery(document).ready(function($) {\n                    if ( typeof jQuery.suggest != 'undefined' ) {\n                        jQuery(\"#s\").suggest(\"?method=autocomplete\",{});\n                        jQuery(\"#qrybox\").suggest(\"?method=autocomplete\",{});\n                    }\n                });\n            </script>\n            \t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n            <!-- COMSCORE -->\n\t        <script type=\"text/javascript\">\n\t        //<!--\n\t        \tvar _comscore = _comscore || [];\n\t  \t\t\t_comscore.push({ c1: \"2\", c2: \"6035094\", c4: \"http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\"});\n\t  \t\t\t(function() {var s = document.createElement(\"script\"), el =document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    \t\ts.src = (document.location.protocol == \"https:\" ?\"https://sb\" : \"http://b\") +\".scorecardresearch.com/beacon.js\";\n\t\t\t\tel.parentNode.insertBefore(s, el);})();\n\t  \t\t\tfunction slideChangeTrackingFn() {\n\t  \t\t         jQuery.ajax({\n\t  \t\t         type : 'GET',\n\t  \t\t         url : '/pv.xml',\n\t  \t\t         success : function(data) {\n\t  \t\t                 try {\n\t  \t\t                         COMSCORE.beacon({c1:\"2\", c2: \"6035094\"});\n\t  \t\t                         CN.debug.info(\"Comscore Non-Conventional(slideshow) Page view triggered.\");\n\t  \t\t                     } catch(e) {\n\t  \t\t                         CN.debug.error('COMSCORE beacon call for slideshow page view failed' + e.message);\n\t  \t\t                     }\n\t  \t\t                 },\n\t  \t\t                 error : function(xhr, textStatus) {\n\t  \t\t                         CN.debug.error('page view xml load failed for slideshow, probably 404: ' + textStatus);\n\t  \t\t                     }\n\t  \t\t                 });\n\t  \t\t   }\n\t  \t\t//-->\n\t\t\t</script>\n\t            <script type=\"text/javascript\" class=\"site_init\">\n            //<!--\n                CN.site.init({\n                    code:             'SLF',\n                    title:            'SELF',\n                    name:             'self',\n                    alias:            'Self.com',\n                    domain:           'Self.com',\n                    tld:              'self.com',\n                    baseUrl:          'http://www.self.com',\n                    mobilecompatible: 'true',\n                    httpStatusCode:    200,\n            eventServer: 'http://event.self.com',\neventTrackingUrl: 'http://result.self.com',\neventTrackingEnv: 'PROD',\nuserServiceUrl: 'http://user-service.condenast.com',\nuserServiceKey: 'MxRTphJbXVyy9NLl+pkI6PNIU6w=',\necomUrl: 'https://subscribe.self.com/api/circ/xml/Transaction',\nlitereg: 'true',\nsocialRes: 'http://www.self.com/services/livefyre/userToken',\n                    env: 'PROD'  // Put something consistent last so we don't have a trailing comma (appease IE)\n                });\n\n                CN.isMobile = jQuery.devices.mobile();\n                CN.isTablet = jQuery.devices.tablet();\n                CN.checkDeviceView = jQuery.devices.checkDeviceView;\n            //-->\n            </script>\n                            <!-- AD INIT: CN.dart.init version 2 -->\n                <script type=\"text/javascript\">\n                //<!--\n                    CN.dartKwsArray = [ \"shannon_farrell\",\"beauty_blog\",\"hair\",\"headbands\",\"taylor_swift\",\"flash\",\"2014\",\"12\",\"taylor_swift_headband\" ];\n\n                                    if ( typeof polarkws != \"undefined\" ) {\n                        CN.dartKwsArray.push( polarkws );\n                    }\n                \n                \n                    CN.dart.init({\n                        adUnits: {\n                            unit1: CN.isMobile ? 'self.mobile.dart' : 'self.dart',\n                            unit2: 'looks',\n                            unit3: 'beauty-blog',\n                            unit4: ''\n                        },\n                        kws: CN.dartKwsArray,\n                        contentType: 'Blog',\n                                            charmap : {' ' : '+', '-' : '_'}\n                    });\n                                //-->\n                    </script>\n                            <script type=\"text/javascript\">\n            //<!--\n                CN.popups = CN.popups || {};\n                CN.popups.init();\n                CN.popups.setCookieLife(72);\n                CN.popups.setExiting(true, {\n                    path: '/exit-pop/',\n                    width: 460,\n                    height: 295,\n                }).excludeExitPath( '/wp-admin', '/wp-login.php' ).excludeExitDomain( \"self.com\",\"www.self.com\",\"origin.www.self.com\",\"mprod.self.com\",\"origin.mprod.self.com\" );\n\n                        // Set exiting popup options\n                CN.popups.setArriving(false).setATGLayer(true);\n                    //-->\n            </script>\n            \t</head>\n\t <body class=\"single single-blog postid-1109661 shannon_farrell  flash beauty-blog 2014 12 taylor-swift-headband\" ng-controller=\"PageCtrl\">\n\t            <!--Global Mbox-->\n            <div class=\"mboxDefault\"></div>\n            <script type=\"text/javascript\">\n            //<!--\n                // metaKeyWords is used by the pageads call for CM\n                metaKeyWords='default';\n                if ( ( typeof mboxCreate != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                    // create the mbox\n                    mboxCreate( \"slf_ed_global\",\n                        \"entity.brand=self\",\n                        \"entity.id=1109661\",\n                        \"entity.name=Headbands 101: Taylor Swift Taught a Master Class on the Subject\",\n                        \"entity.categoryId=\",\n                        \"entity.contentType=blog\",\n                        \"entity.siteSection=looks\",\n                        \"entity.message=\",\n                        \"entity.pageUrl=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\",\n                        \"entity.thumbnailUrl=http://www.self.com/wp-content/uploads/2014/12/Taylor-Swift-lead-150x150.jpg\",\n                        \"entity.inventory=1\",\n                        \"entity.value=1\",\n                        \"mboxPageValue=1\"\n                        );\n                }\n            //-->\n            </script>\n            <!--end global mbox code-->\n            <time datetime=\"2014-12-29T11:29:25+00:00\" ></time>            <div class=\"lightreg-forms {{modalContext}}\" ng-controller=\"LightRegCtrl\">\n                <div id=\"modal-frame\" modal-window=\"modal-window\" class=\"ng-cloak\" backdrop=\"true\">\n                    <div ng-view></div>\n                </div>\n            </div>\n                        <!-- CM: page-ads.js -->\n            <script type=\"text/javascript\">\n            //<!--\n                var _ghearst_vars = (function() {\n                    var commonParams = 'ad_category_prefix=flash'\n                                        + '&amp;browser_path=%2Fflash%2Fbeauty-blog%2F2014%2F12%2Ftaylor-swift-headband%2F'\n                                        + '&amp;cat_prefixes=%2Cflash%2Cbeauty-blog%2C2014%2C12%2Ctaylor-swift-headband%2C'\n                                        + '&amp;site_prefix=self'\n                                        + '&amp;subdomain=www'\n                                        + '&amp;url_name=';\n\n            \n                    var deviceParams = (function() {\n                                                if ( ( navigator.userAgent.match(/iPad/i) !== null ) && ( CN.cookie.get('ipadTakeover') !== 'true' ) ) {\n                                return 'AMS_SLF_GLOBAL_HEADER%2CAMS_SLF_GLOBAL_HEADERCALLOUT%2CAMS_SLF_GLOBAL_HEADERLEFT%2CAMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER%2CAMS_SLF_GLOBAL_RIGHTRAILNAV%2CAMS_SLF_GLOBAL_CONTENTRIVER%2CAMS_SLF_GLOBAL_SITEFOOTER%2CAMS_SLF_MOBILE_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_NAVBAR%2CAMS_SLF_POPUP_FLOATINGAD%2CAMS_SLF_TABLET_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_CONTENTRIVER%2CAMS_SLF_LITEREG_SUBSCRIBE%2CAMS_SLF_GLOBAL_IPAD_TAKEOVER';\n                            } else {\n                                return 'AMS_SLF_GLOBAL_HEADER%2CAMS_SLF_GLOBAL_HEADERCALLOUT%2CAMS_SLF_GLOBAL_HEADERLEFT%2CAMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER%2CAMS_SLF_GLOBAL_RIGHTRAILNAV%2CAMS_SLF_GLOBAL_CONTENTRIVER%2CAMS_SLF_GLOBAL_SITEFOOTER%2CAMS_SLF_MOBILE_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_NAVBAR%2CAMS_SLF_POPUP_FLOATINGAD%2CAMS_SLF_TABLET_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_CONTENTRIVER%2CAMS_SLF_LITEREG_SUBSCRIBE';\n                            }\n                                                })();\n\n            \n                    return {\n                        'ams_ads_script_src' : 'https://subscribe.self.com/ams/page-ads.js?'\n                                                + commonParams + ''\n                                                + '&amp;keywords=' + metaKeyWords + ''\n                                                + '&amp;position_list=' + deviceParams + ''\n                    };\n                })();\n\n                if (!window.$h) {window.$h = {}}\n                (function(){\n                    if (!$h.util) {\n                        $h.util = {\n                            buildScriptTag: function(src){\n                                if (!!src){ document.write('<scr' + 'ipt src=\"'+src+'\" type=\"text/javascript\"></scr' + 'ipt>');}\n                            }\n                        }\n                    }\n                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)\n                })();\n            //-->\n            </script>\n            \t<div id=\"floatingAd\"><div id=\"floatingAd_header\" class=\"visible-desktop visible-tablet\"><a href=\"#\">Close</a></div><div id=\"floatingAd_content\" class=\"visible-desktop visible-tablet\"><div id=\"AMS_SLF_POPUP_FLOATINGAD\" class=\"ecom-placement visible-desktop visible-tablet\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/floating_ad.jpg\"/></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_POPUP_FLOATINGAD != 'undefined' ) {\n  jQuery( \"#AMS_SLF_POPUP_FLOATINGAD\" ).html( pageAds.AMS_SLF_POPUP_FLOATINGAD.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_SLF_POPUP_FLOATINGAD not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div></div></div>\t<header role=\"banner\">\n\t\t\t<div id=\"inner-header\" class=\"clearfix\">\n\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"span12 pagination-centered\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"masthead-banner-ad\" class=\"masthead-ad visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t   <div class=\"masthead-ad-inner\">\n\t\t\t\t\t\t\t\t   <div class=\"displayAds\"><div class=\"advertisement\"><div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: \"728x90\", kws: [ \"\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t\t   </div>\n\t\t\t\t\t\t   \t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"masthead-ad-mobile visible-phone\">\n\t\t\t\t\t\t\t<div class=\"header-mobile-ad\"><div class=\"advertisement\"><div id=\"header320x50_frame\" class=\"displayAd displayAd320x50Js\" data-cb-ad-id=\"header320x50_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: ( \"320x50\" ), kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t </div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"self-mobile-menu-wrap\">\n\t\t\t\t\t\t<a class=\"self-logo-mobile self-logo\" href = \"http://www.self.com\"></a>\n\t\t\t\t\t<div class=\"visible-phone visible_only_phone self-mobile-search-box\">\n\t\t\t\t\t\t<div class = \"search_img_phone\">\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<form class=\"navbar-search pull-right\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/search/\">\n\t\t\t\t\t\t\t<div class=\"search_form_go\">\n\t\t\t\t\t\t\t\t<form role=\"search\" method=\"get\" id=\"searchform\" action=\"http://www.self.com/\" >\n\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"\" autocomplete=\"off\"/>\n\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" class=\"global-search-input\" placeholder=\"Search SELF\" autocomplete=\"off\" />\n\t\t<div class=\"autosuggest\" style=\"display:none\"></div>\n\t\t</form>\t\t\t\t\t\t\t\t<div class = \"search_close_phone\">\n\t\t\t\t\t\t\t\t\t<div class=\"search_arrow_phone\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"search_close_icon ximg\"></div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</form>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"navbar\">\n\t\t\t\t\t<div class=\"navbar-inner\">\n\t\t\t\t\t\t<div class=\"container-fluid nav-container\">\n\t\t\t\t\t\t\t<!---Main Navigation -->\n\t\t\t\t\t\t\t<nav role=\"navigation\">\n\t<a class=\"btn btn-navbar visible-phone\" data-toggle=\"collapse\" data-target=\".nav-collapse\">\n\t\t<span class=\"mobile-nav-tab-icon\"></span>\n\t</a>\n\t<div class=\"nav-collapse collapse\">\n\t\t<div class=\"menu-main-nav-menu-container\">\n\t\t\t<!-- Login for mobile starts -->\n\t\t\t<div class=\"span3 login_holder pagination-centered visible-phone\">\n\t\t\t\t<div class=\"x-is-logged-in\">\n\t\t\t\t\t<span class=\"login_span_hold mobile_login_span\">\n\t\t\t\t\t\t<div id=\"login_x_phone\"><a href = \"#\"></a></div>\n\t\t\t\t\t\t<span class=\"grey\">Welcome back </span>\n\t\t\t\t\t\t<span class=\"profile_box\">\n\t\t\t\t\t\t\t<span class=\"username\">\n\t\t\t\t\t\t\t\t<span id=\"arrowhtml5\"></span>\n\t\t\t\t\t\t\t\t<span class=\"user-detail\"></span>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t<div class=\"profile_drop\">\n\t\t\t\t\t\t\t\t<span><a class=\"grey\" href=\"https://secure.self.com/user/update?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">Edit Profile</a></span>\n\t\t\t\t\t\t\t\t<span id=\"logout_right\"><a class=\"grey\" href=\"https://secure.self.com/user/logout?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\" title=\"Logout\" >Logout</a></span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"x-not-logged-in\">\n\t\t\t\t\t<span class=\"login_span_hold mobile_login_span\">\n\t\t\t\t\t\t<div id=\"login_x_phone\"><a href = \"#\"></a></div>\n\t\t\t\t\t\t<a href=\"https://secure.self.com/user/login?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">Login\n\t\t\t\t\t\t\t<span id=\"login_plus\"> +</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<!-- Login for mobile ends -->\n\n<ul id=\"menu-main-nav-menu\" class=\"nav-menu\">\n\t<li class=\"subscribe_dtox\">\n\t\t<span class=\"visible-desktop visible-tablet\">\n\t\t\t<span class=\"visible-desktop visible-tablet subscribe_rollover\">\n\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERLEFT\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\">Subscribe</a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERLEFT != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERLEFT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERLEFT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t</span>\n\t\t</span>\n\t\t<div id=\"rolloverAd\" class=\"rolloverAd\">\n\t\t\t<div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n\t\t\t\t<a href=\"#\">Close</a>\n\t\t\t</div>\n\t\t\t<div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER\" class=\"ecom-placement\"><!-- no failsafe for AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER -->            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t</div>\n\t\t</div>\n\t</li>\n\t\n\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/body/\">Body</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/body/celebrity/\">Celebrity</a></li><li><a href=\"http://www.self.com/body/fitness/\">Fitness</a></li><li><a href=\"http://www.self.com/body/workouts/\">Workouts</a></li><li><a href=\"http://www.self.com/body/food/\">Food</a></li><li><a href=\"http://www.self.com/body/recipes/\">Recipes</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/body/celebrity/2014/12/jennifer-lopez-owning-the-year\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/jennifer-lopez-bar-1240x1240-150x150.jpg\"></a><a class=\"img-definition\" href=\"/body/celebrity/2014/12/jennifer-lopez-owning-the-year\">Jennifer Lopez: Our January Cover Girl</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/looks/\">Looks</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/looks/fashion/\">Fashion</a></li><li><a href=\"/looks/fashion/2014/12/fitxfashion/\">Fit x Fashion</a></li><li><a href=\"http://www.self.com/looks/beauty/\">Beauty</a></li><li><a href=\"http://www.self.com/looks/hair/\">Hair</a></li><li><a href=\"http://www.self.com/looks/makeup/\">Makeup</a></li><li><a href=\"http://www.self.com/looks/skin/\">Skin</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/looks/fashion/2014/12/model-anne-v-utility-chic-fashion\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/model-anne-v-utility-chic-rocky-road-1240x1240-150x150.jpg\"></a><a class=\"img-definition\" href=\"/looks/fashion/2014/12/model-anne-v-utility-chic-fashion\">Top Model Anne V Takes Utility-Chic Style to the Top</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/life/\">Life</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/life/health/\">Health</a></li><li><a href=\"http://www.self.com/life/sex/\">Sex</a></li><li><a href=\"http://www.self.com/life/relationships/\">Relationships</a></li><li><a href=\"http://www.self.com/life/travel/\">Travel</a></li><li><a href=\"http://www.self.com/life/work/\">Work</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/life/health/2014-womens-cancer-handbook\"><img src=\"http://www.self.com/wp-content/uploads/2014/09/women-versus-cancer-150x150.jpg\"></a><a class=\"img-definition\" href=\"/life/health/2014-womens-cancer-handbook\">Women Versus Cancer</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/flash/\">Flash</a>\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://video.self.com/\">Video</a>\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/tools/\">Tools</a>\t\t\t\t\t\t<ul class=\"sub-menu tools\">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"/program/detox/\">Drop 10 Detox</a></li><li><a href=\"http://www.self.com/prize/\">Win Prizes!</a></li><li><a href=\"http://www.selfworkoutfinder.com/\">SELF Workout Finder</a></li><li><a href=\"http://nutritiondata.self.com/\">Nutrition Data</a></li><li><a href=\"http://selfcurated.self.com/\">Promotions</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-time-journals-150x150.jpg\"></a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"drop-ten-flx-img subscribe_dtox real_dtox\">\n\t\t\t\t\t<span class=\"visible-desktop\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-menu-nav-new.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t\t<span class=\"visible-tablet drop_2x_img_rez\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-menu-nav-new.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t</li>\n\n\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"search_img visible-desktop visible-tablet\">\n\t\t\t\t\t\t<img width=\"45px\" height=\"34px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/search.png\" />\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<!-- New code starts here -->\n\t\t\t\t<li class=\"subscribe_dtox real_dtox \">\n\t\t\t\t\t<span class=\"visible-phone\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img id=\"drop_10_mob\" src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-logo-480x42.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"subscribe_dtox cm-mobile real_dtox visible-phone\">\n\t\t\t\t\t<span id=\"AMS_SLF_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeMobile\" target=\"_blank\">Subscribe</a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_MOBILE_GLOBAL_NAVBAR != 'undefined' ) {\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_NAVBAR\" ).html( pageAds.AMS_SLF_MOBILE_GLOBAL_NAVBAR.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_NAVBAR\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_MOBILE_GLOBAL_NAVBAR not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </span>\t\t\t\t</li>\n\t\t\t\t<!-- New code ends here -->\n\t\t\t</ul>\n\t\t\t<form class=\"navbar-search pull-right\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/search/\">\n\t\t\t\t<div><form role=\"search\" method=\"get\" id=\"searchform\" action=\"http://www.self.com/\" >\n\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"\" autocomplete=\"off\"/>\n\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" class=\"global-search-input\" placeholder=\"Search SELF\" autocomplete=\"off\" />\n\t\t<div class=\"autosuggest\" style=\"display:none\"></div>\n\t\t</form></div>\n\t\t\t</form>\n\t\t\t<div class=\"search_close\">\n\t\t\t\t<div class=\"search_arrow\"></div>\n\t\t\t\t<div class=\"search_close_icon ximg\"></div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</nav>\n\t\t\t\t\t\t</div> <!-- end .nav-container -->\n\t\t\t\t\t</div> <!-- end .navbar-inner -->\n\t\t\t\t</div> <!-- end .navbar -->\n\n\t\t\t</div> \n\t\t\t<!-- end #inner-header -->\n\t\t\t<div class=\"container-fluid logo-holder visible-desktop visible-tablet\">\n\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"span3 login_holder pagination-centered visible-desktop visible-tablet\">\n\t\t\t\t\t\t<div class=\"is-logged-in\">\n\t\t\t\t\t\t\t<span class=\"login_span_hold\">\n\t\t\t\t\t\t\t\t<img width=\"27px\" height=\"22px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/login-yellow.png\">\n\t\t\t\t\t\t\t\t<span class=\"grey\">Welcome back</span>\n\t\t\t\t\t\t\t\t<span class=\"profile_box\">\n\t\t\t\t\t\t\t\t\t<span class=\"username\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"9px\" height=\"8px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/login-arrow.png\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"user-detail\"></span>\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t<div class=\"profile_drop\">\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"grey\" href=\"https://secure.self.com/user/update?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">Edit Profile</a>\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t\t<hr>\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"grey\" href=\"https://secure.self.com/user/logout?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\" title=\"Logout\">Logout</a>\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t<hr class=\"login_in\">\n\t\t\t\t\t\t\t\t<a class=\"promotions_header_in\" href=\"http://selfcurated.self.com\">Promotions</a>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"not-logged-in\">\n\t\t\t\t\t\t\t<span class=\"login_span_hold\">\n\t\t\t\t\t\t\t\t<span class=\"login-icon-slf\"></span>\n\t\t\t\t\t\t\t\t<span class=\"login-box-text\">\n\t\t\t\t\t\t\t\t\t<a class=\"login-in-slf\" href=\"https://secure.self.com/user/login?returnto=http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">Login</a>\n\t\t\t\t\t\t\t\t\t<a class=\"promotions_header_out\" href=\"http://selfcurated.self.com\">Promotions</a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span6 logo pagination-centered visible-desktop visible-tablet\">\n\t\t\t\t\t\t<a class=\"self-logo\" href = \"http://www.self.com\"></a>\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"span3\">\n\t\t\t\t\t\t\t<div class=\"subscribe-box visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t<div class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_header_callout.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERCALLOUT != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERCALLOUT\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERCALLOUT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERCALLOUT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERCALLOUT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADER\" class=\"ecom-placement\"><div id=\"subs-cover\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\">Subscribe</a></div>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADER\" ).html( pageAds.AMS_SLF_GLOBAL_HEADER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t</header> <!-- end header -->\n<!-- Push Down Ad -->\n\t<div id=\"pushDown-banner-ad\" class=\"pushDown-ad visible-desktop visible-tablet\">\n\t\t<div class=\"pushDown-ad-inner\">\n\t\t\t<div class=\"displayAds\"><div class=\"advertisement\"><div id=\"pushdown970x418_frame\" class=\"displayAd displayAd970x418Js\" data-cb-ad-id=\"pushdown970x418_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"pushdown\", { sz: \"970x418\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t</div>\n\t</div>\t<div class=\"container-fluid blog-post blog\" id=\"wrapper\">\n    <!--category main block start -->\n    <div id=\"content\" class=\"clearfix row-fluid\">\n        <div class=\"span12 toprail hidden-phone\">\n            <!--top rail section -->\n            <div class=\"row-fluid\">\n      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/fitness/2014/01/essential-stretches-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2013/12/essential-stretches-00-fiss431-172x104-1419954957.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"essential-stretches-00-fiss431.jpg\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/fitness/2014/01/essential-stretches-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tBest Stretches For Flexibility\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/food/2014/12/cozy-vegetarian-winter-soups-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/12/WinterSoups-HalfBakedHarvest-172x104.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"WinterSoups-HalfBakedHarvest\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/food/2014/12/cozy-vegetarian-winter-soups-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tCozy Vegetarian Winter Soups\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/program/time-makeover/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-broken-clock-172x104.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"time-makeover-broken-clock\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/program/time-makeover/\">\n\t\t\t\t\t\t\t\t\t\t21-Day Time Makeover\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2010/06/yoga-for-abs-workout-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2010/06/40YogaForAbs-172x104-1419955026.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"40YogaForAbs\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2010/06/yoga-for-abs-workout-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tYoga For Your Abs\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2014/11/tone-6-power-moves-mind-body/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/11/tone-up-power-moves-mind-body-linda-celeste-sims-1068-172x104-1419955069.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"tone-up-power-moves-mind-body-linda-celeste-sims-1068\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2014/11/tone-6-power-moves-mind-body/\">\n\t\t\t\t\t\t\t\t\t\tTone Up With 6 Power Moves\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n</div>        </div>\n\n        <div class=\"row-fluid float-sidebar-container\">\n            <div class=\"span8 center_well_tab\">\n                <div class=\"center_well\"><!-- center-well start-->\n                    <div class=\"tabbed-features\" id=\"position2\"><!-- tabbed-features start -->\n                        <div class=\"flash-logo\">\n                            <a href= \"/flash/\">\n                                <div class=\"flash_logo_img_png\">\n                                    <span class=\"flash-title-logo\">\n                                        FLASH\n                                    </span>\n                                    <span class=\"flash-tag-line\">\n                                        WHAT'S NEW NOW\n                                    </span>\n                                </div>\n                            </a>\n                        </div>\n                        <div id=\"blog-post\"> <!-- blog-post start-->\n                                                        <div id=\"blog-post-section\"><!--blog section start -->\n                                <div class=\"blog_post_header\">\n                                    <div class=\"graphic-logo\">\n                                        <div class=\"graphic-logo-bg\">\n                                            <div class=\"visible-desktop visible-tablet\">\n                                                <div class=\"displayAd200x60Js\"><div class=\"advertisement\"><div id=\"slideshow_top200x60_frame\" class=\"displayAd displayAd200x60Js\" data-cb-ad-id=\"slideshow_top200x60_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"slideshow_top\", { sz: \"200x60\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>                                            </div>\n\n                                            <div class=\"visible-phone\">\n                                                <div class=\"mobile-ad\"><div class=\"advertisement\"><div id=\"mobile-program-presented-ad88x31_frame\" class=\"displayAd displayAd88x31Js\" data-cb-ad-id=\"mobile-program-presented-ad88x31_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"mobile-program-presented-ad\", { sz: ( \"88x31\" ), kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>                                            </div>\n                                        </div>\n                                    </div>\n                                    <div class=\"blog-date\">\n                                        <div class=\"published\">\n                                            <div id=\"year\">2014</div>\n                                            <div id=\"month\">Dec 29</div>\n                                            <div id=\"time\">11:29 AM</div>\n                                        </div>\n                                        <div id=\"dotscopy\"></div>\n                                                                                <div id=\"blogSection\">\n                                            <a href= \"/flash/beauty-blog/\">\n                                                Beauty                                            </a>\n                                        </div>\n                                        \t\t\t\t\t\t\t\t\t\t\t\t <div class=\"by_author_cls\"> By <a href = '/author/sfarrell/'><span class=\"pink_aut_color\">Shannon Farrell</span></a></div>\n                                 \n\t\t\t\t\t\t\t\t\t\t\t\t                                          </div>\n\n                                    <div class=\"blog-article\"><h1>Headbands 101: Taylor Swift Taught a Master Class on the Subject</h1></div>\n\n                                    <div class=\"social_share_data hidden-phone\">\n\t\t\t\t\t\t\t\t        <div class=\"social-toolbar\">\n                                            <div class=\"share-this share-this-sticky\">\n                                                <ul class=\"share-links\">\n                                                                                                        <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                                        <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1teldmd\n\" addthis:title=\"Headbands 101: Taylor Swift Taught a Master Class on the Subject via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                                        <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                                        <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                                        <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                                                                                        <li class=\"print share\"> <a href=\"#\" addthis:url=\"\" addthis:title=\"\" class=\"share print self_print\" ><span></span></a> </li>\n                                                                                                        <li class=\"tally\"> <a href=\"#\" class=\"share tally addthis_counter\" ><span></span></a> </li>\n                                                                                                    </ul>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n\n                                <div class=\"blog-content pinterest-images\">\n                                    <p><a href=\"http://www.self.com/wp-content/uploads/2014/12/Taylor-Swift-lead.jpg\"><img class=\"alignnone size-full wp-image-1109721\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/Taylor-Swift-lead.jpg\" data-lazy-loaded=\"true\" alt=\"Taylor-Swift-lead\" width=\"600\" height=\"400\" /></a></p>\r\n<p>Blair Waldorf who? The headband has come a long way from its schoolgirl reputation, thanks to the recent efforts of the always-stylish Taylor Swift. When she recently stepped out in NYC wearing a sparkly hair accessory, she demonstrated three must-know rules to follow when pulling off the accessory:</p><p><strong>Keep Your Hair&#8217;s Movement:</strong> Unless you&#8217;re fighting with grown-out bangs, refrain from pulling your headband straight back. Instead, keep your hair&#8217;s natural movement by placing your style on top of the hair, not under and behind the ears.</p>\n<p><strong>Go Easy on Styling:</strong> The simplest way to keep the accessory from looking stuffy is to skip elaborate updos and ringlet curls. Keep the hair more natural and use the headband to add structure.</p>\n<p><strong>Make It the Focal Point:</strong> With a piece of bling like Taylor&#8217;s, keep the rest of the beauty look soft. Although she wore fuchsia lipstick, the singer opted for a matte variety to tone-down the vivid hue.</p>\n<p><strong>RELATED:</strong></p>\n<ul>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/dry-hair-split-ends-fix-hair-oil-weleda/\">The Game-Changing Oil for Dry Hair and Split Ends</a></li>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/five-travel-sized-hair-dryers-stand-test/\">Five Travel-Sized Hair Dryers That Stand Up To The Test</a></li>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/wavy-bob-styling-tips/\">Here&#8217;s More Proof That the Wavy Bob Is 2015&#8217;s &#8220;It&#8221; Cut</a></li>\n</ul>\n<p><span style=\"font-size: 11px;\">Image Credit: <em>Getty</em></span></p>\n                                    <div class=\"blog-key\">\n\t\t\t\t\t\t\t\t\t\tKEYWORDS: <span class=\"keyword\"><a href='http://www.self.com/tag/hair/'>Hair</a>,<a href='http://www.self.com/tag/headbands/'>headbands</a>,<a href='http://www.self.com/tag/taylor-swift/'>Taylor Swift</a></span></div>\n                                    <div class=\"social_share_data hidden-phone\">\n\t\t\t\t\t\t\t\t        <div class=\"social-toolbar\">\n                                            <div class=\"share-this share-this-sticky\">\n                                                <ul class=\"share-links\">\n                                                                                                        <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                                        <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1teldmd\n\" addthis:title=\"Headbands 101: Taylor Swift Taught a Master Class on the Subject via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                                        <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                                        <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                                        <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                                                                                        <li class=\"print share\"> <a href=\"#\" addthis:url=\"\" addthis:title=\"\" class=\"share print self_print\" ><span></span></a> </li>\n                                                                                                        <li class=\"tally\"> <a href=\"#\" class=\"share tally addthis_counter\" ><span></span></a> </li>\n                                                                                                    </ul>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                                \n                                <div class=\"x-see-more\">SEE MORE </div>\n                                <div class=\"x-see-less\">SEE LESS </div>\n                            </div><!--blog section end -->\n                            <div class=\"blognav blognav_tab\">\n                                <span class=\"blog-prev\">\n                                                                            <a class=\"blog_navi\" rel=\"next\" href=\"http://www.self.com/flash/celebrity-blog/2014/12/jennifer-lawrence-cheers-for-louisville-cardinals/\" title=\"Jennifer Lawrence Has the Right Spirit\">\n                                            OLDER\n                                        </a>\n                                                                    </span>\n                                <span class=\"blog-nex\">\n                                                                        <a class=\"blog_navi\" rel=\"next\" href=\"http://www.self.com/flash/nutrition/2014/12/move-kale-theres-new-leafy-green-look/\" title=\"Move Over Kale, There’s a New Leafy Green to Look Out For\">\n                                        NEWER\n                                    </a>\n                                                                    </span>\n                            </div>\n                                <div class=\"pagination-wrap\">\n                                                                        <div class=\"oldpost-box\">\n                                         <a rel=\"next\" href=\"http://www.self.com/flash/celebrity-blog/2014/12/jennifer-lawrence-cheers-for-louisville-cardinals/\" title=\"Jennifer Lawrence Has the Right Spirit\">\n                                            <div class=\"blog_navi\">\n                                               <div class=\"blog_navi_title\">Jennifer Lawrence Has the Right Spirit</div>\n                                            </div>\n                                        </a>\n                                                                            </div>\n                                    <div class=\"newpost-box\">\n                                                                                    <a rel=\"next\" href=\"http://www.self.com/flash/nutrition/2014/12/move-kale-theres-new-leafy-green-look/\" title=\"Move Over Kale, There’s a New Leafy Green to Look Out For\">\n                                                <div class=\"blog_navi\">\n                                                    <div class=\"blog_navi_title\">Move Over Kale, There’s a New Leafy Green to Look Out For</div>\n                                                </div>\n                                            </a>\n                                                                            </div>\n                                </div>\n                            \n                            \n\t\t\t\t\t\t\t<div id=\"zergnet-widget\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"zergent-title\">What We're Reading</div>\n<div id=\"zergnet-widget-22270\"></div>\n\n<script language=\"javascript\" type=\"text/javascript\">\n(function() {\nvar zergnet = document.createElement('script');\nzergnet.type = 'text/javascript'; zergnet.async = true;\nzergnet.src = 'http://www.zergnet.com/zerg.js?id=22270';\nvar znscr = document.getElementsByTagName('script')[0];\nznscr.parentNode.insertBefore(zergnet, znscr);\n})();\n</script>\t\n\t\t\t\t\t\t\t</div>\n                            <div class=\"sticky_bar visible-phone\">\n                                    <div class = \"social_sticky\">\n                                        <img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/sticky_social.png\"  />\n                                </div>\n                            </div>\n                            <div class = \"visible-phone\">\n                            \t<div class=\"share-this sticky_social_icons share-this-sticky\">\n                                    <ul class=\"share-links\">\n                                                                                <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1teldmd\n\" addthis:title=\"Headbands 101: Taylor Swift Taught a Master Class on the Subject via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                        \t\t\t\t\t\t\t\t\t\t<li class=\"print\"><a href = \"javascript:void(0);\">&nbsp;</a></li>\n                                    </ul>\n                                </div>\n                            </div>\n\n                            <div class=\"comments-container col1\">\n                                <div class = \"visible-phone show_hide_comments\">\n                                    <span class = \"hide_com\"> Hide comments <img src = \"http://www.self.com/wp-content/themes/self-1.0.0/images/show_hide_comments_up.png\" /></span>\n                                    <span class = \"show_com\"> Show comments <img src = \"http://www.self.com/wp-content/themes/self-1.0.0/images/show_hide_comments_down.png\" /></span>\n                                </div>\n                                <div id=\"comments\"><div class=\"loader\">Loading Comments...</div></div>                            </div>\n                                                    </div> <!--blog post end -->\n                                            </div> <!-- tabbed-features end -->\n                </div><!-- center-well end -->\n            </div>\n            <div class=\"row-fluid follow_us_tab visible-phone\">\n                <div class=\"row-fluid\" class=\"follow_self\">\n                    <img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/follow_self_text.png\" />\n                </div>\n                <div class=\"social_icons\">\n                    <ul>\n                        <li class=\"social-facebook\">\n                            <a href=\"https://facebook.com/selfmagazine\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n                         </li>\n                        <li class=\"social-twitter\">\n                            <a href=\"http://twitter.com/selfmagazine\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n                        </li>\n                        <li class=\"social-pinterest\">\n                           <a href=\"http://pinterest.com/selfmagazine/\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n                        </li>\n                        <li class=\"social-gplus\">\n                           <a href=\"https://plus.google.com/app/basic/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                           </li>\n                        <li class=\"social-instragram\">\n                           <a href=\"http://instagram.com/selfmagazine\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n                        </li>\n                           <li class=\"clear\">\n                        </li>\n                    </ul>\n                </div>\n            </div>\n        </div>\n       <div class=\"centre_well_sb_1\">\n                <div id=\"sidebar1\" class=\"fluid-sidebar sidebar pull-right\" role=\"complementary\">\n    <div>\n\t\t<div class=\"row-fluid\">\n\t\t\t\t<!-- Package page extra content in sidebar start -->\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Package page extra content in sidebar end -->\n\t\t\t\t<div id=\"box-ad-sidebar\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t<span class=\"advt-slug\">Advertisement</span>\n\t\t\t\t\t\t<div class=\"box-ad-inner\">\n\t\t\t\t\t\t\t<div class=\"displayAd300x250Js\"><div class=\"advertisement\"><div id=\"homepage_rightrail_top300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"homepage_rightrail_top300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"homepage_rightrail_top\", { sz: \"300x250\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"text\">\n\t\t\t\n\t\t\t       \t\t\t\t\t<div id=\"whats-new-now\">\n\t\t\t\t\t\t<div class=\"whats-new-title\">\n\t\t\t\t\t\t\t<h3 class=\"whats-new-flash\">\n\t\t\t\t\t\t\t\tFlash\n\t\t\t\t\t\t\t</h3>\n\t\t\t\t\t\t\t<span class=\"whats-new-tag\">What's New Now </span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"whats-new-list\">\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/fitness-blog/2015/01/workout-music-power-playlist-2015/\">Your Power Playlist For A Killer Workout</a>\n\t\t\t\t\t\t\t\t\t<span>15 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/news/2015/01/white-castle-unveils-new-veggie-slider/\">White Castle Unveils a New Veggie Slider</a>\n\t\t\t\t\t\t\t\t\t<span>15 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/sex-and-relationships/2015/01/5-resolutions-make-couple-tips-sticking/\">5 Resolutions to Make as a Couple (And Tips for Sticking to Them)</a>\n\t\t\t\t\t\t\t\t\t<span>18 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<a href=\"/flash\" class=\"whats-new-more\">More Blog Posts</a>\n\t\t\t\t\t</div>\n\t\t\t\t    \t\t\t\t</div>\n\n\t\t\t\t</div>\n        </div>\n        <!--flash section end -->\n\t\t\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"visible-phone pagination-centered\">\n\t\t\t\t\t\t<div class=\"displayAd300x51Js\"><div class=\"advertisement\"><div id=\"homepage_rightrail_top320x51_frame\" class=\"displayAd displayAd320x51Js\" data-cb-ad-id=\"homepage_rightrail_top320x51_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"homepage_rightrail_top\", { sz: ( \"320x51\" ), kws: [ \"bottom\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t    </div>\n        </div>\n        <div class=\"centre_well_sb_2\">\n                <div id=\"sidebar2\" class=\"fluid-sidebar sidebar span4\" role=\"complementary\">\n    <div class=\"row-fluid follow_us_tab dotter_head \">\n        <div class=\"row-fluid\" class=\"follow_self\">\n                <div class=\"dotted_header\">Follow Self</div>\n        </div>\n        <div class=\"social_icons\">\n            <ul>\n                <li class=\"social-facebook\">\n                    <a href=\"https://facebook.com/selfmagazine\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n                </li>\n                <li class=\"social-twitter\">\n                    <a href=\"http://twitter.com/selfmagazine\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n                </li>\n                <li class=\"social-pinterest\">\n                    <a href=\"http://pinterest.com/selfmagazine\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n                </li>\n                <li class=\"social-gplus visible-phone\">\n                    <a href=\"https://plus.google.com/app/basic/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                </li>\n                <li class=\"social-gplus hidden-phone\">\n                    <a href=\"https://plus.google.com/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                </li>\n                <li class=\"social-instragram\">\n                    <a href=\"http://instagram.com/selfmagazine\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n                </li>\n                <li class=\"clear\">\n                </li>\n            </ul>\n        </div>\n    </div>\n\n\n    <div class=\"rightrail-nav\">\n        <div class=\"row-fluid visible-desktop visible-tablet\">\n            <div id=\"AMS_SLF_GLOBAL_RIGHTRAILNAV\" class=\"ecom-placement\"><div class=\"self-cm\">Self</div><ul class=\"yrail-subs-nav\"><li id=\"snav1\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\" title=\"Give a Subscription to Self magazine as a Gift\">Subscribe</a></li><li id=\"snav2\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeGift\" target=\"_blank\" title=\"Give a Subscription to Self magazine as a Gift\">Gift</a></li><li id=\"snav3\"><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\" target=\"_blank\" title=\"Renew your Subscription to Self magazine\">Renew</a></li><li id=\"snav4\"><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\" target=\"_blank\" title=\"Subscription Questions and Answers for Self magazine\">Questions</a></li></ul>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_RIGHTRAILNAV != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_RIGHTRAILNAV\" ).html( pageAds.AMS_SLF_GLOBAL_RIGHTRAILNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_RIGHTRAILNAV\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_RIGHTRAILNAV not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>        </div>\n    </div>\n    <div class=\"row-fluid x-most-popular \">\n        <div class =\"most_pop dotter_head\">\n            <div class=\"dotted_header\">Most Popular</div>\n            <div class=\"most-views\"><ol><li class=\"most_pop_odd\"><a href=\"/flash/beauty-blog/2014/12/wavy-bob-styling-tips/\"><div class=\"most-image-warpper\"><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"Elizabeth-Olsen-cut\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/Elizabeth-Olsen-cut-100x100.png\" /></div></a><a class=\"link_most_views\" href=\"/flash/beauty-blog/2014/12/wavy-bob-styling-tips/\">Here&#8217;s More Proof That the Wavy Bob Is 2015&#8217;s &#8220;It&#8221; Cut</a></li><li class=\"most_pop_even\"><a href=\"/flash/nutrition/2014/07/pharmacist-approved-hangover-cure/\"><div class=\"most-image-warpper\"><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"hangover-cure-7\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2014/06/hangover-cure-7-100x100.jpg\" /></div></a><a class=\"link_most_views\" href=\"/flash/nutrition/2014/07/pharmacist-approved-hangover-cure/\">A Pharmacist-Approved Hangover Cure (*Bookmark This!)</a></li><li class=\"most_pop_odd\"><a href=\"/body/food/2010/03/20-superfoods-slideshow/\"><div class=\"most-image-warpper\"><div class='most-slide-icon'></div><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"20-Slimming-Superfoods-300x300\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2010/03/20-Slimming-Superfoods-300x300.jpg\" /></div></a><a class=\"link_most_views\" href=\"/body/food/2010/03/20-superfoods-slideshow/\">20 Superfoods for Weight Loss</a></li><li class=\"most_pop_even\"><a href=\"/body/workouts/2012/06/butt-workout-slideshow-2/\"><div class=\"most-image-warpper\"><div class='most-slide-icon'></div><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"3MovesResizeButt\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2012/06/3MovesResizeButt-100x100-1416005859.jpg\" /></div></a><a class=\"link_most_views\" href=\"/body/workouts/2012/06/butt-workout-slideshow-2/\">6 Moves to Resize Your Butt and Thighs</a></li></ol></div>        </div>\n    </div>\n        <div class=\"newsletter_mobile_hold visible-phone\">\n        <div id=\"newsletterr\" class=\"row-fluid newsletterr\">\n            <div class=\"inner_news\">\n                Get More from Self! sign up for our Newsletter\n                <div class=\"newsletter newsletter-widget\">\n                    <form name=\"newslettersForm\" action=\"https://secure.self.com/services/newsletters/demographics\" method=\"post\">\n                        <input type=\"hidden\" name=\"nr\" value=\"widget\">\n                        <p>\n                            <input class=\"newsletter-email\" name=\"email\" type=\"email\" required=\"\" name=\"ne\" placeholder=\"Enter your email address\">\n                        </p>\n                        <p>\n                            <input class=\"newsletter-submit\" type=\"submit\" value=\"Submit\">\n                        </p>\n\n                        <div class=\"newsletter-img\"></div>\n                         <div class=\"newsletter-privacy\">\n                            Will be used in accordance with our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\"> Privacy Policy.</a>\n                        </div>\n                        <ul class=\"expand\">\n                            <li>\n                                <input id=\"newsletter.159\" name=\"newsletterAndVersions\" value=\"newsletter.159\" type=\"checkbox\">\n                                <div>SELF Monthly News & Tips</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.159.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.159.newsletterId\" value=\"159\">\n                                <input type=\"hidden\" name=\"handler.newsletter.159.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.160\" name=\"newsletterAndVersions\" value=\"newsletter.160\" type=\"checkbox\">\n                                <div>Recipe of the Week</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.160.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.160.newsletterId\" value=\"160\">\n                                <input type=\"hidden\" name=\"handler.newsletter.160.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.347\" name=\"newsletterAndVersions\" value=\"newsletter.347\" type=\"checkbox\">\n                                <div>Get-Fit Move of the Week</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.347.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.347.newsletterId\" value=\"347\">\n                                <input type=\"hidden\" name=\"handler.newsletter.347.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.394\" name=\"newsletterAndVersions\" value=\"newsletter.394\" type=\"checkbox\">\n                                <div>Beauty Quick Tip</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.394.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.394.newsletterId\" value=\"394\">\n                                <input type=\"hidden\" name=\"handler.newsletter.394.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.5011\" name=\"newsletterAndVersions\" value=\"newsletter.5011\" type=\"checkbox\">\n                                <div>Healthy SELF</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.5011.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.5011.newsletterId\" value=\"5011\">\n                                <input type=\"hidden\" name=\"handler.newsletter.5011.isRequired\" value=\"true\">\n                            </li>\n                        </ul>\n                        <input type=\"hidden\" name=\"toolkit.application\" value=\"newsletter\">\n                        <input type=\"hidden\" name=\"toolkit.applicationId\" value=\"\">\n                        <input type=\"hidden\" name=\"formName\" value=\"shortForm\">\n                        <input type=\"hidden\" name=\"partnerCode\" value=\"\">\n                        <input type=\"hidden\" name=\"sourceCode\" value=\"\">\n                    </form>\n                </div>\n            </div>\n        </div>\n    </div>\n       \n   \n</div>        </div>\n    </div>\n\n\t\t\n\t<div class=\"bottom_rail_tab hidden-phone\">\n\t\t<div class=\"rowfluid\">\n\t\t\t<div class=\"more-self dotter_head\">\n\t\t\t\t<div class = \"dotted_header\">More On Self</div>\n\t\t\t</div>\n\t\n\t\t\t<div class = \"container-fluid blog-index more_on_self_bot blog\">\n\t\t\t\t<!-- more on self start -->\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/beauty-blog/2014/04/beauty-emma-watson-polish-free-pedicure/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/04/emma-watson-shoes-thumb-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"emma-watson-shoes-thumb.jpg\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/beauty-blog/2014/04/beauty-emma-watson-polish-free-pedicure/\">Emma Watson Shows Us How a Super-Nude Pe</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/health-blog/2014/05/fda-regulates-indoor-tanning-beds/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/05/fda-regulates-tanning-beds-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"fda-regulates-tanning-beds\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/health-blog/2014/05/fda-regulates-indoor-tanning-beds/\">FDA Puts the Smackdown on Indoor Tanning</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/celebrity-blog/2014/05/celebrity-hilary-duff-workout-rise-movement/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/05/hilary-duff-workout-rise-movement-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"hilary-duff-workout-rise-movement\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/celebrity-blog/2014/05/celebrity-hilary-duff-workout-rise-movement/\">Hilary Duff Is a Powerhouse</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/fitness-blog/2014/04/fitness-weight-loss-workouts/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/04/Weight-Loss-Main1-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"Weight-Loss-Main.jpg\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/fitness-blog/2014/04/fitness-weight-loss-workouts/\">How Many Days a Week Should You Exercise</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/diet-blog/2011/08/6-high-fat-foods-that-are-good/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2011/08/68HighFatFoodsAvocado-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"68HighFatFoodsAvocado\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/diet-blog/2011/08/6-high-fat-foods-that-are-good/\">6 High-Fat Foods That Are Good for You</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n<!-- Footer is commented, as of now it is not needed for mobile version. -->\n</div> <!-- end #container -->\n<footer>\n    \n\t<div class=\"footer\">\n\t\t<div class=\"container narrow row-fluid footer-container3 clearfix\">\n\t\t    \t\t\t\t<div class=\"span12 pagination-centered visible-desktop visible-tablet follow_footer dotter_head\">\n\t\t\t\t\t<div class=\"dotted_header\">Follow self</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<!-- New Follow self starts here -->\n\t\t\t\t<div class=\"new_follow_str visible-tablet\">\n\t\t\t\t\t<div class=\"social_icons\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li class=\"social-facebook\">\n\t\t\t\t\t\t\t\t<a href=\"https://facebook.com/selfmagazine/\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-twitter\">\n\t\t\t\t\t\t\t\t<a href=\"http://twitter.com/selfmagazine/\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-pinterest\">\n\t\t\t\t\t\t\t\t<a href=\"http://pinterest.com/selfmagazine/\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-gplus\">\n\t\t\t\t\t\t\t\t<a href=\"https://plus.google.com/+selfmagazine/posts/\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-instragram\">\n\t\t\t\t\t\t\t\t<a href=\"http://instagram.com/selfmagazine/\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"clear\"></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<!-- New Follow self ends here -->\n\t\t\t\t\t\t\t\t<div class=\"container-fluid pagination-centered\">\n\n\t\t\t\t\t<div class=\"row-fluid social_holder \">\n\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<h4 class=\"visible-desktop visible-tablet\">ON INSTAGRAM</h4>\n\t\t\t\t\t\t\t<h4 class=\"visible-phone\">LATEST ON INSTAGRAM</h4>\n\t\t\t\t\t\t    <div id=\"footer-instagram-widget\" class=\"instagram\">\n\t\t\t\t\t\t\t\t<div>\n    <a class=\"profile-link\" href=\"http://instagram.com/selfmagazine/\">instagram.com/selfmagazine/</a>\n\n    <ul class=\"instagram_images\">\n        <li>\n            <a href=\"http://instagram.com/p/xX9gl8q4SH/\">\n                <img src=\"http://scontent-a.cdninstagram.com/hphotos-xpf1/t51.2885-15/10549892_1519240318336769_672335686_a.jpg\"\n                    width=\"306\"\n                    height=\"306\"\n                    alt=\"#NOTEtoSELF cute pants make yoga class way more fun. And PS they&#039;re from @underarmour!'\" />\n            </a>\n            <div class=\"instagram_time\">January 03, 2015</div>\n            <div class=\"instagram_caption\">#NOTEtoSELF cute pants make yoga class way more fun. And PS they&#039;re from @underarmour!</div>\n            <ul class=\"instagram_counts\">\n                <li>\n                    <div class=\"instagram_likes\">1505</div>\n                    <div class=\"instagram_likes_title\">Likes</div>\n                </li>\n                <li>\n                    <div class=\"instagram_comments\">24</div>\n                    <div class=\"instagram_comments_title\">Comments</div>\n                </li>\n            </ul>\n        </li>\n    </ul>\n\n\n    <ul class=\"instagram_stats\">\n        <li>\n            <div class=\"instagram_count\">1297</div>\n            <div class=\"instagram_count_title\">Photos</div>\n        </li>\n        <li>\n            <div class=\"instagram_count\">377</div>\n            <div class=\"instagram_count_title\">Following</div>\n        </li>\n        <li>\n            <div class=\"instagram_count\">119266</div>\n            <div class=\"instagram_count_title\">Followers</div>\n        </li>\n    </ul>\n\n</div>\n\t\t\t\t\t\t\t\t<p id=\"instagran_postedon\">\n\t\t\t\t\t\t\t\t\t<a class=\"visible-phone instagram_phone\" rel=\"external\" href=\"http://instagram.com/selfmagazine/\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"visible-phone follow_text_linkinst\">\n\t\t\t\t\t\t\t\t<a rel=\"external\" href=\"http://instagram.com/selfmagazine/\">\n\t\t\t\t\t\t\t\t\t<p class=\"follow_text_linkcol\">Follow Us on Instagram</p>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<h4 class=\"visible-desktop visible-tablet\">ON TWITTER</h4>\n\t\t\t\t\t\t\t<h4 class=\"visible-phone\">LATEST ON TWITTER</h4>\n\t\t\t\t\t\t\t<div class=\"widget CN_WidgetsTwitterFeed\"><div class=\"twitter-widget\">\n            <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">The gear that will help you set a new PR <a class=\"external-link\" href=\"http://t.co/qjTEhGv1l1\" title=\"http://on.self.com/1Bh4PIc\">on.self.com/1Bh4PIc</a> <a class=\"external-link\" href=\"http://t.co/QxQwOuyHlI\" title=\"http://twitter.com/SELFmagazine/status/551343232613773312/photo/1\">pic.twitter.com/QxQwOuyHlI</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551343232613773312\">about 2 mins ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551343232613773312\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551343232613773312\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551343232613773312\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">A common flu misperception debunked <a class=\"external-link\" href=\"http://t.co/fH1lhHw8kI\" title=\"http://on.self.com/1BgUJXC\">on.self.com/1BgUJXC</a> <a class=\"external-link\" href=\"http://t.co/V66ny7T9mp\" title=\"http://twitter.com/SELFmagazine/status/551328123912871936/photo/1\">pic.twitter.com/V66ny7T9mp</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551328123912871936\">about 1 hour ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551328123912871936\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551328123912871936\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551328123912871936\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">In 2015 you’ll be seeing a lot more matcha in your food <a class=\"external-link\" href=\"http://t.co/SIQQktTAA3\" title=\"http://on.self.com/1vG76pU\">on.self.com/1vG76pU</a> <a class=\"external-link\" href=\"http://t.co/4S6N1Fk5ZR\" title=\"http://twitter.com/SELFmagazine/status/551320584630452224/photo/1\">pic.twitter.com/4S6N1Fk5ZR</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551320584630452224\">about 2 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551320584630452224\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551320584630452224\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551320584630452224\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">New year, new workout playlist. Here's the music that will help you crush your get fit goal <a class=\"external-link\" href=\"http://t.co/az1iKKPobp\" title=\"http://on.self.com/178VxTA\">on.self.com/178VxTA</a> <a class=\"external-link\" href=\"http://t.co/z8ABTE54u5\" title=\"http://twitter.com/SELFmagazine/status/551313046488875008/photo/1\">pic.twitter.com/z8ABTE54u5</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551313046488875008\">about 2 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551313046488875008\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551313046488875008\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551313046488875008\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">Why we support a good steak dinner <a class=\"external-link\" href=\"http://t.co/gA20gy8SnF\" title=\"http://on.self.com/1K8Veay\">on.self.com/1K8Veay</a> <a class=\"external-link\" href=\"http://t.co/zGzK5f6q2B\" title=\"http://twitter.com/SELFmagazine/status/551305488097243138/photo/1\">pic.twitter.com/zGzK5f6q2B</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551305488097243138\">about 3 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551305488097243138\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551305488097243138\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551305488097243138\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">We're talking next-level abs and arms <a class=\"external-link\" href=\"http://t.co/b6YQWo136V\" title=\"http://on.self.com/1BroO59\">on.self.com/1BroO59</a> <a class=\"external-link\" href=\"http://t.co/jOvzkZFil8\" title=\"http://twitter.com/SELFmagazine/status/551297924538175488/photo/1\">pic.twitter.com/jOvzkZFil8</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551297924538175488\">about 3 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551297924538175488\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551297924538175488\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551297924538175488\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                <div class=\"follow-button\">\n        <a href=\"http://twitter.com/SELFmagazine\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"true\" data-lang=\"en\"></a>\n        <a href=\"http://twitter.com/SELFmagazine\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"true\" data-lang=\"en\"></a>\n    </div>\n</div>\n</div>\n\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\">\n\t\t\t\t\t\t\t\t<p class=\"follow_text_linkcol\">Follow Us on Twitter</p>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\"></a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<div id=\"follow-us\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"on-pinterest\" class=\"last\">\n\t\t\t\t\t\t\t\t\t\t<h3>On Pinterest</h3>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"widget CN_WidgetsPinterest\"><div class=\"mod pinterest-mod\">\n\t\t\t\t<a data-pin-do=\"embedUser\" href=\"http://www.pinterest.com/selfmagazine/\" data-pin-scale-height=\"300\" data-pin-board-width=\"300\"></a>\n\t\t\t\t</div></div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"http://pinterest.com/selfmagazine/\"><p class=\"follow_text_linkcol\">Follow Us on Pinterest</p></a>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"new_so_hold span12\">\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"instagram-link bottom_fol_link \" rel=\"external\" href=\"http://instagram.com/selfmagazine/\">Follow Us on Instagram</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"bottom_fol_link twitter-link \" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\">Follow Us on Twitter</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"bottom_fol_link pinterest-link \" rel=\"external\" href=\"http://pinterest.com/selfmagazine/\">Follow Us on Pinterest</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"container narrow row-fluid footer-container1 clearfix\">\n\t\t\t\t\t<div class=\"container-fluid\">\n\t\t\t\t\t\t<div class=\"span12 footer_70\">\n\t\t\t\t\t\t\t<div id=\"subscribe-today\">\n\t\t\t\t\t\t\t\t<div id=\"subscribe-today-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"visible-desktop tablet-display-hidden-ecom\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_SITEFOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_sitefooter.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_SITEFOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_SITEFOOTER\" ).html( pageAds.AMS_SLF_GLOBAL_SITEFOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_SITEFOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_SITEFOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"visible-tablet tablet-display-ecom\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_TABLET_GLOBAL_FOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_sitefooter.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_TABLET_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_TABLET_GLOBAL_FOOTER\" ).html( pageAds.AMS_SLF_TABLET_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_TABLET_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_TABLET_GLOBAL_FOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"visible-phone\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeMobile\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_MOBFooter_320x525_v1.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_MOBILE_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_FOOTER\" ).html( pageAds.AMS_SLF_MOBILE_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_MOBILE_GLOBAL_FOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div><!-- /#subscribe-today-inner -->\n\t\t\t\t\t\t\t </div><!-- /#subscribe-today -->\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t    \t\t\t<div class=\"container narrow row-fluid footer-container2 clearfix\">\n\t\t\t\t<div class=\"container-fluid visible-desktop visible-tablet\">\n\t\t\t\t\t<div class=\"span12\">\n\t\t\t\t\t\t<div class=\"footer-features\">\n\t\t\t\t\t\t\t<ul class=\"links\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\">Subscription Services</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/contact/contactus/\">Contact Self</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenast.com/reprints-permissions/\">Reprints/Permissions</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://secure.self.com/services/newsletters/demographics/\">Newsletter Signup</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/rss-feeds/\">RSS Feeds</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/sitemap/\">Site Map</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span11 pagination-centered\">\n\t\t\t\t\t\t <span class=\"country-wide\">Self.com Worldwide</span>\n\t\t\t\t\t\t<div class=\"footer-country-features\">\n\t\t\t\t\t\t\t<ul class=\"country-links\">\n\t\t\t\t\t\t\t\t<li class=\"footer-last-feature\"><a href=\"http://self.com.cn/\">China</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"footer_div_border\"></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"container-fluid footer_bottom visible-desktop visible-tablet\">\n\t\t\t\t\t<div class=\"span3\">\n\t\t\t\t\t\t<div class=\"footer-logo\">\n\t\t\t\t\t\t\t<a href=\"#\"><h3>Cond&#233; Nast Digital</h3></a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t </div>\n\t\t\t\t\t<div class=\"visible-tablet\"><br></div>\n\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t <div class=\"footer-sister-sites sister_sites_tablet\">\n\t\t\t\t\t\t \t<div class=\"global-footer-sister-sites\">\n\t\t\t                    <h3>Visit our sister sites</h3>\n\t\t\t                       <ul id=\"sites-list\">\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.allure.com\">Allure</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.architecturaldigest.com\">Architectural Digest</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.bonappetit.com\">Bon App&eacute;tit</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.brides.com\">Brides</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.concierge.com\">Concierge</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.details.com\">Details</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.epicurious.com\">Epicurious</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.glamour.com\">Glamour</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.golfdigest.com\">Golf Digest</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.golfworld.com\">Golf World</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.gq.com\">GQ</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.hotelchatter.com\">Hotel Chatter</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.jaunted.com\">Jaunted</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.luckymag.com\">Lucky</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.nutritiondata.com\">NutritionData</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.reddit.com\">Reddit</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.self.com\">Self</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.style.com\">Style</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.teenvogue.com\">Teen Vogue</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.newyorker.com\">The New Yorker</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.thescene.com\">The Scene</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vanityfair.com\">Vanity Fair</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vegaschatter.com\">Vegas Chatter</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vogue.com\">Vogue</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.wmagazine.com\">W</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.wired.com\">Wired</a></li>\n\t\t\t                       </ul>\n\t\t\t\t                </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span5 footer_dylinks_tablet\">\n\t\t\t\t\t\t\t  <ul class=\"footer-dylinks\">\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenaststore.com/\">Cond&#233; Nast Store</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenast.com/careers/\">Careers</a></li>\n\t\t\t\t\t\t\t\t<li class=\"footer-last-feature\"><a href=\"http://www.condenast.com/brands/sel/\">Self Media Kit</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"offset2\">\n\t\t\t\t\t\t&nbsp;\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"container-fluid\">\n\t\t\t\t\t<div class=\"span12\">\n\t\t\t\t\t\t <div class=\"footer-copyright\">\n\t\t\t\t\t\t\t<p>&copy; &nbsp;2015 Cond&#233; Nast. All rights reserved\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>Use of this site constitutes acceptance of our\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy/\">User Agreement</a> (effective 1/2/2014) and\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" >Privacy Policy</a> (effective 1/2/2014).\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a>\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&#233; Nast.\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices\n\t\t\t\t\t\t\t\t\t<img id=\"ad_choices_pad\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ad_choices_footer.jpg\"/>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div><!-- end inner footer -->\n</footer><!-- end footer -->\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x345_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x345\", kws: [ \"\" ] } );\n    </script>\n  \n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x346_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x346\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x347_frame\"></div>\n     <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x347\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv172x104_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"172x104\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv625x208_frame\"></div>\n     <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"625x208\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv620x90_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"620x90\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv270x60_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"270x60\", kws: [ \"\" ] } );\n    </script>\n</div>\n            <script type=\"text/javascript\">\n            //<!--\n                CN.config.set({\n                    title        : document.title,\n                                    isiFrame     : true\n                });\n            //-->\n            </script>\n            \t        <!-- COMSCORE noscript -->\n\t        <noscript>\n\t\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6035094&amp;c4=http%3A%2F%2Fwww.self.com%2Fflash%2Fbeauty-blog%2F2014%2F12%2Ftaylor-swift-headband%2F\" />\n\t\t\t</noscript>\n\t<script type=\"text/javascript\">var lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkhlYWRiYW5kcyAxMDE6IFRheWxvciBTd2lmdCBUYXVnaHQgYSBNYXN0ZXIgQ2xhc3Mgb24gdGhlIFN1YmplY3QiLCJ1cmwiOiJodHRwOlwvXC93d3cuc2VsZi5jb21cL2ZsYXNoXC9iZWF1dHktYmxvZ1wvMjAxNFwvMTJcL3RheWxvci1zd2lmdC1oZWFkYmFuZFwvIiwidGFncyI6WyJIYWlyIiwiaGVhZGJhbmRzIiwiVGF5bG9yIFN3aWZ0Il0sImNoZWNrc3VtIjoiNDMxNmExOWY2OTZjNjVlYjMwMzk3MjhiMDFiYmRjMWMiLCJhcnRpY2xlSWQiOjExMDk2NjF9.IAaGEEVj3k7obDzDOyCRYccqppNiWtVrecdcRSUWaPc\",\"checksum\":\"4316a19f696c65eb3039728b01bbdc1c\",\"siteId\":\"320167\",\"articleId\":1109661,\"delegate\":\"authDelegate\",\"strings\":\"\",\"disableAvatars\":\"true\",\"el\":\"comments\"}];CN.livefyre.main.loadLivefyre(lf_config);</script><script type=\"text/javascript\" data-lf-domain=\"self.fyre.co\" id=\"ncomments_js\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n            <!-- LF DEBUG\n            site-id: 320167\n            article-id: 1109661\n            post-type: blog\n            comments-open: true\n            is-single: true\n            display-posts: true\n            display-pages: true\n            -->\n                            <!-- START Parse.ly Include: Standard -->\n                <div id=\"parsely-root\" style=\"display: none\">\n                  <div id=\"parsely-cfg\" data-parsely-site=\"self.com\"></div>\n                </div>\n                <script>\n                (function(s, p, d) {\n                  var h=d.location.protocol, i=p+\"-\"+s,\n                      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n                      :\"static.\"+p+\".com\";\n                  if (e) return;\n                  e = d.createElement(s); e.id = i; e.async = true;\n                  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n                })(\"script\", \"parsely\", document);\n                </script>\n                        <script type=\"text/javascript\">\n        //<!--\n        var native_ad_unit2=\"looks\";\n        var native_ad_unit3=\"beauty-blog\";\n         //-->\n        </script>\n     \t<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/angular/angular.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/angular/angular-resource.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/bootstrap/bootstrap-modal.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/app/cnapp.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/controllers.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/directives.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/services.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/search/solr-autocomplete.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/jquery.color.min.js?ver=2.1.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/features.min.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/self.min.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/solr_autocomplete.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/comment-reply.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/plugins/self-recipe-finder/js/recipefinder.js?ver=4.0.1'></script>\n<script type='text/javascript' src='//s7.addthis.com/js/300/addthis_widget.js?ver=1.0.0#pubid=ra-53ab177b0c1e6183'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/mediavoice-nativeAds.js?ver=1.0'></script>\n            <script type=\"text/javascript\" class=\"omniture_block\">\n            //<!--\n                CN.stats.omniture.init();\n                CN.stats.omniture.setStatus( CN.site.httpStatusCode );\n\n            CN.stats.omniture.setMobileView( ( CN.isMobile ) ? \"Mobile\" : \"Non-Mobile\" );\n\n                if ( CN.cookie.get('amg_user_partner') != '' ) {\n                    CN.stats.omniture.setCustomProp( \"52\", CN.cookie.get('amg_user_partner') );\n                }\n\n                CN.stats.omniture.setContentType( \"Blog\" );\n\n                if ( CN.stats.omniture.setReferrer !== undefined && document.referrer.match( CN.site.tld ) ) {\n                    var referrer = document.referrer;\n                    referrer=referrer.split(\"?\")[0];\n                    CN.stats.omniture.setReferrer( referrer );\n                }\n\n                            if ( CN.stats.omniture.setKeywords !== undefined ) {\n                    CN.stats.omniture.setKeywords( \"beauty-blog|hair|headbands|taylor-swift\" );\n                }\n\n            CN.stats.omniture.setAuthorName( \"Shannon Farrell\" );\nCN.stats.omniture.setContentId( \"1109661\" );\n                // Run page tracking (also calls .init() again )\n                if ( CN.preventAutoTrack != true ) {\n                    CN.stats.omniture.doPageTracking();\n                }\n            //-->\n            </script>\n            <noscript>\n                <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n                    <img src=\"http://condenast.112.2o7.net/b/ss/conde-self/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n                </a>\n            </noscript>\n                    <script type=\"text/javascript\">\n        //<!--\n\n                var async_body = document.getElementsByTagName('body')[0];\n        var facebookdiv = async_body.appendChild(document.createElement('div'));\n            facebookdiv.id = 'fb-root';\n            (function(d){\n                var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}\n                js = d.createElement('script'); js.id = id; js.async = true;\n                js.src = \"//connect.facebook.net/en_US/all.js\";\n                d.getElementsByTagName('head')[0].appendChild(js);\n            }(document));\n            /* Facebook */\n            window.fbAsyncInit = function() {\n                FB.init({\n            appId: 169640983205651,                    channelURL : \"http://www.self.com/wp-content/mu-plugins/cn-wordpress/social/facebook.html\", // Channel File\n                    status     : false, // check login status\n                    cookie     : true, // enable cookies to allow the server to access the session\n                    oauth      : true, // enable OAuth 2.0\n                    xfbml      : true  // parse XFBML\n                });\n            };\n        (function(d){\nvar f = d.getElementsByTagName('SCRIPT')[0];\nvar pinterest = d.createElement('SCRIPT');\npinterest.type = 'text/javascript';\npinterest.async = true;\npinterest.src = '//assets.pinterest.com/js/pinit.js';\nf.parentNode.insertBefore(pinterest, f);\n}(document));\n        //-->\n        </script>\n                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        <script type=\"text/javascript\">\n        // <!--\n            (function(){\n                var ns= window.CN || window.CNP;\n                ns.site = ns.site || {};\n                ns.site.eventTrackingList = new EventList( \"eventListHolder\" );\n                ns.site.eventTrackingList.setBaseUrl( \"http://event.self.com/\" );\n\n                ns.site.eventTrackingEvent = new EventObject( \"SLF\", \"most_viewed\" );\n\n                        ns.site.eventTrackingEvent.setContentId( \"1109661\" );\n                ns.site.eventTrackingEvent.setContentType( \"blog\" );\n\n                        ns.site.eventTrackingEvent.setProperty( \"imgurl\", \"http://www.self.com/wp-content/uploads/2014/12/Taylor-Swift-lead.jpg\" );\n        \n        \n                ns.site.eventTrackingEvent.setEnvironment( \"PROD\" );\n                ns.site.eventTrackingEvent.setFullUrl( \"/flash/beauty-blog/2014/12/taylor-swift-headband/\" );\n                ns.site.eventTrackingEvent.setContentTitle( \"Headbands 101: Taylor Swift Taught a Master Class on the Subject\" );\n\n                var fullContentURL = \"/flash/beauty-blog/2014/12/taylor-swift-headband/\";\n                var isAbsoluteURL = fullContentURL.substring(0,8);\n                var allowedTracking = 0;\n\n                if ( ( isAbsoluteURL.indexOf( 'http' ) == -1 && isAbsoluteURL.indexOf( 'https' ) == -1) || allowedTracking == 1 ) {\n                    ns.site.eventTrackingList.addEvent( ns.site.eventTrackingEvent );\n                    ns.site.eventTrackingList.writeImageTags();\n\n                    CN.debug.info('ETF most_viewed Tracked');\n                }\n\n            }())\n\n            function generateId(url) {\n                var urlRegexp;\n                if (url.indexOf(\"https:\") === 0) {\n                    urlRegexp = /https:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                } else {\n                    urlRegexp = /http:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                }\n                url.match(urlRegexp);\n                return RegExp.$1;\n            }\n        // -->\n        </script>\n        \n            <script type=\"text/javascript\">\n            //<!--\n                if ( CN.url.params( 'nojoy' ) != 1 ) {\n                    _satellite.pageBottom();\n                }\n            //-->\n            </script>\n            \n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"2907deeb56\",\"applicationID\":\"4344966\",\"transactionName\":\"YlIEZhNSXxEAABYNW1sYJ1EVWl4MThALClNZUktQDVxW\",\"queueTime\":0,\"applicationTime\":1658,\"atts\":\"ThUHEFtITB8=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n <!-- End main -->"
  },
  {
    "path": "tests/data/html/self.com2.html",
    "content": "<!doctype html>\n<!--[if IEMobile 7 ]> <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\"class=\"no-js iem7\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if lt IE 7 ]> <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie6\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if IE 7 ]>    <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie7\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if IE 8 ]>    <html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js ie8\" ng-app=\"cnapp\"> <![endif]-->\n<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" class=\"no-js\" ng-app=\"cnapp\"><!--<![endif]-->\n\t<head>\n\n\t\t<meta charset=\"utf-8\">\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQUFVlRbGwcDUFVbAQc=\"};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]);</script>\n\t\t\t\t<title>New Year&#039;s Eve Hairstyles You Can Wear From Office to Party - SELF</title>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">\n\t\t<link rel=\"pingback\" href=\"http://www.self.com/xmlrpc.php\">\n  \t\t<link rel=\"shortcut icon\" href=\"http://www.self.com/wp-content/themes/self-1.0.0/favicon.ico\" />\n  \t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon.png\" rel=\"apple-touch-icon\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-76x76.png\" rel=\"apple-touch-icon\" sizes=\"76x76\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-120x120.png\" rel=\"apple-touch-icon\" sizes=\"120x120\" />\n\t\t<link href=\"http://www.self.com/wp-content/themes/self-1.0.0/apple-touch-icon-152x152.png\" rel=\"apple-touch-icon\" sizes=\"152x152\" />\n\t\t<!-- wordpress head functions -->\n\t\t<script type=\"text/javascript\">\n\t\t  (function(d) {\n\t\t    var config = {\n\t\t      kitId: 'ajr8vbi',\n\t\t      scriptTimeout: 3000\n\t\t    },\n\t\t    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='//use.typekit.net/'+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)\n\t\t  })(document);\n\t\t</script>\n\t\t<link rel=\"dns-prefetch\" href=\"http://result.self.com\" /><link rel=\"dns-prefetch\" href=\"http://event.self.com\" /><link rel=\"dns-prefetch\" href=\"//stats2.self.com\" /><link rel=\"dns-prefetch\" href=\"//sstats.self.com\" /><meta name='parsely-page' id='parsely-page' content='{\"title\":\"New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party\",\"link\":\"http:\\/\\/www.self.com\\/flash\\/beauty-blog\\/2014\\/12\\/easy-hairstyles-new-years-eve\\/\",\"image_url\":\"http:\\/\\/www.self.com\\/wp-content\\/uploads\\/2014\\/12\\/New-Years-Eve-Lead-150x150.jpg\",\"type\":\"post\",\"post_id\":\"1110781\",\"pub_date\":\"2014-12-30T03:00:14Z\",\"section\":\"Beauty\",\"author\":\"Shannon Farrell\",\"tags\":[\"braids\",\"buns\",\"emma stone\",\"jaime king\",\"jessica alba\",\"new year\\u0027s eve\",\"waves\"]}' />\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.6.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"Because theres no time to change your hair before the clock strikes midnight.\"/>\n<meta name=\"keywords\" content=\"braids, buns, Emma Stone, jaime king, Jessica Alba, New Year&#039;s Eve, Waves\"/>\n<link rel=\"canonical\" href=\"http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"New Year&#039;s Eve Hairstyles You Can Wear From Office to Party - SELF\" />\n<meta property=\"og:description\" content=\"Because theres no time to change your hair before the clock strikes midnight.\" />\n<meta property=\"og:url\" content=\"http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\" />\n<meta property=\"og:site_name\" content=\"SELF\" />\n<meta property=\"article:tag\" content=\"braids\" />\n<meta property=\"article:tag\" content=\"buns\" />\n<meta property=\"article:tag\" content=\"Emma Stone\" />\n<meta property=\"article:tag\" content=\"jaime king\" />\n<meta property=\"article:tag\" content=\"Jessica Alba\" />\n<meta property=\"article:tag\" content=\"New Year&#039;s Eve\" />\n<meta property=\"article:tag\" content=\"Waves\" />\n<meta property=\"article:section\" content=\"Beauty\" />\n<meta property=\"og:image\" content=\"http://www.self.com/wp-content/uploads/2014/12/New-Years-Eve-Lead.jpg\" />\n<meta property=\"og:image\" content=\"http://www.self.com/wp-content/uploads/2014/12/Jessica-Alba-waves.jpg\" />\n<meta property=\"og:image\" content=\"http://www.self.com/wp-content/uploads/2014/12/jaime-king-bun.jpg\" />\n<meta property=\"og:image\" content=\"http://www.self.com/wp-content/uploads/2014/12/Emma-Stone-Braid.jpg\" />\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:site\" content=\"@SELFmagazine\"/>\n<meta name=\"twitter:domain\" content=\"SELF\"/>\n<meta name=\"twitter:creator\" content=\"@SELFmagazine\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel='stylesheet' id='cn-livefyre-css-css'  href='http://www.self.com/wp-content/mu-plugins/cn-wordpress/commenting/livefyre.css?ver=1418757287' type='text/css' media='screen' />\n<link rel='stylesheet' id='solr-autocomplete-style-css'  href='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/search/solr-autocomplete.css?ver=1418757287' type='text/css' media='screen' />\n<link rel='stylesheet' id='bootstrap-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/library/css/bootstrap.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='bootstrap-responsive-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/library/css/responsive.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='self-maincss-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/styles/css/screen.min.css?ver=1418757287' type='text/css' media='all' />\n<link rel='stylesheet' id='self-maincss2-css'  href='http://www.self.com/wp-content/themes/self-1.0.0/styles/css/screen2.min.css?ver=1418757287' type='text/css' media='all' />\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js?ver=1.9.1'></script>\n<script type='text/javascript' src='http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js?ver=4.0.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WP_VARS = {\"THEME_URI\":\"http:\\/\\/www.self.com\\/wp-content\\/themes\\/self-1.0.0\",\"ajaxurl\":\"http:\\/\\/www.self.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/cn.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar CNLIVEFYRE = {\"authDelegate\":\"authDelegate\",\"lfCookieName\":\"lt\",\"userCookieName\":\"amg_user\",\"logoutCookies\":\"'lt','amg_user','at','amg_user_identity','amg_user_partner','amg_user_record','fyre-livecount'\",\"URL_SECURE\":\"https:\\/\\/secure.self.com\",\"NETWORK\":\"self.fyre.co\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/commenting/auth/cn.livefyre.wp.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/popups/1.1.0/cn.popups-1.1.0.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-common/cn.mobile.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar deviceviews = {\"mobileMax\":\"600\",\"tabletMax\":\"850\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/js/jquery.devices.js?ver=1418757287'></script>\n<script type='text/javascript' src='//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-d6c9102bea3bcf221995fbc8ffb9c324d4dc86f7.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://result.self.com/js/eventTracker.js'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar s_account = \"conde-self\";\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-stats/s_code.js?ver=1418757287'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar platformEnvironment = \"production\";\nvar sitehost = \"http:\\/\\/www.self.com\";\nvar omniture_init = [];\nCN.omniture = CN.omniture || {};CN.omniture.conf = {\"s_account\":\"conde-self\",\"server\":\"stats2.self.com\",\"secureServer\":\"sstats.self.com\",\"internalFilters\":\"javascript:,self.com,advancemags.com\"};;\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-stats/omniture.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.dart.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.aam.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.refresh.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.proximic.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/config/cn-fe-ads/cn.ad.polar.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/cn.ecom.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/ecomfw.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/js/cn-fe-ecom/promotheus/promotheus.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.lazyloadxt.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/grid-view.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.lazyloadxt.srcset.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/bootstrap.min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/script-master-min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/modernizr.full.min.js?ver=1.2'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery-ui.min.js?ver=1.8.18'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.jcarousel.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.jpanelmenu.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.marquee.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.pause.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.addtobox.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/newsletterhandler.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/package-widget.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/self-scroll.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/jquery.ui.touch-punch.min.js?ver=1.0'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/moment-1.7.2.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>\n<link rel='shortlink' href='http://www.self.com/?p=1110781' />\n<style type=\"text/css\">.social_bookmarking_module ul { margin: 0; padding: 0;}.social_bookmarking_module li { margin: 0; padding: 0; display: inline-block; vertical-align: middle; margin-right: 3px; height: 20px; padding: 7px 0; width: 85px;}.social_bookmarking_module li * { margin:0;padding:0;border:0;}</style>            <script type=\"text/javascript\">\n                jQuery(document).ready(function($) {\n                    if ( typeof jQuery.suggest != 'undefined' ) {\n                        jQuery(\"#s\").suggest(\"?method=autocomplete\",{});\n                        jQuery(\"#qrybox\").suggest(\"?method=autocomplete\",{});\n                    }\n                });\n            </script>\n            \t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n            <!-- COMSCORE -->\n\t        <script type=\"text/javascript\">\n\t        //<!--\n\t        \tvar _comscore = _comscore || [];\n\t  \t\t\t_comscore.push({ c1: \"2\", c2: \"6035094\", c4: \"http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\"});\n\t  \t\t\t(function() {var s = document.createElement(\"script\"), el =document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    \t\ts.src = (document.location.protocol == \"https:\" ?\"https://sb\" : \"http://b\") +\".scorecardresearch.com/beacon.js\";\n\t\t\t\tel.parentNode.insertBefore(s, el);})();\n\t  \t\t\tfunction slideChangeTrackingFn() {\n\t  \t\t         jQuery.ajax({\n\t  \t\t         type : 'GET',\n\t  \t\t         url : '/pv.xml',\n\t  \t\t         success : function(data) {\n\t  \t\t                 try {\n\t  \t\t                         COMSCORE.beacon({c1:\"2\", c2: \"6035094\"});\n\t  \t\t                         CN.debug.info(\"Comscore Non-Conventional(slideshow) Page view triggered.\");\n\t  \t\t                     } catch(e) {\n\t  \t\t                         CN.debug.error('COMSCORE beacon call for slideshow page view failed' + e.message);\n\t  \t\t                     }\n\t  \t\t                 },\n\t  \t\t                 error : function(xhr, textStatus) {\n\t  \t\t                         CN.debug.error('page view xml load failed for slideshow, probably 404: ' + textStatus);\n\t  \t\t                     }\n\t  \t\t                 });\n\t  \t\t   }\n\t  \t\t//-->\n\t\t\t</script>\n\t            <script type=\"text/javascript\" class=\"site_init\">\n            //<!--\n                CN.site.init({\n                    code:             'SLF',\n                    title:            'SELF',\n                    name:             'self',\n                    alias:            'Self.com',\n                    domain:           'Self.com',\n                    tld:              'self.com',\n                    baseUrl:          'http://www.self.com',\n                    mobilecompatible: 'true',\n                    httpStatusCode:    200,\n            eventServer: 'http://event.self.com',\neventTrackingUrl: 'http://result.self.com',\neventTrackingEnv: 'PROD',\nuserServiceUrl: 'http://user-service.condenast.com',\nuserServiceKey: 'MxRTphJbXVyy9NLl+pkI6PNIU6w=',\necomUrl: 'https://subscribe.self.com/api/circ/xml/Transaction',\nlitereg: 'true',\nsocialRes: 'http://www.self.com/services/livefyre/userToken',\n                    env: 'PROD'  // Put something consistent last so we don't have a trailing comma (appease IE)\n                });\n\n                CN.isMobile = jQuery.devices.mobile();\n                CN.isTablet = jQuery.devices.tablet();\n                CN.checkDeviceView = jQuery.devices.checkDeviceView;\n            //-->\n            </script>\n                            <!-- AD INIT: CN.dart.init version 2 -->\n                <script type=\"text/javascript\">\n                //<!--\n                    CN.dartKwsArray = [ \"shannon_farrell\",\"beauty_blog\",\"braids\",\"buns\",\"emma_stone\",\"jaime_king\",\"jessica_alba\",\"new_years_eve\",\"waves\",\"flash\",\"2014\",\"12\",\"easy_hairstyles_new_years_eve\" ];\n\n                                    if ( typeof polarkws != \"undefined\" ) {\n                        CN.dartKwsArray.push( polarkws );\n                    }\n                \n                \n                    CN.dart.init({\n                        adUnits: {\n                            unit1: CN.isMobile ? 'self.mobile.dart' : 'self.dart',\n                            unit2: 'looks',\n                            unit3: 'beauty-blog',\n                            unit4: ''\n                        },\n                        kws: CN.dartKwsArray,\n                        contentType: 'Blog',\n                                            charmap : {' ' : '+', '-' : '_'}\n                    });\n                                //-->\n                    </script>\n                            <script type=\"text/javascript\">\n            //<!--\n                CN.popups = CN.popups || {};\n                CN.popups.init();\n                CN.popups.setCookieLife(72);\n                CN.popups.setExiting(true, {\n                    path: '/exit-pop/',\n                    width: 460,\n                    height: 295,\n                }).excludeExitPath( '/wp-admin', '/wp-login.php' ).excludeExitDomain( \"self.com\",\"www.self.com\",\"origin.www.self.com\",\"mprod.self.com\",\"origin.mprod.self.com\" );\n\n                        // Set exiting popup options\n                CN.popups.setArriving(false).setATGLayer(true);\n                    //-->\n            </script>\n            \t</head>\n\t <body class=\"single single-blog postid-1110781 shannon_farrell  flash beauty-blog 2014 12 easy-hairstyles-new-years-eve\" ng-controller=\"PageCtrl\">\n\t            <!--Global Mbox-->\n            <div class=\"mboxDefault\"></div>\n            <script type=\"text/javascript\">\n            //<!--\n                // metaKeyWords is used by the pageads call for CM\n                metaKeyWords='default';\n                if ( ( typeof mboxCreate != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                    // create the mbox\n                    mboxCreate( \"slf_ed_global\",\n                        \"entity.brand=self\",\n                        \"entity.id=1110781\",\n                        \"entity.name=New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party\",\n                        \"entity.categoryId=\",\n                        \"entity.contentType=blog\",\n                        \"entity.siteSection=looks\",\n                        \"entity.message=\",\n                        \"entity.pageUrl=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\",\n                        \"entity.thumbnailUrl=http://www.self.com/wp-content/uploads/2014/12/New-Years-Eve-Lead-150x150.jpg\",\n                        \"entity.inventory=1\",\n                        \"entity.value=1\",\n                        \"mboxPageValue=1\"\n                        );\n                }\n            //-->\n            </script>\n            <!--end global mbox code-->\n            <time datetime=\"2014-12-29T22:00:14+00:00\" ></time>            <div class=\"lightreg-forms {{modalContext}}\" ng-controller=\"LightRegCtrl\">\n                <div id=\"modal-frame\" modal-window=\"modal-window\" class=\"ng-cloak\" backdrop=\"true\">\n                    <div ng-view></div>\n                </div>\n            </div>\n                        <!-- CM: page-ads.js -->\n            <script type=\"text/javascript\">\n            //<!--\n                var _ghearst_vars = (function() {\n                    var commonParams = 'ad_category_prefix=flash'\n                                        + '&amp;browser_path=%2Fflash%2Fbeauty-blog%2F2014%2F12%2Feasy-hairstyles-new-years-eve%2F'\n                                        + '&amp;cat_prefixes=%2Cflash%2Cbeauty-blog%2C2014%2C12%2Ceasy-hairstyles-new-years-eve%2C'\n                                        + '&amp;site_prefix=self'\n                                        + '&amp;subdomain=www'\n                                        + '&amp;url_name=';\n\n            \n                    var deviceParams = (function() {\n                                                if ( ( navigator.userAgent.match(/iPad/i) !== null ) && ( CN.cookie.get('ipadTakeover') !== 'true' ) ) {\n                                return 'AMS_SLF_GLOBAL_HEADER%2CAMS_SLF_GLOBAL_HEADERCALLOUT%2CAMS_SLF_GLOBAL_HEADERLEFT%2CAMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER%2CAMS_SLF_GLOBAL_RIGHTRAILNAV%2CAMS_SLF_GLOBAL_CONTENTRIVER%2CAMS_SLF_GLOBAL_SITEFOOTER%2CAMS_SLF_MOBILE_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_NAVBAR%2CAMS_SLF_POPUP_FLOATINGAD%2CAMS_SLF_TABLET_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_CONTENTRIVER%2CAMS_SLF_LITEREG_SUBSCRIBE%2CAMS_SLF_GLOBAL_IPAD_TAKEOVER';\n                            } else {\n                                return 'AMS_SLF_GLOBAL_HEADER%2CAMS_SLF_GLOBAL_HEADERCALLOUT%2CAMS_SLF_GLOBAL_HEADERLEFT%2CAMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER%2CAMS_SLF_GLOBAL_RIGHTRAILNAV%2CAMS_SLF_GLOBAL_CONTENTRIVER%2CAMS_SLF_GLOBAL_SITEFOOTER%2CAMS_SLF_MOBILE_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_NAVBAR%2CAMS_SLF_POPUP_FLOATINGAD%2CAMS_SLF_TABLET_GLOBAL_FOOTER%2CAMS_SLF_MOBILE_GLOBAL_CONTENTRIVER%2CAMS_SLF_LITEREG_SUBSCRIBE';\n                            }\n                                                })();\n\n            \n                    return {\n                        'ams_ads_script_src' : 'https://subscribe.self.com/ams/page-ads.js?'\n                                                + commonParams + ''\n                                                + '&amp;keywords=' + metaKeyWords + ''\n                                                + '&amp;position_list=' + deviceParams + ''\n                    };\n                })();\n\n                if (!window.$h) {window.$h = {}}\n                (function(){\n                    if (!$h.util) {\n                        $h.util = {\n                            buildScriptTag: function(src){\n                                if (!!src){ document.write('<scr' + 'ipt src=\"'+src+'\" type=\"text/javascript\"></scr' + 'ipt>');}\n                            }\n                        }\n                    }\n                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)\n                })();\n            //-->\n            </script>\n            \t<div id=\"floatingAd\"><div id=\"floatingAd_header\" class=\"visible-desktop visible-tablet\"><a href=\"#\">Close</a></div><div id=\"floatingAd_content\" class=\"visible-desktop visible-tablet\"><div id=\"AMS_SLF_POPUP_FLOATINGAD\" class=\"ecom-placement visible-desktop visible-tablet\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/floating_ad.jpg\"/></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_POPUP_FLOATINGAD != 'undefined' ) {\n  jQuery( \"#AMS_SLF_POPUP_FLOATINGAD\" ).html( pageAds.AMS_SLF_POPUP_FLOATINGAD.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_SLF_POPUP_FLOATINGAD not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div></div></div>\t<header role=\"banner\">\n\t\t\t<div id=\"inner-header\" class=\"clearfix\">\n\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"span12 pagination-centered\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"masthead-banner-ad\" class=\"masthead-ad visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t   <div class=\"masthead-ad-inner\">\n\t\t\t\t\t\t\t\t   <div class=\"displayAds\"><div class=\"advertisement\"><div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: \"728x90\", kws: [ \"\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t\t   </div>\n\t\t\t\t\t\t   \t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"masthead-ad-mobile visible-phone\">\n\t\t\t\t\t\t\t<div class=\"header-mobile-ad\"><div class=\"advertisement\"><div id=\"header320x50_frame\" class=\"displayAd displayAd320x50Js\" data-cb-ad-id=\"header320x50_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: ( \"320x50\" ), kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t </div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"self-mobile-menu-wrap\">\n\t\t\t\t\t\t<a class=\"self-logo-mobile self-logo\" href = \"http://www.self.com\"></a>\n\t\t\t\t\t<div class=\"visible-phone visible_only_phone self-mobile-search-box\">\n\t\t\t\t\t\t<div class = \"search_img_phone\">\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<form class=\"navbar-search pull-right\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/search/\">\n\t\t\t\t\t\t\t<div class=\"search_form_go\">\n\t\t\t\t\t\t\t\t<form role=\"search\" method=\"get\" id=\"searchform\" action=\"http://www.self.com/\" >\n\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"\" autocomplete=\"off\"/>\n\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" class=\"global-search-input\" placeholder=\"Search SELF\" autocomplete=\"off\" />\n\t\t<div class=\"autosuggest\" style=\"display:none\"></div>\n\t\t</form>\t\t\t\t\t\t\t\t<div class = \"search_close_phone\">\n\t\t\t\t\t\t\t\t\t<div class=\"search_arrow_phone\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"search_close_icon ximg\"></div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</form>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"navbar\">\n\t\t\t\t\t<div class=\"navbar-inner\">\n\t\t\t\t\t\t<div class=\"container-fluid nav-container\">\n\t\t\t\t\t\t\t<!---Main Navigation -->\n\t\t\t\t\t\t\t<nav role=\"navigation\">\n\t<a class=\"btn btn-navbar visible-phone\" data-toggle=\"collapse\" data-target=\".nav-collapse\">\n\t\t<span class=\"mobile-nav-tab-icon\"></span>\n\t</a>\n\t<div class=\"nav-collapse collapse\">\n\t\t<div class=\"menu-main-nav-menu-container\">\n\t\t\t<!-- Login for mobile starts -->\n\t\t\t<div class=\"span3 login_holder pagination-centered visible-phone\">\n\t\t\t\t<div class=\"x-is-logged-in\">\n\t\t\t\t\t<span class=\"login_span_hold mobile_login_span\">\n\t\t\t\t\t\t<div id=\"login_x_phone\"><a href = \"#\"></a></div>\n\t\t\t\t\t\t<span class=\"grey\">Welcome back </span>\n\t\t\t\t\t\t<span class=\"profile_box\">\n\t\t\t\t\t\t\t<span class=\"username\">\n\t\t\t\t\t\t\t\t<span id=\"arrowhtml5\"></span>\n\t\t\t\t\t\t\t\t<span class=\"user-detail\"></span>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t<div class=\"profile_drop\">\n\t\t\t\t\t\t\t\t<span><a class=\"grey\" href=\"https://secure.self.com/user/update?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\">Edit Profile</a></span>\n\t\t\t\t\t\t\t\t<span id=\"logout_right\"><a class=\"grey\" href=\"https://secure.self.com/user/logout?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\" title=\"Logout\" >Logout</a></span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"x-not-logged-in\">\n\t\t\t\t\t<span class=\"login_span_hold mobile_login_span\">\n\t\t\t\t\t\t<div id=\"login_x_phone\"><a href = \"#\"></a></div>\n\t\t\t\t\t\t<a href=\"https://secure.self.com/user/login?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\">Login\n\t\t\t\t\t\t\t<span id=\"login_plus\"> +</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<!-- Login for mobile ends -->\n\n<ul id=\"menu-main-nav-menu\" class=\"nav-menu\">\n\t<li class=\"subscribe_dtox\">\n\t\t<span class=\"visible-desktop visible-tablet\">\n\t\t\t<span class=\"visible-desktop visible-tablet subscribe_rollover\">\n\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERLEFT\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\">Subscribe</a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERLEFT != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERLEFT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERLEFT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t</span>\n\t\t</span>\n\t\t<div id=\"rolloverAd\" class=\"rolloverAd\">\n\t\t\t<div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n\t\t\t\t<a href=\"#\">Close</a>\n\t\t\t</div>\n\t\t\t<div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER\" class=\"ecom-placement\"><!-- no failsafe for AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER -->            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERLEFT_ROLLOVER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t</div>\n\t\t</div>\n\t</li>\n\t\n\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/body/\">Body</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/body/celebrity/\">Celebrity</a></li><li><a href=\"http://www.self.com/body/fitness/\">Fitness</a></li><li><a href=\"http://www.self.com/body/workouts/\">Workouts</a></li><li><a href=\"http://www.self.com/body/food/\">Food</a></li><li><a href=\"http://www.self.com/body/recipes/\">Recipes</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/body/celebrity/2014/12/jennifer-lopez-owning-the-year\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/jennifer-lopez-bar-1240x1240-150x150.jpg\"></a><a class=\"img-definition\" href=\"/body/celebrity/2014/12/jennifer-lopez-owning-the-year\">Jennifer Lopez: Our January Cover Girl</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/looks/\">Looks</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/looks/fashion/\">Fashion</a></li><li><a href=\"/looks/fashion/2014/12/fitxfashion/\">Fit x Fashion</a></li><li><a href=\"http://www.self.com/looks/beauty/\">Beauty</a></li><li><a href=\"http://www.self.com/looks/hair/\">Hair</a></li><li><a href=\"http://www.self.com/looks/makeup/\">Makeup</a></li><li><a href=\"http://www.self.com/looks/skin/\">Skin</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/looks/fashion/2014/12/model-anne-v-utility-chic-fashion\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/model-anne-v-utility-chic-rocky-road-1240x1240-150x150.jpg\"></a><a class=\"img-definition\" href=\"/looks/fashion/2014/12/model-anne-v-utility-chic-fashion\">Top Model Anne V Takes Utility-Chic Style to the Top</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/life/\">Life</a>\t\t\t\t\t\t<ul class=\"sub-menu \">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/life/health/\">Health</a></li><li><a href=\"http://www.self.com/life/sex/\">Sex</a></li><li><a href=\"http://www.self.com/life/relationships/\">Relationships</a></li><li><a href=\"http://www.self.com/life/travel/\">Travel</a></li><li><a href=\"http://www.self.com/life/work/\">Work</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"/life/health/2014-womens-cancer-handbook\"><img src=\"http://www.self.com/wp-content/uploads/2014/09/women-versus-cancer-150x150.jpg\"></a><a class=\"img-definition\" href=\"/life/health/2014-womens-cancer-handbook\">Women Versus Cancer</a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/flash/\">Flash</a>\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://video.self.com/\">Video</a>\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"subscribe_dtox\">\n\t\t\t\t\t<span class=\"visible-phone disp-sub-men\" id=\"plus_minus_img\" ></span>\n\t\t\t\t\t<a href=\"http://www.self.com/tools/\">Tools</a>\t\t\t\t\t\t<ul class=\"sub-menu tools\">\n\t\t\t\t\t\t\t<div class=\"submenu-section-text pull-left\">\n\t\t\t\t\t\t\t<li><a href=\"/program/detox/\">Drop 10 Detox</a></li><li><a href=\"http://www.self.com/prize/\">Win Prizes!</a></li><li><a href=\"http://www.selfworkoutfinder.com/\">SELF Workout Finder</a></li><li><a href=\"http://nutritiondata.self.com/\">Nutrition Data</a></li><li><a href=\"http://selfcurated.self.com/\">Promotions</a></li>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"submenu-section-image pull-left\">\n\t\t\t\t\t\t\t\t<div class=\"navimagedisplay\">\n\t\t\t\t\t\t\t\t<a href=\"\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-time-journals-150x150.jpg\"></a>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t<li class=\"drop-ten-flx-img subscribe_dtox real_dtox\">\n\t\t\t\t\t<span class=\"visible-desktop\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-menu-nav-new.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t\t<span class=\"visible-tablet drop_2x_img_rez\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-menu-nav-new.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t</li>\n\n\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"search_img visible-desktop visible-tablet\">\n\t\t\t\t\t\t<img width=\"45px\" height=\"34px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/search.png\" />\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<!-- New code starts here -->\n\t\t\t\t<li class=\"subscribe_dtox real_dtox \">\n\t\t\t\t\t<span class=\"visible-phone\">\n\t\t\t\t\t<a href=\"/program/time-makeover\"><img id=\"drop_10_mob\" src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-logo-480x42.jpg\" /></a>\t\t\t\t\t</span>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"subscribe_dtox cm-mobile real_dtox visible-phone\">\n\t\t\t\t\t<span id=\"AMS_SLF_MOBILE_GLOBAL_NAVBAR\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeMobile\" target=\"_blank\">Subscribe</a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_MOBILE_GLOBAL_NAVBAR != 'undefined' ) {\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_NAVBAR\" ).html( pageAds.AMS_SLF_MOBILE_GLOBAL_NAVBAR.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_NAVBAR\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_MOBILE_GLOBAL_NAVBAR not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </span>\t\t\t\t</li>\n\t\t\t\t<!-- New code ends here -->\n\t\t\t</ul>\n\t\t\t<form class=\"navbar-search pull-right\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/search/\">\n\t\t\t\t<div><form role=\"search\" method=\"get\" id=\"searchform\" action=\"http://www.self.com/\" >\n\t\t<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n\t\t<input type=\"submit\" id=\"searchsubmit\" value=\"\" autocomplete=\"off\"/>\n\t\t<input type=\"text\" value=\"\" name=\"s\" id=\"s\" class=\"global-search-input\" placeholder=\"Search SELF\" autocomplete=\"off\" />\n\t\t<div class=\"autosuggest\" style=\"display:none\"></div>\n\t\t</form></div>\n\t\t\t</form>\n\t\t\t<div class=\"search_close\">\n\t\t\t\t<div class=\"search_arrow\"></div>\n\t\t\t\t<div class=\"search_close_icon ximg\"></div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</nav>\n\t\t\t\t\t\t</div> <!-- end .nav-container -->\n\t\t\t\t\t</div> <!-- end .navbar-inner -->\n\t\t\t\t</div> <!-- end .navbar -->\n\n\t\t\t</div> \n\t\t\t<!-- end #inner-header -->\n\t\t\t<div class=\"container-fluid logo-holder visible-desktop visible-tablet\">\n\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"span3 login_holder pagination-centered visible-desktop visible-tablet\">\n\t\t\t\t\t\t<div class=\"is-logged-in\">\n\t\t\t\t\t\t\t<span class=\"login_span_hold\">\n\t\t\t\t\t\t\t\t<img width=\"27px\" height=\"22px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/login-yellow.png\">\n\t\t\t\t\t\t\t\t<span class=\"grey\">Welcome back</span>\n\t\t\t\t\t\t\t\t<span class=\"profile_box\">\n\t\t\t\t\t\t\t\t\t<span class=\"username\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"9px\" height=\"8px\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/login-arrow.png\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"user-detail\"></span>\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t<div class=\"profile_drop\">\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"grey\" href=\"https://secure.self.com/user/update?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\">Edit Profile</a>\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t\t<hr>\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"grey\" href=\"https://secure.self.com/user/logout?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\" title=\"Logout\">Logout</a>\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t<hr class=\"login_in\">\n\t\t\t\t\t\t\t\t<a class=\"promotions_header_in\" href=\"http://selfcurated.self.com\">Promotions</a>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"not-logged-in\">\n\t\t\t\t\t\t\t<span class=\"login_span_hold\">\n\t\t\t\t\t\t\t\t<span class=\"login-icon-slf\"></span>\n\t\t\t\t\t\t\t\t<span class=\"login-box-text\">\n\t\t\t\t\t\t\t\t\t<a class=\"login-in-slf\" href=\"https://secure.self.com/user/login?returnto=http://www.self.com/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\">Login</a>\n\t\t\t\t\t\t\t\t\t<a class=\"promotions_header_out\" href=\"http://selfcurated.self.com\">Promotions</a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span6 logo pagination-centered visible-desktop visible-tablet\">\n\t\t\t\t\t\t<a class=\"self-logo\" href = \"http://www.self.com\"></a>\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"span3\">\n\t\t\t\t\t\t\t<div class=\"subscribe-box visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t<div class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADERCALLOUT\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_header_callout.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADERCALLOUT != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERCALLOUT\" ).html( pageAds.AMS_SLF_GLOBAL_HEADERCALLOUT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADERCALLOUT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADERCALLOUT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<div class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_HEADER\" class=\"ecom-placement\"><div id=\"subs-cover\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\">Subscribe</a></div>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_HEADER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_HEADER\" ).html( pageAds.AMS_SLF_GLOBAL_HEADER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_HEADER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_HEADER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t</header> <!-- end header -->\n<!-- Push Down Ad -->\n\t<div id=\"pushDown-banner-ad\" class=\"pushDown-ad visible-desktop visible-tablet\">\n\t\t<div class=\"pushDown-ad-inner\">\n\t\t\t<div class=\"displayAds\"><div class=\"advertisement\"><div id=\"pushdown970x418_frame\" class=\"displayAd displayAd970x418Js\" data-cb-ad-id=\"pushdown970x418_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"pushdown\", { sz: \"970x418\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t</div>\n\t</div>\t<div class=\"container-fluid blog-post blog\" id=\"wrapper\">\n    <!--category main block start -->\n    <div id=\"content\" class=\"clearfix row-fluid\">\n        <div class=\"span12 toprail hidden-phone\">\n            <!--top rail section -->\n            <div class=\"row-fluid\">\n      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/fitness/2014/01/essential-stretches-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2013/12/essential-stretches-00-fiss431-172x104-1419954957.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"essential-stretches-00-fiss431.jpg\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/fitness/2014/01/essential-stretches-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tBest Stretches For Flexibility\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/food/2014/12/cozy-vegetarian-winter-soups-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/12/WinterSoups-HalfBakedHarvest-172x104.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"WinterSoups-HalfBakedHarvest\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/food/2014/12/cozy-vegetarian-winter-soups-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tCozy Vegetarian Winter Soups\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/program/time-makeover/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/12/time-makeover-broken-clock-172x104.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"time-makeover-broken-clock\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/program/time-makeover/\">\n\t\t\t\t\t\t\t\t\t\t21-Day Time Makeover\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2010/06/yoga-for-abs-workout-slideshow/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2010/06/40YogaForAbs-172x104-1419955026.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"40YogaForAbs\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2010/06/yoga-for-abs-workout-slideshow/\">\n\t\t\t\t\t\t\t\t\t\tYoga For Your Abs\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t      \n\t\t\t\t\t\t<div class=\"wrapper_top span2\">\n\t\t\t\t\t\t\t<div class=\"toprail_wrp_img\">\n\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2014/11/tone-6-power-moves-mind-body/\"><img width=\"172\" height=\"104\" src=\"http://www.self.com/wp-content/uploads/2014/11/tone-up-power-moves-mind-body-linda-celeste-sims-1068-172x104-1419955069.jpg\" class=\"attachment-recipe-toprail-section-image wp-post-image\" alt=\"tone-up-power-moves-mind-body-linda-celeste-sims-1068\" /></a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"img_head\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t<a href=\"http://www.self.com/body/workouts/2014/11/tone-6-power-moves-mind-body/\">\n\t\t\t\t\t\t\t\t\t\tTone Up With 6 Power Moves\t\t\t\t\t\t\t\t\t </a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>         \t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n</div>        </div>\n\n        <div class=\"row-fluid float-sidebar-container\">\n            <div class=\"span8 center_well_tab\">\n                <div class=\"center_well\"><!-- center-well start-->\n                    <div class=\"tabbed-features\" id=\"position2\"><!-- tabbed-features start -->\n                        <div class=\"flash-logo\">\n                            <a href= \"/flash/\">\n                                <div class=\"flash_logo_img_png\">\n                                    <span class=\"flash-title-logo\">\n                                        FLASH\n                                    </span>\n                                    <span class=\"flash-tag-line\">\n                                        WHAT'S NEW NOW\n                                    </span>\n                                </div>\n                            </a>\n                        </div>\n                        <div id=\"blog-post\"> <!-- blog-post start-->\n                                                        <div id=\"blog-post-section\"><!--blog section start -->\n                                <div class=\"blog_post_header\">\n                                    <div class=\"graphic-logo\">\n                                        <div class=\"graphic-logo-bg\">\n                                            <div class=\"visible-desktop visible-tablet\">\n                                                <div class=\"displayAd200x60Js\"><div class=\"advertisement\"><div id=\"slideshow_top200x60_frame\" class=\"displayAd displayAd200x60Js\" data-cb-ad-id=\"slideshow_top200x60_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"slideshow_top\", { sz: \"200x60\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>                                            </div>\n\n                                            <div class=\"visible-phone\">\n                                                <div class=\"mobile-ad\"><div class=\"advertisement\"><div id=\"mobile-program-presented-ad88x31_frame\" class=\"displayAd displayAd88x31Js\" data-cb-ad-id=\"mobile-program-presented-ad88x31_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"mobile-program-presented-ad\", { sz: ( \"88x31\" ), kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>                                            </div>\n                                        </div>\n                                    </div>\n                                    <div class=\"blog-date\">\n                                        <div class=\"published\">\n                                            <div id=\"year\">2014</div>\n                                            <div id=\"month\">Dec 29</div>\n                                            <div id=\"time\">10:00 PM</div>\n                                        </div>\n                                        <div id=\"dotscopy\"></div>\n                                                                                <div id=\"blogSection\">\n                                            <a href= \"/flash/beauty-blog/\">\n                                                Beauty                                            </a>\n                                        </div>\n                                        \t\t\t\t\t\t\t\t\t\t\t\t <div class=\"by_author_cls\"> By <a href = '/author/sfarrell/'><span class=\"pink_aut_color\">Shannon Farrell</span></a></div>\n                                 \n\t\t\t\t\t\t\t\t\t\t\t\t                                          </div>\n\n                                    <div class=\"blog-article\"><h1>New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party</h1></div>\n\n                                    <div class=\"social_share_data hidden-phone\">\n\t\t\t\t\t\t\t\t        <div class=\"social-toolbar\">\n                                            <div class=\"share-this share-this-sticky\">\n                                                <ul class=\"share-links\">\n                                                                                                        <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                                        <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1tf9WlM\n\" addthis:title=\"New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                                        <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                                        <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                                        <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                                                                                        <li class=\"print share\"> <a href=\"#\" addthis:url=\"\" addthis:title=\"\" class=\"share print self_print\" ><span></span></a> </li>\n                                                                                                        <li class=\"tally\"> <a href=\"#\" class=\"share tally addthis_counter\" ><span></span></a> </li>\n                                                                                                    </ul>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n\n                                <div class=\"blog-content pinterest-images\">\n                                    <p><a href=\"http://www.self.com/wp-content/uploads/2014/12/New-Years-Eve-Lead.jpg\"><img class=\"alignnone size-full wp-image-1110831\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/New-Years-Eve-Lead.jpg\" data-lazy-loaded=\"true\" alt=\"New-Years-Eve-Lead\" width=\"600\" height=\"400\" /></a></p>\r\n<p>&nbsp;</p>\r\n<p>Starting the New Year on a good note means skipping the stress—especially when it comes to your hair! But since many of us will be working in the hours leading up to the ball drop (often with little to no time to adjust between office and party) our suggestion is to prep your locks in the AM. With the right style and a few night-appropriate tricks, your hair won't need much upkeep to make it to midnight.</p><p>\n<h2><strong>Loose Waves</strong></h2>\n</p>\n<a href=\"http://www.self.com/wp-content/uploads/2014/12/Jessica-Alba-waves.jpg\"><div class=\"pinterest_wrap\"><img class=\"alignnone size-full wp-image-1110801\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" data-pinterest-wrap=\"\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/Jessica-Alba-waves.jpg\" data-lazy-loaded=\"true\" alt=\"Jessica-Alba-waves\" width=\"600\" height=\"400\" /></div></a>\n<p>Start with structured waves in the morning, wrapping small sections of hair (1-1 1/2-inch pieces) around a 1-inch curling iron for 20 to 30 seconds. Brush the ringlets out and throughout the day, they&#8217;ll smooth to soft waves. After work, apply a texturizing spray into the hair, spraying and scrunching each section to increase volume.</p>\n<p>\n<h2><strong>Glam Topknot</strong></h2>\n</p>\n<a href=\"http://www.self.com/wp-content/uploads/2014/12/jaime-king-bun.jpg\"><div class=\"pinterest_wrap\"><img class=\"alignnone size-full wp-image-1110811\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" data-pinterest-wrap=\"\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/jaime-king-bun.jpg\" data-lazy-loaded=\"true\" alt=\"jaime-king-bun\" width=\"600\" height=\"400\" /></div></a>\n<p>The secret to a topknot is in the volume. In the morning apply a generous amount of dry shampoo from the scalp to the tip, scrunching the hair to add fullness. Then pull the hair up into a twisted topknot towards the top of the head. Hold with hairspray. At night, either pull a few front pieces out to soften the look or add a <a href=\"http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">glitzy headband</a>.</p>\n<p>\n<h2><strong>Messy Fishtail</strong></h2>\n</p>\n<a href=\"http://www.self.com/wp-content/uploads/2014/12/Emma-Stone-Braid.jpg\"><div class=\"pinterest_wrap\"><img class=\"alignnone size-full wp-image-1110821\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" data-pinterest-wrap=\"\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/Emma-Stone-Braid.jpg\" data-lazy-loaded=\"true\" alt=\"Emma-Stone-Braid\" width=\"600\" height=\"400\" /></div></a>\n<p>Pull off a lived-in braid the natural way. Start with a clean fishtail braid in the morning and let it naturally transition to messy-chic—pieces will fall out of the plait over time. At the end of the day, use a dry shampoo at the roots to make the entire style look lived in. Add a bow or leather cuff at the tip of the braid for subtle structure.</p>\n<p><strong>RELATED: </strong></p>\n<ul>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/taylor-swift-headband/\">Headbands 101: Taylor Swift Taught a Master Class on the Subject</a></li>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/dry-hair-split-ends-fix-hair-oil-weleda/\">The Game-Changing Oil for Dry Hair and Split Ends</a></li>\n<li><a href=\"http://www.self.com/flash/beauty-blog/2014/12/static-hair-remedy/\">30-Second Hair Hacks That Tame Static</a></li>\n</ul>\n                                    <div class=\"blog-key\">\n\t\t\t\t\t\t\t\t\t\tKEYWORDS: <span class=\"keyword\"><a href='http://www.self.com/tag/braids/'>braids</a>,<a href='http://www.self.com/tag/buns/'>buns</a>,<a href='http://www.self.com/tag/emma-stone/'>Emma Stone</a>,<a href='http://www.self.com/tag/jaime-king/'>jaime king</a>,<a href='http://www.self.com/tag/jessica-alba/'>Jessica Alba</a>,<a href='http://www.self.com/tag/new-years-eve/'>New Year's Eve</a>,<a href='http://www.self.com/tag/waves/'>Waves</a></span></div>\n                                    <div class=\"social_share_data hidden-phone\">\n\t\t\t\t\t\t\t\t        <div class=\"social-toolbar\">\n                                            <div class=\"share-this share-this-sticky\">\n                                                <ul class=\"share-links\">\n                                                                                                        <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                                        <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1tf9WlM\n\" addthis:title=\"New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                                        <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                                        <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                                        <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                                                                                        <li class=\"print share\"> <a href=\"#\" addthis:url=\"\" addthis:title=\"\" class=\"share print self_print\" ><span></span></a> </li>\n                                                                                                        <li class=\"tally\"> <a href=\"#\" class=\"share tally addthis_counter\" ><span></span></a> </li>\n                                                                                                    </ul>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                                \n                                <div class=\"x-see-more\">SEE MORE </div>\n                                <div class=\"x-see-less\">SEE LESS </div>\n                            </div><!--blog section end -->\n                            <div class=\"blognav blognav_tab\">\n                                <span class=\"blog-prev\">\n                                                                            <a class=\"blog_navi\" rel=\"next\" href=\"http://www.self.com/flash/nutrition/2014/12/ultimate-guide-tea-infographic/\" title=\"Tea Party Time! The Ultimate Guide to Tea \">\n                                            OLDER\n                                        </a>\n                                                                    </span>\n                                <span class=\"blog-nex\">\n                                                                        <a class=\"blog_navi\" rel=\"next\" href=\"http://www.self.com/flash/charity/2014/12/holly-del-rosso-uses-fitness-help-low-income-teens/\" title=\"The Charitable Fitness Endeavor That’s Changing the Game\">\n                                        NEWER\n                                    </a>\n                                                                    </span>\n                            </div>\n                                <div class=\"pagination-wrap\">\n                                                                        <div class=\"oldpost-box\">\n                                         <a rel=\"next\" href=\"http://www.self.com/flash/nutrition/2014/12/ultimate-guide-tea-infographic/\" title=\"Tea Party Time! The Ultimate Guide to Tea \">\n                                            <div class=\"blog_navi\">\n                                               <div class=\"blog_navi_title\">Tea Party Time! The Ultimate Guide to Tea </div>\n                                            </div>\n                                        </a>\n                                                                            </div>\n                                    <div class=\"newpost-box\">\n                                                                                    <a rel=\"next\" href=\"http://www.self.com/flash/charity/2014/12/holly-del-rosso-uses-fitness-help-low-income-teens/\" title=\"The Charitable Fitness Endeavor That’s Changing the Game\">\n                                                <div class=\"blog_navi\">\n                                                    <div class=\"blog_navi_title\">The Charitable Fitness Endeavor That’s Changing the Game</div>\n                                                </div>\n                                            </a>\n                                                                            </div>\n                                </div>\n                            \n                            \n\t\t\t\t\t\t\t<div id=\"zergnet-widget\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"zergent-title\">What We're Reading</div>\n<div id=\"zergnet-widget-22270\"></div>\n\n<script language=\"javascript\" type=\"text/javascript\">\n(function() {\nvar zergnet = document.createElement('script');\nzergnet.type = 'text/javascript'; zergnet.async = true;\nzergnet.src = 'http://www.zergnet.com/zerg.js?id=22270';\nvar znscr = document.getElementsByTagName('script')[0];\nznscr.parentNode.insertBefore(zergnet, znscr);\n})();\n</script>\t\n\t\t\t\t\t\t\t</div>\n                            <div class=\"sticky_bar visible-phone\">\n                                    <div class = \"social_sticky\">\n                                        <img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/sticky_social.png\"  />\n                                </div>\n                            </div>\n                            <div class = \"visible-phone\">\n                            \t<div class=\"share-this sticky_social_icons share-this-sticky\">\n                                    <ul class=\"share-links\">\n                                                                                <li class=\"fb share\"> <a href=\"#\"  class=\"share fb addthis_button_facebook\" ><span></span></a> </li>\n                                                                                <li class=\"tw share\"> <a href=\"#\" addthis:url=\"http://on.self.com/1tf9WlM\n\" addthis:title=\"New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party via @SELFmagazine\" class=\"share tw addthis_button_twitter\" ><span></span></a> </li>\n                                                                                <li class=\"gp share\"> <a href=\"#\" class=\"share gp addthis_button_google\" ><span></span></a> </li>\n                                                                                <li class=\"pn share\"> <a href=\"#\" class=\"share pn addthis_button_pinterest\" ><span></span></a> </li>\n                                                                                <li class=\"em share\"> <a href=\"#\"  addthis:url=\"\" addthis:title=\"\" class=\"share em addthis_button_mailto\" ><span></span></a> </li>\n                                        \t\t\t\t\t\t\t\t\t\t<li class=\"print\"><a href = \"javascript:void(0);\">&nbsp;</a></li>\n                                    </ul>\n                                </div>\n                            </div>\n\n                            <div class=\"comments-container col1\">\n                                <div class = \"visible-phone show_hide_comments\">\n                                    <span class = \"hide_com\"> Hide comments <img src = \"http://www.self.com/wp-content/themes/self-1.0.0/images/show_hide_comments_up.png\" /></span>\n                                    <span class = \"show_com\"> Show comments <img src = \"http://www.self.com/wp-content/themes/self-1.0.0/images/show_hide_comments_down.png\" /></span>\n                                </div>\n                                <div id=\"comments\"><div class=\"loader\">Loading Comments...</div></div>                            </div>\n                                                    </div> <!--blog post end -->\n                                            </div> <!-- tabbed-features end -->\n                </div><!-- center-well end -->\n            </div>\n            <div class=\"row-fluid follow_us_tab visible-phone\">\n                <div class=\"row-fluid\" class=\"follow_self\">\n                    <img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/follow_self_text.png\" />\n                </div>\n                <div class=\"social_icons\">\n                    <ul>\n                        <li class=\"social-facebook\">\n                            <a href=\"https://facebook.com/selfmagazine\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n                         </li>\n                        <li class=\"social-twitter\">\n                            <a href=\"http://twitter.com/selfmagazine\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n                        </li>\n                        <li class=\"social-pinterest\">\n                           <a href=\"http://pinterest.com/selfmagazine/\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n                        </li>\n                        <li class=\"social-gplus\">\n                           <a href=\"https://plus.google.com/app/basic/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                           </li>\n                        <li class=\"social-instragram\">\n                           <a href=\"http://instagram.com/selfmagazine\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n                        </li>\n                           <li class=\"clear\">\n                        </li>\n                    </ul>\n                </div>\n            </div>\n        </div>\n       <div class=\"centre_well_sb_1\">\n                <div id=\"sidebar1\" class=\"fluid-sidebar sidebar pull-right\" role=\"complementary\">\n    <div>\n\t\t<div class=\"row-fluid\">\n\t\t\t\t<!-- Package page extra content in sidebar start -->\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- Package page extra content in sidebar end -->\n\t\t\t\t<div id=\"box-ad-sidebar\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t<span class=\"advt-slug\">Advertisement</span>\n\t\t\t\t\t\t<div class=\"box-ad-inner\">\n\t\t\t\t\t\t\t<div class=\"displayAd300x250Js\"><div class=\"advertisement\"><div id=\"homepage_rightrail_top300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"homepage_rightrail_top300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"homepage_rightrail_top\", { sz: \"300x250\", kws: [ \"top\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"text\">\n\t\t\t\n\t\t\t       \t\t\t\t\t<div id=\"whats-new-now\">\n\t\t\t\t\t\t<div class=\"whats-new-title\">\n\t\t\t\t\t\t\t<h3 class=\"whats-new-flash\">\n\t\t\t\t\t\t\t\tFlash\n\t\t\t\t\t\t\t</h3>\n\t\t\t\t\t\t\t<span class=\"whats-new-tag\">What's New Now </span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"whats-new-list\">\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/fitness-blog/2015/01/workout-music-power-playlist-2015/\">Your Power Playlist For A Killer Workout</a>\n\t\t\t\t\t\t\t\t\t<span>15 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/news/2015/01/white-castle-unveils-new-veggie-slider/\">White Castle Unveils a New Veggie Slider</a>\n\t\t\t\t\t\t\t\t\t<span>15 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.self.com/flash/sex-and-relationships/2015/01/5-resolutions-make-couple-tips-sticking/\">5 Resolutions to Make as a Couple (And Tips for Sticking to Them)</a>\n\t\t\t\t\t\t\t\t\t<span>18 hours ago</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<a href=\"/flash\" class=\"whats-new-more\">More Blog Posts</a>\n\t\t\t\t\t</div>\n\t\t\t\t    \t\t\t\t</div>\n\n\t\t\t\t</div>\n        </div>\n        <!--flash section end -->\n\t\t\t\t\t\t<div class=\"row-fluid\">\n\t\t\t\t\t<div class=\"visible-phone pagination-centered\">\n\t\t\t\t\t\t<div class=\"displayAd300x51Js\"><div class=\"advertisement\"><div id=\"homepage_rightrail_top320x51_frame\" class=\"displayAd displayAd320x51Js\" data-cb-ad-id=\"homepage_rightrail_top320x51_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( CN.isMobile && CN.dart ) {\n CN.dart.call( \"homepage_rightrail_top\", { sz: ( \"320x51\" ), kws: [ \"bottom\" ], collapse: true } );\n} \n}</script></div></div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t    </div>\n        </div>\n        <div class=\"centre_well_sb_2\">\n                <div id=\"sidebar2\" class=\"fluid-sidebar sidebar span4\" role=\"complementary\">\n    <div class=\"row-fluid follow_us_tab dotter_head \">\n        <div class=\"row-fluid\" class=\"follow_self\">\n                <div class=\"dotted_header\">Follow Self</div>\n        </div>\n        <div class=\"social_icons\">\n            <ul>\n                <li class=\"social-facebook\">\n                    <a href=\"https://facebook.com/selfmagazine\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n                </li>\n                <li class=\"social-twitter\">\n                    <a href=\"http://twitter.com/selfmagazine\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n                </li>\n                <li class=\"social-pinterest\">\n                    <a href=\"http://pinterest.com/selfmagazine\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n                </li>\n                <li class=\"social-gplus visible-phone\">\n                    <a href=\"https://plus.google.com/app/basic/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                </li>\n                <li class=\"social-gplus hidden-phone\">\n                    <a href=\"https://plus.google.com/+selfmagazine/posts\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n                </li>\n                <li class=\"social-instragram\">\n                    <a href=\"http://instagram.com/selfmagazine\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n                </li>\n                <li class=\"clear\">\n                </li>\n            </ul>\n        </div>\n    </div>\n\n\n    <div class=\"rightrail-nav\">\n        <div class=\"row-fluid visible-desktop visible-tablet\">\n            <div id=\"AMS_SLF_GLOBAL_RIGHTRAILNAV\" class=\"ecom-placement\"><div class=\"self-cm\">Self</div><ul class=\"yrail-subs-nav\"><li id=\"snav1\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\" title=\"Give a Subscription to Self magazine as a Gift\">Subscribe</a></li><li id=\"snav2\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeGift\" target=\"_blank\" title=\"Give a Subscription to Self magazine as a Gift\">Gift</a></li><li id=\"snav3\"><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\" target=\"_blank\" title=\"Renew your Subscription to Self magazine\">Renew</a></li><li id=\"snav4\"><a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\" target=\"_blank\" title=\"Subscription Questions and Answers for Self magazine\">Questions</a></li></ul>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_RIGHTRAILNAV != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_RIGHTRAILNAV\" ).html( pageAds.AMS_SLF_GLOBAL_RIGHTRAILNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_RIGHTRAILNAV\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_RIGHTRAILNAV not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>        </div>\n    </div>\n    <div class=\"row-fluid x-most-popular \">\n        <div class =\"most_pop dotter_head\">\n            <div class=\"dotted_header\">Most Popular</div>\n            <div class=\"most-views\"><ol><li class=\"most_pop_odd\"><a href=\"/flash/beauty-blog/2014/12/wavy-bob-styling-tips/\"><div class=\"most-image-warpper\"><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"Elizabeth-Olsen-cut\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2014/12/Elizabeth-Olsen-cut-100x100.png\" /></div></a><a class=\"link_most_views\" href=\"/flash/beauty-blog/2014/12/wavy-bob-styling-tips/\">Here&#8217;s More Proof That the Wavy Bob Is 2015&#8217;s &#8220;It&#8221; Cut</a></li><li class=\"most_pop_even\"><a href=\"/flash/nutrition/2014/07/pharmacist-approved-hangover-cure/\"><div class=\"most-image-warpper\"><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"hangover-cure-7\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2014/06/hangover-cure-7-100x100.jpg\" /></div></a><a class=\"link_most_views\" href=\"/flash/nutrition/2014/07/pharmacist-approved-hangover-cure/\">A Pharmacist-Approved Hangover Cure (*Bookmark This!)</a></li><li class=\"most_pop_odd\"><a href=\"/body/food/2010/03/20-superfoods-slideshow/\"><div class=\"most-image-warpper\"><div class='most-slide-icon'></div><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"20-Slimming-Superfoods-300x300\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2010/03/20-Slimming-Superfoods-300x300.jpg\" /></div></a><a class=\"link_most_views\" href=\"/body/food/2010/03/20-superfoods-slideshow/\">20 Superfoods for Weight Loss</a></li><li class=\"most_pop_even\"><a href=\"/body/workouts/2012/06/butt-workout-slideshow-2/\"><div class=\"most-image-warpper\"><div class='most-slide-icon'></div><img width=\"100\" height=\"100\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/1x1.trans.gif\" class=\"attachment-most-popular-img wp-post-image\" alt=\"3MovesResizeButt\" enablelazyload=\"true\" data-src=\"http://www.self.com/wp-content/uploads/2012/06/3MovesResizeButt-100x100-1416005859.jpg\" /></div></a><a class=\"link_most_views\" href=\"/body/workouts/2012/06/butt-workout-slideshow-2/\">6 Moves to Resize Your Butt and Thighs</a></li></ol></div>        </div>\n    </div>\n        <div class=\"newsletter_mobile_hold visible-phone\">\n        <div id=\"newsletterr\" class=\"row-fluid newsletterr\">\n            <div class=\"inner_news\">\n                Get More from Self! sign up for our Newsletter\n                <div class=\"newsletter newsletter-widget\">\n                    <form name=\"newslettersForm\" action=\"https://secure.self.com/services/newsletters/demographics\" method=\"post\">\n                        <input type=\"hidden\" name=\"nr\" value=\"widget\">\n                        <p>\n                            <input class=\"newsletter-email\" name=\"email\" type=\"email\" required=\"\" name=\"ne\" placeholder=\"Enter your email address\">\n                        </p>\n                        <p>\n                            <input class=\"newsletter-submit\" type=\"submit\" value=\"Submit\">\n                        </p>\n\n                        <div class=\"newsletter-img\"></div>\n                         <div class=\"newsletter-privacy\">\n                            Will be used in accordance with our <a href=\"http://www.condenast.com/privacy-policy\" target=\"_blank\"> Privacy Policy.</a>\n                        </div>\n                        <ul class=\"expand\">\n                            <li>\n                                <input id=\"newsletter.159\" name=\"newsletterAndVersions\" value=\"newsletter.159\" type=\"checkbox\">\n                                <div>SELF Monthly News & Tips</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.159.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.159.newsletterId\" value=\"159\">\n                                <input type=\"hidden\" name=\"handler.newsletter.159.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.160\" name=\"newsletterAndVersions\" value=\"newsletter.160\" type=\"checkbox\">\n                                <div>Recipe of the Week</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.160.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.160.newsletterId\" value=\"160\">\n                                <input type=\"hidden\" name=\"handler.newsletter.160.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.347\" name=\"newsletterAndVersions\" value=\"newsletter.347\" type=\"checkbox\">\n                                <div>Get-Fit Move of the Week</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.347.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.347.newsletterId\" value=\"347\">\n                                <input type=\"hidden\" name=\"handler.newsletter.347.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.394\" name=\"newsletterAndVersions\" value=\"newsletter.394\" type=\"checkbox\">\n                                <div>Beauty Quick Tip</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.394.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.394.newsletterId\" value=\"394\">\n                                <input type=\"hidden\" name=\"handler.newsletter.394.isRequired\" value=\"true\">\n                            </li>\n                            <li>\n                                <input id=\"newsletter.5011\" name=\"newsletterAndVersions\" value=\"newsletter.5011\" type=\"checkbox\">\n                                <div>Healthy SELF</div>\n                                <input type=\"hidden\" name=\"handler.newsletter\" value=\"handler.newsletter.5011.\">\n                                <input type=\"hidden\" name=\"handler.newsletter.5011.newsletterId\" value=\"5011\">\n                                <input type=\"hidden\" name=\"handler.newsletter.5011.isRequired\" value=\"true\">\n                            </li>\n                        </ul>\n                        <input type=\"hidden\" name=\"toolkit.application\" value=\"newsletter\">\n                        <input type=\"hidden\" name=\"toolkit.applicationId\" value=\"\">\n                        <input type=\"hidden\" name=\"formName\" value=\"shortForm\">\n                        <input type=\"hidden\" name=\"partnerCode\" value=\"\">\n                        <input type=\"hidden\" name=\"sourceCode\" value=\"\">\n                    </form>\n                </div>\n            </div>\n        </div>\n    </div>\n       \n   \n</div>        </div>\n    </div>\n\n\t\t\n\t<div class=\"bottom_rail_tab hidden-phone\">\n\t\t<div class=\"rowfluid\">\n\t\t\t<div class=\"more-self dotter_head\">\n\t\t\t\t<div class = \"dotted_header\">More On Self</div>\n\t\t\t</div>\n\t\n\t\t\t<div class = \"container-fluid blog-index more_on_self_bot blog\">\n\t\t\t\t<!-- more on self start -->\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/beauty-blog/2014/04/beauty-emma-watson-polish-free-pedicure/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/04/emma-watson-shoes-thumb-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"emma-watson-shoes-thumb.jpg\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/beauty-blog/2014/04/beauty-emma-watson-polish-free-pedicure/\">Emma Watson Shows Us How a Super-Nude Pe</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/health-blog/2014/05/fda-regulates-indoor-tanning-beds/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/05/fda-regulates-tanning-beds-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"fda-regulates-tanning-beds\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/health-blog/2014/05/fda-regulates-indoor-tanning-beds/\">FDA Puts the Smackdown on Indoor Tanning</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/celebrity-blog/2014/05/celebrity-hilary-duff-workout-rise-movement/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/05/hilary-duff-workout-rise-movement-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"hilary-duff-workout-rise-movement\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/celebrity-blog/2014/05/celebrity-hilary-duff-workout-rise-movement/\">Hilary Duff Is a Powerhouse</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/fitness-blog/2014/04/fitness-weight-loss-workouts/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2014/04/Weight-Loss-Main1-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"Weight-Loss-Main.jpg\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/fitness-blog/2014/04/fitness-weight-loss-workouts/\">How Many Days a Week Should You Exercise</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"more-on-self\">\n\t\t\t\t\t<a href=\"http://www.self.com/flash/diet-blog/2011/08/6-high-fat-foods-that-are-good/\"><img width=\"172\" height=\"172\" src=\"http://www.self.com/wp-content/uploads/2011/08/68HighFatFoodsAvocado-172x172.jpg\" class=\"attachment-related-image wp-post-image\" alt=\"68HighFatFoodsAvocado\" /></a>\t\t\t\t\t<div class=\"desc\"><a href=\"http://www.self.com/flash/diet-blog/2011/08/6-high-fat-foods-that-are-good/\">6 High-Fat Foods That Are Good for You</a></div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n<!-- Footer is commented, as of now it is not needed for mobile version. -->\n</div> <!-- end #container -->\n<footer>\n    \n\t<div class=\"footer\">\n\t\t<div class=\"container narrow row-fluid footer-container3 clearfix\">\n\t\t    \t\t\t\t<div class=\"span12 pagination-centered visible-desktop visible-tablet follow_footer dotter_head\">\n\t\t\t\t\t<div class=\"dotted_header\">Follow self</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<!-- New Follow self starts here -->\n\t\t\t\t<div class=\"new_follow_str visible-tablet\">\n\t\t\t\t\t<div class=\"social_icons\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li class=\"social-facebook\">\n\t\t\t\t\t\t\t\t<a href=\"https://facebook.com/selfmagazine/\" title=\"Facebook\" target=\"_blank\">Facebook</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-twitter\">\n\t\t\t\t\t\t\t\t<a href=\"http://twitter.com/selfmagazine/\" title=\"Twitter\" target=\"_blank\">Twitter</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-pinterest\">\n\t\t\t\t\t\t\t\t<a href=\"http://pinterest.com/selfmagazine/\" title=\"Pinterest\" target=\"_blank\" >Pinterest</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-gplus\">\n\t\t\t\t\t\t\t\t<a href=\"https://plus.google.com/+selfmagazine/posts/\" title=\"Gplus\" target=\"_blank\">Gplus</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"social-instragram\">\n\t\t\t\t\t\t\t\t<a href=\"http://instagram.com/selfmagazine/\" title=\"Instragram\" target=\"_blank\">Instragram</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"clear\"></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<!-- New Follow self ends here -->\n\t\t\t\t\t\t\t\t<div class=\"container-fluid pagination-centered\">\n\n\t\t\t\t\t<div class=\"row-fluid social_holder \">\n\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<h4 class=\"visible-desktop visible-tablet\">ON INSTAGRAM</h4>\n\t\t\t\t\t\t\t<h4 class=\"visible-phone\">LATEST ON INSTAGRAM</h4>\n\t\t\t\t\t\t    <div id=\"footer-instagram-widget\" class=\"instagram\">\n\t\t\t\t\t\t\t\t<div>\n    <a class=\"profile-link\" href=\"http://instagram.com/selfmagazine/\">instagram.com/selfmagazine/</a>\n\n    <ul class=\"instagram_images\">\n        <li>\n            <a href=\"http://instagram.com/p/xX9gl8q4SH/\">\n                <img src=\"http://scontent-a.cdninstagram.com/hphotos-xpf1/t51.2885-15/10549892_1519240318336769_672335686_a.jpg\"\n                    width=\"306\"\n                    height=\"306\"\n                    alt=\"#NOTEtoSELF cute pants make yoga class way more fun. And PS they&#039;re from @underarmour!'\" />\n            </a>\n            <div class=\"instagram_time\">January 03, 2015</div>\n            <div class=\"instagram_caption\">#NOTEtoSELF cute pants make yoga class way more fun. And PS they&#039;re from @underarmour!</div>\n            <ul class=\"instagram_counts\">\n                <li>\n                    <div class=\"instagram_likes\">1505</div>\n                    <div class=\"instagram_likes_title\">Likes</div>\n                </li>\n                <li>\n                    <div class=\"instagram_comments\">24</div>\n                    <div class=\"instagram_comments_title\">Comments</div>\n                </li>\n            </ul>\n        </li>\n    </ul>\n\n\n    <ul class=\"instagram_stats\">\n        <li>\n            <div class=\"instagram_count\">1297</div>\n            <div class=\"instagram_count_title\">Photos</div>\n        </li>\n        <li>\n            <div class=\"instagram_count\">377</div>\n            <div class=\"instagram_count_title\">Following</div>\n        </li>\n        <li>\n            <div class=\"instagram_count\">119266</div>\n            <div class=\"instagram_count_title\">Followers</div>\n        </li>\n    </ul>\n\n</div>\n\t\t\t\t\t\t\t\t<p id=\"instagran_postedon\">\n\t\t\t\t\t\t\t\t\t<a class=\"visible-phone instagram_phone\" rel=\"external\" href=\"http://instagram.com/selfmagazine/\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"visible-phone follow_text_linkinst\">\n\t\t\t\t\t\t\t\t<a rel=\"external\" href=\"http://instagram.com/selfmagazine/\">\n\t\t\t\t\t\t\t\t\t<p class=\"follow_text_linkcol\">Follow Us on Instagram</p>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<h4 class=\"visible-desktop visible-tablet\">ON TWITTER</h4>\n\t\t\t\t\t\t\t<h4 class=\"visible-phone\">LATEST ON TWITTER</h4>\n\t\t\t\t\t\t\t<div class=\"widget CN_WidgetsTwitterFeed\"><div class=\"twitter-widget\">\n            <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">The gear that will help you set a new PR <a class=\"external-link\" href=\"http://t.co/qjTEhGv1l1\" title=\"http://on.self.com/1Bh4PIc\">on.self.com/1Bh4PIc</a> <a class=\"external-link\" href=\"http://t.co/QxQwOuyHlI\" title=\"http://twitter.com/SELFmagazine/status/551343232613773312/photo/1\">pic.twitter.com/QxQwOuyHlI</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551343232613773312\">about 3 mins ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551343232613773312\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551343232613773312\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551343232613773312\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">A common flu misperception debunked <a class=\"external-link\" href=\"http://t.co/fH1lhHw8kI\" title=\"http://on.self.com/1BgUJXC\">on.self.com/1BgUJXC</a> <a class=\"external-link\" href=\"http://t.co/V66ny7T9mp\" title=\"http://twitter.com/SELFmagazine/status/551328123912871936/photo/1\">pic.twitter.com/V66ny7T9mp</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551328123912871936\">about 1 hour ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551328123912871936\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551328123912871936\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551328123912871936\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">In 2015 you’ll be seeing a lot more matcha in your food <a class=\"external-link\" href=\"http://t.co/SIQQktTAA3\" title=\"http://on.self.com/1vG76pU\">on.self.com/1vG76pU</a> <a class=\"external-link\" href=\"http://t.co/4S6N1Fk5ZR\" title=\"http://twitter.com/SELFmagazine/status/551320584630452224/photo/1\">pic.twitter.com/4S6N1Fk5ZR</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551320584630452224\">about 2 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551320584630452224\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551320584630452224\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551320584630452224\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">New year, new workout playlist. Here's the music that will help you crush your get fit goal <a class=\"external-link\" href=\"http://t.co/az1iKKPobp\" title=\"http://on.self.com/178VxTA\">on.self.com/178VxTA</a> <a class=\"external-link\" href=\"http://t.co/z8ABTE54u5\" title=\"http://twitter.com/SELFmagazine/status/551313046488875008/photo/1\">pic.twitter.com/z8ABTE54u5</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551313046488875008\">about 2 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551313046488875008\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551313046488875008\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551313046488875008\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">Why we support a good steak dinner <a class=\"external-link\" href=\"http://t.co/gA20gy8SnF\" title=\"http://on.self.com/1K8Veay\">on.self.com/1K8Veay</a> <a class=\"external-link\" href=\"http://t.co/zGzK5f6q2B\" title=\"http://twitter.com/SELFmagazine/status/551305488097243138/photo/1\">pic.twitter.com/zGzK5f6q2B</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551305488097243138\">about 3 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551305488097243138\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551305488097243138\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551305488097243138\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                        <div class=\"twitter_user\">\n                <div class=\"twitter_user_icon\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\"><img src=\"http://pbs.twimg.com/profile_images/544692766140141569/cXHxMv1e_normal.jpeg\" alt=\"SELF Magazine\" /></a></div>\n                <div class=\"twitter_user_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">SELF Magazine</a></div>\n                <div class=\"twitter_screen_name\"><a class=\"user-mention\" href=\"https://twitter.com/intent/user?user_id=23798922\" title=\"SELF Magazine\" lang=\"en\">@SELFmagazine</a></div>\n            </div>\n\n            <p class=\"tweet_content\">We're talking next-level abs and arms <a class=\"external-link\" href=\"http://t.co/b6YQWo136V\" title=\"http://on.self.com/1BroO59\">on.self.com/1BroO59</a> <a class=\"external-link\" href=\"http://t.co/jOvzkZFil8\" title=\"http://twitter.com/SELFmagazine/status/551297924538175488/photo/1\">pic.twitter.com/jOvzkZFil8</a></p>\n\n            <div class=\"tweet_meta\">\n                <a href=\"https://twitter.com/twitterapi/status/551297924538175488\">about 3 hours ago</a> &middot; \n                <span class=\"tweet_intents\"><a class=\"tweet-intent-reply\" href=\"https://twitter.com/intent/tweet?in_reply_to=551297924538175488\" title=\"reply\" lang=\"en\">reply</a> &middot; <a class=\"tweet-intent-retweet\" href=\"https://twitter.com/intent/retweet?tweet_id=551297924538175488\" title=\"retweet\" lang=\"en\">retweet</a> &middot; <a class=\"tweet-intent-favorite\" href=\"https://twitter.com/intent/favorite?tweet_id=551297924538175488\" title=\"favorite\" lang=\"en\">favorite</a></span>\n                            </div>\n                <div class=\"follow-button\">\n        <a href=\"http://twitter.com/SELFmagazine\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"true\" data-lang=\"en\"></a>\n        <a href=\"http://twitter.com/SELFmagazine\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"true\" data-lang=\"en\"></a>\n    </div>\n</div>\n</div>\n\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\">\n\t\t\t\t\t\t\t\t<p class=\"follow_text_linkcol\">Follow Us on Twitter</p>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\"></a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t<div id=\"follow-us\" class=\"visible-desktop visible-tablet\">\n\t\t\t\t\t\t\t\t\t<div id=\"on-pinterest\" class=\"last\">\n\t\t\t\t\t\t\t\t\t\t<h3>On Pinterest</h3>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"widget CN_WidgetsPinterest\"><div class=\"mod pinterest-mod\">\n\t\t\t\t<a data-pin-do=\"embedUser\" href=\"http://www.pinterest.com/selfmagazine/\" data-pin-scale-height=\"300\" data-pin-board-width=\"300\"></a>\n\t\t\t\t</div></div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<a class=\"visible-phone twitter_phone\" rel=\"external\" href=\"http://pinterest.com/selfmagazine/\"><p class=\"follow_text_linkcol\">Follow Us on Pinterest</p></a>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"new_so_hold span12\">\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"instagram-link bottom_fol_link \" rel=\"external\" href=\"http://instagram.com/selfmagazine/\">Follow Us on Instagram</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"bottom_fol_link twitter-link \" rel=\"external\" href=\"https://twitter.com/SELFmagazine/\">Follow Us on Twitter</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t\t\t<a class=\"bottom_fol_link pinterest-link \" rel=\"external\" href=\"http://pinterest.com/selfmagazine/\">Follow Us on Pinterest</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"container narrow row-fluid footer-container1 clearfix\">\n\t\t\t\t\t<div class=\"container-fluid\">\n\t\t\t\t\t\t<div class=\"span12 footer_70\">\n\t\t\t\t\t\t\t<div id=\"subscribe-today\">\n\t\t\t\t\t\t\t\t<div id=\"subscribe-today-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"visible-desktop tablet-display-hidden-ecom\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_GLOBAL_SITEFOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_sitefooter.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_GLOBAL_SITEFOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_GLOBAL_SITEFOOTER\" ).html( pageAds.AMS_SLF_GLOBAL_SITEFOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_GLOBAL_SITEFOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_GLOBAL_SITEFOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"visible-tablet tablet-display-ecom\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_TABLET_GLOBAL_FOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_failsafe_sitefooter.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_TABLET_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_TABLET_GLOBAL_FOOTER\" ).html( pageAds.AMS_SLF_TABLET_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_TABLET_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_TABLET_GLOBAL_FOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"visible-phone\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"AMS_SLF_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement\"><a href=\"https://w1.buysub.com/loc/SLF/ATGFailsafeMobile\" target=\"_blank\"><img src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ecom/SLF_MOBFooter_320x525_v1.jpg\" alt=\"Subscribe to Self\" border=\"0\" /></a>            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_SLF_MOBILE_GLOBAL_FOOTER != 'undefined' ) {\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_FOOTER\" ).html( pageAds.AMS_SLF_MOBILE_GLOBAL_FOOTER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_SLF_MOBILE_GLOBAL_FOOTER\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_SLF_MOBILE_GLOBAL_FOOTER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            </div>\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div><!-- /#subscribe-today-inner -->\n\t\t\t\t\t\t\t </div><!-- /#subscribe-today -->\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t    \t\t\t<div class=\"container narrow row-fluid footer-container2 clearfix\">\n\t\t\t\t<div class=\"container-fluid visible-desktop visible-tablet\">\n\t\t\t\t\t<div class=\"span12\">\n\t\t\t\t\t\t<div class=\"footer-features\">\n\t\t\t\t\t\t\t<ul class=\"links\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=SLF\">Subscription Services</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/contact/contactus/\">Contact Self</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenast.com/reprints-permissions/\">Reprints/Permissions</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://secure.self.com/services/newsletters/demographics/\">Newsletter Signup</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/rss-feeds/\">RSS Feeds</a></li>\n\t\t\t\t\t\t\t\t\t\t<li><a href=\"/sitemap/\">Site Map</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span11 pagination-centered\">\n\t\t\t\t\t\t <span class=\"country-wide\">Self.com Worldwide</span>\n\t\t\t\t\t\t<div class=\"footer-country-features\">\n\t\t\t\t\t\t\t<ul class=\"country-links\">\n\t\t\t\t\t\t\t\t<li class=\"footer-last-feature\"><a href=\"http://self.com.cn/\">China</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"footer_div_border\"></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"container-fluid footer_bottom visible-desktop visible-tablet\">\n\t\t\t\t\t<div class=\"span3\">\n\t\t\t\t\t\t<div class=\"footer-logo\">\n\t\t\t\t\t\t\t<a href=\"#\"><h3>Cond&#233; Nast Digital</h3></a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t </div>\n\t\t\t\t\t<div class=\"visible-tablet\"><br></div>\n\t\t\t\t\t<div class=\"span4\">\n\t\t\t\t\t\t <div class=\"footer-sister-sites sister_sites_tablet\">\n\t\t\t\t\t\t \t<div class=\"global-footer-sister-sites\">\n\t\t\t                    <h3>Visit our sister sites</h3>\n\t\t\t                       <ul id=\"sites-list\">\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.allure.com\">Allure</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.architecturaldigest.com\">Architectural Digest</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.bonappetit.com\">Bon App&eacute;tit</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.brides.com\">Brides</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.concierge.com\">Concierge</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.details.com\">Details</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.epicurious.com\">Epicurious</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.glamour.com\">Glamour</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.golfdigest.com\">Golf Digest</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.golfworld.com\">Golf World</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.gq.com\">GQ</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.hotelchatter.com\">Hotel Chatter</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.jaunted.com\">Jaunted</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.luckymag.com\">Lucky</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.nutritiondata.com\">NutritionData</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.reddit.com\">Reddit</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.self.com\">Self</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.style.com\">Style</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.teenvogue.com\">Teen Vogue</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.newyorker.com\">The New Yorker</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.thescene.com\">The Scene</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vanityfair.com\">Vanity Fair</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vegaschatter.com\">Vegas Chatter</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.vogue.com\">Vogue</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.wmagazine.com\">W</a></li>\n\t\t\t                            <li><a target=\"_blank\" href=\"http://www.wired.com\">Wired</a></li>\n\t\t\t                       </ul>\n\t\t\t\t                </div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"span5 footer_dylinks_tablet\">\n\t\t\t\t\t\t\t  <ul class=\"footer-dylinks\">\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenaststore.com/\">Cond&#233; Nast Store</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.condenast.com/careers/\">Careers</a></li>\n\t\t\t\t\t\t\t\t<li class=\"footer-last-feature\"><a href=\"http://www.condenast.com/brands/sel/\">Self Media Kit</a></li>\n\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"offset2\">\n\t\t\t\t\t\t&nbsp;\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"container-fluid\">\n\t\t\t\t\t<div class=\"span12\">\n\t\t\t\t\t\t <div class=\"footer-copyright\">\n\t\t\t\t\t\t\t<p>&copy; &nbsp;2015 Cond&#233; Nast. All rights reserved\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>Use of this site constitutes acceptance of our\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy/\">User Agreement</a> (effective 1/2/2014) and\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" >Privacy Policy</a> (effective 1/2/2014).\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\">Your California Privacy Rights</a>\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&#233; Nast.\n\t\t\t\t\t\t\t\t<span class=\"visible-desktop visible-tablet\"><br></span>\n\t\t\t\t\t\t\t\t<a href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices\n\t\t\t\t\t\t\t\t\t<img id=\"ad_choices_pad\" src=\"http://www.self.com/wp-content/themes/self-1.0.0/images/ad_choices_footer.jpg\"/>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div><!-- end inner footer -->\n</footer><!-- end footer -->\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x345_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x345\", kws: [ \"\" ] } );\n    </script>\n  \n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x346_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x346\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv300x347_frame\"></div>\n     <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"300x347\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv172x104_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"172x104\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv625x208_frame\"></div>\n     <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"625x208\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv620x90_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"620x90\", kws: [ \"\" ] } );\n    </script>\n</div>\n<div style=\"display: none\">\n    <div id=\"PolarAdDiv270x60_frame\"></div>\n    <script type=\"text/javascript\">\n \t\tCN.dart.call( \"PolarAdDiv\", { sz: \"270x60\", kws: [ \"\" ] } );\n    </script>\n</div>\n            <script type=\"text/javascript\">\n            //<!--\n                CN.config.set({\n                    title        : document.title,\n                                    isiFrame     : true\n                });\n            //-->\n            </script>\n            \t        <!-- COMSCORE noscript -->\n\t        <noscript>\n\t\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6035094&amp;c4=http%3A%2F%2Fwww.self.com%2Fflash%2Fbeauty-blog%2F2014%2F12%2Feasy-hairstyles-new-years-eve%2F\" />\n\t\t\t</noscript>\n\t<script type=\"text/javascript\">var lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6Ik5ldyBZZWFyJiM4MjE3O3MgRXZlIEhhaXJzdHlsZXMgWW91IENhbiBXZWFyIEZyb20gT2ZmaWNlIHRvIFBhcnR5IiwidXJsIjoiaHR0cDpcL1wvd3d3LnNlbGYuY29tXC9mbGFzaFwvYmVhdXR5LWJsb2dcLzIwMTRcLzEyXC9lYXN5LWhhaXJzdHlsZXMtbmV3LXllYXJzLWV2ZVwvIiwidGFncyI6WyJicmFpZHMiLCJidW5zIiwiRW1tYSBTdG9uZSIsImphaW1lIGtpbmciLCJKZXNzaWNhIEFsYmEiLCJOZXcgWWVhcidzIEV2ZSIsIldhdmVzIl0sImNoZWNrc3VtIjoiNTc4YTU5ZGQ1ZGI1NGVmYmZlZGM0YmYxODQwYzQwMWQiLCJhcnRpY2xlSWQiOjExMTA3ODF9.uEvY1IbLsA2HPQKzVcZLxrixd3bN3ilZMgoOx_hCk3Q\",\"checksum\":\"578a59dd5db54efbfedc4bf1840c401d\",\"siteId\":\"320167\",\"articleId\":1110781,\"delegate\":\"authDelegate\",\"strings\":\"\",\"disableAvatars\":\"true\",\"el\":\"comments\"}];CN.livefyre.main.loadLivefyre(lf_config);</script><script type=\"text/javascript\" data-lf-domain=\"self.fyre.co\" id=\"ncomments_js\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n            <!-- LF DEBUG\n            site-id: 320167\n            article-id: 1110781\n            post-type: blog\n            comments-open: true\n            is-single: true\n            display-posts: true\n            display-pages: true\n            -->\n                            <!-- START Parse.ly Include: Standard -->\n                <div id=\"parsely-root\" style=\"display: none\">\n                  <div id=\"parsely-cfg\" data-parsely-site=\"self.com\"></div>\n                </div>\n                <script>\n                (function(s, p, d) {\n                  var h=d.location.protocol, i=p+\"-\"+s,\n                      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n                      :\"static.\"+p+\".com\";\n                  if (e) return;\n                  e = d.createElement(s); e.id = i; e.async = true;\n                  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n                })(\"script\", \"parsely\", document);\n                </script>\n                        <script type=\"text/javascript\">\n        //<!--\n        var native_ad_unit2=\"looks\";\n        var native_ad_unit3=\"beauty-blog\";\n         //-->\n        </script>\n     \t<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.10.4'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/angular/angular.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/angular/angular-resource.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/bootstrap/bootstrap-modal.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/app/cnapp.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/controllers.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/directives.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/litereg/js/services.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/mu-plugins/cn-wordpress/lib/search/solr-autocomplete.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/jquery/jquery.color.min.js?ver=2.1.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/features.min.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/scripts/js/self.min.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/solr_autocomplete.js?ver=1418757287'></script>\n<script type='text/javascript' src='http://www.self.com/wp-includes/js/comment-reply.min.js?ver=4.0.1'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/plugins/self-recipe-finder/js/recipefinder.js?ver=4.0.1'></script>\n<script type='text/javascript' src='//s7.addthis.com/js/300/addthis_widget.js?ver=1.0.0#pubid=ra-53ab177b0c1e6183'></script>\n<script type='text/javascript' src='http://www.self.com/wp-content/themes/self-1.0.0/library/js/mediavoice-nativeAds.js?ver=1.0'></script>\n            <script type=\"text/javascript\" class=\"omniture_block\">\n            //<!--\n                CN.stats.omniture.init();\n                CN.stats.omniture.setStatus( CN.site.httpStatusCode );\n\n            CN.stats.omniture.setMobileView( ( CN.isMobile ) ? \"Mobile\" : \"Non-Mobile\" );\n\n                if ( CN.cookie.get('amg_user_partner') != '' ) {\n                    CN.stats.omniture.setCustomProp( \"52\", CN.cookie.get('amg_user_partner') );\n                }\n\n                CN.stats.omniture.setContentType( \"Blog\" );\n\n                if ( CN.stats.omniture.setReferrer !== undefined && document.referrer.match( CN.site.tld ) ) {\n                    var referrer = document.referrer;\n                    referrer=referrer.split(\"?\")[0];\n                    CN.stats.omniture.setReferrer( referrer );\n                }\n\n                            if ( CN.stats.omniture.setKeywords !== undefined ) {\n                    CN.stats.omniture.setKeywords( \"beauty-blog|braids|buns|emma-stone|jaime-king|jessica-alba|new-years-eve|waves\" );\n                }\n\n            CN.stats.omniture.setAuthorName( \"Shannon Farrell\" );\nCN.stats.omniture.setContentId( \"1110781\" );\n                // Run page tracking (also calls .init() again )\n                if ( CN.preventAutoTrack != true ) {\n                    CN.stats.omniture.doPageTracking();\n                }\n            //-->\n            </script>\n            <noscript>\n                <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n                    <img src=\"http://condenast.112.2o7.net/b/ss/conde-self/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n                </a>\n            </noscript>\n                    <script type=\"text/javascript\">\n        //<!--\n\n                var async_body = document.getElementsByTagName('body')[0];\n        var facebookdiv = async_body.appendChild(document.createElement('div'));\n            facebookdiv.id = 'fb-root';\n            (function(d){\n                var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}\n                js = d.createElement('script'); js.id = id; js.async = true;\n                js.src = \"//connect.facebook.net/en_US/all.js\";\n                d.getElementsByTagName('head')[0].appendChild(js);\n            }(document));\n            /* Facebook */\n            window.fbAsyncInit = function() {\n                FB.init({\n            appId: 169640983205651,                    channelURL : \"http://www.self.com/wp-content/mu-plugins/cn-wordpress/social/facebook.html\", // Channel File\n                    status     : false, // check login status\n                    cookie     : true, // enable cookies to allow the server to access the session\n                    oauth      : true, // enable OAuth 2.0\n                    xfbml      : true  // parse XFBML\n                });\n            };\n        (function(d){\nvar f = d.getElementsByTagName('SCRIPT')[0];\nvar pinterest = d.createElement('SCRIPT');\npinterest.type = 'text/javascript';\npinterest.async = true;\npinterest.src = '//assets.pinterest.com/js/pinit.js';\nf.parentNode.insertBefore(pinterest, f);\n}(document));\n        //-->\n        </script>\n                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        <script type=\"text/javascript\">\n        // <!--\n            (function(){\n                var ns= window.CN || window.CNP;\n                ns.site = ns.site || {};\n                ns.site.eventTrackingList = new EventList( \"eventListHolder\" );\n                ns.site.eventTrackingList.setBaseUrl( \"http://event.self.com/\" );\n\n                ns.site.eventTrackingEvent = new EventObject( \"SLF\", \"most_viewed\" );\n\n                        ns.site.eventTrackingEvent.setContentId( \"1110781\" );\n                ns.site.eventTrackingEvent.setContentType( \"blog\" );\n\n                        ns.site.eventTrackingEvent.setProperty( \"imgurl\", \"http://www.self.com/wp-content/uploads/2014/12/New-Years-Eve-Lead.jpg\" );\n        \n        \n                ns.site.eventTrackingEvent.setEnvironment( \"PROD\" );\n                ns.site.eventTrackingEvent.setFullUrl( \"/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\" );\n                ns.site.eventTrackingEvent.setContentTitle( \"New Year&#8217;s Eve Hairstyles You Can Wear From Office to Party\" );\n\n                var fullContentURL = \"/flash/beauty-blog/2014/12/easy-hairstyles-new-years-eve/\";\n                var isAbsoluteURL = fullContentURL.substring(0,8);\n                var allowedTracking = 0;\n\n                if ( ( isAbsoluteURL.indexOf( 'http' ) == -1 && isAbsoluteURL.indexOf( 'https' ) == -1) || allowedTracking == 1 ) {\n                    ns.site.eventTrackingList.addEvent( ns.site.eventTrackingEvent );\n                    ns.site.eventTrackingList.writeImageTags();\n\n                    CN.debug.info('ETF most_viewed Tracked');\n                }\n\n            }())\n\n            function generateId(url) {\n                var urlRegexp;\n                if (url.indexOf(\"https:\") === 0) {\n                    urlRegexp = /https:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                } else {\n                    urlRegexp = /http:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                }\n                url.match(urlRegexp);\n                return RegExp.$1;\n            }\n        // -->\n        </script>\n        \n            <script type=\"text/javascript\">\n            //<!--\n                if ( CN.url.params( 'nojoy' ) != 1 ) {\n                    _satellite.pageBottom();\n                }\n            //-->\n            </script>\n            \n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"2907deeb56\",\"applicationID\":\"4344966\",\"transactionName\":\"YlIEZhNSXxEAABYNW1sYJ1EVWl4MThALClNZUktQDVxW\",\"queueTime\":0,\"applicationTime\":1486,\"atts\":\"ThUHEFtITB8=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n <!-- End main -->"
  },
  {
    "path": "tests/data/html/sitepoint.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 8]><html class=\"no-js lt-ie9\" lang=\"en\" ><![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\" ><!--<![endif]-->\n  <head>\n    <link href=\"//dab1nmslvvntp.cloudfront.net\" ref=\"dns-prefetch\">\n    <link href=\"//d2sis3lil8ndrq.cloudfront.net\" ref=\"dns-prefetch\">\n    <link href=\"//sitepoint.com\" ref=\"dns-prefetch\">\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <meta property=\"og:image\" content=\"http://www.sitepoint.com/wp-content/themes/sitepoint/assets/images/icon.web.png\">\n        \n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-57x57-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-144x144-precomposed.png\" />\n\n        <link href=\"https://plus.google.com/+sitepoint\" rel=\"publisher\" />\n        <meta property=\"twitter:account_id\" content=\"15743570\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">\n\n    <script type=\"text/javascript\">\n    function r(f){/in/.test(document.readyState)?setTimeout(r,9,f):f()}\n    </script>\n\n    \n<script type=\"text/javascript\">\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n  ga('create', 'UA-30131-1', '.sitepoint.com');\n\n  ga('set', 'dimension1', 'post');\nga('set', 'dimension2', 'Web');\nga('set', 'dimension3', 'Web');\nga('set', 'dimension4', '2014-12-29');\nga('set', 'dimension5', 'Craig Buckler');\n\n  ga('set', 'contentGroup5', 'web');\n  // Cross Domain Tracking to Learnable\n  ga('require', 'linker');\n  // command, domains, useAnchor, enableForms\n  ga('linker:autoLink', ['learnable.com'], false, true);\n\n  ga('send', 'pageview');\n</script>\n    <script type=\"text/javascript\">\n      var googletag = googletag || {};\n      googletag.cmd = googletag.cmd || [];\n      (function() {\n      var gads = document.createElement('script');\n      gads.async = true;\n      gads.type = 'text/javascript';\n      var useSSL = 'https:' == document.location.protocol;\n      gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n      var node = document.getElementsByTagName('script')[0];\n      node.parentNode.insertBefore(gads, node);\n      })();\n    </script>\n    \n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.24 - http://yoast.com/wordpress/seo/ -->\n<title>Average Page Weight Increases 15% in 2014</title>\n<meta name=\"description\" content=\"Web page weight increased by 15% in 2014 and now stands at 2Mb. Craig reveals who&#039;s to blame, but you may not like the answer...\"/>\n<link rel=\"canonical\" href=\"http://www.sitepoint.com/average-page-weight-increases-15-2014/\" />\n<link rel=\"author\" href=\"http://plus.google.com/+CraigBuckler\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+sitepoint/\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Average Page Weight Increases 15% in 2014\" />\n<meta property=\"og:description\" content=\"Web page weight increased by 15% in 2014 and now stands at 2Mb. Craig reveals who&#039;s to blame, but you may not like the answer...\" />\n<meta property=\"og:url\" content=\"http://www.sitepoint.com/average-page-weight-increases-15-2014/\" />\n<meta property=\"og:site_name\" content=\"SitePoint\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/sitepoint\" />\n<meta property=\"article:author\" content=\"http://www.facebook.com/craigbuckler\" />\n<meta property=\"article:tag\" content=\"LouisL\" />\n<meta property=\"article:tag\" content=\"page-weight\" />\n<meta property=\"article:section\" content=\"News\" />\n<meta property=\"article:section\" content=\"Statistics and Analysis\" />\n<meta property=\"article:section\" content=\"Web\" />\n<meta property=\"article:published_time\" content=\"2014-12-29T09:00:53+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-29T00:10:28+00:00\" />\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:site\" content=\"@sitepointdotcom\"/>\n<meta name=\"twitter:domain\" content=\"SitePoint\"/>\n<meta name=\"twitter:creator\" content=\"@craigbuckler\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"SitePoint &raquo; Average Page Weight Increases 15% in 2014 Comments Feed\" href=\"http://www.sitepoint.com/average-page-weight-increases-15-2014/feed/\" />\n<link rel='stylesheet' id='discourse_comments-css'  href='http://www.sitepoint.com/wp-content/plugins/wp-discourse/css/style.css?ver=4.0' type='text/css' media='all' />\n<link rel='stylesheet' id='sitepoint-fonts-css'  href='//fonts.googleapis.com/css?family=Noto+Sans%3A400%2C700&#038;ver=4.0' type='text/css' media='all' />\n<link rel='stylesheet' id='sitepoint-styles-css'  href='//www.sitepoint.com/wp-content/themes/sitepoint/assets/stylesheets/styles-31a4bb2d26d39d616c98d64e6854264d.css?ver=4.0' type='text/css' media='all' />\n<script type='text/javascript' src='//www.sitepoint.com/wp-content/themes/sitepoint/assets/javascripts/scripts-head-e4a2be27db699092d2993e42901cedf6.js?ver=4.0'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.sitepoint.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.sitepoint.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 4.0\" />\n<link rel='shortlink' href='http://www.sitepoint.com/?p=96973' />\n\n<!--Plugin WP Missed Schedule 2013.1231.2013 Active - Tag 6707293c0218e2d8b7aa38d418ffa608-->\n\n<!-- This site is patched which an important unfixed problem since WordPress 2.5+ to 3.9+ -->\n\n<!-- wp-parsely Plugin Version 1.5 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.5' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"Average Page Weight Increases 15% in 2014\",\"link\":\"http:\\/\\/www.sitepoint.com\\/average-page-weight-increases-15-2014\\/\",\"image_url\":\"\",\"type\":\"post\",\"post_id\":\"96973\",\"pub_date\":\"2014-12-29T17:00:53Z\",\"section\":\"Web\",\"author\":\"Craig Buckler\",\"tags\":[\"louisl\",\"page-weight\",\"web\\/news\",\"web\\/statistics and analysis\"]}' />\n<script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x250_1\", [300, 250], \"div-gpt-ad-1392428092543-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_728x90_1\", [728, 90], \"div-gpt-ad-article-header\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x250_4\", [300, 250], \"div-gpt-ad-1392428092543-3\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x600_1\", [300, 600], \"div-gpt-ad-1392428092543-4\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_320x50_1\", [320, 50], \"div-gpt-ad-1392428092543-5\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_320x50_2\", [320, 50], \"div-gpt-ad-1392428092543-6\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_2\", [125, 125], \"div-gpt-ad-1400782268851-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_3\", [125, 125], \"div-gpt-ad-1400782991292-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_4\", [125, 125], \"div-gpt-ad-1400783440189-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_5\", [125, 125], \"div-gpt-ad-1400783664460-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_6\", [125, 125], \"div-gpt-ad-1400783847643-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125\", [125, 125], \"div-gpt-ad-1400800012700-0\").addService(googletag.pubads());\n\t\tgoogletag.pubads().setTargeting(\"channel\", \"Web\");\n\t\tgoogletag.pubads().setTargeting(\"post_id\", \"96973\");\n\t\tgoogletag.pubads().setTargeting(\"OpenX\",[\"true\", \"false\"]);\n\t\tgoogletag.pubads().setTargeting(\"Tribal\",[\"true\", \"false\"]);\n\t\tgoogletag.pubads().enableSingleRequest();\n        googletag.pubads().collapseEmptyDivs();\n        googletag.enableServices();\n    });\n</script>\n        <style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n    <!--[if lt IE 9]>\n      <script src=\"/wp-content/themes/sitepoint/assets/javascripts/vendor/respond.custom.min.js\"></script>\n    <![endif]-->\n  </head>\n\n  <body>\n\n    <header class=\"main-header\" role=\"banner\">\n      <nav class=\"top-bar\" role=\"navigation\">\n        <ul class=\"title-area\">\n          <li class=\"name\">\n            <div class=\"logo\">\n              <a class=\"logomark\" href=\"http://www.sitepoint.com\" tabindex=\"1\">\n                <img src=\"//www.sitepoint.com/wp-content/themes/sitepoint/assets/svg/sitepoint.svg\" alt=\"SitePoint\">\n              </a>\n            </div>\n          </li>\n          <li class=\"toggle-topbar menu-icon\">\n            <a href=\"#\"><span>Menu</span></a>\n          </li>\n        </ul>\n\n        <section class=\"top-bar-section\">\n          <ul class=\"right\">\n            <li class=\"has-dropdown\">\n              <a href=\"#\" tabindex=\"-1\">Topics</a>\n              <ul class=\"dropdown\">\n                <li>\n                  <a class=\"category-html-css menuitem\" href=\"http://www.sitepoint.com/html-css/\">HTML &amp; CSS</a>\n                </li>\n                <li>\n                  <a class=\"category-javascript menuitem\" href=\"http://www.sitepoint.com/javascript/\">JS</a>\n                </li>\n                <li>\n                  <a class=\"category-php menuitem\" href=\"http://www.sitepoint.com/php/\">PHP</a>\n                </li>\n                <li>\n                  <a class=\"category-ruby menuitem\" href=\"http://www.sitepoint.com/ruby/\">Ruby</a>\n                </li>\n                <li>\n                  <a class=\"category-mobile menuitem\" href=\"http://www.sitepoint.com/mobile/\">Mobile</a>\n                </li>\n                <li>\n                  <a class=\"category-design-ux menuitem\" href=\"http://www.sitepoint.com/design-ux/\">Design &amp; UX</a>\n                </li>\n                <li>\n                  <a class=\"category-business-marketing menuitem\" href=\"http://www.sitepoint.com/business-marketing/\">Business</a>\n                </li>\n                <li>\n                  <a class=\"category-wordpress menuitem\" href=\"http://www.sitepoint.com/wordpress/\">WordPress</a>\n                </li>\n                <li>\n                  <a class=\"category-design menuitem\" href=\"/web-foundations/\">Web Foundations</a>\n                </li>\n              </ul>\n            </li>\n            <li>\n              <a href=\"/store\" tabindex=\"2\">Books</a>\n            </li>\n            <li>\n              <a href=\"https://learnable.com/topics/all/course?utm_source=sitepoint&utm_medium=link&utm_content=top-nav\" target=\"_blank\" tabindex=\"3\">Courses</a>\n            </li>\n<!--             <li>\n              <a href=\"/store/\" tabindex=\"2\">Store</a>\n            </li>\n -->            <li>\n              <a href=\"http://community.sitepoint.com\" tabindex=\"4\">Forums</a>\n            </li>\n            <li>\n              <a href=\"/newsletter\" tabindex=\"5\">Newsletters</a>\n            </li>\n            <li class=\"top-bar_search\">\n              <form method=\"get\" action=\"http://www.sitepoint.com/\">\n                <input autocomplete=\"off\" class=\"searchquery\" id=\"search-box\" name=\"s\" placeholder=\"Search&hellip;\" type=\"text\" tabindex=\"4\">\n                <button tabindex=\"-1\"></button>\n              </form>\n            </li>\n          </ul>\n        </section>\n      </nav>\n    </header>\n<div class=\"awesome-bar awesome-bar--default\" data-campaign=\"newrelic\" style=\"background:#038D98;\">\r\n <a class=\"awesome-bar_container\" target=\"_blank\" href=\"\" id=\"bar-new-relic-link-1\">\r\n   <img class=\"awesome-bar_brand\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2013/09/NewRelic-logo-w.png\" alt=\"New Relic\" style=\"height:22px;\">\r\n   <span class=\"awesome-bar_message\" style=\"color:#fff;\" id=\"bar-new-relic-message-1\"></span>\r\n   <span class=\"button small radius awesome-bar_action\" style=\"background:#78cbd1;\" id=\"bar-new-relic-button-1\"></span>\r\n </a>\r\n <span class=\"awesome-bar_close\">x</span>\r\n</div>\r\n<script>\r\n(function(){\r\nvar rand = Math.random();\r\nvar link  = document.getElementById(\"bar-new-relic-link-1\");\r\nvar message  = document.getElementById(\"bar-new-relic-message-1\");\r\nvar button  = document.getElementById(\"bar-new-relic-button-1\");\r\nif (rand < 0.5) {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=nerdtiffic&utm_campaign=datanerd&mpc=TA-SITE-generic-EN-Signup-datanerd-nerdtiffic\"\r\nmessage.innerHTML = \"Make your software run better, and look better (with a free nerdiffic t-shirt!) in the process.\";\r\nbutton.innerHTML = \"Yes, please\";\r\n} else {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=LookGood&utm_campaign=DataNerd&mpc=TA-SITE-generic-EN-Signup-DataNerd-LookGood\";\r\nmessage.innerHTML = \"When your software looks good, you do too. Deploy New Relic and see for yourself.\";\r\nbutton.innerHTML = \"Free t-shirt, please!\";\r\n}\r\n})()\r\n</script><div class=\"awesome-bar awesome-bar--alternative\" data-campaign=\"newrelic\" style=\"background:#038D98;\">\r\n <a class=\"awesome-bar_container\" target=\"_blank\" href=\"\" id=\"bar-new-relic-link-2\">\r\n   <img class=\"awesome-bar_brand\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2013/09/NewRelic-logo-w.png\" alt=\"New Relic\" style=\"height:22px;\">\r\n   <span class=\"awesome-bar_message\" style=\"color:#fff;\" id=\"bar-new-relic-message-2\"></span>\r\n   <span class=\"button small radius awesome-bar_action\" style=\"background:#78cbd1;\" id=\"bar-new-relic-button-2\"></span>\r\n </a>\r\n <span class=\"awesome-bar_close\">x</span>\r\n</div>\r\n<script>\r\n(function(){\r\nvar rand = Math.random();\r\nvar link  = document.getElementById(\"bar-new-relic-link-2\");\r\nvar message  = document.getElementById(\"bar-new-relic-message-2\");\r\nvar button  = document.getElementById(\"bar-new-relic-button-2\");\r\nif (rand < 0.5) {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=Sweat&utm_campaign=DataNerd&mpc=TA-SITE-generic-EN-Signup-DataNerd-Sweat\";\r\nmessage.innerHTML = \"Improve your app and get a free t-shirt. We get it, coding is sweaty business.\";\r\nbutton.innerHTML = \"Show me how\";\r\n} else {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=swlove&utm_campaign=datanerd&mpc=TA-SITE-generic-EN-Signup-datanerd-swlove\"\r\nmessage.innerHTML = \"Give your software the love it needs. And we'll give you the new t-shirt you need.\";\r\nbutton.innerHTML = \"Create free account\";\r\n}\r\n})()\r\n</script><div class=\"Panel u-slimline u-inverse u-xmasbg-1\">\n  <div class=\"Panel_header u-mb\">\n    SitePoint Christmas Sale\n    <a class=\"Panel_action u-inline\" href=\"/christmas-sale/\">Shop Now</a>\n  </div>\n</div>\n<main role=\"main\" class=\"page page--primary category-web\">\n\n  <header role=\"banner\" class=\"page_banner page_banner--category\">\n    <h2 class=\"page_banner_title\">\n        <a href=\"http://www.sitepoint.com/web/\" class=\"page_banner_title_category\">\n    <svg class=\"Logo\" width=\"90px\" height=\"90px\" viewBox=\"0 0 90 90\">\n  <g fill-rule=\"evenodd\">\n    <path class=\"Logo_fg\" d=\"M60.5299639,46.8560606 L57.7396134,44.1597092 L48.9136249,35.9566273 L45.1105871,39.6129308 C44.7621928,40.0876032 44.7856322,40.7346427 45.1841015,41.1865097 L48.65739,44.2196399 L48.6451376,44.221231 L52.389577,47.8361664 C52.8285325,48.3320532 52.8168128,49.0687236 52.3517544,49.5486996 L42.2776195,59.2362598 L46.8557547,63.6589338 L57.7268283,53.2039424 L60.5257022,50.5160767 C61.5756795,49.5062708 61.5778103,47.8663969 60.5299639,46.8560606 L60.5299639,46.8560606 Z M29.4986158,43.1134075 L32.2894991,45.8102893 L41.1154875,54.0117801 L44.9179927,50.3570677 C45.2663869,49.8813345 45.2429476,49.234295 44.845011,48.7829585 L41.3711897,45.7503586 L41.3834421,45.7482372 L37.6390027,42.1327714 C37.2011126,41.6374149 37.2117669,40.9002142 37.6757599,40.4212989 L47.7514929,30.7332084 L43.1733577,26.3110647 L29.5034102,39.4533915 C28.4523676,40.4637277 28.4507694,42.1030712 29.4986158,43.1134075 L29.4986158,43.1134075 Z\"></path>\n  </g>\n</svg>\n    Web  </a>\n        </h2>\n    <div class=\"page_banner_adspot\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-37\"><!-- SP2013_Articles_728x90_1 -->\n<div id=\"div-gpt-ad-article-header\" style=\"width:728px; height:90px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-article-header\"); });</script>\n </div></div>      <div class=\"widget maestro maestro-content-type-ad hide-for-desktop-SP hide-for-tablet-SP\" id=\"maestro-product-50\"><!-- SP2013_Articles_320x50_1 -->\n<div id=\"div-gpt-ad-1392428092543-5\" style=\"width:320px; height:50px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-5\"); });</script>\n </div></div>    </div>\n\n    <div class=\"page_banner_divider-container\">\n      <hr/>\n    </div>\n  </header>\n\n      <div class=\"page_content\">\n      <article class=\"article\" id=\"post-96973\">\n        <header class=\"article_header\">\n          <h1 class=\"article_title\">Average Page Weight Increases 15% in 2014</h1>\n\n          \n    <div class=\"contributor article_contributor\">\n\n          <figure class=\"contributor_avatar\">\n      <a href=\"http://www.sitepoint.com/author/craig-buckler/\">\n        <img alt='' src='http://0.gravatar.com/avatar/439aeaff7de2bae365adc3eb4947b44d?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&amp;r=G' class='avatar avatar-96 photo' height='96' width='96' />      </a>\n    </figure>\n  \n      <div class=\"contributor_details\">\n          <div class=\"contributor_name\">\n    <a href=\"http://www.sitepoint.com/author/craig-buckler/\">Craig Buckler</a>\n  </div>\n\n        </div>\n\n    </div>\n\n    \n          <div class=\"article_meta-data\">\n            <p class=\"article_pub-date\">Published <time datetime=\"2014-12-29\" pubdate>December 29, 2014</time></p>\n          </div>\n          <div class=\"article_header__buttons\">\n            \n            <!-- make sure to update trackTweetsAndSubscriptions in scripts.js if the Tweet button DOM path changes in the future -->\n            <a class=\"button small transparent radius sp-twitter-share-button\" target=\"_blank\" href=\"https://twitter.com/share?text=Average+Page+Weight+Increases+15%25+in+2014&via=sitepointdotcom\">\n              <i class=\"icon-twitter\"></i>\n              Tweet\n            </a>\n            \n            <!-- make sure to update trackTweetsAndSubscriptions in scripts.js if the Subscribe button DOM path changes in the future -->\n            <a class=\"button small transparent radius subscribe-button\" target=\"_blank\" href=\"https://confirmsubscription.com/h/y/1FD5B523FA48AA2B\">\n              <!--<i class=\"icon-envelope-alt\"></i>-->\n              Subscribe\n            </a>\n            \n          </div>\n\n        </header>\n\n        <section class=\"article_body\">\n\n            <p>The <a href=\"http://httparchive.org/trends.php\">HTTP Archive Report</a> collates information from almost half a million of the web&#8217;s most popular websites. The latest figures indicate that average page weight has increased by 15% in one year to reach 1,953Kb &#8212; a little under 2Mb &#8212; and comprises 95 individual HTTP requests. While this is smaller than the <a href=\"/average-page-weights-increase-32-2013/\">32% increase in 2013</a>, it remains cause for concern.</p>\n<p>The report analyzes publicly-accessible content and shopping web sites rather than complex web applications and provides a breakdown of the technologies used:</p>\n<table summary=\"web page weight\" style=\"width:80%;text-align:right;margin:20px auto\">\n<tbody>\n<tr>\n<th>technology</th>\n<th>end 2013</th>\n<th>end 2014</th>\n<th>increase</th>\n</tr>\n<tr>\n<td>HTML</td>\n<td>57Kb</td>\n<td>59Kb</td>\n<td>+4%</td>\n</tr>\n<tr>\n<td>CSS</td>\n<td>46Kb</td>\n<td>57Kb</td>\n<td>+24%</td>\n</tr>\n<tr>\n<td>JavaScript</td>\n<td>276Kb</td>\n<td>295Kb</td>\n<td>+7%</td>\n</tr>\n<tr>\n<td>Images</td>\n<td>1,030Kb</td>\n<td>1,243Kb</td>\n<td>+21%</td>\n</tr>\n<tr>\n<td>Flash</td>\n<td>87Kb</td>\n<td>76Kb</td>\n<td>-13%</td>\n</tr>\n<tr>\n<td>Other</td>\n<td>205Kb</td>\n<td>223Kb</td>\n<td>+9%</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>1,701Kb</td>\n<td>1,953Kb</td>\n<td>+15%</td>\n</tr>\n</tbody>\n</table>\n<p>These are average figures; a large proportion of pages will have greater file sizes.</p>\n<p>A 2Kb rise for HTML seems reasonable although it&#8217;s a significant quantity of content given the trend for simpler, more concise text.</p>\n<p>What surprises me most is CSS&#8217;s 11Kb rise. Responsive Web Design and CSS3 animations could account for some of this increase but there&#8217;s not been a drop in JavaScript. Despite the availability of CSS management and minification tools, the average site also makes six requests for CSS files.</p>\n<p>JavaScript has risen by 19Kb. This is confusing; the need for shims is reducing, effects can be handed to CSS3 and monolithic libraries have fallen from favor. Sites make an average of 18 JavaScript file requests, which is unchanged from last year &mdash; although a quarter of sites make more than 30 requests. Perhaps some of the gain can be explained by increasingly sophisticated/bloated social networking scripts?</p>\n<p>27% of sites continue to use Flash &#8212; a fall of 5% over the year. The majority is used for advertising, video, and games. Flash hasn&#8217;t dropped as fast as expected but its future is clear.</p>\n<p>There&#8217;s been a 9% increase for &#8220;other&#8221; files. That figure doubled in 2013 but, back then, custom fonts and icon fonts were relatively new.</p>\n<p>Finally, images are responsible for 85% of the weight gain. Using high-resolution (Retina) images could account for some of this hike, except:</p>\n<ul>\n<li>Pages contain more than fifty images, which seems excessive.</li>\n<li>Retina accounts for a relatively small proportion of devices.</li>\n<li>SVG, icon fonts, and CSS3 effects can replace many images.</li>\n<li>There are <a href=\"http://tinypng.com/\">numerous</a> <a href=\"https://tinyjpg.com/\">tools</a> to help reduce file sizes.</li>\n</ul>\n<h2>Additional Factors</h2>\n<p>The survey also reveals:</p>\n<ul>\n<li>95 HTTP requests are made per page &#8212; a drop of a single request from last year.</li>\n<li>Pages contain 862 DOM elements.</li>\n<li>Resources are loaded from sixteen domains with a maximum of 52 requests per domain.</li>\n<li>The average <a href=\"https://developers.google.com/speed/pagespeed/\">PageSpeed</a> score is 78 out of 100 &#8212; which is surprisingly good, given the bloat.</li>\n<li>46% of pages use Google libraries.</li>\n<li>47% of pages use custom fonts.</li>\n<li>79% of responses are compressed (gzip&#8217;d).</li>\n<li>14% of pages are loaded over HTTPS.</li>\n<li>20% of pages use localStorage.</li>\n<li>65% of pages use iframes (mostly videos and advertising).</li>\n<li>74% of pages use at least one redirect &#8212; which seems high.</li>\n</ul>\n<h2>The Primary Suspects</h2>\n<p>A 15% increase is less extravagant than the <a href=\"/average-page-weights-increase-32-2013/\">32% rise in 2013</a> and the <a href=\"/web-page-weight-2012/\">30% rise in 2012</a>, but it&#8217;s still too much. Has your bandwidth increased more than 15% in the past twelve months? A <a href=\"/browser-trends-december-2014-safari-survival/\">third of web users now use mobile devices</a> &#8212; will they appreciate the additional weight?</p>\n<p>Let&#8217;s put this into context for website owners. <strong>Bloated pages adversely affect your profitability:</strong></p>\n<ol>\n<li>Users have a slower experience. It doesn&#8217;t matter how great your site looks &#8212; <em>people will not wait</em>.</li>\n<li>There&#8217;s little point creating a site that works on mobile devices when your pages are 2Mb. Responsive Web Design != a responsive website. Are you losing up to a third of potential customers?</li>\n<li>Google will downgrade your site and harm your search engine optimization efforts (though we&#8217;re never sure exactly how much this matters to Google&#8217;s algorithm).</li>\n<li>Your hosting costs will increase.</li>\n<li>The more code you use, the more likely it will break. Updates and maintenance are more difficult, take longer and cost more.</li>\n</ol>\n<p>It&#8217;s ironic that web developers praise the benefits of cross-device HTML5 apps when a single page is often larger to download and slower than an equivalent native app.</p>\n<p>Overweight pages are unnecessary. My primary suspects remain bloated CMS templates and frameworks. They offer a cheaper and quicker development route at the expense of quality, efficiency and performance. Many are packed with features you&#8217;ll never use, but removing them can be laborious, tedious, and time-consuming.</p>\n<p>We can summarize the problem in one simple word: <em>laziness</em>. Developers are at fault &#8212; that&#8217;s you and me. We have plenty of excuses:</p>\n<ul>\n<li><em>there&#8217;s never enough time</em></li>\n<li><em>the client insisted it should be done this way</em></li>\n<li><em>the budget/schedule is too tight</em></li>\n<li><em>I inherited a shoddy system</em></li>\n<li><em>I don&#8217;t have the tools</em></li>\n</ul>\n<p>Whether it&#8217;s technical boundaries or a failure to explain issues, it&#8217;s still laziness. We work at the coal face; the final decisions are ours alone. Why create a badly-optimized site when many <a href=\"/complete-guide-reducing-page-weight/\">bloat-blasting solutions</a> are simple and take minutes to implement?</p>\n<p>Clients rarely appreciate the efficiency gains we make but they don&#8217;t understand <em>anything</em> we do. We are the experts, and minimizing page weight is an essential part of the job. Do it. It&#8217;s easier to beg for forgiveness than to ask for permission.</p>\n<p>&lt;/rant&gt;&lt;/soapbox&gt;</p>\n<p>Are you concerned by the web obesity problem? Are you pleased the scale of increases has dropped? Do you or fellow developers struggle to implement optimization techniques or to explain them to clients? Do you think there are other causes? Is Craig being too simplistic and shouty?!</p>\n\n        </section>\n\n        <div class=\"article__author-bios\">\n          \n    <div class=\"contributor contributor--large\">\n\n          <figure class=\"contributor_avatar\">\n      <a href=\"http://www.sitepoint.com/author/craig-buckler/\">\n        <img alt='' src='http://0.gravatar.com/avatar/439aeaff7de2bae365adc3eb4947b44d?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&amp;r=G' class='avatar avatar-96 photo' height='96' width='96' />      </a>\n    </figure>\n  \n      <div class=\"contributor_details\">\n\n          <div class=\"contributor_name\">\n    <a href=\"http://www.sitepoint.com/author/craig-buckler/\">Craig Buckler</a>\n  </div>\n\n  \n        <p class=\"contributor_longdesc\">Craig is a freelance UK web consultant who built his first page for IE2.0 in 1995. Since that time he's been advocating standards, accessibility, and best-practice HTML5 techniques. He's written almost 1,000 articles for SitePoint and you can find him <a href=\"http://twitter.com/craigbuckler\">@craigbuckler</a></p>\n\n        <ul class=\"contributor_social\">\n          <li><a href=\"https://twitter.com/craigbuckler\" target=\"_blank\"><i class=\"icon-twitter\"></i></a></li><li><a href=\"http://www.facebook.com/craigbuckler\" target=\"_blank\"><i class=\"icon-facebook\"></i></a></li><li><a href=\"https://github.com/craigbuckler\" target=\"_blank\"><i class=\"icon-github\"></i></a></li><li><a href=\"http://www.linkedin.com/in/craigbuckler\" target=\"_blank\"><i class=\"icon-linkedin\"></i></a></li><li><a href=\"http://plus.google.com/+CraigBuckler\" target=\"_blank\"><i class=\"icon-google-plus\"></i></a></li>        </ul>\n      </div>\n    </div>\n\n          </div>\n\n                  <div class=\"related-content\">\n            <h2>You might also like:</h2>\n            <ul class=\"article-list article-list--related\">\n              <li class=\"article-list_item  tile post-tile\">\n  <article class=\"article article--micro article--micro--related category-web \" data-disqus-id=\"http://www.sitepoint.com/10-web-predictions-2014/\">\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"http://www.sitepoint.com/web/\">Web</a></h2></header>\n    \n    <section class=\"article_header\">\n      <h1 class=\"article_title\"><a href=\"http://www.sitepoint.com/10-web-predictions-2014/\">10 Web Predictions for 2014</a></h1>\n      <div class=\"contributor article_contributor\">\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/craig-buckler/\">Craig Buckler</a></p>\n      </div>\n      \n      <div class=\"article_meta-data\"><p class=\"article_pub-date\"><time datetime=\"2014-01-01 07:30:06\" pubdate>Jan 01, 2014</time></p></div>\n      </section>\n  </article>\n</li>              <div class=\"widget maestro maestro-content-type-html \" id=\"maestro-product-15\"><li class=\"article-list_item  tile post-tile\">\r\n  <article class=\"article article--micro article--micro--related category-web\">\r\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"https://learnable.com?utm_source=sitepoint&utm_medium=related-items&utm_content=js-bootstrap\">Learnable</a></h2></header>\r\n    <section class=\"article_header\">\r\n      <h1 class=\"article_title\"><a href=\"https://learnable.com/books/jump-start-bootstrap?utm_source=sitepoint&utm_medium=related-items&utm_content=js-bootstrap\">Book: Jump Start Bootstrap</a></h1>\r\n      <div class=\"contributor article_contributor\">\r\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/sfrahman/\">Syed Fazle Rahman</a></p>\r\n      </div>\r\n      <div class=\"article_meta-data\"><p class=\"article_pub-date\">PREMIUM</p></div>\r\n    </section>\r\n  </article>\r\n</li></div>              <li class=\"article-list_item  tile post-tile\">\n  <article class=\"article article--micro article--micro--related category-web \" data-disqus-id=\"http://www.sitepoint.com/10-web-predictions-2013-results/\">\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"http://www.sitepoint.com/web/\">Web</a></h2></header>\n    \n    <section class=\"article_header\">\n      <h1 class=\"article_title\"><a href=\"http://www.sitepoint.com/10-web-predictions-2013-results/\">10 Web Predictions for 2013: the Results!</a></h1>\n      <div class=\"contributor article_contributor\">\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/craig-buckler/\">Craig Buckler</a></p>\n      </div>\n      \n      <div class=\"article_meta-data\"><p class=\"article_pub-date\"><time datetime=\"2013-12-30 07:28:34\" pubdate>Dec 30, 2013</time></p></div>\n      </section>\n  </article>\n</li>          </ul>\n        </div>\n        \n        <div class=\"promo-panel\">\n          <div class=\"widget maestro maestro-content-type-product \" id=\"maestro-product-29\"><div class=\"promo-panel_media-object\"><img src=\"https://d2sis3lil8ndrq.cloudfront.net/books/jshtml-basics1_medium_3d.png\" /></div>\n<div class=\"promo-panel_content\">\n  <h1 class=\"promo-panel_title\">\n    Free book: Jump Start HTML5 Basics\n  </h1>\n  <p>Grab a free copy of one our latest ebooks! Packed with hints and tips on HTML5's most powerful new features.</p>\n  <form class=\"promo-panel_action\"><input type=\"email\" name=\"email\" class=\"promo-panel_email\" placeholder=\"email address\" /><input type=\"hidden\" name=\"content\" value=\"29\" /><button class=\"button radius\">Claim Book</button></form>\n</div></div>        </div>\n\n                <div class=\"widget maestro maestro-content-type-ad hide-for-desktop-SP hide-for-tablet-SP\" id=\"maestro-product-51\"><!-- SP2013_Articles_320x50_2 -->\n<div id=\"div-gpt-ad-1392428092543-6\" style=\"width:320px; height:50px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-6\"); });</script>\n </div></div>\n        <a id=\"comments\"></a>\n        <div class=\"Comments\">\r\n  <div class=\"Comments_header\">\r\n    <i class=\"icon-comment\"></i>\r\n    <span class=\"u-base\">Comments</span>\r\n  </div>\r\n  <div class=\"Comments_actions\">\r\n    <a href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531\" class=\"Comments_action\">\r\n        <i class=\"icon-reply\"></i>\r\n        <span class=\"u-base\">Have Your Say</span>\r\n    </a>\r\n  </div>\r\n \r\n  <div class=\"CommentsContent\"><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/2\" target=\"_blank\">\r\n    <img alt=\"isights\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/isights/64/13649.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/2\" target=\"_blank\">December 29, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/2\" target=\"_blank\">isights:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>Seems obvious to me. The increase in image weight isn't so much retina as it is the fact that we're increasingly building more single-page layouts utilizing ever larger background and parallax images.</p>\n\n<p>Further, the CSS size increase is (or should be) fairly obvious as well: we're building responsive layouts that contain more media queries and device specific breakpoints and layouts. Web sites now need the CSS to look good on the desktop, on tablets, and on mobile phones.</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/3\" target=\"_blank\">\r\n    <img alt=\"RyanReese\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/ryanreese/64/19662.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/3\" target=\"_blank\">December 29, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/3\" target=\"_blank\">RyanReese:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>I'd also think it's because more and more people are using frameworks - all that added code. That was my original thought when this was posted. Media queries are probably mixed in there also.</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/4\" target=\"_blank\">\r\n    <img alt=\"zackw\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/zackw/64/20413.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/4\" target=\"_blank\">December 30, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/4\" target=\"_blank\">zackw:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>I blame framework bloat and overuse of scaffolding as well.<br>I cringe whenever I look at the CSS source of something cool, only to see something as simple as a box with a title drowning in 300 lines of CSS, with the same color and other attributes overridden 3, 4, 5 times.</p>\n\n<p>The typical workflow now is start with a framework, then another theme/style, then a master file, then an override file, etc etc. Don't touch the master, just customize in an override.</p>\n\n<p>I almost wish we could go back to the old days where we, shock, just style the site directly as it's supposed to be, and not have to constantly override CSS that isn't used in the first place.</p>\n\n<p>I believe a rise in simple, minimal CSS frameworks will come back, with technologies like SASS and SCSS allowing us to style sites and generate single-level CSS that doesn't not require overrides and bloat.<br>Either that or we'll see a resurgence of designers wanting to build all custom CSS again, and a slew of tools to allow quick style development.</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/5\" target=\"_blank\">\r\n    <img alt=\"chris22smith\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/chris22smith/64/20416.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/5\" target=\"_blank\">December 30, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531/5\" target=\"_blank\">chris22smith:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>That's all a bit depressing. I think the point about the laziness and dependency on ready-made, bloated solutions is absolutely spot on. At least now we all know what our resolutions should be for 2015!</p></div>\r\n  </div>\r\n</div></div>\r\n    <div class=\"Comments_actions\">\r\n      <a href=\"http://community.sitepoint.com/t/average-page-weight-increases-15-in-2014/108531\" class=\"Comments_action\">\r\n        <i class=\"icon-reply\"></i>\r\n        <span class=\"u-base\">Have Your Say</span>\r\n      </a>\r\n    </div>\r\n</div>\n      </article>\n    </div>\n  \n  <aside class=\"page_aside article_aside\">\n    <div class=\"adrow--top\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-1\"><!-- SP2013_Articles_300x250_1 -->\n<div id=\"div-gpt-ad-1392428092543-0\" style=\"width:300px; height:250px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-0\"); });</script>\n </div></div>    </div>\n    <div class=\"adrow--middle\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-172\"><!-- Sitepoint_125x125 -->\n<div id=\"div-gpt-ad-1400800012700-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400800012700-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-166\"><!-- Sitepoint_125x125_2 -->\n<div id=\"div-gpt-ad-1400782268851-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400782268851-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-167\"><!-- Sitepoint_125x125_3 -->\n<div id=\"div-gpt-ad-1400782991292-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400782991292-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-168\"><!-- Sitepoint_125x125_4 -->\n<div id=\"div-gpt-ad-1400783440189-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783440189-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-169\"><!-- Sitepoint_125x125_5 -->\n<div id=\"div-gpt-ad-1400783664460-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783664460-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-170\"><!-- Sitepoint_125x125_6 -->\n<div id=\"div-gpt-ad-1400783847643-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783847643-0\"); });</script>\n </div></div>    </div>\n    <div class=\"adrow--bottom\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-48\"><!-- SP2013_Articles_300x250_4 -->\n<div id=\"div-gpt-ad-1392428092543-3\" style=\"width:300px; height:250px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-3\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-49\"><!-- SP2013_Articles_300x600_1 -->\n<div id=\"div-gpt-ad-1392428092543-4\" style=\"width:300px; height:600px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-4\"); });</script>\n </div></div>    </div>\n  </aside>\n\n</main>\n\n    <footer class=\"site-footer\" role=\"contentinfo\">\n      <div class=\"row\">\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>About</h3>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/about-us/\">About us</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/advertising\">Advertise</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/press\">Press Room</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/legals\">Legals</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"mailto:feedback@sitepoint.com\">Feedback</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/write-for-us\">Write for Us</a>\n          </li>\n        </ul>\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>Our Sites</h3>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"https://learnable.com\" target=\"_blank\">Learnable</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"http://reference.sitepoint.com\" target=\"_blank\">Reference</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/web-foundations/\">Web Foundations</a>\n          </li>\n        </ul>\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>Connect</h3>\n          </li>\n          <li class=\"foot-link_item foot-link_item--icons\">\n            <a href=\"/feed\"><i class=\"icon-rss icon-blocks icon-blocks--rss\"></i></a>\n            <a href=\"/newsletter\"><i class=\"icon-envelope-alt icon-blocks icon-blocks--newsletter\"></i></a>\n            <a href=\"https://www.facebook.com/sitepoint\" target=\"_blank\"><i class=\"icon-facebook icon-blocks icon-blocks--facebook\"></i></a>\n            <a href=\"http://twitter.com/sitepointdotcom\" target=\"_blank\"><i class=\"icon-twitter icon-blocks icon-blocks--twitter\"></i></a>\n            <a href=\"https://plus.google.com/+sitepoint\" target=\"_blank\"><i class=\"icon-google-plus icon-blocks icon-blocks--google-plus\"></i></a>\n          </li>\n        </ul>\n\n        <p class=\"site-footer_copyright\">\n          &copy; 2000 &ndash; 2015 SitePoint Pty. Ltd.\n        </p>\n\n      </div>\n    </footer>\n\n    <div id=\"search-dropdown\">\n      <div data-role=\"search-for\">\n        <a class=\"search-link\" href=\"#\">Search for...</a>\n      </div>\n      <ul data-role=\"results\"></ul>\n    </div>\n\n    \t\t\t\t<script type='text/javascript'><!--\r\n\t\t\tvar seriesdropdown = document.getElementById(\"orgseries_dropdown\");\r\n\t\t\tif (seriesdropdown) { \r\n\t\t\t function onSeriesChange() {\r\n\t\t\t\t\tif ( seriesdropdown.options[seriesdropdown.selectedIndex].value != ( 0 || -1 ) ) {\r\n\t\t\t\t\t\tlocation.href = \"http://www.sitepoint.com/series/\"+seriesdropdown.options[seriesdropdown.selectedIndex].value;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tseriesdropdown.onchange = onSeriesChange;\r\n\t\t\t}\r\n\t\t\t--></script>\r\n\t\t\t\n<div id=\"triggered-cta-box-wrapper\" class=\"triggered-cta-box-wrapper triggered-cta-box-wrapper--bottom\"><a href=\"#close\" id=\"triggered-cta-box-close\">x</a></div>\n<script type=\"text/javascript\">\n  (function () {\n    var variant = (Math.random() < 0.5 ? \"a\" : \"b\");\n    var boxContents = {\n      a: '<div class=\"triggered-cta-box campaign-free-ebook\">  <div class=\"campaign-free-ebook__row1\" style=\"max-width:40em\">    <div class=\"campaign-free-ebook__row1__column1\" style=\"margin-left:1em;width:60%\">      <p class=\"logo-wrapper\"><img src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/02/1392770725sp-logo-42x50.png\" alt=\"SitePoint logo\" /></p>      <h1>Get 50% Off Learnable and Help the Penguin Foundation!</h1>      <p>This is your chance to access all SitePoint books and courses for two years for just $144, <em>plus</em> help us raise $50,000 for the Penguin Foundation!</p>    </div>    <div class=\"campaign-free-ebook__row1__column2\"style=\"width:35%\">      <img class=\"books-image\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/12/1417752395penguin_sitepoint.jpg\" alt=\"Penguin holding a SitePoint sign\" />    </div>  </div>  <div class=\"campaign-free-ebook__row2\">    <form>     <div align=\"center\" class=\"campaign-free-trial-v2__row2\">    <a class=\"submit-btn btn-buy button\" href=\"http://www.sitepoint.com/christmas-sale-1/\" style=\"margin-bottom: 0px;\">Get 50% Off Now!</a>    </div>      <div class=\"campaign-free-ebook__row2__div2\">        <div class=\"campaign-free-ebook__row2__div2__column1\">          <p id=\"triggered-cta-box-message\"></p>        </div>      </div>    </form>  </div></div>',\n      b: '<div class=\"triggered-cta-box campaign-free-ebook\">  <div class=\"campaign-free-ebook__row1\" style=\"max-width:40em\">    <div class=\"campaign-free-ebook__row1__column1\" style=\"margin-left:1em;width:60%\">      <p class=\"logo-wrapper\"><img src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/02/1392770725sp-logo-42x50.png\" alt=\"SitePoint logo\" /></p>      <h1>Your first month of Learnable for just $1!</h1>      <p>This month only, we\\'re dropping the price of your first month of Learnable to $1. That gives you access to all SitePoint books and web development courses!</p>    </div>    <div class=\"campaign-free-ebook__row1__column2\"style=\"width:35%\">      <img class=\"books-image\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/12/14189681031dollarslider_360.png\" alt=\"Learnable for $1\" />    </div>  </div>  <div class=\"campaign-free-ebook__row2\">    <form>     <div align=\"center\" class=\"campaign-free-trial-v2__row2\">    <a class=\"submit-btn btn-buy button\" href=\"http://www.sitepoint.com/christmas-sale-13/?utm_source=SitePoint&utm_medium=Slider&utm_campaign=1dollarslider\" style=\"margin-bottom: 0px;\">Start Learning Now</a>    </div>      <div class=\"campaign-free-ebook__row2__div2\">        <div class=\"campaign-free-ebook__row2__div2__column1\">          <p id=\"triggered-cta-box-message\"></p>        </div>      </div>    </form>  </div></div>'\n    };\n    var campaigns = {\n      a: \"sitepoint-penguin-slideup\",\n      b: \"learnable-dollar-slideup\"\n    };\n    var triggeredCtaBoxWrapperEl = document.getElementById(\"triggered-cta-box-wrapper\");\n    var boxContentsEl = document.createElement(\"div\");\n\n    boxContentsEl.innerHTML = boxContents[variant];\n    triggeredCtaBoxWrapperEl.appendChild(boxContentsEl);\n\n    window.triggeredCtaBox = {\n      variant: variant,\n      boxSelector: \"#triggered-cta-box-wrapper\",\n      bgSelector: \".triggered-cta-box-wrapper-bg\",\n      closeSelector: \"#triggered-cta-box-close\",\n      closeLinkSelector: \".triggered-cta-box-close-link\",\n      campaign: campaigns[variant],\n      boxType: \"bottom\",\n      mobileEnabled: false,\n      cookieLife: 14,\n      triggerType: \"scroll\",\n      triggerRequiredPages: 0,\n      triggerValue: 25,\n      slideSpeed: 1000,\n      ajaxUrl: \"https://www.sitepoint.com/wp-admin/admin-ajax.php\"\n    };\n  })();\n</script>\n<!--Plugin WP Missed Schedule 2013.1231.2013 Active - Tag 6707293c0218e2d8b7aa38d418ffa608-->\n\n<!-- This site is patched which an important unfixed problem since WordPress 2.5+ to 3.9+ -->\n\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"sitepoint.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n<script type='text/javascript' src='//www.sitepoint.com/wp-content/themes/sitepoint/assets/javascripts/scripts-foot-1fff1067b547366e2ddc5d3cb9d0cb1f.js?ver=4.0'></script>\n<script>\n                    $(document).ready(function() {\n                      $(\".article_header__buttons .sp-twitter-share-button\").on(\"click\", function (evt) {\n                        evt.preventDefault();\n\n                        var url = \"https://twitter.com/intent/tweet?\" + $.param({\n                          url: \"http://www.sitepoint.com/average-page-weight-increases-15-2014/\",\n                          text: \"Average Page Weight Increases 15% in 2014\",\n                          via: \"sitepointdotcom\"\n                        });\n\n                        var popupWidth = 550,\n                            popupHeight = 420,\n                            screenWidth = screen.width,\n                            screenHeight = screen.height,\n                            popupLeftOffset = Math.round(screenWidth / 2 - popupWidth / 2),\n                            popupTopOffset = 0;\n                        if (screenHeight > popupHeight) {\n                          popupTopOffset = Math.round(screenHeight / 2 - popupHeight / 2);\n                        }\n                        window.open(url, null, \"scrollbars=yes,resizable=yes,toolbar=no,location=yes\" + \", width=\" + popupWidth + \", height=\" + popupHeight + \", left=\" + popupLeftOffset + \",top=\" + popupTopOffset);\n                      });\n                    });\n                  </script><script>\n                    $(document).ready(function() {\n                      $(\".article_header__buttons .subscribe-button\").on(\"click\", function (evt) {\n                        evt.preventDefault();\n\n                        var url = evt.target.href;\n\n                        var popupWidth = 550,\n                            popupHeight = 720,\n                            screenWidth = screen.width,\n                            screenHeight = screen.height,\n                            popupLeftOffset = Math.round(screenWidth / 2 - popupWidth / 2),\n                            popupTopOffset = 0;\n                        if (screenHeight > popupHeight) {\n                          popupTopOffset = Math.round(screenHeight / 2 - popupHeight / 2);\n                        }\n                        window.open(url, null, \"scrollbars=yes,resizable=yes,toolbar=no,location=yes\" + \", width=\" + popupWidth + \", height=\" + popupHeight + \", left=\" + popupLeftOffset + \",top=\" + popupTopOffset);\n                      });\n                    });\n                  </script><script>(function($){$(document).ready(function(){ if(typeof DISQUSWIDGETS != \"undefined\"){DISQUSWIDGETS.loadCount($, \"sitepointproduction\")} });})(jQuery);</script>\n  </body>\n</html>\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nPage Caching using memcached\r\nObject Caching 864/901 objects using memcached\r\nContent Delivery Network via Amazon Web Services: CloudFront: dab1nmslvvntp.cloudfront.net\r\n\r\n Served from: www.sitepoint.com @ 2015-01-03 03:05:07 by W3 Total Cache -->"
  },
  {
    "path": "tests/data/html/sitepoint.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 8]><html class=\"no-js lt-ie9\" lang=\"en\" ><![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\" ><!--<![endif]-->\n  <head>\n    <link href=\"//dab1nmslvvntp.cloudfront.net\" ref=\"dns-prefetch\">\n    <link href=\"//d2sis3lil8ndrq.cloudfront.net\" ref=\"dns-prefetch\">\n    <link href=\"//sitepoint.com\" ref=\"dns-prefetch\">\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <meta property=\"og:image\" content=\"http://www.sitepoint.com/wp-content/themes/sitepoint/assets/images/icon.php.png\">\n        \n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-57x57-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/wp-content/themes/sitepoint/assets/images/apple-touch-icon-144x144-precomposed.png\" />\n\n        <link href=\"https://plus.google.com/113214561650167033983\" rel=\"publisher\" />\n        <meta property=\"twitter:account_id\" content=\"15743570\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">\n\n    <script type=\"text/javascript\">\n    function r(f){/in/.test(document.readyState)?setTimeout(r,9,f):f()}\n    </script>\n\n    \n<script type=\"text/javascript\">\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n  ga('create', 'UA-30131-1', '.sitepoint.com');\n\n  ga('set', 'dimension1', 'post');\nga('set', 'dimension2', 'PHP');\nga('set', 'dimension3', 'PHP');\nga('set', 'dimension4', '2014-12-20');\nga('set', 'dimension5', 'Lukas White');\n\n  ga('set', 'contentGroup5', 'php');\n  // Cross Domain Tracking to Learnable\n  ga('require', 'linker');\n  // command, domains, useAnchor, enableForms\n  ga('linker:autoLink', ['learnable.com'], false, true);\n\n  ga('send', 'pageview');\n</script>\n    <script type=\"text/javascript\">\n      var googletag = googletag || {};\n      googletag.cmd = googletag.cmd || [];\n      (function() {\n      var gads = document.createElement('script');\n      gads.async = true;\n      gads.type = 'text/javascript';\n      var useSSL = 'https:' == document.location.protocol;\n      gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n      var node = document.getElementsByTagName('script')[0];\n      node.parentNode.insertBefore(gads, node);\n      })();\n    </script>\n    \n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.24 - http://yoast.com/wordpress/seo/ -->\n<title>3 Ways to Implement Embeddable Custom Badges</title>\n<meta name=\"description\" content=\"You know those custom badges, like number of retweets or likes, or someone&#039;s StackOverflow score? Here&#039;s Lukas White&#039;s three ways to make them with PHP!\"/>\n<link rel=\"canonical\" href=\"http://www.sitepoint.com/3-ways-implement-embeddable-custom-badges/\" />\n<link rel=\"author\" href=\"https://plus.google.com/102837735704375262863\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+sitepoint/\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"3 Ways to Implement Embeddable Custom Badges\" />\n<meta property=\"og:description\" content=\"You know those custom badges, like number of retweets or likes, or someone&#039;s StackOverflow score? Here&#039;s Lukas White&#039;s three ways to make them with PHP!\" />\n<meta property=\"og:url\" content=\"http://www.sitepoint.com/3-ways-implement-embeddable-custom-badges/\" />\n<meta property=\"og:site_name\" content=\"SitePoint\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/sitepoint\" />\n<meta property=\"article:tag\" content=\"badge\" />\n<meta property=\"article:tag\" content=\"BrunoS\" />\n<meta property=\"article:tag\" content=\"embed\" />\n<meta property=\"article:tag\" content=\"iframe\" />\n<meta property=\"article:tag\" content=\"OOPHP\" />\n<meta property=\"article:tag\" content=\"PHP\" />\n<meta property=\"article:tag\" content=\"png\" />\n<meta property=\"article:tag\" content=\"wideimage\" />\n<meta property=\"article:section\" content=\"APIs\" />\n<meta property=\"article:section\" content=\"PHP\" />\n<meta property=\"article:published_time\" content=\"2014-12-20T09:00:47+00:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-14T19:11:52+00:00\" />\n<meta property=\"og:image\" content=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/11/1415490092badge.png\" />\n<meta property=\"og:image\" content=\"http://f.cl.ly/items/0n220s3M2Q0U2X1k1T0B/badges.png\" />\n<meta property=\"og:image\" content=\"http://f.cl.ly/items/3b0g1W2K2z0a3F082N1i/image-badge.png\" />\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:site\" content=\"@sitepointdotcom\"/>\n<meta name=\"twitter:domain\" content=\"SitePoint\"/>\n<meta name=\"twitter:creator\" content=\"@lukaswhite\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"SitePoint &raquo; 3 Ways to Implement Embeddable Custom Badges Comments Feed\" href=\"http://www.sitepoint.com/3-ways-implement-embeddable-custom-badges/feed/\" />\n<link rel='stylesheet' id='discourse_comments-css'  href='http://www.sitepoint.com/wp-content/plugins/wp-discourse/css/style.css?ver=4.0' type='text/css' media='all' />\n<link rel='stylesheet' id='sitepoint-fonts-css'  href='//fonts.googleapis.com/css?family=Noto+Sans%3A400%2C700&#038;ver=4.0' type='text/css' media='all' />\n<link rel='stylesheet' id='sitepoint-styles-css'  href='//www.sitepoint.com/wp-content/themes/sitepoint/assets/stylesheets/styles-31a4bb2d26d39d616c98d64e6854264d.css?ver=4.0' type='text/css' media='all' />\n<script type='text/javascript' src='//www.sitepoint.com/wp-content/themes/sitepoint/assets/javascripts/scripts-head-e4a2be27db699092d2993e42901cedf6.js?ver=4.0'></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.sitepoint.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.sitepoint.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 4.0\" />\n<link rel='shortlink' href='http://www.sitepoint.com/?p=94248' />\n\n<!--Plugin WP Missed Schedule 2013.1231.2013 Active - Tag 6707293c0218e2d8b7aa38d418ffa608-->\n\n<!-- This site is patched which an important unfixed problem since WordPress 2.5+ to 3.9+ -->\n\n<!-- wp-parsely Plugin Version 1.5 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.5' />\n<meta name='parsely-page' id='parsely-page' content='{\"title\":\"3 Ways to Implement Embeddable Custom Badges\",\"link\":\"http:\\/\\/www.sitepoint.com\\/3-ways-implement-embeddable-custom-badges\\/\",\"image_url\":\"\",\"type\":\"post\",\"post_id\":\"94248\",\"pub_date\":\"2014-12-20T17:00:47Z\",\"section\":\"PHP\",\"author\":\"Lukas White\",\"tags\":[\"badge\",\"brunos\",\"embed\",\"iframe\",\"oophp\",\"php\",\"png\",\"wideimage\",\"php\\/apis\"]}' />\n<script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x250_1\", [300, 250], \"div-gpt-ad-1392428092543-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_728x90_1\", [728, 90], \"div-gpt-ad-article-header\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x250_4\", [300, 250], \"div-gpt-ad-1392428092543-3\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_300x600_1\", [300, 600], \"div-gpt-ad-1392428092543-4\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_320x50_1\", [320, 50], \"div-gpt-ad-1392428092543-5\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/SP2013_Articles_320x50_2\", [320, 50], \"div-gpt-ad-1392428092543-6\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_2\", [125, 125], \"div-gpt-ad-1400782268851-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_3\", [125, 125], \"div-gpt-ad-1400782991292-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_4\", [125, 125], \"div-gpt-ad-1400783440189-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_5\", [125, 125], \"div-gpt-ad-1400783664460-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125_6\", [125, 125], \"div-gpt-ad-1400783847643-0\").addService(googletag.pubads());\n\t\tgoogletag.defineSlot(\"/7448792/Sitepoint_125x125\", [125, 125], \"div-gpt-ad-1400800012700-0\").addService(googletag.pubads());\n\t\tgoogletag.pubads().setTargeting(\"channel\", \"PHP\");\n\t\tgoogletag.pubads().setTargeting(\"post_id\", \"94248\");\n\t\tgoogletag.pubads().setTargeting(\"OpenX\",[\"true\", \"false\"]);\n\t\tgoogletag.pubads().setTargeting(\"Tribal\",[\"true\", \"false\"]);\n\t\tgoogletag.pubads().enableSingleRequest();\n        googletag.pubads().collapseEmptyDivs();\n        googletag.enableServices();\n    });\n</script>\n        <style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n    <!--[if lt IE 9]>\n      <script src=\"/wp-content/themes/sitepoint/assets/javascripts/vendor/respond.custom.min.js\"></script>\n    <![endif]-->\n  </head>\n\n  <body>\n\n    <header class=\"main-header\" role=\"banner\">\n      <nav class=\"top-bar\" role=\"navigation\">\n        <ul class=\"title-area\">\n          <li class=\"name\">\n            <div class=\"logo\">\n              <a class=\"logomark\" href=\"http://www.sitepoint.com\" tabindex=\"1\">\n                <img src=\"//www.sitepoint.com/wp-content/themes/sitepoint/assets/svg/sitepoint.svg\" alt=\"SitePoint\">\n              </a>\n            </div>\n          </li>\n          <li class=\"toggle-topbar menu-icon\">\n            <a href=\"#\"><span>Menu</span></a>\n          </li>\n        </ul>\n\n        <section class=\"top-bar-section\">\n          <ul class=\"right\">\n            <li class=\"has-dropdown\">\n              <a href=\"#\" tabindex=\"-1\">Topics</a>\n              <ul class=\"dropdown\">\n                <li>\n                  <a class=\"category-html-css menuitem\" href=\"http://www.sitepoint.com/html-css/\">HTML &amp; CSS</a>\n                </li>\n                <li>\n                  <a class=\"category-javascript menuitem\" href=\"http://www.sitepoint.com/javascript/\">JS</a>\n                </li>\n                <li>\n                  <a class=\"category-php menuitem\" href=\"http://www.sitepoint.com/php/\">PHP</a>\n                </li>\n                <li>\n                  <a class=\"category-ruby menuitem\" href=\"http://www.sitepoint.com/ruby/\">Ruby</a>\n                </li>\n                <li>\n                  <a class=\"category-mobile menuitem\" href=\"http://www.sitepoint.com/mobile/\">Mobile</a>\n                </li>\n                <li>\n                  <a class=\"category-design-ux menuitem\" href=\"http://www.sitepoint.com/design-ux/\">Design &amp; UX</a>\n                </li>\n                <li>\n                  <a class=\"category-business-marketing menuitem\" href=\"http://www.sitepoint.com/business-marketing/\">Business</a>\n                </li>\n                <li>\n                  <a class=\"category-wordpress menuitem\" href=\"http://www.sitepoint.com/wordpress/\">WordPress</a>\n                </li>\n                <li>\n                  <a class=\"category-design menuitem\" href=\"/web-foundations/\">Web Foundations</a>\n                </li>\n              </ul>\n            </li>\n            <li>\n              <a href=\"/store\" tabindex=\"2\">Books</a>\n            </li>\n            <li>\n              <a href=\"https://learnable.com/topics/all/course?utm_source=sitepoint&utm_medium=link&utm_content=top-nav\" target=\"_blank\" tabindex=\"3\">Courses</a>\n            </li>\n<!--             <li>\n              <a href=\"/store/\" tabindex=\"2\">Store</a>\n            </li>\n -->            <li>\n              <a href=\"http://community.sitepoint.com\" tabindex=\"4\">Forums</a>\n            </li>\n            <li>\n              <a href=\"/newsletter\" tabindex=\"5\">Newsletters</a>\n            </li>\n            <li class=\"top-bar_search\">\n              <form method=\"get\" action=\"http://www.sitepoint.com/\">\n                <input autocomplete=\"off\" class=\"searchquery\" id=\"search-box\" name=\"s\" placeholder=\"Search&hellip;\" type=\"text\" tabindex=\"4\">\n                <button tabindex=\"-1\"></button>\n              </form>\n            </li>\n          </ul>\n        </section>\n      </nav>\n    </header>\n<div class=\"awesome-bar awesome-bar--default\" data-campaign=\"newrelic\" style=\"background:#038D98;\">\r\n <a class=\"awesome-bar_container\" target=\"_blank\" href=\"\" id=\"bar-new-relic-link-1\">\r\n   <img class=\"awesome-bar_brand\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2013/09/NewRelic-logo-w.png\" alt=\"New Relic\" style=\"height:22px;\">\r\n   <span class=\"awesome-bar_message\" style=\"color:#fff;\" id=\"bar-new-relic-message-1\"></span>\r\n   <span class=\"button small radius awesome-bar_action\" style=\"background:#78cbd1;\" id=\"bar-new-relic-button-1\"></span>\r\n </a>\r\n <span class=\"awesome-bar_close\">x</span>\r\n</div>\r\n<script>\r\n(function(){\r\nvar rand = Math.random();\r\nvar link  = document.getElementById(\"bar-new-relic-link-1\");\r\nvar message  = document.getElementById(\"bar-new-relic-message-1\");\r\nvar button  = document.getElementById(\"bar-new-relic-button-1\");\r\nif (rand < 0.5) {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=nerdtiffic&utm_campaign=datanerd&mpc=TA-SITE-generic-EN-Signup-datanerd-nerdtiffic\"\r\nmessage.innerHTML = \"Make your software run better, and look better (with a free nerdiffic t-shirt!) in the process.\";\r\nbutton.innerHTML = \"Yes, please\";\r\n} else {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=LookGood&utm_campaign=DataNerd&mpc=TA-SITE-generic-EN-Signup-DataNerd-LookGood\";\r\nmessage.innerHTML = \"When your software looks good, you do too. Deploy New Relic and see for yourself.\";\r\nbutton.innerHTML = \"Free t-shirt, please!\";\r\n}\r\n})()\r\n</script><div class=\"awesome-bar awesome-bar--alternative\" data-campaign=\"newrelic\" style=\"background:#038D98;\">\r\n <a class=\"awesome-bar_container\" target=\"_blank\" href=\"\" id=\"bar-new-relic-link-2\">\r\n   <img class=\"awesome-bar_brand\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2013/09/NewRelic-logo-w.png\" alt=\"New Relic\" style=\"height:22px;\">\r\n   <span class=\"awesome-bar_message\" style=\"color:#fff;\" id=\"bar-new-relic-message-2\"></span>\r\n   <span class=\"button small radius awesome-bar_action\" style=\"background:#78cbd1;\" id=\"bar-new-relic-button-2\"></span>\r\n </a>\r\n <span class=\"awesome-bar_close\">x</span>\r\n</div>\r\n<script>\r\n(function(){\r\nvar rand = Math.random();\r\nvar link  = document.getElementById(\"bar-new-relic-link-2\");\r\nvar message  = document.getElementById(\"bar-new-relic-message-2\");\r\nvar button  = document.getElementById(\"bar-new-relic-button-2\");\r\nif (rand < 0.5) {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=Sweat&utm_campaign=DataNerd&mpc=TA-SITE-generic-EN-Signup-DataNerd-Sweat\";\r\nmessage.innerHTML = \"Improve your app and get a free t-shirt. We get it, coding is sweaty business.\";\r\nbutton.innerHTML = \"Show me how\";\r\n} else {\r\nlink.href = \"http://newrelic.com/sp/datanerd?utm_source=SITE&utm_medium=text_ad&utm_content=swlove&utm_campaign=datanerd&mpc=TA-SITE-generic-EN-Signup-datanerd-swlove\"\r\nmessage.innerHTML = \"Give your software the love it needs. And we'll give you the new t-shirt you need.\";\r\nbutton.innerHTML = \"Create free account\";\r\n}\r\n})()\r\n</script><div class=\"Panel u-slimline u-inverse u-xmasbg-1\">\n  <div class=\"Panel_header u-mb\">\n    SitePoint Christmas Sale\n    <a class=\"Panel_action u-inline\" href=\"/christmas-sale/\">Shop Now</a>\n  </div>\n</div>\n<main role=\"main\" class=\"page page--primary category-php\">\n\n  <header role=\"banner\" class=\"page_banner page_banner--category\">\n    <h2 class=\"page_banner_title\">\n        <a href=\"http://www.sitepoint.com/php/\" class=\"page_banner_title_category\">\n    <svg class=\"Logo\" width=\"90px\" height=\"90px\" viewBox=\"0 0 90 90\">\n  <g fill-rule=\"evenodd\">\n    <path class=\"Logo_fg\" d=\"M20.3838696,61.9238537 L21.8840874,54.1602265 L21.9590983,54.1602265 C22.5966909,54.5352809 23.871876,54.9103354 25.3720938,54.9103354 C31.7480196,54.9103354 35.986135,49.0594858 35.986135,42.6835601 C35.986135,38.9330155 34.0733572,35.7450526 30.09778,35.7450526 C27.8849587,35.7450526 25.7096428,36.8327106 24.209425,38.8204992 L24.1344141,38.8204992 L24.4719631,36.1576125 L19.6337606,36.1576125 C19.408728,38.0328848 18.9586626,41.0708259 18.5461027,43.2461418 L15.0205908,61.9238537 L20.3838696,61.9238537 L20.3838696,61.9238537 Z M23.3843052,45.9840393 C24.0594032,42.3835165 25.9346755,40.0956843 27.9599696,40.0956843 C29.7227255,40.0956843 30.3228127,41.6334076 30.3228127,43.09612 C30.3228127,46.6966428 28.0724859,50.8222418 25.1845666,50.8222418 C24.1344141,50.8222418 23.3092943,50.4846928 22.7092072,49.9221111 L23.3843052,45.9840393 L23.3843052,45.9840393 Z M41.3650694,54.4977755 L42.9402981,46.0965556 C43.6529016,42.3835165 45.5656793,40.0956843 47.4409516,40.0956843 C48.7911477,40.0956843 49.3162239,40.9583096 49.3162239,42.1584838 C49.3162239,42.9460982 49.2037076,43.7337126 49.0536858,44.446316 L47.1784135,54.4977755 L52.5791977,54.4977755 L54.5669863,43.9962507 C54.7545135,42.9460982 54.9045353,41.5583967 54.9045353,40.6957715 C54.9045353,37.545314 53.1417794,35.7450526 50.2913655,35.7450526 C47.8535115,35.7450526 45.9407338,36.8327106 44.440516,38.5204556 L44.3655051,38.4829502 L46.3907991,27.868909 L40.990015,27.868909 L35.9642852,54.4977755 L41.3650694,54.4977755 L41.3650694,54.4977755 Z M59.3833391,61.9238537 L60.8835569,54.1602265 L60.9585678,54.1602265 C61.5961604,54.5352809 62.8713455,54.9103354 64.3715633,54.9103354 C70.7474891,54.9103354 74.9856045,49.0594858 74.9856045,42.6835601 C74.9856045,38.9330155 73.0728267,35.7450526 69.0972495,35.7450526 C66.8844282,35.7450526 64.7091124,36.8327106 63.2088945,38.8204992 L63.1338836,38.8204992 L63.4714327,36.1576125 L58.6332302,36.1576125 C58.4081975,38.0328848 57.9581321,41.0708259 57.5455722,43.2461418 L54.0200603,61.9238537 L59.3833391,61.9238537 L59.3833391,61.9238537 Z M62.3837747,45.9840393 C63.0588727,42.3835165 64.934145,40.0956843 66.9594391,40.0956843 C68.722195,40.0956843 69.3222822,41.6334076 69.3222822,43.09612 C69.3222822,46.6966428 67.0719554,50.8222418 64.1840361,50.8222418 C63.1338836,50.8222418 62.3087638,50.4846928 61.7086767,49.9221111 L62.3837747,45.9840393 L62.3837747,45.9840393 Z\"></path>\n  </g>\n</svg>\n    PHP  </a>\n        </h2>\n    <div class=\"page_banner_adspot\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-37\"><!-- SP2013_Articles_728x90_1 -->\n<div id=\"div-gpt-ad-article-header\" style=\"width:728px; height:90px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-article-header\"); });</script>\n </div></div>      <div class=\"widget maestro maestro-content-type-ad hide-for-desktop-SP hide-for-tablet-SP\" id=\"maestro-product-50\"><!-- SP2013_Articles_320x50_1 -->\n<div id=\"div-gpt-ad-1392428092543-5\" style=\"width:320px; height:50px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-5\"); });</script>\n </div></div>    </div>\n\n    <div class=\"page_banner_divider-container\">\n      <hr/>\n    </div>\n  </header>\n\n      <div class=\"page_content\">\n      <article class=\"article\" id=\"post-94248\">\n        <header class=\"article_header\">\n          <h1 class=\"article_title\">3 Ways to Implement Embeddable Custom Badges</h1>\n\n          \n    <div class=\"contributor article_contributor\">\n\n          <figure class=\"contributor_avatar\">\n      <a href=\"http://www.sitepoint.com/author/lwhite/\">\n        <img alt='' src='http://0.gravatar.com/avatar/c76b522207ee70f781873cbd444c1935?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&amp;r=G' class='avatar avatar-96 photo' height='96' width='96' />      </a>\n    </figure>\n  \n      <div class=\"contributor_details\">\n          <div class=\"contributor_name\">\n    <a href=\"http://www.sitepoint.com/author/lwhite/\">Lukas White</a>\n  </div>\n\n        </div>\n\n    </div>\n\n    \n          <div class=\"article_meta-data\">\n            <p class=\"article_pub-date\">Published <time datetime=\"2014-12-20\" pubdate>December 20, 2014</time></p>\n          </div>\n          <div class=\"article_header__buttons\">\n            \n            <!-- make sure to update trackTweetsAndSubscriptions in scripts.js if the Tweet button DOM path changes in the future -->\n            <a class=\"button small transparent radius sp-twitter-share-button\" target=\"_blank\" href=\"https://twitter.com/share?text=3+Ways+to+Implement+Embeddable+Custom+Badges&via=sitepointdotcom\">\n              <i class=\"icon-twitter\"></i>\n              Tweet\n            </a>\n            \n            <!-- make sure to update trackTweetsAndSubscriptions in scripts.js if the Subscribe button DOM path changes in the future -->\n            <a class=\"button small transparent radius subscribe-button\" target=\"_blank\" href=\"https://confirmsubscription.com/h/y/1FD5B523FA48AA2B\">\n              <!--<i class=\"icon-envelope-alt\"></i>-->\n              Subscribe\n            </a>\n            \n          </div>\n\n        </header>\n\n        <section class=\"article_body\">\n\n            <p>One great way of organically promoting your application is to provide “badges”; snippets of content that people can embed on their own websites. </p>\n<p><img src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/11/1415490092badge.png\" alt=\"badge\" width=\"400\" height=\"419\" class=\"alignnone size-full wp-image-94253\" /></p>\n<p>This can contain up-to-the-minute information from your application about a user, piece of content or another object, dynamically generated and inserted into other websites. This is probably best illustrated with some examples:</p>\n<p><img src=\"http://f.cl.ly/items/0n220s3M2Q0U2X1k1T0B/badges.png\" alt=\"Some examples of embedded content\" title=\"\"/></p>\n<p>In this article I’m going to take a look at some of the ways you can implement this.</p>\n<h2 id=\"setting-up-our-example-application\">Setting up our Example Application</h2>\n<p>All the code from this tutorial is <a href=\"https://github.com/sitepoint-examples/Embeddable-Badges\">available on Github</a>. There’s also an <a href=\"http://badges.demos.lukaswhite.com\">online demo</a>.</p>\n<p>First, we’ll define our application’s dependencies using Composer:</p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&quot;silex/silex&quot;: &quot;~2.0@dev&quot;,\r\n&quot;twig/twig&quot;: &quot;&gt;=1.8,&lt;2.0-dev&quot;,\r\n&quot;smottt/wideimage&quot;: &quot;dev-master&quot;\r\n</pre>\n<p>Now, in <code>index.php</code>, let’s pull in the Composer-generated autoloader, add our <code>use</code> statement, initialize our Silex application and setup Twig templating:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nrequire_once __DIR__.'/../vendor/autoload.php';\r\n\r\nuse Symfony\\Component\\HttpFoundation\\Request,\r\n\t\tSymfony\\Component\\HttpFoundation\\Response,\r\n\t\tWideImage\\WideImage;\r\n\r\n$app = new Silex\\Application();\r\n\r\n// Register the Twig service provider\r\n$app-&gt;register(new Silex\\Provider\\TwigServiceProvider(), array(\r\n\t'twig.path' =&gt; __DIR__.'/../views',\r\n));\r\n</pre>\n<p>Let’s create a data-store of users, with some information about them which will form the basis of our example “badges”. For simplicity, we’ll use a static array; in practice you’d use a database, but it ought to be pretty simple to swap this out for something more dynamic. We’ll inject it into the application container like so:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n/**\r\n * For simplicity, our datastore is a really simple, static array\r\n */\r\n$app['datastore'] = function(){\r\n\treturn [\r\n\t\t'users'\t=&gt;\t[\r\n\t\t\t'dave'\t=&gt;\t[\t\t\t\t\r\n\t\t\t\t'avatar'\t\t\t=&gt;\t'man1.png',\r\n\t\t\t\t'trophies'\t\t=&gt;\t1,\r\n\t\t\t\t'rank'\t\t\t\t=&gt;\t'Novice',\r\n\t\t\t],\r\n\t\t\t'jim'\t=&gt;\t[\r\n\t\t\t\t'avatar'\t\t\t=&gt;\t'man2.png',\r\n\t\t\t\t'trophies'\t\t=&gt;\t2,\r\n\t\t\t\t'rank'\t\t\t\t=&gt;\t'Intermediate',\r\n\t\t\t],\r\n\t\t\t'helen' =&gt; [\r\n\t\t\t\t'avatar'\t\t\t=&gt;\t'woman1.png',\r\n\t\t\t\t'trophies'\t\t=&gt;\t4,\r\n\t\t\t\t'rank'\t\t\t\t=&gt;\t'Grand Master',\r\n\t\t\t],\r\n\t\t]\r\n\t];\r\n};\r\n</pre>\n<p>Now that we’ve got a basic application set up along with some data, let’s go through three approaches to how you can provide an embeddable “badge” which displays this data for a given user.</p>\n<h2 id=\"iframes\">IFrames</h2>\n<p>IFrames are arguably a dirty word in web circles, perhaps deservedly so. But they are a common and practical approach to embedding content from one site into another.</p>\n<p>Let’s start with this approach; later we can reuse some of the code when we try out the JavaScript method.</p>\n<p>Start with a simple Twig template, which creates some HTML &#8211; with inlined styles, to minimize HTTP requests &#8211; which contains our “badge” as a <code>&lt;div&gt;</code>:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;!-- /views/badge.twig --&gt;\r\n&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;title&gt;{{ username }}&lt;/title&gt;\r\n    &lt;style&gt;\r\n      .badge {\r\n        width: 250px;\r\n        height: 80px;\r\n        border: solid 1px #ccc;\r\n        clear: both;\r\n      }\r\n      .avatar {\r\n        float: left;\r\n        width: 80px;\r\n      }\r\n      .badge .avatar img {\r\n        margin: 10px 0 0 10px\r\n      }\r\n      .badge .info {\r\n        width: 170px;\r\n        float: right;\r\n      }\r\n      .badge .info h3 {\r\n        margin: 0.25em 0;\r\n      }\r\n      .badge .info h4 {\r\n        margin: 0.25em 0;\r\n        color: #666;\r\n      }\r\n    &lt;/style&gt;\r\n  &lt;/head&gt; \r\n  &lt;body&gt;\r\n    &lt;div class=&quot;badge&quot;&gt;\r\n      &lt;div class=&quot;avatar&quot;&gt;\r\n        &lt;img src=&quot;{{ imagepath }}/{{ user.avatar }}&quot;&gt;\r\n      &lt;/div&gt;\r\n      &lt;div class=&quot;info&quot;&gt;\r\n        &lt;h3&gt;{{ username }}&lt;/h3&gt;\r\n        &lt;h4&gt;{{ user.rank }}&lt;/h4&gt;\r\n        &lt;div class=&quot;trophies&quot;&gt;\r\n          {% for i in 1..user.trophies %}\r\n          &lt;img src=&quot;{{ imagepath }}/trophy.png&quot;&gt;\r\n          {% endfor %}\r\n        &lt;/div&gt;\r\n      &lt;/div&gt;\r\n    &lt;/div&gt;\r\n  &lt;/body&gt;\r\n&lt;/html&gt;\r\n</pre>\n<p>This is all pretty straightforward. Notice how we’re incorporating a variable named <code>imagepath</code> which we’ll set server-side, which is going to take care of one very important aspect &#8211; any images we incorporate must be referenced using absolute URLs.</p>\n<p>Now the corresponding route:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n/**\r\n * Dynamically-generated HTML for embedding in an iFrame\r\n */\r\n$app-&gt;get('/iframe/{username}', function(Request $request, $username) use ($app) {\r\n\r\n\t// Check that the user in question exists\r\n\tif (!isset($app['datastore']['users'][$username])) {\r\n\t\t// No user with that username, throw a 404\r\n\t\t$app-&gt;abort(404, &quot;User $username does not exist.&quot;);\r\n\t}\r\n\r\n\t// Get the user record\r\n\t$user = $app['datastore']['users'][$username];\r\n\r\n\treturn $app['twig']-&gt;render('badge.twig',\r\n\t\t[\r\n\t\t\t'username'\t\t=&gt;\t$username,\r\n\t\t\t'imagepath'\t\t=&gt;\t( ($request-&gt;server-&gt;get('HTTP_PORT') == 443) ? 'https' : 'http' ) . '://' . $request-&gt;server-&gt;get('HTTP_HOST') . '/images',\r\n\t\t\t'user'  \t\t\t=&gt; \t$user,\r\n\t\t]\r\n\t);\r\n\r\n});\r\n</pre>\n<p>All pretty straightforward. The bit which populates <code>$imagepath</code> is a bit quick-and-dirty, but it’ll do the job for now.</p>\n<p>Embedding this into a third-party site is really simple:</p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;iframe src=&quot;/iframe/dave&quot; width=&quot;300&quot; height=&quot;100&quot;&gt;&lt;/iframe&gt;\r\n</pre>\n<p>Later we’ll look at some of the things you need to think about with the iframe approach; for now, let’s move onto method number two.</p>\n<h2 id=\"dynamically-created-images\">Dynamically Created Images</h2>\n<p>One of the simplest ways to implement this is to provide a URL to an image, which gets created server-side. </p>\n<p>Here’s a screenshot of the sort of image we’re going to create:</p>\n<p><img src=\"http://f.cl.ly/items/3b0g1W2K2z0a3F082N1i/image-badge.png\" alt=\"The dynamically-generated image we're going to create\" title=\"\"/></p>\n<p>Okay, it won’t win any awards for design, but you can use the same approach to create much more visually appealing images than this.</p>\n<p>You’ll find the necessary resources &#8211; the background and trophy images, avatars and fonts &#8211; in <a href=\"https://github.com/sitepoint-examples/Embeddable-Badges\">the example application’s repository</a>.</p>\n<p>Here’s some example code to dynamically generate an embeddable image:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n/**\r\n * Dynamically-generated image\r\n */\r\n$app-&gt;get('/image/{username}', function($username) use ($app) {\r\n\r\n\t// Check that the user in question exists\r\n\tif (!isset($app['datastore']['users'][$username])) {\r\n\t\t// No user with that username, throw a 404\r\n\t\t$app-&gt;abort(404, &quot;User $username does not exist.&quot;);\r\n\t}\r\n\r\n\t// Get the user record\r\n\t$user = $app['datastore']['users'][$username];\r\n\t\r\n\t// Load the background\r\n\t$background = WideImage::load(__DIR__.'/../resources/images/background.png');\r\n\r\n\t// Load the avatar\r\n\t$avatar = WideImage::load(__DIR__.'/images/' . $user['avatar']);\r\n\r\n\t// Load the trophy image\r\n\t$trophy = WideImage::load(__DIR__.'/images/trophy.png');\r\n\r\n\t// Paste the avatar onto the background\r\n\t$im = $background-&gt;merge($avatar, 10, 20);\r\n\r\n\t// Get the canvas\r\n\t$canvas = $im-&gt;getCanvas();\r\n\r\n\t// Set the font for the username\r\n\t$canvas-&gt;useFont(__DIR__.'/../resources/fonts/VeraBd.ttf', 12, $im-&gt;allocateColor(0, 0, 0));\r\n\r\n\t// Write the username onto the canvas\r\n\t$canvas-&gt;writeText(70, 15, $username);\r\n\r\n\t// Choose a slightly smaller, non-bold font\r\n\t$canvas-&gt;useFont(__DIR__.'/../resources/fonts/Vera.ttf', 9, $im-&gt;allocateColor(0, 0, 0));\r\n\r\n\t// Write the rank\r\n\t$canvas-&gt;writeText(70, 35, $user['rank']);\r\n\r\n\t// Now add the appropriate number of trophies\r\n\t$x = 70;\r\n\r\n\tfor ($i = 0; $i &lt; $user['trophies']; $i++) {\r\n\t\t$im = $im-&gt;merge($trophy, $x, 55);\r\n\t\t$x += 20;\r\n\t}\r\n\r\n\t// Finally, output the image to the screen\r\n\treturn $im-&gt;output('png');\r\n\r\n});\r\n</pre>\n<p>It’s pretty much self-documented, and should be pretty simple to adapt to your needs or with better images. Note that we’re taking the background image from a non-web accessible directory (<code>resources</code>), but the avatars and trophy icon are in the <code>public</code> directory.</p>\n<p>Embedding this into a third-party website couldn’t be simpler:</p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;img src=&quot;http://example.com/image/helen&quot;&gt;\r\n</pre>\n<blockquote>\n<p>You’ll note that there’s no file extension; this doesn’t matter, though, since WideImage’s <code>output()</code> method will set the appropriate headers for you.</p>\n</blockquote>\n<p>There are a couple of improvements we could make. For one thing, we’re generating a new image on each request. However you can use WideImage’s <code>saveToFile()</code> method to cache the results, like so:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n$im-&gt;saveToFile('/path/to/badge.png');\r\n</pre>\n<p>It might also be better to provide a default image when the requested user cannot be found, rather than issuing a 404 error.</p>\n<p>Now onto the third and final approach.</p>\n<h2 id=\"javascript\">Javascript</h2>\n<p>Using JavaScript to dynamically create embedded content is amongst the most common, and perhaps the most flexible approach.</p>\n<p>Again we’re going to generate some HTML, but this time we’ll return a simple snippet of JavaScript that will write it to the host page. All that requires is that the host website insert a simple <code>&lt;script&gt;</code> tag where they want our content to appear.</p>\n<p>We’ll re-use the Twig template from earlier, but this time the route looks slightly different:</p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n/**\r\n * Dynamically-generated JavaScript\r\n */\r\n$app-&gt;get('/js/{username}', function(Request $request, $username) use ($app) {\r\n\r\n\t// Check that the user in question exists\r\n\tif (!isset($app['datastore']['users'][$username])) {\r\n\t\t// No user with that username, throw a 404\r\n\t\t$app-&gt;abort(404, &quot;User $username does not exist.&quot;);\r\n\t}\r\n\r\n\t// Get the user record\r\n\t$user = $app['datastore']['users'][$username];\r\n\r\n\t// Build the HTML\r\n\t$html = $app['twig']-&gt;render('badge.twig',\r\n\t\t[\r\n\t\t\t'username'\t\t=&gt;\t$username,\r\n\t\t\t'imagepath'\t\t=&gt;\t( ($request-&gt;server-&gt;get('HTTP_PORT') == 443) ? 'https' : 'http' ) . '://' . $request-&gt;server-&gt;get('HTTP_HOST') . '/images',\r\n\t\t\t'user'  \t\t\t=&gt; \t$user,\r\n\t\t]\r\n\t);\r\n\t\r\n\t// Minify the HTML, ensuring we wind up with one long string\r\n\t$minified = preg_replace(\r\n    array(\r\n\t\t\t'/ {2,}/',\r\n\t\t\t'/&lt;!--.*?--&gt;|\\t|(?:\\r?\\n[ \\t]*)+/s'\r\n    ),\r\n    array(\r\n\t\t\t' ',\r\n\t\t\t''\r\n\t\t),\r\n    $html\r\n  );\r\n\r\n\t// Return a document.write with the minified, populated HTML as its argument\r\n\treturn new Response(\r\n\t\tsprintf('document.write(\\'%s\\');', $minified),\r\n\t\t200,\r\n\t\t[ 'Content-Type', 'text/javascript' ]\r\n\t);\r\n\r\n});\r\n</pre>\n<p>The first part is identical to the iframe approach. This time, though, we’re generating a simple <code>document.write</code>. Before we can do that, we use a little <code>preg_replace</code> magic to minify the resulting HTML &#8211; which also ensures it will all be on one line &#8211; then insert it into some very simple dynamically created JavaScript.</p>\n<p>Embedding this into a page is just as simple:</p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div&gt;&lt;script src=&quot;/js/jim&quot;&gt;&lt;/script&gt;&lt;/div&gt;\r\n</pre>\n<p>Strictly speaking, we don’t even need that container DIV, but it can be used to apply styling on the host site.</p>\n<p>Now that we’ve examined three approaches, let’s look at some of the things you need to think about when deciding which of these approaches to take.</p>\n<h2 id=\"considerations\">Considerations</h2>\n<p>When choosing an approach to this problem, there are a few things you need to weigh up.</p>\n<h3 id=\"cmss\">CMS’s</h3>\n<p>If you’re intending people to be able to embed content into the body of CMS-driven content or within blog posts, it’s worth bearing in mind that any CMS or blog software worth its salt will block certain types of content. Inline scripts are almost certainly out. IFrames are probably going to be stripped out. That probably just leaves image tags.</p>\n<h3 id=\"styling\">Styling</h3>\n<p>There are a few ways to approach styling; perhaps you want to control everything, keeping your badges consistent across sites. Alternatively, you could provide default styles but allow site owners the flexibility to override them to better fit the design of their site.</p>\n<p>Obviously images cannot be customized; aside, perhaps, their sizing. If you use iframes, it’s worth noting that any styling applied to the parent page will not be inherited by your content. On the other hand if you use the JavaScript approach, it may well be possible to override the styling, depending on specificity and how you incorporate your styles. The demo page that comes with the <a href=\"https://github.com/sitepoint-examples/Embeddable-Badges\">example application</a> shows this in action.</p>\n<h3 id=\"customization\">Customization</h3>\n<p>Perhaps, like Stackoverflow and their “User Flair” badges, you want to provide a number of alternative styles &#8211; light and dark, for example. This is entirely possible with any of the approaches I’ve outlined, though it’s arguably slightly more difficult with the image tag approach.</p>\n<h2 id=\"advanced\">Advanced</h2>\n<p>So far our embeddable content has been dynamically generated, but in no way interactive. A Facebook “like” button, for example, doesn’t just provide a count &#8211; it also allows people to perform the “like” action from within the page. That sort of interactivity will be covered in a later article.</p>\n<h2 id=\"summary\">Summary</h2>\n<p>Embeddable content is great way to promote your site. It can be used not only to link back to your site but to provide “live” content, right there on a third-party “host” website.</p>\n<p>We’ve looked at three common approaches to this &#8211; images, iframes and JavaScript. We’ve looked at some of the things you need to think about when deciding which one to use, along with some pitfalls to be wary of.</p>\n\n        </section>\n\n        <div class=\"article__author-bios\">\n          \n    <div class=\"contributor contributor--large\">\n\n          <figure class=\"contributor_avatar\">\n      <a href=\"http://www.sitepoint.com/author/lwhite/\">\n        <img alt='' src='http://0.gravatar.com/avatar/c76b522207ee70f781873cbd444c1935?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&amp;r=G' class='avatar avatar-96 photo' height='96' width='96' />      </a>\n    </figure>\n  \n      <div class=\"contributor_details\">\n\n          <div class=\"contributor_name\">\n    <a href=\"http://www.sitepoint.com/author/lwhite/\">Lukas White</a>\n  </div>\n\n  \n        <p class=\"contributor_longdesc\">Lukas is a freelance web and mobile developer based in Manchester in the North of England. He's been developing in PHP since moving away from those early days in web development of using all manner of tools such as Java Server Pages, classic ASP and XML data islands, along with JavaScript - back when it really was JavaScript and Netscape ruled the roost. When he's not developing websites and mobile applications and complaining that this was all fields, Lukas likes to cook all manner of World foods.</p>\n\n        <ul class=\"contributor_social\">\n          <li><a href=\"https://twitter.com/lukaswhite\" target=\"_blank\"><i class=\"icon-twitter\"></i></a></li><li><a href=\"https://plus.google.com/102837735704375262863\" target=\"_blank\"><i class=\"icon-google-plus\"></i></a></li>        </ul>\n      </div>\n    </div>\n\n          </div>\n\n                  <div class=\"related-content\">\n            <h2>You might also like:</h2>\n            <ul class=\"article-list article-list--related\">\n              <li class=\"article-list_item  tile post-tile\">\n  <article class=\"article article--micro article--micro--related category-php \" data-disqus-id=\"http://www.sitepoint.com/build-custom-entities-drupal-setup/\">\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"http://www.sitepoint.com/php/\">PHP</a></h2></header>\n    \n    <section class=\"article_header\">\n      <h1 class=\"article_title\"><a href=\"http://www.sitepoint.com/build-custom-entities-drupal-setup/\">Build Your Own Custom Entities in Drupal - Setup</a></h1>\n      <div class=\"contributor article_contributor\">\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/dsipos/\">Daniel Sipos</a></p>\n      </div>\n      \n      <div class=\"article_meta-data\"><p class=\"article_pub-date\"><time datetime=\"2014-05-14 09:00:36\" pubdate>May 14, 2014</time></p></div>\n      </section>\n  </article>\n</li>              <div class=\"widget maestro maestro-content-type-html \" id=\"maestro-product-19\"><li class=\"article-list_item  tile post-tile\">\r\n  <article class=\"article article--micro article--micro--related category-web\">\r\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"https://learnable.com?utm_source=sitepoint&utm_medium=related-items&utm_content=phpmysql-beginners\">Learnable</a></h2></header>\r\n    <section class=\"article_header\">\r\n      <h1 class=\"article_title\"><a href=\"https://learnable.com/courses/php-mysql-web-development-for-beginners-13?utm_source=sitepoint&utm_medium=related-items&utm_content=phpmysql-beginners\">Course: PHP & MySQL Web Development for Beginners</a></h1>\r\n      <div class=\"contributor article_contributor\">\r\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/kevin-yank/\">Kevin Yank</a></p>\r\n      </div>\r\n      <div class=\"article_meta-data\"><p class=\"article_pub-date\">PREMIUM</p></div>\r\n    </section>\r\n  </article>\r\n</li></div>              <li class=\"article-list_item  tile post-tile\">\n  <article class=\"article article--micro article--micro--related category-php \" data-disqus-id=\"http://www.sitepoint.com/building-engaging-web-apps-game-mechanics/\">\n    <header class=\"article_category\"><h2 class=\"article_category_title\"><a href=\"http://www.sitepoint.com/php/\">PHP</a></h2></header>\n    \n    <section class=\"article_header\">\n      <h1 class=\"article_title\"><a href=\"http://www.sitepoint.com/building-engaging-web-apps-game-mechanics/\">Building Engaging Web Apps with Game Mechanics</a></h1>\n      <div class=\"contributor article_contributor\">\n        <p class=\"contributor_name article_author-name\">by <a href=\"http://www.sitepoint.com/author/iteo/\">Ignatius Teo</a></p>\n      </div>\n      \n      <div class=\"article_meta-data\"><p class=\"article_pub-date\"><time datetime=\"2014-03-08 11:00:58\" pubdate>Mar 08, 2014</time></p></div>\n      </section>\n  </article>\n</li>          </ul>\n        </div>\n        \n        <div class=\"promo-panel\">\n          <div class=\"widget maestro maestro-content-type-product \" id=\"maestro-product-29\"><div class=\"promo-panel_media-object\"><img src=\"https://d2sis3lil8ndrq.cloudfront.net/books/jshtml-basics1_medium_3d.png\" /></div>\n<div class=\"promo-panel_content\">\n  <h1 class=\"promo-panel_title\">\n    Free book: Jump Start HTML5 Basics\n  </h1>\n  <p>Grab a free copy of one our latest ebooks! Packed with hints and tips on HTML5's most powerful new features.</p>\n  <form class=\"promo-panel_action\"><input type=\"email\" name=\"email\" class=\"promo-panel_email\" placeholder=\"email address\" /><input type=\"hidden\" name=\"content\" value=\"29\" /><button class=\"button radius\">Claim Book</button></form>\n</div></div>        </div>\n\n                <div class=\"widget maestro maestro-content-type-ad hide-for-desktop-SP hide-for-tablet-SP\" id=\"maestro-product-51\"><!-- SP2013_Articles_320x50_2 -->\n<div id=\"div-gpt-ad-1392428092543-6\" style=\"width:320px; height:50px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-6\"); });</script>\n </div></div>\n        <a id=\"comments\"></a>\n        <div class=\"Comments\">\r\n  <div class=\"Comments_header\">\r\n    <i class=\"icon-comment\"></i>\r\n    <span class=\"u-base\">Comments</span>\r\n  </div>\r\n  <div class=\"Comments_actions\">\r\n    <a href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892\" class=\"Comments_action\">\r\n        <i class=\"icon-reply\"></i>\r\n        <span class=\"u-base\">Have Your Say</span>\r\n    </a>\r\n  </div>\r\n \r\n  <div class=\"CommentsContent\"><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/2\" target=\"_blank\">\r\n    <img alt=\"collizo4sky\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/collizo4sky/64/18752.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/2\" target=\"_blank\">December 21, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/2\" target=\"_blank\">collizo4sky:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>Awesome tutorial, period.</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/3\" target=\"_blank\">\r\n    <img alt=\"wesleypatricklewis\" src=\" http://community.sitepoint.com/letter_avatar/wesleypatricklewis/64/2.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/3\" target=\"_blank\">December 24, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/3\" target=\"_blank\">wesleypatricklewis:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>Does it work with wordpress</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/4\" target=\"_blank\">\r\n    <img alt=\"swader\" src=\" http://community.sitepoint.com/user_avatar/community.sitepoint.com/swader/64/17674.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/4\" target=\"_blank\">December 24, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/4\" target=\"_blank\">swader:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>It works with everything.</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/5\" target=\"_blank\">\r\n    <img alt=\"wesleypatricklewis\" src=\" http://community.sitepoint.com/letter_avatar/wesleypatricklewis/64/2.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/5\" target=\"_blank\">December 24, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/5\" target=\"_blank\">wesleypatricklewis:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>Ok thanks i was going to use it for my site</p></div>\r\n  </div>\r\n</div><div class=\"Comment\">\r\n  <a class=\"CommentAvatar\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/7\" target=\"_blank\">\r\n    <img alt=\"lemoniasty\" src=\" http://community.sitepoint.com/letter_avatar/lemoniasty/64/2.png\" class=\"CommentAvatar_img\">\r\n  </a>\r\n\r\n  <div class=\"CommentContent\">\r\n    <div class=\"CommentHeader\">\r\n      <a class=\"CommentDate\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/7\" target=\"_blank\">December 31, 2014</a>\r\n      <a class=\"CommentAuthor\" href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892/7\" target=\"_blank\">lemoniasty:</a>\r\n    </div>\r\n\r\n    <div class=\"CommentMessage\"><p>Super article Lucas <br>And what about SEO aspect? Which solution will be better to gain additional external links?</p></div>\r\n  </div>\r\n</div></div>\r\n    <div class=\"Comments_actions\">\r\n      <a href=\"http://community.sitepoint.com/t/3-ways-to-implement-embeddable-custom-badges/107892\" class=\"Comments_action\">\r\n        <i class=\"icon-reply\"></i>\r\n        <span class=\"u-base\">Have Your Say</span>\r\n      </a>\r\n    </div>\r\n</div>\n      </article>\n    </div>\n  \n  <aside class=\"page_aside article_aside\">\n    <div class=\"adrow--top\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-1\"><!-- SP2013_Articles_300x250_1 -->\n<div id=\"div-gpt-ad-1392428092543-0\" style=\"width:300px; height:250px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-0\"); });</script>\n </div></div>    </div>\n    <div class=\"adrow--middle\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-172\"><!-- Sitepoint_125x125 -->\n<div id=\"div-gpt-ad-1400800012700-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400800012700-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-166\"><!-- Sitepoint_125x125_2 -->\n<div id=\"div-gpt-ad-1400782268851-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400782268851-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-167\"><!-- Sitepoint_125x125_3 -->\n<div id=\"div-gpt-ad-1400782991292-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400782991292-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-168\"><!-- Sitepoint_125x125_4 -->\n<div id=\"div-gpt-ad-1400783440189-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783440189-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-169\"><!-- Sitepoint_125x125_5 -->\n<div id=\"div-gpt-ad-1400783664460-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783664460-0\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-170\"><!-- Sitepoint_125x125_6 -->\n<div id=\"div-gpt-ad-1400783847643-0\" style=\"width:125px; height:125px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1400783847643-0\"); });</script>\n </div></div>    </div>\n    <div class=\"adrow--bottom\">\n      <div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-48\"><!-- SP2013_Articles_300x250_4 -->\n<div id=\"div-gpt-ad-1392428092543-3\" style=\"width:300px; height:250px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-3\"); });</script>\n </div></div><div class=\"widget maestro maestro-content-type-ad hide-for-mobile-SP\" id=\"maestro-product-49\"><!-- SP2013_Articles_300x600_1 -->\n<div id=\"div-gpt-ad-1392428092543-4\" style=\"width:300px; height:600px;\" class=\"adspot\">\n    <script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"div-gpt-ad-1392428092543-4\"); });</script>\n </div></div>    </div>\n  </aside>\n\n</main>\n\n    <footer class=\"site-footer\" role=\"contentinfo\">\n      <div class=\"row\">\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>About</h3>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/about-us/\">About us</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/advertising\">Advertise</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/press\">Press Room</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/legals\">Legals</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"mailto:feedback@sitepoint.com\">Feedback</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/write-for-us\">Write for Us</a>\n          </li>\n        </ul>\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>Our Sites</h3>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"https://learnable.com\" target=\"_blank\">Learnable</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"http://reference.sitepoint.com\" target=\"_blank\">Reference</a>\n          </li>\n          <li class=\"foot-link_item\">\n            <a href=\"/web-foundations/\">Web Foundations</a>\n          </li>\n        </ul>\n\n        <ul class=\"footer-links\">\n          <li class=\"foot-link_item\">\n            <h3>Connect</h3>\n          </li>\n          <li class=\"foot-link_item foot-link_item--icons\">\n            <a href=\"/feed\"><i class=\"icon-rss icon-blocks icon-blocks--rss\"></i></a>\n            <a href=\"/newsletter\"><i class=\"icon-envelope-alt icon-blocks icon-blocks--newsletter\"></i></a>\n            <a href=\"https://www.facebook.com/sitepoint\" target=\"_blank\"><i class=\"icon-facebook icon-blocks icon-blocks--facebook\"></i></a>\n            <a href=\"http://twitter.com/sitepointdotcom\" target=\"_blank\"><i class=\"icon-twitter icon-blocks icon-blocks--twitter\"></i></a>\n            <a href=\"https://plus.google.com/+sitepoint\" target=\"_blank\"><i class=\"icon-google-plus icon-blocks icon-blocks--google-plus\"></i></a>\n          </li>\n        </ul>\n\n        <p class=\"site-footer_copyright\">\n          &copy; 2000 &ndash; 2015 SitePoint Pty. Ltd.\n        </p>\n\n      </div>\n    </footer>\n\n    <div id=\"search-dropdown\">\n      <div data-role=\"search-for\">\n        <a class=\"search-link\" href=\"#\">Search for...</a>\n      </div>\n      <ul data-role=\"results\"></ul>\n    </div>\n\n    \t\t\t\t<script type='text/javascript'><!--\r\n\t\t\tvar seriesdropdown = document.getElementById(\"orgseries_dropdown\");\r\n\t\t\tif (seriesdropdown) { \r\n\t\t\t function onSeriesChange() {\r\n\t\t\t\t\tif ( seriesdropdown.options[seriesdropdown.selectedIndex].value != ( 0 || -1 ) ) {\r\n\t\t\t\t\t\tlocation.href = \"http://www.sitepoint.com/series/\"+seriesdropdown.options[seriesdropdown.selectedIndex].value;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tseriesdropdown.onchange = onSeriesChange;\r\n\t\t\t}\r\n\t\t\t--></script>\r\n\t\t\t\n<div id=\"triggered-cta-box-wrapper\" class=\"triggered-cta-box-wrapper triggered-cta-box-wrapper--bottom\"><a href=\"#close\" id=\"triggered-cta-box-close\">x</a></div>\n<script type=\"text/javascript\">\n  (function () {\n    var variant = (Math.random() < 0.5 ? \"a\" : \"b\");\n    var boxContents = {\n      a: '<div class=\"triggered-cta-box campaign-free-ebook\">  <div class=\"campaign-free-ebook__row1\" style=\"max-width:40em\">    <div class=\"campaign-free-ebook__row1__column1\" style=\"margin-left:1em;width:60%\">      <p class=\"logo-wrapper\"><img src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/02/1392770725sp-logo-42x50.png\" alt=\"SitePoint logo\" /></p>      <h1>Get 50% Off Learnable and Help the Penguin Foundation!</h1>      <p>This is your chance to access all SitePoint books and courses for two years for just $144, <em>plus</em> help us raise $50,000 for the Penguin Foundation!</p>    </div>    <div class=\"campaign-free-ebook__row1__column2\"style=\"width:35%\">      <img class=\"books-image\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/12/1417752395penguin_sitepoint.jpg\" alt=\"Penguin holding a SitePoint sign\" />    </div>  </div>  <div class=\"campaign-free-ebook__row2\">    <form>     <div align=\"center\" class=\"campaign-free-trial-v2__row2\">    <a class=\"submit-btn btn-buy button\" href=\"http://www.sitepoint.com/christmas-sale-1/\" style=\"margin-bottom: 0px;\">Get 50% Off Now!</a>    </div>      <div class=\"campaign-free-ebook__row2__div2\">        <div class=\"campaign-free-ebook__row2__div2__column1\">          <p id=\"triggered-cta-box-message\"></p>        </div>      </div>    </form>  </div></div>',\n      b: '<div class=\"triggered-cta-box campaign-free-ebook\">  <div class=\"campaign-free-ebook__row1\" style=\"max-width:40em\">    <div class=\"campaign-free-ebook__row1__column1\" style=\"margin-left:1em;width:60%\">      <p class=\"logo-wrapper\"><img src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/02/1392770725sp-logo-42x50.png\" alt=\"SitePoint logo\" /></p>      <h1>Your first month of Learnable for just $1!</h1>      <p>This month only, we\\'re dropping the price of your first month of Learnable to $1. That gives you access to all SitePoint books and web development courses!</p>    </div>    <div class=\"campaign-free-ebook__row1__column2\"style=\"width:35%\">      <img class=\"books-image\" src=\"http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2014/12/14189681031dollarslider_360.png\" alt=\"Learnable for $1\" />    </div>  </div>  <div class=\"campaign-free-ebook__row2\">    <form>     <div align=\"center\" class=\"campaign-free-trial-v2__row2\">    <a class=\"submit-btn btn-buy button\" href=\"http://www.sitepoint.com/christmas-sale-13/?utm_source=SitePoint&utm_medium=Slider&utm_campaign=1dollarslider\" style=\"margin-bottom: 0px;\">Start Learning Now</a>    </div>      <div class=\"campaign-free-ebook__row2__div2\">        <div class=\"campaign-free-ebook__row2__div2__column1\">          <p id=\"triggered-cta-box-message\"></p>        </div>      </div>    </form>  </div></div>'\n    };\n    var campaigns = {\n      a: \"sitepoint-penguin-slideup\",\n      b: \"learnable-dollar-slideup\"\n    };\n    var triggeredCtaBoxWrapperEl = document.getElementById(\"triggered-cta-box-wrapper\");\n    var boxContentsEl = document.createElement(\"div\");\n\n    boxContentsEl.innerHTML = boxContents[variant];\n    triggeredCtaBoxWrapperEl.appendChild(boxContentsEl);\n\n    window.triggeredCtaBox = {\n      variant: variant,\n      boxSelector: \"#triggered-cta-box-wrapper\",\n      bgSelector: \".triggered-cta-box-wrapper-bg\",\n      closeSelector: \"#triggered-cta-box-close\",\n      closeLinkSelector: \".triggered-cta-box-close-link\",\n      campaign: campaigns[variant],\n      boxType: \"bottom\",\n      mobileEnabled: false,\n      cookieLife: 14,\n      triggerType: \"scroll\",\n      triggerRequiredPages: 0,\n      triggerValue: 25,\n      slideSpeed: 1000,\n      ajaxUrl: \"https://www.sitepoint.com/wp-admin/admin-ajax.php\"\n    };\n  })();\n</script>\n<!--Plugin WP Missed Schedule 2013.1231.2013 Active - Tag 6707293c0218e2d8b7aa38d418ffa608-->\n\n<!-- This site is patched which an important unfixed problem since WordPress 2.5+ to 3.9+ -->\n\n\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"sitepoint.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n\n<script type='text/javascript' src='http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shCore.js?ver=3.0.83c'></script>\n<script type='text/javascript' src='http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushPlain.js?ver=3.0.83c'></script>\n<script type='text/javascript' src='http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushPhp.js?ver=3.0.83c'></script>\n<script type='text/javascript' src='http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushXml.js?ver=3.0.83c'></script>\n<script type='text/javascript'>\n\t(function(){\n\t\tvar corecss = document.createElement('link');\n\t\tvar themecss = document.createElement('link');\n\t\tvar corecssurl = \"http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.83c\";\r\n\t\tif ( corecss.setAttribute ) {\r\n\t\t\t\tcorecss.setAttribute( \"rel\", \"stylesheet\" );\r\n\t\t\t\tcorecss.setAttribute( \"type\", \"text/css\" );\r\n\t\t\t\tcorecss.setAttribute( \"href\", corecssurl );\r\n\t\t} else {\r\n\t\t\t\tcorecss.rel = \"stylesheet\";\r\n\t\t\t\tcorecss.href = corecssurl;\r\n\t\t}\r\n\t\tdocument.getElementsByTagName(\"head\")[0].insertBefore( corecss, document.getElementById(\"syntaxhighlighteranchor\") );\r\n\t\tvar themecssurl = \"http://www.sitepoint.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0.83c\";\r\n\t\tif ( themecss.setAttribute ) {\r\n\t\t\t\tthemecss.setAttribute( \"rel\", \"stylesheet\" );\r\n\t\t\t\tthemecss.setAttribute( \"type\", \"text/css\" );\r\n\t\t\t\tthemecss.setAttribute( \"href\", themecssurl );\r\n\t\t} else {\r\n\t\t\t\tthemecss.rel = \"stylesheet\";\r\n\t\t\t\tthemecss.href = themecssurl;\r\n\t\t}\r\n\t\t//document.getElementById(\"syntaxhighlighteranchor\").appendChild(themecss);\r\n\t\tdocument.getElementsByTagName(\"head\")[0].insertBefore( themecss, document.getElementById(\"syntaxhighlighteranchor\") );\r\n\t})();\n\tSyntaxHighlighter.config.strings.expandSource = '+ expand source';\n\tSyntaxHighlighter.config.strings.help = '?';\n\tSyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\\n\\n';\n\tSyntaxHighlighter.config.strings.noBrush = 'Can\\'t find brush for: ';\n\tSyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\\'t configured for html-script option: ';\n\tSyntaxHighlighter.defaults['pad-line-numbers'] = false;\n\tSyntaxHighlighter.defaults['toolbar'] = false;\n\tSyntaxHighlighter.defaults['wrap-lines'] = false;\n\tSyntaxHighlighter.all();\r\n</script>\r\n<script type='text/javascript' src='//www.sitepoint.com/wp-content/themes/sitepoint/assets/javascripts/scripts-foot-1fff1067b547366e2ddc5d3cb9d0cb1f.js?ver=4.0'></script>\n<script>\n                    $(document).ready(function() {\n                      $(\".article_header__buttons .sp-twitter-share-button\").on(\"click\", function (evt) {\n                        evt.preventDefault();\n\n                        var url = \"https://twitter.com/intent/tweet?\" + $.param({\n                          url: \"http://www.sitepoint.com/3-ways-implement-embeddable-custom-badges/\",\n                          text: \"3 Ways to Implement Embeddable Custom Badges\",\n                          via: \"sitepointdotcom\"\n                        });\n\n                        var popupWidth = 550,\n                            popupHeight = 420,\n                            screenWidth = screen.width,\n                            screenHeight = screen.height,\n                            popupLeftOffset = Math.round(screenWidth / 2 - popupWidth / 2),\n                            popupTopOffset = 0;\n                        if (screenHeight > popupHeight) {\n                          popupTopOffset = Math.round(screenHeight / 2 - popupHeight / 2);\n                        }\n                        window.open(url, null, \"scrollbars=yes,resizable=yes,toolbar=no,location=yes\" + \", width=\" + popupWidth + \", height=\" + popupHeight + \", left=\" + popupLeftOffset + \",top=\" + popupTopOffset);\n                      });\n                    });\n                  </script><script>\n                    $(document).ready(function() {\n                      $(\".article_header__buttons .subscribe-button\").on(\"click\", function (evt) {\n                        evt.preventDefault();\n\n                        var url = evt.target.href;\n\n                        var popupWidth = 550,\n                            popupHeight = 720,\n                            screenWidth = screen.width,\n                            screenHeight = screen.height,\n                            popupLeftOffset = Math.round(screenWidth / 2 - popupWidth / 2),\n                            popupTopOffset = 0;\n                        if (screenHeight > popupHeight) {\n                          popupTopOffset = Math.round(screenHeight / 2 - popupHeight / 2);\n                        }\n                        window.open(url, null, \"scrollbars=yes,resizable=yes,toolbar=no,location=yes\" + \", width=\" + popupWidth + \", height=\" + popupHeight + \", left=\" + popupLeftOffset + \",top=\" + popupTopOffset);\n                      });\n                    });\n                  </script><script>(function($){$(document).ready(function(){ if(typeof DISQUSWIDGETS != \"undefined\"){DISQUSWIDGETS.loadCount($, \"sitepointproduction\")} });})(jQuery);</script>\n  </body>\n</html>\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nPage Caching using memcached\r\nObject Caching 900/953 objects using memcached\r\nContent Delivery Network via Amazon Web Services: CloudFront: dab1nmslvvntp.cloudfront.net\r\n\r\n Served from: www.sitepoint.com @ 2015-01-03 03:40:01 by W3 Total Cache -->"
  },
  {
    "path": "tests/data/html/slate.com1.html",
    "content": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7 modePublish\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8 modePublish\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js lt-ie9 modePublish\"> <![endif]-->\n<!--[if IE 9]> <html class=\"no-js modePublish\"><![endif]-->\n<!--[if gt IE 9]><!--><html class=\"no-js gt-ie9 modePublish\"><!--<![endif]-->\n  \n\n\n\n  <head>\n    <script>\n\n      //Reload to canonical if you try to paste in the print page\n      if (window.location.search.indexOf(\"print\") > -1) {\n        if (document.referrer.indexOf(\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\") != 0) {\n          window.location = \"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\";\n        }\n      }\n//-- Stop hiding script -->\n\n    </script>\n    \n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQ4OUFNbGwEGU1dUAwE=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n    <script type=\"text/javascript\">\n      var slate_public_url = \"http://www.slate.com/\";\n      window._sf_startpt=(new Date()).getTime();\n    </script>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <title>The new seven wonders: Defining the top technological marvels of the contemporary age.</title>\n    <meta name=\"description\" content=\"&nbsp; The seven wonders of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. Check back every week for a new wonder of the modern world. When the weather is...\" />\n    <meta name=\"keywords\" content=\"SEA-ME-3, undersea cables, fiber-optic cables, 7 wonders of modern age, 7 wonders of contemporary age, faa, us air traffic control, us aviation control, air safety, us air safety statistics, national transportation safety board stats, faa next gen project, automatic dependent surveillance broadcast, wake recategorization, waze, GPS, global positioning systems, maps, highways, traffic\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n\n    \n    \n\n    \n    \n    \n    <script>\n      \n      var commercialNode = 'technology/seven_wonders';\n      \n      var commercialPageType = 'article';\n      var selectedText = \"\";\n    </script>\n    <!-- Facebook OG -->\n    <meta id=\"ogtitle\" property=\"og:title\" content=\"The Seven Wonders of the Modern World\" />\n    \n\n    <meta property=\"article:publisher\" content=\"http://www.facebook.com/Slate\" />\n\n    \n\n    <meta property=\"og:type\" content=\"article\" />\n    <meta id=\"ogurl\" property=\"og:url\" content=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\" />\n    <meta id=\"ogimage\" property=\"og:image\" content=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n    <meta property=\"og:site_name\" content=\"Slate Magazine\" />\n    <meta id=\"ogdescription\" property=\"og:description\" content=\"&nbsp; The seven wonders of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. Check back every week for a new wonder of the modern world. When the weather is...\" />\n    <meta property=\"fb:app_id\" content=\"142011022527753\"/>\n    <!-- Twitter -->\n    <meta name=\"twitter:card\" value=\"summary\" />\n    <meta name=\"twitter:site\" value=\"@slate\" />\n    \n    <meta name=\"twitter:creator\" value=\"@grossdm\" />\n    \n    <meta name=\"twitter:url\" value=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\" />\n    <meta name=\"twitter:title\" value=\"The Seven Wonders of the Modern World\" />\n    <meta name=\"twitter:description\" value=\"&nbsp; The seven wonders of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. Check back every week for a new wonder of the modern world. When the weather is...\" />\n    <meta name=\"twitter:image\" value=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n    \n    <link type=\"text/css\" href=\"http://static.cdnslate.com/etc/designs/slate/css/story.5204e0de.css\" rel=\"stylesheet\" />\n    \n    \n    \n    \n    <script data-ad-site=\"slate\" src=\"http://static.cdnslate.com/etc/designs/slate/js/libs/require.js\"></script>\n    <script>\n    requirejs.config({\n      \"baseUrl\": \"http://static.cdnslate.com/etc/designs/slate/js\",\n      \"waitSeconds\": 0,\n      \"paths\": {\n        \"jquery\": \"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min\",\n        \"jqueryui\": \"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min\",\n        \"modernizr\": \"/etc/designs/slate/js/libs/modernizr-2.6.1.min\",\n        \"announcements\": \"/etc/designs/slate/js/announcements\",\n        \"slate\": \"/etc/designs/slate/lib\",\n        \"hogan\": \"libs/hogan-2.0.0\",\n        \"facebook\": \"//connect.facebook.net/en_US/all\",\n        \"livefyre\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre\",\n        \"livefyresidenotes\": \"//cdn.livefyre.com/Livefyre\",\n        \"brightcove\": \"http://admin.brightcove.com/js/BrightcoveExperiences\",\n        \"brightcovetracking\": \"/etc/designs/slate/js/brightcovetracking\",\n        \"mobileredirection\": \"libs/redirection_mobile_1.0.0.min\",\n        \"optimizely\": \"//cdn.optimizely.com/js/37441550\",\n        \"outbrain\": \"//widgets.outbrain.com/outbrain\",\n        \"shared\": \"http://static.cdnslate.com/etc/designs/shared/js\",\n        \"instafeed\": \"/etc/designs/slate/js/instafeed\",\n        \"campaigns\": \"http://campaigns.slate.com/campaigns/slate\"\n      },\n      \"shim\": {\n        \"shared/devicemode\": [\"modernizr\"],\n        \"hcs/script\": [\"jquery\", \"modernizr\", \"shared/devicemode\"],\n        \"libs/jquery-plugins/jquery.browser\": [\"jquery\"],\n        \"hcs/plugins/jquery.transit\": [\"jquery\"],\n        \"hcs/plugins/SGFootnote.jquery\": [\"jquery\"],\n        \"hcs/plugins/SGSocialIcons.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGNavDropdown.jquery\": [\"jquery\"],\n        \"hcs/plugins/SGComments.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGRollup.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGGlobalNav.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGLightbox.jquery\": [\"jquery\"],\n        \"hcs/plugins/jQuery.highlighter\": [\"jquery\"],\n        \"hcs/libs/swipe\": [\"jquery\"],\n        \"hcs/libs/magnific\": [\"jquery\"],\n        \"hcs/plugins/jquery.swipebox\": [\"jquery\"],\n        \"hcs/plugins/SGBigSlider.jquery\": [\"jquery\", \"hcs/script\", \"hcs/libs/swipe\"],\n        \"hcs/plugins/jquery.placeholder.min\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.timeago\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.form\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.cookie\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.fittext\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.backgroundSize\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.flexslider\": [\"jquery\"],\n        \"libs/jquery-plugins/purl\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.colorbox\": [ \"jquery\" ],\n        \"libs/jquery-plugins/jquery.sticky\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.autoComplete\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.boxfit\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.dateformat\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.extra\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.bg\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.widget\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.visible\": [\"jquery\"],\n        \"optimizely\": [\"jquery\"],\n        \"facebook\": {\n            deps: [\"identity/wapo_site_bottom\"],\n            exports: \"FB\"\n        },\n        \"livefyre\": {\n            exports: \"fyre\"\n        },\n        \"brightcove\": {\n          \t\"exports\": \"brightcove\"\n        },\n        \"mobileredirection\": {\n                \"exports\": \"mobileredirection\"\n        },\n        \"hogan\": {\n          \t\"exports\": \"Hogan\"\n        },\n        \"outbrain\": {\n          \"exports\": \"OBR\"\n        }\n      }\n    });\n\n\n    \n    define(\"config\", {\n      \"env\": {\n        \"edit\": false\n      },\n      \"identity\": {\n\t\t\"fb_xd_receiver\": \"http://www.slate.com/xd_receiver.htm\",\n\t\t\"fb_app_id\": 142011022527753,\n\t\t\"publicationName\": \"Slate\",\n\t\t\"site_base_domain\": \"slate.com\",\n\t\t\"site_path\": \"/\",\n\t\t\"wapo_secure_protocol\": \"https:\",\n\t\t\"wapo_site_url\": \"//id.slate.com/identity/\",\n\t\t\"site_url\": \"//www.slate.com/\",\n\t\t\"wapo_public_protocol\": \"http:\",\n\t\t\"myslate_domain\": \"//my.slate.com/\",\n\t\t\"myslate_https\": true,\n\t\t\"enabled\": true\n\t  },\n\t  \"livefyre\": {\n\t    \"network\": \"slate.fyre.co\",\n\t    \"jsSourceUrl\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\",\n\t    \"siteId\": \"337720\"\n\t  },\n      \"campaigns\": {\n         \"domain\":\"campaigns.slate.com\"\n       },\n       \"site\": {\n         \"site\": \"slate\",\n         \"title\": \"Slate\",\n         \"staticUrl\": \"http://static.cdnslate.com\",\n         \"omniturePrefix\": \"sl\"\n       },\n       \"data_domain\": \"http://www.slate.com/\",\n       \"page\": {\n         \"articleId\": \"100141030019\",\n         \"roadblocked\": false,\n         \"embeddedContent\": false\n       },\n      \"ads\": {\n        \"viewabilityEnabled\": false,\n        \"viewability\": {\n          \"leaderboardRollup\": false,\n          \"refreshInterval\": \"\",\n          \"refreshPolar\": false,\n          \"testPageList\": \"\",\n          \"lazyload\": {\n            \"homepageBB\": false,\n            \"tiffTiles\": false\n          }\n        }\n      },\n      \"_log\": [],\n      \"log\": function(data) {\n         requirejs([\"config\"], function(config) {\n           if (typeof console != \"undefined\" &&\n               typeof console.log != \"undefined\") {\n             console.log(data);\n           }\n           config._log.push(data);\n         });\n       }\n    });\n    var homepagePolarSpot = 'b1';\n    </script>\n\n    \n    <script src=\"http://static.cdnslate.com/etc/designs/slate/js/main.min.94d806cf.js\"></script>\n    \n\n\n<script type=\"text/javascript\" language=\"javascript\">\nrequirejs([\"s_code\"], function(s) {\n\n        s.currencyCode=\"usd\";\n        s.charSet=\"utf-8\";\n        s.trackDownloadLinks=true;\n        s.trackExternalLinks=true;\n        s.trackInlineStats=true;\n        s.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";\n        s.linkInternalFilters=\"javascript:,slate.com,traffic.outbrain.com\";\n        s.linkTrackVars=\"none\";\n        s.linkTrackEvents=\"none\";\n        s.pageName=\"technology:article - 20141229 - the new seven wonders: defining the top technological marvels of the contemporary age.\";\n        s.channel=\"sl - technology\";\n        s.server=\"www.slate.com\";\n        s.prop2=\"the back end\";\n        s.prop3=\"article\";\n        s.prop4=\"slate\";\n        s.prop5=\"daniel gross\";\n        s.prop12=\"100141030019\";\n        s.prop13=\"the new seven wonders: defining the top technological marvels of the contemporary age.\";\n        s.prop14=\"1\";\n        s.prop34=\"3.59.0\";\n        s.prop36=\"general\";\n        s.prop39=\"technology/seven_wonders\";\n        s.hier1=\"technology|the back end|article\";\n        s.eVar8=\"daniel gross\";\n        s.eVar17=\"article\";\ns.t();\n});\n</script>\n\n\n    <script>               \n      var _isNavMoving = false; // acts as a global (sorry) mutex for keeping track of when our nav panels are moving around. Allows us to prevent overlapping actions.\n    </script>\n\n    <!-- Google Sitemap -->\n    <meta name=\"google-site-verification\" content=\"jXqoqqPSmx_PWchRdG-IXu-X616Ee2Ptf_AiElI9LzQ\" />\n    <link rel=\"canonical\" href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\" />\n    <link rel=\"image_src\" href=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg.CROP.thumbnail-small.jpg\" />\n\n    <!-- Parsely -->\n        <meta name='parsely-page' content='{\n  \"title\": \"The Seven Wonders of the Modern World\",\n  \"link\": \"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\",\n  \"image_url\": \"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg.CROP.thumbnail-small.jpg\",\n  \"type\": \"post\",\n  \"post_id\": \"100141030019\",\n  \"pub_date\": \"2014-12-29T03:00:00Z\",\n  \"section\": \"Technology\",\n  \"author\": \"Daniel Gross\",\n  \"tags\": [\n    \"technology\",\n    \"aviation\",\n    \"maps\",\n    \"transportation\"\n  ]\n}'/>\n    \n    <!-- RSS -->\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Technology (RSS 2.0)\" href=\"http://www.slate.com/articles/technology.fulltext.all.rss\" />\n\n    \n    <script>var wp_meta_data = {\"authors\":[\"Daniel Gross\"],\"contentType\":\"article\",\"page_id\":\"100141030019\",\"keywords\":\"technology,aviation,The Back End,maps,transportation,SEA-ME-3, undersea cables, fiber-optic cables, 7 wonders of modern age, 7 wonders of contemporary age, faa, us air traffic control, us aviation control, air safety, us air safety statistics, national transportation safety board stats, faa next gen project, automatic dependent surveillance broadcast, wake recategorization, waze, GPS, global positioning systems, maps, highways, traffic\",\"section\":\"Technology\",\"rubric\":\"The Back End\"};</script>\n\n    \n    <![if gte IE 8]>\n    <script type=\"text/javascript\">\n    requirejs(['pagenav', 'jquery'], function(pagenav, $) {\n      var SlateNextbox = {};\n\n      SlateNextbox.data = {\n        'headline': 'People Don\\u2019t Hate Millennials',\n        'subhead': 'They hate 21st-century technology.',\n        'url': 'http:\\/\\/www.slate.com\\/articles\\/technology\\/future_tense\\/2014\\/12\\/you_don_t_hate_millennials_you_hate_21st_century_technology.html',\n        'article_id': '100141226009',\n        'hasImage': true,\n        \n        'image': 'http:\\/\\/www.slate.com\\/content\\/dam\\/slate\\/articles\\/technology\\/future_tense\\/2014\\/12\\/141224_FT_Millennials.jpg.CROP.rectangle-small.jpg',\n        \n      \n        'section': 'Technology',\n      \n        'subscribe_type': 'section'\n      };\n      $.data(window, \"SlateNextbox\", SlateNextbox);\n      pagenav.addStory(SlateNextbox.data);\n    });\n\n    </script>\n    <![endif]>\n    \n\n    \n\n      \n        <!-- sailthru meta -->\n        <meta name=\"sailthru.tags\" content=\"SEA-ME-3, undersea cables, fiber-optic cables, 7 wonders of modern age, 7 wonders of contemporary age, faa, us air traffic control, us aviation control, air safety, us air safety statistics, national transportation safety board stats, faa next gen project, automatic dependent surveillance broadcast, wake recategorization, waze, GPS, global positioning systems, maps, highways, traffic\" />\n        <meta name=\"sailthru.author\" content=\"Daniel Gross\" />\n        <meta name=\"sailthru.date\" content=\"2014-12-29T03:00:00Z\" />\n        <meta name=\"sailthru.description\" content=\"&nbsp; The seven wonders of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. Check back every week for a new wonder of the modern world. When the weather is...\" />\n        <meta name=\"sailthru.image.full\" content=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n\n        <meta name=\"sailthru.headline\" content=\"Seven Wonders of the Modern World\" />\n        <meta name=\"sailthru.subheadline\" content=\"A quest to identify the top technological marvels of the contemporary age.\" />\n        <meta name=\"sailthru.promoheadline\" content=\"The Seven Wonders of the Modern World\" />\n        \n\n  </head>\n\n  \n\n  <body class=\"fresca\">\n    <input type=\"hidden\" id=\"currPath\" value=\"/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary\"/>\n    <!-- HCS: shared/roll_ups/tablet -->\n    <!-- This is the header bar we always show in tablet mode -->\n    <header class=\"roll-up\" id=\"tablet_header\">\n      <div class=\"container\">\n        <div class=\"main\">\n\n        </div>\n        <div class=\"sidebar\">\n          \n\n\n\n  \n\n\n\n\n\n<section class=\"nav-panel narrow\" >\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link \"></a>\n    <a href=\"#\" class=\"search-link \"></a>\n    <a href=\"#\" class=\"global-nav-handle \"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  <div class=\"parsys highlightImages\">\n</div>\n\n</section>\n\n        </div>\n      </div><!-- /.container -->\n    </header><!-- /.header.roll-up -->\n    <!-- HCS END: shared/roll_ups/tablet -->\n    \n    <!-- HCS END: layouts/shared/top -->\n    \n    \n    <div class=\"fresca_rawhtml rawhtml\">\n\n<img style=\"width:100%\" src=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/10/141030_7WONDERS_Hero-Once.gif\"/>\n\n<script>\nrequirejs.onResourceLoad = function (context, map, depArray) {\n  if (map.id === 'config') {\n    requirejs('config').ads.viewability.testPageList = '';\n  }\n};\n</script> \n</div>\n\n    <div class=\"fresca_image parbase image slate_image\">\n\n\n <div class=\" desktop-only mobile-only\">\n        <figure class=\"image inline \" style=\"width: 243px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141109_7WONDERS_Promo\" alt=\"141109_7WONDERS_Promo\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg.CROP.original-original.jpg\" >\n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n    \n    \n\n<!-- this is the rollup for basic article, no multipart fun -->\n<header class=\"roll-up with-dropdown multipart fresca\" id=\"fresca_roll_up\">\n  <div class=\"container\">\n    \n    <div class=\"main\">\n      \n        \n        \n          <a href=\"#\" class=\"handle\">I</a>\n          <div class=\"titles\">\n            <h1 class=\"primary\"></h1>\n            <h2 class=\"secondary\">The Seven Wonders of the Modern World <span class=\"byline\">, by <a rel=\"author\" href=\"http://www.slate.com/authors.daniel_gross.html\">Daniel Gross</a></span></h2>\n          </div>\n        \n        \n        \n      \n      \n\n\n<div class=\"social social-with-popup sharing-buttons\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=&nbsp;+The+seven+wonders+of+classical+antiquity+were+architectural+marvels,+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today,+however,+are+made+possible+by+systems,+infrastructure,+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_fb_ru\" class=\"facebook first\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>    \n    \n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=If+you+named+seven+wonders+of+the+modern+world%2C+what+would+be+your+Great+Pyramid%3F+Our+picks%3A&count=none&via=slate&url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_tw_ru\" class=\"twitter\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n    </div>\n\n    \n      <a href=\"#comments\" class=\"comments\">\n        <span class=\"icon\"></span>           \n      </a>        \n    \n\n     <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AThe%20Seven%20Wonders%20of%20the%20Modern%20World%0Ahttp://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_em_ru\" class=\"email\">\n        <span class=\"icon\"></span>         \n      </a>        \n</div>\n\n\n    </div>\n    <div class=\"sidebar\">\n      \n\n\n\n  \n\n\n\n\n\n<section class=\"nav-panel narrow\" >\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link \"></a>\n    <a href=\"#\" class=\"search-link \"></a>\n    <a href=\"#\" class=\"global-nav-handle \"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  <div class=\"parsys highlightImages\">\n</div>\n\n</section>\n\n    </div>\n  </div><!-- /.container -->\n  <a href=\"#\" class=\"mobile-social-toggle\"><span></span></a> <!-- only shown in mobile -->\n</header><!-- /.header.roll-up -->\n\n\n\n\n    <div class=\"page\">\n\n      \n      \n\n\n\n  \n\n\n\n\n  \n  \n  \n\n\n<section class=\"nav-panel narrow\" id='main_sidebar'>\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"search-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"global-nav-handle sidebar-handle\"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  <div class=\"parsys highlightImages\">\n</div>\n\n</section>\n\n\n      \n      \n\n<header class=\"article-header\" id=\"article_header\">\n         <div class=\"meta\">\n           <div class=\"prop-name print-only\"><a href=\"http://www.slate.com\">Slate</a></div><div class=\"prop-name\"><a href=\"http://www.slate.com/articles/technology/the_back_end.html\">The Back End</a></div><div class=\"prop-desc\">Invisible systems that shape our world.</div><div class=\"pub-date\">Dec. 29 2014 3:00 AM</div>\n         </div>\n    \n      <h1 class=\"hed\">Seven Wonders of the Modern World</h1>\n      \n\n\n <div class=\"social social-with-popup sharing-buttons\" id=\"header_social\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=&nbsp;+The+seven+wonders+of+classical+antiquity+were+architectural+marvels,+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today,+however,+are+made+possible+by+systems,+infrastructure,+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_fb_top\" class=\"facebook\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=If+you+named+seven+wonders+of+the+modern+world%2C+what+would+be+your+Great+Pyramid%3F+Our+picks%3A&count=none&via=slate&url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_tw_top\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\"><span class=\"count\"></span></a>\n    </div>\n    \n      <a href=\"#comments\" class=\"comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    \n </div>\n\n\n      <h2 class=\"dek\">A quest to identify the top technological marvels of the contemporary age.</h2>\n        \n      <div class=\"byline\" id=\"main_byline\">\n        By <a rel=\"author\" href=\"http://www.slate.com/authors.daniel_gross.html\">Daniel Gross</a>\n      </div>\n       \n      \n\n\n\n\n\n  \n  \n  \n\n\n<div class=\"social horiz-counts-mobile centered sharing-buttons\">\n  \n    <div class=\"comments\">\n      <a class=\"mobile-comments\" href=\"#comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    </div>\n  \n  <div class=\"facebook\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?m2w&s=100&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=&nbsp;+The+seven+wonders+of+classical+antiquity+were+architectural+marvels,+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today,+however,+are+made+possible+by+systems,+infrastructure,+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_fb_top\" class=\"share facebook\" target=\"_blank\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n  </div>\n  <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=If+you+named+seven+wonders+of+the+modern+world%2C+what+would+be+your+Great+Pyramid%3F+Our+picks%3A&count=none&via=slate&url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_tw_top\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\"><span class=\"count\"></span></a>\n  </div>\n  \n  <div class=\"whatsapp\">\n    <a href=\"whatsapp://send?text=If%20you%20named%20seven%20wonders%20of%20the%20modern%20world%2C%20what%20would%20be%20your%20Great%20Pyramid%3F%20Our%20picks%3A%20http%3A%2F%2Fwww.slate.com%2Farticles%2Ftechnology%2Fthe_back_end%2F2014%2F10%2Fthe_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html%3Fwpsrc%3Dsh_all_mob_wa_top\" class=\"whatsapp\">\n       <span class=\"icon\"></span>\n    </a>\n  </div>\n  \n  \n  <div class=\"email\">\n    <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AThe%20Seven%20Wonders%20of%20the%20Modern%20World%0Ahttp://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_em_top\" class=\"email\">\n      <span class=\"icon\"></span>\n      <span class=\"count\">&nbsp;</span>\n    </a>\n  </div>\n</div>\n\n    </header><!-- /header -->\n      \n\n      <article class=\"main\">\n\n      \n\n\n        <nav class=\"multipart-nav fresca-nav\" id=\"fresca_nav\">\n          <ul>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-1\">\n                            <span class=\"section-header-number\">1</span>\n                            <span class=\"title\">The U.S. Aviation Control System</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-2\">\n                            <span class=\"section-header-number\">2</span>\n                            <span class=\"title\">The Dynamic Map</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-3\">\n                            <span class=\"section-header-number\">3</span>\n                            <span class=\"title\">The Undersea Information Highway</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-4\">\n                            <span class=\"section-header-number\">4</span>\n                            <span class=\"title\">Our Readers’ Wonders</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-5\">\n                            <span class=\"section-header-number\">5</span>\n                            <span class=\"title\">The New York City Water Supply System</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-6\">\n                            <span class=\"section-header-number\">6</span>\n                            <span class=\"title\">The Collaborative Weather Forecast</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-7\">\n                            <span class=\"section-header-number\">7</span>\n                            <span class=\"title\">The Mobile Wallet</span>\n                          </a>\n                        </li>\n            \n                        <li class=\"entry\">\n                          <a href=\"#section-8\">\n                            <span class=\"section-header-number\">8</span>\n                            <span class=\"title\">The Orbiting Communications Grid</span>\n                          </a>\n                        </li>\n            \n          </ul>\n        </nav>\n\n        \n        <div class=\"parsys contentWellTop iparsys\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys contentWellTop iparsys\">\n</div>\n</div>\n</div>\n\n        \n\n\n\n\n<section class=\"content\">\n    <div class=\"parsys iparsys editorsNote\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys iparsys editorsNote\">\n</div>\n</div>\n</div>\n\n    \n    <div class=\"newbody body parsys\">\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline right highlighted\" style=\"width: 300px; margin-right: -310px; \">  <div class=\"image-container\"> <img title=\"141002_ge_sevenwonders_bugfresca2\" alt=\"Seven Wonders of the Modern World\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141002_ge_sevenwonders_bugfresca2.jpg.CROP.original-original.jpg\" > </div> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text text-1 parbase section\">\n\n<p><em>&nbsp;</em></p>\n\n\n</div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"1\" id=\"section-1\">\n  <span class=\"section-header-number\">1</span>\n  <span class=\"title\">The U.S. Aviation Control System</span>\n</header>\n</div>\n\n<div class=\"renderHtml section\">\n\n<script type='text/javascript'>\n$('h2.secondary').replaceWith('<h2 class=\"secondary\">Seven Wonders of the Modern World <span class=\"byline\">by <a rel=\"author\" href=\"http://author.slate.com/authors.daniel_gross.html\">Daniel Gross</a></span></h2>');\n</script> \n</div>\n\n<div class=\"renderHtml section\">\n\n      <div class=\"share_btn_section\" id=\"share_btns_section1\"></div>\n \n</div>\n\n<div class=\"renderHtml section\">\n\n      <script type=\"text/javascript\">require(['/features/2014/11/share7wonders/share7wonders.js']);</script>\n      <style type=\"text/css\">\n        .share_btn_section{\n          margin:1em;\n          float: right;\n        }\n      </style> \n</div>\n\n<div class=\"text-2 text parbase section\">\n\n<p><em>The seven wonders of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. Check back every week for a new wonder of the modern world.<strong><a name=\"part_one\"></a></strong></em></p>\n\n\n</div>\n\n<div class=\"text-3 text parbase section\">\n\n<p>When the weather is clear and all systems are go, as many as 3,100 flights can take off and land each day at Hartsfield-Jackson Atlanta International, the <a href=\"http://www.aci.aero/News/Releases/Most-Recent/2014/09/16/ACI-releases-2013-World-Airport-Traffic-Report-Airport-passenger-traffic-still-going-strong-air-cargo-inches-along-after-third-year-of-weak-growth\">busiest airport in the world</a>. In recent years, the airport has expanded its flight capacity slightly, but not by increasing the number of runways. Watch the planes take off, and you might see a more subtle innovation.</p>\n\n\n</div>\n\n<div class=\"renderHtml section\">\n\n<!-- Start of Brightcove Player -->\n\n<div style=\"display:none; margin-left:87px\">\n\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3867224502001\" class=\"BrightcoveExperience\" style=\"margin-left:87px !important;\" width=\"668px\" height=\"375px\">\n  <param name=\"bgcolor\" value=\"#FFFFFF\" />\n  <param name=\"width\" value=\"668\" />\n  <param name=\"height\" value=\"375\" />\n  <param name=\"playerID\" value=\"3873197416001\" />\n  <param name=\"playerKey\" value=\"AQ~~,AAAAAASoY90~,_gW1ZHvKG_1Yy3rf4MVMsmtUbsKKoNQw\" />\n  <param name=\"isVid\" value=\"true\" />\n  <param name=\"isUI\" value=\"true\" />\n  <param name=\"dynamicStreaming\" value=\"true\" />\n  \n  <param name=\"@videoPlayer\" value=\"3867224502001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<script type=\"text/javascript\">if (!mobileMode()){$('.renderHtml:first').css('margin-left','87px');}</script>\n\n<!-- End of Brightcove Player --> \n</div>\n\n<div class=\"text parbase text-4 section\">\n\n<p>Because air traffic controllers are now monitoring departing aircraft with GPS-based systems rather than radar, the planes follow much more precise and predictable paths&mdash;some straight ahead, others instead banking several degrees to the left or right. This more accurate tracking lets controllers release more planes for takeoff into the same airspace while maintaining the required separation distance of 3 horizontal miles and 1,000 vertical feet. By halving the time to clear the next flight for departure on some runways from two minutes to one, Atlanta controllers can now put as many as <a href=\"http://www.faa.gov/nextgen/snapshots/stories/?slide=7\">12 more planes per hour into the heavens</a>. &nbsp;</p>\n\n\n</div>\n\n\n\n\n\n<div class=\"text parbase text-5 section\">\n\n<p>In many ways, flying has become an unpleasant, increasingly expensive, and frequently contentious effort. America&rsquo;s airports feel like glorified bus stations in comparison to the sleek terminals of Asia and the Middle East. The consumer interface of air travel&mdash;bag charges, humiliating security procedures, $8 stale sandwiches, evaporating leg room&mdash;can seem as frenzied and dreadful as a Hieronymus Bosch painting.</p>\n\n\n</div>\n\n<div class=\"text text-6 parbase section\">\n\n<p>But the carefully choreographed diversions on Atlanta&rsquo;s runways, which shave just seconds off flights, are, in their own subtle way, as graceful as the Hanging Gardens of Babylon and as awe-inspiring as the Colossus of Rhodes. They&rsquo;re one of the many remarkable aspects of an air-control regime that most people never notice&mdash;a system that is one of the marvels of the modern world.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline left\" style=\"width: 590px;  \"> <img title=\"141028_7WONDERS_Bags\" alt=\"plane and luggage animation\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/10/141028_7WONDERS_Bags.gif.CROP.original-original.gif\" > <p class=\"credit\">Animation by Lisa Larson-Walker</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-7 section\">\n\n<p>This series will explore seven of these new wonders: bewildering achievements, incredibly useful tools and services that we take for granted. None of them is monumental in scale, like the seven wonders of classical antiquity chronicled by <a href=\"http://abcnews.go.com/GMA/7Wonders/story?id=2583185\">Antipater of Sidon</a> more than 2,000 years ago. The Great Pyramids of Giza and the Statue of Zeus at Olympia were feats of engineering, triumphs of man over nature and gravity, and above all accomplishments of ego and raw power. And the modern, man-made wonders we marvel at&mdash;the Brooklyn Bridge, the Hoover Dam, the Panama Canal&mdash;are echoes of the ancient ones: breathtaking physical manifestations of human ingenuity. Today&rsquo;s wonders, in contrast, aren&rsquo;t so in your face. Instead, they&rsquo;re powered and made possible by systems, infrastructure, and technologies that are often invisible. The Lighthouse of Alexandria was a triumph of front-end, or consumer-facing, engineering, to use a Web developer&rsquo;s terminology. But today&rsquo;s innovations, insights, and wonders can just as frequently be found in the back end, where we rarely notice them.</p>\n\n\n</div>\n\n<div class=\"text parbase text-8 section\">\n\n<p>Like the ancient wonders, this list is somewhat arbitrary. But there is a method to it. Sure, the world is filled with new, man-made wonders of an astounding scale, like the CCTV headquarters in Beijing and the Three Gorges Dam. But monumental buildings and dams have been done before, even millennia ago. Today, the point of buildings and infrastructure shouldn&rsquo;t be to impress but to connect. In the 21<sup>st</sup> century, our ability to thrive rests in large measure on the quality and power of the networks that transport data, information, and life-giving substances like water. Part of this series&rsquo;s goal is to highlight systems that are overlooked or maligned yet remain both extraordinarily functional and vital to the daily lives of hundreds of millions of people.</p>\n\n\n</div>\n\n<div class=\"text parbase text-9 section\">\n\n<p>That&rsquo;s certainly the case with the U.S. aviation control system. With land and infrastructure dollars hard to come by, subtle upgrades to the operating system are effectively increasing the capacity of our airports and skies, making it all run more smoothly and safely.</p>\n\n\n</div>\n\n<div class=\"renderHtml section\">\n\n<script>\nrequirejs(['jquery'], function($) {\nvar html = $('.tablet-ad').html().replace('Advertisement', '<div style=\"width: auto; text-align: center; margin-top: 15px;\">A 30,000 FOOT VIEW FROM GE</div>');\n$('.tablet-ad').html(html).css('clear', 'both').find('br').first().remove();\nconsole.log($('.tablet-ad').html());\n});\n</script> \n</div>\n\n<div class=\"text parbase text-10 section\">\n\n<p>In the U.S., air travel is a form of mass transit, so these efficiency improvements matter a great deal. In 2013, there were 21.58 million commercial flights, according to the Federal Aviation Administration. And serious glitches, on the ground and in the skies, have become more rare. Between 2007 and 2013, the likelihood of a piece of luggage being mislaid fell by more than half&mdash;from a rate of 7.03 per 1,000 passengers to 3.22 per 1,000, as the <em>Wall Street Journal </em><a href=\"http://online.wsj.com/articles/baggage-claim-airlines-are-winning-the-war-on-lost-luggage-1401922595\">reported</a><em>. </em>(That, in turn, is less than half the global rate of 6.96 per 1,000.)</p>\n\n\n</div>\n\n<div class=\"text-11 text parbase section\">\n\n<p><a name=\"rt\"></a>The global system, of course, is far from foolproof, as the lost Malaysia Airlines Flight 370 and its cousin shot down over the Ukraine made clear earlier this year. But in the U.S., the world&rsquo;s busiest airspace, safety has improved dramatically. According to National Transportation Safety Board <a href=\"https://www.ntsb.gov/data/aviation_stats.html\">data</a>, between 1994 and 2006 there were only two years in which no fatalities were recorded on scheduled commercial domestic flights. But in six of the last seven years, and in each of the past four, there have been none. Between 2010 and 2013, there were 2.94 billion passenger emplanements on scheduled commercial flights&mdash;about 735 million annually. All those people reached their destinations alive, with just 12 injuries. (The 2009 <a href=\"http://airfactsjournal.com/2014/03/double-tragedy-colgan-air-flight-3407/\">Colgan Air crash</a> outside Buffalo, New York, which killed 50 people, was the last major commercial disaster within our borders. There have been several fatal crashes involving cargo or chartered planes.<a href=\"#cx\">*</a>)</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141031_7WONDERS_radar\" alt=\"radar animation\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/10/141031_7WONDERS_radar.gif.CROP.original-original.gif\" > <p class=\"credit\">Animation by Lisa Larson-Walker</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text-12 text parbase section\">\n\n<p>The air traffic control system&mdash;the ground-based radar installations, the onboard navigation devices, the 264 FAA towers, and the software and networks that connect them and manage the movement of planes&mdash;actually works remarkably well, even if widespread delays and cancellations sometimes lead us to curse the entire mode of transportation instead of marveling, as we once did, at the triumph of human flight. Traveling the skies may no longer feel like a miracle, but the systems that make it possible and increasingly more efficient deserve our adulation. Slowly, imperceptibly, and often invisibly, the FAA is rolling out what it calls the NextGen project, an alphabet soup of acronyms that describe a set of initiatives, procedures, and protocols that are improving the way we fly. &ldquo;It&rsquo;s not going to be the sort of thing where we flip a switch,&rdquo; FAA spokesman Paul Takemoto says. &ldquo;But we are going to phase out the old system.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text-13 text parbase section\">\n\n<p>Though sturdy, the legacy system&mdash;a network of ground-based radar stations that feed information to controllers, who then communicate with pilots over radio&mdash;is like an analog system in an increasingly digital world. Ground-based radar signals degrade over distance and can&rsquo;t penetrate mountains. The stations can&rsquo;t be placed on water. And the radar updates only once every 4.7 seconds. All of which requires planes to stay farther apart from one another in the air&mdash;clogging up vital air channels&mdash;and poses significant challenges in navigating over water, around weather, and in mountainous areas.</p>\n\n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox\" class=\"ad \" data-ad-type=\"bigbox\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_parallax\" class=\"parallax ad \" data-ad-type=\"parallax\" data-ad-mode=\"desktop\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox\" class=\"ad \" data-ad-type=\"bigbox\" data-ad-mode=\"mobile\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox\" class=\"ad \" data-ad-type=\"bigbox\" data-ad-mode=\"tablet\"></div>\r\n\n  \n\n</div>\n\n<div class=\"text text-14 parbase section\">\n\n<p>Increasingly, though, that&rsquo;s changing. As part of NextGen, a satellite-based system called Automatic Dependent Surveillance-Broadcast, or ADS-B, will use GPS to locate planes and connect them to air traffic control. By Jan. 1, 2020, all aircraft flying in controlled airspace will be required to have ADS-B equipment. ADS-B is now <a href=\"http://www.faa.gov/nextgen/snapshots/stories/?slide=31\">enabling planes</a> to fly around weather over open water in the Gulf of Mexico&mdash;saving time and fuel and sometimes completely sparing passengers from turbulence. And instead of exchanging vital information orally&mdash;which ties up radio frequencies and can result in miscommunications&mdash;pilots and controllers will rely on powerful data transmission and processing systems. In 2013, introductory programs began in Memphis, Tennessee, and Newark, New Jersey, in which routine communications&mdash;clearance to take off, a change in route to avoid a thunderstorm&mdash;were effectively delivered to LCD screens via text updates.</p>\n\n\n</div>\n\n<div class=\"text text-15 parbase section\">\n\n<p>There are also smaller, localized fixes. In airports like the Yampa Valley Regional Airport, which services ski areas like Steamboat Springs, Colorado, delays and cancellations play havoc with schedules during the peak season, in large measure because radar isn&rsquo;t very good at tracking planes as they negotiate mountainous areas. As part of a small-scale experiment, the FAA <a href=\"http://www.faa.gov/nextgen/snapshots/stories/?slide=14\">deployed</a> a bunch of sensors in the area to form a network, called wide area multilateration, that can keep much better tabs on planes. The upshot: Yampa Valley can handle 15 to 20 arrivals safely each hour in conditions that would have previously required planes to be diverted to other airports.</p>\n\n\n</div>\n\n<div class=\"text parbase text-16 section\">\n\n<p>Throughout the air traffic control system, new protocols&mdash;based in part on new technology and on research and analysis&mdash;effectively expand flight capacity by enabling planes to flow in and out of airports and airspaces more quickly and with fewer hitches. At Boston Logan and other airports, GPS-based systems that allow for more precise tracing of planes mean they can now land when visibility is as low as 1,800 feet&mdash;compared with the prior standard of 2,400 feet.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 855px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141028_7WONDERS_Wake\" alt=\"Boeing 747-700 Japan Airlines and wake turbulence from planes: i,Boeing 747-700 Japan Airlines and wake turbulence from planes: illustration\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/10/141028_7WONDERS_Wake.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Wake turbulence can be hazardous, with the potential to overturn smaller airplanes without warning.</span></figcaption>  <p class=\"credit\">Photo by Etienne De Malglaive/Gamma-Rapho via Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-17 section\">\n\n<p>At John F. Kennedy Airport in New York, where the traffic on the runways has often rivaled that on the New Jersey Turnpike, <a href=\"http://www.faa.gov/nextgen/snapshots/stories/?slide=2\">controllers</a> are now using a virtual queuing system. By forecasting traffic through historical data, they assign 15-minute slots to flights up to two hours in advance. Rather than leave the gate and sit on the runway, planes wait with their engines off until their appointed times. That saves fuel (since they can run systems on electric power at the gate) and reduces congestion in the taxi areas.</p>\n\n\n</div>\n\n<div class=\"text parbase text-18 section\">\n\n<p>Meanwhile, changes in technology and the addition of smaller jets to America&rsquo;s aviation fleet have led controllers to re-examine the effects of wake turbulence&mdash;the vortexes that planes leave in their wake when they take off. In certain instances, as when smaller jets are in a queue behind aircraft of the same size, the FAA has concluded that it&rsquo;s safe to let planes begin taking off right after the ones in front of them have left the ground, instead of waiting the traditional three minutes. When it was first tested in Memphis, wake recategorization effectively boosted capacity of runways by up to 20 percent. After controllers in Atlanta started using recategorization in June, it evoked a sense of wonder in the industry. &ldquo;That is saving a minute or a minute and a half right there,&rdquo; <a href=\"http://www.faa.gov/nextgen/snapshots/stories/?slide=34\">said</a> Mark Hopkins, Delta&rsquo;s director of air traffic management. &ldquo;This is eye-opening.&rdquo;<strong></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-19 section\">\n\n<p>Taken individually&mdash;a minute saved here, a few hundred of feet of visibility added there, several gallons of fuel conserved somewhere else&mdash;these improvements may not seem to add up to much. But just as a small delay in a complex system can lead to further delays, small innovations can have powerful knock-on effects. These incremental fixes, all rolled out with little notice, highlight how our more reliable and efficient aviation system has become a modern marvel. And impressively, the FAA is slowly pushing through its immense upgrades while operating at full-tilt in a highly safe and surprisingly effective manner. That&rsquo;s like replacing the George Washington Bridge in its entirety without lane closures or new traffic problems.</p>\n\n\n</div>\n\n<div class=\"text parbase section text-20\">\n\n<p>In an age in which constricted financial resources and geographic footprints prevent us from expanding the physical footprint of airports, the highly resilient and evolving air traffic control system is doing the heavy lifting behind the scenes. We should look up in awe.<a name=\"cx\"></a></p>\n\n\n</div>\n\n<div class=\"text parbase text-21 section\">\n\n<p><em>With reporting by Laura Bradley.</em></p>\n\n\n</div>\n\n<div class=\"text-22 text parbase section\">\n\n<p><em><strong>Check back every week for a new wonder of the modern world.</strong></em></p>\n\n\n</div>\n\n<div class=\"text text-23 parbase section\">\n\n<p><em><strong>Correction, Nov. 11, 2014: </strong>This article originally stated that 45 people died in the 2009 Colgan Air crash. Forty-five passengers, four crew, and one person on the ground died in that crash. (<a href=\"#rt\">Return</a>.)&nbsp;</em><a name=\"part_two\"></a></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141109_7WONDERS_WazeHero\" alt=\"141109_7WONDERS_WazeHero\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_WazeHero.jpg.CROP.original-original.jpg\" >\n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline right highlighted\" style=\"width: 300px; margin-right: -310px; \">  <div class=\"image-container\"> <img title=\"141002_ge_sevenwonders_bugfresca2\" alt=\"Seven Wonders of the Modern World\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141002_ge_sevenwonders_bugfresca2.jpg.CROP.original-original.jpg\" > </div> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"2\" id=\"section-2\">\n  <span class=\"section-header-number\">2</span>\n  <span class=\"title\">The Dynamic Map</span>\n</header>\n</div>\n\n<div class=\"renderHtml section\">\n\n      <div class=\"share_btn_section\"  id=\"share_btns_section2\"></div>\n \n</div>\n\n<div class=\"text-24 text parbase section\">\n\n<p><em>The <strong>seven wonders</strong> of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which began with </em><a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\"><em>the U.S. aviation control system</em></a><em>, explores the wonders of our modern world. Here is the second wonder:</em></p>\n\n\n</div>\n\n<div class=\"text-25 text parbase section\">\n\n<p>In the chaotic aftermath of Hurricane Sandy in the autumn of 2012, the Federal Emergency Management Agency had no idea which gas stations were open or closed in the greater New York area. With widespread flooding and electricity outages, and with downed trees blocking roads, there was no way&mdash;short of the slow task of dialing up each station&mdash;to swiftly determine which ones had gas or even power. So FEMA contacted Waze, a free navigation app that allows users to anonymously post data about traffic incidents and edit maps. Waze sent a push notice to drivers, asking them to share the status of stations in their neighborhoods. The app then updated its maps to show pins on stations that were up and running. After quickly cataloging the information, Waze zapped it to FEMA in an Excel file, which helped the agency effectively dispatch tanker trucks to replenish supplies.<strong></strong></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141109_7WONDERS_SandyGasLine\" alt=\"STORM-SANDY/GASOLINE\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_SandyGasLine.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>People wait to buy gas in Union City, New Jersey, on Nov. 2, 2012, after Hurricane Sandy slammed the Northeast.</span></figcaption>  <p class=\"credit\">Photo by Eduardo Munoz/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-26 section\">\n\n<p>Waze has grown rapidly since its founding in 2008 by Amir Shinar and Ehud Shabtai, Israeli computer experts who were dissatisfied with the global positioning systems in their cars. When Los Angeles shut down the I-405 in the July 2012 &ldquo;Carmageddon,&rdquo; Waze users provided traffic information more effectively than traffic helicopters could. In fall 2012, when Tim Cook publicly apologized for the <a href=\"http://blogs.wsj.com/digits/2012/09/28/apple-maps-tim-cook-waze-bump/\">debacle of Apple Maps</a>, he recommended Waze as an alternative. The service now claims more than 50 million users in 45 languages, in 200 countries. Last year, Google acquired Waze for a price <a href=\"http://bgr.com/2013/07/26/google-waze-acquisition-price/\">reported</a> at about $1 billion. While big tech companies often buy startups only to absorb their innovations and shutter them, Google has made Waze part of the family. The app has incorporated Google Street View and hired more people, while Google Maps has added Waze data on traffic and street closures.<strong></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-27 section\">\n\n<p>It might be easier to appreciate today&rsquo;s browser- and app-based dynamic maps and the systems and devices that power them&mdash;Waze and Google Maps, but also Scout, Polaris, TomTom, Garmin, and Magellan&mdash;as wonders of the modern world if, like me, you&rsquo;re old enough to remember when planning a cross-country driving trip meant visiting a AAA office to get a Trip-Tik (a set of highlighted maps). Even with paper maps, in some ways drivers were flying blind. Beyond periodic traffic updates on the radio, there was virtually no real-time information available about road closures, accidents, construction&mdash;the phenomena that can turn an easy 15-minute trip into a grinding two-hour ordeal. As recently as a decade ago, a driver departing Montclair, New Jersey, would have no idea whether it made more sense to take the Garden State Parkway or the New Jersey Turnpike.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141109_7WONDERS_MapsOldNew\" alt=\"Maps of San Francisco: 1948 Transportation Plan\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_MapsOldNew.jpg.CROP.original-original.jpg\" > <p class=\"credit\">Maps of San Francisco: 1948 Transportation Plan (via <a href=\"https://www.flickr.com/photos/walkingsf/3897327276/\" target=\"_blank\">Eric Fischer</a>/Flickr) and 2014 (via Waze)<br></p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text text-28 parbase section\">\n\n<p>But in recent years, individuals have been able to tap into the technology that was once the exclusive preserve of the military. Like so many other staples of consumer life&mdash;from CorningWare to the Internet&mdash;GPS has its origins in Cold War&ndash;era military research. After the shock of <em>Sputnik</em>, the Pentagon began working on ways to use orbiting satellites to help fix the positions of submarines and other naval vessels. A network of several satellites in the 1960s, known as Transit, was augmented by the NAVSTAR system, the construction of which began in the 1970s.</p>\n\n\n</div>\n\n<div class=\"text parbase text-29 section\">\n\n<p>Today&rsquo;s GPS apps and devices reach to the heavens to help us navigate our little corners of the Earth. We can know that traffic is seriously backed up on the southbound lanes of I-95 in Bridgeport, Connecticut, because a car is broken down on the side of the road, that a tow truck has just arrived, and that it makes sense to jump onto Route 1 and then re-enter I-95 a few miles later in Fairfield<strong>. </strong>These mostly free services are some of the most valuable&mdash;but difficult to value&mdash;components of the so-called &ldquo;consumer surplus&rdquo; that our modern information economy provides.</p>\n\n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_2\" class=\"ad \" data-ad-type=\"bigbox|2\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_parallax_2\" class=\"parallax ad \" data-ad-type=\"parallax|2\" data-ad-mode=\"desktop\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_2\" class=\"ad \" data-ad-type=\"bigbox|2\" data-ad-mode=\"tablet\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_2\" class=\"ad \" data-ad-type=\"bigbox|2\" data-ad-mode=\"mobile\"></div>\r\n\n  \n\n</div>\n\n<div class=\"text parbase text-30 section\">\n\n<p>With its singular combination of technology, human intelligence, and curation, Waze illustrates the awe-inspiring potential of the dynamic map better than any of its competitors. And the attributes that make the app so popular&mdash;think Wikipedia or Pinterest, but for traffic and maps&mdash;are highly visible. But just like America&rsquo;s increasingly sophisticated air traffic control system, <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\">which I explored in the first part of this series</a>, Waze is a back-end marvel. Unlike the Great Pyramid of Giza or the other seven wonders of antiquity, its most amazing innovations are invisible.</p>\n\n\n</div>\n\n<div class=\"text parbase text-31 section\">\n\n<p>Most GPS-based navigation and traffic apps rely on road cameras and sensors on highly trafficked roads and are updated every five minutes or so. I find it&rsquo;s not uncommon for me to check out traffic on MapQuest or Google Maps before leaving the house only to find Connecticut&rsquo;s Merritt Parkway is surprisingly backed up a few minutes later. Waze aims to provide more useful, actionable information by instantly updating data and context&mdash;provided by both machines and humans&mdash;via a cute, friendly interface. (Of course, as is the case with many free apps and publications, the user experience is occasionally disrupted by pop-up ads.)</p>\n\n\n</div>\n\n<div class=\"renderHtml section\">\n\n<!-- Start of Brightcove Player -->\n\n<div style=\"display:none; margin-left:87px\">\n\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3867224502001\" class=\"BrightcoveExperience\" style=\"margin-left:87px !important;\">\n  <param name=\"bgcolor\" value=\"#FFFFFF\" />\n  <param name=\"width\" value=\"668\" />\n  <param name=\"height\" value=\"375\" />\n  <param name=\"playerID\" value=\"3873197416001\" />\n  <param name=\"playerKey\" value=\"AQ~~,AAAAAASoY90~,_gW1ZHvKG_1Yy3rf4MVMsmtUbsKKoNQw\" />\n  <param name=\"isVid\" value=\"true\" />\n  <param name=\"isUI\" value=\"true\" />\n  <param name=\"dynamicStreaming\" value=\"true\" />\n  \n  <param name=\"@videoPlayer\" value=\"3877222312001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<script type=\"text/javascript\">if (!mobileMode()){$('.renderHtml:eq(2)').css('margin-left','87px');}</script>\n\n<!-- End of Brightcove Player --> \n</div>\n\n<div class=\"text parbase text-32 section\">\n\n<p>Waze&rsquo;s back end, obviously, includes the network of Google servers, wireless stations, satellites, and software code that powers it. But that&rsquo;s just the beginning. Massive, open public editing of a site can be a road to misinformation and mischief&mdash;just read any Internet comments section or contentious Wikipedia page.&nbsp;Waze overlays its data with a constant stream of user-submitted comments, then runs them through systems it has built to channel and reward human behavior.&nbsp;Then it figures out how to make this system do useful work in the world. All of this happens behind the scenes.</p>\n\n\n</div>\n\n<div class=\"text parbase section text-33\">\n\n<p>Part of Waze&rsquo;s back end is passive. When a Waze user turns on a phone and opens the app, Waze pings the phone&rsquo;s GPS chip every second and recalculates traffic every three minutes. The simple act of driving with the app open turns users into traffic reporters&mdash;confirming they are on the road and giving an indication of speed. Scale makes this passive crowdsourcing useful. On an average day in Rio de Janeiro, 110,000 active Waze drivers cover 1.2 million kilometers. The data isn&rsquo;t just broadcast, however. Waze feeds it into algorithms that enable it to conduct predictive modeling based on past experience. So when somebody maps a prospective route through Rio, Waze can produce suggestions based on reported traffic conditions and on how long it typically takes drivers to negotiate the routes at that time of day. (In an update earlier this year, Google Maps integrated the ability to change routes on the fly in reaction to traffic snarls.)<strong></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-34 section\">\n\n<p>Part of the appeal of Waze is that users can report incidents&mdash;traffic, congestion, a mattress in the road&mdash;that instantly generate icons on its maps. On a typical day in Rio, users actively report about 58,000 incidents. But in the back end, not all incident reports are treated equally. Waze has built a system that evaluates users&rsquo; capacity, experience, and accuracy, weighing the information they provide accordingly. Like many social apps, Waze allows users the opportunity to give a &ldquo;thumbs up&rdquo; or &ldquo;thumbs down&rdquo; to posts. Reports by users who frequently file incidents that are routinely confirmed by others will be weighted higher, while Waze gives less trust to people who consistently file false alarms.</p>\n\n\n</div>\n\n<div class=\"text parbase text-35 section\">\n\n<p>Mapping the world and charting its traffic problems are extraordinarily labor-intensive undertakings. That&rsquo;s where Waze&rsquo;s human back end comes into play. The company has about 160 employees, divided between Tel Aviv, Israel; New York; and Mountain View, California. But the map&mdash;a breathing organism that constantly evolves to ensure the accuracy of street names, housing numbers, and construction sites&mdash;is maintained by a community of 200,000 volunteer map editors. Editors&mdash;anybody can sign up&mdash;start by making notations about their immediate area. &ldquo;We don&rsquo;t manage them, we don&rsquo;t pay them, we don&rsquo;t tell them what to do,&rdquo; says Julie&nbsp;Mossler, a Waze spokeswoman. But the company doesn&rsquo;t have an entirely hands-off attitude. People who have made 1 million edits or more are considered &ldquo;champs,&rdquo; and they have a direct line to the company. And Waze now provides support to a group of editors based in Italy who are starting a project to map Africa more accurately.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141109_7WONDERS_Carmageddon\" alt=\"LA Freeway\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Carmageddon.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Traffic moves slowly on the 405 freeway in Los Angeles on July 14, 2011.</span></figcaption>  <p class=\"credit\">Photo by Eric Thayer/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-36 section\">\n\n<p>While Waze could function perfectly well without much human intervention from its headquarters, its competitive advantage and utility arise in part from the relationships its staff cultivates and their ability to inject human intelligence into the system&mdash;whether it&rsquo;s reaching out to Los Angeles authorities during Carmageddon or working with FEMA to generate lists of open gas stations. In early October, when a Waze staffer learned that President Obama was visiting San Francisco, the app sent a push notice to advise users in the area to get out on the roads a little earlier. And the company just set up a partnership&mdash;<a href=\"http://thenextweb.com/google/2014/10/02/googles-waze-announces-government-data-exchange-program-10-initial-partners/\">Connected Citizen</a>&mdash;in which it will provide traffic data to cities like Tel Aviv; Barcelona, Spain; and San Jose, Costa Rica in exchange for more immediate access to information on issues like road closures or construction. All of which proves that even in a highly wired and automated world, personal and institutional relationships can be a vital part of infrastructure.</p>\n\n\n</div>\n\n<div class=\"text parbase text-37 section\">\n\n<p>Government is supposed to step in during a market failure. But Waze shows how the market can correct for government failure. The app is extremely popular in Costa Rica. Why? In a nation where authorities haven&rsquo;t bothered to name many roads and streets and paper maps are unreliable, Waze volunteers have effectively functioned as a sort of public agency. In places where the grid has yet to be captured, Waze isn&rsquo;t an adjunct to maps&mdash;it <em>is </em>the map. &ldquo;Waze has become such a part of the culture that businesses will even list their addresses in advertisements as locations that can be searched for on Waze,&rdquo; the <em>Washington Post </em><a href=\"http://www.washingtonpost.com/blogs/innovations/wp/2014/10/27/why-waze-is-so-incredibly-popular-in-costa-rica/\">reported</a> recently.</p>\n\n\n</div>\n\n<div class=\"text parbase text-38 section\">\n\n<p>Waze likely won&rsquo;t be around forever, but its many features, some subtle and some outright mind-bending, suggest that the maps we rely on every day are only going to get more sophisticated, data-rich, and, yes, wondrous. It&rsquo;s easy to imagine the maps of the future being studded and layered with information on Wi-Fi hot spots, crime data, public transit schedules, and weather. Harry Potter&rsquo;s Marauder&rsquo;s Map, which allowed him to see who was scurrying around Hogwarts late at night, will have nothing on the amazing, thoroughly unmagical cartographic apps in our pockets.</p>\n\n\n</div>\n\n<div class=\"text parbase text-39 section\">\n\n<p>Already, as I pull out of my driveway, I can know that traffic is dragging at an 8-mile clip on the Post Road in downtown Westport, Connecticut, which means I should use a back roads cut-through. I can expect that repair teams have arrived for the bridge project on I-95 north, which is keeping traffic running at a pokey 23 miles per hour. And I can prepare to accelerate to above 40 miles per hour right after the underpass&mdash;that last tip courtesy of a Waze user whose avatar includes sunglasses and a little sword.</p>\n\n\n</div>\n\n<div class=\"text-40 text parbase section\">\n\n<p>In another era, the sunglasses-and-swords guy might have been adding blocks to the Great Pyramid. These days, he&rsquo;s contributing to our modern maps&rsquo; achievement of near omniscience in a chaotic, ever-changing system.</p>\n\n\n</div>\n\n<div class=\"text text-41 parbase section\">\n\n<p><em><strong>Check back every week for a new wonder of the modern world.<a name=\"part_three\"></a></strong></em></p>\n\n\n</div>\n\n<div class=\"text-42 text parbase section\">\n\n<p><em>The&nbsp;<strong>seven wonders</strong>&nbsp;of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which continued last week with </em><a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#part_two\"><em>GPS-powered dynamic maps</em></a><em>, explores the wonders of our modern world. Here is the third wonder:</em></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"hero-cable-1440\" alt=\"hero-cable-1440\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/hero-cable-1440.jpg.CROP.original-original.jpg\" >\n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline right highlighted\" style=\"width: 300px; margin-right: -310px; \">  <div class=\"image-container\"> <img title=\"141002_ge_sevenwonders_bugfresca2\" alt=\"Seven Wonders of the Modern World\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141002_ge_sevenwonders_bugfresca2.jpg.CROP.original-original.jpg\" > </div> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"3\" id=\"section-3\">\n  <span class=\"section-header-number\">3</span>\n  <span class=\"title\">The Undersea Information Highway</span>\n</header>\n</div>\n\n<div class=\"renderHtml section\">\n\n      <div class=\"share_btn_section\"  id=\"share_btns_section3\"></div>\n \n</div>\n\n<div class=\"text-43 text parbase section\">\n\n<p>Ever think twice about our superfast data connections? Email accounts. Skype chats. Stock quotes. The <a href=\"http://www.slate.com/blogs/browbeat/2014/11/10/taylor_swift_blank_space_video_think_swift_is_a_psycho_she_made_you_this.html\">latest Taylor Swift video</a> on YouTube. All would have been either impossible or extremely expensive 25 years ago. All are free and available at any time&mdash;on a handheld device, on our desktops. Our words, ideas, emotions, and emoticons travel at the speed of light, from pretty much any point on the surface of the Earth to any other.</p>\n\n\n</div>\n\n<div class=\"text parbase text-44 section\">\n\n<p>We may live in a mobile and wireless world, but wires still drive the global communications revolution. Your phone call, text, email, or emoji-laden tweet may travel wirelessly from your iPhone to the nearest cellular tower, but from there on out it is largely confined to cables, wires, and cords&mdash;express lanes coursing above ground, underground, and under the sea&mdash;especially if your message is going abroad. &ldquo;More than 99 percent of signals of any sort that go between continents flow over undersea fiber-optic cables,&rdquo; says Tim Stronge, research analyst at TeleGeography, a research and consulting firm. Were submarine cables not as pervasive, cheap, and functional as they are, most of us would still be living on data islands. To the extent that the world is now flat, it is largely due to the expansive network of undersea cables. They enable a dot-com entrepreneur in Perth, Australia, to collaborate with a programmer in Bangalore, India, serve a customer in Germany, and communicate with a supplier in China.</p>\n\n\n</div>\n\n<div class=\"renderHtml section\">\n\n<!-- Start of Brightcove Player -->\n\n<div style=\"display:none; margin-left:87px\">\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3867224502001\" class=\"BrightcoveExperience\" style=\"margin-left:87px !important;\">\n <param name=\"bgcolor\" value=\"#FFFFFF\" />\n <param name=\"width\" value=\"668\" />\n <param name=\"height\" value=\"375\" />\n <param name=\"playerID\" value=\"3873197416001\" />\n <param name=\"playerKey\" value=\"AQ~~,AAAAAASoY90~,_gW1ZHvKG_1Yy3rf4MVMsmtUbsKKoNQw\" />\n <param name=\"isVid\" value=\"true\" />\n <param name=\"isUI\" value=\"true\" />\n <param name=\"dynamicStreaming\" value=\"true\" />\n \n <param name=\"@videoPlayer\" value=\"3730637159001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<script type=\"text/javascript\">if (!mobileMode()){$('.renderHtml:eq(3)').css('margin-left','87px');}</script>\n\n<!-- End of Brightcove Player -->\n\n\n\n\n \n</div>\n\n<div class=\"text parbase text-45 section\">\n\n<p>These contemporary <a href=\"http://en.wikipedia.org/wiki/Appian_Way\">Appian Ways</a> are the vital back end of the Internet&mdash;and one of the wonders of the modern world. Lying under the murky depths of the Southern Atlantic, the placid, teal waters of the Caribbean, and the frigid, stormy Bering Sea, underwater cables withstand the <a href=\"http://www.slate.com/blogs/future_tense/2014/08/15/shark_attacks_threaten_google_s_undersea_internet_cables_video.html\">ravages of sharks</a> and resist immense pressure and the corroding influence of salt. Amid the sprawling network (laid out in this <a href=\"http://www.submarinecablemap.com/\">gorgeous map</a> produced by TeleGeography), one stands out for its length. Starting in Australia and terminating in Germany, <a href=\"http://www.submarinecablemap.com/#/submarine-cable/seamewe-3\">SEA-ME-WE 3</a> (for SouthEast Asia Middle East Western Europe) is a modern-day Orient Express. A marvel of modern synergy, it was built (and is still owned) by a consortium of 92 telecommunications firms. Running 39,000 kilometers&mdash;about 24,000 miles&mdash;and touching 39 landing points in 33 countries on four continents, SEA-ME-WE 3 is the closest thing we have to a transoceanic information superhighway.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141118_7WONDERS_Telegraph1858\" alt=\"map of telegraph lines\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141118_7WONDERS_Telegraph1858.jpg.CROP.original-original.jpg\" > <p class=\"credit\">Courtesy of <a href=\"https://www.flickr.com/photos/techfun/7140847175/in/photolist-8Ro1Qi-fMbrRY-gTEYvM-dXH3bN-bT1H5K-cvPFrL-7gBqS5\" target=\"_blank\">JD Thomas</a>/Flickr Creative Commons</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase section text-46\">\n\n<p>Today&rsquo;s submarine cables are the latest flowering of an infrastructure class that was pioneered in the 19<sup>th</sup> century, given impetus by a construction boom in the late 20<sup>th</sup> century, and which has been made immensely more powerful (and cheaper) by 21<sup>st</sup>-century technology developments. Indeed, thanks to the application of new hardware and processes, a cable like SEA-ME-WE 3 can now carry 40 times more data than it could when it was first laid&mdash;a feat that physical conduits for physical goods, like roads and railways, could never mimic.<strong></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-47 section\">\n\n<p>The first great submarine communication cable, of course, was the telegraph line connecting England and the United States. In <a href=\"http://www.amazon.com/dp/0060524464/?tag=slatmaga-20\"><em>A Thread Across the Ocean: The Heroic Story of the Transatlantic Cable,</em></a> John Steele Gordon describes how Cyrus Field rounded up cash and got the U.S. and U.K. governments to fund his scheme. (The <em>Niagara, </em>the largest ship in the U.S. Navy, laid out the cable.) The first message sent from Queen Victoria to President James Buchanan, in August 1858, inspired fireworks in New York City that set City Hall on fire. In a remark Tom Friedman might have appreciated, Cyrus Field&rsquo;s brother, Henry, wrote that it &ldquo;joins the sundered hemispheres. It unites distant nations, making them feel that they are members of one great family.&rdquo; Three weeks later, the cable went dead. Tiffany &amp; Co. bought parts of the unused cable and cut them into 4-inch pieces to sell. (One was auctioned on <a href=\"http://www.ebay.com/itm/RARE-1858-Tiffany-amp-Co-Atlantic-Telegraph-Cable-Section-Cyrus-W-Field-NO-RESERVE-/111011479496\">eBay</a> last year.) Field finally succeeded in laying a lasting cable in 1866. The cost for capacity: $10 a word. By 1900, there were 15 competing threads across the ocean.</p>\n\n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_3\" class=\"ad \" data-ad-type=\"bigbox|3\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_parallax_3\" class=\"parallax ad \" data-ad-type=\"parallax|3\" data-ad-mode=\"desktop\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_3\" class=\"ad \" data-ad-type=\"bigbox|3\" data-ad-mode=\"tablet\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_3\" class=\"ad \" data-ad-type=\"bigbox|3\" data-ad-mode=\"mobile\"></div>\r\n\n  \n\n</div>\n\n<div class=\"text parbase text-48 section\">\n\n<p>Laid in 1956, TAT-1, the first transatlantic telephone cable, used the same type of copper wire employed in terrestrial phone lines. But the midcentury threads were exceedingly narrow pipe. TAT-1<strong> </strong>could accommodate just 48 64 kbps (kilobits per second) circuits&mdash;just four dozen phone conversations at once. It&rsquo;s not surprising, then, that in the 1960s international phone calls cost about $3 per minute. The development of fiber-optic cable by Corning in the 1960s and 1970s (chronicled in a chapter in a <a href=\"http://www.amazon.com/dp/0195140958/?tag=slatmaga-20\">book I wrote</a>)&mdash;using glass as a transport medium rather than a metal&mdash;brought a quantum leap in the speed and capacity for communication wires. Fiber-optic cable&mdash;insanely thin glass threads, really&mdash;can handle so many more conversations and bits than wireless spectra can. The first fiber-optic cable laid across the Atlantic, the TAT-8, was completed in 1988 and could carry 7,560 simultaneous voice conversations.</p>\n\n\n</div>\n\n<div class=\"text parbase text-49 section\">\n\n<p>The 1990s brought a boom in both the pace of construction and the power and capacity of cables. The AC-1 trans-Atlantic cable, an 8,700-mile round-trip line first used in 1998, could handle the equivalent of 483,840 simultaneous voice conversations, according to Stronge. Firms like Global Crossing, whose market capitalization peaked at $45 billion in the spring of 2000, laid pipe anywhere and everywhere&mdash;and then went bust.</p>\n\n\n</div>\n\n<div class=\"text parbase text-50 section\">\n\n<p>SEA-ME-WE 3 began amid the tech bubble. Australia and the rest of Oceania are separated from other huge commercial and population centers by vast expanses of water. Australia&rsquo;s line to the other six continents was an analog line, the AIS (Australia-Indonesia-Singapore) cable. Construction of SEA-ME-WE 3, which started in January 1997 and was completed in 2000, proceeded in a way that would have been recognizable to 19<sup>th</sup>-century telegraph cable experts. As Stronge notes, when cable is loaded onto a vessel, &ldquo;They have this giant drum in the ship and hire people to walk the cable around in a concentric circle.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text-51 text parbase section\">\n\n<p>The ships proceeded methodically, paying out cable that is the width of a garden hose&mdash;an outer diameter of 21 millimeters, to be precise&mdash;and encased in a plastic coating. From Perth, SEA-ME-WE 3 goes north. At Malaysia, a branch reaches out to East Asia, surfacing at Mersing, Indonesia; Danang Vietnam; and Shanghai. Across the northern stretches of the Indian Ocean it goes, hitting Sri Lanka, Mumbai, and Karachi, further west to Muscat and Djibouti City, before crooking up through the Red Sea and Suez Canal. From Alexandria, Egypt, it hits Mediterranean ports of call before wheeling around Iberia and France, finally ending in the chilly waters of the North Sea near Norden, Germany.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141118_7WONDERS_FiberOpticCable\" alt=\"Fiber optic cable\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141118_7WONDERS_FiberOpticCable.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Technicians display the African Coast to Europe, or ACE, submarine fiber optic cable on the seashore of Libreville, Gabon, in 2011.</span></figcaption>  <p class=\"credit\">Photo by AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text-52 text parbase section\">\n\n<p>For most of its sojourn, SEA-ME-WE 3 lies on the bottom of the murky depths. In deep water&mdash;more than 3,000 meters&mdash;the cables are laid on the seabed. In shallower waters, where ships might snag them, a plow buries them. SEA-ME-WE 3 has two fiber pairs, and such cables often have copper running through them&mdash;which supplies the electricity that powers repeaters, small devices positioned every 50 kilometers that boost the signal. At certain points, the cable is up-armored&mdash;coated in metal tape, sheathing, or screens&mdash;to protect against potential dangers. (The extra screen helps shield electromagnetic waves that attract sharks.) While failures are often ascribed to monsters of the deep gnawing through them, Stronge says such instances are rare. &ldquo;There was one famous incident in the 1980s when a cable failed, and they think it was because a shark had bitten through to where the electricity was flowing.&rdquo; When links break or are severed, as has happened on SEA-ME-WE 3 on about a half-dozen occasions, ships are sent out to repair the damage. (Fishing nets and ship anchors account for most of these incidents.) The sea cables are connected to beach manholes at the shore, through which they connect to land cables and the broader terrestrial grids.</p>\n\n\n</div>\n\n<div class=\"text-53 text parbase section\">\n\n<p>The global economy has benefited from the boom in cable construction. Immense excess capacity, combined with technological improvements, has led to falling prices. The stupidity of investors and the willingness of bondholders and stockholders to sacrifice their money so that others could have cheap communications infrastructure are dynamics we&rsquo;ve seen in the telegraph and railroad industries. (I wrote a <a href=\"http://www.amazon.com/dp/B000QUCO8K/?tag=slatmaga-20\">book about this, too</a>.) &ldquo;Prices for capacity are one one-thousandth what they were in the late 1990s,&rdquo; Stronge says. Since 1997, the amount of &ldquo;lit&rdquo; capacity&ndash;i.e., the amount being used&mdash;in the Atlantic Ocean between the U.S. and Europe has risen from 33 gigabits per second to 27 terabits per second, an 818-fold increase. But, notes Stronge, the total capacity of all cables&mdash;including &ldquo;dark fiber&rdquo; that&rsquo;s not in use&mdash;across the Atlantic is 173 terabits per second, which means just 16 percent is being used. On major submarine cable routes, bandwidth demand rose 4.5 times between 2009 to 2013. But even so, less than one-quarter of the potential capacity on these routes is being used. Every year, the price of connections grows cheaper. According to TeleGeography, median monthly lease prices on major submarine cable routes submarine cables fell between 10 and 26 percent in 2013.<strong></strong></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141118_7WONDERS_Undersea2014\" alt=\"2014 Submarine Cable Map, TeleGeography\" data-src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141118_7WONDERS_Undersea2014.png.CROP.original-original.png\" > <p class=\"credit\">Courtesy of TeleGeography. See a <a target=\"_blank\" href=\"http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141118_7WONDERS_Undersea2014_Embiggen.jpg\">larger version</a> or visit the <a target=\"_blank\" href=\"http://submarine-cable-map-2014.telegeography.com/\">interactive version</a> of the 2014 Submarine Cable Map.</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text text-54 parbase section\">\n\n<p>That&rsquo;s in part because the state-owned and private telecom companies that have built and run the global network continue to add to it, especially in the Middle East, Asia, and Africa. (SEA-ME-WE 3 was followed by <a href=\"http://www.submarinecablemap.com/#/submarine-cable/seamewe-4\">SEA-ME-WE 4</a>, which provided redundancy along similar paths, from Singapore to France.) But it&rsquo;s also because innovation on the back end has increased the carrying capacity of tubes that were laid down long ago. When SEA-ME-WE 3 was completed, it could carry up to 40 gigabits per second of data traffic. Today, SingTel, which runs the cable, says it has a capacity of 1 terabit per second&mdash;a 25-fold increase. That&rsquo;s in large measure due to the introduction of <a href=\"http://www.thefoa.org/tech/dwdm.htm\">wavelength division multiplexing</a>. Essentially, a bunch of signals can now travel on the same pair of fiber cables because new, more powerful transceivers on the ends of cable lines can send and receive the signal on different frequencies of light. As SingTel notes, &ldquo;The cable has been twice upgraded and it now consists of two fiber pairs, each carrying eight wavelengths.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-55 section\">\n\n<p>To the history-minded, the map of submarine cables is remarkably evocative. A host of them connects the Northeastern U.S. with England and France, mimicking the early patterns of North America settlement. Some follow the journeys of Vasco Da Gama and Magellan, bumping down from Portugal along the coast toward South Africa. There are tiny components like the <a href=\"http://www.submarinecablemap.com/#/submarine-cable/amerigo-vespucci\">Amerigo Vespucci</a>, an 85-kilometer spur that connects Curacao, a former Dutch colony, to Bonaire, which is still part of the Netherlands. There are unlikely hubs, like Bude, at the tip of Cornwall in England, where seven cables arrive from across the seas. Like triremes, schooners, and clippers before them, these cables hug land and then seek direct, obstacle-free paths across the waters. But instead of delivering physical goods, they deliver digital goods and services.</p>\n\n\n</div>\n\n<div class=\"text parbase text-56 section\">\n\n<p>Like all good networks, the mesh of submarine cables is being expanded to offer more capacity and more redundancy. The <a href=\"http://www.submarinecablemap.com/#/submarine-cable/seamewe-5\">SEA-ME-WE 5</a>, now under construction, parallels a good chunk of SEA-ME-WE 3 between Malaysia and France. And while it&rsquo;s difficult to improve much on the speed of light, the network is getting marginally faster. It takes about 60 milliseconds to bounce a signal from New York to London. &ldquo;But for some users of bandwidth, particularly banks that are doing trading or arbitrage, shaving off one millisecond can make huge profits,&rdquo; Stronge says. That&rsquo;s why Hibernia Networks is now working on <a href=\"http://www.hibernianetworks.com/project-express/\">Project Express</a>, a cable that will carve a shorter path across the Atlantic&mdash;from Halifax in Nova Scotia to the west coast of England. &nbsp;</p>\n\n\n</div>\n\n<div class=\"text parbase text-57 section\">\n\n<p>SEA-ME-WE 3 and its siblings may not be any more effective than the telegraph in joining sundered hemispheres or making distant nations feel like one great family. But they make it possible for us to lead 21<sup>st</sup>-century lives, at faster and faster speeds. And they should inspire the same type of awe that a 19<sup>th</sup>-century telegraph cable did. &ldquo;These are the days of miracle and wonder,&rdquo; Paul Simon <a href=\"https://www.youtube.com/watch?v=Uy5T6s25XK4\">once sang</a><em>. </em>&ldquo;This is the long-distance call.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-58 section\">\n\n<p><strong><em>Check back every week for a new modern wonder.<a name=\"mini\"></a></em></strong></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141205_7WONDERS_SpaceStation\" alt=\"141205_7WONDERS_SpaceStation\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141205_7WONDERS_SpaceStation.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>The International Space Station, shortly after undocking from the Space Shuttle <em>Endeavour</em> on June 15, 2002.</span></figcaption>  <p class=\"credit\">Courtesy of NASA/JSC</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"4\" id=\"section-4\">\n  <span class=\"section-header-number\">4</span>\n  <span class=\"title\">Our Readers’ Wonders</span>\n</header>\n</div>\n\n<div class=\"text parbase section text-59\">\n\n<p>Any compilation that claims to be an authoritative ranking is bound to set off anyone who wasn&rsquo;t included. So far, though, <strong><em>Slate</em>&rsquo;s</strong> efforts to name a new pantheon of seven brilliant, wonderful, largely hidden essential wonders of the modern world hasn&rsquo;t inspired Vesuvian levels of outrage.</p>\n\n\n</div>\n\n<div class=\"text-60 text parbase section\">\n\n<p>But as I learned as a young graduate student in history and repeatedly in the years since, dealing with ideas and narratives is as much an act of omission as it is an act of commission. So, before rolling out the final four wonders of this series (I already know what they are), I thought it would be smart to pause and make sure I&rsquo;m not overlooking one that cries out for inclusion.</p>\n\n\n</div>\n\n<div class=\"text-61 text parbase section\">\n\n<p>To that end, we combed the <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=fol_fb#comments\">comments</a> and put out a request to <strong><em>Slate</em>&rsquo;s</strong> Facebook followers, which received plenty of <a href=\"https://www.facebook.com/Slate/posts/10152820738221438\">responses</a>. The suggestions were typically intelligent, as I&rsquo;ve come to expect from our<em> </em>readers.</p>\n\n\n</div>\n\n<div class=\"text parbase text-62 section\">\n\n<p>So far, this series has been heavy on ingenious systems that involve the aggregation, organization, and movement of digital information. Some readers suggested a few more in that vein: the Internet itself, Google, Google&rsquo;s search algorithms (which was on my original long list of potential wonders). Greg Packnett suggested Wikipedia: &ldquo;A bunch of people got together in their spare time and decided to write down a quick summary of all the world&rsquo;s knowledge, and it&rsquo;s available through portable electronic devices.&rdquo; Still others recommended the devices&mdash;smartphones&mdash;themselves.</p>\n\n\n</div>\n\n<div class=\"text parbase text-63 section\">\n\n<p>Others suggested we lift our eyes to the heavens. &ldquo;The International Space Station,&rdquo; wroter Koh Jun Lin. &ldquo;A multinational collaboration between sometimes bitter rivals, the longest continuous human habitat out of this world, a place to conduct research impossible elsewhere, and a source of inspiration.&rdquo; Spoiler: Something interstellar might be coming in the next few weeks.</p>\n\n\n</div>\n\n<div class=\"text text-64 parbase section\">\n\n<p>Plenty of commenters focused on what this series has left out. First: health care. One reader suggested we look into reliable birth control. Elizabeth Tobias pointed out that vaccines deserve consideration as modern wonders. &ldquo;Listed as top medical achievement of the 20<sup>th</sup> century. This still qualifies as modern, even if you go back to Koch and Pasteur, etc.&rdquo; While both birth control and vaccines fulfill some of the requirements for this series&mdash;feats of engineering, largely out of view, and taken for granted&mdash;they don&rsquo;t quite qualify as 21<sup>st</sup>-century technological achievements. But what great leap in either of these areas have we seen in the past couple of decades that has transformed it into a brilliant system?</p>\n\n\n</div>\n\n<div class=\"text parbase text-65 section\">\n\n<p>I had the same reaction to suggestions related to energy. &ldquo;Alternating current transformers that allow electricity to be distributed safely,&rdquo; suggested Russell Blank. &ldquo;None of the three wonders of the modern world would be possible without AC power.&rdquo; Another: &ldquo;Green energy generation &hellip; solar arrays, wind farms, tidal generators.&rdquo; The way in which electrons are produced, harnessed, stored, managed, and moved around the country&mdash;above ground, under ground&mdash;is indeed wonderful and evolving quickly. Perhaps an additional installment of this series is in order.</p>\n\n\n</div>\n\n<div class=\"text parbase text-66 section\">\n\n<p>Some other suggestions, meanwhile, were easy to object to: streaming porn, movable type (it&rsquo;s been around for nearly a thousand years), and, um, the battery-operated dildo.</p>\n\n\n</div>\n\n<div class=\"text parbase text-67 section\">\n\n<p>There was one out-of-the-box suggestion, however, that struck a chord. The most impressive systems are those that convey physical goods. It&rsquo;s one thing to move a bunch of digital files from one place to another without screwing things up. It&rsquo;s quite another to move metal tubes filled with hundreds of people at extremely rapid speeds without doing so, which is one reason this series highlighted aviation control. A forthcoming installment will likewise focus on a miraculous conveyor of a life-giving substance that no human being can live without: water. But now I&rsquo;m thinking we should swap that one out for another miraculous conveyor of a life-giving substance that few human beings can live without: &ldquo;pizza delivered hot and fresh to your home in 30 minutes.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-68 section\">\n\n<p>Indeed.&nbsp;</p>\n\n\n</div>\n\n<div class=\"text parbase text-69 section\">\n\n<p><strong><em>Check back every week for a new modern wonder.<a name=\"part_four\"></a></em></strong></p>\n\n\n</div>\n\n<div class=\"text-70 text parbase section\">\n\n<p><em>The&nbsp;seven wonders&nbsp;of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which continued last week with </em><a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#part_three\"><em>the Earth&rsquo;s amazing network of undersea cables</em></a><em>, explores the wonders of our modern world. Here is the fourth wonder:</em></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141209_7Wonders_WaterHero\" alt=\"141209_7Wonders_WaterHero\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141209_7Wonders_WaterHero.gif.CROP.original-original.gif\" > <p class=\"credit\">Animation by Lisa Larson-Walker. Photo by Thinkstock.</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"5\" id=\"section-5\">\n  <span class=\"section-header-number\">5</span>\n  <span class=\"title\">The New York City Water Supply System</span>\n</header>\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline right highlighted\" style=\"width: 300px; margin-right: -310px; \">  <div class=\"image-container\"> <img title=\"141002_ge_sevenwonders_bugfresca2\" alt=\"Seven Wonders of the Modern World\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141002_ge_sevenwonders_bugfresca2.jpg.CROP.original-original.jpg\" > </div> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text-71 text parbase section\">\n\n<p>When my <strong><em>Slate</em></strong> colleagues turn on the tap to fill up water bottles in their fourth-floor office in Lower Manhattan, they probably aren&rsquo;t thinking about the liquid&rsquo;s origin. They should. That water likely traveled more than 125 miles through one of the world&rsquo;s most impressive conveying systems, one whose legacy goes back to the presidential administration of Martin Van Buren. With comparatively little power, those drops of moisture have been pushed from reservoirs sitting atop submerged villages in upstate New York; through some of the longest underground aqueducts in the United States, some wide enough to accommodate a school bus; through a brand-new filtration system; and then underground and into Manhattan via a sprawling grid of pipes.&nbsp;To a surprising degree, the whole process relies on natural forces&mdash;gravity, rain, the melting of snow&mdash;and old-school engineering, overlaid with some 21<sup>st</sup>-century improvements.</p>\n\n\n</div>\n\n<div class=\"renderHtml section\">\n\n<!-- Start of Brightcove Player -->\n\n<div style=\"display:none; margin-left:87px\">\n\n</div>\n\n<!--\nBy use of this code snippet, I agree to the Brightcove Publisher T and C \nfound at https://accounts.brightcove.com/en/terms-and-conditions/. \n-->\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://admin.brightcove.com/js/BrightcoveExperiences.js\"></script>\n\n<object id=\"myExperience3867224502001\" class=\"BrightcoveExperience\" style=\"margin-left:87px !important;\">\n <param name=\"bgcolor\" value=\"#FFFFFF\" />\n <param name=\"width\" value=\"814\" />\n <param name=\"height\" value=\"457\" />\n <param name=\"playerID\" value=\"3873197416001\" />\n <param name=\"playerKey\" value=\"AQ~~,AAAAAASoY90~,_gW1ZHvKG_1Yy3rf4MVMsmtUbsKKoNQw\" />\n <param name=\"isVid\" value=\"true\" />\n <param name=\"isUI\" value=\"true\" />\n <param name=\"dynamicStreaming\" value=\"true\" />\n \n <param name=\"@videoPlayer\" value=\"3907785764001\" />\n</object>\n\n<!-- \nThis script tag will cause the Brightcove Players defined above it to be created as soon\nas the line is read by the browser. If you wish to have the player instantiated only after\nthe rest of the HTML is processed and the page load is complete, remove the line.\n-->\n<script type=\"text/javascript\">brightcove.createExperiences();</script>\n<script type=\"text/javascript\">if (!mobileMode()){$('.renderHtml:eq(4)').css('margin-left','87px');}</script>\n\n<!-- End of Brightcove Player -->\n \n</div>\n\n<div class=\"text text-72 parbase section\">\n\n<p>The pipes that carry this life-giving force are largely invisible to New York&rsquo;s thirsty masses. (Here&rsquo;s a&nbsp;<a href=\"http://www.nyc.gov/html/dep/html/drinking_water/wsmaps_wide.shtml\">great map</a>.)&nbsp;The system includes 19 reservoirs nestled in the rolling hills and mountains, draining a sprawling 1.2 million-acre watershed; three controlled lakes; 300 miles of underground thruways, including one that burrows 1,100 feet underneath the Hudson River; and thousands of miles of thin pipe under New&nbsp;York&rsquo;s streets. Together, they deliver fresh, potable water to 8.4 million people in New York City and another 1 million people upstate.</p>\n\n\n</div>\n\n<div class=\"text text-73 parbase section\">\n\n<p>Much of New York City&rsquo;s once-vaunted infrastructure is crumbling: the creaky George Washington Bridge, the leaky subway tunnels, the depressing midcentury mediocrity of LaGuardia Airport. But as old and in need of updating as it is, the water system is an unseen miracle, and one of the wonders of our time.&nbsp;&ldquo;The design and engineering of New York City&rsquo;s invisible water system&mdash;buried hundreds of feet below ground&mdash;is as brilliant as the engineering of the parts of the city the so impress residents and visitors above ground,&rdquo; says Charles Fishman, author of the seminal<em>&nbsp;<a href=\"http://www.amazon.com/dp/1439102082/?tag=slatmaga-20\">Big Thirst: The Secret Life and Turbulent Future of Water</a>.&nbsp;</em>&ldquo;Compared to many big U.S. cities, including Los Angeles and Atlanta, New York's water supply and water system are in generally great shape.&rdquo; So ingenious is the system, Fishman adds, that New York&rsquo;s water &ldquo;doesn't need to be treated before arriving at faucets, and almost all the city&rsquo;s water is delivered by gravity.&rdquo; These two characteristics, combined with its sprawling size, make New York&rsquo;s water system the greatest in the world.</p>\n\n\n</div>\n\n<div class=\"text parbase text-74 section\">\n\n<p>The system emerged as a matter of necessity. &ldquo;New York City developed this water system because it was unlucky,&rdquo; says Kenneth T. Jackson, the Columbia University historian and authority on New York City. &ldquo;It couldn&rsquo;t could take water out of the rivers, because the Hudson is salty all the way up to Poughkeepsie.&rdquo; In the 18<sup>th</sup>&nbsp;and early 19<sup>th</sup>&nbsp;centuries, the city&rsquo;s growing number of residents relied on wells, water brought in on ships, and spring-fed ponds like the Collect (near what is now Foley Square), which quickly turned into dumping grounds for sewage and garbage. The fetid waters helped spawn the cholera epidemic of 1832, which killed more than 3,500 residents. And the absence of significant water sources in city streets thick with wooden buildings led to a series of disastrous fires. After the Great Fire of 1835, which consumed about 700 structures, municipal leaders were moved to act.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1230px;  \"> <img title=\"141124_7Wonders_DamBridgeReservoir\" alt=\"141124_7Wonders_DamBridgeReservoir\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141124_7Wonders_DamBridgeReservoir.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>The new Croton Dam, the High Bridge, and distributing reservoir on Murray Hill (current site of the New York Public Library).</span></figcaption>  <p class=\"credit\">Images via Wikimedia Commons and Library of Congress</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-75 section\">\n\n<p>The city acquired water rights north of the city, dammed the Croton River, and then funneled the waters that would pool behind it some 41 miles to the middle of Manhattan via the&nbsp;<a href=\"https://www.nyhistory.org/seneca/croton.html\">Croton Aqueduct</a><u>.</u>&nbsp;Built of iron pipes and surrounded by brick masonry, the Croton Aqueduct made a majestic entrance into the city via<a href=\"http://forgotten-ny.com/1999/04/high-bridge-the-oldest-bridge-connecting-two-boroughs-is-almost-unknown/\"> the High Bridge</a>, the first bridge connecting the Bronx to Manhattan.&nbsp;The water was funneled into a holding reservoir in what would become Central Park, and then to the distributing reservoir&mdash;a castle, really&mdash;at the junction of 42<sup>nd</sup>&nbsp;Street and 5<sup>th</sup>&nbsp;Avenue, where the New York Public Library now stands. Completed in 1842 at a cost of $11.5 million, the system was &ldquo;one of the great engineering achievements of the nineteenth century,&rdquo; trumpets the&nbsp;<em><a href=\"http://www.amazon.com/dp/0300114656/?tag=slatmaga-20 \">Encyclopedia of New York City</a></em>.</p>\n\n\n</div>\n\n<div class=\"text parbase text-76 section\">\n\n<p>So-called wonders of the world tend to crumble or recede into obscurity. And some of the most prominent components of the Croton system are now relics. The <a href=\"http://www.nycgovparks.org/park-features/highbridge-park/planyc\">High Bridge</a> is being converted into a pedestrian walkway, while the big reservoir at 42<sup>nd</sup> Street was dismantled in the 1890s. But the Croton system had two design components that were mimicked as the system expanded, ensuring its continued grandeur. Bringing water from distant mountains meant it would be clean and wouldn&rsquo;t have to be treated heavily&mdash;so long as the transport system kept pollutants out. Second, and just as important, water traveled from higher elevations to sea level. And that meant gravity would do the heavy lifting of moving the water, while the pressure that built up in the system would force it up to the surface and through hoses. &ldquo;This got New York away from the bucket brigade, and provided the basis of modern firefighting,&rdquo; says Adam Bosch, a spokesman for the New York City <a href=\"http://www.nyc.gov/dep\">Department of Environmental Protection</a>, which runs the system.</p>\n\n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_4\" class=\"ad \" data-ad-type=\"bigbox|4\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_4\" class=\"ad \" data-ad-type=\"bigbox|4\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_parallax_4\" class=\"parallax ad \" data-ad-type=\"parallax|4\" data-ad-mode=\"desktop\"></div>\r\n\n  \n\n</div>\n\n<div class=\"text parbase text-77 section\">\n\n<p>Built at a time when the city&rsquo;s population stood at about 200,000, the Croton system served well until the early 1900s. By then, New York&rsquo;s population soared to more than 3 million, thanks to immigration, expansion, and the annexation of the Bronx and Brooklyn. In the early 20<sup>th</sup>&nbsp;century, the city expanded the system to develop new resources in the Catskills. The Ashokan Reservoir, whose creation required the submerging of seven villages, came into service in 1915. A system of pipes and canals were constructed to ferry water via the Catskill Aqueduct 92 miles to the Kensico and Hillview Reservoirs in Westchester&mdash;including a circular tunnel with a diameter of 14 feet that goes 1,100 feet under the Hudson River near West Point. Water Tunnels No. 1 (completed in 1917) and No. 2 (completed in 1937) carried the water from Yonkers into Manhattan. Next came the Delaware system to the city&rsquo;s northwest. Starting in the 1950s, vast pools of water created by damming tributaries of the Delaware River were fed into new infrastructure, including the Delaware Aqueduct, which at<strong>&nbsp;</strong>82 miles is the longest continuous underground water tunnel in the world. Here, again, gravity does the work. The highest reservoirs are about 1,200 feet above sea level. And the volume of water pushing down through the pipes creates an enormous amount of power. Today, Bosch notes, &ldquo;the pressure is so great that it can take it to the sixth floor of most boroughs without any pumping,&rdquo; said Bosch.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141124_7Wonders_WaterTunnel\" alt=\"Meeting of water tunnels\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141124_7Wonders_WaterTunnel.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Five men standing at the point where the three underground passages of New York's Catskill Aqueduct meet.</span></figcaption>  <p class=\"credit\">Photo by Hulton Archive/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-78 section\">\n\n<p>The 500 miles of fat pipes upstate are augmented by 6,500 miles of narrower underground conduits that run underneath the five boroughs, from the crags of Riverdale to the distant, wave-tossed shores of the Rockaways. From the Hillview Reservoir in Yonkers, right on the Bronx border, pipes plunge a few hundred feet into one of the three massive water tunnels that carry water to the south about 500 feet below ground level. Every 20 blocks or so, vertical tunnels sprout up to feed into trunk water mains, with a diameter of about a foot. Ultimately, they connect to buildings, whose pipes are private property.</p>\n\n\n</div>\n\n<div class=\"text text-79 parbase section\">\n\n<p>As is the case with the submarine cables I discussed in <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-3\">the last installment of this series</a>, redundancy is key to the system functioning at a high level. The new is continually built to augment the old. Water Tunnel No. 1 has been running continuously since 1917. Work on&nbsp;<a href=\"http://www.nyc.gov/html/dep/html/dep_projects/cp_city_water_tunnel3.shtml\">Water Tunnel No. 3</a>, the latest of the system&rsquo;s grand travaux, has been underway for more than 40 years. Like the electrical system, it&rsquo;s a buried, interconnected grid. That means when a break occurs, it can be isolated, with the water rerouted around the affected area.</p>\n\n\n</div>\n\n<div class=\"text parbase section text-80\">\n\n<p>In New York, infrastructure tends to cost more because people are paying for the convenience, the reliability, and the extra degree of difficulty inherent to building here. But New York&rsquo;s water prices are actually pretty reasonable. This&nbsp;<a href=\"http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=2&amp;ved=0CCgQFjAB&amp;url=http%3A%2F%2Fwww.nyc.gov%2Fhtml%2Fdep%2Fpdf%2Fwater_board%2Fdep_water_rate_study_03182010.pdf&amp;ei=RQdtVOSDCqbfsASr54LwBQ&amp;usg=AFQjCNGB3eAT_s8TosFKXiC_U_6dPbaxSA&amp;sig2=hdieY91XY4E6acWrUiRJ1Q&amp;bvm=bv.80120444,d.cWc\">comparison from 2010</a>, when the uniform rate was $261 per 100 cubic feet, places New York 15<sup>th</sup>&nbsp;lowest out of 24 large U.S. cities. The DEP says&nbsp;<a href=\"http://www.nyc.gov/html/dep/html/water_rates/index.shtml\">the typical single-family homeowner</a>&nbsp;pays about $1,024 per year for water and sewer bills&mdash;which comes out to about a penny per gallon.&nbsp;</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline left\" style=\"width: 300px;  \"> <img title=\"141124_7Wonders_DrinkingWater\" alt=\"Water Sampling Station, East Village.\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141124_7Wonders_DrinkingWater.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Water sampling station, East Village.</span></figcaption>  <p class=\"credit\">Photo by Mike Licht/<a href=\"https://www.flickr.com/photos/notionscapital/8329859490\" target=\"_blank\">Flickr Creative Commons</a></p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-81 section\">\n\n<p>As with every wonder in this series, part of what drives the New York City water system is its back end. About 1,000 of DEP&rsquo;s employees work upstate in the watershed and infrastructure, and another 1,200 toil on the in-city system. Constant vigilance is required. Scientists upstate continually monitor water quality in the reservoirs and release water only from the depths with the highest quality. The aptly named Operations Support Tool is a computer model that integrates a range of human and digital information to make sure water levels throughout the system are adequate. Stream gauges placed throughout the watershed transmit data on water levels.&nbsp;Snow pillows&mdash;sensors that can detect the amount of water embedded in snow as it accumulates&mdash;are sprinkled throughout the region. And DEP has developed a hydrologic forecasting service in conjunction with the National Weather Service.</p>\n\n\n</div>\n\n<div class=\"text parbase text-82 section\">\n\n<p>Reducing consumption has also been a vital means of keeping the system healthy. In 1980, New York City&rsquo;s population of 7.1 million people consumed about 1.5 billion gallons per day. By contrast, today, average daily consumption for Gotham&rsquo;s 8.4 million people has fallen to about 1 billion gallons per day. That represents an absolute decline of one-third, and a decline of per capita daily consumption of 43 percent. The decline of manufacturing and heavy industry in the region accounts for some of this drop. But low-flow shower heads and toilets and widespread conservation efforts have helped. Things that are measured precisely are, it turns out, more likely to be controlled.</p>\n\n\n</div>\n\n<div class=\"text parbase text-83 section\">\n\n<p>DEP once kept track of customer usage by sending employees to read meters once per month. (They would estimate usage if they couldn&rsquo;t get access to the property.) These days, DEP&rsquo;s 834,000 customers have wireless meter-reading devices, which update the agency every couple of hours on usage. The information is shared in real time with customers, so they can manage their use and make sure their own internal water systems are functioning properly. The new system has cut into billing disputes and catches leaks or problems that may have otherwise gone undetected for weeks. Some 209,000 customers have signed up to receive notifications of leaks, which are often flagged when the system notices unusual or excessive use at a particular address.</p>\n\n\n</div>\n\n<div class=\"text parbase text-84 section\">\n\n<p>None of this is to say the system is perfect.&nbsp;&ldquo;New York does suffer the same neglect and complacence as other cities,&rdquo; says Fishman. Two of the three giant tunnels that bring the water are 97 and 79 years old, respectively, and it&rsquo;s not uncommon for mains to burst. But DEP continues to manage the type of infrastructure projects that would have made Robert Moses, New York&rsquo;s mid-20<sup>th</sup> century emperor of infrastructure, proud.&nbsp;The agency has spent $20 billion over the past decade to upgrade pipes, and it plans to spend another $14 billion over the next decade&mdash;largely on things that the public will never see. Work on the massive Water Tunnel No. 3 continues as it extends to Lower Manhattan and to Queens. In 2012, a large&nbsp;<a href=\"http://www.nyc.gov/html/dep/html/dep_projects/cp_catskill_delaware_uv_plant.shtml\">disinfecting plant</a>&nbsp;came on line in Valhalla, in Westchester County. There, water is exposed to 11,760 ultraviolet light bulbs, which sterilize microorganisms that can cause gastrointestinal illness. With a capacity of 2.02 billion gallons per day, it is five times bigger than America&rsquo;s next largest such plant in Los Angeles.</p>\n\n\n</div>\n\n<div class=\"text parbase text-85 section\">\n\n<p>And in the cold rock deep underground, engineers are toiling to fix a pretty big flaw in the system. The&nbsp;<em>New York Times&nbsp;</em><a href=\"http://mobile.nytimes.com/2014/11/20/nyregion/far-far-below-ground-directing-water-to-new-york-city-taps.html?_r=1&amp;referrer=\">reported</a>&nbsp;last week on the ongoing efforts to fix a leak in the Delaware Aqueduct, which lets 35 million gallons of water go to waste each day. Essentially, they are building a 2-mile bypass tunnel, with a diameter of about 13 foot, around the troubled section.&nbsp;The&nbsp;<a href=\"http://www.nyc.gov/html/waterforthefuture/index.shtml\">aqueduct bypass</a>&nbsp;is likely to cost $1 billion.</p>\n\n\n</div>\n\n<div class=\"text parbase text-86 section\">\n\n<p>New York City&rsquo;s water&mdash;soft, surprisingly pure, and endowed with the properties that make the city&rsquo;s bagels and pizza dough world-beaters&mdash;may be cheap for its users. But keeping it cheap is an expensive, and amazing, proposition. The movement of a colorless liquid underground may inspire neither poetry nor particularly soaring prose. That doesn&rsquo;t make the accomplishments of this system any less meaningful. &ldquo;High and fine literature is wine, and mine is only water,&rdquo; Mark Twain wrote &ldquo;But everybody likes water.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-87 section\">\n\n<p><strong><em>Check back every week for a new modern wonder.<a name=\"part_five\"></a></em></strong></p>\n\n\n</div>\n\n<div class=\"text text-88 parbase section\">\n\n<p><em>The&nbsp;seven wonders&nbsp;of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which continued last week with </em><a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-5\"><em>New York City's unparalleled water system</em></a><em>, explores the wonders of our modern world. Here is the fifth wonder:</em></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141215_7WONDERS_HeroRadar\" alt=\"141215_7WONDERS_HeroRadar\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141215_7WONDERS_HeroRadar.gif.CROP.original-original.gif\" >\n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline right highlighted\" style=\"width: 300px; margin-right: -310px; \">  <div class=\"image-container\"> <img title=\"141002_ge_sevenwonders_bugfresca2\" alt=\"Seven Wonders of the Modern World\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/11/141002_ge_sevenwonders_bugfresca2.jpg.CROP.original-original.jpg\" > </div> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"6\" id=\"section-6\">\n  <span class=\"section-header-number\">6</span>\n  <span class=\"title\">The Collaborative Weather Forecast</span>\n</header>\n</div>\n\n<div class=\"text parbase text-89 section\">\n\n<p>It&rsquo;s a Sunday in late fall. I&rsquo;m about to head out for a two-hour bicycle ride, which will take me from the coast of Long Island Sound to the hills of Fairfield County, Connecticut&mdash;30 miles through six different towns and several different climates. Having a detailed understanding of weather conditions and how they might change is vital. Riding up certain hills into headwinds would be demoralizing. The inland tends to be colder, which might dictate how many layers I wear. And my pathological desire to avoid rain might mean cutting the ride short. So before I head out, I open up <a href=\"http://www.wunderground.com/wunderstation\">WunderStation</a>, the app produced by <a href=\"http://www.wunderground.com/\">Weather Underground</a>, the first online weather service. I tap into a network of stations scattered around the region. A few blocks away, it&rsquo;s dead calm and in the mid-40s. Up north, it&rsquo;s already several degrees colder, and winds of 12 miles per hour are kicking up from the west. There&rsquo;s a 60 percent chance of rain at 2 p.m. I strap myself in and head out&mdash;and the weather I find essentially matches what I just saw on my iPad.</p>\n\n\n</div>\n\n<div class=\"text-90 text parbase section\">\n\n<p>For most of history, forecasting the weather has meant making educated guesses&mdash;the ancients read the clouds and kept track of events from the previous year. Slowly, technology came into play. &ldquo;The rain gauge, barometer, anemometer, hygrometer and thermometer were all invented in the years between 1400 and 1700,&rdquo; as the National Oceanic and Atmospheric Administration notes in its <a href=\"http://www.history.noaa.gov/tools/weathertech.html\">history</a> section. These were all more or less reliable methods of monitoring current conditions. <a href=\"http://www.almanac.com/\">The <em>Old Farmer&rsquo;s Almanac</em></a>, America&rsquo;s oldest periodical (founded in 1792), provided data, like sunrise times and tide charts, to people who made their living on the land and sea. But editor Thomas Roberts also made long-range weather forecasts, based on a secret formula &ldquo;kept safely tucked away in a black tin box at the Almanac offices in Dublin, New Hampshire.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-91 section\">\n\n<p>When the telegraph enabled instant communication, it became possible to produce crude weather maps, and <a href=\"http://www.nws.noaa.gov/pa/history/\">the National Weather Service</a> was founded in 1870. &ldquo;Later that year, the first systematized, synchronous weather observations ever taken in the U.S. were made by &lsquo;observing-sergeants&rsquo; of the Army Signal Service at 22 stations and telegraphed to Washington,&rdquo; according to the NWS. Next, NWS number-crunchers began to turn that more accurate set of observations into predictions. The NWS began issuing three-day forecasts in 1901. (In 1902, no doubt, Americans first began to carp about the inaccuracy of these predictions.)</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141215_7WONDERS_FactRoom\" alt=\"141215_7WONDERS_FactRoom\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141215_7WONDERS_FactRoom.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Weather forecasting, then and now. Left, the meteorological work of the United States Signal Service, interior of the “Fact Room,” where the weather probabilities were created, in Washington, D.C., 1881. Right, meteorologist Jim Fracasso monitors weather in NOAA’s Center for Weather and Climate Prediction on July 2, 2013, in Riverdale, Maryland.</span></figcaption>  <p class=\"credit\">Left: Illustration courtesy Library of Congress. Right: Photo by Mark Wilson/Getty Images.</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-92 section\">\n\n<p>In the 20<sup>th</sup> century, communication technologies (telephone, radio, television) and new observation and location technologies (airplanes, sonar, radar, satellites) vastly increased our ability to capture and distribute weather-related information. NWS began issuing 30-day weather outlooks in 1950. Today, the NWS has some 5,000 employees in 122 weather forecast offices. While it uses digital technology, NWS is quite analog&mdash;it gathers information at several fixed spots, relies on a bunch of scattered data points to produce a picture and a forecast, and disseminates it by pushing it through different media (such as broadcasts and warnings). And its products can be maddeningly inaccurate at times.</p>\n\n\n</div>\n\n<div class=\"text parbase section text-93\">\n\n<p>Our mobile, wireless world makes possible a much more interactive, accurate, and detailed weather forecasting system&mdash;one that packs more data, for free, onto the desktop of a casual user than the most seasoned professional forecaster would have been able to see a decade ago. Many of the marvels I&rsquo;ve highlighted in this series take an existing system and then layer new technologies, smart number-crunching, and innovative models on top of them to make them more robust, more user-friendly, and more valuable. The same is true with the many apps and websites that specialize in weather, including Dark Sky, Yahoo Weather, and Perfect Weather. Among these, Weather Underground stands out, in part because it was the first online weather service, and in part because it demonstrates that a self-described &ldquo;<a href=\"http://www.wunderground.com/about/background.asp\">community backed by science</a>&rdquo; can provide significantly more accurate data. The more precise and data-rich this system of apps, satellites, meteorologists, and enthusiasts gets, the more it feels like a modern wonder.<strong></strong></p>\n\n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_parallax_5\" class=\"parallax ad \" data-ad-type=\"parallax|5\" data-ad-mode=\"desktop\"></div>\r\n\n  \n\n</div>\n\n<div class=\"ad section\">\n\n\n  \n  \n    \r\n<div id=\"slug_bigbox_5\" class=\"ad \" data-ad-type=\"bigbox|5\" data-ad-mode=\"all\"></div>\r\n\n  \n\n</div>\n\n<div class=\"text parbase text-94 section\">\n\n<p>Weather Underground was founded in 1995&mdash;still the dawn of the Internet&mdash;by a group of academics at the University of Michigan. &ldquo;The sole purpose was: Let&rsquo;s collect a bunch of weather data and get it out to people through a website,&rdquo; says Jim Menard, senior vice president and general manager of Weather Underground. It&rsquo;s somewhat ironic: Weather Underground harkens back to <a href=\"http://www.slate.com/articles/news_and_politics/history_lesson/2003/06/notes_from_the_underground.html\">the anti-establishment movement of the 1960s</a>, a radical group aimed at blowing things up and subverting the government. In a sign of how times are changing, this Weather Underground is working on improving the information provided by the government and is very much part of the establishment. In 2012, it was <a href=\"http://www.wunderground.com/about/pr/news.asp?date=20120702\">acquired</a> by the Weather Company, which also owns the Weather Channel.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline left\" style=\"width: 300px;  \"> <img title=\"141215_7WONDERS_ASOS\" alt=\"ASOS\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141215_7WONDERS_ASOS.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>An Automated Surface Observing System installation.</span></figcaption>  <p class=\"credit\">Photo courtesy NWS Collection/NOAA</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-95 section\">\n\n<p>A great deal of weather information was&mdash;and is&mdash;already available to the public. The whole point of the NWS was to gather data from its observation network and plug it into models that could provide forecasts and then alert the public in case of danger. NWS relies on some 2,000 Automated Surface Observing System units, located mainly<strong> </strong>at <a href=\"http://www.wunderground.com/about/faq/US_cities.asp\">airports</a> throughout the country, as well as another 26,000 stations scattered around the world that part of the Meteorological Assimilation Data Ingest System.</p>\n\n\n</div>\n\n<div class=\"text parbase text-96 section\">\n\n<p>That may sound like a lot. But it doesn&rsquo;t result in anything like blanket coverage. And Weather Underground realized it could improve this system by turning weather into a crowdsourced big-data affair. Boosting the number of physical observations would provide more detailed local weather (like zooming in on Google Earth), and that data would in turn lead to the construction of more effective forecasting models.</p>\n\n\n</div>\n\n<div class=\"text parbase text-97 section\">\n\n<p>In essence, Weather Underground borrowed a page from the hyperlocal all-news cable channels that only cover a particular city&mdash;as NY1&rsquo;s tagline put it, &ldquo;As local as local news gets.&rdquo; So it starts with the data that NWS collects and disseminates. Then it enlists the public by encouraging hobbyists to link their personal weather stations to its system. &ldquo;Instead of relying on the observation point that is at the airport, we let people put a weather station in their backyard and make it easy for them to submit that data to us,&rdquo; Menard says.</p>\n\n\n</div>\n\n<div class=\"text parbase text-98 section\">\n\n<p>Personal weather stations are electronic devices that measure items like temperature, relative humidity, wind speed, and rainfall. As with so many digital and wireless technology products, they&rsquo;ve gotten much cheaper in recent years. &ldquo;Ten years ago, if you could get one for $1,000, you&rsquo;d be doing well, and they could go upward of $10,000,&rdquo; Menard says. In recent years, they&rsquo;ve become cheaper and can be more easily wired to the Internet. &ldquo;There are a number of vendors that, for $150 to $200, provide a weather station that is pretty good,&rdquo; Menard says. Weather Underground&rsquo;s site recommends high-end ones like the <a href=\"http://rainwise.com/wunderground/\">RainWise PWS</a>, for about $1,000, as well as the $179 <a href=\"http://www.amazon.com/dp/B0095HVAKS/?tag=slatmaga-20\">Netatmo</a>.<strong></strong></p>\n\n\n</div>\n\n<div class=\"text-99 text parbase section\">\n\n<p>Weather Underground&rsquo;s <a href=\"http://www.wunderground.com/weatherstation/ListStations.asp?selectedCountry=United+States\">personal weather station network</a>, launched in 2001, grew slowly, but has recently caught fire. This year alone, its network has grown from 30,000 systems to about 55,000. Every 10 minutes or so, each PWS reports its latest data. (More sophisticated ones upload every few seconds.) The thousands of systems&mdash;unobtrusively attached to homes, offices, stores, and poles&mdash;form a highly active network of silent and invisible correspondents. In a 3-mile radius of my home in Connecticut, there are nine stations. And in areas where the climate can change dramatically in a short distance, this type of density makes a big difference in painting an accurate picture&mdash;I count at least 50 in San Francisco proper.</p>\n\n\n</div>\n\n<div class=\"text-100 text parbase section\">\n\n<p>Users can access the system to find out hyperlocal weather information. But Weather Underground uses this data to feed its proprietary modeling systems. &ldquo;What you&rsquo;re getting is a forecast for that exact latitude and longitude,&rdquo; says Menard. As this description <a href=\"http://www.wunderground.com/about/data.asp\">shows</a>, compared with those of the NWS, Weather Underground&rsquo;s forecasts update more frequently, include more parameters, and extend further into the future.</p>\n\n\n</div>\n\n<div class=\"text-101 text parbase section\">\n\n<p>Weather Underground&rsquo;s crowdsourcing goes beyond the network of passive weather broadcasters. As <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-2\">Waze does with motorists</a>, Weather Underground&rsquo;s mobile apps allow people to report conditions&mdash;what you see, estimated cloud cover, hazards like slippery or unplowed roads. The reports last for 15 minutes, and other users are invited to affirm or reject condition reports. In November, Menard tells me, more than 1 million people submitted such updates.</p>\n\n\n</div>\n\n<div class=\"text-102 text parbase section\">\n\n<p>Like all Weather Underground updates, this data is funneled into its proprietary models and forecast engines.&nbsp; To a degree, Weather Underground is the hipper, nerdier, younger sibling of the more basic, hype-prone Weather Channel. &ldquo;The users of Weather Underground are people that are extremely interested, they want to go deeper,&rdquo; says Menard. Like many of today&rsquo;s hottest technology companies, it is focused on building a community&mdash;Weather Underground is a place where obsessives link up with other obsessives, where they gain prestige by sharing information, and where users swap photos as well as data. &ldquo;We have a large community that is interested in the science of weather, in particular global warming and following from a scientific point of view why a certain storm was so bad,&rdquo; Menard says.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141215_7WONDERS_LA\" alt=\"Los Angeles extreme weather\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141215_7WONDERS_LA.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>The sun sets behind oak trees after a storm in Los Angeles on Dec. 12, 2014. The storm pounded Southern California with heavy rain and high winds, triggering flash floods and mudslides that prompted the evacuation of hundreds of homes, damaged dozens of others, and disrupted passenger rail service along the coast.</span></figcaption>  <p class=\"credit\">Photo by Lucy Nicholson/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-103 section\">\n\n<p>As with many new technologies, using Weather Underground feels cool and awesome, but also slightly Orwellian. It works best only if you&rsquo;re willing to share lots of information gathered at your own expense and if you&rsquo;re willing to let a faceless entity know precisely where you are at all times.</p>\n\n\n</div>\n\n<div class=\"text parbase text-104 section\">\n\n<p>The marriage of greater data, more sophisticated number-crunching, and personal observation has certainly made the weather map more rich and detailed. But does it make long-term forecasting more accurate? Anyone who&rsquo;s ever looked at a five-day forecast&mdash;and freaked out at the prospect of a rained-out vacation only to find sunny skies upon arrival, or vice versa&mdash;knows that there is a great deal of false precision to these forecasts. And this is one of the areas in which technology doesn&rsquo;t overcome nature. Menard argues that things have gotten better. The &ldquo;skill scores&rdquo;&mdash;a measure of forecast accuracy&mdash;on a five-day forecast 10 years ago are about what professionals can get on a six-day forecast today. &ldquo;Your seven-day forecast is pretty accurate, and you could not have said that 10 years ago.&rdquo; But beyond that, the weather is changeable, and truly long-term forecasts are essentially worthless. &ldquo;There&rsquo;s a natural amount of chaos in the atmosphere,&rdquo; Menard says.</p>\n\n\n</div>\n\n<div class=\"text parbase text-105 section\">\n\n<p>Even so, it&rsquo;s quite remarkable how much we can learn about atmospheric conditions through an app&mdash;which is constantly sucking up data from tens of thousands of observation points and presenting them in a free, easy-to-use interface&mdash;all without turning on the television or radio. In the 21<sup>st</sup> century, you don&rsquo;t need a weatherman to know which way the wind blows.&nbsp;</p>\n\n\n</div>\n\n<div class=\"text text-106 parbase section\">\n\n<p><strong><em>Check back every week for a new modern wonder.<a name=\"part_six\"></a></em></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-107 section\">\n\n<p><em>The&nbsp;seven wonders&nbsp;of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which continued last week with <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-6\">collaborative weather forecasting</a>, explores the wonders of our modern world. Here is the sixth wonder:</em></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141222_7WONDERS_MPESA\" alt=\"141222_7WONDERS_MPESA\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_MPESA.gif.CROP.original-original.gif\" > <p class=\"credit\">Photo illustration by <strong><em>Slate</em></strong>. Photo by Noor Khamis/Reuters.</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"7\" id=\"section-7\">\n  <span class=\"section-header-number\">7</span>\n  <span class=\"title\">The Mobile Wallet</span>\n</header>\n</div>\n\n<div class=\"text parbase text-108 section\">\n\n<p>Cash is king, the saying goes. But it&rsquo;s actually something of a curse in many parts of the world. A horribly inefficient and often dangerous means of storing value and exchange, coins and bills can easily be stolen, or lost, or destroyed in a fire. &ldquo;Cash is the most formidable enemy of the poor,&rdquo; Tonny K. Omwansa and Nicholas P. Sullivan write in their 2012 e-book <a href=\"http://www.amazon.com/dp/B007FPP7NI/?tag=slatmaga-20\"><em>Money, Real Quick</em></a>, which chronicles the heartening rise of M-Pesa, a new system that&rsquo;s bringing secure payments and money storage to millions of new consumers.</p>\n\n\n</div>\n\n<div class=\"text parbase text-109 section\">\n\n<p>For the world&rsquo;s wealthy, cash has long been free from its metal and paper incarnations. The global network of banks and payment processors is wired to zap cash electronically around the world. But Visa, MasterCard, and global banks like HSBC and JPMorgan Chase are expensive wired systems that are actually quite sluggish. While you can conduct your transactions wirelessly, money still moves through a complex network of brick-and-mortar banks and hard-wired terminals. And that can&rsquo;t possibly accommodate the needs of most of humanity.</p>\n\n\n</div>\n\n<div class=\"text-110 text parbase section\">\n\n<p>In the U.S., innovative services like <a href=\"https://www.google.com/wallet/\">Google Wallet</a>, <a href=\"https://squareup.com/\">Square</a>, and retailers&rsquo; payment apps&mdash;all of which basically sync prepaid cards or debit cards to mobile devices&mdash;haven&rsquo;t made much headway. <strong>&ldquo;</strong>After years of effort, just $3.1 billion in purchases came from mobile wallets last year, according to Javelin Strategy,&rdquo; as <em>Fortune</em> <a href=\"http://fortune.com/2014/09/04/apple-wallet-to-take-aim-at-growing-mobile-payments-market/\">noted</a> earlier this year. Research firm eMarketer <a href=\"http://www.emarketer.com/Article/Consumers-Bullish-on-Mobile-Payments-Future/1011265\">reported</a> that &ldquo;proximity payment transaction values&rdquo;&mdash;commerce done by reading<strong> </strong>a smartphone, for example&mdash;totaled an estimated $1.6 billion in 2013. <a href=\"https://venmo.com/\">Venmo</a>, an app that allows people to send cash to one another instantly, is gaining some traction.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141222_7WONDERS_SquareGoogleVenmo\" alt=\"141222_7WONDERS_SquareGoogleVenmo\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_SquareGoogleVenmo.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Square, Google Wallet, Venmo.</span></figcaption>  <p class=\"credit\">Photos by Shardayyy/Flickr Creative Commons, Google, and Venmo</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text-111 text parbase section\">\n\n<p>But it&rsquo;s small change. Along with broadband speed, mobile payments are another technology area in which the U.S. lags badly behind global standards. Only this time, we don&rsquo;t trail the advanced economies of Scandinavia. Rather, the standard for simplicity and efficacy is being set in an impoverished country: Kenya. The mobile phone company Safaricom introduced M-Pesa in the fertile and remote Great Rift Valley seven years ago. The all-wireless system, which allows people to send and receive cash with the same reliability, ease, and low cost as they can send SMS texts, has grown quickly from startup to national standard. Vodafone, the telecommunications giant that owns 40 percent of Safaricom, estimates that M-Pesa has some 18 million customers, most of them in Kenya. In a typical year, transactions worth about 20 percent of Kenya&rsquo;s GDP are processed by the system. In the U.S., that would be equal to more than $3 trillion. In recent years, a great deal of financial innovation&mdash;structured mortgages, tax-avoidance strategies&mdash;have generally benefited the already comfortable. M-Pesa and its growing number of peers in the developing world stand out, however, for their ability to provide a remarkably valuable service to consumers whose needs have long been ignored. They don&rsquo;t simply liberate money from its physical manifestation; they&rsquo;ve shown the potential to liberate people from some of the shackles of poverty. And that&rsquo;s what makes these mobile payment systems a wonder of the modern world.<strong></strong></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141222_7WONDERS_MPesa\" alt=\"141222_7WONDERS_MPesa\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_MPesa.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Customers queue for mobile money transfers, known as M-Pesa, inside a Safaricom office in Nairobi, Kenya, on July 15, 2013.</span></figcaption>  <p class=\"credit\">Photo by Thomas Mukoya/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text text-112 parbase section\">\n\n<p>M-Pesa and its imitators have thrived in part by freeing exchange from the expensive, inaccessible physical networks and infrastructure that have heretofore confined money. (Other services include Telenor&rsquo;s Easypaisa in Pakistan, Smart Money in the Philippines, and True Move in Thailand.) &ldquo;There&rsquo;s been no innovation in paper notes and cash for 2,600 years,&rdquo; says Tim Harrabin, senior adviser to Analysys Mason and an expert on mobile payments. &ldquo;The mobile payment system is about replacing notes and coins and enabling people to move money.&rdquo; Instead of replicating the developed world&rsquo;s financial system, M-Pesa leapfrogs it. And it does so by marrying Kenya&rsquo;s abundant human capital to systems that have proven to thrive in the harsh environment of sub-Saharan networks.</p>\n\n\n</div>\n\n<div class=\"text-113 text parbase section\">\n\n<p>Banks, which have been around for many centuries, represent one of the most obvious examples of the failure of trickle-down economics. They were founded to serve the rich. And today, about 2.5 billion adults&mdash;half of those on the planet&mdash;are <a href=\"http://econ.worldbank.org/WBSITE/EXTERNAL/EXTDEC/EXTGLOBALFINREPORT/0,,contentMDK:23489619~pagePK:64168182~piPK:64168060~theSitePK:8816097,00.html\">estimated to be unbanked</a>. In Kenya in 2006, fewer than 20 percent of the people had bank accounts. &ldquo;In 115 years, banks provided their customers with 43 licensed commercial banks, 1,045 bank branches, and 1,500 ATMs,&rdquo; write Omwansa and Sullivan. This, in a country with a population of 40 million. Only about 100,000 people had credit or debit cards. &ldquo;If you look at the emerging market, there&rsquo;s a huge lack of infrastructure. There are no banks, there are no bank branches. There are no real financial services in the rural areas,&rdquo; Michael Joseph, the South Africa&ndash;born former CEO of Safaricom who helped create M-Pesa, tells me. &ldquo;But the needs for the things that banks provide&mdash;safe place to store money, someone to process transactions&mdash;were certainly there.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-114 section\">\n\n<p>In contrast to banking, mobile telephony has diffused rapidly from a plaything of the elites to a mainstay of the masses. According to the <a href=\"http://mobiforge.com/research-analysis/global-mobile-statistics-2014-part-a-mobile-subscribers-handset-market-share-mobile-operators#subscribers\">International Telecommunication Union</a>, this year there were to be nearly 7 billion wireless phones in the world, &ldquo;corresponding to a penetration rate of 96 percent.&rdquo; In Africa, some 60 percent of people have mobile phones.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141222_7WONDERS_GhanaCell\" alt=\"141222_7WONDERS_GhanaCell\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_GhanaCell.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A man works in his cellphone repair shop near a busy street market on Nov. 18, 2007, in Ghana.</span></figcaption>  <p class=\"credit\">Photo by Shaul Schwarz/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text text-115 parbase section\">\n\n<p>This gaping chasm between the number of people with phones and those with bank accounts provided an opening, but not for a bank. Safaricom dominated Kenya&rsquo;s mobile market. As part of an effort to keep subscribers from switching, it decided to offer a new service that would allow people to send and receive money through their phones.</p>\n\n\n</div>\n\n<div class=\"text parbase text-116 section\">\n\n<p>Safaricom modeled M-Pesa in part on the ancient system of <a href=\"http://www.investopedia.com/terms/h/hawala.asp\">Hawalah</a>, in which trusted intermediaries function as money transfer agents. &ldquo;It replicates exactly what Hawalah does, but it&rsquo;s more formalized,&rdquo; says Joseph, who is now director of mobile money at Vodafone.</p>\n\n\n</div>\n\n<div class=\"text parbase text-117 section\">\n\n<p>Here&rsquo;s how it works. A mobile phone subscriber registers with a local agent&mdash;often the same person who sells airtime or SIM cards&mdash;by showing her national identification card. She gives money to the agent, who transforms the cash into electronic money via a series of SMS texts. The agent puts the cash in her account, which is in turn held in a centralized bank account. Once the cash is loaded, the customer can use her phone like a debit card (paying people via SMS), or like a card reader (receiving payments via SMS), or like an ATM card (turning electronic money into cash at outposts run by agents)&mdash;but without the high fees typically inherent in those transactions. (There&rsquo;s no charge for uploading money, but there is one of about 1 percent for getting cash.)</p>\n\n\n</div>\n\n<div class=\"text parbase text-118 section\">\n\n<p>In a country where a bank branch could be a day&rsquo;s walk away, where sending a remittance might mean giving cash to a bus driver and hoping he delivers it, M-Pesa was something like a godsend. When the mobile payment system launched in March 2007, Joseph says the company expected to enroll a few hundred thousand people in its first year. After 12 months, 2 million people had signed up. The company expanded the service to Tanzania, Mozambique, and India, and it continued to attract users in Kenya. Now M-Pesa says it has about 17 million customers who move about $1.5 billion through the system each month&mdash;a remarkable level of penetration.</p>\n\n\n</div>\n\n<div class=\"text parbase text-119 section\">\n\n<p>What makes it work? M-Pesa&rsquo;s genius is in the simplicity of the design the business model, and the ability to avoid the heavy and expensive infrastructure associated with other payments systems. Customers have two PINs&mdash;one for their phones, one for M-Pesa. Each transaction is conducted via an encrypted SMS that runs through M-Pesa&rsquo;s mobile money platform. Users receive confirmations by text and can get their balance and transaction histories.</p>\n\n\n</div>\n\n<div class=\"text-120 text parbase section\">\n\n<p>A true mobile payment system like M-Pesa offers several advantages over debit card systems. Mobile phone operators in emerging markets already have a network of low-cost distribution points where people can gain access to cash&mdash;the agents who sell airtime and SIM cards. M-Pesa has recruited 160,000 agents in Kenya. So even in rural areas, people are never too far from access to the service. The screen of a phone is much more information-rich than, say, a debit card. Unlike debit cards, M-Pesa lets people send money directly to other people. And it can be used by people who don&rsquo;t need equipment or infrastructure other than their mobile phones.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141222_7WONDERS_Tanzania\" alt=\"M-Pesa in Iringa, Tanzania.\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_Tanzania.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>M-Pesa in Iringa, Tanzania.</span></figcaption>  <p class=\"credit\">Photo by <a href=\"https://www.flickr.com/photos/129936023@N02/15364703174\" target=\"_blank\">Brian Harries</a>/Flickr Creative Commons</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-121 section\">\n\n<p>M-Pesa is much faster, too. Unlike credit and debit card systems, which may take a few days to settle transactions, M-Pesa moves money instantaneously. Visa and other electronic payments systems we use are <a href=\"http://www.cardfellow.com/blog/how-credit-card-processing-works/\">much more complicated</a>: They must be processed by hard-wired terminals and involve cardholders, merchants, issuing banks, and processors, not to mention the transaction fees that can often amount to 2 or 3 percent of every transaction. M-Pesa is also quite safe. &ldquo;We&rsquo;ve been operating seven years, and have had many millions of transactions,&rdquo; says Joseph. &ldquo;To date, we have not had any hacking or anything like that.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase section text-122\">\n\n<p>M-Pesa originally targeted Nairobi&rsquo;s higher-income men, who would use the system to send money to relatives in villages. But urban shopkeepers and rural farmers have picked up on it. Originally designed as a peer-to-peer network, M-Pesa has evolved into a commercial tool. Coca-Cola&rsquo;s Kenya distributor uses M-Pesa to accept payments from its network of vendors. Well-off people use M-Pesa to pay their domestic staff. As Omwansa and Sullivan note in <em>Money, Real Quick, </em>the Mumias Sugar Company uses M-Pesa to pay many of its cane cutters instantly. (Previously, they&rsquo;d have to line up for hours to get paid and miss work as a result.) The company has also done deals with banks that allow people to set up savings accounts through M-Pesa and save in increments of as little as a few pennies.<strong></strong></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline left\" style=\"width: 350px;  \"> <img title=\"141222_7WONDERS_MPesaApp\" alt=\"M-Pesa\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141222_7WONDERS_MPesaApp.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A man sends money through M-Pesa in Nairobi in 2007.</span></figcaption>  <p class=\"credit\">Photo by Tony Karumba/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-123 section\">\n\n<p>In countries where a great deal of economic activity takes place in the shadows, M-Pesa and its rivals have had the effect of bringing more economic activity on the books. Money simply moves more quickly and efficiently throughout the economy when it travels via SMS. While traditional banking dwarfs this sector, the potential is immense. And that&rsquo;s in large measure because payment innovations are simultaneously benefiting the wealthy, who move cash in big chunks through services like bitcoin or Apple Pay, and the massive numbers of poor people, who move cash in small increments.</p>\n\n\n</div>\n\n<div class=\"text parbase text-124 section\">\n\n<p>Currency systems are circles of trust. So as these mobile payment systems trickle down and rise up, they&rsquo;re likely to gain more momentum, abetted not just by those without access to traditional banks but by the those who are looking for excuses to avoid them following the financial crisis. Just as the exchange of digital information has boosted productivity and growth sharply, so, too, can the exchange of digital money. Imagine if India were able to deliver social-welfare benefits through digital cash and not through agents who might pilfer the aid. Imagine how much more effective tax collection would be in Italy and Greece if traceable mobile payments replaced cash. Imagine how crime might fall around the world if people in dangerous neighborhoods stopped stuffing money under their mattresses. Imagine how migrant workers would increase their effective wages simply by sending money home via text rather than through expensive money transfer services.</p>\n\n\n</div>\n\n<div class=\"text parbase text-125 section\">\n\n<p>Too frequently, digital technology has been a force for the expansion of global income inequality. By enabling cheap phones to send small bits of cash at very cheap rates, mobile payment systems won&rsquo;t take anything away from the haves. But they may give something quite valuable to the have-nots.</p>\n\n\n</div>\n\n<div class=\"text parbase text-126 section\">\n\n<p><strong><em>Check back next week for our final modern wonder.<a name=\"part_seven\"></a></em></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-127 section\">\n\n<p><em>The&nbsp;seven wonders&nbsp;of classical antiquity were architectural marvels, triumphs of human ego and raw power. The great achievements of today, however, are made possible by systems, infrastructure, and technologies that are invisible. This series, which continued last week with </em><a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-7\"><em>low-infrastructure mobile wallets</em></a><em>, explores the wonders of our modern world. Here is the final wonder:</em></p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"141224_7WONDERS_RadioTelescope\" alt=\"Radio telescope dish\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141224_7WONDERS_RadioTelescope.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>The KAT-7 Array radio telescope dish points skyward at the proposed site for the Square Kilometre Array telescope near Carnarvon, South Africa, on May 18, 2012.</span></figcaption>  <p class=\"credit\">Photo by Mike Hutchings/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"sectionheader section\">\n\n<header class=\"section-header general\" data-section-header=\"8\" id=\"section-8\">\n  <span class=\"section-header-number\">8</span>\n  <span class=\"title\">The Orbiting Communications Grid</span>\n</header>\n</div>\n\n<div class=\"text parbase text-128 section\">\n\n<p>You&rsquo;re trekking on the steppes of Outer Mongolia. And you&rsquo;ve forgotten the birthday of your partner, who happens to be hiking in Patagonia. And you need to check in with a colleague who&rsquo;s on a cruise in Alaska. Then you remember that you need to order some flowers for your mother, who lives in Florida and whose birthday is next week. It&rsquo;s simple, really. Whip out a phone, move a few feet away from your yurt so you have a clear shot at the skies, and dial. If you&rsquo;re a customer of the satellite phone company Iridium, you can connect with anybody, anywhere on the planet, in just a few seconds.</p>\n\n\n</div>\n\n<div class=\"text parbase text-129 section\">\n\n<p>Fine, so that&rsquo;s a pretty unlikely scenario. But as a feat of technological derring-do, it requires a system that we&rsquo;ve all come to rely on to different degrees&mdash;to receive HBO signals, to view footage on the news, to listen to the radio. These signals can travel from one point on the globe to another in part by soaring up into the heavens to satellites that collect, amplify, and redirect the data to receivers embedded in myriad devices back on Earth.</p>\n\n\n</div>\n\n<div class=\"text text-130 parbase section\">\n\n<p><a href=\"https://www.iridium.com/default.aspx\">Iridium</a>, which notes it &ldquo;is the only satellite communications company that offers truly global voice and data communications coverage,&rdquo; employs a network of 66 satellites that spin around the Earth a few hundred miles up. The company had an inauspicious start&mdash;it went bankrupt in 1999 soon after going public&mdash;and it&rsquo;s still relatively small. Revenues last quarter were about $100 million, and it has about 705,000 subscribers. Like others in the high-end communications business, it has a symbiotic relationship with the defense establishment. But no company better represents the potential and awesome power of the subject I&rsquo;ve chosen for the final installment of this series on our invisible modern wonders: communications satellites.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141224_7WONDERS_ObjectsInOrbit\" alt=\"141224_7WONDERS_ObjectsInOrbit\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141224_7WONDERS_ObjectsInOrbit.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>The number of objects in Earth orbit has increased steadily, by 200 per year on average. The objects here are an artist’s impression based on actual density data but are shown at an exaggerated size to make them visible at this scale.</span></figcaption>  <p class=\"credit\">Image courtesy European Space Agency via NASA</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text-131 text parbase section\">\n\n<p>Why would a series on life in the current century end with a technology that helped define the second half of the previous one? When I started this series, my aim was to redirect the sense of awe that once accompanied gazing up at the Great Pyramid or the Brooklyn Bridge toward the hidden systems that make our world work. I set out to find networks that are as remarkable for their ingenuity as for their reliability&mdash;things that simply work, day after day, despite physical challenges and occasional glitches. Thus far, I&rsquo;ve looked at systems that convey massive physical objects (<a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-1\">like airplanes</a>) and life-giving natural elements (<a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-5\">like water</a>) and vital information (like <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-3\">Internet traffic</a> and <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-6\">weather</a> and road data).</p>\n\n\n</div>\n\n<div class=\"text parbase text-132 section\">\n\n<p>The common thread running through them is a kind of elegant, effortless mobility. And it struck me that no system offers the ability to deliver its chosen product or service from any point on Earth to<em> </em>any point on Earth as incredibly as satellites do. For all of our wireless capabilities, to a very large degree we still rely on wires to communicate, as I noted <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html#section-3\">earlier in this series</a>. Only satellites can truly move signals (and the products and services they contain) from anywhere to anywhere&mdash;to emerging markets, to the deserts and mountains, to <a href=\"http://www.iridium.com/products/Iridium-OpenPort-Broadband-Service.aspx?productCategoryID=31\">ships at sea</a>, or to cars stuck in traffic on I-95&mdash;with a great deal of precision. If this orbiting latticework, which potentially connects every corner of the globe, can&rsquo;t be called a modern wonder, what could be?</p>\n\n\n</div>\n\n<div class=\"text parbase text-133 section\">\n\n<p>Pretty much every item launched into space in the first half of the 20<sup>th</sup> century fell back to Earth after it ran out of fuel or momentum. None managed to travel far enough to gain the magic balance between momentum and gravity that would keep it in orbit. Then, on Oct. 4, 1957, the Soviet Union launched Sputnik and helped ignite the space race. A few months later, the U.S. <a href=\"http://www.space.com/17825-explorer-1.html\">managed to launch its first satellite</a>, the 30-pound Explorer 1 (thanks in part to the expertise of German rocket scientist Wernher von Braun).</p>\n\n\n</div>\n\n<div class=\"text parbase text-134 section\">\n\n<p>The original U.S. satellites were designed primarily to gather information and to transmit it back to Earth. Explorer 1 detected cosmic rays, for example, before stopping its transmissions in 1958. It would fall back to Earth in 1970.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141224_7WONDERS_Telstar\" alt=\"Telstar\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141224_7WONDERS_Telstar.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Technicians work on Telstar, the first TV satellite, before its launch by Thor Delta rocket on July 10, 1962.</span></figcaption>  <p class=\"credit\">Photo by Keystone-France via Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase section text-135\">\n\n<p>That was an impressive achievement. But satellites would truly become indispensable only when they developed the ability to receive data from Earth and then to beam it back with great efficiency&mdash;to become, as the Satellite Industry Association calls them, &ldquo;cell towers in the sky.&rdquo; That came in 1962, with the launch of Telstar 1, which the Canadian-based satellite company Telesat <a href=\"http://www.telesat.com/about-us/why-satellite/brief-history\">describes</a> as &ldquo;the world&rsquo;s first active communications satellite.&rdquo; Ranging around in low orbit&mdash;between 300 and 500 miles above the Earth for seven months, &ldquo;its technology of receiving radio signals from the ground, and then amplifying and retransmitting them over a large portion of the earth&rsquo;s surface, set the standard for all communications satellites that followed.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-136 section\">\n\n<p>In many ways, Telstar 1 and its successors provided the template for our mobile and digital world&mdash;vastly expanding the range of communications and what could be communicated and delivered, from where, and to where. Over the coming decades, more satellites went up, generally backed by consortia of government agencies and telecommunications companies. And they grew more sophisticated. Satellites launched into geosynchronous orbit&mdash;more than 22,000 miles above the Earth&mdash;could cover a great deal of territory as they tracked the planet&rsquo;s rotation. A system of three satellites in geosynchronous orbit can cover the world, whereas several dozen satellites in low Earth orbit would be required to do the same.</p>\n\n\n</div>\n\n<div class=\"text parbase text-137 section\">\n\n<p>The first users were telephone companies, who used satellite as an alternative to long-distance wires. Then, in the 1970s, HBO used a satellite to beam movies directly to subscribers&rsquo; homes. News and sports companies used satellites to provide live coverage. &ldquo;By the 1990s, satellite communications would be the primary means of distributing TV programs around the world,&rdquo; as Telesat notes.</p>\n\n\n</div>\n\n<div class=\"text parbase text-138 section\">\n\n<p>Of course, these efforts consisted mostly of delivering signals from a stationary point (a television truck, an HBO transmission center) through satellites to other stationary points back on Earth. The big commercial leap for satellites has come in the last 15 years, now that those recipients are increasingly mobile. Iridium helped lead the way with mobile phones. After it went bankrupt&mdash;as many pioneering telecommunication firms have done, dating back to the telegraph&mdash;Iridium was taken for pennies on the dollar and continued to operate. (The technological model, it turned out, worked better than the initial financial model.) Iridium developed a smart network&mdash;satellites that could receive signals from mobile phones anywhere on Earth, share data with one another, and then reach out to another moving target anywhere on Earth. As <a href=\"http://www.airspacemag.com/space/the-rise-and-fall-and-rise-of-iridium-5615034/#pLQj8YzpMvsGbghY.99\"><em>Air and Space </em>magazine</a> notes, &ldquo;That capability makes the system the only one in the world that can connect absolutely anywhere to absolutely anywhere else.&rdquo;</p>\n\n\n</div>\n\n<div class=\"text parbase text-139 section\">\n\n<p>Now Iridium is part of what has become a very large industry of satellite manufacturers, launchers, and operators. The sector had revenues of $189.5 billion in 2012, according to a 2013 report published by the <a href=\"http://www.sia.org/\">Satellite Industry of America</a>. More than 1,000 satellites are in the sky, owned and operated by major networks like Intelsat, Entelsat, and XTAR. About half are in low Earth orbit, and about 40 percent are in geosynchronous orbit, with a much smaller number of satellites in elliptical orbit or medium Earth orbit.<strong></strong></p>\n\n\n</div>\n\n<div class=\"text parbase text-140 section\">\n\n<p>It&rsquo;s hard to <a href=\"http://www.urbandictionary.com/define.php?term=grok\">grok</a> how much the satellite industry influences your life until you take an inventory of the industries and services it enables. This hit me recently as I walked along the rooftops of Jerusalem&rsquo;s Old City and noticed that virtually every roof&mdash;in virtually every quarter&mdash;had a satellite dish for telephone, Internet, or television service. Yes, television signals make it possible for people in Israel to watch live feeds of sporting events and awards ceremonies. But they also let restaurants in Buenos Aires accept payments on debit cards belonging to tourists from Madrid, and allow international relief agencies to coordinate the response to Ebola, or let Sirius radio subscribers play <a href=\"http://www.siriusxm.com/estreetradio\">E Street Radio</a> as they tool around rural Vermont.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\" none\">\n        <figure class=\"image inline \" style=\"width: 850px;  display: block;margin: 0 auto;float: none;\"> <img title=\"141224_7WONDERS_Cairo\" alt=\"Cairo Satellites\" src=\"/content/dam/slate/articles/technology/seven_wonders/2014/12/141224_7WONDERS_Cairo.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Satellite dishes dot the rooftops of buildings in Cairo on Jan. 9, 2014.</span></figcaption>  <p class=\"credit\">Photo by Khaled Desouki/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"text parbase text-141 section\">\n\n<p>Impressively, satellites manage the difficult trick of being both in the wholesale and retail businesses, something that sets them apart from other technologies. Acting as a wholesaler, satellites connect networks to one another, enabling the massive, commoditized exchange of data among networks, among companies, and among collaborators. Yet at the same time, satellites can solve the vexing problem of the last line&mdash;how to get a product, service, or information from the main trunk line to the millions of points, many of them isolated and distant, for cheap.</p>\n\n\n</div>\n\n<div class=\"text text-142 parbase section\">\n\n<p>Yes, the Internet and wireless communications have been a huge boon to businesses and individuals alike. But I&rsquo;d argue that the pervasive system of satellites, silently speeding through dark, empty space, is what truly epitomizes our anytime, anywhere, 24/7, all-you-can-eat data mentality. And, perhaps more so than any other network, these satellites are invisible to the human eye&mdash;the overwhelming majority of us will pass our days on Earth without ever spotting one. They are omnipresent, yet completely unobtrusive.<strong> </strong>If you want to thank someone up above for the great bounty we enjoy as voracious consumers and transmitters of data, video, images, news, music, and money, the heavens are exactly where to look.</p>\n\n\n</div>\n</div>\n\n    \n    \n    <script>\n        requirejs([\"jquery\"], function($) {\n            function getDropCappedString(firstParagraphObj) {\n                var textString = firstParagraphObj.html().trim();\n                if (textString.length > 0) {\n                    var firstLetter = textString[0].match(/[A-Za-z0-9]/);\n                    if (firstLetter != null) {\n                        return '<span class=\"drop-capped\">' +\n                            firstLetter + '</span>' + textString.substr(1);\n                    }\n                }\n                return null;\n            };\n\n\n            $(function() {\n                var $p = $(\".main div.body div.text:first p:first\");\n                if ($p.length != 0 && $p.find(\"span.drop-capped\").length==0 ) {\n                   var newString = getDropCappedString($p);\n                   if (newString != null && 1 < 2) {\n                       $p.html(newString);\n                   }\n                }\n                if($(\".main div.body div.sectionheader\").length!=0) {\n                    //apply to first par of each section of fresca\n                    $(\".main div.body div.sectionheader\").each(\n                            function(index) {\n                                if($(this).nextAll(\"div.text\").first().find(\"p:first span.drop-capped\").length==0)  {\n                                    var $p = $(this).nextAll(\"div.text\").first().find(\"p:first\"),\n                                     newString = getDropCappedString($p);\n                                    if (newString != null) {\n                                        $p.html(newString);\n                                    }\n                                }\n                            }\n                    )\n                }\n\n            });\n        });\n    </script>\n    \n</section>\n\n<footer>\n    \n\n    \n\n\n  \n  <section class=\"about-the-author multi\">\n    \n    <div class=\"author-bio\">\n      <p>\n        <p>Daniel Gross is a longtime <i><b>Slate</b></i> contributor. His most recent book is <i><a href=\"http://www.amazon.com/dp/B004T4KXQ4/?tag=slatmaga-20\">Better, Stronger, Faster</a></i>. Follow him on <a href=\"http://www.twitter.com/grossdm\" target=\"_blank\">Twitter</a>.<br>\n</p>\n\n\t  </p>\n\t</div>\n\t\n  </section>\n  \n\n\n    \n\n    \n        <div class=\"fullwidth-wrapper\">\n    \n    <div class=\"pagination\">\n        \n        \n\n\n    \n\n\n    <div class=\"social social-with-popup sharing-buttons\">\n      <div class=\"plus-popup\">\n        <a href=\"http://www.slatereprints.com/reprint-products-quote-request/?cf2_field_17=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html&cf2_field_18=www.slate.com&cf2_field_19=The+Seven+Wonders+of+the+Modern+World&cf2_field_20=09%2F20%2F2013\" class=\"reprint\">REPRINT</a>\n        <a href=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.single.html?print\" target=\"_blank\" class=\"print\">PRINT</a>\n        <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AThe%20Seven%20Wonders%20of%20the%20Modern%20World%0Ahttp://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_em_bot\" class=\"email\">EMAIL</a>\n        <div class=\"arrow-border\"></div>\n        <div class=\"arrow\"></div>        \n      </div>\n      <a href=\"#\" class=\"plus\">\n        <span class=\"icon\"></span>\n      </a>\n      <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=&nbsp;+The+seven+wonders+of+classical+antiquity+were+architectural+marvels,+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today,+however,+are+made+possible+by+systems,+infrastructure,+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_fb_bot\" class=\"facebook\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=If+you+named+seven+wonders+of+the+modern+world%2C+what+would+be+your+Great+Pyramid%3F+Our+picks%3A&count=none&via=slate&url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_dt_tw_bot\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\"><span class=\"count\"></span></a>\n    </div>\n      \n        <a href=\"#comments\" class=\"comments\">\n          <span class=\"icon\"></span>         \n          <span class=\"count\"></span>                \n        </a>              \n      \n    </div>\n    \n\n    </div><!-- /.pagination -->\n\n    \n\n\n\n\n\n\n  \n  \n  \n\n<div class=\"social horiz-counts-mobile centered sharing-buttons\">\n  \n    <div class=\"comments\">\n      <a class=\"mobile-comments\" href=\"#comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    </div>\n  \n  <div class=\"facebook\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?m2w&s=100&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=&nbsp;+The+seven+wonders+of+classical+antiquity+were+architectural+marvels,+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today,+however,+are+made+possible+by+systems,+infrastructure,+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_fb_bot\" class=\"share facebook\" target=\"_blank\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n  </div>\n  <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=If+you+named+seven+wonders+of+the+modern+world%2C+what+would+be+your+Great+Pyramid%3F+Our+picks%3A&count=none&via=slate&url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_tw_bot\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\"><span class=\"count\"></span></a>\n  </div>\n  \n  \n  <div class=\"whatsapp\">\n    <a href=\"whatsapp://send?text=If%20you%20named%20seven%20wonders%20of%20the%20modern%20world%2C%20what%20would%20be%20your%20Great%20Pyramid%3F%20Our%20picks%3A%20http%3A%2F%2Fwww.slate.com%2Farticles%2Ftechnology%2Fthe_back_end%2F2014%2F10%2Fthe_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html%3Fwpsrc%3Dsh_all_mob_wa_bot\" class=\"whatsapp\">\n       <span class=\"icon\"></span>\n    </a>\n  </div>\n  \n  <div class=\"email\">\n    <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AThe%20Seven%20Wonders%20of%20the%20Modern%20World%0Ahttp://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html?wpsrc=sh_all_mob_em_bot\" class=\"email\">\n      <span class=\"icon\"></span>\n      <span class=\"count\">&nbsp;</span>\n    </a>\n  </div>\n</div>\n\n\n    <div class=\"row up-next\" id=\"up-next-box\"></div>\n    \n    \n    <div class=\"footer-tiles\">\n        <div class=\"row\">\n            \n\r\n  <div id=\"outbrain_placeholder\"></div>\r\n  <div class=\"sl-outbrain-divider\"></div>\r\n\r\n  <script type=\"text/javascript\">\r\n  requirejs([\"jquery\",\"myslate\"], function($,myslate) {\r\n    var isCommentUser = $.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('commenter') > -1;\r\n    if(!myslate.isSlatePlusUser) {\r\n      var createOutbrainDivs = function(widgetId) {\r\n        var divHtml = '<div class=\"OUTBRAIN\" data-src=\"http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html\" data-widget-id=\"' + widgetId + '\" data-ob-template=\"SlateMag\" ></div>';\r\n        $(\"#outbrain_placeholder\").append(divHtml);\r\n      }\r\n      if (mobileMode()) {\r\n        createOutbrainDivs(\"MB_1\");\r\n      } else {\r\n        createOutbrainDivs(\"AR_3\");\r\n        createOutbrainDivs(\"AR_17\");\r\n      }\r\n      $('<script>', {src: '//widgets.outbrain.com/outbrain.js'}).appendTo('body');\r\n    }\r\n  });\r\n  </script>\r\n\n        </div>\n    </div> <!-- /.footer-tiles -->\n    \n    \n        </div> <!-- #fullwidth-wrapper -->\n        <div class=\"sidebar\">\n            <div class=\"parsys iparsys contentSidebar\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys iparsys contentSidebar\"><div class=\"renderHtml section\">\n\n<style type=\"text/css\">\n.mostshared {display: none;}\n.mostpopular {display: none;}\n</style>\n\n<script type=\"text/javascript\">\nrequirejs([\"shared/campaignManager\"], function(campaigns) {\n\nif (window.location.href.indexOf(\"seven_wonders\")==-1) {\nif (!mobileMode()) {\n\n   if (typeof console.log != \"undefined\") {\n     console.log(\"Configuring campaign.\");\n   }\n   campaigns.set({\n     id: \"spgift_all_display_holiday_interstitial\",\n     template_id: \"slateplus\",\n     data: { \n       \"img\": { \"src\": \"slateplus-logo.png\" },\n       \"title\": \"Don’t click that X!\",\n       \"body\": \"<div style='font-size: 1em; line-height: 1.1;'>Give us 15 seconds and we’ll tell you why a <strong>Slate Plus</strong> membership is the perfect gift for another Slate fan in your life:<br/><br/>They’ll receive all the benefits of membership: ad-free podcasts, bonus podcast segments, single-page articles, behind-the-scenes content, audio versions of your favorite articles and so much more. OK, now you can click (on the button below).</div>\",\n       \"action\": {\n         \"text\": \"Give now\",\n         \"url\": \"http://www.slate.com/giveplus?wpsrc=spgift_all_display_holiday_interstitial\"\n\n       },\n       \"submit\": \"Sign up\"\n     },\n     mode: campaigns.modes.overlay,\n     frequency: 20,\n     resurrection: 0,\n     initialDelay: 1,\n     completeOnClose: false,\n     dismissOnClose: false,\n     options: {\n        onOpen: function() {\n            $(\".overlay-wrapper\").css(\"z-index\", \"100000000\");\n        }\n     }\n   });\n} \n} \n});\n\n</script> \n</div>\n<div class=\"mostpopular section\">\n\n\n<section class=\"items\">\n  <a class=\"header\" href=\"#\">Most Read</a>\n  <ul class=\"numbered-list\">\n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/news_and_politics/roads/2015/01/australia_s_brothel_boom_as_the_country_s_mining_industry_expands_so_does.html\"><small>1.</small> <span>Behind the Scenes of Australia’s Prostitution Boom</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/news_and_politics/foreigners/2014/12/the_world_is_not_falling_apart_the_trend_lines_reveal_an_increasingly_peaceful.html\"><small>2.</small> <span>Why the World Is Not Falling Apart</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label.html\"><small>3.</small> <span>McDonald's Would Clearly Prefer If You Didn't Think About How Many Calories Are in Chicken McNuggets</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/health_and_science/science/2015/01/surprise_journal_notice_the_unexpected_to_fight_confirmation_bias_for_science.html\"><small>4.</small> <span>The Most Important Skill for Science or Self-Improvement</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/blogs/browbeat/2015/01/02/jay_from_the_serial_podcast_interviews_discussed_do_we_think_differently.html\"><small>5.</small> <span>Did the Jay Wilds Interview Change Our Perspective on <em>Serial</em>? A Bonus Spoiler Special.</span></a></li>\n      \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n  </ul>\n</section>\n\n</div>\n<div class=\"mostshared section\">\n\n\n<section data-vr-zone=\"Most Shared\">\n    <header class=\"black-header\">Most Shared</header>\n    <ul class=\"numbered-list\">\n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/behold/2015/01/01/christian_berthelot_cesar_takes_a_look_at_the_first_few_seconds_of_life.html\">\n                    <small>1.</small> <span>These C-Section Babies Were Photographed at Less Than 20 Seconds Old</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/articles/arts/culturebox/2015/01/cheap_high_culture_in_baltimore_buffalo_detroit_and_other_midsize_cities.html\">\n                    <small>2.</small> <span>The Rust Belt Theory of Low-Cost High Culture</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/outward/2015/01/02/florida_clerks_cancel_all_courthouse_weddings_to_avoid_gay_ceremonies.html\">\n                    <small>3.</small> <span>Florida Clerks Cancel All Courthouse Weddings to Avoid Performing Gay Ceremonies</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label.html\">\n                    <small>4.</small> <span>McDonald's Would Clearly Prefer If You Didn't Think About How Many Calories Are in Chicken McNuggets</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/articles/health_and_science/science/2015/01/surprise_journal_notice_the_unexpected_to_fight_confirmation_bias_for_science.html\">\n                    <small>5.</small> <span>The Most Important Skill for Science or Self-Improvement</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n    </ul>\n</section>\n</div>\n<div class=\"rightrailstories section\">\n\n<section class=\"items\">\n  \n\n  \n    <div id=\"rr-results\" data-track-module=\"smart-rr\" data-omit-views=\"true\">\n    <div class=\"smallvideos\">\n\n<div class=\"row\">\n<section class=\"video-gallery\" id=\"small_videos\" style=\"display: none;\">\n    <div id='small_video_gallery_mobile_wrap'>\n        \n        <div class=\"current-video\">\n            <img src=\"http://www.slate.com/content/dam/slate/articles/video/video/2015/01/perfect_burger_recipe_how_to_cook_the_best_beef_burger_at_home_video/screen_shot_20150102_at_11.34.12_am_1.png.CROP.hd-large.png\" />\n            <a href=\"http://www.slate.com/articles/video/video/2015/01/perfect_burger_recipe_how_to_cook_the_best_beef_burger_at_home_video.html?wpisrc=seg_video\" class=\"primary\">\n                <span class=\"play-button\"></span>\n                <span class=\"main-title\">How to Cook a Perfect Burger</span>\n            </a>\n        </div>\n        \n    </div>\n</section>\n</div>\n<script>\nrequirejs([\"jquery\"], function($) {\n\tif ($.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('video') > -1) {\n      $([\n        '#small_videos',\n        '#video_gallery_mobile',\n        '#small_video_gallery_mobile_wrap',\n        '.current-video'\n      ].join(',')).show();\n      $(\".video-gallery\").css('height','auto');\n      $(window).load(function() {\n        var dataCount3 = $('.rr-block[data-count=\"3\"]');\n        dataCount3.addClass('repositioned');\n        $('.rr-block[data-count=\"9\"]').before(dataCount3);\n      });\n\t}\n});\n</script></div>\n\n      <div class=\"rr-block\" data-count=\"3\"></div>\n     \n      <div class=\"item ad-container\">\n        \r\n<div id=\"slug_rightflex\" class=\"ad \" data-ad-type=\"rightflex\" data-ad-mode=\"desktop\"></div>\r\n\n        \n        \r\n<div id=\"slug_rightflex\" class=\"ad \" data-ad-type=\"rightflex\" data-ad-mode=\"tabletLandscape\"></div>\r\n\n        \n      </div>\n      \n      <div class=\"rr-block\" data-count=\"9\"></div>\n     \n      <div class=\"rr-block\"></div>\n    </div>\n\n  \n </section>\n\n\n \n<script type=\"text/javascript\">\nrequirejs([\"jquery\",\"rrstories\"], function($,rrs) {\n  if (!mobileMode()) {\n    rrs.init(30,14,\"trending\");\n  } else {\n    $(\".rightrailstories section\").remove();\n  }\n});\n</script>\n\n\n\n</div>\n\n</div>\n</div>\n</div>\n\n        </div>\n    \n    \n</footer>\n\n\n\r\n\r\n\r\n<div id=\"comments\" class=\"comments-container\" data-lf-hash=\"MzM3NzIwOmNxLTEwMDE0MTAzMDAxOQ==\">\r\n  <div id=\"livefyre\">\r\n  \t<div class=\"button-container lf-loader\" style=\"text-align:center;\">\r\n      <button class=\"push-button\" onClick=\"loadLivefyre(); return false;\" style=\"padding: 0 15px;\">Load Comments</button>\r\n    </div>\r\n  </div>\r\n  <div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Powered by Livefyre</a></div>\r\n</div>\r\n<div id=\"comments-ads\" class=\"comments-ads-container\">\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n\r\nvar loadLivefyre = function () {\r\n   var articleId = \"100141030019\";\r\n   if (articleId.length == 0) {\r\n     \r\n     return;\r\n   }\r\n   if (typeof($) != \"undefined\") {\r\n     $(\".lf-loader\").html(\"<div style='color:#999;'>Loading...</div>\" +\r\n                         \"<div style='color:#999;font-size:smaller; margin: 20px auto'>\" +\r\n                         \"Are Slate's comments not loading even after a few seconds? \" +\r\n                         \"<br/><a target=\\\"_blank\\\" href=\\\"http://www.slate.com/features/browser-data-comment.html\\\">\"+\r\n                         \"Send us your browser and operating system information.</a></div>\");\r\n   }\r\n\r\n  requirejs([\"livefyre\", \"livefyresidenotes\", \"jquery\", \"identity/identity\", \"identity/wapo_env\", \"libs/jquery-plugins/jquery.cookie\", \"s_code\", \"myslate\"],\r\n            function (fyre, sidenotes, $, wapoVisitor, wapoEnv, unused0, s, myslate) {\r\n    // buttons that may prompt login should not propagate up to the document level; if they do, the login screen will open and close quickly.\r\n    $(\"#livefyre\").on(\"click\", \".fyre-user-loggedout, .fyre-comment-like-btn, .fyre-post-button\", function (event) {\r\n      event.stopPropagation();\r\n    });\r\n\r\n    function isElementInViewport(el) {\r\n      var rect = el.getBoundingClientRect();\r\n\r\n      return (\r\n        rect.top >= 0 &&\r\n        rect.left >= 0 &&\r\n        rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && /*or $(window).height() */\r\n        rect.right <= (window.innerWidth || document.documentElement.clientWidth) /*or $(window).width() */\r\n      );\r\n    }\r\n\r\n    var authDelegate = new fyre.conv.RemoteAuthDelegate();\r\n\r\n    // if the login process completes successfully, call this method: handlers.success();\r\n    // if the login process failed for any reason, call this method: handlers.failure();\r\n    authDelegate.login = function (handlers) {\r\n      wapoVisitor.loginQueue.push(handlers);\r\n      // open up the login dialog\r\n      var clickEvent = $('html').hasClass('touch') ? 'touchstart' : 'click';\r\n\r\n      // more than on handler may be \":visible\"; we want the one that's in the viewport as well.\r\n      $($(\".global-nav-handle:visible\").filter(function (idx) {\r\n        return isElementInViewport(this)\r\n      }).get(0)).trigger(clickEvent);\r\n      $(\"#sign_in_link\").click();\r\n    };\r\n\r\n    authDelegate.logout = function (handlers) {\r\n      $.removeCookie(\"lf_usertokenValue\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      $.removeCookie(\"lf_secure_login_id\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      $.removeCookie(\"lf_networksecret\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      handlers.success();\r\n\r\n      // added to prevent infinite loop.\r\n      if ($.cookie(\"wapo_login_id\")) {\r\n        wapoVisitor.wapoLogout();\r\n      }\r\n    };\r\n\r\n    authDelegate.viewProfile = function (handlers, author) {\r\n      /* place custom view profile code here, below is an example */\r\n      //console.log('here is the user id from livefyre: ',author.id);\r\n      //console.log('here is the external system user id: ',author.id.split('@')[0]);\r\n      handlers.success();\r\n    };\r\n\r\n    authDelegate.editProfile = function (handlers, author) {\r\n      /* place custom edit profile code here, could be as simple as setting document.location */\r\n      //console.log('here is the user id from livefyre: ',author.id);\r\n      //console.log('here is the external system user id: ',author.id.split('@')[0]);\r\n      handlers.success();\r\n    };\r\n\r\n\r\n\r\n    var initLivefyre = function(widget) {\r\n      // listen for widget initialization\r\n      widget.on('initialRenderComplete', function () {\r\n        changeUserLabels();\r\n        $(\".lf-loader\").remove();\r\n\r\n        /**\r\n         * hack to compensate for livefyres lack of events\r\n         */\r\n        setInterval(changeUserLabels, 100);\r\n\r\n\t\t\tif (mobileMode()) {\r\n        $('#comments #livefyre .fyre-user-loggedout').off().on(\"click\", function(e) {\r\n\r\n\t\t\t\t\t$('#livefyre-login-mobile, #mobile_identity_inline').remove();\r\n\r\n\t\t\t\t\t$(\"#comments\").before([\r\n            '<header id=\"mobile_identity_inline\">',\r\n            '<a href=\"#\"><button class=\"push-button\" id=\"mobile_sign_in_inline\">SIGN IN</button></a>',\r\n            '<a href=\"#\"><button class=\"push-button\" id=\"mobile_sign_up_inline\">SIGN UP</button></a>',\r\n            '</header>'\r\n\t\t\t\t\t].join(''));\r\n\r\n          $('#mobile_sign_in_inline, #mobile_sign_up_inline').on('click', function(e) {\r\n            e.preventDefault();\r\n            $('#livefyre-login-mobile').remove();\r\n            var classes = ['livefyre-iframe'],\r\n                url;\r\n\r\n            if ($(this).attr('id') === 'mobile_sign_in_inline') {\r\n              url = wapoVisitor.identityUser().urls.login;\r\n              classes.push('livefyre-signin');\r\n            } else {\r\n              url = [\r\n                wapoEnv.wapo_secure_protocol,\r\n                wapoEnv.wapo_site_url,\r\n                \"siteRegistration/addRegistration?\",\r\n                wapoEnv.param_name_redirect,\r\n                '=' + encodeURIComponent(window.location),\r\n                '&' + wapoEnv.param_name_previous_url,\r\n                '=' + encodeURIComponent(window.location),\r\n                '&KeepThis=true'\r\n              ].join('');\r\n              classes.push('livefyre-signup');\r\n            }\r\n\r\n            $('#mobile_identity_inline').after([\r\n              \"<iframe id='livefyre-login-mobile' class='\" + classes.join(' ') + \"' src='\" + url,\r\n              \"&reg_group=comments&check_default=lf_notification_replies' frameborder='0' allowtransparency='true' scrolling='no'>\",\r\n              \"</iframe>\"\r\n            ].join(''));\r\n          });\r\n          $(document).bind('wapoRegister.default', function() {\r\n            $(this).trigger('wapoLogin.livefyre');\r\n          })\r\n\t\t\t\t\t$(document).bind('wapoLogin.livefyre', function() {\r\n            $('#mobile_identity_inline').remove();\r\n\t\t\t\t\t\t$('html').addClass('livefyre-loggedin livefyre-loggedin-mobile');\r\n\t\t\t\t\t});\r\n\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\r\n      });\r\n\r\n      widget.on('commentCountUpdated', function () {\r\n        changeUserLabels();\r\n      });\r\n\r\n      widget.on('commentPosted', function(data) {\r\n        s.trackComment(\"\", \"event3\");\r\n        showCommentOptions();\r\n        changeUserLabels();\r\n      });\r\n\r\n      doLivefyreAuth();\r\n\r\n    }\r\n\r\n    var changeUserLabels = function() {\r\n      $(\".fyre-comment-author-tag\").each(function() {\r\n        if ($(this).html() == \"staff\") {\r\n          $(this).addClass(\"fyre-comment-author-tag-writer\").html(\"Slate Writer\");\r\n        } else if ($(this).html() == \"plus\") {\r\n          $(this).addClass(\"fyre-comment-author-tag-plus\").html(\"Member\").wrap('<a href=\"https://secure.slate.com/plus?wpsrc=sp_all_commenter_badge\"></a>');\r\n        }\r\n      })\r\n    };\r\n\r\n\r\n    var showCommentOptions = function() {\r\n      if (wapoVisitor.completedGroups && $.inArray(\"comments\", wapoVisitor.completedGroups.split('-')) === -1) {\r\n        // show options.\r\n        var url = wapoVisitor.identityUser().urls.editProfile + '&reg_group=comments&check_default=lf_notification_replies';\r\n        $(\".fyre-stream-header\").before(\"<div class='update-comment-registration' style='clear: both; display:none; margin-top: 10px;'><div class='settings-header'><div style='position:absolute; right:10px; display: block; cursor: pointer;'><strong>X</strong></div>Update Notifications</div><iframe id='lf_prefs_iframe' height='360' width='100%' frameborder='0' allowtransparency='true' scrolling='no'></iframe></div>\");\r\n        document.getElementById('lf_prefs_iframe').src = url;\r\n\r\n        $(\".update-comment-registration\").hide();\r\n\r\n        $(\".update-comment-registration\").slideDown();\r\n\t\t$(\".settings-header\").on('click', function() { $(\".update-comment-registration\").slideUp(); });\r\n\t  }\r\n    }\r\n\r\n    var doLivefyreAuth = function() {\r\n\r\n      var cval = $.cookie(\"lf_secure_login_id\");\r\n      if (cval) {\r\n        try {\r\n          fyre.conv.login(cval);\r\n          while (wapoVisitor.loginQueue.length > 0) {\r\n            wapoVisitor.loginQueue.shift().success();\r\n          }\r\n        } catch (e) {\r\n          //console.log(\"Error attempting to login with lf_secure_login_id cookie value: \", cval, \" \", e);\r\n        }\r\n      }\r\n    }\r\n\r\n    $(document).bind('wapoLogin.livefyre', doLivefyreAuth);\r\n    $(document).bind('wapoLogout.livefyre', function () {\r\n      fyre.conv.logout()\r\n    });\r\n\r\n\r\n    var streamConfig = [{\r\n      \"collectionMeta\": \"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlRoZSBTZXZlbiBXb25kZXJzIG9mIHRoZSBNb2Rlcm4gV29ybGQiLCJ1cmwiOiJodHRwOi8vd3d3LnNsYXRlLmNvbS9hcnRpY2xlcy90ZWNobm9sb2d5L3RoZV9iYWNrX2VuZC8yMDE0LzEwL3RoZV9uZXdfc2V2ZW5fd29uZGVyc19kZWZpbmluZ190aGVfdG9wX3RlY2hub2xvZ2ljYWxfbWFydmVsc19vZl90aGVfY29udGVtcG9yYXJ5Lmh0bWw_d3Bpc3JjXHUwMDNkbGYiLCJ0YWdzIjoidGVjaG5vbG9neSxhdmlhdGlvbixtYXBzLHRyYW5zcG9ydGF0aW9uIiwiY2hlY2tzdW0iOiIyMjFhNWNjMzU0MjQ3MDJiMTAwMzZlNzNkZWNiNjhjYSIsImFydGljbGVJZCI6ImNxLTEwMDE0MTAzMDAxOSJ9.6xjNrXXIbptv9s5XF65pTrgBGB7W04xjcipt2MDUCRk\",\r\n      \"postToButtons\": ['tw', 'fb'],\r\n      \"siteId\": 337720,\r\n      \"articleId\": \"cq-100141030019\",\r\n      \"el\": \"livefyre\"\r\n    }];\r\n\r\n    fyre.conv.load({\r\n        network: \"slate.fyre.co\",\r\n        authDelegate: authDelegate\r\n      },\r\n      streamConfig,\r\n      initLivefyre\r\n    );\r\n\r\n\r\n/**\r\n * Livefyre Sidenotes Test\r\n */\r\n\r\n\r\n  });\r\n}\r\n\r\nvar loadLivefyreWithTiming = function() {\r\n  var loadTiming = \"demand\";\r\n  if (loadTiming != \"delayed\" && loadTiming != \"demand\") {\r\n    loadTiming = \"immediate\";\r\n  }\r\n\r\n  if (window.location.search.indexOf(\"livefyreLoad=dem\") == -1) {\r\n    if (window.location.search.indexOf(\"livefyreLoad=del\") != -1 || loadTiming == \"delayed\") {\r\n      window.setTimeout(loadLivefyre, 500);\r\n    } else if (window.location.search.indexOf(\"livefyreLoad=imm\") != -1 || loadTiming != \"demand\") {\r\n      loadLivefyre();\r\n    }\r\n  }\r\n};\r\n\r\nrequirejs([\"myslate\", \"jquery\", \"libs/jquery-plugins/jquery.cookie\"], function(myslate, $, unused) {\r\n  var isCommentUser = $.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('commenter') > -1;\r\n  if(myslate.isSlatePlusUser || false) {\r\n    $(\"#comments\").addClass(\"inline\");\r\n    loadLivefyre();\r\n    $('.top-comment-link a.primary').bind('click', function(e){\r\n      if(mobileMode()){return;} \r\n      e.stopImmediatePropagation(); \r\n      loadLivefyre();\r\n    });\r\n  } else {\r\n    loadLivefyreWithTiming();\r\n  }\r\n});\r\n</script>\r\n\r\n\r\n\n\n        <div class=\"parsys iparsys contentWellBottom\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys iparsys contentWellBottom\">\n</div>\n</div>\n</div>\n\n        \n      </article><!-- /.main -->\n\n      \n      \t\n\n  <footer id=\"article_footer_tiles\">\n    \n  </footer>\n\n<!--YieldMoTag-->\n    <div data-lazy-widget>\n    <!-- <div id=\"ym_910627945566641941\" class=\"ym\" pltag=\"Technology\"></div>\n    <script type=\"text/javascript\">\n      if (mobileMode()) {\n        (function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.min.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else\n     t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);\n      }\n    </script> -->\n    </div>\n    <!-- end yieldmo -->\n\n\n      \n\n\n\n    </div><!-- /.page -->\n    \n\n\n<!-- HCS: layout -->\n  \n    <style type=\"text/css\">\n      body > .bottom {\n        text-align: center;\n        padding: 10px 0;\n      }\n      .bottom > #slug_leaderboard_2 {\n        position: relative;\n        width: auto;\n        text-align: center;\n      }\n    </style>\n    <div class=\"bottom\">\n      \r\n<div id=\"slug_leaderboard_2\" class=\"banner ad \" data-ad-type=\"leaderboard|2\" data-ad-mode=\"large\"></div>\r\n\n    </div>\n    <footer class=\"footer-base\">\n      <div class=\"container\">\n\n      <div class=\"sub-slate-row\">\n        <div class=\"left\">\n          <span class=\"label\">FOLLOW SLATE</span>\n          <a href=\"https://twitter.com/slate\" class=\"twitter\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/social/yellow-twitterNew.821dc365.png\" /></a>\n          <a href=\"http://www.facebook.com/Slate\" class=\"facebook\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/social/yellow-facebookNew.74981e6f.png\" /></a>\n        </div>\n\n        <div class=\"left slate-on\">\n          <span class=\"label\">SLATE ON</span>\n          <a href=\"http://itunes.apple.com/us/app/slate-magazine/id384914589?mt=8\">IPAD</a>\n          <a href=\"http://itunes.apple.com/us/app/slate-com/id357555242?mt=8\">IPHONE</a>\n          <a href=\"https://market.android.com/details?id=com.wapo.slate.android\">ANDROID</a>\n          <a href=\"http://www.amazon.com/gp/product/B000IOMTC0?ie=UTF8&tag=slatmaga-20&link_code=as3&camp=211189&creative=373489&creativeASIN=B000IOMTC0/\">KINDLE</a>\n        </div>\n\n        <div class=\"right\">\n          <a href=\"http://www.slatereprints.com\" class=\"label reprints\">REPRINTS</a>\n\n          <a href=\"http://innovate.slate.com/\" class=\"label advertise-with-us\" target=\"_blank\">ADVERTISE WITH US</a>\n        </div>\n      </div>\n\n      </div><!-- /.container -->\n\n\n    </footer>\n  \n    <footer class=\"footer-base-toc\">\n      <div class=\"container\">\n        <div class=\"footer-link-cols\">\n          <ul>\n            <li><a href=\"/articles/news_and_politics/slate_fare/2006/08/about_us.html\">ABOUT US</a></li>\n            <li><a href=\"/articles/briefing/contact_us/2006/08/whereto_find_slate_staff.html\">CONTACT US</a></li>\n            <li><a href=\"/articles/news_and_politics/slate_fare/2008/04/a_job_for_you_at_slate.html\">WORK WITH US</a></li>\n          </ul>\n          <ul class=\"center\">\n            <li><a href=\"/articles/briefing/slate_user_agreement_and_privacy_policy/2012/12/slate_s_terms_of_service.html\">USER AGREEMENT</a></li>\n            <li><a href=\"/articles/briefing/slate_user_agreement_and_privacy_policy/2012/12/slate_s_privacy_policy.html\">PRIVACY POLICY</a></li>\n            <li><a href=\"/articles/briefing/slate_fare/2011/12/commenting_on_slate_frequently_asked_questions.html\">FAQ</a></li>\n          </ul>\n          <ul class=\"last\">\n            <li><a href=\"mailto:feedback@slate.com\">FEEDBACK</a></li>\n            <li><a href=\"/articles/news_and_politics/corrections.html\">CORRECTIONS</a></li>\n          </ul>\n        </div>\n        <ul class=\"copyright unstyled\">\n          <li><a href=\"http://www.slate.com\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/the-slate-group-logo.12cbe5ac.png\" /></a></li>\n          <li><a href=\"http://www.theroot.com\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/the-root-logo.74009c0a.png\" /></a></li>\n          <li class=\"blurb\">Slate is published by The Slate Group, a Graham Holdings Company. All contents &copy; 2014 The Slate Group LLC. All rights reserved.</li>\n        </ul>\n      </div><!-- /.container -->\n    </footer> <!-- /.footer-base-toc -->\n<!-- HCS END: layout -->\n<!-- HCS: layouts/shared/bottom -->\n<div id=\"sidebar_toggle\">\n  <a href=\"#\" id=\"sidebar_handle\"></a>\n</div>\n<script src=\"http://slate-ad-scripts.s3.amazonaws.com/wp-srv/ad/loaders/latest/js/min/polar_config.min.js\"></script>\n<script>\n\n\nrequirejs([\"jquery\", \"hcs/libs/iscroll-lite\", \"modernizr\", \"hcs/script\", \"hcs/plugins/SGGlobalNav.jquery\", \"hcs/plugins/jQuery.highlighter\",\"hcs/plugins/SGGlobalNav.jquery\",\"libs/jquery-plugins/jquery.timeago\",\"announcements\",\"myslate\"], function($, iScroll, unused0, unused1, unused2, unused3, unused4, unused5, announcements, myslate) {\n  $(document).ready(function() {\n    announcements.deleteOldCookies();\n    \n    $(\"span.timeago\").timeago();\n  });\n  function pageLoadedForScrolling(){\n\n\n    scroller = new iScroll('main_sidebar', {\n      hScroll: false,\n      hScrollbar: false,\n      bounce: false\n    });\n\n    if(!mobileMode() && tabletMode() && $('html').hasClass('touch')){\n      // Nav gets iScroll if we're on an actual tablet.\n      window.tabletScroller = new iScroll('nav_sections', {\n        hScroll: false,\n        hScrollbar: false,\n        bounce: false,\n        onBeforeScrollStart: function (e) {\n          var target = e.target;\n          while (target.nodeType != 1) target = target.parentNode;\n\n          if (target.tagName != 'SELECT' && target.tagName != 'INPUT' && target.tagName != 'TEXTAREA')\n          e.preventDefault();\n        }\n      });\n    }\n\n  }\n\n  // We institute fancy scrolling on iscroll only on mobile webkit.\n\n  // Webkit detection script\n  Modernizr.addTest('webkit', function(){\n    return RegExp(\" AppleWebKit/\").test(navigator.userAgent);\n  });\n\n  // Mobile Webkit\n  Modernizr.addTest('mobile', function(){\n    return RegExp(\" Mobile/\").test(navigator.userAgent);\n  });\n\n  if(Modernizr.webkit && Modernizr.mobile){\n    if (document.addEventListener){\n      document.addEventListener('DOMContentLoaded', function () { setTimeout(pageLoadedForScrolling, 200); }, false);\n    } else if (document.attachEvent){\n      document.attachEvent('DOMContentLoaded', function () { setTimeout(pageLoadedForScrolling, 200); }, false);\n    }\n  }\n\n\n\n  $(function(){\n\n    watchSidebar();\n\n    if ($('body').hasClass('home')\n        || $('body').hasClass('landing')\n        || $('body').hasClass('settings')) {\n      $('.nav-header').SGGlobalNav({\n        noRollup: true, // Need to tell the homepage and landing etc that there's no rollup here, which causes things to behave differently.\n        noBurgerScroll: $('body').hasClass('no-burger-scroll'),\n        isSlatePlusUser: myslate.isSlatePlusUser\n      });\n    } else {\n      $('.nav-header').SGGlobalNav({\n        isSlatePlusUser: myslate.isSlatePlusUser\n      });\n    }\n\n\n    // Input field placeholder plugin to account for placeholder fallbacks.\n    jQuery(document).ready(function($) {\n      $(\".field-with-placeholder\").placeholder();\n    });\n\n\n    $('.content').highlighter({\n      'selector': '.highlighter-container',\n      'noHighlightIds': $('#podcast-slateplus-page'),\n      'minWords': 0,\n      'complete': function (data) {\n        // Here we have the selected string for use.\n        // console.log(data);\n        selectedText = data;\n      }\n    });\n\n  });\n\n\n  $(document).ready(function() {\n    $(\".sticky\").each(function() {\n      var stickyTop = $(\".sticky\").offset().top; // returns number\n      $(window).scroll(function() { // scroll event\n        var windowTop = $(window).scrollTop() + 57 + parseInt($(\".sticky\").css(\"margin-top\").split(\"px\")[0]); // returns number\n        if (stickyTop < windowTop) {\n          $(\".sticky\").css({ position: \"fixed\", top: \"53px\" });\n        } else {\n          $(\".sticky\").css(\"position\",\"static\");\n        }\n      });\n    })\n  });\n\n  watchSocialWelcomeNotifications();\n\n});\n    </script>\n\n    \n    \n\n    <script>\nrequirejs([\"jquery\", \"myslate\", \"hcs/script\", \"hcs/plugins/SGNavDropdown.jquery\", \n\t\t\"hcs/plugins/SGBigSlider.jquery\",\"hcs/plugins/SGFootnote.jquery\",\"hcs/plugins/SGRollup.jquery\",\n\t\t\"hcs/plugins/SGNavDropdown.jquery\",\"hcs/plugins/SGComments.jquery\",\"hcs/plugins/SGLightbox.jquery\",\n\t\t\"hcs/plugins/SGSocialIcons.jquery\"], \n\t\tfunction($, myslate, unused0, unused1, unused2, unused3, unused4, unused5, unused6, unused7, unused8) {\n    \n    $(function(){\n\n    $('.footnote').SGFootnote();      \n    var multipartArticleRollup = $('#fresca_roll_up');\n    \n\n    var frescaRollup = $('#fresca_roll_up');\n    if(frescaRollup.length > 0){\n      $('#main_sidebar').SGRollup({\n        rollupEl: frescaRollup,\n        tablet: {el: $('#article_header'), topOffset: $('#article_header').height()}, // Indicate the visibility triggers for tablet mode.\n        mobile: {el: $('#tablet_header'), topOffset: $('#tablet_header').height()},// Indicate the visibility triggers for mobile mode.                \n        topOffset: $('#main_sidebar').find('.logo').height(), \n        leftOffset: $('#article_header').offset().left - 70,\n        onHide: function(){\n          // On roll back up make sure to hide the nav if it's open, assuming it was opened by the rollup toggle.\n          if(frescaRollup.data('plugin_SGNavDropdown').isTargetVisible() && $('#fresca_nav').data('openedByRollup')){\n            frescaRollup.data('plugin_SGNavDropdown').close();\n          }\n        }          \n      });\n    }\n\n    var subHed = $('.sub-hed');\n    if(subHed.length > 0){     \n      subHed.SGNavDropdown({\n        extraId: 'subhed',\n        targetId: '#multipart_nav',\n        extraSpecificHandle: '.toggle',\n        leftOffset: function(){ return $('.sub-hed').offset().left; },\n        topOffset: function(){ return $('.sub-hed').offset().top + $('.sub-hed').outerHeight(true); }\n      });        \n    }\n          \n    \n    var multipartSectionHeaders = $('.section-header.general');\n\n    frescaRollup.SGNavDropdown({\n      targetId: '#fresca_nav',\n      extraSpecificHandle: '.handle',\n      extraId: 'fresca_nav',\n      leftOffset: function(){ return frescaRollup.find('.main').offset().left; },\n      topOffset: function(){ return frescaRollup.outerHeight(true); },\n      onShow: function(){\n        $('#fresca_nav').css('position', 'fixed').data('openedByRollup', true);\n        $('#fresca_nav').css('max-height', (mobileMode() ? $(window).outerHeight(true) + 10 : $(window).height() - $('#fresca_roll_up').height()));\n        $('#fresca_nav').css('overflow', 'scroll');        \n      },\n      onHide: function(){\n        $('#fresca_nav').css('position', 'absolute').data('openedByRollup', false);\n      },\n      watchScroll: multipartSectionHeaders        \n    });\n    \n    \n      if (!myslate.isSlatePlusUser) {\n        $('#comments').SGComments({\n          handles: $('.social .comments, .comment-options a'),\n          rollUp: $('#main_sidebar').data('plugin_SGRollup'),\n          leftOffset: function(){\n            // The intent is for the right side of the comments to line up with the sidebar.\n            if(tabletMode()){\n              return 0;\n            } else {\n              return $('#main_sidebar').offset().left - $('#comments').outerWidth() - 11;\n            }\n          },\n          topOffset: function(){ return $('#fresca_roll_up').height(); },\n          onShow: function(){\n            if(multipartArticleRollup.data('plugin_SGNavDropdown').isTargetVisible()){\n              multipartArticleRollup.data('plugin_SGNavDropdown').close();  \n            }\n            if ($(\"#livefyre .fyre\").size() == 0) {\n              loadLivefyre();\n            }\n          },\n          mobile: {\n            handle: $('#see_more_comments') // This both triggers the mobile comments and indicates where to drop the content in the DOM.\n          }\n          \n        });\n      }\n    \n    \n      // Trigger the slideshow lightbox for from the .slideshow-preview example.\n        $('#slideshow_preview_link').SGLightbox({\n          type: 'slideshow',\n          slideshowElement: $('#the_slideshow')\n        });  \n    \n    \n      $('.social-with-popup').SGSocialIcons({});\n      \n      watchMobileRollupSocialToggle();    \n    \n      $('.expandable').find('.toggle').click(function(e){\n        $(this).closest('.social').toggleClass('visible');\n        $('#main_byline').toggle();\n        e.preventDefault();\n      });\n    \n      $('.full-width').setFullWidth();\n    \n      myslate.benefits();\n\n    });\n});\n    </script>\n    <script>\n    // Manage the social horizontal toggles on the landing pages.\nrequirejs([\"jquery\", \"hcs/script\"], \n\t\tfunction($, unused0) {\n\n      $(function(){\n        $('.social').find('.toggle').click(function(e){\n          e.preventDefault();\n          $(this).closest('.social').toggleClass('visible');\n        });\n      });\n});\n    </script>\n\n\n    \n    <script>\n    requirejs([\"facebook\"], function(unused0) {\n      $(function(){\n        FB.XFBML.parse();\n      });\n    });\n    </script>\n    <!-- Buzzfeed -->\n    <!-- Chartbeat -->\n    \n<script type=\"text/javascript\">\n\nvar _sf_async_config={uid:9250,domain:\"slate.com\"};\n_sf_async_config.useCanonical = true;\nif (wp_meta_data) {\n    var sectionsArray = new Array();\n    if (wp_meta_data.section !== undefined) {\n        sectionsArray.push(wp_meta_data.section);\n    }\n    if (wp_meta_data.rubric !== undefined) {\n        sectionsArray.push(wp_meta_data.rubric);\n    }\n    if (wp_meta_data.blog !== undefined) {\n        sectionsArray.push(wp_meta_data.blog);\n    }\n    _sf_async_config.sections = sectionsArray.join(\",\");\n    if (wp_meta_data.authors !== undefined) {\n        _sf_async_config.authors = wp_meta_data.authors.join(\",\");\n    }\n}\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n</script>\n    <!-- Parsely -->\n    \n\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"slate.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n    \n\n\n\n    \n    \n        <script>\n            requirejs([\"shared/sgads\"], function(slateads) {\n                slateads.wire(\"http://js.slate.com/wp-srv/ad/loaders/latest/js/min/loader.min.js\");\n            });\n        </script>\n    \n\n<div class=\"nav-header\" id=\"magic_nav_header\">\n  <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n  <div class=\"buttons\">\n  \t\n    <span class=\"link option\"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">\n      Sign In\n    </a></span>\n    <span class=\"link option\"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n    \n  </div>\n</div><!-- /.nav-header -->\n<!-- HCS: layouts/shared/nav/nav -->\n<div id=\"nav_sections\"></div>\n<!-- HCS END: layouts/shared/nav/nav -->\n\n      \n      \n\n\n\n  \n\n\n\n\n  \n  \n  \n\n\n<section class=\"nav-panel narrow\" id='nav_header_for_rollup_magic'>\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"search-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"global-nav-handle sidebar-handle\"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  <div class=\"parsys highlightImages\">\n</div>\n\n</section>\n\n\n    <div id=\"nav_animation_mask\">\n\n    </div>\n\n    \n    <span class='highlighter-container'>\n      <div class=\"social social-with-popup\">\n        <a href=\"#\" data-share=\"http://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html&p[images][0]=http://www.slate.com/content/dam/slate/articles/technology/seven_wonders/2014/11/141109_7WONDERS_Promo.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[title]=The+Seven+Wonders+of+the+Modern+World&p[summary]=%C2%A0+The+seven+wonders+of+classical+antiquity+were+architectural+marvels%2C+triumphs+of+human+ego+and+raw+power.+The+great+achievements+of+today%2C+however%2C+are+made+possible+by+systems%2C+infrastructure%2C+and+technologies+that+are+invisible.+Check+back+every+week+for+a+new+wonder+of+the+modern+world.+When+the+weather+is...\" class=\"facebook share highlighter\">\n          <span class=\"icon\"></span>\n        </a>\n        <a href=\"#\" data-share=\"http://twitter.com/share?url=http://www.slate.com/articles/technology/the_back_end/2014/10/the_new_seven_wonders_defining_the_top_technological_marvels_of_the_contemporary.html&count=none&via=slate\" class=\"twitter\">\n          <span class=\"icon\"></span>\n        </a>\n        \n          <a href=\"#comments\" class=\"comments\" style=\"display: none;\">\n            <span class=\"icon\"></span>\n          </a>\n        \n      </div>\n        <div class=\"arrow-border\"></div>\n        <div class=\"arrow\"></div>\n    </span>\n    <!-- Sailthru Horizon -->\n    <script>\n    requirejs(['jquery'], function($) {\n      (function() {\n        function loadHorizon() {\n          var s = document.createElement('script');\n          s.type = 'text/javascript';\n          s.async = true;\n          s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n          var x = document.getElementsByTagName('script')[0];\n          x.parentNode.insertBefore(s, x);\n        }\n        loadHorizon();\n        var oldOnLoad = window.onload;\n        window.onload = function() {\n          if (typeof oldOnLoad === 'function') {\n            oldOnLoad();\n          }\n          Sailthru.setup({\n            domain: 'horizon.slate.com'\n          });\n        };\n      })();\n    });\n    </script>\n    \n<!-- HCS END: layouts/shared/bottom -->\n\n    <!-- Campaigns -->\n    <script>\n     requirejs([\"shared/campaignManager\", \"optimizely\"], function(campaigns, optimizely) {\n       // setTimeout.  Boo.\n       setTimeout(campaigns.execute, 400);\n     });\n    </script>\n\n  \n  \n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"applicationID\":\"2676640\",\"applicationTime\":874,\"beacon\":\"beacon-5.newrelic.com\",\"queueTime\":0,\"licenseKey\":\"f3154255a5\",\"transactionName\":\"YwEAY0tTXkJYURBYVlpLLFhLX1FdUEgBVWxGDU1WS0ZZUlVXFx5NUQcKWVZeX1ZAHRBZXGsGA1RSbVVfXR1OHhMbEApSZlxVRmZBAUdcWjsVWFdWVUNKbQBUX10KC1lebURZXG0QXklrEAdUUVxfXVZVDVJYWDsPVktEVV1KbQtXZkAMB2haXV5FXF8UXktVFhsZUUZdXQ==\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\",\"errorBeacon\":\"bam.nr-data.net\"}</script>\n<!--\nPage Loading starts on 2015/01/03 06:47:26, Total time elapsed to render is 0.8669608 seconds, Server: pub2w.slate.com\n-->\n  </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/slate.com2.html",
    "content": "\n<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7 modePublish\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8 modePublish\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js lt-ie9 modePublish\"> <![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js modePublish\"><!--<![endif]-->\n\n\n\n\n  <head>\n    <script>\n\n      //Reload to canonical if you try to paste in the print page\n      if (window.location.search.indexOf(\"print\") > -1) {\n        if (document.referrer.indexOf(\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\") != 0) {\n          window.location = \"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\";\n        }\n      }\n//-- Stop hiding script -->\n\n    </script>\n    \n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQ4OUFNbGwEGU1dUAwE=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n    <script type=\"text/javascript\">\n      var slate_public_url = \"http://www.slate.com/\";\n      window._sf_startpt=(new Date()).getTime();\n    </script>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <title>Brazil World Cup protests: Striking images of the country&rsquo;s anti-World Cup movement.</title>\n    <meta name=\"description\" content=\"The biggest challenge to Brazil&rsquo;s World Cup preparations over the past few weeks has been the chaos caused by striking public workers. While S&atilde;o Paulo subway workers voted to at least temporarily suspend their strikes on Monday night, protests by activists angry at the money being spent by Brazil to...\" />\n    <meta name=\"keywords\" content=\"Brazil protests, Rio protests, Sau Paulo protests, World Cup protests, World Cup strikes, strikes, Brazil strikes, Sau Paulo strikes, Brazil subway strikes, Sau Paulo, Rio World Cup\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n\n    \n    \n\n    \n    \n    \n    <script>\n      \n      var commercialNode = 'blogs/thespot';\n      \n      var commercialPageType = 'article';\n      var selectedText = \"\";\n    </script>\n    <!-- Facebook OG -->\n    <meta id=\"ogtitle\" property=\"og:title\" content=\"Striking Images of Brazil&rsquo;s Anti-World Cup Protest Movement\" />\n    \n\n    <meta property=\"article:publisher\" content=\"http://www.facebook.com/Slate\" />\n\n    \n    <meta property=\"article:author\" content=\"https://www.facebook.com/jjphotojou,https://www.facebook.com/JeremyDStahl\" />\n    \n\n    <meta property=\"og:type\" content=\"article\" />\n    <meta id=\"ogurl\" property=\"og:url\" content=\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\" />\n    <meta id=\"ogimage\" property=\"og:image\" content=\"http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n    <meta property=\"og:site_name\" content=\"Slate Magazine\" />\n    <meta id=\"ogdescription\" property=\"og:description\" content=\"The biggest challenge to Brazil&rsquo;s World Cup preparations over the past few weeks has been the chaos caused by striking public workers. While S&atilde;o Paulo subway workers voted to at least temporarily suspend their strikes on Monday night, protests by activists angry at the money being spent by Brazil to...\" />\n    <meta property=\"fb:app_id\" content=\"142011022527753\"/>\n    <!-- Twitter -->\n    <meta name=\"twitter:card\" value=\"summary\" />\n    <meta name=\"twitter:site\" value=\"@slate\" />\n    \n    <meta name=\"twitter:creator\" value=\"@photobomba, @JeremyStahl\" />\n    \n    <meta name=\"twitter:url\" value=\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\" />\n    <meta name=\"twitter:title\" value=\"Striking Images of Brazil&rsquo;s Anti-World Cup Protest Movement\" />\n    <meta name=\"twitter:description\" value=\"The biggest challenge to Brazil&rsquo;s World Cup preparations over the past few weeks has been the chaos caused by striking public workers. While S&atilde;o Paulo subway workers voted to at least temporarily suspend their strikes on Monday night, protests by activists angry at the money being spent by Brazil to...\" />\n    <meta name=\"twitter:image\" value=\"http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n    \n    <link type=\"text/css\" href=\"http://static.cdnslate.com/etc/designs/slate/css/story.5204e0de.css\" rel=\"stylesheet\" />\n    \n    \n    \n    \n    <script data-ad-site=\"slate\" src=\"http://static.cdnslate.com/etc/designs/slate/js/libs/require.js\"></script>\n    <script>\n    requirejs.config({\n      \"baseUrl\": \"http://static.cdnslate.com/etc/designs/slate/js\",\n      \"waitSeconds\": 0,\n      \"paths\": {\n        \"jquery\": \"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min\",\n        \"jqueryui\": \"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min\",\n        \"modernizr\": \"/etc/designs/slate/js/libs/modernizr-2.6.1.min\",\n        \"announcements\": \"/etc/designs/slate/js/announcements\",\n        \"slate\": \"/etc/designs/slate/lib\",\n        \"hogan\": \"libs/hogan-2.0.0\",\n        \"facebook\": \"//connect.facebook.net/en_US/all\",\n        \"livefyre\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre\",\n        \"livefyresidenotes\": \"//cdn.livefyre.com/Livefyre\",\n        \"brightcove\": \"http://admin.brightcove.com/js/BrightcoveExperiences\",\n        \"brightcovetracking\": \"/etc/designs/slate/js/brightcovetracking\",\n        \"mobileredirection\": \"libs/redirection_mobile_1.0.0.min\",\n        \"optimizely\": \"//cdn.optimizely.com/js/37441550\",\n        \"outbrain\": \"//widgets.outbrain.com/outbrain\",\n        \"shared\": \"http://static.cdnslate.com/etc/designs/shared/js\",\n        \"instafeed\": \"/etc/designs/slate/js/instafeed\",\n        \"campaigns\": \"http://campaigns.slate.com/campaigns/slate\"\n      },\n      \"shim\": {\n        \"shared/devicemode\": [\"modernizr\"],\n        \"hcs/script\": [\"jquery\", \"modernizr\", \"shared/devicemode\"],\n        \"libs/jquery-plugins/jquery.browser\": [\"jquery\"],\n        \"hcs/plugins/jquery.transit\": [\"jquery\"],\n        \"hcs/plugins/SGFootnote.jquery\": [\"jquery\"],\n        \"hcs/plugins/SGSocialIcons.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGNavDropdown.jquery\": [\"jquery\"],\n        \"hcs/plugins/SGComments.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGRollup.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGGlobalNav.jquery\": [\"jquery\", \"hcs/script\"],\n        \"hcs/plugins/SGLightbox.jquery\": [\"jquery\"],\n        \"hcs/plugins/jQuery.highlighter\": [\"jquery\"],\n        \"hcs/libs/swipe\": [\"jquery\"],\n        \"hcs/libs/magnific\": [\"jquery\"],\n        \"hcs/plugins/jquery.swipebox\": [\"jquery\"],\n        \"hcs/plugins/SGBigSlider.jquery\": [\"jquery\", \"hcs/script\", \"hcs/libs/swipe\"],\n        \"hcs/plugins/jquery.placeholder.min\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.timeago\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.form\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.cookie\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.fittext\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.backgroundSize\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.flexslider\": [\"jquery\"],\n        \"libs/jquery-plugins/purl\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.colorbox\": [ \"jquery\" ],\n        \"libs/jquery-plugins/jquery.sticky\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.autoComplete\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.boxfit\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.dateformat\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.extra\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.bg\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.lazyloadxt.widget\": [\"jquery\"],\n        \"libs/jquery-plugins/jquery.visible\": [\"jquery\"],\n        \"optimizely\": [\"jquery\"],\n        \"facebook\": {\n            deps: [\"identity/wapo_site_bottom\"],\n            exports: \"FB\"\n        },\n        \"livefyre\": {\n            exports: \"fyre\"\n        },\n        \"brightcove\": {\n          \t\"exports\": \"brightcove\"\n        },\n        \"mobileredirection\": {\n                \"exports\": \"mobileredirection\"\n        },\n        \"hogan\": {\n          \t\"exports\": \"Hogan\"\n        },\n        \"outbrain\": {\n          \"exports\": \"OBR\"\n        }\n      }\n    });\n\n\n    \n    define(\"config\", {\n      \"env\": {\n        \"edit\": false\n      },\n      \"identity\": {\n\t\t\"fb_xd_receiver\": \"http://www.slate.com/xd_receiver.htm\",\n\t\t\"fb_app_id\": 142011022527753,\n\t\t\"publicationName\": \"Slate\",\n\t\t\"site_base_domain\": \"slate.com\",\n\t\t\"site_path\": \"/\",\n\t\t\"wapo_secure_protocol\": \"https:\",\n\t\t\"wapo_site_url\": \"//id.slate.com/identity/\",\n\t\t\"site_url\": \"//www.slate.com/\",\n\t\t\"wapo_public_protocol\": \"http:\",\n\t\t\"myslate_domain\": \"//my.slate.com/\",\n\t\t\"myslate_https\": true,\n\t\t\"enabled\": true\n\t  },\n\t  \"livefyre\": {\n\t    \"network\": \"slate.fyre.co\",\n\t    \"jsSourceUrl\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\",\n\t    \"siteId\": \"337720\"\n\t  },\n      \"campaigns\": {\n         \"domain\":\"campaigns.slate.com\"\n       },\n       \"site\": {\n         \"site\": \"slate\",\n         \"title\": \"Slate\",\n         \"staticUrl\": \"http://static.cdnslate.com\",\n         \"omniturePrefix\": \"sl\"\n       },\n       \"data_domain\": \"http://www.slate.com/\",\n       \"page\": {\n         \"articleId\": \"245140610005\",\n         \"roadblocked\": false,\n         \"embeddedContent\": false\n       },\n      \"ads\": {\n        \"viewabilityEnabled\": false,\n        \"viewability\": {\n          \"leaderboardRollup\": false,\n          \"refreshInterval\": \"\",\n          \"refreshPolar\": false,\n          \"testPageList\": \"\",\n          \"lazyload\": {\n            \"homepageBB\": false,\n            \"tiffTiles\": false\n          }\n        }\n      },\n      \"_log\": [],\n      \"log\": function(data) {\n         requirejs([\"config\"], function(config) {\n           if (typeof console != \"undefined\" &&\n               typeof console.log != \"undefined\") {\n             console.log(data);\n           }\n           config._log.push(data);\n         });\n       }\n    });\n    var homepagePolarSpot = 'b1';\n    </script>\n\n    \n    <script src=\"http://static.cdnslate.com/etc/designs/slate/js/main.min.94d806cf.js\"></script>\n    \n\n\n<script type=\"text/javascript\" language=\"javascript\">\nrequirejs([\"s_code\"], function(s) {\n\n        s.currencyCode=\"usd\";\n        s.charSet=\"utf-8\";\n        s.trackDownloadLinks=true;\n        s.trackExternalLinks=true;\n        s.trackInlineStats=true;\n        s.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";\n        s.linkInternalFilters=\"javascript:,slate.com,traffic.outbrain.com\";\n        s.linkTrackVars=\"none\";\n        s.linkTrackEvents=\"none\";\n        s.pageName=\"sports:blog:the spot - 20140610 - brazil world cup protests: striking images of the country's anti-world cup movement.\";\n        s.channel=\"sl - sports\";\n        s.server=\"www.slate.com\";\n        s.prop2=\"blog\";\n        s.prop3=\"blog\";\n        s.prop4=\"slate\";\n        s.prop5=\"juliana jiménez jaramillo, jeremy stahl\";\n        s.prop12=\"245140610005\";\n        s.prop13=\"brazil world cup protests: striking images of the country's anti-world cup movement.\";\n        s.prop14=\"1\";\n        s.prop25=\"the spot\";\n        s.prop34=\"3.59.0\";\n        s.prop36=\"general\";\n        s.prop39=\"blogs/thespot\";\n        s.hier1=\"sports|blog|blog\";\n        s.eVar8=\"juliana jiménez jaramillo, jeremy stahl\";\n        s.eVar11=\"the spot\";\n        s.eVar17=\"blog\";\ns.t();\n});\n</script>\n\n\n    <script>               \n      var _isNavMoving = false; // acts as a global (sorry) mutex for keeping track of when our nav panels are moving around. Allows us to prevent overlapping actions.\n    </script>\n\n    <!-- Google Sitemap -->\n    <meta name=\"google-site-verification\" content=\"jXqoqqPSmx_PWchRdG-IXu-X616Ee2Ptf_AiElI9LzQ\" />\n    <link rel=\"canonical\" href=\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\" />\n    <link rel=\"image_src\" href=\"http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg.CROP.thumbnail-small.jpg\" />\n\n    <!-- Parsely -->\n        <meta name='parsely-page' content='{\n  \"title\": \"Striking Images of Brazil\\u2019s Anti-World Cup Protest Movement\",\n  \"link\": \"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\",\n  \"image_url\": \"http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg.CROP.thumbnail-small.jpg\",\n  \"type\": \"post\",\n  \"post_id\": \"245140610005\",\n  \"pub_date\": \"2014-06-10T17:21:00Z\",\n  \"section\": \"Sports\",\n  \"author\": \"Juliana Jiménez Jaramillo and Jeremy Stahl\",\n  \"tags\": [\n    \"world cup\",\n    \"world cup 2014\",\n    \"soccer\"\n  ]\n}'/>\n    \n    <!-- RSS -->\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Spot (RSS 2.0)\" href=\"http://www.slate.com/blogs/the_spot.fulltext.all.rss\" />\n\n    \n    <script>var wp_meta_data = {\"authors\":[\"Juliana Jiménez Jaramillo\",\"Jeremy Stahl\"],\"contentType\":\"blog\",\"page_id\":\"245140610005\",\"keywords\":\"world cup,world cup 2014,soccer,Brazil protests, Rio protests, Sau Paulo protests, World Cup protests, World Cup strikes, strikes, Brazil strikes, Sau Paulo strikes, Brazil subway strikes, Sau Paulo, Rio World Cup\",\"section\":\"Sports\",\"rubric\":\"Blog\"};</script>\n\n    \n    <![if gte IE 8]>\n    <script type=\"text/javascript\">\n    requirejs(['pagenav', 'jquery'], function(pagenav, $) {\n      var SlateNextbox = {};\n\n      SlateNextbox.data = {\n        'headline': 'How to Follow Soccer Now that the World Cup Is Over',\n        'subhead': '',\n        'url': 'http:\\/\\/www.slate.com\\/blogs\\/the_spot\\/2014\\/07\\/21\\/mls_premier_league_la_liga_serie_a_champions_league_bundesliga_how_to_follow.html',\n        'article_id': '245140721001',\n        'hasImage': true,\n        \n        'image': 'http:\\/\\/www.slate.com\\/content\\/dam\\/slate\\/blogs\\/the_spot\\/2014\\/07\\/21\\/mls_premier_league_la_liga_serie_a_champions_league_bundesliga_how_to_follow\\/482974577-clint-dempsey-and-deindre-yedlin-of-seattle-sounders-fc.jpg.CROP.rectangle-small.jpg',\n        \n      \n        'section': 'The Spot',\n      \n        'subscribe_type': 'rubric'\n      };\n      $.data(window, \"SlateNextbox\", SlateNextbox);\n      pagenav.addStory(SlateNextbox.data);\n    });\n\n    </script>\n    <![endif]>\n    \n\n    \n\n      \n        <!-- sailthru meta -->\n        <meta name=\"sailthru.tags\" content=\"Brazil protests, Rio protests, Sau Paulo protests, World Cup protests, World Cup strikes, strikes, Brazil strikes, Sau Paulo strikes, Brazil subway strikes, Sau Paulo, Rio World Cup\" />\n        <meta name=\"sailthru.author\" content=\"Juliana Jiménez Jaramillo, Jeremy Stahl\" />\n        <meta name=\"sailthru.date\" content=\"2014-06-10T17:21:00Z\" />\n        <meta name=\"sailthru.description\" content=\"The biggest challenge to Brazil&rsquo;s World Cup preparations over the past few weeks has been the chaos caused by striking public workers. While S&atilde;o Paulo subway workers voted to at least temporarily suspend their strikes on Monday night, protests by activists angry at the money being spent by Brazil to...\" />\n        <meta name=\"sailthru.image.full\" content=\"http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg\" />\n\n        <meta name=\"sailthru.headline\" content=\"Striking Images of Brazil&rsquo;s Anti-World Cup Protest Movement\" />\n        <meta name=\"sailthru.subheadline\" content=\"\" />\n        <meta name=\"sailthru.promoheadline\" content=\"Striking Images of Brazil&rsquo;s Anti-World Cup Protest Movement\" />\n        \n\n  </head>\n\n\n  <body class=\"article story\">\n    <input type=\"hidden\" id=\"currPath\" value=\"/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup\"/>\n    <!-- HCS: shared/roll_ups/tablet -->\n    <!-- This is the header bar we always show in tablet mode -->\n    <header class=\"roll-up\" id=\"tablet_header\">\n      <div class=\"container\">\n        <div class=\"main\">\n\n        </div>\n        <div class=\"sidebar\">\n          \n\n\n\n\n\n\n\n<section class=\"nav-panel\" >\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link \"></a>\n    <a href=\"#\" class=\"search-link \"></a>\n    <a href=\"#\" class=\"global-nav-handle \"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  \n</section>\n\n        </div>\n      </div><!-- /.container -->\n    </header><!-- /.header.roll-up -->\n    <!-- HCS END: shared/roll_ups/tablet -->\n    \n    <div class=\"top\">\n      \n      \r\n<div id=\"slug_t\" class=\"tAd ad \" data-ad-type=\"t\" data-ad-mode=\"mobile\"></div>\r\n\n      \n      \r\n<div id=\"slug_leaderboard\" class=\"banner ad \" data-ad-type=\"leaderboard\" data-ad-mode=\"large\"></div>\r\n\n      \r\n<div id=\"slug_pushdown\" class=\"banner ad \" data-ad-type=\"pushdown\" data-ad-mode=\"large\"></div>\r\n\n    </div><!-- end #top -->\n    \n    <!-- HCS END: layouts/shared/top -->\n    \n    \n    \n\n<!-- this is the rollup for basic article, no multipart fun -->\n<header class=\"roll-up with-dropdown\" id=\"article_rollup\">\n  <div class=\"container\">\n    \n    <div class=\"main\">\n      \n        \n        \n        \n        \n          <div class=\"titles centered-titles\">\n            <h1 class=\"primary centered-primary\">Striking Images of Brazil’s Anti-World Cup Protest Movement</h1>\n          </div>\n        \n      \n      \n\n\n<div class=\"social social-with-popup sharing-buttons\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil&rsquo;s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S&atilde;o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night,+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_fb_ru\" class=\"facebook first\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>    \n    \n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&count=none&via=slate&url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_tw_ru\" class=\"twitter\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n    </div>\n\n    \n      <a href=\"#comments\" class=\"comments\">\n        <span class=\"icon\"></span>           \n      </a>        \n    \n\n     <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AStriking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%0Ahttp://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_em_ru\" class=\"email\">\n        <span class=\"icon\"></span>         \n      </a>        \n</div>\n\n\n    </div>\n    <div class=\"sidebar\">\n      \n\n\n\n\n\n\n\n<section class=\"nav-panel\" >\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link \"></a>\n    <a href=\"#\" class=\"search-link \"></a>\n    <a href=\"#\" class=\"global-nav-handle \"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  \n</section>\n\n    </div>\n  </div><!-- /.container -->\n  <a href=\"#\" class=\"mobile-social-toggle\"><span></span></a> <!-- only shown in mobile -->\n</header><!-- /.header.roll-up -->\n\n\n\n\n\n    <div class=\"page\">\n      \n      <article class=\"main\">\n        \n        <div class=\"parsys contentWellTop iparsys\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys contentWellTop iparsys\">\n</div>\n</div>\n</div>\n\n        \n\n    <header class=\"article-header\" id=\"article_header\">\n      <div class=\"meta has-image\">\n        <div class=\"prop-name print-only\"><a href=\"http://www.slate.com\">Slate</a></div><div class=\"prop-name\"><a href=\"http://www.slate.com/blogs/the_spot.html\">The Spot</a></div><div class=\"prop-image\"><a href=\"http://www.slate.com/blogs/the_spot.html\"><img src=\"/blogs/the_spot/jcr:content/logo.gif\" alt=\"The Spot\" /></a></div><div class=\"prop-desc\">Slate's soccer blog.</div><div class=\"pub-date\">June 10 2014 5:21 PM</div>\n      </div>\n      <h1 class=\"hed\"><div class=\"fullwidth-page\">Striking Images of Brazil’s Anti-World Cup Protest Movement</div></h1>\n      \n\n\n <div class=\"social social-with-popup sharing-buttons\" id=\"header_social\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil&rsquo;s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S&atilde;o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night,+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_fb_top\" class=\"facebook\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&count=none&via=slate&url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_tw_top\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\"><span class=\"count\"></span></a>\n    </div>\n    \n      <a href=\"#comments\" class=\"comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    \n </div>\n\n\n      <h2 class=\"dek\"></h2>\n      \n      <div class=\"byline\" id=\"main_byline\">\n      <div class=\"fullwidth-page\">\n        By <a href=\"http://www.slate.com/authors.juliana_jimenez.html\">Juliana Jiménez Jaramillo</a> and <a href=\"http://www.slate.com/authors.jeremy_stahl.html\">Jeremy Stahl</a>\n      </div>\n      </div>\n      \n      \n\n\n\n\n\n  \n  \n  \n\n\n<div class=\"social horiz-counts-mobile centered sharing-buttons\">\n  \n    <div class=\"comments\">\n      <a class=\"mobile-comments\" href=\"#comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    </div>\n  \n  <div class=\"facebook\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?m2w&s=100&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil&rsquo;s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S&atilde;o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night,+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_fb_top\" class=\"share facebook\" target=\"_blank\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n  </div>\n  <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&count=none&via=slate&url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_tw_top\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\"><span class=\"count\"></span></a>\n  </div>\n  \n  <div class=\"whatsapp\">\n    <a href=\"whatsapp://send?text=Striking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%20http%3A%2F%2Fwww.slate.com%2Fblogs%2Fthe_spot%2F2014%2F06%2F10%2Fbrazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html%3Fwpsrc%3Dsh_all_mob_wa_top\" class=\"whatsapp\">\n       <span class=\"icon\"></span>\n    </a>\n  </div>\n  \n  \n  <div class=\"email\">\n    <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AStriking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%0Ahttp://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_em_top\" class=\"email\">\n      <span class=\"icon\"></span>\n      <span class=\"count\">&nbsp;</span>\n    </a>\n  </div>\n</div>\n\n    </header><!-- /header -->\n\n    <section class=\"content content-full-width\">\n        <div class=\"parsys editorsNote\">\n</div>\n\n        \n        <div class=\"newbody body parsys\">\n\n<div class=\"text text-1 parbase section\">\n\n<p>The biggest challenge to Brazil&rsquo;s World Cup preparations over the past few weeks has been the <a href=\"http://www.slate.com/blogs/the_spot/2014/06/08/s_o_paulo_strikes_brazil_faces_an_unprecedented_labor_crisis_with_the_world.html\">chaos caused by striking public workers</a>. While S&atilde;o Paulo subway workers voted to at least <a href=\"http://www.bbc.com/news/world-latin-america-27761723\">temporarily suspend their strikes</a> on Monday night, protests by activists angry at the money being spent by Brazil to host the event are expected to <a href=\"http://www.usatoday.com/story/news/world/2014/06/09/brazil-world-cup-protests/9910077/\">continue throughout the World Cup</a>.</p>\n\n\n</div>\n\n\n<div class=\"text-2 text parbase section\">\n\n<p>Though nowhere near the size of <a href=\"http://www.slate.com/blogs/the_spot/2014/06/10/futebol_nation_how_the_brazilian_government_tried_to_stamp_out_the_country.html\">last year&rsquo;s broad-based social movement</a>, which brought millions to the streets, protests have been building back up in recent months. The tournament, which begins Thursday in S&atilde;o Paulo, has reportedly cost in excess of $11 billion, money protesters say could have been spent on public infrastructure. The movement has already produced its share of <a href=\"http://www.slate.com/blogs/the_spot/2014/05/20/paulo_ito_world_cup_a_brazilian_street_artist_has_created_the_world_cup.html\">powerful images</a>. Here are some of the most striking photos.</p>\n\n\n</div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"140610_SPOT_WorldCupProtest_20\" alt=\"Demonstrators from the anarchist group Black Bloc clash with police during a protest against the World Cup on the opening day of the event on June 12, 2014 in Sao Paulo, Brazil.\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Demonstrators from the anarchist group Black Bloc clash with police inSão Paulo during a protest against the World Cup on June 12, 2014, the opening day of the event.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"140610_SPOT_WorldCupProtest_19\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_19.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Police take up positions during a World Cup protest outside Carrao Metro Station on June 12, 2014 in São Paulo.<br></span></figcaption>  <p class=\"credit\">Photo by Mario Tama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"140610_SPOT_WorldCupProtest_18\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_18.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A journalist is taken from a protest on a stretcher outside Carrao Metro Station on June 12, 2014 in São Paulo.<br></span></figcaption>  <p class=\"credit\">Photo by Mario Tama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1440px;  \"> <img title=\"140610_SPOT_WorldCupProtest_17\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_17.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A journalist is carried after being injured during a World Cup protest in São Paulo on June 12, 2014.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_01\" alt=\"protest its demolition as part of renovations ahead of the World Cup Brazil.\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_01.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Police officers clash with supporters of the native Indian community during a protest outside the Indian museum, next to the Maracanã stadium, in Rio de Janeiro, Dec. 16, 2013. Police arrested more than 20 indigenous people who occupied the abandoned museum to protest its demolition as part of renovations ahead of the World Cup.</span></figcaption>  <p class=\"credit\">Photo by Pilar Olivares/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_02\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_02.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Demonstrators clash with military police officers spraying tear gas during a protest in São Paulo on April 29, 2014. An estimated 1,500 protesters gathered for a march against the costs associated with Brazil's hosting of the World Cup.</span></figcaption>  <p class=\"credit\">Photo by Nacho Doce/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_03\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_03.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A member of Brazil's Homeless Workers' Movement blocks the Octavio Frias de Oliveira Bridge during a protest against the World Cup in São Paulo on May 22, 2014.</span></figcaption>  <p class=\"credit\">Photo by Nacho Doce/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_04\" alt=\"Mvd6613453\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_04.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Police officers search for demonstrators during the &quot;International Day of World Cup Resistance&quot; in São Paulo on May 15, 2014.</span></figcaption>  <p class=\"credit\">Photo by Nelson Almedia/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_05\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_05.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Protesters clash with police officers during an anti-World Cup protest on May 15, 2014, in São Paulo.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_06\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_06.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>About 25,000 members of the Homeless Workers' Movement held large demonstrations to claim their right to housing on May 22, 2014, in São Paulo. They question government spending for the construction of stadiums for the World Cup.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_07\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_07.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A young protester stands in front of police guarding a government building at a demonstration against the new increase in public bus fares on Feb. 10, 2014 in Rio de Janeiro. Widespread protests began in the country last June following a different bus fare increase in São Paulo.</span></figcaption>  <p class=\"credit\">Photo by Mario Tama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_08\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_08.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Demonstrators attack a Bradesco bank branch during a protest against the World Cup inSão Paulo on Jan. 25, 2014.</span></figcaption>  <p class=\"credit\">Photo by Nacho Doce/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_09\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_09.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Police officers hit a demonstrator during a protest against the government's expenditure for the World Cup in São Paulo on Feb. 22, 2014.</span></figcaption>  <p class=\"credit\">Photo by Nelson Almedia/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_10\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_10.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Members of the Homeless Workers' Movement hold demonstrations in São Paulo.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_11\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_11.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Police officers stand guard as demonstrators march in São Paulo on March 13, 2014.</span></figcaption>  <p class=\"credit\">Photo by Nelson Almedia/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_13\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_13.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A member of the Homeless Workers' Movement waves a flag on May 22, 2014 in São Paulo.</span></figcaption>  <p class=\"credit\">Photo by Victor Moriyama/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_14\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_14.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Indigenous Indians dance as they attend a protest against the Indian policy of President Dilma Rousseff's government and the costs of the 2014 World Cup in front of the Brazilian congress in Brasilia, May 28, 2014.</span></figcaption>  <p class=\"credit\">Photo by Joedson Alves/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_15\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_15.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>Brazilian natives from different ethnic groups block the entrance of the Ministry of Justice during a protest as part of Indigenous Mobilization Week, in Brasilia on May 29, 2014.</span></figcaption>  <p class=\"credit\">Photo by Evaristo Sa/AFP/Getty Images</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n\n<div class=\"parbase image slate_image section\">\n\n\n <div class=\"\">\n        <figure class=\"image full-width  full-width\" style=\"width: 1065px;  \"> <img title=\"140610_SPOT_WorldCupProtest_16\" alt=\"Brazil protests\" src=\"/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_16.jpg.CROP.original-original.jpg\" > <figcaption class=\"caption\"><span>A boy holds a soccer ball, with red tape on it the shape of cross in front of a Brazilian flag at Santa Luzia slum in Brasilia, May 30, 2014.</span></figcaption>  <p class=\"credit\">Photo by Joedson Alves/Reuters</p> \n        </figure>\n        </div>\n        <script>\n        requirejs([\"jquery\"], function($) {\n            if ($(window).width() < 640) {\n                $(\".slate_image figure\").width(\"100%\");\n            }\n        });\n        </script> </div>\n</div>\n\n        \n        \n        \n    </section>\n\n<footer>\n      \n\t\t\n\n\n  \n  <section class=\"about-the-author multi\">\n    \n    <div class=\"author-bio\">\n      <p>\n        <p>Juliana Jiménez Jaramillo is a photo editor at <b><i>Slate</i></b>. Follow her on <a href=\"https://twitter.com/photobomba\" target=\"_blank\">Twitter</a> and <a target=\"_blank\" href=\"http://instagram.com/fotobomba\">Instagram</a>.<br>\n</p>\n\n\t  </p>\n\t</div>\n\t\n    <div class=\"author-bio\">\n      <p>\n        <p>Jeremy Stahl is a&nbsp;<b><i>Slate</i>&nbsp;</b>senior editor.&nbsp;You can follow him on&nbsp;<a href=\"https://twitter.com/jeremystahl\">Twitter</a>.</p>\n<p style=\"font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px;\">&nbsp;</p>\n\n\t  </p>\n\t</div>\n\t\n  </section>\n  \n\n      \n\n  \n  \n  <div class=\"fullwidth-wrapper\">\n  \n    <div class=\"pagination\">  \n      \n\n\n    <div class=\"social social-with-popup sharing-buttons\">\n      <div class=\"plus-popup\">\n        <a href=\"http://www.slatereprints.com/reprint-products-quote-request/?cf2_field_17=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html&cf2_field_18=www.slate.com&cf2_field_19=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&cf2_field_20=09%2F20%2F2013\" class=\"reprint\">REPRINT</a>\n        <a href=\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.single.html?print\" target=\"_blank\" class=\"print\">PRINT</a>\n        <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AStriking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%0Ahttp://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_em_bot\" class=\"email\">EMAIL</a>\n        <div class=\"arrow-border\"></div>\n        <div class=\"arrow\"></div>        \n      </div>\n      <a href=\"#\" class=\"plus\">\n        <span class=\"icon\"></span>\n      </a>\n      <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?s=100&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil&rsquo;s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S&atilde;o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night,+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_fb_bot\" class=\"facebook\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&count=none&via=slate&url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_dt_tw_bot\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\"><span class=\"count\"></span></a>\n    </div>\n      \n        <a href=\"#comments\" class=\"comments\">\n          <span class=\"icon\"></span>         \n          <span class=\"count\"></span>                \n        </a>              \n      \n    </div>\n    \n\n    </div><!-- /.pagination -->\n    \n\n\n\n\n\n\n  \n  \n  \n\n<div class=\"social horiz-counts-mobile centered sharing-buttons\">\n  \n    <div class=\"comments\">\n      <a class=\"mobile-comments\" href=\"#comments\">\n        <span class=\"icon\"></span>\n        <span class=\"count\"></span>\n      </a>\n    </div>\n  \n  <div class=\"facebook\">\n    <a href=\"#\" data-share=\"http://www.facebook.com/sharer.php?m2w&s=100&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil&rsquo;s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S&atilde;o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night,+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...&p[ref]=sl_live&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_fb_bot\" class=\"share facebook\" target=\"_blank\">\n      <span class=\"icon\"></span>\n      <span class=\"count\"></span>\n    </a>\n  </div>\n  <div class=\"twitter\">\n    <a href=\"#\" data-share=\"http://twitter.com/share?text=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&count=none&via=slate&url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_tw_bot\" class=\"twitter\">\n       <span class=\"icon\"></span>\n    </a>\n    <a class=\"tw-count\" href=\"http://twitter.com/search?q=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\"><span class=\"count\"></span></a>\n  </div>\n  \n  \n  <div class=\"whatsapp\">\n    <a href=\"whatsapp://send?text=Striking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%20http%3A%2F%2Fwww.slate.com%2Fblogs%2Fthe_spot%2F2014%2F06%2F10%2Fbrazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html%3Fwpsrc%3Dsh_all_mob_wa_bot\" class=\"whatsapp\">\n       <span class=\"icon\"></span>\n    </a>\n  </div>\n  \n  <div class=\"email\">\n    <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20Slate&body=I%20thought%20you%20might%20like%20this%20article%20on%20Slate:%0AStriking%20Images%20of%20Brazil%E2%80%99s%20Anti-World%20Cup%20Protest%20Movement%0Ahttp://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html?wpsrc=sh_all_mob_em_bot\" class=\"email\">\n      <span class=\"icon\"></span>\n      <span class=\"count\">&nbsp;</span>\n    </a>\n  </div>\n</div>\n\n    <div class=\"row up-next\" id=\"up-next-box\"></div>\n    <!-- Maybe incorporate the wrapper divs into the components -->\n    <div class=\"footer-tiles\">\n      <div class=\"row\">\n        <div class=\"outbrain\">\n\r\n  <div id=\"outbrain_placeholder\"></div>\r\n  <div class=\"sl-outbrain-divider\"></div>\r\n\r\n  <script type=\"text/javascript\">\r\n  requirejs([\"jquery\",\"myslate\"], function($,myslate) {\r\n    var isCommentUser = $.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('commenter') > -1;\r\n    if(!myslate.isSlatePlusUser) {\r\n      var createOutbrainDivs = function(widgetId) {\r\n        var divHtml = '<div class=\"OUTBRAIN\" data-src=\"http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html\" data-widget-id=\"' + widgetId + '\" data-ob-template=\"SlateMag\" ></div>';\r\n        $(\"#outbrain_placeholder\").append(divHtml);\r\n      }\r\n      if (mobileMode()) {\r\n        createOutbrainDivs(\"MB_1\");\r\n      } else {\r\n        createOutbrainDivs(\"AR_3\");\r\n        createOutbrainDivs(\"AR_17\");\r\n      }\r\n      $('<script>', {src: '//widgets.outbrain.com/outbrain.js'}).appendTo('body');\r\n    }\r\n  });\r\n  </script>\r\n</div>\n\n      </div>\n    </div> <!-- /.footer-tiles -->\n  \n  </div> <!-- #fullwidth-wrapper -->\n  <div class=\"sidebar\">\n    <div class=\"parsys iparsys contentSidebar\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys iparsys contentSidebar\"><div class=\"renderHtml section\">\n\n<style type=\"text/css\">\n.mostshared {display: none;}\n.mostpopular {display: none;}\n</style>\n\n\n<script type=\"text/javascript\">\n<!-- \nrequirejs([\"shared/campaignManager\"], function(campaigns) {\n  if (window.location.href.indexOf(\"seven_wonders\")==-1 && !mobileMode()) {\n\n    campaigns.set({\n     id: \"picks_all_display_holiday_interstitial\",\n     template_id: \"slatepicks\",\n     data: { \n       \"img\": { \"src\": \"slatepicks.png\" },\n       \"title\": \"The Right Way to Shop for Gifts\",\n       \"body\": \"<div style='font-size: 1em; line-height: 1.1;'><p>GIVE BETTER. Introducing Slate Picks, a curated collection of products selected by <strong><em>Slate</em></strong> editors and writers, in categories from books to toys to kitchen gadgets and more.</p><p>These are <strong><em>Slate</em></strong>'s favorite things we've bought, given and loved.</p><p>Make gift shopping easier by starting with <strong>Slate Picks</strong>.</p></div>\",\n       \"action\": {\n         \"text\": \"Shop now\",\n         \"url\": \"http://picks.slate.com/?wpsrc=picks_all_display_holiday_interstitial\"\n\n       },\n       \"submit\": \"Sign up\"\n     },\n     mode: campaigns.modes.overlay,\n     frequency: 20,\n     resurrection: 0,\n     initialDelay: 1,\n     completeOnClose: false,\n     dismissOnClose: false,     \n   });\n  } \n\n });\n-->\n</script> \n</div>\n<div class=\"mostpopular section\">\n\n\n<section class=\"items\">\n  <a class=\"header\" href=\"#\">Most Read</a>\n  <ul class=\"numbered-list\">\n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/news_and_politics/roads/2015/01/australia_s_brothel_boom_as_the_country_s_mining_industry_expands_so_does.html\"><small>1.</small> <span>Behind the Scenes of Australia’s Prostitution Boom</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/news_and_politics/foreigners/2014/12/the_world_is_not_falling_apart_the_trend_lines_reveal_an_increasingly_peaceful.html\"><small>2.</small> <span>Why the World Is Not Falling Apart</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label.html\"><small>3.</small> <span>McDonald's Would Clearly Prefer If You Didn't Think About How Many Calories Are in Chicken McNuggets</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/articles/health_and_science/science/2015/01/surprise_journal_notice_the_unexpected_to_fight_confirmation_bias_for_science.html\"><small>4.</small> <span>The Most Important Skill for Science or Self-Improvement</span></a></li>\n      \n    \n  \n    \n      \n      <li><a href=\"http://www.slate.com/blogs/browbeat/2015/01/02/jay_from_the_serial_podcast_interviews_discussed_do_we_think_differently.html\"><small>5.</small> <span>Did the Jay Wilds Interview Change Our Perspective on <em>Serial</em>? A Bonus Spoiler Special.</span></a></li>\n      \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n    \n  \n  </ul>\n</section>\n\n</div>\n<div class=\"mostshared section\">\n\n\n<section data-vr-zone=\"Most Shared\">\n    <header class=\"black-header\">Most Shared</header>\n    <ul class=\"numbered-list\">\n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/behold/2015/01/01/christian_berthelot_cesar_takes_a_look_at_the_first_few_seconds_of_life.html\">\n                    <small>1.</small> <span>These C-Section Babies Were Photographed at Less Than 20 Seconds Old</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/articles/arts/culturebox/2015/01/cheap_high_culture_in_baltimore_buffalo_detroit_and_other_midsize_cities.html\">\n                    <small>2.</small> <span>The Rust Belt Theory of Low-Cost High Culture</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/outward/2015/01/02/florida_clerks_cancel_all_courthouse_weddings_to_avoid_gay_ceremonies.html\">\n                    <small>3.</small> <span>Florida Clerks Cancel All Courthouse Weddings to Avoid Performing Gay Ceremonies</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label.html\">\n                    <small>4.</small> <span>McDonald's Would Clearly Prefer If You Didn't Think About How Many Calories Are in Chicken McNuggets</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n                \n                <li data-vr-contentbox=\"\">\n                  <a href=\"http://www.slate.com/articles/health_and_science/science/2015/01/surprise_journal_notice_the_unexpected_to_fight_confirmation_bias_for_science.html\">\n                    <small>5.</small> <span>The Most Important Skill for Science or Self-Improvement</span>\n                  </a>\n                </li>\n                \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n    </ul>\n</section>\n</div>\n<div class=\"rightrailstories section\">\n\n<section class=\"items\">\n  \n  <a class=\"header\" href=\"#\">RECOMMENDED</a>\n  \n\n  \n    <div id=\"rr-results\" data-track-module=\"smart-rr\" data-omit-views=\"true\">\n    <div class=\"smallvideos\">\n\n<div class=\"row\">\n<section class=\"video-gallery\" id=\"small_videos\" style=\"display: none;\">\n    <div id='small_video_gallery_mobile_wrap'>\n        \n        <div class=\"current-video\">\n            <img src=\"http://www.slate.com/content/dam/slate/articles/video/video/2015/01/perfect_burger_recipe_how_to_cook_the_best_beef_burger_at_home_video/screen_shot_20150102_at_11.34.12_am_1.png.CROP.hd-large.png\" />\n            <a href=\"http://www.slate.com/articles/video/video/2015/01/perfect_burger_recipe_how_to_cook_the_best_beef_burger_at_home_video.html?wpisrc=seg_video\" class=\"primary\">\n                <span class=\"play-button\"></span>\n                <span class=\"main-title\">How to Cook a Perfect Burger</span>\n            </a>\n        </div>\n        \n    </div>\n</section>\n</div>\n<script>\nrequirejs([\"jquery\"], function($) {\n\tif ($.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('video') > -1) {\n      $([\n        '#small_videos',\n        '#video_gallery_mobile',\n        '#small_video_gallery_mobile_wrap',\n        '.current-video'\n      ].join(',')).show();\n      $(\".video-gallery\").css('height','auto');\n      $(window).load(function() {\n        var dataCount3 = $('.rr-block[data-count=\"3\"]');\n        dataCount3.addClass('repositioned');\n        $('.rr-block[data-count=\"9\"]').before(dataCount3);\n      });\n\t}\n});\n</script></div>\n\n      <div class=\"rr-block\" data-count=\"3\"></div>\n     \n      <div class=\"item ad-container\">\n        \r\n<div id=\"slug_rightflex\" class=\"ad \" data-ad-type=\"rightflex\" data-ad-mode=\"desktop\"></div>\r\n\n        \n        \r\n<div id=\"slug_rightflex\" class=\"ad \" data-ad-type=\"rightflex\" data-ad-mode=\"tabletLandscape\"></div>\r\n\n        \n      </div>\n      \n      <div class=\"rr-block\" data-count=\"9\"></div>\n     \n      <div class=\"rr-block\"></div>\n    </div>\n\n  \n </section>\n\n\n \n<script type=\"text/javascript\">\nrequirejs([\"jquery\",\"rrstories\"], function($,rrs) {\n  if (!mobileMode()) {\n    rrs.init(12,28,\"trending\");\n  } else {\n    $(\".rightrailstories section\").remove();\n  }\n});\n</script>\n\n\n\n</div>\n\n</div>\n</div>\n</div>\n\n  </div>\n  \n</footer>\n\n\n\r\n\r\n\r\n<div id=\"comments\" class=\"comments-container\" data-lf-hash=\"MzM3NzIwOmNxLTI0NTE0MDYxMDAwNQ==\">\r\n  <div id=\"livefyre\">\r\n  \t<div class=\"button-container lf-loader\" style=\"text-align:center;\">\r\n      <button class=\"push-button\" onClick=\"loadLivefyre(); return false;\" style=\"padding: 0 15px;\">Load Comments</button>\r\n    </div>\r\n  </div>\r\n  <div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Powered by Livefyre</a></div>\r\n</div>\r\n<div id=\"comments-ads\" class=\"comments-ads-container\">\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n\r\nvar loadLivefyre = function () {\r\n   var articleId = \"245140610005\";\r\n   if (articleId.length == 0) {\r\n     \r\n     return;\r\n   }\r\n   if (typeof($) != \"undefined\") {\r\n     $(\".lf-loader\").html(\"<div style='color:#999;'>Loading...</div>\" +\r\n                         \"<div style='color:#999;font-size:smaller; margin: 20px auto'>\" +\r\n                         \"Are Slate's comments not loading even after a few seconds? \" +\r\n                         \"<br/><a target=\\\"_blank\\\" href=\\\"http://www.slate.com/features/browser-data-comment.html\\\">\"+\r\n                         \"Send us your browser and operating system information.</a></div>\");\r\n   }\r\n\r\n  requirejs([\"livefyre\", \"livefyresidenotes\", \"jquery\", \"identity/identity\", \"identity/wapo_env\", \"libs/jquery-plugins/jquery.cookie\", \"s_code\", \"myslate\"],\r\n            function (fyre, sidenotes, $, wapoVisitor, wapoEnv, unused0, s, myslate) {\r\n    // buttons that may prompt login should not propagate up to the document level; if they do, the login screen will open and close quickly.\r\n    $(\"#livefyre\").on(\"click\", \".fyre-user-loggedout, .fyre-comment-like-btn, .fyre-post-button\", function (event) {\r\n      event.stopPropagation();\r\n    });\r\n\r\n    function isElementInViewport(el) {\r\n      var rect = el.getBoundingClientRect();\r\n\r\n      return (\r\n        rect.top >= 0 &&\r\n        rect.left >= 0 &&\r\n        rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && /*or $(window).height() */\r\n        rect.right <= (window.innerWidth || document.documentElement.clientWidth) /*or $(window).width() */\r\n      );\r\n    }\r\n\r\n    var authDelegate = new fyre.conv.RemoteAuthDelegate();\r\n\r\n    // if the login process completes successfully, call this method: handlers.success();\r\n    // if the login process failed for any reason, call this method: handlers.failure();\r\n    authDelegate.login = function (handlers) {\r\n      wapoVisitor.loginQueue.push(handlers);\r\n      // open up the login dialog\r\n      var clickEvent = $('html').hasClass('touch') ? 'touchstart' : 'click';\r\n\r\n      // more than on handler may be \":visible\"; we want the one that's in the viewport as well.\r\n      $($(\".global-nav-handle:visible\").filter(function (idx) {\r\n        return isElementInViewport(this)\r\n      }).get(0)).trigger(clickEvent);\r\n      $(\"#sign_in_link\").click();\r\n    };\r\n\r\n    authDelegate.logout = function (handlers) {\r\n      $.removeCookie(\"lf_usertokenValue\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      $.removeCookie(\"lf_secure_login_id\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      $.removeCookie(\"lf_networksecret\", {\r\n        path: wapoEnv.site_path,\r\n        domain: wapoEnv.site_base_domain\r\n      });\r\n      handlers.success();\r\n\r\n      // added to prevent infinite loop.\r\n      if ($.cookie(\"wapo_login_id\")) {\r\n        wapoVisitor.wapoLogout();\r\n      }\r\n    };\r\n\r\n    authDelegate.viewProfile = function (handlers, author) {\r\n      /* place custom view profile code here, below is an example */\r\n      //console.log('here is the user id from livefyre: ',author.id);\r\n      //console.log('here is the external system user id: ',author.id.split('@')[0]);\r\n      handlers.success();\r\n    };\r\n\r\n    authDelegate.editProfile = function (handlers, author) {\r\n      /* place custom edit profile code here, could be as simple as setting document.location */\r\n      //console.log('here is the user id from livefyre: ',author.id);\r\n      //console.log('here is the external system user id: ',author.id.split('@')[0]);\r\n      handlers.success();\r\n    };\r\n\r\n\r\n\r\n    var initLivefyre = function(widget) {\r\n      // listen for widget initialization\r\n      widget.on('initialRenderComplete', function () {\r\n        changeUserLabels();\r\n        $(\".lf-loader\").remove();\r\n\r\n        /**\r\n         * hack to compensate for livefyres lack of events\r\n         */\r\n        setInterval(changeUserLabels, 100);\r\n\r\n\t\t\tif (mobileMode()) {\r\n        $('#comments #livefyre .fyre-user-loggedout').off().on(\"click\", function(e) {\r\n\r\n\t\t\t\t\t$('#livefyre-login-mobile, #mobile_identity_inline').remove();\r\n\r\n\t\t\t\t\t$(\"#comments\").before([\r\n            '<header id=\"mobile_identity_inline\">',\r\n            '<a href=\"#\"><button class=\"push-button\" id=\"mobile_sign_in_inline\">SIGN IN</button></a>',\r\n            '<a href=\"#\"><button class=\"push-button\" id=\"mobile_sign_up_inline\">SIGN UP</button></a>',\r\n            '</header>'\r\n\t\t\t\t\t].join(''));\r\n\r\n          $('#mobile_sign_in_inline, #mobile_sign_up_inline').on('click', function(e) {\r\n            e.preventDefault();\r\n            $('#livefyre-login-mobile').remove();\r\n            var classes = ['livefyre-iframe'],\r\n                url;\r\n\r\n            if ($(this).attr('id') === 'mobile_sign_in_inline') {\r\n              url = wapoVisitor.identityUser().urls.login;\r\n              classes.push('livefyre-signin');\r\n            } else {\r\n              url = [\r\n                wapoEnv.wapo_secure_protocol,\r\n                wapoEnv.wapo_site_url,\r\n                \"siteRegistration/addRegistration?\",\r\n                wapoEnv.param_name_redirect,\r\n                '=' + encodeURIComponent(window.location),\r\n                '&' + wapoEnv.param_name_previous_url,\r\n                '=' + encodeURIComponent(window.location),\r\n                '&KeepThis=true'\r\n              ].join('');\r\n              classes.push('livefyre-signup');\r\n            }\r\n\r\n            $('#mobile_identity_inline').after([\r\n              \"<iframe id='livefyre-login-mobile' class='\" + classes.join(' ') + \"' src='\" + url,\r\n              \"&reg_group=comments&check_default=lf_notification_replies' frameborder='0' allowtransparency='true' scrolling='no'>\",\r\n              \"</iframe>\"\r\n            ].join(''));\r\n          });\r\n          $(document).bind('wapoRegister.default', function() {\r\n            $(this).trigger('wapoLogin.livefyre');\r\n          })\r\n\t\t\t\t\t$(document).bind('wapoLogin.livefyre', function() {\r\n            $('#mobile_identity_inline').remove();\r\n\t\t\t\t\t\t$('html').addClass('livefyre-loggedin livefyre-loggedin-mobile');\r\n\t\t\t\t\t});\r\n\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\r\n      });\r\n\r\n      widget.on('commentCountUpdated', function () {\r\n        changeUserLabels();\r\n      });\r\n\r\n      widget.on('commentPosted', function(data) {\r\n        s.trackComment(\"\", \"event3\");\r\n        showCommentOptions();\r\n        changeUserLabels();\r\n      });\r\n\r\n      doLivefyreAuth();\r\n\r\n    }\r\n\r\n    var changeUserLabels = function() {\r\n      $(\".fyre-comment-author-tag\").each(function() {\r\n        if ($(this).html() == \"staff\") {\r\n          $(this).addClass(\"fyre-comment-author-tag-writer\").html(\"Slate Writer\");\r\n        } else if ($(this).html() == \"plus\") {\r\n          $(this).addClass(\"fyre-comment-author-tag-plus\").html(\"Member\").wrap('<a href=\"https://secure.slate.com/plus?wpsrc=sp_all_commenter_badge\"></a>');\r\n        }\r\n      })\r\n    };\r\n\r\n\r\n    var showCommentOptions = function() {\r\n      if (wapoVisitor.completedGroups && $.inArray(\"comments\", wapoVisitor.completedGroups.split('-')) === -1) {\r\n        // show options.\r\n        var url = wapoVisitor.identityUser().urls.editProfile + '&reg_group=comments&check_default=lf_notification_replies';\r\n        $(\".fyre-stream-header\").before(\"<div class='update-comment-registration' style='clear: both; display:none; margin-top: 10px;'><div class='settings-header'><div style='position:absolute; right:10px; display: block; cursor: pointer;'><strong>X</strong></div>Update Notifications</div><iframe id='lf_prefs_iframe' height='360' width='100%' frameborder='0' allowtransparency='true' scrolling='no'></iframe></div>\");\r\n        document.getElementById('lf_prefs_iframe').src = url;\r\n\r\n        $(\".update-comment-registration\").hide();\r\n\r\n        $(\".update-comment-registration\").slideDown();\r\n\t\t$(\".settings-header\").on('click', function() { $(\".update-comment-registration\").slideUp(); });\r\n\t  }\r\n    }\r\n\r\n    var doLivefyreAuth = function() {\r\n\r\n      var cval = $.cookie(\"lf_secure_login_id\");\r\n      if (cval) {\r\n        try {\r\n          fyre.conv.login(cval);\r\n          while (wapoVisitor.loginQueue.length > 0) {\r\n            wapoVisitor.loginQueue.shift().success();\r\n          }\r\n        } catch (e) {\r\n          //console.log(\"Error attempting to login with lf_secure_login_id cookie value: \", cval, \" \", e);\r\n        }\r\n      }\r\n    }\r\n\r\n    $(document).bind('wapoLogin.livefyre', doLivefyreAuth);\r\n    $(document).bind('wapoLogout.livefyre', function () {\r\n      fyre.conv.logout()\r\n    });\r\n\r\n\r\n    var streamConfig = [{\r\n      \"collectionMeta\": \"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlN0cmlraW5nIEltYWdlcyBvZiBCcmF6aWzigJlzIEFudGktV29ybGQgQ3VwIFByb3Rlc3QgTW92ZW1lbnQiLCJ1cmwiOiJodHRwOi8vd3d3LnNsYXRlLmNvbS9ibG9ncy90aGVfc3BvdC8yMDE0LzA2LzEwL2JyYXppbF93b3JsZF9jdXBfcHJvdGVzdHNfc3RyaWtpbmdfaW1hZ2VzX29mX3RoZV9jb3VudHJ5X3NfYW50aV93b3JsZF9jdXAuaHRtbD93cGlzcmNcdTAwM2RsZiIsInRhZ3MiOiJ3b3JsZCBjdXAsd29ybGQgY3VwIDIwMTQsc29jY2VyIiwiY2hlY2tzdW0iOiI1MzU4MDA3NzcwYjRhMjNmZDk5ZjYyMmI2NDYxYjIyYSIsImFydGljbGVJZCI6ImNxLTI0NTE0MDYxMDAwNSJ9.3glZIqOiUnW8MO94gJ9nf5mdfroGmNNotjMfcgBSnTw\",\r\n      \"postToButtons\": ['tw', 'fb'],\r\n      \"siteId\": 337720,\r\n      \"articleId\": \"cq-245140610005\",\r\n      \"el\": \"livefyre\"\r\n    }];\r\n\r\n    fyre.conv.load({\r\n        network: \"slate.fyre.co\",\r\n        authDelegate: authDelegate\r\n      },\r\n      streamConfig,\r\n      initLivefyre\r\n    );\r\n\r\n\r\n/**\r\n * Livefyre Sidenotes Test\r\n */\r\n\r\n\r\n  });\r\n}\r\n\r\nvar loadLivefyreWithTiming = function() {\r\n  var loadTiming = \"demand\";\r\n  if (loadTiming != \"delayed\" && loadTiming != \"demand\") {\r\n    loadTiming = \"immediate\";\r\n  }\r\n\r\n  if (window.location.search.indexOf(\"livefyreLoad=dem\") == -1) {\r\n    if (window.location.search.indexOf(\"livefyreLoad=del\") != -1 || loadTiming == \"delayed\") {\r\n      window.setTimeout(loadLivefyre, 500);\r\n    } else if (window.location.search.indexOf(\"livefyreLoad=imm\") != -1 || loadTiming != \"demand\") {\r\n      loadLivefyre();\r\n    }\r\n  }\r\n};\r\n\r\nrequirejs([\"myslate\", \"jquery\", \"libs/jquery-plugins/jquery.cookie\"], function(myslate, $, unused) {\r\n  var isCommentUser = $.cookie(\"s_segs\") && $.cookie(\"s_segs\").indexOf('commenter') > -1;\r\n  if(myslate.isSlatePlusUser || false) {\r\n    $(\"#comments\").addClass(\"inline\");\r\n    loadLivefyre();\r\n    $('.top-comment-link a.primary').bind('click', function(e){\r\n      if(mobileMode()){return;} \r\n      e.stopImmediatePropagation(); \r\n      loadLivefyre();\r\n    });\r\n  } else {\r\n    loadLivefyreWithTiming();\r\n  }\r\n});\r\n</script>\r\n\r\n\r\n\n\n        <div class=\"parsys iparsys contentWellBottom\"><div class=\"section\"><div class=\"new\"></div>\n</div><div class=\"iparys_inherited\"><div class=\"parsys iparsys contentWellBottom\">\n</div>\n</div>\n</div>\n\n        \n        <div class=\"abridgedhomepage\">\n\n\n<div class=\"twocolumn-stories\">\n  <div class=\"twocolumn-stories__left large-tiles tiles\">\n    <div class=\"parsys homepageSectionStoriesLeft\"><div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: News & Politics\" class=\"story-box-news-politics\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/news_and_politics.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nNews & Politics</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/articles/news_and_politics/politics/2015/01/150102_POL_SelmaLBJ.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/articles/news_and_politics/politics/2015/01/150102_POL_SelmaLBJ.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/articles/news_and_politics/politics/2015/01/selma_and_lbj_why_critics_are_wrong_about_how_the_film_portrays_president.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Politics</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 8:53 PM</span>\n                <!-- <span class=\"hed\">What Matters in <em>Selma</em></span> -->\n                \n                  \n                  \n                    <span class=\"hed\">What Matters in <em>Selma</em></span>\n                  \n                \n                <span class=\"dek\">Critics say Ava DuVernay’s film isn’t fair to LBJ. That’s because it’s about a movement, not leaders.</span>\n                <span class=\"byline\">Jamelle Bouie</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/the_world_/2015/01/02/uncle_xi_s_power_grab_how_the_chinese_president_is_cultivating_his_image.html\" class=\"primary\">Chinese Presidents Never Show Off Their Human Sides.&nbsp;Why Is Xi?</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/news_and_politics/roads/2015/01/australia_s_brothel_boom_as_the_country_s_mining_industry_expands_so_does.html\" class=\"primary\">Behind the Scenes of Australia’s Prostitution Boom</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/the_world_/2014/12/31/u_n_security_council_vote_palestinians_continue_to_pursue_statehood_israel.html\" class=\"primary\">Palestinians Continue to Pursue Statehood. Israel Continues to Rely on the U.S. to Stop Them.\n&nbsp;</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/news_and_politics/photography/2014/12/_2014_the_year_in_pictures.html\" class=\"primary\">Some&nbsp;of the Most Striking Images and Memorable Events of the Year</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/news_and_politics/politics/2014/12/future_of_america_s_race_relations_why_i_am_optimistic_despite_ferguson.html\" class=\"primary\">Why I Am Optimistic About the Future of Race Relations in America</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/news_and_politics/politics/2014/12/kenny_knight_and_barbara_noble_claim_steve_scalise_never_spoke_to_euro_did.html\" class=\"primary\">Did Rep. Steve Scalise Admit to Speaking at a White Supremacist Event He Never Attended?</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Business\" class=\"story-box-business\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/business.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nBusiness</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label/149141019-sign-for-a-mcdonalds-restaurant-sits-in-front-of-an.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label/149141019-sign-for-a-mcdonalds-restaurant-sits-in-front-of-an.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/blogs/moneybox/2015/01/02/mcdonald_s_chicken_mcnuggets_check_out_the_absurd_calorie_label.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Moneybox</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 4:29 PM</span>\n                <!-- <span class=\"hed\">The Subtle Typographical Art of a Chicken McNugget Poster</span> -->\n                \n                  \n                  \n                    <span class=\"hed\">The Subtle Typographical Art of a Chicken McNugget Poster</span>\n                  \n                \n                <span class=\"dek\"></span>\n                <span class=\"byline\">Jordan Weissmann</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/moneybox/2014/12/31/best_graph_of_2014_the_rise_and_rise_of_top_0_1.html\" class=\"primary\">My Favorite Graph of 2014: The Rise and Rise of the Top 0.1 Percent</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/business_insider/2014/12/31/countries_that_party_hardest_on_new_year_s_eve.html\" class=\"primary\">These Are the Countries That Will Rage the Most on New Year’s Eve</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/moneybox/2014/12/31/uber_new_year_s_eve_get_ready_for_surge_pricing.html\" class=\"primary\">New Year’s Eve Is the Best and the Worst Day of the Year for Uber</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/business_insider/2014/12/31/skiplagged_founder_fights_lawsuit_from_united_and_orbitz.html\" class=\"primary\">Orbitz&nbsp;and United Are Suing a 22-Year-Old Who Figured Out How to Game Airlines</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/moneybox/2014/12/31/google_and_microsoft_oppose_the_hotel_industry_on_personal_wi_fi_hotspot.html\" class=\"primary\">Google and Microsoft Side With Travelers Who Want to Use Their Wi-Fi Hot Spots in Hotels</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/business_insider/2014/12/31/dunkin_donuts_is_expanding.html\" class=\"primary\">Dunkin’ Donuts Has Huge Expansion Plans</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Life\" class=\"story-box-life\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/life.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nLife</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/articles/life/family/2014/12/141230_FAM_ChronicPain.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/articles/life/family/2014/12/141230_FAM_ChronicPain.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/articles/life/family/2015/01/parenting_with_chronic_pain.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Family</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 5:09 PM</span>\n                <!-- <span class=\"hed\">Parenting With Chronic Pain</span> -->\n                \n                  \n                  \n                    <span class=\"hed\">Parenting With Chronic Pain</span>\n                  \n                \n                <span class=\"dek\">What kind of mother refuses to pick up her child? This kind.&nbsp;</span>\n                <span class=\"byline\">Sarah Erdreich</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/outward/2015/01/02/florida_clerks_cancel_all_courthouse_weddings_to_avoid_gay_ceremonies.html\" class=\"primary\">Florida Clerks Cancel All Courthouse Weddings to Avoid Performing Gay Ceremonies</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/outward/2015/01/02/leelah_alcorn_suicide_prosecuting_her_parents_won_t_help_other_trans_kids.html\" class=\"primary\">Prosecuting Leelah Alcorn’s Parents Won’t Help Isolated, Bullied Trans Kids</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/atlas_obscura/2015/01/02/meoto_iwa_the_married_rocks_in_ise_japan.html\" class=\"primary\">These Japanese Rocks Have Been United in Marriage</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/outward/2015/01/02/florida_gay_marriage_controversy_firm_tells_clerks_they_ll_go_to_jail.html\" class=\"primary\">Law Firm Issues Bogus Advice to Clerks About Gay Marriage Licenses, Gets Slapped Down</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/outward/2015/01/02/gay_friendship_and_romance_ask_a_homo_considers_platonic_relationships.html\" class=\"primary\">Are Gay People Capable of Platonic Friendship?&nbsp;</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/quora/2015/01/02/do_soldiers_in_combat_really_yell_and_scream_like_in_movies.html\" class=\"primary\">Do Soldiers in Combat Really Yell and Scream Like in Movies?</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Double X\" class=\"story-box-double-x\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/double_x.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nDouble X</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/blogs/xx_factor/2015/01/02/mario_cuomo_a_catholic_stood_up_for_abortion_rights_at_notre_dame_in_1984/50825659-former-new-york-governor-mario-cuomo-looks-on-as-nbcs.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/blogs/xx_factor/2015/01/02/mario_cuomo_a_catholic_stood_up_for_abortion_rights_at_notre_dame_in_1984/50825659-former-new-york-governor-mario-cuomo-looks-on-as-nbcs.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/blogs/xx_factor/2015/01/02/mario_cuomo_a_catholic_stood_up_for_abortion_rights_at_notre_dame_in_1984.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">The XX Factor</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 12:43 PM</span>\n                <!-- <span class=\"hed\">Mario Cuomo Made the Case for Catholics to Be Pro-Choice</span> -->\n                \n                  \n                  \n                    <span class=\"hed\">Mario Cuomo Made the Case for Catholics to Be Pro-Choice</span>\n                  \n                \n                <span class=\"dek\"></span>\n                <span class=\"byline\">Amanda Marcotte</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2015/01/02/oregon_ducks_chant_no_means_no_players_and_commentators_shame_jameis_winston.html\" class=\"primary\">FSU's Rose Bowl Loss Was Not a Victory for Rape Victims</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2014/12/31/the_economist_s_list_of_the_year_s_most_influential_economists_all_men_no.html\" class=\"primary\">Fed Chair Janet Yellen Didn't Make the <em>Economist’</em>s Influential Economists List. Only Men Did. &nbsp;</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2014/12/30/_2014_was_a_good_year_for_feminism_what_s_going_to_happen_in_2015.html\" class=\"primary\">2014 Was a Great Year for Feminism. Is a Backlash Coming?</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2014/12/30/_2014_in_review_the_best_things_written_about_women_this_year.html\" class=\"primary\">The Best Things Written About Women This Year</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2014/12/29/nashville_police_chief_steve_anderson_respects_protesters_and_fights_for.html\" class=\"primary\">Nashville Police Chief Who Respects Protesters Also Fights for Victims of Domestic Violence</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/xx_factor/2014/12/29/bob_mcdonnell_s_daughters_ask_for_sentencing_leniency_blame_maureen_mcdonnell.html\" class=\"primary\">Gov. Bob McDonnell’s Daughters Carry on a Family Tradition: To Save Dad, Blame Mom</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n\n</div>\n\n  </div>\n  <div class=\"twocolumn-stories__right large-tiles tiles\">\n    <div class=\"parsys homepageSectionStoriesRight\"><div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Slate Plus\" class=\"story-box-slate-plus\">\n<header class=\"black-header\">\n\n<a href=\"/plus/home?wpisrc=sp_all_native-by-section\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nSlate Plus</header>\n\n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n            \n            \n                \n            \n            \n            \n            \n            \n            \n            \n        <div class=\"tile short long-hed slateplus-preview\"  data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/Slate%20Plus/articles/2014/12/141230_PLUS_SlatePicks.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/articles/news_and_politics/behind_the_scenes/2014/12/best_of_slate_2014_staffers_pick_their_favorite_articles_from_the_magazine.html?wpsrc=sp_all_native_by-section\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Behind the Scenes</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Dec. 31 2014 1:16 PM</span>\n                <!-- <span class=\"hed\">Did You Overlook These <strong><em>Slate </em></strong>Stories in 2014?</span> -->\n                \n                  \n                    <span class=\"hed\"><strong><em>Slate</em></strong> Staffers Pick Their Out-of-Left-Field Favorite <strong><em>Slate</em></strong> Articles of 2014</span>\n                  \n                  \n                \n                <span class=\"dek\">Staffers pick their left-field favorite <strong><em>Slate</em></strong> articles of the year.</span>\n                <span class=\"byline\">Allison Benedikt, Jamelle Bouie, David Haglund, Laura Helmuth, Dan Kois, Joshua Keating, Chris Kirk, Miriam Krule, Dahlia Lithwick, and Katy Waldman</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list slateplus-preview\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/arts/behind_the_scenes/2014/12/slate_film_critic_dana_stevens_top_10_movies_of_2014_interview.html?wpsrc=sp_all_native_by-section\" class=\"primary\"><strong><em>Slate</em></strong>’s Dana Stevens Watched 150 Movies This Year. Here’s How She Picked Her Top 10.</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list slateplus-preview\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/life/holidays/2014/12/slate_s_christmas_roundup_what_hitchens_hated_about_christmas_and_why_santa.html?wpsrc=sp_all_native_by-section\" class=\"primary\">18 Years of <strong><em>Slate</em></strong>’s Best #WarOnChristmas Coverage</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list slateplus-preview\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/podcasts/slate_archives/2014/12/christmas_birthdays_why_being_a_christmas_baby_is_the_best.html?wpsrc=sp_all_native_by-section\" class=\"primary\">Why I Love My Christmas Birthday (Audio)</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n            <div class=\"section-list slateplus-preview last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/podcasts/behind_the_scenes/2014/12/slate_s_culture_gabfest_raw_unfiltered_and_unedited.html?wpsrc=sp_all_native_by-section\" class=\"primary\">This Is What the Culture Gabfest Sounds Like Without Any Editing</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n      \n      \n    \n    \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Arts\" class=\"story-box-arts\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/arts.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nArts</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n            \n            \n                \n            \n            \n            \n            \n            \n            \n            \n        <div class=\"tile short long-hed \"  data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/blogs/browbeat/2014/12/31/jay_testimony.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/blogs/browbeat/2015/01/02/jay_from_the_serial_podcast_interviews_discussed_do_we_think_differently.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Brow Beat</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 3:48 PM</span>\n                <!-- <span class=\"hed\">Did the Jay Wilds Interview Change Our Perspective on <em>Serial</em>? A Bonus Spoiler Special.</span> -->\n                \n                  \n                    <span class=\"hed\">Did the Jay Wilds Interview Change Our Perspective on <em>Serial</em>? A Bonus Spoiler Special.</span>\n                  \n                  \n                \n                <span class=\"dek\"></span>\n                <span class=\"byline\">David Haglund and Katy Waldman</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/browbeat/2015/01/02/_kanye_west_only_one_hear_his_touching_new_song_with_paul_mccartney_in_memory.html\" class=\"primary\">Kanye West’s New Song With Paul McCartney Is a Beautiful Ode to His Late Mother</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/behold/2015/01/02/ross_paxton_photographs_tour_buses_in_the_u_k_in_his_series_a_general_history.html\" class=\"primary\">When Looking at the Tourists Is Part of the View</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/arts/movies/2015/01/a_most_violent_year_review_oscar_isaac_and_jessica_chastain_star_in_godfather.html\" class=\"primary\"><em>A Most Violent Year</em> Sure Looks Like <em>The Godfather</em>, but Something’s Missing</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/arts/television/2015/01/galavant_review_abc_musical_comedy_is_more_spamalot_than_princess_bride.html\" class=\"primary\">This <em>Spamalot</em>-Like Musical Comedy Is the Oddest New TV Show in Years</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/arts/culturebox/2015/01/cheap_high_culture_in_baltimore_buffalo_detroit_and_other_midsize_cities.html\" class=\"primary\">The Rust Belt Theory of Low-Cost High Culture</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/browbeat/2015/01/01/jay_from_serial_interview_in_the_intercept_part_3_wilds_discusses_reddit.html\" class=\"primary\">In Part 3 of His Interview, Jay From <em>Serial </em>Chastises Reddit and Sarah Koenig</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Technology\" class=\"story-box-technology\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/technology.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nTechnology</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n            \n            \n                \n            \n            \n            \n            \n            \n            \n            \n        <div class=\"tile short long-hed \"  data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/blogs/future_tense/2014/12/31/imsi.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/blogs/future_tense/2014/12/31/snoopsnitch_is_an_app_by_the_german_srlabs_that_detects_imsi_catchers_stingrays.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Future Tense</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Dec. 31 2014 5:43 PM</span>\n                <!-- <span class=\"hed\">Now There's an App For Detecting Government Stingray Cell Phone Trackers</span> -->\n                \n                  \n                    <span class=\"hed\">Now There's an App For Detecting Government Stingray Cell Phone Trackers</span>\n                  \n                  \n                \n                <span class=\"dek\"></span>\n                <span class=\"byline\">Lily Hay Newman</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/future_tense/2014/12/31/flurry_reports_that_more_than_half_of_smartphones_activated_over_the_holidays.html\" class=\"primary\">Android Still Dominates, But People Sure Love Gifting iPhones</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/future_tense/2014/12/31/why_rosetta_s_comet_is_shaped_like_a_duck.html\" class=\"primary\">Scientists Are Trying to Figure Out Why Rosetta’s Comet Is Shaped Like a Duck</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/future_tense/2014/12/30/the_internet_of_things_is_a_long_way_from_being_secure.html\" class=\"primary\">Pretty Much Every Smart Home Device You Can Think of Has Been Hacked</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/future_tense/2014/12/30/las_vegas_new_year_s_a_snowstorm_is_coming_to_sin_city.html\" class=\"primary\">New Year’s Eve Snowstorm Set to Paralyze…Las Vegas?</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/future_tense/2014/12/30/echelon_insights_twitter_facebook_google_all_say_that_ferguson_talk_was.html\" class=\"primary\">Everyone Was Talking About Ferguson on Social Media This Year</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/technology/technology/2014/12/aol_email_address_why_i_still_use_my_aol_com_account_and_no_i_m_not_a_technophobic.html\" class=\"primary\">I Still Use an AOL Email Account, and I’m (Mostly) Proud of It</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Health & Science\" class=\"story-box-health-science\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/health_and_science.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nHealth & Science</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/articles/health_and_science/science/2014/12/141231_SCI_GirlWriting.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/articles/health_and_science/science/2014/12/141231_SCI_GirlWriting.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/articles/health_and_science/science/2015/01/surprise_journal_notice_the_unexpected_to_fight_confirmation_bias_for_science.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Science</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Jan. 2 2015 11:05 AM</span>\n                <!-- <span class=\"hed\">Surprise!</span> -->\n                \n                  \n                  \n                    <span class=\"hed\">Surprise!</span>\n                  \n                \n                <span class=\"dek\">The most important skill in science or self-improvement is noticing the unexpected.</span>\n                <span class=\"byline\">Julia Galef</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/bad_astronomy/2015/01/02/aleutian_volcanoes_landsat_8_photo.html\" class=\"primary\">An Icy Volcano and the Cosmic Cycle of Life</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/bad_astronomy/2015/01/01/ngc_1169_photo_of_a_barred_spiral_galaxy.html\" class=\"primary\">The Beauty of a Grain of Sand on the Cosmic Beach</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/health_and_science/medical_examiner/2014/12/new_year_s_resolution_tips_how_to_start_exercising_and_lose_weight.html\" class=\"primary\">Five Data-Driven Tips for Successful New Year’s Resolutions</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/wild_things/2014/12/31/drunk_birds_study_shows_zebra_finches_slur_their_songs_when_drinking_video.html\" class=\"primary\">Drunk Zebra Finches Slur Their Songs</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/bad_astronomy/2014/12/31/ba_blog_2014_a_self_indulgent_review.html\" class=\"primary\">The BA Blog Year That Was</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/blogs/wild_things/2014/12/30/is_it_crazy_to_say_you_love_your_dog_the_same_as_you_love_a_child.html\" class=\"primary\">Is It Crazy to Love a Dog the Way You Love a Child?</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n<div class=\"storyboxgroupquery section\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div data-vr-zone=\"Story Box: Sports\" class=\"story-box-sports\">\n<header class=\"black-header\">\n\n<a href=\"http://www.slate.com/articles/sports.html\" class=\"primary\"></a>\n<span class=\"see-all\">&nbsp;</span>\n\nSports</header>\n\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n            \n            \n            \n              \n              \n            \n            \n            \n            \n            \n                \n                \n            \n            \n        <div class=\"tile stacked long-hed \" style=\"background-image: url('http://www.slate.com/content/dam/slate/articles/sports/sports_nut/2014/12/141224_SNUT_BoxJump.jpg.CROP.promo-medium2.jpg');\" data-vr-contentbox=\"\" data-promo-image=\"http://www.slate.com/content/dam/slate/articles/sports/sports_nut/2014/12/141224_SNUT_BoxJump.jpg.CROP.promo-medium2.jpg\">\n            <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/j_j_watt_box_jump_is_the_internet_s_favorite_exercise_a_worthwhile_training.html\" class=\"primary\"></a>\n            \n            \n                <span class=\"rubrik\">Sports Nut</span>\n            \n            <div class=\"full-tile\">\n                <span class=\"timestamp\">Dec. 30 2014 7:08 AM</span>\n                <!-- <span class=\"hed\">The Internet’s Favorite Exercise</span> -->\n                \n                  \n                  \n                    <span class=\"hed\">The Internet’s Favorite Exercise</span>\n                  \n                \n                <span class=\"dek\">Is the box jump a worthwhile training technique or just a fancy party trick?</span>\n                <span class=\"byline\">Alan Siegel</span>\n            </div>\n        </div>\n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/topps_bunt_app_can_the_company_save_itself_and_a_beloved_hobby_with_baseball.html\" class=\"primary\">Can Topps Save Itself With Baseball Cards That Live Inside Your Phone?</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/nba_presidents_the_best_pro_basketball_analogues_for_george_washington_warren.html\" class=\"primary\">Who’s the Best NBA Analogue for Every President? (Ronald Reagan Is Kobe Bryant.)</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/new_olympic_sports_sports_fans_rejoice_the_days_when_sports_had_to_fight.html\" class=\"primary\">Sports Fans, Rejoice—the International Olympic Committee Just Reversed Its Dumbest Decision</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/robert_lipsyte_an_exit_interview_with_the_espn_ombudsman.html\" class=\"primary\">ESPN Doesn't Do More Great Journalism Because Its Viewers Don’t Want It To</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n            <div class=\"section-list \" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/fsutwitter_florida_state_football_fans_are_the_new_gamergate.html\" class=\"primary\">Florida State Football Fans Are the New Gamergate</a>\n            </div>\n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n            <div class=\"section-list  last\" data-vr-contentbox=\"\">\n              <a href=\"http://www.slate.com/articles/sports/sports_nut/2014/12/johnny_manziel_kerrville_even_in_the_town_where_he_learned_to_play_the_game.html\" class=\"primary\">Johnny Manziel Is Polarizing Even in the Town Where He Learned to Play Football</a>\n            </div>\n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n      \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n        \n        \n        \n    \n\n</div>\n</div>\n\n</div>\n\n  </div>\n</div>\n</div>\n\n      </article><!-- /.main -->\n      \n\n      <aside class=\"sidebar\" id=\"main_sidebar\">\n        <div class=\"sidebar-wrapper\">\n          \n          \n          \n          \n\n\n\n\n\n\n  \n  \n  \n\n\n<section class=\"nav-panel\" id='slate_logo'>\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"search-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"global-nav-handle sidebar-handle\"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  \n</section>\n\n          \n\n          \n        </div><!-- /.sidebar-wrapper -->\n      </aside><!-- /.sidebar -->\n      \n      \n      \n      \t\n\n  <footer id=\"article_footer_tiles\">\n     \n  </footer>\n\n<!--YieldMoTag-->\n    <div data-lazy-widget>\n    <!-- <div id=\"ym_910627945566641941\" class=\"ym\" pltag=\"Sports\"></div>\n    <script type=\"text/javascript\">\n    if (mobileMode()) {\n        (function(e,t){if(t._ym===void 0){t._ym=\"\";var m=e.createElement(\"script\");m.type=\"text/javascript\",m.async=!0,m.src=\"//static.yieldmo.com/ym.min.js\",(e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"body\")[0]).appendChild(m)}else\n     t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);\n      }\n    </script> -->\n    </div>\n    <!-- end yieldmo -->\n\n\n      \n    </div><!-- /.page -->\n\n\n\n<!-- HCS: layout -->\n  \n    <style type=\"text/css\">\n      body > .bottom {\n        text-align: center;\n        padding: 10px 0;\n      }\n      .bottom > #slug_leaderboard_2 {\n        position: relative;\n        width: auto;\n        text-align: center;\n      }\n    </style>\n    <div class=\"bottom\">\n      \r\n<div id=\"slug_leaderboard_2\" class=\"banner ad \" data-ad-type=\"leaderboard|2\" data-ad-mode=\"large\"></div>\r\n\n    </div>\n    <footer class=\"footer-base\">\n      <div class=\"container\">\n\n      <div class=\"sub-slate-row\">\n        <div class=\"left\">\n          <span class=\"label\">FOLLOW SLATE</span>\n          <a href=\"https://twitter.com/slate\" class=\"twitter\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/social/yellow-twitterNew.821dc365.png\" /></a>\n          <a href=\"http://www.facebook.com/Slate\" class=\"facebook\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/social/yellow-facebookNew.74981e6f.png\" /></a>\n        </div>\n\n        <div class=\"left slate-on\">\n          <span class=\"label\">SLATE ON</span>\n          <a href=\"http://itunes.apple.com/us/app/slate-magazine/id384914589?mt=8\">IPAD</a>\n          <a href=\"http://itunes.apple.com/us/app/slate-com/id357555242?mt=8\">IPHONE</a>\n          <a href=\"https://market.android.com/details?id=com.wapo.slate.android\">ANDROID</a>\n          <a href=\"http://www.amazon.com/gp/product/B000IOMTC0?ie=UTF8&tag=slatmaga-20&link_code=as3&camp=211189&creative=373489&creativeASIN=B000IOMTC0/\">KINDLE</a>\n        </div>\n\n        <div class=\"right\">\n          <a href=\"http://www.slatereprints.com\" class=\"label reprints\">REPRINTS</a>\n\n          <a href=\"http://innovate.slate.com/\" class=\"label advertise-with-us\" target=\"_blank\">ADVERTISE WITH US</a>\n        </div>\n      </div>\n\n      </div><!-- /.container -->\n\n\n    </footer>\n  \n    <footer class=\"footer-base-toc\">\n      <div class=\"container\">\n        <div class=\"footer-link-cols\">\n          <ul>\n            <li><a href=\"/articles/news_and_politics/slate_fare/2006/08/about_us.html\">ABOUT US</a></li>\n            <li><a href=\"/articles/briefing/contact_us/2006/08/whereto_find_slate_staff.html\">CONTACT US</a></li>\n            <li><a href=\"/articles/news_and_politics/slate_fare/2008/04/a_job_for_you_at_slate.html\">WORK WITH US</a></li>\n          </ul>\n          <ul class=\"center\">\n            <li><a href=\"/articles/briefing/slate_user_agreement_and_privacy_policy/2012/12/slate_s_terms_of_service.html\">USER AGREEMENT</a></li>\n            <li><a href=\"/articles/briefing/slate_user_agreement_and_privacy_policy/2012/12/slate_s_privacy_policy.html\">PRIVACY POLICY</a></li>\n            <li><a href=\"/articles/briefing/slate_fare/2011/12/commenting_on_slate_frequently_asked_questions.html\">FAQ</a></li>\n          </ul>\n          <ul class=\"last\">\n            <li><a href=\"mailto:feedback@slate.com\">FEEDBACK</a></li>\n            <li><a href=\"/articles/news_and_politics/corrections.html\">CORRECTIONS</a></li>\n          </ul>\n        </div>\n        <ul class=\"copyright unstyled\">\n          <li><a href=\"http://www.slate.com\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/the-slate-group-logo.12cbe5ac.png\" /></a></li>\n          <li><a href=\"http://www.theroot.com\"><img src=\"http://static.cdnslate.com/etc/designs/slate/images/the-root-logo.74009c0a.png\" /></a></li>\n          <li class=\"blurb\">Slate is published by The Slate Group, a Graham Holdings Company. All contents &copy; 2014 The Slate Group LLC. All rights reserved.</li>\n        </ul>\n      </div><!-- /.container -->\n    </footer> <!-- /.footer-base-toc -->\n<!-- HCS END: layout -->\n<!-- HCS: layouts/shared/bottom -->\n<div id=\"sidebar_toggle\">\n  <a href=\"#\" id=\"sidebar_handle\"></a>\n</div>\n<script src=\"http://slate-ad-scripts.s3.amazonaws.com/wp-srv/ad/loaders/latest/js/min/polar_config.min.js\"></script>\n<script>\n\n\nrequirejs([\"jquery\", \"hcs/libs/iscroll-lite\", \"modernizr\", \"hcs/script\", \"hcs/plugins/SGGlobalNav.jquery\", \"hcs/plugins/jQuery.highlighter\",\"hcs/plugins/SGGlobalNav.jquery\",\"libs/jquery-plugins/jquery.timeago\",\"announcements\",\"myslate\"], function($, iScroll, unused0, unused1, unused2, unused3, unused4, unused5, announcements, myslate) {\n  $(document).ready(function() {\n    announcements.deleteOldCookies();\n    \n    $(\"span.timeago\").timeago();\n  });\n  function pageLoadedForScrolling(){\n\n\n    scroller = new iScroll('main_sidebar', {\n      hScroll: false,\n      hScrollbar: false,\n      bounce: false\n    });\n\n    if(!mobileMode() && tabletMode() && $('html').hasClass('touch')){\n      // Nav gets iScroll if we're on an actual tablet.\n      window.tabletScroller = new iScroll('nav_sections', {\n        hScroll: false,\n        hScrollbar: false,\n        bounce: false,\n        onBeforeScrollStart: function (e) {\n          var target = e.target;\n          while (target.nodeType != 1) target = target.parentNode;\n\n          if (target.tagName != 'SELECT' && target.tagName != 'INPUT' && target.tagName != 'TEXTAREA')\n          e.preventDefault();\n        }\n      });\n    }\n\n  }\n\n  // We institute fancy scrolling on iscroll only on mobile webkit.\n\n  // Webkit detection script\n  Modernizr.addTest('webkit', function(){\n    return RegExp(\" AppleWebKit/\").test(navigator.userAgent);\n  });\n\n  // Mobile Webkit\n  Modernizr.addTest('mobile', function(){\n    return RegExp(\" Mobile/\").test(navigator.userAgent);\n  });\n\n  if(Modernizr.webkit && Modernizr.mobile){\n    if (document.addEventListener){\n      document.addEventListener('DOMContentLoaded', function () { setTimeout(pageLoadedForScrolling, 200); }, false);\n    } else if (document.attachEvent){\n      document.attachEvent('DOMContentLoaded', function () { setTimeout(pageLoadedForScrolling, 200); }, false);\n    }\n  }\n\n\n\n  $(function(){\n\n    watchSidebar();\n\n    if ($('body').hasClass('home')\n        || $('body').hasClass('landing')\n        || $('body').hasClass('settings')) {\n      $('.nav-header').SGGlobalNav({\n        noRollup: true, // Need to tell the homepage and landing etc that there's no rollup here, which causes things to behave differently.\n        noBurgerScroll: $('body').hasClass('no-burger-scroll'),\n        isSlatePlusUser: myslate.isSlatePlusUser\n      });\n    } else {\n      $('.nav-header').SGGlobalNav({\n        isSlatePlusUser: myslate.isSlatePlusUser\n      });\n    }\n\n\n    // Input field placeholder plugin to account for placeholder fallbacks.\n    jQuery(document).ready(function($) {\n      $(\".field-with-placeholder\").placeholder();\n    });\n\n\n    $('.content').highlighter({\n      'selector': '.highlighter-container',\n      'noHighlightIds': $('#podcast-slateplus-page'),\n      'minWords': 0,\n      'complete': function (data) {\n        // Here we have the selected string for use.\n        // console.log(data);\n        selectedText = data;\n      }\n    });\n\n  });\n\n\n  $(document).ready(function() {\n    $(\".sticky\").each(function() {\n      var stickyTop = $(\".sticky\").offset().top; // returns number\n      $(window).scroll(function() { // scroll event\n        var windowTop = $(window).scrollTop() + 57 + parseInt($(\".sticky\").css(\"margin-top\").split(\"px\")[0]); // returns number\n        if (stickyTop < windowTop) {\n          $(\".sticky\").css({ position: \"fixed\", top: \"53px\" });\n        } else {\n          $(\".sticky\").css(\"position\",\"static\");\n        }\n      });\n    })\n  });\n\n  watchSocialWelcomeNotifications();\n\n});\n    </script>\n\n    \n    \n\n    <script>\nrequirejs([\"jquery\", \"myslate\", \"hcs/script\", \"hcs/plugins/SGNavDropdown.jquery\", \n\t\t\"hcs/plugins/SGBigSlider.jquery\",\"hcs/plugins/SGFootnote.jquery\",\"hcs/plugins/SGRollup.jquery\",\n\t\t\"hcs/plugins/SGNavDropdown.jquery\",\"hcs/plugins/SGComments.jquery\",\"hcs/plugins/SGLightbox.jquery\",\n\t\t\"hcs/plugins/SGSocialIcons.jquery\"], \n\t\tfunction($, myslate, unused0, unused1, unused2, unused3, unused4, unused5, unused6, unused7, unused8) {\n\n    $(function(){\n        \n      $('#big_slider').SGBigSlider({\n        type: 'article'\n      });\n      \n      $('.footnote').SGFootnote();      \n      var multipartArticleRollup = $('#article_rollup');\n    \n      var subHed = $('#sub_hed');\n      if(subHed.length > 0){     \n        subHed.SGNavDropdown({ // Multipart rollup triggered by tapping the subhed.\n          extraId: 'subhed', // Used to name events inside the plugin, so we can be sure to bind/unbind the correct stuff.\n          targetId: '#multipart_nav', // The thing to show.\n          leftOffset: function(){ return $('#sub_hed').position().left; },\n          topOffset: function(){ return $('#sub_hed').position().top + $('#sub_hed').outerHeight(true); },\n          onShow: function(){\n            $('#multipart_nav').css('position', 'absolute');  \n            $('#multipart_nav').css('height', 'auto');\n            $('#multipart_nav').css('overflow', 'auto');\n            // subHed.find('.toggle').addClass('open-toggle');\n          },\n          onHide: function(){\n            // subHed.find('.toggle').removeClass('open-toggle');\n          }        \n        });        \n      }\n    \n      if($('#article_header').length > 0){\n        // The roll up.\n        $('#main_sidebar').SGRollup({ // The main element assigned to this plugin is used to trigger the drop of the rollup on desktop mode.\n          rollupEl: multipartArticleRollup,\n          topOffset: $('#slate_logo').height(), \n          leftOffset: $('#article_header').offset().left,\n          tablet: {el: $('#article_header'), topOffset: $('#article_header').height()}, // Indicate the visibility triggers for tablet mode.\n          mobile: {el: $('#tablet_header'), topOffset: $('#tablet_header').height()},// Indicate the visibility triggers for mobile mode.\n          onHide: function(){\n            // On roll back up make sure to hide the nav if it's open, assuming it was opened by the rollup toggle.\n            if(multipartArticleRollup.data('plugin_SGNavDropdown').isTargetVisible() && $('#multipart_nav').data('openedByRollup')){\n              multipartArticleRollup.data('plugin_SGNavDropdown').close();\n            }\n            if (!myslate.isSlatePlusUser) {\n              if ($('#comments').length > 0) {\n                $('#comments').data('plugin_SGComments').close();                      \n              }\n            }\n          }          \n        });\n      }      \n    \n    // Multipart dropdown triggered by the rollup in the multipart nav.\n      multipartArticleRollup.SGNavDropdown({\n        targetId: '#multipart_nav', // The thing to show.\n        extraSpecificHandle: '.handle',\n        extraId: 'multipart', // Used to name events inside the plugin, so we can be sure to bind/unbind the correct stuff.\n        leftOffset: function(){ return multipartArticleRollup.find('.main').offset().left; },\n        topOffset: function(){\n          return multipartArticleRollup.outerHeight(true)\n        },\n        onShow: function(){\n          $('#multipart_nav').css('position', ''); // undo the absolute bit we might have affixed in subHed.SGNavDropdown().\n          $('#multipart_nav').addClass('fixed').data('openedByRollup', true);\n          $('#multipart_nav').css('max-height', (mobileMode() ? $(window).outerHeight(true) + 10 : $(window).height() - $('#article_rollup').height()));\n          $('#multipart_nav').css('overflow', 'scroll');\n          if(mobileMode()){\n            $('#multipart_nav').css('right', 0);\n          }\n        },\n        onHide: function(){\n          $('#multipart_nav').data('openedByRollup', false);\n        }        \n      });\n    \n    \n      if (!myslate.isSlatePlusUser) {\n        $('#comments').SGComments({\n          handles: $('.social .comments, .comment-options a'),\n          rollUp: $('#main_sidebar').data('plugin_SGRollup'),\n          leftOffset: function(){\n            // The intent is for the right side of the comments to line up with the sidebar.\n            if(tabletMode()){\n              return 0;\n            } else {\n              return $('#main_sidebar').offset().left - $('#comments').outerWidth() - 11;\n            }\n          },\n          topOffset: function(){ return $('#article_rollup').height(); },\n          onShow: function(){\n            if(multipartArticleRollup.data('plugin_SGNavDropdown').isTargetVisible()){\n              multipartArticleRollup.data('plugin_SGNavDropdown').close();  \n            }\n            if ($(\"#livefyre .fyre\").size() == 0) {\n              loadLivefyre();\n            }\n          },\n          mobile: {\n            handle: $('#see_more_comments') // This both triggers the mobile comments and indicates where to drop the content in the DOM.\n          }\n          \n        });\n      }\n    \n    \n      // Trigger the slideshow lightbox for from the .slideshow-preview example.\n        $('#slideshow_preview_link').SGLightbox({\n          type: 'slideshow',\n          slideshowElement: $('#the_slideshow')\n        });  \n    \n    \n      $('.social-with-popup').SGSocialIcons({});\n      \n      watchMobileRollupSocialToggle();    \n    \n      $('.expandable').find('.toggle').click(function(e){\n        $(this).closest('.social').toggleClass('visible');\n        $('#main_byline').toggle();\n        e.preventDefault();\n      });\n    \n      $('.full-width').setFullWidth();\n    \n      myslate.benefits();\n\n    });\n});\n    </script>\n\n\n    \n    <script>\n    requirejs([\"facebook\"], function(unused0) {\n      $(function(){\n        FB.XFBML.parse();\n      });\n    });\n    </script>\n    <!-- Buzzfeed -->\n    <!-- Chartbeat -->\n    \n<script type=\"text/javascript\">\n\nvar _sf_async_config={uid:9250,domain:\"slate.com\"};\n_sf_async_config.useCanonical = true;\nif (wp_meta_data) {\n    var sectionsArray = new Array();\n    if (wp_meta_data.section !== undefined) {\n        sectionsArray.push(wp_meta_data.section);\n    }\n    if (wp_meta_data.rubric !== undefined) {\n        sectionsArray.push(wp_meta_data.rubric);\n    }\n    if (wp_meta_data.blog !== undefined) {\n        sectionsArray.push(wp_meta_data.blog);\n    }\n    _sf_async_config.sections = sectionsArray.join(\",\");\n    if (wp_meta_data.authors !== undefined) {\n        _sf_async_config.authors = wp_meta_data.authors.join(\",\");\n    }\n}\n\n_sf_async_config.sections = _sf_async_config.sections + \",Blogs\";\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n</script>\n    <!-- Parsely -->\n    \n\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"slate.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n    \n\n\n\n    \n    \n        <script>\n            requirejs([\"shared/sgads\"], function(slateads) {\n                slateads.wire(\"http://js.slate.com/wp-srv/ad/loaders/latest/js/min/loader.min.js\");\n            });\n        </script>\n    \n\n<div class=\"nav-header\" id=\"magic_nav_header\">\n  <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n  <div class=\"buttons\">\n  \t\n    <span class=\"link option\"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">\n      Sign In\n    </a></span>\n    <span class=\"link option\"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n    \n  </div>\n</div><!-- /.nav-header -->\n<!-- HCS: layouts/shared/nav/nav -->\n<div id=\"nav_sections\"></div>\n<!-- HCS END: layouts/shared/nav/nav -->\n\n      \n      \n\n\n\n\n\n\n  \n  \n  \n\n\n<section class=\"nav-panel\" id='nav_header_for_rollup_magic'>\n  <div class=\"nav-header\">\n    <a class=\"slate-logo\" href=\"/\"><span class=\"logo\">Slate</span></a>\n    <a href=\"#\" class=\"user-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"search-link sidebar-handle\"></a>\n    <a href=\"#\" class=\"global-nav-handle sidebar-handle\"></a>\n    <div class=\"buttons\">\n      \n      <span class=\"link option \"><a class=\"first nav-option sign-in-link\" href=\"#\" id=\"sign_in_link\">Sign In</a></span>\n      <span class=\"link option \"><a href=\"#\" class=\"nav-option sign-up-link\" id=\"sign_up_link\">Sign Up</a></span>\n      \n    </div>\n  </div>\n  \n</section>\n\n\n    <div id=\"nav_animation_mask\">\n\n    </div>\n\n    \n    <span class='highlighter-container'>\n      <div class=\"social social-with-popup\">\n        <a href=\"#\" data-share=\"http://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html&p[images][0]=http://www.slate.com/content/dam/slate/articles/news_and_politics/photography/2014/06/world_cup_protests/140610_SPOT_WorldCupProtest_20.jpg/_jcr_content/renditions/cq5dam.web.1280.1280.jpeg&p[title]=Striking+Images+of+Brazil%E2%80%99s+Anti-World+Cup+Protest+Movement&p[summary]=The+biggest+challenge+to+Brazil%E2%80%99s+World+Cup+preparations+over+the+past+few+weeks+has+been+the+chaos+caused+by+striking+public+workers.+While+S%C3%A3o+Paulo+subway+workers+voted+to+at+least+temporarily+suspend+their+strikes+on+Monday+night%2C+protests+by+activists+angry+at+the+money+being+spent+by+Brazil+to...\" class=\"facebook share highlighter\">\n          <span class=\"icon\"></span>\n        </a>\n        <a href=\"#\" data-share=\"http://twitter.com/share?url=http://www.slate.com/blogs/the_spot/2014/06/10/brazil_world_cup_protests_striking_images_of_the_country_s_anti_world_cup.html&count=none&via=slate\" class=\"twitter\">\n          <span class=\"icon\"></span>\n        </a>\n        \n          <a href=\"#comments\" class=\"comments\" style=\"display: none;\">\n            <span class=\"icon\"></span>\n          </a>\n        \n      </div>\n        <div class=\"arrow-border\"></div>\n        <div class=\"arrow\"></div>\n    </span>\n    <!-- Sailthru Horizon -->\n    <script>\n    requirejs(['jquery'], function($) {\n      (function() {\n        function loadHorizon() {\n          var s = document.createElement('script');\n          s.type = 'text/javascript';\n          s.async = true;\n          s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n          var x = document.getElementsByTagName('script')[0];\n          x.parentNode.insertBefore(s, x);\n        }\n        loadHorizon();\n        var oldOnLoad = window.onload;\n        window.onload = function() {\n          if (typeof oldOnLoad === 'function') {\n            oldOnLoad();\n          }\n          Sailthru.setup({\n            domain: 'horizon.slate.com'\n          });\n        };\n      })();\n    });\n    </script>\n    \n<!-- HCS END: layouts/shared/bottom -->\n\n    <!-- Campaigns -->\n    <script>\n     requirejs([\"shared/campaignManager\", \"optimizely\"], function(campaigns, optimizely) {\n       // setTimeout.  Boo.\n       setTimeout(campaigns.execute, 400);\n     });\n    </script>\n\n  <!--\n  Page Loading starts on 2015/01/03 06:47:27, Total time elapsed to render is 0.3300731 seconds, Server: pub2.slate.com\n  -->\n  </body>\n</html>\n\n\n\n\n\n\n\n\n\n\n\n\n"
  },
  {
    "path": "tests/data/html/space.com1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n       \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n  <meta http-equiv=\"content-type\" content=\"text/html;charset=UTF-8\" />\r\n  <title>Mars Facts: Life, Water and Robots on the Red Planet</title>\r\n  <meta name=\"description\" content=\"Learn about planet Mars’ atmosphere, water supply and the possibility to support life, plus, findings from the Mars exploration rover mission.\" />\r\n  \r\n  <meta name=\"news_keywords\" content=\"planet mars, red planet, martian, fourth planet, sun, solar system, terrestrial planet, olympus mons, vailes marineris, impact craters\" />\r\n  <meta name=\"robots\" content=\"index,follow\" />\r\n  <meta name=\"google-site-verification\" content=\"MbXIxQZKTmppqEDFE0bdWHdQq_OSDiASMxZeFX1x-3k\" />\r\n  <link rel=\"shortcut icon\" href=\"http://i.space.com/images/site/favicon.ico\" />\r\n  <script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\r\n\r\n  <script>window.ONSWIPE_USR = 'space'</script>\r\n  <script src=\"http://assets.onswipe.com/synapse/on.js?usr=space\" id=\"onswipe_synapse\"></script>\r\n\r\n  <link href='http://fonts.googleapis.com/css?family=Economica:400,700' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Oswald:300,400' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>\r\n\r\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js\" type=\"text/javascript\"></script>\r\n  <script src=\"/javascripts/site.js?1415208434\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jquery.tools.min.js?1296172568\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jcarousellite_1.0.1.min.js?1287503220\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/fixed_top_bar.js?1372777151\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/top_five.js\" type=\"text/javascript\"></script>\r\n  <script>$jq = jQuery.noConflict();</script>\r\n  \r\n  <link href=\"/stylesheets/site.css?1415208434\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\r\n  \n<link href=\"/stylesheets/contents_common.css?1389224554\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/reference.css?1373379455\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/poll.css?1374596614\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<script src=\"/javascripts/contents_common.js?1389224554\" type=\"text/javascript\"></script>\n\r\n\r\n  <script type='text/javascript' src='http://ads.servebom.com/tmnhead.js'></script>\r\n<script type='text/javascript'>\r\n    var adSlots = {};\r\n    var pageAccount = '/10518929/tmn.sdc';\r\n    var pageAdZone = '/references';\r\n\r\n    adSlots.ad_leaderboard = {\"targeting\":{},\"sizes\":[[728,90],[970,66],[970,90],[970,250]]};\r\n    adSlots.ad_billboard = {\"targeting\":{},\"sizes\":[[300,250],[300,300],[300,600],[300,1050]]};\r\n    adSlots.ad_billboard2 = {\"targeting\":{},\"sizes\":[[300,601],[120,600],[160,600],[300,251]]};\r\n    adSlots.ad_sense1 = {\"targeting\":{\"adsense1\":\"adsense1\"},\"sizes\":[540,185]};\r\n    adSlots.ad_sense2 = {\"targeting\":{\"adsense2\":\"adsense2\"},\"sizes\":[620,185]};\r\n    adSlots.ad_sense3 = {\"targeting\":{\"adsense3\":\"adsense3\"},\"sizes\":[300,300]};\r\n    \r\n    for(var i in adSlots){\r\n      adSlots[i].account = pageAccount+pageAdZone;\r\n      adSlots[i].div = i;\r\n      tmntag.adunit(adSlots[i]);\r\n    } \r\n\r\n    tmntag.adunit({account:pageAccount+pageAdZone, sizes:[640,480], div:'ad_interstitial'});\r\n    tmntag.adunit({account:pageAccount+pageAdZone, div:'ad_skin'});\r\n\r\n    tmntag.target({\"site\":\"tmn.sdc\",\"ctype\":\"reference\",\"ccat1\":\"references\",\"partner\":\"n\"});\r\n    if(document.location.hash.indexOf('#xtor=') != -1) tmntag.target({'xtor':document.location.hash.substr((document.location.hash.indexOf('#xtor=')+6), document.location.hash.length)});\r\n    tmntag.account(pageAccount);\r\n    tmntag.disableSingleRequest();\r\n    tmntag.start();\r\n</script>\r\n  \r\n  <link rel='canonical' href='http://www.space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html' />\r\n\r\n  <meta property=\"fb:app_id\" content=\"131734303545872\" />\r\n\r\n  <meta property=\"og:title\" content=\"Mars Facts: Life, Water and Robots on the Red Planet\"/>\r\n  <meta property=\"og:url\" content=\"http://www.space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html\"/>\r\n  <meta property=\"og:image:height\" content=\"800\"/>\r\n  <meta property=\"og:type\" content=\"article\"/>\r\n  <meta property=\"og:site_name\" content=\"Space.com\"/>\r\n  <meta property=\"og:description\" content=\"Learn about planet Mars’ atmosphere, water supply and the possibility to support life, plus, findings from the Mars exploration rover mission.\"/>\r\n  <meta property=\"og:image\" content=\"http://i.space.com/images/i/000/020/137/original/nasa-hubble-mars-2003.jpg?1377727870\"/>\r\n  <meta property=\"og:image:width\" content=\"800\"/>\r\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\r\n  <meta name=\"twitter:site:id\" content=\"15431856\">\r\n  <meta name=\"twitter:site\" content=\"@SPACEdotcom\">\r\n  \r\n  \r\n<meta name='parsely-metadata'\r\n      content='{\"type\": \"feature\", \"image_url\": \"http://i.space.com/images/i/000/020/137/i01/nasa-hubble-mars-2003.jpg?1377727870\"}'>\r\n\r\n<meta name='parsely-page'\r\n\t  content='{\"title\": \"Mars Facts: Life, Water and Robots on the Red Planet | Space.com\",\r\n\t            \"link\": \"http://www.space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html\",\r\n\t            \"image_url\": \"http://i.space.com/images/i/000/020/137/i02/nasa-hubble-mars-2003.jpg?1377727870\",\r\n\t            \"type\": \"post\",\r\n\t            \"post_id\": \"47\",\r\n\t            \"pub_date\": \"2014-11-04 at 21:00:00PM EST\",\r\n\t            \"section\": \"References\",\r\n\t            \"author\": \"Charles Q.  Choi\",\r\n\t            \"tags\": [\"planet mars\",\"red planet\",\"martian\",\"fourth planet\",\"sun\",\"solar system\",\"terrestrial planet\",\"olympus mons\",\"vailes marineris\",\"impact craters\",\"polar ice caps\"]\r\n\t           }'>\r\n\r\n</head>\r\n  <body style=\"background-color: #f1f2f2;\">\r\n  <script>setTimeout(function(){ pm_async_callback()}, 3000); // This call ensures after set interval the GPT call is made even if UOE call fails.</script>\r\n \r\n  \r\n<script language=\"JavaScript\" type=\"text/javascript\"> var om_info = {\"env\":\"production\",\"site\":\"space\",\"display_name\":\"Space\"}; </script>\r\n<!-- SiteCatalyst code version: H.19.4.\r\nCopyright 1997-2009 Omniture, Inc. More info available at\r\nhttp://www.omniture.com -->\r\n<script src=\"/javascripts/s_code.js?1349362732\" type=\"text/javascript\"></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\n/* You may give each page an identifying name, server, and channel on\r\nthe next lines. */\r\ns.pageName=\"sdc:references:reference:47\" //s.hier1 + Content Type:Content Type 2\r\ns.server=\"\"\r\ns.channel=\"references\" //Channel\r\ns.prop1=\"\" //Sub Channels\r\ns.prop2=\"sdc\" //Sites\r\ns.prop3=\"\" //Categories\r\ns.prop16=\"\" //Sub Categories\r\ns.prop18=\"\" //Product\r\ns.prop4=\"reference\" //Content Type\r\ns.prop17=\"\" //Content Type 2\r\ns.prop5=\"mars facts: life, water and robots on the red planet\" //Content Title\r\ns.prop6=\"sdc-47\" //Content ID\r\ns.prop15=\"\" //Logged in status\r\n//s.prop?=\"http://www.space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html\" //Page URL\r\n/* Hierarchy Variables */\r\ns.hier1=\"\"\r\ns.eVar15=s.prop15\r\ns.eVar16=s.prop16\r\ns.eVar17=s.prop17\r\ns.eVar18=s.prop18\r\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\r\nvar s_code=s.t();if(s_code)document.write(s_code)//--></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\r\n//--></script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img\r\nsrc=\"http://toptenreviews.122.2o7.net/b/ss/toptenreviewsprod/1/H.19.4--NS/0\"\r\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript><!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.19.4. -->\r\n\r\n\r\n<!-- Google Tag Manager -->\r\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5K6SSM\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-5K6SSM');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<!-- Start Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\">\r\n  var _gaq = _gaq || [];\r\n\r\n  _gaq.push(['_setAccount', 'UA-11681412-1'],\r\n            ['_setDomainName', 'space.com'],\r\n            ['_setCustomVar', 1, 'Section', 'references', 3],\r\n            ['_trackPageview']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>\r\n\r\n<!-- End Google Analytics tag -->\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script>\r\n<script type=\"text/javascript\">stLight.options({publisher: \"44826d50-86b3-4690-b68d-df4ee65d1526\", doNotHash:true, doNotCopy:true,hashAddressBar:false});</script>\r\n  \n<div id=\"top_side\" class=\"fixed-bar\">\n  <div class=\"fixed-bar-contents\">\n  <div class=\"fixed-bar-logo\"><a href=\"/\"><img src=\"/images/site/space-logo.png\" alt=\"Space\"/></a></div>\n  \n    <span id=\"fixed-bar-hoverables\">\n    <span class=\"fixed-bar-search-icon fixed-bar-inactive-icon\" id=\"fixed-bar-search-icon\">\n        <span class=\"fixed-bar-search-icon\" onmouseover=\"stickybar_items('search',1);\" onclick=\"stickybar_items('search');\">\n        &nbsp;\n        </span>\n        <div id=\"fixed-bar-search-bar\" class=\"fixed-bar-search-bar\">\n          <form id=\"fix-bar-search\" action=\"/search.php\" method=\"get\" name=\"fix-bar-search\" onsubmit=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\">\n                <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:47n5qdg34oa\" />\n                <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\n                <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\n                <input class=\"fixed-bar-search-submit\" type=\"image\" form=\"fix-bar-search\" name=\"sa\" src=\"/images/site/search-icon-trans.png\" onclick=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\" />\n                <input id=\"fixed-bar-search-box\" onblur=\"stickybar_items();\" class=\"fixed-bar-search-box\" type=\"text\" form=\"fix-bar-search\" name=\"q\" placeholder=\"search Space.com\" />\n            </form>\n        </div>\n    </span>\n\n    <span id=\"fixed-bar-social-icons\" class=\"fixed-bar-social-icons fixed-bar-inactive-social\" onmouseover=\"stickybar_items('social',1);\" onclick=\"stickybar_items('social');\">\n        <span class=\"fixed-bar-social-border\"></span>\n        <div id=\"fixed-bar-social-bar\" class=\"fixed-bar-social-bar\">\n            <div class=\"social\">\n              <span class=\"fb\">\n                   <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/spacecom&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:20px;\" allowTransparency=\"true\"></iframe>\n              </span>\n              <span class=\"gplus\">\n                  <!-- Place this tag where you want the +1 button to render. -->\n                  <g:plusone size=\"medium\" annotation=\"inline\" width=\"120\" href=\"http://www.space.com/\"></g:plusone>\n              </span>\n              <span class=\"twitter\">\n                  <a href=\"https://twitter.com/spacedotcom\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"false\" data-lang=\"en\">Follow</a>\n                  <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n              </span>\n              <a href=\"http://www.space.com/home/feed/site.xml\" alt=\"RSS\">\n                <span class=\"rss\"></span>\n              </a>\n          </div>\n        </div>\n    </span>\n    </span>\n    <script>\n    $('#fixed-bar-hoverables').mouseleave(function() {stickybar_items('',3); });\n    </script>\n    <ul class=\"top-nav fixed-bar-nav\">\n  \n      \n      \n      <li class=\"\" ><a href=\"/tech-robots\">TECH</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/spaceflight\">SPACEFLIGHT</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/science-astronomy\">SCIENCE & ASTRONOMY</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/search-for-life\">SEARCH FOR LIFE</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/skywatching\">SKYWATCHING</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/entertainment\">ENTERTAINMENT</a></li>\n  \n      <li class=\"shop\"><a href=\"http://store.space.com/?ICID=space-navs\">SHOP</a></li>\n    </ul>\n\n  </div>\n</div>\n\r\n<div class=\"ie6_wrapper\">\r\n\r\n  \r\n\r\n  <script type='text/javascript'>tmntag.adTag('ad_skin');</script>\r\n  <script type='text/javascript'>tmntag.adTag('ad_interstitial');</script>\r\n\r\n  <div style=\"position:absolute; height:0px; width:100%; .z-index:10000;\">\r\n    <div id=\"main_header\" class=\"center_the_header clearfix\">\r\n<div id=\"ad-leaderboard\">\r\n  <div class=\"leaderboard\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_leaderboard');</script>\r\n  </div>\r\n</div>\r\n<div class=\"header\">\r\n  <div style=\"float:left;padding-top:10px;\"><a href=\"/\"><img src=\"/images/site/space-logo.png\" alt=\"space\"/></a></div>\r\n    <div class=\"search-social\">\r\n      <form id=\"search\" action=\"/search.php\" method=\"get\" style=\"display:inline-block;\" onsubmit=\"return (($('#searchbox')[0].value == '' || $('#searchbox')[0].value == 'search Space.com') ? false : true);\">\r\n            <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:47n5qdg34oa\" />\r\n            <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\r\n            <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\r\n            <input id=\"search-button\" type=\"submit\" name=\"sa\" value=\"\" />\r\n            <input id=\"searchbox\" type=\"text\" form=\"search\" name=\"q\" onfocus=\"if(this.value=='search Space.com') this.value='';\" onblur=\"if(this.value=='') this.value='search Space.com';\" value=\"search Space.com\" />\r\n        </form>\r\n        <div class=\"social\">\r\n            <a class=\"header_button\" href=\"https://www.facebook.com/spacecom?cmpid=556675\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:8px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Facebook\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://twitter.com/SPACEdotcom?cmpid=556676\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-29px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Twitter\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"http://www.linkedin.com/company/imaginova?cmpid=556677\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-70px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Linkedin\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://plus.google.com/+SPACEcom/posts?cmpid=556678\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-107px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Google+\">\r\n                </div>\r\n            </a>\r\n        </div>\r\n    </div>\r\n\r\n\r\n\r\n    <ul class=\"top-nav\">\r\n    \r\n        \r\n        \r\n        <li class=\"\" ><a href=\"/tech-robots\">TECH</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/spaceflight\">SPACEFLIGHT</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/science-astronomy\">SCIENCE & ASTRONOMY</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/search-for-life\">SEARCH FOR LIFE</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/skywatching\">SKYWATCHING</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/entertainment\">ENTERTAINMENT</a></li>\r\n    \r\n        <li class=\"shop\"><a href=\"http://store.space.com/?ICID=space-navs\">SHOP</a></li>\r\n    </ul>\r\n\r\n    <div class=\"trend-bar\">\r\n        <span class=\"trending\">TRENDING:</span>\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/16149-night-sky.html\">Skywatching Guide</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/17933-nasa-television-webcasts-live-space-tv.html\">Space Webcasts</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/17963-mars-curiosity.html\">Mars Rover Curiosity</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/11506-space-weather-sunspots-solar-flares-coronal-mass-ejections.html\">Solar Flares </a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/34-image-day.html\">Space Photos</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/video/\">Space Videos</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/15693-telescopes-beginners-telescope-reviews-buying-guide.html\">Telescopes for Beginners</a>\r\n    </div>\r\n</div>\r\n<script>\r\n  buildLinkTracking('top-nav','top-nav',null,null,null,true);\r\n  buildLinkTracking('trend-bar','trend-bar',null,null,null,true);\r\n</script>\r\n</div>\r\n\r\n    <div id=\"container\">\r\n      <div id=\"containerBg\">\r\n        \n\n<div class=\"left_content\">\n  <div style=\"float:left;width:100%;\">Reference:</div>\n  \r\n<div class=\"main_title_cont\" id=\"nointelliTXT\">\r\n\t<div class=\"content_title\">\r\n\t\t<h1>Mars Facts: Life, Water and Robots on the Red Planet</h1>\r\n\t</div>\r\n\t<div class=\"by_line_date\">\r\n\t\tby Charles Q.  Choi, Space.com Contributor&nbsp;&nbsp; | &nbsp;&nbsp;November 04, 2014 09:00pm ET\r\n\t</div>\r\n</div>\r\n\n\n  <div class=\"lft_share_bar\">\n      <div id=\"sticky_social\" class=\"static_cont\">\r\n\t<span class=\"st_facebook_vcount\" displayText='Share'></span>\r\n\t<span class=\"st_twitter_vcount\" st_via='SPACEdotcom'></span>\r\n\t<span class='st_stumbleupon_vcount' displayText='Submit'></span>\r\n\t<span class='st_reddit_vcount' displayText='Reddit'></span>\r\n\t<span class=\"st_sharethis_custom\"><img style=\"width:65px;\" src=\"/images/site/social/share_more.png\" /></span>\r\n</div>\n  </div>\n\n  <div class=\"content\">\n    \r\n\r\n\n    <div style=\"float:left; width:0px; height:0px; overflow:hidden;\"><img class=\"ggnoads\" src=\"\" id=\"popped_image\" onload=\"popupImageSize(this.src);\" /></div>\r\n<input type='hidden' id='currentid' value='' />\r\n<div class=\"large_popper\" id=\"custom0\">\r\n    <div class=\"current_custom ggnoads\" id=\"current_cus0\">\r\n      <img id=\"current_limage0\" src=\"\" />\r\n    </div>\r\n</div>\r\n\r\n    \r\n    <span style=\"float:left; margin:0px 10px 10px 0px;\">\r\n      <table border=\"0\" style=\"width:1px;border-spacing:0;\">\r\n        <tr>\r\n          <td>\r\n            <img src=\"http://i.space.com/images/i/000/020/137/iFF/nasa-hubble-mars-2003.jpg?1377727870\" alt=\"Mars Hubble Photo\" style=\"width:270px;\" />\r\n          </td>\r\n            <tr>\r\n              <td style=\"border: 1px solid lightgray; padding: 10px; font-size: 12px; line-height: 16px;\">\r\n                 <span style=\"width:auto; float:right; padding:2px 25px 0px 5px;\">\r\n                  <script>\r\n                    var image_description = \"NASA's Hubble Space Telescope snapped this shot of Mars on Aug. 26, 2003, when the Red Planet was 34.7 million miles from Earth. The picture was taken just 11 hours before Mars made its closest approach to us in 60,000 years.\"\r\n                    document.write('<a href=\"http://pinterest.com/pin/create/button/?url='+escape(window.location.href)+'&media=http://i.space.com/images/i/000/020/137/original/nasa-hubble-mars-2003.jpg?1377727870&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\r\n                  </script>\r\n                </span>\r\n              \r\n              NASA's Hubble Space Telescope snapped this shot of Mars on Aug. 26, 2003, when the Red Planet was 34.7 million miles from Earth. The picture was taken just 11 hours before Mars made its closest approach to us in 60,000 years.<br />\r\n              \r\n              \r\n              <span style=\"margin-top:5px;float:left; padding-right:5px;\">Credit: NASA/ESA</span>\r\n              \r\n              \r\n              <span style=\"max-width:270px;margin-top:5px;float:left;\"><div><a class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"http://i.space.com/images/i/000/020/137/original/nasa-hubble-mars-2003.jpg?1377727870\",this,0);' rel=\"#custom0\">View full size image</a></div></span>\r\n              \r\n              </td>\r\n            </tr>\r\n        </tr>\r\n      </table>\r\n    </span>\r\n    \r\n\r\n\r\n\r\n<p>\r\n\tMars is the fourth planet from the sun. Befitting the red planet&#39;s bloody color, the Romans named it after their god of war. The Romans copied the ancient Greeks, who also named the planet after their god of war, Ares. Other civilizations also typically gave the planet names based on its color &mdash; for example, the Egyptians named it &quot;Her Desher,&quot; meaning &quot;the red one,&quot; while ancient Chinese astronomers dubbed it &quot;the fire star.&quot;</p>\r\n<h2>\r\n\t<strong>Physical characteristics</strong></h2>\r\n<p>\r\n\t<strong>Regolith</strong></p>\r\n<p>\r\n\tThe bright rust color Mars is known for is due to&nbsp;<a href=\"http://www.space.com/16895-what-is-mars-made-of.html\">iron-rich minerals</a>&nbsp;in its regolith &mdash; the loose dust and rock covering its surface. The soil of Earth is a kind of regolith, albeit one loaded with organic content. According to NASA, the&nbsp;iron minerals oxidize, or rust, causing the soil to look red.\r\n</p><p>\r\n    <div class=\"about_adsense\" id=\"nointelliTXT\">\r\n        <script type='text/javascript'>tmntag.adTag('ad_sense1');</script>\r\n    </div>\r\n</p>\r\n\r\n<p>\r\n\t<strong>Geology</strong></p>\r\n<p>\r\n\tThe&nbsp;<a href=\"http://www.space.com/16903-mars-atmosphere-climate-weather.html\">cold, thin atmosphere</a>&nbsp;means liquid water currently cannot exist on the Martian surface for any length of time. This means that although this desert planet is just half the diameter of Earth, it has the same amount of dry land.</p>\r\n<p>\r\n\tThe red planet is home to both the highest mountain and the deepest, longest valley in the solar system.&nbsp;<a href=\"http://www.space.com/20133-olympus-mons-giant-mountain-of-mars.html\">Olympus Mons</a>&nbsp;is roughly 17 miles (27 kilometers) high, about three times as tall as Mount Everest, while the&nbsp;<a href=\"http://www.space.com/20446-valles-marineris.html\">Valles Marineris</a>&nbsp;system of valleys &mdash; named after the Mariner 9 probe that discovered it in 1971 &mdash; can go as deep as 6 miles (10 km) and runs east-west for roughly 2,500 miles (4,000 km), about one-fifth of the distance around Mars and close to the width of Australia or the distance from Philadelphia to San Diego.&nbsp;</p>\r\n<div class='article_img_right'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom24920' class='make_big' onclick=\"loadPopupImage('http://i.space.com/images/i/000/024/920/original/available-to-populate-mars.jpg?1357688496',this,24920);\"><img  src='http://i.space.com/images/i/000/024/920/i01/available-to-populate-mars.jpg?1357688496' alt='Available to Populate Mars T-shirt' /></a><div class=\"large_popper\" id=\"custom24920\"><div class=\"current_custom ggnoads\" id=\"current_cus24920\"><img id=\"current_limage24920\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"Space.com Exclusive T-shirt. Available to Populate Mars. <a href=\"http://store.hermanstreet.com/space/space.com-available-to-populate-mars-t-shirt/skin-Space?ICID=SPACE_article\"> Buy Now</a><br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.space.com/images/i/000/024/920/original/available-to-populate-mars.jpg?1357688496&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>Space.com Exclusive T-shirt. Available to Populate Mars. <a href=\"http://store.hermanstreet.com/space/space.com-available-to-populate-mars-t-shirt/skin-Space?ICID=SPACE_article\"> Buy Now</a><br /><span style='float:left; margin-top:5px;'>Credit: Space.com Store</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom24920\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/024/920/original/available-to-populate-mars.jpg?1357688496\",this,24920);'>View full size image</a></div></div></div></div>\r\n<p>\r\n\tMars has the largest volcanoes in the solar system, including Olympus Mons, which is about 370 miles (600 km) in diameter, wide enough to cover the entire state of New Mexico. It is a shield volcano, with slopes that rise gradually like those of Hawaiian volcanoes, and was created by eruptions of lavas that flowed for long distances before solidifying. Mars also has many other kinds of volcanic landforms, from small, steep-sided cones to enormous plains coated in hardened lava. Some minor eruptions might still occur on the planet.</p>\r\n<p>\r\n\tScientists think the Valles Marineris formed mostly by rifting of the crust as it got stretched. Individual canyons within the system are as much as 60 miles (100 km) wide. They merge in the central part of the Valles Marineris in a region as much as 370 miles (600 km) wide. Large channels emerging from the ends of some canyons and layered sediments within suggest the canyons might once have been filled with liquid water.</p>\r\n<p>\r\n\tChannels, valleys, and gullies are found all over Mars, and suggest that liquid water might have flowed across the planet&#39;s surface in recent times. Some channels can be 60 miles (100 km) wide and 1,200 miles (2,000 km) long.&nbsp;<a href=\"http://www.space.com/17048-water-on-mars.html\">Water may still lie in cracks and pores in underground rock</a>.</p>\r\n<p>\r\n\t\n      <script type='text/javascript' src='http://player.ooyala.com/v3/91ac0f6dcbdf466c84659dbc54039487'></script>\n\n      <div id='ooyalaplayerlweXV4cDr9-23Ld5d-9mfldUnCm5B3mj' style='clear:both; float:left; width:100%; margin:40px 0;'>\n        <script type='text/javascript'>\n          var player = OO.Player.create('ooyalaplayerlweXV4cDr9-23Ld5d-9mfldUnCm5B3mj', 'lweXV4cDr9-23Ld5d-9mfldUnCm5B3mj', {\n            height: 352,\n            width: 540,\n            autoplay: false,\n            'google-ima-ads-manager': {\n      'adTagUrl':'http://pubads.g.doubleclick.net/gampad/ads?sz=640x480&cust_params=frmt%3D0%26frmt%3D1%26frmt%3D22%26plID%3D91ac0f6dcbdf466c84659dbc54039487%26ttID%3DlweXV4cDr9-23Ld5d-9mfldUnCm5B3mj%26pos%3Dpreroll%26cue%3Dpre%26cgm%3D0&cmsid=1849&iu=%2F10518929%2Ftmn.sdc&ciu_szs=728x90,300x250&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&correlator=[timestamp]&overlay=1&vid=[oo_embedcode]'\n    },\n          });\n        </script>\n      </div></p>\r\n<p>\r\n\tMany regions of Mars are flat, low-lying plains. The lowest of the northern plains are among the flattest, smoothest places in the solar system, potentially created by water that once flowed across the Martian surface. The northern hemisphere mostly lies at a lower elevation than the southern hemisphere, suggesting the crust may be thinner in the north than in the south. This difference between the north and south might be due to a very large impact shortly after the birth of Mars.&nbsp;</p>\r\n<p>\r\n\tThe number of craters on Mars varies dramatically from place to place, depending on how old the surface is. Much of the surface of the southern hemisphere is extremely old, and so has many craters &mdash; including the planet&#39;s largest, 1,400-mile-wide (2,300 km) Hellas Planitia &mdash; while that of northern hemisphere is younger and so has fewer craters. Some volcanoes have few craters, which suggests they erupted recently, with the resulting lava covering up any old craters. Some craters have unusual-looking deposits of debris around them resembling solidified mudflows, potentially indicating that impactor hit underground water or ice.</p>\r\n<h2>\r\n\t<strong>Polar caps</strong></h2>\r\n<p>\r\n\tVast deposits of what appear to be finely layered stacks of water ice and dust extend from the poles to latitudes of about 80 degrees in both hemispheres. These were probably deposited by the atmosphere over long spans of time.&nbsp;On top of much of these layered deposits in both hemispheres are caps of water ice that remain frozen all year round. Additional seasonal caps of frost appear in the wintertime. These are made of solid carbon dioxide, also known as &quot;dry ice,&quot; which has condensed from carbon dioxide gas in the atmosphere, and in the deepest part of the winter, this frost can extend from the poles to latitudes as low as 45 degrees, or halfway to the equator.&nbsp;The&nbsp;<a href=\"http://www.nasa.gov/centers/goddard/news/topstory/2003/0626marswater.html\">dry ice layer</a>&nbsp;appears to have a fluffy texture, like freshly fallen snow, according to the report&nbsp;in&nbsp;the Journal of Geophysical Research-Planets.</p>\r\n<div class='article_img_right'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom25187' class='make_big' onclick=\"loadPopupImage('http://i.space.com/images/i/000/025/187/original/mars-globe.jpg?1358551719',this,25187);\"><img  src='http://i.space.com/images/i/000/025/187/i01/mars-globe.jpg?1358551719' alt='Mars Globe' /></a><div class=\"large_popper\" id=\"custom25187\"><div class=\"current_custom ggnoads\" id=\"current_cus25187\"><img id=\"current_limage25187\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"Mars 12 inch Globe <a href=\"http://store.hermanstreet.com/space/mars-globe/skin-Space?ICID=Space-article\">Buy Here</a><br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.space.com/images/i/000/025/187/original/mars-globe.jpg?1358551719&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>Mars 12 inch Globe <a href=\"http://store.hermanstreet.com/space/mars-globe/skin-Space?ICID=Space-article\">Buy Here</a><br /><span style='float:left; margin-top:5px;'>Credit: Space.com Store</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom25187\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/025/187/original/mars-globe.jpg?1358551719\",this,25187);'>View full size image</a></div></div></div></div>\r\n<h2>\r\n\t<strong>Climate</strong></h2>\r\n<p>\r\n\tMars is much colder than Earth, in large part due to its greater distance from the sun. The&nbsp;<a href=\"http://www.space.com/16907-what-is-the-temperature-of-mars.html\">average temperature</a>&nbsp;is about minus 80 degrees Fahrenheit (minus 60 degrees Celsius), although they can vary from minus 195 F (minus 125 C) near the poles during the winter to as much as 70 F (20 C) at midday near the equator.</p>\r\n<p>\r\n\tThe carbon-dioxide-rich atmosphere of Mars is also roughly 100 times less dense than Earth&#39;s on average, but it is nevertheless thick enough to support weather, clouds and winds. The density of the atmosphere varies seasonally, as winter forces carbon dioxide to freeze out of the Martian air.</p>\r\n<p>\r\n\tNASA&rsquo;s Mars Reconnaissance Orbiter found the first definitive detections of&nbsp;<a href=\"http://www.space.com/17583-mars-snow-carbon-dioxide-discovery.html\">carbon-dioxide snow clouds</a>, making Mars the only body in the solar system known to host the unusual winter weather. The red planet also causes water-ice snow to fall from the clouds.</p>\r\n<p>\r\n\tThe dust storms of the Mars are the largest in the solar system, capable of blanketing the entire red planet and lasting for months. One theory as to why dust storms can grow so big on Mars starts with airborne dust particles absorbing sunlight, warming the Martian atmosphere in their vicinity. Warm pockets of air flow toward colder regions, generating winds. Strong winds lift more dust off the ground, which in turn heats the atmosphere, raising more wind and kicking up more dust.</p>\r\n<h2>\r\n\t<strong>Orbital characteristics</strong></h2>\r\n<p>\r\n\tThe axis of Mars, like Earth&#39;s, is tilted with relation to the sun. This means that like Earth, the amount of sunlight falling on certain parts of the planet can vary widely during the year, giving Mars seasons.</p>\r\n<p>\r\n\tHowever, the seasons that Mars experiences are more extreme than Earth&#39;s because the red planet&#39;s elliptical, oval-shaped orbit around the sun is more elongated than that of any of the other major planets. When Mars is closest to the sun, its southern hemisphere is tilted toward the sun, giving it a short, very hot summer, while the northern hemisphere experiences a short, cold winter. When Mars is farthest from the sun, the northern hemisphere is tilted toward the sun, giving it a long, mild summer, while the southern hemisphere experiences a long, cold winter.</p>\r\n<h2>\r\n\t<strong>Composition &amp; structure</strong></h2>\r\n<p>\r\n\t<strong>Atmospheric composition (by volume):&nbsp;</strong></p>\r\n<p>\r\n\t95.32 percent carbon dioxide, 2.7 percent nitrogen, 1.6 percent argon, 0.13 percent oxygen, 0.08 percent carbon monoxide, minor amounts of water, nitrogen oxide, neon, hydrogen-deuterium-oxygen, krypton, xenon</p>\r\n<p>\r\n\t<strong>Magnetic field:&nbsp;</strong>Mars currently has no global magnetic field, but there are regions of its crust that can be at least 10 times more strongly magnetized than anything measured on Earth, remnants of an ancient global magnetic field.</p>\r\n<p>\r\n\t<strong>Chemical composition:&nbsp;</strong>Mars likely has a solid core composed of iron, nickel, and sulfur. The mantle of Mars is probably similar to Earth&#39;s in that it is composed mostly of peridotite, which is made up primarily of silicon, oxygen, iron and magnesium. The crust is probably largely made of the volcanic rock basalt, which is also common in the crusts of the Earth and the moon, although some crustal rocks, especially in the northern hemisphere, may be a form of andesite, a volcanic rock that contains more silica than basalt does.</p>\r\n<p>\r\n\t<strong>Internal structure:&nbsp;</strong>Scientists think that on average, the Martian core is about 1,800 and 2,400 miles in diameter (3,000 and 4,000 km), its mantle is about 900 to 1,200 miles (5,400 to 7,200 km) wide and its crust is about 30 miles (50 km) thick.</p>\r\n<h2>\r\n\t<strong>Orbit &amp; rotation</strong></h2>\r\n<p>\r\n\t<a href=\"http://www.space.com/16875-how-far-away-is-mars.html\"><strong>Average distance from the sun</strong></a>: 141,633,260 miles (227,936,640 km). By comparison: 1.524 times that of Earth</p>\r\n<p>\r\n\t<strong>Perihelion (closest)</strong>: 128,400,000 miles (206,600,000 km). By comparison: 1.404 times that of Earth</p>\r\n<p>\r\n\t<strong>Aphelion (farthest)</strong>: 154,900,000 miles (249,200,000 km). By comparison: 1.638 times that of Earth</p>\r\n<p>\r\n\t<strong>The moons of Mars</strong></p>\r\n<p>\r\n\tThe two <a href=\"http://www.space.com/20413-phobos-deimos-mars-moons.html\">moons of Mars</a>, Phobos and Deimos, were discovered by American astronomer Asaph Hall over the course of a week in 1877. Hall had almost given up his search for a moon of Mars, but his wife, Angelina, urged him on &mdash; he discovered Deimos the next night, and Phobos six days after that. He named the moons after the sons of the Greek war god Ares &mdash; Phobos means &quot;fear,&quot; while Deimos means &quot;rout.&quot;</p>\r\n<p>\r\n\tBoth Phobos and Deimos are apparently made of carbon-rich rock mixed with ice and are covered in dust and loose rocks. They are tiny next to Earth&#39;s moon, and are irregularly shaped, since they lack enough gravity to pull themselves into a more circular form. The widest&nbsp;<a href=\"http://www.space.com/20346-phobos-moon.html\">Phobos</a>&nbsp;gets is about 17 miles (27 km), and the widest Deimos gets is roughly nine miles (15 km).</p>\r\n<p>\r\n\tBoth moons are pockmarked with craters from meteor impacts. The surface of Phobos also possesses an intricate pattern of grooves, which may be cracks that formed after the impact created the moon&#39;s largest crater &mdash; a hole about 6 miles (10 km) wide, or nearly half the width of Phobos. They always show the same face to Mars, just as our moon does to Earth.</p>\r\n<p>\r\n\tIt remains uncertain how Phobos and&nbsp;<a href=\"http://www.space.com/20345-deimos-moon.html\">Deimos</a>&nbsp;were born. They may have been asteroids captured by Mars&#39; gravitational pull, or they may have been formed in orbit around Mars the same time the planet came into existence.&nbsp;<a href=\"http://www.space.com/24285-mars-moon-phobos-captured-asteroid.html\">Ultraviolet light</a>&nbsp;reflected from Phobos provides&nbsp; strong evidence for its capture origin, according to astronomers at the University of Padova in Italy.</p>\r\n<p>\r\n\tPhobos is gradually spiraling toward Mars, drawing about 6 feet (1.8 meters) closer to the red planet each century. Within 50 million years, Phobos will either smash into Mars or break up and form a ring of debris around the planet.</p>\r\n<p>\r\n\tBoth moons are <a href=\"http://www.space.com/19342-space-hedgehogs-mars-moon-phobos.html\">potential targets</a> for exploration. One NASA plan envisions bombarding Phobos with small, spiky spherical rovers called hedgehogs.&nbsp;</p>\r\n<div class='article_img_i02'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom394' class='make_big' onclick=\"loadPopupImage('http://i.space.com/images/i/000/000/394/original/mars-planet-profile-101111-02.jpg?1289849205',this,394);\"><img style=\"width:540px;\" src='http://i.space.com/images/i/000/000/394/i02/mars-planet-profile-101111-02.jpg?1289849205' alt='Mars has the highest mountain and the deepest, longest valley in the solar system. Olympus Mons is 17 miles high and Valles Marineris is 5 to 6 miles deep and almost 2,500 miles long.' /></a><div class=\"large_popper\" id=\"custom394\"><div class=\"current_custom ggnoads\" id=\"current_cus394\"><img id=\"current_limage394\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:518px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"The planet Mars is the fourth planet from the sun and named after the Roman God of War and is also called the Red Planet.<a href=\"http://www.space.com/60-inside-planet-mars-infographic.html\">See what makes Mars tick with this Space.com infographic looking inside the Red Planet</a>.<br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.space.com/images/i/000/000/394/original/mars-planet-profile-101111-02.jpg?1289849205&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>The planet Mars is the fourth planet from the sun and named after the Roman God of War and is also called the Red Planet.<a href=\"http://www.space.com/60-inside-planet-mars-infographic.html\">See what makes Mars tick with this Space.com infographic looking inside the Red Planet</a>.<br /><span style='float:left; margin-top:5px;'>Credit: Karl Tate, SPACE.com</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom394\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/000/394/original/mars-planet-profile-101111-02.jpg?1289849205\",this,394);'>View full size image</a></div></div></div></div>\r\n<h2>\r\n\t<strong>Research &amp; exploration</strong></h2>\r\n<p>\r\n\tThe first person to watch Mars with a telescope was <a href=\"http://www.space.com/15589-galileo-galilei.html\">Galileo Galilei</a>, and in the century after him, astronomers discovered its polar ice caps. In the 19th and 20th centuries, researchers believed they saw a network of long, straight canals on Mars, hinting at civilization, although later these often proved to be mistaken interpretations of dark regions they saw.</p>\r\n<p>\r\n\tRobot spacecraft began observing Mars in the 1960s, with the United States launching&nbsp;<a href=\"http://www.space.com/18787-mariner-4.html\">Mariner 4</a>&nbsp;there in 1964 and Mariners 6 and 7 in 1969. They revealed Mars to be a barren world, without any signs of the life or civilizations people had imagined there. In 1971,&nbsp;<a href=\"http://www.space.com/18439-mariner-9.html\">Mariner 9</a>&nbsp;orbited Mars, mapping about 80 percent of the planet and discovering its volcanoes and canyons.</p>\r\n<p>\r\n\tNASA&#39;s&nbsp;<a href=\"http://www.space.com/18234-viking-1.html\">Viking 1</a>&nbsp;lander touched down onto the surface of Mars in 1976, the first successful landing onto the Red Planet. It took the first close-up pictures of the Martian surface but found no strong&nbsp;<a href=\"http://www.space.com/17135-life-on-mars.html\">evidence for life</a>.</p>\r\n<p>\r\n\tThe next two craft to successfully reach Mars were the Mars Pathfinder, a lander, and&nbsp;<a href=\"http://www.space.com/18403-mars-global-surveyor.html\">Mars Global Surveyor</a>, an orbiter, both launched in 1996. A small robot onboard Pathfinder named&nbsp;<a href=\"http://www.space.com/17745-mars-pathfinder-sojourner-rover.html\">Sojourner</a>&nbsp;&mdash; the first wheeled rover to explore the surface of another planet &mdash; ventured over the planet&#39;s surface analyzing rocks.</p>\r\n<p>\r\n\tIn 2001, the United States launched the&nbsp;<a href=\"http://www.space.com/18270-mars-odyssey.html\">Mars Odyssey</a>&nbsp;probe, which discovered vast amount of water ice beneath the Martian surface, mostly in the upper three feet (one meter). It remains uncertain whether more water lies underneath, since the probe cannot see water any deeper.</p>\r\n<p>\r\n\tIn 2003, the closest Mars had passed to Earth in nearly 60,000 years, NASA launched two rovers, nicknamed&nbsp;<a href=\"http://www.space.com/18766-spirit-rover.html\">Spirit</a>&nbsp;and&nbsp;<a href=\"http://www.space.com/18289-opportunity-rover.html\">Opportunity</a>, which explored different regions of the Martian surface, and both found signs that water once flowed on the planet&#39;s surface. In 2008, NASA sent another mission, Phoenix, to land in the northern plains of Mars and search for water,</p>\r\n<p>\r\n\tTwo orbiters &mdash; NASA&#39;s&nbsp;<a href=\"http://www.space.com/18320-mars-reconnaissance-orbiter.html\">Mars Reconnaissance Orbiter</a>&nbsp;and ESA&#39;s&nbsp;<a href=\"http://www.space.com/18206-mars-express.html\">Mars Express</a>&nbsp;&mdash; are keeping Mars Odyssey company over the planet. In 2011, NASA&#39;s Mars Science Laboratory mission, with its rover named&nbsp;<a href=\"http://www.space.com/17963-mars-curiosity.html\">Mars Curiosity</a>, began to investigate Martian rocks to determine the geologic processes that created them and find out more about the present and past habitability of Mars. Among its findings is the&nbsp;<a href=\"http://www.space.com/26533-curiosity-mars-rover-meteorite-photos.html\">first meteorite</a>&nbsp;on the surface of the red planet.</p>\r\n<p>\r\n\tIn September 2014, India&rsquo;s&nbsp;<a href=\"http://www.space.com/27242-india-mars-mission-arrival.html\">Mars Orbiter Mission</a>&nbsp;reached the red planet, making it the fourth nation to successfully enter orbit around Mars.</p>\r\n<p>\r\n\tRobots aren&rsquo;t the only ones looking to buy a ticket to Mars. A workshop group of government, academic, and industry scientists have found that a&nbsp;<a href=\"http://www.space.com/24268-manned-mars-mission-nasa-feasibility.html\">NASA-led manned mission to Mars</a>&nbsp;should be possible by the 2030s. But NASA isn&rsquo;t the only one with Martian astronaut hopefuls.. The&nbsp;<a href=\"http://www.space.com/23838-mars-one-colony-martian-volunteers.html\">Mars One</a>&nbsp;colony project is looking to send private citizens on a one-way trip to the red planet.&nbsp;</p>\r\n<p>\r\n\t\n      <script type='text/javascript' src='http://player.ooyala.com/v3/91ac0f6dcbdf466c84659dbc54039487'></script>\n\n      <div id='ooyalaplayerZscHR4cDrZwDLThoQ0p94sQNw5jK0Rh6' style='clear:both; float:left; width:100%; margin:40px 0;'>\n        <script type='text/javascript'>\n          var player = OO.Player.create('ooyalaplayerZscHR4cDrZwDLThoQ0p94sQNw5jK0Rh6', 'ZscHR4cDrZwDLThoQ0p94sQNw5jK0Rh6', {\n            height: 352,\n            width: 540,\n            autoplay: false,\n            'google-ima-ads-manager': {\n      'adTagUrl':'http://pubads.g.doubleclick.net/gampad/ads?sz=640x480&cust_params=frmt%3D0%26frmt%3D1%26frmt%3D22%26plID%3D91ac0f6dcbdf466c84659dbc54039487%26ttID%3DZscHR4cDrZwDLThoQ0p94sQNw5jK0Rh6%26pos%3Dpreroll%26cue%3Dpre%26cgm%3D0&cmsid=1849&iu=%2F10518929%2Ftmn.sdc&ciu_szs=728x90,300x250&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&correlator=[timestamp]&overlay=1&vid=[oo_embedcode]'\n    },\n          });\n        </script>\n      </div></p>\r\n<h2>\r\n\t<strong>Possibility of life</strong></h2>\r\n<p>\r\n\tMars could have once harbored life. Some conjecture that life might&nbsp;<a href=\"http://www.space.com/19928-mars-habitable-life-possible.html\">still exist there</a>&nbsp;even today. A number of researchers have even speculated that life on Earth may have seeded Mars, or that life on Mars seeded Earth.</p>\r\n<p>\r\n\tThe most public scientific claim for life on Mars came in 1996. Geologist David McKay at NASA&#39;s Johnson Space Center in Houston and his colleagues focused on rocks blasted off the surface of Mars by cosmic impacts that landed on Earth. Within they found complex organic molecules, grains of a mineral called magnetite that can form within some kinds of bacteria, and tiny structures that resembled fossilized microbes. However, these claims have proven controversial, and there is no consensus as to whether they are signs of life.</p>\r\n<p>\r\n\tMars may have possessed oceans on its surface in the past, providing an environment for life to develop. Although the red planet is a cold desert today, researchers suggest that liquid water may be present underground, providing a potential refuge for any life that might still exist there. The rover Curiosity has found evidence for a&nbsp;<a href=\"http://www.space.com/23882-mars-life-lake-curiosity-rover.html\">lake</a>&nbsp;that could have once supported life on the red planet, after previously establishing that the planet had the&nbsp;<a href=\"http://www.space.com/20182-ancient-mars-microbes-curiosity-rover.html\">key ingredients</a>&nbsp;present for life to evolve.</p>\r\n<p>\r\n\tEnthusiasm and excitement on Earth over the possibility of life on the red planet are revealed by the flurry of excitement that greets interesting objects spotted by orbiters and landers. While the&nbsp;<a href=\"http://www.space.com/17191-face-on-mars.html\">Face on Mars</a>&nbsp;garnered attention for the past four decades after it was first spotted by Viking 1, rovers today show close-ups of objects &mdash; such as a weathered Martian rock claimed to be a&nbsp;<a href=\"http://www.space.com/26922-thigh-bone-on-mars-rock-photo.html\">&lsquo;thigh bone&rsquo;</a>&nbsp;and a likely shiny rock that raised furor on the internet as a&nbsp;<a href=\"http://www.space.com/25399-mars-ufo-light-curiosity-rover-video.html\">UFO light</a>.</p>\r\n<p>\r\n\t<strong>Additional resources</strong></p>\r\n<ul>\r\n\t<li>\r\n\t\tRead about and see pictures of more than 40&nbsp;<a href=\"http://solarsystem.nasa.gov/planets/profile.cfm?Object=Mars&amp;Display=Missions\">missions to Mars</a>.</li>\r\n\t<li>\r\n\t\t<a href=\"http://mars.jpl.nasa.gov/msl/\">Follow the rover Curiosity</a>&nbsp;as it makes its way across the Martian terrain.</li>\r\n\t<li>\r\n\t\tLearn more about Mars at NASA&#39;s&nbsp;<a href=\"http://solarsystem.nasa.gov/planets/profile.cfm?Object=Mars\">Solar System Exploration</a>&nbsp;website.</li>\r\n</ul>\r\n<p>\r\n\t<strong>Related:</strong></p>\r\n<ul>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16871-how-big-is-mars.html\">How Big is Mars?</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16875-how-far-away-is-mars.html\">How Far Away is Mars?</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16903-mars-atmosphere-climate-weather.html\">Does Mars Have an Atmosphere?</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16907-what-is-the-temperature-of-mars.html\">How Cold is Mars?</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16895-what-is-mars-made-of.html\">What is Mars Made Of?</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16912-how-was-mars-made.html\">How Was Mars Formed?</a></li>\r\n</ul>\r\n<p>\r\n\t<strong>Also see:</strong></p>\r\n<ul>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/16080-solar-system-planets.html\">Solar System Planets</a>&nbsp;overview</li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/56-our-solar-system-facts-formation-and-discovery.html\">Solar System Facts</a>&nbsp;overview</li>\r\n</ul>\r\n<p>\r\n\t<strong>Learn more about each of the primary planets:</strong></p>\r\n<ul>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/36-mercury-the-suns-closest-planetary-neighbor.html\">Mercury</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/44-venus-second-planet-from-the-sun-brightest-planet-in-solar-system.html\">Venus</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/54-earth-history-composition-and-atmosphere.html\">Earth</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/7-jupiter-largest-planet-solar-system.html\">Jupiter</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/48-saturn-the-solar-systems-major-ring-bearer.html\">Saturn</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/45-uranus-seventh-planet-in-earths-solar-system-was-first-discovered-planet.html\">Uranus</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/41-neptune-the-other-blue-planet-in-our-solar-system.html\">Neptune</a></li>\r\n\t<li>\r\n\t\t<a href=\"http://www.space.com/43-pluto-the-ninth-planet-that-was-a-dwarf.html\">Pluto</a></li>\r\n</ul>\r\n</p>\r\n\n     \r\n  <div class=\"article_info\" style=\"font-style:italic;\">\r\n    \r\n  </div>\r\n\r\n\n    \n\t</div>\n\n  \n  \r\n<div id=\"nointelliTXT\" class=\"about_adsense\">\r\n\t<script type='text/javascript'>tmntag.adTag('ad_sense2');</script>\r\n</div>\r\n\n  \n\n  \r\n<div class=\"parsely-like\">\r\n    <div class=\"parsely-headline\">\r\n        <div class=\"parsely-ltitle\">More from Space.com</div>\r\n    </div>\r\n    <div id=\"parsely_popular_container\" class=\"parsely-box parsely-content\">\r\n        <div id=\"parsely_most_popular\" class=\"parsely_most_popular\"></div>\r\n    </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n\t$jq(document).ready(function(){\r\n\t\tif (parsely_container = document.getElementById(\"parsely_most_popular\")){\r\n\t\t\t$jq.getJSON(build_parsely_json_url(), function(data){\r\n\t\t\t    var posts = data['data'];\r\n\t\t\t    for (var i=0; i< posts.length; i++) {\r\n\t\t\t        var divContainer = document.createElement(\"div\");\r\n\t\t\t        divContainer.setAttribute('class', 'parsely-conts');\r\n\t\t\t        var link = document.createElement(\"a\");\r\n\t\t\t        var image_div = document.createElement('span');\r\n\t\t\t        image_div.setAttribute('class', 'parsely-image');\r\n\t\t\t        if (posts[i].image_url) {\r\n\t\t\t            var image = document.createElement(\"img\");\r\n\t\t\t            image.setAttribute(\"src\", posts[i].image_url.replace(/\\/i02\\//,'/i01/'))\r\n\t\t\t        } else {\r\n\t\t\t            var image = document.createElement(\"div\");\r\n\t\t\t            image.setAttribute(\"class\", \"default-image\");\r\n\t\t\t        }\r\n\t\t\t        image_div.appendChild(image);\r\n\t\t\t        link.appendChild(image_div)\r\n\t\t\t        var title_div = document.createElement('div');\r\n\t\t\t        title_div.setAttribute('class', 'parsely-title');\r\n\t\t\t        var title = document.createElement(\"span\")\r\n\t\t\t        var mod_title = posts[i].title;\r\n\t\t\t        mod_title = mod_title.replace(/u0027/g, \"'\");\r\n\t\t\t        mod_title = mod_title.replace(\" | Space.com\", \"\");\r\n\t\t\t        title.innerHTML = mod_title;\r\n\t\t\t        title_div.appendChild(title);\r\n\t\t\t        link.appendChild(title_div)\r\n\t\t\t        link.setAttribute(\"href\", posts[i].url);\r\n\t\t\t        divContainer.appendChild(link)\r\n\t\t\t        parsely_container.appendChild(divContainer);\r\n\t\t\t    };\r\n\t\t\t    buildLinkTracking(\"parsely_most_popular\", \"more_from_space_parsely\", \"link\");\r\n\t\t\t});\r\n\t\t}\r\n\t}); \r\n\tfunction build_parsely_json_url(){\r\n\t\treturn \"http://api.parsely.com/v2/related?apikey=space.com&strategy=recency&days=8&limit=8&url=\"+encodeURIComponent(window.location.href)+\"&callback=?\";\r\n\t}\r\n</script>\r\n\n  \r\n\r\n\r\n    \r\n       \r\n      \r\n        \r\n        <div class=\"biography\" id=\"nointelliTXT\">\r\n          <div class=\"bio_title\">AUTHOR BIO</div>\r\n          <div class=\"bio_img\">\r\n            \r\n              <img src=\"http://i.space.com/images/i/000/042/896/i02/choi.jpg?1413476076\" alt=\"Charles Q. Choi\" style=\"max-width:80px\" />\r\n            \r\n          </div>\r\n\r\n          <div class=\"bio_info\">\r\n\r\n              <h3>Charles Q.  Choi</h3>\r\n              \r\n              \r\n\tCharles Q. Choi is a contributing writer for Space.com and Live Science. He covers all things human origins and astronomy as well as physics, animals and general science topics. Charles has a Master of Arts degree from the University of Missouri-Columbia, School of Journalism and a Bachelor of Arts degree from the University of South Florida. Charles has visited every continent on Earth, drinking rancid yak butter tea in Lhasa, snorkeling with sea lions in the Galapagos and even climbing an iceberg in Antarctica.<br />\r\n\r\n\r\n              <div class=\"bio_social\">\r\n              \r\n                <div class='bio_connect'><span>Charles Q.  Choi</span> on</div>\r\n                \r\n                \r\n                  <a href=\"http://www.space.com/contact_author.php?a=UTJoaGNteGxjeUJSTGlBZ1EyaHZhU3BqY1dOb2Iya3FOQ3B6WTJsM2NtbDBaWEl1ZFhNPQ==\"><img src=\"/images/site/social/email-white.png\" alt=\"Contact Charles Q.  Choi by EMail\" /></a>\r\n                \r\n              \r\n              </div><!-- /social -->\r\n          </div><!-- Info -->\r\n        </div><!-- bio-->\r\n    \r\n\r\n\n  <div style=\"clear:both; float:left; width:620px; padding-top:20px;\">\r\n    <div id=\"fb-root\"></div>\r\n    <script src=\"https://connect.facebook.net/en_US/all.js#xfbml=1\"></script>\r\n    <fb:comments href=\"http://www.space.com/47-mars-the-red-planet-fourth-planet-from-the-sun.html\" num_posts=\"10\" width=\"620\"></fb:comments>\r\n</div>\r\n\n</div>\n\n<div id=\"side_nav\">\n  <div class=\"sidebar\" style=\"text-align:center;\">\n    <script type='text/javascript'>tmntag.adTag('ad_billboard');</script>\n  </div>\n  \n  \r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n\n\n  <div class=\"rnav_spacer\"></div>\n  \r\n<div class=\"sidebar\">\r\n  <h3>Latest on Mars Facts: Life, Water and Robots on the Red Planet</h3>\r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/36-mercury-the-suns-closest-planetary-neighbor.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/005/989/i07/081007-messenger-flyby2B-02.jpg?1294173283\" alt=\"This view is one of the first from the MESSENGER probe's Oct. 6, 2008 flyby of Mercury.\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Planet Mercury: Facts About the Planet Closest to the Sun \r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27620-nasa-must-restore-planetary-budget.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/361/i07/saturn-rings-shadows-cassini-photo-12-24.jpg?1414793680\" alt=\"Rings of Saturn cast shadows on Saturn\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Reversing the Retreat: Why U.S. Must Restore NASA's Planetary Budget (Op...\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27605-planet-mercury-skywatching-tips-saturday.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/338/i07/mercury-sky-map-skywatching.jpg?1414698646\" alt=\"Mercury Sky Map for Nov. 1, 2014\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              See Elusive Planet Mercury Before Dawn Saturday\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27514-partial-solar-eclipse-webcasts.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/049/i07/partial-solar-eclipse-cj-armitage-brisbane-australia.jpg?1414012546\" alt=\"Partial Solar Eclipse Seen in Brisbane, Australia, April 29, 201\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Partial Solar Eclipse Occurs Today: Watch It Live \r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27515-partial-solar-eclipse-weather-forecast.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/055/i07/partial-solar-eclipse-visibility-oct23-2014.jpg?1414015298\" alt=\"This graphic, provided by NASA, shows which parts of the globe will be able to see the partial solar eclipse of Oct. 23, 2014. \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Partial Solar Eclipse Today: A Weather Forecast\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27512-sun-storms-formation-solar-physics.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/032/i07/sun-eruption-sdo.jpg?1413999652\" alt=\"View of a typical solar eruption using data from NASA's Solar Dynamic Observatory spacecraft. Earth depicted for scale.\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Huge Magnetic 'Ropes' Drive Powerful Sun Explosions\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27508-exocomets-flavors-alien-solar-system.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/043/025/i07/exocomets-beta-pictoris-illustration.jpg?1413995108\" alt=\"Exocomets Orbiting the Star Beta Pictoris\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Hundreds of 'Exocomets' Around Nearby Star Come in Two Flavors\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27483-partial-solar-eclipse-how-to-view-it-video.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/963/i07/SP_141020_partial_solar_eclipse.jpg?1413815161\" alt=\"Partial Solar Eclipse - How To View It | Video \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Partial Solar Eclipse - How To View It | Video \r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27472-partial-solar-eclipse-this-week.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/958/i07/partial-solar-eclipse-visibility-oct23-2014.jpg?1413807179\" alt=\"This NASA graphic shows the visibility area of the partial total solar eclipse of Oct. 23, 2014. The eclipse will be visible from most of the United States, weather permitting. \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Partial Solar Eclipse to Darken US Skies This Week\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27479-comet-s-mars-buzz-nasa-scientist-s-need-to-know-exclusive-video.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/946/i07/SP_141018_comet_siding_spring_fly_by.jpg?1413681166\" alt=\"\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Comet's Mars Buzz - NASA Scientist's 'Need To Know' | Exclusive Video\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27475-comet-siding-spring-mars-history.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/930/i07/hubble-comet-siding-spring-1.jpg?1413582603\" alt=\"Hubble Space Telescope Views Comet Siding Spring. \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Comet Siding Spring at Mars: How a Rare Celestial Event Was Discovered\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27428-cubesat-mission-europa-jupiter.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/808/i07/cubesat-europa-artist-concept.jpg?1413301160\" alt=\"Cubesats Exploring Europa\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Tiny Cubesats May Hitchhike on Mission to Europa\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27468-comet-siding-spring-s-mars-buzz-animated.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/915/i07/SP_141016_comet_mars_buzz_animation.jpg?1413500555\" alt=\"Comet Siding Spring's 'Mars Buzz' Animated \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Comet Siding Spring's 'Mars Buzz' Animated \r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27450-messenger-mercury-water-ice-photos.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/862/i07/mercury-messenger-kandinsky-geology.jpg?1413397333\" alt=\"Kandinsky Crater on Mercury\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              First Photos of Water Ice on Mercury Captured by NASA Spacecraft\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27430-sun-creepy-face-halloween-photo.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/810/i07/halloween-sun-2014.jpg?1413305959\" alt=\"The Sun's 'Jack-O-Lantern' Face\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              NASA Spots Creepy Face on the Sun (Photos)\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27416-new-horizons-mission-beyond-pluto.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/787/i07/new-horizons-pluto.jpg?1413175343\" alt=\"New Horizons Probe Flying Past Pluto\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Beyond Pluto: NASA Eyes Distant Targets for New Horizons Probe\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27360-giant-sun-filament-milllion-miles.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/650/i07/filament-sun-earth-scale.jpg?1412628618\" alt=\"http://www.nasa.gov/content/goddard/sdo-watches-giant-filament-on-the-sun/index.html#.VDL_IEtGXs9\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Giant Sun 'Filament' Is 1 Million Miles Long (Video, Photos)\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27370-blood-moon-lunar-eclipse-photography-tips.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/679/i07/Lunar_eclipse04152014_best.jpg?1412704535\" alt=\"A lunar eclipse captured by amateur astronomer Victor Rogus.\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Capturing the Blood Moon: Views from a Lunar Eclipse Photographer (Op-Ed)\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27334-uranus-frankenstein-moon-miranda.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/604/i07/voyager-uranus-moon-miranda.jpg?1412283650\" alt=\"Uranus' Moon Miranda \" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Bizarre Shape of Uranus' 'Frankenstein' Moon Explained\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n    \r\n      <div class=\"latest_cont\">\r\n        <a href=\"/27319-red-dwarf-megaflares-nasa-swift.html\" >\r\n          <img src=\"http://i.space.com/images/i/000/042/549/i07/red-dwarf-megaflare-spitzer.jpg?1412203178\" alt=\"Artist's Concept of Megaflare from Red Dwarf\" />\r\n          <div class=\"latest_text\">\r\n            <div>\r\n              Powerful Megaflare from Small Star Stuns Scientists (Video, Image)\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n    \r\n  \r\n</div>\r\n<div class=\"rnav_spacer\"></div>\r\n\n\n  \n  \r\n<div class=\"sidebar\" style=\"margin:30px 0;\">\r\n  <script type='text/javascript'>tmntag.adTag('ad_sense3');</script>\r\n</div>\r\n\n  <div class=\"rnav_spacer\"></div>\n  \n  \n  <div class=\"sidebar\" style=\"text-align:center;\">\n      <script type='text/javascript'>tmntag.adTag('ad_billboard2');</script>\n  </div>\n  \n  <div id=\"store_ad_cont\"></div>\n</div>\n\r\n        <div class=\"thebufferzone\">&nbsp;</div>\r\n      </div>\r\n    </div>\r\n    <div id=\"network_contents\">&nbsp;</div>\r\n<script type=\"text/javascript\">\r\n\tloadDataCache(\"newswire\", \"network_contents\");\r\n</script>\r\n    <div class=\"footer-cont\" ><div class=\"footer\">\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">COMPANY</span>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com\" target=\"_blank\">Company Info</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/#brands\" target=\"_blank\">About the Site</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Contact Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/\" target=\"_blank\">Advertise with Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Using our Content</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Licensing & Reprints</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/privact-policy/\" target=\"_blank\">Privacy Policy</a>\r\n    <a class=\"footer-links\" href=\"/home/feed/site.xml\" target=\"_blank\">Sitemap</a>\r\n  </div>\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">NETWORK</span>\r\n    <a class=\"footer-links\" href=\"http://www.toptenreviews.com/\" target=\"_blank\">TopTenREVIEWS</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsguide.com/\" target=\"_blank\">Tom’s Guide</a>\r\n    <a class=\"footer-links\" href=\"http://www.laptopmag.com/\" target=\"_blank\">LAPTOP</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomshardware.com/\" target=\"_blank\">Tom’s Hardware</a>\r\n    <a class=\"footer-links\" href=\"http://www.businessnewsdaily.com/\" target=\"_blank\">BusinessNewsDaily</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsitpro.com/\" target=\"_blank\">Tom’s IT Pro</a>\r\n    <a class=\"footer-links\" href=\"http://www.space.com/\" target=\"_blank\">SPACE.com</a>\r\n    <a class=\"footer-links\" href=\"http://www.livescience.com/\" target=\"_blank\">LiveScience</a>\r\n  </div>\r\n  <div class=\"footer-rcolumn\">\r\n    <span class=\"footer-headers\">FOLLOW US</span>\r\n    <span class=\"bar\">\r\n      <a class=\"footer-button\" href=\"/home/feed/site.xml\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; \" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via RSS Feed\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://www.facebook.com/spacecom\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-65px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Facebook\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://plus.google.com/u/0/+SPACEcom/posts\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-125px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Google+\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://twitter.com/SPACEdotcom\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-185px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Twitter\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"http://www.youtube.com/user/VideoFromSpace\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-245px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via YouTube\" />\r\n        </div>\r\n      </a>\r\n\r\n    </span>\r\n    <span class=\"footer-headers\">SUBSCRIBE</span>\r\n    <span class=\"bar\">\r\n      <form id=\"\" method=\"POST\" action=\"/get_spacenews.php\" target=\"_blank\">\r\n        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\">\r\n        <input type='hidden' name='Newsletter Subscription' value=''>\r\n        <input type=\"image\" src=\"/images/site/social/footer_email_submit.gif\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n      </form>\r\n    </span>\r\n    <span class=\"bar\">\r\n      <a href=\"http://www.purch.com/\" target=\"_blank\"><img style=\"margin:10px 0 5px 0; display:block;\" src=\"http://i.space.com/images/site/purchFooterLogoWhite.png\" title=\"Purch\" /></a>\r\n      Copyright &copy; 2014 All Rights Reserved.\r\n    </span>\r\n  </div>\r\n</div></div>\r\n  </div>\r\n\r\n  \r\n  \r\n  <div id=\"stuff_pop\" style=\"display:none; overflow:visible; position:absolute;\"></div>\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://space.us.intellitxt.com/intellitxt/front.asp?ipid=25732\"></script>\r\n\r\n  \r\n    <script type=\"text/javascript\">ggv2id='fb728bb0';</script>\r\n    <script type=\"text/javascript\" src=\"http://g2.gumgum.com/javascripts/ggv2.js\"></script>\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName('script')[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/7153.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n<!--BEGIN QUALTRICS SITE INTERCEPT-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g+ \"&t=\" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var a=this;window.addEventListener?window.addEventListener(\"load\",function(){a.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){a.go()})}};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_9srvTzSg2OdnORL\",\"//zn_9srvtzsg2odnorl-techmedianetwork.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_9srvTzSg2OdnORL&Q_LOC=\"+encodeURIComponent(window.location.href))).start()}catch(i){}})();\r\n</script><div id='ZN_9srvTzSg2OdnORL'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END SITE INTERCEPT-->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"space.com\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script async='true' src='http://tracking.servebom.com/tracking/1/spacecom/view/' ></script>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\">\r\n  _bizo_data_partner_id = \"1319\";\r\n</script>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n  var s = document.getElementsByTagName(\"script\")[0];\r\n  var b = document.createElement(\"script\");\r\n  b.type = \"text/javascript\";\r\n  b.async = true;\r\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\r\n  s.parentNode.insertBefore(b, s);\r\n})();\r\n</script>\r\n<noscript>\r\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1319&fmt=gif\" />\r\n</noscript>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\" src=\"http://loadus.exelator.com/load/?p=274&g=012&c=153234&ctg=references&subctg=\" ></script>\r\n</body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/space.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\r\n       \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n<head>\r\n  <meta http-equiv=\"content-type\" content=\"text/html;charset=UTF-8\" />\r\n  <title>NASA Receives $18 Billion in Omnibus Spending Bill</title>\r\n  <meta name=\"description\" content=\"NASA will receive $18 billion for 2015, more than a half a billion dollars above the Obama administration’s original request, under the terms of an omnibus spending bill released late Dec. 9.\" />\r\n  \r\n  <meta name=\"news_keywords\" content=\"nasa, nasa budget, space budget, appropriations bill, congress, us government, omnibus spending bill\" />\r\n  <meta name=\"robots\" content=\"NOINDEX\" />\r\n  <meta name=\"google-site-verification\" content=\"MbXIxQZKTmppqEDFE0bdWHdQq_OSDiASMxZeFX1x-3k\" />\r\n  <link rel=\"shortcut icon\" href=\"http://i.space.com/images/site/favicon.ico\" />\r\n  <script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\r\n\r\n  <script>window.ONSWIPE_USR = 'space'</script>\r\n  <script src=\"http://assets.onswipe.com/synapse/on.js?usr=space\" id=\"onswipe_synapse\"></script>\r\n\r\n  <link href='http://fonts.googleapis.com/css?family=Economica:400,700' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Oswald:300,400' rel='stylesheet' type='text/css'>\r\n  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>\r\n\r\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js\" type=\"text/javascript\"></script>\r\n  <script src=\"/javascripts/site.js?1415208434\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jquery.tools.min.js?1296172568\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/jcarousellite_1.0.1.min.js?1287503220\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/fixed_top_bar.js?1372777151\" type=\"text/javascript\"></script>\n<script src=\"/javascripts/top_five.js\" type=\"text/javascript\"></script>\r\n  <script>$jq = jQuery.noConflict();</script>\r\n  \r\n  <link href=\"/stylesheets/site.css?1415208434\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\r\n  \n    <link href=\"/stylesheets/article.css?1372429795\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-album.css?1372429795\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/article-about.css?1372444878\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/poll.css?1374596614\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"/stylesheets/contents_common.css?1389224554\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n    <script src=\"/javascripts/contents_common.js?1389224554\" type=\"text/javascript\"></script>\n\r\n\r\n  <script type='text/javascript' src='http://ads.servebom.com/tmnhead.js'></script>\r\n<script type='text/javascript'>\r\n    var adSlots = {};\r\n    var pageAccount = '/10518929/tmn.sdc';\r\n    var pageAdZone = '/spaceflight';\r\n\r\n    adSlots.ad_leaderboard = {\"targeting\":{},\"sizes\":[[728,90],[970,66],[970,90],[970,250]]};\r\n    adSlots.ad_billboard = {\"targeting\":{},\"sizes\":[[300,250],[300,300],[300,600],[300,1050]]};\r\n    adSlots.ad_billboard2 = {\"targeting\":{},\"sizes\":[[300,601],[120,600],[160,600],[300,251]]};\r\n    adSlots.ad_sense1 = {\"targeting\":{\"adsense1\":\"adsense1\"},\"sizes\":[540,185]};\r\n    adSlots.ad_sense2 = {\"targeting\":{\"adsense2\":\"adsense2\"},\"sizes\":[620,185]};\r\n    adSlots.ad_sense3 = {\"targeting\":{\"adsense3\":\"adsense3\"},\"sizes\":[300,300]};\r\n    \r\n    for(var i in adSlots){\r\n      adSlots[i].account = pageAccount+pageAdZone;\r\n      adSlots[i].div = i;\r\n      tmntag.adunit(adSlots[i]);\r\n    } \r\n\r\n    tmntag.adunit({account:pageAccount+pageAdZone, sizes:[640,480], div:'ad_interstitial'});\r\n    tmntag.adunit({account:pageAccount+pageAdZone, div:'ad_skin'});\r\n\r\n    tmntag.target({\"kw\":[\"nasa\",\"nasa budget\",\"space budget\",\"appropriations bill\",\"congress\",\"us government\",\"omnibus spending bill\"],\"site\":\"tmn.sdc\",\"ctype\":\"article\",\"ccat1\":\"spaceflight\",\"partner\":\"n\"});\r\n    if(document.location.hash.indexOf('#xtor=') != -1) tmntag.target({'xtor':document.location.hash.substr((document.location.hash.indexOf('#xtor=')+6), document.location.hash.length)});\r\n    tmntag.account(pageAccount);\r\n    tmntag.disableSingleRequest();\r\n    tmntag.start();\r\n</script>\r\n  \r\n  <link rel='canonical' href='http://spacenews.com/nasa-receives-18-billion-in-omnibus-spending-bill/' />\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.space.com/27998-nasa-18-billion-omnibus-spending-bill.html\" />\r\n\r\n  <meta property=\"fb:app_id\" content=\"131734303545872\" />\r\n\r\n  <meta property=\"og:title\" content=\"NASA Receives $18 Billion in Omnibus Spending Bill\"/>\r\n  <meta property=\"og:url\" content=\"http://www.space.com/27998-nasa-18-billion-omnibus-spending-bill.html\"/>\r\n  <meta property=\"og:image:height\" content=\"900\"/>\r\n  <meta property=\"og:type\" content=\"article\"/>\r\n  <meta property=\"og:site_name\" content=\"Space.com\"/>\r\n  <meta property=\"og:description\" content=\"NASA will receive $18 billion for 2015, more than a half a billion dollars above the Obama administration’s original request, under the terms of an omnibus spending bill released late Dec. 9.\"/>\r\n  <meta property=\"og:image\" content=\"http://i.space.com/images/i/000/008/844/original/nasa-logo.jpg?1394675317\"/>\r\n  <meta property=\"og:image:width\" content=\"1600\"/>\r\n  <meta name=\"twitter:creator\" content=\"@jeff_foust\">\r\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\r\n  <meta name=\"twitter:site:id\" content=\"15431856\">\r\n  <meta name=\"twitter:site\" content=\"@SPACEdotcom\">\r\n  \r\n  \r\n<meta name='parsely-metadata'\r\n      content='{\"type\": \"feature\", \"image_url\": \"http://i.space.com/images/i/000/008/844/i01/nasa-logo.jpg?1394675317\"}'>\r\n\r\n<meta name='parsely-page'\r\n\t  content='{\"title\": \"NASA Receives $18 Billion in Omnibus Spending Bill | Space.com\",\r\n\t            \"link\": \"http://www.space.com/27998-nasa-18-billion-omnibus-spending-bill.html\",\r\n\t            \"image_url\": \"http://i.space.com/images/i/000/008/844/i02/nasa-logo.jpg?1394675317\",\r\n\t            \"type\": \"post\",\r\n\t            \"post_id\": \"27998\",\r\n\t            \"pub_date\": \"2014-12-12 at 15:20:00PM EST\",\r\n\t            \"section\": \"Spaceflight\",\r\n\t            \"author\": \"Jeff Foust\",\r\n\t            \"tags\": [\"nasa\",\"nasa budget\",\"space budget\",\"appropriations bill\",\"congress\",\"us government\",\"omnibus spending bill\"]\r\n\t           }'>\r\n\r\n</head>\r\n  <body style=\"background-color: #f1f2f2;\">\r\n  <script>setTimeout(function(){ pm_async_callback()}, 3000); // This call ensures after set interval the GPT call is made even if UOE call fails.</script>\r\n \r\n  \r\n<script language=\"JavaScript\" type=\"text/javascript\"> var om_info = {\"env\":\"production\",\"site\":\"space\",\"display_name\":\"Space\"}; </script>\r\n<!-- SiteCatalyst code version: H.19.4.\r\nCopyright 1997-2009 Omniture, Inc. More info available at\r\nhttp://www.omniture.com -->\r\n<script src=\"/javascripts/s_code.js?1349362732\" type=\"text/javascript\"></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\n/* You may give each page an identifying name, server, and channel on\r\nthe next lines. */\r\ns.pageName=\"sdc:spaceflight:article:27998\" //s.hier1 + Content Type:Content Type 2\r\ns.server=\"\"\r\ns.channel=\"spaceflight\" //Channel\r\ns.prop1=\"\" //Sub Channels\r\ns.prop2=\"sdc\" //Sites\r\ns.prop3=\"\" //Categories\r\ns.prop16=\"\" //Sub Categories\r\ns.prop18=\"\" //Product\r\ns.prop4=\"article\" //Content Type\r\ns.prop17=\"\" //Content Type 2\r\ns.prop5=\"nasa receives $18 billion in omnibus spending bill\" //Content Title\r\ns.prop6=\"sdc-27998\" //Content ID\r\ns.prop15=\"\" //Logged in status\r\n//s.prop?=\"http://www.space.com/27998-nasa-18-billion-omnibus-spending-bill.html\" //Page URL\r\n/* Hierarchy Variables */\r\ns.hier1=\"\"\r\ns.eVar15=s.prop15\r\ns.eVar16=s.prop16\r\ns.eVar17=s.prop17\r\ns.eVar18=s.prop18\r\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\r\nvar s_code=s.t();if(s_code)document.write(s_code)//--></script>\r\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\r\nif(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\r\n//--></script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img\r\nsrc=\"http://toptenreviews.122.2o7.net/b/ss/toptenreviewsprod/1/H.19.4--NS/0\"\r\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript><!--/DO NOT REMOVE/-->\r\n<!-- End SiteCatalyst code version: H.19.4. -->\r\n\r\n\r\n<!-- Google Tag Manager -->\r\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5K6SSM\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-5K6SSM');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n<!-- Start Google Analytics tag -->\r\n\r\n<script type=\"text/javascript\">\r\n  var _gaq = _gaq || [];\r\n\r\n  _gaq.push(['_setAccount', 'UA-11681412-1'],\r\n            ['_setDomainName', 'space.com'],\r\n            ['_setCustomVar', 1, 'Section', 'spaceflight', 3],\r\n            ['_trackPageview']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>\r\n\r\n<!-- End Google Analytics tag -->\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script>\r\n<script type=\"text/javascript\">stLight.options({publisher: \"44826d50-86b3-4690-b68d-df4ee65d1526\", doNotHash:true, doNotCopy:true,hashAddressBar:false});</script>\r\n  \n<div id=\"top_side\" class=\"fixed-bar\">\n  <div class=\"fixed-bar-contents\">\n  <div class=\"fixed-bar-logo\"><a href=\"/\"><img src=\"/images/site/space-logo.png\" alt=\"Space\"/></a></div>\n  \n    <span id=\"fixed-bar-hoverables\">\n    <span class=\"fixed-bar-search-icon fixed-bar-inactive-icon\" id=\"fixed-bar-search-icon\">\n        <span class=\"fixed-bar-search-icon\" onmouseover=\"stickybar_items('search',1);\" onclick=\"stickybar_items('search');\">\n        &nbsp;\n        </span>\n        <div id=\"fixed-bar-search-bar\" class=\"fixed-bar-search-bar\">\n          <form id=\"fix-bar-search\" action=\"/search.php\" method=\"get\" name=\"fix-bar-search\" onsubmit=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\">\n                <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:47n5qdg34oa\" />\n                <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\n                <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\n                <input class=\"fixed-bar-search-submit\" type=\"image\" form=\"fix-bar-search\" name=\"sa\" src=\"/images/site/search-icon-trans.png\" onclick=\"return (($('#fixed-bar-search-box')[0].value == '') ? false : true);\" />\n                <input id=\"fixed-bar-search-box\" onblur=\"stickybar_items();\" class=\"fixed-bar-search-box\" type=\"text\" form=\"fix-bar-search\" name=\"q\" placeholder=\"search Space.com\" />\n            </form>\n        </div>\n    </span>\n\n    <span id=\"fixed-bar-social-icons\" class=\"fixed-bar-social-icons fixed-bar-inactive-social\" onmouseover=\"stickybar_items('social',1);\" onclick=\"stickybar_items('social');\">\n        <span class=\"fixed-bar-social-border\"></span>\n        <div id=\"fixed-bar-social-bar\" class=\"fixed-bar-social-bar\">\n            <div class=\"social\">\n              <span class=\"fb\">\n                   <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/spacecom&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:20px;\" allowTransparency=\"true\"></iframe>\n              </span>\n              <span class=\"gplus\">\n                  <!-- Place this tag where you want the +1 button to render. -->\n                  <g:plusone size=\"medium\" annotation=\"inline\" width=\"120\" href=\"http://www.space.com/\"></g:plusone>\n              </span>\n              <span class=\"twitter\">\n                  <a href=\"https://twitter.com/spacedotcom\" class=\"twitter-follow-button\" data-show-count=\"false\" data-show-screen-name=\"false\" data-lang=\"en\">Follow</a>\n                  <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n              </span>\n              <a href=\"http://www.space.com/home/feed/site.xml\" alt=\"RSS\">\n                <span class=\"rss\"></span>\n              </a>\n          </div>\n        </div>\n    </span>\n    </span>\n    <script>\n    $('#fixed-bar-hoverables').mouseleave(function() {stickybar_items('',3); });\n    </script>\n    <ul class=\"top-nav fixed-bar-nav\">\n  \n      \n      \n      <li class=\"\" ><a href=\"/tech-robots\">TECH</a></li>\n  \n      \n      <li class=\"selected_section \" ><a href=\"/spaceflight\">SPACEFLIGHT</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/science-astronomy\">SCIENCE & ASTRONOMY</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/search-for-life\">SEARCH FOR LIFE</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/skywatching\">SKYWATCHING</a></li>\n  \n      \n      <li class=\"\" ><a href=\"/entertainment\">ENTERTAINMENT</a></li>\n  \n      <li class=\"shop\"><a href=\"http://store.space.com/?ICID=space-navs\">SHOP</a></li>\n    </ul>\n\n  </div>\n</div>\n\r\n<div class=\"ie6_wrapper\">\r\n\r\n  \r\n\r\n  <script type='text/javascript'>tmntag.adTag('ad_skin');</script>\r\n  <script type='text/javascript'>tmntag.adTag('ad_interstitial');</script>\r\n\r\n  <div style=\"position:absolute; height:0px; width:100%; .z-index:10000;\">\r\n    <div id=\"main_header\" class=\"center_the_header clearfix\">\r\n<div id=\"ad-leaderboard\">\r\n  <div class=\"leaderboard\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_leaderboard');</script>\r\n  </div>\r\n</div>\r\n<div class=\"header\">\r\n  <div style=\"float:left;padding-top:10px;\"><a href=\"/\"><img src=\"/images/site/space-logo.png\" alt=\"space\"/></a></div>\r\n    <div class=\"search-social\">\r\n      <form id=\"search\" action=\"/search.php\" method=\"get\" style=\"display:inline-block;\" onsubmit=\"return (($('#searchbox')[0].value == '' || $('#searchbox')[0].value == 'search Space.com') ? false : true);\">\r\n            <input type=\"hidden\" name=\"cx\" value=\"partner-pub-1894578950532504:47n5qdg34oa\" />\r\n            <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />\r\n            <input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\" />\r\n            <input id=\"search-button\" type=\"submit\" name=\"sa\" value=\"\" />\r\n            <input id=\"searchbox\" type=\"text\" form=\"search\" name=\"q\" onfocus=\"if(this.value=='search Space.com') this.value='';\" onblur=\"if(this.value=='') this.value='search Space.com';\" value=\"search Space.com\" />\r\n        </form>\r\n        <div class=\"social\">\r\n            <a class=\"header_button\" href=\"https://www.facebook.com/spacecom?cmpid=556675\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:8px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Facebook\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://twitter.com/SPACEdotcom?cmpid=556676\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-29px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Twitter\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"http://www.linkedin.com/company/imaginova?cmpid=556677\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-70px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Linkedin\">\r\n                </div>\r\n            </a>\r\n\r\n            <a class=\"header_button\" href=\"https://plus.google.com/+SPACEcom/posts?cmpid=556678\" target=\"_blank\">\r\n                <div class=\"header_social_button\">\r\n                    <img style=\"position:relative; left:-107px;\" src=\"http://i.space.com/images/site/social/header.png\" title=\"Follow via Google+\">\r\n                </div>\r\n            </a>\r\n        </div>\r\n    </div>\r\n\r\n\r\n\r\n    <ul class=\"top-nav\">\r\n    \r\n        \r\n        \r\n        <li class=\"\" ><a href=\"/tech-robots\">TECH</a></li>\r\n    \r\n        \r\n        <li class=\"selected_section \" ><a href=\"/spaceflight\">SPACEFLIGHT</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/science-astronomy\">SCIENCE & ASTRONOMY</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/search-for-life\">SEARCH FOR LIFE</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/skywatching\">SKYWATCHING</a></li>\r\n    \r\n        \r\n        <li class=\"\" ><a href=\"/entertainment\">ENTERTAINMENT</a></li>\r\n    \r\n        <li class=\"shop\"><a href=\"http://store.space.com/?ICID=space-navs\">SHOP</a></li>\r\n    </ul>\r\n\r\n    <div class=\"trend-bar\">\r\n        <span class=\"trending\">TRENDING:</span>\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/16149-night-sky.html\">Skywatching Guide</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/17933-nasa-television-webcasts-live-space-tv.html\">Space Webcasts</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/17963-mars-curiosity.html\">Mars Rover Curiosity</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/11506-space-weather-sunspots-solar-flares-coronal-mass-ejections.html\">Solar Flares </a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/34-image-day.html\">Space Photos</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/video/\">Space Videos</a>\r\n        //\r\n        <a class=\"trending-topics\" href=\"http://www.space.com/15693-telescopes-beginners-telescope-reviews-buying-guide.html\">Telescopes for Beginners</a>\r\n    </div>\r\n</div>\r\n<script>\r\n  buildLinkTracking('top-nav','top-nav',null,null,null,true);\r\n  buildLinkTracking('trend-bar','trend-bar',null,null,null,true);\r\n</script>\r\n</div>\r\n\r\n    <div id=\"container\">\r\n      <div id=\"containerBg\">\r\n        \n<div class=\"left_content\">\n    \r\n<div class=\"main_title_cont\" id=\"nointelliTXT\">\r\n\t<div class=\"content_title\">\r\n\t\t<h1>NASA Receives $18 Billion in Omnibus Spending Bill</h1>\r\n\t</div>\r\n\t<div class=\"by_line_date\">\r\n\t\tby <a href='http://www.space.com/contact_author.php?a=U21WbVppQkdiM1Z6ZENwcVptOTFjM1FxTkNwemNHRmpaVzVsZDNNdVkyOXQ='>Jeff Foust</a>, SpaceNews Writer&nbsp;&nbsp; | &nbsp;&nbsp;December 12, 2014 03:20pm ET\r\n\t</div>\r\n</div>\r\n\n    <div class=\"lft_share_bar\">\n        <div id=\"sticky_social\" class=\"static_cont\">\r\n\t<span class=\"st_facebook_vcount\" displayText='Share'></span>\r\n\t<span class=\"st_twitter_vcount\" st_via='SPACEdotcom'></span>\r\n\t<span class='st_stumbleupon_vcount' displayText='Submit'></span>\r\n\t<span class='st_reddit_vcount' displayText='Reddit'></span>\r\n\t<span class=\"st_sharethis_custom\"><img style=\"width:65px;\" src=\"/images/site/social/share_more.png\" /></span>\r\n</div>\n    </div>\n\n    <div class=\"content\">\n        \r\n<div class\"partner_series\">\r\n<a href=\"http://www.spacenews.com/\">\r\n  <img alt=\"Spacenews\" src=\"http://i.space.com/images/i/partners/4/original/spacenews.jpg?1374100803\" style=\"max-width:540px; _width:540px;\" />\r\n</a>\r\n</div>\r\n\r\n\r\n\n        <div class=\"article_info\">\r\n  <div style=\"float:left; width:0px; height:0px; overflow:hidden;\"><img class=\"ggnoads\" src=\"\" id=\"popped_image\" onload=\"popupImageSize(this.src);\" /></div>\r\n  <input type='hidden' id='currentid' value='' />\r\n  <div class=\"large_popper\" id=\"custom0\">\r\n    <div class=\"current_custom ggnoads\" id=\"current_cus0\">\r\n      <img id=\"current_limage0\" src=\"\" />\r\n    </div>\r\n  </div>\r\n\r\n\r\n\r\n    \r\n    <span style=\"float:left; margin:0px 10px 10px 0px;\">\r\n      <table border=\"0\" style=\"width:1px;border-spacing:0;\">\r\n        <tr>\r\n          <td>\r\n            <img src=\"http://i.space.com/images/i/000/008/844/iFF/nasa-logo.jpg?1394675317\" alt=\"The logo of NASA, the National Aeronautics and Space Administration.\" style=\"width:270px;\" />\r\n          </td>\r\n            <tr>\r\n              <td style=\"border: 1px solid lightgray; padding: 10px; font-size: 12px; line-height: 16px;\">\r\n                 <span style=\"width:auto; float:right; padding:2px 25px 0px 5px;\">\r\n                  <script>\r\n                    var image_description = \"The logo of NASA, the National Aeronautics and Space Administration.\"\r\n                    document.write('<a href=\"http://pinterest.com/pin/create/button/?url='+escape(window.location.href)+'&media=http://i.space.com/images/i/000/008/844/original/nasa-logo.jpg?1394675317&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\r\n                  </script>\r\n                </span>\r\n              \r\n              The logo of NASA, the National Aeronautics and Space Administration.<br />\r\n              \r\n              \r\n              <span style=\"margin-top:5px;float:left;clear: both;\">Credit: NASA</span>\r\n              \r\n              \r\n              <span style=\"max-width:270px;margin-top:5px;float:left;clear: both;\"><div><a class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"http://i.space.com/images/i/000/008/844/original/nasa-logo.jpg?1394675317\",this,0);' rel=\"#custom0\">View full size image</a></div></span>\r\n              \r\n              </td>\r\n            </tr>\r\n        </tr>\r\n      </table>\r\n    </span>\r\n\r\n      \r\n\r\n\r\n    \r\n    <p>\r\n\tWASHINGTON &mdash; NASA will receive $18 billion for 2015, more than a half a billion dollars above the Obama administration&rsquo;s original request, under the terms of an omnibus spending bill released late Dec. 9.</p>\r\n<p>\r\n\t<a href=\"http://spacenews.com/nasa-receives-18-billion-in-omnibus-spending-bill/\">The appropriations bill</a>, which funds NASA and most of the rest of the federal government for the remainder of the fiscal year that began Oct. 1, gives the agency $17.99 billion, including increases for several major exploration and science programs. That total is $530 million above the administration&#39;s request of $17.46 billion for the agency, and about $100 million above separate House and Senate appropriations bills considered earlier this year. It&#39;s also nearly $350 million above NASA&rsquo;s&nbsp;enacted 2014 budget of $17.65 billion.</p>\r\n<p>\r\n\tTwo major elements of NASA&#39;s exploration strategy won funding boosts in the final bill. The&nbsp;<a href=\"http://www.space.com/12942-photos-nasa-giant-rocket-space-launch-system.html\">Space Launch System</a>  heavy-lift rocket will receive $1.7 billion, an increase of $320 million over the administration&rsquo;s request. The Orion spacecraft will get $1.194 billion, an increase of $141.2 million over the request.\r\n</p><p>\r\n    <div class=\"about_adsense\" id=\"nointelliTXT\">\r\n        <script type='text/javascript'>tmntag.adTag('ad_sense1');</script>\r\n    </div>\r\n</p>\r\n    \r\n<div class='article_img_left'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom44306' class='make_big' onclick=\"loadPopupImage('http://i.space.com/images/i/000/044/306/original/orion-separation-illustration.jpg?1418405047',this,44306);\"><img  src='http://i.space.com/images/i/000/044/306/i01/orion-separation-illustration.jpg?1418405047' alt='Orion Separation Illustration' /></a><div class=\"large_popper\" id=\"custom44306\"><div class=\"current_custom ggnoads\" id=\"current_cus44306\"><img id=\"current_limage44306\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"Artist’s concept of Orion separating from SLS rocket.<br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.space.com/images/i/000/044/306/original/orion-separation-illustration.jpg?1418405047&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>Artist’s concept of Orion separating from SLS rocket.<br /><span style='float:left; margin-top:5px;'>Credit: NASA</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom44306\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/044/306/original/orion-separation-illustration.jpg?1418405047\",this,44306);'>View full size image</a></div></div></div></div>\r\n<p>\r\n\tThe bill also requires NASA to submit in its next budget proposal five-year funding projections for the<a href=\"http://www.space.com/27980-bootprints-on-mars-in-2030-s-boeing-explains-video.html\"> SLS and Orion programs</a>  that match the budget and schedule estimates for those programs developed in recent or ongoing reviews. Those estimates, developed by NASA for a program milestone called Key Decision Point C (KDP-C), were completed for SLS in August and will be completed for Orion in the spring of 2015.</p>\r\n<p>\r\n\tThe bill specifically requires those projections for the SLS to show completion by December 2017. The KDP-C review for SLS estimated that the vehicle would be ready for its first launch no later than November 2018.</p>\r\n<p>\r\n\t<a href=\"http://www.space.com/20622-nasa-budget-planetary-science-2014.html\">NASA&#39;s planetary science program</a>  won an increase of $157 million, to $1.438 billion for 2015. The bill sets aside $100 million of that funding for a proposed Europa mission, for which the White House had requested just $15 million.</p>\r\n<p>\r\n\tNASA&#39;s astrophysics program won a $77.5 million increase, to $684.8 million, in the omnibus bill. That includes $70 million for the Stratospheric Observatory for Infrared Astronomy, an airborne telescope for which NASA requested only $12 million. NASA had planned to mothball the flying observatory in 2015 if it could not find partners to fund the telescope&#39;s annual operating cost of about $85 million.</p>\r\n<div class='article_img_right'><div style='float:left; width:100%;'><a style='cursor:pointer;' rel='#custom44307' class='make_big' onclick=\"loadPopupImage('http://i.space.com/images/i/000/044/307/original/sofia-flying-observatory.jpg?1418405227',this,44307);\"><img  src='http://i.space.com/images/i/000/044/307/i01/sofia-flying-observatory.jpg?1418405227' alt=' SOFIA Flying Observatory' /></a><div class=\"large_popper\" id=\"custom44307\"><div class=\"current_custom ggnoads\" id=\"current_cus44307\"><img id=\"current_limage44307\" src=\"\" /></div></div></div><div style='float:left; width:100%;'><div style='display:inline-block; width:140px; margin-top:10px; border:1px solid #CCCCCC; padding:10px; font-size:12px; line-height:16px;'>\n              <span style=\"float:right; padding:2px 5px 0px;\">\n                <script>\n                  current_location = window.location.href;\n                  image_description = \"The SOFIA flying observatory.<br />\"\n                  document.write('<a target=\"_blank\" href=\"http://pinterest.com/pin/create/button/?url='+escape(current_location)+'&media=http://i.space.com/images/i/000/044/307/original/sofia-flying-observatory.jpg?1418405227&description='+escape(image_description)+'\" class=\"pin-it-button\" count-layout=\"horizontal\"><img border=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a>');\n                </script>\n              </span>The SOFIA flying observatory.<br /><span style='float:left; margin-top:5px;'>Credit: NASA</span><div style=\"float:left;margin-top:5px;\"><a rel=\"#custom44307\" class=\"make_big\" href=\"javascript:void(0);\" onclick='loadPopupImage(\"/images/i/000/044/307/original/sofia-flying-observatory.jpg?1418405227\",this,44307);'>View full size image</a></div></div></div></div>\r\n<p>\r\n\tNASA&#39;s commercial crew program received $805 million in the bill, less than the requested $848 million but more than the program received in previous years. The omnibus bill leaves out a controversial provision from the Senate&#39;s appropriations bill that would have required certified cost and pricing data from commercial crew companies. That language was opposed by many supporters of the commercial crew program, as well as by the White House.</p>\r\n<p>\r\n\tNASA&#39;s aeronautics program received $651 million, an increase of $100 million over the administration&rsquo;s request. In a report accompanying the bill, appropriators directed NASA to apply the additional funds proportionally across the programs in that mission directorate.</p>\r\n<p>\r\n\tNASA&#39;s space technology program was cut by nearly $110 million from the administration&#39;s request, to $596 million. Appropriators offered no specific rationale for the cut in report language, nor direction on how to apply the reduced funding among its programs.</p>\r\n<p>\r\n\tOther parts of the agency&#39;s budget saw only minimal changes from the administration&#39;s request. The bill includes $3.828 billion for space operations; $2.759 billion for safety, security, and mission operations (formerly known as cross-agency support); $419.1 million for construction; $119 million for education; and $37 million for the agency&rsquo;s inspector general.</p>\r\n<p>\r\n\t<a href=\"http://spacenews.com/42371pending-nasa-budget-bill-would-likely-survive-senate-flip-lobbyist-says/\">The overall bill</a>, sometimes called a &quot;cromnibus&quot; since it serves as only a continuing resolution (CR) for the Department of Homeland Security through February 2015, was slated to be voted on by the House Dec. 11, and immediately thereafter by the Senate. The federal government is currently funded by a continuing resolution that expired at midnight of Dec. 11, and another short-term continuing resolution, lasting only a few days, was needed to keep the government operating until Congress passes the omnibus bill.</p>\r\n<p>\r\n\t<em>This story was provided by <a href=\"http://spacenews.com/\">SpaceNews</a>, dedicated to covering all aspects of the space industry.</em></p>\r\n</p>\r\n    \r\n\r\n</div>\r\n\n         \r\n  <div class=\"article_info\" style=\"font-style:italic;\">\r\n    \r\n  </div>\r\n\r\n\n        \r\n  <div class=\"article_additional\"><!--style=\"float:left; width:100%; padding:10px;\"-->\r\n    <h3>EDITOR'S RECOMMENDATIONS</h3>\r\n    <ul>\r\n    \r\n      \r\n        <li><a href=\"http://spacenews.com/\">More Space Industry News from SpaceNews</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/11545-photos-obama-president-nasa-space.html\">Gallery: President Obama and NASA</a></li>\r\n      \r\n    \r\n      \r\n        <li><a href=\"/11751-nasa-american-presidential-visions-space-exploration.html\">50 Years of Presidential Visions for Space Exploration</a></li>\r\n      \r\n    \r\n    </ul>\r\n  </div>\r\n\n    </div>\n    \t\t\n    \n    \r\n<div id=\"nointelliTXT\" class=\"about_adsense\">\r\n\t<script type='text/javascript'>tmntag.adTag('ad_sense2');</script>\r\n</div>\r\n\n    \n\n    \r\n<div class=\"parsely-like\">\r\n    <div class=\"parsely-headline\">\r\n        <div class=\"parsely-ltitle\">More from Space.com</div>\r\n    </div>\r\n    <div id=\"parsely_popular_container\" class=\"parsely-box parsely-content\">\r\n        <div id=\"parsely_most_popular\" class=\"parsely_most_popular\"></div>\r\n    </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n\t$jq(document).ready(function(){\r\n\t\tif (parsely_container = document.getElementById(\"parsely_most_popular\")){\r\n\t\t\t$jq.getJSON(build_parsely_json_url(), function(data){\r\n\t\t\t    var posts = data['data'];\r\n\t\t\t    for (var i=0; i< posts.length; i++) {\r\n\t\t\t        var divContainer = document.createElement(\"div\");\r\n\t\t\t        divContainer.setAttribute('class', 'parsely-conts');\r\n\t\t\t        var link = document.createElement(\"a\");\r\n\t\t\t        var image_div = document.createElement('span');\r\n\t\t\t        image_div.setAttribute('class', 'parsely-image');\r\n\t\t\t        if (posts[i].image_url) {\r\n\t\t\t            var image = document.createElement(\"img\");\r\n\t\t\t            image.setAttribute(\"src\", posts[i].image_url.replace(/\\/i02\\//,'/i01/'))\r\n\t\t\t        } else {\r\n\t\t\t            var image = document.createElement(\"div\");\r\n\t\t\t            image.setAttribute(\"class\", \"default-image\");\r\n\t\t\t        }\r\n\t\t\t        image_div.appendChild(image);\r\n\t\t\t        link.appendChild(image_div)\r\n\t\t\t        var title_div = document.createElement('div');\r\n\t\t\t        title_div.setAttribute('class', 'parsely-title');\r\n\t\t\t        var title = document.createElement(\"span\")\r\n\t\t\t        var mod_title = posts[i].title;\r\n\t\t\t        mod_title = mod_title.replace(/u0027/g, \"'\");\r\n\t\t\t        mod_title = mod_title.replace(\" | Space.com\", \"\");\r\n\t\t\t        title.innerHTML = mod_title;\r\n\t\t\t        title_div.appendChild(title);\r\n\t\t\t        link.appendChild(title_div)\r\n\t\t\t        link.setAttribute(\"href\", posts[i].url);\r\n\t\t\t        divContainer.appendChild(link)\r\n\t\t\t        parsely_container.appendChild(divContainer);\r\n\t\t\t    };\r\n\t\t\t    buildLinkTracking(\"parsely_most_popular\", \"more_from_space_parsely\", \"link\");\r\n\t\t\t});\r\n\t\t}\r\n\t}); \r\n\tfunction build_parsely_json_url(){\r\n\t\treturn \"http://api.parsely.com/v2/related?apikey=space.com&strategy=recency&days=8&limit=8&url=\"+encodeURIComponent(window.location.href)+\"&callback=?\";\r\n\t}\r\n</script>\r\n\n    \r\n\r\n\r\n\n    <div style=\"clear:both; float:left; width:620px; padding-top:20px;\">\r\n    <div id=\"fb-root\"></div>\r\n    <script src=\"https://connect.facebook.net/en_US/all.js#xfbml=1\"></script>\r\n    <fb:comments href=\"http://www.space.com/27998-nasa-18-billion-omnibus-spending-bill.html\" num_posts=\"10\" width=\"620\"></fb:comments>\r\n</div>\r\n\n</div>\n\n<div id=\"side_nav\">\n    <div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard');</script>\r\n</div>\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\">\r\n\t\t<h3>SUBSCRIBE TO SPACE.COM</h3>\r\n\t\t<form id=\"\" method=\"POST\" action=\"/get_spacenews.php\" target=\"_blank\">\r\n\t        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\" style=\"width:193px; \">\r\n\t        <input type='hidden' name='Newsletter Subscription' value=''>\r\n\t        <input type=\"image\" src=\"/images/site/social/email-grey.png\" class=\"footer-button\" style=\"float:left;\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n\t    </form>\r\n\t</div>\r\n</div>\r\n\r\n<div class=\"sidebar-module sidebar\">\r\n\t<div class=\"subscribe_cont\" id=\"nointelliTXT\">\r\n\t\t<h3>FOLLOW US</h3>\r\n\t\t<span class=\"right_nav_bar\">\r\n\t\t\t<a class=\"right_nav_button\" href=\"https://www.facebook.com/spacecom?cmpid=556679\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; \" src=\"http://i.space.com/images/site/social/right_nav.png\" title=\"Follow via Facebook\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://twitter.com/SPACEdotcom?cmpid=556680\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-56px;\" src=\"http://i.space.com/images/site/social/right_nav.png\" title=\"Follow via Twitter\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"http://www.linkedin.com/company/imaginova?cmpid=556682\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-112px;\" src=\"http://i.space.com/images/site/social/right_nav.png\" title=\"Follow via Linkedin\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\r\n      \t\t<a class=\"right_nav_button\" href=\"https://plus.google.com/+SPACEcom/posts?cmpid=556681\" target=\"_blank\">\r\n        \t\t<div class=\"right_nav_social_button\">\r\n          \t\t\t<img style=\"position:relative; left:-169px;\" src=\"http://i.space.com/images/site/social/right_nav.png\" title=\"Follow via Google+\">\r\n        \t\t</div>\r\n      \t\t</a>\r\n\t\t</span>\r\n\t</div>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n<script type='text/javascript'>\r\n  if(typeof(get_top_five) != 'undefined'){\r\n    document.write(get_top_five());\r\n    buildLinkTracking(\"most_pop_b\", \"right_nav_most_pop\", \"b\");\r\n  }\r\n</script>\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"margin:30px 0;\">\r\n  <script type='text/javascript'>tmntag.adTag('ad_sense3');</script>\r\n</div>\r\n\r\n<div class=\"rnav_spacer\"></div>\r\n\r\n\r\n<div class=\"sidebar\" style=\"text-align:center;\">\r\n    <script type='text/javascript'>tmntag.adTag('ad_billboard2');</script>\r\n</div>\r\n\r\n<div id=\"store_ad_cont\"></div>\n</div>\r\n        <div class=\"thebufferzone\">&nbsp;</div>\r\n      </div>\r\n    </div>\r\n    <div id=\"network_contents\">&nbsp;</div>\r\n<script type=\"text/javascript\">\r\n\tloadDataCache(\"newswire\", \"network_contents\");\r\n</script>\r\n    <div class=\"footer-cont\" ><div class=\"footer\">\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">COMPANY</span>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com\" target=\"_blank\">Company Info</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/#brands\" target=\"_blank\">About the Site</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Contact Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/advertise/\" target=\"_blank\">Advertise with Us</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Using our Content</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/#contact\" target=\"_blank\">Licensing & Reprints</a>\r\n    <a class=\"footer-links\" href=\"http://www.purch.com/privact-policy/\" target=\"_blank\">Privacy Policy</a>\r\n    <a class=\"footer-links\" href=\"/home/feed/site.xml\" target=\"_blank\">Sitemap</a>\r\n  </div>\r\n  <div class=\"footer-lcolumn\">\r\n    <span class=\"footer-headers\">NETWORK</span>\r\n    <a class=\"footer-links\" href=\"http://www.toptenreviews.com/\" target=\"_blank\">TopTenREVIEWS</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsguide.com/\" target=\"_blank\">Tom’s Guide</a>\r\n    <a class=\"footer-links\" href=\"http://www.laptopmag.com/\" target=\"_blank\">LAPTOP</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomshardware.com/\" target=\"_blank\">Tom’s Hardware</a>\r\n    <a class=\"footer-links\" href=\"http://www.businessnewsdaily.com/\" target=\"_blank\">BusinessNewsDaily</a>\r\n    <a class=\"footer-links\" href=\"http://www.tomsitpro.com/\" target=\"_blank\">Tom’s IT Pro</a>\r\n    <a class=\"footer-links\" href=\"http://www.space.com/\" target=\"_blank\">SPACE.com</a>\r\n    <a class=\"footer-links\" href=\"http://www.livescience.com/\" target=\"_blank\">LiveScience</a>\r\n  </div>\r\n  <div class=\"footer-rcolumn\">\r\n    <span class=\"footer-headers\">FOLLOW US</span>\r\n    <span class=\"bar\">\r\n      <a class=\"footer-button\" href=\"/home/feed/site.xml\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; \" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via RSS Feed\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://www.facebook.com/spacecom\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-65px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Facebook\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://plus.google.com/u/0/+SPACEcom/posts\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-125px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Google+\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"https://twitter.com/SPACEdotcom\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-185px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via Twitter\" />\r\n        </div>\r\n      </a>\r\n      <a class=\"footer-button\" href=\"http://www.youtube.com/user/VideoFromSpace\" target=\"_blank\">\r\n        <div class=\"footer_social_button\">\r\n          <img style=\"position:relative; left:-245px;\" src=\"http://i.space.com/images/site/social/footer_buttons.gif\" title=\"Follow via YouTube\" />\r\n        </div>\r\n      </a>\r\n\r\n    </span>\r\n    <span class=\"footer-headers\">SUBSCRIBE</span>\r\n    <span class=\"bar\">\r\n      <form id=\"\" method=\"POST\" action=\"/get_spacenews.php\" target=\"_blank\">\r\n        <input class=\"newsletter-input\" type=\"text\" name=\"email\" id=\"\" value=\"enter email here...\" onblur=\"if(this.value=='') this.value='enter email here...';\" onfocus=\"if(this.value=='enter email here...') this.value='';\">\r\n        <input type='hidden' name='Newsletter Subscription' value=''>\r\n        <input type=\"image\" src=\"/images/site/social/footer_email_submit.gif\" class=\"footer-button\" style=\"float:left;\" width=\"75\" height=\"28\" name=\"contactFormSubmit\" id=\"contactFormSubmit\">\r\n      </form>\r\n    </span>\r\n    <span class=\"bar\">\r\n      <a href=\"http://www.purch.com/\" target=\"_blank\"><img style=\"margin:10px 0 5px 0; display:block;\" src=\"http://i.space.com/images/site/purchFooterLogoWhite.png\" title=\"Purch\" /></a>\r\n      Copyright &copy; 2014 All Rights Reserved.\r\n    </span>\r\n  </div>\r\n</div></div>\r\n  </div>\r\n\r\n  \r\n  \r\n  <div id=\"stuff_pop\" style=\"display:none; overflow:visible; position:absolute;\"></div>\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\" src=\"http://space.us.intellitxt.com/intellitxt/front.asp?ipid=25732\"></script>\r\n\r\n  \r\n    <script type=\"text/javascript\">ggv2id='fb728bb0';</script>\r\n    <script type=\"text/javascript\" src=\"http://g2.gumgum.com/javascripts/ggv2.js\"></script>\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\nsetTimeout(function(){var a=document.createElement(\"script\");\r\nvar b=document.getElementsByTagName('script')[0];\r\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0012/7153.js?\"+Math.floor(new Date().getTime()/3600000);\r\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\r\n</script>\r\n<!--BEGIN QUALTRICS SITE INTERCEPT-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g+ \"&t=\" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var a=this;window.addEventListener?window.addEventListener(\"load\",function(){a.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){a.go()})}};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_9srvTzSg2OdnORL\",\"//zn_9srvtzsg2odnorl-techmedianetwork.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_9srvTzSg2OdnORL&Q_LOC=\"+encodeURIComponent(window.location.href))).start()}catch(i){}})();\r\n</script><div id='ZN_9srvTzSg2OdnORL'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END SITE INTERCEPT-->\r\n<!-- START Parse.ly Include: Standard -->\r\n<div id=\"parsely-root\" style=\"display: none\">\r\n  <div id=\"parsely-cfg\" data-parsely-site=\"space.com\"></div>\r\n</div>\r\n<script>\r\n(function(s, p, d) {\r\n  var h=d.location.protocol, i=p+\"-\"+s,\r\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\r\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\r\n      :\"static.\"+p+\".com\";\r\n  if (e) return;\r\n  e = d.createElement(s); e.id = i; e.async = true;\r\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\r\n})(\"script\", \"parsely\", document);\r\n</script>\r\n<!-- END Parse.ly Include -->\r\n<script async='true' src='http://tracking.servebom.com/tracking/1/spacecom/view/' ></script>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\">\r\n  _bizo_data_partner_id = \"1319\";\r\n</script>\r\n<script type=\"text/javascript\">\r\n(function() {\r\n  var s = document.getElementsByTagName(\"script\")[0];\r\n  var b = document.createElement(\"script\");\r\n  b.type = \"text/javascript\";\r\n  b.async = true;\r\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\r\n  s.parentNode.insertBefore(b, s);\r\n})();\r\n</script>\r\n<noscript>\r\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1319&fmt=gif\" />\r\n</noscript>\r\n<!-- Bizo -->\r\n<script type=\"text/javascript\" src=\"http://loadus.exelator.com/load/?p=274&g=012&c=153234&ctg=spaceflight&subctg=\" ></script>\r\n</body>\r\n</html>\r\n"
  },
  {
    "path": "tests/data/html/spanish_article.html",
    "content": "<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta name=\"title\" content=\"Anticorrupción decidirá en Madrid si recurre la imputación de la Infanta » Local » Noticias » Ultima Hora Mallorca\" />\n<meta name=\"description\" content=\"El fiscal Pedro Horrach está perfilando con el jefe de la Fiscalía Anticorrupción, Antonio Salinas, en Madrid, la estrategia jurídica que seguirá tras el auto dictado por el juez José Castro en el que acuerda citar en calidad de imputada a la infanta Cristina de Borbón y Grecia el próximo 8 de marzo en Palma por los delitos de blanqueo de capitales y contra la Hacienda Pública.\" />\n<meta name=\"keywords\" content=\"Fiscalía Anticorrupción,Infanta Cristina,Pedro Horrach,infanta imputada,juez Castro,Palma de Mallorca,Local\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@UHmallorca\" />\n<meta name=\"twitter:url\" content=\"http://ultimahora.es/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html\" />\n<meta name=\"twitter:title\" content=\"Anticorrupción decidirá en Madrid si recurre la imputación de la Infanta\" />\n<meta name=\"twitter:description\" content=\"El fiscal Pedro Horrach está perfilando con el jefe de la Fiscalía Anticorrupción, Antonio Salinas, en Madrid, la estrategia jurídica que seguirá tras el auto dictado por el juez José Castro en el que acuerda citar en calidad de imputada a la infanta Cristina de Borbón y Grecia el próximo 8 de marzo en Palma por los delitos de blanqueo de capitales y contra la Hacienda Pública.\" />\n<meta name=\"robots\" content=\"index, follow\" />\n<meta name=\"language\" content=\"es\" />\n<meta name=\"google-site-verification\" content=\"xGTNi-Sg7isE8M9QqEId9oAS1WcFMaqtjQB6lRybQfI\" />\n<title>Anticorrupción decidirá en Madrid si recurre la imputación de la Infanta » Local » Noticias » Ultima Hora Mallorca</title>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Última noticias » Ultima Hora Mallorca\" href=\"http://ultimahora.es/mallorca/feed.rss\" />\t<meta charset=\"utf-8\">\n\t<!--[if lt IE 9]>\n\t  <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\t<meta name=\"viewport\" content=\"user-scalable=1, width=device-width, initial-scale=1\" />\n\t<meta content=\"900\" http-equiv=\"refresh\" />\n\t<link rel=\"shortcut icon\" href=\"http://uh.gsstatic.es/images/iconos/ultimahora.es_uh.ico\" type=\"image/x-icon\" />\n\t<link rel=\"apple-touch-icon\" href=\"http://uh.gsstatic.es/images/iconos/apple-touch-icon.png\" type=\"image/png\" />\n\t<link rel=\"apple-touch-icon\" href=\"http://uh.gsstatic.es/images/iconos/apple-touch-icon-72.png\" type=\"image/png\" sizes=\"72x72\" />\n\t<link rel=\"apple-touch-icon\" href=\"http://uh.gsstatic.es/images/iconos/apple-touch-icon-114.png\" type=\"image/png\" sizes=\"114x114\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/frontend/bootstrap.min.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/frontend/bootstrap-responsive.min.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/frontend/init.css?v=2.1\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/frontend/tercera_col.css?v=2.1\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://uh.gsstatic.es/sfPropelActAsRatableBehaviorPlugin/css/sf_rating.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/frontend/post.css\" />\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://uh.gsstatic.es/flowplayer/flowplayer.js\"></script>\n<script type=\"text/javascript\" src=\"http://uh.gsstatic.es/flowplayer/flowplayer.ipad-3.2.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://uh.gsstatic.es/js/jquery.equalheights.js\"></script>\n<script type=\"text/javascript\" src=\"http://uh.gsstatic.es/js/jquery.tools.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://uh.gsstatic.es/js/jquery.hoverIntent.js\"></script>\n<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n</head>\n<body>\n<script type=\"text/javascript\">\n//<![CDATA[\nvar gaJsHost=((\"https:\"==document.location.protocol)?\"https://ssl.\":\"http://www.\");\ndocument.write(unescape(\"%3Cscript src='\"+gaJsHost+\"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n//]]>\n</script>\n<script type=\"text/javascript\">\n//<![CDATA[\nvar pageTracker=_gat._getTracker(\"UA-2094228-4\");\npageTracker._initData();\npageTracker._setDomainName(\"ultimahora.es\");\npageTracker._setSessionTimeout(1800);\npageTracker._trackPageLoadTime();\npageTracker._trackPageview();\n//]]>\n</script>\n\n<!-- Slot 88 -->\n<div id=\"skyscraper_left\" class=\"skyscraper\"><section class=\"banner vocento\">\n\t<span class=\"publicidad\">publicidad</span>\n\t<script type=\"text/javascript\">\n\t<!--\n\tif(typeof(v_randomnumber)==\"undefined\")\n\t{var v_randomnumber=Math.floor(Math.random()*10000000000)}if(typeof(v_tile)==\"undefined\")\n\t{var v_tile=1}else{v_tile++}\n\tdocument.write('<scr'+'ipt src=\"http://ad.es.doubleclick.net/N4900/adj/vocento.uh/mallorca/noticias/local;pos=skyscraper_izq;tile='+v_tile+';sz=120x800,120x600;ord='+v_randomnumber+'?\"><\\/scr'+'ipt>');\n\t-->\n\t</script>\n</section>\n</div><div id=\"skyscraper_right\" class=\"skyscraper\"><section class=\"banner vocento\">\n\t<span class=\"publicidad\">publicidad</span>\n\t<script type=\"text/javascript\">\n\t<!--\n\tif(typeof(v_randomnumber)==\"undefined\")\n\t{var v_randomnumber=Math.floor(Math.random()*10000000000)}if(typeof(v_tile)==\"undefined\")\n\t{var v_tile=1}else{v_tile++}\n\tdocument.write('<scr'+'ipt src=\"http://ad.es.doubleclick.net/N4900/adj/vocento.uh/mallorca/noticias/local;pos=skyscraper_der;tile='+v_tile+';sz=120x800,120x600;ord='+v_randomnumber+'?\"><\\/scr'+'ipt>');\n\t-->\n\t</script>\n</section>\n</div><div id=\"back_especial\" class=\"\">\n\t<div id=\"document\" class=\"container-fix mallorca post\">\n\t\t<header id=\"head\" class=\"head clearfix\" role=\"banner\">\n\t\t\t\n\n<!-- Slot 78 -->\n<section class=\"banner vocento\">\n\t<span class=\"publicidad\">publicidad</span>\n\t<script type=\"text/javascript\">\n\t<!--\n\tif(typeof(v_randomnumber)==\"undefined\")\n\t{var v_randomnumber=Math.floor(Math.random()*10000000000)}if(typeof(v_tile)==\"undefined\")\n\t{var v_tile=1}else{v_tile++}\n\tdocument.write('<scr'+'ipt src=\"http://ad.es.doubleclick.net/N4900/adj/vocento.uh/mallorca/noticias/local;pos=megabanner;dcopt=ist;tile='+v_tile+';sz=980x90,728x90;ord='+v_randomnumber+'?\"><\\/scr'+'ipt>');\n\t-->\n\t</script>\n</section>\n<nav class=\"nav_ediciones clearfix\">\n<div class=\"ediciones pull-left\"><ul class=\"clearfix\">\n        <li class=\"ediciones\">Ediciones:</li>\n\t<li class=\"select\"><a href=\"/mallorca.html\">Mallorca</a></li><li><a href=\"http://www.menorca.info/\">Menorca</a></li><li class=\"\"><a href=\"/ibiza.html\">Ibiza y Formentera</a></li></ul>\n\n</div><div class=\"social\">\n<a class=\"facebook\" title=\"Facebook\" href=\"http://www.facebook.com/UltimaHora.Mallorca\">Facebook</a><a class=\"twitter\" title=\"Twitter\" href=\"http://twitter.com/uhmallorca\">Twitter</a><a class=\"google_plus\" title=\"Google\" href=\"https://plus.google.com/106199570596409542426\">Google plus</a></div>\n</nav>\n<div class=\"box_logo clearfix\">\n\t<div class=\"logo\">\n\t\t<h1>\n\t\t<span class=\"define\">Anticorrupción decidirá en Madrid si recurre la imputación de la Infanta</span><a title=\"Volver a la portada de la edición de mallorca de ultimahora.es\" href=\"/mallorca.html\">Ultima Hora Mallorca</a>\t\t</h1>\n\t\t<div class=\"ruta\">\n\t<ul>\n\t\t<li class=\"ruta_1\">\n\t\t<a href=\"/mallorca/seccion/noticias.html\">Noticias</a>\t</li>\n\t\t<li class=\"ruta_2\">\n\t\t<a href=\"/mallorca/subseccion/noticias/local.html\">Local</a>\t</li>\n\t\t</ul>\n</div>\n\t</div>\n\t<div class=\"pull-right\">\n\t<div class=\"search\">\n\t<div class=\"subscribete_header\">\n\t\t<a href=\"http://clubdelsuscriptor.com/suscribete.html\" title=\"Suscríbete a Ultima Hora\">Suscríbete a Ultima Hora </a>\t\n\t</div>\n\t<form method=\"post\" action=\"/search.html\">\t\t<div class=\"box_campo clearfix\"><input id=\"terms\" name=\"terms\" type=\"text\" tabindex=\"2\" placeholder=\"Búsqueda\" />\n\t\t\t<button type=\"submit\" class=\"btn\"><i class=\"icon-search\"></i></button>\n\t\t</div>\n\t</form>\n</div>\n<div class=\"fecha\"><time datetime=\"jueves, 09 enero 2014 10:21\">\njueves, 09 enero 2014 - \n<span>10:21 h</span>\n</time>\n</div>\t</div>\n</div>\n<div class=\"navbar clearfix\">\n  <nav class=\"menu_secciones clearfix\" role=\"navigation\">\n\t<ul class=\"nav\">\n\t\t<li class=\"portada\">\n<a id=\"mi_portada\" href=\"/mallorca.html\"><span>PORTADA</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_portada\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_portada\").data(\"submenu\",$(\"#submenu\").html());},url:'/noticia/submenuHover/edicion/mallorca'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"noticias\">\n<a id=\"mi_seccion_1\" class=\"select\" href=\"/mallorca/seccion/noticias.html\"><span>Noticias</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_seccion_1\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_seccion_1\").data(\"submenu\",$(\"#submenu\").html());},url:'/seccion/submenuHover/edicion/mallorca/id/1'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"deportes\">\n<a id=\"mi_seccion_2\" href=\"/mallorca/seccion/deportes.html\"><span>Deportes</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_seccion_2\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_seccion_2\").data(\"submenu\",$(\"#submenu\").html());},url:'/seccion/submenuHover/edicion/mallorca/id/2'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"sucesos\">\n<a id=\"mi_seccion_3\" href=\"/mallorca/seccion/sucesos.html\"><span>Sucesos</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_seccion_3\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_seccion_3\").data(\"submenu\",$(\"#submenu\").html());},url:'/seccion/submenuHover/edicion/mallorca/id/3'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"blogs\">\n<a id=\"mi_blog\" href=\"/mallorca/participa.html\"><span>Participa</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_blog\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_blog\").data(\"submenu\",$(\"#submenu\").html());},url:'/blog/submenuHover/edicion/mallorca'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"diviertete\">\n<a id=\"mi_diviertete\" href=\"/mallorca/diviertete.html\"><span>DIVIÉRTETE</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_diviertete\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_diviertete\").data(\"submenu\",$(\"#submenu\").html());},url:'/diviertete/submenuHover/edicion/mallorca'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"gente\">\n<a id=\"mi_vips\" href=\"/vips.html\"><span>VIPS</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_vips\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_vips\").data(\"submenu\",$(\"#submenu\").html());},url:'/vips/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"servicios\">\n<a id=\"mi_guia\" href=\"/guia_util.html\"><span>GUÍA ÚTIL</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_guia\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_guia\").data(\"submenu\",$(\"#submenu\").html());},url:'/guia_util/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"especiales\">\n<a id=\"mi_especial\" href=\"/especial.html\"><span>ESPECIALES</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_especial\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_especial\").data(\"submenu\",$(\"#submenu\").html());},url:'/especial/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"clasificados\"><a title=\"Clasificados\" class=\"inactive\" href=\"/mallorca/clasificados.html\"><span>Clasificados</span></a></li><li class=\"hemeroteca\"><a title=\"Hemeroteca\" class=\"inactive\" href=\"/mallorca/hemeroteca.html\"><span>Hemeroteca</span></a></li>\t</ul>\n</nav>\n\n<nav class=\"menu_subsecciones\" id=\"submenu\">\n<ul class=\"clearfix\">\n<li><a class=\"select\" href=\"/mallorca/subseccion/noticias/local.html\">Local</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/part-forana.html\">Part Forana</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/nacional.html\">Nacional</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/internacional.html\">Internacional</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/cultura.html\">Cultura</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/economico.html\">El Económico</a></li><li><a class=\"\" href=\"/mallorca/subseccion/noticias/motor.html\">Motor</a></li><li><a class=\"\" href=\"/mallorca/seccion/noticias/fotos.html\">Fotos</a></li><li><a class=\"\" href=\"/mallorca/seccion/noticias/videos.html\">Vídeos</a></li><li class=\"ico_subsecciones\"><a class=\"rss\" title=\"Feed RSS Noticias\" href=\"/mallorca/seccion/noticias.rss\">RSS</a></li></ul>\n</nav>\n<script type=\"text/javascript\">\n//<![CDATA[\n\n$(\"#submenu\").hoverIntent({\n\tover: function(){\n\t\tconsole.log(\"SUBMENU ENTER\");\n\t\tvar tm = $(\"#submenu\").data(\"timer\");\n\t\tif (tm) { console.log(\"SUBMENU ENTER CLEAR TM\"); clearTimeout(tm); $(\"#submenu\").data(\"timer\", false); }\n\t\t$(\"#submenu\").data(\"inside\", true);\n\t},\n\tout: function(){\n\t\tconsole.log(\"SUBMENU OUT\");\n\t\tvar tm = setTimeout(function(){\n\t\t\ts=$(\"#submenu\");\n\t\t\ts.html(s.data(\"c\"));\n\t\t\tconsole.log(\"Execute timeout en submenu\");\n\t\t}, 200);\n\t\t$(\"#submenu\").data(\"timer\", tm);\n\t},\n\ttimeout: 0\n});\n\n//]]>\n</script><div class=\"menu_secciones btn-group\" rel=\"nofollow\">\n        <ol class=\"toggle_container_m\" style=\"display: none\">\n                <li class=\"blogs\">\n<a id=\"mi_blog\" href=\"/mallorca/participa.html\"><span>Participa</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_blog\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_blog\").data(\"submenu\",$(\"#submenu\").html());},url:'/blog/submenuHover/edicion/mallorca'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"gente\">\n<a id=\"mi_vips\" href=\"/vips.html\"><span>VIPS</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_vips\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_vips\").data(\"submenu\",$(\"#submenu\").html());},url:'/vips/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"servicios\">\n<a id=\"mi_guia\" href=\"/guia_util.html\"><span>GUÍA ÚTIL</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_guia\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_guia\").data(\"submenu\",$(\"#submenu\").html());},url:'/guia_util/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"especiales\">\n<a id=\"mi_especial\" href=\"/especial.html\"><span>ESPECIALES</span></a><script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$(\"#mi_especial\").hoverIntent({\n\t\t\tover: function(){\n\t\t\t\tvar item = $(this);\n\t\t\t\tif (item.data(\"submenu\"))\n\t\t\t\t{\n\t\t\t\t\ts =$(\"#submenu\");\n\t\t\t\t\ts.html(item.data(\"submenu\"));\n\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t}\n\t\t\t\telse { jQuery.ajax({type:'GET',dataType:'html',success:function(data, textStatus){jQuery('#submenu').html(data);},beforeSend:function(XMLHttpRequest){s=$(\"#submenu\");\n\t\t\t\t\t\tvar tm = s.data(\"timer\");\n\t\t\t\t\t\tif (tm) { clearTimeout(tm); }\n\t\t\t\t\t\tif(!s.data(\"c\"))s.data(\"c\",s.html());},complete:function(XMLHttpRequest, textStatus){$(\"#mi_especial\").data(\"submenu\",$(\"#submenu\").html());},url:'/especial/submenuHover'})\n\t\t\t\t}\n\t\t\t},\n\t\t\tout: function(){\n\t\t\t\ts =$(\"#submenu\");\n\t\t\t\tvar tm = setTimeout(function(){\n\t\t\t\t\ts=$(\"#submenu\");\n\t\t\t\t\ts.html(s.data(\"c\"));\n\t\t\t\t}, 1000);\n\t\t\t\t$(\"#submenu\").data(\"timer\", tm);\n\t\t\t},\n\t\t\ttimeout: 0\n\t  })\n//]]>\n</script></li>\n<li class=\"clasificados\"><a title=\"Clasificados\" class=\"inactive\" href=\"/mallorca/clasificados.html\"><span>Clasificados</span></a></li><li class=\"hemeroteca\"><a title=\"Hemeroteca\" class=\"inactive\" href=\"/mallorca/hemeroteca.html\"><span>Hemeroteca</span></a></li>                                        \n        </ol>\n        <a href=\"#\" class=\"trigger\"> <i class=\"icon-menu-mas\"></i></a>\n </div>\n\n<script type=\"text/javascript\">\n//<![CDATA[\n\n\t$(\".trigger\").toggle(\n\t\tfunction(){ $(this).addClass(\"active\"); },\n\t\tfunction(){ $(this).removeClass(\"active\"); }\n\t).click(function(){\n\t\t$(this).prev(\".toggle_container_m\").slideToggle(\"fast\");\n\t});\n\n//]]>\n</script>\n\n\n     \n</div>\n\n\t\t</header>\n\t\t\n\t\t\t<section class=\"content clearfix\" role=\"main\">\n\t\t\t\t<aside class=\"row span2\">\n\t<div class=\"compartir\">\n\t<div class=\"publicidad\">\n\t<section class=\"banner\">\n<!--googleoff: all -->\n<!-- Publicidad Zona 15 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=15\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write (\"&amp;post=1\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=1094933012\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=15&amp;cb=1094933012&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section><section class=\"banner\">\n<!--googleoff: all -->\n<!-- Publicidad Zona 15 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=15\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write (\"&amp;post=2\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=354397435\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=15&amp;cb=354397435&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section><section class=\"banner\">\n<!--googleoff: all -->\n<!-- Publicidad Zona 15 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=15\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write (\"&amp;post=3\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=994141256\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=15&amp;cb=994141256&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section><section class=\"banner\">\n<!--googleoff: all -->\n<!-- Publicidad Zona 15 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=15\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write (\"&amp;post=4\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=835116037\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=15&amp;cb=835116037&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section><section class=\"banner\">\n<!--googleoff: all -->\n<!-- Publicidad Zona 15 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=15\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write (\"&amp;post=5\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=458852135\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=15&amp;cb=458852135&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section>\t</div>\n\t<div class=\"box relacionado\">\n\t\t<h2>Relacionado</h2>\n\t\t<div class=\"relacionado clearfix\">\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/local/miquel-roca-infanta-quiere-haga-justicia.html\">Miquel Roca: «La Infanta Cristina quiere que se haga justicia»</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/local/castro-confia-audiencia-valide-imputacion-cristina-borbon.html\">Castro confía en que la Audiencia valide la imputación de Cristina de Borbón</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/local/upf-afirma-hay-instrucciones-fiscalia-del-estado-caso-noos.html\">La UPF afirma que no hay instrucciones de la Fiscalía del Estado en el caso Nóos</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/nacional/urkullu-declara-favor-republica-critica-labor-monarquia.html\">Urkullu se declara a favor de la República y critica la labor de la Monarquía</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/nacional/manos-limpias-defiende-imputacion-porque-doctrina-atutxa-esta-ratificada.html\">Manos Limpias defiende la imputación porque «la 'doctrina Atutxa' está ratificada»</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/nacional/reyes-principes-prosiguen-agenda-tras-imputacion-infanta.html\">Los Reyes y los Príncipes prosiguen con su agenda tras la imputación de la Infanta</a></p>\n\t\t\t <p>08/01/2014 <a href=\"/mallorca/noticia/noticias/local/urdangarin-niega-escrito-infanta-defraudase-hacienda.html\">Urdangarín niega en un escrito que la Infanta defraudase a Hacienda</a></p>\n\t\t\t <p>07/01/2014 <a href=\"/mallorca/noticia/noticias/local/juez-castro-anunciara-partir-hoy-imputa-infanta.html\">El juez Castro anunciará a partir de hoy si imputa a la infanta</a></p>\n\t\t\t <p>07/01/2014 <a href=\"/mallorca/noticia/noticias/local/juez-imputa-nuevo-infanta.html\">El juez imputa de nuevo a la Infanta y destaca su «plus añadido de codicia»</a></p>\n\t\t\t <p>07/01/2014 <a href=\"/mallorca/noticia/noticias/local/casa-del-rey-expresa-respeto-decisiones-judiciales.html\">La Casa del Rey expresa su \"respeto a las decisiones judiciales\"</a></p>\n\t\t\t<div id=\"mas_relacionadas_2\">\n\t<a class=\"mas btn\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#mas_relacionadas_2').html(data);},url:'/noticia/masRelacionadas/id/115680/edicion/mallorca/page/2'}); return false;\">Ver más</a>\t</div>\n\t\n<div></div></div><div class=\"lista_etiquetas clearfix\">\n\t<h3>Etiquetas</h3>\n\t<ul class=\"tags-list\"><li><a rel=\"tag\" href=\"/mallorca/etiqueta/Fiscal%C3%ADa+Anticorrupci%C3%B3n.html\">Fiscalía Anticorrupción</a></li><li><a rel=\"tag\" href=\"/mallorca/etiqueta/Infanta+Cristina.html\">Infanta Cristina</a></li><li><a rel=\"tag\" href=\"/mallorca/etiqueta/Pedro+Horrach.html\">Pedro Horrach</a></li><li><a rel=\"tag\" href=\"/mallorca/etiqueta/infanta+imputada.html\">infanta imputada</a></li><li><a rel=\"tag\" href=\"/mallorca/etiqueta/juez+Castro.html\">juez Castro</a></li></ul>\t\n</div>\n\t</div>\n\n\t\n\t<section class=\"banner\">\n\t\t<!--googleoff: all -->\n<!-- Publicidad Zona 163 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=163\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=135733613\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=163&amp;cb=135733613&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n\t</section>\n</div>\n</aside>\n<section class=\"row span5\">\n\t<article>\n\t<hgroup>\n\t<h3>Anticorrupción decidirá en Madrid si recurre la imputación de la Infanta</h3></hgroup>\n<div class=\"box valora clearfix\">\n\t<p class=\"autor pull-left\">\n\t\t<strong>Patricio Candia</strong> | Palma de Mallorca | 08/01/2014\t</p>\n\t<div class=\"estrellas pull-right\">\n\t\t<span>Valorar:</span>\n\t\t<div><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_2d84536e67faacb9bb61cf5b12361e9a\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_2d84536e67faacb9bb61cf5b12361e9a\" style=\"width:16px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 1 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_2d84536e67faacb9bb61cf5b12361e9a').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/Noticia/id/115680/token/2d84536e67faacb9bb61cf5b12361e9a/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_2d84536e67faacb9bb61cf5b12361e9a').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/Noticia/id/115680/token/2d84536e67faacb9bb61cf5b12361e9a/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_2d84536e67faacb9bb61cf5b12361e9a').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/Noticia/id/115680/token/2d84536e67faacb9bb61cf5b12361e9a/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_2d84536e67faacb9bb61cf5b12361e9a').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/Noticia/id/115680/token/2d84536e67faacb9bb61cf5b12361e9a/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_2d84536e67faacb9bb61cf5b12361e9a').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_2d84536e67faacb9bb61cf5b12361e9a&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/Noticia/id/115680/token/2d84536e67faacb9bb61cf5b12361e9a/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_2d84536e67faacb9bb61cf5b12361e9a\" class=\"message hidden\"></span></div>\n\t</div>\n</div>\n<div class=\"clearfix ico_like\">\n\t<div class=\"enlaces btn btn-mini clearfix\"><span><a href=\"/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html#media\"><i class=\"icon-picture\"></i> </a></span><span><a href=\"/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html#sf_comment_list\"><i class=\"icon-comment\"></i> </a><a href=\"/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html#sf_comment_list\">18</a></span></div>\t<div class=\"pull-left\">\n\t\t<span id=\"sf_countable_74910104627ce1200cecac9ce827055c\" class=\"vistas\">Visto 314 veces</span>\t</div>\n\t<div class=\"pull-right\">\n\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fultimahora.es%2Fmallorca%2Fnoticia%2Fnoticias%2Flocal%2Ffiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html&amp;layout=button_count&amp;show_faces=false&amp;width=120&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:120px; height:21px;\" allowTransparency=\"true\"></iframe>\n<g:plusone href=\"http://ultimahora.es/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html\" size=\"medium\"></g:plusone>\n\n\t</div>\n</div>\n<!--googleoff: all -->\n<figure>\n\t<div id=\"tabs-media\">\n\t\t<div class=\"box_media lo_mas_visto\">\t\n\t\t\t<a name=\"media\"></a>\n\t\t\t<div id=\"tabs-media\">\n\t\t\t\t<ul class=\"ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all\">\n\t\t\t\t\t\t\t\t\t\t<li class=\"ui-state-default ui-corner-top ui-tabs-selected ui-state-active\"><a href=\"#tabs-media-image\"><span>Fotos</span></a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"lista_tab clearfix\">\n\t\t<div id=\"tabs-media-image\">\n\t<div id=\"loading\">\n\t\t<img alt=\"preload\" src=\"http://uh.gsstatic.es/images/iconos/preload.gif\"/>\n\t</div>\n\t<div id=\"fotografia_wrapper\">\n\t\t<div class=\"big_img img_portada\">\n\t\t\t<div class=\"borde_img\">\n\t\t\t<div style=\"width: 515px; height: 337px;\" id=\"foto_player\"><img alt=\"BARCELO. DELITOS ECONOMICOS. CASO NOOS. EL FISCAL PEDRO HORRACH Y EL JUEZ JOSE CASTRO EN BARCELONA.\" src=\"/sfAttachPlugin/getCachedContent/id/158666/width/515/height/337.png\" /></div>\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"box_caption clearfix\">\n\t\t\t<figcaption class=\"pie\">\n\t<h4>Las discrepancias jurídicas entre el juez José Castro y el fiscal anticorrupción Pedro Horrach han quedado de manifiesto en la resolución dictada por el titular del Juzgado de Instrucción 3 de Palma, en la que cita a declarar a la hija del Rey. </h4><h5>27-06-2012</h5>\t\t\t| Efe\t</figcaption>\n\t\t</div>\n\t</div>\n\t\n\t\t\t\t  <div class=\"box_caption thumb clearfix\">\n\t\t\t<div class=\"box_img_small clearfix\">\n\t\t\t\t<a class=\"prev browse pull-left\"></a>\n\t\t\t\t<div id=\"infotogal\" class=\"scrollable\">\n\t\t\t\t\t<div class=\"items\">\n\t\t\t\t\t<div class=\"item\"><a href=\"#\" onclick=\"jQuery.ajax({type:'get',dataType:'html',data:'width=515&amp;height=420',success:function(data, textStatus){jQuery('#fotografia_wrapper').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#loading&quot;).show(); $(&quot;#image_wrap .borde_img img&quot;).fadeOut(&quot;slow&quot;)},complete:function(XMLHttpRequest, textStatus){$(&quot;#loading&quot;).hide(); $(&quot;#image_wrap .borde_img img&quot;).fadeIn(&quot;slow&quot;)},url:'/sfAttachPlugin/getAjaxContent/id/158666'}); return false;\"><img title=\"BARCELO. DELITOS ECONOMICOS. CASO NOOS. EL FISCAL PEDRO HORRACH Y EL JUEZ JOSE CASTRO EN BARCELONA.\" alt=\"BARCELO. DELITOS ECONOMICOS. CASO NOOS. EL FISCAL PEDRO HORRACH Y EL JUEZ JOSE CASTRO EN BARCELONA.\" src=\"/sfAttachPlugin/getPreview/id/158666.png\" /></a><a href=\"#\" onclick=\"jQuery.ajax({type:'get',dataType:'html',data:'width=515&amp;height=420',success:function(data, textStatus){jQuery('#fotografia_wrapper').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#loading&quot;).show(); $(&quot;#image_wrap .borde_img img&quot;).fadeOut(&quot;slow&quot;)},complete:function(XMLHttpRequest, textStatus){$(&quot;#loading&quot;).hide(); $(&quot;#image_wrap .borde_img img&quot;).fadeIn(&quot;slow&quot;)},url:'/sfAttachPlugin/getAjaxContent/id/158627'}); return false;\"><img title=\"LA AUDIENCIA DEJA SIN EFECTO LA CITACIÓN COMO IMPUTADA DE LA INFANTA CRISTINA\" alt=\"LA AUDIENCIA DEJA SIN EFECTO LA CITACIÓN COMO IMPUTADA DE LA INFANTA CRISTINA\" src=\"/sfAttachPlugin/getPreview/id/158627.png\" /></a></div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<a class=\"next browse pull-right\"></a>\n\t\t\t</div>\n\t\t</div>\n\t\t<script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t\t\t$(function() {\n\t\t\t\t\t$(\"div#infotogal\").scrollable(); \n\t\t\t\t});\n\t\t\t\n//]]>\n</script>\t\t</div>\n\t\t</div>\n\t\t<div class=\"borde_fin\"></div>\n\t</div>\n</figure>\n<script type=\"text/javascript\">\n//<![CDATA[\n\n\tjQuery(function() {\n\t\t$(\"#tabs-media\").tabs({\n\t\t\tactivate: function( event, ui ) {\n\t\t\t}\n\t\t}).select(0); \n\t});\n//]]>\n</script><!--googleon: all -->\n<div class=\"iconos_comparte clearfix\">\n    <div><a class=\"share_facebook\"\r\n\thref=\"http://facebook.com/sharer.php?u=http%3A%2F%2Fultimahora.es%2Fmallorca%2Fnoticia%2Fnoticias%2Flocal%2Ffiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html&amp;t=Anticorrupci%C3%B3n+decidir%C3%A1+en+Madrid+si+recurre+la+imputaci%C3%B3n+de+la+Infanta\"\r\n\ttitle=\"Compartir en Facebook\"\r\n\tonclick=\"window.open('http://facebook.com/sharer.php?u=http%3A%2F%2Fultimahora.es%2Fmallorca%2Fnoticia%2Fnoticias%2Flocal%2Ffiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html&amp;t=Anticorrupci%C3%B3n+decidir%C3%A1+en+Madrid+si+recurre+la+imputaci%C3%B3n+de+la+Infanta','sharer','toolbar=0,status=0,width=626,height=436'); $('#fb_counter').html('3'); return false;\">\r\n<span id=\"fb_counter\">2</span>\r\n</a>\r\n</div>\n    <div><a class=\"share_twitter\"\r\n\thref=\"http://twitter.com/share\"\r\n\ttitle=\"Comparte en Twitter\"\r\n\tonclick=\"window.open('http://twitter.com/share?url=http%3A%2F%2Fultimahora.es%2Fmallorca%2Fnoticia%2Fnoticias%2Flocal%2Ffiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html&amp;text=Anticorrupci%C3%B3n+decidir%C3%A1+en+Madrid+si+recurre+la+imputaci%C3%B3n+de+la+Infanta&amp;via=UHmallorca','twitter_tweet','toolbar=0,status=0,width=550,height=450'); $('#tw_counter').html('3'); return false;\">\r\n<span id=\"tw_counter\">2</span>\r\n</a>\r\n</div>\n    <div><a class=\"share_meneame\"\r\n\thref=\"http://meneame.net/submit.php?url=http%3A%2F%2Fultimahora.es%2Fmallorca%2Fnoticia%2Fnoticias%2Flocal%2Ffiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html\"\r\n\ttitle=\"Compártelo en menéame\">\r\n<span>0</span>\r\n</a>\r\n</div>\n</div><div class=\"cuerpo\"><p>El fiscal Pedro Horrach está perfilando con el jefe de la Fiscalía Anticorrupción, Antonio Salinas, en Madrid, la estrategia jurídica que seguirá tras el auto dictado por el juez José Castro en el que acuerda citar en calidad de imputada a la infanta Cristina de Borbón y Grecia el próximo 8 de marzo en Palma por los delitos de blanqueo de capitales y contra la Hacienda Pública.</p>\r\n<p>Horrach duda si insistir en su postura de dejar al margen a la hija menor del Rey de los indicios incriminatorios citados por el instructor del ‘caso Nóos’, como ya lo hizo por escrito el pasado mes de noviembre o, por el contrario, se limita exponer de manera sucinta su punto de vista para apoyar el recurso que ya ha anunciado el abogado de la Infanta, Miquel Roca.</p>\r\n<p><strong>Consenso</strong></p>\r\n<p>El fiscal anticorrupción se entrevistó ayer con su superior, Antonio Salinas, con el objetivo de analizar el extenso auto – 227 folios– de Castro y consensuar una postura común. En principio, Horrach no está dispuesto a entrar al trapo de las argumentaciones del titular del Juzgado de Instrucción 3 de Palma, que le reprocha en su resolución que defienda a ultranza a la Infanta y no haga lo mismo, por ejemplo, con otros imputados. «Las meras conjeturas o sospechas no constituyen elementos válidos de imputación», sostenía Horrach, que ya había recurrido el pasado abril contra la primera imputación de la infanta, que anuló la Audiencia de Palma.</p>\r\n<p>Asimismo, el juez Castro realizó ayer por la mañana unas breves declaraciones sobre su auto ante un grupo de periodistas a su llegada a los juzgados de Vía Alemania. «Uno lo hace para que se valide, pero luego si se valida o no, no lo sé», dijo el instructor del ‘caso Noos’ en relación a la decisión que debe adoptar la Audiencia de Palma sobre los previsibles recursos anunciados contra la imputación de la infanta Cristina.</p>\r\n<p>«No lo sé», manifestó Castro, que al ser preguntado por la presentación de recursos contra la imputación, declaró: «No estoy en la intención de ellos», en alusión a las partes. En relación a la reacción de la Casa Real al auto en el que llama a declarar a doña Cristina como imputada, Castro se limitó a manifestar «respeto también».</p>\r\n<p>El juez señala en el auto que hay indicios claros de que la hija menor del Rey pudo haber cometido delitos fiscales a través de la empresa Aizoon, que compartía al 50 % con su marido, Iñaki Urdangarin, una sociedad presuntamente creada para canalizar fondos obtenidos fraudulentamente a través del Instituto Nóos. Esta es la segunda ocasión en que el juez Castro imputa a la esposa de Iñaki Urdangarin. Ya lo hizo en abril, pero la Audiencia anuló su decisión.</p></div><section class=\"banner\">\n\t<!--googleoff: all -->\n<!-- Publicidad Zona 102 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=102\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=local\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=787150556\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=102&amp;cb=787150556&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section><!-- 2 --><div class=\"box post_formulario clearfix\" id=\"sf_comment_form_container_624c6b1b33fcd3806473505a6dc3425f\">\n\t<h2>Comentar</h2>\n\t<div class=\"form-legal\">\n\t\t<span>Normas de uso y aviso legal</span>  \n\t\n\t<ul>\n\t\t<li>El contenido de los comentarios es la opinión de los usuarios o internautas no de <strong>ultimahora.es.</strong></li>\n\t\t<li>No está permitido verter comentarios contrarios a las leyes, injuriantes, ilícitos o lesivos a terceros.</li>\n\t\t<li><strong>ultimahora.es</strong> se reserva el derecho de eliminar cualquier comentario inapropiado.</li>\n\t</ul>\n</div>\n\t<div class=\"form-box\">\n\t\t<div id=\"sf_comment_ajax_indicator\" style=\"display: none\"><img src=\"/images/iconos/preload.gif\" alt=\"Preload\" /></div><form class=\"sf_comment_form style_form\" id=\"sf_comment_form\" onsubmit=\"jQuery.ajax({type:'POST',dataType:'html',data:jQuery(this).serialize(),error:function(XMLHttpRequest, textStatus, errorThrown){jQuery('#sf_comment_form_elements_624c6b1b33fcd3806473505a6dc3425f').html(XMLHttpRequest.responseText); jQuery('#sf_comment_ajax_indicator').hide();},beforeSend:function(XMLHttpRequest){jQuery('#sf_comment_ajax_indicator').show()},complete:function(XMLHttpRequest, textStatus){jQuery('#sf_comment_ajax_indicator').hide()},success:function(data, textStatus){jQuery('#sf_comment_list').html(data); jQuery('#sf_comment_form_container_624c6b1b33fcd3806473505a6dc3425f').html('Gracias por su comentario');},url:'/sfComment/anonymous_comment'}); return false;\" action=\"/sfComment/anonymous_comment\" method=\"post\"><input type=\"hidden\" name=\"sf_comment_referer\" id=\"sf_comment_referer\" value=\"noticia/permalink?edicion=mallorca&amp;seccion=noticias&amp;slug=fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta&amp;subseccion=local\" /><input type=\"hidden\" name=\"sf_comment_object_token\" id=\"sf_comment_object_token\" value=\"624c6b1b33fcd3806473505a6dc3425f52ce6a1d\" /><input type=\"hidden\" name=\"sf_comment_object_model\" id=\"sf_comment_object_model\" value=\"Noticia\" /><input type=\"hidden\" name=\"sf_comment_object_id\" id=\"sf_comment_object_id\" value=\"115680\" /><input type=\"hidden\" name=\"sf_comment_moderated\" id=\"sf_comment_moderated\" value=\"1\" /><div id=\"sf_comment_form_elements_624c6b1b33fcd3806473505a6dc3425f\" class=\"clearfix\"><div class=\"clearfix\">\n\t<div class=\"required pull-left\">\n\t\t<label for=\"sf_comment_name\">Nombre (<span>*</span>):</label>\n\t\t<input type=\"text\" name=\"sf_comment_name\" id=\"sf_comment_name\" value=\"\" class=\"nombre\" />\t\t<div style=\"display:none;\" class=\"form_error\" id=\"error_for_sf_comment_name\">&uarr;&nbsp;&nbsp;&uarr;</div>\n\t</div>\n\n\t<div class=\"required pull-left\">\n\t\t<label for=\"sf_comment_email\">Correo electrónico (<span>*</span>):</label>\n\t\t<input type=\"text\" name=\"sf_comment_email\" id=\"sf_comment_email\" value=\"\" class=\"mail\" />\t\t<div style=\"display:none;\" class=\"form_error\" id=\"error_for_sf_comment_email\">&uarr;&nbsp;&nbsp;&uarr;</div>\n\t</div>\n</div>\n\n\n<div class=\"required\">\n\t<label for=\"sf_comment\">Comentario:</label>\n\t<textarea name=\"sf_comment\" id=\"sf_comment\" cols=\"37\" rows=\"5\"></textarea>\t<div style=\"display:none;\" class=\"form_error\" id=\"error_for_sf_comment\">&uarr;&nbsp;&nbsp;&uarr;</div>\n</div>\n<div class=\"accept_check\">\n\t<strong>* </strong>Campos obligatorios\t<label for=\"sf_comment_conditions\">\n\t<input type=\"checkbox\" name=\"sf_comment_conditions\" id=\"sf_comment_conditions\" value=\"1\" />\tAcepto las <strong id=\"accept\">condiciones de las normas de uso y aviso legal</strong></label>\n\t<div class=\"tooltip\">\n\t\t<div class=\"head\"></div>\n\t\t\t<div class=\"main\">\n\t\t\t\t<h6>Advertencia</h6>\n\t\t\t\t<p>Recuerde que usted es responsable de todo lo que escribe y que se revelarán a las autoridades públicas competentes y tribunales los datos que sean requeridos legalmente (nombre, e-mail, IP de su ordenador, así como información accesible a través de los sistemas).</p>\n\t\t\t</div>\n\t\t<div class=\"foot\"></div>\n\t</div>\n</div>\n<script type=\"text/javascript\">\n//<![CDATA[\n$(\"#accept\").tooltip({ effect: 'slide', position: 'top center'});\n//]]>\n</script><div style=\"display:none;\" class=\"form_error\" id=\"error_for_sf_comment_conditions\">&uarr;&nbsp;&nbsp;&uarr;</div>\n</div><div><input type=\"submit\" name=\"commit\" value=\"Comenta\" class=\"btn btn-primary\" /></div></form>\t</div>\n\t\n</div>\n<div class=\"borde_fin\"></div>\n<div id=\"sf_comment_list\" class=\"box clearfix\">\n\t<div class=\"pager clearfix\" id=\"toppager\">\n\t\t<div class=\"botones\"><span class=\"prevbutton disabled\">Anterior</span><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_list').html(data);},url:'/sfComment/commentPage/id/115680/model/Noticia/page/2'}); return false;\"><span class=\"nextbutton\">Siguiente</span></a></div>\n<div class=\"indicador\">Página <strong>1</strong> de <strong>2</strong></div>\n\t</div>\n\n\t\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073341\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">Alcalino</span><br /> <span class=\"date\">Hace 28 minutos</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Vaya comportamiento tan poco ejemplar del fiscal Horrach, defiende lo indefendible, como para que los ciudadanos creamos en la justicia que imparta ese señor, los inutiles solo se justifican de esta manera si quieren escalar en su profesion.</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073341\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">3</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073341').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073341 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073341/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073341').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073341 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073341/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073330\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">Casper</span><br /> <span class=\"date\">Hace 37 minutos</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Lo importante no es si imputa o no, lo importante es el cocido Madrileño que se van a comer a costa del pueblo. </p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073330\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">1</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073330').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073330 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073330/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073330').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073330 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073330/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073329\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">pepedelacalle</span><br /> <span class=\"date\">Hace 37 minutos</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>A mi lo que me despierta la curiosidad es saber si esta Infanta es normal su coeficiente, y digo eso porque así como están las cosas, despedir su año horrible en Paris, en el Interconti, donde dormir cuesta 500 Euros, eso en la habitación para no nobles, la cena y el resto, demuestra el mal gusto y lo que son, presuntos delincuentes. Lo del Fiscal no tiene nombre. Nosotros la sociedad tenemos el deber castigarles, como ignorando-les y haciendo justicia, ya me apunto a una  III República, aunque viendo como Presidente de la misma  a algún político no se lo que nos conviene. </p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073329\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">1</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073329').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073329 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073329/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073329').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073329 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073329/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073324\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">angelcaido</span><br /> <span class=\"date\">Hace una hora</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Muy independiente no se muestra el fiscal.....¿Es normal consultar con el fiscal jefe cada caso ?</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073324\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">3</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073324').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073324 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073324/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073324').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073324 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073324/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073322\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">Pep de Son Fullos</span><br /> <span class=\"date\">Hace una hora</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>La cara es el fiel reflejo del alma... Mirad que \"careto\" el del fiscal.. \"Esto\" es lo que imputa o desimputa a grandes chorizos... Esto es lo que defiendo nuestra constitución y leyes... joer no estamos apañaos, estamos acabaos...</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073322\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">1</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073322').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073322 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073322/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073322').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073322 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073322/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073298\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">ElQPaga</span><br /> <span class=\"date\">Hace una hora</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>El fiscal va a Madrid a que le digan si es legal o no la imputación de la infantita y digo yo... ¿este hombre no ha estudiado para saberlo el mismo?</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073298\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">2</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073298').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073298 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073298/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073298').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073298 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073298/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073288\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">uno,ino</span><br /> <span class=\"date\">Hace una hora</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Aquí el valiente es el Fiscal Sr. Horrcah, llanero solitario frente a la legión de personas manipuladas y a los medios que venden periódicos.\nValinte, profesional y solo ante el peligro. Castro es un star que nada arriesga.</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073288\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion negativa\">-5</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073288').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073288 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073288/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073288').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073288 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073288/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073270\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">España, un país de pandereta y mentiras</span><br /> <span class=\"date\">Hace 2 horas</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Los fiscales se han convertido en los abogados defensores de la Infanta.</p><p>A las pruebas me remito,</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073270\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">13</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073270').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073270 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073270/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073270').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073270 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073270/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073267\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">Fiscalillos</span><br /> <span class=\"date\">Hace 2 horas</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>Ayer la Policía me paró cuando circulaba correctamente, me hizo soplar y triplique la tasa de alcohol. Nunca he bebido pues soy abstemio como Ortega Cano. No me detuvo, pero me imputó como autor de un presunto delito. Me han fijado juicio para dentro de dos días. Sr. Horrach ¿podría recurrir mi imputación?.</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073267\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">5</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073267').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073267 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073267/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073267').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073267 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073267/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\t\t<div class=\"borde_bottom clearfix\">\n\t<div class=\"sf_comment\" id=\"sf_comment_1073251\">\n\n\t\t\n\t\t<div class=\"titulo_post\">\n\t\t\t\n\t\t\t<p class=\"sf_comment_info\">\n\t    \t\t<span class=\"sf_comment_author\">Jaime</span><br /> <span class=\"date\">Hace 2 horas</span>\t\t\t</p>\n\t\t</div>\n\t</div>\n\n\t<div class=\"sf_comment_text\">\n\t\t<p>¡A sus órdenes, que puesto me darás!</p>\t</div>\n\t<div class=\"sf_comment_rating\" id=\"sf_comment_rating_1073251\">\n\t<div class=\"valora\">\n\t<strong>Valoración:</strong><span class=\"valoracion positiva\">2</span><span class=\"valoradores\"><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073251').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073251 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073251/score/-1'}); return false;\"><span class=\"down-inactive\">menos</span></a><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_rating_1073251').html(data);},beforeSend:function(XMLHttpRequest){$(&quot;#sf_comment_rating_1073251 .valoradores&quot;).html(&quot;...&quot;);},url:'/sfComment/score/id/1073251/score/1'}); return false;\"><span class=\"up-inactive\">mas</span></a></span>\t</div>\n</div>\n</div>\n\t\n\t<div class=\"pager clearfix\" id=\"bottompager\">\n\t\t<div class=\"botones\"><span class=\"prevbutton disabled\">Anterior</span><a href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#sf_comment_list').html(data);},url:'/sfComment/commentPage/id/115680/model/Noticia/page/2'}); return false;\"><span class=\"nextbutton\">Siguiente</span></a></div>\n<div class=\"indicador\">Página <strong>1</strong> de <strong>2</strong></div>\n\t</div>\n</div>\n\t\n\t</article>\n</section>\n\t\t\t\t<aside class=\"row span3 clearfix\" role=\"complementary\">\n\t\t\t\t<!-- Slot 45 -->\n<section class=\"banner vocento\">\n\t<span class=\"publicidad\">publicidad</span>\n\t<script type=\"text/javascript\">\n\t<!--\n\tif(typeof(v_randomnumber)==\"undefined\")\n\t{var v_randomnumber=Math.floor(Math.random()*10000000000)}if(typeof(v_tile)==\"undefined\")\n\t{var v_tile=1}else{v_tile++}\n\tdocument.write('<scr'+'ipt src=\"http://ad.es.doubleclick.net/N4900/adj/vocento.uh/mallorca/noticias/Local;pos=robapaginas;tile='+v_tile+';sz=300x250,300x600;ord='+v_randomnumber+'?\"><\\/scr'+'ipt>');\n\t-->\n\t</script>\n</section>\n<span style=\"display:none\">ultimahora.es - http://ultimahora.es/mallorca/noticia/noticias/local/fiscalia-anticorrupcion-estudia-recurre-imputacion-infanta.html</span><div class=\"box tambien_en noticias\"><h4><a href=\"/mallorca/seccion/noticias.html\">También en Noticias</a></h4><article><figure>\n<div class=\"img pull-right\"><a title=\"Matas evita la cárcel hasta que el Gobierno resuelva su petición de indulto\" href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html\"><img alt=\"Matas evita la cárcel hasta que el Gobierno resuelva su petición de indulto\" src=\"/sfAttachPlugin/getPreview/id/158613.png\" /></a></div><figcaption class=\"text clearfix\">\n<header><h5><a title=\"Matas evita la cárcel hasta que el Gobierno resuelva su petición de indulto\" href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html\">Matas evita la cárcel hasta que el Gobierno resuelva su petición de indulto</a></h5></header><p>La Audiencia Provincial mantiene su criterio y suspende el ingreso en prisión del expresident Jaume [<a class=\"mas\" href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html\">...</a>]</p><div class=\"enlaces\"><a href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html#sf_comment_list\"><i class=\"icon-comment\"></i></a><a href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html#sf_comment_list\">88 Comentarios </a></div></figcaption>\n</figure>\n</article><article><figure>\n<div class=\"img pull-right\"><a title=\"Concluyen los registros en Bilbao y San Sebastián en una operación contra ETA\" href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html\"><img alt=\"Concluyen los registros en Bilbao y San Sebastián en una operación contra ETA\" src=\"/sfAttachPlugin/getPreview/id/158674.png\" /></a></div><figcaption class=\"text clearfix\">\n<header><h5><a title=\"Concluyen los registros en Bilbao y San Sebastián en una operación contra ETA\" href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html\">Concluyen los registros en Bilbao y San Sebastián en una operación contra ETA</a></h5></header><p>La Guardia Civil ha finalizado de madrugada los registros del despacho de la abogada Arantza [<a class=\"mas\" href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html\">...</a>]</p><div class=\"enlaces\"><a href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html#sf_comment_list\"><i class=\"icon-comment\"></i></a><a href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html#sf_comment_list\">2 Comentarios </a></div></figcaption>\n</figure>\n</article><article><figure>\n<div class=\"img pull-right\"><a title=\"Bauzá apoya que se cambie el  proyecto de ley del aborto pero no concreta en qué sentido\" href=\"/mallorca/noticia/noticias/local/bauza-pronuncia-sobre-ley-del-aborto-durante-comite-ejecutivo-nacional-del-pp.html\"><img alt=\"Bauzá apoya que se cambie el  proyecto de ley del aborto pero no concreta en qué sentido\" src=\"/sfAttachPlugin/getPreview/id/158625.png\" /></a></div><figcaption class=\"text clearfix\">\n<header><h5><a title=\"Bauzá apoya que se cambie el  proyecto de ley del aborto pero no concreta en qué sentido\" href=\"/mallorca/noticia/noticias/local/bauza-pronuncia-sobre-ley-del-aborto-durante-comite-ejecutivo-nacional-del-pp.html\">Bauzá apoya que se cambie el  proyecto de ley del aborto pero no concreta en qué sentido</a></h5></header><p>El president del Govern, José Ramón Bauzá, se mostró ayer partidario de modificar la ley [<a class=\"mas\" href=\"/mallorca/noticia/noticias/local/bauza-pronuncia-sobre-ley-del-aborto-durante-comite-ejecutivo-nacional-del-pp.html\">...</a>]</p><div class=\"enlaces\"><a href=\"/mallorca/noticia/noticias/local/bauza-pronuncia-sobre-ley-del-aborto-durante-comite-ejecutivo-nacional-del-pp.html#sf_comment_list\"><i class=\"icon-comment\"></i></a><a href=\"/mallorca/noticia/noticias/local/bauza-pronuncia-sobre-ley-del-aborto-durante-comite-ejecutivo-nacional-del-pp.html#sf_comment_list\">17 Comentarios </a></div></figcaption>\n</figure>\n</article><article><figure>\n<div class=\"img pull-right\"><a title=\"El primer 'ball dels dimonis' enciende la fiesta en Manacor\" href=\"/mallorca/noticia/noticias/part-forana/primer-ball-dels-dimonis-enciende-fiesta-llena-sentimiento-ciudad.html\"><img alt=\"El primer 'ball dels dimonis' enciende la fiesta en Manacor\" src=\"/sfAttachPlugin/getPreview/id/158658.png\" /></a></div><figcaption class=\"text clearfix\">\n<header><h5><a title=\"El primer 'ball dels dimonis' enciende la fiesta en Manacor\" href=\"/mallorca/noticia/noticias/part-forana/primer-ball-dels-dimonis-enciende-fiesta-llena-sentimiento-ciudad.html\">El primer 'ball dels dimonis' enciende la fiesta en Manacor</a></h5></header><p>La plaza Ramon Llull, un año más, recibía, en un fría noche y al calor [<a class=\"mas\" href=\"/mallorca/noticia/noticias/part-forana/primer-ball-dels-dimonis-enciende-fiesta-llena-sentimiento-ciudad.html\">...</a>]</p><div class=\"enlaces\"><a href=\"/mallorca/noticia/noticias/part-forana/primer-ball-dels-dimonis-enciende-fiesta-llena-sentimiento-ciudad.html#sf_comment_list\"><i class=\"icon-comment\"></i></a><a href=\"/mallorca/noticia/noticias/part-forana/primer-ball-dels-dimonis-enciende-fiesta-llena-sentimiento-ciudad.html#sf_comment_list\">1 Comentarios </a></div></figcaption>\n</figure>\n</article>\n</div><section class=\"banner clearfix\">\n<!--- Zona  169--><!--googleoff: all -->\n<!-- Publicidad Zona 169 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=169\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=Local\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=126739943\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=169&amp;cb=126739943&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section>\n<div class=\"box hoy_mallorca clearfix\">\n\t<div class=\"head_img\">\n\t\t<a title=\"Hoy en mallorca\" href=\"/mallorca/diviertete/agenda/hoy/1.html\"><img alt=\"Hoy en mallorca\" src=\"/images/layout/back_hoy_mallorca.png\" /></a>\t</div>\n\t<div class=\"clearfix\">\n\t\t<div id=\"agenda_hoy_slider\" class=\"scrollable\">\n\t\t\t<a class=\"prev\"></a>\n\t\t\t<div class=\"items\">\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"Orquestra Simfònica de les Illes Balears y Josep F. Palou\" href=\"/mallorca/diviertete/conciertos/orquestra-simfonica-les-illes-balears-3.html\"><img alt=\"Orquestra Simfònica de les Illes Balears y Josep F. Palou\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/158151/width/286/height/163/crop/1.png\" /></a><h5>Conciertos</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_a1e08bf2fc3b80edff9505a7c1b8dec3\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_a1e08bf2fc3b80edff9505a7c1b8dec3\" style=\"width:0px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 0 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6004/token/a1e08bf2fc3b80edff9505a7c1b8dec3/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6004/token/a1e08bf2fc3b80edff9505a7c1b8dec3/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6004/token/a1e08bf2fc3b80edff9505a7c1b8dec3/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6004/token/a1e08bf2fc3b80edff9505a7c1b8dec3/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6004/token/a1e08bf2fc3b80edff9505a7c1b8dec3/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_a1e08bf2fc3b80edff9505a7c1b8dec3\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"Orquestra Simfònica de les Illes Balears y Josep F. Palou\" href=\"/mallorca/diviertete/conciertos/orquestra-simfonica-les-illes-balears-3.html\">Orquestra Simfònica de les Illes Balears y Josep F. Palou</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"Duncan Dhu en concierto\" href=\"/mallorca/diviertete/conciertos/duncan-dhu-concierto.html\"><img alt=\"Duncan Dhu en concierto\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/154270/width/286/height/163/crop/1.png\" /></a><h5>Conciertos</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_28911aa6d3cd8d125f96831b12a1c1e0\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_28911aa6d3cd8d125f96831b12a1c1e0\" style=\"width:48px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 3 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_28911aa6d3cd8d125f96831b12a1c1e0').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5905/token/28911aa6d3cd8d125f96831b12a1c1e0/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_28911aa6d3cd8d125f96831b12a1c1e0').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5905/token/28911aa6d3cd8d125f96831b12a1c1e0/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_28911aa6d3cd8d125f96831b12a1c1e0').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5905/token/28911aa6d3cd8d125f96831b12a1c1e0/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_28911aa6d3cd8d125f96831b12a1c1e0').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5905/token/28911aa6d3cd8d125f96831b12a1c1e0/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_28911aa6d3cd8d125f96831b12a1c1e0').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_28911aa6d3cd8d125f96831b12a1c1e0&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5905/token/28911aa6d3cd8d125f96831b12a1c1e0/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_28911aa6d3cd8d125f96831b12a1c1e0\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"Duncan Dhu en concierto\" href=\"/mallorca/diviertete/conciertos/duncan-dhu-concierto.html\">Duncan Dhu en concierto</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"‘Un Nadal de pallassos’\" href=\"/mallorca/diviertete/actividades-familiares/nadal-pallassos.html\"><img alt=\"‘Un Nadal de pallassos’\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/156640/width/286/height/163/crop/1.png\" /></a><h5>Ocio familiar</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_17f06e6e82cbbe8fb49d475939ef8c1c\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_17f06e6e82cbbe8fb49d475939ef8c1c\" style=\"width:48px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 3 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5971/token/17f06e6e82cbbe8fb49d475939ef8c1c/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5971/token/17f06e6e82cbbe8fb49d475939ef8c1c/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5971/token/17f06e6e82cbbe8fb49d475939ef8c1c/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5971/token/17f06e6e82cbbe8fb49d475939ef8c1c/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_17f06e6e82cbbe8fb49d475939ef8c1c&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5971/token/17f06e6e82cbbe8fb49d475939ef8c1c/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_17f06e6e82cbbe8fb49d475939ef8c1c\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"‘Un Nadal de pallassos’\" href=\"/mallorca/diviertete/actividades-familiares/nadal-pallassos.html\">‘Un Nadal de pallassos’</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"'Els desorientats reis d'Orient', la verdadera historia de los Reyes Magos\" href=\"/mallorca/diviertete/actividades-familiares/reyes-magos-desorientados.html\"><img alt=\"'Els desorientats reis d'Orient', la verdadera historia de los Reyes Magos\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/151696/width/286/height/163/crop/1.png\" /></a><h5>Ocio familiar</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_928562595f57accc61fbc86489e4fbc4\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_928562595f57accc61fbc86489e4fbc4\" style=\"width:48px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 3 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_928562595f57accc61fbc86489e4fbc4').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5974/token/928562595f57accc61fbc86489e4fbc4/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_928562595f57accc61fbc86489e4fbc4').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5974/token/928562595f57accc61fbc86489e4fbc4/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_928562595f57accc61fbc86489e4fbc4').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5974/token/928562595f57accc61fbc86489e4fbc4/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_928562595f57accc61fbc86489e4fbc4').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5974/token/928562595f57accc61fbc86489e4fbc4/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_928562595f57accc61fbc86489e4fbc4').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_928562595f57accc61fbc86489e4fbc4&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5974/token/928562595f57accc61fbc86489e4fbc4/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_928562595f57accc61fbc86489e4fbc4\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"'Els desorientats reis d'Orient', la verdadera historia de los Reyes Magos\" href=\"/mallorca/diviertete/actividades-familiares/reyes-magos-desorientados.html\">'Els desorientats reis d'Orient', la verdadera historia de los Reyes Magos</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"Jaume Compte &amp; Nafas Ensemble\" href=\"/mallorca/diviertete/conciertos/jaume-compte-nafas-ensemble.html\"><img alt=\"Jaume Compte &amp; Nafas Ensemble\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/148926/width/286/height/163/crop/1.png\" /></a><h5>Conciertos</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_22f900fc56aa2b8e9c913bab46f8d447\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_22f900fc56aa2b8e9c913bab46f8d447\" style=\"width:0px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 0 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_22f900fc56aa2b8e9c913bab46f8d447').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5858/token/22f900fc56aa2b8e9c913bab46f8d447/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_22f900fc56aa2b8e9c913bab46f8d447').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5858/token/22f900fc56aa2b8e9c913bab46f8d447/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_22f900fc56aa2b8e9c913bab46f8d447').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5858/token/22f900fc56aa2b8e9c913bab46f8d447/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_22f900fc56aa2b8e9c913bab46f8d447').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5858/token/22f900fc56aa2b8e9c913bab46f8d447/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_22f900fc56aa2b8e9c913bab46f8d447').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_22f900fc56aa2b8e9c913bab46f8d447&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5858/token/22f900fc56aa2b8e9c913bab46f8d447/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_22f900fc56aa2b8e9c913bab46f8d447\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"Jaume Compte &amp; Nafas Ensemble\" href=\"/mallorca/diviertete/conciertos/jaume-compte-nafas-ensemble.html\">Jaume Compte & Nafas Ensemble</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"‘Justicia alimentaria’, de Pep Bonet\" href=\"/mallorca/diviertete/exposiciones/justicia-alimentaria-pep-bonet.html\"><img alt=\"‘Justicia alimentaria’, de Pep Bonet\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/137820/width/286/height/163/crop/1.png\" /></a><h5>Exposiciones</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_868d11d896959684c13f4ffdfe408fde\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_868d11d896959684c13f4ffdfe408fde\" style=\"width:0px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 0 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_868d11d896959684c13f4ffdfe408fde').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5295/token/868d11d896959684c13f4ffdfe408fde/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_868d11d896959684c13f4ffdfe408fde').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5295/token/868d11d896959684c13f4ffdfe408fde/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_868d11d896959684c13f4ffdfe408fde').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5295/token/868d11d896959684c13f4ffdfe408fde/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_868d11d896959684c13f4ffdfe408fde').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5295/token/868d11d896959684c13f4ffdfe408fde/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_868d11d896959684c13f4ffdfe408fde').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_868d11d896959684c13f4ffdfe408fde&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5295/token/868d11d896959684c13f4ffdfe408fde/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_868d11d896959684c13f4ffdfe408fde\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"‘Justicia alimentaria’, de Pep Bonet\" href=\"/mallorca/diviertete/exposiciones/justicia-alimentaria-pep-bonet.html\">‘Justicia alimentaria’, de Pep Bonet</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"Mario Gas se mete en la piel de ‘Julio César’\" href=\"/mallorca/diviertete/teatro/julio-cesar.html\"><img alt=\"Mario Gas se mete en la piel de ‘Julio César’\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/153758/width/286/height/163/crop/1.png\" /></a><h5>Teatro</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_b5e1997c0c61818989d6619c29248507\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_b5e1997c0c61818989d6619c29248507\" style=\"width:48px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 3 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_b5e1997c0c61818989d6619c29248507').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5936/token/b5e1997c0c61818989d6619c29248507/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_b5e1997c0c61818989d6619c29248507').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5936/token/b5e1997c0c61818989d6619c29248507/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_b5e1997c0c61818989d6619c29248507').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5936/token/b5e1997c0c61818989d6619c29248507/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_b5e1997c0c61818989d6619c29248507').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5936/token/b5e1997c0c61818989d6619c29248507/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_b5e1997c0c61818989d6619c29248507').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_b5e1997c0c61818989d6619c29248507&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5936/token/b5e1997c0c61818989d6619c29248507/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_b5e1997c0c61818989d6619c29248507\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"Mario Gas se mete en la piel de ‘Julio César’\" href=\"/mallorca/diviertete/teatro/julio-cesar.html\">Mario Gas se mete en la piel de ‘Julio César’</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\" ‘The Hotel’, un show de variedades inspirado en la época dorada de Hollywood\" href=\"/mallorca/diviertete/teatro/the-hotel.html\"><img alt=\" ‘The Hotel’, un show de variedades inspirado en la época dorada de Hollywood\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/156074/width/286/height/163/crop/1.png\" /></a><h5>Teatro</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_f6f9f446cbe5e6457bf862a0e85b8490\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_f6f9f446cbe5e6457bf862a0e85b8490\" style=\"width:37.28px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 2 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_f6f9f446cbe5e6457bf862a0e85b8490').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5973/token/f6f9f446cbe5e6457bf862a0e85b8490/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_f6f9f446cbe5e6457bf862a0e85b8490').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5973/token/f6f9f446cbe5e6457bf862a0e85b8490/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_f6f9f446cbe5e6457bf862a0e85b8490').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5973/token/f6f9f446cbe5e6457bf862a0e85b8490/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_f6f9f446cbe5e6457bf862a0e85b8490').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5973/token/f6f9f446cbe5e6457bf862a0e85b8490/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_f6f9f446cbe5e6457bf862a0e85b8490').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_f6f9f446cbe5e6457bf862a0e85b8490&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5973/token/f6f9f446cbe5e6457bf862a0e85b8490/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_f6f9f446cbe5e6457bf862a0e85b8490\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\" ‘The Hotel’, un show de variedades inspirado en la época dorada de Hollywood\" href=\"/mallorca/diviertete/teatro/the-hotel.html\"> ‘The Hotel’, un show de variedades inspirado en la época dorada de Hollywood</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"Nena Daconte, estrella invitada al Festival de los Reyes Magos de Ultima Hora\" href=\"/mallorca/diviertete/actividades-familiares/gran-festival-reyes-magos-ultima-hora.html\"><img alt=\"Nena Daconte, estrella invitada al Festival de los Reyes Magos de Ultima Hora\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedContent/id/158229/width/286/height/163/crop/1.png\" /></a><h5>Ocio familiar</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_260d159e959f99a1c8f965ebb601710f\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_260d159e959f99a1c8f965ebb601710f\" style=\"width:56px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 3 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_260d159e959f99a1c8f965ebb601710f').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6001/token/260d159e959f99a1c8f965ebb601710f/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_260d159e959f99a1c8f965ebb601710f').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6001/token/260d159e959f99a1c8f965ebb601710f/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_260d159e959f99a1c8f965ebb601710f').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6001/token/260d159e959f99a1c8f965ebb601710f/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_260d159e959f99a1c8f965ebb601710f').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6001/token/260d159e959f99a1c8f965ebb601710f/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_260d159e959f99a1c8f965ebb601710f').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_260d159e959f99a1c8f965ebb601710f&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/6001/token/260d159e959f99a1c8f965ebb601710f/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_260d159e959f99a1c8f965ebb601710f\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"Nena Daconte, estrella invitada al Festival de los Reyes Magos de Ultima Hora\" href=\"/mallorca/diviertete/actividades-familiares/gran-festival-reyes-magos-ultima-hora.html\">Nena Daconte, estrella invitada al Festival de los Reyes Magos de Ultima Hora</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<div class=\"box_img\">\n\t\t\t\t\t<a title=\"&quot;Sembrando esperanza&quot;: Pep Bonet en CaixaForum\" href=\"/mallorca/diviertete/exposiciones/sembrando-esperanza-pep-bonet-caixaforum.html\"><img alt=\"&quot;Sembrando esperanza&quot;: Pep Bonet en CaixaForum\" width=\"287\" height=\"163\" src=\"/sfAttachPlugin/getCachedCropContent/id/110226.png\" /></a><h5>Exposiciones</h5><ul class=\"star-rating\" style=\"width:80px\" id=\"rater_6f582e58b78487e6f844441be235c1d1\" itemprop=\"reviews\" itemscope itemtype=\"http://schema.org/AggregateRating\"><li class=\"current-rating\" id=\"current_rating_6f582e58b78487e6f844441be235c1d1\" style=\"width:16px;\" itemprop=\"bestRating\" content=\"5\">Actualmente puntuada con 1 estrella(s) sobre 5</li>\n<li><a class=\"r1stars\" title=\"Puntualo 1 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_6f582e58b78487e6f844441be235c1d1').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5594/token/6f582e58b78487e6f844441be235c1d1/rating/1/star_width/16'}); return false;\">Puntualo 1 estrellas</a></li>\n\n<li><a class=\"r2stars\" title=\"Puntualo 2 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_6f582e58b78487e6f844441be235c1d1').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5594/token/6f582e58b78487e6f844441be235c1d1/rating/2/star_width/16'}); return false;\">Puntualo 2 estrellas</a></li>\n\n<li><a class=\"r3stars\" title=\"Puntualo 3 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_6f582e58b78487e6f844441be235c1d1').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5594/token/6f582e58b78487e6f844441be235c1d1/rating/3/star_width/16'}); return false;\">Puntualo 3 estrellas</a></li>\n\n<li><a class=\"r4stars\" title=\"Puntualo 4 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_6f582e58b78487e6f844441be235c1d1').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5594/token/6f582e58b78487e6f844441be235c1d1/rating/4/star_width/16'}); return false;\">Puntualo 4 estrellas</a></li>\n\n<li><a class=\"r5stars\" title=\"Puntualo 5 estrellas\" href=\"#\" onclick=\"jQuery.ajax({type:'POST',dataType:'html',success:function(data, textStatus){jQuery('#rating_message_6f582e58b78487e6f844441be235c1d1').html(data);},complete:function(XMLHttpRequest, textStatus){$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).removeClass(&quot;hidden&quot;); setTimeout('$(&quot;#rating_message_6f582e58b78487e6f844441be235c1d1&quot;).addClass(&quot;hidden&quot;)',&quot;5000&quot;)},url:'/sfRating/rate/model/DivierteteEvento/id/5594/token/6f582e58b78487e6f844441be235c1d1/rating/5/star_width/16'}); return false;\">Puntualo 5 estrellas</a></li>\n</ul><span id=\"rating_message_6f582e58b78487e6f844441be235c1d1\" class=\"message hidden\"></span>\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"text\">\n\t\t\t\t\t<h4><a title=\"&quot;Sembrando esperanza&quot;: Pep Bonet en CaixaForum\" href=\"/mallorca/diviertete/exposiciones/sembrando-esperanza-pep-bonet-caixaforum.html\">\"Sembrando esperanza\": Pep Bonet en CaixaForum</a></h4>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t<a class=\"next\"></a>\n\t\t</div>\n\t</div>\n</div>\n<script type=\"text/javascript\">\n//<![CDATA[\n\n\t\t$('#agenda_hoy_slider').scrollable({ circular: true}).autoscroll({ autoplay: true});;\n\t\n//]]>\n</script><section class=\"banner clearfix\">\n<!--- Zona  8--><!--googleoff: all -->\n<!-- Publicidad Zona 8 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=8\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=Local\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=200970506\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=8&amp;cb=200970506&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section>\n<section class=\"box lo_mas_visto\">\n\t<div id=\"tabs\" class=\"ui-tabs ui-widget ui-widget-content ui-corner-all\">\n\t\t<ul class=\"tab ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all\">\n\t\t\t<li class=\"ui-state-default ui-corner-top ui-tabs-selected ui-state-active\"><a href=\"#tabs-1\"><span>Lo + visto</span></a></li>\n\t\t\t<li class=\"ui-state-default ui-corner-top\"><a href=\"#tabs-2\"><span>Lo + comentado</span></a></li>\n\t\t\t<li class=\"ui-state-default ui-corner-top\"><a href=\"#tabs-3\"><span>Lo último</span></a></li>\n\t\t</ul>\n\t\t<div class=\"lista_tab\">\n\t\t\t<div id=\"tabs-1\">\n\t\t\t\t<ul>\n<li><a href=\"/mallorca/noticia/sucesos/ultimas/juez-encierra-juanito-menor-anos-mas-500-robos-cometidos.html\">Un juez encierra a 'El Juanito', un menor de 14 años con más de 2.500 robos cometidos</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/detienen-joven-robaba-cerebros-enfermos-mentales-vendia-por-internet.html\">Detienen a un joven que robaba cerebros de enfermos mentales y los vendía por Internet</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/menor-apunala-calle-manacor-amiga-porque-habia-quitado-novio.html\">Una menor apuñala en la calle Manacor a una amiga por quitarle el novio</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/padre-malen-ortiz-agradece-television-apoyo-del-hijo-paca.html\">El padre de Malén Ortiz agradece en televisión el apoyo del hijo de 'La Paca'</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/resultados-pruebas-adn-pueden-ser-claves-caso-malen.html\">Los resultados de las pruebas de ADN pueden ser claves en el caso de Malén</a></li></ul>\n\t\t\t</div>\n\t\t\t<div id=\"tabs-2\" class=\"ui-tabs-hide\">\n\t\t\t\t<ul>\n<li><a href=\"/mallorca/noticia/noticias/local/audiencia-suspende-ingreso-prision-matas-hasta-gobierno-decida-indulta.html\">Matas evita la cárcel hasta que el Gobierno resuelva su petición de indulto</a></li><li><a href=\"/mallorca/noticia/noticias/local/miquel-roca-infanta-quiere-haga-justicia.html\">Miquel Roca: «La Infanta Cristina quiere que se haga justicia»</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/juez-encierra-juanito-menor-anos-mas-500-robos-cometidos.html\">Un juez encierra a 'El Juanito', un menor de 14 años con más de 2.500 robos cometidos</a></li><li><a href=\"/mallorca/noticia/noticias/cultura/adoracio-igualitaria-contra-bauza.html\">Una ’Adoració’ verde y rosa vapulea a Bauzá</a></li><li><a href=\"/mallorca/noticia/sucesos/ultimas/menor-apunala-calle-manacor-amiga-porque-habia-quitado-novio.html\">Una menor apuñala en la calle Manacor a una amiga por quitarle el novio</a></li></ul>\n\t\t\t</div>\n\t\t\t<div id=\"tabs-3\" class=\"ui-tabs-hide\">\n\t\t\t\t<ul>\n<li><a href=\"/mallorca/noticia/sucesos/ultimas/anciano-anos-mata-otro-bastonazos-residencia.html\">Un anciano de 78 años mata a otro de 92 a bastonazos en una residencia</a></li><li><a href=\"/mallorca/noticia/noticias/local/espesos-bancos-niebla-cubren-palma.html\">Espesos bancos de niebla cubren Palma</a></li><li><a href=\"/mallorca/noticia/noticias/cultura/abucheos-vitores-reina-preestreno-pelicula-vicente-ferrer.html\">Abucheos y vítores a la Reina en el preestreno de la película ‘Vicente Ferrer’</a></li><li><a href=\"/mallorca/noticia/deportes/noticias/cepeda-aterriza-reclamando-unidad.html\">Cepeda aterriza reclamando unidad</a></li><li><a href=\"/mallorca/noticia/noticias/nacional/concluyen-madrugada-registros-bilbao-san-sebastian-operacion-contra-eta.html\">Concluyen los registros en Bilbao y San Sebastián en una operación contra ETA</a></li></ul>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t<script type=\"text/javascript\">\n//<![CDATA[\njQuery(function() {\n\t\t\tjQuery(\"#tabs\").tabs().select(0);\n\t\t}); \n//]]>\n</script></section>\n<section class=\"box blogs clearfix\">\n\n\t\t<header><h3><a href=\"/mallorca/participa/blog.html\">Blogs</a></h3></header>\n\t\t\n\t\t<article><figure class=\"imagen clearfix\"><a title=\"Telele\" href=\"http://telele.ultimahora.es\"><img alt=\"Telele\" src=\"/blog/portada/id/24.png\" /></a></figure><figcaption class=\"text clearfix\"><header><h4><a href=\"http://telele.ultimahora.es/star-wars-a-ver-vamos.html\">‘Star Wars’ a ver vamos</a></h4></header><p>Jennifer Munar. A los amantes del cine pocas cosas les atraen más que un buen maratón. Se pueden hacer de El Señor de los Anillos, [...]</p></figcaption></article><article><figure class=\"imagen clearfix\"><a title=\"El blog de Ferran Aguiló\" href=\"http://ferranaguilo.wordpress.com/\"><img alt=\"El blog de Ferran Aguiló\" src=\"/blog/portada/id/28.png\" /></a></figure><figcaption class=\"text clearfix\"><header><h4><a href=\"http://ferranaguilo.wordpress.com/2014/01/08/tilonorrinco-espiritrompa-8012014/\">¡Tilonorrinco! ¡espiritrompa! (8/01/2014)</a></h4></header><p>Cualquier día de estos, uno de los muchos alumnos que han asimilado el significado de la palabra maestro gritará ¡tilonorrinco! ¡espiritrompa! mientras sus mayores berrean ¡catalanistas! ¡vagos! y, tal vez también, ¡rojos! Será la culminación de una estrategia que, setenta &#8230; <a href=\"http://ferranaguilo.wordpress.com/2014/01/08/tilonorrinco-espiritrompa-8012014/\">Continua llegint <span class=\"meta-nav\">&#8594;</span></a><img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ferranaguilo.wordpress.com&#038;blog=33028712&#038;post=3016&#038;subd=ferranaguilo&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /></p></figcaption></article>\t\t\n\n</section>\n<section class=\"banner clearfix\">\n<!--- Zona  13--><!--googleoff: all -->\n<!-- Publicidad Zona 13 -->\n<script type=\"text/javascript\"><!--//<![CDATA[\n   var m3_u = (location.protocol=='https:'?'https://banners.evoluhcion.es/www/delivery/ajs.php':'http://banners.evoluhcion.es/www/delivery/ajs.php');\n   var m3_r = Math.floor(Math.random()*99999999999);\n   if (!document.MAX_used) document.MAX_used = ',';\n   var seccion = \"noticias\";\n   document.write (\"<scr\"+\"ipt type='text/javascript' src='\"+m3_u);\n   document.write (\"?zoneid=13\");\n   document.write (\"&amp;seccion=noticias\");\n   document.write (\"&amp;subseccion=Local\");\n   document.write ('&amp;cb=' + m3_r);\n   if (document.MAX_used != ',') document.write (\"&amp;exclude=\" + document.MAX_used);\n   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));\n   document.write (\"&amp;loc=\" + escape(window.location));\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\n   if (document.context) document.write (\"&context=\" + escape(document.context));\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\n   document.write (\"'><\\/scr\"+\"ipt>\");\n//]]>--></script><noscript><p><a href=\"http://banners.evoluhcion.es/www/delivery/ck.php?n=ac87e5c3&amp;cb=1031302047\"><img src=\"http://banners.evoluhcion.es/www/delivery/avw.php?zoneid=13&amp;cb=1031302047&amp;n=ac87e5c3\" alt=\"Publicidad\" /></a></p></noscript>\n<!--googleon: all -->\n</section>\n\t\t\t\t</aside>\n\t\t\t</section>\n\t\t\n\t\t\n\t\t<footer class=\"footer clearfix\" role=\"contentinfo\">\n\t\t\t\n\t\t <div class=\"links_footer clearfix\">\n                        <div class=\"portada_pdf pull-left\">\n\t\t\t\t<div class=\"box_pdf_foot\">\n\t\t\t\t<p class=\"pull-left\">Portada del día</p>\n\t\t\t\t<span><img alt=\"Descarga la portada de hoy\" src=\"http://uh.gsstatic.es/images/layout/icos/pdf.gif\" />\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<a href=\"/mallorca/archivo/portada.pdf\"><img alt=\"Portada\" src=\"/mallorca/archivo/portada.jpg\" /></a>\t\t\t\t<a class=\"suscribete_foot\" href=\"http://clubdelsuscriptor.com/suscribete.html\" title=\"Suscríbete\">Suscríbete</a>\n\t\t\t</div>\n\t\t </div>\n\t\n\t\t<div class=\"box_listas\">\n                    \n                            <ul class=\"clearfix\">\n\t\t\t\t<li>\n\t\t\t\t\t<div class=\"list_link\">\n\t\t\t\t\t\t<h6>ultimahora.es</h6>\n\t\t\t\t\t\t<nav>\n\t\t\t\t\t\t\t<ul class=\"clearfix\">\n\t\t\t\t\t\t\t<li><a href=\"/quienes_somos.html\">Quiénes somos</a></li><li><a href=\"/contacto.html\">Contacto</a></li><li><a href=\"/mallorca/contacto/publicidad.html\">Contratar Publicidad</a></li><li><a href=\"/tarifas/tarifas_ultimahora_digital.pdf\">Tarifas Publicidad</a></li><li><a href=\"/aviso_legal.html\">Aviso Legal</a></li><li class=\"rss\"><a href=\"/mallorca/feed.rss\">RSS</a></li>\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t</nav>\n\t\t\t\t\t</div>\n\t\t\t\t</li>\n\t\t\t\t<li><div class=\"lista_grupo\">\n<h6>Enlaces del Grupo Serra</h6>\n<ul>\n\t<li><a href=\"/mallorca.html\">Última Hora</a></li>\n\t<li><a href=\"http://www.menorca.info/\">Menorca • Es Diari</a></li>\n\t<li><a href=\"/ibiza.html\">Última Hora Ibiza</a></li>\n\t<li><a href=\"http://dbalears.cat\">dbalears.cat</a></li>\n\t<li><a href=\"http://mallorcamagazin.com\">Mallorca Magazin</a></li>\n\t<li><a href=\"http://www.majorcadailybulletin.com/\">Majorca Daily Bulletin</a></li>\n\t<li><a href=\"http://vestimallorca.com/\">Vesti Mallorca</a></li>\n\t<li><a href=\"http://ultimahoraclasificados.com\">Última Hora Clasificados</a></li>\n\t<li><a href=\"http://gruposerra.com/\">Grup Serra</a></li>\n\t<li><a href=\"http://www.ultimahoraradio.es/\">Última Hora Radio</a></li>\n\t<li><a href=\"http://www.flaixmallorca.com/\">Flaix FM Mallorca</a></li>\n\t<li><a href=\"http://www.novatelevisio.com/\">Nova Televisió</a></li>\n\t<li><a href=\"http://luxmallorca.tv/\">LUX Mallorca TV</a></li>\n\t<li><a href=\"http://www.ofertasenmallorca.com/\">Ofertas en Mallorca</a></li>\n\t<li><a href=\"http://clubdelsuscriptor.com/\">Club del subscriptor</a></li>\n\t<li><a href=\"http://uponthewall.es/\"><strong>up</strong>onthewall</a></li>\n</ul>\n</div>\n</li>\n\t\t\t\t<li class=\"ultima noborder\">\n\t\t\t\t\t<div>\t<h6>Hora Nova S.A</h6>\n\t<p> <strong>Redacción, Administración y Publicidad</strong></p>\n\t<p>Paseo Mallorca, 9-A 07011 - Palma. Tel. Centralita: 971 788 300</p>\n\t<p>Email: <a href=\"&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#100;&#x69;&#103;&#x69;&#x74;&#x61;&#108;&#64;&#117;lt&#x69;m&#x61;&#x68;&#111;&#114;&#97;.&#x65;&#x73;\">digital@ultimahora.es</a></p>\n\t<p>Email publicidad: <a href=\"&#109;a&#x69;&#x6c;&#x74;&#111;&#x3a;p&#x75;&#x62;&#108;&#105;&#99;id&#97;&#100;&#46;&#x64;&#105;&#x67;&#105;&#x74;&#97;&#x6c;&#x40;&#x75;&#108;&#x74;&#105;&#109;a&#104;&#x6f;&#x72;a&#46;&#x65;s\">publicidad.digital@ultimahora.es</a></p>\n\t<p><strong>Delegación Manacor: </strong></p>\n\t<p>Avenida Salvador Joan, 17 bajos. 07500 Manacor.</p>\n\t<p>Tel: 971 554 444, Email: <a href=\"&#x6d;&#x61;&#105;&#108;&#x74;&#111;&#58;m&#x61;&#x6e;&#x61;&#99;&#111;&#114;&#x40;&#x75;&#108;&#x74;&#x69;&#x6d;&#x61;&#x68;&#x6f;&#x72;&#97;&#x2e;&#101;&#115;\">manacor@ultimahora.es</a></p>\n\t<p><strong>Delegación Inca:</strong></p>\n\t<p>C/ Mancor, 4 bajos. 07300 Inca Tel.: 971 504 472 - 971 504 002</p>\n\t<p>Email: <a href=\"&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;:&#105;&#110;&#99;&#x61;&#64;&#x75;&#108;&#x74;&#105;&#109;&#97;h&#x6f;&#114;&#x61;&#46;&#x65;&#115;\">inca@ultimahora.es</a></p>\n         <p><strong>Club del Suscriptor: </strong></p>\n        <p>Paseo Mallorca, 30 local 2 bajos. 07012 Palma </br>Tel. suscripciones : 971 717 308 - Email: <a href=\"&#x6d;&#97;&#x69;&#x6c;&#x74;&#111;&#58;s&#x75;&#115;&#x63;&#x72;&#105;&#112;t&#x6f;&#x72;&#64;&#x75;&#108;&#x74;&#x69;&#x6d;&#97;&#x68;&#111;&#114;&#97;&#46;&#101;&#x73;\">suscriptor@ultimahora.es</a></p>\n</div>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t\n\t<div class=\"link_m\">\n\t<nav>\n\t    <ul>\n\t\t<li><a href=\"/quienes_somos.html\">Quiénes somos</a></li><li><a href=\"/contacto.html\">Contacto</a></li><li><a href=\"/mallorca/contacto/publicidad.html\">Contratar Publicidad</a></li><li><a href=\"/aviso_legal.html\">Aviso Legal</a></li>\t\t\n\t    </ul>\n\t</nav>\n    </div>\n\n<div class=\"logos_footer\">\n\t<ul>\n\t\t<li><a href=\"http://ultimahora.es/mallorca.html\" class=\"uh_mallorca\" title=\"Ultimahora mallorca\">Edición Mallorca</a></li>\n\t\t<li><a href=\"http://ultimahora.es/ibiza.html\" class=\"uh_ibiza\" title=\"Ultimahora ibiza\">Edición Ibiza</a></li>\n\t\t<li><a href=\"http://www.menorca.info/\" class=\"uh_menorca\" title=\"Menorca • Es Diari\">Menorca • Es Diari</a></li>\n\t\t<li><a href=\"http://dbalears.cat\" class=\"balears\" title=\"dBalears\">Dbalears</a></li>\n\t\t<li><a href=\"http://mallorcamagazin.com\" class=\"magazin\" title=\"Mallorca Magazin\">Mallorca magazin</a></li>\n\t\t<li><a href=\"http://www.majorcadailybulletin.com\" class=\"daily\" title=\"Majorca Daily Bulletin\">Majorca daily bulletin</a></li>\n\t\t<li><a href=\"http://gruposerra.com\" class=\"gruposerra\" title=\"Grupo Serra\">Grupo Serra</a></li>\n\t</ul>\n</div>\n\n\t\t</footer>\n\t</div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/syracuse.com1.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tKwanzaa is celebrated at Beauchamp Library | \t\t\t\t\t\tsyracuse.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Kwanzaa is celebrated at Beauchamp Library</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">syracuse.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">David Lassman | dlassman@syracuse.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-small.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/26/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/26/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Kwanzaa is celebrated at Beauchamp Library\", \"link\": \"http://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html\", \"image_url\": \"http://imgick.syracuse.com/home/syr-media/width620/img/post-standard/photo/2014/12/26/16648347-large.jpg\", \"type\": \"post\", \"post_id\": \"14832964\", \"pub_date\": \"2014-12-26T20:52:56Z\", \"author\": \"David Lassman | dlassman@syracuse.com\", \"tags\": [\"@topstory\",\"beauchamp library\",\"kwanzaa\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-large.jpg\", \"author_name\": \"dalassma\", \"author_nickname\": \"David Lassman | dlassman@syracuse.com\", \"author_id\": \"1328\", \"source_blog_name\": \"Central NY Living\", \"source_blog_url\": \"http://www.syracuse.com/living/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Kwanzaa is celebrated at Beauchamp Library\" />\n\t<meta name=\"article_publication_name\" content=\"syracuse.com\" />\n\t<meta name=\"article_author\" content=\"David Lassman | dlassman@syracuse.com\" />\n\t<meta name=\"article_date_original\" content=\"Friday, December 26, 2014,  3:52 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Friday, December 26, 2014,  3:52 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-small.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"beauchamp library,kwanzaa\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-small.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@syracusedotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Kwanzaa is celebrated at Beauchamp Library\" />\n\t<meta property=\"og:description\" content=\"Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories\" />\n\t<meta property=\"og:site_name\" content=\"syracuse.com\" />\n\t<meta property=\"og:url\" content=\"http://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.syracuse.com/home/syr-media/width620/img/post-standard/photo/2014/12/26/16648347-large.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-small.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.syracuse.com/design/alpha/img/logo_syr.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.syracuse.com/post-standard/photo/2014/12/26/16648347-small.jpg',\n\t\thref: 'http://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html'\n\t\t}\n\t\tvar desc  = 'Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352342\",\n\t\t\"articleId\": \"57c990aeee69f9450b37aae020319b1b\",\n\t\t\"checksum\": \"cbb3b142e3a26eb9202a6b62e985f7ee\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6ImNiYjNiMTQyZTNhMjZlYjkyMDJhNmI2MmU5ODVmN2VlIiwiYXJ0aWNsZUlkIjoiNTdjOTkwYWVlZTY5Zjk0NTBiMzdhYWUwMjAzMTliMWIiLCJ1cmwiOiJodHRwOi8vd3d3LnN5cmFjdXNlLmNvbS9saXZpbmcvaW5kZXguc3NmLzIwMTQvMTIva3dhbnphYV9pc19jZWxlYnJhdGVkX2F0X2JlYXVjaGFtcF9saWJyYXJ5Lmh0bWwiLCJ0aXRsZSI6Ikt3YW56YWEgaXMgY2VsZWJyYXRlZCBhdCBCZWF1Y2hhbXAgTGlicmFyeSIsInRhZ3MiOiJleHBlcnQsQHRvcHN0b3J5LGJlYXVjaGFtcCBsaWJyYXJ5LGt3YW56YWEifQ.ZcX7hsCcn7Ky28ba7Srq3tMuRGfo1-dgJJX09Gg3PL4\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"1328\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Central NY Living\" href=\"http://www.syracuse.com/living/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://impact.syracuse.com/living/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.syracuse.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/s/syracuse-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/burt/adv_burt_syr.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.syracuse.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"8002440\";\n\t\tm_blog_name = \"Central NY Living\";\n\t\tm_blog_url = \"http://www.syracuse.com/living/index.ssf/\";\n\t\tm_blog_newspaper = \"The Post-Standard\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Kwanzaa is celebrated at Beauchamp Library\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"David Lassman | dlassman@syracuse.com\";\n\t\t\tm_entry_author_username = \"dalassma\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"kwanzaa_is_celebrated_at_beauchamp_library\";\n\t\tm_entry_link = \"http://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html\";\n\t\tm_entry_tags = \"beauchamp library;kwanzaa\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14832964\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/s/syracuse-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/burt/adv_burt_syr.js\"></script>\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/syracuse/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.syracuse.com/\" title=\"syracuse.com\"><span class=\"ir\">syracuse.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.syracuse.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.syracuse.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/weather/\">Weather</a><span class=\"next\" data-state=\"2\" data-key=\"6007\"></span></li><li><a href=\"http://www.syracuse.com/crime/\">Crime &amp; Safety</a><span class=\"next\" data-state=\"2\" data-key=\"6018\"></span></li><li><a href=\"http://www.syracuse.com/syracuse-university/\">Syracuse University News</a><span class=\"none\" data-state=\"2\" data-key=\"6443\"></span></li><li><a href=\"http://www.syracuse.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"6005\"></span></li><li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"6006\"></span></li><li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6313\"></span></li><li><a href=\"http://classifieds.syracuse.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"6050\"></span></li><li><a href=\"http://www.syracuse.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6217\"></span></li><li><a href=\"http://autos.syracuse.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"6132\"></span></li><li><a href=\"http://realestate.syracuse.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"6060\"></span></li><li><a href=\"http://realestate.syracuse.com/for-rent/\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6126\"></span></li><li><a href=\"http://www.syracuse.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6021\"></span></li><li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.syracuse.com/living/\">Living</a><span class=\"next\" data-state=\"2\" data-key=\"6251\"></span></li><li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"6254\"></span></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6258\"></span></li><li><a href=\"http://findnsave.syracuse.com/?ac=AFFsyracuseFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6312\"></span></li><li><a href=\"http://businessfinder.syracuse.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6314\"></span></li><li><a href=\"http://www.syracuse.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6395\"></span></li><li><a href=\"http://www.syracuse.com/siteindex/\">Site Index</a><span class=\"none\" data-state=\"2\" data-key=\"6412\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"6004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/news/\">News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6015\" data-sub-parent=\"6004\"><span class=\"nolink\">Local News</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6015\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6018\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/politics/\">Politics &amp; Elections</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6018\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6013\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/business/\">Business</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6013\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6052\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/schools/\">CNY Schools &amp; Colleges</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6052\" data-sub-parent=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/syracuse-university/\">Syracuse University News</a></li><li><a href=\"http://www.syracuse.com/newsflash/\">U.S. &amp; World</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6056\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/health/\">Health &amp; Science</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6056\" data-sub-parent=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/lottery/\">Lottery</a></li><li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obits</a></li><li><a href=\"http://www.syracuse.com/kirst/\">Sean Kirst</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6007\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/weather/\">Weather Home</a></li><li><a href=\"http://www.syracuse.com/schools/closings/\">School &amp; Event Closures</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6018\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/crime/\">Crime &amp; Safety Home</a></li><li><a href=\"http://www.syracuse.com/crime/police-blotter/\">Police Blotter</a></li><li><a href=\"http://www.syracuse.com/crime/police-reports/\">Reported Crimes</a></li><li><a href=\"http://topics.syracuse.com/tag/syracuse crime/index.html\">City of Syracuse</a></li><li><a href=\"http://topics.syracuse.com/tag/north crime/index.html\">North Suburbs &amp; Oswego County</a></li><li><a href=\"http://topics.syracuse.com/tag/east crime/index.html\">East Suburbs &amp; Madison County</a></li><li><a href=\"http://topics.syracuse.com/tag/west crime/index.html\">West Suburbs &amp; Cayuga County</a></li><li><a href=\"http://www.syracuse.com/traffic/\">CNY Traffic</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6005\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/sports/\">Sports Home</a></li><li><a href=\"http://www.syracuse.com/orangebasketball/\">Orange Basketball</a></li><li><a href=\"http://www.syracuse.com/orangefootball/\">Orange Football</a></li><li><a href=\"http://www.syracuse.com/orangelacrosse/\">Orange Lacrosse</a></li><li><a href=\"http://www.syracuse.com/orangewomen/\">Orange Women Sports</a></li><li><a href=\"http://www.syracuse.com/orangesports/\">Orange Sports</a></li><li><a href=\"http://www.syracuse.com/buffalo-bills/\">Buffalo Bills</a></li><li><a href=\"http://www.syracuse.com/college-sports/\">College Sports</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6008\" data-sub-parent=\"6005\"><span class=\"nolink\">Minor League Sports</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6008\" data-sub-parent=\"6005\"></span></li><li><a href=\"http://www.syracuse.com/poliquin/\">Bud Poliquin</a></li><li><a href=\"http://www.syracuse.com/axeman/\">Brent Axe</a></li><li><a href=\"http://www.syracuse.com/running/\">CNY Road Races</a></li><li><a href=\"http://www.syracuse.com/outdoors/\">CNY Outdoors</a></li><li><a href=\"http://www.syracuse.com/scoreboards/\">Scoreboards</a></li><li><a href=\"http://www.syracuse.com/nfl/\">NFL</a></li><li><a href=\"http://www.syracuse.com/nba/\">NBA</a></li><li><a href=\"http://www.syracuse.com/mlb/\">MLB</a></li><li><a href=\"http://www.syracuse.com/nhl/\">NHL</a></li><li><a href=\"http://www.syracuse.com/golf/\">CNY &amp; Pro Golf</a></li><li><a href=\"http://www.syracuse.com/motorsports/\">Motorsports</a></li><li><a href=\"http://www.syracuse.com/sports/index.ssf/tv-schedule.html\">TV Schedule</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6006\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6053\" data-sub-parent=\"6006\"><a href=\"http://www.syracuse.com/restaurant-guide\">CNY Restaurants</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6053\" data-sub-parent=\"6006\"></span></li><li><a href=\"http://www.syracuse.com/movies/\">Movies Times &amp; News</a></li><li><a href=\"http://www.syracuse.com/events/\">CNY Events Calendar</a></li><li><a href=\"http://www.syracuse.com/destiny-usa/movies-events\">Destiny USA Events</a></li><li><a href=\"http://www.syracuse.com/music/\">CNY Music Scene</a></li><li><a href=\"http://www.syracuse.com/arts/\">CNY Arts &amp; Theater</a></li><li><a href=\"http://www.syracuse.com/festivals/\">CNY Festivals</a></li><li><a href=\"http://topics.syracuse.com/tag/event%20tickets/index.html\">CNY Tickets on Sale</a></li><li><a href=\"http://www.syracuse.com/tv/\">TV News &amp; Listings</a></li><li><a href=\"http://www.syracuse.com/statefair/\">New York State Fair</a></li><li><a href=\"http://www.syracuse.com/celebrity-news/\">Celebrity News</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6021\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/opinion/\">Opinion Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6085\" data-sub-parent=\"6021\"><span class=\"nolink\">Editorial Board</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6085\" data-sub-parent=\"6021\"></span></li><li><a href=\"http://connect.syracuse.com/staff/syrpsreaderspage/posts.html\">Your Opinions</a></li><li><a href=\"http://www.syracuse.com/mailforms/opinion/index.ssf\">Submit Your Opinion</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6101\" data-sub-parent=\"6021\"><span class=\"nolink\">Columnists</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6101\" data-sub-parent=\"6021\"></span></li><li><a href=\"http://connect.syracuse.com/user/interfaithcny/posts.html\">InterFaith Works Opinions</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6251\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/living/\">Living Home</a></li><li><a href=\"http://www.syracuse.com/homes/\">Homes</a></li><li><a href=\"http://www.syracuse.com/food/\">Food</a></li><li><a href=\"http://www.syracuse.com/travel \">Tourism &amp; Travel</a></li><li><a href=\"http://www.syracuse.com/pets\">CNY Pets</a></li><li><a href=\"http://www.syracuse.com/proms/\">CNY Proms</a></li><li><a href=\"http://www.syracuse.com/graduation/\">CNY Graduations</a></li><li><a href=\"http://www.syracuse.com/celebrations/\">CNY Celebration Announcements</a></li><li><a href=\"http://www.syracuse.com/comics-kingdom/\">Comics Kingdom</a></li><li><a href=\"http://www.syracuse.com/puzzles-kingdom/\">Puzzles &amp; Games</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6254\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos Home</a></li><li><a href=\"http://photos.syracuse.com/syracusecom_photo_essays/index.html\">Photo Essays</a></li><li><a href=\"http://syracuse.mycapture.com/mycapture/\">Buy Photo Reprints</a></li><li><a href=\"http://photos.syracuse.com/yourphotos/\">Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6258\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos Home</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=news\">News Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Sports\">Sports Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=High%20School%20Sports%20%28HSSN%29\">High School Sports Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Entertainment\">Entertainment Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Living\">Living Videos</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysvolleyball/\">Boys Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysgymnastics/\">Boys Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/cheer/\">Competitive Cheer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsicehockey/\">Girls Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysskiing/\">Boys Skiing</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysrowing/\">Boys Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsrowing/\">Girls Rowing</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"https://www.facebook.com/syracusecom\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"https://twitter.com/syracusedotcom\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://www.pinterest.com/syracusedotcom/\">Follow us on Pinterest</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://instagram.com/syracusedotcom\">Follow us on Instagram</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/105230525533408342774/posts\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://benefits.syracuse.com/about-ps-plus\">ps.plus</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/newsletters/\">Email Newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/mobile-device/\">Mobile Apps</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.syracuse.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search syracuse.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>syracuse.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.syracuse.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"syr\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.syracuse.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.syracuse.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.syracuse.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.syracuse.com/sign-in/?option=Facebook\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.syracuse.com/sign-in/?option=Google\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.syracuse.com/sign-in/?option=AIM\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.syracuse.com/sign-in/?option=Twitter\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://benefits.syracuse.com/about-ps-plus\">ps.plus</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/newsletters/\">Email Newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/mobile-device/\">Mobile Apps</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Entertainment = 'Entertainment';\n        comscorekw=Entertainment;\n        return Entertainment;\n\t\n}\nfunction getToprailMenuContext() {\n        return '';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Kwanzaa is celebrated at Beauchamp Library</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"kwanzaa_celebration_at_beauchamp_branch_library\";\n        m_gallery_id = \"16648335\";\n        m_gallery_total = \"11\";\n        m_gallery_blog_id = \"4456\";\n        m_gallery_related_slide = \"1\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-28a1221403f724ac.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-28a1221403f724ac.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Jaden Gainer (age 9, right) reads from the book The Seven Spools of Thread. It's a Kwanzaa story chosen by Children's Librarian Anne Gregory who is listening in the background with Kistan Stallworth (age 8)   Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-28a1221403f724ac.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_5.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648347-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Jaden%20Gainer%20%28age%209%2C%20right%29%20reads%20from%20the%20book%20The%20Seven%20Spools%20of%20Thread.%20It%27s%20a%20Kwanzaa%20story%20chosen%20by%20Children%27s%20Librarian%20Anne%20Gregory%20who%20is%20listening%20in%20the%20background%20with%20Kistan%20Stallworth%20%28age%208%29%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-c172281a034194ab.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-c172281a034194ab.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. An exhibit, Kwanzaa and the African Diaspora by Vanessa Johnson is on display at the library. Friday Dec. 26, 2014  David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-c172281a034194ab.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648342-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20An%20exhibit%2C%20Kwanzaa%20and%20the%20African%20Diaspora%20by%20Vanessa%20Johnson%20is%20on%20display%20at%20the%20library.%20Friday%20Dec.%2026%2C%202014%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-48a65730c043ef88.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-48a65730c043ef88.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. An exhibit, Kwanzaa and the African Diaspora by Vanessa Johnson is on display at the library. The art pieces incorporate a candle holder called the kinara with seven candles.   Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-48a65730c043ef88.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_2.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648344-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20An%20exhibit%2C%20Kwanzaa%20and%20the%20African%20Diaspora%20by%20Vanessa%20Johnson%20is%20on%20display%20at%20the%20library.%20The%20art%20pieces%20incorporate%20a%20candle%20holder%20called%20the%20kinara%20with%20seven%20candles.%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-41c488bc89cdccfc.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-41c488bc89cdccfc.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Children's Librarian Anne Gregory reads a Kwanzaa story - The Seven Spools of Thread with the kids today.    Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-41c488bc89cdccfc.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_4.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648346-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Children%27s%20Librarian%20Anne%20Gregory%20reads%20a%20Kwanzaa%20story%20-%20The%20Seven%20Spools%20of%20Thread%20with%20the%20kids%20today.%20%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-9c8a43748ef2a1b1.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-9c8a43748ef2a1b1.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. The Seven Spools of Thread by Angela Shelf Medearis is a book the Children's Librarian will read with the kids today.    Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-9c8a43748ef2a1b1.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_3.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648345-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20The%20Seven%20Spools%20of%20Thread%20by%20Angela%20Shelf%20Medearis%20is%20a%20book%20the%20Children%27s%20Librarian%20will%20read%20with%20the%20kids%20today.%20%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-25f776ae0baaaf7b.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-25f776ae0baaaf7b.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Children read from the book The Seven Spools of Thread, a Kwanzaa story.  L-R; Jaden Gainer (age 9) and Shyquez Turk (age 10).  Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-25f776ae0baaaf7b.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_6.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648348-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Children%20read%20from%20the%20book%20The%20Seven%20Spools%20of%20Thread%2C%20a%20Kwanzaa%20story.%20%20L-R%3B%20Jaden%20Gainer%20%28age%209%29%20and%20Shyquez%20Turk%20%28age%2010%29.%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-7dc6f3057ae959a1.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-7dc6f3057ae959a1.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Today's craft project is a bracelet of woven yarn. The green reprsents hope for the future, the black represents the people, and the red is for their struggle.   Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-7dc6f3057ae959a1.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_7.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648349-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Today%27s%20craft%20project%20is%20a%20bracelet%20of%20woven%20yarn.%20The%20green%20reprsents%20hope%20for%20the%20future%2C%20the%20black%20represents%20the%20people%2C%20and%20the%20red%20is%20for%20their%20struggle.%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-c53993aa12bf5d77.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-c53993aa12bf5d77.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Kedreonna Howard (age 10) works on today's craft project - a woven bracelet. Weaving being a traditional African craft.   Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-c53993aa12bf5d77.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_9.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648351-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Kedreonna%20Howard%20%28age%2010%29%20works%20on%20today%27s%20craft%20project%20-%20a%20woven%20bracelet.%20Weaving%20being%20a%20traditional%20African%20craft.%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-82c1a7a565314cad.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-82c1a7a565314cad.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Children's Librarian Anne Gregory (center) explains today's craft project - a woven bracelet to Kedreonna Howard (left, age 10) and Ladaysha Robinson (age 11 - right).   Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-82c1a7a565314cad.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_8.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648350-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Children%27s%20Librarian%20Anne%20Gregory%20%28center%29%20explains%20today%27s%20craft%20project%20-%20a%20woven%20bracelet%20to%20Kedreonna%20Howard%20%28left%2C%20age%2010%29%20and%20Ladaysha%20Robinson%20%28age%2011%20-%20right%29.%20%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/26/-b6c2a33cd77aaace.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/26/-b6c2a33cd77aaace.jpg\"\n                            data-title=\"Kwanzaa Celebration at Beauchamp Branch Library\"\n                            data-titleurl=\"\"\n                            data-description=\"Kwanzaa is celebrated at the Beauchamp Branch Library. Ladaysha Robinson (age 11) works on today's craft project - a woven bracelet.  Friday Dec. 26, 2014   David Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/26/-b6c2a33cd77aaace.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fkwanzaa_celebration_at_beauchamp_branch_library_1.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F26%2F16648343-standard.jpg&pricingsheetid=&caption=%3Cp%3EKwanzaa%20is%20celebrated%20at%20the%20Beauchamp%20Branch%20Library.%20Ladaysha%20Robinson%20%28age%2011%29%20works%20on%20today%27s%20craft%20project%20-%20a%20woven%20bracelet.%20%20Friday%20Dec.%2026%2C%202014%20%20%20David%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n\n                \n                    \n                        <a href=\"/cgi-bin/mte/mt-search.cgi?tag=CNY Life, Entertainment&amp;index=gallery&amp;limit=7&amp;affiliate=syr&amp;template_id=photo_gallery_package&amp;exclude_gallery=16648335\"><img class=\"iframe\" src=\"/static/common/img/galleria/last_slide.png\"></a>\n                    \n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://impact.syracuse.com/living/print.html?entry=/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.syracuse.com/staff/dalassma/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.syracuse.com/avatars/1328.png\" data-position=\"byline-avatar\">David Lassman | dlassman@syracuse.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.syracuse.com/staff/dalassma/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tDavid Lassman | dlassman@syracuse.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Post-Standard</span>\n\t\t\n\t\n\n\n\n\n\t<br/>on December 26, 2014 at  3:52 PM\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fkwanzaa_is_celebrated_at_beauchamp_library.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fkwanzaa_is_celebrated_at_beauchamp_library.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Kwanzaa is celebrated at Beauchamp Library',\n            'link':'http://www.syracuse.com/living/index.ssf/2014/12/kwanzaa_is_celebrated_at_beauchamp_library.html',\n            'desc': 'Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories',\n\t    'thumbnail': 'http://imgick.syracuse.com/home/syr-media/river/img/post-standard/photo/2014/12/26/16648347-large.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories and make related crafts in a celebration organized by Children's Librarian Anne Gregory.  In addition a related exhibit, Kwanzaa and the African Diaspora by Vanessa Johnson is on display at the library. </p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fkwanzaa_is_celebrated_at_beauchamp_library.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fkwanzaa_is_celebrated_at_beauchamp_library.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    <header><h1>House of the Week</h1></header>\r\n\r\n    <div class=\"promo-box\">\r\n        \r\n\r\n        \r\n            <a href=\"http://www.syracuse.com/news/index.ssf/2014/12/house_of_the_week_views_of_a_valley_and_lake_moraine_outside_hamilton.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/260/cny_141212_how.jpg\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.syracuse.com/news/index.ssf/2014/12/house_of_the_week_views_of_a_valley_and_lake_moraine_outside_hamilton.html\">Valley views near Hamilton</a></h2>\r\n        <p>The house, which sits on 20 acres, overlooks Lake Moraine and hillsides dotted with silos and working farms</p>\r\n\r\n        \r\n        \r\n\r\n        <ul class=\"promo-headlines\">\r\n            \r\n            \r\n            \r\n            \r\n            \r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://topics.syracuse.com/tag/house%20of%20the%20week/posts.html\">More House of the Week homes &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>More CNY Living</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://www.syracuse.com/events/\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/events-icon-60.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Things to do: Search local events</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.syracuse.com/food/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/cny_121004_food.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Food &amp; Drink: Recipes, reviews &amp; more</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.syracuse.com/weddings/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/weddings_140731_rings1.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Weddings: Dresses, announcements &amp; more</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(3);\n            var most_read_story_count = parseInt(5)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of syracuse.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.syracuse.com/entertainment/index.ssf/2015/01/disney_magic_fills_oncenter_war_memorial.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693508-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/entertainment/index.ssf/2015/01/disney_magic_fills_oncenter_war_memorial.html#incart_hbx\" >Disney magic fills Oncenter War Memorial </a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_state_of_state_planned_for_wednesday_postponed_due_to_funeral_for_mario.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693461-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_state_of_state_planned_for_wednesday_postponed_due_to_funeral_for_mario.html#incart_hbx\" >New York State of the State address postponed</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_moving_away_united_van_lines.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693455-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_moving_away_united_van_lines.html#incart_hbx\" >Study: NY ranks No. 2 in residents moving away</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.syracuse.com/static/syr/static/img/logos/triple_lockup_horizontal.png\" alt=\"syracuse.com logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\t\t        <div class=\"cluster clearfix\">\r\n\t\t          <ul>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com\">About Us</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/services/\">Advertise with us</a></li>\r\n\t\t            <li><a href=\"http://jobs.syracuse.com/jobs/search/results?CompanyId=883839&rows=50\">Jobs at Syracuse Media Group</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/contact/\" title=\"Contact Us\">Contact Us</a></li>\r\n\t\t            <li><a href=\"http://www.syracuse.com/rss/\">Blogs</a></li>\r\n\t\t            <li><a href=\"http://benefits.syracuse.com/photo-reprints/\">Photo and Page Reprints</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/about/press/\">Submit a Press Release</a></li>\r\n\t\t          </ul>\r\n\t\t        </div>\r\n\r\n\t\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t          <h2>Subscriptions</h2>\r\n\t\t\t          <ul class=\"no_wrap\">\r\n\t\t\t            <li><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\r\n\t\t\t            <li><a href=\"https://member.syracuse.com/access.aspx?premium=Y&product=eEdition&sitecode=PS\">ePost-Standard</a></li>\r\n\t\t\t            <li><a href=\"http://update.syracuse.com/adv_syracuse/newsletters/syracuse/subscribe.htm\">Email Newsletters</a></li>\r\n\t\t\t          </ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>syracuse.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/travel/\">Travel</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.syracuse.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.syracuse.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.syracuse.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.syracuse.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.syracuse.com/\">Shopping Good Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.syracuse.com/NY-Syracuse\">Local Businesses</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.syracuse.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.syracuse.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on syracuse.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/jobs/products/index.ssf\">Post a job</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/classifieds/free/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/placead/\">Sell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/siteindex/\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n                    \t<a href=\"https://twitter.com/syracusedotcom\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n                    \t<a href=\"https://www.facebook.com/syracusecom\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n                    \t<a href=\"https://plus.google.com/105230525533408342774/posts\" class=\"adv-icn-google icn-link\">Google+</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.syracuse.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.syracuse.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.syracuse.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Syracuse Media Group All rights reserved (<a href=\"http://www.syracuse.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Syracuse Media Group</p>\r\n            <p><a href=\"http://www.syracuse.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.syracuse.com/interactivity/\" title=\"Contact Interactivity Management\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.syracuse.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.syracuse.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.syracuse.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/syracuse.com2.html",
    "content": "<!doctype html>\n<!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://ogp.me/ns#\"> <!--<![endif]-->\n\t<head>\n\t\t\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n\n\n\n\n\n\n\n<title>\tEchoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos) | \t\t\t\t\t\tsyracuse.com</title>\n\n\n\t\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\n\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\t\t\n\t\n\n\t\n\t<!--\n\t<PageMap>\n\t\t<DataObject type=\"document\">\n\t\t\t<Attribute name=\"article_title\">Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)</Attribute>\n\t\t\t<Attribute name=\"article_publication_name\">syracuse.com</Attribute>\n\t\t\t<Attribute name=\"article_author\">David Lassman | dlassman@syracuse.com</Attribute>\n\t\t\t<Attribute name=\"article_description\">The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.</Attribute>\n\t\t\t<Attribute name=\"image_src\">http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-small.jpg</Attribute>\n\t\t\t<Attribute name=\"article_comments\">0</Attribute>\n\t\t\t<Attribute name=\"article_date_original\">12/27/2014</Attribute>\n\t\t\t<Attribute name=\"article_date_updated\">12/29/2014</Attribute>\n\t\t</DataObject>\n\t</PageMap>\n\t-->\n\n\t\n\n\t<meta name='parsely-page' content='{\"title\": \"Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)\", \"link\": \"http://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\", \"image_url\": \"http://imgick.syracuse.com/home/syr-media/width620/img/post-standard/photo/2014/12/27/16652158-large.jpg\", \"type\": \"post\", \"post_id\": \"14836974\", \"pub_date\": \"2014-12-27T21:28:29Z\", \"author\": \"David Lassman | dlassman@syracuse.com\", \"tags\": [\"@app-carousel\",\"@topstory\",\"ghostwalk\",\"Hotel Syracuse\",\"onondaga historical association\"] }'>\n\t<meta name='parsely-metadata' content='{\"image_url\": \"http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-large.jpg\", \"author_name\": \"dalassma\", \"author_nickname\": \"David Lassman | dlassman@syracuse.com\", \"author_id\": \"1328\", \"source_blog_name\": \"Central NY Living\", \"source_blog_url\": \"http://www.syracuse.com/living/index.ssf/\", \"sponsored_content\": \"0\" }'>\n\n\t\n\t<meta name=\"title\" content=\"Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)\" />\n\t<meta name=\"article_publication_name\" content=\"syracuse.com\" />\n\t<meta name=\"article_author\" content=\"David Lassman | dlassman@syracuse.com\" />\n\t<meta name=\"article_date_original\" content=\"Saturday, December 27, 2014,  4:28 PM\" />\n\t<meta name=\"article_date_updated\" content=\"Monday, December 29, 2014,  1:59 PM\" />\n\t<link rel=\"image_src\" href=\"http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-small.jpg\" />\n\t<meta name=\"article_comments\" content=\"0\" />\n\t<meta name=\"medium\" content=\"news\" />\n\t<meta name=\"news_keywords\" content=\"ghostwalk,Hotel Syracuse,onondaga historical association\">\n\n\t\n\t\n\n\t\n\t\n\t\t<meta name=\"twitter:card\" content=\"summary\" />\n\t\t<meta name=\"twitter:description\" content=\"The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.\" />\n\t\t<meta name=\"twitter:image\" content=\"http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-small.jpg\" />\n\t\n\t\n\t\t<meta name=\"twitter:site\" content=\"@syracusedotcom\" />\n\t\t<meta name=\"twitter:creator\" content=\"\" />\n\t\n\n\t<meta property=\"og:title\" content=\"Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)\" />\n\t<meta property=\"og:description\" content=\"The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.\" />\n\t<meta property=\"og:site_name\" content=\"syracuse.com\" />\n\t<meta property=\"og:url\" content=\"http://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" />\n\t<meta property=\"og:type\" content=\"article\" />\n\t\n\t\t<meta property=\"og:image\" content=\"http://imgick.syracuse.com/home/syr-media/width620/img/post-standard/photo/2014/12/27/16652158-large.jpg\" />\n\t\t<meta property=\"og:image\" content=\"http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-small.jpg\" />\n\t\n\n\t<meta property=\"og:image\" content=\"http://media.syracuse.com/design/alpha/img/logo_syr.gif\" />\n\n\t\n\t\t<script type=\"text/javascript\" src=\"//tags.tiqcdn.com/utag/advancedigital/lib-common/prod/utag.sync.js\"></script>\n\n\t\n\n\t<!-- // Define an image media item and description for gigya pinterest MT-1770 -->\n\t<script type=\"text/javascript\">\n\t\tvar image = {\n\t\ttype: 'image',\n\t\tsrc: 'http://media.syracuse.com/post-standard/photo/2014/12/27/16652158-small.jpg',\n\t\thref: 'http://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html'\n\t\t}\n\t\tvar desc  = 'The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.';\n\t</script>\n\n\t\n\t<script type=\"text/javascript\">\n\twindow.LF_META = {\n\t\t\"environment\": \"production\",\n\t\t\"networkId\": \"advancedigital.fyre.co\",\n\t\t\"siteId\": \"352342\",\n\t\t\"articleId\": \"f94619639ee601d38df4dab2992180a6\",\n\t\t\"checksum\": \"3aa7b81256c39a37ce0c85627a273029\",\n\t\t\"collectionMeta\":  \"eyJhbGciOiJIUzI1NiJ9.eyJjaGVja3N1bSI6IjNhYTdiODEyNTZjMzlhMzdjZTBjODU2MjdhMjczMDI5IiwiYXJ0aWNsZUlkIjoiZjk0NjE5NjM5ZWU2MDFkMzhkZjRkYWIyOTkyMTgwYTYiLCJ1cmwiOiJodHRwOi8vd3d3LnN5cmFjdXNlLmNvbS9saXZpbmcvaW5kZXguc3NmLzIwMTQvMTIvZWNob3Nfb2ZfdGhlX3Bhc3RfdGhlX2hvdGVsX3N5cmFjdXNlX2hpc3RvcmljX2dob3N0d2Fsay5odG1sIiwidGl0bGUiOiJFY2hvZXMgb2YgdGhlIFBhc3QgOiBUaGUgSG90ZWwgU3lyYWN1c2UgSGlzdG9yaWMgR2hvc3R3YWxrICAocGhvdG9zKSIsInRhZ3MiOiJleHBlcnQsQGFwcC1jYXJvdXNlbCxAdG9wc3RvcnksZ2hvc3R3YWxrLEhvdGVsIFN5cmFjdXNlLG9ub25kYWdhIGhpc3RvcmljYWwgYXNzb2NpYXRpb24ifQ.JuZLXAV0gRZTmcUC-OeV126yglgMJ0g9m1Q-obPR_G4\",\n\t\t\"readOnly\": \"false\",\n\t\t\"articleAuthorID\": \"1328\"\n\t};\n</script>\n\n\t\n\t<script type=\"text/javascript\">\n\t\tvar rtb_comments_readonly = false;\n\t</script>\n\n\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Central NY Living\" href=\"http://www.syracuse.com/living/index.ssf//atom.xml\" />\n\n   <script type=\"text/javascript\" src=\"http://impact.syracuse.com/living/js/mt.js\"></script>\n\t \n<link rel=\"stylesheet\" href=\"http://media.syracuse.com/design/alpha/css/nocommentbox.css\" type=\"text/css\" />\n\n    \n        \n    \n    \n        \r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\r\n<meta property=\"fb:admins\" content=\"100000302287435\" />\r\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\r\n\r\n\r\n\r\n    \r\n        \r\n    \r\n\r\n<link rel=\"stylesheet\" href=\"/static/aff/static/css/article_res.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"/static/common/js/libs/modernizr-2.6.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/adv-js-loader.js\"></script>\r\n<script type=\"text/javascript\">\r\nAdvAsyncLoader.require('//fonts.advance.net/iiu0uok.js', function(){try { Typekit.load({kitId:'iiu0uok'}); } catch (e) {}});\r\n</script>\r\n\n    \n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/jquery/jquery-1.8.2.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/plugins.js\"></script>\n\n  <script type=\"text/javascript\">\n   $(function() {\n    if (document.documentElement.clientWidth < 600) {\n     $(\"div.nomobilead\").remove();\n    }\n    if (document.documentElement.clientWidth >= 600)  {\n      $(\"div.nofullad\").remove();\n    }\n    $(\"img.lazy\").lazyload();\n   });\n  </script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/s/syracuse-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/burt/adv_burt_syr.js\"></script>\n\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/design/alpha/js/movabletype.min.1.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/adv_common.1.js\"></script>\n\n<!-- ZipList -->\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/design/alpha/js/adv-ziplist.1.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.syracuse.com/design/alpha/css/adv-ziplist.css\" />\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n        var conversionList = [ {\"author\":\"Parade\",\"url\":\"http://www.parade.com/food/?utm_medium=syndication&utm_campaign=advancefood1\"} , {\"author\":\"Dash Recipes\",\"url\":\"http://www.parade.com/dash-recipes/\"} , {\"author\":\"SkinnyChef\",\"url\":\"http://www.skinnychef.com\"} , {\"author\":\"Epicurious.com \",\"url\":\"http://www.epicurious.com\"} , {\"author\":\"Jennifer Iserloh, Skinny Chef\",\"url\":\"http://skinnychef.com/about-jennifer-iserloh\"}];\n\n        $('#Byline .bl').each(function() {\n                var $textVal = $(this).text()\n                for (var i=0; i < conversionList.length; i++) {\n                        if ($textVal.indexOf(conversionList[i].author) > 0) {\n                                $(this).prop('href',conversionList[i].url);\n                        }\n                }\n        });\n        $('#Byline .Avatar').each(function() {\n                var $altValue = $(this).prop('alt');\n                for (var i=0; i < conversionList.length; i++) {\n                        if ( $altValue == conversionList[i].author ) {\n                                $(this).parent().prop('href',conversionList[i].url);\n                        }\n                }\n        });\n});\n</script>\n\n\n<style type=\"text/css\">#ziplist_container { display: none }</style>\n\n\n    \n        \n    \n    \n\n\n<script type=\"text/javascript\" src=\"/static/common/js/adv_gigya.js\"></script>\n\n\n<script type=\"text/javascript\" >\n/* <![CDATA[ */\n\n\t\n\n\n\t\n\n\n\tm_context = \"blog_entry\";\n\t\n\t\tm_blog_type = \"text\";\n\t\tm_blog_id = \"8002440\";\n\t\tm_blog_name = \"Central NY Living\";\n\t\tm_blog_url = \"http://www.syracuse.com/living/index.ssf/\";\n\t\tm_blog_newspaper = \"The Post-Standard\";\n\t\n\t\n\t\t\n\t\t\tm_entry_title = \"Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)\";\n\t\t\tm_entry_categories = \"\";\n\t\t\tm_entry_author_name = \"David Lassman | dlassman@syracuse.com\";\n\t\t\tm_entry_author_username = \"dalassma\";\n\t\t\tm_entry_author_public_email = \"Unknown\";\n\t\t\n\t\tm_entry_basename = \"echos_of_the_past_the_hotel_syracuse_historic_ghostwalk\";\n\t\tm_entry_link = \"http://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\";\n\t\tm_entry_tags = \"ghostwalk;Hotel Syracuse;onondaga historical association\";\n\t\tm_entry_keywords = \"\";\n\t\tm_entry_id = \"14836974\";\n\t\n\n/* ]]> */\n</script>\n\n\n\n\t<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n\t<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>\n\t<!-- start ads_header.html -->\n\n \n<!-- stop ads_header.html -->\n\n\n\n\n\n\n\t\n\t\t\n\t\n\n\n\n\n\n\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t  <link type=\"text/css\" rel=\"stylesheet\" href=\"/static/common/js/galleria/adv_galleria.css\"/>\r\n  <link href=\"/static/common/js/galleria/jquery.mCustomScrollbar.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\n\t\t\t\n\n\t\t\t<meta name=\"Description\" content=\"The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.\" />\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t \n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/ads/ads.js\"></script>\n<script type=\"text/javascript\" src=\"http://m.burt.io/s/syracuse-com.js\"></script>\n<script type=\"text/javascript\" src=\"http://media.syracuse.com/static/common/js/burt/adv_burt_syr.js\"></script>\n\n\t</head>\n\t<body>\n\t\t<script type=\"text/javascript\">\n    (function(a,b,c,d){\n    a='//tags.tiqcdn.com/utag/advancedigital/syracuse/prod/utag.js';\n    b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;\n    a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);\n    })();\n</script>\n\n\t\t\n\t\t\n\t\t<div id=\"FB_HiddenContainer\" style=\"position: absolute; top: -10000px; left: -10000px; width: 0px; height: 0px;\"></div>\n\t\t<!-- Start Masthead -->\n                \n                    \n                \n                <!-- ./templates/global/shared/nav/masthead.mtml start -->\n\n\t\n\t\t<!-- start toprail -->\n\n    \n            \n\t\t\t\n\n\n<!-- toprail -->\n\n<section id=\"adv_network\">\n    <div class=\"advWrapper\">\n\t\t<div class=\"Popup\"><div class=\"Popup adunit nomobilead\" id=\"Popup\"></div></div>\n        <div class=\"adunit nomobilead\" id=\"Leaderboard\"></div>\n        <div id=\"Tile1\" class=\"Tile1 adunit nofullad\"></div>\n    </div>\n</section>\n<header id=\"adv_header\">\n    <div id=\"adv_masthead\">\n        <div id=\"adv_header_logo\">\n            <div id=\"adv_logo\">   \n\t\t\t\t<a id=\"adv_aff_link\" href=\"http://www.syracuse.com/\" title=\"syracuse.com\"><span class=\"ir\">syracuse.com</span></a>\n\t\t\t\t<div id=\"adv_header_text\"></div>\n                \n\t\t\t</div>\n        </div>\n    </div>\n    <div id=\"adv_mast_left\">\n        <nav id=\"adv_menu\" class=\"advToprailBtn\" data-state=\"1\">\n            <span class=\"advToprailIcon\"></span>\n            <span class=\"advMenuText\">Menu</span>\n        </nav>\n        <div id=\"adv_menu_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div id=\"adv_menu_container\">\n                    <div class=\"advDropdownInner\">\n                        <ul id=\"adv_menu_top\" class=\"advMenu\">\n                            <li><a href=\"http://www.syracuse.com/\">Home</a></li>\n                            \n                            <li id=\"adv_mobi_weather\" data-state=\"4\">\n                                <div class=\"advWeatherInner\">\n                                    <span class=\"advGeoChoosen\"></span>\n                                    <span class=\"advConditions\">\n                                        <span class=\"advTemp\"></span>\n                                    </span>\n                                </div>\n                                <span class=\"next\"></span>\n                            </li>\n                        </ul>\n                        <ul id=\"adv_menu_main\" class=\"advMenu\">\n                        <li><a href=\"http://www.syracuse.com/news/\">News</a><span class=\"next\" data-state=\"2\" data-key=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/weather/\">Weather</a><span class=\"next\" data-state=\"2\" data-key=\"6007\"></span></li><li><a href=\"http://www.syracuse.com/crime/\">Crime &amp; Safety</a><span class=\"next\" data-state=\"2\" data-key=\"6018\"></span></li><li><a href=\"http://www.syracuse.com/syracuse-university/\">Syracuse University News</a><span class=\"none\" data-state=\"2\" data-key=\"6443\"></span></li><li><a href=\"http://www.syracuse.com/sports/\">Sports</a><span class=\"next\" data-state=\"2\" data-key=\"6005\"></span></li><li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment</a><span class=\"next\" data-state=\"2\" data-key=\"6006\"></span></li><li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obituaries</a><span class=\"none\" data-state=\"2\" data-key=\"6313\"></span></li><li><a href=\"http://classifieds.syracuse.com/\">Classifieds</a><span class=\"none\" data-state=\"2\" data-key=\"6050\"></span></li><li><a href=\"http://www.syracuse.com/jobs/\">Jobs</a><span class=\"none\" data-state=\"2\" data-key=\"6217\"></span></li><li><a href=\"http://autos.syracuse.com/\">Autos</a><span class=\"none\" data-state=\"2\" data-key=\"6132\"></span></li><li><a href=\"http://realestate.syracuse.com/\">Real Estate</a><span class=\"none\" data-state=\"2\" data-key=\"6060\"></span></li><li><a href=\"http://realestate.syracuse.com/for-rent/\">Rentals</a><span class=\"none\" data-state=\"2\" data-key=\"6126\"></span></li><li><a href=\"http://www.syracuse.com/opinion/\">Opinion</a><span class=\"next\" data-state=\"2\" data-key=\"6021\"></span></li><li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports</a><span class=\"next\" data-state=\"2\" data-key=\"hssports\"></span></li><li><a href=\"http://www.syracuse.com/living/\">Living</a><span class=\"next\" data-state=\"2\" data-key=\"6251\"></span></li><li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos</a><span class=\"next\" data-state=\"2\" data-key=\"6254\"></span></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos</a><span class=\"next\" data-state=\"2\" data-key=\"6258\"></span></li><li><a href=\"http://findnsave.syracuse.com/?ac=AFFsyracuseFSNAVFLS\">Find&amp;Save</a><span class=\"none\" data-state=\"2\" data-key=\"6312\"></span></li><li><a href=\"http://businessfinder.syracuse.com/\">Local Businesses</a><span class=\"none\" data-state=\"2\" data-key=\"6314\"></span></li><li><a href=\"http://www.syracuse.com/placead/\">Place an Ad</a><span class=\"none\" data-state=\"2\" data-key=\"6395\"></span></li><li><a href=\"http://www.syracuse.com/siteindex/\">Site Index</a><span class=\"none\" data-state=\"2\" data-key=\"6412\"></span></li>\n                            <li data-state=\"2\" data-key=\"follow\"><span class=\"nolink\">Follow Us</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"follow\"></span>\n                            </li>\n\t\t\t\t\t\t\t<li id=\"adv_li_subscribe\" data-state=\"2\" data-key=\"subscribe\"><span class=\"nolink\">Subscribe</span>\n                                    <span class=\"next\" data-state=\"2\" data-key=\"subscribe\"></span>\n                            </li>\n                        </ul>\n\t\t\t\t\t\t<div class=\"SiteSponsor nomobilead\" id=\"SiteSponsor\"></div>\n                <ul class=\"advMenuSub advMenu\" data-key=\"6004\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/news/\">News Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6015\" data-sub-parent=\"6004\"><span class=\"nolink\">Local News</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6015\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6018\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/politics/\">Politics &amp; Elections</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6018\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6013\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/business/\">Business</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6013\" data-sub-parent=\"6004\"></span></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6052\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/schools/\">CNY Schools &amp; Colleges</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6052\" data-sub-parent=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/syracuse-university/\">Syracuse University News</a></li><li><a href=\"http://www.syracuse.com/newsflash/\">U.S. &amp; World</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6056\" data-sub-parent=\"6004\"><a href=\"http://www.syracuse.com/health/\">Health &amp; Science</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6056\" data-sub-parent=\"6004\"></span></li><li><a href=\"http://www.syracuse.com/lottery/\">Lottery</a></li><li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obits</a></li><li><a href=\"http://www.syracuse.com/kirst/\">Sean Kirst</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6007\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/weather/\">Weather Home</a></li><li><a href=\"http://www.syracuse.com/schools/closings/\">School &amp; Event Closures</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6018\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/crime/\">Crime &amp; Safety Home</a></li><li><a href=\"http://www.syracuse.com/crime/police-blotter/\">Police Blotter</a></li><li><a href=\"http://www.syracuse.com/crime/police-reports/\">Reported Crimes</a></li><li><a href=\"http://topics.syracuse.com/tag/syracuse crime/index.html\">City of Syracuse</a></li><li><a href=\"http://topics.syracuse.com/tag/north crime/index.html\">North Suburbs &amp; Oswego County</a></li><li><a href=\"http://topics.syracuse.com/tag/east crime/index.html\">East Suburbs &amp; Madison County</a></li><li><a href=\"http://topics.syracuse.com/tag/west crime/index.html\">West Suburbs &amp; Cayuga County</a></li><li><a href=\"http://www.syracuse.com/traffic/\">CNY Traffic</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6005\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/sports/\">Sports Home</a></li><li><a href=\"http://www.syracuse.com/orangebasketball/\">Orange Basketball</a></li><li><a href=\"http://www.syracuse.com/orangefootball/\">Orange Football</a></li><li><a href=\"http://www.syracuse.com/orangelacrosse/\">Orange Lacrosse</a></li><li><a href=\"http://www.syracuse.com/orangewomen/\">Orange Women Sports</a></li><li><a href=\"http://www.syracuse.com/orangesports/\">Orange Sports</a></li><li><a href=\"http://www.syracuse.com/buffalo-bills/\">Buffalo Bills</a></li><li><a href=\"http://www.syracuse.com/college-sports/\">College Sports</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6008\" data-sub-parent=\"6005\"><span class=\"nolink\">Minor League Sports</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6008\" data-sub-parent=\"6005\"></span></li><li><a href=\"http://www.syracuse.com/poliquin/\">Bud Poliquin</a></li><li><a href=\"http://www.syracuse.com/axeman/\">Brent Axe</a></li><li><a href=\"http://www.syracuse.com/running/\">CNY Road Races</a></li><li><a href=\"http://www.syracuse.com/outdoors/\">CNY Outdoors</a></li><li><a href=\"http://www.syracuse.com/scoreboards/\">Scoreboards</a></li><li><a href=\"http://www.syracuse.com/nfl/\">NFL</a></li><li><a href=\"http://www.syracuse.com/nba/\">NBA</a></li><li><a href=\"http://www.syracuse.com/mlb/\">MLB</a></li><li><a href=\"http://www.syracuse.com/nhl/\">NHL</a></li><li><a href=\"http://www.syracuse.com/golf/\">CNY &amp; Pro Golf</a></li><li><a href=\"http://www.syracuse.com/motorsports/\">Motorsports</a></li><li><a href=\"http://www.syracuse.com/sports/index.ssf/tv-schedule.html\">TV Schedule</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6006\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6053\" data-sub-parent=\"6006\"><a href=\"http://www.syracuse.com/restaurant-guide\">CNY Restaurants</a><span class=\"next\" data-state=\"3\" data-sub-key=\"6053\" data-sub-parent=\"6006\"></span></li><li><a href=\"http://www.syracuse.com/movies/\">Movies Times &amp; News</a></li><li><a href=\"http://www.syracuse.com/events/\">CNY Events Calendar</a></li><li><a href=\"http://www.syracuse.com/destiny-usa/movies-events\">Destiny USA Events</a></li><li><a href=\"http://www.syracuse.com/music/\">CNY Music Scene</a></li><li><a href=\"http://www.syracuse.com/arts/\">CNY Arts &amp; Theater</a></li><li><a href=\"http://www.syracuse.com/festivals/\">CNY Festivals</a></li><li><a href=\"http://topics.syracuse.com/tag/event%20tickets/index.html\">CNY Tickets on Sale</a></li><li><a href=\"http://www.syracuse.com/tv/\">TV News &amp; Listings</a></li><li><a href=\"http://www.syracuse.com/statefair/\">New York State Fair</a></li><li><a href=\"http://www.syracuse.com/celebrity-news/\">Celebrity News</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6021\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/opinion/\">Opinion Home</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6085\" data-sub-parent=\"6021\"><span class=\"nolink\">Editorial Board</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6085\" data-sub-parent=\"6021\"></span></li><li><a href=\"http://connect.syracuse.com/staff/syrpsreaderspage/posts.html\">Your Opinions</a></li><li><a href=\"http://www.syracuse.com/mailforms/opinion/index.ssf\">Submit Your Opinion</a></li><li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"6101\" data-sub-parent=\"6021\"><span class=\"nolink\">Columnists</span><span class=\"next\" data-state=\"3\" data-sub-key=\"6101\" data-sub-parent=\"6021\"></span></li><li><a href=\"http://connect.syracuse.com/user/interfaithcny/posts.html\">InterFaith Works Opinions</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6251\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://www.syracuse.com/living/\">Living Home</a></li><li><a href=\"http://www.syracuse.com/homes/\">Homes</a></li><li><a href=\"http://www.syracuse.com/food/\">Food</a></li><li><a href=\"http://www.syracuse.com/travel \">Tourism &amp; Travel</a></li><li><a href=\"http://www.syracuse.com/pets\">CNY Pets</a></li><li><a href=\"http://www.syracuse.com/proms/\">CNY Proms</a></li><li><a href=\"http://www.syracuse.com/graduation/\">CNY Graduations</a></li><li><a href=\"http://www.syracuse.com/celebrations/\">CNY Celebration Announcements</a></li><li><a href=\"http://www.syracuse.com/comics-kingdom/\">Comics Kingdom</a></li><li><a href=\"http://www.syracuse.com/puzzles-kingdom/\">Puzzles &amp; Games</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6254\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos Home</a></li><li><a href=\"http://photos.syracuse.com/syracusecom_photo_essays/index.html\">Photo Essays</a></li><li><a href=\"http://syracuse.mycapture.com/mycapture/\">Buy Photo Reprints</a></li><li><a href=\"http://photos.syracuse.com/yourphotos/\">Your Photos</a></li></ul><ul class=\"advMenuSub advMenu\" data-key=\"6258\"><li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li><li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos Home</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=news\">News Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Sports\">Sports Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=High%20School%20Sports%20%28HSSN%29\">High School Sports Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Entertainment\">Entertainment Videos</a></li><li><a href=\"http://videos.syracuse.com/post-standard/index.html?category=Living\">Living Videos</a></li></ul>\n                        \n<ul class=\"advMenuSub advMenu\" data-key=\"hssports\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports Home</a></li>\n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysbasketball/\">Boys Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsbasketball/\">Girls Basketball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysicehockey/\">Boys Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysswimming/\">Boys Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsvolleyball/\">Girls Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysvolleyball/\">Boys Volleyball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsgymnastics/\">Girls Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysgymnastics/\">Boys Gymnastics</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/wrestling/\">Wrestling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysbowling/\">Boys Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/cheer/\">Competitive Cheer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsbowling/\">Girls Bowling</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyswintertrack/\">Boys Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsicehockey/\">Girls Ice Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlswintertrack/\">Girls Winter Track</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsskiing/\">Girls Skiing</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysskiing/\">Boys Skiing</a></li> \n\n\n    <li class=\"advMenuExpansion\" data-state=\"3\" data-sub-key=\"hssports\">\n        <span class=\"nolink\">Off Season Sports</span> \n        <span class=\"next\" data-state=\"3\" data-sub-key=\"hssports\"></span> \n    </li>\n</ul> \n<ul class=\"advMenuSub advMenu advMenuSub2\" data-sub-key=\"hssports\"> \n    <li class=\"advMainMenuLink\" data-state=\"3\" data-sub-key=\"hssports\"><div class=\"prev\"></div>Back to High School Sports Menu</li> \n\n\n    <li><a href=\"http://highschoolsports.syracuse.com/football/\">Football</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyssoccer/\">Boys Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlssoccer/\">Girls Soccer</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsswimming/\">Girls Swimming</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlstennis/\">Girls Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyscrosscountry/\">Boys Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlscrosscountry/\">Girls Cross Country</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boyslacrosse/\">Boys Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlslacrosse/\">Girls Lacrosse</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/baseball/\">Baseball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/softball/\">Softball</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boystennis/\">Boys Tennis</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boystrackandfield/\">Boys Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlstrackandfield/\">Girls Track and Field</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/fieldhockey/\">Field Hockey</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysgolf/\">Boys Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsgolf/\">Girls Golf</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/boysrowing/\">Boys Rowing</a></li> \n\n    <li><a href=\"http://highschoolsports.syracuse.com/girlsrowing/\">Girls Rowing</a></li> \n\n\n</ul> \n\n\n                        <ul id=\"adv_follow_menu\" class=\"advMenuSub advMenu\" data-key=\"follow\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_fb\"><span><a href=\"https://www.facebook.com/syracusecom\">Visit our Facebook Page</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_twitter\"><span><a href=\"https://twitter.com/syracusedotcom\">Follow us on Twitter</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_pinterest\"><span><a href=\"http://www.pinterest.com/syracusedotcom/\">Follow us on Pinterest</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_instagram\"><span><a href=\"http://instagram.com/syracusedotcom\">Follow us on Instagram</a></span></li>\n                        \n                            <li class=\"advMenuSoc\" id=\"adv_follow_gplus\"><span><a href=\"https://plus.google.com/105230525533408342774/posts\">Visit us on Google Plus</a></span></li>\n                        \n                        </ul>\n\t\t\t\t\t\t<ul id=\"adv_subscribe_menu\" class=\"advMenuSub advMenu\" data-key=\"subscribe\">\n                            <li class=\"advMainMenuLink\" data-state=\"2\"><div class=\"prev\"></div>Back to Main Menu</li>\n                        \n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://benefits.syracuse.com/about-ps-plus\">ps.plus</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/newsletters/\">Email Newsletters</a></li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/mobile-device/\">Mobile Apps</a></li>\n\t\t\t\t\t\t\n                        </ul>\n                        \n\t\t\t\t\t\t<div class=\"SiteSponsor nofullad\" id=\"SiteSponsor\"></div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_weather\" data-state=\"4\" class=\"\">\n            <div class=\"advWeatherInner\">\n                <span class=\"advConditions intermittent-clouds-04\">\n                    <span class=\"advTemp\"></span>\n                </span>\n            </div>\n        </div>\n        <div id=\"adv_weather_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advMainMenuLink\" data-state=\"1\"><div class=\"prev\"><a href=\"#\"></a></div>Back to Main Menu</div>\n                    <div id=\"adv_weather_inner\">\n                        <div class=\"advClose\" data-state=\"4\"><span class=\"advToprailIcon ir\">Close</span></div>\n                        <form id=\"adv_wlocation_form\">\n                            <div class=\"title\">Customize Your Weather</div>\n                            <div>\n                                <label for=\"adv_wlocation_input\">Set Your Location (Enter City and State or Zip Code)</label>\n                                <div class=\"errorMsg\"></div>\n                            </div>\n                            <div class=\"advFrmInput\"><input name=\"adv_wlocation_input\" id=\"adv_wlocation_input\" type=\"text\" value=\"\" placeholder=\"Use My Current Location\" /></div>\n                            <div class=\"advFrmBtn\"><input type=\"submit\" value=\"Submit\" /></div>\n                        </form>\n                        <div id=\"adv_wlocation_confirm\">\n                            <div class=\"title\">Congratulations!</div>\n                            <div>Your weather is set to <span class=\"advGeoChoosen\"></span>. You can change the location at any time.</div>\n                            <div class=\"advFrmBtn\">\n                                <input class=\"adv-tray_link\" data-state=\"4\" data-phase=\"phase3\" type=\"button\" value=\"Done\" />\n                            </div>\n                        </div>\n                        <div id=\"adv_weather_data\">\n                            <div class=\"subtitle\">AccuWeather.com Quick Look</div>\n                            <div class=\"title\"></div>\n                            <div><a class=\"advTrayLink\" data-state=\"2\" data-phase=\"phase1\">Change your current location &raquo;</a></div>\n                            <div class=\"advWeatherInner\"></div>\n                            <div class=\"advFrmBtn\"><a class=\"advABtn\" href=\"\">View Full Weather Report</a></div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n\t\t<div class=\"adunit nomobilead\" id=\"SponsorRight\"></div>\n    </div>\n    <div id=\"adv_mast_right\">\n        <div id=\"adv_search\" class=\"advToprailBtn\" data-state=\"6\">\n            <span class=\"advToprailIcon ir\">Search</span>\n            <span class=\"advIconLabel\">Search</span>\n        </div>\n        <div id=\"adv_search_main\">\n            <div class=\"advPanelArrow\"></div>\n            <form id=\"adv_search_form\" method=\"get\" action=\"http://search.syracuse.com/sp\" onsubmit=\"\">\n                <div id=\"adv_search_panel\">\n                    <div class=\"advSearchBtn\" data-state=\"6\"><input class=\"advSearchIcon\" type=\"submit\" value=\"Search\"/></div>\n                    <div id=\"adv_search_bar\" class=\"advLayer\">\n                        <input class=\"advTextbox\" name=\"keywords\" id=\"adv_search_input\" placeholder=\"Search\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                    </div>\n                </div>\n                <div class=\"advSearchLink\">\n                    <h2>Search syracuse.com</h2>\n                    <div class=\"next\"></div>\n                </div>\n            </form>\n        </div>\n        <div id=\"adv_account\" class=\"advToprailBtn\" data-state=\"5\">\n            <span class=\"advToprailIcon ir\">Account</span>\n            <span class=\"advIconLabel\">Sign In</span>\n        </div>\n        <div id=\"adv_user_dropdown\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <div class=\"advClose\" data-state=\"5\"><span class=\"advToprailIcon ir\">Close</span></div>\n                    <div id=\"adv_user_main\">\n                        <div id=\"adv_user_signin\">\n                            <h2>Sign in to<br/><span>syracuse.com</span></h2>\n                            <div class='advRule'></div>\n                            <form id=\"adv_signin\" name=\"ToprailSignInForm\" method=\"post\" action=\"https://signup.syracuse.com/community/\" onsubmit=\"document.getElementById('adv_login_return_url').value=top.document.location.href;return true;\">\n                                <input type=\"hidden\" name=\"__mode\" value=\"do_login\"/>\n                                <input type=\"hidden\" name=\"return_to\" id=\"adv_login_return_url\" value=\"\"/>\n                                <input type=\"hidden\" name=\"affiliate\" id=\"adv-affiliate\" value=\"syr\"/>\n                                <input type=\"hidden\" name=\"v\" id=\"adv-v\" value=\"baseline\"/>\n                                <input id=\"adv_tr_login_author\" class='advTextbox' name=\"username\" placeholder=\"Enter Username\" type=\"text\" size=\"30\" autocomplete=\"off\"  autocorrect=\"off\" autocapitalize=\"off\"/><br/>\n                                <input id=\"adv_tr_login_password\" class='advTextbox' name=\"password\" placeholder=\"Enter Password\" type=\"password\" size=\"30\"/><br/>\n                                <input type=\"submit\" value=\"Sign In\" />\n                                <div class=\"advCheckbox\">\n                                    <input id=\"adv_signin_checkbox\" type=\"checkbox\" name=\"remember\" value=\"Sign In\"/>\n                                    <label for=\"adv_signin_checkbox\"><span class=\"advFormText\">Remember me</span></label>\n                                </div>\n                                <input type=\"hidden\" id=\"adv_tr_error_url\" name=\"error_url\" value=\"https://signup.syracuse.com/sign-in/\">\n                            </form>\n                            <a id=\"adv_pass_reset\" href=\"https://signup.syracuse.com/remember/?\">Forgot your username and password?</a>\n                            <div class='advRule'></div>\n                            <div class=\"advSocialLogin\">\n                                <div id=\"adv_signin_services\">\n                                    <h3>Don't have an account?</h3>\n                                    <p><a title=\"Register now!\" id=\"adv_toprail_register\" href=\"https://signup.syracuse.com/register/?\">Register now for free</a>, or sign in with any of these services:</p>\n                                    <span id=\"adv_signin_links\">\n                                        <a class=\"adv-signin-fb\" id=\"AdvTrSdFb\" href=\"https://signup.syracuse.com/sign-in/?option=Facebook\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Facebook.png\" alt=\"Facebook\"></a>\n                                        <a class=\"adv-signin-google\" href=\"https://signup.syracuse.com/sign-in/?option=Google\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Google.png\" alt=\"Google\"></a>\n                                        <a class=\"adv-signin-aim\" href=\"https://signup.syracuse.com/sign-in/?option=AIM\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-AOL.png\" alt=\"AOL\"></a>\n                                        <a class=\"adv-signin-twitter\" href=\"https://signup.syracuse.com/sign-in/?option=Twitter\"><img src=\"http://media.syracuse.com/static/common/img/buttons/btn-signin-Twitter.png\" alt=\"Twitter\"></a>\n                                    </span>\n                                </div>\n                            </div>\n                        </div>\n                        <div id=\"adv_user_snapshot\">\n                            <div id=\"adv_profile_menu\">\n                                <img id=\"adv_profile_img\"/>\n                                <div id=\"adv_profile_nameplate\">\n                                    <span class=\"advSignInStatus\">You are signed in as</span><br/>\n                                    <h2></h2>\n                                </div>\n                                <div id=\"adv_profile_btns\">\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_edit\"><a href=\"\" title=\"Edit your profile\">Edit</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_view\"><a href=\"\" title=\"View your public profile\">Public Profile</a></span>\n                                    <span class=\"advProfileBtn\" id=\"adv_profile_exit\"><a href=\"\" title=\"Sign out\">Sign Out</a></span>\n                                </div>\n                            </div>\n                            <div id=\"adv_user_favs\">\n                                <ul>\n                                    <li id=\"user_fav_schools\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Schools</h2><span class=\"advFeedBtn ir\">expand</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                    <li id=\"user_fav_teams\" class=\"advFavCat\"><div data-state=\"0\"><h2>Favorite Teams</h2><span class=\"advFeedBtn ir\">close</span></div>\n                                        <ul class=\"advFeedSubList\"></ul>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div id=\"adv_subscribe\" data-state=\"9\" class=\"\">\n            <span class=\"advArrow\">Subscribe</span><br/><strong></strong>\n        </div>\n        <div id=\"adv_subscribe_main\" class=\"advDropdown advLayer\">\n            <div class=\"advPanelArrow\"></div>\n            <div class=\"advDropdownOuter\">\n                <div class=\"advDropdownInner\">\n                    <ul class=\"advMenu\">\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://benefits.syracuse.com/about-ps-plus\">ps.plus</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/newsletters/\">Email Newsletters</a></li>\n                    \n                        <li value=\"\" data-val=\"\"><a href=\"http://www.syracuse.com/mobile-device/\">Mobile Apps</a></li>\n                    \n                    </ul>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</header>\n<script type=\"text/javascript\">\nfunction getComscorekwValue() {\n\t\n        var Entertainment = 'Entertainment';\n        comscorekw=Entertainment;\n        return Entertainment;\n\t\n}\nfunction getToprailMenuContext() {\n        return '';\n}\n</script>\n<!-- /toprail -->\n\n        \n\n<!-- stop toprail -->\n\n\n\t\t\n\t\t\t\n        \n                <div class=\"adunit nomobilead\" id=\"FrameTile2\"></div><div class=\"adunit nomobilead\" id=\"Tower\"></div>\n            \n    \n\n\n\t\n\n\n<!-- ./templates/global/shared/nav/masthead.mtml end -->\n\n\t\t<!-- End Masthead -->\n\t\t\n\t\t\t\n\t\t\t\n\t\n\t\n  \n  \n  \n  \n  \r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\n  <div role=\"main\" id=\"main\">\n    \n    \n    <div class=\"wrapper\">\n      <div id=\"content\">\n        <div class=\"hnews\">\n          <div id=\"article\">\n            <div class=\"wrapper\">\n              <div class=\"CommentCount\">\n <a href=\"#comments\"><span id=\"echo_comment_count\"></span></a>\n <div class=\"label\">comments</div>\n</div>\n\n              <!-- headline - wide -->\t\n<!-- Premium Blog -->\n\n<!-- /Premium Blog -->\n<h1>Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)</h1>\n<div class=\"clearfix\"></div>\n<!-- /headline -->\n\n              <div id=\"article_container\">\n                  <script type=\"text/javascript\">\n        \n        \n        \n        \n        \n        m_gallery = \"historic_ghostwalk_at_hotel_syracuse\";\n        m_gallery_id = \"16652136\";\n        m_gallery_total = \"24\";\n        m_gallery_blog_id = \"4456\";\n        m_gallery_related_slide = \"1\";\n    </script>\n\n\n\n\n\n\n\n\n\n<div id=\"multimedia_main_gallery\">\n    <div class=\"gallery_wrapper\">\n        <input type=button id=\"btnShare\" onclick=\"javascript:showShareUI('simpleShare')\" style=\"display: none\"/>\n        <div id=\"galleriaAdOverlay\"><div id=\"galleriaAdCloseLeft\"></div><div id=\"galleriaAdCloseRight\"></div></div>\n        <div id=\"galleria\" >\n            <div id=\"preloadGallery\"><p>Loading Photo Gallery</p></div>\n            <div style=\"display:none\">\n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-7cda4e637c790f6c.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-7cda4e637c790f6c.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Edward Mastin plays the role of  hotel concierge during the Onondaga Historical Association's Historic Ghostwalk at the Hotel Syracuse today. He appears ghostly during a long exposure as he stands in the lobby under a 40 foot mural by Carl Roters which was covered by mirrors for the last 37 years.    Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-7cda4e637c790f6c.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_18.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652158-standard.jpg&pricingsheetid=&caption=%3Cp%3EEdward%20Mastin%20plays%20the%20role%20of%20%20hotel%20concierge%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20at%20the%20Hotel%20Syracuse%20today.%20He%20appears%20ghostly%20during%20a%20long%20exposure%20as%20he%20stands%20in%20the%20lobby%20under%20a%2040%20foot%20mural%20by%20Carl%20Roters%20which%20was%20covered%20by%20mirrors%20for%20the%20last%2037%20years.%20%20%20%20Saturday%20Dec.%2027%2C%202014%0D%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-4d8ed0d9fb96b5c1.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-4d8ed0d9fb96b5c1.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"The Onondaga Historical Association sponsors an Historic Ghostwalk at the Hotel Syracuse today where a restoration project is beginning. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-4d8ed0d9fb96b5c1.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652140-standard.jpg&pricingsheetid=&caption=%3Cp%3EThe%20Onondaga%20Historical%20Association%20sponsors%20an%20Historic%20Ghostwalk%20at%20the%20Hotel%20Syracuse%20today%20where%20a%20restoration%20project%20is%20beginning.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-fe5cd37703372d7d.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-fe5cd37703372d7d.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Jesse Navagh (on stage) plays the MC for a fashion show re-creation in the Persian Terrace of the Hotel Syracuse during the Onondaga Historical Association's Historic Ghostwalk today. This was the original main dining room of the hotel. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-fe5cd37703372d7d.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_10.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652150-standard.jpg&pricingsheetid=&caption=%3Cp%3EJesse%20Navagh%20%28on%20stage%29%20plays%20the%20MC%20for%20a%20fashion%20show%20re-creation%20in%20the%20Persian%20Terrace%20of%20the%20Hotel%20Syracuse%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20This%20was%20the%20original%20main%20dining%20room%20of%20the%20hotel.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-78a678fe93a0b7ca.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-78a678fe93a0b7ca.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Jesse Navagh (left) and Kate Huddleston host a radio broadcast fashion show re-creation in the Persian Terrace of the Hotel Syracuse during the Onondaga Historical Association's Historic Ghostwalk today.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-78a678fe93a0b7ca.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_13.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652153-standard.jpg&pricingsheetid=&caption=%3Cp%3EJesse%20Navagh%20%28left%29%20and%20Kate%20Huddleston%20host%20a%20radio%20broadcast%20fashion%20show%20re-creation%20in%20the%20Persian%20Terrace%20of%20the%20Hotel%20Syracuse%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-47665af017550de7.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-47665af017550de7.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Jesse Navagh (right) and Kate Huddleston (on stage) host a radio broadcast fashion show re-creation in the Persian Terrace of the Hotel Syracuse during the Onondaga Historical Association's Historic Ghostwalk today. Tour group members Alina Rood (far left) and Ashley Durst stood in for models of yesteryear.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-47665af017550de7.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_14.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652154-standard.jpg&pricingsheetid=&caption=%3Cp%3EJesse%20Navagh%20%28right%29%20and%20Kate%20Huddleston%20%28on%20stage%29%20host%20a%20radio%20broadcast%20fashion%20show%20re-creation%20in%20the%20Persian%20Terrace%20of%20the%20Hotel%20Syracuse%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20Tour%20group%20members%20Alina%20Rood%20%28far%20left%29%20and%20Ashley%20Durst%20stood%20in%20for%20models%20of%20yesteryear.%20%20Saturday%20Dec.%2027%2C%202014%0D%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-d224e65d79ec350e.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-d224e65d79ec350e.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Chandeliers in the Persian Terrace ceiling are an echo of the former Hotel Syracuse glory days seen during the Onondaga Historical Association's Historic Ghostwalk today. This was the original main dining room of the hotel. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-d224e65d79ec350e.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_12.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652152-standard.jpg&pricingsheetid=&caption=%3Cp%3EChandeliers%20in%20the%20Persian%20Terrace%20ceiling%20are%20an%20echo%20of%20the%20former%20Hotel%20Syracuse%20glory%20days%20seen%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20This%20was%20the%20original%20main%20dining%20room%20of%20the%20hotel.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-8db2025794e1ceb0.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-8db2025794e1ceb0.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A tour group listens to John Krenrich (far right) who plays the Hotel Syracuse house detective during the Onondaga Historical Association's Historic Ghostwalk today. This area off the lobby was a former restaurant.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-8db2025794e1ceb0.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_6.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652146-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20tour%20group%20listens%20to%20John%20Krenrich%20%28far%20right%29%20who%20plays%20the%20Hotel%20Syracuse%20house%20detective%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20This%20area%20off%20the%20lobby%20was%20a%20former%20restaurant.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-16933baf688e48e1.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-16933baf688e48e1.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"John Krenrich plays the Hotel Syracuse house detective during the Onondaga Historical Association's Historic Ghostwalk today.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-16933baf688e48e1.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_5.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652145-standard.jpg&pricingsheetid=&caption=%3Cp%3EJohn%20Krenrich%20plays%20the%20Hotel%20Syracuse%20house%20detective%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-8af1336a9d2bfce6.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-8af1336a9d2bfce6.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A detail of the Hotel Syracuse lobby during the Onondaga Historical Association's Historic Ghostwalk today. A restoration project is underway at the building which opened in 1924.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-8af1336a9d2bfce6.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_2.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652142-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20detail%20of%20the%20Hotel%20Syracuse%20lobby%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20A%20restoration%20project%20is%20underway%20at%20the%20building%20which%20opened%20in%201924.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-fcf366e052201c7e.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-fcf366e052201c7e.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Edward Mastin plays the role of  hotel concierge during the Onondaga Historical Association's Historic Ghostwalk at the Hotel Syracuse today. He relates some of the hotel's history as the group stands in the former Corporate Lounge overlooking the lobby.    Saturday Dec. 27, 2014\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-fcf366e052201c7e.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_20.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652160-standard.jpg&pricingsheetid=&caption=%3Cp%3EEdward%20Mastin%20plays%20the%20role%20of%20%20hotel%20concierge%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20at%20the%20Hotel%20Syracuse%20today.%20He%20relates%20some%20of%20the%20hotel%27s%20history%20as%20the%20group%20stands%20in%20the%20former%20Corporate%20Lounge%20overlooking%20the%20lobby.%20%20%20%20Saturday%20Dec.%2027%2C%202014%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-396bc08b18359605.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-396bc08b18359605.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A tour group enters the Hotel Syracuse lobby during the Onondaga Historical Association's Historic Ghostwalk today. A restoration project is underway at the building which opened in 1924.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-396bc08b18359605.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_3.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652143-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20tour%20group%20enters%20the%20Hotel%20Syracuse%20lobby%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20A%20restoration%20project%20is%20underway%20at%20the%20building%20which%20opened%20in%201924.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-93104abbfe440c34.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-93104abbfe440c34.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A view of the Hotel Syracuse lobby during the Onondaga Historical Association's Historic Ghostwalk today.    Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-93104abbfe440c34.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_21.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652161-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20view%20of%20the%20Hotel%20Syracuse%20lobby%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20%20%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-dbed723753097319.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-dbed723753097319.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A tour group is reflected the Hotel Syracuse lobby mirrors during the Onondaga Historical Association's Historic Ghostwalk today.    Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-dbed723753097319.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_22.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652162-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20tour%20group%20is%20reflected%20the%20Hotel%20Syracuse%20lobby%20mirrors%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20%20%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-c5f69102413c2296.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-c5f69102413c2296.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Volunteer John Sopato (right) begins an Onondaga Historical Association Historic Ghostwalk at the Hotel Syracuse today. The group starts their tour in the lobby near the old Persian Terrace.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-c5f69102413c2296.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_19.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652159-standard.jpg&pricingsheetid=&caption=%3Cp%3EVolunteer%20John%20Sopato%20%28right%29%20begins%20an%20Onondaga%20Historical%20Association%20Historic%20Ghostwalk%20at%20the%20Hotel%20Syracuse%20today.%20The%20group%20starts%20their%20tour%20in%20the%20lobby%20near%20the%20old%20Persian%20Terrace.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-09f23ef04c122832.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-09f23ef04c122832.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Starke Donnally makes a photo of the dumbwaiter at the Hotel Syracuse kitchen during the Onondaga Historical Association's Historic Ghostwalk today. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-09f23ef04c122832.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_7.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652147-standard.jpg&pricingsheetid=&caption=%3Cp%3EStarke%20Donnally%20makes%20a%20photo%20of%20the%20dumbwaiter%20at%20the%20Hotel%20Syracuse%20kitchen%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-4441ba465a769add.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-4441ba465a769add.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A group goes through the Hotel Syracuse kitchen during the Onondaga Historical Association's Historic Ghostwalk today. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-4441ba465a769add.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_8.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652148-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20group%20goes%20through%20the%20Hotel%20Syracuse%20kitchen%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-6f387fad13b6dc00.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-6f387fad13b6dc00.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Walk-in coolers at the Hotel Syracuse kitchen seen during the Onondaga Historical Association's Historic Ghostwalk today. Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-6f387fad13b6dc00.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_9.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652149-standard.jpg&pricingsheetid=&caption=%3Cp%3EWalk-in%20coolers%20at%20the%20Hotel%20Syracuse%20kitchen%20seen%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-69f1d8d8bb05daae.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-69f1d8d8bb05daae.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"Layers of paint and wallpaper are peeling in places at the Hotel Syracuse as seen during the Onondaga Historical Association's Historic Ghostwalk today. A restoration project is underway at the building which opened in 1924 to return it to former glory.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-69f1d8d8bb05daae.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_4.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652144-standard.jpg&pricingsheetid=&caption=%3Cp%3ELayers%20of%20paint%20and%20wallpaper%20are%20peeling%20in%20places%20at%20the%20Hotel%20Syracuse%20as%20seen%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20A%20restoration%20project%20is%20underway%20at%20the%20building%20which%20opened%20in%201924%20to%20return%20it%20to%20former%20glory.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-054e472356202868.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-054e472356202868.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A detail of the Hotel Syracuse lobby during the Onondaga Historical Association's Historic Ghostwalk today. A restoration project is underway at the building which opened in 1924.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-054e472356202868.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_1.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652141-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20detail%20of%20the%20Hotel%20Syracuse%20lobby%20during%20the%20Onondaga%20Historical%20Association%27s%20Historic%20Ghostwalk%20today.%20A%20restoration%20project%20is%20underway%20at%20the%20building%20which%20opened%20in%201924.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n                    \n                    \n\t\t\t<span class=\"resimg\" data-position=\"gallery-photo\" data-image=\"http://media.syracuse.com/post-standard/photo/2014/12/27/-dfa58303b0faa7bc.jpg\"\n                            data-big=\"http://imgick.syracuse.com/home/syr-media/pgfull/img/post-standard/photo/2014/12/27/-dfa58303b0faa7bc.jpg\"\n                            data-title=\"Historic Ghostwalk at Hotel Syracuse\"\n                            data-titleurl=\"\"\n                            data-description=\"A feature of today's Onondaga Historical Association Historic Ghostwalk at the Hotel Syracuse is a look at the 40 foot mural above the registration desk in the lobby painted by Carl Roters. It depicts local history -  Iroquois Indian Federation, Civil War, the Jerry Rescue, Erie Canal and other highlights.  The mural has been covered with mirriors for the last 37 years.  Saturday Dec. 27, 2014\nDavid Lassman | dlassman@syracuse.com\"\n                            data-credit=\"David Lassman | dlassman@syracuse.com\"\n                            data-thumb=\"http://imgick.syracuse.com/home/syr-media/pgthumb/img/post-standard/photo/2014/12/27/-dfa58303b0faa7bc.jpg\" \n                            data-author=\"dalassma\"\n                            data-author-username=\"David Lassman | dlassman@syracuse.com\"\n                            data-tags=\"\"\n                            data-keywords=\"\"\n                            data-moderate=\"\"\n                            data-authorlink=\"http://connect.syracuse.com/staff/dalassma/photos.html\"\n                            data-buy=\"http://syracuse.mycapture.com/mycapture/remoteimage.asp?backtext=Return%20to%20the%20photo%20gallery&backurl=http%3A%2F%2Fphotos.syracuse.com%2Fpost-standard%2F2014%2F12%2Fhistoric_ghostwalk_at_hotel_syracuse_15.html&image=http%3A%2F%2Fmedia.syracuse.com%2Fpost-standard%2Fphoto%2F2014%2F12%2F27%2F16652155-standard.jpg&pricingsheetid=&caption=%3Cp%3EA%20feature%20of%20today%27s%20Onondaga%20Historical%20Association%20Historic%20Ghostwalk%20at%20the%20Hotel%20Syracuse%20is%20a%20look%20at%20the%2040%20foot%20mural%20above%20the%20registration%20desk%20in%20the%20lobby%20painted%20by%20Carl%20Roters.%20It%20depicts%20local%20history%20-%20%20Iroquois%20Indian%20Federation%2C%20Civil%20War%2C%20the%20Jerry%20Rescue%2C%20Erie%20Canal%20and%20other%20highlights.%20%20The%20mural%20has%20been%20covered%20with%20mirriors%20for%20the%20last%2037%20years.%20%20Saturday%20Dec.%2027%2C%202014%0ADavid%20Lassman%20%7C%20dlassman%40syracuse.com%3C%2Fp%3E&affphotographername=David%20Lassman%20%7C%20dlassman%40syracuse.com\" >\n\t\t\t</span>\n                    \n                \n\n                \n                    \n                \n            </div>\n        </div> <!-- /galleria -->\n    </div> <!-- /gallery_wrapper -->\n</div>\n\n\n\n                  \n\n\n\n\n<div id=\"Byline\">\n\t<div class=\"EmailPrint\">\n\t\t<a class=\"PrintLink\" href=\"http://impact.syracuse.com/living/print.html?entry=/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" target=\"_blank\">Print</a>\n\t</div>\n\t\n\t\n\n\n\n\n\t\n\t\t<a href=\"http://connect.syracuse.com/staff/dalassma/index.html\">\n\t\t\t\n\t\t\t   <span class=\"resimg Avatar\" data-image=\"http://media.syracuse.com/avatars/1328.png\" data-position=\"byline-avatar\">David Lassman | dlassman@syracuse.com</span>\n\t\t\t\n\t\t</a>\n\t\n\n\n\n\t\n\n\n\nBy\n\n\t\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t<span class=\"author vcard\"><a class=\"bl\" href=\"http://connect.syracuse.com/staff/dalassma/posts.html\">\n\t\n\t\t\n\t\n\t\n\t\n\t\n\tDavid Lassman | dlassman@syracuse.com\n</a></span>\r\n\t\t\r\n\t\r\n<span style=\"display:none; visibility:hidden;\">The Post-Standard</span>\n\t\t\n\t\n\n\n\n\n\t<br/>on December 27, 2014 at  4:28 PM, updated <span class=\"updated\" title=\"2014-12-29T18:59:57Z\">December 29, 2014 at  1:59 PM</span>\n\t<div id=\"sponsor_tablet\">  \n\t\t<div class=\"sub-sponsor\"></div>\n\t</div>\n</div><!-- /Byline -->\n\n\n                  <div id=\"social_top\">\n</div><!-- /social_top -->\n\n<div id=\"social_mobile\">\n\t\n\t\t<div class=\"social_simple\">\n\t\t\t<a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fechos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" target=\"_blank\" class=\"facebook\"></a>\n\t\t\t<a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fechos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" target=\"_blank\" class=\"twitter\"></a>\n\t\t\t<a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\n\t\t\t<a href=\"#comments\" class=\"no_mobile comments_button comments_button_top\">View/Post Comments</a>\n\t\t</div>\n\t\n</div><!-- /social_mobile -->\n\n\n                  \n                  \n                  <script type=\"text/javascript\">\n    Advance.Gigya.settings.page = {\n            'title':'Echoes of the Past : The Hotel Syracuse Historic Ghostwalk  (photos)',\n            'link':'http://www.syracuse.com/living/index.ssf/2014/12/echos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html',\n            'desc': 'The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m.',\n\t    'thumbnail': 'http://imgick.syracuse.com/home/syr-media/river/img/post-standard/photo/2014/12/27/16652158-large.jpg'\n   };\n</script>\n\n\n                  \n                  \n                  \n                  <div id=\"article_inset\">\n                    \n                    \n                    <div id=\"story-package\" >\n                      <!-- series -->\r\n\r\n\r\n<!-- /series -->\r\n\r\n <!-- Aka Story Package -->\n                      <!-- gallery-preview -->\r\n<!-- /gallery-preview -->\r\n <!-- Aka Secondary Package -->\n                      <div class=\"adunit nomobilead\" id=\"StoryAd\"></div>\n\n                    </div><!-- /storypackage -->\n                  </div><!-- /#article_inset -->\n                  <!-- Article -->\n\n<div class=\"entry-content\">\n<p>The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m. In what's subtitled 'Suite Stories' people tour many of the public spaces at the hotel as actors play personalities from the hotel's past. The building opened in 1924 and many famous names have been guests. A feature of the event is a view of Carl Roters 40 foot mural above the registration desk which has been covered with mirrors for the last 37 years.</p>\n\n<p>Here's an update from the OHA :<br />\n•\tReservation can only be made online at www.hotelsyracuseghostwalk.eventbrite.com, not by calling OHA<br />\n•\tThere are no walk-ins allowed<br />\n•\tThere are a limited amount of tickets being added today, December 29th, at 2 P.M. for the January 3rd tours.<br />\n</p>\n\n\n</div>\n<!-- /Article -->\n\n                <div class=\"box_grayoutline\">\n  <div>\n        <div class=\"box_top_left\"><!-- --></div><div class=\"box_top_right\"><!-- --></div><div class=\"box_top\"><!-- --></div>\n  </div>\n  <div class=\"box_content\">\n        <div class=\"clear\"><!--  --></div>\n        <!-- 'BannerShared' begin -->\n        <div class=\"adunit nomobilead\" id=\"BannerShared\"></div>\n        <!-- 'BannerShared' end -->\n\n  </div>\n  <div>\n        <div class=\"box_bottom_left\"><!-- --></div><div class=\"box_bottom_right\"><!-- --></div><div class=\"box_bottom\"><!-- --></div>\n  </div>\n</div>\n\n<div class=\"Tile5 adunit nofullad\" id=\"Tile5\"></div>\n                <div class=\"clearfix\" ></div>\r\n<div id=\"social_bottom\">\r\n</div>\r\n\r\n  <div class=\"social_simple\">\r\n        <a href=\"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fechos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" target=\"_blank\" class=\"facebook\"></a>\r\n        <a href=\"http://twitter.com/share?url=http%3A%2F%2Fwww.syracuse.com%2Fliving%2Findex.ssf%2F2014%2F12%2Fechos_of_the_past_the_hotel_syracuse_historic_ghostwalk.html\" target=\"_blank\" class=\"twitter\"></a> \r\n        <a href=\"mailto:\" target=\"_blank\" class=\"email\"></a>\r\n\t\t  <a href=\"#comments\" class=\"no_mobile comments_button  comments_button_bottom\">View/Post Comments</a>\r\n  </div>\r\n\r\n<!-- /social_bottom -->\r\n\n  \t\t\t\t<div class=\"clearfix newrelated\" id=\"related\">\r\n <h2>Related Stories</h2>\r\n</div>\r\n\n                <a name=\"comments\"></a>\n<div id=\"rtb-comments\"></div>\n              </div><!--/#article_container -->\n            </div><!-- /#article .wrapper -->\n          </div><!-- /#article -->\n        </div><!-- .hnews -->\n        <aside class=\"ArticleSidebar\">\n          \n\n<script type=\"text/javascript\">\n    if (pb_page_template == undefined) { var pb_page_template = 'article'; }\n    if (pb_page_template != \"index\") { document.write('<div class=\"SecSponsor adunit nomobilead\" id=\"SecSponsor\"></div>'); }\n</script>\n\n<div class=\"Rectangle adunit nomobilead\" id=\"Rectangle\"></div>\n\n\n    \r\n<section class=\"special-report promo-spot\">\r\n    <header><h1>House of the Week</h1></header>\r\n\r\n    <div class=\"promo-box\">\r\n        \r\n\r\n        \r\n            <a href=\"http://www.syracuse.com/news/index.ssf/2014/12/house_of_the_week_views_of_a_valley_and_lake_moraine_outside_hamilton.html\"><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/260/cny_141212_how.jpg\" data-position=\"special_report-main\" alt=\"\"/></a>\r\n        \r\n\r\n        <h2><a href=\"http://www.syracuse.com/news/index.ssf/2014/12/house_of_the_week_views_of_a_valley_and_lake_moraine_outside_hamilton.html\">Valley views near Hamilton</a></h2>\r\n        <p>The house, which sits on 20 acres, overlooks Lake Moraine and hillsides dotted with silos and working farms</p>\r\n\r\n        \r\n        \r\n\r\n        <ul class=\"promo-headlines\">\r\n            \r\n            \r\n            \r\n            \r\n            \r\n        </ul>\r\n    </div>\r\n\r\n    \r\n        <p><a href=\"http://topics.syracuse.com/tag/house%20of%20the%20week/posts.html\">More House of the Week homes &raquo;</a></p>\r\n    \r\n</section>\r\n\n\n    <section class=\"entertainment_blogs\">\r\n    <div class=\"cc-set\">\r\n        <h1>More CNY Living</h1>\r\n        <div class=\"blogs_module\">\r\n            <ul class=\"blogs_module-list\">\r\n                <li class=\"BlogListing first\">\r\n                    <div class=\"BlogListingImg\">\r\n                        <a href=\"http://www.syracuse.com/events/\">\r\n                            <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/events-icon-60.jpg\" data-position=\"blog_promo-item\">\r\n                            <span>Things to do: Search local events</span>\r\n                        </a>\r\n                    </div>\r\n                </li>\r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.syracuse.com/food/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/cny_121004_food.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Food &amp; Drink: Recipes, reviews &amp; more</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n\r\n                \r\n                    <li class=\"BlogListing\">\r\n                        <div class=\"BlogListingImg\">\r\n                            <a href=\"http://www.syracuse.com/weddings/\">\r\n                                \r\n                                    <img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"http://www.syracuse.com/flags/60/weddings_140731_rings1.jpg\" data-position=\"blog_promo-item\">\r\n                                \r\n                                \r\n                                    <span>Weddings: Dresses, announcements &amp; more</span>\r\n                                \r\n                            </a>\r\n                        </div>\r\n                    </li>\r\n                \r\n            </ul>\r\n        </div>\r\n    </div>\r\n</section>\n\n    <section id=\"most-popular-read\" class=\"most-popular\">\n    <div id=\"most-read\" class=\"module-block active\">\n        <h2>Most Read</h2>\n        <script>\n            var most_read_day_range = parseInt(3);\n            var most_read_story_count = parseInt(5)\n            \n                var most_read_add_query = \"posts\";\n            \n            \n            \n            \n        </script>\n    </div>\n</section>\n\n\n    \n<section id=\"most-popular-comments\" class=\"most-popular \">\n    <h2>Active Discussions</h2>\n<div id=\"most-comments\" class=\"active module-block\"></div>\n\n</section>\n\n\n\n\n\n<script type=\"text/javascript\">\n    if (pb_page_template == \"index\") {\n        document.write('<div id=\"stickyad-wrap\"><div id=\"stickyad\"><div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div></div></div>');\n    } else {\n        document.write('<div class=\"RectangleBelow adunit nomobilead\" id=\"RectangleBelow\"></div><div class=\"Tile2 adunit nofullad\" id=\"Tile2\"></div><div class=\"Marketing1 adunit nomobilead\" id=\"Marketing1\"></div>');\n    }\n</script>\n\n        </aside><!-- /ArticleSidebar -->\n        <!-- Best Of Module -->\r\n   <div id=\"best_of\" class=\"clearfix\" >\r\n     <h2>Best of syracuse.com</h2>\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_first\">\r\n\r\n  <a href=\"http://www.syracuse.com/entertainment/index.ssf/2015/01/disney_magic_fills_oncenter_war_memorial.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693508-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/entertainment/index.ssf/2015/01/disney_magic_fills_oncenter_war_memorial.html#incart_hbx\" >Disney magic fills Oncenter War Memorial </a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_second\">\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_state_of_state_planned_for_wednesday_postponed_due_to_funeral_for_mario.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693461-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_state_of_state_planned_for_wednesday_postponed_due_to_funeral_for_mario.html#incart_hbx\" >New York State of the State address postponed</a>\r\n</div>\r\n  \r\n\r\n  \r\n  \r\n <div class=\"BestOfColumn\" id=\"best_third\">\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_moving_away_united_van_lines.html#incart_hbx\" ><img src=\"/static/common/img/blank.gif\" class=\"lazy\" data-original=\"\r\n  \r\n    \r\n      \r\n  \r\n    http://media.syracuse.com/syr_top_stories/photo/16693455-thumb_square_large.jpg\r\n  \r\n\r\n    \r\n  \r\n\" width=\"140\" alt=\"\"/></a>\r\n\r\n  <a href=\"http://www.syracuse.com/news/index.ssf/2015/01/new_york_moving_away_united_van_lines.html#incart_hbx\" >Study: NY ranks No. 2 in residents moving away</a>\r\n</div>\r\n  \r\n   </div>\r\n   <!-- /Best of -->\r\n  \r\n\r\n\r\n\r\n\n      </div><!-- /#content -->\n    </div><!-- .wrapper -->\n  </div><!-- /#main -->\n  <!-- start esi-entry.html -->\n\n    \n        \n    <script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nif (window.location.host.substr(0,6) == \"photos\" ) {\r\n var arcs_page_template = 'gallery';\r\n} else {\r\n var arcs_page_template = 'article';  \r\n}\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"/static/aff/static/js/article_res.js\"></script>\r\n<script type=\"text/javascript\" src=\"/static/common/js/resimg.js\"></script>\r\n<script type=\"text/javascript\">\r\n  resimg.sizecheck();\r\n  resimg.resimf();\r\n</script>\r\n\n<!-- end esi-entry.html -->\n\n\n\n\n\t\t\n\n\t\t\n\t\t<!-- ./templates/global/shared/nav/footer.mtml start -->\n<br />\n\n  \n\t<span id=\"adilf\" data-start=\"pages/comments/main\">\n    <script type=\"text/javascript\" src=\"/static/social/lf/build/adilf.244.js\" async></script>\n</span>\n\n   \n  \t<footer id=\"footer\">\r\n\t \t  <div class=\"wrapper clearfix\">\r\n\t\t    <div id=\"footer-logos\">\r\n\t\t        <img src=\"http://media.syracuse.com/static/syr/static/img/logos/triple_lockup_horizontal.png\" alt=\"syracuse.com logo\">\r\n\t\t    </div>\r\n\t\t\t<div id=\"about-us\" class=\"footer-col\">\r\n\t\t        <div class=\"cluster clearfix\">\r\n\t\t          <ul>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com\">About Us</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/services/\">Advertise with us</a></li>\r\n\t\t            <li><a href=\"http://jobs.syracuse.com/jobs/search/results?CompanyId=883839&rows=50\">Jobs at Syracuse Media Group</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/contact/\" title=\"Contact Us\">Contact Us</a></li>\r\n\t\t            <li><a href=\"http://www.syracuse.com/rss/\">Blogs</a></li>\r\n\t\t            <li><a href=\"http://benefits.syracuse.com/photo-reprints/\">Photo and Page Reprints</a></li>\r\n\t\t            <li><a href=\"http://www.syracusemediagroup.com/about/press/\">Submit a Press Release</a></li>\r\n\t\t          </ul>\r\n\t\t        </div>\r\n\r\n\t\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t          <h2>Subscriptions</h2>\r\n\t\t\t          <ul class=\"no_wrap\">\r\n\t\t\t            <li><a href=\"https://member.syracuse.com/\">The Post-Standard</a></li>\r\n\t\t\t            <li><a href=\"https://member.syracuse.com/access.aspx?premium=Y&product=eEdition&sitecode=PS\">ePost-Standard</a></li>\r\n\t\t\t            <li><a href=\"http://update.syracuse.com/adv_syracuse/newsletters/syracuse/subscribe.htm\">Email Newsletters</a></li>\r\n\t\t\t          </ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div><!-- /#about-us -->\r\n\r\n\t\t\t<div id=\"sections\" class=\"footer-col\">\r\n\r\n\t\t\t\t<div class=\"cluster clearfix\">\r\n\t\t\t\t<h2>syracuse.com Sections</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/news/\">News</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/business/\">Business</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/sports/\">Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://highschoolsports.syracuse.com/\">High School Sports</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/entertainment/\">Entertainment</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/living/\">Living</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/travel/\">Travel</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/opinion/\">Opinion</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://obits.syracuse.com/obituaries/syracuse/\">Obituaries</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/jobs/\">Jobs</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://autos.syracuse.com/\">Autos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.syracuse.com/\">Real Estate</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://realestate.syracuse.com/for-rent\">Rentals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://classifieds.syracuse.com/\">Classifieds</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://findnsave.syracuse.com/\">Shopping Good Deals</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://businessfinder.syracuse.com/NY-Syracuse\">Local Businesses</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n\t\t\t\t\t<h2>Mobile</h2>\r\n\t\t\t\t\t<p><a href=\"http://www.syracuse.com/mobile-device/\">iPhone, Android apps</a> | <a href=\"http://www.syracuse.com/mobile-device/\">Tablet Apps</a>\r\n\t\t\t\t</p></div>\r\n\t\t\t</div><!-- /#topics -->\r\n\r\n\t\t\t<div id=\"more\" class=\"footer-col\">\r\n\t\t\t\t<div class=\"clearfix cluster\">\r\n\t\t\t\t<h2>More on syracuse.com</h2>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/forums/\">Forums</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://videos.syracuse.com/post-standard/index.html\">Videos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://photos.syracuse.com/post-standard/index.html\">Photos</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/interact/\">Interact with us</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/weather/\">Weather</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/jobs/products/index.ssf\">Post a job</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/classifieds/free/\">Post a free classified ad</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/placead/\">Sell your car</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/placead/\">Sell/rent your home</a></li>\r\n\t\t\t\t\t\t<li><a href=\"http://www.syracuse.com/siteindex/\">Sitemap &amp; search</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"cluster\">\r\n                    <h2>Follow Us</h2>\r\n                    <p>\r\n                    \t<a href=\"https://twitter.com/syracusedotcom\" class=\"adv-icn-twitter icn-link\">Twitter</a> | \r\n                    \t<a href=\"https://www.facebook.com/syracusecom\" class=\"adv-icn-facebook icn-link\">Facebook</a> | \r\n                    \t<a href=\"https://plus.google.com/105230525533408342774/posts\" class=\"adv-icn-google icn-link\">Google+</a>\r\n                    </p>\r\n\t\t\t\t</div>\r\n\t\t\t</div><!-- /#more -->\r\n\t\t</div><!--/.wrapper-->\r\n        <div id=\"disclaimer\">\r\n\t    <a href=\"http://www.advancedigital.com/\" title=\"Advance Digital\"><img src=\"http://media.syracuse.com/static/common/img/footer-logo-advance.png\" alt=\"Advance Digital logo\" id=\"AdvanceDigitalLogo\"></a>\r\n            <p>Registration on or use of this site constitutes acceptance of our <a href=\"http://www.syracuse.com/useragreement/\" title=\"User Agreement\">User Agreement</a> and <a href=\"http://www.syracuse.com/privacypolicy/\" title=\"Privacy Policy\">Privacy Policy</a></p>\r\n            <p>&copy; 2015 Syracuse Media Group All rights reserved (<a href=\"http://www.syracuse.com/aboutus/\">About Us</a>).<br>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Syracuse Media Group</p>\r\n            <p><a href=\"http://www.syracuse.com/forums/index.ssf?rules.html\" title=\"Community Rules\">Community Rules</a> apply to all content you upload or otherwise submit to this site. <a href=\"http://www.syracuse.com/interactivity/\" title=\"Contact Interactivity Management\">Contact interactivity management.</a></p>\r\n\t    <p><a href=\"http://www.advance.net/advancedigitalUserAgreementPP/#opt_out\"><img src=\"http://media.syracuse.com/static/common/img/ad_choices_arrow_transparent.png\"> Ad Choices</a></p>\r\n        </div>\r\n\r\n\r\n\r\n  \r\n\r\n\r\n\t</footer>\r\n\n  \n  <!-- this is no longer used for site catalyst -->\n\n\n\t\n\n\n\n\n\n\n<!-- ./templates/global/shared/nav/footer.mtml end -->\n\n\n\t\t\n\t\t<!-- Quantcast Tag moved to bottom_1 -->\r\n\n\t\t\n\t\t<!-- Nielsen code moved to bottom1 -->\r\n\n\n\t\t\n\t\t\t\n\t\t\t\t<script>\r\n if (ARCS.template == \"article\"){ \r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n    console.log('/static/common/js/galleria/gallery_share.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n     console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n      console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n      initGallery();\r\n     });\r\n    });\r\n   });\r\n  });\r\n } else {\r\n  AdvAsyncLoader.require('/static/common/js/galleria/galleria.js', function(){\r\n   console.log('/static/common/js/galleria/galleria.js');\r\n   AdvAsyncLoader.require('/static/common/js/galleria/plugins/history/galleria.history.js', function(){\r\n    console.log('/static/common/js/galleria/plugins/history/galleria.history.js');\r\n    AdvAsyncLoader.require('/static/common/js/galleria/gallery_share.js', function(){\r\n     console.log('/static/common/js/galleria/gallery_share.js');\r\n     AdvAsyncLoader.require('/static/common/js/galleria/jquery.mCustomScrollbar.js', function(){\r\n      console.log('/static/common/js/galleria/jquery.mCustomScrollbar.js');\r\n      AdvAsyncLoader.require('/static/common/js/galleria/adv_galleria_settings.js', function(){\r\n       console.log('/static/common/js/galleria/adv_galleria_settings.js');\r\n       initGallery();\r\n      });\r\n     });\r\n    });\r\n   });\r\n  });\r\n }\r\n</script>\n\t\t\t\t<!--Javascript/CSS needed for moderation (flagging inappropriate content) -->\n\n\t<link rel=\"stylesheet\" href=\"http://media.syracuse.com/design/alpha/css/moderate.css\" type=\"text/css\" >\n\t<script type=\"text/javascript\" defer src=\"http://media.syracuse.com/design/alpha/js/moderate.js\"></script>\n\n\t\t\t\n\t\t\n\t\t<script type=\"text/javascript\" src=\"/static/common/js/gw/gw.min.js\"></script>\n<script type=\"text/javascript\">setTimeout(ghostwriter.loadscripts,250);</script>\n<script type=\"text/javascript\">setTimeout(function(){\nghostwriter.flushloadhandlers();\n}, 10000);\n</script>\n\n\t</body>\n</html>\n\n\t\n\n\n\n"
  },
  {
    "path": "tests/data/html/talkingpointsmemo.com1.html",
    "content": "<!DOCTYPE html>\n<html lang='en'>\n<head>\n<meta charset='utf-8'>\n<meta content='IE=edge' http-equiv='X-UA-Compatible'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-4.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"ef71ff2500\",\"applicationID\":\"1865757\",\"transactionName\":\"e1hZQBdeCVtdRB9RF0xeVFgAQkpEUFlH\",\"queueTime\":5,\"applicationTime\":120,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VwAGV1RSGwIIUlRVAgY=\"};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]);</script>\n<meta content='iivVZJBLxzSBdse8fFugr6fbJu-DbSB1dhl_fs48KNQ' name='google-site-verification'>\n<meta content='TPM' property='og:site_name'>\n<meta content='12330256' property='fb:admins'>\n<meta content='da088b457e7d0e91a9f692968f1043c1' name='p:domain_verify'>\n\n\n<title>The Small Miracle You Haven't Heard About Amid the Carnage in Syria</title>\n<script src=\"//use.typekit.net/fwj1wkm.js\" type=\"text/javascript\"></script>\n<script>\n  try{Typekit.load();}catch(e){}\n</script>\n\n<script>\n  // chartbeat\n  var _sf_startpt=(new Date()).getTime();\n  var _sf_async_config = {};\n</script>\n<script>\n  // nielsen\n  (function() {\n  var d;\n  d = new Image(1, 1);\n  d.onerror = d.onload = function() {\n  return d.onerror = d.onload = null;\n  };\n  d.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-805825h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n  }).call(this);\n</script>\n<script>\n  // google analytics\n  var _gaq=_gaq||[];(function(){_gaq.push([\"_setAccount\",\"UA-927537-1\"]);_gaq.push([\"_setDomainName\",\".talkingpointsmemo.com\"]);_gaq.push([\"_setAllowHash\",false]);_gaq.push([\"_trackPageview\"]);_gaq.push([\"_trackEvent\",\"Units\",\"Skyboxes\",\"pageview\"]);var b=document.createElement(\"script\"),a=document.getElementsByTagName(\"script\")[0];b.type=\"text/javascript\";b.async=true;b.src=(\"https:\"===document.location.protocol?\"https://ssl\":\"http://www\")+\".google-analytics.com/ga.js\";a.parentNode.insertBefore(b,a)}());\n</script>\n<script>\n  // heap analytics\n  var heap=heap||[];heap.load=function(a){window._heapid=a;var b=document.createElement(\"script\");b.type=\"text/javascript\",b.async=!0,b.src=(\"https:\"===document.location.protocol?\"https:\":\"http:\")+\"//cdn.heapanalytics.com/js/heap.js\";var c=document.getElementsByTagName(\"script\")[0];c.parentNode.insertBefore(b,c);var d=function(a){return function(){heap.push([a].concat(Array.prototype.slice.call(arguments,0)))}},e=[\"identify\",\"track\"];for(var f=0;f<e.length;f++)heap[e[f]]=d(e[f])};\n  heap.load(\"8675309\");\n</script>\n<script>\n  (function() {\n    var userInfo = null;\n    if (userInfo)\n      heap.identify(userInfo);\n  })();\n</script>\n\n<link href=\"//douyfz3utcehi.cloudfront.net/assets/application-8a6eb18c286607742c749394562afef1.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"//douyfz3utcehi.cloudfront.net/assets/tpm-8809488519d40c56be08e41e5a2af75c.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"//fonts.googleapis.com/css?family=Lobster\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n<meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"7Rkesx9ims9Vx4tkP1LS8zelRPkzsoiqkByU0tS2KBs=\" name=\"csrf-token\" />\n<script>\n!function(){function n(n){return JSON.parse(n)}function o(n,o){return Object.prototype.hasOwnProperty.call(n,o)}var t,e=[],r={};t={_config:r,init:function(n){var o=window.jQuery;if(o){if(e){for(;e.length;){var t=e.shift();o(t)}e=null}n&&o(n)}else e.push(n)},get:function(n){return r[n]},set:function(n,o){r[n]=o},app:function(){return\"pivot\"},hostname:function(n){n||(n=t.app());var e=t.get(\"app_hosts\");if(o(e,n))return e[n];throw\"unknown hostname for app \"+n},url:function(n){var o=t.hostname(n.app),e=n.protocol||window.location.protocol;return e+\"//\"+o},messageHandler:function(e,r){function i(n,t){var e=p[n]||[];return p[n]=e,e.push(t),o(u,n)&&t(u[n],n),!0}function a(n){if(n.origin===e){var o=n.data,t=s(o,n),r=p[t.name]||[];u[t.name]=t.value,r.forEach(function(n){n(t.value,t.name)})}}if(\"object\"==typeof e&&(r=e,e=null),r=r||{},!e){if(!r.app)throw\"no origin specified\";e=t.url(r.app)}var p={},u={},s=r.parse||n;return window.addEventListener(\"message\",a),i},postMessage:function(n,o,e){var r=t.url({app:o}),i=JSON.stringify(e);n.postMessage(i,r)}},t.set(\"app_hosts\",{pivot:\"talkingpointsmemo.com\",discourse:\"forums.talkingpointsmemo.com\"}),window.TPM=window.TPM||t}();\n</script>\n<script>\n  (function() {\n    var data = {},\n        has = Object.hasOwnProperty,\n        keys = Object.keys,\n        copy = function(object){ return JSON.parse(JSON.stringify(object)); };\n    window.preloadStore = {\n      get: function(key) { if (has.call(data, key)) { return copy(data[key]); } },\n      set: function(key, value) { return data[key] = value; },\n      keys: function() { return keys.call(data); },\n      data: function() { return copy(data); }\n    };\n  }).call(this);\n</script>\n<script>\n    preloadStore.set(\"adUnits\", [{\"name\":\"leader_top\",\"width\":728,\"height\":90,\"path\":\"/1025406/TPM_728x90_Top\",\"targeting\":{},\"special\":null,\"size\":[728,90]},{\"name\":\"special_footer\",\"width\":600,\"height\":250,\"path\":\"/1025406/TPM_SpecialFooter\",\"targeting\":{},\"special\":null,\"size\":[600,250]},{\"name\":\"rect_right_one\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_1\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"rect_right_two\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_2\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"rect_right_three\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_5\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"rect_left_one\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_3\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"rect_left_two\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_4\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"rect_left_three\",\"width\":300,\"height\":250,\"path\":\"/1025406/TPM_300xFlex_5\",\"targeting\":{},\"special\":null,\"size\":[300,250]},{\"name\":\"leader_btm\",\"width\":728,\"height\":90,\"path\":\"/1025406/TPM_728x90_Bottom\",\"targeting\":{},\"special\":null,\"size\":[728,90]},{\"name\":\"contentad\",\"width\":640,\"height\":300,\"path\":\"/1025406/TPM_640xFlex_1\",\"targeting\":{},\"special\":null,\"size\":[640,300]},{\"name\":\"outbrain\",\"width\":640,\"height\":250,\"path\":\"/1025406/TPM_640xFlex_2\",\"targeting\":{},\"special\":null,\"size\":[640,250]},{\"name\":\"modal\",\"width\":1,\"height\":1,\"path\":\"/1025406/Modal_1x1\",\"targeting\":{},\"special\":null,\"size\":[1,1]},{\"name\":\"test_modal\",\"width\":1,\"height\":1,\"path\":\"/1025406/Modal_1x1_TEST\",\"targeting\":{},\"special\":null,\"size\":[1,1]},{\"name\":\"newsmax\",\"width\":300,\"height\":440,\"path\":\"/1025406/Newsmax\",\"targeting\":{},\"special\":null,\"size\":[300,440]}]);\n    preloadStore.set(\"adTargeting\", {\"membership\":[\"anonymous\"],\"section\":[\"ts\"],\"index\":[\"false\"],\"issues\":[\"labor\"],\"test\":[\"false\"],\"ad_partner\":[],\"sponsor\":[]});\n</script>\n<script>\n  /*!\n   * jQuery Cookie Plugin v1.4.0\n   * https://github.com/carhartl/jquery-cookie\n   *\n   * Copyright 2013 Klaus Hartl\n   * Released under the MIT license\n   */\n  var TPM=TPM||{};(function(e){if(typeof define===\"function\"&&define.amd){define([\"jquery\"],e)}else{e(TPM)}})(function(e){function h(e){return g.raw?e:encodeURIComponent(e)}function p(e){return g.raw?e:decodeURIComponent(e)}function d(e){return h(g.json?JSON.stringify(e):String(e))}function v(e){if(e.indexOf('\"')===0){e=e.slice(1,-1).replace(/\\\\\"/g,'\"').replace(/\\\\\\\\/g,\"\\\\\")}try{e=decodeURIComponent(e.replace(t,\" \"));return g.json?JSON.parse(e):e}catch(n){}}function m(e,t){var n=g.raw?e:v(e);return f(t)?t(n):n}var t=/\\+/g;var n=Array.prototype,r=Object.prototype,i=n.forEach,s=r.hasOwnProperty,o=r.toString,u=n.slice;var a=function(e,t){return s.call(e,t)};var f=function(e){return o.call(e)==\"[object Function]\"};var l=function(e,t,n){if(e==null)return;if(i&&e.forEach===i){e.forEach(t,n)}else if(e.length===+e.length){for(var r=0,s=e.length;r<s;r++){if(t.call(n,e[r],r,e)===breaker)return}}else{for(var o in e){if(a(e,o)){if(t.call(n,e[o],o,e)===breaker)return}}}};var c=function(e){l(u.call(arguments,1),function(t){if(t){for(var n in t){e[n]=t[n]}}});return e};var g=e.cookie=function(e,t,n){if(t!==undefined&&!f(t)){n=c({},g.defaults,n);if(typeof n.expires===\"number\"){var r=n.expires,i=n.expires=new Date;i.setDate(i.getDate()+r)}return document.cookie=[h(e),\"=\",d(t),n.expires?\"; expires=\"+n.expires.toUTCString():\"\",n.path?\"; path=\"+n.path:\"\",n.domain?\"; domain=\"+n.domain:\"\",n.secure?\"; secure\":\"\"].join(\"\")}var s=e?undefined:{};var o=document.cookie?document.cookie.split(\"; \"):[];for(var u=0,a=o.length;u<a;u++){var l=o[u].split(\"=\");var v=p(l.shift());var y=l.join(\"=\");if(e&&e===v){s=m(y,t);break}if(!e&&(y=m(y))!==undefined){s[v]=y}}return s};g.defaults={};e.removeCookie=function(t,n){if(e.cookie(t)===undefined){return false}e.cookie(t,\"\",c({},n,{expires:-1}));return!e.cookie(t)}})\n</script>\n<script>\n  (function() {\n  var useSSL = 'https:' == document.location.protocol;\n  var src = (useSSL ? 'https:' : 'http:') +\n  '//www.googletagservices.com/tag/js/gpt.js';\n  document.write('<scr' + 'ipt src=\"' + src + '\"></scr' + 'ipt>');\n  })();\n</script>\n<script>\nfunction setGACustomVar(t){var e=\"Monthly Frequency\",o=window._gaq;o&&(o.push([\"_setCustomVar\",4,e,t,1]),o.push([\"_trackEvent\",e,t,\"\",0,!0]))}function setDFPCustomTarget(t,e){t.frequency=e,preloadStore.set(\"adTargeting\",t),googletag.pubads().setTargeting(\"frequency\",e)}!function(){var t,e,o,a;TPM.cookie.json=!0,t=new Date,e=TPM.cookie(\"_tpm_profile\")||{},o=preloadStore.get(\"adTargeting\")||{};var n,s;n=[t.getUTCFullYear(),t.getMonth()+1,t.getDate()].join(\"-\"),s=e.pageViews,s&&s.date===n?s.count+=1:s={date:n,count:1},e.pageViews=s,s.count>=5&&(a=\"high\",setDFPCustomTarget(o,a));var r,u;r=[t.getUTCFullYear(),t.getMonth()+1].join(\"-\"),u=e.monthlyPageViews,u&&u.month===r?u.count+=1:u={month:r,count:1},e.monthlyPageViews=u,u.count>=90?(a=\"monthly90\",setDFPCustomTarget(o,a),setGACustomVar(a)):u.count>=60?(a=\"monthly60\",setDFPCustomTarget(o,a),setGACustomVar(a)):u.count>=30&&(a=\"monthly30\",setDFPCustomTarget(o,a),setGACustomVar(a)),TPM.cookie(\"_tpm_profile\",e,{expires:365,path:\"/\"}),TPM.cookie.json=!1}.call(this);\n</script>\n<script>\ngoogletag.pubads().setTargeting('membership', [\"anonymous\"]);\ngoogletag.pubads().setTargeting('section', [\"ts\"]);\ngoogletag.pubads().setTargeting('index', [\"false\"]);\ngoogletag.pubads().setTargeting('issues', [\"labor\"]);\ngoogletag.pubads().setTargeting('test', [\"false\"]);\ngoogletag.pubads().setTargeting('ad_partner', []);\ngoogletag.pubads().setTargeting('sponsor', []);\ngoogletag.defineSlot('/1025406/TPM_160x600_InArticle_1', [160, 600], 'div-gpt-in_article').addService(googletag.pubads());\ngoogletag.defineSlot('/1025406/TPM_Skin_Flex_1x1', [1, 1], 'div-gpt-skin').addService(googletag.pubads());\ngoogletag.defineSlot('/1025406/TPM_970x90', [970, 90], 'div-gpt-dropdown').addService(googletag.pubads());\ngoogletag.pubads().enableSyncRendering();\ngoogletag.enableServices();\n</script>\n\n<link href='/assets/mobile/apple-touch-icon-144x144-precomposed.png' rel='apple-touch-icon' sizes='144x144'>\n<link href='/assets/mobile/apple-touch-icon-120x120-precomposed.png' rel='apple-touch-icon' sizes='120x120'>\n<link href='/assets/mobile/apple-touch-icon-114x114-precomposed.png' rel='apple-touch-icon' sizes='114x114'>\n<link href='/assets/mobile/apple-touch-icon-72x72-precomposed.png' rel='apple-touch-icon' sizes='72x72'>\n<link href='/assets/mobile/apple-touch-icon-precomposed.png' rel='apple-touch-icon'>\n\n<script>\n    preloadStore.set(\"videoWall\", {\"color\":\"black\",\"video\":{\"mp4\":\"https://dawm7kda6y2v0.cloudfront.net/videos/video_walls/knick-08-14.mp4\",\"webm\":\"https://dawm7kda6y2v0.cloudfront.net/videos/video_walls/knick-08-14.webm\"},\"previewVideo\":{\"mp4\":\"https://dawm7kda6y2v0.cloudfront.net/videos/video_walls/knick-08-14-preview.mp4\",\"webm\":\"https://dawm7kda6y2v0.cloudfront.net/videos/video_walls/knick-08-14-preview.webm\"},\"skin\":{\"width\":1456,\"height\":850,\"url\":\"https://dawm7kda6y2v0.cloudfront.net/images/site-skins/knick-08-14.jpg\"},\"overlayURL\":\"//douyfz3utcehi.cloudfront.net/assets/play-overlay-52118dd611f2e3c017add74ee0d3b2dd.png\"});\n</script>\n\n<link href=\"/feed/all\" rel=\"alternate\" title=\"ATOM\" type=\"application/atom+xml\" />\n<meta content='{}' name='parsely-metadata'>\n<meta content='{\"title\":\"The Small Miracle You Haven&#x0027;t Heard About Amid the Carnage in Syria\",\"link\":\"http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement\",\"image_url\":\"http://img.talkingpointsmemo.com/image/upload/v1421193565/srsfsec46zegtlibvz1k.jpg\",\"type\":\"post\",\"section\":\"ts\",\"author\":\"Malcolm Harris\",\"pub_date\":\"2015-01-14T14:40:00Z\",\"post_id\":\"232010\",\"tags\":[]}' name='parsely-page'>\n<meta content='Talking Points Memo' property='og:site_name'>\n<meta content='It’s a familiar scene: Young people in a makeshift press center sitting around laptops talking about the best way to post a video. Facebook first, or their own news page? Skype isn’t working. When a TV station calls her cell, one woman shushes the room with a waved hand. Behind the camera is Zanyar Omrani, a friendly journalist smuggled in and given permission to record. They could be activists anywhere in the world, except the walls are lined with AK-47s and outside everything is rubble.' property='og:description'>\n<meta content='http://a1.img.talkingpointsmemo.com/image/upload/c_fill,fl_keep_iptc,g_faces,h_365,w_652/srsfsec46zegtlibvz1k.jpg' property='og:image'>\n<meta content=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\" property='og:title'>\n<meta content='article' property='og:type'>\n<meta content='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' property='og:url'>\n\n\n<!--[if lt IE 9 ]>\n<script src='//html5shiv.googlecode.com/svn/trunk/html5.js'></script>\n<![endif]-->\n</head>\n<body class='bd-article bd-article-ts  bd-not-prime user-not-signed-in' id='bd-article:232010' lang='en'>\n<script>\n  // facebook\n  (function(){\n    window.fbAsyncInit=function(){return FB.init({appId:\"101800829865996\",channelUrl:window.location.toString().replace(/^https?:(\\/\\/[^\\/]*).*$/,\"$1/channel.php\"),status:true,cookie:true,xfbml:true})};(function(c,e){var b,a;if(c.getElementById(e)){return}a=c.getElementsByTagName(\"script\")[0];b=c.createElement(\"script\");b.id=e;b.async=true;b.src=\"//connect.facebook.net/en_US/all.js\";return a.parentNode.insertBefore(b,a)})(document,\"facebook-jssdk\");\n  })();\n  // comscore\n  (function(){\n  var el,s;window._comscore||(window._comscore=[]);_comscore.push({c1:\"2\",c2:\"9899188\"});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);\n  })();\n  // quantcast\n  (function(){\n  var a,b;window._qevents||(window._qevents=[]);a=document.createElement(\"script\");b=document.getElementsByTagName(\"script\")[0];a.src=(document.location.protocol===\"https:\"?\"https://secure\":\"http://edge\")+\".quantserve.com/quant.js\";a.async=!0;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b);\n  })();\n</script>\n\n<div id='div-gpt-skin' data-cb-ad-id='skin'>\n<script type='text/javascript'>\ngoogletag.display('div-gpt-skin');\n</script>\n</div>\n\n<div class=\"ad-slot no-disclaimer ad-modal\"  style=\"min-width: 1px; min-height: 1px;\" >\n  <script type=\"text/x-ad-slot\" data-unit='modal' data-targeting='{}'></script>\n</div>\n\n<div id='takeover'></div>\n<div id='fb-root'></div>\n<div id='container'>\n<header class='site-header' id='header'>\n<div class='row' id='logo-row'>\n<div class='pull-left'>\n<a href='http://talkingpointsmemo.com/' id='logo'>\n<img alt='TPM' src='//douyfz3utcehi.cloudfront.net/assets/hplogo-cd23d0b78ce9b45cd9ac74543d644055.jpg'>\n</a>\n<a class='tips-link' href='mailto:talk@talkingpointsmemo.com'>\nSend Comments &amp; News Tips\n</a>\n</div>\n<div class='pull-left'>\n<div class=\"ad-slot no-disclaimer \"  style=\"min-width: 728px; min-height: 90px;\" >\n  <script type=\"text/x-ad-slot\" data-unit='leader_top' data-targeting='{}'></script>\n</div>\n\n</div>\n<div class='pull-right nav-drop-downs'>\n<div class='prime dropdown'>\n<a class='prime-dropdown' data-toggle='dropdown' href='#'>\n<img src='//douyfz3utcehi.cloudfront.net/assets/primedropdown-b4061d2f5fcc5f1658ead27a70b596cc.png'>\n</a>\n<ul class='dropdown-menu'>\n<li>\n<a href='/prime/account/new'>Join Prime</a>\n</li>\n<li class='prime-nav-item' id='prime-nav-bookmarks'>\n<a href=\"#\" id=\"nav-a-bookmarks\">Bookmarks\n<span id='nav-bookmark-count'>\n&#9733;\n</span>\n</a></li>\n<li class='prime-nav-item prime' id='prime-nav-new-for-you'>\n<a href=\"#\" id=\"nav-a-new-for-you\">New To You\n</a></li>\n<li class='prime-nav-item'>\n<a href='/longform'>Longform</a>\n</li>\n<li class='prime-nav-item'>\n<a href=\"/prime/account/new#forums\" id=\"nav-a-forums\">The Hive</a>\n</li>\n</ul>\n</div>\n<div class='sign-in'>\n<div class='dropdown sign-in-dropdown'>\n<a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"sign-in-link\">Sign In</a>\n<div class='dropdown-menu pd sign-in-dropdown'>\n<form accept-charset=\"UTF-8\" action=\"/users/sign_in\" class=\"simple_form user-form\" data-validate=\"true\" id=\"new_user\" method=\"post\" novalidate=\"novalidate\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"7Rkesx9ims9Vx4tkP1LS8zelRPkzsoiqkByU0tS2KBs=\" /></div><div class='inputs' id='login-inputs'>\n<div class=\"control-group string optional user_login\"><div class=\"controls\"><input autofocus=\"autofocus\" class=\"string optional\" id=\"user_login\" name=\"user[login]\" placeholder=\"Username or Email\" size=\"50\" type=\"text\" /></div></div>\n<div class=\"control-group password optional user_password\"><div class=\"controls\"><input class=\"password optional\" id=\"user_password\" name=\"user[password]\" placeholder=\"Password\" size=\"50\" type=\"password\" /></div></div>\n<div class='control-group clearfix'>\n<div class='links'>\n<a href=\"/users/password/new\">Forgot password?</a>\n<a href=\"/users/sign_up\">Sign Up</a>\n</div>\n<div class='sign-in-button'>\n<input class=\"btn btn btn-primary btn-sign-in\" name=\"commit\" type=\"submit\" value=\"Sign In\" />\n</div>\n</div>\n</div>\n</form>\n\n<script>//<![CDATA[\nif(window.ClientSideValidations===undefined)window.ClientSideValidations={};window.ClientSideValidations.disabled_validators=[];window.ClientSideValidations.number_format={\"separator\":\".\",\"delimiter\":\",\"};if(window.ClientSideValidations.patterns===undefined)window.ClientSideValidations.patterns = {};window.ClientSideValidations.patterns.numericality=/^(-|\\+)?(?:\\d+|\\d{1,3}(?:\\,\\d{3})+)(?:\\.\\d*)?$/;if(window.ClientSideValidations.remote_validators_prefix===undefined)window.ClientSideValidations.remote_validators_prefix='';if(window.ClientSideValidations.forms===undefined)window.ClientSideValidations.forms={};window.ClientSideValidations.forms['new_user'] = {\"type\":\"SimpleForm::FormBuilder\",\"error_class\":\"help-inline\",\"error_tag\":\"span\",\"wrapper_error_class\":\"error\",\"wrapper_tag\":\"div\",\"wrapper_class\":\"control-group\",\"wrapper\":\"bootstrap\",\"validators\":{\"user[password]\":{\"length\":[{\"messages\":{\"minimum\":\"is too short (minimum is 6 characters)\",\"maximum\":\"is too long (maximum is 128 characters)\"},\"allow_blank\":true,\"minimum\":6,\"maximum\":128}]}}};\n//]]></script>\n</div>\n</div>\n\n</div>\n</div>\n</div>\n<nav class='main-nav'>\n<div class='sections dropdown'>\n<a data-toggle='dropdown' href='#'>\n<i class='fa fa-bars'></i>\nSections\n</a>\n<ul class='dropdown-menu'>\n<li><a href=\"/news\" class=\"nav-news-all\">All News</a></li>\n<li><a href=\"/livewire\">Livewire</a></li>\n<li><a href=\"/edblog\">Editor&#x27;s Blog</a></li>\n<li><a href=\"/dc\" class=\"nav-news-tpmdc\">TPM DC</a></li>\n<li><a href=\"/cafe\">TPM Cafe</a></li>\n<li><a href=\"/ts\">The Slice</a></li>\n<li><a href=\"/muckraker\" class=\"nav-news-muckraker\">Muckraker</a></li>\n<li><a href=\"/world-news\">World News</a></li>\n<li><a href=\"/longform\" class=\"nav-news-idealab\">Longform</a></li>\n<li><a href=\"/fivepoints\" class=\"nav-news-fivepoints\">5 Points</a></li>\n<li><a href=\"/idealab\" class=\"nav-news-idealab\">Idealab</a></li>\n<li><a href=\"http://polltracker.talkingpointsmemo.com/\">Poll Tracker</a></li>\n<li><a href=\"http://store.talkingpointsmemo.com/\">Store</a></li>\n</ul>\n</div>\n<div class='since'>\nPublished Since 2000\n</div>\n<div class='search dropdown'>\n<a data-toggle='dropdown' href='#'>\n<i class='fa fa-search'></i>\n</a>\n<div class='dropdown-menu'>\n<form accept-charset=\"UTF-8\" action=\"/search\" id=\"cse-search-box\" method=\"get\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /></div>\n<input class='search-query' id='search' name='q' placeholder='Search...' type='search'>\n<input name='cx' type='hidden' value='partner-pub-7451232131633930:5915231553'>\n<input name='cof' type='hidden' value='FORID:10'>\n<input name='ie' type='hidden' value='UTF-8'>\n</form>\n\n<script src=\"//www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en\" type=\"text/javascript\"></script>\n\n</div>\n</div>\n</nav>\n<div class='row-fluid' id='prime-nav-row'>\n<div class='span12'>\n<div id='prime-subnav-bookmarks'>\n<div class='prime-subnav'>\n<div class='pd'>\n<div class='prime-gate modal bookmarks' style='position: relative; top: auto; left: auto; right: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;'>\n<div class='modal-header'>\n<h2>\nSorry, this feature is only available to TPM Prime members\n</h2>\n</div>\n<div class='modal-body'>\n<div class='tc'>\n<a href=\"/prime/account/new#bookmarks\" class=\"btn btn-primary btn-large\">Subscribe To Prime</a>\n<br>\n<br>\nAlready have an account?\n<a href=\"/users/sign_in\">Sign In</a>\n</div>\n</div>\n<div class='modal-footer tl'>\n<strong>Save articles to read later</strong> <br>In a hurry? <em>Bookmarks</em> allow you to save an article to read later at your convenience. There isn't a limit, either, so you can store your favorites, too.\n<a href=\"/prime/account/new#bookmarks\">More Info &rarr;</a>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n<div id='prime-subnav-new-for-you'>\n<div class='prime-subnav'>\n<div class='pd'>\n<div class='prime-gate modal nfy' style='position: relative; top: auto; left: auto; right: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;'>\n<div class='modal-header'>\n<h2>\nSorry, this feature is only available to TPM Prime members\n</h2>\n</div>\n<div class='modal-body'>\n<div class='tc'>\n<a href=\"/prime/account/new#new-for-you\" class=\"btn btn-primary btn-large\">Subscribe To Prime</a>\n<br>\n<br>\nAlready have an account?\n<a href=\"/users/sign_in\">Sign In</a>\n</div>\n</div>\n<div class='modal-footer tl'>\n<strong>Dont ever miss an article again.</strong> <br><em>New To You</em> shows you everything posted since your last visit in a simple, scrollable list.\n<a href=\"/prime/account/new#new-for-you\">More Info &rarr;</a>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div>\n</div>\n</header>\n\n<div class='container' id='body'>\n<div style='margin-bottom: 20px'>\n<div id='div-gpt-dropdown' data-cb-ad-id='dropdown'>\n<script type='text/javascript'>\ngoogletag.display('div-gpt-dropdown');\n</script>\n</div>\n\n</div>\n<div id='article-content'>\n<div class='ts-section-header'>\n<a href='/ts'>\n<img alt='The Slice' src='//douyfz3utcehi.cloudfront.net/assets/slicearticlelogo-2aa7547f92f1ffbb3a3989e4007c62da.png'>\n</a>\n<div class='tagline'>stories that cut to the quick</div>\n</div>\n<div class='row'>\n<div class='top-social-buttons clearfix'>\n<div class='other-sites clearfix'>\n<a class='social-button facebook-share facebook-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\">\n<i class='fa fa-facebook'></i>\n<span class='button-text'>\nShare\n</span>\n</a>\n\n<a class='social-button tweet twitter-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria @TPM\">\n<i class='fa fa-twitter'></i>\n<span class='button-text'>\nTweet\n</span>\n</a>\n\n<a class='social-button pin-it pinterest-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank'>\n<i class='fa fa-pinterest'></i>\n<span class='button-text'>\nPin-it\n</span>\n</a>\n\n</div>\n<div class='our-services clearfix'>\n<a class='social-button bookmark disabled' data-toggle='modal' href='#bookmark-modal'>\n<i class='fa fa-bookmark'></i>\n<span class='button-text'>\nBookmark\n</span>\n</a>\n\n<a class='social-button comments comments-icon' href='javascript:void(0);'>\n<i class='fa fa-comment'></i>\n<span class='button-text'>\nComment\n</span>\n</a>\n\n</div>\n</div>\n<div class='main-article-image-container'>\n<img alt=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\" class=\"article-image\" height=\"560\" src=\"http://a1.img.talkingpointsmemo.com/image/upload/c_fill,g_faces,h_560,w_1005/srsfsec46zegtlibvz1k\" width=\"1005\" />\n<div class='image-credit'>\n\n</div>\n</div>\n<article class='main'>\n<header>\n<h1>The Small Miracle You Haven't Heard About Amid the Carnage in Syria</h1>\n</header>\n<section class='byline'>\n<span class=\"byline-tag is-right-padded\">By</span><span class=\"byline-content is-right-padded\">Malcolm Harris</span>\n<span class='byline-divider'>\n|\n</span>\n<span class='published-at'>January 14, 2015</span>\n<div class='page-counts'>\n<div class='fb-like article-like-button' data-action='like' data-layout='button_count'></div>\n</div>\n</section>\n<section class='story clearfix'>\n<div class='side-social-buttons'>\n<a class='facebook icon facebook-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\">\n<i class='fa fa-facebook'></i>\n</a>\n<a class='twitter icon twitter-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria @TPM\">\n<i class='fa fa-twitter'></i>\n</a>\n<a class='tumblr icon tumblr-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\">\n<i class='fa fa-tumblr'></i>\n</a>\n<a class='pinterest icon pinterest-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank'>\n<i class='fa fa-pinterest'></i>\n</a>\n<a class='reddit icon reddit-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\">\n<i class='fa fa-reddit-square'></i>\n</a>\n<a class='email icon' href=\"mailto:?subject=The Small Miracle You Haven't Heard About Amid the Carnage in Syria&amp;body=Check out this article on TPM: http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement\">\n<i class='fa fa-envelope'></i>\n</a>\n<a class='comments icon comments-icon' href='javascript:void(0);'>\n<i class='fa fa-comment'></i>\n</a>\n</div>\n\n<div class='pull-left in-article-ad'>\n\n</div>\n<div class='story-teaser'>\n<p>It’s a familiar scene: Young people in a makeshift press center sitting around laptops talking about the best way to post a video. Facebook first, or their own news page? Skype isn’t working. When a TV station calls her cell, one woman shushes the room with a waved hand. Behind the <a href=\"https://www.facebook.com/video.php?v=499287636876773\">camera</a> is Zanyar Omrani, a friendly journalist smuggled in and given permission to record. They could be activists anywhere in the world, except the walls are lined with AK-47s and outside everything is rubble.</p>\n</div>\n<div class='story-body'>\n<div class='pull-right ml'>\n<div class=\"ad-slot \"  style=\"min-width: 300px; min-height: 250px;\" >\n  <script type=\"text/x-ad-slot\" data-unit='rect_right_one' data-targeting='{}'></script>\n</div>\n\n</div>\n<p>In the beginning of October, Islamic State forces surrounded and besieged the Kurdish town of Kobane in northern Syria at the border with Turkey. IS had swept through Iraq quickly, picking up American tanks and mortars abandoned by the fleeing Iraqi army along the way. Observers feared a humanitarian disaster akin to the IS massacre of ethnic Yazidis on Mount Sinjar in August. The Pentagon <a href=\"https://www.youtube.com/watch?v=5WZrS3t-e5I\">insisted</a> that, with no ground troops to fight, Kobane could not be saved. Turkish tanks sat at the border, waiting for an IS victory and a possible ground invasion.</p>\r\n\r\n<p>Months after it was supposed to fall, Kobane still stands, and IS has been forced back. The story of the town’s resistance is an epic tale of determination and self-defense, and it’s one U.S. officials would rather not discuss. When the Pentagon claimed there were no ground troops in Kobane, they weren’t exactly telling the truth. In 2012, Syrian forces withdrew from three northern areas, leaving their administration and defense to the Kurdish Freedom Movement. Now the three territories hold more than four million people, half of them refugees from the Syrian civil war or the Islamic State’s advance, and many of them armed and organized. Kobane is one of the three territories that together constitute the autonomous region of Rojava, and it endures today because of the fiercely egalitarian society the people have built, the kind idealized by many leftists around the world.</p>\r\n\r\n<p>Most Americans, even the ones who pay close attention to national involvement in the Middle East, have little to no idea about what has been happening in Kobane. The Pentagon has been less than forthcoming with support for these enemies of our enemies; their fighters are still on the State Department <a href=\"http:///h\">list of foreign terrorist organizations</a>. The American media has more or less ignored the political project in Rojava; they’ve been more comfortable painting Kurds as desperate fighters fending off the Islamic State. Besides, there are a lot of acronyms and complicated political affiliations to sort through. But while America isn’t watching, something incredible is happening. At the geographical nexus of so many of the world’s conflicts, a new post-national project is emerging.</p>\r\n\r\n<p><img src=\"http://a5.img.talkingpointsmemo.com/image/upload/w_652/afrzgegbik128tjoin3r.jpg\"></p>\r\n\r\n<p>First, a little history and some acronyms. Because of our invasion of Iraq, when Americans think of Kurds, we tend to think of the Kurdistan Regional Government (KRG) that controls the oil-rich northern part of the country. It’s a moderate, stable region, and if there were victors of the American invasion, the KRG probably tops the list. Their president, Massoud Barzani, recently <a href=\"http://time.com/time-person-of-the-year-runner-up-massoud-barzani/\">finished</a> high on <i>Time</i>’s Person Of The Year list. But the KRG and their peshmerga fighters don’t control Rojava. The governing party there is the Democratic Union Party (PYD), a Syrian affiliate of the Kurdish Worker’s Party (PKK), which is a Marxist political organization founded in Ankara in 1978 that took up arms against Turkey for Kurdish independence.<br class=\"kix-line-break\"><br class=\"kix-line-break\">The PKK’s operations underwent a shift after founder and leader Abdullah Öcalan was captured by Turkey in 1999. The group had established an operations base in the Qandil Mountains at the Iran-Iraq border, but with the Soviet Union dissolved and old sources of support drying up, the Marxist-Leninist revolutionaries were stuck at a historical crossroads. They unilaterally put down their guns, then picked them up again five years later. In 2005, his death sentence reduced to life in prison, Öcalan made a surprising announcement: He renounced nationalism. The PKK and its affiliates followed suit, dropping the fight for a seat at the UN and adopting a unique political ideology called democratic confederalism. When the Syrian government withdrew from what would be Rojava in 2012, they did not declare independence despite controlling the territory. Just when the world’s largest stateless group finally seems poised to join the modern nation state system, when the dream of a Kurdistan (if not a united one) in northern Iraq is nearly at hand, the PKK has abandoned its foundational agenda. What happened? The simplest answer is they thought of a better idea.\r\n<br class=\"kix-line-break\">Despite being Turkey’s most notorious prisoner, Öcalan has kept in communication with his comrades (that’s what they call each other) through his writing, some of which has been translated for a western audience that has so far yet to appear. In a <a href=\"http://www.freeocalan.org/wp-content/uploads/2012/09/Ocalan-Democratic-Confederalism.pdf\">pamphlet</a> on democratic confederalism, Öcalan laid out the premise for his unexpected turn: \r\n</p><blockquote>So far, with a view to issues of ethnicity and nationhood like the Kurdish question, which have their roots deep in history and at the foundations of society, there seemed to be only one viable solution: the creation of a nation-state, which was the paradigm of the capitalist modernity at that time. We did not believe, however, that any ready-made political blueprints would be able to sustainably improve the situation of the people in the Middle East. Had it not been nationalism and nation-states which had created so many problems in the Middle East?</blockquote>\r\n\r\n<p>The Kurdish freedom struggle, he explains, had always been about “liberating the society and democratizing it” and resisting “the global domination of the modern capitalist system.” Inspired by decolonization struggles throughout the global south, the PKK’s founders followed their model, attempting a Maoist guerrilla war strategy to establish their own nation. They were always a little behind the times; by the PKK’s founding in 1978, the Cold War period of national liberation had drawn to a close. Even if, against all odds, they were to win, the most likely outcome would be a Cuba-style trade embargo enforced by Turkey. The organization needed a new vision, and democratic confederalism was Öcalan’s answer.</p>\r\n\r\n<p></p><div class=\"pq-left\" style=\"margin-left:-82px;border-color: #000000\">At the geographical nexus of so many of the world’s conflicts, a new post-national project is emerging.</div>\r\n\r\n<p>So what is democratic confederalism? Öcalan calls it “a non-state political administration” or a “democracy without a state.” Instead of centralizing political power in a government, confederalism views society holistically, as an association of associations of intrinsically social people. It aspires to flatten the divisions the state places between public, productive and domestic life, linking together sewing cooperatives, neighborhood communes, refugee assistance groups, schools and self-defense forces in a common framework. The higher levels of organization exist to facilitate the grassroots, and decisions flow from the bottom to the top. It’s designed to work without, beneath, between and against nation-states, depending on the situation. Like the Islamic State, democratic confederalism does not recognize borders except as obstacles to overcome. “It is flexible, multi-cultural, anti-monopolistic, and consensus-oriented,” Öcalan writes. “Ecology and feminism are central pillars.”</p><div class=\"ml pull-right\">\n<div class=\"ad-slot \" style=\"min-width: 300px; min-height: 250px;\">\n  <script type=\"text/x-ad-slot\" data-unit=\"rect_right_two\" data-targeting=\"{}\"></script>\n</div>\n</div>\r\n\r\n<p>This sounds like the hippie rhetoric of an Occupy Wall Street press release, not the ideological program of an armed group holding territory in wartorn northern Syria. Many of us think of the Middle East as one of the most repressive and authoritarian regions, and what’s happening here is the polar opposite. Stereotypes about the Middle East being nationalist, even xenophobic,  have left Americans unprepared to hear about an inclusive, egalitarian platform from someone named “Abdullah.” </p>\r\n\r\n<p>The one aspect of Rojava’s struggle that has captivated the western media— from <a href=\"http://www.breitbart.com/national-security/2014/10/13/female-kurdish-fighter-mayassa-abdo-leads-fights-against-isis-in-kobane/\">Breitbart.com</a> to <a href=\"http://www.marieclaire.com/culture/news/a6643/these-are-the-women-battling-isis/\"><i>Elle</i></a>—are the Women’s Protection Units (YPJ), the female-only wing of Rojava’s army. The bands of women study political theory, sing, dance, eat and fight the Islamic State to the death for territory. Always intrigued by young women toting big guns, English-language publications have removed these fighters from their political context in order to make IS look barbaric by comparison. But even as these articles throw around terms like “hero,” they have still managed to undersell the YPJ’s accomplishments.</p>\r\n\r\n<p><img src=\"http://a5.img.talkingpointsmemo.com/image/upload/w_652/rfjaquxyikt222bllkfo.jpg\"></p>\r\n\r\n<p>Democratic confederalism takes a hard line on the role of women in society. While Americans may like the picture of sexy young women smiling while they kill IS soldiers, their official program verges on what Reddit might call “misandry.”</p>\r\n\r\n<p>“The fundamental question is why man is so jealous, dominant and villainous where woman is concerned,” Öcalan <a href=\"http://www.pkkonline.com/en/index.php?sys=article&amp;artID=230\">writes</a>, “why he continues to play the rapist.” He calls for a “total divorce” from “the five-thousand-years-old culture of male domination,” including but not limited to capitalism, the state, the nuclear family, prisons and the constructed gender binary. Part of the practical application of this theory includes the formation of women-only organizations like the YPJ, which operate alongside rather than beneath gender-integrated associations like the People’s Protection Units (YPG). Decision-making in Rojava at all levels requires a quota of 40 percent women, and every municipality is led by a male-female team. Hardly the stagnant, patriarchal image Americans assign to Middle Eastern communities. </p>\r\n\r\n<p>It’s an idealistic agenda, and an audacious one, especially given the Kurds’ precarious geo-political position. But democratic confederalism is a resourceful strategy, a way to marshall and combine all of a society’s resources without unaffordable inefficiencies like profit and patriarchal domination. Does it work? In late 2011, a group of German activists traveled into the PKK-controlled area of eastern Turkey to see how, six years after Öcalan’s call, democratic confederalism was progressing in the shadow of the state. They <a href=\"http://new-compass.net/publications/democratic-autonomy-north-kurdistan\">interviewed</a> members of many organizations, from pickle-producers and teachers to political and military leaders, and what they found was the embryo of a new society. Localities have “peace committees” to resolve disputes without the threat of jail. Women’s councils enforce social isolation for spousal abuse. In the city of Gewer, the children’s council designed the playground. To break cycles of inter-family revenge, legal committees seek a peaceful and consensual solution “even in cases of murder.”</p>\r\n\r\n<p>Although IS hasn’t been completely cleared from Kobane, it now seems clear the YPG and YPJ will win, if only by the smallest margin. Without the egalitarian social framework, there’s little doubt the town would have been lost, as American officials expected. Instead, the defense of Kobane was a lesson in the geopolitical importance of democracy beyond the state. In the wake of America’s Occupy moment, many on the left have been looking for a vision of horizontalism that lasts longer than a pop-up sneaker store. Rojava shows us it’s possible.</p>\r\n\r\n<p><i>Malcolm Harris is an editor at The New Inquiry and a writer based in Brooklyn.</i></p>\n</div>\n</section>\n<footer class='article-footer'>\n<div class='row-fluid'>\n</div>\n<div class='bottom-social-buttons clearfix'>\n<div class='like-container'>\nLike us on Facebook\n<div class='fb-like article-like-button' data-action='like' data-href='https://www.facebook.com/talkingpointsmemo' data-layout='button_count'></div>\n</div>\n<div class='other-sites clearfix'>\n<a class='social-button comments comments-icon' href='javascript:void(0);'>\n<i class='fa fa-comment'></i>\n<span class='button-text'>\nComment\n</span>\n</a>\n\n<a class='social-button facebook-share facebook-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria\">\n<i class='fa fa-facebook'></i>\n<span class='button-text'>\nShare\n</span>\n</a>\n\n<a class='social-button tweet twitter-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank' title=\"The Small Miracle You Haven't Heard About Amid the Carnage in Syria @TPM\">\n<i class='fa fa-twitter'></i>\n<span class='button-text'>\nTweet\n</span>\n</a>\n\n<a class='social-button pin-it pinterest-widget-link' href='http://talkingpointsmemo.com/ts/why-is-america-ignoring-kurdish-freedom-movement' target='blank'>\n<i class='fa fa-pinterest'></i>\n<span class='button-text'>\nPin-it\n</span>\n</a>\n\n</div>\n</div>\n\n<div id='article-footer-sponsors'></div>\n\n<aside data-id='232010' id='comments'></aside>\n\n<div id='readmore-thumbnails'></div>\n\n</footer>\n</article>\n</div>\n<div aria-hidden='true' class='modal hide fade' id='bookmark-modal' role='dialog' tabindex='-1'>\n<div class='modal-header tl'>\n<button aria-hidden='true' class='close' data-dismiss='modal' type='button'>×</button>\n<h2>\nBookmarking is a TPM Prime feature\n</h2>\n</div>\n<div class='modal-body'>\n<div class='tc'>\n<a href=\"/users/sign_in\" class=\"btn btn-primary btn-large\">Subscribe To Prime</a>\n<br>\n<br>\nAlready have an account?\n<a href=\"/users/sign_in\">Sign In</a>\n</div>\n</div>\n<div class='modal-footer tl'>\n<strong>Save articles to read later</strong> <br>In a hurry? <em>Bookmarks</em> allow you to save an article to read later at your convenience. There isn't a limit, either, so you can store your favorites, too.\n<a href=\"/prime/account/new\">More Info &rarr;</a>\n</div>\n</div>\n\n</div>\n\n</div>\n</div>\n<div class='row' style='width:728px;margin:auto'>\n<div class='span9 offset1' style='padding-top: 1em;margin:auto'>\n<div class=\"ad-slot no-disclaimer \"  style=\"min-width: 728px; min-height: 90px;\" >\n  <script type=\"text/x-ad-slot\" data-unit='leader_btm' data-targeting='{}'></script>\n</div>\n\n</div>\n</div>\n<footer class='container page-footer' id='footer'>\n<div class='site-social-icons clearfix'>\n<a class='pull-left' href='http://facebook.com/talkingpointsmemo' target='_blank'>\n<i class='fa fa-facebook'></i>\n</a>\n<a class='pull-right' href='http://twitter.com/tpm' target='_blank'>\n<i class='fa fa-twitter'></i>\n</a>\n</div>\n<div class='navbar clearfix footer-links'>\n<div class='navbar-inner pull-left'>\n<ul class='nav'>\n<li>\n<a href='/'>Home</a>\n</li>\n<li>\n<a href='/about'>About TPM</a>\n</li>\n<li>\n<a href='/terms-of-use'>Terms Of Use</a>\n</li>\n<li>\n<a href='/privacy'>Privacy Policy</a>\n</li>\n<li>\n<a href='/jobs'>Jobs & Internships</a>\n</li>\n</ul>\n</div>\n<a class='footer-home' href='/'>\n<img alt='Home' src='//douyfz3utcehi.cloudfront.net/assets/mastheadlogo-fe52087b46bdcb7c8105de33746a2be0.jpg'>\n</a>\n<div class='navbar-inner pull-right'>\n<ul class='nav'>\n<li>\n<a href='/press'>Press</a>\n</li>\n<li>\n<a href='/faq'>FAQ</a>\n</li>\n<li>\n<a href='/press-releases'>Press Releases</a>\n</li>\n<li>\n<a href='http://status.talkingpointsmemo.com/'>Check Site Status</a>\n</li>\n<li>\n<a href='/advertise'>Advertise</a>\n</li>\n<li>\n<a href='/contact-us'>Contact Us</a>\n</li>\n</ul>\n</div>\n</div>\n<section class='masthead'>\n<div class='row'>\n<div class='left-column'>\n<div class='span2'>\n<dl>\n<dt>Editor & Publisher</dt>\n<dd><a href=\"/profile/josh-m\">Josh Marshall</a></dd>\n</dl>\n<dl>\n<dt>Managing Editor</dt>\n<dd><a href=\"/profile/david-kurtz\">David Kurtz</a></dd>\n</dl>\n<dl>\n<dt>Associate Editor</dt>\n<dd><a href=\"/profile/nickmartin\">Nick Martin</a></dd>\n</dl>\n<dl>\n<dt>Features Editor</dt>\n<dd><a href=\"/profile/nona\">Nona Willis Aronowitz</a></dd>\n</dl>\n</div>\n<div class='span2'>\n<dl>\n<dt>Reporters</dt>\n<dd><a href=\"/profile/sahil\">Sahil Kapur</a></dd><dd><a href=\"/profile/dylanlscott13\">Dylan Scott</a></dd><dd><a href=\"/profile/danielstrauss\">Daniel Strauss</a></dd><dd><a href=\"/profile/catherine\">Catherine Thompson</a></dd>\n</dl>\n</div>\n<div class='span2'>\n<dl>\n<dt>Newswriters</dt>\n<dd><a href=\"/profile/caitlinmacneal\">Caitlin Mac Neal</a></dd><dd><a href=\"/profile/brendanjames\">Brendan James</a></dd><dd><a href=\"/profile/ahiza-garcia\">Ahiza Garcia</a></dd><dd><a href=\"/profile/tracywalsh\">Tracy Walsh</a></dd>\n</dl>\n</div>\n</div>\n<div class='right-column'>\n<div class='span2'>\n<dl>\n<dt>General Manager & General Counsel</dt>\n<dd><a href=\"/profile/millet\">Millet Israeli</a></dd>\n</dl>\n<dl>\n<dt>VP, Ad & Creative Solutions</dt>\n<dd><a href=\"/profile/amandatpm\">Amanda Hale</a></dd>\n</dl>\n<dl>\n<dt>Manager of Creative Solutions</dt>\n<dd><a href=\"/profile/derick\">Derick Dirmaier</a></dd>\n</dl>\n</div>\n<div class='span2'>\n<dl>\n<dt>Deputy Publisher & VP of Operations</dt>\n<dd><a href=\"/profile/tpmjoe\">Joe Ragazzo</a></dd>\n</dl>\n<dl>\n<dt>Engagement Editor</dt>\n<dd><a href=\"/profile/alanalevinson\">Alana Levinson</a></dd>\n</dl>\n<dl>\n<dt>Publishing Fellow</dt>\n<dd><a href=\"/profile/gayatrisuren\">Gayatri Surendranathan</a></dd>\n</dl>\n</div>\n<div class='span2'>\n<dl>\n<dt>Director of Technology</dt>\n<dd><a href=\"/profile/woz\">Matthew Wozniak</a></dd>\n</dl>\n<dl>\n<dt>Developers</dt>\n<dd><a href=\"/profile/ericxu\">Eric Xu</a></dd><dd><a href=\"/profile/toml\">Tom Lewandowski</a></dd>\n</dl>\n<dl>\n<dt>Design Fellow</dt>\n<dd><a href=\"/profile/cfrapech\">Christine Frapech</a></dd>\n</dl>\n</div>\n</div>\n</div>\n\n</section>\n<div class='copyright'>\n&copy; 2015 TPM Media LLC. All Rights Reserved.\n</div>\n</footer>\n\n<div data-article-type='ts' data-id='232010' id='readmore-arrows'></div>\n\n\n<script src=\"//code.jquery.com/jquery-1.10.2.min.js\" type=\"text/javascript\"></script>\n<script src=\"//douyfz3utcehi.cloudfront.net/assets/application-1b202c74a7e852169cfa04c2ce6f0832.js\" type=\"text/javascript\"></script>\n<script>\n  TPM.articleID = \"232010\";\n</script>\n\n<script>\n  $(function() {\n    if ($('body').hasClass('user-not-signed-in')) {\n      $('#comment-signin-msg').show();\n    }\n  });\n</script>\n\n<script>\n  // quantcast\n  (function(){\n  window._qevents.push({qacct:\"p-e4jyI3LvAd-Dc\"});\n  })();\n  // chartbeat\n  (function(){\n  var e,t;_sf_async_config.uid=986,_sf_async_config.domain=\"talkingpointsmemo.com\";_sf_async_config.useCanonical=!0,e=function(){var e;return window._sf_endpt=(new Date).getTime(),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_pub.js\"),document.body.appendChild(e)},t=window.onload,window.onload=typeof window.onload!=\"function\"?e:function(){return t(),e()}\n  })();\n  \n  var _cbq = window._cbq || [];\n  _cbq.push(['_acct', '']);\n  _sf_async_config.zone=\"[:ts]\";\n</script>\n<!-- START Parse.ly Include: Standard -->\n<div id='parsely-root' style='display: none;'>\n<div data-parsely-site='talkingpointsmemo.com' id='parsely-cfg'></div>\n</div>\n<script>\n  (function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n  e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n  u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n  :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n</script>\n\n<script async=\"async\" charset=\"utf-8\" src=\"//platform.twitter.com/widgets.js\" type=\"text/javascript\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/technologyreview.com1.html",
    "content": "<!DOCTYPE html>\n<html itemscope itemtype=\"http://schema.org/Article\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\"\n  xmlns:og=\"http://ogp.me/ns#\"\n  xmlns:article=\"http://ogp.me/ns/article#\"\n  xmlns:book=\"http://ogp.me/ns/book#\"\n  xmlns:profile=\"http://ogp.me/ns/profile#\"\n  xmlns:video=\"http://ogp.me/ns/video#\">\n\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\n  <!-- chartbeat -->\n  <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta name=\"viewport\" content=\"width=1040\" /><!--[if IE]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]--><meta name=\"description\" content=\"There’s a bitter fight over the patents for CRISPR, a breakthrough new form of DNA editing.\" />\n<meta name=\"robots\" content=\"NOODP\" />\n<meta name=\"news_keywords\" content=\"genetics, genetic engineering, diseases, gene therapy, Feng Zhang, Harvard University, Editas Medicine, Jennifer Doudna, Broad Institute, Biomedicine\" />\n<meta name=\"standout\" content=\"http://www.technologyreview.com/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<link rel=\"canonical\" href=\"http://www.technologyreview.com/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\" />\n<link rel=\"shortlink\" href=\"http://www.technologyreview.com/node/532796/\" />\n<meta property=\"og:site_name\" content=\"MIT Technology Review\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.technologyreview.com/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\" />\n<meta property=\"og:title\" content=\"CRISPR Patents Spark Fight to Control Genome Editing | MIT Technology Review\" />\n<meta property=\"og:description\" content=\"There’s a bitter fight over the patents for CRISPR, a breakthrough new form of DNA editing.\" />\n<meta property=\"og:updated_time\" content=\"2014-12-09T09:42:22-05:00\" />\n<meta property=\"og:image\" content=\"http://www.technologyreview.com/sites/default/files/images/crisprx392.jpg\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@techreview\" />\n<meta name=\"twitter:site:id\" content=\"15808647\" />\n<meta name=\"twitter:creator\" content=\"@antonioregalado\" />\n<meta property=\"article:published_time\" content=\"2014-12-04T18:00:00-05:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-09T09:42:22-05:00\" />\n<meta name='parsely-page' content='{\"title\":\"Who Owns the Biggest Biotech Discovery of the Century?\",\"link\":\"http:\\/\\/www.technologyreview.com\\/featuredstory\\/532796\\/who-owns-the-biggest-biotech-discovery-of-the-century\\/\",\"image_url\":\"http:\\/\\/www.technologyreview.com\\/sites\\/default\\/files\\/images\\/crisprx392.jpg\",\"type\":\"post\",\"post_id\":\"532796\",\"pub_date\":\"2014-12-04T23:00:00Z\",\"section\":\"Biomedicine\",\"author\":\"Antonio Regalado\",\"tags\":[\"Jennifer Doudna\",\"Feng Zhang\",\"Emmanuel Charpentier\",\"CRISPR Therapeutics\",\"Intellia Therapeutics\",\"Broad Institute\",\"gene editing\",\"genetic engineering\",\"diseases\"]}' />\n  <meta http-equiv=\"content-language\" content=\"en-us\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n  <link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://www.technologyreview.com/opensearch.xml\" title=\"Search MIT Technology Review\" />\n\n  <title>CRISPR Patents Spark Fight to Control Genome Editing | MIT Technology Review</title>\n  <link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_M3MVjPa7LUxFguW0ui5mVeg_9JzJpvmjAFAFGBfLJDw.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_n7aK8s-ciXhQyEYWNOJtISbWxtxQiQvnD-N_xWUtD5A.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_lITaa-ggKdPrg5ARdsiVSj4vmTJlyz93h5vzbBeXhA0.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/utilities.css?nh1xun\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/sections.css?nh1xun\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/base.css?nh1xun\" media=\"all\" />\n\n<!--[if (gte IE 9)|(!IE)]><!-->\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_ZiA8jYoG3j_rR5J-aQxesBUuiTRnQLpvgaYzI__ZvJI.css\" media=\"all\" />\n<!--<![endif]-->\n\n<!--[if lte IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css__fVvpbpc3eAFQd6IcCzBRfkkll3c7dtqxrAgRYsXPLo.css\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/utilities-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/sections-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/base-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_kFqDhf280EHTyixVGzwMz-b-EDAnpkR9vms2v09LBiI.css\" media=\"all\" />\n<![endif]-->\n\n<!--[if IE 8]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_ej7fEeO3AKwwJmmsXDgI-u4KDp-OSdJq622Cn83w7no.css\" media=\"all\" />\n<![endif]-->\n  <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_PdiuypZMI8o81AYEdTHwjRslVPEF69JFzr7Y9sMWt4s.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\ngoogletag.slots = googletag.slots || {};\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://www.googletagservices.com/tag/js/gpt.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_grZchma6N5l-nv2tQMD7oKiAiwGnuF_8OUvvo29416I.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_body_content_portrait_in_story\"] = googletag.defineSlot(\"/3293/technologyreview/www/body/content/portrait-in-story\", [[300, 250], [300, 600]], \"dfp-ad-tr_www_body_content_portrait_in_story\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_head_post_nav_landscape\"] = googletag.defineSlot(\"/3293/technologyreview/www/head/post-nav/landscape\", [[728, 90], [970, 90], [970, 66], [1020, 90], [970, 250]], \"dfp-ad-tr_www_head_post_nav_landscape\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_body_rail_right_top_portrait\"] = googletag.defineSlot(\"/3293/technologyreview/www/body/rail-right/top-portrait\", [[300, 250], [300, 600], [300, 1050], [160, 600]], \"dfp-ad-tr_www_body_rail_right_top_portrait\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_body_rail_right_bottom_portrait_sticky\"] = googletag.defineSlot(\"/3293/technologyreview/www/body/rail-right/bottom-portrait-sticky\", [[300, 250], [300, 600], [160, 600]], \"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_footer_post_body_landscape\"] = googletag.defineSlot(\"/3293/technologyreview/www/footer/post-body/landscape\", [[728, 90], [970, 90], [970, 66], [1020, 90]], \"dfp-ad-tr_www_footer_post_body_landscape\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.cmd.push(function() {\n  googletag.pubads().enableAsyncRendering();\n  googletag.pubads().enableSingleRequest();\n  googletag.pubads().collapseEmptyDivs();\n  googletag.pubads().setTargeting(\"pubdate\", \"2014-12-04\");\n  googletag.pubads().setTargeting(\"channel\", \"Biomedicine\");\n  googletag.pubads().setTargeting(\"contributor\", \"Antonio Regalado\");\n  googletag.pubads().setTargeting(\"page_id\", \"tr_www_532796\");\n  googletag.pubads().setTargeting(\"section\", \"news\");\n  googletag.pubads().setTargeting(\"story_type\", \"Featured Story\");\n});\ngoogletag.enableServices();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_WTFfm_8T2Yj6h4HQv-iGPLLU3MhQX9EBx6sOtcAivcY.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar _gaq = _gaq || [];_gaq.push([\"_setAccount\", \"UA-7747898-5\"]);_gaq.push([\"_setDomainName\", \"technologyreview.com\"]);_gaq.push(['_setCustomVar', 1, \"PageDetails\", \"PageType*Featured Story!PubDate*2014-12-04\", 3]);_gaq.push(['_setCustomVar', 2, \"Contributor\", \"Name*Antonio Regalado\", 3]);_gaq.push(['_setCustomVar', 3, \"Channel\", \"Biomedicine\", 3]);var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n_gaq.push(['_require', 'inpage_linkid', pluginUrl]);_gaq.push([\"_trackPageview\"]);_gaq.push(['rollup._setAccount', 'UA-7747898-17']);\r\n_gaq.push(['rollup._trackPageview', '/tr/www' + window.location.pathname + window.location.search]);(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);})();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.6/prefixfree.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_CC-zfeuQHcDhFtVRuKW53h30TL7j_105J32Nz8b8R38.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js__0if8A1GPyQ_jEYQDarKNYg24gsAalkUIHMGMkB8FYo.js\"></script>\n<script type=\"text/javascript\" src=\"https://www.gstatic.com/swiffy/v5.3/runtime.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_XWBuosgyXoyN2Z-hSHX_cVAzijbzsCNPs6jeYfE2LgQ.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\njQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"mittr\",\"theme_token\":\"DQ4xECx0K-ZRLGS90B7bz6nDdb8c9WP1fQ8tZuzqFQM\",\"js\":{\"https:\\/\\/ajax.googleapis.com\\/ajax\\/libs\\/jquery\\/1.8.2\\/jquery.min.js\":1,\"misc\\/jquery.once.js\":1,\"0\":1,\"http:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\":1,\"misc\\/drupal.js\":1,\"1\":1,\"2\":1,\"3\":1,\"4\":1,\"5\":1,\"6\":1,\"sites\\/all\\/modules\\/mittr\\/mittr_livefyre_sync\\/js\\/livefyre.js\":1,\"sites\\/all\\/modules\\/google_analytics\\/googleanalytics.js\":1,\"7\":1,\"http:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/prefixfree\\/1.0.6\\/prefixfree.min.js\":1,\"misc\\/jquery.cookie.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.sticky.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.simplemodal.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.tinyscrollbar.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.cookie.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/rivets.min.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/global.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/swiffy\\/loading.js\":1,\"https:\\/\\/www.gstatic.com\\/swiffy\\/v5.3\\/runtime.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/main.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/MobileCompatibilityScript.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/createArticleFlash.js\":1},\"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\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/search\\/search.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"profiles\\/acquia\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/panels\\/css\\/panels.css\":1,\"sites\\/all\\/modules\\/typogrify\\/typogrify.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/utilities.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/sections.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/base.css\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/css\\/fonts.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie-lte9.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/utilities-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/sections-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/base-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie-specific.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie8-specific.css\":1}},\"mittrInsider\":{\"active\":false,\"unlocked\":false,\"removeAdsUrl\":\"\\/removeads\\/#destination=node%2F532796\"},\"googleanalytics\":{\"trackOutbound\":1,\"trackMailto\":1,\"trackDownload\":1,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip\",\"trackDomainMode\":\"1\"}});\n//--><!]]>\n</script>\n\n  <!--[if lt IE 9]>\n    <script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>\n  <![endif]-->\n\n  <!-- google analytics universal analytics -->\n  <script>\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n    ga('create', 'UA-7747898-26', 'technologyreview.com');\n    ga('require', 'displayfeatures');\n    ga('set', 'dimension11', 'yottaa_test_control');\n    ga('send', 'pageview', {\"dimension1\":\"no\",\"dimension2\":\"unknown\",\"dimension5\":\"unknown\"});\n  </script>\n\n  <!-- google custom surveys -->\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=niavirq26ph4e\"></script>\n\n</head>\n<body class=\"html not-front not-logged-in no-sidebars page-node page-node- page-node-532796 node-type-article i18n-en\"  id=\"section-news\">\n    \n\r\n    <header id=\"tr-global-header\">\r\n      <div class=\"wrapper\">\r\n        <nav id=\"tr-global-nav\">\r\n          <ul>\r\n            <li class=\"global\"><a href=\"/editions/\" class=\"global menu\"><span>Global Edition</span></a></li>\r\n            <li><a href=\"/getinsider/\" >Insider</a></li>\r\n            <li><a href=\"/magazine/\">Magazine</a></li>\r\n            <li><a href=\"/businessreports/\">Business Reports</a></li>\r\n            <li><a href=\"/lists/\">Lists</a></li>\r\n            <li><a href=\"/events/\">Events</a></li>\r\n            <li id=\"menu_standard_more_button\">\r\n              <a href=\"#\" class=\"menu candrop\"><span>More</span></a>\r\n\r\n              <div id=\"menu_standard_more\">\r\n                <ul>\r\n                  <li><a href=\"/about/\">About</a></li>\r\n                  <li><a href=\"http://newsletters.technologyreview.com\">Newsletters</a></li>\r\n                  <li><a href=\"/support/\">Support</a></li>\r\n                  <li><a href=\"/contact/\">Contact Us</a></li>\r\n                  <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\r\n                  <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\r\n                </ul>\r\n              </div><!-- / menu_sticky_sections -->\r\n            </li>\r\n          </ul>\r\n          <ul class=\"connect\" id=\"menu_standard_connect_button\" >\r\n            <li><a href=\"/connect/\" class=\"menu\">Connect</a></li><!--\r\n                add back: class=candrop and <span />\r\n                <div id=\"menu_standard_connect\"></div>--><!-- /menu_standard_connect -->\r\n          </ul>\r\n        </nav>\r\n\r\n        \r\n        <section id=\"tr-global-editions\">\r\n          <header>\r\n            <h2>Select your localized edition:</h2>\r\n            <!-- <h2><strong>Welcome to MIT Technology Review</strong></h2>\r\n            <p class=\"half-margin\">We have detected that your browser's default language does not match the language of the site you are trying to visit.<br />\r\n              <a href=\"#\">Continuar con el MIT Technology Review en español &raquo;</a>\r\n            </p> -->\r\n            <a class=\"closer\" href=\"#\">Close <span>&times;</span></a>\r\n          </header>\r\n          <aside>\r\n            <ul class=\"languages news\">\r\n              <li class=\"en\" data-lang=\"en\"><a href=\"http://www.technologyreview.com\">English</a></li>\r\n              <li class=\"es\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Espa&ntilde;ol</a></li>\r\n              <li class=\"de\" data-lang=\"de\"><a href=\"http://de.technologyreview.com\">Deutsch</a></li>\r\n              <li class=\"it\" data-lang=\"it\"><a href=\"http://it.technologyreview.com\">Italiano</a></li>\r\n              <li class=\"pt\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Portugu&ecirc;s</a></li>\r\n              <li class=\"zh\" data-lang=\"zh\"><a href=\"http://cn.technologyreview.com\">&#x4E2D;&#x6587;</a></li>\r\n            </ul>\r\n\r\n            <form>\r\n              <h3>Filter by:</h3>\r\n              <ul>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" checked=\"checked\" value=\"news\" /> News and Analysis\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"magazine\" /> Magazine\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"list\" /> List: Innovators Under 35\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"events\" /> Conferences and Events\r\n                  </label>\r\n                </li>\r\n              </ul>\r\n            </form>\r\n          </aside>\r\n\r\n          <div class=\"filters news\">\r\n            <div class=\"editions\">\r\n              <ul>\r\n                <li class=\"ar\" data-edition=\"ar\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Argentina</a></li>\r\n                <li class=\"br\" data-edition=\"br\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Brasil</a></li>\r\n                <li class=\"co\" data-edition=\"co\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Colombia</a></li>\r\n                <li class=\"de\" data-edition=\"de\" data-lang=\"de\"><a href=\"http://de.technologyreview.com\">Deutschland</a></li>\r\n              </ul>\r\n              <ul>\r\n                <li class=\"it\" data-edition=\"it\" data-lang=\"it\"><a href=\"http://it.technologyreview.com\">Italia</a></li>\r\n                <li class=\"mx\" data-edition=\"mx\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">México</a></li>\r\n                <li class=\"pt\" data-edition=\"pt\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Portugal</a></li>\r\n                <li class=\"es\" data-edition=\"es\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Espa&ntilde;a</a></li>\r\n              </ul>\r\n              <ul>\r\n                <li class=\"us\" data-edition=\"us\" data-lang=\"en\"><a href=\"http://www.technologyreview.com\">United States</a></li>\r\n                <li class=\"uy\" data-edition=\"uy\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Uruguay</a></li>\r\n                <li class=\"cn\" data-edition=\"cn\" data-lang=\"zh\"><a href=\"http://cn.technologyreview.com\">&#x4E2D;&#x56FD;&#x5927;&#x9646;</a></li>\r\n                <!--<li class=\"pa\" data-edition=\"pa\" data-lang=\"en\"><a href=\"#\">Pan Arab</a></li>-->\r\n              </ul>\r\n            </div>\r\n          </div>\r\n          <div class=\"more\">\r\n            <h3>More Ways to Connect</h3>\r\n            <p><a href=\"http://www.mitef.org/\">Discover one of our 28 local entrepreneurial communities &raquo;</a></p>\r\n            <p class=\"no-margin\"><a href=\"/connect/\">Be the first to know</a> as we launch in new countries and markets around the globe.</p>\r\n            <p class=\"mini no-margin\">Interested in <a href=\"/contact/submit/?type=internationalpartnerships\">bringing MIT Technology Review to your local market?</a></p>\r\n          </div>\r\n        </section>\r\n\r\n        <section id=\"tr-global-search\">\r\n          <form action=\"/search/\" method=\"get\" accept-charset=\"UTF-8\"><div><div class=\"container-inline\">\r\n            <div class=\"form-item form-type-textfield form-item-search-block-form\">\r\n              <label class=\"element-invisible\" for=\"edit-search-block-form--2\">\r\n                Search\r\n              </label>\r\n              <input title=\"Enter the terms you wish to search for.\" onblur=\"if (this.value == &#039;&#039;) {this.value = &#039;Search&#039;;}\" onfocus=\"this.value = &#039;&#039;;\" onclick=\"this.value = &#039;&#039;;\" type=\"text\" id=\"edit-search-block-form--2\" name=\"keys\" value=\"Search\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\r\n            </div>\r\n            <div class=\"form-actions form-wrapper\" id=\"edit-actions\">\r\n              <input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\" />\r\n            </div>\r\n            </div>\r\n            </div>\r\n          </form>\r\n        </section>\r\n\r\n        <section id=\"tr-global-reads\">\r\n                                    <a class=\"login\" href=\"/login/\" data-overlay=\"modal\">Log In / Join</a>\r\n                              </section>\r\n\r\n        <nav id=\"tr-global-reads-collapsed\">\r\n          <ul class=\"reads\">\r\n            <li><a href=\"/stream/\">New</a></li>\r\n            <li><a href=\"/popular/\">Popular</a></li>\r\n            <li><a href=\"/my/\">Login / Join</a></li>\r\n          </ul>\r\n        </nav>\r\n      </div>\r\n      <div class=\"backing\">\r\n      </div>\r\n    </header>\r\n\r\n    <section id=\"tr-masthead\">\r\n      <div class=\"wrapper\">\r\n        <h2 id=\"logotype\"><a href=\"/\"><span>MIT Technology Review</span><img src=\"/sites/all/themes/mittr/global/i/logo-mittr-black.png\" alt=\"MIT Technology Review - logo\" /></a></h2>\r\n                <nav id=\"tr-main-nav\">\r\n          <div id=\"menu_nav_home_button\" >\r\n            <a href=\"/\" class=\"candrop\">\r\n              <span>Home</span>\r\n              <strong>News &amp; Analysis</strong>\r\n              <em>▾</em>\r\n            </a>\r\n\r\n            <div id=\"menu_nav_home\"></div><!-- /menu_nav_home -->\r\n          </div>\r\n\r\n        <ul class=\"static-nav\">\n  <li><a href=\"/features/\">Features</a></li>\n  <li><a href=\"/views/\">Views</a></li>\n  <li><a href=\"/multimedia/\">Multimedia</a></li>\n  <li><a href=\"/discussions/\">Discussions</a></li>\n  <li><a href=\"/topics/\">Topics</a></li>\n</ul>\n\n    <div class=\"region region-nav-popular-bar\">\n    <div id=\"block-views-popular-bar-nav\" class=\"block block-views\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"view view-popular-bar view-id-popular_bar view-display-id-nav view-dom-id-3cd788f24f59e990d836c1da050e07dc\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"popular-topics off\">\r\n  <li><a href=\"/stream/?sort=popular\">Popular</a>:</li>\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.popular-topics -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>  </div>\r\n</div>\r\n  </div>\n\n<div id=\"navbar-promo-1\" class=\"navbar-promo off\">\n  <a href=\"/getinsider/pricing/\" class=\"clickevent\" data-click-category=\"Insider\" data-click-action=\"Clicked Subscribe\" data-click-label=\"Global Nav Bar - Magazine Cover\">\n    <img src=\"/sites/all/themes/mittr/assets/magazine/current-issue/107wide.jpg?d=2015-01\" alt=\"cover of latest MIT Technology Review magazine issue\" />\n    <span><strong>Subscribe</strong></span>\n  </a>\n</div>\n<div id=\"navbar-promo-2\" class=\"navbar-promo off\">\n  <a href=\"https://ssl.drgnetwork.com/ecom/MTR/app/live/subscriptions?&org=MTR&publ=TR&key_code=TRPRD12&type=S\" class=\"clickevent\" data-click-category=\"Special Publications\" data-click-action=\"Click Buy Now\" data-click-label=\"Global Nav Bar - Twelve Tomorrows 2014 Cover\">\n    <img src=\"http://www.technologyreview.com/sites/default/files/publications/twelve-tomorrows/twelvetomorrows_2014_107.jpg\" alt=\"cover of 2014 edition of Twelve Tomorrows\" />\n    <span><strong>Buy Now</strong></span>\n  </a>\n</div>\n<div id=\"navbar-promo-3\" class=\"navbar-promo off\">\n  <a href=\"/gift/\" class=\"clickevent\" data-click-category=\"Insider\" data-click-action=\"Clicked Give a Gift\" data-click-label=\"Global Nav Bar - Magazine Cover\">\n    <img src=\"/sites/all/themes/mittr/assets/magazine/current-issue/107wide.jpg?d=2015-01\" alt=\"cover of latest MIT Technology Review magazine issue\" />\n    <span><strong>Give a Gift</strong></span>\n  </a>\n</div>\n        </nav>\r\n        <div style=\"clear: both;\">&nbsp;</div>\r\n      </div>\n    </section>\r\n    \r\n    \n    <header id=\"tr-global-header-sticky\">\n      <div class=\"wrapper\">\n        <nav>\n          <ul>\n            <!-- home menu -->\n            <li id=\"menu_sticky_home_button\">\n              <a href=\"/\" class=\"home candrop\"><span>Home</span></a>\n\n              <div id=\"menu_sticky_home\">\n                <div class=\"wrapper\">\n                  <div class=\"column menu\">\n                    <ul>\n                      <li><a href=\"/\" class=\"on cta-block\">Home</a></li>\n                      <li><a href=\"/biomedicine\">Biomedicine</a></li>\n                      <li><a href=\"/business/\">Business</a></li>\n                      <li><a href=\"/computing/\">Computing</a></li>\n                      <li><a href=\"/energy/\">Energy</a></li>\n                      <li><a href=\"/materials/\">Materials</a></li>\n                      <li><a href=\"/mobile/\">Mobile</a></li>\n                    </ul>\n                  </div>\n\n                  <div class=\"name\">\n                    <p><a href=\"/\">Top Stories</a></p>\n                  </div>\n\n                  <div class=\"columns\">\n                                            <div class=\"region region-nav-top-stories-menu\">\n    <div id=\"block-mittr-ui-mittr-ui-nav-top-stories-menu\" class=\"block block-mittr-ui\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"column large-thumb\">\r\n      <article>\n      <a href=\"http://www.technologyreview.com/photoessay/533501/solving-the-autism-puzzle/\"><img src=\"http://www.technologyreview.com/sites/default/files/styles/menu_homepage_top_stories_large_thumb/public/images/autismx392.jpg?itok=YOO_h7QC\" alt=\"\" /></a>\n        <h2>Photo Essay</h2>\n    <a href=\"http://www.technologyreview.com/photoessay/533501/solving-the-autism-puzzle/\"><h1>The Genes behind Autism</h1></a>\n      <h3>Stephen S. Hall </h3>\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533501\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p></article>\n  </div><!-- /.column /.large-thumb -->\r\n\r\n<div class=\"column no-thumbs\">\r\n      <ul>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533591/device-squeezes-cells-to-get-drugs-in/\"><h1>Cell-Squeezing Drug-Delivery</h1></a>\n      <h3>Kevin Bullis</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533871/could-passenger-planes-be-tracked-more-closely/\"><h1>How Can an Aircraft Disappear?</h1></a>\n      <h3>Dave Majumdar</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\"><h1>An Upgraded Tesla with a 400-Mile Range</h1></a>\n      <h3>Kevin Bullis</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <a href=\"/\" class=\"cta\">See More Top Stories</a>\r\n    </ul>\r\n  </div><!-- /.column /.no-thumbs -->\r\n  </div>\r\n</div>\r\n  </div>\n                                      </div><!-- /columns -->\n                </div><!-- /wrapper -->\n              </div><!-- /menu_sticky_home -->\n            </li><!-- home menu -->\n\n            <!-- \"menu\" menu -->\n            <li id=\"menu_sticky_sections_button\">\n              <a href=\"/\" class=\"sections candrop\"><span>Menu</span></a>\n\n              <div id=\"menu_sticky_sections\">\n                <div class=\"panel-list\">\n                  <ul>\n                    <li class=\"news\">\n                      <a href=\"/\"  class=\"active\">News &amp; Analysis</a>\n                    </li>\n                    <li class=\"magazine\">\n                      <a href=\"/magazine/\">Magazine</a>\n                    </li>\n                    <li class=\"lists\">\n                      <a href=\"/lists/\">Lists</a>\n                    </li>\n                    <li class=\"events\">\n                      <a href=\"/events/\">Events</a>\n                    </li>\n                    <li class=\"about\">\n                      <a href=\"/about/\" >About</a>\n                    </li>\n                    <li class=\"more\">\n                      <a href=\"#\">More</a>\n                    </li>\n                  </ul>\n                </div><!-- /panel-list -->\n\n                <div class=\"panel-holder\">\n                  <div class=\"panel-contents news on\">\n                    <ul class=\"static-nav\">\n  <li><a href=\"/features/\">Features</a></li>\n  <li><a href=\"/views/\">Views</a></li>\n  <li><a href=\"/multimedia/\">Multimedia</a></li>\n  <li><a href=\"/discussions/\">Discussions</a></li>\n  <li><a href=\"/topics/\">Topics</a></li>\n</ul>\n\n    <div class=\"region region-nav-popular-bar\">\n      <div class=\"region region-nav-popular-bar\">\n    <div id=\"block-views-popular-bar-nav\" class=\"block block-views\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"view view-popular-bar view-id-popular_bar view-display-id-nav view-dom-id-3cd788f24f59e990d836c1da050e07dc\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"popular-topics off\">\r\n  <li><a href=\"/stream/?sort=popular\">Popular</a>:</li>\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.popular-topics -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>  </div>\r\n</div>\r\n  </div>\n  </div>\n\n                  </div>\n\n                  <div class=\"panel-contents magazine \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/magazine/\">Current Issue</a></li>\n            <li><a href=\"/magazine/archive/\">Past Issues</a></li>\n            <li><a href=\"/magazine/mitnews/\">MIT News Magazine</a></li>\n            <li><a href=\"/magazine/editions/\">International Editions</a></li>\n            <li><a href=\"/magazine/businessreports/\">Business Reports</a></li>\n            <li><a href=\"/magazine/specialpublications/\">Special Publications</a></li>\n          </ul>\n\n          <ul class=\"action-nav\">\n            <li><a href=\"/subscribe/\">Subscriptions &raquo;</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents lists \">\n                    <ul class=\"static-nav\">\n  <li><a href=\"/lists/smartest-companies/\">Smartest Companies</a></li>\n  <li><a href=\"/lists/innovators-under-35/\">Innovators Under 35</a></li>\n  <li><a href=\"/lists/technologies/\">Breakthrough Technologies</a></li>\n</ul>\n\n<ul class=\"action-nav\">\n  <li><a href=\"/lists/nominations/\">Nominations &raquo;</a></li>\n</ul>\n                  </div>\n\n                  <div class=\"panel-contents events \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/events/#events-upcoming\">Upcoming Events</a></li>\n            <li><a href=\"/events/#partner-events\">Partner Events</a></li>\n            <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\n            <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents about \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/about/team/\">Our Team</a></li>\n            <li><a href=\"/careers/\">Join Us</a></li>\n            <li><a href=\"/pressroom/\">Press Room</a></li>\n            <li><a href=\"/awards/\">Awards</a></li>\n            <li><a href=\"/media/\">Advertise</a></li>\n            <li><a href=\"/about/permissions/\">Permissions</a></li>\n            <!--<li><a href=\"/about/international-partners\">International</a></li>-->\n            <li><a href=\"/contact/\">Contact Us</a></li>\n          </ul>\n\n          <ul class=\"action-nav\">\n            <li><a href=\"/support/\">Customer Support &raquo;</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents more \">\n                    <ul class=\"static-nav\">\n                      <li><a href=\"/support/\">Support</a></li>\n                      <li><a href=\"/contact/\">Contact Us</a></li>\n                      <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\n                      <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\n                    </ul>\n                  </div>\n                </div><!-- /panel-holder -->\n              </div><!-- / menu_sticky_sections -->\n            </li><!-- \"menu\" menu -->\n\n            <!-- insider menu -->\n            <li id=\"menu_sticky_insider_button\">\n              <a href=\"/getinsider/\" class=\"insider\"><span>Insider</span></a><!-- add back: class=candrop -->\n              <div id=\"menu_sticky_insider\"><!-- insider dropdown options --></div><!-- / menu_sticky_insider -->\n            </li><!-- /insider menu -->\n\n            <!-- connect menu -->\n            <li id=\"menu_sticky_connect_button\">\n              <a href=\"/connect/\" class=\"connect\"><span>Connect</span></a><!-- add back: class=candrop -->\n              <div id=\"menu_sticky_connect\"><!-- connect dropdown options --></div><!-- / menu_sticky_connect -->\n            </li><!-- /connect menu -->\n          </ul>\n          <ul class=\"the-feed-header\">\n                          <li class=\"active\"><a href=\"/stream/\">The Latest</a></li>\n              <li><a href=\"/popular/\">Popular</a></li>\n              <li><a href=\"/stream/?sort=shared\">Most Shared</a></li>\n                        <li class=\"my-profile\"><a class=\"login\" href=\"/my/\">My Profile</a></li>\n          </ul>\n        </nav>\n      </div><!-- /wrapper -->\n      <div class=\"backing\"></div>\n    </header>\n        \r\n<section id=\"warning-bar\">\n  <div class=\"wrapper\">\n    <p><strong>Unsupported browser:</strong> Your browser does not meet modern web standards. <a href=\"http://html5test.com/\" target=\"_blank\" onclick=\"_gaq.push(['_trackEvent', 'warning-bar: unsupported browser', 'click', 'http://html5test.com/']);\">See how it scores &raquo;</a></p>\n  </div>\n</section>\n\n    \n  \n  <div id=\"page-wrapper\"><div id=\"page\">\n\n    \n    <div id=\"main-wrapper\"><div id=\"main\" class=\"clearfix\">\n\n      <div id=\"content\" class=\"column\"><div class=\"section\">\n        <a id=\"main-content\"></a>\n                                <div class=\"tabs\"></div>                        \n          <div class=\"region region-content\">\n    <div id=\"block-system-main\" class=\"block block-system\">\r\n\r\n    \r\n  <div >\r\n    \r\n\r\n        <section class=\"ad-bar gray\">\r\n      <div class=\"wrapper\">\r\n        <div id=\"dfp-ad-tr_www_head_post_nav_landscape-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_head_post_nav_landscape\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_head_post_nav_landscape\");\n    });\n  </script>\n</div>\n</div>      </div>\r\n    </section>\r\n  \r\n<div class=\"insider-status\" data-conditional-content=\"insider-content\" rv-if=\"access\" rv-class-visible=\"action\">\r\n  <div class=\"inner\">\r\n    <p>{ action.text }</p>\r\n  </div>\r\n</div>\r\n\r\n\r\n<article id=\"main-article\" class=\" single-page\">\r\n\r\n    \r\n    <div class=\"wrapper\">\r\n\r\n          <div class=\"sidebar left\">\r\n        <script>\r\nvar addthis_share_details = {\r\n  url: \"http:\\/\\/www.technologyreview.com\\/featuredstory\\/532796\\/who-owns-the-biggest-biotech-discovery-of-the-century\\/\",\r\n  templates: {\r\n    twitter: \"The Battle to Control Genome Editing {{url}} \\u003E@TechReview\"  }\r\n};\r\n</script>\r\n<ul id=\"sharing-bar\">\r\n      <li id=\"sb-comment\"><a href=\"#comments\" title=\"Jump to Comments\">\r\n        <div class=\"icon\">Comments</div>\r\n        <!--<div class=\"flag\">Jump to Comments</div>-->\r\n      </a></li>\r\n    <li id=\"sb-mail\"><a class=\"atbutton addthis_button_email\" title=\"Share by Email\">\r\n      <div class=\"icon\">Email</div>\r\n    </a></li>\r\n  <!--\r\n  <li id=\"sb-link\"><a href=\"#\" title=\"Get Short Link\">\r\n      <div class=\"icon\">Link</div>\r\n      <div class=\"flag\"><label for=\"mittr-url\"><input type=\"text\" id=\"mittr-url\" class=\"text\" onclick=\"this.select();\" value=\"http://www.technologyreview.com/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\" /></label></div>\r\n    </a></li>\r\n  -->\r\n  <li id=\"sb-at-1\"><a class=\"addthis_button_preferred_1\" title=\"Share on ...\">\r\n      <div class=\"icon\">Service</div>\r\n    </a></li>\r\n  <li id=\"sb-at-2\"><a class=\"addthis_button_preferred_2\" title=\"Share on ...\">\r\n      <div class=\"icon\">Service</div>\r\n    </a></li>\r\n  <li id=\"sb-share\"><a class=\"atbutton addthis_button\" title=\"More Sharing Options\">\r\n      <div class=\"icon\">More Share</div>\r\n    </a></li>\r\n    <li id=\"sb-print\"><a href=\"#print\" title=\"Print\">\r\n      <div class=\"icon\">Print</div>\r\n    </a></li>\r\n</ul>\r\n      </div>\r\n    \r\n    <header class=\"article-meta\" >\r\n\r\n              <div class=\"meta-bar\">\n  <div class=\"sticky-wrap\">\n    <h1>Who Owns the Biggest Biotech Discovery of the Century?</h1>\n          <h2>\r\n  <a href=\"/featuredstories/\">\r\n        Featured Story  </a>\r\n  </h2>\r\n                          <ul>\n        <li class=\"icon-comment\">\n          <a href=\"#comments\">\n            <span class=\"livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532796\" data-lf-format-singular=\"@count comment\" data-lf-format-plural=\"@count comments\" data-lf-display-parents=\"ul\">36 comments</span>          </a>\n        </li>\n      </ul>\n      </div>\n</div>\n      \r\n      \r\n      \r\n      \r\n      \r\n        <h1>Who Owns the Biggest Biotech Discovery of the Century?</h1>\r\n                  <p class=\"intro\">\n      There’s a bitter fight over the patents for CRISPR, a breakthrough new form of DNA editing.  </p>\n        \r\n        \r\n      \r\n      \r\n              <ul class=\"byline\">\r\n  <li>\r\n                  By <a href=\"/contributor/antonio-regalado/\">Antonio Regalado</a> on December 4, 2014                </li>\r\n</ul>      \r\n      \r\n      \r\n      \r\n      \r\n      <div class=\"clearfix\"></div>\r\n\r\n    </header>\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    <div class=\"sidebar right\">\r\n\r\n                                <aside class=\"ad-right\">\r\n            <div id=\"dfp-ad-tr_www_body_rail_right_top_portrait-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_body_rail_right_top_portrait\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_body_rail_right_top_portrait\");\n    });\n  </script>\n</div>\n</div>          </aside>\r\n              \r\n      \r\n      \r\n              <div id=\"why-it-matters\">\r\n                      <aside class=\"mini-sidebar\">\r\n  <h2>Why It Matters</h2>\r\n  <p>Control over genome editing could be worth billions.</p>\r\n  </aside>\r\n                            </div>\r\n      \r\n    </div>\r\n\r\n                <section class=\"body\"><aside class=\"img-left\">\r\n  <img src=\"http://www.technologyreview.com/sites/default/files/images/crisprx299.jpg\" width=\"299\" height=\"299\" alt=\"\" />  </aside>\r\n    <aside class=\"caption-left\">\r\n            <p >These Streptococcus pyogenes bacteria use a DNA-cutting defense to battle viruses. The system, called CRISPR, is being harnessed to treat human genetic disease.</p>\r\n    </aside>\r\n  \n<p>Last month in Silicon Valley, biologists Jennifer Doudna and Emmanuelle Charpentier showed up in black gowns to receive the $3 million Breakthrough Prize, a glitzy award put on by Internet billionaires including Mark Zuckerberg. They’d won for developing CRISPR-Cas9, a “powerful and general technology” for editing genomes that’s been hailed as a biotechnology breakthrough.</p>\n<p>Not dressing up that night was Feng Zhang (see <a href=\"http://www.technologyreview.com/lists/innovators-under-35/2013/pioneer/feng-zhang/\" target=\"_blank\">35 Innovators Under 35, 2013</a>), a researcher in Cambridge at the MIT-Harvard Broad Institute. But earlier this year Zhang claimed his own reward. In April, he won <a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&amp;r=1&amp;f=G&amp;l=50&amp;co1=AND&amp;d=PTXT&amp;s1=8,697,359.PN.&amp;OS=PN/8,697,359&amp;RS=PN/8,697,359\" target=\"_blank\">a broad U.S. patent</a> on CRISPR-Cas9 that could give him and his research center control over just about every important commercial use of the technology.</p>\n<p>How did the high-profile prize for CRISPR and the patent on it end up in different hands? That’s a question now at the center of a seething debate over who invented what, and when, that involves three heavily financed startup companies, a half-dozen universities, and thousands of pages of legal documents.</p>\n<p>“The intellectual property in this space is pretty complex, to put it nicely,” says Rodger Novak, a former pharmaceutical industry executive who is now CEO of <a href=\"http://crisprtx.com/\" target=\"_blank\">CRISPR Therapeutics</a>, a startup in Basel, Switzerland, that was cofounded by Charpentier. “Everyone knows there are conflicting claims.”</p>\n\n<p>At stake are rights to an invention that may be the most important new genetic engineering technique since the beginning of the biotechnology age in the 1970s. The CRISPR system, dubbed a “search and replace function” for DNA, lets scientists easily disable genes or change their function by replacing DNA letters. During the last few months, scientists have shown that it’s possible to use CRISPR to rid mice of muscular dystrophy, cure them of a rare liver disease, make human cells immune to HIV, and genetically modify monkeys (see “<a href=\"http://www.technologyreview.com/review/524451/genome-surgery/\" target=\"_blank\">Genome Surgery</a>” and “<a href=\"http://www.technologyreview.com/lists/technologies/2014/\" target=\"_blank\">10 Breakthrough Technologies 2014: Genome Editing</a>”).</p>\n<p>No CRISPR drug yet exists. But if CRISPR turns out to be as important as scientists hope, commercial control over the underlying technology could be worth billions.</p>\n<p>The control of the patents is crucial to several startups that together quickly raised more than $80 million to turn CRISPR into cures for devastating diseases. They include <a href=\"http://editasmedicine.com/\" target=\"_blank\">Editas Medicine</a> and <a href=\"http://intelliatx.com/\" target=\"_blank\">Intellia Therapeutics</a>, both of Cambridge, Massachusetts. Companies expect that clinical trials could begin in as little as three years.</p>\n\n<p>Zhang cofounded Editas Medicine, and this week the startup announced that it had licensed his patent from the Broad Institute. But Editas doesn’t have CRISPR sewn up. That’s because Doudna, a structural biologist at the University of California, Berkeley, was a cofounder of Editas, too. And since Zhang’s patent came out, she’s broken off with the company, and her intellectual property—in the form of her own pending patent—has been licensed to Intellia, <a href=\"http://www.marketwatch.com/story/intellia-therapeutics-announces-15-million-in-funding-to-develop-therapeutic-products-utilizing-crispr-cas9-gene-editing-technology-2014-11-18\" target=\"_blank\">a competing startup unveiled</a> only last month. Making matters still more complicated, Charpentier sold her own rights in the same patent application to CRISPR Therapeutics.</p>\n<blockquote class=\"pullquote\">\n<p>No CRISPR drug yet exists. But if CRISPR turns out to be as important as scientists hope, commercial control over the underlying technology could be worth billions.</p>\n</blockquote>\n<p>In an e-mail, Doudna said she no longer has any involvement with Editas. “I am not part of the company’s team at this point,” she said. Doudna declined to answer further questions, citing the patent dispute.</p>\n<p>Few researchers are now willing to discuss the patent fight. Lawsuits are certain and they worry anything they say will be used against them. “The technology has brought a lot of excitement, and there is a lot of pressure, too. What are we going to do? What kind of company do we want?” Charpentier says. “It all sounds very confusing for an outsider, and it’s also quite confusing as an insider.”</p>\n<p>Academic labs aren’t waiting for the patent claims to get sorted out. Instead, they are racing to assemble very large engineering teams to perfect and improve the genome-editing technique. On the Boston campus of Harvard’s medical school, for instance, George Church, a specialist in genomics technology, says he now has 30 people in his lab working on it.</p>\n\n<p>Because of all the new research, Zhang says, the importance of any patent, including his own, isn’t entirely clear. “It’s one important piece, but I don’t really pay attention to patents,” he says. “What the final form of this technology is that changes people’s lives may be very different.”</p>\n<aside class=\"img-left\">\r\n  <img src=\"http://www.technologyreview.com/sites/default/files/images/editas.2x299.jpg\" width=\"299\" height=\"299\" alt=\"\" />  </aside>\r\n    <aside class=\"caption-left\">\r\n            <p >Twitter CEO Dick Costolo (far left) and actress Cameron Diaz present the Breakthrough Prize to biologists Jennifer Doudna and Emmanuelle Charpentier last month in Mountain View, California. Each won $3 million.</p>\r\n    </aside>\r\n  <p>The new gene-editing system was unearthed in bacteria—organisms that use it as a way to identify, and then carve up, the DNA of invading viruses. That work stretched across a decade. Then, in June 2012, a small team led by Doudna and Charpentier published a key paper showing how to turn that natural machinery into a “programmable” editing tool, to cut any DNA strand, at least in a test tube.</p>\n<p>The next step was clear—scientists needed to see if the editing magic could work on the genomes of human cells, too. In January 2013, the laboratories of Harvard’s Church and Broad’s Zhang were first to publish papers showing that the answer was yes. Doudna published her own results a few weeks later.</p>\n<p>Everyone by then realized that CRISPR might become an immensely flexible way to rewrite DNA, and possibly to treat rare metabolic problems and genetic diseases as diverse as hemophilia and the neurodegenerative disease Huntington’s.</p>\n\n<p>Venture capital groups quickly began trying to recruit the key scientists behind CRISPR, tie up the patents, and form startups. Charpentier threw in with CRISPR Therapeutics in Europe. Doudna had already started a small company, Caribou Biosciences, but in 2013 she joined Zhang and Church as a cofounder of Editas. With $43 million from leading venture funds Third Rock Ventures (see “<a href=\"http://www.technologyreview.com/featuredstory/524546/biotechs-top-vcs/\" target=\"_blank\">50 Smartest Companies: Third Rock Ventures</a>”), Polaris Partners, and Flagship Ventures, Editas looked like the dream team of gene-editing startups.</p>\n<p>In April of this year, Zhang and the Broad won the first of several sweeping patents that cover using CRISPR in eukaryotes—or any species whose cells contain a nucleus (see “<a href=\"http://www.technologyreview.com/view/526726/broad-institute-gets-patent-on-revolutionary-gene-editing-method/\" target=\"_blank\">Broad Institute Gets Patent on Revolutionary Gene-Editing Method</a>”). That meant that they’d won the rights to use CRISPR in mice, pigs, cattle, humans—in essence, in every creature other than bacteria.</p>\n<p>The patent came as a shock to some. That was because Broad had paid extra to get it reviewed very quickly, in less than six months, and few knew it was coming. Along with the patent came more than 1,000 pages of documents. According to Zhang, Doudna’s predictions in her own earlier patent application that her discovery would work in humans was “mere conjecture” and that, instead, he was the first to show it, in a separate and “surprising” act of invention.</p>\n<p>The patent documents have caused consternation. The scientific literature shows that several scientists managed to get CRISPR to work in human cells. In fact, its easy reproducibility in different organisms is the technology’s most exciting hallmark. That would suggest that, in patent terms, it was “obvious” that CRISPR would work in human cells, and that Zhang’s invention might not be worthy of its own patent.</p>\n<aside class=\"ad-left\">\r\n        <div id=\"dfp-ad-tr_www_body_content_portrait_in_story-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_body_content_portrait_in_story\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_body_content_portrait_in_story\");\n    });\n  </script>\n</div>\n</div>  </aside><p>What’s more, there’s scientific credit at stake. In order to show he was “first to invent” the use of CRISPR-Cas in human cells, Zhang supplied snapshots of lab notebooks that he says show he had the system up and running in early 2012, even before Doudna and Charpentier published their results or filed their own patent application. That timeline would mean he hit on the CRISPR-Cas editing system independently. In an interview, Zhang affirmed he’d made the discoveries on his own. Asked what he’d learned from Doudna and Charpentier’s paper, he said “not much.”</p>\n<p>Not everyone is convinced. “All I can say is that we did it in my lab with Jennifer Doudna,” says Charpentier, now a professor at the Helmholtz Centre for Infection Research and Hannover Medical School in Germany. “Everything here is very exaggerated because this is one of those unique cases of a technology that people can really pick up easily, and it’s changing researchers’ lives. Things are happening fast, maybe a bit too fast.”</p>\n<p>This isn’t the end of the patent fight. Although Broad moved very swiftly, lawyers for Doudna and Charpentier are expected to mount an interference proceeding in the U.S.—that is, a winner-takes-all legal process in which one inventor can take over another’s patent. Who wins will depend on which scientist can produce lab notebooks, e-mails, or documents with the earliest dates.</p>\n<p>“I am very confident that the future will clarify the situation,” says Charpentier. “And I would like to believe the story is going to end up well.”</p></section>    \r\n    \r\n    \r\n    \r\n  </div>\r\n\r\n  \r\n  \r\n</article>\r\n\r\n\r\n\r\n  <section class=\"comments article\">\r\n    <h3><a href=\"#comments\">\r\n            <span class=\"has-comments\">\r\n        <span class=\"livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532796\" data-lf-format-singular=\"&lt;span class=&quot;number&quot;&gt;@count&lt;/span&gt; comment.\" data-lf-format-plural=\"&lt;span class=&quot;number&quot;&gt;@count&lt;/span&gt; comments.\" data-lf-display-parents=\".has-comments\" data-lf-display-alt-parents=\"a\" data-lf-display-alt=\".no-comments\"><span class=\"number\">36</span> comments.</span>        <span class=\"link\">Share your thoughts &raquo;</span>\r\n      </span>\r\n      <span class=\"no-comments\" style=\"display: none;\">\r\n        <span class=\"number\">0</span>\r\n        comments\r\n        <span class=\"lowercase\">about this story.</span>\r\n        <span class=\"link\">Start the discussion &raquo;</span>\r\n      </span>\r\n    </a></h3>\r\n  </section>\r\n\r\n\r\n  <section id=\"authors\" class=\"article\">\r\n      <p class=\"credits\">\r\n    Credit: Images courtesy of Helmholtz Centre for Infection Research (HZI) | M. Rohde and Justin Bishop/Breakthrough Prize<br />  </p>\r\n\r\n  <p class=\"credits\">\r\n    Tagged:\r\n          <a href=\"/biomedicine/\">Biomedicine</a>,           <a href=\"/tagged/genetics/\">genetics</a>,           <a href=\"/tagged/genetic-engineering/\">genetic engineering</a>,           <a href=\"/tagged/gene-therapy/\">gene therapy</a>,           <a href=\"/tagged/diseases/\">diseases</a>,           <a href=\"/tagged/feng-zhang/\">Feng Zhang</a>,           <a href=\"/tagged/harvard-university-0/\">Harvard University</a>,           <a href=\"/tagged/editas-medicine-0/\">Editas Medicine</a>,           <a href=\"/tagged/gene-editing/\">gene editing</a>,           <a href=\"/tagged/crispr-therapeutics/\">CRISPR Therapeutics</a>,           <a href=\"/tagged/jennifer-doudna/\">Jennifer Doudna</a>,           <a href=\"/tagged/broad-institute-0/\">Broad Institute</a>      </p>\r\n\r\n<p class=\"credits\">\r\n      <a href=\"/about/permissions/\">Reprints</a>\r\n    and    <a href=\"/about/permissions/\" class=\"rightslink\" target=\"_blank\">Permissions</a>\r\n    |\r\n    <a href=\"/contact/submit/?type=editorfeedback\">Send feedback to the editor</a>\r\n\r\n    <!-- start: rightlink custom link -->\r\n    <script type=\"text/javascript\">\r\n      $().ready(function() {\r\n\r\n        var rightslinkURI = \"https://s100.copyright.com/AppDispatchServlet?publisherName=mittechreview&publication=1099-274X&orderBeanReset=true\" +\r\n          \"&publicationDate=\" + encodeURI(\"2014-12-04\") +\r\n          \"&author=\" + encodeURI(\"Antonio Regalado\") +\r\n          \"&title=\" + encodeURI(\"Who Owns the Biggest Biotech Discovery of the Century?\") +\r\n          \"&contentid=\" + encodeURI(\"532796\") +\r\n                      \"&cc=\" + encodeURI(\"Biomedicine\") +\r\n                                \"&ap=\" + encodeURI(\"Featured Story\") +\r\n                              \"&end\";\r\n\r\n        $(\"a.rightslink\").prop('href', rightslinkURI);\r\n\r\n      });\r\n    </script>\r\n\r\n  </p>\r\n  </section>\r\n\r\n  <section id=\"related\" class=\"article\">\r\n    <div class=\"wrapper\">\r\n              <div class=\"panels\">\r\n\r\n  <ul class=\"tab-nav\">\r\n          <li class=\"active\"><a href=\"#\">Related stories</a></li>\r\n              <li><a href=\"#\">You may have missed</a></li>\r\n              <li><a href=\"#\">More from this author</a></li>\r\n      </ul>\r\n\r\n  \r\n      \r\n    <div class=\"panel related\">\r\n      \r\n              <div class=\"col\">\r\n          <ul class=\"articles-grid\">\r\n                                        <li>\r\n                <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">\r\n  <article >\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/185x185/public/images/bo14.biomedicinex392.jpg?itok=4rp99Idn\" alt=\"\" />\r\n        <h1>2014 in Biomedicine: Rewriting DNA, Decoding the Brain, and a GMO Paradox</h1>\r\n    <div class=\"meta\">\r\n              <p>From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.</p>\r\n            <p class=\"cta\">Continue</p>\r\n      <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533671\" data-lf-min-comments=\"10\" style=\"display: none;\">1</p>    </div>\r\n  </article>\r\n</a>\r\n              </li>\r\n                      </ul>\r\n        </div><!-- /.col -->\r\n          \r\n                                                      <div class=\"col\">\r\n            <ul class=\"articles-list\">\r\n                                                                  <li>\r\n                  \r\n<a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">\r\n  <article>\r\n    <h1>2014 in Materials: Rhubarb Batteries, the Gigafactory, and Printing Body Parts</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533676\" data-lf-min-comments=\"10\" style=\"display: none;\">2</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/news/532266/google-wants-to-store-your-genome/\">\r\n  <article>\r\n    <h1>Google Wants to Store Your Genome</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532266\" data-lf-min-comments=\"10\">22</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/featuredstory/532421/the-search-for-exceptional-genomes/\">\r\n  <article>\r\n    <h1>The Search for Exceptional Genomes</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532421\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/view/533366/fixing-autism-research/\">\r\n  <article>\r\n    <h1>Fixing Autism Research</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533366\" data-lf-min-comments=\"10\">62</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                </ul>\r\n          </div><!-- /.col -->\r\n                                                          <div class=\"col\">\r\n            <ul class=\"articles-list\">\r\n                                                                  <li>\r\n                  \r\n<a href=\"/graphiti/533611/the-mystery-of-autism/\">\r\n  <article>\r\n    <h1>The Mystery of Autism</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533611\" data-lf-min-comments=\"10\" style=\"display: none;\">3</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/photoessay/533501/solving-the-autism-puzzle/\">\r\n  <article>\r\n    <h1>Solving the Autism Puzzle</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533501\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/news/533416/geneticists-begin-tests-of-an-internet-for-dna/\">\r\n  <article>\r\n    <h1>Geneticists Begin Tests of an Internet for DNA</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533416\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                                      <li>\r\n                  \r\n<a href=\"/questionoftheweek/533531/will-new-gene-editing-techniques-lead-to-medical-cures/\">\r\n  <article>\r\n    <h1>Will New Gene-Editing Techniques Lead to Medical Cures?</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533531\" data-lf-min-comments=\"10\" style=\"display: none;\">0</p>\r\n  </article>\r\n</a>\r\n                </li>\r\n                                                </ul>\r\n          </div><!-- /.col -->\r\n                              \r\n    </div><!-- /.panel related -->\r\n      \r\n  \r\n      <div class=\"panel\">\r\n        <ul class=\"articles-grid\">\r\n          <li>\r\n        <a href=\"/news/533546/the-top-technology-failures-of-2014/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/worsttechx392.jpg?itok=B66BSaG3\" width=\"185\" height=\"185\" alt=\"\" />        <h1>The Top Technology Failures of 2014</h1>\r\n          <div class=\"meta\">\r\n        <p>What do the latest technologies to flop, fizzle, and flame out tell us about innovation?</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533546\" data-lf-min-comments=\"10\">18</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/bo14.biomedicinex392.jpg?itok=1EwpYJ-e\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Biomedicine: Rewriting DNA, Decoding the Brain, and a GMO Paradox</h1>\r\n          <div class=\"meta\">\r\n        <p>From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533671\" data-lf-min-comments=\"10\" style=\"display: none;\">1</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/review/529961/in-praise-of-efficient-price-gouging/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/review.surowieckix392_1.png?itok=OlrOu2DZ\" width=\"185\" height=\"185\" alt=\"\" />        <h1>In Praise of Efficient Price Gouging</h1>\r\n          <div class=\"meta\">\r\n        <p>Uber’s most important innovation is the way it prices its services. But that innovation has not been unreservedly welcomed...</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_529961\" data-lf-min-comments=\"10\">31</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/new2.bo14.robotsx392.jpg?itok=ymuCFpjc\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Computing: Breakthroughs in Artificial Intelligence</h1>\r\n          <div class=\"meta\">\r\n        <p>The past year saw progress in developing hardware and software capable of human feats of intelligence.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533686\" data-lf-min-comments=\"10\" style=\"display: none;\">8</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/bo14.materialsx392_0.jpg?itok=oGfdeHDl\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Materials: Rhubarb Batteries, the Gigafactory, and Printing Body Parts</h1>\r\n          <div class=\"meta\">\r\n        <p>In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533676\" data-lf-min-comments=\"10\" style=\"display: none;\">2</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/featuredstory/528146/shining-light-on-madness/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/light.on_.madness.x392.jpg?itok=31YxmtIF\" width=\"185\" height=\"185\" alt=\"\" />        <h1>Shining Light on Madness</h1>\r\n          <div class=\"meta\">\r\n        <p>Drugs for psychiatric illnesses aren’t very effective. But new research is offering renewed hope for better medicines.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_528146\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n      </ul><!-- /.articles-grid -->\r\n<!-- story: you may have missed: generated: 2015-01-03T03:56:00-05:00 -->\r\n    </div><!-- /.panel -->\r\n    \r\n      <div class=\"panel\">\r\n              \r\n  \r\n  \r\n                  <div class=\"col author\">\r\n  <a href=\"/contributor/antonio-regalado/\">\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/legacy/antonio_regalado.jpg\" alt=\"\" />\r\n        <p class=\"name\">\r\n      Antonio Regalado              <span>Editor</span>\r\n          </p>\r\n    <p class=\"cta\">View Profile &raquo;</p>\r\n  </a>\r\n      <p><a href=\"https://twitter.com/antonioregalado\" class=\"twitter-follow-button\" data-show-count=\"false\" data-size=\"large\">Follow @antonioregalado</a></p>\r\n    <script type=\"text/javascript\">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n    <ul class=\"author-social-icons\">\r\n        <li><a href=\"/contributor/antonio-regalado/rss/\" class=\"social-rss\" target=\"_blank\">RSS</a></li>\r\n  </ul>\r\n</div><!-- /.col author -->\r\n                <div class=\"col\">\r\n        <ul class=\"articles-list\">\r\n              <li>\r\n            <a href=\"/news/533546/the-top-technology-failures-of-2014/\">\r\n              <article>\r\n                <h1>The Top Technology Failures of 2014</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533546\" data-lf-min-comments=\"10\" style=\"display: none;\">6</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">\r\n              <article>\r\n                <h1>2014 in Biomedicine: Rewriting DNA, Decoding the Brain, and a GMO Paradox</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533671\" data-lf-min-comments=\"10\" style=\"display: none;\">0</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533416/geneticists-begin-tests-of-an-internet-for-dna/\">\r\n              <article>\r\n                <h1>Geneticists Begin Tests of an Internet for DNA</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533416\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533171/the-nfl-has-a-problem-with-stem-cell-treatments/\">\r\n              <article>\r\n                <h1>The NFL Has a Problem with Stem Cell Treatments</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533171\" data-lf-min-comments=\"10\" style=\"display: none;\">4</p>              </article>\r\n            </a>\r\n          </li>\r\n                      </ul>\r\n      </div><!-- /col -->\r\n                <div class=\"col\">\r\n        <ul class=\"articles-list\">\r\n              <li>\r\n            <a href=\"/featuredstory/532796/who-owns-the-biggest-biotech-discovery-of-the-century/\">\r\n              <article>\r\n                <h1>Who Owns the Biggest Biotech Discovery of the Century?</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532796\" data-lf-min-comments=\"10\">36</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/532841/steve-jobs-lives-on-at-the-patent-office/\">\r\n              <article>\r\n                <h1>Steve Jobs Lives on at the Patent Office</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532841\" data-lf-min-comments=\"10\">11</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/featuredstory/532421/the-search-for-exceptional-genomes/\">\r\n              <article>\r\n                <h1>The Search for Exceptional Genomes</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532421\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/view/532546/eth-researchers-develop-a-thought-controlled-genetic-interface/\">\r\n              <article>\r\n                <h1>ETH Researchers Develop a Thought-Controlled Genetic Interface</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532546\" data-lf-min-comments=\"10\" style=\"display: none;\">3</p>              </article>\r\n            </a>\r\n          </li>\r\n                          <li><a class=\"cta\" href=\"/contributor/antonio-regalado/\">See all from this author</a></li>\r\n                  </ul>\r\n      </div><!-- /col -->\r\n      <!-- story explore author: generated: 2014-12-31T13:00:55-05:00 --> \r\n        \r\n  \r\n  \r\n  \r\n  \r\n  \r\n    </div><!-- /.panel -->\r\n  \r\n</div><!-- /.panels -->\r\n<!-- related: generated: 2015-01-03T04:00:25-05:00 -->\r\n                    <div class=\"feed-wrap\">\r\n  <ul class=\"tab-nav\">\r\n          <li class=\"active\">\r\n        <a href=\"/stream/\">\r\n          The Latest        </a>\r\n      </li>\r\n          <li>\r\n        <a href=\"/stream/?sort=popular\">\r\n          Popular        </a>\r\n      </li>\r\n          <li>\r\n        <a href=\"/stream/?sort=shared\">\r\n          Most Shared        </a>\r\n      </li>\r\n      </ul>\r\n  <div class=\"scrollbar\"><div class=\"track\"><div class=\"thumb\"><div class=\"end\"></div></div></div></div>\r\n  <div class=\"viewport\">\r\n    <div id=\"the-feed\" class=\"overview\">\r\n              <div >\r\n          <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/view/533761/best-of-2014-the-revolutionary-technique-that-quietly-changed-machine-vision-forever/\" title=\"In September, computer scientists revealed that machines are now almost as good as humans at object recognition; and the turning point occurred in 2012.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T10:50:31-05:00\" title=\"2015-01-02T10:50:31-05:00\" class=\"ago\">19 hours ago</time></h3>\r\n            <h1>Best of 2014: The Revolutionary Technique That Quietly Changed Machine Vision Forever</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533791/seven-must-read-stories-week-ending-january-3-2014/\" title=\"Another chance to catch the most interesting, and important, articles from the previous week on MIT Technology Review.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T00:00:00-05:00\" title=\"2015-01-02T00:00:00-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Seven Stories You Shouldn’t Miss <br />(Week Ending January 3, 2014)</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\" title=\"The friendship paradox is the empirical observation that your friends have more friends than you do. In January, network scientists revealed that your friends are probably wealthier and happier, too.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T10:44:00-05:00\" title=\"2014-12-31T10:44:00-05:00\" class=\"ago\">2 days ago</time></h3>\r\n            <h1>Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533591/device-squeezes-cells-to-get-drugs-in/\" title=\"A new way to get materials into cells might clear the way for powerful treatments for diseases like cancer and HIV.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>A Microfluidic Device Squeezes Cells to Deliver Drugs</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/collection/innovative-technologies-for-increasing-efficiency/\">\r\n  <article>\r\n            <h1>Innovative Technologies for Increasing Efficiency </h1>\r\n          <div class=\"sponsor\">\r\n                  Brought to you by                          <img src=\"http://www.technologyreview.com/sites/default/files/sponsor_logos/purestoragelogo1_1.jpg\" width=\"192\" height=\"32\" alt=\"Pure Storage\" />                      </div>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533871/could-passenger-planes-be-tracked-more-closely/\" title=\"Several technologies allow aircraft to be tracked over the ocean via satellite, but most solutions are costly.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How Can an Aircraft Disappear Over the Ocean?</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\" title=\"An upgrade to the Roadster extends its range and shows how far battery technology has come.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How an Upgraded Tesla Travels 400 Miles on a Charge</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533746/best-of-2014-evidence-grows-that-online-social-networks-have-insidious-negative-effects/\" title=\"In August, a study of 50,000 people in Italy concluded that online social networks have a significant negative impact on individual welfare.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T10:40:00-05:00\" title=\"2014-12-30T10:40:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>Best of 2014: Evidence Grows That Online Social Networks Have Insidious Negative Effects</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533741/best-of-2014-googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"In October, DeepMind unveiled a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T10:20:00-05:00\" title=\"2014-12-29T10:20:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Best of 2014: Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\" title=\"In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-28T00:00:00-05:00\" title=\"2014-12-28T00:00:00-05:00\" class=\"ago\">6 days ago</time></h3>\r\n            <h1>Rechargeable Fuel and Printed Body Parts: The Year in Materials</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533681/2014-in-numbers-huge-valuations-shocking-security-stats-and-a-big-climate-deal/\" title=\"From Facebook’s purchase of WhatsApp to the possibility of peak coal in China, the numbers told the tale.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-27T00:00:00-05:00\" title=\"2014-12-27T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>The Biggest Technology Stories of the Year, Told in Numbers</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n        </div>\r\n              <div  style=\"display: none;\">\r\n                  \r\n  \r\n  \r\n            <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\" title=\"An upgrade to the Roadster extends its range and shows how far battery technology has come.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How an Upgraded Tesla Travels 400 Miles on a Charge</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533741/best-of-2014-googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"In October, DeepMind unveiled a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T10:20:00-05:00\" title=\"2014-12-29T10:20:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Best of 2014: Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/532156/googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"DeepMind has built a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-10-29T10:41:00-04:00\" title=\"2014-10-29T10:41:00-04:00\" class=\"ago\">2 months ago</time></h3>\r\n            <h1>Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/532886/how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"Google engineers have trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-01T13:29:00-05:00\" title=\"2014-12-01T13:29:00-05:00\" class=\"ago\">1 month ago</time></h3>\r\n            <h1>How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics </h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\" title=\"In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-28T00:00:00-05:00\" title=\"2014-12-28T00:00:00-05:00\" class=\"ago\">6 days ago</time></h3>\r\n            <h1>Rechargeable Fuel and Printed Body Parts: The Year in Materials</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/523326/how-google-cracked-house-number-identification-in-street-view/\" title=\"Google can identify and transcribe all the views it has of street numbers in France in less than an hour, thanks to a neural network that’s just as good as human operators. Now its engineers reveal how they developed it.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-01-06T14:50:46-05:00\" title=\"2014-01-06T14:50:46-05:00\" class=\"ago\">12 months ago</time></h3>\r\n            <h1>How Google Cracked House Number Identification in Street View</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\" title=\"The friendship paradox is the empirical observation that your friends have more friends than you do. In January, network scientists revealed that your friends are probably wealthier and happier, too.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T10:44:00-05:00\" title=\"2014-12-31T10:44:00-05:00\" class=\"ago\">2 days ago</time></h3>\r\n            <h1>Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/405384/tracing-your-ancestry/\" title=\"DNA tests to find out your ancestry are growing in popularity. But do they really work? And are they worth it?\">\r\n  <article>\r\n          <h3><time datetime=\"2006-02-24T00:00:00-05:00\" title=\"2006-02-24T00:00:00-05:00\" class=\"ago\">8 years ago</time></h3>\r\n            <h1>Tracing Your Ancestry</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533746/best-of-2014-evidence-grows-that-online-social-networks-have-insidious-negative-effects/\" title=\"In August, a study of 50,000 people in Italy concluded that online social networks have a significant negative impact on individual welfare.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T10:40:00-05:00\" title=\"2014-12-30T10:40:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>Best of 2014: Evidence Grows That Online Social Networks Have Insidious Negative Effects</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/photoessay/533426/the-troll-hunters/\" title=\"A group of journalists and researchers wade into ugly corners of the Internet to expose racists, creeps, and hypocrites. Have they gone too far?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-18T00:05:00-05:00\" title=\"2014-12-18T00:05:00-05:00\" class=\"ago\">2 weeks ago</time></h3>\r\n            <h1>Meet the Dogged Researchers Who Try to Unmask Haters Online</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533176/hundreds-of-portuguese-buses-and-taxis-are-also-wi-fi-routers/\" title=\"Routers on 600 buses and taxis allow free Internet access and collect data for city planners.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-26T00:00:00-05:00\" title=\"2014-12-26T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Hundreds of Buses and Taxis in Portugal Form a Mesh Wi-Fi Network</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n        </div>\r\n              <div  style=\"display: none;\">\r\n                  \r\n  \r\n  \r\n            <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533601/singapore-wants-a-driverless-version-of-uber/\" title=\"Singapore plans to let anyone test driverless cars in one of its busy neighborhoods in 2015.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-23T00:00:00-05:00\" title=\"2014-12-23T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Singapore Plans Driverless Vehicles, But You’ll Have to Share</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533541/a-prototype-battery-could-double-the-range-of-electric-cars/\" title=\"Startup Seeo has developed batteries that store far more energy than conventional ones, which could extend the range of electric cars.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-23T00:00:00-05:00\" title=\"2014-12-23T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>A Solid-State Battery Could Double Electric Car Range</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533176/hundreds-of-portuguese-buses-and-taxis-are-also-wi-fi-routers/\" title=\"Routers on 600 buses and taxis allow free Internet access and collect data for city planners.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-26T00:00:00-05:00\" title=\"2014-12-26T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Hundreds of Buses and Taxis in Portugal Form a Mesh Wi-Fi Network</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/531911/isaac-asimov-asks-how-do-people-get-new-ideas/\">\r\n  <article>\r\n          <h3><time datetime=\"2014-10-20T12:15:00-04:00\" title=\"2014-10-20T12:15:00-04:00\" class=\"ago\">2 months ago</time></h3>\r\n            <h1>Published for the First Time: a 1959 Essay by Isaac Asimov on Creativity</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533366/fixing-autism-research/\" title=\"We need to come to grips with what autism really is.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-18T00:05:02-05:00\" title=\"2014-12-18T00:05:02-05:00\" class=\"ago\">2 weeks ago</time></h3>\r\n            <h1>We’re Doing Autism Research All Wrong</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/421999/astronomers-find-first-evidence-of-other-universes/\" title=\"Our cosmos was “bruised” in collisions with other universes. Now astronomers have found the first evidence of these impacts in the cosmic microwave background.\">\r\n  <article>\r\n          <h3><time datetime=\"2010-12-13T00:10:00-05:00\" title=\"2010-12-13T00:10:00-05:00\" class=\"ago\">4 years ago</time></h3>\r\n            <h1>Astronomers Find First Evidence of Other Universes</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/528836/forget-the-shortest-route-across-a-city-new-algorithm-finds-the-most-beautiful/\" title=\"If you prefer beautiful routes over short ones, GPS mapping algorithms are of little use. But Yahoo researchers have come up with an approach that could change that.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-07-08T10:00:26-04:00\" title=\"2014-07-08T10:00:26-04:00\" class=\"ago\">5 months ago</time></h3>\r\n            <h1>Forget the Shortest Route Across a City; New Algorithm Finds the Most Beautiful  </h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/506466/given-tablets-but-no-teachers-ethiopian-children-teach-themselves/\" title=\"A bold experiment by the One Laptop Per Child organization has shown “encouraging” results.\">\r\n  <article>\r\n          <h3><time datetime=\"2012-10-29T00:00:10-04:00\" title=\"2012-10-29T00:00:10-04:00\" class=\"ago\">2 years ago</time></h3>\r\n            <h1>Given Tablets but No Teachers, Ethiopian Children Teach Themselves</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/514581/government-lab-reveals-quantum-internet-operated-continuously-for-over-two-years/\" title=\"A quantum internet capable of sending perfectly secure messages has been running at Los Alamos National Labs for the last two and a half years, say researchers\">\r\n  <article>\r\n          <h3><time datetime=\"2013-05-06T02:11:41-04:00\" title=\"2013-05-06T02:11:41-04:00\" class=\"ago\">1 year ago</time></h3>\r\n            <h1>Government Lab Reveals It Has Operated Quantum Internet for Over Two Years</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/507531/first-teleportation-from-one-macroscopic-object-to-another/\" title=\"Physicists have teleported quantum information from one ensemble of atoms to another 150 metres away, a demonstration that paves the way towards quantum routers and a quantum Internet\">\r\n  <article>\r\n          <h3><time datetime=\"2012-11-15T08:39:53-05:00\" title=\"2012-11-15T08:39:53-05:00\" class=\"ago\">2 years ago</time></h3>\r\n            <h1>First Teleportation from One Macroscopic Object to Another</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/lists/innovators-under-35/2014/\" title=\"Our 14th annual celebration of people who are driving the next generation of technological breakthroughs.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-08-19T00:01:00-04:00\" title=\"2014-08-19T00:01:00-04:00\" class=\"ago\">4 months ago</time></h3>\r\n            <h1>35 Innovators Under 35 | 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n        </div>\r\n          </div><!-- /#the-feed /.overview -->\r\n  </div><!-- /.viewport -->\r\n</div><!-- /.feed-wrap -->\r\n<!-- homepage feed: story explore: generated: 2015-01-03T05:20:17-05:00 -->\r\n          </div><!-- /.wrapper -->\r\n  </section><!-- /#related -->\r\n\r\n\r\n\r\n\r\n<section id=\"comments\" class=\"clearfix article\">\r\n        <div class=\"sidebar right\">\r\n      <aside id=\"comments-ad-right\" class=\"ad-right sticky\" data-stick-to=\"#comments\">\r\n        <div id=\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\");\n    });\n  </script>\n</div>\n</div>      </aside>\r\n    </div>\r\n  \r\n  <div class=\"comments-container\">\r\n    \r\n<div id=\"livefyre\"></div>\r\n<div id=\"livefyre-mobile\"><a href=\"#\">Show comments &raquo;</a></div>\r\n<div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Conversation powered by Livefyre</a></div>\r\n<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n  livefyreInit(\r\n    // loginUrl\r\n    \"\\/login\\/?destination=node\\/532796%23comments\",\r\n    // overlayLoginUrl\r\n    \"\\/login\\/?return=livefyreOverlayReturn&destination=node\\/532796%23comments\",\r\n    // logoutUrl\r\n    \"\\/logout\\/?destination=node\\/532796%23comments\",\r\n    // configInit\r\n    function() {\r\nvar lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IldobyBPd25zIHRoZSBCaWdnZXN0IEJpb3RlY2ggRGlzY292ZXJ5IG9mIHRoZSBDZW50dXJ5PyIsInVybCI6Imh0dHA6XC9cL3d3dy50ZWNobm9sb2d5cmV2aWV3LmNvbVwvZmVhdHVyZWRzdG9yeVwvNTMyNzk2XC93aG8tb3ducy10aGUtYmlnZ2VzdC1iaW90ZWNoLWRpc2NvdmVyeS1vZi10aGUtY2VudHVyeVwvIiwidGFncyI6IiIsImNoZWNrc3VtIjoiY2E3MDZmODU4NTRiOTYwYzc3ZDJjNDFkZDczZDJjZjciLCJhcnRpY2xlSWQiOiJuaWRfNTMyNzk2In0.UZbHtdywMRefW1oNIv_cXDSG_diNhUuXkXWCaaH06Y0\",\"checksum\":\"ca706f85854b960c77d2c41dd73d2cf7\",\"siteId\":\"296821\",\"articleId\":\"nid_532796\",\"el\":\"livefyre\"}];var conv = fyre.conv.load({\"network\": \"technologyreview.fyre.co\", \"authDelegate\": livefyreAuthDelegate}, lf_config);\r\n    }\r\n  );\r\n});\r\n</script>\r\n  </div>\r\n</section>\r\n\r\n  </div>\r\n</div>\r\n  </div>\n        \n      </div></div> <!-- /.section, /#content -->\n\n    </div></div> <!-- /#main, /#main-wrapper -->\n\n  </div></div> <!-- /#page, /#page-wrapper -->\n  \n        <section class=\"ad-bar white\">\r\n    <div class=\"wrapper\">\r\n      <div id=\"block-dfp-2bdcdff3e37522940050806b53efb5e9\" class=\"block block-dfp\">\r\n\r\n    \r\n  <div >\r\n    <div id=\"dfp-ad-tr_www_footer_post_body_landscape-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_footer_post_body_landscape\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_footer_post_body_landscape\");\n    });\n  </script>\n</div>\n</div>  </div>\r\n</div>\r\n    </div>\r\n  </section>\r\n    \n      \r\n  <div class=\"hr\"></div>\r\n  \r\n  <section id=\"elsewhere\">\r\n    \r\n    <div id=\"new-and-trending\">\r\n              <h2>New &amp; Trending</h2>\r\n        <div class=\"view view-popular-bar view-id-popular_bar view-display-id-new_and_trending view-dom-id-5f98eb00f05dc0d81c66c04c932cb890\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"trends\">\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.trends -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div><div class=\"view view-new-and-trending-recent view-id-new_and_trending_recent view-display-id-block view-dom-id-f9d51241447de9557e4183b193e22d64\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n                <ul class=\"articles\">                  <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533761/best-of-2014-the-revolutionary-technique-that-quietly-changed-machine-vision-forever/\">Best of 2014: The Revolutionary Technique That Quietly Changed Machine Vision Forever</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533791/seven-must-read-stories-week-ending-january-3-2014/\">Seven Must-Read Stories (Week Ending January 3, 2014)</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\">Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\">Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</a></h1>\r\n  </article>            </li>\r\n              </ul>          </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>          </div><!-- /#new-and-trending -->\r\n    \r\n    <div id=\"from-the-archives\">\r\n              <h2>From the Archives</h2>\r\n        \r\n                \r\n  \r\n  \r\n                  <ul class=\"articles\">                  <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/405427/10-emerging-technologies/\">10 Emerging Technologies</a></h1>\n  <h2><a href=\"/featuredstory/405427/10-emerging-technologies/\">8 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/400105/a-study-in-complexity/\">A Study in Complexity</a></h1>\n  <h2><a href=\"/featuredstory/400105/a-study-in-complexity/\">17 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/402240/stopping-pain/\">Stopping Pain</a></h1>\n  <h2><a href=\"/featuredstory/402240/stopping-pain/\">11 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/400803/toward-sharing-the-genome/\">Toward Sharing the Genome</a></h1>\n  <h2><a href=\"/featuredstory/400803/toward-sharing-the-genome/\">14 years ago</a></h2>\n</article>            </li>\r\n              </ul>        \r\n  \r\n  \r\n  \r\n  \r\n  \r\n      \r\n        <ul class=\"timeline\">\r\n          <li><a href=\"/magazine/archive/2012/\" class=\"more up\">more</a></li>\r\n          <li><a href=\"/magazine/archive/2012/\">2012</a></li>\r\n          <li><a href=\"/magazine/archive/2011/\">2011</a></li>\r\n          <li><a href=\"/magazine/archive/2010/\">2010</a></li>\r\n          <li><a href=\"/magazine/archive/2000s/\">2009</a></li>\r\n          <li><a href=\"/magazine/archive/2000s/\">2008</a></li>\r\n          <li><a href=\"/magazine/archive/1899/\">...1899</a></li>\r\n          <li><a href=\"/magazine/archive/2012/\" class=\"more down\">more</a></li>\r\n        </ul>\r\n          </div><!-- /#from-the-archives -->\r\n    \r\n  </section><!-- /#elsewhere -->\r\n  \n  \n    <div id=\"welcome-overlay\">\n      <a href=\"#\" class=\"closer img\">Close</a>\n\n      <h1>Introducing MIT Technology Review Insider.</h1>\n\n      <div id=\"container\">\n        <section>\n          <h3>Already a Magazine subscriber?</h3>\n          <p>\n            You're automatically an Insider. It's easy to activate or upgrade your account.\n          </p>\n        <a href=\"/getinsider/activate/\">Activate Your Account</a>\n        </section>\n\n        <section>\n          <h3>Become an Insider</h3>\n          <p>\n            It's the new way to subscribe. Get even more of the tech news, research, and discoveries you crave.\n          </p>\n          <a href=\"/getinsider/\">Sign Up</a>\n        </section>\n\n        <section>\n          <h3>Learn More</h3>\n          <p>\n            Find out why MIT Technology Review Insider is for you and explore your options.\n          </p>\n          <a href=\"/getinsider/#benefits\">Show Me</a>\n        </section>\n      </div><!-- /#container -->\n    </div><!-- /#welcome-overlay -->\n\n\n    <footer id=\"tr-global-footer\">\n      <nav>\n        <div class=\"wrapper\">\n        <div id=\"menu_footer_selector\">\n    <a href=\"/\">News and Analysis</a>\n</div>\n\n<ul>\n  <li><a href=\"/\">Home</a></li>\n  <li><a href=\"/popular/\">Popular</a></li>\n  <li><a href=\"/stream/\">Today's News</a></li>\n  <li><a href=\"/views/\">Blogs</a></li>\n  <li><a href=\"/photogalleries/\">Photo Galleries</a></li>\n  <li><a href=\"/videos/\">Videos</a></li>\n</ul>\n          <a id=\"btt\" href=\"#tr-global-nav\">Back to Top</a>\n        </div>\n      </nav>\n\n      <div class=\"wrapper\">\n        <p class=\"mission\">The mission of MIT Technology Review is to equip its audiences with the intelligence to understand a world shaped by technology.</p>\n\n        <ul class=\"boxes\">\n          <a href=\"/editions/\" class=\"go-editions-selector\"><li>\n            <h3>Editions</h3>\n            <p>Find your preferred version. Choose from six languages and in 13 regions worldwide.</p>\n          </li></a>\n          <a href=\"/magazine/archives/\"><li>\n            <h3>Archives</h3>\n            <p>Explore 116 years of innovation from the most respected technology publication.</p>\n          </li></a>\n          <a href=\"/lists/\"><li>\n            <h3>Lists</h3>\n            <p>Discover the most important people, companies and technologies shaping our future.</p>\n          </li></a>\n          <a href=\"/events/\"><li>\n            <h3>Events</h3>\n            <p>Attend one of our over 400 thought-provoking live events worldwide.</p>\n          </li></a>\n          <a href=\"/subscribe/\" class=\"last\"><li>\n            <h3>Subscribers</h3>\n            <p>Have <em>MIT Technology Review</em> delivered to your doorstep, desktop, or tablet. <!--<strong>Subscribe &raquo;</strong>--></p>\n          </li></a>\n        </ul>\n\n        <div class=\"hr\"></div>\n\n        <section class=\"footer-lists\">\n          <ul class=\"footer-list first\">\n            <li class=\"header\"><h3>More</h3></li>\n            <li><a href=\"http://newsletters.technologyreview.com\">Newsletters</a></li>\n            <li><a href=\"http://www.mitef.org\" target=\"_blank\">MIT Enterprise Forum</a></li>\n            <li><a href=\"/magazine/mitnews/\">MIT News Magazine</a></li>\n            <li><a href=\"http://www.emtechmit.com\" target=\"_blank\">EmTech</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/about/\">Company</a></h3></li>\n            <li><a href=\"/about/\">About Us</a></li>\n            <li><a href=\"/careers/\">Work for Us</a></li>\n            <li><a href=\"/media/\">Advertise with Us</a></li>\n            <li><a href=\"/about/permissions/\">Reprints and Permissions</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/my/\">Your Account</a></h3></li>\n            <li><a href=\"/join/\">Join</a></li>\n            <li><a href=\"/my/\">View Profile</a></li>\n            <li><a href=\"/my/\">Manage Account</a></li>\n            <li><a href=\"/support/\">Manage Subscription</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/support/\">Customer Support</a></h3></li>\n            <li><a href=\"/support/\">Help / Support</a></li>\n            <li><a href=\"/contact/\">Contact us</a></li>\n            <li><a href=\"/contact/submit/\">Feedback</a></li>\n            <li><a href=\"/sitemap/\">Sitemap</a></li>\n          </ul>\n\n          <aside>\n            <h3><a href=\"/connect/\">Connect</a></h3>\n            <ul class=\"social-icons\">\n              <li><a target=\"_blank\" href=\"http://twitter.com/techreview\" id=\"social-twitter\">Twitter</a></li>\n              <li><a target=\"_blank\" href=\"https://www.linkedin.com/company/mit-technology-review\" id=\"social-linkedin\">LinkedIn</a></li>\n              <li><a target=\"_blank\" href=\"http://www.youtube.com/user/technologyreview\" id=\"social-youtube\">YouTube</a></li>\n              <li><a target=\"_blank\" href=\"https://google.com/+technologyreview/\" id=\"social-google\" rel=\"publisher\">Google+</a></li>\n              <li><a target=\"_blank\" href=\"http://www.stumbleupon.com/channel/TechReview\" id=\"social-stumbleupon\">StumbleUpon</a></li>\n              <li><a target=\"_blank\" href=\"https://www.facebook.com/technologyreview\" id=\"social-facebook\">Facebook</a></li>\n              <li><a target=\"_blank\" href=\"/connect/#rss\" id=\"social-rss\">RSS</a></li>\n              <li><a target=\"_blank\" href=\"/connect/#mobile\" id=\"social-mobile\">Mobile</a></li>\n            </ul>\n          </aside>\n        </section>\n\n        <a href=\"/\"><h2>MIT Technology Review</h2></a>\n\n        <ul id=\"terms-privacy\">\n          <li><a href=\"/about/ethics-statement/\">Ethics Statement</a></li>\n          <li><a href=\"/about/terms-of-service/\">Terms of Service</a></li>\n                    <li><a href=\"/about/privacy/\">Privacy</a></li>\n          <li><a href=\"/about/commenting-guidelines/\">Commenting Guidelines</a></li>\n        </ul>\n\n        <ul id=\"copy-version\">\n          <li><a href=\"/about/terms-of-service/\">&copy; 2015</a></li>\n          <li>v1.13.05.10</li>\n        </ul>\n      </div>\n    </footer>\n\n<!-- addthis -->\n  <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4df12eda07a410ab&async=1\"></script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"technologyreview.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<!-- crazyegg -->\n  <script type=\"text/javascript\">\n  setTimeout(function(){var a=document.createElement(\"script\");\n  var b=document.getElementsByTagName(\"script\")[0];\n  a.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/9154.js?\"+Math.floor(new Date().getTime()/3600000);\n  a.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n  </script>\n\n<!-- Livefyre comment count -->\n<script type=\"text/javascript\" data-lf-domain=\"technologyreview.fyre.co\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n<script type=\"text/javascript\">\nLF.CommentCount({\n  replacer: function(element, count) {\n    var formatSingular = element.getAttribute(\"data-lf-format-singular\");\n    var formatPlural = element.getAttribute(\"data-lf-format-plural\");\n    if (formatSingular && formatPlural) {\n      if (count == 1) {\n        element.innerHTML = formatSingular.replace(\"@count\", count);\n      } else {\n        element.innerHTML = formatPlural.replace(\"@count\", count);\n      }\n    } else {\n      element.innerHTML = count;\n    }\n\n    var minComments = 1;\n    // Get the minimum comments from the HTML attribute, if there is one.\n    var htmlMinComments = element.getAttribute(\"data-lf-min-comments\");\n    if (htmlMinComments) {\n      minComments = 1 * htmlMinComments;\n    }\n\n    var displayElement = element;\n    // If we need to hide/show a parent element instead of the element itself,\n    // we specify the jQuery .parent() selector in the attribute data-lf-display-parents.\n    var displayParentSelector = element.getAttribute(\"data-lf-display-parents\");\n    if (displayParentSelector) {\n      var displayElementParents = $(displayElement).parents(displayParentSelector);\n      if (displayElementParents.length > 0)\n        displayElement = displayElementParents[0];\n    }\n\n    var displayAltElement = null;\n    var displayAltParentsSelector = element.getAttribute(\"data-lf-display-alt-parents\");\n    var displayAltSelector = element.getAttribute(\"data-lf-display-alt\");\n    if (displayAltParentsSelector && displayAltSelector) {\n      displayAltParents = $(element).parents(displayAltParentsSelector);\n      if (displayAltParents.length > 0) {\n        var displayAltParent = displayAltParents[0];\n        var displayAltElements = $(displayAltParent).find(displayAltSelector);\n        if (displayAltElements.length > 0)\n          displayAltElement = displayAltElements[0];\n      }\n    }\n\n    // Hide the element if it doesn't have enough comments.\n    if (count >= minComments) {\n      displayElement.style.display = \"\";\n      // Hide the alternate element.\n      if (displayAltElement)\n        displayAltElement.style.display = \"none\";\n    } else {\n      displayElement.style.display = \"none\";\n      // Show the alternate element.\n      if (displayAltElement)\n        displayAltElement.style.display = \"\";\n    }\n  }\n});\n</script>\n\n\n\n<!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"16198136\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=16198136&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- removed 2013 May 6 // not an async load\n<script type=\"text/javascript\" src=\"http://amch.questionmarket.com/adsc/d921388/108/1017567/randm.js\"></script>\n -->\n\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\n  var _qevents = _qevents || [];\n\n  (function() {\n  var elem = document.createElement('script');\n  elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n  elem.async = true;\n  elem.type = \"text/javascript\";\n  var scpt = document.getElementsByTagName('script')[0];\n  scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n  qacct:\"p-ffE9vWW7lzZG-\",\n  labels:\"Biomedicine\"\n  });\n</script>\n\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-ffE9vWW7lzZG-.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = 56444;\n    _sf_async_config.domain = 'technologyreview.com';\n    _sf_async_config.useCanonical = true;\n    _sf_async_config.sections = \"Biomedicine\";\n    _sf_async_config.authors = \"Antonio Regalado\";\n    /** CONFIGURATION END **/\n    (function(){\n      function loadChartbeat() {\n        window._sf_endpt=(new Date()).getTime();\n        var e = document.createElement('script');\n        e.setAttribute('language', 'javascript');\n        e.setAttribute('type', 'text/javascript');\n        e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n        document.body.appendChild(e);\n      }\n      var oldonload = window.onload;\n      window.onload = (typeof window.onload != 'function') ?\n         loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n\n  </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/technologyreview.com2.html",
    "content": "<!DOCTYPE html>\n<html itemscope itemtype=\"http://schema.org/Article\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\"\n  xmlns:og=\"http://ogp.me/ns#\"\n  xmlns:article=\"http://ogp.me/ns/article#\"\n  xmlns:book=\"http://ogp.me/ns/book#\"\n  xmlns:profile=\"http://ogp.me/ns/profile#\"\n  xmlns:video=\"http://ogp.me/ns/video#\">\n\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\n  <!-- chartbeat -->\n  <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta name=\"viewport\" content=\"width=1040\" /><!--[if IE]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]--><meta name=\"description\" content=\"Millions of batteries discarded with computers have more than enough life to power home lighting for one year, researchers in India say.\" />\n<meta name=\"robots\" content=\"NOODP\" />\n<meta name=\"news_keywords\" content=\"batteries, developing world, lithiumion laptop batteries, third world, Energy, Materials\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<link rel=\"canonical\" href=\"http://www.technologyreview.com/news/532896/discarded-laptop-batteries-keep-the-lights-on/\" />\n<link rel=\"shortlink\" href=\"http://www.technologyreview.com/node/532896/\" />\n<meta property=\"og:site_name\" content=\"MIT Technology Review\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.technologyreview.com/news/532896/discarded-laptop-batteries-keep-the-lights-on/\" />\n<meta property=\"og:title\" content=\"Old Laptop Batteries Could Help Power the Developing World | MIT Technology Review\" />\n<meta property=\"og:description\" content=\"Millions of batteries discarded with computers have more than enough life to power home lighting for one year, researchers in India say.\" />\n<meta property=\"og:updated_time\" content=\"2014-12-11T13:48:24-05:00\" />\n<meta property=\"og:image\" content=\"http://www.technologyreview.com/sites/default/files/images/developing.batteriesx392.jpg\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@techreview\" />\n<meta name=\"twitter:site:id\" content=\"15808647\" />\n<meta name=\"twitter:creator\" content=\"@David_A_Talbot\" />\n<meta property=\"article:published_time\" content=\"2014-12-03T17:15:00-05:00\" />\n<meta property=\"article:modified_time\" content=\"2014-12-11T13:48:24-05:00\" />\n<meta name='parsely-page' content='{\"title\":\"Discarded Laptop Batteries Keep the Lights On\",\"link\":\"http:\\/\\/www.technologyreview.com\\/news\\/532896\\/discarded-laptop-batteries-keep-the-lights-on\\/\",\"image_url\":\"http:\\/\\/www.technologyreview.com\\/sites\\/default\\/files\\/images\\/developing.batteriesx392.jpg\",\"type\":\"post\",\"post_id\":\"532896\",\"pub_date\":\"2014-12-03T22:15:00Z\",\"section\":\"Energy\",\"author\":\"David Talbot\",\"tags\":[\"developing world\",\"third world\",\"GroupType*Collection\",\"GroupName*Innovative Technologies for Increasing Efficiency \"]}' />\n  <meta http-equiv=\"content-language\" content=\"en-us\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n  <link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://www.technologyreview.com/opensearch.xml\" title=\"Search MIT Technology Review\" />\n\n  <title>Old Laptop Batteries Could Help Power the Developing World | MIT Technology Review</title>\n  <link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_M3MVjPa7LUxFguW0ui5mVeg_9JzJpvmjAFAFGBfLJDw.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_n7aK8s-ciXhQyEYWNOJtISbWxtxQiQvnD-N_xWUtD5A.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_lITaa-ggKdPrg5ARdsiVSj4vmTJlyz93h5vzbBeXhA0.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/utilities.css?nh1xun\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/sections.css?nh1xun\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/base.css?nh1xun\" media=\"all\" />\n\n<!--[if (gte IE 9)|(!IE)]><!-->\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_ZiA8jYoG3j_rR5J-aQxesBUuiTRnQLpvgaYzI__ZvJI.css\" media=\"all\" />\n<!--<![endif]-->\n\n<!--[if lte IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css__fVvpbpc3eAFQd6IcCzBRfkkll3c7dtqxrAgRYsXPLo.css\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/utilities-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/sections-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/all/themes/mittr/global/css/base-px.css?nh1xun\" media=\"all\" />\n<![endif]-->\n\n<!--[if lt IE 9]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_kFqDhf280EHTyixVGzwMz-b-EDAnpkR9vms2v09LBiI.css\" media=\"all\" />\n<![endif]-->\n\n<!--[if IE 8]>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.technologyreview.com/sites/default/files/css/css_ej7fEeO3AKwwJmmsXDgI-u4KDp-OSdJq622Cn83w7no.css\" media=\"all\" />\n<![endif]-->\n<style type=\"text/css\" media=\"all\">\n<!--/*--><![CDATA[/*><!--*/\n#biz_report_big_data_story_static_embed{display:block;overflow:hidden;}#biz_report_big_data_story_static_embed a{display:block;overflow:hidden;background-color:#F0F0F0;padding:2.0rem;border:1px solid #F0F0F0;}#biz_report_big_data_story_static_embed a h4,#biz_report_big_data_story_static_embed a a h4{font-family:\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:1.0rem;line-height:3.1rem;color:#000;float:right;padding:1.0rem;background-color:#fff;}#biz_report_big_data_story_static_embed a h4 img,#biz_report_big_data_story_static_embed a a h4 img{float:none;vertical-align:middle;}#biz_report_big_data_story_static_embed a h4,#biz_report_big_data_story_static_embed a img.cover{float:right;margin-top:.25rem;}#biz_report_big_data_story_static_embed a h2{display:block;overflow:hidden;font-family:\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:2rem;line-height:2.5rem;font-weight:500;margin:0 0 1rem 0;color:#000;}#biz_report_big_data_story_static_embed a h3{display:block;overflow:hidden;font-family:\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:1.5rem;line-height:2rem;font-weight:500;margin:1.5rem 0 1rem 0;color:#000;}#biz_report_big_data_story_static_embed a p{display:block;overflow:hidden;font-family:\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:1.5rem;line-height:2.2rem;margin:1.5rem 0;color:#000;width:47%;float:left;clear:left;}#biz_report_big_data_story_static_embed a p span.cta{font-family:\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-size:1.2rem;color:#206f96;}#biz_report_big_data_story_static_embed a p span.cta.block{font-family:\"NHG-text\",\"NHG\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;font-weight:500;display:block;height:2.7rem;width:15.5rem;line-height:2.7rem;padding-left:1.0rem;padding-right:1.5rem;margin:0rem;margin-top:1.0rem;overflow:hidden;text-transform:uppercase;color:#FFF;background-color:#206f96;}#biz_report_big_data_story_static_embed a p:last-child{margin-bottom:0;}#biz_report_big_data_story_static_embed a:hover{border:1px solid #ccc;}\n\n/*]]>*/-->\n</style>\n  <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_PdiuypZMI8o81AYEdTHwjRslVPEF69JFzr7Y9sMWt4s.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\ngoogletag.slots = googletag.slots || {};\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://www.googletagservices.com/tag/js/gpt.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_grZchma6N5l-nv2tQMD7oKiAiwGnuF_8OUvvo29416I.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_head_post_nav_landscape\"] = googletag.defineSlot(\"/3293/technologyreview/www/head/post-nav/landscape\", [[728, 90], [970, 90], [970, 66], [1020, 90], [970, 250]], \"dfp-ad-tr_www_head_post_nav_landscape\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_body_rail_right_top_portrait\"] = googletag.defineSlot(\"/3293/technologyreview/www/body/rail-right/top-portrait\", [[300, 250], [300, 600], [300, 1050], [160, 600]], \"dfp-ad-tr_www_body_rail_right_top_portrait\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_body_rail_right_bottom_portrait_sticky\"] = googletag.defineSlot(\"/3293/technologyreview/www/body/rail-right/bottom-portrait-sticky\", [[300, 250], [300, 600], [160, 600]], \"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.slots[\"tr_www_footer_post_body_landscape\"] = googletag.defineSlot(\"/3293/technologyreview/www/footer/post-body/landscape\", [[728, 90], [970, 90], [970, 66], [1020, 90]], \"dfp-ad-tr_www_footer_post_body_landscape\")\n  .addService(googletag.pubads());\n//--><!]]>\n</script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\ngoogletag.cmd.push(function() {\n  googletag.pubads().enableAsyncRendering();\n  googletag.pubads().enableSingleRequest();\n  googletag.pubads().collapseEmptyDivs();\n  googletag.pubads().setTargeting(\"pubdate\", \"2014-12-03\");\n  googletag.pubads().setTargeting(\"channel\", \"Energy\");\n  googletag.pubads().setTargeting(\"channel\", \"Materials\");\n  googletag.pubads().setTargeting(\"contributor\", \"David Talbot\");\n  googletag.pubads().setTargeting(\"page_id\", \"tr_www_532896\");\n  googletag.pubads().setTargeting(\"section\", \"news\");\n  googletag.pubads().setTargeting(\"group_type\", \"Collection\");\n  googletag.pubads().setTargeting(\"group_name\", \"Innovative Technologies for Increasing Efficiency\");\n  googletag.pubads().setTargeting(\"story_type\", \"News\");\n});\ngoogletag.enableServices();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_WTFfm_8T2Yj6h4HQv-iGPLLU3MhQX9EBx6sOtcAivcY.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\nvar _gaq = _gaq || [];_gaq.push([\"_setAccount\", \"UA-7747898-5\"]);_gaq.push([\"_setDomainName\", \"technologyreview.com\"]);_gaq.push(['_setCustomVar', 1, \"PageDetails\", \"PageType*News!PubDate*2014-12-03\", 3]);_gaq.push(['_setCustomVar', 2, \"Contributor\", \"Name*David Talbot\", 3]);_gaq.push(['_setCustomVar', 3, \"Channel\", \"Energy\", 3]);_gaq.push(['_setCustomVar', 4, \"Group\", \"Type*Collection!Name*Innovative Technologies for Increasing Efficiency \", 3]);var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n_gaq.push(['_require', 'inpage_linkid', pluginUrl]);_gaq.push([\"_trackPageview\"]);_gaq.push(['rollup._setAccount', 'UA-7747898-17']);\r\n_gaq.push(['rollup._trackPageview', '/tr/www' + window.location.pathname + window.location.search]);(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);})();\n//--><!]]>\n</script>\n<script type=\"text/javascript\" src=\"http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.6/prefixfree.min.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_CC-zfeuQHcDhFtVRuKW53h30TL7j_105J32Nz8b8R38.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js__0if8A1GPyQ_jEYQDarKNYg24gsAalkUIHMGMkB8FYo.js\"></script>\n<script type=\"text/javascript\" src=\"https://www.gstatic.com/swiffy/v5.3/runtime.js\"></script>\n<script type=\"text/javascript\" src=\"http://www.technologyreview.com/sites/default/files/js/js_XWBuosgyXoyN2Z-hSHX_cVAzijbzsCNPs6jeYfE2LgQ.js\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\njQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"mittr\",\"theme_token\":\"kJ7BYGh-84W5_10F2A4eA-rtKkDXUpyx1jy1ky0fVGA\",\"js\":{\"https:\\/\\/ajax.googleapis.com\\/ajax\\/libs\\/jquery\\/1.8.2\\/jquery.min.js\":1,\"misc\\/jquery.once.js\":1,\"0\":1,\"http:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\":1,\"misc\\/drupal.js\":1,\"1\":1,\"2\":1,\"3\":1,\"4\":1,\"5\":1,\"sites\\/all\\/modules\\/mittr\\/mittr_livefyre_sync\\/js\\/livefyre.js\":1,\"sites\\/all\\/modules\\/google_analytics\\/googleanalytics.js\":1,\"6\":1,\"http:\\/\\/cdnjs.cloudflare.com\\/ajax\\/libs\\/prefixfree\\/1.0.6\\/prefixfree.min.js\":1,\"misc\\/jquery.cookie.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.sticky.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.simplemodal.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.tinyscrollbar.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/jquery.cookie.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/vendor\\/rivets.min.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/global.js\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/js\\/swiffy\\/loading.js\":1,\"https:\\/\\/www.gstatic.com\\/swiffy\\/v5.3\\/runtime.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/main.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/MobileCompatibilityScript.js\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/js\\/createArticleFlash.js\":1},\"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\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/search\\/search.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"profiles\\/acquia\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/panels\\/css\\/panels.css\":1,\"sites\\/all\\/modules\\/typogrify\\/typogrify.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/utilities.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/sections.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/base.css\":1,\"sites\\/all\\/themes\\/mittr_shared\\/global\\/css\\/fonts.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie-lte9.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/utilities-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/sections-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/base-px.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie-specific.css\":1,\"sites\\/all\\/themes\\/mittr\\/global\\/css\\/ie8-specific.css\":1,\"0\":1}},\"mittrInsider\":{\"active\":false,\"unlocked\":false,\"removeAdsUrl\":\"\\/removeads\\/#destination=node%2F532896\"},\"googleanalytics\":{\"trackOutbound\":1,\"trackMailto\":1,\"trackDownload\":1,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip\",\"trackDomainMode\":\"1\"}});\n//--><!]]>\n</script>\n\n  <!--[if lt IE 9]>\n    <script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>\n  <![endif]-->\n\n  <!-- google analytics universal analytics -->\n  <script>\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n    ga('create', 'UA-7747898-26', 'technologyreview.com');\n    ga('require', 'displayfeatures');\n    ga('set', 'dimension11', 'yottaa_test_control');\n    ga('send', 'pageview', {\"dimension1\":\"no\",\"dimension2\":\"unknown\",\"dimension5\":\"unknown\"});\n  </script>\n\n  <!-- google custom surveys -->\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=niavirq26ph4e\"></script>\n\n</head>\n<body class=\"html not-front not-logged-in no-sidebars page-node page-node- page-node-532896 node-type-article i18n-en\"  id=\"section-news\">\n    \n\r\n    <header id=\"tr-global-header\">\r\n      <div class=\"wrapper\">\r\n        <nav id=\"tr-global-nav\">\r\n          <ul>\r\n            <li class=\"global\"><a href=\"/editions/\" class=\"global menu\"><span>Global Edition</span></a></li>\r\n            <li><a href=\"/getinsider/\" >Insider</a></li>\r\n            <li><a href=\"/magazine/\">Magazine</a></li>\r\n            <li><a href=\"/businessreports/\">Business Reports</a></li>\r\n            <li><a href=\"/lists/\">Lists</a></li>\r\n            <li><a href=\"/events/\">Events</a></li>\r\n            <li id=\"menu_standard_more_button\">\r\n              <a href=\"#\" class=\"menu candrop\"><span>More</span></a>\r\n\r\n              <div id=\"menu_standard_more\">\r\n                <ul>\r\n                  <li><a href=\"/about/\">About</a></li>\r\n                  <li><a href=\"http://newsletters.technologyreview.com\">Newsletters</a></li>\r\n                  <li><a href=\"/support/\">Support</a></li>\r\n                  <li><a href=\"/contact/\">Contact Us</a></li>\r\n                  <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\r\n                  <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\r\n                </ul>\r\n              </div><!-- / menu_sticky_sections -->\r\n            </li>\r\n          </ul>\r\n          <ul class=\"connect\" id=\"menu_standard_connect_button\" >\r\n            <li><a href=\"/connect/\" class=\"menu\">Connect</a></li><!--\r\n                add back: class=candrop and <span />\r\n                <div id=\"menu_standard_connect\"></div>--><!-- /menu_standard_connect -->\r\n          </ul>\r\n        </nav>\r\n\r\n        \r\n        <section id=\"tr-global-editions\">\r\n          <header>\r\n            <h2>Select your localized edition:</h2>\r\n            <!-- <h2><strong>Welcome to MIT Technology Review</strong></h2>\r\n            <p class=\"half-margin\">We have detected that your browser's default language does not match the language of the site you are trying to visit.<br />\r\n              <a href=\"#\">Continuar con el MIT Technology Review en español &raquo;</a>\r\n            </p> -->\r\n            <a class=\"closer\" href=\"#\">Close <span>&times;</span></a>\r\n          </header>\r\n          <aside>\r\n            <ul class=\"languages news\">\r\n              <li class=\"en\" data-lang=\"en\"><a href=\"http://www.technologyreview.com\">English</a></li>\r\n              <li class=\"es\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Espa&ntilde;ol</a></li>\r\n              <li class=\"de\" data-lang=\"de\"><a href=\"http://de.technologyreview.com\">Deutsch</a></li>\r\n              <li class=\"it\" data-lang=\"it\"><a href=\"http://it.technologyreview.com\">Italiano</a></li>\r\n              <li class=\"pt\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Portugu&ecirc;s</a></li>\r\n              <li class=\"zh\" data-lang=\"zh\"><a href=\"http://cn.technologyreview.com\">&#x4E2D;&#x6587;</a></li>\r\n            </ul>\r\n\r\n            <form>\r\n              <h3>Filter by:</h3>\r\n              <ul>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" checked=\"checked\" value=\"news\" /> News and Analysis\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"magazine\" /> Magazine\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"list\" /> List: Innovators Under 35\r\n                  </label>\r\n                </li>\r\n                <li>\r\n                  <label>\r\n                    <input type=\"radio\" name=\"filter\" value=\"events\" /> Conferences and Events\r\n                  </label>\r\n                </li>\r\n              </ul>\r\n            </form>\r\n          </aside>\r\n\r\n          <div class=\"filters news\">\r\n            <div class=\"editions\">\r\n              <ul>\r\n                <li class=\"ar\" data-edition=\"ar\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Argentina</a></li>\r\n                <li class=\"br\" data-edition=\"br\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Brasil</a></li>\r\n                <li class=\"co\" data-edition=\"co\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Colombia</a></li>\r\n                <li class=\"de\" data-edition=\"de\" data-lang=\"de\"><a href=\"http://de.technologyreview.com\">Deutschland</a></li>\r\n              </ul>\r\n              <ul>\r\n                <li class=\"it\" data-edition=\"it\" data-lang=\"it\"><a href=\"http://it.technologyreview.com\">Italia</a></li>\r\n                <li class=\"mx\" data-edition=\"mx\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">México</a></li>\r\n                <li class=\"pt\" data-edition=\"pt\" data-lang=\"pt\"><a href=\"http://pt.technologyreview.com\">Portugal</a></li>\r\n                <li class=\"es\" data-edition=\"es\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Espa&ntilde;a</a></li>\r\n              </ul>\r\n              <ul>\r\n                <li class=\"us\" data-edition=\"us\" data-lang=\"en\"><a href=\"http://www.technologyreview.com\">United States</a></li>\r\n                <li class=\"uy\" data-edition=\"uy\" data-lang=\"es\"><a href=\"http://es.technologyreview.com\">Uruguay</a></li>\r\n                <li class=\"cn\" data-edition=\"cn\" data-lang=\"zh\"><a href=\"http://cn.technologyreview.com\">&#x4E2D;&#x56FD;&#x5927;&#x9646;</a></li>\r\n                <!--<li class=\"pa\" data-edition=\"pa\" data-lang=\"en\"><a href=\"#\">Pan Arab</a></li>-->\r\n              </ul>\r\n            </div>\r\n          </div>\r\n          <div class=\"more\">\r\n            <h3>More Ways to Connect</h3>\r\n            <p><a href=\"http://www.mitef.org/\">Discover one of our 28 local entrepreneurial communities &raquo;</a></p>\r\n            <p class=\"no-margin\"><a href=\"/connect/\">Be the first to know</a> as we launch in new countries and markets around the globe.</p>\r\n            <p class=\"mini no-margin\">Interested in <a href=\"/contact/submit/?type=internationalpartnerships\">bringing MIT Technology Review to your local market?</a></p>\r\n          </div>\r\n        </section>\r\n\r\n        <section id=\"tr-global-search\">\r\n          <form action=\"/search/\" method=\"get\" accept-charset=\"UTF-8\"><div><div class=\"container-inline\">\r\n            <div class=\"form-item form-type-textfield form-item-search-block-form\">\r\n              <label class=\"element-invisible\" for=\"edit-search-block-form--2\">\r\n                Search\r\n              </label>\r\n              <input title=\"Enter the terms you wish to search for.\" onblur=\"if (this.value == &#039;&#039;) {this.value = &#039;Search&#039;;}\" onfocus=\"this.value = &#039;&#039;;\" onclick=\"this.value = &#039;&#039;;\" type=\"text\" id=\"edit-search-block-form--2\" name=\"keys\" value=\"Search\" size=\"30\" maxlength=\"128\" class=\"form-text\" />\r\n            </div>\r\n            <div class=\"form-actions form-wrapper\" id=\"edit-actions\">\r\n              <input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\" class=\"form-submit\" />\r\n            </div>\r\n            </div>\r\n            </div>\r\n          </form>\r\n        </section>\r\n\r\n        <section id=\"tr-global-reads\">\r\n                                    <a class=\"login\" href=\"/login/\" data-overlay=\"modal\">Log In / Join</a>\r\n                              </section>\r\n\r\n        <nav id=\"tr-global-reads-collapsed\">\r\n          <ul class=\"reads\">\r\n            <li><a href=\"/stream/\">New</a></li>\r\n            <li><a href=\"/popular/\">Popular</a></li>\r\n            <li><a href=\"/my/\">Login / Join</a></li>\r\n          </ul>\r\n        </nav>\r\n      </div>\r\n      <div class=\"backing\">\r\n      </div>\r\n    </header>\r\n\r\n    <section id=\"tr-masthead\">\r\n      <div class=\"wrapper\">\r\n        <h2 id=\"logotype\"><a href=\"/\"><span>MIT Technology Review</span><img src=\"/sites/all/themes/mittr/global/i/logo-mittr-black.png\" alt=\"MIT Technology Review - logo\" /></a></h2>\r\n                <nav id=\"tr-main-nav\">\r\n          <div id=\"menu_nav_home_button\" >\r\n            <a href=\"/\" class=\"candrop\">\r\n              <span>Home</span>\r\n              <strong>News &amp; Analysis</strong>\r\n              <em>▾</em>\r\n            </a>\r\n\r\n            <div id=\"menu_nav_home\"></div><!-- /menu_nav_home -->\r\n          </div>\r\n\r\n        <ul class=\"static-nav\">\n  <li><a href=\"/features/\">Features</a></li>\n  <li><a href=\"/views/\">Views</a></li>\n  <li><a href=\"/multimedia/\">Multimedia</a></li>\n  <li><a href=\"/discussions/\">Discussions</a></li>\n  <li><a href=\"/topics/\">Topics</a></li>\n</ul>\n\n    <div class=\"region region-nav-popular-bar\">\n    <div id=\"block-views-popular-bar-nav\" class=\"block block-views\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"view view-popular-bar view-id-popular_bar view-display-id-nav view-dom-id-3cd788f24f59e990d836c1da050e07dc\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"popular-topics off\">\r\n  <li><a href=\"/stream/?sort=popular\">Popular</a>:</li>\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.popular-topics -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>  </div>\r\n</div>\r\n  </div>\n\n<div id=\"navbar-promo-1\" class=\"navbar-promo off\">\n  <a href=\"/getinsider/pricing/\" class=\"clickevent\" data-click-category=\"Insider\" data-click-action=\"Clicked Subscribe\" data-click-label=\"Global Nav Bar - Magazine Cover\">\n    <img src=\"/sites/all/themes/mittr/assets/magazine/current-issue/107wide.jpg?d=2015-01\" alt=\"cover of latest MIT Technology Review magazine issue\" />\n    <span><strong>Subscribe</strong></span>\n  </a>\n</div>\n<div id=\"navbar-promo-2\" class=\"navbar-promo off\">\n  <a href=\"https://ssl.drgnetwork.com/ecom/MTR/app/live/subscriptions?&org=MTR&publ=TR&key_code=TRPRD12&type=S\" class=\"clickevent\" data-click-category=\"Special Publications\" data-click-action=\"Click Buy Now\" data-click-label=\"Global Nav Bar - Twelve Tomorrows 2014 Cover\">\n    <img src=\"http://www.technologyreview.com/sites/default/files/publications/twelve-tomorrows/twelvetomorrows_2014_107.jpg\" alt=\"cover of 2014 edition of Twelve Tomorrows\" />\n    <span><strong>Buy Now</strong></span>\n  </a>\n</div>\n<div id=\"navbar-promo-3\" class=\"navbar-promo off\">\n  <a href=\"/gift/\" class=\"clickevent\" data-click-category=\"Insider\" data-click-action=\"Clicked Give a Gift\" data-click-label=\"Global Nav Bar - Magazine Cover\">\n    <img src=\"/sites/all/themes/mittr/assets/magazine/current-issue/107wide.jpg?d=2015-01\" alt=\"cover of latest MIT Technology Review magazine issue\" />\n    <span><strong>Give a Gift</strong></span>\n  </a>\n</div>\n        </nav>\r\n        <div style=\"clear: both;\">&nbsp;</div>\r\n      </div>\n    </section>\r\n    \r\n    \n    <header id=\"tr-global-header-sticky\">\n      <div class=\"wrapper\">\n        <nav>\n          <ul>\n            <!-- home menu -->\n            <li id=\"menu_sticky_home_button\">\n              <a href=\"/\" class=\"home candrop\"><span>Home</span></a>\n\n              <div id=\"menu_sticky_home\">\n                <div class=\"wrapper\">\n                  <div class=\"column menu\">\n                    <ul>\n                      <li><a href=\"/\" class=\"on cta-block\">Home</a></li>\n                      <li><a href=\"/biomedicine\">Biomedicine</a></li>\n                      <li><a href=\"/business/\">Business</a></li>\n                      <li><a href=\"/computing/\">Computing</a></li>\n                      <li><a href=\"/energy/\">Energy</a></li>\n                      <li><a href=\"/materials/\">Materials</a></li>\n                      <li><a href=\"/mobile/\">Mobile</a></li>\n                    </ul>\n                  </div>\n\n                  <div class=\"name\">\n                    <p><a href=\"/\">Top Stories</a></p>\n                  </div>\n\n                  <div class=\"columns\">\n                                            <div class=\"region region-nav-top-stories-menu\">\n    <div id=\"block-mittr-ui-mittr-ui-nav-top-stories-menu\" class=\"block block-mittr-ui\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"column large-thumb\">\r\n      <article>\n      <a href=\"http://www.technologyreview.com/photoessay/533501/solving-the-autism-puzzle/\"><img src=\"http://www.technologyreview.com/sites/default/files/styles/menu_homepage_top_stories_large_thumb/public/images/autismx392.jpg?itok=YOO_h7QC\" alt=\"\" /></a>\n        <h2>Photo Essay</h2>\n    <a href=\"http://www.technologyreview.com/photoessay/533501/solving-the-autism-puzzle/\"><h1>The Genes behind Autism</h1></a>\n      <h3>Stephen S. Hall </h3>\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533501\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p></article>\n  </div><!-- /.column /.large-thumb -->\r\n\r\n<div class=\"column no-thumbs\">\r\n      <ul>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533591/device-squeezes-cells-to-get-drugs-in/\"><h1>Cell-Squeezing Drug-Delivery</h1></a>\n      <h3>Kevin Bullis</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533871/could-passenger-planes-be-tracked-more-closely/\"><h1>How Can an Aircraft Disappear?</h1></a>\n      <h3>Dave Majumdar</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <article>\n  <a href=\"http://www.technologyreview.com/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\"><h1>An Upgraded Tesla with a 400-Mile Range</h1></a>\n      <h3>Kevin Bullis</h3>\n  </article>\n        </li>\r\n              <li>\r\n          <a href=\"/\" class=\"cta\">See More Top Stories</a>\r\n    </ul>\r\n  </div><!-- /.column /.no-thumbs -->\r\n  </div>\r\n</div>\r\n  </div>\n                                      </div><!-- /columns -->\n                </div><!-- /wrapper -->\n              </div><!-- /menu_sticky_home -->\n            </li><!-- home menu -->\n\n            <!-- \"menu\" menu -->\n            <li id=\"menu_sticky_sections_button\">\n              <a href=\"/\" class=\"sections candrop\"><span>Menu</span></a>\n\n              <div id=\"menu_sticky_sections\">\n                <div class=\"panel-list\">\n                  <ul>\n                    <li class=\"news\">\n                      <a href=\"/\"  class=\"active\">News &amp; Analysis</a>\n                    </li>\n                    <li class=\"magazine\">\n                      <a href=\"/magazine/\">Magazine</a>\n                    </li>\n                    <li class=\"lists\">\n                      <a href=\"/lists/\">Lists</a>\n                    </li>\n                    <li class=\"events\">\n                      <a href=\"/events/\">Events</a>\n                    </li>\n                    <li class=\"about\">\n                      <a href=\"/about/\" >About</a>\n                    </li>\n                    <li class=\"more\">\n                      <a href=\"#\">More</a>\n                    </li>\n                  </ul>\n                </div><!-- /panel-list -->\n\n                <div class=\"panel-holder\">\n                  <div class=\"panel-contents news on\">\n                    <ul class=\"static-nav\">\n  <li><a href=\"/features/\">Features</a></li>\n  <li><a href=\"/views/\">Views</a></li>\n  <li><a href=\"/multimedia/\">Multimedia</a></li>\n  <li><a href=\"/discussions/\">Discussions</a></li>\n  <li><a href=\"/topics/\">Topics</a></li>\n</ul>\n\n    <div class=\"region region-nav-popular-bar\">\n      <div class=\"region region-nav-popular-bar\">\n    <div id=\"block-views-popular-bar-nav\" class=\"block block-views\">\r\n\r\n    \r\n  <div >\r\n    <div class=\"view view-popular-bar view-id-popular_bar view-display-id-nav view-dom-id-3cd788f24f59e990d836c1da050e07dc\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"popular-topics off\">\r\n  <li><a href=\"/stream/?sort=popular\">Popular</a>:</li>\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.popular-topics -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>  </div>\r\n</div>\r\n  </div>\n  </div>\n\n                  </div>\n\n                  <div class=\"panel-contents magazine \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/magazine/\">Current Issue</a></li>\n            <li><a href=\"/magazine/archive/\">Past Issues</a></li>\n            <li><a href=\"/magazine/mitnews/\">MIT News Magazine</a></li>\n            <li><a href=\"/magazine/editions/\">International Editions</a></li>\n            <li><a href=\"/magazine/businessreports/\">Business Reports</a></li>\n            <li><a href=\"/magazine/specialpublications/\">Special Publications</a></li>\n          </ul>\n\n          <ul class=\"action-nav\">\n            <li><a href=\"/subscribe/\">Subscriptions &raquo;</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents lists \">\n                    <ul class=\"static-nav\">\n  <li><a href=\"/lists/smartest-companies/\">Smartest Companies</a></li>\n  <li><a href=\"/lists/innovators-under-35/\">Innovators Under 35</a></li>\n  <li><a href=\"/lists/technologies/\">Breakthrough Technologies</a></li>\n</ul>\n\n<ul class=\"action-nav\">\n  <li><a href=\"/lists/nominations/\">Nominations &raquo;</a></li>\n</ul>\n                  </div>\n\n                  <div class=\"panel-contents events \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/events/#events-upcoming\">Upcoming Events</a></li>\n            <li><a href=\"/events/#partner-events\">Partner Events</a></li>\n            <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\n            <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents about \">\n                              <ul class=\"static-nav\">\n            <li><a href=\"/about/team/\">Our Team</a></li>\n            <li><a href=\"/careers/\">Join Us</a></li>\n            <li><a href=\"/pressroom/\">Press Room</a></li>\n            <li><a href=\"/awards/\">Awards</a></li>\n            <li><a href=\"/media/\">Advertise</a></li>\n            <li><a href=\"/about/permissions/\">Permissions</a></li>\n            <!--<li><a href=\"/about/international-partners\">International</a></li>-->\n            <li><a href=\"/contact/\">Contact Us</a></li>\n          </ul>\n\n          <ul class=\"action-nav\">\n            <li><a href=\"/support/\">Customer Support &raquo;</a></li>\n          </ul>\n                  </div>\n\n                  <div class=\"panel-contents more \">\n                    <ul class=\"static-nav\">\n                      <li><a href=\"/support/\">Support</a></li>\n                      <li><a href=\"/contact/\">Contact Us</a></li>\n                      <li><a href=\"http://www.emtechmit.com\">Emtech MIT</a></li>\n                      <li><a href=\"http://www.mitef.org\">MIT Enterprise Forum</a></li>\n                    </ul>\n                  </div>\n                </div><!-- /panel-holder -->\n              </div><!-- / menu_sticky_sections -->\n            </li><!-- \"menu\" menu -->\n\n            <!-- insider menu -->\n            <li id=\"menu_sticky_insider_button\">\n              <a href=\"/getinsider/\" class=\"insider\"><span>Insider</span></a><!-- add back: class=candrop -->\n              <div id=\"menu_sticky_insider\"><!-- insider dropdown options --></div><!-- / menu_sticky_insider -->\n            </li><!-- /insider menu -->\n\n            <!-- connect menu -->\n            <li id=\"menu_sticky_connect_button\">\n              <a href=\"/connect/\" class=\"connect\"><span>Connect</span></a><!-- add back: class=candrop -->\n              <div id=\"menu_sticky_connect\"><!-- connect dropdown options --></div><!-- / menu_sticky_connect -->\n            </li><!-- /connect menu -->\n          </ul>\n          <ul class=\"the-feed-header\">\n                          <li class=\"active\"><a href=\"/stream/\">The Latest</a></li>\n              <li><a href=\"/popular/\">Popular</a></li>\n              <li><a href=\"/stream/?sort=shared\">Most Shared</a></li>\n                        <li class=\"my-profile\"><a class=\"login\" href=\"/my/\">My Profile</a></li>\n          </ul>\n        </nav>\n      </div><!-- /wrapper -->\n      <div class=\"backing\"></div>\n    </header>\n        \r\n<section id=\"warning-bar\">\n  <div class=\"wrapper\">\n    <p><strong>Unsupported browser:</strong> Your browser does not meet modern web standards. <a href=\"http://html5test.com/\" target=\"_blank\" onclick=\"_gaq.push(['_trackEvent', 'warning-bar: unsupported browser', 'click', 'http://html5test.com/']);\">See how it scores &raquo;</a></p>\n  </div>\n</section>\n\n    \n  \n  <div id=\"page-wrapper\"><div id=\"page\">\n\n    \n    <div id=\"main-wrapper\"><div id=\"main\" class=\"clearfix\">\n\n      <div id=\"content\" class=\"column\"><div class=\"section\">\n        <a id=\"main-content\"></a>\n                                <div class=\"tabs\"></div>                        \n          <div class=\"region region-content\">\n    <div id=\"block-system-main\" class=\"block block-system\">\r\n\r\n    \r\n  <div >\r\n    \r\n\r\n        <section class=\"ad-bar gray\">\r\n      <div class=\"wrapper\">\r\n        <div id=\"dfp-ad-tr_www_head_post_nav_landscape-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_head_post_nav_landscape\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_head_post_nav_landscape\");\n    });\n  </script>\n</div>\n</div>      </div>\r\n    </section>\r\n  \r\n<div class=\"insider-status\" data-conditional-content=\"insider-content\" rv-if=\"access\" rv-class-visible=\"action\">\r\n  <div class=\"inner\">\r\n    <p>{ action.text }</p>\r\n  </div>\r\n</div>\r\n\r\n\r\n<article id=\"main-article\" class=\" news mobile single-page\">\r\n\r\n    \r\n    <div class=\"wrapper\">\r\n\r\n          <div class=\"sidebar left\">\r\n        <script>\r\nvar addthis_share_details = {\r\n  url: \"http:\\/\\/www.technologyreview.com\\/news\\/532896\\/discarded-laptop-batteries-keep-the-lights-on\\/\",\r\n  templates: {\r\n    twitter: \"Old Laptop Batteries Could Help Power the Developing World {{url}} \\u003E@TechReview\"  }\r\n};\r\n</script>\r\n<ul id=\"sharing-bar\">\r\n      <li id=\"sb-comment\"><a href=\"#comments\" title=\"Jump to Comments\">\r\n        <div class=\"icon\">Comments</div>\r\n        <!--<div class=\"flag\">Jump to Comments</div>-->\r\n      </a></li>\r\n    <li id=\"sb-mail\"><a class=\"atbutton addthis_button_email\" title=\"Share by Email\">\r\n      <div class=\"icon\">Email</div>\r\n    </a></li>\r\n  <!--\r\n  <li id=\"sb-link\"><a href=\"#\" title=\"Get Short Link\">\r\n      <div class=\"icon\">Link</div>\r\n      <div class=\"flag\"><label for=\"mittr-url\"><input type=\"text\" id=\"mittr-url\" class=\"text\" onclick=\"this.select();\" value=\"http://www.technologyreview.com/news/532896/discarded-laptop-batteries-keep-the-lights-on/\" /></label></div>\r\n    </a></li>\r\n  -->\r\n  <li id=\"sb-at-1\"><a class=\"addthis_button_preferred_1\" title=\"Share on ...\">\r\n      <div class=\"icon\">Service</div>\r\n    </a></li>\r\n  <li id=\"sb-at-2\"><a class=\"addthis_button_preferred_2\" title=\"Share on ...\">\r\n      <div class=\"icon\">Service</div>\r\n    </a></li>\r\n  <li id=\"sb-share\"><a class=\"atbutton addthis_button\" title=\"More Sharing Options\">\r\n      <div class=\"icon\">More Share</div>\r\n    </a></li>\r\n    <li id=\"sb-print\"><a href=\"#print\" title=\"Print\">\r\n      <div class=\"icon\">Print</div>\r\n    </a></li>\r\n</ul>\r\n      </div>\r\n    \r\n    <header class=\"article-meta\" >\r\n\r\n              <div class=\"meta-bar flagged sponsored\">\n  <div class=\"sticky-wrap\">\n    <h1>Discarded Laptop Batteries Keep the Lights On</h1>\n            <h2 class=\"flag\"><a>Collection</a></h2>\r\n  <h3>\r\n    <a href=\"/collection/innovative-technologies-for-increasing-efficiency/\">Innovative Technologies for Increasing Efficiency </a>\r\n      </h3>\r\n      <h4>\r\n      Brought to you by                        <a href=\"http://www.purestorage.com/\" target=\"_blank\" rel=\"nofollow\">\r\n                <img src=\"http://www.technologyreview.com/sites/default/files/sponsor_logos/purestoragelogo1_0.jpg\" alt=\"Pure Storage\" />\r\n                  </a>\r\n                        </h4>\r\n                            <ul>\n        <li class=\"icon-comment\">\n          <a href=\"#comments\">\n            <span class=\"livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532896\" data-lf-format-singular=\"@count comment\" data-lf-format-plural=\"@count comments\" data-lf-display-parents=\"ul\">20 comments</span>          </a>\n        </li>\n      </ul>\n      </div>\n</div>\n      \r\n      \r\n      \r\n      \r\n      \r\n        <h1>Discarded Laptop Batteries Keep the Lights On</h1>\r\n                  <p class=\"intro\">\n      Millions of batteries discarded with computers have more than enough life to power home lighting for one year, researchers in India say.  </p>\n        \r\n        \r\n      \r\n      \r\n              <ul class=\"byline\">\r\n  <li>\r\n                  By <a href=\"/contributor/david-talbot/\">David Talbot</a> on December 3, 2014                </li>\r\n</ul>      \r\n      \r\n      \r\n      \r\n      \r\n      <div class=\"clearfix\"></div>\r\n\r\n    </header>\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    <div class=\"sidebar right\">\r\n\r\n                                <aside class=\"ad-right\">\r\n            <div id=\"dfp-ad-tr_www_body_rail_right_top_portrait-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_body_rail_right_top_portrait\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_body_rail_right_top_portrait\");\n    });\n  </script>\n</div>\n</div>          </aside>\r\n              \r\n      \r\n      \r\n              <div id=\"why-it-matters\">\r\n                      <aside class=\"mini-sidebar\">\r\n  <h2>Why It Matters</h2>\r\n  <p>Worldwide, 1.5 billion people lack access to electricity.</p>\r\n  </aside>\r\n                            </div>\r\n      \r\n    </div>\r\n\r\n                <section class=\"body\"><aside class=\"img-left\">\r\n  <img src=\"http://www.technologyreview.com/sites/default/files/images/developing.batteriesx299.jpg\" width=\"299\" height=\"299\" alt=\"\" />  </aside>\r\n    <aside class=\"caption-left\">\r\n            <p >A street vendor in India uses a light powered by refurbished battery cells. </p>\r\n    </aside>\r\n  \n<p>Many of the estimated 50 million lithium-ion laptop batteries discarded every year could provide electricity storage sufficient to light homes in poor countries, researchers at IBM say.</p>\n<p>In work being aired this week at a <a href=\"http://acmdev.org/\" target=\"0\">conference</a> in San Jose, researchers at IBM Research India in Bangalore found that at least 70 percent of all discarded batteries have enough life left to power an LED light at least four hours a day for a year.</p>\n<p>While it’s possible to combine LED lights with solar panels and rechargeable batteries (see “<a href=\"http://www.technologyreview.com/lists/innovators-under-35/2013/humanitarian/evans-wadongo/\" target=\"0\">Innovators Under 35: Evans Wadongo</a>”), using discarded batteries could make the approach far cheaper.</p>\n<p>“The most costly component in these systems is often the battery,” says Vikas Chandan, a research scientist at the lab’s Smarter Energy Group, who led the <a href=\"http://www.dgp.toronto.edu/~mjain/UrJar-DEV-2014.pdf\" target=\"0\">project</a>. “In this case, the most expensive part of your storage solution is coming from trash.”</p>\n<p>The IBM group, working with a hardware R&amp;D firm called RadioStudio, tore open discarded laptop battery packaging and extracted individual storage units called cells, tested those individually to pick out the good ones, and recombined them to form refurbished battery packs. Then, after adding charging dongles as well as circuitry to prevent overheating, they gave them to five users in Bangalore who lived in slums or operated sidewalk carts.</p>\n<p>Three months later, the users said the battery packs had worked well; the main request was for rat-resistant wires and brighter bulbs, says Mohit Jain, a research engineer with the group. A revised setup is now being tested.</p>\n\n<p>Around 50 million laptop and desktop computers are discarded in the United States every year, according to the Environmental Protection Agency. Meanwhile, in India alone, about 400 million people lack grid-connected electricity.</p>\n<p>IBM is not considering this as a business but says the technology could be offered free to poor countries. </p>\n<div id=\"biz_report_big_data_story_static_embed\">\r\n  <a href=\"https://www.technologyreview.com/collection/simplifying-it/free-report/\">\r\n    <img src=\"/sites/default/files/images/Tech_Insights_Image.png\" width=\"198\" height=\"247\" class=\"cover\" />\r\n    <h2>MIT Technology Review Custom: Technology Insights</h2>\r\n    <h3>Simplifying IT: Can You? Should You?</h3>\r\n    <p>This Technology Insights Custom Report will help business and IT professionals recognize and root out causes of IT complexity.</p>\r\n    <p class=\"download\">Free download courtesy of Pure Storage: <span class=\"cta block on-dark-gray\";>Download report</span></p>\r\n  </a>\r\n</div></section>    \r\n    \r\n    \r\n    \r\n  </div>\r\n\r\n  \r\n      \r\n</article>\r\n\r\n\r\n\r\n  <section class=\"comments article\">\r\n    <h3><a href=\"#comments\">\r\n            <span class=\"has-comments\">\r\n        <span class=\"livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532896\" data-lf-format-singular=\"&lt;span class=&quot;number&quot;&gt;@count&lt;/span&gt; comment.\" data-lf-format-plural=\"&lt;span class=&quot;number&quot;&gt;@count&lt;/span&gt; comments.\" data-lf-display-parents=\".has-comments\" data-lf-display-alt-parents=\"a\" data-lf-display-alt=\".no-comments\"><span class=\"number\">20</span> comments.</span>        <span class=\"link\">Share your thoughts &raquo;</span>\r\n      </span>\r\n      <span class=\"no-comments\" style=\"display: none;\">\r\n        <span class=\"number\">0</span>\r\n        comments\r\n        <span class=\"lowercase\">about this story.</span>\r\n        <span class=\"link\">Start the discussion &raquo;</span>\r\n      </span>\r\n    </a></h3>\r\n  </section>\r\n\r\n\r\n  <section id=\"authors\" class=\"article\">\r\n      <p class=\"credits\">\r\n    Credit: Courtesy of IBM Research India<br />  </p>\r\n\r\n  <p class=\"credits\">\r\n    Tagged:\r\n          <a href=\"/energy/\">Energy</a>,           <a href=\"/materials/\">Materials</a>,           <a href=\"/tagged/batteries/\">batteries</a>,           <a href=\"/tagged/developing-world/\">developing world</a>      </p>\r\n\r\n<p class=\"credits\">\r\n      <a href=\"/about/permissions/\">Reprints</a>\r\n    and    <a href=\"/about/permissions/\" class=\"rightslink\" target=\"_blank\">Permissions</a>\r\n    |\r\n    <a href=\"/contact/submit/?type=editorfeedback\">Send feedback to the editor</a>\r\n\r\n    <!-- start: rightlink custom link -->\r\n    <script type=\"text/javascript\">\r\n      $().ready(function() {\r\n\r\n        var rightslinkURI = \"https://s100.copyright.com/AppDispatchServlet?publisherName=mittechreview&publication=1099-274X&orderBeanReset=true\" +\r\n          \"&publicationDate=\" + encodeURI(\"2014-12-03\") +\r\n          \"&author=\" + encodeURI(\"David Talbot\") +\r\n          \"&title=\" + encodeURI(\"Discarded Laptop Batteries Keep the Lights On\") +\r\n          \"&contentid=\" + encodeURI(\"532896\") +\r\n                      \"&cc=\" + encodeURI(\"Energy\") +\r\n                                \"&ap=\" + encodeURI(\"News\") +\r\n                              \"&end\";\r\n\r\n        $(\"a.rightslink\").prop('href', rightslinkURI);\r\n\r\n      });\r\n    </script>\r\n\r\n  </p>\r\n  </section>\r\n\r\n  <section id=\"related\" class=\"article\">\r\n    <div class=\"wrapper\">\r\n              <div class=\"panels\">\r\n\r\n  <ul class=\"tab-nav\">\r\n          <li class=\"active\"><a href=\"#\">Part of our  Collection</a></li>\r\n              <li><a href=\"#\">You may have missed</a></li>\r\n              <li><a href=\"#\">More from this author</a></li>\r\n      </ul>\r\n\r\n  \r\n      <div class=\"panel collection\">\r\n              \r\n  \r\n  \r\n                  <div class=\"col\">\r\n  <ul class=\"articles-grid\">\r\n    <li>\r\n      <a href=\"/collection/innovative-technologies-for-increasing-efficiency/\">\r\n        <article>\r\n                    <h1>Innovative Technologies for Increasing Efficiency </h1>\r\n                      <p>In this content collection, MIT Technology Review explores emerging technologies with the potential to boost efficiency in a variety of areas, leading to greener power plants, more cost-effective building-cooling and even “smart” glasses. \n\nAlso available within this collection is a free download from MIT Technology Review Custom: <a...</p>                                <p class=\"cta\">View Collection &raquo;</p>\r\n                                <p class=\"sponsor\">\r\n                              Brought to you by:\r\n                                            <img src=\"http://www.technologyreview.com/sites/default/files/sponsor_logos/purestoragelogo1_0.jpg\" alt=\"Pure Storage\" />\r\n                          </p>\r\n                  </article>\r\n      </a>\r\n    </li>\r\n  </ul>\r\n</div><!-- /.col -->\r\n          \r\n  \r\n  \r\n              <div class=\"col\">\r\n    <ul class=\"articles-list\">\r\n              <li><a href=\"/news/528351/record-breaking-solar-cell-points-the-way-to-cheaper-power/\">\r\n  <article>\r\n    <h1>Record-Breaking Solar Cell Points the Way to Cheaper Power</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_528351\" data-lf-min-comments=\"10\">12</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/news/528391/sharp-demonstrates-ultra-efficient-solar-cells/\">\r\n  <article>\r\n    <h1>Sharp Demonstrates Ultra-Efficient Solar Cells</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_528391\" data-lf-min-comments=\"10\" style=\"display: none;\">9</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/view/531516/winners-of-the-nobel-prize-for-physics-helped-enable-mobile-computing-highly-efficient/\">\r\n  <article>\r\n    <h1>Winners of the Nobel Prize for Physics Enabled Ultra-Efficient Lighting</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_531516\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/news/532731/solar-panels-that-configure-themselves/\">\r\n  <article>\r\n    <h1>Solar Panels That Configure Themselves</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532731\" data-lf-min-comments=\"10\">31</p>  </article>\r\n</a></li>\r\n          </ul>\r\n  </div><!-- /.col -->\r\n  <div class=\"col\">\r\n    <ul class=\"articles-list\">\r\n              <li><a href=\"/news/532756/water-repellent-coating-could-make-power-plants-greener/\">\r\n  <article>\r\n    <h1>Water-Repellent Coating Could Make Power Plants Greener</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532756\" data-lf-min-comments=\"10\" style=\"display: none;\">8</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/featuredstory/532691/google-glass-is-dead-long-live-smart-glasses/\">\r\n  <article>\r\n    <h1>Google Glass Is Dead; Long Live Smart Glasses</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532691\" data-lf-min-comments=\"10\">26</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/news/532826/material-cools-buildings-by-sending-heat-into-space/\">\r\n  <article>\r\n    <h1>Material Cools Buildings by Sending Heat into Space</h1>\r\n    <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532826\" data-lf-min-comments=\"10\">36</p>  </article>\r\n</a></li>\r\n              <li><a href=\"/businessreports/\" class=\"cta\">View More Reports</li>\r\n          </ul>\r\n  </div><!-- /.col -->\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n        \r\n  \r\n  \r\n  \r\n  \r\n  \r\n    </div><!-- /.panel collection -->\r\n  \r\n      <div class=\"panel\">\r\n        <ul class=\"articles-grid\">\r\n          <li>\r\n        <a href=\"/news/533546/the-top-technology-failures-of-2014/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/worsttechx392.jpg?itok=B66BSaG3\" width=\"185\" height=\"185\" alt=\"\" />        <h1>The Top Technology Failures of 2014</h1>\r\n          <div class=\"meta\">\r\n        <p>What do the latest technologies to flop, fizzle, and flame out tell us about innovation?</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533546\" data-lf-min-comments=\"10\">18</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/bo14.biomedicinex392.jpg?itok=1EwpYJ-e\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Biomedicine: Rewriting DNA, Decoding the Brain, and a GMO Paradox</h1>\r\n          <div class=\"meta\">\r\n        <p>From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533671\" data-lf-min-comments=\"10\" style=\"display: none;\">1</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/review/529961/in-praise-of-efficient-price-gouging/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/review.surowieckix392_1.png?itok=OlrOu2DZ\" width=\"185\" height=\"185\" alt=\"\" />        <h1>In Praise of Efficient Price Gouging</h1>\r\n          <div class=\"meta\">\r\n        <p>Uber’s most important innovation is the way it prices its services. But that innovation has not been unreservedly welcomed...</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_529961\" data-lf-min-comments=\"10\">31</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/new2.bo14.robotsx392.jpg?itok=ymuCFpjc\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Computing: Breakthroughs in Artificial Intelligence</h1>\r\n          <div class=\"meta\">\r\n        <p>The past year saw progress in developing hardware and software capable of human feats of intelligence.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533686\" data-lf-min-comments=\"10\" style=\"display: none;\">8</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/bo14.materialsx392_0.jpg?itok=oGfdeHDl\" width=\"185\" height=\"185\" alt=\"\" />        <h1>2014 in Materials: Rhubarb Batteries, the Gigafactory, and Printing Body Parts</h1>\r\n          <div class=\"meta\">\r\n        <p>In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533676\" data-lf-min-comments=\"10\" style=\"display: none;\">2</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n          <li>\r\n        <a href=\"/featuredstory/528146/shining-light-on-madness/\">\r\n  <article>\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/styles/homepage_you_may_have_missed/public/images/light.on_.madness.x392.jpg?itok=31YxmtIF\" width=\"185\" height=\"185\" alt=\"\" />        <h1>Shining Light on Madness</h1>\r\n          <div class=\"meta\">\r\n        <p>Drugs for psychiatric illnesses aren’t very effective. But new research is offering renewed hope for better medicines.</p>\r\n        <p class=\"cta\">Continue</p>\r\n        <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_528146\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>      </div>\r\n          </article>\r\n</a>      </li>\r\n      </ul><!-- /.articles-grid -->\r\n<!-- story: you may have missed: generated: 2015-01-03T02:55:56-05:00 -->\r\n    </div><!-- /.panel -->\r\n    \r\n      <div class=\"panel\">\r\n              \r\n  \r\n  \r\n                  <div class=\"col author\">\r\n  <a href=\"/contributor/david-talbot/\">\r\n          <img src=\"http://www.technologyreview.com/sites/default/files/legacy/talbotprofilepic.jpg\" alt=\"\" />\r\n        <p class=\"name\">\r\n      David Talbot              <span>Editor</span>\r\n          </p>\r\n    <p class=\"cta\">View Profile &raquo;</p>\r\n  </a>\r\n      <p><a href=\"https://twitter.com/David_A_Talbot\" class=\"twitter-follow-button\" data-show-count=\"false\" data-size=\"large\">Follow @David_A_Talbot</a></p>\r\n    <script type=\"text/javascript\">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n    <ul class=\"author-social-icons\">\r\n        <li><a href=\"/contributor/david-talbot/rss/\" class=\"social-rss\" target=\"_blank\">RSS</a></li>\r\n  </ul>\r\n</div><!-- /.col author -->\r\n                <div class=\"col\">\r\n        <ul class=\"articles-list\">\r\n              <li>\r\n            <a href=\"/news/533666/2014-in-energy-dire-warnings-slow-progress-and-a-fusion-boast/\">\r\n              <article>\r\n                <h1>2014 in Energy: Dire Warnings, Slow Progress, and a Fusion Boast</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533666\" data-lf-min-comments=\"10\" style=\"display: none;\">2</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533176/hundreds-of-portuguese-buses-and-taxis-are-also-wi-fi-routers/\">\r\n              <article>\r\n                <h1>Hundreds of Portuguese Buses and Taxis Are Also Wi-Fi Routers</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533176\" data-lf-min-comments=\"10\" style=\"display: none;\">6</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533701/cubas-internet-revolution-faces-economic-and-political-realities/\">\r\n              <article>\r\n                <h1>Cuba’s Internet Revolution Faces Economic and Political Realities</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533701\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533581/lima-climate-accord-might-boost-renewables/\">\r\n              <article>\r\n                <h1>Lima Climate Accord Might Boost Renewables</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533581\" data-lf-min-comments=\"10\">50</p>              </article>\r\n            </a>\r\n          </li>\r\n                      </ul>\r\n      </div><!-- /col -->\r\n                <div class=\"col\">\r\n        <ul class=\"articles-list\">\r\n              <li>\r\n            <a href=\"/featuredstory/533446/desalination-out-of-desperation/\">\r\n              <article>\r\n                <h1>Desalination out of Desperation</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533446\" data-lf-min-comments=\"10\">79</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533166/researchers-will-study-police-confrontations-via-body-cameras/\">\r\n              <article>\r\n                <h1>Researchers Will Study Police Confrontations Via Body Cameras</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533166\" data-lf-min-comments=\"10\" style=\"display: none;\">5</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/533106/artificial-skin-that-senses-and-stretches-like-the-real-thing/\">\r\n              <article>\r\n                <h1>Artificial Skin That Senses, and Stretches, Like the Real Thing</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_533106\" data-lf-min-comments=\"10\" style=\"display: none;\">0</p>              </article>\r\n            </a>\r\n          </li>\r\n                    <li>\r\n            <a href=\"/news/532896/discarded-laptop-batteries-keep-the-lights-on/\">\r\n              <article>\r\n                <h1>Discarded Laptop Batteries Keep the Lights On</h1>\r\n                <p class=\"comment-count livefyre-commentcount\" data-lf-site-id=\"296821\" data-lf-article-id=\"nid_532896\" data-lf-min-comments=\"10\">20</p>              </article>\r\n            </a>\r\n          </li>\r\n                          <li><a class=\"cta\" href=\"/contributor/david-talbot/\">See all from this author</a></li>\r\n                  </ul>\r\n      </div><!-- /col -->\r\n      <!-- story explore author: generated: 2014-12-29T12:17:02-05:00 --> \r\n        \r\n  \r\n  \r\n  \r\n  \r\n  \r\n    </div><!-- /.panel -->\r\n  \r\n</div><!-- /.panels -->\r\n<!-- related: generated: 2015-01-03T03:45:26-05:00 -->\r\n                    <div class=\"feed-wrap\">\r\n  <ul class=\"tab-nav\">\r\n          <li class=\"active\">\r\n        <a href=\"/stream/\">\r\n          The Latest        </a>\r\n      </li>\r\n          <li>\r\n        <a href=\"/stream/?sort=popular\">\r\n          Popular        </a>\r\n      </li>\r\n          <li>\r\n        <a href=\"/stream/?sort=shared\">\r\n          Most Shared        </a>\r\n      </li>\r\n      </ul>\r\n  <div class=\"scrollbar\"><div class=\"track\"><div class=\"thumb\"><div class=\"end\"></div></div></div></div>\r\n  <div class=\"viewport\">\r\n    <div id=\"the-feed\" class=\"overview\">\r\n              <div >\r\n          <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/view/533761/best-of-2014-the-revolutionary-technique-that-quietly-changed-machine-vision-forever/\" title=\"In September, computer scientists revealed that machines are now almost as good as humans at object recognition; and the turning point occurred in 2012.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T10:50:31-05:00\" title=\"2015-01-02T10:50:31-05:00\" class=\"ago\">19 hours ago</time></h3>\r\n            <h1>Best of 2014: The Revolutionary Technique That Quietly Changed Machine Vision Forever</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533791/seven-must-read-stories-week-ending-january-3-2014/\" title=\"Another chance to catch the most interesting, and important, articles from the previous week on MIT Technology Review.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T00:00:00-05:00\" title=\"2015-01-02T00:00:00-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Seven Stories You Shouldn’t Miss <br />(Week Ending January 3, 2014)</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\" title=\"The friendship paradox is the empirical observation that your friends have more friends than you do. In January, network scientists revealed that your friends are probably wealthier and happier, too.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T10:44:00-05:00\" title=\"2014-12-31T10:44:00-05:00\" class=\"ago\">2 days ago</time></h3>\r\n            <h1>Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533591/device-squeezes-cells-to-get-drugs-in/\" title=\"A new way to get materials into cells might clear the way for powerful treatments for diseases like cancer and HIV.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>A Microfluidic Device Squeezes Cells to Deliver Drugs</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/collection/innovative-technologies-for-increasing-efficiency/\">\r\n  <article>\r\n            <h1>Innovative Technologies for Increasing Efficiency </h1>\r\n          <div class=\"sponsor\">\r\n                  Brought to you by                          <img src=\"http://www.technologyreview.com/sites/default/files/sponsor_logos/purestoragelogo1_1.jpg\" width=\"192\" height=\"32\" alt=\"Pure Storage\" />                      </div>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533871/could-passenger-planes-be-tracked-more-closely/\" title=\"Several technologies allow aircraft to be tracked over the ocean via satellite, but most solutions are costly.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How Can an Aircraft Disappear Over the Ocean?</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\" title=\"An upgrade to the Roadster extends its range and shows how far battery technology has come.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How an Upgraded Tesla Travels 400 Miles on a Charge</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533746/best-of-2014-evidence-grows-that-online-social-networks-have-insidious-negative-effects/\" title=\"In August, a study of 50,000 people in Italy concluded that online social networks have a significant negative impact on individual welfare.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T10:40:00-05:00\" title=\"2014-12-30T10:40:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>Best of 2014: Evidence Grows That Online Social Networks Have Insidious Negative Effects</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533741/best-of-2014-googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"In October, DeepMind unveiled a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T10:20:00-05:00\" title=\"2014-12-29T10:20:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Best of 2014: Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\" title=\"In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-28T00:00:00-05:00\" title=\"2014-12-28T00:00:00-05:00\" class=\"ago\">6 days ago</time></h3>\r\n            <h1>Rechargeable Fuel and Printed Body Parts: The Year in Materials</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533681/2014-in-numbers-huge-valuations-shocking-security-stats-and-a-big-climate-deal/\" title=\"From Facebook’s purchase of WhatsApp to the possibility of peak coal in China, the numbers told the tale.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-27T00:00:00-05:00\" title=\"2014-12-27T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>The Biggest Technology Stories of the Year, Told in Numbers</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n        </div>\r\n              <div  style=\"display: none;\">\r\n                  \r\n  \r\n  \r\n            <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\" title=\"An upgrade to the Roadster extends its range and shows how far battery technology has come.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T17:30:00-05:00\" title=\"2014-12-30T17:30:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>How an Upgraded Tesla Travels 400 Miles on a Charge</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533741/best-of-2014-googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"In October, DeepMind unveiled a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T10:20:00-05:00\" title=\"2014-12-29T10:20:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Best of 2014: Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/532156/googles-secretive-deepmind-startup-unveils-a-neural-turing-machine/\" title=\"DeepMind has built a neural network that can access an external memory like a conventional Turing machine. The result is a computer that mimics the short-term memory of the human brain.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-10-29T10:41:00-04:00\" title=\"2014-10-29T10:41:00-04:00\" class=\"ago\">2 months ago</time></h3>\r\n            <h1>Google&#039;s Secretive DeepMind Startup Unveils a &quot;Neural Turing Machine&quot;</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/532886/how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"Google engineers have trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-01T13:29:00-05:00\" title=\"2014-12-01T13:29:00-05:00\" class=\"ago\">1 month ago</time></h3>\r\n            <h1>How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics </h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\" title=\"In 2014, advanced materials let humans scale glass walls and helped clear the way for cheap, clean energy.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-28T00:00:00-05:00\" title=\"2014-12-28T00:00:00-05:00\" class=\"ago\">6 days ago</time></h3>\r\n            <h1>Rechargeable Fuel and Printed Body Parts: The Year in Materials</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/523326/how-google-cracked-house-number-identification-in-street-view/\" title=\"Google can identify and transcribe all the views it has of street numbers in France in less than an hour, thanks to a neural network that’s just as good as human operators. Now its engineers reveal how they developed it.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-01-06T14:50:46-05:00\" title=\"2014-01-06T14:50:46-05:00\" class=\"ago\">12 months ago</time></h3>\r\n            <h1>How Google Cracked House Number Identification in Street View</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\" title=\"The friendship paradox is the empirical observation that your friends have more friends than you do. In January, network scientists revealed that your friends are probably wealthier and happier, too.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T10:44:00-05:00\" title=\"2014-12-31T10:44:00-05:00\" class=\"ago\">2 days ago</time></h3>\r\n            <h1>Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/405384/tracing-your-ancestry/\" title=\"DNA tests to find out your ancestry are growing in popularity. But do they really work? And are they worth it?\">\r\n  <article>\r\n          <h3><time datetime=\"2006-02-24T00:00:00-05:00\" title=\"2006-02-24T00:00:00-05:00\" class=\"ago\">8 years ago</time></h3>\r\n            <h1>Tracing Your Ancestry</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/photoessay/533426/the-troll-hunters/\" title=\"A group of journalists and researchers wade into ugly corners of the Internet to expose racists, creeps, and hypocrites. Have they gone too far?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-18T00:05:00-05:00\" title=\"2014-12-18T00:05:00-05:00\" class=\"ago\">2 weeks ago</time></h3>\r\n            <h1>Meet the Dogged Researchers Who Try to Unmask Haters Online</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533746/best-of-2014-evidence-grows-that-online-social-networks-have-insidious-negative-effects/\" title=\"In August, a study of 50,000 people in Italy concluded that online social networks have a significant negative impact on individual welfare.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T10:40:00-05:00\" title=\"2014-12-30T10:40:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>Best of 2014: Evidence Grows That Online Social Networks Have Insidious Negative Effects</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533176/hundreds-of-portuguese-buses-and-taxis-are-also-wi-fi-routers/\" title=\"Routers on 600 buses and taxis allow free Internet access and collect data for city planners.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-26T00:00:00-05:00\" title=\"2014-12-26T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Hundreds of Buses and Taxis in Portugal Form a Mesh Wi-Fi Network</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n        </div>\r\n              <div  style=\"display: none;\">\r\n                  \r\n  \r\n  \r\n            <ul class=\"articles-list\">\r\n      <li>\r\n      <a href=\"/news/533546/the-top-technology-failures-of-2014/\" title=\"What do the latest technologies to flop, fizzle, and flame out tell us about innovation?\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-31T00:00:00-05:00\" title=\"2014-12-31T00:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>The Year in Technological Failure</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\" title=\"In December, Google engineers trained a machine-learning algorithm to write picture captions using the same techniques it developed for language translation.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-01T10:46:33-05:00\" title=\"2015-01-01T10:46:33-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\" title=\"A new kind of computer memory could help make more capable computer chips that function more like biological brains, say IBM researchers.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T15:00:00-05:00\" title=\"2014-12-30T15:00:00-05:00\" class=\"ago\">3 days ago</time></h3>\r\n            <h1>IBM Builds a Brain-Inspired Chip Using Phase-Change Memory</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\" title=\"The past year saw progress in developing hardware and software capable of human feats of intelligence.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-29T00:00:00-05:00\" title=\"2014-12-29T00:00:00-05:00\" class=\"ago\">5 days ago</time></h3>\r\n            <h1>Breakthroughs in Artificial Intelligence from 2014</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\" title=\"From genetically modified foods to gene therapy, 2014 was a big year for rewriting biology.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-30T00:00:00-05:00\" title=\"2014-12-30T00:00:00-05:00\" class=\"ago\">4 days ago</time></h3>\r\n            <h1>Reading and Rewriting DNA: The Year in Biomedicine</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533601/singapore-wants-a-driverless-version-of-uber/\" title=\"Singapore plans to let anyone test driverless cars in one of its busy neighborhoods in 2015.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-23T00:00:00-05:00\" title=\"2014-12-23T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Singapore Plans Driverless Vehicles, But You’ll Have to Share</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533541/a-prototype-battery-could-double-the-range-of-electric-cars/\" title=\"Startup Seeo has developed batteries that store far more energy than conventional ones, which could extend the range of electric cars.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-23T00:00:00-05:00\" title=\"2014-12-23T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>A Solid-State Battery Could Double Electric Car Range</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/533176/hundreds-of-portuguese-buses-and-taxis-are-also-wi-fi-routers/\" title=\"Routers on 600 buses and taxis allow free Internet access and collect data for city planners.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-26T00:00:00-05:00\" title=\"2014-12-26T00:00:00-05:00\" class=\"ago\">1 week ago</time></h3>\r\n            <h1>Hundreds of Buses and Taxis in Portugal Form a Mesh Wi-Fi Network</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/531911/isaac-asimov-asks-how-do-people-get-new-ideas/\">\r\n  <article>\r\n          <h3><time datetime=\"2014-10-20T12:15:00-04:00\" title=\"2014-10-20T12:15:00-04:00\" class=\"ago\">2 months ago</time></h3>\r\n            <h1>Published for the First Time: a 1959 Essay by Isaac Asimov on Creativity</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533366/fixing-autism-research/\" title=\"We need to come to grips with what autism really is.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-12-18T00:05:02-05:00\" title=\"2014-12-18T00:05:02-05:00\" class=\"ago\">2 weeks ago</time></h3>\r\n            <h1>We’re Doing Autism Research All Wrong</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/421999/astronomers-find-first-evidence-of-other-universes/\" title=\"Our cosmos was “bruised” in collisions with other universes. Now astronomers have found the first evidence of these impacts in the cosmic microwave background.\">\r\n  <article>\r\n          <h3><time datetime=\"2010-12-13T00:10:00-05:00\" title=\"2010-12-13T00:10:00-05:00\" class=\"ago\">4 years ago</time></h3>\r\n            <h1>Astronomers Find First Evidence of Other Universes</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/528836/forget-the-shortest-route-across-a-city-new-algorithm-finds-the-most-beautiful/\" title=\"If you prefer beautiful routes over short ones, GPS mapping algorithms are of little use. But Yahoo researchers have come up with an approach that could change that.\">\r\n  <article>\r\n          <h3><time datetime=\"2014-07-08T10:00:26-04:00\" title=\"2014-07-08T10:00:26-04:00\" class=\"ago\">5 months ago</time></h3>\r\n            <h1>Forget the Shortest Route Across a City; New Algorithm Finds the Most Beautiful  </h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/news/506466/given-tablets-but-no-teachers-ethiopian-children-teach-themselves/\" title=\"A bold experiment by the One Laptop Per Child organization has shown “encouraging” results.\">\r\n  <article>\r\n          <h3><time datetime=\"2012-10-29T00:00:10-04:00\" title=\"2012-10-29T00:00:10-04:00\" class=\"ago\">2 years ago</time></h3>\r\n            <h1>Given Tablets but No Teachers, Ethiopian Children Teach Themselves</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/514581/government-lab-reveals-quantum-internet-operated-continuously-for-over-two-years/\" title=\"A quantum internet capable of sending perfectly secure messages has been running at Los Alamos National Labs for the last two and a half years, say researchers\">\r\n  <article>\r\n          <h3><time datetime=\"2013-05-06T02:11:41-04:00\" title=\"2013-05-06T02:11:41-04:00\" class=\"ago\">1 year ago</time></h3>\r\n            <h1>Government Lab Reveals It Has Operated Quantum Internet for Over Two Years</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533761/best-of-2014-the-revolutionary-technique-that-quietly-changed-machine-vision-forever/\" title=\"In September, computer scientists revealed that machines are now almost as good as humans at object recognition; and the turning point occurred in 2012.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T10:50:31-05:00\" title=\"2015-01-02T10:50:31-05:00\" class=\"ago\">19 hours ago</time></h3>\r\n            <h1>Best of 2014: The Revolutionary Technique That Quietly Changed Machine Vision Forever</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n      <li>\r\n      <a href=\"/view/533791/seven-must-read-stories-week-ending-january-3-2014/\" title=\"Another chance to catch the most interesting, and important, articles from the previous week on MIT Technology Review.\">\r\n  <article>\r\n          <h3><time datetime=\"2015-01-02T00:00:00-05:00\" title=\"2015-01-02T00:00:00-05:00\" class=\"ago\">1 day ago</time></h3>\r\n            <h1>Seven Stories You Shouldn’t Miss <br />(Week Ending January 3, 2014)</h1>\r\n      </article>\r\n</a>\r\n    </li>\r\n    <li>\r\n    <a href=\"/stream/\" class=\"cta\">See full archive</a>\r\n  </li>\r\n</ul><!-- /.articles-list -->\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n        </div>\r\n          </div><!-- /#the-feed /.overview -->\r\n  </div><!-- /.viewport -->\r\n</div><!-- /.feed-wrap -->\r\n<!-- homepage feed: story explore: generated: 2015-01-03T06:20:17-05:00 -->\r\n          </div><!-- /.wrapper -->\r\n  </section><!-- /#related -->\r\n\r\n\r\n\r\n\r\n<section id=\"comments\" class=\"clearfix article\">\r\n        <div class=\"sidebar right\">\r\n      <aside id=\"comments-ad-right\" class=\"ad-right sticky\" data-stick-to=\"#comments\">\r\n        <div id=\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_body_rail_right_bottom_portrait_sticky\");\n    });\n  </script>\n</div>\n</div>      </aside>\r\n    </div>\r\n  \r\n  <div class=\"comments-container\">\r\n    \r\n<div id=\"livefyre\"></div>\r\n<div id=\"livefyre-mobile\"><a href=\"#\">Show comments &raquo;</a></div>\r\n<div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Conversation powered by Livefyre</a></div>\r\n<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n  livefyreInit(\r\n    // loginUrl\r\n    \"\\/login\\/?destination=node\\/532896%23comments\",\r\n    // overlayLoginUrl\r\n    \"\\/login\\/?return=livefyreOverlayReturn&destination=node\\/532896%23comments\",\r\n    // logoutUrl\r\n    \"\\/logout\\/?destination=node\\/532896%23comments\",\r\n    // configInit\r\n    function() {\r\nvar lf_config = [{\"collectionMeta\":\"eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkRpc2NhcmRlZCBMYXB0b3AgQmF0dGVyaWVzIEtlZXAgdGhlIExpZ2h0cyBPbiIsInVybCI6Imh0dHA6XC9cL3d3dy50ZWNobm9sb2d5cmV2aWV3LmNvbVwvbmV3c1wvNTMyODk2XC9kaXNjYXJkZWQtbGFwdG9wLWJhdHRlcmllcy1rZWVwLXRoZS1saWdodHMtb25cLyIsInRhZ3MiOiIiLCJjaGVja3N1bSI6ImM0MjJjMDM4OTQ5M2Y5N2JlNGFhMjIwMTNhYjFhNjA1IiwiYXJ0aWNsZUlkIjoibmlkXzUzMjg5NiJ9.8orkYVJMV_3pWCnVec2XOD6pbC8mqZTSJEHT0w1fqos\",\"checksum\":\"c422c0389493f97be4aa22013ab1a605\",\"siteId\":\"296821\",\"articleId\":\"nid_532896\",\"el\":\"livefyre\"}];var conv = fyre.conv.load({\"network\": \"technologyreview.fyre.co\", \"authDelegate\": livefyreAuthDelegate}, lf_config);\r\n    }\r\n  );\r\n});\r\n</script>\r\n  </div>\r\n</section>\r\n\r\n  </div>\r\n</div>\r\n  </div>\n        \n      </div></div> <!-- /.section, /#content -->\n\n    </div></div> <!-- /#main, /#main-wrapper -->\n\n  </div></div> <!-- /#page, /#page-wrapper -->\n  \n        <section class=\"ad-bar white\">\r\n    <div class=\"wrapper\">\r\n      <div id=\"block-dfp-2bdcdff3e37522940050806b53efb5e9\" class=\"block block-dfp\">\r\n\r\n    \r\n  <div >\r\n    <div id=\"dfp-ad-tr_www_footer_post_body_landscape-wrapper\" class=\"dfp-tag-wrapper\"><div  id=\"dfp-ad-tr_www_footer_post_body_landscape\" class=\"dfp-tag-wrapper\">\n  <script type=\"text/javascript\">\n    googletag.cmd.push(function() {\n      googletag.display(\"dfp-ad-tr_www_footer_post_body_landscape\");\n    });\n  </script>\n</div>\n</div>  </div>\r\n</div>\r\n    </div>\r\n  </section>\r\n    \n      \r\n  <div class=\"hr\"></div>\r\n  \r\n  <section id=\"elsewhere\">\r\n    \r\n    <div id=\"new-and-trending\">\r\n              <h2>New &amp; Trending</h2>\r\n        <div class=\"view view-popular-bar view-id-popular_bar view-display-id-new_and_trending view-dom-id-5f98eb00f05dc0d81c66c04c932cb890\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n          <ul class=\"trends\">\r\n            <li><a href=\"/news/533546/the-top-technology-failures-of-2014/\">Tech Flops 2014</a></li>\r\n      <li><a href=\"/news/533686/2014-in-computing-breakthroughs-in-artificial-intelligence/\">Year in AI</a></li>\r\n      <li><a href=\"/news/533526/new-form-of-memory-could-advance-brain-inspired-computers/\">Phase-Change Brain</a></li>\r\n      <li><a href=\"/news/533846/how-tesla-boosted-its-roadsters-range-by-50-percent/\">400-Mile Tesla</a></li>\r\n      <li><a href=\"/news/533676/2014-in-materials-rhubarb-batteries-the-gigafactory-and-printing-body-parts/\">Materials in 2014</a></li>\r\n      <li><a href=\"/news/533671/2014-in-biomedicine-rewriting-dna-decoding-the-brain-and-a-gmo-paradox/\">Biotech in 2014</a></li>\r\n      <li><a href=\"/photoessay/533426/the-troll-hunters/\">Troll Hunters</a></li>\r\n    </ul><!-- /.trends -->\r\n        </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div><div class=\"view view-new-and-trending-recent view-id-new_and_trending_recent view-display-id-block view-dom-id-62e499ef83685c6d049b7752ce89d6df\">\r\n        \r\n  \r\n  \r\n          <div class=\"view-content\">\r\n                <ul class=\"articles\">                  <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533761/best-of-2014-the-revolutionary-technique-that-quietly-changed-machine-vision-forever/\">Best of 2014: The Revolutionary Technique That Quietly Changed Machine Vision Forever</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533791/seven-must-read-stories-week-ending-january-3-2014/\">Seven Must-Read Stories (Week Ending January 3, 2014)</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533756/best-of-2014-how-google-translates-pictures-into-words-using-vector-space-mathematics/\">Best of 2014: How Google &quot;Translates&quot; Pictures into Words Using Vector Space Mathematics</a></h1>\r\n  </article>            </li>\r\n                      <li class=\"\">\r\n              <article>\r\n  <h1><a href=\"/view/533751/best-of-2014-how-the-friendship-paradox-makes-your-friends-better-than-you-are/\">Best of 2014: How the Friendship Paradox Makes Your Friends Better Than You Are</a></h1>\r\n  </article>            </li>\r\n              </ul>          </div>\r\n      \r\n  \r\n  \r\n  \r\n  \r\n  \r\n</div>          </div><!-- /#new-and-trending -->\r\n    \r\n    <div id=\"from-the-archives\">\r\n              <h2>From the Archives</h2>\r\n        \r\n                \r\n  \r\n  \r\n                  <ul class=\"articles\">                  <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/405427/10-emerging-technologies/\">10 Emerging Technologies</a></h1>\n  <h2><a href=\"/featuredstory/405427/10-emerging-technologies/\">8 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/400105/a-study-in-complexity/\">A Study in Complexity</a></h1>\n  <h2><a href=\"/featuredstory/400105/a-study-in-complexity/\">17 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/402240/stopping-pain/\">Stopping Pain</a></h1>\n  <h2><a href=\"/featuredstory/402240/stopping-pain/\">11 years ago</a></h2>\n</article>            </li>\r\n                      <li class=\"\">\r\n              <article>\n  <h1><a href=\"/featuredstory/400803/toward-sharing-the-genome/\">Toward Sharing the Genome</a></h1>\n  <h2><a href=\"/featuredstory/400803/toward-sharing-the-genome/\">14 years ago</a></h2>\n</article>            </li>\r\n              </ul>        \r\n  \r\n  \r\n  \r\n  \r\n  \r\n      \r\n        <ul class=\"timeline\">\r\n          <li><a href=\"/magazine/archive/2012/\" class=\"more up\">more</a></li>\r\n          <li><a href=\"/magazine/archive/2012/\">2012</a></li>\r\n          <li><a href=\"/magazine/archive/2011/\">2011</a></li>\r\n          <li><a href=\"/magazine/archive/2010/\">2010</a></li>\r\n          <li><a href=\"/magazine/archive/2000s/\">2009</a></li>\r\n          <li><a href=\"/magazine/archive/2000s/\">2008</a></li>\r\n          <li><a href=\"/magazine/archive/1899/\">...1899</a></li>\r\n          <li><a href=\"/magazine/archive/2012/\" class=\"more down\">more</a></li>\r\n        </ul>\r\n          </div><!-- /#from-the-archives -->\r\n    \r\n  </section><!-- /#elsewhere -->\r\n  \n  \n    <div id=\"welcome-overlay\">\n      <a href=\"#\" class=\"closer img\">Close</a>\n\n      <h1>Introducing MIT Technology Review Insider.</h1>\n\n      <div id=\"container\">\n        <section>\n          <h3>Already a Magazine subscriber?</h3>\n          <p>\n            You're automatically an Insider. It's easy to activate or upgrade your account.\n          </p>\n        <a href=\"/getinsider/activate/\">Activate Your Account</a>\n        </section>\n\n        <section>\n          <h3>Become an Insider</h3>\n          <p>\n            It's the new way to subscribe. Get even more of the tech news, research, and discoveries you crave.\n          </p>\n          <a href=\"/getinsider/\">Sign Up</a>\n        </section>\n\n        <section>\n          <h3>Learn More</h3>\n          <p>\n            Find out why MIT Technology Review Insider is for you and explore your options.\n          </p>\n          <a href=\"/getinsider/#benefits\">Show Me</a>\n        </section>\n      </div><!-- /#container -->\n    </div><!-- /#welcome-overlay -->\n\n\n    <footer id=\"tr-global-footer\">\n      <nav>\n        <div class=\"wrapper\">\n        <div id=\"menu_footer_selector\">\n    <a href=\"/\">News and Analysis</a>\n</div>\n\n<ul>\n  <li><a href=\"/\">Home</a></li>\n  <li><a href=\"/popular/\">Popular</a></li>\n  <li><a href=\"/stream/\">Today's News</a></li>\n  <li><a href=\"/views/\">Blogs</a></li>\n  <li><a href=\"/photogalleries/\">Photo Galleries</a></li>\n  <li><a href=\"/videos/\">Videos</a></li>\n</ul>\n          <a id=\"btt\" href=\"#tr-global-nav\">Back to Top</a>\n        </div>\n      </nav>\n\n      <div class=\"wrapper\">\n        <p class=\"mission\">The mission of MIT Technology Review is to equip its audiences with the intelligence to understand a world shaped by technology.</p>\n\n        <ul class=\"boxes\">\n          <a href=\"/editions/\" class=\"go-editions-selector\"><li>\n            <h3>Editions</h3>\n            <p>Find your preferred version. Choose from six languages and in 13 regions worldwide.</p>\n          </li></a>\n          <a href=\"/magazine/archives/\"><li>\n            <h3>Archives</h3>\n            <p>Explore 116 years of innovation from the most respected technology publication.</p>\n          </li></a>\n          <a href=\"/lists/\"><li>\n            <h3>Lists</h3>\n            <p>Discover the most important people, companies and technologies shaping our future.</p>\n          </li></a>\n          <a href=\"/events/\"><li>\n            <h3>Events</h3>\n            <p>Attend one of our over 400 thought-provoking live events worldwide.</p>\n          </li></a>\n          <a href=\"/subscribe/\" class=\"last\"><li>\n            <h3>Subscribers</h3>\n            <p>Have <em>MIT Technology Review</em> delivered to your doorstep, desktop, or tablet. <!--<strong>Subscribe &raquo;</strong>--></p>\n          </li></a>\n        </ul>\n\n        <div class=\"hr\"></div>\n\n        <section class=\"footer-lists\">\n          <ul class=\"footer-list first\">\n            <li class=\"header\"><h3>More</h3></li>\n            <li><a href=\"http://newsletters.technologyreview.com\">Newsletters</a></li>\n            <li><a href=\"http://www.mitef.org\" target=\"_blank\">MIT Enterprise Forum</a></li>\n            <li><a href=\"/magazine/mitnews/\">MIT News Magazine</a></li>\n            <li><a href=\"http://www.emtechmit.com\" target=\"_blank\">EmTech</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/about/\">Company</a></h3></li>\n            <li><a href=\"/about/\">About Us</a></li>\n            <li><a href=\"/careers/\">Work for Us</a></li>\n            <li><a href=\"/media/\">Advertise with Us</a></li>\n            <li><a href=\"/about/permissions/\">Reprints and Permissions</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/my/\">Your Account</a></h3></li>\n            <li><a href=\"/join/\">Join</a></li>\n            <li><a href=\"/my/\">View Profile</a></li>\n            <li><a href=\"/my/\">Manage Account</a></li>\n            <li><a href=\"/support/\">Manage Subscription</a></li>\n          </ul>\n\n          <ul class=\"footer-list\">\n            <li class=\"header\"><h3><a href=\"/support/\">Customer Support</a></h3></li>\n            <li><a href=\"/support/\">Help / Support</a></li>\n            <li><a href=\"/contact/\">Contact us</a></li>\n            <li><a href=\"/contact/submit/\">Feedback</a></li>\n            <li><a href=\"/sitemap/\">Sitemap</a></li>\n          </ul>\n\n          <aside>\n            <h3><a href=\"/connect/\">Connect</a></h3>\n            <ul class=\"social-icons\">\n              <li><a target=\"_blank\" href=\"http://twitter.com/techreview\" id=\"social-twitter\">Twitter</a></li>\n              <li><a target=\"_blank\" href=\"https://www.linkedin.com/company/mit-technology-review\" id=\"social-linkedin\">LinkedIn</a></li>\n              <li><a target=\"_blank\" href=\"http://www.youtube.com/user/technologyreview\" id=\"social-youtube\">YouTube</a></li>\n              <li><a target=\"_blank\" href=\"https://google.com/+technologyreview/\" id=\"social-google\" rel=\"publisher\">Google+</a></li>\n              <li><a target=\"_blank\" href=\"http://www.stumbleupon.com/channel/TechReview\" id=\"social-stumbleupon\">StumbleUpon</a></li>\n              <li><a target=\"_blank\" href=\"https://www.facebook.com/technologyreview\" id=\"social-facebook\">Facebook</a></li>\n              <li><a target=\"_blank\" href=\"/connect/#rss\" id=\"social-rss\">RSS</a></li>\n              <li><a target=\"_blank\" href=\"/connect/#mobile\" id=\"social-mobile\">Mobile</a></li>\n            </ul>\n          </aside>\n        </section>\n\n        <a href=\"/\"><h2>MIT Technology Review</h2></a>\n\n        <ul id=\"terms-privacy\">\n          <li><a href=\"/about/ethics-statement/\">Ethics Statement</a></li>\n          <li><a href=\"/about/terms-of-service/\">Terms of Service</a></li>\n                    <li><a href=\"/about/privacy/\">Privacy</a></li>\n          <li><a href=\"/about/commenting-guidelines/\">Commenting Guidelines</a></li>\n        </ul>\n\n        <ul id=\"copy-version\">\n          <li><a href=\"/about/terms-of-service/\">&copy; 2015</a></li>\n          <li>v1.13.05.10</li>\n        </ul>\n      </div>\n    </footer>\n\n<!-- addthis -->\n  <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4df12eda07a410ab&async=1\"></script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"technologyreview.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<!-- crazyegg -->\n  <script type=\"text/javascript\">\n  setTimeout(function(){var a=document.createElement(\"script\");\n  var b=document.getElementsByTagName(\"script\")[0];\n  a.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/9154.js?\"+Math.floor(new Date().getTime()/3600000);\n  a.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n  </script>\n\n<!-- Livefyre comment count -->\n<script type=\"text/javascript\" data-lf-domain=\"technologyreview.fyre.co\" src=\"http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js\"></script>\n<script type=\"text/javascript\">\nLF.CommentCount({\n  replacer: function(element, count) {\n    var formatSingular = element.getAttribute(\"data-lf-format-singular\");\n    var formatPlural = element.getAttribute(\"data-lf-format-plural\");\n    if (formatSingular && formatPlural) {\n      if (count == 1) {\n        element.innerHTML = formatSingular.replace(\"@count\", count);\n      } else {\n        element.innerHTML = formatPlural.replace(\"@count\", count);\n      }\n    } else {\n      element.innerHTML = count;\n    }\n\n    var minComments = 1;\n    // Get the minimum comments from the HTML attribute, if there is one.\n    var htmlMinComments = element.getAttribute(\"data-lf-min-comments\");\n    if (htmlMinComments) {\n      minComments = 1 * htmlMinComments;\n    }\n\n    var displayElement = element;\n    // If we need to hide/show a parent element instead of the element itself,\n    // we specify the jQuery .parent() selector in the attribute data-lf-display-parents.\n    var displayParentSelector = element.getAttribute(\"data-lf-display-parents\");\n    if (displayParentSelector) {\n      var displayElementParents = $(displayElement).parents(displayParentSelector);\n      if (displayElementParents.length > 0)\n        displayElement = displayElementParents[0];\n    }\n\n    var displayAltElement = null;\n    var displayAltParentsSelector = element.getAttribute(\"data-lf-display-alt-parents\");\n    var displayAltSelector = element.getAttribute(\"data-lf-display-alt\");\n    if (displayAltParentsSelector && displayAltSelector) {\n      displayAltParents = $(element).parents(displayAltParentsSelector);\n      if (displayAltParents.length > 0) {\n        var displayAltParent = displayAltParents[0];\n        var displayAltElements = $(displayAltParent).find(displayAltSelector);\n        if (displayAltElements.length > 0)\n          displayAltElement = displayAltElements[0];\n      }\n    }\n\n    // Hide the element if it doesn't have enough comments.\n    if (count >= minComments) {\n      displayElement.style.display = \"\";\n      // Hide the alternate element.\n      if (displayAltElement)\n        displayAltElement.style.display = \"none\";\n    } else {\n      displayElement.style.display = \"none\";\n      // Show the alternate element.\n      if (displayAltElement)\n        displayAltElement.style.display = \"\";\n    }\n  }\n});\n</script>\n\n\n\n<!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"16198136\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=16198136&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- removed 2013 May 6 // not an async load\n<script type=\"text/javascript\" src=\"http://amch.questionmarket.com/adsc/d921388/108/1017567/randm.js\"></script>\n -->\n\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\n  var _qevents = _qevents || [];\n\n  (function() {\n  var elem = document.createElement('script');\n  elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n  elem.async = true;\n  elem.type = \"text/javascript\";\n  var scpt = document.getElementsByTagName('script')[0];\n  scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n  qacct:\"p-ffE9vWW7lzZG-\",\n  labels:\"Energy, Materials\"\n  });\n</script>\n\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-ffE9vWW7lzZG-.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = 56444;\n    _sf_async_config.domain = 'technologyreview.com';\n    _sf_async_config.useCanonical = true;\n    _sf_async_config.sections = \"Energy\";\n    _sf_async_config.authors = \"David Talbot\";\n    /** CONFIGURATION END **/\n    (function(){\n      function loadChartbeat() {\n        window._sf_endpt=(new Date()).getTime();\n        var e = document.createElement('script');\n        e.setAttribute('language', 'javascript');\n        e.setAttribute('type', 'text/javascript');\n        e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n        document.body.appendChild(e);\n      }\n      var oldonload = window.onload;\n      window.onload = (typeof window.onload != 'function') ?\n         loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n\n  </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/teenvogue.com1.html",
    "content": "<!DOCTYPE html>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<html lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n\n<!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG --!>\n\n<script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"https://a.mobify.com/teen-vogue-performance/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/teen-vogue-performance/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n\n<!-- END MOBIFY -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n    \n    \n        \n    \n    \n        \n        \n            \n                \n                    \n                            \n                                \n                                <noscript>\n                                    <img src=\"/images/entertainment/2014-12/disney-channel-original-movies-00.jpg\" alt=\"Disney Channel Original Movies\">\n                                </noscript>\n                            \n                    \n                            \n                    \n                \n            \n            \n            \n            \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n\n\n    \n        \n            \n            \n        \n        \n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<title>Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish | TeenVogue.com</title>\n\n\n    \n    \n    \n            \n        \n    \n    \n\n    \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta http-equiv=\"Content-Language\" content=\"en-us\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta http-equiv=\"imagetoolbar\" content=\"false\" />\n<meta name=\"Author\" content=\"Teen Vogue  Magazine\" />\n<meta name=\"Copyright\" content=\"Copyright (c) Cond&#233;Net 2015\" />\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n<meta name=\"p:domain_verify\" content=\"4575cdee0aa55260d9d63fef81707ce7\"/>\n\n\n\n\n<meta name=\"description\" content=\"Check out these seven Disney Channel Original Movies your life won't be complete without seeing.\" />\n<meta name=\"distribution\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n<meta name=\"viewport\" content=\"width = device-width, initial-scale=1.0, maximum-scale=1.0\" />\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n<meta name=\"keywords\" content=\"\" />\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<link rel=\"canonical\" href=\"http://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house\" />\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n\n        \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n                  \n            \n\n\n\n    \n\n\n\n    <meta property=\"fb:admins\" content=\"648235154\" />\n\n\n\n\n\n    <meta property=\"og:image\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-th.jpg\"/>\n\n\n<meta property=\"og:title\" content=\"7 Disney Channel Original Movies That You Need to See Immediately\" />\n\n<meta property=\"og:url\" content=\"http://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house?slide=1\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Teenvogue: Content Feed\" href=\"http://www.teenvogue.com/services/rss/feeds/all.xml\"/>\n\n\n\n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n<meta name=\"twitter:card\" content=\"gallery\">\n<meta name=\"twitter:site\" content=\"@TeenVogue\">\n<meta name=\"twitter:title\" content=\"7 Disney Channel Original Movies That You Need to See Immediately\">\n<meta name=\"twitter:description\" content=\"Check out these seven Disney Channel Original Movies your life won't be complete without seeing.\">\n\n\n\n<meta name=\"twitter:image0\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-00.jpg\">\n<meta name=\"twitter:image1\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-02.jpg\">\n<meta name=\"twitter:image2\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-03.jpg\">\n<meta name=\"twitter:image3\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-04.jpg\">\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n    \n\n\n\n\n\n        \n        \n    \n\n\n\n        \n    \n\n<meta name='parsely-page'\n      content='{\"title\": \"7 Disney Channel Original Movies That You Need to See Immediately\",\n                \"link\": \"http://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house\",\n                \"image_url\": \"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-th.jpg\",\n                \"type\": \"post\",\n                \"post_id\": \"\",\n                \"pub_date\": \"2014-12-29T18:22:00Z\",\n                \"section\": \"entertainment\",\n                \"author\": \"Hannah Gilman\"     ,\n                \"tags\": [\"Teen Vogue\"]\n               }'>\n\n\n<meta name='parsely-metadata'\n      content='{\"type\": \"post\", \"image_url\": \"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-th.jpg\", \"content_type\": \"Slideshow\"}'>\n\n    \n    \n\n    \n\n    \n        \n        \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n        \n        \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n     \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen, Print\" href=\"/css/main.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen, Print\" href=\"/css/regular-pages.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen\" href=\"/css/widgets.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Print\" href=\"/css/print.css\" />\n        \n\n    <link rel=\"stylesheet\" href=\"/css/bts.css\" media=\"screen\" />\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    <script type=\"text/javascript\" src=\"/js/lib/cn-fe-common/v3/LAB-modernizr.min.js\"></script>\n    \n    <script type=\"text/javascript\" src='/js/lib/cn-fe-common/v3/jquery-1.7.min.js'></script>\n    <script type=\"text/javascript\" src='/js/lib/cn-fe-common/v3/cn.js'></script>\n    <script type=\"text/javascript\">\n    CN.site.currentSection = (function(){\n        var pageTypes = {\"List\": \"Slideshows\", \"ArticleV2\": \"Article\", \"IndexV2\": \"Index\", \"Home\": \"Homepage\", \"Search\": \"Search\", \"BlogsV2\": \"Blogs\"};\n        var pageContentType = \"List\";\n        return ((pageContentType in pageTypes)? pageTypes[pageContentType] : null);\n    })();\n    </script>\n    <script type=\"text/javascript\" src=\"/js/cn-fe-stats/mbox.js\"></script>\n    <script type=\"text/javascript\" src='/appjs/stats/omniture.js'></script>\n    <script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n    <script type=\"text/javascript\">\n    (function(){\n        var doPageTracking2 = CN.stats.omniture.doPageTracking2;\n\n        \n        var cmsKeywords = \"entertainment|disney\";\n        \n\n        CN.stats.omniture.doPageTracking2 = function(){\n\n            \n                CN.stats.omniture.setAuthorName(\"Hannah Gilman\");\n            \n            if(CN.site  && CN.site.currentSection) CN.stats.omniture.setContentType(CN.site.currentSection);\n            if(typeof cmsKeywords != \"undefined\"){\n                s.eVar50 = cmsKeywords;\n                this.setCMSKeywords((cmsKeywords || \"null\"));\n            }\n            \n            s.eVar5 = \"\";\n            s.eVar50 = \"\";\n\n            return this;\n        };\n    })();\n    </script>\n\n\n\n\n    \n\n\n    <!--Adobe AudienceManager Tag Insertion Manager-->\n    <script type=\"text/JavaScript\" src=\"//condenast.demdex.net/event?d_stuff=1&d_dst=1&d_rtbd=json&d_cts=1&d_cb=aam_tnt_cb\"></script>\n\n    \n    \n\n    \n    <meta itemprop=\"meta-thumbnailUrl\" content=\"http://www.teenvogue.com/images/entertainment/2014-12/disney-channel-original-movies-th.jpg\" />\n    \n\n<!--Global Mbox-->\n    <div class=\"mboxDefault\"></div>\n    <script type=\"text/javascript\">\n        mboxCreate('tnv_ed_global',\n            'entity.brand=TeenVogue',\n            'entity.id=2000000003014120',\n            'entity.name=7 Disney Channel Original Movies That You Need to See Immediately',\n            'entity.categoryId=List',\n            'entity.contentType=List',\n            'entity.siteSection=entertainment',\n            'entity.pageUrl=http://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house',\n            'entity.thumbnailUrl=/images/entertainment/2014-12/disney-channel-original-movies-th.jpg',\n            'entity.thumbnailUrlSq=/images/entertainment/2014-12/disney-channel-original-movies-th_s.jpg',\n            'entity.inventory=1',\n            'entity.value=1',\n            'user.categoryId=List',\n            'mboxPageValue=1'\n        );\n    </script>\n<!--end global mbox code-->\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n     \n    \n    \n    \n    \n\n    \n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n     <script>\n\n         /*\n          *  CN Object\n          *  As JavaScripts begin to load, their promises will be publicly accessible\n          *  so that callbacks may be defined.\n          */\n        CN.promises = {\n\n                scripts: {},\n                render: {}\n             },\n        CN.site.name = 'teenvogue',\n        CN.page.type = 'List',\n        CN.masonry = {\n                 refresh : function() {}\n             };\n\n\n        /*\n         *  The DOM is loading so fast that ad iframes are setting document.domain before\n         *  CN.site.init, causing security errors in IE.  This is why we set it here and now.\n         */\n        try {\n            document.domain = location.hostname.split('.').slice(-2).join('.');\n        }\n        catch(e) {\n            CN.exceptions = [e];\n        }\n         /*\n          *  Promotheus init\n          *  Sets up the promotheus url to be fetched.\n          */\n        window._ghearst_vars = (function() {\n        var\n            metaKeyWords = (function(){\n                var\n                    i                  = 0,\n                    metaKeywordContent ='',\n                    nameAttribute      = null,\n                    metaCollection     = document.getElementsByTagName('meta');\n\n                for (i = 0; i < metaCollection.length; i++) {\n                    nameAttribute = metaCollection[i].name.search(/keywords/);\n                    if (nameAttribute!= -1) {\n                        metaKeywordContent = metaCollection[i].content;\n                        metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,\n                        metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space\n                    }\n                }\n                return metaKeywordContent;\n            })();\n        return {\n            'ams_ads_script_src': 'http://subscribe.teenvogue.com/ams/page-ads.js?ad_category_prefix=entertainment&browser_path=%2Fentertainment%2F2014-12%2Fdisney-channel-original-movies-zenon-smart-house%2F&cat_prefixes=%2Centertainment%2C2014-12%2Cdisney-channel-original-movies-zenon-smart-house%2C&keywords='+metaKeyWords+'&position_list=AMS_TNV_GLOBAL_SLIDESHOW_HEADER_FULL%2CAMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO%2CAMS_TNV_GLOBAL_SLIDESHOW_RIGHTRAIL_A%2CAMS_TNV_MOBILE_SLIDESHOW2%2CAMS_TNV_GLOBAL_SLIDESHOW%2CAMS_TNV_GLOBAL_FOOTER%2CAMS_TNV_MOBILE_GLOBAL_FOOTER%2CAMS_TNV_FOOTER_SUBSCRIBE%2CAMS_TNV_GLOBAL_INSIDER_HEADER_FULL%2CAMS_TNV_GLOBAL_NAVBAR_ROLLOVER%2CAMS_TNV_GLOBAL_NAVBAR%2CAMS_TNV_MOBILE_GLOBAL_NAV%2CAMS_TNV_GLOBAL_HEADER_FULL%2CAMS_TNV_GLOBAL_HEADER_COLLAPSE%2CAMS_TNV_GLOBAL_HEADER%2CAMS_TNV_LITEREG_SUBSCRIBE%2CAMS_TNV_MOBILE_LITEREG_SUBSCRIBE%2CAMS_TNV_POPUP_EXIT%2CAMS_TNV_POPUP_FLOATINGAD%2CAMS_TNV_POPUP_ENTRY%2CAMS_TNV_CONTENTPAGE_ZRAIL%2CAMS_TNV_CONTENTPAGE_TEXTOFFER%2CAMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE&site_prefix=teenvogue&subdomain=www&url_name='\n        };\n    })();\n\n        /*\n         *  Asynchronous script loading\n         *  Use LAB.js to load resources in parallel, utilizing wait() to pause\n         *  for dependencies and configuration.\n         */\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n    $LAB.setOptions({AlwaysPreserveOrder : true})\n\n\n    .script(function() {\n    if(CN.isMobile) {\n        return ['/js/teenvogue_ads_core_mobile.js'];\n    }else {\n        return ['/js/teenvogue_ads_core.js'];\n    }\n})\n\n    .wait(function () {\n                    setTimeout(function () {\n                        \n        var adSite = (CN.isMobile) ? 'teenvogue.mobile.dart' : 'teenvogue.dart';\n\n        CN.dartConfig = {\n            site: adSite,\n            zone: 'entertainment;',\n            kws:[ \"list\",\"entertainment\",\"2014-12\",\"disney-channel-original-movies-zenon-smart-house\"],\n            charmap : {' ' : '+', '-' : '_'},\n            gptCallback: function(){ jQuery(document).trigger('adsRendered')}\n        };\n\n        if(CN.site && CN.site.currentSection) CN.dartConfig.contentType = CN.site.currentSection;\n        if(CN.isMobile) CN.dartConfig.device = \"mobile\";\n        CN.dart.init(CN.dartConfig);\n        if(typeof CN.dartCalls === \"function\") CN.dartCalls();\n    \n                    }, 500);\n                })\n\n\n        \n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n    $LAB.setOptions({AlwaysPreserveOrder : true})\n\n\n    .script(function() {\n    if(CN.isMobile) {\n        return ['/js/teenvogue_core_mobile.js'];\n    }else {\n        return ['/js/teenvogue_core.js'];\n    }\n})\n\n    .wait(function() {\n                    CN.promises.scripts = {\n                        base       : new jQuery.Deferred(),\n                        ads        : new jQuery.Deferred(),\n                        ecom       : new jQuery.Deferred(),\n                        stats      : new jQuery.Deferred(),\n                        site       : new jQuery.Deferred(),\n                        brightcove : new jQuery.Deferred(),\n                        typekit    : new jQuery.Deferred(),\n                        livefyre   : new jQuery.Deferred(),\n                        last       : new jQuery.Deferred()\n                    };\n\n                    CN.promises.render = {\n                        ecom       : new jQuery.Deferred()\n                    };\n                    CN.promises.scripts.base.resolve();\n                    CN.response.lazyLoadImg();\n                    CN.promises.scripts.site.resolve();\n\n                })\n\n\n\n       \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n    .script(['//fonts.condenast.com/dge5ldm.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.typekit.resolve();\n                })\n\n\n\n        \n\n\n\n.wait()\n.script([\n\n    \n\n])\n\n\n         \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    .script(['/js/teenvogue_stats.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.stats.resolve();\n                })\n\n\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    /*.script(['/js/teenvogue_list.js'])*/\n    .script(\"/js/cd.tnv.slide.js\")\n\n\n\n        \n        \n        \n        \n            //Do not load livefyre for secure pages\n\n\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n    .script(['//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js',\n                   '//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js',\n                   '/js/teenvogue.livefyre.js'])\n\n    .wait(function() {\n                        CN.promises.scripts.livefyre.resolve();\n                    })\n\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    .script(['/js/teenvogue_last.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.last.resolve();\n                })\n\n\n    </script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script> var tnv_slideID = 2000000003014120 </script>\n        \n    \n\n    <meta itemprop=\"datePublished\" content=\"20141229 18:22:00\" />\n    \n    \n    \n        \n        \n        \n        \n        \n                \n                    \n                    \n                \n        \n                \n                    \n                    \n                \n        \n        \n        \n    \n    \n\n\n\n\n\n\n\n\n    \n    \n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script>\n        if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'teenvogue.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.teenvogue.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.teenvogue.fyre.co/api/v3.0/hottest/?site=320161\";\n       CN.livefyre.mostCommentedEntries = 4;\n        \n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320161\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IkRpc25leSBDaGFubmVsIE9yaWdpbmFsIE1vdmllcyB8IFplbm9uLCBTbWFydCBIb3VzZSwgTHVjayBvZiB0aGUgSXJpc2giLCJjaGVja3N1bSI6ImFjNDY4NjJjYTk5YmExNjAzMGZmMDA5NmRlYzRmOWU4IiwiYXJ0aWNsZUlkIjoidGVlbnZvZ3VlXzIwMDAwMDAwMDMwMTQxMjAiLCJ1cmwiOiJodHRwOi8vd3d3LnRlZW52b2d1ZS5jb20vZW50ZXJ0YWlubWVudC8yMDE0LTEyL2Rpc25leS1jaGFubmVsLW9yaWdpbmFsLW1vdmllcy16ZW5vbi1zbWFydC1ob3VzZS8ifQ.uPQexRqRBpxkBvJM5FQozkYyBKYTq7O8WFV_3OnfMGg\",\"checksum\":\"ac46862ca99ba16030ff0096dec4f9e8\",\"articleId\":\"teenvogue_2000000003014120\"};\n\n    </script>\n\n</head>\n<!-- List -->\n<body class=\"list listC listCitemA pageLayoutA s_entertainment ss_2014-12 c_disney-channel-original-movies-zenon-smart-house\">\n\n    \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_floating_ad.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n</div>\n\n\n    \n\n\n\n\n\n<!-- Rollover Ad Template for instance collapseAd-->\n<div id=\"collapseAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"collapseAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"collapseAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE\" class=\"ecom-placement site-full\">\n            \n                   <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_header_collapse.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n            \n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n    <div id=\"collapseAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n\n    \n\n\n\n\n\n<!-- Rollover Ad Template for instance rolloverAd-->\n<div id=\"rolloverAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement site-full\">\n            \n                <div id=\"layer_offer_link\"><a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_floating_ad.gif\" alt=\"Subscribe to Teen Vogue\" border=\"0\" /></a></div>\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n            \n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n\n\n\n\n    <header class=\"shell\">\n\n    \n    \n    \n\n    <div class=\"headmatter\">\n    <div class=\"wrapper\">\n    \n\n\n\n<aside class=\"login-box\">\n    <h2><a href=\"/user/login\">Sign In</a></h2>\n</aside>\n\n    \n\n\n\n\n\n    \n\n\n<div id=\"seoh1\">\n    <!-- Rollover Ad Template for instance -->\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_COLLAPSE\" class=\"ecom-placement site-full subscribe-promo\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">\n                <span class=\"inactive-text\">Get This Month's</br> <b>Free Gift</b></span>\n                   <span class=\"active-text\">Subscribe</br> <b>Today</b></span>\n            </a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n\n    <a href=\"/\" title=\"Go to the Teen Vogue homepage\" class=\"header-logo\"></a>\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    \n</div>\n<ul class=\"nav-toggle site-narrow\">\n   <li class=\"nav\">nav</li>\n   <li class=\"search\">search</li>\n</ul>\n\n\n\n\n\n<div class=\"social\">\n    <a href=\"/services/newsletters/demographics\" class=\"em\" target=\"_blank\"></a>\n    <a href=\"https://www.facebook.com/teenvogue\" class=\"fb\" target=\"_blank\"></a>\n    <a href=\"http://twitter.com/teenvogue\" class=\"tw\" target=\"_blank\"></a>\n    <a href=\"http://pinterest.com/teenvogue/\" class=\"pn\" target=\"_blank\"></a>\n    <a href=\"http://teenvogue.tumblr.com\" class=\"tb\" target=\"_blank\"></a>\n    <a href=\"https://plus.google.com/+TeenVogue/\" class=\"go\" target=\"_blank\"></a>\n    <a href=\"http://www.youtube.com/user/teenvoguemag\" class=\"yt\" target=\"_blank\"></a>\n    <a href=\"http://instagram.com/teenvogue\" class=\"in\" target=\"_blank\"></a>\n    <a href=\"http://weheartit.com/TeenVogue\" class=\"wh\" target=\"_blank\"></a>\n</div>\n\n\n<aside id=\"top-cm\" title=\"Subscription Resources\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_FULL\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_header_full.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_COLLAPSE\" class=\"ecom-placement site-full subscribe-promo\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">\n                <span class=\"inactive-text\">Get This Month's</br> <b>Free Gift</b></span>\n                   <span class=\"active-text\">Subscribe</br> <b>Today</b></span>\n            </a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n</aside>\n\n    <div class=\"site-full\">\n    \n\n\n\n\n\n\n\n\n\n        <div id=\"monoTop200x45_frame\" class=\"displayAd displayAd200x45Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n    </div><!-- /wrapper -->\n    </div>\n\n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n    \n\n\n\n\n            <aside id=\"topBannerAd\" class=\"site-full\">\n                \n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=header&moatClientSlicer1=TeenVogue&moatClientSlicer2=728x90\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=header&moatClientSlicer1=TeenVogue&moatClientSlicer2=728x90\" type=\"text/javascript\"></script>\n        \n    \n\n\n            </aside>\n            \n            <div class=\"header-close\"><a href=\"#\"><span>back</span></a></div>\n\n\n\n\n<div class=\"nav-search site-narrow\">\n    \n\n\n\n\n\n<form name=\"search-form\" action=\"/search\" class=\"search freetext\" method=\"get\">\n    <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n    <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n    <label for=\"query\">Search</label>\n    <input type=\"text\" name=\"query\" value=\"\" placeholder=\"search\" />\n    <button name=\"submit\" class=\"submit\" title=\"Submit\" type=\"submit\">Submit</button>\n</form>\n\n\n</div>\n\n\n\n\n    <div class=\"site-narrow\">\n    \n    \n\n\n\n\n\n\n\n\n\n        <div id=\"header320x50_frame\" class=\"displayAd displayAd320x50Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    \n    </div>\n\n    \n    \n    \n\n\n\n    \n    \n\n\n\n    \n        \n            <ul id='bc' title='Navigation Trail'>\n            <li class='first'>\n\n            \n                \n                <a href=\"/\">Teen Vogue</a>\n            \n\n            \n        \n    \n        \n            <ul>\n            <li>\n\n            \n                <span>&gt;</span>\n                <a href=\"/entertainment/\">Entertainment</a>\n            \n\n            \n        \n    \n\n    </li>\n                </ul>\n                </li>\n                </ul>\n\n\n    \n</header>\n    <div class=\"container\">\n\n\n<section id=\"page\">\n\n        \n        \n\n        \n            <div class=\"site-full\">\n    <header class=\"headers-container story-hed\">\n        <hgroup class=\"story-hed\">\n\n        \n                \n                \n\n\n\n\n\n        \n        \n        <h5 class=\"rubric\"><a href=\"/entertainment\" data-cn-click=\"rubric\"><span>Entertainment</span></a></h5>\n    \n\n                \n        \n            \n                \n                \n\n\n\n\n\n\n\n\n        \n            <h1 itemprop=\"headline\" class=\"content-headline\">7 Disney Channel Original Movies That You Need to See Immediately</h1>\n        \n    \n\n\n                \n            \n    </header>\n</div>\n\n\n    <div class=\"social-bar-v2 full-bar\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-top\">\n\n        \n            \n                   \n                   <li class=\"utility-livefyre-comment\"><span class=\"livefyre-commentcount\" button-action=\"javascript:;\" data-lf-site-id=\"\" data-lf-article-id=''></span></li>\n                   \n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-share\" data-layout=\"box_count\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tweet\" data-count=\"vertical\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tumblr\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-gplusone gplusone\" data-size=\"tall\" data-href=\"http://www.teenvogue.com%2Fentertainment%2F2014-12%2Fdisney-channel-original-movies-zenon-smart-house%2F%3Fslide%3D1\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-heart\" ></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"expand-menu\"><span class=\"label-menu\">More</span>\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    </div>\n\n\n<section class=\"list-body\">\n\n\n    \n\n\n<span class=\"response-zone\" data-display-mode=\"full\" data-display-zone=\"zone2\"></span>\n\n<div class=\"main-column\">\n\n    \n    \n\n\n        \n\n        \n        \n\n\n\n\n        \n        \n        \n\n        \n            <div class=\"intro-container\">\n\n                    <section class=\"intro\">\n\n                        \n                            \n                            \n                            \n                            \n                            \n                            \n                        \n\n                        <div class=\"intro-text\">\n                            \n                                    \n                                    \n                                    \n\n\n\n\n\n\n\n\n\n\n                                    \n                                    \n                            \n\n                            \n                                \n                                \n                                \n\n\n\n\n\n    <div class=\"text\">\n        <p>As you may remember from <i>High School Musical</i> or <i>Camp Rock</i> or <i>The Cheetah Girls</i>, Disney Channel Original Movies aren't just made-for-TV movies, but actual events. Like something you looked forward to <i>forever</i> because it was basically like being at the exciting opening night showing, only in your own home.</p>\n\n<p>Not that the recent DCOM selection isn't great and all, but we definitely suggest locating these movies over holiday break and watching them over and over again. Scrunchies and roll-on body glitter optional.</p>\n\n\n    </div>\n\n\n                                \n                                \n                            \n\n                        </div>\n\n                        \n\n                        \n                        \n                        \n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    </section>\n\n                </div>\n        \n\n    \n\n    \n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-pinit\">\n\n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"items-container\" class=\"\" data-layout=\"A\">\n\n            <div class=\"slideshow-items\">\n\n            \n             \n                    \n                    \n                    \n                    \n\n                    \n                        \n                        \n                        \n                                \n                                \n                                \n                                \n                                \n                                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n      \n    <!-- <div class=\"alt numbers\">1</div> -->\n\n    \n            <figure id=\"media-count-6-container\" class=\"media media-shadow media-placement-primary\">\n\n            \n                \n                        \n                        \n\n\n\n\n\n\n\n\n      \n  \n\n\n\n\n    \n        \n            \n                \n                \n            \n        \n    \n        \n            \n        \n    \n\n\n\n\n\n    <div id=\"media-count-6\">\n        \n                <img src=\"/css/images/1x1.gif\" data-original=\"/images/entertainment/2014-12/disney-channel-original-movies-00.jpg\" alt=\"Disney Channel Original Movies\" title=\"Disney Channel Original Movies\" class=\"lazy\" >\n                \n            \n\n        \n    </div>\n\n\n\n\n\n\n\n                        \n\n                    \n            \n                \n                        \n\n\n\n\n\n\n\n\n\n\n                        \n                    \n            \n                \n            \n                \n            \n\n        </figure>\n            \n        \n\n\n\n\n\n                                \n                            \n                    \n\n                  \n\n                    \n\n\n\n\n\n\n\n\n\n\n\n                \n\n\n            \n            \n\n            \n\n                            \n\n                <div id=\"slideshow-cm-container\" class=\"lastSlide\">\n                    <div id=\"slideshow-cm-subsoffer\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_SLIDESHOW\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_slideshow.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n        \n        \n    \n\n\n                    </div>\n                    <div id=\"slideshow-cm-extra\">\n                        \n                        <div id=\"slideshow-cm-feature\">\n                            <section id=\"ps1_fs1_content\" class=\"features linklist\"></section>\n                        </div>\n                    </div>\n                </div>\n\n                    \n                    <div class=\"site-narrow\">\n                        <div class=\"list-supporting\">\n                            \n                            \n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n\n   \n\n\n\n                        </div>\n                    </div>\n                    \n\n            \n\n\n\n            <div class=\"mboxDefault\"></div>\n            \n            <script>mboxCreate(\"tnv_slideshow_recs_v2\",\"entity.id=2000000003014120\");</script>\n            \n            </div>\n        </div>\n\n\n\n        \n            \n            <div class=\"control-bar  slideshow-controls slideshow-remote  noshowall\" id=\"show-footer\">\n                \n                <div class=\"site-narrow photo-by\"></div>\n                <div class=\"narrow-count site-narrow\">1 of 8</div>\n                <div class=\"viewall\"><a href=\"#\">&nbsp;</a></div>\n                \n                \n                \n                <div class=\"list-supporting site-full\"><p class=\"photo-credits\"></p></div>\n                <div class=\"count site-full\">1 of 8</div>\n                <div class='viewlarger site-narrow'><a href=\"#\">&nbsp;</a></div>\n            </div>\n            <div class=\"social-bar-v2 mobile-bar\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-narrow\">\n\n        \n            \n                   \n                   <li class=\"utility-livefyre-comment\"><span class=\"livefyre-commentcount\" button-action=\"javascript:;\" data-lf-site-id=\"\" data-lf-article-id=''></span></li>\n                   \n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-share\" data-layout=\"box_count\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tweet\" data-count=\"vertical\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tumblr\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-gplusone gplusone\" data-size=\"tall\" data-href=\"http://www.teenvogue.com%2Fentertainment%2F2014-12%2Fdisney-channel-original-movies-zenon-smart-house%2F%3Fslide%3D1\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-heart\" ></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats && CN.stats.omniture) { CN.stats.omniture.trackAction('emailAFriend',this); }\" href=\"/contact/emailFriend?referringPage=http://www.teenvogue.com%2Fentertainment%2F2014-12%2Fdisney-channel-original-movies-zenon-smart-house%2F%3Fslide%3D1&amp;title=7+Disney+Channel+Original+Movies+That+You+Need+to+See+Immediately\" rel=\"nofollow\">E-Mail</a></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            </div>\n            \n        \n\n        \n            <div id=\"item-navigation-container\"></div>\n\n        \n            \n                <div class=\"site-narrow\">\n\n                  \n                      \n                      \n\n\n\n\n\n \n    \n         \n            \n                <h2 class=\"sub-header\"><span itemprop=\"description\">We're all supernova girls! </span></h2>\n            \n        \n  \n\n\n\n                      \n                  \n\n                    <figcaption class=\"slidePhotoCaption\"></figcaption>\n\n                    <div class=\"item-inner slideshow-text\">\n                        <header class=\"item-header\">\n                            <hgroup>\n                                    <h5 class=\"rubric\"></h5>\n                                    <h2 class=\"header\"><a href=\"#\" class=\"headerLink\"></a></h2>\n                                    \n                            </hgroup>\n                        </header>\n                     <div class=\"body\">\n                        </div>\n                        <footer class=\"item-footer\">\n                                <p class=\"footer-text\"></p>\n                                <p class=\"photo-credits\"></p>\n                        </footer>\n                    </div>\n                </div>\n\n            \n\n\n\n        \n            \n        \n                    \n                        <div itemprop=\"articleBody\" class=\"intro-text\">\n                            \n                                    \n                                    \n                                    \n\n\n\n\n\n\n\n\n\n\n                                    \n                                    \n                            \n\n                            \n                                \n                                \n                                \n\n\n\n\n\n    <div class=\"text\">\n        <p>As you may remember from <i>High School Musical</i> or <i>Camp Rock</i> or <i>The Cheetah Girls</i>, Disney Channel Original Movies aren't just made-for-TV movies, but actual events. Like something you looked forward to <i>forever</i> because it was basically like being at the exciting opening night showing, only in your own home.</p>\n\n<p>Not that the recent DCOM selection isn't great and all, but we definitely suggest locating these movies over holiday break and watching them over and over again. Scrunchies and roll-on body glitter optional.</p>\n\n\n    </div>\n\n\n                                \n                                \n                            \n                            <div class=\"clear\"></div>\n                        </div>\n\n                        <div class=\"OUTBRAIN\" data-src=\"http://teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house/\" data-widget-id=\"AR_1\" data-ob-template=\"teenvogue\" ></div>\n                    \n    \n    \n\n    \n    \n        \n        \n\n\n\n\n\n\n\n\n\n<div class=\"footer\">\n\n\n\n\n\n</div>\n\n        \n    \n    \n\n    \n    \n    \n\n    \n\n\n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n    <div class=\"site-full\">\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"sposored_slideshow620x200_frame\" class=\"displayAd displayAd620x200Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n    <div class=\"site-narrow\">\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"m_sposored_slideshow300x100_frame\" class=\"displayAd displayAd300x100Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n\n    <div style=\"display:none\">\n        \n        \n\n\n\n\n\n\n\n\n\n        <div id=\"polar_slideshow650x200_frame\" class=\"displayAd displayAd650x200Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"m_polar_slideshow150x150_frame\" class=\"displayAd displayAd150x150Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n\n    \n    \n    <hr class=\"section-separator\" >\n    <div id=\"toggle_comments\"><span>show comments</span></div>\n    \n\n\n<a name=\"social-comments\"></a>\n<div class=\"social-comments\">\n    <h2 class=\"features-header header\">What do you think?</h2>\n    <h4>Post a comment</h4>\n    <hr />\n    <div id=\"livefyre\"></div>\n</div>\n\n\n\n</div><!-- /main-column -->\n\n\n<span class=\"response-zone site-full\" data-display-mode=\"narrow\" data-display-zone=\"zone1\"></span>\n\n</section>\n\n\n\n\n\n         <div class=\"sponsored-text\">\n               \n         </div>\n    \n\n<div class=\"site-narrow\">\n\n\n\n\n\n\n\n\n\n\n        <div id=\"bottomBanner_320x51_frame\" class=\"displayAd displayAd320x51Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n</div>\n\n\n<div class=\"right-rail\">\n\n    <div class=\"site-full\">\n    \n        <div id=\"yslideCon\">\n            <div id=\"yslideTxt\">\n\n                <div id=\"yslideHed\">\n\n                    \n                    \n\n                        \n                        \n                        \n\n\n\n\n\n \n    \n         \n            \n                <h2 class=\"sub-header\"><span itemprop=\"description\">We're all supernova girls! </span></h2>\n            \n        \n  \n\n\n\n                        \n                        \n\n\n                        \n                        \n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n    \n        \n    \n        \n          \n          \n          \n        \n  \n\n  \n\n      \n      \n\n      \n\n        \n      \n\n      \n\n    \n\n    \n        <div class=\"byline\">\n           <div class=\"contributors\">\n             <div class=\"contributor-type first last\">\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n            \n            <span class=\"contributor\">\n              \n             \n              \n              <strong>by</strong>\n             \n              <a itemprop=\"author\" href=\"/contributors/hannah-gilman\">Hannah Gilman</a>\n             </span></div>\n           </div>\n        </div>\n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n                        \n                        \n\n                        <div class=\"rule\"></div>\n                    \n                </div>\n\n                <figcaption class=\"slidePhotoCaption\"></figcaption>\n                <div class=\"item-inner slideshow-text\">\n                    <header class=\"item-header\">\n                        <hgroup>\n                                <h5 class=\"rubric\"></h5>\n                                <h2 class=\"header\"><a href=\"#\" class=\"headerLink\"></a></h2>\n                                <h3 class=\"sub-header\"></h3>\n                        </hgroup>\n                    </header>\n                     <div class=\"body\">\n                    </div>\n                    <footer class=\"item-footer\">\n                    </footer>\n                </div>\n            </div>\n            <hr class=\"slidebody-separator\">\n        </div>\n        \n        \n\n\n\n\n\n\n\n\n\n        <div id=\"listTop300x250_frame\" class=\"displayAd displayAd300x250Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=listTop&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=listTop&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\" type=\"text/javascript\"></script>\n        \n    \n\n\n        <div class=\"fotw-placeholder\"></div>\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"listBottom300x250_frame\" class=\"displayAd displayAd300x250Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=listBottom&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=listBottom&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\" type=\"text/javascript\"></script>\n        \n    \n\n\n    </div>\n</div>\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n                \n                \n                \n                \n                \n\n\n\n\n\n\n\n\n                \n                    \n                        \n                        \n                    \n                \n                \n                \n                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        \n\n </section><!-- /page -->\n\n\n\n    \n    \n    \n        \n         \n            \n                \n                <div class=\"feed-of-the-week hide\">\n                    <img src=\"http://pixel.getchute.com/?dID=5390cf7d58079b355a000002&cID=1055&eTp=view_served\" style=\"width:0; height: 0\" />\n                </div>\n            \n         \n        \n    \n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n\n\n</div><!-- /container -->\n    <div id=\"AMS_TNV_GLOBAL_FOOTER\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_footer.gif\" border=\"0\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n        \n      \n\n      \n      \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n    \n\n\n\n\n<footer class=\"shell\">\n    <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature manual first\">\n        <div class=\"blurb\">\n            \n            \n\n            \n            \n\n            \n            \n\n            \n            \n                \n                \n                    \n\n                    \n                            \n                        \n\n                    \n\n                    \n                        \n                            <ul class=\"links\">\n                        \n\n                        <li class=\" first\">\n                            \n                                    <a href=\"/services/sitemap\" >Site Map</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even\">\n                            \n                                    <a href=\"/contact\" >Contact Teen Vogue</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li>\n                            \n                                    <a href=\"/services/newsletters/demographics\" >Newsletter Signup</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even\">\n                            \n                                    <a href=\"/daily\" >Teen Vogue Daily</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n                            \n                        \n\n                    \n\n                    \n                        \n\n                        <li class=\" last\">\n                            \n                                    <a href=\"/services/rss/summary\" >RSS</a> \n                                \n                        </li>\n\n                        \n                            </ul>\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n            \n\n            \n            \n                \n            \n        </div></div></div></div>\n\n    <div class=\"site-narrow\">\n      <a id=\"backtotop\" href=\"#\">back to top</a>\n    </div>\n\n    <div id=\"global-footer\">\n        <div class=\"global-footer-nav\">\n            \n            \n            \n            \n            \n            <ul>\n                <li class=\"first\" id=\"global-footer-nav-subservices\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <span id=\"AMS_TNV_FOOTER_SUBSCRIBE\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TNV\" target=\"_blank\">Subscription Services</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </span>\n    \n\n\n        \n        \n    \n\n\n                </li>\n                <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Careers</a></li>\n                <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a></li>\n                <li class=\"last\" id=\"global-footer-nav-mediakit\"><a href=\"http://www.condenast.com/brands/tv/\">Teen Vogue Media Kit</a></li>\n                \n            </ul>\n\n        </div>\n        <div class=\"global-footer-columns-container\">\n            \n            \n            \n            <div class=\"global-footer-more-about-links\">\n                <div id=\"position1_footerCustomLinks\"><div id=\"ps1_fs1_footerCustomLinks\" class=\"features\"><div class=\"feature manual first\">\n        <div class=\"blurb\">\n            \n            \n\n            \n            \n                <div class=\"text\">\n                    \n                            <p>More sites about fashion, culture and style:</p>\n                        \n                </div>\n            \n\n            \n            \n\n            \n            \n                \n                \n                    \n\n                    \n                            \n                        \n\n                    \n                        \n\n                        \n                            \n                                \n\n                                \n                                    \n                                            \n                                        \n                                \n                            \n                        \n                    \n\n                    \n                        \n                            <ul class=\"links\">\n                        \n\n                        <li class=\" first\">\n                            \n                                    <a href=\"http://www.luckymag.com\" target=\"_blank\">Lucky</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n                            \n                        \n\n                    \n                        \n\n                        \n                            \n                                \n\n                                \n                                    \n                                            \n                                        \n                                \n                            \n                        \n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even last\">\n                            \n                                    <a href=\"http://www.vogue.com\" target=\"_blank\">Vogue</a> \n                                \n                        </li>\n\n                        \n                            </ul>\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n            \n\n            \n            \n                \n            \n        </div></div></div></div>\n            </div>\n            <div class=\"global-footer-subscriptions\">\n                <form action=\"\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                    <h3>Subscribe to a magazine:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"sub_list\" id=\"sub_list\" size=\"1\">\n                        <option selected=\"selected\" value=\"\">Subscribe to a magazine</option>\n                        <option value=\"\"/>\n                        <option value=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles</option>\n\n                        <option value=\"\">- - - - - - - - - - - - - -</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired</option>\n                    </select>\n                </form>\n            </div>\n            <div class=\"global-footer-sister-sites\">\n                <form action=\"\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                    <h3>Visit our sister sites:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"mag_list\" id=\"mag_list\">\n                        <option selected=\"selected\" value=\"\">Visit our sister sites</option>\n                        <option value=\"\">- - - - - - - - - - - - - -</option>\n                        <option value=\"http://www.allure.com\">Allure</option>\n                        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n                        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n                        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n                        <option value=\"http://www.brides.com\">Brides.com</option>\n                        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"http://www.concierge.com\">Concierge</option>\n                        <option value=\"http://www.details.com\">Details</option>\n                        <option value=\"http://www.epicurious.com\">Epicurious</option>\n                        <option value=\"http://www.glamour.com\">Glamour</option>\n                        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n                        <option value=\"http://www.golfworld.com\">Golf World</option>\n                        <option value=\"http://www.gq.com\">GQ</option>\n                        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n                        <option value=\"http://www.jaunted.com\">Jaunted</option>\n                        <option value=\"http://www.luckymag.com\">Lucky</option>\n                        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n                        <option value=\"http://www.reddit.com\">Reddit</option>\n                        <option value=\"http://www.self.com\">Self</option>\n                        <option value=\"http://www.style.com\">Style</option>\n                        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n                        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n                        <option value=\"http://www.thescene.com\">The Scene</option>\n                        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n                        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n                        <option value=\"http://www.vogue.com\">Vogue</option>\n                        <option value=\"http://www.wmagazine.com\">W</option>\n                        <option value=\"http://www.wired.com\">Wired</option>\n                    </select>\n                </form>\n            </div>\n        </div>\n\n        <div class=\"site-narrow\">\n            <span class=\"social-header\">Follow Us:</span>\n\n            \n\n\n<div class=\"social\">\n    <a href=\"/services/newsletters/demographics\" class=\"em\" target=\"_blank\"></a>\n    <a href=\"https://www.facebook.com/teenvogue\" class=\"fb\" target=\"_blank\"></a>\n    <a href=\"http://twitter.com/teenvogue\" class=\"tw\" target=\"_blank\"></a>\n    <a href=\"http://pinterest.com/teenvogue/\" class=\"pn\" target=\"_blank\"></a>\n    <a href=\"http://teenvogue.tumblr.com\" class=\"tb\" target=\"_blank\"></a>\n    <a href=\"https://plus.google.com/+TeenVogue/\" class=\"go\" target=\"_blank\"></a>\n    <a href=\"http://www.youtube.com/user/teenvoguemag\" class=\"yt\" target=\"_blank\"></a>\n    <a href=\"http://instagram.com/teenvogue\" class=\"in\" target=\"_blank\"></a>\n    <a href=\"http://weheartit.com/TeenVogue\" class=\"wh\" target=\"_blank\"></a>\n</div>\n\n            \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement site-narrow\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_mobile_footer.gif\" border=\"0\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n            \n        </div>\n\n\n        <div class=\"global-footer-copyright\">\n            <p>\n            Registration on or use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/services/privacy/\" onclick=\"window.open(this.href);return false;\">User Agreement</a> and <a href=\"http://www.condenast.com/services/privacy/#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> <span class=\"revision-date\"> (Revised 1/2/2014)</span>.  <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a>. Teen Vogue &copy; 2015\n Cond&eacute; Nast Digital. All rights reserved.   The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast Digital.\n             </p>\n            <div class=\"add-choice\">\n                <div class=\"add-choice-text\">\n                    <a href=\"http://www.condenast.com/services/privacy/#optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n                </div>\n                <div class=\"add-choice-img\">\n                    <a class=\"too-lazy\" href=\"http://www.condenast.com/services/privacy/#optout\" onclick=\"window.open(this.href);return false;\"></a>\n                </div>\n            </div>\n            \n            \n            \n        </div>\n        <div class=\"global-footer-logo\">\n        <h3>Cond&eacute; Nast Digital</h3>\n        </div>\n    </div>\n</footer>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"statsHolder\">\n    \n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"http://condenast.112.2o7.net/b/ss/conde-teenvogue/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n    <script>\n    /*\n     * INITIALIZATION\n     * Consolidate all invocations, instantiations, and initializations here\n     *\n    */\n    (function initialize(window, CN) {\n        var timer;\n\n        function init() {\n\n\n            if (!CN.promises.scripts.base) {\n                return false;\n            }\n\n            clearInterval(timer);\n\n            CN.promises.scripts.base.done(function() {\n                \n    CN.config.set({\n        hasIntro      : true,\n        useIntro      : true,\n        playTimer     : 5,\n        transition    : 'standard',\n        contentId     : 2000000003014120,\n        viewAll       : true,\n        carousel      : true,\n        imageList     : false,\n        viewLarger    : false,\n        plugins       : ['pluck'],\n        api           : true,\n        template      : 'figure',\n        viewAll       : true,\n        viewAllInline : true\n    });\n\n    CN.site.contentId = 2000000003014120;\n\n            // Adds classes for rendering based on intro and hash state\n    (function() {\n        var fragment = CN.url.getFragment(),\n            slide    = CN.url.params().slide;\n\n                // For page rendering purposes, we have a visible intro if we hit the page without a fragment id\n        if (CN.page.config.hasIntro === true && ((fragment === false || fragment === 'intro') && !slide)) {\n            jQuery('html').addClass('slideshow-hasintro-true');\n        }\n\n                // If DCT turns off intro page, we show intro if it exists\n        if (CN.page.config.hasIntro === false) {\n            jQuery('html').addClass('slideshow-showintro-true');\n        }\n\n                // Showing the initial JSP-provided slide depends on whether the URL agrees with the JSP provided slide\n        if (fragment === false || fragment === 'slide=1' || fragment === 'intro' || (fragment === false && slide)) {\n            jQuery('html').addClass('slideshow-showinitial-true');\n        } else {\n            jQuery('html').addClass('slideshow-showinitial-false');\n        }\n    })();\n\n    CN.config.set({\n        title        : document.title,\n        url          : 'http://www.teenvogue.com/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house',\n        description  : \"Check out these seven Disney Channel Original Movies your life won\\'t be complete without seeing.\",\n        keywords     : \"\",\n        facebook     : {pageid: \"6636341311\"}\n    });\n\n\n            window.platformEnvironment = \"production\";\n            CN.site.init({\n                env: 'PROD',\n                code: 'TNV',\n                title: 'Teen Vogue',\n                name: 'teenvogue',\n                alias: 'Teenvogue.com',\n                tld: 'teenvogue.com',\n                eventTrackingUrl: 'http://result.teenvogue.com',\n                eventTrackingEnv: 'PROD',\n                userServiceUrl: 'http://user-service.condenast.com',\n                userServiceKey: 'ncuN8VodX2PiRLdTL2fXv8xIWFM=',\n                ecomUrl: 'https://subscribe.teenvogue.com/api/circ/xml/Transaction',\n                mobilecompatible: true,\n                httpStatusCode: 200\n            });\n\n            CN.config.set({\n                facebook : {},\n                reg: {\n                    urls: {\n                        login: '/user/login',\n                        reg:   '/user/registration'\n                    }\n                },\n\n                tweet : {\n                    source : \"TeenVogue\"\n                }\n            });\n\n            CN.page.type = 'List';\n            \n\n            \n    \n    CN.config.set({\n        defaultHost : \"www.teenvogue.com\",\n        secureHost : \"secure.teenvogue.com\",\n        isSecure : location.protocol == \"https:\" ? true : false\n        });\n\n            });\n            CN.promises.scripts.stats.done(function() {\n\n                \n\n\n                CN.stats.omniture.setStatus(200);\n        if (CN.isMobile) {\n            CN.stats.omniture.setMobileView();\n        }else {\n            CN.stats.omniture.setMobileView('Non-Mobile');\n        }\n        \n                CN.stats.omniture.init();\n            });\n            CN.promises.scripts.ads.done(function() {\n\n                if (CN.isMobile) {\n\n                } else {\n\n                    jQuery('.displayAd','.racetrack-holder').each(function() {\n                        jQuery(window).on('CN.customEvents.dartResize.' + jQuery(this).attr('id').replace(/_frame/gi,''), function(e, name, selector, ad) {\n                            setTimeout('CN.masonry.refresh()', 3000);\n                        });\n                    });\n\n                }\n                \n\n\n            });\n            CN.promises.scripts.ecom.done(function() {\n                \n\n\n                try {\n                    (function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_SLIDESHOW',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                placementName = 'AMS_TNV_GLOBAL_SLIDESHOW'.replace(/global_slideshow/i,'MOBILE_SLIDESHOW1');\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_SLIDESHOW\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_POPUP_FLOATINGAD',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_POPUP_FLOATINGAD\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n        var callback = { func: CN.ecom.collapseAd.init,params: ['collapseAd'] };\n        if(typeof(callback.func) === \"function\"){\n            callback.func.call(CNP.ecom, callback.params);\n        }else{\n            setTimeout(function(){\n                callback.func.call(CNP.ecom, callback.params);\n            }, 500);\n        }\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_NAVBAR_ROLLOVER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n        var callback = { func: CN.ecom.rolloverAd.init,params: ['rolloverAd'] };\n        if(typeof(callback.func) === \"function\"){\n            callback.func.call(CNP.ecom, callback.params);\n        }else{\n            setTimeout(function(){\n                callback.func.call(CNP.ecom, callback.params);\n            }, 500);\n        }\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                placementName = 'AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO'.replace(/global_slideshow/i,'MOBILE_SLIDESHOW1');\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_FULL',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_FULL\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_FOOTER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_FOOTER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_FOOTER_SUBSCRIBE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_FOOTER_SUBSCRIBE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_MOBILE_GLOBAL_FOOTER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_MOBILE_GLOBAL_FOOTER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n                }\n                catch(e) {\n                    CN.debug.error('Exception thrown from Ecom Placements:', [e]);\n                }\n                finally {\n                    CN.promises.render.ecom.resolve();\n                    CN.response.lazyLoadImg({selector: '.ecom-placement img'});\n                }\n                CN.promises.render.ecom.done(function() {\n                    setTimeout(function() {\n                        CN.masonry.refresh();\n                    }, 500)\n                });\n            });\n            CN.promises.scripts.site.done(function() {\n                \n            });\n\n            CN.promises.scripts.typekit.done(function() {});\n\n            CN.promises.scripts.brightcove.done(function() {\n                \n                \n            });\n              //Do not load livefyre for secure pages\n                CN.promises.scripts.livefyre.done(function() {\n                    \n                    if(jQuery(\".livefyre-commentcount\").length){\n                        CN.livefyre.commentCountStyle();\n                    }\n                    if(jQuery(\"#most-commented\").length){\n                        CN.livefyre.mostCommented = new CN.livefyre.widgets(\"most-commented\");\n                        CN.livefyre.mostCommented.init();\n                        CN.livefyre.mostCommented.mostCommented();\n                    }\n                    // Streamhub instagram for Jusin Bieber\n                    if(jQuery(\"body.s_justin-to-win\").length){\n                        CN.livefyre.streamhub(\"320161\", \"sh_col_21_1365204165\");\n                        CN.livefyre.streamhubPopup();\n                    }\n                    // Streamhub instagram for CG instaglam\n                    if(jQuery(\"body.s_cg_instaglam\").length){\n                        CN.livefyre.streamhub(\"320161\", \"covergirlinstaglamcontestprod\");\n                        CN.livefyre.streamhubPopup();\n                    }\n                    // Streamhub instagram for Festival-of-style instagram\n                    if(jQuery(\"body.s_festival-of-style\").length){\n                        CN.livefyre.streamhub(\"320161\", \"covergirlinstaglamcontestprod\");\n                        CN.livefyre.streamhubPopup();\n                    }\n\n                });\n            \n            CN.promises.scripts.last.done(function() {\n                if (!CN.isMobile) {\n                    CN.response.lazyLoadImg();\n                }\n\n                CN.foundry.init(window.Typekit || {});\n\n                CN.page.feature = ['linklist','search_linklist','imagestrip','search_imagestrip','utils_livefyre-comment','utils_facebook-share','utils_tweet','utils_pinterest','utils_tumblr','utils_gplusone','utils_iheartit','utils_expand-menu','utils_email','manual'];// Features init.\n                if ( CN.page.type === 'BlogsV2' && CN.url.path().join('').indexOf('.html') > 0){\n                   CN.page.feature = CN.page.feature.concat(['utils_facebook-like','utils_tweet','utils_tumblr','utils_pinterest','utils_stumbleupon','utils_gplusone','utils_email','utils_print','utils_comment-now']);\n                }\n\n                \n                        var introData = {};\n\n                       var sliderPrepData = [\n                            \n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":{},\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-00.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-00-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-00-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 12:42:48\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014123\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Brink!<\\/i><\\/b><\\/p>\\n\\n<p>Oh, Andy \\\"Brink\\\" Brinker. The level of crush we had on you is, to this day, unparalleled. Brink and his crew of \\\"Soul-Skater\\\" rollerbladers (who are in it because of their souls) have never seen eye-to-eye with the for-profit enemy gang, Team X-Bladz, led by not-so-cool guy Val. But when Brink's fam winds up in financial trouble, he's crosses over to the dark side and joins the X-Bladz for $200 a week. There's a dramatic (slash super-scary!) downhill race, love drama, and lots of warm and fuzzy friendship moments. It's a classic, guys. It really is.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Brink!\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-02.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-02-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-02-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:44:36\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014124\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>The Color of Friendship<\\/i><\\/b><\\/p>\\n\\n<p>Set in 1970s apartheid South Africa, <i>The Color of Friendship<\\/i> tells the tale of two girls: Mahree, a white South African who lives a blissful (read: ignorant) life in a ritzy mansion, and Piper, an African-American girl&#8212;and outspoken apartheid-opponent&#8212;from America. When the two girls meet, they're both shocked to find that they don't share the same race, but soon learn to love and respect each other. It's an eye-opening heartwarmer and is on a level that no other DCOM will ever touch. It did earn an Emmy after all.\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | The Color of Friendship\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-03.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-03-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-03-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:46:54\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014125\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Smart House<\\/i><\\/b><\\/p>\\n\\n<p>In 1999, the idea of a \\\"Smart House\\\" blew our minds, but let's be real: Pat, the computer-slash-robot that runs the tech-y house is basically Siri. Only Siri would never go completely nuts and try to be our mom and ruin everything. Right...? RIGHT?! The most important thing here though, really, is that we all take a moment to appreciate this incredible dance scene to <a href = \\\"https://www.youtube.com/watch?v=ZktzLbnen8M\\\" target=\\\"_blank\\\">\\\"Slam Dunk the Funk\\\"<\\/a> by Five. It's so '90s, we can't even.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Smart House\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-04.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-04-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-04-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 12:43:23\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014126\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Double Teamed<\\/i><\\/b><\\/p>\\n\\n<p>\\\"Once second best, always second best.\\\" Twins Heather and Heidi Burge have been compared to each other all their lives, and their volleyball skills are no exception. Their success-obsessed father makes them switch schools to get a better chance at earning a scholarship, and in an effort to escape her sister's shadow and follow her passion, Heidi joins the school play. But when the basketball coach discovers Heather's height, both girls wind up on the team and let's just say there's some locker-room drama. It's a slam dunk, guys.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Double Teamed\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-05.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-05-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-05-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:47:14\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014128\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Zenon: Girl of the 21st Century<\\/i><\\/b><\\/p>\\n \\n<p>Life's rough when you're quite literally grounded. To Earth. That's what happens to Zenon (who lives in an orbiting space station in the year 2049, of course) when she gets into a bit of trouble with the station's commander and is sent by her parents to live with her aunt on land. But her troubles don't stop there. Beyond learning that she knows legitimately nothing about pop culture on our fair planet, she discovers that an evil programmer dude is out to destroy the space station, and she's the only one who can save it. Best of all, Raven-Symone is involved. <\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Zenon: Girl of the 21st Century\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-01.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-01-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-01-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:48:02\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014121\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Luck of the Irish<\\/i><\\/b><\\/p>\\n\\n<p>Only a DCOM could make kids wish they could be as cool as a leprechaun. When the most popular basketball player who's totally oblivious to his heritage realizes his lucky gold coin has&#8212;gasp!&#8212;gone missing, weird things start to happen. Like, he grows elf ears and his hair turns orange and, oh, he starts to shrink. That's when his fam breaks it to him: He comes from a family of leprechauns, and that lucky gold coin? It was magical and kind of super-important considering it was the key to his family looking like normal humans. The only way to get back the luck of the Irish is to find the <em>far darrig<\\/em> who took it. (It sounds like we made up this plot, but we swear we didn't.)<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Luck of the Irish\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-06.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-06-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-06-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:48:56\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014129\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p><b><i>Alley Cats Strike<\\/i><\\/b><\\/p>\\n\\n<p>For this group of vintage-loving misfits, bowling is serious business. So when the Mighty Apple city championship trophy is up for grabs and bowling is selected as the tiebreaking game, the Bowling Club kids have got to step up their game. And step up their game they do. (P.S. Notice anyone familiar? Hint: Kaley. Cuoco.)<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Courtesy of Disney Channel\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"Yes\",\"ratings\":\"Yes\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Disney Channel Original Movies | Alley Cats Strike\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-07.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/entertainment/2014-12/disney-channel-original-movies-07-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"7 Disney Channel Original Movies Your Life Won't Be Complete Without Seeing\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/entertainment/2014-12/disney-channel-original-movies-07-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003014120   list      /entertainment/2014-12/disney-channel-original-movies-zenon-smart-house.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":{},\"expiryDate\":{},\"issueDate\":{},\"properties\":{},\"section\":\"entertainment\",\"updateDate\":\"20141229 18:50:42\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"A\",\"id\":\"2000000003014130\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Disney Channel Original Movies | Zenon, Smart House, Luck of the Irish\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":{},\"publishDate\":\"20141223 00:00:00\"}}} \n                            \n                        ];\n                        \n                            \n                            \n                            introData.body = {\"xml-fragment\":{\"text\":\"<p>As you may remember from <i>High School Musical<\\/i> or <i>Camp Rock<\\/i> or <i>The Cheetah Girls<\\/i>, Disney Channel Original Movies aren't just made-for-TV movies, but actual events. Like something you looked forward to <i>forever<\\/i> because it was basically like being at the exciting opening night showing, only in your own home.<\\/p>\\n\\n<p>Not that the recent DCOM selection isn't great and all, but we definitely suggest locating these movies over holiday break and watching them over and over again. Scrunchies and roll-on body glitter optional.<\\/p>\",\"lead\":{},\"photo\":{\"images\":{},\"caption\":{},\"URLText\":{},\"URL\":{},\"credit\":{},\"altText\":{}},\"introduction\":{}}};\n                        \n                        \n\n\n\n                        var listdata = '';\n                        \n                        listdata = {\"listCredit\":\"\",\"listPubDate\":\"20141229 18:22:00\",\"listCaption\":\"\",\"listSectionName\":\"entertainment\",\"listSubSectionName\":\"\"};\n\n                        var options = {\n                            next          : '.next',\n                            prev          : '.previous',\n                            viewall       : '.viewall a',\n                            viewallThumbs : '.slideshow-viewall-container',\n                            viewLarger    : '.viewlarger a',\n                            slideThumbs   : '#item-navigation-container',\n                            lastSlideCon  : '.lastSlide',\n                            header        : null,\n                            footer        : '#show-footer',\n                            subHeader     : '.main-column .sub-header',\n                            byline        : '.main-column .byline',\n                            photobyline   : '.list-supporting .photo-credits, .photo-by',\n                            caption       : 'figcaption.slidePhotoCaption',\n                            bodyheadCon   : '.item-inner .item-header',\n                            bodyHead      : '.item-inner .item-header .header',\n                            body          : '.item-inner .body',\n                            mainBody      : '.item-inner',\n                            img           : '.slideshow-items figure div',\n                            imgCon        : '.slideshow-items .media',\n                            slideCon      : '#items-container',\n                            pageLayout    : 'A',\n                            intro         : true,\n                            introCon      : '.intro-container',\n                            count         : (CN.isMobile?'.narrow-count':'.count'),\n                            introData     : introData,\n                            listdata    : listdata\n                        }\n\n                        CN.tnvSlide.init(sliderPrepData, options);\n                        CN.tnvSlide.loadTrackings();\n                        CN.site.teenvogue.TrackingHelper.setupSocialBarTracking('.social-bar-v2');\n                    \n                       (function(){\n                        var ns= window.CN || window.CNP;\n                        ns.site = ns.site || {};\n                        ns.site.eventTrackingList = new EventList(\"eventListHolder\");\n                        ns.site.eventTrackingList.setBaseUrl(\"http://event.teenvogue.com/\");\n                        ns.site.eventTrackingEvent = new EventObject(\"TNV\", \"most_viewed\");\n                        ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n                        ns.site.eventTrackingEvent.setContentId(\"2000000003014120\");\n                        ns.site.eventTrackingEvent.setContentType(\"List\");\n                        ns.site.eventTrackingEvent.setFullUrl(\"/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house\");\n                        ns.site.eventTrackingEvent.setContentTitle(\"7 Disney Channel Original Movies That You Need to See Immediately\");\n                        \n                            ns.site.eventTrackingEvent.setProperty(\"pd\",\"2014/12/29 18:22:00\");\n                        \n                        \n                            ns.site.eventTrackingEvent.setProperty(\"imgurl\",\"/images/entertainment/2014-12/disney-channel-original-movies-th.jpg\");\n                        \n                        var fullContentURL = \"/entertainment/2014-12/disney-channel-original-movies-zenon-smart-house\";\n                        var isAbsoluteURL = fullContentURL.substring(0,8);\n                        var allowedTracking = 0;\n\n                        \n\n                        if ((isAbsoluteURL.indexOf('http') == -1 && isAbsoluteURL.indexOf('https') == -1) || allowedTracking == 1) {\n                                ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n                                ns.site.eventTrackingList.writeImageTags();\n                        }\n                        }())\n                \n                \n                \n                    if (!jQuery.support.leadingWhitespace) {\n                        CN.response.init(); // Call this to unhide any hidden markup.\n                        CN.site.teenvogue.init();\n                    } else {\n                        CN.response.detect();\n                    }\n\n                    if (CN.site && CN.site.mobile) {\n                       CN.site.mobile.init();\n                    }\n                \n                CN.promises.scripts.ads.resolve();\n                CN.masonry.refresh();\n                \n                    CN.debug.info('Ultimate scripts', [new Date(), CN.promises.scripts.ecom]);\n                    CN.response.lazyLoadImg({selector: '.too-lazy'});\n                    $LAB.script((function() {\n                        // logic to fire device based targetters\n                        var i, targets,\n                            acceptable = CN.isMobile,\n                            url = window._ghearst_vars.ams_ads_script_src;\n                            targets = CN.url.params('position_list', url).split(/%2c/i);\n                            for(i = targets.length-1; i >= 0; i--) {\n                                if(/^AMS_TNV_MOBILE/.test(targets[i]) !== acceptable) {\n                                    targets.splice(i, 1);\n                                }\n                            }\n                            // reconstruct the url\n                            collectible = window._ghearst_vars.ams_ads_script_src.split(/&/);\n                            for(i=0; i<collectible.length; i++) {\n                                if(/^position_list/i.test(collectible[i])) {\n                                    collectible[i] = 'position_list='+targets.join('%2C');\n                                    break;\n                                }\n                            }\n                            CN.debug.info('ECOM TARGETTERS', targets);\n                            return [collectible.join('&'), '/js/teenvogue_ecom.js'];\n                    }())).wait(function() {\n                            CN.promises.scripts.ecom.resolve();\n                    });\n                \n            });\n\n            return true;\n        }\n\n        if (!init()) {\n            timer = setInterval(init, 100);\n        }\n\n    }(window, CN));\n    </script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script>\nCN.dartCalls = function(){\n    if(CN.isMobile){\n        if(document.getElementById(\"header320x50_frame\"))CN.dart.call('header', {sz:'320x50', kws:[\"top\"]});\n                if(document.getElementById(\"m_sposored_slideshow300x100_frame\"))CN.dart.call('m_sposored_slideshow', {sz:'300x100', kws:[\"sponsor_ad\"]});\n                if(document.getElementById(\"m_polar_slideshow150x150_frame\"))CN.dart.call('m_polar_slideshow', {sz:'150x150', kws:[]});\n                if(document.getElementById(\"bottomBanner_320x51_frame\"))CN.dart.call('bottomBanner_', {sz:'320x51', kws:[\"bottom\"]});\n    }else{\n        if(document.getElementById(\"header728x90_frame\"))CN.dart.call('header', {sz:'728x90', kws:[\"top\"]});\n                if(document.getElementById(\"sposored_slideshow620x200_frame\"))CN.dart.call('sposored_slideshow', {sz:'620x200', kws:[\"sponsor_ad\"]});\n                if(document.getElementById(\"polar_slideshow650x200_frame\"))CN.dart.call('polar_slideshow', {sz:'650x200', kws:[]});\n                if(document.getElementById(\"listTop300x250_frame\"))CN.dart.call('listTop', {sz:'300x250', kws:[\"top\"]});\n                if(document.getElementById(\"listBottom300x250_frame\"))CN.dart.call('listBottom', {sz:'300x250', kws:[\"bottom\"]});\n                if(document.getElementById(\"monoTop200x45_frame\"))CN.dart.call('monoTop', {sz:'200x45', kws:[], collapse: true});\n    }\n    \n};\n\nif((typeof CN.dart !== \"undefined\")&&(typeof CN.dartConfig !== \"undefined\")) CN.dartCalls();\n\n</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"//js.revsci.net/gateway/gw.js?csid=F09828&auto=t&bpid=condenast\"></script>\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"teenvogue.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n(function( ){\nBF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\nBF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=teenvogue.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\nsetTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n})();\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/teenvogue.com2.html",
    "content": "<!DOCTYPE html>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<html lang=\"en\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n\n<!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG --!>\n\n<script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"https://a.mobify.com/teen-vogue-performance/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|blackberry.*applewebkit/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/teen-vogue-performance/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n\n<!-- END MOBIFY -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n        \n    \n    \n    \n        \n    \n    \n        \n        \n            \n                \n                    \n                            \n                                \n                                <noscript>\n                                    <img src=\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00.jpg\" alt=\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\">\n                                </noscript>\n                            \n                    \n                            \n                    \n                \n            \n            \n            \n            \n                \n            \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n        \n        \n    \n\n\n    \n        \n            \n            \n        \n        \n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<title>Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars | TeenVogue.com</title>\n\n\n    \n    \n    \n            \n        \n    \n    \n\n    \n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta http-equiv=\"Content-Language\" content=\"en-us\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta http-equiv=\"imagetoolbar\" content=\"false\" />\n<meta name=\"Author\" content=\"Teen Vogue  Magazine\" />\n<meta name=\"Copyright\" content=\"Copyright (c) Cond&#233;Net 2015\" />\n<meta name=\"MSSmartTagsPreventParsing\" content=\"true\" />\n<meta name=\"ROBOTS\" content=\"NOARCHIVE\" />\n<meta name=\"p:domain_verify\" content=\"4575cdee0aa55260d9d63fef81707ce7\"/>\n\n\n\n\n<meta name=\"description\" content=\"You're going to want to keep an eye out for these stunners in 2015.\" />\n<meta name=\"distribution\" content=\"Global\" />\n<meta name=\"format-detection\" content=\"telephone=no\" />\n\n\n<meta name=\"viewport\" content=\"width = device-width, initial-scale=1.0, maximum-scale=1.0\" />\n\n\n\n\n\n\n\n\n    \n\n\n\n<meta name=\"keywords\" content=\"\" />\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<link rel=\"canonical\" href=\"http://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year\" />\n\n<link rel=\"Shortcut Icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n\n        \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n                  \n            \n\n\n\n    \n\n\n\n    <meta property=\"fb:admins\" content=\"648235154\" />\n\n\n\n\n\n    <meta property=\"og:image\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg\"/>\n\n\n<meta property=\"og:title\" content=\"The Top 10 Break-Out Style Stars of 2014\" />\n\n<meta property=\"og:url\" content=\"http://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year?slide=1\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Teenvogue: Content Feed\" href=\"http://www.teenvogue.com/services/rss/feeds/all.xml\"/>\n\n\n\n    \n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n<meta name=\"twitter:card\" content=\"gallery\">\n<meta name=\"twitter:site\" content=\"@TeenVogue\">\n<meta name=\"twitter:title\" content=\"The Top 10 Break-Out Style Stars of 2014\">\n<meta name=\"twitter:description\" content=\"You're going to want to keep an eye out for these stunners in 2015.\">\n\n\n\n<meta name=\"twitter:image0\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00.jpg\">\n<meta name=\"twitter:image1\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-01.jpg\">\n<meta name=\"twitter:image2\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-02.jpg\">\n<meta name=\"twitter:image3\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-03.jpg\">\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n    \n\n\n\n\n\n        \n        \n    \n\n\n\n        \n    \n\n<meta name='parsely-page'\n      content='{\"title\": \"The Top 10 Break-Out Style Stars of 2014\",\n                \"link\": \"http://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year\",\n                \"image_url\": \"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg\",\n                \"type\": \"post\",\n                \"post_id\": \"\",\n                \"pub_date\": \"2014-12-23T15:21:00Z\",\n                \"section\": \"celebritystyle\",\n                \"author\": \"Amanda Keiser\"     ,\n                \"tags\": [\"Teen Vogue\"]\n               }'>\n\n\n<meta name='parsely-metadata'\n      content='{\"type\": \"post\", \"image_url\": \"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg\", \"content_type\": \"Slideshow\"}'>\n\n    \n    \n\n    \n\n    \n        \n        \n    \n\n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n        \n    \n\n\n        \n        \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n            \n                \n            \n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n                                \n                \n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n    \n\n\n\n\n    \n\n\n\n    \n\n\n\n\n\n\n\n        \n        \n    \n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n     \n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen, Print\" href=\"/css/main.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen, Print\" href=\"/css/regular-pages.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Screen\" href=\"/css/widgets.css\" />\n            <link rel=\"stylesheet\" type=\"text/css\" media=\"Print\" href=\"/css/print.css\" />\n        \n\n    <link rel=\"stylesheet\" href=\"/css/bts.css\" media=\"screen\" />\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    <script type=\"text/javascript\" src=\"/js/lib/cn-fe-common/v3/LAB-modernizr.min.js\"></script>\n    \n    <script type=\"text/javascript\" src='/js/lib/cn-fe-common/v3/jquery-1.7.min.js'></script>\n    <script type=\"text/javascript\" src='/js/lib/cn-fe-common/v3/cn.js'></script>\n    <script type=\"text/javascript\">\n    CN.site.currentSection = (function(){\n        var pageTypes = {\"List\": \"Slideshows\", \"ArticleV2\": \"Article\", \"IndexV2\": \"Index\", \"Home\": \"Homepage\", \"Search\": \"Search\", \"BlogsV2\": \"Blogs\"};\n        var pageContentType = \"List\";\n        return ((pageContentType in pageTypes)? pageTypes[pageContentType] : null);\n    })();\n    </script>\n    <script type=\"text/javascript\" src=\"/js/cn-fe-stats/mbox.js\"></script>\n    <script type=\"text/javascript\" src='/appjs/stats/omniture.js'></script>\n    <script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n    <script type=\"text/javascript\">\n    (function(){\n        var doPageTracking2 = CN.stats.omniture.doPageTracking2;\n\n        \n        var cmsKeywords = \"red carpet\";\n        \n\n        CN.stats.omniture.doPageTracking2 = function(){\n\n            \n                CN.stats.omniture.setAuthorName(\"Amanda Keiser\");\n            \n            if(CN.site  && CN.site.currentSection) CN.stats.omniture.setContentType(CN.site.currentSection);\n            if(typeof cmsKeywords != \"undefined\"){\n                s.eVar50 = cmsKeywords;\n                this.setCMSKeywords((cmsKeywords || \"null\"));\n            }\n            \n            s.eVar5 = \"\";\n            s.eVar50 = \"\";\n\n            return this;\n        };\n    })();\n    </script>\n\n\n\n\n    \n\n\n    <!--Adobe AudienceManager Tag Insertion Manager-->\n    <script type=\"text/JavaScript\" src=\"//condenast.demdex.net/event?d_stuff=1&d_dst=1&d_rtbd=json&d_cts=1&d_cb=aam_tnt_cb\"></script>\n\n    \n    \n\n    \n    <meta itemprop=\"meta-thumbnailUrl\" content=\"http://www.teenvogue.com/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg\" />\n    \n\n<!--Global Mbox-->\n    <div class=\"mboxDefault\"></div>\n    <script type=\"text/javascript\">\n        mboxCreate('tnv_ed_global',\n            'entity.brand=TeenVogue',\n            'entity.id=2000000003013113',\n            'entity.name=The Top 10 Break-Out Style Stars of 2014',\n            'entity.categoryId=List',\n            'entity.contentType=List',\n            'entity.siteSection=celebritystyle',\n            'entity.pageUrl=http://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year',\n            'entity.thumbnailUrl=/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg',\n            'entity.thumbnailUrlSq=/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th_s.jpg',\n            'entity.inventory=1',\n            'entity.value=1',\n            'user.categoryId=List',\n            'mboxPageValue=1'\n        );\n    </script>\n<!--end global mbox code-->\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n     \n    \n    \n    \n    \n\n    \n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n     \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n     <script>\n\n         /*\n          *  CN Object\n          *  As JavaScripts begin to load, their promises will be publicly accessible\n          *  so that callbacks may be defined.\n          */\n        CN.promises = {\n\n                scripts: {},\n                render: {}\n             },\n        CN.site.name = 'teenvogue',\n        CN.page.type = 'List',\n        CN.masonry = {\n                 refresh : function() {}\n             };\n\n\n        /*\n         *  The DOM is loading so fast that ad iframes are setting document.domain before\n         *  CN.site.init, causing security errors in IE.  This is why we set it here and now.\n         */\n        try {\n            document.domain = location.hostname.split('.').slice(-2).join('.');\n        }\n        catch(e) {\n            CN.exceptions = [e];\n        }\n         /*\n          *  Promotheus init\n          *  Sets up the promotheus url to be fetched.\n          */\n        window._ghearst_vars = (function() {\n        var\n            metaKeyWords = (function(){\n                var\n                    i                  = 0,\n                    metaKeywordContent ='',\n                    nameAttribute      = null,\n                    metaCollection     = document.getElementsByTagName('meta');\n\n                for (i = 0; i < metaCollection.length; i++) {\n                    nameAttribute = metaCollection[i].name.search(/keywords/);\n                    if (nameAttribute!= -1) {\n                        metaKeywordContent = metaCollection[i].content;\n                        metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,\n                        metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space\n                    }\n                }\n                return metaKeywordContent;\n            })();\n        return {\n            'ams_ads_script_src': 'http://subscribe.teenvogue.com/ams/page-ads.js?ad_category_prefix=celebrity-style&browser_path=%2Fcelebrity-style%2Fred-carpet%2F2014-12%2Fbreakout-style-stars-of-the-year%2F&cat_prefixes=%2Ccelebrity-style%2Cred-carpet%2C2014-12%2Cbreakout-style-stars-of-the-year%2C&keywords='+metaKeyWords+'&position_list=AMS_TNV_GLOBAL_SLIDESHOW_HEADER_FULL%2CAMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO%2CAMS_TNV_GLOBAL_SLIDESHOW_RIGHTRAIL_A%2CAMS_TNV_MOBILE_SLIDESHOW2%2CAMS_TNV_GLOBAL_SLIDESHOW%2CAMS_TNV_GLOBAL_FOOTER%2CAMS_TNV_MOBILE_GLOBAL_FOOTER%2CAMS_TNV_FOOTER_SUBSCRIBE%2CAMS_TNV_GLOBAL_INSIDER_HEADER_FULL%2CAMS_TNV_GLOBAL_NAVBAR_ROLLOVER%2CAMS_TNV_GLOBAL_NAVBAR%2CAMS_TNV_MOBILE_GLOBAL_NAV%2CAMS_TNV_GLOBAL_HEADER_FULL%2CAMS_TNV_GLOBAL_HEADER_COLLAPSE%2CAMS_TNV_GLOBAL_HEADER%2CAMS_TNV_LITEREG_SUBSCRIBE%2CAMS_TNV_MOBILE_LITEREG_SUBSCRIBE%2CAMS_TNV_POPUP_EXIT%2CAMS_TNV_POPUP_FLOATINGAD%2CAMS_TNV_POPUP_ENTRY%2CAMS_TNV_CONTENTPAGE_ZRAIL%2CAMS_TNV_CONTENTPAGE_TEXTOFFER%2CAMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE&site_prefix=teenvogue&subdomain=www&url_name='\n        };\n    })();\n\n        /*\n         *  Asynchronous script loading\n         *  Use LAB.js to load resources in parallel, utilizing wait() to pause\n         *  for dependencies and configuration.\n         */\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n    $LAB.setOptions({AlwaysPreserveOrder : true})\n\n\n    .script(function() {\n    if(CN.isMobile) {\n        return ['/js/teenvogue_ads_core_mobile.js'];\n    }else {\n        return ['/js/teenvogue_ads_core.js'];\n    }\n})\n\n    .wait(function () {\n                    setTimeout(function () {\n                        \n        var adSite = (CN.isMobile) ? 'teenvogue.mobile.dart' : 'teenvogue.dart';\n\n        CN.dartConfig = {\n            site: adSite,\n            zone: 'celebrity_style;',\n            kws:[ \"list\",\"breakout-style-stars-of-the-year\",\"celebrity-style\",\"2014-12\",\"red-carpet\"],\n            charmap : {' ' : '+', '-' : '_'},\n            gptCallback: function(){ jQuery(document).trigger('adsRendered')}\n        };\n\n        if(CN.site && CN.site.currentSection) CN.dartConfig.contentType = CN.site.currentSection;\n        if(CN.isMobile) CN.dartConfig.device = \"mobile\";\n        CN.dart.init(CN.dartConfig);\n        if(typeof CN.dartCalls === \"function\") CN.dartCalls();\n    \n                    }, 500);\n                })\n\n\n        \n\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n    $LAB.setOptions({AlwaysPreserveOrder : true})\n\n\n    .script(function() {\n    if(CN.isMobile) {\n        return ['/js/teenvogue_core_mobile.js'];\n    }else {\n        return ['/js/teenvogue_core.js'];\n    }\n})\n\n    .wait(function() {\n                    CN.promises.scripts = {\n                        base       : new jQuery.Deferred(),\n                        ads        : new jQuery.Deferred(),\n                        ecom       : new jQuery.Deferred(),\n                        stats      : new jQuery.Deferred(),\n                        site       : new jQuery.Deferred(),\n                        brightcove : new jQuery.Deferred(),\n                        typekit    : new jQuery.Deferred(),\n                        livefyre   : new jQuery.Deferred(),\n                        last       : new jQuery.Deferred()\n                    };\n\n                    CN.promises.render = {\n                        ecom       : new jQuery.Deferred()\n                    };\n                    CN.promises.scripts.base.resolve();\n                    CN.response.lazyLoadImg();\n                    CN.promises.scripts.site.resolve();\n\n                })\n\n\n\n       \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n    .script(['//fonts.condenast.com/dge5ldm.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.typekit.resolve();\n                })\n\n\n\n        \n\n\n\n.wait()\n.script([\n\n    \n\n])\n\n\n         \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    .script(['/js/teenvogue_stats.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.stats.resolve();\n                })\n\n\n        \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    /*.script(['/js/teenvogue_list.js'])*/\n    .script(\"/js/cd.tnv.slide.js\")\n\n\n\n        \n        \n        \n        \n            //Do not load livefyre for secure pages\n\n\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n\n\n\n\n    .script(['//zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js',\n                   '//zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js',\n                   '/js/teenvogue.livefyre.js'])\n\n    .wait(function() {\n                        CN.promises.scripts.livefyre.resolve();\n                    })\n\n\n        \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n    \n    \n\n\n\n\n    .script(['/js/teenvogue_last.js'])\n\n    .wait(function() {\n                    CN.promises.scripts.last.resolve();\n                })\n\n\n    </script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script> var tnv_slideID = 2000000003013113 </script>\n        \n    \n\n    <meta itemprop=\"datePublished\" content=\"20141223 15:21:00\" />\n    \n    \n    \n        \n        \n        \n        \n        \n                \n                    \n                    \n                \n        \n        \n        \n    \n    \n\n\n\n\n\n\n\n\n    \n    \n\n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <script>\n        if (typeof CN.livefyre === \"undefined\") {\n           CN.livefyre = {};\n       }\n\n       CN.livefyre.configOptions = {\n               network             :   'teenvogue.fyre.co',\n               moderatorFlagText   :   'moderator',\n               lfCookieName        :   'lt',\n               mostpopularEntries  :   5,\n               mostpopularAge      :   15,\n               trendingServer      :   'http://bootstrap.teenvogue.fyre.co/api/v3.0/hottest/?site='\n       };\n\n       CN.livefyre.trendingUrl = \"http://bootstrap.teenvogue.fyre.co/api/v3.0/hottest/?site=320161\";\n       CN.livefyre.mostCommentedEntries = 4;\n        \n    CN.livefyre.configOptions.pageConfig = {\"siteId\":\"320161\",\"el\":\"livefyre\",\"collectionMeta\":\"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6Ik1vc3QgU3R5bGlzaCBOZXcgQ2VsZWJyaXRpZXMgb2YgMjAxNCB8IEJlc3QgRHJlc3NlZCBUZWVuIFN0YXJzIiwiY2hlY2tzdW0iOiIwNzk5YWUxNjNjODk0NzdlNWQ5MDE3OTZjOTJmMDRjZCIsImFydGljbGVJZCI6InRlZW52b2d1ZV8yMDAwMDAwMDAzMDEzMTEzIiwidXJsIjoiaHR0cDovL3d3dy50ZWVudm9ndWUuY29tL2NlbGVicml0eS1zdHlsZS9yZWQtY2FycGV0LzIwMTQtMTIvYnJlYWtvdXQtc3R5bGUtc3RhcnMtb2YtdGhlLXllYXIvIn0.YDiN5l8vl-aODS7DImCY2F4vZb9jPPiapQs6fxNvkZE\",\"checksum\":\"0799ae163c89477e5d901796c92f04cd\",\"articleId\":\"teenvogue_2000000003013113\"};\n\n    </script>\n\n</head>\n<!-- List -->\n<body class=\"list listC listCitemB pageLayoutA s_celebrity-style ss_red-carpet c_2014-12\">\n\n    \n\n\n<!-- Floating Ad Template -->\n<div id=\"floatingAd\" style=\"display:none;\">\n    <div id=\"floatingAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"floatingAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_POPUP_FLOATINGAD\" class=\"ecom-placement\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_floating_ad.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n</div>\n\n\n    \n\n\n\n\n\n<!-- Rollover Ad Template for instance collapseAd-->\n<div id=\"collapseAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"collapseAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"collapseAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE\" class=\"ecom-placement site-full\">\n            \n                   <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_header_collapse.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n            \n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n    <div id=\"collapseAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n\n    \n\n\n\n\n\n<!-- Rollover Ad Template for instance rolloverAd-->\n<div id=\"rolloverAd\" class=\"rolloverAd\" style=\"display:none;\">\n    <div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n        <a href=\"#\">Close</a>\n    </div>\n    <div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement site-full\">\n            \n                <div id=\"layer_offer_link\"><a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_floating_ad.gif\" alt=\"Subscribe to Teen Vogue\" border=\"0\" /></a></div>\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n            \n        </div>\n    \n\n\n        \n        \n    \n\n\n    </div>\n    <div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n</div>\n\n\n\n\n\n    <header class=\"shell\">\n\n    \n    \n    \n\n    <div class=\"headmatter\">\n    <div class=\"wrapper\">\n    \n\n\n\n<aside class=\"login-box\">\n    <h2><a href=\"/user/login\">Sign In</a></h2>\n</aside>\n\n    \n\n\n\n\n\n    \n\n\n<div id=\"seoh1\">\n    <!-- Rollover Ad Template for instance -->\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_COLLAPSE\" class=\"ecom-placement site-full subscribe-promo\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">\n                <span class=\"inactive-text\">Get This Month's</br> <b>Free Gift</b></span>\n                   <span class=\"active-text\">Subscribe</br> <b>Today</b></span>\n            </a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n\n    <a href=\"/\" title=\"Go to the Teen Vogue homepage\" class=\"header-logo\"></a>\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">Subscribe</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    \n</div>\n<ul class=\"nav-toggle site-narrow\">\n   <li class=\"nav\">nav</li>\n   <li class=\"search\">search</li>\n</ul>\n\n\n\n\n\n<div class=\"social\">\n    <a href=\"/services/newsletters/demographics\" class=\"em\" target=\"_blank\"></a>\n    <a href=\"https://www.facebook.com/teenvogue\" class=\"fb\" target=\"_blank\"></a>\n    <a href=\"http://twitter.com/teenvogue\" class=\"tw\" target=\"_blank\"></a>\n    <a href=\"http://pinterest.com/teenvogue/\" class=\"pn\" target=\"_blank\"></a>\n    <a href=\"http://teenvogue.tumblr.com\" class=\"tb\" target=\"_blank\"></a>\n    <a href=\"https://plus.google.com/+TeenVogue/\" class=\"go\" target=\"_blank\"></a>\n    <a href=\"http://www.youtube.com/user/teenvoguemag\" class=\"yt\" target=\"_blank\"></a>\n    <a href=\"http://instagram.com/teenvogue\" class=\"in\" target=\"_blank\"></a>\n    <a href=\"http://weheartit.com/TeenVogue\" class=\"wh\" target=\"_blank\"></a>\n</div>\n\n\n<aside id=\"top-cm\" title=\"Subscription Resources\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_FULL\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_header_full.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_HEADER_COLLAPSE\" class=\"ecom-placement site-full subscribe-promo\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\">\n                <span class=\"inactive-text\">Get This Month's</br> <b>Free Gift</b></span>\n                   <span class=\"active-text\">Subscribe</br> <b>Today</b></span>\n            </a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n</aside>\n\n    <div class=\"site-full\">\n    \n\n\n\n\n\n\n\n\n\n        <div id=\"monoTop200x45_frame\" class=\"displayAd displayAd200x45Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n    </div><!-- /wrapper -->\n    </div>\n\n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n            \n        \n        \n    \n\n\n\n\n            <aside id=\"topBannerAd\" class=\"site-full\">\n                \n\n\n\n\n\n\n\n\n\n        <div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=header&moatClientSlicer1=TeenVogue&moatClientSlicer2=728x90\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=header&moatClientSlicer1=TeenVogue&moatClientSlicer2=728x90\" type=\"text/javascript\"></script>\n        \n    \n\n\n            </aside>\n            \n            <div class=\"header-close\"><a href=\"#\"><span>back</span></a></div>\n\n\n\n\n<div class=\"nav-search site-narrow\">\n    \n\n\n\n\n\n<form name=\"search-form\" action=\"/search\" class=\"search freetext\" method=\"get\">\n    <input type=\"hidden\" name=\"qt\" value=\"dismax\" />\n    <input type=\"hidden\" name=\"sort\" value=\"score desc\" />\n    <label for=\"query\">Search</label>\n    <input type=\"text\" name=\"query\" value=\"\" placeholder=\"search\" />\n    <button name=\"submit\" class=\"submit\" title=\"Submit\" type=\"submit\">Submit</button>\n</form>\n\n\n</div>\n\n\n\n\n    <div class=\"site-narrow\">\n    \n    \n\n\n\n\n\n\n\n\n\n        <div id=\"header320x50_frame\" class=\"displayAd displayAd320x50Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    \n    </div>\n\n    \n    \n    \n\n\n\n    \n    \n\n\n\n    \n        \n            <ul id='bc' title='Navigation Trail'>\n            <li class='first'>\n\n            \n                \n                <a href=\"/\">Teen Vogue</a>\n            \n\n            \n        \n    \n        \n            <ul>\n            <li>\n\n            \n                <span>&gt;</span>\n                <a href=\"/celebrity-style/\">Celebrity Style</a>\n            \n\n            \n        \n    \n        \n            <ul>\n            <li>\n\n            \n                <span>&gt;</span>\n                <a href=\"/celebrity-style/red-carpet/\">Red Carpet</a>\n            \n\n            \n        \n    \n\n    </li>\n                </ul>\n                </li>\n                </ul>\n                </li>\n                </ul>\n\n\n    \n</header>\n    <div class=\"container\">\n\n\n<section id=\"page\">\n\n        \n        \n\n        \n            <div class=\"site-full\">\n    <header class=\"headers-container story-hed\">\n        <hgroup class=\"story-hed\">\n\n        \n            \n            \n            \n            \n            \n            \n            <h5 class=\"rubric\"><a href=\"/celebrity-style/red-carpet\">celebrity-style</a></h5>\n        \n            \n                \n                \n\n\n\n\n\n\n\n\n        \n            <h1 itemprop=\"headline\" class=\"content-headline\">The Top 10 Break-Out Style Stars of 2014</h1>\n        \n    \n\n\n                \n            \n    </header>\n</div>\n\n\n    <div class=\"social-bar-v2 full-bar\">\n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-top\">\n\n        \n            \n                   \n                   <li class=\"utility-livefyre-comment\"><span class=\"livefyre-commentcount\" button-action=\"javascript:;\" data-lf-site-id=\"\" data-lf-article-id=''></span></li>\n                   \n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-share\" data-layout=\"box_count\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tweet\" data-count=\"vertical\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tumblr\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-gplusone gplusone\" data-size=\"tall\" data-href=\"http://www.teenvogue.com%2Fcelebrity-style%2Fred-carpet%2F2014-12%2Fbreakout-style-stars-of-the-year%2F%3Fslide%3D1\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-heart\" ></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"expand-menu\"><span class=\"label-menu\">More</span>\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    </div>\n\n\n<section class=\"list-body\">\n\n\n    \n\n\n<span class=\"response-zone\" data-display-mode=\"full\" data-display-zone=\"zone2\"></span>\n\n<div class=\"main-column\">\n\n    \n    \n\n\n        \n\n        \n        \n\n\n\n\n        \n        \n        \n\n        \n            <div class=\"intro-container\">\n\n                    <section class=\"intro\">\n\n                        \n                            \n                            \n                            \n                            \n                            \n                            \n                        \n\n                        <div class=\"intro-text\">\n                            \n                                    \n                                    \n                                    \n\n\n\n\n\n\n\n\n\n\n                                    \n                                    \n                            \n\n                            \n                                \n                                \n                                \n\n\n\n\n\n    <div class=\"text\">\n        <p>Every year, we love looking back and picking out our <a href=\"/celebrity-style/red-carpet/2014-12/best-looks-of-the-year/?slide=1\">favorite red carpet looks</a> from 52 weeks worth of awards shows, highfalutin' fashion events, movie premieres, and every kind of party you can imagine. And while we adore seeing all of our favorite familiar faces, the most exciting moments come from the rookies that are either just hitting the scene this year or just hitting their stride in the style department. </p>\n\n<p>Ahead, we've rounded up our top 10 break-out style star picks for 2014. Click through to see who we chose, and don't forget to nominate your favorites in the comments!</p>\n\n    </div>\n\n\n                                \n                                \n                            \n\n                        </div>\n\n                        \n\n                        \n                        \n                        \n\n\n\n\n\n\n\n        \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                    </section>\n\n                </div>\n        \n\n    \n\n    \n    \n        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-pinit\">\n\n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"items-container\" class=\"\" data-layout=\"A\">\n\n            <div class=\"slideshow-items\">\n\n            \n             \n                    \n                    \n                    \n                    \n\n                    \n                        \n                        \n                        \n                                \n                                \n                                \n                                \n                                \n                                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n      \n    <!-- <div class=\"alt numbers\">1</div> -->\n\n    \n            \n            <figure id=\"media-count-2-container\" class=\"media media-placement-primary\">\n\n            \n                \n                        \n                        \n\n\n\n\n\n\n\n\n      \n  \n\n\n\n\n    \n        \n            \n                \n                \n            \n        \n    \n        \n            \n        \n    \n\n\n\n\n\n    <div id=\"media-count-2\">\n        \n                <img src=\"/css/images/1x1.gif\" data-original=\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00.jpg\" alt=\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\" title=\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\" class=\"lazy\" >\n                \n            \n\n        \n    </div>\n\n\n\n\n\n\n\n                        \n\n                    \n            \n                \n                        \n\n\n\n\n\n\n\n\n\n\n                        \n                    \n            \n                \n            \n                \n            \n\n        </figure>\n            \n        \n\n\n\n\n\n                                \n                            \n                    \n\n                  \n\n                    \n\n\n\n\n\n\n\n\n\n\n\n                \n\n\n            \n            \n\n            \n\n                            \n\n                <div id=\"slideshow-cm-container\" class=\"lastSlide\">\n                    <div id=\"slideshow-cm-subsoffer\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_GLOBAL_SLIDESHOW\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img border=\"0\" src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_slideshow.gif\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n    \n\n\n        \n        \n    \n\n\n                    </div>\n                    <div id=\"slideshow-cm-extra\">\n                        \n                        <div id=\"slideshow-cm-feature\">\n                            <section id=\"ps1_fs1_content\" class=\"features linklist\"></section>\n                        </div>\n                    </div>\n                </div>\n\n                    \n                    <div class=\"site-narrow\">\n                        <div class=\"list-supporting\">\n                            \n                            \n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n\n\n\n                        </div>\n                    </div>\n                    \n\n            \n\n\n\n            <div class=\"mboxDefault\"></div>\n            \n            <script>mboxCreate(\"tnv_slideshow_recs_v2\",\"entity.id=2000000003013113\");</script>\n            \n            </div>\n        </div>\n\n\n\n        \n            \n            <div class=\"control-bar  slideshow-controls slideshow-remote  noshowall\" id=\"show-footer\">\n                \n                <div class=\"site-narrow photo-by\"></div>\n                <div class=\"narrow-count site-narrow\">1 of 11</div>\n                <div class=\"viewall\"><a href=\"#\">&nbsp;</a></div>\n                \n                \n                \n                <div class=\"list-supporting site-full\"><p class=\"photo-credits\"></p></div>\n                <div class=\"count site-full\">1 of 11</div>\n                <div class='viewlarger site-narrow'><a href=\"#\">&nbsp;</a></div>\n            </div>\n            <div class=\"social-bar-v2 mobile-bar\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    <ul class=\"utilities utilities-narrow\">\n\n        \n            \n                   \n                   <li class=\"utility-livefyre-comment\"><span class=\"livefyre-commentcount\" button-action=\"javascript:;\" data-lf-site-id=\"\" data-lf-article-id=''></span></li>\n                   \n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-share\" data-layout=\"box_count\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tweet\" data-count=\"vertical\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-pinterest\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-tumblr\"></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-gplusone gplusone\" data-size=\"tall\" data-href=\"http://www.teenvogue.com%2Fcelebrity-style%2Fred-carpet%2F2014-12%2Fbreakout-style-stars-of-the-year%2F%3Fslide%3D1\">\n                    </li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-heart\" ></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n            \n                    <li class=\"utility-email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats && CN.stats.omniture) { CN.stats.omniture.trackAction('emailAFriend',this); }\" href=\"/contact/emailFriend?referringPage=http://www.teenvogue.com%2Fcelebrity-style%2Fred-carpet%2F2014-12%2Fbreakout-style-stars-of-the-year%2F%3Fslide%3D1&amp;title=The+Top+10+Break-Out+Style+Stars+of+2014\" rel=\"nofollow\">E-Mail</a></li>\n                \n            \n            \n                \n\n\n\n\n\n\n            \n        \n\n    </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n            </div>\n            \n        \n\n        \n            <div id=\"item-navigation-container\"></div>\n\n        \n            \n                <div class=\"site-narrow\">\n\n                  \n                      \n                      \n\n\n\n\n\n \n    \n         \n            \n                <h2 class=\"sub-header\"><span itemprop=\"description\">You're going to want to keep an eye out for these stunners in 2015.</span></h2>\n            \n        \n  \n\n\n\n                      \n                  \n\n                    <figcaption class=\"slidePhotoCaption\"></figcaption>\n\n                    <div class=\"item-inner slideshow-text\">\n                        <header class=\"item-header\">\n                            <hgroup>\n                                    <h5 class=\"rubric\"></h5>\n                                    <h2 class=\"header\"><a href=\"#\" class=\"headerLink\"></a></h2>\n                                    \n                            </hgroup>\n                        </header>\n                     <div class=\"body\">\n                        </div>\n                        <footer class=\"item-footer\">\n                                <p class=\"footer-text\"></p>\n                                <p class=\"photo-credits\"></p>\n                        </footer>\n                    </div>\n                </div>\n\n            \n\n\n\n        \n            \n        \n                    \n                        <div itemprop=\"articleBody\" class=\"intro-text\">\n                            \n                                    \n                                    \n                                    \n\n\n\n\n\n\n\n\n\n\n                                    \n                                    \n                            \n\n                            \n                                \n                                \n                                \n\n\n\n\n\n    <div class=\"text\">\n        <p>Every year, we love looking back and picking out our <a href=\"/celebrity-style/red-carpet/2014-12/best-looks-of-the-year/?slide=1\">favorite red carpet looks</a> from 52 weeks worth of awards shows, highfalutin' fashion events, movie premieres, and every kind of party you can imagine. And while we adore seeing all of our favorite familiar faces, the most exciting moments come from the rookies that are either just hitting the scene this year or just hitting their stride in the style department. </p>\n\n<p>Ahead, we've rounded up our top 10 break-out style star picks for 2014. Click through to see who we chose, and don't forget to nominate your favorites in the comments!</p>\n\n    </div>\n\n\n                                \n                                \n                            \n                            <div class=\"clear\"></div>\n                        </div>\n\n                        <div class=\"OUTBRAIN\" data-src=\"http://teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year/\" data-widget-id=\"AR_1\" data-ob-template=\"teenvogue\" ></div>\n                    \n    \n    \n\n    \n    \n        \n        \n\n\n\n\n\n\n\n\n\n<div class=\"footer\">\n\n\n\n\n\n</div>\n\n        \n    \n    \n\n    \n    \n    \n\n    \n\n\n\n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n    <div class=\"site-full\">\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"sposored_slideshow620x200_frame\" class=\"displayAd displayAd620x200Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n    <div class=\"site-narrow\">\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"m_sposored_slideshow300x100_frame\" class=\"displayAd displayAd300x100Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n\n    <div style=\"display:none\">\n        \n        \n\n\n\n\n\n\n\n\n\n        <div id=\"polar_slideshow650x200_frame\" class=\"displayAd displayAd650x200Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n    \n\n\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"m_polar_slideshow150x150_frame\" class=\"displayAd displayAd150x150Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n    </div>\n\n    \n    \n    <hr class=\"section-separator\" >\n    <div id=\"toggle_comments\"><span>show comments</span></div>\n    \n\n\n<a name=\"social-comments\"></a>\n<div class=\"social-comments\">\n    <h2 class=\"features-header header\">What do you think?</h2>\n    <h4>Post a comment</h4>\n    <hr />\n    <div id=\"livefyre\"></div>\n</div>\n\n\n\n</div><!-- /main-column -->\n\n\n<span class=\"response-zone site-full\" data-display-mode=\"narrow\" data-display-zone=\"zone1\"></span>\n\n</section>\n\n\n\n\n\n         <div class=\"sponsored-text\">\n               \n         </div>\n    \n\n<div class=\"site-narrow\">\n\n\n\n\n\n\n\n\n\n\n        <div id=\"bottomBanner_320x51_frame\" class=\"displayAd displayAd320x51Js\"></div>\n        \n        \n            \n        \n        \n        \n    \n\n\n    \n        \n    \n\n\n</div>\n\n\n<div class=\"right-rail\">\n\n    <div class=\"site-full\">\n    \n        <div id=\"yslideCon\">\n            <div id=\"yslideTxt\">\n\n                <div id=\"yslideHed\">\n\n                    \n                    \n\n                        \n                        \n                        \n\n\n\n\n\n \n    \n         \n            \n                <h2 class=\"sub-header\"><span itemprop=\"description\">You're going to want to keep an eye out for these stunners in 2015.</span></h2>\n            \n        \n  \n\n\n\n                        \n                        \n\n\n                        \n                        \n                        \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n    \n        \n    \n        \n          \n          \n          \n        \n  \n    \n        \n  \n\n  \n\n      \n      \n\n      \n\n        \n      \n\n      \n\n    \n\n    \n        <div class=\"byline\">\n           <div class=\"contributors\">\n             <div class=\"contributor-type first last\">\n            \n            \n            \n\n\n\n\n\n\n\n\n            \n            \n            \n            \n            \n            <span class=\"contributor\">\n              \n             \n              \n              <strong>by</strong>\n             \n              <a itemprop=\"author\" href=\"/contributors/amanda-keiser\">Amanda Keiser</a>\n             </span></div>\n           </div>\n        </div>\n    \n\n\n    \n\n\n\n\n\n\n\n\n\n\n                        \n                        \n\n                        <div class=\"rule\"></div>\n                    \n                </div>\n\n                <figcaption class=\"slidePhotoCaption\"></figcaption>\n                <div class=\"item-inner slideshow-text\">\n                    <header class=\"item-header\">\n                        <hgroup>\n                                <h5 class=\"rubric\"></h5>\n                                <h2 class=\"header\"><a href=\"#\" class=\"headerLink\"></a></h2>\n                                <h3 class=\"sub-header\"></h3>\n                        </hgroup>\n                    </header>\n                     <div class=\"body\">\n                    </div>\n                    <footer class=\"item-footer\">\n                    </footer>\n                </div>\n            </div>\n            <hr class=\"slidebody-separator\">\n        </div>\n        \n        \n\n\n\n\n\n\n\n\n\n        <div id=\"listTop300x250_frame\" class=\"displayAd displayAd300x250Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=listTop&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=listTop&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\" type=\"text/javascript\"></script>\n        \n    \n\n\n        <div class=\"fotw-placeholder\"></div>\n        \n\n\n\n\n\n\n\n\n\n        <div id=\"listBottom300x250_frame\" class=\"displayAd displayAd300x250Js\"></div>\n        \n        \n        \n            \n        \n        \n    \n\n\n    \n        \n            <noscript class=\"MOAT-teenvogueslideshow129790196511?moatClientLevel1=A&moatClientLevel2=listBottom&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\"></noscript>\n            <script src=\"http://js.moatads.com/teenvogueslideshow129790196511/moatad.js#moatClientLevel1=A&moatClientLevel2=listBottom&moatClientSlicer1=TeenVogue&moatClientSlicer2=300x250\" type=\"text/javascript\"></script>\n        \n    \n\n\n    </div>\n</div>\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        \n                \n                \n                \n                \n                \n\n\n\n\n\n\n\n\n                \n                    \n                        \n                        \n                    \n                \n                \n                \n                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        \n\n </section><!-- /page -->\n\n\n\n    \n    \n    \n        \n         \n            \n                \n                <div class=\"feed-of-the-week hide\">\n                    <img src=\"http://pixel.getchute.com/?dID=5390cf7d58079b355a000002&cID=1055&eTp=view_served\" style=\"width:0; height: 0\" />\n                </div>\n            \n         \n        \n    \n\n\n\n    \n    \n    \n    \n\n    \n    \n\n    \n\n\n</div><!-- /container -->\n    <div id=\"AMS_TNV_GLOBAL_FOOTER\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_footer.gif\" border=\"0\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n        \n      \n\n      \n      \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n    \n\n\n\n\n<footer class=\"shell\">\n    <div id=\"position1_footerNavigation\"><div id=\"ps1_fs1_footerNavigation\" class=\"features\"><div class=\"feature manual first\">\n        <div class=\"blurb\">\n            \n            \n\n            \n            \n\n            \n            \n\n            \n            \n                \n                \n                    \n\n                    \n                            \n                        \n\n                    \n\n                    \n                        \n                            <ul class=\"links\">\n                        \n\n                        <li class=\" first\">\n                            \n                                    <a href=\"/services/sitemap\" >Site Map</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even\">\n                            \n                                    <a href=\"/contact\" >Contact Teen Vogue</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li>\n                            \n                                    <a href=\"/services/newsletters/demographics\" >Newsletter Signup</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n\n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even\">\n                            \n                                    <a href=\"/daily\" >Teen Vogue Daily</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n                            \n                        \n\n                    \n\n                    \n                        \n\n                        <li class=\" last\">\n                            \n                                    <a href=\"/services/rss/summary\" >RSS</a> \n                                \n                        </li>\n\n                        \n                            </ul>\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n            \n\n            \n            \n                \n            \n        </div></div></div></div>\n\n    <div class=\"site-narrow\">\n      <a id=\"backtotop\" href=\"#\">back to top</a>\n    </div>\n\n    <div id=\"global-footer\">\n        <div class=\"global-footer-nav\">\n            \n            \n            \n            \n            \n            <ul>\n                <li class=\"first\" id=\"global-footer-nav-subservices\">\n                    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <span id=\"AMS_TNV_FOOTER_SUBSCRIBE\" class=\"ecom-placement site-full\">\n            <a href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=TNV\" target=\"_blank\">Subscription Services</a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </span>\n    \n\n\n        \n        \n    \n\n\n                </li>\n                <li id=\"global-footer-nav-careers\"><a href=\"http://www.condenast.com/careers\">Careers</a></li>\n                <li id=\"global-footer-nav-store\"><a href=\"http://www.condenaststore.com/\">Cond&eacute; Nast Store</a></li>\n                <li id=\"global-footer-nav-reprints\"><a href=\"http://www.condenast.com/reprints-permissions\">Reprints/Permissions</a></li>\n                <li class=\"last\" id=\"global-footer-nav-mediakit\"><a href=\"http://www.condenast.com/brands/tv/\">Teen Vogue Media Kit</a></li>\n                \n            </ul>\n\n        </div>\n        <div class=\"global-footer-columns-container\">\n            \n            \n            \n            <div class=\"global-footer-more-about-links\">\n                <div id=\"position1_footerCustomLinks\"><div id=\"ps1_fs1_footerCustomLinks\" class=\"features\"><div class=\"feature manual first\">\n        <div class=\"blurb\">\n            \n            \n\n            \n            \n                <div class=\"text\">\n                    \n                            <p>More sites about fashion, culture and style:</p>\n                        \n                </div>\n            \n\n            \n            \n\n            \n            \n                \n                \n                    \n\n                    \n                            \n                        \n\n                    \n                        \n\n                        \n                            \n                                \n\n                                \n                                    \n                                            \n                                        \n                                \n                            \n                        \n                    \n\n                    \n                        \n                            <ul class=\"links\">\n                        \n\n                        <li class=\" first\">\n                            \n                                    <a href=\"http://www.luckymag.com\" target=\"_blank\">Lucky</a> \n                                \n                        </li>\n\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n                    \n\n                    \n                            \n                        \n\n                    \n                        \n\n                        \n                            \n                                \n\n                                \n                                    \n                                            \n                                        \n                                \n                            \n                        \n                    \n\n                    \n                        \n\n                        <li class=\"blurb-links-even last\">\n                            \n                                    <a href=\"http://www.vogue.com\" target=\"_blank\">Vogue</a> \n                                \n                        </li>\n\n                        \n                            </ul>\n                        \n                    \n\n                    \n                    \n                    \n                    \n                \n            \n\n            \n            \n                \n            \n        </div></div></div></div>\n            </div>\n            <div class=\"global-footer-subscriptions\">\n                <form action=\"\" name=\"sub_dropmenus\" id=\"sub_dropmenus\">\n                    <h3>Subscribe to a magazine:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"sub_list\" id=\"sub_list\" size=\"1\">\n                        <option selected=\"selected\" value=\"\">Subscribe to a magazine</option>\n                        <option value=\"\"/>\n                        <option value=\"http://www.magazinestoresubscriptions.com?source=univdropdown\">View All Titles</option>\n\n                        <option value=\"\">- - - - - - - - - - - - - -</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&eacute;tit</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n                        <option value=\"https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">Wired</option>\n                    </select>\n                </form>\n            </div>\n            <div class=\"global-footer-sister-sites\">\n                <form action=\"\" name=\"mag_dropmenus\" id=\"mag_dropmenus\">\n                    <h3>Visit our sister sites:</h3>\n                    <select onchange=\"(this.options[this.selectedIndex].value) ? window.open(this.options[this.selectedIndex].value) : null\" name=\"mag_list\" id=\"mag_list\">\n                        <option selected=\"selected\" value=\"\">Visit our sister sites</option>\n                        <option value=\"\">- - - - - - - - - - - - - -</option>\n                        <option value=\"http://www.allure.com\">Allure</option>\n                        <option value=\"http://www.architecturaldigest.com\">Architectural Digest</option>\n                        <option value=\"http://www.arstechnica.com\">Ars Technica</option>\n                        <option value=\"http://www.bonappetit.com\">Bon App&eacute;tit</option>\n                        <option value=\"http://www.brides.com\">Brides.com</option>\n                        <option value=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</option>\n                        <option value=\"http://www.concierge.com\">Concierge</option>\n                        <option value=\"http://www.details.com\">Details</option>\n                        <option value=\"http://www.epicurious.com\">Epicurious</option>\n                        <option value=\"http://www.glamour.com\">Glamour</option>\n                        <option value=\"http://www.golfdigest.com\">Golf Digest</option>\n                        <option value=\"http://www.golfworld.com\">Golf World</option>\n                        <option value=\"http://www.gq.com\">GQ</option>\n                        <option value=\"http://www.hotelchatter.com\">Hotel Chatter</option>\n                        <option value=\"http://www.jaunted.com\">Jaunted</option>\n                        <option value=\"http://www.luckymag.com\">Lucky</option>\n                        <option value=\"http://www.nutritiondata.com\">NutritionData</option>\n                        <option value=\"http://www.reddit.com\">Reddit</option>\n                        <option value=\"http://www.self.com\">Self</option>\n                        <option value=\"http://www.style.com\">Style</option>\n                        <option value=\"http://www.teenvogue.com\">Teen Vogue</option>\n                        <option value=\"http://www.newyorker.com\">The New Yorker</option>\n                        <option value=\"http://www.thescene.com\">The Scene</option>\n                        <option value=\"http://www.vanityfair.com\">Vanity Fair</option>\n                        <option value=\"http://www.vegaschatter.com\">Vegas Chatter</option>\n                        <option value=\"http://www.vogue.com\">Vogue</option>\n                        <option value=\"http://www.wmagazine.com\">W</option>\n                        <option value=\"http://www.wired.com\">Wired</option>\n                    </select>\n                </form>\n            </div>\n        </div>\n\n        <div class=\"site-narrow\">\n            <span class=\"social-header\">Follow Us:</span>\n\n            \n\n\n<div class=\"social\">\n    <a href=\"/services/newsletters/demographics\" class=\"em\" target=\"_blank\"></a>\n    <a href=\"https://www.facebook.com/teenvogue\" class=\"fb\" target=\"_blank\"></a>\n    <a href=\"http://twitter.com/teenvogue\" class=\"tw\" target=\"_blank\"></a>\n    <a href=\"http://pinterest.com/teenvogue/\" class=\"pn\" target=\"_blank\"></a>\n    <a href=\"http://teenvogue.tumblr.com\" class=\"tb\" target=\"_blank\"></a>\n    <a href=\"https://plus.google.com/+TeenVogue/\" class=\"go\" target=\"_blank\"></a>\n    <a href=\"http://www.youtube.com/user/teenvoguemag\" class=\"yt\" target=\"_blank\"></a>\n    <a href=\"http://instagram.com/teenvogue\" class=\"in\" target=\"_blank\"></a>\n    <a href=\"http://weheartit.com/TeenVogue\" class=\"wh\" target=\"_blank\"></a>\n</div>\n\n            \n            \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        <div id=\"AMS_TNV_MOBILE_GLOBAL_FOOTER\" class=\"ecom-placement site-narrow\">\n            <a href=\"https://w1.buysub.com/loc/TNV/ATGFailsafe\" target=\"_blank\"><img src=\"/css/images/1x1.gif\" data-original=\"/images/ecom/failsafe/TNV_mobile_footer.gif\" border=\"0\" alt=\"Subscribe to Teen Vogue\" title=\"Subscribe to Teen Vogue\" /></a>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n        </div>\n    \n\n\n        \n        \n    \n\n\n            \n        </div>\n\n\n        <div class=\"global-footer-copyright\">\n            <p>\n            Registration on or use of this site constitutes acceptance of our <a href=\"http://www.condenast.com/services/privacy/\" onclick=\"window.open(this.href);return false;\">User Agreement</a> and <a href=\"http://www.condenast.com/services/privacy/#privacypolicy\" onclick=\"window.open(this.href);return false;\">Privacy Policy</a> <span class=\"revision-date\"> (Revised 1/2/2014)</span>.  <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a>. Teen Vogue &copy; 2015\n Cond&eacute; Nast Digital. All rights reserved.   The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Cond&eacute; Nast Digital.\n             </p>\n            <div class=\"add-choice\">\n                <div class=\"add-choice-text\">\n                    <a href=\"http://www.condenast.com/services/privacy/#optout\" onclick=\"window.open(this.href);return false;\">Ad Choices</a>\n                </div>\n                <div class=\"add-choice-img\">\n                    <a class=\"too-lazy\" href=\"http://www.condenast.com/services/privacy/#optout\" onclick=\"window.open(this.href);return false;\"></a>\n                </div>\n            </div>\n            \n            \n            \n        </div>\n        <div class=\"global-footer-logo\">\n        <h3>Cond&eacute; Nast Digital</h3>\n        </div>\n    </div>\n</footer>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div id=\"statsHolder\">\n    \n    <script type=\"text/javascript\">\n        <!--\n            if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n        //-->\n    </script>\n    <noscript>\n        <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n            <img src=\"http://condenast.112.2o7.net/b/ss/conde-teenvogue/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n        </a>\n    </noscript>\n    <!--/DO NOT REMOVE/-->\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n    <script>\n    /*\n     * INITIALIZATION\n     * Consolidate all invocations, instantiations, and initializations here\n     *\n    */\n    (function initialize(window, CN) {\n        var timer;\n\n        function init() {\n\n\n            if (!CN.promises.scripts.base) {\n                return false;\n            }\n\n            clearInterval(timer);\n\n            CN.promises.scripts.base.done(function() {\n                \n    CN.config.set({\n        hasIntro      : true,\n        useIntro      : true,\n        playTimer     : 5,\n        transition    : 'standard',\n        contentId     : 2000000003013113,\n        viewAll       : true,\n        carousel      : true,\n        imageList     : false,\n        viewLarger    : false,\n        plugins       : ['pluck'],\n        api           : true,\n        template      : 'figure',\n        viewAll       : true,\n        viewAllInline : true\n    });\n\n    CN.site.contentId = 2000000003013113;\n\n            // Adds classes for rendering based on intro and hash state\n    (function() {\n        var fragment = CN.url.getFragment(),\n            slide    = CN.url.params().slide;\n\n                // For page rendering purposes, we have a visible intro if we hit the page without a fragment id\n        if (CN.page.config.hasIntro === true && ((fragment === false || fragment === 'intro') && !slide)) {\n            jQuery('html').addClass('slideshow-hasintro-true');\n        }\n\n                // If DCT turns off intro page, we show intro if it exists\n        if (CN.page.config.hasIntro === false) {\n            jQuery('html').addClass('slideshow-showintro-true');\n        }\n\n                // Showing the initial JSP-provided slide depends on whether the URL agrees with the JSP provided slide\n        if (fragment === false || fragment === 'slide=1' || fragment === 'intro' || (fragment === false && slide)) {\n            jQuery('html').addClass('slideshow-showinitial-true');\n        } else {\n            jQuery('html').addClass('slideshow-showinitial-false');\n        }\n    })();\n\n    CN.config.set({\n        title        : document.title,\n        url          : 'http://www.teenvogue.com/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year',\n        description  : \"You\\'re going to want to keep an eye out for these stunners in 2015.\",\n        keywords     : \"\",\n        facebook     : {pageid: \"6636341311\"}\n    });\n\n\n            window.platformEnvironment = \"production\";\n            CN.site.init({\n                env: 'PROD',\n                code: 'TNV',\n                title: 'Teen Vogue',\n                name: 'teenvogue',\n                alias: 'Teenvogue.com',\n                tld: 'teenvogue.com',\n                eventTrackingUrl: 'http://result.teenvogue.com',\n                eventTrackingEnv: 'PROD',\n                userServiceUrl: 'http://user-service.condenast.com',\n                userServiceKey: 'ncuN8VodX2PiRLdTL2fXv8xIWFM=',\n                ecomUrl: 'https://subscribe.teenvogue.com/api/circ/xml/Transaction',\n                mobilecompatible: true,\n                httpStatusCode: 200\n            });\n\n            CN.config.set({\n                facebook : {},\n                reg: {\n                    urls: {\n                        login: '/user/login',\n                        reg:   '/user/registration'\n                    }\n                },\n\n                tweet : {\n                    source : \"TeenVogue\"\n                }\n            });\n\n            CN.page.type = 'List';\n            \n\n            \n    \n    CN.config.set({\n        defaultHost : \"www.teenvogue.com\",\n        secureHost : \"secure.teenvogue.com\",\n        isSecure : location.protocol == \"https:\" ? true : false\n        });\n\n            });\n            CN.promises.scripts.stats.done(function() {\n\n                \n\n\n                CN.stats.omniture.setStatus(200);\n        if (CN.isMobile) {\n            CN.stats.omniture.setMobileView();\n        }else {\n            CN.stats.omniture.setMobileView('Non-Mobile');\n        }\n        \n                CN.stats.omniture.init();\n            });\n            CN.promises.scripts.ads.done(function() {\n\n                if (CN.isMobile) {\n\n                } else {\n\n                    jQuery('.displayAd','.racetrack-holder').each(function() {\n                        jQuery(window).on('CN.customEvents.dartResize.' + jQuery(this).attr('id').replace(/_frame/gi,''), function(e, name, selector, ad) {\n                            setTimeout('CN.masonry.refresh()', 3000);\n                        });\n                    });\n\n                }\n                \n\n\n            });\n            CN.promises.scripts.ecom.done(function() {\n                \n\n\n                try {\n                    (function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_SLIDESHOW',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                placementName = 'AMS_TNV_GLOBAL_SLIDESHOW'.replace(/global_slideshow/i,'MOBILE_SLIDESHOW1');\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_SLIDESHOW\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_POPUP_FLOATINGAD',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_POPUP_FLOATINGAD\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_NAVBAR_ROLLOVER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n        var callback = { func: CN.ecom.collapseAd.init,params: ['collapseAd'] };\n        if(typeof(callback.func) === \"function\"){\n            callback.func.call(CNP.ecom, callback.params);\n        }else{\n            setTimeout(function(){\n                callback.func.call(CNP.ecom, callback.params);\n            }, 500);\n        }\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_NAVBAR_ROLLOVER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_NAVBAR_ROLLOVER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n        var callback = { func: CN.ecom.rolloverAd.init,params: ['rolloverAd'] };\n        if(typeof(callback.func) === \"function\"){\n            callback.func.call(CNP.ecom, callback.params);\n        }else{\n            setTimeout(function(){\n                callback.func.call(CNP.ecom, callback.params);\n            }, 500);\n        }\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                placementName = 'AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO'.replace(/global_slideshow/i,'MOBILE_SLIDESHOW1');\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_SLIDESHOW_HEADER_LOGO\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_FULL',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_FULL\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_HEADER_COLLAPSE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_HEADER_COLLAPSE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_GLOBAL_FOOTER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_GLOBAL_FOOTER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_FOOTER_SUBSCRIBE',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_FOOTER_SUBSCRIBE\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n\n(function(pageAds){\n    var\n        placementName = 'AMS_TNV_MOBILE_GLOBAL_FOOTER',\n        div = null;\n\n    \n        if (CN.isMobile) {\n        \n                // No mobile targetters for this placement\n            \n        }\n    \n\n    if ((typeof pageAds !== 'undefined') && (typeof pageAds[placementName] !== 'undefined') && pageAds[placementName].indexOf('No creatives found') === -1 && (CN.url.params('nojoy') != 1) ) {\n\n        div = document.getElementById(placementName);\n\n        \n\n        jQuery(\"#AMS_TNV_MOBILE_GLOBAL_FOOTER\").html(pageAds[placementName].replace(/document.write\\(.*\\)/gi,\"/*filtered by amg-magnet:document.write(...)*/\"));\n    }\n\n    \n})(window.pageAds);\n                }\n                catch(e) {\n                    CN.debug.error('Exception thrown from Ecom Placements:', [e]);\n                }\n                finally {\n                    CN.promises.render.ecom.resolve();\n                    CN.response.lazyLoadImg({selector: '.ecom-placement img'});\n                }\n                CN.promises.render.ecom.done(function() {\n                    setTimeout(function() {\n                        CN.masonry.refresh();\n                    }, 500)\n                });\n            });\n            CN.promises.scripts.site.done(function() {\n                \n            });\n\n            CN.promises.scripts.typekit.done(function() {});\n\n            CN.promises.scripts.brightcove.done(function() {\n                \n                \n            });\n              //Do not load livefyre for secure pages\n                CN.promises.scripts.livefyre.done(function() {\n                    \n                    if(jQuery(\".livefyre-commentcount\").length){\n                        CN.livefyre.commentCountStyle();\n                    }\n                    if(jQuery(\"#most-commented\").length){\n                        CN.livefyre.mostCommented = new CN.livefyre.widgets(\"most-commented\");\n                        CN.livefyre.mostCommented.init();\n                        CN.livefyre.mostCommented.mostCommented();\n                    }\n                    // Streamhub instagram for Jusin Bieber\n                    if(jQuery(\"body.s_justin-to-win\").length){\n                        CN.livefyre.streamhub(\"320161\", \"sh_col_21_1365204165\");\n                        CN.livefyre.streamhubPopup();\n                    }\n                    // Streamhub instagram for CG instaglam\n                    if(jQuery(\"body.s_cg_instaglam\").length){\n                        CN.livefyre.streamhub(\"320161\", \"covergirlinstaglamcontestprod\");\n                        CN.livefyre.streamhubPopup();\n                    }\n                    // Streamhub instagram for Festival-of-style instagram\n                    if(jQuery(\"body.s_festival-of-style\").length){\n                        CN.livefyre.streamhub(\"320161\", \"covergirlinstaglamcontestprod\");\n                        CN.livefyre.streamhubPopup();\n                    }\n\n                });\n            \n            CN.promises.scripts.last.done(function() {\n                if (!CN.isMobile) {\n                    CN.response.lazyLoadImg();\n                }\n\n                CN.foundry.init(window.Typekit || {});\n\n                CN.page.feature = ['linklist','manual','utils_livefyre-comment','utils_facebook-share','utils_tweet','utils_pinterest','utils_tumblr','utils_gplusone','utils_iheartit','utils_expand-menu','utils_email'];// Features init.\n                if ( CN.page.type === 'BlogsV2' && CN.url.path().join('').indexOf('.html') > 0){\n                   CN.page.feature = CN.page.feature.concat(['utils_facebook-like','utils_tweet','utils_tumblr','utils_pinterest','utils_stumbleupon','utils_gplusone','utils_email','utils_print','utils_comment-now']);\n                }\n\n                \n                        var introData = {};\n\n                       var sliderPrepData = [\n                            \n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":{},\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photos: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-00-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:04:14\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013115\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>2014 has been a <em>huge<\\/em> year for Kendall Jenner. She walked in her first Fashion Week show back in February and has since become a regular for everyone from Marc Jacobs to Chanel to Givenchy. To top it all off, she's nailed every red carpet appearance and even made a <a href=\\\"/celebrity-style/2014-11/kendall-jenner-chipotle-run\\\">Chipotle run<\\/a> look chic. Girl's on fire.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/kendall-jenner\\\">Kendall Jenner<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-01.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-01-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-01-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:02:13\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013114\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>We first met Lupita toward the end of 2013 when <em>12 Years a Slave<\\/em> premiered, but it wasn't until all those red carpets of 2014 that we all sat up and took notice. Between that off-the-charts baby blue Oscars dress, the red Golden Globes cape, and this jaw-dropping Suno number, Lupita made stepping into the Hollywood spotlight look like the easiest (and chicest) thing in the world. <\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/lupita-nyongo\\\">Lupita Nyong'o<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-02.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-02-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-02-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:04:32\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013116\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Zendaya's always had a killer sense of style, but this year, there's been something decidedly grown-up and deliberate about her red carpet looks. She always manages to infuse her signature urban, youthful vibe into even the stuffiest of event dress codes (think neon sneaks, gold lame track suits, and oversized Pharrell-worthy hats). We can't wait to see what she's got in store for 2015.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/zendaya\\\">Zendaya Coleman<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-03.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-03-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-03-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:04:49\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013117\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Hailee's another one who's really stepped up her style game this year and brought it into adult territory. This white Dior dress was such a moment for her this past month&#8212;it still has a fresh, young feel to it but it's also super-sophisticated. Girl's growing up!<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/hailee-steinfeld\\\">Hailee Steinfeld<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-04.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-04-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-04-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:05:09\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013118\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Between the hair, the eyebrows, and the lips, Lily has created a signature style for herself based almost purely on beauty elements&hellip;and we think that's pretty rad. She also happens to know her way around a wardrobe and has chosen some of the most beautiful gowns (and sweatshirt-and-skirt combos) we've seen this year.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/lily-collins\\\">Lily Collins<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-05.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-05-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-05-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:05:30\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013119\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>OK, so Kristen's been around for a little while now, but she's never really looked at home on the red carpet until this year. Her short new 'do and recent relationship with Chanel's Karl Lagerfeld have really fine-tuned the star's understated-but-edgy style.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/kristen-stewart\\\">Kristen Stewart<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-06.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-06-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-06-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":\"ID                   DCT TYPE       PATH\\n2000000003013113   list      /celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year.xml\",\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 18:37:18\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013120\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Is 2015 going to be the year of Gigi? All sources point to yes. Not only has she been modeling up a storm, doing everything from walking in the Marc Jacobs show to rocking the <em>Sports Illustrated<\\/em> swimsuit issue, but she's also been hanging with major style players like <a href=\\\"/about/kendall-jenner\\\">Kendall Jenner<\\/a> and <a href=\\\"/about/cara-delevingne\\\">Cara Delevingne<\\/a> and is proving herself to be a street style star in her own right.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/gigi-hadid\\\">Gigi Hadid<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-07.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-07-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-07-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:06:07\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013121\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Hailey Baldwin is another up-and-coming model that's already running with a high-fashion crowd (she's pretty much besties with the Jenners)&hellip;and she looks right at home. She's mastered the whole effortlessly cool street style look, and while we haven't seen her on quite as many red carpets this year, we can tell 2015's got a lot in store for this 18-year-old.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/hailey-baldwin\\\">Hailey Baldwin<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-08.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-08-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-08-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:06:32\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013122\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Talk about a break-out star. Ever since the latest <em>Transformers<\\/em> movie premiered in June, this 19-year-old beauty has been stealing every red carpet she hits. She's totally bypassed any awkward newbie moments and settled straight into her understated, elegant style like a pro. How could you not be impressed?<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/nicola-peltz\\\">Nicola Peltz<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-09.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-09-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-09-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:06:53\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013123\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} ,\n                            \n                                \n                                \n                                {\"item\":{\"relatedSubTopics\":{},\"abstract\":{\"text\":{},\"title\":{}},\"relatedLinks\":{},\"body\":{\"text\":\"<p>Chlo&euml; isn't exactly a newcomer to the Hollywood scene, but like <a href=\\\"/about/hailee-steinfeld\\\">Hailee Steinfeld<\\/a>, she's sort of hitting that moment between girlhood and womanhood (not to get to Britney Spears on you), and she's making the transition with such grace. This year, we've seen her take more risks with proportions and print-mixing, and we can't wait to see what next year brings for the 17-year-old.<\\/p>\",\"embeddedList\":{},\"lead\":{},\"altMedia\":{\"caption\":{},\"URLText\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"URL\":{},\"credit\":{},\"altText\":{},\"type\":{}},\"introduction\":{}},\"photoCredits\":\"Photo: Getty Images\",\"subHeaders\":{},\"reactions\":{\"reviews\":\"No\",\"comments\":\"No\",\"ratings\":\"No\"},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":\"<a href=\\\"/about/chloe-grace-moretz\\\">Chlo&euml; Grace Moretz<\\/a>\",\"URL\":{}}},\"relatedTopics\":{},\"mediaItems\":{\"mediaItem\":{\"sequence\":\"1\",\"caption\":{},\"properties\":{\"property\":{\"selectvalue\":\"primary\",\"name\":\"placement\",\"value\":\"primary\"}},\"URL\":{},\"credit\":{},\"altText\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"type\":\"photo\",\"formats\":{\"format\":[{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-10.jpg\",\"name\":\"main\",\"annotations\":{}},{\"source\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-10-th.jpg\",\"name\":\"thumbnail\",\"annotations\":{}}]}}},\"footer\":{\"text\":{},\"legalCopy\":{}},\"unitMetaData\":{\"displayDate\":{\"display\":{},\"label\":{},\"format\":{},\"URL\":{},\"date\":{}},\"byline\":{\"contributors\":{\"contributor\":{\"precedingTitle\":{},\"email\":{},\"sequence\":{},\"succeedingTitle\":{},\"name\":{},\"image\":{},\"display\":{},\"label\":{},\"URL\":{},\"type\":{}}}},\"rubric\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}},\"search\":{\"summary\":{},\"title\":\"The Top 10 Break-Out Style Stars of 2014\",\"category\":{},\"hiddenKeywords\":{},\"keywords\":{},\"image\":\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-10-th.jpg\",\"type\":{},\"altImages\":{},\"searchable\":\"no\"},\"featureSet\":{\"guid\":{},\"id\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"features\":{\"footer\":{\"html\":{\"text\":{},\"URL\":{}}},\"position\":{},\"guid\":{},\"id\":{},\"style\":{},\"reactions\":{\"reviews\":{},\"comments\":{},\"ratings\":{}},\"sequence\":{},\"properties\":{\"property\":{\"name\":{},\"value\":{}}},\"type\":{},\"header\":{\"graphic\":{\"image\":{},\"URL\":{},\"altText\":{}},\"html\":{\"text\":{},\"URL\":{}}}}},\"rss\":{\"item\":{\"author\":{},\"enabled\":\"N\",\"title\":{},\"expirationDate\":{},\"feedName\":{},\"itemSource\":{},\"description\":{},\"categories\":{},\"URL\":{},\"enclosures\":{},\"comments\":{},\"publishDate\":\"20141223 00:00:00\"}},\"relationships\":{\"summary\":{},\"displayType\":{}},\"metaData\":{\"dartExtraKeywords\":{},\"keywords\":{\"reqInformKeywords\":{}},\"externalURL\":{},\"subsection\":\"redcarpet\",\"expiryDate\":{},\"issueDate\":{},\"properties\":{\"property\":{\"selectvalue\":\"vertical\",\"name\":\"indextile\",\"value\":\"vertical\"}},\"section\":\"celebritystyle\",\"updateDate\":\"20141223 15:07:13\",\"previousURLs\":{\"previousURL\":{}},\"pageType\":\"B\",\"id\":\"2000000003013124\",\"guid\":{},\"magazine\":\"Teen Vogue\",\"tagRefs\":{\"searchTagButton\":{}},\"source\":{\"logos\":{\"logo\":{\"image\":{},\"URL\":{},\"type\":{},\"altText\":{}}},\"introText\":{},\"name\":{},\"copyright\":{},\"blurb\":{},\"URL\":{},\"type\":{}},\"pageTitle\":\"Most Stylish New Celebrities of 2014 | Best Dressed Teen Stars\",\"description\":{},\"manualUpdateDate\":{},\"deliveryDate\":{},\"attributes\":\"slideshow\",\"publishDate\":\"20141223 00:00:00\"}}} \n                            \n                        ];\n                        \n                            \n                            \n                            introData.body = {\"xml-fragment\":{\"text\":\"<p>Every year, we love looking back and picking out our <a href=\\\"/celebrity-style/red-carpet/2014-12/best-looks-of-the-year/?slide=1\\\">favorite red carpet looks<\\/a> from 52 weeks worth of awards shows, highfalutin' fashion events, movie premieres, and every kind of party you can imagine. And while we adore seeing all of our favorite familiar faces, the most exciting moments come from the rookies that are either just hitting the scene this year or just hitting their stride in the style department. <\\/p>\\n\\n<p>Ahead, we've rounded up our top 10 break-out style star picks for 2014. Click through to see who we chose, and don't forget to nominate your favorites in the comments!<\\/p>\",\"lead\":{},\"photo\":{\"images\":{},\"caption\":{},\"URLText\":{},\"URL\":{},\"credit\":{},\"altText\":{}},\"introduction\":{}}};\n                        \n                        \n\n\n\n                        var listdata = '';\n                        \n                        listdata = {\"listCredit\":\"\",\"listPubDate\":\"20141223 15:21:00\",\"listCaption\":\"\",\"listSectionName\":\"celebritystyle\",\"listSubSectionName\":\"redcarpet\"};\n\n                        var options = {\n                            next          : '.next',\n                            prev          : '.previous',\n                            viewall       : '.viewall a',\n                            viewallThumbs : '.slideshow-viewall-container',\n                            viewLarger    : '.viewlarger a',\n                            slideThumbs   : '#item-navigation-container',\n                            lastSlideCon  : '.lastSlide',\n                            header        : null,\n                            footer        : '#show-footer',\n                            subHeader     : '.main-column .sub-header',\n                            byline        : '.main-column .byline',\n                            photobyline   : '.list-supporting .photo-credits, .photo-by',\n                            caption       : 'figcaption.slidePhotoCaption',\n                            bodyheadCon   : '.item-inner .item-header',\n                            bodyHead      : '.item-inner .item-header .header',\n                            body          : '.item-inner .body',\n                            mainBody      : '.item-inner',\n                            img           : '.slideshow-items figure div',\n                            imgCon        : '.slideshow-items .media',\n                            slideCon      : '#items-container',\n                            pageLayout    : 'A',\n                            intro         : true,\n                            introCon      : '.intro-container',\n                            count         : (CN.isMobile?'.narrow-count':'.count'),\n                            introData     : introData,\n                            listdata    : listdata\n                        }\n\n                        CN.tnvSlide.init(sliderPrepData, options);\n                        CN.tnvSlide.loadTrackings();\n                        CN.site.teenvogue.TrackingHelper.setupSocialBarTracking('.social-bar-v2');\n                    \n                       (function(){\n                        var ns= window.CN || window.CNP;\n                        ns.site = ns.site || {};\n                        ns.site.eventTrackingList = new EventList(\"eventListHolder\");\n                        ns.site.eventTrackingList.setBaseUrl(\"http://event.teenvogue.com/\");\n                        ns.site.eventTrackingEvent = new EventObject(\"TNV\", \"most_viewed\");\n                        ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n                        ns.site.eventTrackingEvent.setContentId(\"2000000003013113\");\n                        ns.site.eventTrackingEvent.setContentType(\"List\");\n                        ns.site.eventTrackingEvent.setFullUrl(\"/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year\");\n                        ns.site.eventTrackingEvent.setContentTitle(\"The Top 10 Break-Out Style Stars of 2014\");\n                        \n                            ns.site.eventTrackingEvent.setProperty(\"pd\",\"2014/12/23 15:21:00\");\n                        \n                        \n                            ns.site.eventTrackingEvent.setProperty(\"imgurl\",\"/images/celebrity-style/red-carpet/2014-12/2014-style-stars-th.jpg\");\n                        \n                        var fullContentURL = \"/celebrity-style/red-carpet/2014-12/breakout-style-stars-of-the-year\";\n                        var isAbsoluteURL = fullContentURL.substring(0,8);\n                        var allowedTracking = 0;\n\n                        \n\n                        if ((isAbsoluteURL.indexOf('http') == -1 && isAbsoluteURL.indexOf('https') == -1) || allowedTracking == 1) {\n                                ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n                                ns.site.eventTrackingList.writeImageTags();\n                        }\n                        }())\n                \n                \n                \n                    if (!jQuery.support.leadingWhitespace) {\n                        CN.response.init(); // Call this to unhide any hidden markup.\n                        CN.site.teenvogue.init();\n                    } else {\n                        CN.response.detect();\n                    }\n\n                    if (CN.site && CN.site.mobile) {\n                       CN.site.mobile.init();\n                    }\n                \n                CN.promises.scripts.ads.resolve();\n                CN.masonry.refresh();\n                \n                    CN.debug.info('Ultimate scripts', [new Date(), CN.promises.scripts.ecom]);\n                    CN.response.lazyLoadImg({selector: '.too-lazy'});\n                    $LAB.script((function() {\n                        // logic to fire device based targetters\n                        var i, targets,\n                            acceptable = CN.isMobile,\n                            url = window._ghearst_vars.ams_ads_script_src;\n                            targets = CN.url.params('position_list', url).split(/%2c/i);\n                            for(i = targets.length-1; i >= 0; i--) {\n                                if(/^AMS_TNV_MOBILE/.test(targets[i]) !== acceptable) {\n                                    targets.splice(i, 1);\n                                }\n                            }\n                            // reconstruct the url\n                            collectible = window._ghearst_vars.ams_ads_script_src.split(/&/);\n                            for(i=0; i<collectible.length; i++) {\n                                if(/^position_list/i.test(collectible[i])) {\n                                    collectible[i] = 'position_list='+targets.join('%2C');\n                                    break;\n                                }\n                            }\n                            CN.debug.info('ECOM TARGETTERS', targets);\n                            return [collectible.join('&'), '/js/teenvogue_ecom.js'];\n                    }())).wait(function() {\n                            CN.promises.scripts.ecom.resolve();\n                    });\n                \n            });\n\n            return true;\n        }\n\n        if (!init()) {\n            timer = setInterval(init, 100);\n        }\n\n    }(window, CN));\n    </script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<script>\nCN.dartCalls = function(){\n    if(CN.isMobile){\n        if(document.getElementById(\"header320x50_frame\"))CN.dart.call('header', {sz:'320x50', kws:[\"top\"]});\n                if(document.getElementById(\"m_sposored_slideshow300x100_frame\"))CN.dart.call('m_sposored_slideshow', {sz:'300x100', kws:[\"sponsor_ad\"]});\n                if(document.getElementById(\"m_polar_slideshow150x150_frame\"))CN.dart.call('m_polar_slideshow', {sz:'150x150', kws:[]});\n                if(document.getElementById(\"bottomBanner_320x51_frame\"))CN.dart.call('bottomBanner_', {sz:'320x51', kws:[\"bottom\"]});\n    }else{\n        if(document.getElementById(\"header728x90_frame\"))CN.dart.call('header', {sz:'728x90', kws:[\"top\"]});\n                if(document.getElementById(\"sposored_slideshow620x200_frame\"))CN.dart.call('sposored_slideshow', {sz:'620x200', kws:[\"sponsor_ad\"]});\n                if(document.getElementById(\"polar_slideshow650x200_frame\"))CN.dart.call('polar_slideshow', {sz:'650x200', kws:[]});\n                if(document.getElementById(\"listTop300x250_frame\"))CN.dart.call('listTop', {sz:'300x250', kws:[\"top\"]});\n                if(document.getElementById(\"listBottom300x250_frame\"))CN.dart.call('listBottom', {sz:'300x250', kws:[\"bottom\"]});\n                if(document.getElementById(\"monoTop200x45_frame\"))CN.dart.call('monoTop', {sz:'200x45', kws:[], collapse: true});\n    }\n    \n};\n\nif((typeof CN.dart !== \"undefined\")&&(typeof CN.dartConfig !== \"undefined\")) CN.dartCalls();\n\n</script>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n<script language=\"JavaScript\" type=\"text/javascript\" src=\"//js.revsci.net/gateway/gw.js?csid=F09828&auto=t&bpid=condenast\"></script>\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"teenvogue.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n(function( ){\nBF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\nBF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=teenvogue.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\nsetTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n})();\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/telegraph.co.uk1.html",
    "content": "<!--[if IE ]>\n<!doctype html>\n<![endif]-->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\n<head>\n\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"XAIAUl5ACwUBXVJUAQ==\"};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]);</script><script src=\"//cdn.optimizely.com/js/1425218314.js\"></script>\n        <script type=\"text/javascript\">\n        // <![CDATA[\n        for(var i = 0; i < optimizely[\"activeExperiments\"].length; i++){\n            var expid = optimizely[\"activeExperiments\"][i];\n            var experimentname = optimizely.data.experiments[expid].name;\n            var variationname = optimizely.variationNamesMap[expid];\n            optimizely.$(\"head\").prepend(\"<meta name=\\\"DCSext.opt\\\" content=\\\"\" + experimentname + \"-\" + variationname +\"\\\" />\");\n        }\n        // ]]>\n    </script>\n<script type=\"text/javascript\">\n           /* EPOCH time at the start of the page */\n\n           /*As IE8 doest support Date.now() functionality,using the diffrent one*/\n             if (!Date.now) {\n                    Date.now = function now() {\n                      return new Date().getTime();\n                   };\n              }\n\n              var pageStartTime = Date.now();\n</script>\n\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n\n<title>AirAsia plane reported missing with 162 passengers on board: latest - Telegraph</title>\r\n\r\n\r\n\r\n<meta name=\"description\" content=\"Search teams in the Java Sea are to resume looking for bodies from AirAsia \n  flight QZ8501 at dawn, as authorities say they could begin to wash ashore\" />\n\n<meta name=\"keywords\" content=\"airasia, live, missing, malaysia, indonesia, singaport, Briton, missing plane, airasia, latest, news, plane, video,, Indonesia,Asia,World News,News\" />\r\n\r\n<meta name=\"news_keywords\" content=\"airasia, live, missing, malaysia, indonesia, singaport, Briton, missing plane, airasia, latest, news, plane, video,\"> \r\n<meta name=\"parsely-page\" content='{\"title\": \"AirAsia plane found in Java Sea: latest \",\"link\": \"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\",\"image_url\": \"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151358k.jpg\",\"type\": \"post\",\"post_id\": \"11315001\", \"pub_date\": \"2014-12-31T17:00:37Z\",\"section\": \"World\",\"authors\": [\"Harriet Alexander\"],\"tags\": [\"Story\",\"News\",\"World News\",\"Asia\",\"Indonesia\",\"Singapore\",\"Harriet Alexander\",\"Mobile\",\"Josie Ensor\",\"Andrew Marszal\"]}'/>\n    <meta property=\"article:publisher\" content=\"143666524748\" />\n\n    <meta property=\"article:subsection\" content=\"Indonesia\" />\n\n                    <meta property=\"article:section\" content=\"World\" />\n\n                <meta property=\"article:tag\" content=\"News\" />\n    <meta property=\"article:tag\" content=\"World News\" />\n    <meta property=\"article:tag\" content=\"Asia\" />\n    <meta property=\"article:tag\" content=\"Indonesia\" />\n    <meta property=\"article:tag\" content=\"Singapore\" />\n    <meta property=\"article:tag\" content=\"Harriet Alexander\" />\n    <meta property=\"article:tag\" content=\"Mobile\" />\n    <meta property=\"article:tag\" content=\"Josie Ensor\" />\n    <meta property=\"article:tag\" content=\"Andrew Marszal\" />\n    <meta property=\"article:authorName\" content=\"Harriet Alexander\" />\n\n    <meta property=\"article:contenttype\" content=\"story\" />\n                <meta property=\"article:imagecount\" content=\"22\" />\n\n\n            <meta property=\"article:videocount\" content=\"0\" />\n\n\n            <meta property=\"article:embedcount\" content=\"12\" />\n\n\n            <meta property=\"article:internallinkcount\" content=\"0\" />\n\n            <meta property=\"article:externallinkcount\" content=\"31\" />\n\n\n            <meta property=\"article:wordcount\" content=\"3335\" />\n        <meta name=\"tmgads.zone\" content=\"news.worldnews.asia.indonesia\" />\r\n<meta name=\"tmgads.channel\" content=\"news\" />\r\n<meta name=\"tmgads.section\" content=\"news-worldnews-asia-indonesia\" />\r\n\r\n<meta name=\"tmgads.articleid\" content=\"11315001\" />\r\n<input type=\"hidden\" value=\"article\" id=\"pageType\" name=\"pageType\" />\r\n<input type=\"hidden\" value=\"Live\" id=\"templateName\" name=\"templateName\" />\r\n<meta name=\"tmgads.pagetype\" content=\"Live\" />\r\n<meta name=\"tmgads.level\" content=\"5\" />\r\n<meta name=\"tmgads.otherdata\" content=\"\" />\r\n\r\n\r\n\r\n<meta name=\"tmgads.geo\" content=\"US\" />\r\n\r\n\r\n\r\n\r\n\r\n<meta name=\"DCSext.akamigeo\" content=\"US\" />\r\n\r\n\r\n\r\n<meta name=\"section-id\" content=\"2128\" />\r\n\r\n<meta name=\"last-modified\" content=\"2014-12-31\" />\r\n\t\t<meta name=\"article-id\" content=\"11315001\" />\r\n\t\t<meta name=\"title\" content=\"AirAsia plane found in Java Sea: latest\" />\r\n\t\t<meta name=\"GSAMLC\" content=\"news/worldnews/asia/indonesia\" />\r\n<meta name=\"GSAChannel\" content=\"news\" />\r\n\r\n<meta name=\"GSAChannelName\" content=\"News\" />\r\n\r\n<meta name=\"GSACategory\" content=\"worldnews\" />\r\n\t<meta name=\"GSAGenre\" content=\"asia\" />\r\n\t<meta name=\"GSASectionUniqueName\" content=\"news-world_news-asia-indonesia\" />\r\n\r\n<meta name=\"GSAArticleType\" content=\"Story\" />\r\n\t<meta name=\"DC.date.issued\" content=\"2014-12-31\" />\n<meta name=\"robots\" content=\"noarchive,noodp\" />\n\t<meta property=\"fb:app_id\" content=\"120118784736295\" />\n<meta property=\"fb:admins\" content=\"686953094,531239902,100002344351237\" />\n\n<meta property=\"og:description\" content=\"Search teams in the Java Sea are to resume looking for bodies from AirAsia   flight QZ8501 at dawn, as authorities say they could begin to wash ashore\" />\n<meta property=\"og:site_name\" content=\"Telegraph.co.uk\" />\n<meta property=\"og:title\" content=\"AirAsia plane found in Java Sea: latest - Telegraph\" />\n<meta property=\"og:url\" content=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" />\n\n<meta property=\"og:image\" content=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151358k.jpg\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@Telegraph\" />\n\n<meta name=\"twitter:creator\" content=\"@h_alexander\" />\n<link rel=\"canonical\" href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\"/>\n\n<!--  Line no 278 normal.jsp where 1st code change should be made -->\n\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/screen.css\" media=\"screen\" />\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/newscreen.css\" media=\"screen\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/templates/fragments/common/tmglBrandCSS.jsp\" media=\"screen\" />\n\t<!--[if lte IE 6]>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/ie6.css\" media=\"screen\" />\n<![endif]-->\n<!--[if lte IE 7]>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/ie7.css\" media=\"screen\" />\n<![endif]-->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS Feed for Indonesia articles - Telegraph.co.uk\" href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/rss\" />\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-1.4.2.min.js\"></script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-1.11.1.min.js\"></script>\n\n<script>\n    jq1_11=$.noConflict(true);\n</script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.scrolldepth.js\"></script>\n\n<script>\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-7226372-1']);\n    _gaq.push(['_setDomainName', 'telegraph.co.uk']);\n    jq1_11.scrollDepth();\n</script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.cookie.js\"></script>\n\n<script src='//d3c3cq33003psk.cloudfront.net/opentag-35657-106653.js'></script>\n\t\t<meta name=\"DCSext.MLC\" content=\"/news/worldnews/asia/indonesia\" />\r\n\t<meta name=\"DCSext.Genre\" content=\"asia\" />\r\n\t\t\t\t\t\t\t\t<meta name=\"DCSext.Category\" content=\"worldnews\"/>\r\n\t\t\t\t\t\t\t\t\t<meta name=\"WT.cg_s\" content=\"worldnews\"/>\r\n\t\t\t\t\t\t\t\t<meta name=\"DCSext.Channel\" content=\"news\" />\r\n\t\t\t\t\t<meta name=\"WT.cg_n\" content=\"news\" />\r\n\t\t\t\t\t\t<meta name=\"DCSext.Content_Type\" content=\"Live\" />\r\n    <meta name=\"DCSext.Level\" content=\"5\" />\r\n\t<meta name=\"DCSext.author\" content=\"Harriet Alexander\" />\r\n\t\t\t<meta name=\"DCSext.articleFirstPublished\" content=\"2014-12-28 04:48\" />\r\n\t<meta name=\"DCSext.articleId\" content=\"11315001\" />\r\n\r\n\t<meta name=\"DCSext.cmsSect\" content=\"News;World_News;Asia;Indonesia;Singapore;Harriet_Alexander;Mobile;Josie_Ensor;Andrew_Marszal\" />\n\t\r\n\t\r\n\r\n\r\n\r\n\t\t\r\n\r\n\t\t\r\n\t\t  \t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t  \r\n\t\t\r\n\r\n\t\t\r\n\t\t\t<meta name=\"DCSext.cf\" content=\"1\"/>\t\r\n\t\t\t  \t<meta name=\"DCSext.pd\" content=\"1\"/>\r\n\t\t\t  \r\n\t\t\r\n\r\n\r\n\t\t<script src=\"/template/ver1-0/js/webtrends/WTDcsVid.js\" type=\"text/javascript\"></script>\r\n<script src=\"/template/ver1-0/js/webtrends/LIVE/WTID.js\" type=\"text/javascript\"></script>\r\n\r\n<script>\r\nwindow.webtrendsAsyncInit=function(){\r\n    var dcs=new Webtrends.dcs().init({\r\n        dcsid:\"dcsshgbi400000gscd62rrg43_4o2o\",\r\n        domain:\"webtrends.telegraph.co.uk\",\r\n        timezone:0,\r\n        adimpressions:true,\r\n        adsparam:\"WT.ac\",\r\n        offsite:false,\r\n        download:true,\r\n        downloadtypes:\"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip\",\r\n        metanames:\"DCSext.MLC, DCSext.source, DCSext.Category, DCSext.Genre, DCSext.Channel, DCSext.imageNo, DCSext.GalleryType, DCSext.Content_Type, DCSext.Level, DCSext.author, DCSext.articleFirstPublished, DCSext.articleId, DCSext.productProvider, DCSext.productName, DCSext.EA_Search_Type, DCSext.EA_Search_Engine, DCSext.EA_Search_Phrase, DCSext.oss, DCSext.ossType, DCSext.cf, DCSext.cn, DCSext.cd, DCSext.pd,DCSext.cmsSect\",        \r\n        fpcdom:\".telegraph.co.uk\",\r\n        plugins:{\r\n            hm:{src:\"/template/ver1-0/js/asyncwebtrends/webtrends.hm.js\",hmurlparams:\"frame,image\"},\r\n            qbert: { src:\"/template/ver1-0/js/asyncwebtrends/qbert-wtplugin.js\" }\r\n        }\r\n        });\r\n    if ($.cookie(\"tmg_subs\") != null){\r\n    \tvar ts = $.parseJSON($.cookie(\"tmg_subs\"));\r\n        dcs.DCSext.location = ts.location;\r\n    \tdcs.DCSext.trialDescription =ts.trialDescription;\r\n\t    dcs.DCSext.subscriptionType = ts.subscriptionType;\r\n\t    dcs.DCSext.flowType = ts.flowType;\r\n\t    dcs.DCSext.productType = ts.productType;\r\n\t    dcs.DCSext.serviceId = ts.serviceId;\r\n\t    dcs.DCSext.servicePriceId = ts.servicePriceId;\r\n\t\r\n\t    dcs.DCSext.discountVoucher = ts.discountVoucher;\r\n\t    dcs.DCSext.partnerName = ts.partnerName;\r\n\t    dcs.DCSext.currentPromoName = ts.currentPromoName;\r\n\t    dcs.DCSext.sourcePromoName = ts.sourcePromoName;\r\n\t    dcs.DCSext.promoType = ts.promoType;\r\n\t    dcs.DCSext.tCode = ts.tCode;\r\n\t    dcs.DCSext.status = ts.status == true  && ts.acquisitionCompleted == true ? 'Active':'Inactive';\r\n\r\n   }\r\n   if( /Android|webOS|iPad|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { dcs.DCSext.platform=\"tablet\";}    \r\n   dcs.track();\r\n\r\n};\r\n(function(){\r\n    var s=document.createElement(\"script\"); s.async=true; s.src=\"/template/ver1-0/js/asyncwebtrends/webtrends.js\";\r\n    var s2=document.getElementsByTagName(\"script\")[0]; s2.parentNode.insertBefore(s,s2);\r\n}());\r\n</script>\r\n\r\n<noscript>< img alt=\"dcsimg\" id=\"dcsimg\" width=\"1\" height=\"1\" src=\"//webtrends.telegraph.co.uk/dcsshgbi400000gscd62rrg43_4o2o/njs.gif?MLC=&amp;Channel=&amp;Genre=&amp;Category=&amp;Content_Type=&amp;Level=&amp;source=&amp;dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.10&amp;dcssip=www.telegraph.co.uk\"/></noscript>\r\n\r\n<script type=\"text/javascript\"> \n//Events tracking for Google Analytics \nfunction trackGoogle() { \ntry {var pageTracker = _gat._getTracker(\"UA-7226372-1\");pageTracker._trackPageview();} catch(err) {} \n} \n\n//External links tracking through Google Analytics \nfunction isLinkExternal(link) { \n    var r = new RegExp('^https?://(?:www.)?' + location.host.replace(/^www./, '')); \n        return !r.test(link); \n} \n$(document).ready(function() { \n    $(document).bind('click', function(e) { \n        var target = (window.event) ? e.srcElement : e.target; \n        while (target) { \n            if (target.href) break; \n            target = target.parentNode; \n        } \n        if (!target || !isLinkExternal(target.href)) return true; \n        var link = target.href; \n        link = '/outgoing/' + link.replace(/:\\/\\//, '/'); \n        _gaq.push(['_trackPageview', link]); \n    }); \n}); \n\n  var _gaq = _gaq || []; \n  _gaq.push(['_setAccount', 'UA-7226372-1']); \n  _gaq.push(['_setDomainName', 'telegraph.co.uk']); \n  _gaq.push(['_trackPageview']); \n\n  (function() { \n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; \n    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); \n  })(); \n\n</script>\t\t\n<script type=\"text/javascript\">\n  var gs_channels=\"default\";\n  // Last-updated: 2015-01-03 11:42:11.41\ngs_channels=\"malaysian_airline_negative\";\n\n</script>\n<script type=\"text/javascript\">\n    // <![CDATA[\n  var qcSegs = ''; \n  var qcResults = function(qc){ \n    for (var i=0;i<=qc.segments.length-1;i++){ \n      if(qc.segments[i].id != 'D' && qc.segments[i].id != 'T') qcSegs += ';qc='+qc.segments[i].id; \n    } \n  }\n    // ]]>\n</script> \n<script type=\"text/javascript\" src=\"http://pixel.quantserve.com/api/segments.json?a=p-gyXAHFFgnNQDj&callback=qcResults\"></script>\n\n\n\t\t\n\t\t\t<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/gpt.js\"></script>\n\t\t\n\t\n<script src=\"http://s.telegraph.co.uk/toolbar/disqus_parameters_prod.js\" type=\"text/javascript\" ></script>\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/subscriber.css\" media=\"screen\" />\n<div bucket-id=\"mpu\">\r\n</div><script src='http://player.ooyala.com/v3/ZTIxYmJjZDM2NWYzZDViZGRiOWJjYzc5?platform=html5-fallback'></script>\n<script src=\"/template/ver1-0/js/ooyala.js\" type=\"text/javascript\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/ajax.js\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/commWidget.js\"></script>\n\n\n<!-- Begin KRUX Digital Control Tag for The Telegraph -->\n<!-- End KRUX Digital Control Tag for The Telegraph -->\n\n\n\t\t<!-- Begin comScore Tag -->\n<script>\n\tvar _comscore = _comscore || [];\n\t_comscore.push({\n\t\tc1 : \"2\",\n\t\tc2 : \"6035736\"\n\t});\n\t(function() {\n\t\tvar s = document.createElement(\"script\"), el = document\n\t\t\t\t.getElementsByTagName(\"script\")[0];\n\t\ts.async = true;\n\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\"\n\t\t\t\t: \"http://b\")\n\t\t\t\t+ \".scorecardresearch.com/beacon.js\";\n\t\tel.parentNode.insertBefore(s, el);\n\t})();\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035736&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/majornews.css\" media=\"screen\" />\n</head>\n\n<body class=\"news\">\n\t<!-- invitationUrl contains the baseUrl for the invitation(paywall). The whole url is completed by the esi tags -->\n<script type=\"text/javascript\">\n\t\tvar subsInfo = new Object();\n\t\tsubsInfo.channel =  $('meta[name=\"DCSext.Channel\"]').attr(\"content\");\n\t\tif(subsInfo.channel==undefined){subsInfo.channel='';}\n\t\tsubsInfo.mlc = $('meta[name=\"DCSext.MLC\"]').attr(\"content\");\n\t\tif(subsInfo.mlc==undefined){subsInfo.mlc='';}\n\t\tsubsInfo.category = $('meta[name=\"DCSext.Category\"]').attr(\"content\");\n\t\tif(subsInfo.category==undefined){subsInfo.category='';}\n\t\tsubsInfo.level = $('meta[name=\"DCSext.Level\"]').attr(\"content\");\n\t\tif(subsInfo.level==undefined){subsInfo.level='';}\n\t\tsubsInfo.author = $('meta[name=\"DCSext.author\"]').attr(\"content\");\n\t\tif(subsInfo.author==undefined){subsInfo.author='';}\n\t\tsubsInfo.content_type = $('meta[name=\"DCSext.Content_Type\"]').attr(\"content\");\n\t\tif(subsInfo.content_type==undefined){subsInfo.content_type='';}\n\t\tsubsInfo.articleId = $('meta[name=\"DCSext.articleId\"]').attr(\"content\");\n\t\tif(subsInfo.articleId==undefined){subsInfo.articleId='';}\n\t\tvar subsJson = JSON.stringify(subsInfo);\n\t\t$.cookie(\"tmg_subs_referer\",subsJson, { path: '/', domain: 'telegraph.co.uk'});\n\t\tvar inviteWTUrlSuffix='?channel='+ subsInfo.channel+'&mlc='+subsInfo.mlc+'&category='+ subsInfo.category+'&level='+subsInfo.level+'&author='+subsInfo.author+'&content_type='+subsInfo.content_type+'&articleId='+subsInfo.articleId;\n\t\t\n\t\t<!-- default inviteUrl value is UK-->\n\t\tvar inviteUrl = \"\" + '/subscriptions/invitation/';\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tvar inviteUrl = \"\" + \"/subscriptions/invitation-intl/\";\n\t\t\t\t\n\t\t\t\n\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\tvar plink = \"http://www.telegraph.co.uk/template/ver1-0/templates/fragments/common/toolBar-js.jsp\";\n\t</script>\n\t<script src=\"\" type=\"text/javascript\" ></script>\n\t<script src=\"http://s.telegraph.co.uk/toolbar/js/tmgMenu.js\" type=\"text/javascript\" ></script>\n<!--[if lte IE 6]>\n<div id=\"ieLteSix\">\n\t<div class=\"ieLteSixBanner\">\n\t\t<table cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t<tbody>\n\t\t\t\t<tr>\n\t\t\t\t\t<td class=\"ieLteSixLeft\">\n\t\t\t\t\t\t<p class=\"ieFirstP\">We no longer check to see whether Telegraph.co.uk displays properly in Internet Explorer version 6 or earlier.</p>\n\t\t\t\t\t\t<p class=\"ieSecondtP\">To see our content at its best we recommend <a href=\"/browser-support/\">upgrading if you wish to continue using IE or using another browser such as Firefox, Safari or Google Chrome.</a></p>\n\t\t\t\t\t</td>\n\t\t\t\t\t<td valign=\"top\" class=\"ieLteSixRight\">\n\t\t\t\t\t\t<a href=\"#\" id=\"ieX\"><img width=\"20\" height=\"20\" border=\"0\" alt=\"Hide this banner\" src=\"/template/ver1-0/i/ieX.gif\"></a>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t</tbody>\n\t\t</table>\n\t</div>\n</div>\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/ieSix.js\"></script>\n<![endif]-->\n\n<!-- googleoff: all -->\n<a name=\"top\"></a>\n\n<div class=\"hidden\">\r\n\t<p>Accessibility links</p>\r\n\t<ul>\r\n\t<li><a href=\"#article\">Skip to article</a></li>\r\n\t\t<li><a href=\"#mainsections\">Skip to navigation</a></li>\r\n\t</ul>\r\n</div><div id=\"tmglSite\">\n\t<div class=\"printLogo\"><img src=\"/template/ver1-0/i/telegraph_print_190.gif\"/></div>\n\n\t<div id=\"tmglHeader\" class=\"\">\r\n\t<div id=\"tmglBannerAd\">\r\n    \r\n              <script type=\"text/javascript\">\r\n                  /* EPOCH time at the start of banner Ad */\r\n                var bannerTimerStart = Date.now();\r\n              \r\n            </script>\r\n\t\t<div class=\"access\">Advertisement</div>\r\n<div class=\"adbanner\" align=\"center\">\r\n\t<div id=\"banner\" class=\"InSkinHide\">\r\n\t\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"ban\", \"970x250,970x90,940x250,728x90,468x60\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n</div>\r\n\t<div id=\"tmglBrandLarge\">\r\n\t\t\t<a href=\"/\">\r\n\t\t\t\t\t<div id=\"brand\">Telegraph.co.uk</div></a>\r\n\t\t\t<div id=\"topBarRightContainer\">\r\n\t\t\t\t<div id=\"searchBar\">\r\n\t\t\t\t\t<div id=\"searchBlock\">\n\t\t\t\t<form name=\"otsn_search\" id=\"otsn_search\" method=\"get\" action=\"/search/\">\n\t\t\t\t\t<input type=\"text\" class=\"searchBox otsn\"  value=\"\" size=\"19\" tabindex=\"1\"  />\n\t\t\t\t\t<input type=\"hidden\" id=\"hiddenQueryText\"  name=\"queryText\"  value=\"\"/>\n\t\t\t\t\t<input type=\"hidden\" name=\"sort\" value=\"recent\" checked=\"checked\"/>\n\t\t\t\t\t<input type=\"submit\" class=\"formSubmit\" tabindex=\"2\" id=\"go\" value=\"\" />\n                                        <div class=\"searchText  new\">\n                                        Search - enhanced by OpenText</div>\n\n\t\t\t\t</form>\n\t\t\t\t<div class=\"cl\"></div>\n\t\t\t</div>\n\t\t</div>\r\n\t\t\t\t<div id=\"tmgTopBar\">\r\n\t\t\t\t<div id=\"tmglTopRight\" class=\"tmgTopBarDate\">\r\n\t\t\t\t\t<div id=\"tmglLasUpdatedDateFeed\">\n\t<p>\n\t\tSaturday 03 January 2015</p>\n</div>\n\n</div>\r\n\t\t\t</div></div>\r\n\t\t\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\t</div>\r\n<script type=\"text/javaScript\">\r\n/* EPOCH time at the  end of Header */\r\nvar tmgHeaderTimerEnd=Date.now();\r\n</script>\r\n<!-- googleon: all -->\n\t\t\t<!-- googleoff: all -->\r\n\t<div id=\"tmglMenu\">\n\t<div id=\"tmglPriExWrap\">\n\t\t<div id=\"tmglPrimaryNav\" class=\"nonActiveNav\">\n\t\t\t<div class=\"access\"><a name=\"mainsections\"></a></div>\n\t<ul class=\"mainNav\">\n\t\t<li class=\"first styleOne\"><a href=\"http://www.telegraph.co.uk/\">Home</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/telegraphtv/\">Video</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/\">News</a></li>\n\t\t\t\t\t\t\t<li class=\"selected styleOne\" id=\"menuItemstyleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/\">World</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/sport/\">Sport</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/finance/\">Finance</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/comment/\">Comment</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/culture/\">Culture</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/travel/\">Travel</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/lifestyle/\">Life</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/women/\">Women</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://fashion.telegraph.co.uk\">Fashion</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/luxury/\">Luxury</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/technology/\">Tech</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/motoring/\">Cars</a></li>\n\t\t\t\t\t\t\t</ul></div>\n\t\t<div id=\"tmglExtraNav\">\n\t<ul class=\"extraNav\">\n\t\t</ul>\n\t<div class=\"cl\"></div>\n</div> \n<div class=\"cl\"></div>\n\t</div>\n\n\t<div id=\"tmglSecondNav\" class=\"activeNav styleOne\">\n\t\t\t\t<ul class=\"mainNav\">\n\t\t\t\t\t\t<li class=\"first styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">USA</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"selected styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/\">Asia</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/china/\">China</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/europe/\">Europe</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/middleeast/\">Middle East</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/australiaandthepacific/\">Australasia</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/africaandindianocean/\">Africa</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/southamerica/\">South America</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/central-asia/\">Central Asia</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/expat/\">Expat</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/sponsored/lifestyle/honduras-gangs/\">Honduras</a></li></ul>\n\t\t\t\t\t<div class=\"cl\"></div>\n\t\t\t\t</div>\n\t\t<div id=\"tmglThirdNav\">\n\t\t\t\t\t<ul class=\"mainNav\">\n\t\t\t\t\t\t<li class=\"first \"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/afghanistan/\">Afghanistan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/pakistan/\">Pakistan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/india/\">India</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/northkorea/\">North Korea</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/southkorea/\">South Korea</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/japan/\">Japan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/kazakhstan/\">Kazakhstan</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"cl\"></div>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"tmglCrumbtrail\">\r\n\t\t<ol>\r\n\t\t\t<li class=\"first\"><a href=\"/\">Home</a><span>&raquo;</span></li>\r\n\t\t\t<li><a href=\"http://www.telegraph.co.uk/news/\">News</a><span>&raquo;</span></li>\r\n\t\t\t\t\t<li><a href=\"http://www.telegraph.co.uk/news/worldnews/\">World News</a><span>&raquo;</span></li>\r\n\t\t\t\t\t<li><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/\">Asia</a><span>&raquo;</span></li>\r\n\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/\">Indonesia</a></li></ol>\r\n\t\t<div class=\"cl\"></div>\r\n\t</div>\r\n</div>\n\n<!-- googleon: all -->\r\n<div id=\"tmglBody\" itemscope itemtype=\"http://schema.org/Article\" >\r\n\t<div class=\"access\"><a name=\"article\"></a></div>\r\n\r\n\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-ui.js\"></script>\r\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.multiselect.js\"></script>\r\n\r\n<div class=\"storyHead\">\r\n\r\n<h1 itemprop=\"headline name\" class='storyHeadFull'>AirAsia plane found in Java Sea: latest</h1>\r\n\t\t\t<h2  itemprop=\"alternativeHeadline description\">\nSearch teams in the Java Sea are to resume looking for bodies from AirAsia \n  flight QZ8501 at dawn, as authorities say they could begin to wash ashore\n\n</h2>\t\t\t\t\t\t\r\n\t<style media=\"print\">\n    .newGigyaShare { display: none !important; }\n</style>\n<div id=\"newGigyaShareTop\" class=\"newGigyaShare\"></div>\n\n<!-- Opta Widget start -->\r\n\t<!-- Opta Widget end -->\r\n\t\r\n\t<div class=\"artIntroFullWidthIFrame\">\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<div\r\n\t\t\t\t\tclass=\"summary html mnHTML\">\r\n\t\t\t\t\t<!-- 11317238 -->\r\n                    <script type=\"text/javascript\" src=\"http://s.telegraph.co.uk/graphics/SourceFiles/Modernizr/compiled.min.js\"><noscript> </noscript></script>  <script type=\"text/javascript\">   var parentElm = document.getElementsByTagName('script'),    domOutput = document.createElement('div');    parentElm = parentElm[ parentElm.length-2 ];   if(Telegraphics.Modernizr.mobileonmobilesite){ domOutput.innerHTML = '<img src=\"http://s.telegraph.co.uk/graphics/html/Years/2014/December/img/AirAsia_SearchArea2_mobile.png\" style=\"margin:0 auto;display:block;\" width=\"320\" height=\"375\"> </img> <br/>'} else {    domOutput.innerHTML = '<img style=\"margin:0 auto;display:block;\" src=\"http://s.telegraph.co.uk/graphics/html/Years/2014/December/img/AirAsia_SearchArea2_desktop.png\" width=\"940\" height=\"600\"> </img> <br/>';   }   parentElm.parentNode.insertBefore(domOutput, parentElm);  </script></div>\r\n\t\t\t</div>\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n<div class=\"twoThirdsThird2 gutterUnder\">\r\n\t\t<div class=\"twoThirds gutter\" >\r\n\t\t\t<div class=\"oneHalf gutter\">\r\n\t\t\t\t\t\t<div class=\"story\">\r\n\t\t<div class=\"cl\"> </div>\r\n\t\t<!-- remove the whitespace added by escenic before end of </a> tag -->\r\n\t\t\t\t<div class=\"bylineComments\">\r\n\t\t<div >\r\n\t\t\t\r\n\t\t\t<p class=\"bylineBody\">\r\n\t\t\t\t\t\t\tBy <a rel=\"author\" title=\"Harriet Alexander\" href=\"http://www.telegraph.co.uk/journalists/harriet-alexander/\" >\r\n\t\t\t\t\t\t\t\t\t\t\tHarriet Alexander</a>, <span >Andrew Marszal and Josie Ensor</span></p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t<p class=\"publishedDate\">5:00PM GMT 31 Dec 2014</p>\r\n\t\t<meta itemprop=\"datePublished\" content=\"2014-12-31\"/><p class=\"comments\">\r\n\t\t\t\t<img src=\"/template/ver1-0/i/share/comments.gif\" alt=\"Comments\" /><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html#disqus_thread\" dsqid=\"11315001\">Comments</a>\r\n\t\t\t</p>\r\n\t\t<div class=\"cl\"> </div>\r\n\t</div>\r\n\t<script type=\"text/javascript\">\n\t\trunUpdate = true;\n\t</script>\n\t\n\t<div id=\"liveBloggingInfo\">\n\t\t<div class=\"hide\" id=\"updateFreq\">90000</div>\n\t\t<div class=\"hide\" id=\"artLastModified\">2014-12-31 17:13:38.0</div>\n\t\t<div class=\"hide\" id=\"articleUrl\">http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html?service=artBody</div>\n\t\t<div class=\"loadingImg\">\n\t\t\tThis page will automatically update every 90 seconds<span id=\"liveBloggingOn\" class=\"selected\">On</span>\n\t\t\t<span id=\"liveBloggingOff\">Off</span>\n\t\t</div>\n\t</div>\n\t\n<div id=\"mainBodyArea\" itemprop=\"articleBody\">\r\n\r\n\t\r\n\t\t\t  \t\r\n\t\t\t\t\t<div class=\"firstPar\"><p>\n<strong>&bull; Seven bodies from 162 on board found so far</strong><br>\n<strong>&bull; <a id=\"11318692\" href=\"/news/worldnews/asia/indonesia/11318692/AirAsia-pilots-son-thinks-daddy-is-still-at-work.html\">AirAsia pilot's son 'thinks daddy is still \n  at work'</a></strong><br>\n<strong>&bull; <a id=\"11317419\" href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\">AirAsia plane found in Java Sea, in pictures</a></strong><br>\n<strong>&bull; Plane thought to be upside down in sea</strong><br>\n<strong>&bull; <a id=\"11315705\" href=\"/news/worldnews/asia/indonesia/11315705/Brother-of-missing-Air-Asia-Briton-Choi-Chi-Man-speaks-of-unbearable-heartache.html\">Brother of missing Briton speaks of \n  'unbearable' heartache</a></strong><br>\n<strong>&bull; Pilot had asked to change route to 'avoid bad weather'</strong><br>\n<strong>&bull; <a id=\"11315486\" href=\"/news/worldnews/asia/indonesia/11315486/Air-Asia-missing-plane-Sunday-December-28-as-it-happened.html\">Air Asia missing plane: How the news unfolded</a> \n  </strong><br></p></div><div class=\"secondPar\">\n<h3>\nLatest \n</h3>\n<p>\n<strong>17.00 </strong>We are going to leave our live coverage here for today, but will \n  be back at first light in Indonesia (around midnight GMT) with further \n  updates as the search continues. \n</p></div><div class=\"thirdPar\">\n<p>\nMeanwhile, <strong>Jonathan Pearlman </strong>in Pangkalan Bun, and <strong>Tom Phillips</strong> \n  in Surabaya have this wrap of the day's events:\n</p></div><div class=\"fourthPar\">\n<p>\n<strong><a id=\"11319668\" href=\"/news/worldnews/asia/indonesia/11319668/AirAsia-Flight-QZ8501-evidence-suggests-plane-stalled-before-passengers-felt-violent-descent.html\">AirAsia Flight QZ8501: evidence suggests plane \n  stalled before passengers felt violent descent\n</a></strong></p></div><div class=\"fifthPar\">\n<p>\n<strong><a id=\"11319668\" href=\"/news/worldnews/asia/indonesia/11319668/AirAsia-Flight-QZ8501-evidence-suggests-plane-stalled-before-passengers-felt-violent-descent.html\">\n</a></strong></p></div><div class=\"body\">\n<p>\n <strong>16.06 </strong>AirAsia QZ8501 made an \"unbelievably\" steep climb \n  before it crashed, possibly pushing it beyond the Airbus A320's limits, \n  according to radar data, a source close to the investigation has told <strong>Reuters</strong>. </p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\n\"So far, the numbers taken by the radar are unbelievably high. This rate \n  of climb is very high, too high. It appears to be beyond the performance \n  envelope of the aircraft,\" he said. </i>\n</p>\n<p>\n<i>The source, who declined to be named, added that more information was \n  needed to come to a firm conclusion. </i>\n</p>\n<p></p>\n<p>\n<strong>15.25 </strong>As night falls in southeast Asia, the search has been called off \n  until tomorrow. \n</p>\n<p>\nMeanwhile, Indonesians in Surabaya, East Java are holding a candle-lit vigil \n  for the victims of the crashed AirAsia airplane \n</p>\n<p>\n<image refid=\"3151768\" version=\"c\" width=\"460\" height=\"287\" caption=\"Indonesians hold candles during a vigil for the victims of the crashed AirAsia airplane in Surabaya, East Java\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/air-asia-candles_3151768c.jpg\" photographer=\"\" name=\"air-asia-candles\" alttext=\"Indonesians hold candles during a vigil for the victims of the crashed AirAsia airplane in Surabaya, East Java\" copyright=\"Fully Handoko/EPA\"></image></p>\n<p>\n<strong>14.53 </strong>These latest images from the search mission have just been \n  released by the Malaysian Navy: \n</p>\n<p>\nRoyal Malaysian Navy ship KD Lekir is show here retrieving the body of a \n  victim \n</p>\n<p>\n<image refid=\"3151695\" version=\"c\" width=\"460\" height=\"287\" caption=\"Royal Malaysian Navy ship KD Lekir retrieving the body of a victims from AirAsia flight QZ8501 during the search and rescue mission of the plane\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/air-asia-search_3151695c.jpg\" photographer=\"\" name=\"air-asia-search\" alttext=\"Royal Malaysian Navy ship KD Lekir retrieving the body of a victims from AirAsia flight QZ8501 during the search and rescue mission of the plane\" copyright=\"Malaysia Navy/EPA\"></image></p>\n<p></p>\n<p>\nThe same ship is here shown retrieving AirAsia flight QZ8501's emergency \n  evacuation tube \n</p>\n<p>\n<image refid=\"3151697\" version=\"c\" width=\"460\" height=\"287\" caption=\"Royal Malaysian Navy ship KD Lekir retrieving the emergency evacuation tube from AirAsia flight QZ8501\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/air-asia-search-3_3151697c.jpg\" photographer=\"\" name=\"air-asia-search-3\" alttext=\"Royal Malaysian Navy ship KD Lekir retrieving the emergency evacuation tube from AirAsia flight QZ8501\" copyright=\"Malaysia Navy/EPA\"></image></p>\n<p></p>\n<p>\n<strong>14.29 </strong>Indonesian authorities are hoping to bring the five remaining \n  bodies that have been recovered from the AirAsia plane back to land at \n  around midnight, local time. The bodies have been stranded on an Indonesian \n  naval vessel and could not be flown back from sea due to the poor weather. \n  Only two bodies were able to be transferred by helicopter. \n</p>\n<p>\nThe new plan is for the naval ship to approach land near the coastal town of \n  Kumai and transfer the bodies to a smaller boat that can enter the town's \n  bay. The bodies will be left in hospital overnight and then flown to \n  Surabaya tomorrow. The plan was due to have happened already but was delayed \n  due to the poor weather. \n</p>\n<p></p>\n<p></p>\n<p>\n<strong>14.07 </strong>An Indonesian search and rescue official has cast further doubt \n  on claims that one of the bodies recovered from the crashed AirAsia jet had \n  been wearing a life jacket. \n</p>\n<p>\n\"There is no victim that has been found wearing a life jacket,\" said \n  Tatang Zaenudin, deputy head of operations at the national search and rescue \n  agency. \n</p>\n<p>\n\"We found a body at 8.20 a.m. and a life jacket at 10.32 a.m. so there \n  was a time difference. This is the latest information we have,\" he \n  added. \n</p>\n<p>\nThe same official told Reuters earlier that one of the recovered bodies had \n  been wearing a life jacket \n</p>\n<p></p>\n<p>\n<strong>13.45 </strong>There remain several possible explanations for why QZ8501 \n  crashed. <strong>David Millward</strong>, the Telegraph's US correspondent and former \n  Transport Editor, explains the most likely: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nThe smart money seems to be moving towards the pitots freezing &ndash; they are the \n  little detectors near the nose of the aircraft measuring wind velocity they \n  are vital for the pilot when judging the wind speed. This is what did for \n  the Air France airbus, albeit rather a larger one. </i>\n</p>\n<p>\n<i>There was also a suggestion on NBC that the fuel flow could have been \n  interfered with because of extreme cold. That is what caused the BA 747 to \n  pancake at Heathrow a few years ago. Simplest way of explaining is to think \n  of it as an aviation equivalent to a cardiac arrest because of blocked fuel \n  intake pipes. It had a different engine, however to the BA jumbo. </i>\n</p>\n<p></p>\n<p>\n<strong>13.08</strong> Tony Fernandes, the Air Asia chief, has been speaking at \n  Surabaya's airport about the rescue operation, badly hampered today by poor \n  weather. \n</p>\n<p>\n\"The weather unfortunately is not looking good for the next two or three \n  days,\" he told reporters. \"That is slowing us down.\"\n</p>\n<p>\nMr Fernandes refused to discuss speculation about whether or not a passenger \n  was found wearing a life-jacket but confirmed that the main fuselage of \n  Flight QZ8501 had not been found. \n</p>\n<p></p>\n<p>\n<strong>12.15 </strong>More photos are coming in from the search. \n</p>\n<p>\n<image refid=\"3151358\" version=\"c\" width=\"460\" height=\"287\" caption=\"Indonesian national search and rescue agency members and Indonesian Air Force crew carry a dead body from a helicopter, during search and rescue operations for the crashed AirAsia plane, at Iskandar Military Airport, in Pangkalan Bun, Central Borneo, Indonesia\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151358c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-helicopter\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"EPA/BAGUS INDAHONO\"></image></p>\n<p></p>\n<p>\n<strong>11.48</strong> There are still conflicting reports about whether a body was \n  found wearing a life jacket. \n</p>\n<p>\nWe are trying to get the answers for you. \n</p>\n<p></p>\n<p>\n<strong>11.23 </strong>Our picture desk have compiled a gallery of some of the most \n  powerful images from the search. \n</p>\n<p>\n<strong><a id=\"11317419\" href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\">AirAsia plane found in Java Sea, in pictures</a> \n  </strong>\n</p>\n<p>\n<image refid=\"3151355\" version=\"c\" width=\"460\" height=\"287\" caption=\"Members of an Indonesian search and rescue team carry a body on a stretcher during the recovery of victims\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151355c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-bodybag\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"YANUAR/AFP/Getty Images\"></image></p>\n<p></p>\n<p>\n<strong>11.18</strong> More from <strong>Tom Phillips</strong> in Indonesia. \n</p>\n<p>\n<image align=\"left\" refid=\"1817836\" width=\"45\" height=\"40\" caption=\"\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/T_logo_1817836a.gif\" photographer=\"\" name=\"T_logo\"></image>\n<i>I've just spoken to one of the relatives who has come to a Disaster Victim \n  Identification centre set up beside the hospital. </i>\n</p>\n<p>\n<i>\"I hope they can identify my brother soon,\" said Sigit Heriyanto, \n  who had three family members on the plane. </i>\n</p>\n<p>\n<i>Family members are tonight giving blood samples for DNA analysis. But no \n  more bodies are expected to arrive today. </i>\n</p>\n<p></p>\n<p>\n<strong>10.58</strong> The latest updates from <strong>Tom Phillips</strong> in Indonesia. \n</p>\n<p>\nPolice forensic chiefs have just been briefing us here at the hospital where \n  15 forensic doctors will identify victims brought here from crash site. \n</p>\n<p>\nThey don't expect any more bodies to arrive in Surabaya today because bad \n  weather has hampered the search. \n</p>\n<p>\nAn AirAsia pilot, who is helping with the identification process, told me just \n  after the bodies arrived: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nIt&rsquo;s already 6 o&rsquo;clock now. I guess it is very hard to find anything if it \n  dark.</i>\n</p>\n<p></p>\n<p>\n<strong>09.52</strong> In Indonesia, <strong>Tom Phillips</strong> has been speaking to the family \n  of the pilot, Captain Irianto. \n</p>\n<p>\nHe writes: \n</p>\n<p>\n<image align=\"left\" refid=\"1817836\" width=\"45\" height=\"40\" caption=\"\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/T_logo_1817836a.gif\" photographer=\"\" name=\"T_logo\"></image>\n<i>When the devastating images of Flight QZ8501's wreckage flashed up on \n  television screens on Tuesday, few were left with any illusions about what \n  had happened to the 162 people on board. </i>\n</p>\n<p>\n<i>But on Wednesday, as the first of the victims' bodies were flown back to the<strong> \n  <a href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/\" target=\"_blank\">Indonesian</a> \n  </strong>city of Surabaya, one person remained completely in the dark: an \n  8-year-old boy called Arya Galih Gegana. </i>\n</p>\n<p>\n<i>Galih, as he is known, is the son of Irianto, the veteran pilot who was \n  flying the doomed AirAsia flight when it took off in the early hours of \n  Sunday. Relatives have yet to tell him that the father he so adored is gone. </i>\n</p>\n<p>\n<i>\"I told Galih that his father will not be coming straight home because \n  he has another job to do,\" said Budi Sutiono, the pilot's 55-year-old \n  brother and the boy's uncle. \"He thinks daddy is still at work. </i>\n</p>\n<p>\n<strong><a id=\"11318692\" href=\"/news/worldnews/asia/indonesia/11318692/AirAsia-pilots-son-thinks-daddy-is-still-at-work.html\">AirAsia pilot's son 'thinks daddy is still at work' </a></strong>\n</p>\n<p>\n<image refid=\"3151371\" version=\"c\" width=\"460\" height=\"287\" caption=\"Arya Galih Gegara, 8, the son of AirAsia QZ8501 pilot Irianto\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/airasia-child_3151371c.jpg\" photographer=\"\" name=\"airasia-child\" alttext=\"Arya Galih Gegara, 8, the son of AirAsia QZ8501 pilot Irianto\"></image></p>\n<p></p>\n<p>\n<strong>08.55</strong> Here's the latest from our video team on the search for wreckage \n  and bodies. \n</p>\n<p>\n<iframe width=\"460\" height=\"259\" src=\"//www.youtube.com/embed/K7yr8Sg44cA\" frameborder=\"0\" allowfullscreen> </iframe></p>\n<p></p>\n<p>\n<strong>08.21 </strong>Following the offer by the British government to assist in the \n  search for missing Air Asia flight QZ8501, an investigator from the UK's Air \n  Accident Investigation Branch (AAIB) is now helping with the search for the \n  plane's flight recorders. \n</p>\n<p>\nThe AAIB investigator has joined Singaporean experts to assist the Indonesian \n  operation. They hope to reach the search area on an Indonesian naval vessel \n  as soon as possible. The AAIB investigator is carrying specialist technical \n  equipment that can help locate the flight recorders. \n</p>\n<p>\n<strong>Moazzam Malik</strong>, the British Ambassador to Indonesia, said: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nOn behalf of British people and Her Majesty's Government I would like to \n  express our deepest condolences to the family of the passengers and crew. \n  Our thoughts and prayers are with them at this difficult time. </i>\n</p>\n<p>\n<i>The UK Air Accident Investigation Branch has long experience, expertise and \n  technical equipment that can help locate flight recorders underwater. I hope \n  their assistance can help the Indonesian authorities locate the black box \n  for Air Asia flight 8501 quickly. We stand ready to help with the subsequent \n  investigation if required.\"</i>\n</p>\n<p></p>\n<p>\n<strong>07.49</strong> AirAsia boss Tony Fernandes has just tweeted his thanks to the \n  authorities in Indonesia. \n</p>\n<p>\n<iframe src=\"http://s.telegraph.co.uk/graphics/html/TwitterEmbed/Version1/web27806.html\" width=\"460\" height=\"133\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" scrolling=\"no\" id=\"tweetframe55019618797056000013697052191420012234\"><noframe>Twitter: Tony Fernandes - Besanas and the Indonesia army, navy and police have been very transparent and very detailed. I thnk them all for their incredible efforts.</noframe></iframe></p>\n<p>\nYou can read more about Mr Fernandes - Asia's answer to Richard Branson - \n  here. \n</p>\n<p>\n<strong><a id=\"11315024\" href=\"/news/worldnews/asia/indonesia/11315024/AirAsia-plane-missing-profile-of-airline-boss-Tony-Fernandes.html\">AirAsia plane missing: profile of airline boss Tony \n  Fernandes</a> </strong>\n</p>\n<p></p>\n<p>\n<strong>07.38 </strong>Our correspondent <strong>Jonathan Pearlman</strong>, in Pangkalan Bun - \n  where the bodies are being brought from the crash site - brings us the \n  following update: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nThe two bodies from the crashed AirAsia flight that were returned to land \n  earlier today have now been identified, prepared in coffins and flown to \n  Surabaya. The Indonesian search authority said the bodies belonged to a boy, \n  140cm tall, wearing a blue shirt and brown trousers, and a woman, 160cm \n  tall, wearing blue jeans and a dark blue shirt. </i>\n</p>\n<p>\n<i>Some of the remaining five bodies found so far are due to land here soon \n  and will be identified and flown off in similar fashion. </i>\n</p>\n<p>\n<i>Separately, AirAsia owner Tony Fernandes is at the airport in Pangkalan Bun \n  to meet with the Indonesian search authority.</i>\n</p>\n<p></p>\n<p>\n<strong>07.13 </strong>\n</p>\n<p>\n<iframe src=\"http://s.telegraph.co.uk/graphics/html/TwitterEmbed/Version1/web27804.html\" width=\"460\" height=\"133\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" scrolling=\"no\" id=\"tweetframe5501858650548060183806213001420010041\"><noframe>Twitter: Tom Phillips - The Indonesian gov this morning asked its citizens to cancel outdoor New Year's Eve celebrations as sign of respect to <a href=\"https://twitter.com/search?src=hash&q=%23QZ8501\" target=\"_blank\">#QZ8501</a> victims</noframe></iframe></p>\n<p></p>\n<p>\n<strong>06.59 </strong>More on that body recovered from the crashed plane. \n</p>\n<p>\nTatang Zaenudin, an official with the search and rescue agency, said: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nThis morning, we recovered a total of four bodies and one of them was wearing \n  a life jacket. </i>\n</p>\n<p></p>\n<p>\n<strong>06.48</strong> Reuters - INDONESIA SEARCH AND RESCUE AGENCY SAYS BODY RECOVERED \n  FROM AIRASIA JET WAS WEARING LIFE JACKET \n</p>\n<p></p>\n<p>\n<image refid=\"3151363\" version=\"c\" width=\"460\" height=\"287\" caption=\"Relatives of the missing passengers on board the AirAsia plane pray at Juanda Airport, in Surabaya, Indonesia\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151363c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-cry\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"EPA/MADE NAGI\"></image>\n <sup>Relatives of the missing passengers on board the AirAsia plane pray at \n  Juanda Airport, in Surabaya, Indonesia (EPA)</sup>\n</p>\n<p>\n<strong>06.25 Jonathan Pearlman </strong>in Palangkan Bun has spoken to the head of the \n  search and rescue agency: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nThe Indonesian search authority says it expects bodies of survivors from the \n  AirAsia flight to start washing up ashore along the coastline in the coming \n  days.</i> <i>Air Vice Marshal Sunarbowo Sandi, the mission coordinator in \n  Palangkan Bun, says strong winds and currents have already moved debris up \n  to 30 miles since they were first seen yesterday. He says one more body was \n  found today but poor weather and visibility has made searching all but \n  impossible and is preventing authorities from flying all seven bodies back \n  to shore. The bodies are on naval vessels; two have been flown to land by \n  helicopter. </i>\n</p>\n<p>\n<i>He says there has been no sign of the black box but a vessel with detection \n  equipment is being dispatched. He is not aware of any bodies being found in \n  life jackets. More than 90 divers are ready on ships to start searching but \n  have been unable due to the poor weather conditions. He also said there had \n  been no confirmation that the body of the plane has been spotted, though \n  some search personnel have reported seeing something that \"seemed\" \n  to be the plane.</i>\n</p>\n<p>\n<strong>06.20 </strong>This from <strong>Tom Phillips</strong>, our correspondent in Surabaya: \n</p>\n<p>\n<i><img width=\"45\" alt=\"Quote\" align=\"left\" src=\"http://i.telegraph.co.uk/multimedia/archive/01817/quotes_1817837a.gif\" height=\"40\">\nThere are 75 ambulances lined up at Surabaya airport this morning in \n  anticipation of the arrival of the victims' bodies. </i>\n</p>\n<p>\n<i>It's not clear when the victims will start arriving here, but when they do \n  they will be taken to the city's Bhayankara Hospital, around 6 miles away. \n  Already six bodies have been recovered we now understand, including one \n  wearing an AirAsia uniform. </i>\n</p>\n<p>\n<i>Relatives have been holding prayer sessions this morning at the airport as \n  they wait for news about the progress of the rescue operation. </i>\n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>So many ambulances lined up outside military airport in Surabaya this morning to receive bodies of <a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a> victims <a href=\"http://t.co/16xocpihlY\">pic.twitter.com/16xocpihlY</a></p>&mdash; Tom Phillips (@tomphillipsin) <a href=\"https://twitter.com/tomphillipsin/status/550153893359804418\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>I counted nearly 30 ambulances on standby to take <a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a> victims&#39; bodies to hospital in Surabaya for identification <a href=\"http://t.co/PhMGY3uuzf\">pic.twitter.com/PhMGY3uuzf</a></p>&mdash; Tom Phillips (@tomphillipsin) <a href=\"https://twitter.com/tomphillipsin/status/550155752703148032\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>06.10</strong> Update: total of 7 bodies - 4 men, 3 women - recovered so far, \n  says search chief. One was air hostess Khairunisa Haidar Fauzi,, who was in \n  uniform, one was in a life jacket according to reports, and three were found \n  still holding hands. \n</p>\n<p>\n<image refid=\"3151361\" version=\"c\" width=\"460\" height=\"287\" caption=\"Indonesian police collect AirAsia passenger identifications from relatives to help identification of the victims at Juanda Airport, in Surabaya, Indonesia\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151361c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-paperwork-2\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"EPA/MADE NAGI\"></image>\n <sup>Indonesian police collect AirAsia passenger records from relatives to \n  help identification of the victims at Juanda Airport, in Surabaya, Indonesia \n  (EPA)</sup>\n</p>\n<p>\n<strong>05.20</strong> Seventh body has reportedly just been found. Our correspondent <strong>Jonathan \n  Pearlman </strong>has just arrived in Pangkalan Bun airport, where Indonesian \n  military just arrived with two bodies. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p><a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a>: Search teams have just brought a body back to Pangkalan Bun from sea via helicopter <a href=\"http://t.co/fU1QeMQPFC\">http://t.co/fU1QeMQPFC</a> <a href=\"http://t.co/xrDVp5Qaqn\">pic.twitter.com/xrDVp5Qaqn</a></p>&mdash; Channel NewsAsia (@ChannelNewsAsia) <a href=\"https://twitter.com/ChannelNewsAsia/status/550171972366110720\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>04.25</strong> Three people killed on AirAsia flight QZ8501 were holding hands \n  when their bodies were spotted floating in the Java sea off Indonesia, a \n  pilot involved in the search for the missing plane has claimed. \n</p>\n<p>\nLieutenant Airman Tri Wobowo, who co-piloted the C130 Hercules aircraft that \n  first saw debris of the plane on Tuesday, told Indonesian newspaper Kompas: \"There \n  are seven to eight people. Three [of them] again hold hands.\"\n</p>\n<p>\n<image refid=\"3151355\" version=\"c\" width=\"460\" height=\"287\" caption=\"Members of an Indonesian search and rescue team carry a body on a stretcher during the recovery of victims\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151355c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-bodybag\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"YANUAR/AFP/Getty Images\"></image>\n <sup>Members of an Indonesian search and rescue team carry a body on a \n  stretcher during the recovery operation (AFP/Getty)</sup>\n</p>\n<p>\n<strong>04.00</strong> Searchers says they've seen a sonar image appears to show an \n  aircraft lying upside down on the ocean floor. The newspaper quoted the \n  agency as saying the image appeared to show an airplane upside down in 24-30 \n  meters of water. \n</p>\n<p>\n<strong>03.12</strong> We have a little more on the bodies pulled up today: apparently \n  three are male and three female including, according to reports, 20-year-old \n  trainee flight assistant Khairunisa Haidar Fauzi. Ms Khairunisa&rsquo;s father, \n  Haidar Fauzi, has said: &ldquo;This is what we expected, and the sooner the body \n  is returned, the sooner we can have her back.&rdquo;\n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p><a href=\"https://twitter.com/hashtag/PrayForAirAsia?src=hash\">#PrayForAirAsia</a> ✈&#10;Air Asia flight attendant Khairunisa Haidar Fauzi was travelling on the missing flight. <a href=\"http://t.co/RBBPdyUNaS\">pic.twitter.com/RBBPdyUNaS</a></p>&mdash; J (@jealousay) <a href=\"https://twitter.com/jealousay/status/549734896499830785\">December 30, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>02.50</strong> As we reported earlier, searchers found three more bodies this \n  morning, including a flight attendant still wearing her AirAsia uniform, \n  bringing the total to six so far, Fully clothed bodies could also indicate \n  the plane was intact when it hit the water and support a theory that the \n  Airbus A320-200 suffered an aerodynamic stall and plunged into the sea. \n</p>\n<p>\n\"The fact that the debris appears fairly contained suggests the aircraft \n  broke up when it hit the water, rather than in the air,\" said Neil \n  Hansford, a former pilot and chairman of consultancy firm Strategic Aviation \n  Solutions. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p><a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a> search: Backpack, food, kid&#39;s shoes found by Indonesia ship Bung Tomo: <a href=\"https://twitter.com/detikcom\">@detikcom</a> <a href=\"http://t.co/fU1QeMQPFC\">http://t.co/fU1QeMQPFC</a> <a href=\"http://t.co/QiXysgpqA4\">pic.twitter.com/QiXysgpqA4</a></p>&mdash; Channel NewsAsia (@ChannelNewsAsia) <a href=\"https://twitter.com/ChannelNewsAsia/status/550126047144841216\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>02.10</strong> AIrAsia boss is on his way to the island receiving bodies to \n  comfort relatives. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>I hope to fly to evacuation site to thank everyone for putting in so much effort in finding the site. And keep everyone informed.</p>&mdash; Tony Fernandes (@tonyfernandes) <a href=\"https://twitter.com/tonyfernandes/status/550111045792976896\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>02.10</strong> Stormy weather has forced Indonesian rescuers to suspend their \n  search for the bodies. \n</p>\n<p>\n\"We are experiencing bad weather now. Rains and winds prevented us from \n  resuming the search operation this morning,\" air force rescue \n  coordinator S.B. Supriyadi told AFP. \n</p>\n<p>\n<image refid=\"3151362\" version=\"c\" width=\"460\" height=\"287\" caption=\"Indonesian Navy divers inspect their gear upon arrival for the search operation for the victims of AirAsia flight QZ 8501 at the airport in Pangkalan Bun, Indonesia\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03151/AirAsia-Indonesia-_3151362c.jpg\" photographer=\"\" name=\"AirAsia-Indonesia-team\" alttext=\" A massive recovery operation has begun following confirmation from Indonesian officials that remains and debris found in waters off Borneo are from the missing AirAsia plane. Indonesian officials have confirmed that debris and dead bodies that have been sighted in the Java Sea are from the AirAsia flight QZ8501 that went missing on Sunday\" copyright=\"AP Photo/Dewi Nurcahyani\"></image>\n <sup>Indonesian Navy divers inspect their gear upon arrival for the search \n  operation for the victims of AirAsia flight QZ 8501 at the airport in \n  Pangkalan Bun, Indonesia (AP)</sup>\n</p>\n<p>\nNational Search and Rescue Agency chief Bambang Soelistyo told a press \n  conference Wednesday that six bodies had now been recovered, including a \n  woman in crew uniform. \n</p>\n<p>\n\"As soon as the weather is clear, the bodies will be brought to Pangkalan \n  Bun,\" the town with the nearest airstrip to the crash site, said \n  Soelistyo. \n</p>\n<p>\nSupriyadi said that hundreds of people from the military, police and national \n  rescue agency were on standby waiting for clear weather in Pangkalan Bun. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p><a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a> search: DNA tests on recovered bodies being conducted by police, says police chief <a href=\"http://t.co/fU1QeMQPFC\">http://t.co/fU1QeMQPFC</a> <a href=\"http://t.co/3dieemkTkT\">pic.twitter.com/3dieemkTkT</a></p>&mdash; Channel NewsAsia (@ChannelNewsAsia) <a href=\"https://twitter.com/ChannelNewsAsia/status/550111059504156672\">December 31, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>02.00</strong> The UK air investigation bureau join will join today's search \n  with special technology to track the exact location of the airplane beacon \n  under water. \n</p>\n<p>\n<strong>00.35</strong> The Telegraph team in China has been speaking to families of the \n  passengers of Malaysia Airlines Flight MH370 that disappeared in March and, \n  unlike QZ8501, has still yet to be found. \n</p>\n<p>\n&ldquo;Many people say they share the pain and sorrow of the victims&rsquo; families, but \n  only we, the families, know exactly how it feels. We have been there \n  before,&rdquo; said Steve Wang, whose mother was one of 239 people on the plane. \n</p>\n<p>\n&ldquo;I feel so sad that history is repeating itself. I don&rsquo;t know why it is \n  happening again,&rdquo; he said. \n</p>\n<p>\nDai Shuqin, a 61-year-old who had five relations on MH370, said she had been \n  constantly thinking about those caught up in the latest Asian air disaster. \n  I pray for them to have at least one people survive,&rdquo; she said. &ldquo;If just one \n  person might survive on QZ8501, it would give me hope for MH370.&rdquo;\n</p>\n<p>\nMrs Dai said she was asking for a &ldquo;miracle&rdquo;. &ldquo;I cannot believe that 10 months \n  later another group of people has been on a lost plane again. All those \n  lives!&rdquo; \n</p>\n<p>\nJiang Hui, whose mother was on MH370, said: &ldquo;I don't know how to describe the \n  feeling I had when I heard [about QZ8501]&rdquo;\n</p>\n<p>\n&ldquo;It was like waking up from a nightmare &ndash; I was covered in goose-bumps. How \n  could there be so many disasters this year?&rdquo;\n</p>\n<p>\n<image refid=\"3150180\" version=\"c\" width=\"460\" height=\"336\" caption=\"Sudarsan Pattnaik works on a sand sculpture portraying the missing AirAsia and Malayasia Airlines planes, on Golden Sea Beach in Puri, in India's eastern Odisha state (Getty Images)\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03150/gal1_3150180c.jpg\" photographer=\"\" name=\"gal1\"></image>\n <sub>Sudarsan Pattnaik works on a sand sculpture portraying the missing \n  AirAsia and Malayasia Airlines planes, on Golden Sea Beach in Puri, in \n  India's eastern Odisha state </sub>\n</p>\n<p>\n<strong>00.30</strong> Aviation experts believe the fuselage may be easily found as the \n  aircraft probably only broke up when it hit the water. \n</p>\n<p>\n\"The fact that the debris appears fairly contained suggests the aircraft \n  broke up when it hit the water, rather than in the air,\" Neil Hansford, \n  a former pilot and chairman of consultancy firm Strategic Aviation \n  Solutions, said on Wednesday. \n</p>\n<p>\n<strong>00.20 </strong>Relatives had been holding out hope that against all odds, their \n  family members would be saved. One father learned the horrible news that his \n  daughter Maria Widodo had likely not made it. \n</p>\n<p>\nMaria had recently graduated from the National Institute of Education, the \n  Straits Times reported. In college she was part of her university&rsquo;s guitar \n  ensemble, along with her boyfriend, Andy Paul Chen, who is from Singapore. \n</p>\n<p>\nFollowing news of the plane&rsquo;s disappearance, Florentina Maria Widodo&rsquo;s father \n  changed his profile picture on Facebook to one of him and his daughter, and \n  Chen posted the news that his girlfriend was on the flight. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>Our deepest condolences <a href=\"https://twitter.com/hashtag/airasiamissing?src=hash\">#airasiamissing</a> <a href=\"http://t.co/Nli9H4c2md\">pic.twitter.com/Nli9H4c2md</a></p>&mdash; Bigi (@DrBigi) <a href=\"https://twitter.com/DrBigi/status/549884936254025728\">December 30, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>00.04</strong> The grim task of identification of bodies from #QZ8501 will begin \n  today. Family members have already been asked for photos and provided DNA. \n  Due to bad weather, only three bodies have so far been recovered. \n</p>\n<p>\n<strong>23.46</strong> This is the search area teams will be concentrating on this \n  morning - it's about the size of Wales. \n</p>\n<p>\n<blockquote class=\"twitter-tweet\" lang=\"en\"><p>Malaysia&rsquo;s <a href=\"https://twitter.com/ChiefofNavy\">@ChiefofNavy</a>: today&rsquo;s ongoing <a href=\"https://twitter.com/hashtag/QZ8501?src=hash\">#QZ8501</a> search is split into four sea sectors totalling 5378 square km. <a href=\"http://t.co/ha8AezcsjR\">pic.twitter.com/ha8AezcsjR</a></p>&mdash; John Walton (@thatjohn) <a href=\"https://twitter.com/thatjohn/status/550073209379246080\">December 30, 2014</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<p>\n<strong>23.45 </strong>It is now approaching 7am in Jakarta.The search for more bodies - \n  and clues as to the cause behind AirAsia Flight QZ8501's crash into the Java \n  Sea - continues. It was a long night for families, who learnt the fate of \n  their loved ones in the most devastating of ways. \n</p>\n<p>\n<image refid=\"3150722\" version=\"c\" width=\"460\" height=\"287\" caption=\"Relatives of passengers on AirAsia flight QZ 8501 react to the breaking news of debris and bodies being found on December 30\" declared-caption=\"\" src=\"http://i.telegraph.co.uk/multimedia/archive/03150/AirAsia_hug_3150722c.jpg\" photographer=\"\" name=\"AirAsia hug\" alttext=\"Relatives of passengers on AirAsia flight QZ 8501 react to the breaking news of debris and bodies being found\" copyright=\"Getty\"></image>\n<br><sup>Relatives of passengers on AirAsia flight QZ 8501 console each other \n  (Getty)</sup>\n</p></div>\r\n\t\t\t   \r\n\t\t<div class=\"cl\"></div>\r\n</div></div><div class=\"isaSeason\">\r\n\t\t\t</div></div>\r\n\r\n\t\t\t\t\t<div class=\"oneSixth\">\r\n\t\t\t\t\t\t\t<!-- googleoff: all -->\r\n\r\n\t<style media=\"print\">\n    #newGigyaShareSide { display: none !important; }\n</style>\n<div id=\"newGigyaShareSide\">\n    <a href=\"javascript:print()\" alt=\"Print\" title=\"Print\">&nbsp;</a>\n</div>\n\n<div class=\"storyfct\">\r\n\t\t\t<div id=\"storyMoreOnFucntion\">\r\n\t\t<div class=\"secLinks\">\r\n\r\n\t\t\t<div class=\"section\">\r\n\t\t\t\t<div class=\"name\">\r\n\t\t\t\t\t<h2><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/\">Indonesia</a></h2>\r\n\t\t\t\t</div>\r\n\t\t\t\t\r\n\t\t\t\t<div class=\"cl\"></div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<ul>\r\n\t\t\t\t\t<li class=\"first\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/\">News &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/worldnews/\">World News &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/\">Asia &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/worldnews/asia/singapore/\">Singapore &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/journalists/harriet-alexander/\">Harriet Alexander &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n\t<div class=\"related_links\">\r\n\t\t<div id=\"artComRelLinks\" class=\"summaryMedium gutterUnder\">\r\n\t\t<div class=\"headerOne styleTen\"><p>Related Partners</p></div>\r\n\t\t<div bucket-id=\"article_commercial_related_content_01\" >\t\r\n\t<ul>\r\n\t\t<li>\r\n\t\t\t<div class=\"comLink\">\r\n\t\t\t\t<!-- 9612015 -->\r\n\t\t\t\t<p class=\"comLinkText\"><a href=\"http://www.telegraph.co.uk/financialservices/money-transfer-and-expat/foreign-ex-and-money-transfer?utm_source=tmg&utm_medium=related_savings&utm_campaign=moneycorp_private\" rel=\"nofollow\">The best way to transfer money overseas</a></p>\r\n\t\t\t</div>\r\n\t\t</li>\r\n\t</ul>\r\n</div></div>\r\n</div>\r\n\r\n    <div class=\"summaryMedium secPuffs section-puffs\">\r\n                <div class=\"headerOne styleOne\"><p>In Indonesia</p></div>\r\n                <div bucket-id=\"section_puffs_01\" >\t\r\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia-coffin_3153343g.jpg\" alt=\"Members of an Indonesian search and rescue team carry a coffin containing a victim of AirAsia flight 8501 at Iskandar Airbase \" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotocentre\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\">The search for AirAsia QZ8501</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11313588/Boxing-Day-Tsunami-Victims-remembered-on-10th-anniversary-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03148/tsunami-summ_3148684g.jpg\" alt=\"An Acehnese child plays on Syiah Kuala beach during the 10th anniversary of the tsunami in Banda Aceh, Indonesia\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotocentre\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11313588/Boxing-Day-Tsunami-Victims-remembered-on-10th-anniversary-in-pictures.html\">Tsunami 10th anniversary</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11309996/Boxing-Day-Tsunami-Possessions-of-victims-revealed-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03146/tsunami-summ_3146673g.jpg\" alt=\"Thai police opened a shipping container filled with documents and possessions of victims of the 2004 Indian Ocean Tsunami\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotocentre\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11309996/Boxing-Day-Tsunami-Possessions-of-victims-revealed-in-pictures.html\">Unclaimed possessions</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11304701/Boxing-Day-tsunami-then-and-now-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03144/tsunami-boxing-sum_3144073g.jpg\" alt=\"Ten years since the Boxing Day tsunami that hit South East Asia in 2004\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotocentre\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11304701/Boxing-Day-tsunami-then-and-now-in-pictures.html\">Boxing Day tsunami: then and now</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/earth/11193394/Under-the-sea-The-weird-and-wonderful-creatures-from-the-bottom-of-the-ocean.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03088/creatures-sea-sum_3088124g.jpg\" alt=\"British wildlife photographer Alex Mustard has travelled the world snapping pictures of the weird and wonderful creatures found beneath the sea\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotocentre\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/picturegalleries/earth/11193394/Under-the-sea-The-weird-and-wonderful-creatures-from-the-bottom-of-the-ocean.html\">Creatures from beneath the sea</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t</div>\r\n\t</div>\r\n        <!-- googleon: all --></div>\r\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\r\n\t\t\t<div class=\"storyFt\">\r\n\t\t\t\t<style media=\"print\">\n    .newGigyaShare { display: none !important; }\n</style>\n<div id=\"newGigyaShareBottom\" class=\"newGigyaShare\"></div>\n<div id=\"outbrain-links\">\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" data-widget-id=\"AR_16\" data-ob-template=\"telegraph\"></div>\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" data-widget-id=\"AR_30\" data-ob-template=\"telegraph\"></div>\t\t\t\t\t\t\r\n\t\t\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t\t\t<div id=\"outbrain-links\">\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" data-widget-id=\"AR_4\" data-ob-template=\"telegraph\"></div>\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\t\t\t\t\r\n\t\t\t\t\r\n\t  \t\r\n            <div class=\"summaryMedium artCommercial\">\r\n                        <div bucket-id=\"article_commercial_06\" >\t\r\n\t<div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 10828170 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>Top news galleries</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"gutterUnder noSummaryTopBorder\">\n\t\n\t\t\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11317419 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\">The search for AirAsia QZ8501</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia-coffin_3153343f.jpg\" alt=\"Members of an Indonesian search and rescue team carry a coffin containing a victim of AirAsia flight 8501 at Iskandar Airbase \" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\n<strong>In pics:</strong> Wreckage and bodies from the missing AirAsia flight have been \n  found.\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 9848319 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\">The 49 best British films of all time</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02470/zulu_2470772f.jpg\" alt=\"Zulu (1964). Directed by Cy Endfield and starring Stanley Baker, Jack Hawkins and Michael Caine.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/film/\"> Film</a></span>\t\n<a href= \"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nFrom Skyfall to Zulu, critic Barry Norman's choice of the 49 best British \n  films of all time \n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html#disqus_thread\" dsqid=\"9848319\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11322460 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\">Hyper-realistic celebrity dolls</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/dolls-sum_3153058f.jpg\" alt=\"Artist Noel Cruz transforms off-the-shelf dolls into hyper realistic models of celebrities.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA portrait artist transforms off-the-shelf dolls into hyper-realistic models \n  of celebrities\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321463 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\">The week in pictures</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/p_otd-japan_3152716f.jpg\" alt=\"Men ride on a mikoshi or portable shrine as local people carry it into the sea during a festival to wish for calm waters in the ocean and good fortune in the new year in Oiso, Japan\" border=\"0\" width=\"219\"  height=\"128\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA round-up of our favourite photographs of the week \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321464 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\">Animal photos of the week</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/animals-woof_3152782f.jpg\" alt=\"Border Collie Mumpitz shakes himself after taking a dip in the North Sea in Hedehusum on the island of Foehr, Germany\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nAll creatures great and small in our ever popular animal gallery. \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321135 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\">New Year's Day swimmers</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/NYD_swimmers_hotti_3152526f.jpg\" alt=\" Hundreds of people take part in the traditional Loony Dook at South Queensferry\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nSwimmers plunge into the sea around the world on New Year's Day\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321271 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\">Pictures of the day</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/potd-seal_3152625f.jpg\" alt=\"A seal pup seems to be in deep thought as it rests its chin on its paw before staring into the camera. The one-month-old grey seal pup - the same size as a small dog - lays down on its side while getting used to its surroundings. Its mother is nearby as she keeps a watchful eye on the beach on the north Norfolk coast near Horsey.  \" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA thoughtful seal, a diving Super Woman and Kim Jong-un visits orphanage \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11310148 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\">Celebrities and their winter coats</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03146/summ_big-please_04_3146856f.jpg\" alt=\"Like his Teenage Mutant \nNinja Turtle namesake, Leonardo DiCaprio – honestly, it is – appeared to be shrinking into \nhis polyester shell as he took his mother for lunch in New York in 2004.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nWhen fashion and practicality collide in an eruption of layers and nobody \n  judges you for wearing the same outfit 98 times in a row\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11308565 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\">On the road with Froome</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03145/SUM_Honeymoon_3145896f.jpg\" alt=\"'Enjoying this while it lasts… #honeymoon #stellenbosch.’ Nov 11\n\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nCyclist Chris Froome\n shares his Instagram moments with the Telegraph Magazine\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 10547314 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\">Culture stars who died in 2014</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03145/CultureDeath2014_3145800f.jpg\" alt=\"Rik Mayall, Shirley Temple, Robin Williams, Maya Angelou, Philip Seymour Hoffman and Lauren Bacall\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimageleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/culturenews/\"> Culture News</a></span>\t\n<a href= \"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nWe celebrate and remember the stars who passed away last year\n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html#disqus_thread\" dsqid=\"10547314\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t</div>\n\t</div>\r\n\t</div>\r\n                \r\n\t\r\n\r\n<!-- googleoff: all -->\r\n\r\n\t<input type=\"hidden\" name=\"numofAds\" id=\"numofAds\" value=\"3\">\r\n\r\n<div class=\"googleads \">\r\n\t\t<div class=\"access\">Advertisement</div>\r\n\t\t\r\n\t\t<script type=\"text/javascript\">\r\n\t\t<!--\r\n\t\t\tgoogle_ad_client = 'ca-telegraph_uk_300x250';\r\n\t\t\tgoogle_ad_channel = 'news';\r\n\t\t\tgoogle_max_num_ads = '3';\r\n\t\t\tgoogle_ad_output=\"js\";\r\n\t\t\tgoogle_ad_type=\"text\";\r\n\t\t\tgoogle_language=\"en\";\r\n\t\t\tgoogle_encoding=\"utf8\";\r\n\t\t\tgoogle_safe=\"high\";\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t// -->\r\n\t\t</script>\r\n\t\t\r\n\t\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/googleAds.js\"></script>\r\n\t\t\r\n\t<div id=\"google-ads-container\"></div>\r\n\t\t<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\r\n\t\t<noscript>\r\n\t\t\t<img height=\"1\" width=\"1\" border=\"0\" src=\"http://pagead2.googlesyndication.com/pagead/imp.gif?client=ca-telegraph_uk_420x200&amp;event=noscript\" alt=\"\"/>\r\n\t\t</noscript>\r\n\t</div>\r\n\r\n<!-- googleon: all -->\r\n</div>\r\n\r\n\t\t\t<div class=\"twoThirds btop\">\r\n\t\t\t\t<!--comments=disqus<br>\ndisqusComments=inactive<br>\nuserCommentsState=active<br>\nshowComments=true<br>\narticle.articleTypeName=tmglstory<br>-->\n\n\t\t\n<a class=\"moderate\" href=\"http://my.telegraph.co.uk/aboutus/mytelegraph/12/moderation-faqs/\" target=\"_new\">How we moderate</a>\n\t\n\t<div class=\"gutterUnder fclear\">\n\t<div class=\"hide\" id=\"disqusAcc\">telegraphuk</div>\n\t\t<div id=\"disqus_thread\"></div>\n\t\t<script type=\"text/javascript\">\n\t\tvar disqus_title = \"AirAsia plane found in Java Sea: latest\";\n\t\tvar disqus_identifier = \"11315001\";\n\t\tvar disqus_developer = 1;\n\t\t</script>\n\t\t<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript=telegraphuk\">comments powered by Disqus.</a></noscript>\n\t\t<a href=\"http://disqus.com\" class=\"dsq-brlink\">blog comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n\t</div> \t\t\n</div>\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\r\n\t\t<div class=\"oneThird\">\r\n\t\t\t<div class=\"articleSponsor\">\n            <div bucket-id=\"article_sponsor_01\" >\t\r\n\t<div\r\n\t\t\t\t\tclass=\"summary html mnHTML\">\r\n\t\t\t\t\t<!-- 8015432 -->\r\n                    <iframe allowTransparency=\"true\" style=\"border:none; overflow:hidden; width:292px; height:62px;\" frameborder=\"0\" scrolling=\"no\" src=\"http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Ftelegraph.co.uk&amp;width=292&amp;connections=0&amp;stream=false&amp;header=false&amp;height=62\">Telegraph on Facebook</iframe></div>\r\n\t\t\t</div>\r\n\t</div>\n\n    <div class=\"summaryMedium\">\r\n\t\t</div>\r\n\t<div class=\"summaryPadding\"></div>\r\n<div class=\"admpu gutterUnder\">\r\n  <script type=\"text/javascript\">\r\n     /* EPOCH time at the start of MPU Ad */\r\n     var mpuAdTimerStart = Date.now();\r\n  </script>\r\n<div class=\"access\">Advertisement</div>\r\n<div id=\"mpu\" class=\"InSkinHide\">\r\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"mpu\", \"300x250,300x600\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n<div class=\"summaryMedium  gutterUnder  tps5 top-stories05\">\r\n\t\t\t\t<div bucket-id=\"top_stories_05\" >\t\r\n\t<div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 10816946 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<a href=\"http://www.telegraph.co.uk/telegraphtv/\"><span>Latest Video&#187;</span></a>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summaryMedium pictureGrid  oneThirdGrid\">\n\t<div class=\"summary picGrid-02\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/news/worldnews/asia/indonesia/11323040/AirAsia-Flight-QZ8501-search-two-large-parts-of-plane-found-on-seabedA.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia_3153334g.jpg\" alt=\"Indonesian Navy personnel line up recovered bodies of passengers from AirAsia flight QZ8501 on the the deck of the Indonesian Navy vessel KRI Banda Aceh\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/worldnews/asia/indonesia/11323040/AirAsia-Flight-QZ8501-search-two-large-parts-of-plane-found-on-seabedA.html\">AirAsia search: two large objects found</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"summary picGrid-03\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/finance/personalfinance/money-saving-tips/11317552/Train-ticket-price-rises-explained.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03151/Train_ticket_price_3151739g.jpg\" alt=\"Train prices have gone up more than the rate of inflation in the last decade\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/finance/personalfinance/money-saving-tips/11317552/Train-ticket-price-rises-explained.html\">Animation: train fare rises explained</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"summary picGrid-04\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/news/worldnews/asia/northkorea/11322838/Watch-Barack-Obama-explains-US-sanctions-on-North-Korea-over-Sony-attack.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/obama1_3153260g.jpg\" alt=\"Watch: Barack Obama explains US sanctions against North Korea over Sony attack\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/worldnews/asia/northkorea/11322838/Watch-Barack-Obama-explains-US-sanctions-on-North-Korea-over-Sony-attack.html\">Obama: North Korea's hacking has caused 'a lot of damage'</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"summary picGrid-05\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/news/newsvideo/viral-video/11322220/Watch-Puppies-struggle-to-walk-in-new-shoes.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/puppies1_3152982g.jpg\" alt=\"Puppies struggle to walk with new shoes\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/newsvideo/viral-video/11322220/Watch-Puppies-struggle-to-walk-in-new-shoes.html\">Cute puppies struggle to walk in new shoes</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"summary picGrid-06\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/sport/football/players/steven-gerrard/11321591/12-year-old-Steven-Gerrard-shows-off-his-football-skills.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/12-year-old_Steven_3152685g.jpg\" alt=\"12-year-old Steven Gerrard shows off his football skills\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/sport/football/players/steven-gerrard/11321591/12-year-old-Steven-Gerrard-shows-off-his-football-skills.html\">One to watch! 12-year-old Gerrard shows off his skills</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"summary picGrid-07\">\n\t\t\t\t\t\t\t<div class=\"summarySmall\">\n\t\t\t\t\t\t\t\t<!-- imagePosition: centre, columnContext: oneThirdWithGrid -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/news/worldnews/europe/russia/11321207/Russias-Red-Army-Choir-cover-Pharrell-Williams-Happy.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/Russia_s_Red_Army__3152562g.jpg\" alt=\"Russia's Red Army Choir cover Pharrell Williams' Happy\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/worldnews/europe/russia/11321207/Russias-Red-Army-Choir-cover-Pharrell-Williams-Happy.html\">Russia's Red Army Choir get 'Happy'</a>\n                </h3>\r\n\r\n\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"cl\"> </div>\n\t</div>\n</div>\r\n\t</div>\r\n\t\t<div class=\"summaryMedium gutterUnder\">\r\n\t\t\t\t\t\t<div bucket-id=\"widget_01\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9054378 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 10718861 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"430\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/pricegrabber/PricegrabberUSNews2.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n\t\t\t\t<div class=\"access\">Advertisement</div>\r\n<div id=\"yell\">\r\n\t<div class=\"adyell InSkinHide\">\r\n\t\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"yell\", \"300x150\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"summaryMedium gutterUnder\">\r\n\t<div bucket-id=\"widget_02\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9625766 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web </span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 9880801 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"350\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/newsmax/newsmaxusv1.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n<div class=\"summaryMedium gutterUnder\">\r\n\t\t<div bucket-id=\"most_popular_01\" >\t\r\n\t<div class=\"mostPopular\"><div id=\"mostPopular\">\r\n<div class=\"headerOne styleNine\">\r\n\t\t\t\t<p>News Most Viewed</p>\r\n\t\t\t</div>\r\n\t\t<div id=\"mostpop\">\r\n\t\t<div class=\"tabs\">\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li id=\"TODAY\" class=\"first current\" onclick=\"return false\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>TODAY</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t\t<li id=\"THIS_WEEK\" onclick=\"return false\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>PAST WEEK</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t\t<li id=\"THIS_MONTH\" onclick=\"return false\" class=\"last\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>PAST MONTH</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t</ul>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\t\r\n\t\t<div class=\"lists\">\r\n\t\t\t<div id=\"div-TODAY\" class=\"view-content\" style=\"display: block;\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/uknews/11322905/Couple-stranded-in-New-York-with-newborn-baby-freed-from-130000-medical-bill.html\">Couple stranded in New York with newborn baby freed from £130,000 medical bill</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/shopping-and-consumer-news/11322711/Holiday-windfall-for-Britons-as-euro-slides.html\">Holiday windfall for Britons as euro slides</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/middleeast/israel/11321651/Meet-the-Arab-Christians-who-want-to-fight-for-Israel.html\">Meet the Arab Christians who want to fight for Israel</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/weather/11322787/UK-weather-Gales-and-snow-to-divide-the-country.html\">Gales and snow to divide the country</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11280504/Has-Stanford-University-found-a-cure-for-Alzheimers-disease.html\">Has Stanford University found a cure for Alzheimer&#039;s disease?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t\t<div id=\"div-THIS_WEEK\" class=\"view-content\" style=\"display: none\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\">AirAsia: search resumes for remaining bodies</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/southamerica/argentina/11309075/Top-Gear-Christmas-Special-What-really-happened-in-Patagonia.html\">Top Gear: What really happened in Patagonia?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11298927/Young-people-are-lost-generation-who-can-no-longer-fix-gadgets-warns-professor.html\">&#039;Young people lost generation who can&#039;t fix gadgets&#039;</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11310800/How-to-see-Santa-aka-the-ISS-flying-by-on-Christmas-Eve.html\">How to see Santa (aka the ISS) flying by on Christmas Eve</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11310883/The-baby-from-Teletubbies-reveals-herself.html\">The baby from Teletubbies reveals herself</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t\t<div id=\"div-THIS_MONTH\" class=\"view-content\" style=\"display: none\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\">AirAsia: search resumes for remaining bodies</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/australiaandthepacific/australia/11293694/Islamists-take-hostages-in-Sydney-cafe-siege-live.html\">Gunman and two hostages killed in bloody end to Sydney siege</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/southamerica/argentina/11309075/Top-Gear-Christmas-Special-What-really-happened-in-Patagonia.html\">Top Gear: What really happened in Patagonia?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11298927/Young-people-are-lost-generation-who-can-no-longer-fix-gadgets-warns-professor.html\">&#039;Young people lost generation who can&#039;t fix gadgets&#039;</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11275180/Worlds-fattest-man-Keith-Martin-dies-aged-44.html\">World&#039;s fattest man Keith Martin dies, aged 44</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t</div>\r\n\t\r\n\t</div>\r\n\r\n</div>\r\n</div>\r\n\t</div></div>\r\n<div class=\"adarea gutterUnder\">\r\n\t\t\t<div class=\"adsky\">\r\n\t\t\t\t<script type=\"text/javascript\">\r\n     /* EPOCH time at the start of skyscraper Ad */\r\n     var startOfSkyscraper = Date.now();\r\n  </script>\r\n<div class=\"access\">Advertisement</div>\r\n<div class=\"InSkinHide\" align=\"center\">\r\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"hpg,sks,skl\", \"300x600,120x600,160x600\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div></div>\r\n\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t\t\r\n\t<div class=\"summaryMedium gutterUnder\">\r\n\t\t\t\t\t\t<div bucket-id=\"widget_03\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9054378 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 10874647 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"550\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/Barnebys/2014/Barnebys_US_300x550.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" data-widget-id=\"AR_3\" data-ob-template=\"telegraph\" ></div>\r\n<script type=\"text/javascript\"> \r\n\t\t\t\t\t(function() { \r\n\t\t\t        var outbrainScriptTag = document.createElement('script'); \r\n\t\t\t        outbrainScriptTag.type = 'text/javascript'; \r\n\t\t\t        outbrainScriptTag.async = true; \r\n\t\t\t        outbrainScriptTag.id = \"outbrain\"; \r\n\t\t\t        outbrainScriptTag.src = 'http://widgets.outbrain.com/outbrain.js' ; \r\n\t\t\t        var s = document.getElementsByTagName('script')[0]; \r\n\t\t\t        s.parentNode.insertBefore(outbrainScriptTag, s); \r\n\t\t\t\t\t})(); \r\n\t\t\t\t\t\r\n</script> \t\t \t\r\n<script type=\"text/javascript\">\r\n                /* EPOCH time at the end of right hand column */\r\n                 var rightHandTimer=Date.now();\r\n                </script>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\r\n\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\" data-widget-id=\"TR_1\" data-ob-template=\"telegraph\" ></div>\t\t\r\n\t\t</div>\r\n\t\r\n\t<div class=\"printHide\">\r\n\t\t<div id=\"trafficDrivers\">\r\n\r\n\t<div bucket-id=\"commercial_services_three_01\" >\t\r\n\t<div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9612843 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>MORE FROM TELEGRAPH.CO.UK</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t</div>\r\n\t<div class=\"gutterUnder\">\t\t\t\t\t\t\t\r\n\t\t<div id=\"tmgPortalRand\">\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11255356 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\"> \n\t\t\t\tUS News</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02626/obama_2626645f.jpg\" alt=\"Barack Obama warns American dream is in danger of becoming a 'myth'\" border=\"0\" width=\"219\"  height=\"137\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                Latest and breaking stories from the United States</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11202156 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/sport/football/\"> \n\t\t\t\tFootball</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/03089/rooneyget_3089939f.jpg\" alt=\"\" border=\"0\" width=\"219\"  height=\"137\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                Catch up on all the latest football news</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11143068 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\"> \n\t\t\t\tAudi</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02904/Homologation_for_t_2904842f.jpg\" alt=\"\" border=\"0\" width=\"220\"  height=\"146\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                Audi R18 in pictures</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 10995247 -->\n<div class=\"oneQuarter servicesSmall last\">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/?WT.mc_id=605787&source=TrafficDriver\"> \n\t\t\t\tGoodwood</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02904/moving-motor-show-_2904112f.jpg\" alt=\"\" border=\"0\" width=\"220\"  height=\"146\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                The very best of Goodwood's Moving Motor Show in pictures</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t<div class=\"cl\"></div>\t\t\r\n\t</div>\t\t\t\t\t\r\n</div>\r\n</div>\r\n<div class=\"cl\"></div>\r\n\r\n\t\t</div>\r\n\t<!-- googleon: all -->\r\n</div><!-- googleoff: all -->\n\t\t\t<script type=\"text/javascript\">\r\n/* EPOCH time at the end of content Area */\r\n                var contentEndTimer = Date.now();\r\n            </script>\r\n<div class=\"backtotop\"><p><a href=\"#top\">Back to top</a></p></div>\r\n<div id=\"tmglFooterLarge\">\r\n\t\t<a href=\"http://www.telegraph.co.uk/\" id=\"footerlogolink\" title=\"Telegraph.co.uk: news, business, sport, the Daily Telegraph newspaper, Sunday Telegraph - Telegraph\"></a>\r\n\t\t<div id=\"tmglFooterLargeItems\">\t\t\r\n\t\t\t<div class=\"footercolumn\">\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/?utm_source=TMG&utm_medium=footer_home&utm_campaign=footerhomelink\">HOME</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/\">News</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/\">UK News</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/politics/\">Politics</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/features/\">Long Reads</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/wikileaks-files/\">Wikileaks</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://jobs.telegraph.co.uk/\">Jobs</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/\">World News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/europe/\">Europe</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">USA</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/asia/china/\">China</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/theroyalfamily/\">Royal Family News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/celebritynews/\">Celebrity news</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://dating.telegraph.co.uk/s/a/4168\">Dating</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/finance/\">Finance</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/education/\">Education</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/defence/\">Defence</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/health/\">Health</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/newstopics/howaboutthat/\">Weird News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/editors-choice/\">Editor's Choice</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/financialservices/\">Financial Services</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/picturegalleries/\">Pictures</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/newsvideo/\">Video</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/matt/\">Matt</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/finance/alex/\">Alex</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/comment/\">Comment</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://blogs.telegraph.co.uk\">Blogs</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://puzzles.telegraph.co.uk/\">Crossword</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/about-us/\">Contact Us</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"/topics/about-us/3691972/Privacy-and-Cookie-Policy.html\">Privacy and Cookies</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"/advertising/\">Advertising</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://fantasyfootball.telegraph.co.uk/\">Fantasy Football</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://tickets.telegraph.co.uk/\">Tickets</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t<li><a target=\"_parent\" href=\"http://announcements.telegraph.co.uk/\">Announcements</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://3276.e-printphoto.co.uk/dailytelegraph/\">Reader Prints</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"\"></a></li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- RSSFeeds Menu-->\r\n\t\t\t\r\n\t\t\t<div id=\"footercolumn_last\">\r\n\t\t\t\t<ul class=\"imgBulletList\">\r\n\t\t\t\t\t<li class=\"footrss\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/follow-us/\">Follow Us</a></li>\r\n\t\t\t\t\t\t\t<li class=\"footmobile\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/apps/\">Apps</a></li>\r\n\t\t\t\t\t\t\t<li class=\"footepaper\"><a target=\"_parent\" href=\"http://dailytelegraph.newspaperdirect.com/epaper/viewer.aspx \">Epaper</a></li>\r\n\t\t\t\t\t\t\t<li class=\"\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/expat/\">Expat</a></li>\r\n\t\t\t\t\t\t\t</ul>\r\n\t\t\t\r\n\t\t\t\t<ul class=\"ullast\">\r\n\t\t\t\t\t<li><a target=\"_parent\" href=\"http://www.telegraph.co.uk/promotions/\">Promotions</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://subscriber.telegraph.co.uk/loyalty/\">Subscriber</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/syndication-services/\">Syndication</a></li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t</div>\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div> <!-- end of tmglFooterLargeItems div -->\r\n\t\r\n<div id=\"footerinfo\">\r\n\t\t\t<p>&copy; Copyright of Telegraph Media Group Limited 2015</p>\r\n\t\t\t<p><a target=\"_parent\" href=\"http://www.telegraph.co.uk/termsandconditions\">Terms and Conditions</a> </p>\r\n\t\t\t<p><a target=\"_parent\" href=\"/archive/2015-1-3.html\">Today's News</a></p>\r\n\t\t\t<p ><a target=\"_parent\" href=\"http://www.telegraph.co.uk/archive/\">Archive</a></p>\r\n\t\t\t\t\t<p ><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/about-us/style-book/\">Style Book</a></p>\r\n\t\t\t\t\t<p class=\"last\"><a target=\"_parent\" href=\"/news/weather/4142730/Weather-forecast.html\">Weather Forecast</a></p>\r\n\t\t\t\t\t<div class=\"cl\"></div>\t\t\t\r\n\t\t</div>\r\n\t</div> <!-- end of tmglFooterLargeNew div -->\r\n\t<script type=\"text/javascript\">\r\n/* EPOCH time at the end of footer */\r\n                var footerEndTimer = Date.now();\r\n            </script></div>\n<script type=\"text/javascript\">\n    g_opt_ch = '{}';g_opt_cv = '{}';g_opt_b = true;g_opt_s = true;</script>\n<script type=\"text/javascript\">\n    var s = document.createElement('script');\n    s.type='text/javascript';\n    s.src = \"http://cdn.gigya.com/js/socialize.js?apikey=2_ASmwJuFXoCCY8YP8uB6mzZphj_UToZbQkeeM6bMOA8swtMk2P3Rwu2WSger_DOSt\";\n    document.getElementsByTagName('head')[0].appendChild(s);\n\n    function onGigyaServiceReady(e) {\n        var s = document.createElement('script');\n        s.type='text/javascript';\n        s.src = \"/template/ver1-0/js/shareTools.js\";\n        document.getElementsByTagName('head')[0].appendChild(s);\n    }\n</script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-ui-1.8.4.custom.min.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.tablesorter.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.ticker.js\"></script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/common.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/viewabilityCode.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/tmglSlideShow.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.cycle.all.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/supersleight.plugin.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/tracker.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/printArticle.css\" media=\"print\" />\n\n\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/liveBloggingArticle.js\"> </script>\n<script type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\t\tvar links = $(\"a[href*='disqus_thread']\");\n\t\t\t\tvar query = \"\";\n\t\t\t\tvar blogQuery = \"\";\n\t\t\t\tvar normal = new Array();\n\t\t\t\tvar normalCounts = new Array();\n\t\t\t\tvar blog = new Array();\n\t\t\t\tvar blogCounts = new Array();\n\n\t\t\t\tfor(var i = 0; i < links.length; i++) {\n\t\t\t\t\tif (links[i].getAttribute('dsqid')) {\n\t\t\t\t\t\tvar dsqid = links[i].getAttribute('dsqid');\n\t\t\t\t\t\tif (links[i].className == 'dsqblog') { blogQuery += 'dsqid' + i + '=' + dsqid + '&'; } else { query += 'dsqid' + i + '=' + dsqid + '&'; }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (query.length != \"\" && blogQuery.length != \"\") {\n\t\t\t\t\t$(\"a[href*='disqus_thread']\") && $(\"a.dsqblog\").each(function(i) {\n\t\t\t\t\t\tblog[i] = $(this).attr(\"href\");\n\t\t\t\t\t\t$(this).attr(\"href\",\"blog_link\");\n\t\t\t\t\t});\n\t\t\t\t\tloadScript(\"http://telegraphuk.disqus.com/get_num_replies_from_dsqid.js?\" + query, function() {\n\t\t\t\t\t\t$(\"a[href*='disqus_thread']\").not(\".dsqblog\").each(function(i) {\n\t\t\t\t\t\t\tnormal[i] = $(this).attr(\"href\");\n\t\t\t\t\t\t\tnormalCounts[i] = $(this).html();\n\t\t\t\t\t\t\t$(this).attr(\"href\",\"normal_link\");\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\t$(\"a[href*='blog_link']\").each(function(i) { $(this).attr(\"href\",blog[i]); });\n\n\t\t\t\t\t\tloadScript(\"http://telegraphblogs.disqus.com/get_num_replies_from_dsqid.js?\" + blogQuery, function() {\n\t\t\t\t\t\t\t$(\"a[href*='normal_link']\").each(function(i) { $(this).attr(\"href\",normal[i]); });\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tdocument.write('<script charset=\"utf-8\" type=\"text/javascript\" src=\"http://telegraphuk.disqus.com/get_num_replies_from_dsqid.js?' + query + '\"></' + 'script>');\n\t\t\t\t}\n\t\t\t})();\n\t\t</script>\n\t\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/tmglMultitrackSelector1.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/popup.js\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/poll.js\"></script>\n<script type=\"text/javascript\">\n\t\tvar _sf_async_config={uid:22437,domain:\"telegraph.co.uk\"};\n\n\t\t\n\t\t\t_sf_async_config.sections = \"News, World News, Asia, Indonesia, Singapore, Harriet Alexander, Mobile, Josie Ensor, Andrew Marszal\";\n\t\t\n\t\t\t_sf_async_config.authors = \"Harriet Alexander\";\n\t\t\n\n\t\t(function(){\n\t\t\tfunction loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://\") +\n\t\t\t\"static.chartbeat.com/js/chartbeat.js\"); document.body.appendChild(e);\n\t\t}\n\t\tvar oldonload = window.onload;\n\t\twindow.onload = (typeof window.onload != 'function') ?\n\t\tloadChartbeat : function() { oldonload(); loadChartbeat(); }; })();\n\t</script>\n<!-- START Nielsen Online SiteCensus V6.0 -->\n\t\t<!-- COPYRIGHT 2010 Nielsen Online -->\n\t\t<script type=\"text/javascript\" src=\"//secure-uk.imrworldwide.com/v60.js\">\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\t\t var pvar = { cid: \"uk-101665h\", content: \"0\", server: \"secure-uk\" };\n\t\t\t var feat = { surveys_enabled: 1 };\n\t\t\t var trac = nol_t(pvar, feat);\n\t\t\t trac.record().post().do_sample();\n\t\t</script>\n\t\t<noscript>\n\t\t <div>\n\t\t\t <img src=\"//secure-uk.imrworldwide.com/cgi-bin/m?ci=uk-101665h&amp;cg=0&amp;cc=1&amp;ts=noscript\"\n\t\t\t width=\"1\" height=\"1\" alt=\"\" />\n\t\t </div>\n\t\t</noscript>\n\t\t<!-- END Nielsen Online SiteCensus V6.0 -->\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"ftr\", \"1x1\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div><script type=\"text/javascript\" src='/template/ver1-0/js/aws-sdk-2.0.0-rc9.min.js' async=\"async\"></script> \n<script type=\"text/javascript\" src='/template/ver1-0/js/hmac-sha256.js' async=\"async\"></script>\t\n<script type=\"text/javascript\" src='/template/ver1-0/js/sha256.js' async=\"async\"></script>\t\n<script type=\"text/javascript\" src='/template/ver1-0/js/viewability.js' async=\"async\"></script>\n<script>\n\n    if(!( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) )) {\n\n        /*\n         Read Next Widget Data\n         */\n        var readNextArticleList = [{\"id\":\"11322905\",\"title\":\"Couple stranded in New York with newborn baby freed from £130,000 medical bill\",\"url\":\"/news/uknews/11322905/Couple-stranded-in-New-York-with-newborn-baby-freed-from-130000-medical-bill.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Stranded_3152349g.jpg\"},{\"id\":\"11322711\",\"title\":\"Holiday windfall for Britons as euro slides\",\"url\":\"/news/shopping-and-consumer-news/11322711/Holiday-windfall-for-Britons-as-euro-slides.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03132/tuscany_3132203g.jpg\"},{\"id\":\"11321651\",\"title\":\"Meet the Arab Christians who want to fight for Israel\",\"url\":\"/news/worldnews/middleeast/israel/11321651/Meet-the-Arab-Christians-who-want-to-fight-for-Israel.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Shalayan_3152740g.jpg\"},{\"id\":\"11322787\",\"title\":\"Gales and snow to divide the country \",\"url\":\"/news/weather/11322787/UK-weather-Gales-and-snow-to-divide-the-country.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02922/Storms_2922771g.jpg\"},{\"id\":\"11280504\",\"title\":\"Has Stanford University found a cure for Alzheimer&#39;s disease? \",\"url\":\"/news/science/science-news/11280504/Has-Stanford-University-found-a-cure-for-Alzheimers-disease.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02902/dementia_2902785g.jpg\"},{\"id\":\"11322798\",\"title\":\"Amal Clooney threatened with arrest by Egypt over criticism of justice system\",\"url\":\"/news/worldnews/africaandindianocean/egypt/11322798/Amal-Clooney-threatened-with-arrest-by-Egypt-over-criticism-of-justice-system.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Amal_Alamuddin_Clo_3153238g.jpg\"},{\"id\":\"11321947\",\"title\":\"Prince Andrew &#39;categorically denies&#39; claims he sexually abused teenager\",\"url\":\"/news/uknews/theroyalfamily/11321947/Prince-Andrew-categorically-denies-claims-he-sexually-abused-teenager.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/andrew-epsteins-wa_3152973g.jpg\"},{\"id\":\"11321854\",\"title\":\"Gwyneth Paltrow: I didn&#39;t invent &#39;conscious uncoupling&#39; phrase\",\"url\":\"/news/celebritynews/11321854/Gwyneth-Paltrow-I-didnt-invent-conscious-uncoupling-phrase.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02865/gwyneth_2865872g.jpg\"},{\"id\":\"11321710\",\"title\":\"You&#39;re a keeper! Southampton FC steps in after fan asks club to help him meet girl of his dreams\",\"url\":\"/news/newstopics/howaboutthat/11321710/Southampton-FC-acts-as-matchmaker-after-fan-asks-club-to-help-him-meet-girl.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/southampton-2_3152774g.jpg\"},{\"id\":\"11320497\",\"title\":\"Most cancers are caused by bad luck not genes or lifestyle, say scientists \",\"url\":\"/news/science/science-news/11320497/Most-cancers-are-caused-by-bad-luck-not-genes-or-lifestyle-say-scientists.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02130/cancer1_2130923g.jpg\"},{\"id\":\"11322309\",\"title\":\"The battle to keep our Union together has only just begun\",\"url\":\"/news/uknews/scotland/11322309/The-battle-to-keep-our-Union-together-has-only-just-begun.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03110/salmond_3110243g.jpg\"},{\"id\":\"11314580\",\"title\":\"Sir Winston Churchill &#39;s family feared he might convert to Islam\",\"url\":\"/news/religion/11314580/Sir-Winston-Churchill-s-family-feared-he-might-convert-to-Islam.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03149/churchill-family_3149302g.jpg\"},{\"id\":\"11321499\",\"title\":\"Al Qaed Arr: Bristol bus timetable hacked by terrorists (who thought they would cause travel chaos in &#39;the West&#39;)\",\"url\":\"/news/uknews/terrorism-in-the-uk/11321499/Bristol-bus-timetable-hacked-by-terrorists.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/travel-west-screen_3152659g.jpg\"},{\"id\":\"11322503\",\"title\":\"Roman Holiday: Italian police &#39;skive off&#39; New Year&#39;s Eve as 83 per cent call in sick \",\"url\":\"/news/worldnews/europe/italy/11322503/Roman-Holiday-Italian-police-skive-off-New-Years-Eve-as-83-per-cent-call-in-sick.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/carabinieri-roma_3153115g.jpg\"},{\"id\":\"11321846\",\"title\":\"Elvis Presley&#39;s personal jets go on sale\",\"url\":\"/news/celebritynews/11321846/Elvis-Presleys-personal-jets-go-on-sale.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/elvis-summ_3152815g.jpg\"},{\"id\":\"11321815\",\"title\":\"Prince Andrew named in underage &#39;sex slave&#39; case\",\"url\":\"/news/uknews/theroyalfamily/11321815/Prince-Andrew-named-in-underage-sex-slave-case.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02681/Prince-Andrew_2681629g.jpg\"},{\"id\":\"11322583\",\"title\":\"Conservatives call time on taxpayer-funded six-figure &#39;golden goodbyes&#39;\",\"url\":\"/news/politics/11322583/Conservatives-call-time-on-taxpayer-funded-six-figure-golden-goodbyes.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02394/Entwistle-Saturday_2394977g.jpg\"},{\"id\":\"11321890\",\"title\":\"Benjamin Netanyahu &#39;repelled&#39; by success of female MP\",\"url\":\"/news/worldnews/middleeast/israel/11321890/Benjamin-Netanyahu-repelled-by-success-of-female-MP.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Miri-Regev-netanya_3153123g.jpg\"},{\"id\":\"11322759\",\"title\":\"Quadrantids meteor shower to light up your weekend\",\"url\":\"/news/science/space/11322759/Quadrantids-meteor-shower-to-light-up-your-weekend.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02440/Quadrantid-Meteor_2440906g.jpg\"},{\"id\":\"11321779\",\"title\":\"I wished I&#39;d been sent to state school, says Earl Spencer\",\"url\":\"/news/uknews/theroyalfamily/11321779/I-wished-Id-been-sent-to-state-school-says-Earl-Spencer.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02554/earl-spence_2554688g.jpg\"},{\"id\":\"11322251\",\"title\":\"Opportunity for the Tories as Ukip swings Left\",\"url\":\"/news/politics/ukip/11322251/Opportunity-for-the-Tories-as-Ukip-swings-Left.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03151/PX12568722_BRITAIN_3151952a.jpg\"},{\"id\":\"11322957\",\"title\":\"Girl, 7, is sole survivor of plane crash in US\",\"url\":\"/news/worldnews/northamerica/usa/11322957/Girl-7-is-only-survivor-of-plane-crash-that-kills-pilot-and-three-passengers-in-US.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02054/Plane_2054581g.jpg\"},{\"id\":\"11322956\",\"title\":\"AirAsia search finds two &#39;big&#39; parts of  plane\",\"url\":\"/news/worldnews/asia/indonesia/11322956/AirAsia-search-finds-two-big-parts-of-plane.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia-bodies_3153336g.jpg\"},{\"id\":\"9041875\",\"title\":\"116 people snubbed honours in past three years\",\"url\":\"/news/uknews/honours-list/9041875/Revealed-116-people-have-turned-down-an-honour-in-three-years.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02119/hon_2119931g.jpg\"},{\"id\":\"11322572\",\"title\":\"Former British soldier becomes first man to walk the Nile\",\"url\":\"/news/worldnews/africaandindianocean/11322572/Former-British-soldier-becomes-first-person-to-walk-the-Nile.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Levison-Wood-Nile-_3153137g.jpg\"},{\"id\":\"11318824\",\"title\":\"My £35 little red dress saved my life, says crash victim\",\"url\":\"/news/uknews/11318824/My-35-little-red-dress-saved-my-life-says-crash-victim.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03151/Zoe-Turner_3151466g.jpg\"},{\"id\":\"11322615\",\"title\":\"Cologne cathedral will go dark in protest at anti-Islam march\",\"url\":\"/news/worldnews/europe/germany/11322615/Cologne-cathedral-will-go-dark-in-protest-at-anti-Islam-march.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Cologne_Cathedral_3153175g.jpg\"},{\"id\":\"11321260\",\"title\":\"Google thinks this is Kim Jong-un&#39;s younger sister\",\"url\":\"/news/worldnews/asia/northkorea/11321260/Google-thinks-this-is-Kim-Jong-uns-younger-sister.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Not_Kim_Yo-jong_3152624g.jpg\"},{\"id\":\"11322800\",\"title\":\"Hostage rescue mission in Isil&#39;s capital Raqqa foiled, claims group\",\"url\":\"/news/worldnews/islamic-state/11322800/Hostage-rescue-mission-in-Isils-capital-Raqqa-foiled-claims-group.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/isil-raqqa_3153245g.jpg\"},]\n;\n        var readNextCurrentArticleId = \"11315001\";\n\n        /*\n         Read Next Widget\n         */\n        var readNextWidget = (function(){\n\n            var settings = {\n                articleImage: \"\",\n                articleTitle: \"\",\n                articleUrl: \"#\",\n                articleId: \"\",\n                currentArticleId: \"\",\n                articleList: [],\n                articleListToSkip: [],\n                readNextCookieName: \"tmg_read_next\",\n                openButton: \"#readNextOpen a\",\n                closeButton: \"#closeBtn a\",\n                articleContainer: \"#readNextArticleContainer\",\n                widgetContainer: \"#readNextWidget\",\n                displayThumbnail: false,\n                panelOpen: false,\n                autoOpen: true\n            };\n\n            var renderTemplate = function() {\n                var template = '<div id=\"readNextWidget\" style=\"display:none\">' +\n                        '<div id=\"readNextOpen\"><div class=\"topBar\"></div><div id=\"readNextOpenInner\"><a href=\"' + settings.articleUrl + '\"><span>Next Story</span><span class=\"icn\"></span></a></div></div>' +\n                        '<div id=\"readNextArticleContainer\" style=\"display:none\">' +\n                        '<div id=\"nextArticle\"><div class=\"topBar\"></div>' +\n                        '<div id=\"nextArticleWrapper\">'+\n                        '<div id=\"nextArticleInnerWrapper\">'+\n                        '<p id=\"readNextLabel\">MOST VIEWED IN NEWS</p>';\n                        \n\t\t\t\tif(settings.articleImage && settings.articleImage!=\"null\" && settings.displayThumbnail){\n\t\t\t\t\ttemplate = template + '<a id=\"nextPageThumbnail\" href=\"' + settings.articleUrl + '\"><img src=\"'+ settings.articleImage +'\"/></a>';\n\t\t\t\t}\n                        \n\t\t\t\ttemplate = template + '<a id=\"nextPageTitle\" href=\"' + settings.articleUrl + '\"><span>' + settings.articleTitle + '</span></a></div></div>' +\n                        '</div>' +\n                        '<div id=\"closeBtn\"><div class=\"topBar\"></div><a href=\"#\"><span></span></a></div>' +\n                        '</div>' +\n                        '<iframe style=\"border:none;position:absolute;top:0;left:0; height:100%;width:100%;z-index:-1;\" id=\"iefix\" src=\"about:blank\"></iframe>' + //fix for IE bug\n                        '</div>';\n                return template;\n            };\n\n\n            var init = function(currentArticleId, articleList, displayThumbnail) {\n\n                settings.articleList = articleList;\n                settings.currentArticleId = currentArticleId;\n                settings.displayThumbnail = displayThumbnail;\n\n                settings.articleListToSkip = unescape($.cookie(settings.readNextCookieName)).split(',');\n\n                if ($.cookie(settings.readNextCookieName) != null) {\n                    chooseNextArticle(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                    updateCookieBasedOnArticleList(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                } else {\n                    chooseNextArticle(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                    createCookieBasedOnArticleList(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                }\n\n\n                if (settings.articleId != \"\") {\n\n                    $(renderTemplate()).appendTo(\"body\");\n\n                    $(\"#nextArticleWrapper a, #readNextOpenInner a\").click(function () {\n                        _gaq.push(['_trackEvent', 'wayfarer_read_next', 'click_headline', 'version_1']);\n\n                        getNavPos($(this).attr(\"href\"), \"wayfarerReadNext\");\n                    });\n\n                    bindUIActions();\n\n                    var displayed = false;\n\n                    setTimeout(function () {\n                        if (!displayed) {\n                            displayed == true;\n                            readNextWidget.display();\n                        }\n\n                    }, 10000);\n\n                    $(window).scroll(function () {\n                        if (isScrolledIntoView(\"#tmg-related-links\")) {\n                            if (!displayed) {\n                                displayed == true;\n                                readNextWidget.display();\n                            }\n                        }\n\n                        if(isScrolledIntoView(\"#shareBottom\") || isScrolledIntoView(\"#newGigyaShareBottom\")) {\n                            if(settings.autoOpen) {\n                                openArticleContainer();\n                            }\n                        }\n\n                        if($(window).scrollTop() + $(window).height() == $(document).height()) {\n                            if(settings.autoOpen) {\n                                openArticleContainer();\n                            }\n                        }\n                    });\n                }\n            };\n\n            var display = function () {\n                $(settings.widgetContainer).fadeIn(2000, function () {\n                    //animation complete\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'display_closed', 'version_1']);\n                });\n            };\n\n            var bindUIActions = function () {\n                $(settings.openButton).mouseenter(function (event) {\n                    event.preventDefault();\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'hover_closed', 'version_1']);\n                    openArticleContainer();\n                });\n                $(settings.widgetContainer).mouseleave(function (event) {\n                    event.preventDefault();\n                    closeArticleContainer();\n                });\n                $(settings.closeButton).click(function (event) {\n                    event.preventDefault();\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'click_close', 'version_1']);\n                    updateCookie(settings.articleId, settings.articleListToSkip);\n                    closeArticleContainer();\n                    settings.autoOpen = false;\n                });\n            };\n\n            var openArticleContainer = function () {\n                if (!settings.panelOpen) {\n                \t$(\"#readNextArticleContainer\").show();//show/hide because height is calculated incorrectly for elements with display:none\n                    $(\"#readNextArticleContainer\").hide();\n                    $(settings.articleContainer).toggle('slide', {direction: 'left'}, function () {\n                        //animation complete\n                        _gaq.push(['_trackEvent', 'wayfarer_read_next', 'display_open', 'version_1']);\n                    });\n                    settings.panelOpen = !settings.panelOpen;\n                    settings.autoOpen = false; //set auto open to false once user has viewed this once\n                }\n                return false;\n            };\n\n            var closeArticleContainer = function () {\n                if (settings.panelOpen) {\n                    $(settings.articleContainer).toggle('slide', {direction: 'left'}, function () {\n                        //animation complete\n                    });\n                    settings.panelOpen = !settings.panelOpen;\n                }\n                return false;\n            };\n\n\n            var isScrolledIntoView = function(elem) {\n                if($(elem).length) { //check if element exists\n                    var docViewTop = $(window).scrollTop();\n                    var docViewBottom = docViewTop + $(window).height();\n\n                    var elemTop = $(elem).offset().top;\n                    var elemBottom = elemTop + $(elem).height();\n\n                    return ((elemBottom <= docViewBottom) && (elemTop >= docViewTop));\n                } else {\n                    return false;\n                }\n            };\n\n            var unique = function(array) {\n                return array.filter(function (el, index, arr) {\n                    return index == arr.indexOf(el);\n                });\n            }\n\n            var createCookieBasedOnArticleList = function(currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if (article.id == currentArticleId) {\n                        articleListToSkip[0] = currentArticleId;\n                        $.cookie(settings.readNextCookieName, escape(articleListToSkip.join(',')), {path: '/', expires: 1, domain: 'telegraph.co.uk'});\n                        return true;\n                    }\n                });\n            }\n\n            var updateCookieBasedOnArticleList = function(currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if (article.id == currentArticleId) {\n                        updateCookie(currentArticleId, articleListToSkip);\n                        return true;\n                    }\n                });\n            }\n\n            var updateCookie = function(articleIdToSkip, articleListToSkip) {\n                articleListToSkip.push(articleIdToSkip);\n                articleListToSkip = unique(articleListToSkip);\n                $.cookie(settings.readNextCookieName, escape(articleListToSkip.join(',')), {path: '/', expires: 1, domain: 'telegraph.co.uk'});\n            }\n\n            var chooseNextArticle = function (currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if ((article.id != currentArticleId) && ($.inArray(article.id, articleListToSkip) === -1)) {\n\n                        //set article\n                        settings.articleTitle = article.title;\n                        settings.articleUrl = article.url;\n                        settings.articleId = article.id;\n\t\t\t\t\t\tsettings.articleImage = article.imgUrl;\n                        return true;\n                    }\n                });\n            }\n\n            //public API\n            return {\n                settings: settings,\n                init: init,\n                display: display,\n                openArticleContainer: openArticleContainer,\n                closeArticleContainer: closeArticleContainer\n            }\n        })();\n\n    };\n</script>\n\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"applicationID\":\"3619366\",\"applicationTime\":403,\"beacon\":\"beacon-3.newrelic.com\",\"queueTime\":0,\"licenseKey\":\"586c10d321\",\"transactionName\":\"Z1NTNUNQDxZZAhILXl4ZezJhHhUAVREKA0VVGVIOXFwOCxYLFRI=\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\",\"errorBeacon\":\"bam.nr-data.net\"}</script></body>\n</html>\n\n<!-- googleon: all -->\n"
  },
  {
    "path": "tests/data/html/telegraph.co.uk2.html",
    "content": "<!--[if IE ]>\n<!doctype html>\n<![endif]-->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\n<head>\n<script src=\"//cdn.optimizely.com/js/1425218314.js\"></script>\n        <script type=\"text/javascript\">\n        // <![CDATA[\n        for(var i = 0; i < optimizely[\"activeExperiments\"].length; i++){\n            var expid = optimizely[\"activeExperiments\"][i];\n            var experimentname = optimizely.data.experiments[expid].name;\n            var variationname = optimizely.variationNamesMap[expid];\n            optimizely.$(\"head\").prepend(\"<meta name=\\\"DCSext.opt\\\" content=\\\"\" + experimentname + \"-\" + variationname +\"\\\" />\");\n        }\n        // ]]>\n    </script>\n<script type=\"text/javascript\">\n           /* EPOCH time at the start of the page */\n\n           /*As IE8 doest support Date.now() functionality,using the diffrent one*/\n             if (!Date.now) {\n                    Date.now = function now() {\n                      return new Date().getTime();\n                   };\n              }\n\n              var pageStartTime = Date.now();\n</script>\n\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n\n<title>Margaret Thatcher feared GCSEs would lower school standards - Telegraph</title>\r\n\r\n\r\n\r\n<meta name=\"description\" content=\"Files released by the National Archives show the then prime minister believed \n  exam results would be distorted by &amp;ldquo;biased&amp;rdquo; teachers helping teenagers with \n  coursework\" />\n\n<meta name=\"keywords\" content=\"margaret thatcher, national archives, declassified papers, 1985, 1986, gcses, michael gove, keith joseph, Margaret Thatcher,Politics,News\" />\r\n\r\n<meta name=\"news_keywords\" content=\"margaret thatcher, national archives, declassified papers, 1985, 1986, gcses, michael gove, keith joseph\"> \r\n<meta name=\"parsely-page\" content='{\"title\": \"Margaret Thatcher feared GCSEs would lower school standards \",\"link\": \"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\",\"image_url\": \"http://i.telegraph.co.uk/multimedia/archive/03150/margaret-thatcher_3150443k.jpg\",\"type\": \"post\",\"post_id\": \"11313354\", \"pub_date\": \"2014-12-29T23:59:08Z\",\"section\": \"News\",\"authors\": [\"Edward Malnick\"],\"tags\": [\"Story\",\"News\",\"UK News\",\"Education News\",\"Margaret Thatcher\",\"Edward Malnick\"]}'/>\n    <meta property=\"article:publisher\" content=\"143666524748\" />\n\n    <meta property=\"article:subsection\" content=\"Margaret Thatcher\" />\n\n                    <meta property=\"article:section\" content=\"News\" />\n\n                <meta property=\"article:tag\" content=\"News\" />\n    <meta property=\"article:tag\" content=\"UK News\" />\n    <meta property=\"article:tag\" content=\"Education News\" />\n    <meta property=\"article:tag\" content=\"Margaret Thatcher\" />\n    <meta property=\"article:tag\" content=\"Edward Malnick\" />\n    <meta property=\"article:authorName\" content=\"Edward Malnick\" />\n\n    <meta property=\"article:contenttype\" content=\"story\" />\n                <meta property=\"article:imagecount\" content=\"1\" />\n\n\n            <meta property=\"article:videocount\" content=\"0\" />\n\n\n            <meta property=\"article:embedcount\" content=\"1\" />\n\n\n            <meta property=\"article:internallinkcount\" content=\"14\" />\n\n            <meta property=\"article:externallinkcount\" content=\"0\" />\n\n\n            <meta property=\"article:wordcount\" content=\"945\" />\n        <meta name=\"tmgads.zone\" content=\"news.politics.margaret-thatcher\" />\r\n<meta name=\"tmgads.channel\" content=\"news\" />\r\n<meta name=\"tmgads.section\" content=\"news-politics-margaret_thatcher\" />\r\n\r\n<meta name=\"tmgads.articleid\" content=\"11313354\" />\r\n<input type=\"hidden\" value=\"article\" id=\"pageType\" name=\"pageType\" />\r\n<input type=\"hidden\" value=\"Story\" id=\"templateName\" name=\"templateName\" />\r\n<meta name=\"tmgads.pagetype\" content=\"Story\" />\r\n<meta name=\"tmgads.level\" content=\"4\" />\r\n<meta name=\"tmgads.otherdata\" content=\"\" />\r\n\r\n\r\n\r\n<meta name=\"tmgads.geo\" content=\"US\" />\r\n\r\n\r\n\r\n\r\n\r\n<meta name=\"DCSext.akamigeo\" content=\"US\" />\r\n\r\n\r\n\r\n<meta name=\"section-id\" content=\"5121\" />\r\n\r\n<meta name=\"last-modified\" content=\"2014-12-29\" />\r\n\t\t<meta name=\"article-id\" content=\"11313354\" />\r\n\t\t<meta name=\"title\" content=\"Margaret Thatcher feared GCSEs would lower school standards\" />\r\n\t\t<meta name=\"GSAMLC\" content=\"news/newstopics/politics/margaretthatcher\" />\r\n<meta name=\"GSAChannel\" content=\"news\" />\r\n\r\n<meta name=\"GSAChannelName\" content=\"News\" />\r\n\r\n<meta name=\"GSACategory\" content=\"newstopics\" />\r\n\t<meta name=\"GSAGenre\" content=\"politics\" />\r\n\t<meta name=\"GSASectionUniqueName\" content=\"news-news_topics-politics-margaret_thatcher\" />\r\n\r\n<meta name=\"GSAArticleType\" content=\"Story\" />\r\n\t<meta name=\"DC.date.issued\" content=\"2014-12-29\" />\n<meta name=\"robots\" content=\"noarchive,noodp\" />\n\t<meta property=\"fb:app_id\" content=\"120118784736295\" />\n<meta property=\"fb:admins\" content=\"686953094,531239902,100002344351237\" />\n\n<meta property=\"og:description\" content=\"Files released by the National Archives show the then prime minister believed   exam results would be distorted by &amp;ldquo;biased&amp;rdquo; teachers helping teenagers with   coursework\" />\n<meta property=\"og:site_name\" content=\"Telegraph.co.uk\" />\n<meta property=\"og:title\" content=\"Margaret Thatcher feared GCSEs would lower school standards - Telegraph\" />\n<meta property=\"og:url\" content=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" />\n\n<meta property=\"og:image\" content=\"http://i.telegraph.co.uk/multimedia/archive/03150/margaret-thatcher_3150443k.jpg\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@Telegraph\" />\n\n<meta name=\"twitter:creator\" content=\"@edwardmalnick\" />\n<link rel=\"canonical\" href=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\"/>\n\n<!--  Line no 278 normal.jsp where 1st code change should be made -->\n\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/screen.css\" media=\"screen\" />\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/newscreen.css\" media=\"screen\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/templates/fragments/common/tmglBrandCSS.jsp\" media=\"screen\" />\n\t<!--[if lte IE 6]>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/ie6.css\" media=\"screen\" />\n<![endif]-->\n<!--[if lte IE 7]>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/ie7.css\" media=\"screen\" />\n<![endif]-->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS Feed for Margaret Thatcher articles - Telegraph.co.uk\" href=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/rss\" />\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-1.4.2.min.js\"></script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-1.11.1.min.js\"></script>\n\n<script>\n    jq1_11=$.noConflict(true);\n</script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.scrolldepth.js\"></script>\n\n<script>\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-7226372-1']);\n    _gaq.push(['_setDomainName', 'telegraph.co.uk']);\n    jq1_11.scrollDepth();\n</script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.cookie.js\"></script>\n\n<script src='//d3c3cq33003psk.cloudfront.net/opentag-35657-106653.js'></script>\n\t\t<meta name=\"DCSext.MLC\" content=\"/news/politics/margaret-thatcher\" />\r\n\t<meta name=\"DCSext.Genre\" content=\"margaret-thatcher\" />\r\n\t\t\t\t\t\t\t\t<meta name=\"DCSext.Category\" content=\"politics\"/>\r\n\t\t\t\t\t\t\t\t\t<meta name=\"WT.cg_s\" content=\"politics\"/>\r\n\t\t\t\t\t\t\t\t<meta name=\"DCSext.Channel\" content=\"news\" />\r\n\t\t\t\t\t<meta name=\"WT.cg_n\" content=\"news\" />\r\n\t\t\t\t\t\t<meta name=\"DCSext.Content_Type\" content=\"Story\" />\r\n    <meta name=\"DCSext.Level\" content=\"4\" />\r\n\t<meta name=\"DCSext.author\" content=\"Edward Malnick\" />\r\n\t\t\t<meta name=\"DCSext.articleFirstPublished\" content=\"2014-12-29 17:12\" />\r\n\t<meta name=\"DCSext.articleId\" content=\"11313354\" />\r\n\r\n\t<meta name=\"DCSext.cmsSect\" content=\"News;UK_News;Education_News;Margaret_Thatcher;Edward_Malnick\" />\n\t\r\n\t\r\n\r\n\r\n\r\n\t\t\r\n\r\n\t\t\r\n\t\t  \t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t  \r\n\t\t\r\n\r\n\t\t\r\n\t\t\t<meta name=\"DCSext.cf\" content=\"1\"/>\t\r\n\t\t\t  \t<meta name=\"DCSext.pd\" content=\"1\"/>\r\n\t\t\t  \r\n\t\t\r\n\r\n\r\n\t\t<script src=\"/template/ver1-0/js/webtrends/WTDcsVid.js\" type=\"text/javascript\"></script>\r\n<script src=\"/template/ver1-0/js/webtrends/LIVE/WTID.js\" type=\"text/javascript\"></script>\r\n\r\n<script>\r\nwindow.webtrendsAsyncInit=function(){\r\n    var dcs=new Webtrends.dcs().init({\r\n        dcsid:\"dcsshgbi400000gscd62rrg43_4o2o\",\r\n        domain:\"webtrends.telegraph.co.uk\",\r\n        timezone:0,\r\n        adimpressions:true,\r\n        adsparam:\"WT.ac\",\r\n        offsite:false,\r\n        download:true,\r\n        downloadtypes:\"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip\",\r\n        metanames:\"DCSext.MLC, DCSext.source, DCSext.Category, DCSext.Genre, DCSext.Channel, DCSext.imageNo, DCSext.GalleryType, DCSext.Content_Type, DCSext.Level, DCSext.author, DCSext.articleFirstPublished, DCSext.articleId, DCSext.productProvider, DCSext.productName, DCSext.EA_Search_Type, DCSext.EA_Search_Engine, DCSext.EA_Search_Phrase, DCSext.oss, DCSext.ossType, DCSext.cf, DCSext.cn, DCSext.cd, DCSext.pd,DCSext.cmsSect\",        \r\n        fpcdom:\".telegraph.co.uk\",\r\n        plugins:{\r\n            hm:{src:\"/template/ver1-0/js/asyncwebtrends/webtrends.hm.js\",hmurlparams:\"frame,image\"},\r\n            qbert: { src:\"/template/ver1-0/js/asyncwebtrends/qbert-wtplugin.js\" }\r\n        }\r\n        });\r\n    if ($.cookie(\"tmg_subs\") != null){\r\n    \tvar ts = $.parseJSON($.cookie(\"tmg_subs\"));\r\n        dcs.DCSext.location = ts.location;\r\n    \tdcs.DCSext.trialDescription =ts.trialDescription;\r\n\t    dcs.DCSext.subscriptionType = ts.subscriptionType;\r\n\t    dcs.DCSext.flowType = ts.flowType;\r\n\t    dcs.DCSext.productType = ts.productType;\r\n\t    dcs.DCSext.serviceId = ts.serviceId;\r\n\t    dcs.DCSext.servicePriceId = ts.servicePriceId;\r\n\t\r\n\t    dcs.DCSext.discountVoucher = ts.discountVoucher;\r\n\t    dcs.DCSext.partnerName = ts.partnerName;\r\n\t    dcs.DCSext.currentPromoName = ts.currentPromoName;\r\n\t    dcs.DCSext.sourcePromoName = ts.sourcePromoName;\r\n\t    dcs.DCSext.promoType = ts.promoType;\r\n\t    dcs.DCSext.tCode = ts.tCode;\r\n\t    dcs.DCSext.status = ts.status == true  && ts.acquisitionCompleted == true ? 'Active':'Inactive';\r\n\r\n   }\r\n   if( /Android|webOS|iPad|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { dcs.DCSext.platform=\"tablet\";}    \r\n   dcs.track();\r\n\r\n};\r\n(function(){\r\n    var s=document.createElement(\"script\"); s.async=true; s.src=\"/template/ver1-0/js/asyncwebtrends/webtrends.js\";\r\n    var s2=document.getElementsByTagName(\"script\")[0]; s2.parentNode.insertBefore(s,s2);\r\n}());\r\n</script>\r\n\r\n<noscript>< img alt=\"dcsimg\" id=\"dcsimg\" width=\"1\" height=\"1\" src=\"//webtrends.telegraph.co.uk/dcsshgbi400000gscd62rrg43_4o2o/njs.gif?MLC=&amp;Channel=&amp;Genre=&amp;Category=&amp;Content_Type=&amp;Level=&amp;source=&amp;dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.10&amp;dcssip=www.telegraph.co.uk\"/></noscript>\r\n\r\n<script type=\"text/javascript\"> \n//Events tracking for Google Analytics \nfunction trackGoogle() { \ntry {var pageTracker = _gat._getTracker(\"UA-7226372-1\");pageTracker._trackPageview();} catch(err) {} \n} \n\n//External links tracking through Google Analytics \nfunction isLinkExternal(link) { \n    var r = new RegExp('^https?://(?:www.)?' + location.host.replace(/^www./, '')); \n        return !r.test(link); \n} \n$(document).ready(function() { \n    $(document).bind('click', function(e) { \n        var target = (window.event) ? e.srcElement : e.target; \n        while (target) { \n            if (target.href) break; \n            target = target.parentNode; \n        } \n        if (!target || !isLinkExternal(target.href)) return true; \n        var link = target.href; \n        link = '/outgoing/' + link.replace(/:\\/\\//, '/'); \n        _gaq.push(['_trackPageview', link]); \n    }); \n}); \n\n  var _gaq = _gaq || []; \n  _gaq.push(['_setAccount', 'UA-7226372-1']); \n  _gaq.push(['_setDomainName', 'telegraph.co.uk']); \n  _gaq.push(['_trackPageview']); \n\n  (function() { \n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; \n    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); \n  })(); \n\n</script>\t\t\n<script type=\"text/javascript\">\n  var gs_channels=\"default\";\n  // Last-updated: 2015-01-03 11:46:24.434\ngs_channels=\"edu_education\";\n\n</script>\n<script type=\"text/javascript\">\n    // <![CDATA[\n  var qcSegs = ''; \n  var qcResults = function(qc){ \n    for (var i=0;i<=qc.segments.length-1;i++){ \n      if(qc.segments[i].id != 'D' && qc.segments[i].id != 'T') qcSegs += ';qc='+qc.segments[i].id; \n    } \n  }\n    // ]]>\n</script> \n<script type=\"text/javascript\" src=\"http://pixel.quantserve.com/api/segments.json?a=p-gyXAHFFgnNQDj&callback=qcResults\"></script>\n\n\n\t\t\n\t\t\t<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/gpt.js\"></script>\n\t\t\n\t\n<script src=\"http://s.telegraph.co.uk/toolbar/disqus_parameters_prod.js\" type=\"text/javascript\" ></script>\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/subscriber.css\" media=\"screen\" />\n<div bucket-id=\"mpu\">\r\n</div><script src='http://player.ooyala.com/v3/ZTIxYmJjZDM2NWYzZDViZGRiOWJjYzc5?platform=html5-fallback'></script>\n<script src=\"/template/ver1-0/js/ooyala.js\" type=\"text/javascript\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/ajax.js\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/commWidget.js\"></script>\n\n\n<!-- Begin KRUX Digital Control Tag for The Telegraph -->\n<!-- End KRUX Digital Control Tag for The Telegraph -->\n\n\n\t\t<!-- Begin comScore Tag -->\n<script>\n\tvar _comscore = _comscore || [];\n\t_comscore.push({\n\t\tc1 : \"2\",\n\t\tc2 : \"6035736\"\n\t});\n\t(function() {\n\t\tvar s = document.createElement(\"script\"), el = document\n\t\t\t\t.getElementsByTagName(\"script\")[0];\n\t\ts.async = true;\n\t\ts.src = (document.location.protocol == \"https:\" ? \"https://sb\"\n\t\t\t\t: \"http://b\")\n\t\t\t\t+ \".scorecardresearch.com/beacon.js\";\n\t\tel.parentNode.insertBefore(s, el);\n\t})();\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035736&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/majornews.css\" media=\"screen\" />\n</head>\n\n<body class=\"news\">\n\t<!-- invitationUrl contains the baseUrl for the invitation(paywall). The whole url is completed by the esi tags -->\n<script type=\"text/javascript\">\n\t\tvar subsInfo = new Object();\n\t\tsubsInfo.channel =  $('meta[name=\"DCSext.Channel\"]').attr(\"content\");\n\t\tif(subsInfo.channel==undefined){subsInfo.channel='';}\n\t\tsubsInfo.mlc = $('meta[name=\"DCSext.MLC\"]').attr(\"content\");\n\t\tif(subsInfo.mlc==undefined){subsInfo.mlc='';}\n\t\tsubsInfo.category = $('meta[name=\"DCSext.Category\"]').attr(\"content\");\n\t\tif(subsInfo.category==undefined){subsInfo.category='';}\n\t\tsubsInfo.level = $('meta[name=\"DCSext.Level\"]').attr(\"content\");\n\t\tif(subsInfo.level==undefined){subsInfo.level='';}\n\t\tsubsInfo.author = $('meta[name=\"DCSext.author\"]').attr(\"content\");\n\t\tif(subsInfo.author==undefined){subsInfo.author='';}\n\t\tsubsInfo.content_type = $('meta[name=\"DCSext.Content_Type\"]').attr(\"content\");\n\t\tif(subsInfo.content_type==undefined){subsInfo.content_type='';}\n\t\tsubsInfo.articleId = $('meta[name=\"DCSext.articleId\"]').attr(\"content\");\n\t\tif(subsInfo.articleId==undefined){subsInfo.articleId='';}\n\t\tvar subsJson = JSON.stringify(subsInfo);\n\t\t$.cookie(\"tmg_subs_referer\",subsJson, { path: '/', domain: 'telegraph.co.uk'});\n\t\tvar inviteWTUrlSuffix='?channel='+ subsInfo.channel+'&mlc='+subsInfo.mlc+'&category='+ subsInfo.category+'&level='+subsInfo.level+'&author='+subsInfo.author+'&content_type='+subsInfo.content_type+'&articleId='+subsInfo.articleId;\n\t\t\n\t\t<!-- default inviteUrl value is UK-->\n\t\tvar inviteUrl = \"\" + '/subscriptions/invitation/';\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tvar inviteUrl = \"\" + \"/subscriptions/invitation-intl/\";\n\t\t\t\t\n\t\t\t\n\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\tvar plink = \"http://www.telegraph.co.uk/template/ver1-0/templates/fragments/common/toolBar-js.jsp\";\n\t</script>\n\t<script src=\"\" type=\"text/javascript\" ></script>\n\t<script src=\"http://s.telegraph.co.uk/toolbar/js/tmgMenu.js\" type=\"text/javascript\" ></script>\n<!--[if lte IE 6]>\n<div id=\"ieLteSix\">\n\t<div class=\"ieLteSixBanner\">\n\t\t<table cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t<tbody>\n\t\t\t\t<tr>\n\t\t\t\t\t<td class=\"ieLteSixLeft\">\n\t\t\t\t\t\t<p class=\"ieFirstP\">We no longer check to see whether Telegraph.co.uk displays properly in Internet Explorer version 6 or earlier.</p>\n\t\t\t\t\t\t<p class=\"ieSecondtP\">To see our content at its best we recommend <a href=\"/browser-support/\">upgrading if you wish to continue using IE or using another browser such as Firefox, Safari or Google Chrome.</a></p>\n\t\t\t\t\t</td>\n\t\t\t\t\t<td valign=\"top\" class=\"ieLteSixRight\">\n\t\t\t\t\t\t<a href=\"#\" id=\"ieX\"><img width=\"20\" height=\"20\" border=\"0\" alt=\"Hide this banner\" src=\"/template/ver1-0/i/ieX.gif\"></a>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t</tbody>\n\t\t</table>\n\t</div>\n</div>\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/ieSix.js\"></script>\n<![endif]-->\n\n<!-- googleoff: all -->\n<a name=\"top\"></a>\n\n<div class=\"hidden\">\r\n\t<p>Accessibility links</p>\r\n\t<ul>\r\n\t<li><a href=\"#article\">Skip to article</a></li>\r\n\t\t<li><a href=\"#mainsections\">Skip to navigation</a></li>\r\n\t</ul>\r\n</div><div id=\"tmglSite\">\n\t<div class=\"printLogo\"><img src=\"/template/ver1-0/i/telegraph_print_190.gif\"/></div>\n\n\t<div id=\"tmglHeader\" class=\"\">\r\n\t<div id=\"tmglBannerAd\">\r\n    \r\n              <script type=\"text/javascript\">\r\n                  /* EPOCH time at the start of banner Ad */\r\n                var bannerTimerStart = Date.now();\r\n              \r\n            </script>\r\n\t\t<div class=\"access\">Advertisement</div>\r\n<div class=\"adbanner\" align=\"center\">\r\n\t<div id=\"banner\" class=\"InSkinHide\">\r\n\t\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"ban\", \"970x250,970x90,940x250,728x90,468x60\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n</div>\r\n\t<div id=\"tmglBrandLarge\">\r\n\t\t\t<a href=\"/\">\r\n\t\t\t\t\t<div id=\"brand\">Telegraph.co.uk</div></a>\r\n\t\t\t<div id=\"topBarRightContainer\">\r\n\t\t\t\t<div id=\"searchBar\">\r\n\t\t\t\t\t<div id=\"searchBlock\">\n\t\t\t\t<form name=\"otsn_search\" id=\"otsn_search\" method=\"get\" action=\"/search/\">\n\t\t\t\t\t<input type=\"text\" class=\"searchBox otsn\"  value=\"\" size=\"19\" tabindex=\"1\"  />\n\t\t\t\t\t<input type=\"hidden\" id=\"hiddenQueryText\"  name=\"queryText\"  value=\"\"/>\n\t\t\t\t\t<input type=\"hidden\" name=\"sort\" value=\"recent\" checked=\"checked\"/>\n\t\t\t\t\t<input type=\"submit\" class=\"formSubmit\" tabindex=\"2\" id=\"go\" value=\"\" />\n                                        <div class=\"searchText  new\">\n                                        Search - enhanced by OpenText</div>\n\n\t\t\t\t</form>\n\t\t\t\t<div class=\"cl\"></div>\n\t\t\t</div>\n\t\t</div>\r\n\t\t\t\t<div id=\"tmgTopBar\">\r\n\t\t\t\t<div id=\"tmglTopRight\" class=\"tmgTopBarDate\">\r\n\t\t\t\t\t<div id=\"tmglLasUpdatedDateFeed\">\n\t<p>\n\t\tSaturday 03 January 2015</p>\n</div>\n\n</div>\r\n\t\t\t</div></div>\r\n\t\t\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\t</div>\r\n<script type=\"text/javaScript\">\r\n/* EPOCH time at the  end of Header */\r\nvar tmgHeaderTimerEnd=Date.now();\r\n</script>\r\n<!-- googleon: all -->\n\t\t\t<!-- googleoff: all -->\r\n\t<div id=\"tmglMenu\">\n\t<div id=\"tmglPriExWrap\">\n\t\t<div id=\"tmglPrimaryNav\" class=\"nonActiveNav\">\n\t\t\t<div class=\"access\"><a name=\"mainsections\"></a></div>\n\t<ul class=\"mainNav\">\n\t\t<li class=\"first styleOne\"><a href=\"http://www.telegraph.co.uk/\">Home</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/telegraphtv/\">Video</a></li>\n\t\t\t\t\t\t\t<li class=\"selected styleOne\" id=\"menuItemstyleOne\"><a href=\"http://www.telegraph.co.uk/news/\">News</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/worldnews/\">World</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/sport/\">Sport</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/finance/\">Finance</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/comment/\">Comment</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/culture/\">Culture</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/travel/\">Travel</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/lifestyle/\">Life</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/women/\">Women</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://fashion.telegraph.co.uk\">Fashion</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/luxury/\">Luxury</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/technology/\">Tech</a></li>\n\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/motoring/\">Cars</a></li>\n\t\t\t\t\t\t\t</ul></div>\n\t\t<div id=\"tmglExtraNav\">\n\t<ul class=\"extraNav\">\n\t\t</ul>\n\t<div class=\"cl\"></div>\n</div> \n<div class=\"cl\"></div>\n\t</div>\n\n\t<div id=\"tmglSecondNav\" class=\"activeNav styleOne\">\n\t\t\t\t<ul class=\"mainNav\">\n\t\t\t\t\t\t<li class=\"selected  first styleOne\"><a href=\"http://www.telegraph.co.uk/news/politics/\">Politics</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/investigations/\">Investigations</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/obituaries/\">Obits</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/education/\">Education</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/science/\">Science</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/earth/\">Earth</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/health/healthnews/\">Health</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/uknews/defence/\">Defence</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/uknews/scotland/\">Scotland</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/uknews/theroyalfamily/\">Royal</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/celebritynews/\">Celebrities</a></li>\n\t\t\t\t\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/newstopics/howaboutthat/\">Weird</a></li></ul>\n\t\t\t\t\t<div class=\"cl\"></div>\n\t\t\t\t</div>\n\t\t<div id=\"tmglThirdNav\">\n\t\t\t\t\t<ul class=\"mainNav\">\n\t\t\t\t\t\t<li class=\"first \"><a href=\"http://www.telegraph.co.uk/news/politics/conservative/\">Conservatives</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/politics/liberaldemocrats/\">Liberal Democrats</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/politics/labour/\">Labour</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"/news/election-2010/party-policy/7560271/UK-political-parties-list.html\">Political Parties</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/uknews/scotland/scottish-politics/\">Scottish Politics</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/politics/local-elections/\">Local Elections</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"\"><a href=\"http://www.telegraph.co.uk/news/general-election-2015/\">General election 2015</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t<div class=\"cl\"></div>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"tmglCrumbtrail\">\r\n\t\t<ol>\r\n\t\t\t<li class=\"first\"><a href=\"/\">Home</a><span>&raquo;</span></li>\r\n\t\t\t<li><a href=\"http://www.telegraph.co.uk/news/\">News</a><span>&raquo;</span></li>\r\n\t\t\t\t\t<li><a href=\"http://www.telegraph.co.uk/news/politics/\">Politics</a><span>&raquo;</span></li>\r\n\t\t\t\t\t<li class=\"styleOne\"><a href=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/\">Margaret Thatcher</a></li></ol>\r\n\t\t<div class=\"cl\"></div>\r\n\t</div>\r\n</div>\n\n<!-- googleon: all -->\r\n<div id=\"tmglBody\" itemscope itemtype=\"http://schema.org/Article\" >\r\n\t<div class=\"access\"><a name=\"article\"></a></div>\r\n\r\n\t<div class=\"twoThirdsThird2 gutterUnder\">\r\n\t\t<div class=\"twoThirds gutter\" >\r\n\t\t\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-ui.js\"></script>\r\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.multiselect.js\"></script>\r\n\r\n<div class=\"storyHead\">\r\n\r\n<h1 itemprop=\"headline name\">Margaret Thatcher feared GCSEs would lower school standards</h1>\r\n\t\t\t<h2  itemprop=\"alternativeHeadline description\">\nFiles released by the National Archives show the then prime minister believed \n  exam results would be distorted by &ldquo;biased&rdquo; teachers helping teenagers with \n  coursework\n\n</h2>\t\t\t\t\t\t\r\n\t<style media=\"print\">\n    .newGigyaShare { display: none !important; }\n</style>\n<div id=\"newGigyaShareTop\" class=\"newGigyaShare\"></div>\n\n<!-- Opta Widget start -->\r\n\t<!-- Opta Widget end -->\r\n\t\r\n\t<div class=\"artIntro\">\r\n\t\t\t\t\t<div id=\"storyEmbSlide\">\r\n\t\t\t<div class=\"slideshow ssIntro\">\r\n\t\t\t\t<div class=\"nextPrevLayer\">\r\n\t\t\t\t\t\t\t<div class=\"ssImg\">\r\n\t\t\t\t\t\t\t\t\t<img src=\"http://i.telegraph.co.uk/multimedia/archive/03150/margaret-thatcher_3150443b.jpg\" width=\"620\" height=\"387\" alt=\"The papers reveal Margaret Thatcher did not “like the sound of the new exam” \" itemprop=\"image\"/>\r\n\t\t\t\t\t\t\t\t\t<div class=\"artImageExtras\" >\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"ingCaptionCredit\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"caption\">The papers reveal Margaret Thatcher did not “like the sound of the new exam” </span>&nbsp;<span class=\"credit\">Photo: Getty Images</span></div>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t</div>\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t</div>\r\n\t\t\r\n\t</div>\t\r\n\t\t\t</div>\r\n<div class=\"oneHalf gutter\">\r\n\t\t\t\t\t\t<div class=\"story\">\r\n\t\t<div class=\"cl\"> </div>\r\n\t\t<div class=\"byline\">\r\n\t\t<div >\r\n\t\t\t\r\n\t\t\t<p class=\"bylineBody\">\r\n\t\t\t\t\t\t\tBy <a rel=\"author\" title=\"Edward Malnick\" href=\"http://www.telegraph.co.uk/journalists/edward-malnick/\" >\r\n\t\t\t\t\t\t\t\t\t\t\tEdward Malnick</a></p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t<p class=\"publishedDate\">11:59PM GMT 29 Dec 2014</p>\r\n\t\t<meta itemprop=\"datePublished\" content=\"2014-12-29\"/><div class=\"bylineSocialButtons\">\r\n\t\t\t\t\t<a href=\"https://twitter.com/edwardmalnick\" class=\"twitter-follow-button\" data-screen-name=\"edwardmalnick\" data-show-count=\"true\" data-show-screen-name=\"false\" data-lang=\"en\">Follow</a> \r\n\t\t\t\t\t\t<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n\t\t\t\t\t</div>\r\n\t\t\t<div class=\"cl\"> </div>\r\n\t</div>\r\n\t<div id=\"mainBodyArea\" itemprop=\"articleBody\">\r\n\r\n\t\r\n\t\t\t  \t\r\n\t\t\t\t\t<div class=\"firstPar\"><p>\nMargaret Thatcher attempted to put off the introduction of GCSEs because she \n  feared the exams would lead to lower standards and a &ldquo;can&rsquo;t fail&rdquo; mentality \n  among pupils, newly released files show. \n</p></div><div class=\"secondPar\">\n<p>\nIn comments which are likely to be seen by Conservatives as a further \n  vindication of their sweeping reforms of the exams, the then prime minister \n  said the system would allow results to be distorted by &ldquo;biased&rdquo; teachers \n  helping teenagers with coursework. \n</p></div><div class=\"thirdPar\">\n<p>\nPreviously unseen papers show Mrs Thatcher warned six months before GCSEs \n  replaced O-levels in 1986 that she did not &ldquo;like the sound of the new exam&rdquo;, \n  and asked for its introduction to be delayed. \n</p></div><div class=\"fourthPar\">\n<p>\nHowever she eventually concluded that to intervene would amount to a public \n  &ldquo;contradiction&rdquo; of Sir Keith Joseph, the education secretary and a close \n  friend, and appear as if she was taking the side of teaching unions, which \n  wanted more time to prepare for the new system. She therefore had &ldquo;no option \n  but to go ahead&rdquo;, she told aides. \n</p></div><div class=\"fifthPar\">\n<p>\nHer previously unknown concerns are revealed in official papers from 1986 \n  released by the National Archive in Kew, west London. \n</p></div><div id=\"tmg-related-links\" class=\"related-links-float-design related_links_inline\">\r\n\t\t\t<div class=\"headerOne styleOne\"><h2><span>Related Articles</span></h2></div>\r\n\t\r\n\t\t\t<ul>\r\n\t\r\n\t\t\t\t<li class=\"firstItem\">\r\n                                                                    <!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"/news/politics/margaret-thatcher/11313380/Margaret-Thatcher-conducted-covert-war-against-BBC.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03150/thatcher-bbc_3150455g.jpg\" alt=\"Just months after she came to power, Prime Minister Margaret Thatcher suggested that advertising could be introduced to some of the BBC's radio programmes to help raise revenue\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                </div></li>\r\n                                                            <li class=\"bullet\">\r\n                                                        <p>\r\n                    <a  href=\"/news/politics/margaret-thatcher/11313380/Margaret-Thatcher-conducted-covert-war-against-BBC.html\">Margaret Thatcher conducted covert war against BBC</a>\n                </p>\r\n\r\n\t<span class=\"relContDate\">30 Dec 2014</span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"bullet\">\r\n                                                        <p>\r\n                    <a  href=\"/news/politics/margaret-thatcher/11314283/Top-KGB-defector-begged-Margaret-Thatcher-to-secure-release-of-his-family.html\">Top KGB defector begged Margaret Thatcher to secure release of his family</a>\n                </p>\r\n\r\n\t<span class=\"relContDate\">30 Dec 2014</span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"bullet\">\r\n                                                        <p>\r\n                    <a  href=\"/news/politics/margaret-thatcher/11314284/Margaret-Thatcher-warned-officials-not-to-be-too-harsh-on-Belgrano-whistleblower.html\">Margaret Thatcher warned officials not to be too harsh on Belgrano whistleblower</a>\n                </p>\r\n\r\n\t<span class=\"relContDate\">30 Dec 2014</span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"bullet\">\r\n                                                        <p>\r\n                    <a  href=\"/news/politics/margaret-thatcher/11314285/Thatcher-government-considered-building-chemical-weapons-stockpile.html\">Thatcher government considered building chemical weapons stockpile</a>\n                </p>\r\n\r\n\t<span class=\"relContDate\">30 Dec 2014</span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t</div>\r\n\t<div class=\"body\">\n<p>\nHer fears appear to chime with the views of Conservatives about the GCSE \n  system today - almost 30 years later. \n</p>\n<p>\nMichael Gove, who was education secretary until the summer, is said to believe \n  that the introduction of the exam was a &ldquo;historic mistake&rdquo; that has led to a \n  dramatic fall in standards. Before stepping aside to become Chief Whip he \n  set in train an overhaul of the curriculum which he said would address &ldquo;the \n  pernicious damage caused by grade inflation and dumbing down&rdquo;. \n</p>\n<p>\nGCSEs were eventually introduced in September 1986 with Kenneth Baker, now \n  Lord Baker of Dorking, as education secretary, after Sir Keith stepped down \n  in May - weeks after his clash with Mrs Thatcher over the exams. \n</p>\n<p>\nSir Keith had insisted that the new scheme was intended to better stretch \n  teenagers, creating a tougher, &ldquo;clearer and fairer&rdquo; system. Under the old \n  system, as part of which more academic teenagers took O-levels and others \n  took CSEs, individual grades were awarded largely based on the relative \n  performance of competing candidates. \n</p>\n<p>\nGCSEs were intended to ensure a focus on &ldquo;how much or how little pupils \n  understand, know and can do&rdquo;. \n</p>\n<p>\n<div class='videoPlayer'>\n<script type=\"text/javascript\">\ntmgAds.embedPlayer = tmgAds.embedPlayer || {};\ntmgAds.embedPlayer = {width:460,height:258,size:'460x258',vidSize:'620x415'};\nif(typeof(tmgAds.page.platform) != 'undefined' && tmgAds.page.platform === \"mobile\") tmgAds.embedPlayer = {width:300,height:169,size:'300x169',vidSize:'300x235'};\ntmgAds.embedPlayer = {\n  'targetId'     : 'embedPlayerWrapper',\n  'platform'     : tmgAds.page.platform,\n  'width'        : tmgAds.embedPlayer.width,\n  'height'       : tmgAds.embedPlayer.height,\n  'size'         : tmgAds.embedPlayer.size,\n  'autoplay'     : 'false',\n  'vidEmbed'     : '9uZGZqcjpMOEt4fBnWwSp2r6RrqubKBB',\n  'adTag'        : tmgAdsBuildAdTag(\"vid\",tmgAds.embedPlayer.vidSize,\"pfadx\",\";vidsrc=tmg;vt=embed;dcmt=text/xml\",3)\n}\ntmgAds.embedPlayer.remotesrc = 'http://s.telegraph.co.uk/tmgads/tools/ooyala/iframeplayer.html?platform='+tmgAds.page.platform+'&width='+tmgAds.embedPlayer.width+'&height='+tmgAds.embedPlayer.height+'&size='+tmgAds.embedPlayer.size+'&vidEmbed='+tmgAds.embedPlayer.vidEmbed+'&adTag='+encodeURIComponent(tmgAds.embedPlayer.adTag);\ntmgAds.embedPlayer.tmgEmbedPlayer = '<iframe src=\"'+tmgAds.embedPlayer.remotesrc+'\" width=\"'+tmgAds.embedPlayer.width+'\" height=\"'+tmgAds.embedPlayer.height+'\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>';\ndocument.write(tmgAds.embedPlayer.tmgEmbedPlayer);\n</script>\n</div>\n\n<sup>Files reveal Thatcher warned against introducing 'poll tax'</sup>\n</p>\n<p>\nMrs Thatcher, herself a former education secretary, raised her concerns about \n  GCSEs with Mr Joseph in the spring of 1986. However on March 6 Mr Joseph \n  wrote to her insisting she was &ldquo;misleading herself&rdquo; about the exams. \n</p>\n<p>\nHe insisted that the new system would &ldquo;inject more rigour&rdquo; and &ldquo;use-able \n  learning&rdquo; and would be &ldquo;a key instrument for improving standards&rdquo;. \n</p>\n<p>\nMrs Thatcher marked his three-page briefing note with a series of hand-written \n  annotations, complaining about his use of &ldquo;an awful lot of high language&rdquo; \n  and questioning a number of his claims. \n</p>\n<p>\nSir Keith said that under the O-level and CSE system pupils were &ldquo;simply \n  ranked in merit order, with little regard to how much or how little pupils \n  understand, know and can do&rdquo;. \n</p>\n<p>\nBut in a hand-written annotation to his letter Mrs Thatcher said: &ldquo;This is not \n  a correct judgement of the present examinations system. We were taught to \n  think and apply 50 years ago.&rdquo;\n</p>\n<p>\nMrs Thatcher was advised by the No 10 policy unit to postpone the new system \n  until it was clear that it was &ldquo;workable&rdquo;. In one briefing note she was \n  warned that &ldquo;GCSE is an exam nobody will fail&rdquo; and &ldquo;does little for the \n  lowest 30 per cent of students&rdquo;. Implementing the new system in September \n  was a &ldquo;hopelessly unrealistic&rdquo; prospect, an official said. \n</p>\n<p>\nIn a summary of Mrs Thatcher&rsquo;s concerns, dated March 18 1986, Mark Addison, \n  then her private secretary for home affairs, said the prime minister \n  believed the new approach would lead to &ldquo;lower standards; a shift away from \n  the traditional approach to learning in favour of a &lsquo;can&rsquo;t fail&rsquo; mentality; \n  assessment by the pupils&rsquo; own teachers with the consequent risk of \n  introducing more bias.&rdquo;\n</p>\n<p>\nMrs Thatcher had not, Mr Addison added, been impressed &ldquo;by the jargon-soaked \n  justifications&rdquo; of the exam produced by Mr Joseph&rsquo;s department. \n</p>\n<p>\nShe asked for implementation of the exam to be postponed for at least a year, \n  in line with the demands of many teachers, to help ensure the syllabuses \n  were &ldquo;sufficiently rigorous&rdquo; and the coursework &ldquo;properly assessed&rdquo;. \n</p>\n<p>\nHowever in early April she acquiesced with Mr Joseph&rsquo;s insistence that the \n  Government should hold its course, agreeing with Tim Flesher, another of her \n  private secretaries, that to back down would &ldquo;look like taking the side of \n  the unions&rdquo;. &ldquo;I agree - no option but to go ahead,&rdquo; she said. \n</p>\n<p>\nAsked about the disclosures, Lord Baker told the Telegraph: \"She was \n  concerned ... because she always felt that whenever you change anything in \n  education it might be for the worse.\"\n</p>\n<p>\nHowever, he added: \"In defence of Keith I don't think she fully \n  appreciated that the great thing about GCSEs is it did away with CSE, which \n  was virtually valueless.\"\n</p>\n<p>\nThe standard of GCSEs was initially \"high\", Lord Baker added, saying \n  there had been a \"degeneration\" in grades over time. \n</p></div>\r\n\t\t\t   \r\n\t\t<div class=\"cl\"></div>\r\n</div></div><div class=\"isaSeason\">\r\n\t\t\t</div></div>\r\n\r\n\t\t\t\t\t<div class=\"oneSixth\">\r\n\t\t\t\t\t\t\t<!-- googleoff: all -->\r\n\r\n\t<style media=\"print\">\n    #newGigyaShareSide { display: none !important; }\n</style>\n<div id=\"newGigyaShareSide\">\n    <a href=\"javascript:print()\" alt=\"Print\" title=\"Print\">&nbsp;</a>\n</div>\n\n<div class=\"storyfct\">\r\n\t\t\t<div id=\"storyMoreOnFucntion\">\r\n\t\t<div class=\"secLinks\">\r\n\r\n\t\t\t<div class=\"section\">\r\n\t\t\t\t<div class=\"name\">\r\n\t\t\t\t\t<h2><a href=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/\">Margaret Thatcher</a></h2>\r\n\t\t\t\t</div>\r\n\t\t\t\t\r\n\t\t\t\t<div class=\"cl\"></div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<ul>\r\n\t\t\t\t\t<li class=\"first\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/\">News &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/news/uknews/\">UK News &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/education/educationnews/\">Education News &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t<li class=\"last\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"http://www.telegraph.co.uk/journalists/edward-malnick/\">Edward Malnick &#187;</a></h3>\r\n\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n\t<div class=\"related_links\">\r\n\t\t</div>\r\n\r\n    <div class=\"summaryMedium secPuffs section-puffs\">\r\n                <div class=\"headerOne styleOne\"><p>In Margaret Thatcher</p></div>\r\n                <div bucket-id=\"section_puffs_01\" >\t\r\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://blogs.telegraph.co.uk/news/author/jameskirkup/\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02552/kirkup-heads_2552586g.jpg\" alt=\"\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                                </div>\r\n\t\r\n<h3>\r\n\t\t\t<a  href=\"http://blogs.telegraph.co.uk/news/author/jameskirkup/\">James Kirkup's analysis</a>\n                                </h3>\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/journalists/michael-deacon/\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02552/deacon-heads_2552589g.jpg\" alt=\"\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                                </div>\r\n\t\r\n<h3>\r\n\t\t\t<a  href=\"http://www.telegraph.co.uk/journalists/michael-deacon/\">Michael Deacon's sketch</a>\n                                </h3>\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://books.telegraph.co.uk/BerteShopWeb/viewProduct.do?ISBN=9780713992823\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02541/margaret-thatcher-_2541133g.jpg\" alt=\"Margaret Thatcher biography cover\" border=\"0\" width=\"140\"  height=\"216\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                                </div>\r\n\t\r\n<h3>\r\n\t\t\t<a  href=\"http://books.telegraph.co.uk/BerteShopWeb/viewProduct.do?ISBN=9780713992823\">Buy Margaret Thatcher: The Authorized Biography by Charles Moore</a>\n                                </h3>\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <div class=\"playButton\" style=\"width: 140px; height: 87px;\"><a  href=\"/news/politics/margaret-thatcher/10006219/Margaret-Thatchers-authorised-biography-the-early-years.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02541/Thatcher-1975_2541504g.jpg\" alt=\"February 11, 1975: Margaret Thatcher gives her first press conference as the new Conservative Party leader\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"playBtt\" style=\"width: 140px; opacity: 0; filter: alpha(opacity = 0);\">&nbsp;</span><span class=\"playBttTop\" style=\"width: 140px;\"></span></a>\n                </div></div>\r\n\t\r\n<h3>\r\n                    <a  href=\"/news/politics/margaret-thatcher/10006219/Margaret-Thatchers-authorised-biography-the-early-years.html\">Thatcher biography: the early years</a>\n                </h3>\r\n\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneSixth -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.amazon.co.uk/gp/product/B00C9IWAN6/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1634&creative=6738&creativeASIN=B00C9IWAN6&linkCode=as2&tag=telegraphcoukbooklink-21\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02530/Thatcher2_2530641g.jpg\" alt=\"Former British Conservative Prime Minister Baroness Margaret Thatcher pictured 2004\" border=\"0\" width=\"140\"  height=\"87\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                                </div>\r\n\t\r\n<h3>\r\n\t\t\t<a  href=\"http://www.amazon.co.uk/gp/product/B00C9IWAN6/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1634&creative=6738&creativeASIN=B00C9IWAN6&linkCode=as2&tag=telegraphcoukbooklink-21\">Margaret Thatcher 1925-2013: tributes and news ebook</a>\n                                </h3>\r\n\t</div>\n\t\t</div>\n\t</div>\r\n\t</div>\r\n        <!-- googleon: all --></div>\r\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\r\n\t\t\t<div class=\"storyFt\">\r\n\t\t\t\t<style media=\"print\">\n    .newGigyaShare { display: none !important; }\n</style>\n<div id=\"newGigyaShareBottom\" class=\"newGigyaShare\"></div>\n<div id=\"outbrain-links\">\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" data-widget-id=\"AR_16\" data-ob-template=\"telegraph\"></div>\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" data-widget-id=\"AR_30\" data-ob-template=\"telegraph\"></div>\t\t\t\t\t\t\r\n\t\t\t\t\t\t<script type=\"text/javascript\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\r\n\t\t\t\t<div id=\"outbrain-links\">\r\n\t\t\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" data-widget-id=\"AR_4\" data-ob-template=\"telegraph\"></div>\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t</div>\t\t\t\t\r\n\t\t\t\t\r\n\t  \t\r\n            <div class=\"summaryMedium artCommercial\">\r\n                        <div bucket-id=\"article_commercial_06\" >\t\r\n\t<div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 10819290 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>Top news galleries</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"gutterUnder noSummaryTopBorder\">\n\t\n\t\t\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11317419 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\">The search for AirAsia QZ8501</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia-coffin_3153343f.jpg\" alt=\"Members of an Indonesian search and rescue team carry a coffin containing a victim of AirAsia flight 8501 at Iskandar Airbase \" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/worldnews/11317419/AirAsia-plane-found-in-Java-Sea-in-pictures.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\n<strong>In pics:</strong> Wreckage and bodies from the missing AirAsia flight have been \n  found.\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 9848319 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\">The 49 best British films of all time</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02470/zulu_2470772f.jpg\" alt=\"Zulu (1964). Directed by Cy Endfield and starring Stanley Baker, Jack Hawkins and Michael Caine.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/film/\"> Film</a></span>\t\n<a href= \"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nFrom Skyfall to Zulu, critic Barry Norman's choice of the 49 best British \n  films of all time \n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/culturepicturegalleries/9848319/The-49-best-British-films-of-all-time.html#disqus_thread\" dsqid=\"9848319\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11322460 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\">Hyper-realistic celebrity dolls</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03153/dolls-sum_3153058f.jpg\" alt=\"Artist Noel Cruz transforms off-the-shelf dolls into hyper realistic models of celebrities.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/celebritynews/11322460/Artist-transforms-off-the-shelf-dolls-into-hyper-realistic-models-of-celebrities.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA portrait artist transforms off-the-shelf dolls into hyper-realistic models \n  of celebrities\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321463 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\">The week in pictures</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/p_otd-japan_3152716f.jpg\" alt=\"Men ride on a mikoshi or portable shrine as local people carry it into the sea during a festival to wish for calm waters in the ocean and good fortune in the new year in Oiso, Japan\" border=\"0\" width=\"219\"  height=\"128\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/theweekinpictures/11321463/The-week-in-pictures-2-January-2015.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA round-up of our favourite photographs of the week \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321464 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\">Animal photos of the week</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/animals-woof_3152782f.jpg\" alt=\"Border Collie Mumpitz shakes himself after taking a dip in the North Sea in Hedehusum on the island of Foehr, Germany\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/earth/11321464/Animal-photos-of-the-week.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nAll creatures great and small in our ever popular animal gallery. \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321135 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\">New Year's Day swimmers</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/NYD_swimmers_hotti_3152526f.jpg\" alt=\" Hundreds of people take part in the traditional Loony Dook at South Queensferry\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/howaboutthat/11321135/New-Years-Day-swimmers-in-pictures.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nSwimmers plunge into the sea around the world on New Year's Day\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11321271 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\">Pictures of the day</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/potd-seal_3152625f.jpg\" alt=\"A seal pup seems to be in deep thought as it rests its chin on its paw before staring into the camera. The one-month-old grey seal pup - the same size as a small dog - lays down on its side while getting used to its surroundings. Its mother is nearby as she keeps a watchful eye on the beach on the north Norfolk coast near Horsey.  \" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/picturesoftheday/11321271/Pictures-of-the-day-2-January-2015.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA thoughtful seal, a diving Super Woman and Kim Jong-un visits orphanage \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11310148 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\">Celebrities and their winter coats</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03146/summ_big-please_04_3146856f.jpg\" alt=\"Like his Teenage Mutant \nNinja Turtle namesake, Leonardo DiCaprio – honestly, it is – appeared to be shrinking into \nhis polyester shell as he took his mother for lunch in New York in 2004.\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/11310148/Celebrities-and-their-winter-coats.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nWhen fashion and practicality collide in an eruption of layers and nobody \n  judges you for wearing the same outfit 98 times in a row\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11308565 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\">On the road with Froome</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03145/SUM_Honeymoon_3145896f.jpg\" alt=\"'Enjoying this while it lasts… #honeymoon #stellenbosch.’ Nov 11\n\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/11308565/Chris-Froomes-appy-snaps-On-the-road-with-the-Tour-de-France-winner.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nCyclist Chris Froome\n shares his Instagram moments with the Telegraph Magazine\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 10547314 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\">Culture stars who died in 2014</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03145/CultureDeath2014_3145800f.jpg\" alt=\"Rik Mayall, Shirley Temple, Robin Williams, Maya Angelou, Philip Seymour Hoffman and Lauren Bacall\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimageleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/culturenews/\"> Culture News</a></span>\t\n<a href= \"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nWe celebrate and remember the stars who passed away last year\n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/culturepicturegalleries/10547314/Culture-stars-who-died-in-2014.html#disqus_thread\" dsqid=\"10547314\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 10936206 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/tvandradio/10936206/A-list-of-the-best-TV-shows-on-Netflix-UK.html\">The 35 best TV shows on Netflix</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/tvandradio/10936206/A-list-of-the-best-TV-shows-on-Netflix-UK.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02959/netflix_2959554f.jpg\" alt=\"Four of the best TV series available on Netflix (clockwise from top left): Arrested Development, House of Cards, Breaking Bad and Pride and Prejudice\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/tvandradio/\"> TV</a></span>\t\n<a href= \"/culture/tvandradio/10936206/A-list-of-the-best-TV-shows-on-Netflix-UK.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nThe top TV series and boxed sets\n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/tvandradio/10936206/A-list-of-the-best-TV-shows-on-Netflix-UK.html#disqus_thread\" dsqid=\"10936206\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11320344 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/uknews/11320344/New-Year-2015-in-pictures-Thousands-party-around-Britain.html\">Thousands party around Britain on NYE</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/uknews/11320344/New-Year-2015-in-pictures-Thousands-party-around-Britain.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/2015party_3152190f.jpg\" alt=\"\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimageleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/uknews/11320344/New-Year-2015-in-pictures-Thousands-party-around-Britain.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA night when revellers party a little too hard\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11318730 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/worldnews/11318730/New-Year-2015-in-pictures-Fireworks-and-celebrations-around-the-world.html\">New Year 2015 around world</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/worldnews/11318730/New-Year-2015-in-pictures-Fireworks-and-celebrations-around-the-world.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03152/Untitled-1_3152151f.jpg\" alt=\"New Year 2015 in pictures: Fireworks and celebrations around the world \" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/worldnews/11318730/New-Year-2015-in-pictures-Fireworks-and-celebrations-around-the-world.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\n<strong>In pics:</strong> Fireworks welcome in the New Year around the world. \n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 10514355 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/culture/culturepicturegalleries/10514355/New-Year-30-great-New-Year-quotes-and-jokes.html\">30 great New Year quotes</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/culture/culturepicturegalleries/10514355/New-Year-30-great-New-Year-quotes-and-jokes.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02765/newyearquotessumma_2765265f.jpg\" alt=\"Clockwise: Homer Simpson, Zach Galifianakis, Charles Dickens, Charlie Brown, Oprah Winfrey and WH Auden\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<span class=\"labelOnSec\"><a href=\"http://www.telegraph.co.uk/culture/culturenews/\"> Culture news</a></span>\t\n<a href= \"/culture/culturepicturegalleries/10514355/New-Year-30-great-New-Year-quotes-and-jokes.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\n30 great quotes about New Year's resolutions and celebrations \n</p></a>\r\n                </div><span class=\"comments\">\n\t\t\t            \t<a href=\"/culture/culturepicturegalleries/10514355/New-Year-30-great-New-Year-quotes-and-jokes.html#disqus_thread\" dsqid=\"10514355\" class=\"\">Comments</a>\n\t\t\t            </span>\n\t\t\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t<div class=\"summary headlineImageLeft\">\r\n\t\t\t<!-- 11318668 -->\r\n\t\t\t<h3>\r\n                    <a  href=\"/news/picturegalleries/picturesoftheday/11318668/Pictures-of-the-day-31-December-2014.html\">Pictures of the day</a>\n                </h3>\r\n\r\n\t<!-- imagePosition: left, columnContext: twoThirds -->\r\n<div class=\"picleft containerdiv  \">\r\n        <a  href=\"/news/picturegalleries/picturesoftheday/11318668/Pictures-of-the-day-31-December-2014.html\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/03151/potd-hare_3151406f.jpg\" alt=\"Formcrior Suzi in action during the Oaks Trial Stake at the Abbeyfeale Coursing Meeting in Co. Limerick\" border=\"0\" width=\"219\"  height=\"137\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagephotoleft\">&nbsp;</span></a>\n                </div>\r\n\t\r\n<div class=\"labelAbstract\">\r\n<a href= \"/news/picturegalleries/picturesoftheday/11318668/Pictures-of-the-day-31-December-2014.html\" \r\n                         \t \r\n                         >\r\n\t\t\t\t\t\t\t<p>\nA running hare, New Year around the world and Bath bathers\n</p></a>\r\n                </div><div class=\"cl\"></div>\r\n\t\t</div>\r\n\t</div>\n\t</div>\r\n\t</div>\r\n                \r\n\t\r\n\r\n<!-- googleoff: all -->\r\n\r\n\t<input type=\"hidden\" name=\"numofAds\" id=\"numofAds\" value=\"3\">\r\n\r\n<div class=\"googleads \">\r\n\t\t<div class=\"access\">Advertisement</div>\r\n\t\t\r\n\t\t<script type=\"text/javascript\">\r\n\t\t<!--\r\n\t\t\tgoogle_ad_client = 'ca-telegraph_uk_300x250';\r\n\t\t\tgoogle_ad_channel = 'news';\r\n\t\t\tgoogle_max_num_ads = '3';\r\n\t\t\tgoogle_ad_output=\"js\";\r\n\t\t\tgoogle_ad_type=\"text\";\r\n\t\t\tgoogle_language=\"en\";\r\n\t\t\tgoogle_encoding=\"utf8\";\r\n\t\t\tgoogle_safe=\"high\";\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\tgoogle_hints=\"politics,margaret-thatcher\"; \r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t// -->\r\n\t\t</script>\r\n\t\t\r\n\t\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/googleAds.js\"></script>\r\n\t\t\r\n\t<div id=\"google-ads-container\"></div>\r\n\t\t<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\r\n\t\t<noscript>\r\n\t\t\t<img height=\"1\" width=\"1\" border=\"0\" src=\"http://pagead2.googlesyndication.com/pagead/imp.gif?client=ca-telegraph_uk_420x200&amp;event=noscript\" alt=\"\"/>\r\n\t\t</noscript>\r\n\t</div>\r\n\r\n<!-- googleon: all -->\r\n</div>\r\n\r\n\t\t\t<div class=\"twoThirds btop\">\r\n\t\t\t\t<!--comments=disqus<br>\ndisqusComments=inactive<br>\nuserCommentsState=sectionProperties<br>\nshowComments=false<br>\narticle.articleTypeName=tmglstory<br>-->\n\n\t\t\n</div>\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\r\n\t\t<div class=\"oneThird\">\r\n\t\t\t<div class=\"articleSponsor\">\n            <div bucket-id=\"article_sponsor_01\" >\t\r\n\t<div\r\n\t\t\t\t\tclass=\"summary html mnHTML\">\r\n\t\t\t\t\t<!-- 11037298 -->\r\n                    <iframe allowTransparency=\"true\" style=\"border:none; overflow:hidden; height:62px;\" frameborder=\"0\" scrolling=\"no\" src=\"//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTelegraph.co.uk&amp;width&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;header=true&amp;stream=false&amp;show_border=true\"> Telegraph on Facebook</iframe></div>\r\n\t\t\t</div>\r\n\t</div>\n\n    <div class=\"summaryMedium\">\r\n\t\t</div>\r\n\t<div class=\"summaryPadding\"></div>\r\n<div class=\"admpu gutterUnder\">\r\n  <script type=\"text/javascript\">\r\n     /* EPOCH time at the start of MPU Ad */\r\n     var mpuAdTimerStart = Date.now();\r\n  </script>\r\n<div class=\"access\">Advertisement</div>\r\n<div id=\"mpu\" class=\"InSkinHide\">\r\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"mpu\", \"300x250,300x600\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n<div class=\"summaryMedium  gutterUnder  tps5 top-stories05\">\r\n\t\t\t\t<div bucket-id=\"top_stories_05\" >\t\r\n\t<div class=\"summary imageCentreHeadline\">\n\t\t\t<div class=\"summarySmall\">\n\t\t\t\t<!-- imagePosition: centre, columnContext: oneThird -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://pages.email.telegraph.co.uk/PoliticsSignupPage/\"><img src=\"http://i.telegraph.co.uk/multimedia/archive/02946/SiteSignUpButton_2946908e.jpg\" alt=\"\" border=\"0\" width=\"300\"  height=\"113\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"cornerimagecentre\">&nbsp;</span></a>\n                                </div>\r\n\t\r\n<h3>\r\n\t\t\t<a  href=\"http://pages.email.telegraph.co.uk/PoliticsSignupPage/\">The must have political cheat sheet for everyone who is anyone in Westminster</a>\n                                </h3>\r\n\t</div>\n\t\t</div>\n\t<div class=\"summary headlineOnly\">\r\n            <!-- 8938278 -->\r\n            <div class=\"summaryMediumToSmall\">\r\n                <div class=\"\">\r\n                            <h3>\r\n\t\t\t<a  href=\"http://www.telegraph.co.uk/comment/\">Read our latest comment and analysis</a>\n                                </h3>\r\n\t</div>\r\n                    </div>\r\n\t\t</div>\r\n\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 10856436 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"270\" marginwidth=\"0\" scrolling=\"no\" src=\"http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTelegraphComment&width=300&height=258&colorscheme=light&show_faces=true&header=false&stream=false&show_border=true\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\r\n\t</div>\r\n\t\t<div class=\"summaryMedium gutterUnder\">\r\n\t\t\t\t\t\t<div bucket-id=\"widget_01\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9625766 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web </span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 9880801 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"350\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/newsmax/newsmaxusv1.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n\t\t\t\t<div class=\"access\">Advertisement</div>\r\n<div id=\"yell\">\r\n\t<div class=\"adyell InSkinHide\">\r\n\t\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"yell\", \"300x150\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"summaryMedium gutterUnder\">\r\n\t<div bucket-id=\"widget_02\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9625766 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web </span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 10213265 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"340\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/Dunhill/Dunhill_News1.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n<div class=\"summaryMedium gutterUnder\">\r\n\t\t<div bucket-id=\"most_popular_01\" >\t\r\n\t<div class=\"mostPopular\"><div id=\"mostPopular\">\r\n<div class=\"headerOne styleNine\">\r\n\t\t\t\t<p>News Most Viewed</p>\r\n\t\t\t</div>\r\n\t\t<div id=\"mostpop\">\r\n\t\t<div class=\"tabs\">\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li id=\"TODAY\" class=\"first current\" onclick=\"return false\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>TODAY</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t\t<li id=\"THIS_WEEK\" onclick=\"return false\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>PAST WEEK</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t\t<li id=\"THIS_MONTH\" onclick=\"return false\" class=\"last\">\r\n\t\t\t\t\t\t<a>\r\n\t\t\t\t\t\t\t<span>PAST MONTH</span>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t</li>\r\n\t\t\t\t</ul>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\t\r\n\t\t<div class=\"lists\">\r\n\t\t\t<div id=\"div-TODAY\" class=\"view-content\" style=\"display: block;\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/uknews/11322905/Couple-stranded-in-New-York-with-newborn-baby-freed-from-130000-medical-bill.html\">Couple stranded in New York with newborn baby freed from £130,000 medical bill</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/shopping-and-consumer-news/11322711/Holiday-windfall-for-Britons-as-euro-slides.html\">Holiday windfall for Britons as euro slides</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/middleeast/israel/11321651/Meet-the-Arab-Christians-who-want-to-fight-for-Israel.html\">Meet the Arab Christians who want to fight for Israel</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/weather/11322787/UK-weather-Gales-and-snow-to-divide-the-country.html\">Gales and snow to divide the country</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11280504/Has-Stanford-University-found-a-cure-for-Alzheimers-disease.html\">Has Stanford University found a cure for Alzheimer&#039;s disease?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t\t<div id=\"div-THIS_WEEK\" class=\"view-content\" style=\"display: none\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\">AirAsia: search resumes for remaining bodies</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/southamerica/argentina/11309075/Top-Gear-Christmas-Special-What-really-happened-in-Patagonia.html\">Top Gear: What really happened in Patagonia?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11298927/Young-people-are-lost-generation-who-can-no-longer-fix-gadgets-warns-professor.html\">&#039;Young people lost generation who can&#039;t fix gadgets&#039;</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11310800/How-to-see-Santa-aka-the-ISS-flying-by-on-Christmas-Eve.html\">How to see Santa (aka the ISS) flying by on Christmas Eve</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11310883/The-baby-from-Teletubbies-reveals-herself.html\">The baby from Teletubbies reveals herself</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t\t<div id=\"div-THIS_MONTH\" class=\"view-content\" style=\"display: none\">\r\n\t\t\t\t<ol>\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/asia/indonesia/11315001/AirAsia-plane-reported-missing-with-162-passengers-onboard-latest.html\">AirAsia: search resumes for remaining bodies</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/australiaandthepacific/australia/11293694/Islamists-take-hostages-in-Sydney-cafe-siege-live.html\">Gunman and two hostages killed in bloody end to Sydney siege</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/worldnews/southamerica/argentina/11309075/Top-Gear-Christmas-Special-What-really-happened-in-Patagonia.html\">Top Gear: What really happened in Patagonia?</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/science/science-news/11298927/Young-people-are-lost-generation-who-can-no-longer-fix-gadgets-warns-professor.html\">&#039;Young people lost generation who can&#039;t fix gadgets&#039;</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<li><a href=\"/news/newstopics/howaboutthat/11275180/Worlds-fattest-man-Keith-Martin-dies-aged-44.html\">World&#039;s fattest man Keith Martin dies, aged 44</a></li>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t</ol>\r\n\t\t\t\t</div>\r\n\t\t</div>\r\n\t\r\n\t</div>\r\n\r\n</div>\r\n</div>\r\n\t</div></div>\r\n<div class=\"adarea gutterUnder\">\r\n\t\t\t<div class=\"adsky\">\r\n\t\t\t\t<script type=\"text/javascript\">\r\n     /* EPOCH time at the start of skyscraper Ad */\r\n     var startOfSkyscraper = Date.now();\r\n  </script>\r\n<div class=\"access\">Advertisement</div>\r\n<div class=\"InSkinHide\" align=\"center\">\r\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"hpg,sks,skl\", \"300x600,120x600,160x600\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div></div></div>\r\n\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div>\r\n\t\t\r\n\t<div class=\"summaryMedium gutterUnder\">\r\n\t\t\t\t\t\t<div bucket-id=\"widget_03\">\r\n\t\t\t\r\n                    \r\n                                <div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9054378 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>More from the web</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t<div class=\"summary iframeSummary mnIframe\">\n\t\t\t\t\t\t\t<!-- 10874647 -->\n\t\t\t\t\t\t\t<iframe width=\"300\" height=\"550\" marginwidth=\"0\" scrolling=\"no\" src=\"http://s.telegraph.co.uk/international/Barnebys/2014/Barnebys_US_300x550.html\" frameborder=\"0\" marginheight=\"0\"></iframe>\n\t\t\t\t\t\t</div>\r\n                        \r\n\t\t    </div>\r\n\t\t</div>\r\n\t\t\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" data-widget-id=\"AR_3\" data-ob-template=\"telegraph\" ></div>\r\n<script type=\"text/javascript\"> \r\n\t\t\t\t\t(function() { \r\n\t\t\t        var outbrainScriptTag = document.createElement('script'); \r\n\t\t\t        outbrainScriptTag.type = 'text/javascript'; \r\n\t\t\t        outbrainScriptTag.async = true; \r\n\t\t\t        outbrainScriptTag.id = \"outbrain\"; \r\n\t\t\t        outbrainScriptTag.src = 'http://widgets.outbrain.com/outbrain.js' ; \r\n\t\t\t        var s = document.getElementsByTagName('script')[0]; \r\n\t\t\t        s.parentNode.insertBefore(outbrainScriptTag, s); \r\n\t\t\t\t\t})(); \r\n\t\t\t\t\t\r\n</script> \t\t \t\r\n<script type=\"text/javascript\">\r\n                /* EPOCH time at the end of right hand column */\r\n                 var rightHandTimer=Date.now();\r\n                </script>\r\n\t\t</div>\r\n\t\t<div class=\"cl\"></div>\r\n\r\n\t\t<div class=\"OUTBRAIN\" data-src=\"http://www.telegraph.co.uk/news/politics/margaret-thatcher/11313354/Margaret-Thatcher-feared-GCSEs-would-lower-school-standards.html\" data-widget-id=\"TR_1\" data-ob-template=\"telegraph\" ></div>\t\t\r\n\t\t</div>\r\n\t\r\n\t<div class=\"printHide\">\r\n\t\t<div id=\"trafficDrivers\">\r\n\r\n\t<div bucket-id=\"commercial_services_three_01\" >\t\r\n\t<div class=\"headerOne styleOne\">\r\n\t\t\t\t<!-- 9612843 -->\r\n\t\t\t\t<p>\r\n\t\t\t\t\t\t\t<span>MORE FROM TELEGRAPH.CO.UK</span>\r\n\t\t\t\t\t\t\t</p></div>\r\n\t\t</div>\r\n\t<div class=\"gutterUnder\">\t\t\t\t\t\t\t\r\n\t\t<div id=\"tmgPortalRand\">\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11255356 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\"> \n\t\t\t\tUS News</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02626/obama_2626645f.jpg\" alt=\"Barack Obama warns American dream is in danger of becoming a 'myth'\" border=\"0\" width=\"219\"  height=\"137\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                Latest and breaking stories from the United States</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11202156 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/sport/football/\"> \n\t\t\t\tFootball</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/03089/rooneyget_3089939f.jpg\" alt=\"\" border=\"0\" width=\"219\"  height=\"137\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                Catch up on all the latest football news</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/sport/football/\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 11143068 -->\n<div class=\"oneQuarter servicesSmall \">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\"> \n\t\t\t\tAudi</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02904/Homologation_for_t_2904842f.jpg\" alt=\"\" border=\"0\" width=\"220\"  height=\"146\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                Audi R18 in pictures</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/audi/10816464/Audi-r18-e-tron-quattro.html?WT.mc_id=605786&source=USTrafficDriver\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- 10995247 -->\n<div class=\"oneQuarter servicesSmall last\">\n\t<div class=\"summarySmall\">\n\t\t<div class=\"headerFive\">\t\t\n\t\t\t<a href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/?WT.mc_id=605787&source=TrafficDriver\"> \n\t\t\t\tGoodwood</a>\n\t\t</div>\n\t\t<!-- imagePosition: centre, columnContext: oneQuarter -->\r\n<div class=\"piccentre containerdiv  \">\r\n        <a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                <img src=\"http://i.telegraph.co.uk/multimedia/archive/02904/moving-motor-show-_2904112f.jpg\" alt=\"\" border=\"0\" width=\"220\"  height=\"146\" /><span class=\"imgSlantOverlay\">&nbsp;</span>\n                                </a>\n                            </div>\r\n\t\r\n<h3>\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                The very best of Goodwood's Moving Motor Show in pictures</a>\n                            </h3>\n\t\t<div class=\"traffdrivViewLink\">\n\t\t\t<a  href=\"http://www.telegraph.co.uk/motoring/festival-of-motoring/goodwood/10814590/moving-motor-show-images.html?WT.mc_id=605787&source=USTrafficDriver\">\n                                View</a>\n                            </div>\n\n\t</div>\n</div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\r\n\t\t\t<div class=\"cl\"></div>\t\t\r\n\t</div>\t\t\t\t\t\r\n</div>\r\n</div>\r\n<div class=\"cl\"></div>\r\n\r\n\t\t</div>\r\n\t<!-- googleon: all -->\r\n</div><!-- googleoff: all -->\n\t\t\t<script type=\"text/javascript\">\r\n/* EPOCH time at the end of content Area */\r\n                var contentEndTimer = Date.now();\r\n            </script>\r\n<div class=\"backtotop\"><p><a href=\"#top\">Back to top</a></p></div>\r\n<div id=\"tmglFooterLarge\">\r\n\t\t<a href=\"http://www.telegraph.co.uk/\" id=\"footerlogolink\" title=\"Telegraph.co.uk: news, business, sport, the Daily Telegraph newspaper, Sunday Telegraph - Telegraph\"></a>\r\n\t\t<div id=\"tmglFooterLargeItems\">\t\t\r\n\t\t\t<div class=\"footercolumn\">\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/?utm_source=TMG&utm_medium=footer_home&utm_campaign=footerhomelink\">HOME</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/\">News</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/\">UK News</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/politics/\">Politics</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/features/\">Long Reads</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/wikileaks-files/\">Wikileaks</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://jobs.telegraph.co.uk/\">Jobs</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/\">World News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/europe/\">Europe</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/northamerica/usa/\">USA</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/worldnews/asia/china/\">China</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/theroyalfamily/\">Royal Family News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/celebritynews/\">Celebrity news</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://dating.telegraph.co.uk/s/a/4168\">Dating</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/finance/\">Finance</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/education/\">Education</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/uknews/defence/\">Defence</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/health/\">Health</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/newstopics/howaboutthat/\">Weird News</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/editors-choice/\">Editor's Choice</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/financialservices/\">Financial Services</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/news/picturegalleries/\">Pictures</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/newsvideo/\">Video</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/news/matt/\">Matt</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://www.telegraph.co.uk/finance/alex/\">Alex</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/comment/\">Comment</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu3\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://blogs.telegraph.co.uk\">Blogs</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://puzzles.telegraph.co.uk/\">Crossword</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t</div> <div class=\"footercolumn\">\r\n\t\t\t\t\t\t<ul class=\"menu1\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/about-us/\">Contact Us</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"/topics/about-us/3691972/Privacy-and-Cookie-Policy.html\">Privacy and Cookies</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"/advertising/\">Advertising</a></li>\r\n\t\t\t\t\t<li><a  target=\"_parent\" href=\"http://fantasyfootball.telegraph.co.uk/\">Fantasy Football</a></li>\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul class=\"menu2\"><li class=\"itemfocus\"><a target=\"_parent\" href=\"http://tickets.telegraph.co.uk/\">Tickets</a></li>\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t</ul>\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t<li><a target=\"_parent\" href=\"http://announcements.telegraph.co.uk/\">Announcements</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://3276.e-printphoto.co.uk/dailytelegraph/\">Reader Prints</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"\"></a></li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- RSSFeeds Menu-->\r\n\t\t\t\r\n\t\t\t<div id=\"footercolumn_last\">\r\n\t\t\t\t<ul class=\"imgBulletList\">\r\n\t\t\t\t\t<li class=\"footrss\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/follow-us/\">Follow Us</a></li>\r\n\t\t\t\t\t\t\t<li class=\"footmobile\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/apps/\">Apps</a></li>\r\n\t\t\t\t\t\t\t<li class=\"footepaper\"><a target=\"_parent\" href=\"http://dailytelegraph.newspaperdirect.com/epaper/viewer.aspx \">Epaper</a></li>\r\n\t\t\t\t\t\t\t<li class=\"\"><a target=\"_parent\" href=\"http://www.telegraph.co.uk/expat/\">Expat</a></li>\r\n\t\t\t\t\t\t\t</ul>\r\n\t\t\t\r\n\t\t\t\t<ul class=\"ullast\">\r\n\t\t\t\t\t<li><a target=\"_parent\" href=\"http://www.telegraph.co.uk/promotions/\">Promotions</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://subscriber.telegraph.co.uk/loyalty/\">Subscriber</a></li>\r\n\t\t\t\t\t\t<li><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/syndication-services/\">Syndication</a></li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t</div>\t\r\n\t\t\t<div class=\"cl\"></div>\r\n\t\t</div> <!-- end of tmglFooterLargeItems div -->\r\n\t\r\n<div id=\"footerinfo\">\r\n\t\t\t<p>&copy; Copyright of Telegraph Media Group Limited 2015</p>\r\n\t\t\t<p><a target=\"_parent\" href=\"http://www.telegraph.co.uk/termsandconditions\">Terms and Conditions</a> </p>\r\n\t\t\t<p><a target=\"_parent\" href=\"/archive/2015-1-3.html\">Today's News</a></p>\r\n\t\t\t<p ><a target=\"_parent\" href=\"http://www.telegraph.co.uk/archive/\">Archive</a></p>\r\n\t\t\t\t\t<p ><a target=\"_parent\" href=\"http://www.telegraph.co.uk/topics/about-us/style-book/\">Style Book</a></p>\r\n\t\t\t\t\t<p class=\"last\"><a target=\"_parent\" href=\"/news/weather/4142730/Weather-forecast.html\">Weather Forecast</a></p>\r\n\t\t\t\t\t<div class=\"cl\"></div>\t\t\t\r\n\t\t</div>\r\n\t</div> <!-- end of tmglFooterLargeNew div -->\r\n\t<script type=\"text/javascript\">\r\n/* EPOCH time at the end of footer */\r\n                var footerEndTimer = Date.now();\r\n            </script></div>\n<script type=\"text/javascript\">\n    g_opt_ch = '{}';g_opt_cv = '{}';g_opt_b = true;g_opt_s = true;</script>\n<script type=\"text/javascript\">\n    var s = document.createElement('script');\n    s.type='text/javascript';\n    s.src = \"http://cdn.gigya.com/js/socialize.js?apikey=2_ASmwJuFXoCCY8YP8uB6mzZphj_UToZbQkeeM6bMOA8swtMk2P3Rwu2WSger_DOSt\";\n    document.getElementsByTagName('head')[0].appendChild(s);\n\n    function onGigyaServiceReady(e) {\n        var s = document.createElement('script');\n        s.type='text/javascript';\n        s.src = \"/template/ver1-0/js/shareTools.js\";\n        document.getElementsByTagName('head')[0].appendChild(s);\n    }\n</script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery-ui-1.8.4.custom.min.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.tablesorter.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.ticker.js\"></script>\n\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/common.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/viewabilityCode.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/tmglSlideShow.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/jquery.cycle.all.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/supersleight.plugin.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/tracker.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/template/ver1-0/css/printArticle.css\" media=\"print\" />\n\n\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/liveBloggingArticle.js\"> </script>\n<script type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\t\tvar links = $(\"a[href*='disqus_thread']\");\n\t\t\t\tvar query = \"\";\n\t\t\t\tvar blogQuery = \"\";\n\t\t\t\tvar normal = new Array();\n\t\t\t\tvar normalCounts = new Array();\n\t\t\t\tvar blog = new Array();\n\t\t\t\tvar blogCounts = new Array();\n\n\t\t\t\tfor(var i = 0; i < links.length; i++) {\n\t\t\t\t\tif (links[i].getAttribute('dsqid')) {\n\t\t\t\t\t\tvar dsqid = links[i].getAttribute('dsqid');\n\t\t\t\t\t\tif (links[i].className == 'dsqblog') { blogQuery += 'dsqid' + i + '=' + dsqid + '&'; } else { query += 'dsqid' + i + '=' + dsqid + '&'; }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (query.length != \"\" && blogQuery.length != \"\") {\n\t\t\t\t\t$(\"a[href*='disqus_thread']\") && $(\"a.dsqblog\").each(function(i) {\n\t\t\t\t\t\tblog[i] = $(this).attr(\"href\");\n\t\t\t\t\t\t$(this).attr(\"href\",\"blog_link\");\n\t\t\t\t\t});\n\t\t\t\t\tloadScript(\"http://telegraphuk.disqus.com/get_num_replies_from_dsqid.js?\" + query, function() {\n\t\t\t\t\t\t$(\"a[href*='disqus_thread']\").not(\".dsqblog\").each(function(i) {\n\t\t\t\t\t\t\tnormal[i] = $(this).attr(\"href\");\n\t\t\t\t\t\t\tnormalCounts[i] = $(this).html();\n\t\t\t\t\t\t\t$(this).attr(\"href\",\"normal_link\");\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\t$(\"a[href*='blog_link']\").each(function(i) { $(this).attr(\"href\",blog[i]); });\n\n\t\t\t\t\t\tloadScript(\"http://telegraphblogs.disqus.com/get_num_replies_from_dsqid.js?\" + blogQuery, function() {\n\t\t\t\t\t\t\t$(\"a[href*='normal_link']\").each(function(i) { $(this).attr(\"href\",normal[i]); });\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tdocument.write('<script charset=\"utf-8\" type=\"text/javascript\" src=\"http://.disqus.com/get_num_replies_from_dsqid.js?' + query + '\"></' + 'script>');\n\t\t\t\t}\n\t\t\t})();\n\t\t</script>\n\t\t<script type=\"text/javascript\" src=\"/template/ver1-0/js/tmglMultitrackSelector1.js\"></script>\n<script type=\"text/javascript\" src=\"/template/ver1-0/js/popup.js\"></script>\n\n<script language=\"Javascript\" type=\"text/javascript\" src=\"/template/ver1-0/js/poll.js\"></script>\n<script type=\"text/javascript\">\n\t\tvar _sf_async_config={uid:22437,domain:\"telegraph.co.uk\"};\n\n\t\t\n\t\t\t_sf_async_config.sections = \"News, UK News, Education News, Margaret Thatcher, Edward Malnick\";\n\t\t\n\t\t\t_sf_async_config.authors = \"Edward Malnick\";\n\t\t\n\n\t\t(function(){\n\t\t\tfunction loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://\") +\n\t\t\t\"static.chartbeat.com/js/chartbeat.js\"); document.body.appendChild(e);\n\t\t}\n\t\tvar oldonload = window.onload;\n\t\twindow.onload = (typeof window.onload != 'function') ?\n\t\tloadChartbeat : function() { oldonload(); loadChartbeat(); }; })();\n\t</script>\n<!-- START Nielsen Online SiteCensus V6.0 -->\n\t\t<!-- COPYRIGHT 2010 Nielsen Online -->\n\t\t<script type=\"text/javascript\" src=\"//secure-uk.imrworldwide.com/v60.js\">\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\t\t var pvar = { cid: \"uk-101665h\", content: \"0\", server: \"secure-uk\" };\n\t\t\t var feat = { surveys_enabled: 1 };\n\t\t\t var trac = nol_t(pvar, feat);\n\t\t\t trac.record().post().do_sample();\n\t\t</script>\n\t\t<noscript>\n\t\t <div>\n\t\t\t <img src=\"//secure-uk.imrworldwide.com/cgi-bin/m?ci=uk-101665h&amp;cg=0&amp;cc=1&amp;ts=noscript\"\n\t\t\t width=\"1\" height=\"1\" alt=\"\" />\n\t\t </div>\n\t\t</noscript>\n\t\t<!-- END Nielsen Online SiteCensus V6.0 -->\n\t<div bucket-id=\"mpu\">\r\n<script type=\"text/javascript\">\r\n\t\tdocument.write(tmgAdsBuildAdTag(\"ftr\", \"1x1\", \"adj\", \"\", 2));\r\n\t\t</script>\r\n\t</div><script type=\"text/javascript\" src='/template/ver1-0/js/aws-sdk-2.0.0-rc9.min.js' async=\"async\"></script> \n<script type=\"text/javascript\" src='/template/ver1-0/js/hmac-sha256.js' async=\"async\"></script>\t\n<script type=\"text/javascript\" src='/template/ver1-0/js/sha256.js' async=\"async\"></script>\t\n<script type=\"text/javascript\" src='/template/ver1-0/js/viewability.js' async=\"async\"></script>\n<script>\n\n    if(!( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) )) {\n\n        /*\n         Read Next Widget Data\n         */\n        var readNextArticleList = [{\"id\":\"11322905\",\"title\":\"Couple stranded in New York with newborn baby freed from £130,000 medical bill\",\"url\":\"/news/uknews/11322905/Couple-stranded-in-New-York-with-newborn-baby-freed-from-130000-medical-bill.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Stranded_3152349g.jpg\"},{\"id\":\"11322711\",\"title\":\"Holiday windfall for Britons as euro slides\",\"url\":\"/news/shopping-and-consumer-news/11322711/Holiday-windfall-for-Britons-as-euro-slides.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03132/tuscany_3132203g.jpg\"},{\"id\":\"11321651\",\"title\":\"Meet the Arab Christians who want to fight for Israel\",\"url\":\"/news/worldnews/middleeast/israel/11321651/Meet-the-Arab-Christians-who-want-to-fight-for-Israel.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Shalayan_3152740g.jpg\"},{\"id\":\"11322787\",\"title\":\"Gales and snow to divide the country \",\"url\":\"/news/weather/11322787/UK-weather-Gales-and-snow-to-divide-the-country.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02922/Storms_2922771g.jpg\"},{\"id\":\"11280504\",\"title\":\"Has Stanford University found a cure for Alzheimer&#39;s disease? \",\"url\":\"/news/science/science-news/11280504/Has-Stanford-University-found-a-cure-for-Alzheimers-disease.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02902/dementia_2902785g.jpg\"},{\"id\":\"11322798\",\"title\":\"Amal Clooney threatened with arrest by Egypt over criticism of justice system\",\"url\":\"/news/worldnews/africaandindianocean/egypt/11322798/Amal-Clooney-threatened-with-arrest-by-Egypt-over-criticism-of-justice-system.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Amal_Alamuddin_Clo_3153238g.jpg\"},{\"id\":\"11321947\",\"title\":\"Prince Andrew &#39;categorically denies&#39; claims he sexually abused teenager\",\"url\":\"/news/uknews/theroyalfamily/11321947/Prince-Andrew-categorically-denies-claims-he-sexually-abused-teenager.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/andrew-epsteins-wa_3152973g.jpg\"},{\"id\":\"11321854\",\"title\":\"Gwyneth Paltrow: I didn&#39;t invent &#39;conscious uncoupling&#39; phrase\",\"url\":\"/news/celebritynews/11321854/Gwyneth-Paltrow-I-didnt-invent-conscious-uncoupling-phrase.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02865/gwyneth_2865872g.jpg\"},{\"id\":\"11321710\",\"title\":\"You&#39;re a keeper! Southampton FC steps in after fan asks club to help him meet girl of his dreams\",\"url\":\"/news/newstopics/howaboutthat/11321710/Southampton-FC-acts-as-matchmaker-after-fan-asks-club-to-help-him-meet-girl.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/southampton-2_3152774g.jpg\"},{\"id\":\"11320497\",\"title\":\"Most cancers are caused by bad luck not genes or lifestyle, say scientists \",\"url\":\"/news/science/science-news/11320497/Most-cancers-are-caused-by-bad-luck-not-genes-or-lifestyle-say-scientists.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02130/cancer1_2130923g.jpg\"},{\"id\":\"11322309\",\"title\":\"The battle to keep our Union together has only just begun\",\"url\":\"/news/uknews/scotland/11322309/The-battle-to-keep-our-Union-together-has-only-just-begun.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03110/salmond_3110243g.jpg\"},{\"id\":\"11314580\",\"title\":\"Sir Winston Churchill &#39;s family feared he might convert to Islam\",\"url\":\"/news/religion/11314580/Sir-Winston-Churchill-s-family-feared-he-might-convert-to-Islam.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03149/churchill-family_3149302g.jpg\"},{\"id\":\"11321499\",\"title\":\"Al Qaed Arr: Bristol bus timetable hacked by terrorists (who thought they would cause travel chaos in &#39;the West&#39;)\",\"url\":\"/news/uknews/terrorism-in-the-uk/11321499/Bristol-bus-timetable-hacked-by-terrorists.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/travel-west-screen_3152659g.jpg\"},{\"id\":\"11322503\",\"title\":\"Roman Holiday: Italian police &#39;skive off&#39; New Year&#39;s Eve as 83 per cent call in sick \",\"url\":\"/news/worldnews/europe/italy/11322503/Roman-Holiday-Italian-police-skive-off-New-Years-Eve-as-83-per-cent-call-in-sick.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/carabinieri-roma_3153115g.jpg\"},{\"id\":\"11321846\",\"title\":\"Elvis Presley&#39;s personal jets go on sale\",\"url\":\"/news/celebritynews/11321846/Elvis-Presleys-personal-jets-go-on-sale.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/elvis-summ_3152815g.jpg\"},{\"id\":\"11321815\",\"title\":\"Prince Andrew named in underage &#39;sex slave&#39; case\",\"url\":\"/news/uknews/theroyalfamily/11321815/Prince-Andrew-named-in-underage-sex-slave-case.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02681/Prince-Andrew_2681629g.jpg\"},{\"id\":\"11322583\",\"title\":\"Conservatives call time on taxpayer-funded six-figure &#39;golden goodbyes&#39;\",\"url\":\"/news/politics/11322583/Conservatives-call-time-on-taxpayer-funded-six-figure-golden-goodbyes.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02394/Entwistle-Saturday_2394977g.jpg\"},{\"id\":\"11321890\",\"title\":\"Benjamin Netanyahu &#39;repelled&#39; by success of female MP\",\"url\":\"/news/worldnews/middleeast/israel/11321890/Benjamin-Netanyahu-repelled-by-success-of-female-MP.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Miri-Regev-netanya_3153123g.jpg\"},{\"id\":\"11322759\",\"title\":\"Quadrantids meteor shower to light up your weekend\",\"url\":\"/news/science/space/11322759/Quadrantids-meteor-shower-to-light-up-your-weekend.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02440/Quadrantid-Meteor_2440906g.jpg\"},{\"id\":\"11322956\",\"title\":\"AirAsia search finds two &#39;big&#39; parts of  plane\",\"url\":\"/news/worldnews/asia/indonesia/11322956/AirAsia-search-finds-two-big-parts-of-plane.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/airasia-bodies_3153336g.jpg\"},{\"id\":\"11322957\",\"title\":\"Girl, 7, is sole survivor of plane crash in US\",\"url\":\"/news/worldnews/northamerica/usa/11322957/Girl-7-is-only-survivor-of-plane-crash-that-kills-pilot-and-three-passengers-in-US.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02054/Plane_2054581g.jpg\"},{\"id\":\"11322251\",\"title\":\"Opportunity for the Tories as Ukip swings Left\",\"url\":\"/news/politics/ukip/11322251/Opportunity-for-the-Tories-as-Ukip-swings-Left.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03151/PX12568722_BRITAIN_3151952a.jpg\"},{\"id\":\"11321779\",\"title\":\"I wished I&#39;d been sent to state school, says Earl Spencer\",\"url\":\"/news/uknews/theroyalfamily/11321779/I-wished-Id-been-sent-to-state-school-says-Earl-Spencer.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02554/earl-spence_2554688g.jpg\"},{\"id\":\"9041875\",\"title\":\"116 people snubbed honours in past three years\",\"url\":\"/news/uknews/honours-list/9041875/Revealed-116-people-have-turned-down-an-honour-in-three-years.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/02119/hon_2119931g.jpg\"},{\"id\":\"11322572\",\"title\":\"Former British soldier becomes first man to walk the Nile\",\"url\":\"/news/worldnews/africaandindianocean/11322572/Former-British-soldier-becomes-first-person-to-walk-the-Nile.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Levison-Wood-Nile-_3153137g.jpg\"},{\"id\":\"11318824\",\"title\":\"My £35 little red dress saved my life, says crash victim\",\"url\":\"/news/uknews/11318824/My-35-little-red-dress-saved-my-life-says-crash-victim.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03151/Zoe-Turner_3151466g.jpg\"},{\"id\":\"11322615\",\"title\":\"Cologne cathedral will go dark in protest at anti-Islam march\",\"url\":\"/news/worldnews/europe/germany/11322615/Cologne-cathedral-will-go-dark-in-protest-at-anti-Islam-march.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/Cologne_Cathedral_3153175g.jpg\"},{\"id\":\"11321260\",\"title\":\"Google thinks this is Kim Jong-un&#39;s younger sister\",\"url\":\"/news/worldnews/asia/northkorea/11321260/Google-thinks-this-is-Kim-Jong-uns-younger-sister.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03152/Not_Kim_Yo-jong_3152624g.jpg\"},{\"id\":\"11322800\",\"title\":\"Hostage rescue mission in Isil&#39;s capital Raqqa foiled, claims group\",\"url\":\"/news/worldnews/islamic-state/11322800/Hostage-rescue-mission-in-Isils-capital-Raqqa-foiled-claims-group.html\",\"imgUrl\":\"http://i.telegraph.co.uk/multimedia/archive/03153/isil-raqqa_3153245g.jpg\"},]\n;\n        var readNextCurrentArticleId = \"11313354\";\n\n        /*\n         Read Next Widget\n         */\n        var readNextWidget = (function(){\n\n            var settings = {\n                articleImage: \"\",\n                articleTitle: \"\",\n                articleUrl: \"#\",\n                articleId: \"\",\n                currentArticleId: \"\",\n                articleList: [],\n                articleListToSkip: [],\n                readNextCookieName: \"tmg_read_next\",\n                openButton: \"#readNextOpen a\",\n                closeButton: \"#closeBtn a\",\n                articleContainer: \"#readNextArticleContainer\",\n                widgetContainer: \"#readNextWidget\",\n                displayThumbnail: false,\n                panelOpen: false,\n                autoOpen: true\n            };\n\n            var renderTemplate = function() {\n                var template = '<div id=\"readNextWidget\" style=\"display:none\">' +\n                        '<div id=\"readNextOpen\"><div class=\"topBar\"></div><div id=\"readNextOpenInner\"><a href=\"' + settings.articleUrl + '\"><span>Next Story</span><span class=\"icn\"></span></a></div></div>' +\n                        '<div id=\"readNextArticleContainer\" style=\"display:none\">' +\n                        '<div id=\"nextArticle\"><div class=\"topBar\"></div>' +\n                        '<div id=\"nextArticleWrapper\">'+\n                        '<div id=\"nextArticleInnerWrapper\">'+\n                        '<p id=\"readNextLabel\">MOST VIEWED IN NEWS</p>';\n                        \n\t\t\t\tif(settings.articleImage && settings.articleImage!=\"null\" && settings.displayThumbnail){\n\t\t\t\t\ttemplate = template + '<a id=\"nextPageThumbnail\" href=\"' + settings.articleUrl + '\"><img src=\"'+ settings.articleImage +'\"/></a>';\n\t\t\t\t}\n                        \n\t\t\t\ttemplate = template + '<a id=\"nextPageTitle\" href=\"' + settings.articleUrl + '\"><span>' + settings.articleTitle + '</span></a></div></div>' +\n                        '</div>' +\n                        '<div id=\"closeBtn\"><div class=\"topBar\"></div><a href=\"#\"><span></span></a></div>' +\n                        '</div>' +\n                        '<iframe style=\"border:none;position:absolute;top:0;left:0; height:100%;width:100%;z-index:-1;\" id=\"iefix\" src=\"about:blank\"></iframe>' + //fix for IE bug\n                        '</div>';\n                return template;\n            };\n\n\n            var init = function(currentArticleId, articleList, displayThumbnail) {\n\n                settings.articleList = articleList;\n                settings.currentArticleId = currentArticleId;\n                settings.displayThumbnail = displayThumbnail;\n\n                settings.articleListToSkip = unescape($.cookie(settings.readNextCookieName)).split(',');\n\n                if ($.cookie(settings.readNextCookieName) != null) {\n                    chooseNextArticle(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                    updateCookieBasedOnArticleList(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                } else {\n                    chooseNextArticle(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                    createCookieBasedOnArticleList(settings.currentArticleId, settings.articleList, settings.articleListToSkip);\n                }\n\n\n                if (settings.articleId != \"\") {\n\n                    $(renderTemplate()).appendTo(\"body\");\n\n                    $(\"#nextArticleWrapper a, #readNextOpenInner a\").click(function () {\n                        _gaq.push(['_trackEvent', 'wayfarer_read_next', 'click_headline', 'version_1']);\n\n                        getNavPos($(this).attr(\"href\"), \"wayfarerReadNext\");\n                    });\n\n                    bindUIActions();\n\n                    var displayed = false;\n\n                    setTimeout(function () {\n                        if (!displayed) {\n                            displayed == true;\n                            readNextWidget.display();\n                        }\n\n                    }, 10000);\n\n                    $(window).scroll(function () {\n                        if (isScrolledIntoView(\"#tmg-related-links\")) {\n                            if (!displayed) {\n                                displayed == true;\n                                readNextWidget.display();\n                            }\n                        }\n\n                        if(isScrolledIntoView(\"#shareBottom\") || isScrolledIntoView(\"#newGigyaShareBottom\")) {\n                            if(settings.autoOpen) {\n                                openArticleContainer();\n                            }\n                        }\n\n                        if($(window).scrollTop() + $(window).height() == $(document).height()) {\n                            if(settings.autoOpen) {\n                                openArticleContainer();\n                            }\n                        }\n                    });\n                }\n            };\n\n            var display = function () {\n                $(settings.widgetContainer).fadeIn(2000, function () {\n                    //animation complete\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'display_closed', 'version_1']);\n                });\n            };\n\n            var bindUIActions = function () {\n                $(settings.openButton).mouseenter(function (event) {\n                    event.preventDefault();\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'hover_closed', 'version_1']);\n                    openArticleContainer();\n                });\n                $(settings.widgetContainer).mouseleave(function (event) {\n                    event.preventDefault();\n                    closeArticleContainer();\n                });\n                $(settings.closeButton).click(function (event) {\n                    event.preventDefault();\n                    _gaq.push(['_trackEvent', 'wayfarer_read_next', 'click_close', 'version_1']);\n                    updateCookie(settings.articleId, settings.articleListToSkip);\n                    closeArticleContainer();\n                    settings.autoOpen = false;\n                });\n            };\n\n            var openArticleContainer = function () {\n                if (!settings.panelOpen) {\n                \t$(\"#readNextArticleContainer\").show();//show/hide because height is calculated incorrectly for elements with display:none\n                    $(\"#readNextArticleContainer\").hide();\n                    $(settings.articleContainer).toggle('slide', {direction: 'left'}, function () {\n                        //animation complete\n                        _gaq.push(['_trackEvent', 'wayfarer_read_next', 'display_open', 'version_1']);\n                    });\n                    settings.panelOpen = !settings.panelOpen;\n                    settings.autoOpen = false; //set auto open to false once user has viewed this once\n                }\n                return false;\n            };\n\n            var closeArticleContainer = function () {\n                if (settings.panelOpen) {\n                    $(settings.articleContainer).toggle('slide', {direction: 'left'}, function () {\n                        //animation complete\n                    });\n                    settings.panelOpen = !settings.panelOpen;\n                }\n                return false;\n            };\n\n\n            var isScrolledIntoView = function(elem) {\n                if($(elem).length) { //check if element exists\n                    var docViewTop = $(window).scrollTop();\n                    var docViewBottom = docViewTop + $(window).height();\n\n                    var elemTop = $(elem).offset().top;\n                    var elemBottom = elemTop + $(elem).height();\n\n                    return ((elemBottom <= docViewBottom) && (elemTop >= docViewTop));\n                } else {\n                    return false;\n                }\n            };\n\n            var unique = function(array) {\n                return array.filter(function (el, index, arr) {\n                    return index == arr.indexOf(el);\n                });\n            }\n\n            var createCookieBasedOnArticleList = function(currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if (article.id == currentArticleId) {\n                        articleListToSkip[0] = currentArticleId;\n                        $.cookie(settings.readNextCookieName, escape(articleListToSkip.join(',')), {path: '/', expires: 1, domain: 'telegraph.co.uk'});\n                        return true;\n                    }\n                });\n            }\n\n            var updateCookieBasedOnArticleList = function(currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if (article.id == currentArticleId) {\n                        updateCookie(currentArticleId, articleListToSkip);\n                        return true;\n                    }\n                });\n            }\n\n            var updateCookie = function(articleIdToSkip, articleListToSkip) {\n                articleListToSkip.push(articleIdToSkip);\n                articleListToSkip = unique(articleListToSkip);\n                $.cookie(settings.readNextCookieName, escape(articleListToSkip.join(',')), {path: '/', expires: 1, domain: 'telegraph.co.uk'});\n            }\n\n            var chooseNextArticle = function (currentArticleId, articleList, articleListToSkip) {\n                articleList.some(function (article) {\n                    if ((article.id != currentArticleId) && ($.inArray(article.id, articleListToSkip) === -1)) {\n\n                        //set article\n                        settings.articleTitle = article.title;\n                        settings.articleUrl = article.url;\n                        settings.articleId = article.id;\n\t\t\t\t\t\tsettings.articleImage = article.imgUrl;\n                        return true;\n                    }\n                });\n            }\n\n            //public API\n            return {\n                settings: settings,\n                init: init,\n                display: display,\n                openArticleContainer: openArticleContainer,\n                closeArticleContainer: closeArticleContainer\n            }\n        })();\n\n    };\n</script>\n</body>\n</html>\n\n<!-- googleon: all -->\n"
  },
  {
    "path": "tests/data/html/thai_article.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML+RDFa 1.1//EN\">\n<html lang=\"th\" dir=\"ltr\" version=\"HTML+RDFa 1.1\"\n  xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n  xmlns:dc=\"http://purl.org/dc/terms/\"\n  xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\n  xmlns:og=\"http://ogp.me/ns#\"\n  xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\n  xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\n  xmlns:sioct=\"http://rdfs.org/sioc/types#\"\n  xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\">\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta property=\"fb:app_id\" content=\"132093777729075\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no\" />\n<meta name=\"generator\" content=\"Drupal 7 (https://www.drupal.org)\" />\n<link rel=\"canonical\" href=\"https://prachatai.com/journal/2019/01/80642\" />\n<link rel=\"shortlink\" href=\"https://prachatai.com/node/80642\" />\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:creator\" content=\"@prachatai\" />\n<meta name=\"twitter:url\" content=\"https://prachatai.com/journal/2019/01/80642\" />\n<meta name=\"twitter:title\" content=\"ผล DNA ยืนยัน ศพลอยแม่น้ำโขงเป็นคนสนิท อ.สุรชัย\" />\n<link rel=\"shortcut icon\" href=\"https://prachatai.com/sites/default/files/pct_index.jpg\" type=\"image/jpeg\" />\n  <title>ผล DNA ยืนยัน ศพลอยแม่น้ำโขงเป็นคนสนิท อ.สุรชัย | ประชาไท Prachatai.com</title>  \n  <style type=\"text/css\" media=\"all\">\n@import url(\"https://prachatai.com/modules/system/system.base.css?plo180\");\n@import url(\"https://prachatai.com/modules/system/system.menus.css?plo180\");\n@import url(\"https://prachatai.com/modules/system/system.messages.css?plo180\");\n@import url(\"https://prachatai.com/modules/system/system.theme.css?plo180\");\n</style>\n<style type=\"text/css\" media=\"all\">\n@import url(\"https://prachatai.com/modules/aggregator/aggregator.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/calendar/css/calendar_multiday.css?plo180\");\n@import url(\"https://prachatai.com/modules/comment/comment.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/date/date_api/date.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?plo180\");\n@import url(\"https://prachatai.com/modules/field/theme/field.css?plo180\");\n@import url(\"https://prachatai.com/modules/node/node.css?plo180\");\n@import url(\"https://prachatai.com/modules/user/user.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/views/css/views.css?plo180\");\n</style>\n<style type=\"text/css\" media=\"screen\">\n@import url(\"https://prachatai.com/sites/all/modules/reading_progress_bar/css/reading_progress_bar.css?plo180\");\n</style>\n<style type=\"text/css\" media=\"screen\">\n<!--/*--><![CDATA[/*><!--*/\nprogress.reading-progress-bar{color:#ff6600;height:5px;background-color:transparent;border:none;}progress.reading-progress-bar::-webkit-progress-value{background-color:#ff6600;}progress.reading-progress-bar::-moz-progress-bar{background-color:#ff6600;}progress.reading-progress-bar::-webkit-progress-bar{background-color:transparent;}\n\n/*]]>*/-->\n</style>\n<style type=\"text/css\" media=\"all\">\n@import url(\"https://prachatai.com/sites/all/modules/ctools/css/ctools.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/print/print_ui/css/print_ui.theme.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/modules/responsive_menus/styles/meanMenu/meanmenu.min.css?plo180\");\n</style>\n<style type=\"text/css\" media=\"all\">\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/alpha-reset.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/alpha-mobile.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/alpha-alpha.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/formalize.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/omega-text.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/omega-branding.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/omega-menu.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/omega-forms.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/omega/css/omega-visuals.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/global.css?plo180\");\n</style>\n\n<!--[if (lt IE 9)&(!IEMobile)]>\n<style type=\"text/css\" media=\"all\">\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default-normal.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?plo180\");\n</style>\n<![endif]-->\n\n<!--[if gte IE 9]><!-->\n<style type=\"text/css\" media=\"all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)\">\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default-narrow.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?plo180\");\n</style>\n<!--<![endif]-->\n\n<!--[if gte IE 9]><!-->\n<style type=\"text/css\" media=\"all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)\">\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default-normal.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?plo180\");\n</style>\n<!--<![endif]-->\n\n<!--[if gte IE 9]><!-->\n<style type=\"text/css\" media=\"all and (min-width: 1220px)\">\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/prachatai_x/css/prachatai-x-alpha-default-wide.css?plo180\");\n@import url(\"https://prachatai.com/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?plo180\");\n</style>\n<!--<![endif]-->\n  <script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/modules/jquery_update/replace/jquery/1.10/jquery.min.js?v=1.10.2\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/misc/jquery.once.js?v=1.2\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/misc/drupal.js?plo180\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/modules/responsive_menus/styles/meanMenu/jquery.meanmenu.min.js?plo180\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/modules/responsive_menus/styles/meanMenu/responsive_menus_mean_menu.js?plo180\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/themes/omega/omega/js/jquery.formalize.js?plo180\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/themes/omega/omega/js/omega-mediaqueries.js?plo180\"></script>\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\njQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"prachatai_x\",\"theme_token\":\"gm2tGXjfRV-M9MV04mONNcGh6DccoVZL3HpFG-LW27M\",\"js\":{\"sites\\/all\\/modules\\/reading_progress_bar\\/js\\/reading_progress_bar.js\":1,\"sites\\/all\\/modules\\/facebook_comments_block\\/js\\/facebook_comments_block.js\":1,\"sites\\/all\\/modules\\/jquery_update\\/replace\\/jquery\\/1.10\\/jquery.min.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"sites\\/all\\/modules\\/responsive_menus\\/styles\\/meanMenu\\/jquery.meanmenu.min.js\":1,\"sites\\/all\\/modules\\/responsive_menus\\/styles\\/meanMenu\\/responsive_menus_mean_menu.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/jquery.formalize.js\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/js\\/omega-mediaqueries.js\":1},\"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\\/aggregator\\/aggregator.css\":1,\"sites\\/all\\/modules\\/calendar\\/css\\/calendar_multiday.css\":1,\"modules\\/comment\\/comment.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/reading_progress_bar\\/css\\/reading_progress_bar.css\":1,\"0\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/print\\/print_ui\\/css\\/print_ui.theme.css\":1,\"sites\\/all\\/modules\\/responsive_menus\\/styles\\/meanMenu\\/meanmenu.min.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-reset.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-mobile.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/alpha-alpha.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/formalize.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-text.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-branding.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-menu.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-forms.css\":1,\"sites\\/all\\/themes\\/omega\\/omega\\/css\\/omega-visuals.css\":1,\"sites\\/all\\/themes\\/prachatai_x\\/css\\/global.css\":1,\"ie::normal::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default.css\":1,\"ie::normal::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default-normal.css\":1,\"ie::normal::sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/normal\\/alpha-default-normal-12.css\":1,\"narrow::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default.css\":1,\"narrow::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default-narrow.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/narrow\\/alpha-default-narrow-12.css\":1,\"normal::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default.css\":1,\"normal::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default-normal.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/normal\\/alpha-default-normal-12.css\":1,\"wide::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default.css\":1,\"wide::sites\\/all\\/themes\\/prachatai_x\\/css\\/prachatai-x-alpha-default-wide.css\":1,\"sites\\/all\\/themes\\/omega\\/alpha\\/css\\/grid\\/alpha_default\\/wide\\/alpha-default-wide-12.css\":1}},\"facebook_comments_block\":{\"facebook_settings\":{\"facebook_app_id\":\"132093777729075\",\"facebook_app_id_script\":\"\\u0026appId=132093777729075\",\"facebook_app_lang\":\"th_TH\"}},\"responsive_menus\":[{\"selectors\":\"#block-menu-menu-prachatai-2018-top-category\",\"container\":\"body\",\"trigger_txt\":\"\\u003Cspan \\/\\u003E\\u003Cspan \\/\\u003E\\u003Cspan \\/\\u003E\",\"close_txt\":\"X\",\"close_size\":\"18px\",\"position\":\"right\",\"media_size\":\"720\",\"show_children\":\"1\",\"expand_children\":\"1\",\"expand_txt\":\"+\",\"contract_txt\":\"-\",\"remove_attrs\":\"1\",\"responsive_menus_style\":\"mean_menu\"}],\"omega\":{\"layouts\":{\"primary\":\"normal\",\"order\":[\"narrow\",\"normal\",\"wide\"],\"queries\":{\"narrow\":\"all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)\",\"normal\":\"all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)\",\"wide\":\"all and (min-width: 1220px)\"}}}});\n//--><!]]>\n</script>\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({\r\ngoogle_ad_client: \"ca-pub-5302548355457319\",\r\nenable_page_level_ads: true\r\n});\r\n</script>\n<meta name=\"google-site-verification\" content=\"13fEN41rdat-FQbr3jHHLNS0JUvpN-AV5r6fBSRcYVE\" />\n<script>\r\njQuery(document).ready(function($) {\r\n\r\n$(function() {\r\n  $(\".support-pay\").click(function() {\r\n    $(this).addClass(\"move\");\r\n  });\r\n});\r\n\r\n});\r\n</script>\n  <!--[if lt IE 9]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n</head>\n<body class=\"html not-front not-logged-in page-node page-node- page-node-80642 node-type-report context-journal\">\n  <div id=\"skip-link\">\n    <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>\n  </div>\n    <div class=\"page clearfix\" id=\"page\">\n      <header id=\"section-header\" class=\"section section-header\">\n  <div id=\"zone-user-wrapper\" class=\"zone-wrapper zone-user-wrapper clearfix\">  \n  <div id=\"zone-user\" class=\"zone zone-user clearfix container-12\">\n    <div class=\"grid-12 region region-user-first\" id=\"region-user-first\">\n  <div class=\"region-inner region-user-first-inner\">\n    <div class=\"block block-block block-1 block-block-1 odd block-without-title\" id=\"block-block-1\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div id=\"website-logo-block\">\n<h1 id=\"website-logo\"><a href=\"/node\">ประชาไท</a></h1>\n</div>\n    </div>\n  </div>\n</div><div class=\"block block-block block-20 block-block-20 even block-without-title\" id=\"block-block-20\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <a class=\"top-social-link twitter\" href=\"https://twitter.com/prachatai\" target=\"_blank\" title=\"Twitter @prachatai\">Twitter: @prachatai</a>\n<a class=\"top-social-link facebook\" href=\"https://www.facebook.com/prachatai\" target=\"_blank\" title=\"Facebook Page: ประชาไท prachatai.com\">Facebook Page: ประชาไท prachatai.com</a>\n<a class=\"top-social-link youtube\" href=\"https://www.youtube.com/prachatai\" target=\"_blank\" title=\"YouTube: Prachatai\">YouTube: Prachatai</a>\n<a class=\"top-social-link lineat\" href=\"https://line.me/ti/p/%40prachatai\" target=\"_blank\" title=\"LINE ID @prachatai\">LINE ID: @prachatai</a>\n<a class=\"top-social-link instagram\" href=\"https://www.instagram.com/prachatai_quote\" target=\"_blank\" title=\"Instagram @prachatai_quote\">Instagram @prachatai_quote</a>\n<a class=\"top-social-link feed\" href=\"https://feeds.feedburner.com/prachatai\" target=\"_blank\" title=\"RSS Feed\">RSS Feed</a>    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-12 region region-user-second\" id=\"region-user-second\">\n  <div class=\"region-inner region-user-second-inner\">\n    <div class=\"block block-block block-14 block-block-14 odd block-without-title\" id=\"block-block-14\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <style type=\"text/css\">\n.adslot_4 { display:block; width:300px; height:150px; }\n@media screen and (min-width:740px) { .adslot_4 { display:block; width: 468px; height: 60px; } }\n@media screen and (min-width:960px) { .adslot_4 { display:block; width: 728px; height: 90px; } }\n@media screen and (min-width:1220px) { .adslot_4 { display:block; width: 970px; height: 250px; } } \n\n.adslot_3 { display:block; width:300px; height: 150px;\nmargin: 0 auto;\nbackground:url(https://img.pct.fyi/uploads/big/b9a2ead85b882c81c0340644f2dfddf8.gif) no-repeat;\nbackground-size: 100%;\nmargin-top: 10px;\nmargin-bottom: 10px; }\n@media screen and (min-width:740px) { .adslot_3 { display:block; width: 468px; height: 121px;\nbackground:url(https://img.pct.fyi/uploads/big/132fee90ce2fb35002223d83096b00b4.gif) no-repeat;\nbackground-size: 100%; } }\n\n.adslot_5 { display:block; width:300px; height: 150px;\nmargin: 0 auto;\nbackground:url(https://c2.staticflickr.com/8/7877/46632874372_35612e4da8_n.jpg) no-repeat;\nbackground-size: 100%;\nmargin-bottom: 10px; }\n@media screen and (min-width:740px) { .adslot_5 { display:block; width: 468px; height: 121px;\nbackground:url(https://c2.staticflickr.com/8/7879/32810675498_d129af65cd_b.jpg) no-repeat;\nbackground-size: 100%; } }\n@media screen and (min-width:960px) { .adslot_3, .adslot_5 { display:block; width: 728px; height: 188px; } }\n@media screen and (min-width:1220px) { .adslot_3, .adslot_5 { display:block; width: 970px; height: 250px; } } \n</style>\n\n\n<div style=\"text-align: center;\"><a class=\"adslot_3\" href=\"https://pct.fyi/3j32c\" target=\"_blank\"></a></div>\n\n    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div><div id=\"zone-branding-wrapper\" class=\"zone-wrapper zone-branding-wrapper clearfix\">  \n  <div id=\"zone-branding\" class=\"zone zone-branding clearfix container-12\">\n    <div class=\"grid-12 region region-branding\" id=\"region-branding\">\n  <div class=\"region-inner region-branding-inner\">\n        <div class=\"block block-block block-19 block-block-19 odd block-without-title\" id=\"block-block-19\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <form action=\"https://www.google.com/search\" method=\"get\" target=\"_blank\">\n<input maxlength=\"255\" name=\"q\" size=\"31\" type=\"text=\"\" placeholder=\"ค้นหา\" id=\"popoutsearch\" />\n<input name=\"sitesearch\" type=\"hidden\" value=\"prachatai.com\" />\n<input type=\"submit\" value=\"search\" />\n</form>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div><div id=\"zone-menu-wrapper\" class=\"zone-wrapper zone-menu-wrapper clearfix\">  \n  <div id=\"zone-menu\" class=\"zone zone-menu clearfix container-12\">\n    <div class=\"grid-12 region region-menu\" id=\"region-menu\">\n  <div class=\"region-inner region-menu-inner\">\n        <div class=\"block block-block block-21 block-block-21 odd block-without-title\" id=\"block-block-21\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul id=\"top-topmenu\"><li><a class=\"topmenu-color-a\" href=\"/\" id=\"topmenu-front\" title=\"หน้าแรก ประชาไท\">ประชาไท</a></li>\n<li><a class=\"topmenu-color-b\" href=\"/english\" id=\"topmenu-english\" target=\"_blank\" title=\"English\">English</a></li>\n<li><a class=\"topmenu-color-c\" href=\"https://blogazine.pub\" id=\"topmenu-blogazine\" target=\"_blank\" title=\"บล็อกกาซีน\">บล็อกกาซีน</a></li>\n<li><a class=\"topmenu-color-c\" href=\"https://www.prachataistore.net\" id=\"topmenu-store\" target=\"_blank\" title=\"ร้านค้า\">ร้านค้า</a></li>\n<li><a class=\"topmenu-color-d\" href=\"/page/banner-promotion\" id=\"topmenu-banner\" title=\"โฆษณา\">โฆษณา</a></li>\n<li><a class=\"topmenu-color-a\" href=\"/page/member\" id=\"topmenu-member\" title=\"สมาชิกอุปถัมภ์\">สมาชิกอุปถัมภ์</a></li>\n<li><a class=\"topmenu-color-b\" href=\"/support\" id=\"topmenu-support\" title=\"สนับสนุน\">สนับสนุน</a></li>\n<li><a class=\"topmenu-color-a\" href=\"/activity\" id=\"topmenu-activity\" title=\"ปฏิทินกิจกรรม\">ปฏิทินกิจกรรม</a></li>\n<li><a class=\"topmenu-color-b\" href=\"/classifieds\" id=\"topmenu-classifieds\" title=\"Classifieds\">Classifieds</a></li>\n<li class=\"last\"><a class=\"topmenu-color-c\" href=\"https://prachataimonitor.com/?ref=link_prachatai\" id=\"topmenu-monitor\" target=\"_blank\" title=\"มอนิเตอร์\">มอนิเตอร์</a></li>\n</ul>    </div>\n  </div>\n</div><div class=\"block block-menu block-menu-prachatai-2018-top-category block-menu-menu-prachatai-2018-top-category even block-without-title\" id=\"block-menu-menu-prachatai-2018-top-category\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <ul class=\"menu\"><li class=\"first leaf\"><a href=\"/%E0%B9%80%E0%B8%A5%E0%B8%B7%E0%B8%AD%E0%B8%81%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%8762\" title=\"\">#เลือกตั้ง62</a></li>\n<li class=\"leaf\"><a href=\"/politics\" title=\"\">การเมือง</a></li>\n<li class=\"leaf\"><a href=\"/economy\" title=\"\">เศรษฐกิจ</a></li>\n<li class=\"leaf\"><a href=\"/culture\" title=\"\">วัฒนธรรม บันเทิง</a></li>\n<li class=\"leaf\"><a href=\"/foreign\" title=\"\">ต่างประเทศ</a></li>\n<li class=\"leaf\"><a href=\"/life\" title=\"\">คุณภาพชีวิต</a></li>\n<li class=\"leaf\"><a href=\"/labour\" title=\"\">แรงงาน</a></li>\n<li class=\"leaf\"><a href=\"/environment\" title=\"\">สิ่งแวดล้อม</a></li>\n<li class=\"leaf\"><a href=\"/security\" title=\"\">ความมั่นคง</a></li>\n<li class=\"leaf\"><a href=\"/ict\" title=\"\">ไอซีที</a></li>\n<li class=\"leaf\"><a href=\"/human-rights\" title=\"\">สิทธิมนุษยชน</a></li>\n<li class=\"last leaf\"><a href=\"/infographic\" title=\"\">สาระ+ภาพ</a></li>\n</ul>    </div>\n  </div>\n</div>  </div>\n</div>\n  </div>\n</div><div id=\"zone-header-wrapper\" class=\"zone-wrapper zone-header-wrapper clearfix\">  \n  <div id=\"zone-header\" class=\"zone zone-header clearfix container-12\">\n    <div class=\"grid-12 region region-header-first\" id=\"region-header-first\">\n  <div class=\"region-inner region-header-first-inner\">\n    <div class=\"block block-views block-custom-breadcrumb-block block-views-custom-breadcrumb-block odd block-without-title\" id=\"block-views-custom-breadcrumb-block\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"view view-custom-breadcrumb view-id-custom_breadcrumb view-display-id-block view-dom-id-6f6c21df3d84ea6710ef0ba35edbe06a\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first views-row-last\">\n      \n  <span class=\"views-field views-field-nothing\">        <span class=\"field-content\"><a href=\"/\">ประชาไท</a></span>  </span>      /  \n  <span class=\"views-field views-field-field-variety\">        <span class=\"field-content\"><a href=\"/category/%E0%B8%82%E0%B9%88%E0%B8%B2%E0%B8%A7\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">ข่าว</a></span>  </span>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div></header>    \n      <section id=\"section-content\" class=\"section section-content\">\n  <div id=\"zone-content-wrapper\" class=\"zone-wrapper zone-content-wrapper clearfix\">  \n  <div id=\"zone-content\" class=\"zone zone-content clearfix container-12\">    \n        \n        <div class=\"grid-8 region region-content\" id=\"region-content\">\n  <div class=\"region-inner region-content-inner\">\n    <a id=\"main-content\"></a>\n                <h1 class=\"title\" id=\"page-title\">ผล DNA ยืนยัน ศพลอยแม่น้ำโขงเป็นคนสนิท อ.สุรชัย</h1>\n                        <div class=\"block block-system block-main block-system-main odd block-without-title\" id=\"block-system-main\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <article about=\"/journal/2019/01/80642\" typeof=\"sioc:Item foaf:Document\" class=\"node node-report node-promoted node-published node-not-sticky author-sarayut odd clearfix\" id=\"node-report-80642\">\n        <span property=\"dc:title\" content=\"ผล DNA ยืนยัน ศพลอยแม่น้ำโขงเป็นคนสนิท อ.สุรชัย\" class=\"rdf-meta element-hidden\"></span>    \n  \n  <div class=\"content clearfix\">\n    <!--FRONT--><span class=\"submitted-by\">Submitted on Mon, 2019-01-21 13:49</span><div class=\"field field-name-body field-type-text-with-summary field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\" property=\"content:encoded\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://farm8.staticflickr.com/7890/46097871864_6f2f471e68_k_d.jpg\" style=\"width: 600px; height: 313px;\"></p>\n<p>21 ม.ค.2561 เวลาประมาณ 12.00 น. ผู้สื่อข่าวได้รับแจ้งจากนาย ต.(ไม่ประสงค์เปิดเผยชื่อ) บุตรชายของ 'ภูชนะ' คนสนิทของนายสุรชัย แซ่ด่าน ที่หายไปว่า ผลการตรวจ DNA โดยใช้เนื้อเยื่อของศพที่ถูกสังหารด้วยการมัดแขน รัดคอ ทุบจนใบหน้าเละ และท้องถูกผ่ายัดเสาปูนที่ลอยมาติดที่ อ.ธาตุพนม จ.นครพนม นั้น เมื่อตรวจสอบแล้วมีความเกี่ยวพันทางสายเลือดกับนาย ต.จริง </p>\n<p>ภูชนะ (นามแฝง) เป็นคนใกล้ชิดของนายสุรชัย ด่านวัฒนานุสรณ์ หรือ สุรชัย แซ่ด่าน นักเคลื่อนไหวทางการเมืองที่ลี้ภัยออกจากประเทศไทยและได้หายตัวไปจากที่พักในประเทศเพื่อนบ้านในช่วงคืนวันที่ 12-13 ธ.ค.2561 พร้อมกันกับสุรชัยและคนสนิทอีกคนหนึ่ง</p>\n<p>ปรานี ด่านวัฒนานุสรณ์ ภรรยาของสุรชัยกล่าวว่า ได้ทราบข่าวจากบุตรชายของภูชนะแล้ว แต่ยังไม่ขอพูดอะไร โดยเบื้องต้นได้ทำใจแต่แรกแล้วว่าเหตุการณ์ลักษณะนี้จะต้องเกิดขึ้นสักวันหนึ่ง<div class=\"ai:noinject inline-ads-box\">\n<a href=\"/page/banner-promotion\" target=\"_blank\" class=\"ai:noinject\">ลงโฆษณากับประชาไท</a><br class=\"ai:noinject\"><a href=\"https://pct.fyi/thisable\" target=\"_blank\" class=\"ai:noinject\" style=\"display:block; width:300px; height:200px; text-indent:-5000px; background:url(https://c2.staticflickr.com/2/1819/28889187867_ab8f175087_o.png) no-repeat;\">ThisAble.me</a>\n</div></p>\n<p>ขณะที่ นาย ว. พี่เขยของ 'กาสะลอง' อีกหนึ่งผู้ลี้ภัยที่ได้หายไปพร้อมกับนายสุรชัยกล่าวกับผู้สื่อข่าวว่า หลังจากได้ทราบผลการตรวจสอบ DNA จากลูกชายของภูชนะ ทางญาติของกาสะลองก็ได้ติดต่อไปที่พนักงานสอบสวนเจ้าของคดีและได้คำตอบว่า จะได้ทราบผลการตรวจสอบ DNA ภายในเวลา 2-3 วันนี้</p>\n<p>สุรชัย (78 ปี) ภูชนะ (54 ปี) กาสะลอง (47 ปี) เป็นนักเคลื่อนไหวทางการเมือง และเป็นผู้ลี้ภัยจากเหตุการณ์รัฐประหาร 2557 ไปยังประเทศเพื่อนบ้านได้หายออกจากที่พักในประเทศเพื่อนบ้านโดยที่ไม่มีใครสามารถติดต่อได้จนปัจจุบันนับเป็นเวลานาน 1 เดือน กับอีก 10 วัน</p>\n<p><strong>เรื่องที่เกี่ยวข้อง</strong><br><a href=\"https://prachatai.com/journal/2018/12/80211\">ลืออุ้ม อ.สุรชัย ผู้ลี้ภัยหายจากที่พัก 12 วันแล้ว</a><br><a href=\"https://prachatai.com/journal/2018/12/80328\">ตร.เร่งหาเบาะแสคดีฆ่ายัดเสาถ่วงน้ำโขง - เมียไม่เชื่อเป็น 'สุรชัย แซ่ด่าน'</a></p>\n\n</div></div></div><div class=\"field field-name-field-variety field-type-taxonomy-term-reference field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\"><a href=\"/category/%E0%B8%82%E0%B9%88%E0%B8%B2%E0%B8%A7\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">ข่าว</a></div></div></div><div class=\"field field-name-field-category field-type-taxonomy-term-reference field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\"><a href=\"/category/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%87\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">การเมือง</a></div><div class=\"field-item odd\"><a href=\"/category/%E0%B8%AA%E0%B8%B4%E0%B8%97%E0%B8%98%E0%B8%B4%E0%B8%A1%E0%B8%99%E0%B8%B8%E0%B8%A9%E0%B8%A2%E0%B8%8A%E0%B8%99\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">สิทธิมนุษยชน</a></div></div></div><div class=\"field field-name-field-tags field-type-taxonomy-term-reference field-label-hidden\"><div class=\"field-items\"><div class=\"field-item even\"><a href=\"/category/%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B8%A5%E0%B8%B5%E0%B9%89%E0%B8%A0%E0%B8%B1%E0%B8%A2\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">ผู้ลี้ภัย</a></div><div class=\"field-item odd\"><a href=\"/category/%E0%B8%AD%E0%B8%B8%E0%B9%89%E0%B8%A1%E0%B8%AB%E0%B8%B2%E0%B8%A2\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">อุ้มหาย</a></div><div class=\"field-item even\"><a href=\"/category/%E0%B8%AA%E0%B8%B8%E0%B8%A3%E0%B8%8A%E0%B8%B1%E0%B8%A2-%E0%B8%94%E0%B9%88%E0%B8%B2%E0%B8%99%E0%B8%A7%E0%B8%B1%E0%B8%92%E0%B8%99%E0%B8%B2%E0%B8%99%E0%B8%B8%E0%B8%AA%E0%B8%A3%E0%B8%93%E0%B9%8C\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">สุรชัย ด่านวัฒนานุสรณ์</a></div><div class=\"field-item odd\"><a href=\"/category/%E0%B8%81%E0%B8%B2%E0%B8%AA%E0%B8%B0%E0%B8%A5%E0%B8%AD%E0%B8%87\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">กาสะลอง</a></div><div class=\"field-item even\"><a href=\"/category/%E0%B8%A0%E0%B8%B9%E0%B8%8A%E0%B8%99%E0%B8%B0\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">ภูชนะ</a></div><div class=\"field-item odd\"><a href=\"/category/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%97%E0%B8%B3%E0%B9%83%E0%B8%AB%E0%B9%89%E0%B8%AA%E0%B8%B2%E0%B8%9A%E0%B8%AA%E0%B8%B9%E0%B8%8D\" typeof=\"skos:Concept\" property=\"rdfs:label skos:prefLabel\" datatype=\"\">การทำให้สาบสูญ</a></div></div></div><!--BACK-->\r\n<div class=\"support-pay\">\r\n  <img src=\"https://c2.staticflickr.com/2/1799/42011955610_e1a5914e8c_o.png\" class=\"support-pay-img ai:noinject\" />\r\n  <button>✕</button>\r\n  <div class=\"support-pay-text \">\r\n  <strong class=\"ai:noinject\">เท่าไรก็ได้</strong> การสนับสนุนจากคุณ คือการร่วมสร้างและรักษาสื่อเสรี ‘ประชาไท’ ... ร่วมสนับสนุนเรา<br class=\"ai:noinject\" />โอนเงิน พร้อมเพย์ PromptPay \"มูลนิธิสื่อเพื่อการศึกษาของชุมชน\" 0993000060423<br class=\"ai:noinject\" />โอนเงิน PayPal คลิกที่นี่ <a href=\"https://paypal.me/prachatai/0thb\" class=\"ai:noinject\">https://paypal.me/prachatai</a> <strong><a href=\"/support/donate\">(รายงานยอดบริจาคสนับสนุน)</a></strong>\r\n  </div>\r\n</div>\r\n\r\n<div class=\"ai:noinject\" style=\"padding: 2em 0; clear:both;\">ติดตามประชาไทอัพเดท ได้ที่:<br class=\"ai:noinject\" />เฟซบุ๊ก https://fb.me/prachatai<br class=\"ai:noinject\" />ทวิตเตอร์ https://twitter.com/prachatai<br class=\"ai:noinject\" />LINE ไอดี = @prachatai</div>  </div>\n  \n  <div class=\"clearfix\">\n          <nav class=\"links node-links clearfix\"><ul class=\"links inline\"><li class=\"print_html first last\"><a href=\"/print/80642\" title=\"Display a printer-friendly version of this page.\" class=\"print-page\" onclick=\"window.open(this.href); return false\" rel=\"nofollow\">Printer-friendly version</a></li></ul></nav>\n    \n      </div>\n</article>    </div>\n  </div>\n</div><section class=\"block block-facebook-comments-block block-fb-comments block-facebook-comments-block-fb-comments even\" id=\"block-facebook-comments-block-fb-comments\">\n  <div class=\"block-inner clearfix\">\n              <h2 class=\"block-title\">แสดงความคิดเห็น</h2>\n            \n    <div class=\"content clearfix\">\n      \n<div id=\"fb-root\"></div>\n<div class=\"fb-comments\"  href=\"https://prachatai.com/node/80642\" data-href=\"https://prachatai.com/node/80642\" data-width=\"500\" data-numposts=\"5\" data-colorscheme=\"light\" data-order-by=\"time\"></div>\n    </div>\n  </div>\n</section>      </div>\n</div><aside class=\"grid-4 region region-sidebar-second\" id=\"region-sidebar-second\">\n  <div class=\"region-inner region-sidebar-second-inner\">\n    <div class=\"block block-block block-27 block-block-27 odd block-without-title\" id=\"block-block-27\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <style>\n.tshirt-2019 {\n  display: block;\n  width: 300px;\n  height: 200px;\n  text-indent: -5000px;\n  background: url(https://img.pct.fyi/uploads/big/923ad8e334a77fc47764618b1b34ff66.jpg) no-repeat;\n  background-size: 100%;\n  margin: 0.5em auto 1.5em auto;\n}\n\n@media screen and (min-width:740px) {\n  .tshirt-2019 {\n    width: 220px;\n    height: 147px;\n  }\n}\n\n@media screen and (min-width:980px) {\n  .tshirt-2019 {\n    width: 300px;\n    height: 200px;\n  }\n}\n\n@media screen and (min-width:1220px) {\n  .tshirt-2019 {\n    width: 380px;\n    height: 253px;\n  }\n}\n\n</style>\n\n<a class=\"tshirt-2019\" href=\"https://pct.fyi/sjkx9\" target=\"_blank\" title=\"จำหน่ายแล้ว เสื้อโปโล-เสื้อยืด ประชาไท 2019 ราคา 290 - 390 บาท ส่งฟรี ทั่วประเทศ\"></a>    </div>\n  </div>\n</div><section class=\"block block-views block-4f2a8689f5d353b7f1768efe2329a5a6 block-views-4f2a8689f5d353b7f1768efe2329a5a6 even\" id=\"block-views-4f2a8689f5d353b7f1768efe2329a5a6\">\n  <div class=\"block-inner clearfix\">\n              <h2 class=\"block-title\"><a href=\"/classifieds\">ประชาสัมพันธ์ Classifieds</a> &amp; <a href=\"/activity\">ปฏิทินกิจกรรม</a></h2>\n            \n    <div class=\"content clearfix\">\n      <div class=\"view view-sticky-event-classifieds view-id-sticky_event_classifieds view-display-id-block_1 view-dom-id-4a39587537a23f6ef85b728bd3c6e293\">\n        \n  \n  \n      <div class=\"view-content\">\n      <div class=\"item-list\">    <ul>          <li class=\"views-row views-row-1 views-row-odd views-row-first\">  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/classifieds/2018/09/78547?ref=promote_link\">(ดาวน์โหลด) สัญญาณความหวาดกลัวอิสลามในสังคมไทย (ฉบับภาษาไทย + English) PATANI FORUM</a></h3>  </div></li>\n          <li class=\"views-row views-row-2 views-row-even views-row-last\">  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/classifieds/2018/05/77199?ref=promote_link\">(ดาวน์โหลด) ไอลอว์เผยแพร่หนังสือ เปิดโปงเบื้องหลังยุทธศาสตร์ชาติ 20 ปี ของ คสช.</a></h3>  </div></li>\n      </ul></div>    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</section><section class=\"block block-views block-latest-content-block block-views-latest-content-block odd\" id=\"block-views-latest-content-block\">\n  <div class=\"block-inner clearfix\">\n              <h2 class=\"block-title\">ข่าวรอบวัน</h2>\n            \n    <div class=\"content clearfix\">\n      <div class=\"view view-latest-content view-id-latest_content view-display-id-block view-dom-id-a874d5449d82a7d25155b769e2ad834f\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80665?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/10year1.jpg?itok=tDbJfJO7\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80665?ref=internal_update_title\">10 yearchallenge: 10 ปีประเทศไทยอะไรเปลี่ยนไปบ้าง</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 20:44</span>  </div>  </div>\n  <div class=\"views-row views-row-2 views-row-even\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80664?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/s_44990518-1024x791.jpg?itok=7dUxCfrz\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80664?ref=internal_update_title\">รัฐบาลจีนลดความสำคัญในการปฏิบัติต่อตระกูลชินวัตรช่วงเยือนจีน</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 20:23</span>  </div>  </div>\n  <div class=\"views-row views-row-3 views-row-odd\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80663?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/img_8961-crop.jpg?itok=IDab8LRy\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80663?ref=internal_update_title\">แก้คอร์รัปชันหลังเลือกตั้ง ชูทุกภาคส่วนสร้างระบบการเมืองเศรษฐกิจโปร่งใส-ลดผูกขาด</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 19:44</span>  </div>  </div>\n  <div class=\"views-row views-row-4 views-row-even\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80662?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/45922853885_abc7736170_b.jpg?itok=NBZ6m6cs\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80662?ref=internal_update_title\">&#039;ครอบครัวจินตกรรม&#039; มองชาติไทยผ่านอุปลักษณ์แบบครอบครัว</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 19:44</span>  </div>  </div>\n  <div class=\"views-row views-row-5 views-row-odd\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80659?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/cats-crop_229.jpg?itok=IQ2B9XRJ\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80659?ref=internal_update_title\">กสม. เสนอ 4 ข้อถึงประยุทธ์และประธาน สนช. ปมร่าง กม.ปราบปรามการทรมาน-อุ้มหาย </a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 17:00</span>  </div>  </div>\n  <div class=\"views-row views-row-6 views-row-even views-row-last\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80658?ref=internal_update_picture\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/maartin_luuethr_khing.jpg?itok=MzE7y2GR\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80658?ref=internal_update_title\">บทความแปล: จดหมายจากคุกเมืองเบอร์มิงแฮม</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 16:26</span>  </div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</section><section class=\"block block-views block-latest-content-block-1 block-views-latest-content-block-1 even\" id=\"block-views-latest-content-block-1\">\n  <div class=\"block-inner clearfix\">\n              <h2 class=\"block-title\">เรื่องที่เกี่ยวข้อง</h2>\n            \n    <div class=\"content clearfix\">\n      <div class=\"view view-latest-content view-id-latest_content view-display-id-block_1 view-dom-id-0c5bdddf429c4db0787a46c43d0a8576\">\n        \n  \n  \n      <div class=\"view-content\">\n        <div class=\"views-row views-row-1 views-row-odd views-row-first\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80657?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/thwngnamokhng.jpg?itok=rTLrlo8w\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80657?ref=internal_relate\">ตร.ยืนยันอีกศพถ่วงน้ำโขง DNA ไม่ขัดแย้งลูกชายกาสะลอง คนสนิทสุรชัย</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-22 16:00</span>  </div>  </div>\n  <div class=\"views-row views-row-2 views-row-even\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80642?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/46097871864_6f2f471e68_k.jpg?itok=tIQMIQ2D\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80642?ref=internal_relate\">ผล DNA ยืนยัน ศพลอยแม่น้ำโขงเป็นคนสนิท อ.สุรชัย</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-21 13:49</span>  </div>  </div>\n  <div class=\"views-row views-row-3 views-row-odd\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80512?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/20190112_trudeau_rahaf_0.jpg?itok=iuvMSrl-\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80512?ref=internal_relate\">จัสติน ทรูโดเผยแคนาดาตอบรับคำขอลี้ภัยของราฮาฟ อัล-คูนูน</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-12 20:36</span>  </div>  </div>\n  <div class=\"views-row views-row-4 views-row-even\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80501?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/health-care.jpg?itok=0R-4c6v8\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80501?ref=internal_relate\">นายกเทศมนตรีนิวยอร์กซิตี้ เสนอแผน &#039;สวัสดิการสุขภาพสำหรับทุกคน&#039; ชี้ส่งผลดีต่องบประมาณ</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-12 11:56</span>  </div>  </div>\n  <div class=\"views-row views-row-5 views-row-odd\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80439?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/46640254781_fdb829970f_o_1.jpg?itok=wHoGgFIH\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80439?ref=internal_relate\">ไทย-UNHCR นำหญิงซาอุฯ เข้าประเทศ สื่อนอกระบุวีซ่าออสเตรเลียอาจถูกยกเลิก</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-08 14:56</span>  </div>  </div>\n  <div class=\"views-row views-row-6 views-row-even views-row-last\">\n      \n  <div class=\"views-field views-field-field-cover-picture\">        <div class=\"field-content\"><a href=\"/journal/2019/01/80425?ref=internal_relate\"><img typeof=\"foaf:Image\" src=\"https://prachatai.com/sites/default/files/styles/cover_small/public/cover-picture/46640254781_fdb829970f_o_0.jpg?itok=clcejVvW\" width=\"300\" height=\"150\" alt=\"\" /></a></div>  </div>  \n  <div class=\"views-field views-field-title\">        <h3 class=\"field-content\"><a href=\"/journal/2019/01/80425?ref=internal_relate\">องค์กรสิทธิ-กฎหมาย แถลงขอไทยไม่ส่งหญิงซาอุฯ กลับ ล่าสุด UNHCR ถึงตัวแล้ว</a></h3>  </div>  \n  <div class=\"views-field views-field-created\">        <span class=\"field-content\">2019-01-07 20:04</span>  </div>  </div>\n    </div>\n  \n  \n  \n  \n  \n  \n</div>    </div>\n  </div>\n</section>  </div>\n</aside>  </div>\n</div><div id=\"zone-postscript-wrapper\" class=\"zone-wrapper zone-postscript-wrapper clearfix\">  \n  <div id=\"zone-postscript\" class=\"zone zone-postscript clearfix container-12\">\n    <div class=\"grid-6 region region-postscript-first\" id=\"region-postscript-first\">\n  <div class=\"region-inner region-postscript-first-inner\">\n    <div class=\"block block-block block-10 block-block-10 odd block-without-title\" id=\"block-block-10\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <p><img alt=\"\" src=\"https://c1.staticflickr.com/5/4533/38536140181_90867cd984_z.jpg\" /></p>\n    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-6 region region-postscript-second\" id=\"region-postscript-second\">\n  <div class=\"region-inner region-postscript-second-inner\">\n    <div class=\"block block-block block-8 block-block-8 odd block-without-title\" id=\"block-block-8\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <p><iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" height=\"214\" scrolling=\"no\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FPrachatai%2F&amp;tabs&amp;width=380&amp;height=214&amp;small_header=false&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=true&amp;appId=189173344464139\" style=\"border:none;overflow:hidden\" width=\"380\"></iframe></p><p><a class=\"twitter-timeline\" data-height=\"400\" data-width=\"380\" href=\"https://twitter.com/prachatai?ref_src=twsrc%5Etfw\">Tweets by prachatai</a> </p>\n<script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div></section>    \n  \n      <footer id=\"section-footer\" class=\"section section-footer\">\n  <div id=\"zone-footer-wrapper\" class=\"zone-wrapper zone-footer-wrapper clearfix\">  \n  <div id=\"zone-footer\" class=\"zone zone-footer clearfix container-12\">\n    <div class=\"grid-12 region region-footer-first\" id=\"region-footer-first\">\n  <div class=\"region-inner region-footer-first-inner\">\n    <div class=\"block block-block block-17 block-block-17 odd block-without-title\" id=\"block-block-17\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div style=\"padding: 10px 0;\"><ul><li><a href=\"/about\">เกี่ยวกับประชาไท</a></li><li><a href=\"/about#contact\">ติดต่อประชาไท</a></li><li><a href=\"/journal/2012/06/40971\">ประมวลจริยธรรม</a></li><li><a href=\"/page/member\">สมัครสมาชิกอุปถัมภ์ ประชาไท</a></li><li><a href=\"/page/banner-promotion\">รายละเอียด พื้นที่โฆษณา</a></li><li><a href=\"/sitemap\">แผนผังเว็บ</a></li></ul></div><div style=\"padding: 10px 0;\">คำประกาศสิทธิ: เนื้อหาในเว็บไซต์ (ยกเว้นบทความ) ถือสิทธิโดย &quot;ประชาไท&quot; แต่สามารถนำไปใช้งานได้ตามเงื่อนไข สัญญาอนุญาต Creative Commons (cc) BY-NC กล่าวคือ ต้องอ้างอิงแหล่งที่มา และไม่ใช้เพื่อการค้า</div><div style=\"padding: 10px 0;\"><ul><li><a href=\"https://feeds2.feedburner.com/prachatai?format=xml\" target=\"_blank\">RSS Feed</a> <a href=\"https://feeds2.feedburner.com/prachatai?format=xml\" target=\"_blank\"><img src=\"/misc/feed.png\" style=\"vertical-align:baseline;\" /></a></li><li><a href=\"https://twitter.com/prachatai\" target=\"_blank\">Twitter: @prachatai</a></li><li><a href=\"https://www.facebook.com/prachatai\" target=\"_blank\">Facebook: ประชาไท Prachatai.com</a></li><li><a href=\"https://www.youtube.com/prachatai\" target=\"_blank\">YouTube Channel: Prachatai</a></li><li><a href=\"http://line.me/ti/p/%40prachatai\" target=\"_blank\">LINE: @prachatai.com</a></li><li><a href=\"https://www.instagram.com/prachatai_quote\" target=\"_blank\">Instagram: @prachatai_quote</a></li></ul></div><div style=\"padding: 1em 0 2em 0;\"><form action=\"https://feedburner.google.com/fb/a/mailverify\" method=\"post\" onsubmit=\"window.open('https://feedburner.google.com/fb/a/mailverify?uri=prachatai', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true\" target=\"popupwindow\">ลงทะเบียนสมัครรับข่าวผ่านอีเมล : <input id=\"e-newsletter-form\" name=\"email\" style=\"width:140px\" type=\"text\" /> <input name=\"uri\" type=\"hidden\" value=\"prachatai\" /><input name=\"loc\" type=\"hidden\" value=\"en_US\" /><input id=\"e-newsletter-submit\" type=\"submit\" value=\"ลงทะเบียน\" /> โดย <img src=\"https://img.pct.fyi/uploads/big/f80db407708d263494c25a2defcfd8b6.png\" style=\"vertical-align:baseline;\" /></form></div>\n<link href=\"https://feeds2.feedburner.com/prachatai\" rel=\"alternate\" title=\"Prachatai News Online RSS Feed\" type=\"application/rss+xml\" />    </div>\n  </div>\n</div><div class=\"block block-block block-3 block-block-3 even block-without-title\" id=\"block-block-3\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div style=\"text-align:center; padding: 10px 0;\"><a href=\"/about\">เกี่ยวกับประชาไท</a> | <a href=\"/about#contact\">ติดต่อประชาไท</a> | <a href=\"/journal/2012/06/40971\">ประมวลจริยธรรม</a><br /><a href=\"/page/member\">สมัครสมาชิกอุปถัมภ์ ประชาไท</a> | <a href=\"/page/banner-promotion\">รายละเอียด พื้นที่โฆษณา</a> | <a href=\"/sitemap\">แผนผังเว็บ</a></div>\n<div style=\"text-align:center; padding: 10px 0;\">คำประกาศสิทธิ: เนื้อหาในเว็บไซต์ (ยกเว้นบทความ) ถือสิทธิโดย \"ประชาไท\" แต่สามารถนำไปใช้งานได้ตามเงื่อนไข<br />สัญญาอนุญาต Creative Commons (cc) BY-NC กล่าวคือ ต้องอ้างอิงแหล่งที่มา และไม่ใช้เพื่อการค้า</div>\n<div style=\"text-align:center; padding: 10px 0;\"><a href=\"https://feeds2.feedburner.com/prachatai?format=xml\" target=\"_blank\">RSS Feed</a> <a href=\"https://feeds2.feedburner.com/prachatai?format=xml\" target=\"_blank\"><img src=\"/misc/feed.png\" style=\"vertical-align:baseline;\" /></a> | <a href=\"https://twitter.com/prachatai\" target=\"_blank\">Twitter: @prachatai</a> | <a href=\"https://www.facebook.com/prachatai\" target=\"_blank\">Facebook: ประชาไท Prachatai.com</a><br /><a href=\"https://www.youtube.com/prachatai\" target=\"_blank\">YouTube Channel: Prachatai</a> | <a href=\"http://line.me/ti/p/%40prachatai\" target=\"_blank\">LINE: @prachatai.com</a> | <a href=\"https://www.instagram.com/prachatai_quote\" target=\"_blank\">Instagram: @prachatai_quote</a></div>\n<div style=\"width: 55%; margin: 0 auto; padding: 1em 0 2em 0;\">\n<form action=\"https://feedburner.google.com/fb/a/mailverify\" method=\"post\" onsubmit=\"window.open('https://feedburner.google.com/fb/a/mailverify?uri=prachatai', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true\" target=\"popupwindow\">ลงทะเบียนสมัครรับข่าวผ่านอีเมล : <input id=\"e-newsletter-form\" name=\"email\" style=\"width:140px\" type=\"text\" /><input name=\"uri\" type=\"hidden\" value=\"prachatai\" /><input name=\"loc\" type=\"hidden\" value=\"en_US\" /><input id=\"e-newsletter-submit\" type=\"submit\" value=\"ลงทะเบียน\" /> โดย <img src=\"https://img.pct.fyi/uploads/big/f80db407708d263494c25a2defcfd8b6.png\" style=\"vertical-align:baseline;\" /></form>\n</div>\n<link href=\"https://feeds2.feedburner.com/prachatai\" rel=\"alternate\" title=\"Prachatai News Online RSS Feed\" type=\"application/rss+xml\" />    </div>\n  </div>\n</div>  </div>\n</div><div class=\"grid-12 region region-footer-second\" id=\"region-footer-second\">\n  <div class=\"region-inner region-footer-second-inner\">\n    <div class=\"block block-block block-11 block-block-11 odd block-without-title\" id=\"block-block-11\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <script type=\"text/javascript\" language=\"javascript1.1\" src=\"//tracker.stats.in.th/tracker.php?sid=2216\"></script><noscript><a target=\"_blank\" href=\"//www.stats.in.th/\">www.Stats.in.th</a></noscript><!-- Start of StatCounter Code for Drupal --><script type=\"text/javascript\">\nvar sc_project=7919616; \nvar sc_invisible=1; \nvar sc_security=\"3b91cd3f\"; \n</script><script type=\"text/javascript\"\nsrc=\"//www.statcounter.com/counter/counter.js\"></script><noscript><div class=\"statcounter\"><a title=\"drupal\nanalytics\" href=\"//statcounter.com/drupal/\"\ntarget=\"_blank\"><img class=\"statcounter\"\nsrc=\"//c.statcounter.com/7919616/0/3b91cd3f/1/\"\nalt=\"drupal analytics\"></a></div></noscript><!-- End of StatCounter Code for Drupal --><!-- Global site tag (gtag.js) - Google Analytics --><script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-826882-8\"></script><script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag('js', new Date());\n\n  gtag('config', 'UA-826882-8');\n</script>    </div>\n  </div>\n</div><div class=\"block block-block block-7 block-block-7 even block-without-title\" id=\"block-block-7\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <div class=\"website-logo-mobile\"><a href=\"/node\">คลิกเข้าเว็บ ประชาไท</a></div>\n    </div>\n  </div>\n</div><div class=\"block block-block block-12 block-block-12 odd block-without-title\" id=\"block-block-12\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <script type=\"text/javascript\" src=\"//platform-api.sharethis.com/js/sharethis.js#property=59950d75ce46330012f5f6b7&amp;product=sticky-share-buttons\"></script>    </div>\n  </div>\n</div><div class=\"block block-block block-26 block-block-26 even block-without-title\" id=\"block-block-26\">\n  <div class=\"block-inner clearfix\">\n                \n    <div class=\"content clearfix\">\n      <script>\n  window.fbAsyncInit = function() {\n    FB.init({\n      appId      : '132093777729075',\n      xfbml      : true,\n      version    : 'v3.2'\n    });\n    FB.AppEvents.logPageView();\n  };\n\n  (function(d, s, id){\n     var js, fjs = d.getElementsByTagName(s)[0];\n     if (d.getElementById(id)) {return;}\n     js = d.createElement(s); js.id = id;\n     js.src = \"https://connect.facebook.net/en_US/sdk.js\";\n     fjs.parentNode.insertBefore(js, fjs);\n   }(document, 'script', 'facebook-jssdk'));\n</script>\n    </div>\n  </div>\n</div>  </div>\n</div>  </div>\n</div></footer>  </div>  <div class=\"region region-page-bottom\" id=\"region-page-bottom\">\n  <div class=\"region-inner region-page-bottom-inner\">\n    <progress class=\"reading-progress-bar\" value=\"0\"></progress>  </div>\n</div><script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/modules/reading_progress_bar/js/reading_progress_bar.js?plo180\"></script>\n<script type=\"text/javascript\" src=\"https://prachatai.com/sites/all/modules/facebook_comments_block/js/facebook_comments_block.js?plo180\"></script>\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/theatlantic.com1.html",
    "content": "\n\n<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\"\n      xmlns:fb=\"http://ogp.me/ns#\"\n      xmlns:og=\"http://ogp.me/ns#\"\n      prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\">\n<head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n\n    <!-- for chartbeat -->\n    <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n    <meta id=\"meta-viewport\" name=\"viewport\" content=\"width=1024\" />\n\n        <!--[if lt IE 9]>\n    <script src=\"/static/front/js/svg/svg.js?v=1\" data-path=\"/static/front/js/svg\"></script>\n    <![endif]-->\n\n    <title>Cracking the Sitcom Code - The Atlantic</title>\n\n    \n            <meta property=\"og:site_name\" content=\"The Atlantic\" />\n\n\n<link rel=\"icon\" type=\"image/vnd.microsoft.icon\" href=\"//cdn.theatlantic.com/static/front/images/favicon.ico\" />\n<link rel=\"shortcut icon\" href=\"//cdn.theatlantic.com/static/front/images/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-iphone.png\">\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-ipad.png\">\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-iphone-retina.png\">\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-ipad-retina.png\">\n\n<link href=\"https://plus.google.com/+TheAtlantic/\" rel=\"publisher\" />\n\n<meta property=\"fb:page_id\" content=\"29259828486\" />\n<meta property=\"fb:app_id\" content=\"100770816677686\" />\n\n<meta name=\"p:domain_verify\" content=\"68e1a0361a557708fefc992f3309ed70\" /> <!-- Pinterest --> \n\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@theatlantic\" />\n<meta name=\"twitter:domain\" content=\"theatlantic.com\" />\n\n    <meta name=\"description\" content=\"After signing up to write a script for Croatian television, I learned that virtually all TV comedies, from Seinfeld to South Park, follow a simple formula.\" />\n    <meta property=\"og:description\" content=\"After signing up to write a script for Croatian television, I learned that virtually all TV comedies, from Seinfeld to South Park, follow a simple formula.\" />\n    <meta itemprop=\"description\" content=\"After signing up to write a script for Croatian television, I learned that virtually all TV comedies, from Seinfeld to South Park, follow a simple formula.\" />\n    <meta name=\"twitter:description\" content=\"After signing up to write a script for Croatian television, I learned that virtually all TV comedies, from Seinfeld to South Park, follow a simple formula.\" />\n\n    <link rel=\"image_src\" href=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead_large.jpg?nhb2wn\" />\n    <meta name=\"twitter:image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead_large.jpg?nhb2wn\" />    \n    <meta property=\"og:image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead_large.jpg?nhb2wn\" />\n    <meta itemprop=\"image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead_large.jpg?nhb2wn\" />\n    \n<meta property=\"og:type\" content=\"article\" />\n    <meta property=\"og:title\" content=\"Cracking the Sitcom Code\" />\n<meta itemprop=\"name\" content=\"Cracking the Sitcom Code\" />\n<meta name=\"twitter:title\" content=\"Cracking the Sitcom Code\" />\n\n    \n    <meta property=\"og:url\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" />\n\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/TheAtlantic\" />\n                \n\n            <link rel=\"canonical\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" />\n        <meta name=\"syndication-source\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" /> \n                                                        <link rel=\"next\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/2/\" />\n                        \n    \n    \n                <meta property=\"vr:canonical\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\">\n    \n\n\n\n<meta name='parsely-page' content='{\"author\":\"Noah Charney\",\"pub_date\":\"2014-12-28T08:01:00-05:00\",\"section\":\"Entertainment\",\"post_id\":\"mt384068\",\"image_url\":\"//cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead_large.jpg?nhb2wn\",\"type\":\"post\",\"link\":\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\",\"title\":\"Cracking the Sitcom Code\"}'>\n\n        \n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <meta name=\"title\" content=\"Cracking the Sitcom Code - The Atlantic\" />\n\n        \n                            \n            \n    \n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Atlantic\" href=\"http://feeds.feedburner.com/TheAtlantic\" />\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Best of The Atlantic\" href=\"http://feeds.feedburner.com/Best-Of-The-Atlantic\" />\n    \n                                    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Entertainment Channel\" href=\"http://feeds.feedburner.com/AtlanticCulture\" />\n                            \n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/assets/css/landing.css?v=83u8mf6mbn\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/assets/css/article.css?v=pt9vj04v5b\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/front/css/wire-notice.css?v=nhkkg1\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/assets/static/theatlantic/common/css/registration/profiles.css?v=1412023576\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/assets/static/theatlantic/common/css/registration/widgets.css?v=1412023576\"/>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/ads/advertisement.js?v=nhkkg1\"></script>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/assets/js/landing_top.js?v=dj7s1k3ei8\"></script>\n<!-- DFP Slot definitions. -->\n<script type=\"text/javascript\">\nwindow.googletag = window.googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n\nAtlantic.Ad.manager = new Atlantic.Ad.Manager({\n    defs: {\n    \"adTopleader1\": {\n        \"sizes\": [\n            [\n                728,\n                90\n            ],\n            [\n                970,\n                66\n            ],\n            [\n                970,\n                90\n            ],\n            [\n                970,\n                250\n            ],\n            [\n                970,\n                252\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"topleader\",\n            \"dcopt\": \"ist\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adWelcometest1\": {\n        \"sizes\": [\n            [\n                640,\n                480\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                300,\n                250\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"welcometest\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adArticletools1\": {\n        \"sizes\": [\n            [\n                88,\n                31\n            ],\n            [\n                120,\n                60\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"articletools\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomboxleft1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                620,\n                280\n            ],\n            [\n                300,\n                251\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomboxleft\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adTopboxright1\": {\n        \"sizes\": [\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                250\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                336,\n                1050\n            ],\n            [\n                300,\n                1050\n            ],\n            [\n                336,\n                850\n            ],\n            [\n                300,\n                1000\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"topboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adMidboxright1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                600\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"midboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomboxright1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                251\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                300,\n                1000\n            ],\n            [\n                300,\n                1050\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomleader1\": {\n        \"sizes\": [\n            [\n                728,\n                90\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomleader\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adNav1\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_politics\"\n    },\n    \"adNav2\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_business\"\n    },\n    \"adNav3\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_technology\"\n    },\n    \"adNav4\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adNav5\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_health\"\n    },\n    \"adNav6\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_education\"\n    },\n    \"adNav7\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_national\"\n    }\n},\n    globals: {\n    \"src\": \"blog\",\n    \"by\": [\n        \"noah-charney\"\n    ],\n    \"title\": \"cracking-the-sitcom-code\"\n},\n    mixins: {responsive: false, hasDeferredAds: true},\n    filter: function() {\n        this.filterMobileWelcomeScreenSizes(['adWelcometest1', 'adWelcometest2', 'adWelcometest3', 'adWelcometest4']);\n        this.filterByVisibility(true);\n\n                    // Pushes the outofpage ad into the adslots so it render\n            // with the initialAds.\n            this.adSlots[\"outofpage\"] = googletag.defineOutOfPageSlot(\"/4624/TheAtlanticOnline/channel_entertainment\", \"outofpage\").addService(\n                googletag.pubads()).setTargeting(\"pos\", \"outofpage\");\n            }\n});\n\n// Load any unloaded ads in nav on hover\n$(document).ready(function(){\n    $('.nav-channel').on(\"hover\", function(){\n        $('.channel-dropdown', this).find('.unloaded-ad').removeClass('unloaded-ad').find('.ad-inner').each(function (n, el) {\n            googletag.pubads().refresh([Atlantic.Ad.manager.adSlots[el.getAttribute('id')]]);\n        });\n    });\n});\n</script>\n\n<!-- (Ads are initialized through Peer39 at the top of our footer scripts) -->\n<!-- End DFP-->\n\n<script>\n    window.Atlantic = window.Atlantic || {};\n    Atlantic.STATIC_PATH = \"//cdn.theatlantic.com/static/front/\";\n</script>\n\n    \n                            \n        <!--[if lt IE 8]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie.css?v=2.0\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 6]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie6.css?v=2.3\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 7]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie7.css?v=2.4\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 8]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie8.css?v=1.0\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if lt IE 9]>\n    <script src=\"//html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n    <![endif]-->\n\n\n\n<script>\n//testing display of share counts\nAtlantic.ab = new Atlantic.AB({\n    \"cnt\": {  \n        \"indv\": 0.1, //individual\n        \"agg\": 0.1, //aggregate\n        \"agg_lg\": 0.1, //aggregate in large rectangles\n        \"ctrl1\": 0.35,\n        \"ctrl2\": 0.35\n    },\n\n    \"riv\": {\n        \"ctrl1\": 0.4, //head, dek, thumb\n        \"ctrl2\": 0.4,\n        \"dek\": 0.1, //head & dek\n        \"thmb\": 0.1 //head & thumb\n    }\n\n    \n});\n\n</script>\n\n\n<script src=\"http://siterecruit.comscore.com/sr/atlantic/broker.js\"></script>\n\n<!-- Begin comScore Tag -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6463921\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n//]]>\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6463921&cv=2.0&cj=1\" alt=\"\" />\n</noscript>\n<!-- End comScore Tag -->\n    <script type=\"text/javascript\">\n//<![CDATA[\n        /* You may give each page an identifying name, server, and channel on\n        the next lines. */\n            s.server = \"www.theatlantic.com\";\n            s.channel = \"entertainment\";\n            \n            s.pageName = \"cracking the sitcom code - entertainment - noah charney\";\n            \n            s.prop3 = \"cracking the sitcom code - entertainment - noah charney\";\n\n            s.prop4 = \"\\/entertainment\\/archive\\/2014\\/12\\/cracking-the-sitcom-code\\/384068\\/\";\n\n            s.prop5 = \"\";\n\n            \n            s.prop6 = \"entertainment\";\n            s.prop7 = \"entertainment\";\n            s.prop8 = \"entertainment:entry\";\n            s.prop9 = \"\";\n\n            s.prop10 = \"writer\";\n\n            \n            s.prop15 = \"noah charney\";\n            s.prop16 = \"the atlantic entertainment channel\";\n            s.prop17 = \"cracking the sitcom code\";\n\n            s.prop18 = \"december 28, 2014 8:01 am\";\n\n            s.hier1 = \"entertainment\";\n\n\n            s.prop23=\"regular\"\n            s.prop24=\"regular\"\n            s.prop25=\"regular\"\n            s.prop26=\"regular\";\n\n            // AdBlock check. An advertisement.js file should set this value.\n            // If not, it's being blocked.\n            s.prop29 = (window.ads_enabled === undefined) ? \"adblock\": \"has-ads\";\n\n                        s.prop38 = \"5\";\n                        s.prop49 = \"384068\";\n            s.prop73 = \"1\";\n\n            (function() {\n                if (typeof Atlantic !== 'object' || typeof Atlantic.Utils !== 'object') {\n                    return;\n                }\n                if (typeof Atlantic.Utils.readCookie !== 'function' ||\n                    typeof Atlantic.Utils.eraseCookie !== 'function') {\n                        return;\n                }\n                var linkTrack = Atlantic.Utils.readCookie('omni_click');\n                if (linkTrack !== null) {\n                    s.prop27 = linkTrack;\n                    Atlantic.Utils.eraseCookie('omni_click');\n                }\n\n                var testCookie = Atlantic.Utils.readCookie(\"atl_tests\");\n                if (testCookie !== null) {\n                    s.prop64 = testCookie;\n                }\n            })();\n\n                        \n        /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n        var s_code=s.t();if(s_code) document.write(s_code)\n        if(navigator.appVersion.indexOf('MSIE')>=0) document.write(unescape('%3C')+'\\!-'+'-');\n//]]>\n    </script>\n    <noscript><div><a href=\"http://www.omniture.com\" title=\"Web Analytics\" ><img\nsrc=\"http://atlanticmedia.122.2o7.net/b/ss/atlanticprod/1/H.22--NS/0\"\nheight=\"1\" width=\"1\" alt=\"\" /></a></div></noscript><!--/DO NOT REMOVE/-->\n<!-- End SiteCatalyst code version: H.22. -->\n<script type=\"text/javascript\">\n// Duplicate a few existing s.props to be passed with linkTrackVars. If\n// we just reused the existing s.props, data would be recorded twice.\ns.prop65 = s.prop64; // AB Test cookie\ns.prop66 = location.pathname;\ns.prop67 = \"entry\";\ns.prop68 = s.prop23; // Device type\ns.linkTrackVars = \"prop65,prop66,prop67,prop68\";\n(function() {\n    s.prop69 = \"\";\n    if (document.referrer !== \"\") {\n        var tmp = document.createElement(\"a\");\n        tmp.href = document.referrer;\n        s.prop69 = tmp.hostname;\n    }\n})();\ns.linkTrackVars = \"prop65,prop66,prop67,prop68,prop69\";\n</script>\n<!-- google analytics -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-20189-19']);\n  _gaq.push(['_setDomainName', '.theatlantic.com']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n//]]>\n</script>\n\n<script type=\"text/javascript\">\n//<![CDATA[\nfunction cssFixes() {\n    $('.metadata .comments:last-child').addClass('last-child');\n    $('.metadata .authors:last-child').addClass('last-child');\n    $('.metadata .channel:last-child').addClass('last-child');\n    $('.metadata .date:last-child').addClass('last-child');\n    $('.rightContent .module:first-child').addClass('first-child');\n    $('.contentColumn hr:last-child').addClass('last-child');\n    $('#authorRiver .post:last-child').addClass('last-child');\n    $('#profile .bioTools li:last-child').addClass('last-child');\n}\nvar debug = false;\nvar loadTimes = {\n    'js': {},\n    'ads': {}\n};\n//]]>\n</script>\n\n\n</head>\n<body id=\"crackingTheSitcomCodePage\" class=\"entertainment-channel article updated-right-rail\">\n\n    <div id=\"outofpage\" style=\"height: 0;\">\n        <script type=\"text/javascript\">\n            googletag.cmd.push(function() { googletag.display(\"outofpage\"); });\n        </script>\n    </div>\n\n\n<!-- BEGIN: Welcome Screens -->\n\n\n<div id=\"lightbox-welcometest\" class=\"welcome-lightbox\" style=\"display:none;\">\n    <div class=\"welcome-lightbox-bg\"></div>\n    <div class=\"welcome-lightbox-head\">\n        <figure class=\"welcome-lightbox-logo\">TheAtlantic.com</figure>\n        <div class=\"welcome-lightbox-right\">\n            <div class=\"welcome-lightbox-continue\">Continue (<span class=\"welcome-lightbox-count\"></span>) &ensp; <span class=\"icon-right-arrow\"></span></div>\n        </div>\n    </div>\n    <section class=\"welcome-lightbox-body\">\n        <div class=\"welcome-lightbox-copy\">Advertisement</div>\n        <div class=\"welcome-lightbox-ad\">\n            <div class=\"ad adWelcometest\" id=\"adWelcometest1-wrapper\"><div class=\"ad-inner adWelcometest-inner\" data-ad-starts-hidden=\"true\" id=\"adWelcometest1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adWelcometest1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dwelcometest&sz=640x480%7C300x600%7C300x250&c=162504353&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dwelcometest&sz=640x480%7C300x600%7C300x250&c=162504353&tile=1\" alt=\"\" /></a></div></noscript></div></div>        </div>\n    </section>\n</div>\n\n<script type=\"text/javascript\">\n    Atlantic.Ad.sizeListener(\"welcometest\", function(pos, callback){\n        if (callback === false) {\n            return false;\n        }\n        var $lightbox = $('#lightbox-welcometest');\n        $lightbox.addClass(\"active format-\" + callback.join(\"x\"));\n        if (typeof window.welcomeScreen === 'undefined') {\n            window.welcomeScreen = new Atlantic.WelcomeScreen();\n        }\n        window.welcomeScreen.show();\n    });\n</script>\n\n<!-- END: Welcome Screens -->\n    <!--[if lt IE 8]>\n    <div class=\"warning message\">\n        <div class=\"container\">\n            <strong>Your browser is no longer supported.</strong>\n            For maximum compatibility\n            we recommend upgrading to a <a href=\"http://windows.microsoft.com/en-us/internet-explorer/download-ie\">newer version of IE</a>,\n            or another browser such as <a href=\"http://www.google.com/chrome/\">Chrome</a>\n            or <a href=\"http://www.mozilla.com/en-US/firefox/new/\">Firefox</a>.\n        </div>\n    </div>\n    <![endif]-->\n\n            <span></span>\n        <div id=\"topAdsWrap\">\n<style type=\"text/css\">\n#topAds .adTopleader {\nheight:0px;\ntext-align:center;\nwidth:100%;\n}\n</style>\n<div id=\"topAds\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('topleader', function ($unit, size) {\n            if (size) {\n                $unit.css('height', 'auto');\n                $unit.css('min-height', (size[1] + 5) + \"px\");\n                $unit.css('padding-top', '5px');\n                $unit.parent('.ad').css('height', 'auto');\n            }\n        })\n    </script>\n    <div class=\"ad adTopleader\" id=\"adTopleader1-wrapper\"><div class=\"ad-inner adTopleader-inner\" id=\"adTopleader1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adTopleader1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dtopleader%26dcopt%3Dist&sz=728x90%7C970x66%7C970x90%7C970x250%7C970x252&c=440947551&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dtopleader%26dcopt%3Dist&sz=728x90%7C970x66%7C970x90%7C970x250%7C970x252&c=440947551&tile=1\" alt=\"\" /></a></div></noscript></div></div>    <div style=\"clear:both\"></div>\n</div>\n</div>\n    \n    <div id=\"container\">\n                            <div id=\"header\" data-tmsp=\"1420285573\">\n    <h1><a data-omni-click=\"r'logo',l.pathname\" id=\"atlanticLogo\" href=\"/\" title=\"The Atlantic Home\">The Atlantic</a></h1>\n\n    <div class=\"top-promo-box\">\n    <div id=\"top-circ-promo\">\n        <div class=\"circ-box-inner\">\n            <div class=\"subscribe-now\">\n                <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=172711&amp;cds_response_key=I14A2C\"\n                    data-omni-click=\"r'top-promo',r'circ',l.pathname\" target=\"_blank\">\n                    Subscribe Now\n                </a>\n            </div>\n                    </div>\n    </div>\n\n    <script type=\"text/javascript\">\n        (function() {\n            var chooser = 1 + Math.floor(Math.random()*2);\n            var image_div = $('.subscribe-now');\n            var link_element = image_div.find(\"a\");\n            switch (chooser) {\n                case 1:\n                    image_div.css(\"background\", \"url(/static/front/images/header/left_corner1.png?v2)\");\n                    link_element.attr(\"href\", \"https://w1.buysub.com/pubs/A5/ATL/gift_US_holiday.jsp?cds_page_id=172715&cds_mag_code=ATL&id=1419292955915&lsid=43561757458037243&vid=8&cds_response_key=I14UAD\");\n                    break;\n                case 2:\n                    image_div.css(\"background\", \"url(/static/front/images/header/left_corner2.png?v2)\");\n                    link_element.attr(\"href\", \"https://w1.buysub.com/pubs/A5/ATL/gift_US_holiday.jsp?cds_page_id=172715&cds_mag_code=ATL&id=1419292955915&lsid=43561757458037243&vid=8&cds_response_key=I14UAE\");\n                    break;\n            }\n        })();\n\n\n    </script>\n</div>\n\n\n\n\n    <div class=\"janrain-utils\">\n    <ul id=\"nav-login\">\n        <li><a href=\"/profiles/?screenToRender=editProfile\" class=\"captureProfileLink signed-in-utils\">Your Account</a><a href=\"#\" class=\"captureSignOutLink signed-in-utils\">Sign Out</a></li>\n        <li><a href=\"#\" class=\"captureSignInLink signed-out-utils\" data-screen-to-render='signIn'>Sign In</a><a href=\"#\" class=\"captureSignInLink signed-out-utils\" data-screen-to-render='signIn'>Sign Up</a></li>\n    </ul>\n    </div>\n    <form id=\"search\" method=\"get\" action=\"/search/\">\n        <input id=\"search-q\" type=\"text\" name=\"q\" placeholder=\"SEARCH\">\n        <button id=\"search-submit\" type=\"submit\"></button>\n    </form>\n\n    <div class=\"social\">\n        <a href=\"https://www.facebook.com/TheAtlantic\" data-omni-click=\"r'headerfb',r'link',l.pathname\">Get <em>The Atlantic</em> on Facebook</a>\n        \n<!-- Facebook -->\n<div class=\"social-btn horizontal-small facebook-btn\">\n    <div \n                    class=\"fb-like\" data-share=\"false\"\n                                        data-layout=\"button_count\"\n                data-href=\"https://www.facebook.com/TheAtlantic\"                data-send=\"false\"\n        data-show-faces=\"false\"\n        data-omni-click=\"r'headerfb',r'like',l.pathname\"    ></div>\n</div>\n\n    </div>\n\n    <div style=\"clear: both\"></div>\n    <div id=\"nav-channel-bar\">\n        <ul id=\"nav-channels\" data-omni-click=\"r'nav',@href,l.pathname\">\n\n                        <li class=\"nav-channel politics\">\n                <a class=\"channel-link\" href=\"/politics/\" data-omni-click=\"inherit\">Politics</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`politics',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/mario-cuomo-public-thinker/384165/\">Mario Cuomo, a Thinker in Public</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/Veronica-Rutledge-idaho-walmart-shooting-son-concealed-gun/384147/\">How Often Kids Kill</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/chickenhawk-responses-no-7/384162/\">Chickenhawk Responses No. 7: Winning Battles, Losing Wars</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/the-alternate-histories-of-mario-cuomo/384170/\">The Alternate Histories of Mario Cuomo</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/how-mario-cuomo-won-the-long-game-and-how-he-lost/384169/\">How Mario Cuomo Won the Long Game</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-response-no-6-showing-gratitude-in-a-way-that-matters/384161/\">Chickenhawk Response No. 6: Showing Gratitude in a Way That Matters</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav1-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_politics&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=564131868&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_politics&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=564131868&tile=1\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel business\">\n                <a class=\"channel-link\" href=\"/business/\" data-omni-click=\"inherit\">Business</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`business',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/whats-wrong-with-georgia/384101/\">What's Wrong With Georgia?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/compared-to-previous-generations-how-bad-are-millennials-finances/384050/\">Compared to Previous Generations, How Bad Are Millennials' Finances?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/statistically-speaking-what-does-the-average-startup-look-like/384019/\">Statistically Speaking, What Does the Average Startup Look Like?</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/the-financial-consequences-of-saying-black-vs-african-american/383999/\">The Financial Consequences of Saying 'Black,' vs. 'African American'</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/what-mark-bittman-mark-kelly-and-the-potato-salad-guy-see-coming-in-2015/384037/\">What Mark Bittman, Mark Kelly, and the Potato-Salad Guy Predict for 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/magazine/archive/2015/01/how-the-fed-flubbed-it/383496/\">How the Fed Flubbed It</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav2-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav2\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav2\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_business&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=760208176&tile=2\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_business&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=760208176&tile=2\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel technology\">\n                <a class=\"channel-link\" href=\"/technology/\" data-omni-click=\"inherit\">Tech</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`technology',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">The Trouble With Sweeping Questions About the Internet</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/the-actual-future-is-so-much-cooler-than-back-to-the-future-predicted/384073/\">Welcome to the Future</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/the-artist-lives/384125/\">The Artist Endures</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/a-hackers-hit-list-of-american-infrastructure/384166/\">A Hacker's Hit List of American Infrastructure</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/where-design-choices-and-civil-rights-overlap/384142/\">Where Design Choices and Civil Rights Overlap</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/getting-animals-drunk-for-science/384137/\">Getting Animals Drunk for Science</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav3-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav3\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav3\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_technology&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=713397249&tile=3\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_technology&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=713397249&tile=3\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel entertainment\">\n                <a class=\"channel-link\" href=\"/entertainment/\" data-omni-click=\"inherit\">Entertainment</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`entertainment',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\"><i>The Imitation Game</i>: A Smart Person's Fantasy</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\">Readability Is a Myth</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\">A Design Magazine That's More Than Just Pretty</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/tv-shows-to-look-forward-to-in-2015/384150/\">TV Shows to Look Forward to in 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/remembering-richard-gilmore/384156/\">Remembering Richard Gilmore</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav4-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav4\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav4\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=314520649&tile=4\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=314520649&tile=4\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel health\">\n                <a class=\"channel-link\" href=\"/health/\" data-omni-click=\"inherit\">Health</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`health',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/a-risk-of-harm-catholic-hospitals-ban-on-tube-tying/383903/\">'A Risk of Harm': Catholic Hospitals' Ban on Tube-Tying</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/hair-dye-a-history/383934/\">Hair Dye: A History</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/why-not-just-breathalyze-yourself/383938/\">Why Not Just Breathalyze Yourself?</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/the-beautiful-tree-the-bats-and-the-boy-who-brought-ebola/384158/\">The Beautiful Tree, the Bats, and the Boy Who Brought Ebola</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/a-hangover-free-new-years-day/384067/\">For a Pain-Free New Year's Day</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/a-better-bedbug-trap/384123/\">A Better Bedbug Trap</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav5-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav5\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav5\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_health&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=576827097&tile=5\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_health&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=576827097&tile=5\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel education\">\n                <a class=\"channel-link\" href=\"/education/\" data-omni-click=\"inherit\">Education</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`education',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/privatizing-public-schools/384074/\">Private Interests Coming to a Public School Near You</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/the-added-pressure-faced-by-first-generation-students/384139/\">First-Generation College-Goers: Unprepared and Behind</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/the-new-brand-of-jesuit-universities/384103/\">The New Brand of Jesuit Universities</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/how-the-recession-hurt-black-college-grads-more-than-their-peers/384075/\">How the Recession Hurt Black College Grads More Than Their Peers</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/are-black-colleges-boosting-minority-representation-in-the-sciences/384078/\">Are Black Colleges Boosting Minority Representation in the Sciences?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/magazine/archive/2015/01/the-bro-whisperer/383506/\">The Bro Whisperer</a>\n    </li>\n\n<li class=\"special-report-dropdown\">\n    <div class=\"special-report-dropdown-label\">Special Report:</div>\n    <div class=\"special-report-dropdown-item\"><a href=\"http://www.theatlantic.com/special-report/left-brain-america/\">Left-Brain America </a></div>\n</li>\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav6-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav6\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav6\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_education&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=870577555&tile=6\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_education&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=870577555&tile=6\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel sexes\">\n                <a class=\"channel-link\" href=\"/sexes/\" data-omni-click=\"inherit\">Sexes</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`sexes',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/features/archive/2014/12/when-helping-rape-victims-hurts-a-universitys-reputation/383820/\">When Helping Rape Victims Hurts a College’s Reputation</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/a-risk-of-harm-catholic-hospitals-ban-on-tube-tying/383903/\">'A Risk of Harm': Catholic Hospitals' Ban on Tube-Tying</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/when-gender-discrimination-and-racism-collide/383967/\">When Gender Discrimination and Racism Collide</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/gilmore-guys-podcast-interview/383851/\">The Guys Who Love <em>Gilmore Girls</em></a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/adjusting-college-rankings-for-rape/384053/\"> Adjusting College Rankings for Rape</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/saudi-women-drivers-sent-to-terrorism-court/384057/\">Saudi Women Drivers Sent to Terrorism Court</a>\n    </li>\n\n\n                </ul>\n                            </li>\n                        <li class=\"nav-channel national\">\n                <a class=\"channel-link\" href=\"/national/\" data-omni-click=\"inherit\">National</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`national',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2015/01/bill-de-blasio-one-year-later/383658/\">New York's Unfinished Tale of Two Cities</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2014/12/mexicans-outnumbered-in-border-apprehensions-for-first-time/384155/\">Who Really Crosses the U.S.-Mexico Border?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2014/12/the-benefits-of-fewer-nypd-arrests/384126/\">The Benefits of Fewer NYPD Arrests</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/chickenhawk-responses-no-7/384162/\">Chickenhawk Responses No. 7: Winning Battles, Losing Wars</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-response-no-6-showing-gratitude-in-a-way-that-matters/384161/\">Chickenhawk Response No. 6: Showing Gratitude in a Way That Matters</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-nation-responses-no-5/384157/\">Chickenhawk Responses No. 5: 'Get the Hell Back in Your Foxhole'</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav7-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav7\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav7\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_national&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=492310699&tile=7\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_national&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=492310699&tile=7\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel international\">\n                <a class=\"channel-link\" href=\"/international/\" data-omni-click=\"inherit\">Global</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`international',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/what-us-intelligence-predicted-the-world-would-look-like-in-2015/384071/\">What U.S. Intelligence Predicted the World Would Look Like in 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">The Trouble With Sweeping Questions About the Internet</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/how-sweden-is-eliminating-road-deaths/384171/\">How Sweden Is Eliminating Road Deaths</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/Abbas-Palestine-International-Criminal-Court-Rome-Statute/384159/\">Why the Palestinians Joined the International Criminal Court</a>\n    </li>\n\n\n                </ul>\n                            </li>\n                        <li class=\"nav-channel video\">\n                <a class=\"channel-link\" href=\"/video/\" data-omni-click=\"inherit\">Video</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`video',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\">The Pentagon's $1.5 Trillion Mistake</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383914/saving-the-bees/\">Saving the Bees</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\">How to Cook Spaghetti Squash (and Why) </a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383907/when-plants-attack-a-time-lapse/\">When Plants Attack: A Time-Lapse</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\">Before Tinder, a Tree</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383776/coming-soon-the-tragedy-of-the-american-military/\">Coming Soon: 'The Tragedy of the American Military'</a>\n    </li>\n\n\n                </ul>\n                            </li>\n            \n            <li class=\"nav-channel magazine\">\n                <a class=\"channel-link\" href=\"/magazine/\" data-omni-click=\"inherit\">Magazine</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`magazine',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">In This Month's Issue</li>\n                        <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/the-tragedy-of-the-american-military/383516/\" data-omni-click=\"inherit\">The Tragedy of the American Military</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/is-the-most-powerful-conservative-in-america-losing-his-edge/383503/\" data-omni-click=\"inherit\">Is the Most Powerful Conservative in America Losing His Edge?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/5200-days-in-space/383510/\" data-omni-click=\"inherit\">5,200 Days in Space</a>\n    </li>\n<li class=\"dropdown-label subscribe-menu\">\n    <a href=\"https://w1.buysub.com/servlet/GiftsGateway?cds_mag_code=ATL&amp;cds_page_id=172715&amp;cds_response_key=I14UIA\" \n       data-omni-click=\"inherit\" target=\"_blank\" class=\"subscribe-issue-image\" style=\"width:85px; height: 113px\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/issues/2014/12/16/0115_Cover_768x1024/medium.png?ngoyt7\" width=\"85\" height=\"113\"/>\n    </a>\n    <ul data-omni-click=\"r'subscribe',t,l.pathname\" class=\"subscribe-links\">\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=171695&amp;cds_response_key=I14A1F\">Subscribe</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ATL\">Renew</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/GiftsGateway?cds_mag_code=ATL&amp;cds_page_id=172715&amp;cds_response_key=I14UBT\" target=\"_blank\">Give a Free Gift</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\">Digital Editions</a></li>\n    </ul>\n</li>\n\n                </ul>\n                            </li>\n        </ul>\n    </div>\n    <ul id=\"nav-subchannel-bar\" data-omni-click=\"r'sub-nav',@href,l.pathname\">\n        <li><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=171695&amp;cds_response_key=I14A1C\">Subscribe</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/live/\">Events</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/newsletters/\">Newsletters</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/ebooks/\">Books</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\">Apps</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/features/\">Features</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/infocus/\">In Focus</a></li>\n                        \n<li class=\"just-in\">\n    <div class=\"just-in-tag\">Just In</div>\n    <a data-omni-click=\"r'just-in',@href,l.pathname\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a>\n</li>\n                    </ul>\n\n</div> <!--/header -->\n\n\n        \n            \n                    <div class=\"skybox-container\">\n<ul class=\"skybox\" data-omni-click=\"r'Skybox',$li,l.pathname,@href\">\n        <li class=\"rich\" data-vr-zone=\"Skybox1\" data-vr-contentbox=\"Skybox1\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/whats-wrong-with-georgia/384101/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/georgia-1/skybox-thumb.jpg?nhk6cl\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>What's Wrong With Georgia?</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Alana Semuels</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox2\" data-vr-contentbox=\"Skybox2\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/read-1/skybox-thumb.jpg?nhk6cq\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>Readability Is a Myth</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Noah Berlatsky</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox3\" data-vr-contentbox=\"Skybox3\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/imitation-1/skybox-thumb.jpg?nhk6cv\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2><i>The Imitation Game</i>: A Smart Person's Fantasy</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Emma Green</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox4\" data-vr-contentbox=\"Skybox4\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/computers-1/skybox-thumb.jpg?nhk6cv\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>The Internet Cannot Create Social Change</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Kentaro Toyama</span></span></div>\n    </li>\n        </ul>\n</div>\n\n<script type=\"text/javascript\">Atlantic.displayRandomElement('ul.skybox li.rotating-promo');</script>\n\n        <div class=\"middle\">\n             \n\t<div class=\"contentColumn singleContent\">\n\n\n\n\n    \n\n    <article id=\"article\" class=\"\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Article\">\n    \n    <h1 class=\"headline\" itemprop=\"name\">Cracking the Sitcom Code</h1>\n\n    \n            <div class=\"dek\" itemprop=\"description\">\n            After signing up to write a script for Croatian television, I learned that virtually all TV comedies, from <em>Seinfeld</em> to <em>South Park</em>, follow a simple formula.        </div>\n    \n    <div class=\"metadata\">\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/noah-charney/\" class=\"author\" itemprop=\"author\" itemtype=\"http://schema.org/Person\" rel=\"author\" >Noah Charney</a></span>        <span class=\"date\"><time datetime='2014-12-28T08:01:00-05:00' itemprop=\"datePublished\" content=\"2014-12-28T08:01:00-05:00\">Dec 28 2014, 8:01 AM ET</time></span>\n    </div>\n\n    <div style=\"clear:both\"></div>\n\n        <div class=\"article-tools vertical\">\n        \n        \n\n<ul class=\"social-icons round color component-social vertical\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"Cracking the Sitcom Code\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"Cracking the Sitcom Code\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n            <li><a href=\"#\" class=\"social-icon linkedin\" data-share=\"linkedin\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>LinkedIn</span></a></li>\n    \n    \n            <li><a class=\"social-icon email\" data-omni-click=\"r'email',r'http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/'\"\n                onclick=\"$.event.trigger('social:share', [{type:'email', action:'share', el:this}])\"\n                href=\"mailto:?subject=Cracking%20the%20Sitcom%20Code&amp;body=After%20signing%20up%20to%20write%20a%20script%20for%20Croatian%20television%2C%20I%20learned%20that%20virtually%20all%20TV%20comedies%2C%20from%20%3Cem%3ESeinfeld%3C%2Fem%3E%20to%20%3Cem%3ESouth%20Park%3C%2Fem%3E%2C%20follow%20a%20simple%20formula.%0A%0ARead%20More%3A%0Ahttp%3A%2F%2Fwww.theatlantic.com%2Fentertainment%2Farchive%2F2014%2F12%2Fcracking-the-sitcom-code%2F384068%2F\">\n                <span>Email</span>\n        </a></li>\n    \n\n            <li><a href=\"http://www.theatlantic.com/entertainment/print/2014/12/cracking-the-sitcom-code/384068/\" class=\"social-icon print\" data-omni-click=\"inherit\" target=\"_blank\"><span>Print</span></a></li>\n    \n\n            <li><a href=\"#disqus_thread\" class=\"social-icon comments\"><span>Comments</span></a></li>\n        \n</ul>\n\n    </div>\n    \n    <!-- Article Main Contents -->\n    <div class=\"article-content\" itemprop=\"articleBody\">\n\n                                        <div class=\"photo\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/mt/2014/12/parks_and_rec/lead.jpg?nhb2wn\"\n                 width=\"570\"\n                 height=\"379\"\n                                itemprop=\"image\"\n            />\n\n                        <div class=\"credit\">\n                                NBC            </div>\n                    </div>\n            \n                \n        <p>As happens to so many of us, I was asked to write a sitcom for Croatian television. I’m an American ex-pat living in Slovenia, and I know next to nothing about Croatia, besides the fact that it’s Slovenia’s southern neighbor, a fellow ex-Yugoslav republic, and that the language resembles Slovene except with a lot more “js” in it. I am a writer of books and articles, and I used to write a lot of plays, but I’ve never written for television. So I immediately said, “Sure, of course I can do that,” before rushing off to Google “How to write a sitcom.”</p>\n\n<p>In addition to much Googling, I spent a good deal of time watching sitcoms. I was after tips on how they are constructed, and watched actively, looking to crack open their laugh-tracked shiny exterior to get at the goopy mechanism within, to see how they functioned.  What I found out surprised me, and changed the way that I watch television.</p>\n<!-- START \"MORE ON\" SINGLE STORY BOX v. 2 -->\n\n<aside class=\"callout\"><hr/><h4>Related Story</h4>\n\n<div><a href=\"http://www.theatlantic.com/entertainment/archive/2014/11/jokes-per-minute-sitcom-ratings-link/382734/\"><img alt=\"\" src=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/11/30rock/lead.jpg?nfwmnx\" width=\"242\"/></a></div>\n\n<p><a href=\"http://www.theatlantic.com/entertainment/archive/2014/11/jokes-per-minute-sitcom-ratings-link/382734/\">The One Where I Counted the Jokes in Popular Sitcoms</a></p>\n\n<hr/></aside><!-- END \"MORE ON\" SINGLE STORY BOX v. 2 --><p>From <em>The Simpsons</em> to <em>Seinfeld</em>, from <em>Everybody Loves Raymond</em> to <em>Everybody Hates Chris</em>, from <em>Taxi</em> to <em>Arrested Development</em> to <em>Parks &amp; Recreation</em>, there is a highly-specific, minute-by-minute recipe used to write the vast majority of sitcoms out there. And once you know the formula, it makes it much easier to write them, and much harder to watch them without seeing that formula—the “sitcom code”—everywhere you look.</p>\n\n<p>My giddy-panicked Googling actually produced fruitful results. With little idea as to where I should begin, I turned to the confidence-inspiring blog, <a href=\"https://wisesloth.files.wordpress.com/2012/06/sitcom-analysis.pdf\">Wise Sloth</a> (whose author, like me, has no TV writing experience), which provided a 15-page breakdown of sitcom formats that I used as a point of departure for my own study. And by study, I mean hopping into my pajamas, cuddling up to my Peruvian Hairless, and watching TV with a notebook in hand. Talib Visram recently wrote in <em>The Atlantic </em>about his experience <a href=\"http://www.theatlantic.com/entertainment/archive/2014/11/jokes-per-minute-sitcom-ratings-link/382734/\">counting jokes per minute in popular TV shows</a>. My approach was more deconstructionist, and directly applicable to my new gig. I had to figure out how such shows were built, and fast.</p>\n\n<!--INSERT IN_ARTICLE AD--><p>Fortunately, the answer presented itself very quickly.</p>\n\n<p>First of all, word-processing programs often come with screenwriting templates. FinalDraft, the most popular software for those penning scripts, even has a Sitcom Template, which of course makes life much easier. But as for how to construct an episode, various bloggers, from the Wise Sloth to helpful folks at the BBC, noted a basic structure that I immediately recognized in <em>every </em>sitcom episode I tested. This structure is so formulaic that you’d think it would suck the fun out of writing and watching such shows, but it does nothing of the sort.  While knowing the code it changes the way I watch TV, it only increases my admiration for the good writers who do so much within relatively strict confines.</p>\n\n<p>To demonstrate how this formula works, I’ve chosen an episode of a favorite show, somewhat at random, because it ideally exemplifies the template: episode 4 of season 1 of <em>Parks &amp; Recreation.</em></p>\n\n<p>The Sitcom Code breaks down what needs to happen in each episode, by the minute. As Dan Richter of Demand Media notes, “Sitcoms, minus commercials, are typically 22 minutes long [with] a script of 25-40 pages. Every sitcom episode has a main plot (story A), as well as one or two subplots (stories B and C).”  There are three main acts, divided by two commercial breaks (in most American TV), with 3-5 scenes per act. One of the distinguishing characteristics of sitcoms, as opposed to other forms of television, is that the main protagonist(s) barely change from one episode to the next, let alone from season to season (Maggie Simpson has been sucking on a pacifier for nearly thirty years). Therefore whatever happens in the episode, the situation must end largely where it began. The Wise Sloth points out that 22 minutes is “not even really time enough to tell a full story.  The whole story has to be on fast-forward,” so simplification is key.</p>\n\n<p>Poet Philip Larkin described all plots as “a beginning, a muddle, and an end,” which is as good a description as any. Each episode begins with the protagonist stating a goal or problem that must be solved, and which we understand will be solved by the end of the episode. If the problem is solved too quickly, then the episode won’t stretch out to 22 minutes, so the first attempt at reaching the goal or solving the problem must fail (“the muddle”), requiring a new approach, before the episode ends and the protagonist either does, or does not, achieve what they set out to do.  The goal might be Homer trying to make a fortune by selling recycled grease in <em>The Simpsons</em>, or Job Bluth setting out to sabotage the family’s banana stand in <em>Arrested Development</em>, or the <em>Seinfeld </em>crew looking for where they parked in a vast lot.  Another hallmark of sitcoms is that the protagonists frequently fail, and we often want them to, because we do not want our favorite characters to change too much.  If Leslie Knope ever left Pawnee for a career as a DC politician, we would be distraught.  If Kramer got married and moved to the suburbs—whoa, now!</p>\n\n<p>When writers sit around and prepare a new episode, many literally map out what will happen, minute-by-minute, in the main storyline and sub-storylines, filling in jokes later.  Let’s see <a href=\"https://www.youtube.com/watch?v=GNLXfFHVays\">how this played out</a> in the <em>Parks &amp; Recreation </em>episode, “<a href=\"https://www.youtube.com/watch?v=9VLXVB3HFRU\">Boys' Club</a>.”</p>\n        \n                <div class=\"pagination\">\n    <ul class=\"pagination-links\">\n        \n        \n        \n                    <li class=\"first-page\">\n                 <span class=\"current-page\">1</span>            </li>\n                    <li>\n                 <a href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/2/\">2</a>            </li>\n                    <li>\n                 <a href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/3/\">3</a>            </li>\n        \n        \n        \n                <li class=\"next-link\">\n                 <a class=\"next-link\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/2/\">&gt; &gt;</a>        </li>\n        \n                    <li class=\"single-page-link\">\n                 <a class=\"single-page\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/?single_page=true\">Single Page</a>            </li>\n        \n    </ul>\n</div>\n            </div>\n\n</article>\n\n<div class=\"article-tools horizontal\">\n    <div class=\"ad adArticletools\" id=\"adArticletools1-wrapper\"><span class=\"sponsorText\">Presented by</span><div class=\"ad-inner adArticletools-inner\" id=\"adArticletools1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adArticletools1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Darticletools&sz=88x31%7C120x60&c=666169644&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Darticletools&sz=88x31%7C120x60&c=666169644&tile=1\" alt=\"\" /></a></div></noscript></div></div>\n            <div class=\"jump-to-comments\">\n            <a href=\"#disqus_thread\" data-disqus-identifier=\"mt384068\" \n                data-disqus-format=\"Jump to Comments ({})\">Jump to Comments</a>\n        </div>\n    \n    \n\n<ul class=\"social-icons round color component-social horizontal\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"Cracking the Sitcom Code\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"Cracking the Sitcom Code\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n            <li><a href=\"#\" class=\"social-icon linkedin\" data-share=\"linkedin\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>LinkedIn</span></a></li>\n    \n            <li><a href=\"#\" class=\"social-icon reddit\" data-share=\"reddit\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\" data-omni-click=\"inherit\"><span>Reddit</span></a></li>    \n    \n            <li><a class=\"social-icon email\" data-omni-click=\"r'email',r'http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/'\"\n                onclick=\"$.event.trigger('social:share', [{type:'email', action:'share', el:this}])\"\n                href=\"mailto:?subject=Cracking%20the%20Sitcom%20Code&amp;body=After%20signing%20up%20to%20write%20a%20script%20for%20Croatian%20television%2C%20I%20learned%20that%20virtually%20all%20TV%20comedies%2C%20from%20%3Cem%3ESeinfeld%3C%2Fem%3E%20to%20%3Cem%3ESouth%20Park%3C%2Fem%3E%2C%20follow%20a%20simple%20formula.%0A%0ARead%20More%3A%0Ahttp%3A%2F%2Fwww.theatlantic.com%2Fentertainment%2Farchive%2F2014%2F12%2Fcracking-the-sitcom-code%2F384068%2F\">\n                <span>Email</span>\n        </a></li>\n    \n\n            <li><a href=\"http://www.theatlantic.com/entertainment/print/2014/12/cracking-the-sitcom-code/384068/\" class=\"social-icon print\" data-omni-click=\"inherit\" target=\"_blank\"><span>Print</span></a></li>\n    \n\n            <li><a href=\"#disqus_thread\" class=\"social-icon comments\"><span>Comments</span></a></li>\n        \n</ul>\n\n</div>\n\n\n    \n                \n<div class=\"author-profile \">\n\n            \n    \n    <div class=\"profileDescription\">\n        \n                <p class=\"bio\">\n            <a href=\"http://www.theatlantic.com/noah-charney/\" class=\"author-name\">Noah Charney</a> is an author and art historian. He has written for <i>Esquire</i>, <i>The Guardian</i>, <i>The Daily Beast</i>, and CNN.\n                    </p>\n        \n        \n        <ul class=\"bioTools\">\n                            <li><a href=\"/noah-charney\"\n                    data-omni-click=\"r'author-article',r'all-posts',l'pathname'\"\n                    title=\"All Posts by Charney\">All Posts</a></li>\n            \n            \n                        \n            \n                    </ul>\n    </div>\n\n</div><!-- /bloggerProfile -->\n    \n\n\n\n\t<div id='taboola-bottom-main-column'></div>\n\t<script type=\"text/javascript\">\n\t\twindow._taboola = window._taboola || [];\n\t\t_taboola.push({mode:'autosized-generated-1r', container:'taboola-bottom-main-column', placement:'Bottom Main Column'});\n\t</script>\n\n\n\n\n<!-- Earthbox -->\n<div class=\"earthbox\">\n    <div class=\"video\">\n        \n<div class=\"video-module\" data-vr-zone=\"Video-article\" data-vr-contentbox=\"Video-article\">\n    <div class=\"header\">\n        <h2><a href=\"/video/\" data-omni-click=\"r'video-article',r'index'\"><img src=\"//cdn.theatlantic.com/static/front/images/logo/video.png\" alt=\"Video\"></a></h2>\n        <a href=\"/video/\" class=\"more-video\" data-omni-click=\"r'video-article',r'more'\">More video</a>\n    </div>\n    <figure class=\"video-still\">\n                    <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"r'video-article-still',@href\">  \n                <img src=\"//cdn.theatlantic.com/static/newsroom/video/img/2014/12/chickenhawk_still_03-1/video-featured.jpg?nhczab\" />\n            </a>\n            </figure>\n    <div class=\"content\">\n        <h3>\n            <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"r'video-article-stilltitle',@href\">\n                The Pentagon's $1.5 Trillion Mistake            </a>\n        </h3>\n        <p class=\"dek\">The F-35 fighter jet was supposed to do everything. Instead, it can barely do anything.</p>\n        \n\n<ul class=\"social-icons round color component-social horizontal\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"The Pentagon's $1.5 Trillion Mistake\" data-share-url=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"The Pentagon's $1.5 Trillion Mistake\" data-share-url=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n    \n    \n    \n\n    \n\n        \n</ul>\n    </div>\n\n</div>\n    </div>\n\n    <div class=\"left\">\n        <div class=\"ad adBottomboxleft\" id=\"adBottomboxleft1-wrapper\"><div class=\"ad-inner adBottomboxleft-inner\" id=\"adBottomboxleft1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomboxleft1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomboxleft&sz=300x250%7C336x280%7C620x280%7C300x251&c=261056150&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomboxleft&sz=300x250%7C336x280%7C620x280%7C300x251&c=261056150&tile=1\" alt=\"\" /></a></div></noscript></div></div>    \n    </div>\n    \n        <div class=\"right more-articles\">\n        <div class=\"header\">\n            <a href=\"/\" data-omni-click=\"r'more-articles',r'index'\">\n                <img class=\"logo\" src=\"/static/front/images/logo/white-transparent-small.png\" alt=\"The Atlantic\">\n                <span class=\"label\">More Articles</span>\n            </a>\n        </div>\n        <a class=\"post\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\" data-omni-click=\"r'more-articles',r'article',l'pathname'\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/computers/home-article-curation-promo.jpg?nhles5\">\n            <h3>The Internet Cannot Create Social Change</h3>\n        </a>\n    </div>\n\n</div>\n\n<!-- Disqus Comments -->\n    \n<div id=\"comments\">\n    <h2 class=\"sectionHeader commentHeader\">Join the Discussion</h2>\n        <p>After you comment, click Post. If you’re not already logged in you will be asked to log in or register.</p>\n        <a name=\"disqus_thread\" id=\"disqus_thread\"></a>\n    <script type=\"text/javascript\">\n        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n        var disqus_shortname = 'theatlantic'; // required: replace example with your forum shortname\n        var disqus_developer  = 0;\n                var disqus_identifier = 'mt384068';\n                    var disqus_url = 'http://www.theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/';\n                            var disqus_title = 'Cracking the Sitcom Code';\n            </script>\n    <noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n    <a href=\"http://disqus.com\" class=\"dsq-brlink\">blog comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n</div>\n\n\n\n\n\n\n\n\n<!--[if IE]>\n<style type=\"text/css\">\n/*\nAnnoyingly, IE puts 4 extra pixels above the iframe,\nso we add 4px to the element's top style to compensate\n*/\n#thanksForSharing .hide {\n\ttop: 5px !important;\n}\n</style>\n<![endif]-->\n<div id=\"thanksForSharing\" style=\"width:336px;height:280px;background:#E7E4DF;position:absolute;display:none;left: -30px;-moz-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 5px 5px 7px rgba(0, 0, 0, 0.4); z-index: 9999\">\n\t<div id=\"thanksForSharingInner\" style=\"position: relative; width: 336px; height: 280px; top: 0; left: 0; right: 0; bottom: 0;display: block; z-index:9999;\">\n\t\t<a style=\"display:block; position:absolute; height:50px; width:50px; background:url(/static/front/images/ads/sharing-ad-close.png) no-repeat top right; right:0px; top:1px; z-index:9999;\"\n\t\t   href=\"#\" onclick=\"return false;\" class=\"hide\" title=\"Close\">\n\t\t\t<span style=\"display:none\">Close</span>\n\t\t</a>\n\t\t<div class=\"ad adSharingContainer\">\n\t\t\t<iframe id=\"thanksForSharingIframe\" class=\"ad adSharing\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" style=\"width: 336px; height: 280px;\"></iframe>\n\t\t</div>\t\n\t</div>\n</div>\n<script type=\"text/javascript\">\n\n\t$(document).ready(function() {\t\t\n\t\tvar iframeUrl = null;\n\n\t\t$('#thanksForSharing a.hide').click(function() {\n\t\t\t$('#thanksForSharing').hide();\n\t\t});\n\n\t\tvar onIframeReady = function(iframe) {\n\t\t\tvar win = iframe.contentWindow;\n\t\t\t// Don't show the box if there's no ad in it\n\t\t\tif (win.$('.ad').children().length == 1) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar visibleAds = win.$('.ad').filter(function() {\n\t\t\t\treturn !($(this).css('display') == 'none');\n\t\t\t});\n\t\t\tif (visibleAds.length == 0) {\n\t\t\t\t// Ad is hidden, so don't show\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (win.$('.ad').hasClass('adNotLoaded')) {\n\t\t\t\t// Ad failed to load so don't show\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t$('#thanksForSharing').css('display', 'block');\n\n\t\t\tvar top = window.pageYOffset - $('#topAdsWrap').height() - 150;\n\t\t\t$('#thanksForSharing').css('top', top + 'px');\n\t\t};\n\t\tvar onShare = function(event, data) {\n\n\t\t\tif (data.type === 'fb') {\n\t\t\t\t$('#facebookLike span.fb_edge_comment_widget').hide();\n\t\t\t}\n\n\t\t\t// Close \"Share successful!\" AddThis plugin popup\n\t\t\tif (window._atw && window._atw.clb && $('#at15s:visible').length) {\n\t\t\t\t_atw.clb();\n\t\t\t}\n\t\t\t\n\t\t\tif (iframeUrl == null) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t$('#thanksForSharingIframe').attr('src', null);\n\t\t\t$('#thanksForSharingIframe').load(function() {\n\t\t\t\tvar iframe = this;\n\t\t\t\tvar win = iframe.contentWindow;\n\t\t\t\tif (win.loaded) {\n\t\t\t\t\tonIframeReady(iframe);\n\t\t\t\t} else {\n\t\t\t\t\twin.$(iframe.contentDocument).ready(function() {\n\t\t\t\t\t\tonIframeReady(iframe);\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t});\n\t\t};\n\n\t\t$(document).on(\"social:share\", onShare);\n\t});\n</script><script type=\"text/javascript\">cssFixes()</script>\n</div><!-- contentColumn -->\n\n\n<div class=\"promoColumn\">\n\n\n\n\n\n<section class=\"new-module\" id=\"module-promo\" data-omni-click=\"r'toppromo',t,l.pathname\">\n<div class=\"module-banner rotating-promo rotating-promo-num-0 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/chickenhawk_still_03-1/curation-special-report-thumb.jpg?nhcy9f\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\">\n        The Pentagon's $1.5 Trillion Mistake    </a>\n</h3>\n<div class=\"module-promo-dek\">The F-35 fighter jet was supposed to do everything. Instead, it can barely do anything.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-1 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/video_featured-7/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\" data-omni-click=\"inherit\">\n        How to Cook Spaghetti Squash (and Why)     </a>\n</h3>\n<div class=\"module-promo-dek\">Cooking for yourself is one of the surest ways to eat well.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-2 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/1-1/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\" data-omni-click=\"inherit\">\n        Before Tinder, a Tree    </a>\n</h3>\n<div class=\"module-promo-dek\">Looking for your soulmate? Write a letter to the &quot;Bridegroom&#39;s Oak&quot; in Germany.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-3 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383477/the-west-virginia-town-that-banned-cell-phones/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/Screen_Shot_2014_12_05_at_5.18.37_PM-1/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383477/the-west-virginia-town-that-banned-cell-phones/\" data-omni-click=\"inherit\">\n        Where High Tech Meets the 1950s    </a>\n</h3>\n<div class=\"module-promo-dek\">Why did Green Bank, West Virginia, ban wireless signals? For science.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-4 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383163/adults-who-live-in-tree-houses/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/11/video_featured-11/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383163/adults-who-live-in-tree-houses/\" data-omni-click=\"inherit\">\n        Would You Live in a Treehouse?    </a>\n</h3>\n<div class=\"module-promo-dek\">A treehouse can be an ideal office space, vacation rental, and way of reconnecting with your youth.</div>\n</div>\n</div>\n</section>\n<script type=\"text/javascript\">Atlantic.displayRandomElement('#module-promo div.right-rail-promo');</script>\n\n<div id=\"module-topboxright\" class=\"new-module\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('topboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <div class=\"ad adTopboxright\" id=\"adTopboxright1-wrapper\"><div class=\"ad-inner adTopboxright-inner\" id=\"adTopboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adTopboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dtopboxright&sz=336x280%7C300x250%7C300x600%7C336x1050%7C300x1050%7C336x850%7C300x1000&c=4850232&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dtopboxright&sz=336x280%7C300x250%7C300x600%7C336x1050%7C300x1050%7C336x850%7C300x1000&c=4850232&tile=1\" alt=\"\" /></a></div></noscript></div></div></div>\n\n\n<section id=\"more-in-module\" class=\"new-module\">\n<h2>More in Entertainment</h2>\n<ul data-omni-click=\"r'morein',$li,l.pathname\">\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/Benedict/channel-curation-featured-small.jpg?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">\n        <i>The Imitation Game</i>: A Smart Person's Fantasy    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/emma-green/\" class=\"author\"  >Emma Green</a></span></div>\n</div>\n</li>\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/Readability/channel-curation-featured-small.jpg?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">\n        Readability Is a Myth    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/noah-berlatsky/\" class=\"author\"  >Noah Berlatsky</a></span></div>\n</div>\n</li>\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/The_Art_of_Peace/channel-curation-featured-small.png?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\" data-omni-click=\"inherit\">\n        A Design Magazine That's More Than Just Pretty    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/steven-heller/\" class=\"author\"  >Steven Heller</a></span></div>\n</div>\n</li>\n</ul>\n</section>\n\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('midboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <section class=\"new-module\" id=\"module-midboxright\">\n        <div class=\"ad adMidboxright\" id=\"adMidboxright1-wrapper\"><div class=\"ad-inner adMidboxright-inner\" id=\"adMidboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adMidboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dmidboxright&sz=300x250%7C336x280%7C300x600&c=69726661&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dmidboxright&sz=300x250%7C336x280%7C300x600&c=69726661&tile=1\" alt=\"\" /></a></div></noscript></div></div>    </section>\n<!-- START INFOCUS -->\n    <section class=\"new-module\">\n        <div class=\"module-infocus\">\n            <a href=\"/infocus/\" class=\"infocus-link\" data-omni-click=\"r'infocus',r'rrhed',l.pathname\"><h2><img src=\"//cdn.theatlantic.com/static/front/images/home/camera-white.png\"> In Focus</h2></a>\n            <a href=\"http://www.theatlantic.com/infocus/2015/01/2015-ringing-in-the-new-year/100881/\" data-omni-click=\"r'infocus',r'rrimage',l.pathname\"><img class=\"image\" src=\"//cdn.theatlantic.com/static/infocus/highlight_2015010209.jpg\" /></a>\n            <h3><a href=\"http://www.theatlantic.com/infocus/2015/01/2015-ringing-in-the-new-year/100881/\" data-omni-click=\"r'infocus',r'rrtitle',l.pathname\">2015: Ringing in the New Year</a></h3>\n        </div>\n    </section>\n<!-- END INFOCUS -->\n<!-- START:BOOKS -->\n<!-- END BOOKS -->\n\n\n<section class=\"new-module\" id=\"module-just-in\">\n<h2>Just In</h2>\n<ul data-omni-click=\"r'just-in',$li,l.pathname\">\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\" data-omni-click=\"inherit\">Why Would Anybody Adopt the Euro in 2015?</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author\"  >Adam Chandler</a></span>    </li>\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\" data-omni-click=\"inherit\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/jeffrey-goldberg/\" class=\"author voice\"  >Jeffrey Goldberg</a></span>    </li>\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\" data-omni-click=\"inherit\">Human Traffickers Are Abandoning Boats Full of Migrants</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author\"  >Adam Chandler</a></span>    </li>\n</ul>\n</section>\n\n<section class=\"new-module\" id=\"module-bottomboxright\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('bottomboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <div class=\"ad adBottomboxright\" id=\"adBottomboxright1-wrapper\"><div class=\"ad-inner adBottomboxright-inner\" id=\"adBottomboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomboxright&sz=300x250%7C336x280%7C300x251%7C300x600%7C300x1000%7C300x1050&c=556356977&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomboxright&sz=300x250%7C336x280%7C300x251%7C300x600%7C300x1000%7C300x1050&c=556356977&tile=1\" alt=\"\" /></a></div></noscript></div></div></section>\n<div id=\"module-sticky\">\n<section id=\"module-most-popular\" class=\"new-module\">\n    <h2>Most Popular</h2>\n\n    <dl data-omni-click=\"r'popular',l.pathname,@href\">\n\n        <dt>1</dt>\n        <dd><a href=\"/features/archive/2014/12/the-tragedy-of-the-american-military/383516/\" data-omni-click=\"inherit\">The Tragedy of the American Military</a></dd>\n        \n        <dt>2</dt>\n        <dd><a href=\"/business/archive/2015/01/whats-wrong-with-georgia/384101/\" data-omni-click=\"inherit\">What's Wrong With Georgia?</a></dd>\n        \n        <dt>3</dt>\n        <dd><a href=\"/magazine/archive/2015/01/the-death-of-the-artist-and-the-birth-of-the-creative-entrepreneur/383497/\" data-omni-click=\"inherit\">The Death of the Artist—and the Birth of the Creative Entrepreneur</a></dd>\n        \n        <dt>4</dt>\n        <dd><a href=\"/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">Readability Is a Myth</a></dd>\n        \n        <dt>5</dt>\n        <dd><a href=\"/magazine/archive/2011/11/all-the-single-ladies/8654/\" data-omni-click=\"inherit\">All the Single Ladies</a></dd>\n        \n        <dt>6</dt>\n        <dd><a href=\"/magazine/archive/2015/01/the-future-of-getting-arrested/383507/\" data-omni-click=\"inherit\">The Future of Getting Arrested</a></dd>\n        \n        <dt>7</dt>\n        <dd><a href=\"/international/archive/2014/12/what-us-intelligence-predicted-the-world-would-look-like-in-2015/384071/\" data-omni-click=\"inherit\">What U.S. Intelligence Predicted the World Would Look Like in 2015</a></dd>\n        \n        <dt>8</dt>\n        <dd><a href=\"/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">The Imitation Game: A Smart Person's Fantasy</a></dd>\n        \n        <dt>9</dt>\n        <dd><a href=\"/technology/archive/2015/01/a-hackers-hit-list-of-american-infrastructure/384166/\" data-omni-click=\"inherit\">A Hacker's Hit List of American Infrastructure</a></dd>\n        \n        <dt>10</dt>\n        <dd><a href=\"/national/archive/2014/12/the-benefits-of-fewer-nypd-arrests/384126/\" data-omni-click=\"inherit\">The Benefits of Fewer NYPD Arrests</a></dd>\n            </dl>\n<!-- <div style=\"clear:both; height:0;\">&nbsp;</div> -->\n</section>\n</div>\n</div>\n\n\n\t\n\n            <div style=\"clear:both\"></div>\n        </div><!-- /middle -->\n\n    <div id=\"footer-wrapper\">\n        <div id=\"bottomleader\">\n<div class=\"ad adBottomleader\" id=\"adBottomleader1-wrapper\"><div class=\"ad-inner adBottomleader-inner\" id=\"adBottomleader1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomleader1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomleader&sz=728x90&c=694587288&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dnoah-charney%26title%3Dcracking-the-sitcom-code%26pos%3Dbottomleader&sz=728x90&c=694587288&tile=1\" alt=\"\" /></a></div></noscript></div></div></div>\n\n        \n<div class=\"column-set\" id=\"footer-partner-feeds\">\n    <h2 class=\"amc\">ATLANTIC MEDIA</h2>\n\n        \n    <div class=\"column the-wire\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.thewire.com\">The Wire</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.thewire.com\">More from The Wire</a></strong></p>\n    </div>\n\n        \n    <div class=\"column citylab\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.citylab.com\">CityLab</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/indias-government-will-now-check-and-verify-the-use-of-toilets/384174/\">India's Government Will Now 'Check and Verify the Use of Toilets'</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/how-johannesburgs-most-neglected-buildings-ended-up-splashed-with-pink-paint/384173/\">How Johannesburg's Most Neglected Buildings Ended Up Splashed With Pink Paint</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/san-francisco-loves-to-hate-the-design-of-its-newest-tower/384168/\">San Francisco Loves to Hate the Design of Its Newest Tower</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.citylab.com\">More from CityLab</a></strong></p>\n    </div>\n\n        \n    <div class=\"column quartz\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.qz.com\">Quartz</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320563/what-back-to-the-future-ii-got-right-about-tech-in-2015/\">What Back to the Future II got right about tech in 2015</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320541/here-are-the-popular-air-routes-that-will-be-more-affordable-this-year/\">Here are the popular routes that will be cheaper to fly this year</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320620/the-seven-most-important-economic-charts-of-the-week-2/\">The seven most important economic charts of the week</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.qz.com\">More from Quartz</a></strong></p>\n    </div>\n\n        \n    <div class=\"column national-journal\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.nationaljournal.com\">National Journal</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/congress/how-hopes-for-an-immigration-deal-fell-apart-20150102\">How Hopes for an Immigration Deal Fell Apart</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/politics/the-seven-senate-races-to-watch-in-2016-20150101\">The Seven Senate Races To Watch In 2016</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/pictures-video/the-best-images-of-2014-20141231\">The Best Images of 2014</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.nationaljournal.com\">More from National Journal</a></strong></p>\n    </div>\n\n        \n    <div class=\"column defense-one\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.defenseone.com\">Defense One</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/technology/2014/12/militarys-new-years-resolution-artificial-intelligence/102102/\">The Military’s New Year’s Resolution for Artificial Intelligence</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/ideas/2014/12/defense-ones-top-10-stories-2014/102096/\">Defense One's Top 10 Stories of 2014</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/ideas/2014/12/heres-what-expect-national-security-2015/102003/\">Here’s What To Expect in National Security in 2015</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.defenseone.com\">More from Defense One</a></strong></p>\n    </div>\n\n    \n</div>\n        <div style=\"clear:both\"></div>\n\n        <footer>\n        <div id=\"footer\" class=\"column-set\">\n            <nav class=\"column follow-the-atlantic\" data-omni-click=\"r'footer',@class,l.pathname\">\n                <h4>Follow The Atlantic</h4>\n                <ul id=\"fta\">\n                    <li><a class=\"apple-store-icon\" target=\"_blank\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\" data-omni-click=\"inherit\">App store</a></li>\n                    <li><a class=\"google-play-icon\" target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=com.theatlantic.weekly_android\" data-omni-click=\"inherit\">Google Play</a></li>\n                    <li><a class=\"facebook-icon\" target=\"_blank\" href=\"https://www.facebook.com/TheAtlantic\" data-omni-click=\"inherit\">Facebook</a></li>\n                    <li><a class=\"twitter-icon\" target=\"_blank\" href=\"https://twitter.com/TheAtlantic\" data-omni-click=\"inherit\">Twitter</a></li>\n                    <li><a class=\"linked-in-icon\"  target=\"_blank\" href=\"http://www.linkedin.com/today/theatlantic.com\" data-omni-click=\"inherit\">Linkedin</a></li>\n                    <li><a class=\"google-plus-icon\" target=\"_blank\" href=\"https://plus.google.com/109258622984321091629/posts\" data-omni-click=\"inherit\">Google Plus</a></li>\n                    <li><a class=\"tumblr-icon\" target=\"_blank\" href=\"http://theatlantic.tumblr.com/\" data-omni-click=\"inherit\">Tumblr</a></li>\n                    <li><a class=\"rss-icon\" target=\"_blank\" href=\"/follow-the-atlantic/#rssFeeds\" data-omni-click=\"inherit\">RSS</a></li>\n                </ul>\n            </nav>\n            <nav class=\"column\" data-omni-click=\"r'footer',$,t\">\n                <h4>E-Newsletters</h4>\n                <ul>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">Today's Top Stories</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">This Week</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">This Month</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">New at In Focus</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">CityLab</a></li>\n                </ul>\n            </nav>\n            <nav class=\"column\" data-omni-click=\"r'footer',t,l.pathname\">\n                <h4>Information</h4>\n                <ul>\n                    <li><a href=\"/faq/\" data-omni-click=\"inherit\">FAQ</a></li>\n                    <li><a href=\"/profiles/magazine/\" data-omni-click=\"inherit\" onclick=\"Atlantic.CDS.subscriberHelp(); return false;\">Subscribe Help</a></li>\n                    <li><a href=\"/masthead/\" data-omni-click=\"inherit\">Masthead</a></li>\n                    <li><a href=\"/store/\" data-omni-click=\"inherit\">Store</a></li>\n                    <li><a href=\"/emporium/\" data-omni-click=\"inherit\">Emporium</a></li>\n                    <li><a href=\"/jobs/\" data-omni-click=\"inherit\">Jobs</a></li>\n                    <li><a href=\"/privacy-policy/\" data-omni-click=\"inherit\">Privacy</a></li>\n                    <li><a href=\"/site-map/\" data-omni-click=\"inherit\">Site Map</a></li>\n                    <li><a href=\"/terms-and-conditions/\" data-omni-click=\"inherit\">Terms and Conditions</a></li>\n                    <li><a href=\"/advertise/\" data-omni-click=\"inherit\">Advertise</a></li>\n                    <li><a href=\"//cdn.theatlantic.com/static/front/docs/ads/TheAtlanticAdvertisingGuidelines.pdf\" data-omni-click=\"inherit\">Advertising Guidelines</a></li>\n                    <li><a href=\"/press/\" data-omni-click=\"inherit\">Press</a></li>\n                    <li><a href=\"/contact/\" data-omni-click=\"inherit\">Contact Us</a></li>\n                    <li><a href=\"/special-reports/\" data-omni-click=\"inherit\">Special Reports</a></li>\n                    <li><a href=\"/atlantic-scene/\" data-omni-click=\"inherit\">Atlantic Scene</a></li>\n                    <li><a href=\"/ebooks/\" data-omni-click=\"inherit\">Books</a></li>\n                    <li><a href=\"http://events.theatlantic.com\" data-omni-click=\"inherit\">Events</a></li>\n                    <li><a href=\"http://www.atlanticmedia.com/\" data-omni-click=\"inherit\">Atlantic Media</a></li>\n                </ul>\n            </nav>\n            <div class=\"double column\">\n                <h4>Subscribe</h4>\n                <div class=\"mag-image\">\n                <img src=\"//cdn.theatlantic.com/static/newsroom/img/issues/2014/12/16/0115_Cover_768x1024/large.png?ngoyt7\" width=\"118\">\n                Get 10 issues a year and save 65% off the cover price\n                </div>\n                <form action=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&cds_page_id=173343&cds_response_key=I14AEC\" method=\"post\" id=\"footerCircForm\" class=\"labeled\">\n        <input type=\"hidden\" name=\"iTermValue\" value=\"1_US\" />\n        <input type=\"hidden\" name=\"iPayopt\" value=\"Y\">\n        <input type=\"hidden\"   name=\"iaccountnumber\" />\n        <input name=\"iOrdBillCountry\" value=\"US\" type=\"hidden\" /> \n\n        <table class=\"circForm\">\n            <tr>\n                <td colspan=3>\n                   <input class=\"name\" name=\"iOrdBillFName\" type=\"text\" size=\"30\" value=\"\" longdesc=\"FIRST NAME\" />       \n                </td>\n            </tr>\n            <tr>\n                <td colspan=3>\n                   <input class=\"name\" name=\"iOrdBillLName\" type=\"text\" size=\"30\" value=\"\" longdesc=\"LAST NAME\" />           \n                </td>\n            <tr>\n               <td colspan=3>\n                   <input class=\"address1\" name=\"iOrdBillAddr1\" type=\"text\" size=\"30\" value=\"\" longdesc=\"ADDRESS 1\" />\n                </td>\n            </tr>\n            <tr>\n                <td colspan=3> \n               <input class=\"address2\" name=\"iOrdBillAddr2\" type=\"text\" size=\"30\" value=\"\" longdesc=\"ADDRESS 2\"  />\n               </td>\n            </tr>\n            <tr>\n               <td colspan=3>\n                   <input class=\"city\" name=\"iOrdBillCity\" type=\"text\"  size=\"30\" value=\"\" longdesc=\"CITY\" />\n                </td>\n            </tr>\n            <tr>\n                <td>\n                    <select class=\"state\" name=\"iOrdBillState\" tabindex=\"5\"  >\n                        <option value=\"\">STATE</option>\n                        <option value=\"AK\">AK</option>\n                        <option value=\"AL\">AL</option>\n                        <option value=\"AR\">AR</option>\n                        <option value=\"AZ\">AZ</option>\n                        <option value=\"CA\">CA</option>\n\n                        <option value=\"CO\">CO</option>\n                        <option value=\"CT\">CT</option>\n                        <option value=\"DC\">DC</option>\n                        <option value=\"DE\">DE</option>\n                        <option value=\"FL\">FL</option>\n                        <option value=\"GA\">GA</option>\n\n                        <option value=\"HI\">HI</option>\n                        <option value=\"IA\">IA</option>\n                        <option value=\"ID\">ID</option>\n                        <option value=\"IL\">IL</option>\n                        <option value=\"IN\">IN</option>\n                        <option value=\"KS\">KS</option>\n\n                        <option value=\"KY\">KY</option>\n                        <option value=\"LA\">LA</option>\n                        <option value=\"MA\">MA</option>\n                        <option value=\"MD\">MD</option>\n                        <option value=\"ME\">ME</option>\n                        <option value=\"MI\">MI</option>\n\n                        <option value=\"MN\">MN</option>\n                        <option value=\"MO\">MO</option>\n                        <option value=\"MS\">MS</option>\n                        <option value=\"MT\">MT</option>\n                        <option value=\"NC\">NC</option>\n                        <option value=\"ND\">ND</option>\n\n                        <option value=\"NE\">NE</option>\n                        <option value=\"NH\">NH</option>\n                        <option value=\"NJ\">NJ</option>\n                        <option value=\"NM\">NM</option>\n                        <option value=\"NV\">NV</option>\n                        <option value=\"NY\">NY</option>\n\n                        <option value=\"OH\">OH</option>\n                        <option value=\"OK\">OK</option>\n                        <option value=\"OR\">OR</option>\n                        <option value=\"PA\">PA</option>\n                        <option value=\"RI\">RI</option>\n                        <option value=\"SC\">SC</option>\n\n                        <option value=\"SD\">SD</option>\n                        <option value=\"TN\">TN</option>\n                        <option value=\"TX\">TX</option>\n                        <option value=\"UT\">UT</option>\n                        <option value=\"VA\">VA</option>\n                        <option value=\"VT\">VT</option>\n\n                        <option value=\"WA\">WA</option>\n                        <option value=\"WI\">WI</option>\n                        <option value=\"WV\">WV</option>\n                        <option value=\"WY\">WY</option>\n                        <option value=\"YT\">YT</option>\n                   </select>\n                </td>\n                <td colspan=2>\n                    <input class=\"zip\" name=\"iOrdBillPcode\" type=\"text\" size=\"10\" value=\"\" longdesc=\"ZIP\"  />\n                </td>\n            </tr>\n            <tr>\n                <td colspan=3>\n                   <input class=\"email\" name=\"iOrdBillEmail\" type=\"text\" size=\"30\" value=\"\" longdesc=\"EMAIL\"  />\n                </td>\n            </tr>\n           <tr>\n               <td class=\"submit\">\n                   <button type=\"submit\" value=\"Submit\" name=\"Submit\" tabindex=\"8\">Next &#x25BA;</button>\n               </td>\n           </tr>\n    </table>\n    </fieldset>\n</form>\n               <h3 class=\"fraud-alert\">\n                    <a href=\"/personal/archive/2013/10/fraud-alert-regarding-i-the-atlantic-i/280278/\">\n                        Fraud alert regarding <i>The Atlantic</i>\n                    </a>\n                </h3>\n            </div>\n            <hr />\n            <div id=\"copyright\">\n                Copyright &copy; 2015 by The Atlantic Monthly Group. All Rights Reserved.\n                <a href=\"http://www.edgecast.com/\">CDN</a> powered by Edgecast Networks.\n                Insights powered by <a href=\"http://www.parsely.com/\">Parsely</a> .\n            </div>\n\n        </div>\n        </footer>\n    </div> <!-- [> /footer-wrapper <] -->\n\n</div><!-- /container -->\n<div id=\"janrain-screens\"></div>\n\n\n\n</body>\n\n    <!-- Initialize Ads -->\n    <script type=\"text/javascript\">\n    function afterFinished_1406(errorEvent) { \n        // Fires when Peer39 loads, or onerror of the peer39 script element\n        if (!errorEvent) {\n            Atlantic.Ad.p39_categories = p39_KVP_Short('','').split('=').slice(1);\n        }\n        Atlantic.Ad.manager.loadGoogle();\n        Atlantic.Ad.manager.display();\n    }\n    </script>\n\n    <script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/peer39_trg_1406.js?v=1\"></script>\n\n    <!-- Internal JS -->\n                \n    <!-- Comments JS -->\n        <script type=\"text/javascript\"> \n    /* The comment count for the main site is currently set in jquery.start.js. */\n    var disqus_shortname = 'theatlantic'; // required: replace example with your forum shortname\n</script>\n\n\n        <!-- Analytics JS -->\n    <script type=\"text/javascript\">\n  _bizo_data_partner_id = \"1016\";\n</script>\n<script type=\"text/javascript\">\n(function() {\n  var s = document.getElementsByTagName(\"script\")[0];\n  var b = document.createElement(\"script\");\n  b.type = \"text/javascript\";\n  b.async = true;\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\n  s.parentNode.insertBefore(b, s);\n})();\n</script>\n<noscript>\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1016&fmt=gif\" />\n</noscript>    <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <a id=\"parsely-cfg\" data-parsely-site=\"theatlantic.com\"\n     href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->    \n\t\n<!-- chartbeat -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _sf_async_config={uid:17396,domain:\"theatlantic.com\"};\n_sf_async_config.path = \"\\/entertainment\\/archive\\/2014\\/12\\/cracking-the-sitcom-code\\/384068\\/\";\n_sf_async_config.title = \"Cracking the Sitcom Code\";\n\n/* Chartbeat Publisher tags */\n_sf_async_config.sections = \"entertainment\";\n_sf_async_config.authors = \"Noah Charney\";\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n//]]>\n</script>\n    <!--Visual Revenue Reader Response Tracking Script (v6) -->\n\n<script type=\"text/javascript\">\n    var _vrq = _vrq || [];\n    _vrq.push(['id', 209]);\n    _vrq.push(['automate', true]);\n    _vrq.push(['track', function(){}]);\n    (function(d, a){\n        var s = d.createElement(a),\n        x = d.getElementsByTagName(a)[0];\n        s.async = true;\n        s.src = 'http://a.visualrevenue.com/vrs.js';\n        x.parentNode.insertBefore(s, x);\n    })(document, 'script');\n</script>\n\n<!-- End of VR RR Tracking Script - All rights reserved -->\n    \n<!-- Newsroom Tracking -->\n   \n<meta name=\"tb:canonical\" content=\"http://www.theatlantic.com/articles\">\n<script>\n        window._newsroom = window._newsroom || [];\n    window._newsroom.push({pageTemplate: 'articles'});\n    window._newsroom.push({pageDashboard: 'articles'});\n    window._newsroom.push('auditClicks');\n    window._newsroom.push('trackPage');\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'),\n    document.getElementsByTagName('script')[0], '//c2.taboola.com/nr/theatlantic/newsroom.js');\n</script>\n<!-- /Newsroom Tracking -->\n\n<!-- /taboola -->\n\n\n    <!-- START Nielsen Online SiteCensus V6.0 -->\n<!-- COPYRIGHT 2012 Nielsen Online -->\n<script type=\"text/javascript\">\n(function () {\nvar d = new Image(1, 1);\nd.onerror = d.onload = function () {\nd.onerror = d.onload = null;\n};\nd.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n})();\n</script>\n<noscript>\n<div>\n<img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&ts=noscript\" \nwidth=\"1\" height=\"1\" alt=\"\" />\n</div>\n</noscript>\n<!-- END Nielsen Online SiteCensus V6.0 -->    \n\n<!-- SimpleReach Tags -->\n    <script>\n    __reach_config = {\n      pid: \"516eed0e4240cfbf3000002a\", // The SimpleReach assigned Publisher ID (pid)\n      url: \"http://theatlantic.com/entertainment/archive/2014/12/cracking-the-sitcom-code/384068/\", // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n      title: \"cracking the sitcom code\", // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n      date: \"2014-12-28T08:01:00-05:00\", // Article publish date in UTC or any ISO8601 date\n      authors: [\"Noah Charney\"], // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n      channels: [\"entertainment\"], // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n      tags: [\"\",\"\"] // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n    };\n\n      (function(){\n        var s = document.createElement('script');\n        s.async = true;\n        s.type = 'text/javascript';\n        s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n      })();\n    </script>\n<!-- End SimpleReach tags -->\n    <!-- Facebook Tracking Pixel -->\n<script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', \"1407501962855831\"]);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push([\"track\", \"PixelInitialized\", {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" border=\"0\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1407501962855831&ev=NoScript\" /></noscript>\n<!-- End Facebook Tracking Pixel -->\n\n    <!-- SpotXChange Pixel -->\n    <img src=\"//search.spotxchange.com/track/tag/7319.4514/img\" height=\"0\" width=\"0\" border=\"0\" />\n\n    \n\n<script type=\"text/javascript\" src=\"https://profiles.theatlantic.com/janrain/profiles.js?v=1.1.13\"></script>\n\n<!-- taboola -->\n<script type=\"text/javascript\">\nwindow._taboola = window._taboola || [];\n_taboola.push({\"article\": \"auto\"});\n</script>\n<script type=\"text/javascript\" src=\"http://cdn.taboolasyndication.com/libtrc/theatlantic/loader.js\"></script>\n\n\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/assets/js/article_bottom.js?v=4ohqb4wd9f\"></script>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/share-count.js?v=nhkkg1\"></script>\n    <!-- 1420285636 -->\n    <!-- PAGE_COMPLETED -->\n</html>\n"
  },
  {
    "path": "tests/data/html/theatlantic.com2.html",
    "content": "\n\n<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\"\n      xmlns:fb=\"http://ogp.me/ns#\"\n      xmlns:og=\"http://ogp.me/ns#\"\n      prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\">\n<head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n\n    <!-- for chartbeat -->\n    <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n    <meta id=\"meta-viewport\" name=\"viewport\" content=\"width=1024\" />\n\n        <!--[if lt IE 9]>\n    <script src=\"/static/front/js/svg/svg.js?v=1\" data-path=\"/static/front/js/svg\"></script>\n    <![endif]-->\n\n    <title>'The Interview' Is a Pretty Smart Movie - The Atlantic</title>\n\n    \n            <meta property=\"og:site_name\" content=\"The Atlantic\" />\n\n\n<link rel=\"icon\" type=\"image/vnd.microsoft.icon\" href=\"//cdn.theatlantic.com/static/front/images/favicon.ico\" />\n<link rel=\"shortcut icon\" href=\"//cdn.theatlantic.com/static/front/images/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"apple-touch-icon\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-iphone.png\">\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-ipad.png\">\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-iphone-retina.png\">\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//cdn.theatlantic.com/static/front/images/apple-touch-icon-ipad-retina.png\">\n\n<link href=\"https://plus.google.com/+TheAtlantic/\" rel=\"publisher\" />\n\n<meta property=\"fb:page_id\" content=\"29259828486\" />\n<meta property=\"fb:app_id\" content=\"100770816677686\" />\n\n<meta name=\"p:domain_verify\" content=\"68e1a0361a557708fefc992f3309ed70\" /> <!-- Pinterest --> \n\n<meta name=\"twitter:card\" content=\"summary\" />\n<meta name=\"twitter:site\" content=\"@theatlantic\" />\n<meta name=\"twitter:domain\" content=\"theatlantic.com\" />\n\n    <meta name=\"description\" content=\"Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.\" />\n    <meta property=\"og:description\" content=\"Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.\" />\n    <meta itemprop=\"description\" content=\"Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.\" />\n    <meta name=\"twitter:description\" content=\"Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.\" />\n\n    <link rel=\"image_src\" href=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead_large.jpg?nhcvny\" />\n    <meta name=\"twitter:image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead_large.jpg?nhcvny\" />    \n    <meta property=\"og:image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead_large.jpg?nhcvny\" />\n    <meta itemprop=\"image\" content=\"http://cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead_large.jpg?nhcvny\" />\n    \n<meta property=\"og:type\" content=\"article\" />\n    <meta property=\"og:title\" content=\"&#039;The Interview&#039; Is a Pretty Smart Movie\" />\n<meta itemprop=\"name\" content=\"The Interview Is a Pretty Smart Movie\" />\n<meta name=\"twitter:title\" content=\"The Interview Is a Pretty Smart Movie\" />\n\n    \n    <meta property=\"og:url\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" />\n\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/TheAtlantic\" />\n                \n\n            <link rel=\"canonical\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" />\n        <meta name=\"syndication-source\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" /> \n                    \n    \n    \n                <meta property=\"vr:canonical\" content=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\">\n    \n\n\n\n<meta name='parsely-page' content='{\"author\":\"Adam Chandler\",\"pub_date\":\"2014-12-29T12:16:00-05:00\",\"section\":\"Entertainment\",\"tags\":\"News\",\"post_id\":\"mt384082\",\"image_url\":\"//cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead_large.jpg?nhcvny\",\"type\":\"post\",\"link\":\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\",\"title\":\"The Interview Is a Pretty Smart Movie\"}'>\n\n        \n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <meta name=\"title\" content=\"&#039;The Interview&#039; Is a Pretty Smart Movie - The Atlantic\" />\n\n        \n                            \n            \n    \n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Atlantic\" href=\"http://feeds.feedburner.com/TheAtlantic\" />\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Best of The Atlantic\" href=\"http://feeds.feedburner.com/Best-Of-The-Atlantic\" />\n    \n                                    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Entertainment Channel\" href=\"http://feeds.feedburner.com/AtlanticCulture\" />\n                            \n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/assets/css/landing.css?v=83u8mf6mbn\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/assets/css/article.css?v=pt9vj04v5b\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/static/front/css/wire-notice.css?v=nhkkg1\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/assets/static/theatlantic/common/css/registration/profiles.css?v=1412023576\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.theatlantic.com/assets/static/theatlantic/common/css/registration/widgets.css?v=1412023576\"/>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/ads/advertisement.js?v=nhkkg1\"></script>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/assets/js/landing_top.js?v=dj7s1k3ei8\"></script>\n<!-- DFP Slot definitions. -->\n<script type=\"text/javascript\">\nwindow.googletag = window.googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n\nAtlantic.Ad.manager = new Atlantic.Ad.Manager({\n    defs: {\n    \"adTopleader1\": {\n        \"sizes\": [\n            [\n                728,\n                90\n            ],\n            [\n                970,\n                66\n            ],\n            [\n                970,\n                90\n            ],\n            [\n                970,\n                250\n            ],\n            [\n                970,\n                252\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"topleader\",\n            \"dcopt\": \"ist\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adWelcometest1\": {\n        \"sizes\": [\n            [\n                640,\n                480\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                300,\n                250\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"welcometest\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adArticletools1\": {\n        \"sizes\": [\n            [\n                88,\n                31\n            ],\n            [\n                120,\n                60\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"articletools\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomboxleft1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                620,\n                280\n            ],\n            [\n                300,\n                251\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomboxleft\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adTopboxright1\": {\n        \"sizes\": [\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                250\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                336,\n                1050\n            ],\n            [\n                300,\n                1050\n            ],\n            [\n                336,\n                850\n            ],\n            [\n                300,\n                1000\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"topboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adMidboxright1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                600\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"midboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomboxright1\": {\n        \"sizes\": [\n            [\n                300,\n                250\n            ],\n            [\n                336,\n                280\n            ],\n            [\n                300,\n                251\n            ],\n            [\n                300,\n                600\n            ],\n            [\n                300,\n                1000\n            ],\n            [\n                300,\n                1050\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomboxright\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adBottomleader1\": {\n        \"sizes\": [\n            [\n                728,\n                90\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"bottomleader\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adNav1\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_politics\"\n    },\n    \"adNav2\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_business\"\n    },\n    \"adNav3\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_technology\"\n    },\n    \"adNav4\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_entertainment\"\n    },\n    \"adNav5\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_health\"\n    },\n    \"adNav6\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_education\"\n    },\n    \"adNav7\": {\n        \"sizes\": [\n            [\n                1,\n                2\n            ]\n        ],\n        \"properties\": {\n            \"pos\": \"nav\"\n        },\n        \"zone\": \"\\/4624\\/TheAtlanticOnline\\/channel_national\"\n    }\n},\n    globals: {\n    \"src\": \"blog\",\n    \"by\": [\n        \"adam-chandler\"\n    ],\n    \"title\": \"-em-the-interview-em-is-a-pretty-smart-movie\",\n    \"xpost\": [\n        \"international\"\n    ]\n},\n    mixins: {responsive: false, hasDeferredAds: true},\n    filter: function() {\n        this.filterMobileWelcomeScreenSizes(['adWelcometest1', 'adWelcometest2', 'adWelcometest3', 'adWelcometest4']);\n        this.filterByVisibility(true);\n\n                    // Pushes the outofpage ad into the adslots so it render\n            // with the initialAds.\n            this.adSlots[\"outofpage\"] = googletag.defineOutOfPageSlot(\"/4624/TheAtlanticOnline/channel_entertainment\", \"outofpage\").addService(\n                googletag.pubads()).setTargeting(\"pos\", \"outofpage\");\n            }\n});\n\n// Load any unloaded ads in nav on hover\n$(document).ready(function(){\n    $('.nav-channel').on(\"hover\", function(){\n        $('.channel-dropdown', this).find('.unloaded-ad').removeClass('unloaded-ad').find('.ad-inner').each(function (n, el) {\n            googletag.pubads().refresh([Atlantic.Ad.manager.adSlots[el.getAttribute('id')]]);\n        });\n    });\n});\n</script>\n\n<!-- (Ads are initialized through Peer39 at the top of our footer scripts) -->\n<!-- End DFP-->\n\n<script>\n    window.Atlantic = window.Atlantic || {};\n    Atlantic.STATIC_PATH = \"//cdn.theatlantic.com/static/front/\";\n</script>\n\n    \n                            \n        <!--[if lt IE 8]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie.css?v=2.0\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 6]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie6.css?v=2.3\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 7]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie7.css?v=2.4\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if IE 8]>\n    <link rel=\"stylesheet\" href=\"//cdn.theatlantic.com/static/front/css/ie8.css?v=1.0\" type=\"text/css\" media=\"screen,projection\" />\n    <![endif]-->\n    <!--[if lt IE 9]>\n    <script src=\"//html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n    <![endif]-->\n\n\n\n<script>\n//testing display of share counts\nAtlantic.ab = new Atlantic.AB({\n    \"cnt\": {  \n        \"indv\": 0.1, //individual\n        \"agg\": 0.1, //aggregate\n        \"agg_lg\": 0.1, //aggregate in large rectangles\n        \"ctrl1\": 0.35,\n        \"ctrl2\": 0.35\n    },\n\n    \"riv\": {\n        \"ctrl1\": 0.4, //head, dek, thumb\n        \"ctrl2\": 0.4,\n        \"dek\": 0.1, //head & dek\n        \"thmb\": 0.1 //head & thumb\n    }\n\n    \n});\n\n</script>\n\n\n<script src=\"http://siterecruit.comscore.com/sr/atlantic/broker.js\"></script>\n\n<!-- Begin comScore Tag -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6463921\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n//]]>\n</script>\n<noscript>\n\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6463921&cv=2.0&cj=1\" alt=\"\" />\n</noscript>\n<!-- End comScore Tag -->\n    <script type=\"text/javascript\">\n//<![CDATA[\n        /* You may give each page an identifying name, server, and channel on\n        the next lines. */\n            s.server = \"www.theatlantic.com\";\n            s.channel = \"entertainment\";\n            \n            s.pageName = \"<em>the interview<\\/em> is a pretty smart movie - entertainment - adam chandler\";\n            \n            s.prop3 = \"<em>the interview<\\/em> is a pretty smart movie - entertainment - adam chandler\";\n\n            s.prop4 = \"\\/entertainment\\/archive\\/2014\\/12\\/the-interview-is-a-pretty-smart-movie\\/384082\\/\";\n\n            s.prop5 = \"\";\n\n            \n            s.prop6 = \"entertainment\";\n            s.prop7 = \"entertainment\";\n            s.prop8 = \"entertainment:entry\";\n            s.prop9 = \"\";\n\n            s.prop10 = \"writer\";\n\n            \n            s.prop15 = \"adam chandler\";\n            s.prop16 = \"the atlantic entertainment channel\";\n            s.prop17 = \"<em>the interview<\\/em> is a pretty smart movie\";\n\n            s.prop18 = \"december 29, 2014 12:16 pm\";\n\n            s.hier1 = \"entertainment\";\n\n\n            s.prop23=\"regular\"\n            s.prop24=\"regular\"\n            s.prop25=\"regular\"\n            s.prop26=\"regular\";\n\n            // AdBlock check. An advertisement.js file should set this value.\n            // If not, it's being blocked.\n            s.prop29 = (window.ads_enabled === undefined) ? \"adblock\": \"has-ads\";\n\n            s.prop35 = \"international\";\n            s.prop38 = \"4\";\n            s.prop39 = \"news\";\n            s.prop49 = \"384082\";\n            \n            (function() {\n                if (typeof Atlantic !== 'object' || typeof Atlantic.Utils !== 'object') {\n                    return;\n                }\n                if (typeof Atlantic.Utils.readCookie !== 'function' ||\n                    typeof Atlantic.Utils.eraseCookie !== 'function') {\n                        return;\n                }\n                var linkTrack = Atlantic.Utils.readCookie('omni_click');\n                if (linkTrack !== null) {\n                    s.prop27 = linkTrack;\n                    Atlantic.Utils.eraseCookie('omni_click');\n                }\n\n                var testCookie = Atlantic.Utils.readCookie(\"atl_tests\");\n                if (testCookie !== null) {\n                    s.prop64 = testCookie;\n                }\n            })();\n\n                        \n        /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\n        var s_code=s.t();if(s_code) document.write(s_code)\n        if(navigator.appVersion.indexOf('MSIE')>=0) document.write(unescape('%3C')+'\\!-'+'-');\n//]]>\n    </script>\n    <noscript><div><a href=\"http://www.omniture.com\" title=\"Web Analytics\" ><img\nsrc=\"http://atlanticmedia.122.2o7.net/b/ss/atlanticprod/1/H.22--NS/0\"\nheight=\"1\" width=\"1\" alt=\"\" /></a></div></noscript><!--/DO NOT REMOVE/-->\n<!-- End SiteCatalyst code version: H.22. -->\n<script type=\"text/javascript\">\n// Duplicate a few existing s.props to be passed with linkTrackVars. If\n// we just reused the existing s.props, data would be recorded twice.\ns.prop65 = s.prop64; // AB Test cookie\ns.prop66 = location.pathname;\ns.prop67 = \"entry\";\ns.prop68 = s.prop23; // Device type\ns.linkTrackVars = \"prop65,prop66,prop67,prop68\";\n(function() {\n    s.prop69 = \"\";\n    if (document.referrer !== \"\") {\n        var tmp = document.createElement(\"a\");\n        tmp.href = document.referrer;\n        s.prop69 = tmp.hostname;\n    }\n})();\ns.linkTrackVars = \"prop65,prop66,prop67,prop68,prop69\";\n</script>\n<!-- google analytics -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', 'UA-20189-19']);\n  _gaq.push(['_setDomainName', '.theatlantic.com']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n//]]>\n</script>\n\n<script type=\"text/javascript\">\n//<![CDATA[\nfunction cssFixes() {\n    $('.metadata .comments:last-child').addClass('last-child');\n    $('.metadata .authors:last-child').addClass('last-child');\n    $('.metadata .channel:last-child').addClass('last-child');\n    $('.metadata .date:last-child').addClass('last-child');\n    $('.rightContent .module:first-child').addClass('first-child');\n    $('.contentColumn hr:last-child').addClass('last-child');\n    $('#authorRiver .post:last-child').addClass('last-child');\n    $('#profile .bioTools li:last-child').addClass('last-child');\n}\nvar debug = false;\nvar loadTimes = {\n    'js': {},\n    'ads': {}\n};\n//]]>\n</script>\n\n\n</head>\n<body id=\"emTheInterviewemIsAPrettySmartMoviePage\" class=\"entertainment-channel article updated-right-rail\">\n\n    <div id=\"outofpage\" style=\"height: 0;\">\n        <script type=\"text/javascript\">\n            googletag.cmd.push(function() { googletag.display(\"outofpage\"); });\n        </script>\n    </div>\n\n\n<!-- BEGIN: Welcome Screens -->\n\n\n<div id=\"lightbox-welcometest\" class=\"welcome-lightbox\" style=\"display:none;\">\n    <div class=\"welcome-lightbox-bg\"></div>\n    <div class=\"welcome-lightbox-head\">\n        <figure class=\"welcome-lightbox-logo\">TheAtlantic.com</figure>\n        <div class=\"welcome-lightbox-right\">\n            <div class=\"welcome-lightbox-continue\">Continue (<span class=\"welcome-lightbox-count\"></span>) &ensp; <span class=\"icon-right-arrow\"></span></div>\n        </div>\n    </div>\n    <section class=\"welcome-lightbox-body\">\n        <div class=\"welcome-lightbox-copy\">Advertisement</div>\n        <div class=\"welcome-lightbox-ad\">\n            <div class=\"ad adWelcometest\" id=\"adWelcometest1-wrapper\"><div class=\"ad-inner adWelcometest-inner\" data-ad-starts-hidden=\"true\" id=\"adWelcometest1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adWelcometest1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dwelcometest&sz=640x480%7C300x600%7C300x250&c=33964629&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dwelcometest&sz=640x480%7C300x600%7C300x250&c=33964629&tile=1\" alt=\"\" /></a></div></noscript></div></div>        </div>\n    </section>\n</div>\n\n<script type=\"text/javascript\">\n    Atlantic.Ad.sizeListener(\"welcometest\", function(pos, callback){\n        if (callback === false) {\n            return false;\n        }\n        var $lightbox = $('#lightbox-welcometest');\n        $lightbox.addClass(\"active format-\" + callback.join(\"x\"));\n        if (typeof window.welcomeScreen === 'undefined') {\n            window.welcomeScreen = new Atlantic.WelcomeScreen();\n        }\n        window.welcomeScreen.show();\n    });\n</script>\n\n<!-- END: Welcome Screens -->\n    <!--[if lt IE 8]>\n    <div class=\"warning message\">\n        <div class=\"container\">\n            <strong>Your browser is no longer supported.</strong>\n            For maximum compatibility\n            we recommend upgrading to a <a href=\"http://windows.microsoft.com/en-us/internet-explorer/download-ie\">newer version of IE</a>,\n            or another browser such as <a href=\"http://www.google.com/chrome/\">Chrome</a>\n            or <a href=\"http://www.mozilla.com/en-US/firefox/new/\">Firefox</a>.\n        </div>\n    </div>\n    <![endif]-->\n\n            <span></span>\n        <div id=\"topAdsWrap\">\n<style type=\"text/css\">\n#topAds .adTopleader {\nheight:0px;\ntext-align:center;\nwidth:100%;\n}\n</style>\n<div id=\"topAds\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('topleader', function ($unit, size) {\n            if (size) {\n                $unit.css('height', 'auto');\n                $unit.css('min-height', (size[1] + 5) + \"px\");\n                $unit.css('padding-top', '5px');\n                $unit.parent('.ad').css('height', 'auto');\n            }\n        })\n    </script>\n    <div class=\"ad adTopleader\" id=\"adTopleader1-wrapper\"><div class=\"ad-inner adTopleader-inner\" id=\"adTopleader1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adTopleader1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dtopleader%26dcopt%3Dist&sz=728x90%7C970x66%7C970x90%7C970x250%7C970x252&c=103364631&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dtopleader%26dcopt%3Dist&sz=728x90%7C970x66%7C970x90%7C970x250%7C970x252&c=103364631&tile=1\" alt=\"\" /></a></div></noscript></div></div>    <div style=\"clear:both\"></div>\n</div>\n</div>\n    \n    <div id=\"container\">\n                            <div id=\"header\" data-tmsp=\"1420285573\">\n    <h1><a data-omni-click=\"r'logo',l.pathname\" id=\"atlanticLogo\" href=\"/\" title=\"The Atlantic Home\">The Atlantic</a></h1>\n\n    <div class=\"top-promo-box\">\n    <div id=\"top-circ-promo\">\n        <div class=\"circ-box-inner\">\n            <div class=\"subscribe-now\">\n                <a href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=172711&amp;cds_response_key=I14A2C\"\n                    data-omni-click=\"r'top-promo',r'circ',l.pathname\" target=\"_blank\">\n                    Subscribe Now\n                </a>\n            </div>\n                    </div>\n    </div>\n\n    <script type=\"text/javascript\">\n        (function() {\n            var chooser = 1 + Math.floor(Math.random()*2);\n            var image_div = $('.subscribe-now');\n            var link_element = image_div.find(\"a\");\n            switch (chooser) {\n                case 1:\n                    image_div.css(\"background\", \"url(/static/front/images/header/left_corner1.png?v2)\");\n                    link_element.attr(\"href\", \"https://w1.buysub.com/pubs/A5/ATL/gift_US_holiday.jsp?cds_page_id=172715&cds_mag_code=ATL&id=1419292955915&lsid=43561757458037243&vid=8&cds_response_key=I14UAD\");\n                    break;\n                case 2:\n                    image_div.css(\"background\", \"url(/static/front/images/header/left_corner2.png?v2)\");\n                    link_element.attr(\"href\", \"https://w1.buysub.com/pubs/A5/ATL/gift_US_holiday.jsp?cds_page_id=172715&cds_mag_code=ATL&id=1419292955915&lsid=43561757458037243&vid=8&cds_response_key=I14UAE\");\n                    break;\n            }\n        })();\n\n\n    </script>\n</div>\n\n\n\n\n    <div class=\"janrain-utils\">\n    <ul id=\"nav-login\">\n        <li><a href=\"/profiles/?screenToRender=editProfile\" class=\"captureProfileLink signed-in-utils\">Your Account</a><a href=\"#\" class=\"captureSignOutLink signed-in-utils\">Sign Out</a></li>\n        <li><a href=\"#\" class=\"captureSignInLink signed-out-utils\" data-screen-to-render='signIn'>Sign In</a><a href=\"#\" class=\"captureSignInLink signed-out-utils\" data-screen-to-render='signIn'>Sign Up</a></li>\n    </ul>\n    </div>\n    <form id=\"search\" method=\"get\" action=\"/search/\">\n        <input id=\"search-q\" type=\"text\" name=\"q\" placeholder=\"SEARCH\">\n        <button id=\"search-submit\" type=\"submit\"></button>\n    </form>\n\n    <div class=\"social\">\n        <a href=\"https://www.facebook.com/TheAtlantic\" data-omni-click=\"r'headerfb',r'link',l.pathname\">Get <em>The Atlantic</em> on Facebook</a>\n        \n<!-- Facebook -->\n<div class=\"social-btn horizontal-small facebook-btn\">\n    <div \n                    class=\"fb-like\" data-share=\"false\"\n                                        data-layout=\"button_count\"\n                data-href=\"https://www.facebook.com/TheAtlantic\"                data-send=\"false\"\n        data-show-faces=\"false\"\n        data-omni-click=\"r'headerfb',r'like',l.pathname\"    ></div>\n</div>\n\n    </div>\n\n    <div style=\"clear: both\"></div>\n    <div id=\"nav-channel-bar\">\n        <ul id=\"nav-channels\" data-omni-click=\"r'nav',@href,l.pathname\">\n\n                        <li class=\"nav-channel politics\">\n                <a class=\"channel-link\" href=\"/politics/\" data-omni-click=\"inherit\">Politics</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`politics',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/mario-cuomo-public-thinker/384165/\">Mario Cuomo, a Thinker in Public</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/Veronica-Rutledge-idaho-walmart-shooting-son-concealed-gun/384147/\">How Often Kids Kill</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/chickenhawk-responses-no-7/384162/\">Chickenhawk Responses No. 7: Winning Battles, Losing Wars</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/the-alternate-histories-of-mario-cuomo/384170/\">The Alternate Histories of Mario Cuomo</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/how-mario-cuomo-won-the-long-game-and-how-he-lost/384169/\">How Mario Cuomo Won the Long Game</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-response-no-6-showing-gratitude-in-a-way-that-matters/384161/\">Chickenhawk Response No. 6: Showing Gratitude in a Way That Matters</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav1-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_politics&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=564131868&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_politics&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=564131868&tile=1\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel business\">\n                <a class=\"channel-link\" href=\"/business/\" data-omni-click=\"inherit\">Business</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`business',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/whats-wrong-with-georgia/384101/\">What's Wrong With Georgia?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/compared-to-previous-generations-how-bad-are-millennials-finances/384050/\">Compared to Previous Generations, How Bad Are Millennials' Finances?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/statistically-speaking-what-does-the-average-startup-look-like/384019/\">Statistically Speaking, What Does the Average Startup Look Like?</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/the-financial-consequences-of-saying-black-vs-african-american/383999/\">The Financial Consequences of Saying 'Black,' vs. 'African American'</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2014/12/what-mark-bittman-mark-kelly-and-the-potato-salad-guy-see-coming-in-2015/384037/\">What Mark Bittman, Mark Kelly, and the Potato-Salad Guy Predict for 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/magazine/archive/2015/01/how-the-fed-flubbed-it/383496/\">How the Fed Flubbed It</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav2-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav2\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav2\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_business&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=760208176&tile=2\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_business&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=760208176&tile=2\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel technology\">\n                <a class=\"channel-link\" href=\"/technology/\" data-omni-click=\"inherit\">Tech</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`technology',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">The Trouble With Sweeping Questions About the Internet</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/the-actual-future-is-so-much-cooler-than-back-to-the-future-predicted/384073/\">Welcome to the Future</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/the-artist-lives/384125/\">The Artist Endures</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/a-hackers-hit-list-of-american-infrastructure/384166/\">A Hacker's Hit List of American Infrastructure</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/where-design-choices-and-civil-rights-overlap/384142/\">Where Design Choices and Civil Rights Overlap</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2014/12/getting-animals-drunk-for-science/384137/\">Getting Animals Drunk for Science</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav3-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav3\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav3\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_technology&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=713397249&tile=3\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_technology&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=713397249&tile=3\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel entertainment\">\n                <a class=\"channel-link\" href=\"/entertainment/\" data-omni-click=\"inherit\">Entertainment</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`entertainment',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\"><i>The Imitation Game</i>: A Smart Person's Fantasy</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\">Readability Is a Myth</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\">A Design Magazine That's More Than Just Pretty</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/tv-shows-to-look-forward-to-in-2015/384150/\">TV Shows to Look Forward to in 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/remembering-richard-gilmore/384156/\">Remembering Richard Gilmore</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav4-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav4\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav4\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=314520649&tile=4\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=314520649&tile=4\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel health\">\n                <a class=\"channel-link\" href=\"/health/\" data-omni-click=\"inherit\">Health</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`health',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/a-risk-of-harm-catholic-hospitals-ban-on-tube-tying/383903/\">'A Risk of Harm': Catholic Hospitals' Ban on Tube-Tying</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/hair-dye-a-history/383934/\">Hair Dye: A History</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/why-not-just-breathalyze-yourself/383938/\">Why Not Just Breathalyze Yourself?</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/the-beautiful-tree-the-bats-and-the-boy-who-brought-ebola/384158/\">The Beautiful Tree, the Bats, and the Boy Who Brought Ebola</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/a-hangover-free-new-years-day/384067/\">For a Pain-Free New Year's Day</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2014/12/a-better-bedbug-trap/384123/\">A Better Bedbug Trap</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav5-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav5\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav5\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_health&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=576827097&tile=5\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_health&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=576827097&tile=5\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel education\">\n                <a class=\"channel-link\" href=\"/education/\" data-omni-click=\"inherit\">Education</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`education',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/privatizing-public-schools/384074/\">Private Interests Coming to a Public School Near You</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/the-added-pressure-faced-by-first-generation-students/384139/\">First-Generation College-Goers: Unprepared and Behind</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/the-new-brand-of-jesuit-universities/384103/\">The New Brand of Jesuit Universities</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/how-the-recession-hurt-black-college-grads-more-than-their-peers/384075/\">How the Recession Hurt Black College Grads More Than Their Peers</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/are-black-colleges-boosting-minority-representation-in-the-sciences/384078/\">Are Black Colleges Boosting Minority Representation in the Sciences?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/magazine/archive/2015/01/the-bro-whisperer/383506/\">The Bro Whisperer</a>\n    </li>\n\n<li class=\"special-report-dropdown\">\n    <div class=\"special-report-dropdown-label\">Special Report:</div>\n    <div class=\"special-report-dropdown-item\"><a href=\"http://www.theatlantic.com/special-report/left-brain-america/\">Left-Brain America </a></div>\n</li>\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav6-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav6\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav6\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_education&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=870577555&tile=6\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_education&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=870577555&tile=6\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel sexes\">\n                <a class=\"channel-link\" href=\"/sexes/\" data-omni-click=\"inherit\">Sexes</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`sexes',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/features/archive/2014/12/when-helping-rape-victims-hurts-a-universitys-reputation/383820/\">When Helping Rape Victims Hurts a College’s Reputation</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/health/archive/2015/01/a-risk-of-harm-catholic-hospitals-ban-on-tube-tying/383903/\">'A Risk of Harm': Catholic Hospitals' Ban on Tube-Tying</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/when-gender-discrimination-and-racism-collide/383967/\">When Gender Discrimination and Racism Collide</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2014/12/gilmore-guys-podcast-interview/383851/\">The Guys Who Love <em>Gilmore Girls</em></a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/education/archive/2014/12/adjusting-college-rankings-for-rape/384053/\"> Adjusting College Rankings for Rape</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/saudi-women-drivers-sent-to-terrorism-court/384057/\">Saudi Women Drivers Sent to Terrorism Court</a>\n    </li>\n\n\n                </ul>\n                            </li>\n                        <li class=\"nav-channel national\">\n                <a class=\"channel-link\" href=\"/national/\" data-omni-click=\"inherit\">National</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`national',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2015/01/bill-de-blasio-one-year-later/383658/\">New York's Unfinished Tale of Two Cities</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2014/12/mexicans-outnumbered-in-border-apprehensions-for-first-time/384155/\">Who Really Crosses the U.S.-Mexico Border?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/national/archive/2014/12/the-benefits-of-fewer-nypd-arrests/384126/\">The Benefits of Fewer NYPD Arrests</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2015/01/chickenhawk-responses-no-7/384162/\">Chickenhawk Responses No. 7: Winning Battles, Losing Wars</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-response-no-6-showing-gratitude-in-a-way-that-matters/384161/\">Chickenhawk Response No. 6: Showing Gratitude in a Way That Matters</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/politics/archive/2014/12/chickenhawk-nation-responses-no-5/384157/\">Chickenhawk Responses No. 5: 'Get the Hell Back in Your Foxhole'</a>\n    </li>\n\n\n<li class=\"sponsored unloaded-ad\">\n    <div class=\"ad adNav\" id=\"adNav7-wrapper\"><div class=\"ad-inner adNav-inner\" id=\"adNav7\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adNav7\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_national&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=492310699&tile=7\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_national&t=src%3Dblog%26by%3Djoe-reid%2Cdavid-sims%2Cesther-zuckerman%26title%3Dall-24-new-tv-series-for-fall-2014-in-order-of-how-fast-theyll-be-cancelled%26pos%3Dnav&sz=1x2&c=492310699&tile=7\" alt=\"\" /></a></div></noscript></div></div> <!-- triple lift -->\n</li>\n                </ul>\n                            </li>\n                        <li class=\"nav-channel international\">\n                <a class=\"channel-link\" href=\"/international/\" data-omni-click=\"inherit\">Global</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`international',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/what-us-intelligence-predicted-the-world-would-look-like-in-2015/384071/\">What U.S. Intelligence Predicted the World Would Look Like in 2015</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">The Trouble With Sweeping Questions About the Internet</a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2015/01/how-sweden-is-eliminating-road-deaths/384171/\">How Sweden Is Eliminating Road Deaths</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/international/archive/2014/12/Abbas-Palestine-International-Criminal-Court-Rome-Statute/384159/\">Why the Palestinians Joined the International Criminal Court</a>\n    </li>\n\n\n                </ul>\n                            </li>\n                        <li class=\"nav-channel video\">\n                <a class=\"channel-link\" href=\"/video/\" data-omni-click=\"inherit\">Video</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`video',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">Top Stories</li>\n                        <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\">The Pentagon's $1.5 Trillion Mistake</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383914/saving-the-bees/\">Saving the Bees</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\">How to Cook Spaghetti Squash (and Why) </a>\n    </li>\n\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383907/when-plants-attack-a-time-lapse/\">When Plants Attack: A Time-Lapse</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\">Before Tinder, a Tree</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/video/index/383776/coming-soon-the-tragedy-of-the-american-military/\">Coming Soon: 'The Tragedy of the American Military'</a>\n    </li>\n\n\n                </ul>\n                            </li>\n            \n            <li class=\"nav-channel magazine\">\n                <a class=\"channel-link\" href=\"/magazine/\" data-omni-click=\"inherit\">Magazine</a>\n                                <ul class=\"channel-dropdown\" data-omni-click=\"r'sub-nav`magazine',$li,@href,l.pathname\">\n                    <li class=\"dropdown-label\">In This Month's Issue</li>\n                        <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/the-tragedy-of-the-american-military/383516/\" data-omni-click=\"inherit\">The Tragedy of the American Military</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/is-the-most-powerful-conservative-in-america-losing-his-edge/383503/\" data-omni-click=\"inherit\">Is the Most Powerful Conservative in America Losing His Edge?</a>\n    </li>\n    <li class=\"dropdown-item\">\n        <a href=\"http://www.theatlantic.com/features/archive/2015/01/5200-days-in-space/383510/\" data-omni-click=\"inherit\">5,200 Days in Space</a>\n    </li>\n<li class=\"dropdown-label subscribe-menu\">\n    <a href=\"https://w1.buysub.com/servlet/GiftsGateway?cds_mag_code=ATL&amp;cds_page_id=172715&amp;cds_response_key=I14UIA\" \n       data-omni-click=\"inherit\" target=\"_blank\" class=\"subscribe-issue-image\" style=\"width:85px; height: 113px\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/issues/2014/12/16/0115_Cover_768x1024/medium.png?ngoyt7\" width=\"85\" height=\"113\"/>\n    </a>\n    <ul data-omni-click=\"r'subscribe',t,l.pathname\" class=\"subscribe-links\">\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=171695&amp;cds_response_key=I14A1F\">Subscribe</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=ATL\">Renew</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/GiftsGateway?cds_mag_code=ATL&amp;cds_page_id=172715&amp;cds_response_key=I14UBT\" target=\"_blank\">Give a Free Gift</a></li>\n        <li class=\"dropdown-item subscribe-link\"><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\">Digital Editions</a></li>\n    </ul>\n</li>\n\n                </ul>\n                            </li>\n        </ul>\n    </div>\n    <ul id=\"nav-subchannel-bar\" data-omni-click=\"r'sub-nav',@href,l.pathname\">\n        <li><a data-omni-click=\"inherit\" target=\"_blank\" href=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&amp;cds_page_id=171695&amp;cds_response_key=I14A1C\">Subscribe</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/live/\">Events</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/newsletters/\">Newsletters</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/ebooks/\">Books</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\">Apps</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/features/\">Features</a></li>\n        <li><a data-omni-click=\"inherit\" href=\"/infocus/\">In Focus</a></li>\n                        \n<li class=\"just-in\">\n    <div class=\"just-in-tag\">Just In</div>\n    <a data-omni-click=\"r'just-in',@href,l.pathname\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a>\n</li>\n                    </ul>\n\n</div> <!--/header -->\n\n\n        \n            \n                    <div class=\"skybox-container\">\n<ul class=\"skybox\" data-omni-click=\"r'Skybox',$li,l.pathname,@href\">\n        <li class=\"rich\" data-vr-zone=\"Skybox1\" data-vr-contentbox=\"Skybox1\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/business/archive/2015/01/whats-wrong-with-georgia/384101/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/georgia-1/skybox-thumb.jpg?nhk6cl\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>What's Wrong With Georgia?</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Alana Semuels</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox2\" data-vr-contentbox=\"Skybox2\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/read-1/skybox-thumb.jpg?nhk6cq\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>Readability Is a Myth</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Noah Berlatsky</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox3\" data-vr-contentbox=\"Skybox3\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/imitation-1/skybox-thumb.jpg?nhk6cv\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2><i>The Imitation Game</i>: A Smart Person's Fantasy</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Emma Green</span></span></div>\n    </li>\n        <li class=\"rich\" data-vr-zone=\"Skybox4\" data-vr-contentbox=\"Skybox4\">\n        <a data-omni-click=\"inherit\" href=\"http://www.theatlantic.com/technology/archive/2015/01/the-trouble-with-certain-questions-about-the-internet/384163/\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/computers-1/skybox-thumb.jpg?nhk6cv\"\n                height=\"90\"\n                width = \"110\"/>\n            <h2>The Internet Cannot Create Social Change</h2>\n        </a>\n        <div class=\"byline\">By <span class=\"authors\"><span class=\"author\">Kentaro Toyama</span></span></div>\n    </li>\n        </ul>\n</div>\n\n<script type=\"text/javascript\">Atlantic.displayRandomElement('ul.skybox li.rotating-promo');</script>\n\n        <div class=\"middle\">\n             \n\t<div class=\"contentColumn singleContent\">\n\n\n\n\n    \n    <div id=\"wire-notice\">\n        <a class=\"back-btn\" href=\"http://www.thewire.com/\">Back to The Wire</a>\n        <span class=\"whats-this\">\n            <span class=\"label\">What is The Wire?</span>\n            <span class=\"details\">The Wire features the latest news coverage from <em>The Atlantic</em>.</span>\n        </span>\n    </div>\n    <script type=\"text/javascript\">\n        if (document.referrer.search(\"thewire.com\") !== -1) {\n            document.getElementById('wire-notice').setAttribute('style', 'display: block');\n        }\n    </script>\n\n    <article id=\"article\" class=\"\" itemscope=\"itemscope\" itemtype=\"http://schema.org/Article\">\n    \n    <h1 class=\"headline\" itemprop=\"name\"><em>The Interview</em> Is a Pretty Smart Movie</h1>\n\n    \n            <div class=\"dek\" itemprop=\"description\">\n            Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.        </div>\n    \n    <div class=\"metadata\">\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author\" itemprop=\"author\" itemtype=\"http://schema.org/Person\" rel=\"author\" >Adam Chandler</a></span>        <span class=\"date\"><time datetime='2014-12-29T12:16:51-05:00' itemprop=\"datePublished\" content=\"2014-12-29T12:16:51-05:00\">Dec 29 2014, 12:16 PM ET</time></span>\n    </div>\n\n    <div style=\"clear:both\"></div>\n\n        <div class=\"article-tools vertical\">\n        \n        \n\n<ul class=\"social-icons round color component-social vertical\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"The Interview Is a Pretty Smart Movie\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"The Interview Is a Pretty Smart Movie\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n            <li><a href=\"#\" class=\"social-icon linkedin\" data-share=\"linkedin\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>LinkedIn</span></a></li>\n    \n    \n            <li><a class=\"social-icon email\" data-omni-click=\"r'email',r'http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/'\"\n                onclick=\"$.event.trigger('social:share', [{type:'email', action:'share', el:this}])\"\n                href=\"mailto:?subject=The%20Interview%20Is%20a%20Pretty%20Smart%20Movie&amp;body=Despite%20the%20controversy%2C%20the%20James%20Franco-Seth%20Rogen%20flick%20is%20surprisingly%20relevant%2C%20very%20funny%2C%20and%20deserving%20of%20praise.%0A%0ARead%20More%3A%0Ahttp%3A%2F%2Fwww.theatlantic.com%2Fentertainment%2Farchive%2F2014%2F12%2Fthe-interview-is-a-pretty-smart-movie%2F384082%2F\">\n                <span>Email</span>\n        </a></li>\n    \n\n            <li><a href=\"http://www.theatlantic.com/entertainment/print/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" class=\"social-icon print\" data-omni-click=\"inherit\" target=\"_blank\"><span>Print</span></a></li>\n    \n\n            <li><a href=\"#disqus_thread\" class=\"social-icon comments\"><span>Comments</span></a></li>\n        \n</ul>\n\n    </div>\n    \n    <!-- Article Main Contents -->\n    <div class=\"article-content\" itemprop=\"articleBody\">\n\n                                        <div class=\"photo\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/mt/2014/12/interview-1/lead.jpg?nhcvny\"\n                 width=\"570\"\n                 height=\"382\"\n                                itemprop=\"image\"\n            />\n\n                        <div class=\"credit\">\n                                Richard Vogel/AP            </div>\n                    </div>\n            \n                \n        <p>Let's assume you knew absolutely nothing about North Korea and walked into <em>The Interview</em>, which after a very public and protracted to-do, is <a href=\"http://www.theatlantic.com/entertainment/archive/2014/12/sony-really-really-wants-you-to-see-the-interview-streaming-starts-today/384045\">now showing</a> at a few hundred American cinemas and streaming through a number of outlets online.</p>\n\n<p>Given what's been said about the movie, would you expect it to tell you about North Korea's <a href=\"http://www.cnn.com/2014/02/16/world/asia/north-korea-un-report\">concentration camps</a>? Or the complexity of the dictatorship's propaganda system in which its leaders are <a href=\"http://www.csmonitor.com/World/Asia-Pacific/2013/0412/Kim-Jong-un-s-goal-Status-as-the-unequivocal-god-king-of-the-North\">touted as deities</a>? Would you expect to hear (twice) that 16 million of the country's 24 million people <a href=\"http://www.theguardian.com/world/2012/jun/12/north-korean-children-malnutrition-un\">are malnourished</a>?</p>\n\n<aside class=\"pullquote instapaper_ignore\">Caricature notwithstanding, <em>The Interview </em>has a<em> </em>surprisingly nuanced streak in its celluloid sea of swears and weiner jokes.</aside><p>Okay, sure, <em>The Interview</em> might feature North Korean dictator Kim Jong Un wondering aloud about the relative \"gayness\" of drinking margaritas and affirming his love of Katy Perry. But caricature notwithstanding, the comedy<em> </em>has a<em> </em>surprisingly nuanced streak in its celluloid sea of swears and weiner jokes.</p>\n\n<p><em>The Interview </em>centers around Dave Skylark (James Franco), a fratty, self-absorbed, and disconnected celebrity TV journalist, and his producer Aaron Rapoport (Seth Rogen), who are pushed by the CIA to turn a massive scoop (an interview with reclusive North Korean dictator Kim Jong Un) into an assassination mission. Rapoport, believe it or not, laments his station as the producer of tabloid garbage and sees the Kim interview as an opportunity to perform an admirable act of journalism.</p>\n\n<!--INSERT IN_ARTICLE AD--><p>What happens next is some of what you might expect (sex, drugs, anatomy jokes) from Franco and Rogen, whose recent projects have included <i>Pineapple Express</i><span> and last year’s </span><i>This Is the End</i>. (Franco earned a <a href=\"http://www.imdb.com/title/tt0910936/awards\">Golden Globe nomination</a> for the former and the latter still enjoys <a href=\"http://www.rottentomatoes.com/m/this_is_the_end/\">considerable sleeper praise</a>.).</p>\n\n<p>But as Skylark preens as an impressionable outsider, his gullibility and ignorance allow him to be a useful mechanism for explaining North Korea's depravity. He falls dumbly under the sway of Kim and the North Korean rhetoric machine, which paints the regime as an honorable force against the oppressive West. A major plot point turns on the <a href=\"https://twitter.com/Sethrogen/status/549342109623267330\">dim Skylark's realization</a> that a lush-looking grocery store he spotted earlier is a total fake. During a live-tweeting of the film on Sunday, Seth Rogen <a href=\"https://twitter.com/Sethrogen/status/549342109623267330\">noted</a>, \"<span>They actually have fake grocery stores in Pyongyang.\"</span></p>\n\n<p>In a master stroke (<strong>spoilers ahead</strong>), the duo decides to flout the CIA's assassination order, which they determine could bring a possibly worse replacement than Kim to power. Instead, they use the live interview with Kim to destroy his credibility by stating the facts. It's not exactly <a href=\"https://www.youtube.com/watch?v=uexUeszA6WI\">Mike Wallace's showdown</a> with <span>Ayatollah Khomeini, but what is?</span></p>\n\n<p>At <em>New York</em>, David Edelstein says that critics of the film who reduce it to a silly and sophomoric bromance, \"don't know what the hell they're talking about.\" <a href=\"http://www.vulture.com/2014/12/movie-review-the-interview.html\">He adds</a>:</p>\n\n<blockquote>\n<p>It means not just to expose Kim Jong-un as a fraud but to emasculate him, which is about the most punk thing you can do to a repressive, totalitarian, murderous, self-proclaimed god of a closed but increasingly porous state.</p>\n</blockquote>\n\n<p><span data-reactid=\".0.0.1.0.0.0.0.0.0.1.0.0.0.0.1.2:1.$text0:0:$text0:0\">To that Jay McInerney <a href=\"http://instagram.com/p/xBDah_AR2M/\">adds</a>,</span><span data-reactid=\".0.0.1.0.0.0.0.0.0.1.0.0.0.0.1.2:1.$text0:0:$text0:0\"> \"Forget what you heard. </span><span data-reactid=\".0.0.1.0.0.0.0.0.0.1.0.0.0.0.1.2:1.$text0:0:$entity0:0\">#TheInterview</span><span data-reactid=\".0.0.1.0.0.0.0.0.0.1.0.0.0.0.1.2:1.$text0:0:$end:0\"> gets my vote for best picture. Sadly I'm not a member of the Academy.\"</span></p>\n\n<p>The film doesn't skate away without some problematic parts. In the end, Kim Jong Un's head <em>does </em><a href=\"http://www.theatlantic.com/international/archive/2014/12/the-choice-to-make-kim-jong-uns-head-explode-the-interview-north-korea/383896/\">explode</a> when a tank shell fired by Rogen and company hits the dictator's helicopter. As Uri Friedman <a href=\"http://www.theatlantic.com/international/archive/2014/12/the-choice-to-make-kim-jong-uns-head-explode-the-interview-north-korea/383896/\">pointed out</a>, the decision to show Kim's death, in slow motion and while Katy Perry's \"Firework\" twinkles in the background, was worrisome given that \"<span>that leader's government, which presides over nuclear weapons...</span><a href=\"http://time.com/2921071/kim-jong-un-seth-rogen-the-interview-james-franco/\">has described</a><span> the movie as an 'act of war.'\" </span>It probably doesn't matter that Kim's death happens during a getaway battle rather than a result of an assassination.</p>\n\n<p><span>Nevertheless, on Saturday, as if to prove the movie's point, a spokesman for the National Defense Commission, North Korea's highest governing body had <a href=\"http://www.cbc.ca/news/world/north-korea-describes-obama-with-racial-slur-in-sony-hacking-row-1.2884518\">this to say</a></span><span><a href=\"http://www.cbc.ca/news/world/north-korea-describes-obama-with-racial-slur-in-sony-hacking-row-1.2884518\"> about</a> <em>The Interview</em>, the release of which it blames on President Obama: \"Obama always goes reckless in words and deeds like a monkey in a tropical forest.\"</span></p>\n\n<p>After all the fuss, it's entirely understandable that many object to seeing the real, living leader of a rogue country killed onscreen. But what surprises is that <em>The Interview</em> also spotlights other truths that North Korea doesn't want people to hear about. Given the stakes involved, that's important too.</p>\n        \n            </div>\n\n</article>\n\n<div class=\"article-tools horizontal\">\n    <div class=\"ad adArticletools\" id=\"adArticletools1-wrapper\"><span class=\"sponsorText\">Presented by</span><div class=\"ad-inner adArticletools-inner\" id=\"adArticletools1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adArticletools1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Darticletools&sz=88x31%7C120x60&c=35564403&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Darticletools&sz=88x31%7C120x60&c=35564403&tile=1\" alt=\"\" /></a></div></noscript></div></div>\n            <div class=\"jump-to-comments\">\n            <a href=\"#disqus_thread\" data-disqus-identifier=\"mt384082\" \n                data-disqus-format=\"Jump to Comments ({})\">Jump to Comments</a>\n        </div>\n    \n    \n\n<ul class=\"social-icons round color component-social horizontal\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"The Interview Is a Pretty Smart Movie\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"The Interview Is a Pretty Smart Movie\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n            <li><a href=\"#\" class=\"social-icon linkedin\" data-share=\"linkedin\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>LinkedIn</span></a></li>\n    \n            <li><a href=\"#\" class=\"social-icon reddit\" data-share=\"reddit\" data-share-url=\"http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" data-omni-click=\"inherit\"><span>Reddit</span></a></li>    \n    \n            <li><a class=\"social-icon email\" data-omni-click=\"r'email',r'http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/'\"\n                onclick=\"$.event.trigger('social:share', [{type:'email', action:'share', el:this}])\"\n                href=\"mailto:?subject=The%20Interview%20Is%20a%20Pretty%20Smart%20Movie&amp;body=Despite%20the%20controversy%2C%20the%20James%20Franco-Seth%20Rogen%20flick%20is%20surprisingly%20relevant%2C%20very%20funny%2C%20and%20deserving%20of%20praise.%0A%0ARead%20More%3A%0Ahttp%3A%2F%2Fwww.theatlantic.com%2Fentertainment%2Farchive%2F2014%2F12%2Fthe-interview-is-a-pretty-smart-movie%2F384082%2F\">\n                <span>Email</span>\n        </a></li>\n    \n\n            <li><a href=\"http://www.theatlantic.com/entertainment/print/2014/12/the-interview-is-a-pretty-smart-movie/384082/\" class=\"social-icon print\" data-omni-click=\"inherit\" target=\"_blank\"><span>Print</span></a></li>\n    \n\n            <li><a href=\"#disqus_thread\" class=\"social-icon comments\"><span>Comments</span></a></li>\n        \n</ul>\n\n</div>\n\n\n    \n                \n<div class=\"author-profile \">\n\n            \n            <a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"photo\"\n           data-omni-click=\"r'author-article',r'photo',l'pathname'\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/authors/c/adam-chandler/headshot/author-headshot.jpg?m8tdej\"\n                width=\"59\"\n                height=\"62\" />\n        </a>\n    \n    <div class=\"profileDescription\">\n        \n                <p class=\"bio\">\n            <a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author-name\">Adam Chandler</a> is a senior associate editor at <em>The Atlantic</em>, where he covers global news.\n                    </p>\n        \n        \n        <ul class=\"bioTools\">\n                            <li><a href=\"/adam-chandler\"\n                    data-omni-click=\"r'author-article',r'all-posts',l'pathname'\"\n                    title=\"All Posts by Chandler\">All Posts</a></li>\n            \n            \n                        \n                            <li><a href=\"mailto:chandler at theatlantic.com\"\n                    data-omni-click=\"r'author-article',r'email',l'pathname'\"\n                    >Email</a></li>\n            \n                            <li class=\"twitter-follow\">\n                    \n<div class=\"social-btn horizontal twitter-btn\">\n\t<a href=\"https://twitter.com/allmychandler\" \n\t\tclass=\"twitter-follow-button\"\n\t\tdata-show-count=\"true\"\n\t\tdata-lang=\"en\">Follow @allmychandler</a>\n</div>\n\n                </li>\n                    </ul>\n    </div>\n\n</div><!-- /bloggerProfile -->\n    \n\n\n\n\t<div id='taboola-bottom-main-column'></div>\n\t<script type=\"text/javascript\">\n\t\twindow._taboola = window._taboola || [];\n\t\t_taboola.push({mode:'autosized-generated-1r', container:'taboola-bottom-main-column', placement:'Bottom Main Column'});\n\t</script>\n\n\n\n\n<!-- Earthbox -->\n<div class=\"earthbox\">\n    <div class=\"video\">\n        \n<div class=\"video-module\" data-vr-zone=\"Video-article\" data-vr-contentbox=\"Video-article\">\n    <div class=\"header\">\n        <h2><a href=\"/video/\" data-omni-click=\"r'video-article',r'index'\"><img src=\"//cdn.theatlantic.com/static/front/images/logo/video.png\" alt=\"Video\"></a></h2>\n        <a href=\"/video/\" class=\"more-video\" data-omni-click=\"r'video-article',r'more'\">More video</a>\n    </div>\n    <figure class=\"video-still\">\n                    <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"r'video-article-still',@href\">  \n                <img src=\"//cdn.theatlantic.com/static/newsroom/video/img/2014/12/chickenhawk_still_03-1/video-featured.jpg?nhczab\" />\n            </a>\n            </figure>\n    <div class=\"content\">\n        <h3>\n            <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"r'video-article-stilltitle',@href\">\n                The Pentagon's $1.5 Trillion Mistake            </a>\n        </h3>\n        <p class=\"dek\">The F-35 fighter jet was supposed to do everything. Instead, it can barely do anything.</p>\n        \n\n<ul class=\"social-icons round color component-social horizontal\" data-omni-click=\"@data-share,r'http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/'\">\n    <li><span class=\"social-icon share-count\"></span></li>\n            <li class=\"facebook\"><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-share-title=\"The Pentagon's $1.5 Trillion Mistake\" data-share-url=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\"><span>Share on Facebook</span><span class=\"count\"></span></a></li>\n                <li class=\"twitter\"><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-share-text=\"The Pentagon's $1.5 Trillion Mistake\" data-share-url=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\"><span>Twitter</span><span class=\"count\"></span></a></li>\n    \n\n    \n    \n    \n\n    \n\n        \n</ul>\n    </div>\n\n</div>\n    </div>\n\n    <div class=\"left\">\n        <div class=\"ad adBottomboxleft\" id=\"adBottomboxleft1-wrapper\"><div class=\"ad-inner adBottomboxleft-inner\" id=\"adBottomboxleft1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomboxleft1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomboxleft&sz=300x250%7C336x280%7C620x280%7C300x251&c=237772925&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomboxleft&sz=300x250%7C336x280%7C620x280%7C300x251&c=237772925&tile=1\" alt=\"\" /></a></div></noscript></div></div>    \n    </div>\n    \n        <div class=\"right more-articles\">\n        <div class=\"header\">\n            <a href=\"/\" data-omni-click=\"r'more-articles',r'index'\">\n                <img class=\"logo\" src=\"/static/front/images/logo/white-transparent-small.png\" alt=\"The Atlantic\">\n                <span class=\"label\">More Articles</span>\n            </a>\n        </div>\n        <a class=\"post\" href=\"http://www.theatlantic.com/international/archive/2014/12/what-us-intelligence-predicted-the-world-would-look-like-in-2015/384071/\" data-omni-click=\"r'more-articles',r'article',l'pathname'\">\n            <img src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/intelligence/home-article-curation-promo.jpg?nhles5\">\n            <h3>What U.S. Intelligence Predicted the World Would Look Like in 2015</h3>\n        </a>\n    </div>\n\n</div>\n\n<!-- Disqus Comments -->\n    \n<div id=\"comments\">\n    <h2 class=\"sectionHeader commentHeader\">Join the Discussion</h2>\n        <p>After you comment, click Post. If you’re not already logged in you will be asked to log in or register.</p>\n        <a name=\"disqus_thread\" id=\"disqus_thread\"></a>\n    <script type=\"text/javascript\">\n        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n        var disqus_shortname = 'theatlantic'; // required: replace example with your forum shortname\n        var disqus_developer  = 0;\n                var disqus_identifier = 'mt384082';\n                    var disqus_url = 'http://www.theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/';\n                            var disqus_title = '&#039;The Interview&#039; Is a Pretty Smart Movie';\n            </script>\n    <noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n    <a href=\"http://disqus.com\" class=\"dsq-brlink\">blog comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n</div>\n\n\n\n\n\n\n\n\n<!--[if IE]>\n<style type=\"text/css\">\n/*\nAnnoyingly, IE puts 4 extra pixels above the iframe,\nso we add 4px to the element's top style to compensate\n*/\n#thanksForSharing .hide {\n\ttop: 5px !important;\n}\n</style>\n<![endif]-->\n<div id=\"thanksForSharing\" style=\"width:336px;height:280px;background:#E7E4DF;position:absolute;display:none;left: -30px;-moz-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 5px 5px 7px rgba(0, 0, 0, 0.4); z-index: 9999\">\n\t<div id=\"thanksForSharingInner\" style=\"position: relative; width: 336px; height: 280px; top: 0; left: 0; right: 0; bottom: 0;display: block; z-index:9999;\">\n\t\t<a style=\"display:block; position:absolute; height:50px; width:50px; background:url(/static/front/images/ads/sharing-ad-close.png) no-repeat top right; right:0px; top:1px; z-index:9999;\"\n\t\t   href=\"#\" onclick=\"return false;\" class=\"hide\" title=\"Close\">\n\t\t\t<span style=\"display:none\">Close</span>\n\t\t</a>\n\t\t<div class=\"ad adSharingContainer\">\n\t\t\t<iframe id=\"thanksForSharingIframe\" class=\"ad adSharing\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" style=\"width: 336px; height: 280px;\"></iframe>\n\t\t</div>\t\n\t</div>\n</div>\n<script type=\"text/javascript\">\n\n\t$(document).ready(function() {\t\t\n\t\tvar iframeUrl = null;\n\n\t\t$('#thanksForSharing a.hide').click(function() {\n\t\t\t$('#thanksForSharing').hide();\n\t\t});\n\n\t\tvar onIframeReady = function(iframe) {\n\t\t\tvar win = iframe.contentWindow;\n\t\t\t// Don't show the box if there's no ad in it\n\t\t\tif (win.$('.ad').children().length == 1) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar visibleAds = win.$('.ad').filter(function() {\n\t\t\t\treturn !($(this).css('display') == 'none');\n\t\t\t});\n\t\t\tif (visibleAds.length == 0) {\n\t\t\t\t// Ad is hidden, so don't show\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (win.$('.ad').hasClass('adNotLoaded')) {\n\t\t\t\t// Ad failed to load so don't show\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t$('#thanksForSharing').css('display', 'block');\n\n\t\t\tvar top = window.pageYOffset - $('#topAdsWrap').height() - 150;\n\t\t\t$('#thanksForSharing').css('top', top + 'px');\n\t\t};\n\t\tvar onShare = function(event, data) {\n\n\t\t\tif (data.type === 'fb') {\n\t\t\t\t$('#facebookLike span.fb_edge_comment_widget').hide();\n\t\t\t}\n\n\t\t\t// Close \"Share successful!\" AddThis plugin popup\n\t\t\tif (window._atw && window._atw.clb && $('#at15s:visible').length) {\n\t\t\t\t_atw.clb();\n\t\t\t}\n\t\t\t\n\t\t\tif (iframeUrl == null) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t$('#thanksForSharingIframe').attr('src', null);\n\t\t\t$('#thanksForSharingIframe').load(function() {\n\t\t\t\tvar iframe = this;\n\t\t\t\tvar win = iframe.contentWindow;\n\t\t\t\tif (win.loaded) {\n\t\t\t\t\tonIframeReady(iframe);\n\t\t\t\t} else {\n\t\t\t\t\twin.$(iframe.contentDocument).ready(function() {\n\t\t\t\t\t\tonIframeReady(iframe);\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t});\n\t\t};\n\n\t\t$(document).on(\"social:share\", onShare);\n\t});\n</script><script type=\"text/javascript\">cssFixes()</script>\n</div><!-- contentColumn -->\n\n\n<div class=\"promoColumn\">\n\n\n\n\n\n<section class=\"new-module\" id=\"module-promo\" data-omni-click=\"r'toppromo',t,l.pathname\">\n<div class=\"module-banner rotating-promo rotating-promo-num-0 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/chickenhawk_still_03-1/curation-special-report-thumb.jpg?nhcy9f\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/384088/the-pentagons-15-trillion-mistake/\" data-omni-click=\"inherit\">\n        The Pentagon's $1.5 Trillion Mistake    </a>\n</h3>\n<div class=\"module-promo-dek\">The F-35 fighter jet was supposed to do everything. Instead, it can barely do anything.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-1 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/video_featured-7/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383874/how-to-cook-spaghetti-squash-and-why/\" data-omni-click=\"inherit\">\n        How to Cook Spaghetti Squash (and Why)     </a>\n</h3>\n<div class=\"module-promo-dek\">Cooking for yourself is one of the surest ways to eat well.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-2 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/1-1/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383770/the-worlds-most-romantic-mailbox/\" data-omni-click=\"inherit\">\n        Before Tinder, a Tree    </a>\n</h3>\n<div class=\"module-promo-dek\">Looking for your soulmate? Write a letter to the &quot;Bridegroom&#39;s Oak&quot; in Germany.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-3 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383477/the-west-virginia-town-that-banned-cell-phones/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/12/Screen_Shot_2014_12_05_at_5.18.37_PM-1/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383477/the-west-virginia-town-that-banned-cell-phones/\" data-omni-click=\"inherit\">\n        Where High Tech Meets the 1950s    </a>\n</h3>\n<div class=\"module-promo-dek\">Why did Green Bank, West Virginia, ban wireless signals? For science.</div>\n</div>\n</div>\n<div class=\"module-banner rotating-promo rotating-promo-num-4 right-rail-promo\">\n    <h2 class=\"rubric\">Video</h2>\n<div class=\"module-promo-content\">\n<a href=\"http://www.theatlantic.com/video/index/383163/adults-who-live-in-tree-houses/\" data-omni-click=\"inherit\">\n<img src=\"//cdn.theatlantic.com/static/front//images/modules/play-button.png\" style=\"position:absolute; left: 40px; top:30px;\"/><img class=\"module-promo-img\" src=\"//cdn.theatlantic.com/static/newsroom/img/2014/11/video_featured-11/curation-special-report-thumb.png?nhcy9e\"\n    width=\"110\" \n    height=\"90\">\n</a>\n<h3 class=\"module-promo-hed\">\n    <a href=\"http://www.theatlantic.com/video/index/383163/adults-who-live-in-tree-houses/\" data-omni-click=\"inherit\">\n        Would You Live in a Treehouse?    </a>\n</h3>\n<div class=\"module-promo-dek\">A treehouse can be an ideal office space, vacation rental, and way of reconnecting with your youth.</div>\n</div>\n</div>\n</section>\n<script type=\"text/javascript\">Atlantic.displayRandomElement('#module-promo div.right-rail-promo');</script>\n\n<div id=\"module-topboxright\" class=\"new-module\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('topboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <div class=\"ad adTopboxright\" id=\"adTopboxright1-wrapper\"><div class=\"ad-inner adTopboxright-inner\" id=\"adTopboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adTopboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dtopboxright&sz=336x280%7C300x250%7C300x600%7C336x1050%7C300x1050%7C336x850%7C300x1000&c=439593424&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dtopboxright&sz=336x280%7C300x250%7C300x600%7C336x1050%7C300x1050%7C336x850%7C300x1000&c=439593424&tile=1\" alt=\"\" /></a></div></noscript></div></div></div>\n\n\n<section id=\"more-in-module\" class=\"new-module\">\n<h2>More in Entertainment</h2>\n<ul data-omni-click=\"r'morein',$li,l.pathname\">\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/Benedict/channel-curation-featured-small.jpg?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">\n        <i>The Imitation Game</i>: A Smart Person's Fantasy    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/emma-green/\" class=\"author\"  >Emma Green</a></span></div>\n</div>\n</li>\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/Readability/channel-curation-featured-small.jpg?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">\n        Readability Is a Myth    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/noah-berlatsky/\" class=\"author\"  >Noah Berlatsky</a></span></div>\n</div>\n</li>\n<li class=\"more-in-post\">\n\n<div class=\"more-in-image\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\" data-omni-click=\"inherit\">\n        <img src=\"//cdn.theatlantic.com/static/newsroom/img/2015/01/The_Art_of_Peace/channel-curation-featured-small.png?nhk472\" class=\"thumb\" width=\"122\"/>\n    </a>\n</div>\n<div class=\"more-in-text\">\n<h3 class=\"hed\">\n    <a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/the-design-magazine-made-practical/384148/\" data-omni-click=\"inherit\">\n        A Design Magazine That's More Than Just Pretty    </a>\n</h3>\n    <div class=\"more-in-author\"><span class=\"authors\"><a href=\"http://www.theatlantic.com/steven-heller/\" class=\"author\"  >Steven Heller</a></span></div>\n</div>\n</li>\n</ul>\n</section>\n\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('midboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <section class=\"new-module\" id=\"module-midboxright\">\n        <div class=\"ad adMidboxright\" id=\"adMidboxright1-wrapper\"><div class=\"ad-inner adMidboxright-inner\" id=\"adMidboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adMidboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dmidboxright&sz=300x250%7C336x280%7C300x600&c=542633765&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dmidboxright&sz=300x250%7C336x280%7C300x600&c=542633765&tile=1\" alt=\"\" /></a></div></noscript></div></div>    </section>\n<!-- START INFOCUS -->\n    <section class=\"new-module\">\n        <div class=\"module-infocus\">\n            <a href=\"/infocus/\" class=\"infocus-link\" data-omni-click=\"r'infocus',r'rrhed',l.pathname\"><h2><img src=\"//cdn.theatlantic.com/static/front/images/home/camera-white.png\"> In Focus</h2></a>\n            <a href=\"http://www.theatlantic.com/infocus/2015/01/2015-ringing-in-the-new-year/100881/\" data-omni-click=\"r'infocus',r'rrimage',l.pathname\"><img class=\"image\" src=\"//cdn.theatlantic.com/static/infocus/highlight_2015010209.jpg\" /></a>\n            <h3><a href=\"http://www.theatlantic.com/infocus/2015/01/2015-ringing-in-the-new-year/100881/\" data-omni-click=\"r'infocus',r'rrtitle',l.pathname\">2015: Ringing in the New Year</a></h3>\n        </div>\n    </section>\n<!-- END INFOCUS -->\n<!-- START:BOOKS -->\n<!-- END BOOKS -->\n\n\n<section class=\"new-module\" id=\"module-just-in\">\n<h2>Just In</h2>\n<ul data-omni-click=\"r'just-in',$li,l.pathname\">\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\" data-omni-click=\"inherit\">Why Would Anybody Adopt the Euro in 2015?</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author\"  >Adam Chandler</a></span>    </li>\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\" data-omni-click=\"inherit\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/jeffrey-goldberg/\" class=\"author voice\"  >Jeffrey Goldberg</a></span>    </li>\n    <li>\n        <h3><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\" data-omni-click=\"inherit\">Human Traffickers Are Abandoning Boats Full of Migrants</a></h3>\n        <span class=\"authors\"><a href=\"http://www.theatlantic.com/adam-chandler/\" class=\"author\"  >Adam Chandler</a></span>    </li>\n</ul>\n</section>\n\n<section class=\"new-module\" id=\"module-bottomboxright\">\n    <script type=\"text/javascript\">\n        Atlantic.Ad.sizeListener('bottomboxright', Atlantic.Ad.detect.promoColumn);\n    </script>\n    <div class=\"ad adBottomboxright\" id=\"adBottomboxright1-wrapper\"><div class=\"ad-inner adBottomboxright-inner\" id=\"adBottomboxright1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomboxright1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomboxright&sz=300x250%7C336x280%7C300x251%7C300x600%7C300x1000%7C300x1050&c=321573115&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomboxright&sz=300x250%7C336x280%7C300x251%7C300x600%7C300x1000%7C300x1050&c=321573115&tile=1\" alt=\"\" /></a></div></noscript></div></div></section>\n<div id=\"module-sticky\">\n<section id=\"module-most-popular\" class=\"new-module\">\n    <h2>Most Popular</h2>\n\n    <dl data-omni-click=\"r'popular',l.pathname,@href\">\n\n        <dt>1</dt>\n        <dd><a href=\"/features/archive/2014/12/the-tragedy-of-the-american-military/383516/\" data-omni-click=\"inherit\">The Tragedy of the American Military</a></dd>\n        \n        <dt>2</dt>\n        <dd><a href=\"/business/archive/2015/01/whats-wrong-with-georgia/384101/\" data-omni-click=\"inherit\">What's Wrong With Georgia?</a></dd>\n        \n        <dt>3</dt>\n        <dd><a href=\"/magazine/archive/2015/01/the-death-of-the-artist-and-the-birth-of-the-creative-entrepreneur/383497/\" data-omni-click=\"inherit\">The Death of the Artist—and the Birth of the Creative Entrepreneur</a></dd>\n        \n        <dt>4</dt>\n        <dd><a href=\"/entertainment/archive/2015/01/readability-is-a-myth/384113/\" data-omni-click=\"inherit\">Readability Is a Myth</a></dd>\n        \n        <dt>5</dt>\n        <dd><a href=\"/magazine/archive/2011/11/all-the-single-ladies/8654/\" data-omni-click=\"inherit\">All the Single Ladies</a></dd>\n        \n        <dt>6</dt>\n        <dd><a href=\"/magazine/archive/2015/01/the-future-of-getting-arrested/383507/\" data-omni-click=\"inherit\">The Future of Getting Arrested</a></dd>\n        \n        <dt>7</dt>\n        <dd><a href=\"/international/archive/2014/12/what-us-intelligence-predicted-the-world-would-look-like-in-2015/384071/\" data-omni-click=\"inherit\">What U.S. Intelligence Predicted the World Would Look Like in 2015</a></dd>\n        \n        <dt>8</dt>\n        <dd><a href=\"/entertainment/archive/2015/01/the-imitation-game-a-fantasy-for-self-declared-smart-people/384090/\" data-omni-click=\"inherit\">The Imitation Game: A Smart Person's Fantasy</a></dd>\n        \n        <dt>9</dt>\n        <dd><a href=\"/technology/archive/2015/01/a-hackers-hit-list-of-american-infrastructure/384166/\" data-omni-click=\"inherit\">A Hacker's Hit List of American Infrastructure</a></dd>\n        \n        <dt>10</dt>\n        <dd><a href=\"/national/archive/2014/12/the-benefits-of-fewer-nypd-arrests/384126/\" data-omni-click=\"inherit\">The Benefits of Fewer NYPD Arrests</a></dd>\n            </dl>\n<!-- <div style=\"clear:both; height:0;\">&nbsp;</div> -->\n</section>\n</div>\n</div>\n\n\n\t\n\n            <div style=\"clear:both\"></div>\n        </div><!-- /middle -->\n\n    <div id=\"footer-wrapper\">\n        <div id=\"bottomleader\">\n<div class=\"ad adBottomleader\" id=\"adBottomleader1-wrapper\"><div class=\"ad-inner adBottomleader-inner\" id=\"adBottomleader1\"><script type=\"text/javascript\">googletag.cmd.push(function() { googletag.display(\"adBottomleader1\"); });</script><noscript><div><a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomleader&sz=728x90&c=373296200&tile=1\" title=\"\"><img style=\"border:none;\" src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2FTheAtlanticOnline%2Fchannel_entertainment&t=src%3Dblog%26by%3Dadam-chandler%26title%3D-em-the-interview-em-is-a-pretty-smart-movie%26xpost%3Dinternational%26pos%3Dbottomleader&sz=728x90&c=373296200&tile=1\" alt=\"\" /></a></div></noscript></div></div></div>\n\n        \n<div class=\"column-set\" id=\"footer-partner-feeds\">\n    <h2 class=\"amc\">ATLANTIC MEDIA</h2>\n\n        \n    <div class=\"column the-wire\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.thewire.com\">The Wire</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.thewire.com\">More from The Wire</a></strong></p>\n    </div>\n\n        \n    <div class=\"column citylab\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.citylab.com\">CityLab</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/indias-government-will-now-check-and-verify-the-use-of-toilets/384174/\">India's Government Will Now 'Check and Verify the Use of Toilets'</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/how-johannesburgs-most-neglected-buildings-ended-up-splashed-with-pink-paint/384173/\">How Johannesburg's Most Neglected Buildings Ended Up Splashed With Pink Paint</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.citylab.com/design/2015/01/san-francisco-loves-to-hate-the-design-of-its-newest-tower/384168/\">San Francisco Loves to Hate the Design of Its Newest Tower</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.citylab.com\">More from CityLab</a></strong></p>\n    </div>\n\n        \n    <div class=\"column quartz\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.qz.com\">Quartz</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320563/what-back-to-the-future-ii-got-right-about-tech-in-2015/\">What Back to the Future II got right about tech in 2015</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320541/here-are-the-popular-air-routes-that-will-be-more-affordable-this-year/\">Here are the popular routes that will be cheaper to fly this year</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://qz.com/320620/the-seven-most-important-economic-charts-of-the-week-2/\">The seven most important economic charts of the week</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.qz.com\">More from Quartz</a></strong></p>\n    </div>\n\n        \n    <div class=\"column national-journal\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.nationaljournal.com\">National Journal</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/congress/how-hopes-for-an-immigration-deal-fell-apart-20150102\">How Hopes for an Immigration Deal Fell Apart</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/politics/the-seven-senate-races-to-watch-in-2016-20150101\">The Seven Senate Races To Watch In 2016</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.nationaljournal.com/pictures-video/the-best-images-of-2014-20141231\">The Best Images of 2014</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.nationaljournal.com\">More from National Journal</a></strong></p>\n    </div>\n\n        \n    <div class=\"column defense-one\">\n        <h3><span><a data-omni-click=\"r'partner',@href, l.pathname\" href=\"http://www.defenseone.com\">Defense One</a></span></h3>\n        <ul>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/technology/2014/12/militarys-new-years-resolution-artificial-intelligence/102102/\">The Military’s New Year’s Resolution for Artificial Intelligence</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/ideas/2014/12/defense-ones-top-10-stories-2014/102096/\">Defense One's Top 10 Stories of 2014</a></li>\n                        <li><a data-omni-click=\"r'partner',l.pathname,@href\" href=\"http://www.defenseone.com/ideas/2014/12/heres-what-expect-national-security-2015/102003/\">Here’s What To Expect in National Security in 2015</a></li>\n                    </ul>\n        <p><strong><a data-omni-click=\"r'partner`more',@href\" href=\"http://www.defenseone.com\">More from Defense One</a></strong></p>\n    </div>\n\n    \n</div>\n        <div style=\"clear:both\"></div>\n\n        <footer>\n        <div id=\"footer\" class=\"column-set\">\n            <nav class=\"column follow-the-atlantic\" data-omni-click=\"r'footer',@class,l.pathname\">\n                <h4>Follow The Atlantic</h4>\n                <ul id=\"fta\">\n                    <li><a class=\"apple-store-icon\" target=\"_blank\" href=\"https://itunes.apple.com/us/app/atlantic-magazine-digital/id397599894?mt=8\" data-omni-click=\"inherit\">App store</a></li>\n                    <li><a class=\"google-play-icon\" target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=com.theatlantic.weekly_android\" data-omni-click=\"inherit\">Google Play</a></li>\n                    <li><a class=\"facebook-icon\" target=\"_blank\" href=\"https://www.facebook.com/TheAtlantic\" data-omni-click=\"inherit\">Facebook</a></li>\n                    <li><a class=\"twitter-icon\" target=\"_blank\" href=\"https://twitter.com/TheAtlantic\" data-omni-click=\"inherit\">Twitter</a></li>\n                    <li><a class=\"linked-in-icon\"  target=\"_blank\" href=\"http://www.linkedin.com/today/theatlantic.com\" data-omni-click=\"inherit\">Linkedin</a></li>\n                    <li><a class=\"google-plus-icon\" target=\"_blank\" href=\"https://plus.google.com/109258622984321091629/posts\" data-omni-click=\"inherit\">Google Plus</a></li>\n                    <li><a class=\"tumblr-icon\" target=\"_blank\" href=\"http://theatlantic.tumblr.com/\" data-omni-click=\"inherit\">Tumblr</a></li>\n                    <li><a class=\"rss-icon\" target=\"_blank\" href=\"/follow-the-atlantic/#rssFeeds\" data-omni-click=\"inherit\">RSS</a></li>\n                </ul>\n            </nav>\n            <nav class=\"column\" data-omni-click=\"r'footer',$,t\">\n                <h4>E-Newsletters</h4>\n                <ul>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">Today's Top Stories</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">This Week</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">This Month</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">New at In Focus</a></li>\n                    <li><a target=\"_blank\" href=\"/follow-the-atlantic/\" data-omni-click=\"inherit\">CityLab</a></li>\n                </ul>\n            </nav>\n            <nav class=\"column\" data-omni-click=\"r'footer',t,l.pathname\">\n                <h4>Information</h4>\n                <ul>\n                    <li><a href=\"/faq/\" data-omni-click=\"inherit\">FAQ</a></li>\n                    <li><a href=\"/profiles/magazine/\" data-omni-click=\"inherit\" onclick=\"Atlantic.CDS.subscriberHelp(); return false;\">Subscribe Help</a></li>\n                    <li><a href=\"/masthead/\" data-omni-click=\"inherit\">Masthead</a></li>\n                    <li><a href=\"/store/\" data-omni-click=\"inherit\">Store</a></li>\n                    <li><a href=\"/emporium/\" data-omni-click=\"inherit\">Emporium</a></li>\n                    <li><a href=\"/jobs/\" data-omni-click=\"inherit\">Jobs</a></li>\n                    <li><a href=\"/privacy-policy/\" data-omni-click=\"inherit\">Privacy</a></li>\n                    <li><a href=\"/site-map/\" data-omni-click=\"inherit\">Site Map</a></li>\n                    <li><a href=\"/terms-and-conditions/\" data-omni-click=\"inherit\">Terms and Conditions</a></li>\n                    <li><a href=\"/advertise/\" data-omni-click=\"inherit\">Advertise</a></li>\n                    <li><a href=\"//cdn.theatlantic.com/static/front/docs/ads/TheAtlanticAdvertisingGuidelines.pdf\" data-omni-click=\"inherit\">Advertising Guidelines</a></li>\n                    <li><a href=\"/press/\" data-omni-click=\"inherit\">Press</a></li>\n                    <li><a href=\"/contact/\" data-omni-click=\"inherit\">Contact Us</a></li>\n                    <li><a href=\"/special-reports/\" data-omni-click=\"inherit\">Special Reports</a></li>\n                    <li><a href=\"/atlantic-scene/\" data-omni-click=\"inherit\">Atlantic Scene</a></li>\n                    <li><a href=\"/ebooks/\" data-omni-click=\"inherit\">Books</a></li>\n                    <li><a href=\"http://events.theatlantic.com\" data-omni-click=\"inherit\">Events</a></li>\n                    <li><a href=\"http://www.atlanticmedia.com/\" data-omni-click=\"inherit\">Atlantic Media</a></li>\n                </ul>\n            </nav>\n            <div class=\"double column\">\n                <h4>Subscribe</h4>\n                <div class=\"mag-image\">\n                <img src=\"//cdn.theatlantic.com/static/newsroom/img/issues/2014/12/16/0115_Cover_768x1024/large.png?ngoyt7\" width=\"118\">\n                Get 10 issues a year and save 65% off the cover price\n                </div>\n                <form action=\"https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=ATL&cds_page_id=173343&cds_response_key=I14AEC\" method=\"post\" id=\"footerCircForm\" class=\"labeled\">\n        <input type=\"hidden\" name=\"iTermValue\" value=\"1_US\" />\n        <input type=\"hidden\" name=\"iPayopt\" value=\"Y\">\n        <input type=\"hidden\"   name=\"iaccountnumber\" />\n        <input name=\"iOrdBillCountry\" value=\"US\" type=\"hidden\" /> \n\n        <table class=\"circForm\">\n            <tr>\n                <td colspan=3>\n                   <input class=\"name\" name=\"iOrdBillFName\" type=\"text\" size=\"30\" value=\"\" longdesc=\"FIRST NAME\" />       \n                </td>\n            </tr>\n            <tr>\n                <td colspan=3>\n                   <input class=\"name\" name=\"iOrdBillLName\" type=\"text\" size=\"30\" value=\"\" longdesc=\"LAST NAME\" />           \n                </td>\n            <tr>\n               <td colspan=3>\n                   <input class=\"address1\" name=\"iOrdBillAddr1\" type=\"text\" size=\"30\" value=\"\" longdesc=\"ADDRESS 1\" />\n                </td>\n            </tr>\n            <tr>\n                <td colspan=3> \n               <input class=\"address2\" name=\"iOrdBillAddr2\" type=\"text\" size=\"30\" value=\"\" longdesc=\"ADDRESS 2\"  />\n               </td>\n            </tr>\n            <tr>\n               <td colspan=3>\n                   <input class=\"city\" name=\"iOrdBillCity\" type=\"text\"  size=\"30\" value=\"\" longdesc=\"CITY\" />\n                </td>\n            </tr>\n            <tr>\n                <td>\n                    <select class=\"state\" name=\"iOrdBillState\" tabindex=\"5\"  >\n                        <option value=\"\">STATE</option>\n                        <option value=\"AK\">AK</option>\n                        <option value=\"AL\">AL</option>\n                        <option value=\"AR\">AR</option>\n                        <option value=\"AZ\">AZ</option>\n                        <option value=\"CA\">CA</option>\n\n                        <option value=\"CO\">CO</option>\n                        <option value=\"CT\">CT</option>\n                        <option value=\"DC\">DC</option>\n                        <option value=\"DE\">DE</option>\n                        <option value=\"FL\">FL</option>\n                        <option value=\"GA\">GA</option>\n\n                        <option value=\"HI\">HI</option>\n                        <option value=\"IA\">IA</option>\n                        <option value=\"ID\">ID</option>\n                        <option value=\"IL\">IL</option>\n                        <option value=\"IN\">IN</option>\n                        <option value=\"KS\">KS</option>\n\n                        <option value=\"KY\">KY</option>\n                        <option value=\"LA\">LA</option>\n                        <option value=\"MA\">MA</option>\n                        <option value=\"MD\">MD</option>\n                        <option value=\"ME\">ME</option>\n                        <option value=\"MI\">MI</option>\n\n                        <option value=\"MN\">MN</option>\n                        <option value=\"MO\">MO</option>\n                        <option value=\"MS\">MS</option>\n                        <option value=\"MT\">MT</option>\n                        <option value=\"NC\">NC</option>\n                        <option value=\"ND\">ND</option>\n\n                        <option value=\"NE\">NE</option>\n                        <option value=\"NH\">NH</option>\n                        <option value=\"NJ\">NJ</option>\n                        <option value=\"NM\">NM</option>\n                        <option value=\"NV\">NV</option>\n                        <option value=\"NY\">NY</option>\n\n                        <option value=\"OH\">OH</option>\n                        <option value=\"OK\">OK</option>\n                        <option value=\"OR\">OR</option>\n                        <option value=\"PA\">PA</option>\n                        <option value=\"RI\">RI</option>\n                        <option value=\"SC\">SC</option>\n\n                        <option value=\"SD\">SD</option>\n                        <option value=\"TN\">TN</option>\n                        <option value=\"TX\">TX</option>\n                        <option value=\"UT\">UT</option>\n                        <option value=\"VA\">VA</option>\n                        <option value=\"VT\">VT</option>\n\n                        <option value=\"WA\">WA</option>\n                        <option value=\"WI\">WI</option>\n                        <option value=\"WV\">WV</option>\n                        <option value=\"WY\">WY</option>\n                        <option value=\"YT\">YT</option>\n                   </select>\n                </td>\n                <td colspan=2>\n                    <input class=\"zip\" name=\"iOrdBillPcode\" type=\"text\" size=\"10\" value=\"\" longdesc=\"ZIP\"  />\n                </td>\n            </tr>\n            <tr>\n                <td colspan=3>\n                   <input class=\"email\" name=\"iOrdBillEmail\" type=\"text\" size=\"30\" value=\"\" longdesc=\"EMAIL\"  />\n                </td>\n            </tr>\n           <tr>\n               <td class=\"submit\">\n                   <button type=\"submit\" value=\"Submit\" name=\"Submit\" tabindex=\"8\">Next &#x25BA;</button>\n               </td>\n           </tr>\n    </table>\n    </fieldset>\n</form>\n               <h3 class=\"fraud-alert\">\n                    <a href=\"/personal/archive/2013/10/fraud-alert-regarding-i-the-atlantic-i/280278/\">\n                        Fraud alert regarding <i>The Atlantic</i>\n                    </a>\n                </h3>\n            </div>\n            <hr />\n            <div id=\"copyright\">\n                Copyright &copy; 2015 by The Atlantic Monthly Group. All Rights Reserved.\n                <a href=\"http://www.edgecast.com/\">CDN</a> powered by Edgecast Networks.\n                Insights powered by <a href=\"http://www.parsely.com/\">Parsely</a> .\n            </div>\n\n        </div>\n        </footer>\n    </div> <!-- [> /footer-wrapper <] -->\n\n</div><!-- /container -->\n<div id=\"janrain-screens\"></div>\n\n\n\n</body>\n\n    <!-- Initialize Ads -->\n    <script type=\"text/javascript\">\n    function afterFinished_1406(errorEvent) { \n        // Fires when Peer39 loads, or onerror of the peer39 script element\n        if (!errorEvent) {\n            Atlantic.Ad.p39_categories = p39_KVP_Short('','').split('=').slice(1);\n        }\n        Atlantic.Ad.manager.loadGoogle();\n        Atlantic.Ad.manager.display();\n    }\n    </script>\n\n    <script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/peer39_trg_1406.js?v=1\"></script>\n\n    <!-- Internal JS -->\n                \n    <!-- Comments JS -->\n        <script type=\"text/javascript\"> \n    /* The comment count for the main site is currently set in jquery.start.js. */\n    var disqus_shortname = 'theatlantic'; // required: replace example with your forum shortname\n</script>\n\n\n        <!-- Analytics JS -->\n    <script type=\"text/javascript\">\n  _bizo_data_partner_id = \"1016\";\n</script>\n<script type=\"text/javascript\">\n(function() {\n  var s = document.getElementsByTagName(\"script\")[0];\n  var b = document.createElement(\"script\");\n  b.type = \"text/javascript\";\n  b.async = true;\n  b.src = (window.location.protocol === \"https:\" ? \"https://sjs\" : \"http://js\") + \".bizographics.com/insight.min.js\";\n  s.parentNode.insertBefore(b, s);\n})();\n</script>\n<noscript>\n  <img height=\"1\" width=\"1\" alt=\"\" style=\"display:none;\" src=\"//www.bizographics.com/collect/?pid=1016&fmt=gif\" />\n</noscript>    <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <a id=\"parsely-cfg\" data-parsely-site=\"theatlantic.com\"\n     href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->    \n\t\n<!-- chartbeat -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _sf_async_config={uid:17396,domain:\"theatlantic.com\"};\n_sf_async_config.path = \"\\/entertainment\\/archive\\/2014\\/12\\/the-interview-is-a-pretty-smart-movie\\/384082\\/\";\n_sf_async_config.title = \"The Interview Is a Pretty Smart Movie\";\n\n/* Chartbeat Publisher tags */\n_sf_async_config.sections = \"entertainment,international\";\n_sf_async_config.authors = \"Adam Chandler\";\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n//]]>\n</script>\n    <!--Visual Revenue Reader Response Tracking Script (v6) -->\n\n<script type=\"text/javascript\">\n    var _vrq = _vrq || [];\n    _vrq.push(['id', 209]);\n    _vrq.push(['automate', true]);\n    _vrq.push(['track', function(){}]);\n    (function(d, a){\n        var s = d.createElement(a),\n        x = d.getElementsByTagName(a)[0];\n        s.async = true;\n        s.src = 'http://a.visualrevenue.com/vrs.js';\n        x.parentNode.insertBefore(s, x);\n    })(document, 'script');\n</script>\n\n<!-- End of VR RR Tracking Script - All rights reserved -->\n    \n<!-- Newsroom Tracking -->\n   \n<meta name=\"tb:canonical\" content=\"http://www.theatlantic.com/articles\">\n<script>\n        window._newsroom = window._newsroom || [];\n    window._newsroom.push({pageTemplate: 'articles'});\n    window._newsroom.push({pageDashboard: 'articles'});\n    window._newsroom.push('auditClicks');\n    window._newsroom.push('trackPage');\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'),\n    document.getElementsByTagName('script')[0], '//c2.taboola.com/nr/theatlantic/newsroom.js');\n</script>\n<!-- /Newsroom Tracking -->\n\n<!-- /taboola -->\n\n\n    <!-- START Nielsen Online SiteCensus V6.0 -->\n<!-- COPYRIGHT 2012 Nielsen Online -->\n<script type=\"text/javascript\">\n(function () {\nvar d = new Image(1, 1);\nd.onerror = d.onload = function () {\nd.onerror = d.onload = null;\n};\nd.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n})();\n</script>\n<noscript>\n<div>\n<img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&ts=noscript\" \nwidth=\"1\" height=\"1\" alt=\"\" />\n</div>\n</noscript>\n<!-- END Nielsen Online SiteCensus V6.0 -->    \n\n<!-- SimpleReach Tags -->\n    <script>\n    __reach_config = {\n      pid: \"516eed0e4240cfbf3000002a\", // The SimpleReach assigned Publisher ID (pid)\n      url: \"http://theatlantic.com/entertainment/archive/2014/12/the-interview-is-a-pretty-smart-movie/384082/\", // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n      title: \"<em>the interview<\\/em> is a pretty smart movie\", // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n      date: \"2014-12-29T12:16:00-05:00\", // Article publish date in UTC or any ISO8601 date\n      authors: [\"Adam Chandler\"], // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n      channels: [\"entertainment\"], // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n      tags: [\"\",\"\"] // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n    };\n\n      (function(){\n        var s = document.createElement('script');\n        s.async = true;\n        s.type = 'text/javascript';\n        s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n      })();\n    </script>\n<!-- End SimpleReach tags -->\n    <!-- Facebook Tracking Pixel -->\n<script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', \"1407501962855831\"]);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push([\"track\", \"PixelInitialized\", {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" border=\"0\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1407501962855831&ev=NoScript\" /></noscript>\n<!-- End Facebook Tracking Pixel -->\n\n    <!-- SpotXChange Pixel -->\n    <img src=\"//search.spotxchange.com/track/tag/7319.4514/img\" height=\"0\" width=\"0\" border=\"0\" />\n\n    \n\n<script type=\"text/javascript\" src=\"https://profiles.theatlantic.com/janrain/profiles.js?v=1.1.13\"></script>\n\n<!-- taboola -->\n<script type=\"text/javascript\">\nwindow._taboola = window._taboola || [];\n_taboola.push({\"article\": \"auto\"});\n</script>\n<script type=\"text/javascript\" src=\"http://cdn.taboolasyndication.com/libtrc/theatlantic/loader.js\"></script>\n\n<!-- Twitter -->\n<script type=\"text/javascript\" charset=\"utf-8\">\n  window.twttr = (function (d,s,id) {\n    var t, js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return; \n    js=d.createElement(s);\n    js.async=true;\n    js.id=id;\n    js.src=\"//platform.twitter.com/widgets.js\"; \n    fjs.parentNode.insertBefore(js, fjs);\n    return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });\n\n  }(document, \"script\", \"twitter-wjs\"));\n</script>\n\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/assets/js/article_bottom.js?v=4ohqb4wd9f\"></script>\n<script type=\"text/javascript\" src=\"//cdn.theatlantic.com/static/front/js/share-count.js?v=nhkkg1\"></script>\n    <!-- 1420285654 -->\n    <!-- PAGE_COMPLETED -->\n</html>\n"
  },
  {
    "path": "tests/data/html/theatlanticcities.com1.html",
    "content": "\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\"> <!--<![endif]-->\n    <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\">\n        \n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <title>Tourism to Antarctica Could Be Making Penguins Sick - CityLab</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <!-- Icons -->\n        <link rel=\"shortcut icon\" href=\"http://cdn.citylab.com/static/citylab/img/icons/favicon.ico\">\n        <link rel=\"apple-touch-icon\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-iphone.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-ipad.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-iphone-retina.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-ipad-retina.png\">\n\n        <meta name=\"application-name\" content=\"CityLab\">\n        <meta name=\"msapplication-TileColor\" content=\"#000000\">\n        <meta name=\"msapplication-TileImage\" content=\"http://cdn.citylab.com/static/citylab/img/icons/tile-144.png\">\n\n        <!-- Meta -->\n        <meta property=\"fb:page_id\" content=\"236061986423933\" />\n        <link href=\"https://plus.google.com/+citylab/\" rel=\"publisher\" />\n\n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"CityLab RSS\" href=\"http://feeds.feedburner.com/TheAtlanticCities\" />\n\n    \n        <link rel=\"canonical\" href=\"http://www.theatlantic.com/technology/archive/2014/12/antarctica-tourism-could-be-making-penguins-sick/383957/\" />\n    \n        <link rel=\"image_src\" href=\"http://cdn.citylab.com/media/img/citylab/2014/12/P-1/lead_large.jpg\">\n        <meta name=\"description\" content=\"One group of researchers found 20 different pathogens on 15 pairs of travelers&amp;#39; boots.\" />\n\n        <meta property=\"og:description\" content=\"One group of researchers found 20 different pathogens on 15 pairs of travelers&amp;#39; boots.\">\n        <meta property=\"og:image\" content=\"http://cdn.citylab.com/media/img/citylab/2014/12/P-1/lead_large.jpg\">\n        <meta property=\"og:locale\" content=\"en_US\">\n        <meta property=\"og:site_name\" content=\"CityLab\">\n        <meta property=\"og:title\" content=\"Tourism to Antarctica Could Be Making Penguins Sick\">\n        <meta property=\"og:type\" content=\"article\">\n        <meta property=\"og:url\" content=\"http://www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\" />\n\n        \n            \n        <meta name=\"ROBOTS\" content=\"INDEX, FOLLOW\">\n            \n        \n\n        \n    \n        <meta name=\"twitter:card\" content=\"summary\">\n        <meta name=\"twitter:site\" content=\"@CityLab\">\n        \n            \n            <meta name=\"twitter:creator\" content=\"@SciFleur\" />\n            \n            \n            <link rel=\"author\" href=\"https://plus.google.com/+NicholasStFleur/\">\n            \n        <meta name=\"twitter:title\" content=\"Tourism to Antarctica Could Be Making Penguins Sick\">\n        <meta name=\"twitter:description\" content=\"One group of researchers found 20 different pathogens on 15 pairs of travelers&amp;#39; boots.\">\n        <meta name=\"twitter:image\" content=\"http://cdn.citylab.com/media/img/citylab/2014/12/P-1/lead_large.jpg\">\n\n        \n\n        \n            \n        \n    \n    <meta property=\"article:publisher\" content=\"https://www.facebook.com/thisiscitylab\" />\n\n\n        <!-- Header Analytics -->\n        \n        \n        <meta name='parsely-page' content='{\"title\": \"Tourism to Antarctica Could Be Making Penguins Sick\", \"type\": \"post\", \"section\": \"crime\", \"author\": \"Nicholas St. Fleur\", \"post_id\": 383979, \"link\": \"http://www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\", \"pub_date\": \"2014-12-22T09:50:00Z\"}'>\n\n\n        <!-- Chartbeat -->\n        <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n        \n\n        <!-- Header CSS -->\n        <link rel=\"stylesheet\" href=\"http://cdn.citylab.com/static/CACHE/css/9e9aad8d1702.css\" type=\"text/css\" />\n\n        <link rel=\"stylesheet\" href=\"http://cdn.citylab.com/static/CACHE/css/9bff9a6e8609.css\" type=\"text/css\" />\n\n        <!-- Header Javascript -->\n        <script>\n            var Atlantic = {};\n            Atlantic.page_info = {\n  \"tall_ads_suppressed\": false, \n  \"domain\": \"www.citylab.com\", \n  \"image\": \"http://cdn.citylab.com/media/img/citylab/2014/12/P-1/lead_large.jpg\", \n  \"channels\": [\n    \"commute\", \n    \"crime\"\n  ], \n  \"report\": \"\", \n  \"canonical_url\": \"http://www.theatlantic.com/technology/archive/2014/12/antarctica-tourism-could-be-making-penguins-sick/383957/\", \n  \"original_url\": \"http://www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\", \n  \"seo_title\": \"\", \n  \"site_url\": \"http://www.citylab.com\", \n  \"regions\": [], \n  \"primary_channel\": \"crime\", \n  \"share_title\": \"\", \n  \"share_dek\": \"\", \n  \"description\": \"One group of researchers found 20 different pathogens on 15 pairs of travelers&#39; boots.\", \n  \"tags\": [], \n  \"is_404\": false, \n  \"has_full_width_content\": false, \n  \"extra_omniture_params\": {}, \n  \"kicker\": \"\", \n  \"authors\": [\n    \"Nicholas St. Fleur\"\n  ], \n  \"date\": \"2014-12-22T09:50:00\", \n  \"path\": \"/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\", \n  \"cities\": [], \n  \"countries\": [], \n  \"url\": \"http://www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\", \n  \"title\": \"Tourism to Antarctica Could Be Making Penguins Sick\", \n  \"view\": \"article\"\n};\n\n            // Used for comment counts\n            var disqus_shortname = 'theatlanticcities';\n            var s_account = \"atlanticcities-prod\";\n        </script>\n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/523555197d1e.js\"></script>\n\n        \n            <script type=\"text/javascript\">\n// Set all mandatory properties that don't change.\ns.account = \"atlanticcities-prod\";\ns.charSet=\"UTF-8\";\ns.currencyCode=\"USD\";\ns.trackDownloadLinks=true;\ns.trackExternalLinks=true;\ns.trackInlineStats=true;\ns.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";\ns.linkInternalFilters=\"javascript:,thewire.com,citylab.com,theatlantic.com,localhost\";\ns.linkLeaveQueryString=false;\ns.linkTrackVars=\"None\";\ns.linkTrackEvents=\"None\";\ns.visitorNamespace=\"atlanticmedia\";\ns.trackingServer=\"atlanticmedia.122.2o7.net\";\n\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\nvar s_code = s.t();\nif (s_code) document.write(s_code)\nif (navigator.appVersion.indexOf('MSIE') >= 0) document.write(unescape('%3C') + '\\!-' + '-');\n</script>\n<noscript><img src=\"http://atlanticmedia.122.2o7.net/b/ss/atlanticcities-prod/1/H.23.6--NS/0\"\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></noscript><!--/DO NOT REMOVE/-->\n<!-- End SiteCatalyst code version: H.23.6. -->\n\n        \n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/ba2b9ecb9901.js\"></script>\n\n        \n    </head>\n    <body id=\"article-page\">\n        \n\n\n<header id=\"site-header\">\n    <div class=\"ad-wrapper\">\n        <div class=\"ad\" id=\"ad-topleader\">\n            \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dtopleader&amp;sz=320x50|728x90|970x66|970x250&amp;c=857697270&amp;tile=1\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dtopleader&amp;sz=320x50|728x90|970x66|970x250&amp;c=857697270&amp;tile=1\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n        </div>\n    </div>\n    <div class=\"fluid-container\">\n        <div id=\"main-header-wrapper\">\n            <div id=\"site-logo\">\n                From <i>The Atlantic</i>\n                <a href=\"/\" data-omni-click=\"r'logo'\">\n                    <h1>CityLab</h1>\n                </a>\n            </div>\n        </div>\n\n        <div id=\"main-nav-wrapper\">\n            <a href=\"#\" class=\"toggle-nav\" onclick='$(\"#main-nav-wrapper\").toggleClass(\"active\"); return false;' data-omni-click=\"r'nav',r'menu',l.pathname\">Menu</a>\n            <nav class=\"main-nav\" data-omni-click=\"r'nav',t\">\n                <ul class=\"channel-nav\">\n                    <li><a href=\"/commute/\" data-omni-click=\"inherit\">Commute</a></li>\n                    <li><a href=\"/work/\" data-omni-click=\"inherit\">Work</a></li>\n                    <li><a href=\"/housing/\" data-omni-click=\"inherit\">Housing</a></li>\n                    <li><a href=\"/weather/\" data-omni-click=\"inherit\">Weather</a></li>\n                    <li><a href=\"/crime/\" data-omni-click=\"inherit\">Crime</a></li>\n                    <li><a href=\"/politics/\" data-omni-click=\"inherit\">Politics</a></li>\n                    <li><a href=\"/design/\" data-omni-click=\"inherit\">Design</a></li>\n                    <li><a href=\"/tech/\" data-omni-click=\"inherit\">Tech</a></li>\n                </ul>\n                <div class=\"secondary-nav-wrapper\">\n                    <ul class=\"secondary-nav\">\n                        <li><a href=\"/navigator/\" data-omni-click=\"inherit\">Navigator</a></li>\n                        <li><a href=\"/cityfixer/\" data-omni-click=\"inherit\">CityFixer</a></li>\n                        <li><a href=\"/posts/maps/\" data-omni-click=\"inherit\">Maps</a></li>\n                        <li><a href=\"/posts/photos/\" data-omni-click=\"inherit\">Photos</a></li>\n                        <li><a href=\"/posts/videos/\" data-omni-click=\"inherit\">Videos</a></li>\n                        <li class=\"search\"><a href=\"/search/\" data-omni-click=\"inherit\">Search</a></li>\n                        <li class=\"social\">\n                            <ul>\n                                <li><a href=\"https://www.facebook.com/thisiscitylab\" class=\"social-icon facebook\" data-omni-click=\"r'nav',r'facebook'\"></a></li>\n                                <li><a href=\"https://twitter.com/intent/user?screen_name=CityLab\" class=\"social-icon twitter\" data-omni-click=\"r'nav',r'twitter'\"></a></li>\n                                <li><a href=\"https://www.linkedin.com/company/citylab-com\" class=\"social-icon linkedin\" data-omni-click=\"r'nav',r'linkedin'\"></a></li>\n                                <li><a href=\"http://feeds.feedburner.com/TheAtlanticCities\" class=\"social-icon rss\" data-omni-click=\"r'nav',r'rss'\"></a></li>\n                            </ul>\n                        </li>\n                    </ul>\n                </div>\n                <form class=\"search-box\" action=\"/search/\" method=\"GET\">\n                    <input type=\"text\" name=\"q\" placeholder=\"search\">\n                    <button type=\"submit\"></button>\n                </form>\n            </nav>\n        </div>\n    </div>\n</header>\n\n\n        \n        <div class=\"fluid-container\" id=\"main-container\">\n            \n\n<script type=\"text/javascript\">\n    var disqus_identifier = \"post_383979\";\n    var disqus_title = \"Tourism to Antarctica Could Be Making Penguins Sick\";\n</script>\n\n\n<div id=\"article-rail\" class=\"rail hide\">\n    <div id=\"ad-boxtop\" class=\"ad\">\n    </div>\n</div>\n<article id=\"article\">\n    \n    <h1 class=\"hed\">Tourism to Antarctica Could Be Making Penguins Sick</h1>\n    <p class=\"dek\">One group of researchers found 20 different pathogens on 15 pairs of travelers&#39; boots.</p>\n\n    <ul class=\"metadata\">\n        <li class=\"byline\" data-omni-click=\"r'articleauthor',r'0',@href\"><a href=\"/authors/nicholas-st-fleur/\" title=\"Nicholas St. Fleur\" data-omni-click=\"inherit\">Nicholas St. Fleur</a></li>\n        \n        \n        \n        <li class=\"twitter\"><a href=\"https://twitter.com/intent/user?screen_name=SciFleur\">@SciFleur</a></li>\n        \n        \n        \n\n        <li class=\"date-published\"><time datetime=\"2014-12-22T09:50:00\">Dec 22, 2014</time></li>\n        <li class=\"comments\"><a href=\"#disqus_thread\" data-disqus-identifier=\"post_383979\" data-disqus-format=\"{} Comments\" data-disqus-format-singular=\"{} Comment\" data-omni-click=\"r'articlecomment',r'0',l.pathname\">Comments</a></li>\n    </ul>\n\n    \n<ul class=\"article-social-icons social-icons color\">\n    <li><span class=\"social-icon share-count\"></span></li>\n    <li><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-omni-click=\"r'articlefb',r'0',l.pathname\"><span>Share on Facebook</span></a></li>\n    <li><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-omni-click=\"r'articletweet',r'0',l.pathname\"><span>Tweet</span></a></li>\n    <li><a href=\"#\" class=\"social-icon linkedin round\" data-share=\"linkedin\" data-omni-click=\"r'articleli',r'0',l.pathname\"></a></li>\n    <li><a href=\"mailto:?subject=Tourism%20to%20Antarctica%20Could%20Be%20Making%20Penguins%20Sick&body=One%20group%20of%20researchers%20found%2020%20different%20pathogens%20on%2015%20pairs%20of%20travelers%27%20boots.%0A%0ARead more:%20http%3A//www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\" class=\"social-icon email round\" data-omni-click=\"r'articleemail',r'0',l.pathname\"></a></li>\n    <li><a href=\"#\" class=\"social-icon print round\" data-share=\"print\"></a></li>\n</ul>\n\n\n    \n\n\n\n\n<figure class=\"lead-image\">\n\n    \n        \n        \n            \n            \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/12/P-1/lead_large.jpg\"\n                     alt=\"Image Christopher Michel/Flickr\"\n                     title=\"Tourism to Antarctica Could Be Making Penguins Sick\">\n                \n                    <figcaption class=\"credit\">\n                    <a href=\"https://www.flickr.com/photos/cmichel67/11240231654\">\n                        Christopher Michel/Flickr\n                    </a>\n                    </figcaption>\n                \n            \n        \n    \n</figure>\n\n\n\n\n    <div id=\"article-body\">\n        <div><p>Antarctica remained largely untouched until roughly 200 years ago, and now, more than 10,000 people travel there every year. But tourists bring more than cameras. Scientists are warning that pathogens brought by visitors could threaten the continent&#8217;s most iconic inhabitant: the penguin.</p>\r\n\r\n<p>Isolation has left local wildlife populations particularly vulnerable to diseases commonplace elsewhere in the world. &#8220;The effects of both a growing tourism industry and research presence will not be without consequences,&#8221; Wray Grimaldi of the University of Otago in Dunedin, New Zealand, <a href=\"http://www.newscientist.com/article/dn26725-antarctic-tourism-may-pose-disease-threat-to-penguins.html#.VJSDG8AA8\">said to <em>New Scientist</em></a>. &#8220;Penguins are highly susceptible to infectious diseases.&#8221;</p>\r\n\r\n<aside class=\"pullquote instapaper_ignore\"><span>One group of researchers found 20 different fecal pathogens on just 15 pairs of tourist boots.</span></aside><p>Her team of Antarctic researchers found multiple infectious agents&#8212;bacteria such as salmonella<em> </em>and E. coli, viruses such as West Nile and the Avian pox virus&#8212;in captive penguins dating back to 1947. Outbreaks from those diseases have killed thousands of penguins over the years, the team reported in a paper published this month in the <a href=\"http://download.springer.com.oca.ucsc.edu/static/pdf/10/art%3A10.1007%2Fs00300-014-1632-5.pdf?auth66=1419019903_46a32cc28888cdb8154d8a9e8a897a2c&amp;ext=.pdf\">journal <em>Polar Biology</em></a>.</p>\r\n\r\n<p>Another theory is that migrating animals may have brought diseases to Antarctica, as the warming climate is attracting more species than ever before. But previous studies have identified<a href=\"http://onlinelibrary.wiley.com/store/10.2310/7060.2002.24058/asset/7060.2002.24058.pdf?v=1&amp;t=i3vzls60&amp;s=86d33631abbd298739a23297fae4ca7b0c662400&amp;systemMessage=Wiley+Online+Library+will+be+disrupted+on+20th+Dec+from+10%3A00-14%3A00+GMT+%2805%3A00-09%3A00+EST%29+for+essential+maintenance.\"> tourist boots</a> as vectors for disease transmission. One group of researchers tested 72 tourists' boots and found 20 different fecal pathogens on just 15 pairs of shoes.</p>\r\n\r\n<p>Norman Ratcliffe, an Antarctic ecologist from the Antarctic Survey in Cambridge, United Kingdom, <a href=\"http://www.newscientist.com/article/dn26725-antarctic-tourism-may-pose-disease-threat-to-penguins.html#.VJSDG8AA8\">told<em> New Scientist</em></a> that the evidence blaming tourists for sick penguins is lacking. He said that tourism companies are very strict on what they let visitors bring on their journey. &#8220;The tour companies are quite careful to make sure everyone cleans their boots before they go ashore,&#8221; he said. &#8220;They don't allow any animal products to be taken ashore.&#8221;</p>\r\n\r\n<p><em>This story originally appeared on <a href=\"http://www.theatlantic.com/technology/archive/2014/12/antarctica-tourism-could-be-making-penguins-sick/383957/\">The Atlantic</a>. </em></p></div>\n    </div>\n\n</article>\n<div id=\"article-below\">\n<div class=\"content-column\">\n\n<ul class=\"article-social-icons social-icons color\">\n    <li><span class=\"social-icon share-count\"></span></li>\n    <li><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-omni-click=\"r'articlefb',r'1',l.pathname\"><span>Share on Facebook</span></a></li>\n    <li><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-omni-click=\"r'articletweet',r'1',l.pathname\"><span>Tweet</span></a></li>\n    <li><a href=\"#\" class=\"social-icon linkedin round\" data-share=\"linkedin\" data-omni-click=\"r'articleli',r'1',l.pathname\"></a></li>\n    <li><a href=\"mailto:?subject=Tourism%20to%20Antarctica%20Could%20Be%20Making%20Penguins%20Sick&body=One%20group%20of%20researchers%20found%2020%20different%20pathogens%20on%2015%20pairs%20of%20travelers%27%20boots.%0A%0ARead more:%20http%3A//www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\" class=\"social-icon email round\" data-omni-click=\"r'articleemail',r'1',l.pathname\"></a></li>\n    <li><a href=\"#\" class=\"social-icon print round\" data-share=\"print\"></a></li>\n</ul>\n\n\n    <div id=\"logo-container\">\n        <span class=\"sponsor-text\">Presented by</span>\n        <div class=\"ad\" id=\"ad-logo\" data-ad-starts-hidden=\"true\">\n            \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dlogo&amp;sz=88x31|100x55|120x60&amp;c=857697270&amp;tile=0\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dlogo&amp;sz=88x31|100x55|120x60&amp;c=857697270&amp;tile=0\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n        </div>\n    </div>\n\n    <ul id=\"article-navigation\">\n        \n        <li class=\"prev\">\n            <a href=\"/design/2014/12/a-bare-bones-electric-motorcycle-for-green-urban-riding/383921/\" data-omni-click=\"r'articleprevious',r'',@href\">\n                <div class=\"article-nav-arrow\">Previous</div>\n                <div class=\"hed\">A Bare-Bones Electric Motorcycle for Green Urban Riding</div>\n            </a>\n        </li>\n        \n\n        \n        <li class=\"next\">\n            <a href=\"/housing/2014/12/the-intense-competition-to-be-the-worlds-most-decorated-house/383980/\" data-omni-click=\"r'articlenext',r'',@href\">\n                <div class=\"article-nav-arrow\">Next</div>\n                <div class=\"hed\">The Intense Competition to Be the World's Most Decorated House</div>\n            </a>\n        </li>\n        \n    </ul>\n    <section id=\"taboola\">\n        <div id='taboola-bottom-main-column'></div>\n<script type=\"text/javascript\">\nwindow._taboola = window._taboola || [];\n_taboola.push({mode:'autosized-generated-1r', container:'taboola-bottom-main-column', placement:'Bottom Main Column'});\n_taboola.push({article:'auto'});\n</script>\n<script type=\"text/javascript\" src=\"http://cdn.taboolasyndication.com/libtrc/atlanticmedia-theatlanticcities/loader.js\"></script>\n\n    </section>\n\n    <section class=\"module\" id=\"article-authors\">\n        <h2>About the Author</h2>\n        <ul class=\"authors\" data-omni-click=\"r'articleauthors',r'1',@href\">\n            \n            \n\n<li class=\"author\">\n    \n        \n            <a href=\"/authors/nicholas-st-fleur/\" data-omni-click=\"inherit\">\n                <img src=\"http://cdn.citylab.com/media/img/authors/s/nicholas-st-fleur/headshot/author-headshot.jpg?54580c99\"\n     \n     \n     class=\"headshot\"\n     height=\"62\" \n     width=\"59\" \n/>\n\n\n            </a>\n        \n    \n    <div class=\"bio\">\n        \n            Nicholas St. Fleur is an assistant editor at <i>The Atlantic</i>, where he covers science news. He has previously reported for <i>Science, </i>NPR<i>, </i>and<i> Scientific American</i>.\n\n            \n        \n    </div>\n\n    <ul class=\"links\">\n        \n        <li><a href=\"/authors/nicholas-st-fleur/\" class=\"all-posts\" data-omni-click=\"inherit\">All Posts</a></li>\n        \n        \n        <li><a href=\"https://twitter.com/intent/user?screen_name=SciFleur\" class=\"twitter\">@SciFleur</a></li>\n        \n    </ul>\n</li>\n\n\n            \n        </ul>\n    </section>\n</div>\n\n<div class=\"rail\">\n\n\n\n\n\n<section id=\"most-popular\" class=\"module\">\n    <h2 class=\"module-tag\">Most Popular</h2>\n\n    <ol>\n        \n        <li><a href=\"/design/2014/12/an-immersive-game-shows-how-easily-segregation-arisesand-how-we-might-fix-it/383586/\">An Immersive Game Shows How Easily Segregation Arises—and How We Might Fix It</a></li>\n        \n        <li><a href=\"/work/2015/01/the-worlds-most-worker-friendly-countries-in-seven-charts/384154/\">The World's Most Worker-Friendly Countries, in 7 Charts</a></li>\n        \n        <li><a href=\"/commute/2014/12/new-york-subway-platform-vending-machines-a-history/384127/\">New York Subway Platform Vending Machines, a History</a></li>\n        \n        <li><a href=\"/design/2014/12/20-years-of-photos-show-just-how-boring-we-all-are/383781/\">20 Years of Street Photography Shows Just How Boring We All Are</a></li>\n        \n        <li><a href=\"/work/2015/01/the-indian-banksy-asks-viewers-to-reconsider-the-democracy-of-art/384152/\">The 'Indian Banksy' Asks Viewers to Reconsider the Democracy of Art</a></li>\n        \n        <li><a href=\"/design/2015/01/how-johannesburgs-most-neglected-buildings-ended-up-splashed-with-pink-paint/384173/\">How Johannesburg's Most Neglected Buildings Ended Up Splashed With Pink Paint</a></li>\n        \n        <li><a href=\"/housing/2014/12/paris-wants-to-keep-central-neighborhoods-from-becoming-ghettos-for-the-rich/383936/\">Paris Wants to Keep Central Neighborhoods From Becoming 'Ghettos for the Rich'</a></li>\n        \n        <li><a href=\"/commute/2014/12/scenes-from-the-back-seat-of-a-welsh-taxi/384027/\">Scenes From the Back Seat of a Welsh Taxi </a></li>\n        \n        <li><a href=\"/commute/2014/12/why-sweden-has-the-worlds-safest-roads/384153/\">Why Sweden Has the World's Safest Roads</a></li>\n        \n        <li><a href=\"/design/2015/01/indias-government-will-now-check-and-verify-the-use-of-toilets/384174/\">India's Government Will Now 'Check and Verify the Use of Toilets'</a></li>\n        \n    </ol>\n\n    <a href=\"/posts/\" class=\"module-link\">See All Stories</a>\n</section>\n\n\n\n</div>\n\n<div class=\"content-column\">\n    \n\n<div class=\"promo-grid-wrapper\">\n    <div class=\"promo-grid\">\n\n    \n    <ol class=\"promo-item\" id=\"promo-slot-1\">\n        \n         <li>\n            \n                <h3 class=\"module-tag\">CityFixer</h3>\n            \n            <a href=\"http://www.citylab.com/cityfixer\" data-omni-click=\"r'articlepromo',r'0',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/05/promo_fixer_624x384-1/thumb.png\" class=\"thumb\">\n\n                <h2 class=\"hed\">Solutions for an Urbanizing World</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n                <div id=\"ad-article\" data-ad-starts-hidden=\"true\" class=\"triple-lift\"></div>\n            \n        </li>\n        \n    </ol>\n    \n    <ol class=\"promo-item\" id=\"promo-slot-2\">\n        \n         <li>\n            \n                <h3 class=\"module-tag\">Newsletters</h3>\n            \n            <a href=\"http://www.citylab.com/newsletters/\" data-omni-click=\"r'articlepromo',r'1',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/05/promo_newsletters_623x384/thumb.jpg\" class=\"thumb\">\n\n                <h2 class=\"hed\">Don&#39;t Miss a Thing: Sign Up Here for Email Newsletters</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n                <div id=\"ad-article\" data-ad-starts-hidden=\"true\" class=\"triple-lift\"></div>\n            \n        </li>\n        \n         <li>\n            \n                <h3 class=\"module-tag\">Store</h3>\n            \n            <a href=\"http://www.zazzle.com/atlanticmedia/gifts?cg=196924976381926554\" data-omni-click=\"r'articlepromo',r'1',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/06/promo_zazzle_promo_girlshirt/thumb.jpg\" class=\"thumb\">\n\n                <h2 class=\"hed\">T-Shirts, Mugs, and More</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n        </li>\n        \n    </ol>\n    \n    </div>\n</div>\n\n    <a href=\"#site-header\" class=\"to-top\">Back To Top</a>\n</div>\n\n<div class=\"bottomleader-ad-wrapper\">\n    <div class=\"ad\" id=\"ad-bottomleader\">\n        \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dbottomleader&amp;sz=728x90&amp;c=857697270&amp;tile=3\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_crime&amp;t=src%3Darticle%26pos%3Dbottomleader&amp;sz=728x90&amp;c=857697270&amp;tile=3\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n    </div>\n</div>\n\n</div>\n\n\n<div id=\"article-comments\">\n    <div id=\"ad-boxright\" class=\"rail ad\">\n    </div>\n    <div id=\"disqus_thread\" class=\"content-column\">\n    </div>\n</div>\n\n\n<ul id=\"social-sticky\">\n    <li class=\"small-logo-wrapper\"><a href=\"/\" class=\"small-logo\" data-omni-click=\"r'persist',r'logo',l.pathname\">CityLab</a></li>\n    <li><a href=\"#\" class=\"facebook-share\" data-share=\"facebook\" data-omni-click=\"r'persist',r'fb',l.pathname\">Share</a></li>\n    <li><a href=\"#\" class=\"twitter-share\" data-share=\"twitter\" data-omni-click=\"r'persist',r'twitter',l.pathname\">Tweet</a></li>\n    <li class=\"menu-wrapper\"><a href=\"#\" class=\"menu\" data-omni-click=\"r'persist',r'menu',l.pathname\">Menu</a></li>\n</ul>\n\n\n        </div>\n        \n\n        \n\n\n\n<footer id=\"site-footer\">\n    <div class=\"fluid-container\">\n        <section class=\"follow\">\n            <p>Through original reporting, sharp analysis, and visual\n            storytelling, <i>CityLab</i> informs and inspires the people who are\n            creating the cities of the future&mdash;and those who want to live\n            there.</p>\n\n            <h3>Follow</h3>\n            <ul class=\"social-icons color round\">\n                <li><a href=\"https://www.facebook.com/thisiscitylab\" class=\"social-icon facebook\"></a></li>\n                <li><a href=\"https://twitter.com/intent/user?screen_name=CityLab\" class=\"social-icon twitter\"></a></li>\n                <li><a href=\"https://www.linkedin.com/company/citylab-com\" class=\"social-icon linkedin\"></a></li>\n                <li><a href=\"http://feeds.feedburner.com/TheAtlanticCities\" class=\"social-icon rss\"></a></li>\n            </ul>\n            <div id=\"footer-newsletter-signup\">\n            <h3>Newsletter sign up</h3>\n            <form id=\"footer-newsletter\" action=\"http://theatlantic.us2.list-manage.com/subscribe/post?u=ed2d318978b7dc9b30b1f464f&amp;id=f2eeb0a9f3\" method=\"POST\">\n                <input type=\"email\" name=\"EMAIL\">\n                <input type=\"submit\" value=\"Go\">\n                <fieldset>\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7045][1]\" id=\"group[7045][1]\" checked>\n                        <label for=\"group[7045][1]\">Today’s Top Stories</label>\n                    </p>\n\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7045][4194304]\" id=\"group[7045][4194304]\" checked>\n                        <label for=\"group[7045][4194304]\">This Week’s Most Popular Stories</label>\n                    </p>\n\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7421][8]\" id=\"group[7421][8]\" checked>\n                        <label for=\"group[7421][8]\">\n                            I want to receive updates from partners and sponsors.\n                        </label>\n                    </p>\n                </fieldset>\n            </form>\n            <p class=\"message\"></p>\n            </div>\n        </section>\n        <section class=\"about\">\n            <div class=\"footer-heading\" onclick='javascript:$(this).parent().toggleClass(\"active\");'><h2>More About CityLab</h2></div>\n            <div class=\"footer-content\">\n                <ul>\n                    <li><a href=\"/special-report/\">Special Reports</a></li>\n                    <li><a href=\"/faq/\">FAQ</a></li>\n                    <li><a href=\"/masthead/\">Masthead</a></li>\n                    <li><a href=\"/contact/\">Contact Us</a></li>\n                    <li><a href=\"http://www.theatlantic.com/store/\">Store</a></li>\n                    <li><a href=\"http://atlanticmedia.com/\">Atlantic Media</a></li>\n                    <li><a href=\"http://www.atlanticmedia.com/careers/\">Jobs</a></li>\n                    <li><a href=\"http://advertising.theatlantic.com/\">Advertise</a></li>\n                    <li><a href=\"http://cdn.theatlantic.com/static/front/docs/ads/TheAtlanticAdvertisingGuidelines.pdf\">Advertising Guidelines</a></li>\n                    <li><a href=\"/privacy-policy/\">Privacy</a></li>\n                    <li><a href=\"/terms-conditions/\">Terms &amp; Conditions</a></li>\n                </ul>\n            </div>\n        </section>\n        <section class=\"elsewhere\">\n            <div class=\"footer-heading\" onclick='javascript:$(this).parent().toggleClass(\"active\");'><h2>Elsewhere at Atlantic Media</h2></div>\n            <div class=\"footer-content\">\n\n                \n                \n                \n                    \n                    <div class=\"partner-row\">\n                    \n                        <div class=\"partner the-atlantic\">\n                            <a href=\"http://theatlantic.com/\"><h3>The Atlantic</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                \n                    \n                        <div class=\"partner quartz\">\n                            <a href=\"http://www.qz.com/\"><h3>Quartz</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://qz.com/320563/what-back-to-the-future-ii-got-right-about-tech-in-2015/\">What Back to the Future II got right about tech in 2015</a></li>\n                            \n                                <li><a href=\"http://qz.com/320541/here-are-the-popular-air-routes-that-will-be-more-affordable-this-year/\">Here are the popular routes that will be cheaper to fly this year</a></li>\n                            \n                                <li><a href=\"http://qz.com/320620/the-seven-most-important-economic-charts-of-the-week-2/\">The seven most important economic charts of the week</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                    </div>\n                    \n                \n                    \n                    <div class=\"partner-row\">\n                    \n                        <div class=\"partner the-atlantic-wire\">\n                            <a href=\"http://www.thewire.com/\"><h3>The Atlantic Wire</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                \n                    \n                        <div class=\"partner national-journal\">\n                            <a href=\"http://www.nationaljournal.com/\"><h3>National Journal</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/congress/how-hopes-for-an-immigration-deal-fell-apart-20150102\">How Hopes for an Immigration Deal Fell Apart</a></li>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/politics/the-seven-senate-races-to-watch-in-2016-20150101\">The Seven Senate Races To Watch In 2016</a></li>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/pictures-video/the-best-images-of-2014-20141231\">The Best Images of 2014</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                    </div>\n                    \n                \n                \n            </div>\n\n        </section>\n    </div>\n    <div id=\"copyright\">\n        Copyright 2015  The Atlantic Monthly Group. CDN powered by Edgecast\n        Networks. Insights powered by Parsely.\n    </div>\n</footer>\n\n\n        <!-- Footer Javascript -->\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/462be8619acc.js\"></script>\n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/67d5ec89564a.js\"></script>\n\n        \n\n<!-- Interstitial -->\n\n    \n\n\n<!-- BEGIN: Welcome Screens -->\n<div id=\"lightbox-welcome\" class=\"welcome-lightbox\">\n    <div class=\"welcome-lightbox-bg\"></div>\n    <div class=\"welcome-lightbox-head\">\n        <figure class=\"welcome-lightbox-logo\">CityLab</figure>\n        <div class=\"welcome-lightbox-right\">\n            <div class=\"welcome-lightbox-continue\">Continue (<span class=\"welcome-lightbox-count\"></span>) &ensp; <span class=\"icon-right-arrow\"></span></div>\n        </div>\n    </div>\n    <section class=\"welcome-lightbox-body\">\n        <div class=\"welcome-lightbox-copy\">Advertisement</div>\n        <div class=\"welcome-lightbox-ad\">\n            <div class=\"ad-container\" id=\"ad-welcome\" data-ad-starts-hidden=\"true\">\n                \n\n            </div>\n        </div>\n    </section>\n</div>\n\n\n<script type=\"text/javascript\">\n    Atlantic.Ad.sizeListener(\"welcome\", function(pos, callback){\n        if (callback === false) {\n            return false;\n        }\n        var $lightbox = $('#lightbox-welcome');\n        $lightbox.addClass(\"active format-\" + callback.join(\"x\"));\n        if (typeof window.welcomeScreen === 'undefined') {\n            window.welcomeScreen = new Atlantic.WelcomeScreen();\n        }\n        window.welcomeScreen.show();\n    });\n</script>\n<!-- End welcome screen -->\n\n\n\n<script type=\"text/javascript\">\nwindow.Atlantic = window.Atlantic || {};\nAtlantic.Ad = Atlantic.Ad || {};\n\nAtlantic.Ad.manager = new Atlantic.Ad.Manager({\n    defs: {\n  \"ad-logo\": {\n    \"properties\": {\n      \"pos\": \"logo\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        88, \n        31\n      ], \n      [\n        100, \n        55\n      ], \n      [\n        120, \n        60\n      ]\n    ]\n  }, \n  \"ad-topleader\": {\n    \"properties\": {\n      \"pos\": \"topleader\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        320, \n        50\n      ], \n      [\n        728, \n        90\n      ], \n      [\n        970, \n        66\n      ], \n      [\n        970, \n        250\n      ]\n    ]\n  }, \n  \"ad-boxtop\": {\n    \"properties\": {\n      \"pos\": \"boxtop\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ], \n      [\n        300, \n        600\n      ]\n    ]\n  }, \n  \"ad-bottomleader\": {\n    \"properties\": {\n      \"pos\": \"bottomleader\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        728, \n        90\n      ]\n    ]\n  }, \n  \"ad-welcome\": {\n    \"properties\": {\n      \"pos\": \"welcome\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ], \n      [\n        300, \n        600\n      ], \n      [\n        640, \n        480\n      ], \n      [\n        768, \n        1024\n      ], \n      [\n        1024, \n        768\n      ]\n    ]\n  }, \n  \"ad-boxright\": {\n    \"properties\": {\n      \"pos\": \"boxright\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ]\n    ]\n  }, \n  \"ad-boxcontent\": {\n    \"properties\": {\n      \"pos\": \"boxcontent\"\n    }, \n    \"zone\": \"/4624/cities/channel_crime\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ]\n    ]\n  }\n},\n    globals: {\n  \"src\": \"article\", \n  \"zone\": \"/4624/cities/channel_crime\"\n},\n    filter: function() {\n        this.filterByVisibility()\n            .filterSizesByFit()\n            .checkAdTest('citiestest');\n\n        // Remove tall ad sizes from boxtop when in tablet or mobile width\n        if ($(window).width() < 960 && this.defs['ad-boxtop'] !== undefined) {\n            var boxtop = this.defs['ad-boxtop'];\n            boxtop.sizes = $.grep(boxtop.sizes, function (size) {\n                return (size[1] <= 250);\n            });\n        }\n        \n    },\n    listeners: {\n        // Hide \"Presented By\" if the logo isn't logo sized\n        \"logo\": function($unit, size) {\n            var $parent = $unit.parent();\n            if (size) {\n                $parent.show();\n            }\n\n            if (size[0] == 100 || size[1] == 55) {\n                $('.sponsor-text').hide();\n            }\n        },\n        \"topleader\": function($unit, size) {\n            $.waypoints(\"refresh\");\n        }\n    }\n});\n\nfunction afterFinished_1406() {\n    window.Atlantic = window.Atlantic || {};\n    Atlantic.Ad = Atlantic.Ad || {};\n    Atlantic.Ad.p39_categories = p39_KVP_Short('','').split('=').slice(1);\n    Atlantic.Ad.manager.loadGoogle();\n    Atlantic.Ad.manager.display();\n}\n\n</script>\n<script id=\"peer39ScriptLoader\" src=\"//stags.peer39.net/1406/trg_1406.js\"></script>\n\n\n        <!-- Footer analytics. -->\n        \n        \n<!-- chartbeat -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _sf_async_config={uid: 17396, domain:\"www.citylab.com\"};\n\n_sf_async_config.path = \"/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\";\n_sf_async_config.title = \"Tourism to Antarctica Could Be Making Penguins Sick\";\n_sf_async_config.sections = \"crime\";\n_sf_async_config.authors = \"Nicholas St. Fleur\";\n\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n//]]>\n</script>\n\n        <!-- Begin taboola Tag -->\n<script>\n    window._newsroom = window._newsroom || [];\n    if (window.Atlantic && Atlantic.page_info && Atlantic.page_info.view == 'homepage') {\n        _newsroom.push({pageTemplate: 'home'});\n        _newsroom.push({pageDashboard: 'home'});\n        _newsroom.push('auditClicks');\n        _newsroom.push('trackPage');\n    }\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'), document.getElementsByTagName('script')[0], \n        '//c2.taboola.com/nr/atlanticmedia-theatlanticcities/newsroom.js');\n</script>\n<!-- End taboola Tag -->\n\n        <!-- Begin comScore Tag -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6463921\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n//]]>\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6463921&cv=2.0&cj=1\" alt=\"\" />\n</noscript>\n<!-- End comScore Tag -->\n        <!-- START Nielsen Online SiteCensus V6.0 -->\n<!-- COPYRIGHT 2012 Nielsen Online -->\n<script type=\"text/javascript\">\n(function () {\nvar d = new Image(1, 1);\nd.onerror = d.onload = function () {\nd.onerror = d.onload = null;\n};\nd.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n})();\n</script>\n<noscript>\n<div>\n<img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&ts=noscript\" \nwidth=\"1\" height=\"1\" alt=\"\" />\n</div>\n</noscript>\n<!-- END Nielsen Online SiteCensus V6.0 -->\n        <!-- Google Analytics -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _gaq = _gaq || [];\n_gaq.push(['_setAccount', 'UA-25706000-1']);\n_gaq.push(['_trackPageview']);\n\n(function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n})();\n//]]>\n</script>\n<!-- End Google Analytics -->\n        <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <a id=\"parsely-cfg\" data-parsely-site=\"theatlanticcities.com\"\n        href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n        \n<!-- Simplereach -->\n<script>\n__reach_config = {\n  pid: \"516eed884240cfbf3000002c\", // The SimpleReach assigned Publisher ID (pid)\n  url: \"http://www.citylab.com/crime/2014/12/tourism-to-antarctica-could-be-making-penguins-sick/383979/\", // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n  \n  title: \"Tourism to Antarctica Could Be Making Penguins Sick\", // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n  \n  date: \"2014-12-22T09:50:00\", // Article publish date in UTC or any ISO8601 date\n  authors: [\"nicholas-st-fleur\"], // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n  channels: [\"commute\", \"crime\"], // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n  tags: [] // An array of the article tag(s); (remember that they should be escaped, not HTML or URL encoded)\n};\n\n  (function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n  })();\n</script>\n\n\n        \n\n        <!-- Social Networks -->\n        <script type=\"text/javascript\">\n    /*\n    We only use the HTML5 FB script for browsers that have mediaqueries, because\n    Facebook will try to activate queries (badly) in IE8/9.\n\n    For legacy browsers, use the iFrame button.\n    */\n    if (Modernizr.mq(\"only all\") && window.FB === undefined){\n        $('body').append('<div id=\"fb-root\" />');\n        \n        var $script = $('<script src=\"//connect.facebook.net/en_US/all.js#xfbml=1&appId=149043611894677\" />');\n        \n        $('body').append($script);\n    }\n</script>\n\n        <!-- Twitter -->\n<script> \n    ! function (d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0],\n        p = /^http:/.test(d.location) ? 'http' : 'https';\n    if (!d.getElementById(id)) {\n        js = d.createElement(s);\n        js.id = id;\n        \n        js.src = p + '://platform.twitter.com/widgets.js';\n        fjs.parentNode.insertBefore(js, fjs);\n    }\n}(document, 'script', 'twitter-wjs'); \n</script>\n        <!-- Google+ -->\n<script type=\"text/javascript\">\n  (function() {\n    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n    po.src = 'https://apis.google.com/js/plusone.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script>\n\n        <!-- Linked In -->\n\n<script type=\"text/javascript\">\n    // LinkedIn doesn't have a sane ready event.\n    // We'll make our own.\n    window.onLinkedInLoad = function(){\n        $(\"script[src='//platform.linkedin.com/in.js']\").trigger(\"linkedinReady\");\n    }\n</script>\n<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n lang: en_US\n onLoad: onLinkedInLoad\n</script>\n\n\n    </body>\n<!-- 2015-01-03T06:47:26.289219 -->\n<!-- PAGE_COMPLETED -->\n</html>\n"
  },
  {
    "path": "tests/data/html/theatlanticcities.com2.html",
    "content": "\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\"> <!--<![endif]-->\n    <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\">\n        \n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <title>A Climate Model of White Christmases—Through 2100 - CityLab</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <!-- Icons -->\n        <link rel=\"shortcut icon\" href=\"http://cdn.citylab.com/static/citylab/img/icons/favicon.ico\">\n        <link rel=\"apple-touch-icon\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-iphone.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-ipad.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-iphone-retina.png\">\n        <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://cdn.citylab.com/static/citylab/img/icons/touch-icon-ipad-retina.png\">\n\n        <meta name=\"application-name\" content=\"CityLab\">\n        <meta name=\"msapplication-TileColor\" content=\"#000000\">\n        <meta name=\"msapplication-TileImage\" content=\"http://cdn.citylab.com/static/citylab/img/icons/tile-144.png\">\n\n        <!-- Meta -->\n        <meta property=\"fb:page_id\" content=\"236061986423933\" />\n        <link href=\"https://plus.google.com/+citylab/\" rel=\"publisher\" />\n\n        <link rel=\"alternate\" type=\"application/rss+xml\" title=\"CityLab RSS\" href=\"http://feeds.feedburner.com/TheAtlanticCities\" />\n\n    \n        <link rel=\"canonical\" href=\"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\" />\n    \n        <link rel=\"image_src\" href=\"http://cdn.citylab.com/media/img/citylab/2014/11/white_christmas_in_america_probability_prediction_global_warming_climate_change_hed/lead_large.jpg\">\n        <meta name=\"description\" content=\"One man makes a knowingly futile attempt at predicting snow for decades down the line.\" />\n\n        <meta property=\"og:description\" content=\"One man makes a knowingly futile attempt at predicting snow for decades down the line.\">\n        <meta property=\"og:image\" content=\"http://cdn.citylab.com/media/img/citylab/2014/11/white_christmas_in_america_probability_prediction_global_warming_climate_change_hed/lead_large.jpg\">\n        <meta property=\"og:locale\" content=\"en_US\">\n        <meta property=\"og:site_name\" content=\"CityLab\">\n        <meta property=\"og:title\" content=\"A Climate Model of White Christmases—Through 2100\">\n        <meta property=\"og:type\" content=\"article\">\n        <meta property=\"og:url\" content=\"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\" />\n\n        \n            \n        <meta name=\"ROBOTS\" content=\"INDEX, FOLLOW\">\n            \n        \n\n        \n    \n        <meta name=\"twitter:card\" content=\"summary\">\n        <meta name=\"twitter:site\" content=\"@CityLab\">\n        \n            \n            <meta name=\"twitter:creator\" content=\"@citycalfe\" />\n            \n            \n            <link rel=\"author\" href=\"https://plus.google.com/u/0/103701950766858439910/posts\">\n            \n        <meta name=\"twitter:title\" content=\"A Climate Model of White Christmases—Through 2100\">\n        <meta name=\"twitter:description\" content=\"One man makes a knowingly futile attempt at predicting snow for decades down the line.\">\n        <meta name=\"twitter:image\" content=\"http://cdn.citylab.com/media/img/citylab/2014/11/white_christmas_in_america_probability_prediction_global_warming_climate_change_hed/lead_large.jpg\">\n\n        \n\n        \n            \n        \n    \n    <meta property=\"article:publisher\" content=\"https://www.facebook.com/thisiscitylab\" />\n\n\n        <!-- Header Analytics -->\n        \n        \n        <meta name='parsely-page' content='{\"title\": \"A Climate Model of White Christmases\\u2014Through 2100\", \"type\": \"post\", \"section\": \"weather\", \"author\": \"John Metcalfe\", \"post_id\": 383143, \"link\": \"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", \"pub_date\": \"2014-11-25T08:27:49Z\"}'>\n\n\n        <!-- Chartbeat -->\n        <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n        \n\n        <!-- Header CSS -->\n        <link rel=\"stylesheet\" href=\"http://cdn.citylab.com/static/CACHE/css/9e9aad8d1702.css\" type=\"text/css\" />\n\n        <link rel=\"stylesheet\" href=\"http://cdn.citylab.com/static/CACHE/css/9bff9a6e8609.css\" type=\"text/css\" />\n\n        <!-- Header Javascript -->\n        <script>\n            var Atlantic = {};\n            Atlantic.page_info = {\n  \"tall_ads_suppressed\": false, \n  \"domain\": \"www.citylab.com\", \n  \"image\": \"http://cdn.citylab.com/media/img/citylab/2014/11/white_christmas_in_america_probability_prediction_global_warming_climate_change_hed/lead_large.jpg\", \n  \"channels\": [\n    \"weather\"\n  ], \n  \"report\": \"\", \n  \"canonical_url\": \"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", \n  \"original_url\": \"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", \n  \"seo_title\": \"\", \n  \"site_url\": \"http://www.citylab.com\", \n  \"regions\": [], \n  \"primary_channel\": \"weather\", \n  \"share_title\": \"\", \n  \"share_dek\": \"\", \n  \"description\": \"One man makes a knowingly futile attempt at predicting snow for decades down the line.\", \n  \"tags\": [], \n  \"is_404\": false, \n  \"has_full_width_content\": false, \n  \"extra_omniture_params\": {}, \n  \"kicker\": \"maps\", \n  \"authors\": [\n    \"John Metcalfe\"\n  ], \n  \"date\": \"2014-11-25T08:27:49\", \n  \"path\": \"/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", \n  \"cities\": [], \n  \"countries\": [], \n  \"url\": \"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", \n  \"title\": \"A Climate Model of White Christmases\\u2014Through 2100\", \n  \"view\": \"article\"\n};\n\n            // Used for comment counts\n            var disqus_shortname = 'theatlanticcities';\n            var s_account = \"atlanticcities-prod\";\n        </script>\n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/523555197d1e.js\"></script>\n\n        \n            <script type=\"text/javascript\">\n// Set all mandatory properties that don't change.\ns.account = \"atlanticcities-prod\";\ns.charSet=\"UTF-8\";\ns.currencyCode=\"USD\";\ns.trackDownloadLinks=true;\ns.trackExternalLinks=true;\ns.trackInlineStats=true;\ns.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";\ns.linkInternalFilters=\"javascript:,thewire.com,citylab.com,theatlantic.com,localhost\";\ns.linkLeaveQueryString=false;\ns.linkTrackVars=\"None\";\ns.linkTrackEvents=\"None\";\ns.visitorNamespace=\"atlanticmedia\";\ns.trackingServer=\"atlanticmedia.122.2o7.net\";\n\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\nvar s_code = s.t();\nif (s_code) document.write(s_code)\nif (navigator.appVersion.indexOf('MSIE') >= 0) document.write(unescape('%3C') + '\\!-' + '-');\n</script>\n<noscript><img src=\"http://atlanticmedia.122.2o7.net/b/ss/atlanticcities-prod/1/H.23.6--NS/0\"\nheight=\"1\" width=\"1\" border=\"0\" alt=\"\" /></noscript><!--/DO NOT REMOVE/-->\n<!-- End SiteCatalyst code version: H.23.6. -->\n\n        \n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/ba2b9ecb9901.js\"></script>\n\n        \n    </head>\n    <body id=\"article-page\">\n        \n\n\n<header id=\"site-header\">\n    <div class=\"ad-wrapper\">\n        <div class=\"ad\" id=\"ad-topleader\">\n            \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dtopleader&amp;sz=320x50|728x90|970x66|970x250&amp;c=857697270&amp;tile=1\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dtopleader&amp;sz=320x50|728x90|970x66|970x250&amp;c=857697270&amp;tile=1\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n        </div>\n    </div>\n    <div class=\"fluid-container\">\n        <div id=\"main-header-wrapper\">\n            <div id=\"site-logo\">\n                From <i>The Atlantic</i>\n                <a href=\"/\" data-omni-click=\"r'logo'\">\n                    <h1>CityLab</h1>\n                </a>\n            </div>\n        </div>\n\n        <div id=\"main-nav-wrapper\">\n            <a href=\"#\" class=\"toggle-nav\" onclick='$(\"#main-nav-wrapper\").toggleClass(\"active\"); return false;' data-omni-click=\"r'nav',r'menu',l.pathname\">Menu</a>\n            <nav class=\"main-nav\" data-omni-click=\"r'nav',t\">\n                <ul class=\"channel-nav\">\n                    <li><a href=\"/commute/\" data-omni-click=\"inherit\">Commute</a></li>\n                    <li><a href=\"/work/\" data-omni-click=\"inherit\">Work</a></li>\n                    <li><a href=\"/housing/\" data-omni-click=\"inherit\">Housing</a></li>\n                    <li><a href=\"/weather/\" data-omni-click=\"inherit\">Weather</a></li>\n                    <li><a href=\"/crime/\" data-omni-click=\"inherit\">Crime</a></li>\n                    <li><a href=\"/politics/\" data-omni-click=\"inherit\">Politics</a></li>\n                    <li><a href=\"/design/\" data-omni-click=\"inherit\">Design</a></li>\n                    <li><a href=\"/tech/\" data-omni-click=\"inherit\">Tech</a></li>\n                </ul>\n                <div class=\"secondary-nav-wrapper\">\n                    <ul class=\"secondary-nav\">\n                        <li><a href=\"/navigator/\" data-omni-click=\"inherit\">Navigator</a></li>\n                        <li><a href=\"/cityfixer/\" data-omni-click=\"inherit\">CityFixer</a></li>\n                        <li><a href=\"/posts/maps/\" data-omni-click=\"inherit\">Maps</a></li>\n                        <li><a href=\"/posts/photos/\" data-omni-click=\"inherit\">Photos</a></li>\n                        <li><a href=\"/posts/videos/\" data-omni-click=\"inherit\">Videos</a></li>\n                        <li class=\"search\"><a href=\"/search/\" data-omni-click=\"inherit\">Search</a></li>\n                        <li class=\"social\">\n                            <ul>\n                                <li><a href=\"https://www.facebook.com/thisiscitylab\" class=\"social-icon facebook\" data-omni-click=\"r'nav',r'facebook'\"></a></li>\n                                <li><a href=\"https://twitter.com/intent/user?screen_name=CityLab\" class=\"social-icon twitter\" data-omni-click=\"r'nav',r'twitter'\"></a></li>\n                                <li><a href=\"https://www.linkedin.com/company/citylab-com\" class=\"social-icon linkedin\" data-omni-click=\"r'nav',r'linkedin'\"></a></li>\n                                <li><a href=\"http://feeds.feedburner.com/TheAtlanticCities\" class=\"social-icon rss\" data-omni-click=\"r'nav',r'rss'\"></a></li>\n                            </ul>\n                        </li>\n                    </ul>\n                </div>\n                <form class=\"search-box\" action=\"/search/\" method=\"GET\">\n                    <input type=\"text\" name=\"q\" placeholder=\"search\">\n                    <button type=\"submit\"></button>\n                </form>\n            </nav>\n        </div>\n    </div>\n</header>\n\n\n        \n        <div class=\"fluid-container\" id=\"main-container\">\n            \n\n<script type=\"text/javascript\">\n    var disqus_identifier = \"post_383143\";\n    var disqus_title = \"A Climate Model of White Christmases—Through 2100\";\n</script>\n\n\n<div id=\"article-rail\" class=\"rail hide\">\n    <div id=\"ad-boxtop\" class=\"ad\">\n    </div>\n</div>\n<article id=\"article\">\n    \n    <a href=\"/posts/maps/\" class=\"kicker\" data-omni-click=\"r'articlekicker',r'',@href\">Maps</a>\n    \n    <h1 class=\"hed\">A Climate Model of White Christmases—Through 2100</h1>\n    <p class=\"dek\">One man makes a knowingly futile attempt at predicting snow for decades down the line.</p>\n\n    <ul class=\"metadata\">\n        <li class=\"byline\" data-omni-click=\"r'articleauthor',r'0',@href\"><a href=\"/authors/john-metcalfe/\" title=\"John Metcalfe\" data-omni-click=\"inherit\">John Metcalfe</a></li>\n        \n        \n        \n        <li class=\"twitter\"><a href=\"https://twitter.com/intent/user?screen_name=citycalfe\">@citycalfe</a></li>\n        \n        \n        \n\n        <li class=\"date-published\"><time datetime=\"2014-11-25T08:27:49\">Nov 25, 2014</time></li>\n        <li class=\"comments\"><a href=\"#disqus_thread\" data-disqus-identifier=\"post_383143\" data-disqus-format=\"{} Comments\" data-disqus-format-singular=\"{} Comment\" data-omni-click=\"r'articlecomment',r'0',l.pathname\">Comments</a></li>\n    </ul>\n\n    \n<ul class=\"article-social-icons social-icons color\">\n    <li><span class=\"social-icon share-count\"></span></li>\n    <li><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-omni-click=\"r'articlefb',r'0',l.pathname\"><span>Share on Facebook</span></a></li>\n    <li><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-omni-click=\"r'articletweet',r'0',l.pathname\"><span>Tweet</span></a></li>\n    <li><a href=\"#\" class=\"social-icon linkedin round\" data-share=\"linkedin\" data-omni-click=\"r'articleli',r'0',l.pathname\"></a></li>\n    <li><a href=\"mailto:?subject=A%20Climate%20Model%20of%20White%20Christmases%E2%80%94Through%202100&body=One%20man%20makes%20a%20knowingly%20futile%20attempt%20at%20predicting%20snow%20for%20decades%20down%20the%20line.%0A%0ARead more:%20http%3A//www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\" class=\"social-icon email round\" data-omni-click=\"r'articleemail',r'0',l.pathname\"></a></li>\n    <li><a href=\"#\" class=\"social-icon print round\" data-share=\"print\"></a></li>\n</ul>\n\n\n    \n\n\n\n\n\n\n\n    <div id=\"article-body\">\n        <div><p>When warp-speed Santa drones are shooting Christmas presents down the air holes of our Disastro-Bunkers in 2089, will there be snow on the ground?</p>\r\n\r\n<p>That's a ridiculous question to ask&#8212;and now it's been answered by David Taylor, a 44-year-old data scientist and writer in Montreal, who's made an <a href=\"http://www.prooffreader.com/2014/11/projections-of-white-christmases-until.html\">animation of predicted white Christmases</a> for each remaining year of the century.</p>\r\n\r\n<figure style=\"max-width: 620px;\"><img alt=\"\" src=\"http://cdn.theatlantic.com/assets/media/img/posts/2014/11/white_christmas_in_america_probability_prediction_global_warming_climate_change_hed/eeba06fa5.gif\"></figure><p>Taylor is aware that, <span>by its nature, </span>this simulation includes many wild misses. Today, a snowstorm's exact movements are difficult to nail down three days in advance; guessing whether there will be powder in <span>six decades </span>on December 25 is harder than keeping Jim Cantore <a href=\"http://youtu.be/iJVqRYrkXWU?t=23s\">silent during thundersnow</a>. The humor of this impossible task was part of what made Taylor want to attempt it.</p>\r\n\r\n<p>\"Basically, I was cruising around the Statistics Canada website looking for interesting data that hadn't already been mined out, and I came across this <a href=\"http://www.ec.gc.ca/ccmac-cccma/default.asp?lang=En\">huge collection of climate models</a> going to the year 2100, containing day-by-day predictions of atmospheric conditions including temperature and precipitation,\" he emails. \"I found that amusing because even the seven-day weather forecasts are so often way off. But of course the accuracy of day-by-day predictions aren't the point of the model, they're just the product of the model.\"</p>\r\n\r\n<p>The model Taylor relied on, the CanRCM4, generated a few interesting trends over the century. The effects of climate change are obvious, with the snowpack receding evermore north like the white hairline of a balding Kris Kringle. Within this general pattern, though, are what Taylor calls \"<span>mini-cycles of a few years of cooling, then a few years of warming.\" There are also a couple of mystery zones, where snow or barrenness stubbornly reign.</span></p>\r\n\r\n<p>\"There are... these persistent spots in and around Utah that are always snow-covered no matter what's going on in the rest of the continent, and there's this spot between Walla Walla and Spokane, Washington, that's always snow-free even though it's surrounded by snow,\" he says. \"I'm just a data analyst and programmer, not a climatologist, but my first guess is that the Rocky Mountains have something to do with the fact that snow cover seems less variable in the West than the East.\" (It might also relate to how climate change is <a href=\"http://www.citylab.com/work/2014/04/america-could-get-more-and-more-super-freezing-winters/8901/\">building a hot/cold divide</a> between America's coasts.)</p>\r\n\r\n<p>So why did Taylor pick this treasured event for scrutiny? <span>Is his first holiday memory waking up to ivory drifts pressing against the window, signaling school cancellations stretching as far as the mind's eye could see?</span></p>\r\n\r\n<p>Not really. \"Well, the data is arranged day by day, so Christmas seemed the natural choice,\" he says. As for his own <span>weather </span>experiences, he's only seen one white Christmas in his life, way back in 1997.</p>\r\n\r\n<p>\"It's ironic because most of the rest of Canada had snow on the ground, but Edmonton, which is the large city the furthest north, was experiencing a Chinook (warm air from the Rockies) and didn't,\" he says. \"In Edmonton, there's usually snow on the ground to stay by Halloween.\"</p></div>\n    </div>\n\n</article>\n<div id=\"article-below\">\n<div class=\"content-column\">\n\n<ul class=\"article-social-icons social-icons color\">\n    <li><span class=\"social-icon share-count\"></span></li>\n    <li><a href=\"#\" class=\"social-icon facebook\" data-share=\"facebook\" data-omni-click=\"r'articlefb',r'1',l.pathname\"><span>Share on Facebook</span></a></li>\n    <li><a href=\"#\" class=\"social-icon twitter\" data-share=\"twitter\" data-omni-click=\"r'articletweet',r'1',l.pathname\"><span>Tweet</span></a></li>\n    <li><a href=\"#\" class=\"social-icon linkedin round\" data-share=\"linkedin\" data-omni-click=\"r'articleli',r'1',l.pathname\"></a></li>\n    <li><a href=\"mailto:?subject=A%20Climate%20Model%20of%20White%20Christmases%E2%80%94Through%202100&body=One%20man%20makes%20a%20knowingly%20futile%20attempt%20at%20predicting%20snow%20for%20decades%20down%20the%20line.%0A%0ARead more:%20http%3A//www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\" class=\"social-icon email round\" data-omni-click=\"r'articleemail',r'1',l.pathname\"></a></li>\n    <li><a href=\"#\" class=\"social-icon print round\" data-share=\"print\"></a></li>\n</ul>\n\n\n    <div id=\"logo-container\">\n        <span class=\"sponsor-text\">Presented by</span>\n        <div class=\"ad\" id=\"ad-logo\" data-ad-starts-hidden=\"true\">\n            \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dlogo&amp;sz=88x31|100x55|120x60&amp;c=857697270&amp;tile=0\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dlogo&amp;sz=88x31|100x55|120x60&amp;c=857697270&amp;tile=0\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n        </div>\n    </div>\n\n    <ul id=\"article-navigation\">\n        \n        <li class=\"prev\">\n            <a href=\"/work/2014/11/a-new-magazine-helps-addicts-fund-their-addictionslegally/383140/\" data-omni-click=\"r'articleprevious',r'',@href\">\n                <div class=\"article-nav-arrow\">Previous</div>\n                <div class=\"hed\">A New Magazine Helps Addicts Fund Their Addictions—Legally</div>\n            </a>\n        </li>\n        \n\n        \n        <li class=\"next\">\n            <a href=\"/design/2014/11/predict-your-date-of-death-with-this-gloomy-data-visualization/383141/\" data-omni-click=\"r'articlenext',r'',@href\">\n                <div class=\"article-nav-arrow\">Next</div>\n                <div class=\"hed\">Predict Your Date of Death With This Gloomy Data Visualization </div>\n            </a>\n        </li>\n        \n    </ul>\n    <section id=\"taboola\">\n        <div id='taboola-bottom-main-column'></div>\n<script type=\"text/javascript\">\nwindow._taboola = window._taboola || [];\n_taboola.push({mode:'autosized-generated-1r', container:'taboola-bottom-main-column', placement:'Bottom Main Column'});\n_taboola.push({article:'auto'});\n</script>\n<script type=\"text/javascript\" src=\"http://cdn.taboolasyndication.com/libtrc/atlanticmedia-theatlanticcities/loader.js\"></script>\n\n    </section>\n\n    <section class=\"module\" id=\"article-authors\">\n        <h2>About the Author</h2>\n        <ul class=\"authors\" data-omni-click=\"r'articleauthors',r'1',@href\">\n            \n            \n\n<li class=\"author\">\n    \n        \n            <a href=\"/authors/john-metcalfe/\" data-omni-click=\"inherit\">\n                <img src=\"http://cdn.citylab.com/media/img/authors/m/john-metcalfe/headshot/author-headshot.JPG?53640bf6\"\n     \n     \n     class=\"headshot\"\n     height=\"62\" \n     width=\"59\" \n/>\n\n\n            </a>\n        \n    \n    <div class=\"bio\">\n        \n            John Metcalfe is a staff writer at CityLab.\n\n            \n        \n    </div>\n\n    <ul class=\"links\">\n        \n        <li><a href=\"/authors/john-metcalfe/\" class=\"all-posts\" data-omni-click=\"inherit\">All Posts</a></li>\n        \n        \n        <li><a href=\"https://twitter.com/intent/user?screen_name=citycalfe\" class=\"twitter\">@citycalfe</a></li>\n        \n    </ul>\n</li>\n\n\n            \n        </ul>\n    </section>\n</div>\n\n<div class=\"rail\">\n\n\n\n\n\n<section id=\"most-popular\" class=\"module\">\n    <h2 class=\"module-tag\">Most Popular</h2>\n\n    <ol>\n        \n        <li><a href=\"/design/2014/12/an-immersive-game-shows-how-easily-segregation-arisesand-how-we-might-fix-it/383586/\">An Immersive Game Shows How Easily Segregation Arises—and How We Might Fix It</a></li>\n        \n        <li><a href=\"/work/2015/01/the-worlds-most-worker-friendly-countries-in-seven-charts/384154/\">The World's Most Worker-Friendly Countries, in 7 Charts</a></li>\n        \n        <li><a href=\"/commute/2014/12/new-york-subway-platform-vending-machines-a-history/384127/\">New York Subway Platform Vending Machines, a History</a></li>\n        \n        <li><a href=\"/design/2014/12/20-years-of-photos-show-just-how-boring-we-all-are/383781/\">20 Years of Street Photography Shows Just How Boring We All Are</a></li>\n        \n        <li><a href=\"/work/2015/01/the-indian-banksy-asks-viewers-to-reconsider-the-democracy-of-art/384152/\">The 'Indian Banksy' Asks Viewers to Reconsider the Democracy of Art</a></li>\n        \n        <li><a href=\"/design/2015/01/how-johannesburgs-most-neglected-buildings-ended-up-splashed-with-pink-paint/384173/\">How Johannesburg's Most Neglected Buildings Ended Up Splashed With Pink Paint</a></li>\n        \n        <li><a href=\"/housing/2014/12/paris-wants-to-keep-central-neighborhoods-from-becoming-ghettos-for-the-rich/383936/\">Paris Wants to Keep Central Neighborhoods From Becoming 'Ghettos for the Rich'</a></li>\n        \n        <li><a href=\"/commute/2014/12/scenes-from-the-back-seat-of-a-welsh-taxi/384027/\">Scenes From the Back Seat of a Welsh Taxi </a></li>\n        \n        <li><a href=\"/commute/2014/12/why-sweden-has-the-worlds-safest-roads/384153/\">Why Sweden Has the World's Safest Roads</a></li>\n        \n        <li><a href=\"/design/2015/01/indias-government-will-now-check-and-verify-the-use-of-toilets/384174/\">India's Government Will Now 'Check and Verify the Use of Toilets'</a></li>\n        \n    </ol>\n\n    <a href=\"/posts/\" class=\"module-link\">See All Stories</a>\n</section>\n\n\n\n</div>\n\n<div class=\"content-column\">\n    \n\n<div class=\"promo-grid-wrapper\">\n    <div class=\"promo-grid\">\n\n    \n    <ol class=\"promo-item\" id=\"promo-slot-1\">\n        \n         <li>\n            \n                <h3 class=\"module-tag\">CityFixer</h3>\n            \n            <a href=\"http://www.citylab.com/cityfixer\" data-omni-click=\"r'articlepromo',r'0',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/05/promo_fixer_624x384-1/thumb.png\" class=\"thumb\">\n\n                <h2 class=\"hed\">Solutions for an Urbanizing World</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n                <div id=\"ad-article\" data-ad-starts-hidden=\"true\" class=\"triple-lift\"></div>\n            \n        </li>\n        \n    </ol>\n    \n    <ol class=\"promo-item\" id=\"promo-slot-2\">\n        \n         <li>\n            \n                <h3 class=\"module-tag\">Newsletters</h3>\n            \n            <a href=\"http://www.citylab.com/newsletters/\" data-omni-click=\"r'articlepromo',r'1',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/05/promo_newsletters_623x384/thumb.jpg\" class=\"thumb\">\n\n                <h2 class=\"hed\">Don&#39;t Miss a Thing: Sign Up Here for Email Newsletters</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n                <div id=\"ad-article\" data-ad-starts-hidden=\"true\" class=\"triple-lift\"></div>\n            \n        </li>\n        \n         <li>\n            \n                <h3 class=\"module-tag\">Store</h3>\n            \n            <a href=\"http://www.zazzle.com/atlanticmedia/gifts?cg=196924976381926554\" data-omni-click=\"r'articlepromo',r'1',@href\">\n                \n                <img src=\"http://cdn.citylab.com/media/img/citylab/2014/06/promo_zazzle_promo_girlshirt/thumb.jpg\" class=\"thumb\">\n\n                <h2 class=\"hed\">T-Shirts, Mugs, and More</h2>\n                <span class=\"go\">Go</span>\n            </a>\n\n            \n        </li>\n        \n    </ol>\n    \n    </div>\n</div>\n\n    <a href=\"#site-header\" class=\"to-top\">Back To Top</a>\n</div>\n\n<div class=\"bottomleader-ad-wrapper\">\n    <div class=\"ad\" id=\"ad-bottomleader\">\n        \n<noscript>\n    <div>\n        <a href=\"http://pubads.g.doubleclick.net/gampad/jump?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dbottomleader&amp;sz=728x90&amp;c=857697270&amp;tile=3\" title=\"\">\n            <img src=\"http://pubads.g.doubleclick.net/gampad/ad?iu=%2F4624%2Fcities%2Fchannel_weather&amp;t=src%3Darticle%26pos%3Dbottomleader&amp;sz=728x90&amp;c=857697270&amp;tile=3\" alt=\"\" />\n        </a>\n    </div>\n</noscript>\n\n\n    </div>\n</div>\n\n</div>\n\n\n<div id=\"article-comments\">\n    <div id=\"ad-boxright\" class=\"rail ad\">\n    </div>\n    <div id=\"disqus_thread\" class=\"content-column\">\n    </div>\n</div>\n\n\n<ul id=\"social-sticky\">\n    <li class=\"small-logo-wrapper\"><a href=\"/\" class=\"small-logo\" data-omni-click=\"r'persist',r'logo',l.pathname\">CityLab</a></li>\n    <li><a href=\"#\" class=\"facebook-share\" data-share=\"facebook\" data-omni-click=\"r'persist',r'fb',l.pathname\">Share</a></li>\n    <li><a href=\"#\" class=\"twitter-share\" data-share=\"twitter\" data-omni-click=\"r'persist',r'twitter',l.pathname\">Tweet</a></li>\n    <li class=\"menu-wrapper\"><a href=\"#\" class=\"menu\" data-omni-click=\"r'persist',r'menu',l.pathname\">Menu</a></li>\n</ul>\n\n\n        </div>\n        \n\n        \n\n\n\n<footer id=\"site-footer\">\n    <div class=\"fluid-container\">\n        <section class=\"follow\">\n            <p>Through original reporting, sharp analysis, and visual\n            storytelling, <i>CityLab</i> informs and inspires the people who are\n            creating the cities of the future&mdash;and those who want to live\n            there.</p>\n\n            <h3>Follow</h3>\n            <ul class=\"social-icons color round\">\n                <li><a href=\"https://www.facebook.com/thisiscitylab\" class=\"social-icon facebook\"></a></li>\n                <li><a href=\"https://twitter.com/intent/user?screen_name=CityLab\" class=\"social-icon twitter\"></a></li>\n                <li><a href=\"https://www.linkedin.com/company/citylab-com\" class=\"social-icon linkedin\"></a></li>\n                <li><a href=\"http://feeds.feedburner.com/TheAtlanticCities\" class=\"social-icon rss\"></a></li>\n            </ul>\n            <div id=\"footer-newsletter-signup\">\n            <h3>Newsletter sign up</h3>\n            <form id=\"footer-newsletter\" action=\"http://theatlantic.us2.list-manage.com/subscribe/post?u=ed2d318978b7dc9b30b1f464f&amp;id=f2eeb0a9f3\" method=\"POST\">\n                <input type=\"email\" name=\"EMAIL\">\n                <input type=\"submit\" value=\"Go\">\n                <fieldset>\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7045][1]\" id=\"group[7045][1]\" checked>\n                        <label for=\"group[7045][1]\">Today’s Top Stories</label>\n                    </p>\n\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7045][4194304]\" id=\"group[7045][4194304]\" checked>\n                        <label for=\"group[7045][4194304]\">This Week’s Most Popular Stories</label>\n                    </p>\n\n                    <p>\n                        <input type=\"checkbox\" name=\"group[7421][8]\" id=\"group[7421][8]\" checked>\n                        <label for=\"group[7421][8]\">\n                            I want to receive updates from partners and sponsors.\n                        </label>\n                    </p>\n                </fieldset>\n            </form>\n            <p class=\"message\"></p>\n            </div>\n        </section>\n        <section class=\"about\">\n            <div class=\"footer-heading\" onclick='javascript:$(this).parent().toggleClass(\"active\");'><h2>More About CityLab</h2></div>\n            <div class=\"footer-content\">\n                <ul>\n                    <li><a href=\"/special-report/\">Special Reports</a></li>\n                    <li><a href=\"/faq/\">FAQ</a></li>\n                    <li><a href=\"/masthead/\">Masthead</a></li>\n                    <li><a href=\"/contact/\">Contact Us</a></li>\n                    <li><a href=\"http://www.theatlantic.com/store/\">Store</a></li>\n                    <li><a href=\"http://atlanticmedia.com/\">Atlantic Media</a></li>\n                    <li><a href=\"http://www.atlanticmedia.com/careers/\">Jobs</a></li>\n                    <li><a href=\"http://advertising.theatlantic.com/\">Advertise</a></li>\n                    <li><a href=\"http://cdn.theatlantic.com/static/front/docs/ads/TheAtlanticAdvertisingGuidelines.pdf\">Advertising Guidelines</a></li>\n                    <li><a href=\"/privacy-policy/\">Privacy</a></li>\n                    <li><a href=\"/terms-conditions/\">Terms &amp; Conditions</a></li>\n                </ul>\n            </div>\n        </section>\n        <section class=\"elsewhere\">\n            <div class=\"footer-heading\" onclick='javascript:$(this).parent().toggleClass(\"active\");'><h2>Elsewhere at Atlantic Media</h2></div>\n            <div class=\"footer-content\">\n\n                \n                \n                \n                    \n                    <div class=\"partner-row\">\n                    \n                        <div class=\"partner the-atlantic\">\n                            <a href=\"http://theatlantic.com/\"><h3>The Atlantic</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                \n                    \n                        <div class=\"partner quartz\">\n                            <a href=\"http://www.qz.com/\"><h3>Quartz</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://qz.com/320563/what-back-to-the-future-ii-got-right-about-tech-in-2015/\">What Back to the Future II got right about tech in 2015</a></li>\n                            \n                                <li><a href=\"http://qz.com/320541/here-are-the-popular-air-routes-that-will-be-more-affordable-this-year/\">Here are the popular routes that will be cheaper to fly this year</a></li>\n                            \n                                <li><a href=\"http://qz.com/320620/the-seven-most-important-economic-charts-of-the-week-2/\">The seven most important economic charts of the week</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                    </div>\n                    \n                \n                    \n                    <div class=\"partner-row\">\n                    \n                        <div class=\"partner the-atlantic-wire\">\n                            <a href=\"http://www.thewire.com/\"><h3>The Atlantic Wire</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/why-would-anybody-adopt-the-euro-in-2015/384183/\">Why Would Anybody Adopt the Euro in 2015?</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/entertainment/archive/2015/01/in-partial-defense-of-lee-greenwoods-grammatically-challenged-god-bless-the-usa/384178/\">In Partial Defense of Lee Greenwood's Grammatically Challenged 'God Bless the U.S.A.'</a></li>\n                            \n                                <li><a href=\"http://www.theatlantic.com/international/archive/2015/01/human-traffickers-are-abandoning-boats-full-of-migrants/384177/\">Human Traffickers Are Abandoning Boats Full of Migrants</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                \n                    \n                        <div class=\"partner national-journal\">\n                            <a href=\"http://www.nationaljournal.com/\"><h3>National Journal</h3></a>\n                            <ul>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/congress/how-hopes-for-an-immigration-deal-fell-apart-20150102\">How Hopes for an Immigration Deal Fell Apart</a></li>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/politics/the-seven-senate-races-to-watch-in-2016-20150101\">The Seven Senate Races To Watch In 2016</a></li>\n                            \n                                <li><a href=\"http://www.nationaljournal.com/pictures-video/the-best-images-of-2014-20141231\">The Best Images of 2014</a></li>\n                            \n                            </ul>\n                        </div>\n                    \n                    </div>\n                    \n                \n                \n            </div>\n\n        </section>\n    </div>\n    <div id=\"copyright\">\n        Copyright 2015  The Atlantic Monthly Group. CDN powered by Edgecast\n        Networks. Insights powered by Parsely.\n    </div>\n</footer>\n\n\n        <!-- Footer Javascript -->\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/462be8619acc.js\"></script>\n\n        <script type=\"text/javascript\" src=\"http://cdn.citylab.com/static/CACHE/js/67d5ec89564a.js\"></script>\n\n        \n\n<!-- Interstitial -->\n\n    \n\n\n<!-- BEGIN: Welcome Screens -->\n<div id=\"lightbox-welcome\" class=\"welcome-lightbox\">\n    <div class=\"welcome-lightbox-bg\"></div>\n    <div class=\"welcome-lightbox-head\">\n        <figure class=\"welcome-lightbox-logo\">CityLab</figure>\n        <div class=\"welcome-lightbox-right\">\n            <div class=\"welcome-lightbox-continue\">Continue (<span class=\"welcome-lightbox-count\"></span>) &ensp; <span class=\"icon-right-arrow\"></span></div>\n        </div>\n    </div>\n    <section class=\"welcome-lightbox-body\">\n        <div class=\"welcome-lightbox-copy\">Advertisement</div>\n        <div class=\"welcome-lightbox-ad\">\n            <div class=\"ad-container\" id=\"ad-welcome\" data-ad-starts-hidden=\"true\">\n                \n\n            </div>\n        </div>\n    </section>\n</div>\n\n\n<script type=\"text/javascript\">\n    Atlantic.Ad.sizeListener(\"welcome\", function(pos, callback){\n        if (callback === false) {\n            return false;\n        }\n        var $lightbox = $('#lightbox-welcome');\n        $lightbox.addClass(\"active format-\" + callback.join(\"x\"));\n        if (typeof window.welcomeScreen === 'undefined') {\n            window.welcomeScreen = new Atlantic.WelcomeScreen();\n        }\n        window.welcomeScreen.show();\n    });\n</script>\n<!-- End welcome screen -->\n\n\n\n<script type=\"text/javascript\">\nwindow.Atlantic = window.Atlantic || {};\nAtlantic.Ad = Atlantic.Ad || {};\n\nAtlantic.Ad.manager = new Atlantic.Ad.Manager({\n    defs: {\n  \"ad-logo\": {\n    \"properties\": {\n      \"pos\": \"logo\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        88, \n        31\n      ], \n      [\n        100, \n        55\n      ], \n      [\n        120, \n        60\n      ]\n    ]\n  }, \n  \"ad-topleader\": {\n    \"properties\": {\n      \"pos\": \"topleader\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        320, \n        50\n      ], \n      [\n        728, \n        90\n      ], \n      [\n        970, \n        66\n      ], \n      [\n        970, \n        250\n      ]\n    ]\n  }, \n  \"ad-boxtop\": {\n    \"properties\": {\n      \"pos\": \"boxtop\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ], \n      [\n        300, \n        600\n      ]\n    ]\n  }, \n  \"ad-bottomleader\": {\n    \"properties\": {\n      \"pos\": \"bottomleader\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        728, \n        90\n      ]\n    ]\n  }, \n  \"ad-welcome\": {\n    \"properties\": {\n      \"pos\": \"welcome\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ], \n      [\n        300, \n        600\n      ], \n      [\n        640, \n        480\n      ], \n      [\n        768, \n        1024\n      ], \n      [\n        1024, \n        768\n      ]\n    ]\n  }, \n  \"ad-boxright\": {\n    \"properties\": {\n      \"pos\": \"boxright\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ]\n    ]\n  }, \n  \"ad-boxcontent\": {\n    \"properties\": {\n      \"pos\": \"boxcontent\"\n    }, \n    \"zone\": \"/4624/cities/channel_weather\", \n    \"sizes\": [\n      [\n        300, \n        250\n      ]\n    ]\n  }\n},\n    globals: {\n  \"src\": \"article\", \n  \"zone\": \"/4624/cities/channel_weather\"\n},\n    filter: function() {\n        this.filterByVisibility()\n            .filterSizesByFit()\n            .checkAdTest('citiestest');\n\n        // Remove tall ad sizes from boxtop when in tablet or mobile width\n        if ($(window).width() < 960 && this.defs['ad-boxtop'] !== undefined) {\n            var boxtop = this.defs['ad-boxtop'];\n            boxtop.sizes = $.grep(boxtop.sizes, function (size) {\n                return (size[1] <= 250);\n            });\n        }\n        \n    },\n    listeners: {\n        // Hide \"Presented By\" if the logo isn't logo sized\n        \"logo\": function($unit, size) {\n            var $parent = $unit.parent();\n            if (size) {\n                $parent.show();\n            }\n\n            if (size[0] == 100 || size[1] == 55) {\n                $('.sponsor-text').hide();\n            }\n        },\n        \"topleader\": function($unit, size) {\n            $.waypoints(\"refresh\");\n        }\n    }\n});\n\nfunction afterFinished_1406() {\n    window.Atlantic = window.Atlantic || {};\n    Atlantic.Ad = Atlantic.Ad || {};\n    Atlantic.Ad.p39_categories = p39_KVP_Short('','').split('=').slice(1);\n    Atlantic.Ad.manager.loadGoogle();\n    Atlantic.Ad.manager.display();\n}\n\n</script>\n<script id=\"peer39ScriptLoader\" src=\"//stags.peer39.net/1406/trg_1406.js\"></script>\n\n\n        <!-- Footer analytics. -->\n        \n        \n<!-- chartbeat -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _sf_async_config={uid: 17396, domain:\"www.citylab.com\"};\n\n_sf_async_config.path = \"/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\";\n_sf_async_config.title = \"A Climate Model of White Christmases—Through 2100\";\n_sf_async_config.sections = \"weather\";\n_sf_async_config.authors = \"John Metcalfe\";\n\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n//]]>\n</script>\n\n        <!-- Begin taboola Tag -->\n<script>\n    window._newsroom = window._newsroom || [];\n    if (window.Atlantic && Atlantic.page_info && Atlantic.page_info.view == 'homepage') {\n        _newsroom.push({pageTemplate: 'home'});\n        _newsroom.push({pageDashboard: 'home'});\n        _newsroom.push('auditClicks');\n        _newsroom.push('trackPage');\n    }\n    !function (e, f, u) {\n        e.async = 1;\n        e.src = u;\n        f.parentNode.insertBefore(e, f);\n    }(document.createElement('script'), document.getElementsByTagName('script')[0], \n        '//c2.taboola.com/nr/atlanticmedia-theatlanticcities/newsroom.js');\n</script>\n<!-- End taboola Tag -->\n\n        <!-- Begin comScore Tag -->\n<script type=\"text/javascript\">\n//<![CDATA[\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6463921\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n//]]>\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6463921&cv=2.0&cj=1\" alt=\"\" />\n</noscript>\n<!-- End comScore Tag -->\n        <!-- START Nielsen Online SiteCensus V6.0 -->\n<!-- COPYRIGHT 2012 Nielsen Online -->\n<script type=\"text/javascript\">\n(function () {\nvar d = new Image(1, 1);\nd.onerror = d.onload = function () {\nd.onerror = d.onload = null;\n};\nd.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n})();\n</script>\n<noscript>\n<div>\n<img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-906344h&cg=0&cc=1&ts=noscript\" \nwidth=\"1\" height=\"1\" alt=\"\" />\n</div>\n</noscript>\n<!-- END Nielsen Online SiteCensus V6.0 -->\n        <!-- Google Analytics -->\n<script type=\"text/javascript\">\n//<![CDATA[\nvar _gaq = _gaq || [];\n_gaq.push(['_setAccount', 'UA-25706000-1']);\n_gaq.push(['_trackPageview']);\n\n(function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n})();\n//]]>\n</script>\n<!-- End Google Analytics -->\n        <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <a id=\"parsely-cfg\" data-parsely-site=\"theatlanticcities.com\"\n        href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n        \n<!-- Simplereach -->\n<script>\n__reach_config = {\n  pid: \"516eed884240cfbf3000002c\", // The SimpleReach assigned Publisher ID (pid)\n  url: \"http://www.citylab.com/weather/2014/11/a-climate-model-of-white-christmasesthrough-2100/383143/\", // The canonical URL of the article. This is not the window.location, this the URL that you would give to a search engine for SEO purposes.\n  \n  title: \"A Climate Model of White Christmases—Through 2100\", // The title of the article (remember that they should be escaped, not HTML or URL encoded)\n  \n  date: \"2014-11-25T08:27:49\", // Article publish date in UTC or any ISO8601 date\n  authors: [\"john-metcalfe\"], // An array of the article author(s); (remember that they should be escaped, not HTML or URL encoded)\n  channels: [\"weather\"], // An array of the article channel(s); (remember that they should be escaped, not HTML or URL encoded)\n  tags: [\"maps\"] // An array of the article tag(s); (remember that they should be escaped, not HTML or URL encoded)\n};\n\n  (function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n  })();\n</script>\n\n\n        \n\n        <!-- Social Networks -->\n        <script type=\"text/javascript\">\n    /*\n    We only use the HTML5 FB script for browsers that have mediaqueries, because\n    Facebook will try to activate queries (badly) in IE8/9.\n\n    For legacy browsers, use the iFrame button.\n    */\n    if (Modernizr.mq(\"only all\") && window.FB === undefined){\n        $('body').append('<div id=\"fb-root\" />');\n        \n        var $script = $('<script src=\"//connect.facebook.net/en_US/all.js#xfbml=1&appId=149043611894677\" />');\n        \n        $('body').append($script);\n    }\n</script>\n\n        <!-- Twitter -->\n<script> \n    ! function (d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0],\n        p = /^http:/.test(d.location) ? 'http' : 'https';\n    if (!d.getElementById(id)) {\n        js = d.createElement(s);\n        js.id = id;\n        \n        js.src = p + '://platform.twitter.com/widgets.js';\n        fjs.parentNode.insertBefore(js, fjs);\n    }\n}(document, 'script', 'twitter-wjs'); \n</script>\n        <!-- Google+ -->\n<script type=\"text/javascript\">\n  (function() {\n    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n    po.src = 'https://apis.google.com/js/plusone.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n  })();\n</script>\n\n        <!-- Linked In -->\n\n<script type=\"text/javascript\">\n    // LinkedIn doesn't have a sane ready event.\n    // We'll make our own.\n    window.onLinkedInLoad = function(){\n        $(\"script[src='//platform.linkedin.com/in.js']\").trigger(\"linkedinReady\");\n    }\n</script>\n<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n lang: en_US\n onLoad: onLinkedInLoad\n</script>\n\n\n    </body>\n<!-- 2015-01-03T06:47:26.554418 -->\n<!-- PAGE_COMPLETED -->\n</html>\n"
  },
  {
    "path": "tests/data/html/thedailybeast.com1.html",
    "content": "<!DOCTYPE html><!--[if lt IE 7]> <html class=\"ie ie6 lte9 lte8 lte7\" lang=\"en\"> <![endif]--><!--[if IE 7]> <html class=\"ie ie7 lte9 lte8 lte7\" lang=\"en\"> <![endif]--><!--[if IE 8]> <html class=\"ie ie8 lte9 lte8\" lang=\"en\"> <![endif]--><!--[if IE 9]> <html class=\"ie ie9 lte9\" lang=\"en\"> <![endif]--><!--[if gt IE 9]> <html> <![endif]--><!--[if !IE]><!--> <html> <!--<![endif]--><head><meta charset=\"utf-8\" /><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><meta http-equiv=\"X-UA-Compatible\" content=\"IE=10,IE=9,IE=8\" /><meta name=\"viewport\" content=\"width=1145\" /><meta name=\"apple-mobile-web-app-capable\" content=\"yes\" /><title>The Vatican’s Rare Nod to American Nuns - The Daily Beast</title><meta name=\"template\" content=\"article\"/><meta name=\"keywords\" content=\"World News\"/><meta name=\"news_keywords\" content=\"World News\"/><meta property=\"og:title\" content=\"The Vatican’s Rare Nod to American Nuns\"/><meta property=\"og:description\" content=\"The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. \"/><meta name=\"description\" content=\"The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. \"/><meta property=\"og:url\" content=\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\"/><meta name=\"authors\" content=\"Barbie Latza Nadeau\"/><meta name=\"tags\" content=\"topic:world\"/><meta name=\"contentpath\" content=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\"/><meta name=\"wrap\" content=\"/content/dailybeast/world\"/><meta property=\"og:type\" content=\"article\"/><meta property=\"og:site_name\" content=\"The Daily Beast\"/><meta property=\"fb:app_id\" content=\"189930913679\"/><meta property=\"fb:admins\" content=\"1703087,30000737,1117577220,1276800108,931159,514915512\"/><meta name=\"twitter:card\" content=\"summary\"/><meta name=\"twitter:site\" content=\"@thedailybeast\"/><meta name=\"twitter:creator\" content=\"BLNadeau\"/><meta property=\"article:published_time\" content=\"2014-12-16T18:27:00.000Z\"/><meta property=\"article:author\" content=\"http://www.thedailybeast.com/contributors/barbie-latza-nadeauhtml\"/><meta property=\"article:section\" content=\"world\"/><meta property=\"og:image\" content=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.2000.jpg/1418798808591.cached.jpg\"/><link rel=\"canonical\" href=\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\"/><meta name='parsely-page' content='{\"title\":\"The Vatican’s Rare Nod to American Nuns\",\"link\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"image_url\":\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.410.273.jpg/1418798808591.cached.jpg\",\"type\":\"post\",\"post_id\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"pub_date\":\"2014-12-16T13:27:00-05:00\",\"section\":\"World\",\"author\": \"Barbie Latza Nadeau\",\"tags\":[\"world\"]}'><link rel=\"stylesheet\" type=\"text/css\" href='/etc/clientlibs/dailybeast2/styles.4288a26.cached.css'><script type=\"text/javascript\" src='/etc/clientlibs/dailybeast2/head.4288a26.cached.js'></script></head><body class='article clearfix' data-build-info=\"{&quot;revision&quot;:&quot;4288a26&quot;,&quot;environment&quot;:&quot;prod&quot;}\" data-ad-config='{\"networkId\":\"23219321\",\"siteId\":\"iac.tdb-tdb.us.dw\",\"zone\":\"world/content\"}' data-web-analytics-common='{\"contentPath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"pageTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"authors\":\"Barbie Latza Nadeau|\"}'><div class=\"ad firstad hidden\"data-ad-depends=''data-ad='{ \"size\": [1,1], \"targeting\": {} }' ></div><header class=\"header header-2 clearfix\"><nav class=\"nav nav-two clearfix \"><div class=\"topic-nav row clearfix\"><ul class=\"grid-18 topics column clearfix\"><li class=\"tdb-home\"><a data-anchor=\"top\" href=\"/index.html\">The Daily Beast</a></li><li><a data-anchor=\"/content/dailybeast/politics\" href=\"/politics.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Politics-stickynav-click\",\"buttonName\":\"Politics\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/politics.html\"}}'>Politics</a></li><li><a data-anchor=\"/content/dailybeast/entertainment\" href=\"/entertainment.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Entertainment-stickynav-click\",\"buttonName\":\"Entertainment\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/entertainment.html\"}}'>Entertainment</a></li><li><a data-anchor=\"/content/dailybeast/world\" href=\"/world.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"World News-stickynav-click\",\"buttonName\":\"World News\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/world.html\"}}'>World</a></li><li><a data-anchor=\"/content/dailybeast/us-news\" href=\"/us-news.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"U.S. News-stickynav-click\",\"buttonName\":\"U.S. News\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/us-news.html\"}}'>U.S. News</a></li><li><a data-anchor=\"/content/dailybeast/tech-and-health\" href=\"/tech-and-health.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Tech + Health-stickynav-click\",\"buttonName\":\"Tech + Health\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/tech-and-health.html\"}}'>Tech + Health</a></li><li><a data-anchor=\"/content/dailybeast/beaststyle\" href=\"/beaststyle.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"BeastStyle-stickynav-click\",\"buttonName\":\"BeastStyle\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/beaststyle.html\"}}'>BeastStyle</a></li><li><a data-anchor=\"/content/witw\" href=\"/witw.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Women in the World-stickynav-click\",\"buttonName\":\"Women in the World\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/content/witw.html\"}}'>Women</a></li><li><a data-anchor=\"/content/dailybeast/books\" href=\"/books.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Books-stickynav-click\",\"buttonName\":\"Books\",\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/books.html\"}}'>Books</a></li></ul><div class=\"header header-social-search css-debug\"><form class=\"header-search-form\" role=\"search\" method=\"get\" action=\"http://www.thedailybeast.com/search.html\"><input class=\"search-input\" name=\"q\" type=\"text\"/><button class=\"search-submit icon-search\" aria-hidden=\"true\"></button></form><ul class=\"header-social\"><li class=\"facebook\"><a href=\"https://www.facebook.com/thedailybeast\" target=\"_blank\" aria-hidden=\"true\" class=\"icon-facebook\"></a></li><li class=\"twitter\"><a href=\"https://twitter.com/thedailybeast\" target=\"_blank\" aria-hidden=\"true\" class=\"icon-twitter\"></a></li></ul></div></div></nav></header><section class=\"body grid-18 row clearfix\"><section class=\"content-wrapper columns grid-13 css-debug\" data-breakpoint='{\"desktop\": \"grid-13\", \"tablet\": \"grid-12\"}'><section class=\"row\"></div> <article class=\"article grid-18 columns\" data-id=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\" data-anchor-id=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\" data-ad-config='{\"networkId\":\"23219321\",\"siteId\":\"iac.tdb-tdb.us.dw\",\"zone\":\"world/content\",\"targeting\": {\"section\": \"world\",\"kw\": [],\"rtl\": \"1\",\"pid\":\"719409075\"}}' data-type=\"article\" data-index=\"1\"><figure class=\"hero-media\" itemscope itemtype=\"http://schema.org/Article\"><img class=\"img hero\" src=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.800.500.jpg/1418798808591.cached.jpg\" itemprop=\"image\"><figcaption class=\"image\"><p class=\"credits\">Spencer Platt/Getty</p></figcaption></figure><div class=\"row\"><section class=\"floating-social columns grid-2 columns css-debug\"><aside class=\"article-info css-debug\"><a class=\"author-image-link\" href=\"/contributors/barbie-latza-nadeau.html\"><img class=\"author-image\" src=\"http://cdn.thedailybeast.com/etc/authors/b/barbie-latza-nadeau/image.crop.200.200.jpg/1403798140605.cached.jpg\" alt=\"Barbie Latza Nadeau\"></a><div class=\"info css-debug\"><span class=\"byline\"><a class=\"more-by-author\" href=\"/contributors/barbie-latza-nadeau.html\">Barbie Latza Nadeau </a><a class=\"follow-author\" href=\"https://twitter.com/intent/follow?original_referer=/contributors/barbie-latza-nadeau.html&region=follow_link&screen_name=BLNadeau&tw_p=followbutton&variant=2.0\" data-web-analytics='{\"eventName\":\"twitter-follow-click\",\"eventProperties\":{\"articleTitle\":&quot;The Vatican’s Rare Nod to Nuns&quot;,\"articleUrl\":\"/contributors/barbie-latza-nadeau.html\",\"wrapName\":\"world\",\"authors\":\"Barbie Latza Nadeau\"}}'><span class=\"icon-twitter-2\" aria-hidden=\"true\"></span></a></span></div></aside><div class=\"social-wrapper hidden-transparent\"><ul class=\"social css-debug\"><li class=\"\"><a class=\"icon-facebook\" aria-hidden=\"true\" data-link=\"http%3A%2F%2Fthebea.st%2F1yZDbjk\" data-picture=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.200.jpg/1418798808591.cached.jpg\" data-name=\"The Vatican&amp;rsquo;s Rare Nod to American Nuns\" data-description=\"The Catholic Church released its final report on its investigation into &amp;lsquo;feminist&amp;rsquo; American nuns&amp;mdash;and it took a softer stance toward the sisters. \" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"share\",\"socialNetwork\":\"facebook\",\"shareButtonName\":\"FB\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"visuallyhidden\">facebook</span></a></span></li><li class=\"\"><a class=\"icon-twitter\" aria-hidden=\"true\" target=\"_blank\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fthebea.st%2F1yZDbjg&via=BLNadeau&related=thedailybeast%3AThe%20Daily%20Beast&text=The%20Vatican%E2%80%99s%20Rare%20Nod%20to%20American%20Nuns&counturl=http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\" data-link=\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"tweet\",\"socialNetwork\":\"twitter\",\"shareButtonName\":\"Twitter\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"visuallyhidden\">tweet</span></a></span></li><li class=\"\"><a class=\"icon-google-plus js-googleplus-share\" aria-hidden=\"true\" data-href=\"https://plus.google.com/share?url=http%3A%2F%2Fthebea.st%2F1yZDbjq\" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"google\",\"socialNetwork\":\"google\",\"shareButtonName\":\"Google+\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"visuallyhidden\">post</span></a></span></li></ul></div></section><section class=\"article-body grid-16 columns last-child\"><div class=\"content-ad ad-300x250 hide\" data-for-id=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\" ><div class=\"ad left lazyAd\"data-ad-depends=''data-ad='{ \"size\": [300,250], \"targeting\": {} }' ></div></div><section class=\"content article-main-content\"><header class=\"content-header\"><h3 class=\"section\" itemprop=\"articleSection\">Sister Act</h3><div class=\"publish-date-time\"><span class=\"date\">12.16.14</span></div><h1 class=\"title multiline\" itemprop=\"name\">The Vatican’s Rare Nod to American Nuns</h1></header><div class=\"dek char-limit multiline\">The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. </div><section class=\"content-body article-body-content\"><p>VATICAN CITY—Six years ago Pope Benedict XVI aimed to curb “a certain feminist spirit” and “secularist mentality” that the Church fathers discerned, to their dismay, in the ranks of American nuns. On Tuesday, when the Vatican under Pope Francis delivered its <a href=\"http://press.vatican.va/content/salastampa/en/bollettino/pubblico/2014/12/16/0963/02078.html\" target=\"_blank\">final report</a> on the subject, those concerns were nowhere to be found.<br>\n</p>\n<p>The report was the fruit of an investigation into 341 American congregations guided by Mother Superior Marie Clare Millea, a matronly sister who became tearful at times, in front of a packed pressroom, while describing how she went about collecting her data.  Only the cloistered convents were excluded, and not all of the religious orders complied with the visitors’ requests and questionnaires, though Millea was unable to recall just how many or what percentage of American nuns refused to cooperate.  </p><p>The focus of her investigation was on how nuns live, work and pray, ranging from issues of communal prayer and community service to whether nuns who chose not to wear a religious habit were hiding their faith.  She wrote individual reports on each of the congregations she visited, and Tuesday’s report was the Vatican’s synthesis of those findings.  </p><p>The report concluded that while all American nuns need to recheck the rulebooks to make sure they are living their vows as they made them, they were largely doing what they were supposed to be doing. “Women religious have courageously been in the forefront, selflessly tending to the spiritual, moral, educational, physical and social needs of countless individuals,” the report said with no mention of secularism or feminism at all.</p><p>The report will undoubtedly be welcomed by most American nuns, but few will forget the fighting words from a separate investigation called a <a href=\"http://www.usccb.org/loader.cfm?csModule=security/getfile&amp;amp;pageid=55544\" target=\"_blank\">doctrinal assessment</a> that is not nearly as conciliatory. In 2009, the Vatican’s Congregation for the Doctrine of the Faith started a separate investigation into an umbrella group called the Leadership Conference of Women Religious (LCWR) that represents roughly 80 percent of American nuns. Then, the Church accused the LCWR of “pushing radical feminist themes incompatible with the Catholic faith.”</p><p>The clampdown backfired, spawning a social media frenzy with more than a million tweets under the hashtag #whatsistersmeantome in support of the nuns and their role in holding Catholic communities together. At the time, Father James Martin, a Jesuit priest and author of several faith-based books, who was the first to tweet under #whatsistersmeantome, warned the Vatican not to mess with the nuns.</p><p>“There is a danger of backlash because of the esteem [in which] so many Catholics hold nuns,” Martin told The Daily Beast at the height of the scandal.  “For many Catholics, sisters are the glue that holds the church together.”</p><blockquote class=\"blockquote\"><div class=\"centerer\"><div class=\"safe-area\"><div class=\"content\">The focus of her investigation was on how nuns live, work and pray.</div></div></div></blockquote><p>There was much hope when Pope Francis was elected that he would <a href=\"/articles/2014/05/11/no-more-mr-nice-pope-vatican-tightens-its-grip-on-radical-nuns.html\">show mercy to the American sisters</a><a href=\"https://webmail.iac.com/owa/redir.aspx?C=QbwL_B0SRUmZEFHBkCrjqR5nPiPU7NEI_bJFVKp--zCqRSCgeHQM5WoXvVKAXTfb7ENAo5wHsGs.&amp;URL=http%3a%2f%2fwww.thedailybeast.com%2farticles%2f2014%2f05%2f11%2fno-more-mr-nice-pope-vatican-tightens-its-grip-on-radical-nuns.html\"></a>.  But in April, Gerhard Müller, the prefect for the Congregation for the Doctrine of the Faith, quashed that hope, insisting instead that Francis backed up the 2009 report.  Muller  <a href=\"/articles/2014/05/11/no-more-mr-nice-pope-vatican-tightens-its-grip-on-radical-nuns.html\">criticized the nuns’ choice of speakers for their annual event</a> accusing the sisters of being overtly provocative. “This is a decision that will be seen as a rather open provocation against the Holy See and the doctrinal assessment,” Mueller <a href=\"http://www.doctrinafidei.va/muller/rc_con_cfaith_doc_20140430_muller-lcwr_en.html\" target=\"_blank\">said in scathing remarks</a>. “Not only that, but it further alienates the LCWR from the bishops, as well.”</p><p>The Vatican is still working with the LCWR to find a middle ground and, despite what amounted to a lovefest at Tuesday’s press conference, there is still obvious concern.  Sister Sharon Holland, the head of the LCWR, who incidentally was the only sister on the stage without a religious habit, told reporters that there were still hard feelings.  “I’m concerned about those who may still be angry,” she said.  “It’s a concern to me because it’s not healthy to remain angry.”</p><p>Prior to the publication of report, several sisters who coauthored a book <a href=\"http://thepowerofsisterhood.com\" target=\"_blank\">called The Power of Sisterhood</a> that was borne of the apostolic visitation (and not the LCWR doctrinal assessment), voiced their concern for the damage the investigations had done.  “The Apostolic Visitation broke open the heart of who we are,” said Mary Ann Zollman at an <a href=\"http://globalsistersreport.org/news/trends/attitude-shift-six-years-through-apostolic-visitation-16466\" target=\"_blank\">event to launch their book</a> at Loyola University. “It was met with disbelief and confusion. We were hurt and angry.”</p><p>But she said through the accusations from Rome and the hurt they caused, the American sisters have banded together. “This wasn’t about one religious congregation or religious organization. It was about all of us together,” she said.  “It created a sense of solidarity and sisterhood. And the same was true with our relationship with the laity—we discovered a communal vision for the church and the world.”</p></section></section><footer class=\"content-footer article-footer no-300-ad\"><ul class=\"social css-debug\"><li class=\"\"><a class=\"icon-facebook\" aria-hidden=\"true\" data-link=\"http%3A%2F%2Fthebea.st%2F1yZDbjk\" data-picture=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.200.jpg/1418798808591.cached.jpg\" data-name=\"The Vatican&amp;rsquo;s Rare Nod to American Nuns\" data-description=\"The Catholic Church released its final report on its investigation into &amp;lsquo;feminist&amp;rsquo; American nuns&amp;mdash;and it took a softer stance toward the sisters. \" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"share\",\"socialNetwork\":\"facebook\",\"shareButtonName\":\"FB\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"label\">share</span></a></span></li><li class=\"\"><a class=\"icon-twitter\" aria-hidden=\"true\" target=\"_blank\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fthebea.st%2F1yZDbjg&via=BLNadeau&related=thedailybeast%3AThe%20Daily%20Beast&text=The%20Vatican%E2%80%99s%20Rare%20Nod%20to%20American%20Nuns&counturl=http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\" data-link=\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"tweet\",\"socialNetwork\":\"twitter\",\"shareButtonName\":\"Twitter\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"label\">tweet</span></a></span></li><li class=\"\"><a class=\"icon-google-plus js-googleplus-share\" aria-hidden=\"true\" data-href=\"https://plus.google.com/share?url=http%3A%2F%2Fthebea.st%2F1yZDbjq\" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"google\",\"socialNetwork\":\"google\",\"shareButtonName\":\"Google+\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"label\">post</span></a></span></li><li class=\"\"><a class=\"icon-email\" aria-hidden=\"true\" href=\"mailto:?subject=The%20Vatican%E2%80%99s%20Rare%20Nod%20to%20American%20Nuns%20-%20The%20Daily%20Beast&body=%0D%0Ahttp%3A%2F%2Fthebea.st%2F1yZDbzI%0D%0A%0D%0AThe%20Vatican%E2%80%99s%20Rare%20Nod%20to%20American%20Nuns%0D%0A%0D%0AThe%20Catholic%20Church%20released%20its%20final%20report%20on%20its%20investigation%20into%20%E2%80%98feminist%E2%80%99%20American%20nuns%E2%80%94and%20it%20took%20a%20softer%20stance%20toward%20the%20sisters.%20\" data-link=\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\" data-page-name=\"&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"email\",\"socialNetwork\":\"email\",\"shareButtonName\":\"Email\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html\",\"pageName\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"wrapName\":\"world\", \"templateName\":\"article\", \"sectionTaxanomy\":\"world\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\"}}'><span class=\"label\">email</span></a></span></li></ul><div class=\"comment-toggle js-comment-toggle\"data-web-analytics='{\"eventName\":\"comments-open\",\"eventProperties\":{\"contentPath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"shareButtonName\":\"Comment\",\"socialAction\":\"comment\",\"socialNetwork\":\"livefyre\",\"pageName\":&quot;The Vaticans Rare Nod to American Nuns&quot;,\"articleTitle\":&quot;The Vaticans Rare Nod to American Nuns&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\",\"articleLongTitle\":&quot;The Vatican’s Rare Nod to American Nuns&quot;,\"sectionTaxanomy\":\"world\", \"authorsIds\":\"/etc/authors/b/barbie-latza-nadeau\", \"contentType\":\"house\"}}'><span class=\"livefyre-commentcount\" data-lf-site-id=\"\" data-lf-article-id=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\" data-pattern=\"%1\">&nbsp;</span>comments<span class=\"icon icon-down-arrow\" aria-hidden=\"true\"></span></div><div class=\"comment-wrapper js-comment-panel-closed\"><div id=\"comments\" class=\"story-comments comments \"><div class=\"comments livefyre-container spinner\"data-livefyre-config=\"{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTQvMTIvMTYvdGhlLXZhdGljYW4tcy1yYXJlLW5vZC10by1hbWVyaWNhbi1udW5zLmh0bWwiLCJ0aXRsZSI6IlRoZSBWYXRpY2Fu4oCZcyBSYXJlIE5vZCB0byBBbWVyaWNhbiBOdW5zIiwiY2hlY2tzdW0iOiJlNmYwN2E2YzdjZDUxNjFjMjUyMmM0MzY5NzY2MDJhZSIsImFydGljbGVJZCI6Ii9jb250ZW50L2RhaWx5YmVhc3QvYXJ0aWNsZXMvMjAxNC8xMi8xNi90aGUtdmF0aWNhbi1zLXJhcmUtbm9kLXRvLWFtZXJpY2FuLW51bnMifQ.ramn_V1Gi2Hiue2BdJx1rJpV03VA-ltayRpf_TFrZFY\\&quot;,\\&quot;checksum\\&quot;:\\&quot;e6f07a6c7cd5161c2522c436976602ae\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2014_12_16_the-vatican-s-rare-nod-to-american-nuns\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2014_12_16_the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false}\"><div class=\"comment-count-header\"></div><div id=\"stream__content_dailybeast_articles_2014_12_16_the-vatican-s-rare-nod-to-american-nuns\" class=\"lf-comment-stream\"></div><div class=\"clearfix\"></div></div></div></div><div class=\"outbrain-placeholder\"></div><div class=\"footer-ad-container\" data-for-id=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\"></div></footer></section></div></article></section></section><div id=\"initialPageRailList\" style=\"display:none\" data-pageraillist=\"[{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Barbie Latza Nadeau, author of the Beast Book &lt;a href=\\&quot;http://www.barnesandnoble.com/w/angel-face-barbie-latza-nadeau/1101968664?ean=9780984295128&amp;amp;itm=1&amp;amp;usri=angel%2bface\\&quot; target=\\&quot;_blank\\&quot;&gt;&lt;i&gt;Angel Face&lt;/i&gt;&lt;/a&gt;, about Amanda Knox, has reported from Italy for &lt;i&gt;Newsweek &amp;nbsp;&lt;/i&gt;since 1997 and for The Daily Beast since 2009. She is a frequent contributor to &lt;i&gt;CNN Traveller, Departures, Discovery, &lt;/i&gt;and &lt;i&gt;Grazia. &lt;/i&gt;She appears regularly on CNN, the BBC, and NPR.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/b/barbie-latza-nadeau&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/b/barbie-latza-nadeau/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/b/barbie-latza-nadeau/image.crop.400.400.jpg/1403798140605.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/b/barbie-latza-nadeau/image.crop.96.96.jpg/1403798140605.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/b/barbie-latza-nadeau/image.crop.200.200.jpg/1403798140605.cached.jpg&quot;},&quot;title&quot;:&quot;barbie-nadeau-columnist-bw&quot;},&quot;name&quot;:&quot;Barbie Latza Nadeau&quot;,&quot;url&quot;:&quot;/contributors/barbie-latza-nadeau.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;BLNadeau&quot;},&quot;externalAuthor&quot;:false}],&quot;dek&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;description&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Spencer Platt/Getty&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.800.500.jpg/1418798808591.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.300.225.jpg/1418798808591.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/square.crop.490.600.jpg/1418798808591.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.960.640.jpg/1418798808591.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.300.200.jpg/1418798808591.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.500.333.jpg/1418798808591.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.410.273.jpg/1418798808591.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.60.60.jpg/1418798808591.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.600.400.jpg/1418798808591.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.800.jpg/1418798808591.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/tall.crop.360.600.jpg/1418798808591.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.800.600.jpg/1418798808591.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/tall.crop.300.600.jpg/1418798808591.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/jumbotron.crop.400.225.jpg/1418798808591.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/square.crop.250.250.jpg/1418798808591.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/jumbotron.crop.1200.600.jpg/1418798808591.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.crop.174.116.jpg/1418798808591.cached.jpg&quot;},&quot;title&quot;:&quot;141216-barbie-vatican-nuns-tease&quot;},&quot;longTitle&quot;:&quot;The Vatican’s Rare Nod to American Nuns&quot;,&quot;modifiedDate&quot;:1418826991279,&quot;publicationDate&quot;:1418754420000,&quot;rubric&quot;:&quot;Sister Act&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;shortTitle&quot;:&quot;The Vatican’s Rare Nod to Nuns&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1yZDbjb&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;title&quot;:&quot;The Vatican’s Rare Nod to American Nuns&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;World News&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;World News&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;The Vatican’s Rare Nod to American Nuns&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Barbie Latza Nadeau&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;topic:world&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/world&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;BLNadeau&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2014-12-16T18:27:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/barbie-latza-nadeauhtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;world&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.2000.jpg/1418798808591.cached.jpg&quot;}],&quot;title&quot;:&quot;The Vatican’s Rare Nod to American Nuns - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns/jcr:content/image.img.200.jpg/1418798808591.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;escapedTitle&quot;:&quot;The Vatican&amp;rsquo;s Rare Nod to American Nuns&quot;,&quot;escapedDescription&quot;:&quot;The Catholic Church released its final report on its investigation into &amp;lsquo;feminist&amp;rsquo; American nuns&amp;mdash;and it took a softer stance toward the sisters. &quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1yZDbzI&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1yZDbjg&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1yZDbjk&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1yZDbjb&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1yZDbzO&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1yZDbjq&quot;,&quot;twitterVia&quot;:&quot;BLNadeau&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters. &quot;,&quot;mailBodyTitle&quot;:&quot;The Vatican’s Rare Nod to American Nuns&quot;},&quot;shares&quot;:{&quot;facebook&quot;:289,&quot;total&quot;:422,&quot;twitter&quot;:10,&quot;email&quot;:123},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2014|12|16|the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;pageName&quot;:&quot;The Vaticans Rare Nod to American Nuns&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;12/16/2014 13:27 -0500&quot;,&quot;publicationDateTime&quot;:1418754420000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - The Vaticans Rare Nod to American Nuns&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;section&quot;:&quot;World&quot;,&quot;titleForParsely&quot;:&quot;The Vatican’s Rare Nod to American Nuns&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;index&quot;:1},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Shane Harris is a Sr. Intelligence and National Security Correspondent for The Daily Beast and an ASU Future of War Fellow at the New America Foundation. He is the author of two books: &lt;em&gt;&lt;a href=\\&quot;http://www.amazon.com/War-The-Rise-Military-Internet-Complex/dp/0544251792/\\&quot; target=\\&quot;_blank\\&quot;&gt;@War: The Rise of the Military-Internet Complex&lt;/a&gt;&lt;/em&gt;, and &lt;em&gt;&lt;a href=\\&quot;http://www.amazon.com/exec/obidos/ASIN/1594202451/thedaibea-20/\\&quot; target=\\&quot;_blank\\&quot;&gt;The Watchers: The Rise of America’s Surveillance State&lt;/a&gt;&lt;/em&gt;, which won the New York Public Library’s Helen Bernstein Book Award for Excellence in Journalism. Prior to joining The Daily Beast, Shane was a senior writer at &lt;i&gt;Foreign Policy&lt;/i&gt; magazine. He has also written for &lt;i&gt;Washingtonian Magazine&lt;/i&gt;, the &lt;i&gt;National Journal and Government Executive Magazine&lt;/i&gt;. Shane is the 2010 winner of the Gerald R. Ford Prize for Distinguished Reporting on National Defense. He has been a finalist four times for the Livingston Awards for Young Journalists, which honor the best reporters in America under 35. He graduated from Wake Forest University with a B.A. in Politics in 1998.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/s/shane-harris&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/s/shane-harris/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.400.400.jpg/1417562000665.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.96.96.jpg/1417562000665.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.200.200.jpg/1417562000665.cached.jpg&quot;},&quot;title&quot;:&quot;shane-harris-author&quot;},&quot;name&quot;:&quot;Shane Harris&quot;,&quot;url&quot;:&quot;/contributors/shane-harris.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;shaneharris&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The FBI and U.S. intelligence agencies for years have been tracking the hackers who they believe to be behind the cyber attack on Sony, according to current and former American officials. And during that long pursuit, U.S. agencies accumulated still-classified information that helps tie the hackers to the recent Sony intrusion.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The Obama administration announced a round of sanctions against North Korea Friday, and explicitly said the measures were in retaliation for the “destructive and coercive cyber attack on Sony Pictures Entertainment.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But investigators pinned the Sony attack on North Korea in early December, not long after the FBI began investigating the breach and almost three weeks before President Obama publicly pointed the finger at the Hermit Kingdom in a December 19 news conference, according to two individuals with knowledge of the case. The Obama administration waited to go public not because officials weren’t confident in the intelligence, but because the White House was weighing the significant policy decision of whether to publicly tie a nation-state to a specific cyber attack on U.S. soil for the first time.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Ever since the Obama administration made its public case against North Korea for the Sony hack, a slew of independent cybersecurity experts have been skeptical of the government’s public case against Pyongyang, calling it flimsy and circumstantial. But sources familiar with the investigation say that the most damning evidence against the Sony hackers was obtained in a secret, and years earlier, during previous intelligence-gathering efforts. The notion that the FBI was basing its claims of North Korean culpability solely off evidence from the Sony hack is “completely untrue. They’re also using evidence that they’ve been collecting for years,” said one person privy to some details of the investigation.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;If there are misgivings within the administration about holding North Korea publicly to account, they weren’t on display on Friday. The White House and the Treasury Department announced a round of sanctions against three North Korean organizations, among them the country’s intelligence bureau, and ten individuals, including government officials and others who work for a North Korea’s main weapons dealer.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The sanctioned individuals weren’t involved in the Sony attack, administration officials said. But the decision to punish them and by extension the North Korean regime came after the White House decided the Sony hack “crossed a threshold,” as one senior administration official put it, going beyond cyber espionage or harassing attacks on Web sites and into the realm of destruction and coercion. The intruders had deleted large amounts of data from Sony’s networks, and threatened to attack movie theatres that showed Sony’s North Korean satire, &lt;i&gt;The Interview&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;“What are their work hours? What code do they use? What sort of comments are in the code? When you add all that up, it’s a pretty comprehensive set of indicators.”&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The White House was judging the Sony attack against previous North Korean aggression, underscoring that officials are relying on an historical record of hacking behavior. Investigators have also been privately sharing some of their findings with private cyber security companies that also have invested several years in monitoring North Korean hacker groups, officials said, in an effort to help vet their case and bolster their claims.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;U.S. investigators still aren’t saying precisely what information definitively links the North Koreans to the Sony attack and others. And to date, the FBI has disclosed only circumstantial evidence, including Internet addresses and patterns of malware used in the Sony attack that were seen in other attacks attributed to North Korea, which many cyber security experts have &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/24/no-north-korea-didn-t-hack-sony.html\\&quot;&gt;dismissed&lt;/a&gt; as insufficient and speculative.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But two former intelligence officials, who aren’t involved in the investigation, said that the conclusions in the Sony attack are almost certainly based on other information besides malware analysis or the Internet addresses used in the attack.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Among the catalog of data used for attributing cyber attacks to a particular actor are intercepted communications among the hackers themselves. “It could be a kind of battle damage assessment from the hackers to their higher-ups,” said one former official, referring to reports from the frontline hackers about the effects of their campaign against Sony. “There’s a lot of this kind of feedback in [an incident] like this. And it’s not difficult to intercept that.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;A second former U.S. official said that intelligence agencies monitor particular “behaviors” exhibited by members of a hacking group in order to help identify them. “What are their work hours? What code do they use? What sort of comments are in the code?” the official said. “When you add all that up, it’s a pretty comprehensive set of indicators.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The Defense Department also maintains a set of dossiers of known hackers operating overseas, including in China, which is both the source of pervasive cyber espionage against U.S. and has served as a home based for some of &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/20/inside-the-surprisingly-great-north-korean-hacker-hotel.html\\&quot;&gt;North Korea’s best-known cyber attack cells&lt;/a&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The two former officials said that North Korea has long been a high-priority target for U.S. intelligence agencies, particularly the NSA and the CIA, which has its own cyber sleuthing units and would be called upon to help investigate the Sony attack. The FBI has publicly credited unnamed U.S. intelligence agencies, as well as the private sector, with helping it attribute the Sony hack to North Korea.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The role of private investigators has stirred controversy in the investigation. Last week, the Norse Corp. released &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/30/fbi-won-t-reject-a-sony-insider-hack.html\\&quot;&gt;findings&lt;/a&gt; that it said showed at least six individuals, including one disgruntled ex-Sony employee, were behind the attack, and not North Korea. The FBI met with Norse employees in the company’s offices in St. Louis, but officials subsequently dismissed the findings and said they weren’t based on information that the government has obtained but not released. An executive with Norse declined to comment on Friday.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;That explanation will hardly satisfy skeptics who have pointed out, correctly, that hackers routinely use Internet addresses and malware signatures employed by other groups to mask their own identities or to pin the blame on others. And other information in recent days has pointed to possible assistance that the North Koreans may have had from outside the country. On Monday, an anonymous official told &lt;a href=\\&quot;http://mobile.reuters.com/article/idUSKBN0K71FK20141230?irpc=932\\&quot; target=\\&quot;_blank\\&quot;&gt;Reuters&lt;/a&gt; that government investigators now think North Korea may have “contracted out” the Sony hack to other individuals. Another set of hackers that goes by the name the Lizard Squad told the &lt;a href=\\&quot;http://www.washingtonpost.com/blogs/the-switch/wp/2014/12/29/a-qa-with-the-hackers-who-say-they-helped-break-in-to-sonys-network/\\&quot; target=\\&quot;_blank\\&quot;&gt;Washington Post&lt;/a&gt; that they helped with the Sony hack. And a &lt;a href=\\&quot;http://twitter.com/GuardiansGOP/status/545997922241085441\\&quot; target=\\&quot;_blank\\&quot;&gt;Twitter account&lt;/a&gt; claiming to represent the Guardians of Peace, the group that has claimed responsibility for the attack, says they are not Korean.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But a senior administration official said on Friday, “We remain very confident in the attribution,” and noted that a number of other private experts had agreed.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;One cybersecurity firm, CrowdStrike, whose senior executives include former top cyber investigators from the FBI, has said it’s been tracking the group it believes was behind the Sony attack since 2006. The group, which CrowdStrike dubbed Silent Chollima, was responsible for a “major destructive attack” in July 2009, when it hit more than 30 Websites in the United States and South Korea with a large-scaled denial of service attack. The Web sites included those of the White House and the Pentagon, CrowdStrike’s co-founder Dmitri Alperovitch wrote in a &lt;a href=\\&quot;http://blog.crowdstrike.com/unprecedented-announcement-fbi-implicates-north-korea-destructive-attacks/\\&quot; target=\\&quot;_blank\\&quot;&gt;blog post&lt;/a&gt; in December.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;CrowdStrike says it tracked another attack in which Silent Chollima used a “wiper” malware to erase data from thousands of computers in South Korea. A wiper program was also used in the Sony attack. Of course, such malicious code is now publicly available, and could be used by almost anyone. But this gang kept up similar attacks, over and over. “For the next five years, Silent Chollima actors repeatedly launched similar data destructive attacks against South Korean businesses and government organizations,” Alperovitch wrote. “These attacks had distinct similarities with the malware used against Sony.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;When Obama finally pointed the finger at North Korea in December, he promised a response to the Sony hack and left no doubt that he wanted victims of cyber attacks to stand up to threats. The sanctions announced Friday represent “the first aspect of our response” for those attacks, said White House spokesman Josh Earnest.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text18&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;His statement seemed to imply that the United States wasn’t behind a full-scale &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/22/would-a-cyberattack-on-north-korea-be-illegal.html\\&quot;&gt;Internet outage&lt;/a&gt; in North Korea last month. Pressed on the question during a briefing with reporters, a senior administration official would neither confirm nor deny U.S. involvement, but pointed to at least one alternative theory that’s been discussed publicly: the North Koreans may have taken down their small number of Internet connections as a precaution against what they presumed would be some kind of cyber response by the United States.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text19&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Instead, it appears that the Obama administration has opted to punish North Korea financially. In naming publicly ten individuals whom officials say are involved in various illegal activity, including illicit weapons sales, the administration is putting North Korean elites on notice that they can track their activities and take actions to stop them.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text20&quot;}],&quot;dek&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;description&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Photo Illustration by Emil Lendof/The Daily Beast&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.800.500.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.300.225.jpg/1420244078257.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/square.crop.490.600.jpg/1420244078257.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.960.640.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.300.200.jpg/1420244078257.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.500.333.jpg/1420244078257.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.410.273.jpg/1420244078257.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.60.60.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.600.400.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.800.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/tall.crop.360.600.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.800.600.jpg/1420244078257.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/tall.crop.300.600.jpg/1420244078257.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/jumbotron.crop.400.225.jpg/1420244078257.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/square.crop.250.250.jpg/1420244078257.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/jumbotron.crop.1200.600.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.174.116.jpg/1420244078257.cached.jpg&quot;},&quot;title&quot;:&quot;150102-harris-north-korea-tease&quot;},&quot;longTitle&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;modifiedDate&quot;:1420244078274,&quot;publicationDate&quot;:1420242900000,&quot;rubric&quot;:&quot;Gotcha?&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;shortTitle&quot;:&quot;U.S. Tracked ‘Sony Hackers’ For Years&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/142XgrQ&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;entity:organization/central_intelligence_agency&quot;,&quot;name&quot;:&quot;central_intelligence_agency&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;organization&quot;,&quot;title&quot;:&quot;Central Intelligence Agency&quot;},{&quot;id&quot;:&quot;entity:organization/federal_bureau_of_investigation&quot;,&quot;name&quot;:&quot;federal_bureau_of_investigation&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;organization&quot;,&quot;title&quot;:&quot;Federal Bureau of Investigation&quot;},{&quot;id&quot;:&quot;topic:sci-tech/science&quot;,&quot;name&quot;:&quot;science&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;path&quot;:&quot;sci-tech&quot;,&quot;title&quot;:&quot;Tech &amp; Health&quot;},{&quot;id&quot;:&quot;topic:world&quot;,&quot;name&quot;:&quot;world&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;World News&quot;},{&quot;id&quot;:&quot;entity:country/north_korea&quot;,&quot;name&quot;:&quot;north_korea&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;country&quot;,&quot;title&quot;:&quot;North Korea&quot;},{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;entity:company/sony_corporation&quot;,&quot;name&quot;:&quot;sony_corporation&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;company&quot;,&quot;title&quot;:&quot;Sony Corporation&quot;},{&quot;id&quot;:&quot;topic:politics&quot;,&quot;name&quot;:&quot;politics&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;U.S. Politics&quot;}],&quot;title&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Central Intelligence Agency, Federal Bureau of Investigation, Tech &amp;amp; Health, World News, North Korea, Google, Sony Corporation, U.S. Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Central Intelligence Agency, Federal Bureau of Investigation, Tech Health, World News, North Korea, Google, Sony Corporation, US Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Shane Harris&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;entity:organization/central_intelligence_agency,entity:organization/federal_bureau_of_investigation,topic:sci-tech/science,topic:world,entity:country/north_korea,syndication:syndication-google,entity:company/sony_corporation,topic:politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/world&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;shaneharris&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2015-01-02T23:55:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/shane-harrishtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;science&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;world&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;politics&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.2000.jpg/1420244078257.cached.jpg&quot;}],&quot;title&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.200.jpg/1420244078257.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;escapedTitle&quot;:&quot;U.S. Spies Say They Tracked &amp;lsquo;Sony Hackers&amp;rsquo; For Years&quot;,&quot;escapedDescription&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won&amp;rsquo;t convince skeptics. &quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/142Xjnm&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/142Xj70&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/142XgI6&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/142XgrQ&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/142XgIm&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/142XgIc&quot;,&quot;twitterVia&quot;:&quot;shaneharris&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;mailBodyTitle&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;},&quot;shares&quot;:{&quot;facebook&quot;:131,&quot;total&quot;:517,&quot;twitter&quot;:224,&quot;email&quot;:162},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2015|01|02|u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;pageName&quot;:&quot;U.S. Spies Say They Tracked Sony Hackers For Years&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;01/02/2015 18:55 -0500&quot;,&quot;publicationDateTime&quot;:1420242900000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - U.S. Spies Say They Tracked Sony Hackers For Years&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;section&quot;:&quot;World&quot;,&quot;titleForParsely&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[&quot;central_intelligence_agency&quot;,&quot;federal_bureau_of_investigation&quot;,&quot;north_korea&quot;,&quot;sony_corporation&quot;],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=651842247;kw=central_intelligence_agency;kw=federal_bureau_of_investigation;kw=north_korea;kw=sony_corporation&quot;,&quot;pid&quot;:&quot;651842247&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;world/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTUvMDEvMDIvdS1zLXNwaWVzLXNheS10aGV5LXRyYWNrZWQtc29ueS1oYWNrZXJzLWZvci15ZWFycy5odG1sIiwidGl0bGUiOiJVLlMuIFNwaWVzIFNheSBUaGV5IFRyYWNrZWQg4oCYU29ueSBIYWNrZXJz4oCZIEZvciBZZWFycyIsImNoZWNrc3VtIjoiYzExNmQyZDYxNmQ0NTRjZDYzOTMwNmE3M2E0MjY3OWQiLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTUvMDEvMDIvdS1zLXNwaWVzLXNheS10aGV5LXRyYWNrZWQtc29ueS1oYWNrZXJzLWZvci15ZWFycyJ9.l9dcaMSr3rVjpjw8SMC_qBY2RapGV4HNJyuTJo1Xnis\\&quot;,\\&quot;checksum\\&quot;:\\&quot;c116d2d616d454cd639306a73a42679d\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2015_01_02_u-s-spies-say-they-tracked-sony-hackers-for-years\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2015_01_02_u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304954.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;David Duke Threatens To Expose Other Politicians With White Supremacist Ties&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/david-duke-steve-scalise_n_6406844.html&quot;},{&quot;title&quot;:&quot;Harry Reid Breaks Ribs, Bones In His Face While Exercising At Home&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/harry-reid-injured_n_6406716.html&quot;},{&quot;title&quot;:&quot;Mario Cuomo, Former New York Governor, Dies At 82&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/mario-cuomo-dead-dies_n_6404924.html&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Foxcatcher Wrestler Mark Schultz Rips Director Bennett Miller: \\&quot;I Hate Everything That Scum Touches\\&quot;&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/foxcatcher-wrestler-mark-schultz-rips-director-bennett-miller-201521&quot;},{&quot;title&quot;:&quot;Bethenny Frankel Bares Cleavage, Slim Figure on Vacation With Boyfriend Mike Cerussi: See Her Fit Bikini Body&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/bethenny-frankel-vacations-with-michael-cerussi-photos-201521&quot;},{&quot;title&quot;:&quot;American Idol Alum Kimberly Caldwell Marries Jordan Harvey in Great Gatsby Inspired Ceremony: Details, Stunning Wedding Pictures&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/american-idol-alum-kimberly-caldwell-is-married-wedding-photos-201521&quot;}]},{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Bono: &#39;I May Never Play Guitar Again&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/bono-i-may-never-play-guitar-again-20150102&quot;},{&quot;title&quot;:&quot;Lady Antebellum, Gavin DeGraw Help Nashville Ring in 2015&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/lady-antebellum-gavin-degraw-help-nashville-ring-in-2015-20150101&quot;},{&quot;title&quot;:&quot;Rod Stewart Sideman and Jazz Guitarist Jeff Golub Dead at 59&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/rod-stewart-sideman-and-jazz-guitarist-jeff-golub-dead-at-59-20150102&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;curated&quot;,&quot;index&quot;:2},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;Pepsico_from&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.800.500.png/1410973312050.cached.png&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.225.png/1410973312050.cached.png&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.490.600.png/1410973312050.cached.png&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.960.640.png/1410973312050.cached.png&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.200.png/1410973312050.cached.png&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.500.333.png/1410973312050.cached.png&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.410.273.png/1410973312050.cached.png&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.60.60.png/1410973312050.cached.png&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.600.400.png/1410973312050.cached.png&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.img.800.png/1410973312050.cached.png&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.360.600.png/1410973312050.cached.png&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.800.600.png/1410973312050.cached.png&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.600.png/1410973312050.cached.png&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.400.225.png/1410973312050.cached.png&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.250.250.png/1410973312050.cached.png&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.1200.600.png/1410973312050.cached.png&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.174.116.png/1410973312050.cached.png&quot;},&quot;title&quot;:&quot;Pepsico_from&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In restaurants and movie theaters around the country, a reinvention of a device that dates to the 19th century is harnessing the latest technology and design innovations to provide instant gratification, seemingly endless choices, and an entirely new customer experience.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;We’re talking, of course, about the soda fountain.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Last May, at the National Restaurant Association Show in Chicago, PepsiCo began to roll out its futuristic Spire soda fountains, which draw design inspiration from touchscreen devices such as smartphones and tablets, and the growing empowerment trend that allows consumers to personalize and customize everything from music lists to their favorite ice cream and yogurt dishes.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Why change something that has worked well for more than a century? &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Soda fountains have long been fixtures in America’s malt shops, restaurants, cafeterias—and anywhere else beverages are served in volume. They mix carbonated water with syrups, and fused them together seamlessly in a frothy cold stream—all on demand.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;At first, the soda fountain was an artisanal personal experience—the people who operated them were known as “soda jerks” because they had to jerk the soda-dispensing handle back and forth. But over the 20th century the world became more automated and the “soda jerk” became obsolete. &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The bubbles still came out, but the personal mixology had been lost.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;To recreate some of the personalized experience, the PepsiCo research and development (R&amp;amp;D) team began working with its internal business partners to match the latest technology and design concepts with consumers’ rapidly changing preferences for customization. &lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“We’ve all come to expect a high-definition digital experience when interacting with devices,” said Robert Lewis, senior vice president of PepsiCo’s Research and Development’s Equipment Development and Engineering Technology. “Compared to changes in other parts of our daily lives, we saw an opportunity to contemporize the fountain equipment. Our goal was to discover and create a new world of possibilities; and that’s exactly what we accomplished.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;To do so, the company called into action a range of experts with competencies that included marketing and consumer insights, R&amp;amp;D (fluidics, engineering, flavorists, etc.), design, foodservice, business information systems, and the people who install and service PepsiCo fountain equipment. &lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;“The core team was supported by the entire PepsiCo Global R&amp;amp;D team from the very first day and remained so throughout the entire process,” said Dr. Mehmood Khan, executive vice president of PepsiCo and chief scientific officer. “Marketers, designers and R&amp;amp;D teams worked together through the development process to ensure that designs, which satisfied consumer needs, could be quickly and efficiently developed and brought to market.”&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;The team’s first task was to study consumer research and in-market observations to better understand the unmet needs and preferences of 21st century, high-expectation consumers and restaurant operators. &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;141229-pepsi-embed-new&quot;,&quot;caption&quot;:&quot;Pepsi Spire™&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.800.500.jpg/1419898484696.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.225.jpg/1419898484696.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.490.600.jpg/1419898484696.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.960.640.jpg/1419898484696.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.200.jpg/1419898484696.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.500.333.jpg/1419898484696.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.410.273.jpg/1419898484696.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.60.60.jpg/1419898484696.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.600.400.jpg/1419898484696.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.img.800.jpg/1419898484696.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.360.600.jpg/1419898484696.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.800.600.jpg/1419898484696.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.600.jpg/1419898484696.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.400.225.jpg/1419898484696.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.250.250.jpg/1419898484696.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.1200.600.jpg/1419898484696.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.174.116.jpg/1419898484696.cached.jpg&quot;},&quot;title&quot;:&quot;141229-pepsi-embed-new&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Consumers, they learned, want an experience that is simple, engaging, and fun. They want more choices too; to personalize beverages with recipes that combine brand products with popular flavorings. Creating a positive consumer fountain experience is what restaurant owners’ want, most off all, because that’s what sells beverages. But they also wanted compact, modern designs that adapt to a wide range of restaurant configurations, improve traffic flow, and complement their establishment’s décor. And, of course, they wanted them to be affordable.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;As work progressed on the new fountain, ideas were generated, sketches drawn, and models built. Consumer testers evaluated competing designs. For the R&amp;amp;D team, every detail, such as size and footprint, ease of use, integration of digital touch screens, and cup placement, were thoughtfully considered and integrated into the functional design. Even the nozzle—there’s only one on each Spire unit—was carefully engineered by the R&amp;amp;D team to accommodate the internal systems needed to deliver multiple products, flavors, and carbonated and non-carbonated water. “The Spire nozzle is also illuminated to create a sort of theatrical experience when selecting and dispensing a beverage,” said Terry Chung, director of equipment development, PepsiCo Global R&amp;amp;D.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Following the initial design phase, the R&amp;amp;D team took the lead to bring the new fountain to life.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“The number one challenge for R&amp;amp;D was space,” said Chung. “The fountain was designed with a very small footprint, yet it had to pour up to 12 brands and six flavors. From an R&amp;amp;D standpoint, we had to make sure all the components, such as valves, flow controls, tubing, electronics and control boards, and the touchscreen display, all fit in the compact design and could be easily accessed for service.”&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The other challenge, says Chung, was the development of internal parts and components that could be used across the entire next generation fountain, cooler, and interactive vending technologies all under development at PepsiCo R&amp;amp;D. To simplify maintenance, “everything we created had to be utilized across the entire platform of new equipment,” he said.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;One thing that did not have to be re-engineered was what the industry calls the “backroom package,” the components behind the dispenser. These include syrup boxes and a carbonated water pump and water filtration system. To minimize disruptions during fountain conversions, and make the system seamless for customers, PepsiCo integrated its legacy backroom package into the new Spire system.&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“That’s what makes Spire very attractive, very simple, and very convenient from a store conversion standpoint,” said Chung. “You don’t have to worry about changing the backroom. Many of the components we use are legacy parts that are already in the store and our service centers; that are familiar to our customers.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;“The collaboration with our business and commercial partners made possible the creation of this innovative fountain system and a quick deployment to market.&amp;quot; —Dr. Mehmood Khan, executive vice president and chief scientific officer, PepsiCo.&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“It’s an example of really smart R&amp;amp;D engineering to create a fountain with a new look and function, but do so using existing elements that simplify the transition for our customers and is mindful of costs,” said Lewis.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Typically, new equipment is developed in the span of two or three years. But in seven months, the team took the project from the drawing board to a real-world test in Albany, New York. Today, the Pepsi Spire is a portfolio of innovative fountain beverage dispensers that allow consumers to create a wide range of customized beverages with the touch of a button, while giving foodservice operators a choice of flexible and cost-effective equipment that best meets their needs.&lt;br type=\\&quot;_moz\\&quot;&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Spire, like most fountains, includes a variety of popular brands – Pepsi, Mountain Dew, Sierra Mist, Brisk Iced Tea and SoBe Lifewater. Spire allows users to customize drinks through a series of no-calorie flavor shots, mostly fruit-based like strawberry, lemon, and cherry. The fountain lets people create products that aren’t available in a convenience store cooler, or at traditional dispensers, like a raspberry Diet Pepsi, or a cherry lemon Mountain Dew, or a vanilla Brisk Iced Tea.&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Spire comes in three sizes. There’s a countertop self-service unit with a 10-inch touchscreen that allows self-service for up to 40 combinations, and a larger countertop unit with a 15-inch touchscreen. The largest unit is the Spire 5.0, which features a video screen and enables the creation of up to 1,000 different beverage combinations.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The fountains are meant to inspire the people who purchase the fountains – movie theater owners, restaurateurs, and cafeteria operators – as well as consumers. PepsiCo is rolling Spire out at Buffalo Wild Wings locations as part of a far-reaching partnership. And as The New York Times reported in May, Marcus Theatres, a chain of movie theaters, has been testing the Spire in Wisconsin. “But we’re seeing that Spire is actually something consumers are seeking out — and the benefit of that is higher soda and snack sales for us,” Rolando Rodriguez, chief executive officer of Marcus Theatres, told the Times.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;These new fountains are being compared with smartphones not just because of the touchscreens, but because they are in many ways more intelligent and interactive. The Spires gather data every time somebody uses them; they log each “product.” And so Pepsi – and its customers – can now glean information on trending flavors, whether lemon-flavored Diet Pepsi is popular in Southern Florida, or whether people prefer carbonated drinks at a certain time of day. What’s more, the screens can be updated remotely – with videos, messages, coupons, promotions, or other relevant information.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“The Spire project has been a tremendous success,” said Dr. Khan. “The collaboration with our business and commercial partners made possible the creation of this innovative fountain system and a quick deployment to market. The Spire team serves as a model for future PepsiCo innovation projects.” And what are those future innovations? Dr. Khan won’t offer any hints, but he said Spire was designed with the future in mind. “So there are more fountain innovations and exciting features coming,” he said.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“Some will be visible to consumers and some will not, but they will all make our refreshment experiences more interesting and engaging.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;&lt;i&gt;For more information on Spire, visit &lt;a href=\\&quot;http://www.pepsispire.com/\\&quot; target=\\&quot;_blank\\&quot;&gt;www.PepsiSpire.com&lt;/a&gt;.&amp;nbsp;For more on PepsiCo, visit &lt;a href=\\&quot;http://www.pepsico.com/\\&quot; target=\\&quot;_blank\\&quot;&gt;www.PepsiCo.com.&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;\\n&lt;p&gt;\\n\\n\\n\\n\\n\\n\\n\\n&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_11&quot;}],&quot;dek&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;description&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.800.500.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.300.225.jpg/1419959531240.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/square.crop.490.600.jpg/1419959531240.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.960.640.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.300.200.jpg/1419959531240.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.500.333.jpg/1419959531240.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.410.273.jpg/1419959531240.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.60.60.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.600.400.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.800.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/tall.crop.360.600.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.800.600.jpg/1419959531240.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/tall.crop.300.600.jpg/1419959531240.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/jumbotron.crop.400.225.jpg/1419959531240.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/square.crop.250.250.jpg/1419959531240.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/jumbotron.crop.1200.600.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.174.116.jpg/1419959531240.cached.jpg&quot;},&quot;title&quot;:&quot;141229-pepsi-tease-new&quot;},&quot;longTitle&quot;:&quot;Font of Invention&quot;,&quot;modifiedDate&quot;:1419959531257,&quot;publicationDate&quot;:1419958800000,&quot;rubric&quot;:&quot;&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;longTitle&quot;:&quot;Game Changers&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Game Changers&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;title&quot;:&quot;pepsico-game-changers&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/sponsored/pepsico-game-changers.html&quot;},&quot;shortTitle&quot;:&quot;Font of Invention&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1qz6eQX&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;subTitle&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;tags&quot;:[],&quot;title&quot;:&quot;Font of Invention&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;longTitle&quot;:&quot;Game Changers&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Game Changers&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;title&quot;:&quot;pepsico-game-changers&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/sponsored/pepsico-game-changers.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;Font of Invention&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2014-12-30T17:00:00.000Z&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.2000.jpg/1419959531240.cached.jpg&quot;}],&quot;title&quot;:&quot;Font of Invention - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.200.jpg/1419959531240.cached.jpg&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;escapedTitle&quot;:&quot;Font of Invention&quot;,&quot;escapedDescription&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1qz6eAx&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1qz6gZ2&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1qz6gZ6&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1qz6eQX&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1qz6eQR&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1qz6eAt&quot;,&quot;twitterVia&quot;:&quot;thedailybeast&quot;,&quot;mailBodyDescription&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;mailBodyTitle&quot;:&quot;Font of Invention&quot;},&quot;shares&quot;:{&quot;facebook&quot;:8,&quot;total&quot;:10,&quot;twitter&quot;:0,&quot;email&quot;:2},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2014|09|18|font-of-invention&quot;,&quot;pageName&quot;:&quot;Font of Invention&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;12/30/2014 12:00 -0500&quot;,&quot;publicationDateTime&quot;:1419958800000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - Font of Invention&quot;,&quot;section&quot;:&quot;&quot;,&quot;titleForParsely&quot;:&quot;Font of Invention&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=1956274156&quot;,&quot;pid&quot;:&quot;1956274156&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTQvMDkvMTgvZm9udC1vZi1pbnZlbnRpb24uaHRtbCIsInRpdGxlIjoiRm9udCBvZiBJbnZlbnRpb24iLCJjaGVja3N1bSI6ImVhOGViN2ZiYjA2ZTRhNjkyNjdjNmFlM2YzN2U3YzgwIiwiYXJ0aWNsZUlkIjoiL2NvbnRlbnQvZGFpbHliZWFzdC9hcnRpY2xlcy8yMDE0LzA5LzE4L2ZvbnQtb2YtaW52ZW50aW9uIn0.aNke1GaO4ieWml-3_4AcuQxeEmLh4RM6z-f8lErB2AI\\&quot;,\\&quot;checksum\\&quot;:\\&quot;ea8eb7fbb06e4a69267c6ae3f37e7c80\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2014/09/18/font-of-invention\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2014_09_18_font-of-invention\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2014_09_18_font-of-invention&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:true,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Dustin Lynch Producer Mickey Jack Cones Talks Studio Tricks, Motley Crue Drama&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/dustin-lynch-producer-mickey-jack-cones-shares-studio-stories-20141231&quot;},{&quot;title&quot;:&quot;Bono: &#39;I May Never Play Guitar Again&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/bono-i-may-never-play-guitar-again-20150102&quot;},{&quot;title&quot;:&quot;The Inside Story of Naughty by Nature&#39;s &#39;O.P.P.&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/naughty-by-nature-opp-inside-story-20150102&quot;}]},{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304954.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;David Duke Threatens To Expose Other Politicians With White Supremacist Ties&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/david-duke-steve-scalise_n_6406844.html&quot;},{&quot;title&quot;:&quot;Scott Walker Faces GOP Rift At Awkward Time&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/scott-walker-gop_n_6407388.html&quot;},{&quot;title&quot;:&quot;Ben Carson To Decide On Presidential Run By May 1&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/ben-carson-2016_n_6407242.html&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Bethenny Frankel Bares Cleavage, Slim Figure on Vacation With Boyfriend Mike Cerussi: See Her Fit Bikini Body&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/bethenny-frankel-vacations-with-michael-cerussi-photos-201521&quot;},{&quot;title&quot;:&quot;Madonna Compares Herself to Nelson Mandela, Martin Luther King Jr., Sparks Outrage on Instagram&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/madonna-compares-herself-to-nelson-mandela-and-mlk-jr-sparks-outrage-201521&quot;},{&quot;title&quot;:&quot;Little Jimmy Dickens, Country Legend, Dead at 94 After Stroke&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/little-jimmy-dickens-country-legend-dead-at-94-201521&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;disclaimer&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/wrap/disclaimer&quot;,&quot;text&quot;:&quot;This content is partner content, and was not necessarily written or created by The Daily Beast editorial team.&quot;},&quot;algorithm&quot;:&quot;branded&quot;,&quot;index&quot;:3},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Melissa Leon is a reporter and researcher at&amp;nbsp;The Daily Beast. You can reach her at melissa.leon@thedailybeast.com or on &lt;a href=\\&quot;http://www.twitter.com/melissahleon\\&quot; target=\\&quot;_blank\\&quot;&gt;Twitter.&lt;/a&gt;&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/m/melissa-leon&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/m/melissa-leon/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.400.400.jpg/1326374327513.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.96.96.jpg/1326374327513.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.200.200.jpg/1326374327513.cached.jpg&quot;},&quot;title&quot;:&quot;melissa-leon-author&quot;},&quot;name&quot;:&quot;Melissa Leon&quot;,&quot;url&quot;:&quot;/contributors/melissa-leon.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;MelissaHLeon&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Five days before last Christmas, your boyfriend &lt;a href=\\&quot;http://www.thedailybeast.com/articles/2014/09/22/joseph-gordon-levitt-on-why-he-s-exploring-the-word-feminism-and-online-misogyny.html\\&quot; target=\\&quot;_blank\\&quot;&gt;Joseph Gordon-Levitt&lt;/a&gt; became Silicon Valley robotics genius Tasha McCauley’s husband. Sorry. &lt;i&gt;People&lt;/i&gt; blithely broke the news on New Year’s Eve, reporting that the couple had wed in a private ceremony at their Los Angeles home on Dec. 20. Meaning that as of 2015, the Internet’s ultimate man-crush trifecta—Ryan Gosling, Benedict Cumberbatch, and Gordon-Levitt—is collectively spoken for. Happy New Year!&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/snippet&quot;,&quot;snippet&quot;:&quot;&lt;blockquote class=\\&quot;twitter-tweet\\&quot; data-cards=\\&quot;hidden\\&quot; lang=\\&quot;en\\&quot;&gt;&lt;p&gt;NOOOOOOOOOOOOOOOOOOOOOOOOOOO -&amp;gt; Joseph Gordon-Levitt Is Married &lt;a href=\\&quot;http://t.co/r0gXGsKldA\\&quot;&gt;http://t.co/r0gXGsKldA&lt;/a&gt; via &lt;a href=\\&quot;https://twitter.com/peoplemag\\&quot;&gt;@PeopleMag&lt;/a&gt;&lt;/p&gt;&amp;mdash; Film Fatale (@FilmFatale_NYC) &lt;a href=\\&quot;https://twitter.com/FilmFatale_NYC/status/550812077208924160\\&quot;&gt;January 2, 2015&lt;/a&gt;&lt;/blockquote&gt;\\n&lt;script async src=\\&quot;//platform.twitter.com/widgets.js\\&quot; charset=\\&quot;utf-8\\&quot;&gt;&lt;/script&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/snippet&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/snippet&quot;,&quot;snippet&quot;:&quot;&lt;blockquote class=\\&quot;twitter-tweet\\&quot; lang=\\&quot;en\\&quot;&gt;&lt;p&gt;2014 had to steal just one more dream before the ball-drop: &lt;a href=\\&quot;http://t.co/1dHg1xyJlo\\&quot;&gt;http://t.co/1dHg1xyJlo&lt;/a&gt;.&lt;/p&gt;&amp;mdash; stacia l. brown (@slb79) &lt;a href=\\&quot;https://twitter.com/slb79/status/550471671485046784\\&quot;&gt;January 1, 2015&lt;/a&gt;&lt;/blockquote&gt;\\n&lt;script async src=\\&quot;//platform.twitter.com/widgets.js\\&quot; charset=\\&quot;utf-8\\&quot;&gt;&lt;/script&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/snippet_0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The news came as a surprise even to fans of Gordon-Levitt, who was only photographed with McCauley for the first time last May. (&lt;a href=\\&quot;http://www.dailymail.co.uk/tvshowbiz/article-2626766/Joseph-Gordon-Levitt-wraps-arm-mystery-woman-revealing-girlfriend-doesnt-talk-public.html\\&quot; target=\\&quot;_blank\\&quot;&gt;Here&lt;/a&gt; they are semi-touching at a grocery store; she likes kombucha.) But it was McCauley’s impressive resume that made headlines: She earned a bachelor’s degree from Bard College, a master’s degree in International Business Education and Research from USC, and a graduate certificate in robotics from Singularity University, where she later became a faculty member and taught students about “robotics, artificial intelligence, and other rapidly accelerating technologies.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;McCauley also co-founded Fellow Robots, a telepresence robotics company based in NASA’s Research Park in Mountain View, Calif.—though she is not, as &lt;i&gt;People&lt;/i&gt; initially reported, the company’s CEO. (In her &lt;a href=\\&quot;http://www.marshall.usc.edu/ibear/admissions/class-profiles-xxxvi\\&quot; target=\\&quot;_blank\\&quot;&gt;web profile&lt;/a&gt; for USC’s Marshall School of Business, McCauley describes herself as co-founder and creative director for the company; Fellow Robots, meanwhile, &lt;a href=\\&quot;http://www.vocativ.com/culture/celebrity/joseph-gordon-levitt-wife-tasha-mccauley/\\&quot; target=\\&quot;_blank\\&quot;&gt;confirmed to Vocativ&lt;/a&gt; that McCauley left them some time ago.)&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;He confessed a “phobia” of “getting attention from girls for [being famous]”—which can be an issue when you’re one of Tumblr’s favorite crushes.&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;She is reportedly multilingual, fluent in both Spanish and Arabic, and a co-founder of the&lt;a href=\\&quot;http://singularityu.org/2010/11/19/news-thiel-foundation-awards-grant-to-singularity-university/\\&quot; target=\\&quot;_blank\\&quot;&gt; 10^9+ Foundation&lt;/a&gt;, which challenges students to develop “services, products, and both nonprofit and for-profit organizations that have the ability to positively affect the lives of one billion people within 10 years.” &lt;br /&gt;\\r\\n&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;And if you ask what her superpower is, like this &lt;a href=\\&quot;http://tandgcon.com/business-of-play/tasha-mccauley-cool-robotic-chick\\&quot; target=\\&quot;_blank\\&quot;&gt;openly enamored interviewer&lt;/a&gt; did at last year’s Toy and Game Innovation Conference, she’ll respond with something like, “My nervous system, which processes the world in ways I can’t even comprehend. I get a fantastic free ride on systems that have been optimized by millions of years of evolution.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In a TED-like talk at last year’s IdeaCity conference—you can watch video &lt;a href=\\&quot;http://www.ideacityonline.com/video/tasha-mccauley-power-exponential-technologies\\&quot; target=\\&quot;_blank\\&quot;&gt;here&lt;/a&gt;—McCauley explains the “superhuman avatar” robots she developed with Fellow Robotics. They look a little like iPads glued to Segways, but that’s the point: They’re “video chat on wheels,” complete with customizable modules that fit telecommuters’ individual needs.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;140710-mendes-gosling-cheat&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.800.500.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.225.jpg/1420266524998.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.490.600.jpg/1420266524998.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.960.640.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.200.jpg/1420266524998.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.500.333.jpg/1420266524998.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.410.273.jpg/1420266524998.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.60.60.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.600.400.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.img.800.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.360.600.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.800.600.jpg/1420266524998.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.600.jpg/1420266524998.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.400.225.jpg/1420266524998.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.250.250.jpg/1420266524998.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.1200.600.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.174.116.jpg/1420266524998.cached.jpg&quot;},&quot;title&quot;:&quot;140710-mendes-gosling-cheat&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“What if somebody wants to know if you’re nervous and they want pupil dilation sensors?” she implores. “What if you&amp;apos;re a doctor and you want heart-rate sensors on your robot? What if you just want eyes on the back of your head, you want forward and rear-facing cameras? These are things that you can’t do as a biological person.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;No one is clear on when McCauley and Gordon-Levitt started dating, exactly, but in a 2013 interview with Howard Stern, the actor revealed they had met through “mutual friends.” He declined to name his then-girlfriend, saying, “I tend not to really like to talk about it in public. The girl that I’m with, she really doesn’t want to be a part of that.” He confessed a “phobia” of “getting attention from girls for [being famous]”—which can be an issue when you’re one of Tumblr’s favorite crushes.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;McCauley may have married beneath her station, but Gordon-Levitt has obsessive fans. &lt;i&gt;Lots&lt;/i&gt; of them. Much like Gosling or Cumberbatch die-hards, “JGL”-lovers are ardent in their adoration, with Facebook pages, Twitter accounts, fan sites, fan art and fan-fiction galore. One would think surprise marriages (or, in Gosling’s case, a partner &lt;i&gt;and&lt;/i&gt; a baby) might extinguish the flames, but most express happiness for their imaginary boyfriends on such occasions. One Tumblr user, who made a virtual congratulations card for Gordon-Levitt and McCauley, &lt;a href=\\&quot;https://www.tumblr.com/search/joseph+gordon+levitt+tasha+mccauley\\&quot; target=\\&quot;_blank\\&quot;&gt;wrote&lt;/a&gt;, “One of my most favorite individuals currently living on this planet got married to Tasha McCauley on December 20, 2014! I am so happy for Regular Joe!”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“May their married life have laughter, and that they love one another forever after!” reads the card, complete with a photo of the couple’s heads framed inside a heart.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Another Tumblr &lt;a href=\\&quot;http://jglweb.tumblr.com/post/106756330423/happy-new-year\\&quot; target=\\&quot;_blank\\&quot;&gt;fan site&lt;/a&gt; kicked off the New Year by wishing McCauley and Gordon-Levitt “good things and happiness. It seems he has all or almost all he wants for being happy now.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;141105-sykes-cumberbatch-tease&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Rex/Getty&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.800.500.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.225.jpg/1420266543800.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.490.600.jpg/1420266543800.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.960.640.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.200.jpg/1420266543800.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.500.333.jpg/1420266543800.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.410.273.jpg/1420266543800.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.60.60.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.600.400.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.img.800.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.360.600.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.800.600.jpg/1420266543800.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.600.jpg/1420266543800.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.400.225.jpg/1420266543800.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.250.250.jpg/1420266543800.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.1200.600.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.174.116.jpg/1420266543800.cached.jpg&quot;},&quot;title&quot;:&quot;141105-sykes-cumberbatch-tease&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Screaming fans don’t stick around forever, of course. Gosling’s popularity reached a fever pitch in 2012, back when he’d morphed into a walking meme. After the “Hey Girl” jokes subsided and the angry mob dispersed after &lt;i&gt;People&lt;/i&gt; failed to name him Sexiest Man Alive (again), Gosling settled down with Eva Mendes and “retired” from acting. Three months ago, the two had a baby together and the Internet mostly just shrugged. Today, it’s almost passé to express love for the Internet’s former sweetheart, who is now struggling to establish himself as a director with his critically panned debut, &lt;i&gt;Lost River&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;As for the famously self-labeled Cumberbitches, their star is rising. Their alien-faced object of affection has gone from a BBC star on &lt;i&gt;Sherlock&lt;/i&gt; to a bona fide Oscar contender with his turn as cryptanalyst Alan Turing in &lt;i&gt;The Imitation Game. &lt;/i&gt;His surprise marriage to theater director Sophie Hunter may have broken hearts, but the squeals of delight were even louder. The way the couple announced the union was the embodiment of Cumberbatch’s absurdly British appeal: An old-fashioned, vaguely aristocratic announcement in the “Forthcoming Marriages” section of &lt;i&gt;The Times&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Perhaps most distinguishing of all is Cumberbatch’s conscious effort to provide his fans with constant titillation. While Gosling shies from the spotlight and Gordon-Levitt prefers fan collaboration via his hitRECord project, Cumberbatch simply gives people what they want—and he has fun with it, too. He told &lt;i&gt;Elle UK&lt;/i&gt; last year that, as his character Sherlock Holmes, “I’d know exactly how to please a woman, I’d know exactly where to put my fingers, where to put my tongue, where to put my—his, I should say—fingers, his tongue. Think about violinists, think about what they can do with their fingers.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Comments like that are designed to stoke the fires of fan-passion—and it works beautifully. Gordon-Levitt may not be the type to deliberately make ovaries explode, but you wouldn’t hear anyone complaining if he did. Except for maybe his brainiac wife… but she could do better anyway.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text14&quot;}],&quot;dek&quot;:&quot;&lt;p&gt;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled &lt;i&gt;(500) Days of Summer&lt;/i&gt; star Joseph Gordon-Levitt got married. &lt;/p&gt;\\n&quot;,&quot;description&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Photo Illustration by The Daily Beast&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.800.500.jpg/1420266784491.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.300.225.jpg/1420266784491.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/square.crop.490.600.jpg/1420266784491.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.960.640.jpg/1420266784491.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.300.200.jpg/1420266784491.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.500.333.jpg/1420266784491.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.410.273.jpg/1420266784491.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.60.60.jpg/1420266784491.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.600.400.jpg/1420266784491.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.800.jpg/1420266784491.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/tall.crop.360.600.jpg/1420266784491.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.800.600.jpg/1420266784491.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/tall.crop.300.600.jpg/1420266784491.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/jumbotron.crop.400.225.jpg/1420266784491.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/square.crop.250.250.jpg/1420266784491.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/jumbotron.crop.1200.600.jpg/1420266784491.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.174.116.jpg/1420266784491.cached.jpg&quot;},&quot;title&quot;:&quot;150102-leon-jgl-tease&quot;},&quot;longTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;modifiedDate&quot;:1420267029468,&quot;publicationDate&quot;:1420266540000,&quot;rubric&quot;:&quot;TUMBLR TRIFECTA&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;shortTitle&quot;:&quot;All Your Internet Boyfriends Are Taken&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1K8EY9B&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;&quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;entity:company/tumblr&quot;,&quot;name&quot;:&quot;tumblr&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;company&quot;,&quot;title&quot;:&quot;Tumblr&quot;},{&quot;id&quot;:&quot;entity:person/joseph_gordon_levitt&quot;,&quot;name&quot;:&quot;joseph_gordon_levitt&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Joseph Gordon-Levitt&quot;},{&quot;id&quot;:&quot;entity:industryterm/social_media&quot;,&quot;name&quot;:&quot;social_media&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;industryterm&quot;,&quot;title&quot;:&quot;social media&quot;},{&quot;id&quot;:&quot;facebook&quot;,&quot;name&quot;:&quot;facebook&quot;,&quot;namespace&quot;:&quot;default&quot;,&quot;title&quot;:&quot;Facebook&quot;},{&quot;id&quot;:&quot;entity:person/ryan_gosling&quot;,&quot;name&quot;:&quot;ryan_gosling&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Ryan Gosling&quot;},{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;topic:entertainment&quot;,&quot;name&quot;:&quot;entertainment&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;Entertainment&quot;},{&quot;id&quot;:&quot;syndication:syndication-buzzfeed&quot;,&quot;name&quot;:&quot;syndication-buzzfeed&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Buzzfeed&quot;},{&quot;id&quot;:&quot;twitter&quot;,&quot;name&quot;:&quot;twitter&quot;,&quot;namespace&quot;:&quot;default&quot;,&quot;title&quot;:&quot;twitter&quot;},{&quot;id&quot;:&quot;entity:person/benedict_cumberbatch&quot;,&quot;name&quot;:&quot;benedict_cumberbatch&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Benedict Cumberbatch&quot;}],&quot;title&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Tumblr, Joseph Gordon-Levitt, social media, Facebook, Ryan Gosling, Google, Entertainment, Buzzfeed, twitter, Benedict Cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Tumblr, Joseph GordonLevitt, social media, Facebook, Ryan Gosling, Google, Entertainment, Buzzfeed, twitter, Benedict Cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Melissa Leon&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;entity:company/tumblr,entity:person/joseph_gordon_levitt,entity:industryterm/social_media,facebook,entity:person/ryan_gosling,syndication:syndication-google,topic:entertainment,syndication:syndication-buzzfeed,twitter,entity:person/benedict_cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;MelissaHLeon&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2015-01-03T06:29:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/melissa-leonhtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;entertainment&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.2000.jpg/1420266784491.cached.jpg&quot;}],&quot;title&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.200.jpg/1420266784491.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;escapedTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;escapedDescription&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1K8F154&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1K8F0OG&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1K8F0OK&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1K8EY9B&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1K8EYq3&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1K8EYpV&quot;,&quot;twitterVia&quot;:&quot;MelissaHLeon&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;mailBodyTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;},&quot;shares&quot;:{&quot;facebook&quot;:2,&quot;total&quot;:19,&quot;twitter&quot;:10,&quot;email&quot;:7},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2015|01|03|all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;pageName&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;01/03/2015 01:29 -0500&quot;,&quot;publicationDateTime&quot;:1420266540000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;section&quot;:&quot;Entertainment&quot;,&quot;titleForParsely&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[&quot;tumblr&quot;,&quot;joseph_gordon_levitt&quot;,&quot;social_media&quot;,&quot;ryan_gosling&quot;,&quot;benedict_cumberbatch&quot;],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=405521866;kw=tumblr;kw=joseph_gordon_levitt;kw=social_media;kw=ryan_gosling;kw=benedict_cumberbatch&quot;,&quot;pid&quot;:&quot;405521866&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;entertainment/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTUvMDEvMDMvYWxsLXlvdXItaW50ZXJuZXQtYm95ZnJpZW5kcy1hcmUtdGFrZW4tZ29zbGluZy1jdW1iZXJiYXRjaC1hbmQtbm93LWpvc2VwaC1nb3Jkb24tbGV2aXR0Lmh0bWwiLCJ0aXRsZSI6IkFsbCBZb3VyIEludGVybmV0IEJveWZyaWVuZHMgQXJlIFRha2VuOiBHb3NsaW5nLCBDdW1iZXJiYXRjaCwgYW5kIG5vdyBKb3NlcGggR29yZG9uLUxldml0dCIsImNoZWNrc3VtIjoiZDVlOGQ5NTk2MjU3OTZmYzRhZWJkZjRmMThkNjk5ZDEiLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTUvMDEvMDMvYWxsLXlvdXItaW50ZXJuZXQtYm95ZnJpZW5kcy1hcmUtdGFrZW4tZ29zbGluZy1jdW1iZXJiYXRjaC1hbmQtbm93LWpvc2VwaC1nb3Jkb24tbGV2aXR0In0.C6cBYd4gPWMGsP3jBO1Vxb8lyCGHTV9joYAPKNh0aWU\\&quot;,\\&quot;checksum\\&quot;:\\&quot;d5e8d959625796fc4aebdf4f18d699d1\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2015_01_03_all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2015_01_03_all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Lady Antebellum, Gavin DeGraw Help Nashville Ring in 2015&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/lady-antebellum-gavin-degraw-help-nashville-ring-in-2015-20150101&quot;},{&quot;title&quot;:&quot;Grand Ole Opry Legend Little Jimmy Dickens Dead at 94&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/grand-ole-opry-legend-little-jimmy-dickens-dead-at-94-20150102&quot;},{&quot;title&quot;:&quot;Rod Stewart Sideman and Jazz Guitarist Jeff Golub Dead at 59&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/rod-stewart-sideman-and-jazz-guitarist-jeff-golub-dead-at-59-20150102&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Bethenny Frankel Bares Cleavage, Slim Figure on Vacation With Boyfriend Mike Cerussi: See Her Fit Bikini Body&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/bethenny-frankel-vacations-with-michael-cerussi-photos-201521&quot;},{&quot;title&quot;:&quot;Little Jimmy Dickens, Country Legend, Dead at 94 After Stroke&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/little-jimmy-dickens-country-legend-dead-at-94-201521&quot;},{&quot;title&quot;:&quot;Brooke Shields Stuns In Bikini on Vacation in Mexico at Age 49 -- See Her Amazing Bod&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-body/news/brooke-shields-stuns-in-bikini-at-age-49-photos-201521&quot;}]},{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304954.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Mario Cuomo, Former New York Governor, Dies At 82&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/mario-cuomo-dead-dies_n_6404924.html&quot;},{&quot;title&quot;:&quot;Scott Walker Faces GOP Rift At Awkward Time&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/scott-walker-gop_n_6407388.html&quot;},{&quot;title&quot;:&quot;Harry Reid Breaks Ribs, Bones In His Face While Exercising At Home&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/harry-reid-injured_n_6406716.html&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;engaging&quot;,&quot;index&quot;:4},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Tim Mak is the Senior Congressional Correspondent for The Daily Beast. He covers Congress, politics and national security.&amp;nbsp;He previously reported on politics and defense at Politico and the Washington Examiner.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/t/tim-mak&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/t/tim-mak/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/t/tim-mak/image.crop.400.400.jpg/1413573903878.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/t/tim-mak/image.crop.96.96.jpg/1413573903878.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/t/tim-mak/image.crop.200.200.jpg/1413573903878.cached.jpg&quot;},&quot;title&quot;:&quot;tim-mak-author&quot;},&quot;name&quot;:&quot;Tim Mak&quot;,&quot;url&quot;:&quot;/contributors/tim-mak.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;timkmak&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Rep. Steve Scalise has a supporter in Kenny Knight, the white nationalist who invited the House Republican to speak at a Best Western Hotel in Metairie, Louisiana, in 2002—the site of a racist conference.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“Poor Steve Scalise is getting a bad rap,” Knight, a long-time aide to former KKK leader David Duke, told The Daily Beast. “I don’t think Steve Scalise would come anywhere near a white hate group.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;It’s a bit of an odd statement, since Knight and his cohorts don’t consider their outfits to be hate groups, despite their stridently racist rhetoric.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The controversy over &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/29/gop-leader-steve-scalise-admits-to-addressing-white-supremacists.html\\&quot;&gt;Scalise’s attendance at the conference&lt;/a&gt; now threatens to engulf the opening days of the next Congress. While House Speaker John Boehner said Tuesday afternoon that he maintained his “full confidence” in Scalise, many in Washington believe that the newly minted House Republican Whip could be in danger of losing his spot as the third-ranking GOP representative.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Scalise conceded Tuesday that he had spoken before the European-American Unity and Rights Organization (EURO), a group associated with neo-Nazis and racial prejudice, but rejected its “hateful bigotry.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“Twelve years ago, I spoke to many different Louisiana groups as a state representative, trying to build support for legislation that focused on cutting wasteful state spending, eliminating government corruption, and stopping tax hikes,” Scalise said in a statement. “One of the many groups that I spoke to regarding this critical legislation was a group whose views I wholeheartedly condemn. It was a mistake I regret.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight, a four-time campaign manager for Duke, told The Daily Beast that “Steve Scalise is innocent” and a “good man for the people” who wasn’t prejudiced.  “I am going to reach out to Steve Scalise and apologize to him, [and tell him], ‘You are being crucified and you did nothing wrong. You were there at my invitation to discuss issues with your constituents.’”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight lived down the street from Scalise, and had met him a handful of times at Republican Party events.  He was active in local GOP politics at the time, and said he invited Scalise to speak at his local civic association meeting before, not during the EURO conference. But this may be a distinction without much of a difference—especially since Scalise admitted speaking before EURO.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In Knight’s telling, he arranged the logistics of the 2002 EURO conference at the Best Western as a favor to avowed racist David Duke, who was living in Russia at the time. Since he had already booked a hospitality suite, he invited Scalise to speak to the Jefferson Heights Civic Association in the morning, before the EURO conference was to start.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Scalise spoke about taxes and government slush funds for a mere 15 minutes, Knight said. Scalise appeared in between a representative of the American Red Cross, who spoke about CPR, and a representative of the local sheriff’s department, who spoke about setting up a local Crime Watch group.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight’s version of events conflicts with a &lt;a href=\\&quot;https://www.stormfront.org/forum/t22888/\\&quot; target=\\&quot;_blank\\&quot;&gt;contemporary accounting&lt;/a&gt; of the conference on Stormfront, the white nationalist website, which says that the two day EURO conference was “productive” in part due to Scalise’s address.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight said between 25 and 30 people attended Scalise’s speech, three-quarters of whom were members of the Jefferson Heights Civic Association, and a quarter of whom were attending the EURO conference.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“The truth is that we used that room early on in the day to sponsor a town hall meeting between Steve Scalise and his constituents,” Knight said. “It was totally separate from the EURO conference… there were a handful of people who came to town early, who sat and listened to what [Scalise] had to say.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;&amp;quot;Poor Steve Scalise is getting a bad rap. I don&#39;t think Steve Scalise would come anywhere near a white hate group.”&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;When Scalise addressed the crowd, Knight insisted, there were no banners, no paraphernalia that suggested a white nationalism conference. (For what it’s worth, Knight also insists EURO is not a “hate group,” but a “group of educated, white folks who were worried about the heritage of their race.”)&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Heidi Beirich, The Director of the Intelligence Project at the Southern Poverty Law Center, researched EURO extensively in the years after the event in question. In 2004 and 2005, Beirich told the Beast, EURO events were replete with Confederate flags and white nationalist slogans (she could not speak for 2002).&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight said that he had forgotten about the 2002 event until three weeks ago, when he met David Duke for a double date at the restaurant Rips on the Lake in Mandeville, Louisiana. Over dinner, the Knight had mentioned that Scalise had spoken before the EURO event.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Knight is furious with the media coverage about Scalise. He reserved particular ire for the &lt;i&gt;Washington Post’s &lt;/i&gt;Robert Costa, saying he was going to “bust [Costa’s] head open” for supposedly misquoting him.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;For Republicans who are trying to expand the party to include more minority voters, the Scalise controversy is just the latest in a series of events that illustrate the GOP’s problems with minority efforts. &lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“When it comes to expanding the party into communities of color, and you find yourself… on the defensive on actions, comments and behaviors about members of your party,” said Michael Steele, an African American and former chairman of the Republican National Committee. “[These actions] call into question not only their judgment but how true the effort is to expanding into those communities.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text18&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Steele said he had worked with Scalise in the past without incident, and friends of Scalise are surprised that he has been embroiled in this controversy. &lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text19&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“I know that if Steve Scalise walked into a room and David Duke or someone like him were in there, he’d walk out,” said Brian Trascher, a Louisiana government relations consultant who has been friends with Scalise for more than 20 years.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/body/text20&quot;}],&quot;dek&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled Congress, for speaking before a hate group.&quot;,&quot;description&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled congressman, for speaking before a hate group.&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot; This June 11, 2014, file photo shows Rep. Steve Scalise, R-La., walking through a staircase at the Capitol in Washington. &quot;,&quot;credits&quot;:[&quot;J. Scott Applewhite/AP&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.800.500.jpg/1420045097844.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.300.225.jpg/1420045097844.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/square.crop.490.600.jpg/1420045097844.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.960.640.jpg/1420045097844.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.300.200.jpg/1420045097844.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.500.333.jpg/1420045097844.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.410.273.jpg/1420045097844.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.60.60.jpg/1420045097844.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.600.400.jpg/1420045097844.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.img.800.jpg/1420045097844.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/tall.crop.360.600.jpg/1420045097844.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.800.600.jpg/1420045097844.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/tall.crop.300.600.jpg/1420045097844.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/jumbotron.crop.400.225.jpg/1420045097844.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/square.crop.250.250.jpg/1420045097844.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/jumbotron.crop.1200.600.jpg/1420045097844.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.crop.174.116.jpg/1420045097844.cached.jpg&quot;},&quot;title&quot;:&quot;141230-mak-scalise-tease&quot;},&quot;longTitle&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;,&quot;modifiedDate&quot;:1420045147723,&quot;publicationDate&quot;:1419968340000,&quot;rubric&quot;:&quot;Oh-KKK&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/politics&quot;,&quot;longTitle&quot;:&quot;Politics&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Politics&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;politics&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/politics.html&quot;},&quot;shortTitle&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1wyTjRU&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled Congress, for speaking before a hate group.&quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;topic:politics&quot;,&quot;name&quot;:&quot;politics&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;U.S. Politics&quot;}],&quot;title&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/politics&quot;,&quot;longTitle&quot;:&quot;Politics&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Politics&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;politics&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/politics.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Google, U.S. Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Google, US Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled congressman, for speaking before a hate group.&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled congressman, for speaking before a hate group.&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Tim Mak&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;syndication:syndication-google,topic:politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;timkmak&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2014-12-30T19:39:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/tim-makhtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;politics&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.img.2000.jpg/1420045097844.cached.jpg&quot;}],&quot;title&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise/jcr:content/image.img.200.jpg/1420045097844.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;politics&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise&quot;,&quot;escapedTitle&quot;:&quot;GOP Boss Gets Help From &amp;lsquo;White Hate&amp;rsquo; Pal&quot;,&quot;escapedDescription&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled congressman, for speaking before a hate group.&quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1wyTjS4&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1wyTjRW&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1wyTj4o&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1wyTjRU&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1wyTj4y&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1wyTjS0&quot;,&quot;twitterVia&quot;:&quot;timkmak&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;It may be the least welcome endorsement ever: a white nationalist political operative, vouching for an embattled congressman, for speaking before a hate group.&quot;,&quot;mailBodyTitle&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;},&quot;shares&quot;:{&quot;facebook&quot;:324,&quot;total&quot;:632,&quot;twitter&quot;:122,&quot;email&quot;:186},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2014|12|30|white-pride-leader-sticks-up-for-scalise&quot;,&quot;pageName&quot;:&quot;GOP Boss Gets Help From White Hate Pal&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;12/30/2014 14:39 -0500&quot;,&quot;publicationDateTime&quot;:1419968340000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - GOP Boss Gets Help From White Hate Pal&quot;,&quot;sectionTaxanomy&quot;:&quot;politics&quot;,&quot;section&quot;:&quot;Politics&quot;,&quot;titleForParsely&quot;:&quot;GOP Boss Gets Help From ‘White Hate’ Pal&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;politics&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=1980169789&quot;,&quot;pid&quot;:&quot;1980169789&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;politics/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTQvMTIvMzAvd2hpdGUtcHJpZGUtbGVhZGVyLXN0aWNrcy11cC1mb3Itc2NhbGlzZS5odG1sIiwidGl0bGUiOiJHT1AgQm9zcyBHZXRzIEhlbHAgRnJvbSDigJhXaGl0ZSBIYXRl4oCZIFBhbCIsImNoZWNrc3VtIjoiNzIyOGVmNDcxNWY2NDMyZWQ5ZWRiYzViOWI4ZThiNWMiLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTQvMTIvMzAvd2hpdGUtcHJpZGUtbGVhZGVyLXN0aWNrcy11cC1mb3Itc2NhbGlzZSJ9.LyjF-kyWyi-glBLNpAIZ35BUdiXjfNp8r-NCAb44_6I\\&quot;,\\&quot;checksum\\&quot;:\\&quot;7228ef4715f6432ed9edbc5b9b8e8b5c\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2014/12/30/white-pride-leader-sticks-up-for-scalise\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2014_12_30_white-pride-leader-sticks-up-for-scalise\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2014_12_30_white-pride-leader-sticks-up-for-scalise&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304954.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Obama Announces New Sanctions On North Korea In Response To Sony Hack&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/obama-north-korea-sanctions_n_6407712.html&quot;},{&quot;title&quot;:&quot;Mario Cuomo, Former New York Governor, Dies At 82&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/mario-cuomo-dead-dies_n_6404924.html&quot;},{&quot;title&quot;:&quot;Sarah Palin Photos Of Son Stepping On Dog Trigger Online Outrage&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/sarah-palin-dog-photos_n_6407364.html&quot;}]},{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Grand Ole Opry Legend Little Jimmy Dickens Dead at 94&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/grand-ole-opry-legend-little-jimmy-dickens-dead-at-94-20150102&quot;},{&quot;title&quot;:&quot;Rod Stewart Sideman and Jazz Guitarist Jeff Golub Dead at 59&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/rod-stewart-sideman-and-jazz-guitarist-jeff-golub-dead-at-59-20150102&quot;},{&quot;title&quot;:&quot;Dustin Lynch Producer Mickey Jack Cones Talks Studio Tricks, Motley Crue Drama&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/dustin-lynch-producer-mickey-jack-cones-shares-studio-stories-20141231&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Teresa Giudice Celebrates New Years Eve With Daughters and Joe Ahead of Prison Sentence&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/teresa-giudice-celebrates-new-years-eve-with-family-before-prison-201521&quot;},{&quot;title&quot;:&quot;Little Jimmy Dickens, Country Legend, Dead at 94 After Stroke&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/little-jimmy-dickens-country-legend-dead-at-94-201521&quot;},{&quot;title&quot;:&quot;American Idol Alum Kimberly Caldwell Marries Jordan Harvey in Great Gatsby Inspired Ceremony: Details, Stunning Wedding Pictures&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/american-idol-alum-kimberly-caldwell-is-married-wedding-photos-201521&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;random&quot;,&quot;index&quot;:5}]\"></div></section><footer class=\"footer\"><div class=\"container\"><div class=\"footer-left\"><span></span></div><div class=\"footer-content\"><ul class=\"first-column\"><li><a href=\"http://www.thedailybeast.com/company/about-us.html\">About us</a></li><li><a href=\"http://www.thedailybeast.com/company/contact-us.html\">Contact us</a></li><li><a href=\"http://iac.com/careers/job-listings\">Jobs</a></li><li><a href=\"mailto:ben.zagorski@thedailybeast.com\">Advertise</a></li><li><a href=\"http://www.thedailybeast.com/company/help.html\">Help</a></li><li><a href=\"#\" id=\"toMobile\">Mobile Site</a></li></ul><ul class=\"second-column\"><li><a href=\"http://www.thedailybeast.com/company/privacy-policy.html\">Privacy</a></li><li><a href=\"http://www.thedailybeast.com/company/community-policy.html\">Community Policy</a></li><li><a href=\"http://www.thedailybeast.com/company/terms-of-use.html\">Terms & Conditions</a></li><li><a href=\"http://www.thedailybeast.com/company/copyright-trademark.html\">Copyright & Trademark</a></li><li class=\"copyright\">&copy; 2014 The Daily Beast Company LLC</li></ul></div><div class=\"footer-right\"><span></span></div></div></footer>\n<div id=\"user-and-nav-links\" style=\"display:none\" data-links=\"{&quot;resourceType&quot;:&quot;user/components/links&quot;,&quot;user&quot;:{&quot;findAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account.html&quot;,&quot;resetPassword&quot;:&quot;https://www.thedailybeast.com/content/user/reset-password.html&quot;,&quot;signout&quot;:&quot;https://www.thedailybeast.com/content/user/signup.html&quot;,&quot;newsletterSignup&quot;:&quot;https://www.thedailybeast.com/content/dailybeast/newsletters.html&quot;,&quot;passwordExpired&quot;:&quot;https://www.thedailybeast.com/content/user/password-expired.html&quot;,&quot;startPaymentJourney&quot;:&quot;https://www.thedailybeast.com/content/user/account/subscribe.html&quot;,&quot;addUsername&quot;:&quot;https://www.thedailybeast.com/content/user/account/add-username.html&quot;,&quot;billing&quot;:&quot;https://www.thedailybeast.com/content/user/account/billing-info.html&quot;,&quot;signin&quot;:&quot;https://www.thedailybeast.com/content/user/signin.html&quot;,&quot;linkAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account/link-account.html&quot;,&quot;resume&quot;:&quot;https://www.thedailybeast.com/content/user/account/resume.html&quot;,&quot;account&quot;:&quot;https://www.thedailybeast.com/content/user/account.html&quot;,&quot;claimAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account/claim-account.html&quot;,&quot;changePassword&quot;:&quot;https://www.thedailybeast.com/content/user/change-password.html&quot;,&quot;signup&quot;:&quot;https://www.thedailybeast.com/content/user/signup.html&quot;},&quot;nav&quot;:{&quot;press&quot;:&quot;http://www.thedailybeast.com/company/press-room.html&quot;,&quot;jobs&quot;:&quot;http://iac.com/careers/job-listings&quot;,&quot;privacyPolicy&quot;:&quot;http://www.thedailybeast.com/company/privacy-policy.html&quot;,&quot;advertise&quot;:&quot;mailto:ben.zagorski@thedailybeast.com&quot;,&quot;newsweek&quot;:&quot;http://www.thedailybeast.com/newsweek.html&quot;,&quot;herosummit&quot;:&quot;http://www.thedailybeast.com/features/2012/11/the-hero-summit.html&quot;,&quot;about&quot;:&quot;http://www.thedailybeast.com/company/about-us.html&quot;,&quot;dailybeast&quot;:&quot;http://www.thedailybeast.com/index.html&quot;,&quot;contactUs&quot;:&quot;http://www.thedailybeast.com/company/contact-us.html&quot;,&quot;termsOfService&quot;:&quot;http://www.thedailybeast.com/company/terms-of-use.html&quot;,&quot;heroproject&quot;:&quot;http://www.thedailybeast.com/the-hero-project.html&quot;,&quot;witw&quot;:&quot;http://www.thedailybeast.com/witw.html&quot;,&quot;help&quot;:&quot;http://www.thedailybeast.com/company/help.html&quot;,&quot;subscribe&quot;:&quot;http://www.thedailybeast.com/newsweek/subscribe.html&quot;,&quot;search&quot;:&quot;http://www.thedailybeast.com/search.html&quot;,&quot;trademark&quot;:&quot;http://www.thedailybeast.com/company/copyright-trademark.html&quot;,&quot;communityPolicy&quot;:&quot;http://www.thedailybeast.com/company/community-policy.html&quot;}}\"></div>\n<span class=\"hide\" id=\"analytics-config\"data-type=\"Article\"data-blog-name=\"\"data-issue-date=\"\"data-page-hierarchy=\"tdb|articles|2014|12|16|the-vatican-s-rare-nod-to-american-nuns\"data-page-name=\"The Vatican’s Rare Nod to American Nuns\"data-page-name-prefix=\"db\"data-page-num=\"1\"data-page-path=\"/content/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\"data-page-normalized-path=\"/dailybeast/articles/2014/12/16/the-vatican-s-rare-nod-to-american-nuns\"data-prefix-path=\"/content/dailybeast\"data-publication-date=\"12/16/2014\"data-publication-date-time=\"1418754420000\"data-source=\"thedailybeast.com\"data-template-name=\"article\"data-analytics-page-name=\"db - Article - The Vaticans Rare Nod to American Nuns\"data-site=\"dev\"data-app=\"desktop\"data-section-taxanomy=\"world\"data-content-type=\"house\"data-comscore-enabled = 'true'data-page-title=\"The Vatican’s Rare Nod to American Nuns\"data-long-title=\"The Vatican’s Rare Nod to American Nuns\"data-wrap=\"/content/dailybeast/world\"data-authors=\"Barbie Latza Nadeau|\"data-authors-ids=\"/etc/authors/b/barbie-latza-nadeau\"data-modification-date='12/17/2014'></span><noscript><p><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=17913818\" height=\"1\" width=\"1\" alt=\"*\"></p></noscript><noscript><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6433482&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1\" style=\"display:none\" width=\"0\" height=\"0\" alt=\"\"/></noscript><noscript><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-904381h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\"/></noscript><div id=\"parsely-root\" style=\"display: none\"><div id=\"parsely-cfg\" data-parsely-site=\"thedailybeast.com\"></div></div><div id=\"optimizely\" style=\"display: none\" data-project=\"545922056\"></div><script type=\"text/javascript\" src='/etc/clientlibs/dailybeast2/components/pages/article/js/publish.4288a26.cached.js'></script></body></html>"
  },
  {
    "path": "tests/data/html/thedailybeast.com2.html",
    "content": "<!DOCTYPE html><!--[if lt IE 7]> <html class=\"ie ie6 lte9 lte8 lte7\" lang=\"en\"> <![endif]--><!--[if IE 7]> <html class=\"ie ie7 lte9 lte8 lte7\" lang=\"en\"> <![endif]--><!--[if IE 8]> <html class=\"ie ie8 lte9 lte8\" lang=\"en\"> <![endif]--><!--[if IE 9]> <html class=\"ie ie9 lte9\" lang=\"en\"> <![endif]--><!--[if gt IE 9]> <html> <![endif]--><!--[if !IE]><!--> <html> <!--<![endif]--><head><meta charset=\"utf-8\" /><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><meta http-equiv=\"X-UA-Compatible\" content=\"IE=10,IE=9,IE=8\" /><meta name=\"viewport\" content=\"width=1145\" /><meta name=\"apple-mobile-web-app-capable\" content=\"yes\" /><title>Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters - The Daily Beast</title><meta name=\"template\" content=\"article\"/><meta name=\"keywords\" content=\"new york city\"/><meta name=\"news_keywords\" content=\"new york city\"/><meta property=\"og:title\" content=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\"/><meta property=\"og:description\" content=\"At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.\"/><meta name=\"description\" content=\"At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.\"/><meta property=\"og:url\" content=\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\"/><meta name=\"authors\" content=\"Olivia Nuzzi\"/><meta name=\"tags\" content=\"new_york_city\"/><meta name=\"contentpath\" content=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\"/><meta name=\"wrap\" content=\"/content/dailybeast/us-news\"/><meta property=\"og:type\" content=\"article\"/><meta property=\"og:site_name\" content=\"The Daily Beast\"/><meta property=\"fb:app_id\" content=\"189930913679\"/><meta property=\"fb:admins\" content=\"1703087,30000737,1117577220,1276800108,931159,514915512\"/><meta name=\"twitter:card\" content=\"summary\"/><meta name=\"twitter:site\" content=\"@thedailybeast\"/><meta name=\"twitter:creator\" content=\"olivianuzzi\"/><meta property=\"article:published_time\" content=\"2014-12-22T10:39:00.000Z\"/><meta property=\"article:author\" content=\"http://www.thedailybeast.com/contributors/olivia-nuzzihtml\"/><meta property=\"og:image\" content=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.2000.jpg/1419245309452.cached.jpg\"/><link rel=\"canonical\" href=\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\"/><meta name='parsely-page' content='{\"title\":\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\",\"link\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"image_url\":\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.410.273.jpg/1419245309452.cached.jpg\",\"type\":\"post\",\"post_id\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"pub_date\":\"2014-12-22T05:39:00-05:00\",\"section\":\"U.S. News\",\"author\": \"Olivia Nuzzi\",\"tags\":[\"new_york_city\"]}'><link rel=\"stylesheet\" type=\"text/css\" href='/etc/clientlibs/dailybeast2/styles.4288a26.cached.css'><script type=\"text/javascript\" src='/etc/clientlibs/dailybeast2/head.4288a26.cached.js'></script></head><body class='article clearfix' data-build-info=\"{&quot;revision&quot;:&quot;4288a26&quot;,&quot;environment&quot;:&quot;prod&quot;}\" data-ad-config='{\"networkId\":\"23219321\",\"siteId\":\"iac.tdb-tdb.us.dw\",\"zone\":\"us-news/content\"}' data-web-analytics-common='{\"contentPath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"pageTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"authors\":\"Olivia Nuzzi|\"}'><div class=\"ad firstad hidden\"data-ad-depends=''data-ad='{ \"size\": [1,1], \"targeting\": {} }' ></div><header class=\"header header-2 clearfix\"><nav class=\"nav nav-two clearfix \"><div class=\"topic-nav row clearfix\"><ul class=\"grid-18 topics column clearfix\"><li class=\"tdb-home\"><a data-anchor=\"top\" href=\"/index.html\">The Daily Beast</a></li><li><a data-anchor=\"/content/dailybeast/politics\" href=\"/politics.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Politics-stickynav-click\",\"buttonName\":\"Politics\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/politics.html\"}}'>Politics</a></li><li><a data-anchor=\"/content/dailybeast/entertainment\" href=\"/entertainment.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Entertainment-stickynav-click\",\"buttonName\":\"Entertainment\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/entertainment.html\"}}'>Entertainment</a></li><li><a data-anchor=\"/content/dailybeast/world\" href=\"/world.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"World News-stickynav-click\",\"buttonName\":\"World News\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/world.html\"}}'>World</a></li><li><a data-anchor=\"/content/dailybeast/us-news\" href=\"/us-news.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"U.S. News-stickynav-click\",\"buttonName\":\"U.S. News\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/us-news.html\"}}'>U.S. News</a></li><li><a data-anchor=\"/content/dailybeast/tech-and-health\" href=\"/tech-and-health.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Tech + Health-stickynav-click\",\"buttonName\":\"Tech + Health\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/tech-and-health.html\"}}'>Tech + Health</a></li><li><a data-anchor=\"/content/dailybeast/beaststyle\" href=\"/beaststyle.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"BeastStyle-stickynav-click\",\"buttonName\":\"BeastStyle\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/beaststyle.html\"}}'>BeastStyle</a></li><li><a data-anchor=\"/content/witw\" href=\"/witw.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Women in the World-stickynav-click\",\"buttonName\":\"Women in the World\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/content/witw.html\"}}'>Women</a></li><li><a data-anchor=\"/content/dailybeast/books\" href=\"/books.html\" data-web-analytics='{\"eventName\":\"stick-nav-click\",\"delayNavigation\":true,\"eventProperties\":{\"module\":\"stickynav\",\"actionInModule\":\"Books-stickynav-click\",\"buttonName\":\"Books\",\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/books.html\"}}'>Books</a></li></ul><div class=\"header header-social-search css-debug\"><form class=\"header-search-form\" role=\"search\" method=\"get\" action=\"http://www.thedailybeast.com/search.html\"><input class=\"search-input\" name=\"q\" type=\"text\"/><button class=\"search-submit icon-search\" aria-hidden=\"true\"></button></form><ul class=\"header-social\"><li class=\"facebook\"><a href=\"https://www.facebook.com/thedailybeast\" target=\"_blank\" aria-hidden=\"true\" class=\"icon-facebook\"></a></li><li class=\"twitter\"><a href=\"https://twitter.com/thedailybeast\" target=\"_blank\" aria-hidden=\"true\" class=\"icon-twitter\"></a></li></ul></div></div></nav></header><section class=\"body grid-18 row clearfix\"><section class=\"content-wrapper columns grid-13 css-debug\" data-breakpoint='{\"desktop\": \"grid-13\", \"tablet\": \"grid-12\"}'><section class=\"row\"></div> <article class=\"article grid-18 columns\" data-id=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\" data-anchor-id=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\" data-ad-config='{\"networkId\":\"23219321\",\"siteId\":\"iac.tdb-tdb.us.dw\",\"zone\":\"us-news/content\",\"targeting\": {\"section\": \"us-news\",\"kw\": [],\"rtl\": \"1\",\"pid\":\"81871398\"}}' data-type=\"article\" data-index=\"1\"><figure class=\"hero-media\" itemscope itemtype=\"http://schema.org/Article\"><img class=\"img hero\" src=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.800.500.jpg/1419245309452.cached.jpg\" itemprop=\"image\"><figcaption class=\"image\"><p class=\"credits\">Mike Segar/Reuters</p></figcaption></figure><div class=\"row\"><section class=\"floating-social columns grid-2 columns css-debug\"><aside class=\"article-info css-debug\"><a class=\"author-image-link\" href=\"/contributors/olivia-nuzzi.html\"><img class=\"author-image\" src=\"http://cdn.thedailybeast.com/etc/authors/o/olivia-nuzzi/image.crop.200.200.jpg/1406561836797.cached.jpg\" alt=\"Olivia Nuzzi\"></a><div class=\"info css-debug\"><span class=\"byline\"><a class=\"more-by-author\" href=\"/contributors/olivia-nuzzi.html\">Olivia Nuzzi </a><a class=\"follow-author\" href=\"https://twitter.com/intent/follow?original_referer=/contributors/olivia-nuzzi.html&region=follow_link&screen_name=olivianuzzi&tw_p=followbutton&variant=2.0\" data-web-analytics='{\"eventName\":\"twitter-follow-click\",\"eventProperties\":{\"articleTitle\":&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,\"articleUrl\":\"/contributors/olivia-nuzzi.html\",\"wrapName\":\"us-news\",\"authors\":\"Olivia Nuzzi\"}}'><span class=\"icon-twitter-2\" aria-hidden=\"true\"></span></a></span></div></aside><div class=\"social-wrapper hidden-transparent\"><ul class=\"social css-debug\"><li class=\"\"><a class=\"icon-facebook\" aria-hidden=\"true\" data-link=\"http%3A%2F%2Fthebea.st%2F1xaIYm6\" data-picture=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.200.jpg/1419245309452.cached.jpg\" data-name=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\" data-description=\"At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn&amp;rsquo;t spark as much outrage.\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"share\",\"socialNetwork\":\"facebook\",\"shareButtonName\":\"FB\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"visuallyhidden\">facebook</span></a></span></li><li class=\"\"><a class=\"icon-twitter\" aria-hidden=\"true\" target=\"_blank\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fthebea.st%2F1xaIYm2&via=olivianuzzi&related=thedailybeast%3AThe%20Daily%20Beast&text=Justice%20League%20Vigil%20for%20Slain%20NYPD%20Officers%20Asks%20Whose%20Life%20Matters&counturl=http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\" data-link=\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"tweet\",\"socialNetwork\":\"twitter\",\"shareButtonName\":\"Twitter\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"visuallyhidden\">tweet</span></a></span></li><li class=\"\"><a class=\"icon-google-plus js-googleplus-share\" aria-hidden=\"true\" data-href=\"https://plus.google.com/share?url=http%3A%2F%2Fthebea.st%2F1xaIYmc\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"google\",\"socialNetwork\":\"google\",\"shareButtonName\":\"Google+\",\"shareToolPosition\":\"article-left\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"visuallyhidden\">post</span></a></span></li></ul></div></section><section class=\"article-body grid-16 columns last-child\"><div class=\"content-ad ad-300x250 hide\" data-for-id=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\" ><div class=\"ad left lazyAd\"data-ad-depends=''data-ad='{ \"size\": [300,250], \"targeting\": {} }' ></div></div><section class=\"content article-main-content\"><header class=\"content-header\"><h3 class=\"section\" itemprop=\"articleSection\">MIXED FEELINGS</h3><div class=\"publish-date-time\"><span class=\"date\">12.22.14</span></div><h1 class=\"title multiline\" itemprop=\"name\">Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters</h1></header><div class=\"dek char-limit multiline\">At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.</div><section class=\"content-body article-body-content\"><p>A modest crowd moved East on 110th Street in New York City on Sunday evening. They walked silently, some carrying Anthora cups illuminated by candlesticks, others holding plastic tea lights handed out by protest organizers. A few carried signs: &quot;IMAGINE JUSTICE,&quot; &quot;BLACK LIVES MATTER,&quot; &quot;CLAIM HUMANITY.&quot; But mostly they just walked, their faces somber, their hands shaking as the snow began to fall. </p><p>The peaceful vigil was somewhat unexpected, given the heightened tensions between protesters as the NYPD in recent weeks, culminating in the murder of two officers in Bed-Stuy on Saturday afternoon. </p><p>Just over 24 hours before the silent march down 110th, Wenjian Liu, 32, and Rafael Ramos, 40, had been shot &quot;execution-style,&quot; Mayor Bill DeBlasio said, while sitting in their patrol car. The suspect, Ismaaiyl Brinsley, had begun the day with the shooting of his ex-girlfriend in Maryland before taking the trip up to New York, armed with a silver semi-automatic handgun. After murdering the officers, Brinsley walked over to a subway platform where he turned the weapon on himself. </p><p>In some ways, the tragedy seemed inevitable.</p><p>As the nation continued to cope with Ferguson, a grand jury in Staten Island chose not to indict in the case of Eric Garner, a man choked to death –– as he pleaded &quot;I can&#39;t breathe&quot; –– by a police offer in what the coroner declared a homicide. #BlackLivesMatter has been the prevailing message as protesters have taken to the streets to express their outrage. They often chant: &quot;No justice, no peace; No racist police.&quot; </p><p>All the while, there have been critics. Why, they ask, do black lives matter? Why not all lives? They contend that the protests are not anti-police brutality, but anti-police, period. They believe that the protesters and those who enabled them—the media, or De Blasio, who <a href=\"http://www.thedailybeast.com/articles/2014/12/21/the-ny-police-union-s-vile-war-with-mayor-de-blasio.html?source=TDB&amp;via=FB_Page\" target=\"_blank\">spoke frankly</a> about how he talks to his biracial son, whose mother is black, about the threats he might face due to his skin color—have been vying for NYPD scalps. With two now dead, the critics are pointing fingers. </p><p>&quot;The mayor’s hands are literally dripping with our blood because of his words, actions and policies and we have, for the first time in a number of years, become a &#39;wartime&#39; police department,&quot; Pat Lynch, head of the police union, said at a press conference on Saturday night. &quot;There&#39;s blood on many hands tonight…That blood on the hands starts at City Hall in the Office of the Mayor.&quot;</p><p>Former mayor Rudy Giuliani echoed the sentiment, but laid blame on President Obama: &quot;We&#39;ve had four months of propaganda starting with the president that everybody should hate the police…The protests are being embraced, the protests are being encouraged. The protests, even the ones that don&#39;t lead to violence—a lot of them lead to violence, all of them lead to a conclusion: The police are bad, the police are racist. That is completely wrong.&quot;</p><p>The march, organized by the Justice League NYC—effectively anointed by De Blasio as City Hall&#39;s preferred protest group with a <a href=\"http://www.capitalnewyork.com/article/city-hall/2014/12/8558946/de-blasio-justice-league-meet-discuss-policing\">4-minute meeting to discuss theories of policing</a>—continued slowly along 110th street, a police van humming alongside. The crowd snaked into Central Park, where it came to a stop at the boathouse, a lighted Christmas tree illuminating the water&#39;s surface. </p><p>&quot;Let me not say this wrong,&quot; a 21-year-old East Flatbush resident who would say only that his name was &quot;Perry&quot; told me as he looked around, seemingly searching for the right words. &quot;Yesterday&#39;s situation that happened in Brooklyn, Bed-Stuy, was uncalled for. It was the wrong way about handling it. Because we&#39;re upset that on our end, they&#39;re killing us, so I don&#39;t think nobody should go take the anger out on, you know—nobody knows these two specific individuals. They could&#39;ve been good people. They could&#39;ve been, you know, legit officers who wasn&#39;t down with whatever&#39;s going on. My condolences do go to their families. But at the same time, since Zimmerman, you&#39;ve been hearing cases about officers killing black children—black men, Hispanic men.</p><p>&quot;This is not about who did it more, but it&#39;s more: all these lives didn&#39;t matter, but now two cops are dead, and now it matters? If you look at the newspapers, it&#39;s all broadcast all over the place. The whole world&#39;s supposed to mourn because—don&#39;t get me wrong, it was wrong––but because two officers died, now the world&#39;s supposed to mourn? What happened to all the other people that died? Nobody mourned. They wasn&#39;t in the front page of newspapers. They was in back pages—some didn&#39;t even make the newspaper.&quot;</p><p>Next to &quot;Perry&quot; stood Jonathan Alvarez, 18, of Queens, who in November made headlines when he announced plans to sue the city after allegedly being assaulted by police officers for being a &quot;smart guy.&quot; </p><p>&quot;I got targeted. I&#39;m a victim of police brutality,&quot; Alvarez told me. &quot;They arrested me, they beat me up in the 102 precinct while I was handcuffed, no justice. So I feel for these people, I understand they&#39;re just brutes. They can get away with it, and they do…They don&#39;t give a fuck until one of them dies, that&#39;s all they care about.&quot; </p><p>&quot;Perry&quot; chimed in: &quot;They don&#39;t want to take blame,&quot; he said of the police union attacking De Blasio. &quot;There has to be peace on all sides.</p><p>&quot;I think this all could&#39;ve been prevented if they just listened to the 25,000 people who marched last week,&quot; Alvarez said. &quot;No, not even,&quot; &quot;Perry&quot; countered: &quot;If they would&#39;ve just re-analyzed the Zimmerman case, or the Ferguson case.&quot;</p><p>Then, &quot;Perry&quot; and Alvarez went silent. The marchers began to stream out of the park, where they walked West on 110th and then hung a right on 7th Avenue. NYPD officers lingered, politely asking participants to move in the line, and saying &quot;thank you&quot; when they obliged, which they all did. </p><p>The march reached its conclusion at the First Corinthian Baptist Church on 116th street, where piano music befitting a funeral greeting guests who filed into the warm pews. </p><p>Religious leaders—Pastor Willie Francois III, the Rev. Mike Walrond, and the Rev. Stephen Phelps—and over a dozen activists, led by Justice League NYC&#39;s Tamika Mallory, took turns addressing the crowd. </p><p>There were prayers for 40 black men, beginning with Eric Garner, who had been killed by police; and prayers for De Blasio, who &quot;is attacked on one side and the other,&quot; and repeated acknowledgement that violence is not the way to change what the protesters believe is a fundamentally broken system. </p><p>&quot;We&#39;re not anti-police, we&#39;re anti-police brutality,&quot; a member of the Justice League told the crowd, to cheers. &quot;Every cop isn&#39;t bad…Every black man isn&#39;t a criminal.&quot;</p><p>The crowd rose, embraced each other in groups of two and three, and prayed.</p></section></section><footer class=\"content-footer article-footer no-300-ad\"><ul class=\"social css-debug\"><li class=\"\"><a class=\"icon-facebook\" aria-hidden=\"true\" data-link=\"http%3A%2F%2Fthebea.st%2F1xaIYm6\" data-picture=\"http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.200.jpg/1419245309452.cached.jpg\" data-name=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\" data-description=\"At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn&amp;rsquo;t spark as much outrage.\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"share\",\"socialNetwork\":\"facebook\",\"shareButtonName\":\"FB\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"label\">share</span></a></span></li><li class=\"\"><a class=\"icon-twitter\" aria-hidden=\"true\" target=\"_blank\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fthebea.st%2F1xaIYm2&via=olivianuzzi&related=thedailybeast%3AThe%20Daily%20Beast&text=Justice%20League%20Vigil%20for%20Slain%20NYPD%20Officers%20Asks%20Whose%20Life%20Matters&counturl=http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\" data-link=\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"tweet\",\"socialNetwork\":\"twitter\",\"shareButtonName\":\"Twitter\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\", \"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"label\">tweet</span></a></span></li><li class=\"\"><a class=\"icon-google-plus js-googleplus-share\" aria-hidden=\"true\" data-href=\"https://plus.google.com/share?url=http%3A%2F%2Fthebea.st%2F1xaIYmc\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"google\",\"socialNetwork\":\"google\",\"shareButtonName\":\"Google+\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"label\">post</span></a></span></li><li class=\"\"><a class=\"icon-email\" aria-hidden=\"true\" href=\"mailto:?subject=Justice%20League%20Vigil%20for%20Slain%20NYPD%20Officers%20Asks%20Whose%20Life%20Matters%20-%20The%20Daily%20Beast&body=%0D%0Ahttp%3A%2F%2Fthebea.st%2F1xaJ0dG%0D%0A%0D%0AJustice%20League%20Vigil%20for%20Slain%20NYPD%20Officers%20Asks%20Whose%20Life%20Matters%0D%0A%0D%0AAt%20a%20peaceful%20gathering%20of%20the%20Justice%20League%2C%20they%20condemned%20the%20killings%20of%20Officers%20Liu%20and%20Ramos%2C%20but%20also%20wondered%20why%20the%20slaying%20of%20citizens%20by%20cops%20doesn%E2%80%99t%20spark%20as%20much%20outrage.\" data-link=\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\" data-page-name=\"&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;\" data-web-analytics='{\"eventName\":\"sharetool-click\",\"eventProperties\":{\"socialAction\":\"email\",\"socialNetwork\":\"email\",\"shareButtonName\":\"Email\",\"shareToolPosition\":\"article-bottom\",\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleUrl\":\"http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"wrapName\":\"us-news\", \"templateName\":\"article\", \"sectionTaxanomy\":\"us-news\",\"contentType\":\"house\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\"}}'><span class=\"label\">email</span></a></span></li></ul><div class=\"comment-toggle js-comment-toggle\"data-web-analytics='{\"eventName\":\"comments-open\",\"eventProperties\":{\"contentPath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"shareButtonName\":\"Comment\",\"socialAction\":\"comment\",\"socialNetwork\":\"livefyre\",\"pageName\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"articleTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"pagePath\":\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\",\"articleLongTitle\":&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,\"sectionTaxanomy\":\"us-news\", \"authorsIds\":\"/etc/authors/o/olivia-nuzzi\", \"contentType\":\"house\"}}'><span class=\"livefyre-commentcount\" data-lf-site-id=\"\" data-lf-article-id=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\" data-pattern=\"%1\">&nbsp;</span>comments<span class=\"icon icon-down-arrow\" aria-hidden=\"true\"></span></div><div class=\"comment-wrapper js-comment-panel-closed\"><div id=\"comments\" class=\"story-comments comments \"><div class=\"comments livefyre-container spinner\"data-livefyre-config=\"{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTQvMTIvMjIvanVzdGljZS1sZWFndWUtdmlnaWwtZm9yLXNsYWluLW55cGQtb2ZmaWNlcnMtYXNrcy13aG9zZS1saWZlLW1hdHRlcnMuaHRtbCIsInRpdGxlIjoiSnVzdGljZSBMZWFndWUgVmlnaWwgZm9yIFNsYWluIE5ZUEQgT2ZmaWNlcnMgQXNrcyBXaG9zZSBMaWZlIE1hdHRlcnMiLCJjaGVja3N1bSI6IjAxZDEwOWNlZWQwMDdjYzI2YjZlYWIyYjY3ZjY1NmM5IiwiYXJ0aWNsZUlkIjoiL2NvbnRlbnQvZGFpbHliZWFzdC9hcnRpY2xlcy8yMDE0LzEyLzIyL2p1c3RpY2UtbGVhZ3VlLXZpZ2lsLWZvci1zbGFpbi1ueXBkLW9mZmljZXJzLWFza3Mtd2hvc2UtbGlmZS1tYXR0ZXJzIn0.PlrmOFnI6xwK_SrNgvB7K20td0v_2qdrz-3x-GR_HgQ\\&quot;,\\&quot;checksum\\&quot;:\\&quot;01d109ceed007cc26b6eab2b67f656c9\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2014_12_22_justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2014_12_22_justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false}\"><div class=\"comment-count-header\"></div><div id=\"stream__content_dailybeast_articles_2014_12_22_justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\" class=\"lf-comment-stream\"></div><div class=\"clearfix\"></div></div></div></div><div class=\"outbrain-placeholder\"></div><div class=\"footer-ad-container\" data-for-id=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\"></div></footer></section></div></article></section></section><div id=\"initialPageRailList\" style=\"display:none\" data-pageraillist=\"[{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Olivia Nuzzi is a writer and journalist who covers politics for The Daily Beast.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/o/olivia-nuzzi&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/o/olivia-nuzzi/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/o/olivia-nuzzi/image.crop.400.400.jpg/1406561836797.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/o/olivia-nuzzi/image.crop.96.96.jpg/1406561836797.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/o/olivia-nuzzi/image.crop.200.200.jpg/1406561836797.cached.jpg&quot;},&quot;title&quot;:&quot;olivia-nuzzi-author&quot;},&quot;name&quot;:&quot;Olivia Nuzzi&quot;,&quot;url&quot;:&quot;/contributors/olivia-nuzzi.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;olivianuzzi&quot;},&quot;externalAuthor&quot;:false}],&quot;dek&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;description&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Mike Segar/Reuters&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.800.500.jpg/1419245309452.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.300.225.jpg/1419245309452.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/square.crop.490.600.jpg/1419245309452.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.960.640.jpg/1419245309452.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.300.200.jpg/1419245309452.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.500.333.jpg/1419245309452.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.410.273.jpg/1419245309452.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.60.60.jpg/1419245309452.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.600.400.jpg/1419245309452.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.800.jpg/1419245309452.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/tall.crop.360.600.jpg/1419245309452.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.800.600.jpg/1419245309452.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/tall.crop.300.600.jpg/1419245309452.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/jumbotron.crop.400.225.jpg/1419245309452.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/square.crop.250.250.jpg/1419245309452.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/jumbotron.crop.1200.600.jpg/1419245309452.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.crop.174.116.jpg/1419245309452.cached.jpg&quot;},&quot;title&quot;:&quot;141221-nuzzi-police-vigil-tease&quot;},&quot;longTitle&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;modifiedDate&quot;:1419245296693,&quot;publicationDate&quot;:1419244740000,&quot;rubric&quot;:&quot;MIXED FEELINGS&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/us-news&quot;,&quot;longTitle&quot;:&quot;U.S. News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;U.S. News&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;us-news&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/us-news.html&quot;},&quot;shortTitle&quot;:&quot;Vigil Crowd Asks: Whose Life Matters?&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1xaIZXk&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;title&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/us-news&quot;,&quot;longTitle&quot;:&quot;U.S. News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;U.S. News&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;us-news&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/us-news.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;new york city&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;new york city&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Olivia Nuzzi&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;new_york_city&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/us-news&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;olivianuzzi&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2014-12-22T10:39:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/olivia-nuzzihtml&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.2000.jpg/1419245309452.cached.jpg&quot;}],&quot;title&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters/jcr:content/image.img.200.jpg/1419245309452.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;us-news&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;escapedTitle&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;escapedDescription&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn&amp;rsquo;t spark as much outrage.&quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1xaJ0dG&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1xaIYm2&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1xaIYm6&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1xaIZXk&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1xaJ0dI&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1xaIYmc&quot;,&quot;twitterVia&quot;:&quot;olivianuzzi&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.&quot;,&quot;mailBodyTitle&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;},&quot;shares&quot;:{&quot;facebook&quot;:84,&quot;total&quot;:175,&quot;twitter&quot;:30,&quot;email&quot;:61},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2014|12|22|justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;pageName&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;12/22/2014 05:39 -0500&quot;,&quot;publicationDateTime&quot;:1419244740000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;sectionTaxanomy&quot;:&quot;us-news&quot;,&quot;section&quot;:&quot;U.S. News&quot;,&quot;titleForParsely&quot;:&quot;Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;index&quot;:1},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Shane Harris is a Sr. Intelligence and National Security Correspondent for The Daily Beast and an ASU Future of War Fellow at the New America Foundation. He is the author of two books: &lt;em&gt;&lt;a href=\\&quot;http://www.amazon.com/War-The-Rise-Military-Internet-Complex/dp/0544251792/\\&quot; target=\\&quot;_blank\\&quot;&gt;@War: The Rise of the Military-Internet Complex&lt;/a&gt;&lt;/em&gt;, and &lt;em&gt;&lt;a href=\\&quot;http://www.amazon.com/exec/obidos/ASIN/1594202451/thedaibea-20/\\&quot; target=\\&quot;_blank\\&quot;&gt;The Watchers: The Rise of America’s Surveillance State&lt;/a&gt;&lt;/em&gt;, which won the New York Public Library’s Helen Bernstein Book Award for Excellence in Journalism. Prior to joining The Daily Beast, Shane was a senior writer at &lt;i&gt;Foreign Policy&lt;/i&gt; magazine. He has also written for &lt;i&gt;Washingtonian Magazine&lt;/i&gt;, the &lt;i&gt;National Journal and Government Executive Magazine&lt;/i&gt;. Shane is the 2010 winner of the Gerald R. Ford Prize for Distinguished Reporting on National Defense. He has been a finalist four times for the Livingston Awards for Young Journalists, which honor the best reporters in America under 35. He graduated from Wake Forest University with a B.A. in Politics in 1998.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/s/shane-harris&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/s/shane-harris/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.400.400.jpg/1417562000665.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.96.96.jpg/1417562000665.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/s/shane-harris/image.crop.200.200.jpg/1417562000665.cached.jpg&quot;},&quot;title&quot;:&quot;shane-harris-author&quot;},&quot;name&quot;:&quot;Shane Harris&quot;,&quot;url&quot;:&quot;/contributors/shane-harris.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;shaneharris&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The FBI and U.S. intelligence agencies for years have been tracking the hackers who they believe to be behind the cyber attack on Sony, according to current and former American officials. And during that long pursuit, U.S. agencies accumulated still-classified information that helps tie the hackers to the recent Sony intrusion.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The Obama administration announced a round of sanctions against North Korea Friday, and explicitly said the measures were in retaliation for the “destructive and coercive cyber attack on Sony Pictures Entertainment.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But investigators pinned the Sony attack on North Korea in early December, not long after the FBI began investigating the breach and almost three weeks before President Obama publicly pointed the finger at the Hermit Kingdom in a December 19 news conference, according to two individuals with knowledge of the case. The Obama administration waited to go public not because officials weren’t confident in the intelligence, but because the White House was weighing the significant policy decision of whether to publicly tie a nation-state to a specific cyber attack on U.S. soil for the first time.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Ever since the Obama administration made its public case against North Korea for the Sony hack, a slew of independent cybersecurity experts have been skeptical of the government’s public case against Pyongyang, calling it flimsy and circumstantial. But sources familiar with the investigation say that the most damning evidence against the Sony hackers was obtained in a secret, and years earlier, during previous intelligence-gathering efforts. The notion that the FBI was basing its claims of North Korean culpability solely off evidence from the Sony hack is “completely untrue. They’re also using evidence that they’ve been collecting for years,” said one person privy to some details of the investigation.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;If there are misgivings within the administration about holding North Korea publicly to account, they weren’t on display on Friday. The White House and the Treasury Department announced a round of sanctions against three North Korean organizations, among them the country’s intelligence bureau, and ten individuals, including government officials and others who work for a North Korea’s main weapons dealer.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The sanctioned individuals weren’t involved in the Sony attack, administration officials said. But the decision to punish them and by extension the North Korean regime came after the White House decided the Sony hack “crossed a threshold,” as one senior administration official put it, going beyond cyber espionage or harassing attacks on Web sites and into the realm of destruction and coercion. The intruders had deleted large amounts of data from Sony’s networks, and threatened to attack movie theatres that showed Sony’s North Korean satire, &lt;i&gt;The Interview&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;“What are their work hours? What code do they use? What sort of comments are in the code? When you add all that up, it’s a pretty comprehensive set of indicators.”&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The White House was judging the Sony attack against previous North Korean aggression, underscoring that officials are relying on an historical record of hacking behavior. Investigators have also been privately sharing some of their findings with private cyber security companies that also have invested several years in monitoring North Korean hacker groups, officials said, in an effort to help vet their case and bolster their claims.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;U.S. investigators still aren’t saying precisely what information definitively links the North Koreans to the Sony attack and others. And to date, the FBI has disclosed only circumstantial evidence, including Internet addresses and patterns of malware used in the Sony attack that were seen in other attacks attributed to North Korea, which many cyber security experts have &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/24/no-north-korea-didn-t-hack-sony.html\\&quot;&gt;dismissed&lt;/a&gt; as insufficient and speculative.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But two former intelligence officials, who aren’t involved in the investigation, said that the conclusions in the Sony attack are almost certainly based on other information besides malware analysis or the Internet addresses used in the attack.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Among the catalog of data used for attributing cyber attacks to a particular actor are intercepted communications among the hackers themselves. “It could be a kind of battle damage assessment from the hackers to their higher-ups,” said one former official, referring to reports from the frontline hackers about the effects of their campaign against Sony. “There’s a lot of this kind of feedback in [an incident] like this. And it’s not difficult to intercept that.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;A second former U.S. official said that intelligence agencies monitor particular “behaviors” exhibited by members of a hacking group in order to help identify them. “What are their work hours? What code do they use? What sort of comments are in the code?” the official said. “When you add all that up, it’s a pretty comprehensive set of indicators.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The Defense Department also maintains a set of dossiers of known hackers operating overseas, including in China, which is both the source of pervasive cyber espionage against U.S. and has served as a home based for some of &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/20/inside-the-surprisingly-great-north-korean-hacker-hotel.html\\&quot;&gt;North Korea’s best-known cyber attack cells&lt;/a&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The two former officials said that North Korea has long been a high-priority target for U.S. intelligence agencies, particularly the NSA and the CIA, which has its own cyber sleuthing units and would be called upon to help investigate the Sony attack. The FBI has publicly credited unnamed U.S. intelligence agencies, as well as the private sector, with helping it attribute the Sony hack to North Korea.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The role of private investigators has stirred controversy in the investigation. Last week, the Norse Corp. released &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/30/fbi-won-t-reject-a-sony-insider-hack.html\\&quot;&gt;findings&lt;/a&gt; that it said showed at least six individuals, including one disgruntled ex-Sony employee, were behind the attack, and not North Korea. The FBI met with Norse employees in the company’s offices in St. Louis, but officials subsequently dismissed the findings and said they weren’t based on information that the government has obtained but not released. An executive with Norse declined to comment on Friday.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;That explanation will hardly satisfy skeptics who have pointed out, correctly, that hackers routinely use Internet addresses and malware signatures employed by other groups to mask their own identities or to pin the blame on others. And other information in recent days has pointed to possible assistance that the North Koreans may have had from outside the country. On Monday, an anonymous official told &lt;a href=\\&quot;http://mobile.reuters.com/article/idUSKBN0K71FK20141230?irpc=932\\&quot; target=\\&quot;_blank\\&quot;&gt;Reuters&lt;/a&gt; that government investigators now think North Korea may have “contracted out” the Sony hack to other individuals. Another set of hackers that goes by the name the Lizard Squad told the &lt;a href=\\&quot;http://www.washingtonpost.com/blogs/the-switch/wp/2014/12/29/a-qa-with-the-hackers-who-say-they-helped-break-in-to-sonys-network/\\&quot; target=\\&quot;_blank\\&quot;&gt;Washington Post&lt;/a&gt; that they helped with the Sony hack. And a &lt;a href=\\&quot;http://twitter.com/GuardiansGOP/status/545997922241085441\\&quot; target=\\&quot;_blank\\&quot;&gt;Twitter account&lt;/a&gt; claiming to represent the Guardians of Peace, the group that has claimed responsibility for the attack, says they are not Korean.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;But a senior administration official said on Friday, “We remain very confident in the attribution,” and noted that a number of other private experts had agreed.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;One cybersecurity firm, CrowdStrike, whose senior executives include former top cyber investigators from the FBI, has said it’s been tracking the group it believes was behind the Sony attack since 2006. The group, which CrowdStrike dubbed Silent Chollima, was responsible for a “major destructive attack” in July 2009, when it hit more than 30 Websites in the United States and South Korea with a large-scaled denial of service attack. The Web sites included those of the White House and the Pentagon, CrowdStrike’s co-founder Dmitri Alperovitch wrote in a &lt;a href=\\&quot;http://blog.crowdstrike.com/unprecedented-announcement-fbi-implicates-north-korea-destructive-attacks/\\&quot; target=\\&quot;_blank\\&quot;&gt;blog post&lt;/a&gt; in December.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;CrowdStrike says it tracked another attack in which Silent Chollima used a “wiper” malware to erase data from thousands of computers in South Korea. A wiper program was also used in the Sony attack. Of course, such malicious code is now publicly available, and could be used by almost anyone. But this gang kept up similar attacks, over and over. “For the next five years, Silent Chollima actors repeatedly launched similar data destructive attacks against South Korean businesses and government organizations,” Alperovitch wrote. “These attacks had distinct similarities with the malware used against Sony.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;When Obama finally pointed the finger at North Korea in December, he promised a response to the Sony hack and left no doubt that he wanted victims of cyber attacks to stand up to threats. The sanctions announced Friday represent “the first aspect of our response” for those attacks, said White House spokesman Josh Earnest.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text18&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;His statement seemed to imply that the United States wasn’t behind a full-scale &lt;a href=\\&quot;/content/dailybeast/articles/2014/12/22/would-a-cyberattack-on-north-korea-be-illegal.html\\&quot;&gt;Internet outage&lt;/a&gt; in North Korea last month. Pressed on the question during a briefing with reporters, a senior administration official would neither confirm nor deny U.S. involvement, but pointed to at least one alternative theory that’s been discussed publicly: the North Koreans may have taken down their small number of Internet connections as a precaution against what they presumed would be some kind of cyber response by the United States.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text19&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Instead, it appears that the Obama administration has opted to punish North Korea financially. In naming publicly ten individuals whom officials say are involved in various illegal activity, including illicit weapons sales, the administration is putting North Korean elites on notice that they can track their activities and take actions to stop them.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/body/text20&quot;}],&quot;dek&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;description&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Photo Illustration by Emil Lendof/The Daily Beast&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.800.500.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.300.225.jpg/1420244078257.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/square.crop.490.600.jpg/1420244078257.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.960.640.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.300.200.jpg/1420244078257.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.500.333.jpg/1420244078257.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.410.273.jpg/1420244078257.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.60.60.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.600.400.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.800.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/tall.crop.360.600.jpg/1420244078257.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.800.600.jpg/1420244078257.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/tall.crop.300.600.jpg/1420244078257.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/jumbotron.crop.400.225.jpg/1420244078257.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/square.crop.250.250.jpg/1420244078257.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/jumbotron.crop.1200.600.jpg/1420244078257.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.crop.174.116.jpg/1420244078257.cached.jpg&quot;},&quot;title&quot;:&quot;150102-harris-north-korea-tease&quot;},&quot;longTitle&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;modifiedDate&quot;:1420244078274,&quot;publicationDate&quot;:1420242900000,&quot;rubric&quot;:&quot;Gotcha?&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;shortTitle&quot;:&quot;U.S. Tracked ‘Sony Hackers’ For Years&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/142XgrQ&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;entity:organization/central_intelligence_agency&quot;,&quot;name&quot;:&quot;central_intelligence_agency&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;organization&quot;,&quot;title&quot;:&quot;Central Intelligence Agency&quot;},{&quot;id&quot;:&quot;entity:organization/federal_bureau_of_investigation&quot;,&quot;name&quot;:&quot;federal_bureau_of_investigation&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;organization&quot;,&quot;title&quot;:&quot;Federal Bureau of Investigation&quot;},{&quot;id&quot;:&quot;topic:sci-tech/science&quot;,&quot;name&quot;:&quot;science&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;path&quot;:&quot;sci-tech&quot;,&quot;title&quot;:&quot;Tech &amp; Health&quot;},{&quot;id&quot;:&quot;topic:world&quot;,&quot;name&quot;:&quot;world&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;World News&quot;},{&quot;id&quot;:&quot;entity:country/north_korea&quot;,&quot;name&quot;:&quot;north_korea&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;country&quot;,&quot;title&quot;:&quot;North Korea&quot;},{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;entity:company/sony_corporation&quot;,&quot;name&quot;:&quot;sony_corporation&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;company&quot;,&quot;title&quot;:&quot;Sony Corporation&quot;},{&quot;id&quot;:&quot;topic:politics&quot;,&quot;name&quot;:&quot;politics&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;U.S. Politics&quot;}],&quot;title&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/world&quot;,&quot;longTitle&quot;:&quot;World News&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;World&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;world&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/world.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Central Intelligence Agency, Federal Bureau of Investigation, Tech &amp;amp; Health, World News, North Korea, Google, Sony Corporation, U.S. Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Central Intelligence Agency, Federal Bureau of Investigation, Tech Health, World News, North Korea, Google, Sony Corporation, US Politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Shane Harris&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;entity:organization/central_intelligence_agency,entity:organization/federal_bureau_of_investigation,topic:sci-tech/science,topic:world,entity:country/north_korea,syndication:syndication-google,entity:company/sony_corporation,topic:politics&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/world&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;shaneharris&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2015-01-02T23:55:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/shane-harrishtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;science&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;world&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;politics&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.2000.jpg/1420244078257.cached.jpg&quot;}],&quot;title&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years/jcr:content/image.img.200.jpg/1420244078257.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;escapedTitle&quot;:&quot;U.S. Spies Say They Tracked &amp;lsquo;Sony Hackers&amp;rsquo; For Years&quot;,&quot;escapedDescription&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won&amp;rsquo;t convince skeptics. &quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/142Xjnm&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/142Xj70&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/142XgI6&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/142XgrQ&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/142XgIm&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/142XgIc&quot;,&quot;twitterVia&quot;:&quot;shaneharris&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;American spies have detailed dossiers on the North Koreans who the U.S. says were behind the Sony attack. But the still-secret evidence likely won’t convince skeptics. &quot;,&quot;mailBodyTitle&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;},&quot;shares&quot;:{&quot;facebook&quot;:131,&quot;total&quot;:517,&quot;twitter&quot;:224,&quot;email&quot;:162},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2015|01|02|u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;pageName&quot;:&quot;U.S. Spies Say They Tracked Sony Hackers For Years&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;01/02/2015 18:55 -0500&quot;,&quot;publicationDateTime&quot;:1420242900000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - U.S. Spies Say They Tracked Sony Hackers For Years&quot;,&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;section&quot;:&quot;World&quot;,&quot;titleForParsely&quot;:&quot;U.S. Spies Say They Tracked ‘Sony Hackers’ For Years&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;world&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[&quot;central_intelligence_agency&quot;,&quot;federal_bureau_of_investigation&quot;,&quot;north_korea&quot;,&quot;sony_corporation&quot;],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=651842247;kw=central_intelligence_agency;kw=federal_bureau_of_investigation;kw=north_korea;kw=sony_corporation&quot;,&quot;pid&quot;:&quot;651842247&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;world/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTUvMDEvMDIvdS1zLXNwaWVzLXNheS10aGV5LXRyYWNrZWQtc29ueS1oYWNrZXJzLWZvci15ZWFycy5odG1sIiwidGl0bGUiOiJVLlMuIFNwaWVzIFNheSBUaGV5IFRyYWNrZWQg4oCYU29ueSBIYWNrZXJz4oCZIEZvciBZZWFycyIsImNoZWNrc3VtIjoiYzExNmQyZDYxNmQ0NTRjZDYzOTMwNmE3M2E0MjY3OWQiLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTUvMDEvMDIvdS1zLXNwaWVzLXNheS10aGV5LXRyYWNrZWQtc29ueS1oYWNrZXJzLWZvci15ZWFycyJ9.l9dcaMSr3rVjpjw8SMC_qBY2RapGV4HNJyuTJo1Xnis\\&quot;,\\&quot;checksum\\&quot;:\\&quot;c116d2d616d454cd639306a73a42679d\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2015/01/02/u-s-spies-say-they-tracked-sony-hackers-for-years\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2015_01_02_u-s-spies-say-they-tracked-sony-hackers-for-years\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2015_01_02_u-s-spies-say-they-tracked-sony-hackers-for-years&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304992.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Scott Walker Faces GOP Rift At Awkward Time&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/scott-walker-gop_n_6407388.html&quot;},{&quot;title&quot;:&quot;Harry Reid Breaks Ribs, Bones In His Face While Exercising At Home&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/harry-reid-injured_n_6406716.html&quot;},{&quot;title&quot;:&quot;Obama Announces New Sanctions On North Korea In Response To Sony Hack&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/obama-north-korea-sanctions_n_6407712.html&quot;}]},{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;The Inside Story of Naughty by Nature&#39;s &#39;O.P.P.&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/naughty-by-nature-opp-inside-story-20150102&quot;},{&quot;title&quot;:&quot;Hear Paul McCartney and Kanye West&#39;s Emotional Ballad &#39;Only One&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/hear-paul-mccartney-and-kanye-wests-emotional-ballad-only-one-20150101&quot;},{&quot;title&quot;:&quot;The NYPD&#39;s &#39;Work Stoppage&#39; Is Surreal&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/politics/news/the-nypds-work-stoppage-is-surreal-20141231&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Foxcatcher Wrestler Mark Schultz Rips Director Bennett Miller: \\&quot;I Hate Everything That Scum Touches\\&quot;&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/foxcatcher-wrestler-mark-schultz-rips-director-bennett-miller-201521&quot;},{&quot;title&quot;:&quot;Brooke Shields Stuns In Bikini on Vacation in Mexico at Age 49 -- See Her Amazing Bod&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-body/news/brooke-shields-stuns-in-bikini-at-age-49-photos-201521&quot;},{&quot;title&quot;:&quot;Madonna Compares Herself to Nelson Mandela, Martin Luther King Jr., Sparks Outrage on Instagram&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/madonna-compares-herself-to-nelson-mandela-and-mlk-jr-sparks-outrage-201521&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;curated&quot;,&quot;index&quot;:2},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;Pepsico_from&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.800.500.png/1410973312050.cached.png&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.225.png/1410973312050.cached.png&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.490.600.png/1410973312050.cached.png&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.960.640.png/1410973312050.cached.png&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.200.png/1410973312050.cached.png&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.500.333.png/1410973312050.cached.png&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.410.273.png/1410973312050.cached.png&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.60.60.png/1410973312050.cached.png&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.600.400.png/1410973312050.cached.png&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.img.800.png/1410973312050.cached.png&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.360.600.png/1410973312050.cached.png&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.800.600.png/1410973312050.cached.png&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.300.600.png/1410973312050.cached.png&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.400.225.png/1410973312050.cached.png&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.250.250.png/1410973312050.cached.png&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.1200.600.png/1410973312050.cached.png&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage.crop.174.116.png/1410973312050.cached.png&quot;},&quot;title&quot;:&quot;Pepsico_from&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In restaurants and movie theaters around the country, a reinvention of a device that dates to the 19th century is harnessing the latest technology and design innovations to provide instant gratification, seemingly endless choices, and an entirely new customer experience.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;We’re talking, of course, about the soda fountain.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Last May, at the National Restaurant Association Show in Chicago, PepsiCo began to roll out its futuristic Spire soda fountains, which draw design inspiration from touchscreen devices such as smartphones and tablets, and the growing empowerment trend that allows consumers to personalize and customize everything from music lists to their favorite ice cream and yogurt dishes.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Why change something that has worked well for more than a century? &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Soda fountains have long been fixtures in America’s malt shops, restaurants, cafeterias—and anywhere else beverages are served in volume. They mix carbonated water with syrups, and fused them together seamlessly in a frothy cold stream—all on demand.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;At first, the soda fountain was an artisanal personal experience—the people who operated them were known as “soda jerks” because they had to jerk the soda-dispensing handle back and forth. But over the 20th century the world became more automated and the “soda jerk” became obsolete. &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The bubbles still came out, but the personal mixology had been lost.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;To recreate some of the personalized experience, the PepsiCo research and development (R&amp;amp;D) team began working with its internal business partners to match the latest technology and design concepts with consumers’ rapidly changing preferences for customization. &lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“We’ve all come to expect a high-definition digital experience when interacting with devices,” said Robert Lewis, senior vice president of PepsiCo’s Research and Development’s Equipment Development and Engineering Technology. “Compared to changes in other parts of our daily lives, we saw an opportunity to contemporize the fountain equipment. Our goal was to discover and create a new world of possibilities; and that’s exactly what we accomplished.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;To do so, the company called into action a range of experts with competencies that included marketing and consumer insights, R&amp;amp;D (fluidics, engineering, flavorists, etc.), design, foodservice, business information systems, and the people who install and service PepsiCo fountain equipment. &lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;“The core team was supported by the entire PepsiCo Global R&amp;amp;D team from the very first day and remained so throughout the entire process,” said Dr. Mehmood Khan, executive vice president of PepsiCo and chief scientific officer. “Marketers, designers and R&amp;amp;D teams worked together through the development process to ensure that designs, which satisfied consumer needs, could be quickly and efficiently developed and brought to market.”&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;The team’s first task was to study consumer research and in-market observations to better understand the unmet needs and preferences of 21st century, high-expectation consumers and restaurant operators. &lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;141229-pepsi-embed-new&quot;,&quot;caption&quot;:&quot;Pepsi Spire™&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.800.500.jpg/1419898484768.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.225.jpg/1419898484768.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.490.600.jpg/1419898484768.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.960.640.jpg/1419898484768.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.200.jpg/1419898484768.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.500.333.jpg/1419898484768.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.410.273.jpg/1419898484768.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.60.60.jpg/1419898484768.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.600.400.jpg/1419898484768.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.img.800.jpg/1419898484768.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.360.600.jpg/1419898484768.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.800.600.jpg/1419898484768.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.300.600.jpg/1419898484768.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.400.225.jpg/1419898484768.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.250.250.jpg/1419898484768.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.1200.600.jpg/1419898484768.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/inlineimage_0.crop.174.116.jpg/1419898484768.cached.jpg&quot;},&quot;title&quot;:&quot;141229-pepsi-embed-new&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Consumers, they learned, want an experience that is simple, engaging, and fun. They want more choices too; to personalize beverages with recipes that combine brand products with popular flavorings. Creating a positive consumer fountain experience is what restaurant owners’ want, most off all, because that’s what sells beverages. But they also wanted compact, modern designs that adapt to a wide range of restaurant configurations, improve traffic flow, and complement their establishment’s décor. And, of course, they wanted them to be affordable.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;As work progressed on the new fountain, ideas were generated, sketches drawn, and models built. Consumer testers evaluated competing designs. For the R&amp;amp;D team, every detail, such as size and footprint, ease of use, integration of digital touch screens, and cup placement, were thoughtfully considered and integrated into the functional design. Even the nozzle—there’s only one on each Spire unit—was carefully engineered by the R&amp;amp;D team to accommodate the internal systems needed to deliver multiple products, flavors, and carbonated and non-carbonated water. “The Spire nozzle is also illuminated to create a sort of theatrical experience when selecting and dispensing a beverage,” said Terry Chung, director of equipment development, PepsiCo Global R&amp;amp;D.&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Following the initial design phase, the R&amp;amp;D team took the lead to bring the new fountain to life.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“The number one challenge for R&amp;amp;D was space,” said Chung. “The fountain was designed with a very small footprint, yet it had to pour up to 12 brands and six flavors. From an R&amp;amp;D standpoint, we had to make sure all the components, such as valves, flow controls, tubing, electronics and control boards, and the touchscreen display, all fit in the compact design and could be easily accessed for service.”&lt;br&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The other challenge, says Chung, was the development of internal parts and components that could be used across the entire next generation fountain, cooler, and interactive vending technologies all under development at PepsiCo R&amp;amp;D. To simplify maintenance, “everything we created had to be utilized across the entire platform of new equipment,” he said.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;One thing that did not have to be re-engineered was what the industry calls the “backroom package,” the components behind the dispenser. These include syrup boxes and a carbonated water pump and water filtration system. To minimize disruptions during fountain conversions, and make the system seamless for customers, PepsiCo integrated its legacy backroom package into the new Spire system.&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“That’s what makes Spire very attractive, very simple, and very convenient from a store conversion standpoint,” said Chung. “You don’t have to worry about changing the backroom. Many of the components we use are legacy parts that are already in the store and our service centers; that are familiar to our customers.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;“The collaboration with our business and commercial partners made possible the creation of this innovative fountain system and a quick deployment to market.&amp;quot; —Dr. Mehmood Khan, executive vice president and chief scientific officer, PepsiCo.&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“It’s an example of really smart R&amp;amp;D engineering to create a fountain with a new look and function, but do so using existing elements that simplify the transition for our customers and is mindful of costs,” said Lewis.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Typically, new equipment is developed in the span of two or three years. But in seven months, the team took the project from the drawing board to a real-world test in Albany, New York. Today, the Pepsi Spire is a portfolio of innovative fountain beverage dispensers that allow consumers to create a wide range of customized beverages with the touch of a button, while giving foodservice operators a choice of flexible and cost-effective equipment that best meets their needs.&lt;br type=\\&quot;_moz\\&quot;&gt;\\n&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Spire, like most fountains, includes a variety of popular brands – Pepsi, Mountain Dew, Sierra Mist, Brisk Iced Tea and SoBe Lifewater. Spire allows users to customize drinks through a series of no-calorie flavor shots, mostly fruit-based like strawberry, lemon, and cherry. The fountain lets people create products that aren’t available in a convenience store cooler, or at traditional dispensers, like a raspberry Diet Pepsi, or a cherry lemon Mountain Dew, or a vanilla Brisk Iced Tea.&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Spire comes in three sizes. There’s a countertop self-service unit with a 10-inch touchscreen that allows self-service for up to 40 combinations, and a larger countertop unit with a 15-inch touchscreen. The largest unit is the Spire 5.0, which features a video screen and enables the creation of up to 1,000 different beverage combinations.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The fountains are meant to inspire the people who purchase the fountains – movie theater owners, restaurateurs, and cafeteria operators – as well as consumers. PepsiCo is rolling Spire out at Buffalo Wild Wings locations as part of a far-reaching partnership. And as The New York Times reported in May, Marcus Theatres, a chain of movie theaters, has been testing the Spire in Wisconsin. “But we’re seeing that Spire is actually something consumers are seeking out — and the benefit of that is higher soda and snack sales for us,” Rolando Rodriguez, chief executive officer of Marcus Theatres, told the Times.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;These new fountains are being compared with smartphones not just because of the touchscreens, but because they are in many ways more intelligent and interactive. The Spires gather data every time somebody uses them; they log each “product.” And so Pepsi – and its customers – can now glean information on trending flavors, whether lemon-flavored Diet Pepsi is popular in Southern Florida, or whether people prefer carbonated drinks at a certain time of day. What’s more, the screens can be updated remotely – with videos, messages, coupons, promotions, or other relevant information.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“The Spire project has been a tremendous success,” said Dr. Khan. “The collaboration with our business and commercial partners made possible the creation of this innovative fountain system and a quick deployment to market. The Spire team serves as a model for future PepsiCo innovation projects.” And what are those future innovations? Dr. Khan won’t offer any hints, but he said Spire was designed with the future in mind. “So there are more fountain innovations and exciting features coming,” he said.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“Some will be visible to consumers and some will not, but they will all make our refreshment experiences more interesting and engaging.”&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;\\n&lt;p class=\\&quot;p1\\&quot;&gt;&lt;i&gt;For more information on Spire, visit &lt;a href=\\&quot;http://www.pepsispire.com/\\&quot; target=\\&quot;_blank\\&quot;&gt;www.PepsiSpire.com&lt;/a&gt;.&amp;nbsp;For more on PepsiCo, visit &lt;a href=\\&quot;http://www.pepsico.com/\\&quot; target=\\&quot;_blank\\&quot;&gt;www.PepsiCo.com.&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;\\n&lt;p&gt;\\n\\n\\n\\n\\n\\n\\n\\n&lt;/p&gt;\\n\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/body/text_11&quot;}],&quot;dek&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;description&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.800.500.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.300.225.jpg/1419959531240.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/square.crop.490.600.jpg/1419959531240.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.960.640.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.300.200.jpg/1419959531240.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.500.333.jpg/1419959531240.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.410.273.jpg/1419959531240.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.60.60.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.600.400.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.800.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/tall.crop.360.600.jpg/1419959531240.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.800.600.jpg/1419959531240.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/tall.crop.300.600.jpg/1419959531240.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/jumbotron.crop.400.225.jpg/1419959531240.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/square.crop.250.250.jpg/1419959531240.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/jumbotron.crop.1200.600.jpg/1419959531240.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.crop.174.116.jpg/1419959531240.cached.jpg&quot;},&quot;title&quot;:&quot;141229-pepsi-tease-new&quot;},&quot;longTitle&quot;:&quot;Font of Invention&quot;,&quot;modifiedDate&quot;:1419959531257,&quot;publicationDate&quot;:1419958800000,&quot;rubric&quot;:&quot;&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;longTitle&quot;:&quot;Game Changers&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Game Changers&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;title&quot;:&quot;pepsico-game-changers&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/sponsored/pepsico-game-changers.html&quot;},&quot;shortTitle&quot;:&quot;Font of Invention&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1qz6eQX&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;subTitle&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;tags&quot;:[],&quot;title&quot;:&quot;Font of Invention&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;longTitle&quot;:&quot;Game Changers&quot;,&quot;rubric&quot;:&quot;&quot;,&quot;shortTitle&quot;:&quot;Game Changers&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;sponsor&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;title&quot;:&quot;pepsico-game-changers&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/sponsored/pepsico-game-changers.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;Font of Invention&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/sponsored/pepsico-game-changers&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2014-12-30T17:00:00.000Z&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.2000.jpg/1419959531240.cached.jpg&quot;}],&quot;title&quot;:&quot;Font of Invention - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2014/09/18/font-of-invention.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2014/09/18/font-of-invention/jcr:content/image.img.200.jpg/1419959531240.cached.jpg&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;escapedTitle&quot;:&quot;Font of Invention&quot;,&quot;escapedDescription&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1qz6eAx&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1qz6gZ2&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1qz6gZ6&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1qz6eQX&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1qz6eQR&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1qz6eAt&quot;,&quot;twitterVia&quot;:&quot;thedailybeast&quot;,&quot;mailBodyDescription&quot;:&quot;How PepsiCo reinvented its soda fountain.&quot;,&quot;mailBodyTitle&quot;:&quot;Font of Invention&quot;},&quot;shares&quot;:{&quot;facebook&quot;:8,&quot;total&quot;:10,&quot;twitter&quot;:0,&quot;email&quot;:2},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2014|09|18|font-of-invention&quot;,&quot;pageName&quot;:&quot;Font of Invention&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2014/09/18/font-of-invention&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;12/30/2014 12:00 -0500&quot;,&quot;publicationDateTime&quot;:1419958800000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - Font of Invention&quot;,&quot;section&quot;:&quot;&quot;,&quot;titleForParsely&quot;:&quot;Font of Invention&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=1956274156&quot;,&quot;pid&quot;:&quot;1956274156&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTQvMDkvMTgvZm9udC1vZi1pbnZlbnRpb24uaHRtbCIsInRpdGxlIjoiRm9udCBvZiBJbnZlbnRpb24iLCJjaGVja3N1bSI6ImVhOGViN2ZiYjA2ZTRhNjkyNjdjNmFlM2YzN2U3YzgwIiwiYXJ0aWNsZUlkIjoiL2NvbnRlbnQvZGFpbHliZWFzdC9hcnRpY2xlcy8yMDE0LzA5LzE4L2ZvbnQtb2YtaW52ZW50aW9uIn0.aNke1GaO4ieWml-3_4AcuQxeEmLh4RM6z-f8lErB2AI\\&quot;,\\&quot;checksum\\&quot;:\\&quot;ea8eb7fbb06e4a69267c6ae3f37e7c80\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2014/09/18/font-of-invention\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2014_09_18_font-of-invention\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2014_09_18_font-of-invention&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:true,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Little Jimmy Dickens, Country Legend, Dead at 94 After Stroke&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/little-jimmy-dickens-country-legend-dead-at-94-201521&quot;},{&quot;title&quot;:&quot;Teresa Giudice Celebrates New Years Eve With Daughters and Joe Ahead of Prison Sentence&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/teresa-giudice-celebrates-new-years-eve-with-family-before-prison-201521&quot;},{&quot;title&quot;:&quot;Hilaria Baldwin Hints She&#39;s Expecting a Baby Boy With Husband Alec Baldwin&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-moms/news/hilaria-baldwin-hints-shes-pregnant-with-a-baby-boy-201521&quot;}]},{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;The Inside Story of Naughty by Nature&#39;s &#39;O.P.P.&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/naughty-by-nature-opp-inside-story-20150102&quot;},{&quot;title&quot;:&quot;Bono: &#39;I May Never Play Guitar Again&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/bono-i-may-never-play-guitar-again-20150102&quot;},{&quot;title&quot;:&quot;Rod Stewart Sideman and Jazz Guitarist Jeff Golub Dead at 59&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/rod-stewart-sideman-and-jazz-guitarist-jeff-golub-dead-at-59-20150102&quot;}]},{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304992.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Obama Announces New Sanctions On North Korea In Response To Sony Hack&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/obama-north-korea-sanctions_n_6407712.html&quot;},{&quot;title&quot;:&quot;Mario Cuomo, Former New York Governor, Dies At 82&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/mario-cuomo-dead-dies_n_6404924.html&quot;},{&quot;title&quot;:&quot;Harry Reid Breaks Ribs, Bones In His Face While Exercising At Home&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/harry-reid-injured_n_6406716.html&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;disclaimer&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/wrap/disclaimer&quot;,&quot;text&quot;:&quot;This content is partner content, and was not necessarily written or created by The Daily Beast editorial team.&quot;},&quot;algorithm&quot;:&quot;branded&quot;,&quot;index&quot;:3},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Melissa Leon is a reporter and researcher at&amp;nbsp;The Daily Beast. You can reach her at melissa.leon@thedailybeast.com or on &lt;a href=\\&quot;http://www.twitter.com/melissahleon\\&quot; target=\\&quot;_blank\\&quot;&gt;Twitter.&lt;/a&gt;&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/m/melissa-leon&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/m/melissa-leon/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.400.400.jpg/1326374327513.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.96.96.jpg/1326374327513.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/m/melissa-leon/image.crop.200.200.jpg/1326374327513.cached.jpg&quot;},&quot;title&quot;:&quot;melissa-leon-author&quot;},&quot;name&quot;:&quot;Melissa Leon&quot;,&quot;url&quot;:&quot;/contributors/melissa-leon.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;MelissaHLeon&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Five days before last Christmas, your boyfriend &lt;a href=\\&quot;http://www.thedailybeast.com/articles/2014/09/22/joseph-gordon-levitt-on-why-he-s-exploring-the-word-feminism-and-online-misogyny.html\\&quot; target=\\&quot;_blank\\&quot;&gt;Joseph Gordon-Levitt&lt;/a&gt; became Silicon Valley robotics genius Tasha McCauley’s husband. Sorry. &lt;i&gt;People&lt;/i&gt; blithely broke the news on New Year’s Eve, reporting that the couple had wed in a private ceremony at their Los Angeles home on Dec. 20. Meaning that as of 2015, the Internet’s ultimate man-crush trifecta—Ryan Gosling, Benedict Cumberbatch, and Gordon-Levitt—is collectively spoken for. Happy New Year!&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/snippet&quot;,&quot;snippet&quot;:&quot;&lt;blockquote class=\\&quot;twitter-tweet\\&quot; data-cards=\\&quot;hidden\\&quot; lang=\\&quot;en\\&quot;&gt;&lt;p&gt;NOOOOOOOOOOOOOOOOOOOOOOOOOOO -&amp;gt; Joseph Gordon-Levitt Is Married &lt;a href=\\&quot;http://t.co/r0gXGsKldA\\&quot;&gt;http://t.co/r0gXGsKldA&lt;/a&gt; via &lt;a href=\\&quot;https://twitter.com/peoplemag\\&quot;&gt;@PeopleMag&lt;/a&gt;&lt;/p&gt;&amp;mdash; Film Fatale (@FilmFatale_NYC) &lt;a href=\\&quot;https://twitter.com/FilmFatale_NYC/status/550812077208924160\\&quot;&gt;January 2, 2015&lt;/a&gt;&lt;/blockquote&gt;\\n&lt;script async src=\\&quot;//platform.twitter.com/widgets.js\\&quot; charset=\\&quot;utf-8\\&quot;&gt;&lt;/script&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/snippet&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/snippet&quot;,&quot;snippet&quot;:&quot;&lt;blockquote class=\\&quot;twitter-tweet\\&quot; lang=\\&quot;en\\&quot;&gt;&lt;p&gt;2014 had to steal just one more dream before the ball-drop: &lt;a href=\\&quot;http://t.co/1dHg1xyJlo\\&quot;&gt;http://t.co/1dHg1xyJlo&lt;/a&gt;.&lt;/p&gt;&amp;mdash; stacia l. brown (@slb79) &lt;a href=\\&quot;https://twitter.com/slb79/status/550471671485046784\\&quot;&gt;January 1, 2015&lt;/a&gt;&lt;/blockquote&gt;\\n&lt;script async src=\\&quot;//platform.twitter.com/widgets.js\\&quot; charset=\\&quot;utf-8\\&quot;&gt;&lt;/script&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/snippet_0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;The news came as a surprise even to fans of Gordon-Levitt, who was only photographed with McCauley for the first time last May. (&lt;a href=\\&quot;http://www.dailymail.co.uk/tvshowbiz/article-2626766/Joseph-Gordon-Levitt-wraps-arm-mystery-woman-revealing-girlfriend-doesnt-talk-public.html\\&quot; target=\\&quot;_blank\\&quot;&gt;Here&lt;/a&gt; they are semi-touching at a grocery store; she likes kombucha.) But it was McCauley’s impressive resume that made headlines: She earned a bachelor’s degree from Bard College, a master’s degree in International Business Education and Research from USC, and a graduate certificate in robotics from Singularity University, where she later became a faculty member and taught students about “robotics, artificial intelligence, and other rapidly accelerating technologies.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;McCauley also co-founded Fellow Robots, a telepresence robotics company based in NASA’s Research Park in Mountain View, Calif.—though she is not, as &lt;i&gt;People&lt;/i&gt; initially reported, the company’s CEO. (In her &lt;a href=\\&quot;http://www.marshall.usc.edu/ibear/admissions/class-profiles-xxxvi\\&quot; target=\\&quot;_blank\\&quot;&gt;web profile&lt;/a&gt; for USC’s Marshall School of Business, McCauley describes herself as co-founder and creative director for the company; Fellow Robots, meanwhile, &lt;a href=\\&quot;http://www.vocativ.com/culture/celebrity/joseph-gordon-levitt-wife-tasha-mccauley/\\&quot; target=\\&quot;_blank\\&quot;&gt;confirmed to Vocativ&lt;/a&gt; that McCauley left them some time ago.)&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;He confessed a “phobia” of “getting attention from girls for [being famous]”—which can be an issue when you’re one of Tumblr’s favorite crushes.&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;She is reportedly multilingual, fluent in both Spanish and Arabic, and a co-founder of the&lt;a href=\\&quot;http://singularityu.org/2010/11/19/news-thiel-foundation-awards-grant-to-singularity-university/\\&quot; target=\\&quot;_blank\\&quot;&gt; 10^9+ Foundation&lt;/a&gt;, which challenges students to develop “services, products, and both nonprofit and for-profit organizations that have the ability to positively affect the lives of one billion people within 10 years.” &lt;br /&gt;\\r\\n&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;And if you ask what her superpower is, like this &lt;a href=\\&quot;http://tandgcon.com/business-of-play/tasha-mccauley-cool-robotic-chick\\&quot; target=\\&quot;_blank\\&quot;&gt;openly enamored interviewer&lt;/a&gt; did at last year’s Toy and Game Innovation Conference, she’ll respond with something like, “My nervous system, which processes the world in ways I can’t even comprehend. I get a fantastic free ride on systems that have been optimized by millions of years of evolution.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In a TED-like talk at last year’s IdeaCity conference—you can watch video &lt;a href=\\&quot;http://www.ideacityonline.com/video/tasha-mccauley-power-exponential-technologies\\&quot; target=\\&quot;_blank\\&quot;&gt;here&lt;/a&gt;—McCauley explains the “superhuman avatar” robots she developed with Fellow Robotics. They look a little like iPads glued to Segways, but that’s the point: They’re “video chat on wheels,” complete with customizable modules that fit telecommuters’ individual needs.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;140710-mendes-gosling-cheat&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.800.500.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.225.jpg/1420266524998.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.490.600.jpg/1420266524998.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.960.640.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.200.jpg/1420266524998.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.500.333.jpg/1420266524998.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.410.273.jpg/1420266524998.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.60.60.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.600.400.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.img.800.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.360.600.jpg/1420266524998.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.800.600.jpg/1420266524998.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.300.600.jpg/1420266524998.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.400.225.jpg/1420266524998.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.250.250.jpg/1420266524998.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.1200.600.jpg/1420266524998.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage.crop.174.116.jpg/1420266524998.cached.jpg&quot;},&quot;title&quot;:&quot;140710-mendes-gosling-cheat&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“What if somebody wants to know if you’re nervous and they want pupil dilation sensors?” she implores. “What if you&amp;apos;re a doctor and you want heart-rate sensors on your robot? What if you just want eyes on the back of your head, you want forward and rear-facing cameras? These are things that you can’t do as a biological person.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;No one is clear on when McCauley and Gordon-Levitt started dating, exactly, but in a 2013 interview with Howard Stern, the actor revealed they had met through “mutual friends.” He declined to name his then-girlfriend, saying, “I tend not to really like to talk about it in public. The girl that I’m with, she really doesn’t want to be a part of that.” He confessed a “phobia” of “getting attention from girls for [being famous]”—which can be an issue when you’re one of Tumblr’s favorite crushes.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;McCauley may have married beneath her station, but Gordon-Levitt has obsessive fans. &lt;i&gt;Lots&lt;/i&gt; of them. Much like Gosling or Cumberbatch die-hards, “JGL”-lovers are ardent in their adoration, with Facebook pages, Twitter accounts, fan sites, fan art and fan-fiction galore. One would think surprise marriages (or, in Gosling’s case, a partner &lt;i&gt;and&lt;/i&gt; a baby) might extinguish the flames, but most express happiness for their imaginary boyfriends on such occasions. One Tumblr user, who made a virtual congratulations card for Gordon-Levitt and McCauley, &lt;a href=\\&quot;https://www.tumblr.com/search/joseph+gordon+levitt+tasha+mccauley\\&quot; target=\\&quot;_blank\\&quot;&gt;wrote&lt;/a&gt;, “One of my most favorite individuals currently living on this planet got married to Tasha McCauley on December 20, 2014! I am so happy for Regular Joe!”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;“May their married life have laughter, and that they love one another forever after!” reads the card, complete with a photo of the couple’s heads framed inside a heart.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Another Tumblr &lt;a href=\\&quot;http://jglweb.tumblr.com/post/106756330423/happy-new-year\\&quot; target=\\&quot;_blank\\&quot;&gt;fan site&lt;/a&gt; kicked off the New Year by wishing McCauley and Gordon-Levitt “good things and happiness. It seems he has all or almost all he wants for being happy now.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/inlineimage&quot;,&quot;alt&quot;:&quot;141105-sykes-cumberbatch-tease&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Rex/Getty&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.800.500.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.225.jpg/1420266543800.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.490.600.jpg/1420266543800.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.960.640.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.200.jpg/1420266543800.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.500.333.jpg/1420266543800.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.410.273.jpg/1420266543800.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.60.60.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.600.400.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.img.800.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.360.600.jpg/1420266543800.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.800.600.jpg/1420266543800.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.300.600.jpg/1420266543800.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.400.225.jpg/1420266543800.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.250.250.jpg/1420266543800.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.1200.600.jpg/1420266543800.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/inlineimage_0.crop.174.116.jpg/1420266543800.cached.jpg&quot;},&quot;title&quot;:&quot;141105-sykes-cumberbatch-tease&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Screaming fans don’t stick around forever, of course. Gosling’s popularity reached a fever pitch in 2012, back when he’d morphed into a walking meme. After the “Hey Girl” jokes subsided and the angry mob dispersed after &lt;i&gt;People&lt;/i&gt; failed to name him Sexiest Man Alive (again), Gosling settled down with Eva Mendes and “retired” from acting. Three months ago, the two had a baby together and the Internet mostly just shrugged. Today, it’s almost passé to express love for the Internet’s former sweetheart, who is now struggling to establish himself as a director with his critically panned debut, &lt;i&gt;Lost River&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;As for the famously self-labeled Cumberbitches, their star is rising. Their alien-faced object of affection has gone from a BBC star on &lt;i&gt;Sherlock&lt;/i&gt; to a bona fide Oscar contender with his turn as cryptanalyst Alan Turing in &lt;i&gt;The Imitation Game. &lt;/i&gt;His surprise marriage to theater director Sophie Hunter may have broken hearts, but the squeals of delight were even louder. The way the couple announced the union was the embodiment of Cumberbatch’s absurdly British appeal: An old-fashioned, vaguely aristocratic announcement in the “Forthcoming Marriages” section of &lt;i&gt;The Times&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Perhaps most distinguishing of all is Cumberbatch’s conscious effort to provide his fans with constant titillation. While Gosling shies from the spotlight and Gordon-Levitt prefers fan collaboration via his hitRECord project, Cumberbatch simply gives people what they want—and he has fun with it, too. He told &lt;i&gt;Elle UK&lt;/i&gt; last year that, as his character Sherlock Holmes, “I’d know exactly how to please a woman, I’d know exactly where to put my fingers, where to put my tongue, where to put my—his, I should say—fingers, his tongue. Think about violinists, think about what they can do with their fingers.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Comments like that are designed to stoke the fires of fan-passion—and it works beautifully. Gordon-Levitt may not be the type to deliberately make ovaries explode, but you wouldn’t hear anyone complaining if he did. Except for maybe his brainiac wife… but she could do better anyway.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/body/text14&quot;}],&quot;dek&quot;:&quot;&lt;p&gt;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled &lt;i&gt;(500) Days of Summer&lt;/i&gt; star Joseph Gordon-Levitt got married. &lt;/p&gt;\\n&quot;,&quot;description&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Photo Illustration by The Daily Beast&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.800.500.jpg/1420266784900.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.300.225.jpg/1420266784900.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/square.crop.490.600.jpg/1420266784900.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.960.640.jpg/1420266784900.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.300.200.jpg/1420266784900.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.500.333.jpg/1420266784900.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.410.273.jpg/1420266784900.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.60.60.jpg/1420266784900.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.600.400.jpg/1420266784900.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.800.jpg/1420266784900.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/tall.crop.360.600.jpg/1420266784900.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.800.600.jpg/1420266784900.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/tall.crop.300.600.jpg/1420266784900.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/jumbotron.crop.400.225.jpg/1420266784900.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/square.crop.250.250.jpg/1420266784900.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/jumbotron.crop.1200.600.jpg/1420266784900.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.crop.174.116.jpg/1420266784900.cached.jpg&quot;},&quot;title&quot;:&quot;150102-leon-jgl-tease&quot;},&quot;longTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;modifiedDate&quot;:1420267029468,&quot;publicationDate&quot;:1420266540000,&quot;rubric&quot;:&quot;TUMBLR TRIFECTA&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;shortTitle&quot;:&quot;All Your Internet Boyfriends Are Taken&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1K8EY9B&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;&quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;entity:company/tumblr&quot;,&quot;name&quot;:&quot;tumblr&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;company&quot;,&quot;title&quot;:&quot;Tumblr&quot;},{&quot;id&quot;:&quot;entity:person/joseph_gordon_levitt&quot;,&quot;name&quot;:&quot;joseph_gordon_levitt&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Joseph Gordon-Levitt&quot;},{&quot;id&quot;:&quot;entity:industryterm/social_media&quot;,&quot;name&quot;:&quot;social_media&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;industryterm&quot;,&quot;title&quot;:&quot;social media&quot;},{&quot;id&quot;:&quot;facebook&quot;,&quot;name&quot;:&quot;facebook&quot;,&quot;namespace&quot;:&quot;default&quot;,&quot;title&quot;:&quot;Facebook&quot;},{&quot;id&quot;:&quot;entity:person/ryan_gosling&quot;,&quot;name&quot;:&quot;ryan_gosling&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Ryan Gosling&quot;},{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;topic:entertainment&quot;,&quot;name&quot;:&quot;entertainment&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;Entertainment&quot;},{&quot;id&quot;:&quot;syndication:syndication-buzzfeed&quot;,&quot;name&quot;:&quot;syndication-buzzfeed&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Buzzfeed&quot;},{&quot;id&quot;:&quot;twitter&quot;,&quot;name&quot;:&quot;twitter&quot;,&quot;namespace&quot;:&quot;default&quot;,&quot;title&quot;:&quot;twitter&quot;},{&quot;id&quot;:&quot;entity:person/benedict_cumberbatch&quot;,&quot;name&quot;:&quot;benedict_cumberbatch&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;person&quot;,&quot;title&quot;:&quot;Benedict Cumberbatch&quot;}],&quot;title&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Tumblr, Joseph Gordon-Levitt, social media, Facebook, Ryan Gosling, Google, Entertainment, Buzzfeed, twitter, Benedict Cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Tumblr, Joseph GordonLevitt, social media, Facebook, Ryan Gosling, Google, Entertainment, Buzzfeed, twitter, Benedict Cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Melissa Leon&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;entity:company/tumblr,entity:person/joseph_gordon_levitt,entity:industryterm/social_media,facebook,entity:person/ryan_gosling,syndication:syndication-google,topic:entertainment,syndication:syndication-buzzfeed,twitter,entity:person/benedict_cumberbatch&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;MelissaHLeon&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2015-01-03T06:29:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/melissa-leonhtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;entertainment&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.2000.jpg/1420266784900.cached.jpg&quot;}],&quot;title&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt/jcr:content/image.img.200.jpg/1420266784900.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;escapedTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;escapedDescription&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1K8F154&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1K8F0OG&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1K8F0OK&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1K8EY9B&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1K8EYq3&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1K8EYpV&quot;,&quot;twitterVia&quot;:&quot;MelissaHLeon&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;The Tumblrati lost their collective marbles when it was announced that the boy-faced, dimpled (500) Days of Summer star Joseph Gordon-Levitt got married. &quot;,&quot;mailBodyTitle&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;},&quot;shares&quot;:{&quot;facebook&quot;:2,&quot;total&quot;:19,&quot;twitter&quot;:10,&quot;email&quot;:7},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2015|01|03|all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;pageName&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;01/03/2015 01:29 -0500&quot;,&quot;publicationDateTime&quot;:1420266540000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;section&quot;:&quot;Entertainment&quot;,&quot;titleForParsely&quot;:&quot;All Your Internet Boyfriends Are Taken: Gosling, Cumberbatch, and now Joseph Gordon-Levitt&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[&quot;tumblr&quot;,&quot;joseph_gordon_levitt&quot;,&quot;social_media&quot;,&quot;ryan_gosling&quot;,&quot;benedict_cumberbatch&quot;],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=405521866;kw=tumblr;kw=joseph_gordon_levitt;kw=social_media;kw=ryan_gosling;kw=benedict_cumberbatch&quot;,&quot;pid&quot;:&quot;405521866&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;entertainment/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTUvMDEvMDMvYWxsLXlvdXItaW50ZXJuZXQtYm95ZnJpZW5kcy1hcmUtdGFrZW4tZ29zbGluZy1jdW1iZXJiYXRjaC1hbmQtbm93LWpvc2VwaC1nb3Jkb24tbGV2aXR0Lmh0bWwiLCJ0aXRsZSI6IkFsbCBZb3VyIEludGVybmV0IEJveWZyaWVuZHMgQXJlIFRha2VuOiBHb3NsaW5nLCBDdW1iZXJiYXRjaCwgYW5kIG5vdyBKb3NlcGggR29yZG9uLUxldml0dCIsImNoZWNrc3VtIjoiZDVlOGQ5NTk2MjU3OTZmYzRhZWJkZjRmMThkNjk5ZDEiLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTUvMDEvMDMvYWxsLXlvdXItaW50ZXJuZXQtYm95ZnJpZW5kcy1hcmUtdGFrZW4tZ29zbGluZy1jdW1iZXJiYXRjaC1hbmQtbm93LWpvc2VwaC1nb3Jkb24tbGV2aXR0In0.C6cBYd4gPWMGsP3jBO1Vxb8lyCGHTV9joYAPKNh0aWU\\&quot;,\\&quot;checksum\\&quot;:\\&quot;d5e8d959625796fc4aebdf4f18d699d1\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2015/01/03/all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2015_01_03_all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2015_01_03_all-your-internet-boyfriends-are-taken-gosling-cumberbatch-and-now-joseph-gordon-levitt&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Islands in the Stream: The 10 Biggest Holdouts in Digital Music&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/artists-refuse-stream-music-20150102&quot;},{&quot;title&quot;:&quot;Lady Antebellum, Gavin DeGraw Help Nashville Ring in 2015&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/lady-antebellum-gavin-degraw-help-nashville-ring-in-2015-20150101&quot;},{&quot;title&quot;:&quot;Hear Paul McCartney and Kanye West&#39;s Emotional Ballad &#39;Only One&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/hear-paul-mccartney-and-kanye-wests-emotional-ballad-only-one-20150101&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;American Idol Alum Kimberly Caldwell Marries Jordan Harvey in Great Gatsby Inspired Ceremony: Details, Stunning Wedding Pictures&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-style/news/american-idol-alum-kimberly-caldwell-is-married-wedding-photos-201521&quot;},{&quot;title&quot;:&quot;Hilaria Baldwin Hints She&#39;s Expecting a Baby Boy With Husband Alec Baldwin&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-moms/news/hilaria-baldwin-hints-shes-pregnant-with-a-baby-boy-201521&quot;},{&quot;title&quot;:&quot;Madonna Compares Herself to Nelson Mandela, Martin Luther King Jr., Sparks Outrage on Instagram&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/madonna-compares-herself-to-nelson-mandela-and-mlk-jr-sparks-outrage-201521&quot;}]},{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304992.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Here&#39;s What Could Happen If Hillary Clinton Decides Not To Run In 2016&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/hillary-clinton-2016_n_6405538.html&quot;},{&quot;title&quot;:&quot;Thomas Piketty Refuses Big Award: Government Shouldn&#39;t &#39;Decide Who Is Honorable&#39;&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/thomas-piketty-legion-of-honor_n_6403790.html&quot;},{&quot;title&quot;:&quot;David Duke Threatens To Expose Other Politicians With White Supremacist Ties&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/david-duke-steve-scalise_n_6406844.html&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;engaging&quot;,&quot;index&quot;:4},{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;authors&quot;:[{&quot;bio&quot;:&quot;&lt;p&gt;Rich Goldstein is a producer for The Daily Beast.&lt;/p&gt;\\n&quot;,&quot;id&quot;:&quot;/etc/authors/r/rich-goldstein-rgoldstein&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/etc/authors/r/rich-goldstein-rgoldstein/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w1_h1_large&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/r/rich-goldstein-rgoldstein/image.crop.400.400.jpg/1407360079618.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/r/rich-goldstein-rgoldstein/image.crop.96.96.jpg/1407360079618.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/etc/authors/r/rich-goldstein-rgoldstein/image.crop.200.200.jpg/1407360079618.cached.jpg&quot;},&quot;title&quot;:&quot;author-photo---richie-goldstein&quot;},&quot;name&quot;:&quot;Rich Goldstein&quot;,&quot;url&quot;:&quot;/contributors/rich-goldstein.html&quot;,&quot;userNames&quot;:{&quot;twitter&quot;:&quot;sexmahoney&quot;},&quot;externalAuthor&quot;:false}],&quot;body&quot;:[{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;b&gt;UNCONFIRMED&lt;/b&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text0&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Aaron Paul may play a young Han Solo in the first Star Wars spin-off.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text1&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;On Christmas, &lt;a href=\\&quot;http://makingstarwars.net/2014/12/first-star-wars-spin-off-han-solo-plus-production-codename/\\&quot; target=\\&quot;_blank\\&quot;&gt;MakingStarWars.net reported&lt;/a&gt; that friend to Bojack Horseman and magnet aficionado Aaron Paul is “looking to be attached” to the project, codenamed “Luminac Industrial Goods.” The report also said filming of the movie will overlap with &lt;i&gt;The Force Awakens&lt;/i&gt; and center on young Han Solo’s adventures. The editor-in-chief of the site said he was unable to confirm the rumors, but that they were delivered by “a friend” who provided “legit... set photos and more.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text2&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Luke Skywalker is an evil robot who has fallen to the dark side of the force.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text3&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Darth Vader’s possible robotishness is one of the oldest &lt;i&gt;Star Wars&lt;/i&gt; rumors and appeared for the first time following the release of the original &lt;i&gt;Star Wars&lt;/i&gt; in 1977. In a &lt;a href=\\&quot;http://www.hollywood.com/news/movies/45140132/star-wars-seven-of-the-craziest-movie-rumors-about-that-galaxy-far-far-away?page=all\\&quot; target=\\&quot;_blank\\&quot;&gt;list of former &lt;i&gt;Star Wars&lt;/i&gt; rumors&lt;/a&gt;, Hollywood.com said contemporary fans believed the David Prowse played villain to be all machine because “he’s completely concealed in armor” and the Sith Lord’s “heavy-footed gait has a metallic clank.” Rumors about a possible evil robotic Luke Skywalker hit the Internet when BadassDigest.com contributed a rumor that the new &lt;i&gt;Star Wars&lt;/i&gt; film will open not with a spaceship flying overhead, but a &lt;a href=\\&quot;http://badassdigest.com/2014/07/20/exclusive-star-wars-episode-vii-plot-details-revealed/\\&quot; target=\\&quot;_blank\\&quot;&gt;disembodied hand falling through space&lt;/a&gt; and holding Luke Skywalker’s lightsaber.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text4&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Star Wars&lt;i&gt; will be rated PG-13&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text5&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Only one other Star Wars film has &lt;a href=\\&quot;http://screenrant.com/revenge-of-the-sith-to-be-pg-13-vic-281/\\&quot; target=\\&quot;_blank\\&quot;&gt;earned a PG-13 rating&lt;/a&gt;, the 2005 prequel &lt;i&gt;Star Wars Episode III: Revenge of the Sith&lt;/i&gt;. The rest have been PG. However, first time &lt;i&gt;Star Wars&lt;/i&gt; director J.J. Abrams has never made a film with any other rating. Considering how fans reacted to the childishness of the early prequels, and the unlikelihood of seeing a fully clothed Luke Skywalker/Han Solo makeout session that would scare an R rating out of the uptight MPAA, the next &lt;i&gt;Star Wars&lt;/i&gt; will be dark like a thirteen-year-old’s bedroom.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text6&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/pullquote&quot;,&quot;quote&quot;:&quot;To make a new series of films and deliberately exclude the man who blew up the second Death Star would be like a million voices crying out in terror being suddenly silenced.&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/pullquote&quot;,&quot;quoteName&quot;:&quot;pullquote&quot;,&quot;quotePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones.html&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Pussy Riot will be in the new movie, possibly as a Cantina Band&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text7&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;During a round of press interviews at last winter’s Berlin Film Festival, Pussy Riot members Maria Alyoshina and Nadezhda Tolokonnikova hinted at offers to appear in an upcoming film, but were unable to say “from whom” because “nothing is agreed.” &lt;i&gt;The Independent&lt;/i&gt;, &lt;a href=\\&quot;http://www.independent.co.uk/arts-entertainment/films/news/pussy-riot-members-receive-offers-for-movie-like-star-wars-9119507.html\\&quot; target=\\&quot;_blank\\&quot;&gt;quoted the duo&lt;/a&gt; as saying “we have some offers but we cannot say anything at the moment.”&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text8&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Billy Dee Williams is one of the few original cast members who won’t appear in the sequels.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text9&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In his book, &lt;i&gt;How Star Wars Conquered the Universe&lt;/i&gt;, author Chris Taylor said George Lucas was initially reluctant to hire James Earl Jones because the director was worried it would smack of tokenism. The concern had apparently dissipated by the time &lt;i&gt;The Empire Strikes Back&lt;/i&gt; went into production because veteran actor Billy Dee Williams was recruited to play the galaxy far, far away’s only man of color in the character of Lando Calrissian. And yet while many of the original cast have been confirmed as returning for the new film, &lt;a href=\\&quot;http://www.theroot.com/articles/culture/2014/07/_star_wars_episode_7_where_s_billy_dee_williams.html\\&quot; target=\\&quot;_blank\\&quot;&gt;The Root pointed out&lt;/a&gt; that Williams’s name has yet to appear in any official announcements.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text10&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Obviously, not all the original cast can come back or even have the desire. Wedge Antilles and Ewan McGregor uncle &lt;a href=\\&quot;http://www.theverge.com/2014/5/12/5711780/star-wars-episode-7-wont-feature-wedge-antilles-actor\\&quot; target=\\&quot;_blank\\&quot;&gt;Dennis Lawson turned down the opportunity&lt;/a&gt; to reprise his role because he found the prospect boring. David Prowse, the actor who portrayed Darth Vader, wished to come back but had to &lt;a href=\\&quot;http://www.dailymail.co.uk/news/article-2853907/I-d-loved-new-Star-Wars-movie-says-Darth-Vader-actor-Prowse-dementia-d-probably-forget-lines.html\\&quot; target=\\&quot;_blank\\&quot;&gt;turn down the role&lt;/a&gt; because of ill health. But to make a new series of films and deliberately exclude the man who blew up the second Death Star would be like a million voices crying out in terror being suddenly silenced.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text11&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;All Star Wars rumors are bunkum.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text12&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;In a recent &lt;a href=\\&quot;https://www.yahoo.com/movies/oscar-isaac-says-your-star-wars-theories-are-106509806072.html\\&quot; target=\\&quot;_blank\\&quot;&gt;interview with Yahoo Movies&lt;/a&gt; about his upcoming film &lt;i&gt;A Most Violent Year&lt;/i&gt;, actor Oscar Isaac, turned his attention to &lt;i&gt;Star Wars&lt;/i&gt; rumors saying: “And also, the [plot theories] that get that formulated based on these things—they couldn’t be more far off-base.” The name of Isaac’s &lt;i&gt;Force Awakens&lt;/i&gt; character was confirmed via a set of promotional trading cards as &lt;a href=\\&quot;http://insidemovies.ew.com/2014/12/11/star-wars-the-force-awakens-character-names/\\&quot; target=\\&quot;_blank\\&quot;&gt;Poe Dameron&lt;/a&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text13&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Hugo Reyes has already watched the film in the future, written a new/better script, and then gone back in time and delivered it to J.J. Abrams.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text14&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Having no affinity for the prequel trilogy because of its release during his time trapped on a magical island, Hugo “Hurley” Reyes, nostalgic for the &lt;i&gt;Star Wars&lt;/i&gt; of his youth, originally went back in time and helped Lawrence Kasdan make &lt;i&gt;The Empire Strikes Back&lt;/i&gt; into what is arguably the best &lt;i&gt;Star Wars&lt;/i&gt; film of the first two trilogies. With the ability to leave the Island for the 2015 release of &lt;i&gt;The Force Awakens&lt;/i&gt;, Hugo saw the new films in an alternate timeline that we have yet to experience, travelled back in time again, and again assisted Kasdan in crafting the new trilogy.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text15&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;b&gt;DEBUNKED&lt;/b&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text16&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;The sequels will contain anything from the Expanded Universe.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text17&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Kyle Katarn and Mara Jade fans everywhere were heartbroken when screenwriter Simon Kinberg &lt;a href=\\&quot;http://www.hollywoodreporter.com/heat-vision/new-star-wars-movies-avoid-697893\\&quot; target=\\&quot;_blank\\&quot;&gt;told The Hollywood Reporter&lt;/a&gt; the new &lt;i&gt;Star Wars&lt;/i&gt; movies would ignore the Expanded Universe. And while some &lt;a href=\\&quot;http://www.tor.com/blogs/2014/04/dont-worrythe-star-wars-expanded-universe-is-not-going-away-because-of-episode-vii\\&quot; target=\\&quot;_blank\\&quot;&gt;remain optimistic&lt;/a&gt; that the new films will complement rather than destroy the decades of professional level fan-fic, there is now less hope than ever for a MaxRebo backstory in the sequel’s or spin-offs.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text18&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Obi-Wan Kenobi will turn out to be Luke Skywalker’s REAL father.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text19&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Ever since Darth Vader revealed himself as Luke Skywalker’s father, disbelieving &lt;i&gt;Star Wars&lt;/i&gt; fans have done mental gymnastics to confirm Luke’s protest to the contrary. Because the character played by Alec Guinness and Ewan McGregor was often loose with the truth, it made sense that his interest in training Luke as a Jedi, and deliberate paternal misdirection, were clues to a deeper mystery. The rumor popped up again during the prequel releases when fans theorized Anakin Skywalker would turn to the Dark Side of the Force because of a love triangle with Obi-Wan and Padme. Almost forty years later, it seems unlikely this will ever be the case.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text20&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;&lt;i&gt;Han Solo dies.&lt;/i&gt;&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text21&quot;},{&quot;resourceType&quot;:&quot;dailybeast2/components/text&quot;,&quot;textIsRich&quot;:&quot;true&quot;,&quot;text&quot;:&quot;&lt;p&gt;Another rumor that has existed since before &lt;i&gt;The Empire Strikes Back&lt;/i&gt; was released. David Prowse even intimated as much to &lt;i&gt;Starlog&lt;/i&gt; magazine in a &lt;a href=\\&quot;http://www.giantfreakinrobot.com/scifi/early-rumors-empire-strikes-1980.html\\&quot; target=\\&quot;_blank\\&quot;&gt;1979 interview&lt;/a&gt; about the sci-fi trilogy (before also revealing that Darth Vader was Luke Skywalker’s father which DID turn out to be true). While the new films may have put Harrison Ford in the hospital, even the Grim Reaper was forced to accede the actor’s invincibility after watching him survive &lt;i&gt;Indiana Jones and the Kingdom of the Crystal Skull&lt;/i&gt;.&lt;/p&gt;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/body/text22&quot;}],&quot;dek&quot;:&quot;&lt;p&gt;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the &lt;i&gt;Star Wars&lt;/i&gt; canon.&lt;/p&gt;\\n&quot;,&quot;description&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the ‘Star Wars’ canon.&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[&quot;Photo Illustration by Emil Lendof/The Daily Beast&quot;],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;w8_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.800.500.jpg/1420285517326.cached.jpg&quot;,&quot;w4_h3_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.300.225.jpg/1420285517326.cached.jpg&quot;,&quot;w5_h6_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/square.crop.490.600.jpg/1420285517326.cached.jpg&quot;,&quot;decorate_stream.wide&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.960.640.jpg/1420285517326.cached.jpg&quot;,&quot;w3_h2_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.300.200.jpg/1420285517326.cached.jpg&quot;,&quot;medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.500.333.jpg/1420285517326.cached.jpg&quot;,&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.410.273.jpg/1420285517326.cached.jpg&quot;,&quot;thumbnail&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.60.60.jpg/1420285517326.cached.jpg&quot;,&quot;w3_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.600.400.jpg/1420285517326.cached.jpg&quot;,&quot;w4_h3_large_nocrop&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.img.800.jpg/1420285517326.cached.jpg&quot;,&quot;w3_h5_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/tall.crop.360.600.jpg/1420285517326.cached.jpg&quot;,&quot;w4_h3_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.800.600.jpg/1420285517326.cached.jpg&quot;,&quot;w1_h2_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/tall.crop.300.600.jpg/1420285517326.cached.jpg&quot;,&quot;w16_h9_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/jumbotron.crop.400.225.jpg/1420285517326.cached.jpg&quot;,&quot;w1_h1_medium&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/square.crop.250.250.jpg/1420285517326.cached.jpg&quot;,&quot;w2_h1_large&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/jumbotron.crop.1200.600.jpg/1420285517326.cached.jpg&quot;,&quot;w3_h2_small&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.crop.174.116.jpg/1420285517326.cached.jpg&quot;},&quot;title&quot;:&quot;150102-goldstein-star-wars-tease&quot;},&quot;longTitle&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones)&quot;,&quot;modifiedDate&quot;:1420249414746,&quot;publicationDate&quot;:1420285800000,&quot;rubric&quot;:&quot;LOST JEDI&quot;,&quot;section&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;shortTitle&quot;:&quot;7 Juiciest ‘Star Wars’ Rumors&quot;,&quot;shortenedUrl&quot;:&quot;http://thebea.st/1DeUFHv&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;subTitle&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the ‘Star Wars’ canon.&quot;,&quot;tags&quot;:[{&quot;id&quot;:&quot;entity:product/film&quot;,&quot;name&quot;:&quot;film&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;product&quot;,&quot;title&quot;:&quot;Film&quot;},{&quot;id&quot;:&quot;topic:entertainment&quot;,&quot;name&quot;:&quot;entertainment&quot;,&quot;namespace&quot;:&quot;topic&quot;,&quot;title&quot;:&quot;Entertainment&quot;},{&quot;id&quot;:&quot;syndication:syndication-google&quot;,&quot;name&quot;:&quot;syndication-google&quot;,&quot;namespace&quot;:&quot;syndication&quot;,&quot;title&quot;:&quot;Google&quot;},{&quot;id&quot;:&quot;entity:movie/star_wars&quot;,&quot;name&quot;:&quot;star_wars&quot;,&quot;namespace&quot;:&quot;entity&quot;,&quot;path&quot;:&quot;movie&quot;,&quot;title&quot;:&quot;Star Wars&quot;}],&quot;title&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones)&quot;,&quot;type&quot;:&quot;article&quot;,&quot;url&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones.html&quot;,&quot;wrap&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/wrap&quot;,&quot;external&quot;:false,&quot;hideByline&quot;:false,&quot;id&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;longTitle&quot;:&quot;Entertainment&quot;,&quot;rubric&quot;:&quot;LATEST COVERAGE&quot;,&quot;shortTitle&quot;:&quot;Entertainment&quot;,&quot;specialContentFlag&quot;:&quot;&quot;,&quot;title&quot;:&quot;entertainment&quot;,&quot;type&quot;:&quot;wrap&quot;,&quot;url&quot;:&quot;/entertainment.html&quot;},&quot;metadata&quot;:{&quot;metaTags&quot;:[{&quot;name&quot;:&quot;template&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;keywords&quot;,&quot;content&quot;:&quot;Film, Entertainment, Google, Star Wars&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;news_keywords&quot;,&quot;content&quot;:&quot;Film, Entertainment, Google, Star Wars&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:title&quot;,&quot;content&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones)&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:description&quot;,&quot;content&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the ‘Star Wars’ canon.&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;description&quot;,&quot;content&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the ‘Star Wars’ canon.&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:url&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones.html&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;authors&quot;,&quot;content&quot;:&quot;Rich Goldstein&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;tags&quot;,&quot;content&quot;:&quot;entity:product/film,topic:entertainment,syndication:syndication-google,entity:movie/star_wars&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;contentpath&quot;,&quot;content&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;wrap&quot;,&quot;content&quot;:&quot;/content/dailybeast/entertainment&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;og:type&quot;,&quot;content&quot;:&quot;article&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;og:site_name&quot;,&quot;content&quot;:&quot;The Daily Beast&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:app_id&quot;,&quot;content&quot;:&quot;189930913679&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;fb:admins&quot;,&quot;content&quot;:&quot;1703087,30000737,1117577220,1276800108,931159,514915512&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;twitter:card&quot;,&quot;content&quot;:&quot;summary&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:site&quot;,&quot;content&quot;:&quot;@thedailybeast&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;twitter:creator&quot;,&quot;content&quot;:&quot;sexmahoney&quot;,&quot;property&quot;:false},{&quot;name&quot;:&quot;article:published_time&quot;,&quot;content&quot;:&quot;2015-01-03T11:50:00.000Z&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:author&quot;,&quot;content&quot;:&quot;http://www.thedailybeast.com/contributors/rich-goldsteinhtml&quot;,&quot;property&quot;:true},{&quot;name&quot;:&quot;article:section&quot;,&quot;content&quot;:&quot;entertainment&quot;,&quot;property&quot;:true}],&quot;ogImages&quot;:[{&quot;url&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.img.2000.jpg/1420285517326.cached.jpg&quot;}],&quot;title&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones) - The Daily Beast&quot;,&quot;canonicalUrl&quot;:&quot;http://www.thedailybeast.com/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones.html&quot;},&quot;shareTools&quot;:{&quot;shareToolsImage&quot;:&quot;http://cdn.thedailybeast.com/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones/jcr:content/image.img.200.jpg/1420285517326.cached.jpg&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;contentPath&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;escapedTitle&quot;:&quot;Juiciest &amp;lsquo;Star Wars: The Force Awakens&amp;rsquo; Rumors (and Some Debunked Ones)&quot;,&quot;escapedDescription&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the &amp;lsquo;Star Wars&amp;rsquo; canon.&quot;,&quot;emailShortUrl&quot;:&quot;http://thebea.st/1DeUH1X&quot;,&quot;twitterShortUrl&quot;:&quot;http://thebea.st/1DeUICZ&quot;,&quot;facebookShortUrl&quot;:&quot;http://thebea.st/1DeUIDf&quot;,&quot;shortUrl&quot;:&quot;http://thebea.st/1DeUFHv&quot;,&quot;smsShortUrl&quot;:&quot;http://thebea.st/1DeUH2a&quot;,&quot;googleplusShortUrl&quot;:&quot;http://thebea.st/1DeUITM&quot;,&quot;twitterVia&quot;:&quot;sexmahoney&quot;,&quot;twitterRelated&quot;:&quot;thedailybeast:The Daily Beast&quot;,&quot;mailBodyDescription&quot;:&quot;No Lando? Jesse Pinkman is Han Solo? An examination of some of the rumors surrounding the newest entry in the ‘Star Wars’ canon.&quot;,&quot;mailBodyTitle&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones)&quot;},&quot;shares&quot;:{&quot;facebook&quot;:0,&quot;total&quot;:0,&quot;twitter&quot;:0,&quot;email&quot;:0},&quot;analytics&quot;:{&quot;comscore&quot;:&quot;on&quot;,&quot;site&quot;:&quot;dev&quot;,&quot;app&quot;:&quot;desktop&quot;,&quot;blogName&quot;:&quot;&quot;,&quot;issueDate&quot;:&quot;&quot;,&quot;pageHierarchy&quot;:&quot;tdb|articles|2015|01|03|juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;pageName&quot;:&quot;Juiciest Star Wars: The Force Awakens Rumors (and Some Debunked Ones)&quot;,&quot;pageNamePrefix&quot;:&quot;db&quot;,&quot;pageNum&quot;:1,&quot;pagePath&quot;:&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;normalizedPagePath&quot;:&quot;/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;prefixPath&quot;:&quot;/content/dailybeast&quot;,&quot;publicationDate&quot;:&quot;01/03/2015 06:50 -0500&quot;,&quot;publicationDateTime&quot;:1420285800000,&quot;searchNumFound&quot;:&quot;&quot;,&quot;searchQuery&quot;:&quot;&quot;,&quot;source&quot;:&quot;thedailybeast.com&quot;,&quot;template&quot;:&quot;Article&quot;,&quot;templateName&quot;:&quot;article&quot;,&quot;analyticsPageName&quot;:&quot;db - Article - Juiciest Star Wars: The Force Awakens Rumors (and Some Debunked Ones)&quot;,&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;section&quot;:&quot;Entertainment&quot;,&quot;titleForParsely&quot;:&quot;Juiciest ‘Star Wars: The Force Awakens’ Rumors (and Some Debunked Ones)&quot;,&quot;typeForParsely&quot;:&quot;post&quot;},&quot;sectionTaxanomy&quot;:&quot;entertainment&quot;,&quot;adConfig&quot;:{&quot;resourceType&quot;:&quot;dailybeast2/components/pages/article&quot;,&quot;badgeEnabled&quot;:false,&quot;disabled&quot;:false,&quot;iFrame&quot;:false,&quot;keywords&quot;:[&quot;film&quot;,&quot;star_wars&quot;],&quot;name&quot;:&quot;&quot;,&quot;networkId&quot;:&quot;23219321&quot;,&quot;parameters&quot;:&quot;pid=209820488;kw=film;kw=star_wars&quot;,&quot;pid&quot;:&quot;209820488&quot;,&quot;siteId&quot;:&quot;iac.tdb-tdb.us.dw&quot;,&quot;size&quot;:&quot;[]&quot;,&quot;template&quot;:&quot;article&quot;,&quot;tile&quot;:&quot;&quot;,&quot;type&quot;:&quot;dfp&quot;,&quot;zone&quot;:&quot;entertainment/content&quot;},&quot;liveFyreConfig&quot;:{&quot;networkName&quot;:&quot;thedailybeast.fyre.co&quot;,&quot;sourceDomain&quot;:&quot;zor.livefyre.com&quot;,&quot;lfConfigJson&quot;:&quot;{\\&quot;collectionMeta\\&quot;:\\&quot;eyJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwOi8vd3d3LnRoZWRhaWx5YmVhc3QuY29tL2FydGljbGVzLzIwMTUvMDEvMDMvanVpY2llc3Qtc3Rhci13YXJzLXRoZS1mb3JjZS1hd2FrZW5zLXJ1bW9ycy1hbmQtc29tZS1kZWJ1bmtlZC1vbmVzLmh0bWwiLCJ0aXRsZSI6Ikp1aWNpZXN0IOKAmFN0YXIgV2FyczogVGhlIEZvcmNlIEF3YWtlbnPigJkgUnVtb3JzIChhbmQgU29tZSBEZWJ1bmtlZCBPbmVzKSIsImNoZWNrc3VtIjoiZWJjMmFjZTNhMDQzYzFlOTQ1NGVjYzllNjcwYzFiYzciLCJhcnRpY2xlSWQiOiIvY29udGVudC9kYWlseWJlYXN0L2FydGljbGVzLzIwMTUvMDEvMDMvanVpY2llc3Qtc3Rhci13YXJzLXRoZS1mb3JjZS1hd2FrZW5zLXJ1bW9ycy1hbmQtc29tZS1kZWJ1bmtlZC1vbmVzIn0.hrfk_stpEpdwlNOztE2IHgY03NIHSwLUBMd1zcykOwU\\&quot;,\\&quot;checksum\\&quot;:\\&quot;ebc2ace3a043c1e9454ecc9e670c1bc7\\&quot;,\\&quot;siteId\\&quot;:\\&quot;308094\\&quot;,\\&quot;articleId\\&quot;:\\&quot;/content/dailybeast/articles/2015/01/03/juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones\\&quot;,\\&quot;el\\&quot;:\\&quot;stream__content_dailybeast_articles_2015_01_03_juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones\\&quot;}&quot;,&quot;lfEl&quot;:&quot;stream__content_dailybeast_articles_2015_01_03_juiciest-star-wars-the-force-awakens-rumors-and-some-debunked-ones&quot;,&quot;commentsEnabled&quot;:true,&quot;commentsClosed&quot;:false,&quot;avatarEnabled&quot;:false},&quot;newsmix&quot;:{&quot;partners&quot;:[{&quot;name&quot;:&quot;Rolling Stone&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/rolling-stone/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/rolling-stone/jcr:content/image.img.228.50.png/1389034537839.cached.png&quot;},&quot;title&quot;:&quot;rollingstone&quot;},&quot;link&quot;:&quot;http://www.rollingstone.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Rod Stewart Sideman and Jazz Guitarist Jeff Golub Dead at 59&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/rod-stewart-sideman-and-jazz-guitarist-jeff-golub-dead-at-59-20150102&quot;},{&quot;title&quot;:&quot;Islands in the Stream: The 10 Biggest Holdouts in Digital Music&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/artists-refuse-stream-music-20150102&quot;},{&quot;title&quot;:&quot;The Inside Story of Naughty by Nature&#39;s &#39;O.P.P.&#39;&quot;,&quot;link&quot;:&quot;http://www.rollingstone.com/music/news/naughty-by-nature-opp-inside-story-20150102&quot;}]},{&quot;name&quot;:&quot;US Weekly&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/us-magazine/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/us-magazine/jcr:content/image.img.228.50.png/1389026848798.cached.png&quot;},&quot;title&quot;:&quot;usweekly&quot;},&quot;link&quot;:&quot;http://www.usmagazine.com/&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Brooke Shields Stuns In Bikini on Vacation in Mexico at Age 49 -- See Her Amazing Bod&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-body/news/brooke-shields-stuns-in-bikini-at-age-49-photos-201521&quot;},{&quot;title&quot;:&quot;Madonna Compares Herself to Nelson Mandela, Martin Luther King Jr., Sparks Outrage on Instagram&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/madonna-compares-herself-to-nelson-mandela-and-mlk-jr-sparks-outrage-201521&quot;},{&quot;title&quot;:&quot;Foxcatcher Wrestler Mark Schultz Rips Director Bennett Miller: \\&quot;I Hate Everything That Scum Touches\\&quot;&quot;,&quot;link&quot;:&quot;http://www.usmagazine.com/celebrity-news/news/foxcatcher-wrestler-mark-schultz-rips-director-bennett-miller-201521&quot;}]},{&quot;name&quot;:&quot;Huffington Post&quot;,&quot;image&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;credits&quot;:[],&quot;href&quot;:&quot;&quot;,&quot;id&quot;:&quot;/content/partners/dailybeast/huffington-post/jcr:content/image&quot;,&quot;placeholder&quot;:false,&quot;sizes&quot;:{&quot;default&quot;:&quot;http://cdn.thedailybeast.com/content/partners/dailybeast/huffington-post/jcr:content/image.img.228.50.jpg/1408531304992.cached.jpg&quot;},&quot;title&quot;:&quot;HuffPost&quot;},&quot;link&quot;:&quot;http://www.huffingtonpost.com&quot;,&quot;stories&quot;:[{&quot;title&quot;:&quot;Scott Walker Faces GOP Rift At Awkward Time&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/scott-walker-gop_n_6407388.html&quot;},{&quot;title&quot;:&quot;Mario Cuomo, Former New York Governor, Dies At 82&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/01/mario-cuomo-dead-dies_n_6404924.html&quot;},{&quot;title&quot;:&quot;Here&#39;s What Could Happen If Hillary Clinton Decides Not To Run In 2016&quot;,&quot;link&quot;:&quot;http://www.huffingtonpost.com/2015/01/02/hillary-clinton-2016_n_6405538.html&quot;}]}]},&quot;optimizely&quot;:&quot;545922056&quot;,&quot;kargo&quot;:&quot;_jK65bpCV2LI&quot;,&quot;algorithm&quot;:&quot;random&quot;,&quot;index&quot;:5}]\"></div></section><footer class=\"footer\"><div class=\"container\"><div class=\"footer-left\"><span></span></div><div class=\"footer-content\"><ul class=\"first-column\"><li><a href=\"http://www.thedailybeast.com/company/about-us.html\">About us</a></li><li><a href=\"http://www.thedailybeast.com/company/contact-us.html\">Contact us</a></li><li><a href=\"http://iac.com/careers/job-listings\">Jobs</a></li><li><a href=\"mailto:ben.zagorski@thedailybeast.com\">Advertise</a></li><li><a href=\"http://www.thedailybeast.com/company/help.html\">Help</a></li><li><a href=\"#\" id=\"toMobile\">Mobile Site</a></li></ul><ul class=\"second-column\"><li><a href=\"http://www.thedailybeast.com/company/privacy-policy.html\">Privacy</a></li><li><a href=\"http://www.thedailybeast.com/company/community-policy.html\">Community Policy</a></li><li><a href=\"http://www.thedailybeast.com/company/terms-of-use.html\">Terms & Conditions</a></li><li><a href=\"http://www.thedailybeast.com/company/copyright-trademark.html\">Copyright & Trademark</a></li><li class=\"copyright\">&copy; 2014 The Daily Beast Company LLC</li></ul></div><div class=\"footer-right\"><span></span></div></div></footer>\n<div id=\"user-and-nav-links\" style=\"display:none\" data-links=\"{&quot;resourceType&quot;:&quot;user/components/links&quot;,&quot;user&quot;:{&quot;findAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account.html&quot;,&quot;resetPassword&quot;:&quot;https://www.thedailybeast.com/content/user/reset-password.html&quot;,&quot;signout&quot;:&quot;https://www.thedailybeast.com/content/user/signup.html&quot;,&quot;newsletterSignup&quot;:&quot;https://www.thedailybeast.com/content/dailybeast/newsletters.html&quot;,&quot;passwordExpired&quot;:&quot;https://www.thedailybeast.com/content/user/password-expired.html&quot;,&quot;startPaymentJourney&quot;:&quot;https://www.thedailybeast.com/content/user/account/subscribe.html&quot;,&quot;addUsername&quot;:&quot;https://www.thedailybeast.com/content/user/account/add-username.html&quot;,&quot;billing&quot;:&quot;https://www.thedailybeast.com/content/user/account/billing-info.html&quot;,&quot;signin&quot;:&quot;https://www.thedailybeast.com/content/user/signin.html&quot;,&quot;linkAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account/link-account.html&quot;,&quot;resume&quot;:&quot;https://www.thedailybeast.com/content/user/account/resume.html&quot;,&quot;account&quot;:&quot;https://www.thedailybeast.com/content/user/account.html&quot;,&quot;claimAccount&quot;:&quot;https://www.thedailybeast.com/content/user/find-account/claim-account.html&quot;,&quot;changePassword&quot;:&quot;https://www.thedailybeast.com/content/user/change-password.html&quot;,&quot;signup&quot;:&quot;https://www.thedailybeast.com/content/user/signup.html&quot;},&quot;nav&quot;:{&quot;press&quot;:&quot;http://www.thedailybeast.com/company/press-room.html&quot;,&quot;jobs&quot;:&quot;http://iac.com/careers/job-listings&quot;,&quot;privacyPolicy&quot;:&quot;http://www.thedailybeast.com/company/privacy-policy.html&quot;,&quot;advertise&quot;:&quot;mailto:ben.zagorski@thedailybeast.com&quot;,&quot;newsweek&quot;:&quot;http://www.thedailybeast.com/newsweek.html&quot;,&quot;herosummit&quot;:&quot;http://www.thedailybeast.com/features/2012/11/the-hero-summit.html&quot;,&quot;about&quot;:&quot;http://www.thedailybeast.com/company/about-us.html&quot;,&quot;dailybeast&quot;:&quot;http://www.thedailybeast.com/index.html&quot;,&quot;contactUs&quot;:&quot;http://www.thedailybeast.com/company/contact-us.html&quot;,&quot;termsOfService&quot;:&quot;http://www.thedailybeast.com/company/terms-of-use.html&quot;,&quot;heroproject&quot;:&quot;http://www.thedailybeast.com/the-hero-project.html&quot;,&quot;witw&quot;:&quot;http://www.thedailybeast.com/witw.html&quot;,&quot;help&quot;:&quot;http://www.thedailybeast.com/company/help.html&quot;,&quot;subscribe&quot;:&quot;http://www.thedailybeast.com/newsweek/subscribe.html&quot;,&quot;search&quot;:&quot;http://www.thedailybeast.com/search.html&quot;,&quot;trademark&quot;:&quot;http://www.thedailybeast.com/company/copyright-trademark.html&quot;,&quot;communityPolicy&quot;:&quot;http://www.thedailybeast.com/company/community-policy.html&quot;}}\"></div>\n<span class=\"hide\" id=\"analytics-config\"data-type=\"Article\"data-blog-name=\"\"data-issue-date=\"\"data-page-hierarchy=\"tdb|articles|2014|12|22|justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\"data-page-name=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\"data-page-name-prefix=\"db\"data-page-num=\"1\"data-page-path=\"/content/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\"data-page-normalized-path=\"/dailybeast/articles/2014/12/22/justice-league-vigil-for-slain-nypd-officers-asks-whose-life-matters\"data-prefix-path=\"/content/dailybeast\"data-publication-date=\"12/22/2014\"data-publication-date-time=\"1419244740000\"data-source=\"thedailybeast.com\"data-template-name=\"article\"data-analytics-page-name=\"db - Article - Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\"data-site=\"dev\"data-app=\"desktop\"data-section-taxanomy=\"us-news\"data-content-type=\"house\"data-comscore-enabled = 'true'data-page-title=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\"data-long-title=\"Justice League Vigil for Slain NYPD Officers Asks Whose Life Matters\"data-wrap=\"/content/dailybeast/us-news\"data-authors=\"Olivia Nuzzi|\"data-authors-ids=\"/etc/authors/o/olivia-nuzzi\"data-modification-date='12/22/2014'></span><noscript><p><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=17913818\" height=\"1\" width=\"1\" alt=\"*\"></p></noscript><noscript><img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6433482&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1\" style=\"display:none\" width=\"0\" height=\"0\" alt=\"\"/></noscript><noscript><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-904381h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\"/></noscript><div id=\"parsely-root\" style=\"display: none\"><div id=\"parsely-cfg\" data-parsely-site=\"thedailybeast.com\"></div></div><div id=\"optimizely\" style=\"display: none\" data-project=\"545922056\"></div><script type=\"text/javascript\" src='/etc/clientlibs/dailybeast2/components/pages/article/js/publish.4288a26.cached.js'></script></body></html>"
  },
  {
    "path": "tests/data/html/thedebrief.co.uk1.html",
    "content": "    <!DOCTYPE html>\n<!--[if IE 8]><html lang=\"en\" class=\"no-js lt-ie10 lt-ie9\"><![endif]-->\n<!--[if IE 9]><html lang=\"en\" class=\"no-js lt-ie10\"><![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n<head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"format-detection\" content=\"telephone=no\">\n\n    <title> People - Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not Sure About His Matchmaking Skills | Fame | The Debrief</title>\n    <meta name=\"description\" content=\"Ed Sheeran wants to set taylor Swift up with orlando bloom \" />\n    <meta name=\"keywords\" content=\"taylor Swift, orlando bloom, ed sheeran, set up, cupid, love \" />\n\n     <meta property=\"og:type\" content=\"blog\">\n<meta property=\"og:title\" content=\"Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills\">\n<meta property=\"og:description\" content=\"Ed put the cupid bow and arrow down, and stick to playing the guitar\">\n<meta property=\"og:url\" content=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\">\n<meta property=\"og:site_name\" content=\"The Debrief\" />\n<meta property=\"og:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/4a/c7d1b/cb7bd/9821d/18581/7344e/6110a/Ed_And_Taylor466411533_466x466.jpg?1419849227\">\n \n         <meta name=\"twitter:site\" content=\"@TheDebrief\">\n    <meta name=\"twitter:card\" content=\"summary\">\n     <meta name=\"twitter:url\" content=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\">\n<meta name=\"twitter:title\" content=\"Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills\">\n<meta name=\"twitter:description\" content=\"Ed put the cupid bow and arrow down, and stick to playing the guitar\">\n<meta property=\"twitter:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/4a/c7d1b/cb7bd/9821d/18581/7344e/6110a/Ed_And_Taylor466411533_466x466.jpg?1419849227\">\n \n                                                                        \n\n    \n\n<meta name='parsely-page'\n    content='{\"title\": \"Ed Sheeran Wants To Set Up Taylor Swift, But We\\u2019re Not So Sure About His Matchmaking Skills\",\n                \"link\": \"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\",\n                \"image_url\": \"http://mediastorage-lls.bauermedia.co.uk/4a/c7d1b/cb7bd/9821d/18581/7344e/6110a/Ed_And_Taylor466411533_620x349.jpg?1419849227\",\n                \"type\": \"post\",\n                \"pub_date\": \"2014-12-29T10:36:51+00:00\",\n                \"section\": \"Fame\",\n                \"author\": \"Lena deCasparis\",\n                \"tags\": [\"Taylor Swift\",\"Ed Sheeran\"]\n               }'>\n\n    <base href=\"/\">\n    <link href=\"/css/bootstrap.css\" rel=\"stylesheet\">\n    <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.min.css\" rel=\"stylesheet\">\n    <link href=\"//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto+Condensed\" rel=\"stylesheet\" type=\"text/css\">\n    <link href=\"/css/theme.css?cachekey=201412021550\" rel=\"stylesheet\">\n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n    <link rel=\"canonical\" href=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\">\n\n    <!-- Fav and touch ico -->\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/apple-touch-icon-144x144-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/apple-touch-icon-57x57-precomposed.png\" />\n\n\n    <script src=\"/js/modernizr.custom.35600.js\"></script>\n    <script src=\"/js/ads.js\"></script>\n\n    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\n    <!--[if lt IE 9]>\n    <script src=\"//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\n    <script src=\"//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js\"></script>\n    <![endif]-->\n\n    <!-- Begin comScore Tag -->\n    <script>\n        var _comscore = _comscore || [];\n        _comscore.push({ c1: \"2\", c2: \"6035170\" });\n        (function() {\n            var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n            s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n            el.parentNode.insertBefore(s, el);\n        })();\n    </script>\n    <!-- End comScore Tag -->\n\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n</head>\n\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T27XQF\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});\n        var f=d.getElementsByTagName(s)[0],\n            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;\n            f.parentNode.insertBefore(j,f);\n    })(window,document,'script','dataLayer','GTM-T27XQF');\n</script>\n<!-- End Google Tag Manager -->\n\n<!-- Google Analytics -->\n                                                                                                                                                    \n<script>\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n    ga('create', 'UA-45897657-1', 'auto');\n    ga('set', {\n        'dimension1': 'People','dimension2': 'Fame','dimension4': 'Lena deCasparis','dimension5': 'Monday\\x2c 29 December 2014'    });\n            ga('send', 'pageview');\n</script>\n\n<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1&appId=590339087723867\";\n    fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n\n<header id=\"header\" class=\"clearfix\">\n\n    <div class=\"inner-container container\">\n        <div id=\"social\" class=\"hidden-xs hidden-sm\">\n            <a href=\"https://www.facebook.com/thedebrief\" target=\"_blank\" class=\"fa fa-facebook fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Join us on Facebook\"></a>\n            <a href=\"https://twitter.com/TheDebrief\" target=\"_blank\" class=\"fa fa-twitter fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Twitter\"></a>\n            <a href=\"http://instagram.com/thedebriefuk\" target=\"_blank\" class=\"fa fa-instagram fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Instagram\"></a>\n            <a href=\"https://pinterest.com/thedebriefuk/\" target=\"_blank\" class=\"fa fa-pinterest fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Pinterest\"></a>\n            <a href=\"http://cribs20.tumblr.com/\" target=\"_blank\" class=\"fa fa-tumblr fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Tumblr\"></a>\n            <a href=\"https://www.youtube.com/user/TheDebriefUK\" target=\"_blank\" class=\"fa fa-youtube fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on YouTube\"></a>\n            <a href=\"https://plus.google.com/b/101195357286768695547/101195357286768695547\" target=\"_blank\" class=\"fa fa-google-plus fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Google+\"></a>\n        </div>\n\n        <div id=\"logo\">\n            <h1 class=\"bg1 clearfix\" data-backgrounds=\"17\" data-seconds=\"0.5\">\n                <span class=\"hidden\">The Debrief</span>\n                <a href=\"/\"><img src=\"//mediastorage-lls.bauermedia.co.uk/thedebrief/cover/logo.png\" alt=\"The Debrief logo\" title=\"The Debrief\"></a>\n            </h1>\n        </div>\n\n        <form action=\"/search\" method=\"get\" id=\"search-form\" class=\"search-form form-inline col-md-4 col-lg-3 hidden\" role=\"form\">\n            <div class=\"input-group\">\n                <label for=\"searchbox\" class=\"sr-only\">Search</label>\n                <input type=\"search\" id=\"searchbox\" name=\"searchQuery\" class=\"form-control\" autocomplete=\"off\" placeholder=\"Search The Debrief\">\n                <input type=\"hidden\" name=\"searchType\" value=\"All\">\n                <span class=\"input-group-btn\">\n                    <button class=\"btn btn-default\" type=\"submit\"><i class=\"fa fa-search\"></i></button>\n                </span>\n            </div>\n            <a href=\"/account/register\" id=\"user-login\" class=\"fa fa-envelope-o fa-3 bs-tooltip hidden-xs hidden-sm\" title=\"Sign up to newsletter\" data-toggle=\"tooltip\" data-placement=\"bottom\" data-loggedin-url=\"/account/update-profile\" data-loggedin-title=\"Update Profile\"></a>\n        </form>\n\n        <div id=\"user\" class=\"visible-xs visible-sm\">\n            <button id=\"btn-search\" class=\"btn btn-link\"><i class=\"fa fa-search\"></i></button>\n            <button id=\"btn-mobile-menu\" class=\"btn btn-default\"><i class=\"fa fa-bars\"></i></button>\n        </div>\n    </div>\n\n</header>\n\n<nav class=\"slide-away\">\n    <ul class=\"container\">\n        <li id=\"logo-small\"><a href=\"/\"><img src=\"/img/logo-de-black.svg\" alt=\"The Debrief logo\"></a></li>\n                <li><a href=\"/people\" class=\"people\">People</a></li>\n                <li><a href=\"/life\">Life</a></li>\n                <li><a href=\"/getting-ready\">Getting Ready</a></li>\n                <li><a href=\"/things-to-do\">Things To Do</a></li>\n                <li><a href=\"/sex\">Sex</a></li>\n                <li id=\"site-version\" class=\"hidden-xs hidden-sm bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Because staying the same would be too easy...\">v1.9</li>\n        <li id=\"mobile-login\" class=\"hidden-md hidden-lg\"><a href=\"/account/register\">Newsletter Signup</a></li>\n    </ul>\n</nav>\n\n<div id=\"ad-leaderboard\">\n    \n            <!-- ADS: Widget exists -->\n\n\n<!-- #4945658 -->\n\n\n<div id=\"leaderboardAd\" class=\"ad text-center\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945658/0/-1/ADTECH;loc=100;size=468x60;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_people_leader_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945658/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945658/0/-1/ADTECH;loc=300;size=468x60;key=key1+key2+key3+key4;alias=debrief_people_leader_\" border=\"0\" width=\"468\" height=\"60\"></a></noscript>\n\n</div>\n\n</div>\n\n<div id=\"content\" class=\" container\">\n\n    <div class=\"main-content col-lg-8\">\n\n    <article class=\"category-people image landscape  clearfix\">\n\n        \n        \n\n\t\n<img src=\"//mediastorage-lls.bauermedia.co.uk/8b/3506e/a30b3/d1ce2/e21a3/e3579/e00f1/placeholder-author_42x42.gif?1415112417\" alt=\"Lena deCasparis\" width=\"42\" height=\"42\" class=\"hidden\">\n<p class=\"author text-right\">\n\t\tLena deCasparis\n\t\t | Contributing Writer  | 5 days ago</p>\n\n        <div class=\"clearfix\">\n                    \t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/4a/c7d1b/cb7bd/9821d/18581/7344e/6110a/Ed_And_Taylor466411533_620x349.jpg?1419849227\" width=\"620\" height=\"349\" alt=\"&amp;nbsp\" class=\"hero-image\" />\n\t<h1><span>Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills</span></h1>\n\t    \n            \n            <p class=\"in-brief\"><strong>The Debrief:</strong> Ed put the cupid bow and arrow down, and stick to playing the guitar</p>\n        </div>\n\n        <section id=\"addthis-top\" class=\"clearfix\">\n            <div id=\"addthis-container\">\n                <h3>Share This</h3>\n                <!-- AddThis Button BEGIN -->\n                <div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">\n                    <a class=\"addthis_button_facebook\"></a>\n                    <a class=\"addthis_button_twitter\"></a>\n                    <a class=\"addthis_button_google_plusone_share\"></a>\n                    <a class=\"addthis_button_pinterest_share\"></a>\n                    <a class=\"addthis_button_email\"></a>\n                    <a class=\"addthis_button_compact\"></a>\n                </div>\n                <script type=\"text/javascript\">\n\t\t\t\t\tvar addthis_config = {\n\t\t\t\t\t\t\"data_track_addressbar\":true\n\t\t\t\t\t};\n\t\t\t\t\tvar addthis_share = {\n\t\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills',\n\t\t\t\t\t\ttitle: \"Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills (via @TheDebrief)\"\n\t\t\t\t\t};\n\t\t\t\t</script>\n                <!-- AddThis Button END -->\n            </div>\n        </section>\n\n        \n        <p>So in our eyes Ed Sheeran can do no wrong. He&rsquo;s the most loveable, adorkable (that&rsquo;s adorable crossed with dorky FYI) pop star EVER. And we love him, we really do. However when it comes to his matchmaking skills for our fave gal, and his BFF, Taylor Swift &ndash; well we think he&rsquo;s a little bit off. <br /><br />This week Ed told <a href=\"http://www.nowmagazine.co.uk/celebrity-news/554683/ed-sheeran-i-m-hoping-for-magic-between-taylor-swift-and-orlando-bloom\" target=\"_self\">Now magazine</a> that he hoped he could set up Taylor with none other that Orlando Bloom. He said &lsquo;He&rsquo;s lovely, and they live in the same building. [I'm hoping that] the magic might present itself eventually.&rsquo; <br /><br />Er, we&rsquo;re not so sure.</p>\r\n<p>Now don&rsquo;t get us wrong we&rsquo;ve had a soft spot for floppy haired Mr Bloom since his Pirate days, and when he took a swing at Bieber earlier this year well we know which side of the ring we were on.</p>\r\n<p>But is he worthy of all that is T-Swift? The jury is out. And let&rsquo;s not forget Bloom's also already dated Taylor&rsquo;s BFF Selena, we predict that might make this matchmake very unlikely as Taylor is 100% 'Sisters Before Misters'.</p>\r\n<p>Ultimately we think Tay can do better, but then we're not sure there is any man who is worthy!</p>\r\n<p><strong>Like this? You might also be interested in:</strong></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/10/lena-dunham-has-declared-today-taylor-swift-day-here-s-why-we-all-need-to-get-better-at-celebrating-female-success#.VHdYCqhulHA\" target=\"_self\">Lena Dunham Has Declared Today Taylor Swift Day. Here&rsquo;s Why We All Need To Get Better At Celebrating Female Success</a></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/10/south-park-does-a-lorde-skit-but-who-s-it-taking-the-p-ss-out-of#.VHdYLqhulHA\" target=\"_self\">South Park Does A Lorde Skit. But Who&rsquo;s It Taking The Piss Out Of? </a></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/09/lorde-gave-taylor-swift-the-first-listen-to-her-new-song#.VHdYQKhulHA\" target=\"_self\">Lorde Gave Taylor Swift The First Listen To Her New Song</a></p>\r\n<p><strong>Follow Lena on Twitter: @Lenadecasparis</strong></p>\r\n<p>Pictures: Getty</p>\n\n        \n        <div class=\"fb-like\" data-href=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"true\" data-share=\"false\"></div>\n\n                <p class=\"tags\">\n            Tags:\n                                    <a href=\"/tags/taylor-swift\">Taylor Swift</a>,                                                 <a href=\"/tags/ed-sheeran\">Ed Sheeran</a>                                </p>\n\n        <div id=\"nsfw-modal-header\" class=\"hidden\">\n            <img src=\"/img/logo-overlay.png\" alt=\"The Debrief\">\n        </div>\n        <div id=\"nsfw-modal-body\" class=\"hidden\">\n            <p class=\"no-margin\">At work? With your gran?</p>\n            <p>You might want to think about the fact you're about to read something that wouldn't exactly get a PG rating</p>\n        </div>\n        <div id=\"nsfw-modal-footer\" class=\"hidden\">\n            <button type=\"button\" id=\"modal-accept\" class=\"btn btn-success\">Click here to continue</button>\n            <button type=\"button\" id=\"modal-reject\" class=\"btn btn-danger\">Or go back to the safe stuff</button>\n        </div>\n        \n        <section id=\"addthis-bottom\">\n            <h3>Share This</h3>\n            <!-- AddThis Button BEGIN -->\n            <div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">\n                <a class=\"addthis_button_facebook\"></a>\n                <a class=\"addthis_button_twitter\"></a>\n                <a class=\"addthis_button_google_plusone_share\"></a>\n                <a class=\"addthis_button_pinterest_share\"></a>\n                <a class=\"addthis_button_email\"></a>\n                <a class=\"addthis_button_compact\"></a>\n            </div>\n            <script type=\"text/javascript\">\n\t\t\t\tvar addthis_config = {\n\t\t\t\t\t\"data_track_addressbar\":true\n\t\t\t\t};\n\t\t\t\tvar addthis_share = {\n\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills',\n\t\t\t\t\ttitle: \"Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills (via @TheDebrief)\"\n\t\t\t\t};\n\t\t\t</script>\n            <!-- AddThis Button END -->\n        </section>\n\n        <section id=\"addthis-float\">\n            <!-- AddThis Smart Layers BEGIN -->\n            <!-- Go to http://www.addthis.com/get/smart-layers to customize -->\n            <script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-534bbcb926b82ae9\"></script>\n            <script type=\"text/javascript\">\n\t\t\t\tvar addthis_share = {\n\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills',\n\t\t\t\t\ttitle: \"Ed Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills  (via @TheDebrief)\"\n\t\t\t\t};\n                addthis.layers({\n                    'theme' : 'transparent',\n                    'share' : {\n                        'position': 'left',\n                        'offset': {\n                            'top': '287px'\n                        },\n                        'services': 'facebook, twitter, google_plusone_share, pinterest, email, more',\n                        'numPreferredServices' : 5\n                    }\n                });\n            </script>\n            <!-- AddThis Smart Layers END -->\n        </section>\n    </article>\n\n        <section id=\"comments\" data-disqus-shortname=\"thedebrief-live\" data-disqus-url=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\" data-disqus-identifier=\"/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\" data-disqus-developer=\"1\">\n        <h3>Comments</h3>\n        <div>\n            <p class=\"powered-by\">The Debrief chat powered by <span class=\"disqus-logo\">DISQUS</span> <a href=\"#\" role=\"button\" data-toggle=\"modal\" data-target=\"#disqus-modal\" title=\"Read more about DISQUS\"><span class=\"hidden\">Read more</span><i class=\"fa fa-question-circle fa-fw\"></i></a></p>\n\n            <div class=\"modal fade\" id=\"disqus-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" data-backdrop=\"false\">\n                <div class=\"modal-dialog\">\n                    <div class=\"modal-content\">\n                        <div class=\"modal-header\">\n                            <h4 class=\"modal-title\" id=\"myModalLabel\">Disqus</h4>\n                        </div>\n                        <div class=\"modal-body\">\n                            <p>Disqus allows you to post comments on our site. You can only post comments if you register with Disqus and your registration data will be handled in accordance with their <a href=\"http://help.disqus.com/customer/portal/articles/466259-privacy-policy\" target=\"_blank\">privacy policy</a>.</p>\n                            <p>Disqus will use your registration data (email) to send you additional information. Details of how you can opt out are contained in the verification email which you will be sent after you sign up</p>\n                            <p>Please read the <a href=\"http://help.disqus.com/customer/portal/articles/466260-terms-of-service\" target=\"_blank\">Disqus terms of service</a></p>\n                        </div>\n                        <div class=\"modal-footer\">\n                            <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Close</button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n\n            <p class=\"comments-loading\">Loading...</p>\n            <div id=\"disqus_thread\"></div>\n            <noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n            <a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n        </div>\n    </section>\n\n        <div id=\"other-related\" class=\"clearfix\">\n        <h2>Need a change of scene?</h2>\n\n                                                    <article class=\"category-things-to-do col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/12/life-lessons-from-ted-talks-in-2014\" title=\"Life Lessons From TED Talks In 2014\" rel=\"bookmark\"><img alt=\"Life Lessons From TED Talks In 2014\" src=\"//mediastorage-lls.bauermedia.co.uk/65/b2bd5/91393/89f13/f9b51/af3fe/fa2b9/bestTED2_225x225.jpg?1418917485\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/staying-in\" title=\"Staying In\">Staying In</a></h3>\n                    <h4><a href=\"/2014/12/life-lessons-from-ted-talks-in-2014\" title=\"Life Lessons From TED Talks In 2014\" rel=\"bookmark\">Life Lessons From TED Talks In 2014</a></h4>\n                </div>\n            </div>\n        </article>\n                                                    <article class=\"category-things-to-do col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/12/2014-in-food-the-good-the-bad-the-absolutely-bloody-weird\" title=\"2014 In Food: The Good, The Bad, The Absolutely Bloody Weird\" rel=\"bookmark\"><img alt=\"2014 In Food: The Good, The Bad, The Absolutely Bloody Weird\" src=\"//mediastorage-lls.bauermedia.co.uk/5e/29937/d7921/f2c06/191a7/9c849/4e711/Nicolas-Polli_225x225.jpg?1419271492\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/staying-in\" title=\"Staying In\">Staying In</a></h3>\n                    <h4><a href=\"/2014/12/2014-in-food-the-good-the-bad-the-absolutely-bloody-weird\" title=\"2014 In Food: The Good, The Bad, The Absolutely Bloody Weird\" rel=\"bookmark\">2014 In Food: The Good, The Bad, The Absolutely Bloody Weird</a></h4>\n                </div>\n            </div>\n        </article>\n                                <article class=\"category-getting-ready col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/12/here-are-a-few-very-helpful-hacks-for-looking-affter-your-clothes-this-winter\" title=\"Here Are A Few Very Helpful Hacks For Looking Affter Your Clothes This Winter\" rel=\"bookmark\"><img alt=\"Here Are A Few Very Helpful Hacks For Looking Affter Your Clothes This Winter\" src=\"//mediastorage-lls.bauermedia.co.uk/14/62467/5b235/43f17/6c959/a6311/6a9f8/21-adahamza_225x225.jpg?1419337268\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/getting-ready\" title=\"Getting Ready\">Getting Ready</a></h3>\n                    <h4><a href=\"/2014/12/here-are-a-few-very-helpful-hacks-for-looking-affter-your-clothes-this-winter\" title=\"Here Are A Few Very Helpful Hacks For Looking Affter Your Clothes This Winter\" rel=\"bookmark\">Here Are A Few Very Helpful Hacks For Looking Affter Your Clothes This Winter</a></h4>\n                </div>\n            </div>\n        </article>\n            </div>\n        <div id=\"outbrain-include\">\n        <div class=\"OUTBRAIN\" data-src=\"http://www.thedebrief.co.uk/2014/12/ed-sheeran-wants-to-set-up-taylor-swift-but-we-re-not-so-sure-about-his-matchmaking-skills\" data-widget-id=\"AR_1\" data-ob-template=\"Bauer_Media_UK_The_Debrief\" ></div>\n        <script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n    </div>\n\n</div>\n\n\n\n<div class=\"rhs col-lg-4\">\n    <div class=\"clearfix\">\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #4945660 -->\n\n\n<div id=\"mpuAd\" class=\"ad mpu col-xs-12 col-md-6 col-lg-12\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945660/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_people_mpu_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945660/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945660/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=debrief_people_mpu_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n\n        <div id=\"newsletter\" class=\"col-xs-12 col-md-6 col-lg-12\">\n        <h2>Sign Up<strong>Now</strong></h2>\n        <p>For exclusive news, reviews, ace competitions and discounts, sign up for our email. It'll make your inbox great. Guaranteed.</p>\n        <a href=\"/account/register\" class=\"btn btn-default btn-lg\">Get The Debrief</a>\n    </div>\n    \n\t<div class=\"clearfix\"></div>\n\n\t\t<div id=\"related\">\n\t<h2>We reckon you’ll also <strong>want to read</strong></h2>\n\n                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/12/taylor-swift-s-getting-her-own-floor-at-the-grammy-museum\" title=\"Taylor Swift&#039;s Getting Her Own Floor At The Grammy Museum\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/52/67ef6/d42af/140a0/f47e5/ede90/a3c2a/getty460380074_225x225.jpg?1418657997\" alt=\"Taylor Swift&#039;s Getting Her Own Floor At The Grammy Museum\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/12/taylor-swift-s-getting-her-own-floor-at-the-grammy-museum\">Taylor Swift&#039;s Getting Her Own Floor At The Grammy Museum</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/12/lose-your-lunchtime-to-this-really-rather-adorable-video-of-the-victoria-s-secret-angels-lip-syncing-to-taylor-swift\" title=\"Lose Your Lunchtime To This Really Rather Adorable Video Of The Victoria&#039;s Secret Angels Lip Syncing To Taylor Swift\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/0a/74036/8ddbe/cda50/509d7/ba4fe/387f0/Screen-Shot-2014-12-10-at-13.26_225x225.jpg?1418218108\" alt=\"Lose Your Lunchtime To This Really Rather Adorable Video Of The Victoria&#039;s Secret Angels Lip Syncing To Taylor Swift\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/12/lose-your-lunchtime-to-this-really-rather-adorable-video-of-the-victoria-s-secret-angels-lip-syncing-to-taylor-swift\">Lose Your Lunchtime To This Really Rather Adorable Video Of The Victoria&#039;s Secret Angels Lip Syncing To Taylor Swift</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/so-this-is-what-it-s-actually-like-to-be-taylor-swift-s-best-mate\" title=\"So This Is What It’s Actually Like To Be Taylor Swift’s Best Mate\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/db/38c5a/bfc96/39eab/0479c/11152/92887/Taylor-3corbis-1getty_225x225.jpg?1417108655\" alt=\"So This Is What It’s Actually Like To Be Taylor Swift’s Best Mate\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/so-this-is-what-it-s-actually-like-to-be-taylor-swift-s-best-mate\">So This Is What It’s Actually Like To Be Taylor Swift’s Best Mate</a></h4>\n\t\t</div>\n    </article>\n\t\t<div class=\"clearfix\"></div>\n\t            \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\" title=\"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/80/9109f/cff97/17f04/d239b/f084a/9cd1c/backdrop3_225x225.jpg?1416927405\" alt=\"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/people\" title=\"People\">People</a></h3>\n        \t<h4><a href=\"/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\">In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/zayn-s-hair-chris-martin-s-blue-peter-badge-here-s-a-few-observations-from-the-band-aid-30-video\" title=\"Zayn&#039;s Hair &amp; Chris Martin&#039;s Blue Peter Badge: Here&#039;s A Few Observations From The Band Aid 30 Video\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/13/de129/f61d3/60c54/b04b0/15401/e66b4/PAY-Band-Aid-30-line-up_225x225.jpg?1416242052\" alt=\"Zayn&#039;s Hair &amp; Chris Martin&#039;s Blue Peter Badge: Here&#039;s A Few Observations From The Band Aid 30 Video\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/zayn-s-hair-chris-martin-s-blue-peter-badge-here-s-a-few-observations-from-the-band-aid-30-video\">Zayn&#039;s Hair &amp; Chris Martin&#039;s Blue Peter Badge: Here&#039;s A Few Observations From The Band Aid 30 Video</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/08/miley-cyrus-and-ed-sheeran-have-beef-but-only-miley-has-pork\" title=\"Miley Cyrus And Ed Sheeran Have Beef, But Only Miley Has Pork\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/f7/09c12/588a4/a2762/4261d/0552e/57138/MILEY-ED_225x225.jpg?1409302349\" alt=\"Miley Cyrus And Ed Sheeran Have Beef, But Only Miley Has Pork\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/08/miley-cyrus-and-ed-sheeran-have-beef-but-only-miley-has-pork\">Miley Cyrus And Ed Sheeran Have Beef, But Only Miley Has Pork</a></h4>\n\t\t</div>\n    </article>\n\t    </div>\t\n\t\n\t\t<div id=\"miappi\" class=\"hidden-xs hidden-sm col-md-6 col-lg-12\">\n\t\t<h2>Join Us <strong>Elsewhere</strong></h2>\n\t\t<div id=\"miappi-frame\"></div>\n\t</div>\n\t\n\t\t<div id=\"pinterest\" class=\"hidden-xs hidden-sm col-md-6 col-lg-12\">\n\t\t<h2>Join Us On<strong>Pinterest</strong></h2>\n\t\t<a data-pin-do=\"embedUser\" href=\"http://gb.pinterest.com/thedebriefuk/\" data-pin-scale-width=\"68\" data-pin-scale-height=\"250\" data-pin-board-width=\"300\"></a>\n\t</div>\n\t</div>\n\n<div id=\"widgets\" data-widget-list=\"widget-diets, widget-dating, widget-bingo, widget-magazine-subscribe\"></div>\n\n\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #4945657 -->\n\n\n<div id=\"mpuAdLower\" class=\"ad mpu mpu-lower hidden-xs hidden-sm\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945657/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_people_mpu2_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945657/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945657/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=debrief_people_mpu2_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n</div>\n\n\n</div>\n\n<footer class=\"clearfix\">\n    <div id=\"footer-container\">\n        <div class=\"inner-container container\">\n            <div id=\"footer-lhs\" class=\"clearfix\">\n                <a href=\"/\"><img src=\"/img/logo-footer.png\" id=\"footer-logo\"></a>\n                <ul id=\"footer-nav\" class=\"hidden-xs hidden-sm\">\n                                        <li><a href=\"/people\" class=\"active\">People</a></li>\n                                        <li><a href=\"/life\">Life</a></li>\n                                        <li><a href=\"/getting-ready\">Getting Ready</a></li>\n                                        <li><a href=\"/things-to-do\">Things To Do</a></li>\n                                        <li><a href=\"/sex\">Sex</a></li>\n                                    </ul>\n            </div>\n\n            <div id=\"footer-social\">\n                <a href=\"https://www.facebook.com/thedebrief\" target=\"_blank\" class=\"fa fa-facebook fa-fw\"></a>\n                <a href=\"https://twitter.com/TheDebrief\" target=\"_blank\" class=\"fa fa-twitter fa-fw\"></a>\n                <a href=\"http://instagram.com/thedebriefuk\" target=\"_blank\" class=\"fa fa-instagram fa-fw\"></a>\n                <a href=\"https://pinterest.com/thedebriefuk/\" target=\"_blank\" class=\"fa fa-pinterest fa-fw\"></a>\n                <a href=\"http://cribs20.tumblr.com/\" target=\"_blank\" class=\"fa fa-tumblr fa-fw\"></a>\n                <a href=\"https://www.youtube.com/user/TheDebriefUK\" target=\"_blank\" class=\"fa fa-youtube fa-fw\"></a>\n                <a href=\"https://plus.google.com/b/101195357286768695547/101195357286768695547\" target=\"_blank\" class=\"fa fa-google-plus fa-fw\"></a>\n            </div>\n\n            <p class=\"copyright\">&copy; Bauer Consumer Media Ltd</p>\n            <ul id=\"global-nav\" class=\"clearfix\">\n                <li><a href=\"/meet-the-team\">Meet The Team</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/advertising-terms.html\" target=\"_blank\">Advertising</a></li>\n                <li><a href=\"/contact-us\">Contact Us</a></li>\n                <li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Cookies</a></li>\n                <li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Privacy Policy</a></li>\n                <li><a href=\"http://www.bauermediacomplaints.co.uk\" target=\"_blank\">Complaints</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/competition-terms.html\" target=\"_blank\">Competition Terms</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/website-terms.html\" target=\"_blank\">Terms &amp; Conditions</a></li>\n            </ul>\n        </div>\n    </div>\n    <div id=\"footer-bottom\" class=\"clearfix\">\n        <div class=\"inner-container\">\n            <p class=\"col-md-6\">The Debrief is part of the Bauer Media Lifestyle Network</p>\n            <ul>\n                <li><a href=\"http://www.graziadaily.co.uk/\" target=\"_blank\">Grazia</a></li>\n                <li><a href=\"http://www.topsante.co.uk/\" target=\"_blank\">Top Sante</a></li>\n                <li><a href=\"http://www.closeronline.co.uk/\" target=\"_blank\">Closer</a></li>\n                <li><a href=\"http://www.motherandbaby.co.uk/\" target=\"_blank\">Mother&amp;Baby</a></li>\n                <li><a href=\"http://www.heatworld.com/\" target=\"_blank\">Heatworld</a></li>\n            </ul>\n            <p class=\"bauer\">Bauer Consumer Media Ltd, company number: 01176085 registered office 1 Lincoln Court, Lincoln Road, Peterborough PE1 2RF registered in England and Wales</p>\n        </div>\n    </div>\n</footer>\n\n<div id=\"modal\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modal\" aria-hidden=\"true\">\n    <div class=\"modal-dialog modal-lg\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\"></div>\n            <div class=\"modal-body\"></div>\n            <div class=\"modal-footer\"></div>\n        </div>\n    </div>\n</div>\n\n\n\t\t<!-- ADS: Widget exists -->\n\n\n<!-- #4945663 -->\n\n\n\t\n\t\n<div id=\"overlayAd\">\n\n\t<script language=\"javascript\">\n\t\t<!--\n\t\tif (window.adgroupid == undefined) {\n\t\t\twindow.adgroupid = Math.round(Math.random() * 1000);\n\t\t}\n\t\tdocument.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn|3.0|311|4945663|0|16|ADTECH;loc=100;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"></scri'+'pt>');\n\t\t//-->\n\t</script><noscript><a href=\"http://adserver.adtech.de/adlink|3.0|311|4945663|0|16|ADTECH;loc=300;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv|3.0|311|4945663|0|16|ADTECH;loc=300;key=key1+key2+key3+key4\" border=\"0\" width=\"1\" height=\"1\"></a></noscript>\n\n</div>\n\n\t\n\n<script src=\"//code.jquery.com/jquery-1.10.2.min.js\" type=\"text/javascript\"></script>\n<script>window.jQuery || document.write('<script src=\"/js/jquery-1.10.2.min.js\" type=\"text/javascript\"><\\/script>')</script>\n<script src=\"/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/BrightcoveExperiences.js\" type=\"text/javascript\"></script>\n<script src=\"/js/postscribe.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/royalslider/dev-js/jquery.royalslider.min.js\" type=\"text/javascript\"></script>\n<script src=\"//assets.pinterest.com/js/pinit.js\" type=\"text/javascript\"></script>\n<script src=\"/js/breakpoints.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/main.min.js?cachebuster=201409301539\" type=\"text/javascript\"></script>\n\n<script type=\"text/javascript\">\n    (function () {\n        var cp = document.createElement('script'); cp.type = 'text/javascript';\n        cp.src = ('https:' == window.location.protocol ? 'https://scripts-cdn.bauersecure.com' : 'http://scripts.bauercdn.com') + '/common/cookiePolicy/';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cp, s);\n    })();\n    </script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"thedebrief.co.uk\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n                e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n                        :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<script type=\"text/javascript\" language=\"JavaScript\">\n    var asUrl = \"http://js.revsci.net/gateway/gw.js?csid=H07711&auto=t\";\n    var asP = document.body == null ? document.getElementsByTagName('head')\\[0\\] : document.body;\n    var asE = document.createElement(\"script\");asE.language = \"JavaScript\";\n    asE.type = \"text/javascript\";\n    asE.src = asUrl;\n    asP.insertBefore(asE,asP.firstChild);\n    H07711.DM_tag();\n</script>\n\n<!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035170&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- Start of Chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = '57607';\n    _sf_async_config.domain = 'thedebrief.co.uk';\n    _sf_async_config.useCanonical = true;\n            _sf_async_config.authors = 'Lena deCasparis';\n            _sf_async_config.sections = 'Fame';\n\n    /** CONFIGURATION END **/\n    (function(){\n        function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n            document.body.appendChild(e);\n        }\n        var oldonload = window.onload;\n        window.onload = (typeof window.onload != 'function') ?\n                loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n<!-- End of Chartbeat -->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/thedebrief.co.uk2.html",
    "content": "    <!DOCTYPE html>\n<!--[if IE 8]><html lang=\"en\" class=\"no-js lt-ie10 lt-ie9\"><![endif]-->\n<!--[if IE 9]><html lang=\"en\" class=\"no-js lt-ie10\"><![endif]-->\n<!--[if gt IE 9]><!--><html lang=\"en\" class=\"no-js\"><!--<![endif]-->\n<head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"format-detection\" content=\"telephone=no\">\n\n    <title> In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material | People | The Debrief</title>\n    <meta name=\"description\" content=\"While Taylor is good for break-ups, there’s a Beyonce lyric for literally every occasion. \" />\n    <meta name=\"keywords\" content=\"taylor swift breakup letter \" />\n\n     <meta property=\"og:type\" content=\"blog\">\n<meta property=\"og:title\" content=\"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material\">\n<meta property=\"og:description\" content=\"While Taylor is good for break-ups, there’s a Beyonce lyric for literally every occasion\">\n<meta property=\"og:url\" content=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\">\n<meta property=\"og:site_name\" content=\"The Debrief\" />\n<meta property=\"og:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/80/9109f/cff97/17f04/d239b/f084a/9cd1c/backdrop3_466x466.jpg?1416927405\">\n \n         <meta name=\"twitter:site\" content=\"@TheDebrief\">\n    <meta name=\"twitter:card\" content=\"summary\">\n     <meta name=\"twitter:url\" content=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\">\n<meta name=\"twitter:title\" content=\"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material\">\n<meta name=\"twitter:description\" content=\"While Taylor is good for break-ups, there’s a Beyonce lyric for literally every occasion\">\n<meta property=\"twitter:image\" content=\"http://mediastorage-lls.bauermedia.co.uk/80/9109f/cff97/17f04/d239b/f084a/9cd1c/backdrop3_466x466.jpg?1416927405\">\n \n                                                                                                                    \n\n    \n\n<meta name='parsely-page'\n    content='{\"title\": \"In Which We Discuss Whether Taylor\\u0027s Or Beyonce\\u0027s Lyrics Are Better Break-Up Material\",\n                \"link\": \"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\",\n                \"image_url\": \"http://mediastorage-lls.bauermedia.co.uk/80/9109f/cff97/17f04/d239b/f084a/9cd1c/backdrop3_620x349.jpg?1416927404\",\n                \"type\": \"post\",\n                \"pub_date\": \"2014-11-25T14:59:06+00:00\",\n                \"section\": \"People\",\n                \"author\": \"Stevie Martin\",\n                \"tags\": [\"Beyonce\",\"Relationships\",\"Taylor Swift\"]\n               }'>\n\n    <base href=\"/\">\n    <link href=\"/css/bootstrap.css\" rel=\"stylesheet\">\n    <link href=\"//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.min.css\" rel=\"stylesheet\">\n    <link href=\"//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto+Condensed\" rel=\"stylesheet\" type=\"text/css\">\n    <link href=\"/css/theme.css?cachekey=201412021550\" rel=\"stylesheet\">\n    <link rel=\"shortcut icon\" href=\"/favicon.ico\" />\n\n    <link rel=\"canonical\" href=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\">\n\n    <!-- Fav and touch ico -->\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/apple-touch-icon-144x144-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/apple-touch-icon-114x114-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/apple-touch-icon-72x72-precomposed.png\" />\n    <link rel=\"apple-touch-icon-precomposed\" href=\"/apple-touch-icon-57x57-precomposed.png\" />\n\n\n    <script src=\"/js/modernizr.custom.35600.js\"></script>\n    <script src=\"/js/ads.js\"></script>\n\n    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\n    <!--[if lt IE 9]>\n    <script src=\"//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\n    <script src=\"//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js\"></script>\n    <![endif]-->\n\n    <!-- Begin comScore Tag -->\n    <script>\n        var _comscore = _comscore || [];\n        _comscore.push({ c1: \"2\", c2: \"6035170\" });\n        (function() {\n            var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n            s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n            el.parentNode.insertBefore(s, el);\n        })();\n    </script>\n    <!-- End comScore Tag -->\n\n    <script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n</head>\n\n<body>\n\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T27XQF\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});\n        var f=d.getElementsByTagName(s)[0],\n            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;\n            f.parentNode.insertBefore(j,f);\n    })(window,document,'script','dataLayer','GTM-T27XQF');\n</script>\n<!-- End Google Tag Manager -->\n\n<!-- Google Analytics -->\n                                                                                                                                                    \n<script>\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n    ga('create', 'UA-45897657-1', 'auto');\n    ga('set', {\n        'dimension1': 'People','dimension4': 'Stevie Martin','dimension5': 'Tuesday\\x2c 25 November 2014'    });\n            ga('send', 'pageview');\n</script>\n\n<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n    var js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1&appId=590339087723867\";\n    fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n\n<header id=\"header\" class=\"clearfix\">\n\n    <div class=\"inner-container container\">\n        <div id=\"social\" class=\"hidden-xs hidden-sm\">\n            <a href=\"https://www.facebook.com/thedebrief\" target=\"_blank\" class=\"fa fa-facebook fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Join us on Facebook\"></a>\n            <a href=\"https://twitter.com/TheDebrief\" target=\"_blank\" class=\"fa fa-twitter fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Twitter\"></a>\n            <a href=\"http://instagram.com/thedebriefuk\" target=\"_blank\" class=\"fa fa-instagram fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Instagram\"></a>\n            <a href=\"https://pinterest.com/thedebriefuk/\" target=\"_blank\" class=\"fa fa-pinterest fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Pinterest\"></a>\n            <a href=\"http://cribs20.tumblr.com/\" target=\"_blank\" class=\"fa fa-tumblr fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Tumblr\"></a>\n            <a href=\"https://www.youtube.com/user/TheDebriefUK\" target=\"_blank\" class=\"fa fa-youtube fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on YouTube\"></a>\n            <a href=\"https://plus.google.com/b/101195357286768695547/101195357286768695547\" target=\"_blank\" class=\"fa fa-google-plus fa-fw bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Follow us on Google+\"></a>\n        </div>\n\n        <div id=\"logo\">\n            <h1 class=\"bg1 clearfix\" data-backgrounds=\"17\" data-seconds=\"0.5\">\n                <span class=\"hidden\">The Debrief</span>\n                <a href=\"/\"><img src=\"//mediastorage-lls.bauermedia.co.uk/thedebrief/cover/logo.png\" alt=\"The Debrief logo\" title=\"The Debrief\"></a>\n            </h1>\n        </div>\n\n        <form action=\"/search\" method=\"get\" id=\"search-form\" class=\"search-form form-inline col-md-4 col-lg-3 hidden\" role=\"form\">\n            <div class=\"input-group\">\n                <label for=\"searchbox\" class=\"sr-only\">Search</label>\n                <input type=\"search\" id=\"searchbox\" name=\"searchQuery\" class=\"form-control\" autocomplete=\"off\" placeholder=\"Search The Debrief\">\n                <input type=\"hidden\" name=\"searchType\" value=\"All\">\n                <span class=\"input-group-btn\">\n                    <button class=\"btn btn-default\" type=\"submit\"><i class=\"fa fa-search\"></i></button>\n                </span>\n            </div>\n            <a href=\"/account/register\" id=\"user-login\" class=\"fa fa-envelope-o fa-3 bs-tooltip hidden-xs hidden-sm\" title=\"Sign up to newsletter\" data-toggle=\"tooltip\" data-placement=\"bottom\" data-loggedin-url=\"/account/update-profile\" data-loggedin-title=\"Update Profile\"></a>\n        </form>\n\n        <div id=\"user\" class=\"visible-xs visible-sm\">\n            <button id=\"btn-search\" class=\"btn btn-link\"><i class=\"fa fa-search\"></i></button>\n            <button id=\"btn-mobile-menu\" class=\"btn btn-default\"><i class=\"fa fa-bars\"></i></button>\n        </div>\n    </div>\n\n</header>\n\n<nav class=\"slide-away\">\n    <ul class=\"container\">\n        <li id=\"logo-small\"><a href=\"/\"><img src=\"/img/logo-de-black.svg\" alt=\"The Debrief logo\"></a></li>\n                <li><a href=\"/people\" class=\"people\">People</a></li>\n                <li><a href=\"/life\">Life</a></li>\n                <li><a href=\"/getting-ready\">Getting Ready</a></li>\n                <li><a href=\"/things-to-do\">Things To Do</a></li>\n                <li><a href=\"/sex\">Sex</a></li>\n                <li id=\"site-version\" class=\"hidden-xs hidden-sm bs-tooltip\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"Because staying the same would be too easy...\">v1.9</li>\n        <li id=\"mobile-login\" class=\"hidden-md hidden-lg\"><a href=\"/account/register\">Newsletter Signup</a></li>\n    </ul>\n</nav>\n\n<div id=\"ad-leaderboard\">\n    \n            <!-- ADS: Widget exists -->\n\n\n<!-- #4945755 -->\n\n\n<div id=\"leaderboardAd\" class=\"ad text-center\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945755/0/-1/ADTECH;loc=100;size=468x60;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_peoplehome_leader_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945755/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945755/0/-1/ADTECH;loc=300;size=468x60;key=key1+key2+key3+key4;alias=debrief_peoplehome_leader_\" border=\"0\" width=\"468\" height=\"60\"></a></noscript>\n\n</div>\n\n</div>\n\n<div id=\"content\" class=\" container\">\n\n    <div class=\"main-content col-lg-8\">\n\n    <article class=\"category-people image landscape  clearfix\">\n\n        \n        \n\n\n<img src=\"//mediastorage-lls.bauermedia.co.uk/ac/77eb1/67ea7/1390e/abd9a/9d7a7/ca664/author-placeholder_42x42.jpg?1415018458\" alt=\"Stevie Martin\" width=\"42\" height=\"42\" class=\"hidden\">\n<p class=\"author text-right\">\n\t\t<a href=\"/author/stevie-martin\">Stevie Martin</a>\n\t\t | Staff Writer | Tuesday, 25 November 2014</p>\n\n        <div class=\"clearfix\">\n                    \t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/80/9109f/cff97/17f04/d239b/f084a/9cd1c/backdrop3_620x349.jpg?1416927404\" width=\"620\" height=\"349\" alt=\"&amp;nbsp;\" class=\"hero-image\" />\n\t<h1><span>In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material</span></h1>\n\t    \n            \n            <p class=\"in-brief\"><strong>The Debrief:</strong> While Taylor is good for break-ups, there’s a Beyonce lyric for literally every occasion</p>\n        </div>\n\n        <section id=\"addthis-top\" class=\"clearfix\">\n            <div id=\"addthis-container\">\n                <h3>Share This</h3>\n                <!-- AddThis Button BEGIN -->\n                <div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">\n                    <a class=\"addthis_button_facebook\"></a>\n                    <a class=\"addthis_button_twitter\"></a>\n                    <a class=\"addthis_button_google_plusone_share\"></a>\n                    <a class=\"addthis_button_pinterest_share\"></a>\n                    <a class=\"addthis_button_email\"></a>\n                    <a class=\"addthis_button_compact\"></a>\n                </div>\n                <script type=\"text/javascript\">\n\t\t\t\t\tvar addthis_config = {\n\t\t\t\t\t\t\"data_track_addressbar\":true\n\t\t\t\t\t};\n\t\t\t\t\tvar addthis_share = {\n\t\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material',\n\t\t\t\t\t\ttitle: \"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material (via @TheDebrief)\"\n\t\t\t\t\t};\n\t\t\t\t</script>\n                <!-- AddThis Button END -->\n            </div>\n        </section>\n\n        \n        <p>Some absolute genius of a woman has written a break-up letter that comprises entirely of Taylor Swift lyrics because, let&rsquo;s face it, pretty much every single Taylor Swift song is about a break-up. Apart from... nope. I&rsquo;ve got nothing.&nbsp;</p>\r\n<figure >\n    <img src=\"//mediastorage-lls.bauermedia.co.uk/ae/fb4a4/28e76/3e7d5/ca4cf/b7279/dda07/letter1_500x656.jpg?1416927527\" alt=\"&amp;nbsp;\" height=\"656\" width=\"500\">\n    <figcaption>\n        &nbsp;\n    </figcaption>\n</figure>\r\n<p>Anyway, while T-Swift can provide excellent firepower for a particular kind of breakup letter &ndash; what if you want to go a bit more ballsy? Like, Beyonce ballsy? Wonder no more because we&rsquo;ve channelled Queen Bey into the perfect method for getting rid of a cheatin&rsquo; man. Or woman. Or someone who hasn&rsquo;t cheated at all, but you&rsquo;re just not feeling it anymore.&nbsp;</p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/11/very-important-style-and-design-lessons-from-taylor-swift-s-new-video-for-blank-space#.VHSSW2R_seU\" target=\"_self\">READ MORE: Style And Design Tips From Taylor Swift's New Video For Blank Space</a></p>\r\n<p><em>Hey babe,&nbsp;</em></p>\r\n<p><em>There was a time I thought that you did everything right. No lies, no wrong. Boy I, must&rsquo;ve been out of my mind, so when I think of the time that I almost loved you, you showed your self and I saw the real you. If I were a boy, I think I could understand how it feels to love a girl &ndash; I swear I&rsquo;d be a better man. I wanted you bad &ndash; I'm so through with that, because honestly, you turned out to be the best thing I never had. I&rsquo;m taking back the things I got from you, on top of you not calling me back &ndash; you see I bet you think it&rsquo;s all on track, but what about my body? You would rather go and party.&nbsp;</em></p>\r\n<p><em>I give you everything you want everything you need. Even your friends say I&rsquo;m a good woman, all I need to know is why? Why don&rsquo;t you love me? I got beauty, I got class, I got style, and I got ass and you don&rsquo;t even care to care. Bet it sucks to be you right now &ndash; don&rsquo;t you ever for a second get to thinking you're irreplaceable; what goes around comes back around.&nbsp;</em></p>\r\n<p><em>Baby I won&rsquo;t shed a tear for you, I won&rsquo;t lose a wink of sleep, because the truth of the matter is replacing you is so easy</em></p>\r\n<p><em>[insert your name here]&nbsp;</em></p>\r\n<p>Sure, it makes you sound a bit all over the place (while Tay mainly does nostalgic, hurt songs &ndash; Bey goes all out raging, as well as hurt, and secure as well as insecure), but what great break-up letter doesn&rsquo;t? I remember once running down the road in no shoes after an ex yelling, &lsquo;I&rsquo;M NOT MAD, COME BACK HERE.&rsquo; Breaking up is a paradox.&nbsp;</p>\r\n<p>And Beyonce&rsquo;s lyrics don&rsquo;t just go well with relationships, oh no &ndash; while Taylor tends to focus on matters of the (broken) heart, Beyonce&rsquo;s back catalogue works pretty well in most scenarios. Look, there&rsquo;s a Beyonce for all occasions:&nbsp;</p>\r\n<p><strong>A Beyonce lyric for...</strong></p>\r\n<p><strong>Quitting your job email: </strong>Fuck you, pay me.&nbsp;</p>\r\n<p><strong>Drunk birthday speech:</strong> This goes out to all my girls that&rsquo;s in the club rocking the latest!&nbsp;Who will buy it for themselves and get more money later.&nbsp;I think I need a barber.</p>\r\n<p><strong>Letter to your best mate:</strong>&nbsp;And if you wasn&rsquo;t for you,&nbsp;and if I didn&rsquo;t know you,&nbsp;and if you never reached me,&nbsp;and if you didn&rsquo;t teach me,&nbsp;I wouldn&rsquo;t be, who I am right now.</p>\r\n<p><strong>Discussing your monthly cycle with your GP:</strong>&nbsp;I been on, I been on, I been on &ndash; tell me who gone take me off, take me off, take me off, take me off, &rsquo;cause I been on</p>\r\n<p><strong>Speaking with changing room attendants:</strong>&nbsp;Stop, I ain&rsquo;t ready yet.&nbsp;Wait, let me fix my hair.&nbsp;I think I&rsquo;m ready</p>\r\n<p><strong>Giving sex advice from the 1950s:</strong>&nbsp;Ladies look here, when you been with your man for a long time, every now and then you gotta go back in the closet and pull out that freakum dress.</p>\r\n<p><strong>Like this? You might also be interested in...</strong></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/11/sold-out-moisturiser-is-the-urban-legend-of-beyonc-s-new-ish-video#.VHSSl2R_seU\" target=\"_self\">Sold Out Moisturiser Is The Hero Of Beyonce's 7/11 Video</a></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/11/beyonce-behaves-a-bit-weirdly-the-internet-gets-weirder#.VHSTv2R_seU\" target=\"_self\">Beyonce Behaves A Bit Weirdly, The Internet Gets Even Weirder</a></p>\r\n<p><a href=\"http://www.thedebrief.co.uk/2014/11/beyonce-behaves-a-bit-weirdly-the-internet-gets-weirder#.VHSTv2R_seU\" target=\"_self\">A Few Signs We Might Be Drifting Apart From Beyonce</a></p>\r\n<p><strong>Follow Stevie on Twitter: <a href=\"http://www.twitter.com/5tevieM\" target=\"_self\">@5tevieM</a></strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\n\n        \n        <div class=\"fb-like\" data-href=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"true\" data-share=\"false\"></div>\n\n                <p class=\"tags\">\n            Tags:\n                                    <a href=\"/tags/beyonce\">Beyonce</a>,                                                 <a href=\"/tags/relationships\">Relationships</a>,                                                 <a href=\"/tags/taylor-swift\">Taylor Swift</a>                                </p>\n\n        <div id=\"nsfw-modal-header\" class=\"hidden\">\n            <img src=\"/img/logo-overlay.png\" alt=\"The Debrief\">\n        </div>\n        <div id=\"nsfw-modal-body\" class=\"hidden\">\n            <p class=\"no-margin\">At work? With your gran?</p>\n            <p>You might want to think about the fact you're about to read something that wouldn't exactly get a PG rating</p>\n        </div>\n        <div id=\"nsfw-modal-footer\" class=\"hidden\">\n            <button type=\"button\" id=\"modal-accept\" class=\"btn btn-success\">Click here to continue</button>\n            <button type=\"button\" id=\"modal-reject\" class=\"btn btn-danger\">Or go back to the safe stuff</button>\n        </div>\n        \n        <section id=\"addthis-bottom\">\n            <h3>Share This</h3>\n            <!-- AddThis Button BEGIN -->\n            <div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">\n                <a class=\"addthis_button_facebook\"></a>\n                <a class=\"addthis_button_twitter\"></a>\n                <a class=\"addthis_button_google_plusone_share\"></a>\n                <a class=\"addthis_button_pinterest_share\"></a>\n                <a class=\"addthis_button_email\"></a>\n                <a class=\"addthis_button_compact\"></a>\n            </div>\n            <script type=\"text/javascript\">\n\t\t\t\tvar addthis_config = {\n\t\t\t\t\t\"data_track_addressbar\":true\n\t\t\t\t};\n\t\t\t\tvar addthis_share = {\n\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material',\n\t\t\t\t\ttitle: \"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material (via @TheDebrief)\"\n\t\t\t\t};\n\t\t\t</script>\n            <!-- AddThis Button END -->\n        </section>\n\n        <section id=\"addthis-float\">\n            <!-- AddThis Smart Layers BEGIN -->\n            <!-- Go to http://www.addthis.com/get/smart-layers to customize -->\n            <script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-534bbcb926b82ae9\"></script>\n            <script type=\"text/javascript\">\n\t\t\t\tvar addthis_share = {\n\t\t\t\t\turl: 'http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material',\n\t\t\t\t\ttitle: \"In Which We Discuss Whether Taylor&#039;s Or Beyonce&#039;s Lyrics Are Better Break-Up Material  (via @TheDebrief)\"\n\t\t\t\t};\n                addthis.layers({\n                    'theme' : 'transparent',\n                    'share' : {\n                        'position': 'left',\n                        'offset': {\n                            'top': '287px'\n                        },\n                        'services': 'facebook, twitter, google_plusone_share, pinterest, email, more',\n                        'numPreferredServices' : 5\n                    }\n                });\n            </script>\n            <!-- AddThis Smart Layers END -->\n        </section>\n    </article>\n\n        <section id=\"comments\" data-disqus-shortname=\"thedebrief-live\" data-disqus-url=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\" data-disqus-identifier=\"/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\" data-disqus-developer=\"1\">\n        <h3>Comments</h3>\n        <div>\n            <p class=\"powered-by\">The Debrief chat powered by <span class=\"disqus-logo\">DISQUS</span> <a href=\"#\" role=\"button\" data-toggle=\"modal\" data-target=\"#disqus-modal\" title=\"Read more about DISQUS\"><span class=\"hidden\">Read more</span><i class=\"fa fa-question-circle fa-fw\"></i></a></p>\n\n            <div class=\"modal fade\" id=\"disqus-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" data-backdrop=\"false\">\n                <div class=\"modal-dialog\">\n                    <div class=\"modal-content\">\n                        <div class=\"modal-header\">\n                            <h4 class=\"modal-title\" id=\"myModalLabel\">Disqus</h4>\n                        </div>\n                        <div class=\"modal-body\">\n                            <p>Disqus allows you to post comments on our site. You can only post comments if you register with Disqus and your registration data will be handled in accordance with their <a href=\"http://help.disqus.com/customer/portal/articles/466259-privacy-policy\" target=\"_blank\">privacy policy</a>.</p>\n                            <p>Disqus will use your registration data (email) to send you additional information. Details of how you can opt out are contained in the verification email which you will be sent after you sign up</p>\n                            <p>Please read the <a href=\"http://help.disqus.com/customer/portal/articles/466260-terms-of-service\" target=\"_blank\">Disqus terms of service</a></p>\n                        </div>\n                        <div class=\"modal-footer\">\n                            <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Close</button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n\n            <p class=\"comments-loading\">Loading...</p>\n            <div id=\"disqus_thread\"></div>\n            <noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n            <a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n        </div>\n    </section>\n\n        <div id=\"other-related\" class=\"clearfix\">\n        <h2>Need a change of scene?</h2>\n\n                                <article class=\"category-sex col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/11/out-of-lube-try-these-six-alternatives-you-ll-have-around-the-house\" title=\"Out Of Lube? Try These Six Alternatives You&#039;ll Have Around The House\" rel=\"bookmark\"><img alt=\"Out Of Lube? Try These Six Alternatives You&#039;ll Have Around The House\" src=\"//mediastorage-lls.bauermedia.co.uk/5b/95d54/7c9af/8a108/b99de/986fe/c6cd2/Lube.Hero_225x225.jpg?1416592738\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/sex\" title=\"Sex\">Sex</a></h3>\n                    <h4><a href=\"/2014/11/out-of-lube-try-these-six-alternatives-you-ll-have-around-the-house\" title=\"Out Of Lube? Try These Six Alternatives You&#039;ll Have Around The House\" rel=\"bookmark\">Out Of Lube? Try These Six Alternatives You&#039;ll Have Around The House</a></h4>\n                </div>\n            </div>\n        </article>\n                                <article class=\"category-life col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/11/why-are-so-many-of-us-living-below-the-poverty-line\" title=\"Why Are So Many Of Us Living Below The Poverty Line?\" rel=\"bookmark\"><img alt=\"Why Are So Many Of Us Living Below The Poverty Line?\" src=\"//mediastorage-lls.bauermedia.co.uk/cf/0a0ff/c78a2/edad7/debbf/99856/a9607/g152405393_225x225.jpg?1416851125\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/life\" title=\"Life\">Life</a></h3>\n                    <h4><a href=\"/2014/11/why-are-so-many-of-us-living-below-the-poverty-line\" title=\"Why Are So Many Of Us Living Below The Poverty Line?\" rel=\"bookmark\">Why Are So Many Of Us Living Below The Poverty Line?</a></h4>\n                </div>\n            </div>\n        </article>\n                                <article class=\"category-life col-sm-4\">\n            <div class=\"image-container\">\n                <a href=\"/2014/11/dirty-pants-and-used-condoms-the-reality-of-being-a-cleaner-for-20-somethings\" title=\"Dirty Pants And Used Condoms: The Reality Of Being A Cleaner For 20-Somethings\" rel=\"bookmark\"><img alt=\"Dirty Pants And Used Condoms: The Reality Of Being A Cleaner For 20-Somethings\" src=\"//mediastorage-lls.bauermedia.co.uk/59/595eb/2bf73/fc5ea/a3c65/e7809/ef2fe/rory-_225x225.jpg?1416584430\"></a>\n                <div class=\"article-headline\">\n                    <h3><a href=\"/life\" title=\"Life\">Life</a></h3>\n                    <h4><a href=\"/2014/11/dirty-pants-and-used-condoms-the-reality-of-being-a-cleaner-for-20-somethings\" title=\"Dirty Pants And Used Condoms: The Reality Of Being A Cleaner For 20-Somethings\" rel=\"bookmark\">Dirty Pants And Used Condoms: The Reality Of Being A Cleaner For 20-Somethings</a></h4>\n                </div>\n            </div>\n        </article>\n            </div>\n        <div id=\"outbrain-include\">\n        <div class=\"OUTBRAIN\" data-src=\"http://www.thedebrief.co.uk/2014/11/in-which-we-discuss-whether-taylor-s-or-beyonce-s-lyrics-are-better-break-up-material\" data-widget-id=\"AR_1\" data-ob-template=\"Bauer_Media_UK_The_Debrief\" ></div>\n        <script type=\"text/javascript\" async=\"async\" src=\"http://widgets.outbrain.com/outbrain.js\"></script>\n    </div>\n\n</div>\n\n\n\n<div class=\"rhs col-lg-4\">\n    <div class=\"clearfix\">\n\t\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #4945757 -->\n\n\n<div id=\"mpuAd\" class=\"ad mpu col-xs-12 col-md-6 col-lg-12\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945757/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_peoplehome_mpu_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945757/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945757/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=debrief_peoplehome_mpu_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n\n        <div id=\"newsletter\" class=\"col-xs-12 col-md-6 col-lg-12\">\n        <h2>Sign Up<strong>Now</strong></h2>\n        <p>For exclusive news, reviews, ace competitions and discounts, sign up for our email. It'll make your inbox great. Guaranteed.</p>\n        <a href=\"/account/register\" class=\"btn btn-default btn-lg\">Get The Debrief</a>\n    </div>\n    \n\t<div class=\"clearfix\"></div>\n\n\t\t<div id=\"related\">\n\t<h2>We reckon you’ll also <strong>want to read</strong></h2>\n\n                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/sold-out-moisturiser-is-the-urban-legend-of-beyonc-s-new-ish-video\" title=\"Sold-Out Moisturiser Is The Urban Legend Of Beyoncé’s New-Ish Video\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/cb/55da6/7959f/28140/80b5c/d4cd6/da559/Screen-Shot-2014-11-24-at-12.27_225x225.jpg?1416853959\" alt=\"Sold-Out Moisturiser Is The Urban Legend Of Beyoncé’s New-Ish Video\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/sold-out-moisturiser-is-the-urban-legend-of-beyonc-s-new-ish-video\">Sold-Out Moisturiser Is The Urban Legend Of Beyoncé’s New-Ish Video</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/a-few-signs-that-we-might-be-drifting-apart-from-beyonce\" title=\"A Few Signs That We Might Be Drifting Apart From Beyonce\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/88/a6f6b/ae393/b72bc/675a8/55c5e/defa6/getty.beyonce%27s%20room_225x225.jpg?1416490918\" alt=\"A Few Signs That We Might Be Drifting Apart From Beyonce\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/a-few-signs-that-we-might-be-drifting-apart-from-beyonce\">A Few Signs That We Might Be Drifting Apart From Beyonce</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/beyonc-s-fans-are-conservative-and-sam-smith-s-love-carbs\" title=\"Beyoncé&#039;s Fans Are Conservative And Sam Smith&#039;s Love Carbs\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/c7/0b594/4cc2e/d5218/04a10/fe6e3/8391a/hero_225x225.jpg?1416246023\" alt=\"Beyoncé&#039;s Fans Are Conservative And Sam Smith&#039;s Love Carbs\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/beyonc-s-fans-are-conservative-and-sam-smith-s-love-carbs\">Beyoncé&#039;s Fans Are Conservative And Sam Smith&#039;s Love Carbs</a></h4>\n\t\t</div>\n    </article>\n\t\t<div class=\"clearfix\"></div>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/11/beyonce-behaves-a-bit-weirdly-the-internet-gets-weirder\" title=\"Beyonce Behaves A Bit Weirdly. The Internet Gets Weirder\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/7c/ce001/19693/60629/14e44/609fc/b2cfd/hero_225x225.jpg?1415295921\" alt=\"Beyonce Behaves A Bit Weirdly. The Internet Gets Weirder\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/11/beyonce-behaves-a-bit-weirdly-the-internet-gets-weirder\">Beyonce Behaves A Bit Weirdly. The Internet Gets Weirder</a></h4>\n\t\t</div>\n    </article>\n\t            \n    <article class=\"category-life col-sm-4 col-lg-12\">\n        <a href=\"/2014/10/taylor-swift-made-an-interesting-point-about-independence-in-a-relationship\" title=\"Taylor Swift Made An Interesting Point About Independence In A Relationship\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/92/c4e2d/490a0/451a6/920b2/5f6e4/e7961/457960652_225x225.jpg?1414765309\" alt=\"Taylor Swift Made An Interesting Point About Independence In A Relationship\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/life\" title=\"Life\">Life</a></h3>\n        \t<h4><a href=\"/2014/10/taylor-swift-made-an-interesting-point-about-independence-in-a-relationship\">Taylor Swift Made An Interesting Point About Independence In A Relationship</a></h4>\n\t\t</div>\n    </article>\n\t                        \n    <article class=\"category-people col-sm-4 col-lg-12\">\n        <a href=\"/2014/10/beyonc-s-fringe-is-totally-fine-by-us-so-get-over-it-haters\" title=\"Beyoncé&#039;s Fringe Is Totally Fine By Us - So Get Over It, Haters\" class=\"also-link clearfix\">\n\t\t\t<img src=\"//mediastorage-lls.bauermedia.co.uk/a6/2d30e/87e8f/a99b6/2ea2f/192ed/06e98/457220866_225x225.jpg?1413386172\" alt=\"Beyoncé&#039;s Fringe Is Totally Fine By Us - So Get Over It, Haters\">\n\t\t\t\t\t</a>\n\t\t<div class=\"article-headline\">\n        \t<h3><a href=\"/fame\" title=\"Fame\">Fame</a></h3>\n        \t<h4><a href=\"/2014/10/beyonc-s-fringe-is-totally-fine-by-us-so-get-over-it-haters\">Beyoncé&#039;s Fringe Is Totally Fine By Us - So Get Over It, Haters</a></h4>\n\t\t</div>\n    </article>\n\t    </div>\t\n\t\n\t\t<div id=\"miappi\" class=\"hidden-xs hidden-sm col-md-6 col-lg-12\">\n\t\t<h2>Join Us <strong>Elsewhere</strong></h2>\n\t\t<div id=\"miappi-frame\"></div>\n\t</div>\n\t\n\t\t<div id=\"pinterest\" class=\"hidden-xs hidden-sm col-md-6 col-lg-12\">\n\t\t<h2>Join Us On<strong>Pinterest</strong></h2>\n\t\t<a data-pin-do=\"embedUser\" href=\"http://gb.pinterest.com/thedebriefuk/\" data-pin-scale-width=\"68\" data-pin-scale-height=\"250\" data-pin-board-width=\"300\"></a>\n\t</div>\n\t</div>\n\n<div id=\"widgets\" data-widget-list=\"widget-diets, widget-dating, widget-bingo, widget-magazine-subscribe\"></div>\n\n\n\n                            <!-- ADS: widget.format == 'mpu' -->\n    \n\n<!-- #4945759 -->\n\n\n<div id=\"mpuAdLower\" class=\"ad mpu mpu-lower hidden-xs hidden-sm\">\n\n    <script language=\"javascript\">\n        <!--\n        if (window.adgroupid == undefined) {\n            window.adgroupid = Math.round(Math.random() * 1000);\n        }\n        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/311.0/4945759/0/-1/ADTECH;loc=100;size=300x250;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+';alias=debrief_peoplehome_mpu2_' + window._break.alias + '\"></scri'+'pt>');\n        //-->\n    </script><noscript><a href=\"http://adserver.adtech.de/adlink/3.0/311.0/4945759/0/-1/ADTECH;loc=300;alias=;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/311.0/4945759/0/-1/ADTECH;loc=300;size=300x250;key=key1+key2+key3+key4;alias=debrief_peoplehome_mpu2_\" border=\"0\" width=\"300\" height=\"250\"></a></noscript>\n\n</div>\n\n</div>\n\n\n</div>\n\n<footer class=\"clearfix\">\n    <div id=\"footer-container\">\n        <div class=\"inner-container container\">\n            <div id=\"footer-lhs\" class=\"clearfix\">\n                <a href=\"/\"><img src=\"/img/logo-footer.png\" id=\"footer-logo\"></a>\n                <ul id=\"footer-nav\" class=\"hidden-xs hidden-sm\">\n                                        <li><a href=\"/people\" class=\"active\">People</a></li>\n                                        <li><a href=\"/life\">Life</a></li>\n                                        <li><a href=\"/getting-ready\">Getting Ready</a></li>\n                                        <li><a href=\"/things-to-do\">Things To Do</a></li>\n                                        <li><a href=\"/sex\">Sex</a></li>\n                                    </ul>\n            </div>\n\n            <div id=\"footer-social\">\n                <a href=\"https://www.facebook.com/thedebrief\" target=\"_blank\" class=\"fa fa-facebook fa-fw\"></a>\n                <a href=\"https://twitter.com/TheDebrief\" target=\"_blank\" class=\"fa fa-twitter fa-fw\"></a>\n                <a href=\"http://instagram.com/thedebriefuk\" target=\"_blank\" class=\"fa fa-instagram fa-fw\"></a>\n                <a href=\"https://pinterest.com/thedebriefuk/\" target=\"_blank\" class=\"fa fa-pinterest fa-fw\"></a>\n                <a href=\"http://cribs20.tumblr.com/\" target=\"_blank\" class=\"fa fa-tumblr fa-fw\"></a>\n                <a href=\"https://www.youtube.com/user/TheDebriefUK\" target=\"_blank\" class=\"fa fa-youtube fa-fw\"></a>\n                <a href=\"https://plus.google.com/b/101195357286768695547/101195357286768695547\" target=\"_blank\" class=\"fa fa-google-plus fa-fw\"></a>\n            </div>\n\n            <p class=\"copyright\">&copy; Bauer Consumer Media Ltd</p>\n            <ul id=\"global-nav\" class=\"clearfix\">\n                <li><a href=\"/meet-the-team\">Meet The Team</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/advertising-terms.html\" target=\"_blank\">Advertising</a></li>\n                <li><a href=\"/contact-us\">Contact Us</a></li>\n                <li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Cookies</a></li>\n                <li><a href=\"http://www.bauerdatapromise.co.uk\" target=\"_blank\">Privacy Policy</a></li>\n                <li><a href=\"http://www.bauermediacomplaints.co.uk\" target=\"_blank\">Complaints</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/competition-terms.html\" target=\"_blank\">Competition Terms</a></li>\n                <li><a href=\"http://www.bauerlegal.co.uk/website-terms.html\" target=\"_blank\">Terms &amp; Conditions</a></li>\n            </ul>\n        </div>\n    </div>\n    <div id=\"footer-bottom\" class=\"clearfix\">\n        <div class=\"inner-container\">\n            <p class=\"col-md-6\">The Debrief is part of the Bauer Media Lifestyle Network</p>\n            <ul>\n                <li><a href=\"http://www.graziadaily.co.uk/\" target=\"_blank\">Grazia</a></li>\n                <li><a href=\"http://www.topsante.co.uk/\" target=\"_blank\">Top Sante</a></li>\n                <li><a href=\"http://www.closeronline.co.uk/\" target=\"_blank\">Closer</a></li>\n                <li><a href=\"http://www.motherandbaby.co.uk/\" target=\"_blank\">Mother&amp;Baby</a></li>\n                <li><a href=\"http://www.heatworld.com/\" target=\"_blank\">Heatworld</a></li>\n            </ul>\n            <p class=\"bauer\">Bauer Consumer Media Ltd, company number: 01176085 registered office 1 Lincoln Court, Lincoln Road, Peterborough PE1 2RF registered in England and Wales</p>\n        </div>\n    </div>\n</footer>\n\n<div id=\"modal\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modal\" aria-hidden=\"true\">\n    <div class=\"modal-dialog modal-lg\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\"></div>\n            <div class=\"modal-body\"></div>\n            <div class=\"modal-footer\"></div>\n        </div>\n    </div>\n</div>\n\n\n\t\t<!-- ADS: Widget exists -->\n\n\n<!-- #4945752 -->\n\n\n\t\n\t\n<div id=\"overlayAd\">\n\n\t<script language=\"javascript\">\n\t\t<!--\n\t\tif (window.adgroupid == undefined) {\n\t\t\twindow.adgroupid = Math.round(Math.random() * 1000);\n\t\t}\n\t\tdocument.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn|3.0|311|4945752|0|16|ADTECH;loc=100;target=_blank;key=key1+key2+key3+key4;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"></scri'+'pt>');\n\t\t//-->\n\t</script><noscript><a href=\"http://adserver.adtech.de/adlink|3.0|311|4945752|0|16|ADTECH;loc=300;key=key1+key2+key3+key4\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv|3.0|311|4945752|0|16|ADTECH;loc=300;key=key1+key2+key3+key4\" border=\"0\" width=\"1\" height=\"1\"></a></noscript>\n\n</div>\n\n\t\n\n<script src=\"//code.jquery.com/jquery-1.10.2.min.js\" type=\"text/javascript\"></script>\n<script>window.jQuery || document.write('<script src=\"/js/jquery-1.10.2.min.js\" type=\"text/javascript\"><\\/script>')</script>\n<script src=\"/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/BrightcoveExperiences.js\" type=\"text/javascript\"></script>\n<script src=\"/js/postscribe.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/royalslider/dev-js/jquery.royalslider.min.js\" type=\"text/javascript\"></script>\n<script src=\"//assets.pinterest.com/js/pinit.js\" type=\"text/javascript\"></script>\n<script src=\"/js/breakpoints.min.js\" type=\"text/javascript\"></script>\n<script src=\"/js/main.min.js?cachebuster=201409301539\" type=\"text/javascript\"></script>\n\n<script type=\"text/javascript\">\n    (function () {\n        var cp = document.createElement('script'); cp.type = 'text/javascript';\n        cp.src = ('https:' == window.location.protocol ? 'https://scripts-cdn.bauersecure.com' : 'http://scripts.bauercdn.com') + '/common/cookiePolicy/';\n        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cp, s);\n    })();\n    </script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"thedebrief.co.uk\"></div>\n</div>\n<script>\n    (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n                e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n                u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n                        :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n    })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<script type=\"text/javascript\" language=\"JavaScript\">\n    var asUrl = \"http://js.revsci.net/gateway/gw.js?csid=H07711&auto=t\";\n    var asP = document.body == null ? document.getElementsByTagName('head')\\[0\\] : document.body;\n    var asE = document.createElement(\"script\");asE.language = \"JavaScript\";\n    asE.type = \"text/javascript\";\n    asE.src = asUrl;\n    asP.insertBefore(asE,asP.firstChild);\n    H07711.DM_tag();\n</script>\n\n<!-- Begin comScore Tag -->\n<noscript>\n    <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035170&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<!-- Start of Chartbeat -->\n<script type='text/javascript'>\n    var _sf_async_config={};\n    /** CONFIGURATION START **/\n    _sf_async_config.uid = '57607';\n    _sf_async_config.domain = 'thedebrief.co.uk';\n    _sf_async_config.useCanonical = true;\n            _sf_async_config.authors = 'Stevie Martin';\n            _sf_async_config.sections = 'People';\n\n    /** CONFIGURATION END **/\n    (function(){\n        function loadChartbeat() {\n            window._sf_endpt=(new Date()).getTime();\n            var e = document.createElement('script');\n            e.setAttribute('language', 'javascript');\n            e.setAttribute('type', 'text/javascript');\n            e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n            document.body.appendChild(e);\n        }\n        var oldonload = window.onload;\n        window.onload = (typeof window.onload != 'function') ?\n                loadChartbeat : function() { oldonload(); loadChartbeat(); };\n    })();\n</script>\n<!-- End of Chartbeat -->\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/theglobeandmail.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]><html lang=\"en-ca\" class=\"ie6 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 7]><html lang=\"en-ca\" class=\"ie7 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 8]><html lang=\"en-ca\" class=\"ie8 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 9 ]><html lang=\"en-ca\" class=\"ie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!-->\n<html lang=\"en-ca\" xmlns:fb=\"http://www.facebook.com/2008/fbml\"><!--<![endif]-->\n<head>\n<title>Final manoeuvre of AirAsia flight raises questions over flying in storms - The Globe and Mail</title>\n<link rel=\"dns-prefetch\" href=\"http://static.theglobeandmail.ca\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"expires\" content=\"0\">\n<meta http-equiv=\"pragma\" content=\"no-cache\">\n<meta http-equiv=\"window-target\" content=\"_top\">\n<meta http-equiv=\"Content-Language\" content=\"en-ca\">\n<meta name=\"identifier-URL\" content=\"http://www.theglobeandmail.com\">\n<meta name=\"viewport\" content=\"width=device-width\">\n<meta name=\"location\" content=\"Canada\">\n<meta name=\"robots\" content=\"noarchive\">\n<meta name=\"website\" content=\"http://www.theglobeandmail.com\">\n<meta name=\"application-artifactId\" content=\"gam-webapp\">\n<meta name=\"application-version\" content=\"14.0.138\">\n<meta name=\"application-contextName\" content=\"globeandmail\">\n<meta name=\"last-modified\" content=\"2014-12-29 08:57:25 EST\">\n<meta name=\"description\" content=\"Flight data show pilots attempted to fly over tropical storm instead of around, despite normal procedure\">\n<meta name=\"keywords\" content=\"aircraft;search;Indonesia;Jakarta;Malaysia;Surabaya;Singapore;AirAsia Flight 8501;\">\n<meta name=\"article:id\" content=\"22224253\"/>\n<meta name=\"article:type\" content=\"news\"/>\n<meta name=\"article:comments\" content=\"false\"/>\n<meta name=\"article:engagement\" content=\"true\"/>\n<meta name=\"article:pages\" content=\"1\"/>\n<meta name=\"article:onpage\" content=\"1\"/>\n<meta property=\"fb:app_id\" content=\"126045934076200\">\n<meta property=\"og:site_name\" content=\"The Globe and Mail\">\n<meta property=\"og:title\" content=\"Final manoeuvre of AirAsia flight raises questions over flying in storms\">\n<meta property=\"og:url\" content=\"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/\">\n<meta property=\"og:description\" content=\"Flight data show pilots attempted to fly over tropical storm instead of around, despite normal procedure\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:image\" content=\"http://static.theglobeandmail.ca/078/multimedia/camera-club/in-photos/article22232497.ece/ALTERNATES/w620/web-dip29nw1.JPG\">\n<meta property=\"twitter:account_id\" content=\"1512948019\"/>\n<meta property=\"vr:type\" content=\"news\"/>\n<!--[if IE]><meta http-equiv=\"imagetoolbar\" content=\"no\"><![endif]-->\n<!--[if gt IE 8]>\n<meta name=\"application-name\" content=\"The Globe and Mail\">\n<meta name=\"msapplication-tooltip\" content=\"See the latest news from The Globe and Mail\">\n<meta name=\"msapplication-starturl\" content=\"http://www.theglobeandmail.com/\">\n<meta name=\"msapplication-navbutton-color\" content=\"#FF0000\">\n<meta name=\"msapplication-task\" content=\"name=Read the latest news;action-uri=http://www.theglobeandmail.com/;icon-uri=https://sec.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Check your investments;action-uri=http://www.theglobeandmail.com/globe-investor/my-watchlist/;icon-uri=https://sec.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Ask a health expert;action-uri=http://www.theglobeandmail.com/life/health-and-fitness/ask-a-health-expert/;icon-uri=https://sec.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=See the editorial cartoons;action-uri=http://www.theglobeandmail.com/globe-debate/;icon-uri=https://sec.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Do a puzzle or crossword;action-uri=http://www.theglobeandmail.com/puzzles-and-crosswords/;icon-uri=https://sec.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<![endif]-->\n<link rel=\"canonical\" href=\"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/\"/>\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.theglobeandmail.com/news/world/airasia-search/article22224253/?service=mobile\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+globeandmail\"/>\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" media=\"screen and (-webkit-min-resolution: 132ppi) and (-webkit-max-resolution: 163ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@1x.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" media=\"screen and (-webkit-resolution: 326ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@2x.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" media=\"screen and (-webkit-resolution: 264ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@2x.152.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"180x180\" media=\"screen and (-webkit-resolution: 401ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@3x.png\">\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://beta.images.theglobeandmail.com/bundle-css/gzip_1980225592/www-css-core.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://beta.images.theglobeandmail.com/bundle-css/gzip_950390854/www-css-composite-article.css\" />\n<link rel=\"stylesheet\" href=\"http://beta.images.theglobeandmail.com/media/www/css/article/print.css\" media=\"print\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"World RSS feed - The Globe and Mail\"\nhref=\"http://www.theglobeandmail.com/news/world/?service=rss\"/>\n<script>\nvar $g_conf = {\npublicationUrl : 'http://www.theglobeandmail.com/',\nmediaUrl:'http://beta.images.theglobeandmail.com',\nwatchlistUrl: 'http://www.theglobeandmail.com/globe-investor/my-watchlist/',\nsecurePubUrl: 'https://sec.theglobeandmail.com',\nsecureMediaUrl: 'https://sec.images.theglobeandmail.com',\nmct: [\"news\",\"blog\",\"column\",\"csv\",\"poll\",\"recipe\",\"review\",\"textgallery\",\"audioarticle\",\"infographic\",\"embeddable\",\"asf\"],\nexmct: 'picture,media,embeddable,video,vmevideo,videobinary,gallery,textgallery,infographic,audioarticle,link,audio,factbox',\nservicesHost: 'gamservices.theglobeandmail.com',\nstocks: {\nsummary: {name:'Stock Quote',uniquename:'stocksummary',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/summary/'},\nnews: {name:'News',uniquename:'stocknews',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/news/'},\nchart: {name:'Chart',uniquename:'stockchart',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/chart/'}\n},\nfunds: {\nsummary: {name:'Fund Quote',uniquename:'fundsummary',url:'http://www.theglobeandmail.com/globe-investor/funds-and-etfs/funds/summary/'}\n},\nindexes: {\nsummary: {name:'Index Quote',uniquename:'indexsummary',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/summary/'},\nnews: {name:'News',uniquename:'indexnews',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/news/'},\nchart: {name:'Chart',uniquename:'indexchart',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/chart/'}\n}\n};\n$g_conf.current = { articleId: \"22224253\", sectionId: \"153\" };\nvar adv = {\n__config: {\nasync: false,\nmode: 'page',\nmobi: false\n}\n};\n</script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_1266348726/www-js-core.js\" ></script>\n<script src='http://beta.images.theglobeandmail.com/media/www/js/plugins/media.voice.js'></script>\n<script class=\"kxct\" data-id=\"I3G0xgk0\" data-timing=\"async\" data-version=\"1.9\">\nwindow.Krux || (( Krux=function(){ Krux.q.push(arguments)}).q=[] );\nutil.loadScript(\"cdn.krxd.net/controltag?confid=I3G0xgk0\", true, \"krux-plugin\");\n</script>\n<script>\nfunction retrieve(n){\nvar m, k='kx'+n;\nif (window.localStorage) {\nreturn window.localStorage[k] || \"\";\n} else if (navigator.cookieEnabled) {\nm = document.cookie.match(k+'=([^;]*)');\nreturn (m && unescape(m[1])) || \"\";\n} else {\nreturn '';\n}\n}\nKrux.user = retrieve('user');\nKrux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];\nvar dfpp = [];\nif (Krux.user) {\ndfpp.push('kuid=' + Krux.user);\n}\nfor (var i = 0; i < Krux.segments.length; i++ ) {\ndfpp.push('ksg=' + Krux.segments[i]);\n}\nKrux.dfppKeyValues = dfpp.length ? dfpp.join(';') + ';' : '';\n</script>\n<script>\n(function(u){\nu.set({referrer:'',\nlang:'',\ncountry:'',\nguid:'',\npostal:'',\nwatchlist:'',\nprizm:''});\n})(TGAMD.user);\n</script>\n\n<script>\nadv.site = \"theglobeandmail.com\";\nadv.vertical = \"news\";\nadv.region = \"\";\nadv.zone = \"world\";\nadv.crumb = \"-pubRoot-news-world-article\";\nadv.loc = \"art\";\nadv.adpg = \"world\";\nadv.reg.postal = TGAMD.user.get('postal');\nadv.reg.watchlist = TGAMD.user.get('watchlist');\nadv.reg.pz = TGAMD.user.get('prizm');\nif ($g.getCookie(\"BRIEFCASE_VIEW\") != null) {\nadv.reg.dv = $g.getCookie(\"BRIEFCASE_VIEW\") == \"hidden\" ? '0' : '1';\n}\nadv.reg.cg = TGAMD.user.get('role');\nvar _ls = util.getStoredValue('gmn_lsec');\nif (typeof _ls === 'undefined') {\n_ls = \"world\";\n}\nadv.lastSection = _ls;\nadv.art = {};\nadv.art.headline = \"Final manoeuvre of AirAsia flight raises questions over flying in storms\";\nadv.art.id = \"22224253\";\nadv.art.sections = \"home,news,world\";\nadv.art.topics = \"Indonesia\";\nadv.art.keywords = \"aircraft;search;Indonesia;Jakarta;Malaysia;Surabaya;Singapore;AirAsia Flight 8501;\";\nadv.art.byline = \"Paul Koring\";\nadv.art.sectionsHier = \"homepage,news,news:world\";\nadv.art.credit = \"globe and mail update\";\nadv.art.type = \"news\";\n</script>\n</head>\n<body id=\"default_layout\" class=\"news\">\n<div id=\"page\">\n<div id=\"adv_ldbd_top\">\n<div class=\"widget_ad ldbd\" id=\"ldbd-art-1\">\n<script>\naPs=\"ldbd\";\nvar ldbdAC=fnTkt('a'+'ai',728,90,ai,'j',nc);\ndocument.write(ldbdAC);\n</script>\n</div>\n</div>\n<header id=\"masthead\">\n<a id=\"gohome\" onclick=\"s_objectID='global_navigation|gam_logo_home';\" name=\"&lpos=Global Navigation&lid=GAM Logo Home\" title=\"Go to the Globe and Mail homepage\" href=\"http://www.theglobeandmail.com/\">\n<img src=\"http://beta.images.theglobeandmail.com/media/www/images/flag/gam-masthead.png\" title=\"Go to the Globe and Mail homepage\" alt=\"Go to the Globe and Mail homepage\" width=\"306px\" height=\"38px\" />\n</a>\n<p class=\"access\"><a href=\"#primary_nav\">Jump to main navigation</a><a href=\"#content\">Jump to main content</a></p>\n<div id=\"global_search\">\n<ul>\n<li class=\"title\">Search:</li>\n<li><a href=\"#sNews_masthead\" rel=\"search\" class=\"state_current\">News &amp; Quotes</a></li>\n<li class=\"last\"><a href=\"#sJobs_masthead\" rel=\"search\">Jobs</a></li>\n</ul>\n<div id=\"sNews_masthead\" class=\"state_show\">\n<form id=\"searchForm_gam_masthead\" class=\"live_search\" method=\"get\" action=\"http://www.theglobeandmail.com/search/\">\n<fieldset>\n<legend>News Search</legend>\n<label for=\"news_search_masthead\">News</label>\n<input type=\"search\" autosave=\"news_searchsave_masthead\" results=\"5\" autocomplete=\"off\" id=\"news_search_masthead\" name=\"q\" placeholder=\"Enter a term, stock symbol or company name\" onkeypress=\"return event.keyCode!=13\" />\n<input type=\"submit\" value=\"Search\" class=\"btn btn_light\" />\n</fieldset>\n</form>\n<dl id=\"menu_popup\"></dl>\n</div>\n<div id=\"sJobs_masthead\">\n<div class=\"provider\">by <a href=\"http://www.eluta.ca\">eluta.ca</a></div>\n<form onsubmit=\"elutaValidateHeader()\" id=\"searchJobs_masthead\" method=\"get\" action=\"http://www.eluta.ca/search\">\n<fieldset>\n<legend>Search Jobs at eluta.ca</legend>\n<label for=\"jobsInput_masthead\">Jobs</label>\n<input type=\"hidden\" value=\"si\" name=\"type\">\n<input type=\"hidden\" value=\"7\" name=\"advanced\">\n<input type=\"text\" placeholder=\"Enter job\" class=\"two_search\" id=\"jobsInput_masthead\" name=\"q\" />\n<input type=\"text\" placeholder=\"Enter location\" class=\"two_search\" id=\"locationInput_masthead\" name=\"l\" />\n<input type=\"submit\" value=\"Search\" class=\"btn btn_light\" />\n</fieldset>\n</form>\n</div>\n</div>\n<div id=\"global_utility\">\n<div id=\"util_user_account\">\n<a onclick=\"s_objectID='global_navigation|login';\" name=\"&amp;lpos=Global Navigation&amp;lid=Login\" rel=\"login\" href=\"https://sec.theglobeandmail.com/login/\" target=\"_top\">Login</a>\n</div>\n<div id=\"util_user_action\">\n<a onclick=\"s_objectID='global_navigation|register';\" name=\"&amp;lpos=Global Navigation&amp;lid=Register\" href=\"https://sec.theglobeandmail.com/register/\" rel=\"\" target=\"_top\">Register</a>\n</div>\n<div id=\"util_weather\">\n<a href=\"http://www.theglobeandmail.com/weather/?locationid=\" id=\"weather-icon\" title=\"Globe and Mail Weather\" name=\"&amp;lpos=Global Navigation&amp;lid=Weather Logo\" onclick=\"s_objectID='global_navigation|weather_logo';\"></a>\n<ul id=\"weather_list\"></ul>\n<div id=\"weather-info2\" style=\"display:none;\">\n<a onclick=\"s_objectID='global_navigation|weather_logo';\" name=\"&amp;lpos=Global Navigation&amp;lid=Weather Logo\" title=\"View full forecast for Toronto\" id=\"weather-icon\" href=\"http://www.theglobeandmail.com/weather/?locationid=CAON0696\" class=\"selected-weather\"><img src=\"http://beta.images.theglobeandmail.com/media/mobile/images/weather/20/b.png\"><span class=\"temp serif large\">18</span><span class=\"degrees\">&nbsp;</span></a>\n<a title=\"Toronto\" class=\"weather-select closed weather-control\" id=\"select-city\" href=\"http://www.theglobeandmail.com/weather/?locationid=CAON0696\">Toronto</a>\n</div>\n</div>\n</div>\n<script type=\"text/javascript\">$g_user.renderMastLinks();</script>\n<div id=\"util_user_tools\">\n<a class=\"btn btn_hifi js-masthead-subscribe-button\" href=\"http://www.theglobeandmail.com/globeproducts/globe-subscriptions/\">Subscribe</a>\n<a class=\"btn btn_light\" onclick=\"s_objectID='global_navigation|help';\" name=\"&amp;lpos=Global Navigation&amp;lid=Help\" href=\"http://www.theglobeandmail.com/help/\">Help</a>\n</div>\n</header>\n<nav id=\"primary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.1:_home'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.1:Home\" href=\"http://www.theglobeandmail.com/\" >\n<span class=\"mk bg\"></span> Home\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.2:_news'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.2:News\" href=\"http://www.theglobeandmail.com/news/\" class=\"selected\">\n<span class=\"hg\">\n<span class=\"mk bgnews\"></span> News\n</span>\n</a>\n<span class=\"arrowUp\"></span>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.3:_opinion'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.3:Opinion\" href=\"http://www.theglobeandmail.com/globe-debate/\" >\n<span class=\"mk bgcommentary\"></span> Opinion\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.4:_business'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.4:Business\" href=\"http://www.theglobeandmail.com/report-on-business/\" >\n<span class=\"mk bgbusiness\"></span> Business\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.5:_investing'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.5:Investing\" href=\"http://www.theglobeandmail.com/globe-investor/\" >\n<span class=\"mk bgglobeinvestor\"></span> Investing\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.6:_sports'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.6:Sports\" href=\"http://www.theglobeandmail.com/sports/\" >\n<span class=\"mk bgsports\"></span> Sports\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.7:_life'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.7:Life\" href=\"http://www.theglobeandmail.com/life/\" >\n<span class=\"mk bglife\"></span> Life\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.8:_arts'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.8:Arts\" href=\"http://www.theglobeandmail.com/arts/\" >\n<span class=\"mk bgarts\"></span> Arts\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.9:_technology'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.9:Technology\" href=\"http://www.theglobeandmail.com/technology/\" >\n<span class=\"mk bgtechnology\"></span> Technology\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.10:_drive'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.10:Drive\" href=\"http://www.theglobeandmail.com/globe-drive/\" >\n<span class=\"mk bgglobedrive\"></span> Drive\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.11:_video'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.11:Video\" href=\"http://www.theglobeandmail.com/video/\" >\n<span class=\"mk bgvideo\"></span> Video\n</a>\n</li>\n</ul>\n</nav>\n<nav id=\"secondary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.1:_national'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.1:National\" href=\"http://www.theglobeandmail.com/news/national/\"\nclass=\"\">\nNational\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.2:_politics'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.2:Politics\" href=\"http://www.theglobeandmail.com/news/politics/\"\nclass=\"\">\nPolitics\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.3:_british columbia'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.3:British Columbia\" href=\"http://www.theglobeandmail.com/news/british-columbia/\"\nclass=\"\">\nBritish Columbia\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.4:_alberta'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.4:Alberta\" href=\"http://www.theglobeandmail.com/news/alberta/\"\nclass=\"\">\nAlberta\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.5:_toronto'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.5:Toronto\" href=\"http://www.theglobeandmail.com/news/toronto/\"\nclass=\"\">\nToronto\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.6:_world'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.6:World\" href=\"http://www.theglobeandmail.com/news/world/\"\nclass=\"selected\">\nWorld\n</a>\n<span class=\"arrow arrowUp\"></span>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.7:_video'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.7:Video\" href=\"http://www.theglobeandmail.com/news/news-video/\"\nclass=\"\">\nVideo\n</a>\n</li>\n</ul>\n</nav>\n<nav id=\"tertiary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.1:_the china diaries'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.1:The China Diaries\" href=\"http://www.theglobeandmail.com/news/world/the-china-diaries/\" >The China Diaries</a>\n</li>\n</ul>\n</nav>\n<div id=\"attic\">\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/\">Home</a>&#187;</li>\n<li><a href=\"http://www.theglobeandmail.com/news/\">News</a>&#187;</li>\n<li><a href=\"http://www.theglobeandmail.com/news/world/\">World</a></li>\n</ul>\n</div><!-- /#attic -->\n<div class=\"top_full_width\">\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n</div><!-- /.full width content top -->\n<div id=\"content\" class=\"content--art \">\n<div class=\"primary s8of12\"><!-- main content -->\n<article class=\"hentry entry-type-news\">\n<header>\n<figure class=\"size_w220\">\n<img src=\"http://static.theglobeandmail.ca/4e8/multimedia/camera-club/in-photos/article22232497.ece/ALTERNATES/w220/web-dip29nw1.JPG\"\nwidth=\"220\"\nheight=\"124\"\nalt=\"A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501. (Juni Kriswanto/AFP/Getty Images)\"\nclass=\"modal_trigger\"\ntitle=\"A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501. (Juni Kriswanto/AFP/Getty Images)\"\nunique-id=\"1460_1\"\ndata-toggle=\"modal\"\ndata-target=\"#modal_1460_1\"/>\n<figcaption>A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501. (Juni Kriswanto/AFP/Getty Images)</figcaption>\n<a href=\"#\" title=\"Enlarge this image\" class=\"enlarge modal_trigger\" data-toggle=\"modal\"\ndata-target=\"#modal_1460_1\"\nunique-id=\"1460_1\"></a>\n</figure>\n<div class=\"modal_target\" data-style=\"modal_imgspotlight\"\nid=\"target_1460_1\">\n<div class=\"modal-body-data\">\n<img src=\"\"\ndata-src=\"http://static.theglobeandmail.ca/078/multimedia/camera-club/in-photos/article22232497.ece/ALTERNATES/w620/web-dip29nw1.JPG\"\nwidth=\"620\"\nheight=\"349\"\nalt=\"A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501. (Juni Kriswanto/AFP/Getty Images)\"\nclass=\"modal_img \"\ntitle=\"A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501. (Juni Kriswanto/AFP/Getty Images)\"/>\n</div>\n<header></header>\n<footer>A member of the Indonesian military looks out of the window during a search and rescue (SAR) operation for missing Malaysian air carrier AirAsia flight QZ8501.<br>(Juni Kriswanto/AFP/Getty Images)</footer>\n</div>\n<div class=\"head_titles\">\n<h1 class=\"entry-title\" title=\"Flight data show pilots attempted to fly over tropical storm instead of around, despite normal procedure\">\nFinal manoeuvre of AirAsia flight raises questions over flying in storms\n<a href=\"#\" class=\"addtowatchlist add awl-article\" title=\"Add to ...\" rel=\"\"\nid=\"atwlArticleTitle\">Add to ...</a>\n</h1>\n<div class=\"entry-meta\">\n<p class=\"byline author vcard\">\nPaul Koring\n</p>\n<p class=\"creditline source-org vcard\">\nWASHINGTON&nbsp;&#8212;&nbsp;The Globe and Mail</p>\n<div class=\"dateline\">\n<p>Published\n<time datetime=\"2014-00-29T11:12:28Z\"\npubdate>Monday, Dec. 29 2014, 6:00 AM EST</time>\n</p>\n<p>Last updated\n<time class=\"updated\" datetime=\"2014-57-30T01:12:25Z\"\npubdate>Monday, Dec. 29 2014, 8:57 PM EST</time>\n</p>\n</div>\n</div>\n</div>\n</header>\n<div class=\"entry-content fontsmall simplesans\">\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n<div class=\"story_tools clearfix\">\n<ul class=\"share_tools\">\n<li class=\"article__comments article__comments--top\">\n<a href=\"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/comments/\" class=\"article__comments-count\" title=\"Go to the comments page\">Comments</a>\n</li>\n<li>\n<div id=\"tgamShareBar\"></div>\n</li>\n<li class=\"article_print_tool\">\n<span\nclass=\"icon_article icon_article_print icon_article_print_gigya icon_article_print_move\"\nalt=\"License\"></span><span class=\"icon_article_print_text\"><a href=\"http://license.icopyright.net/g2/3.8425?icx_id=22224253\"\ntarget=\"_blank\"\ntitle=\"Print this page\">Print</a> /<br><a\nhref=\"http://license.icopyright.net/3.8425?icx_id=22224253\" target=\"_blank\" title=\"License this story\">License</a></span>\n</li>\n<li id=\"article_text_tool\">\n<a href=\"#\" class=\"typetrigger btn btn_light\"><span>A</span>A</a>\n</li>\n</ul>\n</div>\n<div class=\"x140x460 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_ad tile\" id=\"tile1\">\n<script>\naPs=\"t1\";\nvar t1AC=fnTkt('a'+'ai',120,240,ai,'j',nc);\ndocument.write(t1AC);\n</script>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<p>A modern airliner’s abrupt disappearance from radar as it flew through a line\nof equatorial thunderstorms – with no distress call received – points to another\nin-flight “loss of control” aviation disaster.</p><p>On Monday, as hopes of finding survivors of Indonesia AirAsia Flight 8501 faded, searchers in ships and\naircraft scoured the Java Sea looking for debris to pinpoint where the\nSingapore-bound Airbus A320 crashed.</p>\n<h5 class='chart-hed' style='border-top: #000 1px solid; border-bottom: #000 1px dotted; font:14px Georgia,serif; font-weight: normal; width: 100%; padding: 5px 0; margin: 20px 0 0'>Airline incidents and fatalities since: 1975</h5>\n<p class='chart-dek' style='font:12px Verdana,sans-serif; width: 100%; margin: 5px 0 0 0; line-height: 1.4em;'>With 33 million commercial airline departures and 3.2 billion passengers carried in 2014, the rate of crashes has never been lower, though the death rate of passengers is up slightly from its all time low of 0.09 last year.</p>\n<h5 class='chart-hed' style='border-bottom: #000 1px dotted; font:14px Georgia,serif; font-weight: normal; width: 100%; padding: 5px 0; margin: 20px 0 0'>Commercial flights and passengers carried: 1975 - 2014</h5><iframe class='fitwidth' src='http://www.theglobeandmail.com/static/test/charts/google/google_iframe_11.html?id=001&type=linedual&amp;ssid=1hPTmKVN_8pbRFA3vZbIwUsAj81Ra7G6A2rFOLp8dgNg&amp;y=Departures%20%28millions%29&amp;y2=Passengers%20carried%20%28billions%29&amp;bm=40&amp;lm=70&amp;rm=70&amp;h=200' scrolling='no' frameborder='0' width='100%' height='200' style=' margin: 20px 0 10px' ></iframe>\n<h5 class='chart-hed' style='border-bottom: #000 1px dotted; font:14px Georgia,serif; font-weight: normal; width: 100%; padding: 5px 0; margin: 20px 0 0'>Commercial airline accidents and fatalities: 1975 - 2014 (rate per million)</h5><iframe class='fitwidth' src='http://www.theglobeandmail.com/static/test/charts/google/google_iframe_11.html?id=001&type=line&amp;ssid=1y3We4bqRAV3ZsMd3R7kVTiIWvT5tkr9E91JizmxkVp8&amp;y=Rate%20per%20million&amp;yzero=true&amp;bm=40&amp;lm=70&amp;h=400' scrolling='no' frameborder='0' width='100%' height='400' style='border-bottom: 1px dotted #000; margin: 20px 0 10px' ></iframe><p class='chart-src' style='text-align:right; font: 10px Arial; color: #666; margin: 3px 0 20px 0;'>SOURCE: Aviation Safety Network; ICAO; WORLD BANK.<br>* Accidents refers to the number of fatal airliner (14+ passengers) hull-loss accidents. Does not include corporate jet and military transport accidents/hijackings.<br>** Includes 162 unconfirmed passengers from AirAsia Flight QZ8501</p>\n<div class=\"entry-related lt1484 \">\n<h4>More Related to this Story</h4>\n<ul>\n<li class=\"first\" >\n<p>\n<a href=\"http://www.theglobeandmail.com/news/world/third-down-malaysian-flight-is-likely-coincidence-experts-say/article22232371/\" name=\"lt_Headline.1\">\nThird Malaysia-linked airline tragedy likely a coincidence, experts say\n</a>\n</p>\n</li>\n<li >\n<p>\n<a href=\"http://www.theglobeandmail.com/news/world/flight-from-indonesia-to-singapore-loses-contact-media/article22219219/\" name=\"lt_Headline.2\">\n<span class=\"linklabel\">Rescue</span>\nIndonesian rescue agency says AirAsia plane believed to have crashed in sea\n</a>\n</p>\n</li>\n<li >\n<p>\n<a href=\"http://www.theglobeandmail.com/news/world/airasia-faces-biggest-crisis-as-jet-goes-missing/article22219882/\" name=\"lt_Headline.3\">\n<span class=\"linklabel\">AirAsia</span>\nAirAsia faces biggest crisis as jet goes missing\n</a>\n</p>\n</li>\n</ul>\n</div>\n<p>(<a href=\"http://www.theglobeandmail.com/news/world/airasia-flight-8501-vanishes-what-we-know-so-far/article22224468/\" title=\"\">AirAsia Flight 8501: What we know so far about the plane’s disappearance</a>)</p><p>Nearly two days after the flight vanished, chances of finding anyone alive,\neven if some of the 162 passengers and crew survived a crash into the sea, were\nexceedingly remote, but officials were still calling the multinational effort a\nsearch-and-rescue operation.</p><p>The fate of Flight 8501 remains perplexing and until the cockpit voice and\nflight-data recorders are recovered, investigators won’t be able to determine\nwhat exactly went wrong during the plane’s final few minutes.</p><p>However, the loss of the airliner invites comparison with the 2009 crash of\nAir France’s Flight 447. That crash killed all 228 on board the Paris-bound\nflight from Rio de Janeiro as it flew directly into a line of\ntropical thunderstorms.</p><p>In the Air France crash, all three pilots, including a veteran captain and\ntwo less-experienced co-pilots, were so spatially disoriented that they were\nstill arguing over which way was up when the Airbus A330 slammed into the sea.\nIn just over four minutes, the undamaged and perfectly flyable aircraft fell\nmore than 11 kilometres. The flight’s autopilot had disengaged because of faulty\nairspeed readings, forcing the pilots to manually fly the aircraft.</p><p>On Monday, two oil patches in the Java Sea east of Belitung island, close to Flight 8501’s last known\nposition, were located by Indonesian air-force helicopters. Several other debris\nfindings were discounted as being unrelated to the missing Airbus.</p><p>Hadi Tjahnanto, a senior Indonesian air-force officer,\ntold MetroTV that\nthe slick samples were being analyzed to determine if they came from Flight\nQZ8501.</p><p>The search seems certain to shift to a recovery effort soon, focused on\nfinding the flight data recorders that should hold clues as to why a modern,\nsophisticated jetliner, piloted by an experienced crew working for a major\nregional carrier with an unblemished safety record, apparently flew straight\ninto the sort of severe thunderstorms routinely found near the equator.</p><p>Massive thunderstorms are common in the tropics and pose a routine, albeit\nserious, challenge to flight crews. Modern jet airliners can survive even the\nmost severe turbulence and multiple lightning strikes without structural\nfailure, but flight crews are trained to fly around severe storms. Deviation\naround, rather than over, is standard procedure and considered safer, since some\ntropical thunderstorms can reach far higher than commercial jetliners can\nfly.</p><p>The disappearance of Flight 8501 over the weekend caps a catastrophic year\nfor Malaysian aviation, with three major crashes in unrelated occurences. Malaysia Airlines Flight 370, a Boeing\n777 en route to Beijing from Kuala Lumpur, disappreared on March 8 with 239 on board. It has\nnever been found and may have been deliberately flown until it ran out of fuel\nand crashed in the remote south Indian Ocean. On July 17, Malaysia Airlines\nFlight 17, another Boeing 777, was shot down by a surface-to-air missile fired\nfrom pro-Russian rebel-held territory in eastern Ukraine, killing all 298 people\non board.</p><p>On Monday, the flamboyant Malaysian founder of the AirAsia group, the low-cost airline with\naffiliates in half-a-dozen countries, spoke about the loss of Flight 8501. “My\nheart bleeds for all the relatives of my crew and our passengers,” Tony Fernandes said. “Nothing is more important to us.\nUntil today, we have never lost a life. But I think that any airline CEO who\nsays he can guarantee that his airline is 100-per-cent safe is not\naccurate.”</p><p>Indonesian President Joko “Jokowi” Widodo\nordered an immediate review of all aviation procedures.</p><p>Most of the passengers on Flight 8501 were Indonesians, headed for Singapore\non vacation – a two-hour flight from Surabaya, the country’s second-largest\ncity.</p><p>At dawn on Sunday morning, about 50 minutes after takeoff, the twin-engined\nAirbus A320 was already at its planned cruising altitude and nearly halfway to\nSingapore, when one of its two pilots asked air-traffic control for permission\nto climb from 32,000 to 38,000 feet, perhaps in an attempt to climb over severe\nweather directly ahead. The request was denied because of other aircraft already\noccupying the higher flight altitudes. A few minutes later – at 6:17 a.m. local\ntime – controllers offered Flight 8501 permission to climb to 34,000 feet, but\nthere was no reply. The twin-engine, single-aisle plane was last seen on radar\nfour minutes after the final communication. Some flight-tracking sites record\nthe last data from its transponder – the device on board modern aircraft that\nbroadcasts position, speed, altitude and flight number – at very low\naltitude.</p><p>“Based on the co-ordinates that we know, the evaluation would be that any\nestimated crash position is in the sea,” Indonesia search-and-rescue director\nHenry Bambang\nSoelistyo\nsaid.</p><p>Search aircraft and ships from several countries converged on a 100-square-kilometre area between the island of Belitung, off Sumatra, and Borneo. The Java Sea is\nless than 100 metres deep where the aircraft vanished, which should make\nrecovery of the flight recorders easier.</p><p>In Southeast Asia, the AirAsia\ngroup has redefined flying with a focus on low-cost, no-frills flights in a\nrapidly growing market. Its distinctive fleet of more than 160\nred-and-white-painted Airbus A320s, with “Now Everyone Can Fly” emblazoned on\nthe undersides, has become a familiar sight in Southeast Asian skies.</p><p>Indonesia AirAsia, run\nby and 49-per-cent owned by the Malaysian AirAsia parent company, has another 28 Airbus\nA320s, each capable of seating 180 passengers. It was one of those aircraft that\nis missing and presumed lost at sea.</p><p>Mr. Fernandes\nflew to Surabaya on Monday, saying that until the investigation was completed it\nwas premature to speculate on whether procedures or crew training needed to be\nchanged.</p><p>On board the missing flight were 155 passengers, including 17 children and an\ninfant. A crew of seven – two pilots, four flight attendants and, unusually, a\nflight engineer – were assigned to the flight.</p><p>The captain, Iriyanto, an\nIndonesian who uses only one name, was a former Indonesian air-force fighter\npilot with more than 20,537 flying hours, of which 6,100 were on Indonesia AirAsia Airbus A320s. “Papa, come home, I still\nneed you,” Angela Anggi Ranastianis, his 22-year-old daughter, pleaded in\nsocial-media comments.</p><p>The co-pilot was Rémi\nEmmanuel Plesel, a\nFrench citizen who gained his pilot’s licence at age 42 and had 2,275 hours on\nthe Airbus A320.</p><p>Usually, one pilot flies a flight segment while another operates the radios\nand communicates with air-traffic control. It’s not yet known which pilot was\nhandling the flight. However, in case of difficulties or unforeseen problems,\nthe captain can, and usually does, take control.</p>\n</div>\n</div>\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n<div class=\"x140x460 clearfix\">\n<div class=\"column-1 gridcol\">\n&nbsp;\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"entry-related lt644525\">\n<h4>More Related to this Story</h4>\n<ul>\n<li class=\"first\" >\n<p>\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-families-turn-to-prayer-for-missing-airasia-flight/article22221052/\" name=\"lt_Headline.1\">\nVideo: Families turn to prayer for missing AirAsia flight\n</a>\n</p>\n</li>\n</ul>\n</div>\n<!-- NEU-3438 Related Topics -->\n<section class=\"article_topics entry-related widget_relatedcontents view_topics\">\n<h4>Topics:</h4>\n<ul>\n<!-- querying for tag:\"Indonesia\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Indonesia\" title=\"Go to the topic page for Indonesia\">Indonesia</a></li>\n</ul>\n</section>\n</div>\n</div>\n</div>\n<footer>\n<div class=\"story_tools story_tools_footer clearfix\">\n<div class=\"article__comments article__comments--footer\">\n<a href=\"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/comments/\" class=\"article__comments-count\" title=\"Go to the comments page\">Comments</a>\n<span class=\"article__comments--triangle\"></span>\n</div>\n<ul class=\"share_tools\">\n<li>\n<div id=\"tgamShareBarBtm\"></div>\n</li>\n<li class=\"article_print_tool\">\n<span\nclass=\"icon_article icon_article_print icon_article_print_gigya icon_article_print_move\"\nalt=\"License\"></span><span class=\"icon_article_print_text\"><a href=\"http://license.icopyright.net/g2/3.8425?icx_id=22224253\"\ntarget=\"_blank\"\ntitle=\"Print this page\">Print</a> /<br><a\nhref=\"http://license.icopyright.net/3.8425?icx_id=22224253\" target=\"_blank\" title=\"License this story\">License</a></span>\n</li>\n<li id=\"article_text_tool\">\n<a href=\"#\" class=\"typetrigger btn btn_light\"><span>A</span>A</a>\n</li>\n</ul>\n</div>\n</footer>\n</article>\n</div><!-- /.main content -->\n<div class=\"secondary s4of12\"><!-- right rail -->\n<div class=\"widget_ad boxr\" id=\"boxr-art-1\">\n<script>\naPs=\"boxr\";\nvar boxrAC=fnTkt('a'+'ai',300,250,ai,'j',nc);\ndocument.write(boxrAC);\n</script>\n</div>\n<section class=\"hdlist\">\n<h3 class='ucm'>In the know</h3>\n<div class=\"main_items\" data-vr-zone=\"in-the-know\">\n<div class=\"widget_stories view_hd lt13299594\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/2015-six-stories-to-watch-in-the-year-ahead/article22279192/\" title=\"Jan 02, 2015 6:36PM EST - From the expectations of an interest rate rise to worries in the oil patch, Canadians will be confronted by major economic events this year\" >\nThe six biggest business stories to watch in 2015\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13299599\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-drive/\">Globe Drive</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/commentary/manspreading-on-transit-there-is-an-easy-solution/article22239056/\" title=\"Jan 02, 2015 5:00AM EST - The world is filled with complicated important problems, yet this dominates\" >\nManspreading on transit: There is an easy solution\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt20737385\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/\">Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/life-video/video-chef-basics/article18336591/\" title=\"Apr 30, 2014 1:47PM EDT - Chef Matt DeMille shows you how to make these restaurant-worthy dishes two ways\" >\n<span class=\"sprite video-xs\"></span>\nChef Basics: Crispy and delicious – try these amazing flatbreads at home\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13299736\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-investor/\">Globe Investor</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-investor/personal-finance/retirement-rrsps/putting-savings-goals-in-perspective-for-this-single-income-couple/article22278347/\" title=\"Jan 02, 2015 8:12PM EST - Even with Martin’s good job and modest pension, their valuable home, and the fact they’ll soon be free of debt, this couple will be hard pressed to achieve all of their goals now and in retirement, planner says\" >\nCan couple fund their kids' education and still meet retirement goals?\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13295670\">\n<ul>\n</ul>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'><a href=\"http://www.theglobeandmail.com/video/\">Most popular videos &#187;</a></h3>\n<div class=\"main_items\" data-vr-zone=\"Video\">\n<div class=\"slider slider_fourup\" id=\"slider-0\">\n<div class=\"container\">\n<div id=\"slider_4381250\" class=\"widget_stories view_slider lt4381250\" style=\"width:300px;overflow:hidden;position:relative;\">\n<ul class=\"slider_container\" style=\"width:5000px;\">\n<li class=\"slider_panel current\" id=\"panel_1\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-surveillance-footage-shows-masked-man-being-blown-away-by-atm/article22236402/\" name=\"lt_Picture.1\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/192/incoming/article22236407.ece/ALTERNATES/w140/Screen+Shot+2014-12-30+at+9.14.02+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/news-video/video-surveillance-footage-shows-masked-man-being-blown-away-by-atm/article22236402/\" title=\"Dec 30, 2014 9:14AM EST - A man who tried to rob a cash machine in the Darwin suburb of Winnellie fled empty handed after being knocked over by the explosion.\" >\nSurveillance footage shows masked man being blown away by ATM\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/life-video/video-new-glasses-promise-a-good-nights-sleep/article22273916/\" name=\"lt_Picture.2\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/f5f/video/article22273913.ece/ALTERNATES/w140/2015-01-02T150819Z_1_LOVEB01161UMC_RTRMADP_0_USA-FILE-SLEEP-GLASSES-TRACKED-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.2\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.2\" href=\"http://www.theglobeandmail.com/life/life-video/video-new-glasses-promise-a-good-nights-sleep/article22273916/\" title=\"Jan 02, 2015 10:45AM EST - A new device, worn like regular spectacles, is helping shift workers and jet-lagged travelers get much-needed shuteye. Called Re-Timer, the glasses improve sleep by helping reset the user's sleep rhythms.\" >\nNew glasses promise a good night's sleep\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" name=\"lt_Picture.3\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/3cf/incoming/article22247366.ece/ALTERNATES/w140/Screen+Shot+2014-12-31+at+11.58.37+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.3\" href=\"http://www.theglobeandmail.com/globe-drive/\"><span class=\"lblmk bgglobedrive\"></span> Globe Drive</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.3\" href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" title=\"Dec 31, 2014 11:59AM EST - Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" >\nSurveillance footage captures bad driver struggling at gas station\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/life-video/fitness-basics-need-some-motivation-to-hit-the-gym-try-the-10-minute-rule/article16228215/\" name=\"lt_Picture.4\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/185/life/life-video/article16439466.ece/ALTERNATES/w140/Fitness+Basics%3A+Need+some+motivation+to+hit+the+gym%3F+Try+the+10-minute+rule\" alt=\"\" width=\"140\" height=\"79\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.4\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.4\" href=\"http://www.theglobeandmail.com/life/life-video/fitness-basics-need-some-motivation-to-hit-the-gym-try-the-10-minute-rule/article16228215/\" title=\"Jan 21, 2014 5:59PM EST - Trainer Kathleen Trotter shows off one of her top motivation techniques for getting you off your butt and into the gym. Got 10 minutes?\" >\nNeed motivation to hit the gym? Try the 10-minute rule\n</a>\n</h5>\n</article>\n</li>\n<li class=\"slider_panel\" id=\"panel_2\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-wind-tree-uses-micro-turbine-leaves-to-generate-electricity/article22224688/\" name=\"lt_Picture.5\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/865/video/article22224686.ece/ALTERNATES/w140/2014-12-29T123152Z_2_LOVEABS0YT3J0_RTRMADP_0_FRANCE-WIND-TREE-TRACKED-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.5\" href=\"http://www.theglobeandmail.com/technology/\"><span class=\"lblmk bgtechnology\"></span> Technology</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.5\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-wind-tree-uses-micro-turbine-leaves-to-generate-electricity/article22224688/\" title=\"Dec 29, 2014 3:53PM EST - A French start-up says its Wind Tree is ideal for urban environments, harnessing the most gentle of winds to produce power through its micro-turbine leaves\" >\nA 'silent but powerful' wind turbine that is also disguised as a tree\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" name=\"lt_Picture.6\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/373/video/article22274143.ece/ALTERNATES/w140/2015-01-02T155119Z_1_LOVEB01181IWC_RTRMADP_0_USA-GM-RECALL-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.6\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.6\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" title=\"Jan 02, 2015 2:37PM EST - GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" >\nGM issues three new recalls\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-bearing-witness-tina-fontaines-aunt-on/article22186442/\" name=\"lt_Picture.7\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/c8d/incoming/article20184964.ece/ALTERNATES/w140/Favel_17.JPG\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.7\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.7\" href=\"http://www.theglobeandmail.com/news/news-video/video-bearing-witness-tina-fontaines-aunt-on/article22186442/\" title=\"Dec 23, 2014 11:40AM EST - On August 17th, the body of Tina Fontaine was pulled from Alberta's Red River\" >\n'They failed Tina': Thelma Favel remembers her niece\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-carrick-talks-money-how-a-renter-can-build-more-wealth-than-a-home-owner/article15734549/\" name=\"lt_Picture.8\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://beta.images.theglobeandmail.com/257/globe-investor/personal-finance/home-cents/article11610502.ece/ALTERNATES/w140/135808997.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.8\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.8\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-carrick-talks-money-how-a-renter-can-build-more-wealth-than-a-home-owner/article15734549/\" title=\"Feb 17, 2014 5:00AM EST - Rob Carrick finds out how a renter who is a disciplined saver can build more wealth than an owner\" >\nHow a renter can build more wealth than a homeowner\n</a>\n</h5>\n</article>\n</li>\n<li class=\"slider_panel\" id=\"panel_3\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-tour-the-global-strategic-maple-syrup-reserve-a-high-security-facility-protecting-our-nations-liquid-gold/article22191251/\" name=\"lt_Picture.9\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/f60/incoming/article22192382.ece/ALTERNATES/w140/High+Security+Maple+Syrup+Facility+12.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.9\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.9\" href=\"http://www.theglobeandmail.com/news/news-video/video-tour-the-global-strategic-maple-syrup-reserve-a-high-security-facility-protecting-our-nations-liquid-gold/article22191251/\" title=\"Dec 31, 2014 5:34PM EST - Simon Trepanier, the president of the Quebec Maple Syrup Producers Federation, explains how the facility keeps the $100-million of maple syrup safe\" >\nTour this high-security maple syrup facility that's protecting our nation's liquid gold\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-markets-could-be-in-for-a-hangover-in-2015/article22254648/\" name=\"lt_Picture.10\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/924/video/article22254643.ece/ALTERNATES/w140/2014-12-31T201617Z_1_LOVEABU1KB4BF_RTRMADP_0_USA-2015-MARKET-TRENDS-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.10\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.10\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-markets-could-be-in-for-a-hangover-in-2015/article22254648/\" title=\"Jan 02, 2015 7:31AM EST - After a two-year bull run that has propelled stocks higher by nearly 50 per cent, there are some headwinds for 2015. Bobbi Rebell reports.\" >\nMarkets could be in for a hangover in 2015\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" name=\"lt_Picture.11\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/de4/incoming/article22273892.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.08.53+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.11\" href=\"http://www.theglobeandmail.com/technology/\"><span class=\"lblmk bgtechnology\"></span> Technology</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.11\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" title=\"Jan 02, 2015 10:05AM EST - The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" >\nFootage shows successful launch of 3,600-kg experiment designed to reveal cosmic origins\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-raw-charred-greek-ferry-towed-to-port-in-italy/article22273825/\" name=\"lt_Picture.12\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/2ca/incoming/article22274132.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.57.26+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.12\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.12\" href=\"http://www.theglobeandmail.com/news/news-video/video-raw-charred-greek-ferry-towed-to-port-in-italy/article22273825/\" title=\"Jan 02, 2015 10:56AM EST - The shipwreck of the Norman Atlantic has arrived at the port of Brindisi, the Barretta tug boat company confirmed on Friday\" >\nRaw footage shows charred Greek ferry being towed to port in Italy\n</a>\n</h5>\n</article>\n</li>\n</ul>\n<div class=\"slider_controls\">\n<ul id=\"thumbs-lt4381250\" class=\"carousel-thumbs\">\n<li><a class=\"prev\" href=\"#\">&#9664;</a></li>\n<li id=\"thumbs-1\" class=\"thumbnail current\">&#9679;</li>\n<li id=\"thumbs-2\" class=\"thumbnail \">&#9679;</li>\n<li id=\"thumbs-3\" class=\"thumbnail \">&#9679;</li>\n<li><a class=\"next\" href=\"#\">&#9654;</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'>Highlights</h3>\n<div class=\"main_items\" data-vr-zone=\"Highlights\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt10037053\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/industry-news/the-law-page/bitcoin-backer-gets-two-years-in-prison-for-illicit-transfers/article22167628/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/5e9/report-on-business/international-business/us-business/article22167627.ece/ALTERNATES/w140/BITCOIN-ADOPTION_.JPG\" class=\"art-img art-img--news\" alt=\"\" title=\"Dec 19, 2014 6:00PM EST\n- Bitcoin evangelist faced up to five years in prison, and the court’s probation office had recommended a 57-month term\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/industry-news/the-law-page/bitcoin-backer-gets-two-years-in-prison-for-illicit-transfers/article22167628/\" title=\"Dec 19, 2014 6:00PM EST - Bitcoin evangelist faced up to five years in prison, and the court’s probation office had recommended a 57-month term\" >\nBitcoin backer gets two years in prison for illicit transfers\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt6159672\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/careers/business-education/sauder-scholarships-help-entrepreneurial-mbas-get-out-of-the-blocks/article22179275/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/d07/report-on-business/careers/management/article19185588.ece/ALTERNATES/w140/Web-rb-ca-karl-moore-17rb1.jpg\" class=\"art-img art-img--news\" alt=\"\" title=\"Dec 26, 2014 5:00AM EST\n- New Venture winners at Sauder to launch their startups before completing degrees\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/careers/business-education/sauder-scholarships-help-entrepreneurial-mbas-get-out-of-the-blocks/article22179275/\" title=\"Dec 26, 2014 5:00AM EST - New Venture winners at Sauder to launch their startups before completing degrees\" >\nBusiness schools nurture entrepreneurial seeds with scholarships, partnerships\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'>More from The Globe and Mail</h3>\n<div class=\"main_items\" data-vr-zone=\"More from The Globe and Mail\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt2231\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/five-ways-to-successfully-invest-in-2015/article22276028/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/863/globe-investor/investment-ideas/article22276027.ece/ALTERNATES/w140/carrick-portstrat02rb1.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 02, 2015 8:27PM EST\n- Give your portfolio a tune up by clarifying your approach to market timing and taking a sober second look at your diversification\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-investor/\"><span class=\"lblmk bgglobeinvestor\"></span> Globe Investor</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/five-ways-to-successfully-invest-in-2015/article22276028/\" title=\"Jan 02, 2015 8:27PM EST - Give your portfolio a tune up by clarifying your approach to market timing and taking a sober second look at your diversification\" >\nFive ways to invest successfully in 2015\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4223134\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/home-and-garden/architecture/sometimes-old-ugly-buildings-should-be-left-well-alone/article22275784/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/556/life/home-and-garden/architecture/article22275783.ece/ALTERNATES/w140/smith-prince02rv1.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 02, 2015 2:54PM EST\n- Protests in Macedonia against renovating a drab downtown mall underscore a growing anti-gentrification sentiment\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/home-and-garden/architecture/sometimes-old-ugly-buildings-should-be-left-well-alone/article22275784/\" title=\"Jan 02, 2015 2:54PM EST - Protests in Macedonia against renovating a drab downtown mall underscore a growing anti-gentrification sentiment\" >\nSometimes old ugly buildings should be left well alone\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n</div>\n<div class=\"column-2 gridcol\">\n</div>\n</div>\n</div>\n</section>\n<div class=\"widget_ad halfpage\" id=\"halfpager-art-1\">\n<script>\nif (typeof nc === 'undefined') { var nc = 'canvas'; } else { nc += ';nc=canvas'; }\naPs = 'halfpager';\nvar halfpagerAC = fnTkt('a'+'ai',300,600,ai,'j',nc);\ndocument.write(halfpagerAC);\n$(window).on('load', function loadStickyAd(){\nvar M = window.Modernizr,U = window.$g_conf.mediaUrl, enableSticky = false;\nif ((window.advStickyAd === true || enableSticky ) && window.advCanvas != true){\nM.load([{\nload: U + '/media/www/js/sticky.ad.js',\ncomplete: function () { TGAMD.ads.sticky.init(); }\n}]);\n}\n});\n</script>\n<script>\n(function ($, M, u) {\nif (window.advCanvas === true) {\nwindow.aPs = 'canvas';\nwindow.nc = window.advCanvasADID;\nvar canvasAC = fnTkt('a'+'ai',1000,1,ai,'ajax',nc);\nM.load([{\nload: u + '/media/www/js/canvas.ad.js',\ncomplete: function () {\nTGAMD.CanvasAd.init($('#halfpager-art-1'), { height : advCanvasH, src : canvasAC });\n}\n}]);\n}\n}(jQuery, Modernizr, $g_conf.mediaUrl));\n</script>\n</div>\n<section>\n<h3 class='ucm'>Most popular</h3>\n<div class=\"main_items\" data-vr-zone=\"Most Popular Stories\">\n<div class=\"widget_stories view_hd lt17409849\">\n<ol>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/world/sarah-palins-facebook-photos-of-son-stepping-on-dog-spark-outrage/article22281815/\" title=\"Jan 02, 2015 8:07PM EST - Trig, 6, who has Down syndrome, is shown stepping on the back of the family’s black Labrador while it lies on the kitchen floor\" >\nSarah Palin’s Facebook photos of son stepping on dog spark outrage\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.2\" href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" title=\"Jan 03, 2015 12:01AM EST - Your daily horoscope\" >\nJanuary 3: Your daily horoscope\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.3\" href=\"http://www.theglobeandmail.com/news/national/suspect-in-edmonton-killings-threatened-relatives-in-2012/article22275704/\" title=\"Jan 02, 2015 2:46PM EST - Phu Lam led a violent life dating back more than 26 years, according to court documents\" >\nEdmonton murder suspect had run-ins with the law and a massive gambling debt\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.4\" href=\"http://www.theglobeandmail.com/globe-debate/iran-bashers-display-a-dangerous-lack-of-worldliness/article22275374/\" title=\"Jan 03, 2015 3:00AM EST - Critics of the talks wrongly see the country as a monolithic society with a monochromatic political system\" >\nIran bashers display a dangerous lack of worldliness\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.5\" href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" title=\"Jan 03, 2015 3:00AM EST - National, religious and cultural identities are being transformed by a globalized world\" >\nWhat drives anti-immigrant sentiment?\n</a>\n</h5>\n</article>\n</li>\n</ol>\n</div>\n</div>\n</section>\n</div><!-- /.right rail -->\n<div class=\"tertiary\"><!-- basement -->\n<section>\n<h3 class='ucm'>More Top Stories</h3>\n<div class=\"main_items\" data-vr-zone=\"More Top Stories\">\n<div class=\"x140x140x140x140x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4197911\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/five-essential-ingredients-to-doing-what-you-love-for-a-living/article22274738/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/c90/report-on-business/small-business/sb-growth/day-to-day/article22274737.ece/ALTERNATES/w140/522737079.jpg\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 5:00AM EST\n- When I decided to leave my own corporate job years ago to pursue the culinary arts, I couldn’t think much further than doing what I love on a daily basis: cooking. But it soon became clear to me that leaving the safety of one career to take up another is not quite that simple.\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/\"><span class=\"lblmk bgbusiness\"></span> Leadership</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/five-essential-ingredients-to-doing-what-you-love-for-a-living/article22274738/\" title=\"Jan 03, 2015 5:00AM EST - When I decided to leave my own corporate job years ago to pursue the culinary arts, I couldn’t think much further than doing what I love on a daily basis: cooking. But it soon became clear to me that leaving the safety of one career to take up another is not quite that simple.\" >\nFive essential ingredients to doing what you love for a living\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4197912\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/36a/globe-debate/article19928219.ece/ALTERNATES/w140/Screen+Shot+2013-04-02+at+3.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 03, 2015 3:00AM EST\n- National, religious and cultural identities are being transformed by a globalized world\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-debate/\"><span class=\"lblmk bgcommentary\"></span> Globe Debate</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" title=\"Jan 03, 2015 3:00AM EST - National, religious and cultural identities are being transformed by a globalized world\" >\nWhat drives anti-immigrant sentiment?\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-3 gridcol\">\n<div class=\"widget_stories view_pic lt4197913\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/sports/hockey/tanguay-and-duchene-score-in-shootout-as-avs-beat-oilers/article22282778/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/8e2/sports/hockey/article22282777.ece/ALTERNATES/w140/USATSI_184216_NHL.JPG\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 12:16AM EST\n- Semyon Varlamov had 27 saves in 2-1 win\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/sports/hockey/\"><span class=\"lblmk bgsports\"></span> Hockey</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/sports/hockey/tanguay-and-duchene-score-in-shootout-as-avs-beat-oilers/article22282778/\" title=\"Jan 03, 2015 12:16AM EST - Semyon Varlamov had 27 saves in 2-1 win\" >\nTanguay and Duchene score in shootout as Avs beat Oilers\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-4 gridcol\">\n<div class=\"widget_stories view_pic lt4197916\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/2e8/migration_catalog/Life/article804701.ece/ALTERNATES/w140/capricorn-logo\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 12:01AM EST\n- Your daily horoscope\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/horoscopes/\"><span class=\"lblmk bglife\"></span> Horoscopes</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" title=\"Jan 03, 2015 12:01AM EST - Your daily horoscope\" >\nJanuary 3: Your daily horoscope\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-5 gridcol\">\n<div class=\"widget_stories view_pic lt4197920\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/stop-playing-parking-space-roulette-with-one-app/article22238854/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/91c/globe-drive/culture/accessories/article22238853.ece/ALTERNATES/w140/iOS+Simulator+Screen+Shot+24+Nov+2014+15.35.37.png\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 5:00AM EST\n- Coveted spots at your fingertips with the app Parkopedia created by Eugene Tsyrklevich\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/\"><span class=\"lblmk bgglobedrive\"></span> Accessories</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/stop-playing-parking-space-roulette-with-one-app/article22238854/\" title=\"Jan 03, 2015 5:00AM EST - Coveted spots at your fingertips with the app Parkopedia created by Eugene Tsyrklevich\" >\nStop playing parking space roulette with this app\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-6 gridcol\">\n<div class=\"widget_stories view_pic lt4197925\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/de4/incoming/article22273892.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.08.53+AM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 10:05AM EST\n- The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/technology/technology-video/\"><span class=\"lblmk bgtechnology\"></span> Technology Video</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" title=\"Jan 02, 2015 10:05AM EST - The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" >\nFootage shows successful launch of 3,600-kg experiment designed to reveal cosmic origins\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n<div class=\"x620x300 clearfix\">\n<div class=\"column-1 gridcol\">\n<section>\n<h3 class='ucm'>Video</h3>\n<div class=\"main_items\" data-vr-zone=\"Video\">\n<div class=\"x140x140x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4197968\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-fire-truck-overturns-injuring-two-missouri-firefighters/article22274819/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/0a1/video/article22274818.ece/ALTERNATES/w140/2015-01-02T174234Z_1_LOVEB011D6XZI_RTRMADP_0_USA-MISSOURI-FIRE-TRUCK-CRASH-ROUGH-CUT-O.XML\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:26PM EST\n- Two firefighters were hurt after their fire truck overturned in St. Clair, Missouri.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/news-video/video-fire-truck-overturns-injuring-two-missouri-firefighters/article22274819/\" title=\"Jan 02, 2015 2:26PM EST - Two firefighters were hurt after their fire truck overturned in St. Clair, Missouri.\" >\nFire truck overturns injuring two Missouri firefighters\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4197969\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/arts/arts-video/video-ctv-montreal-selma-film-sheds-light-on-mlk/article22275315/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/1d4/incoming/article22275406.ece/ALTERNATES/w140/Screen-Shot-2015-01-02-at-2.20.05-PM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:17PM EST\n- Mose Persico talks to Tom Wilkinson and David Oyelowo about the new film set in racially-turbulent sixties\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/arts/arts-video/video-ctv-montreal-selma-film-sheds-light-on-mlk/article22275315/\" title=\"Jan 02, 2015 2:17PM EST - Mose Persico talks to Tom Wilkinson and David Oyelowo about the new film set in racially-turbulent sixties\" >\nWhy 'Selma' honours the memory of Martin Luther King Jr.\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-3 gridcol\">\n<div class=\"widget_stories view_pic lt4197970\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/3cf/incoming/article22247366.ece/ALTERNATES/w140/Screen+Shot+2014-12-31+at+11.58.37+AM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Dec 31, 2014 11:59AM EST\n- Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" title=\"Dec 31, 2014 11:59AM EST - Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" >\nSurveillance footage captures bad driver struggling at gas station\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-4 gridcol\">\n<div class=\"widget_stories view_pic lt4197971\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/373/video/article22274143.ece/ALTERNATES/w140/2015-01-02T155119Z_1_LOVEB01181IWC_RTRMADP_0_USA-GM-RECALL-O.XML\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:37PM EST\n- GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" title=\"Jan 02, 2015 2:37PM EST - GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" >\nGM issues three new recalls\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n</div>\n<div class=\"column-2 gridcol\">\n<section>\n<h3 class='ucm'>Photos</h3>\n<div class=\"main_items\" data-vr-zone=\"Photos\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4178523\">\n<article class=\"art--gallery img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/toronto/a-cranes-eye-view-of-toronto/article22277725/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/521/news/toronto/article22277718.ece/ALTERNATES/w140/crane-scenes02to1.JPG\" class=\"art-img art-img--gallery\" alt=\"\" title=\"Jan 02, 2015 4:34PM EST\n- Perched atop the L Tower condos on The Esplanade, crane operator Robert MacFarlane captures the Toronto skyline like no one else. The 57-year-old father of three shares images from his unique vantage point on social media, where he goes by the handle SkyJacked793 on Twitter and Instagram. Mr. MacFarlane’s Twitter account has amassed 8,400 followers, who are treated with views of the downtown city core through his eyes. He has tweeted just more than 13,000 pictures so far, ranging from EdgeWalk players taking daring steps off the CN Tower to planes landing on the Toronto Islands. He will be snapping pictures from the L Tower for a little longer, but how much longer exactly remains to be seen, he said. Here are some of his most breathtaking images of Toronto from the last year – 210 metres above the city.\" width=\"140\" height=\"78\">\n<span class=\"sprite gallery-s\"></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/toronto/a-cranes-eye-view-of-toronto/article22277725/\" title=\"Jan 02, 2015 4:34PM EST - Perched atop the L Tower condos on The Esplanade, crane operator Robert MacFarlane captures the Toronto skyline like no one else. The 57-year-old father of three shares images from his unique vantage point on social media, where he goes by the handle SkyJacked793 on Twitter and Instagram. Mr. MacFarlane’s Twitter account has amassed 8,400 followers, who are treated with views of the downtown city core through his eyes. He has tweeted just more than 13,000 pictures so far, ranging from EdgeWalk players taking daring steps off the CN Tower to planes landing on the Toronto Islands. He will be snapping pictures from the L Tower for a little longer, but how much longer exactly remains to be seen, he said. Here are some of his most breathtaking images of Toronto from the last year – 210 metres above the city.\" >\nA crane’s eye view of Toronto\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4178505\">\n<article class=\"art--gallery img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/sports/hockey/world-juniors/images-from-the-quarter-finals-at-the-world-juniors/article22277912/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/667/sports/hockey/world-juniors/article22277899.ece/ALTERNATES/w140/522143019_460977226.JPG\" class=\"art-img art-img--gallery\" alt=\"\" title=\"Jan 02, 2015 4:48PM EST\n- Elimination games begin in the annual tournament\" width=\"140\" height=\"79\">\n<span class=\"sprite gallery-s\"></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/sports/hockey/world-juniors/images-from-the-quarter-finals-at-the-world-juniors/article22277912/\" title=\"Jan 02, 2015 4:48PM EST - Elimination games begin in the annual tournament\" >\nImages from the quarter-finals at the world juniors\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n</div>\n</div>\n</div><!-- /.basement -->\n</div><!-- /#content -->\n<footer><!-- footer -->\n\n<script>\nvar omni_meter = {\n\"count\": \"1\",\n\"limit\": \"\",\n\"meterDecrypt\": \"10|1|22224253\"\n};\n</script>\n\n<script>\nvar omni_meterPaywall = \"(APPLY_PAYWALL)\";\n</script>\n\n<div class=\"strip\"><span class=\"bgnews\"></span></div>\n<div id=\"footer_socialmedia\">\n<ul>\n<li class=\"fb\"> <a href=\"https://www.facebook.com/theglobeandmail\"></a> </li>\n<li class=\"twitter\"> <a href=\"https://twitter.com/globeandmail\"></a> </li>\n<li class=\"linkedin\"> <a href=\"http://www.linkedin.com/company/the-globe-and-mail\"></a> </li>\n<li class=\"googleplus\"> <a href=\"https://plus.google.com/+globeandmail\"></a> </li>\n<li class=\"connect\"> connect with us </li>\n<li class=\"youtube\"> <a href=\"http://www.youtube.com/user/TheGlobeandMail\"></a></li>\n<li class=\"instagram\"> <a href=\"http://instagram.com/globeandmail\"></a> </li>\n<li class=\"flipboard\"> <a href=\"http://flip.it/T61Qu\"></a> </li>\n<li class=\"pinterest\"> <a href=\"http://pinterest.com/globeandmail/\"></a> </li>\n</ul>\n</div>\n<div id=\"footernav\" >\n<section class=\"lrgColumn\">\n<h5>Products</h5>\n<ul>\n<li class=\"borderBtm\">\n<span class=\"productUnlimited\"></span>\n<div class=\"productDesc\">\n<h4>Globe Unlimited</h4>\n<p>Digital all access pass across devices.\n<a href=\"https://sec.theglobeandmail.com/subscription/?intcmp=GAMunlimited_sub\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"productPrint\"></span>\n<div class=\"productDesc\">\n<h4>The Globe and Mail Newspaper</h4>\n<p>Newspaper delivered to your doorstep.\n<a href=\"https://customer.globeandmail.ca/HD/Start.aspx\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"globe2go\"></span>\n<div class=\"productDesc\">\n<h4>Globe2Go</h4>\n<p>The digital replica of our newspaper.\n<a href=\"http://globe2go.newspaperdirect.com/epaper/viewer.aspx\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"ebook\" ></span>\n<div class=\"productDesc\">\n<h4>Globe eBooks</h4>\n<p>A collection of articles by the Globe.\n<a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-ebooks.html\">subscribe</a>\n</p>\n</div>\n</li>\n</ul>\n<p id=\"seeAllProds\">\n<a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-subscriptions.html\">See all Globe Products</a>\n</p>\n</section>\n<section class=\"mdmColumn\">\n<h5>Advertise with us</h5>\n<div class=\"borderBtm\">\n<h4><a href=\" http://www.globelink.ca/?source=gammain\">GlobeLink.ca</a></h4>\n<p>Your number one partner for reaching Canada's Influential Achievers.\n<a href=\" http://www.globelink.ca/?source=gammain\">learn more</a>\n</p>\n</div>\n<ul class=\"noBorder\">\n<li class=\"greyLnk\">Or go directly to:</li>\n<li><a href=\"http://www.globelink.ca/newspaper/?source=gamnewspaper\">Newspaper</a></li>\n<li><a href=\"http://www.globelink.ca/magazines/?source=gammagazines\">Magazine</a></li>\n<li><a href=\" http://www.globelink.ca/digital/about/?source=gamonline\">Digital</a></li>\n<li><a href=\"http://www.globelink.ca/digital/alliance/?source=gamftr\">Globe Alliance: extend your reach</a></li>\n<li><a href=\"http://www.globelink.ca/globeedge/?source=gammsg\">Globe Edge: custom content</a></li>\n<li><a href=\"http://www.globelink.ca/classified/?source=gamclass\">Classifieds</a></li>\n</ul>\n<h5>The Globe at your Workplace</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/static/enterprise/index.html\">Globe Unlimited group license</a> </li>\n<li><a href=\"http://v1.theglobeandmail.com/v5/content/tp1000-2013/purchase.php\">Purchase ROB Top 1000 data</a></li>\n<li><a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-datastore.html\">Data & research products</a></li>\n<li><a href=\"http://www.theglobeandmail.com/static/enterprise/index.html\">License content & financial data</a></li>\n</ul>\n</section>\n<section class=\"smlColumn\">\n<h5>Our Company</h5>\n<ul>\n<li><a href=\"http://www.globelink.ca/newspaper/?source=gamnewspaper\">About us</a></li>\n<li><a href=\"http://www.theglobeandmail.com/work-at-the-globe/\">Work at The Globe</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/contact-paper#reporters\">Staff</a></li>\n</ul>\n<h5>Customer Service</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/help/contact-us/\">Contact Us</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help\">FAQs</a></li>\n<li><a href=\"https://customer.globeandmail.ca/\">Customer Care website</a></li>\n<li><a href=\"https://sec.theglobeandmail.com/edit-account/\">Digital subscription services</a></li>\n<li><a href=\"https://customer.globeandmail.ca/\">Print subscription services</a></li>\n<li><a href=\"https://customer.globeandmail.ca/circcsNewAddress.asp\">Change your delivery address</a></li>\n<li><a href=\"https://customer.globeandmail.ca/circcsSuspend.asp\">Vacation Stops</a></li>\n</ul>\n<h5>Advertising Privacy</h5>\n<ul>\n<li><a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\"/><span>AdChoices</span></a></li>\n</ul>\n<h5>Globe Recognition</h5>\n<ul><li><a href=\"http://globerecognition.net/\">Recognition card</a></li></ul>\n</section>\n<section class=\"smlColumn lastSection\">\n<h5>Mobile Apps</h5>\n<ul>\n<li><span class=\"mobNews\"></span><a href=\"#\" id=\"tooltipMobNews\">News</a></li>\n<li><span class=\"mobInv\"></span><a href=\"#\" id=\"tooltipMobInvest\">Investing</a></li>\n</ul>\n<div id='toolTipNews' class='tools-Tips'>\n<a class=\"close\" href=\"#\"></a>\n<div id=\"mobNewBg\"></div>\n<h5>NEWS APP</h5>\n<div class=\"toolTipBox\">\n<ul class=\"toolTipList\">\n<li class=\"lightbg\"><span>Available for download on the following devices</span></li>\n<li class=\"darkbg\"><a href=\"https://itunes.apple.com/ca/app/the-globe-and-mail-news/id429228415?mt=8\">iPhone</a></li>\n<li class=\"lightbg\"><a href=\"https://itunes.apple.com/ca/app/the-globe-and-mail-news/id429228415?mt=8\">iPad</a></li>\n<li class=\"darkbg\"><a href=\"https://play.google.com/store/apps/details?id=com.theglobeandmail.headliner&hl=en\">Android</a></li>\n<li class=\"lightbg\"><a href=\"http://appworld.blackberry.com/webstore/content/39629?lang=en\">Blackberry</a></li>\n</ul>\n</div>\n</div>\n<div id='toolTipInv' class='tools-Tips'>\n<a class=\"close\" href=\"#\"></a>\n<div id=\"mobInvBg\"></div>\n<h5>INVESTING APP</h5>\n<div class=\"toolTipBox\">\n<ul class=\"toolTipList\">\n<li class=\"lightbg\"><span>Available for download on the following devices</span></li>\n<li class=\"darkbg\"><a href=\"https://itunes.apple.com/ca/app/globe-investor/id453077050?mt=8\">iPhone</a></li>\n<li class=\"lightbg\"><a href=\"http://appworld.blackberry.com/webstore/content/76999/?lang=en\">Blackberry</a></li>\n</ul>\n</div>\n</div>\n<h5>Other Sections</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/partners/advappointmentnotices/\">Appointments</a></li>\n<li><a href=\"http://artstore.globeandmail.ca/\">Art Store</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/life/birthsandannouncements/\">Births &amp; Announcements</a></li>\n<li><a href=\"mailto:community@globeandmail.com\">Corrections</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/classifieds/\">Classifieds</a></li>\n<li><a href=\"http://globeclassroom.ca/\">Classroom Edition</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/life/deaths/\">Deaths</a></li>\n<li><a href=\"http://www.theglobeandmail.com/marketplace/newspaper-ads/\">Newspaper Ads</a></li>\n<li><a href=\"http://www.theglobeandmail.com/real-estate/\">Real Estate</a></li>\n<li><a href=\"http://www.theglobeandmail.com/special-reports/\">Special Reports</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/site-map/\">Site Map</a></li>\n</ul>\n</section>\n<div class=\"footer_legalInfo\">\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/help/terms-and-conditions/\">Terms &amp; Conditions</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/privacy-policy/\">Privacy Policy</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/disclaimer/\">Disclaimer</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/accessibility-policy/\" >Accessibility Policy</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/community-guidelines/article4229672\">Community Guidelines</a></li>\n<li><a href=\"http://www.theglobeandmail.com/news/the-globe-and-mail-mandate-for-sustainable-paper-choices/article551236\">Globe sustainability</a></li>\n<li><a href=\"http://www.theglobeandmail.com/incoming/article10200488.ece/BINARY/Editorial+Code+Book+External.pdf\">Editorial Code of Conduct</a></li>\n</ul>\n</div>\n<div class=\"footer_companyInfo\">\n<p>&#169; Copyright 2015 The Globe and Mail Inc. All Rights Reserved.</p>\n<address>\n<span class=\"org adr\">\n<span class=\"org street-address\">444 Front&nbsp;<abbr title=\"Street\">St.</abbr>&nbsp;<abbr title=\"West\">W.</abbr></span>,\n<span class=\"org locality\">Toronto</span>,&nbsp;\n<abbr class=\"org region\" title=\"Ontario\">ON</abbr>&nbsp;\n<span class=\"org country-name\">Canada</span>&nbsp;\n<span class=\"org postal-code\">M5V 2S9</span>\n<br />Phillip Crawley, Publisher\n</span>\n</address>\n</div>\n</div>\n<script>\nvar s_account = \"bellgmpnewprod\";\n</script>\n<script src=\"http://beta.images.theglobeandmail.com/media/www/js/plugins/s_code.js\"></script>\n<script>\nvar tlu = {\"name\":'tgam_limited_user', \"val\":util.getStoredValue('tgam_limited_user')};\nfunction omniSubscribeSuccess() {\nvar start = util.getStoredIndex(tlu.name, 2);\nvar stamp = util.getStoredIndex(tlu.name, 0);\nvar omni_start = new Date(start), omni_stamp = new Date(stamp);\nvar omni_end = new Date(util.getStoredIndex(tlu.name, 3, '|'));\nif (start == 'na' && stamp != 'na') {\nomni_start = omni_stamp;\n}\nvar one_day = 1000 * 60 * 60 * 24;\nreturn Math.ceil((omni_end.getTime() - omni_start.getTime()) / (one_day));\n}\ns.prop25 = TGAMD.user.get('prizm');\ns.prop65 = TGAMD.user.get('kuser');\n// set event4 for login events, remove local storage flag\nif (s.getQueryParam('ord') == \"0\" || s.getQueryParam('ord') == \"1\") {\ns.events = s.apl(s.events, 'event4', ',', 1);\n}\nif ( !TGAMD.analytics.user.is.anonymous ) {\ns.prop2 = s.getAndPersistValue(\"Logged In\", \"s_user_login_status\");\ns.prop3 = s.getAndPersistValue(TGAMD.user.get('postal'), \"s_user_zip\", (365 * 5));\ns.prop4 = s.getAndPersistValue(TGAMD.user.get('country'), \"s_user_country\", (365 * 5));\ns.prop9 = TGAMD.user.get('guid');\ns.eVar9 = \"D=c9\";\n} else {\ns.prop2 = s.getAndPersistValue(\"Not Logged In\", \"s_user_login_status\");\ns.prop3 = s.getAndPersistValue(\"Not Set\", \"s_user_zip\", (365 * 5));\ns.prop4 = s.getAndPersistValue(\"Not Set\", \"s_user_country\", (365 * 5));\n}\ns.zip = \"D=c3\";\ns.eVar3 = \"D=c2\";\ns.eVar4 = \"D=c4\";\ns.prop10 = TGAMD.analytics.user.role();\ns.eVar10 = \"D=c10\";\ns.eVar53 = TGAMD.analytics.referrer(TGAMD.user.get('referrer')).short;\ns.eVar54 = TGAMD.analytics.referrer(TGAMD.user.get('referrer')).original;\ns.prop16 = \"22224253\";\ns.prop14 = \"globe and mail update\";\ns.prop15 = \"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/\";\ns.prop12 = \"Final manoeuvre of AirAsia flight raises questions over flying in storms\";\ns.prop13 = \"PAUL KORING\";\ns.eVar68 = \"+1\";\ns.prop58 = \"yellow\";\ns.prop34 = \"aircraft;search;Indonesia;Jakarta;Malaysia;Surabaya;Singapore;AirAsia Flight 8501;\";\ns.prop55 = \"Yes\";\ns.prop37 = \"news\";\ns.prop36 = \"art\";\ns.prop54 = \"5\";\ns.pageName = \"news:world:article\";\ns.eVar33 = \"D=c37\";\ns.prop1 = \"Single Page View - No Pagination\";\ns.prop23 = \"news:world\";\ns.eVar58 = \"D=c58\";\ns.prop24 = \"Indonesia\";\ns.prop50 = \"Weekend\";\ns.eVar19 = \"D=c24\";\ns.prop22 = \"news:world\";\ns.prop44 = \"news:world\";\ns.eVar61 = \"+1\";\ns.prop43 = \"news\";\ns.prop48 = \"Saturday\";\ns.prop47 = \"news:world\";\ns.prop46 = \"news:world\";\ns.prop45 = \"news:world\";\ns.account = \"bellgmpnewprod\";\ns.prop49 = \"06:46AM\";\ns.channel = \"news\";\ns.prop8 = \"Not Top 10/Other\";\nif (tlu.val == undefined) {\nutil.store(tlu.name, \"na|\" + new Date() + \"|na|na|22224253|na\");\n} else {\nvar omni_meterIdindex = util.getStoredIndex(tlu.name, 4, '|');\nif (omni_meterIdindex == 'na') {\nutil.storeIndexValue(tlu.name, 4, '22224253', '|');\n}\nif ((omni_meterIdindex.search(\"22224253\") == -1) && omni_meterIdindex != 'na') {\nvar artArr = omni_meterIdindex.split('~'), meterIdsArr = [], meterIds = \"\", meterIdsStr = \"\";\nvar meterIdsData = omni_meterIdindex + \"~22224253\";\nif (artArr.length == 15) {\nvar artArrFull = meterIdsData.split('~');\nfor (var mi = 0, bi = artArrFull.length; mi < bi; mi++) {\nif (mi > 0) {\nvar zi = mi < bi - 1 ? '~' : '';\nmeterIdsArr.push(artArrFull[mi]);\nmeterIdsStr += artArrFull[mi] + zi;\n}\n}\nmeterIds = meterIdsArr.toString();\nutil.storeIndexValue(tlu.name, 4, meterIdsStr, '|');\n} else {\nmeterIds = meterIdsData.split('~').toString();\nutil.storeIndexValue(tlu.name, 4, meterIdsData, '|');\n}\ns.eVar65 = meterIds;\n} else {\ns.eVar65 = '22224253';\nutil.storeIndexValue(tlu.name, 4, '22224253', '|');\n}\n}\ntry {\nif (omni_meter.count != undefined) {\ns.prop59 = omni_meter.count == '' ? 0 : omni_meter.count;\ns.eVar60 = \"D=c59\";\n}\n} catch (e) {\n}\ntry {\nif ((typeof omni_meter == 'undefined' || omni_meter != undefined) && omni_meterPaywall == 'true') {\ns.events = s.apl(s.events, \"event56\", \",\", 1);\n}\n} catch (e) {\n}\ntry {\nif ((omni_meter.count == omni_meter.limit) && omni_meter != undefined) {\ns.events = \"event54,event56\";\ns.linkTrackEvents = s.events;\ns.eVar62 = \"Encountered Paywall Growl - \" + omni_meter.limit;\ns.eVar63 = s.eVar62;\n}\n} catch (e) {\n}\nif (location.href.indexOf(\"comments\") != -1) {\ns.prop42 = \"comments\";\ns.eVar42 = \"D=c42\";\n}\nif (s.prop37.indexOf(\"gallery\") != -1 ) {\ns.events = \"event35,event36\"; //view on page load\n}\nwindow.localStorage.removeItem('tgam_imgGallery');\nfunction trackPhotoView(index, length) {\nvar tig = {\"name\":'tgam_imgGallery', \"val\":util.getStoredValue('tgam_imgGallery')};\ns.events = \"event35\";\nvar usePageView = false;\nvar linkName = \"Photo gallery view\";\ns.prop1 = '';\ns.eVar1 = '';\n/* Check for restart */\nif (index == 1) {\nif (util.getStoredValue(tig.name) == undefined) {\n//s.events = s.apl(s.events, \"event36\", \",\", 1);\n//linkName = \"Photo gallery start\";\n}\n}\n/* Check for initial photo view or every third photo view */\nif (index % 3 == 0) {\ns.events = s.apl(s.events, \"event16\", \",\", 1);\nlinkName = \"\";\nusePageView = true;\ns.prop1 = index;\n} else {\ns.eVar1 = index;\n}\n/* Check for half-way point */\nvar half = Math.round(length / 2) + 1;\nif (index == (half - 1)) {\nif (util.getStoredValue(tig.name) == undefined) {\ns.events = s.apl(s.events, \"event37\", \",\", 1);\nlinkName = \"Half-way photo gallery view\";\n}\n}\n/* Check for complete */\nif (index == (length)) {\nif (util.getStoredValue(tig.name) == undefined) {\ns.events = s.apl(s.events, \"event38\", \",\", 1);\nlinkName = \"Completed photo gallery\";\nutil.store(tig.name, 'true');\n}\n}\nif (usePageView) {\ns.t();\n} else {\ns.linkTrackVars = 'events,eVar1,prop1';\ns.linkTrackEvents = s.events;\ns.tl(this, 'o', linkName);\n}\n}\n(function(global){\nvar g = global.TGAMD || false; return g && g.analytics ? g.analytics.bootstrap() : false\n})(window);\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\nvar s_code = s.t();\nif (s_code)document.write(s_code);//--><///--></script>\n<script language=\"JavaScript\" type=\"text/javascript\">\n<!--\nif (navigator.appVersion.indexOf('MSIE') >= 0)document.write(unescape('%3C') + '\\!-' + '-') // -->\n</script>\n<!-- DO NOT REMOVE -->\n<!-- End SiteCatalyst code version: H.17. -->\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n<div id=\"parsely-cfg\" data-parsely-site=\"globeandmail.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\nvar h=d.location.protocol, i=p+\"-\"+s,\ne=d.getElementById(i), r=d.getElementById(p+\"-root\"),\nu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n:\"static.\"+p+\".com\";\nif (e) return;\ne = d.createElement(s); e.id = i; e.async = true;\ne.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n<script src=\"//cdn.optimizely.com/js/74698729.js\"></script>\n<script>\nif(location.href.indexOf(\"/life\" ) != -1) {\nconsole.log('broker code is working!');\nvar ComScoreLincoln = '<scr' + 'ipt type=\"text/javascript\" src=\"http://siterecruit.comscore.com/sr/globeandmail/broker.js\"></scr' + 'ipt>';\ndocument.write(ComScoreLincoln);\n}else{\nvar ComScoreForesee = '<scr' + 'ipt type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/static/foresee/foresee-trigger.js\"></scr' + 'ipt>';\ndocument.write(ComScoreForesee);\nif(util.getCookie('hd')!== null && (typeof FSR !== \"undefined\")){FSR.CPPS.set('username',util.getCookie('hd').split(\"|\")[1]);}\n}\n</script>\n</footer><!-- /.footer -->\n<div class=\"watchlist-briefcase-add\" style=\"display: none\">\n<div class=\"point\"></div>\n<div class=\"watchlist-briefcase-inner\">\n<div id=\"watchlist-briefcase-inner-addto\">\n<span class=\"button watchlist\">\n<a href=\"#\" class=\"toWatchlist\">\n<span class=\"img\"></span>\n<span>Add to Watchlist</span>\n</a>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-watchlist\">\n<h5>Add to Watchlist</h5>\n<form class=\"selectStock\" action=\"\" method=\"get\" accept-charset=\"utf-8\">\n<span class=\"button\">\n<input type=\"checkbox\" />\n<span class=\"stockSymbol\"></span>\n<span class=\"companyName\"></span>\n</span>\n<span class=\"styled_select\">\n<select id=\"copy-watchlist\" name=\"watchlistID\"></select>\n</span>\n<input class=\"button submitButton\" type=\"submit\" value=\"Add to Watchlist\" />\n</form>\n</div>\n<div id=\"watchlist-briefcase-inner-failed\">\n<h5></h5>\n<span class=\"failWrapper\">\n<span class=\"failIcon\"></span>\n<h3>We've run into a glitch. Please try again later.</h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-success\">\n<h5></h5>\n<span class=\"passWrapper\">\n<span class=\"passIcon\"></span>\n<h3>We've run into a glitch. Please try again later.</h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-mixed\">\n<h5></h5>\n<span class=\"cautionWrapper\">\n<span class=\"cautionIcon\"></span>\n<span class=\"button\">\n<span class=\"errorIcon\"></span>\n<span class=\"companyName\"></span>\n</span>\n<h3></h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-loader\">\n</div>\n</div>\n</div>\n<script>\nvar ltData = [\n{\n\"name\": \"related stories\",\n\"ltname\": \"related_stories\",\n\"view\": \"stories\",\n\"wId\": \".lt1484\"\n},\n{\n\"name\": \"sidebar stories\",\n\"ltname\": \"sidebar_stories\",\n\"view\": \"aside\",\n\"wId\": \".lt1322526\"\n},\n{\n\"name\": \"related stories bottom\",\n\"ltname\": \"related_stories_bottom\",\n\"view\": \"remainder\",\n\"wId\": \".lt644525\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299594\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299599\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt20737385\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299736\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13295670\"\n},\n{\n\"name\": \"most popular videos\",\n\"ltname\": \"most_popular_videos\",\n\"view\": \"slider\",\n\"wId\": \".lt4381250\"\n},\n{\n\"name\": \"highlights\",\n\"ltname\": \"highlights\",\n\"view\": \"storypicture\",\n\"wId\": \".lt10037053\"\n},\n{\n\"name\": \"highlights\",\n\"ltname\": \"highlights\",\n\"view\": \"storypicture\",\n\"wId\": \".lt6159672\"\n},\n{\n\"name\": \"more from the globe and mail\",\n\"ltname\": \"more_from_the_globe_and_mail\",\n\"view\": \"storypicture\",\n\"wId\": \".lt2231\"\n},\n{\n\"name\": \"more from the globe and mail\",\n\"ltname\": \"more_from_the_globe_and_mail\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4223134\"\n},\n{\n\"name\": \"most popular stories\",\n\"ltname\": \"most_popular_stories\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt17409849\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197911\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197912\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197913\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197916\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197920\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197925\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197968\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197969\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197970\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197971\"\n},\n{\n\"name\": \"photos\",\n\"ltname\": \"photos\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4178523\"\n},\n{\n\"name\": \"photos\",\n\"ltname\": \"photos\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4178505\"\n},\n{\n\"name\": \"growl\",\n\"ltname\": \"growl\",\n\"view\": \"growl\",\n\"wId\": \"#article-finished\"\n},\n{\n\"name\": \"unlimited tout - top banner\",\n\"ltname\": \"unlimited_tout_-_top_banner\",\n\"view\": \"topbar\",\n\"wId\": \"#topSubscribeBanner\"\n}\n];\n$.each(ltData,function(i) {\n$('div'+ ltData[i].wId).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e,elm){\nvar title = $(this).text(), ltTitle = title.replace(title,'_'+title).toLowerCase(),clk,nam,artId;\nvar namAttr = $(this).attr('name').slice(3),gaqIndex = $(this).attr('name').replace('lt_','');\nvar dname = ltData[i].name.replace(\"'\",\"\\'\"), dltname = ltData[i].ltname.replace(\"'\",\"\\'\");\n/*console.log(\"dname =\"+dname);\nconsole.log(\"dltname =\"+dltname);*/\nif($(this).attr('href')!=undefined && $(this).attr('href').substring(1,0)!=\"#\"){\nvar urlArr = $(this).attr('href').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif($(this).attr('href')==undefined && $(this).attr('title')) {\nurlArr = $(this).attr('title').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif(artId==undefined&&ltData[i].view !='feature'){\nif(ltData[i].view =='topbar'|| dname =='growl' || dname =='paywall'){\nclk=\"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\"+namAttr+\"';s.prop39='\"+dname+\"';s.eVar34='\"+namAttr+\"';s.eVar35='\"+dname+\"';s.tl(this,'o','\"+namAttr+\"');\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr;\n}else{\nclk=\"s_objectID='\"+dltname+\"|\"+namAttr.toLowerCase()+\":\"+ltTitle+\"'\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr+\":\"+title;\n}\n}else{\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-world'+'-'+dname +'-'+ ltData[i].view + '&lid='+namAttr;\n}\n$(this).attr('onclick',clk).attr('name',nam);\n});\n$('aside'+ ltData[i].wId).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e,elm){\nvar title = $(this).text(), ltTitle = title.replace(title,'_'+title).toLowerCase(),clk,nam,artId;\nvar namAttr = $(this).attr('name').slice(3),gaqIndex = $(this).attr('name').replace('lt_','');\nvar dname = ltData[i].name.replace(\"'\",\"\\'\"), dltname = ltData[i].ltname.replace(\"'\",\"\\'\");\n/* console.log(\"111\");\nconsole.log(\"dname =\"+dname);\nconsole.log(\"dltname =\"+dltname); */\nif($(this).attr('href')!=undefined && $(this).attr('href').substring(1,0)!=\"#\"){\nvar urlArr = $(this).attr('href').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif(artId==undefined&&ltData[i].view !='feature'){\nif(ltData[i].view =='topbar'|| dname =='growl' || dname =='paywall'){\nclk=\"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\"+namAttr+\"';s.prop39='\"+dname+\"';s.eVar34='\"+namAttr+\"';s.eVar35='\"+dname+\"';s.tl(this,'o','\"+namAttr+\"');\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr;\n}else{\nclk=\"s_objectID='\"+dltname+\"|\"+namAttr.toLowerCase()+\":\"+ltTitle+\"'\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr+\":\"+title;\n}\n}else{\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-world'+'-'+dname +'-'+ ltData[i].view + '&lid='+namAttr;\n}\n$(this).attr('onclick',clk).attr('name',nam);\n});\n});\n</script>\n<script>\nwindow._gaq = [\n['_setAccount','UA-9891422-4'],\n['_trackPageview'],\n['_setDomainName','.theglobeandmail.com']\n];\nutil.loadScript( ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js' );\nwindow.__gigyaConf = { connectWithoutLoginBehavior: 'alwaysLogin' };\nfunction udm_(a) {\nvar b = \"comScore=\", c = document, d = c.cookie, e = \"\", f = \"indexOf\", g = \"substring\", h = \"length\", i = 2048, j, k = \"&ns_\", l = \"&\", m, n, o, p, q = window, r = q.encodeURIComponent || escape;\nif (d[f](b) + 1)for (o = 0, n = d.split(\";\"), p = n[h]; o < p; o++)m = n[o][f](b), m + 1 && (e = l + unescape(n[o][g](m + b[h])));\na += k + \"_t=\" + +(new Date) + k + \"c=\" + (c.characterSet || c.defaultCharset || \"\") + \"&c8=\" + r(c.title) + e + \"&c7=\" + r(c.URL) + \"&c9=\" + r(c.referrer), a[h] > i && a[f](l) > 0 && (j = a[g](0, i - 8).lastIndexOf(l), a = (a[g](0, j) + k + \"cut=\" + r(a[g](j + 1)))[g](0, i)), c.images ? (m = new Image, q.ns_p || (ns_p = m), m.src = a) : c.write(\"<\", \"p\", \"><\", 'img src=\"', a, '\" height=\"1\" width=\"1\" alt=\"*\"', \"><\", \"/p\", \">\")\n}\nudm_('http' + (document.location.href.charAt(4) == 's' ? 's://sb' : '://b') + '.scorecardresearch.com/b?c1=2&c2=10251187');\ntry { util.mobile_redirect() } catch(e) {}\n</script>\n<script src='https://cdns.gigya.com/js/socialize.js?apiKey=2_oNjjtSC8Qc250slf83cZSd4sbCzOF4cCiqGIBF8__5dWzOJY_MLAoZvds76cHeQD'></script>\n<script src=\"http://b.scorecardresearch.com/c2/10251187/cs.js\"></script>\n<noscript><img src=\"https://sb.scorecardresearch.com/p?c1=2&amp;c2=10251187\" height=\"1\" width=\"1\" alt=\"*\">\n</noscript>\n<script>\n(function() { var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid',3796);ev.setAttribute('data-ev-tag-ocid',3480); ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ev, s);}\n)();\n</script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_N1427527596/www-js-global.js\" ></script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_1796771895/www-js-article-core.js\" ></script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_N276987191/www-js-gallery-core.js\" ></script>\n<!-- pageEndInclude -->\n<script>\nglobe.gigya.comments.articleInfo('Production','art','22224253');\n$(document).ready(function() {\nwindow.TGAMLS = new GlobeLiveSuggest(jQuery, 'http://www.theglobeandmail.com/template/search/livesuggest.jsp?news=10&stocks=5&keywords=0&authors=3&sections=0&showHidden=false&q=');\nwindow.TGAMLS.addHandlers();\n});\n(function( root ){\nif ( !root.TGAMD ) return;\nif ( TGAMD.user.is.premium ) {\n$('.js-masthead-subscribe-button').remove();\n}\n})( this );\n$(document).ready(function() {\nvar _gigya_sb = new ShareBar({\nuserMessage: \"\",\ntitle: \"Final manoeuvre of AirAsia flight raises questions over flying in storms\",\nlink: \"http://www.theglobeandmail.com/news/world/airasia-search/article22224253/\",\ndesc: \"Flight data show pilots attempted to fly over tropical storm instead of around, despite normal procedure\",\nlinktext: \"Read this on The Globe and Mail\",\nimage: \"http://static.theglobeandmail.ca/4e8/multimedia/camera-club/in-photos/article22232497.ece/ALTERNATES/w220/web-dip29nw1.JPG\"\n});\n_gigya_sb.init();\n});\n(function(p) {\nvar cfg = {\npersist: false,\ntxt:'Try Globe Unlimited - 1 month for just 99&cent;',\nurl:'https://sec.theglobeandmail.com/subscription/',\nbuttonTxt:'See my options!',\nadvPencil: true,\nadvSponsorship: true,\nadvRemovePencil: typeof advRemovePencil == 'undefined' ? false : true,\nadvStopPencil: typeof advStopPencil == 'undefined' ? false : true\n};\np.init(cfg);\n})( TGAMD.pencilAd );\n$(document).ready(function($) {\n$('.lt_track').each(function(index) {\n$(this).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e, elm) {\nvar $link = $(this);\n$link.on(\"click\", { link: $link }, clickTrack);\n});\n});\n});\nfunction clickTrack(e) {\n//e.preventDefault();\nvar $clickedLink = e.data.link;\nvar title = $.trim($clickedLink.text());\nvar name = $.trim($clickedLink.attr('name'));\nvar ltTitle = \"_\"+title.toLowerCase();\nvar clk, nam, artId;\nvar namAttr = name.slice(3);\nvar gaqIndex = name.replace('lt_', '');\nvar ltview = $.trim($clickedLink.attr('ltview'));\nvar ltname = $.trim($clickedLink.attr('ltname'));\nvar dltname = ltname.replace(/'/g, \"\\'\");\nvar dname = dltname.replace(/_/g, \" \");\nif ($clickedLink.attr('href') != undefined && $clickedLink.attr('href').substring(1, 0) != \"#\") {\nvar urlArr = $clickedLink.attr('href').split(\"/\");\n$.each(urlArr, function(o, no) {\nif (no.indexOf(\"article\") != -1) { artId = no.replace('article', ''); }\n});\n}\nif (artId == undefined && ltview != 'feature') {\nif (ltview == 'topbar' || dname == 'growl' || dname == 'paywall' || dname == 'upsellFooter') {\nclk = \"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\" + namAttr + \"';s.prop39='\" + dname + \"';s.eVar34='\" + namAttr + \"';s.eVar35='\" + dname + \"';s.tl(this,'o','\" + namAttr + \"');\";\nnam = \"&lpos=\" + dname + \"&lid=\" + namAttr;\n} else {\nclk = \"s_objectID='\" + dltname + \"|\" + namAttr.toLowerCase() + \":\" + ltTitle + \"'\";\nnam = \"&lpos=\" + dname + \"&lid=\" + namAttr + \":\" + title;\n}\n} else {\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-world'+'-'+dname +'-'+ ltview + '&lid='+namAttr;\n}\n$clickedLink.attr('name',nam);\neval(clk);\n}\nvar clientDT = new Date().getTime();\ndocument.write('<img style=\"display:none;\" src=\"http://ece5stats1.theglobeandmail.com/analysis-logger/Logger?rt=1&ctxId=153&pubId=8&cat=&meta=read-news&objId=22224253&type=article&title=Final+manoeuvre+of+AirAsia+flight+raises+questions+over+flying+in+storms&url=http%3a%2f%2fwww.theglobeandmail.com%2fnews%2fworld%2fairasia-search%2farticle22224253%2f&amp;clientDT=' + clientDT + '\" alt=\"\" width=\"1\" height=\"1\"/>');\n</script>\n</div><!-- /#page -->\n<div id=\"text-modal\" class=\"modal\">\n<div class=\"modal-header\">\n<a class=\"close\" data-dismiss=\"modal\">x</a>\n<h3>Customize your reading font</h3>\n<div id=\"fontsizes\">\n<a rel=\"fontxsmall\" class=\"btn btn_light\">XS</a>\n<a rel=\"fontsmall\" class=\"btn btn_light\">S</a>\n<a rel=\"fontmedium\" class=\"btn btn_light\">M</a>\n<a rel=\"fontlarge\" class=\"btn btn_light\">L</a>\n<a rel=\"fontxlarge\" class=\"btn btn_light\">XL</a>\n</div>\n</div>\n<div class=\"modal-body\">\n<a class=\"simplesans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"sans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"fancysans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"serif\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"fancyserif\">The quick brown fox jumps over the lazy dog</a>\n</div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/theglobeandmail.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]><html lang=\"en-ca\" class=\"ie6 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 7]><html lang=\"en-ca\" class=\"ie7 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 8]><html lang=\"en-ca\" class=\"ie8 ltie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if IE 9 ]><html lang=\"en-ca\" class=\"ie9\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" ><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!-->\n<html lang=\"en-ca\" xmlns:fb=\"http://www.facebook.com/2008/fbml\"><!--<![endif]-->\n<head>\n<title>Oil prices and interest rates: What to watch in 2015 - The Globe and Mail</title>\n<link rel=\"dns-prefetch\" href=\"http://static.theglobeandmail.ca\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n<meta http-equiv=\"expires\" content=\"0\">\n<meta http-equiv=\"pragma\" content=\"no-cache\">\n<meta http-equiv=\"window-target\" content=\"_top\">\n<meta http-equiv=\"Content-Language\" content=\"en-ca\">\n<meta name=\"identifier-URL\" content=\"http://www.theglobeandmail.com\">\n<meta name=\"viewport\" content=\"width=device-width\">\n<meta name=\"location\" content=\"Canada\">\n<meta name=\"robots\" content=\"noarchive\">\n<meta name=\"website\" content=\"http://www.theglobeandmail.com\">\n<meta name=\"application-artifactId\" content=\"gam-webapp\">\n<meta name=\"application-version\" content=\"14.0.138\">\n<meta name=\"application-contextName\" content=\"globeandmail\">\n<meta name=\"last-modified\" content=\"2014-12-29 07:21:15 EST\">\n<meta name=\"description\" content=\"Globe and Mail economics reporter David Parkinson asks four notable economists to share their views on the key issue that will grab their attention in the new year\">\n<meta name=\"keywords\" content=\"Royal Bank of Canada;oil;economy;commodity;oil prices;interest rates;euro zone;economics reporter;global economy;Canadian dollar;foreign debt;diversified commodity economies;interest rate response;economic activity picks;chief economist;global monetary policy;world commodity prices;Russia;Japan;China;Canada;United Kingdom;Europe;India;United States of America;Putin;Energy;\">\n<meta name=\"article:id\" content=\"22233509\"/>\n<meta name=\"article:type\" content=\"column\"/>\n<meta name=\"article:comments\" content=\"false\"/>\n<meta name=\"article:engagement\" content=\"true\"/>\n<meta name=\"article:pages\" content=\"1\"/>\n<meta name=\"article:onpage\" content=\"1\"/>\n<meta property=\"fb:app_id\" content=\"126045934076200\">\n<meta property=\"og:site_name\" content=\"The Globe and Mail\">\n<meta property=\"og:title\" content=\"Oil prices and interest rates: What to watch in 2015\">\n<meta property=\"og:url\" content=\"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/\">\n<meta property=\"og:description\" content=\"Globe and Mail economics reporter David Parkinson asks four notable economists to share their views on the key issue that will grab their attention in the new year\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:image\" content=\"http://static.theglobeandmail.ca/632/report-on-business/international-business/article22233508.ece/ALTERNATES/w620/global-economy29rb1.JPG\">\n<meta property=\"twitter:account_id\" content=\"1512948019\"/>\n<meta property=\"vr:type\" content=\"column\"/>\n<meta name=\"apple-itunes-app\" content=\"app-id=429228415\">\n<!--[if IE]><meta http-equiv=\"imagetoolbar\" content=\"no\"><![endif]-->\n<!--[if gt IE 8]>\n<meta name=\"application-name\" content=\"The Globe and Mail\">\n<meta name=\"msapplication-tooltip\" content=\"See the latest news from The Globe and Mail\">\n<meta name=\"msapplication-starturl\" content=\"http://www.theglobeandmail.com/\">\n<meta name=\"msapplication-navbutton-color\" content=\"#FF0000\">\n<meta name=\"msapplication-task\" content=\"name=Read the latest news;action-uri=http://www.theglobeandmail.com/;icon-uri=http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Check your investments;action-uri=http://www.theglobeandmail.com/globe-investor/my-watchlist/;icon-uri=http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Ask a health expert;action-uri=http://www.theglobeandmail.com/life/health-and-fitness/ask-a-health-expert/;icon-uri=http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=See the editorial cartoons;action-uri=http://www.theglobeandmail.com/globe-debate/;icon-uri=http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<meta name=\"msapplication-task\" content=\"name=Do a puzzle or crossword;action-uri=http://www.theglobeandmail.com/puzzles-and-crosswords/;icon-uri=http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<![endif]-->\n<link rel=\"canonical\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/\"/>\n<link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/?service=mobile\"/>\n<link rel=\"publisher\" href=\"https://plus.google.com/+globeandmail\"/>\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://beta.images.theglobeandmail.com/media/www/images/flag/favicon.ico\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" media=\"screen and (-webkit-min-resolution: 132ppi) and (-webkit-max-resolution: 163ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@1x.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" media=\"screen and (-webkit-resolution: 326ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@2x.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" media=\"screen and (-webkit-resolution: 264ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@2x.152.png\">\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"180x180\" media=\"screen and (-webkit-resolution: 401ppi)\" href=\"http://beta.images.theglobeandmail.com/media/mobile/images/apple@3x.png\">\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://beta.images.theglobeandmail.com/bundle-css/gzip_1980225592/www-css-core.css\" />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://beta.images.theglobeandmail.com/bundle-css/gzip_950390854/www-css-composite-article.css\" />\n<link rel=\"stylesheet\" href=\"http://beta.images.theglobeandmail.com/media/www/css/article/print.css\" media=\"print\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"International Business RSS feed - The Globe and Mail\"\nhref=\"http://www.theglobeandmail.com/report-on-business/international-business/?service=rss\"/>\n<script>\nvar $g_conf = {\npublicationUrl : 'http://www.theglobeandmail.com/',\nmediaUrl:'http://beta.images.theglobeandmail.com',\nwatchlistUrl: 'http://www.theglobeandmail.com/globe-investor/my-watchlist/',\nsecurePubUrl: 'https://sec.theglobeandmail.com',\nsecureMediaUrl: 'https://sec.images.theglobeandmail.com',\nmct: [\"news\",\"blog\",\"column\",\"csv\",\"poll\",\"recipe\",\"review\",\"textgallery\",\"audioarticle\",\"infographic\",\"embeddable\",\"asf\"],\nexmct: 'picture,media,embeddable,video,vmevideo,videobinary,gallery,textgallery,infographic,audioarticle,link,audio,factbox',\nservicesHost: 'gamservices.theglobeandmail.com',\nstocks: {\nsummary: {name:'Stock Quote',uniquename:'stocksummary',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/summary/'},\nnews: {name:'News',uniquename:'stocknews',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/news/'},\nchart: {name:'Chart',uniquename:'stockchart',url:'http://www.theglobeandmail.com/globe-investor/markets/stocks/chart/'}\n},\nfunds: {\nsummary: {name:'Fund Quote',uniquename:'fundsummary',url:'http://www.theglobeandmail.com/globe-investor/funds-and-etfs/funds/summary/'}\n},\nindexes: {\nsummary: {name:'Index Quote',uniquename:'indexsummary',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/summary/'},\nnews: {name:'News',uniquename:'indexnews',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/news/'},\nchart: {name:'Chart',uniquename:'indexchart',url:'http://www.theglobeandmail.com/globe-investor/markets/indexes/chart/'}\n}\n};\n$g_conf.current = { articleId: \"22233509\", sectionId: \"546\" };\nvar adv = {\n__config: {\nasync: false,\nmode: 'page',\nmobi: false\n}\n};\n</script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_1266348726/www-js-core.js\" ></script>\n<script src='http://beta.images.theglobeandmail.com/media/www/js/plugins/media.voice.js'></script>\n<script class=\"kxct\" data-id=\"I3G0xgk0\" data-timing=\"async\" data-version=\"1.9\">\nwindow.Krux || (( Krux=function(){ Krux.q.push(arguments)}).q=[] );\nutil.loadScript(\"cdn.krxd.net/controltag?confid=I3G0xgk0\", true, \"krux-plugin\");\n</script>\n<script>\nfunction retrieve(n){\nvar m, k='kx'+n;\nif (window.localStorage) {\nreturn window.localStorage[k] || \"\";\n} else if (navigator.cookieEnabled) {\nm = document.cookie.match(k+'=([^;]*)');\nreturn (m && unescape(m[1])) || \"\";\n} else {\nreturn '';\n}\n}\nKrux.user = retrieve('user');\nKrux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];\nvar dfpp = [];\nif (Krux.user) {\ndfpp.push('kuid=' + Krux.user);\n}\nfor (var i = 0; i < Krux.segments.length; i++ ) {\ndfpp.push('ksg=' + Krux.segments[i]);\n}\nKrux.dfppKeyValues = dfpp.length ? dfpp.join(';') + ';' : '';\n</script>\n<script>\n(function(u){\nu.set({referrer:'',\nlang:'',\ncountry:'',\nguid:'',\npostal:'',\nwatchlist:'',\nprizm:''});\n})(TGAMD.user);\n</script>\n\n<script>\nadv.site = \"theglobeandmail.com\";\nadv.vertical = \"business\";\nadv.region = \"\";\nadv.zone = \"internationalbusiness\";\nadv.crumb = \"-pubRoot-business-internationalbusiness-article\";\nadv.loc = \"art\";\nadv.adpg = \"internationalbusiness\";\nadv.reg.postal = TGAMD.user.get('postal');\nadv.reg.watchlist = TGAMD.user.get('watchlist');\nadv.reg.pz = TGAMD.user.get('prizm');\nif ($g.getCookie(\"BRIEFCASE_VIEW\") != null) {\nadv.reg.dv = $g.getCookie(\"BRIEFCASE_VIEW\") == \"hidden\" ? '0' : '1';\n}\nadv.reg.cg = TGAMD.user.get('role');\nvar _ls = util.getStoredValue('gmn_lsec');\nif (typeof _ls === 'undefined') {\n_ls = \"internationalbusiness\";\n}\nadv.lastSection = _ls;\nadv.art = {};\nadv.art.headline = \"Oil prices and interest rates: What to watch in 2015\";\nadv.art.id = \"22233509\";\nadv.art.sections = \"business,economy,globeinvestor,energyandresources,internationalbusiness,home\";\nadv.art.topics = \"United Kingdom,Japan,Europe,Russia,United States of America,China,Energy,Canada,India\";\nadv.art.keywords = \"Royal Bank of Canada;oil;economy;commodity;oil prices;interest rates;euro zone;economics reporter;global economy;Canadian dollar;foreign debt;diversified commodity economies;interest rate response;economic activity picks;chief economist;global monetary policy;world commodity prices;Russia;Japan;China;Canada;United Kingdom;Europe;India;United States of America;Putin;Energy;\";\nadv.art.byline = \"David Parkinson\";\nadv.art.sectionsHier = \"business,business:economy,globeinvestor,business:industrynews:energyandresources,business:internationalbusiness,homepage\";\nadv.art.credit = \"globe and mail update\";\nadv.art.type = \"column\";\n</script>\n</head>\n<body id=\"default_layout\" class=\"business\">\n<div id=\"page\">\n<div id=\"adv_ldbd_top\">\n<div class=\"widget_ad ldbd\" id=\"ldbd-art-1\">\n<script>\naPs=\"ldbd\";\nvar ldbdAC=fnTkt('a'+'ai',728,90,ai,'j',nc);\ndocument.write(ldbdAC);\n</script>\n</div>\n</div>\n<header id=\"masthead\">\n<a id=\"gohome\" onclick=\"s_objectID='global_navigation|gam_logo_home';\" name=\"&lpos=Global Navigation&lid=GAM Logo Home\" title=\"Go to the Globe and Mail homepage\" href=\"http://www.theglobeandmail.com/\">\n<img src=\"http://beta.images.theglobeandmail.com/media/www/images/flag/gam-masthead.png\" title=\"Go to the Globe and Mail homepage\" alt=\"Go to the Globe and Mail homepage\" width=\"306px\" height=\"38px\" />\n</a>\n<p class=\"access\"><a href=\"#primary_nav\">Jump to main navigation</a><a href=\"#content\">Jump to main content</a></p>\n<div id=\"global_search\">\n<ul>\n<li class=\"title\">Search:</li>\n<li><a href=\"#sNews_masthead\" rel=\"search\" class=\"state_current\">News &amp; Quotes</a></li>\n<li class=\"last\"><a href=\"#sJobs_masthead\" rel=\"search\">Jobs</a></li>\n</ul>\n<div id=\"sNews_masthead\" class=\"state_show\">\n<form id=\"searchForm_gam_masthead\" class=\"live_search\" method=\"get\" action=\"http://www.theglobeandmail.com/search/\">\n<fieldset>\n<legend>News Search</legend>\n<label for=\"news_search_masthead\">News</label>\n<input type=\"search\" autosave=\"news_searchsave_masthead\" results=\"5\" autocomplete=\"off\" id=\"news_search_masthead\" name=\"q\" placeholder=\"Enter a term, stock symbol or company name\" onkeypress=\"return event.keyCode!=13\" />\n<input type=\"submit\" value=\"Search\" class=\"btn btn_light\" />\n</fieldset>\n</form>\n<dl id=\"menu_popup\"></dl>\n</div>\n<div id=\"sJobs_masthead\">\n<div class=\"provider\">by <a href=\"http://www.eluta.ca\">eluta.ca</a></div>\n<form onsubmit=\"elutaValidateHeader()\" id=\"searchJobs_masthead\" method=\"get\" action=\"http://www.eluta.ca/search\">\n<fieldset>\n<legend>Search Jobs at eluta.ca</legend>\n<label for=\"jobsInput_masthead\">Jobs</label>\n<input type=\"hidden\" value=\"si\" name=\"type\">\n<input type=\"hidden\" value=\"7\" name=\"advanced\">\n<input type=\"text\" placeholder=\"Enter job\" class=\"two_search\" id=\"jobsInput_masthead\" name=\"q\" />\n<input type=\"text\" placeholder=\"Enter location\" class=\"two_search\" id=\"locationInput_masthead\" name=\"l\" />\n<input type=\"submit\" value=\"Search\" class=\"btn btn_light\" />\n</fieldset>\n</form>\n</div>\n</div>\n<div id=\"global_utility\">\n<div id=\"util_user_account\">\n<a onclick=\"s_objectID='global_navigation|login';\" name=\"&amp;lpos=Global Navigation&amp;lid=Login\" rel=\"login\" href=\"https://sec.theglobeandmail.com/login/\" target=\"_top\">Login</a>\n</div>\n<div id=\"util_user_action\">\n<a onclick=\"s_objectID='global_navigation|register';\" name=\"&amp;lpos=Global Navigation&amp;lid=Register\" href=\"https://sec.theglobeandmail.com/register/\" rel=\"\" target=\"_top\">Register</a>\n</div>\n<div id=\"util_weather\">\n<a href=\"http://www.theglobeandmail.com/weather/?locationid=\" id=\"weather-icon\" title=\"Globe and Mail Weather\" name=\"&amp;lpos=Global Navigation&amp;lid=Weather Logo\" onclick=\"s_objectID='global_navigation|weather_logo';\"></a>\n<ul id=\"weather_list\"></ul>\n<div id=\"weather-info2\" style=\"display:none;\">\n<a onclick=\"s_objectID='global_navigation|weather_logo';\" name=\"&amp;lpos=Global Navigation&amp;lid=Weather Logo\" title=\"View full forecast for Toronto\" id=\"weather-icon\" href=\"http://www.theglobeandmail.com/weather/?locationid=CAON0696\" class=\"selected-weather\"><img src=\"http://beta.images.theglobeandmail.com/media/mobile/images/weather/20/b.png\"><span class=\"temp serif large\">18</span><span class=\"degrees\">&nbsp;</span></a>\n<a title=\"Toronto\" class=\"weather-select closed weather-control\" id=\"select-city\" href=\"http://www.theglobeandmail.com/weather/?locationid=CAON0696\">Toronto</a>\n</div>\n</div>\n</div>\n<script type=\"text/javascript\">$g_user.renderMastLinks();</script>\n<div id=\"util_user_tools\">\n<a class=\"btn btn_hifi js-masthead-subscribe-button\" href=\"http://www.theglobeandmail.com/globeproducts/globe-subscriptions/\">Subscribe</a>\n<a class=\"btn btn_light\" onclick=\"s_objectID='global_navigation|help';\" name=\"&amp;lpos=Global Navigation&amp;lid=Help\" href=\"http://www.theglobeandmail.com/help/\">Help</a>\n</div>\n</header>\n<nav id=\"primary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.1:_home'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.1:Home\" href=\"http://www.theglobeandmail.com/\" >\n<span class=\"mk bg\"></span> Home\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.2:_news'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.2:News\" href=\"http://www.theglobeandmail.com/news/\" >\n<span class=\"mk bgnews\"></span> News\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.3:_opinion'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.3:Opinion\" href=\"http://www.theglobeandmail.com/globe-debate/\" >\n<span class=\"mk bgcommentary\"></span> Opinion\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.4:_business'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.4:Business\" href=\"http://www.theglobeandmail.com/report-on-business/\" class=\"selected\">\n<span class=\"hg\">\n<span class=\"mk bgbusiness\"></span> Business\n</span>\n</a>\n<span class=\"arrowUp\"></span>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.5:_investing'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.5:Investing\" href=\"http://www.theglobeandmail.com/globe-investor/\" >\n<span class=\"mk bgglobeinvestor\"></span> Investing\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.6:_sports'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.6:Sports\" href=\"http://www.theglobeandmail.com/sports/\" >\n<span class=\"mk bgsports\"></span> Sports\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.7:_life'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.7:Life\" href=\"http://www.theglobeandmail.com/life/\" >\n<span class=\"mk bglife\"></span> Life\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.8:_arts'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.8:Arts\" href=\"http://www.theglobeandmail.com/arts/\" >\n<span class=\"mk bgarts\"></span> Arts\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.9:_technology'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.9:Technology\" href=\"http://www.theglobeandmail.com/technology/\" >\n<span class=\"mk bgtechnology\"></span> Technology\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.10:_drive'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.10:Drive\" href=\"http://www.theglobeandmail.com/globe-drive/\" >\n<span class=\"mk bgglobedrive\"></span> Drive\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t1.11:_video'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T1.11:Video\" href=\"http://www.theglobeandmail.com/video/\" >\n<span class=\"mk bgvideo\"></span> Video\n</a>\n</li>\n</ul>\n</nav>\n<nav id=\"secondary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.1:_streetwise'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.1:Streetwise\" href=\"http://www.theglobeandmail.com/report-on-business/streetwise/\"\nclass=\"\">\nStreetwise\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.2:_economy'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.2:Economy\" href=\"http://www.theglobeandmail.com/report-on-business/economy/\"\nclass=\"\">\nEconomy\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.3:_international'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.3:International\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/\"\nclass=\"selected\">\nInternational\n</a>\n<span class=\"arrow arrowUp\"></span>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.4:_industry news'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.4:Industry News\" href=\"http://www.theglobeandmail.com/report-on-business/industry-news/\"\nclass=\"\">\nIndustry News\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.5:_small business'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.5:Small Business\" href=\"http://www.theglobeandmail.com/report-on-business/small-business/\"\nclass=\"\">\nSmall Business\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.6:_commentary'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.6:Commentary\" href=\"http://www.theglobeandmail.com/report-on-business/rob-commentary/\"\nclass=\"\">\nCommentary\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.7:_careers'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.7:Careers\" href=\"http://www.theglobeandmail.com/report-on-business/careers/\"\nclass=\"\">\nCareers\n</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t2.8:_magazine'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T2.8:Magazine\" href=\"http://www.theglobeandmail.com/report-on-business/rob-magazine/\"\nclass=\"\">\nMagazine\n</a>\n</li>\n</ul>\n</nav>\n<nav id=\"tertiary_nav\">\n<ul>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.1:_u.s.'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.1:U.S.\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/us-business/\" >U.S.</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.2:_europe'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.2:Europe\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/european-business/\" >Europe</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.3:_asia pacific'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.3:Asia Pacific\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/asian-pacific-business/\" >Asia Pacific</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.4:_latin america'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.4:Latin America\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/latin-american-business/\" >Latin America</a>\n</li>\n<li>\n<a onclick=\"s_objectID='global_navigation_header|t3.5:_africa & mideast'\" name=\"&amp;lpos=Global Navigation Header&amp;lid=T3.5:Africa & Mideast\" href=\"http://www.theglobeandmail.com/report-on-business/international-business/african-and-mideast-business/\" >Africa & Mideast</a>\n</li>\n</ul>\n</nav>\n<div id=\"attic\">\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/\">Home</a>&#187;</li>\n<li><a href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a>&#187;</li>\n<li><a href=\"http://www.theglobeandmail.com/report-on-business/international-business/\">International Business</a></li>\n</ul>\n</div><!-- /#attic -->\n<div class=\"top_full_width\">\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n</div><!-- /.full width content top -->\n<div id=\"content\" class=\"content--art \">\n<div class=\"primary s8of12\"><!-- main content -->\n<article class=\"hentry entry-type-column\">\n<header>\n<figure class=\"size_w220\">\n<img src=\"http://static.theglobeandmail.ca/6f7/report-on-business/international-business/article22233508.ece/ALTERNATES/w220/global-economy29rb1.JPG\"\nwidth=\"220\"\nheight=\"124\"\nalt=\"Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects. (Sondeep Shankar)\"\nclass=\"modal_trigger\"\ntitle=\"Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects. (Sondeep Shankar)\"\nunique-id=\"1460_1\"\ndata-toggle=\"modal\"\ndata-target=\"#modal_1460_1\"/>\n<figcaption>Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects. (Sondeep Shankar)</figcaption>\n<a href=\"#\" title=\"Enlarge this image\" class=\"enlarge modal_trigger\" data-toggle=\"modal\"\ndata-target=\"#modal_1460_1\"\nunique-id=\"1460_1\"></a>\n</figure>\n<div class=\"modal_target\" data-style=\"modal_imgspotlight\"\nid=\"target_1460_1\">\n<div class=\"modal-body-data\">\n<img src=\"\"\ndata-src=\"http://static.theglobeandmail.ca/632/report-on-business/international-business/article22233508.ece/ALTERNATES/w620/global-economy29rb1.JPG\"\nwidth=\"620\"\nheight=\"349\"\nalt=\"Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects. (Sondeep Shankar)\"\nclass=\"modal_img \"\ntitle=\"Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects. (Sondeep Shankar)\"/>\n</div>\n<header></header>\n<footer>Global monetary policy is expected to loosen in the new year, driving up prices for precious metals and improving mining prospects.<br>(Sondeep Shankar)</footer>\n</div>\n<div class=\"head_titles\">\n<h1 class=\"entry-title\" title=\"Globe and Mail economics reporter David Parkinson asks four notable economists to share their views on the key issue that will grab their attention in the new year\">\nOil prices and interest rates: What to watch in 2015\n<a href=\"#\" class=\"addtowatchlist add awl-article\" title=\"Add to ...\" rel=\"\"\nid=\"atwlArticleTitle\">Add to ...</a>\n</h1>\n<div class=\"entry-meta\">\n<p class=\"byline author vcard\">\nDavid Parkinson\n</p>\n<p class=\"creditline source-org vcard\">\nThe Globe and Mail</p>\n<div class=\"dateline\">\n<p>Published\n<time datetime=\"2014-00-29T23:12:27Z\"\npubdate>Monday, Dec. 29 2014, 6:00 PM EST</time>\n</p>\n<p>Last updated\n<time class=\"updated\" datetime=\"2014-21-30T00:12:15Z\"\npubdate>Monday, Dec. 29 2014, 7:21 PM EST</time>\n</p>\n</div>\n</div>\n</div>\n</header>\n<div class=\"entry-content fontsmall simplesans\">\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n<div class=\"story_tools clearfix\">\n<ul class=\"share_tools\">\n<li class=\"article__comments article__comments--top\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/comments/\" class=\"article__comments-count\" title=\"Go to the comments page\">Comments</a>\n</li>\n<li>\n<div id=\"tgamShareBar\"></div>\n</li>\n<li class=\"article_print_tool\">\n<span\nclass=\"icon_article icon_article_print icon_article_print_gigya icon_article_print_move\"\nalt=\"License\"></span><span class=\"icon_article_print_text\"><a href=\"http://license.icopyright.net/g2/3.8425?icx_id=22233509\"\ntarget=\"_blank\"\ntitle=\"Print this page\">Print</a> /<br><a\nhref=\"http://license.icopyright.net/3.8425?icx_id=22233509\" target=\"_blank\" title=\"License this story\">License</a></span>\n</li>\n<li id=\"article_text_tool\">\n<a href=\"#\" class=\"typetrigger btn btn_light\"><span>A</span>A</a>\n</li>\n</ul>\n</div>\n<div class=\"x140x460 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_ad tile\" id=\"tile1\">\n<script>\naPs=\"t1\";\nvar t1AC=fnTkt('a'+'ai',120,240,ai,'j',nc);\ndocument.write(t1AC);\n</script>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<p>Oil. Russia. Interest rates. The United States. Europe. Commodities. China. Trade. Japan. The global economy enters 2015 with a lot on its mind, and a long list of competing storylines set to develop as the year progresses. Here, four notable economists share their views on the key issue that will grab their attention in 2015 – and how it might unfold, for better or worse.</p>\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n<div class=\"entry-related lt1484 \">\n<h4>More Related to this Story</h4>\n<ul>\n<li class=\"first\" >\n<p>\n<a href=\"http://www.theglobeandmail.com/report-on-business/rob-commentary/rob-insight/lets-look-on-the-bright-side-of-the-canadian-global-economy/article22207825/\" name=\"lt_Headline.1\">\nLet’s look on the bright side of the Canadian, global economy\n</a>\n</p>\n</li>\n<li >\n<p>\n<a href=\"http://www.theglobeandmail.com/report-on-business/bracing-for-a-year-of-retail-uncertainty/article22213609/\" name=\"lt_Headline.2\">\nThe year of uncertainty: Retailers brace for a rocky 2015\n</a>\n</p>\n</li>\n<li >\n<p>\n<a href=\"http://www.theglobeandmail.com/report-on-business/economy/bad-ideas-catching-up-with-latin-america-in-2015/article22231995/\" name=\"lt_Headline.3\">\n<span class=\"linklabel\">BREAKINGVIEWS</span>\nBad ideas catching up with Latin America in 2015\n</a>\n</p>\n</li>\n</ul>\n</div>\n<aside class=\"entry-sidebar lt1482 s2of12\">\n<div>\n<figure>\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-som-seifs-investing-outlook-for-2015/article22190841/\" title=\"Video: Investing outlook for 2015 from Purpose Investments&#039; Som Seif\" name=\"lt_Picture.1\">\n<img src=\"http://static.theglobeandmail.ca/c21/report-on-business/rob-commentary/rob-insight/article22015374.ece/ALTERNATES/w140/bay-towers.JPG\"\nwidth=\"140\"\nheight=\"78\"\nalt=\"With opportunities for revenue growth becoming increasingly squeezed, Canada’s big banks are focusing more on their wealth management divisions.\"\ntitle=\"With opportunities for revenue growth becoming increasingly squeezed, Canada’s big banks are focusing more on their wealth management divisions.\"\ndata-enlarge=\"http://www.theglobeandmail.com/report-on-business/rob-commentary/rob-insight/article22015374.ece/BINARY/original/bay-towers.JPG\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<figcaption>With opportunities for revenue growth becoming increasingly squeezed, Canada’s big banks are focusing more on their wealth management divisions.\n<span class=\"credit\">The Globe and Mail</span></figcaption>\n</figure>\n<h6 class=\"art-label\">Investing</h6>\n<h5 class=\"articleTitle articleTitle--default\"><a href=\"http://www.theglobeandmail.com/report-on-business/video/video-som-seifs-investing-outlook-for-2015/article22190841/\" title=\"Video: Investing outlook for 2015 from Purpose Investments&#039; Som Seif\" name=\"lt_Headline.1\">Video: Investing outlook for 2015 from Purpose Investments&#039; Som Seif</a></h5>\n</div>\n<div>\n<figure>\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-investors-to-watch-abenomics-closely-in-2015/article22175130/\" title=\"Video: Investors to watch Abenomics closely in 2015\" name=\"lt_Picture.2\">\n<img src=\"http://static.theglobeandmail.ca/cbb/report-on-business/international-business/asian-pacific-business/article21841276.ece/ALTERNATES/w140/SIN101-JAPAN-ELECTION+HINTE.JPG\"\nwidth=\"140\"\nheight=\"78\"\nalt=\"The ratings cut comes less than two weeks before Japanese Prime Minister Shinzo Abe seeks re-election at a snap poll where his stimulus policies and a decision to delay a second sales tax hike will be among key.\"\ntitle=\"The ratings cut comes less than two weeks before Japanese Prime Minister Shinzo Abe seeks re-election at a snap poll where his stimulus policies and a decision to delay a second sales tax hike will be among key.\"\ndata-enlarge=\"http://www.theglobeandmail.com/report-on-business/international-business/asian-pacific-business/article21841276.ece/BINARY/original/SIN101-JAPAN-ELECTION+HINTE.JPG\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<figcaption>The ratings cut comes less than two weeks before Japanese Prime Minister Shinzo Abe seeks re-election at a snap poll where his stimulus policies and a decision to delay a second sales tax hike will be among key.\n<span class=\"credit\">REUTERS</span></figcaption>\n</figure>\n<h6 class=\"art-label\">economy</h6>\n<h5 class=\"articleTitle articleTitle--default\"><a href=\"http://www.theglobeandmail.com/report-on-business/video/video-investors-to-watch-abenomics-closely-in-2015/article22175130/\" title=\"Video: Investors to watch Abenomics closely in 2015\" name=\"lt_Headline.2\">Video: Investors to watch Abenomics closely in 2015</a></h5>\n</div>\n<div>\n<figure>\n<a href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/the-globes-stars-and-dogs-of-2014/article22212967/?from=22233509\" title=\"The Globe’s stars and dogs of 2014\" name=\"lt_Picture.3\">\n<img src=\"http://static.theglobeandmail.ca/1ae/incoming/article870328.ece/ALTERNATES/w140/ugly+dog+for+stars+and+dogs\"\nwidth=\"140\"\nheight=\"78\"\nalt=\"\"\ntitle=\"\"\ndata-enlarge=\"http://www.theglobeandmail.com/incoming/article870328.ece/BINARY/original/ugly+dog+for+stars+and+dogs\">\n</a>\n<figcaption></figcaption>\n</figure>\n<h6 class=\"art-label\">Multimedia</h6>\n<h5 class=\"articleTitle articleTitle--default\"><a href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/the-globes-stars-and-dogs-of-2014/article22212967/?from=22233509\" title=\"The Globe’s stars and dogs of 2014\" name=\"lt_Headline.3\">The Globe’s stars and dogs of 2014</a></h5>\n</div>\n</aside>\n<p><strong>Eric Lascelles</strong></p><p><strong>Chief economist, RBC Global Asset Management – Toronto</strong></p><p>Collapsing oil prices are poised to reverberate across 2015. If current pricing sticks, global producers will lose over a trillion dollars in annual profits, crimping their investment intentions and impairing their ability to pay dividends and debts.</p><p>Oil-exporting nations – Canada among them – naturally suffer, with the greatest agony reserved for emerging-market members who must perversely raise interest rates to halt capital flight and combat ballooning U.S.-denominated debt loads.</p><p>Desperate times lead to desperate measures, meaning Russia and the Middle East must be watched with an eagle eye next year.</p><p>However, let us not lose sight of the bigger picture. Oil’s extreme dislocation should partially unwind in 2015. After all, oil supply outpaces demand by a mere 2 per cent. There is no need for extreme cutbacks, especially if demand grows as enthusiastically as our models indicate.</p><p>For that matter, the global economy actually likes low oil prices. For all of the bellyaching, every dollar lost by oil producers is more than recovered across a diffuse set of oil consumers. Indeed, the combination of low oil prices, low bond yields and weakening exchange rates should help revive the moribund European and Japanese economies. This could prove to be the most lasting consequence of oil’s not-so-excellent adventure.</p><p><strong>Julian Jessop</strong></p><p><strong>Chief global economist, Capital Economics – London</strong></p><p>The year 2014 closed with a focus on the oil price, but developments in other commodity markets will also be worth watching in 2015. The knock-on effects could work in either direction.</p><p>We expect the price of oil to remain low. As energy is an important cost in the production and transportation of other commodities, this is one reason to expect price pressures more generally to be weak.</p><p>Nonetheless, most countries – and the world as a whole – should be better off as a result of lower oil prices, notably China and India. Of the advanced economies, Japan is the biggest winner, but there should also be sizable boosts to the U.S., euro zone and Britain. The upshot is that cheaper oil should support a rebound in the prices of industrial metals as economic activity picks up.</p><p>What’s more, China and India are the two largest markets for gold. While inflation will be lower as a result of the fall in oil prices, global monetary policy is also likely to be looser for longer. We, therefore, expect base and precious metals prices to do well in 2015, improving the prospects for miners and the more diversified commodity economies.</p><p><strong>Christopher Ragan</strong></p><p><strong>Professor of economics, McGill University – Montreal</strong></p><p>What should we expect from the world of central banking in 2015? I see two major forces.</p><p>First, given that real gross domestic product in the euro zone is still 2 per cent below the 2008 level, there’s a pretty clear economic case for more fiscal and monetary stimulus. On the other hand, the political forces in opposition to such actions continue to be massive. My best guess for 2015 is that the euro zone will continue to muddle through, without much new stimulus of any kind.</p><p>Meanwhile, the United States is showing ever-more promising signs of an economic renaissance. The Federal Reserve’s balance sheet has stopped its expansion, and most observers think that policy interest rates will begin their ascent in 2015. While such rate increases may wreak havoc on financial markets for a while, their existence will be a positive sign for the United States and for the world.</p><p>These different economic scenarios suggest that the U.S. dollar will be strengthening against the euro. How the Canadian dollar fares in such a situation is unclear, although the single best predictor for the Canadian dollar is still the path of world commodity prices – which is pretty much anybody’s guess.</p><p><strong>Carl Weinberg</strong></p><p><strong>Chief economist, High Frequency Economics – Valhalla, N.Y.</strong></p><p>My biggest worry for 2015 is of a default by Russia on its foreign debt. Vladimir Putin could intentionally renege on his foreign debt obligations – an Argentine approach – or Russia could just run out of liquid foreign-exchange assets. Russia owes $670-billion (U.S.) to foreigners. No one is sure who owns it all. Most of it likely is not in the hands of banks. We should remember that LTCM [Long-Term Capital Management] in the U.S. was not a bank, but its failure did a lot of damage to the financial system.</p><p>I am also waiting to see if an anti-austerity government comes to power in Greece and defaults on its debts to EFSF, the IMF and Euroland governments. EFSF has sold €180-billion ($254-billion Canadian) in bonds, backed largely by loans to Greece. In the worst case, banks and hedge funds owning these AAA bonds will find them downgraded. Some of them may fail. Euroland’s governments may have to ante up real money to recapitalize EFSF, triggering a fiscal crisis.</p><p>Finally, I worry that Britain’s current account deficit – at a record nearly 6 per cent of GDP – is wide enough to trigger a sterling crisis. The government has no strategy for external deficit reduction. A sterling crash would blow out inflation; the interest rate response would kill the economy.</p>\n</div>\n</div>\n<!-- This is a catch-all ASF view; only displays when an unsupported article type is put in an ASF drop zone -->\n<div class=\"x140x460 clearfix\">\n<div class=\"column-1 gridcol\">\n&nbsp;\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"entry-related lt644525\">\n<h4>More Related to this Story</h4>\n<ul>\n<li class=\"first\" >\n<p>\n<a href=\"http://www.theglobeandmail.com/report-on-business/economy/canadian-consumers-end-2014-in-dour-mood/article22225561/\" name=\"lt_Headline.1\">\nCanadian consumers end 2014 in dour mood\n</a>\n</p>\n</li>\n<li >\n<p>\n<a href=\"http://www.theglobeandmail.com/globe-investor/inside-the-market/five-ways-to-cut-your-investing-costs-in-2015/article22200635/\" name=\"lt_Headline.2\">\nFive ways to cut your investing costs in 2015\n</a>\n</p>\n</li>\n</ul>\n</div>\n<!-- NEU-3438 Related Topics -->\n<section class=\"article_topics entry-related widget_relatedcontents view_topics\">\n<h4>Topics:</h4>\n<ul>\n<!-- querying for tag:\"United Kingdom\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/United-Kingdom\" title=\"Go to the topic page for United Kingdom\">United Kingdom</a></li>\n<!-- querying for tag:\"Japan\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Japan\" title=\"Go to the topic page for Japan\">Japan</a></li>\n<!-- querying for tag:\"Europe\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Europe\" title=\"Go to the topic page for Europe\">Europe</a></li>\n<!-- querying for tag:\"Russia\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Russia\" title=\"Go to the topic page for Russia\">Russia</a></li>\n<!-- querying for tag:\"United States of America\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/United-States-of-America\" title=\"Go to the topic page for United States of America\">United States of America</a></li>\n<!-- querying for tag:\"China\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/China\" title=\"Go to the topic page for China\">China</a></li>\n<!-- querying for tag:\"Energy\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Energy\" title=\"Go to the topic page for Energy\">Energy</a></li>\n<!-- querying for tag:\"Canada\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/Canada\" title=\"Go to the topic page for Canada\">Canada</a></li>\n<!-- querying for tag:\"India\" and filter articletype:topic -->\n<li><a href=\"http://www.theglobeandmail.com/topic/India\" title=\"Go to the topic page for India\">India</a></li>\n</ul>\n</section>\n</div>\n</div>\n</div>\n<footer>\n<div class=\"story_tools story_tools_footer clearfix\">\n<div class=\"article__comments article__comments--footer\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/comments/\" class=\"article__comments-count\" title=\"Go to the comments page\">Comments</a>\n<span class=\"article__comments--triangle\"></span>\n</div>\n<ul class=\"share_tools\">\n<li>\n<div id=\"tgamShareBarBtm\"></div>\n</li>\n<li class=\"article_print_tool\">\n<span\nclass=\"icon_article icon_article_print icon_article_print_gigya icon_article_print_move\"\nalt=\"License\"></span><span class=\"icon_article_print_text\"><a href=\"http://license.icopyright.net/g2/3.8425?icx_id=22233509\"\ntarget=\"_blank\"\ntitle=\"Print this page\">Print</a> /<br><a\nhref=\"http://license.icopyright.net/3.8425?icx_id=22233509\" target=\"_blank\" title=\"License this story\">License</a></span>\n</li>\n<li id=\"article_text_tool\">\n<a href=\"#\" class=\"typetrigger btn btn_light\"><span>A</span>A</a>\n</li>\n</ul>\n</div>\n</footer>\n</article>\n</div><!-- /.main content -->\n<div class=\"secondary s4of12\"><!-- right rail -->\n<div class=\"widget_ad boxr\" id=\"boxr-art-1\">\n<script>\naPs=\"boxr\";\nvar boxrAC=fnTkt('a'+'ai',300,250,ai,'j',nc);\ndocument.write(boxrAC);\n</script>\n</div>\n<section class=\"hdlist\">\n<h3 class='ucm'>In the know</h3>\n<div class=\"main_items\" data-vr-zone=\"in-the-know\">\n<div class=\"widget_stories view_hd lt13299594\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/2015-six-stories-to-watch-in-the-year-ahead/article22279192/\" title=\"Jan 02, 2015 6:36PM EST - From the expectations of an interest rate rise to worries in the oil patch, Canadians will be confronted by major economic events this year\" >\nThe six biggest business stories to watch in 2015\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13299599\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-drive/\">Globe Drive</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/commentary/manspreading-on-transit-there-is-an-easy-solution/article22239056/\" title=\"Jan 02, 2015 5:00AM EST - The world is filled with complicated important problems, yet this dominates\" >\nManspreading on transit: There is an easy solution\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt20737385\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/\">Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/life-video/video-chef-basics/article18336591/\" title=\"Apr 30, 2014 1:47PM EDT - Chef Matt DeMille shows you how to make these restaurant-worthy dishes two ways\" >\n<span class=\"sprite video-xs\"></span>\nChef Basics: Crispy and delicious – try these amazing flatbreads at home\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13299736\">\n<ul>\n<li>\n<article data-vr-contentbox=\"\">\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-investor/\">Globe Investor</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-investor/personal-finance/retirement-rrsps/putting-savings-goals-in-perspective-for-this-single-income-couple/article22278347/\" title=\"Jan 02, 2015 8:12PM EST - Even with Martin’s good job and modest pension, their valuable home, and the fact they’ll soon be free of debt, this couple will be hard pressed to achieve all of their goals now and in retirement, planner says\" >\nCan couple fund their kids' education and still meet retirement goals?\n</a>\n</h5>\n</article>\n</li>\n</ul>\n</div>\n<div class=\"widget_stories view_hd lt13295670\">\n<ul>\n</ul>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'><a href=\"http://www.theglobeandmail.com/video/\">Most popular videos &#187;</a></h3>\n<div class=\"main_items\" data-vr-zone=\"Video\">\n<div class=\"slider slider_fourup\" id=\"slider-0\">\n<div class=\"container\">\n<div id=\"slider_4381250\" class=\"widget_stories view_slider lt4381250\" style=\"width:300px;overflow:hidden;position:relative;\">\n<ul class=\"slider_container\" style=\"width:5000px;\">\n<li class=\"slider_panel current\" id=\"panel_1\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-surveillance-footage-shows-masked-man-being-blown-away-by-atm/article22236402/\" name=\"lt_Picture.1\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/192/incoming/article22236407.ece/ALTERNATES/w140/Screen+Shot+2014-12-30+at+9.14.02+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/news-video/video-surveillance-footage-shows-masked-man-being-blown-away-by-atm/article22236402/\" title=\"Dec 30, 2014 9:14AM EST - A man who tried to rob a cash machine in the Darwin suburb of Winnellie fled empty handed after being knocked over by the explosion.\" >\nSurveillance footage shows masked man being blown away by ATM\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/life-video/video-new-glasses-promise-a-good-nights-sleep/article22273916/\" name=\"lt_Picture.2\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/f5f/video/article22273913.ece/ALTERNATES/w140/2015-01-02T150819Z_1_LOVEB01161UMC_RTRMADP_0_USA-FILE-SLEEP-GLASSES-TRACKED-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.2\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.2\" href=\"http://www.theglobeandmail.com/life/life-video/video-new-glasses-promise-a-good-nights-sleep/article22273916/\" title=\"Jan 02, 2015 10:45AM EST - A new device, worn like regular spectacles, is helping shift workers and jet-lagged travelers get much-needed shuteye. Called Re-Timer, the glasses improve sleep by helping reset the user's sleep rhythms.\" >\nNew glasses promise a good night's sleep\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" name=\"lt_Picture.3\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/3cf/incoming/article22247366.ece/ALTERNATES/w140/Screen+Shot+2014-12-31+at+11.58.37+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.3\" href=\"http://www.theglobeandmail.com/globe-drive/\"><span class=\"lblmk bgglobedrive\"></span> Globe Drive</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.3\" href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" title=\"Dec 31, 2014 11:59AM EST - Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" >\nSurveillance footage captures bad driver struggling at gas station\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/life-video/fitness-basics-need-some-motivation-to-hit-the-gym-try-the-10-minute-rule/article16228215/\" name=\"lt_Picture.4\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/185/life/life-video/article16439466.ece/ALTERNATES/w140/Fitness+Basics%3A+Need+some+motivation+to+hit+the+gym%3F+Try+the+10-minute+rule\" alt=\"\" width=\"140\" height=\"79\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.4\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.4\" href=\"http://www.theglobeandmail.com/life/life-video/fitness-basics-need-some-motivation-to-hit-the-gym-try-the-10-minute-rule/article16228215/\" title=\"Jan 21, 2014 5:59PM EST - Trainer Kathleen Trotter shows off one of her top motivation techniques for getting you off your butt and into the gym. Got 10 minutes?\" >\nNeed motivation to hit the gym? Try the 10-minute rule\n</a>\n</h5>\n</article>\n</li>\n<li class=\"slider_panel\" id=\"panel_2\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-wind-tree-uses-micro-turbine-leaves-to-generate-electricity/article22224688/\" name=\"lt_Picture.5\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/865/video/article22224686.ece/ALTERNATES/w140/2014-12-29T123152Z_2_LOVEABS0YT3J0_RTRMADP_0_FRANCE-WIND-TREE-TRACKED-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.5\" href=\"http://www.theglobeandmail.com/technology/\"><span class=\"lblmk bgtechnology\"></span> Technology</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.5\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-wind-tree-uses-micro-turbine-leaves-to-generate-electricity/article22224688/\" title=\"Dec 29, 2014 3:53PM EST - A French start-up says its Wind Tree is ideal for urban environments, harnessing the most gentle of winds to produce power through its micro-turbine leaves\" >\nA 'silent but powerful' wind turbine that is also disguised as a tree\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" name=\"lt_Picture.6\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/373/video/article22274143.ece/ALTERNATES/w140/2015-01-02T155119Z_1_LOVEB01181IWC_RTRMADP_0_USA-GM-RECALL-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.6\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.6\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" title=\"Jan 02, 2015 2:37PM EST - GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" >\nGM issues three new recalls\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-bearing-witness-tina-fontaines-aunt-on/article22186442/\" name=\"lt_Picture.7\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/c8d/incoming/article20184964.ece/ALTERNATES/w140/Favel_17.JPG\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.7\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.7\" href=\"http://www.theglobeandmail.com/news/news-video/video-bearing-witness-tina-fontaines-aunt-on/article22186442/\" title=\"Dec 23, 2014 11:40AM EST - On August 17th, the body of Tina Fontaine was pulled from Alberta's Red River\" >\n'They failed Tina': Thelma Favel remembers her niece\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-carrick-talks-money-how-a-renter-can-build-more-wealth-than-a-home-owner/article15734549/\" name=\"lt_Picture.8\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/257/globe-investor/personal-finance/home-cents/article11610502.ece/ALTERNATES/w140/135808997.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.8\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.8\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-carrick-talks-money-how-a-renter-can-build-more-wealth-than-a-home-owner/article15734549/\" title=\"Feb 17, 2014 5:00AM EST - Rob Carrick finds out how a renter who is a disciplined saver can build more wealth than an owner\" >\nHow a renter can build more wealth than a homeowner\n</a>\n</h5>\n</article>\n</li>\n<li class=\"slider_panel\" id=\"panel_3\">\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-tour-the-global-strategic-maple-syrup-reserve-a-high-security-facility-protecting-our-nations-liquid-gold/article22191251/\" name=\"lt_Picture.9\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/f60/incoming/article22192382.ece/ALTERNATES/w140/High+Security+Maple+Syrup+Facility+12.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.9\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.9\" href=\"http://www.theglobeandmail.com/news/news-video/video-tour-the-global-strategic-maple-syrup-reserve-a-high-security-facility-protecting-our-nations-liquid-gold/article22191251/\" title=\"Dec 31, 2014 5:34PM EST - Simon Trepanier, the president of the Quebec Maple Syrup Producers Federation, explains how the facility keeps the $100-million of maple syrup safe\" >\nTour this high-security maple syrup facility that's protecting our nation's liquid gold\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-markets-could-be-in-for-a-hangover-in-2015/article22254648/\" name=\"lt_Picture.10\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/924/video/article22254643.ece/ALTERNATES/w140/2014-12-31T201617Z_1_LOVEABU1KB4BF_RTRMADP_0_USA-2015-MARKET-TRENDS-O.XML\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.10\" href=\"http://www.theglobeandmail.com/report-on-business/\"><span class=\"lblmk bgbusiness\"></span> Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.10\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-markets-could-be-in-for-a-hangover-in-2015/article22254648/\" title=\"Jan 02, 2015 7:31AM EST - After a two-year bull run that has propelled stocks higher by nearly 50 per cent, there are some headwinds for 2015. Bobbi Rebell reports.\" >\nMarkets could be in for a hangover in 2015\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_left\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" name=\"lt_Picture.11\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/de4/incoming/article22273892.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.08.53+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.11\" href=\"http://www.theglobeandmail.com/technology/\"><span class=\"lblmk bgtechnology\"></span> Technology</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.11\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" title=\"Jan 02, 2015 10:05AM EST - The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" >\nFootage shows successful launch of 3,600-kg experiment designed to reveal cosmic origins\n</a>\n</h5>\n</article>\n<article class=\"art--vmevideo img_top img_w140 img_right\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-raw-charred-greek-ferry-towed-to-port-in-italy/article22273825/\" name=\"lt_Picture.12\" class=\"o-ctx\">\n<img class=\"art-img art-img--vmevideo\" src=\"http://static.theglobeandmail.ca/2ca/incoming/article22274132.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.57.26+AM.jpg\" alt=\"\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.12\" href=\"http://www.theglobeandmail.com/news/\"><span class=\"lblmk bgnews\"></span> News</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.12\" href=\"http://www.theglobeandmail.com/news/news-video/video-raw-charred-greek-ferry-towed-to-port-in-italy/article22273825/\" title=\"Jan 02, 2015 10:56AM EST - The shipwreck of the Norman Atlantic has arrived at the port of Brindisi, the Barretta tug boat company confirmed on Friday\" >\nRaw footage shows charred Greek ferry being towed to port in Italy\n</a>\n</h5>\n</article>\n</li>\n</ul>\n<div class=\"slider_controls\">\n<ul id=\"thumbs-lt4381250\" class=\"carousel-thumbs\">\n<li><a class=\"prev\" href=\"#\">&#9664;</a></li>\n<li id=\"thumbs-1\" class=\"thumbnail current\">&#9679;</li>\n<li id=\"thumbs-2\" class=\"thumbnail \">&#9679;</li>\n<li id=\"thumbs-3\" class=\"thumbnail \">&#9679;</li>\n<li><a class=\"next\" href=\"#\">&#9654;</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'>Highlights</h3>\n<div class=\"main_items\" data-vr-zone=\"Highlights\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt10037053\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/industry-news/the-law-page/bitcoin-backer-gets-two-years-in-prison-for-illicit-transfers/article22167628/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/5e9/report-on-business/international-business/us-business/article22167627.ece/ALTERNATES/w140/BITCOIN-ADOPTION_.JPG\" class=\"art-img art-img--news\" alt=\"\" title=\"Dec 19, 2014 6:00PM EST\n- Bitcoin evangelist faced up to five years in prison, and the court’s probation office had recommended a 57-month term\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/industry-news/the-law-page/bitcoin-backer-gets-two-years-in-prison-for-illicit-transfers/article22167628/\" title=\"Dec 19, 2014 6:00PM EST - Bitcoin evangelist faced up to five years in prison, and the court’s probation office had recommended a 57-month term\" >\nBitcoin backer gets two years in prison for illicit transfers\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt6159672\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/careers/business-education/sauder-scholarships-help-entrepreneurial-mbas-get-out-of-the-blocks/article22179275/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/d07/report-on-business/careers/management/article19185588.ece/ALTERNATES/w140/Web-rb-ca-karl-moore-17rb1.jpg\" class=\"art-img art-img--news\" alt=\"\" title=\"Dec 26, 2014 5:00AM EST\n- New Venture winners at Sauder to launch their startups before completing degrees\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/\">Report on Business</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/careers/business-education/sauder-scholarships-help-entrepreneurial-mbas-get-out-of-the-blocks/article22179275/\" title=\"Dec 26, 2014 5:00AM EST - New Venture winners at Sauder to launch their startups before completing degrees\" >\nBusiness schools nurture entrepreneurial seeds with scholarships, partnerships\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section>\n<h3 class='ucm'>More from The Globe and Mail</h3>\n<div class=\"main_items\" data-vr-zone=\"More from The Globe and Mail\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt2231\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/five-ways-to-successfully-invest-in-2015/article22276028/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/863/globe-investor/investment-ideas/article22276027.ece/ALTERNATES/w140/carrick-portstrat02rb1.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 02, 2015 8:27PM EST\n- Give your portfolio a tune up by clarifying your approach to market timing and taking a sober second look at your diversification\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-investor/\"><span class=\"lblmk bgglobeinvestor\"></span> Globe Investor</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-investor/investment-ideas/five-ways-to-successfully-invest-in-2015/article22276028/\" title=\"Jan 02, 2015 8:27PM EST - Give your portfolio a tune up by clarifying your approach to market timing and taking a sober second look at your diversification\" >\nFive ways to invest successfully in 2015\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4223134\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/home-and-garden/architecture/sometimes-old-ugly-buildings-should-be-left-well-alone/article22275784/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/556/life/home-and-garden/architecture/article22275783.ece/ALTERNATES/w140/smith-prince02rv1.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 02, 2015 2:54PM EST\n- Protests in Macedonia against renovating a drab downtown mall underscore a growing anti-gentrification sentiment\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/\"><span class=\"lblmk bglife\"></span> Life</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/home-and-garden/architecture/sometimes-old-ugly-buildings-should-be-left-well-alone/article22275784/\" title=\"Jan 02, 2015 2:54PM EST - Protests in Macedonia against renovating a drab downtown mall underscore a growing anti-gentrification sentiment\" >\nSometimes old ugly buildings should be left well alone\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n</div>\n<div class=\"column-2 gridcol\">\n</div>\n</div>\n</div>\n</section>\n<div class=\"widget_ad halfpage\" id=\"halfpager-art-1\">\n<script>\nif (typeof nc === 'undefined') { var nc = 'canvas'; } else { nc += ';nc=canvas'; }\naPs = 'halfpager';\nvar halfpagerAC = fnTkt('a'+'ai',300,600,ai,'j',nc);\ndocument.write(halfpagerAC);\n$(window).on('load', function loadStickyAd(){\nvar M = window.Modernizr,U = window.$g_conf.mediaUrl, enableSticky = false;\nif ((window.advStickyAd === true || enableSticky ) && window.advCanvas != true){\nM.load([{\nload: U + '/media/www/js/sticky.ad.js',\ncomplete: function () { TGAMD.ads.sticky.init(); }\n}]);\n}\n});\n</script>\n<script>\n(function ($, M, u) {\nif (window.advCanvas === true) {\nwindow.aPs = 'canvas';\nwindow.nc = window.advCanvasADID;\nvar canvasAC = fnTkt('a'+'ai',1000,1,ai,'ajax',nc);\nM.load([{\nload: u + '/media/www/js/canvas.ad.js',\ncomplete: function () {\nTGAMD.CanvasAd.init($('#halfpager-art-1'), { height : advCanvasH, src : canvasAC });\n}\n}]);\n}\n}(jQuery, Modernizr, $g_conf.mediaUrl));\n</script>\n</div>\n<section>\n<h3 class='ucm'>Most popular</h3>\n<div class=\"main_items\" data-vr-zone=\"Most Popular Stories\">\n<div class=\"widget_stories view_hd lt17409849\">\n<ol>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/world/sarah-palins-facebook-photos-of-son-stepping-on-dog-spark-outrage/article22281815/\" title=\"Jan 02, 2015 8:07PM EST - Trig, 6, who has Down syndrome, is shown stepping on the back of the family’s black Labrador while it lies on the kitchen floor\" >\nSarah Palin’s Facebook photos of son stepping on dog spark outrage\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.2\" href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" title=\"Jan 03, 2015 12:01AM EST - Your daily horoscope\" >\nJanuary 3: Your daily horoscope\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.3\" href=\"http://www.theglobeandmail.com/news/national/suspect-in-edmonton-killings-threatened-relatives-in-2012/article22275704/\" title=\"Jan 02, 2015 2:46PM EST - Phu Lam led a violent life dating back more than 26 years, according to court documents\" >\nEdmonton murder suspect had run-ins with the law and a massive gambling debt\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.4\" href=\"http://www.theglobeandmail.com/globe-debate/iran-bashers-display-a-dangerous-lack-of-worldliness/article22275374/\" title=\"Jan 03, 2015 3:00AM EST - Critics of the talks wrongly see the country as a monolithic society with a monochromatic political system\" >\nIran bashers display a dangerous lack of worldliness\n</a>\n</h5>\n</article>\n</li>\n<li>\n<article data-vr-contentbox=\"\">\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.5\" href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" title=\"Jan 03, 2015 3:00AM EST - National, religious and cultural identities are being transformed by a globalized world\" >\nWhat drives anti-immigrant sentiment?\n</a>\n</h5>\n</article>\n</li>\n</ol>\n</div>\n</div>\n</section>\n</div><!-- /.right rail -->\n<div class=\"tertiary\"><!-- basement -->\n<section>\n<h3 class='ucm'>More Top Stories</h3>\n<div class=\"main_items\" data-vr-zone=\"More Top Stories\">\n<div class=\"x140x140x140x140x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4197911\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/five-essential-ingredients-to-doing-what-you-love-for-a-living/article22274738/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/c90/report-on-business/small-business/sb-growth/day-to-day/article22274737.ece/ALTERNATES/w140/522737079.jpg\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 5:00AM EST\n- When I decided to leave my own corporate job years ago to pursue the culinary arts, I couldn’t think much further than doing what I love on a daily basis: cooking. But it soon became clear to me that leaving the safety of one career to take up another is not quite that simple.\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/\"><span class=\"lblmk bgbusiness\"></span> Leadership</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/small-business/sb-managing/leadership/five-essential-ingredients-to-doing-what-you-love-for-a-living/article22274738/\" title=\"Jan 03, 2015 5:00AM EST - When I decided to leave my own corporate job years ago to pursue the culinary arts, I couldn’t think much further than doing what I love on a daily basis: cooking. But it soon became clear to me that leaving the safety of one career to take up another is not quite that simple.\" >\nFive essential ingredients to doing what you love for a living\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4197912\">\n<article class=\"art--column img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/36a/globe-debate/article19928219.ece/ALTERNATES/w140/Screen+Shot+2013-04-02+at+3.JPG\" class=\"art-img art-img--column\" alt=\"\" title=\"Jan 03, 2015 3:00AM EST\n- National, religious and cultural identities are being transformed by a globalized world\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-debate/\"><span class=\"lblmk bgcommentary\"></span> Globe Debate</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-debate/what-drives-anti-immigrant-sentiment/article22275323/\" title=\"Jan 03, 2015 3:00AM EST - National, religious and cultural identities are being transformed by a globalized world\" >\nWhat drives anti-immigrant sentiment?\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-3 gridcol\">\n<div class=\"widget_stories view_pic lt4197913\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/sports/hockey/tanguay-and-duchene-score-in-shootout-as-avs-beat-oilers/article22282778/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/8e2/sports/hockey/article22282777.ece/ALTERNATES/w140/USATSI_184216_NHL.JPG\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 12:16AM EST\n- Semyon Varlamov had 27 saves in 2-1 win\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/sports/hockey/\"><span class=\"lblmk bgsports\"></span> Hockey</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/sports/hockey/tanguay-and-duchene-score-in-shootout-as-avs-beat-oilers/article22282778/\" title=\"Jan 03, 2015 12:16AM EST - Semyon Varlamov had 27 saves in 2-1 win\" >\nTanguay and Duchene score in shootout as Avs beat Oilers\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-4 gridcol\">\n<div class=\"widget_stories view_pic lt4197916\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/2e8/migration_catalog/Life/article804701.ece/ALTERNATES/w140/capricorn-logo\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 12:01AM EST\n- Your daily horoscope\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/life/horoscopes/\"><span class=\"lblmk bglife\"></span> Horoscopes</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/life/horoscopes/january-3-your-daily-horoscope/article22144803/\" title=\"Jan 03, 2015 12:01AM EST - Your daily horoscope\" >\nJanuary 3: Your daily horoscope\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-5 gridcol\">\n<div class=\"widget_stories view_pic lt4197920\">\n<article class=\"art--news img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/stop-playing-parking-space-roulette-with-one-app/article22238854/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/91c/globe-drive/culture/accessories/article22238853.ece/ALTERNATES/w140/iOS+Simulator+Screen+Shot+24+Nov+2014+15.35.37.png\" class=\"art-img art-img--news\" alt=\"\" title=\"Jan 03, 2015 5:00AM EST\n- Coveted spots at your fingertips with the app Parkopedia created by Eugene Tsyrklevich\" width=\"140\" height=\"78\">\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/\"><span class=\"lblmk bgglobedrive\"></span> Accessories</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/culture/accessories/stop-playing-parking-space-roulette-with-one-app/article22238854/\" title=\"Jan 03, 2015 5:00AM EST - Coveted spots at your fingertips with the app Parkopedia created by Eugene Tsyrklevich\" >\nStop playing parking space roulette with this app\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-6 gridcol\">\n<div class=\"widget_stories view_pic lt4197925\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/de4/incoming/article22273892.ece/ALTERNATES/w140/Screen+Shot+2015-01-02+at+10.08.53+AM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 10:05AM EST\n- The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h6 class=\"art-label\"><a name=\"lt_HomeSection.1\" href=\"http://www.theglobeandmail.com/technology/technology-video/\"><span class=\"lblmk bgtechnology\"></span> Technology Video</a></h6>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/technology/technology-video/video-footage-shows-launch-of-3600-kg-experiment-designed-to-scan-for-signs-of-early-universe/article22273829/\" title=\"Jan 02, 2015 10:05AM EST - The SPIDER experiment was launched in Antarctica on January 1, 2015. Partly built in Canada, SPIDER will drift for about 20 days, scanning the sky for microwave signals from the early universe. Its data will be used to refine theories of how the cosmos originated.\" >\nFootage shows successful launch of 3,600-kg experiment designed to reveal cosmic origins\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n<div class=\"x620x300 clearfix\">\n<div class=\"column-1 gridcol\">\n<section>\n<h3 class='ucm'>Video</h3>\n<div class=\"main_items\" data-vr-zone=\"Video\">\n<div class=\"x140x140x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4197968\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/news-video/video-fire-truck-overturns-injuring-two-missouri-firefighters/article22274819/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/0a1/video/article22274818.ece/ALTERNATES/w140/2015-01-02T174234Z_1_LOVEB011D6XZI_RTRMADP_0_USA-MISSOURI-FIRE-TRUCK-CRASH-ROUGH-CUT-O.XML\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:26PM EST\n- Two firefighters were hurt after their fire truck overturned in St. Clair, Missouri.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/news-video/video-fire-truck-overturns-injuring-two-missouri-firefighters/article22274819/\" title=\"Jan 02, 2015 2:26PM EST - Two firefighters were hurt after their fire truck overturned in St. Clair, Missouri.\" >\nFire truck overturns injuring two Missouri firefighters\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4197969\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/arts/arts-video/video-ctv-montreal-selma-film-sheds-light-on-mlk/article22275315/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/1d4/incoming/article22275406.ece/ALTERNATES/w140/Screen-Shot-2015-01-02-at-2.20.05-PM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:17PM EST\n- Mose Persico talks to Tom Wilkinson and David Oyelowo about the new film set in racially-turbulent sixties\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/arts/arts-video/video-ctv-montreal-selma-film-sheds-light-on-mlk/article22275315/\" title=\"Jan 02, 2015 2:17PM EST - Mose Persico talks to Tom Wilkinson and David Oyelowo about the new film set in racially-turbulent sixties\" >\nWhy 'Selma' honours the memory of Martin Luther King Jr.\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-3 gridcol\">\n<div class=\"widget_stories view_pic lt4197970\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/3cf/incoming/article22247366.ece/ALTERNATES/w140/Screen+Shot+2014-12-31+at+11.58.37+AM.jpg\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Dec 31, 2014 11:59AM EST\n- Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/globe-drive/drive-video/video-ctv-calgary-uk-driver-has-trouble-at-the-pumps/article22246965/\" title=\"Dec 31, 2014 11:59AM EST - Calgary's Worst Driver may have a new challenger with this U.K. woman having a bit of difficulty getting in the right position at a gas station.\" >\nSurveillance footage captures bad driver struggling at gas station\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-4 gridcol\">\n<div class=\"widget_stories view_pic lt4197971\">\n<article class=\"art--vmevideo img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/373/video/article22274143.ece/ALTERNATES/w140/2015-01-02T155119Z_1_LOVEB01181IWC_RTRMADP_0_USA-GM-RECALL-O.XML\" class=\"art-img art-img--vmevideo\" alt=\"\" title=\"Jan 02, 2015 2:37PM EST\n- GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" width=\"140\" height=\"78\">\n<span class=\"sprite video-s\"><span></span></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/report-on-business/video/video-gm-issues-three-new-recalls/article22274144/\" title=\"Jan 02, 2015 2:37PM EST - GM announced three recalls on January 1st involving SUVs and pickup trucks. More than 83,000 vehicles affected in the primary recall surrounding ignition lock systems. Shartia Brantley reports\" >\nGM issues three new recalls\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n</div>\n<div class=\"column-2 gridcol\">\n<section>\n<h3 class='ucm'>Photos</h3>\n<div class=\"main_items\" data-vr-zone=\"Photos\">\n<div class=\"x140x140 clearfix\">\n<div class=\"column-1 gridcol\">\n<div class=\"widget_stories view_pic lt4178523\">\n<article class=\"art--gallery img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/news/toronto/a-cranes-eye-view-of-toronto/article22277725/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/521/news/toronto/article22277718.ece/ALTERNATES/w140/crane-scenes02to1.JPG\" class=\"art-img art-img--gallery\" alt=\"\" title=\"Jan 02, 2015 4:34PM EST\n- Perched atop the L Tower condos on The Esplanade, crane operator Robert MacFarlane captures the Toronto skyline like no one else. The 57-year-old father of three shares images from his unique vantage point on social media, where he goes by the handle SkyJacked793 on Twitter and Instagram. Mr. MacFarlane’s Twitter account has amassed 8,400 followers, who are treated with views of the downtown city core through his eyes. He has tweeted just more than 13,000 pictures so far, ranging from EdgeWalk players taking daring steps off the CN Tower to planes landing on the Toronto Islands. He will be snapping pictures from the L Tower for a little longer, but how much longer exactly remains to be seen, he said. Here are some of his most breathtaking images of Toronto from the last year – 210 metres above the city.\" width=\"140\" height=\"78\">\n<span class=\"sprite gallery-s\"></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/news/toronto/a-cranes-eye-view-of-toronto/article22277725/\" title=\"Jan 02, 2015 4:34PM EST - Perched atop the L Tower condos on The Esplanade, crane operator Robert MacFarlane captures the Toronto skyline like no one else. The 57-year-old father of three shares images from his unique vantage point on social media, where he goes by the handle SkyJacked793 on Twitter and Instagram. Mr. MacFarlane’s Twitter account has amassed 8,400 followers, who are treated with views of the downtown city core through his eyes. He has tweeted just more than 13,000 pictures so far, ranging from EdgeWalk players taking daring steps off the CN Tower to planes landing on the Toronto Islands. He will be snapping pictures from the L Tower for a little longer, but how much longer exactly remains to be seen, he said. Here are some of his most breathtaking images of Toronto from the last year – 210 metres above the city.\" >\nA crane’s eye view of Toronto\n</a>\n</h5>\n</article>\n</div>\n</div>\n<div class=\"column-2 gridcol\">\n<div class=\"widget_stories view_pic lt4178505\">\n<article class=\"art--gallery img_top img_w140 last_image clearfix\" data-vr-contentbox=\"\">\n<a href=\"http://www.theglobeandmail.com/sports/hockey/world-juniors/images-from-the-quarter-finals-at-the-world-juniors/article22277912/\" name=\"lt_Picture.1\" class=\"o-ctx \">\n<img src=\"http://static.theglobeandmail.ca/667/sports/hockey/world-juniors/article22277899.ece/ALTERNATES/w140/522143019_460977226.JPG\" class=\"art-img art-img--gallery\" alt=\"\" title=\"Jan 02, 2015 4:48PM EST\n- Elimination games begin in the annual tournament\" width=\"140\" height=\"79\">\n<span class=\"sprite gallery-s\"></span>\n</a>\n<h5 class=\"articleTitle articleTitle--default\">\n<a name=\"lt_Headline.1\" href=\"http://www.theglobeandmail.com/sports/hockey/world-juniors/images-from-the-quarter-finals-at-the-world-juniors/article22277912/\" title=\"Jan 02, 2015 4:48PM EST - Elimination games begin in the annual tournament\" >\nImages from the quarter-finals at the world juniors\n</a>\n</h5>\n</article>\n</div>\n</div>\n</div>\n</div>\n</section>\n</div>\n</div>\n</div><!-- /.basement -->\n</div><!-- /#content -->\n<footer><!-- footer -->\n\n<script>\nvar omni_meter = {\n\"count\": \"1\",\n\"limit\": \"\",\n\"meterDecrypt\": \"10|1|22233509\"\n};\n</script>\n\n<script>\nvar omni_meterPaywall = \"(APPLY_PAYWALL)\";\n</script>\n\n<div class=\"strip\"><span class=\"bgbusiness\"></span></div>\n<div id=\"footer_socialmedia\">\n<ul>\n<li class=\"fb\"> <a href=\"https://www.facebook.com/theglobeandmail\"></a> </li>\n<li class=\"twitter\"> <a href=\"https://twitter.com/globeandmail\"></a> </li>\n<li class=\"linkedin\"> <a href=\"http://www.linkedin.com/company/the-globe-and-mail\"></a> </li>\n<li class=\"googleplus\"> <a href=\"https://plus.google.com/+globeandmail\"></a> </li>\n<li class=\"connect\"> connect with us </li>\n<li class=\"youtube\"> <a href=\"http://www.youtube.com/user/TheGlobeandMail\"></a></li>\n<li class=\"instagram\"> <a href=\"http://instagram.com/globeandmail\"></a> </li>\n<li class=\"flipboard\"> <a href=\"http://flip.it/T61Qu\"></a> </li>\n<li class=\"pinterest\"> <a href=\"http://pinterest.com/globeandmail/\"></a> </li>\n</ul>\n</div>\n<div id=\"footernav\" >\n<section class=\"lrgColumn\">\n<h5>Products</h5>\n<ul>\n<li class=\"borderBtm\">\n<span class=\"productUnlimited\"></span>\n<div class=\"productDesc\">\n<h4>Globe Unlimited</h4>\n<p>Digital all access pass across devices.\n<a href=\"https://sec.theglobeandmail.com/subscription/?intcmp=GAMunlimited_sub\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"productPrint\"></span>\n<div class=\"productDesc\">\n<h4>The Globe and Mail Newspaper</h4>\n<p>Newspaper delivered to your doorstep.\n<a href=\"https://customer.globeandmail.ca/HD/Start.aspx\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"globe2go\"></span>\n<div class=\"productDesc\">\n<h4>Globe2Go</h4>\n<p>The digital replica of our newspaper.\n<a href=\"http://globe2go.newspaperdirect.com/epaper/viewer.aspx\">subscribe</a>\n</p>\n</div>\n</li>\n<li class=\"borderBtm\">\n<span class=\"ebook\" ></span>\n<div class=\"productDesc\">\n<h4>Globe eBooks</h4>\n<p>A collection of articles by the Globe.\n<a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-ebooks.html\">subscribe</a>\n</p>\n</div>\n</li>\n</ul>\n<p id=\"seeAllProds\">\n<a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-subscriptions.html\">See all Globe Products</a>\n</p>\n</section>\n<section class=\"mdmColumn\">\n<h5>Advertise with us</h5>\n<div class=\"borderBtm\">\n<h4><a href=\" http://www.globelink.ca/?source=gammain\">GlobeLink.ca</a></h4>\n<p>Your number one partner for reaching Canada's Influential Achievers.\n<a href=\" http://www.globelink.ca/?source=gammain\">learn more</a>\n</p>\n</div>\n<ul class=\"noBorder\">\n<li class=\"greyLnk\">Or go directly to:</li>\n<li><a href=\"http://www.globelink.ca/newspaper/?source=gamnewspaper\">Newspaper</a></li>\n<li><a href=\"http://www.globelink.ca/magazines/?source=gammagazines\">Magazine</a></li>\n<li><a href=\" http://www.globelink.ca/digital/about/?source=gamonline\">Digital</a></li>\n<li><a href=\"http://www.globelink.ca/digital/alliance/?source=gamftr\">Globe Alliance: extend your reach</a></li>\n<li><a href=\"http://www.globelink.ca/globeedge/?source=gammsg\">Globe Edge: custom content</a></li>\n<li><a href=\"http://www.globelink.ca/classified/?source=gamclass\">Classifieds</a></li>\n</ul>\n<h5>The Globe at your Workplace</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/static/enterprise/index.html\">Globe Unlimited group license</a> </li>\n<li><a href=\"http://v1.theglobeandmail.com/v5/content/tp1000-2013/purchase.php\">Purchase ROB Top 1000 data</a></li>\n<li><a href=\"http://www.theglobeandmail.com/static/globeproducts/globe-datastore.html\">Data & research products</a></li>\n<li><a href=\"http://www.theglobeandmail.com/static/enterprise/index.html\">License content & financial data</a></li>\n</ul>\n</section>\n<section class=\"smlColumn\">\n<h5>Our Company</h5>\n<ul>\n<li><a href=\"http://www.globelink.ca/newspaper/?source=gamnewspaper\">About us</a></li>\n<li><a href=\"http://www.theglobeandmail.com/work-at-the-globe/\">Work at The Globe</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/contact-paper#reporters\">Staff</a></li>\n</ul>\n<h5>Customer Service</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/help/contact-us/\">Contact Us</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help\">FAQs</a></li>\n<li><a href=\"https://customer.globeandmail.ca/\">Customer Care website</a></li>\n<li><a href=\"https://sec.theglobeandmail.com/edit-account/\">Digital subscription services</a></li>\n<li><a href=\"https://customer.globeandmail.ca/\">Print subscription services</a></li>\n<li><a href=\"https://customer.globeandmail.ca/circcsNewAddress.asp\">Change your delivery address</a></li>\n<li><a href=\"https://customer.globeandmail.ca/circcsSuspend.asp\">Vacation Stops</a></li>\n</ul>\n<h5>Advertising Privacy</h5>\n<ul>\n<li><a id=\"_bapw-link\" href=\"#\" target=\"_blank\"><img id=\"_bapw-icon\"/><span>AdChoices</span></a></li>\n</ul>\n<h5>Globe Recognition</h5>\n<ul><li><a href=\"http://globerecognition.net/\">Recognition card</a></li></ul>\n</section>\n<section class=\"smlColumn lastSection\">\n<h5>Mobile Apps</h5>\n<ul>\n<li><span class=\"mobNews\"></span><a href=\"#\" id=\"tooltipMobNews\">News</a></li>\n<li><span class=\"mobInv\"></span><a href=\"#\" id=\"tooltipMobInvest\">Investing</a></li>\n</ul>\n<div id='toolTipNews' class='tools-Tips'>\n<a class=\"close\" href=\"#\"></a>\n<div id=\"mobNewBg\"></div>\n<h5>NEWS APP</h5>\n<div class=\"toolTipBox\">\n<ul class=\"toolTipList\">\n<li class=\"lightbg\"><span>Available for download on the following devices</span></li>\n<li class=\"darkbg\"><a href=\"https://itunes.apple.com/ca/app/the-globe-and-mail-news/id429228415?mt=8\">iPhone</a></li>\n<li class=\"lightbg\"><a href=\"https://itunes.apple.com/ca/app/the-globe-and-mail-news/id429228415?mt=8\">iPad</a></li>\n<li class=\"darkbg\"><a href=\"https://play.google.com/store/apps/details?id=com.theglobeandmail.headliner&hl=en\">Android</a></li>\n<li class=\"lightbg\"><a href=\"http://appworld.blackberry.com/webstore/content/39629?lang=en\">Blackberry</a></li>\n</ul>\n</div>\n</div>\n<div id='toolTipInv' class='tools-Tips'>\n<a class=\"close\" href=\"#\"></a>\n<div id=\"mobInvBg\"></div>\n<h5>INVESTING APP</h5>\n<div class=\"toolTipBox\">\n<ul class=\"toolTipList\">\n<li class=\"lightbg\"><span>Available for download on the following devices</span></li>\n<li class=\"darkbg\"><a href=\"https://itunes.apple.com/ca/app/globe-investor/id453077050?mt=8\">iPhone</a></li>\n<li class=\"lightbg\"><a href=\"http://appworld.blackberry.com/webstore/content/76999/?lang=en\">Blackberry</a></li>\n</ul>\n</div>\n</div>\n<h5>Other Sections</h5>\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/partners/advappointmentnotices/\">Appointments</a></li>\n<li><a href=\"http://artstore.globeandmail.ca/\">Art Store</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/life/birthsandannouncements/\">Births &amp; Announcements</a></li>\n<li><a href=\"mailto:community@globeandmail.com\">Corrections</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/classifieds/\">Classifieds</a></li>\n<li><a href=\"http://globeclassroom.ca/\">Classroom Edition</a></li>\n<li><a href=\"http://v1.theglobeandmail.com/life/deaths/\">Deaths</a></li>\n<li><a href=\"http://www.theglobeandmail.com/marketplace/newspaper-ads/\">Newspaper Ads</a></li>\n<li><a href=\"http://www.theglobeandmail.com/real-estate/\">Real Estate</a></li>\n<li><a href=\"http://www.theglobeandmail.com/special-reports/\">Special Reports</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/site-map/\">Site Map</a></li>\n</ul>\n</section>\n<div class=\"footer_legalInfo\">\n<ul>\n<li><a href=\"http://www.theglobeandmail.com/help/terms-and-conditions/\">Terms &amp; Conditions</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/privacy-policy/\">Privacy Policy</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/disclaimer/\">Disclaimer</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/accessibility-policy/\" >Accessibility Policy</a></li>\n<li><a href=\"http://www.theglobeandmail.com/help/community-guidelines/article4229672\">Community Guidelines</a></li>\n<li><a href=\"http://www.theglobeandmail.com/news/the-globe-and-mail-mandate-for-sustainable-paper-choices/article551236\">Globe sustainability</a></li>\n<li><a href=\"http://www.theglobeandmail.com/incoming/article10200488.ece/BINARY/Editorial+Code+Book+External.pdf\">Editorial Code of Conduct</a></li>\n</ul>\n</div>\n<div id=\"sponsor\">\n<div id=\"tooltip\">\n<div class=\"closetip\">\n<div class=\"icon icon-remove\"></div>\n</div>\n<div class=\"tooltipText\">\n<h5>Restrictions</h5>\n<p class=\"lt\">&copy; Thomson Reuters 2012.</p>\n<p>All rights reserved. Republication or redistribution of Thomson Reuters content, including by framing or similar means, is prohibited without the prior written consent of Thomson Reuters. Thomson Reuters is not liable for any errors or delays in Thomson Reuters content, or for any actions taken in reliance on such content. ‘Thomson Reuters’ and the Thomson Reuters logo are trademarks of Thomson Reuters and its affiliated companies.</p>\n</div>\n<div class=\"speakbox\"></div>\n</div>\n<p>\nSelected data supplied by Thomson Reuters.&copy; Thomson Reuters Limited. <span class=\"clicktip\">Click for Restrictions</span> <a href=\"http://www.reuters.com\" class=\"data-provider\">\n<span class=\"icon icon-reuters\"></span>\n</a>.\n</p>\n</div>\n<div class=\"footer_companyInfo\">\n<p>&#169; Copyright 2015 The Globe and Mail Inc. All Rights Reserved.</p>\n<address>\n<span class=\"org adr\">\n<span class=\"org street-address\">444 Front&nbsp;<abbr title=\"Street\">St.</abbr>&nbsp;<abbr title=\"West\">W.</abbr></span>,\n<span class=\"org locality\">Toronto</span>,&nbsp;\n<abbr class=\"org region\" title=\"Ontario\">ON</abbr>&nbsp;\n<span class=\"org country-name\">Canada</span>&nbsp;\n<span class=\"org postal-code\">M5V 2S9</span>\n<br />Phillip Crawley, Publisher\n</span>\n</address>\n</div>\n</div>\n<script>\nvar s_account = \"bellgmpnewprod\";\n</script>\n<script src=\"http://beta.images.theglobeandmail.com/media/www/js/plugins/s_code.js\"></script>\n<script>\nvar tlu = {\"name\":'tgam_limited_user', \"val\":util.getStoredValue('tgam_limited_user')};\nfunction omniSubscribeSuccess() {\nvar start = util.getStoredIndex(tlu.name, 2);\nvar stamp = util.getStoredIndex(tlu.name, 0);\nvar omni_start = new Date(start), omni_stamp = new Date(stamp);\nvar omni_end = new Date(util.getStoredIndex(tlu.name, 3, '|'));\nif (start == 'na' && stamp != 'na') {\nomni_start = omni_stamp;\n}\nvar one_day = 1000 * 60 * 60 * 24;\nreturn Math.ceil((omni_end.getTime() - omni_start.getTime()) / (one_day));\n}\ns.prop25 = TGAMD.user.get('prizm');\ns.prop65 = TGAMD.user.get('kuser');\n// set event4 for login events, remove local storage flag\nif (s.getQueryParam('ord') == \"0\" || s.getQueryParam('ord') == \"1\") {\ns.events = s.apl(s.events, 'event4', ',', 1);\n}\nif ( !TGAMD.analytics.user.is.anonymous ) {\ns.prop2 = s.getAndPersistValue(\"Logged In\", \"s_user_login_status\");\ns.prop3 = s.getAndPersistValue(TGAMD.user.get('postal'), \"s_user_zip\", (365 * 5));\ns.prop4 = s.getAndPersistValue(TGAMD.user.get('country'), \"s_user_country\", (365 * 5));\ns.prop9 = TGAMD.user.get('guid');\ns.eVar9 = \"D=c9\";\n} else {\ns.prop2 = s.getAndPersistValue(\"Not Logged In\", \"s_user_login_status\");\ns.prop3 = s.getAndPersistValue(\"Not Set\", \"s_user_zip\", (365 * 5));\ns.prop4 = s.getAndPersistValue(\"Not Set\", \"s_user_country\", (365 * 5));\n}\ns.zip = \"D=c3\";\ns.eVar3 = \"D=c2\";\ns.eVar4 = \"D=c4\";\ns.prop10 = TGAMD.analytics.user.role();\ns.eVar10 = \"D=c10\";\ns.eVar53 = TGAMD.analytics.referrer(TGAMD.user.get('referrer')).short;\ns.eVar54 = TGAMD.analytics.referrer(TGAMD.user.get('referrer')).original;\ns.prop16 = \"22233509\";\ns.prop14 = \"globe and mail update\";\ns.prop15 = \"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/\";\ns.prop12 = \"Oil prices and interest rates: What to watch in 2015\";\ns.prop13 = \"DAVID PARKINSON\";\ns.eVar68 = \"+1\";\ns.prop58 = \"yellow\";\ns.prop34 = \"Royal Bank of Canada;oil;economy;commodity;oil prices;interest rates;euro zone;economics reporter;global economy;Canadian dollar;foreign debt;diversified commodity economies;interest rate response;economic activity picks;chief economist;global monetary policy;world commodity prices;Russia;Japan;China;Canada;United Kingdom;Europe;India;United States of America;Putin;Energy;\";\ns.prop55 = \"Yes\";\ns.prop37 = \"column\";\ns.prop36 = \"art\";\ns.prop54 = \"5\";\ns.pageName = \"business:internationalbusiness:article\";\ns.eVar33 = \"D=c37\";\ns.prop1 = \"Single Page View - No Pagination\";\ns.prop23 = \"business:internationalbusiness\";\ns.eVar58 = \"D=c58\";\ns.prop24 = \"United Kingdom;Japan;Europe;Russia;United States of America;China;Energy;Canada;India\";\ns.prop50 = \"Weekend\";\ns.eVar19 = \"D=c24\";\ns.prop22 = \"business:internationalbusiness\";\ns.prop44 = \"business:internationalbusiness\";\ns.eVar61 = \"+1\";\ns.prop43 = \"business\";\ns.prop48 = \"Saturday\";\ns.prop47 = \"business:internationalbusiness\";\ns.prop46 = \"business:internationalbusiness\";\ns.prop45 = \"business:internationalbusiness\";\ns.account = \"bellgmpnewprod\";\ns.prop49 = \"06:46AM\";\ns.channel = \"business\";\ns.prop8 = \"Not Top 10/Other\";\nif (tlu.val == undefined) {\nutil.store(tlu.name, \"na|\" + new Date() + \"|na|na|22233509|na\");\n} else {\nvar omni_meterIdindex = util.getStoredIndex(tlu.name, 4, '|');\nif (omni_meterIdindex == 'na') {\nutil.storeIndexValue(tlu.name, 4, '22233509', '|');\n}\nif ((omni_meterIdindex.search(\"22233509\") == -1) && omni_meterIdindex != 'na') {\nvar artArr = omni_meterIdindex.split('~'), meterIdsArr = [], meterIds = \"\", meterIdsStr = \"\";\nvar meterIdsData = omni_meterIdindex + \"~22233509\";\nif (artArr.length == 15) {\nvar artArrFull = meterIdsData.split('~');\nfor (var mi = 0, bi = artArrFull.length; mi < bi; mi++) {\nif (mi > 0) {\nvar zi = mi < bi - 1 ? '~' : '';\nmeterIdsArr.push(artArrFull[mi]);\nmeterIdsStr += artArrFull[mi] + zi;\n}\n}\nmeterIds = meterIdsArr.toString();\nutil.storeIndexValue(tlu.name, 4, meterIdsStr, '|');\n} else {\nmeterIds = meterIdsData.split('~').toString();\nutil.storeIndexValue(tlu.name, 4, meterIdsData, '|');\n}\ns.eVar65 = meterIds;\n} else {\ns.eVar65 = '22233509';\nutil.storeIndexValue(tlu.name, 4, '22233509', '|');\n}\n}\ntry {\nif (omni_meter.count != undefined) {\ns.prop59 = omni_meter.count == '' ? 0 : omni_meter.count;\ns.eVar60 = \"D=c59\";\n}\n} catch (e) {\n}\ntry {\nif ((typeof omni_meter == 'undefined' || omni_meter != undefined) && omni_meterPaywall == 'true') {\ns.events = s.apl(s.events, \"event56\", \",\", 1);\n}\n} catch (e) {\n}\ntry {\nif ((omni_meter.count == omni_meter.limit) && omni_meter != undefined) {\ns.events = \"event54,event56\";\ns.linkTrackEvents = s.events;\ns.eVar62 = \"Encountered Paywall Growl - \" + omni_meter.limit;\ns.eVar63 = s.eVar62;\n}\n} catch (e) {\n}\nif (location.href.indexOf(\"comments\") != -1) {\ns.prop42 = \"comments\";\ns.eVar42 = \"D=c42\";\n}\nif (s.prop37.indexOf(\"gallery\") != -1 ) {\ns.events = \"event35,event36\"; //view on page load\n}\nwindow.localStorage.removeItem('tgam_imgGallery');\nfunction trackPhotoView(index, length) {\nvar tig = {\"name\":'tgam_imgGallery', \"val\":util.getStoredValue('tgam_imgGallery')};\ns.events = \"event35\";\nvar usePageView = false;\nvar linkName = \"Photo gallery view\";\ns.prop1 = '';\ns.eVar1 = '';\n/* Check for restart */\nif (index == 1) {\nif (util.getStoredValue(tig.name) == undefined) {\n//s.events = s.apl(s.events, \"event36\", \",\", 1);\n//linkName = \"Photo gallery start\";\n}\n}\n/* Check for initial photo view or every third photo view */\nif (index % 3 == 0) {\ns.events = s.apl(s.events, \"event16\", \",\", 1);\nlinkName = \"\";\nusePageView = true;\ns.prop1 = index;\n} else {\ns.eVar1 = index;\n}\n/* Check for half-way point */\nvar half = Math.round(length / 2) + 1;\nif (index == (half - 1)) {\nif (util.getStoredValue(tig.name) == undefined) {\ns.events = s.apl(s.events, \"event37\", \",\", 1);\nlinkName = \"Half-way photo gallery view\";\n}\n}\n/* Check for complete */\nif (index == (length)) {\nif (util.getStoredValue(tig.name) == undefined) {\ns.events = s.apl(s.events, \"event38\", \",\", 1);\nlinkName = \"Completed photo gallery\";\nutil.store(tig.name, 'true');\n}\n}\nif (usePageView) {\ns.t();\n} else {\ns.linkTrackVars = 'events,eVar1,prop1';\ns.linkTrackEvents = s.events;\ns.tl(this, 'o', linkName);\n}\n}\n(function(global){\nvar g = global.TGAMD || false; return g && g.analytics ? g.analytics.bootstrap() : false\n})(window);\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\nvar s_code = s.t();\nif (s_code)document.write(s_code);//--><///--></script>\n<script language=\"JavaScript\" type=\"text/javascript\">\n<!--\nif (navigator.appVersion.indexOf('MSIE') >= 0)document.write(unescape('%3C') + '\\!-' + '-') // -->\n</script>\n<!-- DO NOT REMOVE -->\n<!-- End SiteCatalyst code version: H.17. -->\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n<div id=\"parsely-cfg\" data-parsely-site=\"globeandmail.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\nvar h=d.location.protocol, i=p+\"-\"+s,\ne=d.getElementById(i), r=d.getElementById(p+\"-root\"),\nu=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n:\"static.\"+p+\".com\";\nif (e) return;\ne = d.createElement(s); e.id = i; e.async = true;\ne.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n<script src=\"//cdn.optimizely.com/js/74698729.js\"></script>\n<script>\nif(location.href.indexOf(\"/life\" ) != -1) {\nconsole.log('broker code is working!');\nvar ComScoreLincoln = '<scr' + 'ipt type=\"text/javascript\" src=\"http://siterecruit.comscore.com/sr/globeandmail/broker.js\"></scr' + 'ipt>';\ndocument.write(ComScoreLincoln);\n}else{\nvar ComScoreForesee = '<scr' + 'ipt type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/static/foresee/foresee-trigger.js\"></scr' + 'ipt>';\ndocument.write(ComScoreForesee);\nif(util.getCookie('hd')!== null && (typeof FSR !== \"undefined\")){FSR.CPPS.set('username',util.getCookie('hd').split(\"|\")[1]);}\n}\n</script>\n</footer><!-- /.footer -->\n<div class=\"watchlist-briefcase-add\" style=\"display: none\">\n<div class=\"point\"></div>\n<div class=\"watchlist-briefcase-inner\">\n<div id=\"watchlist-briefcase-inner-addto\">\n<span class=\"button watchlist\">\n<a href=\"#\" class=\"toWatchlist\">\n<span class=\"img\"></span>\n<span>Add to Watchlist</span>\n</a>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-watchlist\">\n<h5>Add to Watchlist</h5>\n<form class=\"selectStock\" action=\"\" method=\"get\" accept-charset=\"utf-8\">\n<span class=\"button\">\n<input type=\"checkbox\" />\n<span class=\"stockSymbol\"></span>\n<span class=\"companyName\"></span>\n</span>\n<span class=\"styled_select\">\n<select id=\"copy-watchlist\" name=\"watchlistID\"></select>\n</span>\n<input class=\"button submitButton\" type=\"submit\" value=\"Add to Watchlist\" />\n</form>\n</div>\n<div id=\"watchlist-briefcase-inner-failed\">\n<h5></h5>\n<span class=\"failWrapper\">\n<span class=\"failIcon\"></span>\n<h3>We've run into a glitch. Please try again later.</h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-success\">\n<h5></h5>\n<span class=\"passWrapper\">\n<span class=\"passIcon\"></span>\n<h3>We've run into a glitch. Please try again later.</h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-mixed\">\n<h5></h5>\n<span class=\"cautionWrapper\">\n<span class=\"cautionIcon\"></span>\n<span class=\"button\">\n<span class=\"errorIcon\"></span>\n<span class=\"companyName\"></span>\n</span>\n<h3></h3>\n</span>\n</div>\n<div id=\"watchlist-briefcase-inner-loader\">\n</div>\n</div>\n</div>\n<script>\nvar ltData = [\n{\n\"name\": \"related stories\",\n\"ltname\": \"related_stories\",\n\"view\": \"stories\",\n\"wId\": \".lt1484\"\n},\n{\n\"name\": \"sidebar stories\",\n\"ltname\": \"sidebar_stories\",\n\"view\": \"aside\",\n\"wId\": \".lt1482\"\n},\n{\n\"name\": \"related stories bottom\",\n\"ltname\": \"related_stories_bottom\",\n\"view\": \"remainder\",\n\"wId\": \".lt644525\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299594\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299599\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt20737385\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13299736\"\n},\n{\n\"name\": \"in-the-know\",\n\"ltname\": \"in-the-know\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt13295670\"\n},\n{\n\"name\": \"most popular videos\",\n\"ltname\": \"most_popular_videos\",\n\"view\": \"slider\",\n\"wId\": \".lt4381250\"\n},\n{\n\"name\": \"highlights\",\n\"ltname\": \"highlights\",\n\"view\": \"storypicture\",\n\"wId\": \".lt10037053\"\n},\n{\n\"name\": \"highlights\",\n\"ltname\": \"highlights\",\n\"view\": \"storypicture\",\n\"wId\": \".lt6159672\"\n},\n{\n\"name\": \"more from the globe and mail\",\n\"ltname\": \"more_from_the_globe_and_mail\",\n\"view\": \"storypicture\",\n\"wId\": \".lt2231\"\n},\n{\n\"name\": \"more from the globe and mail\",\n\"ltname\": \"more_from_the_globe_and_mail\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4223134\"\n},\n{\n\"name\": \"most popular stories\",\n\"ltname\": \"most_popular_stories\",\n\"view\": \"storyheadline\",\n\"wId\": \".lt17409849\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197911\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197912\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197913\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197916\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197920\"\n},\n{\n\"name\": \"more top stories\",\n\"ltname\": \"more_top_stories\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197925\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197968\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197969\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197970\"\n},\n{\n\"name\": \"video\",\n\"ltname\": \"video\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4197971\"\n},\n{\n\"name\": \"photos\",\n\"ltname\": \"photos\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4178523\"\n},\n{\n\"name\": \"photos\",\n\"ltname\": \"photos\",\n\"view\": \"storypicture\",\n\"wId\": \".lt4178505\"\n},\n{\n\"name\": \"growl\",\n\"ltname\": \"growl\",\n\"view\": \"growl\",\n\"wId\": \"#article-finished\"\n},\n{\n\"name\": \"unlimited tout - top banner\",\n\"ltname\": \"unlimited_tout_-_top_banner\",\n\"view\": \"topbar\",\n\"wId\": \"#topSubscribeBanner\"\n}\n];\n$.each(ltData,function(i) {\n$('div'+ ltData[i].wId).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e,elm){\nvar title = $(this).text(), ltTitle = title.replace(title,'_'+title).toLowerCase(),clk,nam,artId;\nvar namAttr = $(this).attr('name').slice(3),gaqIndex = $(this).attr('name').replace('lt_','');\nvar dname = ltData[i].name.replace(\"'\",\"\\'\"), dltname = ltData[i].ltname.replace(\"'\",\"\\'\");\n/*console.log(\"dname =\"+dname);\nconsole.log(\"dltname =\"+dltname);*/\nif($(this).attr('href')!=undefined && $(this).attr('href').substring(1,0)!=\"#\"){\nvar urlArr = $(this).attr('href').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif($(this).attr('href')==undefined && $(this).attr('title')) {\nurlArr = $(this).attr('title').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif(artId==undefined&&ltData[i].view !='feature'){\nif(ltData[i].view =='topbar'|| dname =='growl' || dname =='paywall'){\nclk=\"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\"+namAttr+\"';s.prop39='\"+dname+\"';s.eVar34='\"+namAttr+\"';s.eVar35='\"+dname+\"';s.tl(this,'o','\"+namAttr+\"');\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr;\n}else{\nclk=\"s_objectID='\"+dltname+\"|\"+namAttr.toLowerCase()+\":\"+ltTitle+\"'\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr+\":\"+title;\n}\n}else{\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-internationalbusiness'+'-'+dname +'-'+ ltData[i].view + '&lid='+namAttr;\n}\n$(this).attr('onclick',clk).attr('name',nam);\n});\n$('aside'+ ltData[i].wId).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e,elm){\nvar title = $(this).text(), ltTitle = title.replace(title,'_'+title).toLowerCase(),clk,nam,artId;\nvar namAttr = $(this).attr('name').slice(3),gaqIndex = $(this).attr('name').replace('lt_','');\nvar dname = ltData[i].name.replace(\"'\",\"\\'\"), dltname = ltData[i].ltname.replace(\"'\",\"\\'\");\n/* console.log(\"111\");\nconsole.log(\"dname =\"+dname);\nconsole.log(\"dltname =\"+dltname); */\nif($(this).attr('href')!=undefined && $(this).attr('href').substring(1,0)!=\"#\"){\nvar urlArr = $(this).attr('href').split(\"/\");\n$.each(urlArr,function(o,no){\nif(no.indexOf(\"article\") != -1){artId = no.replace('article','');}\n});\n}\nif(artId==undefined&&ltData[i].view !='feature'){\nif(ltData[i].view =='topbar'|| dname =='growl' || dname =='paywall'){\nclk=\"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\"+namAttr+\"';s.prop39='\"+dname+\"';s.eVar34='\"+namAttr+\"';s.eVar35='\"+dname+\"';s.tl(this,'o','\"+namAttr+\"');\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr;\n}else{\nclk=\"s_objectID='\"+dltname+\"|\"+namAttr.toLowerCase()+\":\"+ltTitle+\"'\";\nnam=\"&lpos=\"+dname+\"&lid=\"+namAttr+\":\"+title;\n}\n}else{\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-internationalbusiness'+'-'+dname +'-'+ ltData[i].view + '&lid='+namAttr;\n}\n$(this).attr('onclick',clk).attr('name',nam);\n});\n});\n</script>\n<script>\nwindow._gaq = [\n['_setAccount','UA-9891422-4'],\n['_trackPageview'],\n['_setDomainName','.theglobeandmail.com']\n];\nutil.loadScript( ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js' );\nwindow.__gigyaConf = { connectWithoutLoginBehavior: 'alwaysLogin' };\nfunction udm_(a) {\nvar b = \"comScore=\", c = document, d = c.cookie, e = \"\", f = \"indexOf\", g = \"substring\", h = \"length\", i = 2048, j, k = \"&ns_\", l = \"&\", m, n, o, p, q = window, r = q.encodeURIComponent || escape;\nif (d[f](b) + 1)for (o = 0, n = d.split(\";\"), p = n[h]; o < p; o++)m = n[o][f](b), m + 1 && (e = l + unescape(n[o][g](m + b[h])));\na += k + \"_t=\" + +(new Date) + k + \"c=\" + (c.characterSet || c.defaultCharset || \"\") + \"&c8=\" + r(c.title) + e + \"&c7=\" + r(c.URL) + \"&c9=\" + r(c.referrer), a[h] > i && a[f](l) > 0 && (j = a[g](0, i - 8).lastIndexOf(l), a = (a[g](0, j) + k + \"cut=\" + r(a[g](j + 1)))[g](0, i)), c.images ? (m = new Image, q.ns_p || (ns_p = m), m.src = a) : c.write(\"<\", \"p\", \"><\", 'img src=\"', a, '\" height=\"1\" width=\"1\" alt=\"*\"', \"><\", \"/p\", \">\")\n}\nudm_('http' + (document.location.href.charAt(4) == 's' ? 's://sb' : '://b') + '.scorecardresearch.com/b?c1=2&c2=10251187');\ntry { util.mobile_redirect() } catch(e) {}\n</script>\n<script src='https://cdns.gigya.com/js/socialize.js?apiKey=2_oNjjtSC8Qc250slf83cZSd4sbCzOF4cCiqGIBF8__5dWzOJY_MLAoZvds76cHeQD'></script>\n<script src=\"http://b.scorecardresearch.com/c2/10251187/cs.js\"></script>\n<noscript><img src=\"https://sb.scorecardresearch.com/p?c1=2&amp;c2=10251187\" height=\"1\" width=\"1\" alt=\"*\">\n</noscript>\n<script>\n(function() { var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid',3796);ev.setAttribute('data-ev-tag-ocid',3480); ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ev, s);}\n)();\n</script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_N1427527596/www-js-global.js\" ></script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_1796771895/www-js-article-core.js\" ></script>\n<script type=\"text/javascript\" src=\"http://beta.images.theglobeandmail.com/bundle-js/gzip_N276987191/www-js-gallery-core.js\" ></script>\n<!-- pageEndInclude -->\n<script>\nglobe.gigya.comments.articleInfo('Production','art','22233509');\n$(document).ready(function() {\nwindow.TGAMLS = new GlobeLiveSuggest(jQuery, 'http://www.theglobeandmail.com/template/search/livesuggest.jsp?news=10&stocks=5&keywords=0&authors=3&sections=0&showHidden=false&q=');\nwindow.TGAMLS.addHandlers();\n});\n(function( root ){\nif ( !root.TGAMD ) return;\nif ( TGAMD.user.is.premium ) {\n$('.js-masthead-subscribe-button').remove();\n}\n})( this );\n$(document).ready(function() {\nvar _gigya_sb = new ShareBar({\nuserMessage: \"\",\ntitle: \"Oil prices and interest rates: What to watch in 2015\",\nlink: \"http://www.theglobeandmail.com/report-on-business/international-business/oil-prices-and-interest-rates-what-to-watch-in-2015/article22233509/\",\ndesc: \"Globe and Mail economics reporter David Parkinson asks four notable economists to share their views on the key issue that will grab their attention in the new year\",\nlinktext: \"Read this on The Globe and Mail\",\nimage: \"http://static.theglobeandmail.ca/6f7/report-on-business/international-business/article22233508.ece/ALTERNATES/w220/global-economy29rb1.JPG\"\n});\n_gigya_sb.init();\n});\n(function(p) {\nvar cfg = {\npersist: false,\ntxt:'Try Globe Unlimited - 1 month for just 99&cent;',\nurl:'https://sec.theglobeandmail.com/subscription/',\nbuttonTxt:'See my options!',\nadvPencil: true,\nadvSponsorship: true,\nadvRemovePencil: typeof advRemovePencil == 'undefined' ? false : true,\nadvStopPencil: typeof advStopPencil == 'undefined' ? false : true\n};\np.init(cfg);\n})( TGAMD.pencilAd );\n$(document).ready(function($) {\n$('.lt_track').each(function(index) {\n$(this).find('a[name^=\"lt_\"],button[name^=\"lt_\"],input[name^=\"lt_\"]').each(function(e, elm) {\nvar $link = $(this);\n$link.on(\"click\", { link: $link }, clickTrack);\n});\n});\n});\nfunction clickTrack(e) {\n//e.preventDefault();\nvar $clickedLink = e.data.link;\nvar title = $.trim($clickedLink.text());\nvar name = $.trim($clickedLink.attr('name'));\nvar ltTitle = \"_\"+title.toLowerCase();\nvar clk, nam, artId;\nvar namAttr = name.slice(3);\nvar gaqIndex = name.replace('lt_', '');\nvar ltview = $.trim($clickedLink.attr('ltview'));\nvar ltname = $.trim($clickedLink.attr('ltname'));\nvar dltname = ltname.replace(/'/g, \"\\'\");\nvar dname = dltname.replace(/_/g, \" \");\nif ($clickedLink.attr('href') != undefined && $clickedLink.attr('href').substring(1, 0) != \"#\") {\nvar urlArr = $clickedLink.attr('href').split(\"/\");\n$.each(urlArr, function(o, no) {\nif (no.indexOf(\"article\") != -1) { artId = no.replace('article', ''); }\n});\n}\nif (artId == undefined && ltview != 'feature') {\nif (ltview == 'topbar' || dname == 'growl' || dname == 'paywall' || dname == 'upsellFooter') {\nclk = \"var s=s_gi('bellgmpnewprod');s.linkTrackVars='prop38,prop39,eVar34,eVar35';s.prop38='\" + namAttr + \"';s.prop39='\" + dname + \"';s.eVar34='\" + namAttr + \"';s.eVar35='\" + dname + \"';s.tl(this,'o','\" + namAttr + \"');\";\nnam = \"&lpos=\" + dname + \"&lid=\" + namAttr;\n} else {\nclk = \"s_objectID='\" + dltname + \"|\" + namAttr.toLowerCase() + \":\" + ltTitle + \"'\";\nnam = \"&lpos=\" + dname + \"&lid=\" + namAttr + \":\" + title;\n}\n} else {\nclk=\"s_objectID='\"+artId+\"-\"+dltname+\"';\";\nnam='&lpos=art-internationalbusiness'+'-'+dname +'-'+ ltview + '&lid='+namAttr;\n}\n$clickedLink.attr('name',nam);\neval(clk);\n}\nvar clientDT = new Date().getTime();\ndocument.write('<img style=\"display:none;\" src=\"http://ece5stats1.theglobeandmail.com/analysis-logger/Logger?rt=1&ctxId=546&pubId=8&cat=&meta=read-column&objId=22233509&type=article&title=Oil+prices+and+interest+rates%3a+What+to+watch+in+2015&url=http%3a%2f%2fwww.theglobeandmail.com%2freport-on-business%2finternational-business%2foil-prices-and-interest-rates-what-to-watch-in-2015%2farticle22233509%2f&amp;clientDT=' + clientDT + '\" alt=\"\" width=\"1\" height=\"1\"/>');\n</script>\n</div><!-- /#page -->\n<div id=\"text-modal\" class=\"modal\">\n<div class=\"modal-header\">\n<a class=\"close\" data-dismiss=\"modal\">x</a>\n<h3>Customize your reading font</h3>\n<div id=\"fontsizes\">\n<a rel=\"fontxsmall\" class=\"btn btn_light\">XS</a>\n<a rel=\"fontsmall\" class=\"btn btn_light\">S</a>\n<a rel=\"fontmedium\" class=\"btn btn_light\">M</a>\n<a rel=\"fontlarge\" class=\"btn btn_light\">L</a>\n<a rel=\"fontxlarge\" class=\"btn btn_light\">XL</a>\n</div>\n</div>\n<div class=\"modal-body\">\n<a class=\"simplesans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"sans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"fancysans\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"serif\">The quick brown fox jumps over the lazy dog</a>\n<a class=\"fancyserif\">The quick brown fox jumps over the lazy dog</a>\n</div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/thekitchn.com1.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en\">\n<head>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n  \n\n  <title>Before & After:  Replacing Tiny Details in This Kitchen Made a Big Difference  — Reader Kitchen Remodel | The Kitchn</title>\n\n  <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"HzTq048ZM3fCoZHF1bJC5eFiFadN4RsG+4/rf4CnG5Y=\" name=\"csrf-token\" />\n<meta charset='utf-8'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"471a369590\",\"applicationID\":\"527147\",\"transactionName\":\"el0KEUMOWg0BR0lBX0pGF0pCCVkW\",\"queueTime\":0,\"applicationTime\":109,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Uw8HUEVWCgQBUFY=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta content=\"Kaycee shared her kitchen remodel with us as part of our Big Reveal contest earlier this year, and it's one of the best examples of just how much of a difference you can make in your space by paying attention to the little things. After all, the devil is in the details.   \tTake a look at how Kaycee's kitchen looks now.\" name='description'>\n<meta content='width=device-width, initial-scale=1' name='viewport'>\n<meta content='Before & After:  Replacing Tiny Details in This Kitchen Made a Big Difference  — Reader Kitchen Remodel' property='og:title'>\n<meta content=\"Kaycee shared her kitchen remodel with us as part of our Big Reveal contest earlier this year, and it's one of the best examples of just how much of a difference you can make in your space by paying attention to the little things. After all, the devil is in the details.   \tTake a look at how Kaycee's kitchen looks now.\" property='og:description'>\n<meta content='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' property='og:url'>\n<meta content='article' property='og:type'>\n<meta content='The Kitchn' property='og:site_name'>\n<meta content='1917611' property='fb:admins'>\n<meta content='http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.1500_s.fit_/1-before.png' property='og:image'>\n<meta content='summary' name='twitter:card'>\n<meta content='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' name='twitter:url'>\n<meta content='Before & After:  Replacing Tiny Details in This Kitchen Made a Big Difference  — Reader Kitchen Remodel' name='twitter:title'>\n<meta content=\"Kaycee shared her kitchen remodel with us as part of our Big Reveal contest earlier this year, and it's one of the best examples of just how much of a difference you can make in your space by paying attention to the little things. After all, the devil is in the details.   \tTake a look at how Kaycee's kitchen looks now.\" name='twitter:description'>\n<meta content='TheKitchn' name='twitter:site'>\n<meta content='http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.1500_s.fit_/1-before.png' name='twitter:image'>\n<meta content='#fdda24' name='msapplication-TileColor'>\n<meta content='http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-metro-tile-f89792519ef1b8afaa691dec8b2247dd.png' name='msapplication-TileImage'>\n<meta content='{\"title\":\"Before & After:  Replacing Tiny Details in This Kitchen Made a Big Difference  — Reader Kitchen Remodel\",\"link\":\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\",\"type\":\"post\",\"image_url\":\"http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.1500_s.fit_/1-before.png\",\"post_id\":214061,\"pub_date\":\"2014-12-18T15:00:00Z\",\"section\":\"Kitchens\",\"author\":\"Kristin Appenbrink\",\"tags\":[\"Renovating\",\"Kitchens & Spaces\",\"Before & After\"]}' name='parsely-page'>\n<meta content='http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.1500_s.fit_/1-before.png' name='thumbnail'>\n\n\n  <link rel=\"shortcut icon\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/thekitchn-favicon-a2e0f842aa84890d51f81fbc28236be8.ico\" />\n  <link href=\"https://plus.google.com/106296982733310215038/\" rel=\"publisher\" />\n\n  <link href=\"http://feeds.thekitchn.com/apartmenttherapy/thekitchn\" rel=\"alternate\" title=\"The Kitchn\" type=\"application/rss+xml\" />\n\n\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-114x114-99b0acb35cea377d0d777de5d7a43699.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-72x72-c3cf462008b10e4e58e2a89d9dd913eb.png\" />\n  <link rel=\"apple-touch-icon\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-ebcec0593e9f683b9a2ceaa8b4e10a51.png\" />\n\n    <link rel=\"canonical\" href=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" />\n\n\n  <!--[if gte IE 9]><!-->\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/application-033b165852fba53b5c149ed3489e9be5.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/print-44017d5e2b30ea915ca6346eaae08c58.css\" media=\"print\" rel=\"stylesheet\" />\n      <script>\n        window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\").createSVGRect&&!!document.implementation.hasFeature(\"http://www.w3.org/TR/SVG11/feature#Image\",\"1.1\"),A=function(A){var o=t.document.createElement(\"link\"),r=t.document.getElementsByTagName(\"script\")[0];o.rel=\"stylesheet\",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==\"}};\n        grunticon( [ \"\", \"http://a-fst1.apartmenttherapy.com/assets/util/svg/data-png-315c3cab574f11b87cfdd5037e9939dc.css\", \"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" ] );</script>\n      <noscript><link href=\"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" rel=\"stylesheet\"></noscript>\n  <!--<![endif]-->\n\n  <!--[if lt IE 9]>\n    <link href=\"/assets/ie8.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n    <link href=\"/assets/print.css\" media=\"print\" rel=\"stylesheet\" />\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/oldie-d911f36682a304ad64e563bfbff1e2e9.js\"></script>\n  <![endif]-->\n\n  <script src=\"http://a-fst1.apartmenttherapy.com/assets/head-d7db1ce8e71e9cac5ae606c59989cb55.js\"></script>\n\n\n\n\n\n  <script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n// Create AllSites ga tracking object\nga('create', 'UA-821548-11', 'auto', {\n  'name': 'AllSites'\n});\n\n// Enhanced link attribution - docs say must come after 'create'\nga('AllSites.require', 'linkid', 'linkid.js');\n\n// For demographic data\nga('AllSites.require', 'displayfeatures');\n\n// Set User-ID if logged in\nvar uid = $.cookie('user_id');\nif (uid) {\n  ga('AllSites.set', '&uid', uid);\n}\n\n// Set custom dimensions\n    ga('AllSites.set', 'dimension1', 'kristinappenbrink');\n\n  ga('AllSites.set', 'dimension2', 'kitchens');\n  ga('AllSites.set', 'dimension3', '2014-12-18');\n  ga('AllSites.set', 'dimension5', 'Before & After');\n\nif (window.AT && window.AT.Visitor) {\n  ga('AllSites.set', 'dimension9', AT.Visitor.OriginatingSource);\n}\n\n// Track pageview\nga('AllSites.send', 'pageview');\n</script>\n\n  <!-- Yieldbot.com Intent Tag LOADING -->\n<script type=\"text/javascript\">\nvar ybotq = ybotq || [];\n(function() {\n  var js = document.createElement('script');\n  js.src = '//cdn.yldbt.com/js/yieldbot.intent.js';\n  var node = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(js, node);\n})();\n</script>\n\n<!-- Yieldbot.com Intent Tag ACTIVATION -->\n<script type=\"text/javascript\">\nybotq.push(function () {\n\n  // TODO more config that should be contained\n  var ybot_pub_id_mobile  = 'c4a9';\n  var ybot_pub_id_desktop = '0828';\n\n  if(AT.CurrentSite.id === 2) {\n    ybot_pub_id_mobile  = 'af1b';\n    ybot_pub_id_desktop = 'cf43';\n  }\n\n  // Yieldbot's definition of \"mobile\"\n  var isYbotMobile = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) < 481);\n\n  if(isYbotMobile){\n    yieldbot.pub(ybot_pub_id_mobile);\n    yieldbot.defineSlot('sidebar');\n  }\n  else {\n    yieldbot.pub(ybot_pub_id_desktop);\n  }\n\n  yieldbot.enableAsync();\n  yieldbot.go();\n});\n</script>\n  <script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', '531267817007380']);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=531267817007380&amp;ev=PixelInitialized\" /></noscript>\n    <!-- SimpleReach -->\n  <script type=\"text/javascript\">\n    __reach_config = {\n      pid: \"5491ed5b97b0c969a6000034\",\n      title: \"Before & After: Replacing Tiny Details in This Kitchen Made a Big Difference Reader Kitchen Remodel\",\n      url: \"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\",\n      date: \"2014-12-18T15:00:00Z\",\n      authors: \"Kristin Appenbrink\",\n      channels: \"Kitchens\",\n      tags: [\"Renovating\",\"Kitchens & Spaces\",\"Before & After\"],\n      domain: \"thekitchn.com\",\n      iframe: true\n    };\n    (function(){\n      var s = document.createElement('script');\n      s.async = true;\n      s.type = 'text/javascript';\n      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n  </script>\n\n\n</head>\n<body itemscope itemtype=\"http://schema.org/WebSite\" class=\"thekitchn thekitchn-main postpage\">\n  <div class='dfp-ad' data-media='' data-slot='leaderboard' id='dfp-ad-leaderboard' style='display: none;'>\n</div>\n\n\n<div class='responsive-wrapper'>\n<header class='page-header' role='banner'>\n<a class='site-logo' href='/'>\n<span class='hide-small-down logo-thekitchn'>The Kitchn</span>\n<span class='hide-medium-up logo-thekitchn-horizontal'>The Kitchn</span>\n</a>\n<a class='off-screen-nav-toggle hide-medium-up' href='#off-screen-nav'>\n<i class='icon-triple-line icon-large'>Toggle menu</i>\n</a>\n<div class='header-meta'>\n<div class='header-meta-section icons-muted hide-small-down'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n<div class='header-meta-section js-account-link-container'></div>\n<!-- .header-meta-section.js-notifications-button-container.notifications-button -->\n<!-- .header-meta-section.js-react-notifications-modal-button-container -->\n<div class='header-meta-section'>\n<form action='/search' itemprop='potentialAction' itemscope itemtype='http://schema.org/SearchAction' method='get' role='search'>\n<meta content='http://www.thekitchn.com/search?q={q}' itemprop='target'>\n<label class='label-inline label-placeholder' for='search-input'>Search</label>\n<span class='input-icon-inset'>\n<input id='search-input' itemprop='query-input' name='q' required type='search'>\n<button class='icon-search icon-muted search-submit btn-unstyled' type='submit'></button>\n</span>\n</form>\n</div>\n</div>\n<nav class='primary-nav hide-small-down' role='navigation'>\n<ul class='unstyled inline-nav'>\n<li><a class=\"brand-nav-link nav-link recipes-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link advice-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link kitchens-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link drinks-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link gatherings-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link shopping-link\" href=\"/shopping\">Shopping</a></li>\n<li class='more-dropdown dropdown-wrapper'>\n<a class='dropdown-toggle nav-link brand-nav-link' href='#'>\nMore\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='dropdown'>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-link nav-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"nav-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled dropdown-nav'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/shopping\">Shopping</a></li>\n</ul>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</div>\n</li>\n<li><a class=\"brand-link nav-link\" href=\"http://www.apartmenttherapy.com\">Apartment Therapy</a></li>\n</ul>\n</nav>\n<div class='feature-scroll js-feature-scroll'></div>\n\n\n</header>\n\n</div>\n<div class='responsive-wrapper'>\n<div class='page-content'>\n<div class='layout-three-column'>\n<div class='content-column'>\n<main role='main'>\n<article class='full-post post'>\n<header class='post-header'>\n<a class='brand-link' href='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061'>\n<h1 class='post-title'>Before & After: <em>Replacing Tiny Details in This Kitchen Made a Big Difference</em></h1>\n<p class='post-subtitle'>Reader Kitchen Remodel</p>\n</a>\n</header>\n<div class='post-body branded-links'>\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 66.66666666666666%;'>\n<span data-src='http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.540_s.fit_/1-before.png'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.540_s.fit_/1-before.png\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fbefore-after-the-details-make-a-difference-reader-kitchen-remodel-214061&description=Before%20%26%20After%3A%20Replacing%20Tiny%20Details%20in%20This%20Kitchen%20Made%20a%20Big%20Difference%20%E2%80%94%20Reader%20Kitchen%20Remodel&media=http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.540_s.fit_/1-before.png\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<p>\n\tKaycee shared her kitchen remodel with us as part of our <a href=\"http://www.thekitchn.com/before-after-kaycees-budgetfriendly-brightening-update-the-big-reveal-205927\"><strong>Big Reveal contest</strong></a> earlier this year, and it's one of the best examples of just how much of a difference you can make in your space by paying attention to the little things. After all, the devil is in the details.\n</p>\n<p>\n\tTake a look at how Kaycee's kitchen looks now.\n</p>\n\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 63.51851851851852%;'>\n<span data-src='http://p-fst1.pixstatic.com/548f0d48697ab0451300c7a8/_w.540_s.fit_/2-after.png'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/548f0d48697ab0451300c7a8/_w.540_s.fit_/2-after.png\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fbefore-after-the-details-make-a-difference-reader-kitchen-remodel-214061&description=Before%20%26%20After%3A%20Replacing%20Tiny%20Details%20in%20This%20Kitchen%20Made%20a%20Big%20Difference%20%E2%80%94%20Reader%20Kitchen%20Remodel&media=http://p-fst2.pixstatic.com/548f0d48697ab0451300c7a8/_w.540_s.fit_/2-after.png\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<p>\n\t   Doesn't it look so much fresher? Kaycee writes that the cabinets were in good shape, but that they just needed a few improvements. First, she replaced the plastic hardware with silver metal hardware giving them a more expensive look (while not costing that much!).\n</p>\n<p>\n\tNext, she noted that the edging on the cabinets was the only thing that was betraying their age. So she removed it and replaced it with new laminate edging. Yes, it was an arduous process, but it made the cabinets look  brand new for a fraction of the cost.\n</p>\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 66.66666666666666%;'>\n<span data-src='http://p-fst2.pixstatic.com/548f0d48697ab0450f00c82c/_w.540_s.fit_/3-before.jpeg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/548f0d48697ab0450f00c82c/_w.540_s.fit_/3-before.jpeg\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fbefore-after-the-details-make-a-difference-reader-kitchen-remodel-214061&description=Before%20%26%20After%3A%20Replacing%20Tiny%20Details%20in%20This%20Kitchen%20Made%20a%20Big%20Difference%20%E2%80%94%20Reader%20Kitchen%20Remodel&media=http://p-fst2.pixstatic.com/548f0d48697ab0450f00c82c/_w.540_s.fit_/3-before.jpeg\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<p>\n\t   Kaycee also replaced some of the appliances, and gave the walls a fresh paint job.\n</p>\n<p>\n\tPossibly our favorite transformation is the built-in shelving in the dining area. Kaycee removed the scalloped molding and painted the wall to provide some much needed contrast. Then it was all about styling. Take a look at how it turned out.\n</p>\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 147.77777777777777%;'>\n<span data-src='http://p-fst1.pixstatic.com/548f0d48697ab044f000d002/_w.540_s.fit_/3-builtin.jpeg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/548f0d48697ab044f000d002/_w.540_s.fit_/3-builtin.jpeg\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fbefore-after-the-details-make-a-difference-reader-kitchen-remodel-214061&description=Before%20%26%20After%3A%20Replacing%20Tiny%20Details%20in%20This%20Kitchen%20Made%20a%20Big%20Difference%20%E2%80%94%20Reader%20Kitchen%20Remodel&media=http://p-fst1.pixstatic.com/548f0d48697ab044f000d002/_w.540_s.fit_/3-builtin.jpeg\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<p>\n\t   Looks fantastic! You can see more of <a href=\"http://www.thekitchn.com/before-after-kaycees-budgetfriendly-brightening-update-the-big-reveal-205927\"><strong>Kaycee's remodel here</strong></a>.\n</p>\n<div class=\"content-highlight\">\n\t<p style=\"text-align: center;\">\n\t\t <strong>Have a remodel or a DIY project to share with us? <br>\n\t\t <a href=\"http://www.thekitchn.com/submissions\">Submit it here!</a></strong>\n\t</p>\n</div>\n<div class='series-pagination'>\n<h3 class='brand-bg full-series-header'>\nMore posts in this series\n</h3>\n<h6 class='full-series-name post-series-name'>Before &amp; After</h6>\n<div class='link-pagination grid-row grid-no-gutters grid-no-collapse grid-collapse-mini grid-collapse-medium'>\n<div class='link-pagination-previous col-1-2'>\n<a class='media' href='http://www.thekitchn.com/before-after-a-quirky-kitchen-gets-a-farmhouse-makeover-reader-kitchen-remodel-214036'>\n<i class='media-object icon-arrow-left icon-larger'>Previous</i>\n<img alt=\"548ded5e697ab044fb008b68. w.60 h.60 s.centercrop \" class=\"media-object\" src=\"http://p-fst2.pixstatic.com/548ded5e697ab044fb008b68._w.60_h.60_s.centercrop_.jpg\" />\n<div class='media-body'>\nBefore & After: A Quirky Kitchen Gets a Farmhouse Makeover\n</div>\n</a>\n</div>\n<div class='link-pagination-next col-1-2'>\n<div class='no-pagination-link'>\nYou are on the last post of the series.\n</div>\n</div>\n</div>\n\n</div>\n\n\n<p>\n<small>(Image credits: <a href=\"http://www.thekitchn.com/before-after-kaycees-budgetfriendly-brightening-update-the-big-reveal-205927\">Kaycee - The Big Reveal</a>)</small>\n</p>\n</div>\n<footer>\n<div class='CakePusher' data-post-template='templates/objects/advertising/sponsored_post_pusher'>\n<div class='dfp-ad' data-media='' data-slot='sponsored_pusher' id='dfp-ad-sponsored_pusher' style='display: none;'>\n</div>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>You Might Also Like</h2>\n<div class='OUTBRAIN' data-ob-template='TheKitchn' data-src='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' data-widget-id='AR_6'></div>\n<h2 class='section-header'>Promoted Stories</h2>\n<div class='OUTBRAIN' data-ob-template='TheKitchn' data-src='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' data-widget-id='AR_7'></div>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n\n<h2 class='section-header'>Categories</h2>\n<div class='post-categories branded-links'>\n<a href=\"/main\">Main</a>,\n<a href=\"/kitchens\">Kitchens</a>,\n<a href=\"/categories/before_after\">Before &amp; After</a>,\n<a href=\"/categories/renovating\">Renovating</a>\n</div>\n</div>\n<div class='author-mini-bio grid-row grid-small-gutters grid-no-collapse'>\n<a class='col-1-5' href='/authors/kristinappenbrink' rel='author'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst1.pixstatic.com/53dbb353697ab0571a001497/_w.150_h.150_s.centercrop_x.50.0_y.50.0_/KA-square.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/53dbb353697ab0571a001497/_w.150_h.150_s.centercrop_x.50.0_y.50.0_/KA-square.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n<div class='col-4-5'>\n<h2 class='section-header'><a class=\"brand-link\" href=\"/authors/kristinappenbrink\" rel=\"author\">Kristin Appenbrink</a></h2>\n<p class='author-bio-body'>Kristin is a contributing editor for The Kitchn. A former <a href=\"http://kristinappenbrink.com\">editor</a> at <em>Real Simple</em>, she is compulsively organized and loves solving people's problems. She has a weakness for desserts, especially <a href=\"http://belinder.co\">ice cream.</a></p>\n</div>\n</div>\n\n<div class='post-byline'>\n<ul class='unstyled post-byline-sections'>\n<li>\n<time datetime='2014-12-18 10:00:00 -0500'>\n<a class=\"muted-link\" href=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" rel=\"bookmark\">12.18.14&nbsp;&nbsp; 10:00AM</a>\n</time>\n</li>\n</ul>\n</div>\n<div class='social-buttons'>\n<div class='social-button pinterest' data-social-action='article pin' data-social-network='pinterest' data-social-target='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' data-track-social>\n<a data-pin-config=\"beside\" data-pin-do=\"buttonPin\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fbefore-after-the-details-make-a-difference-reader-kitchen-remodel-214061&description=Before%20%26%20After%3A%20Replacing%20Tiny%20Details%20in%20This%20Kitchen%20Made%20a%20Big%20Difference&media=http://p-fst1.pixstatic.com/548f0d48697ab044fb00d097/_w.1500_s.fit_/1-before.png\"><img alt=\"Pin it button\" src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" /></a>\n</div>\n\n<div class='social-button facebook'>\n<div class='fb-like' data-href='http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061' data-layout='button_count'></div>\n</div>\n\n<div class='social-button twitter'>\n<a class=\"twitter-share-button tweet-home\" data-align=\"left\" data-text=\"Before &amp; After: Replacing Tiny Details in This Kitchen Made a Big Difference\" data-url=\"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\" data-via=\"TheKitchn\" href=\"http://twitter.com/share\" target=\"_blank\"></a>\n</div>\n\n</div>\n\n</footer>\n</article>\n<div class='js-tout-container'></div>\n<div class='dfp-ad' data-media='' data-slot='tout' id='dfp-ad-tout' style='display: none;'>\n</div>\n\n\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='small_down' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n</div>\n</div>\n<div class='js-post-comments-controller-container' data-post-id='214061' data-post-title='Before &amp; After: &lt;em&gt;Replacing Tiny Details in This Kitchen Made a Big Difference&lt;/em&gt; &lt;small&gt;Reader Kitchen Remodel&lt;/small&gt;' id='comments'></div>\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='' data-slot='midpage' id='dfp-ad-midpage' style='display: none;'>\n</div>\n\n<script>\n  $(function() {\n    $(document).trigger('load-js-comments');\n  });\n</script>\n</div>\n</div>\n<script>\n  AT = window.AT || {};\n  AT.CurrentPost = {\n    id: 214061,\n    title: \"Before & After: Replacing Tiny Details in This Kitchen Made a Big Difference\",\n    subtitle: \"Reader Kitchen Remodel\",\n    url: \"http://www.thekitchn.com/before-after-the-details-make-a-difference-reader-kitchen-remodel-214061\",\n    is_sponsored: false,\n    channel_basename: \"kitchens\",\n    comments_allowed: true,\n    comments_enabled: true\n  };\n</script>\n\n<div class='sticky-content-wrapper'><div class='dfp-ad' data-media='small_down' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n</div>\n</main>\n<nav class='categories-column hide-medium-down'>\n<div>\n<ul class='categories-nav section-border unstyled'>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li class='category-flyout-parent'>\n<a href='http://www.thekitchn.com/categories/how_to'>\nHow To\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/meat_tutorials\">Meat Tutorials</a></li>\n<li><a href=\"/categories/baking_tutorials\">Baking Tutorials</a></li>\n<li><a href=\"/categories/knife_tutorials\">Knife Tutorials</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.thekitchn.com/categories/tours'>\nTours\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/cooks_kitchen\">Cook&#39;s Kitchen</a></li>\n<li><a href=\"/categories/grower\">Grower</a></li>\n<li><a href=\"/categories/maker\">Maker</a></li>\n</ul>\n</div>\n</li>\n<li><a href=\"/categories/breakfast\">Breakfast</a></li>\n<li><a href=\"/categories/lunch\">Lunch</a></li>\n<li><a href=\"/categories/dinner\">Dinner</a></li>\n<li><a href=\"/categories/sweets\">Sweets</a></li>\n<li><a href=\"/categories/budget\">Budget</a></li>\n<li><a href=\"/categories/quick\">Quick</a></li>\n<li><a href=\"/categories/video\">Video</a></li>\n<li><a href=\"/submissions\">Ask a Question</a></li>\n<li><a class=\"brand-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n\n</div>\n<div class='content-section'>\n<a href='books/cookbook'>\n<img alt=\"Book kitchn cookbook thumb\" height=\"172\" src=\"http://a-fst1.apartmenttherapy.com/assets/book-kitchn-cookbook-thumb.jpg\" width=\"137\" />\n</a>\n<div class='category-column-caption'>\nThe Kitchn Cookbook\n<br>\n<em>Out now!</em>\n</div>\n<a class='btn btn-block brand-btn' href='/books/cookbook'>\nOrder It\n</a>\n</div>\n<div class='content-section'>\n<h2 class='section-header'>Email Updates</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"HzTq048ZM3fCoZHF1bJC5eFiFadN4RsG+4/rf4CnG5Y=\" /></div>\n<input name='lists[]' type='hidden' value='the_kitchn'>\n<label class='label-placeholder' for='sidebar-email-signup-input'>Email address:</label>\n<input id='sidebar-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='ab-slot-one'></div>\n<div class='ab-slot-two'></div>\n</nav>\n\n</div>\n<aside class='ad-column'>\n<div class='dfp-ad' data-media='medium_up' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n<div class='daily-find-teaser-block media'>\n<div class='media-object'>\n<a href='/ethiopian-hand-towels-from-creative-women-faiths-daily-find-010315-214352'>\n<div class='image-wrapper' style='max-width: 400.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/54961127dbfa3f5460019343/_w.400_h.400_s.centercrop_x.50.0_y.50.0_/DBK_4638_0181f043-6f59-49ef-9cf5-41f9e377d240_1024x1024.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/54961127dbfa3f5460019343/_w.400_h.400_s.centercrop_x.50.0_y.50.0_/DBK_4638_0181f043-6f59-49ef-9cf5-41f9e377d240_1024x1024.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n</div>\n<div class='media-body'>\n<h2 class='uppercase'>\n<a href=\"http://www.thekitchn.com/categories/daily_find\">Faith&rsquo;s Daily Find</a>\n</h2>\n<ol>\n<li><a href=\"/ethiopian-hand-towels-from-creative-women-faiths-daily-find-010315-214352\">Ethiopian Hand Towels from Creative Women</a></li>\n<li><a href=\"/fika-chocolatecovered-pills-faiths-daily-find-010215-214351\">FIKA Chocolate-Covered Pills</a></li>\n<li><a href=\"/champagne-flutes-from-govino-faiths-daily-find-123114-214350\">Champagne Flutes from Govino</a></li>\n</ol>\n<a class=\"brand-link nav-link daily-find-archive-link\" href=\"http://www.thekitchn.com/categories/daily_find\">See more <i class=\"icon-double-arrow-right\"></i></a>\n</div>\n</div>\n\n<div class='sticky-sidebar-with-ad'>\n<div class='dfp-ad' data-media='medium_up' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n\n</div>\n<div class='ad-column-third-party'>\n<div id='pubexchange_rail_list'></div>\n<script>\n  (function(d, s, id) {\n    var js, pjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id; js.async = true;\n    js.src = \"//cdn.pubexchange.com/modules/partner/the_kitchn\";\n    pjs.parentNode.insertBefore(js, pjs);\n  }(document, 'script', 'pubexchange-jssdk'));\n</script>\n\n</div>\n</aside>\n\n</div>\n</div>\n</div>\n\n<div class='responsive-wrapper'>\n<div class='page-footer'>\n<div class='grid-row grid-large-gutters'>\n<div class='col-3-4 hide-mini'>\n<div class='content-section'>\n<div class='grid-row grid-large-gutters grid-collapse-medium'>\n<div class='col-1-2 first-posts-row'>\n<div class='ab-slot-one'></div>\n</div>\n<div class='col-1-2'>\n<div class='ab-slot-two'></div>\n</div>\n</div>\n</div>\n<div class='grid-row grid-large-gutters grid-collapse-medium hide-small'>\n<div class='col-1-2'>\n<div class='content-section submit-story'>\n<h2 class='section-header'>Submit a Story</h2>\n<p>Got a tip, kitchen tour, or other story our readers should see?</p>\n<p>\n<a class='brand-link' href='/submissions'>Tell us about it!</a>\n</p>\n</div>\n</div>\n<div class='col-1-2'>\n<div class='content-section our-books'>\n<h2 class='section-header'>Read Our Books</h2>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/cookbook'>\n<div class='media-object book-5'></div>\n<div class='media-body'>\nThe Kitchn Cookbook\n<span class='muted'>(2014)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/1616280719/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-1'></div>\n<div class='media-body'>\nGood Food to Share\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/big-book'>\n<div class='media-object book-2'></div>\n<div class='media-body'>\nThe Big Book of Small, Cool Spaces\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0811859827/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-3'></div>\n<div class='media-body'>\nApartment Therapy Presents\n<span class='muted'>(2008)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0553383124/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-4'></div>\n<div class='media-body'>\nThe Eight-Step Home Cure\n<span class='muted'>(2006)</span>\n</div>\n</a>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class='col-1-4'>\n<div class='content-section'>\n<h2 class='section-header'>Join our email list</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"HzTq048ZM3fCoZHF1bJC5eFiFadN4RsG+4/rf4CnG5Y=\" /></div>\n<input name='lists[]' type='hidden' value='the_kitchn'>\n<label class='label-placeholder' for='footer-email-signup-input'>Email address:</label>\n<input id='footer-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h3 class='uppercase'><a class=\"brand-link advertise-link\" href=\"http://advertising.apartmenttherapy.com/\">Advertise With Us</a></h3>\n</div>\n<div class='content-section'>\n<ul class='unstyled footer-menu'>\n<li><a class=\"brand-link\" href=\"/about\">About The Kitchn</a></li>\n<li><a class=\"brand-link\" href=\"/contact\">Contact Us</a></li>\n<li><a class=\"brand-link\" href=\"/follow-us\">Follow Us</a></li>\n<li><a class=\"brand-link\" href=\"/press\">Press</a></li>\n<li><a class=\"brand-link\" href=\"/legal\">Legal</a></li>\n<li><a class=\"brand-link\" href=\"/privacy\">Privacy Policy</a></li>\n<li><a class=\"brand-link\" href=\"/commentpolicy\">Comment Policy</a></li>\n<li><a class=\"brand-link\" href=\"/team\">Our Team</a></li>\n<li><a class=\"brand-link\" href=\"/categories/sponsored_post\">Sponsored Posts</a></li>\n</ul>\n</div>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n<h3 class='footer-tagline brand-color'>inspiring cooks, nourishing homes</h3>\n<small>&copy; 2015 Apartment Therapy</small>\n</div>\n\n</div>\n<div class='off-screen-nav-cover'></div>\n<div id='off-screen-nav'>\n<a class='close-off-screen-nav muted-white-link' href='#'>\n<i class='icon-close icon-large'>Close menu</i>\n</a>\n<nav class='off-screen-links' role='navigation'>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"white-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"white-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"white-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"white-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"white-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"white-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"white-link\" href=\"/shopping\">Shopping</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"http://www.apartmenttherapy.com\">Apartment Therapy</a></li>\n<li><a class=\"white-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</nav>\n<div class='icons-white'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n\n\n\n  <script>\n    $(document).on('initialize-posts.LazyImage, initialize-images.LazyImage', function() {\n      $('.lazy-image:not(.initialized):visible').each(function() {\n        $(this)\n          .addClass('initialized')\n          .waypoint({\n            offset: '120%',\n            triggerOnce: true,\n            handler: function() {\n              var $lazy_image = $(this);\n              $lazy_image.attr('data-picture', true);\n              window.picturefill();\n\n              var $img = $lazy_image.find('img');\n              if ($img[0].complete) {\n                $lazy_image.addClass('loaded');\n              } else {\n                $img.one('load', function() { $lazy_image.addClass('loaded'); });\n              }\n            }\n          });\n      });\n    });\n    $(document).trigger('initialize-images.LazyImage');\n    $(window).on('resize.LazyImage', function() { $(document).trigger('initialize-images.LazyImage'); });\n  </script>\n\n  <div id=\"fb-root\"></div>\n\n  <script>\n  AT = window.AT || {};\n  AT.CurrentSite = {\"id\":2,\"name\":\"The Kitchn\",\"domain\":\"thekitchn.com\",\"slug\":\"thekitchn\",\"tagline\":\"Inspiring cooks, nourishing homes\",\"url\":\"http://www.thekitchn.com\",\"twitter_username\":\"TheKitchn\",\"facebook_url\":\"http://www.facebook.com/pages/The-Kitchn/65398579615\",\"cse_id\":\"004176398225520866731:6li1sbax-d8\",\"analytics_id\":\"UA-821548-11\",\"comscore_id\":\"6036036\",\"skimlinks_code\":\"34276X922256\",\"sitemeter_code\":\"s22sarakate\",\"myemma_id\":\"1372629\",\"blog_id\":6,\"created_at\":\"2012-09-14T17:39:00.700-04:00\",\"updated_at\":\"2014-07-28T15:51:48.492-04:00\",\"pinterest_url\":\"http://pinterest.com/thekitchn/\",\"default_profile_image_id\":\"50e34305dbd0cb6d93006cd4\",\"primary_color\":\"#fdda24\",\"instagram_username\":\"thekitchn\",\"google_plus_url\":null,\"tumblr_url\":null};\n  \n\n  AT.config = {\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.thekitchn.com',\n    pixtruder_cdn: 'http://p-fst1.pixstatic.com',\n      TKChannels: [\"kitchens\"],\n      feature_tower_unit_name: '/6782/TheKitchn/SponsoredPost/FeatureTower',\n    dfp_section: 'TheKitchn',\n    media_queries_mini: '(max-width: 23.99em)',\n    media_queries_medium: '(min-width: 48.5em) and (max-width: 59.99em)',\n    media_queries_medium_up: '(min-width: 48.5em)',    \n    media_queries_large: '(min-width: 60em)',\n    page_type: [\"post\"],\n      post_id: 214061,\n    environment: \"production\",\n    slots_tour_size_one: '(min-width: 770px) and (min-height: 612px)'\n  };\n\n\n  if (!window.Community) { Community = {}; }\n  Community.Config = {\n      commentable_id: 214061,\n      commentable_type: 'MovableTypePost',\n      commentable_title: \"Before \\u0026 After: \\u003cem\\u003eReplacing Tiny Details in This Kitchen Made a Big Difference\\u003c/em\\u003e \\u003csmall\\u003eReader Kitchen Remodel\\u003c/small\\u003e\",\n      author_community_user_id: null,\n      author_community_user_ids: [988809,9,868948,86343,1118944,772692,525266,498517,906374,558978,1056003,15853,342676,520044,159626,301,18,215,32928,1068846,1053572,57142,81564,31937,163491,1043488,168043,168813,128758,171327,43559,84319,31997,333077,224321,1061613,9,90382,354570,41130,47096,86806,1220,1124647,5476,446518,444871,488670,350774,35879,491090,195586,79457,252189,408632,263359,139606,300793,1175944,472742,136230,147862,1042135,330912,241326,481095,333031,772534,781847,980390,890947,778881,10,511648,252609,1044009,12,60852,1067475,36917,500398,124251,7,1031654,454644,492851,1016633,108701,244750,130553,165081,107285,101837,21353,1060939,1133012,578609,9,1002126,1146742,772383,585301,296462,174834,571254,281736,241079,4589,1021624,1035561,167865,256321,472575,1048331,160475,27023,1040143,14,1069],\n    cookie_suffix: \"\",\n    cookie_domain: \".thekitchn.com\",\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.thekitchn.com',\n    page_title: $('title')[0].text || \"N/A\"\n  };\n\n</script>\n\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/application-bdd2e122f0156ee67b9afe6761d444b2.js\"></script>\n\n  <script>AT.DFP.start();</script>\n\n  <script async=\"true\" defer=\"true\" type='text/javascript' src='http://letschipit.com/button/js.ashx'></script>\n\n  <script>\n  _atrk_opts = { atrk_acct:\"eobji1agq800Ux\", domain:\"thekitchn.com\",dynamic: true};\n  (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); })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=eobji1agq800Ux\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n  <script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/231033.js?r=\"+Math.random()*1e16+\"&m=1112&a=231033\"+(iatDev?\"&d=1\":\"\")))</script>\n  <script>\n  var _sf_async_config={};\n  /** CONFIGURATION START **/\n  _sf_async_config.uid = 1646;\n  _sf_async_config.domain = 'thekitchn.com';\n  _sf_async_config.sections = 'food';\n  _sf_async_config.authors = 'Kristin Appenbrink';\n  /** CONFIGURATION END **/\n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n         (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\n         'js/chartbeat.js');\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n       loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n  <script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6036036\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6036036&amp;cv=2.0&amp;cj=1\" alt=\"\" />\n</noscript>\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=dwpm3zcppfllny3nginxye3clu\"></script>\n  <div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"thekitchn.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n  <script type=\"text/javascript\">\n\n  var _qevents = _qevents || [];\n\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n    qacct:\"p-9e_lGUY-vZpsw\",\n    labels: \"kitchens\"\n  });\n</script>\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-9e_lGUY-vZpsw.gif?labels=kitchens\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n  <script>\n  \n  var noskimwords='true';\n</script>\n<script async=\"true\" defer=\"true\" type=\"text/javascript\" src=\"http://s.skimresources.com/js/34276X922256.skimlinks.js\"></script>\n\n  <script type=\"text/javascript\">\n  (function() {\n    function async_load(script_url){\n      var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://');\n      var s = document.createElement('script'); s.src = protocol + script_url;\n      var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);\n    }\n    bm_website_code = '7A41282CC1F34FB4';\n    jQuery(document).ready(function(){async_load('asset.pagefair.com/measure.min.js')});\n    jQuery(document).ready(function(){async_load('asset.pagefair.net/ads.min.js')});\n  })();\n</script>\n  <script type=\"text/javascript\">\n    adroll_adv_id = \"4GLTVDBLRBH6HH2H5QIV5H\";\n    adroll_pix_id = \"Z6BQW464OFFF7KCIWK3MT2\";\n (function () {\n  var _onload = function(){\n   if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n   if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n   var scr = document.createElement(\"script\");\n   var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n   scr.setAttribute('async', 'true');\n   scr.type = \"text/javascript\";\n   scr.src = host + \"/j/roundtrip.js\";\n   ((document.getElementsByTagName('head') || [null])[0] ||\n    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);};\n  if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n  else {window.attachEvent('onload', _onload)}}());\n</script>\n      <script>$.getScript(\"http://thekitchn.marcobot.com/polo-tk.js\");</script>\n\n</body>\n</html>\n\n\n"
  },
  {
    "path": "tests/data/html/thekitchn.com2.html",
    "content": "<!DOCTYPE html>\n<html class=\"no-js\" lang=\"en\">\n<head>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n  \n\n  <title>Drink Up! 15 Good Ideas for Beer and Wine — The Kitchn's Best of 2014 | The Kitchn</title>\n\n  <script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n  <meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"X1DGY5HInkMPB60rsA0CE+DLprO/uWAZY0js+kOsuN0=\" name=\"csrf-token\" />\n<meta charset='utf-8'>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"471a369590\",\"applicationID\":\"527147\",\"transactionName\":\"el0KEUMOWg0BR0lBX0pGF0pCCVkW\",\"queueTime\":0,\"applicationTime\":188,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"Uw8HUEVWCgQBUFY=\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n<meta content=\"As we're getting ready to raise a glass to the new year, we figure it's a perfect time to look back at all the great beer and wine ideas and information we shared in 2014.   \t  Whether you prefer a crisp white, a full-bodied red, or a hoppy IPA, we can help you become a more informed (and satisfied) drinker.\" name='description'>\n<meta content='width=device-width, initial-scale=1' name='viewport'>\n<meta content=\"Drink Up! 15 Good Ideas for Beer and Wine — The Kitchn's Best of 2014\" property='og:title'>\n<meta content=\"As we're getting ready to raise a glass to the new year, we figure it's a perfect time to look back at all the great beer and wine ideas and information we shared in 2014.   \t  Whether you prefer a crisp white, a full-bodied red, or a hoppy IPA, we can help you become a more informed (and satisfied) drinker.\" property='og:description'>\n<meta content='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' property='og:url'>\n<meta content='article' property='og:type'>\n<meta content='The Kitchn' property='og:site_name'>\n<meta content='1917611' property='fb:admins'>\n<meta content='http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.1500_s.fit_.jpg' property='og:image'>\n<meta content='summary' name='twitter:card'>\n<meta content='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' name='twitter:url'>\n<meta content=\"Drink Up! 15 Good Ideas for Beer and Wine — The Kitchn's Best of 2014\" name='twitter:title'>\n<meta content=\"As we're getting ready to raise a glass to the new year, we figure it's a perfect time to look back at all the great beer and wine ideas and information we shared in 2014.   \t  Whether you prefer a crisp white, a full-bodied red, or a hoppy IPA, we can help you become a more informed (and satisfied) drinker.\" name='twitter:description'>\n<meta content='TheKitchn' name='twitter:site'>\n<meta content='http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.1500_s.fit_.jpg' name='twitter:image'>\n<meta content='#fdda24' name='msapplication-TileColor'>\n<meta content='http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-metro-tile-f89792519ef1b8afaa691dec8b2247dd.png' name='msapplication-TileImage'>\n<meta content='{\"title\":\"Drink Up! 15 Good Ideas for Beer and Wine — The Kitchn\\u0027s Best of 2014\",\"link\":\"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\",\"type\":\"post\",\"image_url\":\"http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.1500_s.fit_.jpg\",\"post_id\":214146,\"pub_date\":\"2014-12-28T18:00:00Z\",\"section\":\"Drinks\",\"author\":\"Kristin Appenbrink\",\"tags\":[\"Beer\",\"Food & Ingredients\",\"Drinks\",\"2014\",\"The Kitchn Events\",\"Event Year\",\"Wine\",\"Roundup\",\"A Type of Post\",\"Best of the Year\",\"The Kitchn Editorial Posts\"]}' name='parsely-page'>\n<meta content='http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.1500_s.fit_.jpg' name='thumbnail'>\n\n\n  <link rel=\"shortcut icon\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/thekitchn-favicon-a2e0f842aa84890d51f81fbc28236be8.ico\" />\n  <link href=\"https://plus.google.com/106296982733310215038/\" rel=\"publisher\" />\n\n  <link href=\"http://feeds.thekitchn.com/apartmenttherapy/thekitchn\" rel=\"alternate\" title=\"The Kitchn\" type=\"application/rss+xml\" />\n\n\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-114x114-99b0acb35cea377d0d777de5d7a43699.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://a-fst2.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-72x72-c3cf462008b10e4e58e2a89d9dd913eb.png\" />\n  <link rel=\"apple-touch-icon\" href=\"http://a-fst1.apartmenttherapy.com/assets/favicons/thekitchn-apple-touch-icon-ebcec0593e9f683b9a2ceaa8b4e10a51.png\" />\n\n    <link rel=\"canonical\" href=\"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\" />\n\n\n  <!--[if gte IE 9]><!-->\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/application-033b165852fba53b5c149ed3489e9be5.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n      <link href=\"http://a-fst1.apartmenttherapy.com/assets/print-44017d5e2b30ea915ca6346eaae08c58.css\" media=\"print\" rel=\"stylesheet\" />\n      <script>\n        window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\").createSVGRect&&!!document.implementation.hasFeature(\"http://www.w3.org/TR/SVG11/feature#Image\",\"1.1\"),A=function(A){var o=t.document.createElement(\"link\"),r=t.document.getElementsByTagName(\"script\")[0];o.rel=\"stylesheet\",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==\"}};\n        grunticon( [ \"\", \"http://a-fst1.apartmenttherapy.com/assets/util/svg/data-png-315c3cab574f11b87cfdd5037e9939dc.css\", \"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" ] );</script>\n      <noscript><link href=\"http://a-fst2.apartmenttherapy.com/assets/util/svg/fallback-96766b492282211343c10bf0004c226e.css\" rel=\"stylesheet\"></noscript>\n  <!--<![endif]-->\n\n  <!--[if lt IE 9]>\n    <link href=\"/assets/ie8.css\" media=\"screen, projection\" rel=\"stylesheet\" />\n    <link href=\"/assets/print.css\" media=\"print\" rel=\"stylesheet\" />\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/oldie-d911f36682a304ad64e563bfbff1e2e9.js\"></script>\n  <![endif]-->\n\n  <script src=\"http://a-fst1.apartmenttherapy.com/assets/head-d7db1ce8e71e9cac5ae606c59989cb55.js\"></script>\n\n\n\n\n\n  <script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n// Create AllSites ga tracking object\nga('create', 'UA-821548-11', 'auto', {\n  'name': 'AllSites'\n});\n\n// Enhanced link attribution - docs say must come after 'create'\nga('AllSites.require', 'linkid', 'linkid.js');\n\n// For demographic data\nga('AllSites.require', 'displayfeatures');\n\n// Set User-ID if logged in\nvar uid = $.cookie('user_id');\nif (uid) {\n  ga('AllSites.set', '&uid', uid);\n}\n\n// Set custom dimensions\n    ga('AllSites.set', 'dimension1', 'kristinappenbrink');\n\n  ga('AllSites.set', 'dimension2', 'drinks');\n  ga('AllSites.set', 'dimension3', '2014-12-28');\n  ga('AllSites.set', 'dimension5', 'Roundup');\n\nif (window.AT && window.AT.Visitor) {\n  ga('AllSites.set', 'dimension9', AT.Visitor.OriginatingSource);\n}\n\n// Track pageview\nga('AllSites.send', 'pageview');\n</script>\n\n  <!-- Yieldbot.com Intent Tag LOADING -->\n<script type=\"text/javascript\">\nvar ybotq = ybotq || [];\n(function() {\n  var js = document.createElement('script');\n  js.src = '//cdn.yldbt.com/js/yieldbot.intent.js';\n  var node = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(js, node);\n})();\n</script>\n\n<!-- Yieldbot.com Intent Tag ACTIVATION -->\n<script type=\"text/javascript\">\nybotq.push(function () {\n\n  // TODO more config that should be contained\n  var ybot_pub_id_mobile  = 'c4a9';\n  var ybot_pub_id_desktop = '0828';\n\n  if(AT.CurrentSite.id === 2) {\n    ybot_pub_id_mobile  = 'af1b';\n    ybot_pub_id_desktop = 'cf43';\n  }\n\n  // Yieldbot's definition of \"mobile\"\n  var isYbotMobile = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) < 481);\n\n  if(isYbotMobile){\n    yieldbot.pub(ybot_pub_id_mobile);\n    yieldbot.defineSlot('sidebar');\n  }\n  else {\n    yieldbot.pub(ybot_pub_id_desktop);\n  }\n\n  yieldbot.enableAsync();\n  yieldbot.go();\n});\n</script>\n  <script>(function() {\nvar _fbq = window._fbq || (window._fbq = []);\nif (!_fbq.loaded) {\nvar fbds = document.createElement('script');\nfbds.async = true;\nfbds.src = '//connect.facebook.net/en_US/fbds.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(fbds, s);\n_fbq.loaded = true;\n}\n_fbq.push(['addPixelId', '531267817007380']);\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', 'PixelInitialized', {}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=531267817007380&amp;ev=PixelInitialized\" /></noscript>\n    <!-- SimpleReach -->\n  <script type=\"text/javascript\">\n    __reach_config = {\n      pid: \"5491ed5b97b0c969a6000034\",\n      title: \"Drink Up! 15 Good Ideas for Beer and Wine The Kitchn's Best of 2014\",\n      url: \"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\",\n      date: \"2014-12-28T18:00:00Z\",\n      authors: \"Kristin Appenbrink\",\n      channels: \"Drinks\",\n      tags: [\"Beer\",\"Food & Ingredients\",\"Drinks\",\"2014\",\"The Kitchn Events\",\"Event Year\",\"Wine\",\"Roundup\",\"A Type of Post\",\"Best of the Year\",\"The Kitchn Editorial Posts\"],\n      domain: \"thekitchn.com\",\n      iframe: true\n    };\n    (function(){\n      var s = document.createElement('script');\n      s.async = true;\n      s.type = 'text/javascript';\n      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n  </script>\n\n\n</head>\n<body itemscope itemtype=\"http://schema.org/WebSite\" class=\"thekitchn thekitchn-main postpage\">\n  <div class='dfp-ad' data-media='' data-slot='leaderboard' id='dfp-ad-leaderboard' style='display: none;'>\n</div>\n\n\n<div class='responsive-wrapper'>\n<header class='page-header' role='banner'>\n<a class='site-logo' href='/'>\n<span class='hide-small-down logo-thekitchn'>The Kitchn</span>\n<span class='hide-medium-up logo-thekitchn-horizontal'>The Kitchn</span>\n</a>\n<a class='off-screen-nav-toggle hide-medium-up' href='#off-screen-nav'>\n<i class='icon-triple-line icon-large'>Toggle menu</i>\n</a>\n<div class='header-meta'>\n<div class='header-meta-section icons-muted hide-small-down'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n<div class='header-meta-section js-account-link-container'></div>\n<!-- .header-meta-section.js-notifications-button-container.notifications-button -->\n<!-- .header-meta-section.js-react-notifications-modal-button-container -->\n<div class='header-meta-section'>\n<form action='/search' itemprop='potentialAction' itemscope itemtype='http://schema.org/SearchAction' method='get' role='search'>\n<meta content='http://www.thekitchn.com/search?q={q}' itemprop='target'>\n<label class='label-inline label-placeholder' for='search-input'>Search</label>\n<span class='input-icon-inset'>\n<input id='search-input' itemprop='query-input' name='q' required type='search'>\n<button class='icon-search icon-muted search-submit btn-unstyled' type='submit'></button>\n</span>\n</form>\n</div>\n</div>\n<nav class='primary-nav hide-small-down' role='navigation'>\n<ul class='unstyled inline-nav'>\n<li><a class=\"brand-nav-link nav-link recipes-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link advice-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link kitchens-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link drinks-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link gatherings-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"brand-nav-link nav-link channel-link shopping-link\" href=\"/shopping\">Shopping</a></li>\n<li class='more-dropdown dropdown-wrapper'>\n<a class='dropdown-toggle nav-link brand-nav-link' href='#'>\nMore\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='dropdown'>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-link nav-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"nav-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled dropdown-nav'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"brand-nav-link nav-link\" href=\"/shopping\">Shopping</a></li>\n</ul>\n<ul class='unstyled hide-large'>\n<li><a class=\"brand-nav-link nav-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</div>\n</li>\n<li><a class=\"brand-link nav-link\" href=\"http://www.apartmenttherapy.com\">Apartment Therapy</a></li>\n</ul>\n</nav>\n<div class='feature-scroll js-feature-scroll'></div>\n\n\n</header>\n\n</div>\n<div class='responsive-wrapper'>\n<div class='page-content'>\n<div class='layout-three-column'>\n<div class='content-column'>\n<main role='main'>\n<article class='full-post post'>\n<header class='post-header'>\n<a class='brand-link' href='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146'>\n<h1 class='post-title'>Drink Up! 15 Good Ideas for Beer and Wine</h1>\n<p class='post-subtitle'>The Kitchn's Best of 2014</p>\n</a>\n</header>\n<div class='post-body branded-links'>\n<div class='inline-gallery'>\n<div class='inline-gallery-image image-wrapper'>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.540_s.fit_.JPEG\" />\n</div>\n<div class='inline-gallery-caption'>\n<a href=\"http://www.thekitchn.com/why-chilling-your-beer-glass-isnt-a-waste-of-time-tapped-in-202857\">Why Chilling Your Beer Glass Isn't a Waste of Time</a>\n</div>\n<div class='gallery-thumbs'>\n<div class='grid-row grid-mini-gutters grid-no-collapse'>\n<div class='col col-1-5'><a class='current inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=0'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/why-chilling-your-beer-glass-isnt-a-waste-of-time-tapped-in-202857&quot;&gt;Why Chilling Your Beer Glass Isn&#39;t a Waste of Time&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.540_s.fit_.jpg\" src=\"http://p-fst2.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.150_h.150_s.centercrop_.JPEG\" title=\"Why Chilling Your Beer Glass Isn&#39;t a Waste of Time\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=1'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/the-bloody-beer-a-twoingredient-beer-cocktail-tapped-in-206884&quot;&gt;2-Ingredient Beer Cocktail Recipe: The Bloody Beer&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/53e77eaadbfa3f152f002915._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/53e77eaadbfa3f152f002915/_w.150_h.150_s.centercrop_/bloody%20beer.jpg\" title=\"2-Ingredient Beer Cocktail Recipe: The Bloody Beer\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=2'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/10-words-to-know-when-talking-about-beer-tapped-in-206505&quot;&gt;10 Words to Know When Talking About Beer&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/53da94a4dbfa3f5a4d0000a7._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/53da94a4dbfa3f5a4d0000a7/_w.150_h.150_s.centercrop_/kitchn%20bottle%20conditioned.jpg\" title=\"10 Words to Know When Talking About Beer\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=3'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/video-the-best-way-to-pour-a-beer-for-perfect-foam-video-tips-from-the-kitchn-203667&quot;&gt;Video: The Best Way to Pour a Beer for Perfect Foam&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/537a7689dbfa3f60e800d1d0._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/537a7689dbfa3f60e800d1d0/_w.150_h.150_s.centercrop_/Kitchn_Pour%20a%20Beer_thumb3.png\" title=\"Video: The Best Way to Pour a Beer for Perfect Foam\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=4'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/yes-glutenfree-beers-that-dont-suck-tapped-in-203370&quot;&gt;Yes! Here Are 6 Gluten-Free Beers That Don&#39;t Suck&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/536cc0b0dbfa3f557800021e._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/536cc0b0dbfa3f557800021e._w.150_h.150_s.centercrop_.JPEG\" title=\"Yes! Here Are 6 Gluten-Free Beers That Don&#39;t Suck\" /></a></div>\n</div>\n<div class='grid-row grid-mini-gutters grid-no-collapse'>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=5'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/5-tips-for-discovering-great-beer-when-traveling-tapped-in-205013&quot;&gt;5 Tips for Discovering Great Beer While Traveling&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/53a39a9adbfa3f4942006a08._w.540_s.fit_.jpg\" src=\"http://p-fst2.pixstatic.com/53a39a9adbfa3f4942006a08/_w.150_h.150_s.centercrop_/wicked%20weed%20downstairs%20bar.jpg\" title=\"5 Tips for Discovering Great Beer While Traveling\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=6'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/abv-ibu-srm-wtf-decoding-beer-acronyms-tapped-in-207649&quot;&gt;ABV, IBU, SRM—OMG! Decoding 3 Common Beer Acronyms&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/54005ff5dbfa3f158200000d._w.540_s.fit_.jpg\" src=\"http://p-fst2.pixstatic.com/54005ff5dbfa3f158200000d/_w.150_h.150_s.centercrop_/monkey%20chased.jpg\" title=\"ABV, IBU, SRM—OMG! Decoding 3 Common Beer Acronyms\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=7'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/5-styles-of-wine-to-bring-to-a-dinner-party-when-you-have-no-idea-what-will-be-served-199925&quot;&gt;5 Types of Wine to Bring to a Party When You Have No Idea What&#39;s For Dinner&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/52f2038b697ab040cd011575._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/52f2038b697ab040cd011575._w.150_h.150_s.centercrop_.JPEG\" title=\"5 Types of Wine to Bring to a Party When You Have No Idea What&#39;s For Dinner\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=8'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/how-to-open-a-bottle-of-wine-using-a-wine-key-corkscrew-55094&quot; target=&quot;_blank&quot;&gt;How to Open a Bottle of Wine Using a Wine Key Corkscrew&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/52f4280adbfa3f7009002d80._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/52f4280adbfa3f7009002d80._w.150_h.150_s.centercrop_.JPEG\" title=\"How to Open a Bottle of Wine Using a Wine Key Corkscrew\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=9'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/why-i-always-have-a-box-of-wine-in-my-refrigerator-203635&quot;&gt;Why I Always Have a Box of Wine in My Refrigerator&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/53764a3d697ab01f10002203._w.540_s.fit_.jpg\" src=\"http://p-fst2.pixstatic.com/53764a3d697ab01f10002203/_w.150_h.150_s.centercrop_/DSC_0006_2.jpg\" title=\"Why I Always Have a Box of Wine in My Refrigerator\" /></a></div>\n</div>\n<div class='grid-row grid-mini-gutters grid-no-collapse'>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=10'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/5-tips-for-pairing-wine-with-vegetables-207382&quot;&gt;6 Tips for Pairing Wine With Vegetables&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/53f6c55d2a099a555a000003._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/53f6c55d2a099a555a000003/_w.150_h.150_s.centercrop_/52f16db7697ab0409000fd19._w.540_s.fit_-1.jpg\" title=\"6 Tips for Pairing Wine With Vegetables\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=11'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/10-words-to-know-when-buying-white-wine-210697&quot;&gt;10 Words to Know When Buying White Wine&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/5421125f2a099a321b00cb19._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/5421125f2a099a321b00cb19/_w.150_h.150_s.centercrop_/DSC_0272.jpg\" title=\"10 Words to Know When Buying White Wine\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=12'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/10-words-to-know-when-buying-red-wine-wine-for-all-211774&quot;&gt;10 Words to Know When Buying Red Wine&lt;/a&gt;\" data-full-img-src=\"http://p-fst1.pixstatic.com/5344680b697ab06a0d004ecb._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/5344680b697ab06a0d004ecb._w.150_h.150_s.centercrop_.JPEG\" title=\"10 Words to Know When Buying Red Wine\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=13'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/tips-for-hosting-a-wine-tasting-party-wine-for-all-211761&quot;&gt;6 Tips for Hosting a Wine Tasting Party&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/544158f52a099a18c100057e._w.540_s.fit_.jpg\" src=\"http://p-fst1.pixstatic.com/544158f52a099a18c100057e/_w.150_h.150_s.centercrop_/DSC_0136_2.jpg\" title=\"6 Tips for Hosting a Wine Tasting Party\" /></a></div>\n<div class='col col-1-5'><a class='inline-gallery-thumbnail' href='/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146?img_idx=14'><img alt=\"\" data-caption=\"&lt;a href=&quot;http://www.thekitchn.com/the-best-way-to-preserve-an-open-bottle-of-wine-wine-for-all-213667&quot;&gt;The Best Way to Preserve an Open Bottle of Wine&lt;/a&gt;\" data-full-img-src=\"http://p-fst2.pixstatic.com/547f56692a099a57a9001eab._w.540_s.fit_.jpg\" src=\"http://p-fst2.pixstatic.com/547f56692a099a57a9001eab/_w.150_h.150_s.centercrop_/DSC_0376_2.jpg\" title=\"The Best Way to Preserve an Open Bottle of Wine\" /></a></div>\n</div>\n</div>\n</div>\n\n<p>\n\t  As we're getting ready to raise a glass to the new year, we figure it's a perfect time to look back at all the great beer and wine ideas and information we shared in 2014.\n</p>\n<p>\n\t  Whether you prefer a crisp white, a full-bodied red, or a hoppy IPA, we can help you become a more informed (and satisfied) drinker.\n</p>\n\n<h3> <strong>Give Me a Beer! </strong></h3>\n<ul>\n\t<li><a href=\"http://www.thekitchn.com/why-chilling-your-beer-glass-isnt-a-waste-of-time-tapped-in-202857\">Why Chilling Your Beer Glass Isn't a Waste of Time</a></li>\n\t<li><a href=\"http://www.thekitchn.com/the-bloody-beer-a-twoingredient-beer-cocktail-tapped-in-206884\">2-Ingredient Beer Cocktail Recipe: The Bloody Beer</a></li>\n\t<li><a href=\"http://www.thekitchn.com/10-words-to-know-when-talking-about-beer-tapped-in-206505\">10 Words to Know When Talking About Beer</a></li>\n\t<li><a href=\"http://www.thekitchn.com/video-the-best-way-to-pour-a-beer-for-perfect-foam-video-tips-from-the-kitchn-203667\">Video: The Best Way to Pour a Beer for Perfect Foam</a></li>\n\t<li><a href=\"http://www.thekitchn.com/yes-glutenfree-beers-that-dont-suck-tapped-in-203370\">Yes! Here Are 6 Gluten-Free Beers That Don't Suck</a></li>\n\t<li><a href=\"http://www.thekitchn.com/5-tips-for-discovering-great-beer-when-traveling-tapped-in-205013\">5 Tips for Discovering Great Beer While Traveling</a></li>\n\t<li><a href=\"http://www.thekitchn.com/abv-ibu-srm-wtf-decoding-beer-acronyms-tapped-in-207649\">ABV, IBU, SRM—OMG! Decoding 3 Common Beer Acronyms</a></li>\n</ul>\n<div class='image-wrapper mt-image-center' style='max-width: 540.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 144.45224719101125%;'>\n<span data-src='http://p-fst2.pixstatic.com/547f56692a099a57a9001eab/_w.540_s.fit_/DSC_0376_2.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/547f56692a099a57a9001eab/_w.540_s.fit_/DSC_0376_2.jpg\" />\n</noscript>\n</div>\n</span>\n<div class='image-controls'>\n<a class=\"custom-pinterest-button\" data-social-action=\"lazy image pin\" data-social-network=\"pinterest\" data-social-target=\"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\" data-track-social=\"true\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fdrink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146&description=Drink%20Up%21%2015%20Good%20Ideas%20for%20Beer%20and%20Wine%20%E2%80%94%20The%20Kitchn%27s%20Best%20of%202014&media=http://p-fst2.pixstatic.com/547f56692a099a57a9001eab/_w.540_s.fit_/DSC_0376_2.jpg\"><img alt=\"Pin it button big\" src=\"http://a-fst1.apartmenttherapy.com/assets/social/pin_it_button_big.png\" /></a>\n\n</div>\n</div>\n\n<h3> <strong>Pour Me a Glass of Wine</strong></h3>\n<ul>\n\t<li><a href=\"http://www.thekitchn.com/5-styles-of-wine-to-bring-to-a-dinner-party-when-you-have-no-idea-what-will-be-served-199925\">5 Types of Wine to Bring to a Party When You Have No Idea What's For Dinner</a></li>\n\t<li><a href=\"http://www.thekitchn.com/how-to-open-a-bottle-of-wine-using-a-wine-key-corkscrew-55094\" target=\"_blank\">How to Open a Bottle of Wine Using a Wine Key Corkscrew</a></li>\n\t<li><a href=\"http://www.thekitchn.com/why-i-always-have-a-box-of-wine-in-my-refrigerator-203635\">Why I Always Have a Box of Wine in My Refrigerator</a></li>\n\t<li><a href=\"http://www.thekitchn.com/5-tips-for-pairing-wine-with-vegetables-207382\">6 Tips for Pairing Wine With Vegetables</a></li>\n\t<li><a href=\"http://www.thekitchn.com/10-words-to-know-when-buying-white-wine-210697\">10 Words to Know When Buying White Wine</a></li>\n\t<li><a href=\"http://www.thekitchn.com/10-words-to-know-when-buying-red-wine-wine-for-all-211774\">10 Words to Know When Buying Red Wine</a></li>\n\t<li><a href=\"http://www.thekitchn.com/tips-for-hosting-a-wine-tasting-party-wine-for-all-211761\">6 Tips for Hosting a Wine Tasting Party</a></li>\n\t<li><a href=\"http://www.thekitchn.com/the-best-way-to-preserve-an-open-bottle-of-wine-wine-for-all-213667\">The Best Way to Preserve an Open Bottle of Wine</a></li>\n</ul>\n<p style=\"text-align: center;\">\n\t * * *\n</p>\n<h3 style=\"text-align: center;\">Welcome to The Kitchn's Best of 2014 roundup!</h3>\n<p style=\"text-align: center;\">\n\t <em>From December 22 through January 4 we are rounding up our favorite (and your favorite) posts from the past year. </em><em>Happy Holidays!</em>\n</p>\n<div class='series-pagination'>\n<h3 class='brand-bg full-series-header'>\nMore posts in this series\n</h3>\n<h6 class='full-series-name post-series-name'>The Kitchn's Best of 2014</h6>\n<div class='link-pagination grid-row grid-no-gutters grid-no-collapse grid-collapse-mini grid-collapse-medium'>\n<div class='link-pagination-previous col-1-2'>\n<a class='media' href='http://www.thekitchn.com/18-things-we-learned-about-coffee-in-2014-the-kitchns-best-of-2014-214131'>\n<i class='media-object icon-arrow-left icon-larger'>Previous</i>\n<img alt=\"542b45a1dbfa3f6d25000ceb. w.60 h.60 s.centercrop \" class=\"media-object\" src=\"http://p-fst2.pixstatic.com/542b45a1dbfa3f6d25000ceb._w.60_h.60_s.centercrop_.jpg\" />\n<div class='media-body'>\n18 Things We Learned About Coffee in 2014\n</div>\n</a>\n</div>\n<div class='link-pagination-next col-1-2'>\n<a class='media' href='http://www.thekitchn.com/10-projects-for-a-happier-kitchen-the-kitchns-best-of-2014-214153'>\n<i class='media-object-right icon-arrow-right icon-larger'>Next</i>\n<img alt=\"5417c0272a099a416a00c49b. w.60 h.60 s.centercrop \" class=\"media-object-right\" src=\"http://p-fst1.pixstatic.com/5417c0272a099a416a00c49b._w.60_h.60_s.centercrop_.jpg\" />\n<div class='media-body'>\n10 Projects for a Happier Kitchen\n</div>\n</a>\n</div>\n</div>\n\n</div>\n\n\n<p>\n<small>(Image credits: <a href=\"/authors/caseybarber\">Casey Barber</a>; <a href=\"http://www.apartmenttherapy.com/authors/rebeccab\">Rebecca Blumhagen</a>; <a href=\"/authors/jhenderson\">Jayme Henderson</a>; <a href=\"/authors/echristensen\">Emma Christensen</a>; <a href=\"http://www.thekitchn.com/authors/faith\">Faith Durand</a>; <a href=\"/authors/jillhough\">Jill Silverman Hough</a>)</small>\n</p>\n</div>\n<footer>\n<div class='CakePusher' data-post-template='templates/objects/advertising/sponsored_post_pusher'>\n<div class='dfp-ad' data-media='' data-slot='sponsored_pusher' id='dfp-ad-sponsored_pusher' style='display: none;'>\n</div>\n\n</div>\n<div class='content-section'>\n<h2 class='section-header'>You Might Also Like</h2>\n<div class='OUTBRAIN' data-ob-template='TheKitchn' data-src='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' data-widget-id='AR_6'></div>\n<h2 class='section-header'>Promoted Stories</h2>\n<div class='OUTBRAIN' data-ob-template='TheKitchn' data-src='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' data-widget-id='AR_7'></div>\n<script async='async' src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n\n<h2 class='section-header'>Categories</h2>\n<div class='post-categories branded-links'>\n<a href=\"/main\">Main</a>,\n<a href=\"/drinks\">Drinks</a>,\n<a href=\"/categories/2014\">2014</a>,\n<a href=\"/categories/beer\">Beer</a>,\n<a href=\"/categories/best_of_the_year\">Best of the Year</a>,\n<a href=\"/categories/roundup\">Roundup</a>,\n<a href=\"/categories/wine\">Wine</a>\n</div>\n</div>\n<div class='author-mini-bio grid-row grid-small-gutters grid-no-collapse'>\n<a class='col-1-5' href='/authors/kristinappenbrink' rel='author'>\n<div class='image-wrapper' style='max-width: 150.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/53dbb353697ab0571a001497/_w.150_h.150_s.centercrop_x.50.0_y.50.0_/KA-square.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst2.pixstatic.com/53dbb353697ab0571a001497/_w.150_h.150_s.centercrop_x.50.0_y.50.0_/KA-square.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n<div class='col-4-5'>\n<h2 class='section-header'><a class=\"brand-link\" href=\"/authors/kristinappenbrink\" rel=\"author\">Kristin Appenbrink</a></h2>\n<p class='author-bio-body'>Kristin is a contributing editor for The Kitchn. A former <a href=\"http://kristinappenbrink.com\">editor</a> at <em>Real Simple</em>, she is compulsively organized and loves solving people's problems. She has a weakness for desserts, especially <a href=\"http://belinder.co\">ice cream.</a></p>\n</div>\n</div>\n\n<div class='post-byline'>\n<ul class='unstyled post-byline-sections'>\n<li>\n<time datetime='2014-12-28 13:00:00 -0500'>\n<a class=\"muted-link\" href=\"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\" rel=\"bookmark\">12.28.14&nbsp;&nbsp;  1:00PM</a>\n</time>\n</li>\n</ul>\n</div>\n<div class='social-buttons'>\n<div class='social-button pinterest' data-social-action='article pin' data-social-network='pinterest' data-social-target='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' data-track-social>\n<a data-pin-config=\"beside\" data-pin-do=\"buttonPin\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.thekitchn.com%2Fdrink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146&description=Drink%20Up%21%2015%20Good%20Ideas%20for%20Beer%20and%20Wine&media=http://p-fst1.pixstatic.com/535a88fadbfa3f7a3f0000b4._w.1500_s.fit_.jpg\"><img alt=\"Pin it button\" src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" /></a>\n</div>\n\n<div class='social-button facebook'>\n<div class='fb-like' data-href='http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146' data-layout='button_count'></div>\n</div>\n\n<div class='social-button twitter'>\n<a class=\"twitter-share-button tweet-home\" data-align=\"left\" data-text=\"Drink Up! 15 Good Ideas for Beer and Wine\" data-url=\"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\" data-via=\"TheKitchn\" href=\"http://twitter.com/share\" target=\"_blank\"></a>\n</div>\n\n</div>\n\n</footer>\n</article>\n<div class='js-tout-container'></div>\n<div class='dfp-ad' data-media='' data-slot='tout' id='dfp-ad-tout' style='display: none;'>\n</div>\n\n\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='small_down' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n</div>\n</div>\n<div class='js-post-comments-controller-container' data-post-id='214146' data-post-title=\"Drink Up! 15 Good Ideas for Beer and Wine &lt;small&gt;The Kitchn's Best of 2014&lt;/small&gt;\" id='comments'></div>\n<div class='grid-row'>\n<div class='col-no-padding col-1-1'>\n<div class='dfp-ad' data-media='' data-slot='midpage' id='dfp-ad-midpage' style='display: none;'>\n</div>\n\n<script>\n  $(function() {\n    $(document).trigger('load-js-comments');\n  });\n</script>\n</div>\n</div>\n<script>\n  AT = window.AT || {};\n  AT.CurrentPost = {\n    id: 214146,\n    title: \"Drink Up! 15 Good Ideas for Beer and Wine\",\n    subtitle: \"The Kitchn's Best of 2014\",\n    url: \"http://www.thekitchn.com/drink-up-15-good-ideas-for-beer-and-wine-the-kitchns-best-of-2014-214146\",\n    is_sponsored: false,\n    channel_basename: \"drinks\",\n    comments_allowed: true,\n    comments_enabled: true\n  };\n</script>\n\n<div class='sticky-content-wrapper'><div class='dfp-ad' data-media='small_down' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n</div>\n</main>\n<nav class='categories-column hide-medium-down'>\n<div>\n<ul class='categories-nav section-border unstyled'>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li class='category-flyout-parent'>\n<a href='http://www.thekitchn.com/categories/how_to'>\nHow To\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/meat_tutorials\">Meat Tutorials</a></li>\n<li><a href=\"/categories/baking_tutorials\">Baking Tutorials</a></li>\n<li><a href=\"/categories/knife_tutorials\">Knife Tutorials</a></li>\n</ul>\n</div>\n</li>\n<li class='category-flyout-parent'>\n<a href='http://www.thekitchn.com/categories/tours'>\nTours\n<i class='icon-arrow-down icon-small'></i>\n</a>\n<div class='category-flyout'>\n<ul class='unstyled'>\n<li><a href=\"/categories/cooks_kitchen\">Cook&#39;s Kitchen</a></li>\n<li><a href=\"/categories/grower\">Grower</a></li>\n<li><a href=\"/categories/maker\">Maker</a></li>\n</ul>\n</div>\n</li>\n<li><a href=\"/categories/breakfast\">Breakfast</a></li>\n<li><a href=\"/categories/lunch\">Lunch</a></li>\n<li><a href=\"/categories/dinner\">Dinner</a></li>\n<li><a href=\"/categories/sweets\">Sweets</a></li>\n<li><a href=\"/categories/budget\">Budget</a></li>\n<li><a href=\"/categories/quick\">Quick</a></li>\n<li><a href=\"/categories/video\">Video</a></li>\n<li><a href=\"/submissions\">Ask a Question</a></li>\n<li><a class=\"brand-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n\n</div>\n<div class='content-section'>\n<a href='books/cookbook'>\n<img alt=\"Book kitchn cookbook thumb\" height=\"172\" src=\"http://a-fst1.apartmenttherapy.com/assets/book-kitchn-cookbook-thumb.jpg\" width=\"137\" />\n</a>\n<div class='category-column-caption'>\nThe Kitchn Cookbook\n<br>\n<em>Out now!</em>\n</div>\n<a class='btn btn-block brand-btn' href='/books/cookbook'>\nOrder It\n</a>\n</div>\n<div class='content-section'>\n<h2 class='section-header'>Email Updates</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"X1DGY5HInkMPB60rsA0CE+DLprO/uWAZY0js+kOsuN0=\" /></div>\n<input name='lists[]' type='hidden' value='the_kitchn'>\n<label class='label-placeholder' for='sidebar-email-signup-input'>Email address:</label>\n<input id='sidebar-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='ab-slot-one'></div>\n<div class='ab-slot-two'></div>\n</nav>\n\n</div>\n<aside class='ad-column'>\n<div class='dfp-ad' data-media='medium_up' data-slot='top' id='dfp-ad-top' style='display: none;'>\n</div>\n\n<div class='daily-find-teaser-block media'>\n<div class='media-object'>\n<a href='/ethiopian-hand-towels-from-creative-women-faiths-daily-find-010315-214352'>\n<div class='image-wrapper' style='max-width: 400.0px;'>\n<span class='image lazy-image' data-alt=''>\n<div class='pad' style='padding-bottom: 100.0%;'>\n<span data-src='http://p-fst2.pixstatic.com/54961127dbfa3f5460019343/_w.400_h.400_s.centercrop_x.50.0_y.50.0_/DBK_4638_0181f043-6f59-49ef-9cf5-41f9e377d240_1024x1024.jpg'></span>\n<noscript>\n<img alt=\"\" src=\"http://p-fst1.pixstatic.com/54961127dbfa3f5460019343/_w.400_h.400_s.centercrop_x.50.0_y.50.0_/DBK_4638_0181f043-6f59-49ef-9cf5-41f9e377d240_1024x1024.jpg\" />\n</noscript>\n</div>\n</span>\n</div>\n\n</a>\n</div>\n<div class='media-body'>\n<h2 class='uppercase'>\n<a href=\"http://www.thekitchn.com/categories/daily_find\">Faith&rsquo;s Daily Find</a>\n</h2>\n<ol>\n<li><a href=\"/ethiopian-hand-towels-from-creative-women-faiths-daily-find-010315-214352\">Ethiopian Hand Towels from Creative Women</a></li>\n<li><a href=\"/fika-chocolatecovered-pills-faiths-daily-find-010215-214351\">FIKA Chocolate-Covered Pills</a></li>\n<li><a href=\"/champagne-flutes-from-govino-faiths-daily-find-123114-214350\">Champagne Flutes from Govino</a></li>\n</ol>\n<a class=\"brand-link nav-link daily-find-archive-link\" href=\"http://www.thekitchn.com/categories/daily_find\">See more <i class=\"icon-double-arrow-right\"></i></a>\n</div>\n</div>\n\n<div class='sticky-sidebar-with-ad'>\n<div class='dfp-ad' data-media='medium_up' data-slot='sidebar' id='dfp-ad-sidebar' style='display: none;'>\n</div>\n\n</div>\n<div class='ad-column-third-party'>\n<h3 class='section-header'>Around the Web</h3>\n<div id='zergnet-widget-27077'></div>\n<script>\n  (function() {\n    var zergnet = document.createElement('script');\n    zergnet.type = 'text/javascript'; zergnet.async = true;\n    zergnet.src = 'http://www.zergnet.com/zerg.js?id=27077';\n    var znscr = document.getElementsByTagName('script')[0];\n    znscr.parentNode.insertBefore(zergnet, znscr);\n  })();\n</script>\n\n</div>\n</aside>\n\n</div>\n</div>\n</div>\n\n<div class='responsive-wrapper'>\n<div class='page-footer'>\n<div class='grid-row grid-large-gutters'>\n<div class='col-3-4 hide-mini'>\n<div class='content-section'>\n<div class='grid-row grid-large-gutters grid-collapse-medium'>\n<div class='col-1-2 first-posts-row'>\n<div class='ab-slot-one'></div>\n</div>\n<div class='col-1-2'>\n<div class='ab-slot-two'></div>\n</div>\n</div>\n</div>\n<div class='grid-row grid-large-gutters grid-collapse-medium hide-small'>\n<div class='col-1-2'>\n<div class='content-section submit-story'>\n<h2 class='section-header'>Submit a Story</h2>\n<p>Got a tip, kitchen tour, or other story our readers should see?</p>\n<p>\n<a class='brand-link' href='/submissions'>Tell us about it!</a>\n</p>\n</div>\n</div>\n<div class='col-1-2'>\n<div class='content-section our-books'>\n<h2 class='section-header'>Read Our Books</h2>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/cookbook'>\n<div class='media-object book-5'></div>\n<div class='media-body'>\nThe Kitchn Cookbook\n<span class='muted'>(2014)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/1616280719/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-1'></div>\n<div class='media-body'>\nGood Food to Share\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='/books/big-book'>\n<div class='media-object book-2'></div>\n<div class='media-body'>\nThe Big Book of Small, Cool Spaces\n<span class='muted'>(2010)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0811859827/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-3'></div>\n<div class='media-body'>\nApartment Therapy Presents\n<span class='muted'>(2008)</span>\n</div>\n</a>\n</div>\n<div class='our-book-blurb'>\n<a class='our-book-link media' href='http://www.amazon.com/dp/0553383124/?tag=apartmentth0a-20' rel='nofollow'>\n<div class='media-object book-4'></div>\n<div class='media-body'>\nThe Eight-Step Home Cure\n<span class='muted'>(2006)</span>\n</div>\n</a>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class='col-1-4'>\n<div class='content-section'>\n<h2 class='section-header'>Join our email list</h2>\n<form accept-charset=\"UTF-8\" action=\"/mailing_list\" class=\"mini-email-signup\" method=\"post\"><div style=\"display:none\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"_method\" type=\"hidden\" value=\"put\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"X1DGY5HInkMPB60rsA0CE+DLprO/uWAZY0js+kOsuN0=\" /></div>\n<input name='lists[]' type='hidden' value='the_kitchn'>\n<label class='label-placeholder' for='footer-email-signup-input'>Email address:</label>\n<input id='footer-email-signup-input' name='email' type='email'>\n<input class='btn btn-block brand-btn' type='submit' value='Sign up'>\n</form>\n\n</div>\n<div class='content-section'>\n<h3 class='uppercase'><a class=\"brand-link advertise-link\" href=\"http://advertising.apartmenttherapy.com/\">Advertise With Us</a></h3>\n</div>\n<div class='content-section'>\n<ul class='unstyled footer-menu'>\n<li><a class=\"brand-link\" href=\"/about\">About The Kitchn</a></li>\n<li><a class=\"brand-link\" href=\"/contact\">Contact Us</a></li>\n<li><a class=\"brand-link\" href=\"/follow-us\">Follow Us</a></li>\n<li><a class=\"brand-link\" href=\"/press\">Press</a></li>\n<li><a class=\"brand-link\" href=\"/legal\">Legal</a></li>\n<li><a class=\"brand-link\" href=\"/privacy\">Privacy Policy</a></li>\n<li><a class=\"brand-link\" href=\"/commentpolicy\">Comment Policy</a></li>\n<li><a class=\"brand-link\" href=\"/team\">Our Team</a></li>\n<li><a class=\"brand-link\" href=\"/categories/sponsored_post\">Sponsored Posts</a></li>\n</ul>\n</div>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n<h3 class='footer-tagline brand-color'>inspiring cooks, nourishing homes</h3>\n<small>&copy; 2015 Apartment Therapy</small>\n</div>\n\n</div>\n<div class='off-screen-nav-cover'></div>\n<div id='off-screen-nav'>\n<a class='close-off-screen-nav muted-white-link' href='#'>\n<i class='icon-close icon-large'>Close menu</i>\n</a>\n<nav class='off-screen-links' role='navigation'>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"/maker_talks\">Maker Talks</a></li>\n<li><a class=\"white-link\" href=\"/categories/video\">Video</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"white-link\" href=\"/recipes\">Recipes</a></li>\n<li><a class=\"white-link\" href=\"/advice\">Advice</a></li>\n<li><a class=\"white-link\" href=\"/kitchens\">Kitchens</a></li>\n<li><a class=\"white-link\" href=\"/drinks\">Drinks</a></li>\n<li><a class=\"white-link\" href=\"/gatherings\">Gatherings</a></li>\n<li><a class=\"white-link\" href=\"/shopping\">Shopping</a></li>\n</ul>\n<ul class='unstyled'>\n<li><a class=\"brand-link\" href=\"http://www.apartmenttherapy.com\">Apartment Therapy</a></li>\n<li><a class=\"white-link\" href=\"/categories\">All Categories</a></li>\n</ul>\n</nav>\n<div class='icons-white'>\n<ul class='unstyled social-icon-links'>\n<li>\n<a href='http://www.facebook.com/pages/The-Kitchn/65398579615'>\n<i class='icon-facebook'>Follow us on Facebook</i>\n</a>\n</li>\n<li>\n<a href='http://pinterest.com/thekitchn/'>\n<i class='icon-pinterest'>Follow us on Pinterest</i>\n</a>\n</li>\n<li>\n<a href='http://twitter.com/TheKitchn'>\n<i class='icon-twitter'>Follow us on Twitter</i>\n</a>\n</li>\n<li>\n<a href='http://instagram.com/thekitchn'>\n<i class='icon-instagram'>Follow us on Instagram</i>\n</a>\n</li>\n<li>\n<a href='/main/atom.xml'>\n<i class='icon-feed'>Subscribe to our RSS feed</i>\n</a>\n</li>\n<li>\n<a href='/follow-us'>\n<i class='icon-plus-sign'>More ways to follow</i>\n</a>\n</li>\n</ul>\n\n</div>\n</div>\n\n\n\n  <script>\n    $(document).on('initialize-posts.LazyImage, initialize-images.LazyImage', function() {\n      $('.lazy-image:not(.initialized):visible').each(function() {\n        $(this)\n          .addClass('initialized')\n          .waypoint({\n            offset: '120%',\n            triggerOnce: true,\n            handler: function() {\n              var $lazy_image = $(this);\n              $lazy_image.attr('data-picture', true);\n              window.picturefill();\n\n              var $img = $lazy_image.find('img');\n              if ($img[0].complete) {\n                $lazy_image.addClass('loaded');\n              } else {\n                $img.one('load', function() { $lazy_image.addClass('loaded'); });\n              }\n            }\n          });\n      });\n    });\n    $(document).trigger('initialize-images.LazyImage');\n    $(window).on('resize.LazyImage', function() { $(document).trigger('initialize-images.LazyImage'); });\n  </script>\n\n  <div id=\"fb-root\"></div>\n\n  <script>\n  AT = window.AT || {};\n  AT.CurrentSite = {\"id\":2,\"name\":\"The Kitchn\",\"domain\":\"thekitchn.com\",\"slug\":\"thekitchn\",\"tagline\":\"Inspiring cooks, nourishing homes\",\"url\":\"http://www.thekitchn.com\",\"twitter_username\":\"TheKitchn\",\"facebook_url\":\"http://www.facebook.com/pages/The-Kitchn/65398579615\",\"cse_id\":\"004176398225520866731:6li1sbax-d8\",\"analytics_id\":\"UA-821548-11\",\"comscore_id\":\"6036036\",\"skimlinks_code\":\"34276X922256\",\"sitemeter_code\":\"s22sarakate\",\"myemma_id\":\"1372629\",\"blog_id\":6,\"created_at\":\"2012-09-14T17:39:00.700-04:00\",\"updated_at\":\"2014-07-28T15:51:48.492-04:00\",\"pinterest_url\":\"http://pinterest.com/thekitchn/\",\"default_profile_image_id\":\"50e34305dbd0cb6d93006cd4\",\"primary_color\":\"#fdda24\",\"instagram_username\":\"thekitchn\",\"google_plus_url\":null,\"tumblr_url\":null};\n  \n\n  AT.config = {\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.thekitchn.com',\n    pixtruder_cdn: 'http://p-fst1.pixstatic.com',\n      TKChannels: [\"drinks\"],\n      feature_tower_unit_name: '/6782/TheKitchn/SponsoredPost/FeatureTower',\n    dfp_section: 'TheKitchn',\n    media_queries_mini: '(max-width: 23.99em)',\n    media_queries_medium: '(min-width: 48.5em) and (max-width: 59.99em)',\n    media_queries_medium_up: '(min-width: 48.5em)',    \n    media_queries_large: '(min-width: 60em)',\n    page_type: [\"post\"],\n      post_id: 214146,\n    environment: \"production\",\n    slots_tour_size_one: '(min-width: 770px) and (min-height: 612px)'\n  };\n\n\n  if (!window.Community) { Community = {}; }\n  Community.Config = {\n      commentable_id: 214146,\n      commentable_type: 'MovableTypePost',\n      commentable_title: \"Drink Up! 15 Good Ideas for Beer and Wine \\u003csmall\\u003eThe Kitchn's Best of 2014\\u003c/small\\u003e\",\n      author_community_user_id: null,\n      author_community_user_ids: [988809,9,868948,86343,1118944,772692,525266,498517,906374,558978,1056003,15853,342676,520044,159626,301,18,215,32928,1068846,1053572,57142,81564,31937,163491,1043488,168043,168813,128758,171327,43559,84319,31997,333077,224321,1061613,9,90382,354570,41130,47096,86806,1220,1124647,5476,446518,444871,488670,350774,35879,491090,195586,79457,252189,408632,263359,139606,300793,1175944,472742,136230,147862,1042135,330912,241326,481095,333031,772534,781847,980390,890947,778881,10,511648,252609,1044009,12,60852,1067475,36917,500398,124251,7,1031654,454644,492851,1016633,108701,244750,130553,165081,107285,101837,21353,1060939,1133012,578609,9,1002126,1146742,772383,585301,296462,174834,571254,281736,241079,4589,1021624,1035561,167865,256321,472575,1048331,160475,27023,1040143,14,1069],\n    cookie_suffix: \"\",\n    cookie_domain: \".thekitchn.com\",\n    proxy: 'http://' + window.location.host + '/community_proxy',\n    host:  'http://community.thekitchn.com',\n    page_title: $('title')[0].text || \"N/A\"\n  };\n\n</script>\n\n    <script src=\"http://a-fst1.apartmenttherapy.com/assets/application-bdd2e122f0156ee67b9afe6761d444b2.js\"></script>\n\n  <script>AT.DFP.start();</script>\n\n  <script async=\"true\" defer=\"true\" type='text/javascript' src='http://letschipit.com/button/js.ashx'></script>\n\n  <script>\n  _atrk_opts = { atrk_acct:\"eobji1agq800Ux\", domain:\"thekitchn.com\",dynamic: true};\n  (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); })();\n</script>\n<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=eobji1agq800Ux\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n  <script>(function(a){var d=document,c=d.createElement(\"script\");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName(\"head\")[0].appendChild(c)})((iatDev=(window.location.href.indexOf(\"iatDev=1\")>-1||document.cookie.indexOf(\"iatDev=1\")>-1),\"//\"+(window.location.protocol==\"http:\"&&!iatDev?\"\":\"s\")+\"data.captifymedia.com/231033.js?r=\"+Math.random()*1e16+\"&m=1112&a=231033\"+(iatDev?\"&d=1\":\"\")))</script>\n  <script>\n  var _sf_async_config={};\n  /** CONFIGURATION START **/\n  _sf_async_config.uid = 1646;\n  _sf_async_config.domain = 'thekitchn.com';\n  _sf_async_config.sections = 'food';\n  _sf_async_config.authors = 'Kristin Appenbrink';\n  /** CONFIGURATION END **/\n  (function(){\n    function loadChartbeat() {\n      window._sf_endpt=(new Date()).getTime();\n      var e = document.createElement('script');\n      e.setAttribute('language', 'javascript');\n      e.setAttribute('type', 'text/javascript');\n      e.setAttribute('src',\n         (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +\n         'js/chartbeat.js');\n      document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n       loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n</script>\n\n  <script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"6036036\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6036036&amp;cv=2.0&amp;cj=1\" alt=\"\" />\n</noscript>\n  <script async=\"\" defer=\"\" src=\"//survey.g.doubleclick.net/async_survey?site=dwpm3zcppfllny3nginxye3clu\"></script>\n  <div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"thekitchn.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n  <script type=\"text/javascript\">\n\n  var _qevents = _qevents || [];\n\n  (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n  })();\n\n  _qevents.push({\n    qacct:\"p-9e_lGUY-vZpsw\",\n    labels: \"drinks\"\n  });\n</script>\n<noscript>\n  <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-9e_lGUY-vZpsw.gif?labels=drinks\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n  <script>\n  \n  var noskimwords='true';\n</script>\n<script async=\"true\" defer=\"true\" type=\"text/javascript\" src=\"http://s.skimresources.com/js/34276X922256.skimlinks.js\"></script>\n\n  <script type=\"text/javascript\">\n  (function() {\n    function async_load(script_url){\n      var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://');\n      var s = document.createElement('script'); s.src = protocol + script_url;\n      var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);\n    }\n    bm_website_code = '7A41282CC1F34FB4';\n    jQuery(document).ready(function(){async_load('asset.pagefair.com/measure.min.js')});\n    jQuery(document).ready(function(){async_load('asset.pagefair.net/ads.min.js')});\n  })();\n</script>\n  <script type=\"text/javascript\">\n    adroll_adv_id = \"4GLTVDBLRBH6HH2H5QIV5H\";\n    adroll_pix_id = \"Z6BQW464OFFF7KCIWK3MT2\";\n (function () {\n  var _onload = function(){\n   if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n   if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n   var scr = document.createElement(\"script\");\n   var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n   scr.setAttribute('async', 'true');\n   scr.type = \"text/javascript\";\n   scr.src = host + \"/j/roundtrip.js\";\n   ((document.getElementsByTagName('head') || [null])[0] ||\n    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);};\n  if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n  else {window.attachEvent('onload', _onload)}}());\n</script>\n      <script>$.getScript(\"http://thekitchn.marcobot.com/polo-tk.js\");</script>\n\n</body>\n</html>\n\n\n"
  },
  {
    "path": "tests/data/html/thenextweb.com1.html",
    "content": "<!DOCTYPE html>\n<!--\n\n\t _______  ___      __\n\t/_  __/ |/ / | /| / /\n\t / / /    /| |/ |/ / \n\t/_/ /_/|_/ |__/|__/  \n\t\n-->\n<html lang=\"en-US\" prefix=\"og: http://ogp.me/ns#\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" itemscope itemtype='http://schema.org/NewsArticle'>\n<head>\n\t<meta charset=\"UTF-8\">\n\t<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">\n\t<link rel=\"dns-prefetch\" href=\"//s3.buysellads.com\">\n\t<link rel=\"dns-prefetch\" href=\"//ping.chartbeat.net\">\n\t<link rel=\"dns-prefetch\" href=\"//platform.twitter.com\">\n\t\n\t<title>BlackBerry denies Samsung buyout rumors</title>\n\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />\n\t<meta name=\"apple-mobile-web-app-title\" content=\"The Next Web\">\n\t<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n\t<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">\n\t<meta name=\"readability-verification\" content=\"gg98CaM5YewFSAnFdCqrXVhu7AvvbXqSaC8QJtt90\">\n\t<meta property=\"twitter:account_id\" content=\"10876852\" />\n\t<meta property=\"fb:app_id\" content=\"378011798897423\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TNW Network All Stories RSS Feed\" href=\"http://feeds2.feedburner.com/thenextweb\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TNW Network Top Stories RSS Feed\" href=\"http://feeds2.feedburner.com/thenextwebtopstories\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TNW Insider RSS Feed\" href=\"http://feeds.feedburner.com/tnwindustry\" />\n\t<link href=\"/opensearch.xml\" rel=\"search\" title=\"The Next Web\" type=\"application/opensearchdescription+xml\">\n\t<link rel=\"shortcut icon\" href=\"http://thenextweb.com/favicon.ico\" type=\"image/x-icon\" />\n\t<link rel=\"apple-touch-icon\" href=\"http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/icons/touch-icon-iphone-precomposed.png\">\n\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/icons/touch-icon-ipad-precomposed.png\">\n\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/icons/touch-icon-iphone-retina-precomposed.png\">\n\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/icons/touch-icon-ipad-retina-precomposed.png\">\n\t<link rel=\"apple-touch-startup-image\" href=\"http://cdn1.tnwcdn.com/wp-content/themes/icetea/static/images/apple-startup-screen.png\">\n\t<link rel=\"pingback\" href=\"http://thenextweb.com/xmlrpc.php\">\n\t<link href=\"https://plus.google.com/115081025762845243709/\" rel=\"publisher\">\n\t<link href=\"http://fonts.googleapis.com/css?family=Fjalla+One\" rel=\"stylesheet\" type=\"text/css\">\n\t<meta itemprop=\"interactionCount\" content=\"UserComments:0\">\n\t<meta itemprop=\"interactionCount\" content=\"UserLikes:41\">\n\t<meta itemprop=\"interactionCount\" content=\"UserTweets:208\">\n\t<meta itemprop=\"interactionCount\" content=\"UserPlusOnes:13\">\n\t<meta itemprop=\"name\" content=\"BlackBerry denies Samsung buyout rumors\">\n\t<meta itemprop=\"description\" content=\"After rumors started spreading earlier today that Blackberry was in the midst of talks to be acquired by Samsung - causing its stocks to rise suddenly by 29 percent - the company ...\">\n\t<meta itemprop=\"image\" content=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo-520x245.jpg\">\n\t<meta name=\"author\" content=\"Napier Lopez\">\n\t<meta itemprop=\"dateCreated\" content=\"2015-01-14\">\n\t<meta property=\"article:modified\" itemprop=\"dateModified\" content=\"2015-01-14\">\n\t<meta property=\"article:published\" itemprop=\"datePublished\" content=\"2015-01-14\">\n\t<meta itemprop=\"wordCount\" content=\"266\">\n\t<meta itemprop=\"alternativeHeadline\" content=\"BlackBerry denies Samsung buyout rumors\">\n\t<meta itemprop=\"thumbnailUrl\" content=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo.jpg\">\n\n\t<script type=\"text/javascript\">\n\t\tvar SITE_URL = 'http://thenextweb.com/';\n\t\tvar SITE_SECURE_URL = 'https://thenextweb.com/';\n\t\tvar THEME_URL = 'http://thenextweb.com/wp-content/themes/icetea/';\n\t\tvar THEME_CDN_URL = 'http://cdn0.tnwcdn.com/wp-content/themes/icetea/';\n\t\tvar adBlocker = true;\n\t\tvar POST_ID = '828211';\n\t\tvar CURRENT_POST = {\"post_id\":828211,\"thumbnail\":\"<img src=\\\"http:\\/\\/cdn1.tnwcdn.com\\/assets\\/images\\/transparent.png\\\" data-src=\\\"http:\\/\\/cdn1.tnwcdn.com\\/wp-content\\/blogs.dir\\/1\\/files\\/2014\\/09\\/Blackberry-Logo-60x50.jpg\\\" width=\\\"60\\\" height=\\\"50\\\" title=\\\"BlackBerry denies Samsung buyout rumors\\\" alt=\\\"Blackberry-Logo\\\" class=\\\"lazy\\\" \\/>\\n\\t\\t\\t<noscript><img src=\\\"http:\\/\\/cdn1.tnwcdn.com\\/wp-content\\/blogs.dir\\/1\\/files\\/2014\\/09\\/Blackberry-Logo-60x50.jpg\\\" width=\\\"60\\\" height=\\\"50\\\" title=\\\"BlackBerry denies Samsung buyout rumors\\\" alt=\\\"Blackberry-Logo\\\" class=\\\"lazy\\\" \\/><\\/noscript>\",\"permalink\":\"http:\\/\\/thenextweb.com\\/insider\\/2015\\/01\\/14\\/blackberry-denies-samsung-buyout-rumors\\/\",\"title\":\"BlackBerry denies Samsung buyout rumors\",\"short_title\":\"BlackBerry denies Samsung buyout rumors\",\"social_title\":\"BlackBerry denies Samsung buyout rumors\",\"date\":\"January 14, 2015\",\"timestamp\":1421276249,\"author\":\"Napier Lopez\",\"category\":\"Insider\",\"sponsored\":false,\"sponsor_name\":\"\",\"sensitive\":false,\"ads_disabled\":false,\"isColumn\":false,\"isFYI\":false,\"pinned\":false,\"pinned_text\":false};\n\t\tvar ROADBLOCKED_ADS = {\"top_lb\":\"\",\"med_rt\":\"\",\"mob_top\":\"\",\"mob_med_rt\":\"\",\"mob_bot\":\"\",\"mob_sec\":\"\",\"bot_lb\":\"\",\"bot_com_lb\":\"\",\"onexone\":\"\"};\n\t\tvar PAGE = {\"category\":\"insider\",\"template\":\"article\",\"banners\":true,\"conference_related\":false,\"deals_releated\":false};\n\t</script>\n\t\t\t\t\n<script>\n\tCOUNTRY_CODE = \"US\";\n</script>\n\t\t\t\t<!-- Parse.ly -->\n\t<script type=\"application/ld+json\">\n{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"BlackBerry denies Samsung buyout rumors\",\"url\":\"http:\\/\\/thenextweb.com\\/insider\\/2015\\/01\\/14\\/blackberry-denies-samsung-buyout-rumors\\/\",\"thumbnailUrl\":\"http:\\/\\/cdn1.tnwcdn.com\\/wp-content\\/blogs.dir\\/1\\/files\\/2014\\/09\\/Blackberry-Logo-520x245.jpg\",\"dateCreated\":\"2015-01-14T23:57:29+0100\",\"articleSection\":\"Insider\",\"creator\":\"Napier Lopez\",\"keywords\":[]}\t  </script>\n\t\n\t\t\t\t<link rel=\"stylesheet\" href=\"http://cdn1.tnwcdn.com/plus/css/ss-pika.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"http://cdn2.tnwcdn.com/plus/css/tnw-icons.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"http://cdn0.tnwcdn.com/wp-content/themes/icetea/assets/stylesheets/base.min.css?v=1421246152\" type=\"text/css\" /><!--[if lt IE 9]>\n<link rel=\"stylesheet\" href=\"http://thenextweb.com/wp-content/themes/icetea/assets/stylesheets/ie.css?1403194640\" type=\"text/css\" />\n<![endif]-->\n<!--[if lte IE 9]>\n<style>.loop-post { width: 47%; float: left; margin-right: 3%; }</style>\n<![endif]-->\n\n\t\t\t\t\n\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.7.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"original-source\" href=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" />\n<link rel=\"canonical\" href=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" />\n<meta property=\"article:section\" content=\"Insider\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"BlackBerry denies Samsung buyout rumors\" />\n<meta property=\"og:description\" content=\"After rumors started spreading earlier today that Blackberry was in the midst of talks to be acquired by Samsung – causing its stocks to rise suddenly by 29 percent – the company&hellip;\" />\n<meta property=\"og:url\" content=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" />\n<meta property=\"og:site_name\" content=\"The Next Web\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/thenextweb\" />\n<meta property=\"article:published_time\" content=\"2015-01-14T23:57:29+01:00\" />\n<meta property=\"article:modified_time\" content=\"2015-01-15T00:06:48+01:00\" />\n<meta property=\"og:updated_time\" content=\"2015-01-15T00:06:48+01:00\" />\n<meta property=\"og:image\" content=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo.jpg\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"After rumors started spreading earlier today that Blackberry was in the midst of talks to be acquired by Samsung – causing its stocks to rise suddenly by 29 percent – the company&hellip;\"/>\n<meta name=\"twitter:title\" content=\"BlackBerry denies Samsung buyout rumors\"/>\n<meta name=\"twitter:site\" content=\"@thenextweb\"/>\n<meta name=\"twitter:domain\" content=\"The Next Web\"/>\n<meta name=\"twitter:creator\" content=\"@napilopez\"/>\n<meta name=\"twitter:image:src\" content=\"http://thenextweb.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo.jpg\"/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Next Web &raquo; BlackBerry denies Samsung buyout rumors Comments Feed\" href=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/feed/\" />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://thenextweb.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://thenextweb.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='shortlink' href='http://thenextweb.com/?p=828211' />\n        <script>var _roost = _roost || [];_roost.push(['appkey','af8c631d64e248a6bb35e08555cd04a4']);</script><noscript><a href=\"https://goroost.com/site-contact?noscript&appkey=af8c631d64e248a6bb35e08555cd04a4\" title=\"Contact Us\" target=\"_blank\">Questions or feedback? Need help?</a> powered by <a href=\"https://goroost.com\" title=\"Roost Web Push\">Roost - Push notifications for websites</a></noscript><script src=\"//cdn.goroost.com/js/roost.js\" async></script>\n                <script>\n                _roost.push( [ 'autoprompt', false ] );\n                                    _roost.push( [ 'minvisits', 2 ] );\n                            </script>\n    \t<meta name=\"twitter:image:src\" content=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo.jpg\">\n\n<script>\n\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n\tga('create', 'UA-729494-4', 'thenextweb.com', {'siteSpeedSampleRate': 100, 'allowLinker': true});\n\tga('require', 'displayfeatures');\n\tga('require', 'linker');\n\tga('require', 'linkid', 'linkid.js');\n\n\tga('set', 'dimension1', (new Date().getHours()));\n\tga('set', 'dimension3', 'Article'); \n\tga('set', 'dimension4', 'Napier Lopez');\n\tga('set', 'dimension5', '2015-01-14');\n\tga('set', 'dimension11', 'No');\n\tga('set', 'dimension12', 'No');\n\tga('set', 'dimension14', '0');\n\t\tga('send', 'pageview');\n</script>\n\n\t<script type=\"text/javascript\">\n\t\twindow.fbAsyncInit = function() {\n\t\t\tFB.init({\n\t\t\t\tappId: '378011798897423', status: false, cookie: false, oauth: false, xfbml: true,\n\t\t\t\tchannelUrl: 'http://thenextweb.com/wp-content/themes/icetea/includes/fb-channel-url.php'\n\t\t\t});\n\t\t};\n\t</script>\n\t<script>\n\t\t(function() {\n\t\t\tvar _fbq = window._fbq || (window._fbq = []);\n\t\t\tif (!_fbq.loaded) {\n\t\t\t\tvar fbds = document.createElement('script');\n\t\t\t\tfbds.async = true;\n\t\t\t\tfbds.src = '//connect.facebook.net/en_US/fbds.js';\n\t\t\t\tvar s = document.getElementsByTagName('script')[0];\n\t\t\t\ts.parentNode.insertBefore(fbds, s);\n\t\t\t\t_fbq.loaded = true;\n\t\t\t}\n\t\t\t_fbq.push(['addPixelId', '710910915665976']);\n\t\t})();\n\t\twindow._fbq = window._fbq || [];\n\t\twindow._fbq.push(['track', 'PixelInitialized', {}]);\n\t</script>\n\t<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=710910915665976&amp;ev=PixelInitialized\" /></noscript>\n\n\t<script type='text/javascript'>\n\t\tvar googletag = googletag || {};\n\t\tgoogletag.cmd = googletag.cmd || [];\n\t\t(function() {\n\t\t\tvar gads = document.createElement('script');\n\t\t\tgads.async = true;\n\t\t\tgads.type = 'text/javascript';\n\t\t\tvar useSSL = 'https:' == document.location.protocol;\n\t\t\tgads.src = (useSSL ? 'https:' : 'http:') +\n\t\t\t'//www.googletagservices.com/tag/js/gpt.js';\n\t\t\tvar node = document.getElementsByTagName('script')[0];\n\t\t\tnode.parentNode.insertBefore(gads, node);\n\t\t})();\n\t</script>\n\t<script src=\"http://cdn0.tnwcdn.com/assets/js/advertising.js\"></script>\n\t<!-- Chartbeat -->\n\t<script type='text/javascript'>var _sf_startpt=(new Date()).getTime()</script>\n\t\n\t<script type=\"text/javascript\" src=\"//native.sharethrough.com/assets/tag.js\" async></script>\n\t<!-- comScore -->\n\t<script>\n\t  var _comscore = _comscore || [];\n\t  _comscore.push({ c1: \"2\", c2: \"19019920\" });\n\t  (function() {\n\t    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\n\t    el.parentNode.insertBefore(s, el);\n\t  })();\n\t</script>\n\t<noscript>\n\t  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=19019920&cv=2.0&cj=1\" />\n\t</noscript>\n</head>\n\n<body class=\"single single-post postid-828211 single-format-standard category-insider\" data-for=\"blog\">\n<!-- Google Tag Manager -->\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-MHDDSC\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-MHDDSC');</script>\n<!-- End Google Tag Manager -->\n\n\t<header class=\"TNW_global_header\" id=\"top\">\n\t<div class=\"wrapper clearfix\">\n\t\t<ul class=\"clearfix platform\">\n\t\t\t\t\t\t\t\t\t<li class=\"follow c-TNWgh-headerButton is-lineless b-TNWgh-toggler c-TNWgh-followMenuWrap\">\n\t\t\t\t<div class=\"c-TNWgh-followBar\">\n\t\t\t\t\t<div class=\"desktop\">\n\t\t\t\t\t\t<ul class=\"clearfix\">\n\t\t\t\t\t\t\t<li class=\"facebook\" data-hoverload=\"true\" data-for=\"facebook\"><a class=\"stub\" href=\"http://facebook.com/thenextweb\"></a></li>\n\t\t\t\t\t\t\t<li class=\"twitter\" data-hoverload=\"true\" data-for=\"twitter\"><a class=\"stub\" href=\"https://twitter.com/thenextweb\"></a></li>\n\t\t\t\t\t\t\t<li class=\"rss\"><a href=\"http://thenextweb.com/feed?token=116910\" id=\"rss\" class=\"ss-pika ss-rss rss-feed\"></a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<a>\n\t\t\t\t\t<span class=\"mobile\">\n\t\t\t\t\t\tFollow\n\t\t\t\t\t</span>\n\t\t\t\t\t<i class=\"ss-pika ss-dropdown\"></i>\n\t\t\t\t</a>\n\t\t\t\t<div class=\"b-TNWgh-menu-surface c-TNWgh-menu-surface c-TNWgh-followMenu\" id=\"follow-menu\">\n\t\t\t\t\t<ul class=\"clearfix\">\n\t\t\t\t\t\n\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/thenextweb\" onclick=\"ga('send', 'event', 'General', 'Social', 'Facebook', {'nonInteraction': 1});\"><i class=\"ss-social ss-facebook\"></i> Facebook</a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.twitter.com/thenextweb\" onclick=\"ga('send', 'event', 'General', 'Social', 'Twitter', {'nonInteraction': 1});\"><i class=\"ss-social ss-twitter\"></i> Twitter</a></li>\n\t\t\t\t\t\t<li><a href=\"https://plus.google.com/+TheNextWeb\" onclick=\"ga('send', 'event', 'General', 'Social', 'Google+', {'nonInteraction': 1});\"><i class=\"ss-social ss-googleplus\"></i> Google+</a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.youtube.com/user/thenextweb\" onclick=\"ga('send', 'event', 'General', 'Social', 'Youtube', {'nonInteraction': 1});\"><i class=\"ss-social ss-youtube\"></i> YouTube</a></li>\n\t\t\t\t\t\t<li><a href=\"https://www.linkedin.com/company/the-next-web\" onclick=\"ga('send', 'event', 'General', 'Social', 'LinkedIn', {'nonInteraction': 1});\"><i class=\"ss-social ss-linkedin\"></i> LinkedIn</a></li>\n\t\t\t\t\t\t<li><a href=\"http://pinterest.com/thenextweb/\" onclick=\"ga('send', 'event', 'General', 'Social', 'Pinterest', {'nonInteraction': 1});\"><i class=\"ss-social ss-pinterest\"></i> Pinterest</a></li>\n\t\t\t\t\t\t<li><a href=\"http://feeds2.feedburner.com/thenextweb\" onclick=\"ga('send', 'event', 'General', 'Social', 'RSS', {'nonInteraction': 1});\"><i class=\"ss-social ss-rss\"></i> RSS feed</a></li>\n\t\t\t\t\t\t<li><a class=\"rss-feed\" href=\"http://thenextweb.com/feed?token=116910\" onclick=\"ga('send', 'event', 'General', 'Social', 'Pro-RSS', {'nonInteraction': 1});\"><i class=\"ss-social ss-rss\"></i> Pro RSS feed</a></li>\n\t\t\t\t\t\t<li><a href=\"/notifications\" onclick=\"ga('send', 'event', 'General', 'Social', 'Push alert', {'nonInteraction': 1});\"><i class=\"ss-pika ss-notifications\"></i> Push alerts</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t<form action=\"http://thenextweb.us1.list-manage1.com/subscribe/post?u=22ec88eb9b9d8bc3bcf660787&amp;id=32f70ba9aa\" method=\"post\" target=\"_blank\" novalidate=\"\">\n\t\t\t\t\t\t<h3>The latest news in your inbox</h3>\n\t\t\t\t\t\t<div class=\"clearfix\">\n\t\t\t\t\t\t\t<input class=\"left\" id=\"nm\" name=\"EMAIL\" placeholder=\"Your email address\" type=\"text\">\n\t\t\t\t\t\t\t<input class=\"right\" name=\"subscribe\" type=\"submit\" value=\"OK\" onclick=\"ga('send', 'pageview', '/newsletter/subscribe/');\">\n\t\t\t\t\t\t\t<input type=\"hidden\" value=\"TheNextWeb\" name=\"uri\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"loc\" value=\"en_US\">\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"subs_options\">\n\t\t\t\t\t\t\t<div style=\"display: none;\">\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" value=\"1\" name=\"group[6][1]\" checked=\"\" id=\"newsl_breaking_news\">\n\t\t\t\t\t\t\t\t<label for=\"newsl_breaking_news\">\n\t\t\t\t\t\t\t\t\t<strong>Breaking News</strong>\n\t\t\t\t\t\t\t\t\t<span>Instant alerts for the biggest news</span>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" value=\"4\" name=\"group[6][4]\" checked=\"\" id=\"newsl_weeklytop\">\n\t\t\t\t\t\t\t\t<label for=\"newsl_weeklytop\">\n\t\t\t\t\t\t\t\t\t<strong>TNW Weekly</strong>\n\t\t\t\t\t\t\t\t\t<span>The best of the week, handpicked every Friday</span>\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" value=\"2\" name=\"group[6][2]\" id=\"newsl_topstories\">\n\t\t\t\t\t\t\t\t<label for=\"newsl_topstories\">\n\t\t\t\t\t\t\t\t\t<strong>Daily Top stories</strong>\n\t\t\t\t\t\t\t\t\t<span>The most shared stories of the day</span>\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"newsl_tnwnews\" name=\"group[69][32]\" value=\"1\" checked=\"checked\">\n\t\t\t\t\t\t\t\t<label for=\"newsl_tnwnews\">\n\t\t\t\t\t\t\t\t\t<strong>Info about future TNW products</strong>\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</form>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t\t\t\t\t<li class=\"account c-TNWgh-headerButton b-TNWgh-toggler\" data-submenu-target=\"account\">\n\t\t\t\t<a id=\"user-account\" class=\"toggle-account user-account\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'User', {'nonInteraction': 1});\"><i class=\"ss-pika ss-user\"></i></a>\n\t\t\t\t<div class=\"b-TNWgh-menu-surface c-TNWgh-menu-surface\" id=\"auth-popup\"></div>\n\t\t\t</li>\n\t\t\t\t\t\t<li class=\"more c-TNWgh-headerButton\">\n\t\t\t\t<a class=\"toggle toggle-info\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info', {'nonInteraction': 1});\"><i class=\"ss-pika ss-info\"></i></a>\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"http://thenextweb.com/about\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - About', {'nonInteraction': 1});\">About</a></li>\n\t\t\t\t\t<li><a href=\"http://thenextweb.com/about/contact\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - Contact', {'nonInteraction': 1});\">Contact</a></li>\n\t\t\t\t\t<li><a href=\"http://goodies.thenextweb.com/\" target=\"_blank\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - Goodies', {'nonInteraction': 1});\">Goodies</a></li>\n\t\t\t\t\t<li><a href=\"http://thenextweb.com/about/team\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - Team', {'nonInteraction': 1});\">Team</a></li>\n\t\t\t\t\t<li><a href=\"http://thenextweb.com/jobs\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - Jobs', {'nonInteraction': 1});\">Jobs</a></li>\n\t\t\t\t\t<li><a href=\"http://thenextweb.com/advertise\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Info - Advertise', {'nonInteraction': 1});\">Advertise</a></li>\n\t\t\t\t</ul>\n\t\t\t</li>\t\t\t\n\t\t\t\t\t\n\t\t\t<li class=\"clearfix c-TNWgh-headerButton search preactive\">\n\t\t\t\t<a class=\"toggle toggle-search\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Search', {'nonInteraction': 1});\"><i class=\"ss-pika ss-search\"></i></a>\n\t\t\t\t<form action=\"/\" method=\"get\" class=\"c-TNWgh-search\">\n\t\t\t\t\t<input id=\"s\" name=\"s\" placeholder=\"Search…\" type=\"text\">\n\t\t\t\t\t<input type=\"submit\">\n\t\t\t\t</form>\n\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\n\t\t<div class=\"platforms\">\n\t\t\t\t\t\t<li class=\"c-TNWgh-headerButton c-TNWgh-menuIcon js-TNWgh-sidebarClose is-hamburger\">\n\t\t\t\t<div>\n\t\t\t\t\t<div></div><div></div><div></div>\n\t\t\t\t</div>\n\t\t\t</li>\n\t\t\t\t\t\t<a class=\"logo c-TNWgh-logo\" href=\"http://thenextweb.com\" title=\"The Next Web\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Logo', {'nonInteraction': 1});\">The Next Web</a>\n\t\t\t\t\t\t<ul>\n\t\t\t\t<li data-for=\"blog\"><a class=\"active\"  href=\"http://thenextweb.com/\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'News', {'nonInteraction': 1});\">Blog</a></li>\n\t\t\t\t<li data-for=\"conference\"><a href=\"http://thenextweb.com/conference/\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Conference', {'nonInteraction': 1});\">Conference</a></li>\n\t\t\t\t<li data-for=\"deals\"><a href=\"https://deals.thenextweb.com/\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Deals', {'nonInteraction': 1});\">Deals</a></li>\n\t\t\t\t<li data-for=\"pro\"><a href=\"http://thenextweb.com/pro?code=freetrial\" onclick=\"ga('send', 'event', 'General', 'Navigation', 'Pro', {'nonInteraction': 1});\">Pro</a></li>\n\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\n\t</div>\n</header>\n\n\n\t\n\t\t<div id=\"stream\">\n\t\t\t\n\t\t\t<div id=\"stream-switcher\" class=\"clearfix\">\n\n\t\t\t\t<div class=\"cat-select-ghost tnwselect\"><span>&nbsp;</span></div>\n\t\t\t\t\t\n\t\t\t\t\t<select id=\"channel-select\" name=\"channel\" onclick=\"ga('send', 'event', 'General', 'Sidebar', 'Channel Select', {'nonInteraction': 1});\">\n\t\t\n\t\t<option value=\"all\">All channels</option>\n          \n\t\t\t\t<optgroup label=\"Channels\">\n\t\t\t\t <option value=\"apps\">Apps</option>\n\t\t\t\t <option value=\"creativity\">Creativity</option>\n\t\t\t\t <option value=\"dd\">Design &amp; Dev</option>\n\t\t\t\t <option value=\"entrepreneur\">Entrepreneur</option>\n\t\t\t\t <option value=\"gadgets\">Gadgets</option>\n\t\t\t\t <option value=\"insider\">Insider</option>\n\t\t\t\t <option value=\"lifehacks\">LifeHacks</option>\n\t\t\t\t <option value=\"media\">Media</option>\n\t\t\t\t <option value=\"offers\">Offers</option>\n\t\t\t\t <option value=\"shareables\">Shareables</option>\n\t\t\t\t <option value=\"socialmedia\">Social Media</option>\n      \n\t        </optgroup>\n          \n\t\t\t\t<optgroup label=\"Editions\">\n\t\t\t\t <option value=\"africa\">Africa</option>\n\t\t\t\t <option value=\"asia\">Asia</option>\n\t\t\t\t <option value=\"au\">Australia</option>\n\t\t\t\t <option value=\"ca\">Canada</option>\n\t\t\t\t <option value=\"eu\">Europe</option>\n\t\t\t\t <option value=\"in\">India</option>\n\t\t\t\t <option value=\"la\">Latin America</option>\n\t\t\t\t <option value=\"me\">Middle East</option>\n\t\t\t\t <option value=\"uk\">UK</option>\n      \n\t        </optgroup>\n          \n\t\t\t\t<optgroup label=\"Companies\">\n\t\t\t\t <option value=\"apple\">Apple</option>\n\t\t\t\t <option value=\"facebook\">Facebook</option>\n\t\t\t\t <option value=\"google\">Google</option>\n\t\t\t\t <option value=\"microsoft\">Microsoft</option>\n\t\t\t\t <option value=\"twitter\">Twitter</option>\n      \n\t        </optgroup>\n\t</select>\n\t\t\t\t\t\n\t\t\t\t<ul id=\"filter-toggle-buttons\">\n\t\t\t\t\t<li class=\"active filter-button\"><a href=\"/\" id=\"latest-stream\" title=\"Latest\" onclick=\"ga('send', 'event', 'Sidebar', 'Latest', {'nonInteraction': 1});\"><i class=\"ss-pika ss-clock\"></i>&nbsp;Latest</a></li>\n\t\t\t\t\t<li class=\"filter-button\"><a href=\"/popular\" id=\"popular-stream\" title=\"Popular\" onclick=\"ga('send', 'event', 'Sidebar', 'Popular', {'nonInteraction': 1});\"><i class=\"ss-pika ss-flame\"></i>&nbsp;Popular</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t\t\n\t\t\t<div id=\"stream-list\"></div>\n\t\t\t\n\t\t\t<div class=\"stream-footer\">\n\t\t\t\t<ul>\n\t\t\t\t\t<li><a href=\"/about/\" title=\"About\" onclick=\"ga('send', 'event', 'General', 'Footer Sidebar Navigation', 'About', {'nonInteraction': 1});\">About</a></li>\n\t\t\t\t\t<li><a href=\"http://goodies.thenextweb.com\" title=\"Goodies\" onclick=\"ga('send', 'event', 'General', 'Footer Sidebar Navigation', 'Goodies', {'nonInteraction': 1});\">Goodies</a></li>\n\t\t\t\t\t<li><a href=\"/advertise/\" title=\"Advertise\" onclick=\"ga('send', 'event', 'General', 'Footer Sidebar Navigation', 'Advertise', {'nonInteraction': 1});\">Advertise</a></li>\n\t\t\t\t\t<li><a href=\"/privacy-policy/\" title=\"Privacy Policy\" onclick=\"ga('send', 'event', 'General', 'Footer Sidebar Navigation', 'Privacy', {'nonInteraction': 1});\">Privacy</a></li>\n\t\t\t\t\t<li><a href=\"/tos/\" title=\"Terms of Service\" onclick=\"ga('send', 'event', 'General', 'Footer Sidebar Navigation', 'Terms of Service', {'nonInteraction': 1});\">ToS</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t<div id=\"mobile-leaderboard\" class=\"sticky\"></div>\n\t<div id=\"siteskin-1x1\"></div>\n\t<div id=\"content\" class=\"wrapper clearfix\">\n\t\t<div id=\"main\" class=\"post-828211 post type-post status-publish format-standard has-post-thumbnail hentry category-insider insider\">\n\t\t\t<div class=\"content-head\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div id='announcement'>\n\t\t\t\t\t<div id='div-gpt-ad-1390829216427-0' style='margin:auto; display:none;'></div>\n\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t<div id=\"top-leaderboard\">\n\t\t\t\t\t\t<!-- TNW_topleaderboard_728x90 -->\n\t\t\t\t\t\t<div id='div-gpt-ad-1368717423425-2' style='display:none;'></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\n\t<div id=\"article-wrapper\">\n\t\t\t\n\t\t<div class=\"article\">\t\t\t\n\t\t<div class=\"article-adjacent-navigation clearfix\">\n\t\t\t<a  class=\"prev-article inactive\">\n\t\t\t\t\t\t\t</a>\n\t\t\t<a href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" class=\"next-article \" onclick=\"ga('send', 'event', 'Article', 'Next', {'nonInteraction': 1});\" title=\"Facebook&#8217;s third Q&amp;A: Zuckerberg thinks existing wearables are goofy, talks future of Web\">\n\t\t\t\t<div class=\"cta\">Facebook’s third Q&A: Zuckerberg thinks existing wearables are goofy, talks future of Web</div>\n\t\t\t\t<i class=\"icon-arrow-right\"></i>\n\t\t\t</a>\n\t\t</div>\n\t\t\t\t\n\t\t\t<div class=\"article-head clearfix\">\n<div class=\"breadcrumbs\"><a class=\"category\" rel=\"tag\" onclick=\"ga('send', 'event', 'Article', 'Category', 'Insider');\" title=\"Insider\" href=\"http://thenextweb.com/insider/\">Insider</a></div>\n<h1 class=\"article-title entry-title\" itemprop='headline'>\n\tBlackBerry denies Samsung buyout rumors</h1>\t\t\t\t<div class=\"article-featured-image\">\n\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo-798x310.jpg\" width=\"798\" height=\"310\" title=\"BlackBerry denies Samsung buyout rumors\" alt=\"Blackberry-Logo\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/09/Blackberry-Logo-798x310.jpg\" width=\"798\" height=\"310\" title=\"BlackBerry denies Samsung buyout rumors\" alt=\"Blackberry-Logo\" class=\"lazy\" /></noscript>\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"article-meta-wrapper\">\n\t\t<div class=\"article-meta clearfix\">\n\t\t\t<div class=\"article-social\">\n\t\t\t\n\t\n\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"Facebook\" onclick=\"ga('send', 'event', 'Article', 'Share', 'Facebook');\" data-url=\"http://www.facebook.com/sharer/sharer.php?s=100&p[url]=http%3A%2F%2Ftnw.to%2Fg4t7N&p[title]=BlackBerry+denies+Samsung+buyout+rumors&p[images][0]=http%3A%2F%2Fcdn1.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2014%2F09%2FBlackberry-Logo.jpg&p[summary]=After+rumors+started+spreading+earlier+today+that+Blackberry+was+in+the+midst+of+talks+to+be+acquired+by+Samsung%C2%A0-+causing+its+stocks+to+rise+suddenly+by+29+percent+-%C2%A0the+company+...&u=http%3A%2F%2Ftnw.to%2Fg4t7N&t=BlackBerry+denies+Samsung+buyout+rumors\" data-width=\"850\" data-height=\"500\" class=\"button social-share social-facebook\"  title=\"Share on Facebook\">\n\t\t\t<i class=\"ss-social ss-facebook\"></i><span class=\"mobile-cta\">Share</span>\n\t\t</a>\n\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"Twitter\" onclick=\"ga('send', 'event', 'Article', 'Share', 'Twitter');\" data-url=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Ftnw.to%2Ff4tI0&via=thenextweb&related=thenextweb&text=BlackBerry+denies+Samsung+buyout+rumors\" data-width=\"685\" data-height=\"500\" class=\"button social-share social-twitter\" title=\"Share on Twitter\">\n\t\t\t<i class=\"ss-social ss-twitter\"></i><span class=\"mobile-cta\">Tweet</span>\n\t\t</a>\n\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"Google+\" onclick=\"ga('send', 'event', 'Article', 'Share', 'Google+');\" data-url=\"https://plus.google.com/share?url=http%3A%2F%2Ftnw.to%2Fa4hPS\" data-width=\"600\" data-height=\"600\" class=\"button social-share social-google\" title=\"Share on Google+\">\n\t\t\t<i class=\"ss-social ss-googleplus\"></i>\n\t\t</a>\n\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"Reddit\" onclick=\"ga('send', 'event', 'Article', 'Share', 'Reddit');\" data-url=\"http://www.reddit.com/submit?url=http%3A%2F%2Fthenextweb.com%2Finsider%2F2015%2F01%2F14%2Fblackberry-denies-samsung-buyout-rumors%2F\" data-width=\"505\" data-height=\"500\" class=\"button social-share social-reddit\" title=\"Share on Reddit\">\n\t\t\t<i class=\"ss-social ss-reddit\"></i>\n\t\t</a>\n\t\t\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"Hacker News\" onclick=\"ga('send', 'event', 'Article', 'Share', 'Hacker News');\" data-url=\"http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fthenextweb.com%2Finsider%2F2015%2F01%2F14%2Fblackberry-denies-samsung-buyout-rumors%2F&t=BlackBerry denies Samsung buyout rumors\" data-width=\"505\" data-height=\"500\" class=\"button social-share social-hackernews\" title=\"Share on Hacker News\">\n\t\t\tHN\n\t\t</a>\n\t\t<a data-permalink=\"http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/\" data-title=\"BlackBerry denies Samsung buyout rumors\" data-network=\"LinkedIn\" onclick=\"ga('send', 'event', 'Article', 'Share', 'LinkedIn');\" data-url=\"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Ftnw.to%2Fd4hWn\" data-width=\"600\" data-height=\"600\" class=\"button social-share social-linkedin\" title=\"Share on LinkedIn\">\n\t\t\t<i class=\"ss-social ss-linkedin\"></i>\n\t\t</a>\n\t\t\t\t\n\t\t\t\t<div class=\"share-count\">\n\t\t\t\t\t<div class=\"count-number\">269</div>\n\t\t\t\t\t<div class=\"count-label\">Shares</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"comment-count social-comments\" onclick=\"ga('send', 'event', 'Article', 'Comment Button', 'Top', {'nonInteraction': 1});\">\n\t\t\t\t\t<div class=\"count-number\"><a href=\"#disqus_thread\">0</a></div>\t\n\t\t\t\t\t<div class=\"count-label\">Comments</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"nav-buttons-wrapper top mobile\">\n\t\t\t\t\t\t\t<div class=\"article-adjacent-navigation clearfix\">\n\t\t\t<a  class=\"prev-article inactive\">\n\t\t\t\t\t\t\t</a>\n\t\t\t<a href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" class=\"next-article \" onclick=\"ga('send', 'event', 'Article', 'Next', {'nonInteraction': 1});\" title=\"Facebook&#8217;s third Q&amp;A: Zuckerberg thinks existing wearables are goofy, talks future of Web\">\n\t\t\t\t<div class=\"cta\">Facebook’s third Q&A: Zuckerberg thinks existing wearables are goofy, talks future of Web</div>\n\t\t\t\t<i class=\"icon-arrow-right\"></i>\n\t\t\t</a>\n\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t</div>\n\t\t\t\n\n\t\t\t\n\t\t\t<div class=\"article-options\">\n\t\t\t\t<div class=\"article-copypaste-wrapper\"><input type=\"text\" class=\"article-copypaste\" value=\"http://tnw.to/b4gsK\"></div>\n\t\t\t\t\n\t\t\t\t<div class=\"article-dropdown-wrapper\">\n\t\t\t\t\t<a class=\"article-dropdown-button\" onclick=\"ga('send', 'event', 'Article', 'Save to', 'Open', {'nonInteraction': 1});\"><i class=\"ss-pika ss-redirect\"></i>&nbsp;Save to <span class=\"arrowdown\">▾</span></a>\n\t\t\t\t\t<div class=\"article-dropdown\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><a href=\"javascript:void(0)\" class=\"social-share\" data-network=\"Buffer\" data-url=\"http://bufferapp.com/add?url=http%3A%2F%2Fthenextweb.com%2Finsider%2F2015%2F01%2F14%2Fblackberry-denies-samsung-buyout-rumors%2F&text=BlackBerry denies Samsung buyout rumors\" data-width=\"960\" data-height=\"600\" onclick=\"ga('send', 'event', 'Article', 'Save to', 'Buffer', {'nonInteraction': 1});\"><i class=\"icon-buffer\"></i>&nbsp;Buffer</a></li>\n\t\t\t\t\t\t\t<li><a href=\"javascript:void(0)\" class=\"social-share\" data-network=\"Pocket\" data-url=\"https://getpocket.com/save?url=http%3A%2F%2Fthenextweb.com%2Finsider%2F2015%2F01%2F14%2Fblackberry-denies-samsung-buyout-rumors%2F&title=BlackBerry denies Samsung buyout rumors\" data-width=\"600\" data-height=\"600\" onclick=\"ga('send', 'event', 'Article', 'Save to', 'Pocket', {'nonInteraction': 1});\"><i class=\"icon-pocket\"></i>&nbsp;Pocket&nbsp;<div class=\"pro-feature\">Pro</div></a></li>\n\t\t\t\t\t\t\t<li><a id=\"share-evernote\" href=\"javascript:void(0)\" class=\"social-share\" data-network=\"Evernote\" data-url=\"http://www.evernote.com/clip.action?url=http%3A%2F%2Fthenextweb.com%2Finsider%2F2015%2F01%2F14%2Fblackberry-denies-samsung-buyout-rumors%2F%3Fprint&title=BlackBerry denies Samsung buyout rumors\" data-width=\"960\" data-height=\"500\" onclick=\"ga('send', 'event', 'Article', 'Save to', 'Evernote', {'nonInteraction': 1});\"><i class=\"icon-evernote\"></i>&nbsp;Evernote&nbsp;<div class=\"pro-feature\">Pro</div></a></li>\n\t\t\t\t\t\t\t<li><a id=\"share-pdf\" target=\"_blank\" href=\"/pro/pdf\" onclick=\"ga('send', 'event', 'Article', 'Save to', 'PDF', {'nonInteraction': 1});\"><i class=\"icon-print ss-pika ss-print\"></i>&nbsp;PDF&nbsp;<div class=\"pro-feature\">Pro</div></a></li>\t\t\t\t\t\t\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t</div>\n\t</div><!-- Article Meta Wrapper -->\n\t\t\t</div><!-- article-head -->\n\n\t\t<div data-tab=\"article\" class=\"article-tab\">\n\t\t\t\t<div class=\"article-body-wrapper\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"article-body clearfix\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"article-author media\">\n\t<div class=\"media-image\">\n\t\t<img alt='Napier Lopez' src='http://1.gravatar.com/avatar/91e095325202753e1c62164de0c2cbda?s=60&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D60&amp;r=G' class='avatar avatar-60 photo' height='60' width='60' />\t</div>\n\t<div class=\"media-body\">\n\t\t<div class=\"article-author-name\" itemprop=\"author creator editor\" itemscope itemtype=\"http://schema.org/Person\">\n\t\t<a href=\"http://thenextweb.com/author/napierlopez/\" title=\"Posts by Napier Lopez\" rel=\"author\" onclick=\"ga('send', 'event', 'Homepage', 'Article', 'Author', {'nonInteraction': 1});\"><span class=\"vcard author\"><span class=\"fn\" itemprop=\"name\">Napier Lopez</span></span></a>\t\t</div>\n\t\t<div class=\"article-date date updated\" title=\"2015-01-14\" data-timestamp=\"1421276249\">14 January '15, 11:57pm</span></div>\n\t\t\t\t<a href=\"https://twitter.com/napilopez\" class=\"author-follow-button\" target=\"_blank\"><i class=\"ss-social ss-twitter\"></i>&nbsp;Follow</a>\n\t\t\t\t<div id=\"post-edit\"></div>\n\t</div>\n</div>\t\t\t\t\t\t<div itemprop='articleBody' class=\"entry-content\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"tiEmbedPlayer\" data-type=\"micro\"></div>\n\t\t\t\t\t\t\t<p>After rumors started spreading earlier today that Blackberry was in the midst of talks to be <a href=\"http://thenextweb.com/insider/2015/01/14/samsung-reportedly-approached-blackberry-takeover-bid/\">acquired by Samsung</a> – causing its stocks to rise suddenly by 29 percent – the company has offered an official comment: it “has not engaged with Samsung with respect to any possible offer to purchase BlackBerry.”</p>\n<p>Blackberry then goes on to say its policy is not to comment on rumors – how nice of them to make an exception – and will talk no further about the matter.</p>\n<p>Here’s the full statement:</p>\n<form id=\"aspnetForm\" action=\"/press-release/blackberry-responds-to-media-report-nasdaq-bbry-1983083.aspx?hootPostID=51e4918cbbf7a0700c00cec669b04b7d\" method=\"post\">\n<div id=\"main_content\" class=\"main\">\n<div class=\"ContentPadding\">\n<div id=\"ctl00_p_wpcpageplaceholder_re1_newsroomSrv\">\n<div id=\"newsroom\" class=\"newsroom-onecolumn\">\n<div class=\"newsroom-middle\">\n<div class=\"newsroom-left\">\n<div id=\"newsroom-copy\">\n<div class=\"mw_release\">\n<blockquote><p>BlackBerry Limited (NASDAQ:BBRY)(TSX:BB) (“BlackBerry”) is aware of certain press reports published today with respect to a possible offer by Samsung to purchase BlackBerry. BlackBerry has not engaged in discussions with Samsung with respect to any possible offer to purchase BlackBerry. BlackBerry’s policy is not to comment on rumors or speculation, and accordingly it does not intend to comment further.</p></blockquote>\n<p>In all, it looks like the rumors amounted to no more than speculation; we’ll update if we hear more.</p>\n<p>➤ <a href=\"http://press.blackberry.com/press/2015/blackberry-responds-to-media-report.html\">BlackBerry responds to media report</a> [BlackBerry]</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</form>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<br>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"button social-comments load-article-comments\" onclick=\"ga('send', 'event', 'Article', 'Comment Button', 'Bottom', {'nonInteraction': 1});\">\n\t\t\t\t\t\t\t\t<i class=\"ss-pika ss-chat\"></i><span class=\"comments-cta\"><a href=\"#comments\">Show comments</a></span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div><!-- Article Body -->\n\t\t\t\t\t<div id=\"second-leaderboard\"></div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"nav-buttons-wrapper top mobile\">\n\t\t\t\t\t\t\t\t\t<div class=\"article-adjacent-navigation clearfix\">\n\t\t\t<a  class=\"prev-article inactive\">\n\t\t\t\t\t\t\t</a>\n\t\t\t<a href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" class=\"next-article \" onclick=\"ga('send', 'event', 'Article', 'Next', {'nonInteraction': 1});\" title=\"Facebook&#8217;s third Q&amp;A: Zuckerberg thinks existing wearables are goofy, talks future of Web\">\n\t\t\t\t<div class=\"cta\">Facebook’s third Q&A: Zuckerberg thinks existing wearables are goofy, talks future of Web</div>\n\t\t\t\t<i class=\"icon-arrow-right\"></i>\n\t\t\t</a>\n\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\n\n\t\t\t\t</div><!-- Article Body Wrapper -->\n\n\t\t\t</div>\n\n\t\t\t<div class=\"comments-wrapper\" id=\"comments\">\n\t\t\t\t<div data-tab=\"comments\" id=\"comments-828211\" class=\"comments article-comments article-more\">\n\t\t\t\t\t<!-- Comments section -->\n\t\t\t\t\t<h4>Discussion</h4>\n\t\t\t\t\t\n<div id=\"disqus_thread\">\n    </div>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var disqus_url = 'http://thenextweb.com/insider/2015/01/14/blackberry-denies-samsung-buyout-rumors/';\n    var disqus_identifier = '828211 http://thenextweb.com/?p=828211';\n    var disqus_container_id = 'disqus_thread';\n    var disqus_domain = 'disqus.com';\n    var disqus_version = '2.77';\n    var disqus_shortname = 'thenextweb';\n    var disqus_title = \"BlackBerry denies Samsung buyout rumors\";\n    var disqus_config = function () {\n        var config = this; // Access to the config object\n        config.language = '';\n\n        /* Add the ability to add javascript callbacks */\n        \n        /*\n           All currently supported events:\n            * preData — fires just before we request for initial data\n            * preInit - fires after we get initial data but before we load any dependencies\n            * onInit  - fires when all dependencies are resolved but before dtpl template is rendered\n            * afterRender - fires when template is rendered but before we show it\n            * onReady - everything is done\n         */\n\n        config.callbacks.preData.push(function() {\n            // clear out the container (its filled for SEO/legacy purposes)\n            document.getElementById(disqus_container_id).innerHTML = '';\n        });\n                config.callbacks.onReady.push(function() {\n            // sync comments in the background so we don't block the page\n            var script = document.createElement('script');\n            script.async = true;\n            script.src = '?cf_action=sync_comments&post_id=828211';\n\n            var firstScript = document.getElementsByTagName( \"script\" )[0];\n            firstScript.parentNode.insertBefore(script, firstScript);\n        });\n                this.page.remote_auth_s3 = 'W10= 527932daa898aad01cb9051ac45af8c7a010909b 1421284406';\nthis.page.api_key = 'SXISHARNQTST5OOVPDBS2XJiLapdZTt4gZzH0Lr1H3L8qh6ZBAl3qAigmqSg7w4W';\nthis.sso = {\n          name: \"The Next Web\",\n          button: \"http://cdn3.tnwcdn.com/plus/img/tnw-sso-login-button.png\",\n          icon: \"http://cdn0.tnwcdn.com/plus/img/favicon.ico\",\n          url: \"http://thenextweb.com/auth/login?next=refresh_parent\",\n          logout: \"http://thenextweb.com/auth/logout\",\n          width: \"400\",\n          height: \"600\"\n    }    };\n/* ]]> */\n</script>\n\n\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\n\t\t\t\t\n\t\t\t</div><!-- article tab -->\n\t\t\t\t\t\t<div class=\"article-more clearfix\">\n\t\t\t\t<div id=\"comments-leaderboard\">\n\t\t\t\t\t<div id='div-gpt-ad-1399993607171-0' style='width:728px; height:90px; margin:auto; display:none;'></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t\t<div class=\"article-more clearfix\">\n\t\t\t\t<h3>Related stories</h3>\n\t\t\t\t<div class=\"article-more-posts\">\n\t\t\t\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"828209\" href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" title=\"Zuckerberg Thinks Current Wearables Are \"Goofy\" and More\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/12/facebook_culture_06-320x140.jpg\" width=\"320\" height=\"140\" title=\"Facebook's third Q&A: Mark Zuckerberg thinks existing wearables are goofy and more\" alt=\"facebook_culture_06\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/12/facebook_culture_06-320x140.jpg\" width=\"320\" height=\"140\" title=\"Facebook's third Q&A: Mark Zuckerberg thinks existing wearables are goofy and more\" alt=\"facebook_culture_06\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"828209\" href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" title=\"Zuckerberg Thinks Current Wearables Are \"Goofy\" and More\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});\">\n\t\t\t\t\tFacebook&#8217;s third Q&#038;A: Mark Zuckerberg thinks existing wearables are goofy and more\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"828084\" href=\"http://thenextweb.com/insider/2015/01/14/facebook-at-work-released/\" title=\"Facebook launches Facebook At Work... but you probably won't be able to try it yet\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/fbwork_press_newsfeed-320x140.png\" width=\"320\" height=\"140\" title=\"Facebook launches Facebook At Work... but you probably won't be able to try it yet\" alt=\"fbwork_press_newsfeed\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/fbwork_press_newsfeed-320x140.png\" width=\"320\" height=\"140\" title=\"Facebook launches Facebook At Work... but you probably won't be able to try it yet\" alt=\"fbwork_press_newsfeed\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"828084\" href=\"http://thenextweb.com/insider/2015/01/14/facebook-at-work-released/\" title=\"Facebook launches Facebook At Work... but you probably won't be able to try it yet\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});\">\n\t\t\t\t\tFacebook launches Facebook At Work&#8230; but you probably won&#8217;t be able to try it yet\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"828023\" href=\"http://thenextweb.com/google/2015/01/14/google-translate-gets-real-time-voice-sign-translations-ios-android/\" title=\"Google Translate Gets Real-Time Voice And Sign Translations\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 2', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/02/googletranslate_android_3-322x140.jpg\" width=\"320\" height=\"139\" title=\"Google Translate gets real-time voice and sign translations on iOS and Android\" alt=\"googletranslate_android_3\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/02/googletranslate_android_3-322x140.jpg\" width=\"320\" height=\"139\" title=\"Google Translate gets real-time voice and sign translations on iOS and Android\" alt=\"googletranslate_android_3\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"828023\" href=\"http://thenextweb.com/google/2015/01/14/google-translate-gets-real-time-voice-sign-translations-ios-android/\" title=\"Google Translate Gets Real-Time Voice And Sign Translations\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 2', {'nonInteraction': 1});\">\n\t\t\t\t\tGoogle Translate gets real-time voice and sign translations on iOS and Android\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"827990\" href=\"http://thenextweb.com/insider/2015/01/14/obama-wants-speed-us-broadband/\" title=\"Obama Plans Executive Action to Speed Up US Broadband\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 1', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Obama-320x140.jpg\" width=\"320\" height=\"140\" title=\"Obama plans executive action to speed up US broadband\" alt=\"Obama\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Obama-320x140.jpg\" width=\"320\" height=\"140\" title=\"Obama plans executive action to speed up US broadband\" alt=\"Obama\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"827990\" href=\"http://thenextweb.com/insider/2015/01/14/obama-wants-speed-us-broadband/\" title=\"Obama Plans Executive Action to Speed Up US Broadband\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 1', {'nonInteraction': 1});\">\n\t\t\t\t\tObama plans executive action to speed up US broadband\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"828129\" href=\"http://thenextweb.com/google/2015/01/14/googles-new-classroom-app-opens-doors-android-ios/\" title=\"Google's Classroom App Opens Its Doors On Android and iOS\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Google-Classroom-320x140.png\" width=\"320\" height=\"140\" title=\"Google's new Classroom app opens its doors on Android and iOS\" alt=\"Google Classroom\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Google-Classroom-320x140.png\" width=\"320\" height=\"140\" title=\"Google's new Classroom app opens its doors on Android and iOS\" alt=\"Google Classroom\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"828129\" href=\"http://thenextweb.com/google/2015/01/14/googles-new-classroom-app-opens-doors-android-ios/\" title=\"Google's Classroom App Opens Its Doors On Android and iOS\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});\">\n\t\t\t\t\tGoogle&#8217;s new Classroom app opens its doors on Android and iOS\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t<div class=\"loop-post\">\n\t\t<div class=\"loop-post-content clearfix\">\n\t\t\t<div class=\"loop-post-image\">\n\t\t\t\t<a class=\"post-link\" data-postid=\"828004\" href=\"http://thenextweb.com/apps/2015/01/14/firefox-35-brings-improved-cross-browser-video-chat-better-performance/\" title=\"Firefox 35 Brings Improved Cross-browser Video Chat\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Image', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 1', {'nonInteraction': 1});\">\n\t\t\t\t\t<img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Firefox-Hello-320x140.jpg\" width=\"320\" height=\"140\" title=\"Firefox 35 brings improved cross-browser video chat and better performance\" alt=\"Firefox Hello\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2015/01/Firefox-Hello-320x140.jpg\" width=\"320\" height=\"140\" title=\"Firefox 35 brings improved cross-browser video chat and better performance\" alt=\"Firefox Hello\" class=\"lazy\" /></noscript>\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<h2>\n\t\t\t\t<a class=\"post-link\" data-postid=\"828004\" href=\"http://thenextweb.com/apps/2015/01/14/firefox-35-brings-improved-cross-browser-video-chat-better-performance/\" title=\"Firefox 35 Brings Improved Cross-browser Video Chat\" onclick=\"ga('send', 'event', 'Article', 'Related Posts', 'Headline', {'nonInteraction': 1});ga('send', 'event', 'Article', 'Related Posts', 'Placing - 1', {'nonInteraction': 1});\">\n\t\t\t\t\tFirefox 35 brings improved cross-browser video chat and better performance\t\t\t\t</a>\n\t\t\t</h2>\n\t\t</div>\n\t</div>\t\n\t\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"article-ad\">\n\t\t\t\t\t<div id=\"bottom-leaderboard\">\n\t\t\t\t\t\t<div id='div-gpt-ad-1368717423425-0' style='width:728px; height:90px; margin:auto; display:none;'></div>\n\t\t\t\t\t\t<div id='div-gpt-ad-1370955865098-0' style='width:300px; height:250px; margin:auto; display:none;'></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\n\t\t</div><!-- article -->\n\t\t\n\t\t\t<div id=\"pop-up\">\n\t\t<a href=\"#\" class=\"close\" onclick=\"ga('send', 'event', 'Article', 'Pop-up', 'Close');\">×</a>\n\t\t<div class=\"pop-up-headline\">Don't miss this:</div>\n\t\t<div class=\"pop-up-article\">\n\t\t<a class=\"image\" href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" onclick=\"ga('send', 'event', 'Article', 'Pop-up', 'Image', {'nonInteraction': 1});\" title=\"Facebook&#8217;s third Q&amp;A: Zuckerberg thinks existing wearables are goofy, talks future of Web\"><img src=\"http://cdn1.tnwcdn.com/assets/images/transparent.png\" data-src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/12/facebook_culture_06-60x50.jpg\" width=\"60\" height=\"50\" title=\"BlackBerry denies Samsung buyout rumors\" alt=\"facebook_culture_06\" class=\"lazy\" />\n\t\t\t<noscript><img src=\"http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2014/12/facebook_culture_06-60x50.jpg\" width=\"60\" height=\"50\" title=\"BlackBerry denies Samsung buyout rumors\" alt=\"facebook_culture_06\" class=\"lazy\" /></noscript></a>\n\t\t<a class=\"post-link\" href=\"http://thenextweb.com/facebook/2015/01/14/facebooks-third-qa-mark-zuckerberg-thinks-existing-wearables-goofy/\" onclick=\"ga('send', 'event', 'Article', 'Pop-up', 'Title', {'nonInteraction': 1});\" title=\"Facebook&#8217;s third Q&amp;A: Zuckerberg thinks existing wearables are goofy, talks future of Web\">Facebook’s third Q&A: Zuckerberg thinks existing wearables are goofy, talks future of Web</a>\n\t\t</div>\n\t</div>\n\t\t\t\n\t</div><!-- /article-wrapper -->\n\n\t<div id=\"article-loading\"></div>\n\t\n\t\t\t<div id=\"footer\">\n\t\t\t\t<div class=\"footer-menu clearfix\">\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href=\"/about/\" title=\"About\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'About', {'nonInteraction': 1});\">About</a>\n\t\t\t\t\t\t<a href=\"/about/team/\" title=\"Team\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Team', {'nonInteraction': 1});\">Team</a>\n\t\t\t\t\t\t<a href=\"/about/contact/\" title=\"Contact\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Contact', {'nonInteraction': 1});\">Contact</a>\n\t\t\t\t\t\t<a href=\"/advertise/\" title=\"Advertise\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Advertise', {'nonInteraction': 1});\">Advertise</a>\n\t\t\t\t\t\t<a href=\"/tos/\" title=\"Terms of Service\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Terms of Service', {'nonInteraction': 1});\">Terms of Service</a>\n\t\t\t\t\t\t<a href=\"/privacy-policy/\" title=\"Privacy Policy\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Privacy Policy', {'nonInteraction': 1});\">Privacy Policy</a>\n\t\t\t\t\t\t<a href=\"/jobs/\" title=\"Jobs\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Jobs', {'nonInteraction': 1});\">Jobs</a>\n\t\t\t\t\t\t<a href=\"/jobs/intern-at-tnw/\" title=\"Internshps\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Internships', {'nonInteraction': 1});\">Internships</a>\n\t\t\t\t\t\t<a href=\"http://goodies.thenextweb.com\" title=\"Goodies\" onclick=\"ga('send', 'event', 'General', 'Footer Navigation', 'Goodies', {'nonInteraction': 1});\">Goodies</a>\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t\t<div id=\"footer-partners\">\n\t\t\t\t\t<div class=\"clearfix\" id=\"partners\">\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<a id=\"partner-maxcdn\" href=\"http://www.maxcdn.com/\" target=\"_blank\" rel=\"nofollow\" title=\"MaxCDN\" onclick=\"ga('send', 'event', 'General', 'Sponsor', 'MaxCDN', {'nonInteraction': 1});\">MaxCDN</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<span id=\"div-gpt-ad-1383298902094-0\"></span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"footer-colophon\">\n\t\t\t\t\t<p>Copyright 2001 - <span itemprop=\"copyrightYear\">2015</span> <span itemprop=\"copyrightHolder provider sourceOrganization\" itemscope itemtype=\"http://schema.org/Organization\"><span itemprop=\"name\">The Next Web</span></span>, Inc. All Rights Reserved.</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div><!-- main -->\n\t\t<div id=\"img-preload\" style=\"display: none;\"></div>\n\t</div><!-- #content -->\n\n\t<div class=\"stream-ghost\"></div>\n\t<div id=\"roadblock-1x1\"></div>\n\n\t\n\t<div id=\"fb-root\"></div>\n\t\n\t<!-- Parse.ly Include: Standard -->\n\t<div id=\"parsely-root\" style=\"display: none\">\n\t\t<a id=\"parsely-cfg\" data-parsely-site=\"thenextweb.com\" href=\"http://parsely.com\" rel=\"nofollow\">.</a>\n\t</div>\n\t\n\t<script>\n\t\t// Force G+ language\n\t\twindow.___gcfg = {lang: 'en-US'};\n\t\t(function(w, d, s) {\n\t\t\tfunction go(){\n\t\t\t\tvar js, fjs = d.getElementsByTagName(s)[0];\n\t\t\t\tvar load = function(url, id) {\n\t\t\t\t\tif (d.getElementById(id)) {return;}\n\t\t\t\t\tjs = d.createElement(s); js.src = url; js.id = id;\n\t\t\t\t\tfjs.parentNode.insertBefore(js, fjs);\n\t\t\t\t};\n\t\t\t\tload('http://static.parsely.com/p.js', 'js-parsely');\n\t\t\t}\n\t\t\tif (w.addEventListener) { w.addEventListener(\"load\", go, false); }\n\t\t\telse if (w.attachEvent) { w.attachEvent(\"onload\",go); }\n\t\t}(window, document, 'script'));\n\t</script>\n\n\t<!-- Chartbeat -->\n\t<script type='text/javascript'>\n\t\tvar _sf_async_config={};\n\t\t_sf_async_config.uid = 54698;\n\t\t_sf_async_config.domain = 'thenextweb.com';\n\t\t_sf_async_config.useCanonical = true;\n\t\t_sf_async_config.sections = \"Insider\";\n\t\t_sf_async_config.authors = \"Napier Lopez\";\n\t\t(function(){\n\t\t\tfunction loadChartbeat() {\n\t\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\t\tvar e = document.createElement('script');\n\t\t\t\te.setAttribute('language', 'javascript');\n\t\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\t\te.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n\t\t\t\tdocument.body.appendChild(e);\n\t\t\t}\n\t\t\tvar oldonload = window.onload;\n\t\t\twindow.onload = (typeof window.onload != 'function') ?\n\t\t\tloadChartbeat : function() { oldonload(); loadChartbeat(); };\n\t\t})();\n\t</script>\n\n\t<!-- TuneIn -->\n\t<script type='text/javascript'>\n\t  (function () {\n\t    var tiwp = document.createElement('script');\n\t    tiwp.async = true;\n\t    tiwp.type = 'text/javascript';\n\t    tiwp.src = '//lib.tunein.com/embed/player.js';\n\t    var node = document.getElementsByTagName('script')[0];\n\t    node.parentNode.insertBefore(tiwp, node);\n\t  })();\n\t</script>\n\n\t\t\t\t<script src=\"http://cdn0.tnwcdn.com/wp-content/themes/icetea/assets/js/scripts.min.js?v=1421246154\" type=\"text/javascript\"></script>\n\t\t\t\t\t\n\t    <script type=\"text/javascript\">\n    // <![CDATA[\n        var disqus_shortname = 'thenextweb';\n        (function () {\n            var nodes = document.getElementsByTagName('span');\n            for (var i = 0, url; i < nodes.length; i++) {\n                if (nodes[i].className.indexOf('dsq-postid') != -1) {\n                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));\n                    url = nodes[i].parentNode.href.split('#', 1);\n                    if (url.length == 1) url = url[0];\n                    else url = url[1]\n                    nodes[i].parentNode.href = url + '#disqus_thread';\n                }\n            }\n            var s = document.createElement('script'); s.async = true;\n            s.type = 'text/javascript';\n            s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n        }());\n    //]]>\n    </script>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201503'></script>\n\n\t\t\t<script>\n\t\t\t\tvar _roost = _roost || [];\n\t\t\t\t$(function() {\n\t\t\t\t\tvar alias = typeof TNWPlus !== 'undefined' ? TNWPlus.settings.user.id : 0;\n\t\t\t\t\t_roost.push(['alias', alias]);\n\t\t\t\t\t_roost.push(['onresult', function (data) {\n\t\t\t\t\t\tif (data.firstTime == true && data.registered == true) {\n\t\t\t\t\t\t\treturn location.href = '/notifications';\n\t\t\t\t\t\t}\n\t\t\t\t\t}]);\n\t\t\t\t});\n\t\t\t</script>\n\t\t\t\t\n\t<!-- TNW+ -->\n\t<script type=\"text/javascript\" src=\"http://cdn0.tnwcdn.com/assets/shared/js/plus.js\"></script>\n\n\n\t<!-- Stream item template -->\n\t<script type=\"text/template\" id=\"stream-item-template\">\n\t\t<div class=\"thumb\"><a data-post-id=\"<%= post.post_id %>\" href=\"<%= post.permalink %>\" title=\"<%= post.title%>\" onclick=\"ga('send', 'event', 'Stream', 'Click', 'Image', {'nonInteraction': 1});\"><%= post.thumbnail %></a></div>\n\t\t<div class=\"body\">\n\t\t\t<a class=\"title\" href=\"<%= post.permalink %>\" title=\"<%= post.title%>\" onclick=\"ga('send', 'event', 'Stream', 'Click', 'Title', {'nonInteraction': 1});\"><%= post.short_title %></a>\n\t\t\t<div class=\"date\" data-timestamp=\"<%= post.timestamp %>\"><%= post.date %></div>\n\t\t</div>\n\t</script>\n\t</script>\n\t<noscript>\n\t<div style=\"display:inline;\">\n\t<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1055417172/?value=0&amp;guid=ON&amp;script=0\"/>\n\t</div>\n\t</noscript>\n\t<!-- Quantcast Tag -->\n\t<script type=\"text/javascript\">\n\t\tvar _qevents = _qevents || [];\n\t\t(function() {\n\t\tvar elem = document.createElement('script');\n\t\telem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n\t\telem.async = true;\n\t\telem.type = \"text/javascript\";\n\t\tvar scpt = document.getElementsByTagName('script')[0];\n\t\tscpt.parentNode.insertBefore(elem, scpt);\n\t\t})();\n\n\t\t_qevents.push({qacct:\"p-uj7YQZPFcqCJV\"});\n\t</script>\n\t<noscript>\n\t<div style=\"display:none;\">\n\t\t<img src=\"//pixel.quantserve.com/pixel/p-uj7YQZPFcqCJV.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n\t</div>\n\t</noscript>\n\t<!-- End Quantcast tag -->\n\t</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/theonion.com1.html",
    "content": "\n<!DOCTYPE html><html><head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#\"><title>\n    Woman’s Parents Accepting Of Mixed-Attractiveness Relationship | The Onion - America's Finest News Source\n</title><!-- VERSION: 1137, HOST: onionweb3, TIME: 2015-01-14T23:07:17.415589 --><script type=\"text/javascript\">\n    \n        \n            var metadata = {\"master_vpv_path\": \"/onion/lifestyle/article/news-in-brief/\", \"vpv_path\": \"/vpv/_lifestyle/article/news-in-brief/womans-parents-accepting-of-mixedattractiveness-re,37765/\", \"targeting\": {\"dfp_adchannel\": \"lifestyle\", \"dfp_pagetype\": \"article\", \"dfp_channel\": \"parents\", \"dfp_articletype\": \"news-in-brief\", \"dfp_site\": \"theonion\", \"dfp_articleid\": 37765}};\n        \n    \n    var site_name = \"onion\";\n    </script><script src=\"//cdn.optimizely.com/js/656781833.js\"></script><script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><meta property=\"fb:page_id\" content=\"20950654496\" /><meta property=\"fb:app_id\" content=\"199226029179\" /><meta name=\"google-site-verification\" content=\"ahhUg9UlxcZYaBLgwv0Bcbvq-FovzeGQSF8GS1XoqAs\" /><meta name=\"site\" content=\"theonion.com\" /><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, target-densitydpi=device-dpi\" /><meta name=\"HandheldFriendly\" content=\"True\"><meta name=\"MobileOptimized\" content=\"480\"><meta name=\"apple-mobile-web-app-capable\" content=\"yes\" /><meta name=\"title\" content=\"Woman’s Parents Accepting Of Mixed-Attractiveness Relationship - The Onion\" /><meta name=\"description\" content=\"CHICAGO&mdash;Admitting it took them some time to come around to the idea, the parents of local woman Laura Stevens said Wednesday that they had finally accepted their daughter&rsquo;s mixed-attractiveness relationship with Kyle Baker, a man who is consid...\" /><meta name=\"copyright\" content=\"2015\" /><meta name=\"keywords\" content=\"parents,dating,lifestyle\" /><meta property=\"vr:category\" content=\"news-in-brief\"><script type=\"application/ld+json\">\n  {\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\",\n    \"url\": \"http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\",\n    \"thumbnailUrl\": \"http://o.onionstatic.com/images/28/28393/16x9/600.jpg?4379\",\n    \"dateCreated\": \"2015-01-14T14:07:00.003335-05:00\",\n    \"articleSection\": \"parents\",\n    \"keywords\": [\"parents\",\"dating\",\"Lifestyle\",]\n  }\n</script><meta property=\"og:title\" content=\"Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\" /><meta property=\"og:type\" content=\"article\" /><meta property=\"fb:app_id\" content=\"367143819963933\" /><meta property=\"og:url\" content=\"http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" /><meta property=\"og:published_time\" content=\"2015-01-14T14:07:00.003335-05:00\" /><meta property=\"og:section\" content=\"\" /><meta property=\"og:description\" content=\"CHICAGO&mdash;Admitting it took them some time to come around to the idea, the parents of local woman Laura Stevens said Wednesday that they had finally accepted their daughter&rsquo;s mixed-attractiveness relationship with Kyle Baker, a man who is consid...\" /><meta property=\"og:image\" content=\"http://o.onionstatic.com/images/28/28393/2x1/1200.jpg?4379\" /><meta property=\"og:tag\" content=\"parents\" /><meta property=\"og:tag\" content=\"dating\" /><meta property=\"og:tag\" content=\"lifestyle\" /><meta name=\"twitter:card\" content=\"summary\"><meta name=\"twitter:url\" content=\"http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\"><meta name=\"twitter:title\" content=\"Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\"><meta name=\"twitter:description\" content=\"CHICAGO&mdash;Admitting it took them some time to come around to the idea, the parents of local woman Laura Stevens said Wednesday that they had finally accepted their daughter&rsquo;s mixed-attractiveness relationship with Kyle Baker, a man who is consid...\"><meta name=\"twitter:image\" content=\"http://o.onionstatic.com/images/28/28393/1x1-small/200.jpg?4379\"/><link rel=\"stylesheet\" href=\"/static/CACHE/css/d4bfd2605c20.css\" type=\"text/css\" /><link rel=\"stylesheet\" href=\"/static/CACHE/css/a691fbd0895a.css\" type=\"text/css\" media=\"all\" /><!--[if IE 7]><link rel=\"stylesheet\" type=\"text/less\" media=\"all\" href=\"/static/onion/fonts/sprites/font-awesome/font-awesome-1e7.less\" /><![endif]--><!--[if lt IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"/static/onion/css/ie.css\" /><script type=\"text/javascript\" src=\"/static/onion/js/html5shiv.js\"></script><script type=\"text/javascript\" src=\"/static/onion/js/html5shiv-printshiv.js\"></script><script type=\"text/javascript\" src=\"/static/onion/js/respond.js\"></script><![endif]--><link rel=\"canonical\" href=\"http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Onion: Daily News\" href=\"http://feeds.theonion.com/theonion/daily\" /><link rel=\"icon\" type=\"image/png\" href=\"/static/onion/img/favicon.ico\" /><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/static/onion/img/touch-icon-iphone-retina.png\" /><script type=\"text/javascript\">\n\t\t\t/// Terbooluh\n\t\t\twindow._taboola = window._taboola || [];\n\t\t\t_taboola.push({article:'auto'}); \n\t\t\t!function (e, f, u) {\n\t\t\t\te.async = 1;\n\t\t\t\te.src = u;\n\t\t\t\tf.parentNode.insertBefore(e, f);\n\t\t\t}(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/theonion-theonion/loader.js');\n\t\t</script></head><body id=\"\" class=\"site_onion ga_section \" name=\"default\" data-ct_section_name=\"blank\"><section class=\"top-ad\" data-ct_section_name=\"top_ad\"><div id=\"dfp-ad-header\"\n        data-slotname=\"header\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"728\" data-height=\"90\"\n        \n        data-viewports=\"desktop,tablet-portrait\"></div><div id=\"dfp-ad-header_300x250\"\n        data-slotname=\"header_300x250\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        \n        data-viewports=\"desktop,tablet-portrait\"></div></section><section class=\"offpage\" data-ct_section_name=\"offpage\"><div id=\"dfp-ad-wallpaper\"\n        data-slotname=\"wallpaper\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        \n        data-viewports=\"desktop\"></div><div id=\"dfp-ad-stunt\"\n        data-slotname=\"stunt\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        \n        data-viewports=\"all\"></div><div id=\"dfp-ad-sponsor_1\"\n        data-slotname=\"sponsor_1\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        \n        data-viewports=\"all\"></div><div id=\"dfp-ad-sponsor_2\"\n        data-slotname=\"sponsor_2\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        \n        data-viewports=\"all\"></div><div id=\"dfp-ad-section1\"\n        data-slotname=\"section1\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"1\" data-height=\"1\"\n        \n        data-viewports=\"all\"></div><div id=\"pixel_trackers\"></div></section><div id=\"body-wrap\"><div id=\"shadow\" class=\"wrap\"></div><div class=\"wrap\"><header class=\"site-header\"><h1><a href=\"/\" title=\"Home - The Onion\" class=\"bgcontain\" data-ct_section_name=\"logo\"><!--[if lt IE 9]><img src=\"/static/onion/img/logo_1x.png\" alt=\"The Onion\" title=\"The Onion\" /><![endif]--></a></h1><div id=\"meta-strip\" class=\"inner-wrap\"><div id=\"weather\"><div class=\"image bgcontain\" style=\"background-image: url('/static/onion/img/icons/weather/storm_2x.png');\"><div class=\"temp\"></div><!--[if lt IE 9]><img src=\"/static/onion/img/icons/weather/storm_1x.png\" alt=\"Partly cloudy\" /><![endif]--></div><div class=\"forecast\">Ugh, Christ, this again?</div></div><div id=\"networks\" data-ct_section_name=\"social\"><ul><li class=\"av\" data-ct_section_name=\"av\"><a href=\"http://www.avclub.com/\" target=\"_blank\" class=\"bgcontain\"><!--[if lt IE 9]><img src=\"/static/onion/img/avclub-small_1x.png\" alt=\"A.V. Club\" title=\"A.V. Club\" /><![endif]--></a></li><li class=\"clickhole\" data-ct_section_name=\"av\"><a id=\"clickhole-link\" href=\"http://www.clickhole.com/?ref=onion\" target=\"_blank\" class=\"bgcontain\"></a><script>\n\t\t\t\t\t\t\t\t\t\t\t/*document.getElementById(\"clickhole-link\").setAttribute(\"href\", \"http://ad.doubleclick.net/ad/N2883.theonion/B8071583.109018433;sz=1x1;kw=[url_encoded_publisher_data];ord=%%CACHEBUSTER%%?\".replace('%%CACHEBUSTER%%', new Date().getTime()));\n\t\t\t\t\t\t\t\t\t\t\t*/\n\t\t\t\t\t\t\t\t\t\t</script></li><li class=\"social\"><ul class=\"icons\"><li><a href=\"#\" class=\"youtube\"><img src=\"/static/onion/img/youtube.jpg\" alt=\"YouTube\" /></a></li><li><a href=\"#\" class=\"facebook\"><img src=\"/static/onion/img/sharetools/facebook_2x.png\" alt=\"Facebook\" /></a></li><li><a href=\"#\" class=\"twitter\"><img src=\"/static/onion/img/sharetools/twitter_2x.png\" alt=\"Twitter\" /></a></li></ul><div class=\"invisible-border\"><ul class=\"flyout\"><li class=\"youtube\"><iframe frameborder=\"0\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" style=\"position: static; top: 0px; width: 210px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 51px;\" tabindex=\"0\" vspace=\"0\" width=\"100%\" id=\"I0_1377817344808\" name=\"I0_1377817344808\" src=\"https://www.youtube.com/subscribe_embed?bsv=o&amp;usegapi=1&amp;channel=TheOnion&amp;layout=full&amp;hl=en-US&amp;origin=http%3A%2F%2Flocal.theonion.com&amp;gsrc=3p&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en_US.uMT8FlSlKPo.O%2Fm%3D__features__%2Fam%3DIQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMwSwMTiSPXibimDLNr5oYYOfrduw#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled&amp;id=I0_1377817344808&amp;pfname=&amp;rpctoken=32554104\" data-gapiattached=\"true\"></iframe></li><li class=\"facebook\"><iframe id=\"fb-like\" data-src=\"//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Ftheonion&amp;width=200&amp;height=70&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;appId=130164583741660\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:200px; height:70px;\" allowTransparency=\"true\"></iframe></li><li class=\"twitter\"><a href=\"https://twitter.com/TheOnion\" class=\"twitter-follow-button\" data-show-count=\"false\"  data-size=\"large\" data-show-screen-name=\"true\">Follow @TheOnion</a><div id=\"twitter-placeholder\"></div></li></ul></div></li></ul></div></div><a class=\"expansion-toggle\"><img src=\"/static/onion/img/mobile_navbtn.png\" alt=\"Show/Hide Navigation\"></a><nav class=\"main-nav\" data-ct_section_name=\"nav\"><div class=\"navigation\"><ul class=\"links\"><li class=\"video\"><a href=\"/video/\">Video</a></li><li class=\"politics\"><a href=\"/section/politics/\">Politics</a></li><li class=\"sports\"><a href=\"/section/sports/\">Sports</a></li><li class=\"science-technology\"><a href=\"/section/science-technology/\">Science/Tech</a></li><li class=\"local\"><a href=\"/section/local/\">Local</a></li><li class=\"entertainment\"><a href=\"/section/entertainment/\">Entertainment</a></li><li class=\"fantasyfootball\"><a style=\"color: rgb(0,141,82)\" href=\"/fantasyfootball\">Fantasy Football</a></li><li class=\"more\"><a href=\"#\" onclick=\"return false\">More <i class=\"icon-chevron-down\"></i></a><ul class=\"more-links\"></ul></li></ul></div><div class=\"search\"><form action=\"/search/\"><button type=\"submit\" value=\"\"><i class=\"icon-search\"></i></button><input type=\"text\" name=\"q\" value=\"Search\" onclick=\"this.value=''; return false;\" placeholder=\"Search\"></form></div></nav></header><div class=\"expansion\"><div class=\"search\"><button class=\"search-back\">Back</button><div class=\"search-field\"><form id=\"mobilesearch\" action=\"/search/\"><input type=\"text\" class=\"\" name=\"q\" value=\"Search\" onclick=\"this.value=''; return false;\" placeholder=\"Search\"><a href=\"#\" onclick=\"$('#mobilesearch').submit()\" class=\"icon-search\"></a></form></div><div class=\"results\"></div></div><div class=\"nav con\"><ul><li class=\"video\"><a href=\"/video/\">Video <i class=\"icon-chevron-right\"></i></a></li><li class=\"politics\"><a href=\"/section/politics/\">Politics <i class=\"icon-chevron-right\"></i></a></li><li class=\"sports\"><a href=\"/section/sports/\">Sports <i class=\"icon-chevron-right\"></i></a></li><li class=\"business\"><a href=\"/section/business/\">Business <i class=\"icon-chevron-right\"></i></a></li><li class=\"sci-tech\"><a href=\"/section/science-technology/\">Science/Tech <i class=\"icon-chevron-right\"></i></a></li><li class=\"entertainment\"><a href=\"/section/entertainment/\">Entertainment <i class=\"icon-chevron-right\"></i></a></li><li class=\"breaking\"><a href=\"/section/breaking/\">Breaking <i class=\"icon-chevron-right\"></i></a></li></ul></div></div><div class=\"mobile-ad\"><div id=\"dfp-ad-header_320x50\"\n        data-slotname=\"header_320x50\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        \n        data-viewports=\"mobile\"></div></div><div id=\"guts\"><div class=\"article right-sidebar two-col \"><div id=\"masthead\"></div><section class=\"a\"><div class=\"group-1 con\"><div class=\"main\"><article class=\"full-article\" data-article-id=\"37765\" data-ct_section_name=\"article_body\"><h1>Woman’s Parents Accepting Of Mixed-Attractiveness Relationship</h1><div class=\"meta\" data-ct_section_name=\"tags\"><a class=\"type\" data-prefetch=\"/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" href=\"/features/news-in-brief/\">News in Brief</a>\n    \n\n    \n    \n    &#8226;\n    \n    <span class=\"channels\"><a href=\"/channels/parents/\">parents</a>\n         &#8226; <a href=\"/channels/dating/\">dating</a>\n         &#8226; <a href=\"/channels/lifestyle/\">Lifestyle</a></span>\n    \n    \n    \n    &#8226;\n    <a class=\"issue\" href=\"/issue/5102/\">\n        ISSUE 51&bull;02</a>\n    \n    \n\n    \n    &#8226;\n    <span class=\"pubdate\">\n        Jan 14, 2015\n    </span></div><div id=\"topshare\" class=\"sharetools sharetools-large sharetools-horizontal\"><ul data-ct_section_name=\"social\"><li class=\"fb\" data-ct_section_name=\":facebook\"><a href=\"https://www.facebook.com/dialog/share?app_id=199226029179&display=popup&href=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/&redirect_uri=http://www.theonion.com/videos/sharecomplete\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;\" data-ct_href=\"facebookShare\"><img src=\"/static/onion/img/sharetools/large/fb_lg.gif\" height=\"40\" alt=\"Facebook\" /><span>&nbsp;</span></a></li><li class=\"tw\" data-ct_section_name=\":twitter\"><a href=\"https://twitter.com/share?text=&url=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/&via=TheOnion&related=TheOnion\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;\" data-ct_href=\"twitterShare\"><img src=\"/static/onion/img/sharetools/large/tw_lg.gif\" alt=\"Twitter\" /><span>&nbsp;</span></a></li><li class=\"icon-test gp\" data-ct_section_name=\":google_plus\"><a href=\"https://plus.google.com/share?url=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\" data-ct_href=\"gplusShare\"><img src=\"/static/onion/img/sharetools/large/gp_lg.gif\" alt=\"Google Plus\" /><span>&nbsp;</span></a></li><li class=\"icon-test tum\" data-ct_section_name=\":tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.theonion.com%2Farticles%2Fwomans-parents-accepting-of-mixedattractiveness-re%2C37765%2F&name=Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\"><img src=\"/static/onion/img/sharetools/tm_sm.png\" alt=\"Tumblr\" /><span>&nbsp;</span></a></li><li class=\"icon-test pin\" data-ct_section_name=\":pinterest\"><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.theonion.com%2Farticles%2Fwomans-parents-accepting-of-mixedattractiveness-re%2C37765%2F&description=Woman’s Parents Accepting Of Mixed-Attractiveness Relationship&media=http%3A%2F%2Fo.onionstatic.com%2Fimages%2F28%2F28393%2F16x9%2F1200.jpg%3F4379\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\"><img src=\"/static/onion/img/sharetools/pn_sm.png\" alt=\"Pinterest\" /><span>&nbsp;</span></a></li></ul></div><div class=\"picture title-picture\"><img data-retina-src=\"http://o.onionstatic.com/images/28/28393/16x9/700.hq.jpg?4379\" data-src=\"http://o.onionstatic.com/images/28/28393/16x9/700.jpg?4379\" src=\"data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7\" class=\" lazy-load\" width=\"700\" height=\"393\" alt=\"\" title=\"\" /></div><div class=\"article-body\"><p>CHICAGO&#8212;Admitting it took them some time to come around to the idea, the parents of local woman Laura Stevens said Wednesday that they had finally accepted their daughter&#8217;s mixed-attractiveness relationship with Kyle Baker, a man who is considerably worse-looking than she is. &#8220;To be honest, we were quite surprised when Laura brought Kyle to the house for the first time, but eventually we came around to it,&#8221; said Stevens&#8217; mother, Janet, who noted that the pair were still met with uncomfortable stares and disapproval from other family members&#8212;especially Laura&#8217;s grandmother&#8212;at last year&#8217;s Thanksgiving dinner. &#8220;Her father was particularly upset at first, but now I think he&#8217;s learned to accept it, and he&#8217;s even grown to like Kyle. Besides, Kyle seems to make Laura happy, and that&#8217;s all that really matters.&#8221; Janet Stevens went on to say that, if the two ever got married, she would love their children no matter how average-looking they are.</p></div><div id=\"bottomshare\" class=\"sharetools sharetools-large sharetools-horizontal\"><ul data-ct_section_name=\"social\"><li class=\"fb\" data-ct_section_name=\":facebook\"><a href=\"https://www.facebook.com/dialog/share?app_id=199226029179&display=popup&href=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/&redirect_uri=http://www.theonion.com/videos/sharecomplete\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;\" data-ct_href=\"facebookShare\"><img src=\"/static/onion/img/sharetools/large/fb_lg.gif\" height=\"40\" alt=\"Facebook\" /><span>&nbsp;</span></a></li><li class=\"tw\" data-ct_section_name=\":twitter\"><a href=\"https://twitter.com/share?text=&url=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/&via=TheOnion&related=TheOnion\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;\" data-ct_href=\"twitterShare\"><img src=\"/static/onion/img/sharetools/large/tw_lg.gif\" alt=\"Twitter\" /><span>&nbsp;</span></a></li><li class=\"icon-test gp\" data-ct_section_name=\":google_plus\"><a href=\"https://plus.google.com/share?url=http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\" data-ct_href=\"gplusShare\"><img src=\"/static/onion/img/sharetools/large/gp_lg.gif\" alt=\"Google Plus\" /><span>&nbsp;</span></a></li><li class=\"icon-test tum\" data-ct_section_name=\":tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.theonion.com%2Farticles%2Fwomans-parents-accepting-of-mixedattractiveness-re%2C37765%2F&name=Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"tumblrShare\"><img src=\"/static/onion/img/sharetools/tm_sm.png\" alt=\"Tumblr\" /><span>&nbsp;</span></a></li><li class=\"icon-test pin\" data-ct_section_name=\":pinterest\"><a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.theonion.com%2Farticles%2Fwomans-parents-accepting-of-mixedattractiveness-re%2C37765%2F&description=Woman’s Parents Accepting Of Mixed-Attractiveness Relationship&media=http%3A%2F%2Fo.onionstatic.com%2Fimages%2F28%2F28393%2F16x9%2F1200.jpg%3F4379\" onclick=\"window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=475');return false;\" data-ct_href=\"pinterestShare\"><img src=\"/static/onion/img/sharetools/pn_sm.png\" alt=\"Pinterest\" /><span>&nbsp;</span></a></li></ul></div></article><div id=\"dfp-ad-video_companion\"\n        data-slotname=\"video_companion\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"630\" data-height=\"275\"\n        \n        data-viewports=\"desktop\"></div><nav id=\"pagination\" class=\"pagination\" name=\"article:morenews\"><a href=\"/articles/new-climate-change-study-just-400-pages-of-scienti,37761/\" title=\"Back: New Climate Change Study Just 400 Pages Of Scientists Telling Americans To Read Previous Climate Change Studies\" class=\"previous\" data-prefetch=\"/articles/new-climate-change-study-just-400-pages-of-scienti,37761/\" data-ct_section_name=\"previous_recirc\"><span class=\"icon icon-chevron-left\"></span><span class=\"label\">Previous</span><span class=\"title\">New Climate Change Study Just 400 Pages Of ...</span></a><a class=\"random\" href=\"/random\"><!-- The John Henry Memorial Random Article Button--><span class=\"icon icon-random\"></span></a><a href=\"/articles/report-only-2-of-internet-worth-sitting-through-15,37767/\" title=\"Forward: Report: Only 2% Of Internet Worth Sitting Through 15-Second Ad\" class=\"next\" data-prefetch=\"/articles/report-only-2-of-internet-worth-sitting-through-15,37767/\" data-ct_section_name=\"next_recirc\"><span class=\"label\">Next</span><span class=\"title\">Report: Only 2% Of Internet Worth Sitting Through ...</span><span class=\"icon icon-chevron-right\"></span></a></nav><div data-ct_section_name=\":taboola-below-article-thumbs\"><div id='taboola-below-article-thumbs' class=\"taboola\"></div></div><div data-ct_section_name=\":taboola-below-article-text-links-mix\"><div id='taboola-below-article-text-links-mix' class=\"taboola\"></div></div><section id=\"video-recirc\"><header><h1>Popular Onion Video</h1><a href=\"/video/\">Watch more videos <i class=\"icon icon-chevron-right\"></i></a></header><div><ul id=\"choose-vid\"></ul><div class=\"player\"></div></div></section></div><aside class=\"sidebar\"><div id=\"dfp-ad-300x250_abovefold\"\n        data-slotname=\"300x250_abovefold\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        \n        data-viewports=\"desktop,tablet-portrait\"></div><div class=\"headline-list\"><div id=\"logo-repeat-box\"><div id=\"logo-repeat-box-image\"></div><div id=\"logo-repeat-box-icon\"><div><i class='icon-repeat'></i></div></div></div><section class=\"recent-news\" data-ct_section_name=\"recent_news_recirc\"><h4><span class=\"icon-time icon\"></span> Recent News</h4><div class=\"list\"><a class=\"title\" data-article-id=\"37769\" data-prefetch=\"/articles/scout-returns-with-news-of-quicker-checkout-line-t,37769/\" href=\"/articles/scout-returns-with-news-of-quicker-checkout-line-t,37769/\" title=\"Scout Returns With News Of Quicker Checkout Line To The East\" data-ct_section_name=\":1\">Scout Returns With News Of Quicker Checkout Line To The East</a><a class=\"title\" data-article-id=\"37768\" data-prefetch=\"/articles/area-dad-didnt-shell-out-100-at-aquarium-for-lectu,37768/\" href=\"/articles/area-dad-didnt-shell-out-100-at-aquarium-for-lectu,37768/\" title=\"Area Dad Didn’t Shell Out $100 At Aquarium For Lecture About Ecosystem\" data-ct_section_name=\":2\">Area Dad Didn’t Shell Out $100 At Aquarium For Lecture About Ecosystem</a><a class=\"title\" data-article-id=\"37767\" data-prefetch=\"/articles/report-only-2-of-internet-worth-sitting-through-15,37767/\" href=\"/articles/report-only-2-of-internet-worth-sitting-through-15,37767/\" title=\"Report: Only 2% Of Internet Worth Sitting Through 15-Second Ad\" data-ct_section_name=\":3\">Report: Only 2% Of Internet Worth Sitting Through 15-Second Ad</a><a class=\"title\" data-article-id=\"37765\" data-prefetch=\"/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" href=\"/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/\" title=\"Woman’s Parents Accepting Of Mixed-Attractiveness Relationship\" data-ct_section_name=\":4\">Woman’s Parents Accepting Of Mixed-Attractiveness Relationship</a><a class=\"title\" data-article-id=\"37763\" data-prefetch=\"/articles/us-government-offers-100-million-americans,37763/\" href=\"/articles/us-government-offers-100-million-americans,37763/\" title=\"U.S. Government Offers 100 Million Americans Generous Severance Deal To Leave Country\" data-ct_section_name=\":5\">U.S. Government Offers 100 Million Americans Generous Severance Deal To Leave Country</a></div></section></div><div id=\"taboola-left-rail-wrapper\" data-ct_section_name=\":taboola-left-rail-thumbs\"><div id=\"taboola-left-rail-thumbs\" class=\"taboola\"></div></div><div id=\"dfp-ad-300x250_secondary\"\n        data-slotname=\"300x250_secondary\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"300\" data-height=\"250\"\n        \n        data-viewports=\"mobile,tablet-portrait,desktop\"></div><div id=\"dfp-ad-320x50_secondary\"\n        data-slotname=\"320x50_secondary\" \n        class=\"dfp-ad ad-zone\"\n        data-width=\"320\" data-height=\"50\"\n        \n        data-viewports=\"mobile\"></div></aside></div></section></div></div></div><footer class=\"site-footer\" data-ct_section_name=\"footer\"><div class=\"wrap\"><div><section class=\"col-1\" data-ct_section_name=\":1\"><h1 data-ct_section_name=\":logo\"><a href=\"http://www.avclub.com/\" target=\"_blank\" class=\"avclub bgcontain\"><!--[if lt IE 9]><img src=\"/static/onion/img/avclub_1x.png\" width=\"80px\" height=\"14px\" alt=\"The A.V. Club\" /><![endif]--></a></h1><div class=\"picture\" data-ct_section_name=\":picture\"><a href=\"http://www.avclub.com/article/slowdive-working-new-music-213860?utm_medium=RSS&amp;utm_campaign=feeds\"><img src=\"http://i.onionstatic.com/avclub/5313/45/16x9/565.jpg\" /></a></div><ul data-ct_section_name=\":list\"><li data-ct_section_name=\":1\"><h2><a href=\"http://www.avclub.com/article/slowdive-working-new-music-213860?utm_medium=RSS&amp;utm_campaign=feeds\">Newswire: Slowdive is working on new music</a></h2></li><li data-ct_section_name=\":2\"><h2><a href=\"http://www.avclub.com/article/lucy-lawless-cast-witch-wgns-salem-213852?utm_medium=RSS&amp;utm_campaign=feeds\">Newswire: Lucy Lawless cast as a witch on WGN&#39;s Salem</a></h2></li><li data-ct_section_name=\":3\"><h2><a href=\"http://www.avclub.com/article/chart-dominance-shawshank-redemption-imdbs-top-250-213846?utm_medium=RSS&amp;utm_campaign=feeds\">Great Job, Internet!: Chart the dominance of The Shawshank Redemption with IMDB&#39;s Top 250 History</a></h2></li></ul></section><section class=\"col-2\" data-ct_section_name=\":2\"><h1 data-ct_section_name=\":logo\"><a href=\"http://store.theonion.com/\" target=\"_blank\" class=\"onionstore bgcontain\"><!--[if lt IE 9]><img src=\"/static/onion/img/onionstore_1x.png\" width=\"141px\" height=\"16px\" alt=\"Videocracy\" /><![endif]--></a></h1><div class=\"picture\" data-ct_section_name=\":picture\"><a href=\"http://bit.ly/1B2OqJs\"><div class=\"empty\" style=\"background-image:url('http://store.theonion.com/images/onionfeatured52.jpg');background-position:center center;background-size:100%;width: 100%;\"></div></a></div><ul data-ct_section_name=\":list\"><li data-ct_section_name=\":1\"><h2><a href=\"http://bit.ly/1B2OqJs\">2015 The Onion Daily Desk Calendar</a></h2></li><li data-ct_section_name=\":2\"><h2><a href=\"http://bit.ly/1DtYxV7\">Gay Teen Worried He May Be Christian Tee</a></h2></li><li data-ct_section_name=\":3\"><h2><a href=\"http://bit.ly/1ywvkty\">I Wish I Were Dead Mug</a></h2></li></ul></section><section class=\"col-3\" data-ct_section_name=\":3\"><h1 data-ct_section_name=\":logo\"><a href=\"http://www.youtube.com/TheOnion/\" target=\"_blank\" class=\"onionyoutube bgcontain\"><!--[if lt IE 9]><img src=\"/static/onion/img/onionyoutube_1x.png\" width=\"168px\" height=\"16px\" alt=\"The Onion Youtube\" /><![endif]--></a></h1><div class=\"picture\" data-ct_section_name=\":picture\"><a href=\"http://www.youtube.com/watch?v=WllmUTgi5Tg&amp;feature=youtube_gdata\"><div class=\"empty\" style=\"background-image:url('http://i.ytimg.com/vi/WllmUTgi5Tg/0.jpg');background-position:center center;background-size:100%;width: 100%;\"></div></a></div><ul data-ct_section_name=\":list\"><li data-ct_section_name=\":1\"><h2><a href=\"http://www.youtube.com/watch?v=WllmUTgi5Tg&amp;feature=youtube_gdata\">The Onion Looks Back At &#39;Home Alone&#39;</a></h2></li><li data-ct_section_name=\":2\"><h2><a href=\"http://www.youtube.com/watch?v=ix99WIbrhuw&amp;feature=youtube_gdata\">The Onion Reviews &#39;The Hobbit: The Battle Of The Five Armies&#39;</a></h2></li><li data-ct_section_name=\":3\"><h2><a href=\"http://www.youtube.com/watch?v=lrEecOL3F3g&amp;feature=youtube_gdata\">Owner&#39;s Box: Bearded Robert Griffin III Spotted Living In Houseboat On Chesapeake Bay</a></h2></li></ul></section></div><section class=\"col-4\" data-ct_section_name=\":4\"><div><h4>Follow The Onion</h4><ul class=\"social\" data-ct_section_name=\":social\"><li data-ct_section_name=\":twitter\"><a href=\"http://www.twitter.com/theonion\"><span class=\"icon-twitter\"></span></a></li><li data-ct_section_name=\":facebook\"><a href=\"http://www.facebook.com/theonion\"><span class=\"icon-facebook\"></span></a></li><li data-ct_section_name=\":google_plus\"><a href=\"https://plus.google.com/+TheOnion\"><span class=\"icon-google-plus\"></span></a></li></ul></div><div data-ct_section_name=\":newsletter\"><h4>Receive The Newsletter</h4><form action=\"/newsletters/subscribe/\" method=\"post\"><input type=\"text\" name=\"address\" placeholder=\"Your E-Mail Address\" class=\"subscribe\" /><input type=\"checkbox\" name=\"newsletters\" value=\"daily\" id=\"newsletter-daily\" /><label for=\"newsletter-daily\">Daily</label><input type=\"checkbox\" name=\"newsletters\" value=\"weekly\" id=\"newsletter-weekly\" /><label for=\"newsletter-weekly\">Weekly</label><input type=\"submit\" value=\"Submit\" /></form></div></section><section class=\"col-5\" data-ct_section_name=\":5\"><nav><ul><li data-ct_section_name=\":faq\"><a href=\"/faq/\">\n\t\t\t\t\t\t\t\t\tFAQ\n\t\t\t\t\t\t\t\t</a></li><li data-ct_section_name=\":contact\"><a href=\"/contact/\">\n\t\t\t\t\t\t\t\t\tContact Us\n\t\t\t\t\t\t\t\t</a></li><li data-ct_section_name=\":jobs\"><a href=\"/jobs/\">\n\t\t\t\t\t\t\t\t\tJobs\n\t\t\t\t\t\t\t\t</a></li><li data-ct_section_name=\":media_kit\"><a href=\"http://mediakit.theonion.com/\">\n\t\t\t\t\t\t\t\t\tMedia Kit\n\t\t\t\t\t\t\t\t</a></li><li data-ct_section_name=\":privacy\"><a href=\"/privacy/\">\n\t\t\t\t\t\t\t\t\tPrivacy Policy\n\t\t\t\t\t\t\t\t</a></li><li data-ct_section_name=\":rss\"><a href=\"/connect/\"><i class=\"icon-rss\"></i> RSS &amp; Apps\n\t\t\t\t\t\t\t\t</a></li></ul></nav><p>\n\t\t\t\t\t\tThe Onion is not intended for readers under 18 \n\t\t\t\t\t\tyears of age. &copy;Copyright 2015 Onion \n\t\t\t\t\t\tInc. All rights reserved\n\t\t\t\t\t</p></section></div></footer></div><script type=\"text/javascript\">window.STATIC_URL = '/static/';</script><!-- Comscore --><script type=\"text/javascript\">\n\t\t\tdocument.write(unescape(\"%3Cscript src='\" + (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js' %3E%3C/script%3E\"));\n\t\t</script><script src=\"/static/onion/js/streamsense.4.1411.18.min.js\"></script><!-- End Comscore --><!-- GA --><script type=\"text/javascript\">\n\t\t\tvar _gaq = _gaq || [];\n\t\t\t_gaq.push(['_setAccount', 'UA-223393-1'],\n\t\t\t\t\t  ['ads._setAccount', 'UA-223393-11'],\n\t\t\t\t\t  ['master._setAccount', 'UA-30070605-9'],\n\t\t\t\t\t  ['bigboy._setAccount', 'UA-30070605-1']);\n\t\t\t\n\t\t\t(function() {\n\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t})();\n\t\t\t\n\t\t\tvar ignoredOrganicKeywords = ['the onion', 'onion', 'theonion', 'onion news', 'the onion news', 'theonion.com', 'http://www.theonion.com', 'www.theonion.com', 'onion.com', 'the onion.com', 'the onio', 'http://theonion.com/'];\n\t\t</script><!-- GA --><!-- quantcast --><script type=\"text/javascript\">\n\t\tvar _qevents = _qevents || [];\n\n\t\t(function() {\n\t\tvar elem = document.createElement('script');\n\t\telem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n\t\telem.async = true;\n\t\telem.type = \"text/javascript\";\n\t\tvar scpt = document.getElementsByTagName('script')[0];\n\t\tscpt.parentNode.insertBefore(elem, scpt);\n\t\t})();\n\t\t</script><script src=\"http://s.ppjol.net/lightbox/pp4.js\"></script><script>\n\t\tvar pp = {\n\t\t\tclient: {\n\t\t\t\tconfig:\n\t\t\t\t{\n\t\t\t\t\t'zone':\"X7Gu3YIpecAvEgj6-27cd0\",\n\t\t\t\t\t'mode':\"meter\",\n\t\t\t\t\t'debug':0,\n\t\t\t\t\t'precheck': function(){\n\t\t\t\t\t\treturn 1;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\t</script><div id=\"BF_WIDGET_1\"></div><script type=\"text/javascript\">\n\t\t\t(function( ){\n\t\t\tBF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n\t\t\tBF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=theonion.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n\t\t\tsetTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n\t\t\t})();\n\t\t</script><script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script><script type=\"text/javascript\" src=\"/static/CACHE/js/170f50fd82d9.js\"></script><script type=\"text/javascript\">\n    var __reach_config = {\n        pid: '542ee980e7954889e2000057',\n        url: 'http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/',\n        title: 'Woman’s Parents Accepting Of Mixed-Attractiveness Relationship',\n        url: 'http://www.theonion.com/articles/womans-parents-accepting-of-mixedattractiveness-re,37765/',\n        date: 'Wed, 14 Jan 2015 14:07:00 -0500',\n        \n    };\n    (function(){\n        var s = document.createElement('script');\n        s.async = true;\n        s.type = 'text/javascript';\n        s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';\n        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n</script><!-- ... and before tail.js --><script type=\"text/javascript\" src=\"/static/onion/js/tail.js?1\"></script><noscript><img src=\"http://b.scorecardresearch.com/b?c1=2&c2=6036328&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1\" style=\"display:none\" width=\"0\" height=\"0\" alt=\"Comscore\" /><img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-703755h&amp;cg=0&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"Nielsen\" /><img src=\"http://pixel.quantserve.com/pixel/p-39FYaAGOYli_-.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/></noscript><!-- chartbeat --><script type=\"text/javascript\">\n\to.ready(function () {\n\t\tif (!o.reporting.isAutoRef()) {\n\t\t\tvar _sf_async_config = {};\n\t\t\t/** CONFIGURATION START **/\n\t\t\t_sf_async_config.uid = 1762;\n\t\t\t_sf_async_config.domain = \"theonion.com\";\n\t\t\t_sf_async_config.path = window.location.pathname;\n\t\t\t/** CONFIGURATION END **/\n\t\t\t(function () {\n\t\t\t\tfunction loadChartbeat() {\n\t\t\t\t\twindow._sf_endpt = (new Date()).getTime();\n\t\t\t\t\tvar e = document.createElement(\"script\");\n\t\t\t\t\te.setAttribute(\"language\", \"javascript\");\n\t\t\t\t\te.setAttribute(\"type\", \"text/javascript\");\n\t\t\t\t\te.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');\n\t\t\t\t\tdocument.body.appendChild(e);\n\t\t\t\t}\n\t\t\t\tvar oldonload = window.onload;\n\t\t\t\twindow.onload = (typeof window.onload != \"function\") ? loadChartbeat : function () {\n\t\t\t\t\toldonload();\n\t\t\t\t\tloadChartbeat();\n\t\t\t\t};\n\t\t\t})();\n\t\t}\n\t});\n\t</script><!-- TinyTracker--><script>\n      var tinytracker = [\"onion.site\", \"onion.content.37765\", \"onion.feature_types.news-in-brief\", \"onion.tags.parents\"];\n      var img = new Image();\n      var trackingPixel = \"http://tinytracker.onion.com/track.gif?\" + (new Date).getTime();\n      for (var i in tinytracker){\n        trackingPixel += (\"&event=\" + tinytracker[i]);\n      }\n      img.src = trackingPixel;\n    </script><!-- /TinyTracker--></body></html>\n"
  },
  {
    "path": "tests/data/html/theroot.com1.html",
    "content": "\n\n\n<!DOCTYPE html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n\t<head>\n\t\t<script>\n\t\tvar SG_Debug = {};\n\t\tSG_Debug.initialTime = new Date();\n\t\tSG_Debug.pagedebug=(window.location.href.indexOf(\"pagedebug=true\") > 0)?true:false;\n\t\tSG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Top of head.jsp');\n\t\t</script>\n\n\t\t\n\n\n    <meta charset=\"utf-8\" />\n    <meta http-equiv=\"content-language\" content=\"en-us\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n    <script>\n        window._sf_startpt=(new Date()).getTime();\n        var WCMMode = \"DISABLED\";\n    </script>\n    <title>Al Sharpton Responds to Criticism That His Movement Excludes Younger Activists - The Root</title>\n    <meta name=\"description\" content=\"The National Action Network leader told&amp;nbsp;The Root&amp;nbsp;that his organization is actively grooming millennial leaders who believe in his civil rights tradition.\" />\n    <meta name=\"keywords\" content=\"Al Sharpton, Michael Brown, Eric Garner, Martin Luther King Jr.\" />\n    \n    \n      <meta name=\"author\" content=\"Jamal  Watson\" />\n    \n    \n      <meta property=\"article:published_time\" content=\"2014-12-15T12:56-5:00\" />\n      <meta name=\"DC.date.issued\" content=\"2014-12-15T12:56-5:00\" />\n    \n    <meta property=\"vr:type\" content=\"article\" />\n\n\n\n    \n      \n      \n        <meta property=\"vr:category\" content=\"Culture\" />\n        <meta property=\"article:tag\" content=\"Culture\" />\n      \n      \n      \n\n     <!-- Parsely -->\n    \n        <meta name='parsely-page' content='{\n  \"title\": \"Sharpton Responds to Criticism That His Movement Excludes Younger Activists\",\n  \"link\": \"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\",\n  \"image_url\": \"http://www.theroot.com/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.hd-medium.jpg\",\n  \"type\": \"post\",\n  \"post_id\": \"100141215011\",\n  \"pub_date\": \"2014-12-15T12:56:00Z\",\n  \"section\": \"Culture\",\n  \"author\": \"Jamal Watson\",\n  \"tags\": []\n}'/>\n    \n    \n\n    \n\n    <!-- Web Fonts -->\n    <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic' rel='stylesheet' type='text/css'>\n\n    <!-- The Root CSS -->\n    <link type=\"text/css\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/css/theroot-main.89170fa4.css\" rel=\"stylesheet\" media=\"all\" />\n\n    \n\n\n\n    <!-- from HTML5 Boilerplate -->\n    <link rel=\"shortcut icon\" href=\"http://www.theroot.com/favicon.ico\" />\n    <link rel=\"apple-touch-icon\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/mobile/apple-touch-icon.png\" />\n\n    <!-- Google Sitemap -->\n    <meta name=\"google-site-verification\" content=\"R8BHi0yS0QV3Wy1FFAUWm6nwiXJSoJbp1lVSuoTtDOs\" />\n    <link rel=\"canonical\" href=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\" />\n    \n    <link rel=\"image_src\" href=\"http://www.theroot.com/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.thumbnail-small.jpg\" />\n    \n\n    <!-- Bing Validate -->\n    <meta name=\"msvalidate.01\" content=\"748FD16D8643D9A49E1105357E78B16A\" />\n\n      <!-- Ad Ops -->\n    \n\n\n\n\n    <script>\n     var commercialNode = \"culture\";\n     var commercialPageType = \"article\";\n    </script>\n    \n    <!-- JS -->\n    <script data-ad-site=\"theroot\" src=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/require.js\"></script>\n    <script>\n      requirejs.config({\n      \"baseUrl\": \"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js\",\n      \"paths\": {\n        \"jquery\": \"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min\",\n        \"modernizr\": \"/etc/designs/theroot/js/libs/modernizr-2.6.1.min\",\n        \"theroot\": \"/etc/designs/theroot/lib\",\n        \"facebook\": \"//connect.facebook.net/en_US/all\",\n        \"googleplus\": \"//apis.google.com/js/plusone\",\n        \"livefyre\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre\",\n        \"mobileredirection\": \"libs/redirection_mobile_1.0.0.min\",\n        \"optimizely\": \"//cdn.optimizely.com/js/523750529\",\n\n        \"eventie\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/eventie',\n        'doc-ready': '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/doc-ready',\n        \"eventEmitter\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/eventEmitter',\n        'get-style-property': '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/get-style-property',\n        'get-size': '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/get-size',\n        'matches-selector': '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/matches-selector',\n        \"outlayer\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/outlayer',\n        \"imagesloaded\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/imagesloaded',\n        \"masonry\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/bower_components/masonry',\n\n        \"identity\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/identity',\n        \"hogan\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/libs/hogan-2.0.0',\n        \"shared\": '//theroot-static-prod.s3.amazonaws.com/etc/designs/shared/js',\n        \"campaigns\": 'http://campaigns.theroot.com/campaigns/theroot',\n        \"queryly\": \"http://www.queryly.com/js/queryly\"\n      },\n      \"shim\": {\n        \"shared/devicemode\": [\"modernizr\"],\n        \"shared/libs/base64\": [\"base64\"],\n        \"imagesLoaded\": { exports: \"imagesLoaded\" },\n        \"jquery-plugins/jquery.browser\" : [\"jquery\"],\n        \"jquery-plugins/multicolumn\" : [\"jquery\"],\n        \"optimizely\": [\"jquery\"],\n        \"wpAd\": {\n          deps: [\"jquery\"],\n          exports: \"wpAd\"\n        },\n        \"facebook\": {\n          deps: [\"identity/wapo_site_bottom\"],\n          exports: \"FB\"\n        },\n        \"googleplus\": {\n          exports: \"gPlus\"\n        },\n        \"livefyre\": {\n          exports: \"fyre\"\n        },\n        \"mobileredirection\": {\n          \"exports\": \"mobileredirection\"\n        },\n        \"queryly\": {\n          deps: [\"jquery\"],\n          exports: \"queryly\"\n        }\n      }\n    });\n\n    define(\"config\", {\n      \"env\": {\n        \"edit\": false\n      },\n      \"identity\": {\n        \"fb_xd_receiver\": \"http://www.theroot.com/xd_receiver.htm\",\n        \"fb_app_id\": \"110960888944481\",\n        \"publicationName\": \"The Root\",\n        \"site_base_domain\": \"theroot.com\",\n        \"site_path\": \"/\",\n        \"wapo_secure_protocol\": \"https:\",\n        \"wapo_site_url\": \"//id.theroot.com/identity/\",\n        \"site_url\": \"//www.theroot.com/\",\n        \"wapo_public_protocol\": \"http:\",\n        \"enabled\": \"true\",\n        \"cdn\": \"//theroot-static-prod.s3.amazonaws.com\",\n\t\t\"myslate_domain\": \"//my.theroot.com/\",\n\t\t\"myslate_https\": true\n      },\n      \"page\" : {\n      \n         \n         \"articleId\": \"cq-100141215011\"\n      \n      },\n      \"campaigns\": {\n         \"domain\":\"campaigns.theroot.com\"\n       },\n       \"site\": {\n         \"site\": \"theroot\",\n         \"title\": \"The Root\",\n         \"staticUrl\": \"//theroot-static-prod.s3.amazonaws.com\",\n         \"omniturePrefix\": \"tr\"\n       },\n\n\n      \"data_domain\": \"http://www.theroot.com/\",\n      \"static_domain\": \"//theroot-static-prod.s3.amazonaws.com\",\n      \"logging_enabled\": ((\"prod\" == \"local\") ||\n                          (\"prod\" == \"dev\") ||\n                          (window.location.href.indexOf(\"logging_enabled\") > -1)),\n\n      \"log\" : function(data) {\n        requirejs([\"config\"], function(config) {\n          if (config.logging_enabled) {\n            console.log(data);\n          }\n          if (typeof config._log == \"undefined\") {\n            config._log = [];\n          }\n          config._log.push(data);\n        });\n      },\n\n      \"livefyre\": {\n\t    \"network\": \"theroot.fyre.co\",\n\t    \"jsSourceUrl\": \"http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js\",\n\t    \"siteId\": \"337784\"\n\t  }\n\n    });\n    </script>\n\n    <script src=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/js/main.min.8838e69e.js\"></script>\n\n    \n    \n    <script>var wp_meta_data = {\"authors\":[\"Jamal  Watson\"],\"contentType\":\"article\",\"page_id\":\"100141215011\",\"keywords\":\"Al Sharpton, Michael Brown, Eric Garner, Martin Luther King Jr.\",\"section\":\"Culture\"};</script>\n\n    \n    <script>(function(d, s, id) {\n      var js, fjs = d.getElementsByTagName(s)[0];\n      if (d.getElementById(id)) return;\n      js = d.createElement(s); js.id = id;\n      js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\";\n      fjs.parentNode.insertBefore(js, fjs);\n    }(document, 'script', 'facebook-jssdk'));\n    </script>\n\n    <!-- Omniture -->\n    \n\n\n\n<script type=\"text/javascript\" language=\"javascript\">\nrequirejs([\"s_code\"], function(s) {\n\n        s.currencyCode=\"usd\";\n        s.charSet=\"utf-8\";\n        s.trackDownloadLinks=true;\n        s.trackExternalLinks=true;\n        s.trackInlineStats=true;\n        s.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";\n        s.linkInternalFilters=\"javascript:,theroot.com,traffic.outbrain.com\";\n        s.linkTrackVars=\"none\";\n        s.linkTrackEvents=\"none\";\n        s.pageName=\"tr - article - 100141215011 - al sharpton responds to criticism that his movement excludes younger activists\";\n        s.channel=\"tr - culture\";\n        s.server=\"www.theroot.com\";\n        s.prop3=\"article\";\n        s.prop4=\"theroot\";\n        s.prop5=\"jamal  watson\";\n        s.prop6=\"\";\n        s.prop12=\"100141215011\";\n        s.prop13=\"al sharpton responds to criticism that his movement excludes younger activists\";\n        s.prop14=\"1\";\n        s.prop32=\"cq5\";\n        s.prop39=\"culture\";\n        s.hier1=\"culture|article\";\n        s.eVar8=\"jamal  watson\";\n        s.eVar17=\"article\";\ns.t();\n});\n</script>\n\n    \n    <script>\n    requirejs([\"theroot_identity\", \"jquery\"], function(tr_id, $) {\n      if($.cookie(\"wapo_login_provider\") != \"Facebook\"){\n         $.removeCookie('tr_logout_20140926', { path: '/' });\n         $.removeCookie('wapo_login_id', { path: '/' });\n         $.removeCookie('wapo_secure_login_id', { path: '/' });\n         $.removeCookie('wapo_groups', { path: '/' });\n         $.removeCookie('wapo_display', { path: '/' });\n         $.removeCookie('wapo_login_provider', { path: '/' });\n         $.removeCookie('lf_secure_login_id', { path: '/' });\n         $.removeCookie('lf_secure_login_id', { path: '/' });\n       wapoVisitor.wapoLogout();\n      }\n    });\n    </script>\n\n\n\n\n    <!-- Facebook OG -->\n    \n    <meta id=\"ogtitle\" property=\"og:title\" content=\"Sharpton Responds to Criticism That His Movement Excludes Younger Activists\" />\n    <meta property=\"og:type\" content=\"article\" />\n    <meta id=\"ogurl\" property=\"og:url\" content=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\" />\n    <meta id=\"ogimage\" property=\"og:image\" content=\"http://www.theroot.com/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.hd-large.jpg\" />\n    <meta id=\"ogsite\" property=\"og:site_name\" content=\"The Root\" />\n    <meta id=\"ogpublisher\" property=\"og:publisher\" content=\"https://www.facebook.com/theRoot\" />\n    <meta id=\"ogdescription\" property=\"og:description\" content=\"The National Action Network leader told&amp;nbsp;The Root&amp;nbsp;that his organization is actively grooming millennial leaders who believe in his civil rights tradition.\" />\n    <meta property=\"fb:app_id\" content=\"110960888944481\"/>\n    \n    <!-- Twitter -->\n    <meta name=\"twitter:card\" value=\"summary\" />\n    <meta name=\"twitter:site\" value=\"@theroot\" />\n    \n    <meta name=\"twitter:creator\" value=\"\" />\n    \n    <meta name=\"twitter:url\" value=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\" />\n    <meta name=\"twitter:title\" value=\"Sharpton Responds to Criticism That His Movement Excludes Younger Activists\" />\n    <meta name=\"twitter:description\" value=\"Within social-justice movements, tensions often surface between older and youngster activists&mdash;that&rsquo;s hardly new. But the Rev. Al Sharpton says that recent criticism that he isn&rsquo;t doing enough to groom younger, up-and-coming activists within his civil rights tradition is simply not true. &ldquo;This is more about ideology than it is about...\" />\n    <meta name=\"twitter:image\" value=\"http://www.theroot.com/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.hd-large.jpg\" />\n    \n\n    \n    <meta name=\"sailthru.headline\" content=\"Sharpton Responds to Criticism That His Movement Excludes Younger Activists\" />\n    <meta name=\"sailthru.subheadline\" content=\"The National Action Network leader told&nbsp;The Root&nbsp;that his organization is actively grooming millennial leaders who believe in his civil rights tradition.\" />\n    <meta name=\"sailthru.tags\" content=\"Al Sharpton, Michael Brown, Eric Garner, Martin Luther King Jr.\" />\n    <meta name=\"sailthru.author\" content=\"Jamal  Watson\" />\n    <meta name=\"sailthru.description\" content=\"The National Action Network leader told&amp;nbsp;The Root&amp;nbsp;that his organization is actively grooming millennial leaders who believe in his civil rights tradition.\" />\n    <meta name=\"sailthru.image.full\" content=\"http://www.theroot.com/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.hd-large.jpg\" /> \n    \n\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi\" />\n\n    <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-57px.69854e0b.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-72px.91b14ecb.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-76px.3a505799.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-114px.7157191e.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-120px.80e1a7b3.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-144px.4ad70552.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-152px.ab0428d1.png\" />\n\n    <meta name=\"msapplication-TileImage\" content=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/icons/logo-144px.4ad70552.png\"/>\n    <meta name=\"msapplication-TileColor\" content=\"#569918\"/>\n\n        \n\t\t<script>\n\t\tSG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of head.jsp');\n\t\t</script>\n\t</head>\n\n    \n\n\n<body>\n  <div id=\"fb-root\"></div>\n    <div class=\"leaderboard-ad\">\n      \r\n<div id=\"slug_leaderboard\" class=\"banner ad \" data-ad-type=\"leaderboard\" data-ad-mode=\"large\"></div>\r\n\n    </div>\n\n  \n\n  <div class=\"body-inner\">\n\n    <div class=\"page\" id=\"page\">\n      <div class=\"page-inner\">\n      <header>\n        <div class=\"ht5-header\">\n          <div class=\"header-inner page-header-inner\">\n\n            <!-- TOP TOOLBAR -->\n            <div class=\"header-toolbar\">\n              <div class=\"burger\" id=\"burger\">\n              </div>\n\n              <div class=\"logo\">\n                <a href=\"/index.html?wpisrc=logo\">\n                  <object type=\"image/svg+xml\" data=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/logo.svg\" class=\"logo-svg\">\n                    <img src=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/images/logo.1060a895.png\" class=\"logo-no-svg\" alt=\"The Root\" />\n                  </object>\n                </a>\n              </div>\n\n              \n\n\n<!-- MAGNIFY: BEGIN DYNAMIC NEW STORIES -->\n              <div class=\"new-stories-counter\">\n                <div class=\"new-count new-stories-count\">0</div>\n                <div class=\"new-text\">\n                  New stories\n                </div>\n                <div class=\"new-arrow toolbar-icon hoverable\">\n                  <div class=\"new-arrow-hover toolbar-icon-hover\">&nbsp;</div>\n                  <div class=\"new-arrow-pop-up pop-up\">\n\n                    <h2>\n                      <span class=\"new-stories-count\">0</span> New Stories Since Your Last Visit\n                    </h2>\n                    <div class=\"tiffanytile-ad\">\n                    </div>\n\n                    <nav>\n                    <ul class=\"headline-list\">\n\n                      \n                      <a class=\"headline-list-item-0\" href=\"http://www.theroot.com/articles/history/2014/09/lincoln_s_back_to_africa_solution.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100140922002\">\n                          <span>Did Lincoln Want to Ship Black People Back to Africa?</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-1\" href=\"http://www.theroot.com/articles/culture/2015/01/ala_grandmother_s_home_vandalized_move_n_ger_now.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102013\">\n                          <span>Ala. Grandmother’s Home Spray-Painted: ‘Move N--ger Now’</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-2\" href=\"http://www.theroot.com/articles/culture/2015/01/texas_server_fired_after_labeling_diners_n_gas_on_receipt.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102012\">\n                          <span>Texas Server Fired After Using N-Word on Receipt to Label Diners</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-3\" href=\"http://www.theroot.com/articles/culture/2015/01/new_orleans_woman_loses_her_husband_and_son_to_gun_violence_nearly_10_years.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102011\">\n                          <span>New Orleans Woman Loses Husband and Son to Gun Violence Nearly 10 Years After Youngest Son Was Shot to Death</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-4\" href=\"http://www.theroot.com/articles/history/2012/12/who_was_the_black_wise_man_100_amazing_facts_about_the_negro.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"68712\">\n                          <span>Who Was the Black Wise Man? 100 Amazing Facts About the Negro</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-5\" href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"\">\n                          <span>The Root 100 2014</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-6\" href=\"http://www.theroot.com/articles/culture/2015/01/get_thinspired_this_new_year_and_stick_to_your_weight_loss_goals.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150103001\">\n                          <span>Get <em>THINspired</em>&nbsp;This New Year and Stick to Your Weight-Loss Goals</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-7\" href=\"http://www.theroot.com/articles/culture/2015/01/the_nypd_slowdown_is_proving_that_broken_windows_is_a_failure.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102010\">\n                          <span>The NYPD Slowdown Is Proving That ‘Broken Windows’ Is a Failure. Isn’t It Time to Drop It?</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-8\" href=\"http://www.theroot.com/articles/culture/2015/01/john_crawford_s_girlfriend_killed_in_car_crash.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102009\">\n                          <span>John Crawford’s Girlfriend Killed in Car Crash</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-9\" href=\"http://www.theroot.com/articles/culture/2015/01/watch_man_arrested_for_wearing_2_finger_ring.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102008\">\n                          <span>Watch: Man Arrested for Wearing 2-Finger Ring</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-10\" href=\"http://www.theroot.com/blogs/the_grapevine/2015/01/watch_father_discusses_self_worth_with_his_young_daughter.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102007\">\n                          <span>Watch: Father Discusses Self-Worth With His Young Daughter</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-11\" href=\"http://www.theroot.com/blogs/the_grapevine/2015/01/matthew_knowles_hints_at_possible_destiny_s_child_movie.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102006\">\n                          <span>Mathew Knowles Hints at Possible Destiny’s Child Movie</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-12\" href=\"http://www.theroot.com/articles/culture/2015/01/ceo_of_revlon_believes_he_can_smell_blacks_when_they_walk_into_a_room_lawsuit.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102005\">\n                          <span>CEO of Revlon Believes He Can ‘Smell’ Blacks When They Walk Into a Room, Lawsuit Claims</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-13\" href=\"http://www.theroot.com/articles/culture/2015/01/cleveland_police_want_to_outsource_tamir_rice_shooting_investigation.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102004\">\n                          <span>Cleveland Police Want to Outsource Tamir Rice Shooting Investigation</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-14\" href=\"http://www.theroot.com/blogs/the_grapevine/2015/01/kanye_west_releases_new_song_from_his_late_mother_s_vantage_point.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102003\">\n                          <span>Kanye West Releases New Song Written From His Late Mother’s Vantage Point</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-15\" href=\"http://www.theroot.com/articles/culture/2015/01/friendship_failing_a_friend_not_a_good_move.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102002\">\n                          <span>A ‘Good’ Friend Wouldn’t Do What You Just Did</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-16\" href=\"http://www.theroot.com/articles/history/2015/01/texas_ancestry_search_did_horse_rustling_do_in_allen_mack.html?wpisrc=newstories\">\n                        <li class=\"single  \" data-articleid=\"100150102001\">\n                          <span>Did Trouble With Horse Rustling Do in My Texas Ancestor?</span>\n                        </li>\n                      </a>\n                      \n                      \n                      <a class=\"headline-list-item-17\" href=\"http://www.theroot.com/articles/culture/2015/01/new_year_s_resolutions_for_the_characters_on_scandal.html?wpisrc=newstories\">\n                        <li class=\"single last \" data-articleid=\"100150101004\">\n                          <span>New Year’s Resolutions for Olivia Pope and Co.? Handled</span>\n                        </li>\n                      </a>\n                      \n\n                      <a href=\"/articles/recent.html\"><h3 class=\"view-all\">View All New Stories</h3></a>\n                      <li class=\"column-filler\">&nbsp;</li>\n\n                    </ul>\n                    </nav>\n                  </div>\n                </div>\n              </div>\n<!-- MAGNIFY: END DYNAMIC NEW STORIES -->\n\n\n              <div class=\"header-social-buttons\">\n                <aside>\n                <div class=\"newsletter toolbar-icon hoverable\">\n                  Newsletter\n                  <div class=\"newsletter-hover toolbar-icon-hover\">Newsletter</div>\n                  <div class=\"newsletter-pop-up pop-up\">\n                    <div class=\"newsletter-intro\">\n                      Sign up to get <strong>The Root</strong>'s daily email newsletter\n                      and <strong>The Chatterati</strong> Newsletter:\n                    </div>\n                    <form id=\"toolbar_newsletter\" class=\"email-signup\">\n                      <label class=\"newsletter-option\">\n                        <input type=\"checkbox\" class=\"checkbox theroot-email-checkbox\"\n                               name=\"theroot-email\" checked=\"checked\" />\n                        <span>I would like to receive The Root email newsletter.</span>\n                      </label>\n                      <label class=\"newsletter-option\">\n                        <input type=\"checkbox\" class=\"checkbox thechatterati-email-checkbox\"\n                               name=\"thechatterati-email\" checked=\"checked\" />\n                        <span>I would like to receive The Chatterati email newsletter.</span>\n                      </label>\n                      <div class=\"email-form newsletter-signup-inner\">\n                        <input type=\"textfield\" class=\"textfield email\" name=\"email\"\n                               placeholder=\"Enter Your Email Address\" />\n                        <a class=\"button\" href=\"#\">Sign Up</a>\n                      </div>\n                      <div class=\"newsletter-status\">\n                        <span class=\"status\"></span>\n                        <span class=\"error\"></span>\n                      </div>\n                    </form>\n                  </div>\n                </div>\n                </aside>\n                <aside>\n                <div class=\"social-buttons toolbar-icon hoverable \">\n                  <div class=\"social-buttons-hover toolbar-icon-hover \">&nbsp;</div>\n                  <div class=\"social-buttons-pop-up pop-up\">\n                    <div class=\"fb-like social-button\"\n                         data-href=\"https://www.facebook.com/theRoot\"\n                         data-width=\"90\"\n                         data-layout=\"button_count\"\n                         data-show-faces=\"false\"\n                         data-send=\"false\"></div>\n                    <div class=\"social-button\">\n                      <a href=\"https://twitter.com/TheRoot\" class=\"twitter-follow-button\" data-show-count=\"true\">Follow @TheRoot</a>\n                    </div>\n                    <div class=\"g-follow-wrapper social-button\">\n                      <div class=\"g-follow\" data-annotation=\"none\" data-height=\"20\" data-href=\"https://plus.google.com/115339866528940058128\" data-rel=\"publisher\"></div>\n                    </div>\n                    <div class=\"pin-follow-wrapper social-button\">\n                      <a class=\"pin-follow\" data-pin-do=\"buttonFollow\" href=\"http://pinterest.com/TheRoot\">The Root</a>\n                    </div>\n\n                  </div>\n                </div>\n                </aside>\n\n                \n\n                <aside>\n                <div class=\"avatar toolbar-icon hoverable\">\n                  <div class=\"avatar-hover toolbar-icon-hover\">&nbsp;</div>\n                  <div class=\"avatar-pop-up pop-up\" id=\"avatar_pop_up\">\n                  </div>\n                </div>\n                </aside>\n                \n                \n\n                <aside>\n                <div class=\"search toolbar-icon hoverable\">\n                  <div class=\"search-hover toolbar-icon-hover\">&nbsp;</div>\n                  <div class=\"search-pop-up pop-up\">\n                    <input class=\"searchfield textfield queryly\" type=\"textfield\" name=\"q\" placeholder=\"Search The Root\" />\n                    <div id=\"queryly_results_container\" style=\"margin-left:-20px\"></div>\n                  </div>\n                </div>\n                </aside>\n              </div>\n\n            </div><!-- /header-toolbar -->\n\n            <div class=\"tiffanytile-ad\">\n              \r\n<div id=\"slug_tiffanytile\" class=\"ad \" data-ad-type=\"tiffanytile\" data-ad-mode=\"desktop\"></div>\r\n\n            </div>\n\n          </div> <!-- /header-inner -->\n        </div> <!-- /ht5-header -->\n\n      </header>\n          <!-- MAGNIFY: BEGIN DYNAMIC NAV -->\n          \n\n            <nav class=\"top-nav\" id=\"top-nav\">\n              <div class=\"ht5-nav\">\n                <ul class=\"top-nav-list\">\n                  <li class=\"list-item-1 top-nav-popular sub-menu popular navchips-none\" data-section=\"popular\">\n                    <a href=\"/articles/popular.html\">\n                      <div class=\"nav-item-link\"><span>\n                        Popular\n                      </span></div>\n\n                      <div class=\"segue accent-popular\">\n                        <div class=\"segue-inner\"></div>\n                      </div>\n                    </a>\n\n                    <div style=\"display: block;\" class=\"inner-nav accent-popular\">\n\n                      <ul class=\"inner-nav-list headline-list\">\n                        <div class=\"left\">\n                          <!-- Populate with Parsely -->\n                        </div>\n                        <div class=\"right\">\n                          <!-- Popular with JS -->\n                          <span class=\"more-headlines\">More Headlines</span>\n\n                        </div>\n                      </ul>\n                    </div>\n                  </li>\n\n                  <li class=\"list-item-2 top-nav-power-politics first sub-menu navchips-politics\" data-section=\"politics\">\n                    <a href=\"/articles/politics.html\">\n                      <div class=\"nav-item-link\">\n                        <span>\n                          Politics\n                        </span>\n                      </div>\n\n                      <div class=\"segue \">\n                        <div class=\"segue-inner arrows-politics\"></div>\n                      </div>\n\n                    </a>\n\n\n\n<!-- /content/theroot/articles/politics/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-politics\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://www.theroot.com/articles/politics/2015/01/la_black_republican_defends_scalise_against_white_supremacist_controversy.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/politics/2015/01/la_black_republican_defends_scalise_against_white_supremacist_controversy/guillory2013.jpg.CROP.rectangle-medium.jpg\" width=\"200\" />\n                <h6 class=\"headline\">La. Black Republican Defends Scalise Against White Supremacist Controversy</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://www.theroot.com/articles/politics/2014/12/dnc_slams_la_rep_steve_scalise_s_explanation_for_speaking_to_white_supremacist.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/politics/2014/12/dnc_slams_la_rep_steve_scalise_s_explanation_for_speaking_to_white_supremacist/458925676-house-majority-whip-steve-scalise-r-joins-house-speaker.jpg.CROP.rectangle-medium.jpg\" width=\"200\" />\n                <h6 class=\"headline\">DNC Slams La. Rep. Steve Scalise’s Explanation for Speaking to White Supremacist Group</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://www.theroot.com/articles/politics/2014/12/the_potential_republican_presidential_hopefuls_for_2016_are_a_diverse_bunch.html?wpisrc=burger\"><li class=\"single \"><span>Projected 2016 GOP Presidential Hopefuls Are a Diverse Bunch</span></li></a><a href=\"http://www.theroot.com/articles/politics/2014/12/ny_mayor_jeered_at_police_graduation_ceremony.html?wpisrc=burger\"><li class=\"single \"><span>NYC Mayor Jeered at Police Graduation</span></li></a><a href=\"http://www.theroot.com/articles/politics/2014/12/gop_lawmakers_warm_to_loretta_lynch_for_us_attorney_general.html?wpisrc=burger\"><li class=\"single \"><span>GOP Lawmakers Warm to Loretta Lynch for US Attorney General</span></li></a><a href=\"http://www.theroot.com/articles/politics/2014/12/cuba_won_t_hand_over_assata_shakur.html?wpisrc=burger\"><li class=\"single \"><span>Cuba Won’t Hand Over Assata Shakur </span></li></a><a href=\"http://www.theroot.com/articles/politics/2014/12/obama_s_best_moments_in_2014.html?wpisrc=burger\"><li class=\"single \"><span>President Obama’s Best 2014 Moments</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n                  </li>\n\n                  <li class=\"list-item-3 top-nav-culture sub-menu culture navchips-culture\" data-section=\"culture\">\n                    <a href=\"/articles/culture.html\">\n                      <div class=\"nav-item-link\">\n                        <span>\n                          Culture\n                        </span>\n                      </div>\n\n                      <div class=\"segue \">\n                        <div class=\"segue-inner arrows-culture\"></div>\n                      </div>\n\n                    </a>\n\n\n\n<!-- /content/theroot/articles/culture/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-culture\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://www.theroot.com/articles/culture/2015/01/ala_grandmother_s_home_vandalized_move_n_ger_now.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/culture/2015/01/ala_grandmother_s_home_vandalized_move_n_ger_now/screen_shot_20150102_at_2.48.05_pm.png.CROP.rectangle-medium.png\" width=\"200\" />\n                <h6 class=\"headline\">Ala. Grandmother’s Home Spray-Painted: ‘Move N--ger Now’</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://www.theroot.com/articles/culture/2015/01/texas_server_fired_after_labeling_diners_n_gas_on_receipt.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/culture/2015/01/texas_server_fired_after_labeling_diners_n_gas_on_receipt/screen_shot_20150102_at_2.41.51_pm.png.CROP.rectangle-medium.png\" width=\"200\" />\n                <h6 class=\"headline\">Texas Server Fired After Using N-Word on Receipt to Label Diners</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://www.theroot.com/articles/culture/2015/01/new_orleans_woman_loses_her_husband_and_son_to_gun_violence_nearly_10_years.html?wpisrc=burger\"><li class=\"single \"><span>New Orleans Woman Loses Husband and Son to Gun Violence Nearly 10 Years After Youngest Son Was Shot to Death</span></li></a><a href=\"http://www.theroot.com/articles/culture/2015/01/get_thinspired_this_new_year_and_stick_to_your_weight_loss_goals.html?wpisrc=burger\"><li class=\"single \"><span>Get THINspired This New Year and Stick to Your Weight-Loss Goals</span></li></a><a href=\"http://www.theroot.com/articles/culture/2015/01/the_nypd_slowdown_is_proving_that_broken_windows_is_a_failure.html?wpisrc=burger\"><li class=\"single \"><span>The NYPD Slowdown Is Proving That ‘Broken Windows’ Is a Failure. Isn’t It Time to Drop It?</span></li></a><a href=\"http://www.theroot.com/articles/culture/2015/01/john_crawford_s_girlfriend_killed_in_car_crash.html?wpisrc=burger\"><li class=\"single \"><span>John Crawford’s Girlfriend Killed in Car Crash</span></li></a><a href=\"http://www.theroot.com/articles/culture/2015/01/watch_man_arrested_for_wearing_2_finger_ring.html?wpisrc=burger\"><li class=\"single \"><span>Watch: Man Arrested for Wearing 2-Finger Ring</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n\n                  </li>\n\n                  <li class=\"list-item-4 top-nav-history sub-menu history navchips-history\" data-section=\"history\">\n                    <a href=\"/articles/history.html\">\n                      <div class=\"nav-item-link\">\n                        <span>\n                          History\n                        </span>\n                      </div>\n\n                      <div class=\"segue\">\n                        <div class=\"segue-inner arrows-history\"></div>\n                      </div>\n\n                    </a>\n\n\n\n<!-- /content/theroot/articles/history/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-history\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://www.theroot.com/articles/history/2014/09/lincoln_s_back_to_africa_solution.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/history/2014/09/lincoln_s_back_to_africa_solution/lincoln_and_slaves.jpg.CROP.rectangle-medium.jpg\" width=\"200\" />\n                <h6 class=\"headline\">Did Lincoln Want to Ship Black People Back to Africa?</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://www.theroot.com/articles/history/2012/12/who_was_the_black_wise_man_100_amazing_facts_about_the_negro.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/history/2012/12/blackseejesus_122012_575se.jpg.CROP.rectangle-medium.jpg\" width=\"200\" />\n                <h6 class=\"headline\">Who Was the Black Wise Man? 100 Amazing Facts About the Negro</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://www.theroot.com/articles/history/2015/01/texas_ancestry_search_did_horse_rustling_do_in_allen_mack.html?wpisrc=burger\"><li class=\"single \"><span>Did Trouble With Horse Rustling Do in My Texas Ancestor?</span></li></a><a href=\"http://www.theroot.com/articles/history/2014/12/blacks_in_western_art_the_story_of_a_nubian_king_etched_in_stone.html?wpisrc=burger\"><li class=\"single \"><span>The Story of a Nubian King Etched in Stone</span></li></a><a href=\"http://www.theroot.com/articles/history/2014/04/why_most_black_people_aren_t_part_indian.html?wpisrc=burger\"><li class=\"single \"><span>High Cheekbones and Straight Black Hair?</span></li></a><a href=\"http://www.theroot.com/articles/history/2014/12/cape_verdean_ancestry_how_do_i_trace_it.html?wpisrc=burger\"><li class=\"single \"><span>How Do I Trace My Cape Verdean Ancestry?</span></li></a><a href=\"http://www.theroot.com/articles/history/2014/12/blacks_in_western_art_in_adoration_of_the_magi_a_black_king_plays_an_exalted.html?wpisrc=burger\"><li class=\"single \"><span>In Goya’s Adoration of the Magi, a Black King Plays an Exalted Role</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n\n                  </li>\n\n                  <li class=\"list-item-5 top-nav-root-tv sub-menu root-tv navchips-videos\" data-section=\"root-tv\">\n                    <a href=\"http://theroottv.theroot.com\">\n                      <div class=\"nav-item-link\"><span>\n                        The Root TV\n                      </span></div>\n                      <div class=\"segue\">\n                        <div class=\"segue-inner arrows-videos\"></div>\n                      </div>\n                    </a>\n\n\n<!-- /content/theroot/articles/the_root_tv/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-videos\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://theroottv.theroot.com/video/Oregon-Players-Face-Team-Discip?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://s3.amazonaws.com/magnifythumbs/HSZ5WQ0W35GGJWCW.jpg\" width=\"200\" />\n                <h6 class=\"headline\">Oregon Players Face Team Discipline after Chanting 'No Means No'</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://theroottv.theroot.com/video/Waiter-Fired-for-Racist-Remarks?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://s3.amazonaws.com/magnifythumbs/8Z48NF235MDPVZR3.jpg\" width=\"200\" />\n                <h6 class=\"headline\">Waiter Fired for Racist Remarks Show Up on Receipts</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://theroottv.theroot.com/video/Movie-Trailer-for-That-Daughter?wpisrc=burger\"><li class=\"single \"><span>Movie Trailer for 'That Daughter's Crazy'</span></li></a><a href=\"http://theroottv.theroot.com/video/Muriel-Bowser-Sworn-in-as-D.C.?wpisrc=burger\"><li class=\"single \"><span>Muriel Bowser Sworn in as D.C. Mayor</span></li></a><a href=\"http://theroottv.theroot.com/video/Reports-John-Crawford-s-Girlfri?wpisrc=burger\"><li class=\"single \"><span>Reports: John Crawford's Girlfriend Killed in Crash</span></li></a><a href=\"http://theroottv.theroot.com/video/Make-2015-Awesome-Happy-New-Yea?wpisrc=burger\"><li class=\"single \"><span>Make 2015 Awesome: Happy New Year from Kid President</span></li></a><a href=\"http://theroottv.theroot.com/video/Remarkable-Odds-Baby-Born-at-Un?wpisrc=burger\"><li class=\"single \"><span>Cleveland Baby Born on New Year's Day Shares Birthday with Mom and Dad</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n\n                  </li>\n\n                  <li class=\"list-item-6 top-nav-photos sub-menu photos navchips-photos\" data-section=\"photos\">\n                    <a href=\"/photos.html\">\n                      <div class=\"nav-item-link\"><span>\n                        Photos\n                      </span></div>\n                      <div class=\"segue\">\n                        <div class=\"segue-inner arrows-photos\"></div>\n                      </div>\n                    </a>\n\n\n\n<!-- /content/theroot/photos/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-photos\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://www.theroot.com/photos/2014/12/_2014_deaths_a_tribute_to_the_ones_we_lost.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://s3.amazonaws.com:80/root-slideshow-prod/images%2Fcovers%2Fslideshow_391-cover.png\" width=\"200\" />\n                <h6 class=\"headline\">2014 In Memoriam</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://www.theroot.com/photos/2014/12/the_heroes_of_selma_and_the_stars_who_play_them_in_the_movie.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://s3.amazonaws.com:80/root-slideshow-prod/images%2Fcovers%2Fslideshow_390-cover.png\" width=\"200\" />\n                <h6 class=\"headline\">Selma Heroes</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://www.theroot.com/photos/2014/11/_50_gift_ideas_from_50_black_owned_businesses.html?wpisrc=burger\"><li class=\"single \"><span>50 Black-Owned Gifts</span></li></a><a href=\"http://www.theroot.com/photos/2014/12/black_actors_in_traditionally_white_roles.html?wpisrc=burger\"><li class=\"single \"><span>Black Actors In White Roles</span></li></a><a href=\"http://www.theroot.com/photos/2014/12/the_most_popular_twitter_hashtags_in_2014.html?wpisrc=burger\"><li class=\"single \"><span>Popular Hashtags in 2014</span></li></a><a href=\"http://www.theroot.com/photos/2014/12/the_15_best_fiction_novels_by_black_authors_in_2014.html?wpisrc=burger\"><li class=\"single \"><span>The 15 Fiction Books by Black</span></li></a><a href=\"http://www.theroot.com/photos/2014/12/_13_favorite_christmas_albums_by_black_artists.html?wpisrc=burger\"><li class=\"single \"><span>13 Albums to Get You in the Christmas Spirit</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n                  </li>\n\n                  <li class=\"list-item-7 top-nav-lists sub-menu lists navchips-lists\" data-section=\"lists\">\n                    <a href=\"/articles/lists.html\">\n                      <div class=\"nav-item-link\"><span>\n                        Lists\n                      </span></div>\n                      <div class=\"segue\">\n                        <div class=\"segue-inner arrows-lists\"></div>\n                      </div>\n                    </a>\n\n\n<!-- /content/theroot/articles/lists/jcr:content -->\n    <!-- /content/theroot/articles/the_root_tv --> \n    <div class=\"inner-nav accent-lists\">\n\n    <ul class=\"inner-nav-list headline-list\">\n      <div class=\"left\">\n\n    \n            <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/uploads/2014/9/10/tr100_1.png.CROP.rectangle-medium.png\" width=\"200\" />\n                <h6 class=\"headline\">The Root 100 2014</h6>\n              </li>\n            </a>\n            \n            <a href=\"http://www.theroot.com/articles/lists/2014/12/poll_name_your_favorite_denzel_washington_movies.html?wpisrc=burger\">\n              <li class=\"box\">\n                <img src=\"http://www.theroot.com/content/dam/theroot/articles/lists/2014/12/poll_name_your_favorite_denzel_washington_movies/106475673-actor-denzel-washington-gives-a-press-conference-on.jpg.CROP.rectangle-medium.jpg\" width=\"200\" />\n                <h6 class=\"headline\">Poll: Did We Miss Your Favorite Denzel Washington Movie?</h6>\n              </li>\n            </a>\n            \n      </div>\n      <div class=\"right\">\n        <span class=\"more-headlines\">More Headlines</span>\n        <a href=\"http://www.theroot.com/articles/lists/2014/12/the_root_s_most_watched_videos_of_2014.html?wpisrc=burger\"><li class=\"single \"><span>The Top 15 Videos of 2014</span></li></a><a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_adds_a_people_s_choice_award_voted_on_by_readers.html?wpisrc=burger\"><li class=\"single \"><span>The Root 100 Adds a People’s Choice Award, Voted on by Readers</span></li></a><a href=\"http://www.theroot.com/articles/lists/2014/08/socially_awkward_let_king_bey_be_your_guide.html?wpisrc=burger\"><li class=\"single \"><span>Beyoncé’s 20-Step Guide to Networking for the Socially Awkward</span></li></a><a href=\"http://www.theroot.com/articles/lists/2014/07/_15_slang_terms_time_will_try_to_define_next.html?wpisrc=burger\"><li class=\"single \"><span>15 Slang Terms and How to Use Them in a Sentence  </span></li></a><a href=\"http://www.theroot.com/articles/lists/2014/01/the_2014_young_futurists.html?wpisrc=burger\"><li class=\"single \"><span>The 2014 Young Futurists</span></li></a>\n      </div>\n    </ul>\n    </div>\n\n\n                  </li>\n\n                  <li class=\"list-item-8 top-nav-the-chatterati the-chatterati navchips-none\" data-section=\"the-chatterati\">\n                    <a href=\"http://www.theroot.com/the-chatterati.html?wpisrc=topnav\">\n                      <div class=\"nav-item-link\"><span>\n                        The Chatterati\n                      </span></div>\n                    </a>\n                  </li>\n\n                  <!--\n\n                  <li class=\"list-item-9 top-nav-announcements announcements navchips-none\" data-section=\"announcements\">\n                    <a href=\"http://announcements.theroot.com?wpisrc=topnav\">\n                      <div class=\"nav-item-link\"><span>\n                        Announcements\n                      </span></div>\n                    </a>\n                  </li>\n\n                  <li class=\"list-item-10 top-nav-jobs jobs navchips-none\" data-section=\"jobs\">\n                    <a href=\"http://jobs.theroot.com\">\n                      <div class=\"nav-item-link\"><span>\n                        Jobs\n                      </span></div>\n                    </a>\n                  </li>\n\n                  <li class=\"list-item-11 top-nav-family-research last family-research navchips-none\" data-section=\"family-research\">\n                    <a href=\"http://theroot.lineages.com\">\n                      <div class=\"nav-item-link\"><span>\n                        Family Research\n                      </span></div>\n                    </a>\n                  </li>\n                  -->\n\n                </ul>\n\n                <div class=\"clear\"></div>\n              </div>\n            </nav>\n\n          <!-- MAGNIFY: END DYNAMIC NAV -->\n         </div>\n    </div>\n\n\n    <div id=\"header_advert\" class=\"advert\">\n    \r\n<div id=\"slug_t\" class=\"tAd ad \" data-ad-type=\"t\" data-ad-mode=\"mobile\"></div>\r\n\n    </div>\n\n\n\n        \n\n\n\n\n\n  \n  \n    <div style=\"height:100px;\" class=\"horizontal-band accent-band-culture\">\n  \n\n\n  <aside>\n        <div class=\"pagination-link pagination-link-prev\"></div>\n        <div class=\"pagination-link pagination-link-next\"></div>       \n          <div id=\"parsely-band\" class=\"swipe\">\n            <div class=\"parsely-band-wrap\"></div>\n          </div>\n    </aside>\n</div>\n<div style=\"clear:both\"></div>\n    \n    <div class=\"page-main\" id=\"page-main\">\n      <div class=\"page-inner-main\">\n        <!-- MAGNIFY: BEGIN CONTENT -->\n\n    \n    <script>\n      SG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of header.jsp');\n    </script>\n\n\n    \n\n\n\n\n\n\n\n<div class=\"content-wrapper-placeholder\">\n\n<article itemscope itemtype=\"http://schema.org/Article\" class=\"article-page\">\n    <nav>\n        <div class=\"breadcrumb\">\n            <div class=\"crumbs\">\n                <div class=\"home\"><a href=\"/\">Home</a></div>\n                <div class=\"last\"><a href=\"http://www.theroot.com/articles/culture.html\"><span itemprop=\"articleSection\">Culture</span></a></div>\n            </civ>\n        </div>\n    </nav>\n\n    <header>\n      <div class=\"article-hd\">\n        <h1 itemprop=\"name\" class=\"title\">Sharpton Responds to Criticism That His Movement Excludes Younger Activists</h1>\n        <p class=\"blurb\">The National Action Network leader told&nbsp;<strong><em>The Root</em></strong>&nbsp;that his organization is actively grooming millennial leaders who believe in his civil rights tradition.</p>\n        <div class=\"author-info\">\n          \n          <div class=\"meta\">\n\n            \n            <div class=\"byline\" id=\"main_byline\">\n              <div class=\"auth\">By: <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\"><a rel=\"author\" href=\"http://www.theroot.com/authors.jamal_watson.html\">Jamal  Watson</a></span></span></div>\n            </div>\n            \n                \n            <div class=\"date\">Posted: <span itemprop=\"datePublished\" content=\"2014-12-15T12:56:00.000-05:00\">Dec. 15 2014 12:56 PM</span>\n            </div>\n          </div>\n        </div>\n      </div>\n\n      \n\n\n        <!-- Horizontal -->\n        <div id=\"share-box-top\" class=\"horiz-sharebox social-onload share-box-flank\">\n          <div class=\"social\">\n            <div class=\"comments\">\n              <a href=\"#comments_link\">\n                <div class=\"icon\"></div>\n              </a>\n            </div>\n            <div class=\"twitter\">\n              <a class=\"tweet\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.theroot.com%2Farticles%2Fculture%2F2014%2F12%2Frev_sharpton_responds_to_his_critics.html&amp;text=Sharpton+Responds+to+Criticism+That+His+Movement+Excludes+Younger+Activists&amp;via=TheRoot\">\n                <div class=\"icon\"></div>\n                <div class=\"count\">0</div>\n              </a>\n            </div>\n            <div class=\"facebook-like\">\n              <span>\n              <fb:like send=\"false\" layout=\"button_count\" width=\"50\" show_faces=\"false\" font=\"verdana\" ref=\"sm_fb_like_toolbar\" href=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\">\n              </fb:like>\n            </span>\n            </div>\n            <div class=\"facebook\">\n              <a class=\"fb-share\" href=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\">\n                <div class=\"icon\"></div>\n                <div class=\"count\"></div>\n              </a>\n            </div>\n            \n            <div class=\"mail\">\n                 <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20The%20Root&body=I%20thought%20you%20might%20like%20this%20article%20on%20The%20Root:%0ASharpton%20Responds%20to%20Criticism%20That%20His%20Movement%20Excludes%20Younger%20Activists%0Ahttp://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\"><div class=\"icon\"></div></a>\n            </div>\n          </div>\n         </div>\n        <div id=\"share-box-flank-pos\">&nbsp;</div>\n\n\n\n    </header>\n\n        \n<section itemprop=\"articleBody\" class=\"content\">\n    \n    <div class=\"body parsys\">\n\r\n\r\n                    \r\n                    <div class=\"theroot_image parbase image slate_image section\">\n\n\n\n\n<div class=\"sl-art-illo-cntr\" style=\"text-align:center;width: 670px;margin: 0 auto;display: block;float: none;\">\n<img title=\"460419180-lesley-mcspadden-mother-of-police-shooting-victim\" alt=\"460419180-lesley-mcspadden-mother-of-police-shooting-victim\" class=\"cq-dd-image sl-img-no-new-tab sl-art-illo\" src=\"/content/dam/theroot/articles/culture/2014/12/rev_sharpton_responds_to_his_critics/460419180-lesley-mcspadden-mother-of-police-shooting-victim.jpg.CROP.rtstory-large.jpg\" >\n\t\n\t\t<div class=\"sl-art-illo-cap\" style=\"\">\n\t\t\n\t\t\tLesley McSpadden, the mother of police shooting victim Michael Brown, and the Rev. Al Sharpton lead the Justice for All march through the nation’s capital Dec. 13, 2014, in Washington, D.C.\n        \n\t\t\t<span class=\"sl-art-illo-cred\"><p>Chip Somodevilla/Getty Images</p>\n</span>\n\t\t\n\t\t</div><!--/sl-art-illo-cap-->\n\t\n</div><!--/sl-art-illo-cntr-->\n\n\n</div>\n<div class=\"tablet-body-bigbox\">\r\n                            \r\n<div id=\"slug_bigbox\" class=\"ad \" data-ad-type=\"bigbox\" data-ad-mode=\"tablet\"></div>\r\n\r\n                          </div>\r\n\r\n                    \r\n                    <div class=\"text text-1 parbase section\">\n\n<p>Within social-justice movements, tensions often surface between older and youngster activists&mdash;that&rsquo;s hardly new. But the Rev. Al Sharpton says that <a href=\"http://www.theroot.com/articles/culture/2014/12/the_fierce_urgency_of_now_why_young_protesters_bum_rushed_the_mic.html?wpisrc=topstories\">recent criticism</a> that he isn&rsquo;t doing enough to groom younger, up-and-coming activists within his civil rights tradition is simply not true.</p>\n\n\n</div>\n\r\n            \n\n\n\r\n            \r\n\r\n                    \r\n                    <div class=\"text-2 text parbase section\">\n\n<p>&ldquo;This is more about ideology than it is about generational differences,&rdquo; Sharpton told <strong><em>The Root</em></strong><em><strong>.</strong> </em>He pointed to dozens of his prot&eacute;g&eacute;s&mdash;all in their 20s and 30s&mdash;who have committed themselves to the principles of an interracial and nonviolent movement.&nbsp;</p>\n\n\n</div>\n\r\n                        <div class=\"mobile-ad\">\r\n                            \r\n<div id=\"slug_mob_bigbox\" class=\"ad \" data-ad-type=\"mob_bigbox\" data-ad-mode=\"mobile\"></div>\r\n\r\n                        </div>\r\n                     \r\n\r\n                    \r\n                    <div class=\"text-3 text parbase section\">\n\n<p>&ldquo;I have spent an inordinate amount of time trying to make sure that we can continue this movement and National Action Network for the next 30 to 40 years when I am gone,&rdquo; he said. &ldquo;Leadership cannot be willed. I can&rsquo;t pass the torch. I can only keep the flame lit.&rdquo;</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-4 section\">\n\n<p>For his part, Sharpton is not sure who will replace him after he exits the national stage, but he said that it&rsquo;s not up to him to handpick his successor. That person &ldquo;has to put in the work and earn it,&rdquo; he said.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-5 section\">\n\n<p>&ldquo;I&rsquo;m sure I was not Jesse&rsquo;s [Jackson] choice. There were other guys who were probably more palpable to him,&rdquo; said Sharpton, who as a teenager served as the youth director of Brooklyn&rsquo;s <a href=\"http://mlk-kpp01.stanford.edu/index.php/encyclopedia/encyclopedia/enc_operation_breadbasket/\">Operation Breadbasket</a>&mdash;the economic arm of the Southern Christian Leadership Conference that Jackson directed at the request of Martin Luther King Jr.&nbsp;</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text text-6 parbase section\">\n\n<p>But by the mid-2000s, Sharpton had gone on to surpass his mentor in national prominence, much to the chagrin of those who had hoped that Sharpton would fade away from the public spotlight. &ldquo;I was too young to know for sure, but it&rsquo;s possible that Jesse wasn&rsquo;t Dr. King&rsquo;s choice, either,&rdquo; he said.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-7 section\">\n\n<p>Sharpton said that contrary to some reports, a diverse group of young people were invited to speak at the Dec. 13 <a href=\"http://www.theroot.com/articles/culture/2014/12/_a_movement_not_just_a_moment_thousands_march_in_d_c_protesting_police_violence.html\">Justice for All</a>&nbsp;rally in Washington, D.C. The event drew more than 10,000 people to the nation&rsquo;s capital to train a spotlight on the killing of unarmed black men in the wake of several high-profile shootings, as well as to urge Congress to take up legislation that would require closer monitoring of police departments across the country.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-8 section\">\n\n<p>&ldquo;This was not a revolutionary march, and I don&rsquo;t apologize for that,&rdquo; said Sharpton, who added that he had not yet arrived at the rally when a group of protesters, whom he did not know, stormed the stage and demanded to speak. He said that when he arrived on the scene later, he granted the activists speaking time after they assured him that they were not going to call for violence or promote inflammatory rhetoric against nonblacks.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-9 section\">\n\n<p>&ldquo;This was not promoted as a town hall meeting,&rdquo; he said.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-10 section\">\n\n<p>Sharpton recalled that at one point during the protests after the Trayvon Martin shooting, a demonstrator <a href=\"http://articles.orlandosentinel.com/2012-03-24/news/os-trayvon-martin-new-black-panthers-protest-20120324_1_sanford-vigilante-justice-black-men\">publicly called for</a> a $10,000 bounty to be placed on the life of George Zimmerman, the neighborhood watchman who killed Trayvon. The slain teen&rsquo;s parents, however, as well as the parents of the other shooting victims who have worked with Sharpton, have called for peaceful demonstrations.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text-11 text parbase section\">\n\n<p>&ldquo;This was not just a Ferguson march,&rdquo; Sharpton said of Saturday&rsquo;s event. &ldquo;This was for all of the families, and we had them all represented.&rdquo;</p>\n\n\n</div>\n\r\n                    \n\n\n<aside class=\"see-also\">\n    <h1 class=\"header\">See Also</h1>\n<div class=\"aside-main\">\n    <ul>\n        \n            \n                \n                    \n                        <li ><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/ala_grandmother_s_home_vandalized_move_n_ger_now.html?wpisrc=see_also_article\">Ala. Grandmother’s Home Spray-Painted: ‘Move N--ger Now’</a></li>\n                    \n                \n        \n            \n                \n                    \n                        <li ><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/texas_server_fired_after_labeling_diners_n_gas_on_receipt.html?wpisrc=see_also_article\">Texas Server Fired After Using N-Word on Receipt to Label Diners</a></li>\n                    \n                \n        \n            \n                \n                    \n                        <li ><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/new_orleans_woman_loses_her_husband_and_son_to_gun_violence_nearly_10_years.html?wpisrc=see_also_article\">New Orleans Woman Loses Husband and Son to Gun Violence Nearly 10 Years After Youngest Son Was Shot to Death</a></li>\n                    \n                \n        \n            \n                \n                    \n                        <li ><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/get_thinspired_this_new_year_and_stick_to_your_weight_loss_goals.html?wpisrc=see_also_article\">Get <em>THINspired</em>&nbsp;This New Year and Stick to Your Weight-Loss Goals</a></li>\n                    \n                \n        \n            \n                \n                    \n                        <li ><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/the_nypd_slowdown_is_proving_that_broken_windows_is_a_failure.html?wpisrc=see_also_article\">The NYPD Slowdown Is Proving That ‘Broken Windows’ Is a Failure. Isn’t It Time to Drop It?</a></li>\n                    \n                \n        \n            \n                \n                    \n                        <li class='last'><a class=\"also-link\" href=\"http://www.theroot.com/articles/culture/2015/01/john_crawford_s_girlfriend_killed_in_car_crash.html?wpisrc=see_also_article\">John Crawford’s Girlfriend Killed in Car Crash</a></li>\n                    \n                \n        \n    </ul>\n</div>\n</aside>\r\n            \r\n\r\n                    \r\n                    <div class=\"text-12 text parbase section\">\n\n<p>Several of the activists said that they showed up at the rally even though they disagree philosophically with Sharpton&rsquo;s tactics and strategy.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text-13 text parbase section\">\n\n<p>&ldquo;We came here knowing that our voices would be excluded from the program,&rdquo; said Janessa Robinson, an organizer with D.C. Ferguson, the group of activists who rushed the stage. &ldquo;We had to force them to give us a voice.&rdquo;</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text text-14 parbase section\">\n\n<p>Robinson dismissed the march as &ldquo;an event and not a representation of the movement&rdquo; and chided national civil rights leaders for refusing to acknowledge the activists who have largely been responsible for the near-daily protests taking place across the country in the wake of nonindictments by grand juries after the killings, by police, of Michael Brown in Ferguson, Mo., and Eric Garner in New York City.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text text-15 parbase section\">\n\n<p>It&rsquo;s a charge that&rsquo;s rejected by Sharpton, who noted that his organization has a vibrant Ferguson chapter, headed by a young minister, the Rev. Carlton Lee, who he said has been on the front lines of many of these protests.</p>\n\n\n</div>\n\r\n\r\n                    \r\n                    <div class=\"text parbase text-16 section\">\n\n<p>Sharpton said he was unsure why activists who disagreed with his political tactics and strategy would want to attend the gathering in the first place. &ldquo;I don&rsquo;t go to marches spearheaded by people who I disagree with,&rdquo; said Sharpton. &ldquo;I just do what I&rsquo;m doing.&rdquo;</p>\n\n\n</div>\n\r\n\r\n\r\n\r\n</div>\n\n    \n        \n\n  \n  <section class=\"about-the-author multi\">\n    \n    <div class=\"author-bio\">\n      <p>\n        <p><i>Jamal Watson is the senior staff writer for Diverse: Issues in Higher Education and the author of a forthcoming biography of the Rev. Al Sharpton. Follow him on <a href=\"https://twitter.com/search?q=%40jamalericwatson&amp;src=typd\">Twitter.</a></i></p>\n<p><b><i>Like</i></b><a href=\"http://www.facebook.com/theRoot\"><b><i>&nbsp;</i>The Root&nbsp;<i>on Facebook</i></b></a><b><i>. Follow us on</i></b><a href=\"https://twitter.com/TheRoot\"><b><i>&nbsp;Twitter</i></b></a><b>.</b></p>\n\n\t  </p>\n\t</div>\n\t\n  </section>\n  \n\n        \n    \n    \n\n</section>\n\n\n<!-- Need to build the components -->\n  <div class=\"pagination\">\n    \n\n  </div><!-- /.pagination -->\n<div style=\"clear:both;\"></div>\n\n\n\n    <script>\n    requirejs([\"jquery\", \"config\"], function($, config) {\n      $(function() {\n         try {\n           var hideDropCap = false;\n           \n           if(!hideDropCap){\n               var regex = /[^a-zA-Z0-9]/,\n                regex2 = /(>)([a-zA-Z0-9])/,\n                $p = $(\".article-page div.body div.text:first p:first\"),\n                textString = $p.html(),\n                firstLetter = (!regex.test(textString[0])) ? textString[0] : regex2.exec(textString)[2],\n                marginalDropCap = '<span class=\"dropcap dropcap-accent-culture\">' + firstLetter + '</span>',\n                cpn = 0;\n\n               if ((!regex.test($p.text()[0])) && (cpn < 2)) {\n                 $p.html(textString.replace(firstLetter, marginalDropCap));          \n               }\n            }\n\n           //TODO:: plugin\n           $('blockquote').addClass('quote-accent-culture').wrapInner('<div class=\"buffer\"></div>').prepend('<div class=\"blockquote-blockquote-start\"></div>').append('<div class=\"blockquote-blockquote-end\"></div>');\n         } catch (error) {\n           config.log(error);\n         }\n      });\n    });\n    </script>\n\n\n<!-- We Recommend/ More From Partners -->\n\n      <div class=\"footer-tiles\">\n       <div class=\"row\">\n          <div class=\"outbrain\">\n\r\n  <div id=\"outbrain_placeholder\"></div>\r\n  <div class=\"tr-outbrain-divider\"></div>\r\n\r\n  <script type=\"text/javascript\">\r\n  requirejs(['jquery'], function($) {\r\n    var createOutbrainDivs = function(widgetId) {\r\n      var divHtml = '<div class=\"OUTBRAIN\" data-src=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\" data-widget-id=\"' + widgetId + '\" data-ob-template=\"theroot\" ></div>';\r\n      $(\"#outbrain_placeholder\").append(divHtml);\r\n    }\r\n    createOutbrainDivs(\"AR_1\");\r\n  \r\n    $('<script>', {src: '//widgets.outbrain.com/outbrain.js'}).appendTo('body');\r\n  });\r\n  </script>\r\n\r\n  </div>\n \n       </div>\n      </div> <!-- /.footer-tiles -->\n      <div class=\"row from-our-sponsors\">\n         <div class=\"contentAd contentad\">\n\n\n<div id=\"content_ad\" class=\"row from-our-sponsors\"></div>\n<script type=\"text/javascript\">\n  (function() {\n    var params =\n      {\n        id : \"0ddfb6df-a979-4033-87a5-3f7c8fd843af\",\n        d  : \"c2xhdGUuY29t\",\n        wid: \"4275\"\n      };\n\n    var qs=\"\";for(var key in params){qs+=key+\"=\"+params[key]+\"&\"}qs=qs.substring(0,qs.length-1);\n    var s = document.createElement(\"script\");\n    s.type= 'text/javascript';\n    s.src = \"http://api.content.ad/Scripts/widget.js?\" + qs;\n    s.async = true;\n    document.getElementById(\"content_ad\").appendChild(s);\n  }());\n</script>\n\n<style>\n#ac_4275 .ac_header_title {\ntext-align: center;\nzoom: 1;\nfont-size: 14px;\nbackground: \n#281b21;\ncolor: \nwhite;\npadding-top: 13px;\npadding-bottom: 9px;\ndisplay: block;\nfont-family: sl-BrandonGrotesque;\nfont-style: normal;\nfont-weight: normal;  \n}\n#ac_4275 .ac_adbox {\n  text-align: center;\n}\n#ac_4275 .ac_container {\n  padding: 0 10px;\n}\n\n</style></div>\n\n      </div>\n\n\n<!-- /.We Recommend/ More From Partners -->\n\n\n\n\n  \n\n\n\n<a name=\"comments_link\" id=\"comments_link\"></a>\n<section class=\"comments\">\n\n<div id=\"comments\" class=\"comments-container\" data-lf-hash=\"MzM3Nzg0OmNxLTEwMDE0MTIxNTAxMQ==\">\n  <div id=\"livefyre\">\n  </div>\n  <div id=\"powered_by_livefyre_new\"><a href=\"http://livefyre.com\" target=\"_blank\">Powered by Livefyre</a></div>\n\n\n</div>\n\n<script type=\"text/javascript\">\nrequirejs([\"theroot_livefyre\", \"jquery\", \"config\"], function(loadLivefyre, $, config) {\n   if (typeof config.env.edit != \"undefined\" && !config.env.edit) {\n     loadLivefyre({\n       streamConfig: [{\n         \"collectionMeta\": \"eyJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlNoYXJwdG9uIFJlc3BvbmRzIHRvIENyaXRpY2lzbSBUaGF0IEhpcyBNb3ZlbWVudCBFeGNsdWRlcyBZb3VuZ2VyIEFjdGl2aXN0cyIsInVybCI6Imh0dHA6Ly93d3cudGhlcm9vdC5jb20vYXJ0aWNsZXMvY3VsdHVyZS8yMDE0LzEyL3Jldl9zaGFycHRvbl9yZXNwb25kc190b19oaXNfY3JpdGljcy5odG1sP3dwaXNyY1x1MDAzZGxmIiwidGFncyI6IiIsImNoZWNrc3VtIjoiYTE4MGIwZTRmODllMTZhYTEyZTNiODM5MGY4ZGMxZTQiLCJhcnRpY2xlSWQiOiJjcS0xMDAxNDEyMTUwMTEifQ.ONTSoWVm4H-vG4JZ_YVqcmbW_MMFYYXcgTBuR40Km6I\",\n         \"postToButtons\": ['tw', 'fb'],\n         \"siteId\": 337784,\n         \"articleId\": \"cq-100141215011\",\n         \"el\": \"livefyre\"\n       }],\n       'network': \"theroot.fyre.co\"\n     });\n\n\n   }\n });\n\n\n</script>\n</section>\n\n\n\n\n\n\n</div>\n\n\n\n</article>\n</div>\n\n\n\n\n<!-- toolbar floating flank -->\n  <div id=\"share-box-flank\" class=\"share-box-flank\">\n    <div id=\"share-box-flank-inner\">\n      <div class=\"comments\">\n        <a href=\"#comments_link\"><div class=\"icon\"></div></a>\n      </div>\n      <div class=\"social\">\n        <div class=\"twitter\" data-tweettext=\"Sharpton Responds to Criticism That His Movement Excludes Younger Activists\">\n          <a class=\"tweet\" href=\"https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.theroot.com%2Farticles%2Fculture%2F2014%2F12%2Frev_sharpton_responds_to_his_critics.html&amp;text=Sharpton+Responds+to+Criticism+That+His+Movement+Excludes+Younger+Activists&amp;via=TheRoot\">\n            <div class=\"icon\"></div>\n            <div class=\"count\"></div>\n           </a>\n        </div>\n        <div class=\"facebook-like\">\n            <span>\n              <fb:like send=\"false\" layout=\"box_count\" width=\"50\" show_faces=\"false\" font=\"verdana\" ref=\"sm_fb_like_toolbar\" href=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\">\n              </fb:like>\n            </span>\n        </div>\n        <div class=\"facebook\">\n          <a class=\"fb-share\" href=\"http://www.theroot.com/articles/culture/2014/12/rev_sharpton_responds_to_his_critics.html\">\n            <div class=\"icon\"></div>\n            <div class=\"count\"></div>\n          </a>\n        </div>\n        \n        <div class=\"mail\">\n          <a href=\"mailto:?subject=Check%20out%20this%20piece%20on%20The%20Root&body=I%20thought%20you%20might%20like%20this%20article%20on%20The%20Root:%0ASharpton%20Responds%20to%20Criticism%20That%20His%20Movement%20Excludes%20Younger%20Activists%0Ahttp%3A%2F%2Fwww.theroot.com%2Farticles%2Fculture%2F2014%2F12%2Frev_sharpton_responds_to_his_critics.html\"><div class=\"icon\"></div></a>\n        </div>\n      </div>\n    </div>\n </div>\n<!-- ./toolbar floating flank -->\n\n<script>\n  requirejs([\"sharebox\"], function(sharebox) { sharebox.init(); });\n</script>\n\n    \n    <script>\n      SG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of body.jsp');\n    </script>\n\n\n    \n\n    \n\n\n<aside>\n<div class=\"ht5-aside tr-right-rail\">\n\n  \n\n\n\n\n\n    \n\n\t\r\n<div id=\"slug_flex\" class=\"ad \" data-ad-type=\"flex\" data-ad-mode=\"desktop\"></div>\r\n\n\n    \n\n\t<div id=\"most_popular\">\n\t  <script>\n\t    requirejs([\"most-popular\"]);\n\t  </script>\n\t</div>\n\n\t\r\n<div id=\"slug_336x60\" class=\"ad \" data-ad-type=\"336x60\" data-ad-mode=\"desktop\"></div>\r\n\n\n\t<div id=\"related\">\n\t  <script>\n\t    requirejs([\"related\"], function(related) { related.init(); });\n\t  </script>\n\t</div>\n\n\t\r\n<div id=\"slug_rightbigbox\" class=\"ad \" data-ad-type=\"rightbigbox\" data-ad-mode=\"desktop\"></div>\r\n\n\n\t\n\n<section class=\"recent-videos\">\n  <h3 class=\"header\">Recent Videos</h3>\n  <div class=\"section-main\">\n    <ul class=\"videos-list\">\n     \n      <li>\n        <a href=\"http://theroottv.theroot.com/video/Waiter-Fired-for-Racist-Remarks\">\n          <img src=\"http://s3.amazonaws.com/magnifythumbs/8Z48NF235MDPVZR3.jpg\" />\n        </a>\n        <a href=\"http://theroottv.theroot.com/video/Waiter-Fired-for-Racist-Remarks\">Waiter Fired for Racist Remarks Show Up on Receipts</a>\n      </li>\n      \n      <li>\n        <a href=\"http://theroottv.theroot.com/video/Movie-Trailer-for-That-Daughter\">\n          <img src=\"http://s3.amazonaws.com/magnifythumbs/PB0WS419LJVQKZVM.jpg\" />\n        </a>\n        <a href=\"http://theroottv.theroot.com/video/Movie-Trailer-for-That-Daughter\">Movie Trailer for 'That Daughter's Crazy'</a>\n      </li>\n      \n      <li>\n        <a href=\"http://theroottv.theroot.com/video/Target-Refuses-to-Apologize-For\">\n          <img src=\"http://s3.amazonaws.com/magnifythumbs/9NXG8Z2C1VJ312BD.jpg\" />\n        </a>\n        <a href=\"http://theroottv.theroot.com/video/Target-Refuses-to-Apologize-For\">Target Refuses to Apologize For Whitewashing 'Annie' Ads</a>\n      </li>\n      \n    </ul>\n  </div>\n</section>\n\n\n\n\n\t<div class=\"homepageFlexPromoB homepageflexpromob\">\n\n\n<section class=\"promoted\">\n  <h3 class=\"header\">THE 2014 ROOT 100</h3>\n  <div class=\"section-main\">\n    <ul class=\"promoted-articles\">\n    \n      \n      \n\n        <li>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/charles_hudson.html\"><img src=\"http://www.theroot.com/content/dam/theroot/the_root_100/2014/charles-hudson-root100.jpg.CROP.hd-medium.jpg\" /></a>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/charles_hudson.html\">Charles Hudson, Partner at SoftTech VC</a>\n        </li>\n      \n      \n      \n\n        <li>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/randall_jackson.html\"><img src=\"http://www.theroot.com/content/dam/theroot/the_root_100/2014/randall-jackson-root100.jpg.CROP.hd-medium.jpg\" /></a>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/randall_jackson.html\">Randall Jackson, Assistant US Attorney for the Southern District of New York </a>\n        </li>\n      \n      \n      \n\n        <li>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/hakeem_jeffries.html\"><img src=\"http://www.theroot.com/content/dam/scaffolding/theroot/root100profile/453608014-house-representatives-from-new-york-yvette-clarke-and_1.jpg.CROP.hd-medium.jpg\" /></a>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/hakeem_jeffries.html\">Hakeem Jeffries, US Congressman</a>\n        </li>\n      \n      \n      \n\n        <li>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/benjamin_crump.html\"><img src=\"http://www.theroot.com/content/dam/scaffolding/theroot/root100profile/173420555-attorney-benjamin-crump-addresses-the-media-after-a.jpg.CROP.hd-medium.jpg\" /></a>\n          <a href=\"http://www.theroot.com/articles/lists/2014/09/the_root_100_2014/benjamin_crump.html\">Benjamin Crump, Attorney</a>\n        </li>\n      \n    </ul>\n  </div>\n</section>\n\n</div>\n\n\n\n</aside>\n<div class=\"clear\"> </div>\n\n    \n    <script>\n      SG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of body.jsp');\n    </script>\n\n    \n\n  <div id=\"footer-advert\" class=\"advert\">\n  \n  </div>\n\n\n\n\n   <div class=\"leaderboard-ad\">\n     \r\n<div id=\"slug_leaderboard_2\" class=\"banner ad \" data-ad-type=\"leaderboard|2\" data-ad-mode=\"desktop\"></div>\r\n\n   </div>\n\n\n<footer>\n  <div id=\"ht5-footer\" style=\"clear: left;\">\n\n    <nav>\n      <ul>\n        <li class=\"first\">\n          <a href=\"http://help.theroot.com/ics/support/default.asp?deptID=15082&_referrer=http://www.theroot.com/\">Help</a> |\n        </li>\n        <li>\n          <a href=\"/articles/politics/2012/11/press.html\">Press Page</a> |\n        </li>\n        <li>\n          <a href=\"/articles/politics/2012/11/contact_us.html\">Contact Us</a> |\n        </li>\n        <li>\n          <a href=\"/articles/politics/2012/11/about_us.html\">About Us</a> |\n        </li>\n        <li>\n          <a href=\"/articles/politics/2010/03/advertise_on_the_root.html\">Advertising</a> |\n        </li>\n        <li>\n          <a href=\"/articles.teaser.all.25.rss\">RSS</a> |\n        </li>\n        <li>\n          <a href=\"/ads.html\">Ad Choices</a> |\n        </li>\n        <li>\n          <a href=\"/articles/politics/2012/11/privacy_policy.html#user\">User Agreement</a> |\n        </li>\n        <li class=\"last\">\n          <a href=\"/articles/politics/2012/11/privacy_policy.html\">Privacy Policy</a>\n        </li>\n      </ul>\n    </nav>\n\n    <div class=\"credits\">\n      The Root is published by The Slate Group, a Graham Holdings Company.  All contents &#169; 2013 The Slate Group, LLC. <br />\n      All rights reserved. <a href=\"/articles/politics/2012/11/privacy_policy.html\">User Agreement and Policy</a>\n    </div>\n\n  </div>\n</footer>\n\n</div>\n</div>\n\n<div id=\"bottom-bound-div\"></div>\n\n\n  \n  \n    <div style=\"height:100px;\" class=\"horizontal-band-bottom accent-band-bottom-culture\">\n  \n\n    <aside>\n        <div onclick='parselyBottomSwipe.prev()' class=\"pagination-link pagination-link-prev\"></div>\n        <div onclick='parselyBottomSwipe.next()' class=\"pagination-link pagination-link-next\"></div>\n          <div id=\"parsely-band-bottom\" class=\"swipe\">\n                <div class=\"parsely-band-bottom-wrap\"></div>\n          </div>\n    </aside>\n</div>\n\n\n\n\n\n\n\n    \n    <script>\n      SG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of footer.jsp');\n    </script>\n\n    \n\n\n\n<!-- Locker script -->\n\n\n\n\n\n\n<script>\n  setTimeout(function() {\n\n    !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');\n\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/plusone.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n\n    (function(d){\n      var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');\n      p.type = 'text/javascript';\n      p.async = true;\n      p.src = '//assets.pinterest.com/js/pinit.js';\n      f.parentNode.insertBefore(p, f);\n    }(document));\n\n    requirejs([\"nav\"]);\n\n }, 100);\n\n requirejs([\"parsely-band\"], function(parsely_band) { \n   parsely_band.init();\n });\n\n</script>\n\n<script>\nif (desktopMode()) {\n  requirejs([\"jquery\", \"libs/swipe\"], function($, Swipe) {\n    var parselyTimeBottom, ptop_count = 0, pbottom_count = 0;\n    \n    function loadParselyBand(){\n      ptop_count ++;\n      if(ptop_count > 10){ clearInterval(parselyTime); }\n      \n      if($(\"#parsely-band .parsely-block\").length > 0){\n        clearInterval(parselyTime);\n        window.parselyTopSwipe = new Swipe(document.getElementById('parsely-band'), {\n          startSlide:1,\n          speed:1000,\n          continuous: true\n        });\n        $(\".pagination-link-prev, .pagination-link-next\").css(\"display\",\"block\");\n        \n        $(\".horizontal-band .pagination-link-prev\").on('click', function(e){parselyTopSwipe.prev();});\n        $(\".horizontal-band .pagination-link-next\").on('click', function(e){parselyTopSwipe.next();});\n\n        parselyTimeBottom = window.setInterval(loadParselyBandBottom, 1000);\n      }\n    }\n    \n    function loadParselyBandBottom(){\n      pbottom_count ++;\n      if(pbottom_count > 10){ clearInterval(parselyTimeBottom); }\n      \n      if($(\"#parsely-band-bottom .parsely-block\").length > 0){\n        clearInterval(parselyTimeBottom);\n        \n        window.parselyBottomSwipe = new Swipe(document.getElementById('parsely-band-bottom'), {\n          startSlide: 1,\n          speed:1000,\n          continuous: true\n        });\n        $(\".pagination-link-prev, .pagination-link-next\").css(\"display\",\"block\");\n\n        $(\".horizontal-band-bottom .pagination-link-prev\").on('click', function(e){parselyBottomSwipe.prev();});\n        $(\".horizontal-band-bottom .pagination-link-next\").on('click', function(e){parselyBottomSwipe.next();});\n      }\n    }\n    var parselyTime = window.setInterval(loadParselyBand, 1000);\n  });\n}\n</script>\n\n<!-- Target External Hyperlinks -->\n<script>\nrequirejs([\"jquery\"], function($) {\n  $(document).ready(function() {\n    $('a').each(function() {\n       var a = new RegExp('/' + window.location.host + '/');\n       if(!a.test(this.href)) {\n           $(this).click(function(event) {\n               event.preventDefault();\n               event.stopPropagation();\n               window.open(this.href, '_blank');\n           });\n       }\n    });\n\n  });\n});\n</script>\n<!-- ./Target External Hyperlinks -->\n\n<!-- This mysteriously dies when compiled -->\n<script>\nrequirejs([\"jquery\", \"libs/jquery-plugins/jquery.browser\"], function($) { \n    if ($.browser.msie) {\n      $(\".avatar, .social-buttons\").each(function(i, elm) {\n        $(elm).find(\"iframe\")\n          .on('mouseenter', function(e) {\n            $(elm).addClass('hover');\n          })\n          .on('mouseleave', function(e) {\n            $(elm).removeClass('hover');\n          });\n      });\n    }\n});\n</script>\n\n<script type=\"text/javascript\">\n\nvar _sf_async_config={uid:9250,domain:\"theroot.com\"};\n_sf_async_config.useCanonical = true;\nif (wp_meta_data) {\n    var sectionsArray = new Array();\n    if (wp_meta_data.section !== undefined) {\n        sectionsArray.push(wp_meta_data.section);\n    }\n    if (wp_meta_data.rubric !== undefined) {\n        sectionsArray.push(wp_meta_data.rubric);\n    }\n    if (wp_meta_data.blog !== undefined) {\n        sectionsArray.push(wp_meta_data.blog);\n    }\n    _sf_async_config.sections = sectionsArray.join(\",\");\n    if (wp_meta_data.authors !== undefined) {\n        _sf_async_config.authors = wp_meta_data.authors.join(\",\");\n    }\n}\n\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n})();\n</script>\n\n\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"theroot.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n<!--Visual Revenue Reader Response Tracking Script (v6) -->\n<script type=\"text/javascript\">\nvar _vrq = _vrq || [];\n_vrq.push(['id', 544]);\n_vrq.push(['automate', true]);\n_vrq.push(['track', function(){}]);\n(function(d, a){\nvar s = d.createElement(a),\nx = d.getElementsByTagName(a)[0];\ns.async = true;\ns.src = 'http://a.visualrevenue.com/vrs.js';\nx.parentNode.insertBefore(s, x);\n})(document, 'script');\n</script>\n<!-- End of VR RR Tracking Script - All rights reserved -->\n\n<script>\n requirejs([\"shared/campaignManager\", \"optimizely\"], function(campaigns, types, templates, optimizely) {\n   campaigns.execute();\n });\n</script>\n\n\n<script type=\"text/javascript\">\n  requirejs([\"jquery\", \"queryly\"], function($, unused) {\n    // Fix for Chrome issue with queryly\n    $(\".search-pop-up\").on('mouseout', function(e) {\n      $(\"#queryly_suggest\").detach();\n    });\n\n    queryly.QuerylyKey = 'c6e90bf4e43348bb';\n    queryly.layout.topMargin = -5;\n    queryly.extendedDataFields = 'author';\n    queryly.customContainer = 'queryly_results_container';\n\n    queryly.QuerylyBind();\n  });\n</script>\n\n\n<script>\nrequirejs([\"jquery\"], function($) {\n  // iOS svg link hacky workaround\n   if ((mobileMode() || tabletMode()) && navigator.userAgent.match(/(iPad|iPhone|iPod)/g)) {\n     $(\".logo\").append('<div style=\"background:transparent; width:100px; height: 60px; position: absolute; top: 0px\"></div>').click(function() { window.location=\"http://www.theroot.com\"; });\n   }\n});\n</script>\n\n\n<script type=\"text/javascript\">\nrequirejs([\"jquery\"], function($) {\n    (function() {\n        function loadHorizon() {\n            var s = document.createElement('script');\n            s.type = 'text/javascript';\n            s.async = true;\n            s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n            var x = document.getElementsByTagName('script')[0];\n            x.parentNode.insertBefore(s, x);\n        }\n        loadHorizon();\n        var oldOnLoad = window.onload;\n        window.onload = function() {\n            if (typeof oldOnLoad === 'function') {\n                oldOnLoad();\n            }\n            Sailthru.setup({\n                domain: 'horizon.theroot.com'\n            });\n        };\n    })();\n});\n</script>\n\n\n  </script>\n\n\n<script>\n requirejs([\"config\", \"shared/sgads\"], function(config, ads) {\n   ads.wire(\"http://js.slate.com/wp-srv/ad/loaders/latest/js/min/loader.min.js\", config.site.site);\n });\n</script>\n\n\n\n<iframe src=\"//theroot-static-prod.s3.amazonaws.com/etc/designs/theroot/identity/misc/preload.html\" height=\"1\" width=\"1\"></iframe>\n\n    \n    <script>\n      SG_Debug && SG_Debug.pagedebug && window.console && console.log && console.log('[' + (new Date()-SG_Debug.initialTime)/1000 + ']' + ' Bottom of footer-scripts.jsp');\n    </script>\n\n  <!--\n\n  Page Loading starts on 2015/01/03 06:48:22, Total time elapsed to render is 0.1466953 seconds, Server: pub2.theroot.com\n\n  -->\n\n\t</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/tnr.com1.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <!-- Standard Meta -->\n  <meta charset=\"utf-8\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"UgQAVVVQGwEHV1RTBAU=\"};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]);</script>\n\n  <!-- Site Properities -->\n  <title>Canada's Former Liberal Party Leader Offers Advice to Young Liberals | The New Republic</title>\n\n  \n  <!-- Mobile Properities -->\n  <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-57x57.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-72x72.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-114x114.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-144x144.png\" />\n\n  <meta name=\"apple-mobile-web-app-title\" content=\"New Republic\">\n  <meta name=\"google-site-verification\" content=\"yjAiUZ-nXs91TSe9Er7xAnQBp2C8V2gg-mpTF7aZh20\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n  <!-- Social Properities -->\n  <meta property=\"twitter:account_id\" content=\"82689705\" />\n  <meta property=\"fb:app_id\" content=\"219642118178156\" />\n  <meta property=\"fb:admins\" content=\"100001770781440\" />\n  <meta property=\"fb:admins\" content=\"19000185\" />\n  <meta property=\"fb:admins\" content=\"2400669\" />\n  <meta property=\"fb:admins\" content=\"600931\" />\n  <meta property=\"fb:admins\" content=\"5\" />\n  <link href=\"https://plus.google.com/+thenewrepublic/\" rel=\"publisher\" />\n\n  <meta name=\"parsely-page\" content='{\"title\":\"I Wish Someone Had Told Me This Before I Became a Politician\",\"link\":\"http:\\/\\/www.newrepublic.com\\/article\\/120169\\/canadas-former-liberal-party-leader-offers-advice-young-liberals\",\"section\":\"Politics\",\"pub_date\":\"2014-11-22T20:00:00-05:00\",\"post_id\":\"120169\",\"author\":\"Michael Ignatieff\",\"type\":\"post\",\"tags\":[\"Politics\",\"Politics\",\"Canada\",\"Liberal Party\",\"Michael Ignatieff\"]}' />\n  <link rel=\"canonical\" href=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\" />\n<meta property=\"og:image\" content=\"http://www.newrepublic.com/sites/default/files/lede_art_ignatieff_0.jpg\" />\n<meta property=\"og:image:type\" content=\"image/jpeg\" />\n<meta property=\"og:image:width\" content=\"1250\" />\n<meta property=\"og:image:height\" content=\"517\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta name=\"keywords\" content=\"Politics, Politics, Canada, Liberal Party, Michael Ignatieff\" />\n<meta name=\"twitter:description\" content=\"A letter to a young liberal.\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The New Republic\" href=\"http://www.newrepublic.com/rss.xml\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The New Republic | The Plank\" href=\"http://www.newrepublic.com/plank-rss.xml\" />\n<link rel=\"shortcut icon\" href=\"http://www.newrepublic.com/sites/default/files/newrepublic-icon.ico\" type=\"image/vnd.microsoft.icon\" />\n<meta name=\"sailthru.articleID\" content=\"120169\" />\n<meta name=\"parsely-metadata\" content='{\"thumb_image\":\"http:\\/\\/www.newrepublic.com\\/sites\\/default\\/files\\/styles\\/homepage_bottom_feature\\/public\\/lede_art_ignatieff_0.jpg?itok=q2tcEcTW\"}' /><meta property=\"sailthru.rubric\" content=\"Politics\" />\n<meta name=\"twitter:image:src\" content=\"http://www.newrepublic.com/sites/default/files/styles/large/public/lede_art_ignatieff_0.jpg?itok=7EN-t8zq\" />\n<meta property=\"author\" content=\"Michael Ignatieff\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta property=\"article:section\" content=\"Politics\" />\n<meta property=\"article:published_time\" content=\"2014-11-22T20:00:00-05:00\" />\n<meta property=\"dcterms.creator\" content=\"Michael Ignatieff\" />\n<meta property=\"sailthru.date\" content=\"2014-11-22 20:00:00\" />\n<meta name=\"twitter:site\" content=\"@tnr\" />\n<meta name=\"twitter:title\" content=\"I Wish Someone Had Told Me This Before I Became a Politician\" />\n<meta property=\"sailthru.author\" content=\"Michael Ignatieff\" />\n<meta property=\"article:tag\" content=\"Politics\" />\n<meta name=\"description\" content=\"A letter to a young liberal.\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta property=\"og:site_name\" content=\"The New Republic\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\" />\n<meta property=\"og:title\" content=\"I Wish Someone Had Told Me This Before I Became a Politician\" />\n<meta property=\"og:description\" content=\"A letter to a young liberal.\" />\n<meta name=\"dcterms.date\" content=\"2014-11-22T20:00-05:00\" />\n<meta name=\"dcterms.type\" content=\"Text\" />\n<meta name=\"dcterms.format\" content=\"text/html\" />\n<meta name=\"dcterms.identifier\" content=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\" />\n  <link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_4hPmAO_Nvj6jiRjsl7yjW6iGzgIXcDYAzsF_zjCZPRU.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_LCXOee6K6qCI1i50ATPbvvkTNGz0mN-S7M2eAYEhNlk.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_m16U8G5TUJP-3AqUH142AI_xaLdA6OZzARxwbg_MIVY.css\" media=\"all\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/sites/all/themes/tnr/build/devices/print.css\" media=\"print\">\n  <!-- Reset JS before Page Load !-->\n<script src=\"/sites/all/themes/tnr/javascript/reset.js\"></script>\n  <!-- Google Analytics -->\n<script type=\"text/javascript\">\n  var _gaq = _gaq || [];\n  var pluginUrl =\n '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\n  _gaq.push(['_setAccount', 'UA-10465183-1']);\n  _gaq.push(['_setDomainName', 'newrepublic.com']);\n  _gaq.push(['_trackPageview']);\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n\n<!-- comScore -->\n<script>\nvar _comscore = _comscore || [];\n_comscore.push({ c1: \"2\", c2: \"15230262\" });\n(function() {\nvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\ns.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\nel.parentNode.insertBefore(s, el);\n})();\n</script>  \n<!-- Google Ads -->\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\n\n// pusher\nwindow.googletag     = window.googletag || {}\nwindow.googletag.cmd = window.googletag.cmd || [];\n\n// loader\n(function() {\n  var\n    gads   = document.createElement('script'),\n    useSSL = 'https:' == document.location.protocol,\n    node\n  ;\n  gads.async = true;\n  gads.type  = 'text/javascript';\n  gads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n  node       = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(gads, node);\n})();\n//--><!]]>\n</script>\n\n<style>\n.leaderboard.advertisement {\n  width:728px;\n  height:90px;\n}\n</style>\n\n<!-- Google Ad Leaderboards -->\n<script type=\"text/javascript\">\n// push ads available on all pages onready without jquery (not available till end of page)\ndocument.onreadystatechange = function () {\n  var\n    state = document.readyState\n  ;\n  if (state === 'interactive' && window.site !== undefined) {\n    site.utilities.load.ads([\n      {\n        name  : '/25738720/Web-LB0',\n        id    : 'leaderboard-ad',\n        sizes : [\n          [728, 90]\n        ]\n      },\n      {\n        name  : '/25738720/Mobile-LB1',\n        id    : 'mobile-leaderboard-ad',\n        sizes : [\n          [320, 50]\n        ]\n      }\n    ]);\n  }\n};\n</script>\n\n</head>\n<body id=\"article\" >\n    <!-- Header !-->\n\n\n  <div class=\"ui page navigation container\">\n\n    <div class=\"leaderboard advertisement\" id=\"leaderboard-ad\"></div>\n<div class=\"mobile advertisement\" id=\"mobile-leaderboard-ad\"></div>    <div class=\"ui relaxed fitted grid\">\n      <div class=\"left column\">\n                <h2>New Republic</h2>\n                <span itemscope itemtype=\"http://schema.org/Organization\">\n          <a class=\"logo ui image\" itemprop=\"url\" href=\"/\" >\n            <img itemprop=\"logo\" src=\"/sites/all/themes/tnr/assets/images/logo-100-slim.png\">\n          </a>\n        </span>\n        <div class=\"ui compact basic large mobile button\">\n          <i class=\"list layout icon\"></i> Menu\n        </div>\n        <nav class=\"ui divided horizontal category list\">\n          <a href=\"/tags/politics\" class=\"item\">Politics</a>\n          <a href=\"/tags/culture\" class=\"item\">Culture</a>\n          <a href=\"/current-issue\" class=\"item\">Magazine</a>\n        </nav>\n        <nav class=\"ui horizontal sub category list\">\n          <a href=\"/latest\" class=\"item\">The Latest</a>\n          <a href=\"/qed\" class=\"item\">Q.E.D.</a>\n          <a href=\"/tags/books\" class=\"item\">Books</a>\n          <a href=\"/climate\" class=\"item\">Climate</a>\n<!--           <a href=\"/project/next-republic\" class=\"sponsored item\">\n            Next Republic\n            <i class=\"triangle down icon\"></i>\n          </a>\n -->        </nav>\n        <div class=\"ui sponsored wide popup\">\n          <div class=\"ui four column fitted grid\">\n            <div class=\"column\">\n              <a href=\"/project/next-republic\">\n                <img class=\"ui image\" src=\"/sites/all/themes/tnr/assets/images/suisse/next-republic-navcallout.jpg\" alt=\"Next Republic\">\n              </a>\n            </div>\n              <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120570/new-republic-exploring-identity-survey-results\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/identity_cover-04.png?itok=0_GecQoo\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120570/new-republic-exploring-identity-survey-results\">\n          How Do Our Readers Think About Personal Identity?        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/new-republic\">The New Republic</a>      </div>\n    </div>\n  </div>\n  <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120362/new-photobook-epilogue-explores-bulimia-its-aftermath\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/epiloguebetterlede.jpg?itok=qvcPAxaJ\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120362/new-photobook-epilogue-explores-bulimia-its-aftermath\">\n          What It's Like to Lose a Daughter to an Eating Disorder        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/molly-mirhashem\">Molly Mirhashem</a>      </div>\n    </div>\n  </div>\n  <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120419/lilting-better-depiction-asian-americans-tv-and-movies\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/7f1498792129ca24a1c9897d2f89a2a8.jpg?itok=7UQFlp9n\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120419/lilting-better-depiction-asian-americans-tv-and-movies\">\n          Finally a Movie That Captures What It's Like to Be Asian American        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/elaine-teng\">Elaine Teng</a>      </div>\n    </div>\n  </div>\n          </div>\n        </div>\n      </div>\n      <div class=\"right column\">\n              <div class=\"ui right floated red subscribe buttons\">\n          <div class=\"ui dropdown button\">\n            <a target=\"_blank\" href=\"/subscription/self/header\">Subscribe Now</a>\n            <i class=\"dropdown icon\"></i>\n            <div class=\"menu\">\n              <a class=\"item\" href=\"/subscription/self/dropdown\">Order a Subscription</a>\n              <a class=\"item\" href=\"/subscription/gift/header\">Give a Gift</a>\n              <a class=\"item\" href=\"/subscription/international/header\">International Orders</a>\n              <a class=\"item\" href=\"/subscription/canada/header\">Canadian Orders</a>\n              <a class=\"item\" href=\"/subscription/digital/header\">Digital Subscription</a>\n            </div>\n          </div>\n        </div>\n        <div class=\"ui small secondary user menu\">\n          <a class=\"login item\">Sign In</a><div class=\"ui login popup\"><form class=\"ui form\" action=\"/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals?destination=node/120169\" method=\"post\" id=\"user-login-form\" accept-charset=\"UTF-8\"><div><div class=\"field\"><div class=\"form-item form-type-textfield form-item-name\">\n  <label for=\"edit-name--2\">E-mail Address </label>\n <span class=\"field-prefix\"><a href=\"/subscription/self/header\" data-content=\"User accounts are for The New Republic subscribers only. Click here to gain full access to the site.\" data-title=\"Get Complete Access\" tabindex=\"5\" class=\"create\">Subscribe for Access</a><div class=\"ui left icon input\"><i class=\"mail icon\"></i></span> <input tabindex=\"1\" autocomplete=\"email\" data-validate=\"username\" type=\"text\" id=\"edit-name--2\" name=\"name\" value=\"\" maxlength=\"60\" class=\"form-text\" /> <span class=\"field-suffix\"></div></span>\n</div>\n</div><div class=\"field\"><div class=\"form-item form-type-password form-item-pass\">\n  <label for=\"edit-pass--2\">Password </label>\n <span class=\"field-prefix\"><a class=\"forgot\" tabindex=\"6\" href=\"/customer-service\">Forgot Your Password?</a><div class=\"ui left icon input\"><i class=\"lock icon\"></i></span> <input tabindex=\"2\" data-validate=\"password\" type=\"password\" id=\"edit-pass--2\" name=\"pass\" maxlength=\"128\" class=\"form-text\" /> <span class=\"field-suffix\"></div></span>\n</div>\n</div><div class=\"ui inline field\"><div class=\"ui checkbox\"><div class=\"form-item form-type-checkbox form-item-remember-me\">\n <input tabindex=\"3\" type=\"checkbox\" id=\"edit-remember-me--2\" name=\"remember_me\" value=\"1\" checked=\"checked\" class=\"form-checkbox\" />  <label class=\"option\" for=\"edit-remember-me--2\">Remember me on this computer </label>\n\n</div>\n</div></div><input type=\"hidden\" name=\"form_build_id\" value=\"form-tTy6EYzqkfQwSoE8el_tLTvF2lflIvA94MGQqdpDFvM\" />\n<input type=\"hidden\" name=\"form_id\" value=\"user_login_block\" />\n<div class=\"form-actions form-wrapper\" id=\"edit-actions--2\"><input tabindex=\"4\" class=\"ui submit button form-submit\" type=\"submit\" id=\"edit-submit--2\" name=\"op\" value=\"Sign In\" /></div></div></form></div>        </div>\n              <div class=\"ui search\">\n          <div class=\"ui small icon input\">\n            <input class=\"prompt\" type=\"text\" name=\"q\" autocomplete=\"off\" placeholder=\"Search...\">\n            <i class=\"search icon\"></i>\n          </div>\n          <div class=\"results\"></div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui fluid inverted vertical logged-out mobile menu\">\n      <a class=\"item\" href=\"/page/account-information\">Sign In</a>\n      <a class=\"item\" href=\"/subscription/self/header\">Subscribe</a>\n      <div class=\"header item\">Sections</div>\n      <a href=\"/latest\" class=\"item\">The Latest</a>\n      <a href=\"/qed\" class=\"item\">QED</a>\n      <a href=\"/tags/politics\" class=\"item\">Politics</a>\n      <a href=\"/tags/culture\" class=\"item\">Culture</a>\n      <a href=\"/climate\" class=\"item\">Climate</a>\n      <a href=\"/current-issue\" class=\"item\">The Magazine</a>\n      <!-- <a href=\"/tags/future-work\" class=\"item\">Next Republic</a> -->\n    </div>\n  </div>\n\n<div class=\"page body\">\n    <script type=\"text/javascript\">\nsite.page.config = {\n  enablePaywall: false,\n  adInterval : 30,\n    ads        : [\n    {\n      name  : '/25738720/Web-LR1',\n      id    : 'rail-ad',\n      sizes : [\n        [300, 250],\n        [300, 600],\n        [300, 1050]\n      ]\n    },\n    {\n      name  : '/25738720/Web-LR2',\n      id    : 'sticky-rail-ad',\n      sizes : [\n        [300, 250],\n        [300, 600]\n      ]\n    },\n    {\n      name  : '/25738720/Web-LR3',\n      id    : 'extra-rail-ad',\n      sizes : [\n        [300, 250]\n      ]\n    },\n    {\n      name  : '/25738720/Web-SR1',\n      id    : 'house-small-rectangle',\n      sizes : [\n        [300, 100]\n      ]\n    },\n    {\n      name  : '/25738720/Web-Teads1',\n      id    : 'ad-teads',\n      sizes : [\n        [1, 1]\n      ]\n    },\n    {\n      name  : '/25738720/Web-C-80x80',\n      id    : 'house-left-rail',\n      sizes : [\n        [80, 80]\n      ]\n    },\n    {\n      name  : '/25738720/Mobile-WS1',\n      id    : 'tablet-sticky-rail-ad',\n      sizes : [\n        [160, 600]\n      ]\n    },\n    {\n      name  : '/25738720/Mobile-LR1',\n      id    : 'mobile-article-bottom-ad',\n      sizes : [\n        [300, 250],\n        [300, 600]\n      ]\n    }\n  ]\n  };\n</script>\n\n<div class=\"ui page content container\">\n    <div class=\"story image\"\n    data-image=\"http://www.newrepublic.com/sites/default/files/lede_art_ignatieff_0.jpg\"\n      >\n    <div class=\"ui active flipping loader\">\n      <div class=\"shape\"></div>\n    </div>\n      </div>\n  <img src=\"http://www.newrepublic.com/sites/default/files/styles/static_cover_img_500/public/lede_art_ignatieff_0.jpg?itok=sov-jf0V\" class=\"ui fluid inline image\" alt=\"I Wish Someone Had Told Me This Before I Became a Politician\">\n  \n  <div class=\"article container\" itemscope itemtype=\"http://schema.org/Article\">\n\n    <div class=\"header\">\n      <div class=\"story title\">\n                  <a href=\"/tags/politics\" itemprop=\"articleSection\" class=\"category\">Politics</a>                <h5 class=\"date\" itemprop=\"datePublished\"><span property=\"dc:date dc:created\" content=\"2014-11-22T20:00:00-05:00\" datatype=\"xsd:dateTime\">November 22, 2014</span></h5>\n        <h1 class=\"title\">\n          <span class=\"headline\" itemprop=\"name\">I Wish Someone Had Told Me This Before I Became a Politician</span>\n                    <span class=\"caption\">\n            A letter to a young liberal          </span>\n                  </h1>\n      </div>\n    </div>\n    <div class=\"content\">\n      <div class=\"story\">\n        <div class=\"inline tools\">\n          <div class=\"share module\">\n            <div class=\"twitter slim\"\n              data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n              data-text=\"I Wish Someone Had Told Me This Before I Became a Politician\"\n              data-title=\"Tweet\">\n            </div>\n            <div class=\"facebook slim\"\n              data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n              data-text=\"I Wish Someone Had Told Me This Before I Became a Politician\"\n              data-title=\"Share\">\n            </div>\n          </div>\n        </div>\n        <div class=\"tracking\">\n          <div class=\"body text\">\n                        <h5 class=\"ui author dividing header\">\n              By <a href=\"/authors/michael-ignatieff\" itemprop=\"author\" rel=\"author\">Michael Ignatieff</a>                          </h5>\n                        \n                                    <div class=\"body\" itemprop=\"articleBody\" >\n              <p class=\"TEXT-JUSTIFIED-NOINDENT para-style-override-1\"><em><span class=\"LEADIN-ATLAS-REGULAR char-style-override-1\">Friend,</span></em></p><p class=\"TEXT-JUSTIFIED-NOINDENT\">I was touched that you asked for my advice about going into politics. Anyone whose career in politics was nasty, brutish, and short<span class=\"em\">&mdash;</span>as mine was<span class=\"em\">&mdash;</span>is grateful that anyone thinks their opinion is worth hearing. All I’d claim is that my thoughts come with what Scott Fitzgerald called “the authority of failure.”</p><p class=\"TEXT-JUSTIFIED-INDENT\">First of all, you need to know why you want it. You’d be amazed at how many people who go into politics can’t give you an honest answer to why they want it so badly.</p><p class=\"TEXT-JUSTIFIED-INDENT\">All the best reasons for going into politics never really change: the desire for glory and fame and the chance to do something that really matters, that will make life better for a lot of people. You have to be one of those people with outsized, even laughable ambition, who want their convictions to mean something more than smart conversation at dinner tables. You have to have a sense of vocation, a belief that something <span class=\"ITALIC-PUBLICO\">must be done</span> and that you’re the person to do it.</p><p class=\"TEXT-JUSTIFIED-INDENT\">I had the vocation for politics. What I didn’t have was any aptitude for political combat. I took the attacks personally, which is a great mistake. It’s never personal: It’s just business. It was ever thus. You can prepare yourself for combat by going in as a staffer, watching it from the sidelines, as I did when I was in my twenties, but believe me, when you step in the ring yourself, the first punch always comes as a shock. That’s when you’ll know, as you snap your head back into place, whether your first instinct is fight or flight.</p><p class=\"TEXT-JUSTIFIED-INDENT\">I went into politics thinking that, if I made arguments in good faith, I’d get a hearing. It’s a reasonable assumption, but it’s wrong. In five and a half years in politics up north, no one really bothered to criticize my ideas, such as they were. It was never my message that was the issue. It was always the messenger.</p><p class=\"TEXT-JUSTIFIED-INDENT\">They will not attack what you say, so much as your right to say anything at all. In my case, they said I’d been out of the country too long, I wasn’t really “one of us,” but one of “them.” I was just visiting.</p><p class=\"TEXT-JUSTIFIED-INDENT\">The attacks that are hardest to deal with are not the ones that are false, but the ones that have a sliver of truth. Being out of the country was nothing to be ashamed of, but it didn’t exactly help me to establish the trust that any politician must establish with voters.</p><p class=\"TEXT-JUSTIFIED-INDENT\">Conjuring that trust requires authenticity. You can’t pretend to be somebody you’re not. People who say politics is acting get it wrong. You’re not playing a role. You’re on stage, true enough, but you’re playing yourself. People don’t have to identify with your life in order to vote for you, but they have to believe that you are who you say you are.</p><p class=\"TEXT-JUSTIFIED-INDENT\">You will now list for me all the duplicitous villains who attained power without being authentic. You misunderstand me. A man like Nixon had authenticity aplenty. Voters knew exactly who he was: suspicious, manipulative, duplicitous, and just like them. They saw through him to themselves.</p><p class=\"TEXT-JUSTIFIED-INDENT\">To be authentic, you have to own your life. All of it. John Kerry fell victim to the swift-boat attack because he couldn’t own the young lieutenant back from Vietnam who gave that damning testimony in Congress about the terrible things he witnessed up the Mekong Delta. He was unable, deep inside, to say, “Yes, I was that young lieutenant.” If you don’t want to vote for a man who criticized his country, go ahead. People, it turns out, will forgive candidates almost anything if they fight for their right to be themselves.</p><p class=\"TEXT-JUSTIFIED-INDENT\">The real battle in politics is this battle over standing, your right to get a hearing as the person you are. Once the swift-boat attacks hit their target, once he failed to reply, Kerry could talk, but no one was listening. He had lost his standing. Once my opponents said I was just visiting, I lost mine. I could speak, but I couldn’t be heard.</p><p class=\"TEXT-JUSTIFIED-INDENT\">So my advice is: Never let your opponents own your story. If you can’t do this truthfully, choose another business. And if you can’t defend your own life when people attack it, there are plenty of other lives you could choose that don’t require the same naked exposure.</p><p class=\"TEXT-JUSTIFIED-INDENT\">It doesn’t pay, either, to pretend to be better than the business you’re in. You can’t succeed in politics if you give too much appearance of despising the low arts by which we govern ourselves. Fastidious distaste for the roughness and meanness of political life may work in a seminar room, but it’s fatal on the campaign trail.</p><blockquote class=\"pull-left\"><p class=\"MALL-PQ para-style-override-1\"><span class=\"char-style-override-2\">It is really something in life to </span><span class=\"char-style-override-2\">be </span>utterly disabused about human motive,<span class=\"char-style-override-2\"> and yet still come to work every day.</span></p></blockquote><p class=\"TEXT-JUSTIFIED-INDENT\">This distaste is common among people who’ve enjoyed success outside of politics, in academia or journalism or business, and who go into politics with the reasonable assumption that the prestige they achieved in their former profession should automatically transfer into politics. It doesn’t. People who think they’re entitled to standing<span class=\"em\">&mdash;</span>because they are brainy, rich, or famous<span class=\"em\">&mdash;</span>almost always lose. They forget you earn your standing, you are not entitled to it. That’s the best thing about democracy, the single reason why we’re not yet entirely governed by wealthy oligarchs.</p><p class=\"TEXT-JUSTIFIED-INDENT\">I may have come into politics with an unacknowledged condescension toward the game and the people who played it, but I left with more respect for politicians than when I went in. The worst of them<span class=\"em\">&mdash;</span>the careerists and predators<span class=\"em\">&mdash;</span>you find in all professions. The best of them were a credit to democracy. They knew the difference between an adversary and an enemy, knew when to take half a loaf and when to insist on the whole bakery, knew when to trust their own judgment and when to listen to the people.</p><p class=\"TEXT-JUSTIFIED-INDENT\">As I learned while watching wiser colleagues than I in a democratic legislature, it is really something in life to be utterly disabused about human motive, venality, capacity for double-crossing, and yet still come to work every day, trying to get something done.</p><p class=\"TEXT-JUSTIFIED-INDENT\">Liberalism will become an enclave conviction of a shrinking minority unless those who call themselves liberal reconnect their faith in tolerance, equality, opportunity for all with the more difficult faith in the dirty, loud-mouthed, false, lying business of politics itself. This disdain is cynicism, masking as high principle. The ultimate allegiance of a democratic politician is not to party, not even to principle, but to the venal process called politics. So my final advice is this: Politics is not a vulgar means to a goal, it’s a noble life unto itself, and unless you love it, you can’t do it well. I didn’t get there, but I hope you will.</p><p class=\"TEXT-JUSTIFIED-INDENT para-style-override-2\"><span class=\"em\">&mdash;</span><em><span class=\"char-style-override-1\">Warmly, Michael</span></em></p>\n                            <div id=\"ad-teads\"></div>\n              \n              \n              \n                              <div class=\"ui tertiary biography segment\">\n                  <p>Michael Ignatieff teaches at Harvard’s Kennedy School. <em>Fire and Ashes: Success and Failure in Politics</em> is about his career as former leader of the Liberal Party of Canada.</p>                </div>\n              \n              \n            </div>\n          </div>\n          <div class=\"apostrophe\"></div>\n          <div class=\"variable advertisement\" id=\"mobile-article-bottom-ad\"></div>\n          <div class=\"taboola\">\n            <div class=\"ui active flipping loader\">\n              <div class=\"shape\"></div>\n              Loading Related Articles...\n            </div>\n            <div id=\"taboola-main\"></div>\n            <div id=\"taboola-text\"></div>\n          </div>\n\n                    <div class=\"inline category\">\n            <a href=\"/tags/politics\"><img typeof=\"foaf:Image\" src=\"/sites/all/themes/tnr/assets/images/tags/tnr-politics-187x80.gif\" alt=\"Politics\" /></a>          </div>\n          \n                    <div class=\"ui basic vertical inline tag segment\">\n            <h4 class=\"ui header\">More articles tagged as</h4>\n            <div class=\"ui labels\">\n              <a href=\"/tags/politics\" class=\"ui label\">Politics</a><a href=\"/tags/politics\" class=\"ui label\">politics</a><a href=\"/tags/canada\" class=\"ui label\">canada</a><a href=\"/tags/liberal-party\" class=\"ui label\">liberal party</a><a href=\"/tags/michael-ignatieff\" class=\"ui label\">michael ignatieff</a>            </div>\n          </div>\n          \n          <div class=\"inline recirculation\">\n            <div id=\"bottomCenter\" class=\"recirculation module\">\n  <div class=\"ui two item tabular top attached menu\">\n        <a class=\"active item\" data-tab=\"related\">Related</a>\n        <a class=\"item\" data-tab=\"trending\">Trending</a>\n      </div>\n    <div class=\"ui active bottom attached piled tab segment\" data-tab=\"related\">\n    <div class=\"filter\">More Articles in <a Href=\"/tags/politics\" Itemprop=\"articleSection\" Class=\"category\">Politics</a></div>\n    <div class=\"ui relaxed bulleted list\">\n            <div href=\"/article/120668/nypds-standoff-mayor-de-blasio-exposes-class-not-race-divide\" class=\"article item\">\n  <a href=\"/article/120668/nypds-standoff-mayor-de-blasio-exposes-class-not-race-divide\">\n    The NYPD Freakout Isn't Just About Race. It's About Inequality, Too.  </a>\n</div>\n<div href=\"/article/120662/steve-scalises-david-duke-scandal-and-republicans-southern-problem\" class=\"article item\">\n  <a href=\"/article/120662/steve-scalises-david-duke-scandal-and-republicans-southern-problem\">\n    Steve Scalise's David Duke Scandal Says More About Republicans Than the Party Will Admit  </a>\n</div>\n<div href=\"/article/120661/steve-scalise-speech-david-dukes-euro-worth-losing-his-seat-over\" class=\"article item\">\n  <a href=\"/article/120661/steve-scalise-speech-david-dukes-euro-worth-losing-his-seat-over\">\n    Steve Scalise Made Compromises to Get Elected, Like Every Politician Does. Should He Lose His Seat Over Them?  </a>\n</div>\n<div href=\"/article/120658/nypd-giuliani-use-violence-condemn-opponents-liberals-do-too\" class=\"article item\">\n  <a href=\"/article/120658/nypd-giuliani-use-violence-condemn-opponents-liberals-do-too\">\n    The NYPD Is Using the Double-Murder to Dismiss Political Opponents—But Liberals Are Guilty of It, Too  </a>\n</div>\n<div href=\"/article/120636/obamas-2014-executive-actions-will-help-hillary-clintons-presidency\" class=\"article item\">\n  <a href=\"/article/120636/obamas-2014-executive-actions-will-help-hillary-clintons-presidency\">\n    Obama Went on the War Path in 2014 Not Just for His Legacy, But Hillary's Too  </a>\n</div>\n    </div>\n  </div>\n    <div class=\"ui bottom attached piled tab segment\" data-tab=\"trending\">\n    <div class=\"filter\">Popular Articles\n      <div class=\"inline ui dropdown\">\n          <span class=\"text\">Now</span>\n          <i class=\"dropdown icon\"></i>\n          <div class=\"menu\">\n            <div class=\"active item\" data-value=\"now\">Now</div>\n            <div class=\"item\" data-value=\"week\">This Week</div>\n            <div class=\"item\" data-value=\"month\">This Month</div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui relaxed ordered list\">\n            <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n  </div>          </div>\n        </div>\n\n        <div class=\"left article rail\">\n          \n          <div class=\"ui sticky\">\n            <div class=\"share module\">\n  <div class=\"social\">\n    <div class=\"vertical facebook\"\n      data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n      data-text=\"At Last, Television Shows Have Figured Out What Sex Is Like for Women\"\n      data-title=\"Share\">\n    </div>\n    <div class=\"vertical twitter\"\n      data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n      data-text=\"I Wish Someone Had Told Me This Before I Became a Politician\"\n      data-title=\"Tweet\"></div>\n  </div>\n</div>            <div id=\"house-left-rail\" style=\"margin-bottom:40px;\"></div>\n            <div class=\"tools module\">\n  <div class=\"ui vertical icon menu\">\n    <div class=\"link email item\" data-position=\"right center\"  data-content=\"E-mail this article\">\n      <i class=\"mail icon\"></i>\n    </div>\n    <div class=\"link save ui dropdown item\" data-position=\"right center\"  data-content=\"Save for Later\">\n      <i class=\"bookmark icon\"></i>\n      <div class=\"vertical menu\">\n        <div class=\"header item\">\n          Choose Service\n        </div>\n        <a class=\"item\" target=\"_blank\" href=\"http://www.instapaper.com/hello2?url=http%3A%2F%2Fwww.newrepublic.com%2Farticle%2F120169%2Fcanadas-former-liberal-party-leader-offers-advice-young-liberals&amp;title=I+Wish+Someone+Had+Told+Me+This+Before+I+Became+a+Politician&amp;description=A+letter+to+a+young+liberal.\">\n          Save to Instapaper\n        </a>\n        <a class=\"item\" target=\"_blank\" href=\"http://readability.com/save?url=http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\">\n          Save to Readability\n        </a>\n        <div class=\"item\">\n          <a data-pocket-label=\"pocket\" data-pocket-count=\"horizontal\" class=\"pocket-btn\" data-lang=\"en\"></a>\n          <script type=\"text/javascript\">\n          !function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");\n          </script>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui font dropdown link item\" data-position=\"right center\" data-content=\"Font Size\">\n      <i class=\"font icon\"></i>\n      <div class=\"menu\">\n        <div class=\"small item\" data-value=\"1/1.8\">Small</div>\n        <div class=\"active medium item\" data-value=\"\">Medium</div>\n        <div class=\"large item\" data-value=\"1.4/1.6\">Large</div>\n        <div class=\"x-large item\" data-value=\"1.5/1.65\">Extra Large</div>\n      </div>\n    </div>\n    <div class=\"link print item\" data-position=\"right center\" data-content=\"Print\">\n      <i class=\"print icon\"></i>\n    </div>\n  </div>\n</div>\n          </div>\n        </div>\n\n        <div class=\"right article rail\">\n\n<!-- Ad LR1 -->\n                      <div class=\"variable advertisement module\" id=\"rail-ad\"></div>          \n<!-- Recirc Top -->\n                      <div id=\"trending\" class=\"trending module\">\n  <div class=\"selection\">\n        Most Popular\n        <div class=\"inline ui dropdown\"  >\n      <span class=\"text\">Now</span>\n      <i class=\"dropdown icon\"></i>\n      <div class=\"menu\">\n        <div class=\"active item\" data-value=\"now\">Now</div>\n        <div class=\"item\" data-value=\"week\">This Week</div>\n        <div class=\"item\" data-value=\"month\">This Month</div>\n      </div>\n    </div>\n  </div>\n  <div class=\"ui headlines\">\n    <div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/454405788.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n      Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"    </a>\n  </h4>\n</div>\n<div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120686/personality-matters-more-intelligence-school\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/kidslede.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120686/personality-matters-more-intelligence-school\">\n      Personality Matters More Than Intelligence at School    </a>\n  </h4>\n</div>\n<div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120685/selma-lessons-ava-duvernays-film\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/selmalede.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120685/selma-lessons-ava-duvernays-film\">\n      'Selma' Ignores the Radical Grassroots Politics of the Civil Rights Movement    </a>\n  </h4>\n</div>\n<div class=\"ui active flipping loader\">\n  <div class=\"shape\"></div>\n  Loading\n</div>    <div class=\"ui active flipping loader\">\n      <div class=\"shape\"></div>\n      Loading\n    </div>\n  </div>\n</div>          \n<!-- Marginalia / House spots -->\n          <!-- Email Newsletter -->\n                                          <div class=\"newsletter module\">\n  <h5 class=\"ui dividing header\">Sign Up For The New Republic Daily</h5>\n  <p>Sign up now to get your dose of politics, culture, and big ideas with our free daily newsletter.</p>\n\n  <form class=\"ui form\" method=\"post\" action=\"http://link.newrepublic.com/s/TNR\">\n    <input type=\"hidden\" name=\"list[Master List]\" value=\"1\" />\n    <input type=\"hidden\" name=\"vars[marketing]\" value=\"TRUE\" />\n    <input type=\"hidden\" name=\"vars[source]\" value=\"daily_article\" />\n    <input type=\"hidden\" name=\"vars[tnr_daily]\" value=\"TRUE\" />\n    <div class=\"field\">\n      <div class=\"ui fluid left labeled icon input\">\n        <input type=\"text\" name=\"email\" placeholder=\"Enter e-mail\" data-validate=\"email\"  />\n        <i class=\"mail icon\"></i>\n      </div>\n    </div>\n    <div class=\"ui blue submit button\" type=\"submit\">Sign Up</div>\n    <div class=\"ui success message\">\n      <i class=\"checkmark icon\"></i>\n      Signed up!\n    </div>\n  </form>\n</div>                          <!-- Temp LR spot -->\n                          <div class=\"variable advertisement module\" id=\"extra-rail-ad\"></div>\n                      \n<!-- Regular Right Rail -->\n          \n  <!-- House ad -->\n                          <div class=\"variable advertisement module\" id=\"house-small-rectangle\"></div>            \n  <!-- Sticky Spot -->\n            <div class=\"ui sticky\">\n              <div class=\"share module\">\n  <div class=\"social\">\n    <div class=\"inline facebook\"\n      data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n      data-text=\"'Selma' Ignores the Radical Grassroots Politics of the Civil Rights Movement\"\n      data-title=\"Share\">\n    </div>\n    <div class=\"inline twitter\"\n      data-url=\"http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\"\n      data-text=\"I Wish Someone Had Told Me This Before I Became a Politician\"\n      data-title=\"Tweet\"></div>\n  </div>\n</div>              <div class=\"variable advertisement module\">\n  <div id=\"sticky-rail-ad\"></div>\n  <div id=\"tablet-sticky-rail-ad\"></div>\n</div>\n              <div class=\"ui clearing section expand divider\"></div>\n              <div class=\"ui fluid expand button\">\n                <i class=\"list layout icon\"></i> Article Tools\n              </div>\n            </div>\n\n<!-- Enhanced Right Rail -->\n                  </div><!-- end right rail -->\n\n                            <div class=\"comments\">\n            <div class=\"ui active flipping loader\">\n              <div class=\"shape\"></div>\n              Loading Comments\n            </div>\n            <div id=\"livefyre-comments\"></div>\n            <div class=\"right rail\">\n              <div class=\"ui sticky\">\n                <div id=\"bottomRight\" class=\"recirculation module\">\n  <div class=\"ui small two item secondary pointing menu\">\n    <a class=\"active blue item\" data-tab=\"trending\">Trending</a>\n        <a class=\"item\" data-tab=\"related\">Related</a>\n          </div>\n  <div class=\"ui active bottom attached stacked secondary tab segment\" data-tab=\"trending\">\n    <div class=\"filter\">Popular Articles\n      <div class=\"inline ui dropdown\">\n          <span class=\"text\">Now</span>\n          <i class=\"dropdown icon\"></i>\n          <div class=\"menu\">\n            <div class=\"active item\" data-value=\"now\">Now</div>\n            <div class=\"item\" data-value=\"week\">This Week</div>\n            <div class=\"item\" data-value=\"month\">This Month</div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui relaxed ordered list\">\n      <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n    <div class=\"ui bottom attached stacked secondary tab segment\" data-tab=\"related\">\n    <div class=\"filter\">More Articles in <a Href=\"/tags/politics\" Itemprop=\"articleSection\" Class=\"category\">Politics</a></div>\n    <div class=\"ui relaxed bulleted list\">\n      <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n    </div>              </div>\n            </div>\n          </div>\n                    </div>\n    </div>\n  </div>\n</div>\n\n<div class=\"ui very thin inverted vertical icon mobile sidebar tools module menu\">\n  <div class=\"email link item\" title=\"E-mail Story\">\n    <i class=\"mail icon\"></i>\n  </div>\n  <div class=\"link save ui dropdown item\" data-position=\"right center\"  data-content=\"Save for Later\">\n    <i class=\"bookmark icon\"></i>\n    <div class=\"vertical menu\">\n      <div class=\"header item\">\n        Choose Service\n      </div>\n      <a class=\"item\" target=\"_blank\" href=\"http://www.instapaper.com/hello2?url=http%3A%2F%2Fwww.newrepublic.com%2Farticle%2F120169%2Fcanadas-former-liberal-party-leader-offers-advice-young-liberals&amp;title=I+Wish+Someone+Had+Told+Me+This+Before+I+Became+a+Politician&amp;description=A+letter+to+a+young+liberal.\">\n        Save to Instapaper\n      </a>\n      <a class=\"item\" target=\"_blank\" href=\"http://readability.com/save?url=http://www.newrepublic.com/article/120169/canadas-former-liberal-party-leader-offers-advice-young-liberals\">\n        Save to Readability\n      </a>\n      <!--div class=\"item\">\n        <a data-pocket-label=\"pocket\" data-pocket-count=\"horizontal\" class=\"pocket-btn\" data-lang=\"en\"></a>\n        <script type=\"text/javascript\">\n        !function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");\n        </script>\n      </div!-->\n    </div>\n  </div>\n  <div class=\"ui font dropdown link item\" title=\"Font Size\"><i class=\"font icon\"></i>\n    <div class=\"menu\">\n      <div class=\"small item\" data-value=\"1/1.8\">Small</div>\n      <div class=\"active medium item\" data-value=\"\">Medium</div>\n      <div class=\"large item\" data-value=\"1.4/1.6\">Large</div>\n      <div class=\"x-large item\" data-value=\"1.5/1.65\">Extra Large</div>\n    </div>\n  </div>\n  <div class=\"print link item\" title=\"Print\"><i class=\"print icon\"></i></div>>\n</div><div class=\"ui email modal\">\n  <i class=\"close icon\"></i>\n  <div class=\"header\">\n    <img src=\"/sites/all/themes/tnr/assets/images/logo-white.png\" class=\"ui small left floated image\">\n    Share by e-mail\n  </div>\n  <div class=\"content\">\n    <form class=\"ui form\">\n      <input type=\"hidden\" name=\"form_id\" value=\"tnr_article_email_form\">\n      <input type=\"hidden\" name=\"form_build_id\" value=\"Zf81RJUC8-NI7rUjL-RKcn30qOiQp02iCHZQC9QkEgY\">\n      <input type=\"hidden\" name=\"js\" value=\"true\">\n      <div class=\"required field\">\n        <label>Friend's e-mails (separated by comma)</label>\n        <div class=\"ui input\">\n          <input type=\"email\" name=\"email_to\">\n        </div>\n      </div>\n      <div class=\"ui divider\"></div>\n      <div class=\"two required fields\">\n        <div class=\"field\">\n          <label>Your name</label>\n          <div class=\"ui input\">\n            <input type=\"text\" name=\"sender_name\">\n          </div>\n        </div>\n        <div class=\"field\">\n          <label>Your e-mail</label>\n          <div class=\"ui input\">\n            <input type=\"email\" name=\"sender_email\">\n          </div>\n        </div>\n      </div>\n      <div class=\"field\">\n        <div class=\"ui checkbox\">\n          <input type=\"checkbox\" id=\"send_copy\" name=\"send_copy\" checked>\n          <label for=\"send_copy\">Send yourself a copy</label>\n        </div>\n      </div>\n      <div class=\"field\">\n        <label>Personal message</label>\n        <textarea name=\"opt_msg\"></textarea>\n      </div>\n    </form>\n  </div>\n  <div class=\"actions\">\n    <div class=\"ui cancel button\">Cancel</div>\n    <div class=\"ui right green labeled icon approve button\">\n      <i class=\"mail icon\"></i>\n      Send E-mail\n    </div>\n  </div>\n</div></div>\n<!-- Without the following, metatags are not rendered properly -->\n\n<div class=\"ui page footer container\">\n  <div class=\"ui relaxed stackable fitted grid\">\n    <div class=\"sixteen wide mobile only center aligned column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted sitemap icon\"></i>\n      </div>\n      <h5 class=\"ui inverted header\">Sections</h5>\n      <div class=\"ui relaxed inverted fitted selection list\">\n        <a href=\"/latest\" class=\"item\">The Latest</a>\n        <a href=\"/tags/politics\" class=\"item\">Politics</a>\n        <a href=\"/tags/culture\" class=\"item\">Culture</a>\n        <a href=\"/current-issue\" class=\"item\">The Magazine</a>\n      </div>\n      <select name=\"section\" class=\"sections\">\n        <option value=\"\">More</option>\n        <optgroup label=\"Categories\">\n          <option value=\"/tags/books/\">Books</option>\n          <option value=\"/tags/economy/\">Economy</option>\n          <option value=\"/tags/film/\">Film</option>\n          <option value=\"/tags/plank/\">The Plank</option>\n          <option value=\"/tags/politics/\">Politics</option>\n          <option value=\"/tags/technology/\">Technology</option>\n          <option value=\"/tags/world/\">World</option>\n        </optgroup>\n        <optgroup label=\"New Republic\">\n          <option value=\"/current-issue\">Current Issue</option>\n          <option value=\"/page/about-new-republic\">About</option>\n          <option value=\"/page/advertise-new-republic\">Advertise</option>\n          <option value=\"/page/contact-us\">Contact Us</option>\n          <option value=\"/page/jobs-and-internships\">Jobs &amp; Internships</option>\n          <option value=\"/page/privacy-policy\" rel=\"nofollow\">Privacy Policy</option>\n          <option value=\"/tags/home-news\">Home News</option>\n          <option value=\"/tags/events\">Events</option>\n          <option value=\"/ebsco\">Archives</option>\n          <option value=\"/page/rss-feeds\">RSS</option>\n        </optgroup>\n      </select>\n    </div>\n    <div class=\"ten wide sitemap column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted sitemap icon\"></i>\n      </div>\n      <div class=\"ui three column grid\">\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">Sections</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/tags/books/\">Books</a>\n            <a class=\"item\" href=\"/tags/economy/\">Economy</a>\n            <a class=\"item\" href=\"/tags/film/\">Film</a>\n            <a class=\"item\" href=\"/tags/plank/\">The Plank</a>\n            <a class=\"item\" href=\"/tags/politics/\">Politics</a>\n            <a class=\"item\" href=\"/tags/technology/\">Technology</a>\n            <a class=\"item\" href=\"/tags/world/\">World</a>\n            <a class=\"item\" href=\"/tags/events/\">Events</a>\n          </div>\n        </div>\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">The Magazine</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/latest\">Our Latest</a>\n            <a class=\"item\" href=\"/current-issue\">Current Issue</a>\n          </div>\n          <h5 class=\"ui inverted header\">Subscriptions</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/subscription/self/footer/textlink\">Order a Subscription</a>\n            <a class=\"item\" href=\"/subscription/gift/footer/textlink\">Give a Gift</a>\n            <a class=\"item\" href=\"/page/subscriber-services\">Subscriber Services</a>\n            <a class=\"item\" href=\"/ebsco\">Archives</a>\n            <a class=\"item\" href=\"/page/frequently-asked-questions\">FAQ</a>\n          </div>\n        </div>\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">The New Republic</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/page/about-new-republic\">About</a>\n            <a class=\"item\" href=\"/page/advertise-new-republic\">Advertise</a>\n            <a class=\"item\" href=\"/newsletter\">Newsletter</a>\n            <a class=\"item\" href=\"/page/contact-us\">Contact Us</a>\n            <a class=\"item\" href=\"/page/jobs-and-internships\">Jobs &amp; Internships</a>\n            <a class=\"item\" href=\"/page/privacy-policy\" rel=\"nofollow\">Privacy Policy</a>\n            <a class=\"item\" href=\"/tags/home-news\">Home News</a>\n            <a class=\"item\" href=\"/page/rss-feeds\">RSS</a>\n          </div>\n        </div>\n      </div>\n    </div>\n    <div class=\"six wide signup column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted bullhorn icon\"></i>\n      </div>\n      <h4 class=\"ui red header\">Sign Up For The New Republic Daily</h4>\n      <p>Sign up now to get your dose of politics, culture, and big ideas with our free daily newsletter.</p>\n      <form class=\"ui form\" method=\"post\" action=\"http://link.newrepublic.com/s/TNR\">\n  <input type=\"hidden\" name=\"list[Master List]\" value=\"1\" />\n  <input type=\"hidden\" name=\"vars[marketing]\" value=\"TRUE\" />\n  <input type=\"hidden\" name=\"vars[source]\" value=\"daily_footer\" />\n  <input type=\"hidden\" name=\"vars[tnr_daily]\" value=\"TRUE\" />\n  <div class=\"field\">\n    <div class=\"ui fluid left labeled icon input\">\n      <input type=\"text\" name=\"email\" placeholder=\"Enter e-mail\" data-validate=\"email\"  />\n      <i class=\"mail icon\"></i>\n    </div>\n  </div>\n  <div class=\"ui blue submit button\" type=\"submit\">Sign Up</div>\n  <div class=\"ui success message\">\n    <i class=\"checkmark icon\"></i>\n    Signed up!\n  </div>\n</form>    </div>\n    <div class=\"six wide promo column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted bullhorn icon\"></i>\n      </div>\n      <h4 class=\"ui header\">\n        <a href=\"/subscription/self/footer/callout\">Subscribe Now</a>\n      </h4>\n      <h5 class=\"ui inverted header\">\n        Get The New Republic for <b>$19.97/year</b>\n      </h5>\n       <a class=\"ui left floated image\" href=\"/subscription/self/footer/callout\">\n        <img typeof=\"foaf:Image\" src=\"http://www.newrepublic.com/sites/default/files/styles/curr_issue_cover_footer/public/u184683/112414_cover.online_1.jpg?itok=Zntgn1W1\" alt=\"\" />      </a>\n      <div class=\"ui small inverted fitted selection list\" style=\"margin-left:0;\">\n        <a class=\"item\" href=\"/subscription/self/footer/callout\">\n          <i class=\"book icon\"></i>\n          Subscribe Now\n        </a>\n        <a class=\"item\" href=\"/subscription/gift/footer\">\n          <i class=\"gift icon\"></i>\n          Give a Gift\n        </a>\n        <a class=\"item\" href=\"/subscription/international/footer\">\n          <i class=\"globe icon\"></i>\n          International Orders\n        </a>\n        <a class=\"item\" href=\"/subscription/digital/footer\">\n          <i class=\"tablet icon\" ></i>\n          Digital Subscription\n        </a>\n      </div>\n    </div>\n  </div>\n  <a class=\"ui centered small logo image\" href=\"/\">\n    <img src=\"/sites/all/themes/tnr/assets/images/logo-white.png\">\n  </a>\n  <div class=\"social\">\n    <div class=\"slim twitter sharrre\"\n      data-user=\"tnr\"\n      data-url=\"http://www.newrepublic.com\"\n      data-title=\"Follow\"\n    ></div>\n    <div class=\"slim facebook sharrre\"\n      data-url=\"http://www.facebook.com/thenewrepublic\"\n      data-title=\"Like\">\n    </div>\n    <div class=\"slim google sharrre\"\n      data-url=\"http://www.newrepublic.com\"\n      data-title=\"Plus\">\n    </div>\n  </div>\n  <div class=\"ui mini centered divided inverted horizontal copyright link list\">\n    <div class=\"item\">\n      Copyright 2015 &copy; The New Republic.\n      All Rights Reserved.\n    </div>\n  </div>\n</div>    <div class=\"ui modal\" id=\"overlay\"></div>  <div class=\"script\">\n  <!--[if lt IE 9]>\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n  <![endif]-->\n  <!--[if (gte IE 9) | (!IE)]><!-->\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js\"></script>\n  <!--<![endif]-->\n<script type=\"text/javascript\" src=\"http://www.newrepublic.com/sites/default/files/js/js_x37Plx8_jn342x8grHO9i5dFSx-UBPtkvO0IRR288Mo.js\"></script>\n\n  <!-- Site Config !-->\n  <script src=\"/sites/all/themes/tnr/dist/minified/ui/definitions/globals/site.min.js\"></script>\n\n  <!-- Site Overlay !-->\n  <script type=\"text/javascript\">\n  $.extend(true, site.config, $.parseJSON('{\"loggedIn\":false,\"node\":{\"id\":\"120169\"},\"overlay\":{\"force_display_nodes\":[],\"targeted_overlay_nodes\":[],\"tnr_overlay_nodes\":[],\"tnr_paywall_nodes\":[],\"visit_times_targeted\":[\"1\"],\"visit_times_general\":[\"1\"],\"visit_times_paywall\":false},\"staging\":false,\"subsection\":false,\"tag\":{\"ids\":[\"17538\",\"18477\",\"20745\",\"20991\"]},\"topTerm\":\"Politics\"}'));\n  // global debug settings\n  $.site('disable debug');\n    $.site('disable console');\n    </script>\n\n  <script type=\"text/javascript\" src=\"http://www.newrepublic.com/sites/default/files/js/js_cX6tqpnqP3l8xEES-NOI5DPE2M9lID6OBoo9fVy6FjM.js\"></script>\n\n</div>  <div class=\"tracking\">\n\n  <!-- Google Remarketing -->\n  <script type=\"text/javascript\">\n  /* <![CDATA[ */\n  var\n    google_conversion_id = 993343767,\n    google_conversion_label = 'gzoeCIDN0QMQkLP42wM',\n    google_custom_params = window.google_tag_params,\n    google_remarketing_only = true\n  ;\n  /* ]]> */\n  </script>\n  <script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\"></script>\n\n  <!-- Quantcast Script -->\n  <script type=\"text/javascript\">\n  _qoptions={\n    qacct : 'p-abwxcJNao5fsc'\n  };\n  </script>\n  <script type=\"text/javascript\" src=\"http://edge.quantserve.com/quant.js\"></script>\n\n  <!-- Parse.ly -->\n  <div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"tnr.com\"></div>\n  </div>\n  <script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n  </script>\n \n    <!-- START horizon sailthru -->\n  <script type=\"text/javascript\">\n    (function() {\n      function loadHorizon() {\n        var s = document.createElement('script');\n        s.type = 'text/javascript';\n        s.async = true;\n        s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n        var x = document.getElementsByTagName('script')[0];\n        x.parentNode.insertBefore(s, x);\n      }\n      loadHorizon();\n      var oldOnLoad = window.onload;\n      window.onload = function() {\n        if (typeof oldOnLoad === 'function') {\n          oldOnLoad();\n        }\n        Sailthru.setup({\n          domain: 'horizon.newrepublic.com'\n        });\n      };\n    })();\n  </script>\n  \n  <!-- Nielsen Online SiteCensus V6.0 -->\n  <script type=\"text/javascript\">\n    (function () {\n      var image = new Image(1, 1);\n      image.onerror = image.onload = function () {\n        image.onerror = image.onload = null;\n      };\n      image.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-106312h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n    })();\n  </script>\n\n  <!-- AdRoll -->\n  <script type=\"text/javascript\">\n  adroll_adv_id = \"SIJVU24MGJE47PAYLLPPOJ\";\n  adroll_pix_id = \"6WNJ733UAJGY3LIFHE43PT\";\n  (function () {\n  var oldonload = window.onload;\n  window.onload = function(){\n     __adroll_loaded=true;\n     var scr = document.createElement(\"script\");\n     var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n     scr.setAttribute('async', 'true');\n     scr.type = \"text/javascript\";\n     scr.src = host + \"/j/roundtrip.js\";\n     ((document.getElementsByTagName('head') || [null])[0] ||\n      document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n     if(oldonload){oldonload()}};\n  }());\n  </script>\n\n  <!-- ChartBeat -->\n  <script type=\"text/javascript\">\n  var _sf_async_config={uid:34517,domain:\"tnr.com\"};\n  _sf_async_config.useCanonical = true;\n  (function(){\n    function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n  </script>\n\n\n  <div class=\"pixels\">\n    <!-- Collective Media pixel -->\n    <img src=\"http://b.collective-media.net/seg/cm/l1dd\" width=\"1\" height=\"1\" />\n    <noscript>\n      <!-- Quantcast Pixel -->\n      <img src=\"http://pixel.quantserve.com/pixel/p-abwxcJNao5fsc.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n      <!-- Google Re-marketing Pixel -->\n      <img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/993343767/?value=0&amp;label=gzoeCIDN0QMQkLP42wM&amp;guid=ON&amp;script=0\"/>\n      <!-- Neilsen Census Pixel -->\n      <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-106312h&amp;cg=0&amp;cc=1&amp;ts=noscript\"\n      width=\"1\" height=\"1\" alt=\"\" />\n      <!-- ComScore -->\n      <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=15230262&cv=2.0&cj=1\" />\n    </noscript>\n  </div>\n</div><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-2.newrelic.com\",\"licenseKey\":\"71240f55fe\",\"applicationID\":\"2735134\",\"transactionName\":\"YFRUZkcECEcHV0ZaXFked1FBDAlaSVpdV1ZoQVdVUDoQXQND\",\"queueTime\":0,\"applicationTime\":264,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"TBNXEA8eG0k=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/tnr.com2.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <!-- Standard Meta -->\n  <meta charset=\"utf-8\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"UgQAVVVQGwEHV1RTBAU=\"};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]);</script>\n\n  <!-- Site Properities -->\n  <title>Global Warming Threshold: What 2 Degrees Celsius (3.6 F) Looks Like | The New Republic</title>\n\n  \n  <!-- Mobile Properities -->\n  <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-57x57.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-72x72.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-114x114.png\" />\n  <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/themes/tnr/assets/images/apple/apple-icon-144x144.png\" />\n\n  <meta name=\"apple-mobile-web-app-title\" content=\"New Republic\">\n  <meta name=\"google-site-verification\" content=\"yjAiUZ-nXs91TSe9Er7xAnQBp2C8V2gg-mpTF7aZh20\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n  <!-- Social Properities -->\n  <meta property=\"twitter:account_id\" content=\"82689705\" />\n  <meta property=\"fb:app_id\" content=\"219642118178156\" />\n  <meta property=\"fb:admins\" content=\"100001770781440\" />\n  <meta property=\"fb:admins\" content=\"19000185\" />\n  <meta property=\"fb:admins\" content=\"2400669\" />\n  <meta property=\"fb:admins\" content=\"600931\" />\n  <meta property=\"fb:admins\" content=\"5\" />\n  <link href=\"https://plus.google.com/+thenewrepublic/\" rel=\"publisher\" />\n\n  <meta name=\"parsely-page\" content='{\"title\":\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\",\"link\":\"http:\\/\\/www.newrepublic.com\\/article\\/120578\\/global-warming-threshold-what-2-degrees-celsius-36-f-looks\",\"section\":\"Environment\",\"pub_date\":\"2014-12-21T20:00:00-05:00\",\"post_id\":\"120578\",\"author\":\"Rebecca Leber\",\"type\":\"post\",\"tags\":[\"Environment\",\"Politics\",\"QED\",\"Climate\",\"Climate Change\",\"Environment\"]}' />\n  <link rel=\"canonical\" href=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\" />\n<meta property=\"og:image\" content=\"http://www.newrepublic.com/sites/default/files/the-road.jpg\" />\n<meta property=\"og:image:type\" content=\"image/jpeg\" />\n<meta property=\"og:image:width\" content=\"1250\" />\n<meta property=\"og:image:height\" content=\"517\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta name=\"twitter:description\" content=\"What does a 3.6-degree increase in global temperatures really mean?\" />\n<meta property=\"sailthru.rubric\" content=\"Environment\" />\n<meta name=\"keywords\" content=\"Environment, Politics, QED, Climate, Climate Change, Environment\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The New Republic\" href=\"http://www.newrepublic.com/rss.xml\" />\n<link rel=\"shortcut icon\" href=\"http://www.newrepublic.com/sites/default/files/newrepublic-icon.ico\" type=\"image/vnd.microsoft.icon\" />\n<meta name=\"sailthru.articleID\" content=\"120578\" />\n<meta name=\"parsely-metadata\" content='{\"thumb_image\":\"http:\\/\\/www.newrepublic.com\\/sites\\/default\\/files\\/styles\\/homepage_bottom_feature\\/public\\/the-road.jpg?itok=sc5At3oT\"}' /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"The New Republic | The Plank\" href=\"http://www.newrepublic.com/plank-rss.xml\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:image:src\" content=\"http://www.newrepublic.com/sites/default/files/styles/large/public/the-road.jpg?itok=oP92Hibm\" />\n<meta property=\"author\" content=\"Rebecca Leber\" />\n<meta name=\"twitter:creator\" content=\"@rebleber\" />\n<meta property=\"article:section\" content=\"Politics\" />\n<meta property=\"article:published_time\" content=\"2014-12-21T20:00:00-05:00\" />\n<meta property=\"dcterms.creator\" content=\"Rebecca Leber\" />\n<meta property=\"sailthru.date\" content=\"2014-12-21 20:00:00\" />\n<meta name=\"twitter:site\" content=\"@tnr\" />\n<meta name=\"twitter:title\" content=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\" />\n<meta property=\"sailthru.author\" content=\"Rebecca Leber\" />\n<meta property=\"article:tag\" content=\"Environment\" />\n<meta name=\"description\" content=\"What does a 3.6-degree increase in global temperatures really mean?\" />\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\" />\n<meta property=\"og:site_name\" content=\"The New Republic\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:url\" content=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\" />\n<meta property=\"og:title\" content=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\" />\n<meta property=\"og:description\" content=\"What does a 3.6-degree increase in global temperatures really mean?\" />\n<meta name=\"dcterms.date\" content=\"2014-12-21T20:00-05:00\" />\n<meta name=\"dcterms.type\" content=\"Text\" />\n<meta name=\"dcterms.format\" content=\"text/html\" />\n<meta name=\"dcterms.identifier\" content=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\" />\n<meta name=\"dcterms.language\" content=\"und\" />\n  <link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_4hPmAO_Nvj6jiRjsl7yjW6iGzgIXcDYAzsF_zjCZPRU.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_DYhPx8mcOUU8H1Vo19uAAZ2AwdTpk52dNSDIhaPFou0.css\" media=\"all\" />\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://www.newrepublic.com/sites/default/files/css/css_m16U8G5TUJP-3AqUH142AI_xaLdA6OZzARxwbg_MIVY.css\" media=\"all\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/sites/all/themes/tnr/build/devices/print.css\" media=\"print\">\n  <!-- Reset JS before Page Load !-->\n<script src=\"/sites/all/themes/tnr/javascript/reset.js\"></script>\n  <!-- Google Analytics -->\n<script type=\"text/javascript\">\n  var _gaq = _gaq || [];\n  var pluginUrl =\n '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\n  _gaq.push(['_setAccount', 'UA-10465183-1']);\n  _gaq.push(['_setDomainName', 'newrepublic.com']);\n  _gaq.push(['_trackPageview']);\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n\n<!-- comScore -->\n<script>\nvar _comscore = _comscore || [];\n_comscore.push({ c1: \"2\", c2: \"15230262\" });\n(function() {\nvar s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;\ns.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";\nel.parentNode.insertBefore(s, el);\n})();\n</script>  \n<!-- Google Ads -->\n<script type=\"text/javascript\">\n<!--//--><![CDATA[//><!--\n\n// pusher\nwindow.googletag     = window.googletag || {}\nwindow.googletag.cmd = window.googletag.cmd || [];\n\n// loader\n(function() {\n  var\n    gads   = document.createElement('script'),\n    useSSL = 'https:' == document.location.protocol,\n    node\n  ;\n  gads.async = true;\n  gads.type  = 'text/javascript';\n  gads.src   = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';\n  node       = document.getElementsByTagName('script')[0];\n  node.parentNode.insertBefore(gads, node);\n})();\n//--><!]]>\n</script>\n\n<style>\n.leaderboard.advertisement {\n  width:728px;\n  height:90px;\n}\n</style>\n\n<!-- Google Ad Leaderboards -->\n<script type=\"text/javascript\">\n// push ads available on all pages onready without jquery (not available till end of page)\ndocument.onreadystatechange = function () {\n  var\n    state = document.readyState\n  ;\n  if (state === 'interactive' && window.site !== undefined) {\n    site.utilities.load.ads([\n      {\n        name  : '/25738720/Web-LB0',\n        id    : 'leaderboard-ad',\n        sizes : [\n          [728, 90]\n        ]\n      },\n      {\n        name  : '/25738720/Mobile-LB1',\n        id    : 'mobile-leaderboard-ad',\n        sizes : [\n          [320, 50]\n        ]\n      }\n    ]);\n  }\n};\n</script>\n\n</head>\n<body id=\"article\" >\n    <!-- Header !-->\n\n\n  <div class=\"ui page navigation container\">\n\n    <div class=\"leaderboard advertisement\" id=\"leaderboard-ad\"></div>\n<div class=\"mobile advertisement\" id=\"mobile-leaderboard-ad\"></div>    <div class=\"ui relaxed fitted grid\">\n      <div class=\"left column\">\n                <h2>New Republic</h2>\n                <span itemscope itemtype=\"http://schema.org/Organization\">\n          <a class=\"logo ui image\" itemprop=\"url\" href=\"/\" >\n            <img itemprop=\"logo\" src=\"/sites/all/themes/tnr/assets/images/logo-100-slim.png\">\n          </a>\n        </span>\n        <div class=\"ui compact basic large mobile button\">\n          <i class=\"list layout icon\"></i> Menu\n        </div>\n        <nav class=\"ui divided horizontal category list\">\n          <a href=\"/tags/politics\" class=\"item\">Politics</a>\n          <a href=\"/tags/culture\" class=\"item\">Culture</a>\n          <a href=\"/current-issue\" class=\"item\">Magazine</a>\n        </nav>\n        <nav class=\"ui horizontal sub category list\">\n          <a href=\"/latest\" class=\"item\">The Latest</a>\n          <a href=\"/qed\" class=\"item\">Q.E.D.</a>\n          <a href=\"/tags/books\" class=\"item\">Books</a>\n          <a href=\"/climate\" class=\"item\">Climate</a>\n<!--           <a href=\"/project/next-republic\" class=\"sponsored item\">\n            Next Republic\n            <i class=\"triangle down icon\"></i>\n          </a>\n -->        </nav>\n        <div class=\"ui sponsored wide popup\">\n          <div class=\"ui four column fitted grid\">\n            <div class=\"column\">\n              <a href=\"/project/next-republic\">\n                <img class=\"ui image\" src=\"/sites/all/themes/tnr/assets/images/suisse/next-republic-navcallout.jpg\" alt=\"Next Republic\">\n              </a>\n            </div>\n              <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120570/new-republic-exploring-identity-survey-results\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/identity_cover-04.png?itok=0_GecQoo\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120570/new-republic-exploring-identity-survey-results\">\n          How Do Our Readers Think About Personal Identity?        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/new-republic\">The New Republic</a>      </div>\n    </div>\n  </div>\n  <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120362/new-photobook-epilogue-explores-bulimia-its-aftermath\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/epiloguebetterlede.jpg?itok=qvcPAxaJ\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120362/new-photobook-epilogue-explores-bulimia-its-aftermath\">\n          What It's Like to Lose a Daughter to an Eating Disorder        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/molly-mirhashem\">Molly Mirhashem</a>      </div>\n    </div>\n  </div>\n  <div class=\"column\">\n    <div class=\"ui headline\">\n      <h3 class=\"ui rubric header\">\n        <a href=\"/tags/identity\" class=\"title\">Identity</a>      </h3>\n      <a class=\"ui image\" href=\"/article/120419/lilting-better-depiction-asian-americans-tv-and-movies\">\n                <img src=\"http://www.newrepublic.com/sites/default/files/styles/latest/public/7f1498792129ca24a1c9897d2f89a2a8.jpg?itok=7UQFlp9n\" />\n              </a>\n      <h3 class=\"ui header\">\n        <a href=\"/article/120419/lilting-better-depiction-asian-americans-tv-and-movies\">\n          Finally a Movie That Captures What It's Like to Be Asian American        </a>\n        <div class=\"sub header\">\n                  </div>\n      </h3>\n      <div class=\"author\">\n        <a href=\"/authors/elaine-teng\">Elaine Teng</a>      </div>\n    </div>\n  </div>\n          </div>\n        </div>\n      </div>\n      <div class=\"right column\">\n              <div class=\"ui right floated red subscribe buttons\">\n          <div class=\"ui dropdown button\">\n            <a target=\"_blank\" href=\"/subscription/self/header\">Subscribe Now</a>\n            <i class=\"dropdown icon\"></i>\n            <div class=\"menu\">\n              <a class=\"item\" href=\"/subscription/self/dropdown\">Order a Subscription</a>\n              <a class=\"item\" href=\"/subscription/gift/header\">Give a Gift</a>\n              <a class=\"item\" href=\"/subscription/international/header\">International Orders</a>\n              <a class=\"item\" href=\"/subscription/canada/header\">Canadian Orders</a>\n              <a class=\"item\" href=\"/subscription/digital/header\">Digital Subscription</a>\n            </div>\n          </div>\n        </div>\n        <div class=\"ui small secondary user menu\">\n          <a class=\"login item\">Sign In</a><div class=\"ui login popup\"><form class=\"ui form\" action=\"/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks?destination=node/120578\" method=\"post\" id=\"user-login-form\" accept-charset=\"UTF-8\"><div><div class=\"field\"><div class=\"form-item form-type-textfield form-item-name\">\n  <label for=\"edit-name--2\">E-mail Address </label>\n <span class=\"field-prefix\"><a href=\"/subscription/self/header\" data-content=\"User accounts are for The New Republic subscribers only. Click here to gain full access to the site.\" data-title=\"Get Complete Access\" tabindex=\"5\" class=\"create\">Subscribe for Access</a><div class=\"ui left icon input\"><i class=\"mail icon\"></i></span> <input tabindex=\"1\" autocomplete=\"email\" data-validate=\"username\" type=\"text\" id=\"edit-name--2\" name=\"name\" value=\"\" maxlength=\"60\" class=\"form-text\" /> <span class=\"field-suffix\"></div></span>\n</div>\n</div><div class=\"field\"><div class=\"form-item form-type-password form-item-pass\">\n  <label for=\"edit-pass--2\">Password </label>\n <span class=\"field-prefix\"><a class=\"forgot\" tabindex=\"6\" href=\"/customer-service\">Forgot Your Password?</a><div class=\"ui left icon input\"><i class=\"lock icon\"></i></span> <input tabindex=\"2\" data-validate=\"password\" type=\"password\" id=\"edit-pass--2\" name=\"pass\" maxlength=\"128\" class=\"form-text\" /> <span class=\"field-suffix\"></div></span>\n</div>\n</div><div class=\"ui inline field\"><div class=\"ui checkbox\"><div class=\"form-item form-type-checkbox form-item-remember-me\">\n <input tabindex=\"3\" type=\"checkbox\" id=\"edit-remember-me--2\" name=\"remember_me\" value=\"1\" checked=\"checked\" class=\"form-checkbox\" />  <label class=\"option\" for=\"edit-remember-me--2\">Remember me on this computer </label>\n\n</div>\n</div></div><input type=\"hidden\" name=\"form_build_id\" value=\"form-eKbnwfn82smP36WcsF4HV19pYZyrdp_L7ArbvhAJUME\" />\n<input type=\"hidden\" name=\"form_id\" value=\"user_login_block\" />\n<div class=\"form-actions form-wrapper\" id=\"edit-actions--2\"><input tabindex=\"4\" class=\"ui submit button form-submit\" type=\"submit\" id=\"edit-submit--2\" name=\"op\" value=\"Sign In\" /></div></div></form></div>        </div>\n              <div class=\"ui search\">\n          <div class=\"ui small icon input\">\n            <input class=\"prompt\" type=\"text\" name=\"q\" autocomplete=\"off\" placeholder=\"Search...\">\n            <i class=\"search icon\"></i>\n          </div>\n          <div class=\"results\"></div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui fluid inverted vertical logged-out mobile menu\">\n      <a class=\"item\" href=\"/page/account-information\">Sign In</a>\n      <a class=\"item\" href=\"/subscription/self/header\">Subscribe</a>\n      <div class=\"header item\">Sections</div>\n      <a href=\"/latest\" class=\"item\">The Latest</a>\n      <a href=\"/qed\" class=\"item\">QED</a>\n      <a href=\"/tags/politics\" class=\"item\">Politics</a>\n      <a href=\"/tags/culture\" class=\"item\">Culture</a>\n      <a href=\"/climate\" class=\"item\">Climate</a>\n      <a href=\"/current-issue\" class=\"item\">The Magazine</a>\n      <!-- <a href=\"/tags/future-work\" class=\"item\">Next Republic</a> -->\n    </div>\n  </div>\n\n<div class=\"page body\">\n    <script type=\"text/javascript\">\nsite.page.config = {\n  enablePaywall: false,\n  adInterval : 30,\n    ads        : [\n    {\n      name  : '/25738720/Web-LR1',\n      id    : 'rail-ad',\n      sizes : [\n        [300, 250],\n        [300, 600],\n        [300, 1050]\n      ]\n    },\n    {\n      name  : '/25738720/Web-LR2',\n      id    : 'sticky-rail-ad',\n      sizes : [\n        [300, 250],\n        [300, 600]\n      ]\n    },\n    {\n      name  : '/25738720/Web-LR3',\n      id    : 'extra-rail-ad',\n      sizes : [\n        [300, 250]\n      ]\n    },\n    {\n      name  : '/25738720/Web-SR1',\n      id    : 'house-small-rectangle',\n      sizes : [\n        [300, 100]\n      ]\n    },\n    {\n      name  : '/25738720/Web-Teads1',\n      id    : 'ad-teads',\n      sizes : [\n        [1, 1]\n      ]\n    },\n    {\n      name  : '/25738720/Web-C-80x80',\n      id    : 'house-left-rail',\n      sizes : [\n        [80, 80]\n      ]\n    },\n    {\n      name  : '/25738720/Mobile-WS1',\n      id    : 'tablet-sticky-rail-ad',\n      sizes : [\n        [160, 600]\n      ]\n    },\n    {\n      name  : '/25738720/Mobile-LR1',\n      id    : 'mobile-article-bottom-ad',\n      sizes : [\n        [300, 250],\n        [300, 600]\n      ]\n    }\n  ]\n  };\n</script>\n\n<div class=\"ui page content container\">\n    <div class=\"story image\"\n    data-image=\"http://www.newrepublic.com/sites/default/files/the-road.jpg\"\n      >\n    <div class=\"ui active flipping loader\">\n      <div class=\"shape\"></div>\n    </div>\n      </div>\n  <img src=\"http://www.newrepublic.com/sites/default/files/styles/static_cover_img_500/public/the-road.jpg?itok=NsXCRwMf\" class=\"ui fluid inline image\" alt=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\">\n  \n  <div class=\"article container\" itemscope itemtype=\"http://schema.org/Article\">\n\n    <div class=\"header\">\n      <div class=\"story title\">\n                  <a href=\"/tags/environment\" itemprop=\"articleSection\" class=\"category\">Environment</a>                <h5 class=\"date\" itemprop=\"datePublished\"><span property=\"dc:date dc:created\" content=\"2014-12-21T20:00:00-05:00\" datatype=\"xsd:dateTime\">December 21, 2014</span></h5>\n        <h1 class=\"title\">\n          <span class=\"headline\" itemprop=\"name\">This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point</span>\n                  </h1>\n      </div>\n    </div>\n    <div class=\"content\">\n      <div class=\"story\">\n        <div class=\"inline tools\">\n          <div class=\"share module\">\n            <div class=\"twitter slim\"\n              data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n              data-text=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\"\n              data-title=\"Tweet\">\n            </div>\n            <div class=\"facebook slim\"\n              data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n              data-text=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\"\n              data-title=\"Share\">\n            </div>\n          </div>\n        </div>\n        <div class=\"tracking\">\n          <div class=\"body text\">\n                        <h5 class=\"ui author dividing header\">\n              By <a href=\"/authors/rebecca-leber\" itemprop=\"author\" rel=\"author\">Rebecca Leber</a> <span class=\"twitter\"><i class=\"twitter icon\"></i> <a href=\"https://twitter.com/rebleber\" target=\"_blank\">@rebleber</a></span>                          </h5>\n                        \n                                    <div class=\"body\" itemprop=\"articleBody\" >\n              <p class=\"p1\"><span class=\"dropcap\">T</span>he de facto assumption of climate change policy is that the world must limit the increase in global temperatures to 3.6 degrees Fahrenheit (2 degrees Celsius) above pre-Industrial levels, or risk hitting a tipping point where the impact becomes irreversible. The figure dates back to 1975, when economist William Nordhaus suggested that more than 3.6 degrees of warming would “take the climate outside of the range of observations which have been made over the last several hundred thousand years.” By the 1990s, 3.6 degrees gained traction in the scientific community and then in politics, when the European Council argued in 1996 that 3.6 degrees should be the United Nations’ red line for global warming. It wasn’t until four years ago, at a climate conference in Cancun, Mexico, that countries finally committed to “hold the increase in global average temperatures below” 3.6 degrees.</p><p class=\"p1\">Despite being almost 40 years old, this temperature threshold remains <a href=\"http://www.nytimes.com/2014/12/16/science/earth/is-a-two-degree-limit-on-global-warming-off-target.html?_r=0\">controversial</a><span class=\"em\">&mdash;</span>and for good reason. One: It's rather arbitrary. Two: It's unrealistic. To stay within 3.6 degrees, global carbon pollution would have to begin coming down in the <a href=\"http://www.climatecentral.org/news/world-carbon-emissions-gap-18353\">next decade</a>, according to the United Nations Environmental Program Emissions Gap Report. The world would have to reach zero net greenhouse gas emissions before the end of the century.</p><p class=\"p1\">In other words, we're nowhere near where we need to be to stay under this target. Pollution continues to rise, and global temperatures are already locked in for warming that puts the planet two-thirds of the way there, currently around <a href=\"http://www.nytimes.com/2014/08/27/science/earth/greenhouse-gas-emissions-are-growing-and-growing-more-dangerous-draft-of-un-report-says.html?_r=0\">1.5 degrees</a> above pre-industrial level temperatures, counting the pollution we've emitted and will continue to emit in the short-term to medium-term.</p><p class=\"p1\">As it becomes clear that international talks will fall short of meeting this target, some are calling to abandon it altogether. </p><p class=\"p1\">A paper in <a href=\"http://www.nature.com/news/climate-policy-ditch-the-2-c-warming-goal-1.16018\"><em>Nature</em></a><em> </em>in October argued that we should instead measure various \"vital signs,” like looking at extreme events around the planet. Negotiators at the December climate talks in Lima, Peru, have recognized that the proposed cuts mean accepting warming anywhere <a href=\"http://www.nytimes.com/2014/12/01/world/climate-talks.html\">between 4 and 10 degrees</a>. While many point out that 3.6 degrees is unrealistically low, <a href=\"http://www.nytimes.com/2014/12/16/science/earth/is-a-two-degree-limit-on-global-warming-off-target.html?_r=0\">scientists are meeting to reconsider</a> whether this target is already too high. </p><p class=\"p1\">NASA Goddard Institute for Space Studies climatologist Gavin Schmidt likened the 3.6 threshold to a speed limit: Going over the speed limit doesn't ensure disaster, but it certainly raises the risk of it. “It means the faster you’re going around that curve, the more dangerous it is going to be,” he said. “What any one person might judge as a level that can be adapted to is going to be very dependent on where they’re coming from, what their culture is, how resilient they are, and how much money they have to adapt.\"</p><p class=\"p1\"> </p><p class=\"p1\"><span class=\"dropcap\">L</span>et's say we resign ourselves to a future reality where global temperatures are twice the current target. This future is not all that unlikely, since “present emission trends put the world plausibly on a path toward” 7.2 degrees Fahrenheit (4°C) warming by the end of the century, according to a 2014 report from the <a href=\"http://www-wds.worldbank.org/external/default/WDSContentServer/WDSP/IB/2012/12/20/000356161_20121220072749/Rendered/PDF/NonAsciiFileName0.pdf\">World Bank</a>.</p><p class=\"p1\">At that level, what might the planet look like? </p><p><div class=\"pull-right\"><div><a href=\"http://wp.newrepublic.com/wp-content/uploads/2014/12/Back-Bay-0-feet.gif\" class=\"lightbox\"><img src=\"http://wp.newrepublic.com/wp-content/uploads/2014/12/Back-Bay-0-feet.gif\" height=\"415\" width=\"624\" /></a></div><div class=\"caption\"><div class=\"credit\">Mashable</div><div class=\"caption-text\">A visualization of sea level rise in Boston.</div></div></div></p><p><div class=\"pull-right\"><div><a href=\"http://wp.newrepublic.com/wp-content/uploads/2014/12/Statue-of-Liberty-0-feet.gif\" class=\"lightbox\"><img src=\"http://wp.newrepublic.com/wp-content/uploads/2014/12/Statue-of-Liberty-0-feet.gif\" height=\"409\" width=\"624\" /></a></div><div class=\"caption\"><div class=\"credit\">Mashable</div><div class=\"caption-text\">A visualization of sea level rise in New York.</div></div></div></p><p class=\"p1\">In starker language than what scientists normally use, the report described the impacts at 7.2 degrees as \"devastating,\" stating, \"given that uncertainty remains about the full nature and scale of impacts, there is also no certainty that adaptation to a 4°C world is possible. This world means \"communities, cities and countries would experience severe disruptions, damage, and dislocation, with many of these risks spread unequally.\" </p><p class=\"p1\">Scientists believe that 3.6 degrees is roughly the temperature at which the expansive ice sheets in Greenland and West Antarctica become unstable and melt at an unstoppable rate. If the West Antarctic ice sheet melted entirely, it would raise sea levels by more than 10 feet. If Greenland’s ice sheet melted away, add another 23 feet. It's still a matter of contention how many centuries this would take, but a number of studies this year show these ice sheets melting at an alarming rate. <a href=\"http://www.washingtonpost.com/blogs/wonkblog/wp/2014/12/15/scientists-are-worried-greenland-might-melt-even-faster-than-expected/?tid=pm_business_pop\">In the last month, four studies </a>show these ice sheets may be more unstable than previous models, which would mean current projections of sea level rise, of up to <a href=\"nca2014.globalchange.gov/report/our-changing-climate/sea-level-rise\">4 feet</a> by the century's end, are too conservative. One of these analyses, from NASA and the University of California at Irvine, shows that western Antarctica lost water that's equivalent to the weight of <a href=\"http://news.uci.edu/press-releases/west-antarctic-melt-rate-has-tripled-uc-irvine-nasa/\">Mt. Everest</a> every two years for the past 21 years. </p><p class=\"p1\">This would change the world map as we know it. Some <a href=\"http://www.climatecentral.org/news/u.s.-with-10-feet-of-sea-level-rise-17428\">12.3 million</a> people live on U.S. land that would go underwater if the sea rises by 10 feet. <a href=\"http://sealevel.climatecentral.org/\">Climate Central</a> shows who in the U.S. would be affected:</p><p><iframe src=\"http://sealevel.climatecentral.org/surgingseas/widget/\" width=\"480\" height=\"435\"></iframe></p><p class=\"p1\">Uncontrolled climate change would also fuel greater extremes across the world. We’re already experiencing hotter average temperatures; the first 11 months of 2014 means this year is on track to be the hottest year recorded. Those effects grow even worse in a world that's 7.2 degrees warmer than pre-industrial times. The coolest months in tropical regions are likely to be \"substantially warmer than the warmest months in the 20th century,\" according to the World Bank. The summer months in the Mediterranean, North Africa, and the Middle East will exceed today's heat extremes. Parts of Africa, the Middle East, and South Asia will face devastating droughts as temperatures rise. Food production <a href=\"http://www.huffingtonpost.com/2014/12/18/climate-change-food-production_n_6349164.html\">will plummet</a> and water supplies will be drained, even as the world population rises. No doubt, the frequency and severity of human conflict will rise right along with it.</p>\n                            <div id=\"ad-teads\"></div>\n              \n              \n              \n              \n              \n            </div>\n          </div>\n          <div class=\"apostrophe\"></div>\n          <div class=\"variable advertisement\" id=\"mobile-article-bottom-ad\"></div>\n          <div class=\"taboola\">\n            <div class=\"ui active flipping loader\">\n              <div class=\"shape\"></div>\n              Loading Related Articles...\n            </div>\n            <div id=\"taboola-main\"></div>\n            <div id=\"taboola-text\"></div>\n          </div>\n\n                    <div class=\"inline category\">\n            <a href=\"/tags/politics\"><img typeof=\"foaf:Image\" src=\"/sites/all/themes/tnr/assets/images/tags/tnr-politics-187x80.gif\" alt=\"Politics\" /></a>          </div>\n          \n                    <div class=\"ui basic vertical inline tag segment\">\n            <h4 class=\"ui header\">More articles tagged as</h4>\n            <div class=\"ui labels\">\n              <a href=\"/tags/environment\" class=\"ui label\">Environment</a><a href=\"/tags/politics\" class=\"ui label\">politics</a><a href=\"/tags/qed\" class=\"ui label\">qed</a><a href=\"/tags/climate\" class=\"ui label\">climate</a><a href=\"/tags/climate-change\" class=\"ui label\">climate change</a><a href=\"/tags/environment\" class=\"ui label\">environment</a>            </div>\n          </div>\n          \n          <div class=\"inline recirculation\">\n            <div id=\"bottomCenter\" class=\"recirculation module\">\n  <div class=\"ui two item tabular top attached menu\">\n        <a class=\"active item\" data-tab=\"related\">Related</a>\n        <a class=\"item\" data-tab=\"trending\">Trending</a>\n      </div>\n    <div class=\"ui active bottom attached piled tab segment\" data-tab=\"related\">\n    <div class=\"filter\">More Articles in <a Href=\"/tags/environment\" Itemprop=\"articleSection\" Class=\"category\">Environment</a></div>\n    <div class=\"ui relaxed bulleted list\">\n            <div href=\"/article/120654/pope-francis-will-make-climate-change-2015-cause\" class=\"article item\">\n  <a href=\"/article/120654/pope-francis-will-make-climate-change-2015-cause\">\n    Pope Francis Has Declared War on Climate Deniers  </a>\n</div>\n<div href=\"/article/120628/environmental-wish-list-obama-2015\" class=\"article item\">\n  <a href=\"/article/120628/environmental-wish-list-obama-2015\">\n    Obama Made Environmentalists Very Happy This Year. Here's What He Needs to Do to Keep It That Way in 2015.  </a>\n</div>\n<div href=\"/article/120616/first-epa-regulation-coal-ash-weak-environmentalists-say\" class=\"article item\">\n  <a href=\"/article/120616/first-epa-regulation-coal-ash-weak-environmentalists-say\">\n    EPA Just Saved Utilities a Lot of Money With Weak Coal Ash Regulation  </a>\n</div>\n<div href=\"/article/120592/cuomo-listens-scientists-new-york-state-fracking-ban\" class=\"article item\">\n  <a href=\"/article/120592/cuomo-listens-scientists-new-york-state-fracking-ban\">\n    Andrew \"I'm Not a Scientist\" Cuomo Listens to Scientists on Fracking  </a>\n</div>\n<div href=\"/article/120560/cop20-climate-conference-concludes-weaker-text\" class=\"article item\">\n  <a href=\"/article/120560/cop20-climate-conference-concludes-weaker-text\">\n    The Watered-Down Climate Deal Won't Be Enough to Stop Global Warming  </a>\n</div>\n    </div>\n  </div>\n    <div class=\"ui bottom attached piled tab segment\" data-tab=\"trending\">\n    <div class=\"filter\">Popular Articles\n      <div class=\"inline ui dropdown\">\n          <span class=\"text\">Now</span>\n          <i class=\"dropdown icon\"></i>\n          <div class=\"menu\">\n            <div class=\"active item\" data-value=\"now\">Now</div>\n            <div class=\"item\" data-value=\"week\">This Week</div>\n            <div class=\"item\" data-value=\"month\">This Month</div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui relaxed ordered list\">\n            <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n  </div>          </div>\n        </div>\n\n        <div class=\"left article rail\">\n          \n          <div class=\"ui sticky\">\n            <div class=\"share module\">\n  <div class=\"social\">\n    <div class=\"vertical facebook\"\n      data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n      data-text=\"At Last, Television Shows Have Figured Out What Sex Is Like for Women\"\n      data-title=\"Share\">\n    </div>\n    <div class=\"vertical twitter\"\n      data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n      data-text=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\"\n      data-title=\"Tweet\"></div>\n  </div>\n</div>            <div id=\"house-left-rail\" style=\"margin-bottom:40px;\"></div>\n            <div class=\"tools module\">\n  <div class=\"ui vertical icon menu\">\n    <div class=\"link email item\" data-position=\"right center\"  data-content=\"E-mail this article\">\n      <i class=\"mail icon\"></i>\n    </div>\n    <div class=\"link save ui dropdown item\" data-position=\"right center\"  data-content=\"Save for Later\">\n      <i class=\"bookmark icon\"></i>\n      <div class=\"vertical menu\">\n        <div class=\"header item\">\n          Choose Service\n        </div>\n        <a class=\"item\" target=\"_blank\" href=\"http://www.instapaper.com/hello2?url=http%3A%2F%2Fwww.newrepublic.com%2Farticle%2F120578%2Fglobal-warming-threshold-what-2-degrees-celsius-36-f-looks&amp;title=This+Is+What+Our+Hellish+World+Will+Look+Like+After+We+Hit+the+Global+Warming+Tipping+Point&amp;description=What+does+a+3.6-degree+increase+in+global+temperatures+really+mean%3F\">\n          Save to Instapaper\n        </a>\n        <a class=\"item\" target=\"_blank\" href=\"http://readability.com/save?url=http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\">\n          Save to Readability\n        </a>\n        <div class=\"item\">\n          <a data-pocket-label=\"pocket\" data-pocket-count=\"horizontal\" class=\"pocket-btn\" data-lang=\"en\"></a>\n          <script type=\"text/javascript\">\n          !function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");\n          </script>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui font dropdown link item\" data-position=\"right center\" data-content=\"Font Size\">\n      <i class=\"font icon\"></i>\n      <div class=\"menu\">\n        <div class=\"small item\" data-value=\"1/1.8\">Small</div>\n        <div class=\"active medium item\" data-value=\"\">Medium</div>\n        <div class=\"large item\" data-value=\"1.4/1.6\">Large</div>\n        <div class=\"x-large item\" data-value=\"1.5/1.65\">Extra Large</div>\n      </div>\n    </div>\n    <div class=\"link print item\" data-position=\"right center\" data-content=\"Print\">\n      <i class=\"print icon\"></i>\n    </div>\n  </div>\n</div>\n          </div>\n        </div>\n\n        <div class=\"right article rail\">\n\n<!-- Ad LR1 -->\n                      <div class=\"variable advertisement module\" id=\"rail-ad\"></div>          \n<!-- Recirc Top -->\n                      <div class=\"project trending recirculation module\">\n  <a href=\"/qed\" class=\"ui image\" >\n    <img src=\"/sites/all/themes/tnr/assets/images/qed/qed-header-1400x190.jpg\">\n  </a>\n  <div class=\"ui headlines\">\n        <div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/454405788.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n      Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"    </a>\n  </h4>\n</div>\n<div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120672/2015-predictions-economy-politics-tech-and-sports\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/458990902.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120672/2015-predictions-economy-politics-tech-and-sports\">\n      11 Predictions for 2015 That Are Bolder Than Vox's    </a>\n  </h4>\n</div>\n<div class=\"article headline\">\n    <div class=\"image\">\n    <a href=\"/article/120664/economist-list-influential-economists-excludes-janet-yellen\"><img src=\"/sites/default/files/styles/static_cover_img_500/public/485096223_0.jpg\"></a>\n  </div>\n    <h4 class=\"header\">\n    <a href=\"/article/120664/economist-list-influential-economists-excludes-janet-yellen\">\n      The Economist's \"Most Influential Economists of 2014\" Includes Zero Women. Not Even Janet Yellen    </a>\n  </h4>\n</div>\n<div class=\"ui active flipping loader\">\n  <div class=\"shape\"></div>\n  Loading\n</div>    <div class=\"ui active flipping loader\">\n      <div class=\"shape\"></div>\n      Loading\n    </div>\n  </div>\n</div>          \n<!-- Marginalia / House spots -->\n          <!-- Email Newsletter -->\n                                          <div class=\"newsletter module\">\n  <p>Sign up for our newsletter to get the latest news from QED</p>\n  <form class=\"ui form\" method=\"post\" action=\"http://link.newrepublic.com/s/TNR\">\n    <input type=\"hidden\" name=\"list[Master List]\" value=\"1\" />\n    <input type=\"hidden\" name=\"vars[marketing]\" value=\"TRUE\" />\n    <input type=\"hidden\" name=\"vars[source]\" value=\"qed_article\" />\n    <input type=\"hidden\" name=\"vars[qed]\" value=\"TRUE\" />\n    <div class=\"field\">\n      <div class=\"ui fluid left labeled icon input\">\n        <input type=\"text\" name=\"email\" placeholder=\"Enter e-mail\" data-validate=\"email\"  />\n        <i class=\"mail icon\"></i>\n      </div>\n    </div>\n    <div class=\"ui blue submit button\" type=\"submit\">Sign Up</div>\n    <div class=\"ui success message\">\n      <i class=\"checkmark icon\"></i>\n      Signed up!\n    </div>\n  </form>\n</div>                          <!-- Temp LR spot -->\n                          <div class=\"variable advertisement module\" id=\"extra-rail-ad\"></div>\n                      \n<!-- Regular Right Rail -->\n          \n  <!-- House ad -->\n                          <div class=\"variable advertisement module\" id=\"house-small-rectangle\"></div>            \n  <!-- Sticky Spot -->\n            <div class=\"ui sticky\">\n              <div class=\"share module\">\n  <div class=\"social\">\n    <div class=\"inline facebook\"\n      data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n      data-text=\"The Economist's \"Most Influential Economists of 2014\" Includes Zero Women. Not Even Janet Yellen\"\n      data-title=\"Share\">\n    </div>\n    <div class=\"inline twitter\"\n      data-url=\"http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\"\n      data-text=\"This Is What Our Hellish World Will Look Like After We Hit the Global Warming Tipping Point\"\n      data-title=\"Tweet\"></div>\n  </div>\n</div>              <div class=\"variable advertisement module\">\n  <div id=\"sticky-rail-ad\"></div>\n  <div id=\"tablet-sticky-rail-ad\"></div>\n</div>\n              <div class=\"ui clearing section expand divider\"></div>\n              <div class=\"ui fluid expand button\">\n                <i class=\"list layout icon\"></i> Article Tools\n              </div>\n            </div>\n\n<!-- Enhanced Right Rail -->\n                  </div><!-- end right rail -->\n\n                            <div class=\"comments\">\n            <div class=\"ui active flipping loader\">\n              <div class=\"shape\"></div>\n              Loading Comments\n            </div>\n            <div id=\"livefyre-comments\"></div>\n            <div class=\"right rail\">\n              <div class=\"ui sticky\">\n                <div id=\"bottomRight\" class=\"recirculation module\">\n  <div class=\"ui small two item secondary pointing menu\">\n    <a class=\"active blue item\" data-tab=\"trending\">Trending</a>\n        <a class=\"item\" data-tab=\"related\">Related</a>\n          </div>\n  <div class=\"ui active bottom attached stacked secondary tab segment\" data-tab=\"trending\">\n    <div class=\"filter\">Popular Articles\n      <div class=\"inline ui dropdown\">\n          <span class=\"text\">Now</span>\n          <i class=\"dropdown icon\"></i>\n          <div class=\"menu\">\n            <div class=\"active item\" data-value=\"now\">Now</div>\n            <div class=\"item\" data-value=\"week\">This Week</div>\n            <div class=\"item\" data-value=\"month\">This Month</div>\n        </div>\n      </div>\n    </div>\n    <div class=\"ui relaxed ordered list\">\n      <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n    <div class=\"ui bottom attached stacked secondary tab segment\" data-tab=\"related\">\n    <div class=\"filter\">More Articles in <a Href=\"/tags/environment\" Itemprop=\"articleSection\" Class=\"category\">Environment</a></div>\n    <div class=\"ui relaxed bulleted list\">\n      <div href=\"/article/120681/how-math-explains-saturns-rings\" class=\"article item\">\n  <a href=\"/article/120681/how-math-explains-saturns-rings\">\n    The Solar System Is Slowly Re-Arranging Itself  </a>\n</div>\n<div href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\" class=\"article item\">\n  <a href=\"/article/120653/nerd-entitlement-lets-men-ignore-racism-and-sexism\">\n    Male Nerds Think They're Victims Because They Have No Clue What Female Nerds Go Through  </a>\n</div>\n<div href=\"/article/120178/problem-international-development-and-plan-fix-it\" class=\"article item\">\n  <a href=\"/article/120178/problem-international-development-and-plan-fix-it\">\n    Stop Trying to Save the World  </a>\n</div>\n<div href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\" class=\"article item\">\n  <a href=\"/article/120683/oregon-football-players-chant-no-means-no-after-beating-fsu\">\n    Oregon's Players Should Be Celebrated, Not Punished for Chanting \"No Means No!\"  </a>\n</div>\n<div href=\"/article/120667/television-2014-figured-out-what-sex-women\" class=\"article item\">\n  <a href=\"/article/120667/television-2014-figured-out-what-sex-women\">\n    At Last, Television Shows Have Figured Out What Sex Is Like for Women  </a>\n</div>\n    </div>\n  </div>\n    </div>              </div>\n            </div>\n          </div>\n                    </div>\n    </div>\n  </div>\n</div>\n\n<div class=\"ui very thin inverted vertical icon mobile sidebar tools module menu\">\n  <div class=\"email link item\" title=\"E-mail Story\">\n    <i class=\"mail icon\"></i>\n  </div>\n  <div class=\"link save ui dropdown item\" data-position=\"right center\"  data-content=\"Save for Later\">\n    <i class=\"bookmark icon\"></i>\n    <div class=\"vertical menu\">\n      <div class=\"header item\">\n        Choose Service\n      </div>\n      <a class=\"item\" target=\"_blank\" href=\"http://www.instapaper.com/hello2?url=http%3A%2F%2Fwww.newrepublic.com%2Farticle%2F120578%2Fglobal-warming-threshold-what-2-degrees-celsius-36-f-looks&amp;title=This+Is+What+Our+Hellish+World+Will+Look+Like+After+We+Hit+the+Global+Warming+Tipping+Point&amp;description=What+does+a+3.6-degree+increase+in+global+temperatures+really+mean%3F\">\n        Save to Instapaper\n      </a>\n      <a class=\"item\" target=\"_blank\" href=\"http://readability.com/save?url=http://www.newrepublic.com/article/120578/global-warming-threshold-what-2-degrees-celsius-36-f-looks\">\n        Save to Readability\n      </a>\n      <!--div class=\"item\">\n        <a data-pocket-label=\"pocket\" data-pocket-count=\"horizontal\" class=\"pocket-btn\" data-lang=\"en\"></a>\n        <script type=\"text/javascript\">\n        !function(d,i){if(!d.getElementById(i)){var j=d.createElement(\"script\");j.id=i;j.src=\"https://widgets.getpocket.com/v1/j/btn.js?v=1\";var w=d.getElementById(i);d.body.appendChild(j);}}(document,\"pocket-btn-js\");\n        </script>\n      </div!-->\n    </div>\n  </div>\n  <div class=\"ui font dropdown link item\" title=\"Font Size\"><i class=\"font icon\"></i>\n    <div class=\"menu\">\n      <div class=\"small item\" data-value=\"1/1.8\">Small</div>\n      <div class=\"active medium item\" data-value=\"\">Medium</div>\n      <div class=\"large item\" data-value=\"1.4/1.6\">Large</div>\n      <div class=\"x-large item\" data-value=\"1.5/1.65\">Extra Large</div>\n    </div>\n  </div>\n  <div class=\"print link item\" title=\"Print\"><i class=\"print icon\"></i></div>>\n</div><div class=\"ui email modal\">\n  <i class=\"close icon\"></i>\n  <div class=\"header\">\n    <img src=\"/sites/all/themes/tnr/assets/images/logo-white.png\" class=\"ui small left floated image\">\n    Share by e-mail\n  </div>\n  <div class=\"content\">\n    <form class=\"ui form\">\n      <input type=\"hidden\" name=\"form_id\" value=\"tnr_article_email_form\">\n      <input type=\"hidden\" name=\"form_build_id\" value=\"C0TiPBjRiAk7oNExiJBIGIDSkPkN6OZUqHyzjCo5cGY\">\n      <input type=\"hidden\" name=\"js\" value=\"true\">\n      <div class=\"required field\">\n        <label>Friend's e-mails (separated by comma)</label>\n        <div class=\"ui input\">\n          <input type=\"email\" name=\"email_to\">\n        </div>\n      </div>\n      <div class=\"ui divider\"></div>\n      <div class=\"two required fields\">\n        <div class=\"field\">\n          <label>Your name</label>\n          <div class=\"ui input\">\n            <input type=\"text\" name=\"sender_name\">\n          </div>\n        </div>\n        <div class=\"field\">\n          <label>Your e-mail</label>\n          <div class=\"ui input\">\n            <input type=\"email\" name=\"sender_email\">\n          </div>\n        </div>\n      </div>\n      <div class=\"field\">\n        <div class=\"ui checkbox\">\n          <input type=\"checkbox\" id=\"send_copy\" name=\"send_copy\" checked>\n          <label for=\"send_copy\">Send yourself a copy</label>\n        </div>\n      </div>\n      <div class=\"field\">\n        <label>Personal message</label>\n        <textarea name=\"opt_msg\"></textarea>\n      </div>\n    </form>\n  </div>\n  <div class=\"actions\">\n    <div class=\"ui cancel button\">Cancel</div>\n    <div class=\"ui right green labeled icon approve button\">\n      <i class=\"mail icon\"></i>\n      Send E-mail\n    </div>\n  </div>\n</div></div>\n<!-- Without the following, metatags are not rendered properly -->\n\n<div class=\"ui page footer container\">\n  <div class=\"ui relaxed stackable fitted grid\">\n    <div class=\"sixteen wide mobile only center aligned column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted sitemap icon\"></i>\n      </div>\n      <h5 class=\"ui inverted header\">Sections</h5>\n      <div class=\"ui relaxed inverted fitted selection list\">\n        <a href=\"/latest\" class=\"item\">The Latest</a>\n        <a href=\"/tags/politics\" class=\"item\">Politics</a>\n        <a href=\"/tags/culture\" class=\"item\">Culture</a>\n        <a href=\"/current-issue\" class=\"item\">The Magazine</a>\n      </div>\n      <select name=\"section\" class=\"sections\">\n        <option value=\"\">More</option>\n        <optgroup label=\"Categories\">\n          <option value=\"/tags/books/\">Books</option>\n          <option value=\"/tags/economy/\">Economy</option>\n          <option value=\"/tags/film/\">Film</option>\n          <option value=\"/tags/plank/\">The Plank</option>\n          <option value=\"/tags/politics/\">Politics</option>\n          <option value=\"/tags/technology/\">Technology</option>\n          <option value=\"/tags/world/\">World</option>\n        </optgroup>\n        <optgroup label=\"New Republic\">\n          <option value=\"/current-issue\">Current Issue</option>\n          <option value=\"/page/about-new-republic\">About</option>\n          <option value=\"/page/advertise-new-republic\">Advertise</option>\n          <option value=\"/page/contact-us\">Contact Us</option>\n          <option value=\"/page/jobs-and-internships\">Jobs &amp; Internships</option>\n          <option value=\"/page/privacy-policy\" rel=\"nofollow\">Privacy Policy</option>\n          <option value=\"/tags/home-news\">Home News</option>\n          <option value=\"/tags/events\">Events</option>\n          <option value=\"/ebsco\">Archives</option>\n          <option value=\"/page/rss-feeds\">RSS</option>\n        </optgroup>\n      </select>\n    </div>\n    <div class=\"ten wide sitemap column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted sitemap icon\"></i>\n      </div>\n      <div class=\"ui three column grid\">\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">Sections</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/tags/books/\">Books</a>\n            <a class=\"item\" href=\"/tags/economy/\">Economy</a>\n            <a class=\"item\" href=\"/tags/film/\">Film</a>\n            <a class=\"item\" href=\"/tags/plank/\">The Plank</a>\n            <a class=\"item\" href=\"/tags/politics/\">Politics</a>\n            <a class=\"item\" href=\"/tags/technology/\">Technology</a>\n            <a class=\"item\" href=\"/tags/world/\">World</a>\n            <a class=\"item\" href=\"/tags/events/\">Events</a>\n          </div>\n        </div>\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">The Magazine</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/latest\">Our Latest</a>\n            <a class=\"item\" href=\"/current-issue\">Current Issue</a>\n          </div>\n          <h5 class=\"ui inverted header\">Subscriptions</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/subscription/self/footer/textlink\">Order a Subscription</a>\n            <a class=\"item\" href=\"/subscription/gift/footer/textlink\">Give a Gift</a>\n            <a class=\"item\" href=\"/page/subscriber-services\">Subscriber Services</a>\n            <a class=\"item\" href=\"/ebsco\">Archives</a>\n            <a class=\"item\" href=\"/page/frequently-asked-questions\">FAQ</a>\n          </div>\n        </div>\n        <div class=\"column\">\n          <h5 class=\"ui inverted header\">The New Republic</h5>\n          <div class=\"ui small relaxed inverted fitted selection list\">\n            <a class=\"item\" href=\"/page/about-new-republic\">About</a>\n            <a class=\"item\" href=\"/page/advertise-new-republic\">Advertise</a>\n            <a class=\"item\" href=\"/newsletter\">Newsletter</a>\n            <a class=\"item\" href=\"/page/contact-us\">Contact Us</a>\n            <a class=\"item\" href=\"/page/jobs-and-internships\">Jobs &amp; Internships</a>\n            <a class=\"item\" href=\"/page/privacy-policy\" rel=\"nofollow\">Privacy Policy</a>\n            <a class=\"item\" href=\"/tags/home-news\">Home News</a>\n            <a class=\"item\" href=\"/page/rss-feeds\">RSS</a>\n          </div>\n        </div>\n      </div>\n    </div>\n    <div class=\"six wide signup column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted bullhorn icon\"></i>\n      </div>\n      <h4 class=\"ui red header\">Sign Up For The New Republic Daily</h4>\n      <p>Sign up now to get your dose of politics, culture, and big ideas with our free daily newsletter.</p>\n      <form class=\"ui form\" method=\"post\" action=\"http://link.newrepublic.com/s/TNR\">\n  <input type=\"hidden\" name=\"list[Master List]\" value=\"1\" />\n  <input type=\"hidden\" name=\"vars[marketing]\" value=\"TRUE\" />\n  <input type=\"hidden\" name=\"vars[source]\" value=\"daily_footer\" />\n  <input type=\"hidden\" name=\"vars[tnr_daily]\" value=\"TRUE\" />\n  <div class=\"field\">\n    <div class=\"ui fluid left labeled icon input\">\n      <input type=\"text\" name=\"email\" placeholder=\"Enter e-mail\" data-validate=\"email\"  />\n      <i class=\"mail icon\"></i>\n    </div>\n  </div>\n  <div class=\"ui blue submit button\" type=\"submit\">Sign Up</div>\n  <div class=\"ui success message\">\n    <i class=\"checkmark icon\"></i>\n    Signed up!\n  </div>\n</form>    </div>\n    <div class=\"six wide promo column\">\n      <div class=\"ui horizontal inverted icon divider\">\n        <i class=\"circular inverted bullhorn icon\"></i>\n      </div>\n      <h4 class=\"ui header\">\n        <a href=\"/subscription/self/footer/callout\">Subscribe Now</a>\n      </h4>\n      <h5 class=\"ui inverted header\">\n        Get The New Republic for <b>$19.97/year</b>\n      </h5>\n       <a class=\"ui left floated image\" href=\"/subscription/self/footer/callout\">\n        <img typeof=\"foaf:Image\" src=\"http://www.newrepublic.com/sites/default/files/styles/curr_issue_cover_footer/public/u184683/112414_cover.online_1.jpg?itok=Zntgn1W1\" alt=\"\" />      </a>\n      <div class=\"ui small inverted fitted selection list\" style=\"margin-left:0;\">\n        <a class=\"item\" href=\"/subscription/self/footer/callout\">\n          <i class=\"book icon\"></i>\n          Subscribe Now\n        </a>\n        <a class=\"item\" href=\"/subscription/gift/footer\">\n          <i class=\"gift icon\"></i>\n          Give a Gift\n        </a>\n        <a class=\"item\" href=\"/subscription/international/footer\">\n          <i class=\"globe icon\"></i>\n          International Orders\n        </a>\n        <a class=\"item\" href=\"/subscription/digital/footer\">\n          <i class=\"tablet icon\" ></i>\n          Digital Subscription\n        </a>\n      </div>\n    </div>\n  </div>\n  <a class=\"ui centered small logo image\" href=\"/\">\n    <img src=\"/sites/all/themes/tnr/assets/images/logo-white.png\">\n  </a>\n  <div class=\"social\">\n    <div class=\"slim twitter sharrre\"\n      data-user=\"tnr\"\n      data-url=\"http://www.newrepublic.com\"\n      data-title=\"Follow\"\n    ></div>\n    <div class=\"slim facebook sharrre\"\n      data-url=\"http://www.facebook.com/thenewrepublic\"\n      data-title=\"Like\">\n    </div>\n    <div class=\"slim google sharrre\"\n      data-url=\"http://www.newrepublic.com\"\n      data-title=\"Plus\">\n    </div>\n  </div>\n  <div class=\"ui mini centered divided inverted horizontal copyright link list\">\n    <div class=\"item\">\n      Copyright 2015 &copy; The New Republic.\n      All Rights Reserved.\n    </div>\n  </div>\n</div>    <div class=\"ui modal\" id=\"overlay\"></div>  <div class=\"script\">\n  <!--[if lt IE 9]>\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n  <![endif]-->\n  <!--[if (gte IE 9) | (!IE)]><!-->\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js\"></script>\n  <!--<![endif]-->\n<script type=\"text/javascript\" src=\"http://www.newrepublic.com/sites/default/files/js/js_tq-YeSrxS9vDNXNLJO-YjsX7QjVFN_b0h0E0DkK1KMg.js\"></script>\n\n  <!-- Site Config !-->\n  <script src=\"/sites/all/themes/tnr/dist/minified/ui/definitions/globals/site.min.js\"></script>\n\n  <!-- Site Overlay !-->\n  <script type=\"text/javascript\">\n  $.extend(true, site.config, $.parseJSON('{\"loggedIn\":false,\"node\":{\"id\":\"120578\"},\"overlay\":{\"force_display_nodes\":[],\"targeted_overlay_nodes\":[],\"tnr_overlay_nodes\":[],\"tnr_paywall_nodes\":[],\"visit_times_targeted\":[\"1\"],\"visit_times_general\":[\"1\"],\"visit_times_paywall\":false},\"staging\":false,\"subsection\":false,\"tag\":{\"ids\":[\"17538\",\"65822\",\"64037\",\"60770\",\"17586\"]},\"topTerm\":\"Politics\"}'));\n  // global debug settings\n  $.site('disable debug');\n    $.site('disable console');\n    </script>\n\n  <script type=\"text/javascript\" src=\"http://www.newrepublic.com/sites/default/files/js/js_cX6tqpnqP3l8xEES-NOI5DPE2M9lID6OBoo9fVy6FjM.js\"></script>\n\n</div>  <div class=\"tracking\">\n\n  <!-- Google Remarketing -->\n  <script type=\"text/javascript\">\n  /* <![CDATA[ */\n  var\n    google_conversion_id = 993343767,\n    google_conversion_label = 'gzoeCIDN0QMQkLP42wM',\n    google_custom_params = window.google_tag_params,\n    google_remarketing_only = true\n  ;\n  /* ]]> */\n  </script>\n  <script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\"></script>\n\n  <!-- Quantcast Script -->\n  <script type=\"text/javascript\">\n  _qoptions={\n    qacct : 'p-abwxcJNao5fsc'\n  };\n  </script>\n  <script type=\"text/javascript\" src=\"http://edge.quantserve.com/quant.js\"></script>\n\n  <!-- Parse.ly -->\n  <div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"tnr.com\"></div>\n  </div>\n  <script>\n  (function(s, p, d) {\n    var h=d.location.protocol, i=p+\"-\"+s,\n        e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n        u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n        :\"static.\"+p+\".com\";\n    if (e) return;\n    e = d.createElement(s); e.id = i; e.async = true;\n    e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n  })(\"script\", \"parsely\", document);\n  </script>\n \n    <!-- START horizon sailthru -->\n  <script type=\"text/javascript\">\n    (function() {\n      function loadHorizon() {\n        var s = document.createElement('script');\n        s.type = 'text/javascript';\n        s.async = true;\n        s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';\n        var x = document.getElementsByTagName('script')[0];\n        x.parentNode.insertBefore(s, x);\n      }\n      loadHorizon();\n      var oldOnLoad = window.onload;\n      window.onload = function() {\n        if (typeof oldOnLoad === 'function') {\n          oldOnLoad();\n        }\n        Sailthru.setup({\n          domain: 'horizon.newrepublic.com'\n        });\n      };\n    })();\n  </script>\n  \n  <!-- Nielsen Online SiteCensus V6.0 -->\n  <script type=\"text/javascript\">\n    (function () {\n      var image = new Image(1, 1);\n      image.onerror = image.onload = function () {\n        image.onerror = image.onload = null;\n      };\n      image.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-106312h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join('');\n    })();\n  </script>\n\n  <!-- AdRoll -->\n  <script type=\"text/javascript\">\n  adroll_adv_id = \"SIJVU24MGJE47PAYLLPPOJ\";\n  adroll_pix_id = \"6WNJ733UAJGY3LIFHE43PT\";\n  (function () {\n  var oldonload = window.onload;\n  window.onload = function(){\n     __adroll_loaded=true;\n     var scr = document.createElement(\"script\");\n     var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n     scr.setAttribute('async', 'true');\n     scr.type = \"text/javascript\";\n     scr.src = host + \"/j/roundtrip.js\";\n     ((document.getElementsByTagName('head') || [null])[0] ||\n      document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n     if(oldonload){oldonload()}};\n  }());\n  </script>\n\n  <!-- ChartBeat -->\n  <script type=\"text/javascript\">\n  var _sf_async_config={uid:34517,domain:\"tnr.com\"};\n  _sf_async_config.useCanonical = true;\n  (function(){\n    function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n    }\n    var oldonload = window.onload;\n    window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); };\n  })();\n  </script>\n\n\n  <div class=\"pixels\">\n    <!-- Collective Media pixel -->\n    <img src=\"http://b.collective-media.net/seg/cm/l1dd\" width=\"1\" height=\"1\" />\n    <noscript>\n      <!-- Quantcast Pixel -->\n      <img src=\"http://pixel.quantserve.com/pixel/p-abwxcJNao5fsc.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n      <!-- Google Re-marketing Pixel -->\n      <img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/993343767/?value=0&amp;label=gzoeCIDN0QMQkLP42wM&amp;guid=ON&amp;script=0\"/>\n      <!-- Neilsen Census Pixel -->\n      <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-106312h&amp;cg=0&amp;cc=1&amp;ts=noscript\"\n      width=\"1\" height=\"1\" alt=\"\" />\n      <!-- ComScore -->\n      <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=15230262&cv=2.0&cj=1\" />\n    </noscript>\n  </div>\n</div><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-2.newrelic.com\",\"licenseKey\":\"71240f55fe\",\"applicationID\":\"2735134\",\"transactionName\":\"YFRUZkcECEcHV0ZaXFkeY0BcSkldCFBXSx1HWUY=\",\"queueTime\":0,\"applicationTime\":8,\"ttGuid\":\"\",\"agentToken\":\"\",\"atts\":\"TBNXEA8eG0k=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/uproxx.com1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" \n\t  xmlns:og=\"http://opengraphprotocol.org/schema/\"\n\t  xmlns:fb=\"http://ogp.me/ns/fb#\">\n\t<!--\n\tgenerated in 0.227 seconds\n\t64953 bytes batcached for 300 seconds\n-->\n<head profile=\"http://gmpg.org/xfn/11\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\t\t<title>A Reddit Post About A Fake Ebola-Like Illness Sparked Panic In Arizona</title>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\" />\n\t\t<meta name=\"Copyright\" content=\"2015 UPROXX Media\" />\n\t\t<meta name=\"googlebot\" content=\"archive\" />\n\t\t<meta name=\"viewport\" content=\"width=1100,maximum-scale=1.0\" />\n\t\t<meta name=\"twitter:widgets:csp\" content=\"on\" />\n\t\t<link rel=\"shortcut icon\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/favicon.ico?m=1397225450g\" type=\"image/x-icon\" />\n\t\t<link rel=\"apple-touch-icon-precomposed\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/images/apple-touch-icon-72x72.png?m=1394696743g\" />\n\t\t\t<meta property=\"og:title\" content=\"A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\" />\n\t<meta property=\"og:url\" content=\"http://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/\" />\n\t<meta property=\"og:site_name\" content=\"UPROXX\" />\n\t<meta property=\"og:type\" content=\"blog\" />\n\t<meta property=\"og:image\" content=\"http://uproxx.files.wordpress.com/2014/12/mammoth.jpg?w=650\" /> \n\t<meta property=\"fb:app_id\" content=\"117400151618132\" />\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/UPROXX\" />\n\t<link rel=\"image_src\" href=\"http://uproxx.files.wordpress.com/2014/12/mammoth.jpg?w=650\" />\n\t<meta name='parsely-page' content='{\"title\":\"A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\",\"link\":\"http:\\/\\/uproxx.com\\/webculture\\/2014\\/12\\/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town\\/\",\"image_url\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/mammoth.jpg?w=650\",\"type\":\"post\",\"post_id\":\"UP-758513\",\"pub_date\":\"2014-12-30T01:30:41Z\",\"author\":\"Jason Tabrys\",\"section\":\"WEBCULTURE\"}' />\n\t<meta name='parsely-metadata' content='{\"type\": \"story\"}' />\n\t<meta name=\"author\" content=\"UPROXX Media\" />\n\t<meta name=\"twitter:card\" content=\"summary\">\n\t<meta name=\"twitter:site\" content=\"@UPROXX\">\n\t<meta name=\"twitter:creator\" content=\"@UPROXX\">\n\t<meta name=\"twitter:title\" content=\"A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\">\n\t<meta name=\"twitter:description\" content=\"A seemingly benign Reddit post sparked a minor panic in an Arizona town over a fake viral illness. \">\n\t<meta name=\"twitter:image\" content=\"http://uproxx.files.wordpress.com/2014/12/mammoth.jpg?w=650\">\n<script type=\"text/javascript\">\n\tvar UPX = UPX || {};\n\tUPX.Site = {\"name\":\"UPROXX\",\"domain\":\"uproxx.com\",\"fb_app_id\":\"117400151618132\",\"twitter_handle\":\"UPROXX\"};\n\tUPX.PageData = {\"type\":\"story\",\"format\":\"story\",\"id\":758513,\"url\":\"http:\\/\\/uproxx.com\\/webculture\\/2014\\/12\\/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town\\/\",\"shorturl\":\"http:\\/\\/uproxx.it\\/1HbZSC8\",\"title\":\"A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\",\"summary\":\"A seemingly benign Reddit post sparked a minor panic in an Arizona town over a fake viral illness. \",\"image\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/mammoth.jpg?w=650\",\"thumbnail\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/mammoth.jpg?w=150\",\"fanpop\":\"0\"};\n\tUPX.SocoData = {\"site_id\":10,\"user_id\":0,\"logged_in\":\"false\",\"back_url\":\"http:\\/\\/uproxx.com\\/webculture\\/2014\\/12\\/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town\\/%23respond\"};\n\tuproxxsso_back = UPX.SocoData.back_url;\n</script>\t\t\t\t\t<meta name=\"robots\" content=\"index,follow\" />\n\t\t\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"UPROXX RSS Feed\" href=\"http://feeds.feedburner.com/uproxx/features\" />\n\t\t\n\t\t\n<meta name=\"description\" content=\"A seemingly benign Reddit post sparked a minor panic in an Arizona town over a fake viral illness.\" /><meta name=\"news_keywords\" content=\"Reddit, Post, Fake, Ebola, Illness, Panic, Arizona\" />\n<meta name=\"keywords\" content=\"reddit, post, fake, ebola, illness, panic, arizona\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=uproxx.com&amp;id=60970621&amp;t=1420285681&amp;back=http%3A%2F%2Fuproxx.com%2Fwebculture%2F2014%2F12%2Fa-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"UPROXX &raquo; A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town Comments Feed\" href=\"http://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/feed/\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/_static/??-eJx9jtEKwjAMRX/IGstE3IP4LaUG165pw5Lp9ve2gg+i7C03nJMbeLLxJStmBZoNp/kesoBQSLjyVCJ6/U57L7KD/1oKIwpEVHZ+NO+0hfsyYd0TO20E4S04TEgV29KITx+rjUPt+q3Rod4ReASGuX6+LCC6JmzclS72aM99Z/vuEF/hP2A9' type='text/css' media='all' />\n<link rel='stylesheet' id='uproxx-comments-modals-css'  href='http://p.uproxxcdn.com/global/css/min?sso_2012-12-14;comments_2012-09-11;modals&#038;ver=4.1-beta2-30797' type='text/css' media='' />\n<link rel='stylesheet' id='all-css-2' href='http://s2.wp.com/_static/??-eJx9i1EKwkAMRC/kGlaq2A/xLNslpinZpHRTvL4rBVEUf4YZ5j24zyGbOqpDWcMsK7FWwGITb7nPte6AQc25kfVVtuO3T2hBLCdn048RbpJ4+acuOIhRqwSNeptfko9YsMLYAYkNSZ7AtVxiF4+nPh7O/fQAbjpRxA==' type='text/css' media='all' />\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyFj1sOwiAQRTckxfqI/hjXQnHEQRiQgTZ19dJEE41N+jXJvSf3ZOQQhQ6UgbK0LH3o0IEoDEmZmgmka2gsr2TlkLQrF+AJtI8CaXyfRUB4NEllaDzSB/6yxsDZA3NVzrS/KqQeYVjELOSo9F0kYHz+reYbVJ/sMcroikHiqTUhmPq8IuXGjHo2q0tnf2p3603bbo+HvX0BXph4DQ=='></script>\n<script type='text/javascript' src='//cdn.optimizely.com/js/331623015.js?ver=1.0.0'></script>\n<script type='text/javascript' src='http://p.uproxxcdn.com/global/js/head.min.js?ver=20140327'></script>\n<script type='text/javascript' src='http://p.uproxxcdn.com/global/js/desktop/head.config.js?ver=20140327'></script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1377793621g' type='text/css' media='all' />\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='highlander-comments-ie7-css'  href='http://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563g&#038;ver=20110606' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://uproxx.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Bizzy Crook Surprises On &#8216;Coming To America&#8217;&nbsp;Mixtape' href='http://uproxx.com/smokingsection/2014/12/bizzy-crook-coming-to-america-mixtape-download/' />\n<link rel='next' title='Salma Hayek Becomes Jane Wick In The Hilariously Violent Trailer For &#8216;Everly&#8217;' href='http://uproxx.com/filmdrunk/2014/12/salma-hayek-becomes-jane-wick-in-the-blood-soaked-trailer-for-everly/' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/' />\n<link rel='shortlink' href='http://uproxx.it/1HbZSC8' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fuproxx.com%2Fwebculture%2F2014%2F12%2Fa-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fuproxx.com%2Fwebculture%2F2014%2F12%2Fa-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town%2F&amp;for=wpcom-auto-discovery\" /><link rel='openid.server' href='http://uproxx.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://uproxx.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://uproxx.com/osd.xml\" title=\"UPROXX\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n\t\t<style>\n\t\t\t.wpcom-related-posts ul li {\n\t\t\t\tlist-style-type: none;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"UPROXX\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"The Culture Of What&#039;s Buzzing\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://uproxx.com/feed/;icon-uri=http://1.gravatar.com/blavatar/183101a28bcdd5740bfae2ad0f7ae1d1?s=16\" /><script type=\"text/javascript\">\nvar ajaxurl = \"https://uproxx.wordpress.com/wp-admin/admin-ajax.php\";\nvar ptm_ajax_comments_defaults = {showForm : \"\",disableForm : \"checked\",activityImagePath : \"http://uproxx.com/wp-content/themes/vip/uproxx/plugins/ptm-ajax-comments/images/activity3.gif\",activeColor : \"eeeeee\",inactiveColor : \"ffffff\",css_comment : \"comment\",css_commentform : \"commentform\",css_commentlist : \"commentlist\",css_respond : \"respond\",textNoComment : \"Please write a comment\",textAddingComment : \"Adding your comment, please wait...\",textCommentAdded : \"Your comment has been added, thank you!\",compatContentPress : \"\",compatAntispamBee : \"\",commentPosition : \"bottom\"};\n</script>\n<style type=\"text/css\">\n#ptm-ac-response{} .ptm-ac-success &gt; span{color:green;} .ptm-ac-error &gt; span{font-weight:bold;color:red;} #ptm-ac-loader{display:inline-block;} #ptm-ac-loader &gt; img{margin-left:15px;}\n</style>\n<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\t\n\t\t<!--[if IE]>\n\t\t\t<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/style-ie.css?m=1394685886g\" />\n\t\t\t<script>\n\t\t\t\thead.ready(\"jquery\", function() {\n\t\t\t\t\thead.js(\"http://s0.wp.com/wp-content/themes/vip/uproxx/js/jquery.pngFix.pack.js?m=1394685886g\");\n\t\t\t\t});\n\t\t\t</script>\n\t\t<![endif]-->\n\t\n\t\t\t<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'></script>\n\t<script type='text/javascript'>\n\t\tGS_googleAddAdSenseService(\"ca-pub-3743780883928389\");\n\t\tGS_googleEnableAllServices();\n\t</script>\n\t<script type='text/javascript'>\n\tGA_googleAddAttr(\"post_id\", \"758513\");\n\t</script>\n<script type='text/javascript'>\n\tGA_googleAddAttr(\"site\", \"webculture\");\n\t\n\t\tGA_googleAddAttr(\"pagetype\", \"article\");\n\t\t\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_Advertorial_Post\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_SiteSkin\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_Notification_Bar\");\n\t\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_WC_A_Masthead_728x90\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_WC_A_Sidebar_Bot_300x250\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_WC_A_Sidebar_Top_300x250\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_600x300\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_Footer_728x90\");\n\t</script>\n\t<script type='text/javascript'>\n\t\tGA_googleFetchAds();\n\t</script>\n\t<script src=\"//www.googletagservices.com/tag/js/gpt.js\"></script>\t\t<script type=\"text/javascript\">\n\t\t\tuproxx_site_domain = 'uproxx.com';\n\t\t\tvar _sf_startpt=(new Date()).getTime();\n\t\t\tvar uproxx_tpl_dir = \"http://s0.wp.com/wp-content/themes/vip/uproxx\";\n\t\t</script>\n\t</head>\t\n\t<body id=\"single-post\">\n\t\t\n\t\t<!-- Start Social -->\n<div id=\"fb-root\"></div>\n<script>\n  window.fbAsyncInit = function() {\n\tFB.init({\n\t  appId      : '126407544039926',\n\t  channelUrl : '//uproxx.com/wp-content/themes/vip/uproxx/fb_channel.html',\n\t  status     : true,\n\t  cookie     : true,\n\t  xfbml      : true\n\t});\n\tFB.Event.subscribe('edge.create', function(response) {\n\t  build_fanpop('like');\n\t});\n  };\n  (function(d, debug){\n\t var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];\n\t if (d.getElementById(id)) {return;}\n\t js = d.createElement('script'); js.id = id; js.async = true;\n\t js.src = \"//connect.facebook.net/en_US/all.js\";\n\t ref.parentNode.insertBefore(js, ref);\n   }(document, /*debug*/ false));\n</script>\n\n<script>(function() {\n var _fbq = window._fbq || (window._fbq = []);\n if (!_fbq.loaded) {\n   var fbds = document.createElement('script');\n   fbds.async = true;\n   fbds.src = '//connect.facebook.net/en_US/fbds.js';\n   var s = document.getElementsByTagName('script')[0];\n   s.parentNode.insertBefore(fbds, s);\n   _fbq.loaded = true;\n }\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', '6019657778504', {'value':'0.00','currency':'USD'}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\"\nsrc=\"https://www.facebook.com/tr?ev=6019657778504&amp;cd[value]=0.00&amp;cd[currency]=USD&amp;noscript=1\"\n/></noscript>\n<!-- End Social -->\t\t<div id=\"skin\"></div>\n\t\n\t\t\n\t<script type='text/javascript'>\n\tGA_googleFillSlot(\"Uproxx_SiteSkin\");\n\t</script>\n\t\n\t\t\n\t\t<!-- START: Header //-->\n\t\t<div id=\"header\">\n\t<div id=\"masthead-block\">\n\t\t<div class=\"masthead\">\n\t\t\t\t\t\t\t<a href=\"http://uproxx.com\"><img src=\"http://s0.wp.com/wp-content/themes/vip/uproxx/images/flat_headers/webculture.png?m=1416303445g\" alt=\"UPROXX/Webculture\" /></a>\n\n\t\t\t\n\t\t\t<!-- START: Uproxx SSO -->\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t<div id=\"mini_sso_user\">\n\t\t\t\t\t\t<div class=\"actions new_user\">\n\t\t\t\t\t\t\t<a href=\"javascript:;;\" onclick=\"build_signup_dialog(); return false\" class=\"register_a\">Sign Up</a> | \n\t\t\t\t\t\t\t<a href=\"javascript:;;\" onclick=\"build_login_dialog(); return false\" class=\"signin_a\">Sign In</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\n\t\t\t\t\t\t<!-- END: Uproxx SSO -->\n\n\t\t</div>\n\n\t\t<div id=\"main-nav\" class=\"img64-mainnav\">\n\t\t\t<ul class=\"nav\">\n\t\t\t\t<li class=\"home img64-mainnav\"><a  href=\"http://uproxx.com\">Home</a></li>\n\t\t\t\t<li class=\"cat-web img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item selected\" href=\"http://uproxx.com/webculture/\">Web Culture</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/webculture/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/webculture/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/animals/\">Animals</a>, <a href=\"http://uproxx.com/topic/art/\">Art</a>, <a href=\"http://uproxx.com/topic/billy-murray/\">Bill Murray</a>, <a href=\"http://uproxx.com/topic/celebrities-read-mean-tweets/\">Mean Tweets</a>, <a href=\"http://uproxx.com/topic/dumb-criminals/\">Dumb Criminals</a>, <a href=\"http://uproxx.com/topic/emma-stone/\">Emma Stone</a>, <a href=\"http://uproxx.com/topic/fascinating-facts/\">Fascinating Facts</a>, <a href=\"http://uproxx.com/topic/florida/\">Florida</a>, <a href=\"http://uproxx.com/topic/food/\">Food</a>, <a href=\"http://uproxx.com/topic/gifs/\">Gifs</a>, <a href=\"http://uproxx.com/topic/instagram/\">Instagram</a>, <a href=\"http://uproxx.com/topic/jennifer-lawrence/\">Jennifer Lawrence</a>, <a href=\"http://uproxx.com/topic/kate-upton/\">Kate Upton</a>, <a href=\"http://uproxx.com/topic/lol/\">.Lol</a>, <a href=\"http://uproxx.com/topic/louis-c-k/\">Louis C.K.</a>, <a href=\"http://uproxx.com/topic/mashups/\">Mashups</a>, <a href=\"http://uproxx.com/topic/memes/\">Memes</a>, <a href=\"http://uproxx.com/topic/patrick-stewart/\">Patrick Stewart</a>, <a href=\"http://uproxx.com/topic/patton-oswalt/\">Patton Oswalt</a>, <a href=\"http://uproxx.com/topic/selfies/\">Selfies</a>, <a href=\"http://uproxx.com/topic/supercuts/\">Supercuts</a>, <a href=\"http://uproxx.com/topic/the-90s/\">The 90s</a>, <a href=\"http://uproxx.com/topic/tumblr/\">Tumblr</a>, <a href=\"http://uproxx.com/topic/uproxx-20/\">UPROXX 20</a>, <a href=\"http://uproxx.com/topic/viral-video/\">Viral Videos</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-tv img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/tv/\">TV</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/tv/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/tv/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/archer/\">Archer</a>, <a href=\"http://uproxx.com/topic/arrested-development/\">Arrested Development</a>, <a href=\"http://uproxx.com/topic/boardwalk-empire/\">Boardwalk Empire</a>, <a href=\"http://uproxx.com/topic/breaking-bad/\">Breaking Bad</a>, <a href=\"http://uproxx.com/topic/brooklyn-nine-nine/\">Brooklyn Nine Nine</a>, <a href=\"http://uproxx.com/topic/comedy-central/\">Comedy Central</a>, <a href=\"http://uproxx.com/topic/commercials/\">Commercials</a>, <a href=\"http://uproxx.com/topic/community/\">Community</a>, <a href=\"http://uproxx.com/topic/conan/\">Conan</a>, <a href=\"http://uproxx.com/topic/fargo/\">Fargo</a>, <a href=\"http://uproxx.com/topic/game-of-thrones/\">Game of Thrones</a>, <a href=\"http://uproxx.com/topic/girls/\">Girls</a>, <a href=\"http://uproxx.com/topic/homeland/\">Homeland</a>, <a href=\"http://uproxx.com/topic/house-of-cards/\">House of Cards</a>, <a href=\"http://uproxx.com/topic/its-always-sunny-in-philadelphia/\">It&#039;s Always Sunny in Philadelphia</a>, <a href=\"http://uproxx.com/topic/jimmy-fallon/\">Jimmy Fallon</a>, <a href=\"http://uproxx.com/topic/jimmy-kimmel/\">Jimmy Kimmel</a>, <a href=\"http://uproxx.com/topic/john-oliver/\">John Oliver</a>, <a href=\"http://uproxx.com/topic/jon-stewart/\">Jon Stewart</a>, <a href=\"http://uproxx.com/topic/justified/\">Justified</a>, <a href=\"http://uproxx.com/topic/letterman/\">Letterman</a>, <a href=\"http://uproxx.com/topic/louie/\">Louie</a>, <a href=\"http://uproxx.com/topic/mad-men/\">Mad Men</a>, <a href=\"http://uproxx.com/topic/nathan-fielder/\">Nathan Fielder</a>, <a href=\"http://uproxx.com/topic/netflix/\">Netflix</a>, <a href=\"http://uproxx.com/topic/orange-is-the-new-black/\">Orange Is The New Black</a>, <a href=\"http://uproxx.com/topic/parks-and-recreation/\">Parks and Recreation</a>, <a href=\"http://uproxx.com/topic/review/\">Review</a>, <a href=\"http://uproxx.com/topic/rick-and-morty/\">Rick and Morty</a>, <a href=\"http://uproxx.com/topic/seth-meyers/\">Seth Meyers</a>, <a href=\"http://uproxx.com/topic/snl/\">SNL</a>, <a href=\"http://uproxx.com/topic/sons-of-anarchy/\">Sons of Anarchy</a>, <a href=\"http://uproxx.com/topic/south-park/\">South Park</a>, <a href=\"http://uproxx.com/topic/stephen-colbert-report/\">Stephen Colbert</a>, <a href=\"http://uproxx.com/topic/the-americans/\">The Americans</a>, <a href=\"http://uproxx.com/topic/the-blacklist/\">The Blacklist</a>, <a href=\"http://uproxx.com/topic/the-league/\">The League</a>, <a href=\"http://uproxx.com/topic/the-leftovers/\">The Leftovers</a>, <a href=\"http://uproxx.com/topic/the-simpsons/\">The Simpsons</a>, <a href=\"http://uproxx.com/topic/the-walking-dead/\">The Walking Dead</a>, <a href=\"http://uproxx.com/topic/true-blood/\">True Blood</a>, <a href=\"http://uproxx.com/topic/true-detective/\">True Detective</a>, <a href=\"http://uproxx.com/topic/veep/\">Veep</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-movies img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/movies/\">Movies</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/movies/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/filmdrunk/\">Film Drunk</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/filmdrunk/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/filmdrunk-reviews/\">Filmdrunk Reviews</a>, <a href=\"http://uproxx.com/topic/frotcast/\">Frotcast</a>, <a href=\"http://uproxx.com/topic/netflix/\">Netflix</a>, <a href=\"http://uproxx.com/topic/this-week-in-posters/\">This Week In Posters</a>, <a href=\"http://uproxx.com/topic/trailers/\">Trailers</a>, <a href=\"http://uproxx.com/topic/weekend-box-office/\">Weekend Box Office</a>, <a href=\"http://uproxx.com/topic/writers-room/\">Writer&#039;s Room</a>, <a href=\"http://uproxx.com/topic/your-mid-week-guide-to-dvd-and-streaming/\">Your Mid-Week Guide To DVD And Streaming</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-tech img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/technology/\">Tech</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/technology/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/technology/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/amazon/\">Amazon</a>, <a href=\"http://uproxx.com/topic/apple/\">Apple</a>, <a href=\"http://uproxx.com/topic/facebook/\">Facebook</a>, <a href=\"http://uproxx.com/topic/google/\">Google</a>, <a href=\"http://uproxx.com/topic/instagram/\">Instagram</a>, <a href=\"http://uproxx.com/topic/kickstarter/\">Kickstarter</a>, <a href=\"http://uproxx.com/topic/twitter/\">Twitter</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-music img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/music/\">Music</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/music/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/smokingsection/\">The Smoking Section</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://realtalkny.uproxx.com/\">RealTalk NY</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/music/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/cover-songs/\">Cover Songs</a>, <a href=\"http://uproxx.com/topic/live-music/\">Live Music</a>, <a href=\"http://uproxx.com/topic/music-news/\">Music News</a>, <a href=\"http://uproxx.com/topic/music-videos/\">Music Videos</a>, <a href=\"http://uproxx.com/topic/new-music/\">New Music</a>, <a href=\"http://uproxx.com/topic/beyonce/\">Beyonce</a>, <a href=\"http://uproxx.com/topic/dave-grohl/\">Dave Grohl</a>, <a href=\"http://uproxx.com/topic/iggy-azalea/\">Iggy Azalea</a>, <a href=\"http://uproxx.com/topic/jack-white/\">Jack White</a>, <a href=\"http://uproxx.com/topic/jay-z/\">Jay Z</a>, <a href=\"http://uproxx.com/topic/justin-bieber/\">Justin Biever</a>, <a href=\"http://uproxx.com/topic/kanye-west/\">Kanye West</a>, <a href=\"http://uproxx.com/topic/miley-cyrus/\">Miley Cyrus</a>, <a href=\"http://uproxx.com/topic/the-black-keys/\">The Black Keys</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-sports img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/sports/\">Sports</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/sports/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://kissingsuzykolber.uproxx.com/\">Kissing Suzy Kolber</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/prowrestling/\">Pro Wrestling</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/sports/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/college-football/\">College Football</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/mlb/\">MLB</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/nba/\">NBA</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/nfl/\">NFL</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/ufc/\">UFC</a>, \n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/wwe/\">WWE</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/wwe-raw/\">WWE Raw</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://kissingsuzykolber.uproxx.com/tag/lolnfl\">LOL NFL</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://kissingsuzykolber.uproxx.com/tag/mailbag\">KSK Mailbag</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-geeks img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/gammasquad/\">Geek &amp; Sci-Fi</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/gammasquad/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/gammasquad/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/agents-of-shield/\">Agents of Shield</a>, <a href=\"http://uproxx.com/topic/animation/\">Animation</a>, <a href=\"http://uproxx.com/topic/arrow/\">Arrow</a>, <a href=\"http://uproxx.com/topic/batman-vs-superman/\">Batman vs. Superman</a>, <a href=\"http://uproxx.com/topic/batman/\">Batman</a>, <a href=\"http://uproxx.com/topic/comics/\">Comics</a>, <a href=\"http://uproxx.com/topic/cosplay/\">Cosplay</a>, <a href=\"http://uproxx.com/topic/dc-comics/\">DC Comics</a>, <a href=\"http://uproxx.com/topic/gotham/\">Gotham</a>, <a href=\"http://uproxx.com/topic/guardians-of-the-galaxy/\">Guardians of the Galaxy</a>, <a href=\"http://uproxx.com/topic/hannibal/\">Hannibal</a>, <a href=\"http://uproxx.com/topic/jurassic-world/\">Jurassic World</a>, <a href=\"http://uproxx.com/topic/marvel/\">Marvel</a>, <a href=\"http://uproxx.com/topic/sleepy-hollow/\">Sleepy Hollow</a>, <a href=\"http://uproxx.com/topic/star-trek/\">Star Trek</a>, <a href=\"http://uproxx.com/topic/star-wars/\">Star Wars</a>, <a href=\"http://uproxx.com/topic/superman/\">Superman</a>, <a href=\"http://uproxx.com/topic/teenage-mutant-ninja-turtles/\">Teenage Mutant Ninja Turtles</a>, <a href=\"http://uproxx.com/topic/transformers-age-extinction/\">Transformers Age of Extinction</a>, <a href=\"http://uproxx.com/topic/video-games/\">Video Games</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<ul class=\"nav-social\">\n\t\t\t\t<li class=\"social-drop\">\n\t\t\t\t\t<a class=\"social img64-socialicons\" href=\"javascript:;;\">Find Us</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"tagline\">\n\t\t\t\t\t\t\t\t\tGet the most buzzing web content in your social feeds!\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"social-buttons\">\n\t\t\t\t\t\t\t\t\t<div class=\"social-fb\"><b>Facebook</b></div>\n\t\t\t\t\t\t\t\t\t<div class=\"social-tw\"><b>Twitter</b></div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"social-buttons\">\n\t\t\t\t\t\t\t\t\t<div class=\"social-fb\"><div class=\"fb-like\" data-href=\"http://www.facebook.com/pages/UPROXX/116548701336\" data-send=\"false\" data-layout=\"button_count\" data-width=\"75 data-show-faces=\"false\"></div></div>\n\t\t\t\t\t\t\t\t\t<div class=\"social-tw\"><a style=\"height:20px; display: block;\" href=\"https://twitter.com/UPROXX\" class=\"twitter-follow-button\" data-show-count=\"false\" data-dnt=\"true\">Follow @UPROXX</a><script>!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');</script>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"search-drop\">\n\t\t\t\t\t<a class=\"search img64-socialicons\" href=\"javascript:;;\">Search</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<form id=\"search-box\" action=\"http://uproxx.com/\" method=\"get\">\n\t\t\t\t\t\t\t\t<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"middle\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input id=\"s\" class=\"searchfield\" type=\"text\" onblur=\"if(this.value=='') {this.value='TYPE TO SEARCH';}\" onfocus=\"if(this.value=='TYPE TO SEARCH') {this.value='';}\" value=\"TYPE TO SEARCH\" name=\"s\" />\n\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"middle\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"searchsubmit\" type=\"submit\" value=\" Go \" />\n\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<br style=\"clear: both;\" />\n\t\t</div>\n\n\t</div>\n</div>\t\t<!-- END: Header //-->\n\t\t\n\t\t<!-- START: ATF Split //-->\n\t\t<div id=\"block-728\">\n\t<div class=\"wrapper\">\n\t\t<div class=\"ad-728\">\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGA_googleFillSlot(\"Uproxx_WC_A_Masthead_728x90\");\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t</script>\n\n\t\t\t\t\n\t\t\t\n\t\t</div>\n\t</div>\n</div>\t\t<!-- END: ATF Split //-->\n\t\t\n\t\t<!-- START: Content //-->\n\t\t<div id=\"page\">\n\t\t\t<div id=\"wrapper\">\n\t\t\t\t<div id=\"colcontainer\">\n\t\t\t\t\t\n\n\t<a id=\"btn-overlay_prev\" href=\"http://uproxx.com/smokingsection/2014/12/bizzy-crook-coming-to-america-mixtape-download/\" onclick=\"_gaq.push(['_trackEvent', 'Overlay Navigation', 'Previous Post', 'Bizzy Crook Surprises On Coming To America Mixtape']);\">\n\t\t<i id=\"btn-overlay_prev_trigger\"></i>\n\t\t<div class=\"meta\">\n\t\t\t<img class=\"attachment-thumbnail wp-post-image\" src=\"http://uproxx.files.wordpress.com/2014/12/bizzy-crook-coming-to-america.jpg?w=80&#038;h=80&#038;crop=1\" />\n\t\t\t<div class=\"title\"><span>\n\t\t\t\tBizzy Crook Surprises On &#039;Coming To America&#039; Mixtape\t\t\t</span></div>\n\t\t</div>\n\t</a>\n\n\n\t<a id=\"btn-overlay_next\" href=\"http://uproxx.com/filmdrunk/2014/12/salma-hayek-becomes-jane-wick-in-the-blood-soaked-trailer-for-everly/\" onclick=\"_gaq.push(['_trackEvent', 'Overlay Navigation', 'Next Post', 'Salma Hayek Becomes Jane Wick In The Hilariously Violent Trailer For Everly']);\">\n\t\t<div class=\"meta\">\n\t\t\t<div class=\"title\"><span>\n\t\t\t\tSalma Hayek Becomes Jane Wick In The Hilariously Violent Trailer For &#039;...\t\t\t</span></div>\n\t\t\t<img class=\"attachment-thumbnail wp-post-image\" src=\"http://uproxx.files.wordpress.com/2014/12/everly.jpg?w=80&#038;h=80&#038;crop=1\" />\n\t\t</div>\n\t\t<i id=\"btn-overlay_next_trigger\"></i>\n\t</a>\n\n<div id=\"col1\">\n\t<div class=\"wrapper\">\n\n\t\t\t\t\t<div class=\"block single\" id=\"post-758513\">\n\t\t\t\t\t<div class=\"post\">\n\t\t\t\t\t\t<div class=\"post-top\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<h1>\n\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/\" rel=\"bookmark\" title=\"Permanent Link to A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\">A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town</a>\n\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t<span class=\"author\">\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\tBy <span class=\"authorname\"><a href=\"http://uproxx.com/author/jason-tabrys/\" title=\"Posts by Jason Tabrys\" class=\"author url fn\" rel=\"author\">Jason Tabrys</a></span> &bullet; <span class=\"date\">12.29.14</span>\n\t\t\t\t\t\t\t</span>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"post-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ug_page\" style=\"display:block\">\n\t\t\t\t\t\t\t\t<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='650' height='396' src='http://www.youtube.com/embed/3fgCw8RU2zQ?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></p>\n<p><div class=\"inline-share\"><div class=\"post-top\">Share This Video<br/></div></div></p>\n<p>It may seem old fashioned, but I sometimes view the internet and the real world as two separate places. Because of that, it seems weird to me when I see something as typically impact-free as a Reddit post have a very real effect on a small town, but that&#8217;s exactly what happened to the town of Mammoth, Arizona <a href=\"http://www.jrn.com/kgun9/news/Internet-mystery-envelops-Mammoth-286870951.html\" target=\"_blank\" target=\"_blank\">after a fictional post got taken literally</a>.</p>\n<blockquote><p>On the social media site Reddit, a user who goes by the name Lindsey posted a story about an Ebola-like illness taking over the small town.</p>\n<p>&#8220;Eleven days ago, on the 3rd, an older woman who runs a home daycare in my town was found dead in her bathroom by a parent who was picking up his daughter,&#8221; Lindsey wrote. &#8220;The kids were all really agitated and told police that Mrs. Booker (the deceased) had been yelling at them and bleeding from her eye before she went into the bathroom and collapsed in her bathtub.&#8221;</p>\n<p>Lindsey goes on to say children began dying, then it spread to others around Mammoth. She said everyone who passed away experienced similar symptoms.</p>\n<p>Adding to the panic, Lindsey wrote: &#8220;To the person calling businesses here: that is not us answering. Our downtown has been shut down all day. I called a couple places where I know the business owners and employees and the people who answered are not locals. I don&#8217;t know what they told you but they&#8217;re not from here.&#8221;</p>\n<p>She said it was a cover-up to keep the sickness contained. But, Lindsey was about to fall victim: &#8220;I noticed a small bruise on my arm that upon further f***ing inspection spreads all the way down one side of my back. I&#8217;m so f***ing scared. I had a breakdown where I just screamed at the wall and cried and there was blood in my tears and that was like an hour ago.&#8221;</p>\n<p>She said she needed help, and with the exposure of 1.4 million Reddit users, she got the attention she needed.</p></blockquote>\n<p>Apparently Lindsey’s posts were so well constructed that people called residents in the town to see what was up and the 911 dispatcher was inundated. Folks in the comment section also began to corroborate and expound upon the claims.</p>\n<p>Curious about the inadvertent internet firestarter behind this? Here&#8217;s an excerpt from an email interview that the local ABC affiliate did with C.K. Walker aka &#8220;Lindsey&#8221;, the person who started the story.</p>\n<blockquote><p>&#8220;We received mixed reactions. Some people thought it was provocative and interesting &#8211; others got upset and called us &#8220;terrorists&#8221;. This really only happened because the story went viral &#8211; those who are a part of the forum know that everything posted in it is fiction; it&#8217;s actually noted on the sidebar. When it made it outside of Reddit, people didn&#8217;t bother to research the website the stories were posted on and that&#8217;s when things went downhill.</p>\n<p>Also, suspension of disbelief is a requirement for the website and any comments debunking the story were deleted for breaking the rules. This just added to the immersion and eventually things got out of control.</p>\n<p>There was a sort of perfect storm that occurred when not only were people in the comments playing along quite convincingly but also that there were, for unknown reasons, actual roadblocks set up on the 77 (from what I was told).&#8221;</p></blockquote>\n<p>So, what have we learned? F*ck if I know. These are either terrifying times or a time when the things that terrify us are constantly shown in a loop on a screen that is constantly in front of our faces. That means that people&#8217;s freak-out button is a bit more accessible than usual. It&#8217;s not good to hit that button, but it&#8217;s ultimately not the writer&#8217;s fault that people didn&#8217;t check to see what was at the heart of this minor panic.</p>\n<p>Really, the only defense against something like this is a more diligent inspection of things before we react to them (which would seem to defy our reflexive nature), or a heartier application of skepticism. The former is more time consuming than the latter but we also shouldn&#8217;t get to a point where we roll our eyes whenever someone says that they saw a wolf. Cause wolves, man. They out there.</p>\n<p><div class=\"inline-share\"><div class=\"post-top\">Share This<br/></div></div></p>\n<p>Source: <a href=\"http://www.jrn.com/kgun9/news/Internet-mystery-envelops-Mammoth-286870951.html\" target=\"_blank\" target=\"_blank\">KGUN 9</a><a href=\"https://uproxx.files.wordpress.com/2014/12/mammoth.jpg\"><br />\n</a></p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"multipage-nav\"></div>\n\t\t\t\t\t\t<br/>\n\n\t\t\t\t\t\t<div class=\"post-bottom\">\n\t \n\t<div class=\"post-topics\"><strong>TAGS</strong><a href=\"http://uproxx.com/tag/ebola/\">Ebola</a><a href=\"http://uproxx.com/tag/internet-panic/\">Internet Panic</a><a href=\"http://uproxx.com/tag/mammoth/\">Mammoth</a><a href=\"http://uproxx.com/tag/reddit/\">REDDIT</a></div></div>\t\t\t\t\t\t<script type=\"text/javascript\">\n\thead.ready(\"core\", function(){\n\t\tUPROXX_bigshare();\n\t});\n</script>\n\t\t\t\t\t</div>\n\n\t\t\t\t</div>\n\n\t\t\t\t\n\t\n\t\t<!-- Uproxx_600x300 -->\n\t\t<script type='text/javascript'>\n\t\tGA_googleFillSlot(\"Uproxx_600x300\");\n\t\t</script>\n\n\t\n\n\t\t\t\t\t\t\t\t\t\n<div id=\"gravity-module\" style=\"margin: 15px 0 0 0;\">\n\t<div class=\"gravity-header\"></div>\n\t<div id=\"grv-personalization-14\"></div>\n\t<script type='text/javascript'>\n\t  //<![CDATA[\n\t\t(function(){\n\t\twindow.gravityInsightsParams = {\n\t\t  'type': 'content',\n\t\t  'action': '',\n\t\t  'site_guid': 'a9a15d2c67337642a3ad00b3534679a1'\n\t\t};\n\t\tvar 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)||\"\";\n\t\twlUrl=(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-14&pl=14\"+ (\"&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));})();\n\t  //]]>\n\t</script>\n</div>\n\n<div id=\"entry-widget\">\n\t<script type=\"text/javascript\" id=\"entru_co279\">\n\t\t(function(){\n\t\t\tvar s=document.createElement(\"script\"); s.type=\"text/javascript\"; s.async=true; s.src=\"//entru.co/279?url=\"+encodeURIComponent(window.location.href);\n\t\t\tvar x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);\n\t\t})();\n\t</script>\n</div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- Uproxx_Advertorial_Post -->\n\t\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\tGA_googleFillSlot(\"Uproxx_Advertorial_Post\");\n\t\t\t\t\t\t</script>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"inline-signin\">\n\t<h4>Join The Discussion</h4>\n\t<ul class=\"options\">\n\t\t<li id=\"login_fb\" class=\"signin_a\" onclick=\"build_oauth_lb('fb'); return false;\">Sign In With</li>\n\t\t<li id=\"login_tw\" class=\"signin_a\" onclick=\"build_oauth_lb('tw'); return false;\">Sign In With Twitter</li>\n\t\t<li id=\"login_em\" class=\"signin_a\" onclick=\"build_signup_dialog(); return false\">Sign In With Email</li>\n\t</ul>\n</div>\n\t\t\t\t\n\t\t\t\t\n<!-- You can start editing here. -->\n\n\n<script>\n\tvar uproxx_ping = \"http://profile.uproxx.com/api/num_comments.php?post_id=758513&blog_id=10\";\n\tvar uproxx_last_comment_id = 0;\n\tvar uproxx_shown_comments = 0;\n\tvar uproxx_mode = \"blog\";\n\tvar uproxx_post_id = \"758513\";\n\tvar uproxx_post_url = \"http://uproxx.com/webculture/2014/12/a-reddit-post-about-a-fake-ebola-like-illness-sparked-a-panic-in-and-around-an-arizona-town/\";\n\tvar uproxx_site_url = \"http://uproxx.com\";\n\tvar uproxx_theme_url = \"http://s0.wp.com/wp-content/themes/vip/uproxx\";\n\tvar uproxx_extra_field = false;\n\tvar uproxx_extended_form = false;\n\tvar uproxxsso_num = 5;\n\tvar uproxxsso_original_num = uproxxsso_num;\n\tvar uproxxsso_int;\nvar uproxxsso_realtime = false;\n</script>\n\n<!-- Post Timestamp: 2014-12-30 01:30:41 //-->\n\n<div id=\"comments\" class=\"comment-stream\">\n\t\t\t<br/>\n\t\t\n\t\t\n\t<div id=\"comment-leader\" style=\"margin-bottom: 10px;\">\n\t\t<div class=\"comment-author vcard avatar-cell\">\n\t\t\t<a class=\"view_profile\" onclick=\"build_profile_dialog(57540); return false\" rel=\"57540\" href=\"javascript:;;\" target=\"_ext\"><img src=\"http://p.uproxxcdn.com/photo/57540/thumb\" width=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"57540\" onclick=\"build_profile_dialog(57540); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\n\t\t</div>\n\t\n\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t<b><span id=\"num_comments\">5</span></b> comments\t\t\t</div>\n\t\t\t<div class=\"comment_author\">\n\t\t\t\tJason Tabrys <span style=\"font-weight: normal;\">posted</span>\t\t\t\t\t\t\t\n\t\t\t</div>\n\t\t\t<div class=\"comment-body\">\t\t\t\t\t\t\t\t\t\n\t\t\t\t<p style=\"font-weight: bold !important;\">\"A Reddit Post About A Fake Ebola-Like Illness Sparked A Panic In And Around An Arizona&nbsp;Town\"</p>\n\t\t\t</div>\n\t\t</div>\n\t\t\t\n\t\t<div class=\"clear\"></div>\n\t</div>\n\t\n\t<div class=\"clear\"></div>\n\n\t<ol class=\"commentlist\">\n\t\t\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2517219\">\n\t\t<div id=\"comment-2517219\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(32221); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/32221/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"32221\" onclick=\"build_profile_dialog(32221); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 9:14 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"SatanHimself\">\n\t\t\t\t\tSatanHimself\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>&#8220;&#8230;an Arizona town&#8221;. </p>\n<p>Nope, don&#8217;t even need to read this article to figure out what probably happened.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1 highlander-comment\" id=\"li-comment-2517222\">\n\t\t<div id=\"comment-2517222\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(51824); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/51824/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"51824\" onclick=\"build_profile_dialog(51824); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 9:15 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"stevehandjobs\">\n\t\t\t\t\tstevehandjobs\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>Jesus.<br />\nPeople are morons.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2517637\">\n\t\t<div id=\"comment-2517637\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(37728); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/37728/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"37728\" onclick=\"build_profile_dialog(37728); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 9:52 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Lolba\">\n\t\t\t\t\tLolba\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>pretty soon all this creative shit on the internet gonna be illegal, like yelling &#8216;fire&#8217; in a crowded theatre. mark my words.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1 highlander-comment\" id=\"li-comment-2518915\">\n\t\t<div id=\"comment-2518915\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(32417); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/32417/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"32417\" onclick=\"build_profile_dialog(32417); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.30.14 at 2:12 am\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"WTFkid\">\n\t\t\t\t\tWTFkid\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>Fuck Reddit.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2519446\">\n\t\t<div id=\"comment-2519446\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(43639); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/43639/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"43639\" onclick=\"build_profile_dialog(43639); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.30.14 at 12:01 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Phyllis Rivers\">\n\t\t\t\t\tPhyllis Rivers\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>I&#8217;m surprised that hillbillies even know about Reddit.</p>\n<p>#thanksobama</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t\t\n\t\t\t</ol>\n\n\t<div id=\"respond\">\n\t<div id=\"uproxxsso_num_comments\"></div>\n\t\n\t\t\n\t<div class=\"comment-fields\">\n\n\t\t\n\t\t\t\t\n\t\t<form action=\"\" method=\"post\" id=\"commentform\">\n\t\t\t<div class=\"avatar-cell avatar-cell-logged-out\">\n\t\t\t\t<img src=\"http://p.uproxxcdn.com/content/default-avatar.jpg\" alt=\"[avatar]\" />\n\t\t\t</div>\n\t\t\t\n\t\t\t<p>\n\t\t\t\tJoin the discussion. <a href=\"javascript:;;\" onclick=\"build_login_dialog(); return false\" class=\"signin_a\">Sign In</a> or <a href=\"javascript:;;\" onclick=\"build_signup_dialog(); return false\" class=\"register_a\">Register</a>\n\t\t\t</p>\n\t\t\t\n\t\t\t<div class=\"comment_box\">\n\t\t\t\t<label for=\"comment\" style=\"width: 0px;\"></label>\n\t\t\t\t<textarea name=\"comment\" id=\"comment\" class=\"disabled\" tabindex=\"4\" disabled=\"disabled\">You must be logged in to comment.</textarea>\n\t\t\t</div>\n\t\t</form>\n\t\t<br/>\n\t\t\t\t\n\t\n\t</div>\n\n</div>\t\n\t<script type=\"text/javascript\">\n\tuproxx_last_comment_id=2517219;uproxx_shown_comments=5;\t\tif(uproxx_mode == \"blog\"){\n\t\t\ttry {\n\t\t\t\tuproxx_sort_replies();\n\t\t\t} catch(e) {\n\t\t\t\t// handle an exception here if lettering doesn't exist or throws an exception\n\t\t\t}\n\t\t}\n\t</script>\n\n\t\n\t\t\t<!-- If comments are open, but there are no comments. -->\n\t\t\n\n</div>\n\n\t</div>\n</div>\n\n\n<div id=\"col2\">\n\t<div class=\"ad-top-300x250\">\n\n\n\t\n\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\t\tGA_googleFillSlot(\"Uproxx_WC_A_Sidebar_Top_300x250\");\n\t\t\t\n\t\t\t\t</script>\n\n\t\n\n</div>\t\n\t<br/>\n\n\t<div id=\"sticky-sidebar\">\n\t\n\t\t<!-- START: Uproxx SSO -->\n\t\n\n<div id=\"platform-widget\">\n\t<div class=\"banner-header\">Uproxx Social</div>\n\t<div id=\"sso_sidebar\">\n\t\t\n\t\t\t\t\n\t\t\t<h4>Sign Up</h4>\n\t\t\t<ul class=\"options\">\n\t\t\t\t<li id=\"login_fb\" class=\"signin_a\" onclick=\"build_oauth_lb('fb'); return false;\">Facebook</li>\n\t\t\t\t<li id=\"login_tw\" class=\"signin_a\" onclick=\"build_oauth_lb('tw'); return false;\">Twitter</li>\n\t\t\t\t<li id=\"login_em\" class=\"signin_a\" onclick=\"build_signup_dialog(); return false\">Email</li>\t\t\n\t\t\t</ul>\n\t\t\n\t\t\t\n\t\t<div class=\"clear\"></div>\n\t\t\n\t\t<div id=\"sidebar-contact\">\n\t\t\t<ol>\n\t\t\t\t<li>Have a tip for us?\n\t\t\t\t\t\t\t\t\t<a href=\"mailto:&#116;&#105;&#112;&#115;&#64;&#117;&#112;&#114;&#111;&#120;&#120;&#46;&#99;&#111;&#109;\">&#116;&#105;&#112;&#115;&#64;&#117;&#112;&#114;&#111;&#120;&#120;&#46;&#99;&#111;&#109;</a>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t</ol>\n\t\t</div>\n\t\t\n\t\t<div id=\"sidebar-like\">\n\t\t\t<span style=\"float: left; display: block; margin-right: 10px; line-height: 20px;\">Like us on Facebook</span>\n\t\t\t<div id=\"fb-like-page\">\n\t\t\t\t<iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FUPROXX&amp;width=90&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;show_faces=false&amp;appId=117400151618132\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:21px;\" allowTransparency=\"true\"></iframe>\n\t\t\t</div>\n\t\t</div>\n\t\t\n\t</div>\n\t<div class=\"clear\"></div>\t\n</div>\n\n<!-- END: Uproxx SSO -->\n\n<script type=\"text/javascript\">\nfunction build_oauth_lb(type) {\n\tvar uproxx_action_href = 'http://profile.uproxx.com/signup';\n\tif (type == 'fb') {\n\t\tbuild_lb(uproxx_action_href + \"?action=fbauth&social=facebook&back_url=\" + uproxxsso_back, 650, 290);\n\t}\n\tif (type == 'tw') {\n\t\tbuild_lb(uproxx_action_href + \"?action=twauth&social=twitter&back_url=\" + uproxxsso_back, 650, 290);\n\t}\n\treturn false;\n}\n</script>\n\t\t\n\t</div>\n</div>\n<script type='text/javascript'>\n\t\t\t\t\t\t\t\tvar _gaq = _gaq || [];\n\t\t\t\t\t\t\t\t_gaq.push(['_setAccount', 'UA-4046454-1']);\r\n_gaq.push(['_trackPageview']);\n\n\t\t\t\t\t\t\t\t(function() {\n\t\t\t\t\t\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\t\t\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\t\t\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t\t\t\t\t\t})();\n\t\t\t\t\t\t\t</script>\r\n\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<br style=\"clear: both;\" />\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"sticky_stop\" style=\"width: 728px; height: auto; margin: 0 auto;\">\n\t\t\t\t\t\t<div style=\"margin: 10px auto; width: 728px;\">\n\n\t\n\t\t<script type='text/javascript'>\n\t\t\t\t\tGA_googleFillSlot(\"Uproxx_Footer_728x90\");\n\n\t\t\t\t</script>\n\n\t\n</div>\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<br style=\"clear: both;\" />\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"uproxxSpringboard\">\n\t<div id=\"upWidgetFooterMain\">\n\t\t<div class=\"ufw-content\">\n\t\t\t<div class=\"ufw-header\">\n\t\t\t\t<div style=\"float: left; width: 140px;\">\n\t\t\t\t\t<a onclick=\"javascript:_gaq.push(['_trackPageview','/outbound/springboard/uproxx.com/');\" href=\"http://uproxx.com/\" target=\"_parent\"><img border=\"0\" width=\"125\" height=\"35\" src=\"http://cdn.widgets.uproxx.com/springboard/design/footer-logo-2013b.png\" alt=\"\"></a>\n\t\t\t\t</div>\n\t\t\t\t<div style=\"float: left; width: 120px; text-align: right; font:11px/39px helvetica,arial,sans-serif;\">\n\t\t\t\t\tDo you like UPROXX?\n\t\t\t\t</div>\n\t\t\t\t<div id=\"fb_footer_like\">\n\t\t\t\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FUPROXX%2F116548701336&amp;layout=standard&amp;show_faces=false&amp;width=690&amp;action=like&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:690px; height:35px;\" allowtransparency=\"true\"></iframe>\n\t\t\t\t</div>\n\t\t\t\t<br style=\"clear: both;\">\n\t\t\t\t<div class=\"ufw-insidefooter\">\n\t\t\t\t\t<div style=\"float: left;\">\n\t\t\t\t\t\t<a href=\"http://feeds.feedburner.com/uproxx/springboard\" rel=\"nofollow\">RSS Feed</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<a href=\"http://jobs.uproxx.com/\" target=\"_parent\" rel=\"nofollow\">Jobs at UPROXX</a> | <a href=\"mailto:info@uproxx.com\" rel=\"nofollow\">Contact</a> | <a href=\"mailto:info@uproxx.com\" rel=\"nofollow\">Advertising</a> | <a href=\"http://uproxx.com/about/\" target=\"_parent\" rel=\"nofollow\">The UPROXX Team</a> | <a href=\"http://uproxx.com/terms-of-use/\" target=\"_parent\" rel=\"nofollow\" class=\"footer-highlight\">Terms of Use</a> | <a href=\"http://uproxx.com/notices/\" target=\"_parent\" rel=\"nofollow\">Copyright Notices</a> | <a href=\"http://uproxx.com/privacy/\" target=\"_parent\" rel=\"nofollow\">Privacy Policy</a>\n\t\t\t\t\t<br style=\"clear: both;\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\nPowered by <a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\">WordPress.com VIP</a>\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- END: Content //-->\n\t\t\t\t\n\t\t\t</div>\n\t\t\t<!-- END: Page Wrapper //-->\n\t\t\t\n\t\t</div>\n\t\t<!-- END: Page //-->\n\n\t\t<!-- wpcom_wp_footer -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar HighlanderComments = {\"loggingInText\":\"Logging In\\u2026\",\"submittingText\":\"Posting Comment\\u2026\",\"postCommentText\":\"Post Comment\",\"connectingToText\":\"Connecting to %s\",\"commentingAsText\":\"%1$s: You are commenting using your %2$s account.\",\"logoutText\":\"Log Out\",\"loginText\":\"Log In\",\"connectURL\":\"http:\\/\\/uproxx.wordpress.com\\/public.api\\/connect\\/?action=request\",\"logoutURL\":\"https:\\/\\/uproxx.wordpress.com\\/wp-login.php?action=logout&_wpnonce=a396404e53\",\"homeURL\":\"http:\\/\\/uproxx.com\\/\",\"postID\":\"758513\",\"gravDefault\":\"mystery\",\"enterACommentError\":\"Please enter a comment\",\"enterEmailError\":\"Please enter your email address here\",\"invalidEmailError\":\"Invalid email address\",\"enterAuthorError\":\"Please enter your name here\",\"gravatarFromEmail\":\"This picture will show whenever you leave a comment. Click to customize it.\",\"logInToExternalAccount\":\"Log in to use details from one of these accounts.\",\"change\":\"Change\",\"changeAccount\":\"Change Account\",\"comment_registration\":\"\",\"userIsLoggedIn\":\"\",\"isJetpack\":\"0\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1414003384j'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><!-- 18 queries in 0.219 seconds, using 19.42MB memory --><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'60970621','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'60970621','v':'wpcom','tz':'-5','user_id':'0','post':'758513','subd':'uproxx'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=60970621&v=wpcomvt&tz=-5&user_id=0&post=758513&subd=uproxx&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTcvLiZqPSsmRG1jT2Zid1AuTnhRV1hEbSZjMnQvTDhtNVFBUHlLS2djUj9GaH5MT0U1WXpzOUdmSzhqcERTY1AxajRhP0U3UkVyWzN4OGQ2OTZpa3pLPzQtbFY5Z0FwfHclaSZdSXlyZTlYJmtXTzY5U0Zrb1c4b2NnTWFCaWgmKy8mb1hvaVhjcGRkcFR1RnJlJVNdejRxR0E2SXZkTkJxfjRLTl9qQw=='});\naddLoadEvent(function(){linktracker_init('60970621',758513);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\t\t\t\t\n\t\t\n\t<!-- Start Quantcast tag -->\n\t\t<script type=\"text/javascript\" src=\"http://edge.quantserve.com/quant.js\"></script>\n\t\t<script type=\"text/javascript\">_qacct=\"p-73t-O7FWprUTo\";quantserve();</script>\n\t\t<noscript>\n\t\t\t<a href=\"http://www.quantcast.com/p-73t-O7FWprUTo\" target=\"_blank\"><img src=\"http://pixel.quantserve.com/pixel/p-73t-O7FWprUTo.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/></a>\n\t\t</noscript>\n\t<!-- End Quantcast tag -->\n\n\t<!-- Begin comScore Tag -->\n\t\t<script type=\"text/javascript\">\n\t\t\tdocument.write(unescape(\"%3Cscript src='\" + (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js' %3E%3C/script%3E\"));\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tCOMSCORE.beacon({ c1:2, c2:6035083, c3:\"\", c4:\"\", c5:\"\", c6:\"\", c15:\"\"});\n\t\t</script>\n\t\t<noscript>\n\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035083&c3=&c4=&c5=&c6=&c15=&cj=1\" />\n\t\t</noscript>\n\t<!-- End comScore Tag -->\n\n\t<!-- Start Chartbeat -->\n\t<script type=\"text/javascript\">\n\tvar _sf_async_config={uid:11578,domain:\"uproxx.com\",sections:\"UPROXX\"};\n\t(function(){\n\t\tfunction loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") + \"js/chartbeat.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t}\n\t\tvar oldonload = window.onload;\n\t\twindow.onload = (typeof window.onload != 'function') ?\n\t\t\tloadChartbeat : function() { oldonload(); loadChartbeat(); };\n\t})();\n\t</script>\n\t<!-- End Chartbeat -->\n\t\n\t<!-- Start Gravity -->\n\t<script type='text/javascript'>\n\t//<![CDATA[\n\t(function(){\n\t\twindow.gravityInsightsParams = {\n\t\t\t'type': 'content',\n\t\t\t'action': '',\n\t\t\t'site_guid': 'a9a15d2c67337642a3ad00b3534679a1'\n\t\t};\n\t\tvar 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\";\n\t   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));})();\n\t //]]>\n\t</script>\n\t<!-- End Gravity -->\n\t\n\t\t\t<!-- START Parse.ly Include: Standard -->\n\t\t<div id=\"parsely-root\" style=\"display: none\">\n\t\t  <a id=\"parsely-cfg\" data-parsely-site=\"uproxx.com\" href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n\t\t</div>\n\t\t<script>\n\t\t(function(s, p, d) {\n\t\t\tvar h=d.location.protocol, i=p+\"-\"+s,\n\t\t\t\te=d.getElementById(i), r=d.getElementById(p+\"-root\");\n\t\t\tif (e) return;\n\t\t\te = d.createElement(s); e.id = i; e.async = true;\n\t\t\te.src = h+\"//static.parsely.com/p.js\"; r.appendChild(e);\n\t\t})(\"script\", \"parsely\", document);\n\t\t</script>\n\t\t<!-- END Parse.ly Include -->\n\t\n\t<script type=\"application/javascript\" src=\"//s.uadx.com/f0ff1590-28dd-11e4-949f-22000afe405e:783ede90-37b2-11e4-82f3-22000afe405e.js\"></script>\n\t\n\t<!-- Start Alexa Certify Javascript -->\n\t<script type=\"text/javascript\">\n\t_atrk_opts = { atrk_acct:\"N7zxk1aUy100gF\", domain:\"uproxx.com\",dynamic: true};\n\t(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); })();\n\t</script>\n\t<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=N7zxk1aUy100gF\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n\t<!-- End Alexa Certify Javascript -->  \n\n\t\t\n\t\t<script type=\"application/ld+json\">\n{\n  \"@context\": \"http://schema.org\",\n  \"@type\": \"WebSite\",\n  \"url\": \"https://uproxx.com/\",\n  \"potentialAction\": {\n    \"@type\": \"SearchAction\",\n    \"target\": \"https://uproxx.com/?s={search_term_string}\",\n    \"query-input\": \"required name=search_term_string\"\n  }\n}\n</script>\t</body>\n</html>"
  },
  {
    "path": "tests/data/html/uproxx.com2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" \n\t  xmlns:og=\"http://opengraphprotocol.org/schema/\"\n\t  xmlns:fb=\"http://ogp.me/ns/fb#\">\n\t<!--\n\tgenerated in 0.468 seconds\n\t67118 bytes batcached for 300 seconds\n-->\n<head profile=\"http://gmpg.org/xfn/11\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\t\t<title>Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Show</title>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\" />\n\t\t<meta name=\"Copyright\" content=\"2015 UPROXX Media\" />\n\t\t<meta name=\"googlebot\" content=\"archive\" />\n\t\t<meta name=\"viewport\" content=\"width=1100,maximum-scale=1.0\" />\n\t\t<meta name=\"twitter:widgets:csp\" content=\"on\" />\n\t\t<link rel=\"shortcut icon\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/favicon.ico?m=1397225450g\" type=\"image/x-icon\" />\n\t\t<link rel=\"apple-touch-icon-precomposed\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/images/apple-touch-icon-72x72.png?m=1394696743g\" />\n\t\t\t<meta property=\"og:title\" content=\"Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\" />\n\t<meta property=\"og:url\" content=\"http://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show/\" />\n\t<meta property=\"og:site_name\" content=\"UPROXX\" />\n\t<meta property=\"og:type\" content=\"blog\" />\n\t<meta property=\"og:image\" content=\"http://uproxx.files.wordpress.com/2014/12/shaun-of-the-dead-live.jpg?w=650\" /> \n\t<meta property=\"fb:app_id\" content=\"117400151618132\" />\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/UPROXX\" />\n\t<link rel=\"image_src\" href=\"http://uproxx.files.wordpress.com/2014/12/shaun-of-the-dead-live.jpg?w=650\" />\n\t<meta name='parsely-page' content='{\"title\":\"Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\",\"link\":\"http:\\/\\/uproxx.com\\/filmdrunk\\/2014\\/12\\/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show\\/\",\"image_url\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/shaun-of-the-dead-live.jpg?w=650\",\"type\":\"post\",\"post_id\":\"UP-758539\",\"pub_date\":\"2014-12-30T01:00:51Z\",\"author\":\"Ashley Burns\",\"section\":\"FILMDRUNK\"}' />\n\t<meta name='parsely-metadata' content='{\"type\": \"story\"}' />\n\t<meta name=\"author\" content=\"UPROXX Media\" />\n\t<meta name=\"twitter:card\" content=\"summary\">\n\t<meta name=\"twitter:site\" content=\"@UPROXX\">\n\t<meta name=\"twitter:creator\" content=\"@UPROXX\">\n\t<meta name=\"twitter:title\" content=\"Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\">\n\t<meta name=\"twitter:description\" content=\"The people at Almost Legal Productions are hitting the road for 15 performances of their &#039;Shaun of the Dead&#039; stage show in 2015.\">\n\t<meta name=\"twitter:image\" content=\"http://uproxx.files.wordpress.com/2014/12/shaun-of-the-dead-live.jpg?w=650\">\n<script type=\"text/javascript\">\n\tvar UPX = UPX || {};\n\tUPX.Site = {\"name\":\"UPROXX\",\"domain\":\"uproxx.com\",\"fb_app_id\":\"117400151618132\",\"twitter_handle\":\"UPROXX\"};\n\tUPX.PageData = {\"type\":\"story\",\"format\":\"story\",\"id\":758539,\"url\":\"http:\\/\\/uproxx.com\\/filmdrunk\\/2014\\/12\\/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show\\/\",\"shorturl\":\"http:\\/\\/uproxx.it\\/1ECCYGg\",\"title\":\"Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\",\"summary\":\"The people at Almost Legal Productions are hitting the road for 15 performances of their 'Shaun of the Dead' stage show in 2015.\",\"image\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/shaun-of-the-dead-live.jpg?w=650\",\"thumbnail\":\"http:\\/\\/uproxx.files.wordpress.com\\/2014\\/12\\/shaun-of-the-dead-live.jpg?w=150\",\"fanpop\":\"0\"};\n\tUPX.SocoData = {\"site_id\":10,\"user_id\":0,\"logged_in\":\"false\",\"back_url\":\"http:\\/\\/uproxx.com\\/filmdrunk\\/2014\\/12\\/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show\\/%23respond\"};\n\tuproxxsso_back = UPX.SocoData.back_url;\n</script>\t\t\t\t\t<meta name=\"robots\" content=\"index,follow\" />\n\t\t\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"UPROXX RSS Feed\" href=\"http://feeds.feedburner.com/uproxx/features\" />\n\t\t\n\t\t\n<meta name=\"description\" content=\"The people at Almost Legal Productions are hitting the road for 15 performances of their &#039;Shaun of the Dead&#039; stage show in 2015.\" /><meta name=\"news_keywords\" content=\"shaun of the dead, almost legal productions, working title, simon pegg, universal pictures\" />\n<meta name=\"keywords\" content=\"shaun of the dead, almost legal productions, working title, simon pegg, universal pictures\" />\n\t\t<script src='//r-login.wordpress.com/remote-login.php?action=js&amp;host=uproxx.com&amp;id=60970621&amp;t=1420285682&amp;back=http%3A%2F%2Fuproxx.com%2Ffilmdrunk%2F2014%2F12%2Fsimon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show%2F' type=\"text/javascript\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t/* <![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]> */\n\t\t</script>\n\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"UPROXX &raquo; Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show Comments Feed\" href=\"http://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show/feed/\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nfunction addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}\n/* ]]> */\n</script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/_static/??-eJx9jtEKwjAMRX/IGstE3IP4LaUG165pw5Lp9ve2gg+i7C03nJMbeLLxJStmBZoNp/kesoBQSLjyVCJ6/U57L7KD/1oKIwpEVHZ+NO+0hfsyYd0TO20E4S04TEgV29KITx+rjUPt+q3Rod4ReASGuX6+LCC6JmzclS72aM99Z/vuEF/hP2A9' type='text/css' media='all' />\n<link rel='stylesheet' id='uproxx-comments-modals-css'  href='http://p.uproxxcdn.com/global/css/min?sso_2012-12-14;comments_2012-09-11;modals&#038;ver=4.1-beta2-30797' type='text/css' media='' />\n<link rel='stylesheet' id='all-css-2' href='http://s0.wp.com/_static/??-eJx9j1sKwjAQRTdkHCJV7Ie4ljSm6dRJJuRRu3yjFR8I/RnugXPhDtyC0Oyz8RnyYJxJMGGAEiLPM+iUoEdyl1j8dVtpA1++KyJQsegTGMcjLnfREDxnrGZ6h7W+NSyItcrI/gdETwrjWjWajtjWaJ9zP/hXev03NGCJO0UP4exOspH7Qyt3x3a8Ayu1ZDA=' type='text/css' media='all' />\n<script type='text/javascript' src='http://s1.wp.com/_static/??-eJyFj1sOwiAQRTckxfqI/hjXQnHEQRiQgTZ19dJEE41N+jXJvSf3ZOQQhQ6UgbK0LH3o0IEoDEmZmgmka2gsr2TlkLQrF+AJtI8CaXyfRUB4NEllaDzSB/6yxsDZA3NVzrS/KqQeYVjELOSo9F0kYHz+reYbVJ/sMcroikHiqTUhmPq8IuXGjHo2q0tnf2p3603bbo+HvX0BXph4DQ=='></script>\n<script type='text/javascript' src='//cdn.optimizely.com/js/331623015.js?ver=1.0.0'></script>\n<script type='text/javascript' src='http://p.uproxxcdn.com/global/js/head.min.js?ver=20140327'></script>\n<script type='text/javascript' src='http://p.uproxxcdn.com/global/js/desktop/head.config.js?ver=20140327'></script>\n<link rel='stylesheet' id='all-css-0' href='http://s2.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1377793621g' type='text/css' media='all' />\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='highlander-comments-ie7-css'  href='http://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563g&#038;ver=20110606' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://uproxx.wordpress.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://s1.wp.com/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Paul Rudd Returns To Pawnee For The Final Season Of &#8216;Parks And Recreation&#8217;' href='http://uproxx.com/tv/2014/12/paul-rudd-returns-to-pawnee-for-the-final-season-of-parks-and-recreation/' />\n<link rel='next' title='Ludacris And His Girlfriend Join The Mile-High Engagement&nbsp;Club' href='http://uproxx.com/music/2014/12/ludacris-and-his-girlfriend-join-the-mile-high-engagement-club/' />\n<meta name=\"generator\" content=\"WordPress.com\" />\n<link rel='canonical' href='http://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show/' />\n<link rel='shortlink' href='http://uproxx.it/1ECCYGg' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=json&amp;url=http%3A%2F%2Fuproxx.com%2Ffilmdrunk%2F2014%2F12%2Fsimon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show%2F&amp;for=wpcom-auto-discovery\" /><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/1.0/?format=xml&amp;url=http%3A%2F%2Fuproxx.com%2Ffilmdrunk%2F2014%2F12%2Fsimon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show%2F&amp;for=wpcom-auto-discovery\" /><link rel='openid.server' href='http://uproxx.wordpress.com/?openidserver=1' />\n<link rel='openid.delegate' href='http://uproxx.wordpress.com/' />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://uproxx.com/osd.xml\" title=\"UPROXX\" />\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"http://wordpress.com/opensearch.xml\" title=\"WordPress.com\" />\n\t\t<style>\n\t\t\t.wpcom-related-posts ul li {\n\t\t\t\tlist-style-type: none;\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"UPROXX\" /><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\" /><meta name=\"msapplication-tooltip\" content=\"The Culture Of What&#039;s Buzzing\" /><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=http://uproxx.com/feed/;icon-uri=http://1.gravatar.com/blavatar/183101a28bcdd5740bfae2ad0f7ae1d1?s=16\" /><script type=\"text/javascript\">\nvar ajaxurl = \"https://uproxx.wordpress.com/wp-admin/admin-ajax.php\";\nvar ptm_ajax_comments_defaults = {showForm : \"\",disableForm : \"checked\",activityImagePath : \"http://uproxx.com/wp-content/themes/vip/uproxx/plugins/ptm-ajax-comments/images/activity3.gif\",activeColor : \"eeeeee\",inactiveColor : \"ffffff\",css_comment : \"comment\",css_commentform : \"commentform\",css_commentlist : \"commentlist\",css_respond : \"respond\",textNoComment : \"Please write a comment\",textAddingComment : \"Adding your comment, please wait...\",textCommentAdded : \"Your comment has been added, thank you!\",compatContentPress : \"\",compatAntispamBee : \"\",commentPosition : \"bottom\"};\n</script>\n<style type=\"text/css\">\n#ptm-ac-response{} .ptm-ac-success &gt; span{color:green;} .ptm-ac-error &gt; span{font-weight:bold;color:red;} #ptm-ac-loader{display:inline-block;} #ptm-ac-loader &gt; img{margin-left:15px;}\n</style>\n<style type=\"text/css\" id=\"syntaxhighlighteranchor\"></style>\n\t\t\n\t\t<!--[if IE]>\n\t\t\t<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"http://s0.wp.com/wp-content/themes/vip/uproxx/style-ie.css?m=1394685886g\" />\n\t\t\t<script>\n\t\t\t\thead.ready(\"jquery\", function() {\n\t\t\t\t\thead.js(\"http://s0.wp.com/wp-content/themes/vip/uproxx/js/jquery.pngFix.pack.js?m=1394685886g\");\n\t\t\t\t});\n\t\t\t</script>\n\t\t<![endif]-->\n\t\n\t\t\t<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'></script>\n\t<script type='text/javascript'>\n\t\tGS_googleAddAdSenseService(\"ca-pub-3743780883928389\");\n\t\tGS_googleEnableAllServices();\n\t</script>\n\t<script type='text/javascript'>\n\tGA_googleAddAttr(\"post_id\", \"758539\");\n\t</script>\n<script type='text/javascript'>\n\tGA_googleAddAttr(\"site\", \"movies\");\n\t\n\t\tGA_googleAddAttr(\"pagetype\", \"article\");\n\t\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Notification_Bar\");\n\t\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_SiteSkin\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Masthead_728x90\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Sidebar_Top_300x250\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Sidebar_Bot_300x250\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Footer_728x90\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"Uproxx_600x300\");\n\tGA_googleAddSlot(\"ca-pub-3743780883928389\", \"FilmDrunk_Advertorial_Post\");\n\t</script>\n\t<script type='text/javascript'>\n\t\tGA_googleFetchAds();\n\t</script>\n\t<script src=\"//www.googletagservices.com/tag/js/gpt.js\"></script>\t\t<script type=\"text/javascript\">\n\t\t\tuproxx_site_domain = 'uproxx.com';\n\t\t\tvar _sf_startpt=(new Date()).getTime();\n\t\t\tvar uproxx_tpl_dir = \"http://s0.wp.com/wp-content/themes/vip/uproxx\";\n\t\t</script>\n\t</head>\t\n\t<body id=\"single-post\">\n\t\t\n\t\t<!-- Start Social -->\n<div id=\"fb-root\"></div>\n<script>\n  window.fbAsyncInit = function() {\n\tFB.init({\n\t  appId      : '126407544039926',\n\t  channelUrl : '//uproxx.com/wp-content/themes/vip/uproxx/fb_channel.html',\n\t  status     : true,\n\t  cookie     : true,\n\t  xfbml      : true\n\t});\n\tFB.Event.subscribe('edge.create', function(response) {\n\t  build_fanpop('like');\n\t});\n  };\n  (function(d, debug){\n\t var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];\n\t if (d.getElementById(id)) {return;}\n\t js = d.createElement('script'); js.id = id; js.async = true;\n\t js.src = \"//connect.facebook.net/en_US/all.js\";\n\t ref.parentNode.insertBefore(js, ref);\n   }(document, /*debug*/ false));\n</script>\n\n<script>(function() {\n var _fbq = window._fbq || (window._fbq = []);\n if (!_fbq.loaded) {\n   var fbds = document.createElement('script');\n   fbds.async = true;\n   fbds.src = '//connect.facebook.net/en_US/fbds.js';\n   var s = document.getElementsByTagName('script')[0];\n   s.parentNode.insertBefore(fbds, s);\n   _fbq.loaded = true;\n }\n})();\nwindow._fbq = window._fbq || [];\nwindow._fbq.push(['track', '6019657778504', {'value':'0.00','currency':'USD'}]);\n</script>\n<noscript><img height=\"1\" width=\"1\" alt=\"\" style=\"display:none\"\nsrc=\"https://www.facebook.com/tr?ev=6019657778504&amp;cd[value]=0.00&amp;cd[currency]=USD&amp;noscript=1\"\n/></noscript>\n<!-- End Social -->\t\t<div id=\"skin\"></div>\n\t\n\t\n\t\t<script type='text/javascript'>\n\t\tGA_googleFillSlot(\"FilmDrunk_SiteSkin\");\n\t\t</script>\n\t\t\n\t\n\t\t\n\t\t<!-- START: Header //-->\n\t\t<div id=\"header\">\n\t<div id=\"masthead-block\">\n\t\t<div class=\"masthead\">\n\t\t\t\t\t\t\t<a href=\"http://uproxx.com/filmdrunk/\"><img src=\"http://s0.wp.com/wp-content/themes/vip/uproxx/images/category_headers/filmdrunk.png?m=1409303245g\" alt=\"Film Drunk\" /></a>\t\n\n\t\t\t\n\t\t\t<!-- START: Uproxx SSO -->\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t<div id=\"mini_sso_user\">\n\t\t\t\t\t\t<div class=\"actions new_user\">\n\t\t\t\t\t\t\t<a href=\"javascript:;;\" onclick=\"build_signup_dialog(); return false\" class=\"register_a\">Sign Up</a> | \n\t\t\t\t\t\t\t<a href=\"javascript:;;\" onclick=\"build_login_dialog(); return false\" class=\"signin_a\">Sign In</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\n\t\t\t\t\t\t<!-- END: Uproxx SSO -->\n\n\t\t</div>\n\n\t\t<div id=\"main-nav\" class=\"img64-mainnav\">\n\t\t\t<ul class=\"nav\">\n\t\t\t\t<li class=\"home img64-mainnav img64-navlogo\"><a  href=\"http://uproxx.com\">Home</a></li>\n\t\t\t\t<li class=\"cat-web img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/webculture/\">Web Culture</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/webculture/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/webculture/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/animals/\">Animals</a>, <a href=\"http://uproxx.com/topic/art/\">Art</a>, <a href=\"http://uproxx.com/topic/billy-murray/\">Bill Murray</a>, <a href=\"http://uproxx.com/topic/celebrities-read-mean-tweets/\">Mean Tweets</a>, <a href=\"http://uproxx.com/topic/dumb-criminals/\">Dumb Criminals</a>, <a href=\"http://uproxx.com/topic/emma-stone/\">Emma Stone</a>, <a href=\"http://uproxx.com/topic/fascinating-facts/\">Fascinating Facts</a>, <a href=\"http://uproxx.com/topic/florida/\">Florida</a>, <a href=\"http://uproxx.com/topic/food/\">Food</a>, <a href=\"http://uproxx.com/topic/gifs/\">Gifs</a>, <a href=\"http://uproxx.com/topic/instagram/\">Instagram</a>, <a href=\"http://uproxx.com/topic/jennifer-lawrence/\">Jennifer Lawrence</a>, <a href=\"http://uproxx.com/topic/kate-upton/\">Kate Upton</a>, <a href=\"http://uproxx.com/topic/lol/\">.Lol</a>, <a href=\"http://uproxx.com/topic/louis-c-k/\">Louis C.K.</a>, <a href=\"http://uproxx.com/topic/mashups/\">Mashups</a>, <a href=\"http://uproxx.com/topic/memes/\">Memes</a>, <a href=\"http://uproxx.com/topic/patrick-stewart/\">Patrick Stewart</a>, <a href=\"http://uproxx.com/topic/patton-oswalt/\">Patton Oswalt</a>, <a href=\"http://uproxx.com/topic/selfies/\">Selfies</a>, <a href=\"http://uproxx.com/topic/supercuts/\">Supercuts</a>, <a href=\"http://uproxx.com/topic/the-90s/\">The 90s</a>, <a href=\"http://uproxx.com/topic/tumblr/\">Tumblr</a>, <a href=\"http://uproxx.com/topic/uproxx-20/\">UPROXX 20</a>, <a href=\"http://uproxx.com/topic/viral-video/\">Viral Videos</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-tv img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/tv/\">TV</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/tv/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/tv/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/archer/\">Archer</a>, <a href=\"http://uproxx.com/topic/arrested-development/\">Arrested Development</a>, <a href=\"http://uproxx.com/topic/boardwalk-empire/\">Boardwalk Empire</a>, <a href=\"http://uproxx.com/topic/breaking-bad/\">Breaking Bad</a>, <a href=\"http://uproxx.com/topic/brooklyn-nine-nine/\">Brooklyn Nine Nine</a>, <a href=\"http://uproxx.com/topic/comedy-central/\">Comedy Central</a>, <a href=\"http://uproxx.com/topic/commercials/\">Commercials</a>, <a href=\"http://uproxx.com/topic/community/\">Community</a>, <a href=\"http://uproxx.com/topic/conan/\">Conan</a>, <a href=\"http://uproxx.com/topic/fargo/\">Fargo</a>, <a href=\"http://uproxx.com/topic/game-of-thrones/\">Game of Thrones</a>, <a href=\"http://uproxx.com/topic/girls/\">Girls</a>, <a href=\"http://uproxx.com/topic/homeland/\">Homeland</a>, <a href=\"http://uproxx.com/topic/house-of-cards/\">House of Cards</a>, <a href=\"http://uproxx.com/topic/its-always-sunny-in-philadelphia/\">It&#039;s Always Sunny in Philadelphia</a>, <a href=\"http://uproxx.com/topic/jimmy-fallon/\">Jimmy Fallon</a>, <a href=\"http://uproxx.com/topic/jimmy-kimmel/\">Jimmy Kimmel</a>, <a href=\"http://uproxx.com/topic/john-oliver/\">John Oliver</a>, <a href=\"http://uproxx.com/topic/jon-stewart/\">Jon Stewart</a>, <a href=\"http://uproxx.com/topic/justified/\">Justified</a>, <a href=\"http://uproxx.com/topic/letterman/\">Letterman</a>, <a href=\"http://uproxx.com/topic/louie/\">Louie</a>, <a href=\"http://uproxx.com/topic/mad-men/\">Mad Men</a>, <a href=\"http://uproxx.com/topic/nathan-fielder/\">Nathan Fielder</a>, <a href=\"http://uproxx.com/topic/netflix/\">Netflix</a>, <a href=\"http://uproxx.com/topic/orange-is-the-new-black/\">Orange Is The New Black</a>, <a href=\"http://uproxx.com/topic/parks-and-recreation/\">Parks and Recreation</a>, <a href=\"http://uproxx.com/topic/review/\">Review</a>, <a href=\"http://uproxx.com/topic/rick-and-morty/\">Rick and Morty</a>, <a href=\"http://uproxx.com/topic/seth-meyers/\">Seth Meyers</a>, <a href=\"http://uproxx.com/topic/snl/\">SNL</a>, <a href=\"http://uproxx.com/topic/sons-of-anarchy/\">Sons of Anarchy</a>, <a href=\"http://uproxx.com/topic/south-park/\">South Park</a>, <a href=\"http://uproxx.com/topic/stephen-colbert-report/\">Stephen Colbert</a>, <a href=\"http://uproxx.com/topic/the-americans/\">The Americans</a>, <a href=\"http://uproxx.com/topic/the-blacklist/\">The Blacklist</a>, <a href=\"http://uproxx.com/topic/the-league/\">The League</a>, <a href=\"http://uproxx.com/topic/the-leftovers/\">The Leftovers</a>, <a href=\"http://uproxx.com/topic/the-simpsons/\">The Simpsons</a>, <a href=\"http://uproxx.com/topic/the-walking-dead/\">The Walking Dead</a>, <a href=\"http://uproxx.com/topic/true-blood/\">True Blood</a>, <a href=\"http://uproxx.com/topic/true-detective/\">True Detective</a>, <a href=\"http://uproxx.com/topic/veep/\">Veep</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-movies img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item selected\" href=\"http://uproxx.com/movies/\">Movies</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/movies/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/filmdrunk/\">Film Drunk</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/filmdrunk/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/filmdrunk-reviews/\">Filmdrunk Reviews</a>, <a href=\"http://uproxx.com/topic/frotcast/\">Frotcast</a>, <a href=\"http://uproxx.com/topic/netflix/\">Netflix</a>, <a href=\"http://uproxx.com/topic/this-week-in-posters/\">This Week In Posters</a>, <a href=\"http://uproxx.com/topic/trailers/\">Trailers</a>, <a href=\"http://uproxx.com/topic/weekend-box-office/\">Weekend Box Office</a>, <a href=\"http://uproxx.com/topic/writers-room/\">Writer&#039;s Room</a>, <a href=\"http://uproxx.com/topic/your-mid-week-guide-to-dvd-and-streaming/\">Your Mid-Week Guide To DVD And Streaming</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-tech img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/technology/\">Tech</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/technology/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/technology/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/amazon/\">Amazon</a>, <a href=\"http://uproxx.com/topic/apple/\">Apple</a>, <a href=\"http://uproxx.com/topic/facebook/\">Facebook</a>, <a href=\"http://uproxx.com/topic/google/\">Google</a>, <a href=\"http://uproxx.com/topic/instagram/\">Instagram</a>, <a href=\"http://uproxx.com/topic/kickstarter/\">Kickstarter</a>, <a href=\"http://uproxx.com/topic/twitter/\">Twitter</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-music img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/music/\">Music</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/music/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/smokingsection/\">The Smoking Section</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://realtalkny.uproxx.com/\">RealTalk NY</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/music/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/cover-songs/\">Cover Songs</a>, <a href=\"http://uproxx.com/topic/live-music/\">Live Music</a>, <a href=\"http://uproxx.com/topic/music-news/\">Music News</a>, <a href=\"http://uproxx.com/topic/music-videos/\">Music Videos</a>, <a href=\"http://uproxx.com/topic/new-music/\">New Music</a>, <a href=\"http://uproxx.com/topic/beyonce/\">Beyonce</a>, <a href=\"http://uproxx.com/topic/dave-grohl/\">Dave Grohl</a>, <a href=\"http://uproxx.com/topic/iggy-azalea/\">Iggy Azalea</a>, <a href=\"http://uproxx.com/topic/jack-white/\">Jack White</a>, <a href=\"http://uproxx.com/topic/jay-z/\">Jay Z</a>, <a href=\"http://uproxx.com/topic/justin-bieber/\">Justin Biever</a>, <a href=\"http://uproxx.com/topic/kanye-west/\">Kanye West</a>, <a href=\"http://uproxx.com/topic/miley-cyrus/\">Miley Cyrus</a>, <a href=\"http://uproxx.com/topic/the-black-keys/\">The Black Keys</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-sports img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/sports/\">Sports</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/sports/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://kissingsuzykolber.uproxx.com/\">Kissing Suzy Kolber</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/prowrestling/\">Pro Wrestling</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/sports/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/college-football/\">College Football</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/mlb/\">MLB</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/nba/\">NBA</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/nfl/\">NFL</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/ufc/\">UFC</a>, \n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/wwe/\">WWE</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/wwe-raw/\">WWE Raw</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://kissingsuzykolber.uproxx.com/tag/lolnfl\">LOL NFL</a>,\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://kissingsuzykolber.uproxx.com/tag/mailbag\">KSK Mailbag</a>\n\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"cat-geeks img64-mainnav\">\n\t\t\t\t\t<a class=\"nav-item \" href=\"http://uproxx.com/gammasquad/\">Geek &amp; Sci-Fi</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"trending\"></div>\n\t\t\t\t\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t<ul class=\"section\">\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/gammasquad/\">Main</a></li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"http://uproxx.com/gammasquad/page/2\">Archives</a></li>\n\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t<div class=\"scrollable\">\n\t\t\t\t\t\t\t\t\t<span class=\"popular-meta\">Popular</span>\n\t\t\t\t\t\t\t\t\t<ul class=\"popular\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/topic/agents-of-shield/\">Agents of Shield</a>, <a href=\"http://uproxx.com/topic/animation/\">Animation</a>, <a href=\"http://uproxx.com/topic/arrow/\">Arrow</a>, <a href=\"http://uproxx.com/topic/batman-vs-superman/\">Batman vs. Superman</a>, <a href=\"http://uproxx.com/topic/batman/\">Batman</a>, <a href=\"http://uproxx.com/topic/comics/\">Comics</a>, <a href=\"http://uproxx.com/topic/cosplay/\">Cosplay</a>, <a href=\"http://uproxx.com/topic/dc-comics/\">DC Comics</a>, <a href=\"http://uproxx.com/topic/gotham/\">Gotham</a>, <a href=\"http://uproxx.com/topic/guardians-of-the-galaxy/\">Guardians of the Galaxy</a>, <a href=\"http://uproxx.com/topic/hannibal/\">Hannibal</a>, <a href=\"http://uproxx.com/topic/jurassic-world/\">Jurassic World</a>, <a href=\"http://uproxx.com/topic/marvel/\">Marvel</a>, <a href=\"http://uproxx.com/topic/sleepy-hollow/\">Sleepy Hollow</a>, <a href=\"http://uproxx.com/topic/star-trek/\">Star Trek</a>, <a href=\"http://uproxx.com/topic/star-wars/\">Star Wars</a>, <a href=\"http://uproxx.com/topic/superman/\">Superman</a>, <a href=\"http://uproxx.com/topic/teenage-mutant-ninja-turtles/\">Teenage Mutant Ninja Turtles</a>, <a href=\"http://uproxx.com/topic/transformers-age-extinction/\">Transformers Age of Extinction</a>, <a href=\"http://uproxx.com/topic/video-games/\">Video Games</a>\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<ul class=\"nav-social\">\n\t\t\t\t<li class=\"social-drop\">\n\t\t\t\t\t<a class=\"social img64-socialicons\" href=\"javascript:;;\">Find Us</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"tagline\">\n\t\t\t\t\t\t\t\t\tGet the most buzzing web content in your social feeds!\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"social-buttons\">\n\t\t\t\t\t\t\t\t\t<div class=\"social-fb\"><b>Facebook</b></div>\n\t\t\t\t\t\t\t\t\t<div class=\"social-tw\"><b>Twitter</b></div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"social-buttons\">\n\t\t\t\t\t\t\t\t\t<div class=\"social-fb\"><div class=\"fb-like\" data-href=\"http://www.facebook.com/pages/UPROXX/116548701336\" data-send=\"false\" data-layout=\"button_count\" data-width=\"75 data-show-faces=\"false\"></div></div>\n\t\t\t\t\t\t\t\t\t<div class=\"social-tw\"><a style=\"height:20px; display: block;\" href=\"https://twitter.com/UPROXX\" class=\"twitter-follow-button\" data-show-count=\"false\" data-dnt=\"true\">Follow @UPROXX</a><script>!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');</script>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t\t<li class=\"search-drop\">\n\t\t\t\t\t<a class=\"search img64-socialicons\" href=\"javascript:;;\">Search</a>\n\t\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<form id=\"search-box\" action=\"http://uproxx.com/\" method=\"get\">\n\t\t\t\t\t\t\t\t<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"middle\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input id=\"s\" class=\"searchfield\" type=\"text\" onblur=\"if(this.value=='') {this.value='TYPE TO SEARCH';}\" onfocus=\"if(this.value=='TYPE TO SEARCH') {this.value='';}\" value=\"TYPE TO SEARCH\" name=\"s\" />\n\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"middle\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"searchsubmit\" type=\"submit\" value=\" Go \" />\n\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<br style=\"clear: both;\" />\n\t\t</div>\n\n\t</div>\n</div>\t\t<!-- END: Header //-->\n\t\t\n\t\t<!-- START: ATF Split //-->\n\t\t<div id=\"block-728\">\n\t<div class=\"wrapper\">\n\t\t<div class=\"ad-728\">\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGA_googleFillSlot(\"FilmDrunk_Masthead_728x90\");\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t</script>\n\n\t\t\t\t\n\t\t\t\n\t\t</div>\n\t</div>\n</div>\t\t<!-- END: ATF Split //-->\n\t\t\n\t\t<!-- START: Content //-->\n\t\t<div id=\"page\">\n\t\t\t<div id=\"wrapper\">\n\t\t\t\t<div id=\"colcontainer\">\n\t\t\t\t\t\n\n\t<a id=\"btn-overlay_prev\" href=\"http://uproxx.com/tv/2014/12/paul-rudd-returns-to-pawnee-for-the-final-season-of-parks-and-recreation/\" onclick=\"_gaq.push(['_trackEvent', 'Overlay Navigation', 'Previous Post', 'Paul Rudd Returns To Pawnee For The Final Season Of Parks And Recreation']);\">\n\t\t<i id=\"btn-overlay_prev_trigger\"></i>\n\t\t<div class=\"meta\">\n\t\t\t<img class=\"attachment-thumbnail wp-post-image\" src=\"http://uproxx.files.wordpress.com/2014/12/paul-rudd-parks-and-rec.jpg?w=80&#038;h=80&#038;crop=1\" />\n\t\t\t<div class=\"title\"><span>\n\t\t\t\tPaul Rudd Returns To Pawnee For The Final Season Of &#039;Parks And Recreat...\t\t\t</span></div>\n\t\t</div>\n\t</a>\n\n\n\t<a id=\"btn-overlay_next\" href=\"http://uproxx.com/music/2014/12/ludacris-and-his-girlfriend-join-the-mile-high-engagement-club/\" onclick=\"_gaq.push(['_trackEvent', 'Overlay Navigation', 'Next Post', 'Ludacris And His Girlfriend Join The Mile-High Engagement Club']);\">\n\t\t<div class=\"meta\">\n\t\t\t<div class=\"title\"><span>\n\t\t\t\tLudacris And His Girlfriend Join The Mile-High Engagement Club\t\t\t</span></div>\n\t\t\t<img class=\"attachment-thumbnail wp-post-image\" src=\"http://uproxx.files.wordpress.com/2014/12/135030299.jpg?w=80&#038;h=80&#038;crop=1\" />\n\t\t</div>\n\t\t<i id=\"btn-overlay_next_trigger\"></i>\n\t</a>\n\n<div id=\"col1\">\n\t<div class=\"wrapper\">\n\n\t\t\t\t\t<div class=\"block single\" id=\"post-758539\">\n\t\t\t\t\t<div class=\"post\">\n\t\t\t\t\t\t<div class=\"post-top\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<h1>\n\t\t\t\t\t\t\t\t<a href=\"http://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show/\" rel=\"bookmark\" title=\"Permanent Link to Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\">Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show</a>\n\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t<span class=\"author\">\n\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\tBy <span class=\"authorname\"><a href=\"http://uproxx.com/author/burnsy/\" title=\"Posts by Ashley Burns\" class=\"author url fn\" rel=\"author\">Ashley Burns</a></span> &bullet; <span class=\"date\">12.29.14</span>\n\t\t\t\t\t\t\t</span>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"clear\"></div>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"post-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ug_page\" style=\"display:block\">\n\t\t\t\t\t\t\t\t<div id=&quot;attachment_758548&quot;  class=\"wp-caption module image aligncenter\" style=\"max-width: 650px;\"><img src=\"https://uproxx.files.wordpress.com/2014/12/shaun-of-the-dead-live.jpg?w=650&#038;h=414\" alt=\"Shaun of the Dead Live\" width=\"650\" height=\"414\" class=\"size-full wp-image-758548\" /><p class=\"wp-media-credit\"><a href=\"https://www.facebook.com/almostlegalproductions/photos/pb.165255960160437.-2207520000.1419890631./871794932839866/?type=3&amp;theater\" target=\"_blank\" target=\"_blank\">Via Facebook</a></p></div><br/>\n<p>The people at the UK’s <a href=\"http://almostlegalproductions.co.uk/\" target=\"_blank\" target=\"_blank\">Almost Legal Productions</a> want to turn <em>Shaun of the Dead</em> into the next <em>Rocky Horror Picture Show</em>, and thanks to Simon Pegg their dream may be on the fast track to reality. Last year, director Chas Burns* <a href=\"http://almostlegalproductions.co.uk/shows/shaun-of-the-dead/\" target=\"_blank\" target=\"_blank\">organized a stage show</a> of the 2004 zombie comedy and the culmination was four sold-out shows in October and November, and the show certainly received a little marketing help from Pegg, who tweeted about the event. <a href=\"http://www.chortle.co.uk/news/2014/12/29/21557/shaun_of_the_dead,_the_stage_show\" target=\"_blank\" target=\"_blank\">Burns said</a> that after that glorious 140-character endorsement, people suddenly wanted his new show being performed all over the globe.</p>\n<p>The great news is that those four shows have turned into 15 touring dates for 2015, as <a href=\"http://www.chortle.co.uk/news/2014/12/29/21557/shaun_of_the_dead,_the_stage_show\" target=\"_blank\" target=\"_blank\">Burns told Chortle</a> a simple phone call to Pegg’s assistant led to not only the actor giving his blessing for a <em>Shaun of the Dead</em> stage show, but Working Title and Universal Pictures have also signed off. If we all cross our fingers and toes, that could lead to Shaun and Ed eventually coming to performing arts centers and hipster theaters near you. But don’t worry, this isn’t your typical boring musical.</p>\n<blockquote><p>&#8216;It&#8217;s not a musical. Between you and I, I can&#8217;t abide musicals. It&#8217;s a production with tongue-in-cheek songs, with some extra stuff thrown in you won&#8217;t see in the film and deleted scenes that were left on the cutting room floor. I have always stated that if I ever see anyone yawning at one of our productions I will call it a day.&#8217;</p>\n<p>&#8216;It&#8217;s incredible the interest we&#8217;ve had, people have been waiting for it to happen and we&#8217;ve been lucky enough to find ourselves with the rights.</p>\n<p>&#8216;Yes we are a small company nobody has ever heard of, and some believe us to be amateur. We are often asked about our professional/amateur position and we merely answer with the same phrase every time: if you measure our professional character by the colour of money then it&#8217;s a sad day for theatre.&#8217; (Via <a href=\"http://www.chortle.co.uk/news/2014/12/29/21557/shaun_of_the_dead,_the_stage_show\" target=\"_blank\" target=\"_blank\">Chortle</a>)</p></blockquote>\n<p>Now the bad news: Those 15 dates are only in Southwest England. So you can either start planning your trips across the pond now, or you can go sit on your front porch steps and pout. That is, unless you live in Gloucester or Worcester, in which case you can go and then brag about it. But then you’d be a jerk, so don’t do that (the bragging part, that is).</p>\n<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='650' height='396' src='http://www.youtube.com/embed/XFBTXSMWe_4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></p>\n<p><em>*No relation, but if I had a British cousin, his name would totally be Chas.</em></p>\n<p><div class=\"inline-share\"><div class=\"post-top\">Share This<br/></div></div></p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div id=\"multipage-nav\"></div>\n\t\t\t\t\t\t<br/>\n\n\t\t\t\t\t\t<div class=\"post-bottom\">\n\t \n\t<div class=\"post-topics\"><strong>TAGS</strong><a href=\"http://uproxx.com/tag/england/\">ENGLAND</a><a href=\"http://uproxx.com/tag/musicals/\">MUSICALS</a><a href=\"http://uproxx.com/tag/shaun-of-the-dead/\">SHAUN OF THE DEAD</a><a href=\"http://uproxx.com/tag/simon-pegg/\">simon pegg</a><a href=\"http://uproxx.com/tag/stage-shows/\">stage shows</a></div></div>\t\t\t\t\t\t<script type=\"text/javascript\">\n\thead.ready(\"core\", function(){\n\t\tUPROXX_bigshare();\n\t});\n</script>\n\t\t\t\t\t</div>\n\n\t\t\t\t</div>\n\n\t\t\t\t\n\t\n\t\t<!-- Uproxx_600x300 -->\n\t\t<script type='text/javascript'>\n\t\tGA_googleFillSlot(\"Uproxx_600x300\");\n\t\t</script>\n\n\t\n\n\t\t\t\t\t\t\t\t\t\n<div id=\"gravity-module\" style=\"margin: 15px 0 0 0;\">\n\t<div class=\"gravity-header\"></div>\n\t<div id=\"grv-personalization-18\"></div>\n\t<script type='text/javascript'>\n\t  //<![CDATA[\n\t\t(function(){\n\t\twindow.gravityInsightsParams = {\n\t\t  'type': 'content',\n\t\t  'action': '',\n\t\t  'site_guid': 'a9a15d2c67337642a3ad00b3534679a1'\n\t\t};\n\t\tvar 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)||\"\";\n\t\twlUrl=(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-18&pl=18\"+ (\"&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));})();\n\t  //]]>\n\t</script>\n</div>\n\n<div id=\"entry-widget\">\n\t<script type=\"text/javascript\" id=\"entru_co279\">\n\t\t(function(){\n\t\t\tvar s=document.createElement(\"script\"); s.type=\"text/javascript\"; s.async=true; s.src=\"//entru.co/279?url=\"+encodeURIComponent(window.location.href);\n\t\t\tvar x=document.getElementsByTagName(\"script\")[0];x.parentNode.insertBefore(s,x);\n\t\t})();\n\t</script>\n</div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- Uproxx_Advertorial_Post -->\n\t\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\tGA_googleFillSlot(\"Uproxx_Advertorial_Post\");\n\t\t\t\t\t\t</script>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div id=\"inline-signin\">\n\t<h4>Join The Discussion</h4>\n\t<ul class=\"options\">\n\t\t<li id=\"login_fb\" class=\"signin_a\" onclick=\"build_oauth_lb('fb'); return false;\">Sign In With</li>\n\t\t<li id=\"login_tw\" class=\"signin_a\" onclick=\"build_oauth_lb('tw'); return false;\">Sign In With Twitter</li>\n\t\t<li id=\"login_em\" class=\"signin_a\" onclick=\"build_signup_dialog(); return false\">Sign In With Email</li>\n\t</ul>\n</div>\n\t\t\t\t\n\t\t\t\t\n<!-- You can start editing here. -->\n\n\n<script>\n\tvar uproxx_ping = \"http://profile.uproxx.com/api/num_comments.php?post_id=758539&blog_id=10\";\n\tvar uproxx_last_comment_id = 0;\n\tvar uproxx_shown_comments = 0;\n\tvar uproxx_mode = \"blog\";\n\tvar uproxx_post_id = \"758539\";\n\tvar uproxx_post_url = \"http://uproxx.com/filmdrunk/2014/12/simon-pegg-gave-his-blessing-for-a-touring-shaun-of-the-dead-stage-show/\";\n\tvar uproxx_site_url = \"http://uproxx.com\";\n\tvar uproxx_theme_url = \"http://s0.wp.com/wp-content/themes/vip/uproxx\";\n\tvar uproxx_extra_field = false;\n\tvar uproxx_extended_form = false;\n\tvar uproxxsso_num = 6;\n\tvar uproxxsso_original_num = uproxxsso_num;\n\tvar uproxxsso_int;\nvar uproxxsso_realtime = false;\n</script>\n\n<!-- Post Timestamp: 2014-12-30 01:00:51 //-->\n\n<div id=\"comments\" class=\"comment-stream\">\n\t\t\t<br/>\n\t\t\n\t\t\n\t<div id=\"comment-leader\" style=\"margin-bottom: 10px;\">\n\t\t<div class=\"comment-author vcard avatar-cell\">\n\t\t\t<a class=\"view_profile\" onclick=\"build_profile_dialog(1110); return false\" rel=\"1110\" href=\"javascript:;;\" target=\"_ext\"><img src=\"http://p.uproxxcdn.com/photo/1110/thumb\" width=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"1110\" onclick=\"build_profile_dialog(1110); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\n\t\t</div>\n\t\n\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t<b><span id=\"num_comments\">6</span></b> comments\t\t\t</div>\n\t\t\t<div class=\"comment_author\">\n\t\t\t\tAshley Burns <span style=\"font-weight: normal;\">posted</span>\t\t\t\t\t\t\t\n\t\t\t</div>\n\t\t\t<div class=\"comment-body\">\t\t\t\t\t\t\t\t\t\n\t\t\t\t<p style=\"font-weight: bold !important;\">\"Simon Pegg Gave His Blessing For A Touring &#8216;Shaun Of The Dead&#8217; Stage&nbsp;Show\"</p>\n\t\t\t</div>\n\t\t</div>\n\t\t\t\n\t\t<div class=\"clear\"></div>\n\t</div>\n\t\n\t<div class=\"clear\"></div>\n\n\t<ol class=\"commentlist\">\n\t\t\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2516563\">\n\t\t<div id=\"comment-2516563\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(30613); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/30613/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"30613\" onclick=\"build_profile_dialog(30613); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 8:09 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Verbal Kunt\">\n\t\t\t\t\tVerbal Kunt\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>&#8230;And people claim Hollywood is out of ideas&#8230;</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1 highlander-comment\" id=\"li-comment-2517037\">\n\t\t<div id=\"comment-2517037\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(48170); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/48170/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"48170\" onclick=\"build_profile_dialog(48170); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 8:51 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"NobodyLikesMilhouse\">\n\t\t\t\t\tNobodyLikesMilhouse\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>You&#8217;ve got red on you.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2517683\">\n\t\t<div id=\"comment-2517683\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(5995); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/5995/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"5995\" onclick=\"build_profile_dialog(5995); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.29.14 at 9:57 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Darkest Timeline Zach Morris\">\n\t\t\t\t\tDarkest Timeline Zach Morris\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>Is he related to Charles in Charge&#8217;s alter ego?<br />\n(I was going to put Charles&#8217; full name here, but IT DOES NOT EXIST.)</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment odd alt thread-odd thread-alt depth-1 highlander-comment\" id=\"li-comment-2519118\">\n\t\t<div id=\"comment-2519118\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(288); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/288/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"288\" onclick=\"build_profile_dialog(288); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.30.14 at 8:59 am\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Ace Rimmer\">\n\t\t\t\t\tAce Rimmer\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>Oh good, it&#8217;s not a musical, it&#8217;s a production with tongue-in-cheek songs. That won&#8217;t be obnoxious at all, then. Just &#8230; a musical with poor enunciation.</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n\t<li class=\"comment even thread-even depth-1 highlander-comment\" id=\"li-comment-2519331\">\n\t\t<div id=\"comment-2519331\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(30965); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/30965/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"30965\" onclick=\"build_profile_dialog(30965); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.30.14 at 11:15 am\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"AreWeFriendsJack?\">\n\t\t\t\t\tAreWeFriendsJack?\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>Hopefully it&#8217;s as good as their take on Shakespeare&#8217;s Romeo + Juliet</p>\n<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='650' height='396' src='http://www.youtube.com/embed/-EfFEdDU5ko?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n<ul class=\"children\">\n\t<li class=\"comment odd alt depth-2 highlander-comment\" id=\"li-comment-2519455\">\n\t\t<div id=\"comment-2519455\">\n\t\t\t<div class=\"comment-author avatar-cell\">\n\t\t\t <a class=\"view_profile\" onclick=\"build_profile_dialog(43639); return false\" \nrel=\"nofollow\" href=\"javascript:;;\" target=\"_ext\"><img  src=\"http://p.uproxxcdn.com/photo/43639/thumb\" \nwidth=\"64\" alt=\"[avatar]\" /></a></br><a class=\"profile_link view_profile\" rel=\"43639\" onclick=\"build_profile_dialog(43639); return false\" href=\"javascript:;;\" target=\"_ext\">Profile</a>\t\t\t</div>\n     \n\t\t\t<div class=\"comment-meta commentmetadata comment_text \">\n\t\t\t\t<div style=\"float: right;\" class=\"comment_date\">\n\t\t\t\t\t12.30.14 at 12:04 pm\t\t\t\t</div>\n\t\t\t\t<div class=\"comment_author\" data-username=\"Phyllis Rivers\">\n\t\t\t\t\tPhyllis Rivers\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<p>I loved that part.  Ha ha!</p>\n<p>Take that Baz Luhrmann!</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\t\t\t</div>\n\t\t\t<div class=\"clear\"></div>\n\t\t\t\n\t\t</div>\n</li><!-- #comment-## -->\n</ul><!-- .children -->\n</li><!-- #comment-## -->\n\t\t\n\t\t\t</ol>\n\n\t<div id=\"respond\">\n\t<div id=\"uproxxsso_num_comments\"></div>\n\t\n\t\t\n\t<div class=\"comment-fields\">\n\n\t\t\n\t\t\t\t\n\t\t<form action=\"\" method=\"post\" id=\"commentform\">\n\t\t\t<div class=\"avatar-cell avatar-cell-logged-out\">\n\t\t\t\t<img src=\"http://p.uproxxcdn.com/content/default-avatar.jpg\" alt=\"[avatar]\" />\n\t\t\t</div>\n\t\t\t\n\t\t\t<p>\n\t\t\t\tJoin the discussion. <a href=\"javascript:;;\" onclick=\"build_login_dialog(); return false\" class=\"signin_a\">Sign In</a> or <a href=\"javascript:;;\" onclick=\"build_signup_dialog(); return false\" class=\"register_a\">Register</a>\n\t\t\t</p>\n\t\t\t\n\t\t\t<div class=\"comment_box\">\n\t\t\t\t<label for=\"comment\" style=\"width: 0px;\"></label>\n\t\t\t\t<textarea name=\"comment\" id=\"comment\" class=\"disabled\" tabindex=\"4\" disabled=\"disabled\">You must be logged in to comment.</textarea>\n\t\t\t</div>\n\t\t</form>\n\t\t<br/>\n\t\t\t\t\n\t\n\t</div>\n\n</div>\t\n\t<script type=\"text/javascript\">\n\tuproxx_last_comment_id=2516563;uproxx_shown_comments=6;\t\tif(uproxx_mode == \"blog\"){\n\t\t\ttry {\n\t\t\t\tuproxx_sort_replies();\n\t\t\t} catch(e) {\n\t\t\t\t// handle an exception here if lettering doesn't exist or throws an exception\n\t\t\t}\n\t\t}\n\t</script>\n\n\t\n\t\t\t<!-- If comments are open, but there are no comments. -->\n\t\t\n\n</div>\n\n\t</div>\n</div>\n\n\n<div id=\"col2\">\n\t<div class=\"ad-top-300x250\">\n\n\n\t\n\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\t\tGA_googleFillSlot(\"FilmDrunk_Sidebar_Top_300x250\");\n\t\t\t\n\t\t\t\t</script>\n\n\t\n\n</div>\t\n\t<br/>\n\n\t<div id=\"sticky-sidebar\">\n\t\n\t\t<!-- START: Uproxx SSO -->\n\t\n\n<div id=\"platform-widget\">\n\t<div class=\"banner-header\">Uproxx Social</div>\n\t<div id=\"sso_sidebar\">\n\t\t\n\t\t\t\t\n\t\t\t<h4>Sign Up</h4>\n\t\t\t<ul class=\"options\">\n\t\t\t\t<li id=\"login_fb\" class=\"signin_a\" onclick=\"build_oauth_lb('fb'); return false;\">Facebook</li>\n\t\t\t\t<li id=\"login_tw\" class=\"signin_a\" onclick=\"build_oauth_lb('tw'); return false;\">Twitter</li>\n\t\t\t\t<li id=\"login_em\" class=\"signin_a\" onclick=\"build_signup_dialog(); return false\">Email</li>\t\t\n\t\t\t</ul>\n\t\t\n\t\t\t\n\t\t<div class=\"clear\"></div>\n\t\t\n\t\t<div id=\"sidebar-contact\">\n\t\t\t<ol>\n\t\t\t\t<li>Have a tip for us?\n\t\t\t\t\t\t\t\t\t<a href=\"mailto:&#102;&#105;&#108;&#109;&#100;&#114;&#117;&#110;&#107;&#45;&#116;&#105;&#112;&#115;&#64;&#117;&#112;&#114;&#111;&#120;&#120;&#46;&#99;&#111;&#109;\">&#102;&#105;&#108;&#109;&#100;&#114;&#117;&#110;&#107;&#45;&#116;&#105;&#112;&#115;&#64;&#117;&#112;&#114;&#111;&#120;&#120;&#46;&#99;&#111;&#109;</a>\n\n\t\t\t\t\t\t\t\t</li>\n\t\t\t</ol>\n\t\t</div>\n\t\t\n\t\t<div id=\"sidebar-like\">\n\t\t\t<span style=\"float: left; display: block; margin-right: 10px; line-height: 20px;\">Like us on Facebook</span>\n\t\t\t<div id=\"fb-like-page\">\n\t\t\t\t<iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FUPROXX&amp;width=90&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;show_faces=false&amp;appId=117400151618132\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:90px; height:21px;\" allowTransparency=\"true\"></iframe>\n\t\t\t</div>\n\t\t</div>\n\t\t\n\t</div>\n\t<div class=\"clear\"></div>\t\n</div>\n\n<!-- END: Uproxx SSO -->\n\n<script type=\"text/javascript\">\nfunction build_oauth_lb(type) {\n\tvar uproxx_action_href = 'http://profile.uproxx.com/signup';\n\tif (type == 'fb') {\n\t\tbuild_lb(uproxx_action_href + \"?action=fbauth&social=facebook&back_url=\" + uproxxsso_back, 650, 290);\n\t}\n\tif (type == 'tw') {\n\t\tbuild_lb(uproxx_action_href + \"?action=twauth&social=twitter&back_url=\" + uproxxsso_back, 650, 290);\n\t}\n\treturn false;\n}\n</script>\n\t\t<div id=\"recommended-posts\" class=\"view-post related\">\n\t\t\t<div class=\"banner-header\">Related Posts</div>\n\t\t\t<div class=\"content\">\n\t\t\t\t<div id=\"sidebar-mostpop\" style=\"margin-bottom: 10px;\">\n\t\t\t\t\t\t<div class=\"wpp-item\">\n\t\t\t\t\t\t\t<a href=\"http://uproxx.com/movies/2014/09/how-shaun-of-the-dead-brought-the-zombie-comedy-back-from-the-grave/\" onclick=\"javascript:_gaq.push(['_trackPageview','/outbound/uproxx/related/http://uproxx.com/movies/2014/09/how-shaun-of-the-dead-brought-the-zombie-comedy-back-from-the-grave/']);\"><img border=\"0\" width=\"278\" height=\"150\" src=\"http://uproxx.files.wordpress.com/2014/09/shaun-of-the-dead-shaun-ed-stare.jpg?w=278&#038;h=150&#038;crop=1\" alt=\"How &#8216;Shaun of the Dead&#8217; Brought The Zombie Comedy Back From The&nbsp;Grave\" /></a>\n\t\t\t\t\t\t\t<h3><a href=\"http://uproxx.com/movies/2014/09/how-shaun-of-the-dead-brought-the-zombie-comedy-back-from-the-grave/\" onclick=\"javascript:_gaq.push(['_trackPageview','/outbound/uproxx/related/http://uproxx.com/movies/2014/09/how-shaun-of-the-dead-brought-the-zombie-comedy-back-from-the-grave/']);\">How &#8216;Shaun of the Dead&#8217; Brought The Zombie Comedy Back From The&nbsp;Grave</a></h3>\n\t\t\t\t\t\t\t<br style=\"clear: both;\" />\n\t\t\t\t\t\t</div>\t\t\t\t\t\t\n<h4><a href=\"http://uproxx.com/tag/shaun-of-the-dead/\">#SHAUN OF THE DEAD</a></h4><h4><a href=\"http://uproxx.com/filmdrunk/\">See More @ Film Drunk</a></h4>\t\t\n\t\t\t\t</div>\n\t\t\t</div>\t\t\t\t\t\n\t\t</div>\n\t\n\t\t\n\t</div>\n</div>\n<script type='text/javascript'>\n\t\t\t\t\t\t\t\tvar _gaq = _gaq || [];\n\t\t\t\t\t\t\t\t_gaq.push(['_setAccount', 'UA-4046454-1']);\r\n_gaq.push(['_trackPageview']);\n\n\t\t\t\t\t\t\t\t(function() {\n\t\t\t\t\t\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\t\t\t\t\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t\t\t\t\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\t\t\t\t\t\t\t\t})();\n\t\t\t\t\t\t\t</script>\r\n\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<br style=\"clear: both;\" />\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"sticky_stop\" style=\"width: 728px; height: auto; margin: 0 auto;\">\n\t\t\t\t\t\t<div style=\"margin: 10px auto; width: 728px;\">\n\n\t\n\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\t\tGA_googleFillSlot(\"FilmDrunk_Footer_728x90\");\n\t\t\t\n\t\t\t\t</script>\n\n\t\n</div>\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t<br style=\"clear: both;\" />\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"uproxxSpringboard\">\n\t<div id=\"upWidgetFooterMain\">\n\t\t<div class=\"ufw-content\">\n\t\t\t<div class=\"ufw-header\">\n\t\t\t\t<div style=\"float: left; width: 140px;\">\n\t\t\t\t\t<a onclick=\"javascript:_gaq.push(['_trackPageview','/outbound/springboard/uproxx.com/');\" href=\"http://uproxx.com/\" target=\"_parent\"><img border=\"0\" width=\"125\" height=\"35\" src=\"http://cdn.widgets.uproxx.com/springboard/design/footer-logo-2013b.png\" alt=\"\"></a>\n\t\t\t\t</div>\n\t\t\t\t<div style=\"float: left; width: 120px; text-align: right; font:11px/39px helvetica,arial,sans-serif;\">\n\t\t\t\t\tDo you like UPROXX?\n\t\t\t\t</div>\n\t\t\t\t<div id=\"fb_footer_like\">\n\t\t\t\t\t<iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FUPROXX%2F116548701336&amp;layout=standard&amp;show_faces=false&amp;width=690&amp;action=like&amp;colorscheme=light&amp;height=35\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:690px; height:35px;\" allowtransparency=\"true\"></iframe>\n\t\t\t\t</div>\n\t\t\t\t<br style=\"clear: both;\">\n\t\t\t\t<div class=\"ufw-insidefooter\">\n\t\t\t\t\t<div style=\"float: left;\">\n\t\t\t\t\t\t<a href=\"http://feeds.feedburner.com/uproxx/springboard\" rel=\"nofollow\">RSS Feed</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<a href=\"http://jobs.uproxx.com/\" target=\"_parent\" rel=\"nofollow\">Jobs at UPROXX</a> | <a href=\"mailto:info@uproxx.com\" rel=\"nofollow\">Contact</a> | <a href=\"mailto:info@uproxx.com\" rel=\"nofollow\">Advertising</a> | <a href=\"http://uproxx.com/about/\" target=\"_parent\" rel=\"nofollow\">The UPROXX Team</a> | <a href=\"http://uproxx.com/terms-of-use/\" target=\"_parent\" rel=\"nofollow\" class=\"footer-highlight\">Terms of Use</a> | <a href=\"http://uproxx.com/notices/\" target=\"_parent\" rel=\"nofollow\">Copyright Notices</a> | <a href=\"http://uproxx.com/privacy/\" target=\"_parent\" rel=\"nofollow\">Privacy Policy</a>\n\t\t\t\t\t<br style=\"clear: both;\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\nPowered by <a href=\"http://vip.wordpress.com/\" rel=\"generator nofollow\" class=\"powered-by-wpcom\">WordPress.com VIP</a>\t\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t<!-- END: Content //-->\n\t\t\t\t\n\t\t\t</div>\n\t\t\t<!-- END: Page Wrapper //-->\n\t\t\t\n\t\t</div>\n\t\t<!-- END: Page //-->\n\n\t\t<!-- wpcom_wp_footer -->\n\t<div style=\"display:none\">\n\t</div>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar HighlanderComments = {\"loggingInText\":\"Logging In\\u2026\",\"submittingText\":\"Posting Comment\\u2026\",\"postCommentText\":\"Post Comment\",\"connectingToText\":\"Connecting to %s\",\"commentingAsText\":\"%1$s: You are commenting using your %2$s account.\",\"logoutText\":\"Log Out\",\"loginText\":\"Log In\",\"connectURL\":\"http:\\/\\/uproxx.wordpress.com\\/public.api\\/connect\\/?action=request\",\"logoutURL\":\"https:\\/\\/uproxx.wordpress.com\\/wp-login.php?action=logout&_wpnonce=a396404e53\",\"homeURL\":\"http:\\/\\/uproxx.com\\/\",\"postID\":\"758539\",\"gravDefault\":\"mystery\",\"enterACommentError\":\"Please enter a comment\",\"enterEmailError\":\"Please enter your email address here\",\"invalidEmailError\":\"Invalid email address\",\"enterAuthorError\":\"Please enter your name here\",\"gravatarFromEmail\":\"This picture will show whenever you leave a comment. Click to customize it.\",\"logInToExternalAccount\":\"Log in to use details from one of these accounts.\",\"change\":\"Change\",\"changeAccount\":\"Change Account\",\"comment_registration\":\"\",\"userIsLoggedIn\":\"\",\"isJetpack\":\"0\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1414003384j'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcomVipAnalytics = {\"is_404\":\"0\",\"is_home\":\"0\",\"is_single\":\"1\",\"is_front_page\":\"0\",\"is_archive\":\"0\",\"percentToTrack\":\"1\"};\n/* ]]> */\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar JetpackEmojiSettings = {\"base_url\":\"http:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/emoji\\/twemoji\\/\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://s2.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtZPSS3LTE4tqNDLKtbRR5LKLdUtyClNz8wr1jfSLcssAKkFUrqJeYk5lSWZycV4NKTm5mdl6peUo9AE1WellhQkJmfrEqcapso+19bQxNDUzMzQzNw0CwDOj1Ek'></script>\n<script type=\"text/javascript\">\n// <![CDATA[\n(function() {\ntry{\n  if ( window.external &&'msIsSiteMode' in window.external) {\n    if (window.external.msIsSiteMode()) {\n      var jl = document.createElement('script');\n      jl.type='text/javascript';\n      jl.async=true;\n      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(jl, s);\n    }\n  }\n}catch(e){}\n})();\n// ]]>\n</script><!-- 8 queries in 0.454 seconds, using 19.47MB memory --><script src=\"//stats.wp.com/w.js?33\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">\n_tkq = window._tkq || [];\n_tkq.push(['storeContext', {'blog_id':'60970621','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);\nst_go({'blog':'60970621','v':'wpcom','tz':'-5','user_id':'0','post':'758539','subd':'uproxx'});\nfunction st_vt() {var x=document.createElement(\"img\");x.src=\"http://pixel.wp.com/g.gif?blog=60970621&v=wpcomvt&tz=-5&user_id=0&post=758539&subd=uproxx&rand=\"+Math.random();}\nex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTcvLiZqPSsmRG1jT2Zid1AuTnhRV1hEbSZjMnQvTDhtNVFBUHlLSzlMUGF0M3dyZUphRlhELXp+Q0xhdSstZS5sUDJqWGdtZFdMZn4zZmI0N35RaGx6WEFTeXNdLj1KYmt+dmI5JjFbbnZfVTJlSiwvN1A2L0VoaXQ1Qko3VDA/aVZDUXpddmxKRk5HV3NjVzN0LEIrMTB6SExJUzFqb3UyU0pbX3hSZz1mNUFDYSYmMFRLfl9vTjIyVS4relNOS01DfD9EOSw='});\naddLoadEvent(function(){linktracker_init('60970621',758539);});\n\t</script>\n<noscript><img src=\"http://pixel.wp.com/b.gif?v=noscript\" style=\"height:0px;width:0px;overflow:hidden\" alt=\"\" /></noscript>\n<script>\nif ( 'object' === typeof wpcom_mobile_user_agent_info ) {\n\n\twpcom_mobile_user_agent_info.init();\n\tvar mobileStatsQueryString = \"\";\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedPlatformName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;\n\t\n\tif( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )\n\t\tmobileStatsQueryString += \"&x_\" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;\n\t\n\tif( wpcom_mobile_user_agent_info.isIPad() )\n\t\tmobileStatsQueryString += \"&x_\" + 'ipad_views' + '=' + 'views';\n\n\tif( \"\" != mobileStatsQueryString ) {\n\t\tnew Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();\n\t}\n\t\n}\n</script>\t\t\t\t\n\t\t\n\t<!-- Start Quantcast tag -->\n\t\t<script type=\"text/javascript\" src=\"http://edge.quantserve.com/quant.js\"></script>\n\t\t<script type=\"text/javascript\">_qacct=\"p-73t-O7FWprUTo\";quantserve();</script>\n\t\t<noscript>\n\t\t\t<a href=\"http://www.quantcast.com/p-73t-O7FWprUTo\" target=\"_blank\"><img src=\"http://pixel.quantserve.com/pixel/p-73t-O7FWprUTo.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/></a>\n\t\t</noscript>\n\t<!-- End Quantcast tag -->\n\n\t<!-- Begin comScore Tag -->\n\t\t<script type=\"text/javascript\">\n\t\t\tdocument.write(unescape(\"%3Cscript src='\" + (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js' %3E%3C/script%3E\"));\n\t\t</script>\n\t\t<script type=\"text/javascript\">\n\t\tCOMSCORE.beacon({ c1:2, c2:6035083, c3:\"\", c4:\"\", c5:\"\", c6:\"\", c15:\"\"});\n\t\t</script>\n\t\t<noscript>\n\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&c2=6035083&c3=&c4=&c5=&c6=&c15=&cj=1\" />\n\t\t</noscript>\n\t<!-- End comScore Tag -->\n\n\t<!-- Start Chartbeat -->\n\t<script type=\"text/javascript\">\n\tvar _sf_async_config={uid:11578,domain:\"uproxx.com\",sections:\"UPROXX\"};\n\t(function(){\n\t\tfunction loadChartbeat() {\n\t\t\twindow._sf_endpt=(new Date()).getTime();\n\t\t\tvar e = document.createElement('script');\n\t\t\te.setAttribute('language', 'javascript');\n\t\t\te.setAttribute('type', 'text/javascript');\n\t\t\te.setAttribute('src',\n\t\t\t((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") + \"js/chartbeat.js\");\n\t\t\tdocument.body.appendChild(e);\n\t\t}\n\t\tvar oldonload = window.onload;\n\t\twindow.onload = (typeof window.onload != 'function') ?\n\t\t\tloadChartbeat : function() { oldonload(); loadChartbeat(); };\n\t})();\n\t</script>\n\t<!-- End Chartbeat -->\n\t\n\t<!-- Start Gravity -->\n\t<script type='text/javascript'>\n\t//<![CDATA[\n\t(function(){\n\t\twindow.gravityInsightsParams = {\n\t\t\t'type': 'content',\n\t\t\t'action': '',\n\t\t\t'site_guid': 'a9a15d2c67337642a3ad00b3534679a1'\n\t\t};\n\t\tvar 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\";\n\t   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));})();\n\t //]]>\n\t</script>\n\t<!-- End Gravity -->\n\t\n\t\t\t<!-- START Parse.ly Include: Standard -->\n\t\t<div id=\"parsely-root\" style=\"display: none\">\n\t\t  <a id=\"parsely-cfg\" data-parsely-site=\"uproxx.com\" href=\"http://parsely.com\">Powered by the Parse.ly Publisher Platform (P3).</a>\n\t\t</div>\n\t\t<script>\n\t\t(function(s, p, d) {\n\t\t\tvar h=d.location.protocol, i=p+\"-\"+s,\n\t\t\t\te=d.getElementById(i), r=d.getElementById(p+\"-root\");\n\t\t\tif (e) return;\n\t\t\te = d.createElement(s); e.id = i; e.async = true;\n\t\t\te.src = h+\"//static.parsely.com/p.js\"; r.appendChild(e);\n\t\t})(\"script\", \"parsely\", document);\n\t\t</script>\n\t\t<!-- END Parse.ly Include -->\n\t\n\t<script type=\"application/javascript\" src=\"//s.uadx.com/f0ff1590-28dd-11e4-949f-22000afe405e:783ede90-37b2-11e4-82f3-22000afe405e.js\"></script>\n\t\n\t<!-- Start Alexa Certify Javascript -->\n\t<script type=\"text/javascript\">\n\t_atrk_opts = { atrk_acct:\"N7zxk1aUy100gF\", domain:\"uproxx.com\",dynamic: true};\n\t(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); })();\n\t</script>\n\t<noscript><img src=\"https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=N7zxk1aUy100gF\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\" /></noscript>\n\t<!-- End Alexa Certify Javascript -->  \n\n\t\t\n\t\t<script type=\"application/ld+json\">\n{\n  \"@context\": \"http://schema.org\",\n  \"@type\": \"WebSite\",\n  \"url\": \"https://uproxx.com/\",\n  \"potentialAction\": {\n    \"@type\": \"SearchAction\",\n    \"target\": \"https://uproxx.com/?s={search_term_string}\",\n    \"query-input\": \"required name=search_term_string\"\n  }\n}\n</script>\t</body>\n</html>"
  },
  {
    "path": "tests/data/html/upworthy.com1.html",
    "content": "<!DOCTYPE html>\n<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->\n<!--[if lt IE 7]> <html class=\"ie ie6 lt-ie10 lt-ie9 lt-ie8 lt-ie7 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"ie ie7 lt-ie10 lt-ie9 lt-ie8 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"ie ie8 lt-ie10 lt-ie9 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 9]>    <html class=\"ie ie9 lt-ie10 no-js\"lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--> <html class=\"no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <!--<![endif]-->\n<head>\n  <script type=\"text/javascript\">\n    if (typeof window.performance === \"undefined\") {\n      window._startTime = +(new Date());\n    } else {\n      window._startTime = performance.now();\n    }\n  </script>\n\n  <meta charset=\"utf-8\">\n  <!-- Use the .htaccess and remove this line to avoid edge case issues.\n       More info: h5bp.com/i/378 -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE10\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"63497445bb\",\"applicationID\":\"3835034\",\"transactionName\":\"IAtfRUdYXVVcExpcFAQDVEVGGEJRVhY=\",\"queueTime\":2,\"applicationTime\":91,\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n  <!-- <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> -->\n  <link href=\"/assets/application-0c3de4b9d4dce85176b7accb2e2fdd7a.css\" media=\"screen\" rel=\"stylesheet\" />\n  \n  <script id=\"config\" type=\"application/json\">\n    {\n      \"environment\" : \"production\",\n\n      \"mixpanelId\" : \"\",\n      \"googleAnalyticsId\" : \"UA-30098361-1\",\n      \"youtubeChannelId\" : \"UCswDowOOvJ-fkCgH9YAITjQ\",\n\n      \"facebookId\" : \"153163221468956\",\n      \"facebookDomain\" : \"upworthy.com\",\n\n      \"siloUri\" : \"http://analytics.upworthy.com\",\n      \"geoipUri\" : \"https://www.upworthy.com/api/geo.json\",\n\n      \"attentionGranularity\" : \"10\",\n      \"attentionDecay\" : \"5\"\n    }\n  </script>\n  <script id=\"pageMetadata\" type=\"application/json\">\n    {\n      \"environment\" : \"production\",\n      \"asset_path\"  : \"/assets/\"\n    }\n  </script>\n    <script id=\"pageType\" type=\"application/json\">\"nugget\"</script>\n<script id=\"nuggetMetadata\" type=\"application/json\">\n  {\n    \"id\"          : \"545cf239dbe4409e3c00002a\",\n    \"baseUrl\"     : \"http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him\",\n    \"slug\"        : \"what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him\",\n    \"status\"      : \"published\",\n    \"author\"      : \"Phoebe Gavin\",\n    \"gplusId\"     : \"108413143120661406881\",\n    \"pubDate\"     : \"2014-11-13T21:53:14+00:00\",\n    \"format\"      : \"video\",\n    \"topics\"      : [\"diversity\", \"military\"],\n    \"campaign\"    : \"\",\n    \"sponsorId\"   : \"\",\n    \"sponsorSlug\" : \"\",\n    \"promoted\"    : \"false\",\n    \"dfp\"         : \"false\"\n  }\n</script>\n\n\n  <!-- Disable no-js styles if javascript is turned on. http://paulirish.com/2009/avoiding-the-fouc-v3/ -->\n  <script>(function(H){H.className=H.className.replace(/\\bno-js\\b/,'js')})(document.documentElement)</script>\n\n    <title>What A Service Dog Really Thinks Of The Injured Vet Who Owns Him</title>\n\n    <meta name=\"description\" content=\"Things that matter. Pass &#39;em on.\">\n\n  <!-- Mobile viewport optimized: h5bp.com/viewport -->\n  <meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0, user-scalable=no\">\n  <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n\n  <link href=\"/favicon.ico\" rel=\"shortcut icon\" type=\"image/ico\" />\n  <link href=\"/favicon.ico\" rel=\"icon\" type=\"image/ico\" />\n  <link rel=\"apple-touch-icon\" href=\"/assets/apple-touch-icon-81bfb904dbc0c8813a641b64928c3b4a.png\"/>\n  <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Upworthy (RSS2.0)\" href=\"http://feeds.feedburner.com/upworthy\"/>\n  <link rel=\"publisher\" href=\"https://plus.google.com/103863989923615589024\">\n\n      <link rel=\"canonical\" href=\"http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him\">\n  <link rel=\"author\" href=\"https://plus.google.com/108413143120661406881\">\n  <meta property=\"og:title\" content=\"What A Service Dog Really Thinks Of The Injured Vet Who Owns Him\">\n  <meta property=\"og:description\" content=\"Things that matter. Pass &#39;em on.\">\n  <meta property=\"og:url\" content=\"http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him\">\n  <meta property=\"og:image\" content=\"http://upw-prod-images.global.ssl.fastly.net/nugget/5460f1414cd793e4db00002b/facebook_1200_12-602bd374e0e5fb5158e86a467cea0fdb.png\">\n  <meta property=\"og:site_name\" content=\"Upworthy\">\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"article:publisher\" content=\"https://www.facebook.com/Upworthy\">\n  <meta property=\"article:author\" content=\"https://www.facebook.com/mphoebegavin\">\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\n  <meta name=\"twitter:site\" content=\"@Upworthy\">\n  <meta name=\"twitter:creator\" content=\"@ohsoordinary\">\n  <meta name=\"twitter:url\" content=\"http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him\">\n  <meta name=\"twitter:title\" content=\"What A Service Dog Really Thinks Of The Injured Vet Who Owns Him\">\n  <meta name=\"twitter:description\" content=\"Things that matter. Pass &#39;em on.\">\n  <meta name=\"twitter:image:src\" content=\"http://upw-prod-images.global.ssl.fastly.net/nugget/5460f1414cd793e4db00002b/twitter_880_12-602bd374e0e5fb5158e86a467cea0fdb.png\" />\n  <meta name='parsely-page' content='{\"title\":\"What A Service Dog Really Thinks Of The Injured Vet Who Owns Him\",\"link\":\"http://www.upworthy.com/545cf239dbe4409e3c00002a\",\"image_url\":\"//upw-prod-images.global.ssl.fastly.net/nugget/5460f1414cd793e4db00002b/12-602bd374e0e5fb5158e86a467cea0fdb.png\",\"type\":\"post\",\"post_id\":\"545cf239dbe4409e3c00002a\",\"pub_date\":\"2014-11-13T21:53:14Z\",\"section\":\"disabilities\",\"author\":\"Phoebe Gavin\",\"tags\":[\"disabilities\", \"military-veterans\", \"diversity\", \"military\", \"video\", \"happy\"]}'>\n\n    <meta property='fb:admins' content='12800023' />\n    <meta property='fb:admins' content='3904222' />\n    <meta property='fb:admins' content='3616674' />\n    <meta property='fb:admins' content='1342020065' />\n    <meta property='fb:admins' content='717159202' />\n    <meta property='fb:admins' content='707140716' />\n    <meta property='fb:admins' content='14702274' />\n    <meta property='fb:admins' content='13806670' />\n  <meta property=\"fb:app_id\" content=\"153163221468956\">\n\n  <script type=\"text/javascript\" src=\"https://www.upworthy.com/api/geo.js\"></script>\n  <script src=\"/assets/pre_application/pre_application-14bc0e12d356c738260cc8b008788f64.js\"></script>\n  <!-- DFP -->\n  <script type='text/javascript'>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\nvar gads = document.createElement('script');\ngads.async = true;\ngads.type = 'text/javascript';\nvar useSSL = 'https:' == document.location.protocol;\ngads.src = (useSSL ? 'https:' : 'http:') + \n'//www.googletagservices.com/tag/js/gpt.js';\nvar node = document.getElementsByTagName('script')[0];\nnode.parentNode.insertBefore(gads, node);\n})();\n</script>\n\n\n<script type='text/javascript'>\ngoogletag.cmd.push(function() {\ngoogletag.defineSlot('/47017164/RecommendedContentNuggetPreview', [360, 324], 'div-gpt-ad-14202856576934-18').setCollapseEmptyDiv(true).setTargeting('page_type', 'recommended_content').addService(googletag.pubads());\n\ngoogletag.pubads().setTargeting('nugget', '545cf239dbe4409e3c00002a');\n\ngoogletag.pubads().addEventListener('slotRenderEnded', function(event) {\n  $(window).trigger('resize');\n  $('.dfp-show-after-render').each(function() {\n    var $container = $(this)\n    /* Make sure the ad is not collapsed */\n    if ($container.find($container.data('element-with-ad')).css('display') !== 'none') {\n      var $hide = $($(this).data('hide-after-render'));\n      $container.hide();\n      $hide.hide();\n      $container.fadeIn(1000);\n    }\n  });\n  $('.dfp-preserve-ratio-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    var ratio = $ad.height() / $ad.width();\n    $container = $(this).closest('div');\n    $container.css({'position':'relative', 'padding-bottom': (ratio * 100) + '%'});\n  });\n  $('.dfp-responsive-width-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'width': '100%'})\n  });\n  $('.dfp-responsive-height-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'height': '100%'}).css({'position':'absolute', 'top':'0', 'left': '0'});\n  });\n  $('.dfp-responsive-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'width': '100%', 'height': '100%'}).css({'position':'absolute', 'top':'0', 'left': '0'});\n  });\n});\ngoogletag.pubads().enableSingleRequest();\ngoogletag.enableServices();\n});\n</script>\n\n\n  \n\n  <!-- HTML5 Shiv (style HTML5 elements in IE8) -->\n  <!--[if lt IE 9]>\n  <script src=\"//html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n  <![endif]-->\n\n</head>\n<body class=\"nugget \">\n\n  <script>\nvar _comscore = _comscore || [];\n_comscore.push({ c1: \"2\", c2: \"18410289\", c3: \"\", c4: \"http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him?c=tpstream\" });\n(function() {\nvar 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);\n})(); </script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=18410289&c3=&c4=http://www.upworthy.com/what-a-service-dog-really-thinks-of-the-injured-vet-who-owns-him?c=tpstream\" />\n</noscript>\n\n\n  \n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" style=\"display: none;\">\n\n  <symbol id=\"ico-navicon\" viewBox=\"0 0 28 28\">\n    <path d=\"M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-twitter\" viewBox=\"0 0 30 28\">\n    <path d=\"M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-facebook\" viewBox=\"0 0 18 30\">\n    <path d=\"M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-down\" viewBox=\"0 0 21 28\">\n    <path d=\"M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-up\" viewBox=\"0 0 21 28\">\n    <path d=\"M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-times\" viewBox=\"0 0 25 28\">\n    <path d=\"M1.964 23.607q0-0.714 0.5-1.214l5.25-5.25-5.25-5.25q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.25 5.25-5.25q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214t-0.5 1.214l-5.25 5.25 5.25 5.25q0.5 0.5 0.5 1.214t-0.5 1.214l-2.429 2.429q-0.5 0.5-1.214 0.5t-1.214-0.5l-5.25-5.25-5.25 5.25q-0.5 0.5-1.214 0.5t-1.214-0.5l-2.429-2.429q-0.5-0.5-0.5-1.214z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-magnify\" viewBox=\"0 0 30 32\">\n    <path d=\"M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-search\" viewBox=\"0 0 30 32\">\n    <path d=\"M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-check-circle\" viewBox=\"0 0 28 30\">\n    <path d=\"M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-caret-up\" viewBox=\"0 0 18 23\">\n    <path d=\"M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-caret-down\" viewBox=\"0 0 18 23\">\n    <path d=\"M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-ban\" viewBox=\"0 0 28 30\">\n    <path d=\"M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-right\" viewBox=\"0 0 11 28\">\n    <path d=\"M0.232 24.571q0-0.232 0.179-0.411l7.018-7.018-7.018-7.018q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-left\" viewBox=\"0 0 11 28\">\n    <path d=\"M0.804 17.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-7.018 7.018 7.018 7.018q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-ellipsis\" viewBox=\"0 0 31 12\">\n    <path d=\"M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-help\" viewBox=\"0 0 32 32\">\n    <path d=\"M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-info\" viewBox=\"0 0 32 32\">\n    <path d=\"M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-check\" viewBox=\"0 0 32 24\">\n    <line stroke-width=\"1\" x1=\"\" y1=\"\" x2=\"\" y2=\"\" stroke=\"#449FDB\" opacity=\"\"/><path d=\"M2.2 16.6q0-0.7 0.5-1.2l2.4-2.4q0.5-0.5 1.2-0.5t1.2 0.5l5.3 5.3 11.7-11.7q0.5-0.5 1.2-0.5t1.2 0.5l2.4 2.4q0.5 0.5 0.5 1.2t-0.5 1.2l-15.4 15.4q-0.5 0.5-1.2 0.5t-1.2-0.5l-8.9-8.9q-0.5-0.5-0.5-1.2z\"></path>\n  </symbol>\n</svg>\n\n  <div id=\"upworthy-web-app-wrapper\">\n\n    <header id=\"primary-nav\" class=\"wrapper\">\n      <div class=\"container\">\n        <div class=\"row\">\n          <div class=\"col-md-12\">\n            <div class=\"nav-container\">\n              <nav>\n  <!-- hamburger menu -->\n  <button id=\"browse-button\" type=\"button\" class=\"analytic_event\">\n    <svg class=\"icon navicon\"><use xlink:href=\"#ico-navicon\" /></svg>\n  </button>\n  <!-- topics -->\n    <div id=\"current-topics\" class=\"hidden-xs hidden-sm\">\n      <ul class=\"topics\">\n      <li><a href=\"/diversity\">Diversity</a></li>\n      <li><a href=\"/military\">Military</a></li>\n</ul>\n\n    </div>\n    <div id=\"topic-dropdown\" class=\"dropdown hidden-xs hidden-sm\">\n      <button type=\"button\" class=\"analytic_event dropdown-toggle\" data-toggle=\"dropdown\">\n        <svg class=\"icon ellipsis\"><use xlink:href=\"#ico-ellipsis\" /></svg>\n        <svg class=\"icon angle-down\"><use xlink:href=\"#ico-angle-down\" /></svg>\n      </button>\n      <div class=\"dropdown-menu\" role=\"menu\" aria-labelledby=\"topic-dropdown\">\n        <ul class=\"topics\">\n      <li><a href=\"/diversity\">Diversity</a></li>\n      <li><a href=\"/military\">Military</a></li>\n</ul>\n\n      </div>\n    </div>\n</nav>\n\n              <!-- branding -->\n              <div id=\"branding\">\n                <a href=\"/\" class=\"analytic_event\" data-ga-category=\"General\" data-ga-action=\"Header Logo\" data-ga-label=\"pageTitle\" id=\"logo\"></a>\n                <div class=\"tagline\">\n                  <span class=\"default\">Things That Matter. Pass &lsquo;Em On.</span>\n                  <span class=\"climate\">Upworthy supports Climate Summit 2014</span>\n                </div>\n              </div>\n              <!-- /branding -->\n            </div>\n          </div>\n        </div>\n      </div>\n    </header>\n\n        <div class=\"modal fade\" id=\"holler\">\n      <!-- populated by javascript -->\n    </div><!-- /holler -->\n  <div id=\"survey\" class=\"modal fade\">\n    <div class=\"modal-dialog\">\n      <div class=\"modal-content\">\n        <div class=\"modal-header\">\n          <div class=\"ctrl-bar\">\n  <a class=\"close\" data-dismiss=\"modal\">Close <svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></a>\n</div>\n        </div>\n        <div class=\"modal-body survey\">\n        </div>\n      </div>\n    </div>\n  </div>\n\n\n    \n\n    <div class=\"wrapper\">\n      <div class=\"container\">\n        \n\n\n\n\n\n<div id=\"sticky-header\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-4\">\n        <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F5460f1414cd793e4db00002b%2Ffacebook_1200_12-602bd374e0e5fb5158e86a467cea0fdb.png&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" target=\"_new\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" data-device=\"mobile\" class=\"btn btn-share facebook_button analytic_event\">\n          <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n        </a>\n      </div>\n      <div class=\"col-md-8\">\n        <h2>What A Service Dog Really Thinks Of The Injured Vet Who Owns Him</h2>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n<div class=\"row\">\n  <div class=\"col-md-12\">\n    <div id=\"rc-header-container\" class=\"recommended-content\">\n      <ul class=\"row\" id=\"recommended-header\"></ul>\n    </div>\n  </div>\n</div>\n\n\n<div id=\"nuggetPage\" class=\"row  \">\n\n  <article class=\"col-md-8\" id=\"content\">\n\n    <!-- Headline/author/sponsor -->\n    <header>\n      <h1>What A Service Dog Really Thinks Of The Injured Vet Who Owns Him</h1>\n      <div id=\"byline\">\n          <div class=\"author-wrap\">\n            <address>\n              <a href=\"/phoebe-gavin\" id=\"avatar\"><img alt=\"Phoebe Gavin\" src=\"//upw-prod-images.global.ssl.fastly.net/account/53586a131a09bfac21000058/web_66_Headshot2a-3834487a2288f34a637253b687b481fd.jpg\" /></a>\n              Curator:\n              <a href=\"/phoebe-gavin\" rel=\"author\" class=\"name analytic_event\" data-ga-category=\"Nugget\" data-ga-action=\"More From Curator\" data-ga-label=\"pageTitle\">\n                Phoebe Gavin\n              </a>\n            </address>\n          </div>\n          <div class=\"follow-buttons\">\n              <span class=\"follow-button facebook\">\n                <div id='fb-curator_nugget' class='fb-like desktop' data-href='http://www.facebook.com/mphoebegavin?pos=nugget' data-action='like' data-show-faces='false' data-share='false' data-colorscheme='light' data-layout='button' data-width='200'></div>\n              </span>\n              <span class=\"follow-button twitter\">\n                <a href='https://twitter.com/ohsoordinary' class='twitter-follow-button' data-show-count='false' data-size='small' data-show-screen-name='false'>Follow @ohsoordinary</a>\n              </span>\n          </div>\n      </div>\n    </header>\n\n\n    <div id=\"lede\">\n      <p>I hope every vet who needs a Benji gets a Benji.</p>\n    </div>\n\n    <div id=\"subscribe-top\">\n  <div class=\"dropdown subscribe\">\n    <button type=\"button\" class=\"btn btn-primary dropdown-toggle\" data-toggle=\"dropdown\" id=\"subscribe-dropdown\">\n      Subscribe <span class=\"hidden-xs hidden-md\">to Upworthy</span> <span class=\"caret\"></span>\n    </button>\n    <ul class=\"dropdown-menu\" role=\"menu\" aria-labelledby=\"dLabel\">\n      <li>\n        <div id=\"dropdown-email-ask\" class=\"col-xs-7\" data-name=\"utility_subscribe_dropdown\" data-context=\"NuggetPage\" data-value=\"Upworthiest\">\n          <div class=\"subscribe-msg\">\n            <div id=\"subscribe-email\">First one is free... so are  <br class=\"visible-xs\">the rest. Daily.</div>\n          </div>\n          <div class=\"prompt\">\n\t<form method=\"post\" action=\"/holler/back\" class=\"email-form\">\n\t  <input class=\"text_field_tag required email mailcheck\" placeholder=\"Email\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input class=\"btn\" value=\"I'm in!\" type=\"submit\">\n\t  <p class=\"privacy\">\n\t    By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n\t  </p>\n\t</form>\n</div>\n          <div class=\"success\">\n            <h2>Thanks for signing up!</h2>\n          </div>\n        </div>\n        <div id=\"dropdown-facebook-ask\" class=\"col-xs-5\">\n          <div id=\"subscribe-facebook\">\n            <div class=\"subscribe-msg\">Like Upworthy on <strong>Facebook</strong></div>\n            <div class=\"btn-spacer\"><div id='fb-subscribe_dropdown' class='fb-like ' data-href='http://www.facebook.com/upworthy?pos=subscribe_dropdown' data-action='like' data-show-faces='false' data-share='false' data-colorscheme='light' data-layout='button_count' data-width='150'></div></div>\n          </div>\n        </div>\n        <div id=\"dropdown-youtube-ask\" class=\"col-xs-5\">\n          <div id=\"subscribe-youtube\">\n            <div class=\"subscribe-msg\">Subscribe to our <strong>YouTube</strong> channel</div>\n            <div class=\"btn-spacer\"><div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"dropdown\"></div></div>\n          </div>\n        </div>\n      </li>\n    </ul>\n  </div>\n</div>\n<div id=\"share-top\" class=\"share\">\n  <div class=\"share-button-wrapper\">\n    <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F5460f1414cd793e4db00002b%2Ffacebook_1200_12-602bd374e0e5fb5158e86a467cea0fdb.png&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" data-popup-width=\"625\" data-popup-height=\"380\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" class=\"btn btn-share facebook_button analytic_event hidden-ios\">\n      <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg>Share<span class=\"hidden-xs hidden-sm hidden-md\"> On Facebook</span></span>\n    </a>\n  </div>\n  <div class=\"share-button-wrapper\">\n    <a data-url=\"http://twitter.com/intent/tweet?related=upworthy%2Cohsoordinary&amp;text=An+injured+vet+gets+to+hear+what+his+service+dog+really+thinks+of+him+%28via+%40Upworthy%29&amp;url=URL_TO_SHARE\" data-popup-width=\"625\" data-popup-height=\"300\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Twitter\" data-ga-label=\"pageTitle\" data-share-to='twitter' data-placement='top' data-windowstyle=\"twitter\" class=\"btn btn-share twitter_button analytic_event\">\n      <span class=\"text-node\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg><span class=\"hidden-xs hidden-sm hidden-md\">Share On Twitter</span><span class=\"hidden-lg\">Tweet</span></span>\n    </a>\n  </div>\n</div>\n\n\n    <div id=\"nuggetBody\" class=\"video\" >\n      <p><img src=\"//upw-prod-images.global.ssl.fastly.net/nugget/5464f73d7448848cf0000021/attachments/-1-9b03682e30b028ca3ac9520136ff84f4.png\"></p><p style=\"text-align: center;\">To learn more about Benji the golden retriever and his owner, Joe, click play.</p><iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/t42vfnEArJw?rel=0&wmode=transparent&showinfo=0&controls=1&enablejsapi=1&rel=0&version=3&color=white\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\n    </div> <!-- /#content -->\n\n      <div id=\"share-bottom\" class=\"visible-sm visible-md visible-lg\">\n    <div class=\"share-button-wrapper\">\n      <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F5460f1414cd793e4db00002b%2Ffacebook_1200_12-602bd374e0e5fb5158e86a467cea0fdb.png&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" data-popup-width=\"625\" data-popup-height=\"380\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Bottom Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='bottom' data-windowstyle=\"facebook\" class=\"btn btn-share facebook_button analytic_event\">\n        <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n      </a>\n    </div>\n    <div class=\"share-button-wrapper\">\n      <a data-url=\"http://twitter.com/intent/tweet?related=upworthy%2Cohsoordinary&amp;text=An+injured+vet+gets+to+hear+what+his+service+dog+really+thinks+of+him+%28via+%40Upworthy%29&amp;url=URL_TO_SHARE\" data-popup-width=\"625\" data-popup-height=\"300\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Bottom Share Twitter\" data-ga-label=\"pageTitle\" data-share-to='twitter' data-placement='bottom' data-windowstyle=\"twitter\" class=\"btn btn-share twitter_button analytic_event\">\n        <span class=\"text-node\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg><span class=\"preface\">Share on</span> Twitter</span>\n      </a>\n    </div>\n  </div><!-- /share-bottom -->\n\n  <div id=\"share-row-sticky\" class=\"visible-xs\">\n    <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F5460f1414cd793e4db00002b%2Ffacebook_1200_12-602bd374e0e5fb5158e86a467cea0fdb.png&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" target=\"_new\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" data-device=\"mobile\" class=\"btn btn-share facebook_button analytic_event\">\n      <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n    </a>\n  </div>\n\n\n    <footer id=\"meta-data\">\n          <div id=\"transcript\" >\n      <dl>\n        <dt>Transcript:</dt>\n        <dd>\n          <a href='#show-transcript' id='transcriptButton' class=\"reveal\"><span class=\"text-node\"><span class=\"action-show\">Show Transcript <svg class=\"icon angle-down\"><use xlink:href=\"#ico-angle-down\" /></svg></span><span class=\"action-hide\">Hide Transcript <svg class=\"icon angle-up\"><use xlink:href=\"#ico-angle-up\" /></svg></span></span></a>\n          <div id='transcriptContent'>\n            <p><strong>Benjamin:</strong> Hello. My name is Benjamin, and I'm proud to be a service dog from America's Vet Dogs. Not just because I get to wear this cool vest, but because they brought me to Joe. That's Joe. He's my best friend and my hero and this is our story.</p><p><strong>Joe:</strong> A guy who's in a wheelchair, especially a loud mouth red headed guy like me, people are looking at you all the time and I usually don't mind, at least, I didn't think I minded until I got Benjamin and a lot of that attention shifted to him. And it made it so much easier for me to feel like I was comfortable in public, because people aren't looking at the jacked up one-legged guy, they're looking at the beautiful golden retriever.</p><p><strong>Benjamin:</strong> Thanks, Joe. You're not so bad looking yourself.</p><p><strong>Joe:</strong> My name's Joseph Worley. I was in the Navy as a hospital corpsman, third class, with 21 Marines out of Camp Pendleton and this is my dog Benji. I deployed to Iraq March 1st of 2004. I got hit on foot by an IED. I ended up losing my left leg and getting some pretty good damage to my right leg. Coming home to my family was incredible. I hadn't seen them in so long and I'd been through so much and I was worried about what kind of father I was going to be with my injury and what kind of husband I was going to be. I needed them and I hoped they still wanted me. Is that fun or what?</p><p><strong>Benjamin:</strong> Joe was joyfully reunited with his family and began his recovery. A couple of years later, they would welcome a fluffy, four legged addition. That's where I come in.</p><p><strong>Joe:</strong> The application process for America's Vet Dogs is really intricate, because they train each individual dog for each individual veteran. He spent a year and a half of his life training for me, just for me.</p><p><strong>Benjamin:</strong> Worth every minute. It's an honor to be by your side.</p><p><strong>Joe:</strong> One of the biggest things that changed after I got Benjamin was an improvement in my ability to walk. I can't really describe how having a dog on a leash can help someone feel safe and stable to walk but, for me, that was a big deal because, if anyone's ever walked on railroad tracks and if you can even get your hand on a leaf up above you or something, you just feel like okay, I got something and I guess that's what it was. He can brace and let me hold onto him. If I go to fall, I could grab him, and I just felt safer and more comfortable with him there, just knowing that I had help if I needed it.</p><p><strong>Benjamin:</strong> Always happy to lend a paw, Joe.</p><p><strong>Joe:</strong> Benjamin, bring.</p><p><strong>Benjamin:</strong> I got this.</p><p><strong>Joe:</strong> Good boy. I think, for a lot of guys, dogs like Benjamin could literally be the thing that makes them want to wake up in the morning and have a schedule and that cold nose on their elbow could be the reason why they get up and do the things that they need to do. Benjamin, where's my shoe?</p><p><strong>Benjamin:</strong> Right where you left it, Joe.</p><p><strong>Joe:</strong> A typical day with me and Benji usually starts with me trying to find my shoe and Benji can help me with that. Good job, buddy. Good job. Thank you. He always looks like he's thinking. His eyebrows are always going up and down and he always just seems like he's waiting on me to do something dumb so he can give me a look like what are you doing? When I go to school, he goes with me. I plan on going back in the fall and he's going to look forward to that because he likes going to school because all the girls flirt with him.</p><p><strong>Benjamin:</strong> Hello, ladies.</p><p><strong>Joe:</strong> Benjamin is a part of my family. I can't imagine my family dynamic without him in it. So, he means an awful lot to me. You wanna play tug a war? If I could ask Benjamin three questions, I would probably ask him who his favorite kid is, which would probably be Izzy, because she just dotes so much attention on him all the time.</p><p><strong>Benjamin:</strong> My favorite? Let me see. Yep, yep, it's Izzy.</p><p><strong>Joe:</strong> I'd probably ask him what his favorite thing to do is, because he's eight years old and I want him to have fun and enjoy things.</p><p><strong>Benjamin:</strong> Naps, pets, more naps. I'm a simple dog, with simple tastes.</p><p><strong>Joe:</strong> I would probably ask him if I've made him happy, if I've done right by him, because he's my friend and he's improved my life and I hope that he feels safe and comfortable around me and that I've improved his life as well.</p><p><strong>Benjamin:</strong> Well, now, you're making this old dog get all misty eyed.</p><p><strong>Joe:</strong> I wish that I could express to him how much he means to me, because we always read those things that say, they're only there for a part of yours, but you're there for all of theirs and I'm his whole life and I hope that he is proud of me and that I've made him feel like he's done something incredible in my life, because he has.</p><p><strong>Benjamin:</strong> Am I proud of Joe? Joe told me once that a hero is someone who does something selfless and who functions even when they are afraid. He may not call himself a hero, but in dog years, I'm older and therefore wiser, and I say he is and I'm proud to be his dog.</p><center><em>There may be small errors in this transcript.</em></center>\n          </div>\n        </dd>\n      </dl>\n    </div>\n\n\n\n      \n<!-- attribution text -->\n<div id=\"attribution\">\n  <dl>\n    <dt>About:</dt>\n    <dd><p>This <a href=\"https://www.youtube.com/watch?v=t42vfnEArJw\" target=\"_blank\">video</a> was created by <a href=\"https://www.youtube.com/channel/UCxf-_JLeEwDG33v-ZKkxLmg\" target=\"_blank\">A&amp;E Digital Studios</a>. If you can't get enough of dogs helping soldiers grow into the next chapter of their lives, check out A&amp;E's new real-life series \"<a href=\"http://u.pw/11lllcy\" target=\"_blank\">Dogs of War</a>.\"</p></dd>\n    <!-- facet list -->\n      <dt>Topics:</dt>\n      <dd>\n        <ul class=\"topics\">\n      <li><a href=\"/diversity\">Diversity</a></li>\n      <li><a href=\"/military\">Military</a></li>\n</ul>\n\n      </dd>\n  </dl>\n</div>\n\n      \n    </footer>\n\n    \n\n    <div class=\"hidden-xs\">\n      <!-- desktop engagement box -->\n      \n    </div>\n\n    <div id=\"footer-engagement-box\" class=\"visible-xs\">\n      <!-- mobile engagement box -->\n      \n    </div>\n\n    <section id=\"clickability\">\n  <h4 class=\"section-title\">Next bit of Upworthiness:</h4>\n  <div class=\"slide-content\">\n  <div class=\"pkg analytic_event\" data-ga-category=\"Nugget\" data-ga-action=\"Suggested Nugget Click\">\n    <div class=\"thumb\"></div>\n    <div class=\"info\">\n      <a href=\"#\" class=\"title\"></a>\n      <span class=\"excerpt\"></span>\n    </div>\n  </div>\n</div>\n\n</section>\n\n\n    \n<div id=\"rc-footer-container\" class=\"recommended-content\">\n  <ul class=\"row\" id=\"recommended-footer\"></ul>\n</div>\n\n\n    <section id=\"footer-email-signup\" data-name=\"utility_footer\" data-context=\"staticBottom\"> <!-- footer email signups -->\n  <div class=\"prompt\">\n      <h2>Want more stuff like this?</h2>\n      <p>We're on a mission to spread meaningful content far and wide. Try our daily email, <strong>The Upworthiest</strong>, and see for yourself!</p>\n    <div class=\"hidden-xs\">\n      <form method=\"post\" action=\"/holler/back\">\n        <input id=\"email\" class=\"text_field_tag required email mailcheck\" placeholder=\"Email Address\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input id=\"submit\" class=\"btn\" value=\"Sign Up!\" type=\"submit\">\n        <div id=\"error_container\">\n          <ul></ul>\n        </div>\n        <p class='privacy'>\n          By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n        </p>\n      </form>\n    </div>\n    <div class=\"visible-xs one-click\">\n  <a class=\"btn btn-primary one-click-subscribe\" data-holler-id=\"52fce379d624102e5e000022\" data-placement=\"nuggetFooter\" encode=\"hex\" href=\"mailto:mailer@upworthy.com?cc=subscribe%40upworthy.com&amp;body=Hit%20send%20to%20subscribe%20to%20The%20Upworthiest%2C%20our%20daily%20email%21%20For%20more%20info%2C%20read%20on.%0A%0ASo%20what%E2%80%99s%20going%20on%20here%3F%20We%20know%20typing%20on%20mobile%20devices%20isn%E2%80%99t%20very%20fun%2C%20so%20this%20is%20our%20way%20of%20making%20the%20subscription%20process%20way%20easier.%20Instead%20of%20typing%20out%20your%20email%20address%20on%20that%20tiny%20screen%2C%20all%20you%20have%20to%20do%20is%20hit%20send%20and%20we%27ll%20subscribe%20you%20to%20The%20Upworthiest%2C%20our%20daily%20email%20that%20will%20fill%20your%20inbox%20with%20meaning%20%28psst%2C%20when%20you%20do%20that%2C%20you%27re%20agreeing%20to%20our%20privacy%20policy%2C%20which%20you%20can%20read%20here%3A%20http%3A%2F%2Fwww.upworthy.com%2Fprivacy%29.%0A%0AOf%20course%2C%20if%20you%20do%20like%20typing%2C%20we%20wouldn%E2%80%99t%20want%20to%20stop%20you.%20So%2C%20feel%20free%20to%20write%20us%20a%20comment%20below%20this%20line.%20In%20fact%2C%20we%27d%20be%20tickled%20pink%20to%20hear%20from%20you%21%20%28Just%20don%27t%20change%20the%20subject%20line%2C%20address%20or%20subscriber%20ID%20so%20we%20know%20you%20really%20want%20to%20sign%20up.%29%0A%0A________________________________%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0ASubscriber%20ID%3A52fce379d624102e5e000022%3A545cf239dbe4409e3c00002a%3A&amp;subject=I%27m%20in%21\">One-Click Subscribe</a>\n  <div class=\"message\">\n    <p>No time to type on that tiny screen? No problem! Click subscribe above, then hit send when the email pops up. Boom, you're done.</p>\n  </div>\n</div>\n\n  </div>\n  <div class=\"success\">\n    <h2>Thanks for signing up!</h2>\n    <div class=\"facebook-ask\">\n      <p class=\"message\">Nice! Like us on Facebook to add daily goodness to your feed:</p>\n      <div class=\"social-spacer\">\n        <div id='fb-nugget_footer' class='fb-like ' data-href='http://www.facebook.com/upworthy?pos=footer_signup_form' data-action='like' data-show-faces='true' data-share='false' data-colorscheme='light' data-layout='standard' data-width='50'></div>\n      </div>\n    </div>\n    <div class=\"youtube-ask\">\n      <p class=\"message\">Nice! Subscribe to our YouTube channel to stay tuned to the most meaningful videos on the web.</p>\n      <div class=\"social-spacer\">\n        <div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"footer\"></div>\n      </div>\n    </div>\n  </div>\n</section>\n\n    <section id=\"footer-youtube-subscribe\" data-name=\"utility_footer\" data-context=\"staticBottom\"> <!-- footer youtube subscribe -->\n  <div class=\"prompt\">\n    <h2>Want More Good Stuff?</h2>\n    <p>Subscribe to our YouTube channel to stay tuned to the most meaningful videos on the web.</p>\n    <div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"footer\"></div>\n  </div>\n</section>\n\n  </article><!-- /#nuggetContent -->\n\n  <div id=\"recommended-content-element-template\" class=\"hidden\">\n  \n  <li class=\"clickable impressionable \"\n>\n    <a class=\"eyecatcher-link\" href=\"\">\n      <div class=\"promoted-flag hidden\"></div>\n      <img class=\"eyecatcher\" src=\"\" style=\"background-image:url()\">\n    </a>\n    <div class=\"info\">\n      <h3 class=\"title\">\n        <a href=\"\"></a>\n      </h3>\n    </div>\n\n    <div class=\"dfp-pixel\" style=\"display:none\"></div>\n  </li>\n\n\n</div>\n<aside id=\"sidebar\" class=\"col-md-4\">\n  <div id=\"sidebar-content\">\n    <h2 class=\"visible-xs visible-sm\">More from this series</h2>\n              <!-- RecommendedContentNuggetPreview -->\n      <div id='div-gpt-ad-14202856576934-18'\n           class=\" dfp-responsive-slot dfp-preserve-ratio-slot\"\n           style=\" margin-left: auto; margin-right: auto;margin-bottom: 30px\">\n      <script type='text/javascript'>\n        googletag.cmd.push(function() { googletag.display('div-gpt-ad-14202856576934-18'); });\n        \n      </script>\n      </div>\n\n    <ul id=\"recommended\" class=\"recommended-content\"></ul>\n      <footer>\n        <div class=\"logo\"></div>\n        <p>This special Upworthy series was made possible by A&amp;E Dogs of War.</p>\n      </footer>\n  </div>\n</aside>\n\n\n\n  \n  </div><!-- /nuggetPage -->\n\n<!-- Hidden Snippet: flash video error message -->\n\n<div id=\"flash-embed-message\">\n  <div class=\"content\">\n    <h3>Flash Video Embed</h3>\n    <p>This video is not supported by your device. <b><a href=\"http://www.upworthy.com\">Continue browsing</a></b> to find other stuff you'll love!</p>\n  </div>\n</div>\n\n\n      </div><!-- /container -->\n    </div><!-- /wrapper -->\n\n    \n\n\n    <footer id=\"page-footer\" data-context=\"bottom-footer\" data-name=\"utility_footer\" data-value=\"Upworthiest\">\n\t<div class=\"container\">\n\t  <div class=\"row\">\n    \t<div class=\"col-sm-3 height-fix copyright-info\">\n    \t\t<a href=\"/\" id=\"logo-circle\">\n          <img alt=\"UP logo\" src=\"/assets/upworthy-avatar-5ce08121c35b8c285a4a1336f2b4764f.svg\" />\n    \t\t</a>\n    \t\t<p>\n    \t\t\t&copy; Cloud Tiger Media.<br />\n    \t\t\tAll rights reserved.\n    \t\t</p>\n    \t</div>\n      \t<div class=\"col-sm-6 height-fix about-up\">\n      \t\t<h3>Upworthy is social media with a mission.</h3>\n      \t\t<p>\n      \t\tSensational and substantial. Entertaining and enlightening. Shocking and significant. That's what you can expect here: no empty calories. Just a steady stream of the most irresistibly shareable stuff you can click on without feeling bad about yourself afterwards. <a href=\"/about\">Read more.</a>\n      \t\t</p>\n      \t\t<div class=\"social\">\n      \t\t\t<h4>Subscribe</h4>\n      \t\t\t<ul class=\"inline\">\n      \t\t\t\t<li> <a href=\"https://www.facebook.com/Upworthy\" class=\"facebook\" title=\"Like Upworthy on Facebook\" rel=\"external\" target=\"_blank\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg></a> </li>\n      \t\t\t\t<li> <a href=\"https://twitter.com/intent/user?screen_name=upworthy\" class=\"twitter\" title=\"Follow Upworthy on Twitter\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg></a> </li>\n      \t\t\t</ul>\n            <div class=\"prompt\">\n\t<form method=\"post\" action=\"/holler/back\" class=\"email-form\">\n\t  <input class=\"text_field_tag required email mailcheck\" placeholder=\"Email\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input class=\"btn\" value=\"I'm in!\" type=\"submit\">\n\t  <p class=\"privacy\">\n\t    By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n\t  </p>\n\t</form>\n</div>\n            <div class=\"success\">Thanks for signing up!</div>\n      \t\t</div>\n      \t</div>\n      \t<nav class=\"col-sm-3 height-fix nav-wrap\">\n      \t\t<div class=\"gen-links\">\n    <h4>About</h4>\n    <ul>\n      <li><a class=\"analytic_event\" data-ga-action=\"About\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/about\">About Us</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Blog\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"http://blog.upworthy.com\">Blog</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Contact\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/contact\">Contact</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Corrections\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/corrections\">Corrections</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Best Of\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/best-of\">Best Of</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Random Nugget\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/random\">Random</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Feed\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"http://feeds.feedburner.com/upworthy\">RSS Feed</a></li>\n    </ul>\n</div>\n<div class=\"meta-links\">\n  <h4>Join Us</h4>\n  <ul>\n    <li><a class=\"analytic_event\" data-ga-action=\"Advertise\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/advertise\">Advertise</a></li>\n    <li><a class=\"analytic_event\" data-ga-action=\"Submit Link\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"https://upworthy.com/submit\">Submit Link</a></li>\n    <li><a class=\"analytic_event\" data-ga-action=\"Jobs\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/jobs\">Jobs</a></li>\n  </ul>\n  <div class=\"legal-links\">\n    <h4>Legalese</h4>\n    <ul>\n      <li><a class=\"analytic_event\" data-ga-action=\"Privacy\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/privacy\">Privacy</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"TOS\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/tos\">Terms</a></li>\n    </ul>\n  </div>\n</div>\n\n      \t</nav>\n    </nav>\n\t</div>\n</footer>\n\n\n    <!-- NUGGETS: lightbox zooming for large images -->\n    <div id=\"lightbox\">\n      <div class=\"controls\">\n        <a class=\"close\">Close <svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></a>\n        <span class=\"hidden-md hidden-lg instructions\">Pinch or double-tap to zoom</span>\n      </div>\n      <div id=\"lightbox-content\">\n        <div id=\"scroller\">\n          <img src=\"#\" id=\"placeholder\" alt=\"Image Detail\">\n        </div>\n        <span class=\"icon zoomIndicator\"></span>\n      </div>\n    </div>\n  </div> <!-- /#upworthy-web-app-wrapper -->\n\n  <!-- IE8 Users: Display Chrome download text -->\n  <div id=\"olderbrowsers\">\n    <div class=\"container\">\n      <p>Hey, Internet Friend. Looks like you're using a crazy old web browser, which is no longer supported. Please consider upgrading to something more modern&mdash;for a better experience, and a safer time online. We only want the best for you.</p>\n      <p><a href=\"https://support.google.com/chrome/answer/95346?hl=en\" target=\"_blank\">Download Google Chrome</a>, and try it for a week. Don't think about it, just do it. You'll thank us later.</p>\n    </div>\n  </div>\n\n  <!-- Full Screen Site Nav Browsing -->\n  <div id=\"nav-overlay\">\n  <div id=\"overlay-search\" class=\"wrapper\">\n    <div class=\"container\">\n      <button id=\"close-overlay\" type=\"button\">\n        <span class=\"glyph\"><svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></span>\n        <span class=\"label\">Close</span>\n      </button>\n      <form method=\"get\" id=\"search\" action=\"/search\">\n  <input type=\"text\" name=\"q\" class=\"search-query analytic_event\" placeholder=\"Search Stories\" data-ga-category=\"Homepage\" data-ga-action=\"Nugget Search\">\n  <button type=\"submit\" class=\"btn btn-search\"><svg class=\"icon search\"><use xlink:href=\"#ico-search\" /></svg></button>\n</form>\n\n    </div>\n  </div>\n  <div id=\"overlay-browse\" class=\"wrapper\">\n    <div class=\"container\">\n      <div class=\"row\">\n        <div class=\"col-sm-12\">\n          <h3>Topics</h3>\n        </div>\n      </div>\n      <div class=\"row\">\n        <div class=\"all-topics col-sm-12\">\n            <ul class=\"topics\">\n        <li class=\"community\"><a href=\"community\">Community</a></li>\n        <li class=\"diversity\"><a href=\"diversity\">Diversity</a></li>\n        <li class=\"economy\"><a href=\"economy\">Economy</a></li>\n        <li class=\"entertainment-culture\"><a href=\"entertainment-culture\">Entertainment &amp; Culture</a></li>\n        <li class=\"environment\"><a href=\"environment\">Environment</a></li>\n        <li class=\"gender\"><a href=\"gender\">Gender</a></li>\n        <li class=\"guns-crime\"><a href=\"guns-crime\">Guns &amp; Crime</a></li>\n        <li class=\"health\"><a href=\"health\">Health</a></li>\n        <li class=\"immigration\"><a href=\"immigration\">Immigration</a></li>\n        <li class=\"inspirational\"><a href=\"inspirational\">Inspirational</a></li>\n        <li class=\"international\"><a href=\"international\">International</a></li>\n        <li class=\"lgbtqq\"><a href=\"lgbtqq\">LGBTQQ</a></li>\n        <li class=\"military\"><a href=\"military\">Military</a></li>\n        <li class=\"parenting\"><a href=\"parenting\">Parenting</a></li>\n        <li class=\"politics\"><a href=\"politics\">Politics</a></li>\n        <li class=\"science-technology\"><a href=\"science-technology\">Science &amp; Technology</a></li>\n        <li class=\"spanish\"><a href=\"spanish\">Spanish</a></li>\n  </ul>\n\n          <div class=\"static-links\">\n            <ul>\n              <li class=\"home\">\n                <a href=\"/\"><img alt=\"UP logo\" src=\"/assets/upworthy-avatar-5ce08121c35b8c285a4a1336f2b4764f.svg\" /></a>\n              </li>\n\n                 <li><a class=\"analytic_event\" data-ga-action=\"Advertise\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/advertise\">Advertise</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Submit Link\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"https://upworthy.com/submit\">Submit Link</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Jobs\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/jobs\">Jobs</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"About\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/about\">About Us</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Contact\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/contact\">Contact</a></li>\n            </ul>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n<div>\n\n\n  <!-- JS and 3rd Party Bugs -->\n\n\n    <!-- Optimizely -->\n    <script src=\"//cdn.optimizely.com/js/38179760.js\"></script>\n\n  <!-- JavaScript Includes -->\n  <script src=\"/assets/application-5336acaa2098bbb7e850c2ffdec8e892.js\"></script>\n  \n\n  <!-- external analytics & services -->\n\n  <script>window.twttr = (function (d, s, id) {\n  var t, js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src= \"https://platform.twitter.com/widgets.js\";\n    fjs.parentNode.insertBefore(js, fjs);\n    return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });\n  }(document, \"script\", \"twitter-wjs\"));</script>\n\n    <!-- Begin Quantcast -->\n    <script type=\"text/javascript\">\n    var _qevents = _qevents || [];\n\n    (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n    })();\n\n    _qevents.push({\n    qacct:\"p-46reRfD7EnxVE\"\n    });\n    </script>\n    <noscript>\n    <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-46reRfD7EnxVE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n    </div>\n    </noscript>\n    <!-- End Quantcast -->\n\n    <!-- START Parse.ly Include: Standard -->\n    <div id=\"parsely-root\" style=\"display: none\">\n      <div id=\"parsely-cfg\" data-parsely-site=\"upworthy.com\"></div>\n    </div>\n    <script>\n      (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n            e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n            u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n            :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n      })(\"script\", \"parsely\", document);\n    </script>\n    <!-- END Parse.ly Include -->\n\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/upworthy.com2.html",
    "content": "<!DOCTYPE html>\n<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->\n<!--[if lt IE 7]> <html class=\"ie ie6 lt-ie10 lt-ie9 lt-ie8 lt-ie7 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"ie ie7 lt-ie10 lt-ie9 lt-ie8 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"ie ie8 lt-ie10 lt-ie9 no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if IE 9]>    <html class=\"ie ie9 lt-ie10 no-js\"lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--> <html class=\"no-js\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\"> <!--<![endif]-->\n<head>\n  <script type=\"text/javascript\">\n    if (typeof window.performance === \"undefined\") {\n      window._startTime = +(new Date());\n    } else {\n      window._startTime = performance.now();\n    }\n  </script>\n\n  <meta charset=\"utf-8\">\n  <!-- Use the .htaccess and remove this line to avoid edge case issues.\n       More info: h5bp.com/i/378 -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE10\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-5.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"63497445bb\",\"applicationID\":\"3835034\",\"transactionName\":\"IAtfRUdYXVVcExpcFAQDVEVGGEJRVhY=\",\"queueTime\":4,\"applicationTime\":89,\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n  <!-- <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> -->\n  <link href=\"/assets/application-0c3de4b9d4dce85176b7accb2e2fdd7a.css\" media=\"screen\" rel=\"stylesheet\" />\n  \n  <script id=\"config\" type=\"application/json\">\n    {\n      \"environment\" : \"production\",\n\n      \"mixpanelId\" : \"\",\n      \"googleAnalyticsId\" : \"UA-30098361-1\",\n      \"youtubeChannelId\" : \"UCswDowOOvJ-fkCgH9YAITjQ\",\n\n      \"facebookId\" : \"153163221468956\",\n      \"facebookDomain\" : \"upworthy.com\",\n\n      \"siloUri\" : \"http://analytics.upworthy.com\",\n      \"geoipUri\" : \"https://www.upworthy.com/api/geo.json\",\n\n      \"attentionGranularity\" : \"10\",\n      \"attentionDecay\" : \"5\"\n    }\n  </script>\n  <script id=\"pageMetadata\" type=\"application/json\">\n    {\n      \"environment\" : \"production\",\n      \"asset_path\"  : \"/assets/\"\n    }\n  </script>\n    <script id=\"pageType\" type=\"application/json\">\"nugget\"</script>\n<script id=\"nuggetMetadata\" type=\"application/json\">\n  {\n    \"id\"          : \"547f2e2c3433360018280000\",\n    \"baseUrl\"     : \"http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\",\n    \"slug\"        : \"theyre-innocent-looking-enough-but-actually-quite-dangerous\",\n    \"status\"      : \"published\",\n    \"author\"      : \"Mrill Ingram\",\n    \"gplusId\"     : \"mrillingram\",\n    \"pubDate\"     : \"2014-12-24T17:45:15+00:00\",\n    \"format\"      : \"video\",\n    \"topics\"      : [\"environment\", \"health\"],\n    \"campaign\"    : \"\",\n    \"sponsorId\"   : \"\",\n    \"sponsorSlug\" : \"\",\n    \"promoted\"    : \"false\",\n    \"dfp\"         : \"false\"\n  }\n</script>\n\n\n  <!-- Disable no-js styles if javascript is turned on. http://paulirish.com/2009/avoiding-the-fouc-v3/ -->\n  <script>(function(H){H.className=H.className.replace(/\\bno-js\\b/,'js')})(document.documentElement)</script>\n\n    <title>They&#39;re Innocent Looking Enough But Actually Quite Dangerous</title>\n\n    <meta name=\"description\" content=\"Awesome, fun, interesting videos and graphics about stuff that matters.\">\n\n  <!-- Mobile viewport optimized: h5bp.com/viewport -->\n  <meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0, user-scalable=no\">\n  <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n\n  <link href=\"/favicon.ico\" rel=\"shortcut icon\" type=\"image/ico\" />\n  <link href=\"/favicon.ico\" rel=\"icon\" type=\"image/ico\" />\n  <link rel=\"apple-touch-icon\" href=\"/assets/apple-touch-icon-81bfb904dbc0c8813a641b64928c3b4a.png\"/>\n  <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Upworthy (RSS2.0)\" href=\"http://feeds.feedburner.com/upworthy\"/>\n  <link rel=\"publisher\" href=\"https://plus.google.com/103863989923615589024\">\n\n      <link rel=\"canonical\" href=\"http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\">\n  <link rel=\"author\" href=\"https://plus.google.com/mrillingram\">\n  <meta property=\"og:title\" content=\"They&#39;re Innocent Looking Enough But Actually Quite Dangerous\">\n  <meta property=\"og:description\" content=\"\">\n  <meta property=\"og:url\" content=\"http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\">\n  <meta property=\"og:image\" content=\"http://upw-prod-images.global.ssl.fastly.net/nugget/548263d53233643298160000/facebook_1200_close-b17308f8c0c3828d52e487b633f5afee.jpg\">\n  <meta property=\"og:site_name\" content=\"Upworthy\">\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"article:publisher\" content=\"https://www.facebook.com/Upworthy\">\n  <meta property=\"article:author\" content=\"https://www.facebook.com/mrillingram\">\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\n  <meta name=\"twitter:site\" content=\"@Upworthy\">\n  <meta name=\"twitter:creator\" content=\"@MrillDill\">\n  <meta name=\"twitter:url\" content=\"http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\">\n  <meta name=\"twitter:title\" content=\"They&#39;re Innocent Looking Enough But Actually Quite Dangerous\">\n  <meta name=\"twitter:description\" content=\"There&#39;s a surprising story to this piece of fruit, and weirdly, it starts with pineapples.\">\n  <meta name=\"twitter:image:src\" content=\"http://upw-prod-images.global.ssl.fastly.net/nugget/548263d53233643298160000/twitter_880_close-b17308f8c0c3828d52e487b633f5afee.jpg\" />\n  <meta name='parsely-page' content='{\"title\":\"They\\u0027re Innocent Looking Enough But Actually Quite Dangerous\",\"link\":\"http://www.upworthy.com/547f2e2c3433360018280000\",\"image_url\":\"//upw-prod-images.global.ssl.fastly.net/nugget/548263d53233643298160000/close-b17308f8c0c3828d52e487b633f5afee.jpg\",\"type\":\"post\",\"post_id\":\"547f2e2c3433360018280000\",\"pub_date\":\"2014-12-24T17:45:15Z\",\"section\":\"environment-energy\",\"author\":\"Mrill Ingram\",\"tags\":[\"environment-energy\", \"food-farming\", \"environment\", \"health\", \"video\", \"troubling\"]}'>\n\n    <meta property='fb:admins' content='12800023' />\n    <meta property='fb:admins' content='3904222' />\n    <meta property='fb:admins' content='3616674' />\n    <meta property='fb:admins' content='1342020065' />\n    <meta property='fb:admins' content='717159202' />\n    <meta property='fb:admins' content='707140716' />\n    <meta property='fb:admins' content='14702274' />\n    <meta property='fb:admins' content='13806670' />\n  <meta property=\"fb:app_id\" content=\"153163221468956\">\n\n  <script type=\"text/javascript\" src=\"https://www.upworthy.com/api/geo.js\"></script>\n  <script src=\"/assets/pre_application/pre_application-14bc0e12d356c738260cc8b008788f64.js\"></script>\n  <!-- DFP -->\n  <script type='text/javascript'>\nvar googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\nvar gads = document.createElement('script');\ngads.async = true;\ngads.type = 'text/javascript';\nvar useSSL = 'https:' == document.location.protocol;\ngads.src = (useSSL ? 'https:' : 'http:') + \n'//www.googletagservices.com/tag/js/gpt.js';\nvar node = document.getElementsByTagName('script')[0];\nnode.parentNode.insertBefore(gads, node);\n})();\n</script>\n\n\n<script type='text/javascript'>\ngoogletag.cmd.push(function() {\ngoogletag.defineSlot('/47017164/RecommendedContentNuggetPreview', [360, 324], 'div-gpt-ad-14202662425647-6').setCollapseEmptyDiv(true).setTargeting('page_type', 'recommended_content').addService(googletag.pubads());\n\ngoogletag.pubads().setTargeting('nugget', '547f2e2c3433360018280000');\n\ngoogletag.pubads().addEventListener('slotRenderEnded', function(event) {\n  $(window).trigger('resize');\n  $('.dfp-show-after-render').each(function() {\n    var $container = $(this)\n    /* Make sure the ad is not collapsed */\n    if ($container.find($container.data('element-with-ad')).css('display') !== 'none') {\n      var $hide = $($(this).data('hide-after-render'));\n      $container.hide();\n      $hide.hide();\n      $container.fadeIn(1000);\n    }\n  });\n  $('.dfp-preserve-ratio-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    var ratio = $ad.height() / $ad.width();\n    $container = $(this).closest('div');\n    $container.css({'position':'relative', 'padding-bottom': (ratio * 100) + '%'});\n  });\n  $('.dfp-responsive-width-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'width': '100%'})\n  });\n  $('.dfp-responsive-height-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'height': '100%'}).css({'position':'absolute', 'top':'0', 'left': '0'});\n  });\n  $('.dfp-responsive-slot').each(function() {\n    var $ad = $(this).find('iframe');\n    $ad.attr({'width': '100%', 'height': '100%'}).css({'position':'absolute', 'top':'0', 'left': '0'});\n  });\n});\ngoogletag.pubads().enableSingleRequest();\ngoogletag.enableServices();\n});\n</script>\n\n\n  \n\n  <!-- HTML5 Shiv (style HTML5 elements in IE8) -->\n  <!--[if lt IE 9]>\n  <script src=\"//html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n  <![endif]-->\n\n</head>\n<body class=\"nugget \">\n\n  <script>\nvar _comscore = _comscore || [];\n_comscore.push({ c1: \"2\", c2: \"18410289\", c3: \"\", c4: \"http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\" });\n(function() {\nvar 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);\n})(); </script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=18410289&c3=&c4=http://www.upworthy.com/theyre-innocent-looking-enough-but-actually-quite-dangerous\" />\n</noscript>\n\n\n  \n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" style=\"display: none;\">\n\n  <symbol id=\"ico-navicon\" viewBox=\"0 0 28 28\">\n    <path d=\"M0 26.286v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 17.143v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804zM0 8v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-twitter\" viewBox=\"0 0 30 28\">\n    <path d=\"M0.786 24.839q0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.438-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-facebook\" viewBox=\"0 0 18 30\">\n    <path d=\"M1.696 16.161v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-down\" viewBox=\"0 0 21 28\">\n    <path d=\"M1.375 13.143q0-0.232 0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-up\" viewBox=\"0 0 21 28\">\n    <path d=\"M1.375 21.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-7.018-7.018-7.018 7.018q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-times\" viewBox=\"0 0 25 28\">\n    <path d=\"M1.964 23.607q0-0.714 0.5-1.214l5.25-5.25-5.25-5.25q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.25 5.25-5.25q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214t-0.5 1.214l-5.25 5.25 5.25 5.25q0.5 0.5 0.5 1.214t-0.5 1.214l-2.429 2.429q-0.5 0.5-1.214 0.5t-1.214-0.5l-5.25-5.25-5.25 5.25q-0.5 0.5-1.214 0.5t-1.214-0.5l-2.429-2.429q-0.5-0.5-0.5-1.214z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-magnify\" viewBox=\"0 0 30 32\">\n    <path d=\"M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607t-0.67 1.616-1.616 0.67q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652zM6.857 15.429v-1.143q0-0.232 0.17-0.402t0.402-0.17h4v-4q0-0.232 0.17-0.402t0.402-0.17h1.143q0.232 0 0.402 0.17t0.17 0.402v4h4q0.232 0 0.402 0.17t0.17 0.402v1.143q0 0.232-0.17 0.402t-0.402 0.17h-4v4q0 0.232-0.17 0.402t-0.402 0.17h-1.143q-0.232 0-0.402-0.17t-0.17-0.402v-4h-4q-0.232 0-0.402-0.17t-0.17-0.402z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-search\" viewBox=\"0 0 30 32\">\n    <path d=\"M0 14.857q0-2.554 0.991-4.884t2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607 0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884zM4.571 14.857q0 3.304 2.348 5.652t5.652 2.348 5.652-2.348 2.348-5.652-2.348-5.652-5.652-2.348-5.652 2.348-2.348 5.652z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-check-circle\" viewBox=\"0 0 28 30\">\n    <path d=\"M0 16q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884-1.839 6.884-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884zM4.5 16.339q0 0.482 0.321 0.804l6.464 6.464q0.339 0.339 0.804 0.339 0.482 0 0.821-0.339l9.696-9.696q0.321-0.321 0.321-0.804 0-0.5-0.321-0.821l-1.625-1.607q-0.339-0.339-0.804-0.339t-0.804 0.339l-7.286 7.268-4.036-4.036q-0.339-0.339-0.804-0.339t-0.804 0.339l-1.625 1.607q-0.321 0.321-0.321 0.821z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-caret-up\" viewBox=\"0 0 18 23\">\n    <path d=\"M0 21.714q0-0.464 0.339-0.804l8-8q0.339-0.339 0.804-0.339t0.804 0.339l8 8q0.339 0.339 0.339 0.804t-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-caret-down\" viewBox=\"0 0 18 23\">\n    <path d=\"M0 12.571q0-0.464 0.339-0.804t0.804-0.339h16q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804l-8 8q-0.339 0.339-0.804 0.339t-0.804-0.339l-8-8q-0.339-0.339-0.339-0.804z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-ban\" viewBox=\"0 0 28 30\">\n    <path d=\"M0 15.946q0-2.804 1.089-5.348t2.92-4.384 4.375-2.929 5.33-1.089 5.33 1.089 4.375 2.929 2.92 4.384 1.089 5.348-1.089 5.357-2.92 4.393-4.375 2.929-5.33 1.089-5.33-1.089-4.375-2.929-2.92-4.393-1.089-5.357zM4 15.946q0 2.893 1.589 5.339l13.482-13.464q-2.411-1.625-5.357-1.625-2.643 0-4.875 1.304t-3.536 3.554-1.304 4.893zM8.411 24.125q2.446 1.589 5.304 1.589 1.982 0 3.777-0.777t3.098-2.080 2.071-3.116 0.768-3.795q0-2.875-1.554-5.268z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-right\" viewBox=\"0 0 11 28\">\n    <path d=\"M0.232 24.571q0-0.232 0.179-0.411l7.018-7.018-7.018-7.018q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411t-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-angle-left\" viewBox=\"0 0 11 28\">\n    <path d=\"M0.804 17.143q0-0.232 0.179-0.411l8.321-8.321q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411t-0.179 0.411l-7.018 7.018 7.018 7.018q0.179 0.179 0.179 0.411t-0.179 0.411l-0.893 0.893q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-ellipsis\" viewBox=\"0 0 31 12\">\n    <path d=\"M4.8 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM16 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM27.2 12.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-help\" viewBox=\"0 0 32 32\">\n    <path d=\"M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM7.4 10.7q-0.3 0.4 0.1 0.8l2.4 1.8q0.1 0.1 0.3 0.1 0.3 0 0.4-0.2 0.9-1.2 1.5-1.6 0.6-0.4 1.5-0.4 0.9 0 1.5 0.5t0.7 1.1q0 0.7-0.4 1.1t-1.2 0.8q-1.1 0.5-2.1 1.5t-0.9 2.2v0.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4q0-0.3 0.4-0.9t1-0.9q0.6-0.3 0.9-0.5t0.8-0.6 0.8-0.9 0.5-1.1 0.2-1.4q0-1.6-1-2.9t-2.5-2.1-3-0.7q-4.3 0-6.6 3.8zM11.4 24.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-3.4q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v3.4z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-info\" viewBox=\"0 0 32 32\">\n    <path d=\"M0 16q0-3.7 1.8-6.9t5-5 6.9-1.8 6.9 1.8 5 5 1.8 6.9-1.8 6.9-5 5-6.9 1.8-6.9-1.8-5-5-1.8-6.9zM9.1 24.6q0 0.3 0.2 0.4t0.4 0.2h8q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-1.7v-9.1q0-0.2-0.2-0.4t-0.4-0.2h-5.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9q0 0.3 0.2 0.4t0.4 0.2h1.7v5.7h-1.7q-0.2 0-0.4 0.2t-0.2 0.4v2.9zM11.4 8.6q0 0.3 0.2 0.4t0.4 0.2h3.4q0.3 0 0.4-0.2t0.2-0.4v-2.9q0-0.2-0.2-0.4t-0.4-0.2h-3.4q-0.2 0-0.4 0.2t-0.2 0.4v2.9z\"></path>\n  </symbol>\n\n  <symbol id=\"ico-check\" viewBox=\"0 0 32 24\">\n    <line stroke-width=\"1\" x1=\"\" y1=\"\" x2=\"\" y2=\"\" stroke=\"#449FDB\" opacity=\"\"/><path d=\"M2.2 16.6q0-0.7 0.5-1.2l2.4-2.4q0.5-0.5 1.2-0.5t1.2 0.5l5.3 5.3 11.7-11.7q0.5-0.5 1.2-0.5t1.2 0.5l2.4 2.4q0.5 0.5 0.5 1.2t-0.5 1.2l-15.4 15.4q-0.5 0.5-1.2 0.5t-1.2-0.5l-8.9-8.9q-0.5-0.5-0.5-1.2z\"></path>\n  </symbol>\n</svg>\n\n  <div id=\"upworthy-web-app-wrapper\">\n\n    <header id=\"primary-nav\" class=\"wrapper\">\n      <div class=\"container\">\n        <div class=\"row\">\n          <div class=\"col-md-12\">\n            <div class=\"nav-container\">\n              <nav>\n  <!-- hamburger menu -->\n  <button id=\"browse-button\" type=\"button\" class=\"analytic_event\">\n    <svg class=\"icon navicon\"><use xlink:href=\"#ico-navicon\" /></svg>\n  </button>\n  <!-- topics -->\n    <div id=\"current-topics\" class=\"hidden-xs hidden-sm\">\n      <ul class=\"topics\">\n      <li><a href=\"/environment\">Environment</a></li>\n      <li><a href=\"/health\">Health</a></li>\n</ul>\n\n    </div>\n    <div id=\"topic-dropdown\" class=\"dropdown hidden-xs hidden-sm\">\n      <button type=\"button\" class=\"analytic_event dropdown-toggle\" data-toggle=\"dropdown\">\n        <svg class=\"icon ellipsis\"><use xlink:href=\"#ico-ellipsis\" /></svg>\n        <svg class=\"icon angle-down\"><use xlink:href=\"#ico-angle-down\" /></svg>\n      </button>\n      <div class=\"dropdown-menu\" role=\"menu\" aria-labelledby=\"topic-dropdown\">\n        <ul class=\"topics\">\n      <li><a href=\"/environment\">Environment</a></li>\n      <li><a href=\"/health\">Health</a></li>\n</ul>\n\n      </div>\n    </div>\n</nav>\n\n              <!-- branding -->\n              <div id=\"branding\">\n                <a href=\"/\" class=\"analytic_event\" data-ga-category=\"General\" data-ga-action=\"Header Logo\" data-ga-label=\"pageTitle\" id=\"logo\"></a>\n                <div class=\"tagline\">\n                  <span class=\"default\">Things That Matter. Pass &lsquo;Em On.</span>\n                  <span class=\"climate\">Upworthy supports Climate Summit 2014</span>\n                </div>\n              </div>\n              <!-- /branding -->\n            </div>\n          </div>\n        </div>\n      </div>\n    </header>\n\n        <div class=\"modal fade\" id=\"holler\">\n      <!-- populated by javascript -->\n    </div><!-- /holler -->\n  <div id=\"survey\" class=\"modal fade\">\n    <div class=\"modal-dialog\">\n      <div class=\"modal-content\">\n        <div class=\"modal-header\">\n          <div class=\"ctrl-bar\">\n  <a class=\"close\" data-dismiss=\"modal\">Close <svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></a>\n</div>\n        </div>\n        <div class=\"modal-body survey\">\n        </div>\n      </div>\n    </div>\n  </div>\n\n\n    \n\n    <div class=\"wrapper\">\n      <div class=\"container\">\n        \n\n\n\n\n\n<div id=\"sticky-header\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-4\">\n        <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F548263d53233643298160000%2Ffacebook_1200_close-b17308f8c0c3828d52e487b633f5afee.jpg&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" target=\"_new\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" data-device=\"mobile\" class=\"btn btn-share facebook_button analytic_event\">\n          <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n        </a>\n      </div>\n      <div class=\"col-md-8\">\n        <h2>They&#39;re Innocent Looking Enough But Actually Quite Dangerous</h2>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n<div class=\"row\">\n  <div class=\"col-md-12\">\n    <div id=\"rc-header-container\" class=\"recommended-content\">\n      <ul class=\"row\" id=\"recommended-header\"></ul>\n    </div>\n  </div>\n</div>\n\n\n<div id=\"nuggetPage\" class=\"row  \">\n\n  <article class=\"col-md-8\" id=\"content\">\n\n    <!-- Headline/author/sponsor -->\n    <header>\n      <h1>They&#39;re Innocent Looking Enough But Actually Quite Dangerous</h1>\n      <div id=\"byline\">\n          <div class=\"author-wrap\">\n            <address>\n              <a href=\"/mrill-ingram\" id=\"avatar\"><img alt=\"Mrill Ingram\" src=\"//upw-prod-images.global.ssl.fastly.net/account/535869e269f9e04ff000005a/web_66_6-dbffe76c9acab079ddcbfae3a6128fa7.png\" /></a>\n              Curator:\n              <a href=\"/mrill-ingram\" rel=\"author\" class=\"name analytic_event\" data-ga-category=\"Nugget\" data-ga-action=\"More From Curator\" data-ga-label=\"pageTitle\">\n                Mrill Ingram\n              </a>\n            </address>\n          </div>\n          <div class=\"follow-buttons\">\n              <span class=\"follow-button facebook\">\n                <div id='fb-curator_nugget' class='fb-like desktop' data-href='http://www.facebook.com/mrillingram?pos=nugget' data-action='like' data-show-faces='false' data-share='false' data-colorscheme='light' data-layout='button' data-width='200'></div>\n              </span>\n              <span class=\"follow-button twitter\">\n                <a href='https://twitter.com/MrillDill' class='twitter-follow-button' data-show-count='false' data-size='small' data-show-screen-name='false'>Follow @MrillDill</a>\n              </span>\n          </div>\n            <div class=\"fact-check\">\n              <a href=\"#\">Fact Checked <svg class=\"icon info\"><use xlink:href=\"#ico-info\" /></svg></a>\n            </div>\n            <div id=\"fact-check-statement\">\n              <div class=\"fact-check-container row\">\n                <div class=\"fact-check-badge col-sm-3\">\n                  <img alt=\"Fact check badge\" src=\"/assets/fact-check-badge-c1c37ba8e6c44bb974cd0117b40c1d3b.png\" />\n                </div>\n                <div class=\"statement col-sm-9\">\n                  <h2 class=\"graphic\">FACTS!</h2>\n                  <p>&hellip;They&rsquo;re a thing. We love them. We also know they&rsquo;re hard to come by on the Internet. That&rsquo;s why we have a team of fact-checkers double-checking everything we post, with standards that meet or exceed anyone else on the web. So go ahead and share your favorite thing from Upworthy with the full confidence that it's on the level — and that you&rsquo;ll look really smart doing it. Not that <em>you</em> need any help with that, of course.</p>\n                  <p>If we discover that something less-than-facty slipped through the cracks, we&rsquo;ll always be up front with you. Check our <a href=\"/corrections\">corrections page</a> for more information.</p>\n                </div>\n              </div>\n            </div>\n      </div>\n    </header>\n\n\n    <div id=\"lede\">\n      <p>There's a surprising story to this piece of fruit, and weirdly, it starts with pineapples.</p>\n    </div>\n\n    <div id=\"subscribe-top\">\n  <div class=\"dropdown subscribe\">\n    <button type=\"button\" class=\"btn btn-primary dropdown-toggle\" data-toggle=\"dropdown\" id=\"subscribe-dropdown\">\n      Subscribe <span class=\"hidden-xs hidden-md\">to Upworthy</span> <span class=\"caret\"></span>\n    </button>\n    <ul class=\"dropdown-menu\" role=\"menu\" aria-labelledby=\"dLabel\">\n      <li>\n        <div id=\"dropdown-email-ask\" class=\"col-xs-7\" data-name=\"utility_subscribe_dropdown\" data-context=\"NuggetPage\" data-value=\"Upworthiest\">\n          <div class=\"subscribe-msg\">\n            <div id=\"subscribe-email\">First one is free... so are  <br class=\"visible-xs\">the rest. Daily.</div>\n          </div>\n          <div class=\"prompt\">\n\t<form method=\"post\" action=\"/holler/back\" class=\"email-form\">\n\t  <input class=\"text_field_tag required email mailcheck\" placeholder=\"Email\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input class=\"btn\" value=\"I'm in!\" type=\"submit\">\n\t  <p class=\"privacy\">\n\t    By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n\t  </p>\n\t</form>\n</div>\n          <div class=\"success\">\n            <h2>Thanks for signing up!</h2>\n          </div>\n        </div>\n        <div id=\"dropdown-facebook-ask\" class=\"col-xs-5\">\n          <div id=\"subscribe-facebook\">\n            <div class=\"subscribe-msg\">Like Upworthy on <strong>Facebook</strong></div>\n            <div class=\"btn-spacer\"><div id='fb-subscribe_dropdown' class='fb-like ' data-href='http://www.facebook.com/upworthy?pos=subscribe_dropdown' data-action='like' data-show-faces='false' data-share='false' data-colorscheme='light' data-layout='button_count' data-width='150'></div></div>\n          </div>\n        </div>\n        <div id=\"dropdown-youtube-ask\" class=\"col-xs-5\">\n          <div id=\"subscribe-youtube\">\n            <div class=\"subscribe-msg\">Subscribe to our <strong>YouTube</strong> channel</div>\n            <div class=\"btn-spacer\"><div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"dropdown\"></div></div>\n          </div>\n        </div>\n      </li>\n    </ul>\n  </div>\n</div>\n<div id=\"share-top\" class=\"share\">\n  <div class=\"share-button-wrapper\">\n    <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F548263d53233643298160000%2Ffacebook_1200_close-b17308f8c0c3828d52e487b633f5afee.jpg&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" data-popup-width=\"625\" data-popup-height=\"380\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" class=\"btn btn-share facebook_button analytic_event hidden-ios\">\n      <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg>Share<span class=\"hidden-xs hidden-sm hidden-md\"> On Facebook</span></span>\n    </a>\n  </div>\n  <div class=\"share-button-wrapper\">\n    <a data-url=\"http://twitter.com/intent/tweet?related=upworthy%2CMrillDill&amp;text=Americans+eat+almost+4+times+as+many+strawberries+as+they+did+40+years+ago.+%28via+%40Upworthy%29&amp;url=URL_TO_SHARE\" data-popup-width=\"625\" data-popup-height=\"300\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Twitter\" data-ga-label=\"pageTitle\" data-share-to='twitter' data-placement='top' data-windowstyle=\"twitter\" class=\"btn btn-share twitter_button analytic_event\">\n      <span class=\"text-node\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg><span class=\"hidden-xs hidden-sm hidden-md\">Share On Twitter</span><span class=\"hidden-lg\">Tweet</span></span>\n    </a>\n  </div>\n</div>\n\n\n    <div id=\"nuggetBody\" class=\"video\" >\n      <iframe src=\"//www.youtube.com/embed/fPxUIz5GHAE?wmode=transparent&showinfo=0&controls=1&enablejsapi=1&rel=0&version=3&color=white\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" width=\"560\">\r\n</iframe><h3>      Holy moly! </h3><p>As the video says, <strong>strawberries are safe to eat,</strong> and they're good for you too.  But <strong>that doesn't mean the way we grow them is safe</strong>. The concerns here are the <strong><a href=\"http://oehha.ca.gov/ej/pdf/CalEnviroscreenVer11report.pdf\" target=\"_blank\">workers</a></strong> in the field and <strong>families who live near strawberry</strong> <strong>fields</strong>. A <a href=\"http://cehtp.org/projects/ehss01/pesticides_and_schools/Pesticides_Schools_Report_April2014.pdf\" target=\"_blank\">study</a> by the California Department of Public Health found that almost 900 schools are within a 1.4-mile radius of regular use of known carcinogenic pesticides that you learned about in the video.</p><p>Also, strawberries and other fruits and vegetables aren't always chemical-free. Check out this comparison of pesticide residues found on fruits and vegetables. There's endless <a href=\"http://www.slate.com/articles/double_x/the_kids/2014/01/organic_vs_conventional_produce_for_kids_you_don_t_need_to_fear_pesticides.2.html\" target=\"_blank\">debate</a> about the health impacts of consuming conventional vs. organic produce. <strong>The most important thing is to keep eating your fruits and veggies!</strong> But the chart below helps you figure out what non-organic produce is most likely to carry additional chemicals. <em>(Psst, the most <a href=\"http://www.ewg.org/foodnews/list.php\" target=\"_blank\">recent research</a> moves strawberries up to #2!) </em><span></span></p><p style=\"text-align: center;\"><a href=\"http://www.livescience.com/21450-fruits-and-vegetables-pesticides.html\"><img alt=\"68 percent of foods sampled contained measurable pesticides even after washing and peeling.\" src=\"http://i.livescience.com/images/i/000/028/782/i02/go-figure-pesticides-120706.jpeg?1341608358\"></a>\r\n<br></p><p>For more info, read the full Center for Investigative Reporting <a href=\"https://beta.cironline.org/investigations/strawberries/\" target=\"_blank\">investigation</a> on strawberry production, and if you live in California, check out this <a href=\"http://apps.cironline.org/pesticides/\" target=\"_blank\">app</a> to see if you live near areas where pesticides are heavily used to grow strawberries and other crops.</p>\n    </div> <!-- /#content -->\n\n      <div id=\"share-bottom\" class=\"visible-sm visible-md visible-lg\">\n    <div class=\"share-button-wrapper\">\n      <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F548263d53233643298160000%2Ffacebook_1200_close-b17308f8c0c3828d52e487b633f5afee.jpg&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" data-popup-width=\"625\" data-popup-height=\"380\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Bottom Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='bottom' data-windowstyle=\"facebook\" class=\"btn btn-share facebook_button analytic_event\">\n        <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n      </a>\n    </div>\n    <div class=\"share-button-wrapper\">\n      <a data-url=\"http://twitter.com/intent/tweet?related=upworthy%2CMrillDill&amp;text=Americans+eat+almost+4+times+as+many+strawberries+as+they+did+40+years+ago.+%28via+%40Upworthy%29&amp;url=URL_TO_SHARE\" data-popup-width=\"625\" data-popup-height=\"300\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Bottom Share Twitter\" data-ga-label=\"pageTitle\" data-share-to='twitter' data-placement='bottom' data-windowstyle=\"twitter\" class=\"btn btn-share twitter_button analytic_event\">\n        <span class=\"text-node\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg><span class=\"preface\">Share on</span> Twitter</span>\n      </a>\n    </div>\n  </div><!-- /share-bottom -->\n\n  <div id=\"share-row-sticky\" class=\"visible-xs\">\n    <a data-url=\"https://www.facebook.com/dialog/feed?app_id=153163221468956&amp;display=popup&amp;link=URL_TO_SHARE&amp;picture=http%3A%2F%2Fupw-prod-images.global.ssl.fastly.net%2Fnugget%2F548263d53233643298160000%2Ffacebook_1200_close-b17308f8c0c3828d52e487b633f5afee.jpg&amp;redirect_uri=http%3A%2F%2Fwww.upworthy.com%2Ffb-share\" target=\"_new\" rel=\"share_popup\" data-ga-category=\"Nugget\" data-ga-action=\"Top Share Facebook\" data-ga-label=\"pageTitle\" data-share-to='facebook' data-placement='top' data-windowstyle=\"facebook\" data-device=\"mobile\" class=\"btn btn-share facebook_button analytic_event\">\n      <span class=\"text-node\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg><span class=\"preface\">Share on</span> Facebook</span>\n    </a>\n  </div>\n\n\n    <footer id=\"meta-data\">\n          <div id=\"transcript\" >\n      <dl>\n        <dt>Transcript:</dt>\n        <dd>\n          <a href='#show-transcript' id='transcriptButton' class=\"reveal\"><span class=\"text-node\"><span class=\"action-show\">Show Transcript <svg class=\"icon angle-down\"><use xlink:href=\"#ico-angle-down\" /></svg></span><span class=\"action-hide\">Hide Transcript <svg class=\"icon angle-up\"><use xlink:href=\"#ico-angle-up\" /></svg></span></span></a>\n          <div id='transcriptContent'>\n            <p><strong>Narrator:</strong> If you eat a strawberry, it probably came from California, where it was grown with some pretty toxic stuff called fumigants. Fumigants are pesticides used to grow practically all strawberries we eat. So how did we start using this poisons to help grow our food. The chemical that started it all was chloropicrin, a tear gas used in World War I. Chloropicrin made soldiers vomit. So they tore out their masks only to be gassed with other deadly fumes. When the war ended, the U.S. military was left with millions of pounds of surplus teargas until a pineapple crisis.</p><p>Parasites were attacking Hawaii's pineapple crops. Maybe that surplus could come in handy after all. So in 1927, chloropicrin was shift to the islands and scientists did some test. Fungus, worms, chloropicrin obliterated them. Now the soil was ready for planting. The whole process was called fumigation and the pineapples thrived.</p><p>Thirty years later, California strawberries were struggling with subterranean foes. The fumigants killed them too. But in 1970s, farmers were hooked. New fumigant cocktails were invented. More new strawberry drinks were introduced. Every season was now strawberry season. Harvest tripled. The new interstate was great percipient truckloads of fruit across America. The only problem was there was too much fruit and not enough demand.</p><p>So the California Strawberry Advisory Board got creative, Jello, Bisquick, Cornflakes, Cheerios, and of course, Cool Whip. It gave companies tips on how and when to market foods with strawberries. The goal was simple, promote anything that feature the little red fruit. It worked. Americans now eat four times as many strawberries as they did 40 years ago, with California growing 90% of that fruit. </p><p><strong>Each year millions of pounds of different fumigants are pumped into California strawberry fields.</strong> The chemicals don't end up on the fruit, so the berries are safe to eat. The danger is when farmers fumigate, gases can drift to communities nearby. <strong>They've been linked to cancer, birth defects and even holes in the ozone layer. </strong>The problem is many people live where strawberries thrive and workers have to handle these toxins. Local laws and global treaties have tried dealing with these risks. The grower say that they need to use more. And California has sometimes let them despite health warnings from its own scientists.</p><p>Without fumigants, farmer say, \"Our crops can fail. There's no clear alternative to these chemicals. We need them,\" they say,\" to keep consumers happy.\" It's how you can buy cheap strawberries anytime of the year. And so these toxic pesticides called fumigants continue to be the foundation of our strawberry industry.</p><p>DIRECTOR &amp; PRODUCER Ariane Wu</p><p>NARRATOR Roman Mars</p><p>BASED ON REPORTING BY Kendall Taggart, Bernice Yeung &amp; Andrew Donohue</p><p>ILLUSTRATOR &amp; AFTER EFFECTS ARTIST Arthur Jones</p><p>STOP-MOTION ANIMATOR &amp; VIDEO EDITOR Ariane Wu</p><p>MUSIC COMPOSER Jason Kick</p><p>SOUND MIXER Christopher Galipo</p><p>CONSULTING PRODUCER Michael Schiller</p><p>ASSOCIATE PRODUCER Rachel de Leon</p><p>EXECUTIVE PRODUCER Amanda Pike</p><p>EDITORIAL DIRECTOR Robert Salladay</p><p>EXECUTIVE DIRECTOR Robert J. Rosenthal</p><p>ARCHIVAL IMAGES AND FOOTAGE COURTESTY OF U.S. Army The U.S. National Archives and Records Administration Sam Hodgson Library of Congress The New York Times<br>\r\n© Woman's Day magazine 1975<br>\r\n© Family Circle magazine 1978 California Strawberry Commission</p><p>ADDITIONAL MUSIC<br>\r\n\"Turntable,\" written by Jack Trombey Courtesy of De Wolfe Music</p><p>SPECIAL THANKS TO Virtual Active Serene Fang</p><p>the center for investigative reporting</p><p>cironline.org</p><center><em>There may be small errors in this transcript.</em></center>\n          </div>\n        </dd>\n      </dl>\n    </div>\n\n\n\n      \n<!-- attribution text -->\n<div id=\"attribution\">\n  <dl>\n    <dt>About:</dt>\n    <dd><p><a href=\"https://www.youtube.com/watch?v=fPxUIz5GHAE\" target=\"_blank\">Video</a> from the <a href=\"http://cironline.org/\" target=\"_blank\">Center for Investigative Reporting</a> directed by Ariane Wu and based on excellent reporting by Kendall Taggart, Bernice Yeung and Andrew Donohue. <a href=\"http://www.livescience.com/21450-fruits-and-vegetables-pesticides.html\" target=\"_blank\">Infographic</a> source, <a href=\"http://www.livescience.com/\">LiveScience</a>. Thumbnail <a href=\"https://www.flickr.com/photos/forresto/18872090/\" target=\"_blank\">image</a> by Flickr user <a href=\"https://www.flickr.com/photos/forresto/\" target=\"_blank\">fo.ol</a> used under a Creative Commons license.</p></dd>\n    <!-- facet list -->\n      <dt>Topics:</dt>\n      <dd>\n        <ul class=\"topics\">\n      <li><a href=\"/environment\">Environment</a></li>\n      <li><a href=\"/health\">Health</a></li>\n</ul>\n\n      </dd>\n  </dl>\n</div>\n\n      \n    </footer>\n\n    \n\n    <div class=\"hidden-xs\">\n      <!-- desktop engagement box -->\n      \n    </div>\n\n    <div id=\"footer-engagement-box\" class=\"visible-xs\">\n      <!-- mobile engagement box -->\n      \n    </div>\n\n    <section id=\"clickability\">\n  <h4 class=\"section-title\">Next bit of Upworthiness:</h4>\n  <div class=\"slide-content\">\n  <div class=\"pkg analytic_event\" data-ga-category=\"Nugget\" data-ga-action=\"Suggested Nugget Click\">\n    <div class=\"thumb\"></div>\n    <div class=\"info\">\n      <a href=\"#\" class=\"title\"></a>\n      <span class=\"excerpt\"></span>\n    </div>\n  </div>\n</div>\n\n</section>\n\n\n    \n<div id=\"rc-footer-container\" class=\"recommended-content\">\n  <ul class=\"row\" id=\"recommended-footer\"></ul>\n</div>\n\n\n    <section id=\"footer-email-signup\" data-name=\"utility_footer\" data-context=\"staticBottom\"> <!-- footer email signups -->\n  <div class=\"prompt\">\n      <h2>Want more stuff like this?</h2>\n      <p>We're on a mission to spread meaningful content far and wide. Try our daily email, <strong>The Upworthiest</strong>, and see for yourself!</p>\n    <div class=\"hidden-xs\">\n      <form method=\"post\" action=\"/holler/back\">\n        <input id=\"email\" class=\"text_field_tag required email mailcheck\" placeholder=\"Email Address\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input id=\"submit\" class=\"btn\" value=\"Sign Up!\" type=\"submit\">\n        <div id=\"error_container\">\n          <ul></ul>\n        </div>\n        <p class='privacy'>\n          By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n        </p>\n      </form>\n    </div>\n    <div class=\"visible-xs one-click\">\n  <a class=\"btn btn-primary one-click-subscribe\" data-holler-id=\"52fce379d624102e5e000022\" data-placement=\"nuggetFooter\" encode=\"hex\" href=\"mailto:mailer@upworthy.com?cc=subscribe%40upworthy.com&amp;body=Hit%20send%20to%20subscribe%20to%20The%20Upworthiest%2C%20our%20daily%20email%21%20For%20more%20info%2C%20read%20on.%0A%0ASo%20what%E2%80%99s%20going%20on%20here%3F%20We%20know%20typing%20on%20mobile%20devices%20isn%E2%80%99t%20very%20fun%2C%20so%20this%20is%20our%20way%20of%20making%20the%20subscription%20process%20way%20easier.%20Instead%20of%20typing%20out%20your%20email%20address%20on%20that%20tiny%20screen%2C%20all%20you%20have%20to%20do%20is%20hit%20send%20and%20we%27ll%20subscribe%20you%20to%20The%20Upworthiest%2C%20our%20daily%20email%20that%20will%20fill%20your%20inbox%20with%20meaning%20%28psst%2C%20when%20you%20do%20that%2C%20you%27re%20agreeing%20to%20our%20privacy%20policy%2C%20which%20you%20can%20read%20here%3A%20http%3A%2F%2Fwww.upworthy.com%2Fprivacy%29.%0A%0AOf%20course%2C%20if%20you%20do%20like%20typing%2C%20we%20wouldn%E2%80%99t%20want%20to%20stop%20you.%20So%2C%20feel%20free%20to%20write%20us%20a%20comment%20below%20this%20line.%20In%20fact%2C%20we%27d%20be%20tickled%20pink%20to%20hear%20from%20you%21%20%28Just%20don%27t%20change%20the%20subject%20line%2C%20address%20or%20subscriber%20ID%20so%20we%20know%20you%20really%20want%20to%20sign%20up.%29%0A%0A________________________________%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0ASubscriber%20ID%3A52fce379d624102e5e000022%3A547f2e2c3433360018280000%3A&amp;subject=I%27m%20in%21\">One-Click Subscribe</a>\n  <div class=\"message\">\n    <p>No time to type on that tiny screen? No problem! Click subscribe above, then hit send when the email pops up. Boom, you're done.</p>\n  </div>\n</div>\n\n  </div>\n  <div class=\"success\">\n    <h2>Thanks for signing up!</h2>\n    <div class=\"facebook-ask\">\n      <p class=\"message\">Nice! Like us on Facebook to add daily goodness to your feed:</p>\n      <div class=\"social-spacer\">\n        <div id='fb-nugget_footer' class='fb-like ' data-href='http://www.facebook.com/upworthy?pos=footer_signup_form' data-action='like' data-show-faces='true' data-share='false' data-colorscheme='light' data-layout='standard' data-width='50'></div>\n      </div>\n    </div>\n    <div class=\"youtube-ask\">\n      <p class=\"message\">Nice! Subscribe to our YouTube channel to stay tuned to the most meaningful videos on the web.</p>\n      <div class=\"social-spacer\">\n        <div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"footer\"></div>\n      </div>\n    </div>\n  </div>\n</section>\n\n    <section id=\"footer-youtube-subscribe\" data-name=\"utility_footer\" data-context=\"staticBottom\"> <!-- footer youtube subscribe -->\n  <div class=\"prompt\">\n    <h2>Want More Good Stuff?</h2>\n    <p>Subscribe to our YouTube channel to stay tuned to the most meaningful videos on the web.</p>\n    <div class='up-ytsubscribe' data-channel=\"upworthy\" data-layout=\"default\" data-count=\"default\" data-placement=\"footer\"></div>\n  </div>\n</section>\n\n  </article><!-- /#nuggetContent -->\n\n  <div id=\"recommended-content-element-template\" class=\"hidden\">\n  \n  <li class=\"clickable impressionable \"\n>\n    <a class=\"eyecatcher-link\" href=\"\">\n      <div class=\"promoted-flag hidden\"></div>\n      <img class=\"eyecatcher\" src=\"\" style=\"background-image:url()\">\n    </a>\n    <div class=\"info\">\n      <h3 class=\"title\">\n        <a href=\"\"></a>\n      </h3>\n    </div>\n\n    <div class=\"dfp-pixel\" style=\"display:none\"></div>\n  </li>\n\n\n</div>\n<aside id=\"sidebar\" class=\"col-md-4\">\n  <div id=\"sidebar-content\">\n    <h2 class=\"visible-xs visible-sm\">One More? C&#39;mon…</h2>\n              <!-- RecommendedContentNuggetPreview -->\n      <div id='div-gpt-ad-14202662425647-6'\n           class=\" dfp-responsive-slot dfp-preserve-ratio-slot\"\n           style=\" margin-left: auto; margin-right: auto;margin-bottom: 30px\">\n      <script type='text/javascript'>\n        googletag.cmd.push(function() { googletag.display('div-gpt-ad-14202662425647-6'); });\n        \n      </script>\n      </div>\n\n    <ul id=\"recommended\" class=\"recommended-content\"></ul>\n  </div>\n</aside>\n\n\n\n  \n  </div><!-- /nuggetPage -->\n\n<!-- Hidden Snippet: flash video error message -->\n\n<div id=\"flash-embed-message\">\n  <div class=\"content\">\n    <h3>Flash Video Embed</h3>\n    <p>This video is not supported by your device. <b><a href=\"http://www.upworthy.com\">Continue browsing</a></b> to find other stuff you'll love!</p>\n  </div>\n</div>\n\n\n      </div><!-- /container -->\n    </div><!-- /wrapper -->\n\n    \n\n\n    <footer id=\"page-footer\" data-context=\"bottom-footer\" data-name=\"utility_footer\" data-value=\"Upworthiest\">\n\t<div class=\"container\">\n\t  <div class=\"row\">\n    \t<div class=\"col-sm-3 height-fix copyright-info\">\n    \t\t<a href=\"/\" id=\"logo-circle\">\n          <img alt=\"UP logo\" src=\"/assets/upworthy-avatar-5ce08121c35b8c285a4a1336f2b4764f.svg\" />\n    \t\t</a>\n    \t\t<p>\n    \t\t\t&copy; Cloud Tiger Media.<br />\n    \t\t\tAll rights reserved.\n    \t\t</p>\n    \t</div>\n      \t<div class=\"col-sm-6 height-fix about-up\">\n      \t\t<h3>Upworthy is social media with a mission.</h3>\n      \t\t<p>\n      \t\tSensational and substantial. Entertaining and enlightening. Shocking and significant. That's what you can expect here: no empty calories. Just a steady stream of the most irresistibly shareable stuff you can click on without feeling bad about yourself afterwards. <a href=\"/about\">Read more.</a>\n      \t\t</p>\n      \t\t<div class=\"social\">\n      \t\t\t<h4>Subscribe</h4>\n      \t\t\t<ul class=\"inline\">\n      \t\t\t\t<li> <a href=\"https://www.facebook.com/Upworthy\" class=\"facebook\" title=\"Like Upworthy on Facebook\" rel=\"external\" target=\"_blank\"><svg class=\"icon facebook\"><use xlink:href=\"#ico-facebook\" /></svg></a> </li>\n      \t\t\t\t<li> <a href=\"https://twitter.com/intent/user?screen_name=upworthy\" class=\"twitter\" title=\"Follow Upworthy on Twitter\"><svg class=\"icon twitter\"><use xlink:href=\"#ico-twitter\" /></svg></a> </li>\n      \t\t\t</ul>\n            <div class=\"prompt\">\n\t<form method=\"post\" action=\"/holler/back\" class=\"email-form\">\n\t  <input class=\"text_field_tag required email mailcheck\" placeholder=\"Email\" title=\"Email Address\" name=\"email\" type=\"email\" required=\"\"><input class=\"btn\" value=\"I'm in!\" type=\"submit\">\n\t  <p class=\"privacy\">\n\t    By submitting above you agree to the Upworthy <a href=\"/privacy\">privacy policy</a>.\n\t  </p>\n\t</form>\n</div>\n            <div class=\"success\">Thanks for signing up!</div>\n      \t\t</div>\n      \t</div>\n      \t<nav class=\"col-sm-3 height-fix nav-wrap\">\n      \t\t<div class=\"gen-links\">\n    <h4>About</h4>\n    <ul>\n      <li><a class=\"analytic_event\" data-ga-action=\"About\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/about\">About Us</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Blog\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"http://blog.upworthy.com\">Blog</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Contact\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/contact\">Contact</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Corrections\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/corrections\">Corrections</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Best Of\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/best-of\">Best Of</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Random Nugget\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/random\">Random</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"Feed\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"http://feeds.feedburner.com/upworthy\">RSS Feed</a></li>\n    </ul>\n</div>\n<div class=\"meta-links\">\n  <h4>Join Us</h4>\n  <ul>\n    <li><a class=\"analytic_event\" data-ga-action=\"Advertise\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/advertise\">Advertise</a></li>\n    <li><a class=\"analytic_event\" data-ga-action=\"Submit Link\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"https://upworthy.com/submit\">Submit Link</a></li>\n    <li><a class=\"analytic_event\" data-ga-action=\"Jobs\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/jobs\">Jobs</a></li>\n  </ul>\n  <div class=\"legal-links\">\n    <h4>Legalese</h4>\n    <ul>\n      <li><a class=\"analytic_event\" data-ga-action=\"Privacy\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/privacy\">Privacy</a></li>\n      <li><a class=\"analytic_event\" data-ga-action=\"TOS\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/tos\">Terms</a></li>\n    </ul>\n  </div>\n</div>\n\n      \t</nav>\n    </nav>\n\t</div>\n</footer>\n\n\n    <!-- NUGGETS: lightbox zooming for large images -->\n    <div id=\"lightbox\">\n      <div class=\"controls\">\n        <a class=\"close\">Close <svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></a>\n        <span class=\"hidden-md hidden-lg instructions\">Pinch or double-tap to zoom</span>\n      </div>\n      <div id=\"lightbox-content\">\n        <div id=\"scroller\">\n          <img src=\"#\" id=\"placeholder\" alt=\"Image Detail\">\n        </div>\n        <span class=\"icon zoomIndicator\"></span>\n      </div>\n    </div>\n  </div> <!-- /#upworthy-web-app-wrapper -->\n\n  <!-- IE8 Users: Display Chrome download text -->\n  <div id=\"olderbrowsers\">\n    <div class=\"container\">\n      <p>Hey, Internet Friend. Looks like you're using a crazy old web browser, which is no longer supported. Please consider upgrading to something more modern&mdash;for a better experience, and a safer time online. We only want the best for you.</p>\n      <p><a href=\"https://support.google.com/chrome/answer/95346?hl=en\" target=\"_blank\">Download Google Chrome</a>, and try it for a week. Don't think about it, just do it. You'll thank us later.</p>\n    </div>\n  </div>\n\n  <!-- Full Screen Site Nav Browsing -->\n  <div id=\"nav-overlay\">\n  <div id=\"overlay-search\" class=\"wrapper\">\n    <div class=\"container\">\n      <button id=\"close-overlay\" type=\"button\">\n        <span class=\"glyph\"><svg class=\"icon times\"><use xlink:href=\"#ico-times\" /></svg></span>\n        <span class=\"label\">Close</span>\n      </button>\n      <form method=\"get\" id=\"search\" action=\"/search\">\n  <input type=\"text\" name=\"q\" class=\"search-query analytic_event\" placeholder=\"Search Stories\" data-ga-category=\"Homepage\" data-ga-action=\"Nugget Search\">\n  <button type=\"submit\" class=\"btn btn-search\"><svg class=\"icon search\"><use xlink:href=\"#ico-search\" /></svg></button>\n</form>\n\n    </div>\n  </div>\n  <div id=\"overlay-browse\" class=\"wrapper\">\n    <div class=\"container\">\n      <div class=\"row\">\n        <div class=\"col-sm-12\">\n          <h3>Topics</h3>\n        </div>\n      </div>\n      <div class=\"row\">\n        <div class=\"all-topics col-sm-12\">\n            <ul class=\"topics\">\n        <li class=\"community\"><a href=\"community\">Community</a></li>\n        <li class=\"diversity\"><a href=\"diversity\">Diversity</a></li>\n        <li class=\"economy\"><a href=\"economy\">Economy</a></li>\n        <li class=\"entertainment-culture\"><a href=\"entertainment-culture\">Entertainment &amp; Culture</a></li>\n        <li class=\"environment\"><a href=\"environment\">Environment</a></li>\n        <li class=\"gender\"><a href=\"gender\">Gender</a></li>\n        <li class=\"guns-crime\"><a href=\"guns-crime\">Guns &amp; Crime</a></li>\n        <li class=\"health\"><a href=\"health\">Health</a></li>\n        <li class=\"immigration\"><a href=\"immigration\">Immigration</a></li>\n        <li class=\"inspirational\"><a href=\"inspirational\">Inspirational</a></li>\n        <li class=\"international\"><a href=\"international\">International</a></li>\n        <li class=\"lgbtqq\"><a href=\"lgbtqq\">LGBTQQ</a></li>\n        <li class=\"military\"><a href=\"military\">Military</a></li>\n        <li class=\"parenting\"><a href=\"parenting\">Parenting</a></li>\n        <li class=\"politics\"><a href=\"politics\">Politics</a></li>\n        <li class=\"science-technology\"><a href=\"science-technology\">Science &amp; Technology</a></li>\n        <li class=\"spanish\"><a href=\"spanish\">Spanish</a></li>\n  </ul>\n\n          <div class=\"static-links\">\n            <ul>\n              <li class=\"home\">\n                <a href=\"/\"><img alt=\"UP logo\" src=\"/assets/upworthy-avatar-5ce08121c35b8c285a4a1336f2b4764f.svg\" /></a>\n              </li>\n\n                 <li><a class=\"analytic_event\" data-ga-action=\"Advertise\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/advertise\">Advertise</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Submit Link\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"https://upworthy.com/submit\">Submit Link</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Jobs\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/jobs\">Jobs</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"About\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/about\">About Us</a></li>\n              <li><a class=\"analytic_event\" data-ga-action=\"Contact\" data-ga-category=\"General\" data-ga-label=\"pageTitle\" href=\"/contact\">Contact</a></li>\n            </ul>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n<div>\n\n\n  <!-- JS and 3rd Party Bugs -->\n\n\n    <!-- Optimizely -->\n    <script src=\"//cdn.optimizely.com/js/38179760.js\"></script>\n\n  <!-- JavaScript Includes -->\n  <script src=\"/assets/application-5336acaa2098bbb7e850c2ffdec8e892.js\"></script>\n  \n\n  <!-- external analytics & services -->\n\n  <script>window.twttr = (function (d, s, id) {\n  var t, js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return;\n    js = d.createElement(s); js.id = id;\n    js.src= \"https://platform.twitter.com/widgets.js\";\n    fjs.parentNode.insertBefore(js, fjs);\n    return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });\n  }(document, \"script\", \"twitter-wjs\"));</script>\n\n    <!-- Begin Quantcast -->\n    <script type=\"text/javascript\">\n    var _qevents = _qevents || [];\n\n    (function() {\n    var elem = document.createElement('script');\n    elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n    elem.async = true;\n    elem.type = \"text/javascript\";\n    var scpt = document.getElementsByTagName('script')[0];\n    scpt.parentNode.insertBefore(elem, scpt);\n    })();\n\n    _qevents.push({\n    qacct:\"p-46reRfD7EnxVE\"\n    });\n    </script>\n    <noscript>\n    <div style=\"display:none;\">\n    <img src=\"//pixel.quantserve.com/pixel/p-46reRfD7EnxVE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n    </div>\n    </noscript>\n    <!-- End Quantcast -->\n\n    <!-- START Parse.ly Include: Standard -->\n    <div id=\"parsely-root\" style=\"display: none\">\n      <div id=\"parsely-cfg\" data-parsely-site=\"upworthy.com\"></div>\n    </div>\n    <script>\n      (function(s, p, d) {\n        var h=d.location.protocol, i=p+\"-\"+s,\n            e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n            u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n            :\"static.\"+p+\".com\";\n        if (e) return;\n        e = d.createElement(s); e.id = i; e.async = true;\n        e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n      })(\"script\", \"parsely\", document);\n    </script>\n    <!-- END Parse.ly Include -->\n\n\n</body>\n</html>\n"
  },
  {
    "path": "tests/data/html/usnews.com1.html",
    "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n        \n        \n        \n    \n    \n\n\n\n\n<!DOCTYPE html>\n\n\n\n<html lang=\"en\" class=\"\">\n    <head prefix=\"og: http://ogp.me/ns#\">\n\n        \n        <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n        <meta name=\"usn-platform-id\" content=\"a\" />\n\n        \n        \n            <meta name=\"usn-stitial-fact\" content=\"{&#034;slug&#034;:&#034;140326.low.earning.governor.fact&#034;,&#034;text&#034;:&#034;Maine has the lowest paid governor in the country, earning $70,000 annually.&#034;}\" />\n        \n\n        \n        \n            \n                \n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/css/global.css\"/>\n            \n        \n            \n                \n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/css/sectionFront.css\"/>\n            \n        \n            \n                \n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/css/article.css\"/>\n            \n        \n            \n                \n<title>Tracking the 2016 Presidential Candidates - US News</title>\n            \n        \n            \n                \n<meta property=\"og:title\" content=\"Tracking the 2016 Presidential Candidates - US News\"/>\n            \n        \n            \n                \n<meta name=\"description\" content=\"U.S. News is tracking 2016 visits to Iowa, New Hampshire and South Carolina.&amp;nbsp;\"/>\n            \n        \n            \n                \n<meta property=\"og:description\" content=\"U.S. News is tracking 2016 visits to Iowa, New Hampshire and South Carolina.&amp;nbsp;\"/>\n            \n        \n            \n                \n<meta name=\"keywords\" content=\"2016 presidential election,Cruz, Ted,Paul, Rand,Sanders, Bernie,Perry, Rick,Democratic Party,campaigns,Republican Party,Pulse,David Catanese,Lindsey Cook\"/>\n            \n        \n            \n                \n<meta charset=\"UTF-8\"/>\n            \n        \n            \n                \n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n            \n        \n            \n                \n<link rel=\"canonical\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/10/31/tracking-the-2016-presidential-candidates\"/>\n            \n        \n            \n                \n<meta name=\"usn-comments-mode\" content=\"facebook\"/>\n            \n        \n            \n                \n<meta name=\"google-site-verification\" content=\"owJBuFHD3VHcTSsnPSOYizmUcs3GSBjbx09vBbBi1MM\"/>\n            \n        \n            \n                \n<meta name=\"msvalidate.01\" content=\"A8E47FA91124063A4A9C78AD5273DC0F\"/>\n            \n        \n            \n                \n<meta property=\"fb:app_id\" content=\"130063997038366\"/>\n            \n        \n            \n                \n<meta name=\"twitter:card\" content=\"summary\"/>\n            \n        \n            \n                \n<meta name=\"twitter:site\" content=\"@USNews\"/>\n            \n        \n            \n                \n<meta name=\"twitter:title\" content=\"Tracking the 2016 Presidential Candidates - US News\"/>\n            \n        \n            \n                \n<meta name=\"twitter:description\" content=\"U.S. News is tracking 2016 visits to Iowa, New Hampshire and South Carolina.&amp;nbsp;\"/>\n            \n        \n            \n                \n<meta property=\"og:site_name\" content=\"US News &amp; World Report\"/>\n            \n        \n            \n                \n<meta property=\"og:url\" content=\"http://www.usnews.com/news/blogs/run-2016/2014/10/31/tracking-the-2016-presidential-candidates\"/>\n            \n        \n            \n                \n<meta name=\"viewport\" content=\"width=980\"/>\n            \n        \n            \n                \n<meta name=\"site\" content=\"news\"/>\n            \n        \n            \n                \n<meta name=\"zone\" content=\"the-run-2016/blogentries\"/>\n            \n        \n            \n                \n<meta name=\"usn-content-type\" content=\"article\"/>\n            \n        \n            \n                \n<meta property=\"og:type\" content=\"article\"/>\n            \n        \n            \n                \n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"US News RSS Feed\" href=\"http://www.usnews.com/blogrss/the-run-2016\"/>\n            \n        \n            \n                \n<meta name=\"author\" content=\"David Catanese, Lindsey Cook\"/>\n            \n        \n            \n                \n<meta property=\"og:image\" content=\"http://www.usnews.com/cmsmedia/2d/18/c6290d44499aafcd2f639c2eaccc/141027-editorial.jpg\"/>\n            \n        \n            \n                \n<meta property=\"social_id\" content=\"http://t.usnews.com/Z3wdtk\"/>\n            \n        \n            \n                \n<meta name=\"news_keywords\" content=\"Ted Cruz, Election 2016, Rand Paul, Bernie Sanders, Martin O&#39;Malley, Rick Perry, president, campaign\"/>\n            \n        \n            \n                \n<meta property=\"article:published_time\" content=\"2014-10-31\"/>\n            \n        \n            \n                \n<meta property=\"article:publisher\" content=\"https://www.facebook.com/usnewsandworldreport\"/>\n            \n        \n\n        \n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"UgEGUlJVGwcAXVVRDwE=\"};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]);</script><link rel=\"shortcut icon\" href=\"http://www.usnews.com/usnews/favicon.ico\"/>\n\n        \n        <script src=\"/static/scripts/jquery/base.js\" type=\"text/javascript\"></script>\n\n        \n        <script src=\"/static/scripts/lib/requirejs-concat.js\"></script>\n\n        \n        <!-- Amazon A9 -->\n        <script type=\"text/javascript\" src=\"\"></script>\n        <script type=\"text/javascript\">\n            USN.load('amzn');\n        </script>\n        <script type=\"text/javascript\">\n            try {\n                amznads.getAds('3143');\n            } catch(e) { /*ignore*/}\n        </script>\n        <!-- /Amazon A9 -->\n        <script type=\"text/javascript\">\n            USN.load('head-scripts-concat');\n            USN.load('brightspot');\n        </script>\n\n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n            \n        \n\n        \n        <link href=\"/assets/css/grid.css\" rel=\"stylesheet\" type=\"text/css\"/>\n        \n\n        \n        \n\n        <!--[if lt IE 9]>\n            <script src='/static/scripts/html5shiv.js'></script>\n        <![endif]-->\n        <script type=\"text/javascript\" src=\"http://a.postrelease.com/serve/load.js?async=true\"></script>\n    </head>\n\n    \n    <body class=\"wrapper-global section-news\">\n\n        \n            \n        \n        \n\n\n\n\n\n\n\n\n<div id=\"header_takeover\" class=\"ad ad-headerTakeover sep\">\n    \n        \n        \n          <script type=\"text/javascript\"> dblclick('header_takeover'); </script>\n        \n    \n</div>\n\n\n        \n        \n        \n\n        <div class=\"wrapper-global_inner\">\n\n        \n\n\n\n\n\n\n\n<style type=\"text/css\">._da{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}._dj{float:left;}._dj-px:before{content:' . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';display:block;height:0;overflow:hidden;visibility:hidden;}._dw{height:0;}._dh{width:0;}.layout-standard{min-width:972.0px;}.layout-standard>._da[_da]{display:none;}.layout-standard>._da[_da=\"header\"]{display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 0.0%;width:100.0%;}.layout-standard>._da>._dj-px[_da=\"header\"]{height:auto;margin:0.0px -30000.0px 0 30000.0px;width:auto;}.layout-standard>._da>._dj-px ._dw-em[_da=\"header\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"header\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"header\"]{padding-left:972.0px;}.layout-standard>._da[_da=\"ad\"]{clear:left;display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 0.0%;width:100.0%;}.layout-standard>._da>._dj-px[_da=\"ad\"]{height:auto;margin:0.0px -30000.0px 0 30000.0px;width:auto;}.layout-standard>._da>._dj-px ._dw-em[_da=\"ad\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"ad\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"ad\"]{padding-left:972.0px;}.layout-standard>._da[_da=\"bc\"]{clear:left;display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 50.0%;width:0.0%;}.layout-standard>._da>._dj-px[_da=\"bc\"]{height:auto;margin:0.0px -30486.0px 0 29514.0px;width:972.0px;}.layout-standard>._da>._dj-px ._dw-em[_da=\"bc\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"bc\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"bc\"]{padding-left:972.0px;}.layout-standard>._da[_da=\"left\"]{clear:left;display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 50.0%;width:0.0%;}.layout-standard>._da>._dj-px[_da=\"left\"]{height:auto;margin:0.0px -30166.0px 0 29514.0px;width:652.0px;}.layout-standard>._da>._dj-px ._dw-em[_da=\"left\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"left\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"left\"]{padding-left:652.0px;}.layout-standard>._da[_da=\"right\"]{display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 50.0%;width:0.0%;}.layout-standard>._da>._dj-px[_da=\"right\"]{height:auto;margin:0.0px -30486.0px 0 30186.0px;width:300.0px;}.layout-standard>._da>._dj-px ._dw-em[_da=\"right\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"right\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"right\"]{padding-left:300.0px;}.layout-standard>._da[_da=\"well\"]{clear:left;display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 50.0%;width:0.0%;}.layout-standard>._da>._dj-px[_da=\"well\"]{height:auto;margin:0.0px -30486.0px 0 29514.0px;width:972.0px;}.layout-standard>._da>._dj-px ._dw-em[_da=\"well\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"well\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"well\"]{padding-left:972.0px;}.layout-standard>._da[_da=\"footer\"]{clear:left;display:block;float:left;margin:0 -100% 0 -30000px;padding:0 0 0 0.0%;width:100.0%;}.layout-standard>._da>._dj-px[_da=\"footer\"]{height:auto;margin:0.0px -30000.0px 0 30000.0px;width:auto;}.layout-standard>._da>._dj-px ._dw-em[_da=\"footer\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-pt[_da=\"footer\"]{padding-left:0;}.layout-standard>._da>._dj-px ._dw-px[_da=\"footer\"]{padding-left:972.0px;}</style><script type=\"text/javascript\">if (typeof jQuery !== 'undefined') (function($, win, undef) {var reorder, reorderTimer;if (!window.matchMedia) return;reorder = function() {$.each({\"DEFAULT\":{\".layout-split\":[\"header\",\"bc\",\"left\",\"right\",\"well\",\"footer\"],\".layout-product-category\":[\"header\",\"ad\",\"bc\",\"left\",\"center\",\"right\",\"well\",\"footer\"],\".layout-section\":[\"header\",\"ad\",\"bc\",\"lead\",\"right\",\"left\",\"center\",\"well\",\"footer\"],\".layout-triple-promo\":[\"top\",\"main\",\"rt\",\"rb\"],\".layout-anthill\":[\"header\",\"leaderboardA\",\"bc\",\"left\",\"right\",\"mainWidget\",\"leaderboardB\",\"footer\"],\".layout-wide\":[\"header\",\"ad\",\"bc\",\"lead\",\"right\",\"left\",\"center\",\"well\",\"footer\"],\".layout-photo\":[\"header\",\"ad\",\"bc\",\"lead\",\"slides\",\"center\",\"well\",\"footer\"],\".layout-section-wide\":[\"header\",\"ad\",\"bc\",\"lead\",\"left\",\"right\",\"well\",\"footer\"],\".layout-full\":[\"header\",\"ad\",\"bc\",\"full\",\"well\",\"footer\"],\".layout-529-search\":[\"header\",\"ad\",\"bc\",\"left\",\"center\",\"well\",\"footer\"],\".layout-standard\":[\"header\",\"ad\",\"bc\",\"left\",\"right\",\"well\",\"footer\"],\".layout-529\":[\"header\",\"ad\",\"bc\",\"lead\",\"left\",\"right\",\"well\",\"footer\"],\".layout-boxed\":[\"header\",\"ad\",\"bc\",\"box\",\"footer\"],\".layout-product\":[\"header\",\"bc\",\"well\",\"footer\"]}}, function(media, grids) {if (media === 'DEFAULT' || window.matchMedia(media).matches) {$.each(grids, function(selector, areas) {$(selector).each(function() {var $layout = $(this),$children = $layout.find('>._da'),expected = areas.join(', '),current = $.map($children, function(area) { return $(area).attr('_da'); }).join(', '),$clear;if (expected === current) { return; }$.each(areas, function(index, area) {var $child = $children.filter('[_da=\"' + area + '\"]');if ($child.length > 0) { $layout[0].appendChild($child[0]); }});$clear = $layout.find('>.dari-grid-clear');if ($clear.length > 0) { $layout[0].appendChild($clear[0]); }});});return false;}});};$(reorder);$(win).resize(function() {if (!reorderTimer) {reorderTimer = setTimeout(function() {reorder();reorderTimer = null;}, 100);}});})(jQuery, window);</script><div class=\"layout-standard\"><div class=\"dari-grid-area _da\" data-grid-area=\"header\" _da=\"header\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"header\" _da=\"header\"><div class=\"dari-grid-mw _dw dari-grid-mw-px _dw-px\" data-grid-area=\"header\" _da=\"header\"></div>\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n    \n    \n        \n        \n        \n        \n    \n    \n\n\n\n\n\n    \n\n    \n        <div class=\"header header-news\">\n            <div class=\"header_globalNav\">\n                <div class=\"header_content\">\n                    <ul class=\"bar\">\n                        \n\n                        \n                            <li class=\"dropdown item item-right item-first item-odd\">\n                                <a href=\"javascript:;\">\n                                    <span class=\"dropdown_label\">Rankings &amp; Advice </span>\n                                </a>\n\n                                <ul class=\"dropdown_content\">\n                                    \n                                        <li\n                                            class=\"item item-first  item-even \"\n                                        ><a href=\"//www.usnews.com/education\" class=\"dropdown_content_icon-edu\">Education </a></li>\n                                    \n                                        <li\n                                            class=\"item  item-odd \"\n                                        ><a href=\"http://health.usnews.com/\" class=\"dropdown_content_icon-health\">Health </a></li>\n                                    \n                                        <li\n                                            class=\"item  item-even \"\n                                        ><a href=\"http://money.usnews.com/\" class=\"dropdown_content_icon-money\">Money </a></li>\n                                    \n                                        <li\n                                            class=\"item  item-odd \"\n                                        ><a href=\"http://travel.usnews.com\" class=\"dropdown_content_icon-travel\"> Travel</a></li>\n                                    \n                                        <li\n                                            class=\"item  item-even \"\n                                        ><a href=\"http://usnews.rankingsandreviews.com/cars-trucks\" class=\"dropdown_content_icon-cars\">Cars</a></li>\n                                    \n                                        <li\n                                            class=\"item  item-odd \"\n                                        ><a href=\"http://bestlawfirms.usnews.com/\" class=\"dropdown_content_icon-law\"> Law Firms</a></li>\n                                    \n                                </ul></li>\n                        \n                        <li class=\"item item-right item-first item-odd\"><a href=\"//www.usnews.com/news\">News</a></li>\n\n                        <li class=\"item item-right item-first item-odd\"><a href=\"http://www.usnews.com\">\n                                <i class=\"icon-header-home\"></i> U.S. News Home</a></li>\n                    </ul>\n                </div>\n            </div>\n\n            <div class=\"header_content\">\n                \n                \n                <div class=\"header_title\">\n                    <a href=\"http://www.usnews.com\">\n                    <img class=\"header_title_image\"\n                        src=\"/static/images/vertical-logo.png\"\n                    /></a>\n\n                    <a href=\"//www.usnews.com/news\" class=\"header_title_section\" data-text=\"news\">\n                        news\n\n                    </a>\n\n                    \n                    <div class=\"header_social_links\">\n                        \n                            <span\n                                class=\"item item-even\"\n                            > <a href=\"//www.facebook.com/usnewsandworldreport\" target=\"_blank\"><span\n                                    class=\"icon-header-facebook\"\n                                >Facebook</span></a>\n                            </span>\n                        \n                            <span\n                                class=\"item item-odd item-last\"\n                            > <a href=\"//twitter.com/usnews\" target=\"_blank\"><span\n                                    class=\"icon-header-twitter\"\n                                >Twitter</span></a>\n                            </span>\n                        \n                    </div>\n                    <span class=\"header_vr\"></span>\n                    \n                        <span class=\"header_title_tagline\">News, Opinion &amp; Analysis</span>\n                    \n\n                </div>\n            </div>\n\n            \n            \n                <div class=\"header_primaryNav_wrapper\">\n                    <ul class=\"header_primaryNav bar\">\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       active \n                                       item-first \n                                       item-even \n                                       header_primaryNav_item-subNaved\n                                       \"\n                            ><a href=\"//www.usnews.com/news\">\n                                    News\n                                </a> \n                                    <ul class=\"header_secondaryNav bar\">\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item  item-first   item-even\"\n                                            ><a href=\"//www.usnews.com/news/blogs/Ken-Walshs-Washington\">\n                                                    Ken Walsh&#039;s Washington\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item    item-odd\"\n                                            ><a href=\"//www.usnews.com/news/newsgram\">\n                                                    Newsgram\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item    item-even\"\n                                            ><a href=\"//www.usnews.com/news/blogs/washington-whispers\">\n                                                    Washington Whispers\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item    item-odd\"\n                                            ><a href=\"//www.usnews.com/news/blogs/at-the-edge\">\n                                                    At the Edge\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item    item-even\"\n                                            ><a href=\"//www.usnews.com/news/blogs/ballot-2014\">\n                                                    The Ballot 2014\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item    item-odd\"\n                                            ><a href=\"//www.usnews.com/news/blogs/data-mine\">\n                                                    Data Mine\n                                                </a></li>\n                                        \n                                            \n                                            \n                                            <li\n                                                class=\"item active   item-last  item-even\"\n                                            ><a href=\"//www.usnews.com/news/blogs/the-run-2016\">\n                                                    The Run 2016\n                                                </a></li>\n                                        \n                                        \n                                    </ul>\n                                </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-odd \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/opinion\">\n                                    Opinion\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-even \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/national-issues\">\n                                    National Issues\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-odd \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/politics\">\n                                    Politics\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-even \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/news/special-reports\">\n                                    Special Reports\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-odd \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/cartoons\">\n                                    Cartoons\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-even \n                                       \n                                       \"\n                            ><a href=\"//www.usnews.com/photos\">\n                                    Photos\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-odd \n                                       \n                                       \"\n                            ><a href=\"http://video.usnews.com\">\n                                    Videos\n                                </a> </li>\n                        \n                            \n                            \n                            <li\n                                class=\"item\n                                       \n                                       \n                                       item-even \n                                       \n                                       \"\n                            ><a href=\"http://www.usnews.com/usnews/store/usnews_weekly_order.htm\">\n                                    U.S. News Weekly\n                                </a> </li>\n                        \n                        <li class=\"header_primaryNav_adbug adbug_primaryNav\">\n                            \n                                \n                             \n\n\n\n\n\n\n\n\n<div id=\"navbug\" class=\"ad ad-navbug sep\">\n    \n        \n        \n          <script type=\"text/javascript\"> dblclick('navbug'); </script>\n        \n    \n</div>\n\n                        </li>\n                    </ul>\n                </div>\n            \n        </div>\n    \n\n\n\n\n\n<div class=\"header-foreign is-hidden\">\n    <div id=\"dfmHeader\" class=\"header-foreign_container\"></div>\n    <div class=\"header-foreign_below\">\n        <a href=\"http://www.usnews.com\"><img\n            src=\"http://www.usnews.com/dbimages/master/46197/powered-by-usnews.png\"\n            alt=\"Powered by US News\"\n        /></a>\n    </div>\n    <script type=\"text/javascript\">\n        if (USN.insertDFMHeader !== undefined) {\n            USN.insertDFMHeader();\n        }\n    </script>\n</div>\n\n\n</div></div><div class=\"dari-grid-area _da\" data-grid-area=\"ad\" _da=\"ad\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"ad\" _da=\"ad\"><div class=\"dari-grid-mw _dw dari-grid-mw-px _dw-px\" data-grid-area=\"ad\" _da=\"ad\"></div>\n    \n        \n    \n    \n\n\n\n\n\n\n\n\n<div id=\"leaderboardA\" class=\"ad ad-leaderboard ad-leaderboard-a sep\">\n    \n        \n          <script>\n              oz_api = USN.rubicon.apiName;\n              oz_site = USN.rubicon.site;\n              oz_zone = USN.rubicon.getZone('leaderboardA');\n              oz_ad_slot_size = USN.rubicon.getAdSize('leaderboardA');\n              oz_callback = function (data) {\n                USN.rubicon.injectTargeting(data, 'leaderboardA');\n              }\n              USN.rubicon.callApi('leaderboardA');\n          </script>\n        \n        \n    \n</div>\n\n</div></div><div class=\"dari-grid-area _da\" data-grid-area=\"bc\" _da=\"bc\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"bc\" _da=\"bc\"></div></div><div class=\"dari-grid-area _da\" data-grid-area=\"left\" _da=\"left\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"left\" _da=\"left\">\n    <article id=\"content\" class=\"block\">\n        \n        \n\n        <header>\n            \n            \n                \n                    \n                \n                \n\n\n\n\n\n\n\n\n<div id=\"blogSponsor\" class=\"ad ad-blog-sponsor sep\">\n    \n        \n        \n          <script type=\"text/javascript\"> dblclick('blogSponsor'); </script>\n        \n    \n</div>\n\n            \n\n            \n            \n                <a href=\"//www.usnews.com/news/blogs/the-run-2016\">\n                    <img src=\"/cmsmedia/c0/d2/d36674df4e07872258adfed322c9/the-run-2016.jpg\" width=\"652\" height=\"100\" class=\"block img-responsive\" alt=\"Sen. Rand Paul, R-Ky., speaks during an event at the University of Chicago in Chicago on April 22.\"/>\n                </a>\n            \n\n            \n            <h1 class=\"h-biggest\">Tracking the 2016 Presidential Candidates</h1>\n            <h2 class=\"h-big h-slacker h-light h-normal\">U.S. News is tracking 2016 visits to Iowa, New Hampshire and South Carolina.&nbsp;</h2>\n\n            \n            \n                <img src=\"http://www.usnews.com/dims4/USNEWS/e33b812/2147483647/resize/652x%3E/quality/85/?url=%2Fcmsmedia%2F2d%2F18%2Fc6290d44499aafcd2f639c2eaccc%2F141027-editorial.jpg\" width=\"652\" height=\"435\" class=\"img-responsive block-generous\" alt=\"Sen. Rand Paul, R-Ky., speaks during an event at the University of Chicago in Chicago on April 22.\" title=\"Andrew A. Nelles/AP\" data-size=\"rectangle652\"/>\n                \n                    <p class=\"t t-dim\" style=\"margin-top: -20px;\">Sen. Rand Paul, R-Ky., recently visited South Carolina.</p>\n                \n            \n\n            \n\n\n\n\n\n\n<div class=\"drawer block-generous\">\n    <div class=\"drawer_main bar-sep-overunder t-small\">\n        \n            <span class=\"item drawer_paddingTop\">\n                By\n                \n                    \n                    <a href=\"/topics/author/david-catanese\" rel=\"author\">David Catanese</a>\n                \n                     and \n                    <a href=\"/topics/author/lindsey-cook\" rel=\"author\">Lindsey Cook</a>\n                \n            </span>\n        \n        \n\n        \n        <time itemprop=\"datePublished\" datetime=\"Fri Oct 31 10:49:51 EDT 2014\" class=\"t-small item drawer_marginTop\">\n           Oct. 31, 2014 | 10:49 a.m. EDT\n        </time>\n\n        <span class=\"thumb-middled-right right t-small t-subdued drawer_trigger drawer_paddingTop\"\n              id=\"bylineSocialMore\"\n            >+ More</span>\n\n        <ul class=\"right\" id=\"bylineSocialIcons\">\n            <li class=\"right\">\n                \n\n\n<a href=\"https://twitter.com/share?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk&src=usn_tw&via=usnews&text=Tracking%20the%202016%20Presidential%20Candidates\" target=\"_blank\">\n    <i class=\"icon-social-tw\"></i>\n</a>\n\n            </li>\n            <li class=\"right-pad\">\n                \n\n\n<a href=\"https://plus.google.com/share?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_gp\"\n   target=\"_blank\">\n   <i class=\"icon-social-gp\"></i>\n</a>\n\n            </li>\n            <li class=\"right-pad\">\n                \n\n\n<a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_fb\"\n   target=\"_blank\">\n    <i class=\"icon-social-fb\"></i>\n</a>\n\n            </li>\n        </ul>\n    </div>\n\n    \n    <div class=\"drawer_slide box-borderless-aqua\">\n        <ul class=\"bar-pad12 block-close alt\">\n            <li class=\"item\">\n                \n                    \n                \n                \n\n\n\n\n\n\n\n\n<div id=\"sharebug\" class=\"ad ad-sharebug sep\">\n    \n        \n        \n          <script type=\"text/javascript\"> dblclick('sharebug'); </script>\n        \n    \n</div>\n\n            </li>\n            <li class=\"item item-right\">\n                \n\n<a href=\"http://www.reddit.com/submit?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_rd&title=Tracking%20the%202016%20Presidential%20Candidates\"\n   target=\"_blank\">\n    <i class=\"icon-social-red\"></i>\n</a>\n\n            </li>\n            <li class=\"item item-right\">\n                \n\n<a href=\"http://www.stumbleupon.com/badge/?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_su\"\n   target=\"_blank\">\n    <i class=\"icon-social-su\"></i>\n</a>\n\n            </li>\n            <li class=\"item item-right\">\n                \n\n\n<a href=\"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_li&title=Tracking%20the%202016%20Presidential%20Candidates&summary=U.S.%20News%20is%20tracking%202016%20visits%20to%20Iowa%2C%20New%20Hampshire%20and%20South%20Carolina.%26nbsp%3B&source=U.%20S.%20News\"\n   target=\"_blank\">\n   <i class=\"icon-social-li\"></i>\n</a>\n\n            </li>\n        </ul>\n    </div>\n    <script type=\"text/javascript\">\n        $(\".drawer_trigger\").click(function() {\n            $(this).parents('.drawer').find('.drawer_slide').slideToggle();\n        });\n    </script>\n</div>\n\n        </header>\n\n        \n        \n\n        \n        \n\n        \n        \n        \n            \n                <div class=\"block skin-editable clearfix\">\n                    <style type=\"text/css\">.cms-textAlign-left{text-align:left;}.cms-textAlign-center{text-align:center;}.cms-textAlign-right{text-align:right;}.cms-custom-quote{border-left: 1px solid #eee;\r\nmargin-left: 15px;\r\npadding-left: 15px;\r\nfont-style: italic;\r\nfont-size: 17px;\r\nline-height: 28px;\r\ncolor: #666;}</style><p>Long before the 2014 midterm elections, the next potential candidates for president began scoping out their <a class=\"\" href=\"http://www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\" title=\"Link: http://www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">2016 prospects</a> with visits to the early nominating states of Iowa, New Hampshire and South Carolina.</p><p>U.S. News is on the case, unveiling a set of graphs detailing the visits by the long <a class=\"\" href=\"http://www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\" title=\"Link: http://www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">slate of candidates</a> to the first three primary states since January of 2013.</p><p>The goal is to provide a useful tool in tracking who has gone where and how often, with updates to the charts every week or so. Dropping into these places is the first indication of a politician's likelihood to run for president.</p><p>A special credit to data reporter Lindsey Cook and Andrew Soergel who put together the numbers and assembled the charts.</p><p>We hope this is a useful tool for political junkies and the media at large. To the campaigns themselves, if our count doesn't match up with your own, we'd like to hear from you. Amendments to the charts will be part of the tracking process as some visits are more publicized than others. Email dcatanese@usnews.com.&nbsp;</p><p>The first chart demonstrates total trips by presidential candidates to the first three nominating states of Iowa, New Hampshire and South Carolina. In this overall category, it's GOP<a class=\"\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/09/30/right-hopes-to-unite-in-2016\" title=\"Link: http://www.usnews.com/news/blogs/run-2016/2014/09/30/right-hopes-to-unite-in-2016\"> Sen. Ted Cruz</a>, R-Texas, who leads the pack.</p><script type='text/javascript' src='https://public.tableausoftware.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 656px; height: 599px;'><noscript><a href='#'><img alt='Trips by Possible Presidential Candidates, by Party ' src='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;tripsDash&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' width='656' height='599' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableausoftware.com%2F' /> <param name='site_root' value='' /><param name='name' value='real-presidents&#47;tripsDash' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;tripsDash&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='no' /></object></div><div style='width:656px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;'><div style='float:right; padding-right:8px;'><a href='http://www.tableausoftware.com/public/about-tableau-products?ref=https://public.tableausoftware.com/views/real-presidents/tripsDash' target='_blank'></a></div></div><p>The second chart shows trips to the first-in-the-nation caucus state of Iowa, where Republican<a class=\"\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/08/19/the-limits-of-rick-perrys-rebirth\" title=\"Link: http://www.usnews.com/news/blogs/run-2016/2014/08/19/the-limits-of-rick-perrys-rebirth\"> Gov. Rick Perry</a> has completed the most visits of any aspirant. On the Democratic side, it's <a class=\"\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/09/03/would-martin-omalley-really-run-against-hillary-clinton\" title=\"Link: http://www.usnews.com/news/blogs/run-2016/2014/09/03/would-martin-omalley-really-run-against-hillary-clinton\">Maryland Gov. Martin O'Malley</a>.</p><script type='text/javascript' src='https://public.tableausoftware.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 656px; height: 599px;'><noscript><a href='#'><img alt='Iowa Trips by Possible Presidential Candidates, by Party ' src='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;iatripsdash&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' width='656' height='599' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableausoftware.com%2F' /> <param name='site_root' value='' /><param name='name' value='real-presidents&#47;iatripsdash' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;iatripsdash&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='no' /></object></div><div style='width:656px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;'><div style='float:right; padding-right:8px;'><a href='http://www.tableausoftware.com/public/about-tableau-products?ref=https://public.tableausoftware.com/views/real-presidents/iatripsdash' target='_blank'>/a></div></div><p>On to New Hampshire, where it's neighboring Vermont <a class=\"\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/10/07/bernie-sanders-jim-webb-enter-the-chase\" title=\"Link: http://www.usnews.com/news/blogs/run-2016/2014/10/07/bernie-sanders-jim-webb-enter-the-chase\">Sen. Bernie Sanders</a> who has logged the most visits, according to our totals.</p><script type='text/javascript' src='https://public.tableausoftware.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 656px; height: 599px;'><noscript><a href='#'><img alt='New Hampshire Trips by Possible Presidential Candidates ' src='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;nhtripsdash&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' width='656' height='599' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableausoftware.com%2F' /> <param name='site_root' value='' /><param name='name' value='real-presidents&#47;nhtripsdash' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;nhtripsdash&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='no' /></object></div><div style='width:656px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;'><div style='float:right; padding-right:8px;'><a href='http://www.tableausoftware.com/public/about-tableau-products?ref=https://public.tableausoftware.com/views/real-presidents/nhtripsdash' target='_blank'></a></div></div><p>Finally, in South Carolina, it's GOP<a class=\"\" href=\"http://www.usnews.com/news/blogs/run-2016/2014/09/04/the-emerging-rand-paul-doctrine-selective-force\" title=\"Link: http://www.usnews.com/news/blogs/run-2016/2014/09/04/the-emerging-rand-paul-doctrine-selective-force\"> Sen. Rand Paul,</a> R-Ky., who has dropped in most frequently to the Palmetto State. &nbsp;</p><script type='text/javascript' src='https://public.tableausoftware.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 656px; height: 599px;'><noscript><a href='#'><img alt='South Carolina Trips by Possible Presidential Candidates ' src='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;Sctripsdash&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' width='656' height='599' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableausoftware.com%2F' /> <param name='site_root' value='' /><param name='name' value='real-presidents&#47;Sctripsdash' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;re&#47;real-presidents&#47;Sctripsdash&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='no' /></object></div><div style='width:656px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;'><div style='float:right; padding-right:8px;'><a href='http://www.tableausoftware.com/public/about-tableau-products?ref=https://public.tableausoftware.com/views/real-presidents/Sctripsdash' target='_blank'>/a></div></div><p>There are more charts and maps on <a class=\"\" href=\"https://github.com/lindzcook/USNCampaignTracker\" title=\"Link: https://github.com/lindzcook/USNCampaignTracker\">Github</a>. All charts include embed codes so that anyone can easily&nbsp;use our charts on their own websites. Data for these charts are current through Monday, Nov. 3.&nbsp;</p><p><a class=\"\" title=\"Link: null\" href=\"http://www.usnews.com/news/blogs/data-mine/2014/11/04/steal-our-charts-for-the-presidential-tracker\" target=\"_blank\"><i>The Presidential Tracker</i></a><i>&nbsp;was created for U.S. News by Lindsey Cook, Andrew Soergel and Dave Catanese using information sourced from&nbsp;</i><a href=\"http://www.p2016.org/\"><i>www.p2016.org</i></a><i>.</i><br /></p>\n                </div>\n                <div id=\"zedoContainer\"></div>\n            \n            \n        \n        <div class=\"ndn_embed\" id=\"ndn-video-player-3\" data-config-distributor-id=\"90080\" data-config-site-section=\"ndn3_usnews_auto\"></div><br />\n\n        \n        \n\n        <footer>\n            \n            \n                <dl class=\"commalist t t-subdued\">\n                    <dt class=\"t-small\">TAGS:</dt>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/subjects/2016_presidential_election\" class=\"link-subdued\">2016 presidential election</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/people/ted_cruz\" class=\"link-subdued\">Cruz, Ted</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/people/rand_paul\" class=\"link-subdued\">Paul, Rand</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/people/bernie_sanders\" class=\"link-subdued\">Sanders, Bernie</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/people/rick_perry\" class=\"link-subdued\">Perry, Rick</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/subjects/democratic-party\" class=\"link-subdued\">Democratic Party</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/subjects/campaigns\" class=\"link-subdued\">campaigns</a></dd>\n                    \n                        <dd class=\"t\"><a href=\"//www.usnews.com/topics/subjects/republican-party\" class=\"link-subdued\">Republican Party</a></dd>\n                    \n                </dl>\n            \n\n            <div class=\"bar block-generous\">\n                <div id=\"social_screen\" class=\"item\" style=\"width: 125px; overflow: hidden;\">\n                    <ul class=\"bar-middled-loose\">\n                        <li class=\"item\">\n                            \n\n\n<a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_fb\"\n   target=\"_blank\">\n    <i class=\"icon-social-fb\"></i>\n</a>\n\n                        </li>\n                        <li class=\"item\">\n                            \n\n\n<a href=\"https://plus.google.com/share?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_gp\"\n   target=\"_blank\">\n   <i class=\"icon-social-gp\"></i>\n</a>\n\n                        </li>\n                        <li class=\"item\">\n                            \n\n\n<a href=\"https://twitter.com/share?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk&src=usn_tw&via=usnews&text=Tracking%20the%202016%20Presidential%20Candidates\" target=\"_blank\">\n    <i class=\"icon-social-tw\"></i>\n</a>\n\n                        </li>\n                        <li class=\"item\">\n                            \n\n\n<a href=\"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_li&title=Tracking%20the%202016%20Presidential%20Candidates&summary=U.S.%20News%20is%20tracking%202016%20visits%20to%20Iowa%2C%20New%20Hampshire%20and%20South%20Carolina.%26nbsp%3B&source=U.%20S.%20News\"\n   target=\"_blank\">\n   <i class=\"icon-social-li\"></i>\n</a>\n\n                        </li>\n                        <li class=\"item item-right\">\n                            \n\n<a href=\"http://www.stumbleupon.com/badge/?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_su\"\n   target=\"_blank\">\n    <i class=\"icon-social-su\"></i>\n</a>\n\n                        </li>\n                        <li class=\"item item-right\">\n                            \n\n<a href=\"http://www.reddit.com/submit?url=http%3A%2F%2Ft.usnews.com%2FZ3wdtk%3Fsrc=usn_rd&title=Tracking%20the%202016%20Presidential%20Candidates\"\n   target=\"_blank\">\n    <i class=\"icon-social-red\"></i>\n</a>\n\n                        </li>\n                    </ul>\n                </div>\n                <div id=\"social_more\" class=\"item t-small link-subdued link-pointer\" style=\"padding-top: 8px;\">+ More</div>\n                <script type=\"text/javascript\">\n                    $('#social_more').click(function () {\n                        $(this).fadeOut();\n                        $('#social_screen').animate({width: 300});\n                    });\n                </script>\n            </div>\n\n            \n            \n                <ul>\n                    \n                        \n                            <li class=\"media-overline block-generous\">\n                                \n                                    <img src=\"http://www.usnews.com/dims4/USNEWS/a1169d8/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F60%2F6c%2F398491764abc907a343b2d3981e0%2Fdavid-catanese.jpg\" width=\"80\" height=\"80\" class=\"img\" alt=\"David Catanese\" data-size=\"smallSquare80\"/>\n                                \n                                <div class=\"content\">\n                                    <p class=\"t-flush\">David Catanese is senior politics writer for U.S. News &amp; World Report and founder of the blog <a href=\"http://www.usnews.com/news/blogs/the-run-2016\">The Run 2016</a>. You can follow him on <a href=\"https://twitter.com/davecatanese\">Twitter</a> and send him feedback at dcatanese@usnews.com.</p>\n                                    \n                                </div>\n                            </li>\n                        \n                    \n                        \n                            <li class=\"media-overline block-generous\">\n                                \n                                    <img src=\"http://www.usnews.com/dims4/USNEWS/800e485/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fe5%2Fb3%2F81923b924e6db8e7acf2c262df1c%2Flindsey-cook.jpg\" width=\"80\" height=\"80\" class=\"img\" alt=\"Lindsey Cook\" data-size=\"smallSquare80\"/>\n                                \n                                <div class=\"content\">\n                                    <p class=\"t-flush\">Lindsey Cook is a data reporter for U.S. News &amp; World Report. You can follow her on&nbsp;<a class=\"\" href=\"https://twitter.com/Lindzcook\" target=\"_blank\" title=\"Link: https://twitter.com/PDShinkman\">Twitter</a>&nbsp;or reach her at lcook@usnews.com.<br /></p>\n                                    \n                                </div>\n                            </li>\n                        \n                    \n                </ul>\n            \n\n            \n            <div>\n                \n                \n            </div>\n\n                \n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n    <div class=\"mod-b sep\"\n         data-usn-element-name=\"00000143-8ead-d9f4-a7d7-efff37610000\"\n         data-aid=\"a6f909\">\n        <h4>You Might Also Like</h4>\n        <hr class=\"hr-heavy\"/>\n\n        \n            \n\n\n\n\n\n\n<ul class=\"column-3-guttered mod-b sep\"\n    data-usn-element-name=\"00000143-9d11-d789-a753-df991ee70001\"\n    data-aid=\"962e08\">\n    \n        <li class=\"media item\">\n            \n                <a href=\"//www.usnews.com/photos/obama-behind-the-scenes\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/4a2c21b/2147483647/thumbnail/204x136%3E/quality/85/?url=%2Fcmsmedia%2F56%2Fbd%2F53c7917345d3a14110a1d1a64a0a%2Fresizes%2F500%2Fap278800513483-9.jpg\" width=\"204\" height=\"136\" alt=\"President Barack Obama boards Air Force One at Yangon International Airport on Friday, Nov. 14, 2014, in Yangon, Myanmar, for the G-20 summit in Brisbane, Australia. \" class=\"block-taut\" data-size=\"featuredMediaWide\"/>\n                </a>\n            \n            \n            <p class=\"t-block\">\n                <a href=\"//www.usnews.com/photos/obama-behind-the-scenes\">Obama Behind the Scenes</a>\n            </p>\n        </li>\n    \n        <li class=\"media item\">\n            \n                <a href=\"//www.usnews.com/cartoons/gun-control-and-gun-rights-cartoons\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/ac89cd2/2147483647/thumbnail/204x136%3E/format/png/quality/85/?url=%2Fcmsmedia%2F1b%2F03%2Fee9ad4a74c47ae7f3dc33890c68b%2F20141021edwas-a.tif\" alt=\"141021_20141021edwas-a\" class=\"block-taut\" data-size=\"featuredMediaWide\"/>\n                </a>\n            \n            \n            <p class=\"t-block\">\n                <a href=\"//www.usnews.com/cartoons/gun-control-and-gun-rights-cartoons\">Gun Control Cartoons</a>\n            </p>\n        </li>\n    \n        <li class=\"media item\">\n            \n                <a href=\"//www.usnews.com/cartoons/barack-obama-cartoons\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/c664701/2147483647/thumbnail/204x136%3E/quality/85/?url=%2Fcmsmedia%2F31%2F12%2Fefb873234c6f8055960f1f4360f0%2Fresizes%2F500%2Fthumb-3.jpg\" width=\"204\" height=\"136\" alt=\"Editorial cartoon on Obama\" class=\"block-taut\" data-size=\"featuredMediaWide\"/>\n                </a>\n            \n            \n            <p class=\"t-block\">\n                <a href=\"//www.usnews.com/cartoons/barack-obama-cartoons\">Obama Cartoons</a>\n            </p>\n        </li>\n    \n</ul>\n\n        \n\n        \n\n        \n            <div class=\"sep\">\n                \n                <script type=\"text/javascript\">(function($, win, undef) {var done = function() {$(window.document).frame({'setBody': function(body) {var insertionMode = $(this).attr('data-insertion-mode');if ('append' === insertionMode) {$(this).append(body);} else if ('prepend' === insertionMode) {$(this).prepend(body);} else {$(this).html(body);}}}).ready(function() {$(this).trigger('create');});};var deferreds = [];if (!$.isFunction($.plugin2)) {deferreds.push($.getScript('/_resource/jquery2/jquery.extra.js'));}if (!$.isFunction($.fn.popup)) {deferreds.push($.getScript('/_resource/jquery2/jquery.popup.js'));}if (!$.isFunction($.fn.frame)) {deferreds.push($.getScript('/_resource/jquery2/jquery.frame.js'));}if (deferreds.length > 0) {deferreds.push($.Deferred(function(deferred) {$(deferred.resolve);}));$.when.apply($, deferreds).done(function() {done();});} else {done();}}(jQuery, window));</script><div data-river=\"{&quot;target&quot;:&quot;.more-link&quot;}\" class=\"dari-frame dari-frame-loaded\" name=\"loadRelatedArticles\" data-insertion-mode=\"append\" data-extra-form-data=\"_frame.path=%2FWEB-INF%2Frenderer%2Fmodules%2Frelated-content-module.jsp&amp;_frame.name=loadRelatedArticles\">\n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/obama-increases-sanctions-against-north-korea-after-sony-hack\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/0279f06/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fb1%2Fe4%2Fd9938b07454b834bb191bc525634%2Fresizes%2F500%2F150102-theinterview-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/obama-increases-sanctions-against-north-korea-after-sony-hack\" target=\"_top\">\n                Obama Increases Sanctions Against North Korea After Sony Hack\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/tom-risen\" class=\"link-dark\" target=\"_top\">\n                        Tom Risen\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 16:35:00 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/price-is-right-contestants-think-iphones-cost-7-000\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/c35e2cd/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fec%2F3b%2F348b4f6a4454ac859e845962ac87%2Fresizes%2F500%2F150102-iphone-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/price-is-right-contestants-think-iphones-cost-7-000\" target=\"_top\">\n                &#039;Price Is Right&#039; Contestants Thinks A New iPhone Costs $7,500\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/lauren-boyer\" class=\"link-dark\" target=\"_top\">\n                        Lauren Boyer\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 15:58:07 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/mario-cuomo-a-rare-voice-against-the-death-penalty-in-tough-on-crime-era\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/f5fae6a/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F08%2F36%2Ff6cbb7644cddb33d5d67a394416e%2Fresizes%2F500%2F150102-mariocuomo-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/mario-cuomo-a-rare-voice-against-the-death-penalty-in-tough-on-crime-era\" target=\"_top\">\n                Mario Cuomo a Rare Voice Against the Death Penalty in Tough on Crime Era\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/tierney-sneed\" class=\"link-dark\" target=\"_top\">\n                        Tierney Sneed\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 15:25:00 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n                            \n                                \n                                \n                                    \n                                \n                                \n\n\n\n\n\n\n\n\n<div id=\"rectangle_1\" class=\"ad ad-rectangle ad-rectangle-a ad-labeled sep\">\n    \n        \n        \n          <script type=\"text/javascript\"> dblclick('rectangle_1'); </script>\n        \n    \n</div>\n\n                            \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/us-sanctions-north-korea-over-sony-cyberattack\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/eb53ba1/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fa3%2Fc8%2F7b2f5991443790b5cdfd291859de%2Fresizes%2F500%2F150102-kim-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/us-sanctions-north-korea-over-sony-cyberattack\" target=\"_top\">\n                U.S. Sanctions North Korea Over Sony Cyberattack\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 14:26:01 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/south-sudan-plans-2015-elections-despite-continued-violence\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/e49e458/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fd0%2F99%2Fb92604244225be006fd1b10077dd%2Fresizes%2F500%2F150102-kiir-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/south-sudan-plans-2015-elections-despite-continued-violence\" target=\"_top\">\n                South Sudan Plans 2015 Elections Despite Continued Violence\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/teresa-welsh\" class=\"link-dark\" target=\"_top\">\n                        Teresa Welsh\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 13:58:00 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/newlywed-man-95-dies-after-wife-is-taken-away\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/60ea84b/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Ff6%2F59%2F42f4a66a4431b12d861c7a1df6ea%2Fresizes%2F500%2F150102-couple-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/newlywed-man-95-dies-after-wife-is-taken-away\" target=\"_top\">\n                Newlywed Man, 95, Dies After Wife Is Taken Away\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 12:41:35 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/harry-reid-suffers-broken-ribs-bones-in-accident\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/5fd9749/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F86%2Fec79075b51901c2bc9a4239a1f66ea%2Fresizes%2F500%2Fmedia%3A31a290870c5140ae9ab1b449afec97ddCongress.JPEG\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/harry-reid-suffers-broken-ribs-bones-in-accident\" target=\"_top\">\n                Harry Reid Suffers Broken Ribs, Bones in Accident\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 10:49:22 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/georgia-police-chief-shoots-his-wife-early-new-years-day\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/6d5bafd/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F12%2Fc6%2F285a2edb44b38baa5902d554225d%2Fresizes%2F500%2F150102-policechief-editorial.png\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/georgia-police-chief-shoots-his-wife-early-new-years-day\" target=\"_top\">\n                Georgia Police Chief Shoots His Wife Early New Year&#039;s Day\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 10:44:56 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/florida-man-decapitates-his-mother-on-new-years-eve\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/348a720/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F4f%2Fc2%2F4ad2eb4e46ecbd71a178f1866ec4%2Fresizes%2F500%2F150102-gomez-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/florida-man-decapitates-his-mother-on-new-years-eve\" target=\"_top\">\n                Florida Man Decapitates His Mother on New Year&#039;s Eve\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 10:28:20 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/02/workers-weakened-bargaining-power-fuels-income-inequality\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/5db30ae/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F0b%2Ffa%2Ffdb82aab41cfb1fe02703681176d%2Fresizes%2F500%2F141230-unions-minwage-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/02/workers-weakened-bargaining-power-fuels-income-inequality\" target=\"_top\">\n                Workers’ Weakened Bargaining Power Fuels Income Inequality\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/katherine-peralta\" class=\"link-dark\" target=\"_top\">\n                        Katherine Peralta\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Fri Jan 02 00:01:00 EST 2015\" class=\"t item\">\n                Jan. 2, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/01/mario-cuomo-former-new-york-governor-dead-at-82\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/12ae778/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F92%2F96%2Fab9c00a142f6a0317ccc62f3639b%2Fresizes%2F500%2F150101-cuomo-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/01/mario-cuomo-former-new-york-governor-dead-at-82\" target=\"_top\">\n                Mario Cuomo, Former New York Governor, Dead at 82\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Thu Jan 01 21:27:13 EST 2015\" class=\"t item\">\n                Jan. 1, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2015/01/01/google-your-computer-is-stupid\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/614c2a5/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fd6%2F77%2F09e41003489482b658956855177f%2Fresizes%2F500%2F141231-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2015/01/01/google-your-computer-is-stupid\" target=\"_top\">\n                Google: Your Computer Is Stupid\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/tom-risen\" class=\"link-dark\" target=\"_top\">\n                        Tom Risen\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Thu Jan 01 00:01:00 EST 2015\" class=\"t item\">\n                Jan. 1, 2015\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/2015-means-first-time-health-insurance-coverage-for-millions-of-americans\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/5323a2c/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F30%2F05%2F9553180e49f6bf7a116d53bc4580%2Fresizes%2F500%2F141231-insurance-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/2015-means-first-time-health-insurance-coverage-for-millions-of-americans\" target=\"_top\">\n                2015 Means First-Time Health Insurance Coverage for Millions of Americans\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/kimberly-leonard\" class=\"link-dark\" target=\"_top\">\n                        Kimberly Leonard\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 14:14:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/common-core-college-ratings-and-campus-sexual-assault-2015-education-trends\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/94e24d9/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F6a%2F05%2Ffd6b53e044f98d4d76f7eee490e2%2Fresizes%2F500%2F141219edumbaquiz4-stock.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/common-core-college-ratings-and-campus-sexual-assault-2015-education-trends\" target=\"_top\">\n                Common Core, College Ratings and Campus Sexual Assault: 2015 Education Trends\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/allie-bidwell\" class=\"link-dark\" target=\"_top\">\n                        Allie Bidwell\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 14:05:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/palestinians-turn-to-international-criminal-court-after-failed-un-vote\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/5d173da/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fac%2F95%2F392b230f42bda0b41b30e8d14b86%2Fresizes%2F500%2F141231-abbas-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/palestinians-turn-to-international-criminal-court-after-failed-un-vote\" target=\"_top\">\n                Palestinians Turn to International Criminal Court After Failed U.N. Vote\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/teresa-welsh\" class=\"link-dark\" target=\"_top\">\n                        Teresa Welsh\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 14:04:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/maryland-governor-commutes-sentence-for-remaining-death-row-inmates\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/5941393/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fcb%2F26%2F68d128fa4acfb4d4f7448e218c1d%2Fresizes%2F500%2F141231-omalley-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/maryland-governor-commutes-sentence-for-remaining-death-row-inmates\" target=\"_top\">\n                Maryland Governor Commutes Sentences For Remaining Death Row Inmates\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 13:51:19 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/the-war-with-isis-5-things-to-look-for-in-2015\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/efe55bd/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F97%2Fb3%2Fd655489a4ff79162fc43f143c0b5%2Fresizes%2F500%2F141231-isis-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/the-war-with-isis-5-things-to-look-for-in-2015\" target=\"_top\">\n                The War With ISIS: 5 Things to Look for in 2015\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/paul_d_shinkman\" class=\"link-dark\" target=\"_top\">\n                        Paul D. Shinkman\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 13:22:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/what-the-battle-over-abortion-will-look-like-in-2015\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/c9aa66c/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2Fa5%2F52%2Fdcc96f994e1dab30a755e4c81681%2Fresizes%2F500%2F141231-abortion-editorial.jpg\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/what-the-battle-over-abortion-will-look-like-in-2015\" target=\"_top\">\n                What the Battle Over Abortion Will Look Like in 2015\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/tierney-sneed\" class=\"link-dark\" target=\"_top\">\n                        Tierney Sneed\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 11:36:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/most-inspiring-news-stories-of-2014\" target=\"_top\">\n                Most Inspiring News Stories of 2014\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/casey-leins\" class=\"link-dark\" target=\"_top\">\n                        Casey Leins\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 11:36:00 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n                        \n                        \n\n                        \n                            \n                            \n\n\n\n\n\n\n<div class=\"sep media\">\n    \n            <a href=\"//www.usnews.com/news/articles/2014/12/31/libertarians-cheer-nosedive-in-nypd-arrests-citations\" class=\"img block\" target=\"_top\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/6724622/2147483647/thumbnail/80x80%3E/quality/85/?url=%2Fcmsmedia%2F45%2F49c5a2cf3407e3e8d5732d4ab1de9d%2Fresizes%2F500%2Fmedia%3A1a9bc2dbe1ad424889f8c9b1a265c3eaNYPDOfficersShot.JPEG\" width=\"80\" height=\"80\" data-size=\"articleThumb\"/>\n            </a>\n    \n    <div class=\"content\">\n        <h4>\n            <a href=\"//www.usnews.com/news/articles/2014/12/31/libertarians-cheer-nosedive-in-nypd-arrests-citations\" target=\"_top\">\n                Libertarians Cheer Nosedive in NYPD Arrests, Citations\n            </a>\n        </h4>\n        <p class=\"t-block t-subdued\">\n            \n                By\n                \n                    <a href=\"/topics/author/steven_nelson\" class=\"link-dark\" target=\"_top\">\n                        Steven Nelson\n                    </a>\n                    |\n                \n            \n            \n            <time itemprop=\"datePublished\" datetime=\"Wed Dec 31 11:07:30 EST 2014\" class=\"t item\">\n                Dec. 31, 2014\n            </time>\n        </p>\n    </div>\n</div>\n\n                        \n                    \n\n                    \n                        \n\n                        <a href=\"//www.usnews.com/news/blogs/run-2016/2014/10/31/tracking-the-2016-presidential-candidates?offset=20\" class=\"button-secondary button-fullwidth sep more-link\" rel=\"nofollow\">\n                            See More\n                        </a>\n                    \n                </div>\n            </div>\n            <script type=\"text/javascript\"> USN.load('jquery.river'); </script>\n        \n    </div>\n\n\n        </footer>\n    </article>\n</div></div><div class=\"dari-grid-area _da\" data-grid-area=\"right\" _da=\"right\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"right\" _da=\"right\">\n    <aside class=\"rail-right\" id=\"rail\">\n        \n\n\n\n\n\n\n\n\n\n\n    <div class=\"mod-b sep\"\n     data-usn-element-name=\"00000143-9892-dcdb-a55f-dafee3f20000\"\n     data-aid=\"a29c09\">\n        \n            <h4>About This Blog</h4>\n        \n\n        <div class=\"media\">\n            \n            <div class=\"skin-editable content t-containers-block block-close\">\n                \n\n\n\n\n\n\n\n\n\n\n\n\n    \n    \n    \n\n\n\n    \n    \n    \n        \n        \n        <div class=\"thumb-right\" style=\"margin-bottom: 0px;\">\n            <a href=\"http://www.usnews.com/cmsmedia/46/8d/424e01b94ee89479ec6be6a5586e/140404-design.jpg\" class=\"js-lightbox\" target=\"_blank\">\n                <img src=\"http://www.usnews.com/dims4/USNEWS/db962d7/2147483647/resize/652x%3E/quality/85/?url=%2Fcmsmedia%2F46%2F8d%2F424e01b94ee89479ec6be6a5586e%2F140404-design.jpg\" width=\"75\" height=\"75\" title=\"Diana Soliwon for USNWR\" alt=\"Dave Catanese.\" data-size=\"rectangle652\"/>\n            </a>\n            \n        </div>\n    \n    \n\n<p>The Run 2016 covers the machinations of the race for the White House, with news, analysis and pithy observations about candidates and issues. David Catanese is founder of The Run 2016. You can follow him on <a class=\"\" href=\"https://twitter.com/davecatanese\" target=\"_blank\" title=\"Link: https://twitter.com/davecatanese\">Twitter</a> or reach him at <a href=\"mailto:dcatanese@usnews.com\" title=\"Link: mailto:dcatanese@usnews.com\">\r\ndcatanese@usnews.com</a>.</p>\n            </div>\n        </div>\n        <p class=\"t-small t-subdued\">\n            FOLLOW THIS BLOG &nbsp;\n            \n            <a href=\"/blogrss/the-run-2016\">\n            <i class=\"icon-social-rss\"></i></a>\n        </p>\n    </div>\n\n\n\n\n\n\n\n\n\n<div class=\"mod-b sep\n            skin-legacy\n            the-run-email-signup\n            \"\n     data-usn-element-name=\"00000144-f45e-d695-a37f-f75fd2e90000\"\n     data-aid=\"9d8508\">\n    \n    \n        <div class=\"media block\">\n            \n\n            <div class=\"content\">\n                \n\n                <div class=\"t\">\n                    <script type=\"text/javascript\" src=\"http://www.usnews.com/static/scripts/jquery/jquery-1.9.1-migrate-1.2.1.min.js\"></script>\r\n<script type=\"text/javascript\">\r\n    (function ($) {\r\n        \"use strict\";\r\n        $(function () {\r\n            var $form = $('#theRun-emailSignUp_form'),\r\n                signupURL = 'http://usnews.us3.list-manage1.com/subscribe/post-json?u=d0ead47bd8f5c2ba0d1c8bd15&id=d92997443f',\r\n                $initial = $('#theRun-emailSignUp_initial'),\r\n                $success = $('#theRun-emailSignUp_success');\r\n            $form.submit(function (event) {\r\n                var $email = $('input[name=EMAIL]' ,$form),\r\n                    email = $email.val();\r\n                event.preventDefault();\r\n                $.ajax({\r\n                    dataType: 'jsonp',\r\n                    jsonp: 'c',\r\n                    url: signupURL + '&EMAIL=' + email,\r\n                    success: function (response) {\r\n                        if (response.result === 'success') {\r\n                            $initial.hide();\r\n                            $success.show();\r\n                        } else {\r\n                            $initial.show();\r\n                            $success.hide();\r\n                        }\r\n                        // Reset the clearfield state\r\n                        $email.blur();\r\n                    }\r\n                });\r\n            });\r\n        });\r\n    }(window.jQuery));\r\n</script>\r\n\r\n<h4>\r\n    Get Updates\r\n</h4>\r\n<div id=\"theRun-emailSignUp_success\" class=\"t-block\" style=\"display: none;\">\r\n    <p class=\"t-block\">\r\n        Thank you, your email has been submitted.\r\n    </p>\r\n</div>\r\n<div id=\"theRun-emailSignUp_initial\">\r\n    <p class=\"t-block\">\r\n        Sign up to receive The Run 2016 in your inbox.\r\n    </p>\r\n    <form id=\"theRun-emailSignUp_form\" action=\"http://usnews.us3.list-manage1.com/subscribe/post?u=d0ead47bd8f5c2ba0d1c8bd15&id=d92997443f\" class=\"form-aurStandard-inline form-aurStandard-close\" method=\"post\">\r\n        <input type=\"submit\" value=\"Sign Up\"\r\n               class=\"form_item-medium button-secondary right t-large\"\r\n               style=\"margin-left: 10px;\" />\r\n        <div class=\"unwrap column-1\">\r\n            <input type=\"text\" name=\"EMAIL\" title=\"Email Address\"\r\n                   class=\"form_item-medium item clearfield\" />\r\n        </div>\r\n    </form>\r\n</div>\n                </div>\n            </div>\n        </div>\n    \n</div>\n\n\n\n\n\n\n\n\n<div class=\"mod-b sep block \"\n    data-usn-element-name=\"00000143-8c1d-dc0a-ab63-bd5f426f0000\"\n    data-aid=\"a33609\">\n\n\n\n<style type=\"text/css\">\n.reversed {\n  background-color: #222222;\n}\n.reversed,\n.reversed * {\n  color: white;\n}\n.reversed p,\n.reversed .t,\n.reversed .h-light {\n  color: #cccccc;\n}\n.reversed .t-subdued,\n.reversed .h-subdued {\n  color: #999999;\n}\n.reversed .t-dim {\n  color: #666666;\n}\n.reversed .t-subdued a,\n.reversed .h-subdued a,\n.reversed a.t-subdued,\n.reversed a.h-subdued {\n  color: #cccccc;\n}\n.reversed a, .reversed a.stealth {\n  color: white;\n}\n.reversed a:hover {\n  color: white;\n  text-decoration: underline;\n}\n.reversed hr,\n.reversed .hr,\n.reversed .hr-heavy,\n.reversed .sep,\n.reversed .sep-generous,\n.reversed .bar-sep-overunder {\n  border-color: #444444;\n}\n.reversed h4, .reversed p {\npadding-left: 10px;\npadding-right: 10px;\n}\n.reversed:first-child h4 {\npadding-top: 10px;\n}\n.reversed p {\nmargin-bottom: 15px;\n}\n.reversed ul {\npadding-left: 10px;\npadding-right: 10px;\npadding-bottom: 5px;    \n}\n</style>\n    \n        <h4>Latest Videos</h4>\n    \n\n    <div class=\"block\">\n        \n\n\n\n\n\n\n\n    \n    \n    \n        <div\r\n    class=\"ndn_embed\"\r\n    data-config-widget-id=\"27469\"\r\n    data-config-type=\"VideoLauncher/Slider300x250\"\r\n    data-config-tracking-group=\"90080\"\r\n    data-config-site-section=\"usnews_hom_non_fro\"></div>\r\n\n    \n\n\n    </div>\n\n    \n    \n</div>\n\n\n\n\n\n\n\n\n\n<div id=\"rectangleA\" class=\"ad ad-rectangle ad-rectangle-a ad-labeled sep\">\n    \n        \n          <script>\n              oz_api = USN.rubicon.apiName;\n              oz_site = USN.rubicon.site;\n              oz_zone = USN.rubicon.getZone('rectangleA');\n              oz_ad_slot_size = USN.rubicon.getAdSize('rectangleA');\n              oz_callback = function (data) {\n                USN.rubicon.injectTargeting(data, 'rectangleA');\n              }\n              USN.rubicon.callApi('rectangleA');\n          </script>\n        \n        \n    \n</div>\n\n\n\n\n\n\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/css/the-chase.css\">\n\n<div>\n    \n        <img src=\"http://www.usnews.com/dims4/USNEWS/ba76729/2147483647/resize/300x%3E/quality/85/?url=%2Fcmsmedia%2F88%2Ff9%2Fee7accc645d49351f23a11854d78%2F140320-thechaserail-design.png\" width=\"300\" height=\"85\" alt=\"The Chase - Where the candidates stand this month.\" class=\"img\" data-size=\"rectangle300\"/>\n    \n    \n        \n        \n        \n            \n            \n        \n        <table class=\"theChase_railList\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n            <thead>\n                <th>&nbsp;</th>\n                <th class=\"theChase_railList_header-democrats\">\n                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                        DEMS\n                    </a>\n                </th>\n                <th class=\"theChase_railList_header-republicans\">\n                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                        GOP\n                    </a>\n                </th>\n            </thead>\n            <tbody>\n                \n                    \n                        \n                    \n                    \n                        \n                    \n                    <tr>\n                        <td class=\"theChase_railList_rankHeader\">\n                            <sup>#</sup>1\n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/7ed23ef/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2Fba%2F5d%2F3a4a62e54a9589a25caa373ca3b2%2F140401-editorial.jpg\" width=\"121\" height=\"100\" alt=\"Former Secretary of State Hillary Rodham Clinton in 2013 in New York City. \" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-democrats\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        Clinton\n                                    </a>\n                                </div>\n                            \n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/5f5642c/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2F55%2F99%2F5a60237e4496b1b1c8a0cc5904a4%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Sen. Rand Paul, R-Ky., leaves the floor of the Senate after his filibuster of the nomination of John Brennan to be CIA director on March 7, 2013, on Capitol Hill in Washington, D.C.\" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-republicans\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        Paul\n                                    </a>\n                                </div>\n                            \n                        </td>\n                    </tr>\n                    \n                    \n                \n                    \n                        \n                    \n                    \n                        \n                    \n                    <tr>\n                        <td class=\"theChase_railList_rankHeader\">\n                            <sup>#</sup>2\n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/ec7d9af/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2F67%2Fd0%2F24f21b8141c39fb150d56a5b34e9%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Vice President Joe Biden visits with Lithuania&#39;s President Dalia Grybauskaite at the Presidential Palace on March 19, 2014, in Vilnius, Lithuania.\" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-democrats\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        Biden\n                                    </a>\n                                </div>\n                            \n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/1e3bf76/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2Faf%2F8c%2Fc0b162494e5cb5f820fe6f5609b9%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Former Fla. Gov. Jeb Bush speaks at the Hispanic Leadership Network conference April 19, 2013, in Coral Gables, Fla. \" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-republicans\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        Bush\n                                    </a>\n                                </div>\n                            \n                        </td>\n                    </tr>\n                    \n                    \n                \n                    \n                        \n                    \n                    \n                        \n                    \n                    <tr>\n                        <td class=\"theChase_railList_rankHeader\">\n                            <sup>#</sup>3\n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/4156d7e/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2Fc2%2F31%2F5f34c22d4403bddfa293f4ff0352%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Sen. Elizabeth Warren, D-Mass., attends a Senate Banking, Housing and Urban Affairs Committee hearing on Feb. 27, 2014, on Capitol Hill in Washington, D.C.\" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-democrats\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        Warren\n                                    </a>\n                                </div>\n                            \n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/6c5245b/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2F78%2F63%2Fb191ad444c4a878a9436eed24380%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Republican New Jersey Gov. Chris Christie celebrates his election victory on Nov. 5, 2013, in Asbury Park, N.J.\" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-republicans\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        Christie\n                                    </a>\n                                </div>\n                            \n                        </td>\n                    </tr>\n                    \n                    \n                \n                    \n                        \n                    \n                    \n                        \n                    \n                    <tr>\n                        <td class=\"theChase_railList_rankHeader\">\n                            <sup>#</sup>4\n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/d439946/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2F41%2Fb4%2Fad93b9fa458c91f50ebe7f56f471%2Fresizes%2F500%2F140401-martin-141px-design.jpg\" width=\"121\" height=\"100\" alt=\"Maryland Gov. Martin O&#39;Malley speaks during a roundtable interview in Annapolis, Md., Wednesday, Jan. 8, 2014, the first day of the 2014 legislative session.\" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-democrats\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#democrats\">\n                                        O'Malley\n                                    </a>\n                                </div>\n                            \n                        </td>\n                        <td class=\"theChase_railList_candidate\">\n                            \n                                \n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        <img src=\"http://www.usnews.com/dims4/USNEWS/914dade/2147483647/thumbnail/121x100%3E/quality/85/?url=%2Fcmsmedia%2F57%2F8f%2F1cc04c574ec7bbf7db9016be059f%2F140401-design.jpg\" width=\"121\" height=\"100\" alt=\"Wisconsin Gov. Scott Walker on Aug. 4, 2013, in Milwaukee. \" class=\"img\" data-size=\"theChaseCandidateRight\"/>\n                                    </a>\n                                \n                                <div class=\"theChase_railList_candidate_name-republicans\">\n                                    <a href=\"//www.usnews.com/news/blogs/the-run-2016/the-chase#republicans\">\n                                        Walker\n                                    </a>\n                                </div>\n                            \n                        </td>\n                    </tr>\n                    \n                    \n                \n            </tbody>\n        </table>\n    \n</div>\n\n\n\n\n\n\n\n\n\n\n\n    <div class=\"mod-b\"\n        data-usn-element-name=\"00000143-6d06-dbfa-affb-7d6644260000\"\n        data-aid=\"a3d208\">\n        <div class=\"flaps column-2 cf\">\n            <a class=\"h h-flush link-dark radtab item active\" href=\"#recent_posts\" id=\"recent_posts_tab\">\n                Recent Posts\n            </a>\n            <a class=\"h h-flush link-dark radtab item\" href=\"#archives\" id=\"archives_tab\">\n                Archives\n            </a>\n        </div>\n\n        <div class=\"box-white\">\n            <ul id=\"recent_posts\" class=\"flaps_container active\">\n                \n                \n                    \n                        <li>\n                            <a href=\"//www.usnews.com/news/blogs/run-2016/2014/12/31/jeb-bush-may-ransack-a-2016-marco-rubio-run\" class=\"t t-block\">\n                                Jeb Bush May Ransack a 2016 Marco Rubio Run\n                            </a>\n                        </li>\n                    \n                        <li>\n                            <a href=\"//www.usnews.com/news/blogs/run-2016/2014/12/30/whats-driving-jim-webbs-potential-bid-for-president-in-2016\" class=\"t t-block\">\n                                What’s Driving Jim Webb's Potential Bid for President in 2016?\n                            </a>\n                        </li>\n                    \n                        <li>\n                            <a href=\"//www.usnews.com/news/blogs/run-2016/2014/12/26/rubios-position-on-cuba-may-clash-with-florida-voters\" class=\"t t-block\">\n                                Rubio's Position on Cuba May Clash With Florida Voters\n                            </a>\n                        </li>\n                    \n                        <li>\n                            <a href=\"//www.usnews.com/news/blogs/run-2016/2014/12/22/chris-christie-the-biggest-loser-after-jeb-bushs-decision\" class=\"t t-block\">\n                                Chris Christie: The Biggest Loser After Jeb Bush's Decision\n                            </a>\n                        </li>\n                    \n                        <li>\n                            <a href=\"//www.usnews.com/news/blogs/run-2016/2014/12/22/rand-pauls-rapid-response\" class=\"t t-block\">\n                                Rand Paul's Rapid Response\n                            </a>\n                        </li>\n                    \n                \n            </ul>\n\n            <ul id=\"archives\" class=\"flaps_container\">\n                \n                \n\n                \n                    \n                        <li class=\"archive-year\">\n                            <div class=\"blog-archive media\">\n                                <h4 class=\"t t-flush img\">2014</h4>\n\n                                <div class=\"content bar block t-subdued\" style=\"width: auto;\">\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+01+00%3a00%3a00+EST+2014' title=\"11 posts\">\n                                                Mon Dec 01 00:00:00 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+01+00%3a00%3a00+EDT+2014' title=\"15 posts\">\n                                                Sat Nov 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+01+00%3a00%3a00+EDT+2014' title=\"7 posts\">\n                                                Wed Oct 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+01+00%3a00%3a00+EDT+2014' title=\"11 posts\">\n                                                Mon Sep 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+01+00%3a00%3a00+EDT+2014' title=\"13 posts\">\n                                                Fri Aug 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+01+00%3a00%3a00+EDT+2014' title=\"23 posts\">\n                                                Tue Jul 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jun+01+00%3a00%3a00+EDT+2014' title=\"20 posts\">\n                                                Sun Jun 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+01+00%3a00%3a00+EDT+2014' title=\"23 posts\">\n                                                Thu May 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+14+09%3a44%3a51+EDT+2014' title=\"1 posts\">\n                                                Mon Apr 14 09:44:51 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+01+00%3a00%3a00+EDT+2014' title=\"33 posts\">\n                                                Tue Apr 01 00:00:00 EDT 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Feb+10+17%3a16%3a05+EST+2014' title=\"1 posts\">\n                                                Mon Feb 10 17:16:05 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jan+23+17%3a35%3a28+EST+2014' title=\"1 posts\">\n                                                Thu Jan 23 17:35:28 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jan+21+20%3a37%3a26+EST+2014' title=\"1 posts\">\n                                                Tue Jan 21 20:37:26 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jan+20+00%3a11%3a18+EST+2014' title=\"1 posts\">\n                                                Mon Jan 20 00:11:18 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+15+20%3a05%3a42+EST+2014' title=\"1 posts\">\n                                                Wed Jan 15 20:05:42 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+15+15%3a05%3a50+EST+2014' title=\"1 posts\">\n                                                Wed Jan 15 15:05:50 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+15+14%3a08%3a28+EST+2014' title=\"1 posts\">\n                                                Wed Jan 15 14:08:28 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jan+14+13%3a54%3a03+EST+2014' title=\"1 posts\">\n                                                Tue Jan 14 13:54:03 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jan+14+12%3a07%3a21+EST+2014' title=\"1 posts\">\n                                                Tue Jan 14 12:07:21 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jan+10+16%3a02%3a32+EST+2014' title=\"1 posts\">\n                                                Fri Jan 10 16:02:32 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jan+09+20%3a19%3a52+EST+2014' title=\"1 posts\">\n                                                Thu Jan 09 20:19:52 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jan+09+18%3a21%3a40+EST+2014' title=\"1 posts\">\n                                                Thu Jan 09 18:21:40 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+08+19%3a57%3a14+EST+2014' title=\"1 posts\">\n                                                Wed Jan 08 19:57:14 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+08+12%3a58%3a32+EST+2014' title=\"1 posts\">\n                                                Wed Jan 08 12:58:32 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jan+07+12%3a34%3a47+EST+2014' title=\"1 posts\">\n                                                Tue Jan 07 12:34:47 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jan+06+19%3a49%3a51+EST+2014' title=\"1 posts\">\n                                                Mon Jan 06 19:49:51 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jan+06+14%3a58%3a00+EST+2014' title=\"1 posts\">\n                                                Mon Jan 06 14:58:00 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jan+02+16%3a49%3a23+EST+2014' title=\"1 posts\">\n                                                Thu Jan 02 16:49:23 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jan+02+13%3a57%3a41+EST+2014' title=\"1 posts\">\n                                                Thu Jan 02 13:57:41 EST 2014\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jan+01+15%3a47%3a58+EST+2014' title=\"1 posts\">\n                                                Wed Jan 01 15:47:58 EST 2014\n                                            </a>\n\n                                            \n                                        </div>\n                                    \n                                </div>\n                            </div>\n                        </li>\n                    \n                        <li class=\"archive-year\">\n                            <div class=\"blog-archive media\">\n                                <h4 class=\"t t-flush img\">2013</h4>\n\n                                <div class=\"content bar block t-subdued\" style=\"width: auto;\">\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+31+14%3a53%3a21+EST+2013' title=\"1 posts\">\n                                                Tue Dec 31 14:53:21 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+31+14%3a14%3a29+EST+2013' title=\"1 posts\">\n                                                Tue Dec 31 14:14:29 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+30+16%3a20%3a26+EST+2013' title=\"1 posts\">\n                                                Mon Dec 30 16:20:26 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+30+15%3a42%3a06+EST+2013' title=\"1 posts\">\n                                                Mon Dec 30 15:42:06 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+30+10%3a33%3a58+EST+2013' title=\"1 posts\">\n                                                Mon Dec 30 10:33:58 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+30+09%3a47%3a58+EST+2013' title=\"1 posts\">\n                                                Mon Dec 30 09:47:58 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Dec+28+14%3a51%3a23+EST+2013' title=\"1 posts\">\n                                                Sat Dec 28 14:51:23 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Dec+26+11%3a15%3a19+EST+2013' title=\"1 posts\">\n                                                Thu Dec 26 11:15:19 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+24+11%3a44%3a30+EST+2013' title=\"1 posts\">\n                                                Tue Dec 24 11:44:30 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+24+11%3a23%3a11+EST+2013' title=\"1 posts\">\n                                                Tue Dec 24 11:23:11 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+23+09%3a47%3a20+EST+2013' title=\"1 posts\">\n                                                Mon Dec 23 09:47:20 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Dec+22+10%3a45%3a27+EST+2013' title=\"1 posts\">\n                                                Sun Dec 22 10:45:27 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Dec+21+12%3a10%3a00+EST+2013' title=\"1 posts\">\n                                                Sat Dec 21 12:10:00 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Dec+20+17%3a44%3a08+EST+2013' title=\"1 posts\">\n                                                Fri Dec 20 17:44:08 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Dec+20+15%3a39%3a49+EST+2013' title=\"1 posts\">\n                                                Fri Dec 20 15:39:49 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Dec+20+14%3a14%3a51+EST+2013' title=\"1 posts\">\n                                                Fri Dec 20 14:14:51 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Dec+20+13%3a49%3a08+EST+2013' title=\"1 posts\">\n                                                Fri Dec 20 13:49:08 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Dec+18+12%3a12%3a27+EST+2013' title=\"1 posts\">\n                                                Wed Dec 18 12:12:27 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Dec+18+11%3a44%3a38+EST+2013' title=\"1 posts\">\n                                                Wed Dec 18 11:44:38 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+17+15%3a21%3a33+EST+2013' title=\"1 posts\">\n                                                Tue Dec 17 15:21:33 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+17+14%3a55%3a23+EST+2013' title=\"1 posts\">\n                                                Tue Dec 17 14:55:23 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+16+13%3a19%3a46+EST+2013' title=\"1 posts\">\n                                                Mon Dec 16 13:19:46 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Dec+16+12%3a27%3a51+EST+2013' title=\"1 posts\">\n                                                Mon Dec 16 12:27:51 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Dec+13+14%3a59%3a53+EST+2013' title=\"1 posts\">\n                                                Fri Dec 13 14:59:53 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Dec+12+11%3a59%3a10+EST+2013' title=\"1 posts\">\n                                                Thu Dec 12 11:59:10 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Dec+11+16%3a19%3a35+EST+2013' title=\"1 posts\">\n                                                Wed Dec 11 16:19:35 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+10+09%3a33%3a05+EST+2013' title=\"1 posts\">\n                                                Tue Dec 10 09:33:05 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+10+08%3a31%3a43+EST+2013' title=\"1 posts\">\n                                                Tue Dec 10 08:31:43 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Dec+08+20%3a02%3a14+EST+2013' title=\"1 posts\">\n                                                Sun Dec 08 20:02:14 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Dec+05+13%3a29%3a04+EST+2013' title=\"1 posts\">\n                                                Thu Dec 05 13:29:04 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Dec+05+09%3a59%3a29+EST+2013' title=\"1 posts\">\n                                                Thu Dec 05 09:59:29 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Dec+05+08%3a16%3a30+EST+2013' title=\"1 posts\">\n                                                Thu Dec 05 08:16:30 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Dec+04+08%3a04%3a27+EST+2013' title=\"1 posts\">\n                                                Wed Dec 04 08:04:27 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Dec+03+08%3a50%3a56+EST+2013' title=\"1 posts\">\n                                                Tue Dec 03 08:50:56 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Dec+01+11%3a01%3a39+EST+2013' title=\"1 posts\">\n                                                Sun Dec 01 11:01:39 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Dec+01+10%3a37%3a27+EST+2013' title=\"1 posts\">\n                                                Sun Dec 01 10:37:27 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+29+23%3a02%3a20+EST+2013' title=\"1 posts\">\n                                                Fri Nov 29 23:02:20 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+29+14%3a10%3a18+EST+2013' title=\"1 posts\">\n                                                Fri Nov 29 14:10:18 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+27+09%3a49%3a44+EST+2013' title=\"1 posts\">\n                                                Wed Nov 27 09:49:44 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Nov+26+10%3a18%3a56+EST+2013' title=\"1 posts\">\n                                                Tue Nov 26 10:18:56 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+25+19%3a54%3a16+EST+2013' title=\"1 posts\">\n                                                Mon Nov 25 19:54:16 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+25+18%3a49%3a54+EST+2013' title=\"1 posts\">\n                                                Mon Nov 25 18:49:54 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+22+17%3a48%3a05+EST+2013' title=\"1 posts\">\n                                                Fri Nov 22 17:48:05 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+22+15%3a47%3a19+EST+2013' title=\"1 posts\">\n                                                Fri Nov 22 15:47:19 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Nov+21+17%3a05%3a59+EST+2013' title=\"1 posts\">\n                                                Thu Nov 21 17:05:59 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+20+03%3a06%3a37+EST+2013' title=\"1 posts\">\n                                                Wed Nov 20 03:06:37 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Nov+19+12%3a52%3a21+EST+2013' title=\"1 posts\">\n                                                Tue Nov 19 12:52:21 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+18+19%3a44%3a41+EST+2013' title=\"1 posts\">\n                                                Mon Nov 18 19:44:41 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Nov+17+19%3a40%3a31+EST+2013' title=\"1 posts\">\n                                                Sun Nov 17 19:40:31 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Nov+17+00%3a20%3a33+EST+2013' title=\"1 posts\">\n                                                Sun Nov 17 00:20:33 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+16+23%3a02%3a55+EST+2013' title=\"1 posts\">\n                                                Sat Nov 16 23:02:55 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+16+22%3a19%3a07+EST+2013' title=\"1 posts\">\n                                                Sat Nov 16 22:19:07 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+16+18%3a16%3a00+EST+2013' title=\"1 posts\">\n                                                Sat Nov 16 18:16:00 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+16+00%3a19%3a19+EST+2013' title=\"1 posts\">\n                                                Sat Nov 16 00:19:19 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+16+00%3a08%3a34+EST+2013' title=\"1 posts\">\n                                                Sat Nov 16 00:08:34 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+13+19%3a10%3a01+EST+2013' title=\"1 posts\">\n                                                Wed Nov 13 19:10:01 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+13+10%3a24%3a12+EST+2013' title=\"1 posts\">\n                                                Wed Nov 13 10:24:12 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Nov+12+17%3a05%3a39+EST+2013' title=\"1 posts\">\n                                                Tue Nov 12 17:05:39 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Nov+12+02%3a58%3a31+EST+2013' title=\"1 posts\">\n                                                Tue Nov 12 02:58:31 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+11+17%3a05%3a04+EST+2013' title=\"1 posts\">\n                                                Mon Nov 11 17:05:04 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+11+15%3a36%3a21+EST+2013' title=\"1 posts\">\n                                                Mon Nov 11 15:36:21 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+08+22%3a50%3a02+EST+2013' title=\"1 posts\">\n                                                Fri Nov 08 22:50:02 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+08+14%3a47%3a00+EST+2013' title=\"1 posts\">\n                                                Fri Nov 08 14:47:00 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Nov+08+09%3a19%3a40+EST+2013' title=\"1 posts\">\n                                                Fri Nov 08 09:19:40 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Nov+07+01%3a21%3a55+EST+2013' title=\"1 posts\">\n                                                Thu Nov 07 01:21:55 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Nov+07+01%3a03%3a49+EST+2013' title=\"1 posts\">\n                                                Thu Nov 07 01:03:49 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+06+18%3a23%3a13+EST+2013' title=\"1 posts\">\n                                                Wed Nov 06 18:23:13 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Nov+06+09%3a20%3a47+EST+2013' title=\"1 posts\">\n                                                Wed Nov 06 09:20:47 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Nov+05+16%3a25%3a48+EST+2013' title=\"1 posts\">\n                                                Tue Nov 05 16:25:48 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+04+18%3a14%3a03+EST+2013' title=\"1 posts\">\n                                                Mon Nov 04 18:14:03 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+04+16%3a51%3a33+EST+2013' title=\"1 posts\">\n                                                Mon Nov 04 16:51:33 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+04+14%3a42%3a48+EST+2013' title=\"1 posts\">\n                                                Mon Nov 04 14:42:48 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Nov+04+09%3a06%3a22+EST+2013' title=\"1 posts\">\n                                                Mon Nov 04 09:06:22 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Nov+03+19%3a00%3a52+EST+2013' title=\"1 posts\">\n                                                Sun Nov 03 19:00:52 EST 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+02+17%3a33%3a34+EDT+2013' title=\"1 posts\">\n                                                Sat Nov 02 17:33:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Nov+02+17%3a07%3a41+EDT+2013' title=\"1 posts\">\n                                                Sat Nov 02 17:07:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+31+11%3a57%3a16+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 31 11:57:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+30+19%3a25%3a41+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 30 19:25:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+30+14%3a56%3a40+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 30 14:56:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+30+13%3a48%3a02+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 30 13:48:02 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+29+23%3a07%3a59+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 29 23:07:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+29+10%3a36%3a00+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 29 10:36:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+28+18%3a07%3a58+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 28 18:07:58 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+28+15%3a42%3a47+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 28 15:42:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+26+17%3a21%3a53+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 26 17:21:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+26+16%3a32%3a22+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 26 16:32:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+26+12%3a35%3a39+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 26 12:35:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Oct+25+20%3a01%3a34+EDT+2013' title=\"1 posts\">\n                                                Fri Oct 25 20:01:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Oct+25+18%3a26%3a11+EDT+2013' title=\"1 posts\">\n                                                Fri Oct 25 18:26:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Oct+25+09%3a11%3a17+EDT+2013' title=\"1 posts\">\n                                                Fri Oct 25 09:11:17 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+23+17%3a26%3a24+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 23 17:26:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+23+10%3a01%3a00+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 23 10:01:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+22+16%3a08%3a10+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 22 16:08:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+21+16%3a16%3a08+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 21 16:16:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+19+10%3a11%3a15+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 19 10:11:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+19+09%3a33%3a37+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 19 09:33:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Oct+18+15%3a51%3a51+EDT+2013' title=\"1 posts\">\n                                                Fri Oct 18 15:51:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+17+23%3a09%3a17+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 17 23:09:17 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+17+18%3a42%3a15+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 17 18:42:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+17+16%3a42%3a42+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 17 16:42:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+17+11%3a09%3a37+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 17 11:09:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+16+08%3a01%3a49+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 16 08:01:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+15+23%3a14%3a42+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 15 23:14:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+15+19%3a27%3a16+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 15 19:27:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+15+18%3a07%3a56+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 15 18:07:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+15+01%3a21%3a30+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 15 01:21:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+14+18%3a23%3a37+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 14 18:23:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+14+15%3a38%3a34+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 14 15:38:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+14+13%3a51%3a26+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 14 13:51:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+10+19%3a25%3a35+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 10 19:25:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+09+15%3a46%3a19+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 09 15:46:19 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+09+15%3a11%3a27+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 09 15:11:27 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+08+22%3a17%3a42+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 08 22:17:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+08+17%3a35%3a41+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 08 17:35:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+08+16%3a53%3a01+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 08 16:53:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+07+23%3a41%3a04+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 07 23:41:04 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Oct+07+19%3a02%3a38+EDT+2013' title=\"1 posts\">\n                                                Mon Oct 07 19:02:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Oct+06+17%3a49%3a44+EDT+2013' title=\"1 posts\">\n                                                Sun Oct 06 17:49:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+05+23%3a59%3a03+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 05 23:59:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Oct+05+22%3a59%3a47+EDT+2013' title=\"1 posts\">\n                                                Sat Oct 05 22:59:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Oct+04+14%3a25%3a06+EDT+2013' title=\"1 posts\">\n                                                Fri Oct 04 14:25:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+03+21%3a44%3a59+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 03 21:44:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+03+18%3a25%3a56+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 03 18:25:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Oct+03+17%3a40%3a34+EDT+2013' title=\"1 posts\">\n                                                Thu Oct 03 17:40:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+02+12%3a58%3a39+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 02 12:58:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Oct+02+06%3a45%3a36+EDT+2013' title=\"1 posts\">\n                                                Wed Oct 02 06:45:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+01+18%3a04%3a16+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 01 18:04:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+01+13%3a42%3a28+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 01 13:42:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Oct+01+12%3a48%3a58+EDT+2013' title=\"1 posts\">\n                                                Tue Oct 01 12:48:58 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+30+15%3a20%3a32+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 30 15:20:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+30+14%3a49%3a15+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 30 14:49:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Sep+29+12%3a14%3a08+EDT+2013' title=\"1 posts\">\n                                                Sun Sep 29 12:14:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+27+13%3a40%3a52+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 27 13:40:52 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+27+09%3a32%3a00+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 27 09:32:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+26+19%3a03%3a32+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 26 19:03:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+26+17%3a15%3a38+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 26 17:15:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+25+19%3a56%3a16+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 25 19:56:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+25+16%3a14%3a07+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 25 16:14:07 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+24+22%3a13%3a46+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 24 22:13:46 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+24+19%3a55%3a46+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 24 19:55:46 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+23+15%3a22%3a00+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 23 15:22:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+23+13%3a51%3a16+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 23 13:51:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+23+13%3a24%3a44+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 23 13:24:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Sep+22+13%3a34%3a12+EDT+2013' title=\"1 posts\">\n                                                Sun Sep 22 13:34:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Sep+22+11%3a45%3a32+EDT+2013' title=\"1 posts\">\n                                                Sun Sep 22 11:45:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+20+18%3a49%3a22+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 20 18:49:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+20+16%3a54%3a20+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 20 16:54:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+20+09%3a42%3a01+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 20 09:42:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+19+13%3a32%3a07+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 19 13:32:07 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+19+09%3a56%3a44+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 19 09:56:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+19+00%3a40%3a02+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 19 00:40:02 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+18+21%3a17%3a47+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 18 21:17:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+18+17%3a43%3a11+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 18 17:43:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+17+21%3a35%3a07+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 17 21:35:07 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+17+12%3a09%3a35+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 17 12:09:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+17+11%3a41%3a34+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 17 11:41:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+16+10%3a21%3a14+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 16 10:21:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+16+09%3a05%3a28+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 16 09:05:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Sep+14+17%3a55%3a55+EDT+2013' title=\"1 posts\">\n                                                Sat Sep 14 17:55:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+13+15%3a36%3a13+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 13 15:36:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+13+14%3a58%3a14+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 13 14:58:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+13+11%3a38%3a05+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 13 11:38:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+13+09%3a42%3a41+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 13 09:42:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+13+09%3a25%3a28+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 13 09:25:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+12+13%3a52%3a44+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 12 13:52:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+11+17%3a49%3a14+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 11 17:49:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+11+16%3a07%3a40+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 11 16:07:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+11+11%3a39%3a56+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 11 11:39:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+10+22%3a38%3a15+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 10 22:38:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+10+11%3a37%3a10+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 10 11:37:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+10+10%3a50%3a35+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 10 10:50:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+09+14%3a16%3a15+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 09 14:16:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+09+13%3a00%3a39+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 09 13:00:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+09+11%3a05%3a45+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 09 11:05:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Sep+08+15%3a55%3a14+EDT+2013' title=\"1 posts\">\n                                                Sun Sep 08 15:55:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Sep+08+13%3a13%3a34+EDT+2013' title=\"1 posts\">\n                                                Sun Sep 08 13:13:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+06+18%3a05%3a20+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 06 18:05:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Sep+06+09%3a47%3a18+EDT+2013' title=\"1 posts\">\n                                                Fri Sep 06 09:47:18 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+05+13%3a00%3a59+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 05 13:00:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Sep+05+00%3a25%3a03+EDT+2013' title=\"1 posts\">\n                                                Thu Sep 05 00:25:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Sep+04+15%3a47%3a53+EDT+2013' title=\"1 posts\">\n                                                Wed Sep 04 15:47:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+03+21%3a34%3a47+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 03 21:34:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+03+19%3a09%3a36+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 03 19:09:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+03+11%3a10%3a39+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 03 11:10:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+03+10%3a40%3a24+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 03 10:40:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Sep+03+01%3a05%3a00+EDT+2013' title=\"1 posts\">\n                                                Tue Sep 03 01:05:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Sep+02+12%3a36%3a16+EDT+2013' title=\"1 posts\">\n                                                Mon Sep 02 12:36:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+30+18%3a18%3a19+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 30 18:18:19 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+30+17%3a47%3a24+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 30 17:47:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+30+08%3a44%3a16+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 30 08:44:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+29+21%3a29%3a55+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 29 21:29:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+29+12%3a57%3a24+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 29 12:57:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+28+12%3a06%3a50+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 28 12:06:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+27+14%3a31%3a47+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 27 14:31:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+27+13%3a31%3a12+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 27 13:31:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+26+09%3a41%3a43+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 26 09:41:43 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Aug+24+14%3a29%3a05+EDT+2013' title=\"1 posts\">\n                                                Sat Aug 24 14:29:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+23+20%3a15%3a33+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 23 20:15:33 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+23+15%3a30%3a34+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 23 15:30:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+22+18%3a46%3a22+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 22 18:46:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+22+16%3a22%3a21+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 22 16:22:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+22+00%3a02%3a38+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 22 00:02:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+21+13%3a27%3a08+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 21 13:27:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+20+18%3a58%3a54+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 20 18:58:54 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+20+11%3a23%3a21+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 20 11:23:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+20+10%3a13%3a36+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 20 10:13:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+19+16%3a49%3a10+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 19 16:49:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Aug+17+19%3a19%3a13+EDT+2013' title=\"1 posts\">\n                                                Sat Aug 17 19:19:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+16+21%3a32%3a19+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 16 21:32:19 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+16+11%3a27%3a28+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 16 11:27:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+15+16%3a29%3a14+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 15 16:29:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+15+14%3a49%3a52+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 15 14:49:52 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+14+13%3a18%3a16+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 14 13:18:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+14+02%3a04%3a53+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 14 02:04:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+14+01%3a53%3a46+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 14 01:53:46 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+13+15%3a11%3a00+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 13 15:11:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+13+13%3a38%3a31+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 13 13:38:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+12+13%3a18%3a04+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 12 13:18:04 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+12+11%3a01%3a39+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 12 11:01:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Aug+11+11%3a25%3a51+EDT+2013' title=\"1 posts\">\n                                                Sun Aug 11 11:25:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Aug+11+00%3a37%3a39+EDT+2013' title=\"1 posts\">\n                                                Sun Aug 11 00:37:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Aug+10+16%3a29%3a13+EDT+2013' title=\"1 posts\">\n                                                Sat Aug 10 16:29:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+09+11%3a06%3a01+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 09 11:06:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+08+17%3a15%3a23+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 08 17:15:23 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+08+15%3a10%3a49+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 08 15:10:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Aug+07+13%3a52%3a53+EDT+2013' title=\"1 posts\">\n                                                Wed Aug 07 13:52:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+06+23%3a31%3a12+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 06 23:31:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Aug+06+05%3a00%3a28+EDT+2013' title=\"1 posts\">\n                                                Tue Aug 06 05:00:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+05+22%3a21%3a32+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 05 22:21:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+05+18%3a40%3a38+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 05 18:40:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Aug+05+12%3a20%3a43+EDT+2013' title=\"1 posts\">\n                                                Mon Aug 05 12:20:43 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Aug+04+21%3a38%3a01+EDT+2013' title=\"1 posts\">\n                                                Sun Aug 04 21:38:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Aug+04+11%3a05%3a05+EDT+2013' title=\"1 posts\">\n                                                Sun Aug 04 11:05:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Aug+03+15%3a30%3a41+EDT+2013' title=\"1 posts\">\n                                                Sat Aug 03 15:30:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+02+22%3a20%3a26+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 02 22:20:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+02+11%3a23%3a20+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 02 11:23:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Aug+02+00%3a20%3a05+EDT+2013' title=\"1 posts\">\n                                                Fri Aug 02 00:20:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+15%3a54%3a35+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 15:54:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+11%3a23%3a03+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 11:23:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+10%3a57%3a31+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 10:57:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+10%3a05%3a14+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 10:05:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+01%3a50%3a13+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 01:50:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Aug+01+01%3a20%3a32+EDT+2013' title=\"1 posts\">\n                                                Thu Aug 01 01:20:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+31+11%3a10%3a30+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 31 11:10:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+31+10%3a51%3a20+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 31 10:51:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+30+09%3a59%3a22+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 30 09:59:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+29+23%3a25%3a13+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 29 23:25:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+29+22%3a40%3a25+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 29 22:40:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+29+15%3a55%3a51+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 29 15:55:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jul+25+14%3a28%3a58+EDT+2013' title=\"1 posts\">\n                                                Thu Jul 25 14:28:58 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jul+25+12%3a25%3a29+EDT+2013' title=\"1 posts\">\n                                                Thu Jul 25 12:25:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+23+11%3a31%3a26+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 23 11:31:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jul+21+19%3a50%3a38+EDT+2013' title=\"1 posts\">\n                                                Sun Jul 21 19:50:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+19+18%3a15%3a46+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 19 18:15:46 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jul+18+06%3a15%3a41+EDT+2013' title=\"1 posts\">\n                                                Thu Jul 18 06:15:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+17+21%3a29%3a55+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 17 21:29:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+17+17%3a44%3a52+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 17 17:44:52 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+16+21%3a44%3a25+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 16 21:44:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+16+21%3a28%3a44+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 16 21:28:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+16+10%3a16%3a26+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 16 10:16:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+15+22%3a13%3a07+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 15 22:13:07 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+15+20%3a06%3a34+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 15 20:06:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jul+13+12%3a12%3a24+EDT+2013' title=\"1 posts\">\n                                                Sat Jul 13 12:12:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+12+08%3a57%3a03+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 12 08:57:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+12+07%3a59%3a12+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 12 07:59:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jul+11+12%3a15%3a29+EDT+2013' title=\"1 posts\">\n                                                Thu Jul 11 12:15:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+10+20%3a58%3a31+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 10 20:58:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+10+16%3a46%3a17+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 10 16:46:17 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+09+23%3a08%3a57+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 09 23:08:57 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+09+19%3a18%3a14+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 09 19:18:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+09+14%3a49%3a08+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 09 14:49:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+08+23%3a51%3a06+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 08 23:51:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+08+20%3a35%3a35+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 08 20:35:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jul+07+22%3a09%3a40+EDT+2013' title=\"1 posts\">\n                                                Sun Jul 07 22:09:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jul+07+13%3a19%3a25+EDT+2013' title=\"1 posts\">\n                                                Sun Jul 07 13:19:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+05+17%3a44%3a48+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 05 17:44:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+05+15%3a58%3a08+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 05 15:58:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jul+05+10%3a10%3a34+EDT+2013' title=\"1 posts\">\n                                                Fri Jul 05 10:10:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jul+04+08%3a55%3a14+EDT+2013' title=\"1 posts\">\n                                                Thu Jul 04 08:55:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+03+14%3a22%3a48+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 03 14:22:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jul+03+09%3a31%3a14+EDT+2013' title=\"1 posts\">\n                                                Wed Jul 03 09:31:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+02+23%3a38%3a57+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 02 23:38:57 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+02+15%3a29%3a38+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 02 15:29:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+02+13%3a04%3a42+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 02 13:04:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jul+02+10%3a22%3a52+EDT+2013' title=\"1 posts\">\n                                                Tue Jul 02 10:22:52 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jul+01+11%3a42%3a30+EDT+2013' title=\"1 posts\">\n                                                Mon Jul 01 11:42:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jun+30+21%3a28%3a10+EDT+2013' title=\"1 posts\">\n                                                Sun Jun 30 21:28:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+29+12%3a20%3a21+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 29 12:20:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+29+01%3a44%3a30+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 29 01:44:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+29+01%3a26%3a55+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 29 01:26:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jun+27+14%3a14%3a24+EDT+2013' title=\"1 posts\">\n                                                Thu Jun 27 14:14:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jun+27+13%3a03%3a47+EDT+2013' title=\"1 posts\">\n                                                Thu Jun 27 13:03:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+25+21%3a39%3a16+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 25 21:39:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+25+09%3a47%3a45+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 25 09:47:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+25+09%3a04%3a38+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 25 09:04:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Jun+23+19%3a07%3a06+EDT+2013' title=\"1 posts\">\n                                                Sun Jun 23 19:07:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+22+16%3a50%3a11+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 22 16:50:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+21+12%3a51%3a01+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 21 12:51:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+21+12%3a11%3a54+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 21 12:11:54 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jun+20+18%3a03%3a29+EDT+2013' title=\"1 posts\">\n                                                Thu Jun 20 18:03:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+19+17%3a13%3a17+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 19 17:13:17 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+19+10%3a53%3a06+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 19 10:53:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+18+11%3a14%3a44+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 18 11:14:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+17+16%3a29%3a13+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 17 16:29:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+17+15%3a14%3a03+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 17 15:14:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+17+13%3a01%3a29+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 17 13:01:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+15+22%3a33%3a28+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 15 22:33:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+14+00%3a43%3a19+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 14 00:43:19 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+14+00%3a09%3a01+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 14 00:09:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+12+16%3a20%3a29+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 12 16:20:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+12+09%3a47%3a39+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 12 09:47:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+10+18%3a00%3a08+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 10 18:00:08 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+10+10%3a03%3a06+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 10 10:03:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+10+09%3a50%3a20+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 10 09:50:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+10+09%3a31%3a14+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 10 09:31:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+07+21%3a07%3a53+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 07 21:07:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Jun+07+13%3a44%3a37+EDT+2013' title=\"1 posts\">\n                                                Fri Jun 07 13:44:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Jun+06+00%3a15%3a09+EDT+2013' title=\"1 posts\">\n                                                Thu Jun 06 00:15:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+05+16%3a08%3a41+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 05 16:08:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Jun+05+00%3a15%3a54+EDT+2013' title=\"1 posts\">\n                                                Wed Jun 05 00:15:54 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+04+16%3a58%3a49+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 04 16:58:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Jun+04+08%3a50%3a50+EDT+2013' title=\"1 posts\">\n                                                Tue Jun 04 08:50:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+03+16%3a16%3a37+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 03 16:16:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+03+15%3a45%3a45+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 03 15:45:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+03+12%3a26%3a40+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 03 12:26:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Jun+03+11%3a18%3a50+EDT+2013' title=\"1 posts\">\n                                                Mon Jun 03 11:18:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Jun+01+14%3a51%3a40+EDT+2013' title=\"1 posts\">\n                                                Sat Jun 01 14:51:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+31+15%3a24%3a31+EDT+2013' title=\"1 posts\">\n                                                Fri May 31 15:24:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+31+10%3a09%3a49+EDT+2013' title=\"1 posts\">\n                                                Fri May 31 10:09:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+30+20%3a57%3a34+EDT+2013' title=\"1 posts\">\n                                                Thu May 30 20:57:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+30+08%3a33%3a25+EDT+2013' title=\"1 posts\">\n                                                Thu May 30 08:33:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+29+22%3a40%3a49+EDT+2013' title=\"1 posts\">\n                                                Wed May 29 22:40:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+28+16%3a47%3a59+EDT+2013' title=\"1 posts\">\n                                                Tue May 28 16:47:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+28+16%3a29%3a59+EDT+2013' title=\"1 posts\">\n                                                Tue May 28 16:29:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+27+23%3a34%3a03+EDT+2013' title=\"1 posts\">\n                                                Mon May 27 23:34:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+27+22%3a39%3a29+EDT+2013' title=\"1 posts\">\n                                                Mon May 27 22:39:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+23+09%3a31%3a18+EDT+2013' title=\"1 posts\">\n                                                Thu May 23 09:31:18 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+22+19%3a50%3a55+EDT+2013' title=\"1 posts\">\n                                                Wed May 22 19:50:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+22+14%3a58%3a33+EDT+2013' title=\"1 posts\">\n                                                Wed May 22 14:58:33 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+21+22%3a36%3a57+EDT+2013' title=\"1 posts\">\n                                                Tue May 21 22:36:57 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+21+21%3a05%3a17+EDT+2013' title=\"1 posts\">\n                                                Tue May 21 21:05:17 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+20+22%3a38%3a49+EDT+2013' title=\"1 posts\">\n                                                Mon May 20 22:38:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+20+14%3a25%3a56+EDT+2013' title=\"1 posts\">\n                                                Mon May 20 14:25:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+May+19+20%3a03%3a10+EDT+2013' title=\"1 posts\">\n                                                Sun May 19 20:03:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+May+19+19%3a52%3a41+EDT+2013' title=\"1 posts\">\n                                                Sun May 19 19:52:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+May+18+13%3a38%3a58+EDT+2013' title=\"1 posts\">\n                                                Sat May 18 13:38:58 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+17+10%3a08%3a09+EDT+2013' title=\"1 posts\">\n                                                Fri May 17 10:08:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+16+16%3a00%3a55+EDT+2013' title=\"1 posts\">\n                                                Thu May 16 16:00:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+16+10%3a20%3a51+EDT+2013' title=\"1 posts\">\n                                                Thu May 16 10:20:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+16+09%3a29%3a11+EDT+2013' title=\"1 posts\">\n                                                Thu May 16 09:29:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+16+09%3a07%3a57+EDT+2013' title=\"1 posts\">\n                                                Thu May 16 09:07:57 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+15+13%3a44%3a02+EDT+2013' title=\"1 posts\">\n                                                Wed May 15 13:44:02 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+15+10%3a12%3a12+EDT+2013' title=\"1 posts\">\n                                                Wed May 15 10:12:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+15+00%3a05%3a03+EDT+2013' title=\"1 posts\">\n                                                Wed May 15 00:05:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+14+15%3a11%3a41+EDT+2013' title=\"1 posts\">\n                                                Tue May 14 15:11:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+13+17%3a01%3a56+EDT+2013' title=\"1 posts\">\n                                                Mon May 13 17:01:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+13+13%3a49%3a41+EDT+2013' title=\"1 posts\">\n                                                Mon May 13 13:49:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+13+13%3a27%3a24+EDT+2013' title=\"1 posts\">\n                                                Mon May 13 13:27:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+May+11+16%3a55%3a33+EDT+2013' title=\"1 posts\">\n                                                Sat May 11 16:55:33 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+May+11+13%3a10%3a28+EDT+2013' title=\"1 posts\">\n                                                Sat May 11 13:10:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+10+15%3a49%3a41+EDT+2013' title=\"1 posts\">\n                                                Fri May 10 15:49:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+10+05%3a37%3a29+EDT+2013' title=\"1 posts\">\n                                                Fri May 10 05:37:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+10+05%3a19%3a41+EDT+2013' title=\"1 posts\">\n                                                Fri May 10 05:19:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+10+04%3a59%3a50+EDT+2013' title=\"1 posts\">\n                                                Fri May 10 04:59:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+09+19%3a17%3a31+EDT+2013' title=\"1 posts\">\n                                                Thu May 09 19:17:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+09+18%3a54%3a13+EDT+2013' title=\"1 posts\">\n                                                Thu May 09 18:54:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+08+09%3a30%3a25+EDT+2013' title=\"1 posts\">\n                                                Wed May 08 09:30:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+07+21%3a27%3a36+EDT+2013' title=\"1 posts\">\n                                                Tue May 07 21:27:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+07+14%3a52%3a04+EDT+2013' title=\"1 posts\">\n                                                Tue May 07 14:52:04 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+07+09%3a57%3a44+EDT+2013' title=\"1 posts\">\n                                                Tue May 07 09:57:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+07+09%3a33%3a21+EDT+2013' title=\"1 posts\">\n                                                Tue May 07 09:33:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+May+07+09%3a08%3a03+EDT+2013' title=\"1 posts\">\n                                                Tue May 07 09:08:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+May+06+20%3a10%3a49+EDT+2013' title=\"1 posts\">\n                                                Mon May 06 20:10:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+May+04+13%3a16%3a20+EDT+2013' title=\"1 posts\">\n                                                Sat May 04 13:16:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+May+04+11%3a16%3a32+EDT+2013' title=\"1 posts\">\n                                                Sat May 04 11:16:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+May+03+16%3a01%3a30+EDT+2013' title=\"1 posts\">\n                                                Fri May 03 16:01:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+02+17%3a12%3a35+EDT+2013' title=\"1 posts\">\n                                                Thu May 02 17:12:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+02+15%3a56%3a06+EDT+2013' title=\"1 posts\">\n                                                Thu May 02 15:56:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+May+02+12%3a58%3a26+EDT+2013' title=\"1 posts\">\n                                                Thu May 02 12:58:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+01+21%3a28%3a36+EDT+2013' title=\"1 posts\">\n                                                Wed May 01 21:28:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+01+21%3a05%3a36+EDT+2013' title=\"1 posts\">\n                                                Wed May 01 21:05:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+01+17%3a02%3a05+EDT+2013' title=\"1 posts\">\n                                                Wed May 01 17:02:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+May+01+02%3a13%3a26+EDT+2013' title=\"1 posts\">\n                                                Wed May 01 02:13:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+30+18%3a31%3a53+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 30 18:31:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+30+16%3a46%3a26+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 30 16:46:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+30+11%3a13%3a45+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 30 11:13:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+30+10%3a36%3a44+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 30 10:36:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+30+10%3a17%3a45+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 30 10:17:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+29+17%3a19%3a30+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 29 17:19:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+29+16%3a43%3a55+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 29 16:43:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+29+10%3a39%3a20+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 29 10:39:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+29+00%3a25%3a06+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 29 00:25:06 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Apr+27+16%3a51%3a18+EDT+2013' title=\"1 posts\">\n                                                Sat Apr 27 16:51:18 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+26+11%3a09%3a09+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 26 11:09:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+26+10%3a22%3a41+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 26 10:22:41 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+25+19%3a48%3a13+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 25 19:48:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+25+19%3a12%3a15+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 25 19:12:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+25+13%3a16%3a25+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 25 13:16:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+25+10%3a00%3a42+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 25 10:00:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+24+17%3a11%3a59+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 24 17:11:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+24+15%3a42%3a20+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 24 15:42:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+23+19%3a22%3a39+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 23 19:22:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+23+17%3a40%3a49+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 23 17:40:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+23+00%3a15%3a36+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 23 00:15:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+22+21%3a29%3a22+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 22 21:29:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+22+09%3a13%3a26+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 22 09:13:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Apr+21+19%3a27%3a59+EDT+2013' title=\"1 posts\">\n                                                Sun Apr 21 19:27:59 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Apr+21+11%3a37%3a24+EDT+2013' title=\"1 posts\">\n                                                Sun Apr 21 11:37:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+19+15%3a25%3a48+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 19 15:25:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+19+14%3a48%3a34+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 19 14:48:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+19+14%3a09%3a20+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 19 14:09:20 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+18+17%3a00%3a12+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 18 17:00:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+18+09%3a59%3a53+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 18 09:59:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+17+22%3a36%3a42+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 17 22:36:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+17+20%3a01%3a31+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 17 20:01:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+17+15%3a29%3a05+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 17 15:29:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+17+10%3a09%3a22+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 17 10:09:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+16+16%3a27%3a30+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 16 16:27:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+16+14%3a13%3a39+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 16 14:13:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+15+10%3a01%3a03+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 15 10:01:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+15+09%3a19%3a48+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 15 09:19:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+15+08%3a41%3a15+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 15 08:41:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+12+12%3a16%3a34+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 12 12:16:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+11+20%3a42%3a52+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 11 20:42:52 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+11+14%3a20%3a36+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 11 14:20:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+11+01%3a21%3a38+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 11 01:21:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+10+16%3a45%3a15+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 10 16:45:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+10+14%3a02%3a34+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 10 14:02:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+10+00%3a05%3a02+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 10 00:05:02 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+09+20%3a54%3a54+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 09 20:54:54 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+09+14%3a27%3a42+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 09 14:27:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+09+11%3a12%3a56+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 09 11:12:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+08+16%3a54%3a11+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 08 16:54:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+08+12%3a41%3a03+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 08 12:41:03 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Apr+06+21%3a12%3a49+EDT+2013' title=\"1 posts\">\n                                                Sat Apr 06 21:12:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Apr+06+17%3a43%3a53+EDT+2013' title=\"1 posts\">\n                                                Sat Apr 06 17:43:53 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Apr+06+17%3a14%3a29+EDT+2013' title=\"1 posts\">\n                                                Sat Apr 06 17:14:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+05+12%3a37%3a25+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 05 12:37:25 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+05+02%3a24%3a40+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 05 02:24:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Apr+05+01%3a24%3a54+EDT+2013' title=\"1 posts\">\n                                                Fri Apr 05 01:24:54 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+04+17%3a21%3a10+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 04 17:21:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+04+11%3a36%3a47+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 04 11:36:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Apr+04+00%3a50%3a27+EDT+2013' title=\"1 posts\">\n                                                Thu Apr 04 00:50:27 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+03+10%3a16%3a45+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 03 10:16:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Apr+03+00%3a09%3a30+EDT+2013' title=\"1 posts\">\n                                                Wed Apr 03 00:09:30 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+02+15%3a55%3a55+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 02 15:55:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+02+15%3a29%3a15+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 02 15:29:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+02+09%3a17%3a09+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 02 09:17:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Apr+02+09%3a02%3a12+EDT+2013' title=\"1 posts\">\n                                                Tue Apr 02 09:02:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+01+17%3a14%3a55+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 01 17:14:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+01+12%3a48%3a33+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 01 12:48:33 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Apr+01+00%3a20%3a28+EDT+2013' title=\"1 posts\">\n                                                Mon Apr 01 00:20:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+29+17%3a27%3a38+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 29 17:27:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+29+14%3a10%3a16+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 29 14:10:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+29+09%3a45%3a48+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 29 09:45:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+28+18%3a16%3a57+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 28 18:16:57 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+28+17%3a21%3a27+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 28 17:21:27 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+28+10%3a15%3a43+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 28 10:15:43 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+27+18%3a56%3a50+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 27 18:56:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+27+14%3a55%3a42+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 27 14:55:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+27+11%3a15%3a10+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 27 11:15:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+27+00%3a34%3a15+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 27 00:34:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+26+17%3a16%3a33+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 26 17:16:33 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+26+09%3a13%3a55+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 26 09:13:55 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+25+23%3a31%3a11+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 25 23:31:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+25+18%3a37%3a50+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 25 18:37:50 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+25+01%3a57%3a31+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 25 01:57:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Mar+23+21%3a52%3a56+EDT+2013' title=\"1 posts\">\n                                                Sat Mar 23 21:52:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Mar+23+09%3a03%3a49+EDT+2013' title=\"1 posts\">\n                                                Sat Mar 23 09:03:49 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+22+22%3a15%3a40+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 22 22:15:40 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+22+10%3a03%3a32+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 22 10:03:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+22+08%3a41%3a09+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 22 08:41:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+21+23%3a05%3a05+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 21 23:05:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+21+13%3a08%3a44+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 21 13:08:44 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+21+13%3a00%3a23+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 21 13:00:23 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+21+00%3a31%3a27+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 21 00:31:27 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+21+00%3a18%3a26+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 21 00:18:26 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+20+13%3a41%3a37+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 20 13:41:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+20+08%3a03%3a37+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 20 08:03:37 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+22%3a32%3a21+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 22:32:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+17%3a44%3a12+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 17:44:12 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+16%3a07%3a16+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 16:07:16 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+11%3a37%3a38+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 11:37:38 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+10%3a14%3a39+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 10:14:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+19+09%3a57%3a45+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 19 09:57:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+18+17%3a19%3a07+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 18 17:19:07 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+18+09%3a53%3a29+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 18 09:53:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+17+23%3a49%3a24+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 17 23:49:24 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+17+13%3a13%3a01+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 17 13:13:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+17+12%3a39%3a09+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 17 12:39:09 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Mar+16+18%3a21%3a05+EDT+2013' title=\"1 posts\">\n                                                Sat Mar 16 18:21:05 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Mar+16+17%3a47%3a14+EDT+2013' title=\"1 posts\">\n                                                Sat Mar 16 17:47:14 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sat+Mar+16+14%3a57%3a45+EDT+2013' title=\"1 posts\">\n                                                Sat Mar 16 14:57:45 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+15+23%3a11%3a56+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 15 23:11:56 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+15+15%3a37%3a51+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 15 15:37:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+15+12%3a52%3a51+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 15 12:52:51 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+15+10%3a21%3a22+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 15 10:21:22 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Fri+Mar+15+00%3a46%3a11+EDT+2013' title=\"1 posts\">\n                                                Fri Mar 15 00:46:11 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+23%3a42%3a34+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 23:42:34 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+23%3a31%3a21+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 23:31:21 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+18%3a25%3a01+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 18:25:01 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+15%3a56%3a02+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 15:56:02 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+15%3a20%3a31+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 15:20:31 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+14%3a56%3a00+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 14:56:00 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Thu+Mar+14+09%3a58%3a36+EDT+2013' title=\"1 posts\">\n                                                Thu Mar 14 09:58:36 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+13+18%3a52%3a23+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 13 18:52:23 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+13+14%3a22%3a39+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 13 14:22:39 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+13+08%3a53%3a29+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 13 08:53:29 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Wed+Mar+13+00%3a05%3a32+EDT+2013' title=\"1 posts\">\n                                                Wed Mar 13 00:05:32 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+12+17%3a16%3a10+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 12 17:16:10 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+12+12%3a14%3a35+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 12 12:14:35 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+12+09%3a01%3a47+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 12 09:01:47 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+12+08%3a31%3a42+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 12 08:31:42 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Tue+Mar+12+07%3a58%3a28+EDT+2013' title=\"1 posts\">\n                                                Tue Mar 12 07:58:28 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+11+16%3a02%3a15+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 11 16:02:15 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Mon+Mar+11+06%3a40%3a48+EDT+2013' title=\"1 posts\">\n                                                Mon Mar 11 06:40:48 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+10+21%3a26%3a23+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 10 21:26:23 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+10+21%3a25%3a13+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 10 21:25:13 EDT 2013\n                                            </a>\n\n                                             |&nbsp;\n                                        </div>\n                                    \n                                        \n                                        <div class=\"item t t-flush\">\n                                            \n\n                                            <a href='//www.usnews.com/news/blogs/the-run-2016?yearMonth=Sun+Mar+10+20%3a51%3a18+EDT+2013' title=\"1 posts\">\n                                                Sun Mar 10 20:51:18 EDT 2013\n                                            </a>\n\n                                            \n                                        </div>\n                                    \n                                </div>\n                            </div>\n                        </li>\n                    \n                \n            </ul>\n        </div>\n    </div>\n    <script type=\"text/javascript\">\n        USN.load('radtabs');\n    </script>\n    <script type=\"text/javascript\">\n        $(function () {\n            USN.radtabs('radtab', 'flaps_container');\n            if (document.location.href.indexOf('yearMonth') !== -1) {\n                $('#recent_posts, #recent_posts_tab').removeClass('active');\n                $('#archives, #archives_tab').addClass('active');\n            }\n        });\n    </script>\n\n\n\n\n\n\n\n\n<div class=\"mod-b sep block\"\n    data-usn-element-name=\"00000143-8c18-dc0a-ab63-bd5edc680000\"\n    data-aid=\"a0fe09\">\n    \n        <h4 class=\"h\">Latest Galleries</h4>\n    \n\n    <div class=\"carousel-slidesjs t-slack\" style=\"display: none;\" data-add-height=\"116\">\n        \n            \n            \n                \n                \n                    \n                    \n                    \n                \n            \n            <div class=\"frame\">\n                <div class=\"captionbox-300x270\">\n                    <a href=\"//www.usnews.com/news/photos/2014/12/31/photos-the-year-in-extreme-weather\" class=\"img-cameraIcon\">\n                        <img src=\"http://www.usnews.com/dims4/USNEWS/6261929/2147483647/crop/368x330%2B63%2B1/resize/300x270/quality/85/?url=%2Fcmsmedia%2F7c%2F50%2F12fdaa804454979b8b63ca8c0c22%2Fresizes%2F500%2F457438598-10.jpg\" width=\"300\" height=\"269\" class=\"img\" alt=\"The Year in Extreme Weather\" data-size=\"rectangle300x270\"/>\n                    </a>\n\n                    <div class=\"copy\">\n                        <p class=\"t-subdued t-smaller t-strong t-flush\">News</p>\n                        <p class=\"t-block\">\n                            <a href=\"//www.usnews.com/news/photos/2014/12/31/photos-the-year-in-extreme-weather\">\n                                The Year in Extreme Weather\n                            </a>\n                        </p>\n                    </div>\n                </div>\n            </div>\n        \n            \n            \n                \n                \n                    \n                    \n                    \n                \n            \n            <div class=\"frame\">\n                <div class=\"captionbox-300x270\">\n                    <a href=\"//www.usnews.com/news/photos/2014/12/31/photos-new-years-around-the-world\" class=\"img-cameraIcon\">\n                        <img src=\"http://www.usnews.com/dims4/USNEWS/0cffe8a/2147483647/crop/357x320%2B51%2B0/resize/300x270/quality/85/?url=%2Fcmsmedia%2Fc7%2Ff2%2Fe190ebee489a8882588db7fc6679%2Fresizes%2F500%2Fap719697228800-1.jpg\" width=\"300\" height=\"269\" class=\"img\" alt=\"New Year&#39;s Around the World\" data-size=\"rectangle300x270\"/>\n                    </a>\n\n                    <div class=\"copy\">\n                        <p class=\"t-subdued t-smaller t-strong t-flush\">News</p>\n                        <p class=\"t-block\">\n                            <a href=\"//www.usnews.com/news/photos/2014/12/31/photos-new-years-around-the-world\">\n                                New Year&#039;s Around the World\n                            </a>\n                        </p>\n                    </div>\n                </div>\n            </div>\n        \n            \n            \n                \n                \n                    \n                    \n                    \n                \n            \n            <div class=\"frame\">\n                <div class=\"captionbox-300x270\">\n                    <a href=\"//www.usnews.com/news/photos/2014/12/23/photos-notable-deaths-of-2014\" class=\"img-cameraIcon\">\n                        <img src=\"http://www.usnews.com/dims4/USNEWS/39ae250/2147483647/thumbnail/300x270/quality/85/?url=%2Fcmsmedia%2Fa9%2Fae%2F12fb388e4581a384784e624026b7%2Fresizes%2F500%2F100105955-10.jpg\" width=\"300\" height=\"270\" class=\"img\" alt=\"Notable Deaths of 2014\" data-size=\"rectangle300x270\"/>\n                    </a>\n\n                    <div class=\"copy\">\n                        <p class=\"t-subdued t-smaller t-strong t-flush\">News</p>\n                        <p class=\"t-block\">\n                            <a href=\"//www.usnews.com/news/photos/2014/12/23/photos-notable-deaths-of-2014\">\n                                Notable Deaths of 2014\n                            </a>\n                        </p>\n                    </div>\n                </div>\n            </div>\n        \n            \n            \n                \n                \n                    \n                    \n                    \n                \n            \n            <div class=\"frame\">\n                <div class=\"captionbox-300x270\">\n                    <a href=\"//www.usnews.com/news/photos/2014/12/22/2014-photos-of-the-year-part-2\" class=\"img-cameraIcon\">\n                        <img src=\"http://www.usnews.com/dims4/USNEWS/defac87/2147483647/crop/370x333%2B65%2B1/resize/300x270/quality/85/?url=%2Fcmsmedia%2Faf%2F2f%2Fabfbc108447f8268a70bc2e37bd7%2Fresizes%2F500%2F459593046.jpg\" width=\"300\" height=\"270\" class=\"img\" alt=\"Photos of the Year\" data-size=\"rectangle300x270\"/>\n                    </a>\n\n                    <div class=\"copy\">\n                        <p class=\"t-subdued t-smaller t-strong t-flush\">News</p>\n                        <p class=\"t-block\">\n                            <a href=\"//www.usnews.com/news/photos/2014/12/22/2014-photos-of-the-year-part-2\">\n                                Photos of the Year\n                            </a>\n                        </p>\n                    </div>\n                </div>\n            </div>\n        \n            \n            \n                \n                \n                    \n                    \n                    \n                \n            \n            <div class=\"frame\">\n                <div class=\"captionbox-300x270\">\n                    <a href=\"//www.usnews.com/news/photos/2014/11/19/photos-hillary-clinton-through-the-years\" class=\"img-cameraIcon\">\n                        <img src=\"http://www.usnews.com/dims4/USNEWS/266eeb4/2147483647/crop/417x375%2B66%2B0/resize/300x270/quality/85/?url=%2Fcmsmedia%2Fb6%2F39%2Feb0dcb3a4050a05f142ec5d0a387%2Fresizes%2F500%2Fap9606220490-2.jpg\" width=\"300\" height=\"270\" class=\"img\" alt=\"Hillary Clinton, Through the Years\" data-size=\"rectangle300x270\"/>\n                    </a>\n\n                    <div class=\"copy\">\n                        <p class=\"t-subdued t-smaller t-strong t-flush\">News</p>\n                        <p class=\"t-block\">\n                            <a href=\"//www.usnews.com/news/photos/2014/11/19/photos-hillary-clinton-through-the-years\">\n                                Hillary Clinton, Through the Years\n                            </a>\n                        </p>\n                    </div>\n                </div>\n            </div>\n        \n    </div>\n    <script type=\"text/javascript\">\n        USN.load('jquery.slides.min');\n    </script>\n    <script type=\"text/javascript\">\n        $(function(){\n            $('.carousel-slidesjs').each(function () {\n                var $img = $(this).find('img').first(),\n                        height = $img.attr('height'),\n                        width = $img.attr('width');\n\n                $(this).slidesjs({\n                    height: '270',\n                    width: '300',\n                    play: {\n                        auto: true\n                    }\n                });\n            });\n        });\n    </script>\n</div>\n\n\n\n\n\n\n\n<div class=\"mod-b sep\"\n    data-usn-element-name=\"00000142-95b0-d6ec-a772-bff98d420000\"\n    data-aid=\"9d3408\">\n    <h4>Follow U.S. News</h4>\n\n    <ul class=\"bar-pad6 block\">\n        \n            <li class=\"item\">\n                <a href=\"http://www.facebook.com/usnewsandworldreport\" target=\"_blank\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/490a609/2147483647/thumbnail/55x55/quality/85/?url=%2Fcmsmedia%2Fc4%2F39%2F677999944687ac9ad6e43d137456%2Ffacebook-icon.png\" width=\"55\" height=\"55\" alt=\"Facebook\" data-size=\"socialModuleIcon\"/>\n                </a>\n            </li>\n        \n            <li class=\"item\">\n                <a href=\"https://twitter.com/usnews\" target=\"_blank\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/fd3ae02/2147483647/thumbnail/55x55/quality/85/?url=%2Fcmsmedia%2F67%2F7d%2Fb1d026154808be5169e12d9eea1a%2Ftwitter-icon.png\" width=\"55\" height=\"55\" alt=\"Twitter\" data-size=\"socialModuleIcon\"/>\n                </a>\n            </li>\n        \n            <li class=\"item\">\n                <a href=\"https://plus.google.com/b/108263727096451155269/#108263727096451155269/posts\" target=\"_blank\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/926d82f/2147483647/thumbnail/55x55/quality/85/?url=%2Fcmsmedia%2Ff9%2Fc6%2F77b52fad43989c86af1be633e5ca%2Fgoogle-icon.png\" width=\"55\" height=\"55\" alt=\"Google+\" data-size=\"socialModuleIcon\"/>\n                </a>\n            </li>\n        \n            <li class=\"item\">\n                <a href=\"http://www.linkedin.com/company/u.s.-news-&amp;-world-report\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/f278c30/2147483647/thumbnail/55x55/quality/85/?url=%2Fcmsmedia%2Fea%2F0b%2Fc2989d554fc3ac3fc3c4ddc328c1%2Flinkedin-icon.png\" width=\"55\" height=\"55\" alt=\"LinkedIn\" data-size=\"socialModuleIcon\"/>\n                </a>\n            </li>\n        \n            <li class=\"item\">\n                <a href=\"http://www.usnews.com/rss/\">\n                    <img src=\"http://www.usnews.com/dims4/USNEWS/de32fca/2147483647/thumbnail/55x55/quality/85/?url=%2Fcmsmedia%2F88%2Fbe%2F99f2482541d7a2759e9ca9785d30%2Frss58x58.png\" width=\"55\" height=\"55\" alt=\"rss58x58.png\" data-size=\"socialModuleIcon\"/>\n                </a>\n            </li>\n        \n    </ul>\n\n    \n</div>\n\n\n\n\n\n\n\n\n\n<div id=\"rectangleB\" class=\"ad ad-rectangle ad-rectangle-b ad-labeled sep\">\n    \n        \n          <script>\n              oz_api = USN.rubicon.apiName;\n              oz_site = USN.rubicon.site;\n              oz_zone = USN.rubicon.getZone('rectangleB');\n              oz_ad_slot_size = USN.rubicon.getAdSize('rectangleB');\n              oz_callback = function (data) {\n                USN.rubicon.injectTargeting(data, 'rectangleB');\n              }\n              USN.rubicon.callApi('rectangleB');\n          </script>\n        \n        \n    \n</div>\n\n    </aside>\n</div></div><div class=\"dari-grid-area _da\" data-grid-area=\"well\" _da=\"well\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"well\" _da=\"well\"></div></div><div class=\"dari-grid-area _da\" data-grid-area=\"footer\" _da=\"footer\"><div class=\"dari-grid-adj _dj dari-grid-adj-px _dj-px\" data-grid-area=\"footer\" _da=\"footer\"><div class=\"dari-grid-mw _dw dari-grid-mw-px _dw-px\" data-grid-area=\"footer\" _da=\"footer\"></div>\n    \n        \n    \n    \n\n\n\n\n\n\n\n\n<div id=\"leaderboardB\" class=\"ad ad-leaderboard ad-leaderboard-b sep\">\n    \n        \n          <script>\n              oz_api = USN.rubicon.apiName;\n              oz_site = USN.rubicon.site;\n              oz_zone = USN.rubicon.getZone('leaderboardB');\n              oz_ad_slot_size = USN.rubicon.getAdSize('leaderboardB');\n              oz_callback = function (data) {\n                USN.rubicon.injectTargeting(data, 'leaderboardB');\n              }\n              USN.rubicon.callApi('leaderboardB');\n          </script>\n        \n        \n    \n</div>\n\n    \n\n\n\n\n\n\n\n<div id=\"footer\" class=\"footer footer-news\">\n    <div class=\"grid-976\">\n        <div class=\"span12 sep-strong t-slackest\">\n            <div class=\"span span2\">\n                <h3 class=\"h h-fancy h-slack sep-strong\">News</h3>\n                <ul class=\"sep-strong\">\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/news\" class=\"link-subdued\">News Home</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/opinion\" class=\"link-subdued\">Opinion</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/national-issues\" class=\"link-subdued\">National Issues</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/cartoons\" class=\"link-subdued\">Cartoons</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/photos\" class=\"link-subdued\">Photos</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"http://video.usnews.com\" class=\"link-subdued\">Videos</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"//www.usnews.com/news/special-reports\" class=\"link-subdued\">Special Reports</a></li>\n                    \n                        <li class=\"t-taut\"><a href=\"http://www.usnews.com/usnews/store/usnews_weekly_order.htm\" class=\"link-subdued\">U.S. News Weekly</a></li>\n                    \n                </ul>\n            </div>\n            <div class=\"span span10\">\n                <h3 class=\"h h-fancy h-slack sep-strong\">Rankings &amp; Consumer Advice</h3>\n                <ul class=\"sep-strong\">\n                    \n                        \n                            <li class=\"item span span2\">\n                                <h4 class=\"link-dim h-mini\">\n                                    <a href=\"//www.usnews.com/education\">Education</a>\n                                </h4>\n                                <ul>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/best-colleges\" class=\"link-subdued\">Colleges</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/best-graduate-schools\" class=\"link-subdued\">Graduate Schools</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/education/best-high-schools\" class=\"link-subdued\">High Schools</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/education/online-education\" class=\"link-subdued\">Online Programs</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/education/community-colleges\" class=\"link-subdued\">Community Colleges</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/education/best-global-universities\" class=\"link-subdued\">Global Universities</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"//www.usnews.com/education/arab-region-universities\" class=\"link-subdued\">Arab Universities</a></li>\n                                    \n\n                                </ul>\n                            </li>\n                        \n                        \n                    \n                        \n                            <li class=\"item span span2\">\n                                <h4 class=\"link-dim h-mini\">\n                                    <a href=\"http://health.usnews.com/\">Health</a>\n                                </h4>\n                                <ul>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/health-news/best-hospitals\" class=\"link-subdued\">Hospitals</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/doctors\" class=\"link-subdued\">Doctor Finder</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/best-diet\" class=\"link-subdued\">Diets</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/best-nursing-homes\" class=\"link-subdued\">Nursing Homes</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/health-products\" class=\"link-subdued\">Health Products</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/health-insurance\" class=\"link-subdued\">Health Insurance</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://health.usnews.com/medicare\" class=\"link-subdued\">Medicare</a></li>\n                                    \n\n                                </ul>\n                            </li>\n                        \n                        \n                    \n                        \n                            <li class=\"item span span2\">\n                                <h4 class=\"link-dim h-mini\">\n                                    <a href=\"http://money.usnews.com/\">Money</a>\n                                </h4>\n                                <ul>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://money.usnews.com/money/careers\" class=\"link-subdued\">Jobs</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://money.usnews.com/financial-advisors\" class=\"link-subdued\">Financial Advisors</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://money.usnews.com/funds/etfs\" class=\"link-subdued\">ETFs</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://money.usnews.com/funds/mutual-funds\" class=\"link-subdued\">Mutual Funds</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://money.usnews.com/money/retirement\" class=\"link-subdued\">Retirement</a></li>\n                                    \n\n                                </ul>\n                            </li>\n                        \n                        \n                    \n                        \n                            <li class=\"item span span2\">\n                                <h4 class=\"link-dim h-mini\">\n                                    <a href=\"http://travel.usnews.com/\">Travel</a>\n                                </h4>\n                                <ul>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://travel.usnews.com/Rankings/\" class=\"link-subdued\">Vacations</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://travel.usnews.com/cruises/\" class=\"link-subdued\">Cruises</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://travel.usnews.com/Hotels/\" class=\"link-subdued\">Hotels</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://travel.usnews.com/Rankings/Travel-Rewards/hotel-rewards/\" class=\"link-subdued\">Hotel Rewards</a></li>\n                                    \n                                        <li class=\"t-taut\"><a href=\"http://travel.usnews.com/Rankings/Travel-Rewards/airline-rewards/\" class=\"link-subdued\">Airline Rewards</a></li>\n                                    \n\n                                </ul>\n                            </li>\n                        \n                        \n                    \n                        \n                        \n                            <li class=\"item span span2\">\n                                    <h4 class=\"link-dim h-mini\">\n                                        <a href=\"http://usnews.rankingsandreviews.com/cars-trucks\">Cars</a>\n                                    </h4>\n                                    <ul class=\"block\">\n                                        \n                                            <li class=\"t-taut\"><a href=\"http://usnews.rankingsandreviews.com/cars-trucks/rankings/\" class=\"link-subdued\">New Cars</a></li>\n                                        \n                                            <li class=\"t-taut\"><a href=\"http://usnews.rankingsandreviews.com/cars-trucks/used-cars/\" class=\"link-subdued\">Used Cars</a></li>\n                                        \n\n                                    </ul>\n                                \n                                    <h4 class=\"link-dim h-mini\">\n                                        <a href=\"http://bestlawfirms.usnews.com/\">Law</a>\n                                    </h4>\n                                    <ul class=\"block\">\n                                        \n                                            <li class=\"t-taut\"><a href=\"http://bestlawfirms.usnews.com/rankings.aspx\" class=\"link-subdued\">Law Firms</a></li>\n                                        \n\n                                    </ul>\n                                </li>\n                        \n                    \n                </ul>\n            </div>\n        </div>\n        <div class=\"span12 sep-strong block\">\n            <img class=\"img span span4\" src=\"/static/images/homepage-logo.png\" style=\"border: 1px solid #ddd;\" />\n\n            <ul class=\"span span2\">\n                \n                    \n                        <li class=\"item\"><a href=\"/info/features/about-usnews\" class=\"link-subdued\">About U.S. News</a></li>\n                    \n                \n                    \n                \n                    \n                        <li class=\"item\"><a href=\"/info/features/contact\" class=\"link-subdued\">Contact Us</a></li>\n                    \n                \n                    \n                \n                    \n                        <li class=\"item\"><a href=\"/info/features/sitemap\" class=\"link-subdued\">Site Map</a></li>\n                    \n                \n                    \n                \n            </ul>\n            <ul class=\"span span2\">\n                \n                    \n                \n                    \n                        <li class=\"item\"><a href=\"//www.usnews.com/info/blogs/press-room\" class=\"link-subdued\">Press Room</a></li>\n                    \n                \n                    \n                \n                    \n                        <li class=\"item\"><a href=\"http://mediakit.usnews.com/index.php\" class=\"link-subdued\">Advertising Info</a></li>\n                    \n                \n                    \n                \n                    \n                        <li class=\"item\"><a href=\"http://www.usnews.com/products/features/home\" class=\"link-subdued\">Store</a></li>\n                    \n                \n            </ul>\n            <div class=\"span span4\">\n                \n                <p class=\"t-close t-dim\">Connect with us:\n                \n                    <a class=\"link-subdued\" href=\"//www.facebook.com/usnewsandworldreport\" target=\"_blank\"> <span\n                        class=\"icon-header-facebook-dark\"\n                    >Facebook</span>\n                    </a>\n                    \n                    <a class=\"link-subdued\" href=\"//twitter.com/usnews\" target=\"_blank\"> <span\n                        class=\"icon-header-twitter-dark\"\n                    >Twitter</span>\n                    </a>\n                    \n                    <a class=\"link-subdued\" href=\"//plus.google.com/+usnewsworldreport\" target=\"_blank\"> <span\n                        class=\"icon-header-gplus-dark\"\n                    >Google+</span>\n                    </a>\n                    \n                </p>\n                    <p class=\"footer_disclaimer t-dim t-small t-flush\">\n                        Copyright 2015 &copy; U.S. News &amp; World Report LP.\n                        <br/>\n                        <a href=\"/info/features/terms\" class=\"link-subdued\">Terms and Conditions</a>\n                        /\n                        <a href=\"/info/features/terms#privacy\" class=\"link-subdued\">Privacy Policy</a>.\n                    </p>\n\n\n            </div>\n        </div>\n\n    </div>\n</div>\n<div id=\"foobar\"></div>\n\n    \n</div></div><div class=\"dari-grid-clear\" style=\"clear:both;\"></div></div>\n\n\n        \n        \n\n        \n        <script type=\"text/javascript\" src=\"http://s3.amazonaws.com/new.cetrk.com/pages/scripts/0010/9297.js\"></script>\n        \n\n        <script>\n            if (typeof $.fn.autocomplete === 'undefined') {\n                USN.load('autocomplete');\n            }\n            USN.load('foot-scripts-concat');\n        </script>\n\n        \n        <script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n\n        \n        <div id=\"stitial\"></div>\n        <script type=\"text/javascript\">dblclick('stitial');</script>\n        <div id=\"anchor\"></div>\n        <script type=\"text/javascript\">dblclick('anchor');</script>\n        <div id=\"custom1\" class=\"ad-custom ad-custom1\"></div>\n        <script type=\"text/javascript\">dblclick('custom1');</script>\n        <div id=\"custom2\" class=\"ad-custom ad-custom2\"></div>\n        <script type=\"text/javascript\">dblclick('custom2');</script>\n        <div id=\"custom3\" class=\"ad-custom ad-custom3\"></div>\n        <script type=\"text/javascript\">dblclick('custom3');</script>\n        <div id=\"custom4\" class=\"ad-custom ad-custom4\"></div>\n        <script type=\"text/javascript\">dblclick('custom4');</script>\n        <div id=\"custom5\" class=\"ad-custom ad-custom5\"></div>\n        <script type=\"text/javascript\">dblclick('custom5');</script>\n\n        \n\n        <script type=\"text/javascript\" src=\"http://content.dl-rms.com/rms/mother/8981/nodetag.js\"></script>\n        <script type=\"text/javascript\" src=\"http://tags.crwdcntrl.net/c/5305/cc.js?ns=_cc5305\" id=\"LOTCC_5305\"></script>\n        <script type=\"text/javascript\">_cc5305.bcp();</script>\n    \n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"applicationID\":\"4094380\",\"applicationTime\":885,\"beacon\":\"beacon-6.newrelic.com\",\"queueTime\":0,\"licenseKey\":\"07f9f00f2b\",\"transactionName\":\"ZlQBZBYDWkMEVkZRCV8eKWM0TWN1Jxh7diAeUgxdCQ1aHxVUVV05AQFRVAcNWkQEXFxdFB9bEEA=\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\",\"errorBeacon\":\"bam.nr-data.net\"}</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/usnews.com2.html",
    "content": "<!doctype html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\"\n      xmlns:og=\"http://ogp.me/ns#\"\n      xmlns:fb=\"http://www.facebook.com/2008/fbml\">\n<head>\n    <meta charset=\"UTF-8\" />    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EDGE\" /><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n    <meta name=\"playerQueryString\" content=\"?vid=28285271&freewheel=90080&ss=usnewsstudio_nws_non_sec&distname=US News & World Report&pname=Reuters&pcat=news&cid=994&wid=26489\">\n    <meta name=\"baseUrl\" content=\"video.usnews.com\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta property=\"og:title\" content=\"Cigar rollers in Havana thrilled with warming U.S.-Cuba policy\" />\n    <meta property=\"og:type\" content=\"video\" />\n    <meta property=\"og:url\" content=\"http://video.usnews.com/Cigar-rollers-in-Havana-thrilled-with-warming-USCuba-policy-28285271\" />\n            <meta name=\"description\" content=\"It&#039;s a formerly &#039;forbidden fruit&#039; sure to be enjoyed by cigar aficionados on both sides of the Florida Straits. On the list of President Barack Obama&#039;s new Cuba policy are legalized Cuban cigars,\" />\n    <meta property=\"og:description\" content=\"It&#039;s a formerly &#039;forbidden fruit&#039; sure to be enjoyed by cigar aficionados on both sides of the Florida Straits. On the list of President Barack Obama&#039;s new Cuba policy are legalized Cuban cigars,\" />\n    <meta property=\"og:image\" content=\"http://image.newsinc.com/28285271.sfxl.jpg?resize=600:*\"> \n    <meta property=\"og:video\" content=\"http://launch.newsinc.com/js/lib/amp.premier/AkamaiPremierPlayer.swf?settings_url=http%3A%2F%2Flaunch.newsinc.com%2Fjs%2Flib%2Famp.premier%2Famp.premier.facebook.xml&amp;data_feed_url=http%3A%2F%2Fsocial.newsinc.com%2Fmedia%2Fjson%2F90080%2F28285271%2FsingleVideoFeed.json&amp;auto_play=true\">\n        <meta property=\"og:video:type\" content=\"application/x-shockwave-flash\">\n    <meta property=\"og:video:width\" content=\"640\">\n    <meta property=\"og:video:height\" content=\"480\">\n    <link rel=\"canonical\" href=\"http://video.usnews.com/Cigar-rollers-in-Havana-thrilled-with-warming-USCuba-policy-28285271\"/>\n        <title>Cigar rollers in Havana thrilled with warming U.S.-Cuba policy</title>\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS Feed for News Videos | News, Entertainment, Sports &amp; More | U.S. News Studio\" href=\"/rss.xml\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/css/_usnews.css\" />    \n            <script type=\"text/javascript\" async src=\"//launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n        \n\t<script type=\"text/javascript\" src=\"http://b.scorecardresearch.com/beacon.js\"></script>\n\t<script type=\"text/javascript\" src=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/js/app.js\"></script>\n    \n    <link href=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/img/favicons/529f27731846c_USNewsFavicon.ico\" title=\"Icon\" type=\"image/x-icon\" rel=\"icon\" />\n\t<link href=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/img/favicons/529f27731846c_USNewsFavicon.ico\" title=\"Icon\" type=\"image/x-icon\" rel=\"shortcut icon\" />    \n    <!-- Respond.js proxy on external server -->\n\t<link href=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/respond-proxy/respond-proxy.html\" id=\"respond-proxy\" rel=\"respond-proxy\" />\n\t<link href=\"/respond-proxy/respond.proxy.gif\" id=\"respond-redirect\" rel=\"respond-redirect\" />\n\t<script src=\"/js/respond.proxy.js\"></script>\n\t\t    <!-- BEGIN PARTNER HEADER SCRIPT WIDGET -->\n    \t<script type=\"text/javascript\">\r\nwindow.getMetaContent=function(metaName){\"use strict\";var metas=window.document.getElementsByTagName('meta'),currMeta=0;for(currMeta;currMeta<metas.length;currMeta=currMeta+1){if(metas[currMeta].name===metaName){return metas[currMeta].content;}}\r\nreturn undefined;};window.getQueryString=function(query){var elements,plus_regex=/\\+/g,main_regex=/([^&=]+)=?([^&]*)/g,decode=function(s){return decodeURIComponent(s.replace(plus_regex,\" \"));},urlParams={};while(elements=main_regex.exec(query)){urlParams[decode(elements[1])]=decode(elements[2]);}\r\nreturn urlParams;};var s_account=\"usnews\";var s=s_gi(s_account);s.charSet=\"UTF-8\";s.currencyCode=\"USD\";s.trackDownloadLinks=true;s.trackExternalLinks=true;s.trackInlineStats=true;s.linkDownloadFileTypes=\"exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls\";s.linkInternalFilters=\"javascript:,usnews,usnewshealth.com,usnewsbesthealth.com,usnews-best-health.com,usnewsbest-health.com,myusnews-besthealth.com,usnews-health-center.com,usnewshealthcenter.com,usnewsbesthealthcentral.com,usnewsbesthealthonline.com,besthealth-usnews.com,best-health.usnews.com,besthealth.usnews.com,health.usnews.com,americasbesteducationschools.com,americasbestengineeringschools.com,americasbestgraduateschools.com,americasbesthealthplans.com,americasbesthighschools.com,americasbestlawschools.com,americasbestleaders.com,americasbestmedicalschools.com,usnews.com\";s.linkLeaveQueryString=false;s.linkTrackVars=\"None\";s.linkTrackEvents=\"None\";s.dynamicAccountSelection=true;s.dynamicAccountList=\"usnewsdev=stag.usnews,dev.usnews.com,www-stag.usnews.com,www-dev.usnews.com,sand1.usnews.com,sand2.usnews.com,sand3.usnews.com,sand4.usnews.com,ashapp1.usnews.com,ashapp7.usnews.com,health-sand1.usnews.com,health-dev.usnews.com,money-dev.usnews.com,politics-dev.usnews.com,health-pre.usnews.com\";s.currencyCode=\"USD\";s.visitorNamespace=\"usnews\";s.vmk=\"447B553B\";s.siteID=\"\";s.defaultPage=\"index.htm\";s.queryVarsList=\"\";s.pathExcludeDelim=\";\";s.pathConcatDelim=\"/\";s.formList=\"\";s.trackFormList=true;s.trackPageName=true;s.useCommerce=true;s.varUsed=\"eVar10\";s.eventList=\"event2,event3\";s.usePlugins=true;function s_usn_doPlugins(s){\"use strict\";if(!s.pageType&&!s.pageName){s.pageName=s.getPageName();}\r\ns.eVar1=window.location.pathname;if(!s.evar4&&window.location.hostname.indexOf('search.usnews')>-1){s.eVar4=s.getQueryParam('q');if(s.eVar4){s.eVar5=\"+1\";}}\r\ns.eVar2=s.channel;s.eVar3=s.prop1;if(!s.hier1){s.hier1=s.getPageName();}\r\nif(s.hier1.indexOf(\"usnews/\")===0){s.hier1=s.hier1.substring(7);}\r\nif(s.hier1.indexOf(\"snews/\")===0){s.hier1=s.hier1.substring(6);}\r\nif(!s.campaign){s.campaign=s.getQueryParam('s_cid');}\r\nif(!s.campaign){s.campaign=s.getQueryParam('sssdmh');}\r\nif(!s.campaign){s.campaign=s.getQueryParam('src');}\r\nif(!s.eVar14){s.eVar14=s.getQueryParam('int');}\r\ns.campaign=s.getValOnce(s.campaign,'cmp',0);s.events=s.events?s.events+\",event1\":\"event1\";var url=s.linkHandler(\"Respond~document.emailform.submit\");if(url){s.eVar11=s.eVar1;s.events=\"event11\";s.linkTrackVars=\"eVar11,events\";s.linkTrackEvents=\"event11\";}\r\ns.linkHandler('www.usnewsuniversitydirectory.com','e');s.linkHandler('/usnews/digitalweekly/','d');if(window.document.referrer){var referrer=window.document.referrer,possibleSearchQuery=s.getQueryParam(\"q\",\"\",referrer),esrc=s.getQueryParam(\"esrc\",\"\",referrer);if(referrer.indexOf(\"www.google.com\")!==-1&&possibleSearchQuery!==''&&esrc===\"s\"){var splitReferrer=referrer.split(\"q=\"),secureSearchMarker=\"q=Google%20Secure%20Search\";s.referrer=splitReferrer[0]+secureSearchMarker+splitReferrer[1];}}\r\ntry{if(typeof(_vis_opt_settings_loaded)==\"boolean\"){var _combination=_vis_opt_readCookie('_vis_opt_exp_'+_vis_opt_experiment_id+'_combi');if(typeof(_vwo_exp[_vis_opt_experiment_id].combination_chosen)!=\"undefined\"){_combination=_vwo_exp[_vis_opt_experiment_id].combination_chosen;}\r\nif(typeof(_vis_opt_comb_name[_combination])!=\"undefined\"){s.eVar10=_vis_opt_experiment_id+\":\"+_vis_opt_comb_name[_combination];}}}catch(e){}}\r\ns.doPlugins=s_usn_doPlugins;s.getValOnce=new Function(\"v\",\"c\",\"e\",\"\"\r\n+\"var s=this,k=s.c_r(c),a=new Date;e=e?e:0;if(v){a.setTime(a.getTime(\"\r\n+\")+e*86400000);s.c_w(c,v,e?a:0);}return v==k?'':v\");s.linkHandler=new Function(\"p\",\"t\",\"\"\r\n+\"var s=this,h=s.p_gh(),i,l;t=t?t:'o';if(!h||(s.linkType&&(h||s.linkN\"\r\n+\"ame)))return '';i=h.indexOf('?');h=s.linkLeaveQueryString||i<0?h:h.\"\r\n+\"substring(0,i);l=s.pt(p,'|','p_gn',h.toLowerCase());if(l){s.linkNam\"\r\n+\"e=l=='[['?'':l;s.linkType=t;return h;}return '';\");s.p_gn=new Function(\"t\",\"h\",\"\"\r\n+\"var i=t?t.indexOf('~'):-1,n,x;if(t&&h){n=i<0?'':t.substring(0,i);x=\"\r\n+\"t.substring(i+1);if(h.indexOf(x.toLowerCase())>-1)return n?n:'[[';}\"\r\n+\"return 0;\");s.p_gh=new Function(\"\"\r\n+\"var s=this;if(!s.eo&&!s.lnk)return '';var o=s.eo?s.eo:s.lnk,y=s.ot(\"\r\n+\"o),n=s.oid(o),x=o.s_oidt;if(s.eo&&o==s.eo){while(o&&!n&&y!='BODY'){\"\r\n+\"o=o.parentElement?o.parentElement:o.parentNode;if(!o)return '';y=s.\"\r\n+\"ot(o);n=s.oid(o);x=o.s_oidt}}return o.href?o.href:'';\");s.getPageName=new Function(\"\"\r\n+\"var s=this,pn=(s.siteID&&(''+s.siteID).length>0)?''+s.siteID:\"\r\n+\"'',l=location,dp=(s.defaultPage)?''+s.defaultPage:'',e=\"\r\n+\"(s.pathExcludeDelim)?s.pathExcludeDelim:'',cs=(s.pathConcatDelim)?\"\r\n+\"s.pathConcatDelim:'',q=l.search.substring(1),\"\r\n+\"p=l.pathname.substring(1),x=p.indexOf(e);p=((x<0)?p:p.substring(0,\"\r\n+\"x)).split('/');for(j=0;j<p.length;j++){if(p[j].length>0){if(pn.\"\r\n+\"length>0)pn+=cs;pn+=p[j]}else{if(dp.length>0){if(pn.length>0)pn+=\"\r\n+\"cs;pn+=dp}}}if(q.length>0){if(s.queryVarsList){var qpa=new Array()\"\r\n+\",qv=s.split(s.queryVarsList,','),qp=s.split(q,'&'),tmp,idx;for(i=\"\r\n+\"0;i<qp.length;i++){tmp=s.split(qp[i],'=');qpa[i]=tmp[0]}for(i=0;\"\r\n+\"i<qv.length;i++){idx=s.ia(qpa,qv[i]);if(idx>=0){if(pn.length\"\r\n+\">0)pn+=cs;pn+=qp[idx]}}}}return pn\");s.split=new Function(\"str\",\"sep\",\"\"\r\n+\"var si=0,sa=new Array(),i;while((str.length>0)&&(sep.length>0)){\"\r\n+\"i=str.indexOf(sep);if((!i)&&(sep!=str.substring(0,sep.length)))\"\r\n+\"break;if(i==-1){sa[si++] = str;break;}sa[si++]=str.substring(0,i);\"\r\n+\"str=str.substring(i+sep.length,str.length)}return sa\");s.ia=new Function(\"ar\",\"v\",\"\"\r\n+\"for(var i=0;i<ar.length;i++){if(ar[i]==v)return i}return -1\");s.getQueryParam=new Function(\"qp\",\"d\",\"\"\r\n+\"var s=this,v='',i,t;d=d?d:'';while(qp){i=qp.indexOf(',');i=i<0?qp.l\"\r\n+\"ength:i;t=s.gcgi(qp.substring(0,i));if(t)v+=v?d+t:t;qp=qp.substring\"\r\n+\"(i==qp.length?i:i+1)}return v\");s.gcgi=new Function(\"k\",\"\"\r\n+\"var v='',s=this;if(k&&s.wd.location.search){var q=s.wd.location.sea\"\r\n+\"rch.toLowerCase(),qq=q.indexOf('?');q=qq<0?q:q.substring(qq+1);v=s.\"\r\n+\"pt(q,'&','cgif',k.toLowerCase())}return v\");s.cgif=new Function(\"t\",\"k\",\"\"\r\n+\"if(t){var s=this,i=t.indexOf('='),sk=i<0?t:t.substring(0,i),sv=i<0?\"\r\n+\"'True':t.substring(i+1);if(sk.toLowerCase()==k)return s.epa(sv)}ret\"\r\n+\"urn ''\");s.setupFormAnalysis=new Function(\"\"\r\n+\"var s=this;if(!s.fa){s.fa=new Object;var f=s.fa;f.ol=s.wd.onload;s.\"\r\n+\"wd.onload=s.faol;f.uc=s.useCommerce;f.vu=s.varUsed;f.vl=f.uc?s.even\"\r\n+\"tList:'';f.tfl=s.trackFormList;f.fl=s.formList;f.va=new Array('',''\"\r\n+\",'','')}\");s.sendFormEvent=new Function(\"t\",\"pn\",\"fn\",\"en\",\"\"\r\n+\"var s=this,f=s.fa;t=t=='s'?t:'e';f.va[0]=pn;f.va[1]=fn;f.va[3]=t=='\"\r\n+\"s'?'Success':en;s.fasl(t);f.va[1]='';f.va[3]='';\");s.faol=new Function(\"e\",\"\"\r\n+\"var s=s_c_il[\"+s._in+\"],f=s.fa,r=true,fo,fn,i,en,t,tf;if(!e)e=s.wd.\"\r\n+\"event;f.os=new Array;if(f.ol)r=f.ol(e);if(s.d.forms&&s.d.forms.leng\"\r\n+\"th>0){for(i=s.d.forms.length-1;i>=0;i--){fo=s.d.forms[i];fn=fo.name\"\r\n+\";tf=f.tfl&&s.pt(f.fl,',','ee',fn)||!f.tfl&&!s.pt(f.fl,',','ee',fn);\"\r\n+\"if(tf){f.os[fn]=fo.onsubmit;fo.onsubmit=s.faos;f.va[1]=fn;f.va[3]='\"\r\n+\"No Data Entered';for(en=0;en<fo.elements.length;en++){el=fo.element\"\r\n+\"s[en];t=el.type;if(t&&t.toUpperCase){t=t.toUpperCase();var md=el.on\"\r\n+\"mousedown,kd=el.onkeydown,omd=md?md.toString():'',okd=kd?kd.toStrin\"\r\n+\"g():'';if(omd.indexOf('.fam(')<0&&okd.indexOf('.fam(')<0){el.s_famd\"\r\n+\"=md;el.s_fakd=kd;el.onmousedown=s.fam;el.onkeydown=s.fam}}}}}f.ul=s\"\r\n+\".wd.onunload;s.wd.onunload=s.fasl;}return r;\");s.faos=new Function(\"e\",\"\"\r\n+\"var s=s_c_il[\"+s._in+\"],f=s.fa,su;if(!e)e=s.wd.event;if(f.vu){s[f.v\"\r\n+\"u]='';f.va[1]='';f.va[3]='';}su=f.os[this.name];return su?su(e):tru\"\r\n+\"e;\");s.fasl=new Function(\"e\",\"\"\r\n+\"var s=s_c_il[\"+s._in+\"],f=s.fa,a=f.va,l=s.wd.location,ip=s.trackPag\"\r\n+\"eName,p=s.pageName;if(a[1]!=''&&a[3]!=''){a[0]=!p&&ip?l.host+l.path\"\r\n+\"name:a[0]?a[0]:p;if(!f.uc&&a[3]!='No Data Entered'){if(e=='e')a[2]=\"\r\n+\"'Error';else if(e=='s')a[2]='Success';else a[2]='Abandon'}else a[2]\"\r\n+\"='';var tp=ip?a[0]+':':'',t3=e!='s'?':('+a[3]+')':'',ym=!f.uc&&a[3]\"\r\n+\"!='No Data Entered'?tp+a[1]+':'+a[2]+t3:tp+a[1]+t3,ltv=s.linkTrackV\"\r\n+\"ars,lte=s.linkTrackEvents,up=s.usePlugins;if(f.uc){s.linkTrackVars=\"\r\n+\"ltv=='None'?f.vu+',events':ltv+',events,'+f.vu;s.linkTrackEvents=lt\"\r\n+\"e=='None'?f.vl:lte+','+f.vl;f.cnt=-1;if(e=='e')s.events=s.pt(f.vl,'\"\r\n+\",','fage',2);else if(e=='s')s.events=s.pt(f.vl,',','fage',1);else s\"\r\n+\".events=s.pt(f.vl,',','fage',0)}else{s.linkTrackVars=ltv=='None'?f.\"\r\n+\"vu:ltv+','+f.vu}s[f.vu]=ym;s.usePlugins=false;s.tl(true,'o','Form A\"\r\n+\"nalysis');s[f.vu]='';s.usePlugins=up}return f.ul&&e!='e'&&e!='s'?f.\"\r\n+\"ul(e):true;\");s.fam=new Function(\"e\",\"\"\r\n+\"var s=s_c_il[\"+s._in+\"],f=s.fa;if(!e) e=s.wd.event;var o=s.trackLas\"\r\n+\"tChanged,et=e.type.toUpperCase(),t=this.type.toUpperCase(),fn=this.\"\r\n+\"form.name,en=this.name,sc=false;if(document.layers){kp=e.which;b=e.\"\r\n+\"which}else{kp=e.keyCode;b=e.button}et=et=='MOUSEDOWN'?1:et=='KEYDOW\"\r\n+\"N'?2:et;if(f.ce!=en||f.cf!=fn){if(et==1&&b!=2&&'BUTTONSUBMITRESETIM\"\r\n+\"AGERADIOCHECKBOXSELECT-ONEFILE'.indexOf(t)>-1){f.va[1]=fn;f.va[3]=e\"\r\n+\"n;sc=true}else if(et==1&&b==2&&'TEXTAREAPASSWORDFILE'.indexOf(t)>-1\"\r\n+\"){f.va[1]=fn;f.va[3]=en;sc=true}else if(et==2&&kp!=9&&kp!=13){f.va[\"\r\n+\"1]=fn;f.va[3]=en;sc=true}if(sc){nface=en;nfacf=fn}}if(et==1&&this.s\"\r\n+\"_famd)return this.s_famd(e);if(et==2&&this.s_fakd)return this.s_fak\"\r\n+\"d(e);\");s.ee=new Function(\"e\",\"n\",\"\"\r\n+\"return n&&n.toLowerCase?e.toLowerCase()==n.toLowerCase():false;\");s.fage=new Function(\"e\",\"a\",\"\"\r\n+\"var s=this,f=s.fa,x=f.cnt;x=x?x+1:1;f.cnt=x;return x==a?e:'';\");s.downloadLinkHandler=new Function(\"p\",\"\"\r\n+\"var s=this,h=s.p_gh(),n='linkDownloadFileTypes',i,t;if(!h||(s.linkT\"\r\n+\"ype&&(h||s.linkName)))return '';i=h.indexOf('?');t=s[n];s[n]=p?p:t;\"\r\n+\"if(s.lt(h)=='d')s.linkType='d';else h='';s[n]=t;return h;\");s.visitorNamespace=\"usnews\";s.dc=122;var s_code='',s_objectID;function s_gi(un,pg,ss){var c=\"=fun@6(~){`Ks=^S~$h ~.substring(~.indexOf(~;@t~';`Bt`t~=new Fun@6(~.toLowerCase()~s_c_il['+s^sn+']~};s.~`m@t~.length~.toUpperCase~=new Object~s\"\r\n+\".wd~','~){@t~')q='~.location~var ~s.pt(~dynamicAccount~link~s.apv~='+@y(~)@tx^m!Object$eObject.prototype$eObject.prototype[x])~);s.~Element~.getTime()~=new Array~ookieDomainPeriods~s.m_~referrer~.p\"\r\n+\"rotocol~=new Date~BufferedRequests~}c$s(e){~visitor~;@X^js[k],255)}~=''~javaEnabled~conne@6^M~@0c_i~Name~:'')~onclick~}@t~else ~ternalFilters~javascript~s.dl~@Os.b.addBehavior(\\\"# default# ~=parseF\"\r\n+\"loat(~'+tm.get~=='~cookie~s.rep(~s.^T~track~o@0oid~browser~.parent~window~colorDepth~String~while(~.host~.lastIndexOf('~s.sq~s.maxDelay~s.vl_g~r=s.m(f)?s[f](~for(~s.un~s.eo~&&s.~parseInt(~t=s.ot(o)\"\r\n+\"~j='1.~#4URL~lugins~dynamicVariablePrefix~document~Type~Sampling~s.rc[un]~Download~Event~');~this~tfs~resolution~s.c_r(~s.c_w(~s.eh~s.isie~s.vl_l~s.vl_t~Height~t,h){t=t?t~tcf~isopera~ismac~escape(~\"\r\n+\".href~screen.~s.fl(~Version~harCode~&&(~_'+~variableProvider~s.pe~)?'Y':'N'~:'';h=h?h~._i~e&&l$HSESSION'~f',~onload~name~home#4~objectID~}else{~.s_~s.rl[u~Width~s.ssl~o.type~Timeout(~ction~Lifetime\"\r\n+\"~.mrq(\\\"'+un+'\\\")~sEnabled~;i++)~'){q='~&&l$HNONE'){~ExternalLinks~charSet~onerror~lnk~currencyCode~.src~s=s_gi(~etYear(~&&!~Opera~'s_~;try{~Math.~s.fsg~s.ns6~s.oun~InlineStats~Track~'0123456789~&&\"\r\n+\"t~s[k]=~s.epa(~m._d~n=s.oid(o)~,'sqs',q);~LeaveQuery~')>=~'=')~)+'/~){n=~\\\",''),~vo)~s.sampled~=s.oh(o);~+(y<1900?~s.disable~ingServer~n]=~true~sess~campaign~lif~if(~'http~,100)~s.co(~x in ~s.ape~f\"\r\n+\"fset~s.c_d~s.br~'&pe~s.gg(~s.gv(~s[mn]~s.qav~,'vo~s.pl~=(apn~Listener~\\\"s_gs(\\\")~vo._t~b.attach~d.create~=s.n.app~(''+~!='~'||t~'+n~s()+'~){p=~():''~a):f(~+1))~a['!'+t]~){v=s.n.~channel~un)~.target\"\r\n+\"~o.value~g+\\\"_c\\\"]~\\\".tl(\\\")~etscape~(ns?ns:~s_')t=t~k',s.bc~omePage~s.d.get~')<~||!~[b](e);~m[t+1](~return~mobile~height~events~random~code~'MSIE ~rs,~un,~,pev~floor(~atch~s.num(~[\\\"s_\\\"+~s.c_gd~s\"\r\n+\".dc~s.pg~,'lt~.inner~transa~;s.gl(~\\\"m_\\\"+n~idt='+~page~Group,~.fromC~sByTag~?'&~+';'~t&&~1);~){s.~[t]=~>=5)~[t](~=l[n];~!a[t])~~s._c=@Nc';`F=^1`5!`F`hn){`F`hl`U;`F`hn=0;}s^sl=`F`hl;s^sn=`F`hn;s^sl\"\r\n+\"[s^s@os;`F`hn++;s.m`0m){`2$Gm)`4'{$d0`Afl`0x,l){`2x?$Gx)`30,l):x`Aco`0o`H!o)`2o;`Kn`E,x;^B@xo)@tx`4'select$d0&&x`4'filter$d0)n[x]=o[x];`2n`Anum`0x){x`e+x;^B`Kp=0;p<x`C;p++)@t(@V')`4x`3p,p$O<0)`20;`\"\r\n+\"21`Arep=s_r;@y`0x`1,h=@VABCDEF',i,c=s.@E,n,l,e,y`e;c=c?c`D$M`5x){x`e+x`5c`tAUTO'^m'').c^lAt){^Bi=0;i<x`C@A{c=x`3i,i+#Bn=x.c^lAt(i)`5n>127){l=0;e`e;^4n||l<4){e=h`3n%16,n%16+1)+e;n=(n-n%16)/16;l++}y+\"\r\n+\"='%u'+e}`Bc`t+')y+='%2B';`my+=^gc)}x=y^zx=x?`v^g''+x),'+`G%2B'):x`5x&&c^Eem==1&&x`4'%u$d0&&x`4'%U$d0){i=x`4'%^R^4i>=0){i++`5h`38)`4x`3i,i+1)`D())>=0)`2x`30,i)+'u00'+x`3i);i=x`4'%',i)}}}}`2x`Aepa`0x\"\r\n+\"`1;`2x?un^g`v''+x,'+`G ')):x`Apt`0x,d,f,a`1,t=x,z=0,y,r;^4t){y=t`4d);y=y<0?t`C:y;t=t`30,y);^At,$Nt,a)`5r)`2r;z+=y+d`C;t=x`3z,x`C);t=z<x`C?t:''}`2''`Aisf`0t,a){`Kc=a`4':')`5c>=0)a=a`30,c)`5t`30,2)`t\"\r\n+\"$Z`32);`2(t!`e@W==a)`Afsf`0t,a`1`5`La,`G,'is^ut))@Q+=(@Q!`e?`G`j+t;`20`Afs`0x,f`1;@Q`e;`Lx,`G,'fs^uf);`2@Q`Ac_d`e;$vf`0t,a`1`5!$tt))`21;`20`Ac_gd`0`1,d=`F`J^5^w,n=s.fpC`V,p`5!n)n=s.c`V`5d@L$0@gn?^F\"\r\n+\"n):2;n=n>2?n:2;p=d^6.')`5p>=0){^4p>=0&&n>1$Ld^6.',p-#Bn--}$0=p>0&&`Ld,'.`Gc_gd^u0)?d`3p):d}}`2$0`Ac_r`0k`1;k=@y(k);`Kc=' '+s.d.`u,i=c`4' '+k+@e,e=i<0?i:c`4';',i),v=i<0?'':@Yc`3i+2+k`C,e<0?c`C:e));`\"\r\n+\"2v$H[[B]]'?v:''`Ac_w`0k,v,e`1,d=$v(),l=s.`u@7,t;v`e+v;l=l?$Gl)`D$M`5^t@Ct=(v!`e?^Fl?l:0):-60)`5t){e`Z;e.setTime(e`T+(t*1000))}`lk@Cs.d.`u=k+'`Pv!`e?v:'[[B]]')+'; path=/;'+(^t?' expires='+e.toGMT^3(\"\r\n+\")#9`j+(d?' domain='+d#9`j;`2^Vk)==v}`20`Aeh`0o,e,r,f`1,b='s^ne+'^ns^sn,n=-1,l,i,x`5!^Xl)^Xl`U;l=^Xl;^Bi=0;i<l`C&&n<0;i++`Hl[i].o==o&&l[i].e==e)n=i`ln<0@gi;l[n]`E}x#Gx.o=o;x.e=e;f=r?x.b:f`5r||f){x.b\"\r\n+\"=r?0:o[e];x.o[e]=f`lx.b){x.o[b]=x.b;`2b}`20`Acet`0f,a,t,o,b`1,r,^d`5`O>=5^m!s.^e||`O>=7)){^d`7's`Gf`Ga`Gt`G`Ke,r@O^A$Na)`br=s.m(t)?s#Fe):t(e)}`2r^Rr=^d(s,f,a,t)^z@ts.^f^Eu`4$n4@d0)r=s.m(b)?s[b](a):\"\r\n+\"b(a);else{^X(`F,'@F',0,o);^A$Na`Reh(`F,'@F',1)}}`2r`Ag^Tet`0e`1;`2`w`Ag^Toe`7'e`G`Ks=`9,c;^X(^1,\\\"@F\\\",1`Re^T=1;c=s.t()`5c)s.d.write(c`Re^T=0;`2@p'`Rg^Tfb`0a){`2^1`Ag^Tf`0w`1,p=w^0,l=w`J;`w=w`5p&&p\"\r\n+\"`J!=l&&p`J^5==l^5){`w=p;`2s.g^Tf(`w)}`2`w`Ag^T`0`1`5!`w){`w=`F`5!s.e^T)`w=s.cet('g^T^u`w,'g^Tet',s.g^Toe,'g^Tfb')}`2`w`Amrq`0u`1,l=@1],n,r;@1]=0`5l)^Bn=0;n<l`C;n++){r#Gs.mr(0,0,r.r,0,r.t,r.u)}`Abr`\"\r\n+\"0id,rs`1`5@m`a$e^W@Nbr',rs))$1l=rs`Aflush`a`0`1;s.fbr(0)`Afbr`0id`1,br=^V@Nbr')`5!br)br=$1l`5br`H!@m`a)^W@Nbr`G'`Rmr(0,0,br)}$1l=0`Amr`0@q,q,$oid,ta,u`1,dc=$w,t1=s.`x@n,t2=s.`x@nSecure,ns=s.`c`ispa\"\r\n+\"ce,un=u?u:$Ys.f$S,unc=`v$p'_`G-'),r`E,l,imn=@Ni^n($S,im,b,e`5!rs){rs=@u'+(@3?'s'`j+'://'+(t1?(@3@W2?t2:t1):($Y(@3?'102':unc))+'.'+($w?$w:112)+'.2o7.net')@fb/ss/'+^C+'/'+(s.$i?'5.1':'1'@fH.17/'+@q+'\"\r\n+\"?AQB=1&ndh=1'+(q?q`j+'&AQE=1'`5^Y@Ls.^f`H`O>5.5)rs=^j$o4095);`mrs=^j$o2047)`lid){$1(id,rs);$h}`ls.d.images&&`O>=3^m!s.^e||`O>=7)^m@R<0||`O>=6.1)`H!s.rc)s.rc`E`5!^O){^O=1`5!s.rl)s.rl`E;@1n]`U;set@5'\"\r\n+\"@t^1`hl)^1.`9@8',750)^zl=@1n]`5l){r.t=ta;r.u=un;r.r=rs;l[l`C]=r;`2''}imn+='^n^O;^O++}im=`F[imn]`5!im)im=`F[im@onew Image;im@0l=0;im.^v`7'e`G^S@0l=1`5^1`hl)^1.`9@8^Rim@I=rs`5rs`4$2=@d0^m!ta||ta`t_se\"\r\n+\"lf$Ia`t_top'||(`F.^w@Wa==`F.^w))){b=e`Z;^4!im@0l&&e`T-b`T<500)e`Z}`2''}`2'<im'+'g sr'+'c=\\\"'+rs+'\\\" width=1 $j=1 border=0 alt=\\\"\\\">'`Agg`0v`1`5!`F['s^nv])`F['s^nv]`e;`2`F['s^nv]`Aglf`0t,a`Ht`30,2)`\"\r\n+\"t$Z`32);`Ks=^S,v=$3t)`5v)s#Dv`Agl`0v`1`5$x)`Lv,`G,'gl^u0)`Agv`0v`1;`2s['vpm^nv]?s['vpv^nv]:(s[v]?s[v]`j`Ahavf`0t,a`1,b=t`30,4),x=t`34),n=^Fx),k='g^nt,m='vpm^nt,q=t,v=s.`N@UVa$oe=s.`N@U^Qs,mn;@X$4t)\"\r\n+\"`5s.@G||^D||^p`H^p^Epe`30,4)$H@G_'){mn=^p`30,1)`D()+^p`31)`5$5){v=$5.`xVars;e=$5.`x^Qs}}v=v?v+`G+^Z+`G+^Z2:''`5v@L`Lv,`G,'is^ut))s[k]`e`5t`t$k'&&e)@Xs.fs(s[k],e)}s[m]=0`5t`t^K`ID`6`cID`Ivid`6^I@Bg'\"\r\n+\"`d`Bt`t`X@Br'`d`Bt`tvmk`Ivmt`6@E@Bce'`5s[k]&&s[k]`D()`tAUTO')@X'ISO8859-1';`Bs[k]^Eem==2)@X'UTF-8'}`Bt`t`c`ispace`Ins`6c`V`Icdp`6`u@7`Icl`6^o`Ivvp`6@H`Icc`6$R`Ich`6#0@6ID`Ixact`6@r`Iv0`6^U`Is`6^2`I\"\r\n+\"c`6`o^k`Ij`6`f`Iv`6`u@9`Ik`6`z@2`Ibw`6`z^b`Ibh`6`g`Ict`6^x`Ihp`6p^J`Ip';`B$tx)`Hb`tprop`Ic$J;`Bb`teVar`Iv$J;`Bb`thier@Bh$J`d`ls[k]@W$H`N`i'@W$H`N^M')$6+='&'+q+'`Ps[k]);`2''`Ahav`0`1;$6`e;`L^a,`G,'h\"\r\n+\"av^u0);`2$6`Alnf`0^c`8^r`8:'';`Kte=t`4@e`5t@We>0&&h`4t`3te$O>=0)`2t`30,te);`2''`Aln`0h`1,n=s.`N`is`5n)`2`Ln,`G,'ln^uh);`2''`Altdf`0^c`8^r`8:'';`Kqi=h`4'?^Rh=qi>=0?h`30,qi):h`5#Ah`3h`C-(t`C$O`t.'+t)\"\r\n+\"`21;`20`Altef`0^c`8^r`8:''`5#Ah`4t)>=0)`21;`20`Alt`0h`1,lft=s.`N^PFile^Ms,lef=s.`NEx`n,@s=s.`NIn`n;@s=@s?@s:`F`J^5^w;h=h`8`5s.`x^PLinks&&lf#A`Llft,`G$yd^uh))`2'd'`5s.`x@D&&h`30,1)$H# '^mlef||@s)^m!\"\r\n+\"lef||`Llef,`G$ye^uh))^m!@s$e`L@s,`G$ye^uh)))`2'e';`2''`Alc`7'e`G`Ks=`9,b=^X(^S,\\\"`k\\\"`R@G=@w^S`Rt(`R@G=0`5b)`2^S$f`2@p'`Rbc`7'e`G`Ks=`9,f,^d`5s.d^Ed.all^Ed.all.cppXYctnr)$h;^D=e@I`S?e@I`S:e$T;^d`7\"\r\n+\"\\\"s\\\",\\\"`Ke@O@t^D^m^D.tag`i||^D^0`S||^D^0Node))s.t()`b}\\\");^d(s`Reo=0'`Roh`0o`1,l=`F`J,h=o^h?o^h:'',i,j,k,p;i=h`4':^Rj=h`4'?^Rk=h`4'/')`5h^mi<0||(j>=0&&i>j)||(k>=0&&i>k))$Lo`Y&&o`Y`C>1?o`Y:(l`Y?l`Y\"\r\n+\"`j;i=l.path^w^6/^Rh=(p?p+'//'`j+(o^5?o^5:(l^5?l^5`j)+(h`30,1)$H/'?l.path^w`30,i<0?0:i@f'`j+h}`2h`Aot`0o){`Kt=o.tag`i;t=t@W`D?t`D$M`5t`tSHAPE')t`e`5t`Ht`tINPUT'&&@4&&@4`D)t=@4`D();`B!#Ao^h)t='A';}`2\"\r\n+\"t`Aoid`0o`1,^G,p,c,n`e,x=0`5t@L`y$Lo`Y;c=o.`k`5o^h^mt`tA$I`tAREA')^m!c$ep||p`8`4'`o$d0))n@k`Bc@g`vs.rep(`vs.rep$Gc,\\\"\\\\r@h\\\"\\\\n@h\\\"\\\\t@h' `G^Rx=2}`B$U^mt`tINPUT$I`tSUBMIT')@g$U;x=3}`Bo@I@W`tIMAGE')\"\r\n+\"n=o@I`5n){`y=^jn@v;`yt=x}}`2`y`Arqf`0t,un`1,e=t`4@e,u=e>=0?`G+t`30,e)+`G:'';`2u&&u`4`G+un+`G)>=0?@Yt`3e$O:''`Arq`0un`1,c=un`4`G),v=^V@Nsq'),q`e`5c<0)`2`Lv,'&`Grq^u$S;`2`L$p`G,'rq',0)`Asqp`0t,a`1,e=\"\r\n+\"t`4@e,q=e<0?'':@Yt`3e+1)`Rsqq[q]`e`5e>=0)`Lt`30,e),`G@b`20`Asqs`0$pq`1;^7u[u@oq;`20`Asq`0q`1,k=@Nsq',v=^Vk),x,c=0;^7q`E;^7u`E;^7q[q]`e;`Lv,'&`Gsqp',0);`L^C,`G@bv`e;^B@x^7u`Q)^7q[^7u[x]]+=(^7q[^7u[x\"\r\n+\"]]?`G`j+x;^B@x^7q`Q&&^7q[x]^mx==q||c<2)){v+=(v#8'`j+^7q[x]+'`Px);c++}`2^Wk,v,0)`Awdl`7'e`G`Ks=`9,r=@p,b=^X(`F,\\\"^v\\\"),i,o,oc`5b)r=^S$f^Bi=0;i<s.d.`Ns`C@A{o=s.d.`Ns[i];oc=o.`k?\\\"\\\"+o.`k:\\\"\\\"`5(oc`4$\"\r\n+\"B<0||oc`4\\\"@0oc(\\\")>=0)&&oc`4$W<0)^X(o,\\\"`k\\\",0,s.lc);}`2r^R`Fs`0`1`5`O>3^m!^Y$es.^f||`O#E`Hs.b^E$D^Q)s.$D^Q('`k',s.bc);`Bs.b^Eb.add^Q$A)s.b.add^Q$A('clic$a,false);`m^X(`F,'^v',0,`Fl)}`Avs`0x`1,v=s\"\r\n+\".`c^N,g=s.`c^N#5k=@Nvsn^n^C+(g?'^ng`j,n=^Vk),e`Z,y=e.g@K);e.s@Ky+10@l1900:0))`5v){v*=100`5!n`H!^Wk,x,e))`20;n=x`ln%10000>v)`20}`21`Adyasmf`0t,m`H#Am&&m`4t)>=0)`21;`20`Adyasf`0t,m`1,i=t?t`4@e:-1,n,x\"\r\n+\"`5i>=0&&m){`Kn=t`30,i),x=t`3i+1)`5`Lx,`G,'dyasm^um))`2n}`20`Auns`0`1,x=s.`MSele@6,l=s.`MList,m=s.`MM$s,n,i;^C=^C`8`5x&&l`H!m)m=`F`J^5`5!m.toLowerCase)m`e+m;l=l`8;m=m`8;n=`Ll,';`Gdyas^um)`5n)^C=n}i=\"\r\n+\"^C`4`G`Rfun=i<0?^C:^C`30,i)`Asa`0un`1;^C=un`5!@S)@S=un;`B(`G+@S+`G)`4$S<0)@S+=`G+un;^Cs()`Am_i`0n,a`1,m,f=n`30,1),r,l,i`5!`Wl)`Wl`E`5!`Wnl)`Wnl`U;m=`Wl[n]`5!a&&m&&m._e@Lm^s)`Wa(n)`5!m){m`E,m._c=@Nm\"\r\n+\"';m^sn=`F`hn;m^sl=s^sl;m^sl[m^s@om;`F`hn++;m.s=s;m._n=n;m._l`U('_c`G_in`G_il`G_i`G_e`G_d`G_dl`Gs`Gn`G_r`G_g`G_g1`G_t`G_t1`G_x`G_x1`G_l'`Rm_l[@om;`Wnl[`Wnl`C]=n}`Bm._r@Lm._m){r=m._r;r._m=m;l=m._l;^B\"\r\n+\"i=0;i<l`C@A@tm[l[i]])r[l[i]]=m[l[i]];r^sl[r^s@or;m=`Wl[@or`lf==f`D())s[@om;`2m`Am_a`7'n`Gg`G@t!g)g=#2;`Ks=`9,c=s[$V,m,x,f=0`5!c)c=`F$u$V`5c&&s_d)s[g]`7\\\"s\\\",s_ft(s_d(c)));x=s[g]`5!x)x=`F$ug];m=`Wi(\"\r\n+\"n,1)`5x){m^s=f=1`5(\\\"\\\"+x)`4\\\"fun@6\\\")>=0)x(s);`m`Wm(\\\"x\\\",n,x)}m=`Wi(n,1)`5@Zl)@Zl=@Z=0;`pt();`2f'`Rm_m`0t,n,d){t='^nt;`Ks=^S,i,x,m,f='^nt`5`Wl&&`Wnl)^Bi=0;i<`Wnl`C@A{x=`Wnl[i]`5!n||x==n){m=`Wi(x)\"\r\n+\"`5m[t]`Ht`t_d')`21`5d)m#Fd);`mm#F)`lm[t+1]@Lm[f]`Hd)$gd);`m$g)}m[f]=1}}`20`AloadModule`0n,u,d,l`1,m,i=n`4':'),g=i<0?#2:n`3i+1),o=0,f,c=s.h?s.h:s.b,^d`5i>=0)n=n`30,i);m=`Wi(n)`5(l$e`Wa(n,g))&&u^Ed&&\"\r\n+\"c^E$E`S`Hd){@Z=1;@Zl=1`l@3)u=`vu,@u:`Ghttps:^Rf`7'e`G`9.m_a(\\\"$J+'\\\",\\\"'+g+'\\\")^R^d`7's`Gf`Gu`Gc`G`Ke,o=0@Oo=s.$E`S(\\\"script\\\")`5o){@4=\\\"text/`o\\\"`5f)o.^v=f;o@I=u;c.appendChild(o)}`bo=0}`2o^Ro=^d(s\"\r\n+\",f,u,c)}`mm=`Wi(n);m._e=1;`2m`Avo1`0t,a`Ha[t]||$P)^S#Da[t]`Avo2`0t,a`H#H{a#D^S[t]`5#H$P=1}`Adlt`7'`Ks=`9,d`Z,i,vo,f=0`5`pl)^Bi=0;i<`pl`C@A{vo=`pl[i]`5vo`H!`Wm(\\\"d\\\")||d`T-$C>=^8){`pl[i]=0;s.t(@i}`m\"\r\n+\"f=1}`l`pi)clear@5`pi`Rdli=0`5f`H!`pi)`pi=set@5`pt,^8)}`m`pl=0'`Rdl`0vo`1,d`Z`5!@ivo`E;`L^9,`G$72',@i;$C=d`T`5!`pl)`pl`U;`pl[`pl`C]=vo`5!^8)^8=250;`pt()`At`0vo,id`1,trk=1,tm`Z,sed=Math&&@P$l?@P$r@P$\"\r\n+\"l()*10000000000000):tm`T,@q='s'+@P$rtm`T/10800000)%10+sed,y=tm.g@K),vt=tm.getDate(@f`sMonth(@f'@ly+1900:y)+' `sHour$K:`sMinute$K:`sSecond$K `sDay()+' `sTimezoneO@z(),^d,^T=s.g^T(),ta`e,q`e,qs`e,$m`\"\r\n+\"e,vb`E#1^9`Runs()`5!s.td){`Ktl=^T`J,a,o,i,x`e,c`e,v`e,p`e,bw`e,bh`e,^H0',k=^W@Ncc`G@p',0^q,hp`e,ct`e,pn=0,ps`5^3&&^3.prototype){^H1'`5j.m$s){^H2'`5tm.setUTCDate){^H3'`5^Y^E^f&&`O#E^H4'`5pn.toPrecis\"\r\n+\"ion){^H5';a`U`5a.forEach){^H6';i=0;o`E;^d`7'o`G`Ke,i=0@Oi=new Iterator(o)`b}`2i^Ri=^d(o)`5i&&i.next)^H7'}}}}`l`O>=4)x=^iwidth+'x'+^i$j`5s.isns||s.^e`H`O>=3$Q`f(^q`5`O>=4){c=^ipixelDepth;bw=`F$z@2;b\"\r\n+\"h=`F$z^b}}$8=s.n.p^J}`B^Y`H`O>=4$Q`f(^q;c=^i^2`5`O#E{bw=s.d.^L`S.o@z@2;bh=s.d.^L`S.o@z^b`5!s.^f^Eb){^d`7's`Gtl`G`Ke,hp=0`qh$b\\\");hp=s.b.isH$b(tl)?\\\"Y\\\":\\\"N\\\"`b}`2hp^Rhp=^d(s,tl);^d`7's`G`Ke,ct=0`qc\"\r\n+\"lientCaps\\\");ct=s.b.`g`b}`2ct^Rct=^d(s)}}}`mr`e`l$8)^4pn<$8`C&&pn<30){ps=^j$8[pn].^w@v#9`5p`4ps)<0)p+=ps;pn++}s.^U=x;s.^2=c;s.`o^k=j;s.`f=v;s.`u@9=k;s.`z@2=bw;s.`z^b=bh;s.`g=ct;s.^x=hp;s.p^J=p;s.td\"\r\n+\"=1`l@i{`L^9,`G$72',vb);`L^9,`G$71',@i`ls.useP^J)s.doP^J(s);`Kl=`F`J,r=^T.^L.`X`5!s.^I)s.^I=l^h?l^h:l`5!s.`X@Ls._1_`X#C`X=r;s._1_`X=1}`Wm('g')`5(vo&&$C)$e`Wm('d')`Hs.@G||^D){`Ko=^D?^D:s.@G`5!o)`2'';\"\r\n+\"`Kp=$4'#4`i'),w=1,^G,@a,x=`yt,h,l,i,oc`5^D&&o==^D){^4o@Ln@W$HBODY'){o=o^0`S?o^0`S:o^0Node`5!o)`2'';^G;@a;x=`yt}oc=o.`k?''+o.`k:''`5(oc`4$B>=0&&oc`4\\\"@0oc(\\\")<0)||oc`4$W>=0)`2''}ta=n?o$T:1;h@ki=h`4'\"\r\n+\"?^Rh=s.`N@c^3||i<0?h:h`30,i);l=s.`N`i?s.`N`i:s.ln(h);t=s.`N^M?s.`N^M`8:s.lt(h)`5t^mh||l))q+=$2=@G^n(t`td$I`te'?@y(t):'o')+(h?$2v1`Ph)`j+(l?$2v2`Pl)`j;`mtrk=0`5s.`x@T`H!p$L$4'^I^Rw=0}^G;i=o.sourceIn\"\r\n+\"dex`5$3'^y')@g$3'^y^Rx=1;i=1`lp&&n@W)qs='&pid`P^jp,255))+(w#8p#3w`j+'&oid`P^jn@v)+(x#8o#3x`j+'&ot`Pt)+(i#8oi='+i`j}`l!trk@Lqs)`2'';@j=s.vs(sed)`5trk`H@j)$m=s.mr(@q,(vt#8t`Pvt)`j+s.hav()+q+(qs?qs:s.\"\r\n+\"rq(^C)),0,id,ta);qs`e;`Wm('t')`5s.p_r)s.p_r(`R`X`e}^7(qs);^z`p(@i;`l@i`L^9,`G$71',vb`R@G=^D=s.`N`i=s.`N^M=`F@0^y=s.ppu=^p=^pv1=^pv2=^pv3`e`5$x)`F@0@G=`F@0eo=`F@0`N`i=`F@0`N^M`e`5!id@Ls.tc#Ctc=1;s.f\"\r\n+\"lush`a()}`2$m`Atl`0o,t,n,vo`1;s.@G=@wo`R`N^M=t;s.`N`i=n;s.t(@i}`5pg){`F@0co`0o){`K@J\\\"_\\\",1,#B`2@wo)`Awd@0gs`0$S{`K@J$p1,#B`2s.t()`Awd@0dc`0$S{`K@J$p#B`2s.t()}}@3=(`F`J`Y`8`4@us@d0`Rd=^L;s.b=s.d.bo\"\r\n+\"dy`5$c`S#7`i#Ch=$c`S#7`i('HEAD')`5s.h)s.h=s.h[0]}s.n=navigator;s.u=s.n.userAgent;@R=s.u`4'N$X6/^R`Kapn$F`i,v$F^k,ie=v`4$n'),o=s.u`4'@M '),i`5v`4'@M@d0||o>0)apn='@M';^Y$9`tMicrosoft Internet Explore\"\r\n+\"r'`Risns$9`tN$X'`R^e$9`t@M'`R^f=(s.u`4'Mac@d0)`5o>0)`O`rs.u`3o+6));`Bie>0){`O=^Fi=v`3ie+5))`5`O>3)`O`ri)}`B@R>0)`O`rs.u`3@R+10));`m`O`rv`Rem=0`5^3#6^l){i=^g^3#6^l(256))`D(`Rem=(i`t%C4%80'?2:(i`t%U0\"\r\n+\"100'?1:0))}s.sa(un`Rvl_l='^K,`cID,vmk,ppu,@E,`c`ispace,c`V,`u@7,#4`i,^I,`X,@H';^a=^Z+',^o,$R,server,#4^M,#0@6ID,purchaseID,@r,state,zip,$k,products,`N`i,`N^M';^B`Kn=1;n<51;n++)^a+=',prop$J+',eVar$J\"\r\n+\"+',hier$J;^Z2=',^U,^2,`o^k,`f,`u@9,`z@2,`z^b,`g,^x,pe$q1$q2$q3,p^J';^a+=^Z2;^9=^a+',$i,`c^N,`c^N#5`MSele@6,`MList,`MM$s,`x^PLinks,`x@D,`x@T,`N@c^3,`N^PFile^Ms,`NEx`n,`NIn`n,`N@UVa$o`N@U^Qs,`N`is,@G\"\r\n+\",eo';$x=pg#1^9)`5!ss)`Fs()\",w=window,l=w.s_c_il,n=navigator,u=n.userAgent,v=n.appVersion,e=v.indexOf('MSIE '),m=u.indexOf('Netscape6/'),a,i,s;if(un){un=un.toLowerCase();if(l)for(i=0;i<l.length;i++){s=l[i];if(s._c=='s_c'){if(s.oun==un)return s;else if(s.fs&&s.sa&&s.fs(s.oun,un)){s.sa(un);return s}}}}\r\nw.s_r=new Function(\"x\",\"o\",\"n\",\"var i=x.indexOf(o);if(i>=0&&x.split)x=(x.split(o)).join(n);else while(i>=0){x=x.substring(0,i)+n+x.substring(i+o.length);i=x.indexOf(o)}return x\");w.s_d=new Function(\"x\",\"var t='`^@$#',l='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',d,n=0,b,k,w,i=x.lastIndexOf('~~');if(i>0){d=x.substring(0,i);x=x.substring(i+2);while(d){w=d;i\"\r\n+\"=d.indexOf('~');if(i>0){w=d.substring(0,i);d=d.substring(i+1)}else d='';b=(n-n%62)/62;k=n-b*62;k=t.substring(b,b+1)+l.substring(k,k+1);x=s_r(x,k,w);n++}for(i=0;i<5;i++){w=t.substring(i,i+1);x=s_r(x\"\r\n+\",w+' ',w)}}return x\");w.s_fe=new Function(\"c\",\"return s_r(s_r(s_r(c,'\\\\\\\\','\\\\\\\\\\\\\\\\'),'\\\"','\\\\\\\\\\\"'),\\\"\\\\n\\\",\\\"\\\\\\\\n\\\")\");w.s_fa=new Function(\"f\",\"var s=f.indexOf('(')+1,e=f.indexOf(')'),a='',c;while(s>=0&&s<e){c=f.substring(s,s+1);if(c==',')a+='\\\",\\\"';else if((\\\"\\\\n\\\\r\\\\t \\\").indexOf(c)<0)a+=c;s++}return a?'\\\"'+a+'\\\"':\"\r\n+\"a\");w.s_ft=new Function(\"c\",\"c+='';var s,e,o,a,d,q,f,h,x;s=c.indexOf('=function(');while(s>=0){s++;d=1;q='';x=0;f=c.substring(s);a=s_fa(f);e=o=c.indexOf('{',s);e++;while(d>0){h=c.substring(e,e+1);if(q){i\"\r\n+\"f(h==q&&!x)q='';if(h=='\\\\\\\\')x=x?0:1;else x=0}else{if(h=='\\\"'||h==\\\"'\\\")q=h;if(h=='{')d++;if(h=='}')d--}if(d>0)e++}c=c.substring(0,s)+'new Function('+(a?a+',':'')+'\\\"'+s_fe(c.substring(o+1,e))+'\\\")\"\r\n+\"'+c.substring(e+1);s=c.indexOf('=function(')}return c;\");c=s_d(c);if(e>0){a=parseInt(i=v.substring(e+5));if(a>3)a=parseFloat(i)}else if(m>0)a=parseFloat(u.substring(m+10));else a=parseFloat(v);if(a>=5&&v.indexOf('Opera')<0&&u.indexOf('Opera')<0){w.s_c=new Function(\"un\",\"pg\",\"ss\",\"var s=this;\"+c);return new s_c(un,pg,ss)}else s=new Function(\"un\",\"pg\",\"ss\",\"var s=new Object;\"+s_ft(c)+\";return s\");return s(un,pg,ss)}\r\nvar metas=document.getElementsByTagName('META');var metas_length=metas.length;var metas_i=0;s.prop4='';var source=\"Uncategorized\";var site=\"Uncategorized\";var zone=\"Uncategorized\";for(metas_i;metas_i<metas_length;metas_i++){if(metas[metas_i].name===\"keywords\"){s.prop2=metas[metas_i].content;}\r\nif(metas[metas_i].name===\"authors\"){s.prop4=metas[metas_i].content.split(';')[0];}\r\nif(metas[metas_i].name==='keywords'&&metas[metas_i].content.indexOf('HealthDay')!==-1){s.prop9='HealthDay';}\r\nif(metas[metas_i].name==='usn-content-type'){s.prop10=metas[metas_i].content;}\r\nif(metas[metas_i].name==='usn-comments-mode'){s.prop7=metas[metas_i].content;}\r\nif(metas[metas_i].name===\"source\"){source=metas[metas_i].content;}\r\nif(metas[metas_i].name===\"site\"){site=metas[metas_i].content;}\r\nif(metas[metas_i].name===\"zone\"){zone=metas[metas_i].content;}}\r\ns.channel=site+'/'+zone;s.channel=s.channel.replace(/-/g,'');s.dynamicAccountMatch=window.location.host+window.location.pathname;function isDevServer(){var usnHostMatch=window.location.host;if(usnHostMatch.indexOf(\"dev\")>-1||usnHostMatch.indexOf(\"stag\")>-1||usnHostMatch.indexOf(\"sandb\")>-1){return true;}else{return false;}}\r\nfunction isBiskContent(){var path=window.location.pathname;if(s.channel.indexOf(\"College\")===0||s.channel.indexOf(\"Grad\")===0||s.channel.indexOf(\"Premium College\")===0||s.channel.indexOf(\"Premium Grad\")===0){if(path.indexOf(\"blogs\")>-1||path.indexOf(\"articles/education\")>-1||path.indexOf(\"multimedia\")>-1||path.indexOf(\"features\")>-1){return false;}else{return true;}}\r\nif(path.indexOf(\"online-education\")>-1){return true;}else{return false;}}\r\nif(isDevServer()){if(isBiskContent()){s.dynamicAccountList=\"usnewsdev,usnewsbiskdev=\"+s.dynamicAccountMatch;}}else{if(isBiskContent()){s.dynamicAccountList=\"usnews,usnewsbisklive=\"+s.dynamicAccountMatch;}}\r\ns.prop1=site+\":\"+zone;var path=document.location.pathname;var dirsArr=path.split(\"/\");if(typeof jQuery!=='undefined'){(function($){'use strict';var $widgets=$('dl.widget'),domains=['usnews.com','rankingsandreviews.com'],excluded_widgets=['jobs_by_indeed','a-funds-top_performers_on_main','tmp-complaint-trigger','a-doctors-doctor_finder'];function anyOfTheseIn(things,astring){var result=false;$.each(things,function(i,thing){if(astring.indexOf(thing)!==-1){result=true;}});return result;}\r\ns.prop5=[].join.call($widgets.map(function(){var data=$(this).data('aid');if(typeof data!==\"undefined\"){return data.toString().toLowerCase();}}),';');$widgets.each(function(){var aid=$(this).data('aid'),name=$(this).data('usn-element-name'),doNotTrack=$(this).hasClass('usn-do-not-track'),param='int',value;if(name!==undefined&&!anyOfTheseIn(excluded_widgets,name)&&!doNotTrack){value=param+'='+aid;$(this).find('a').click(function(){var search,do_this=(anyOfTheseIn(domains,this.hostname)||this.hostname==='');if(do_this){search=this.search;if(search.length>0){this.search+='&'+value;}else{this.search=value;}}});}});}(jQuery));}\r\nif(window.location.hostname.indexOf(\"usnews.com\")===-1){s.hier1=\"nonusnews/\"+s.channel;if(window.location.hostname.indexOf(\"palmcoastd.com\")!==-1){if(source===\"none\"){source=\"palmcoastd\";}\r\nvar fname=path.substring(path.lastIndexOf(\"/\"));if(fname==='document'){s.events='event13';}else if(fname==='Specialconf'){s.events='event14';}else if(fname==='drenew'){s.events='event15';}else if(fname==='DRenewInsert'){s.events='event16';}}}else{level1=['edu','health','home.htm','index.htm','news','biztech','search','rankguide','opinion','politics','photo','issue','dynamic'];var isLevel1=false;for(i=0;i<level1.length;i++){if(dirsArr[2]===level1[i]&&dirsArr[1]===\"usnews\"){isLevel1=true;i=level1.length;}}\r\nif(!isLevel1){if(!s.hier1){s.hier1=s.getPageName();}\r\nif(s.hier1.indexOf(\"usnews/\")===0){s.hier1=s.hier1.substring(7);}\r\nif(s.hier1.indexOf(\"/usnews/\")===0){s.hier1=s.hier1.substring(8);}\r\ns.hier1=\"miscellaneous/\"+s.hier1;}}\r\n(function(){var querystring,now;querystring=window.getQueryString(window.location.search.replace('?',''));if(querystring.vwo!==undefined){s.eVar8=window.sEvar8=encodeURIComponent(querystring.vwo);if(querystring.seg!==undefined){s.eVar8=window.sEvar8=s.eVar8+'_'+encodeURIComponent(querystring.seg);}}\r\nDate.prototype.toOmnitureString=function(){var pad=function(string,pad,length){return(new Array(length+1).join(pad)+string).slice(-length);};return this.getUTCFullYear()\r\n+'-'+pad((this.getUTCMonth()+1),0,2)\r\n+'-'+pad(this.getUTCDate(),0,2)\r\n+'T'+pad(this.getUTCHours(),0,2)\r\n+':'+pad(this.getUTCMinutes(),0,2)+'Z';};now=new Date();s.prop6=now.toOmnitureString();}());s.pageName=window.location.pathname;s.prop3=window.document.title;s.server=\"\";s.pageType=\"\";if(typeof(window.sEvents)!==\"undefined\"){s.events=sEvents;}\r\nif(typeof(window.sProducts)!==\"undefined\"){s.products=sProducts;}\r\nif(typeof(window.sEvar7)!==\"undefined\"){s.eVar7=sEvar7;}\r\nif(typeof(window.sEvar8)!==\"undefined\"){s.eVar8=sEvar8;}\r\ns.campaign=\"\";s.state=\"\";s.zip=\"\";s.purchaseID=\"\";s.eVar1=\"\";var pn='College';var usepn=0;if(path.indexOf(\"+\")>-1){if(path.indexOf(\"search\")>-1){if(path.indexOf(\"college\")>-1||path.indexOf(\"grad\")>-1){if(path.indexOf(\"grad\")>-1){pn='Grad';}\r\nusepn=1;}}\r\nif(path.indexOf(\"/directories/\")>-1){pn=path.substr(path.indexOf(\"/directories/\")+13);pn=pn.substr(0,pn.indexOf(\"/\"));usepn=1;}\r\nif(usepn===1){for(i=2;i<=dirsArr.length;i++){if(dirsArr[i]){if(dirsArr[i].indexOf('+')>-1){var keyAndVal=dirsArr[i].split('+');pn+=\"-\"+keyAndVal[0];}else{pn+=\"-\"+dirsArr[i];}}}\r\ns.pageName=pn;}}\r\nif(path.indexOf(\"best-graduate-schools\")>-1&&path.indexOf(\"/rankings/\")>-1){s.pageName=path.substr(0,path.indexOf(\"/rankings/\")+10);}\r\nif((path.indexOf(\"best-graduate-schools\")>-1||path.indexOf(\"college\")>-1)&&path.indexOf(\"compare\")>-1){s.pageName=path.substr(0,path.indexOf(\"/compare/\")+9);}\r\nif(path.indexOf(\"best-\")>-1&&path.indexOf(\"search\")>-1){s.pageName=path.substr(0,path.indexOf(\"search\")+6);}\r\nif(path.indexOf(\"best-hospitals\")>-1&&path.indexOf(\"-hospital-rankings\")>-1){s.pageName=path.substr(0,path.indexOf(\"-hospital-rankings\")+18);}\r\nif(path.indexOf(\"all-jobs\")>-1){var shortpath=path;var pat=/\\/l\\-[^\\/]+/g;shortpath=shortpath.replace(pat,'');pat=/\\/pn\\-[0-9]+/g;shortpath=shortpath.replace(pat,'');pat=/\\/mi\\-[0-9]+/g;shortpath=shortpath.replace(pat,'');pat=/\\/o\\-[0-9]+/g;shortpath=shortpath.replace(pat,'');pat=/\\/$/;shortpath=shortpath.replace(pat,'');s.pageName=shortpath;}\r\nif(path.indexOf(\"adamcontent\")>-1){var shortpath=path;var pat=/\\/[0-9]+$/g;shortpath=shortpath.replace(pat,'');s.pageName=shortpath;}\r\nif(path.indexOf(\"/blogs/\")>-1){var shortpath=path;var pat=/\\/[0-9]+$/g;shortpath=shortpath.replace(pat,'');s.pageName=shortpath;}\r\nif(path.indexOf(\"/articles/\")>-1){var shortpath=path;var pat=/\\/[0-9]+$/g;shortpath=shortpath.replace(pat,'');pat=/\\/comments\\//g;shortpath=shortpath.replace(pat,'');pat=/\\/$/;shortpath=shortpath.replace(pat,'');pat=/\\.html$/;shortpath=shortpath.replace(pat,'');pat=/\\_[0-9]+\\.htm$/;shortpath=shortpath.replace(pat,'');s.pageName=shortpath;}\r\nif(path.indexOf(\"gallery.php\")>-1){nextslash=path.indexOf('/',path.indexOf(\"gallery.php\")+14);s.pageName=path.substr(0,nextslash);}\r\nif(path.indexOf(\"/photos/\")>-1){nextslash=path.indexOf('/',path.indexOf(\"/photos/\")+10);s.pageName=path.substr(0,nextslash);}\r\nif(s.prop1===\"404:Error\"){s.pageType=\"errorPage\";s.pageName='';}\r\nfunction init(){function track_healthination(_e){var e=_e||window.event;if(this.href&&this.href.indexOf('video.healthination.com')!==-1){s.eVar21=this.href.substring(this.href.lastIndexOf('/')+1,this.href.lastIndexOf('.'));s.linktrackVars='eVar21';}}\r\nfunction track_usnud(_e){var e=_e||window.event;var s=s_gi('usnews');s.linkTrackVars='None';s.linkTrackEvents='None';var dest=this.href.substring(this.href.indexOf('.com/')+5,this.href.lastIndexOf('.'));var src=(location.pathname.indexOf('best-graduate-schools')!==-1)?'grad':(location.pathname.indexOf('best-colleges')!==-1)?'college':(location.pathname.indexOf('online-education')!==-1)?'online-ed':'other';s.tl(a,'o','USNUD: '+dest+': '+src);}\r\nfunction track_usnudw_submit_button(_e){var e=_e||window.event;var s=s_gi('usnews');s.linkTrackVars='None';s.linkTrackEvents='None';var src=(location.pathname.indexOf('best-graduate-schools')!==-1)?'grad':(location.pathname.indexOf('best-colleges')!==-1)?'college':(location.pathname.indexOf('online-education')!==-1)?'online-ed':'other';s.tl(a,'o','USNUD: Concierge: '+src);}\r\nvar anchors=document.getElementsByTagName('A');var anchors_length=anchors.length;var anchors_i=0;for(anchors_i=0;i<anchors_length;i++){anchors[anchors_i].onclick=track_healthination;if(anchors[anchors_i].className==='usnud'){anchors[anchors_i].onclick=track_usnud;}\r\nif(anchors[anchors_i].className==='usnudw-submitButton'){anchors[anchors_i].onclick=track_usnudw_submit_button;}\r\nif(anchors[anchors_i].captureEvents){anchors[anchors_i].captureEvents(Event.CLICK);}}}\r\nvar oldonload=window.onload;if(typeof window.onload!=='function'){window.onload=init;}else{window.onload=function(){oldonload();init();};}\r\nvar s_code=s.t();if(s_code)document.write(s_code);function substringByDelimiter(stringVal,delim,start,stop){if(!start||isNaN(start)){start=0;}\r\nif(!stop||isNaN(stop)){stop=0;}\r\nif(stringVal.indexOf(delim)!==-1){var myArr=stringVal.split(delim);var myArr2=[];var i=start;for(i;i<=stop;i+=1){myArr2.push(myArr[i]);}\r\nreturn myArr2.join(delim);}\r\nreturn stringVal;}\r\nfunction TrackerCode(){this.trackerID=null;this.allowHash='false';this.domainName='none';this.allowLinker='true';this.trackPageView='';this.USN_Site='Uncategorized';this.USN_Zone='Uncategorized';this.USN_Subdomain='sitewide';}\r\nTrackerCode.prototype.writeTrackerCode=function(){if(this.trackerID!==null){var bp;bp=\"%3Cscript type='text/javascript' defer='defer'%3E\";bp+=\"  try {\";bp+=\"  var {{accountID}} = _gat._getTracker('{{trackerID}}');\";bp+=\"  {{accountID}}._setAllowHash({{allowHash}});\";bp+=\"  {{accountID}}._setDomainName('{{domainName}}');\";bp+=\"  {{accountID}}._setAllowLinker({{allowLinker}});\";bp+=\"  {{accountID}}._setCustomVar(1, 'Site', '{{USN_Site}}', 3);\";bp+=\"  {{accountID}}._setCustomVar(2, 'Zone', '{{USN_Zone}}', 3);\";bp+=\"  {{accountID}}._setCustomVar(3, 'Subdomain', '{{USN_Subdomain}}', 3);\";bp+=\"  {{accountID}}._trackPageview({{trackPageView}});\";bp+=\"  {{accountID}}._trackPageLoadTime();\";bp+=\"  } catch(err) {\";bp+=\"  window.myError = err;\";bp+=\"  }\";bp+=\"%3C/script%3E\";bp=bp.replace(/\\{\\{accountID\\}\\}/g,'myTracker');bp=bp.replace('{{trackerID}}',String(this.trackerID));bp=bp.replace('{{allowHash}}',String(this.allowHash));bp=bp.replace('{{domainName}}',String(this.domainName));bp=bp.replace('{{allowLinker}}',String(this.allowLinker));bp=bp.replace('{{trackPageView}}',(this.trackPageView!=='')?\"'\"+String(this.trackPageView)+\"'\":'');bp=bp.replace('{{USN_Site}}',String(this.USN_Site));bp=bp.replace('{{USN_Zone}}',String(this.USN_Zone));bp=bp.replace('{{USN_Subdomain}}',String(this.USN_Subdomain));document.write(unescape(bp));}else{document.write(unescape(\"%3C!--no trackerID --%3E\"));}};if(window.gaCalled===undefined){window.gaCalled=true;var gaJsHost=((\"https:\"===document.location.protocol)?\"https://ssl.\":\"http://www.\");eval(document.write(unescape(\"%3Cscript src='\"+gaJsHost+\"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\")));var USNhostname=document.location.hostname;switch(USNhostname){case('jobs.usnews.com'):var firstAccount=new TrackerCode();firstAccount.trackerID='UA-8279968-1';firstAccount.trackPageView='/careers/jobsearch';firstAccount.writeTrackerCode();var secondAccount=new TrackerCode();secondAccount.trackerID='UA-8279968-2';secondAccount.trackPageView='/careers/jobsearch';secondAccount.writeTrackerCode();var thirdAccount=new TrackerCode();thirdAccount.trackerID='UA-8279968-3';thirdAccount.trackPageView='/careers/jobsearch';thirdAccount.writeTrackerCode();break;case('www.bestlawyers.com'):break;default:var firstAccount=new TrackerCode();firstAccount.trackerID='UA-8279968-1';firstAccount.USN_Site=site;firstAccount.USN_Zone=zone;var USNsubdomain=document.location.hostname.split('.')[0];switch(USNsubdomain){case('politics'):firstAccount.USN_Subdomain='politics';break;case('money'):firstAccount.USN_Subdomain='money';break;case('health'):firstAccount.USN_Subdomain='health';break;case('search'):firstAccount.USN_Subdomain='search';break;case('colleges'):firstAccount.USN_Subdomain='colleges';break;case('grad-schools'):firstAccount.USN_Subdomain='grad-schools';break;default:firstAccount.USN_Subdomain='sitewide';}\r\nfirstAccount.writeTrackerCode();}}\r\nvar _nielsen='%3Cscript type=\"text/javascript\"%3E';_nielsen+='(function () {';_nielsen+='var d = new Image(1, 1);';_nielsen+='d.onerror = d.onload = function () {';_nielsen+='d.onerror = d.onload = null;};';_nielsen+='d.src = [\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-503850h&cg=0&cc=1&si=\", escape(window.location.href), \"&rp=\", escape(document.referrer), \"&ts=compact&rnd=\", (new Date()).getTime()].join(\\'\\');})();';_nielsen+='%3C/script%3E';document.write(unescape(_nielsen));_qoptions={qacct:\"p-efoP1AkkGV9EU\"};var _quant_protocol=((\"https:\"===document.location.protocol)?\"https://\":\"http://\");var _quant='%3Cscript type=\"text/javascript\" src=\"'+_quant_protocol+'edge.quantserve.com/quant.js\"%3E%3C/script%3E';document.write(unescape(_quant));(function(){\"use strict\";var unescape=window.unescape,escape=window.escape,cs_c1=2,cs_c2='11307981',cs_c3='',cs_c4=escape(window.location),cs_c5=window.getMetaContent('usn-content-type')||'unknown-content-type',cs_c6=window.getMetaContent('vertical')||window.getMetaContent('site'),cs_c15='',cs_params=['c1=',cs_c1,'&c2=',cs_c2,'&c3=',cs_c3,'&c4=',cs_c4,'&c5=',cs_c5,'&c6=',cs_c6,'&c15=',cs_c15].join('');window.document.write(unescape('%3Cscript src=\"'+(window.document.location.protocol==='https:'?'https://sb':'http://b')+'.scorecardresearch.com/beacon.js?'+cs_params+'\" %3E%3C/script%3E'));}());(function(){\"use strict\";var s=window.document.getElementsByTagName('script')[0],ki=window.document.createElement('script');window._kiq=window._kiq||[];ki.type='text/javascript';ki.async=true;ki.src=\"//s3.amazonaws.com/ki.js/13866/2wY.js\";s.parentNode.insertBefore(ki,s);}());(function(){\"use strict\";var document=window.document,oldonload=window.onload,initParsely=function(){var keywords=window.getMetaContent(\"keywords\"),contentType=window.getMetaContent(\"usn-content-type\"),body=document.body,parselyDiv=document.createElement(\"div\");if((window.location.pathname.indexOf(\"/news\")===0||window.location.pathname.indexOf(\"/opinion\")===0||window.location.pathname.indexOf(\"/photos\")===0||window.location.pathname.indexOf(\"/health\")===0||window.location.pathname.indexOf(\"/cartoons\")===0||window.location.pathname.indexOf(\"/money\")===0)&&(contentType===\"article\"||contentType===\"slideshow\")&&(keywords.indexOf(\"Associated Press\")===-1&&keywords.indexOf(\"HealthDay\")===-1)){parselyDiv.innerHTML='<span id=\"parsely-cfg\" data-parsely-site=\"usnews.com\"></span>';parselyDiv.id=\"parsely-root\";parselyDiv.style.display=\"none\";body.appendChild(parselyDiv);(function(s,p,d){var h=d.location.protocol,i=p+\"-\"+s,e=d.getElementById(i),r=d.getElementById(p+\"-root\");if(e){return;}\r\ne=d.createElement(s);e.id=i;e.async=true;e.src=h+\"//static.parsely.com/p.js\";r.appendChild(e);}(\"script\",\"parsely\",window.document));}};if(typeof window.onload!=='function'){window.onload=initParsely();}else{window.onload=function(){oldonload();initParsely();};}}());(function(){var path=window.location.pathname,script;if(path.indexOf('/news/')===0||path.indexOf('/opinion/')===0||path.indexOf('/science/news/')===0){script=document.createElement('script');script.type='text/javascript';script.src='http://dmeserv.newsinc.com/repub/USNewsWorldReport445/dynamicWidgets.js';document.getElementsByTagName('body')[0].appendChild(script);script.onload=s.onreadystatechange=function(){NDNDynVideoWidgets&&NDNDynVideoWidgets();};}}());\r\n</script>        <!-- END PARTNER HEADER SCRIPT WIDGET -->\n    </head>\n<body class=\"app\">\n        <meta itemprop=\"thumbnailUrl\" content=\"http://content-img.newsinc.com/jpg/320/28285271/18004499.jpg?t=1419330840\" />\n    <meta itemprop=\"embedURL\" content=\"http://video.usnews.com/Cigar-rollers-in-Havana-thrilled-with-warming-USCuba-policy-28285271/swf/player.swf?vid=28285271&freewheel=90080&ss=usnewsstudio_nws_non_sec&distname=US News & World Report&pname=Reuters&pcat=news&cid=994&wid=26489\" />\n            \n    <header>\n        <nav class=\"hasLinks\">\n        <a class=\"homeOverlay\" href=\"http://www.usnews.com/\"></a>\n        <a class=\"home\" href=\"http://www.usnews.com/\"><span>Home</span></a>\n        <a class=\"mobileNavControl\" title=\"Sections\"></a>\n                <ul><li><a href=\" http://www.usnews.com/news\" alt=\"News\">News</a></li><li><a href=\" http://health.usnews.com\" alt=\"Health\">Health</a></li><li><a href=\" http://money.usnews.com \" alt=\"Money\">Money</a></li><li><a href=\" http://www.usnews.com/education \" alt=\"Education\">Education</a></li><li><a href=\" http://usnews.rankingsandreviews.com/cars-trucks \" alt=\"Cars\">Cars</a></li><li><a href=\" http://travel.usnews.com \" alt=\"Travel\">Travel</a></li><li><a href=\" http://bestlawfirms.usnews.com\" alt=\"Law\">Law</a></li><li><a href=\" http://www.usnews.com/photos \" alt=\"Photos\">Photos</a></li></ul>            </nav>\n\n    \n    <img src=\"http://vault.studio.ndnmediaservices.com/4a333ebb12c1ffde77a16ff9ea407828b8cf0842/img/logos/529f2773185c3_USNlogo_120313_RGB.png\" alt=\"\" />    \n    \n    \t<span class=\"name\">STUDIO</span>\n\t\t<div class=\"social\">\n\t\t<span>Follow Us</span>\n\t\t<ul>\n\t\t    \t\t\t<li><a rel=\"external\" class=\"twitter\" href=\"http://www.linkedin.com/company/u.s.-news-&amp;-world-report\">Twitter</a></li>\n\t\t\t\t\t\t\t\t\t<li><a rel=\"external\" class=\"facebook\" href=\"https://www.facebook.com/usnewsandworldreport\">Facebook</a></li>\n\t\t    \t\t</ul>\n\t</div>\n\t</header>\n\n<div id=\"mobileSections\">\n\t    <ul><li><a href=\" http://www.usnews.com/news\" alt=\"News\">News</a></li><li><a href=\" http://health.usnews.com\" alt=\"Health\">Health</a></li><li><a href=\" http://money.usnews.com \" alt=\"Money\">Money</a></li><li><a href=\" http://www.usnews.com/education \" alt=\"Education\">Education</a></li><li><a href=\" http://usnews.rankingsandreviews.com/cars-trucks \" alt=\"Cars\">Cars</a></li><li><a href=\" http://travel.usnews.com \" alt=\"Travel\">Travel</a></li><li><a href=\" http://bestlawfirms.usnews.com\" alt=\"Law\">Law</a></li><li><a href=\" http://www.usnews.com/photos \" alt=\"Photos\">Photos</a></li></ul>    </div>\n\n\n<!-- BEGIN PARTNER TOP BANNER AD WIDGET -->\n<!-- END PARTNER TOP BANNER AD WIDGET -->\n\n<section id=\"videoHub\" class=\"\">\n    <div id=\"playerWrapper\">\n        <div id=\"playerBlock\">\n            <div class=\"playerContainer\">\n    <div id=\"videox\">\n\n    </div>\n</div>            <p class=\"tos\">\n                <a href=\"http://www.newsinc.com/terms-of-use\">Terms of Use</a> <a href=\"http://www.newsinc.com/privacypolicy.html\">Privacy Policy</a>\n            </p>\n                            <h1 class=\"title\"><span itemprop=\"name\">Cigar rollers in Havana thrilled with warming U.S.-Cuba policy</span></h1>\n                <p class=\"description\"><span itemprop=\"description\">It&#039;s a formerly &#039;forbidden fruit&#039; sure to be enjoyed by cigar aficionados on both sides of the Florida Straits. On the list of President Barack Obama&#039;s new Cuba policy are legalized Cuban cigars,</span></p>\n                <span class=\"source\">Source: Reuters</span>\n                                                    <div class=\"social-share-buttons\">\n                    <a class=\"share_button_embed hidden-phone\">\n                        <i class=\"icon-code\"></i>\n                        Embed\n                    </a>\n                    <a class=\"share_button_reddit hidden-phone\" target=\"_blank\">\n                        <i class=\"icon-reddit\"></i>\n                        Reddit\n                    </a>\n                    <a class=\"share_button_twitter\" target=\"_blank\">\n                        <i class=\"icon-twitter\"></i>\n                        Twitter\n                    </a>\n                    <a class=\"share_button_facebook\" target=\"_blank\">\n                        <i class=\"icon-facebook-squared\"></i>\n                        Facebook\n                    </a>\n                    <input type=\"text\" class=\"embed-text span6\"/>\n                 </div>\n                    </div>\n        \n        <div id=\"playerCompanionBlock\">\n            <div id=\"companionTrending\">\n                <h3><span>Top Trending Videos</span></h3>\n                <ul>\n                                                            <li>\n                        <a href=\"http://video.usnews.com/Canada-mass-murder-Gunman-kills-eight-in-Edmonton-before-shooting-himself-28303870?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2010/28303870/18145220.jpg?t=1420021140\" /> \n                           <p class=\"title\">Canada mass murder: Gunman kills eight in Edmonton before shooting himself</p>\n                           <p class=\"source\">Press Association</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Shanghai-shocked-after-New-Year-stampede-28308331?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2292/28308331/18178713.jpg?t=1420165800\" /> \n                           <p class=\"title\">Shanghai shocked after New Year stampede</p>\n                           <p class=\"source\">Financial Times</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/AP-EXCLUSIVE-S-Koreas-Exploited-Salt-Workers-28308264?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28308264/18178230.jpg?t=1420158660\" /> \n                           <p class=\"title\">AP EXCLUSIVE: S. Korea&#039;s Exploited Salt Workers</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Jeb-Bush-hints-at-White-House-run-28307115?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1459/28307115/18169647.jpg?t=1420133580\" /> \n                           <p class=\"title\">Jeb Bush hints at White House run</p>\n                           <p class=\"source\">WPIX - New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Former-NY-Gov-Mario-Cuomo-Dies-28307880?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1391/28307880/18175338.jpg?t=1420146840\" /> \n                           <p class=\"title\">Former NY Gov. Mario Cuomo Dies</p>\n                           <p class=\"source\">Inform</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Californians-react-to-major-SoCal-snowfall-28306746?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28306746/18166851.jpg?t=1420113060\" /> \n                           <p class=\"title\">Californians react to major SoCal snowfall</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Dramatic-New-Years-Moments-Worldwide-28306505?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1391/28306505/18164974.jpg?t=1420102080\" /> \n                           <p class=\"title\">Dramatic New Year&#039;s Moments Worldwide</p>\n                           <p class=\"source\">Inform</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Still-photos-show-Shanghai-stampede-28306297?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28306297/18163415.jpg?t=1420088100\" /> \n                           <p class=\"title\">Still photos show Shanghai stampede</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/First-Big-Meteor-Shower-Of-2015-This-Week-28304540?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1289/28304540/18150195.jpg?t=1420037820\" /> \n                           <p class=\"title\">First Big Meteor Shower Of 2015 This Week</p>\n                           <p class=\"source\">Weather Channel</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/AirAsia-CEO-Tony-Fernandes-Closure-28303280?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1976/28303280/18140449.jpg?t=1419995040\" /> \n                           <p class=\"title\">AirAsia CEO Tony Fernandes: Closure</p>\n                           <p class=\"source\">TIME Magazine</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Ebola-in-the-UK-Glasgow-nurse-receiving-specialist-treatment-28301774?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2010/28301774/18129167.jpg?t=1419963120\" /> \n                           <p class=\"title\">Ebola in the UK: Glasgow nurse receiving specialist treatment</p>\n                           <p class=\"source\">Press Association</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Raw-NYC-Ready-for-New-Years-Eve-Celebration-28302235?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28302235/18132506.jpg?t=1419967680\" /> \n                           <p class=\"title\">Raw: NYC Ready for New Year&#039;s Eve Celebration</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Boehner-Resignation-of-Rep-Grimm-honorable-28301046?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28301046/18123936.jpg?t=1419946260\" /> \n                           <p class=\"title\">Boehner: Resignation of Rep. Grimm &#039;honorable&#039;</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Riders-Beware-Uber--Lyft-Could-Hike-Prices-On-New-Years-Eve-28302559?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1730/28302559/18134851.jpg?t=1419971580\" /> \n                           <p class=\"title\">Riders Beware: Uber &amp; Lyft Could Hike Prices On New Year’s Eve</p>\n                           <p class=\"source\">CBS Denver</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Vicious-Christmas-Morning-Attack-Caught-On-Camera-28303015?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1718/28303015/18138388.jpg?t=1419982980\" /> \n                           <p class=\"title\">Vicious Christmas Morning Attack Caught On Camera</p>\n                           <p class=\"source\">CBS New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Husband-Wife-Dead-In-Apparent-MurderSuicide-At-NH-Hospital-28302781?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1725/28302781/18136557.jpg?t=1419978120\" /> \n                           <p class=\"title\">Husband, Wife Dead In Apparent Murder-Suicide At NH Hospital</p>\n                           <p class=\"source\">CBS Boston</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/2yearold-Accidentally-Kills-Mom-in-WalMart-28302736?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28302736/18136203.jpg?t=1419976320\" /> \n                           <p class=\"title\">2-year-old Accidentally Kills Mom in Wal-Mart</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Fire-Officials-Brace-For-Record-Low-Temperatures-At-Rose-Parade---28301241?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1720/28301241/18125348.jpg?t=1419952140\" /> \n                           <p class=\"title\">Fire Officials: Brace For Record Low Temperatures At Rose Parade  </p>\n                           <p class=\"source\">CBS Los Angeles</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Cars-Buried-in-Salt-After-Building-Collapse-28302625?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28302625/18136095.jpg?t=1419975900\" /> \n                           <p class=\"title\">Cars Buried in Salt After Building Collapse</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Union-Leaders-Leave-Meeting-With-De-Blasio-Presenting-United-Front-28303001?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1718/28303001/18138290.jpg?t=1419982800\" /> \n                           <p class=\"title\">Union Leaders Leave Meeting With De Blasio Presenting United Front</p>\n                           <p class=\"source\">CBS New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/GOP-Leader-Regrets-Talk-to-White-Supremacists-28301887?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28301887/18129989.jpg?t=1419964140\" /> \n                           <p class=\"title\">GOP Leader Regrets Talk to White Supremacists</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Mom-fatally-shot-by-son-2-in-Walmart-28301668?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1867/28301668/18128389.jpg?t=1419961140\" /> \n                           <p class=\"title\">Mom fatally shot by son, 2, in Walmart</p>\n                           <p class=\"source\">WPTV - West Palm, FL</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Netflix-Streams-KidFriendly-New-Years-Eve-Countdown-28300628?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2561/28300628/18120802.jpg?t=1419937620\" /> \n                           <p class=\"title\">Netflix Streams Kid-Friendly New Year&#039;s Eve Countdown</p>\n                           <p class=\"source\">Inform News</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Raw-Bodies-Found-in-Indonesian-Waters-28299936?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28299936/18115340.jpg?t=1419939240\" /> \n                           <p class=\"title\">Raw: Bodies Found in Indonesian Waters</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/De-Blasio-Set-To-Meet-With-Police-Unions-28299658?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1718/28299658/18113291.jpg?t=1419896520\" /> \n                           <p class=\"title\">De Blasio Set To Meet With Police Unions</p>\n                           <p class=\"source\">CBS New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Rep-Michael-Grimm-to-resign-from-Congress-28299938?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1459/28299938/18115357.jpg?t=1419916740\" /> \n                           <p class=\"title\">Rep. Michael Grimm to resign from Congress</p>\n                           <p class=\"source\">WPIX - New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Autopsy-Report-Ezell-Ford-Shot-3-Times-On-Right-Side-28299887?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1720/28299887/18114973.jpg?t=1419906960\" /> \n                           <p class=\"title\">Autopsy Report: Ezell Ford Shot 3 Times On Right Side</p>\n                           <p class=\"source\">CBS Los Angeles</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Wind-Storm-Possible-Tornado-Hit-South-Georgia-28299921?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28299921/18115225.jpg?t=1419913860\" /> \n                           <p class=\"title\">Wind Storm, Possible Tornado, Hit South Georgia</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Saved-by-the-Bell-Actor-Screech-Posts-Bail-28299918?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28299918/18115201.jpg?t=1419912540\" /> \n                           <p class=\"title\">&#039;Saved by the Bell&#039; Actor &#039;Screech&#039; Posts Bail</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Child-Forced-to-Jump-From-Burning-Ala-Home--28297786?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28297786/18099429.jpg?t=1419860340\" /> \n                           <p class=\"title\">Child Forced to Jump From Burning Ala. Home </p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Raw-San-Diego-Zoo-Vets-Test-Rare-White-Rhino-28299099?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28299099/18108944.jpg?t=1419883560\" /> \n                           <p class=\"title\">Raw: San Diego Zoo Vets Test Rare White Rhino</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/LAPD-Seeks-2nd-Suspect-Who-Fired-at-Officers-28298827?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28298827/18107000.jpg?t=1419880200\" /> \n                           <p class=\"title\">LAPD Seeks 2nd Suspect Who Fired at Officers</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Search-resumes-for-missing-AirAsia-jet-28296573?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2292/28296573/18090174.jpg?t=1419815220\" /> \n                           <p class=\"title\">Search resumes for missing AirAsia jet</p>\n                           <p class=\"source\">Financial Times</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Wide-search-for-missing-AirAsia-plane-28295788?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2010/28295788/18084273.jpg?t=1419773100\" /> \n                           <p class=\"title\">Wide search for missing AirAsia plane</p>\n                           <p class=\"source\">Press Association</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Bratton-Cops-Turning-Backs-On-De-Blasio-At-Funeral-Was-Inappropriate-28296441?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1718/28296441/18089205.jpg?t=1419811560\" /> \n                           <p class=\"title\">Bratton: Cops Turning Backs On De Blasio At Funeral Was &#039;Inappropriate&#039;</p>\n                           <p class=\"source\">CBS New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Chicago-area-drivers-enjoying-gas-under-2-a-gallon-28295920?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28295920/18085317.jpg?t=1419785280\" /> \n                           <p class=\"title\">Chicago area drivers enjoying gas under $2 a gallon</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Activists-Push-For-Prosecution-Of-Officers-In-Ezell-Ford-Shooting-28296626?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1720/28296626/18090567.jpg?t=1419821220\" /> \n                           <p class=\"title\">Activists Push For Prosecution Of Officers In Ezell Ford Shooting</p>\n                           <p class=\"source\">CBS Los Angeles</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Surfer-Survives-Central-California-Shark-Bite-28296631?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28296631/18090605.jpg?t=1419824280\" /> \n                           <p class=\"title\">Surfer Survives Central California Shark Bite</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Official-AirAsia-Plane-Likely-on-Bottom-of-Sea-28296628?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28296628/18090581.jpg?t=1419821820\" /> \n                           <p class=\"title\">Official: AirAsia Plane Likely on Bottom of Sea</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Homes-Built-on-Toxic-Site-Despite-EPA-Warnings-28296605?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28296605/18090409.jpg?t=1419817320\" /> \n                           <p class=\"title\">Homes Built on Toxic Site Despite EPA Warnings</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Mother-Recounts-Call-From-Son-Trapped-on-Ferry-28296131?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28296131/18086865.jpg?t=1419794400\" /> \n                           <p class=\"title\">Mother Recounts Call From Son Trapped on Ferry</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Raw-Senior-Center-Residents-Rescued-From-Fire-28296060?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28296060/18086351.jpg?t=1419792240\" /> \n                           <p class=\"title\">Raw: Senior Center Residents Rescued From Fire</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Dramatic-video-shows-burning-Italian-ferry-28296038?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28296038/18086171.jpg?t=1419791520\" /> \n                           <p class=\"title\">Dramatic video shows burning Italian ferry</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/North-Korea-blames-US-for-Internet-outages-calls-Obama-a-monkey-28294539?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28294539/18074761.jpg?t=1419686460\" /> \n                           <p class=\"title\">North Korea blames U.S. for Internet outages, calls Obama a &quot;monkey&quot;</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/At-least-24-dead-in-Sri-Lanka-flooding-28295630?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/320/28295630/18083071.jpg?t=1419768000\" /> \n                           <p class=\"title\">At least 24 dead in Sri Lanka flooding</p>\n                           <p class=\"source\">Reuters</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Pope-Francis-So-many-tears-around-the-world-this-Christmas-28290848?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/2010/28290848/18046561.jpg?t=1419507600\" /> \n                           <p class=\"title\">Pope Francis: So many tears around the world this Christmas</p>\n                           <p class=\"source\">Press Association</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/AirAsia-Jet-Carrying-162-Passengers-Vanishes-Over-Southeast-Asia--28295405?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1724/28295405/18081238.jpg?t=1419736860\" /> \n                           <p class=\"title\">AirAsia Jet Carrying 162 Passengers Vanishes Over Southeast Asia </p>\n                           <p class=\"source\">CBS San Francisco</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Thousands-Rally-for-Cleveland-Police-28295318?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28295318/18080590.jpg?t=1419725280\" /> \n                           <p class=\"title\">Thousands Rally for Cleveland Police</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Biden-Respect-the-job-of-police-officers-every-day-28294412?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/1459/28294412/18073800.jpg?t=1419677640\" /> \n                           <p class=\"title\">Biden: Respect the job of police officers every day</p>\n                           <p class=\"source\">WPIX - New York</p>\n                        </a>\n                    </li>\n                                        <li>\n                        <a href=\"http://video.usnews.com/Raw-Hundreds-Attend-Wake-for-Slain-NY-Officer-28292851?playlistId=994\">\n                           <img data-original=\"http://content-img.newsinc.com/jpg/499/28292851/18062071.jpg?t=1419610380\" /> \n                           <p class=\"title\">Raw: Hundreds Attend Wake for Slain NY Officer</p>\n                           <p class=\"source\">AP</p>\n                        </a>\n                    </li>\n                                    </ul>\n            </div>\n            <div id=\"ndn_companion\"></div>\n            <div class=\"ndn_adStudy\"></div>\n        </div>\n    </div>\n    \n    <ul id=\"playlists\">\n                                            <li>\n                <h3><span class=\"title\">Politics</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-993\" data-ps-params=\"90080/26489/993/1\">\n\n                </ul>\n             </li>\n                                <li>\n                <h3><span class=\"title\">Entertainment</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-1252\" data-ps-params=\"90080/26489/1252/1\">\n\n                </ul>\n             </li>\n                                <li>\n                <h3><span class=\"title\">Sports</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-1255\" data-ps-params=\"90080/26489/1255/1\">\n\n                </ul>\n             </li>\n                                <li>\n                <h3><span class=\"title\">World</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-506\" data-ps-params=\"90080/26489/506/1\">\n\n                </ul>\n             </li>\n                                <li>\n                <h3><span class=\"title\">Weather</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-12597\" data-ps-params=\"90080/26489/12597/1\">\n\n                </ul>\n             </li>\n                                <li>\n                <h3><span class=\"title\">Viral</span><span class=\"arrow\"></span></h3>\n                                <ul class=\"playlist async-12850\" data-ps-params=\"90080/26489/12850/1\">\n\n                </ul>\n             </li>\n                            <li class=\"trending\">\n                 <h3><span class=\"title\">Top Trending Videos</span><span class=\"arrow\"></span></h3>\n                                  <ul class=\"playlist\" data-ps-params=\"90080/26489/994/1\">\n                     <li>\n                         <a href=\"http://video.usnews.com/Canada-mass-murder-Gunman-kills-eight-in-Edmonton-before-shooting-himself-28303870\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2010/28303870/18145220.jpg?t=1420021140\" />\n                             <p class=\"title\">Canada mass murder: Gunman kills ei...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Shanghai-shocked-after-New-Year-stampede-28308331\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2292/28308331/18178713.jpg?t=1420165800\" />\n                             <p class=\"title\">Shanghai shocked after New Year sta...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/AP-EXCLUSIVE-S-Koreas-Exploited-Salt-Workers-28308264\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28308264/18178230.jpg?t=1420158660\" />\n                             <p class=\"title\">AP EXCLUSIVE: S. Korea&#039;s Exploited ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Jeb-Bush-hints-at-White-House-run-28307115\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1459/28307115/18169647.jpg?t=1420133580\" />\n                             <p class=\"title\">Jeb Bush hints at White House run</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Former-NY-Gov-Mario-Cuomo-Dies-28307880\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1391/28307880/18175338.jpg?t=1420146840\" />\n                             <p class=\"title\">Former NY Gov. Mario Cuomo Dies</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Californians-react-to-major-SoCal-snowfall-28306746\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28306746/18166851.jpg?t=1420113060\" />\n                             <p class=\"title\">Californians react to major SoCal s...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Dramatic-New-Years-Moments-Worldwide-28306505\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1391/28306505/18164974.jpg?t=1420102080\" />\n                             <p class=\"title\">Dramatic New Year&#039;s Moments Worldwi...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Still-photos-show-Shanghai-stampede-28306297\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28306297/18163415.jpg?t=1420088100\" />\n                             <p class=\"title\">Still photos show Shanghai stampede...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/First-Big-Meteor-Shower-Of-2015-This-Week-28304540\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1289/28304540/18150195.jpg?t=1420037820\" />\n                             <p class=\"title\">First Big Meteor Shower Of 2015 Thi...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/AirAsia-CEO-Tony-Fernandes-Closure-28303280\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1976/28303280/18140449.jpg?t=1419995040\" />\n                             <p class=\"title\">AirAsia CEO Tony Fernandes: Closure...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Ebola-in-the-UK-Glasgow-nurse-receiving-specialist-treatment-28301774\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2010/28301774/18129167.jpg?t=1419963120\" />\n                             <p class=\"title\">Ebola in the UK: Glasgow nurse rece...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Raw-NYC-Ready-for-New-Years-Eve-Celebration-28302235\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28302235/18132506.jpg?t=1419967680\" />\n                             <p class=\"title\">Raw: NYC Ready for New Year&#039;s Eve C...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Boehner-Resignation-of-Rep-Grimm-honorable-28301046\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28301046/18123936.jpg?t=1419946260\" />\n                             <p class=\"title\">Boehner: Resignation of Rep. Grimm ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Riders-Beware-Uber--Lyft-Could-Hike-Prices-On-New-Years-Eve-28302559\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1730/28302559/18134851.jpg?t=1419971580\" />\n                             <p class=\"title\">Riders Beware: Uber &amp; Lyft Could Hi...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Vicious-Christmas-Morning-Attack-Caught-On-Camera-28303015\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1718/28303015/18138388.jpg?t=1419982980\" />\n                             <p class=\"title\">Vicious Christmas Morning Attack Ca...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Husband-Wife-Dead-In-Apparent-MurderSuicide-At-NH-Hospital-28302781\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1725/28302781/18136557.jpg?t=1419978120\" />\n                             <p class=\"title\">Husband, Wife Dead In Apparent Murd...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/2yearold-Accidentally-Kills-Mom-in-WalMart-28302736\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28302736/18136203.jpg?t=1419976320\" />\n                             <p class=\"title\">2-year-old Accidentally Kills Mom i...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Fire-Officials-Brace-For-Record-Low-Temperatures-At-Rose-Parade---28301241\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1720/28301241/18125348.jpg?t=1419952140\" />\n                             <p class=\"title\">Fire Officials: Brace For Record Lo...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Cars-Buried-in-Salt-After-Building-Collapse-28302625\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28302625/18136095.jpg?t=1419975900\" />\n                             <p class=\"title\">Cars Buried in Salt After Building ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Union-Leaders-Leave-Meeting-With-De-Blasio-Presenting-United-Front-28303001\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1718/28303001/18138290.jpg?t=1419982800\" />\n                             <p class=\"title\">Union Leaders Leave Meeting With De...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/GOP-Leader-Regrets-Talk-to-White-Supremacists-28301887\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28301887/18129989.jpg?t=1419964140\" />\n                             <p class=\"title\">GOP Leader Regrets Talk to White Su...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Mom-fatally-shot-by-son-2-in-Walmart-28301668\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1867/28301668/18128389.jpg?t=1419961140\" />\n                             <p class=\"title\">Mom fatally shot by son, 2, in Walm...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Netflix-Streams-KidFriendly-New-Years-Eve-Countdown-28300628\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2561/28300628/18120802.jpg?t=1419937620\" />\n                             <p class=\"title\">Netflix Streams Kid-Friendly New Ye...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Raw-Bodies-Found-in-Indonesian-Waters-28299936\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28299936/18115340.jpg?t=1419939240\" />\n                             <p class=\"title\">Raw: Bodies Found in Indonesian Wat...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/De-Blasio-Set-To-Meet-With-Police-Unions-28299658\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1718/28299658/18113291.jpg?t=1419896520\" />\n                             <p class=\"title\">De Blasio Set To Meet With Police U...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Rep-Michael-Grimm-to-resign-from-Congress-28299938\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1459/28299938/18115357.jpg?t=1419916740\" />\n                             <p class=\"title\">Rep. Michael Grimm to resign from C...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Autopsy-Report-Ezell-Ford-Shot-3-Times-On-Right-Side-28299887\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1720/28299887/18114973.jpg?t=1419906960\" />\n                             <p class=\"title\">Autopsy Report: Ezell Ford Shot 3 T...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Wind-Storm-Possible-Tornado-Hit-South-Georgia-28299921\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28299921/18115225.jpg?t=1419913860\" />\n                             <p class=\"title\">Wind Storm, Possible Tornado, Hit S...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Saved-by-the-Bell-Actor-Screech-Posts-Bail-28299918\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28299918/18115201.jpg?t=1419912540\" />\n                             <p class=\"title\">&#039;Saved by the Bell&#039; Actor &#039;Screech&#039;...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Child-Forced-to-Jump-From-Burning-Ala-Home--28297786\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28297786/18099429.jpg?t=1419860340\" />\n                             <p class=\"title\">Child Forced to Jump From Burning A...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Raw-San-Diego-Zoo-Vets-Test-Rare-White-Rhino-28299099\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28299099/18108944.jpg?t=1419883560\" />\n                             <p class=\"title\">Raw: San Diego Zoo Vets Test Rare W...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/LAPD-Seeks-2nd-Suspect-Who-Fired-at-Officers-28298827\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28298827/18107000.jpg?t=1419880200\" />\n                             <p class=\"title\">LAPD Seeks 2nd Suspect Who Fired at...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Search-resumes-for-missing-AirAsia-jet-28296573\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2292/28296573/18090174.jpg?t=1419815220\" />\n                             <p class=\"title\">Search resumes for missing AirAsia ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Wide-search-for-missing-AirAsia-plane-28295788\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2010/28295788/18084273.jpg?t=1419773100\" />\n                             <p class=\"title\">Wide search for missing AirAsia pla...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Bratton-Cops-Turning-Backs-On-De-Blasio-At-Funeral-Was-Inappropriate-28296441\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1718/28296441/18089205.jpg?t=1419811560\" />\n                             <p class=\"title\">Bratton: Cops Turning Backs On De B...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Chicago-area-drivers-enjoying-gas-under-2-a-gallon-28295920\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28295920/18085317.jpg?t=1419785280\" />\n                             <p class=\"title\">Chicago area drivers enjoying gas u...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Activists-Push-For-Prosecution-Of-Officers-In-Ezell-Ford-Shooting-28296626\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1720/28296626/18090567.jpg?t=1419821220\" />\n                             <p class=\"title\">Activists Push For Prosecution Of O...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Surfer-Survives-Central-California-Shark-Bite-28296631\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28296631/18090605.jpg?t=1419824280\" />\n                             <p class=\"title\">Surfer Survives Central California ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Official-AirAsia-Plane-Likely-on-Bottom-of-Sea-28296628\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28296628/18090581.jpg?t=1419821820\" />\n                             <p class=\"title\">Official: AirAsia Plane Likely on B...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Homes-Built-on-Toxic-Site-Despite-EPA-Warnings-28296605\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28296605/18090409.jpg?t=1419817320\" />\n                             <p class=\"title\">Homes Built on Toxic Site Despite E...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Mother-Recounts-Call-From-Son-Trapped-on-Ferry-28296131\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28296131/18086865.jpg?t=1419794400\" />\n                             <p class=\"title\">Mother Recounts Call From Son Trapp...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Raw-Senior-Center-Residents-Rescued-From-Fire-28296060\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28296060/18086351.jpg?t=1419792240\" />\n                             <p class=\"title\">Raw: Senior Center Residents Rescue...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Dramatic-video-shows-burning-Italian-ferry-28296038\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28296038/18086171.jpg?t=1419791520\" />\n                             <p class=\"title\">Dramatic video shows burning Italia...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/North-Korea-blames-US-for-Internet-outages-calls-Obama-a-monkey-28294539\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28294539/18074761.jpg?t=1419686460\" />\n                             <p class=\"title\">North Korea blames U.S. for Interne...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/At-least-24-dead-in-Sri-Lanka-flooding-28295630\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/320/28295630/18083071.jpg?t=1419768000\" />\n                             <p class=\"title\">At least 24 dead in Sri Lanka flood...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Pope-Francis-So-many-tears-around-the-world-this-Christmas-28290848\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/2010/28290848/18046561.jpg?t=1419507600\" />\n                             <p class=\"title\">Pope Francis: So many tears around ...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/AirAsia-Jet-Carrying-162-Passengers-Vanishes-Over-Southeast-Asia--28295405\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1724/28295405/18081238.jpg?t=1419736860\" />\n                             <p class=\"title\">AirAsia Jet Carrying 162 Passengers...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Thousands-Rally-for-Cleveland-Police-28295318\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28295318/18080590.jpg?t=1419725280\" />\n                             <p class=\"title\">Thousands Rally for Cleveland Polic...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Biden-Respect-the-job-of-police-officers-every-day-28294412\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/1459/28294412/18073800.jpg?t=1419677640\" />\n                             <p class=\"title\">Biden: Respect the job of police of...</p>\n                         </a>\n                     </li><li>\n                         <a href=\"http://video.usnews.com/Raw-Hundreds-Attend-Wake-for-Slain-NY-Officer-28292851\">    \n                             <img class=\"lazyLoadable\" data-original=\"http://content-img.newsinc.com/jpg/499/28292851/18062071.jpg?t=1419610380\" />\n                             <p class=\"title\">Raw: Hundreds Attend Wake for Slain...</p>\n                         </a>\n                     </li>                 </ul>\n             </li>\n    </ul>\n</section>\n\n<!-- BEGIN PARTNER BOTTOM BANNER AD WIDGET -->\n<!-- END PARTNER BOTTOM BANNER AD WIDGET -->\n\n<footer></footer>\n    \n    \t    <!-- BEGIN PARTNER FOOTER SCRIPT WIDGET -->\n\t    <script type=\"text/javascript\">\r\n\r\nvar _gaq = _gaq || [];\r\n_gaq.push(['ndn._setAccount', 'UA-41813449-1']);\r\n_gaq.push(['ndn._setAllowLinker', true]);\r\n_gaq.push(['ndn._trackPageview']);\r\n\r\n(function() {\r\nvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\nga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n})();\r\n\r\n</script>        <!-- END PARTNER FOOTER SCRIPT WIDGET -->\n    <script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"28830c079f\",\"applicationID\":\"5092537\",\"transactionName\":\"Y1cDZEpSXxZWWxZYW1odNEJRHEYAVUoNXkAbWw9UXUsfFV9I\",\"queueTime\":0,\"applicationTime\":654,\"atts\":\"TxAAEgJITBg=\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n<!--PSV-LPS-->\n"
  },
  {
    "path": "tests/data/html/vanityfair.com1.html",
    "content": "<!doctype html>\n<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en\"> <![endif]-->\n<!--[if IE 9]>    <html class=\"no-js ie9\" lang=\"en\" ng-app=\"cnapp\"> <![endif]-->\n<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->\n<!--[if gt IE 9]><!--> <html class=\"no-js\" lang=\"en\" ng-app=\"cnapp\" itemscope itemtype=\"http://schema.org/Product\"> <!--<![endif]-->\n  <head>\n    <title>Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck | Vanity Fair</title>\n\n    <meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\n\n\n<meta name=\"description\" content=\"The Oscar winner answered every single question Howard Stern threw at her during a revealing interview today.\">\n\n\n\n<meta name=\"keywords\" content=\"gwyneth paltrow,brad pitt,ben affleck,\">\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> \n\n<link rel=\"shortcut icon\" href=\"/etc/designs/vanityfair/favicon.ico\" type=\"image/x-icon\">\n\n\n<link rel=\"canonical\" href=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\">\n\n\n\n    <meta property=\"og:site_name\" content=\"Vanity Fair\"/>\n\n\n  \n  <meta property=\"og:title\" content=\"Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck\"/>\n  \n\n\n\n  \n  <meta property=\"og:description\" content=\"The Oscar winner answered every single question Howard Stern threw at her during a revealing interview today.\"/>\n  \n\n\n\n  \n  <meta property=\"og:url\" content=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\"/>\n  \n\n\n\n\n<meta property=\"og:type\" content=\"article\"/>\n\n\n\n  \n    \n      <meta property=\"og:image\" content=\"http://photos.vanityfair.com/2015/01/14/54b6d02ca74602505eb60291_s-gwyneth-paltrow-brad-pitt-breakup.jpg\" />\n    \n  \n\n\n\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@VanityFair\">\n\n    \n    <meta name=\"twitter:title\" content=\"Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck\">\n    \n\n\n\n    \n    <meta name=\"twitter:description\" content=\"The Oscar winner answered every single question Howard Stern threw at her during a revealing interview today.\">\n    \n\n\n\n\n  \n    \n      \n        <meta name=\"twitter:image:src\" content=\"http://photos.vanityfair.com/2015/01/14/54b6d02ca74602505eb60291_s-gwyneth-paltrow-brad-pitt-breakup.jpg?mbid=social_retweet\">\n      \n    \n  \n\n\n\n\n<meta name=\"twitter:domain\" content=\"www.vanityfair.com\">\n\n\n    \n<meta name='parsely-page'\n\tcontent='{\"title\": \"Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck\",\"link\": \"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\",\"image_url\": \"http://photos.vanityfair.com/2015/01/14/54b6d02ba74602505eb6028c_s-gwyneth-paltrow-brad-pitt-breakup.jpg\",\"type\": \"post\",\"post_id\": \"54b6be53ac2219a72ee444de\",\"pub_date\": \"2015-01-14T19:51:15Z\",\"section\": \"VF Hollywood\",\"author\": [\"Julie Miller\"],\"tags\": [\"gwyneth paltrow\", \"brad pitt\", \"ben affleck\"]}'>\n\n\n\n\n\n\n    <link rel=\"stylesheet\" href=\"/assets/css/ka_main.css\" />\n\n    <script src=\"/assets/js/ka_top.js\"></script>\n\n    <script type=\"text/javascript\">\n\nCN.site.init({\n    env: 'PROD',\n    code: 'VYF',\n    title: '',\n    tld: 'vanityfair.com',\n    name: 'vanityfair',\n    siteRoot: 'vanityfair',\n    allowedDomains: 'www.vanityfair.com',\n    pageId: '2000000001147895',\n    userServiceUrl: 'http://user-service.condenast.com',\n    userServiceKey: 'yKAT1T7GGJNO6WQBd02KgmQQH7I=',\n    ecomUrl: 'https://subscribe.vanityfair.com/api/circ/xml/Transaction',\n    socialRes: 'http://social.vanityfair.com/livefyre/userToken',\n    numbSession: true\n\n});\n\nCN.isMobile=CN.isMobile();\n\nCN.config.set({\n    reg: {\n        urls: {\n            login: \"/user/login\",\n            logout: \"/user/logout\",\n            reg: \"/user/registration\",\n            profile: \"/user/update\",\n            base: \"/\"\n        }\n    },\n    pluckApps: {\n        swapCountDisplay: false,\n        disableFriends: true,\n        disableMiniPersona: true,\n        clickableAvatar: false,\n        hideAbused: true,\n        countComponent: false,\n        personaSetup: true,\n        useSlauth: false,\n        useOmniture: false,\n        disablePersonaLink: true\n    }\n});\n\n\n\nif (typeof CN.livefyre === \"undefined\") {\n    CN.livefyre = {};\n}\n\nCN.livefyre.configOptions = {\n    network: \"vanityfair.fyre.co\",\n    userToken: 'eyJhbGciOiAiSFMyNTYiLCAidHlwIjogIkpXVCJ9.eyJkb21haW4iOiAidmFuaXR5ZmFpci5meXJlLmNvIiwgImV4cGlyZXMiOiAxMzY4NjUxMTc3LjQ1MDc3NSwgInVzZXJfaWQiOiAic3lzdGVtIn0.zXpXLSiUKF0FovWmPdOt2kb-ReKXLdl-8MnzqBfUc5w',\n    lfCookieName: \"lt\",\n    mostpopularEntries: \"5\",\n    mostpopularAge: \"15\",\n    trendingServer: \"http://bootstrap.vanityfair.fyre.co/api/v3.0/hottest/?site=\",\n    moderatorFlagText: \"Vanity Fair\"\n};\n\nCN.livefyre.trendingUrl = \"http://bootstrap.vanityfair.fyre.co/api/v3.0/hottest/?site=?site=320166\";\nCN.livefyre.mostCommentedEntries = \"5\";\n\n\nif (Modernizr.mq('only screen and (min-width: 992px)') || jQuery('html').hasClass('ie8')) {\n\n    CN.livefyre.configOptions.pageConfig = {\n        \"siteId\": \"320166\",\n        \"el\": \"livefyre\",\n        \"collectionMeta\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6Il9fR3d5bmV0aCBQYWx0cm93X18gRXhwbGFpbnMgSGVyIEJyZWFrdXBzIHdpdGggX19CcmFkIFBpdHRfXyBhbmQgX19CZW4gQWZmbGVja19fIiwidXJsIjoiaHR0cDovL3d3dy52YW5pdHlmYWlyLmNvbS92Zi1ob2xseXdvb2QvMjAxNS8wMS9nd3luZXRoLXBhbHRyb3ctYnJhZC1waXR0LWJlbi1hZmZsZWNrLWJyZWFrLXVwcyIsInRhZ3MiOiIiLCJjaGVja3N1bSI6ImRhZjE1ZTA0NGQ2YmFhY2VjOWRmNjg0YmY2YTYwMjkwIiwiYXJ0aWNsZUlkIjoidmFuaXR5ZmFpcl81NGI2YmU1M2FjMjIxOWE3MmVlNDQ0ZGUiLCJ0eXBlIjoibGl2ZWNvbW1lbnRzIn0.VRoqNO5eVG6aMJzyQVpRkMY6rgpQzM8Y64ab-5MwLkk\",\n        \"checksum\": \"daf15e044d6baacec9df684bf6a60290\",\n        \"articleId\": \"vanityfair_54b6be53ac2219a72ee444de\"\n    };\n\n    //TODO: figure a way to version cn.livefyre.js\n    CN.labjsLivefyre = $LAB.setOptions({\n        AlwaysPreserveOrder: true\n    }).script('http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js').script('http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js').script('/assets/js/ka_livefyre.js').wait(function () {\n        CN.livefyre.main.loader().loadLivefyre();\n    });\n}\n\n</script>\n\n\n    <script type=\"text/javascript\">\n\tecomPlacements = [\"AMS_VYF_GLOBAL_HEADER\",\"AMS_VYF_GLOBAL_HEADERCALLOUT\",\"AMS_VYF_GLOBAL_NAVBAR\",\"AMS_VYF_GLOBAL_NAVBAR_ROLLOVER\",\"AMS_VYF_GLOBAL_SLIDESHOW_LRG_RIGHTRAIL_A\",\"AMS_VYF_GLOBAL_RIGHTRAIL_A\",\"AMS_VYF_GLOBAL_RIGHTRAIL_A1\",\"AMS_VYF_HOLLYWOOD_FOOTER\",\"AMS_VYF_SITE_FOOTER_SUBSCRIBE\",\"AMS_VYF_SITE_FOOTER_NEWSLETTER\",\"AMS_VYF_MOBILE_GLOBAL_FOOTER\",\"AMS_VYF_MOBILE_GLOBAL_SLIDESHOW\",\"AMS_VYF_MOBILE_GLOBAL_SUBNAV\"];\n\n\t// If on slideshow page, append\n\tif((window.location.pathname.indexOf('hollywood/photos') > 0) || (window.location.pathname.indexOf('style/photos') > 0)) {\n\t\t\tif(CN.isMobile) {\n\t\t\t\tecomPlacements.push('AMS_VYF_HEADER_LINK')\n\t\t\t\tecomPlacements.push('AMS_VYF_GLOBAL_FOOTER')\n\t\t\t} else {\n\t\t\t\tecomPlacements.push('AMS_VYF_SLIDESHOW_HEADERCALLOUT')\n\t\t\t}\n\n\t\t\tecomPlacements.push('AMS_VYF_SLIDESHOW_END')\n\t\t\tecomPlacements.push('AMS_VYF_GLOBAL_SUBNAV')\n\t} else {\n\t\t\tecomPlacements.push('AMS_VYF_POPUP_FLOATINGAD')\n\t}\n\n</script>\n\n\n    <script type=\"text/javascript\">480\nif (Modernizr.mq('only all and (max-width: 480px)')) {\n\tvar style   = document.createElement( 'link' ),\n\tscript  = document.createElement( 'script' );\n\n\tstyle.rel   = 'stylesheet';\n\tstyle.type  = 'text/css';\n\tstyle.href  =  '/assets/css/ka_mobile.css';\n\tdocument.getElementsByTagName( 'head' )[0].appendChild( style );\n\n\tscript.src  = '/assets/js/ka_mobile.js';\n\tdocument.getElementsByTagName( 'head' )[0].appendChild( script );\n}\n</script>\n\n\n    <script src=\"/assets/js/ka_afterInit.js\"></script>\n\n    \n\n\n<script type=\"text/javascript\">CN.dart.init({site: CN.isMobile?'vanityfair.mobile.dart' :'vanityfair.dart', zone: 'vf-hollywood;', contentId: '54b6be53ac2219a72ee444de', contentType:'article', kws: [\"vf_hollywood\", \"2015\", \"01\", \"gwyneth_paltrow_brad_pitt_ben_affleck_break_ups\", \"celebrity_news\"],charmap: {' ' : '+', '-' : '_'} });</script>\n\n\n\n\n\n  </head>\n  <body ng-controller=\"PageCtrl\">\n    <div class=\"cn_ecom_placement web\">\n\t<div id=\"rolloverAd\" class=\"rolloverAd\"  data-timeout=\"10\" style=\"display:none;\">\n\t\t<div id=\"rolloverAd_header\" class=\"rolloverAd_header\">\n\t\t\t<a href=\"#\" class=\"sprites-headerForm_close\">Close</a>\n\t\t</div>\n\t\t<div id=\"rolloverAd_content\" class=\"rolloverAd_content\">\n\t\t\t<div id=\"AMS_VYF_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\"></div>\n\t\t</div>\n\t\t<div id=\"rolloverAd_footer\" class=\"rolloverAd_footer\"></div>\n\t</div>\n\n</div>\n<div class=\"cn_ecom_placement web\">\n\t<div id=\"floatingAd\" style=\"display:none;\">\n\t\t<div id=\"floatingAd_header\">\n\t\t\t<a href=\"#\" class=\"sprites-floating-ad-close\">Close</a>\n\t\t</div>\n\t\t<div id=\"floatingAd_content\">\n\t\t\t<div id=\"AMS_VYF_POPUP_FLOATINGAD\">\n\t\t\t\t<div id=\"layer_offer_link\">\n\t\t\t\t\t<a href=\"https://w1.buysub.com/loc/VYF/ATGFailsafe\" target=\"_blank\"><img src=\"http://www.vanityfair.com/etc/designs/vanityfair/images/ecom/VYF_floating_ad.gif\" alt=\"Subscribe to Vanityfair\" border=\"0\"/></a>\n\t\t\t\t</div>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\tjQuery(document).ready(function () {\n\t\t\t\t\t\t\tif(typeof CN.popups !== 'undefined' && !CN.popups.isExecuted()){\n\t\t\t\t\t\t\t\t\tCN.popups.setArriving(true).setExiting(false).setLayer(true).setForceLayer(false).setCookieLife(168).setPopDelay(3).init();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t</script>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n    <header class=\"row\">\n\t\t    <div class=\"thirteen columns\">\n          <div data-login-bar=\"login-bar\" data-site-name=\"Vanity Fair\" id=\"login\" class=\"web\">\n\t<span class=\"welcome-msg\"></span>\n\t<span class=\"options\"><a href=\"/user/login\" class=\"first\">Sign in</a></span>\n</div>\n\n<div class=\"parbase cn_share_facebook_like web\">\n    <div class=\"fb-like share\" data-href=\"http://www.facebook.com/vanityfairmagazine\" data-layout=\"button_count\" data-action=\"like\" data-show-faces=\"false\" data-share=\"false\"></div>\n</div>\n\n<ul class=\"site-social web\">\n    <li><a class=\"twitter\" href=\"https://twitter.com/VanityFair\" target=\"_new\">Twitter</a></li>\n\n    <li><a class=\"facebook\" href=\"https://www.facebook.com/vanityfairmagazine\" target=\"_new\">Facebook</a></li>\n\n    <li><a class=\"instagram\" href=\"http://instagram.com/vanityfair\" target=\"_new\">Instagram</a></li>\n\n    <li><a class=\"tumblr\" href=\"http://vanityfair.tumblr.com/\" target=\"_new\">Tumblr</a></li>\n\n    <li><a class=\"pinterest\" href=\"http://www.pinterest.com/VanityFair/\" target=\"_new\">Pinterest</a></li>\n\n    <li><a class=\"youtube\" href=\"http://www.youtube.com/user/VanityFairMagazine\" target=\"_new\">YouTube</a></li>\n\n    <li><a class=\"shop\" href=\"http://www.condenaststore.com/~/vanity-fair?utm_medium=referral&amp;utm_source=VanityFair&amp;utm_content=SHOP&amp;AID=1244593740\" target=\"_new\">SHOP VFSTORE.COM</a></li>\n</ul>\n\n\n<div class=\"global_header ecom-placement web\" id=\"AMS_VYF_GLOBAL_HEADER\" style=\n\"visibility: visible;\">\n    <div id=\"global_header\" style=\"background-color:red !important;\">\n        <h2 id=\"subs-hdr\"><a class=\"ascat ascatLink ascatInvis\" href=\n        \"http://subscribe.vanityfair.com//ams/amsClick?pos_id=2746&amp;campaign_id=16088&amp;creative_id=19401&amp;site_id=800&amp;top_level_section_prefix=content&amp;full_url=/content/vanityfair.html\"\n        id=\"84129\"\n        rel=\"nofollow\" style=\"\" target=\"_blank\">Subscribe to Vanity\n        Fair</a></h2>\n\n        <nav id=\"subs-nav-container\" title=\"Subscription Resources\">\n            <ul id=\"subs-nav-menu\">\n                <li id=\"subs-nav-subscribe\"><a class=\"ascatLink\" href=\n                \"http://subscribe.vanityfair.com//ams/amsClick?pos_id=2746&amp;campaign_id=16088&amp;creative_id=19401&amp;site_id=800&amp;top_level_section_prefix=content&amp;full_url=/content/vanityfair.html\"\n                target=\"_blank\" title=\n                \"Subscribe to Vanity Fair\">Subscribe</a></li>\n\n                <li id=\"subs-nav-gift\"><a href=\n                \"https://subscribe.vanityfair.com/subscribe/vanityfair/85481?source=VYF_Global_Header_giftLink\"\n                target=\"_blank\" title=\n                \"Give a Subscription to Vanity Fair as a Gift\">Give a\n                gift</a></li>\n\n                <li id=\"subs-nav-renew\"><a href=\n                \"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=VYF\"\n                target=\"_blank\" title=\n                \"Renew your Subscription to Vanity Fair\">Renew</a></li>\n\n                <li id=\"subs-nav-questions\"><a href=\n                \"https://w1.buysub.com/servlet/CSGateway?cds_mag_code=VYF\"\n                target=\"_blank\" title=\n                \"Subscription Questions and Answers for Vanity Fair\">Questions</a></li>\n\n                <li id=\"subs-nav-rewards\"><a href=\n                \"http://www.vanityfairrewards.com/?xmailerid=4883\"\n                target=\"_blank\" title=\n                \"Vanity Fair subscribers get cash back for shopping\">Vanity\n                Fair Rewards</a></li>\n            </ul>\n        </nav>\n    </div>\n</div>\n\n<div class=\"global_headerCallout ecom-placement web\" id=\n\"AMS_VYF_GLOBAL_HEADERCALLOUT\" style=\"visibility: visible;\">\n    <a href=\n    \"http://subscribe.vanityfair.com//ams/amsClick?pos_id=2747&amp;campaign_id=16089&amp;creative_id=19402&amp;site_id=800&amp;top_level_section_prefix=content&amp;full_url=/content/vanityfair.html\"\n    target=\"_blank\"><img class=\"ascat ascatLink ascatVis\" id=\"84130\" src=\n    \"https://subscribe.vanityfair.com/circulation/shared/ads/Conde_Amazon_Vanity_Fair_online_220x86_dec13_1_2.jpg\" /></a>\n</div>\n\n<div class=\"media logo vanityfair web\">\n\t<a href=\"/\" class=\"sprites-web-vf-logo\">Vanity Fair</a>\n</div>\n<div class=\"media logo vanityfair mobile\">\n        <a href=\"/\" class=\"retina-m_VF_logo_2x\">Vanity Fair</a>\n</div>\n<div class=\"media vf-hollywood logo web\">\n    <a href=\"/vf-hollywood\" class=\"sprites-web-hollywood-logo\">Vanity Fair's Hollywood</a>\n</div>\n<div class=\"media vf-hollywood logo mobile typekit menu-closed\">\n    <a href=\"/vf-hollywood\">Vanity Fair's Hollywood</a>\n    <span class=\"retina-m_maximize_2x hw-menu\"></span>\n</div>\n\n<div class=\"retina-m_menu_2x mobile-menu mobile\">Toggle</div>\n\n<nav class=\"main-nav typekit\">\n    <ul>\n        <li class=\"ecom\">\n                <div id=\"global_navBar\">\n                    <div id=\"AMS_VYF_GLOBAL_NAVBAR\">\n                        <!--\n    VYF_global_navBar\n-->\n                        <a class=\"ascat ascatLink ascatVis\" href=\n                        \"http://subscribe.vanityfair.com//ams/amsClick?pos_id=2743&amp;campaign_id=16086&amp;creative_id=19399&amp;site_id=800&amp;top_level_section_prefix=content&amp;full_url=/content/vanityfair.html\"\n                        id=\"84127\"\n                        target=\"_blank\">Subscribe</a>\n                    </div>\n                </div>\n        </li>\n\n        <li class=\"vf-hollywood\"><a href=\"/vf-hollywood\">Hollywood</a></li>\n\n        <li class=\"vf-hollywood-nav\">\n            <ul>\n\n                <li class=\"\"><a href=\"/vf-hollywood/movies\">Movies</a></li>\n\n                <li class=\"\"><a href=\"/vf-hollywood/television\">TV</a></li>\n\n                <li class=\"\"><a href=\"/vf-hollywood/celebrity-news\">Gossip</a></li>\n\n                <li class=\"\"><a href=\"/vf-hollywood/classic-hollywood\">Nostalgia</a></li>\n\n                <li class=\"\"><a href=\"/vf-hollywood/reviews\">Reviews</a></li>\n\n            </ul>\n\n        </li>\n\n\n        <li class=\"vf-site web\">\n            <ul>\n                <li><a href=\"/online/daily\">VF Daily</a></li>\n\n                <li><a href=\"/photos\">Photos</a></li>\n\n                <li><a href=\"http://video.vanityfair.com\">Video</a></li>\n\n                <li><a href=\"/magazine/toc\">Inside the Issue</a></li>\n            </ul>\n        </li>\n\n        <li class=\"vf-agenda\"><a href=\"http://promotions.vf.com\"\n        target=\"_blank\">VF Agenda</a></li>\n\n        <li class=\"vf-site mobile\">\n            <ul>\n                <li><a href=\"/style\">Style</a></li>\n\n                <li><a href=\"/politics\">Politics</a></li>\n\n                <li><a href=\"/culture\">Culture</a></li>\n\n                <li><a href=\"/society\">Society</a></li>\n\n                <li><a href=\"/business\">Business</a></li>\n\n                <li><a href=\"http://video.vanityfair.com/\">Video</a></li>\n\n                <li><a href=\"/photos\">Photos</a></li>\n\n                <li><a href=\"/online/daily\">VF DailY</a></li>\n\n                <li><a href=\"/online/wolcott\">Wolcott's Blog</a></li>\n\n                <li><a href=\"/online/eichenwald\">Eichenwald's Blog</a></li>\n\n                <li><a href=\"/online/beauty\">Beauty Blog</a></li>\n\n                <li><a href=\"/magazine\">The Magazine</a></li>\n            </ul>\n        </li>\n\n    </ul>\n\n</nav>\n\n        </div>\n\t  </header>\n\n    \n<div class=\"main article row\">\n  <aside class=\"top\">\n    <div id=\"topBanner728x90_frame\" class=\"displayAd 728x90 displayAd728x90Js\"><div id=\"topBanner320x50_frame\" data-cb-ad-id=\"topBanner320x50_frame\"></div></div><script type=\"text/javascript\">if (!CN.isMobile){ CN.dart.call(\"topBanner\", {sz:\"728x90\", kws:[\"\"]}); } else { CN.dart.call(\"topBanner\", {sz:\"320x50\", kws:[\"\"]});}</script>\n  </aside>\n  <div class=\"nine columns\">\n\n    <article>\n      <header>\n        <h5 class=\"rubric\"></h5>\n\n        <h1 class=\"headline\"><strong>Gwyneth Paltrow</strong> Explains Her Breakups with <strong>Brad Pitt</strong> and <strong>Ben Affleck</strong></h1>\n        \n\n        <div class=\"byline\">\n\n        <label>by </label><a class=\"name\" rel=\"author\" href=\"/vf-hollywood/contributor/Julie-Miller\">Julie Miller</a>\n\n        </div>\n\n        \n        <time datetime=\"2015-01-14T19:51:15.678Z\">January 14, 2015 2:51 pm</time>\n        \n\n        <div class=\"clearfix\"><!-- empty --></div>\n      </header>\n\n      <div class=\"share horizontal web\">\n    <div class=\"share-items\">\n        <div class=\"share-item facebook\">\n            <div class=\"fb-share-button\" data-href=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups?mbid=social_fbshare\" data-type=\"button_count\"></div>\n        </div>\n        <div class=\"share-item twitter\">\n            <a href=\"https://twitter.com/share?url=%3Ftext=&via=VanityFair\" data-count=\"horizontal\" class=\"twitter-share-button\" data-lang=\"en\" data-size=\"small\"\n            data-counturl=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\" data-url=\"\">Tweet</a>\n        </div>\n        <div class=\"share-item comments-count\">\n            <a href=\"#comments-section\"><span class=\"livefyre-commentcount commentstotal\" data-lf-site-id=\"320166\" data-lf-article-id=\"vanityfair_54b6be53ac2219a72ee444de\"><div class=\"comments-button\">Comments</div><div class=\"commentCountValue\">0</div></span></a>\n        </div>\n        <div class=\"share-item email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats) { CN.stats.trackAction('emailAFriend',this); }\" href=\"http://www.vanityfair.com/user/emailfriend?referringPage=http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\"\n            rel=\"nofollow\">Email</a>\n        </div>\n    </div>\n    <div class=\"sponsoredByLogo web\">\n        <div id=\"sponsoredByLogo120x60_frame\" class=\"displayAd 120x60 displayAd120x60Js web\"></div>\n        <script type=\"text/javascript\">\n            CN.dart.call(\"sponsoredByLogo\", {\n                sz: \"120x60\",\n                kws: [\"top\"]\n            });\n        </script>\n    </div>\n    <div class=\"clearfix\">\n        <!-- empty -->\n    </div>\n</div>\n\n<div class=\"share vertical web\">\n    <div class=\"share-item facebook\">\n        <div class=\"fb-share-button\" data-href=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups?mbid=social_fbshare\" data-type=\"box_count\"></div>\n    </div>\n\n    <div class=\"share-item twitter\">\n        <a href=\"https://twitter.com/share?url=%3Ftext=&lt;strong&gt;Gwyneth Paltrow&lt;/strong&gt; Explains Her Breakups with &lt;strong&gt;Brad Pitt&lt;/strong&gt; and &lt;strong&gt;Ben Affleck&lt;/strong&gt;&via=VanityFair\" data-count=\"vertical\" class=\"twitter-share-button\" data-lang=\"en\" data-size=\"small\"\n        data-counturl=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\" data-url=\"\">Tweet</a>\n    </div>\n    <div class=\"share-item comments-count\">\n        <div class=\"commentCountValue sprites-bubble\">0</div><a href=\"#comments-section\"><span class=\"livefyre-commentcount commentstotal\" data-lf-site-id=\"320166\" data-lf-article-id=\"vanityfair_54b6be53ac2219a72ee444de\"><div class=\"comments-button\">Comments</div></span></a>\n    </div>\n    <div class=\"share-item email\"><a title=\"E-mail this page to a friend\" onclick=\"if (typeof CN !== 'undefined' && CN.stats) { CN.stats.trackAction('emailAFriend',this); }\" href=\"http://www.vanityfair.com/user/emailfriend?referringPage=http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\"\n        rel=\"nofollow\">Email</a>\n    </div>\n    <div class=\"clearfix\">\n        <!-- empty -->\n    </div>\n</div>\n\n<div class=\"share mobile\">\n    <h6 class=\"expand retina-VF_m_share_ios_r\">Follow Us</h6>\n    <ul>\n        <li><span class=\"retina-share_close close\">Close</span>\n        </li>\n        <li><a title=\"Email\" href=\"mailto:?subject=&lt;strong&gt;Gwyneth Paltrow&lt;/strong&gt; Explains Her Breakups with &lt;strong&gt;Brad Pitt&lt;/strong&gt; and &lt;strong&gt;Ben Affleck&lt;/strong&gt;?&amp;body=http%3A%2F%2Fwww.vanityfair.com%2Fvf-hollywood%2F2015%2F01%2Fgwyneth-paltrow-brad-pitt-ben-affleck-break-ups\"><span class=\"retina-m_mail_r\">Email</span></a>\n        </li>\n        <li><a title=\"Twitter\" href=\"https://twitter.com/share?url=%3Ftext=&lt;strong&gt;Gwyneth Paltrow&lt;/strong&gt; Explains Her Breakups with &lt;strong&gt;Brad Pitt&lt;/strong&gt; and &lt;strong&gt;Ben Affleck&lt;/strong&gt;&via=VanityFair\" target=\"_blank\"><span class=\"retina-m_twitter_r\">Twitter</span></a>\n        </li>\n        <li><a title=\"Facebook\" href=\"http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.vanityfair.com%2Fvf-hollywood%2F2015%2F01%2Fgwyneth-paltrow-brad-pitt-ben-affleck-break-ups?mbid=social_fbshare\" target=\"_blank\"><span class=\"retina-share_fb\">Facebook</span></a>\n        </li>\n    </ul>\n</div>\n\n<div id=\"fb-root\"></div>\n<script>\n    (function (d, s, id) {\n        var js, fjs = d.getElementsByTagName(s)[0];\n        if (d.getElementById(id)) return;\n        js = d.createElement(s);\n        js.id = id;\n        js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1&appId=309437425817038\";\n        fjs.parentNode.insertBefore(js, fjs);\n    }(document, 'script', 'facebook-jssdk'));\n</script>\n\n<script>\n    ! function (d, s, id) {\n        var js, fjs = d.getElementsByTagName(s)[0];\n        if (!d.getElementById(id)) {\n            js = d.createElement(s);\n            js.id = id;\n            js.src = \"https://platform.twitter.com/widgets.js\";\n            fjs.parentNode.insertBefore(js, fjs);\n        }\n    }(document, \"script\", \"twitter-wjs\");\n</script>\n\n\n      <section>\n        \n          <div class=\"image embed lede\" style=\"width:px\">\n\t<figure>\n\t\t<img src=\"http://photos.vanityfair.com/2015/01/14/54b6d008955294a631b35130_gwyneth-paltrow-brad-pitt-breakup.jpg\" alt=\"\" title=\"\" border=\"0\" />\n\t\t<figcaption>\n\t\t\t\n\t\t\t\n\t\t\t\t<div class=\"credits\">By Kevin Mazur/WireImage. </div>\n\t\t\t\n\t\t</figcaption>\n\t</figure>\n</div>\n\n        \n\n        <p>Say what you will about <strong>Gwyneth Paltrow</strong>, the Oscar winner proved to be a pretty great hang when she stopped by Howard Stern’s Sirius XM radio show on Wednesday. Unlike other actors, Paltrow was game to discuss anything that the host asked about, whether it was her high-profile “uncoupling” from <strong>Chris Martin</strong>, the sexual advice she gave <strong>Chelsea Handler</strong>, or her past relationships with A-list actors.</p>\n\n<p>On the last subject, Paltrow opened up about <strong>Brad Pitt</strong>, whom she started dating after co-starring with him in <strong>David Fincher’s</strong> 1995 thriller <em>Seven</em>. “I definitely fell in love with him,” she said of her former fiancé. “He was so gorgeous and sweet. I mean, he was <em>Brad Pitt</em>.” </p>\n\n<p>Paltrow was not the only person to fall in love with him at the time—she revealed that her parents were equally smitten with the star. “My father was so devastated when we broke up,” she said. “My father loved him like a son.” Although she refused to confirm that she dumped Pitt, she did talk about why the relationship didn’t end up working out. </p>\n\n<p>“I was such a kid,” she shared. “I was 22 when we met. It&#39;s taken me until 40 to get my head out of my ass. You can&#39;t make that decision when you&#39;re 22 years old . . . I wasn&#39;t ready, and he was too good for me . . . I didn&#39;t know what I was doing.” Although she doesn’t still “hang out with” Pitt, Paltrow said that they are “friendly” if they run into each other.</p>\n\n<p>The Goop founder offered slightly less glowing remarks about <strong>Ben Affleck</strong>, whom she dated and co-starred with in the 2000 drama <em>Bounce</em>.</p>\n\n<p>“He was not in a good place in his life to have a girlfriend,” the actress said of their time together, before suggesting that both her friends and her parents were supportive of her decision to break up with him. When Stern asked about a comment Paltrow previously made about Affleck—specifically, “He’d be better off dating a Scores stripper”—Paltrow laughed, “Well that was true at the time.” </p>\n\n<p>Paltrow said that she approves of Affleck’s wife, <strong>Jennifer Garner</strong>, though, and has spent some time with her. “Not only is she beautiful [but] she is so warm and she cooks and is so into her kids. And she’s hilarious . . . I had a girl’s dinner before the summer and she came over. She’s my neighbor. I really like her a lot.”</p>\n\n<p>Paltrow also opened up about her friends <strong>Jay Z</strong> and <strong>Beyoncé</strong>, saying, “They’re the greatest people. They are funny and sweet and they’re self-aware and they’re really intelligent.” When Stern asked whether Paltrow called them after the <a href=\"http://www.vanityfair.com/vf-hollywood/solange-knowles-physically-attacked-jay-z-elevator-after-met-gala\">Solange elevator incident</a> to check in, Paltrow revealed, “If any of my friends ever have anything like that, I call right away. If someone’s clearly going through something, I always go straight to it.”</p>\n\n<p>And on the subject of <strong>Johnny Depp</strong>, with whom she co-stars in the upcoming <em>Mordecai</em>, she said, “I just felt like I am not cool enough [for him]. He’s got all of his tattoos and his cool clothes . . You go into the room to rehearse and he is rolling his own cigarettes . . . He listens to music while he acts. He has a little [earbud] in his ear and he listens to music. It’s so cool. He’s creating the whole world in his head.” </p>\n\n<p>To listen to the complete interview, click <a href=\"https://soundcloud.com/howardstern/sternshow_gwynethpaltrow\">here</a>.</p>\n\n<p><strong>Related:</strong> <a href=\"http://www.vanityfair.com/magazine/2014/03/the-paltrow-affair-editors-letter\">The Paltrow Affair</a> </p>\n\n\n\n<div id=\"embed-52f1421d4498b54f051c27a3\" class=\"embed slideshow\">\n  <h3 class=\"slideshowHeader\"></h3>\n  <section id=\"slideshow\">\n\n      \n        <div class=\"slide number\">\n          <figure>\n            <img src=\"http://photos.vanityfair.com/2014/02/04/1391542798322_gwyneth-paltrow-vanity-fair-640-ss03.jpg\" alt=\"\" title=\"\" width=\"332\" height=\"430\" border=\"0\"/>\n\n            <div class=\"count\"> / </div>\n           <figcaption>\n            <div class=\"title\">gwyneth-paltrow-vanity-fair-640-ss03.jpg</div>\n            <div class=\"caption\"></div>\n            <div class=\"credits\"></div></figcaption>\n         </figure>\n       </div>\n      \n\n\n    <div class=\"slideshow-controls\">\n      <div class=\"prev\"><a href=\"\" class=\"prev-link\">&lt;&lt;</a></div>\n      <div class=\"next\"><a href=\"\" class=\"next-link\">&gt;&gt;</a></div>\n    </div>\n    <div class=\"credits\"><span></span> </div>\n    <div class=\"enlarge web\"><a href=\"/hollywood/photos/2014/02/gwyneth-paltrow-in-vanity-fair\" class=\"enlarge-link\">open</a></div>\n  </section>\n</div>\n\n\n\n        \n        <script type=\"text/javascript\">\n          if (CN.embeddedSlideshows === undefined) {CN.embeddedSlideshows = [];};CN.embeddedSlideshows.push({\"id\": \"52f1421d4498b54f051c27a3\",\"data\": [{\"hed\": \"Gwyneth Paltrow in Vanity Fair\",\"dek\": \"\",\"items\": [{\"title\": \"\",\"credit\": \"\",\"caption\": \"Gwyneth Paltrow and Blythe Danner, photographed by David Seidner for the April 1996 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542798150_gwyneth-paltrow-vanity-fair-640-ss01.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Annie Leibovitz for the April 1995 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542798258_gwyneth-paltrow-vanity-fair-640-ss02.png\",\"width\": \"640\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542798322_gwyneth-paltrow-vanity-fair-640-ss03.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542799864_gwyneth-paltrow-vanity-fair-640-ss04.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542799945_gwyneth-paltrow-vanity-fair-640-ss05.jpg\",\"width\": \"645\",\"height\": \"418\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542799847_gwyneth-paltrow-vanity-fair-640-ss06.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542801916_gwyneth-paltrow-vanity-fair-640-ss07.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542802140_gwyneth-paltrow-vanity-fair-640-ss08.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542801868_gwyneth-paltrow-vanity-fair-640-ss09.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Mario Testino for the September 2000 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542803856_gwyneth-paltrow-vanity-fair-640-ss10.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Annie Leibovitz for the April 2001 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542803887_gwyneth-paltrow-vanity-fair-640-ss11.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542804344_gwyneth-paltrow-vanity-fair-640-ss12.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542806107_gwyneth-paltrow-vanity-fair-640-ss13.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542805453_gwyneth-paltrow-vanity-fair-640-ss14.jpg\",\"width\": \"645\",\"height\": \"418\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542805992_gwyneth-paltrow-vanity-fair-640-ss15.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542808697_gwyneth-paltrow-vanity-fair-640-ss16.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542808241_gwyneth-paltrow-vanity-fair-640-ss17.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Michael Thompson for the February 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542808039_gwyneth-paltrow-vanity-fair-640-ss18.jpg\",\"width\": \"645\",\"height\": \"418\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Annie Leibovitz for the March 2004 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542810104_gwyneth-paltrow-vanity-fair-640-ss19.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Justin Bishop for the November 2007 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542810492_gwyneth-paltrow-vanity-fair-640-ss20.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Hannah Thomson for the September 2009 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542810222_gwyneth-paltrow-vanity-fair-640-ss21.jpg\",\"width\": \"332\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}},{\"title\": \"\",\"credit\": \"\",\"caption\": \"Photographed by Justin Bishop for the May 2011 issue.\",\"embed\": {\"url\": \"http://photos.vanityfair.com/2014/02/04/1391542811709_gwyneth-paltrow-vanity-fair-640-ss22.jpg\",\"width\": \"344\",\"height\": \"430\"},\"full\": {\"url\": \"\",\"width\": \"\",\"height\": \"\"}}]}]});\n        </script>\n        \n        <div style=\"clear:both;\"></div>\n\n      </section>\n      \n        <dl class=\"keywords\">\n\t<dt>Filed under:</dt>\n\t\n\t\t\n\t\t\t<dd class=\"tag\">gwyneth paltrow</dd>\n\t\t\n\t\n\t\t\n\t\t\t<dd class=\"tag\">brad pitt</dd>\n\t\t\n\t\n\t\t\n\t\t\t<dd class=\"tag\">ben affleck</dd>\n\t\t\n\t\n</dl>\n\n      \n      <div class=\"clearfix\"><!-- empty --></div>\n    </article>\n\n    <div class=\"additional-stories\">\n      <a href=\"/vf-hollywood/\" class=\"main sprites-article_backtomain\">Back to Main</a>\n\n      \n      <a href=\"/vf-hollywood/2015/01/elastic-heart-sia-daniel-askill\" class=\"previous\"><span class=\"sprites-article-previous\"></span>How Shia LaBeouf Wound Up in a Cage Fight with a 12-Year-Old</a>\n      \n      \n      <a href=\"/vf-hollywood/2015/01/front-runners-best-supporting-actress\" class=\"next\"><span class=\"sprites-article-next\"></span>Front Runners: <strong>Krista Smith</strong> and <strong>Dave Karger</strong> Explain the Best Supporting Actress Race</a>\n      \n\n    </div>\n\n    \n    <div class=\"latest-stories\">\n      <header class=\"center-with-borders\">\n        <h1 class=\"header\">Latest Stories</h1>\n      </header>\n\n      \n        <section>\n\n<figure>\n    <a href=\"/vf-hollywood/2015/01/final-oscar-nomination-predictions\"><img src=\"http://photos.vanityfair.com/2014/01/20/1390249735669_boyhood-sundance.jpg\"  width=\"195\" height=\"130\" border=\"0\" /></a>\n</figure>\n\n<h2 class=\"headline\"><a href=\"/vf-hollywood/2015/01/final-oscar-nomination-predictions\">Final Oscar Nominations Predictions</a></h2>\n</section>\n\n      \n        <section>\n\n<figure>\n    <a href=\"/vf-hollywood/2015/01/front-runners-best-supporting-actress\"><img src=\"http://photos.vanityfair.com/2015/01/11/54b2ffc548de990f76763101_krista-dave-best-actress.jpg\"  width=\"195\" height=\"130\" border=\"0\" /></a>\n</figure>\n\n<h2 class=\"headline\"><a href=\"/vf-hollywood/2015/01/front-runners-best-supporting-actress\">Front Runners: <strong>Krista Smith</strong> and <strong>Dave Karger</strong> Explain the Best Supporting Actress Race</a></h2>\n</section>\n\n      \n        <section>\n\n<figure>\n    <a href=\"/vf-hollywood/2015/01/elastic-heart-sia-daniel-askill\"><img src=\"http://photos.vanityfair.com/2015/01/14/54b6c34c955294a631b350ea_shia-labeouf-elastic-heart.jpg\"  width=\"195\" height=\"130\" border=\"0\" /></a>\n</figure>\n\n<h2 class=\"headline\"><a href=\"/vf-hollywood/2015/01/elastic-heart-sia-daniel-askill\">How Shia LaBeouf Wound Up in a Cage Fight with a 12-Year-Old</a></h2>\n</section>\n\n      \n      <!--<div>\n        <div>\n          <div id=\"polar-home195x130_frame\"></div>\n        </div>\n      </div>\n\n      <script type=\"text/javascript\">\n          CN.dart.call(\"polar-home\", {sz:'195x130', kws:[\"stag\"]});\n      </script>-->\n\n    </div>\n    \n\n    \n      <aside id=\"comments-section\" class=\"livefyre-comments\">\n    <header>\n        <h4>Post a Comment</h4>\n    </header>\n        <div id=\"livefyre\"></div>\n</aside>\n\n    \n  </div>\n\n<aside class=\"rail four columns\">\n\t\n<div class=\"most-popular web\">\n    <header class=\"center-with-borders\">\n            <h1 class=\"header\">Most Popular <span>Hollywood</span></h1>\n    </header>\n    <ul>\n        \n        <li><a href=\"http://www.vanityfair.com/vf-hollywood/2015/01/gwyneth-paltrow-brad-pitt-ben-affleck-break-ups\">Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck</a></li>\n        \n        <li><a href=\"http://www.vanityfair.com/vf-hollywood/2015/01/braison-cyrus-christina-schwarzenegger-dating\">The Cyruses and the Schwarzeneggers Are Forming America’s Next Great Dynasty</a></li>\n        \n        <li><a href=\"http://www.vanityfair.com/vf-hollywood/2014/12/abbi-jacobson-ilana-glazer-broad-city\">How Broad City’s Abbi Jacobson and Ilana Glazer Play Broad and Real Simultaneously</a></li>\n        \n        <li><a href=\"http://www.vanityfair.com/vf-hollywood/2015/01/wet-hot-american-summer-netflix-series-cast-paul-rudd-bradley-cooper-amy-poehler-josh-charles\">The Cast for the Wet Hot American Summer Netflix Series Is Completely Insane </a></li>\n        \n        <li><a href=\"http://www.vanityfair.com/vf-hollywood/2015/01/channing-tatum-beyonce-jay-z-dancing\">No One Dances Better to Beyoncé and Jay Z Than Channing and Jenna Dewan Tatum</a></li>\n        \n    </ul>\n    <footer>\n\t\t<div id=\"most-popular88x32_frame\" class=\"displayAd 88x32 displayAd88x32Js\"></div>\n\t\t<script type=\"text/javascript\">\n\t\t\tif (!CN.isMobile){\n\t\t\t\t CN.dart.call('most-popular', {sz:'88x32', kws:[\"top\"]});\n\t\t\t }\n\t\t</script>\n    </footer>\n</div>\n\n\n\t<div class=\"sticky\">\n\t\t<div class=\"ad\"><div id=\"rightrailTop300x250_frame\" class=\"displayAd 300x250 displayAd300x250Js web\"></div></div>\n\t\t<script type=\"text/javascript\">\n\t\tif (!CN.isMobile){\n\t\t\tCN.dart.call('rightrailTop', {sz:'300x250', kws:[\"top\"]});\n\t\t}\n\t\t</script>\n\n\t\t\n\t\t\t<div id=\"AMS_VYF_GLOBAL_RIGHTRAIL_A\" class=\"ecom-placement web\"></div>\n\n\t\t\n\n\t\t\n\t\t<div class=\"cqFeature\">\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t<h2>\n\t\t\t\t\t\n\t\t\t\t\tMore on <span>VF.com</span>\n\t\t\t\t\t\n\t\t\t\t</h2>\n\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t<figure>\n\t\t\t\t\t<a href=\"http://www.vanityfair.com/culture/photos/2014/12/year-in-photos-2014\"><img src=\"http://www.vanityfair.com/content/vanityfair/includes/vf_hollywood/top/jcr:content/par/cn_features_containe/cn_manual_feature/cn_image.size.t-year-in-photos-2014-ss.jpg\" width=\"300\" height=\"250\" /></a>\n\t\t\t\t</figure>\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t<p>\n\t\t\t\t\t<a href=\"http://www.vanityfair.com/culture/photos/2014/12/year-in-photos-2014\">\n\t\t\t\t\tThe Year in <I>Vanity Fair</I> Photos\n\t\t\t\t\t</a>\n\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t<p>\n\t\t\t\t\t<a href=\"http://www.vanityfair.com/vf-hollywood/2014/08/classic-hollywood-phil-stern\">\n\t\t\t\t\tPhil Stern's Classic Hollywood Photographs\n\t\t\t\t\t</a>\n\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t<p>\n\t\t\t\t\t<a href=\"http://www.vanityfair.com/culture/2014/12/bill-cosby-beverly-johnson-story\">\n\t\t\t\t\tBill Cosby Drugged Me. This Is My Story.\n\t\t\t\t\t</a>\n\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\n\n\t\t</div>\n\t\t\n\n\t\t<div id=\"footerBottom300x250_frame\" class=\"displayAd 300x250 displayAd300x250Js web\"></div>\n\t\t<script type=\"text/javascript\">\n\t\tif (!CN.isMobile){\n\t\t\tCN.dart.call('footerBottom', {sz:'300x250', kws:[\"bottom\"]});\n\t\t}\n\t\t</script>\n\n\t\t<div class=\"cqFeature\">\n\t\t\t<h2>\n\t\t\tAround the Web\n\t\t\t</h2>\n\n\t\t\t<style type=\"text/css\">\n\t\t\t.zergheadline {\n\t\t\ttext-align:left !important;\n\t\t\tmargin-top:8px !important;\n\t\t\t}\n\t\t\t.zergentity {\n\t\t\tmargin-top:10px !important;\n\t\t\t}\n\t\t\t</style>\n\n\t\t\t<div id=\"zergnet-widget-19026\" style=\"text-align:center;\"></div>\n\n\t\t\t<script language=\"javascript\" type=\"text/javascript\">\n\t\t\t(function() {\n\t\t\tvar zergnet = document.createElement('script');\n\t\t\tzergnet.type = 'text/javascript'; zergnet.async = true;\n\t\t\tzergnet.src = 'http://www.zergnet.com/zerg.js?id=19026';\n\t\t\tvar znscr = document.getElementsByTagName('script')[0];\n\t\t\tznscr.parentNode.insertBefore(zergnet, znscr);\n\t\t\t})();\n\t\t\t</script>\n\n\n\t\t\t<div style=\"font-size:12px;color:#404a52;text-align:right;margin: 6px 14px -10px 0px;\">Powered By ZergNet</div>\n\n\t\t</div>\n\t</div>\n</aside>\n\n\n\n</div>\n\n<div id=\"eventListHolder\" style=\"display:none;\"></div>\n<script type=\"text/javascript\">\n    CN.labjsEventTracker.wait(function(){\n        var\n            i   = 0,\n            ns  = CN,\n            len = 0,\n            absoluteUrl    = false,\n            trackingUrl    = encodeURI(window.location.href),\n            allowedDomains = [],\n            domain         = location.protocol + \"//\" + location.host,\n\t\t\tprefix\t\t   = \"\";\n\n        if (CN.site && CN.site.allowedDomains) {\n            allowedDomains = CN.site.allowedDomains.split(\",\");\n            len            = allowedDomains.length\n        }\n\n        for(; i < len; i++) {\n            if (domain.indexOf(allowedDomains[i]) >= 0) {\n                absoluteUrl = true;\n            }\n        }\n\n\t    if (\"PROD\" != \"PROD\"){\n\t\t\tprefix = \"stag-\";\n\t    }\n\n        if (absoluteUrl) {\n\n            trackingUrl = domain + trackingUrl;\n            ns.site     = ns.site || {};\n\n            ns.site.eventTrackingList   = new EventList(\"eventListHolder\");\n\n\n            ns.site.eventTrackingList.setBaseUrl(\"http://\" + prefix + \"event.vanityfair.com/\");\n            ns.site.eventTrackingEvent  = new EventObject(\"VYF\", \"most_viewed\");\n            ns.site.eventTrackingEvent.setEnvironment(\"PROD\");\n            ns.site.eventTrackingEvent.setSection(\"hollywoodblog\");\n\t\t\t/* Uncoment bellow once ready to pass the search thumb to ETF */\n            //ns.site.eventTrackingEvent.setImgUrl(\"photo url\");\n\n\t\t\tns.site.eventTrackingEvent.setContentId('54b6be53ac2219a72ee444de');\n\n            ns.site.eventTrackingEvent.setFullUrl(encodeURI('http://' + window.location.host + window.location.pathname.replace(/ /g, '').replace(/%20/g, '')));\n            \n            ns.site.eventTrackingEvent.setContentTitle('Gwyneth Paltrow Explains Her Breakups with Brad Pitt and Ben Affleck');\n            \n\n\n            ns.site.eventTrackingList.addEvent(ns.site.eventTrackingEvent);\n            ns.site.eventTrackingList.writeImageTags();\n        }\n    });\n</script>\n\n<!--<script type=\"text/javascript\">\n      console.log(\"running polar articl template\")\n          CN.ad.polar.template1 = function (Handlebars,depth0,helpers,partials,data) {\n  this.compilerInfo = [4,'>= 1.0.0'];\nhelpers = this.merge(helpers, Handlebars.helpers); data = data || {};\n  var buffer = \"\", stack1, stack2, functionType=\"function\", escapeExpression=this.escapeExpression, self=this;\n\nfunction program1(depth0,data) {\n\n  var buffer = \"\", stack1;\n  buffer += \"<a href=\\\"\";\n  if (stack1 = helpers.link) { stack1 = stack1.call(depth0, {hash:{},data:data}); }\n  else { stack1 = depth0.link; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }\n  buffer += escapeExpression(stack1)\n    + \"\\\">\";\n  return buffer;\n  }\n\nfunction program3(depth0,data) {\n\n\n  return \"</a>\";\n  }\n\n  buffer += \"<section>\\n    <figure>\\n        \";\n  stack1 = helpers['if'].call(depth0, depth0.link, {hash:{},inverse:self.noop,fn:self.program(1, program1, data),data:data});\n  if(stack1 || stack1 === 0) { buffer += stack1; }\n  buffer += \"\\n            <img src=\\\"\"\n    + escapeExpression(((stack1 = ((stack1 = depth0.image),stack1 == null || stack1 === false ? stack1 : stack1.href)),typeof stack1 === functionType ? stack1.apply(depth0) : stack1))\n    + \"\\\" width=\\\"195\\\" height=\\\"130\\\"/>\\n        \";\n  stack2 = helpers['if'].call(depth0, depth0.link, {hash:{},inverse:self.noop,fn:self.program(3, program3, data),data:data});\n  if(stack2 || stack2 === 0) { buffer += stack2; }\n  buffer += \"\\n    </figure>\\n    <h2 class=\\\"headline\\\">\\n      <a href=\\\"\";\n  if (stack2 = helpers.link) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.link; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"\\\" >\";\n  if (stack2 = helpers.title) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.title; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"</a>\\n    </h2>\\n  \t<div>\\n      <label>Sponsor Content</label>\\n  \t</div>\\n  \t<div>\\n      <h4>\";\n  if (stack2 = helpers.name) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.name; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"</h4>\\n  \t</div>\\n</section>\\n\\n\\n\\n\";\n  return buffer;\n  };\n</script>\n-->\n\n\n\n    <footer class=\"row\">\n      <div class=\"thirteen columns\">\n        <div class=\"share mobile\">\n    <h6>Follow Us</h6>\n    <ul class=\"site-social\">\n        <li><a class=\"sprites-mobile-twitter\" href=\"https://twitter.com/VanityFair\" target=\"_new\">Twitter</a></li>\n\n        <li><a class=\"sprites-mobile-facebook\" href=\"https://www.facebook.com/vanityfairmagazine\" target=\"_new\">Facebook</a></li>\n\n        <li><a class=\"sprites-mobile-instagram\" href=\"http://instagram.com/vanityfair\" target=\"_new\">Instagram</a></li>\n\n        <li><a class=\"sprites-mobile-tumblr\" href=\"http://vanityfair.tumblr.com/\" target=\"_new\">Tumblr</a></li>\n\n        <li><a class=\"sprites-mobile-pinterest\" href=\"http://www.pinterest.com/VanityFair/\" target=\"_new\">Pinterest</a></li>\n    </ul>\n</div>\n\n<div id=\"AMS_VYF_HOLLYWOOD_FOOTER\" class=\"ecom-placement\">\n\t<a href=\"https://w1.buysub.com/pubs/N3/VYF/self_km2_vog.jsp?cds_page_id=100811&cds_mag_code=VYF&id=1387236842568&lsid=33501734024026588&vid=1&cds_response_key=I1FNAATB\" target=\"_new\">\n\t\t<img src=\"/assets/img/ecom/VYF_Footer_1020x200.v1b-1.jpg\" width=\"1020\" height=\"200\"/>\n\t</a>\n</div>\n<div id=\"bottomBanner320x51_frame\" data-cb-ad-id=\"bottomBanner320x51_frame\">\n</div><script type=\"text/javascript\">\nif(CN.isMobile){\n\n    CN.dart.call('bottomBanner', {sz:'320x51', kws:[\"bottom\"]});\n}\n</script>\n    <div class=\"vf-worldwide web\">\n        <h6>Vanity Fair Worldwide:</h6>\n        <ul>\n            <li><a href=\"http://www.vanityfair.co.uk/\">United Kingdom</a>\n            </li>\n            <li><a href=\"http://www.vanityfair.it\">Italy</a>\n            </li>\n            <li><a href=\"http://www.revistavanityfair.es/\">Spain</a>\n            </li>\n            <li><a href=\"http://www.vanityfair.fr/\">France</a>\n            </li>\n        </ul>\n        <h6>VF On:</h6>\n        <ul>\n            <li><a href=\"http://www.facebook.com/vanityfairmagazine\">Facebook</a>\n            </li>\n            <li><a href=\"https://twitter.com/VanityFair\">Twitter</a>\n            </li>\n            <li><a href=\"http://vanityfair.tumblr.com/\">Tumblr</a>\n            </li>\n        </ul>\n    </div>\n    <div class=\"cn-internal web\">\n        <div class=\"cn-dropdown\">\n            <h6>Visit our sister sites</h6>\n            <ul>\n                <li><a href=\"http://www.allure.com\">Allure</a>\n                </li>\n                <li><a href=\"http://www.architecturaldigest.com\">Architectural Digest</a>\n                </li>\n                <li><a href=\"http://www.arstechnica.com\">Ars Technica</a>\n                </li>\n\n                <li><a href=\"http://www.bonappetit.com\">Bon App&eacute;tit</a>\n                </li>\n                <li><a href=\"http://www.brides.com\">Brides.com</a>\n                </li>\n                <li><a href=\"http://www.concierge.com/cntraveler\">Cond&eacute; Nast Traveler</a>\n                </li>\n                <li><a href=\"http://www.concierge.com\">Concierge</a>\n                </li>\n                <li><a href=\"http://www.details.com\">Details</a>\n                </li>\n\n                <li><a href=\"http://www.epicurious.com\">Epicurious</a>\n                </li>\n                <li><a href=\"http://www.glamour.com\">Glamour</a>\n                </li>\n                <li><a href=\"http://www.golfdigest.com\">Golf Digest</a>\n                </li>\n                <li><a href=\"http://www.golfworld.com\">Golf World</a>\n                </li>\n                <li><a href=\"http://www.gq.com\">GQ</a>\n                </li>\n                <li><a href=\"http://www.hotelchatter.com\">Hotel Chatter</a>\n                </li>\n\n                <li><a href=\"http://www.jaunted.com\">Jaunted</a>\n                </li>\n                <li><a href=\"http://www.luckymag.com\">Lucky</a>\n                </li>\n                <li><a href=\"http://www.nutritiondata.com\">NutritionData</a>\n                </li>\n                <li><a href=\"http://www.reddit.com\">Reddit</a>\n                </li>\n                <li><a href=\"http://www.self.com\">Self</a>\n                </li>\n                <li><a href=\"http://www.style.com\">Style</a>\n                </li>\n\n                <li><a href=\"http://www.teenvogue.com\">Teen Vogue</a>\n                </li>\n                <li><a href=\"http://www.newyorker.com\">The New Yorker</a>\n                </li>\n                <li><a href=\"http://www.vanityfair.com\">Vanity Fair</a>\n                </li>\n                <li><a href=\"http://www.vegaschatter.com\">Vegas Chatter</a>\n                </li>\n                <li><a href=\"http://www.vogue.com\">Vogue</a>\n                </li>\n                <li><a href=\"http://www.wmagazine.com\">W</a>\n                </li>\n\n                <li><a href=\"http://www.wired.com\">Wired</a>\n                </li>\n            </ul>\n        </div>\n        <div>\n            <ul>\n                <li><a href=\"http://www.condenaststore.com/\">Condé Nast Store</a>\n                </li>\n                <li><a href=\"http://www.condenast.com/reprints-permissions\" target=\"_blank\">Reprint/Permissions</a>\n                </li>\n                <li><a href=\"http://www.condenastmediakit.com/vf/\">VF Media Kit</a>\n                </li>\n                <li><a href=\"http://promotions.vf.com/\">Promotions</a>\n                </li>\n            </ul>\n        </div>\n    </div>\n    <div class=\"vf-internal web\">\n        <ul>\n            <li><a href=\"/services/sitemap\">Site Map</a>\n            </li>\n            <li><a href=\"/contact/contact-us\">Contact VF</a>\n            </li>\n            <li id=\"AMS_VYF_SITE_FOOTER_NEWSLETTER\"><a href=\"/services/newsletters/demographics\">Newsletter Sign Up</a>\n            </li>\n            <li><a href=\"#\">Press Center</a>\n            </li>\n            <li id=\"AMS_VYF_SITE_FOOTER_SUBSCRIBE\"><a href=\"https://w1.buysub.com/loc/VYF/ATGFailsafe\" target=\"_blank\">Subscribe</a>\n            </li>\n            <li><a href=\"http://w1.buysub.com/servlet/CSGateway?cds_mag_code=VYF\">Subscription Customer Service</a>\n            </li>\n            <li><a href=\"http://www.condenastdigital.com/vanityfair.html\">Advertising</a>\n            </li>\n            <li><a href=\"http://www.condenastcareers.com/\">Conde Nast Careers</a>\n            </li>\n            <li><a href=\"http://www.vanityfair.com/app\">Digital Edition</a>\n            </li>\n        </ul>\n    </div>\n\n    <div class=\"disclaimer\">\n        <p>Registration on or use of this site constitutes acceptance of our <a target=\"_blank\" href=\"http://www.condenast.com/privacy-policy\">User Agreement</a> (Effectve January 2, 2014) and <a target=\"_blank\" href=\"http://www.condenast.com/privacy-policy#privacypolicy\">Privacy Policy</a> (Effective January 2, 2014).\n            <br>Vanity Fair © Condé Nast Digital. <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" target=\"_blank\">Your California Privacy Rights</a>. The material on this site may not be reproduced, distributed, transmitted, cached\n            or otherwise used,\n            <br>except with the prior written permission of Condé Nast Digital.\n            <br>\n            <a class=\"ad_choices\" target=\"_blank\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\">Ad Choices</a>\n        </p>\n    </div>\n\n      </div>\n    </footer>\n\n    <div class=\"lightreg-forms &#123;&#123;modalContext&#125;&#125;\" ng-controller=\"LightRegCtrl\">\n\t<div id=\"modal-frame\" modal-window=\"modal-window\" class=\"ng-cloak &#123;&#123;title&#125;&#125;\" backdrop=\"true\">\n\t\t<div ng-view=\"\"></div>\n\t</div>\n</div>\n\n\n    <script src=\"/assets/js/ka_bottom.js\"></script>\n\n    <script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n// VF.com\nga('create', 'UA-8293713-15', 'auto');\nga('send', 'pageview');\n\n// VF Summit App\nga('create', 'UA-8293713-23', 'auto', {name: 'vfsummit'});\nga('vfsummit.send', 'pageview');\n\n</script>\n\n\n<script type=\"text/javascript\">\n\n    try {\n\n        var pageTracker = _gat._getTracker('UA-8293713-15');\n\n        pageTracker._trackPageview();\n\n    } catch(err) {}\n\n</script>\n\n<script type=\"text/javascript\">\n\t$(document).ready(function() {\n\t\tCN.dropdown.init();\n\n\t\tif (!CN.isMobile) {\n        if ($('.main.row > .rail .sticky').length > 0) {\n          $('.main.row > .rail .sticky').fixTo('.main.row');\n        }\n\t\t}else{\n      if ((CN.url.params('nojoy') !== '1') && (window.location.pathname.indexOf('hollywood/photos') === 0) && (window.location.pathname.indexOf('style/photos') === 0)) {\n          //ecom mobile override\n          if ( pageAds['AMS_VYF_MOBILE_GLOBAL_FOOTER'] ){\n            $('#AMS_VYF_HOLLYWOOD_FOOTER').attr('id', 'AMS_VYF_MOBILE_GLOBAL_FOOTER').html(pageAds['AMS_VYF_MOBILE_GLOBAL_FOOTER']);\n\n          }\n\n          if( pageAds['AMS_VYF_MOBILE_GLOBAL_SUBNAV']){\n              $('#AMS_VYF_GLOBAL_NAVBAR').attr('id', 'AMS_VYF_MOBILE_GLOBAL_SUBNAV').html(pageAds['AMS_VYF_MOBILE_GLOBAL_SUBNAV']);\n          }\n      }\n\t\t}\n\n\t\t//IE9 & below\n\t\tif ($('html').hasClass('no-csstransforms')) {\n\t\t\t//fallback when light-reg is not supported\n\t\t\tCN.login.drawLogin();\n\t\t}\n\t});\n</script>\n\n<div id=\"BF_WIDGET_1\" style=\"display: none;\">&nbsp;</div>\n<script type=\"text/javascript\">\n\t(function () {\n\t\tBF_WIDGET_JS = document.createElement(\"script\");\n\t\tBF_WIDGET_JS.type = \"text/javascript\";\n\t\tBF_WIDGET_SRC = \"http://ct.buzzfeed.com/wd/UserWidget?u=vanityfair.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n\t\tsetTimeout(function () {\n\t\tdocument.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);\n\t\tBF_WIDGET_JS.src = BF_WIDGET_SRC\n\t}, 1);\n})();\n</script>\n\n\n  \n  <script type=\"text/javascript\" src=\"/assets/js/ka_parsely.js\"></script>\n  \n\n\n\n\n<div>\n    <script>\n        CN.stats.omniture.setStatus(200);\n\n        if(window.location.pathname.indexOf('/photos/') == -1) {\n          CN.stats.omniture.setContentType('article');\n        }\n\n        \n            CN.stats.omniture.setCustomProp('6', 'VF Hollywood');\n            CN.stats.omniture.setCustomProp('7', 'VF Hollywood/Celebrity News'); //subsections\n            \n                CN.stats.omniture.setCustomProp(74, 'article|web,oscars');\n            \n            CN.stats.omniture.setAuthorName(\"Julie Miller\");\n        \n\n        if(window.location.pathname.indexOf('/photos/') == -1) {\n          CN.stats.omniture.doPageTracking();\n        }\n    </script>\n\n    <script type=\"text/javascript\"><!--\n\n    if(window.location.pathname.indexOf('/photos/') == -1) {\n      if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\\!-'+'-')\n    }\n\n    //--></script><noscript><a href=\"http://www.omniture.com\" title=\"Web Analytics\"><img src=\"http://condenast.112.2o7.net/b/ss/condenet-dev/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" /></a></noscript>\n\n</div>\n\n\n\n  </body>\n</html>\n"
  },
  {
    "path": "tests/data/html/vogue.de1.html",
    "content": "<!DOCTYPE html>\n<html lang=\"de\">\n<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#\">        \t\n\n    \t\n<title>Lieblingsstück: die Iphonehülle von Iphoria - VOGUE</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta charset=\"utf-8\" />\n<meta name=\"viewport\" content=\"width=1220\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"author\" content=\"VOGUE\" />    <meta name=\"keywords\" content=\"\" />    <meta name=\"description\" content=\"Im Chanel typischen Nagellackfläschchen Design sind die IPhone Cases von Iphoria der Hingucker an jedem Iphone. Sie werden Ton-in Ton mit der passenden Nagellackfarbe oder mit Kontrastlook (oben) getragen. ...\" /><link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria\" />\n<link rel=\"alternate\" media=\"handheld\" href=\"http://m.vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria\" /><link rel=\"publisher\" href=\"https://plus.google.com/+VOGUEDeutschland\" /><link rel=\"shortcut icon\" href=\"/extension/cndesignvogue2/design/vogue2/images/favicon.ico\" type=\"image/x-icon\" />\n\n<link rel=\"apple-touch-icon\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-57x57.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-72x72.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-114x114.png\" />                <meta name=\"robots\" content=\"index, follow, noodp\" />\n        \n\t                                                    <meta property=\"og:title\" content=\"Lieblingsstück: die Iphonehülle von Iphoria\" />    <meta property=\"og:description\" content=\"Im Chanel typischen Nagellackfläschchen Design sind die IPhone Cases von Iphoria der Hingucker an jedem Iphone. Sie werden Ton-in Ton mit der passenden Nagellackfarbe oder mit Kontrastlook (oben) getragen. ...\" /><meta property=\"og:url\" content=\"http://www.vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:site_name\" content=\"VOGUE\" />\n<meta property=\"og:image\" content=\"http://www.vogue.de/var/vogue/storage/images/media/vogue/blogbilder/beauty/iphoria_iphone_huelle/15751993-1-ger-DE/iphoria_iphone_huelle_v650xx.png\" />\n<meta property=\"fb:app_id\" content=\"210625805656210\" />\n\n<style type=\"text/css\" media=\"all\">\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/pagelayout.css?1420265852\");\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/teaser.css?1420265852\");\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/jquery.tooltip.css?1420265852\");\n</style>\n\n\n\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery-1.7.2.min.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cnadvert/design/standard/javascript/cnTools.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.cookie.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cnadvert/design/standard/javascript/cnIvw.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnLastVisitNews.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnSocialNetworks.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/categorizr.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnMobileRedirect.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.tooltip.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.abolayer.js?1420265852\" charset=\"utf-8\"></script>\n\n<script>\n    var cnSettings = {};\n    \n    cnSettings.debug = false;\n    \n    cnSettings.memory_count_method = 1;\n    \n    cnSettings.checkForAdsInterval = 1000;\n\n\n\n        $.cnMobileRedirect({\n                            'mobileSite': 'http://m.vogue.de',\n                            'desktopSite':'http://www.vogue.de'\n        });\n\n</script>\n<!--[if lt IE 9]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n<script src=\"https://script.ioam.de/iam.js\"></script>\n \n\n        \n\n\n        \n                                                        \n        \n        \n        \n        \n\n                    \n                \n                \n    \n\n\n<script type=\"text/javascript\">\n\n    if (typeof cnSettings === 'undefined') {    var cnSettings = {};\n    }\n    cnSettings.adserver = {        server: 'adserver.adtech.de',\n        network: 'Condé Nast Digital GmbH',\n        network_id: '1147.1',\n        fallback_id: 0,\n        website: 'VO12.1',\n        prefix_path: '/addyn/3.0/1147.1/',\n        postfix_path: '/ADTECH',\n\n        placement_sky: '3197590',\n        placement_ca: '3197591',\n        placement_sb: '3197593',\n        placement_mh: '3197595',\n        placement_promo: '3197596',\n        placement_maxi: '4364571',\n        placement_layer: '3197592',\n                \n\n        size_sky: '168',\n        size_ca: '170',\n        size_sb: '225',\n        size_mh: '2040',\n        size_promo: '3961',\n        size_maxi: '67',\n        size_layer: '16',\n        \n\n        default_target: '_blank',\n        default_alias: 'VOdefault',\n        default_key: 'Vogue',\n\n        ga_uid: 'UA-1696648-2',\n        ga_domain: '.vogue.de',\n\n        adtech_alias: 'Beauty_Blog',\n        adtech_key: 'Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch',\n        has_gallery: '0',\n        ad_free: '',\n        ivw_ignore: '',\n\n        ivw_prefix: 'vn',\n        ivw_ident: 'vogue',\n        ivw: 'vn_beautyblog'\n\n    };\n</script>\n\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\n</head>\n<body>\n    <!-- ClickTale Top part -->\n    <script>\n        window.ClickTaleSettings = { XHRWrapper: { Enable: true, MaxResponseSize: 1000000} };document.write(unescape(\"%3Cscript%20src='\" + (document.location.protocol == 'https:' ? 'https://cdnssl.clicktale.net/www/' : 'http://cdn.clicktale.net/www/') + \"XHRWrapper.js'%20type='text/javascript'%3E%3C/script%3E\"));\n    </script>\n    <!-- ClickTale end of Top part -->\n\n    <!-- Google Tag Manager -->\n    <noscript>\n        <iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KVG8K7\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n    </noscript>\n    <script>\n        (function(w,d,s,l,i){\n                w[l]=w[l]||[];\n                w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});\n                var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';\n                j.async=true;\n                j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;\n                f.parentNode.insertBefore(j,f);\n        })(window,document,'script','dataLayer','GTM-KVG8K7');\n    </script>\n    <!-- End Google Tag Manager -->\n    \n\n<!-- SZM VERSION=\"2.0\" -->\n<script type=\"text/javascript\">\n    cnIvwHelper.triggerIVW20(cnSettings.adserver.ivw, true, false);\n</script>\n\n\n\n\n    <script type=\"text/javascript\">\n    <!--GA-Code mit anonymisierter IP-->\n    cnIvwHelper.trackGoogleAnalyticsPageView();\n    <!--/GA-Code mit anonymisierter IP-->\n    </script>\n\n<div class=\"main-container\">\n\n    <div class=\"centered-content\">\n        \n<div id=\"superbanner\" role=\"banner\">\n\t\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- Superbanner Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Beauty_Blog_SB (3197593) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197593_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197593_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197593_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197593_UID = setTimeout(loadAdtech_3197593_UID, 100);\n                    } else {\n                      loadAdtech_3197593_UID();\n                    }\n                }\n\n                function loadAdtech_3197593_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197593 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197593_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197593_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197593 !== undefined){\n                            window.clearTimeout(window.timeout_3197593);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197593/0/225/ADTECH;loc=100;target=_blank;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;alias=VO12.1_Beauty_Blog_SB;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197593_UID', adTagString, {done:function(){window.timeout_3197593 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197593_UID = setTimeout(loadAdtech_3197593_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197593/0/225/ADTECH;loc=300;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=271;alias=VO12.1_Beauty_Blog_SB\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197593/0/225/ADTECH;loc=100;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=271;alias=VO12.1_Beauty_Blog_SB\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        \t\n<div id=\"skyscraper\" role=\"banner\">\n\t\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- Skyscraper Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Beauty_Blog_SKY (3197590) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197590_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197590_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197590_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197590_UID = setTimeout(loadAdtech_3197590_UID, 100);\n                    } else {\n                      loadAdtech_3197590_UID();\n                    }\n                }\n\n                function loadAdtech_3197590_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197590 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197590_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197590_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197590 !== undefined){\n                            window.clearTimeout(window.timeout_3197590);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197590/0/168/ADTECH;loc=100;target=_blank;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;alias=VO12.1_Beauty_Blog_SKY;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197590_UID', adTagString, {done:function(){window.timeout_3197590 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197590_UID = setTimeout(loadAdtech_3197590_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197590/0/168/ADTECH;loc=300;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=9;alias=VO12.1_Beauty_Blog_SKY\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197590/0/168/ADTECH;loc=100;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=9;alias=VO12.1_Beauty_Blog_SKY\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div></div>            <header id=\"header\" class=\"content-bg\">\n    \n<ul id=\"service-menu\" role=\"menu\">\n                <li role=\"menuitem\"><a id=\"service-horoscopes\" href=\"/horoskope\" title=\"Horoskope\">Horoskope</a></li>\n    \n    \n    <li role=\"menuitem\"><a id=\"service-facebook\" href=\"http://www.facebook.com/VOGUEDeutschland\" title=\"Facebook\" target=\"_blank\">Facebook</a></li>\n    <li role=\"menuitem\"><a id=\"service-twitter\" href=\"http://twitter.com/#!/VOGUE_Germany\" title=\"Twitter\" target=\"_blank\">Twitter</a></li>\n    <li role=\"menuitem\"><a id=\"service-tumblr\" href=\"http://voguedeutschland.tumblr.com\" title=\"Tumblr\" target=\"_blank\">Tumblr</a></li>\n    <li role=\"menuitem\"><a id=\"service-google-plus\" href=\"https://plus.google.com/116116654020620758693\" title=\"Google Plus\" target=\"_blank\">Google+</a></li>\n    \n    <li role=\"menuitem\"><a id=\"service-instagram\" href=\"http://instagram.com/voguegermany\" title=\"Instagram\" target=\"_blank\">Instagram</a></li>\n    <li role=\"menuitem\"><a id=\"service-spotify\" href=\"https://play.spotify.com/user/vogue_deutschland\" title=\"Spotify\" target=\"_blank\">Spotify</a></li>\n</ul>    <form id=\"search\" name=\"search\" method=\"get\" action=\"/content/search\" role=\"search\">\n        <input type=\"search\" name=\"SearchText\" autosave=\"vogue_search\" results=\"5\" placeholder=\"Suche\" aria-label=\"Eingabefeld für die Suche\" /><button type=\"submit\" value=\"Absenden\" title=\"Suchformular absenden\" aria-label=\"Suchformular absenden\"></button>\n    </form>\n    <a id=\"logo\" href=\"/\" title=\"Zurück zur Startseite\">VOGUE Startseite</a>\n                <a id=\"cover\" class=\"trigger-abo-layer\" href=\"http://abo.vogue.de/?utm_campaign=Aboshop+-+Heftteaser+oben+rechts&utm_source=VOGUE+Website&utm_medium=Organisch\" target=\"_blank\" title=\"Heft 1/2015\">\n                                                                                \t\t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"118\" height=\"156\" alt=\"Heft 1/2015\" title=\"\" />\n                                </a>\n                \t<nav role=\"navigation\">\n    <ul id=\"navigation-menu\" role=\"menubar\">\n                                \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"ModeLabel\"><a id=\"ModeLabel\" href=\"/mode\">Mode</a>\n        <ul role=\"menu\">\n                                                                                                                            <li role=\"menuitem\"><a href=\"/shopping/look-shopping\">Look Shopping</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/shopping/shopping-list\">Shopping-List</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/mode-news\">Mode-News<span class=\"notify node_75137\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/mode-trends\">Mode-Trends</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/star-style\">Star-Style</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/fashion-radar\">Fashion Radar</a></li>\n                                                                                                                                                                                                                                        <li role=\"menuitem\"><a href=\"/mode/look-des-tages\">Look des Tages</a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <li role=\"menuitem\"><a href=\"/tags/s/street-style\">Street-Style</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/a/accessoires\">Accessoires</a></li>\n                                                                                        </ul>\n</li>                                            \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"FashionShowsLabel\"><a id=\"FashionShowsLabel\" href=\"/fashion-shows\">Fashion Shows</a>\n        <ul role=\"menu\">\n                                                                                        <li role=\"menuitem\"><a href=\"/fashion-shows/berlin-fashion-week\">Berlin Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/new-york-fashion-week\">New York Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/london-fashion-week\">London Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/mailand-fashion-week\">Mailand Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/paris-fashion-week\">Paris Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/haute-couture-paris\">Haute Couture Paris</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/designer\">Designer</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/models\">Models</a></li>\n                                                                                        </ul>\n</li>                                                                                                                <li class=\"active\" role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"BeautyLabel\"><a id=\"BeautyLabel\" href=\"/beauty\">Beauty</a>\n        <ul role=\"menu\">\n                                                                                                                                                            <li role=\"menuitem\"><a href=\"/beauty/beauty-news\">Beauty-News<span class=\"notify node_75140\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/beauty/beauty-trends\">Beauty-Trends</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/beauty/beauty-tipps\">Beauty-Tipps</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/frisuren\">Frisuren</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/n/nagellacke\">Nagellacke</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/fitness\">Fitness</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/l/lieblinge-der-redaktion\">Lieblinge der Redaktion</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/p/parfum\">Parfum</a></li>\n                                                                                                                                                            </ul>\n</li>                                            \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"PeopleKulturLabel\"><a id=\"PeopleKulturLabel\" href=\"/people-kultur\">People &amp; Kultur</a>\n        <ul role=\"menu\">\n                                                                                        <li role=\"menuitem\"><a href=\"/people-kultur/people-news\">People-News<span class=\"notify node_75145\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/fashion-s-night-out\">Fashion's Night Out 2014</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/people-kultur/kultur-tipps\">Kultur-Tipps</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/people-kultur/who-is-who\">Who is Who</a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                    <li role=\"menuitem\"><a href=\"/videos\">VOGUE Videos</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/r/reisen\">Reise</a></li>\n                                                                                                                                                            </ul>\n</li>                                            \t                                                        <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"NewsLabel\"><a id=\"NewsLabel\" href=\"/news\">News<span id=\"news_counter\" class=\"notify\" style=\"visibility: hidden;\"></span></a>\n        <div class=\"popover\">\n        <section>\n                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/fruehjahr-sommer-kampagne-2015-freja-beha-erichsen-und-jennifer-connelly-fuer-louis-vuitton\" title=\"Frühjahr/Sommer Kampagne 2015: Freja Beha Erichsen und Jennifer Connelly für Louis Vuitton \">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2_/19505291-1-ger-DE/jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2__teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2_\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Freja Beha Erichsen und Jennifer Connelly für Louis Vuitton </div>\n        <p><strong>02. Januar 2015, 15:53</strong> Im Mittelpunkt der neuen Kampagne von Louis Vuitton für Frühjahr/Sommer 2015 <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/auszeichnung-mary-quant-auf-der-new-year-s-honours-list-2015\" title=\"Auszeichnung: Mary Quant auf der New Year's Honours List 2015\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/mary_quant_2009_getty_images_93010806_mike_prior__2_/19505239-1-ger-DE/mary_quant_2009_getty_images_93010806_mike_prior__2__teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"mary_quant_2009_getty_images_93010806_mike_prior__2_\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Mary Quant auf der New Year's Honours List 2015</div>\n        <p><strong>02. Januar 2015, 12:46</strong> Mary Quant erhält den Verdienstorden Dame Commander of the Order of the British Empire</p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/fruehjahr-sommer-kampagne-2015-gisele-buendchen-fuer-chanel-afterdark\" title=\"Kampagne: Gisele Bündchen für Chanel &quot;Afterdark&quot;\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/gisele-bundchen-chanel-2015/19505062-1-ger-DE/gisele-bundchen-chanel-2015_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"gisele-bundchen-chanel-2015\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Gisele Bündchen für Chanel &quot;Afterdark&quot;</div>\n        <p><strong>02. Januar 2015, 11:39</strong> Karl Lagerfeld fotografierte die Frühjahr/Sommer-Kampagne 2015 für Chanel</p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/beauty/beauty-news/beauty-vorschau-2015-vorausschauend\" title=\"Beauty-Vorschau 2015\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/beauty/beauty-vorschau-2015-hoch/19504357-1-ger-DE/beauty-vorschau-2015-hoch_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"beauty-vorschau-2015-hoch\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Beauty:</span> Vorausschauend</div>\n        <p><strong>30. Dezember 2014, 17:10</strong> Die Beauty-Highlights des neuen Jahres\r\n</p>\n    </div>\n</a>                        <a class=\"more\" href=\"/news\" title=\"Alle News anzeigen\">Alle News</a>\n        </section>\n    </div>\n    </li>                                            \t                                                        <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"BlogsLabel\"><a id=\"BlogsLabel\" href=\"/blogs/suzy-menkes\">Suzy Menkes</a>\n\t   \n    <div class=\"popover\">\n        <section>\n                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/rubber-boots-reach-new-heel-heights2\" title=\"Rubber boots reach new (heel) heights\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/hunter/hunter-boots-hoch/19495915-1-ger-DE/hunter-boots-hoch_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"hunter-boots-hoch\" title=\"\" />                <div class=\"headline\">\n        \t            Rubber boots reach new (heel) heights\n        </div>\n        <p><strong>18. Dezember 2014, 17:34</strong> Suzy Menkes latest blog entry </p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/dancing-jewels2\" title=\"Dancing Jewels\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/dancing-jewels/8_credit_damiani/19489443-1-ger-DE/8_credit_damiani_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"8_credit_damiani\" title=\"\" />                <div class=\"headline\">\n        \t            Dancing Jewels\n        </div>\n        <p><strong>16. Dezember 2014, 14:45</strong> Suzy Menkes about Damiani's design inspirations </p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/candy-crush-who-will-win-the-fashion-version\" title=\"CANDY CRUSH: Who will win the fashion version? \">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/candy-crush/credit_venturelli/19486962-1-ger-DE/credit_venturelli_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"credit_venturelli\" title=\"\" />                <div class=\"headline\">\n        \t            CANDY CRUSH: Who will win the fashion version? \n        </div>\n        <p><strong>15. Dezember 2014, 10:30</strong> There are more designers and executives moving around the big <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/chanel-s-workshops-see-a-new-generation-embracing-artisan-skills\" title=\"Chanel’s workshops see a new generation embracing artisan skills\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/chanel-salzburg/13-metiers-d-art-paris-salzburg-2014-15-collection-final-pictures-by-olivier-saillant-002/19466106-1-ger-DE/13-metiers-d-art-paris-salzburg-2014-15-collection-final-pictures-by-olivier-saillant-002_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"13-metiers-d-art-paris-salzburg-2014-15-collection---final-pictures-by-olivier-saillant-002\" title=\"\" />                <div class=\"headline\">\n        \t            Chanel’s workshops see a new generation embracing artisan skills\n        </div>\n        <p><strong>09. Dezember 2014, 18:16</strong> Suzy Menkes comments on Chanel's pre-fall 2015 show in Salzburg </p>\n    </div>\n</a>                        <a class=\"more\" href=\"/blogs\" title=\"Alle Blogs anzeigen\">Alle Blogs</a>\n        </section>\n    </div>\n    </li>                                            \t                                                        <li id=\"abo\" class=\"gold trigger-abo-layer\" role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"MagazinAboLabel\"><a id=\"MagazinAboLabel\" class=\"trigger-abo-layer\" href=\"#\">VOGUE Abo</a></li>                        </ul>\n</nav>    \t\t<div id=\"abo-layer\" class=\"trigger-abo-layer\">\n    <ul>\n        <li>\n            <a href=\"http://abo.vogue.de/?utm_campaign=Abo+-+Top-Overlay+Printabo&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                <figure>\n\t\t\t\t\t                \t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"85\" height=\"111\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                VOGUE abonnieren\n            </a>\n        </li>\n        <li>\n            <a href=\"http://abo.vogue.de/digital/?utm_campaign=Abo+-+Top-Overlay+digital&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                <figure class=\"tablet\">\n                \t                \t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"67\" height=\"87\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                Digitales Magazin\n            </a>\n        </li>\n        <li>\n            <a href=\"/tags/h/heft-1-2015\">\n                <figure class=\"recent-issue\">\n                \t                \t<img src=\"/var/vogue/storage/images/media/vogue/vogue-cover/aktuelle-heftinhalte/18238934-6-ger-DE/aktuelle-heftinhalte_v118x156.jpg\" width=\"85\" height=\"111\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                Aktuelle Heftinhalte\n            </a>\n        </li>\n    </ul>\n</div>\n\t    </header>        \n     \n\n     \n                    \n        \n                    \n        \n                    \n        \n                    \n            \n                        \n        \n        \n        \n                    \n            \n        \n        \n        \n        \n        \n\t\t\n        \n                                    \n                        \n    \n            \t        \t                \n\t\n    \n    \t\n<div id=\"content\" class=\"content-bg\" role=\"main\">\n\n    \t                <nav>\n    <ul class=\"breadcrumb\" role=\"menu\">\n    \t<li role=\"menuitem\"><a href=\"/\">Home</a></li>\n                                        \n                \n        <li role=\"menuitem\"><a href=\"/beauty\">Beauty</a></li>\n\n                \n                                                \n                \n        <li role=\"menuitem\"><a href=\"/beauty/beauty-blog\">Beauty Blog</a></li>\n\n                \n                                <li>Lieblingsstück: die iPhone-Hülle von Iphoria</li>\n            </ul>\n</nav>    <div id=\"masthead\" role=\"banner\">\n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- Masthead Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Beauty_Blog_MH (3197595) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197595_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197595_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197595_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197595_UID = setTimeout(loadAdtech_3197595_UID, 100);\n                    } else {\n                      loadAdtech_3197595_UID();\n                    }\n                }\n\n                function loadAdtech_3197595_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197595 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197595_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197595_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197595 !== undefined){\n                            window.clearTimeout(window.timeout_3197595);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197595/0/2040/ADTECH;loc=100;target=_blank;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;alias=VO12.1_Beauty_Blog_MH;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197595_UID', adTagString, {done:function(){window.timeout_3197595 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197595_UID = setTimeout(loadAdtech_3197595_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197595/0/2040/ADTECH;loc=300;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=665;alias=VO12.1_Beauty_Blog_MH\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197595/0/2040/ADTECH;loc=100;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=665;alias=VO12.1_Beauty_Blog_MH\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div>\t\n    <section class=\"channel-header\">\n        <h1><span>Beauty </span>Blog</h1>\n                    </section>\n\n    <div class=\"column-left\">\n    \n    \t\n        <section class=\"module blog-entry\">\n            <div class=\"date\">\n                <div class=\"day\">29</div>\n                <div class=\"month-year\">Mai 2013</div>\n            </div>\n            <h2 class=\"headline\">Lieblingsstück: die iPhone-Hülle von Iphoria</h2>\n            \n                        <figure class=\"blog-figure\">\n                \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/beauty/iphoria_iphone_huelle/15751993-1-ger-DE/iphoria_iphone_huelle_v650xx.png\" width=\"650\" height=\"976\" alt=\"Iphoria_IPhone_Hülle\" title=\"\" />                <p class=\"copyright\">&copy; PR</p>\n            </figure>\n                        \n            \n<p>Im&nbsp;Design von Chanel-Nagellackfläschchen sind die iPhone-Cases von Iphoria der Hingucker bei jedem iPhone. Sie werden Ton in Ton mit der passenden Nagellackfarbe oder im Kontrastlook (oben) getragen. Die Hüllen gibt es in vier Farben: &quot;Rouge Pur&quot; (oben), &quot;Sky Blue&quot;, &quot;Sea Mint&quot; und &quot;Candy Pink&quot;. Unten sind die iPhone-Cases&nbsp;in Rot, Himmelblau und Mintgrün neben den Chanel-Nagellacken in den Farbtönen &quot;Le Vernis Taboo&quot;, &quot;Le Vernis Pirate&quot; und &quot;Le Vernis Lilis&quot; abgebildet.</p>\n\n    <figure class=\"blog-figure\">\n        \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/img_5301/15752223-1-ger-DE/img_5301_v650xxd.jpg\" width=\"650\" height=\"975\" alt=\"IMG_5301\" title=\"\" />            </figure><p>Die Chanel-Nagellacke kosten je 24 Euro. Die Iphoria-iPhone-Cases gibt es über <a href=\"http://www.iphoria.com\" target=\"_self\">www.iphoria.com</a>, ab 45 Euro.</p>            \n            <div class=\"category-tags\" style=\"clear: both;\">\n                <div class=\"label\">Kategorie: <a href=\"/beauty/beauty-blog/(kategorie)/27\">Nagellack</a></div>\n                                <div class=\"label\">Tags:\n                                            <ul class=\"keywords\" role=\"menu\">\n                    \t    <li role=\"menuitem\"><a href=\"/tags/c/chanel-nagellack\" title=\"Alles zum Thema &#34;Chanel Nagellack&#34; anzeigen\">Chanel Nagellack</a></li>\n    \t    </ul>                                    </div>\n                            </div>\n        </section>\n\n\t\t<footer class=\"blog-footer\">\n        \t<ul class=\"social-issues\" role=\"menu\">\n\t<li class=\"fb_share\">\n    \t<a onclick=\"window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href), 'facebook-share-dialog', 'width=626,height=436'); return false;\"></a>\n    </li>\n    <li class=\"facebook\">\n    \t<div class=\"fb-like\" data-send=\"false\" data-layout=\"box_count\" data-width=\"450\" data-show-faces=\"true\" ref=\"lower\"></div>\n    </li>\n    <li class=\"twitter\">\n    \t<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"\" data-via=\"VOGUE_DE\" data-lang=\"de\" data-related=\"\" data-count=\"vertical\">Tweet</a>\n    </li>\n    <li class=\"google\">\n    \t<div class=\"g-plus\" data-action=\"share\" data-annotation=\"vertical-bubble\" data-height=\"60\"></div>\n    </li>\n        <li class=\"email-button\" role=\"menuitem\" aria-haspopup=\"false\" aria-labelledby=\"EmailLabel\">\n    \t<a id=\"EmailLabel\" href=\"mailto:?subject=Artikel%20auf%20VOGUE.DE%20gefunden&amp;body=http%3A%2F%2Fwww.vogue.de%2Fbeauty%2Fbeauty-blog%2Flieblingsstueck-die-iphone-huelle-von-iphoria\" title=\"Artikel via E-Mail versenden\">\n            <div class=\"bubble\">@</div>\n            <div class=\"text\">E-Mail</div>\n        </a>\n    </li>\n    </ul>            <section class=\"module facebook-comments\">\n    <h2>Kommentare</h2>\n    <div class=\"module-content\">\n    \t<div class=\"fb-comments\" data-href=http://www.vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria data-num-posts=\"5\" data-width=\"650\"></div>\n\t</div>\n</section>            \n            \n                                    \t                                        \n                                    \t                                        \n            <section class=\"module blog-pagination\">\n                <h2><span>Beauty </span>Blog</h2>\n                <div class=\"module-content\">\n                    <a class=\"prev\" href=\"/beauty/beauty-blog/zum-anbeissen-nagellackfarben-in-nuancen-von-himbeer-bis-kirsche\">Vorheriger Post</a>\n                    <a class=\"overview\" href=\"/beauty/beauty-blog\">Zur Übersicht</a>\n                    <a class=\"next\" href=\"/beauty/beauty-blog/preview-auf-die-make-up-kollektion-von-alber-elbaz-fuer-lancome\">Nächster Post</a>\n            \n                    <div class=\"teasers\">\n                        \n\t\t<a class=\"teaser blog-entry\" href=\"/beauty/beauty-blog/zum-anbeissen-nagellackfarben-in-nuancen-von-himbeer-bis-kirsche\" title=\"Zum Anbeißen: Nagellackfarben in Nuancen von Himbeer bis Kirsche \">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/beauty/nagellacke_in_beerenfarben/15985936-1-ger-DE/nagellacke_in_beerenfarben_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"Nagellacke_in_Beerenfarben\" title=\"\" />                <div class=\"headline\">\n        \t            Zum Anbeißen: Nagellackfarben in Nuancen von Himbeer bis Kirsche \n        </div>\n        <p><strong>12. Juli 2013, 12:34</strong> Passend zur Beerensaison zieren jetzt fruchtige Rot-und Fuchsiatöne unsere Nägel <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                        \n\t\t<a class=\"teaser blog-entry\" href=\"/beauty/beauty-blog/preview-auf-die-make-up-kollektion-von-alber-elbaz-fuer-lancome\" title=\"Preview auf die Make-up-Kollektion von Alber Elbaz für Lancôme\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/beauty/alber_elbaz_for_lancome_make_up/15640426-1-ger-DE/alber_elbaz_for_lancome_make_up_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"Alber_Elbaz_for_Lancome_Make_up\" title=\"\" />                <div class=\"headline\">\n        \t            Preview auf die Make-up-Kollektion von Alber Elbaz für Lancôme\n        </div>\n        <p><strong>02. Mai 2013, 12:34</strong> Ein absolutes Beauty-Highlight dieses Sommers ist die &quot;Lancôme by Alber <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                    </div>\n                </div>\n            </section>\n            \n        </footer>\n        \n    </div><aside>\n\t\t\n        \n<div class=\"ad-halfpage\">\n    \n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- ContentAD Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Beauty_Blog_CA (3197591) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197591_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197591_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197591_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197591_UID = setTimeout(loadAdtech_3197591_UID, 100);\n                    } else {\n                      loadAdtech_3197591_UID();\n                    }\n                }\n\n                function loadAdtech_3197591_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197591 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197591_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197591_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197591 !== undefined){\n                            window.clearTimeout(window.timeout_3197591);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197591/0/170/ADTECH;loc=100;target=_blank;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;alias=VO12.1_Beauty_Blog_CA;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197591_UID', adTagString, {done:function(){window.timeout_3197591 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197591_UID = setTimeout(loadAdtech_3197591_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197591/0/170/ADTECH;loc=300;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=361;alias=VO12.1_Beauty_Blog_CA\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197591/0/170/ADTECH;loc=100;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=361;alias=VO12.1_Beauty_Blog_CA\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div>        \n                \t\t<section class=\"widget author\">\n            <a href=\"/service/die-redaktion/carolina-von-canal\" title=\"Zum Profil von Carolina von Canal\">\n        \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/profilbilder/carolina-fricke-320x180/14054197-1-ger-DE/carolina-fricke-320x180_article.jpg\" width=\"320\" height=\"180\" alt=\"Carolina Fricke\" title=\"\" />    </a>\n            <p class=\"author\">von Carolina von Canal</p>\n        <div class=\"google-plus\">\n        </div>\n</section>\n\t                \n                    \t<section class=\"widget blog-categories\">\n    <h2>Kategorien dieses Blogs</h2>\n    <div class=\"widget-content\">\n        <ul class=\"search-menu\" role=\"menu\">\n            <li role=\"menuitem\"><a href=\"/beauty/beauty-blog\" title=\"Alle Blogkategorien anzeigen\">Alle (86)</a></li>\n                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/0\" title=\"Blogkategorie &#34;Allgemein&#34; anzeigen\">Allgemein (5)</a></li>\n                \t                                                            \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/17\" title=\"Blogkategorie &#34;Shopping&#34; anzeigen\">Shopping (1)</a></li>\n                \t                                                            \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/26\" title=\"Blogkategorie &#34;Make-up&#34; anzeigen\">Make-up (16)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a class=\"active\" href=\"/beauty/beauty-blog/(kategorie)/27\" title=\"Blogkategorie &#34;Nagellack&#34; anzeigen\">Nagellack (19)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/28\" title=\"Blogkategorie &#34;Düfte&#34; anzeigen\">Düfte (17)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/29\" title=\"Blogkategorie &#34;Pflege &amp; Spa&#34; anzeigen\">Pflege &amp; Spa (10)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/30\" title=\"Blogkategorie &#34;Haare&#34; anzeigen\">Haare (6)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/31\" title=\"Blogkategorie &#34;Fitness&#34; anzeigen\">Fitness (2)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/32\" title=\"Blogkategorie &#34;Accessoires&#34; anzeigen\">Accessoires (3)</a></li>\n                \t                                                            \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/33\" title=\"Blogkategorie &#34;Favoriten&#34; anzeigen\">Favoriten (6)</a></li>\n                \t                                                            \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                <li role=\"menuitem\"><a href=\"/beauty/beauty-blog/(kategorie)/48\" title=\"Blogkategorie &#34;Gesundheit&#34; anzeigen\">Gesundheit (1)</a></li>\n                \t                                                            \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                                                \t                                                        </ul>\n    </div>\n</section>            </aside>\n\t\n</div>        \t    \t                                        \t\t\t\n<footer id=\"footer\" class=\"content-bg\">\n            \n            \n    \n            <nav role=\"navigation\">\n                            <section class=\"footer-column\">\n    <h2>VOGUE im Netz</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n    <a href=\"/service/die-redaktion\" title=\"Die Redaktion\">Die Redaktion</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://pinterest.com/voguede/\" target=\"_blank\" title=\"Pinterest\">Pinterest</a></li>\n            <li role=\"menuitem\">\n        <a href=\"https://plus.google.com/116116654020620758693\" target=\"_blank\" title=\"Google +\">Google +</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://voguedeutschland.tumblr.com/\" target=\"_blank\" title=\"Tumblr\">Tumblr</a></li>\n            <li role=\"menuitem\">\n        <a href=\"https://twitter.com/VOGUE_Germany\" target=\"_blank\" title=\"Twitter\">Twitter</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://www.facebook.com/VOGUEDeutschland\" target=\"_blank\" title=\"Facebook\">Facebook</a></li>\n            </ul>\n</section>                            <section class=\"footer-column\">\n    <h2>Info</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n        <a href=\"http://condenast.de/flash/\" target=\"_blank\" title=\"Jobs\">Jobs</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/kontakt\" title=\"Kontakt\">Kontakt</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/werbung-buchen\" title=\"Werbung buchen\">Werbung buchen</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/datenschutz\" title=\"Datenschutz\">Datenschutz</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/agb\" title=\"AGB\">AGB</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/impressum\" title=\"Impressum\">Impressum</a></li>\n                        <li role=\"menuitem\"><a href=\"/nutzungsbasierte-online-werbung\" class=\"oba_icon\">Nutzungsbasierte<br>Online-Werbung</a></li>\n        </ul>\n</section>                            <section class=\"footer-column\">\n    <h2>Service</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n    <a href=\"/tags/a\" title=\"Themenwelt\">Themenwelt</a></li>\n            <li role=\"menuitem\">\n<a href=\"/service/gewinnspiele\" title=\"\nGewinnspiele\">Gewinnspiele</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/galerien\" title=\"Galerien\">Galerien</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/videos\" title=\"Videos\">Videos</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://www.vogue.de/adressen\" target=\"_blank\" title=\"VOGUE Adressen\">VOGUE Adressen</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/service/newsletter-anmeldung\" title=\"Newsletter\">Newsletter</a></li>\n                        <li role=\"menuitem\"><a href=\"http://www.vdz.de/primesite-guetesiegel/\" target=\"_blank\" title=\"VDZ PrimeSite\" class=\"vdz_icon\"><img title=\"VDZ PrimeSite\" src=\"/extension/cndesignvogue2/design/vogue2/images/vdz_prime_site-40x50.png\" /></a></li>\n        </ul>\n</section>                        \n            <section class=\"footer-column abo\">\n    \t\t\t<h2>Abo</h2>\n                <a class=\"print\" href=\"http://abo.vogue.de/?utm_campaign=Abostage+-+Print-Teaser&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                    <figure>\n                    \t\t                                                            <img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2014/vo_de_12_14/19420349-1-ger-DE/vo_de_12_14_v122xx.jpg\" width=\"122\" height=\"162\" alt=\"vo_de_12_14\" title=\"\" />                    </figure>\n                    <span>VOGUE<br>abonnieren</span>\n                </a>\n                <a class=\"digital\" href=\"http://abo.vogue.de/epaper/?utm_campaign=Abostage+-+ePaper-Teaser&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                    <figure>\n                    \t\t                                                            <img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2014/vo_de_12_14/19420349-1-ger-DE/vo_de_12_14_v122xx.jpg\" width=\"122\" height=\"162\" alt=\"vo_de_12_14\" title=\"\" />                    </figure>\n                    <span>VOGUE<br>Digital</span>\n                </a>\n            </section>\n        </nav>\n    \n    <div class=\"brands\">\n    <a class=\"condenast\" href=\"http://www.condenast.de/\" title=\"Zur Condé Nast Verlag Startseite\">Condenast.de</a>\n    <a class=\"glamour\" href=\"http://www.glamour.de/\" title=\"Zur Glamour.de Startseite\">Glamour.de</a>\n    <a class=\"gq\" href=\"http://www.gq-magazin.de/\" title=\"Zur GQ Startseite\">GQ-Magazin.de</a>\n    <a class=\"myself\" href=\"http://www.myself.de/\" title=\"Zur myself Startseite\">myself.de</a>\n    <a class=\"style\" href=\"http://www.style.de/\" title=\"Zur Style Startseite\">style.de</a>\n    <a class=\"architectural-digest\" href=\"http://www.ad-magazin.de/\" title=\"Zur AD Startseite\">AD-Magazin</a>\n    <a class=\"wired\" href=\"http://www.wired.de/\" title=\"Zur Wired Startseite\"></a>\n</div>\n    </footer>\t\n    </div>\n    \n<div id=\"layer-ad\" class=\"ad layer\">\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                                                            \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- Layer Load:inline-->\n                            \n                    <!-- JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Beauty_Blog_LAYER (3197592) -->\n                    <script language=\"javascript\">\n                        <!--\n                        if (window.adgroupid == undefined) {\n                            window.adgroupid = Math.round(Math.random() * 1000);\n                        }\n                        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197592/0/16/ADTECH;loc=100;target=_blank;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;alias=VO12.1_Beauty_Blog_LAYER;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"></scri'+'pt>');\n                        //-->\n                    </script>\n                    <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197592/0/16/ADTECH;loc=300;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=411;alias=VO12.1_Beauty_Blog_LAYER\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197592/0/16/ADTECH;loc=100;key=Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Makeup20142015+Frisuren20142015+Parfum+Pflege+Wellness+Fitness+Ch;grp=411;alias=VO12.1_Beauty_Blog_LAYER\" border=\"0\"></a></noscript>\n                    <!-- End of JavaScript Tag -->\n                \n                        </div>\n</div>\n\n    <script>\n        $(document).ready(function(){\n            $('#navigation-menu').cnLastVisitNews({\n                jsonURL: '/var/vogue/storage/cnrecentnews.json',\n                \n                    newsOverviewId: 679315\n                                    \n            });\n        });\n    </script>\n\n<div id=\"fb-root\"></div>\n\n    <script type=\"text/javascript\">\n        (function ($) {\n            \"use strict\";\n            $(window).on('load', function() {\n                cnLog('Page loaded.');\n                if($.cnSocialNetworks){\n                    $.cnSocialNetworks().init();\n                    cnLog('Social Networks initializing');\n                }\n            });\n        }(jQuery));\n    </script>\n\n<div class=\"OUTBRAIN\" data-src=\"http://www.vogue.de/beauty/beauty-blog/lieblingsstueck-die-iphone-huelle-von-iphoria\" data-widget-id=\"TR_1\" data-ob-template=\"voguede\" ></div>\n<script src=\"http://widgets.outbrain.com/outbrain.js?v2\" charset=\"utf-8\"></script>\n\n<script>\nvar _sf_async_config={uid:19312,domain:\"vogue.de\"};\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); }; })();\n</script>\n\n\n\n<!-- Mythings -->\n<script>\nfunction _mt_ready(){\n  if (typeof(MyThings) != \"undefined\") {\n      MyThings.Track({\n           EventType: MyThings.Event.Visit,\n           Action: \"300\"\n     });\n  }\n}\nvar mtHost = ((\"https:\" == document.location.protocol) ? \"https://rainbowx\" : \"http://rainbow\") + \".mythings.com\";\nvar mtAdvertiserToken = \"1441-100-de\";\ndocument.write(unescape(\"%3Cscript src='\" + mtHost + \"/c.aspx?atok=\"+mtAdvertiserToken+\"' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<!-- /Mythings -->\n<!-- START Parse.ly -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"vogue.de\"></div>\n</div>\n\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n<!-- END Parse.ly -->\n<!-- cof: cn_blog_entry -->\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/vogue.de2.html",
    "content": "<!DOCTYPE html>\n<html lang=\"de\">\n<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#\">        \t\n\n    \t\n<title>Weihnachten: Die Redaktion zeigt ihre Christmas Sweater - VOGUE</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta charset=\"utf-8\" />\n<meta name=\"viewport\" content=\"width=1220\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"author\" content=\"VOGUE\" />    <meta name=\"keywords\" content=\"Weihnachten,Pullover,VOGUE exklusiv\" />    <meta name=\"news_keywords\" content=\"Weihnachten,Pullover,VOGUE exklusiv\" />    <meta name=\"description\" content=\"Sie können ironisch-unschön, lustig und überraschend, aber auch klassisch-traditionell sein, doch das Wichtigste ist, dass sie gemütlich sind, Spaß machen und uns an die schönsten Tage des Jahres erinnern: Christmas Sweater! Die Tradition des Weihnachtspullovers ist eine recht junge, erst in den 80er-Jahren vor allem im angelsächsischen Sprachraum entstandene – und vielleicht ist sie gerade deswegen besonders individuell. Weil auch wir bei VOGUE finden, dass man gewisse Traditionen pflegen sollte, zeigen wir unsere liebsten Weihnachtspullover, in denen wir es uns an den Feiertagen gemütlich machen\" /><link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" />\n<link rel=\"alternate\" media=\"handheld\" href=\"http://m.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" />    <link rel=\"next\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090395\" /><link rel=\"publisher\" href=\"https://plus.google.com/+VOGUEDeutschland\" /><link rel=\"shortcut icon\" href=\"/extension/cndesignvogue2/design/vogue2/images/favicon.ico\" type=\"image/x-icon\" />\n\n<link rel=\"apple-touch-icon\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-57x57.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-72x72.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/extension/cndesignvogue2/design/vogue2/images/iOS/apple-touch-icon-114x114.png\" />                <meta name=\"robots\" content=\"index, follow, noodp\" />\n        \n\t                                                    <meta property=\"og:title\" content=\"Weihnachten: Die Redaktion zeigt ihre Christmas Sweater\" />    <meta property=\"og:description\" content=\"Sie können ironisch-unschön, lustig und überraschend, aber auch klassisch-traditionell sein, doch das Wichtigste ist, dass sie gemütlich sind, Spaß machen und uns an die schönsten Tage des Jahres erinnern: Christmas Sweater! Die Tradition des Weihnachtspullovers ist eine recht junge, erst in den 80er-Jahren vor allem im angelsächsischen Sprachraum entstandene – und vielleicht ist sie gerade deswegen besonders individuell. Weil auch wir bei VOGUE finden, dass man gewisse Traditionen pflegen sollte, zeigen wir unsere liebsten Weihnachtspullover, in denen wir es uns an den Feiertagen gemütlich machen\" /><meta property=\"og:url\" content=\"http://www.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:site_name\" content=\"VOGUE\" />\n<meta property=\"og:image\" content=\"http://www.vogue.de/var/vogue/storage/images/media/vogue/artikelbilder/mode/weihnachtspullis_dsc5992_quer/19497513-1-ger-DE/weihnachtspullis_dsc5992_quer_v650xx.jpg\" />\n<meta property=\"fb:app_id\" content=\"210625805656210\" />\n\n<style type=\"text/css\" media=\"all\">\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/pagelayout.css?1420265852\");\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/teaser.css?1420265852\");\n    @import url(\"/extension/cndesignvogue2/design/vogue2/stylesheets/jquery.tooltip.css?1420265852\");\n</style>\n\n                <link rel=\"stylesheet\" href=\"/extension/cndesignvogue2/design/vogue2/stylesheets/article.css?1420265852\" />\n\n            <link rel=\"stylesheet\" href=\"/extension/cndesignvogue2/design/vogue2/stylesheets/article_gallery.css?1420265852\" />\n\n    \n\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery-1.7.2.min.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cnadvert/design/standard/javascript/cnTools.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.cookie.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cnadvert/design/standard/javascript/cnIvw.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnLastVisitNews.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnSocialNetworks.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/categorizr.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnMobileRedirect.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.tooltip.js?1420265852\" charset=\"utf-8\"></script>\n\t<script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.abolayer.js?1420265852\" charset=\"utf-8\"></script>\n                        <script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.jcarousel.min.js?1420265852\" charset=\"utf-8\"></script>\n\n                            <script src=\"/extension/cndesignvogue2/design/vogue2/javascript/jquery.history.min.js?1420265852\" charset=\"utf-8\"></script>\n\n                            <script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnOverlayAd.js?1420265852\" charset=\"utf-8\"></script>\n\n                            <script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnCarouselFake.js?1420265852\" charset=\"utf-8\"></script>\n\n                            <script src=\"/extension/cndesignvogue2/design/vogue2/javascript/cnArticleGallery.js?1420265852\" charset=\"utf-8\"></script>\n\n            \n<script>\n    var cnSettings = {};\n    \n    cnSettings.debug = false;\n    \n    cnSettings.memory_count_method = 1;\n    \n    cnSettings.checkForAdsInterval = 1000;\n\n\n\n        $.cnMobileRedirect({\n                            'mobileSite': 'http://m.vogue.de',\n                            'desktopSite':'http://www.vogue.de'\n        });\n\n</script>\n<!--[if lt IE 9]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->\n<script src=\"https://script.ioam.de/iam.js\"></script>\n \n\n        \n\n\n        \n                                                        \n        \n        \n        \n        \n\n                    \n                \n                                                                                                                                    \n    \n\n\n<script type=\"text/javascript\">\n\n    if (typeof cnSettings === 'undefined') {    var cnSettings = {};\n    }\n    cnSettings.adserver = {        server: 'adserver.adtech.de',\n        network: 'Condé Nast Digital GmbH',\n        network_id: '1147.1',\n        fallback_id: 0,\n        website: 'VO12.1',\n        prefix_path: '/addyn/3.0/1147.1/',\n        postfix_path: '/ADTECH',\n\n        placement_sky: '3197590',\n        placement_ca: '3197591',\n        placement_sb: '3197593',\n        placement_mh: '3197595',\n        placement_promo: '3197596',\n        placement_maxi: '4364571',\n        placement_layer: '3197592',\n                \n\n        size_sky: '168',\n        size_ca: '170',\n        size_sb: '225',\n        size_mh: '2040',\n        size_promo: '3961',\n        size_maxi: '67',\n        size_layer: '16',\n        \n\n        default_target: '_blank',\n        default_alias: 'VOdefault',\n        default_key: 'Vogue',\n\n        ga_uid: 'UA-1696648-2',\n        ga_domain: '.vogue.de',\n\n        adtech_alias: 'Mode',\n        adtech_key: 'Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv',\n        has_gallery: '1',\n        ad_free: '',\n        ivw_ignore: '',\n\n        ivw_prefix: 'vn',\n        ivw_ident: 'vogue',\n        ivw: 'vn_mode'\n\n    };\n</script>\n\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\t\n            \t                \t                        \t                \t                                        \t                \t                                        \t                \t                                                        \n            \t            <script type=\"application/ld+json\">\n{\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"NewsArticle\",\n    \"headline\": \"Weihnachten: Die Redaktion zeigt ihre Christmas Sweater\",\n    \"url\": \"http://www.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\",\n    \"thumbnailUrl\": \"http://www.vogue.de/var/vogue/storage/images/media/vogue/artikelbilder/mode/weihnachtspullis_dsc5992/19497500-1-ger-DE/weihnachtspullis_dsc5992_v155x233.jpg\",\n    \"dateCreated\": \"2014-12-24T07:00:00+01:00\",\n    \"articleSection\": \"Mode\",\n    \"creator\": \"Hella Schneider\",\n    \"keywords\": [\"Weihnachten\",\"Pullover\",\"VOGUE exklusiv\"]\n}\n</script>\n\n\t\n\n</head>\n<body>\n    <!-- ClickTale Top part -->\n    <script>\n        window.ClickTaleSettings = { XHRWrapper: { Enable: true, MaxResponseSize: 1000000} };document.write(unescape(\"%3Cscript%20src='\" + (document.location.protocol == 'https:' ? 'https://cdnssl.clicktale.net/www/' : 'http://cdn.clicktale.net/www/') + \"XHRWrapper.js'%20type='text/javascript'%3E%3C/script%3E\"));\n    </script>\n    <!-- ClickTale end of Top part -->\n\n    <!-- Google Tag Manager -->\n    <noscript>\n        <iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-KVG8K7\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\n    </noscript>\n    <script>\n        (function(w,d,s,l,i){\n                w[l]=w[l]||[];\n                w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});\n                var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';\n                j.async=true;\n                j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;\n                f.parentNode.insertBefore(j,f);\n        })(window,document,'script','dataLayer','GTM-KVG8K7');\n    </script>\n    <!-- End Google Tag Manager -->\n    \n\n<!-- SZM VERSION=\"2.0\" -->\n<script type=\"text/javascript\">\n    cnIvwHelper.triggerIVW20(cnSettings.adserver.ivw, true, false);\n</script>\n\n\n\n\n    <script type=\"text/javascript\">\n    <!--GA-Code mit anonymisierter IP-->\n    cnIvwHelper.trackGoogleAnalyticsPageView();\n    <!--/GA-Code mit anonymisierter IP-->\n    </script>\n\n<div class=\"main-container\">\n\n    <div class=\"centered-content\">\n        \n<div id=\"superbanner\" role=\"banner\">\n\t\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                                                                                                                                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- Superbanner Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_SB (3197593) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197593_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197593_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197593_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197593_UID = setTimeout(loadAdtech_3197593_UID, 100);\n                    } else {\n                      loadAdtech_3197593_UID();\n                    }\n                }\n\n                function loadAdtech_3197593_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197593 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197593_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197593_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197593 !== undefined){\n                            window.clearTimeout(window.timeout_3197593);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197593/0/225/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_SB;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197593_UID', adTagString, {done:function(){window.timeout_3197593 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197593_UID = setTimeout(loadAdtech_3197593_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197593/0/225/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=166;alias=VO12.1_Mode_SB;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197593/0/225/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=166;alias=VO12.1_Mode_SB;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        \t\n<div id=\"skyscraper\" role=\"banner\">\n\t\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                                                                                                                                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- Skyscraper Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_SKY (3197590) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197590_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197590_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197590_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197590_UID = setTimeout(loadAdtech_3197590_UID, 100);\n                    } else {\n                      loadAdtech_3197590_UID();\n                    }\n                }\n\n                function loadAdtech_3197590_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197590 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197590_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197590_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197590 !== undefined){\n                            window.clearTimeout(window.timeout_3197590);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197590/0/168/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_SKY;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197590_UID', adTagString, {done:function(){window.timeout_3197590 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197590_UID = setTimeout(loadAdtech_3197590_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197590/0/168/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=858;alias=VO12.1_Mode_SKY;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197590/0/168/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=858;alias=VO12.1_Mode_SKY;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div></div>            <header id=\"header\" class=\"content-bg\">\n    \n<ul id=\"service-menu\" role=\"menu\">\n                <li role=\"menuitem\"><a id=\"service-horoscopes\" href=\"/horoskope\" title=\"Horoskope\">Horoskope</a></li>\n    \n    \n    <li role=\"menuitem\"><a id=\"service-facebook\" href=\"http://www.facebook.com/VOGUEDeutschland\" title=\"Facebook\" target=\"_blank\">Facebook</a></li>\n    <li role=\"menuitem\"><a id=\"service-twitter\" href=\"http://twitter.com/#!/VOGUE_Germany\" title=\"Twitter\" target=\"_blank\">Twitter</a></li>\n    <li role=\"menuitem\"><a id=\"service-tumblr\" href=\"http://voguedeutschland.tumblr.com\" title=\"Tumblr\" target=\"_blank\">Tumblr</a></li>\n    <li role=\"menuitem\"><a id=\"service-google-plus\" href=\"https://plus.google.com/116116654020620758693\" title=\"Google Plus\" target=\"_blank\">Google+</a></li>\n    \n    <li role=\"menuitem\"><a id=\"service-instagram\" href=\"http://instagram.com/voguegermany\" title=\"Instagram\" target=\"_blank\">Instagram</a></li>\n    <li role=\"menuitem\"><a id=\"service-spotify\" href=\"https://play.spotify.com/user/vogue_deutschland\" title=\"Spotify\" target=\"_blank\">Spotify</a></li>\n</ul>    <form id=\"search\" name=\"search\" method=\"get\" action=\"/content/search\" role=\"search\">\n        <input type=\"search\" name=\"SearchText\" autosave=\"vogue_search\" results=\"5\" placeholder=\"Suche\" aria-label=\"Eingabefeld für die Suche\" /><button type=\"submit\" value=\"Absenden\" title=\"Suchformular absenden\" aria-label=\"Suchformular absenden\"></button>\n    </form>\n    <a id=\"logo\" href=\"/\" title=\"Zurück zur Startseite\">VOGUE Startseite</a>\n                <a id=\"cover\" class=\"trigger-abo-layer\" href=\"http://abo.vogue.de/?utm_campaign=Aboshop+-+Heftteaser+oben+rechts&utm_source=VOGUE+Website&utm_medium=Organisch\" target=\"_blank\" title=\"Heft 1/2015\">\n                                                                                \t\t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"118\" height=\"156\" alt=\"Heft 1/2015\" title=\"\" />\n                                </a>\n                \t<nav role=\"navigation\">\n    <ul id=\"navigation-menu\" role=\"menubar\">\n                                                                                                    <li class=\"active\" role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"ModeLabel\"><a id=\"ModeLabel\" href=\"/mode\">Mode</a>\n        <ul role=\"menu\">\n                                                                                                                            <li role=\"menuitem\"><a href=\"/shopping/look-shopping\">Look Shopping</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/shopping/shopping-list\">Shopping-List</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/mode-news\">Mode-News<span class=\"notify node_75137\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/mode-trends\">Mode-Trends</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/star-style\">Star-Style</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/mode/fashion-radar\">Fashion Radar</a></li>\n                                                                                                                                                                                                                                        <li role=\"menuitem\"><a href=\"/mode/look-des-tages\">Look des Tages</a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <li role=\"menuitem\"><a href=\"/tags/s/street-style\">Street-Style</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/a/accessoires\">Accessoires</a></li>\n                                                                                        </ul>\n</li>                                            \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"FashionShowsLabel\"><a id=\"FashionShowsLabel\" href=\"/fashion-shows\">Fashion Shows</a>\n        <ul role=\"menu\">\n                                                                                        <li role=\"menuitem\"><a href=\"/fashion-shows/berlin-fashion-week\">Berlin Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/new-york-fashion-week\">New York Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/london-fashion-week\">London Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/mailand-fashion-week\">Mailand Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/paris-fashion-week\">Paris Fashion Week</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/haute-couture-paris\">Haute Couture Paris</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/designer\">Designer</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/fashion-shows/models\">Models</a></li>\n                                                                                        </ul>\n</li>                                            \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"BeautyLabel\"><a id=\"BeautyLabel\" href=\"/beauty\">Beauty</a>\n        <ul role=\"menu\">\n                                                                                                                                                            <li role=\"menuitem\"><a href=\"/beauty/beauty-news\">Beauty-News<span class=\"notify node_75140\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/beauty/beauty-trends\">Beauty-Trends</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/beauty/beauty-tipps\">Beauty-Tipps</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/frisuren\">Frisuren</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/n/nagellacke\">Nagellacke</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/fitness\">Fitness</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/l/lieblinge-der-redaktion\">Lieblinge der Redaktion</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/p/parfum\">Parfum</a></li>\n                                                                                                                                                            </ul>\n</li>                                            \t                                                                <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"PeopleKulturLabel\"><a id=\"PeopleKulturLabel\" href=\"/people-kultur\">People &amp; Kultur</a>\n        <ul role=\"menu\">\n                                                                                        <li role=\"menuitem\"><a href=\"/people-kultur/people-news\">People-News<span class=\"notify node_75145\" style=\"visibility: hidden;\">0</span></a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/f/fashion-s-night-out\">Fashion's Night Out 2014</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/people-kultur/kultur-tipps\">Kultur-Tipps</a></li>\n                                                                                                <li role=\"menuitem\"><a href=\"/people-kultur/who-is-who\">Who is Who</a></li>\n                                                                                                                                                                                                                                                                                                                                                                                                                    <li role=\"menuitem\"><a href=\"/videos\">VOGUE Videos</a></li>\n                                                                                                                                    <li role=\"menuitem\"><a href=\"/tags/r/reisen\">Reise</a></li>\n                                                                                                                                                            </ul>\n</li>                                            \t                                                        <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"NewsLabel\"><a id=\"NewsLabel\" href=\"/news\">News<span id=\"news_counter\" class=\"notify\" style=\"visibility: hidden;\"></span></a>\n        <div class=\"popover\">\n        <section>\n                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/fruehjahr-sommer-kampagne-2015-freja-beha-erichsen-und-jennifer-connelly-fuer-louis-vuitton\" title=\"Frühjahr/Sommer Kampagne 2015: Freja Beha Erichsen und Jennifer Connelly für Louis Vuitton \">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2_/19505291-1-ger-DE/jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2__teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"jennifer-connelly-and-freja-beha-erichsen-for-louis-vuitton__2_\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Freja Beha Erichsen und Jennifer Connelly für Louis Vuitton </div>\n        <p><strong>02. Januar 2015, 15:53</strong> Im Mittelpunkt der neuen Kampagne von Louis Vuitton für Frühjahr/Sommer 2015 <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/auszeichnung-mary-quant-auf-der-new-year-s-honours-list-2015\" title=\"Auszeichnung: Mary Quant auf der New Year's Honours List 2015\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/mary_quant_2009_getty_images_93010806_mike_prior__2_/19505239-1-ger-DE/mary_quant_2009_getty_images_93010806_mike_prior__2__teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"mary_quant_2009_getty_images_93010806_mike_prior__2_\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Mary Quant auf der New Year's Honours List 2015</div>\n        <p><strong>02. Januar 2015, 12:46</strong> Mary Quant erhält den Verdienstorden Dame Commander of the Order of the British Empire</p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/mode/mode-news/fruehjahr-sommer-kampagne-2015-gisele-buendchen-fuer-chanel-afterdark\" title=\"Kampagne: Gisele Bündchen für Chanel &quot;Afterdark&quot;\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/gisele-bundchen-chanel-2015/19505062-1-ger-DE/gisele-bundchen-chanel-2015_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"gisele-bundchen-chanel-2015\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Mode:</span> Gisele Bündchen für Chanel &quot;Afterdark&quot;</div>\n        <p><strong>02. Januar 2015, 11:39</strong> Karl Lagerfeld fotografierte die Frühjahr/Sommer-Kampagne 2015 für Chanel</p>\n    </div>\n</a>                            \n\t\t<a class=\"teaser news\" href=\"/beauty/beauty-news/beauty-vorschau-2015-vorausschauend\" title=\"Beauty-Vorschau 2015\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/beauty/beauty-vorschau-2015-hoch/19504357-1-ger-DE/beauty-vorschau-2015-hoch_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"beauty-vorschau-2015-hoch\" title=\"\" />                <div class=\"headline\"><span class=\"gold\">Beauty:</span> Vorausschauend</div>\n        <p><strong>30. Dezember 2014, 17:10</strong> Die Beauty-Highlights des neuen Jahres\r\n</p>\n    </div>\n</a>                        <a class=\"more\" href=\"/news\" title=\"Alle News anzeigen\">Alle News</a>\n        </section>\n    </div>\n    </li>                                            \t                                                        <li role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"BlogsLabel\"><a id=\"BlogsLabel\" href=\"/blogs/suzy-menkes\">Suzy Menkes</a>\n\t   \n    <div class=\"popover\">\n        <section>\n                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/rubber-boots-reach-new-heel-heights2\" title=\"Rubber boots reach new (heel) heights\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/hunter/hunter-boots-hoch/19495915-1-ger-DE/hunter-boots-hoch_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"hunter-boots-hoch\" title=\"\" />                <div class=\"headline\">\n        \t            Rubber boots reach new (heel) heights\n        </div>\n        <p><strong>18. Dezember 2014, 17:34</strong> Suzy Menkes latest blog entry </p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/dancing-jewels2\" title=\"Dancing Jewels\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/dancing-jewels/8_credit_damiani/19489443-1-ger-DE/8_credit_damiani_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"8_credit_damiani\" title=\"\" />                <div class=\"headline\">\n        \t            Dancing Jewels\n        </div>\n        <p><strong>16. Dezember 2014, 14:45</strong> Suzy Menkes about Damiani's design inspirations </p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/candy-crush-who-will-win-the-fashion-version\" title=\"CANDY CRUSH: Who will win the fashion version? \">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/candy-crush/credit_venturelli/19486962-1-ger-DE/credit_venturelli_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"credit_venturelli\" title=\"\" />                <div class=\"headline\">\n        \t            CANDY CRUSH: Who will win the fashion version? \n        </div>\n        <p><strong>15. Dezember 2014, 10:30</strong> There are more designers and executives moving around the big <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>                            \n\t<a class=\"teaser blog-aside\" href=\"/blogs/suzy-menkes/chanel-s-workshops-see-a-new-generation-embracing-artisan-skills\" title=\"Chanel’s workshops see a new generation embracing artisan skills\">\n    <div>\n                                                                                <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/suzy-menkes/chanel-salzburg/13-metiers-d-art-paris-salzburg-2014-15-collection-final-pictures-by-olivier-saillant-002/19466106-1-ger-DE/13-metiers-d-art-paris-salzburg-2014-15-collection-final-pictures-by-olivier-saillant-002_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"13-metiers-d-art-paris-salzburg-2014-15-collection---final-pictures-by-olivier-saillant-002\" title=\"\" />                <div class=\"headline\">\n        \t            Chanel’s workshops see a new generation embracing artisan skills\n        </div>\n        <p><strong>09. Dezember 2014, 18:16</strong> Suzy Menkes comments on Chanel's pre-fall 2015 show in Salzburg </p>\n    </div>\n</a>                        <a class=\"more\" href=\"/blogs\" title=\"Alle Blogs anzeigen\">Alle Blogs</a>\n        </section>\n    </div>\n    </li>                                            \t                                                        <li id=\"abo\" class=\"gold trigger-abo-layer\" role=\"menuitem\" aria-haspopup=\"true\" aria-labelledby=\"MagazinAboLabel\"><a id=\"MagazinAboLabel\" class=\"trigger-abo-layer\" href=\"#\">VOGUE Abo</a></li>                        </ul>\n</nav>    \t\t<div id=\"abo-layer\" class=\"trigger-abo-layer\">\n    <ul>\n        <li>\n            <a href=\"http://abo.vogue.de/?utm_campaign=Abo+-+Top-Overlay+Printabo&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                <figure>\n\t\t\t\t\t                \t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"85\" height=\"111\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                VOGUE abonnieren\n            </a>\n        </li>\n        <li>\n            <a href=\"http://abo.vogue.de/digital/?utm_campaign=Abo+-+Top-Overlay+digital&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                <figure class=\"tablet\">\n                \t                \t<img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v118x156.jpg\" width=\"67\" height=\"87\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                Digitales Magazin\n            </a>\n        </li>\n        <li>\n            <a href=\"/tags/h/heft-1-2015\">\n                <figure class=\"recent-issue\">\n                \t                \t<img src=\"/var/vogue/storage/images/media/vogue/vogue-cover/aktuelle-heftinhalte/18238934-6-ger-DE/aktuelle-heftinhalte_v118x156.jpg\" width=\"85\" height=\"111\" alt=\"Heft 1/2015\" title=\"\" />\n                \t                </figure>\n                Aktuelle Heftinhalte\n            </a>\n        </li>\n    </ul>\n</div>\n\t    </header>        \n \n\n     \n                    \n        \n                    \n        \n                    \n        \n                    \n            \n                        \n        \n        \n        \n                    \n            \n        \n        \n        \n        \n        \n\t\t\n        \n        \n\n\n \n                                                                                                                    <!--  -->\n<article id=\"content\" class=\"content-bg\" role=\"main\">\n\n    \t                <nav>\n    <ul class=\"breadcrumb\" role=\"menu\">\n    \t<li role=\"menuitem\"><a href=\"/\">Home</a></li>\n                                        \n                \n        <li role=\"menuitem\"><a href=\"/mode\">Mode</a></li>\n\n                \n                                                \n                \n        <li role=\"menuitem\"><a href=\"/mode/mode-trends\">Mode-Trends</a></li>\n\n                \n                                <li>Die Redaktion zeigt ihre Christmas Sweater</li>\n            </ul>\n</nav>    <div id=\"masthead\" role=\"banner\">\n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                                                                                                                                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- Masthead Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_MH (3197595) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197595_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197595_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197595_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197595_UID = setTimeout(loadAdtech_3197595_UID, 100);\n                    } else {\n                      loadAdtech_3197595_UID();\n                    }\n                }\n\n                function loadAdtech_3197595_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197595 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197595_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197595_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197595 !== undefined){\n                            window.clearTimeout(window.timeout_3197595);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197595/0/2040/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_MH;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197595_UID', adTagString, {done:function(){window.timeout_3197595 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197595_UID = setTimeout(loadAdtech_3197595_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197595/0/2040/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=329;alias=VO12.1_Mode_MH;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197595/0/2040/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=329;alias=VO12.1_Mode_MH;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div>    \n    <header class=\"article-header\">\n            <h1>\nDie Redaktion zeigt ihre Christmas Sweater</h1>\n        <div>\n        \n                    <strong>24. Dezember 2014</strong>\n                            <span class=\"gold\">\nWeihnachten</span>\n                            \nSie können ironisch-unschön, lustig und überraschend, aber auch klassisch-traditionell sein, doch das Wichtigste ist, dass sie gemütlich sind, Spaß machen und uns an die schönsten Tage des Jahres erinnern: Christmas Sweater! Die Tradition des Weihnachtspullovers ist eine recht junge, erst in den 80er-Jahren vor allem im angelsächsischen Sprachraum entstandene – und vielleicht ist sie gerade deswegen besonders individuell. Weil auch wir bei VOGUE finden, dass man gewisse Traditionen pflegen sollte, zeigen wir unsere liebsten Weihnachtspullover, in denen wir es uns an den Feiertagen gemütlich machen                \n        <ul class=\"social-issues-top\" role=\"menu\">\n\t<li class=\"facebook\">\n    \t<div class=\"fb-like\" data-send=\"false\" data-layout=\"button_count\" data-width=\"90\" data-show-faces=\"false\" ref=\"upper\"></div>\n    </li>\n    <li class=\"twitter\">\n    \t<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-lang=\"de\">Twittern</a>\n    </li>\n    <li class=\"google\">\n    \t<div class=\"g-plus\" data-action=\"share\" data-annotation=\"bubble\" data-height=\"20\"></div>\n    </li>\n</ul>    </div>\n\n    \n    </header>\n                            \n    \n    \n    \n                \n    \n                \n                        \n                        \n        \n    \n            \n    \n    \n    \n\n                                \n    <div id=\"article-gallery\" class=\"module article-gallery\">\n        <div id=\"article-gallery-outer-wrapper\" class=\"jcarousel-skin-name\">\n            <div id=\"article-gallery-inner-wrapper\" class=\"jcarousel-container\">\n                <div id=\"article-gallery-items-wrapper\" class=\"jcarousel-clip\">\n                    <ul id=\"article-gallery-items\" class=\"items\" role=\"list\">\n\n                        \n                                                                        \n                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/mathias_dsc5955\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/mathias_dsc5955/19497643-1-ger-DE/mathias_dsc5955_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"mathias_dsc5955\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Matthias Gaeta, Assistent Booking</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/mathias_dsc5955\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">1 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/hella-schneider_dsc5931\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/hella-schneider_dsc5931/19497552-2-ger-DE/hella-schneider_dsc5931_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"Hella Schneider, Volontärin, VOGUE Digital\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Hella Schneider, Volontärin VOGUE Digital</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/hella-schneider_dsc5931\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">2 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/viktoria_dsc5937\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/viktoria_dsc5937/19497656-1-ger-DE/viktoria_dsc5937_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"Viktoria Popfinger, Assistentin Bildredaktion\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Viktoria Popfinger, Praktikantin Bildredaktion</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/viktoria_dsc5937\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">3 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/lena_dsc5900\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/lena_dsc5900/19497617-1-ger-DE/lena_dsc5900_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"Lena Sämann, Chefin vom Dienst, VOGUE Digital\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Lena Sämann, Chefin vom Dienst VOGUE Digital</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/lena_dsc5900\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">4 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/olivia_dsc5908\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/olivia_dsc5908/19497539-1-ger-DE/olivia_dsc5908_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"Olivia Fritz, Junior-Grafikerin, VOGUE\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Olivia Fritz, Junior-Grafikerin</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                                                                     <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>,                     <a href=\"/tags/s/strickjacken\" title=\"Strickjacken\"><strong>Strickjacken</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/olivia_dsc5908\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">5 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/elisa_dsc5978\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/elisa_dsc5978/19497565-1-ger-DE/elisa_dsc5978_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"Elisa Berger, Bildredakteurin, VOGUE Digital\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Elisa Berger, Bildredakteurin VOGUE Digital</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/elisa_dsc5978\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">6 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                                                            <li class=\"article-gallery-item\" role=\"listitem\">\n    <figure class=\"article-gallery-figure portrait\">\n                                <a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/patrizia_dsc5903\" title=\"Zum nächsten Bild\" target=\"_blank\">\n                \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/patrizia_dsc5903/19497591-1-ger-DE/patrizia_dsc5903_article_gallery_portrait.jpg\" width=\"407\" height=\"610\" alt=\"patrizia_dsc5903\" title=\"\" />            </a>\n                <figcaption>\n                            \n<p>Patrizia Scheidegger, Praktikantin Mode</p>            \n            <p class=\"copyright\">\n                            &copy; \nJulia Malysch                                                                                                                         <br />Themen:\n                    <a href=\"/tags/w/weihnachten\" title=\"Weihnachten\"><strong>Weihnachten</strong></a>,                     <a href=\"/tags/p/pullover\" title=\"Pullover\"><strong>Pullover</strong></a>                            </p>\n            <ul class=\"article-figure-toolbar\">\n            \n                <li class=\"zoom\"><a href=\"/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/patrizia_dsc5903\" title=\"Bild vergrößert anzeigen\" target=\"_blank\"></a></li>\n                <li class=\"overview\"><a href=\"#\" title=\"Galerie-Übersicht anzeigen\"></a></li>\n                <li class=\"count\">7 <span class=\"gold\">/ 8</span></li>\n            </ul>\n        </figcaption>\n    </figure>\n</li>                        \n                                                    \n    \n<li class=\"article-gallery-item last\" role=\"listitem\">\n    <div class=\"headline\">Lese-Empfehlung</div>\n    <div class=\"module-content\">\n            \n    \n<a class=\"teaser article-gallery-item-last gallery-icon\" href=\"/mode/mode-trends/street-style-2014\" title=\"Best-Of: Street-Style 2014\">\n    <div>\n                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/mode/street-style2/19498280-1-ger-DE/street-style_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"street-style\" title=\"\" />                                            <div class=\"headline\">Street-Style 2014</div>\n                <p><strong>        24. Dezember 2014, \n    10:10</strong>\n                    <span class=\"gold\">Best-Of</span>\n                    </div>\n</a>            \n    \n<a class=\"teaser article-gallery-item-last gallery-icon\" href=\"/mode/mode-trends/feministischer-minimalismus\" title=\"Weihnachtsgeschenke: Feministischer Minimalismus\">\n    <div>\n                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/mode/feministischer-minimalismus/19491675-1-ger-DE/feministischer-minimalismus_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"feministischer-minimalismus\" title=\"\" />                                            <div class=\"headline\">Feministischer Minimalismus</div>\n                <p><strong>        18. Dezember 2014, \n    12:45</strong>\n                    <span class=\"gold\">Weihnachtsgeschenke</span>\n                    </div>\n</a>            \n    \n<a class=\"teaser article-gallery-item-last gallery-icon\" href=\"/mode/mode-trends/gypsy-spirit\" title=\"Weihnachtsgeschenke: Gypsy Spirit\">\n    <div>\n                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/mode/gipsy/19492068-1-ger-DE/gipsy_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"gipsy\" title=\"\" />                                            <div class=\"headline\">Gypsy Spirit</div>\n                <p><strong>        17. Dezember 2014, \n    17:45</strong>\n                    <span class=\"gold\">Weihnachtsgeschenke</span>\n                    </div>\n</a>        </div>\n</li>                        \n                    </ul>\n                </div>\n\n                \n                <a class=\"prev\" title=\"Zum vorherigen Bild\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090398\"></a>\n                <a class=\"next\" title=\"Zum nächsten Bild\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090395\"></a>\n                <div id=\"article-gallery-shade-left\">\n                    <div class=\"article-gallery-inner-shade\">&nbsp;</div>\n                </div>\n                <div id=\"article-gallery-shade-right\">\n                    <div class=\"article-gallery-inner-shade\">&nbsp;</div>\n                </div>\n                \n\n            </div>\n        </div>\n\n        \n        \n    \n    <div id=\"article-gallery-overview\" class=\"article-gallery overview\">\n        <div id=\"article-gallery-overview-outer-wrapper\" class=\"jcarousel-skin-name\">\n            <div id=\"article-gallery-overview-inner-wrapper\" class=\"jcarousel-container\">\n                <div id=\"article-gallery-overview-items-wrapper\" class=\"jcarousel-clip\">\n                    <ul id=\"article-gallery-overview-items\" class=\"items\" role=\"list\">\n\n                        <li class=\"article-gallery-overview-item\" role=\"listitem\">\n                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090402\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/mathias_dsc5955/19497643-1-ger-DE/mathias_dsc5955_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"mathias_dsc5955\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090395\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/hella-schneider_dsc5931/19497552-2-ger-DE/hella-schneider_dsc5931_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"Hella Schneider, Volontärin, VOGUE Digital\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090403\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/viktoria_dsc5937/19497656-1-ger-DE/viktoria_dsc5937_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"Viktoria Popfinger, Assistentin Bildredaktion\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090400\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/lena_dsc5900/19497617-1-ger-DE/lena_dsc5900_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"Lena Sämann, Chefin vom Dienst, VOGUE Digital\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090394\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/olivia_dsc5908/19497539-1-ger-DE/olivia_dsc5908_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"Olivia Fritz, Junior-Grafikerin, VOGUE\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090396\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/elisa_dsc5978/19497565-1-ger-DE/elisa_dsc5978_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"Elisa Berger, Bildredakteurin, VOGUE Digital\" title=\"\" />                                </a>\n                                                                                                                                                                                                                                    <a class=\"\" title=\"Dieses Bild in der Detailansicht anzeigen\" href=\"/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater/(bild)/1090398\">\n                                    \t                                                            <img src=\"/var/vogue/storage/images/home/vogue/mode/mode-trends/die-redaktion-zeigt-ihre-christmas-sweater/patrizia_dsc5903/19497591-1-ger-DE/patrizia_dsc5903_v100x150.jpg\" width=\"100\" height=\"150\" alt=\"patrizia_dsc5903\" title=\"\" />                                </a>\n                                                                                    </li>\n\n                    </ul>\n                </div>\n                <a class=\"close\" title=\"Übersicht schließen\">Übersicht schließen</a>\n                <div class=\"count\">1 - 15 <span class=\"gold\">/ 7</span></div>\n                <a class=\"prev\" title=\"Zum vorherigen Bild\"></a>\n                <a class=\"next\" title=\"Zum nächsten Bild\"></a>\n                <div class=\"article-gallery-shade-left\">\n                    <div class=\"article-gallery-inner-shade\">&nbsp;</div>\n                </div>\n                <div class=\"article-gallery-shade-right\">\n                    <div class=\"article-gallery-inner-shade\">&nbsp;</div>\n                </div>\n            </div>\n        </div>\n    </div>\n    </div>\n\n<script>\n    $(document).ready(function() {\n        $('#article-gallery').cnArticleGallery({\n            limit: 10,\n            startIndex: 1,\n            totalItems: 8,\n            moreItemsURL: '/jscontent/vogue_gallery/1075282/{0}/{1}/1/',\n            overviewItemsPerPage: 15\n        });\n        $('#article-gallery').cnOverlayAd();\n    });\n</script>\n            \n    <div class=\"column-left\">\n\n                            \n        <div class=\"article-content\">\n                                        \n<aside class=\"in-article-aside wide\">\n        \n    \n    \n        \n                                                <a class=\"teaser generic\" href=\"/mode/mode-trends/weihnachten-vogue-geschenke-2014\" title=\"Zur Galerie: VOGUE Geschenke 2014\">\n            <div>\n                                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/heftthemen/vogue-weihnachten_cover/19463117-1-ger-DE/vogue-weihnachten_cover_v155x233.jpg\" width=\"155\" height=\"233\" alt=\"vogue-weihnachten_cover\" title=\"\" />                                                <div class=\"gallery-count\">25</div>\n                <div class=\"headline\">\n                                    VOGUE Geschenke 2014\n                                </div>\n                <p><span class=\"gold\">\n                                    Weihnachten \n                                </span>\n                                    VOGUE präsentiert luxuriöse Geschenkideen für das Weihnachtsfest  <span class=\"truncation\">[…]</span>\n                                </p>\n            </div>\n        </a>\n\n    \n            \n    \n    \n        \n                                                <a class=\"teaser generic\" href=\"/mode/mode-trends/weihnachten-festtagsmode-von-den-runways\" title=\"Zur Galerie: Weihnachten: Festtagsmode von den Runways\">\n            <div>\n                                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/mode/weihnachten-vom-runway/19487091-1-ger-DE/weihnachten-vom-runway_v155x233.jpg\" width=\"155\" height=\"233\" alt=\"weihnachten-vom-runway\" title=\"\" />                                                <div class=\"gallery-count\">20</div>\n                <div class=\"headline\">\n                                    Festtagsmode von den Runways\n                                </div>\n                <p><span class=\"gold\">\n                                    Weihnachten\n                                </span>\n                                    Die festlichste Mode von den Schauen für die Festtage rund um Weihnachten und Silvester <span class=\"truncation\">[…]</span>\n                                </p>\n            </div>\n        </a>\n\n    \n            \n    \n    \n        \n                                                <a class=\"teaser generic\" href=\"/beauty/beauty-trends/styling-festtagsfrisuren\" title=\"Zur Galerie: Festtagsfrisuren\">\n            <div>\n                                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/beauty/festtagsfrisuren_hoch/19443785-1-ger-DE/festtagsfrisuren_hoch_v155x233.jpg\" width=\"155\" height=\"233\" alt=\"festtagsfrisuren_hoch\" title=\"\" />                                                <div class=\"gallery-count\">18</div>\n                <div class=\"headline\">\n                                    Silvester-Styling\n                                </div>\n                <p><span class=\"gold\">\n                                    Festliche Frisuren\n                                </span>\n                                    Diese Looks veredeln Ihre Festtagsgarderobe  <span class=\"truncation\">[…]</span>\n                                </p>\n            </div>\n        </a>\n\n    \n            \n    \n    \n        \n                                                <a class=\"teaser generic\" href=\"/beauty/beauty-tipps/dezember-2014-lieblinge-aus-dem-beauty-department\" title=\"Zur Galerie: Dezember 2014: Lieblinge aus dem Beauty-Department\">\n            <div>\n                                                            \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/beauty/dezamber-lieblinge-hochdsc_9733/19442757-1-ger-DE/dezamber-lieblinge-hochdsc_9733_v155x233.jpg\" width=\"155\" height=\"233\" alt=\"dezamber-lieblinge-hochdsc_9733\" title=\"\" />                                                <div class=\"gallery-count\">6</div>\n                <div class=\"headline\">\n                                    Goldstücke aus dem Beauty-Department\n                                </div>\n                <p><span class=\"gold\">\n                                    Weihnachtsgeschenke\n                                </span>\n                                    Zum Schenken und Wünschen... <span class=\"truncation\">[…]</span>\n                                </p>\n            </div>\n        </a>\n\n    \n    \n</aside>                    </div>\n\n        <footer class=\"article-footer\">\n                                        \n                        \n\n                        \t                                        \n<section class=\"module topic-world has-more\">\n    <h2>VOGUE Themenwelt</h2>\n    <div class=\"module-content\">\n\n                                                                                <a class=\"main-tag\" href=\"/tags/w/weihnachten\" title=\"Alle Themen zu Weihnachten im Überblick anzeigen\">\n                    <div class=\"topic-world-image\">\n                                                                                                                                                \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/optionale-teaserbilder/rechte-spalte/adventskalender/14601391-1-ger-DE/adventskalender_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"Adventskalender\" title=\"\" />                                                                                        <p>Weihnachten</p>\n                    </div>\n                    </a>\n                                    \n                    <ul class=\"topic-world-list\" role=\"list\">\n                                                                                                                                            <li role=\"listitem\"><a href=\"/tags/p/pullover\" title=\"Alle Themen zu &#34;Pullover&#34; im Überblick anzeigen\">Pullover</a></li>\n                                                                                                                                                                                                        <li role=\"listitem\"><a href=\"/tags/v/vogue-exklusiv\" title=\"Alle Themen zu &#34;VOGUE exklusiv&#34; im Überblick anzeigen\">VOGUE exklusiv</a></li>\n                                                                                    </ul>\n        \n    </div>\n            <a class=\"more\" href=\"/tags\" title=\"Alle Themen im Überblick anzeigen\">Alle Themen im Überblick</a>\n    </section>            \n            <ul class=\"social-issues\" role=\"menu\">\n\t<li class=\"fb_share\">\n    \t<a onclick=\"window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href), 'facebook-share-dialog', 'width=626,height=436'); return false;\"></a>\n    </li>\n    <li class=\"facebook\">\n    \t<div class=\"fb-like\" data-send=\"false\" data-layout=\"box_count\" data-width=\"450\" data-show-faces=\"true\" ref=\"lower\"></div>\n    </li>\n    <li class=\"twitter\">\n    \t<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"\" data-via=\"VOGUE_DE\" data-lang=\"de\" data-related=\"\" data-count=\"vertical\">Tweet</a>\n    </li>\n    <li class=\"google\">\n    \t<div class=\"g-plus\" data-action=\"share\" data-annotation=\"vertical-bubble\" data-height=\"60\"></div>\n    </li>\n        <li class=\"email-button\" role=\"menuitem\" aria-haspopup=\"false\" aria-labelledby=\"EmailLabel\">\n    \t<a id=\"EmailLabel\" href=\"mailto:?subject=Artikel%20auf%20VOGUE.DE%20gefunden&amp;body=http%3A%2F%2Fwww.vogue.de%2Fmode%2Fmode-trends%2Fweihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" title=\"Artikel via E-Mail versenden\">\n            <div class=\"bubble\">@</div>\n            <div class=\"text\">E-Mail</div>\n        </a>\n    </li>\n    </ul>                    <div class=\"OUTBRAIN\" data-src=\"http://www.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" data-widget-id=\"AR_1\" data-ob-template=\"voguede\"></div>\n    <div class=\"OUTBRAIN\" data-src=\"http://www.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" data-widget-id=\"AR_2\" data-ob-template=\"voguede\"></div>\n            </footer>\n\n    </div><aside>\n        \n<div class=\"ad-halfpage\">\n    \n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                                                                                                                                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- ContentAD Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_CA (3197591) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197591_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197591_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197591_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197591_UID = setTimeout(loadAdtech_3197591_UID, 100);\n                    } else {\n                      loadAdtech_3197591_UID();\n                    }\n                }\n\n                function loadAdtech_3197591_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197591 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197591_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197591_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197591 !== undefined){\n                            window.clearTimeout(window.timeout_3197591);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197591/0/170/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_CA;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197591_UID', adTagString, {done:function(){window.timeout_3197591 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197591_UID = setTimeout(loadAdtech_3197591_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197591/0/170/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=308;alias=VO12.1_Mode_CA;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197591/0/170/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=308;alias=VO12.1_Mode_CA;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </div>        \n                    \t<section class=\"widget author\">\n            <a href=\"/service/die-redaktion/hella-schneider\" title=\"Zum Profil von Hella Schneider\">\n        \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/blogbilder/kennungen-autoren/hella-profilbild-quer/15847111-1-ger-DE/hella-profilbild-quer_article.jpg\" width=\"320\" height=\"213\" alt=\"Hella Profilbild quer\" title=\"\" />    </a>\n            <p class=\"author\">von Hella Schneider</p>\n        <div class=\"google-plus\">\n            <div class=\"g-plus\" data-width=\"170\" data-height=\"69\" data-href=\"//plus.google.com/117919862282981697800\" data-rel=\"author\"></div>\n        </div>\n</section>\n\t        \t\t        \t    \n                                                 \n                     \n                     \n                         \n             \n             \n    <section class=\"widget suggestions\">\n    <h2>Weiterlesen</h2>\n    <div class=\"widget-content\">\n                    \t\t        \t        \t                        \t                    \t\n\t    \t    \t<a href=\"/beauty/beauty-trends/styling-festtagsfrisuren\" class=\"teaser suggestion gallery-icon\" title=\"Festtagsfrisuren\">\n    <div>\n                    \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/beauty/festtagsfrisuren_hoch/19443785-1-ger-DE/festtagsfrisuren_hoch_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"festtagsfrisuren_hoch\" title=\"\" />                        \t<div class=\"gallery-count\">(18)</div>\n                <div class=\"headline\">Silvester-Styling</div>\n        <p><span class=\"gold\">Festliche Frisuren</span> Diese Looks veredeln Ihre Festtagsgarderobe </p>\n    </div>\n</a>                    \t\t        \t        \t                        \t                    \t\n\t    \t    \t<a href=\"/people-kultur/kultur-tipps/adventskalender-urlaub-fuer-die-sinne\" class=\"teaser suggestion gallery-icon\" title=\"Adventskalender: Urlaub für die Sinne\">\n    <div>\n                    \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/gewinne/adventskalender-2014/seychellen/19418907-1-ger-DE/seychellen_teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"seychellen\" title=\"\" />                        \t<div class=\"gallery-count\">(10)</div>\n                <div class=\"headline\">Urlaub für die Sinne</div>\n        <p><span class=\"gold\">Adventskalender</span> Designreisen und Emirates schicken Sie auf einen unvergesslichen Luxusurlaub auf die Seychellen</p>\n    </div>\n</a>                    \t\t        \t\t\n\t    \t    \t<a href=\"/people-kultur/people-news/models-victoria-s-secret-engel-veroeffentlichen-weihnachtsvideo\" class=\"teaser suggestion gallery-icon\" title=\"Models: Victoria's Secret-Engel veröffentlichen Weihnachtsvideo\">\n    <div>\n                    \t                                                            <img src=\"/var/vogue/storage/images/media/vogue/artikelbilder/news/youtube_victoria_ssecret__2_/19500485-2-ger-DE/youtube_victoria_ssecret__2__teaser1c.jpg\" width=\"60\" height=\"90\" alt=\"youtube_victoria_ssecret__2_\" title=\"\" />                        <div class=\"headline\">Victoria's Secret-Engel veröffentlichen Weihnachtsvideo</div>\n        <p><span class=\"gold\">Models</span> Sieben der Victoria's Secret-Engel zeigen sie sich in einem Video, in dem sie <span class=\"truncation\">[…]</span></p>\n    </div>\n</a>            </div>\n</section>                                                <section id=\"promo2\" class=\"widget competition\">\n\t<h2>&nbsp;</h2>\n    \n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n            \n            <!-- PROMO2 Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_uebersicht_PROMO2 (4099133) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_4099133_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_4099133_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_4099133_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_4099133_UID = setTimeout(loadAdtech_4099133_UID, 100);\n                    } else {\n                      loadAdtech_4099133_UID();\n                    }\n                }\n\n                function loadAdtech_4099133_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_4099133 !== undefined){\n                            clearTimeout(window.wcScriptInterval_4099133_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_4099133_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_4099133 !== undefined){\n                            window.clearTimeout(window.timeout_4099133);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/4099133/0/3961/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires;alias=VO12.1_Mode_uebersicht_PROMO2;grp='+window.adgroupid+';misc='+new Date().getTime()+'\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_4099133_UID', adTagString, {done:function(){window.timeout_4099133 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_4099133_UID = setTimeout(loadAdtech_4099133_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/4099133/0/3961/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires;grp=715;alias=VO12.1_Mode_uebersicht_PROMO2\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/4099133/0/3961/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires;grp=715;alias=VO12.1_Mode_uebersicht_PROMO2\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </section>            <section id=\"promo\" class=\"widget competition\">\n    <h2>&nbsp;</h2>\n    \n    \n    \n        \n                                    \n        \n        \n                            \n                                    \n        \n                                                                                                                                                                                                            \n                            \n                    \n                            \n                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                        \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- PROMO Load:async-->\n                            \n                <!-- Async JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_PROMO (3197596) -->\n                <div class=\"asyncJstag\" id=\"asyncPlaceholder_3197596_UID\"></div>\n                <script type=\"text/javascript\">\n                if (window.adgroupid == undefined) {\n                    window.adgroupid = Math.round(Math.random() * 1000);\n                }\n\n                if (typeof adtAsync_isLoading === 'undefined') {\n                    var adtAsync_isLoading = false;\n                }\n\n                function initAdtech_3197596_UID() {\n                    if (typeof writeCapture === 'undefined') {\n                        if (adtAsync_isLoading === false) {\n                            adtAsync_isLoading = true;\n                            var wcScript = document.createElement('script');\n                            wcScript.setAttribute('type', 'text/javascript');\n                            wcScript.setAttribute('src', 'http://aka-cdn.adtech.de/rm/lib/writeCapture/writeCapture-1.0.5-nolib-min.js');\n                            document.getElementById('asyncPlaceholder_3197596_UID').appendChild(wcScript);\n                      }\n                      window.wcScriptInterval_3197596_UID = setTimeout(loadAdtech_3197596_UID, 100);\n                    } else {\n                      loadAdtech_3197596_UID();\n                    }\n                }\n\n                function loadAdtech_3197596_UID() {\n                      if (typeof writeCapture !== 'undefined') {\n\n                        if(typeof window.wcScriptInterval_3197596 !== undefined){\n                            clearTimeout(window.wcScriptInterval_3197596_UID);\n                        }\n\n                        var currentDiv = jQuery('#asyncPlaceholder_3197596_UID');\n\n                        /* Prevent double loading */\n                        if( currentDiv.find('[id*=__document_write]').length > 0 ){\n                            if ('undefined' !== typeof(console) && console && console.log) {\n                                console.log('Ad reload skipped. Too fast!!');\n                            }\n                            return;\n                        }\n                        adtAsync_isLoading = false;\n\n                        currentDiv.css('min-height', currentDiv.height());\n\n                        if(typeof window.timeout_3197596 !== undefined){\n                            window.clearTimeout(window.timeout_3197596);\n                        }\n                        var currentWriteCapture = writeCapture;\n                        currentWriteCapture.writeOnGetElementById = true;\n                        var adTagString = '<script type=\"text/javascript\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197596/0/3961/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_PROMO;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"><\\/script>';\n                        currentWriteCapture.html('#asyncPlaceholder_3197596_UID', adTagString, {done:function(){window.timeout_3197596 = window.setTimeout(function(){currentDiv.css('min-height', '')}, 1000)}});\n                    }\n                    else{\n                        window.wcScriptInterval_3197596_UID = setTimeout(loadAdtech_3197596_UID, 100);\n                    }\n                }\n                </script>\n                <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197596/0/3961/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=336;alias=VO12.1_Mode_PROMO;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197596/0/3961/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=336;alias=VO12.1_Mode_PROMO;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                <!-- End of Async JavaScript Tag -->\n                \n                        </section>        </aside>\n</article>\n        \t    \t                                        \t\t\t\n<footer id=\"footer\" class=\"content-bg\">\n            \n            \n    \n            <nav role=\"navigation\">\n                            <section class=\"footer-column\">\n    <h2>VOGUE im Netz</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n    <a href=\"/service/die-redaktion\" title=\"Die Redaktion\">Die Redaktion</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://pinterest.com/voguede/\" target=\"_blank\" title=\"Pinterest\">Pinterest</a></li>\n            <li role=\"menuitem\">\n        <a href=\"https://plus.google.com/116116654020620758693\" target=\"_blank\" title=\"Google +\">Google +</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://voguedeutschland.tumblr.com/\" target=\"_blank\" title=\"Tumblr\">Tumblr</a></li>\n            <li role=\"menuitem\">\n        <a href=\"https://twitter.com/VOGUE_Germany\" target=\"_blank\" title=\"Twitter\">Twitter</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://www.facebook.com/VOGUEDeutschland\" target=\"_blank\" title=\"Facebook\">Facebook</a></li>\n            </ul>\n</section>                            <section class=\"footer-column\">\n    <h2>Info</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n        <a href=\"http://condenast.de/flash/\" target=\"_blank\" title=\"Jobs\">Jobs</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/kontakt\" title=\"Kontakt\">Kontakt</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/werbung-buchen\" title=\"Werbung buchen\">Werbung buchen</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/datenschutz\" title=\"Datenschutz\">Datenschutz</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/agb\" title=\"AGB\">AGB</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/impressum\" title=\"Impressum\">Impressum</a></li>\n                        <li role=\"menuitem\"><a href=\"/nutzungsbasierte-online-werbung\" class=\"oba_icon\">Nutzungsbasierte<br>Online-Werbung</a></li>\n        </ul>\n</section>                            <section class=\"footer-column\">\n    <h2>Service</h2>\n    <ul role=\"menu\">\n            <li role=\"menuitem\">\n    <a href=\"/tags/a\" title=\"Themenwelt\">Themenwelt</a></li>\n            <li role=\"menuitem\">\n<a href=\"/service/gewinnspiele\" title=\"\nGewinnspiele\">Gewinnspiele</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/galerien\" title=\"Galerien\">Galerien</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/videos\" title=\"Videos\">Videos</a></li>\n            <li role=\"menuitem\">\n        <a href=\"http://www.vogue.de/adressen\" target=\"_blank\" title=\"VOGUE Adressen\">VOGUE Adressen</a></li>\n            <li role=\"menuitem\">\n    <a href=\"/service/newsletter-anmeldung\" title=\"Newsletter\">Newsletter</a></li>\n                        <li role=\"menuitem\"><a href=\"http://www.vdz.de/primesite-guetesiegel/\" target=\"_blank\" title=\"VDZ PrimeSite\" class=\"vdz_icon\"><img title=\"VDZ PrimeSite\" src=\"/extension/cndesignvogue2/design/vogue2/images/vdz_prime_site-40x50.png\" /></a></li>\n        </ul>\n</section>                        \n            <section class=\"footer-column abo\">\n    \t\t\t<h2>Abo</h2>\n                <a class=\"print\" href=\"http://abo.vogue.de/?utm_campaign=Abostage+-+Print-Teaser&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                    <figure>\n                    \t\t                                                            <img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v122xx.jpg\" width=\"122\" height=\"162\" alt=\"vo_de_01_15_2\" title=\"\" />                    </figure>\n                    <span>VOGUE<br>abonnieren</span>\n                </a>\n                <a class=\"digital\" href=\"http://abo.vogue.de/epaper/?utm_campaign=Abostage+-+ePaper-Teaser&utm_source=Vogue+Website&utm_medium=Teaser\" target=\"_blank\">\n                    <figure>\n                    \t\t                                                            <img src=\"/var/vogue/storage/images/home/vogue/magazin-abo/coverfinder/deutschland/2015/vo_de_01_15_2/19466405-2-ger-DE/vo_de_01_15_2_v122xx.jpg\" width=\"122\" height=\"162\" alt=\"vo_de_01_15_2\" title=\"\" />                    </figure>\n                    <span>VOGUE<br>Digital</span>\n                </a>\n            </section>\n        </nav>\n    \n    <div class=\"brands\">\n    <a class=\"condenast\" href=\"http://www.condenast.de/\" title=\"Zur Condé Nast Verlag Startseite\">Condenast.de</a>\n    <a class=\"glamour\" href=\"http://www.glamour.de/\" title=\"Zur Glamour.de Startseite\">Glamour.de</a>\n    <a class=\"gq\" href=\"http://www.gq-magazin.de/\" title=\"Zur GQ Startseite\">GQ-Magazin.de</a>\n    <a class=\"myself\" href=\"http://www.myself.de/\" title=\"Zur myself Startseite\">myself.de</a>\n    <a class=\"style\" href=\"http://www.style.de/\" title=\"Zur Style Startseite\">style.de</a>\n    <a class=\"architectural-digest\" href=\"http://www.ad-magazin.de/\" title=\"Zur AD Startseite\">AD-Magazin</a>\n    <a class=\"wired\" href=\"http://www.wired.de/\" title=\"Zur Wired Startseite\"></a>\n</div>\n    </footer>\n<div id=\"lightbox\" title=\"Klicken, um die Ansicht zu schliessen\">\n    <figure class=\"lightbox-container\">\n        <a class=\"lightbox-close\">Schliessen</a>\n        <img src=\"\" />\n        <figcaption>\n            <p class=\"caption\">&nbsp;</p>\n            <p class=\"copyright\">&nbsp;</p>\n        </figcaption>\n    </figure>\n</div>\n    </div>\n    \n<div id=\"layer-ad\" class=\"ad layer\">\n    \n    \n        \n                                    \n        \n        \n                            \n                                \n                                                                                                                                                                                                            \n                             \n        \n                                    \n        \n                \n                                        \n        \n                \n            \n                                                                                                                                            \n            \n                    \n        \n            \n                                                                                                            \n            \n                                                            \n                                                                        \n            <!-- Layer Load:inline-->\n                            \n                    <!-- JavaScript Tag v0.6A // Tag for network 1147.1: Condé Nast Digital GmbH // Website: VO12.1 // Placement: VO12.1_Mode_LAYER (3197592) -->\n                    <script language=\"javascript\">\n                        <!--\n                        if (window.adgroupid == undefined) {\n                            window.adgroupid = Math.round(Math.random() * 1000);\n                        }\n                        document.write('<scr'+'ipt language=\"javascript1.1\" src=\"http://adserver.adtech.de/addyn/3.0/1147.1/3197592/0/16/ADTECH;loc=100;target=_blank;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;alias=VO12.1_Mode_LAYER;grp='+window.adgroupid+';misc='+new Date().getTime()+';kvcnprodukt=galerie\"></scri'+'pt>');\n                        //-->\n                    </script>\n                    <noscript><a href=\"http://adserver.adtech.de/adlink/3.0/1147.1/3197592/0/16/ADTECH;loc=300;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=558;alias=VO12.1_Mode_LAYER;kvcnprodukt=galerie\" target=\"_blank\"><img src=\"http://adserver.adtech.de/adserv/3.0/1147.1/3197592/0/16/ADTECH;loc=100;key=Modestrecken+StreetStyle+StarStyle+Accessoires+Modestrecken+StreetStyle+StarStyle+Accessoires+Weihnachten+Pullover+VOGUEexklusiv;grp=558;alias=VO12.1_Mode_LAYER;kvcnprodukt=galerie\" border=\"0\"></a></noscript>\n                    <!-- End of JavaScript Tag -->\n                \n                        </div>\n</div>\n\n    <script>\n        $(document).ready(function(){\n            $('#navigation-menu').cnLastVisitNews({\n                jsonURL: '/var/vogue/storage/cnrecentnews.json',\n                \n                    newsOverviewId: 679315\n                                    \n            });\n        });\n    </script>\n\n<div id=\"fb-root\"></div>\n\n    <script type=\"text/javascript\">\n        (function ($) {\n            \"use strict\";\n            $(window).on('load', function() {\n                cnLog('Page loaded.');\n                if($.cnSocialNetworks){\n                    $.cnSocialNetworks().init();\n                    cnLog('Social Networks initializing');\n                }\n            });\n        }(jQuery));\n    </script>\n\n<div class=\"OUTBRAIN\" data-src=\"http://www.vogue.de/mode/mode-trends/weihnachten-die-redaktion-zeigt-ihre-christmas-sweater\" data-widget-id=\"TR_1\" data-ob-template=\"voguede\" ></div>\n<script src=\"http://widgets.outbrain.com/outbrain.js?v2\" charset=\"utf-8\"></script>\n\n<script>\nvar _sf_async_config={uid:19312,domain:\"vogue.de\"};\n(function(){\n  function loadChartbeat() {\n    window._sf_endpt=(new Date()).getTime();\n    var e = document.createElement('script');\n    e.setAttribute('language', 'javascript');\n    e.setAttribute('type', 'text/javascript');\n    e.setAttribute('src',\n       ((\"https:\" == document.location.protocol) ? \"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/\" : \"http://static.chartbeat.com/\") +\n       \"js/chartbeat.js\");\n    document.body.appendChild(e);\n  }\n  var oldonload = window.onload;\n  window.onload = (typeof window.onload != 'function') ?\n     loadChartbeat : function() { oldonload(); loadChartbeat(); }; })();\n</script>\n\n\n\n<!-- Mythings -->\n<script>\nfunction _mt_ready(){\n  if (typeof(MyThings) != \"undefined\") {\n      MyThings.Track({\n           EventType: MyThings.Event.Visit,\n           Action: \"300\"\n     });\n  }\n}\nvar mtHost = ((\"https:\" == document.location.protocol) ? \"https://rainbowx\" : \"http://rainbow\") + \".mythings.com\";\nvar mtAdvertiserToken = \"1441-100-de\";\ndocument.write(unescape(\"%3Cscript src='\" + mtHost + \"/c.aspx?atok=\"+mtAdvertiserToken+\"' type='text/javascript'%3E%3C/script%3E\"));\n</script>\n<!-- /Mythings -->\n<!-- START Parse.ly -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"vogue.de\"></div>\n</div>\n\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n\n<!-- END Parse.ly -->\n<!-- cof: cn_vogue_article -->\n</body>\n</html>"
  },
  {
    "path": "tests/data/html/wetpaint.com1.html",
    "content": "  <!DOCTYPE html>\n<html itemscope itemtype=\"http://schema.org/NewsArticle\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\">\n<head  prefix=\"og: http://ogp.me/ns# wetpaintwww: http://ogp.me/ns/apps/wetpaintwww#\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"c27708c69d\",\"applicationID\":\"126641\",\"transactionName\":\"cgkNTUZZDw5dQxwAREUPAFVRGRAKV0Y=\",\"queueTime\":0,\"applicationTime\":883,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VwEPVFVACQEGUlVT\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n  <link href=\"http://static2.wetpaint.me/assets/application/base-eb148408547ff656bc63d7a72fe67d42.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n  <link href=\"http://static2.wetpaint.me/assets/layouts/publishable_article-05837f4b39843160fc9f0ac4b40e8542.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n  <link href=\"http://static2.wetpaint.me/assets/favicon-cb3ce93042bb9b04aa2fbdbbd297b6ce.ico\" rel=\"shortcut icon\" />\n<link href=\"http://static2.wetpaint.me/apple-touch-icon.png?e6140b1\" rel=\"apple-touch-icon\" />\n<link rel=\"apple-touch-icon\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-3f9df3dbb4f65d0428d716dbb40b1730.png\">\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-ipad-cacab38624c891683d713a00b65411b8.png\">\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-iphone-retina-bfe5221a722b0454cf95ed994f1b4e07.png\">\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-ipad-retina-edaaec5bb561a284f6b4fc10331bc300.png\">\n  <title>Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It? | The Bachelor | Wetpaint</title>\n\n  <link rel=\"canonical\" href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" itemprop=\"url\">\n  <meta name=\"description\" content=\"   Get used to hearing the name Whitney Bischoff, guys. Word on the street is that blondie locks is a serious contender for Chris Soules’ heart and that we’r...\" itemprop=\"about\">\n  <meta name=\"robots\" content=\"noodp, noydir\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  <script type=\"text/javascript\" async>\nvar COMSCORE={};if(typeof _comscore!=\"object\"){var _comscore=[]}COMSCORE.beacon=function(k){try{if(!k){return}var i=1.8,l=k.options||{},j=l.doc||document,b=l.nav||navigator,g=j.location,f=512,d=function(e,m){if(e==null){return\"\"}e=(encodeURIComponent||escape)(e);if(m){e=e.substr(0,m)}return e},a=[(g.protocol==\"https:\"?\"https://sb\":\"http://b\"),\".scorecardresearch.com/b?\",\"c1=\",d(k.c1),\"&c2=\",d(k.c2),\"&rn=\",Math.random(),\"&c7=\",d(g.href,f),\"&c3=\",d(k.c3),\"&c4=\",d(k.c4,f),\"&c5=\",d(k.c5),\"&c6=\",d(k.c6),\"&c10=\",d(k.c10),\"&c15=\",d(k.c15),\"&c16=\",d(k.c16),\"&c8=\",d(j.title),\"&c9=\",d(j.referrer,f),\"&cv=\",i,k.r?\"&r=\"+d(k.r,f):\"\"].join(\"\");a=a.length>2080?a.substr(0,2075)+\"&ct=1\":a;if(!/BlackBerry.*?\\/([1-3]\\.|4\\.[0-5])/.test(b.userAgent)){var c=new Image();c.onload=function(){};c.src=a}else{a=a.replace(/\\/b\\?/,\"/p?\");j.write(\"<img src='\"+a+\"' />\")}return a}catch(h){}};COMSCORE.purge=function(a){try{var c=[],f,b;a=a||_comscore;for(b=a.length-1;b>=0;b--){f=COMSCORE.beacon(a[b]);a.splice(b,1);if(f){c.push(f)}}return c}catch(d){}};COMSCORE.purge();\nCOMSCORE.beacon({c1:2,c2:\"5916149\",c3:\"\",c4:\"\",c5:\"\",c6:\"\",c7:escape(document.location.href),c8:escape(document.title),c9:escape(document.referrer),c10:escape(screen.width+'x'+screen.height)});\n</script>\n\n  <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Wetpaint Entertainment The Bachelor RSS\" href=\"http://feeds.wetpaint.com/thebachelorshow/latest/excerpt\">\n  \n\n  <meta property=\"fb:admins\" content=\"628638109,100000821098041\">\n<meta property=\"og:site_name\" content=\"Wetpaint\">\n<meta property=\"og:url\" content=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\"/>\n\t<meta property=\"og:image\" content=\"http://static.wetpaint.me/bachelor/ROOT/photos/Screen-Shot-20141104-at-35540-PM-1415145391.jpg\">\n\t<meta property=\"fb:app_id\" content=\"73759578322\">\n\t<meta property=\"og:title\" content=\"Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?\">\n\t<meta property=\"og:type\" content=\"article\">\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/TheBachelorFansite\">\n\t<meta property=\"og:description\" content=\"   Get used to hearing the name Whitney Bischoff, guys. Word on the street is that blondie locks is a serious contender for Chris Soules’ heart and that we’re going to see A LOT of her during The Bachelor 2015 season. Like, commit her face to memory now.  So how far does the registered nurse from...\">\n\t<meta property=\"wetpaintwww:published_time\" content=\"2014-12-18 01:01:00 UTC\">\n\t<meta property=\"article:published_time\" content=\"2014-12-18 01:01:00 UTC\">\n\n  <meta name=\"twitter:card\" content=\"photo\">\n<meta name=\"twitter:url\" content=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\">\n\t<meta property=\"twitter:title\" content=\"Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?\">\n\t<meta property=\"twitter:description\" content=\"   Get used to hearing the name Whitney Bischoff, guys. Word on the street is that blondie locks is a serious contender for Chris Soules’ heart and that we’re going to see A LOT of her during The B...\">\n\t<meta property=\"twitter:image\" content=\"http://static.wetpaint.me/bachelor/ROOT/photos/305_320/Screen-Shot-20141104-at-35540-PM-1415145391.jpg\">\n\t<meta property=\"twitter:site\" content=\"@BachelrWetpaint\">\n\t<meta property=\"twitter:creator\" content=\"@BachelrWetpaint\">\n\n\n  <meta name=\"google-site-verification\" content=\"hi57CmwMgdgLeJaUBrJIh0Nz2yPR3tX2r7r__SMzExw\" />\n  <meta name=\"y_key\" content=\"2fda708437f0d260\" />\n  <meta name=\"msvalidate.01\" content=\"A9E92B3F9B63DDD7EF44EE984A7A4DD9\" />\n  <link rel=\"publisher\" href=\"https://plus.google.com/114745337135279313902\">\n  <link rel=\"author\" href=\"https://plus.google.com/113698504936782402276\" />\n\n\n  <meta name=\"keywords\" content=\"The Bachelor,Celebrity,Bachelor in Paradise,Features,Reality Gossip,Spoilers,TV Stars,The Bachelorette,The Bachelor Pad,The Bachelor,Chris Soules,Season 19,Bachelor 2015,Whitney Bischoff,Season 19 Hometown Dates,Season 19 Contestants\"><meta name=\"news_keywords\" content=\"The Bachelor,Celebrity,Bachelor in Paradise,Features,Reality Gossip,Spoilers,TV Stars,The Bachelorette,The Bachelor Pad,The Bachelor\">\n  \n\n  \n<script type=\"text/javascript\">\n  var _sf_startpt = (new Date()).getTime();\n  // safari private browsing check \n  window.isLocalStorageNameSupported = function() {\n    var testKey = 'test', storage = window.sessionStorage;\n    try {\n      storage.setItem(testKey, '1');\n      storage.removeItem(testKey);\n      return true;\n    } catch (error) {\n      localStorage.setItem = function(){};\n      sessionStorage.setItem = function(){};\n      return false;\n    }\n  };\n\n  var wp = {\n    pubdate: \"2014-12-18 01:01\",\n    page_type: \"article\",\n    classification: \"features\",\n    publish_author: \"Rachel Evans\",\n    page: {\n      fanpage: eval([{\"fbid\":\"240938883493\",\"title\":\"The Bachelor\",\"url\":\"https://www.facebook.com/TheBachelorFansite\"}][Math.floor(Math.random()*1)]),\n      openGraphType: \"article\",\n      reaction_poll_id: 105545,\n      is_draft: false\n    },\n    site_name: \"the-bachelor\",\n    secondary_topic: \"\",\n    author_slug: \"\",\n    current_tag: \"\",\n    category: \"tv\",\n    entertainment: true,\n    hasHero: false,\n    store_name: \"bachelor\",\n    isExclusive: false,\n    isPremiumContent: false,\n    isOwnedAndOperatedVideo: false,\n    twitter_id: \"BachelrWetpaint\",\n\n    controller: \"article\",\n    action: \"show\",\n\n    hasFlash: (function () {\n      return JSON.parse(sessionStorage.getItem('hasFlash')) || (function () {\n        var hasFlash = false;\n        try {\n          var fo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');\n          if (fo) {\n            hasFlash = true;\n          }\n        } catch (e) {\n          if (navigator.mimeTypes [\"application/x-shockwave-flash\"] !== undefined) {\n            hasFlash = true;\n          }\n        }\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('hasFlash', JSON.stringify(hasFlash));\n        }\n        return hasFlash;\n      }());\n    }()),\n\n\n    sessionStartTime: (function () {\n      return parseInt(JSON.parse(sessionStorage.getItem('timeOnSite'))) || (function () {\n        var timeOnSite = new Date().getTime();\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('timeOnSite', JSON.stringify(timeOnSite));\n        }\n        return timeOnSite;\n      }());\n    }()),\n\n    fanConverterRandomizedPageViews: (function () {\n      return JSON.parse(sessionStorage.getItem('fanConverterRandomizedPageViews')) || (function () {\n        var randomPageViews = Math.floor((Math.random()*8)+1);\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('fanConverterRandomizedPageViews', JSON.stringify(randomPageViews));\n        }\n        return randomPageViews;\n      }());\n    }()),\n\n    timeOnSite: function () {\n        return parseInt((new Date().getTime() - this.sessionStartTime) / 1000);\n    },\n\n    // set up feature flags\n    flags: {\n      fanconverter_disabled: false,\n      learnings_enabled: true,\n      sharethrough_enabled: false,\n      luminate_enabled: false,\n      nrelate_enabled: false,\n      ggnoads_enabled: true,\n      homing_missile_threshold_percentage: 2.5,\n      homing_missile_training_percentage: 90,\n      homing_missile_js_url: 'false',\n      homing_missile_access_token: 'false',\n      fanconverter_js_path: 'http://fanconverter.wetpaint.me/3.0.2/application-fanconverter.js',\n      play_thru_enabled: false,\n      play_thru_photo_count: 3,\n      mobile_ads_disabled: false,\n      desktop_ads_disabled: false,\n      test_ads_enabled: false,\n      adtech_mobile_1x1_enabled: false,\n      adtech_desktop_1x1_enabled: true,\n      synchronous_mobile_ads_enabled: false,\n      viggle_video_points: 50,\n      viggle_video_points_point_cap: 10000,\n      viggle_store_url: 'https://www.vigglestore.com/auth/login/wetpaint',\n      viggle_points_endpoint: 'http://wp-user.viggle.com',\n      viggle_show_sweepstakes: false,\n      viggle_sweepstakes_show_popup: false,\n      viggle_sweepstakes_local_storage_name: 'july21_sweeps_2b',\n      viggle_premium_content_popup: 'true',\n      viggle_premium_content_popup_probability_a: '0.0',\n      everything_is_awesome_everything_is_premium: true,\n      premium_views_for_search_and_direct: 2,\n      vip_limited_access: true,\n      vip_limited_access_content_limit: 5\n    },\n\n    meta_keywords: [\"Celebrity\", \"Bachelor in Paradise\", \"Features\", \"Reality Gossip\", \"Spoilers\", \"TV Stars\", \"The Bachelorette\", \"The Bachelor Pad\", \"The Bachelor\", \"Chris Soules\", \"Season 19\", \"Bachelor 2015\", \"Whitney Bischoff\", \"Season 19 Hometown Dates\", \"Season 19 Contestants\"],\n    adtech_hidden_flag_string: \"\",\n\n    content_image_url: \"http://static.wetpaint.me/bachelor/ROOT/photos/Screen-Shot-20141104-at-35540-PM-1415145391.jpg\",\n    content_description: \"   Get used to hearing the name Whitney Bischoff, guys. Word on the street is that blondie locks is a serious contender for Chris Soules’ heart and that we’re going to see A LOT of her during The Bachelor 2015 season. Like, commit her face to memory now.  So how far does the registered nurse from...\",\n\n    demo_env: false,\n    _domain: location.hostname.replace(/^.*?([a-z]+\\.[a-z]+)$/, '$1'),\n    FBAPPID: '73759578322',\n    FBNS: 'wetpaintwww',\n    istest: /selenium/.test(navigator.userAgent),\n    ga_site: \"UA-10597003-2\",\n    ga_global: 'UA-10597003-4',\n    ga_paid: 'UA-10597003-49',\n    eg: 'http://172.16.2.160:3000',\n    www_host: 'http://www.wetpaint.com',\n    rails_env: 'production',\n    dogfood: false,\n\n    client_ip: '127.0.0.1',\n    server_time_stamp: 1420282346872,\n    server_name: 'c6',\n\n    ads: {\n      placement: 'article',\n      test: false,\n      showId: 'the-bachelor',\n      brandSafe: true      \n    },\n    gallery: undefined,\n\n    currentContext: (function () {\n      var contexts = {\n        phone: [0, 459],\n        tablet: [460, 739],\n        tabletWide: [740, 979],\n        desktop: [980, 1299],\n        desktopWide: [1300, 9999]\n      };\n      var screenWidth = document.documentElement.clientWidth;\n      var currentContext = 'phone';\n      for (context in contexts) {\n        if (contexts.hasOwnProperty(context)) {\n          var breakpoints = contexts[context];\n          minWidth = breakpoints[0];\n          maxWidth = breakpoints[1];\n          if (screenWidth >= minWidth && screenWidth <= maxWidth) {\n            currentContext = context;\n          }\n        }\n      }\n      return currentContext;\n    }()),\n    canonicalUrl: 'http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19',\n    // for frontend mvc\n    Models: {},\n    Views: {}\n  };\n\n  wp.ads.serveAsync = (function () {\n    var asyncFlag = true;\n    if (wp.currentContext == 'phone' || wp.currentContext == 'tablet') {\n      // The size of the top ad varies, so we must be synchronous in order to size the container correctly\n      // Galleries can be asynchronous because the targeting parameter only provides them with 320x50 ads\n      return asyncFlag && wp.page_type == 'gallery';\n    } else {\n      return asyncFlag;\n    }\n  })();\n</script>\n\n\n  <script src=\"http://static2.wetpaint.me/assets/header_javascripts-2007bc42847b82aec2746d1b44251e23.js\" type=\"text/javascript\"></script>\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n<script>window.jQuery || document.write('<script src=\"/assets/jquery-1.9.1.min.js\">\\x3C/script>')</script>\n    <script type=\"application/ld+json\">\n{\n  \"@context\": \"http://schema.org\",\n  \"@type\": \"NewsArticle\",\n  \"headline\": \"Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?\",\n  \"url\": \"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\",\n  \"thumbnailUrl\": \"http://static.wetpaint.me/bachelor/ROOT/photos/Screen-Shot-20141104-at-35540-PM-1415145391.jpg\",\n  \"dateCreated\": \"2014-12-18T01:01:00Z\",\n  \"articleSection\": \"The Bachelor\",\n  \"creator\": \"Rachel Evans\",\n  \"keywords\": [\"Celebrity\", \"Bachelor in Paradise\", \"Features\", \"Reality Gossip\", \"Spoilers\", \"TV Stars\", \"The Bachelorette\", \"The Bachelor Pad\", \"The Bachelor\", \"Chris Soules\", \"Season 19\", \"Bachelor 2015\", \"Whitney Bischoff\", \"Season 19 Hometown Dates\", \"Season 19 Contestants\"]\n}\n</script>\n\n   <script type='text/javascript'>\n    var crtg_nid=\"2400\";\n    var crtg_cookiename=\"cto_wet\";\n    var crtg_varname=\"crtg_content\";\n    function crtg_getCookie(c_name){ var i,x,y,ARRCookies=document.cookie.split(\";\");for(i=0;i<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'';}\n    var crtg_content = crtg_getCookie(crtg_cookiename);var crtg_rnd=Math.floor(Math.random()*99999999999);\n    var crtg_url=location.protocol+'//rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);crtg_url+='&cookieName='+escape(crtg_cookiename);crtg_url+='&rnd='+crtg_rnd;crtg_url+='&varName=' + escape(crtg_varname);\n    var crtg_script=document.createElement('script');crtg_script.type='text/javascript';crtg_script.src=crtg_url;crtg_script.async=true;\n    if(document.getElementsByTagName(\"head\").length>0)document.getElementsByTagName(\"head\")[0].appendChild(crtg_script);else if(document.getElementsByTagName(\"body\").length>0)document.getElementsByTagName(\"body\")[0].appendChild(crtg_script);\n  </script>\n  <script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n   <script type=\"text/javascript\" src=\"http://aka-cdn-ns.adtechus.com/dt/common/DAC.js\"></script>\n    <script type=\"text/javascript\" async>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  </script>\n  <noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=5916149&c3=&c4=&c5=&c6=&c15=&cj=1\" alt=\"\" />\n  <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-703446h&amp;cg=1&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\" />\n  <a href=\"http://www.quantcast.com/p-c0xFC9HiPwWw-\" target=\"_blank\"><img src=\"http://pixel.quantserve.com/pixel/p-c0xFC9HiPwWw-.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/></a>\n</noscript>\n  \n  \n  \n  <script type=\"text/javascript\" async>\n  $(document).ready(function(){ \n    window.wp.smartbanner.init({\n      daysHidden: 30,\n      title: 'Rewards for Wetpaint VIPs',\n      author: 'Powered by Viggle',\n      layer: true,\n      icon: '/assets/viggle-icon.png',\n      iconGloss: false,\n      url: {\n        android: 'http://ad.apsalar.com/api/v1/ad?re=1&a=Hyun&i=com.functionx.viggle&ca=Viggle+Android&an=Wetpaint&p=Android&pl=Smart+Banner&h=98066edc880d329f2bfc9e1d0cbd764222169a40',\n        ios: 'http://ad.apsalar.com/api/v1/ad?re=1&a=Hyun&i=net.functionxinc.oda-ota&ca=Viggle+iOS&an=Wetpaint&p=iOS&pl=Smart+Banner&h=2554a279cb225e50ffbd6501450d8d4a1c30fbee'        \n      }\n    });\n  });\n</script>\n\n</head>\n\n<body>\n  \n  <div id=\"fb-root\"></div>\n  <div id=\"container\" class=\"article-page\">\n    <section id=\"content\" class=\"global-content\">\n      \n      <header class=\"global-header js-responsive-header-toggle jss-search-closed loading\">\n\n  <a href=\"/\" class=\"wetpaint-logo\"><span class=\"accessibility\">Wetpaint</span></a>\n\n  <div class=\"search-container header-container\">\n    <div id=\"search-box\">\n      <form action=\"/search\" method=\"get\" name=\"search\" id=\"search\">\n        <input id=\"s\" name=\"q\" type=\"text\" placeholder=\"Find celebs, TV shows...\">\n        <button type=\"submit\" class=\"icon-search js-open-search header-button\"></button>\n      </form>                         \n    </div>  \n\n    <div class=\"topic-bug\">\n  <a href=\"/desiree-hartsock\">\n    <img alt=\"Desiree Hartsock\" height=\"40\" src=\"http://static.wetpaint.me/desiree-hartsock/ROOT/photos/50_40/desireehartsock-1396309866.png\" width=\"50\" />\n</a></div>    \n\n    <button class=\"icon-align-justify js-toggle-category-nav js-open-category-nav header-button\"><span class=\"accessibility\">Toggle Category Navigation</span></button>\n\n    <button class=\"icon-viggle-store header-button js-viggle-store-link\"><span class=\"accessibility\">Viggle Store</span></button>\n\n    <button class=\"jss-close-search header-button\">\n      <i class=\"circle-icon icon-chevron-right\"></i>\n      <span class=\"accessibility\">Close Search Box</span>\n    </button>\n    <nav id=\"global-nav\" class=\"global-nav\">\n  <ul>\n \t\t<li><a href=\"/viggle/articles/2014-06-05-11-things-know-points-faq\" id=\"topic-nav-link-viggle_points_faq\">Viggle Points FAQ&raquo;</a></li><li><a href=\"/celebrity-moms-babies\" id=\"topic-nav-link-celeb_moms\">Celeb Moms&raquo;</a></li><li><a href=\"/walking-dead\" id=\"topic-nav-link-the_walking_dead\">The Walking Dead&raquo;</a></li><li><a href=\"/wetpaint-video\" id=\"topic-nav-link-watch_and_earn!\">Watch and Earn!&raquo;</a></li>\n  </ul>\n</nav>     \n  </div>\n  <div class=\"category-nav-container header-container\">\n  <nav id=\"category-nav\" class=\"category-nav\" itemscope itemtype=\"http://schema.org/SiteNavigationElement\">\n    <ul>\n      <li><a href=\"/shows\" class=\"category-nav-link\" id=\"hot-tv-nav\">Hot TV</a></li><li><a href=\"/wetpaint-video\" class=\"category-nav-link\" id=\"video-nav\">Video</a></li><li><a href=\"/music\" class=\"category-nav-link\" id=\"music-nav\">Music</a></li><li><a href=\"/news\" class=\"category-nav-link\" id=\"news-nav\">News</a></li><li><a href=\"/celebrities\" class=\"category-nav-link\" id=\"celebrity-nav\">Celebrity</a></li>\n      <li id=\"logout-category-nav-item\" class=\"logged-in-ui\"><a href=\"#\" id=\"user-sign-out-nav\" class=\"js-user-logout category-nav-link\">Logout</a></li>\n\n      \n    </ul>\n  </nav>\n</div>\n   \n</header> \n\n\n\n      <div id=\"pushdown_ad\"></div>\n\n      <section id=\"global-body\" class=\"global-body js-article-pager clearfix\">\n        <section class=\"ads\" id=\"wp-topAds\" itemscope itemtype=\"http://schema.org/WPAdBlock\"> \n          <div id=\"header-mobile-ad\" class=\"mobile-ad mobile-ad-container\"></div>\n          <div id=\"adtech-banner-ad\" class=\"desktop-ad\"></div>\n        </section>   \n\n        <div class=\"column-container clearfix\">\n            <div id=\"page-content\" class=\"page-content\"> \n    \n  <section id=\"topic-header\" class=\"topic-header clearfix\" itemscope itemtype=\"http://schema.org/SiteNavigationElement\">   \n\n  <div class=\"topic-title-container\"> \n    <div class=\"topic-photo\">\n  <a href=\"/the-bachelor\">\n    <span class=\"responsive-image\" data-picture data-alt=\"topicgraphic_thebachelor.png\">\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/50_40/thebachelor-1389912694.png\"></span>\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/75_60/thebachelor-1389912694.png\" data-media=\"(min-width: 460px)\"></span>\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/100_80/thebachelor-1389912694.png\" data-media=\"(min-width: 980px)\"></span>\n\n  <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->\n  <noscript>\n      <img src=\"http://static.wetpaint.me/bachelor/ROOT/photos/50_40/thebachelor-1389912694.png\" alt=\"topicgraphic_thebachelor.png\">\n  </noscript>\n</span>\n</a></div>\n\n    <hgroup>\n          \n      <h2 id=\"primary-title\" class=\"primary-title\"><a href=\"/the-bachelor\">The Bachelor</a></h2>\n       \n    </hgroup>\n  </div>  \n\n   \n</section>\n\n   \n\n  <article class=\"publishable\">\n    <header class=\"content-header article-header clearfix\">\n      \n  <em class=\"spoiler text-flag\">Spoiler!</em>\n\n      <h1 class=\"publishable-title article-title\" itemprop=\"headline\">Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?</h1>\n      <div class=\"share-buttons js-share-buttons\">\n  <span class=\"wp-like share-button\">\n  <a class=\"jss-facebook-share-button\">Share</a>\n</span>\n\n\n\n\n  <span class=\"tweet-button share-button\">\n  <a href=\"https://twitter.com/share\" \n    data-url=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19?utm_source=twitter.com&utm_medium=share&utm_campaign=vrl\" \n    data-text=\"Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?\"\n    data-related=\"BachelrWetpaint\"\n    data-counturl=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\"\n    data-count=\"none\"\n    class=\"twitter-share-button\" >Tweet</a>\n</span>\n\n  <span class=\"share-button plus-one-button\">\n    <g:plusone size=\"medium\" callback=\"plusone_callback\" count=\"false\"></g:plusone>\n</span>\n\n  <span class=\"pinit-button share-button js-pin-it-button\" data-href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\">\n  <a href=\"//pinterest.com/pin/create/button/?url=http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19%3Futm_source%3Dpinterest.com%26utm_medium%3Dshare%26utm_campaign%3Dvrl&media=http://static.wetpaint.me/bachelor/ROOT/photos/Screen-Shot-20141104-at-35540-PM-1415145391.jpg&description=Bachelor 2015 Spoilers: How Far Does Whitney Bischoff Make It?\"\n   always-show-count=\"0\"\n   data-pin-do=\"buttonPin\" data-pin-config=\"none\"><img src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" />\n  </a>\n</span>\n\n  <span class=\"share-button tumblr-button\">\n  <a class=\"js-content-share-icon tumblr js-tumblr-button\" href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" title=\"Share on Tumblr\" data-channel=\"tumblr\"></a>\n</span>\n  <div class=\"viggle-buttons\">\n\t<span class=\"share-button dijit-button action-button\"> \n  <a class=\"js-content-share-icon\" data-channel=\"dijit\" data-target=\"188140\" data-category=\"tv\"><span class=\"icon icon-clock-o\"></span>Remind Me To Watch</a>\n</span>\n\t<span class=\"share-button reward-button action-button \"> \n\t\t<a class=\"js-content-share-icon\" alt=\"Get real rewards for watching TV\" data-channel=\"viggle-reward\" data-popup=\"false\"><span class=\"icon icon-dollar\"></span>Reward Me</a>\n\t</span>\n</div>\n  \n</div>\n\n              \n    </header>\n\n    <section class=\"content-body article-body clearfix\">\n      <section itemprop=\"articleBody\" class=\"body wp-article js-article-body js-lg-victim clearfix\" id=\"body-2014-11-04-whitney-bischoff-eliminated-season-19\">\n    <div class=\"wp-article-block\">\n\n\n      <div class=\"wp-article-image-Large\">\n        <div itemprop=\"encodings\" title=\"Bachelor 2015 Contestant Whitney Bischoff\" itemscope itemtype=\"http://schema.org/MediaObject\" class=\"wp-photo js-shareable-root\">\n  <div class=\"jss-shareable content\">\n\n    \n\n    <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" class=\"js-content-link\">\n        <img alt=\"Bachelor 2015 Contestant Whitney Bischoff\" class=\"\" height=\"460\" itemprop=\"image\" src=\"http://static.wetpaint.me/bachelor/ROOT/photos/Screen-Shot-20141104-at-35540-PM-1415145391.jpg\" width=\"620\" />\n</a>  </div> <!-- shareable content -->\n    <div class=\"media-meta clearfix\">\n      <div class=\"content-share-block js-share-buttons\" data-title=\"Bachelor 2015 Contestant Whitney Bischoff\">\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" target=\"_blank\" data-channel=\"facebook\" class=\"js-content-share-icon content-share-icon facebook icon-facebook-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" target=\"_blank\" data-channel=\"twitter\" class=\"js-content-share-icon content-share-icon twitter icon-twitter-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" target=\"_blank\" data-channel=\"google_plus\" class=\"js-content-share-icon content-share-icon google-plus icon-google-plus-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\" target=\"_blank\" data-channel=\"pinterest\" class=\"js-content-share-icon content-share-icon pinterest icon-pinterest-sign\"></a>\n      </div>\n    <h6 class=\"caption\">\n        <span class=\"credit\">\n          Credit:\n            <a href=\"http://www.realitysteve.com\" target=\"_BLANK\">Reality Steve</a>\n        </span>\n    </h6>\n  </div>\n\n</div>\n\n      </div>\n\n      <div class=\"text\" id=\"body-text-block-0-2014-11-04-whitney-bischoff-eliminated-season-19\"><p><span></span></p><p><span><p><span>Get used to hearing the name </span><a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-09-19-spoilers-whitney-bischoff-season-19\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-09-19-spoilers-whitney-bischoff-season-19\"><span>Whitney Bischoff</span></a><span>, guys. Word on the street is that blondie locks is a serious contender for </span><a href=\"http://www.wetpaint.com/chris-soules\" _mce_href=\"http://www.wetpaint.com/chris-soules\"><span>Chris Soules</span></a><span>’ heart and that we’re going to see A LOT of her during </span><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">The Bachelor</span><span> 2015 season. Like, commit her face to memory now.<br><br></span>So how far does the registered nurse from Chicago (by way of Kentucky) make it? According to spoiler king <a href=\"http://realitysteve.com/\" _mce_href=\"http://realitysteve.com/\"><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">Reality Steve</span></a>, girlfriend’s bed of roses is quite comfy. In fact, her petals are still in full bloom. That’s right, boys and girls, Whit Bisch makes it all the way to Prince Farming’s heart place and is now wearing his Neil Lane diamond on her forever finger! Yep, she’s his one and only!</p></span></p></div>\n\n\n          <div class=\"widget wp-editorAlign-Left\">\n    <div id=\"viggle-points-cta\"></div><br />\n</div>\n\n  </div>\n\n  <div class=\"wp-article-block\">\n\n\n\n      <div class=\"text\" id=\"body-text-block-0-2014-11-04-whitney-bischoff-eliminated-season-19\"><p><span></span></p><p><span></span></p><p><span>So how did Chris and Whitney sitting in a tree K-I-S-S-I-N-G turn into us imagining their babies? We first got whiff of their whirlwind romance when she got a </span><a href=\"http://www.wetpaint.com/the-bachelor/gallery/2014-10-28-spoilers-whitney-bischoff-des-moines\" _mce_href=\"http://www.wetpaint.com/the-bachelor/gallery/2014-10-28-spoilers-whitney-bischoff-des-moines\"><span>1-on-1 date in Des Moines</span></a><span>, the final destination before Hometowns. Their romantic evening included a stroll along the Des Moines River Walk followed by dinner at a downtown hotspot. After picking the lobster from their teeth, the duo </span><a href=\"https://www.youtube.com/watch?v=VEt44sYrkhU\" _mce_href=\"https://www.youtube.com/watch?v=VEt44sYrkhU\"><span>kissed awkwardly in front of a mural</span></a><span> some production assistants who are rethinking their career choices painted of the couple.<br><br></span>Apparently the alley makeout sesh wasn’t as awkward as it seemed, because Chris gifted Whit a rose, for which she gifted him a trip to her favorite Chicago Italian restaurant, Quartino, during their <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-06-who-makes-it-hometown-dates\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-06-who-makes-it-hometown-dates\">Hometown Date</a>. All must have gone swimmingly, because she then (presumably) has all her fantasies come true in the <a href=\"http://www.wetpaint.com/the-bachelor/season-19-fantasy-suites\" _mce_href=\"http://www.wetpaint.com/the-bachelor/season-19-fantasy-suites\">Fantasy Suite</a> in Bali.<br><br>Prince Farming narrows it down to two, taking Whit and <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-10-31-becca-tilley-contestant-season-19\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-10-31-becca-tilley-contestant-season-19\">one other lucky lady</a> <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-06-spoilers-chris-soules-finale-location\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-06-spoilers-chris-soules-finale-location\">back to… Iowa!</a> Apparently he leads the two final gals to a barn where things go the way of <span _mce_style=\"font-style: italic;\" style=\"font-style: italic;\">Children of the Corn</span> for the other gal but get all <span _mce_style=\"font-style: italic;\" style=\"font-style: italic;\">Field of Dreams</span> happy for Whitney.<br><br>Chris proposes, Whitney says yee haw, and the two ride off on a tractor into the sunset together. Way to get it, girl!<br><br><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">Are you surprised Whitney is the last woman standing? Tell us below.<br><br></span><span _mce_style=\"font-weight: bold;\" style=\"font-weight: bold;\">Source:</span> <span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\"><a href=\"http://realitysteve.com/\" _mce_href=\"http://realitysteve.com/\">Reality Steve</a></span></p><p><br></p></div>\n\n\n          <div class=\"widget wp-editorAlign-Left\">\n    <iframe width=\"460\" height=\"259\" src=\"//www.youtube.com/embed/VEt44sYrkhU\" frameborder=\"0\" allowfullscreen></iframe>\n</div>\n\n  </div>\n\n\n</section>\n\n      <section class=\"content-meta\">\n        <div class=\"author-timestamp\">\n  <time publdate=\"true\" itemprop=\"datePublished\" datetime=\"2014-12-18T01:01:00Z\" class=\"timestamp\">December 17, 2014 at 08:01PM EST</time> by <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\" class=\"author\"><a href=\"/author/rachel-evans\" itemprop=\"url\">Rachel Evans</a></span>\n</div>\n\n          <section class=\"wp-related wp-content-module\">\n    <h5 class=\"related-terms-title\">Related:</h5>\n    <ul itemprop=\"keywords\" class=\"terms\">\n            <a href=\"/the-bachelor\">The Bachelor</a>,\n            <a href=\"/the-bachelor/bachelor-in-paradise\">Bachelor in Paradise</a>,\n            <a href=\"/the-bachelor/celebrity\">Celebrity</a>,\n            <a href=\"/the-bachelor/chris-soules\">Chris Soules</a>,\n            <a href=\"/the-bachelor/features\">Features</a>,\n            <a href=\"/the-bachelor/reality-gossip\">Reality Gossip</a>,\n            <a href=\"/the-bachelor/spoilers\">Spoilers</a>,\n            <a href=\"/the-bachelor/tv-stars\">TV Stars</a>,\n            <a href=\"/the-bachelor/the-bachelor-pad\">The Bachelor Pad</a>,\n            <a href=\"/the-bachelor/the-bachelorette\">The Bachelorette</a>,\n        <li class=\"term\"><a href=\"/the-bachelor/season-19\">Season 19</a>, </li><li class=\"term\"><a href=\"/the-bachelor/bachelor-2015\">Bachelor 2015</a>, </li><li class=\"term\"><a href=\"/the-bachelor/whitney-bischoff\">Whitney Bischoff</a>, </li><li class=\"term\"><a href=\"/the-bachelor/season-19-hometown-dates\">Season 19 Hometown Dates</a>, </li><li class=\"term\"><a href=\"/the-bachelor/season-19-contestants\">Season 19 Contestants</a></li>\n    </ul>\n  </section>\n\n      </section>   \n          \n    </section>\n    <footer class=\"content-footer article-footer\">\n  <section class=\"syndication\">\n\n      <script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n</script>\n\n<div id=\"taboola-belowarticle\" class=\"taboola\"></div>\n\n<script type=\"text/javascript\">\n  $(document).ready(function(){\n    var taboolaGatedText = '';\n\n    if (wp.flags.vip_limited_access && !wp.isOwnedAndOperatedVideo && wp.page.isPublishable()) {\n      var articleCounter = JSON.parse(window.localStorage.getItem('articleCounter')) || {value:0};\n      if (articleCounter.value >= wp.flags.vip_limited_access_content_limit) {\n        taboolaGatedText = 'gated ';\n      }\n    }\n\n    if ((wp.page_type == \"article\" || wp.page_type == \"gallery\") || (wp.page_type == \"video\" && (wp.currentContext == \"desktop\" || wp.currentContext == \"desktopWide\"))) {\n      window._taboola = window._taboola || [];\n      _taboola.push({\n        container:\"taboola-belowarticle\",\n        placement: taboolaGatedText + (wp.page_type == \"video\" ? (wp.currentContext == \"phone\" ? \"mobile\" : \"desktop\")+\" video page\" :\n                                              (wp.currentContext == \"phone\" ? \"mobile -below article\" : \"below article\")),\n        mode: wp.currentContext == \"phone\" ? \"autosized-generated-mobile-article\" : \"autosized-generated-2r-article\" \n\n      });\n      _taboola.push({flush:true});  \n    }\n  });\n</script>\n\n<script type=\"text/javascript\">\n  _taboola.push({article:'auto'});   \n  !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/wetpaint/loader.js');\n</script>\n\n    <div class=\"content-footer-ad-block clearfix\">\n      <div id=\"300x250-ad-2\" class=\"desktop-ad ad-300x250\"></div>\n        <div class=\"column\">\n          <div class=\"module-title\">\n  <h4>Recommended</h4>\n</div>\n          <div id=\"grv-personalization-syndication\" class=\"column\"></div>\n          <script type='text/javascript'>\n            //<![CDATA[\n              (function(){var b,c,d,e,f,g,h;window.gravityInsightsParams={type:\"content\",site_guid:\"934e04f62a151d57b4d8b3817a88c166\"};e=(d=(null!=(f=/grvinsights=([^;]+)/.exec(document.cookie))?f[1]:void 0)||\"\",b=(null!=(g=window.jQuery)?null!=(h=g.fn)?h.jquery:void 0:void 0)||\"\",\"http://rma-api.gravity.com/v1/api/intelligence/wl?jq=\"+b+\"&sg=\"+gravityInsightsParams.site_guid+\"&ug=\"+d+\"&pl=7&id=grv-personalization-syndication&type=iframe\");\n              window.grvMakeScript=function(i){var a;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=i;return a};c=document.getElementsByTagName(\"script\")[0];e&&c.parentNode.insertBefore(window.grvMakeScript(e),c);})();\n            //]]>\n          </script> \n        </div>\n    </div>\n\n  </section>\n</footer> \n    \n      <section class=\"facebook-comments comments\">\n        <div id=\"fb-comments\" itemscope itemtype=\"http://schema.org/UserComments\" class=\"fb-comments\" data-num-posts=\"5\" data-width=\"620\" data-href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-04-whitney-bischoff-eliminated-season-19\"></div>\n\n      </section>\n\n  </article>       \n\n\n    <footer class=\"partner-footer\" itemtype=\"http://schema.org/WPFooter\">\n  <div class=\"module-title\">\n  <h4>Our Partners</h4>\n</div>\n  <div class=\"clearfix js-partner-links\">\n    <div id=\"grv-personalization-56\"></div>\n<script type='text/javascript'>\n  //<![CDATA[\n    (function(){\n    window.gravityInsightsParams = {\n      'type': 'content',\n      'action': '',\n      'site_guid': '934e04f62a151d57b4d8b3817a88c166'\n    };\n    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)||\"\";\n    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-56&pl=56\"+\n    (\"&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));})();\n  //]]>\n</script>\n  </div>\n</footer>\n\n  </div>\n\n  <div id=\"ad-editorial\" class=\"ad-editorial\" itemscope itemtype=\"http://schema.org/WPSideBar\">\n    <div class=\"column\">\n  <section class=\"ad ad-300 clearfix\">\n    <div class=\"ad-wrapper\">\n      <div id=\"300x250-ad-1\" class=\"desktop-ad ad-editorial-block ad-300x250\"></div>\n    </div>\n  </section>\n\n    <section class=\"ad-editorial-block featured clearfix\">\n      <section class=\"oo-content featured-block clearfix js-oo-video-container\">\n        <div class=\"module-title\">\n    <a href=\"#\" class=\"module-title-link icon-viggle circle-icon js-viggle-points js-ga-points-event\" data-ga-points-action=\"VideoModalEntry_ViggleIconClicked\"><span class=\"accessibility\">More</span></a>\n  <h4>Watch and Earn</h4>\n</div>\n        <div class=\"jss-oo-video\"></div>\n      </section>\n    </section>\n\n    <div class=\"ad-editorial-block hot-list\">\n  <div class=\"module-title\">\n    <a href=\"/shows\" class=\"module-title-link icon-chevron-right circle-icon \"><span class=\"accessibility\">More</span></a>\n  <h4>Hot TV</h4>\n</div>\n  <ul> \n\n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/dancing-with-the-stars\">\n      \t<img src=\"http://static.wetpaint.me/dwtsthree/ROOT/photos/75_60/dwts-1391124925.png\" alt=\"Dancing With The Stars\">\n      Dancing With The Stars      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/downton-abbey\">\n      \t<img src=\"http://static.wetpaint.me/downton-abbey/ROOT/photos/75_60/downtonabbey-1391125039.png\" alt=\"Downton Abbey\">\n      Downton Abbey      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/pretty-little-liars\">\n      \t<img src=\"http://static.wetpaint.me/pll/ROOT/photos/75_60/prettylittleliars-1388772480.png\" alt=\"Pretty Little Liars\">\n      Pretty Little Liars      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/teen-mom\">\n      \t<img src=\"http://static.wetpaint.me/teenmom/ROOT/photos/75_60/teenmom-1391125248.png\" alt=\"Teen Mom\">\n      Teen Mom      \n    </a>\n  </h5>\n</li> \n\n  </ul>\n</div>\n    <div class=\"ad-editorial-block popular-list\">\n  <div class=\"module-title\">\n    <a href=\"http://www.facebook.com/profile.php?id=5510619796\" class=\"module-title-link icon-facebook circle-icon \"><span class=\"accessibility\">More</span></a>\n  <h4>Popular</h4>\n</div>\n  <ul> \n\n        <li class=\"rollup-item clearfix js-ga-event\" data-ga-event-key=\"popularFacebook\" data-publishable-url=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\">\n\n    <div class=\"rollup-item-image\">\n      <a href=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\" class=\"rollup-image-link\" ><img src=\"http://static.wetpaint.me/pll/ROOT/photos/150/1363880145pre-1416433253.jpg\" alt=\"Pretty Little Liars Season 5B: 7 Questions We Want Answered\"></a>\n      \n      \n    </div>\n\n  <section class=\"rollup-item-body\">\n    \n    \n    \n\n\n\n      <h5 id=\"2014-12-30-season-5b-7-questions-we\" class=\"rollup-item-title\">\n        <a href=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\" class=\"\" >Pretty Little Liars Season 5B: 7 Questions We Want Answered</a>\n      </h5>\n\n\n  </section>\n\n</li> \n\n  </ul>\n</div>\n\n</div>\n<div class=\"column last\">\n    <section class=\"ad-editorial-block gravity\">\n      <div class=\"module-title\">\n  <h4>You Might Like</h4>\n</div>\n      <div id=\"grv-personalization-ad-editorial\"></div>\n\n      <script type='text/javascript'>\n        //<![CDATA[\n          (function(){\n          window.gravityInsightsParams = {\n            'type': 'content',\n            'action': '',\n            'site_guid': '934e04f62a151d57b4d8b3817a88c166'\n          };\n          var b,c,d,e,f,g,h,i,j;f=(c=!0===gravityInsightsParams.useGravityUserGuid?1:0)?\"\":gravityInsightsParams.user_guid||(null!=(h=/grvinsights=([^;]+)/.exec(document.cookie))?h[1]:void 0)||\"\";g=(d=(null!=(i=window.jQuery)?null!=(j=i.fn)?j.jquery:void 0:void 0)||\"\",b=gravityInsightsParams.ad||\"\",\"http://rma-api.gravity.com/v1/api/intelligence/wl?jq=\"+d+\"&sg=\"+gravityInsightsParams.site_guid+\"&ug=\"+f+\"&ugug=\"+c+\"&pl=18&id=grv-personalization-ad-editorial&type=iframe&ad=\"+b);\n          window.grvMakeScript=function(k){var a;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=k;return a};e=document.getElementsByTagName(\"script\")[0];g&&e.parentNode.insertBefore(window.grvMakeScript(g),e);})();\n        //]]>\n      </script>\n    </section>\n\n  <section id=\"bottom-ad\" class=\"ads\">\n    <div id=\"footer-mobile-ad\" class=\"mobile-ad mobile-ad-container\"></div>\n  </section> \n\n  <section class=\"ad ad-300 ad-editorial-block\">\n    <div class=\"ad-wrapper\">\n      <div id=\"300x250-ad-3\" class=\"desktop-ad ad-300x250\"></div>\n    </div>\n  </section>\n\n  <footer class=\"wetpaint-footer\" itemtype=\"http://schema.org/WPFooter\">\n  <a href=\"/\" class=\"wetpaint-logo\"><span class=\"accessibility\">Wetpaint</span></a>\n  <ul class=\"follow-icons\">\n    <li>\n      <a href=\"http://www.facebook.com/profile.php?id=5510619796\" class=\"social-link\" id=\"social-links-facebook\" target=\"_BLANK\" title=\"Follow Wetpaint on Facebook\">\n        <i class=\"icon-facebook circle-icon\"><span class=\"accessibility\">facebook</i>\n</a>    </li>\n    <li>\n      <a href=\"http://www.twitter.com/wetpainttv\" class=\"social-link\" id=\"social-links-twitter\" target=\"_BLANK\" title=\"Follow Wetpaint on Twitter\">\n        <i class=\"icon-twitter circle-icon\"><span class=\"accessibility\">twitter</i>\n</a>    </li>\n    <li>\n      <a href=\"https://plus.google.com/114745337135279313902\" class=\"social-link\" id=\"social-links-google-plus\" rel=\"publisher\" target=\"_BLANK\" title=\"Follow Wetpaint on Google+\">\n        <i class=\"icon-google-plus circle-icon\"><span class=\"accessibility\">google-plus</i>\n</a>    </li>\n    <li>\n      <a href=\"http://feeds.wetpaint.com/wetpaint/latest/excerpt\" class=\"social-link\" id=\"social-links-rss\" target=\"_BLANK\" title=\"Follow News&#x27;s RSS\">\n        <i class=\"icon-rss circle-icon\"><span class=\"accessibility\">rss</i>\n</a>    </li>\n</ul>\n  <nav class=\"menu clearfix\">\n  <ul>\n \t\t<li><a href=\"/\">Home</a></li><li><a href=\"http://www.wetpaint-inc.com/about\">About</a></li><li><a href=\"http://www.wetpaint-inc.com/company-news\">Company News</a></li><li><a href=\"http://www.wetpaint-inc.com/advertise-with-us\">Advertise with Us</a></li><li><a href=\"http://www.wetpaint-inc.com/jobs\">Jobs</a></li><li><a href=\"http://www.wetpaint-inc.com/privacy\">Privacy</a></li><li><a href=\"http://www.wetpaint-inc.com/terms-and-conditions\">Terms and Conditions</a></li><li><a href=\"http://www.wetpaint-inc.com/contact\">Tips And Feedback</a></li>\n  </ul>\n</nav> \n  <small class=\"copyright\">\n    <p>Wetpaint Entertainment | wetpaint.com, inc. &copy; 2012. All rights reserved. Any images and content contained on this site relating to &ldquo;The Bachelor&rdquo; are not authorized by &ldquo;The Bachelor&rdquo;&trade; and ABC &copy;&nbsp;2012 and its related companies.</p>\n  </small>\n</footer>   \n</div>  \n  </div> \n      \n        </div>\n\n      </section>\n\n    </section>\n  </div>\n\n  <div id=\"vip-access-notifier\">\n  <div id=\"article-access-counter\" class=\"collapsed\">\n    You've read <span></span> of 5 maximum articles this month.\n  </div>\n  <div id=\"promo-text\">\n    GET UNLIMITED ACCESS WHEN YOU UPGRADE TO VIP <span>&rsaquo;</span>\n  </div>\n  <div id=\"explanatory-text\">\n    <h6>Register now to become a Wetpaint VIP</h6>\n    <p>\n      Perks include access to all Wetpaint content, secret links to exclusive video, and best of all, points earnings and rewards from our partner, Viggle.\n    </p>\n  </div>\n  <div id=\"tell-me-more-text\">\n    <a href=\"http://www.wetpaint.com/viggle/articles/2014-07-24-vip-register-facebook-perks\">Tell me more</a> or sign me up (just click below)</a>\n  </div>\n  <div>\n    <a class=\"facebook-button no-chevron user-login-action\" href=\"\" target=\"_blank\" onclick=\"\" data-fb-login-callback=\"vipLimitedAccessNotifierLoginCallback\">\n      Connect with Facebook\n    </a>\n  </div>\n  <div id=\"close-text\">\n    CLOSE\n  </div>\n</div>\n\n  <b id=\"wptimestamp\" style=\"display:none !important;\" data-time=\"872\"></b>\n\n  \n<div id=\"1x1-ad\" class=\"ad-1x1\"></div>\n<div id=\"third-party-placement\" class=\"ad-1x1\"></div>\n\n<script type=\"text/javascript\" src=\"/components/domains\"></script>\n<script id=\"load-gumgum\" type=\"text/javascript\">\n  var ggv2id = wp.currentContext == 'phone' ? \"292ac839\" : \"57dd9d65\"\n  var gum_script = document.createElement(\"script\");\n  gum_script.type = \"text/javascript\";\n  gum_script.src = \"http://g2.gumgum.com/javascripts/ggv2.js\";\n  document.getElementById(\"load-gumgum\").appendChild(gum_script);\n</script>\n\n<script src=\"http://static2.wetpaint.me/assets/application-faee891d6849733ec831de6f3f56cba5.js\" type=\"text/javascript\"></script>\n<script src=\"http://static2.wetpaint.me/assets/deferred-c13f31042c6a7e530e1c5b7fd00def87.js\" type=\"notJs\"></script>\n<script>$(document).trigger('ready');</script>\n\n<script src=\"http://player.ooyala.com/v3/c8c1928a94304965926a8d746d274e04\"></script>\n<script type=\"text/javascript\">\n  OO.ready(function(){wp.video.initializeOoyalaPlayers($('.page-content'))});\n  wp.video.getRightColumnVideos('/the-bachelor/video/oo_videos?page=413437');\n</script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"http://cdn-static.liverail.com/js/companions.js\"></script>\n<script type=\"text/javascript\">\n  var _sf_async_config={\n    uid:5762\n    ,domain:location.host\n    ,sections:wp.site_name\n    ,authors:wp.publish_author\n  };\n  (function(){\n    var js, d = document, s = 'script', l = d.getElementsByTagName(s)[0].parentNode;\n    function loadChartbeat() {\n        window._sf_endpt=(new Date()).getTime();\n        var e = d.createElement('script'); \n        e.type='text/javascript'; e.async=true; e.src = \"http://static.chartbeat.com/js/chartbeat.js\"; l.appendChild(e);\n    }\n    var oldonload = window.onload;window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat();  };\n  })();\n</script>\n<script type='text/javascript'>\n  //<![CDATA[\n    (function(){var b,c;window.gravityInsightsParams={type:\"content\",site_guid:\"934e04f62a151d57b4d8b3817a88c166\"};b=\"https:\"===document.location.protocol?\"https://b-ssl.grvcdn.com/moth-min.js\":\"http://b.grvcdn.com/moth-min.js\";window.grvMakeScript=function(d){var a;a=document.createElement(\"script\");a.type=\"notJs\";a.async=!0;a.src=d;return a};c=document.getElementsByTagName(\"script\")[0];b&&c.parentNode.insertBefore(window.grvMakeScript(b),c);})();\n  //]]>\n</script>\n<script type=\"text/javascript\">\n  window.twttr = (function (d,s,id) {\n    var t, js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return; js=d.createElement(s); js.id=id;\n    js.src=\"//platform.twitter.com/widgets.js\"; fjs.parentNode.insertBefore(js, fjs);\n    return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });\n  }(document, \"script\", \"twitter-wjs\"));\n</script>\n  <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"wetpaint.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n  e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n  u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n  :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n\n\n<script type=\"text/javascript\">\nsetTimeout(function(){var a=document.createElement(\"script\"); var b=document.getElementsByTagName(\"script\")[0]; a.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0010/8588.js?\"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n\n\n\n\n\n<script type=\"text/javascript\">\n  (function() {\n      wp.socialButtons();\n  })();\n</script>\n\n  <!--                                      Build Version: e6140b1 Last Restarted at: 2014-12-17 10:00:27 -0800 Rendered in: 948ms Server: c6                                      -->\n\n \n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/wetpaint.com2.html",
    "content": "  <!DOCTYPE html>\n<html itemscope itemtype=\"http://schema.org/NewsArticle\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\">\n<head  prefix=\"og: http://ogp.me/ns# wetpaintwww: http://ogp.me/ns/apps/wetpaintwww#\">\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"c27708c69d\",\"applicationID\":\"126641\",\"transactionName\":\"cgkNTUZZDw5dQxwAREUPAFVRGRAKV0Y=\",\"queueTime\":0,\"applicationTime\":1037,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-476.min.js\"}</script>\n<script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VwEPVFVACQEGUlVT\"};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),u=c.length,f=i(a,o,r),d=0;u>d;d++)c[d].apply(f,n);return f}function a(t,e){u[t]=s(t).concat(e)}function s(t){return u[t]||[]}function c(){return n(e)}var u={};return{on:a,emit:e,create:c,listeners:s,_events:u}}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(u){try{r(\"ierr\",[u,(new Date).getTime(),!0])}catch(f){}}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(4),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(u){\"stack\"in u&&(t(5),t(3),\"addEventListener\"in window&&t(1),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(2),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:4,2:7,3:5,4:18,5:6,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],4:[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:18,2:19,ee:\"QJf3ax\",gos:\"7eSDFh\"}],5:[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:19,2:18,ee:\"QJf3ax\"}],6:[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:19,2:18,ee:\"QJf3ax\"}],7:[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),u=s(a),f=window.XMLHttpRequest,d=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"];e.exports=i,window.XMLHttpRequest=function(t){var e=new f(t);try{i.emit(\"new-xhr\",[],e),u.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=f.prototype,c.inPlace(XMLHttpRequest.prototype,[\"open\",\"send\"],\"-xhr-\",o),i.on(\"send-xhr-start\",r),i.on(\"open-xhr-start\",r)},{1:4,2:19,ee:\"QJf3ax\"}],8:[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,u=\"arraybuffer\"===a||\"blob\"===a||\"json\"===a?t.response:t.responseText,f=e(u);if(f&&(r.rxSize=f),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,u=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 u=e(o);u&&(r.txSize=u)}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 f=0;c>f;f++)n.addEventListener(s[f],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=\"\"+u(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on(\"xhr-load-removed\",function(t,e){var n=\"\"+u(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:9,3:7,4:4,ee:\"QJf3ax\",handle:\"D5DuLP\",loader:\"G9z0Bl\"}],9:[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,u=\"addEventListener\",f=\"attachEvent\",d=(\"\"+location).split(\"?\")[0],p=e.exports={offset:i(),origin:d,features:{}};c[u]?(c[u](\"DOMContentLoaded\",o,!1),s[u](\"load\",n,!1)):(c[f](\"onreadystatechange\",r),s[f](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}],18:[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},{}],19:[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,u;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){f([d,\"\",[n,i,a],s])}c(e+\"start\",[n,i,a],s);try{return u=t.apply(i,n)}catch(p){throw c(e+\"err\",[n,i,p],s),p}finally{c(e+\"end\",[n,i,u],s)}}return n(t)?t:(e||(e=\"\"),nrWrapper[i]=!0,u(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o=\"\");var a,s,c,u=\"-\"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,u?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){f([o,e,n,r])}}function u(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){f([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function f(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:18,ee:\"QJf3ax\"}]},{},[\"G9z0Bl\",3,8]);</script>\n  <link href=\"http://static2.wetpaint.me/assets/application/base-eb148408547ff656bc63d7a72fe67d42.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n  <link href=\"http://static2.wetpaint.me/assets/layouts/publishable_article-05837f4b39843160fc9f0ac4b40e8542.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n  <link href=\"http://static2.wetpaint.me/assets/favicon-cb3ce93042bb9b04aa2fbdbbd297b6ce.ico\" rel=\"shortcut icon\" />\n<link href=\"http://static2.wetpaint.me/apple-touch-icon.png?e6140b1\" rel=\"apple-touch-icon\" />\n<link rel=\"apple-touch-icon\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-3f9df3dbb4f65d0428d716dbb40b1730.png\">\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-ipad-cacab38624c891683d713a00b65411b8.png\">\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-iphone-retina-bfe5221a722b0454cf95ed994f1b4e07.png\">\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://static2.wetpaint.me/assets/apple-touch-icon-ipad-retina-edaaec5bb561a284f6b4fc10331bc300.png\">\n  <title>Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant? | The Bachelor | Wetpaint</title>\n\n  <link rel=\"canonical\" href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" itemprop=\"url\">\n  <meta name=\"description\" content=\"  Chris Soules has quite the lady trough to drink from on this Bachelor Season 19 excursion, kicking off on January 5. And one of the foxiest drops in his bu...\" itemprop=\"about\">\n  <meta name=\"robots\" content=\"noodp, noydir\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  <script type=\"text/javascript\" async>\nvar COMSCORE={};if(typeof _comscore!=\"object\"){var _comscore=[]}COMSCORE.beacon=function(k){try{if(!k){return}var i=1.8,l=k.options||{},j=l.doc||document,b=l.nav||navigator,g=j.location,f=512,d=function(e,m){if(e==null){return\"\"}e=(encodeURIComponent||escape)(e);if(m){e=e.substr(0,m)}return e},a=[(g.protocol==\"https:\"?\"https://sb\":\"http://b\"),\".scorecardresearch.com/b?\",\"c1=\",d(k.c1),\"&c2=\",d(k.c2),\"&rn=\",Math.random(),\"&c7=\",d(g.href,f),\"&c3=\",d(k.c3),\"&c4=\",d(k.c4,f),\"&c5=\",d(k.c5),\"&c6=\",d(k.c6),\"&c10=\",d(k.c10),\"&c15=\",d(k.c15),\"&c16=\",d(k.c16),\"&c8=\",d(j.title),\"&c9=\",d(j.referrer,f),\"&cv=\",i,k.r?\"&r=\"+d(k.r,f):\"\"].join(\"\");a=a.length>2080?a.substr(0,2075)+\"&ct=1\":a;if(!/BlackBerry.*?\\/([1-3]\\.|4\\.[0-5])/.test(b.userAgent)){var c=new Image();c.onload=function(){};c.src=a}else{a=a.replace(/\\/b\\?/,\"/p?\");j.write(\"<img src='\"+a+\"' />\")}return a}catch(h){}};COMSCORE.purge=function(a){try{var c=[],f,b;a=a||_comscore;for(b=a.length-1;b>=0;b--){f=COMSCORE.beacon(a[b]);a.splice(b,1);if(f){c.push(f)}}return c}catch(d){}};COMSCORE.purge();\nCOMSCORE.beacon({c1:2,c2:\"5916149\",c3:\"\",c4:\"\",c5:\"\",c6:\"\",c7:escape(document.location.href),c8:escape(document.title),c9:escape(document.referrer),c10:escape(screen.width+'x'+screen.height)});\n</script>\n\n  <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Wetpaint Entertainment The Bachelor RSS\" href=\"http://feeds.wetpaint.com/thebachelorshow/latest/excerpt\">\n  \n\n  <meta property=\"fb:admins\" content=\"628638109,100000821098041\">\n<meta property=\"og:site_name\" content=\"Wetpaint\">\n<meta property=\"og:url\" content=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\"/>\n\t<meta property=\"og:image\" content=\"http://static.wetpaint.me/bachelor/ROOT/photos/122214alissagiambrone-1419880475.jpg\">\n\t<meta property=\"fb:app_id\" content=\"73759578322\">\n\t<meta property=\"og:title\" content=\"Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?\">\n\t<meta property=\"og:type\" content=\"article\">\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/TheBachelorFansite\">\n\t<meta property=\"og:description\" content=\"  Chris Soules has quite the lady trough to drink from on this Bachelor Season 19 excursion, kicking off on January 5. And one of the foxiest drops in his bucket of babes is Alissa Giambrone!  \">\n\t<meta property=\"wetpaintwww:published_time\" content=\"2014-12-29 19:13:00 UTC\">\n\t<meta property=\"article:published_time\" content=\"2014-12-29 19:13:00 UTC\">\n\n  <meta name=\"twitter:card\" content=\"photo\">\n<meta name=\"twitter:url\" content=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\">\n\t<meta property=\"twitter:title\" content=\"Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?\">\n\t<meta property=\"twitter:description\" content=\"  Chris Soules has quite the lady trough to drink from on this Bachelor Season 19 excursion, kicking off on January 5. And one of the foxiest drops in his bucket of babes is Alissa Giambrone!  \">\n\t<meta property=\"twitter:image\" content=\"http://static.wetpaint.me/bachelor/ROOT/photos/305_320/122214alissagiambrone-1419880475.jpg\">\n\t<meta property=\"twitter:site\" content=\"@BachelrWetpaint\">\n\t<meta property=\"twitter:creator\" content=\"@BachelrWetpaint\">\n\n\n  <meta name=\"google-site-verification\" content=\"hi57CmwMgdgLeJaUBrJIh0Nz2yPR3tX2r7r__SMzExw\" />\n  <meta name=\"y_key\" content=\"2fda708437f0d260\" />\n  <meta name=\"msvalidate.01\" content=\"A9E92B3F9B63DDD7EF44EE984A7A4DD9\" />\n  <link rel=\"publisher\" href=\"https://plus.google.com/114745337135279313902\">\n  <link rel=\"author\" href=\"https://plus.google.com/102196971100179933019\" />\n\n\n  <meta name=\"keywords\" content=\"The Bachelor,TV,News,Bachelor in Paradise,Features,Spoilers,TV Stars,The Bachelorette,The Bachelor,Chris Soules,Season 19,Bachelor 2015,Season 19 Contestants,Alissa Giambrone\"><meta name=\"news_keywords\" content=\"The Bachelor,TV,News,Bachelor in Paradise,Features,Spoilers,TV Stars,The Bachelorette,The Bachelor,Chris Soules\">\n  \n\n  \n<script type=\"text/javascript\">\n  var _sf_startpt = (new Date()).getTime();\n  // safari private browsing check \n  window.isLocalStorageNameSupported = function() {\n    var testKey = 'test', storage = window.sessionStorage;\n    try {\n      storage.setItem(testKey, '1');\n      storage.removeItem(testKey);\n      return true;\n    } catch (error) {\n      localStorage.setItem = function(){};\n      sessionStorage.setItem = function(){};\n      return false;\n    }\n  };\n\n  var wp = {\n    pubdate: \"2014-12-29 19:13\",\n    page_type: \"article\",\n    classification: \"features\",\n    publish_author: \"Julia Wayne\",\n    page: {\n      fanpage: eval([{\"fbid\":\"240938883493\",\"title\":\"The Bachelor\",\"url\":\"https://www.facebook.com/TheBachelorFansite\"}][Math.floor(Math.random()*1)]),\n      openGraphType: \"article\",\n      reaction_poll_id: 108349,\n      is_draft: false\n    },\n    site_name: \"the-bachelor\",\n    secondary_topic: \"\",\n    author_slug: \"\",\n    current_tag: \"\",\n    category: \"tv\",\n    entertainment: true,\n    hasHero: false,\n    store_name: \"bachelor\",\n    isExclusive: false,\n    isPremiumContent: false,\n    isOwnedAndOperatedVideo: false,\n    twitter_id: \"BachelrWetpaint\",\n\n    controller: \"article\",\n    action: \"show\",\n\n    hasFlash: (function () {\n      return JSON.parse(sessionStorage.getItem('hasFlash')) || (function () {\n        var hasFlash = false;\n        try {\n          var fo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');\n          if (fo) {\n            hasFlash = true;\n          }\n        } catch (e) {\n          if (navigator.mimeTypes [\"application/x-shockwave-flash\"] !== undefined) {\n            hasFlash = true;\n          }\n        }\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('hasFlash', JSON.stringify(hasFlash));\n        }\n        return hasFlash;\n      }());\n    }()),\n\n\n    sessionStartTime: (function () {\n      return parseInt(JSON.parse(sessionStorage.getItem('timeOnSite'))) || (function () {\n        var timeOnSite = new Date().getTime();\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('timeOnSite', JSON.stringify(timeOnSite));\n        }\n        return timeOnSite;\n      }());\n    }()),\n\n    fanConverterRandomizedPageViews: (function () {\n      return JSON.parse(sessionStorage.getItem('fanConverterRandomizedPageViews')) || (function () {\n        var randomPageViews = Math.floor((Math.random()*8)+1);\n        if (window.isLocalStorageNameSupported()) {\n          sessionStorage.setItem('fanConverterRandomizedPageViews', JSON.stringify(randomPageViews));\n        }\n        return randomPageViews;\n      }());\n    }()),\n\n    timeOnSite: function () {\n        return parseInt((new Date().getTime() - this.sessionStartTime) / 1000);\n    },\n\n    // set up feature flags\n    flags: {\n      fanconverter_disabled: false,\n      learnings_enabled: true,\n      sharethrough_enabled: false,\n      luminate_enabled: false,\n      nrelate_enabled: false,\n      ggnoads_enabled: true,\n      homing_missile_threshold_percentage: 2.5,\n      homing_missile_training_percentage: 90,\n      homing_missile_js_url: 'false',\n      homing_missile_access_token: 'false',\n      fanconverter_js_path: 'http://fanconverter.wetpaint.me/3.0.2/application-fanconverter.js',\n      play_thru_enabled: false,\n      play_thru_photo_count: 3,\n      mobile_ads_disabled: false,\n      desktop_ads_disabled: false,\n      test_ads_enabled: false,\n      adtech_mobile_1x1_enabled: false,\n      adtech_desktop_1x1_enabled: true,\n      synchronous_mobile_ads_enabled: false,\n      viggle_video_points: 50,\n      viggle_video_points_point_cap: 10000,\n      viggle_store_url: 'https://www.vigglestore.com/auth/login/wetpaint',\n      viggle_points_endpoint: 'http://wp-user.viggle.com',\n      viggle_show_sweepstakes: false,\n      viggle_sweepstakes_show_popup: false,\n      viggle_sweepstakes_local_storage_name: 'july21_sweeps_2b',\n      viggle_premium_content_popup: 'true',\n      viggle_premium_content_popup_probability_a: '0.0',\n      everything_is_awesome_everything_is_premium: true,\n      premium_views_for_search_and_direct: 2,\n      vip_limited_access: true,\n      vip_limited_access_content_limit: 5\n    },\n\n    meta_keywords: [\"TV\", \"News\", \"Bachelor in Paradise\", \"Features\", \"Spoilers\", \"TV Stars\", \"The Bachelorette\", \"The Bachelor\", \"Chris Soules\", \"Season 19\", \"Bachelor 2015\", \"Season 19 Contestants\", \"Alissa Giambrone\"],\n    adtech_hidden_flag_string: \"\",\n\n    content_image_url: \"http://static.wetpaint.me/bachelor/ROOT/photos/122214alissagiambrone-1419880475.jpg\",\n    content_description: \"  Chris Soules has quite the lady trough to drink from on this Bachelor Season 19 excursion, kicking off on January 5. And one of the foxiest drops in his bucket of babes is Alissa Giambrone!  \",\n\n    demo_env: false,\n    _domain: location.hostname.replace(/^.*?([a-z]+\\.[a-z]+)$/, '$1'),\n    FBAPPID: '73759578322',\n    FBNS: 'wetpaintwww',\n    istest: /selenium/.test(navigator.userAgent),\n    ga_site: \"UA-10597003-2\",\n    ga_global: 'UA-10597003-4',\n    ga_paid: 'UA-10597003-49',\n    eg: 'http://172.16.2.160:3000',\n    www_host: 'http://www.wetpaint.com',\n    rails_env: 'production',\n    dogfood: false,\n\n    client_ip: '127.0.0.1',\n    server_time_stamp: 1420263182471,\n    server_name: 'c5',\n\n    ads: {\n      placement: 'article',\n      test: false,\n      showId: 'the-bachelor',\n      brandSafe: true      \n    },\n    gallery: undefined,\n\n    currentContext: (function () {\n      var contexts = {\n        phone: [0, 459],\n        tablet: [460, 739],\n        tabletWide: [740, 979],\n        desktop: [980, 1299],\n        desktopWide: [1300, 9999]\n      };\n      var screenWidth = document.documentElement.clientWidth;\n      var currentContext = 'phone';\n      for (context in contexts) {\n        if (contexts.hasOwnProperty(context)) {\n          var breakpoints = contexts[context];\n          minWidth = breakpoints[0];\n          maxWidth = breakpoints[1];\n          if (screenWidth >= minWidth && screenWidth <= maxWidth) {\n            currentContext = context;\n          }\n        }\n      }\n      return currentContext;\n    }()),\n    canonicalUrl: 'http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19',\n    // for frontend mvc\n    Models: {},\n    Views: {}\n  };\n\n  wp.ads.serveAsync = (function () {\n    var asyncFlag = true;\n    if (wp.currentContext == 'phone' || wp.currentContext == 'tablet') {\n      // The size of the top ad varies, so we must be synchronous in order to size the container correctly\n      // Galleries can be asynchronous because the targeting parameter only provides them with 320x50 ads\n      return asyncFlag && wp.page_type == 'gallery';\n    } else {\n      return asyncFlag;\n    }\n  })();\n</script>\n\n\n  <script src=\"http://static2.wetpaint.me/assets/header_javascripts-2007bc42847b82aec2746d1b44251e23.js\" type=\"text/javascript\"></script>\n  <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n<script>window.jQuery || document.write('<script src=\"/assets/jquery-1.9.1.min.js\">\\x3C/script>')</script>\n    <script type=\"application/ld+json\">\n{\n  \"@context\": \"http://schema.org\",\n  \"@type\": \"NewsArticle\",\n  \"headline\": \"Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?\",\n  \"url\": \"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\",\n  \"thumbnailUrl\": \"http://static.wetpaint.me/bachelor/ROOT/photos/122214alissagiambrone-1419880475.jpg\",\n  \"dateCreated\": \"2014-12-29T19:13:00Z\",\n  \"articleSection\": \"The Bachelor\",\n  \"creator\": \"Julia Wayne\",\n  \"keywords\": [\"TV\", \"News\", \"Bachelor in Paradise\", \"Features\", \"Spoilers\", \"TV Stars\", \"The Bachelorette\", \"The Bachelor\", \"Chris Soules\", \"Season 19\", \"Bachelor 2015\", \"Season 19 Contestants\", \"Alissa Giambrone\"]\n}\n</script>\n\n   <script type='text/javascript'>\n    var crtg_nid=\"2400\";\n    var crtg_cookiename=\"cto_wet\";\n    var crtg_varname=\"crtg_content\";\n    function crtg_getCookie(c_name){ var i,x,y,ARRCookies=document.cookie.split(\";\");for(i=0;i<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'';}\n    var crtg_content = crtg_getCookie(crtg_cookiename);var crtg_rnd=Math.floor(Math.random()*99999999999);\n    var crtg_url=location.protocol+'//rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);crtg_url+='&cookieName='+escape(crtg_cookiename);crtg_url+='&rnd='+crtg_rnd;crtg_url+='&varName=' + escape(crtg_varname);\n    var crtg_script=document.createElement('script');crtg_script.type='text/javascript';crtg_script.src=crtg_url;crtg_script.async=true;\n    if(document.getElementsByTagName(\"head\").length>0)document.getElementsByTagName(\"head\")[0].appendChild(crtg_script);else if(document.getElementsByTagName(\"body\").length>0)document.getElementsByTagName(\"body\")[0].appendChild(crtg_script);\n  </script>\n  <script type=\"text/javascript\" async src=\"http://launch.newsinc.com/js/embed.js\" id=\"_nw2e-js\"></script>\n   <script type=\"text/javascript\" src=\"http://aka-cdn-ns.adtechus.com/dt/common/DAC.js\"></script>\n    <script type=\"text/javascript\" async>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n  </script>\n  <noscript>\n  <img src=\"http://b.scorecardresearch.com/p?c1=2&c2=5916149&c3=&c4=&c5=&c6=&c15=&cj=1\" alt=\"\" />\n  <img src=\"//secure-us.imrworldwide.com/cgi-bin/m?ci=us-703446h&amp;cg=1&amp;cc=1&amp;ts=noscript\" width=\"1\" height=\"1\" alt=\"\" />\n  <a href=\"http://www.quantcast.com/p-c0xFC9HiPwWw-\" target=\"_blank\"><img src=\"http://pixel.quantserve.com/pixel/p-c0xFC9HiPwWw-.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/></a>\n</noscript>\n  \n  \n  \n  <script type=\"text/javascript\" async>\n  $(document).ready(function(){ \n    window.wp.smartbanner.init({\n      daysHidden: 30,\n      title: 'Rewards for Wetpaint VIPs',\n      author: 'Powered by Viggle',\n      layer: true,\n      icon: '/assets/viggle-icon.png',\n      iconGloss: false,\n      url: {\n        android: 'http://ad.apsalar.com/api/v1/ad?re=1&a=Hyun&i=com.functionx.viggle&ca=Viggle+Android&an=Wetpaint&p=Android&pl=Smart+Banner&h=98066edc880d329f2bfc9e1d0cbd764222169a40',\n        ios: 'http://ad.apsalar.com/api/v1/ad?re=1&a=Hyun&i=net.functionxinc.oda-ota&ca=Viggle+iOS&an=Wetpaint&p=iOS&pl=Smart+Banner&h=2554a279cb225e50ffbd6501450d8d4a1c30fbee'        \n      }\n    });\n  });\n</script>\n\n</head>\n\n<body>\n  \n  <div id=\"fb-root\"></div>\n  <div id=\"container\" class=\"article-page\">\n    <section id=\"content\" class=\"global-content\">\n      \n      <header class=\"global-header js-responsive-header-toggle jss-search-closed loading\">\n\n  <a href=\"/\" class=\"wetpaint-logo\"><span class=\"accessibility\">Wetpaint</span></a>\n\n  <div class=\"search-container header-container\">\n    <div id=\"search-box\">\n      <form action=\"/search\" method=\"get\" name=\"search\" id=\"search\">\n        <input id=\"s\" name=\"q\" type=\"text\" placeholder=\"Find celebs, TV shows...\">\n        <button type=\"submit\" class=\"icon-search js-open-search header-button\"></button>\n      </form>                         \n    </div>  \n\n    <div class=\"topic-bug\">\n  <a href=\"/adam-levine\">\n    <img alt=\"Adam Levine\" height=\"40\" src=\"http://static.wetpaint.me/adam-levine/ROOT/photos/50_40/adamlevine-1388710851.png\" width=\"50\" />\n</a></div>    \n\n    <button class=\"icon-align-justify js-toggle-category-nav js-open-category-nav header-button\"><span class=\"accessibility\">Toggle Category Navigation</span></button>\n\n    <button class=\"icon-viggle-store header-button js-viggle-store-link\"><span class=\"accessibility\">Viggle Store</span></button>\n\n    <button class=\"jss-close-search header-button\">\n      <i class=\"circle-icon icon-chevron-right\"></i>\n      <span class=\"accessibility\">Close Search Box</span>\n    </button>\n    <nav id=\"global-nav\" class=\"global-nav\">\n  <ul>\n \t\t<li><a href=\"/viggle/articles/2014-06-05-11-things-know-points-faq\" id=\"topic-nav-link-viggle_points_faq\">Viggle Points FAQ&raquo;</a></li><li><a href=\"/celebrity-moms-babies\" id=\"topic-nav-link-celeb_moms\">Celeb Moms&raquo;</a></li><li><a href=\"/walking-dead\" id=\"topic-nav-link-the_walking_dead\">The Walking Dead&raquo;</a></li><li><a href=\"/wetpaint-video\" id=\"topic-nav-link-watch_and_earn!\">Watch and Earn!&raquo;</a></li>\n  </ul>\n</nav>     \n  </div>\n  <div class=\"category-nav-container header-container\">\n  <nav id=\"category-nav\" class=\"category-nav\" itemscope itemtype=\"http://schema.org/SiteNavigationElement\">\n    <ul>\n      <li><a href=\"/shows\" class=\"category-nav-link\" id=\"hot-tv-nav\">Hot TV</a></li><li><a href=\"/wetpaint-video\" class=\"category-nav-link\" id=\"video-nav\">Video</a></li><li><a href=\"/music\" class=\"category-nav-link\" id=\"music-nav\">Music</a></li><li><a href=\"/news\" class=\"category-nav-link\" id=\"news-nav\">News</a></li><li><a href=\"/celebrities\" class=\"category-nav-link\" id=\"celebrity-nav\">Celebrity</a></li>\n      <li id=\"logout-category-nav-item\" class=\"logged-in-ui\"><a href=\"#\" id=\"user-sign-out-nav\" class=\"js-user-logout category-nav-link\">Logout</a></li>\n\n      \n    </ul>\n  </nav>\n</div>\n   \n</header> \n\n\n\n      <div id=\"pushdown_ad\"></div>\n\n      <section id=\"global-body\" class=\"global-body js-article-pager clearfix\">\n        <section class=\"ads\" id=\"wp-topAds\" itemscope itemtype=\"http://schema.org/WPAdBlock\"> \n          <div id=\"header-mobile-ad\" class=\"mobile-ad mobile-ad-container\"></div>\n          <div id=\"adtech-banner-ad\" class=\"desktop-ad\"></div>\n        </section>   \n\n        <div class=\"column-container clearfix\">\n            <div id=\"page-content\" class=\"page-content\"> \n    \n  <section id=\"topic-header\" class=\"topic-header clearfix\" itemscope itemtype=\"http://schema.org/SiteNavigationElement\">   \n\n  <div class=\"topic-title-container\"> \n    <div class=\"topic-photo\">\n  <a href=\"/the-bachelor\">\n    <span class=\"responsive-image\" data-picture data-alt=\"topicgraphic_thebachelor.png\">\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/50_40/thebachelor-1389912694.png\"></span>\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/75_60/thebachelor-1389912694.png\" data-media=\"(min-width: 460px)\"></span>\n  <span data-src=\"http://static.wetpaint.me/bachelor/ROOT/photos/100_80/thebachelor-1389912694.png\" data-media=\"(min-width: 980px)\"></span>\n\n  <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->\n  <noscript>\n      <img src=\"http://static.wetpaint.me/bachelor/ROOT/photos/50_40/thebachelor-1389912694.png\" alt=\"topicgraphic_thebachelor.png\">\n  </noscript>\n</span>\n</a></div>\n\n    <hgroup>\n          \n      <h2 id=\"primary-title\" class=\"primary-title\"><a href=\"/the-bachelor\">The Bachelor</a></h2>\n       \n    </hgroup>\n  </div>  \n\n   \n</section>\n\n   \n\n  <article class=\"publishable\">\n    <header class=\"content-header article-header clearfix\">\n      \n  <em class=\"spoiler text-flag\">Spoiler!</em>\n\n      <h1 class=\"publishable-title article-title\" itemprop=\"headline\">Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?</h1>\n      <div class=\"share-buttons js-share-buttons\">\n  <span class=\"wp-like share-button\">\n  <a class=\"jss-facebook-share-button\">Share</a>\n</span>\n\n\n\n\n  <span class=\"tweet-button share-button\">\n  <a href=\"https://twitter.com/share\" \n    data-url=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19?utm_source=twitter.com&utm_medium=share&utm_campaign=vrl\" \n    data-text=\"Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?\"\n    data-related=\"BachelrWetpaint\"\n    data-counturl=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\"\n    data-count=\"none\"\n    class=\"twitter-share-button\" >Tweet</a>\n</span>\n\n  <span class=\"share-button plus-one-button\">\n    <g:plusone size=\"medium\" callback=\"plusone_callback\" count=\"false\"></g:plusone>\n</span>\n\n  <span class=\"pinit-button share-button js-pin-it-button\" data-href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\">\n  <a href=\"//pinterest.com/pin/create/button/?url=http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19%3Futm_source%3Dpinterest.com%26utm_medium%3Dshare%26utm_campaign%3Dvrl&media=http://static.wetpaint.me/bachelor/ROOT/photos/122214alissagiambrone-1419880475.jpg&description=Bachelor 2015 Spoilers: Who Is Alissa Giambrone, Season 19 Contestant?\"\n   always-show-count=\"0\"\n   data-pin-do=\"buttonPin\" data-pin-config=\"none\"><img src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" />\n  </a>\n</span>\n\n  <span class=\"share-button tumblr-button\">\n  <a class=\"js-content-share-icon tumblr js-tumblr-button\" href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" title=\"Share on Tumblr\" data-channel=\"tumblr\"></a>\n</span>\n  <div class=\"viggle-buttons\">\n\t<span class=\"share-button dijit-button action-button\"> \n  <a class=\"js-content-share-icon\" data-channel=\"dijit\" data-target=\"188140\" data-category=\"tv\"><span class=\"icon icon-clock-o\"></span>Remind Me To Watch</a>\n</span>\n\t<span class=\"share-button reward-button action-button \"> \n\t\t<a class=\"js-content-share-icon\" alt=\"Get real rewards for watching TV\" data-channel=\"viggle-reward\" data-popup=\"false\"><span class=\"icon icon-dollar\"></span>Reward Me</a>\n\t</span>\n</div>\n  \n</div>\n\n              \n    </header>\n\n    <section class=\"content-body article-body clearfix\">\n      <section itemprop=\"articleBody\" class=\"body wp-article js-article-body js-lg-victim clearfix\" id=\"body-2014-12-29-alissa-giambrone-contestant-season-19\">\n    <div class=\"wp-article-block\">\n\n\n      <div class=\"wp-article-image-Large\">\n        <div itemprop=\"encodings\" title=\"10. Alissa Giambrone&#x27;s Unfortunate Spelling\" itemscope itemtype=\"http://schema.org/MediaObject\" class=\"wp-photo js-shareable-root\">\n  <div class=\"jss-shareable content\">\n\n    \n\n    <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" class=\"js-content-link\">\n        <img alt=\"10. Alissa Giambrone&#x27;s Unfortunate Spelling\" class=\"\" height=\"460\" itemprop=\"image\" src=\"http://static.wetpaint.me/bachelor/ROOT/photos/620_460/122214alissagiambrone-1419880475.jpg\" width=\"620\" />\n</a>  </div> <!-- shareable content -->\n    <div class=\"media-meta clearfix\">\n      <div class=\"content-share-block js-share-buttons\" data-title=\"10. Alissa Giambrone&#x27;s Unfortunate Spelling\">\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" target=\"_blank\" data-channel=\"facebook\" class=\"js-content-share-icon content-share-icon facebook icon-facebook-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" target=\"_blank\" data-channel=\"twitter\" class=\"js-content-share-icon content-share-icon twitter icon-twitter-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" target=\"_blank\" data-channel=\"google_plus\" class=\"js-content-share-icon content-share-icon google-plus icon-google-plus-sign\"></a>\n        <a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\" target=\"_blank\" data-channel=\"pinterest\" class=\"js-content-share-icon content-share-icon pinterest icon-pinterest-sign\"></a>\n      </div>\n    <h6 class=\"caption\">\n        <span class=\"credit\">\n          Credit:\n            Craig Sjodin/ABC Television Group © 2014 Disney\n        </span>\n    </h6>\n  </div>\n\n</div>\n\n      </div>\n\n      <div class=\"text\" id=\"body-text-block-0-2014-12-29-alissa-giambrone-contestant-season-19\"><p><span><p><a href=\"http://www.wetpaint.com/chris-soules\" _mce_href=\"http://www.wetpaint.com/chris-soules\"><span>Chris Soules</span></a><span> has quite the lady trough to drink from on this </span><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">Bachelor</span><span> </span><a href=\"http://www.wetpaint.com/the-bachelor/season-19\" _mce_href=\"http://www.wetpaint.com/the-bachelor/season-19\"><span>Season 19</span></a><span> excursion, kicking off on January 5. And one of the foxiest drops in his bucket of babes is </span><a href=\"http://www.wetpaint.com/the-bachelor/alissa-giambrone\" _mce_href=\"http://www.wetpaint.com/the-bachelor/alissa-giambrone\"><span>Alissa Giambrone</span></a><span>!</span></p></span></p></div>\n\n\n          <div class=\"widget wp-editorAlign-Left\">\n    <div id=\"viggle-points-cta\"></div><br />\n</div>\n\n  </div>\n\n  <div class=\"wp-article-block\">\n\n\n\n      <div class=\"text\" id=\"body-text-block-0-2014-12-29-alissa-giambrone-contestant-season-19\"><p><span><p><span>The raven-haired gal bares a striking resemblance to a former Bachelorette who may have broken Chris’s heart last season, with her shiny locks and sparkling eyes. So, what else makes her perfect for Prince Farming? Read on, gentle reader.</span></p><p><span>The 24-year-old from Hamilton, New Jersey was likely the quickest packer of the 30 gals cast on </span><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">The Bachelor</span><span> 2015, as she works as a flight attendant. Unfortunately for her, producers sent the lucky ladies on </span><a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-03-spoilers-chris-soules-locations-us\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-03-spoilers-chris-soules-locations-us\"><span>a bizarre tour of ‘Merica</span></a><span> rather than letting them dip their toes into foreign oceans. When Alissa isn’t flying the friendly skies, she keeps her head on her shoulders with “family, friends, laughter, hope, and faith,” according to her official </span><a href=\"http://abc.go.com/shows/the-bachelor/cast/19-bachelorette-alissa\" _mce_href=\"http://abc.go.com/shows/the-bachelor/cast/19-bachelorette-alissa\" target=\"_blank\"><span>ABC bio</span></a><span>.</span></p><p><span>Should you want to hop aboard her social media flight, you’re a bit outta luck. Miss Alissa’s </span><a href=\"https://www.facebook.com/alissagiambrone?ref=br_rs&amp;fref=browse_search\" _mce_href=\"https://www.facebook.com/alissagiambrone?ref=br_rs&amp;fref=browse_search\" target=\"_blank\"><span>Facebook</span></a><span> is currently deactivated, and you’ll need a boarding pass to her </span><a href=\"http://instagram.com/alissagiambrone\" _mce_href=\"http://instagram.com/alissagiambrone\"><span>Instagram</span></a><span>, as it’s set to private. Her </span><a href=\"https://www.linkedin.com/pub/alissa-giambrone/19/8a9/48a\" _mce_href=\"https://www.linkedin.com/pub/alissa-giambrone/19/8a9/48a\" target=\"_blank\"><span>LinkedIn</span></a><span> is also seemingly out of date, as it says she works for Gallo Winery. Needless to say, that job likely gave her the skills needed to hang tough for the hours of drinking before rose ceremonies.</span></p><p><span>Girlfriend keeps it limber between flights with her love of yoga, and she even earned a certificate in being bendy. Let’s hope things work out with Herr Soules, because they might get a touch awkward if not — Alissa says her greatest fear is running into recent exes. She even admits that she once stalked a crush hardcore — and then texted him her findings on accident. Yikes. </span></p><p><span>But just in case you’re wondering, Alissa made the Dean’s List at St. Joseph’s, where she studied business. To sum her up, let’s turn to the gal’s description of her spirit animal: “</span><span>A wild mustang. Free to run and explore, they're unpredictable and beautiful, and are loyal to their herd.” If that’s not a winning </span><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">Bachelor</span><span> contestant, we don’t </span><a href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-24-spoilers-who-chris-soules-picks\" _mce_href=\"http://www.wetpaint.com/the-bachelor/articles/2014-11-24-spoilers-who-chris-soules-picks\"><span>know who is</span></a><span>. </span></p><p><span style=\"font-style: italic;\" _mce_style=\"font-style: italic;\">Do you think Alissa is Chris’ perfect match? Sound off in the comments below.</span></p><strong>Sources: </strong><a href=\"http://realitysteve.com/chris-girls/\" _mce_href=\"http://realitysteve.com/chris-girls/\" target=\"_blank\"><span>Reality Steve</span></a><span>, </span><a href=\"http://abc.go.com/shows/the-bachelor/cast/19-bachelorette-alissa\" _mce_href=\"http://abc.go.com/shows/the-bachelor/cast/19-bachelorette-alissa\" target=\"_blank\"><span>ABC</span></a><span>, </span><span><a href=\"https://www.linkedin.com/pub/alissa-giambrone/19/8a9/48a\" _mce_href=\"https://www.linkedin.com/pub/alissa-giambrone/19/8a9/48a\" target=\"_blank\">LinkedIn</a></span></span></p></div>\n\n\n\n  </div>\n\n\n</section>\n\n      <section class=\"content-meta\">\n        <div class=\"author-timestamp\">\n  <time publdate=\"true\" itemprop=\"datePublished\" datetime=\"2014-12-29T19:13:00Z\" class=\"timestamp\">December 29, 2014 at 02:13PM EST</time> by <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\" class=\"author\"><a href=\"/author/julia-wayne\" itemprop=\"url\">Julia Wayne</a></span>\n</div>\n\n          <section class=\"wp-related wp-content-module\">\n    <h5 class=\"related-terms-title\">Related:</h5>\n    <ul itemprop=\"keywords\" class=\"terms\">\n            <a href=\"/the-bachelor\">The Bachelor</a>,\n            <a href=\"/the-bachelor/bachelor-in-paradise\">Bachelor in Paradise</a>,\n            <a href=\"/the-bachelor/chris-soules\">Chris Soules</a>,\n            <a href=\"/the-bachelor/features\">Features</a>,\n            <a href=\"/the-bachelor/news\">News</a>,\n            <a href=\"/the-bachelor/spoilers\">Spoilers</a>,\n            <a href=\"/the-bachelor/tv\">TV</a>,\n            <a href=\"/the-bachelor/tv-stars\">TV Stars</a>,\n            <a href=\"/the-bachelor/the-bachelorette\">The Bachelorette</a>,\n        <li class=\"term\"><a href=\"/the-bachelor/season-19\">Season 19</a>, </li><li class=\"term\"><a href=\"/the-bachelor/bachelor-2015\">Bachelor 2015</a>, </li><li class=\"term\"><a href=\"/the-bachelor/season-19-contestants\">Season 19 Contestants</a>, </li><li class=\"term\"><a href=\"/the-bachelor/alissa-giambrone\">Alissa Giambrone</a></li>\n    </ul>\n  </section>\n\n      </section>   \n          \n    </section>\n    <footer class=\"content-footer article-footer\">\n  <section class=\"syndication\">\n\n      <script type=\"text/javascript\">\n  window._taboola = window._taboola || [];\n</script>\n\n<div id=\"taboola-belowarticle\" class=\"taboola\"></div>\n\n<script type=\"text/javascript\">\n  $(document).ready(function(){\n    var taboolaGatedText = '';\n\n    if (wp.flags.vip_limited_access && !wp.isOwnedAndOperatedVideo && wp.page.isPublishable()) {\n      var articleCounter = JSON.parse(window.localStorage.getItem('articleCounter')) || {value:0};\n      if (articleCounter.value >= wp.flags.vip_limited_access_content_limit) {\n        taboolaGatedText = 'gated ';\n      }\n    }\n\n    if ((wp.page_type == \"article\" || wp.page_type == \"gallery\") || (wp.page_type == \"video\" && (wp.currentContext == \"desktop\" || wp.currentContext == \"desktopWide\"))) {\n      window._taboola = window._taboola || [];\n      _taboola.push({\n        container:\"taboola-belowarticle\",\n        placement: taboolaGatedText + (wp.page_type == \"video\" ? (wp.currentContext == \"phone\" ? \"mobile\" : \"desktop\")+\" video page\" :\n                                              (wp.currentContext == \"phone\" ? \"mobile -below article\" : \"below article\")),\n        mode: wp.currentContext == \"phone\" ? \"autosized-generated-mobile-article\" : \"autosized-generated-2r-article\" \n\n      });\n      _taboola.push({flush:true});  \n    }\n  });\n</script>\n\n<script type=\"text/javascript\">\n  _taboola.push({article:'auto'});   \n  !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/wetpaint/loader.js');\n</script>\n\n    <div class=\"content-footer-ad-block clearfix\">\n      <div id=\"300x250-ad-2\" class=\"desktop-ad ad-300x250\"></div>\n        <div class=\"column\">\n          <div class=\"module-title\">\n  <h4>Recommended</h4>\n</div>\n          <div id=\"grv-personalization-syndication\" class=\"column\"></div>\n          <script type='text/javascript'>\n            //<![CDATA[\n              (function(){var b,c,d,e,f,g,h;window.gravityInsightsParams={type:\"content\",site_guid:\"934e04f62a151d57b4d8b3817a88c166\"};e=(d=(null!=(f=/grvinsights=([^;]+)/.exec(document.cookie))?f[1]:void 0)||\"\",b=(null!=(g=window.jQuery)?null!=(h=g.fn)?h.jquery:void 0:void 0)||\"\",\"http://rma-api.gravity.com/v1/api/intelligence/wl?jq=\"+b+\"&sg=\"+gravityInsightsParams.site_guid+\"&ug=\"+d+\"&pl=7&id=grv-personalization-syndication&type=iframe\");\n              window.grvMakeScript=function(i){var a;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=i;return a};c=document.getElementsByTagName(\"script\")[0];e&&c.parentNode.insertBefore(window.grvMakeScript(e),c);})();\n            //]]>\n          </script> \n        </div>\n    </div>\n\n  </section>\n</footer> \n    \n      <section class=\"facebook-comments comments\">\n        <div id=\"fb-comments\" itemscope itemtype=\"http://schema.org/UserComments\" class=\"fb-comments\" data-num-posts=\"5\" data-width=\"620\" data-href=\"http://www.wetpaint.com/the-bachelor/articles/2014-12-29-alissa-giambrone-contestant-season-19\"></div>\n\n      </section>\n\n  </article>       \n\n\n    <footer class=\"partner-footer\" itemtype=\"http://schema.org/WPFooter\">\n  <div class=\"module-title\">\n  <h4>Our Partners</h4>\n</div>\n  <div class=\"clearfix js-partner-links\">\n    <div id=\"grv-personalization-56\"></div>\n<script type='text/javascript'>\n  //<![CDATA[\n    (function(){\n    window.gravityInsightsParams = {\n      'type': 'content',\n      'action': '',\n      'site_guid': '934e04f62a151d57b4d8b3817a88c166'\n    };\n    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)||\"\";\n    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-56&pl=56\"+\n    (\"&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));})();\n  //]]>\n</script>\n  </div>\n</footer>\n\n  </div>\n\n  <div id=\"ad-editorial\" class=\"ad-editorial\" itemscope itemtype=\"http://schema.org/WPSideBar\">\n    <div class=\"column\">\n  <section class=\"ad ad-300 clearfix\">\n    <div class=\"ad-wrapper\">\n      <div id=\"300x250-ad-1\" class=\"desktop-ad ad-editorial-block ad-300x250\"></div>\n    </div>\n  </section>\n\n    <section class=\"ad-editorial-block featured clearfix\">\n      <section class=\"oo-content featured-block clearfix js-oo-video-container\">\n        <div class=\"module-title\">\n    <a href=\"#\" class=\"module-title-link icon-viggle circle-icon js-viggle-points js-ga-points-event\" data-ga-points-action=\"VideoModalEntry_ViggleIconClicked\"><span class=\"accessibility\">More</span></a>\n  <h4>Watch and Earn</h4>\n</div>\n        <div class=\"jss-oo-video\"></div>\n      </section>\n    </section>\n\n    <div class=\"ad-editorial-block hot-list\">\n  <div class=\"module-title\">\n    <a href=\"/shows\" class=\"module-title-link icon-chevron-right circle-icon \"><span class=\"accessibility\">More</span></a>\n  <h4>Hot TV</h4>\n</div>\n  <ul> \n\n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/dancing-with-the-stars\">\n      \t<img src=\"http://static.wetpaint.me/dwtsthree/ROOT/photos/75_60/dwts-1391124925.png\" alt=\"Dancing With The Stars\">\n      Dancing With The Stars      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/downton-abbey\">\n      \t<img src=\"http://static.wetpaint.me/downton-abbey/ROOT/photos/75_60/downtonabbey-1391125039.png\" alt=\"Downton Abbey\">\n      Downton Abbey      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/pretty-little-liars\">\n      \t<img src=\"http://static.wetpaint.me/pll/ROOT/photos/75_60/prettylittleliars-1388772480.png\" alt=\"Pretty Little Liars\">\n      Pretty Little Liars      \n    </a>\n  </h5>\n</li> \n        <li class=\"hotlist-item\">\n  <h5 id=\"\" class=\"hotlist-item-title\">\n    <a class=\"hotlist-item-link\" href=\"/teen-mom\">\n      \t<img src=\"http://static.wetpaint.me/teenmom/ROOT/photos/75_60/teenmom-1391125248.png\" alt=\"Teen Mom\">\n      Teen Mom      \n    </a>\n  </h5>\n</li> \n\n  </ul>\n</div>\n    <div class=\"ad-editorial-block popular-list\">\n  <div class=\"module-title\">\n    <a href=\"http://www.facebook.com/profile.php?id=5510619796\" class=\"module-title-link icon-facebook circle-icon \"><span class=\"accessibility\">More</span></a>\n  <h4>Popular</h4>\n</div>\n  <ul> \n\n        <li class=\"rollup-item clearfix js-ga-event\" data-ga-event-key=\"popularFacebook\" data-publishable-url=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\">\n\n    <div class=\"rollup-item-image\">\n      <a href=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\" class=\"rollup-image-link\" ><img src=\"http://static.wetpaint.me/pll/ROOT/photos/150/1363880145pre-1416433253.jpg\" alt=\"Pretty Little Liars Season 5B: 7 Questions We Want Answered\"></a>\n      \n      \n    </div>\n\n  <section class=\"rollup-item-body\">\n    \n    \n    \n\n\n\n      <h5 id=\"2014-12-30-season-5b-7-questions-we\" class=\"rollup-item-title\">\n        <a href=\"/pretty-little-liars/articles/2014-12-30-season-5b-7-questions-we\" class=\"\" >Pretty Little Liars Season 5B: 7 Questions We Want Answered</a>\n      </h5>\n\n\n  </section>\n\n</li> \n\n  </ul>\n</div>\n\n</div>\n<div class=\"column last\">\n    <section class=\"ad-editorial-block gravity\">\n      <div class=\"module-title\">\n  <h4>You Might Like</h4>\n</div>\n      <div id=\"grv-personalization-ad-editorial\"></div>\n\n      <script type='text/javascript'>\n        //<![CDATA[\n          (function(){\n          window.gravityInsightsParams = {\n            'type': 'content',\n            'action': '',\n            'site_guid': '934e04f62a151d57b4d8b3817a88c166'\n          };\n          var b,c,d,e,f,g,h,i,j;f=(c=!0===gravityInsightsParams.useGravityUserGuid?1:0)?\"\":gravityInsightsParams.user_guid||(null!=(h=/grvinsights=([^;]+)/.exec(document.cookie))?h[1]:void 0)||\"\";g=(d=(null!=(i=window.jQuery)?null!=(j=i.fn)?j.jquery:void 0:void 0)||\"\",b=gravityInsightsParams.ad||\"\",\"http://rma-api.gravity.com/v1/api/intelligence/wl?jq=\"+d+\"&sg=\"+gravityInsightsParams.site_guid+\"&ug=\"+f+\"&ugug=\"+c+\"&pl=18&id=grv-personalization-ad-editorial&type=iframe&ad=\"+b);\n          window.grvMakeScript=function(k){var a;a=document.createElement(\"script\");a.type=\"text/javascript\";a.async=!0;a.src=k;return a};e=document.getElementsByTagName(\"script\")[0];g&&e.parentNode.insertBefore(window.grvMakeScript(g),e);})();\n        //]]>\n      </script>\n    </section>\n\n  <section id=\"bottom-ad\" class=\"ads\">\n    <div id=\"footer-mobile-ad\" class=\"mobile-ad mobile-ad-container\"></div>\n  </section> \n\n  <section class=\"ad ad-300 ad-editorial-block\">\n    <div class=\"ad-wrapper\">\n      <div id=\"300x250-ad-3\" class=\"desktop-ad ad-300x250\"></div>\n    </div>\n  </section>\n\n  <footer class=\"wetpaint-footer\" itemtype=\"http://schema.org/WPFooter\">\n  <a href=\"/\" class=\"wetpaint-logo\"><span class=\"accessibility\">Wetpaint</span></a>\n  <ul class=\"follow-icons\">\n    <li>\n      <a href=\"http://www.facebook.com/profile.php?id=5510619796\" class=\"social-link\" id=\"social-links-facebook\" target=\"_BLANK\" title=\"Follow Wetpaint on Facebook\">\n        <i class=\"icon-facebook circle-icon\"><span class=\"accessibility\">facebook</i>\n</a>    </li>\n    <li>\n      <a href=\"http://www.twitter.com/wetpainttv\" class=\"social-link\" id=\"social-links-twitter\" target=\"_BLANK\" title=\"Follow Wetpaint on Twitter\">\n        <i class=\"icon-twitter circle-icon\"><span class=\"accessibility\">twitter</i>\n</a>    </li>\n    <li>\n      <a href=\"https://plus.google.com/114745337135279313902\" class=\"social-link\" id=\"social-links-google-plus\" rel=\"publisher\" target=\"_BLANK\" title=\"Follow Wetpaint on Google+\">\n        <i class=\"icon-google-plus circle-icon\"><span class=\"accessibility\">google-plus</i>\n</a>    </li>\n    <li>\n      <a href=\"http://feeds.wetpaint.com/wetpaint/latest/excerpt\" class=\"social-link\" id=\"social-links-rss\" target=\"_BLANK\" title=\"Follow News&#x27;s RSS\">\n        <i class=\"icon-rss circle-icon\"><span class=\"accessibility\">rss</i>\n</a>    </li>\n</ul>\n  <nav class=\"menu clearfix\">\n  <ul>\n \t\t<li><a href=\"/\">Home</a></li><li><a href=\"http://www.wetpaint-inc.com/about\">About</a></li><li><a href=\"http://www.wetpaint-inc.com/company-news\">Company News</a></li><li><a href=\"http://www.wetpaint-inc.com/advertise-with-us\">Advertise with Us</a></li><li><a href=\"http://www.wetpaint-inc.com/jobs\">Jobs</a></li><li><a href=\"http://www.wetpaint-inc.com/privacy\">Privacy</a></li><li><a href=\"http://www.wetpaint-inc.com/terms-and-conditions\">Terms and Conditions</a></li><li><a href=\"http://www.wetpaint-inc.com/contact\">Tips And Feedback</a></li>\n  </ul>\n</nav> \n  <small class=\"copyright\">\n    <p>Wetpaint Entertainment | wetpaint.com, inc. &copy; 2012. All rights reserved. Any images and content contained on this site relating to &ldquo;The Bachelor&rdquo; are not authorized by &ldquo;The Bachelor&rdquo;&trade; and ABC &copy;&nbsp;2012 and its related companies.</p>\n  </small>\n</footer>   \n</div>  \n  </div> \n      \n        </div>\n\n      </section>\n\n    </section>\n  </div>\n\n  <div id=\"vip-access-notifier\">\n  <div id=\"article-access-counter\" class=\"collapsed\">\n    You've read <span></span> of 5 maximum articles this month.\n  </div>\n  <div id=\"promo-text\">\n    GET UNLIMITED ACCESS WHEN YOU UPGRADE TO VIP <span>&rsaquo;</span>\n  </div>\n  <div id=\"explanatory-text\">\n    <h6>Register now to become a Wetpaint VIP</h6>\n    <p>\n      Perks include access to all Wetpaint content, secret links to exclusive video, and best of all, points earnings and rewards from our partner, Viggle.\n    </p>\n  </div>\n  <div id=\"tell-me-more-text\">\n    <a href=\"http://www.wetpaint.com/viggle/articles/2014-07-24-vip-register-facebook-perks\">Tell me more</a> or sign me up (just click below)</a>\n  </div>\n  <div>\n    <a class=\"facebook-button no-chevron user-login-action\" href=\"\" target=\"_blank\" onclick=\"\" data-fb-login-callback=\"vipLimitedAccessNotifierLoginCallback\">\n      Connect with Facebook\n    </a>\n  </div>\n  <div id=\"close-text\">\n    CLOSE\n  </div>\n</div>\n\n  <b id=\"wptimestamp\" style=\"display:none !important;\" data-time=\"1023\"></b>\n\n  \n<div id=\"1x1-ad\" class=\"ad-1x1\"></div>\n<div id=\"third-party-placement\" class=\"ad-1x1\"></div>\n\n<script type=\"text/javascript\" src=\"/components/domains\"></script>\n<script id=\"load-gumgum\" type=\"text/javascript\">\n  var ggv2id = wp.currentContext == 'phone' ? \"292ac839\" : \"57dd9d65\"\n  var gum_script = document.createElement(\"script\");\n  gum_script.type = \"text/javascript\";\n  gum_script.src = \"http://g2.gumgum.com/javascripts/ggv2.js\";\n  document.getElementById(\"load-gumgum\").appendChild(gum_script);\n</script>\n\n<script src=\"http://static2.wetpaint.me/assets/application-faee891d6849733ec831de6f3f56cba5.js\" type=\"text/javascript\"></script>\n<script src=\"http://static2.wetpaint.me/assets/deferred-c13f31042c6a7e530e1c5b7fd00def87.js\" type=\"notJs\"></script>\n<script>$(document).trigger('ready');</script>\n\n<script src=\"http://player.ooyala.com/v3/c8c1928a94304965926a8d746d274e04\"></script>\n<script type=\"text/javascript\">\n  OO.ready(function(){wp.video.initializeOoyalaPlayers($('.page-content'))});\n  wp.video.getRightColumnVideos('/the-bachelor/video/oo_videos?page=419026');\n</script>\n<script type=\"text/javascript\" language=\"javascript\" src=\"http://cdn-static.liverail.com/js/companions.js\"></script>\n<script type=\"text/javascript\">\n  var _sf_async_config={\n    uid:5762\n    ,domain:location.host\n    ,sections:wp.site_name\n    ,authors:wp.publish_author\n  };\n  (function(){\n    var js, d = document, s = 'script', l = d.getElementsByTagName(s)[0].parentNode;\n    function loadChartbeat() {\n        window._sf_endpt=(new Date()).getTime();\n        var e = d.createElement('script'); \n        e.type='text/javascript'; e.async=true; e.src = \"http://static.chartbeat.com/js/chartbeat.js\"; l.appendChild(e);\n    }\n    var oldonload = window.onload;window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat();  };\n  })();\n</script>\n<script type='text/javascript'>\n  //<![CDATA[\n    (function(){var b,c;window.gravityInsightsParams={type:\"content\",site_guid:\"934e04f62a151d57b4d8b3817a88c166\"};b=\"https:\"===document.location.protocol?\"https://b-ssl.grvcdn.com/moth-min.js\":\"http://b.grvcdn.com/moth-min.js\";window.grvMakeScript=function(d){var a;a=document.createElement(\"script\");a.type=\"notJs\";a.async=!0;a.src=d;return a};c=document.getElementsByTagName(\"script\")[0];b&&c.parentNode.insertBefore(window.grvMakeScript(b),c);})();\n  //]]>\n</script>\n<script type=\"text/javascript\">\n  window.twttr = (function (d,s,id) {\n    var t, js, fjs = d.getElementsByTagName(s)[0];\n    if (d.getElementById(id)) return; js=d.createElement(s); js.id=id;\n    js.src=\"//platform.twitter.com/widgets.js\"; fjs.parentNode.insertBefore(js, fjs);\n    return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });\n  }(document, \"script\", \"twitter-wjs\"));\n</script>\n  <!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"wetpaint.com\"></div>\n</div>\n<script>\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n  e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n  u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n  :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include -->\n\n\n\n<script type=\"text/javascript\">\nsetTimeout(function(){var a=document.createElement(\"script\"); var b=document.getElementsByTagName(\"script\")[0]; a.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0010/8588.js?\"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n\n\n\n\n\n<script type=\"text/javascript\">\n  (function() {\n      wp.socialButtons();\n  })();\n</script>\n\n  <!--                                     Build Version: e6140b1 Last Restarted at: 2014-12-17 09:51:48 -0800 Rendered in: 1148ms Server: c5                                      -->\n\n \n</body>\n</html>\n\n"
  },
  {
    "path": "tests/data/html/wired.com1.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]><html class=\"no-js ie ie6 lt-ie9 lt-ie8 lt-ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]><html class=\"no-js ie ie7 lt-ie9 lt-ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]><html class=\"no-js ie ie8 lt-ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <!--<![endif]-->\n<!-- start wired/views/global/partial-header-meta.php -->\n<head profile=\"http://gmpg.org/xfn/11\" >\n\t<!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n<script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/wired/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|(mobile).*firefox|blackberry.*applewebkit|bb1\\d.+mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/wired/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n<!-- END MOBIFY -->\t<title>How Butterflies Get Their Shine | WIRED</title>\n\t<!--[if lt IE 9]>\n\t\t<script type=\"text/javascript\" src=\"http://www.wired.com/wp-content/themes/wired/assets/js/html5.js\"></script>\n\t<![endif]-->\n\t<!-- WP_HEAD -->\n\n\t<meta name=\"description\" content=\"Butterfly Nanotechnology is what lets them build wings of brilliant blue.\"/><meta name=\"news_keywords\" content=\"actin, blue, butterflies, butterfly, metamorphosis, morpho, nanotechnology, shiny\" /><meta name=\"description\" content=\"Get in-depth coverage of current and future trends in technology, and how they are shaping business, entertainment, communications, science, politics, and culture at Wired.com.\" />\t<meta name=\"keywords\" content=\"Wired.com, Wired News, Wired Blogs, tech news, technology, gadgets, gizmos, reviews, tech, science, politics, culture, electronics\">\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\t<meta charset=\"UTF-8\" />\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" /><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n\t<meta name=\"viewport\" content=\"width=device-width\" />\n\n\t<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://www.wired.com/wp-content/themes/wired/assets/images/favicon.ico\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WIRED RSS Feed\" href=\"http://www.wired.com/feed/\" />\n\t<link rel=\"pingback\" href=\"http://www.wired.com/xmlrpc.php\" />\n\n\t<!-- Facebook -->\n\t\t<meta property=\"og:locale\" content=\"en_US\"/>\n\t<meta property=\"og:type\" content=\"article\"/>\n\t<meta property=\"og:title\" content=\"How Butterflies Get Their Shine | WIRED\" />\n\t\t\t\t<meta property=\"og:image\" content=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft.jpg\" />\n\t\t\n\t\n\t\t\t\t\t<meta property=\"og:description\" content=\"Butterfly Nanotechnology is what lets them build wings of brilliant blue.\"/>\n\t\t\t\n\t\t<meta property=\"og:url\" content=\"http://www.wired.com/2014/12/butterflies-get-shine/\"/>\n\t<meta property=\"og:site_name\" content=\"WIRED\" />\n\t<meta property=\"fb:admins\" content=\"648235154,789168297,688620285,650984415\" />\n\t<meta property=\"fb:page_id\" content=\"19440638720\" />\n\t<!-- Twitter -->\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<meta name=\"twitter:image:src\" content=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft-660x440.jpg\" />\n\t<meta name=\"twitter:title\" content=\"How Butterflies Get Their Shine | WIRED\" />\n\t<meta name=\"twitter:description\" content=\"Butterfly Nanotechnology is what lets them build wings of brilliant blue.\" />\n\t<meta name=\"twitter:site\" content=\"@wired\" />\n\t<meta name=\"twitter:domain\" content=\"WIRED\" />\n\t<meta name=\"twitter:creator\" content=\"@wired\" />\n\n\t<!--  MS/Windows 8 -->\n\t<meta name=\"application-name\" content=\"WIRED: WIRED\"/>\n\t<meta name=\"msapplication-tooltip\" content=\"Read in-depth coverage of current and future trends in technology, and how they are shaping business, entertainment, communications, science, politics, and culture at Wired.com.\"/>\n\t<meta name=\"msapplication-TileColor\" content=\"#cb0004\"/>\n\t<meta name=\"msapplication-TileImage\" content=\"http://www.wired.com/wp-content/themes/wired/assets/images/favicon_ie.png\" />\n\t<meta name=\"msvalidate.01\" content=\"\" />\n\n\t<!-- Apple -->\n\t<meta name=\"apple-itunes-app\" content=\"app-id=373903654\">\n\t<link rel=\"apple-touch-icon\" href=\"http://www.wired.com/wp-content/themes/wired/assets/images/apple-touch-icon.png\" />\n\n\t<!-- Google -->\n\t\t<link href=\"https://plus.google.com/+WIRED\" rel=\"publisher\" />\n\t<meta name=\"google-site-verification\" content=\"\" />\n\t<meta name=\"gmapkey\" content=\"ABQIAAAAF5yd_X_vTzike6sB6lp3wBQ4h890iMeKvsDZGQOc75SG0lWKAhQW755bw9E_-3ijKe6eqE5sg_NLEw\" />\n\n\t<!-- Schema.org markup for Google+ on singles for image -->\n\t<meta itemprop=\"image\" content=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft-200x100-e1419269870831.jpg\">\n\t<meta itemprop=\"description\" content=\"Butterfly Nanotechnology is what lets them build wings of brilliant blue.\" />\n\n\t<meta name=\"Section\" content=\"Blog\" />\n\t<meta name=\"Subsection\" content=\"WIRED\" />\n\t<meta name=\"DisplayDate\" content=\"2014-12-22\" />\n\t<meta name=\"ExpiryDate\" content=\"2060-12-31\" />\n\t<meta name=\"Author\" content=\"Gwen Pearson\" />\n\t<meta name=\"Title\" content=\"How Butterflies Get Their Shine\" />\n\n<!-- views/stats/partial-parsely-meta -->\n<meta name='parsely-page' content='{\"title\": \"How Butterflies Get Their Shine\", \"link\": \"http://www.wired.com/2014/12/butterflies-get-shine/\", \"image_url\": \"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft-150x150-e1419269867874.jpg\", \"type\": \"post\", \"post_id\": \"1686873\", \"pub_date\": \"2014-12-22T12:03:46-05:00\", \"section\": \"WIRED\", \"author\": \"Gwen Pearson\", \"tags\": [\"actin\",\"blue\",\"butterflies\",\"butterfly\",\"metamorphosis\",\"morpho\",\"nanotechnology\",\"shiny\"]}'>\n\t<link rel=\"dns-prefetch\" href=\"http://result.wired.com\" /><link rel=\"dns-prefetch\" href=\"http://event.wired.com\" /><link rel=\"dns-prefetch\" href=\"//stats.wired.com\" /><link rel=\"dns-prefetch\" href=\"//sstats.wired.com\" />            <!-- Chartbeat -->\n            <script type=\"text/javascript\" class=\"chartbeat\">var _sf_startpt=(new Date()).getTime()</script>\n            \n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.6 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"Butterfly Nanotechnology is what lets them build wings of brilliant blue.\"/>\n<link rel=\"canonical\" href=\"http://www.wired.com/2014/12/butterflies-get-shine/\" />\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WIRED &raquo; How Butterflies Get Their Shine Comments Feed\" href=\"http://www.wired.com/2014/12/butterflies-get-shine/feed/\" />\n<link rel='stylesheet' id='ning-publisher-style-css'  href='http://www.wired.com/wp-content/plugins/ning-publisher/ning-publisher.css?ver=4.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='wired-global-css'  href='http://www.wired.com/wp-content/themes/wired/assets/css/wired-post.css?ver=1419976945' type='text/css' media='screen' />\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js?ver=1.10.2'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/plugins/reviews-type/js/reviews-ui.js?ver=4.0.1' async='async'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WP_VARS = {\"THEME_URI\":\"http:\\/\\/www.wired.com\\/wp-content\\/themes\\/wired\",\"ajaxurl\":\"https:\\/\\/www.wired.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-common/cn.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-common/cn.mobile.js?ver=1419976945'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar deviceviews = {\"mobileMax\":\"600\",\"tabletMax\":\"850\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/mu-plugins/cn-wordpress/lib/js/jquery.devices.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://result.wired.com/js/eventTracker.js' async='async'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar s_account = \"conde-wired\";\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-stats/s_code.js?ver=1419976945'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar platformEnvironment = \"production\";\nvar sitehost = \"http:\\/\\/www.wired.com\";\nvar omniture_init = [];\nvar CN = CN || {}; CN.omniture = CN.omniture || {};CN.omniture.conf = {\"s_account\":\"conde-wired\",\"server\":\"stats.wired.com\",\"secureServer\":\"sstats.wired.com\",\"internalFilters\":\"javascript:,wired.com,advancemags.com\"};;\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-stats/omniture.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.dart.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.aam.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.proximic.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/cn.ecom.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/ecomfw.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/promotheus/promotheus.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/themes/wired/assets/js/plugins.min.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.arsaccelerator.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.refresh.js?ver=1419976945'></script>\n<link rel='https://github.com/WP-API/WP-API' href='http://www.wired.com/wp-json' />\n            <!-- COMSCORE -->\n\t        <script type=\"text/javascript\">\n\t        //<!--\n\t        \tvar _comscore = _comscore || [];\n\t  \t\t\t_comscore.push({ c1: \"2\", c2: \"6035094\", c4: \"http://www.wired.com/2014/12/butterflies-get-shine/\"});\n\t  \t\t\t(function() {var s = document.createElement(\"script\"), el =document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    \t\ts.src = (document.location.protocol == \"https:\" ?\"https://sb\" : \"http://b\") +\".scorecardresearch.com/beacon.js\";\n\t\t\t\tel.parentNode.insertBefore(s, el);})();\n\t  \t\t\tfunction slideChangeTrackingFn() {\n\t  \t\t         jQuery.ajax({\n\t  \t\t         type : 'GET',\n\t  \t\t         url : '/pv.xml',\n\t  \t\t         success : function(data) {\n\t  \t\t                 try {\n\t  \t\t                         COMSCORE.beacon({c1:\"2\", c2: \"6035094\"});\n\t  \t\t                         CN.debug.info(\"Comscore Non-Conventional(slideshow) Page view triggered.\");\n\t  \t\t                     } catch(e) {\n\t  \t\t                         CN.debug.error('COMSCORE beacon call for slideshow page view failed' + e.message);\n\t  \t\t                     }\n\t  \t\t                 },\n\t  \t\t                 error : function(xhr, textStatus) {\n\t  \t\t                         CN.debug.error('page view xml load failed for slideshow, probably 404: ' + textStatus);\n\t  \t\t                     }\n\t  \t\t                 });\n\t  \t\t   }\n\t  \t\t//-->\n\t\t\t</script>\n\t            <script type=\"text/javascript\" class=\"site_init\">\n            //<!--\n                CN.site.init({\n                    code:             'WIR',\n                    title:            'WIRED',\n                    name:             'wired',\n                    alias:            'Wired.com',\n                    domain:           'Wired.com',\n                    tld:              'wired.com',\n                    baseUrl:          'http://www.wired.com',\n                    mobilecompatible: 'true',\n                    httpStatusCode:    200,\n            eventServer: 'http://event.wired.com',\neventTrackingUrl: 'http://result.wired.com',\neventTrackingEnv: 'PROD',\nuserServiceUrl: 'https://user-service.condenastdigital.com',\nuserServiceKey: 'd3Vbh/gcAN+GSvYTrIit/uDmPcY=',\necomUrl: 'https://subscribe.wired.com/api/circ/xml/Transaction',\nsocialRes: 'http://www.wired.com/services/livefyre/userToken',\n                    env: 'PROD'  // Put something consistent last so we don't have a trailing comma (appease IE)\n                });\n\n                CN.isMobile = jQuery.devices.mobile();\n                CN.isTablet = jQuery.devices.tablet();\n                CN.checkDeviceView = jQuery.devices.checkDeviceView;\n            //-->\n            </script>\n                            <!-- AD INIT: CN.dart.init -->\n                <script type=\"text/javascript\">\n                //<!--\n\n                    CN.dartKwsArray = [ \"gwen_pearson\",\"charismaticminifauna\",\"science_blogs\",\"actin\",\"blue\",\"butterflies\",\"butterfly\",\"metamorphosis\",\"morpho\",\"nanotechnology\",\"shiny\",\"2014\",\"12\",\"butterflies_get_shine\",\"gwen_pearson\",\"type_post\",\"category_science_blogs\",\"subwired_science\",\"category_charismaticminifauna\",\"single\",\"butterflies_get_shine\" ];\n\n                \n                    CN.dart.init({\n                        site: CN.isMobile ? 'wiredcom.mobile.dart' : 'wiredcom.dart',\n                        zone: 'science_blogs',\n                        kws: CN.dartKwsArray,\n                        contentType: 'Article',\n                                        charmap : {' ' : '+', '-' : '_'}\n                    });\n                            //-->\n                </script>\n                \t\t\t<script>metaKeyWords='default';</script>\n\t\t\t\t\t\t\t<script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-5e0259aff0b35c55ae1387e43a61e5902ea0cdb6.js\"></script>\n\t\t\t            <!-- CM: page-ads.js -->\n            <script type=\"text/javascript\">\n            //<!--\n                var _ghearst_vars = (function() {\n                    var commonParams = 'ad_category_prefix=2014'\n                                        + '&amp;browser_path=%2F2014%2F12%2Fbutterflies-get-shine%2F'\n                                        + '&amp;cat_prefixes=%2C2014%2C12%2Cbutterflies-get-shine%2C'\n                                        + '&amp;site_prefix=wired'\n                                        + '&amp;subdomain=www'\n                                        + '&amp;url_name=';\n\n                                var metaKeyWords = (function() {\n                        var\n                            i                  = 0,\n                            metaKeywordContent = '',\n                            nameAttribute      = null,\n                            metaCollection     = document.getElementsByTagName('meta');\n\n                        for (i=0;i<metaCollection.length;i++) {\n                            nameAttribute = metaCollection[i].name.search(/keywords/);\n                            if (nameAttribute!= -1) {\n                                metaKeywordContent = metaCollection[i].content;\n                                metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,\n                                metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space\n                            }\n                        }\n                        return encodeURIComponent(metaKeywordContent);\n                    })();\n            \n                    var deviceParams = (function() {\n                                                if ( ( navigator.userAgent.match(/iPad/i) !== null ) && ( CN.cookie.get('ipadTakeover') !== 'true' ) ) {\n                                return 'AMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_CONTENTPAGE_RIGHTRAIL_B%2CAMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_GLOBAL_MAGAZINE_SUBNAV%2CAMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_BLOGS_RIGHTRAIL_A%2CAMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_MOBILE_NAVBAR%2CAMS_WIR_MOBILE_NAV_LINK%2CAMS_WIR_MOBILE_FOOTER_LINK%2CAMS_WIR_POPUP_FLOATINGAD%2CAMS_WIR_GLOBAL_IPAD_TAKEOVER';\n                            } else {\n                                return 'AMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_CONTENTPAGE_RIGHTRAIL_B%2CAMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_GLOBAL_MAGAZINE_SUBNAV%2CAMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_BLOGS_RIGHTRAIL_A%2CAMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_MOBILE_NAVBAR%2CAMS_WIR_MOBILE_NAV_LINK%2CAMS_WIR_MOBILE_FOOTER_LINK%2CAMS_WIR_POPUP_FLOATINGAD';\n                            }\n                                                })();\n\n            \n                    return {\n                        'ams_ads_script_src' : 'https://subscribe.wired.com/ams/page-ads.js?'\n                                                + commonParams + ''\n                                                + '&amp;keywords=' + metaKeyWords + ''\n                                                + '&amp;position_list=' + deviceParams + ''\n                    };\n                })();\n\n                if (!window.$h) {window.$h = {}}\n                (function(){\n                    if (!$h.util) {\n                        $h.util = {\n                            buildScriptTag: function(src){\n                                if (!!src){ document.write('<scr' + 'ipt src=\"'+src+'\" type=\"text/javascript\"></scr' + 'ipt>');}\n                            }\n                        }\n                    }\n                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)\n                })();\n            //-->\n            </script>\n            \n\t<script type=\"text/javascript\" src=\"//fonts.condenast.com/ztc8lol.js\"></script>\n\t<script type=\"text/javascript\">try{Typekit.load();}catch(e){console.log(\"Typekit failed to load! \" + e);}</script>\n\n\t\n\t<!--[if (gte IE 6)&(lte IE 8)]>\n\t\t<script type=\"text/javascript\" src=\"http://www.wired.com/wp-content/themes/wired/assets/js/selectivizr-min.js\"></script>\n\t<![endif]-->\n\n</head>\n<body class=\"single single-post postid-1686873 single-format-standard gwen_pearson  2014 12 butterflies-get-shine gwen-pearson type-post category-science-blogs subwired-science category-charismaticminifauna\">\n<nav id=\"global-nav\">\n\t<div id=\"nav-wrap\">\n\t\t<div id='inner-nav'>\n\t\t\t<div id=\"logo\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t\t\t<a itemprop=\"url\" href=\"http://www.wired.com\"><img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/post_wired_logo_150x60.gif\" alt=\"WIRED\" id=\"logo_home\" itemprop=\"logo\" />WIRED</a>\n\t\t\t</div>\n\t\t\t<ul id=\"primary-nav\">\n\t\t\t\t\t\t\t<!-- nav for GEAR -->\n\t\t\t\t<li class=\"gear\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/gear/\">\n\t\t\t\t\tGEAR</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for autopia -->\n\t\t\t\t\t<li class=\"nav-beat autopia\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/autopia/\">Autopia</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dining-at-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ff_diningsea_f-200x100-e1419890226554.jpg\" alt=\"The Dining Innovations That Helped Us Conquer the Seas\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Dining Innovations That Helped Us Conquer the Seas</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/theyll-raise-airasia-flight-8501-bottom-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/air-asia-200x100-e1419967175942.jpg\" alt=\"How the Wreckage of AirAsia 8501 Will Tell Us What Went Wrong\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How the Wreckage of AirAsia 8501 Will Tell Us What Went Wrong</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/henes-broon-f870/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/white_3-200x100-e1419880721702.jpg\" alt=\"The Ultimate Electric Sports Car Is Only 4 Feet Long\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Ultimate Electric Sports Car Is Only 4 Feet Long</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for autopia -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for gadget lab -->\n\t\t\t\t\t<li class=\"nav-beat gadget lab\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/gadgetlab/\">Gadget Lab</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/what-to-expect-ces-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/7105322bcdce937b-200x100.jpg\" alt=\"From VR Gear to Quantum-Dot TVs: What to Expect at CES 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">From VR Gear to Quantum-Dot TVs: What to Expect at CES 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/gear-of-the-year-3/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/gearyear-w.jpg\" alt=\"Our Absolute Favorite Gadgets of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our Absolute Favorite Gadgets of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/eclipse-td-m1-speakers/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/GG3A6312-copy-200x100.jpg\" alt=\"These Egg-Shaped Speakers Sound So Good, They&#039;ll Scramble Your Brains\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">These Egg-Shaped Speakers Sound So Good, They&#039;ll Scramble Your Brains</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for gadget lab -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for reviews -->\n\t\t\t\t\t<li class=\"nav-beat reviews\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/reviews/\">Reviews</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/leveraxe-vipukirves-2/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/20140731-AXES-016edit-200x100-e1418948329815.jpg\" alt=\"Review: Leveraxe Vipukirves 2\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: Leveraxe Vipukirves 2</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/yotaphone-2/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/yotaphone-ft-200x100-e1418846479518.jpg\" alt=\"Review: YotaPhone 2\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: YotaPhone 2</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/skylinknet-alarm-system/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/skylinkHome-sa-200x100.jpg\" alt=\"Review: SkylinkNet Alarm System Kit\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: SkylinkNet Alarm System Kit</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for reviews -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for GEAR -->\n\t\t\t\t\t\t\t<!-- nav for SCIENCE -->\n\t\t\t\t<li class=\"science\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/science/\">\n\t\t\t\t\tSCIENCE</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for science -->\n\t\t\t\t\t<li class=\"nav-beat science\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/wiredscience/\">Science</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/space-missions-and-events-2015-preview/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/NH_pluto-200x100-e1419968997366.jpg\" alt=\"The Space Missions and Events We&#039;re Most Looking Forward to in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Space Missions and Events We&#039;re Most Looking Forward to in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/grawk-proteins-making-proteins/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/84543_web-200x100-e1419974712435.jpg\" alt=\"Science Graphic of the Week: Scientists Discover the First Protein That Can Edit Other Proteins\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Science Graphic of the Week: Scientists Discover the First Protein That Can Edit Other Proteins</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/top-science-image-galleries-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/9-credit-1-200x100-e1419968211591.jpg\" alt=\"Our Most Popular Science Image Galleries of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our Most Popular Science Image Galleries of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for science -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for science blogs -->\n\t\t\t\t\t<li class=\"nav-beat science blogs\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/science-blogs/\">Science Blogs</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/beyond-apollo-welcomes-comet-lovejoy/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/crafatkopff-200x100.jpg\" alt=\"Beyond Apollo Welcomes Comet Lovejoy\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Beyond Apollo Welcomes Comet Lovejoy</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/empzeal-earthfall/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/earth-space-finger-200x100.png\" alt=\"What Would Happen if the Earth Stopped In Its Orbit?\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">What Would Happen if the Earth Stopped In Its Orbit?</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/will-africa-produce-next-einstein/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/2470882521_400527f5a8_o-200x100-e1419975461534.jpg\" alt=\"Will Africa Produce the &#039;Next Einstein&#039;? \" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Will Africa Produce the &#039;Next Einstein&#039;? </h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for science blogs -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for SCIENCE -->\n\t\t\t\t\t\t\t<!-- nav for ENTERTAINMENT -->\n\t\t\t\t<li class=\"entertainment\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/entertainment/\">\n\t\t\t\t\tENTERTAINMENT</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for game|life -->\n\t\t\t\t\t<li class=\"nav-beat game|life\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/gamelife/\">Game|Life</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/most-anticipated-games-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/arkham-knight-200x100-e1419973321119.jpg\" alt=\"25 Videogames We Can&#039;t Wait to Play in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">25 Videogames We Can&#039;t Wait to Play in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/2014-classic-games/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/xwing-200x100-e1419277231938.jpg\" alt=\"Out-of-Print Games We Were Thrilled to Play Again in 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Out-of-Print Games We Were Thrilled to Play Again in 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/best-games-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/shadow-mordor-200x100-e1419371410565.jpg\" alt=\"The Best Games of 2014, From Mario Kart to Sunset Overdrive\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"152578149592\">The Best Games of 2014, From Mario Kart to Sunset Overdrive</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for game|life -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for playbook -->\n\t\t\t\t\t<li class=\"nav-beat playbook\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/playbook/\">Playbook</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/11/shottracker-basketball-system/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/11/shottracker-w.jpg\" alt=\"This Wristband Tracks Your B-Ball Skills and Suggests Shooting Drills\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"108808600620\">This Wristband Tracks Your B-Ball Skills and Suggests Shooting Drills</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/10/james-lawrence/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/10/ironwill-w.jpg\" alt=\"How This Guy Is Training to Do 50 Ultradistance Triathlons in 50 Days\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How This Guy Is Training to Do 50 Ultradistance Triathlons in 50 Days</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/09/man-wired-facebook-helped-build-nfl-stadium-future/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/09/levis-stadium-w.jpg\" alt=\"How the Man Who Wired Facebook Helped Build the NFL Stadium of the Future\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"7479198653\">How the Man Who Wired Facebook Helped Build the NFL Stadium of the Future</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for playbook -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for underwire -->\n\t\t\t\t\t<li class=\"nav-beat underwire\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/underwire/\">Underwire</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/best-comics-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/wrenchies-ft-200x100-e1419963264717.jpg\" alt=\"Our 10 Favorite Comics and Graphic Novels of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 10 Favorite Comics and Graphic Novels of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/best-memes-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/mario-death-stare-200x100.jpg\" alt=\"Our 9 Favorite Memes of 2014, From Kermit to ¯\\_(ツ)_/¯\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 9 Favorite Memes of 2014, From Kermit to ¯\\_(ツ)_/¯</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/cape-watch-18/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/CapeWatch20151-200x100-e1419962506755.jpg\" alt=\"Cape Watch: Here&#039;s What We Want From Our Superheroes in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Cape Watch: Here&#039;s What We Want From Our Superheroes in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for underwire -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for ENTERTAINMENT -->\n\t\t\t\t\t\t\t<!-- nav for BUSINESS -->\n\t\t\t\t<li class=\"business\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/business/\">\n\t\t\t\t\tBUSINESS</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for business -->\n\t\t\t\t\t<li class=\"nav-beat business\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/business/\">Business</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/2014-tech-stories-just-didnt-see-coming/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/micro-soft-story1-200x100-e1419969435923.jpg\" alt=\"The 2014 Tech Stories We Just Didn&#039;t See Coming\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The 2014 Tech Stories We Just Didn&#039;t See Coming</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/instacart-raises-220m/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/groceries-200x100-e1419967510144.jpg\" alt=\"Grocery Delivery Service Instacart Raises $220M in New Funding\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Grocery Delivery Service Instacart Raises $220M in New Funding</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/wired-business-year-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/gender-gap-inline-200x100-e1419879336182.jpg\" alt=\"Our 10 Most Important Business Stories of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 10 Most Important Business Stories of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for business -->\n\t\t\t\t\t<li class=\"business-conference sponsored nav-beat\">\n\t<h3 class=\"feed-title\"><a href=\"http://wiredbusinessconference.com/\">Business Conference</a></h3>\n\t<ul>\n\t\t<li class=\"sponsored-hed\">\n\t\t\t<a href=\"http://wiredbusinessconference.com/\"><h4>Promotion</h4></a>\n\t\t</li>\n\t\t<li class=\"sponsored-content\">\n\t\t\t<a href=\"http://wiredbusinessconference.com/\">\n\t\t\t\t<span class=\"feed-thumbnail\"><img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/disruptive_by_design_2012.gif\" width=\"217\" height=\"109\" alt=\"Wired's Disruptive by Design\" /></span>\n\t\t\t\t<p>\n\t\t\t\t\tIn today's business world, disruption is a constant force that never lets up. At the annual WIRED Business Conference: Disruptive by Design, we celebrate the creative power of bold new ideas and the people that make them happen.\n\t\t\t\t\t<br />\n\t\t\t\t\t<br />\n\t\t\t\t\tSee the event &gt;\n\t\t\t\t</p>\n\t\t\t</a>\n\t\t</li>\n\t</ul>\n</li>\t\t\t\t\t<!-- nav for enterprise -->\n\t\t\t\t\t<li class=\"nav-beat enterprise\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/wiredenterprise/\">Enterprise</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/tech-time-warp-week-watch-john-cleese-compare-compaq-dead-fish/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/Screen-Shot-2014-12-30-at-10.18.46-AM-200x100-e1419963586425.png\" alt=\"Tech Time Warp of the Week: Watch John Cleese Compare a Compaq to a Dead Fish\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Tech Time Warp of the Week: Watch John Cleese Compare a Compaq to a Dead Fish</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/finney-swat/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-200x100-e1419380447701.jpg\" alt=\"An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/wired-enterprise-year/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/micro-soft-story-200x100-e1419374183554.jpg\" alt=\"WIRED&#039;s 10 Most Hardcore Tech Stories of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">WIRED&#039;s 10 Most Hardcore Tech Stories of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for enterprise -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for innovation insights -->\n\t\t\t\t\t<li class=\"nav-beat innovation insights\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/insights/\">Innovation Insights</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/quantified-self-enterprise/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/08/wearable_660-200x100.jpg\" alt=\"How Quantified-Self Will Redefine the Future of the Enterprise\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How Quantified-Self Will Redefine the Future of the Enterprise</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/startups-and-crowd-first-tactics/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/images_blogs/insights/2013/02/crowdsurf_660-200x100.jpg\" alt=\"Startups and Crowd-First Tactics: The Minimum Run, and the Long Stretch\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Startups and Crowd-First Tactics: The Minimum Run, and the Long Stretch</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/consumer-goods-data-economy/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dollarshaveclub-200x100.jpg\" alt=\"The Future for Consumer Goods in the Data Economy\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Future for Consumer Goods in the Data Economy</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for innovation insights -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for BUSINESS -->\n\t\t\t\t\t\t\t<!-- nav for SECURITY -->\n\t\t\t\t<li class=\"security\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/security/\">\n\t\t\t\t\tSECURITY</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for danger room -->\n\t\t\t\t\t<li class=\"nav-beat danger room\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/dangerroom/\">Danger Room</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/navy-ghostswimmer-robot-fish/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/fish-robot-200x100-e1418688068986.jpg\" alt=\"The Navy&#039;s New Robot Looks and Swims Just Like a Shark\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Navy&#039;s New Robot Looks and Swims Just Like a Shark</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/a10-warthog-isis/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/warthog-w.jpg\" alt=\"America&#039;s Toughest, Ugliest Warplane Is Going Back Into Battle\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">America&#039;s Toughest, Ugliest Warplane Is Going Back Into Battle</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/11/eniac-unearthed/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/11/eniac-w.jpg\" alt=\"How the World&#039;s First Computer Was Rescued From the Scrap Heap\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How the World&#039;s First Computer Was Rescued From the Scrap Heap</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for danger room -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for threat level -->\n\t\t\t\t\t<li class=\"nav-beat threat level\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/threatlevel/\">Threat Level</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/us-sanctions-north-korea-for-sony-hack/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/obama-nkorea-200x100-e1420233064878.jpg\" alt=\"What We Know About the New U.S. Sanctions Against North Korea In Response to Sony Hack\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">What We Know About the New U.S. Sanctions Against North Korea In Response to Sony Hack</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dangerous-people-internet-right-now/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dangerous-people-internet-1-200x100-e1419891103629.jpg\" alt=\"The Most Dangerous People on the Internet Right Now\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Most Dangerous People on the Internet Right Now</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/80-percent-dark-web-visits-relate-pedophilia-study-finds/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dark-web-pedophilia-200x100-e1419966775113.jpg\" alt=\"Over 80 Percent of Dark-Web Visits Relate to Pedophilia, Study Finds\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Over 80 Percent of Dark-Web Visits Relate to Pedophilia, Study Finds</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for threat level -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for SECURITY -->\n\t\t\t\t\t\t\t<!-- nav for DESIGN -->\n\t\t\t\t<li class=\"design\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/design/\">\n\t\t\t\t\tDESIGN</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for design -->\n\t\t\t\t\t<li class=\"nav-beat design\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/design/\">Design</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/stylish-silk-scarves-dyed-bacteria/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/silk-scarves-w.jpg\" alt=\"Stylish Silk Scarves, Dyed With Bacteria\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Stylish Silk Scarves, Dyed With Bacteria</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/ridiculously-elaborate-expensive-furniture-inspired-famous-landmarks/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/01/Burj-Detail-Job-200x100-e1419886994837.jpg\" alt=\"Ridiculously Elaborate, Expensive Furniture Inspired by Famous Landmarks\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Ridiculously Elaborate, Expensive Furniture Inspired by Famous Landmarks</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/15-smart-design-books-inspire-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/68c-200x100-e1419886428231.jpg\" alt=\"15 Smart Design Books to Inspire You in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">15 Smart Design Books to Inspire You in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for design -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for raw file -->\n\t\t\t\t\t<li class=\"nav-beat raw file\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/rawfile/\">Raw File</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/hidden-snipers-train-surfers-wireds-best-photo-stories-year%e2%80%8b/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/images_blogs/rawfile/2014/03/snipers-hiding-w.jpg\" alt=\"From Hidden Snipers to Train Surfers, WIRED&#039;s Best Photo Stories of the Year​\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">From Hidden Snipers to Train Surfers, WIRED&#039;s Best Photo Stories of the Year​</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/emma-phillip-salt/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/EP_plate-II-200x100-e1419371970954.jpg\" alt=\"A Beautiful Salt Refinery That Looks Like Another Planet\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">A Beautiful Salt Refinery That Looks Like Another Planet</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/knut-egil-wang-southbound/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/norwegian-party-ft-200x100.jpg\" alt=\"Bunny Suits and Water Gymnastics: No One Vacations Quite Like the Norwegians\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Bunny Suits and Water Gymnastics: No One Vacations Quite Like the Norwegians</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for raw file -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for DESIGN -->\n\t\t\t\t\t\t\t<!-- nav for OPINION -->\n\t\t\t\t<li class=\"opinion\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/opinion/\">\n\t\t\t\t\tOPINION</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for opinion -->\n\t\t\t\t\t<li class=\"nav-beat opinion\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/opinion/\">Opinion</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/peter-gabriel-witness-on-video-evidence/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/officer-cam-ft-200x100-e1419882656542.jpg\" alt=\"Peter Gabriel: Tech Can Make Video Evidence a Cornerstone of Justice\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Peter Gabriel: Tech Can Make Video Evidence a Cornerstone of Justice</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/disappearing-business-of-design/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/design-decline-200x100.jpg\" alt=\"The Rapidly Disappearing Business of Design\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Rapidly Disappearing Business of Design</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/best-wired-stories-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/Untitled-1-200x100.jpg\" alt=\"The Best WIRED Stories of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"153935061583\">The Best WIRED Stories of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for opinion -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for OPINION -->\n\t\t\t\t\t\t\t<!-- nav for MAGAZINE -->\n\t\t\t\t<li class=\"magazine\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/magazine/\">\n\t\t\t\t\tMAGAZINE</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t<li class=\"magazine nav-beat\">\n\t<h3 class=\"feed-title\"><a href=\"http://www.wired.com/magazine\">Current Issue</a></h3>\n\t\t<div id=\"AMS_WIR_GLOBAL_MAGAZINE_SUBNAV\" class=\"ecom-placement\">\n\t\t<a target=\"_blank\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img src=\"http://www.wired.com/images/covers/120x164.jpg\" width=\"110\" height=\"150\" alt=\"Wired Magazine\" />\n\t\t</a>\n\t\t<a target=\"_blank\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<span>Subscribe</span>\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_MAGAZINE_SUBNAV != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_MAGAZINE_SUBNAV\" ).html( pageAds.AMS_WIR_GLOBAL_MAGAZINE_SUBNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_MAGAZINE_SUBNAV not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\t<ul>\n\t\t<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dining-at-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ff_diningsea_f-200x100-e1419890226554.jpg\" alt=\"The Dining Innovations That Helped Us Conquer the Seas\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Dining Innovations That Helped Us Conquer the Seas</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/genetically-modified-yeast/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ap_synbio_1_hero-200x100-e1419959611726.jpg\" alt=\"Biochemists Are Turning Genetically Modified Yeast Into Perfume and Opioids\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Biochemists Are Turning Genetically Modified Yeast Into Perfume and Opioids</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/john-snook/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ap_alphageek_1_hero-200x100-e1419959821396.jpg\" alt=\"The Man Who Forecasts Avalanches in America&#039;s Riskiest Snowpack\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Man Who Forecasts Avalanches in America&#039;s Riskiest Snowpack</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n\t</ul>\n</li>\n\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for MAGAZINE -->\n\t\t\t\t\t\t<li class=\"video secondary\">\n\t<h2><a href=\"http://video.wired.com/\">Video</a></h2>\n\t<ul>\n\t\t<li>\n\t\t\t<a href=\"http://video.wired.com/\">\n\t\t\t\t<img alt=\"WIRED Video\" title=\"WIRED Video\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/wired_video_1000x190.jpg\">\n\t\t\t</a>\n\t\t</li>\n\t</ul>\n</li><!-- /.video -->\n\n<li class=\"insider secondary\">\n\t<h2><a href=\"http://wiredinsider.com\">Insider</a></h2>\n\t<ul>\n\t\t<li>\n\t\t\t<a href=\"http://wiredinsider.tumblr.com/\" alt=\"insiders\"><img alt=\"WIRED Insider\" title=\"WIRED Insider\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg\" /></a>\n\t\t</li>\n\t</ul>\n </li><!-- /.insider.secondary -->\n\n<li class=\"subscribe secondary\">\n\t\t<h2 id=\"AMS_WIR_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n\t\t<a target=\"_new\" class=\"primaryLink\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\tSubscribe\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_NAVBAR != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR\" ).html( pageAds.AMS_WIR_GLOBAL_NAVBAR.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_NAVBAR not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</h2>\n\t\t<ul>\n\t\t<li>\t<div id=\"AMS_WIR_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n\t\t<a id=\"global_navBar_failsafe\" target=\"_new\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img alt=\"Subscribe to WIRED magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_1000x190.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR_ROLLOVER\" ).html( pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_NAVBAR_ROLLOVER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</li>\n\t</ul>\n</li><!-- /.subscribe.secondary -->\t\t\t</ul> <!-- end primary nav -->\n\t\t\t<ul id=\"nav-extras\">\n\t<li class=\"rss\"><h2 class=\"rss-icon\"><a href=\"http://www.wired.com/about/rss_feeds/\">RSS</a></h2></li>\n\t<li class=\"search\" class='active'>\n\n\t\t<h2 class=\"search-icon\">\n\t\t\t<a href=\"http://www.wired.com/search/\">Search</a>\n\t\t</h2>\n     </li><!-- /.search.secondary -->\n</ul><!-- /#nav-extras -->\t\t</div>\n\t</div> <!-- /#nav-wrap -->\n</nav> <!-- /#global_header -->\t<div>\n\t\t<div id=\"leaderboard\">\n\t\t\t<div>\n\t\t\t\t<div class=\"advertisement\"><div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: \"728x90\", kws: [ \"top\" ], collapse: false } );\n} \n}</script></div>\t\t\t\t\t<div id=\"header-ecom\">\n\t\t\t\t\t\t<div id=\"AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" class=\"ecom-placement\">\n\t\t<a target=\"_new\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_310x80.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT != 'undefined' ) {\n  jQuery( \"#AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" ).html( pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_CONTENTPAGE_HEADERCALLOUT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t</div>\n\n<div id=\"shell\">\n<!-- end wired/header.php -->\n<div class=\"schema-wrap\" itemscope itemtype=\"http://schema.org/Article\">\n\n<header>\n\t\t<div id=\"archive-title\">\n\t\t<a href=\"http://www.wired.com/category/science-blogs/charismaticminifauna/\"><h1>Charismatic Minifauna</h1></a>\n\t</div>\n\t</header> <!-- end single header -->\n\n<section>\n\n\t<article class='post' id=\"post-1686873\" itemscope itemtype=\"http://schema.org/Article\">\n\n\t\t<h1 id=\"headline\" itemprop=\"url headline name\">How Butterflies Get Their Shine</h1>\n<link itemprop=\"url\" href=\"http://www.wired.com/2014/12/butterflies-get-shine/\" />\n<link itemprop=\"image\" href=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft.jpg\" />\n\n<ul class=\"entry-header\">\n\t\n\t<li class=\"author\">By&nbsp;<a rel=\"author\" href=\"http://www.wired.com/author/gwenpearson/\">Gwen Pearson</a>&nbsp;&nbsp;</li>\n\n\t<li class=\"entryDate\"><time itemprop=\"datePublished\" datetime=\"2014-12-22T12:03:46-05:00\">12.22.14</time>&nbsp;&nbsp;&#124;&nbsp;&nbsp;</li>\n\t<li class=\"entryTime\">12:03 pm&nbsp;&nbsp;&#124;&nbsp;&nbsp;</li>\n\n\t\t<li><a href=\"http://www.wired.com/2014/12/butterflies-get-shine/\" rel=\"bookmark\" title=\"How Butterflies Get Their Shine\">Permalink</a></li></ul> <!-- /#authors entry-header  -->\n\n\n<ul id='social-top' class=\"social-bookmarking-module \">\n            <li class=\"facebook-small\">\n            <div class=\"facebook-share-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F\" target=\"_blank\" class=\"indent\">Share on Facebook</a><!-- i have a purpose! i am the counter! delete me at your own peril! --><div>0</div></div>        </li>\n            <li class=\"twitter-small\">\n            <a target=\"_blank\" href=\"https://twitter.com/share?text=How+Butterflies+Get+Their+Shine+%7C+WIRED&url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F\" class=\"twitter-share-button\" data-lang=\"en\">Tweet</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>        </li>\n            <li class=\"google-small\">\n            <!--<g:plusone size=\"medium\"></g:plusone>-->\n\n<g:plusone size=\"medium\"></g:plusone>        </li>\n            <li class=\"linkedin-small\">\n            <script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n  lang: en_US\n</script>\n<script type=\"IN/Share\" data-url=\"http://www.wired.com/2014/12/butterflies-get-shine/\" data-counter=\"right\"></script>        </li>\n            <li class=\"pinterest-small\">\n            <a href=\"//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F&media=http%3A%2F%2Fwww.wired.com%2Fwp-content%2Fuploads%2F2014%2F12%2Fmorpho-ft.jpg&description=How Butterflies Get Their Shine\" data-pin-do=\"buttonPin\" data-pin-config=\"beside\" target=\"_blank\">\n\t<img src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" />\n</a>\n        </li>\n    </ul>\n\t\t<div class=\"entry\">\n\t\t\t<span itemprop=\"articleBody\"><div id=\"attachment_1687335\" style=\"width: 670px\" class=\"wp-caption alignnone\"><a href=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft.jpg\"><img src=\"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft-660x440.jpg\" alt=\"Shiny Morpho butterflies are prized for their intense, shiny blue.\" width=\"660\" height=\"440\" class=\"size-660-single-full wp-image-1687335\" /></a><p class=\"wp-caption-text\">Shiny Morpho butterflies are prized for their intense, shiny blue. <img class=\"photo\" src=\"https://www.wired.com/wp-content/themes/wired/assets/images/gallery-cam@2x.png\"> Kena Betancur/Getty Images</p></div>\n<p>A shiny <em>Morpho</em> butterfly is a master of nanoscale light bending. That blue isn&#8217;t from a pigment &#8212; it&#8217;s light reflecting off scales built from the same strings of sugars that the rest of the insect&#8217;s skeleton is made of. A butterfly scale is basically a <a title=\"Homolog of bristles\" href=\"http://www.cell.com/current-biology/abstract/S0960-9822%2898%2970322-7\" target=\"_blank\">big, flat hair</a> made of chitin.</p>\n<p>If it&#8217;s all made of the same stuff, why are some parts so shiny, and other parts not? This video <a href=\"http://blogs.kqed.org/science/2014/12/16/what-gives-the-morpho-butterfly-its-magnificent-blue/\" target=\"_blank\">by KQED</a> explains:</p>\n<iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/29Ts7CsJDpg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n<p><strong>How to Build A Butterfly Wing</strong></p>\n<div id=\"attachment_1687019\" style=\"width: 277px\" class=\"wp-caption alignright\"><a href=\"http://dx.doi.org/10.1016/j.ydbio.2014.06.005\"><img class=\"wp-image-1687019 \" src=\"http://www.wired.com/wp-content/uploads/2014/12/oatek1-315x345.png\" alt=\"butterfly scales\" width=\"267\" height=\"293\" /></a><p class=\"wp-caption-text\">Detail of a butterfly scale. The blue arrow points at the &#8220;socket cell&#8221;, the origin of the scale. The green arrow points at the &#8220;fingers&#8221; or scalloped edge of the scales. The white bar is 65 µm.<img class=\"photo\" src=\"https://www.wired.com/wp-content/themes/wired/assets/images/gallery-cam@2x.png\" alt=\"\" /> Dinwiddie, et al. 2014</p></div>\n<p>The shine of butterflies (<a title=\"A Beetle With a Raspberry Beret\" href=\"http://www.wired.com/2014/07/a-beetle-with-a-raspberry-beret/\" target=\"_blank\">and beetles</a>) is created by incredibly detailed nanostructures of longitudinal ridges and crossribs. They reflect specific wavelengths of light, creating the insect&#8217;s sparkle. The photo at right shows some detail; the white scale bar is is 65 µm long, or 0.0650 mm.</p>\n<p>Butterflies extrude their scales during metamorphosis from cells on their epidermis, just like we do with hair. And, just like our hair, the final version of a butterfly&#8217;s scales are not living cells.</p>\n<p>The lab profiled in the video <a title=\"Dynamics of F-actin prefigure the structure of butterfly wing scales\" href=\"http://www.sciencedirect.com/science/article/pii/S0012160614003017\">published a new paper</a> this year where they closely examined developing wings from a pupa, the transitional stage between a caterpillar and a butterfly. Their stunning microphotographs document how you build a shiny butterfly from a caterpillar.</p>\n<p>Two kinds of cells are involved; scale cells and socket cells. In a caterpillar, they are just ordinary cells, and don&#8217;t have any distinguishing characteristics. But early on in pupal development (7% complete), they begin to organize in rows corresponding to where the future wing will grow. Each butterfly scale is the product of a single scale cell.</p>\n<p>The socket cell anchors the scale to the membrane of the insects&#8217; wing; the scale cell pokes through the insect&#8217;s wing surface like a hernia.  The scale cell forms strings of proteins called <a href=\"http://en.wikipedia.org/wiki/Actin#F-Actin\" target=\"_blank\">F-actins</a>, which provides a framework on which the detailed nanostructures of the scales are built. At 28% complete metamorphosis, you can see both cells and ribbed bundles of actins forming. It&#8217;s a ghostly outline of the scale structure to come.</p>\n<div id=\"attachment_1687025\" style=\"width: 670px\" class=\"wp-caption aligncenter\"><a href=\"http://dx.doi.org/10.1016/j.ydbio.2014.06.005\"><img class=\"wp-image-1687025 size-660-single-full\" src=\"http://www.wired.com/wp-content/uploads/2014/12/cells2-660x300.png\" alt=\"scale cells\" width=\"660\" height=\"300\" /></a><p class=\"wp-caption-text\">Optical cross-section shows socket cells (<strong>F</strong>: arrowheads), and actin bundles. Scalebar 15 um. Diagram (<strong>G</strong>) at 28% complete metamorphosis shows scale &amp; socket cells with extruded actin bundles. Arrows point at cell nuclei.<img class=\"photo\" src=\"https://www.wired.com/wp-content/themes/wired/assets/images/gallery-cam@2x.png\" alt=\"\" /> From Dinwiddie, et al. 2014</p></div>\n<p>Like a pasta maker, the scale cell squeezes out and assembles a lattice of actins. These actins form the template on which the rest of the scale&#8217;s cuticle will be laid down, and foreshadow the fine ribs of the finished scale. At around 64% of the way through metamorphosis, the actin bundles begin to disappear, and the finishing touches are added to the scale. Eventually, the scale cell dies, revealing the finished scale which hardens upon emergence.</p>\n<p>And the butterfly flies away, to the delight of everyone.</p>\n<hr />\n<p style=\"padding-left: 30px;\"><em>Dinwiddie et al. 2014. <a title=\"More Amazing Photos\" href=\"http://www.sciencedirect.com/science/article/pii/S0012160614003017\" target=\"_blank\">Dynamics of F-actin prefigure the structure of butterfly wing scales</a>. Developmental Biology 392(2): 404–418. doi:10.1016/j.ydbio.2014.06.005</em></p>\n</span>\n\t\t\t\t\t</div>\n\n\t\t\n<div id='social-bottom' class=\"social-bookmarking-module\">\n    <ul>\n        <li class=\"facebook-small\"><div class=\"facebook-share-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F\" target=\"_blank\" class=\"indent\">Share on Facebook</a><!-- i have a purpose! i am the counter! delete me at your own peril! --><div>0</div></div></li>\n        <li class=\"twitter-small\"><a target=\"_blank\" href=\"https://twitter.com/share?text=How+Butterflies+Get+Their+Shine+%7C+WIRED&url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F\" class=\"twitter-share-button\" data-lang=\"en\">Tweet</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script></li>\n        <li class=\"google-small\"><!--<g:plusone size=\"medium\"></g:plusone>-->\n\n<g:plusone size=\"medium\"></g:plusone></li>\n        <li class=\"linkedin-small\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n  lang: en_US\n</script>\n<script type=\"IN/Share\" data-url=\"http://www.wired.com/2014/12/butterflies-get-shine/\" data-counter=\"right\"></script></li>\n    </ul>\n    <ul>\n        <li class=\"reddit\"><a title=\"Submit to Reddit\" href=\"http://www.reddit.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Fbutterflies-get-shine%252F&amp;title=How%2BButterflies%2BGet%2BTheir%2BShine\" target=\"_blank\"> Reddit </a>\n</li>\n        <li class=\"digg\"><a title=\"Digg this article\" href=\"http://www.digg.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Fbutterflies-get-shine%252F&amp;t=How%2BButterflies%2BGet%2BTheir%2BShine\" target=\"_blank\">Digg</a></li>\n        <li class=\"stumbleupon\"><a title=\"Recommend on StumbleUpon\" href=\"http://www.stumbleupon.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Fbutterflies-get-shine%252F&amp;title=How%2BButterflies%2BGet%2BTheir%2BShine\" target=\"_blank\">Stumble Upon</a></li>\n        <li class=\"email\"><a  href=\"mailto:?subject=Check out this article on Wired.com: How Butterflies Get Their Shine&amp;body=Check out this article on Wired.com.\n\nHow Butterflies Get Their Shine http://www.wired.com/2014/12/butterflies-get-shine/\" target=\"_blank\">Email</a></li>\n    </ul>\n</div>\n<div class=\"entry-tags\">\n\tTags: <a href=\"http://www.wired.com/tag/actin/\" rel=\"tag\">actin</a>, <a href=\"http://www.wired.com/tag/blue/\" rel=\"tag\">blue</a>, <a href=\"http://www.wired.com/tag/butterflies/\" rel=\"tag\">butterflies</a>, <a href=\"http://www.wired.com/tag/butterfly/\" rel=\"tag\">butterfly</a>, <a href=\"http://www.wired.com/tag/metamorphosis/\" rel=\"tag\">metamorphosis</a>, <a href=\"http://www.wired.com/tag/morpho/\" rel=\"tag\">morpho</a>, <a href=\"http://www.wired.com/tag/nanotechnology/\" rel=\"tag\">nanotechnology</a>, <a href=\"http://www.wired.com/tag/shiny/\" rel=\"tag\">shiny</a></div>\n\n<ul class=\"entry-extra\">\n\t<li><a href=\"http://www.wired.com/2014/12/butterflies-get-shine/#respond\" title=\"Comment on How Butterflies Get Their Shine\"><span class=\"dsq-postid\" rel=\"1686873 http://www.wired.com/?p=1686873\">Discuss</span></a> | </li>\n\t<li><a href=\"http://www.wired.com/2014/12/butterflies-get-shine/\" rel=\"bookmark\" title=\"Perament Link to How Butterflies Get Their Shine\">Permalink</a></li>\n</ul><div class=\"advertisement\"><div id=\"spot_c300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"spot_c300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"spot_c\", { sz: \"300x250\", kws: [ \"spot_c\" ], collapse: true } );\n} \n}</script></div>        <!-- OUTBRAIN -->\n        <div class=\"OUTBRAIN\" data-src=\"http://www.wired.com/2014/12/butterflies-get-shine/\" data-widget-id=\"AR_1\" data-ob-template=\"Wired\" ></div>\n        \n<div id=\"disqus_thread\">\n    </div>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var disqus_url = 'http://www.wired.com/2014/12/butterflies-get-shine/';\n    var disqus_identifier = '1686873 http://www.wired.com/?p=1686873';\n    var disqus_container_id = 'disqus_thread';\n    var disqus_domain = 'disqus.com';\n    var disqus_shortname = 'wired';\n    var disqus_title = \"How Butterflies Get Their Shine\";\n    var disqus_config = function () {\n        var config = this; // Access to the config object\n        config.language = '';\n\n        /* Add the ability to add javascript callbacks */\n        \n        /*\n           All currently supported events:\n            * preData — fires just before we request for initial data\n            * preInit - fires after we get initial data but before we load any dependencies\n            * onInit  - fires when all dependencies are resolved but before dtpl template is rendered\n            * afterRender - fires when template is rendered but before we show it\n            * onReady - everything is done\n         */\n\n        config.callbacks.preData.push(function() {\n            // clear out the container (its filled for SEO/legacy purposes)\n            document.getElementById(disqus_container_id).innerHTML = '';\n        });\n                    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var DsqLocal = {\n        'trackbacks': [\n        ],\n        'trackback_url': \"http:\\/\\/www.wired.com\\/2014\\/12\\/butterflies-get-shine\\/trackback\\/\"    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript';\n    dsq.async = true;\n    dsq.src = '//' + disqus_shortname + '.' + 'disqus.com' + '/' + 'embed' + '.js' + '?pname=wordpress&pver=2.77';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n})();\n/* ]]> */\n</script>\n\n\t</article>\n\n\t\n</section><!--end section-->\n</div>\n\n\n<!-- start wired/default-sidebar -->\n<aside id=\"sidebar\">\n\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"xrailTop300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailTop\", { sz: \"300x250\", kws: [ \"top\" ], collapse: false } );\n} \n}</script></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div><div class=\"blogger_profile\">\r\n            <a href=\"/author/gwenpearson/\"><h3>About <span>Gwen Pearson</span></h3></a>\r\n            <div class=\"profile_pic\">\r\n                <a href=\"/author/gwenpearson/\"><img class=\"biopic\" src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/charismaticminifauna_biopic.jpg\" alt=\"Gwen Pearson\"></a>\r\n                <br>\r\n                <a class=\"rss_icon\" href=\"/category/charismaticminifauna/feed/\">Subscribe</a>\r\n                <div class=\"clear\"></div>\r\n            </div>\r\n            <div class=\"profile_bio\">\r\n                Gwen Pearson has a PhD in Entomology and is Outreach Coordinator for the <a href=\"http://ag.purdue.edu/entm/Pages/AboutUs.aspx\">Purdue Department of Entomology</a>. She also serves as Network Coordinator for the Organization of Biological Field Stations.           </div>\r\n        </div></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div><div id=\"wired-science-blogs-masthead\">\r\n<h3><a href=\"/category/science-blogs/\">Wired Science <span>Blogs</span></a></h3>\r\n<h6>Our network of all-star science bloggers.</h6>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/beyondapollo/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/beyondapollo_biopic.jpg\" alt=\"David S. F. Portree\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/beyondapollo/\">Beyond Apollo</a>\r\n\t<a href=\"/category/beyondapollo/\">David S. F. Portree</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/brainwatch/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/brainwatch_biopic.jpg\" alt=\"Christian Jarrett\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/brainwatch/\">Brain Watch</a>\r\n\t<a href=\"/category/brainwatch/\">Christian Jarrett</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/charismaticminifauna/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/charismaticminifauna_biopic.jpg\" alt=\"Gwen Pearson\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/charismaticminifauna/\">Charismatic Minifauna</a>\r\n\t<a href=\"/category/charismaticminifauna/\">Gwen Pearson</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/dotphysics/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/dotphysics_biopic.jpg\" alt=\"Rhett Allain\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/dotphysics/\">Dot Physics</a>\r\n\t<a href=\"/category/dotphysics/\">Rhett Allain</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/elemental/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/elemental_biopic.jpg\" alt=\"Deborah Blum\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/elemental/\">Elemental</a>\r\n\t<a href=\"/category/elemental/\">Deborah Blum</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/empiricalzeal/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/empiricalzeal_biopic.jpg\" alt=\"Aatish Bhatia\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/empiricalzeal/\">Empirical Zeal</a>\r\n\t<a href=\"/category/empiricalzeal/\">Aatish Bhatia</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/eruptions/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/eruptions_biopic.jpg\" alt=\"Erik Klemetti\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/eruptions/\">Eruptions</a>\r\n\t<a href=\"/category/eruptions/\">Erik Klemetti</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/theextremofiles/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/theextremofiles_biopic.jpg\" alt=\"Jeffrey Marlow\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/theextremofiles/\">The Extremo Files</a>\r\n\t<a href=\"/category/theextremofiles/\">Jeffrey Marlow</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/maplab/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/maplab_biopic.jpg\" alt=\"Wired Map Addicts\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/maplab/\">Map Lab</a>\r\n\t<a href=\"/category/maplab/\">Wired Map Addicts</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/proof/\">\r\n\t\t<img src=\"http://www.wired.com/wp-content/uploads/2014/05/Adam_Rogers_200.jpg\" alt=\"Adam Rogers\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/proof/\">Proof</a>\r\n\t<a href=\"/category/proof/\">Adam Rogers</a>\r\n</div>\r\n\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/socialdimension/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/socialdimension_biopic.jpg\" alt=\"Samuel Arbesman\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/socialdimension/\">Social Dimension</a>\r\n\t<a href=\"/category/socialdimension/\">Samuel Arbesman</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/superbug/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/superbug_biopic.jpg\" alt=\"Maryn McKenna\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/superbug/\">Superbug</a>\r\n\t<a href=\"/category/superbug/\">Maryn McKenna</a>\r\n</div>\r\n\r\n<div>\r\n\t<a class=\"image\" href=\"/category/zoologic/\">\r\n\t\t<img src=\"http://www.wired.com/wiredscience/wp-content/gallery/science-blogs/zoologic_biopic.jpg\" alt=\"Mary Bates\">\r\n\t</a>\r\n\t<a class=\"wired-black\" href=\"/category/zoologic/\">Zoologic</a>\r\n\t<a href=\"/category/zoologic/\">Mary Bates</a>\r\n</div>\r\n\r\n    <ul>\r\n        <li>\r\n            <a href=\"/category/science-blogs/\">Read the latest Wired Science Blogs articles</a>\r\n        </li>\r\n        <li>\r\n            <a class=\"twitter\" href=\"http://twitter.com/wiredsciblogs\">Follow us on Twitter</a>\r\n        </li>\r\n    </ul>\r\n</div></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div><div id=\"photo-of-the-day\">\r\n<h3>SPACE PHOTO OF THE DAY</h3>\r\n<a href=\"http://www.wired.com/2014/08/wired-space-photo-of-the-day-for-august-2014/#slide-id-1487211:full\"><img src=\"http://www.wired.com/wp-content/uploads/2014/09/latesummerflare-300px.jpg\" alt=\"Wired Space Photo of the Day\"></a>\r\n</div></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div id=\"sidebar-posts-aggregate\" class=\"widget RSSAggregatorWidget\"></div>\n<script type=\"text/javascript\">\n\t(function( $ ) {\n\t\tvar items=[];\n\t\t$.getJSON(\"http://www.wired.com/wiredcms/most_recent_posts.json\", function( data ) {\n\t\t\titems.push('<li class=\"promo title\"><h4 class=\"promo-title\">MOST RECENT WIRED POSTS</li></h4></li>');\n\t\t\t// console.log( data );\n\t\t\t$.each( data, function( idx, post ) {\n\t\t\t\t// find a thumbnail\n\t\t\t\tvar post_thumbnail = 'http://www.wired.com/wp-content/themes/wired/assets/images/200x100-fallback.jpg';\n\t\t\t\tif( post.custom_fields.imagePath200x100 != undefined && post.custom_fields.imagePath200x100 != '' ) {\n\t\t\t\t\tvar post_thumbnail = post.custom_fields.imagePath200x100;\n\t\t\t\t} else if( post.custom_fields.imagePath300x160 != undefined && post.custom_fields.imagePath300x160 != '' )  {\n\t\t\t\t\tvar post_thumbnail = post.custom_fields.imagePath300x160;\n\t\t\t\t}\n\t    \t\titems.push( '<li class=\"promo-item\" id=\"promo-item-count'+(idx+1)+'\"><div class=\"promo-thumbnail\"><a href=\"'+post.url+'\"><img nopin=\"nopin\" src=\"'+post_thumbnail+'\" class=\"post-thumb\" alt=\"'+post.title_plain+'\" /></a></div>');\n\t    \t\titems.push( '<div class=\"promo-wrapper\"><div class=\"promo-headline\"><a class=\"module-rsswidget\" href=\"'+post.url+'\">'+post.title+'</a></div></div></li>');\n\n\t    \t\tif ( idx+1 == 2 ) {\n\n\t\t    \t\titems.push( '<div class=\"advertisement\"><div id=\"xrailSponsoredNativeAd290x94_frame\" class=\"displayAd displayAd290x94Js\" data-cb-ad-id=\"xrailSponsoredNativeAd290x94_frame\" style=\"\"></div></div>');\t\t \n\n\t    \t\t\tCN.dart.call('xrailSponsoredNativeAd', {\n                        sz: '290x94',\n                        kws: ['sponsored-native-ad'],\n                        collapse: 'true'\n                    });\n\t    \t\t}\n    \t\t});\n    \t\t$(\"<ul/>\", {\n    \t\t\t\"class\":\"rss-widget item rss-promo\",\n    \t\t\thtml: items.join(\"\"),\n    \t\t}).appendTo($(\"#sidebar-posts-aggregate\"));\n    \t});\n    \t// console.log('MOST RECENT WIRED POSTS partial-sidebar-promo complete');\n\t})(jQuery);\n</script></div>\n\t\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailMiddle300x60_frame\" class=\"displayAd displayAd300x60Js\" data-cb-ad-id=\"xrailMiddle300x60_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailMiddle\", { sz: \"300x60\", kws: [ \"middle\" ], collapse: true } );\n} \n}</script></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailBottom300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"xrailBottom300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailBottom\", { sz: \"300x250\", kws: [ \"bottom\" ], collapse: false } );\n} \n}</script></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div id=\"sidebar-popular-aggregate\" class=\"widget MostPopularWidget\"></div>\n<script type=\"text/javascript\">\n    (function( $ ) {\n    \t$(document).ready(function() {\n\t        var items=[];\n\t        $.getJSON('http://www.wired.com/wiredcms/chartbeat.json', function( data ) {\n\t            var cnt=0;\n\t            items.push('<h4>TRENDING NOW ON WIRED</h4>');\n\t            $.each( data.pages, function( idx, page ) {\n\t                if( page.path === 'www.wired.com/' ) {\n\t                    return true;\n\t                }\n\n\t                if( cnt === 0 ) {\n\t                    most_ppl = page.stats.people;\n\t                }\n\n\t                ppl = page.stats.people;\n\t                var pop_opcty = (ppl/most_ppl);\n\t                var pop_width = Math.round( pop_opcty * 250 );\n\t                pop_opcty = pop_opcty < 0.25 ? 0.25 : pop_opcty;\n\t                pop_width = pop_width < 10 ? 10 : pop_width;\n\t                s_title = page.title.split('|');\n\t                var row_c = ( cnt % 2 ) === 0 ? 'even' : 'odd';\n\t                cnt++;\n\n\t                items.push('<a class=\"module-mostpopular\" href=\"http://'+page.path+'\"><div class=\"'+row_c+'\"><div class=\"sotw_link_popular\"><p>'+s_title[0].trim()+'</p></div>');\n\t                items.push('<div class=\"popularity-line\" style=\"width:'+pop_width+'px; opacity:'+pop_opcty+';\"><!-- '+ppl+' | '+pop_width+' | '+pop_opcty+'--></div></div></a>');\n\t            });\n\t            $(items.join('')).appendTo($('#sidebar-popular-aggregate' ) );\n\t        });\n\t        // console.log('TRENDING NOW ON WIRED partial-sidebar-popular complete');\n        });\n    })(jQuery);\n</script></div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"textwidget\"><div><div id=\"masthead\">\r\n\r\n    <h3>\r\n        <span class=\"kicker\">Wired</span></h3>\r\n        <h3>science blogs\r\n    </h3>\r\n\r\n    <dl>\r\n        <dt>\r\n            Editor\r\n        </dt>\r\n\r\n        <dd>\r\n            <a href=\"/wiredscience/author/betsymason/\">Betsy Mason</a>\r\n        </dd>\r\n\r\n    </dl>\r\n<dl>\r\n<dt>\r\nManager\r\n</dt>\r\n\r\n<dd>\r\n<a href=\"/wiredscience/author/nick-stockton/\">Nick Stockton</a>\r\n</dd>\r\n</dl>\r\n\r\n  </div></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><h4>Subscribe to Wired Magazine</h4>\r\n\t<div id=\"AMS_WIR_BLOGS_RIGHTRAIL_A\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A != 'undefined' ) {\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_A\" ).html( pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_A\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_BLOGS_RIGHTRAIL_A not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</div>\n\t\t\t\t\t<div class=\"textwidget\">\t<div id=\"AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_CONTENTPAGE_RIGHTRAIL_B != 'undefined' ) {\n  jQuery( \"#AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" ).html( pageAds.AMS_WIR_CONTENTPAGE_RIGHTRAIL_B.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_CONTENTPAGE_RIGHTRAIL_B not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</div>\n\t\t\t\t\t<div class=\"textwidget\"><h4>Advertisement</h4>\r\n<script type=\"text/javascript\">\n<!--\ngoogle_ad_client       = 'ca-conde_wired';\ngoogle_ad_channel      = 'wir_standard_a';\ngoogle_ad_width        = '234';\ngoogle_ad_height       = '60';\ngoogle_image_size      = '234x60';\ngoogle_adtest          = 'off';\ngoogle_ad_type         = 'text';\ngoogle_alternate_color = '#1c9dff';\ngoogle_color_bg        = '#FFFFFF';\ngoogle_color_border    = '#FFFFFF';\ngoogle_color_line      = '#FFFFFF';\ngoogle_color_link      = '#1c9dff';\ngoogle_color_text      = '#3d3d3d';\ngoogle_color_url       = '#aaaaaa';\ngoogle_max_num_ads     = '1';\n//-->\n</script>\n<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</div>\n\t\t\t\t\t<div class=\"textwidget\"><h3>Services</h3>\r\n\t<div id=\"AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES != 'undefined' ) {\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" ).html( pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\r\n<div class=\"group\">\r\n<strong>Quick Links:</strong>\r\n<a href=\"/about/feedback/\">Contact Us</a>\r\n|\r\n<a id=\"login_link\" href=\"/user/login\" style=\"display: inline;\">Login/Register</a>\r\n<a id=\"logout_link\" href=\"/user/logout\" style=\"display: none;\">Logout</a>\r\n|\r\n<a href=\"/services/newsletters\">Newsletter</a>\r\n|\r\n<a href=\"/about/rss_feeds/\">RSS Feeds</a>\r\n|\r\n<a href=\"http://jobs.wired.com\">WIRED Jobs</a>\r\n|\r\n<a href=\"/about/mobile/\">WIRED Mobile</a>\r\n|\r\n<a href=\"/about/faq\">FAQ</a>\r\n|\r\n<a href=\"/about/sitemap/\">Sitemap</a>\r\n</div></div>\n\t\t</aside>\n<!-- end wired/default-sidebar -->\n<!-- start wired/footer.php -->\n\n</div> <!-- close please? -->\n</div> <!-- close shell -->\n\n\t<div id=\"footer-ad\">\n\t<div class=\"advertisement\"><div id=\"bottom728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"bottom728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"bottom\", { sz: \"728x90\", kws: [ \"bottom\" ], collapse: true } );\n} \n}</script></div>\t</div>\n\n<!-- #post-nav-->\n<div id=\"post-nav\" class=\"hidden fixed\">\n\t<button type=\"button\" title=\"Collapse menu (Press m)\">Collapse</button>\n\t\t<a href=\"http://www.wired.com/2014/12/photos-see-progress-nycs-long-awaited-2nd-avenue-subway/\" class=\"prev no-image module-prevnext\" title=\"Previous article (Press Shift + j or Shift + [left arrow])\">\n\t\t<div>Previous Article</div>\n\t\t<h3>Photos: See the Progress on NYC's Long-Awaited 2nd Avenue Subway</h3>\n\t\t\t</a>\n\t\t<a href=\"http://www.wired.com/2014/12/mini-farm-produces-food-plastic-eating-mushrooms/\" class=\"next no-image module-prevnext\" title=\"Next article (Press Shift + k or Shift + [right arrow])\">\n\t\t<div>Next Article</div>\n\t\t<h3>A Mini Farm That Produces Food From Plastic-Eating Mushrooms</h3>\n\t\t\t</a>\n\t</div> <!-- /#post-nav-->\n\n<footer>\n\t<ul class='row' id='footer-wired-links'>\n\t\t<li><a href=\"http://www.wired.com/about/faq/\">FAQ</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/feedback/\">Contact Us</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/wired-staff/\">WIRED Staff</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/staff_publishing/\" target=\"_blank\">Advertising</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/press/\">Press Center</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/customerservice\" target=\"_blank\">Subscription Services</a> | </li>\n\t\t<li><a href=\"/services/newsletters/demographics/\">Newsletter</a> | </li>\n\t\t<li><a id=\"footer_rss_icon\" href=\"/about/rss_feeds/\">RSS Feeds</a></li>\n\t</ul>\n\n\t<ul class='row' id='footer-conde-links'>\n\t\t<li><strong>Cond&eacute; Nast Web Sites:</strong></li>\n\t\t<li><a href=\"http://www.webmonkey.com\">Webmonkey</a> |</li>\n\t\t<li><a href=\"http://www.reddit.com\">Reddit</a> | </li>\n\t\t<li><a href=\"http://www.arstechnica.com\">ArsTechnica</a> |</li>\n\t\t<li><a href=\"http://www.details.com/\">Details</a> |</li>\n\t\t<li><a href=\"http://www.golfdigest.com/\">Golf Digest</a> |</li>\n\t\t<li><a href=\"http://www.gq.com/\">GQ</a> |</li>\n\t\t<li><a href=\"http://www.newyorker.com/\">New Yorker</a></li>\n\t</ul>\n\n\t<div class='row' id='footer-dropdown'>\n\t\t<form>\n\t\t\t<fieldset>\n\t\t\t\t<select id=\"footer_dropdowns_subscribe\" name=\"footer_dropdowns_subscribe\">\n\t\t\t\t\t<option>Subscribe to a magazine:</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/?source=SITEFOOTER\">View All Titles</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&#233;tit</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&#233; Nast Traveler</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">WIRED</option>\n\t\t\t\t</select>\n\t\t\t\t<select id=\"footer_dropdowns_sites\" name=\"footer_dropdowns_sites\">\n\t\t\t\t\t<option>Cond&#233; Nast web sites:</option>\n\t\t\t\t\t<option value=\"http://www.allure.com/\">Allure</option>\n\t\t\t\t\t<option value=\"http://www.architecturaldigest.com/\">Architectural Digest</option>\n\t\t\t\t\t<option value=\"http://www.arstechnica.com/\">ArsTechnica</option>\n\t\t\t\t\t<option value=\"http://www.bonappetit.com/\">Bon App&eacute;tit</option>\n\t\t\t\t\t<option value=\"http://www.brides.com/\">Brides.com</option>\n\t\t\t\t\t<option value=\"http://www.cntraveler.com/\">Cond&eacute; Nast Traveler</option>\n\t\t\t\t\t<option value=\"http://www.portfolio.com/\">Cond&eacute; Nast Portfolio</option>\n\t\t\t\t\t<option value=\"http://www.concierge.com/\">Concierge</option>\n\t\t\t\t\t<option value=\"http://www.details.com/\">Details</option>\n\t\t\t\t\t<option value=\"http://www.epicurious.com/\">Epicurious</option>\n\t\t\t\t\t<option value=\"http://www.glamour.com/\">Glamour</option>\n\t\t\t\t\t<option value=\"http://www.golfdigest.com\">Golf Digest</option>\n\t\t\t\t\t<option value=\"http://www.golfworld.com\">Golf World</option>\n\t\t\t\t\t<option value=\"http://www.gq.com/\">GQ</option>\n\t\t\t\t\t<option value=\"http://www.hotelchatter.com/\">Hotel Chatter</option>\n\t\t\t\t\t<option value=\"http://www.jaunted.com/\">Jaunted</option>\n\t\t\t\t\t<option value=\"http://www.luckymag.com/\">Lucky</option>\n\t\t\t\t\t<option value=\"http://www.nutritiondata.com/\">Nutrition Data</option>\n\t\t\t\t\t<option value=\"http://www.reddit.com/\">Reddit</option>\n\t\t\t\t\t<option value=\"http://www.self.com/\">Self</option>\n\t\t\t\t\t<option value=\"http://www.style.com\">Style.com</option>\n\t\t\t\t\t<option value=\"http://www.teenvogue.com/\">Teen Vogue</option>\n\t\t\t\t\t<option value=\"http://www.newyorker.com/\">The New Yorker</option>\n\t\t\t\t\t<option value=\"http://www.thescene.com/\">The Scene</option>\n\t\t\t\t\t<option value=\"http://www.vanityfair.com/\">Vanity Fair</option>\n\t\t\t\t\t<option value=\"http://www.vogue.com\">Vogue</option>\n\t\t\t\t\t<option value=\"http://www.webmonkey.com\">Webmonkey</option>\n\t\t\t\t\t<option value=\"http://www.wmagazine.com/\">W</option>\n\t\t\t\t</select>\n\t\t\t\t<select id=\"footer_dropdowns_international\" name=\"footer_dropdowns_international\">\n\t\t\t\t\t<option>International Sites:</option>\n\t\t\t\t\t<option value=\"http://www.wired.co.uk\">Wired UK</option>\n\t\t\t\t\t<option value=\"http://www.wired.it\">Wired Italy</option>\n\t\t\t\t\t<option value=\"http://wired.jp\">Wired Japan</option>\n\t\t\t\t</select>\n\t\t\t</fieldset>\n\t\t</form>\n\t</div>\n\n\t<div class=\"row\" id=\"copyright\">\n\t\t<p>WIRED.com &copy; 2015 Cond&eacute; Nast. All rights reserved. Use of this Site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" title=\"User Agreement\" target=\"_blank\">User Agreement</a> <span class=\"revision-date\">(effective 01/02/2014)</span> and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" title=\"Privacy Policy\" target=\"_blank\">Privacy Policy</a> <span class=\"revision-date\">(effective 01/02/2014)</span>. <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" title=\"Privacy Policy\" target=\"_blank\">Your California Privacy Rights</a>.</p>\n\t\t<p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written <a target=\"_blank\" href=\"http://www.condenast.com/reprints-permissions\">permission of Cond&eacute; Nast</a>.</p>\n\t\t<div class=\"add-choice\"><a class=\"ac\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" title=\"Privacy Policy\" target=\"_blank\">Ad Choices</a></div>\n\t</div>\n\n</footer> <!-- /#footer -->\n\n\n            <script type=\"text/javascript\">\n            //<!--\n                CN.config.set({\n                    title        : document.title,\n                                    isiFrame     : true\n                });\n            //-->\n            </script>\n                        <script type=\"text/javascript\" class=\"chartbeat\">\n            //<!--\n                var _sf_async_config = {\n                    uid:      15455,\n                    sections: \"science-blogs\",\n                    domain:   \"www.wired.com\",\n            path: \"http://www.wired.com/2014/12/butterflies-get-shine/\",\nauthors: \"Gwen Pearson\",\n                };\n\n                (function(){\n                    function loadChartbeat() {\n                        window._sf_endpt=(new Date()).getTime();\n                        var e = document.createElement('script');\n                        e.setAttribute('language', 'javascript');\n                        e.setAttribute('type', 'text/javascript');\n                        e.setAttribute('src', ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") + \"static.chartbeat.com/js/chartbeat_pub.js\");\n                        document.body.appendChild(e);\n                    }\n                    var oldonload = window.onload;\n                    window.onload = (typeof window.onload != 'function') ?\n                    loadChartbeat : function() { oldonload(); loadChartbeat(); };\n                })();\n            //-->\n            </script>\n            \t        <!-- COMSCORE noscript -->\n\t        <noscript>\n\t\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6035094&amp;c4=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Fbutterflies-get-shine%2F\" />\n\t\t\t</noscript>\n\t    <script type=\"text/javascript\">\n    // <![CDATA[\n        var disqus_shortname = 'wired';\n        (function () {\n            var nodes = document.getElementsByTagName('span');\n            for (var i = 0, url; i < nodes.length; i++) {\n                if (nodes[i].className.indexOf('dsq-postid') != -1) {\n                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));\n                    url = nodes[i].parentNode.href.split('#', 1);\n                    if (url.length == 1) url = url[0];\n                    else url = url[1]\n                    nodes[i].parentNode.href = url + '#disqus_thread';\n                }\n            }\n            var s = document.createElement('script'); s.async = true;\n            s.type = 'text/javascript';\n            s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n        }());\n    //]]>\n    </script>\n\n<!-- views/stats/partial-buzzfeed -->\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n(function( $ ){\n        BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n        BF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=wired.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n        setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n        })();\n</script>\n<!-- views/stats/partial-parsely -->\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"wired.com\"></div>\n</div>\n\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include --><script type='text/javascript' src='http://www.wired.com/wp-content/themes/wired/assets/js/wp.min.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='https://apis.google.com/js/plusone.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='http://assets.pinterest.com/js/pinit.js?ver=1419976945' async='async'></script>\n            <script type=\"text/javascript\" class=\"omniture_block\">\n            //<!--\n                CN.stats.omniture.init();\n                CN.stats.omniture.setStatus( CN.site.httpStatusCode );\n\n            CN.stats.omniture.setMobileView( ( CN.isMobile ) ? \"Mobile\" : \"Non-Mobile\" );\n\n                if ( CN.cookie.get('amg_user_partner') != '' ) {\n                    CN.stats.omniture.setCustomProp( \"52\", CN.cookie.get('amg_user_partner') );\n                }\n\n                CN.stats.omniture.setContentType( \"Article\" );\n\n                if ( CN.stats.omniture.setReferrer !== undefined && document.referrer.match( CN.site.tld ) ) {\n                    var referrer = document.referrer;\n                    referrer=referrer.split(\"?\")[0];\n                    CN.stats.omniture.setReferrer( referrer );\n                }\n\n                            if ( CN.stats.omniture.setKeywords !== undefined ) {\n                    CN.stats.omniture.setKeywords( \"charismaticminifauna|science-blogs|actin|blue|butterflies|butterfly|metamorphosis|morpho|nanotechnology|shiny|gwen-pearson|type-post|category-science-blogs|subwired-science|category-charismaticminifauna|single|2014|12|butterflies-get-shine\" );\n                }\n\n            CN.stats.omniture.setAuthorName( \"Gwen Pearson\" );\nCN.stats.omniture.setContentId( \"1686873\" );\nif ( CN.url.params('event') == 'loginsuccess' ) {\n CN.stats.omniture.trackAction( 'login', document, { events: 'event21' } );\n}\nvar referringModuleStored = store.get('referringModuleName');\nif (referringModuleStored) {\n\tCN.stats.omniture.setCustomProp( '10', referringModuleStored.replace(/\"/g, '') );\nstore.remove('referringModuleName');\n}\nCN.stats.omniture.setCustomProp( '6', 'science-blogs' );\nCN.stats.omniture.setCustomProp( '7', 'science-blogs/2014' );\nCN.stats.omniture.setCustomProp( '8', 'science-blogs/2014/12' );\nCN.stats.omniture.setCustomProp( '9', 'science-blogs/2014/12/butterflies-get-shine' );\ns.hier1 = \"science-blogs,2014,12,butterflies-get-shine\";\nvar dont_run_init_again = true;                // Run page tracking (also calls .init() again )\n                if ( CN.preventAutoTrack != true ) {\n                    CN.stats.omniture.doPageTracking();\n                }\n            //-->\n            </script>\n            <noscript>\n                <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n                    <img src=\"http://condenast.112.2o7.net/b/ss/conde-wired/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n                </a>\n            </noscript>\n            \t        <!-- Outbrain -->\n            <script type=\"text/javascript\">\n\t        //<!--\n\t    \t\tjQuery(function() {\n                    if ( CN.isMobile ) {\n                        jQuery( '.OUTBRAIN' ).each( function() {\n                            var outbrainwidgetid = jQuery( this ).attr('data-widget-id');\n                            jQuery( this ).attr('data-widget-id', outbrainwidgetid.replace('AR', 'MB') );\n\n                        } );\n                    }\n                });\n                /* Outbrain */\n\t    \t\t(function(d){\n\t    \t\t\tvar f = d.getElementsByTagName('SCRIPT')[0];\n\t    \t\t\tvar outbrain = d.createElement('SCRIPT');\n\t    \t\t\toutbrain.type = 'text/javascript';\n\t        \t\toutbrain.async = true;\n\t        \t\toutbrain.src = 'http://widgets.outbrain.com/outbrain.js';\n\t        \t\tf.parentNode.insertBefore(outbrain, f);\n\t        \t}(document));\n\t        //-->\n\t        </script>\n\t                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        <script type=\"text/javascript\">\n        // <!--\n            (function(){\n                var ns= window.CN || window.CNP;\n                ns.site = ns.site || {};\n                ns.site.eventTrackingList = new EventList( \"eventListHolder\" );\n                ns.site.eventTrackingList.setBaseUrl( \"http://event.wired.com/\" );\n\n                ns.site.eventTrackingEvent = new EventObject( \"WIR\", \"most_viewed\" );\n\n                        ns.site.eventTrackingEvent.setContentId( \"1686873\" );\n                ns.site.eventTrackingEvent.setContentType( \"post\" );\n\n                        ns.site.eventTrackingEvent.setProperty( \"imgurl\", \"http://www.wired.com/wp-content/uploads/2014/12/morpho-ft.jpg\" );\n        \n        \n                ns.site.eventTrackingEvent.setEnvironment( \"PROD\" );\n                ns.site.eventTrackingEvent.setFullUrl( \"/2014/12/butterflies-get-shine/\" );\n                ns.site.eventTrackingEvent.setContentTitle( \"How Butterflies Get Their Shine\" );\n\n                var fullContentURL = \"/2014/12/butterflies-get-shine/\";\n                var isAbsoluteURL = fullContentURL.substring(0,8);\n                var allowedTracking = 0;\n\n                if ( ( isAbsoluteURL.indexOf( 'http' ) == -1 && isAbsoluteURL.indexOf( 'https' ) == -1) || allowedTracking == 1 ) {\n                    ns.site.eventTrackingList.addEvent( ns.site.eventTrackingEvent );\n                    ns.site.eventTrackingList.writeImageTags();\n\n                    CN.debug.info('ETF most_viewed Tracked');\n                }\n\n            }())\n\n            function generateId(url) {\n                var urlRegexp;\n                if (url.indexOf(\"https:\") === 0) {\n                    urlRegexp = /https:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                } else {\n                    urlRegexp = /http:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                }\n                url.match(urlRegexp);\n                return RegExp.$1;\n            }\n        // -->\n        </script>\n        <script type=\"text/javascript\">_satellite.pageBottom();</script>\n<!-- POLAR - DO NOT ALTER - PASTE IMMEDIATELY before </body> tag -->\n<script type=\"text/javascript\" id=\"polar-partial\">\n\n(function(){\n\n  var compiledTemplate0 = '';\n\n\nwindow.NATIVEADS = window.NATIVEADS || {};\nwindow.NATIVEADS.injectedAt = new Date().getTime();\nwindow.NATIVEADS.onReady = function(ads) {\n\n  ads.setPropertyID(\"NA-WIRE-11236120\");\n  ads.setSecondaryPageURL(\"/sponsored\");\n\n  // get the section name from the dart zone for targeting, i.e. design, gadgetlab\n  // remove the trailing semicolon\n  var dartzone = CN.dart.get('zone').replace(\";\", \"\");\n\n  ads.insertPreview({\n    label: \"Right rail\",\n    unit: {\n      \"server\":\"dfp\",\n      \"id\": \"/3379/wiredcom.dart/\" + dartzone,\n      \"size\":\"290x95\",\n      \"targets\": {\n        \"category\":\"news\",\n        \"placement\":\"top\"\n      }\n    },\n    location: \"#promo-item-count3\",\n    infoText: \"\",\n    infoButtonText: \"\",\n    template: compiledTemplate0,\n    onRender: function($element) { console.log('Right rail Polar rendered.')},\n    onFill: function(data) { console.log(data) },\n    onError: function(error) { console.log('There was a problem with ' + error)}\n  });\n\n  ads.injectCSS(\" \", \"head\");\n\n\n  ads.configureSecondaryPage({\n    binding: {\n      sponsor: {\n        link: \"#sponsor-link\",\n        logo: \"#sponsor-logo\",\n        name: \"#sponsor-name\"\n      },\n      title: \"#title\",\n      summary: \"#summary\",\n      content: \"#content\",\n      author: \"#author\",\n      pubDate: \"#pub-date\",\n      image: {\n        href: \"\",\n        caption: \"#media-caption\",\n        credits: \"#media-credits\"\n      }\n    },\n    onFill: function(data) {\n      var title = data.title;\n      var description = data.summary; \n      var link = window.location.href;\n      var image_url = data.image.href;\n \n      //Facebook Share button Update\n      var APP_ID = \"d53bb4300a345fefeeccdfadf717335c\"; \n      ads.$('#share-button').bind('click', function(e){\n          e.preventDefault();\n          url = \"https://www.facebook.com/dialog/feed?app_id=\" + APP_ID + \n              \"&link=\" + encodeURIComponent(link) + \n              \"&name=\" + encodeURIComponent(title) + \n              \"&caption=\" + encodeURIComponent('Shared from http://www.wired.com') + \n              \"&description=\" + encodeURIComponent(description) + \n              \"&picture=\" + encodeURIComponent(image_url) +\n              \"&redirect_uri=\" + encodeURIComponent(link);\n          console.log(url);\n          window.open(url);\n      });\n    },\n    //onFill: function(data) { console.log(data);},\n    onRender: function() { \n      console.log('Sponsored article rendered.'); \n      var images = ads.$('.phoenix-inline-image img');\n      // articleFeaturedDiv appears only on Mobify.\n      var articleFeaturedDiv = ads.$('#article-featured.image-featured');\n      // Check to see if Mobify\n      if ((articleFeaturedDiv).length) {\n        // For Mobify, this will remove the image within the first instance of class \"phoenix-inline-image\" and append it to the div with id \"article-featured.\" \n        // This hoists this first main image above the headline in Mobify.\n        articleFeaturedDiv.append(images[0]); \n      } else {\n          // Add CSS to smaller images for text wrap on Desktop only.\n          for (var i = 0; i < images.length; i++) {\n            var img = images[i];\n            if (img.width < 400){\n              ads.$(img).css({\"float\":\"left\",\"padding-right\":\"1em\"});\n            }\n          }\n      }\n    },\n    //onRender: function() { console.log('Sponsored article rendered.'); },\n    onError: function(error) { console.log('Something went wrong with ' + error); },\n    track: function() { }\n  });\n\n};\n\n  /*\n\n   This function represents a pre-compiled Handlebars template. Pre-compiled\n   templates are not pretty, but they provide a very significant performance\n   boost, especially on mobile devices. For more information, see\n   http://handlebarsjs.com/precompilation.html.\n\n   Note that this code has been generated from the following markup:\n\n<li class=\"promo-item\" id=\"promo-item-count3\" style=\"background:#f7f7f7;\">\n    <div class=\"promo-thumbnail\">\n        <a href=\"{{link}}\" onclick=\"s_objectID=&quot;{{title}}_1&quot;;return this.s_oc?this.s_oc(e):true\" rel=\"nofollow\">\n            <img nopin=\"nopin\" src=\"{{image.href}}\" class=\"post-thumb\" alt=\"undefined\" width=\"140\" height=\"70\">\n        </a>\n    </div>\n    <div class=\"promo-wrapper\">\n      <div class=\"promo-headline\"><span style=\"color:gray;font-size: 13px;font-family: helvetica;line-height: 20px;\">Sponsored:</span><br><a class=\"module-rsswidget\" href=\"{{link}}\" onclick=\"s_objectID=&quot;{{link}}_2&quot;;return this.s_oc?this.s_oc(e):true\" rel=\"nofollow\">{{title}}</a>\n        </div>\n    </div>\n</li>\n\n  */\n\n  compiledTemplate0 = function (Handlebars,depth0,helpers,partials,data) {\n  this.compilerInfo = [4,'>= 1.0.0'];\nhelpers = this.merge(helpers, Handlebars.helpers); data = data || {};\n  var buffer = \"\", stack1, stack2, functionType=\"function\", escapeExpression=this.escapeExpression;\n\n\n  buffer += \"<li class=\\\"promo-item\\\" id=\\\"promo-item-count3\\\" style=\\\"background:#f7f7f7;\\\">\\n    <div class=\\\"promo-thumbnail\\\">\\n        <a href=\\\"\";\n  if (stack1 = helpers.link) { stack1 = stack1.call(depth0, {hash:{},data:data}); }\n  else { stack1 = depth0.link; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }\n  buffer += escapeExpression(stack1)\n    + \"\\\" onclick=\\\"s_objectID=&quot;\";\n  if (stack1 = helpers.title) { stack1 = stack1.call(depth0, {hash:{},data:data}); }\n  else { stack1 = depth0.title; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }\n  buffer += escapeExpression(stack1)\n    + \"_1&quot;;return this.s_oc?this.s_oc(e):true\\\" rel=\\\"nofollow\\\">\\n            <img nopin=\\\"nopin\\\" src=\\\"\"\n    + escapeExpression(((stack1 = ((stack1 = depth0.image),stack1 == null || stack1 === false ? stack1 : stack1.href)),typeof stack1 === functionType ? stack1.apply(depth0) : stack1))\n    + \"\\\" class=\\\"post-thumb\\\" alt=\\\"undefined\\\" width=\\\"140\\\" height=\\\"70\\\">\\n        </a>\\n    </div>\\n    <div class=\\\"promo-wrapper\\\">\\n      <div class=\\\"promo-headline\\\"><span style=\\\"color:gray;font-size: 13px;font-family: helvetica;line-height: 20px;\\\">Sponsored:</span><br><a class=\\\"module-rsswidget\\\" href=\\\"\";\n  if (stack2 = helpers.link) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.link; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"\\\" onclick=\\\"s_objectID=&quot;\";\n  if (stack2 = helpers.link) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.link; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"_2&quot;;return this.s_oc?this.s_oc(e):true\\\" rel=\\\"nofollow\\\">\";\n  if (stack2 = helpers.title) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.title; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"</a>\\n        </div>\\n    </div>\\n</li>\\n\\n\\n\";\n  return buffer;\n  };\n\n})();\n\n(function(d, s, id) {\n  var js, fjs = d.getElementsByTagName(s)[0];\n  if (d.getElementById(id)) {return;}\n  js = d.createElement(s);\n  js.id = id; js.type = \"text/javascript\"; js.async = true;\n  js.src = \"http://plugin.mediavoice.com/plugin.js\";\n  fjs.parentNode.insertBefore(js, fjs);\n})(document, \"script\", \"nativeads-plugin\");\n\n</script>\n<!-- END POLAR --><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"2907deeb56\",\"applicationID\":\"3708287\",\"transactionName\":\"YlIEZhNSXxEAABYNW1sYJ1EVWl4MThALClNZUg==\",\"queueTime\":0,\"applicationTime\":859,\"ttGuid\":\"\",\"agentToken\":\"\",\"userAttributes\":\"\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n<!-- end wired/footer.php -->"
  },
  {
    "path": "tests/data/html/wired.com2.html",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]><html class=\"no-js ie ie6 lt-ie9 lt-ie8 lt-ie7\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]><html class=\"no-js ie ie7 lt-ie9 lt-ie8\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]><html class=\"no-js ie ie8 lt-ie9\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--><html class=\"no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\"> <!--<![endif]-->\n<!-- start wired/views/global/partial-header-meta.php -->\n<head profile=\"http://gmpg.org/xfn/11\" >\n\t<!-- MOBIFY - DO NOT ALTER - PASTE IMMEDIATELY AFTER OPENING HEAD TAG -->\n<script type=\"text/javascript\">/*<![CDATA[*/(function(a){function b(a,b){if(+a)return~a||(d.cookie=h+\"=; path=/\");j=d.createElement(e),k=d.getElementsByTagName(e)[0],j.src=a,b&&(j.onload=j.onerror=b),k.parentNode.insertBefore(j,k)}function c(){n.api||b(l.shift()||-1,c)}if(this.Mobify)return;var d=document,e=\"script\",f=\"mobify\",g=\".\"+f+\".com/\",h=f+\"-path\",i=g+\"un\"+f+\".js\",j,k,l=[!1,1],m,n=this.Mobify={points:[+(new Date)],tagVersion:[6,1],ajs:\"//a.mobify.com/wired/a.js\"},o=/((; )|#|&|^)mobify-path=([^&;]*)/g.exec(location.hash+\"; \"+d.cookie);o?(m=o[3])&&!+(m=o[2]&&sessionStorage[h]||m)&&(l=[!0,\"//preview\"+g+escape(m)]):(l=a()||l,l[0]&&l.push(\"//cdn\"+i,\"//files01\"+i)),l.shift()?(d.write('<plaintext style=\"display:none;\">'),setTimeout(c)):b(l[0])})(function(){if(/ip(hone|od)|android.*(mobile)|(mobile).*firefox|blackberry.*applewebkit|bb1\\d.+mobile/i.test(navigator.userAgent)){return[1,\"//cdn.mobify.com/sites/wired/production/mobify.js\"]}return[0,Mobify.ajs]})/*]]>*/</script>\n<!-- END MOBIFY -->\t<title>An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters | WIRED</title>\n\t<!--[if lt IE 9]>\n\t\t<script type=\"text/javascript\" src=\"http://www.wired.com/wp-content/themes/wired/assets/js/html5.js\"></script>\n\t<![endif]-->\n\t<!-- WP_HEAD -->\n\n\t<meta name=\"description\" content=\"An extortionist has targeted several early bitcoin adopters, threatening to expose personal information unless they pay bitcoin ransoms. Earlier this year, this person called a swat team to the home of cryptographer and bitcoin enthusiast Hal Finney, who was confined to a wheelchair at the time.\"/><meta name=\"news_keywords\" content=\"bitcoin, extortion, hal finney\" /><meta name=\"description\" content=\"Get in-depth coverage of current and future trends in technology, and how they are shaping business, entertainment, communications, science, politics, and culture at Wired.com.\" />\t<meta name=\"keywords\" content=\"Wired.com, Wired News, Wired Blogs, tech news, technology, gadgets, gizmos, reviews, tech, science, politics, culture, electronics\">\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\t<meta charset=\"UTF-8\" />\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" /><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=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_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\")},{}],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.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto=\"https\"===p.split(\":\")[0]||t.sslForHttp?\"https://\":\"http://\",a(\"mark\",[\"onload\",i()]);var e=c.createElement(\"script\");e.src=l.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\"),u=window,c=u.document,f=\"addEventListener\",s=\"attachEvent\",p=(\"\"+location).split(\"?\")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f](\"DOMContentLoaded\",o,!1),u[f](\"load\",n,!1)):(c[s](\"onreadystatechange\",r),u[s](\"onload\",n)),a(\"mark\",[\"firstbyte\",i()])},{handle:\"D5DuLP\"}]},{},[\"G9z0Bl\"]);</script>\n\t<meta name=\"viewport\" content=\"width=device-width\" />\n\n\t<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"http://www.wired.com/wp-content/themes/wired/assets/images/favicon.ico\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WIRED RSS Feed\" href=\"http://www.wired.com/feed/\" />\n\t<link rel=\"pingback\" href=\"http://www.wired.com/xmlrpc.php\" />\n\n\t<!-- Facebook -->\n\t\t<meta property=\"og:locale\" content=\"en_US\"/>\n\t<meta property=\"og:type\" content=\"article\"/>\n\t<meta property=\"og:title\" content=\"An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters | WIRED\" />\n\t\t\t\t<meta property=\"og:image\" content=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall.jpg\" />\n\t\t\n\t\n\t\t\t\t\t<meta property=\"og:description\" content=\"An extortionist has targeted several early bitcoin adopters, threatening to expose personal information unless they pay bitcoin ransoms. Earlier this year, this person called a swat team to the home of cryptographer and bitcoin enthusiast Hal Finney, who was confined to a wheelchair at the time.\"/>\n\t\t\t\n\t\t<meta property=\"og:url\" content=\"http://www.wired.com/2014/12/finney-swat/\"/>\n\t<meta property=\"og:site_name\" content=\"WIRED\" />\n\t<meta property=\"fb:admins\" content=\"648235154,789168297,688620285,650984415\" />\n\t<meta property=\"fb:page_id\" content=\"19440638720\" />\n\t<!-- Twitter -->\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<meta name=\"twitter:image:src\" content=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-660x495.jpg\" />\n\t<meta name=\"twitter:title\" content=\"An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters | WIRED\" />\n\t<meta name=\"twitter:description\" content=\"An extortionist has targeted several early bitcoin adopters, threatening to expose personal information unless they pay bitcoin ransoms. Earlier this year, this person called a swat team to the home of cryptographer and bitcoin enthusiast Hal Finney, who was confined to a wheelchair at the time.\" />\n\t<meta name=\"twitter:site\" content=\"@wired\" />\n\t<meta name=\"twitter:domain\" content=\"WIRED\" />\n\t<meta name=\"twitter:creator\" content=\"@wired\" />\n\n\t<!--  MS/Windows 8 -->\n\t<meta name=\"application-name\" content=\"WIRED: WIRED\"/>\n\t<meta name=\"msapplication-tooltip\" content=\"Read in-depth coverage of current and future trends in technology, and how they are shaping business, entertainment, communications, science, politics, and culture at Wired.com.\"/>\n\t<meta name=\"msapplication-TileColor\" content=\"#cb0004\"/>\n\t<meta name=\"msapplication-TileImage\" content=\"http://www.wired.com/wp-content/themes/wired/assets/images/favicon_ie.png\" />\n\t<meta name=\"msvalidate.01\" content=\"\" />\n\n\t<!-- Apple -->\n\t<meta name=\"apple-itunes-app\" content=\"app-id=373903654\">\n\t<link rel=\"apple-touch-icon\" href=\"http://www.wired.com/wp-content/themes/wired/assets/images/apple-touch-icon.png\" />\n\n\t<!-- Google -->\n\t\t<link href=\"https://plus.google.com/+WIRED\" rel=\"publisher\" />\n\t<meta name=\"google-site-verification\" content=\"\" />\n\t<meta name=\"gmapkey\" content=\"ABQIAAAAF5yd_X_vTzike6sB6lp3wBQ4h890iMeKvsDZGQOc75SG0lWKAhQW755bw9E_-3ijKe6eqE5sg_NLEw\" />\n\n\t<!-- Schema.org markup for Google+ on singles for image -->\n\t<meta itemprop=\"image\" content=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-200x100-e1419380447701.jpg\">\n\t<meta itemprop=\"description\" content=\"An extortionist has targeted several early bitcoin adopters, threatening to expose personal information unless they pay bitcoin ransoms. Earlier this year, this person called a swat team to the home of cryptographer and bitcoin enthusiast Hal Finney, who was confined to a wheelchair at the time.\" />\n\n\t<meta name=\"Section\" content=\"Blog\" />\n\t<meta name=\"Subsection\" content=\"WIRED\" />\n\t<meta name=\"DisplayDate\" content=\"2014-12-29\" />\n\t<meta name=\"ExpiryDate\" content=\"2060-12-31\" />\n\t<meta name=\"Author\" content=\"Robert McMillan\" />\n\t<meta name=\"Title\" content=\"An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\" />\n\n<!-- views/stats/partial-parsely-meta -->\n<meta name='parsely-page' content='{\"title\": \"An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\", \"link\": \"http://www.wired.com/2014/12/finney-swat/\", \"image_url\": \"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-150x150.jpg\", \"type\": \"post\", \"post_id\": \"1688941\", \"pub_date\": \"2014-12-29T06:30:18-05:00\", \"section\": \"WIRED\", \"author\": \"Robert McMillan\", \"tags\": [\"bitcoin\",\"extortion\",\"hal finney\"]}'>\n\t<link rel=\"dns-prefetch\" href=\"http://result.wired.com\" /><link rel=\"dns-prefetch\" href=\"http://event.wired.com\" /><link rel=\"dns-prefetch\" href=\"//stats.wired.com\" /><link rel=\"dns-prefetch\" href=\"//sstats.wired.com\" />            <!-- Chartbeat -->\n            <script type=\"text/javascript\" class=\"chartbeat\">var _sf_startpt=(new Date()).getTime()</script>\n            \n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.5.6 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"description\" content=\"An extortionist has targeted several early bitcoin adopters, threatening to expose personal information unless they pay bitcoin ransoms. Earlier this year, this person called a swat team to the home of cryptographer and bitcoin enthusiast Hal Finney, who was confined to a wheelchair at the time.\"/>\n<link rel=\"canonical\" href=\"http://www.wired.com/2014/12/finney-swat/\" />\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WIRED &raquo; An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters Comments Feed\" href=\"http://www.wired.com/2014/12/finney-swat/feed/\" />\n<link rel='stylesheet' id='ning-publisher-style-css'  href='http://www.wired.com/wp-content/plugins/ning-publisher/ning-publisher.css?ver=4.0.1' type='text/css' media='all' />\n<link rel='stylesheet' id='wired-global-css'  href='http://www.wired.com/wp-content/themes/wired/assets/css/wired-post.css?ver=1419976945' type='text/css' media='screen' />\n<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js?ver=1.10.2'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/plugins/reviews-type/js/reviews-ui.js?ver=4.0.1' async='async'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar WP_VARS = {\"THEME_URI\":\"http:\\/\\/www.wired.com\\/wp-content\\/themes\\/wired\",\"ajaxurl\":\"https:\\/\\/www.wired.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-common/cn.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-common/cn.mobile.js?ver=1419976945'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar deviceviews = {\"mobileMax\":\"600\",\"tabletMax\":\"850\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/mu-plugins/cn-wordpress/lib/js/jquery.devices.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://result.wired.com/js/eventTracker.js' async='async'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar s_account = \"conde-wired\";\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-stats/s_code.js?ver=1419976945'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar platformEnvironment = \"production\";\nvar sitehost = \"http:\\/\\/www.wired.com\";\nvar omniture_init = [];\nvar CN = CN || {}; CN.omniture = CN.omniture || {};CN.omniture.conf = {\"s_account\":\"conde-wired\",\"server\":\"stats.wired.com\",\"secureServer\":\"sstats.wired.com\",\"internalFilters\":\"javascript:,wired.com,advancemags.com\"};;\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-stats/omniture.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.dart.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.aam.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.proximic.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/cn.ecom.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/ecomfw.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/js/cn-fe-ecom/promotheus/promotheus.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/themes/wired/assets/js/plugins.min.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.arsaccelerator.js?ver=1419976945'></script>\n<script type='text/javascript' src='http://www.wired.com/wp-content/config/cn-fe-ads/cn.ad.refresh.js?ver=1419976945'></script>\n<link rel='https://github.com/WP-API/WP-API' href='http://www.wired.com/wp-json' />\n            <!-- COMSCORE -->\n\t        <script type=\"text/javascript\">\n\t        //<!--\n\t        \tvar _comscore = _comscore || [];\n\t  \t\t\t_comscore.push({ c1: \"2\", c2: \"6035094\", c4: \"http://www.wired.com/2014/12/finney-swat/\"});\n\t  \t\t\t(function() {var s = document.createElement(\"script\"), el =document.getElementsByTagName(\"script\")[0]; s.async = true;\n\t    \t\ts.src = (document.location.protocol == \"https:\" ?\"https://sb\" : \"http://b\") +\".scorecardresearch.com/beacon.js\";\n\t\t\t\tel.parentNode.insertBefore(s, el);})();\n\t  \t\t\tfunction slideChangeTrackingFn() {\n\t  \t\t         jQuery.ajax({\n\t  \t\t         type : 'GET',\n\t  \t\t         url : '/pv.xml',\n\t  \t\t         success : function(data) {\n\t  \t\t                 try {\n\t  \t\t                         COMSCORE.beacon({c1:\"2\", c2: \"6035094\"});\n\t  \t\t                         CN.debug.info(\"Comscore Non-Conventional(slideshow) Page view triggered.\");\n\t  \t\t                     } catch(e) {\n\t  \t\t                         CN.debug.error('COMSCORE beacon call for slideshow page view failed' + e.message);\n\t  \t\t                     }\n\t  \t\t                 },\n\t  \t\t                 error : function(xhr, textStatus) {\n\t  \t\t                         CN.debug.error('page view xml load failed for slideshow, probably 404: ' + textStatus);\n\t  \t\t                     }\n\t  \t\t                 });\n\t  \t\t   }\n\t  \t\t//-->\n\t\t\t</script>\n\t            <script type=\"text/javascript\" class=\"site_init\">\n            //<!--\n                CN.site.init({\n                    code:             'WIR',\n                    title:            'WIRED',\n                    name:             'wired',\n                    alias:            'Wired.com',\n                    domain:           'Wired.com',\n                    tld:              'wired.com',\n                    baseUrl:          'http://www.wired.com',\n                    mobilecompatible: 'true',\n                    httpStatusCode:    200,\n            eventServer: 'http://event.wired.com',\neventTrackingUrl: 'http://result.wired.com',\neventTrackingEnv: 'PROD',\nuserServiceUrl: 'https://user-service.condenastdigital.com',\nuserServiceKey: 'd3Vbh/gcAN+GSvYTrIit/uDmPcY=',\necomUrl: 'https://subscribe.wired.com/api/circ/xml/Transaction',\nsocialRes: 'http://www.wired.com/services/livefyre/userToken',\n                    env: 'PROD'  // Put something consistent last so we don't have a trailing comma (appease IE)\n                });\n\n                CN.isMobile = jQuery.devices.mobile();\n                CN.isTablet = jQuery.devices.tablet();\n                CN.checkDeviceView = jQuery.devices.checkDeviceView;\n            //-->\n            </script>\n                            <!-- AD INIT: CN.dart.init -->\n                <script type=\"text/javascript\">\n                //<!--\n\n                    CN.dartKwsArray = [ \"robert_mcmillan\",\"wiredenterprise\",\"bitcoin\",\"extortion\",\"hal_finney\",\"2014\",\"12\",\"finney_swat\",\"robert_mcmillan\",\"type_post\",\"category_wiredenterprise\",\"subwired_business\",\"single\",\"finney_swat\" ];\n\n                \n                    CN.dart.init({\n                        site: CN.isMobile ? 'wiredcom.mobile.dart' : 'wiredcom.dart',\n                        zone: 'wiredenterprise',\n                        kws: CN.dartKwsArray,\n                        contentType: 'Article',\n                                        charmap : {' ' : '+', '-' : '_'}\n                    });\n                            //-->\n                </script>\n                \t\t\t<script>metaKeyWords='default';</script>\n\t\t\t\t\t\t\t<script src=\"//assets.adobedtm.com/6372cf21ef88ee60bc2977a4898dcb5c7945a212/satelliteLib-5e0259aff0b35c55ae1387e43a61e5902ea0cdb6.js\"></script>\n\t\t\t            <!-- CM: page-ads.js -->\n            <script type=\"text/javascript\">\n            //<!--\n                var _ghearst_vars = (function() {\n                    var commonParams = 'ad_category_prefix=2014'\n                                        + '&amp;browser_path=%2F2014%2F12%2Ffinney-swat%2F'\n                                        + '&amp;cat_prefixes=%2C2014%2C12%2Cfinney-swat%2C'\n                                        + '&amp;site_prefix=wired'\n                                        + '&amp;subdomain=www'\n                                        + '&amp;url_name=';\n\n                                var metaKeyWords = (function() {\n                        var\n                            i                  = 0,\n                            metaKeywordContent = '',\n                            nameAttribute      = null,\n                            metaCollection     = document.getElementsByTagName('meta');\n\n                        for (i=0;i<metaCollection.length;i++) {\n                            nameAttribute = metaCollection[i].name.search(/keywords/);\n                            if (nameAttribute!= -1) {\n                                metaKeywordContent = metaCollection[i].content;\n                                metaKeywordContent = metaKeywordContent.replace(/,/g,'%2C'); // to replace ,\n                                metaKeywordContent = metaKeywordContent.replace(/ /g,''); // to replace space\n                            }\n                        }\n                        return encodeURIComponent(metaKeywordContent);\n                    })();\n            \n                    var deviceParams = (function() {\n                                                if ( ( navigator.userAgent.match(/iPad/i) !== null ) && ( CN.cookie.get('ipadTakeover') !== 'true' ) ) {\n                                return 'AMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_CONTENTPAGE_RIGHTRAIL_B%2CAMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_GLOBAL_MAGAZINE_SUBNAV%2CAMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_BLOGS_RIGHTRAIL_A%2CAMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_MOBILE_NAVBAR%2CAMS_WIR_MOBILE_NAV_LINK%2CAMS_WIR_MOBILE_FOOTER_LINK%2CAMS_WIR_POPUP_FLOATINGAD%2CAMS_WIR_GLOBAL_IPAD_TAKEOVER';\n                            } else {\n                                return 'AMS_WIR_CONTENTPAGE_HEADERCALLOUT%2CAMS_WIR_CONTENTPAGE_RIGHTRAIL_B%2CAMS_WIR_GLOBAL_NAVBAR%2CAMS_WIR_GLOBAL_NAVBAR_ROLLOVER%2CAMS_WIR_GLOBAL_MAGAZINE_SUBNAV%2CAMS_WIR_GLOBAL_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_BLOGS_RIGHTRAIL_A%2CAMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES%2CAMS_WIR_MOBILE_NAVBAR%2CAMS_WIR_MOBILE_NAV_LINK%2CAMS_WIR_MOBILE_FOOTER_LINK%2CAMS_WIR_POPUP_FLOATINGAD';\n                            }\n                                                })();\n\n            \n                    return {\n                        'ams_ads_script_src' : 'https://subscribe.wired.com/ams/page-ads.js?'\n                                                + commonParams + ''\n                                                + '&amp;keywords=' + metaKeyWords + ''\n                                                + '&amp;position_list=' + deviceParams + ''\n                    };\n                })();\n\n                if (!window.$h) {window.$h = {}}\n                (function(){\n                    if (!$h.util) {\n                        $h.util = {\n                            buildScriptTag: function(src){\n                                if (!!src){ document.write('<scr' + 'ipt src=\"'+src+'\" type=\"text/javascript\"></scr' + 'ipt>');}\n                            }\n                        }\n                    }\n                    $h.util.buildScriptTag(_ghearst_vars.ams_ads_script_src)\n                })();\n            //-->\n            </script>\n            \n\t<script type=\"text/javascript\" src=\"//fonts.condenast.com/ztc8lol.js\"></script>\n\t<script type=\"text/javascript\">try{Typekit.load();}catch(e){console.log(\"Typekit failed to load! \" + e);}</script>\n\n\t\n\t<!--[if (gte IE 6)&(lte IE 8)]>\n\t\t<script type=\"text/javascript\" src=\"http://www.wired.com/wp-content/themes/wired/assets/js/selectivizr-min.js\"></script>\n\t<![endif]-->\n\n</head>\n<body class=\"single single-post postid-1688941 single-format-standard robert_mcmillan  2014 12 finney-swat robert-mcmillan type-post category-wiredenterprise subwired-business\">\n<nav id=\"global-nav\">\n\t<div id=\"nav-wrap\">\n\t\t<div id='inner-nav'>\n\t\t\t<div id=\"logo\" itemscope itemtype=\"http://schema.org/Organization\">\n\t\t\t\t<a itemprop=\"url\" href=\"http://www.wired.com\"><img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/post_wired_logo_150x60.gif\" alt=\"WIRED\" id=\"logo_home\" itemprop=\"logo\" />WIRED</a>\n\t\t\t</div>\n\t\t\t<ul id=\"primary-nav\">\n\t\t\t\t\t\t\t<!-- nav for GEAR -->\n\t\t\t\t<li class=\"gear\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/gear/\">\n\t\t\t\t\tGEAR</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for autopia -->\n\t\t\t\t\t<li class=\"nav-beat autopia\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/autopia/\">Autopia</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dining-at-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ff_diningsea_f-200x100-e1419890226554.jpg\" alt=\"The Dining Innovations That Helped Us Conquer the Seas\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Dining Innovations That Helped Us Conquer the Seas</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/theyll-raise-airasia-flight-8501-bottom-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/air-asia-200x100-e1419967175942.jpg\" alt=\"How the Wreckage of AirAsia 8501 Will Tell Us What Went Wrong\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How the Wreckage of AirAsia 8501 Will Tell Us What Went Wrong</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/henes-broon-f870/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/white_3-200x100-e1419880721702.jpg\" alt=\"The Ultimate Electric Sports Car Is Only 4 Feet Long\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Ultimate Electric Sports Car Is Only 4 Feet Long</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for autopia -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for gadget lab -->\n\t\t\t\t\t<li class=\"nav-beat gadget lab\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/gadgetlab/\">Gadget Lab</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/what-to-expect-ces-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/7105322bcdce937b-200x100.jpg\" alt=\"From VR Gear to Quantum-Dot TVs: What to Expect at CES 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">From VR Gear to Quantum-Dot TVs: What to Expect at CES 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/gear-of-the-year-3/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/gearyear-w.jpg\" alt=\"Our Absolute Favorite Gadgets of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our Absolute Favorite Gadgets of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/eclipse-td-m1-speakers/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/GG3A6312-copy-200x100.jpg\" alt=\"These Egg-Shaped Speakers Sound So Good, They&#039;ll Scramble Your Brains\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">These Egg-Shaped Speakers Sound So Good, They&#039;ll Scramble Your Brains</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for gadget lab -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for reviews -->\n\t\t\t\t\t<li class=\"nav-beat reviews\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/reviews/\">Reviews</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/leveraxe-vipukirves-2/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/20140731-AXES-016edit-200x100-e1418948329815.jpg\" alt=\"Review: Leveraxe Vipukirves 2\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: Leveraxe Vipukirves 2</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/yotaphone-2/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/yotaphone-ft-200x100-e1418846479518.jpg\" alt=\"Review: YotaPhone 2\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: YotaPhone 2</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/skylinknet-alarm-system/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/skylinkHome-sa-200x100.jpg\" alt=\"Review: SkylinkNet Alarm System Kit\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Review: SkylinkNet Alarm System Kit</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for reviews -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for GEAR -->\n\t\t\t\t\t\t\t<!-- nav for SCIENCE -->\n\t\t\t\t<li class=\"science\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/science/\">\n\t\t\t\t\tSCIENCE</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for science -->\n\t\t\t\t\t<li class=\"nav-beat science\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/wiredscience/\">Science</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/space-missions-and-events-2015-preview/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/NH_pluto-200x100-e1419968997366.jpg\" alt=\"The Space Missions and Events We&#039;re Most Looking Forward to in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Space Missions and Events We&#039;re Most Looking Forward to in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/grawk-proteins-making-proteins/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/84543_web-200x100-e1419974712435.jpg\" alt=\"Science Graphic of the Week: Scientists Discover the First Protein That Can Edit Other Proteins\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Science Graphic of the Week: Scientists Discover the First Protein That Can Edit Other Proteins</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/top-science-image-galleries-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/9-credit-1-200x100-e1419968211591.jpg\" alt=\"Our Most Popular Science Image Galleries of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our Most Popular Science Image Galleries of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for science -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for science blogs -->\n\t\t\t\t\t<li class=\"nav-beat science blogs\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/science-blogs/\">Science Blogs</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/beyond-apollo-welcomes-comet-lovejoy/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/crafatkopff-200x100.jpg\" alt=\"Beyond Apollo Welcomes Comet Lovejoy\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Beyond Apollo Welcomes Comet Lovejoy</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/empzeal-earthfall/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/earth-space-finger-200x100.png\" alt=\"What Would Happen if the Earth Stopped In Its Orbit?\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">What Would Happen if the Earth Stopped In Its Orbit?</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/will-africa-produce-next-einstein/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/2470882521_400527f5a8_o-200x100-e1419975461534.jpg\" alt=\"Will Africa Produce the &#039;Next Einstein&#039;? \" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Will Africa Produce the &#039;Next Einstein&#039;? </h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for science blogs -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for SCIENCE -->\n\t\t\t\t\t\t\t<!-- nav for ENTERTAINMENT -->\n\t\t\t\t<li class=\"entertainment\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/entertainment/\">\n\t\t\t\t\tENTERTAINMENT</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for game|life -->\n\t\t\t\t\t<li class=\"nav-beat game|life\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/gamelife/\">Game|Life</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/most-anticipated-games-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/arkham-knight-200x100-e1419973321119.jpg\" alt=\"25 Videogames We Can&#039;t Wait to Play in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">25 Videogames We Can&#039;t Wait to Play in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/2014-classic-games/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/xwing-200x100-e1419277231938.jpg\" alt=\"Out-of-Print Games We Were Thrilled to Play Again in 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Out-of-Print Games We Were Thrilled to Play Again in 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/best-games-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/shadow-mordor-200x100-e1419371410565.jpg\" alt=\"The Best Games of 2014, From Mario Kart to Sunset Overdrive\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"152578149592\">The Best Games of 2014, From Mario Kart to Sunset Overdrive</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for game|life -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for playbook -->\n\t\t\t\t\t<li class=\"nav-beat playbook\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/playbook/\">Playbook</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/11/shottracker-basketball-system/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/11/shottracker-w.jpg\" alt=\"This Wristband Tracks Your B-Ball Skills and Suggests Shooting Drills\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"108808600620\">This Wristband Tracks Your B-Ball Skills and Suggests Shooting Drills</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/10/james-lawrence/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/10/ironwill-w.jpg\" alt=\"How This Guy Is Training to Do 50 Ultradistance Triathlons in 50 Days\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How This Guy Is Training to Do 50 Ultradistance Triathlons in 50 Days</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/09/man-wired-facebook-helped-build-nfl-stadium-future/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/09/levis-stadium-w.jpg\" alt=\"How the Man Who Wired Facebook Helped Build the NFL Stadium of the Future\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"7479198653\">How the Man Who Wired Facebook Helped Build the NFL Stadium of the Future</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for playbook -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for underwire -->\n\t\t\t\t\t<li class=\"nav-beat underwire\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/underwire/\">Underwire</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/best-comics-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/wrenchies-ft-200x100-e1419963264717.jpg\" alt=\"Our 10 Favorite Comics and Graphic Novels of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 10 Favorite Comics and Graphic Novels of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/best-memes-of-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/mario-death-stare-200x100.jpg\" alt=\"Our 9 Favorite Memes of 2014, From Kermit to ¯\\_(ツ)_/¯\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 9 Favorite Memes of 2014, From Kermit to ¯\\_(ツ)_/¯</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/cape-watch-18/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/CapeWatch20151-200x100-e1419962506755.jpg\" alt=\"Cape Watch: Here&#039;s What We Want From Our Superheroes in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Cape Watch: Here&#039;s What We Want From Our Superheroes in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for underwire -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for ENTERTAINMENT -->\n\t\t\t\t\t\t\t<!-- nav for BUSINESS -->\n\t\t\t\t<li class=\"business\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/business/\">\n\t\t\t\t\tBUSINESS</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for business -->\n\t\t\t\t\t<li class=\"nav-beat business\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/business/\">Business</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/2014-tech-stories-just-didnt-see-coming/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/micro-soft-story1-200x100-e1419969435923.jpg\" alt=\"The 2014 Tech Stories We Just Didn&#039;t See Coming\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The 2014 Tech Stories We Just Didn&#039;t See Coming</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/instacart-raises-220m/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/groceries-200x100-e1419967510144.jpg\" alt=\"Grocery Delivery Service Instacart Raises $220M in New Funding\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Grocery Delivery Service Instacart Raises $220M in New Funding</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/wired-business-year-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/gender-gap-inline-200x100-e1419879336182.jpg\" alt=\"Our 10 Most Important Business Stories of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Our 10 Most Important Business Stories of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for business -->\n\t\t\t\t\t<li class=\"business-conference sponsored nav-beat\">\n\t<h3 class=\"feed-title\"><a href=\"http://wiredbusinessconference.com/\">Business Conference</a></h3>\n\t<ul>\n\t\t<li class=\"sponsored-hed\">\n\t\t\t<a href=\"http://wiredbusinessconference.com/\"><h4>Promotion</h4></a>\n\t\t</li>\n\t\t<li class=\"sponsored-content\">\n\t\t\t<a href=\"http://wiredbusinessconference.com/\">\n\t\t\t\t<span class=\"feed-thumbnail\"><img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/disruptive_by_design_2012.gif\" width=\"217\" height=\"109\" alt=\"Wired's Disruptive by Design\" /></span>\n\t\t\t\t<p>\n\t\t\t\t\tIn today's business world, disruption is a constant force that never lets up. At the annual WIRED Business Conference: Disruptive by Design, we celebrate the creative power of bold new ideas and the people that make them happen.\n\t\t\t\t\t<br />\n\t\t\t\t\t<br />\n\t\t\t\t\tSee the event &gt;\n\t\t\t\t</p>\n\t\t\t</a>\n\t\t</li>\n\t</ul>\n</li>\t\t\t\t\t<!-- nav for enterprise -->\n\t\t\t\t\t<li class=\"nav-beat enterprise\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/wiredenterprise/\">Enterprise</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/tech-time-warp-week-watch-john-cleese-compare-compaq-dead-fish/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/Screen-Shot-2014-12-30-at-10.18.46-AM-200x100-e1419963586425.png\" alt=\"Tech Time Warp of the Week: Watch John Cleese Compare a Compaq to a Dead Fish\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Tech Time Warp of the Week: Watch John Cleese Compare a Compaq to a Dead Fish</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/finney-swat/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-200x100-e1419380447701.jpg\" alt=\"An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">An Extortionist Has Been Making Life Hell for Bitcoin&#039;s Earliest Adopters</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/wired-enterprise-year/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/micro-soft-story-200x100-e1419374183554.jpg\" alt=\"WIRED&#039;s 10 Most Hardcore Tech Stories of the Year\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">WIRED&#039;s 10 Most Hardcore Tech Stories of the Year</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for enterprise -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for innovation insights -->\n\t\t\t\t\t<li class=\"nav-beat innovation insights\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/insights/\">Innovation Insights</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/quantified-self-enterprise/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/08/wearable_660-200x100.jpg\" alt=\"How Quantified-Self Will Redefine the Future of the Enterprise\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How Quantified-Self Will Redefine the Future of the Enterprise</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/startups-and-crowd-first-tactics/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/images_blogs/insights/2013/02/crowdsurf_660-200x100.jpg\" alt=\"Startups and Crowd-First Tactics: The Minimum Run, and the Long Stretch\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Startups and Crowd-First Tactics: The Minimum Run, and the Long Stretch</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/consumer-goods-data-economy/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dollarshaveclub-200x100.jpg\" alt=\"The Future for Consumer Goods in the Data Economy\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Future for Consumer Goods in the Data Economy</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for innovation insights -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for BUSINESS -->\n\t\t\t\t\t\t\t<!-- nav for SECURITY -->\n\t\t\t\t<li class=\"security\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/security/\">\n\t\t\t\t\tSECURITY</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for danger room -->\n\t\t\t\t\t<li class=\"nav-beat danger room\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/dangerroom/\">Danger Room</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/navy-ghostswimmer-robot-fish/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/fish-robot-200x100-e1418688068986.jpg\" alt=\"The Navy&#039;s New Robot Looks and Swims Just Like a Shark\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Navy&#039;s New Robot Looks and Swims Just Like a Shark</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/a10-warthog-isis/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/warthog-w.jpg\" alt=\"America&#039;s Toughest, Ugliest Warplane Is Going Back Into Battle\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">America&#039;s Toughest, Ugliest Warplane Is Going Back Into Battle</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/11/eniac-unearthed/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/11/eniac-w.jpg\" alt=\"How the World&#039;s First Computer Was Rescued From the Scrap Heap\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">How the World&#039;s First Computer Was Rescued From the Scrap Heap</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for danger room -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for threat level -->\n\t\t\t\t\t<li class=\"nav-beat threat level\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/threatlevel/\">Threat Level</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/us-sanctions-north-korea-for-sony-hack/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/obama-nkorea-200x100-e1420233064878.jpg\" alt=\"What We Know About the New U.S. Sanctions Against North Korea In Response to Sony Hack\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">What We Know About the New U.S. Sanctions Against North Korea In Response to Sony Hack</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dangerous-people-internet-right-now/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dangerous-people-internet-1-200x100-e1419891103629.jpg\" alt=\"The Most Dangerous People on the Internet Right Now\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Most Dangerous People on the Internet Right Now</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/80-percent-dark-web-visits-relate-pedophilia-study-finds/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/dark-web-pedophilia-200x100-e1419966775113.jpg\" alt=\"Over 80 Percent of Dark-Web Visits Relate to Pedophilia, Study Finds\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Over 80 Percent of Dark-Web Visits Relate to Pedophilia, Study Finds</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for threat level -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for SECURITY -->\n\t\t\t\t\t\t\t<!-- nav for DESIGN -->\n\t\t\t\t<li class=\"design\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/design/\">\n\t\t\t\t\tDESIGN</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for design -->\n\t\t\t\t\t<li class=\"nav-beat design\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/design/\">Design</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/stylish-silk-scarves-dyed-bacteria/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2015/01/silk-scarves-w.jpg\" alt=\"Stylish Silk Scarves, Dyed With Bacteria\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Stylish Silk Scarves, Dyed With Bacteria</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/ridiculously-elaborate-expensive-furniture-inspired-famous-landmarks/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/01/Burj-Detail-Job-200x100-e1419886994837.jpg\" alt=\"Ridiculously Elaborate, Expensive Furniture Inspired by Famous Landmarks\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Ridiculously Elaborate, Expensive Furniture Inspired by Famous Landmarks</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/15-smart-design-books-inspire-2015/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/68c-200x100-e1419886428231.jpg\" alt=\"15 Smart Design Books to Inspire You in 2015\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">15 Smart Design Books to Inspire You in 2015</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for design -->\n\t\t\t\t\t\t\t\t\t\t<!-- nav for raw file -->\n\t\t\t\t\t<li class=\"nav-beat raw file\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/rawfile/\">Raw File</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/hidden-snipers-train-surfers-wireds-best-photo-stories-year%e2%80%8b/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/images_blogs/rawfile/2014/03/snipers-hiding-w.jpg\" alt=\"From Hidden Snipers to Train Surfers, WIRED&#039;s Best Photo Stories of the Year​\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">From Hidden Snipers to Train Surfers, WIRED&#039;s Best Photo Stories of the Year​</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/emma-phillip-salt/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/EP_plate-II-200x100-e1419371970954.jpg\" alt=\"A Beautiful Salt Refinery That Looks Like Another Planet\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">A Beautiful Salt Refinery That Looks Like Another Planet</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/knut-egil-wang-southbound/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/norwegian-party-ft-200x100.jpg\" alt=\"Bunny Suits and Water Gymnastics: No One Vacations Quite Like the Norwegians\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Bunny Suits and Water Gymnastics: No One Vacations Quite Like the Norwegians</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for raw file -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for DESIGN -->\n\t\t\t\t\t\t\t<!-- nav for OPINION -->\n\t\t\t\t<li class=\"opinion\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/opinion/\">\n\t\t\t\t\tOPINION</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t\t\t\t\t\t<!-- nav for opinion -->\n\t\t\t\t\t<li class=\"nav-beat opinion\">\n\t\t\t\t\t<h3 class=\"feed-title\">\n\t\t\t\t\t\t<a href=\"http://www.wired.com/category/opinion/\">Opinion</a>\n\t\t\t\t\t</h3>\n\t\t\t\t\t<ul><!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/peter-gabriel-witness-on-video-evidence/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/officer-cam-ft-200x100-e1419882656542.jpg\" alt=\"Peter Gabriel: Tech Can Make Video Evidence a Cornerstone of Justice\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Peter Gabriel: Tech Can Make Video Evidence a Cornerstone of Justice</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/disappearing-business-of-design/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/design-decline-200x100.jpg\" alt=\"The Rapidly Disappearing Business of Design\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Rapidly Disappearing Business of Design</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/best-wired-stories-2014/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/Untitled-1-200x100.jpg\" alt=\"The Best WIRED Stories of 2014\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"153935061583\">The Best WIRED Stories of 2014</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n</ul>\t\t\t\t\t</li> <!-- /nav for opinion -->\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for OPINION -->\n\t\t\t\t\t\t\t<!-- nav for MAGAZINE -->\n\t\t\t\t<li class=\"magazine\">\n\t\t\t\t<h2><a class=\"non-js-menu\" href=\"http://www.wired.com/magazine/\">\n\t\t\t\t\tMAGAZINE</a></h2>\n\t\t\t\t<ul class=\"subnav\">\n\t\t\t\t\t<li class=\"magazine nav-beat\">\n\t<h3 class=\"feed-title\"><a href=\"http://www.wired.com/magazine\">Current Issue</a></h3>\n\t\t<div id=\"AMS_WIR_GLOBAL_MAGAZINE_SUBNAV\" class=\"ecom-placement\">\n\t\t<a target=\"_blank\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img src=\"http://www.wired.com/images/covers/120x164.jpg\" width=\"110\" height=\"150\" alt=\"Wired Magazine\" />\n\t\t</a>\n\t\t<a target=\"_blank\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<span>Subscribe</span>\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_MAGAZINE_SUBNAV != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_MAGAZINE_SUBNAV\" ).html( pageAds.AMS_WIR_GLOBAL_MAGAZINE_SUBNAV.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_MAGAZINE_SUBNAV not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\t<ul>\n\t\t<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2015/01/dining-at-sea/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ff_diningsea_f-200x100-e1419890226554.jpg\" alt=\"The Dining Innovations That Helped Us Conquer the Seas\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Dining Innovations That Helped Us Conquer the Seas</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/genetically-modified-yeast/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ap_synbio_1_hero-200x100-e1419959611726.jpg\" alt=\"Biochemists Are Turning Genetically Modified Yeast Into Perfume and Opioids\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">Biochemists Are Turning Genetically Modified Yeast Into Perfume and Opioids</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n<!-- nav for post -->\n<li class=\"feed-content\">\n\t<a href=\"http://www.wired.com/2014/12/john-snook/\" class=\"module-globalnav\">\n\t\t<span class=\"feed-thumbnail\">\n\t\t\t\t<img nopin=\"nopin\" src=\"http://www.wired.com/wp-content/uploads/2014/12/ap_alphageek_1_hero-200x100-e1419959821396.jpg\" alt=\"The Man Who Forecasts Avalanches in America&#039;s Riskiest Snowpack\" />\n\t\t</span>\n\t\t<h4 data-post_time=\"\">The Man Who Forecasts Avalanches in America&#039;s Riskiest Snowpack</h4>\n\t</a>\n</li>\n<!-- /nav for post -->\n\t</ul>\n</li>\n\t\t\t\t</ul>\n\t\t\t\t</li> <!-- /nav for MAGAZINE -->\n\t\t\t\t\t\t<li class=\"video secondary\">\n\t<h2><a href=\"http://video.wired.com/\">Video</a></h2>\n\t<ul>\n\t\t<li>\n\t\t\t<a href=\"http://video.wired.com/\">\n\t\t\t\t<img alt=\"WIRED Video\" title=\"WIRED Video\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/wired_video_1000x190.jpg\">\n\t\t\t</a>\n\t\t</li>\n\t</ul>\n</li><!-- /.video -->\n\n<li class=\"insider secondary\">\n\t<h2><a href=\"http://wiredinsider.com\">Insider</a></h2>\n\t<ul>\n\t\t<li>\n\t\t\t<a href=\"http://wiredinsider.tumblr.com/\" alt=\"insiders\"><img alt=\"WIRED Insider\" title=\"WIRED Insider\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg\" /></a>\n\t\t</li>\n\t</ul>\n </li><!-- /.insider.secondary -->\n\n<li class=\"subscribe secondary\">\n\t\t<h2 id=\"AMS_WIR_GLOBAL_NAVBAR\" class=\"ecom-placement\">\n\t\t<a target=\"_new\" class=\"primaryLink\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\tSubscribe\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_NAVBAR != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR\" ).html( pageAds.AMS_WIR_GLOBAL_NAVBAR.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_NAVBAR not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</h2>\n\t\t<ul>\n\t\t<li>\t<div id=\"AMS_WIR_GLOBAL_NAVBAR_ROLLOVER\" class=\"ecom-placement\">\n\t\t<a id=\"global_navBar_failsafe\" target=\"_new\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img alt=\"Subscribe to WIRED magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_1000x190.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER != 'undefined' ) {\n  jQuery( \"#AMS_WIR_GLOBAL_NAVBAR_ROLLOVER\" ).html( pageAds.AMS_WIR_GLOBAL_NAVBAR_ROLLOVER.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n} else { CN.debug.info( \"AMS_WIR_GLOBAL_NAVBAR_ROLLOVER not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</li>\n\t</ul>\n</li><!-- /.subscribe.secondary -->\t\t\t</ul> <!-- end primary nav -->\n\t\t\t<ul id=\"nav-extras\">\n\t<li class=\"rss\"><h2 class=\"rss-icon\"><a href=\"http://www.wired.com/about/rss_feeds/\">RSS</a></h2></li>\n\t<li class=\"search\" class='active'>\n\n\t\t<h2 class=\"search-icon\">\n\t\t\t<a href=\"http://www.wired.com/search/\">Search</a>\n\t\t</h2>\n     </li><!-- /.search.secondary -->\n</ul><!-- /#nav-extras -->\t\t</div>\n\t</div> <!-- /#nav-wrap -->\n</nav> <!-- /#global_header -->\t<div>\n\t\t<div id=\"leaderboard\">\n\t\t\t<div>\n\t\t\t\t<div class=\"advertisement\"><div id=\"header728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"header728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"header\", { sz: \"728x90\", kws: [ \"top\" ], collapse: false } );\n} \n}</script></div>\t\t\t\t\t<div id=\"header-ecom\">\n\t\t\t\t\t\t<div id=\"AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" class=\"ecom-placement\">\n\t\t<a target=\"_new\" href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_310x80.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT != 'undefined' ) {\n  jQuery( \"#AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" ).html( pageAds.AMS_WIR_CONTENTPAGE_HEADERCALLOUT.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_CONTENTPAGE_HEADERCALLOUT\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_CONTENTPAGE_HEADERCALLOUT not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\t</div>\n\n<div id=\"shell\">\n<!-- end wired/header.php -->\n<div class=\"schema-wrap\" itemscope itemtype=\"http://schema.org/Article\">\n\n<header id=\"tag-header\">\n\t\t<span class=\"blogName\">\n\t\t<a href=\"http://www.wired.com/category/wiredenterprise/\">Enterprise</a>\n\t</span>\n\t\t<ul id=\"tags\">\n\t\t\t\t\t\t<li><a href=\"http://www.wired.com/tag/bitcoin/\">bitcoin</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.wired.com/tag/extortion/\">extortion</a></li>\n\t\t\t\t\t\t\t\t<li><a href=\"http://www.wired.com/tag/hal-finney/\">hal finney</a></li>\n\t\t\t\t\t</ul>\n\t<ul id=\"follow-wired\">\n\t<li class=\"follow\">Follow&nbsp;Wired</li>\n\t<li><a target=\"_blank\" href=\"https://twitter.com/#!/Wired\" title=\"Twitter\" class=\"twitter icon\">Twitter</a></li>\n\t<li><a target=\"_blank\" href=\"https://www.facebook.com/wired\" title=\"Facebook\" class=\"facebook icon\">Facebook</a></li>\n\t<li><a target=\"_blank\" href=\"http://www.wired.com/about/rss_feeds/\" title=\"RSS\" class=\"rss icon\">RSS</a></li>\n</ul></header> <!-- end single header -->\n<section>\n\n\t<article class='post' id=\"post-1688941\" itemscope itemtype=\"http://schema.org/Article\">\n\n\t\t<h1 id=\"headline\" itemprop=\"url headline name\">An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters</h1>\n<link itemprop=\"url\" href=\"http://www.wired.com/2014/12/finney-swat/\" />\n<link itemprop=\"image\" href=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall.jpg\" />\n\n<ul class=\"entry-header\">\n\t\n\t<li class=\"author\">By&nbsp;<a rel=\"author\" href=\"http://www.wired.com/author/bobmcmillan/\">Robert McMillan</a>&nbsp;&nbsp;</li>\n\n\t<li class=\"entryDate\"><time itemprop=\"datePublished\" datetime=\"2014-12-29T06:30:18-05:00\">12.29.14</time>&nbsp;&nbsp;&#124;&nbsp;&nbsp;</li>\n\t<li class=\"entryTime\">6:30 am&nbsp;&nbsp;&#124;&nbsp;&nbsp;</li>\n\n\t\t<li><a href=\"http://www.wired.com/2014/12/finney-swat/\" rel=\"bookmark\" title=\"An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\">Permalink</a></li></ul> <!-- /#authors entry-header  -->\n\n\n<ul id='social-top' class=\"social-bookmarking-module \">\n            <li class=\"facebook-small\">\n            <div class=\"facebook-share-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F\" target=\"_blank\" class=\"indent\">Share on Facebook</a><!-- i have a purpose! i am the counter! delete me at your own peril! --><div>0</div></div>        </li>\n            <li class=\"twitter-small\">\n            <a target=\"_blank\" href=\"https://twitter.com/share?text=An+Extortionist+Has+Been+Making+Life+Hell+for+Bitcoin%27s+Earliest+Adopters+%7C+WIRED&url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F\" class=\"twitter-share-button\" data-lang=\"en\">Tweet</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>        </li>\n            <li class=\"google-small\">\n            <!--<g:plusone size=\"medium\"></g:plusone>-->\n\n<g:plusone size=\"medium\"></g:plusone>        </li>\n            <li class=\"linkedin-small\">\n            <script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n  lang: en_US\n</script>\n<script type=\"IN/Share\" data-url=\"http://www.wired.com/2014/12/finney-swat/\" data-counter=\"right\"></script>        </li>\n            <li class=\"pinterest-small\">\n            <a href=\"//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F&media=http%3A%2F%2Fwww.wired.com%2Fwp-content%2Fuploads%2F2014%2F12%2FDec2013Mall.jpg&description=An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\" data-pin-do=\"buttonPin\" data-pin-config=\"beside\" target=\"_blank\">\n\t<img src=\"//assets.pinterest.com/images/pidgets/pin_it_button.png\" />\n</a>\n        </li>\n    </ul>\n\t\t<div class=\"entry\">\n\t\t\t<span itemprop=\"articleBody\"><div id=\"attachment_1690299\" style=\"width: 670px\" class=\"wp-caption alignnone\"><a href=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall.jpg\"><img src=\"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall-660x495.jpg\" alt=\"Dec2013Mall\" width=\"660\" height=\"495\" class=\"size-660-single-full wp-image-1690299\" /></a><p class=\"wp-caption-text\"><img class=\"photo\" src=\"https://www.wired.com/wp-content/themes/wired/assets/images/gallery-cam@2x.png\">Hal and Fran Finney. Photo courtesy Fran Finney</p></div>\n<p>The call came while Hal Finney was in the <a href=\"http://www.wired.com/2014/08/hal-finney/\">final stages of his five-year battle with Lou Gehrig&#8217;s disease</a>. When the phone rang, his wife Fran was giving him a shower, with help from his nurse. Fran took the call, which came from a 911 emergency dispatch operator. &#8220;Are you OK?&#8221; the voice asked. &#8220;Is anyone being attacked in your house?&#8221;</p>\n<p>Fran didn&#8217;t quite know what to make of the bizarre call, and the operator kept talking, in rather pleasant tones. &#8220;I need to let you know that you are about to have a SWAT team come to your home,&#8221; the voice said, &#8220;and they&#8217;re going to ask you to leave.&#8221; </p>\n<p>When Fran poked her head out the door of her Santa Barbara home, she found the building surrounded by police, and a helicopter buzzing in the air above. It was just days after a disturbed young man named Elliot Rodger had killed six people near Santa Barbara&#8217;s University of California campus and the police were especially concerned. The cops yelled at her to drop her telephone and come out onto the lawn, and that&#8217;s what she did, leaving her disabled husband, her son Jason, and the nurse in house behind her.</p>\n<p>The police eventually cleared the building, and Hal Finney, a noted computer cryptography expert, waited on the lawn for a half hour, shivering in the morning air. Fran worried that Hal, who was unable to swallow, might choke on his own saliva. &#8220;I was just panicking that he was going to need suction or something,&#8221; she says. &#8220;He didn&#8217;t have anything with him except his ventilator.&#8221;</p>\n<p>The Finneys were the victims of a &#8220;swatting,&#8221; a nasty online hoax where the perpetrator calls up emergency dispatch using a spoofed telephone number and pretends to have committed a heinous crime in the hopes of provoking an armed police response to the victim&#8217;s home. In this case, <a href=\"http://www.noozhawk.com/article/possible_shooting_reported_on_arroyo_road_in_goleta_20140529\">the caller phoned 911, announced that he had just murdered two people, and said was going to kill himself too</a>.</p>\n<p>For a year, the caller had been demanding that the Finneys pay an extortion fee of 1,000 bitcoin&#8212;worth more than $400,000 at the time&#8212;and according to Fran Finney, the FBI agents working the case believe that Hal was just one of several people extorted in this way by the caller. The incident further exposes the rather bizarre and often criminal element that continues to hover around bitcoin, a digital currency that grew out of the internet underworld but has since expanded into the mainstream.  </p>\n<p>Previously, Fran Finney has not publicly spoken about this incident for fear of compromising the investigation, but she spoke with WIRED after the investigating agent gave her the go-ahead. The FBI did not have a comment for this story.</p>\n<div class=\"pullquote-left\">What I&#8217;m angry about is it took away some of the peace that he could have had for the last few months of his life.</div>\n<p>When someone calling himself Satoshi Nakamoto first proposed the idea of bitcoin back in 2008, his ideas went largely unnoticed. But Hal Finney paid attention. He quickly became one of the world&#8217;s first bitcoin users. That early enthusiasm proved lucrative for Hal Finney, allowing him to join the digital currency&#8217;s network and &#8220;mine&#8221; many bitcoins during the early days. The stash helped the Finneys cover Hal&#8217;s medical expenses, but it also came at a price.</p>\n<p>Hal Finney died in August, and his wife Fran says he spent his final months being harassed by the online extortionist. He called the Finney&#8217;s home number nine times in the two months after the attack, threatening to assault family members and expose their personal information. &#8220;What I&#8217;m angry about is it took away some of the peace that he could have had for the last few months of his life,&#8221; she says. &#8220;This was taking up a lot of his emotional energy.&#8221;</p>\n<p>Roger Ver, another early bitcoin adopter, believes he was victimized by the same person the week before the Finney family was swatted. That&#8217;s when someone using the names Nitrous and Savaged hacked into Ver&#8217;s email accounts and demanded that he cough up 37 bitcoins&#8212;about $20,000 at the time&#8212;in order to prevent his private information from being published online. Ver refused, and the hacker apparently backed off after Ver put a <a href=\"http://www.wired.com/2014/05/dfwtbj/\">37 bitcoin bounty on his head.</a></p>\n<p>Ver, who was himself sentenced to 10 months in federal prison for illegally shipping explosive across state lines, believes that Savaged is not only the same person who swatted Hal Finney, but also the person who gained access to Satoshi Nakamoto&#8217;s email account earlier this year. And he&#8217;s mad that this extortionist hasn&#8217;t been caught.</p>\n<p>The &#8220;police have been devoting a huge amount of resources to track down peaceful people engaged in voluntary trade like <a href=\"http://www.wired.com/2014/09/bitcoin-exchange-ceo-pleads-guilty-in-silk-road-case/\">Charlie Shrem</a> and the operators of the Silk Road Market,&#8221; Ver says, &#8220;while evil hackers were busy terrorizing quadriplegic Hal Finney and his family.&#8221;</p>\n</span>\n\t\t\t\t\t</div>\n\n\t\t\n<div id='social-bottom' class=\"social-bookmarking-module\">\n    <ul>\n        <li class=\"facebook-small\"><div class=\"facebook-share-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F\" target=\"_blank\" class=\"indent\">Share on Facebook</a><!-- i have a purpose! i am the counter! delete me at your own peril! --><div>0</div></div></li>\n        <li class=\"twitter-small\"><a target=\"_blank\" href=\"https://twitter.com/share?text=An+Extortionist+Has+Been+Making+Life+Hell+for+Bitcoin%27s+Earliest+Adopters+%7C+WIRED&url=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F\" class=\"twitter-share-button\" data-lang=\"en\">Tweet</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"https://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script></li>\n        <li class=\"google-small\"><!--<g:plusone size=\"medium\"></g:plusone>-->\n\n<g:plusone size=\"medium\"></g:plusone></li>\n        <li class=\"linkedin-small\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\">\n  lang: en_US\n</script>\n<script type=\"IN/Share\" data-url=\"http://www.wired.com/2014/12/finney-swat/\" data-counter=\"right\"></script></li>\n    </ul>\n    <ul>\n        <li class=\"reddit\"><a title=\"Submit to Reddit\" href=\"http://www.reddit.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Ffinney-swat%252F&amp;title=An%2BExtortionist%2BHas%2BBeen%2BMaking%2BLife%2BHell%2Bfor%2BBitcoin%2526%25238217%253Bs%2BEarliest%2BAdopters\" target=\"_blank\"> Reddit </a>\n</li>\n        <li class=\"digg\"><a title=\"Digg this article\" href=\"http://www.digg.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Ffinney-swat%252F&amp;t=An%2BExtortionist%2BHas%2BBeen%2BMaking%2BLife%2BHell%2Bfor%2BBitcoin%2526%25238217%253Bs%2BEarliest%2BAdopters\" target=\"_blank\">Digg</a></li>\n        <li class=\"stumbleupon\"><a title=\"Recommend on StumbleUpon\" href=\"http://www.stumbleupon.com/submit?url=http%253A%252F%252Fwww.wired.com%252F2014%252F12%252Ffinney-swat%252F&amp;title=An%2BExtortionist%2BHas%2BBeen%2BMaking%2BLife%2BHell%2Bfor%2BBitcoin%2526%25238217%253Bs%2BEarliest%2BAdopters\" target=\"_blank\">Stumble Upon</a></li>\n        <li class=\"email\"><a  href=\"mailto:?subject=Check out this article on Wired.com: An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters&amp;body=Check out this article on Wired.com.\n\nAn Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters http://www.wired.com/2014/12/finney-swat/\" target=\"_blank\">Email</a></li>\n    </ul>\n</div>\n<div class=\"entry-tags\">\n\tTags: <a href=\"http://www.wired.com/tag/bitcoin/\" rel=\"tag\">bitcoin</a>, <a href=\"http://www.wired.com/tag/extortion/\" rel=\"tag\">extortion</a>, <a href=\"http://www.wired.com/tag/hal-finney/\" rel=\"tag\">hal finney</a></div>\n\n<ul class=\"entry-extra\">\n\t<li><a href=\"http://www.wired.com/2014/12/finney-swat/#respond\" title=\"Comment on An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\"><span class=\"dsq-postid\" rel=\"1688941 http://www.wired.com/?p=1688941\">Discuss</span></a> | </li>\n\t<li><a href=\"http://www.wired.com/2014/12/finney-swat/\" rel=\"bookmark\" title=\"Perament Link to An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\">Permalink</a></li>\n</ul><div class=\"advertisement\"><div id=\"spot_c300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"spot_c300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"spot_c\", { sz: \"300x250\", kws: [ \"spot_c\" ], collapse: true } );\n} \n}</script></div>        <!-- OUTBRAIN -->\n        <div class=\"OUTBRAIN\" data-src=\"http://www.wired.com/2014/12/finney-swat/\" data-widget-id=\"AR_1\" data-ob-template=\"Wired\" ></div>\n        \n<div id=\"disqus_thread\">\n    </div>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var disqus_url = 'http://www.wired.com/2014/12/finney-swat/';\n    var disqus_identifier = '1688941 http://www.wired.com/?p=1688941';\n    var disqus_container_id = 'disqus_thread';\n    var disqus_domain = 'disqus.com';\n    var disqus_shortname = 'wired';\n    var disqus_title = \"An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\";\n    var disqus_config = function () {\n        var config = this; // Access to the config object\n        config.language = '';\n\n        /* Add the ability to add javascript callbacks */\n        \n        /*\n           All currently supported events:\n            * preData — fires just before we request for initial data\n            * preInit - fires after we get initial data but before we load any dependencies\n            * onInit  - fires when all dependencies are resolved but before dtpl template is rendered\n            * afterRender - fires when template is rendered but before we show it\n            * onReady - everything is done\n         */\n\n        config.callbacks.preData.push(function() {\n            // clear out the container (its filled for SEO/legacy purposes)\n            document.getElementById(disqus_container_id).innerHTML = '';\n        });\n                    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    var DsqLocal = {\n        'trackbacks': [\n        ],\n        'trackback_url': \"http:\\/\\/www.wired.com\\/2014\\/12\\/finney-swat\\/trackback\\/\"    };\n/* ]]> */\n</script>\n\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n(function() {\n    var dsq = document.createElement('script'); dsq.type = 'text/javascript';\n    dsq.async = true;\n    dsq.src = '//' + disqus_shortname + '.' + 'disqus.com' + '/' + 'embed' + '.js' + '?pname=wordpress&pver=2.77';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n})();\n/* ]]> */\n</script>\n\n\t</article>\n\n\t\n</section><!--end section-->\n</div>\n\n\n<!-- start wired/default-sidebar -->\n<aside id=\"sidebar\">\n\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailTop300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"xrailTop300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailTop\", { sz: \"300x250\", kws: [ \"top\" ], collapse: false } );\n} \n}</script></div></div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"textwidget\"><div id=\"sidebar-posts-aggregate\" class=\"widget RSSAggregatorWidget\"></div>\n<script type=\"text/javascript\">\n\t(function( $ ) {\n\t\tvar items=[];\n\t\t$.getJSON(\"http://www.wired.com/wiredcms/most_recent_posts.json\", function( data ) {\n\t\t\titems.push('<li class=\"promo title\"><h4 class=\"promo-title\">MOST RECENT WIRED POSTS</li></h4></li>');\n\t\t\t// console.log( data );\n\t\t\t$.each( data, function( idx, post ) {\n\t\t\t\t// find a thumbnail\n\t\t\t\tvar post_thumbnail = 'http://www.wired.com/wp-content/themes/wired/assets/images/200x100-fallback.jpg';\n\t\t\t\tif( post.custom_fields.imagePath200x100 != undefined && post.custom_fields.imagePath200x100 != '' ) {\n\t\t\t\t\tvar post_thumbnail = post.custom_fields.imagePath200x100;\n\t\t\t\t} else if( post.custom_fields.imagePath300x160 != undefined && post.custom_fields.imagePath300x160 != '' )  {\n\t\t\t\t\tvar post_thumbnail = post.custom_fields.imagePath300x160;\n\t\t\t\t}\n\t    \t\titems.push( '<li class=\"promo-item\" id=\"promo-item-count'+(idx+1)+'\"><div class=\"promo-thumbnail\"><a href=\"'+post.url+'\"><img nopin=\"nopin\" src=\"'+post_thumbnail+'\" class=\"post-thumb\" alt=\"'+post.title_plain+'\" /></a></div>');\n\t    \t\titems.push( '<div class=\"promo-wrapper\"><div class=\"promo-headline\"><a class=\"module-rsswidget\" href=\"'+post.url+'\">'+post.title+'</a></div></div></li>');\n\n\t    \t\tif ( idx+1 == 2 ) {\n\n\t\t    \t\titems.push( '<div class=\"advertisement\"><div id=\"xrailSponsoredNativeAd290x94_frame\" class=\"displayAd displayAd290x94Js\" data-cb-ad-id=\"xrailSponsoredNativeAd290x94_frame\" style=\"\"></div></div>');\t\t \n\n\t    \t\t\tCN.dart.call('xrailSponsoredNativeAd', {\n                        sz: '290x94',\n                        kws: ['sponsored-native-ad'],\n                        collapse: 'true'\n                    });\n\t    \t\t}\n    \t\t});\n    \t\t$(\"<ul/>\", {\n    \t\t\t\"class\":\"rss-widget item rss-promo\",\n    \t\t\thtml: items.join(\"\"),\n    \t\t}).appendTo($(\"#sidebar-posts-aggregate\"));\n    \t});\n    \t// console.log('MOST RECENT WIRED POSTS partial-sidebar-promo complete');\n\t})(jQuery);\n</script></div>\n\t\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailMiddle300x60_frame\" class=\"displayAd displayAd300x60Js\" data-cb-ad-id=\"xrailMiddle300x60_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailMiddle\", { sz: \"300x60\", kws: [ \"middle\" ], collapse: true } );\n} \n}</script></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div class=\"advertisement\"><div id=\"xrailBottom300x250_frame\" class=\"displayAd displayAd300x250Js\" data-cb-ad-id=\"xrailBottom300x250_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"xrailBottom\", { sz: \"300x250\", kws: [ \"bottom\" ], collapse: false } );\n} \n}</script></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><div id=\"sidebar-popular-aggregate\" class=\"widget MostPopularWidget\"></div>\n<script type=\"text/javascript\">\n    (function( $ ) {\n    \t$(document).ready(function() {\n\t        var items=[];\n\t        $.getJSON('http://www.wired.com/wiredcms/chartbeat.json', function( data ) {\n\t            var cnt=0;\n\t            items.push('<h4>TRENDING NOW ON WIRED</h4>');\n\t            $.each( data.pages, function( idx, page ) {\n\t                if( page.path === 'www.wired.com/' ) {\n\t                    return true;\n\t                }\n\n\t                if( cnt === 0 ) {\n\t                    most_ppl = page.stats.people;\n\t                }\n\n\t                ppl = page.stats.people;\n\t                var pop_opcty = (ppl/most_ppl);\n\t                var pop_width = Math.round( pop_opcty * 250 );\n\t                pop_opcty = pop_opcty < 0.25 ? 0.25 : pop_opcty;\n\t                pop_width = pop_width < 10 ? 10 : pop_width;\n\t                s_title = page.title.split('|');\n\t                var row_c = ( cnt % 2 ) === 0 ? 'even' : 'odd';\n\t                cnt++;\n\n\t                items.push('<a class=\"module-mostpopular\" href=\"http://'+page.path+'\"><div class=\"'+row_c+'\"><div class=\"sotw_link_popular\"><p>'+s_title[0].trim()+'</p></div>');\n\t                items.push('<div class=\"popularity-line\" style=\"width:'+pop_width+'px; opacity:'+pop_opcty+';\"><!-- '+ppl+' | '+pop_width+' | '+pop_opcty+'--></div></div></a>');\n\t            });\n\t            $(items.join('')).appendTo($('#sidebar-popular-aggregate' ) );\n\t        });\n\t        // console.log('TRENDING NOW ON WIRED partial-sidebar-popular complete');\n        });\n    })(jQuery);\n</script></div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"textwidget\"><div><div id=\"masthead\">\r\n\r\n    <h3>\r\n        <span class=\"kicker\">Wired</span>\r\n        enterprise\r\n    </h3>\r\n\r\n    <dl>\r\n        <dt>\r\n            Editor\r\n        </dt>\r\n\r\n        <dd>\r\n            <a href=\"/author/cade_metz/\">Cade Metz</a>\r\n        </dd>\r\n\r\n        <dt>\r\n            Senior Writer\r\n        </dt>\r\n\r\n        <dd>\r\n            <a href=\"/author/BobMcMillan/\">Robert McMillan</a>\r\n        </dd>\r\n\r\n        <dt>\r\n            Contributor\r\n        </dt>\r\n\r\n        <dd>\r\n            <a href=\"/author/kfinley/\">Klint Finley</a>\r\n        </dd>\r\n\r\n    </dl>\r\n\r\n    <a href=\"/about/feedback/\">Send us a tip</a>\r\n\r\n</div></div></div>\n\t\t\t\t\t<div class=\"textwidget\"><h4>Subscribe to Wired Magazine</h4>\r\n\t<div id=\"AMS_WIR_BLOGS_RIGHTRAIL_A\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A != 'undefined' ) {\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_A\" ).html( pageAds.AMS_WIR_BLOGS_RIGHTRAIL_A.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_A\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_BLOGS_RIGHTRAIL_A not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</div>\n\t\t\t\t\t<div class=\"textwidget\">\t<div id=\"AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_CONTENTPAGE_RIGHTRAIL_B != 'undefined' ) {\n  jQuery( \"#AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" ).html( pageAds.AMS_WIR_CONTENTPAGE_RIGHTRAIL_B.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_CONTENTPAGE_RIGHTRAIL_B\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_CONTENTPAGE_RIGHTRAIL_B not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t</div>\n\t\t\t\t\t<div class=\"textwidget\"><h4>Advertisement</h4>\r\n<script type=\"text/javascript\">\n<!--\ngoogle_ad_client       = 'ca-conde_wired';\ngoogle_ad_channel      = 'wir_standard_a';\ngoogle_ad_width        = '234';\ngoogle_ad_height       = '60';\ngoogle_image_size      = '234x60';\ngoogle_adtest          = 'off';\ngoogle_ad_type         = 'text';\ngoogle_alternate_color = '#1c9dff';\ngoogle_color_bg        = '#FFFFFF';\ngoogle_color_border    = '#FFFFFF';\ngoogle_color_line      = '#FFFFFF';\ngoogle_color_link      = '#1c9dff';\ngoogle_color_text      = '#3d3d3d';\ngoogle_color_url       = '#aaaaaa';\ngoogle_max_num_ads     = '1';\n//-->\n</script>\n<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n</div>\n\t\t\t\t\t<div class=\"textwidget\"><h3>Services</h3>\r\n\t<div id=\"AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" class=\"ecom-placement\">\n\t\t<a href=\"https://w1.buysub.com/loc/WIR/ATGFailsafe\" target=\"_blank\">\n\t\t\t<img alt=\"Subscribe to WIRED Magazine\" src=\"http://www.wired.com/wp-content/themes/wired/assets/images/subscribe_290x110.gif\" />\n\t\t</a>\n\t\t            <script type=\"text/javascript\">\n            //<!--\n                if ( ( typeof pageAds != 'undefined') && ( CN.url.params( 'nojoy' ) != 1 ) ) {\n                                    (function(){\n                    if ( typeof pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES != 'undefined' ) {\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" ).html( pageAds.AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES.replace( /document.write\\(.*\\)/gi, \"/* filtered by amg-magnet:document.write(...) */\" ) );\n  jQuery( \"#AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES\" ).css( { visibility: 'visible' } );\n} else { CN.debug.info( \"AMS_WIR_BLOGS_RIGHTRAIL_SUBSERVICES not in pageAds.\"); }\n                    })();\n                                }\n            //-->\n            </script>\n            \t</div>\n\t\r\n<div class=\"group\">\r\n<strong>Quick Links:</strong>\r\n<a href=\"/about/feedback/\">Contact Us</a>\r\n|\r\n<a id=\"login_link\" href=\"/user/login\" style=\"display: inline;\">Login/Register</a>\r\n<a id=\"logout_link\" href=\"/user/logout\" style=\"display: none;\">Logout</a>\r\n|\r\n<a href=\"/services/newsletters\">Newsletter</a>\r\n|\r\n<a href=\"/about/rss_feeds/\">RSS Feeds</a>\r\n|\r\n<a href=\"http://jobs.wired.com\">WIRED Jobs</a>\r\n|\r\n<a href=\"/about/mobile/\">WIRED Mobile</a>\r\n|\r\n<a href=\"/about/faq\">FAQ</a>\r\n|\r\n<a href=\"/about/sitemap/\">Sitemap</a>\r\n</div></div>\n\t\t</aside>\n<!-- end wired/default-sidebar -->\n<!-- start wired/footer.php -->\n\n</div> <!-- close please? -->\n</div> <!-- close shell -->\n\n\t<div id=\"footer-ad\">\n\t<div class=\"advertisement\"><div id=\"bottom728x90_frame\" class=\"displayAd displayAd728x90Js\" data-cb-ad-id=\"bottom728x90_frame\"></div><script type=\"text/javascript\">if ( typeof CN !== \"undefined\" ) {\nif ( ! CN.isMobile && CN.dart ) {\n CN.dart.call( \"bottom\", { sz: \"728x90\", kws: [ \"bottom\" ], collapse: true } );\n} \n}</script></div>\t</div>\n\n<!-- #post-nav-->\n<div id=\"post-nav\" class=\"hidden fixed\">\n\t<button type=\"button\" title=\"Collapse menu (Press m)\">Collapse</button>\n\t\t<a href=\"http://www.wired.com/2014/12/emma-phillip-salt/\" class=\"prev no-image module-prevnext\" title=\"Previous article (Press Shift + j or Shift + [left arrow])\">\n\t\t<div>Previous Article</div>\n\t\t<h3>A Beautiful Salt Refinery That Looks Like Another Planet</h3>\n\t\t\t</a>\n\t\t<a href=\"http://www.wired.com/2014/12/most-dangerous-software-bugs-2014/\" class=\"next  module-prevnext\" title=\"Next article (Press Shift + k or Shift + [right arrow])\">\n\t\t<div>Next Article</div>\n\t\t<h3>The 5 Most Dangerous Software Bugs of 2014</h3>\n\t\t\t</a>\n\t</div> <!-- /#post-nav-->\n\n<footer>\n\t<ul class='row' id='footer-wired-links'>\n\t\t<li><a href=\"http://www.wired.com/about/faq/\">FAQ</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/feedback/\">Contact Us</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/wired-staff/\">WIRED Staff</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/staff_publishing/\" target=\"_blank\">Advertising</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/about/press/\">Press Center</a> | </li>\n\t\t<li><a href=\"http://www.wired.com/customerservice\" target=\"_blank\">Subscription Services</a> | </li>\n\t\t<li><a href=\"/services/newsletters/demographics/\">Newsletter</a> | </li>\n\t\t<li><a id=\"footer_rss_icon\" href=\"/about/rss_feeds/\">RSS Feeds</a></li>\n\t</ul>\n\n\t<ul class='row' id='footer-conde-links'>\n\t\t<li><strong>Cond&eacute; Nast Web Sites:</strong></li>\n\t\t<li><a href=\"http://www.webmonkey.com\">Webmonkey</a> |</li>\n\t\t<li><a href=\"http://www.reddit.com\">Reddit</a> | </li>\n\t\t<li><a href=\"http://www.arstechnica.com\">ArsTechnica</a> |</li>\n\t\t<li><a href=\"http://www.details.com/\">Details</a> |</li>\n\t\t<li><a href=\"http://www.golfdigest.com/\">Golf Digest</a> |</li>\n\t\t<li><a href=\"http://www.gq.com/\">GQ</a> |</li>\n\t\t<li><a href=\"http://www.newyorker.com/\">New Yorker</a></li>\n\t</ul>\n\n\t<div class='row' id='footer-dropdown'>\n\t\t<form>\n\t\t\t<fieldset>\n\t\t\t\t<select id=\"footer_dropdowns_subscribe\" name=\"footer_dropdowns_subscribe\">\n\t\t\t\t\t<option>Subscribe to a magazine:</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/?source=SITEFOOTER\">View All Titles</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER\">Allure</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest?source=SITEFOOTER\">Architectural Digest</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER\">Bon App&#233;tit</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER\">Brides</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER\">Cond&#233; Nast Traveler</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER\">Details</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER\">Glamour</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER\">Golf Digest</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER\">Golf World</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER\">GQ</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER\">Lucky</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER\">Self</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER\">Teen Vogue</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER\">The New Yorker</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER\">Vanity Fair</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER\">Vogue</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER\">W</option>\n\t\t\t\t\t<option value=\"http://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER\">WIRED</option>\n\t\t\t\t</select>\n\t\t\t\t<select id=\"footer_dropdowns_sites\" name=\"footer_dropdowns_sites\">\n\t\t\t\t\t<option>Cond&#233; Nast web sites:</option>\n\t\t\t\t\t<option value=\"http://www.allure.com/\">Allure</option>\n\t\t\t\t\t<option value=\"http://www.architecturaldigest.com/\">Architectural Digest</option>\n\t\t\t\t\t<option value=\"http://www.arstechnica.com/\">ArsTechnica</option>\n\t\t\t\t\t<option value=\"http://www.bonappetit.com/\">Bon App&eacute;tit</option>\n\t\t\t\t\t<option value=\"http://www.brides.com/\">Brides.com</option>\n\t\t\t\t\t<option value=\"http://www.cntraveler.com/\">Cond&eacute; Nast Traveler</option>\n\t\t\t\t\t<option value=\"http://www.portfolio.com/\">Cond&eacute; Nast Portfolio</option>\n\t\t\t\t\t<option value=\"http://www.concierge.com/\">Concierge</option>\n\t\t\t\t\t<option value=\"http://www.details.com/\">Details</option>\n\t\t\t\t\t<option value=\"http://www.epicurious.com/\">Epicurious</option>\n\t\t\t\t\t<option value=\"http://www.glamour.com/\">Glamour</option>\n\t\t\t\t\t<option value=\"http://www.golfdigest.com\">Golf Digest</option>\n\t\t\t\t\t<option value=\"http://www.golfworld.com\">Golf World</option>\n\t\t\t\t\t<option value=\"http://www.gq.com/\">GQ</option>\n\t\t\t\t\t<option value=\"http://www.hotelchatter.com/\">Hotel Chatter</option>\n\t\t\t\t\t<option value=\"http://www.jaunted.com/\">Jaunted</option>\n\t\t\t\t\t<option value=\"http://www.luckymag.com/\">Lucky</option>\n\t\t\t\t\t<option value=\"http://www.nutritiondata.com/\">Nutrition Data</option>\n\t\t\t\t\t<option value=\"http://www.reddit.com/\">Reddit</option>\n\t\t\t\t\t<option value=\"http://www.self.com/\">Self</option>\n\t\t\t\t\t<option value=\"http://www.style.com\">Style.com</option>\n\t\t\t\t\t<option value=\"http://www.teenvogue.com/\">Teen Vogue</option>\n\t\t\t\t\t<option value=\"http://www.newyorker.com/\">The New Yorker</option>\n\t\t\t\t\t<option value=\"http://www.thescene.com/\">The Scene</option>\n\t\t\t\t\t<option value=\"http://www.vanityfair.com/\">Vanity Fair</option>\n\t\t\t\t\t<option value=\"http://www.vogue.com\">Vogue</option>\n\t\t\t\t\t<option value=\"http://www.webmonkey.com\">Webmonkey</option>\n\t\t\t\t\t<option value=\"http://www.wmagazine.com/\">W</option>\n\t\t\t\t</select>\n\t\t\t\t<select id=\"footer_dropdowns_international\" name=\"footer_dropdowns_international\">\n\t\t\t\t\t<option>International Sites:</option>\n\t\t\t\t\t<option value=\"http://www.wired.co.uk\">Wired UK</option>\n\t\t\t\t\t<option value=\"http://www.wired.it\">Wired Italy</option>\n\t\t\t\t\t<option value=\"http://wired.jp\">Wired Japan</option>\n\t\t\t\t</select>\n\t\t\t</fieldset>\n\t\t</form>\n\t</div>\n\n\t<div class=\"row\" id=\"copyright\">\n\t\t<p>WIRED.com &copy; 2015 Cond&eacute; Nast. All rights reserved. Use of this Site constitutes acceptance of our <a href=\"http://www.condenast.com/privacy-policy\" title=\"User Agreement\" target=\"_blank\">User Agreement</a> <span class=\"revision-date\">(effective 01/02/2014)</span> and <a href=\"http://www.condenast.com/privacy-policy#privacypolicy\" title=\"Privacy Policy\" target=\"_blank\">Privacy Policy</a> <span class=\"revision-date\">(effective 01/02/2014)</span>. <a href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" title=\"Privacy Policy\" target=\"_blank\">Your California Privacy Rights</a>.</p>\n\t\t<p>The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written <a target=\"_blank\" href=\"http://www.condenast.com/reprints-permissions\">permission of Cond&eacute; Nast</a>.</p>\n\t\t<div class=\"add-choice\"><a class=\"ac\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-optout\" title=\"Privacy Policy\" target=\"_blank\">Ad Choices</a></div>\n\t</div>\n\n</footer> <!-- /#footer -->\n\n\n            <script type=\"text/javascript\">\n            //<!--\n                CN.config.set({\n                    title        : document.title,\n                                    isiFrame     : true\n                });\n            //-->\n            </script>\n                        <script type=\"text/javascript\" class=\"chartbeat\">\n            //<!--\n                var _sf_async_config = {\n                    uid:      15455,\n                    sections: \"wiredenterprise\",\n                    domain:   \"www.wired.com\",\n            path: \"http://www.wired.com/2014/12/finney-swat/\",\nauthors: \"Robert McMillan\",\n                };\n\n                (function(){\n                    function loadChartbeat() {\n                        window._sf_endpt=(new Date()).getTime();\n                        var e = document.createElement('script');\n                        e.setAttribute('language', 'javascript');\n                        e.setAttribute('type', 'text/javascript');\n                        e.setAttribute('src', ((\"https:\" == document.location.protocol) ? \"https://s3.amazonaws.com/\" : \"http://\") + \"static.chartbeat.com/js/chartbeat_pub.js\");\n                        document.body.appendChild(e);\n                    }\n                    var oldonload = window.onload;\n                    window.onload = (typeof window.onload != 'function') ?\n                    loadChartbeat : function() { oldonload(); loadChartbeat(); };\n                })();\n            //-->\n            </script>\n            \t        <!-- COMSCORE noscript -->\n\t        <noscript>\n\t\t\t\t<img src=\"http://b.scorecardresearch.com/p?c1=2&amp;c2=6035094&amp;c4=http%3A%2F%2Fwww.wired.com%2F2014%2F12%2Ffinney-swat%2F\" />\n\t\t\t</noscript>\n\t    <script type=\"text/javascript\">\n    // <![CDATA[\n        var disqus_shortname = 'wired';\n        (function () {\n            var nodes = document.getElementsByTagName('span');\n            for (var i = 0, url; i < nodes.length; i++) {\n                if (nodes[i].className.indexOf('dsq-postid') != -1) {\n                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel'));\n                    url = nodes[i].parentNode.href.split('#', 1);\n                    if (url.length == 1) url = url[0];\n                    else url = url[1]\n                    nodes[i].parentNode.href = url + '#disqus_thread';\n                }\n            }\n            var s = document.createElement('script'); s.async = true;\n            s.type = 'text/javascript';\n            s.src = '//' + disqus_shortname + '.disqus.com/count.js';\n            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);\n        }());\n    //]]>\n    </script>\n\n<!-- views/stats/partial-buzzfeed -->\n<div id=\"BF_WIDGET_1\">&nbsp;</div>\n<script type=\"text/javascript\">\n(function( $ ){\n        BF_WIDGET_JS=document.createElement(\"script\"); BF_WIDGET_JS.type=\"text/javascript\";\n        BF_WIDGET_SRC=\"http://ct.buzzfeed.com/wd/UserWidget?u=wired.com&to=1&or=vb&wid=1&cb=\" + (new Date()).getTime();\n        setTimeout(function() {document.getElementById(\"BF_WIDGET_1\").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1);\n        })();\n</script>\n<!-- views/stats/partial-parsely -->\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n    <div id=\"parsely-cfg\" data-parsely-site=\"wired.com\"></div>\n</div>\n\n<script>\n    (function(s, p, d) {\n      var h=d.location.protocol, i=p+\"-\"+s,\n          e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n          u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n          :\"static.\"+p+\".com\";\n          if (e) return;\n          e = d.createElement(s); e.id = i; e.async = true;\n          e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n        })(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include --><script type='text/javascript' src='http://www.wired.com/wp-content/themes/wired/assets/js/wp.min.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='https://apis.google.com/js/plusone.js?ver=1419976945' async='async'></script>\n<script type='text/javascript' src='http://assets.pinterest.com/js/pinit.js?ver=1419976945' async='async'></script>\n            <script type=\"text/javascript\" class=\"omniture_block\">\n            //<!--\n                CN.stats.omniture.init();\n                CN.stats.omniture.setStatus( CN.site.httpStatusCode );\n\n            CN.stats.omniture.setMobileView( ( CN.isMobile ) ? \"Mobile\" : \"Non-Mobile\" );\n\n                if ( CN.cookie.get('amg_user_partner') != '' ) {\n                    CN.stats.omniture.setCustomProp( \"52\", CN.cookie.get('amg_user_partner') );\n                }\n\n                CN.stats.omniture.setContentType( \"Article\" );\n\n                if ( CN.stats.omniture.setReferrer !== undefined && document.referrer.match( CN.site.tld ) ) {\n                    var referrer = document.referrer;\n                    referrer=referrer.split(\"?\")[0];\n                    CN.stats.omniture.setReferrer( referrer );\n                }\n\n                            if ( CN.stats.omniture.setKeywords !== undefined ) {\n                    CN.stats.omniture.setKeywords( \"wiredenterprise|bitcoin|extortion|hal-finney|robert-mcmillan|type-post|category-wiredenterprise|subwired-business|single|2014|12|finney-swat\" );\n                }\n\n            CN.stats.omniture.setAuthorName( \"Robert McMillan\" );\nCN.stats.omniture.setContentId( \"1688941\" );\nif ( CN.url.params('event') == 'loginsuccess' ) {\n CN.stats.omniture.trackAction( 'login', document, { events: 'event21' } );\n}\nvar referringModuleStored = store.get('referringModuleName');\nif (referringModuleStored) {\n\tCN.stats.omniture.setCustomProp( '10', referringModuleStored.replace(/\"/g, '') );\nstore.remove('referringModuleName');\n}\nCN.stats.omniture.setCustomProp( '6', 'wiredenterprise' );\nCN.stats.omniture.setCustomProp( '7', 'wiredenterprise/2014' );\nCN.stats.omniture.setCustomProp( '8', 'wiredenterprise/2014/12' );\nCN.stats.omniture.setCustomProp( '9', 'wiredenterprise/2014/12/finney-swat' );\ns.hier1 = \"wiredenterprise,2014,12,finney-swat\";\nvar dont_run_init_again = true;                // Run page tracking (also calls .init() again )\n                if ( CN.preventAutoTrack != true ) {\n                    CN.stats.omniture.doPageTracking();\n                }\n            //-->\n            </script>\n            <noscript>\n                <a href=\"http://www.omniture.com\" title=\"Web Analytics\">\n                    <img src=\"http://condenast.112.2o7.net/b/ss/conde-wired/1/H.15.1--NS/0\" height=\"1\" width=\"1\" border=\"0\" alt=\"\" />\n                </a>\n            </noscript>\n            \t        <!-- Outbrain -->\n            <script type=\"text/javascript\">\n\t        //<!--\n\t    \t\tjQuery(function() {\n                    if ( CN.isMobile ) {\n                        jQuery( '.OUTBRAIN' ).each( function() {\n                            var outbrainwidgetid = jQuery( this ).attr('data-widget-id');\n                            jQuery( this ).attr('data-widget-id', outbrainwidgetid.replace('AR', 'MB') );\n\n                        } );\n                    }\n                });\n                /* Outbrain */\n\t    \t\t(function(d){\n\t    \t\t\tvar f = d.getElementsByTagName('SCRIPT')[0];\n\t    \t\t\tvar outbrain = d.createElement('SCRIPT');\n\t    \t\t\toutbrain.type = 'text/javascript';\n\t        \t\toutbrain.async = true;\n\t        \t\toutbrain.src = 'http://widgets.outbrain.com/outbrain.js';\n\t        \t\tf.parentNode.insertBefore(outbrain, f);\n\t        \t}(document));\n\t        //-->\n\t        </script>\n\t                <div id=\"eventListHolder\" style=\"display:none;\"></div>\n        <script type=\"text/javascript\">\n        // <!--\n            (function(){\n                var ns= window.CN || window.CNP;\n                ns.site = ns.site || {};\n                ns.site.eventTrackingList = new EventList( \"eventListHolder\" );\n                ns.site.eventTrackingList.setBaseUrl( \"http://event.wired.com/\" );\n\n                ns.site.eventTrackingEvent = new EventObject( \"WIR\", \"most_viewed\" );\n\n                        ns.site.eventTrackingEvent.setContentId( \"1688941\" );\n                ns.site.eventTrackingEvent.setContentType( \"post\" );\n\n                        ns.site.eventTrackingEvent.setProperty( \"imgurl\", \"http://www.wired.com/wp-content/uploads/2014/12/Dec2013Mall.jpg\" );\n        \n        \n                ns.site.eventTrackingEvent.setEnvironment( \"PROD\" );\n                ns.site.eventTrackingEvent.setFullUrl( \"/2014/12/finney-swat/\" );\n                ns.site.eventTrackingEvent.setContentTitle( \"An Extortionist Has Been Making Life Hell for Bitcoin&#8217;s Earliest Adopters\" );\n\n                var fullContentURL = \"/2014/12/finney-swat/\";\n                var isAbsoluteURL = fullContentURL.substring(0,8);\n                var allowedTracking = 0;\n\n                if ( ( isAbsoluteURL.indexOf( 'http' ) == -1 && isAbsoluteURL.indexOf( 'https' ) == -1) || allowedTracking == 1 ) {\n                    ns.site.eventTrackingList.addEvent( ns.site.eventTrackingEvent );\n                    ns.site.eventTrackingList.writeImageTags();\n\n                    CN.debug.info('ETF most_viewed Tracked');\n                }\n\n            }())\n\n            function generateId(url) {\n                var urlRegexp;\n                if (url.indexOf(\"https:\") === 0) {\n                    urlRegexp = /https:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                } else {\n                    urlRegexp = /http:\\/\\/[^\\/]*\\/([^?#]*).*/i;\n                }\n                url.match(urlRegexp);\n                return RegExp.$1;\n            }\n        // -->\n        </script>\n        <script type=\"text/javascript\">_satellite.pageBottom();</script>\n<!-- POLAR - DO NOT ALTER - PASTE IMMEDIATELY before </body> tag -->\n<script type=\"text/javascript\" id=\"polar-partial\">\n\n(function(){\n\n  var compiledTemplate0 = '';\n\n\nwindow.NATIVEADS = window.NATIVEADS || {};\nwindow.NATIVEADS.injectedAt = new Date().getTime();\nwindow.NATIVEADS.onReady = function(ads) {\n\n  ads.setPropertyID(\"NA-WIRE-11236120\");\n  ads.setSecondaryPageURL(\"/sponsored\");\n\n  // get the section name from the dart zone for targeting, i.e. design, gadgetlab\n  // remove the trailing semicolon\n  var dartzone = CN.dart.get('zone').replace(\";\", \"\");\n\n  ads.insertPreview({\n    label: \"Right rail\",\n    unit: {\n      \"server\":\"dfp\",\n      \"id\": \"/3379/wiredcom.dart/\" + dartzone,\n      \"size\":\"290x95\",\n      \"targets\": {\n        \"category\":\"news\",\n        \"placement\":\"top\"\n      }\n    },\n    location: \"#promo-item-count3\",\n    infoText: \"\",\n    infoButtonText: \"\",\n    template: compiledTemplate0,\n    onRender: function($element) { console.log('Right rail Polar rendered.')},\n    onFill: function(data) { console.log(data) },\n    onError: function(error) { console.log('There was a problem with ' + error)}\n  });\n\n  ads.injectCSS(\" \", \"head\");\n\n\n  ads.configureSecondaryPage({\n    binding: {\n      sponsor: {\n        link: \"#sponsor-link\",\n        logo: \"#sponsor-logo\",\n        name: \"#sponsor-name\"\n      },\n      title: \"#title\",\n      summary: \"#summary\",\n      content: \"#content\",\n      author: \"#author\",\n      pubDate: \"#pub-date\",\n      image: {\n        href: \"\",\n        caption: \"#media-caption\",\n        credits: \"#media-credits\"\n      }\n    },\n    onFill: function(data) {\n      var title = data.title;\n      var description = data.summary; \n      var link = window.location.href;\n      var image_url = data.image.href;\n \n      //Facebook Share button Update\n      var APP_ID = \"d53bb4300a345fefeeccdfadf717335c\"; \n      ads.$('#share-button').bind('click', function(e){\n          e.preventDefault();\n          url = \"https://www.facebook.com/dialog/feed?app_id=\" + APP_ID + \n              \"&link=\" + encodeURIComponent(link) + \n              \"&name=\" + encodeURIComponent(title) + \n              \"&caption=\" + encodeURIComponent('Shared from http://www.wired.com') + \n              \"&description=\" + encodeURIComponent(description) + \n              \"&picture=\" + encodeURIComponent(image_url) +\n              \"&redirect_uri=\" + encodeURIComponent(link);\n          console.log(url);\n          window.open(url);\n      });\n    },\n    //onFill: function(data) { console.log(data);},\n    onRender: function() { \n      console.log('Sponsored article rendered.'); \n      var images = ads.$('.phoenix-inline-image img');\n      // articleFeaturedDiv appears only on Mobify.\n      var articleFeaturedDiv = ads.$('#article-featured.image-featured');\n      // Check to see if Mobify\n      if ((articleFeaturedDiv).length) {\n        // For Mobify, this will remove the image within the first instance of class \"phoenix-inline-image\" and append it to the div with id \"article-featured.\" \n        // This hoists this first main image above the headline in Mobify.\n        articleFeaturedDiv.append(images[0]); \n      } else {\n          // Add CSS to smaller images for text wrap on Desktop only.\n          for (var i = 0; i < images.length; i++) {\n            var img = images[i];\n            if (img.width < 400){\n              ads.$(img).css({\"float\":\"left\",\"padding-right\":\"1em\"});\n            }\n          }\n      }\n    },\n    //onRender: function() { console.log('Sponsored article rendered.'); },\n    onError: function(error) { console.log('Something went wrong with ' + error); },\n    track: function() { }\n  });\n\n};\n\n  /*\n\n   This function represents a pre-compiled Handlebars template. Pre-compiled\n   templates are not pretty, but they provide a very significant performance\n   boost, especially on mobile devices. For more information, see\n   http://handlebarsjs.com/precompilation.html.\n\n   Note that this code has been generated from the following markup:\n\n<li class=\"promo-item\" id=\"promo-item-count3\" style=\"background:#f7f7f7;\">\n    <div class=\"promo-thumbnail\">\n        <a href=\"{{link}}\" onclick=\"s_objectID=&quot;{{title}}_1&quot;;return this.s_oc?this.s_oc(e):true\" rel=\"nofollow\">\n            <img nopin=\"nopin\" src=\"{{image.href}}\" class=\"post-thumb\" alt=\"undefined\" width=\"140\" height=\"70\">\n        </a>\n    </div>\n    <div class=\"promo-wrapper\">\n      <div class=\"promo-headline\"><span style=\"color:gray;font-size: 13px;font-family: helvetica;line-height: 20px;\">Sponsored:</span><br><a class=\"module-rsswidget\" href=\"{{link}}\" onclick=\"s_objectID=&quot;{{link}}_2&quot;;return this.s_oc?this.s_oc(e):true\" rel=\"nofollow\">{{title}}</a>\n        </div>\n    </div>\n</li>\n\n  */\n\n  compiledTemplate0 = function (Handlebars,depth0,helpers,partials,data) {\n  this.compilerInfo = [4,'>= 1.0.0'];\nhelpers = this.merge(helpers, Handlebars.helpers); data = data || {};\n  var buffer = \"\", stack1, stack2, functionType=\"function\", escapeExpression=this.escapeExpression;\n\n\n  buffer += \"<li class=\\\"promo-item\\\" id=\\\"promo-item-count3\\\" style=\\\"background:#f7f7f7;\\\">\\n    <div class=\\\"promo-thumbnail\\\">\\n        <a href=\\\"\";\n  if (stack1 = helpers.link) { stack1 = stack1.call(depth0, {hash:{},data:data}); }\n  else { stack1 = depth0.link; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }\n  buffer += escapeExpression(stack1)\n    + \"\\\" onclick=\\\"s_objectID=&quot;\";\n  if (stack1 = helpers.title) { stack1 = stack1.call(depth0, {hash:{},data:data}); }\n  else { stack1 = depth0.title; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }\n  buffer += escapeExpression(stack1)\n    + \"_1&quot;;return this.s_oc?this.s_oc(e):true\\\" rel=\\\"nofollow\\\">\\n            <img nopin=\\\"nopin\\\" src=\\\"\"\n    + escapeExpression(((stack1 = ((stack1 = depth0.image),stack1 == null || stack1 === false ? stack1 : stack1.href)),typeof stack1 === functionType ? stack1.apply(depth0) : stack1))\n    + \"\\\" class=\\\"post-thumb\\\" alt=\\\"undefined\\\" width=\\\"140\\\" height=\\\"70\\\">\\n        </a>\\n    </div>\\n    <div class=\\\"promo-wrapper\\\">\\n      <div class=\\\"promo-headline\\\"><span style=\\\"color:gray;font-size: 13px;font-family: helvetica;line-height: 20px;\\\">Sponsored:</span><br><a class=\\\"module-rsswidget\\\" href=\\\"\";\n  if (stack2 = helpers.link) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.link; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"\\\" onclick=\\\"s_objectID=&quot;\";\n  if (stack2 = helpers.link) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.link; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"_2&quot;;return this.s_oc?this.s_oc(e):true\\\" rel=\\\"nofollow\\\">\";\n  if (stack2 = helpers.title) { stack2 = stack2.call(depth0, {hash:{},data:data}); }\n  else { stack2 = depth0.title; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }\n  buffer += escapeExpression(stack2)\n    + \"</a>\\n        </div>\\n    </div>\\n</li>\\n\\n\\n\";\n  return buffer;\n  };\n\n})();\n\n(function(d, s, id) {\n  var js, fjs = d.getElementsByTagName(s)[0];\n  if (d.getElementById(id)) {return;}\n  js = d.createElement(s);\n  js.id = id; js.type = \"text/javascript\"; js.async = true;\n  js.src = \"http://plugin.mediavoice.com/plugin.js\";\n  fjs.parentNode.insertBefore(js, fjs);\n})(document, \"script\", \"nativeads-plugin\");\n\n</script>\n<!-- END POLAR --><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon-1.newrelic.com\",\"licenseKey\":\"2907deeb56\",\"applicationID\":\"3708287\",\"transactionName\":\"YlIEZhNSXxEAABYNW1sYM0AIHFgMBQYaSkRdRw==\",\"queueTime\":0,\"applicationTime\":10,\"ttGuid\":\"\",\"agentToken\":\"\",\"userAttributes\":\"\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"js-agent.newrelic.com\\/nr-476.min.js\"}</script></body>\n</html>\n<!-- end wired/footer.php -->"
  },
  {
    "path": "tests/data/html/wnet.org1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"en-US\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\n\n\n<link rel=\"shortcut icon\" href=\"http://www.wnet.org/wnet_favicon.ico\"  type=\"image/favicon\"/> \n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WNET RSS Feed\" href=\"http://www.wnet.org/feed/\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"WNET Atom Feed\" href=\"http://www.wnet.org/feed/atom/\" />\n<link rel=\"pingback\" href=\"http://www.wnet.org/xmlrpc.php\" />\n\n<!-- add this -->\n<script type=\"text/javascript\">var addthis_config = {\"data_track_clickback\":true};</script>\n<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#username=thirteen\"></script>\n<!-- end add this -->\n\n\n\n\n\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.2.5 - http://yoast.com/wordpress/seo/ -->\n<title>WNET Audit Committee Meetings | WNET</title>\n<link rel=\"canonical\" href=\"http://www.wnet.org/blog/2013/12/16/audit-committee/\" />\n<meta property='og:locale' content='en_us'/>\n<meta property='og:title' content='WNET Audit Committee Meetings | WNET'/>\n<meta property='og:url' content='http://www.wnet.org/blog/2013/12/16/audit-committee/'/>\n<meta property='og:site_name' content='WNET'/>\n<meta property='og:type' content='article'/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel='stylesheet' id='wnet-convio-subscribe-css'  href='http://www.wnet.org/wp-content/plugins/wnet-convio-subscribe/libs/css/wnet-convio-subscribe.css?ver=1.1' type='text/css' media='all' />\n<link rel='stylesheet' id='thickbox-css'  href='http://cn1.wnet.org/wp-includes/js/thickbox/thickbox.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='theme-wnet-1-css'  href='http://cn1.wnet.org/wp-content/themes/wnet/css/site-new.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='theme-wnet-2-css'  href='http://cn1.wnet.org/wp-content/themes/wnet/css/print.css?ver=1.0' type='text/css' media='print' />\n<link rel='stylesheet' id='popup-css'  href='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/css/popup.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='colorbox-css'  href='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/css/colorbox.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='wp-pagenavi-css'  href='http://www.wnet.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />\n<script type='text/javascript' src='http://cn1.wnet.org/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/common/js/common.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-content/themes/wnet/js/jquery.touchslider.min.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-content/themes/wnet/js/wnet.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/colorbox.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/jquery.cookie.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/jquery.rwdImageMaps.min.js?ver=3.4.2'></script>\n<meta name=\"generator\" content=\"WordPress 3.4.2\" />\n\n</head>\n<body>\n<!--   gtm tracker  -->\n\t<!--updated php version-->\r\n\t<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T4Q4CD\"height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n\t<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],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-T4Q4CD');</script>\r\n<!--updated php version-->\r\n<!--   gtm tracker  -->\n   <!-- * The Pledge is off * -->\n<div id=\"headprint\"><a href=\"http://www.wnet.org/\"><img src=\"http://cn1.wnet.org/wp-content/themes/wnet/images/wnet-logo-printable.gif\" width=\"367\" height=\"100\" alt=\"\" border=\"0\" /></a></div>\n\n<div id=\"bg2\">\n<div id=\"page\">\n\n\n\t\n<div id=\"header\">\n\n<div class=\"header-logo\"><a href=\"http://www.wnet.org\"><img src=\"http://cn1.wnet.org/wp-content/themes/wnet/images/WNET-header-top.gif\" width=\"397\" height=\"113\" alt=\"WNET New York Public Media\"/></a></div>\n\n<div class=\"header-search\">\n<form method=\"get\" id=\"searchform\" action=\"http://www.wnet.org/search-results/\">\n<input type=\"text\" name=\"q\" class=\"searchbox\"  value=\"Search WNET\" onfocus=\"if (this.value == 'Search WNET') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = 'Search WNET';}\"/>\n<input type=\"submit\" name=\"submit\" value=\"search\" class=\"submit\" />\n</form>\n</div>\n\n\n</div>\n\n\n\n\n\n<div id=\"sitenav\" class=\"main-nav\">\n<div class=\"menu-topnav-container\"><ul id=\"access\"><li id=\"menu-item-1248\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1248\"><a href=\"/\">Home</a></li>\n<li id=\"menu-item-1249\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1249\"><a href=\"http://www.wnet.org/about/\">About</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1250\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1250\"><a href=\"http://www.wnet.org/about/\">Introduction</a></li>\n\t<li id=\"menu-item-1251\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1251\"><a href=\"http://www.wnet.org/about/mission/\">Our Mission</a></li>\n\t<li id=\"menu-item-1252\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1252\"><a href=\"http://www.wnet.org/about/leadership/\">Leadership</a></li>\n\t<li id=\"menu-item-1338\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1338\"><a href=\"http://www.wnet.org/about/trustees/\">Trustees</a></li>\n\t<li id=\"menu-item-1381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1381\"><a href=\"http://www.wnet.org/about/public-meetings/\">Public Meetings</a></li>\n\t<li id=\"menu-item-1455\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1455\"><a href=\"http://www.wnet.org/about/financials/\">Financials</a></li>\n\t<li id=\"menu-item-1593\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1593\"><a href=\"http://www.wnet.org/wnet-annual-review-2013/\">2013 Annual Review</a></li>\n\t<li id=\"menu-item-1256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1256\"><a href=\"http://www.wnet.org/about/production-companies/\">Production Companies</a></li>\n\t<li id=\"menu-item-1328\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1328\"><a href=\"http://ieg.wnet.org/\">Interactive</a></li>\n\t<li id=\"menu-item-1599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1599\"><a href=\"http://www.wnet.org/education/\">Education</a></li>\n\t<li id=\"menu-item-1258\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1258\"><a href=\"http://www.wnet.org/about/lincoln-center/\">Tisch WNET Studios</a></li>\n\t<li id=\"menu-item-1259\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1259\"><a href=\"http://www.wnet.org/about/internships/\">Internships</a></li>\n\t<li id=\"menu-item-1260\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1260\"><a href=\"http://www.wnet.org/about/privacy-policy/\">Privacy Policy</a></li>\n\t<li id=\"menu-item-1261\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1261\"><a href=\"http://www.wnet.org/about/terms-of-service/\">Terms of Service</a></li>\n\t<li id=\"menu-item-1348\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1348\"><a href=\"http://www.wnet.org/about/contact/\">Contact</a></li>\n\t<li id=\"menu-item-1333\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1333\"><a href=\"http://www.wnet.org/about/eeo/\">EEO</a></li>\n\t<li id=\"menu-item-1264\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1264\"><a href=\"http://www.wnet.org/about/cpb/\">CPB Reports</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1265\"><a href=\"http://www.wnet.org/support/\">Support</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1271\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1271\"><a href=\"http://www.wnet.org/support/\">Introduction</a></li>\n\t<li id=\"menu-item-1266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1266\"><a href=\"http://www.wnet.org/support/sponsorship/\">Sponsorship</a></li>\n\t<li id=\"menu-item-1267\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1267\"><a href=\"http://www.wnet.org/support/major-gifts/\">Individual Giving</a></li>\n\t<li id=\"menu-item-1268\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1268\"><a href=\"http://www.wnet.org/support/plannedgiving/\">Bequests and Planned Gifts</a></li>\n\t<li id=\"menu-item-1269\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1269\"><a href=\"http://www.wnet.org/support/corporate-membership/\">Corporate Membership</a></li>\n\t<li id=\"menu-item-1270\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1270\"><a href=\"http://www.wnet.org/support/membership/\">Membership</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1272\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1272\"><a href=\"http://www.wnet.org/thepressroom/\">Pressroom</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1273\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1273\"><a href=\"http://www.thirteen.org/pressroom\">THIRTEEN Pressroom</a></li>\n\t<li id=\"menu-item-1274\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1274\"><a href=\"http://www.wliw.org/21pressroom/\">WLIW 21 Pressroom</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1275\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1275\"><a href=\"#\">Channels</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1276\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1276\"><a href=\"http://www.thirteen.org/\">THIRTEEN</a></li>\n\t<li id=\"menu-item-1277\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1277\"><a href=\"http://www.wliw.org/\">WLIW21</a></li>\n\t<li id=\"menu-item-1278\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1278\"><a href=\"http://www.njtvonline.org/\">NJTV</a></li>\n\t<li id=\"menu-item-1279\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1279\"><a href=\"http://www.thirteen.org/kids\">KidsTHIRTEEN</a></li>\n\t<li id=\"menu-item-1280\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1280\"><a href=\"http://whatsoncreate.wliw.org/\">WLIW Create</a></li>\n\t<li id=\"menu-item-1281\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1281\"><a href=\"http://whatsonworld.wliw.org/\">WLIW World</a></li>\n\t<li id=\"menu-item-1282\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1282\"><a href=\"http://www.vmetv.com/\">V-me</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1283\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1283\"><a href=\"http://www.wnet.org/careers/\">Careers</a></li>\n</ul></div>\t\t<a href=\"http://support.thirteen.org/thirteenwnet\" data-track=\"convio\" class=\"donate\">DONATE</a>\n\n</div>\n<div class=\"clear\"></div>\n\n<!-- dynamic all programs -->\n<!-- end dynamic all programs -->\n\n<div id=\"thecontent\">\n\n\n\t<div id=\"leftcontent\">\n\n\t\n\n\t\t<div class=\"post\" id=\"post-856\">\n\t\t\t<h2>WNET Audit Committee Meetings</h2>\n\n\t\t\t<div class=\"entry\">\n\t\t\t\t<p><strong>AUDIT COMMITTEE</strong> (at Skadden, Arps, Slate, Meagher &amp; Flom LLP 4 Times Square, 42nd St. between Bwy and Sixth Ave.)</p>\n<p>Tuesday, September 24, 2013 at 2:30 PM **Telephonic<br />\nMonday, November 25, 2013 at 3:00 PM<br />\nTuesday, April 22, 2014 at 1:00 PM</p>\n<p>** To request the toll-free conference call-in number, please call (212) 560 &#8211; 6928</p>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t</div>\n\t\t</div>\n\n\n\t\n\t</div>\n\n\t\n\t\n<div id=\"sidebar\">\n\n\n\n\n<!-- get updates -->\n\n\n<div id=\"updates\">\n\n<div class=\"title\">Receive updates by email from WNET</div>\n\n\n<!-- email signup form -->\n<div class=\"sidebar-signup\">\n\n\t\t<div class=\"wrap-wnet-convio cf\">\n\t\t<form class=\"form-wnet-convio\" data-randid=\"9094\" data-optin=\"\" method=\"post\" name=\"emailForm\" action=\"http://www.wnet.org/wp-admin/admin-ajax.php\">\n\t\t<input type=\"hidden\" name=\"action\" id=\"action\" value=\"convio_email_form\">\n\t\t<input type=\"hidden\" name=\"nonce\" id=\"nonce\" value=\"601b996cfa\">\n\t\t<input type=\"hidden\" name=\"from\" id=\"from\" value=\"homepage\">\n\t\t<input type=\"hidden\" name=\"interestids\" id=\"interestids\" value=\"1606,2541,2461,2561\">\n\t\t<input type=\"text\" id=\"email\" name=\"email\" class=\"emailfield\" placeholder=\"Enter email address\" />\n\t\t<button type=\"submit\" class=\"emailsubmit\" style=\"background-color: #FDAF17; border-color: #FDAF17;\">SUBMIT</button>\n\t\t</form>\n\t\t<div class=\"message-wnet-convio message-9094\"></div>\n\t\t</div>\n\t\t</div>\n<!-- End email signup form -->\n\n</div>\n\n<!-- end get updates -->\t\t\t\n\t\t\n\t\n\t\n\t\n</div>\n\n\t\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n<!-- footer -->\n<div id=\"footer\">\n\n\n<a href=\"http://www.wnet.org/about/contact/\">contact</a>\n<a href=\"http://www.thirteen.org/schedule\">TV schedule</a>\n<a href=\"http://www.pbs.org\">pbs.org</a>\n<a href=\"http://www.wnet.org/thepressroom/\">pressroom</a>\n<a href=\"http://www.wnet.org/public-files/\">Public Files</a>\n<a href=\"http://www.wnet.org/about/privacy-policy/\">privacy policy</a>\n<a href=\"http://www.wnet.org/about/terms-of-service/\">terms of service</a>\n\n\n\n\n<br/>\n<strong> &copy;2015 WNET &nbsp;&nbsp; 825 Eighth Avenue &nbsp;&nbsp; New York, NY 10019</strong>\n\n\n\n  </div>\n<!-- end footer -->\n\n</div>\n</div>\n\n<div id=\"footprint\">&copy;2015 WNET &nbsp;&nbsp; 825 Eighth Avenue &nbsp;&nbsp; New York, NY 10019</div>\n\n\n<div style=\"display: none;\"><script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/wnet-convio-subscribe/libs/js/wnet-convio-subscribe.js?ver=1.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/www.wnet.org\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\",\"closeImage\":\"http:\\/\\/www.wnet.org\\/wp-includes\\/js\\/thickbox\\/tb-close.png\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117'></script>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n</div>\n\t\n<!-- monitor test string -->\t\t\n</body>\n</html>\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nPage Caching using apc\r\nDatabase Caching 17/115 queries in 0.040 seconds using apc\r\nObject Caching 1125/1332 objects using apc\r\nContent Delivery Network via cn1.wnet.org\r\n\r\nServed from: www.wnet.org @ 2015-01-03 06:48:28 -->"
  },
  {
    "path": "tests/data/html/wnet.org2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"en-US\" xmlns:og=\"http://opengraphprotocol.org/schema/\">\n\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\n\n\n<link rel=\"shortcut icon\" href=\"http://www.wnet.org/wnet_favicon.ico\"  type=\"image/favicon\"/> \n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WNET RSS Feed\" href=\"http://www.wnet.org/feed/\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"WNET Atom Feed\" href=\"http://www.wnet.org/feed/atom/\" />\n<link rel=\"pingback\" href=\"http://www.wnet.org/xmlrpc.php\" />\n\n<!-- add this -->\n<script type=\"text/javascript\">var addthis_config = {\"data_track_clickback\":true};</script>\n<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#username=thirteen\"></script>\n<!-- end add this -->\n\n\n\n\n\n<!-- This site is optimized with the Yoast WordPress SEO plugin v1.2.5 - http://yoast.com/wordpress/seo/ -->\n<title>WNET Interactive &amp; Technology Committee Meetings | WNET</title>\n<link rel=\"canonical\" href=\"http://www.wnet.org/blog/2013/12/16/wnet-interactive-technology-committee-meetings/\" />\n<meta property='og:locale' content='en_us'/>\n<meta property='og:title' content='WNET Interactive &amp; Technology Committee Meetings | WNET'/>\n<meta property='og:url' content='http://www.wnet.org/blog/2013/12/16/wnet-interactive-technology-committee-meetings/'/>\n<meta property='og:site_name' content='WNET'/>\n<meta property='og:type' content='article'/>\n<!-- / Yoast WordPress SEO plugin. -->\n\n<link rel='stylesheet' id='wnet-convio-subscribe-css'  href='http://www.wnet.org/wp-content/plugins/wnet-convio-subscribe/libs/css/wnet-convio-subscribe.css?ver=1.1' type='text/css' media='all' />\n<link rel='stylesheet' id='thickbox-css'  href='http://cn1.wnet.org/wp-includes/js/thickbox/thickbox.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='theme-wnet-1-css'  href='http://cn1.wnet.org/wp-content/themes/wnet/css/site-new.css?ver=1.0' type='text/css' media='all' />\n<link rel='stylesheet' id='theme-wnet-2-css'  href='http://cn1.wnet.org/wp-content/themes/wnet/css/print.css?ver=1.0' type='text/css' media='print' />\n<link rel='stylesheet' id='popup-css'  href='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/css/popup.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='colorbox-css'  href='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/css/colorbox.css?ver=3.4.2' type='text/css' media='all' />\n<link rel='stylesheet' id='wp-pagenavi-css'  href='http://www.wnet.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />\n<script type='text/javascript' src='http://cn1.wnet.org/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/common/js/common.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-content/themes/wnet/js/jquery.touchslider.min.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-content/themes/wnet/js/wnet.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/colorbox.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/jquery.cookie.js?ver=3.4.2'></script>\n<script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/pledge-popup/assets/js/jquery.rwdImageMaps.min.js?ver=3.4.2'></script>\n<meta name=\"generator\" content=\"WordPress 3.4.2\" />\n\n</head>\n<body>\n<!--   gtm tracker  -->\n\t<!--updated php version-->\r\n\t<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T4Q4CD\"height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n\t<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],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-T4Q4CD');</script>\r\n<!--updated php version-->\r\n<!--   gtm tracker  -->\n   <!-- * The Pledge is off * -->\n<div id=\"headprint\"><a href=\"http://www.wnet.org/\"><img src=\"http://cn1.wnet.org/wp-content/themes/wnet/images/wnet-logo-printable.gif\" width=\"367\" height=\"100\" alt=\"\" border=\"0\" /></a></div>\n\n<div id=\"bg2\">\n<div id=\"page\">\n\n\n\t\n<div id=\"header\">\n\n<div class=\"header-logo\"><a href=\"http://www.wnet.org\"><img src=\"http://cn1.wnet.org/wp-content/themes/wnet/images/WNET-header-top.gif\" width=\"397\" height=\"113\" alt=\"WNET New York Public Media\"/></a></div>\n\n<div class=\"header-search\">\n<form method=\"get\" id=\"searchform\" action=\"http://www.wnet.org/search-results/\">\n<input type=\"text\" name=\"q\" class=\"searchbox\"  value=\"Search WNET\" onfocus=\"if (this.value == 'Search WNET') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = 'Search WNET';}\"/>\n<input type=\"submit\" name=\"submit\" value=\"search\" class=\"submit\" />\n</form>\n</div>\n\n\n</div>\n\n\n\n\n\n<div id=\"sitenav\" class=\"main-nav\">\n<div class=\"menu-topnav-container\"><ul id=\"access\"><li id=\"menu-item-1248\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1248\"><a href=\"/\">Home</a></li>\n<li id=\"menu-item-1249\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1249\"><a href=\"http://www.wnet.org/about/\">About</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1250\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1250\"><a href=\"http://www.wnet.org/about/\">Introduction</a></li>\n\t<li id=\"menu-item-1251\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1251\"><a href=\"http://www.wnet.org/about/mission/\">Our Mission</a></li>\n\t<li id=\"menu-item-1252\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1252\"><a href=\"http://www.wnet.org/about/leadership/\">Leadership</a></li>\n\t<li id=\"menu-item-1338\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1338\"><a href=\"http://www.wnet.org/about/trustees/\">Trustees</a></li>\n\t<li id=\"menu-item-1381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1381\"><a href=\"http://www.wnet.org/about/public-meetings/\">Public Meetings</a></li>\n\t<li id=\"menu-item-1455\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1455\"><a href=\"http://www.wnet.org/about/financials/\">Financials</a></li>\n\t<li id=\"menu-item-1593\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1593\"><a href=\"http://www.wnet.org/wnet-annual-review-2013/\">2013 Annual Review</a></li>\n\t<li id=\"menu-item-1256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1256\"><a href=\"http://www.wnet.org/about/production-companies/\">Production Companies</a></li>\n\t<li id=\"menu-item-1328\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1328\"><a href=\"http://ieg.wnet.org/\">Interactive</a></li>\n\t<li id=\"menu-item-1599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1599\"><a href=\"http://www.wnet.org/education/\">Education</a></li>\n\t<li id=\"menu-item-1258\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1258\"><a href=\"http://www.wnet.org/about/lincoln-center/\">Tisch WNET Studios</a></li>\n\t<li id=\"menu-item-1259\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1259\"><a href=\"http://www.wnet.org/about/internships/\">Internships</a></li>\n\t<li id=\"menu-item-1260\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1260\"><a href=\"http://www.wnet.org/about/privacy-policy/\">Privacy Policy</a></li>\n\t<li id=\"menu-item-1261\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1261\"><a href=\"http://www.wnet.org/about/terms-of-service/\">Terms of Service</a></li>\n\t<li id=\"menu-item-1348\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1348\"><a href=\"http://www.wnet.org/about/contact/\">Contact</a></li>\n\t<li id=\"menu-item-1333\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1333\"><a href=\"http://www.wnet.org/about/eeo/\">EEO</a></li>\n\t<li id=\"menu-item-1264\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1264\"><a href=\"http://www.wnet.org/about/cpb/\">CPB Reports</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1265\"><a href=\"http://www.wnet.org/support/\">Support</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1271\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1271\"><a href=\"http://www.wnet.org/support/\">Introduction</a></li>\n\t<li id=\"menu-item-1266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1266\"><a href=\"http://www.wnet.org/support/sponsorship/\">Sponsorship</a></li>\n\t<li id=\"menu-item-1267\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1267\"><a href=\"http://www.wnet.org/support/major-gifts/\">Individual Giving</a></li>\n\t<li id=\"menu-item-1268\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1268\"><a href=\"http://www.wnet.org/support/plannedgiving/\">Bequests and Planned Gifts</a></li>\n\t<li id=\"menu-item-1269\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1269\"><a href=\"http://www.wnet.org/support/corporate-membership/\">Corporate Membership</a></li>\n\t<li id=\"menu-item-1270\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1270\"><a href=\"http://www.wnet.org/support/membership/\">Membership</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1272\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1272\"><a href=\"http://www.wnet.org/thepressroom/\">Pressroom</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1273\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1273\"><a href=\"http://www.thirteen.org/pressroom\">THIRTEEN Pressroom</a></li>\n\t<li id=\"menu-item-1274\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1274\"><a href=\"http://www.wliw.org/21pressroom/\">WLIW 21 Pressroom</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1275\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1275\"><a href=\"#\">Channels</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-1276\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1276\"><a href=\"http://www.thirteen.org/\">THIRTEEN</a></li>\n\t<li id=\"menu-item-1277\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1277\"><a href=\"http://www.wliw.org/\">WLIW21</a></li>\n\t<li id=\"menu-item-1278\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1278\"><a href=\"http://www.njtvonline.org/\">NJTV</a></li>\n\t<li id=\"menu-item-1279\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1279\"><a href=\"http://www.thirteen.org/kids\">KidsTHIRTEEN</a></li>\n\t<li id=\"menu-item-1280\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1280\"><a href=\"http://whatsoncreate.wliw.org/\">WLIW Create</a></li>\n\t<li id=\"menu-item-1281\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1281\"><a href=\"http://whatsonworld.wliw.org/\">WLIW World</a></li>\n\t<li id=\"menu-item-1282\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1282\"><a href=\"http://www.vmetv.com/\">V-me</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1283\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1283\"><a href=\"http://www.wnet.org/careers/\">Careers</a></li>\n</ul></div>\t\t<a href=\"http://support.thirteen.org/thirteenwnet\" data-track=\"convio\" class=\"donate\">DONATE</a>\n\n</div>\n<div class=\"clear\"></div>\n\n<!-- dynamic all programs -->\n<!-- end dynamic all programs -->\n\n<div id=\"thecontent\">\n\n\n\t<div id=\"leftcontent\">\n\n\t\n\n\t\t<div class=\"post\" id=\"post-1154\">\n\t\t\t<h2>WNET Interactive &amp; Technology Committee Meetings</h2>\n\n\t\t\t<div class=\"entry\">\n\t\t\t\t<p><strong>INTERACTIVE &amp; TECHNOLOGY COMMITTEE</strong> (Location as listed below)</p>\n<p>Tuesday, October 15, 2013 at 9:00 AM (at Loews Corporation, 667 Madison Avenue at 61st Street, 7th Fl)<br />\nMonday, January 27, 2014 at 9:00 AM (at Loews Corporation, 667 Madison Avenue at 61st Street, 7th Fl)<br />\nTuesday, April 8, 2014 at 9:00 AM (at WNET, 825 Eighth Avenue, 14th Fl. Kellen Board Room)</p>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t</div>\n\t\t</div>\n\n\n\t\n\t</div>\n\n\t\n\t\n<div id=\"sidebar\">\n\n\n\n\n<!-- get updates -->\n\n\n<div id=\"updates\">\n\n<div class=\"title\">Receive updates by email from WNET</div>\n\n\n<!-- email signup form -->\n<div class=\"sidebar-signup\">\n\n\t\t<div class=\"wrap-wnet-convio cf\">\n\t\t<form class=\"form-wnet-convio\" data-randid=\"1112\" data-optin=\"\" method=\"post\" name=\"emailForm\" action=\"http://www.wnet.org/wp-admin/admin-ajax.php\">\n\t\t<input type=\"hidden\" name=\"action\" id=\"action\" value=\"convio_email_form\">\n\t\t<input type=\"hidden\" name=\"nonce\" id=\"nonce\" value=\"601b996cfa\">\n\t\t<input type=\"hidden\" name=\"from\" id=\"from\" value=\"homepage\">\n\t\t<input type=\"hidden\" name=\"interestids\" id=\"interestids\" value=\"1606,2541,2461,2561\">\n\t\t<input type=\"text\" id=\"email\" name=\"email\" class=\"emailfield\" placeholder=\"Enter email address\" />\n\t\t<button type=\"submit\" class=\"emailsubmit\" style=\"background-color: #FDAF17; border-color: #FDAF17;\">SUBMIT</button>\n\t\t</form>\n\t\t<div class=\"message-wnet-convio message-1112\"></div>\n\t\t</div>\n\t\t</div>\n<!-- End email signup form -->\n\n</div>\n\n<!-- end get updates -->\t\t\t\n\t\t\n\t\n\t\n\t\n</div>\n\n\t\n<div class=\"clear\"></div>\n</div>\n<div class=\"clear\"></div>\n<!-- footer -->\n<div id=\"footer\">\n\n\n<a href=\"http://www.wnet.org/about/contact/\">contact</a>\n<a href=\"http://www.thirteen.org/schedule\">TV schedule</a>\n<a href=\"http://www.pbs.org\">pbs.org</a>\n<a href=\"http://www.wnet.org/thepressroom/\">pressroom</a>\n<a href=\"http://www.wnet.org/public-files/\">Public Files</a>\n<a href=\"http://www.wnet.org/about/privacy-policy/\">privacy policy</a>\n<a href=\"http://www.wnet.org/about/terms-of-service/\">terms of service</a>\n\n\n\n\n<br/>\n<strong> &copy;2015 WNET &nbsp;&nbsp; 825 Eighth Avenue &nbsp;&nbsp; New York, NY 10019</strong>\n\n\n\n  </div>\n<!-- end footer -->\n\n</div>\n</div>\n\n<div id=\"footprint\">&copy;2015 WNET &nbsp;&nbsp; 825 Eighth Avenue &nbsp;&nbsp; New York, NY 10019</div>\n\n\n<div style=\"display: none;\"><script type='text/javascript' src='http://www.wnet.org/wp-content/plugins/wnet-convio-subscribe/libs/js/wnet-convio-subscribe.js?ver=1.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"http:\\/\\/www.wnet.org\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\",\"closeImage\":\"http:\\/\\/www.wnet.org\\/wp-includes\\/js\\/thickbox\\/tb-close.png\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='http://cn1.wnet.org/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117'></script>\n<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201501'></script>\n</div>\n\t\n<!-- monitor test string -->\t\t\n</body>\n</html>\n\r\n<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/\r\n\r\nPage Caching using apc\r\nDatabase Caching 11/16 queries in 0.005 seconds using apc\r\nObject Caching 1189/1199 objects using apc\r\nContent Delivery Network via cn1.wnet.org\r\n\r\nServed from: www.wnet.org @ 2015-01-03 06:48:30 -->"
  },
  {
    "path": "tests/data/html/yahoo_main_site.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en-GB\" class=\"dev-desktop uni-purple-border  bkt903 https  uni-dark-purple \" style=\"\">\n<!-- m2 template  -->\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n    <link rel=\"dns-prefetch\" href=\"//s.yimg.com\"><link rel=\"dns-prefetch\" href=\"//y.analytics.yahoo.com\"><link rel=\"dns-prefetch\" href=\"//geo.query.yahoo.com\">\n    <title>Yahoo UK</title>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"chrome=1\">\n    <meta name=\"description\" content=\"A new welcome to Yahoo. The new Yahoo experience makes it easier to discover the news and information that you care about most. It's the web ordered for you.\">\n    <meta name=\"keywords\" content=\"yahoo, yahoo uk, yahoo home page, yahoo homepage,yahoo search, yahoo mail, yahoo messenger, news, finance, sport, entertainment,games\">\n    <meta name=\"google-site-verification\" content=\"eu72AiS151ZxLrT4QF9rqvtVxIa4OjhSTBLLuH8YKok\" />\n    \n    <meta property=\"og:title\" content=\"Yahoo UK\" />\n    <meta property=\"og:type\" content='website' />\n    <meta property=\"og:url\" content=\"https://uk.yahoo.com/\" />\n    <meta property=\"og:description\" content=\"A new welcome to Yahoo. The new Yahoo experience makes it easier to discover the news and information that you care about most. It's the web ordered for you.\"/>\n    <meta property=\"og:image\" content=\"https://s.yimg.com/dh/ap/default/130909/y_200_a.png\"/>\n    <meta property=\"og:site_name\" content=\"Yahoo\" />\n    <meta property=\"fb:app_id\" content=\"90376669494\" />\n    \n    <link rel=\"shortcut icon\" href=\"https://s.yimg.com/rz/l/favicon.ico\" />    <script type=\"text/javascript\">\n        //used for perf beacons in 3pas\n        rtTop = Number(new Date());\n\n        document.documentElement.className += ' jsenabled';\n\n        if (!(\"ontouchstart\" in document.documentElement)) {\n            document.documentElement.className += \" no-touch\";\n        }\n\n        \n\n        \n        \n\n        \n\n        (function(){var k=13,d=4,j=0,a=document.documentElement,b=[a.className],f,c=navigator.plugins,g=k;if(c&&c.length){f=c[\"Shockwave Flash\"];if(f&&f.description){j=parseInt(f.description.match(/\\b(\\d+)\\.\\d+\\b/)[1],10)||0}}else{while(g--){try{new ActiveXObject(\"ShockwaveFlash.ShockwaveFlash.\"+g);j=g;break}catch(h){}}}b.push(\"flash-\"+j);while(j-->d){b.push(\"flash-gt\"+j)}a.className=b.join(\" \")})();\n        (function(){var j=this,n=/^(on)?load/,b=/^on/,i=\"addEventListener\",f=\"attachEvent\",e=\"_oc\",h=\"detachEvent\",g=\"removeEventListener\",l=j[i],m=j[g],p=j[f],a=j[h],k={},d=0;function c(r,s,q){if(!r||!s){return;}if(n.test(r)){if(!s[e]){var t=++d;s[e]=t;k[t]=s;}}else{if(p&&b.test(r)){p(r,s);}else{if(l){l(r,s,q);}}}}function o(r,s,q){if(!r||!s){return;}if(n.test(r)){var t=s[e];if(t){delete k[t];}}else{if(a&&b.test(r)){a(r,s);}else{if(m){m(r,s,q);}}}}j.OnloadCache={enable:function(){if(l){j[i]=c;j[g]=o;}if(p){j[f]=c;j[h]=o;}},disable:function(){if(l){j[i]=l;j[g]=m;}if(p){j[f]=p;j[h]=a;}},dispatch:function(){var r={type:\"load\"},q;for(q in k){if(k.hasOwnProperty(q)){k[q](r);}}},reset:function(){k={};}};})();\nOnloadCache.enable();\n\n            var setJSCookie = true;\n    (function () {\n        var cookieName = \"FBJSC=\";\n        var cookieValue = \"1406209280\";\n        var cookieIndex = document.cookie.indexOf(cookieName);\n        if(cookieIndex >= 0) {\n            var oldValue = document.cookie.substr(cookieIndex + cookieName.length, cookieValue.length);\n            if(cookieValue <= oldValue) {\n                setJSCookie = false;\n            }\n        }\n\n        if(setJSCookie) {\n            document.cookie = cookieName + cookieValue;\n        }\n    })();\n\n    </script>\n    <style type=\"text/css\">\n    \n    </style>\n    <style id=\"tmp-css\"></style>\n    \n    \n    \n    <style type=\"text/css\">.jsenabled .lzbg{background:none!important}</style>\n    <script>if(setJSCookie) { document.cookie=\"hpc=d=nPYTb1N6IsYdmxSpJAz6eIb_UsLwGFShmSL0y4CoZ9.gPwy0QZBEBdH2qMOig55D.zw63n7o8dv2LXPiVorXjm95qeJlqR6ayaWiLB4iPv7A84th4TvPwy5U6DjCQAGBFeUPH8X4rnvBK4Wp4CAnc48qQC8zHXDdrBCfNOOj1mYeG70CfRkneQr1AvG0.koUqawdGf0-&v=2;path=/;domain=uk.yahoo.com;expires=Fri, 24 Jul 2015 01:41:20 GMT\"; }</script><script>if(setJSCookie) { document.cookie=\"fpt=d=H3getYDRed2.V9CcRGE9G7HJxPtpGDUE6Ot.bL7WFyDOfTusCtRycPaksUqFXnyvsVtoToOYS2OE7w2m5d2aT_XDbRjy&v=1;path=/;domain=uk.yahoo.com\"; }</script><!-- streaming unlocked -->\n\n    <!-- MapleTop -->\n    \n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://s.yimg.com/zz/combo?nn/lib/metro/g/ui/base_0.0.10.css&nn/lib/metro/g/ui/helpers_0.0.8.css&nn/lib/metro/g/ui/typography_0.0.3.css&nn/lib/metro/g/theme/default/common_0.0.38.css&nn/lib/metro/g/theme/default/desktop_0.0.118.css&nn/lib/metro/g/theme/hr_blue_0.0.16.css&nn/lib/metro/g/uiplugins/modal_service_0.0.3.css&nn/lib/metro/g/uiplugins/tooltip_service_1.0.13.css&nn/lib/metro/g/uiplugins/iframeshim_service_0.0.12.css&nn/lib/metro/g/uiplugins/menu_service_0.1.13.css&nn/lib/metro/g/uicontrib/ld_renderer_0.0.15.css&nn/lib/metro/g/uiplugins/tablite_service_desktop_0.0.15.css&nn/lib/metro/g/uiplugins/carousel_service_0.1.20.css&nn/lib/metro/g/uiplugins/tablist_service_0.1.15.css\" />\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://s.yimg.com/zz/combo?nn/lib/metro/g/fp/fp_500_0.0.127.css&nn/lib/metro/g/universalheader/universalheader_0.0.36.css&nn/lib/metro/g/intlselectorfull/intlselectorfull_0.0.20.css&nn/lib/metro/g/tabbar/tabbar_0.0.147.css&nn/lib/metro/g/uiplugins/login_service_0.0.4.css&nn/lib/metro/g/login/login_0.0.74.css&nn/lib/metro/g/mail/mail_0.0.57.css&nn/lib/metro/g/mail/mail_403_0.0.58.css&nn/lib/metro/g/navrail/navrail_0.0.112.css&nn/lib/metro/g/sda/sda_0.1.54.css&nn/lib/metro/g/adsfallback/adsfallback_0.0.53.css&nn/lib/metro/g/trendingnow/trendingnow_0.0.41.css&nn/lib/metro/g/appscontainer/appscontainer_base_0.0.7.css&nn/lib/metro/g/appscontainer/appscontainer_desktop_0.0.56.css&nn/lib/metro/g/topvideos/topvideos_base_0.0.10.css&nn/lib/metro/g/topvideos/topvideos_0.0.25.css&nn/lib/metro/g/weather/weather_0.1.54.css&nn/lib/metro/g/location/location_0.0.20.css&nn/lib/metro/g/finance/finance_base_0.0.7.css&nn/lib/metro/g/finance/finance_0.1.140.css&nn/lib/metro/g/flickr/flickr_0.0.19.css&nn/lib/metro/g/birthday/birthday_0.0.24.css&nn/lib/metro/g/horoscope/horoscope_base_0.0.5.css&nn/lib/metro/g/horoscope/horoscope_0.1.90.css&nn/lib/metro/g/footer/subfooter_0.0.36.css&nn/lib/metro/g/windowshade/windowshade_0.0.14.css&nn/lib/metro/g/breakingnews/breakingnews_0.0.52.css&nn/lib/metro/g/todaycontainer/todaycontainer_0.0.20.css&nn/lib/metro/g/fptoday/fptoday_flex_0.1.92.css&nn/lib/metro/g/offlead/offlead_0.0.30.css&nn/lib/metro/g/fstream/fstream_desktop_0.0.30.css&nn/lib/metro/g/stream/stream_0.0.304.css&nn/lib/metro/g/stream/rmx_ads_0.0.12.css&nn/lib/metro/g/stream/stream_action_drawer_desktop_0.0.23.css&nn/lib/metro/g/masthead/masthead_homerun_0.0.79.css&nn/lib/metro/g/masthead/masthead_sayt_0.0.19.css\" />\n</head><body class=\"yui3-skin-sam  bkt903 https  uni-dark-purple  ltr\" dir=\"ltr\" style=\"\">\n\n    \n\n\n\n<div id=\"masthead\" class=\"main-col billboard-layout cf\">        <div id=\"default-p_30345868\" class=\"mod view_default\">  <div id=\"default-p_30345868-bd\" class=\"bd type_universalheader type_universalheader_default\" data-ylk=\"t1:a1;t2:hdnav;t3:lst\">                    \n                    <div id=\"default-p_30345957\" class=\"mod view_default\">  <div id=\"default-p_30345957-bd\" class=\"bd type_intlselectorfull type_intlselectorfull_default\">        <button class=\"intl-selectorfull\" aria-haspopup=\"true\">\n        <i class=\"header-intl-icon flag-sprite flag-uk\"></i>\n        <span class=\"drop-arrow drop-arrow-norm img-sprite\"></span>\n        <span class=\"ti pos-a\">Select Country Site</span>\n        </button>    </div>\n</div>\n                    <div class=\"uni-wrapper guest-module cf\" >\n                      <ul>            <li class=\"first-item fl-l home-icon home-txt header-item fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\"  href=\"http://uk.yahoo.com/\">            <i id=\"home-icon\" class=\"img-sprite\"></i>Home</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"https://mail.yahoo.com?.src=ym&.intl=uk\">Mail</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.news.yahoo.com/\">News</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.eurosport.yahoo.com/\">Sport</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.finance.yahoo.com\">Finance</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.lifestyle.yahoo.com/\">Lifestyle</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.celebrity.yahoo.com\">Celebrity</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.weather.yahoo.com\">Weather</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.answers.yahoo.com/\">Answers</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.screen.yahoo.com\">Video</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://www.flickr.com/\">Flickr</a></li>                <li class=\"header-item fl-l fz-xs\"><a data-ylk=\"elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.mobile.yahoo.com/\">Mobile</a></li>            <li id=\"uh-more-link\" class=\"header-item fl-l fz-xs\">\n                <a data-ylk=\"elm:itm;elmt:mu;itc:1;rspns:op\" class=\"rapidnofollow\" href=\"http://uk.everything.yahoo.com/\">\n                    <span class=\"dropdown-label-text d-ib\">More</span><span class=\"drop-arrow drop-arrow-norm img-sprite\"></span>\n                </a>\n                <ul class=\"uh-more-menu d-n\">                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.messenger.yahoo.com/\">Messenger</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.games.yahoo.com/\">Games</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"https://uk.yahoo.com/movies\">Movies</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.tv.yahoo.com/\">TV</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.cars.yahoo.com/\">Cars</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://k.ilius.net/?mtcmk=748055&fsid=104\">Match.com</a></li>                <li class=\"header-item fz-xs\"><a data-ylk=\"t4:mu;elm:itm;elmt:pty;itc:0;rspns:nav\" href=\"http://uk.groups.yahoo.com/\">Groups</a></li></ul>\n            </li>                    </ul>\n\n             </div>    </div>\n</div>    <div class=\"main-row-wrapper\">    <div id=\"default-p_13838465\" class=\"mod view_default\">  <div id=\"default-p_13838465-bd\" class=\"bd type_masthead type_masthead_default\"><div class=\"mh-wrap uk clearfix y-fp-pg-grad   lightbg \">\n    <div class=\"logo-container\">\n<style  type=\"text/css\">\n    .y-logo-new {\n    width:134px!important;\n    height:48px!important;\n    display:block;\n    background-position: 0 0!important;\n    background-repeat: no-repeat;\n}\n.y-logo-new .ti {\n    display:block;\n}\n.y-logo-new {\n    background-image:url(https://s.yimg.com/rz/d/yahoo_frontpage_en-GB_s_f_p_bestfit_frontpage_2x.png);\n    background-size: 134px 48px;\n}\n\n</style><h1 class=\"logo-container noncntr\">\n    <a href=\"https://uk.yahoo.com\" id=\"yucs-logo-ani\" class=\"y-logo-new ml-xs ti\">Yahoo UK</a>\n    \n</h1></div>    <form role=\"search\" name=\"sf1\" method=\"get\" id=\"p_13838465-searchform\" class=\"search-form \" action=\"https://uk.search.yahoo.com/search\" target=\"_top\">\n        <fieldset class=\"compact-enabled-fieldset\">\n             <legend id=\"aria-legend\" class=\"vh\">Yahoo Search</legend>\n            \n                    <ul class=\"stabs large  compact-enabled filter-disabled\" id=\"p_13838465-masthead-stabs\" aria-labelledby=\"aria-legend\"><li class=\"small  tab first selected y-mast-sprite\"><a class=\"y-mast-sprite y-mast-txt web\"  data-tab=\"web\" href=\"https://uk.search.yahoo.com/\"  data-b=\"http://www.yahoo.com\"><span class=\"tab-cover y-mast-bg\" style=\"padding-left:0;padding-right:0;\">Web</span></a></li>\n<li class=\"small lasttab more-tab \"><a class=\"y-mast-link more\" onclick=\"return false;\" data-tab=\"more\" href=\"#\" ><span class=\"tab-cover y-mast-bg-hide\">Web</span><i class=\"img-sprite drop-down\"></i></a></li>\n</ul><div class=\"img-sprite troll-pointer\">&nbsp;</div><label for=\"p_13838465-p\" class=\"search-label vh\"><span id=\"p_13838465-aria-label\"></span>Search:</label>\n<div class=\"searchwrapper tabpanel selected sasb btn120 \" id=\"p_13838465-searchwrapper\">\n<div class=\"searchwrapper-border y-srch-brdr focus\">\n<div class=\"searchwrapper-inner  y-glbl-srch-bg-img clearfix \" id=\"fp-search-bdr\"><div class=\"input-wrapper\">\n<input style=\"\" placeholder=\"\" id=\"p_13838465-p\" class=\"input-query input-long med-large   compact-input-enabled\" name=\"p\" type=\"text\" title=\"Search\" value='' autocomplete=\"off\"></div><input type=\"hidden\" class=\"srch-hidden\" value=\"1\"  name=\"toggle\"><input type=\"hidden\" class=\"srch-hidden\" value=\"mss\"  name=\"cop\"><input type=\"hidden\" class=\"srch-hidden\" value=\"UTF-8\"  name=\"ei\"><input type=\"hidden\" class=\"srch-hidden\" value=\"yfp-t-903\"  name=\".tsrc\"><input type=\"hidden\" class=\"srch-hidden\" value=\"1\"  name=\"fp\"><span class=\"rc-tl y-mast-sprite\"></span><span class=\"rc-tr y-mast-sprite\"></span>\n<span class=\"rc-bl y-mast-sprite\"></span>\n<span class=\"rc-br y-mast-sprite\"></span>\n </div>  <!-- end searchwrapper-inner -->\n <span class=\"button-wrapper colour1\" style=\"\"><button class=\"searchsubmit med-large y-fp-pg-grad\" value=\"Search Web\" type=\"submit\" id=\"search-submit\">Search Web</button></span>\n</div>  <!-- end searchwrapper-border -->\n\n<span class=\"ds-r y-mast-sprite\"></span><div id=\"p_13838465-hood\" class=\"hood ds-b\">\n    <div id=\"p_13838465-sa-window\" class=\"sa-window y-mast-ln-dk\" style=\"max-height: 21em\"></div>\n    <div class=\"sa-drawer-container y-mast-sprite y-mast-ln-dk\">\n    <div class=\"drawer-innerborder y-mast-ln-lt\"></div>\n        <a id=\"p_13838465-sa-drawer\" class=\"hide-textindent sa-drawer y-mast-sprite hide-completely\" href=\"#suggestions\">Open Search Assist</a>\n        <span class=\"rc-bl y-mast-sprite y-mast-ln-dk\"></span><span class=\"rc-br y-mast-sprite y-mast-ln-dk\"></span>\n     </div></div>            \n        </div>  <!--  end searchwrapper  -->\n    </fieldset>\n</form> <!-- end masthead form --></div> <!-- end mh-wrap  -->            <div class=\"aria-announce vh\" role=\"status\" aria-live=\"polite\"></div>    </div>\n</div><div id=\"default-p_30345610\" class=\"mod view_default\">  <div id=\"default-p_30345610-bd\" class=\"bd type_tabbar type_tabbar_default\">        <div class=\"clearfix\">\n            <h2 class=\"header-date y-txt-1 vh\">Thursday, 24 July 2014</h2>\n            <ul class=\"tiles login\" id=\"p_30345610-tiles\"><li class=\"tab tab-user\"><div id=\"default-p_30345710_e6c\" class=\"mod view_default\">  <div id=\"default-p_30345710_e6c-bd\" class=\"bd type_tuc type_tuc_default\"><a class=\"tab-label fz-xs accent sign-in\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" target=\"_top\"  aria-haspopup=\"true\" role=\"button\"><span class=\"tab-icon img-sprite\"></span><em class=\"strong y-link-1 social-enabled-txt \" title=\"Sign in\">Sign in</em></a>        <div class=\"login-menu-pointer img-sprite\">&nbsp;</div>\n        <div id=\"p_30345710_e6c-menu\" class=\"y-menu y-fp-ln-pg y-social-login-menu signedout\" aria-hidden=\"true\">\n            <span class=\"y-hdr-ln login-btn login-btn-yahoo\" role=\"button\">\n                <a class=\"login-svc ylogin login-btn-purple rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:header;rspns:nav;t1:a4;t2:cue-auth;t3:set;slk:tl-sgn;elm:btn;elmt:lgn-yh;itc:0;ltxt:yh;pos:1;\" target=\"_top\"><i class=\"img-sprite y-icon\"></i>Yahoo</a>\n            </span>\n            <div class=\"ta-c\"><span class=\"space-or  fz-xxs y-txt-4 d-i\">or</span></div>\n            <span class=\"y-hdr-ln login-btn login-btn-facebook popup \" role=\"button\">\n                <span class=\"fb-button-wrapper\"><a class=\"login-svc fblogin login-btn-fbblue rapidnofollow rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:header;rspns:nav;t1:a4;t2:cue-auth;t3:set;slk:tl-sgn;elm:btn;elmt:lgn-fb;itc:1;ltxt:fb;pos:2;\" target=\"_blank\"><i class=\"img-sprite fb-icon\"></i>Facebook</a><span class=\"fb-disclaimer narrow-disclaimer fz-xxs\">We don't post anything without your permission.</span></span>\n            </span>\n            <span class=\"y-hdr-ln sign-up-btn\" role=\"button\">\n               <span>New here?</span> <a class=\"y-hdr-link sign-up\" href=\"https://edit.yahoo.com/registration?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" target=\"_top\">Sign up</a>\n            </span>\n\n        </div>\n    </div>\n</div></li><li class=\"tab tab-mail\"><div id=\"default-p_30345624_a42\" class=\"mod view_default\">  <div id=\"default-p_30345624_a42-bd\" class=\"bd type_mail type_mail_default\"><a class=\"tab-label fz-xs accent \" href=\"https://mail.yahoo.com?.src=ym&.intl=uk\" ><span class=\"tab-icon img-sprite\"></span><em class=\"strong tab-link-txt y-link-1 \" title=\"Mail\">Mail</em></a>    </div>\n</div></li></ul>\n        </div>    </div>\n</div>    </div>\n</div>\n<script>\n(function () {\n    var w=window,d=document,l,r,kc,t,\n    sbox = d.getElementsByName(\"p\")[0],\n    sBdr = d.getElementById('fp-search-bdr'),\n    sBdrClasses = sBdr.className,\n    sBdrFocusClass = \" brdr-focus\",\n    checkFocus = function (e) {\n        try {\n            kc = e.keyCode;\n            t = (e.target) ? e.target : e.srcElement;\n            l = sbox.value.length;\n            if (t === sbox && l === 0 && (kc >= 32 && kc <= 40)) {\n                sbox.blur();\n            } else if (t.tagName !== 'EMBED' && t.tagName !== 'OBJECT' && t.tagName !== 'INPUT' && t.tagName !== 'TEXTAREA' && !e.altKey && !e.metaKey && !e.ctrlKey && (kc < 32 || kc > 40) && kc != 9 && kc != 13 && kc != 16) {\n                if (l) {\n                    if (sbox.setSelectionRange) {\n                        sbox.setSelectionRange(l,l);\n                    } else if (sbox.createTextRange) {\n                        r = sbox.createTextRange();\n                        r.moveStart('character', l);\n                        r.select();\n                    }\n                }\n                sbox.focus();\n            }\n        } catch(e) {}\n    },\n    focusInput = function (e) {\n        sBdr.className += sBdrFocusClass;\n    };\n    blurInput = function (e) {\n        sBdr.className = sBdrClasses;\n    };\n\n    if (sbox) {\n        if (w.addEventListener) {\n            w.addEventListener('keydown', checkFocus, false);\n            sbox.addEventListener('focus', focusInput, true);\n            sbox.addEventListener('blur', blurInput, true);\n        } else if (w.attachEvent)  {\n            d.attachEvent('onkeydown', checkFocus);\n            sbox.attachEvent('onfocus', focusInput);\n            sbox.attachEvent('onblur', blurInput);\n        }\n        setTimeout(function(){\n                sbox.focus();//so this works onload.\n                \nperfLog = (function(){\n    var perfImages = {};\n        return function(){\n            var img = new Image(),\n                querystring = \"\",\n                time;\n\n            /*\n             * Image management. Sometimes IE will cancel requests prematurely due\n             * to the destruction of the image object.\n             */\n            perfImages['img'] = img;\n            img.onload = img.onerror = function(){\n                delete perfImages['img'];\n            };\n            time = Number(new Date());\n            querystring= 'inputFocus=' + (time - rtTop);\n            img.src = '/perf.gif' + \"?\" + querystring;\n\n            return querystring;\n        }();\n}());\n            }, 1000);\n    }\n})();\n</script><div id=\"nav-col\" class=\"main-row billboard-layout cf\">\n    <div class=\"main-col-wrapper\">\n    <!-- SIDE RAIL WITH NAVIGATION -->        <div id=\"ad-north-base\">            <div id=\"ad-north\"></div>\n        </div>\n<div id=\"nav-col-holder\" class=\"rail rail-col\">\n    <div class=\"sticky-rail-left-holder\">\n        <div class=\"pr-m\"><div id=\"default-p_30345789\" class=\"mod view_default\">  <div id=\"default-p_30345789-bd\" class=\"bd type_navrail type_navrail_default\"><ul class=\"navlist\"><li data-suid=\"14782488\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"https://mail.yahoo.com?.src=ym&.intl=uk\"><i id=\"nav-mail\" class=\"img-sprite\"></i><span>Mail</span></a></li><li data-suid=\"25021262\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.news.yahoo.com/\"><i id=\"nav-news\" class=\"img-sprite\"></i><span>News</span></a></li><li data-suid=\"17986569\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.eurosport.yahoo.com/\"><i id=\"nav-eusport\" class=\"img-sprite\"></i><span>Sport</span></a></li><li data-suid=\"93109\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.finance.yahoo.com\"><i id=\"nav-stock\" class=\"img-sprite\"></i><span>Finance</span></a></li><li data-suid=\"25495363\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.lifestyle.yahoo.com/\"><i id=\"nav-lifestyle\" class=\"img-sprite\"></i><span>Lifestyle</span></a></li><li data-suid=\"25021343\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.celebrity.yahoo.com\"><i id=\"nav-omg\" class=\"img-sprite\"></i><span>Celebrity</span></a></li><li data-suid=\"25021272\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.cars.yahoo.com/\"><i id=\"nav-autos\" class=\"img-sprite\"></i><span>Cars</span></a></li><li data-suid=\"63826\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"https://uk.yahoo.com/movies\"><i id=\"nav-movie\" class=\"img-sprite\"></i><span>Movies</span></a></li><li data-suid=\"25021335\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.screen.yahoo.com\"><i id=\"nav-video\" class=\"img-sprite\"></i><span>Video</span></a></li><li data-suid=\"25021266\" class=\"drag-item\" style=\"\"><a data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:lst;elm:itm;elmt:pty;itc:0\" class=\"ell fz-s \" href=\"http://uk.games.yahoo.com/\"><i id=\"nav-games\" class=\"img-sprite\"></i><span>Games</span></a></li><li><a class=\"drag-item\" href=\"http://uk.everything.yahoo.com/\"><span>More &#8250;&#8250;</span></a></li></ul><ul class=\"favs bd-b\">                <li data-suid=\"30345642\" class=\"\">\n                    <a class=\"ell fz-s\" data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:fav;elm:itm;elmt:link;itc:0\" href=\"https://rover.ebay.com/rover/1/710-53481-19255-0/1?icep_ff3=1&pub=5574964134&toolid=10001&campid=5337069601&customid=&ipn=psmain&icep_vectorid=229508&kwid=902099&mtid=824&kw=lg\">eBay</a></li>                <li data-suid=\"30345767\" class=\"\">\n                    <a class=\"ell fz-s\" data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:fav;elm:itm;elmt:link;itc:0\" href=\"http://www.amazon.co.uk/?_encoding=UTF8&tag=yahoo-ukhp-fav-21&linkCode=ur2&camp=1634&creative=6738\">Amazon</a></li>                <li data-suid=\"25021296\" class=\"\">\n                    <a class=\"ell fz-s\" data-ylk=\"rspns:nav;t1:a2;t2:pa;t3:fav;elm:itm;elmt:link;itc:0\" href=\"http://k.ilius.net/?mtcmk=748055&fsid=104\">Match.com</a></li></ul><div class=\"ad-rsch\"><div id=\"default-p_30345755_f01\" class=\"mod view_default\">  <div id=\"default-p_30345755_f01-bd\" class=\"bd type_ads type_ads_default\"><div class=\"rsch-fallback rsch rsch-reserve\"><!-- metro normal ad --><!-- metro fallback ad static --></div>    </div>\n</div></div><div class=\"ad-tl1\"><div id=\"default-p_30344913_ab7\" class=\"mod view_default\">  <div id=\"default-p_30344913_ab7-bd\" class=\"bd type_ads type_ads_default\"><div class=\"tl1-fallback tl1 tl1-reserve\"><!-- metro normal ad --><!-- metro fallback ad cms --><!-- TL1 --></div>    </div>\n</div></div>    </div>\n</div>        </div>\n    </div>\n</div><!--close nav-col-holder -->\n\n<div class=\"col-3\" role=\"complementary\">\n    <div class=\"pl-l pr-xs\">\n        <div class=\"sticky-rail-right-holder\"><div id=\"default-p_30345827\" class=\"mod view_default\">  <div id=\"default-p_30345827-bd\" class=\"bd type_trendingnow type_trendingnow_default\" data-ylk=\"t1:a4;t2:trdnw\"><div class=\"app pos-r cf app_trendingnow\"  data-moduleid=\"30345827\">\n\n                        <div style=\"height:auto !important\" class=\"app-wrapper\">\n                            <h2 class=\"fz-xl app-heading mb-s\">Trending Now</h2>            <div class=\"tnmod-container\">\n            <div id=\"default-p_30345661_d45\" class=\"mod view_default\">  <div id=\"default-p_30345661_d45-bd\" class=\"bd type_ads type_ads_default\"><div class=\"tnmod-fallback tnmod tnmod-reserve\"><!-- metro normal ad --><!-- metro fallback ad static --></div>    </div>\n</div>\n            </div><ol class=\"lh-192 trendingnow_trend-list fw-b\"><li class=' d-ib ov-h cl-l fl-l w-48'><b class=\"pos-a num\">1</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Dora%20Bryan%20dies&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967917;cpos:1;rspns:nav;ccode:\" title=\"Dora Bryan dies\">Dora Bryan dies</a></li><li class=' d-ib ov-h cl-l fl-l w-48'><b class=\"pos-a num\">2</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Linda%20Kozlowski&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967938;cpos:2;rspns:nav;ccode:\" title=\"Linda Kozlowski\">Linda Kozlowski</a></li><li class=' d-ib ov-h cl-l fl-l w-48'><b class=\"pos-a num\">3</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Air%20Algerie%20plane%20missing&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967937;cpos:3;rspns:nav;ccode:\" title=\"Air Algerie plane missing\">Air Algerie plane missing</a></li><li class=' d-ib ov-h cl-l fl-l w-48'><b class=\"pos-a num\">4</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Maria%20Putin&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967942;cpos:4;rspns:nav;ccode:\" title=\"Maria Putin\">Maria Putin</a></li><li class=' d-ib ov-h cl-l fl-l w-48'><b class=\"pos-a num\">5</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Scuba%20diving%20holidays&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967193;cpos:5;rspns:nav;ccode:\" title=\"Scuba diving holidays\">Scuba diving holidays</a></li><li class='d-ib w-48 ov-h pl-s'><b class=\"pos-a num\">6</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Women%20jeans&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967194;cpos:6;rspns:nav;ccode:\" title=\"Women jeans\">Women jeans</a></li><li class='d-ib w-48 ov-h pl-s'><b class=\"pos-a num\">7</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Taiwan%20plane%20crash&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967866;cpos:7;rspns:nav;ccode:\" title=\"Taiwan plane crash\">Taiwan plane crash</a></li><li class='d-ib w-48 ov-h pl-s'><b class=\"pos-a num\">8</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Duran%20Duran&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967915;cpos:8;rspns:nav;ccode:\" title=\"Duran Duran\">Duran Duran</a></li><li class='d-ib w-48 ov-h pl-s'><b class=\"pos-a num\">9</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Rod%20Stewart&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967912;cpos:9;rspns:nav;ccode:\" title=\"Rod Stewart\">Rod Stewart</a></li><li class='d-ib w-48 ov-h pl-s'><b class=\"pos-a num\">10</b><a class=\"d-b pl-l ell\" href=\"https://uk.search.yahoo.com/search?cs=bz&vm=r&p=Stag%20t-shirts&fr=fp-tts-903&fr2=ps&woeid=44418&fp=1\" data-ylk=\"t3:ct;elm:itm;elmt:topic;itc:0;aid:id-967195;cpos:10;rspns:nav;ccode:\" title=\"Stag t-shirts\">Stag t-shirts</a></li></ol></div></div>    </div>\n</div><div id=\"default-p_13923486\" class=\"mod view_default\">  <div id=\"default-p_13923486-bd\" class=\"bd type_ads type_ads_default\"><div class=\"fpad-fallback fpad fpad-reserve\"><!-- metro normal ad --><!-- metro fallback ad cms --><div id=\"ad\">\n\t<a href=\"http://uk.mobile.yahoo.com/mail/\" target=\"_blank\"><img src=\"https://s.yimg.com/dh/ap/default/140207/Mail_BN_Sunset_NM_Q3_2013_300x250_backup.jpg\" width=\"300\" height=\"250\" border=\"0\" alt=\"Yahoo Mail\" /></a>\n</div></div>    </div>\n</div><div id=\"default-p_30345823\" class=\"mod view_default\">  <div id=\"default-p_30345823-bd\" class=\"bd type_appscontainer type_appscontainer_default\">                <div class=\"d-n app-remove-confirm ta-c p-l pb-xl\" id=\"appMgmtDialog\">\n                    <div id=\"default-p_30345826_c97\" class=\"mod view_default\">  <div id=\"default-p_30345826_c97-bd\" class=\"bd type_login type_login_default\"><div class=\"embed\"><h3 class=\"title mb-l\">Sign in to save your preference</h3><div class=\"btns fz-xs\"><a class=\"login-svc ylogin login-btn-purple rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:app-remove;rspns:nav;t1:a4;t2:app-remove;t3:set;slk:Yahoo;elm:btn;elmt:lgn-yh;itc:0;\" target=\"_top\"><i class=\"img-sprite y-icon\"></i>Yahoo</a> <span class=\"login-or d-ib\">or</span> <span class=\"fb-button-wrapper d-ib\"><a class=\"login-svc fblogin login-btn-fbblue rapidnofollow rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:app-remove;rspns:nav;t1:a4;t2:app-remove;t3:set;slk:Facebook;elm:btn;elmt:lgn-fb;itc:0;\" target=\"_blank\"><i class=\"img-sprite fb-icon\"></i>Facebook</a><span class=\"fb-disclaimer narrow-disclaimer fz-xxs\">We don't post anything without your permission.</span></span></div></div>    </div>\n</div>\n                                <button class=\" halt app-close-button pos-a ti img-sprite\" >Close</button>\n                </div><div id=\"default-p_30345835\" class=\"mod view_default\">  <div id=\"default-p_30345835-bd\" class=\"bd type_topvideos type_topvideos_default\"><div class=\"app pos-r cf app-featured videos grid\" data-moduleid=\"30345835\" data-modulesec=\"app-vid\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"fz-xl app-heading mb-s\">Featured videos <b class=\"fz-xs\"> <a data-ylk='rspns:nav;t1:a4;t2:app-vid;t3:hd;elm:itm;elmt:pty;itc:0' href=\"http://uk.screen.yahoo.com/\">Yahoo Screen</a></b></h2>\n        <ul class=\"video-list\"><li class=\"video-unit \" data-time-ago=\"14 hrs ago\"><div class=\"video-wrapper\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:img;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967859;cpos:1\" href=\"https://uk.screen.yahoo.com/video/playlist/snakes/shocking-video-baby-sleeping-surrounded-113013202.html\" title=\"Baby surrounded by cobra snakes sleeps\" class=\"d-b\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/140723/Snakes1.jpg');\" width=\"auto\" height=\"auto\" alt=\"\" title=\"Baby surrounded by cobra snakes sleeps\" class=\"lzbg\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></a></div><div class=\"title \"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:hdln;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967859;cpos:1\" href=\"https://uk.screen.yahoo.com/video/playlist/snakes/shocking-video-baby-sleeping-surrounded-113013202.html\" title=\"Baby surrounded by cobra snakes sleeps\" class=\"ov-h fz-xs d-b fw-b\">Baby surrounded by cobra snakes sleeps</a></div></li><li class=\"video-unit \" data-time-ago=\"1 day ago\"><div class=\"video-wrapper\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:img;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967737;cpos:2\" href=\"https://uk.screen.yahoo.com/video/playlist/underwater-encounters/caught-camera-fisherman-helps-stingray-122000560.html\" title=\"Fisherman helps stingray give birth\" class=\"d-b\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/140722/bm_stingray.jpg');\" width=\"auto\" height=\"auto\" alt=\"\" title=\"Fisherman helps stingray give birth\" class=\"lzbg\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></a></div><div class=\"title \"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:hdln;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967737;cpos:2\" href=\"https://uk.screen.yahoo.com/video/playlist/underwater-encounters/caught-camera-fisherman-helps-stingray-122000560.html\" title=\"Fisherman helps stingray give birth\" class=\"ov-h fz-xs d-b fw-b\">Fisherman helps stingray give birth</a></div></li><li class=\"video-unit \" data-time-ago=\"14 hrs ago\"><div class=\"video-wrapper\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:img;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967856;cpos:3\" href=\"https://uk.screen.yahoo.com/video/playlist/world-s-worst-drivers/helmet-cam-captures-terrifying-uk-141823516.html\" title=\"Shock crash as car pulls out into bike\" class=\"d-b\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/140723/vlcsnap-2014-07-23-15h13m18s204.jpg');\" width=\"auto\" height=\"auto\" alt=\"\" title=\"Shock crash as car pulls out into bike\" class=\"lzbg\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></a></div><div class=\"title \"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:hdln;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967856;cpos:3\" href=\"https://uk.screen.yahoo.com/video/playlist/world-s-worst-drivers/helmet-cam-captures-terrifying-uk-141823516.html\" title=\"Shock crash as car pulls out into bike\" class=\"ov-h fz-xs d-b fw-b\">Shock crash as car pulls out into bike</a></div></li><li class=\"video-unit \" data-time-ago=\"4 hrs ago\"><div class=\"video-wrapper\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:img;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967863;cpos:4\" href=\"https://uk.screen.yahoo.com/video/playlist/buzzfeed-video-playlist/11-photos-were-big-mistake-171818332.html\" title=\"17 perfectly timed funny photos\" class=\"d-b\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/140723/17Photos2.jpg');\" width=\"auto\" height=\"auto\" alt=\"\" title=\"17 perfectly timed funny photos\" class=\"lzbg\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></a></div><div class=\"title \"><a data-ylk=\"rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:hdln;elmt:ct;itc:0;grpt:fea;ct:3;g:;aid:uk_id-967863;cpos:4\" href=\"https://uk.screen.yahoo.com/video/playlist/buzzfeed-video-playlist/11-photos-were-big-mistake-171818332.html\" title=\"17 perfectly timed funny photos\" class=\"ov-h fz-xs d-b fw-b\">17 perfectly timed funny photos</a></div></li></ul>    <form class=\"videos-form w-100 pos-r\" action=\"https://uk.video.search.yahoo.com/search/video\" target=\"_top\">\n        <label class=\"vh\">Search videos</label>\n        <i class=\"fl-l img-sprite app-search-icon\"></i>\n        <input class=\"videos-input p-xs pt-s mt-xs fz-xs w-100 videos-input-inactive\" type=\"text\" value=\"Search videos\" placeholder=\"Search videos\" name=\"p\" />\n                <input type=\"hidden\" name=\"fr\" value=\"yfp-vs-903\" />\n        <input data-ylk='rspns:nav;t1:a4;t2:app-vid;t3:ct;elm:inpt;elmt:srch;itc:0;grpt:fea;slk:srch' data-action-outcome='srch' class=\"videos-btn vh rapidnofollow\" type=\"submit\" value=\"Go\" />\n    </form>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-vid;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div><div id=\"default-p_63794\" class=\"mod view_default\">  <div id=\"default-p_63794-bd\" class=\"bd type_weather type_weather_default\"><div class=\"app pos-r cf app-weather\" data-moduleid=\"63794\" data-modulesec=\"app-wea\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"vh\">Weather</h2>\n                                        <h3 class=\"app-heading accent va-m fz-xl\">\n                    <div class=\"type_location loc-picker lh-100\">\n                        <div class=\"loc-picker-handle\">\n                                            <b class=\"loc-picker-link\" title=\"Change location\"><span class=\"loc-city\">London</span></b>\n                            <div class=\"loc-picker-wrapper loc-picker-centered d-ib\">\n                                <i class=\"img-sprite loc-picker-icon\"><span class=\"ti d-b\">Change location</span></i>\n                            </div>\n                        </div>\n                    </div>\n                </h3>\n                \n<ul class=\"fz-xxs cf  conditions\">\n                    <li class=\"pos-r cf current\">    <img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/121210/33_IE6.png');\" width=\"92\" height=\"55\" alt=\"\" title=\"Fair\" class=\"fl-r lzbg\">\n    <div class=\"wrapper-current\">\n        <h3 class=\"accent mb-s\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-wea;t3:ct;elm:tl;elmt:link;itc:0\" href=\"http://uk.weather.yahoo.com/GB/England/London-44418/\">\n    <b class=\"fz-xxxl\">&lrm;28<b class=\"scale fz-s fw-n\">&deg;C</b> <b class=\"forecast fz-s\">Fair</b></b>\n</a></h3>\n        <b class=\"vh\">&lrm;27&deg;<b class=\"vh\">C High</b></b>\n        <b class=\"vh\">&lrm;16&deg;<b class=\"vh\">C Low</b></b>\n    </div>                </li>\n                    <li class=\"pos-r fl-l w-33 ta-c today\">    <img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/121210/31_IE6.png');\" width=\"55\" height=\"33\" alt=\"\" title=\"Sunny\" class=\"mt-xxs mb-xs m-a d-b lzbg\">\n    <div class=\"wrapper-today\">\n        <h3 class=\"app-sub-heading accent fz-s\">            <a data-ylk=\"rspns:nav;t1:a4;t2:app-wea;t3:ct;elm:tl;elmt:link;itc:0\" href=\"http://uk.weather.yahoo.com/GB/England/London-44418/\">\n                <u class=\"z-1\" title=\"Sunny\"></u>\n                <b class=\"d-ib ell w-100\">Today</b>\n                <b class=\"vh\">&lrm;21.5<b class=\"scale fz-s fw-n\">&deg;C</b> </b>\n            </a></h3>\n        <b class=\"accent mr-xs fz-xs\">&lrm;27&deg;<b class=\"vh\">C High</b></b>\n        <b class=\"dimmed fz-xs\">&lrm;16&deg;<b class=\"vh\">C Low</b></b>\n    </div>                </li>\n                    <li class=\"pos-r fl-l w-33 ta-c tomorrow\">    <img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/121210/10_IE6.png');\" width=\"55\" height=\"33\" alt=\"\" title=\"PM Rain\" class=\"mt-xxs mb-xs m-a d-b lzbg\">\n    <div class=\"wrapper-tomorrow\">\n        <h3 class=\"app-sub-heading accent fz-s\">            <a data-ylk=\"rspns:nav;t1:a4;t2:app-wea;t3:ct;elm:tl;elmt:link;itc:0\" href=\"http://uk.weather.yahoo.com/GB/England/London-44418/\">\n                <u class=\"z-1\" title=\"PM Rain\"></u>\n                <b class=\"d-ib ell w-100\">Tomorrow</b>\n                <b class=\"vh\">&lrm;21.5<b class=\"scale fz-s fw-n\">&deg;C</b> </b>\n            </a></h3>\n        <b class=\"accent mr-xs fz-xs\">&lrm;27&deg;<b class=\"vh\">C High</b></b>\n        <b class=\"dimmed fz-xs\">&lrm;16&deg;<b class=\"vh\">C Low</b></b>\n    </div>                </li>\n                    <li class=\"pos-r fl-l w-33 ta-c thirdday\">    <img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/121210/27_IE6.png');\" width=\"55\" height=\"33\" alt=\"\" title=\"Partly Cloudy\" class=\"mt-xxs mb-xs m-a d-b lzbg\">\n    <div class=\"wrapper-thirdday\">\n        <h3 class=\"app-sub-heading accent fz-s\">            <a data-ylk=\"rspns:nav;t1:a4;t2:app-wea;t3:ct;elm:tl;elmt:link;itc:0\" href=\"http://uk.weather.yahoo.com/GB/England/London-44418/\">\n                <u class=\"z-1\" title=\"Partly Cloudy\"></u>\n                <b class=\"d-ib ell w-100\">Saturday</b>\n                <b class=\"vh\">&lrm;22<b class=\"scale fz-s fw-n\">&deg;C</b> </b>\n            </a></h3>\n        <b class=\"accent mr-xs fz-xs\">&lrm;28&deg;<b class=\"vh\">C High</b></b>\n        <b class=\"dimmed fz-xs\">&lrm;16&deg;<b class=\"vh\">C Low</b></b>\n    </div>                </li>\n</ul>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:set;itc:1' class=\"cta rapidnofollow settings-cta settings-cta-icon img-sprite halt d-ib\" aria-label=\"Settings\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Settings\"><span>Settings</span></a><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div><div id=\"default-p_93109\" class=\"mod view_default\">  <div id=\"default-p_93109-bd\" class=\"bd type_finance type_finance_default\"><div class=\"app pos-r cf app-quotes app-tab app-tab-tabs\" data-moduleid=\"93109\" data-modulesec=\"app-fin\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"fz-xl app-heading mb-s\">Quotes <b class=\"fz-xs\"> <a data-ylk='rspns:nav;t1:a4;t2:app-fin;t3:hd;elm:itm;elmt:pty;itc:0' href=\"http://uk.finance.yahoo.com\">Yahoo Finance</a></b></h2>\n            <div class=\"tab-tabs tab-wrapper\" ><div class=\"wrapper\"><h3 data-ylk=\"slk:myt;sec:app-fin;t1:a4;t2:app-fin;t3:lst;elm:itm;elmt:tab;itc:1\" data-action=\"click\" class=\"app-sub-heading tab  fz-xxs mr-l pb-xs  selected on  fw-b\" data-b=\"http://www.yahoo.com\" data-tabid=\"markets\"><i class=\"img-sprite\"></i>Markets</h3></div></div>\n                        <dl class=\"panel markets cf lh-162 fz-xs pb-xl show-panel quote-percent\">\n                        <dt class=\"cl-l fl-l w-40\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-fin;t3:rcnt;elm:itm;elmt:qte;itc:0\" href=\"http://uk.finance.yahoo.com/q?s=^FTMC\" class=\"ell d-b\">FTSE MID 250</a></dt>\n    <dd class=\"fl-l w-25 ta-r\">15,735.92</dd>\n    <dd data-ylk=\"sec:app-fin;t1:a4;t2:app-fin;t3:rcnt;elm:icn;elmt:toggle;itc:1\" data-action=\"click\" class=\"fl-r w-30 ta-r ell up list\" data-change=\"9.96\" data-changepercent=\"0.06%\"><i data-ylk=\"sec:app-fin;t1:a4;t2:app-fin;;t3:rcnt;elm:icn;elmt:toggle;itc:1\" data-action=\"click\" class=\"fin-icon fl-l\"></i>0.06%</dd>    <dt class=\"cl-l fl-l w-40\"><a data-ylk=\"rspns:nav;t1:a4;t2:app-fin;t3:rcnt;elm:itm;elmt:qte;itc:0\" href=\"http://uk.finance.yahoo.com/q?s=^FTSE\" class=\"ell d-b\">FTSE 100</a></dt>\n    <dd class=\"fl-l w-25 ta-r\">6,805.72</dd>\n    <dd data-ylk=\"sec:app-fin;t1:a4;t2:app-fin;t3:rcnt;elm:icn;elmt:toggle;itc:1\" data-action=\"click\" class=\"fl-r w-30 ta-r ell up list\" data-change=\"7.57\" data-changepercent=\"0.11%\"><i data-ylk=\"sec:app-fin;t1:a4;t2:app-fin;;t3:rcnt;elm:icn;elmt:toggle;itc:1\" data-action=\"click\" class=\"fin-icon fl-l\"></i>0.11%</dd>\n                    </dl>    <h3 data-ylk=\"slk:rcnt;sec:app-fin;t1:a4;t2:app-fin;t3:lst;elm:itm;elmt:tab;itc:1\" data-action=\"click\" class=\"app-sub-heading tab  fz-xxs mr-l pb-xs \" data-b=\"http://www.yahoo.com\" data-tabid=\"my-portfolio\"><i class=\"img-sprite\"></i>My Portfolio</h3>\n    <div class=\"panel quotes-prompt pb-xl\"><div id=\"default-p_30345826_cc2\" class=\"mod view_default\">  <div id=\"default-p_30345826_cc2-bd\" class=\"bd type_login type_login_default\"><div class=\"embed\"><h3 class=\"title mb-l\">Sign in to view your portfolios</h3><div class=\"btns fz-xs\"><a class=\"login-svc ylogin login-btn-purple rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:app-fin;rspns:nav;t1:a4;t2:app-fin;t3:set;slk:Yahoo;elm:btn;elmt:lgn-yh;itc:0;\" target=\"_top\"><i class=\"img-sprite y-icon\"></i>Yahoo</a> <span class=\"login-or d-ib\">or</span> <span class=\"fb-button-wrapper d-ib\"><a class=\"login-svc fblogin login-btn-fbblue rapidnofollow rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:app-fin;rspns:nav;t1:a4;t2:app-fin;t3:set;slk:Facebook;elm:btn;elmt:lgn-fb;itc:0;\" target=\"_blank\"><i class=\"img-sprite fb-icon\"></i>Facebook</a><span class=\"fb-disclaimer narrow-disclaimer fz-xxs\">We don't post anything without your permission.</span></span></div></div>    </div>\n</div></div><form class=\"quotes-form w-100\" action=\"https://uk.yahoo.com/finance/uk.finance.yahoo.com/q\" target=\"_top\">\n        <label class=\"vh\">Enter company/ticker</label>\n        <i class=\"fl-l img-sprite app-search-icon\"></i>\n        <input class=\"quotes-input p-xs mt-xs mb-xs fz-xs w-100 quotes-input-inactive\" type=\"text\" value=\"Enter company/ticker\" placeholder=\"Enter company/ticker\" name=\"s\">\n        <input data-ylk=\"rspns:nav;t1:a4;t2:app-fin;t3:rcnt;elm:inpt;elmt:srch;itc:0;grpt:fea;slk:srch\" data-action-outcome='srch' class=\"quotes-btn vh\" type=\"submit\" value=\"Go\">\n    </form>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-fin;t3:ctrl;elm:btn;elmt:set;itc:1' class=\"cta rapidnofollow settings-cta settings-cta-icon img-sprite halt d-ib\" aria-label=\"Settings\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Settings\"><span>Settings</span></a><a data-ylk='t1:a4;t2:app-fin;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div><div id=\"default-p_30345818\" class=\"mod view_default\">  <div id=\"default-p_30345818-bd\" class=\"bd type_flickr type_flickr_default\"><div class=\"app pos-r cf app-flickr\" data-moduleid=\"30345818\" data-modulesec=\"app-flk\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"fz-xl app-heading mb-s\"><a data-ylk='rspns:nav;t1:a4;t2:app-flk;t3:hd;elm:itm;elmt:pty;itc:0' class=\"no-link-color\" href=\"http://flickr.com\"><b class=\"\">Flickr</b> <img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/dh/ap/default/130122/flickr_x2.png');\" width=\"26\" height=\"13\" alt=\"\" title=\"Flickr\" class=\"lzbg\"></a></h2>\n            <h3 class=\"app-sub-heading fz-s mb-s\">See more popular photos on <a data-ylk=rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:itm;elmt:link;itc:0;pkgt:10img;grpt:exp href=\"http://www.flickr.com/explore/\">Explore</a></h3>\n     <ul class=\"app-items mt-s cf\">\n        <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/johngarghan/14538243058/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm6.staticflickr.com/5567/14538243058_6575dfd449_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Jensen Interceptor&quot; by johngarghan\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/jacopirmin/14704637726/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm3.staticflickr.com/2939/14704637726_cd6fe86019_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Normandy american cemetery&quot; by Jacopo.Colombo\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/shutterbug_65/14541655669/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3917/14541655669_9d58031ed6_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Prickly cuctus&quot; by shutterbug_65\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/swissrunner/14540671679/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm6.staticflickr.com/5573/14540671679_9873f6e372_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Ei ei ei&quot; by Swissrock\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/26107852@N07/14726902905/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3881/14726902905_b9fcd04f7b_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Alpenglow Over the Glacier d&#39;Argentiere, French Alps&quot; by sunstormphotography.com\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/hardpan/14722618704/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3869/14722618704_280ea6a139_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Forgotten Farm - Infrared&quot; by Painted Light Studio\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/35634552@N03/14540122740/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3903/14540122740_37cf838f88_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;Alphorn player - Lake Thun&quot; by Rosmarie Wirz\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/capwell/14727736975/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3904/14727736975_3473e5f45c_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;French Lick Winery&quot; by capwell\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/jeridaking/14744967283/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm4.staticflickr.com/3877/14744967283_8d62a23279_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;_MG_7061&quot; by jeridaking\" class=\"lzbg\"></a></li> <li><a data-ylk=\"rspns:nav;t1:a4;t2:app-flk;t3:ct;elm:img;elmt:ct;itc:0;pkgt:10img;grpt:exp\" class=\"d-b\" href=\"http://www.flickr.com/photos/terry_frederic/14748158253/in/explore-2014-07-23/lightbox/?yc=https://www.yahoo.com\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://farm6.staticflickr.com/5551/14748158253_0ff05e09e8_s.jpg');\" width=\"75\" height=\"75\" alt=\"\" title=\"&quot;3624-19216-Explore&quot; by Terry Frederic\" class=\"lzbg\"></a></li> \n     </ul>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-flk;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div><div id=\"default-p_30345822\" class=\"mod view_default\">  <div id=\"default-p_30345822-bd\" class=\"bd type_birthday type_birthday_default\"><div class=\"app pos-r cf app-bday\" data-moduleid=\"30345822\" data-modulesec=\"app-bir\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"fz-xl app-heading mb-s\">Birthdays</h2>\n        <p class=\"pb-m fw-b\">Sign in with Facebook to see upcoming birthdays</p><span class=\"fb-button-wrapper d-ib\"><a class=\"login-svc fblogin login-btn-fbblue rapidnofollow rapid-noclick-resp login-btn-small\" href=\"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\" data-action=\"click\" data-action-outcome=\"lgn\" data-ylk=\"sec:app-bir;rspns:nav;t1:a4;t2:cue-auth;t3:set;slk:Facebook;elm:btn;elmt:lgn-fb;itc:0;\" target=\"_blank\"><i class=\"img-sprite fb-icon\"></i>Facebook</a><span class=\"fb-disclaimer narrow-disclaimer fz-xxs\">We don't post anything without your permission.</span></span>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-bir;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div><div id=\"default-p_63802\" class=\"mod view_default\">  <div id=\"default-p_63802-bd\" class=\"bd type_horoscope type_horoscope_default\"><div class=\"app pos-r cf app-horoscope\" data-moduleid=\"63802\" data-modulesec=\"app-hor\" >\n    <div class=\"app-wrapper\">\n                        <h2 class=\"fz-xl app-heading mb-s\">Horoscopes <b class=\"fz-xs\"> <a data-ylk='rspns:nav;t1:a4;t2:app-hor;t3:hd;elm:itm;elmt:pty;itc:0' href=\"https://uk.astrology.yahoo.com\">Yahoo Lifestyle</a></b></h2>\n        <ul class=\"horoscope-signs d-ib w-100 fz-xs\">\n    <li class=\"horoscope-sign user-sign leo w-100 fl-l\">\n        <i class=\"horoscope-icon lzbg fl-r ml-s\"></i>\n        <h3 class=\"app-sub-heading fz-s d-ib\"><a data-ylk='rspns:nav;t1:a4;t2:app-hor;t3:ct;elm:itm;elmt:sgn;itc:0' href=\"https://uk.astrology.yahoo.com/horoscopes/leo/overview-daily-20140724.html\">Leo</a></h3>\n        <b class=\"va-b pl-xs\">23/7-22/8</b>\n        <p class=\"horoscope-blurb pt-s pb-xxs\">You feel optimistic and for good reason. An admirer has been trying to win your heart. All this attention is flattering. If you&#39;re single, keep playing hard to get. The more you resist, the more they&#39;ll persist. Are you already in a relationship? Start pursuing a cherished dream. Fulfilling your heart&#39;s desire will make you a better partner and friend. Dwelling on what might have been will just make you bitter. Take a risk. It&#39;s better to try and fail than be paralysed by fear.</p>\n        <ul class=\"d-ib-wrap\"><li class=\"d-ib pr-xs\"><a data-ylk='rspns:nav;t1:a4;t2:app-hor;t3:ct;elm:itm;elmt:mr;itc:0' href=\"https://uk.astrology.yahoo.com/horoscopes/leo/overview-daily-20140724.html\">More</a></li> <li class=\"d-ib pl-xs\"><a data-b=\"http://www.yahoo.com\"  data-ylk='t1:a4;t2:app-hor;t3:ct;elm:itm;elmt:chgsgn;itc:1' href=\"#\" class=\"change-sign halt rapidnofollow\">Not your sign?</a></li></ul>\n    </li>\n</ul>\n        <div class=\"app-ctas z-1 v-h\" role=\"toolbar\"><a data-ylk='t1:a4;t2:app-hor;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\"cta rapidnofollow remove-cta img-sprite halt d-ib\" aria-label=\"Remove\" data-b=\"http://www.yahoo.com\" tabindex=\"0\" href=\"#\" aria-role=\"button\" title=\"Remove\"><span>Delete</span></a></div>\n    </div>\n</div>    </div>\n</div>    </div>\n</div><div id=\"default-p_30345934\" class=\"mod view_default\">  <div id=\"default-p_30345934-bd\" class=\"bd type_ads type_ads_default\"><div class=\"fpad2-fallback fpad2 fpad2-reserve\"><!-- metro normal ad --><!-- metro fallback ad static --></div>    </div>\n</div><div id=\"fpad2\"></div><div id=\"default-p_24803755\" class=\"mod view_default\">  <div id=\"default-p_24803755-bd\" class=\"bd type_subfooter type_subfooter_default\" data-ylk=\"t1:a4;t2:ft;t3:lst;elm:itm;elmt:link;itc:0;rspns:nav\"><ul class=\"fz-xxs dimmed\" role=\"contentinfo\"><li class=\"d-ib\"><a href=\"http://info.yahoo.com/legal/uk/yahoo/utos/en-gb/details.html\">Terms</a></li><li class=\"d-ib\"><a href=\"http://info.yahoo.com/privacy/uk/yahoo/\">Privacy</a></li><li class=\"d-ib\"><a href=\"http://info.yahoo.com/privacy/uk/yahoo/relevantads.html\">About our ads</a></li><li class=\"d-ib\"><a href=\"http://help.yahoo.com//l/uk/yahoo/helpcentral/\">Help</a></li><li class=\"d-ib\"><a href=\"http://uk.safely.yahoo.com/\">Safety</a></li><li class=\"d-ib\"><a href=\"http://yahoouk.tumblr.com/\">Press Office</a></li><li class=\"d-ib\"><a href=\"http://yahooadvertisinguk.tumblr.com/ \">Advertise with us</a></li><li class=\"d-ib\"><a href=\"http://surveylink.yahoo.com/wix/p6790352.aspx?country=UK&l=9\">Send Feedback</a></li></ul>    </div>\n</div><div id=\"default-p_15014391\" class=\"mod view_default\">  <div id=\"default-p_15014391-bd\" class=\"bd type_ads type_ads_default\"><div class=\"hdln2-fallback hdln2 hdln2-reserve\"><!-- metro normal ad --><!-- metro fallback ad static --></div>    </div>\n</div><div id=\"default-p_30345946\" class=\"mod view_default\">  <div id=\"default-p_30345946-bd\" class=\"bd type_ads type_ads_default\"><div class=\"foot-fallback foot foot-reserve\"><!-- metro normal ad --><!-- metro fallback ad static --><!--FOOT--></div>    </div>\n</div>         <div class=\"back-to-top \" title=\"Back To Top\">\n            <span class=\"new-stories-notif fz-xs\"></span>\n            <button class=\"img-sprite ti\" data-b=\"http://www.yahoo.com\">Back To Top</button>\n         </div>        </div>\n    </div>\n</div><!-- close col-3 -->\n\n\n<div id=\"hero-col\" class=\"main-col1\" role=\"main\">\n    <div class=\"hero-col-wrapper\">\n<div id=\"y-shade\">\n    <div id=\"default-p_30345871\" class=\"mod view_default\">  <div id=\"default-p_30345871-bd\" class=\"bd type_windowshade type_windowshade_default\"><div class=\"window-container\">\n    <p class=\"fz-xs message \">By using Yahoo you agree that Yahoo and <a href=\"https://info.yahoo.com/privacy/uk/yahoo/thirdparties/\" target=\"_self\" data-close=\"true\">partners</a> may use <a href=\"https://info.yahoo.com/privacy/uk/yahoo/cookies/\" target=\"_self\" data-close=\"true\">Cookies</a> for personalisation and other purposes</p>\n    <a href=\"#\" class=\"close-btn ti rapidnofollow\" data-b=\"http://www.yahoo.com\">close<i class=\"img-sprite\"></i></a>\n</div>    </div>\n</div>\n</div>        <div id=\"default-p_26391799\" class=\"mod view_default\">  <div id=\"default-p_26391799-bd\" class=\"bd type_breakingnews type_breakingnews_default\">    </div>\n</div>        <div id=\"default-p_30345848\" class=\"mod view_default\">  <div id=\"default-p_30345848-bd\" class=\"bd type_todaycontainer type_todaycontainer_default\"><div id=\"default-p_13872472\" class=\"mod view_default\">  <div id=\"default-p_13872472-bd\" class=\"bd type_fptoday type_fptoday_default\"><script>document.cookie=\"FPCK2=AgBT0Q0QAFzpEABbnRAAZT0QACPt;domain=uk.yahoo.com;expires=Sat, 23 Aug 2014 01:41:20 GMT\";</script>                <script type=\"text/javascript\">\n\n                    var firstImageLoadTime;\n\n                    function captureImageRT(){\n                        firstImageLoadTime = Number(new Date());\n                    }\n                </script>                <div class=\"fptoday-container white-overlay-enabled no-opacity footer-bookends\">\n                    <div id=\"p_13872472-main_story\" class=\"main-story  overlay-enabled hover-opacity\"><div class=\"main-story-content y-bg-1\">                    <div class=\"package-header voh-parent   pos-2 \"   data-pos=\"pos-2\" data-pkgid=\"\" data-uuid=\"\" data-wikiids=\"\" >\n                <a class=\"main-image pack-title \" href=\"https://uk.news.yahoo.com/algeria-passenger-plane-disappears-radar-093510948.html\"  id=\"p_13872472-header-image\"><img src=\"https://s.yimg.com/nn/fp/rsz/072414/images/smush/algerie_635x250_1406195271.jpg\" class=\"fptoday-img\" alt=\"A generic Air Algerie plane (AFP)\" title=\"A generic Air Algerie plane (AFP)\" width=\"635\" height=\"250\"></a>\n    \n    <div class=\"package-overlay \">\n        <div class=\"package-body-overlay\">&nbsp;</div>\n        <div class=\"package-body\">\n            \n            <div class=\"package-body-padding\">\n                <h3 class=\"fz-l main-title\">\n                                    <a class=\"x3-large\" href=\"https://uk.news.yahoo.com/algeria-passenger-plane-disappears-radar-093510948.html\"  style=\"font-family: inherit;\">Passenger plane carrying 116 crashes</a>\n                </h3>\n                <div class=\"body-text\">\n                    <p class=\"fz-xs\">\n                       <span class=\"tease\" style=\"\">An Algerian passenger plane disappeared from radar while flying from Burkina Faso - officials now confirm it has crashed.</span><span class=\"reserve-controls\">&nbsp;</span>\n                                    <a  href=\"https://uk.news.yahoo.com/algeria-passenger-plane-disappears-radar-093510948.html\" class=\"more-link\" >\n            Latest updates&nbsp;&#187;\n        </a>\n                        \n                    </p>\n                </div>\n            </div>\n        </div>\n    </div>\n    \n</div>\n</div>                    <div class=\"footer-section \">\n    <div class=\"footer-overlay hide\"></div>\n    <div class=\"loading-overlay loading-spinner hide\"></div>\n    <h4 class=\"vh\">More stories</h4>\n    <div id=p_13872472_carousel_container class=\"carousel-container small\">\n        <div class=\"y-carousel\">\n            <ol class=\"y-carousel-list y-today-ln-1\"><li id=\"p_13872472-panel0\" class=\"y-today-grad1 y-panel cf \"><a y-pkgId=\"id-967929\" data-b-tdh=\"http://www.yahoo.com\"  href=\"https://uk.news.yahoo.com/algeria-passenger-plane-disappears-radar-093510948.html\"   class=\"selected item selected \">\n    <span class=\"footer-img-holder\"><img src=\"https://s.yimg.com/nn/fp/rsz/072414/images/smush/algerie_120x48_1406195271.jpg\" class=\"footer-img\" alt=\"\"></span>\n    <span class=\"fz-xxs item-label\">Passenger plane crashes</span>\n</a><a y-pkgId=\"id-967763\" data-b-tdh=\"http://www.yahoo.com\"  href=\"https://uk.screen.yahoo.com/video/playlist/amazing-talent/elderly-man-throws-away-crutches-155016748.html?vp=1\"   class=\"itemy-today-ln-1 trans-border item \">\n    <span class=\"footer-img-holder\"><img src=\"https://s.yimg.com/dh/ap/default/140722/crutches-man-220714-120.jpg\" class=\"footer-img\" alt=\"\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></span>\n    <span class=\"fz-xxs item-label\">Old man will surprise you</span>\n</a><a y-pkgId=\"id-967910\" data-b-tdh=\"http://www.yahoo.com\"  href=\"https://uk.eurosport.yahoo.com/blogs/blazin-saddles/tour-farce-motorised-majka-winking-winner-180053088.html?vp=1\"   class=\"itemy-today-ln-1 trans-border item \">\n    <span class=\"footer-img-holder\"><img src=\"https://s.yimg.com/dh/ap/default/140723/Fancyclist120.jpg\" class=\"footer-img\" alt=\"\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></span>\n    <span class=\"fz-xxs item-label\">Star reacts to crash</span>\n</a><a y-pkgId=\"id-967908\" data-b-tdh=\"http://www.yahoo.com\"  href=\"https://uk.news.yahoo.com/video/playlist/good-deeds-videos/magician-gives-money-homeless-people-144752217.html\"   class=\"itemy-today-ln-1 trans-border item \">\n    <span class=\"footer-img-holder\"><img src=\"https://s.yimg.com/nn/fp/rsz/072414/images/smush/magic_trick_homeless_1024_120x48_1406188946.jpg\" class=\"footer-img\" alt=\"\"><span class=\"video-icon\"><i class=\"icon-sprite\"></i></span></span>\n    <span class=\"fz-xxs item-label\">Magician&#39;s touching trick</span>\n</a><a y-pkgId=\"id-967851\" data-b-tdh=\"http://www.yahoo.com\"  href=\"https://uk.eurosport.yahoo.com/photos/the-most-ridiculous-things-fans-have-printed-on-shirts-1406123874-slideshow/\"   class=\"itemy-today-ln-1 trans-border item \">\n    <span class=\"footer-img-holder\"><img src=\"https://s.yimg.com/dh/ap/default/140722/Gran-Roon120.jpg\" class=\"footer-img\" alt=\"\"></span>\n    <span class=\"fz-xxs item-label\">Mum &#39;so upset&#39; at shirt blunder</span>\n</a></li>            <li id=\"p_13872472-panel1\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel2\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel3\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel4\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel5\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel6\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel7\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel8\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li>            <li id=\"p_13872472-panel9\" class=\"y-today-grad1 y-panel clearfix empty hide \">                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>                <span class=\"y-today-grad1 y-today-ln-1 empty trans-border item\"></span>            </li></ol>\n        </div>\n    </div>\n</div>\n                </div>\n            </div>\n            <div class=\"navigation no-visibility overlay-enabled navigation-overlay-enabled pos-2 white-overlay-enabled footer-bookends\" id=\"navigation-p_13872472\">\n                        <div class=\"y-nav cf\">            <div class=\"y-nav-count fz-xxs\">1 of 50</div><div class=\"y-nav-buttons\">                <a class=\"prev\" href=\"#\" role=\"button\" data-b=\"http://www.yahoo.com\">\n                        <i class=\"img-sprite\"></i><span class=\"ti\">Previous set of stories</span>\n                </a>                <a class=\"next\" href=\"#\" role=\"button\" data-b=\"http://www.yahoo.com\">\n                        <i class=\"img-sprite\"></i><span class=\"ti\">Next set of stories</span>\n                </a>\n            </div>        </div>\n            </div>    </div>\n</div><div id=\"default-p_30345849\" class=\"mod view_default\">  <div id=\"default-p_30345849-bd\" class=\"bd type_offlead type_offlead_default\">                    <ul class=\"voh-parent-wrapper\" data-pkg-id=\"967954\">\n                        <li class=\"voh-parent pos-r\">        <div class=\"offlead-wrapper cf light\" >\n            \n            <div class=\"content no-img\">\n                <h2 class=\"fz-xxs red-header top-header\">Developing news</h2>\n                <h3 class=\"fz-m \"><a href=\"https://uk.news.yahoo.com/algeria-passenger-plane-disappears-radar-093510948.html\" data-ylk='rspns:nav;t1:a3;t2:ofl;t3:ct;elm:hdln;elmt:ct;itc:0;pkgt:3;g:0090-e9c200f9ab788c179ba8818156628636-006e;ct:1;aid:id-967954'>Algerian plane has crashed, says official</a></h3>\n                <p class=\"fx-xs\">A flight carrying 116 people which vanished over Mali in West Africa has crashed, say reports.</p>\n                <div class=\"fz-xs \"></div>\n            </div>\n        </div>                <div class=\"side-buttons\">\n                    <button data-action='click' data-ylk='sec:ofl;pos:0;slk:btn;t1:a3;t2:ofl;t3:ct;t4:ctrl;elm:btn;elmt:rm;itc:1;pkgt:3;g:0090-e9c200f9ab788c179ba8818156628636-006e;ct:1;aid:id-967954' class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button>\n                </div>\n                </li>\n                \n                </ul>    </div>\n</div>    </div>\n</div>        <div id=\"ad-west\"></div>\n        <div id=\"stream\"><div id=\"default-p_30345810\" class=\"mod view_default\">  <div id=\"default-p_30345810-bd\" class=\"bd type_fstream type_fstream_default\"><div class=\"filter-bar-section\"><ul class=\"tab-list d-ib fz-xs pos-r\"><li class=\"filter-item filter-selected d-ib\" data-filter=\"\">\n    <a href=\"#\" data-ylk=\"sec:strm;cpos:1;elm:itm;elmt:fltr;pos:0;ft:1;itc:1;t1:a3;t2:strm;t3:lst\"  data-action-outcome=\"slcfltr\" class=\"filter-name rapidnofollow fz-s\" role=\"button\">All Stories</a>\n</li><li class=\"filter-item d-ib\" data-filter=\"LISTID:c8111076-34ba-4128-83ce-fa7254deb1ed\">\n    <a href=\"#\" data-ylk=\"sec:strm;cpos:2;elm:itm;elmt:fltr;pos:0;ft:1;itc:1;t1:a3;t2:strm;t3:lst\"  data-action-outcome=\"slcfltr\" class=\"filter-name rapidnofollow fz-s\" role=\"button\">News</a>\n</li><li class=\"filter-item d-ib\" data-filter=\"LISTID:52ecc411-36f5-43ea-8482-6d7011ab5e68\">\n    <a href=\"#\" data-ylk=\"sec:strm;cpos:3;elm:itm;elmt:fltr;pos:0;ft:1;itc:1;t1:a3;t2:strm;t3:lst\"  data-action-outcome=\"slcfltr\" class=\"filter-name rapidnofollow fz-s\" role=\"button\">Sport</a>\n</li><li class=\"filter-item d-ib\" data-filter=\"LISTID:1adaca53-2cc7-45c8-9f1a-f0a4c242d78f\">\n    <a href=\"#\" data-ylk=\"sec:strm;cpos:4;elm:itm;elmt:fltr;pos:0;ft:1;itc:1;t1:a3;t2:strm;t3:lst\"  data-action-outcome=\"slcfltr\" class=\"filter-name rapidnofollow fz-s\" role=\"button\">Entertainment</a>\n</li><li class=\"filter-item d-ib\" data-filter=\"LISTID:e4395ca4-5525-4800-94f5-caed9a3498d2\">\n    <a href=\"#\" data-ylk=\"sec:strm;cpos:5;elm:itm;elmt:fltr;pos:0;ft:1;itc:1;t1:a3;t2:strm;t3:lst\"  data-action-outcome=\"slcfltr\" class=\"filter-name rapidnofollow fz-s\" role=\"button\">Finance</a>\n</li></ul></div>    </div>\n</div><div id=\"default-p_30345826\" class=\"mod view_default\">  <div id=\"default-p_30345826-bd\" class=\"bd type_login type_login_default\">    </div>\n</div><div id=\"default-p_30345786\" class=\"mod view_default\">  <div id=\"default-p_30345786-bd\" class=\"bd type_stream type_stream_default\"><input type=\"hidden\" class=\"historystate\" data-time=\"1406209280.233\"><ul><li class=\"content has-image voh-parent cf\" data-uuid=\"fdd9b645-bdbc-3441-8427-ca30c559b3ce\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:1;pkgt:4;ccode:p_en_gb_apm3_or1;g:fdd9b645-bdbc-3441-8427-ca30c559b3ce;ed:0;\" data-url=\"https%3A%2F%2Fuk.yahoo.com%2Fmovies%2Ffifty-shades-of-grey-movies-first-full-trailer-92727456111.html\" data-kb=\"6fc4f7d6-ac09-3ac8-8faa-ea4cd5dacd99\" data-reason=\"TRENDING\" data-i=\"P0f00030000D98172\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"https://uk.yahoo.com/movies/fifty-shades-of-grey-movies-first-full-trailer-92727456111.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:1;g:fdd9b645-bdbc-3441-8427-ca30c559b3ce;tar:uk.yahoo.com;ltxt:FiftySha;ct:1;rspns:nav;pkgt:4;r:P0f00030000D98172;slk:title;itc:0;prov:YahooMoviesUK;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/Nl6ZMaYmOYe7nzxNHbIpkA--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://magazines.zenfs.com/resizer/FIT_TO_WIDTH-w1484/585149ff3c3269d376577ab52b6688a295767916.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"https://uk.yahoo.com/movies/fifty-shades-of-grey-movies-first-full-trailer-92727456111.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:1;g:fdd9b645-bdbc-3441-8427-ca30c559b3ce;tar:uk.yahoo.com;ltxt:FiftySha;ct:1;rspns:nav;pkgt:4;r:P0f00030000D98172;slk:title;itc:0;prov:YahooMoviesUK;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Fifty Shades Of Grey Movies First Full Trailer</a></h3><p class=\"summary mt-xxs\">Bring out the blindfolds; the first full trailer for ‘Fifty Shades Of Grey’ is here.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Yahoo Movies UK</span><span class=\"time\">32 mins ago</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"5858502b-ca5f-333a-8b53-80e9b820c723\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:2;pkgt:4;ccode:p_en_gb_apm3_or1;g:5858502b-ca5f-333a-8b53-80e9b820c723;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Flamb-kebabs-found-contain-no-lamb-105908881.html\" data-reason=\"TRENDING\" data-i=\"P0f00028601D90989\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/lamb-kebabs-found-contain-no-lamb-105908881.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:2;g:5858502b-ca5f-333a-8b53-80e9b820c723;tar:uk.news.yahoo.com;ltxt:Lambkeba;ct:1;rspns:nav;pkgt:4;r:P0f00028601D90989;slk:title;itc:0;prov:TheJournal.ie;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/FtwlzpfO9imyMEGCE.SHhw--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_uk/News/TheJournal.ie/takeaway-lamb-tests-752x501.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/lamb-kebabs-found-contain-no-lamb-105908881.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:2;g:5858502b-ca5f-333a-8b53-80e9b820c723;tar:uk.news.yahoo.com;ltxt:Lambkeba;ct:1;rspns:nav;pkgt:4;r:P0f00028601D90989;slk:title;itc:0;prov:TheJournal.ie;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Lamb kebabs found to contain no… lamb</a></h3><p class=\"summary mt-xxs\">It’s alright though lads, there was no horsemeat.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">TheJournal.ie</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"c25954e7-9259-393c-9a11-306a42209bfa\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:3;pkgt:4;ccode:p_en_gb_apm3_or1;g:c25954e7-9259-393c-9a11-306a42209bfa;ed:0;\" data-url=\"http%3A%2F%2Fuk.celebrity.yahoo.com%2Fgossip%2Fceleb-news%2Fpaul-hogan-s-divorce-is-dundee-203423072.html\" data-reason=\"TRENDING\" data-i=\"P0f00029636D40930\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.celebrity.yahoo.com/gossip/celeb-news/paul-hogan-s-divorce-is-dundee-203423072.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:3;g:c25954e7-9259-393c-9a11-306a42209bfa;tar:uk.celebrity.yahoo.com;ltxt:PaulHoga;ct:1;rspns:nav;pkgt:4;r:P0f00029636D40930;slk:title;itc:0;prov:YahooCelebrity;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/_APVXGgs5w67lkT8xGjXCg--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://l.yimg.com/os/publish-images/omg/2014-07-23/29a49c60-128d-11e4-bb5e-ef3e78ceb957_Linda-Kozlowski-Paul-Hogan.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.celebrity.yahoo.com/gossip/celeb-news/paul-hogan-s-divorce-is-dundee-203423072.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:3;g:c25954e7-9259-393c-9a11-306a42209bfa;tar:uk.celebrity.yahoo.com;ltxt:PaulHoga;ct:1;rspns:nav;pkgt:4;r:P0f00029636D40930;slk:title;itc:0;prov:YahooCelebrity;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Paul Hogan&#39;s Divorce Is Dundee</a></h3><p class=\"summary mt-xxs\">Perhaps Paul Hogan will mark his divorce by throwing a few more shrimp on the barbie. A California judge has finalized Hogan&#39;s divorce from wife Linda Kozlowski and the assets have been divvied up. Per the settlement, Hogan, 74, retains the rights to the character &quot;Crocodile Dundee,&quot; but Linda&#39;s…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Yahoo Celebrity</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"f833f7fc-3d12-325f-9664-7007342e0327\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:4;pkgt:4;ccode:p_en_gb_apm3_or1;g:f833f7fc-3d12-325f-9664-7007342e0327;ed:0;\" data-url=\"http%3A%2F%2Fuk.celebrity.yahoo.com%2Fgossip%2Fomg%2Fkatie-hopkins-slams-peaches-geldof-s-mothering-abilities-with-sarcastic-tweet-082011188.html\" data-reason=\"TRENDING\" data-i=\"P0f00025141D82155\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.celebrity.yahoo.com/gossip/omg/katie-hopkins-slams-peaches-geldof-s-mothering-abilities-with-sarcastic-tweet-082011188.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:4;g:f833f7fc-3d12-325f-9664-7007342e0327;tar:uk.celebrity.yahoo.com;ltxt:KatieHop;ct:1;rspns:nav;pkgt:4;r:P0f00025141D82155;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/ksl49FAonRCHCG8SWQK1Ew--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/EntertainmentWise/53c434121f7f11405367314.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.celebrity.yahoo.com/gossip/omg/katie-hopkins-slams-peaches-geldof-s-mothering-abilities-with-sarcastic-tweet-082011188.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:4;g:f833f7fc-3d12-325f-9664-7007342e0327;tar:uk.celebrity.yahoo.com;ltxt:KatieHop;ct:1;rspns:nav;pkgt:4;r:P0f00025141D82155;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Katie Hopkins Slams Peaches Geldof&#39;s Mothering Abilities With Sarcastic Tweet</a></h3><p class=\"summary mt-xxs\">The former Apprentice star couldn&#39;t resist giving her opinion on yesterday&#39;s inquest result</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">omg</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"2c129590-8507-3eca-8e91-fe2334ba7ff4\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:5;pkgt:4;ccode:p_en_gb_apm3_or1;g:2c129590-8507-3eca-8e91-fe2334ba7ff4;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fkim-kardashian-kanye-west-heading-divorce-tabloid-claims-095236314.html\" data-reason=\"TRENDING\" data-i=\"P0f00029855D87293\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/kim-kardashian-kanye-west-heading-divorce-tabloid-claims-095236314.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:5;g:2c129590-8507-3eca-8e91-fe2334ba7ff4;tar:uk.news.yahoo.com;ltxt:KimKarda;ct:1;rspns:nav;pkgt:4;r:P0f00029855D87293;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/rAkV96bN4Rt_610e1J_ZoA--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/ibtimes/kim-kardashian-20140724-120013-778.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/kim-kardashian-kanye-west-heading-divorce-tabloid-claims-095236314.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:5;g:2c129590-8507-3eca-8e91-fe2334ba7ff4;tar:uk.news.yahoo.com;ltxt:KimKarda;ct:1;rspns:nav;pkgt:4;r:P0f00029855D87293;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Kim Kardashian and Kanye West Heading for Divorce? Tabloid Claims Couple&#39;s Marriage &#39;Over After 58 Days&#39;</a></h3><p class=\"summary mt-xxs\">A tabloid has come up with claims that American reality television star Kim Kardashian and rapper Kanye West are heading for divorce. The 33-year-old Keeping Up With The Kardashians star and West tied the knot in Florence, Italy on 24 May. According to the latest issue of InTouch magazine,  the…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">IB Times</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"1569bdb2-e5f6-36d7-9a14-f57ab92421b3\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:6;pkgt:4;ccode:p_en_gb_apm3_or1;g:1569bdb2-e5f6-36d7-9a14-f57ab92421b3;ed:0;\" data-url=\"http%3A%2F%2Fuk.celebrity.yahoo.com%2Fgossip%2Fomg%2Fgemma-atkinson-s-got-her-abs-out-again--get-your-motivation-faces-on-131219566.html\" data-reason=\"TRENDING\" data-i=\"P0f00020479D98388\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.celebrity.yahoo.com/gossip/omg/gemma-atkinson-s-got-her-abs-out-again--get-your-motivation-faces-on-131219566.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:6;g:1569bdb2-e5f6-36d7-9a14-f57ab92421b3;tar:uk.celebrity.yahoo.com;ltxt:GemmaAtk;ct:1;rspns:nav;pkgt:4;r:P0f00020479D98388;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/tokbSIWaW7.Mgq9SYUoPog--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://l.yimg.com/os/publish-images/omg/2014-07-24/173a27d0-1331-11e4-af5a-4debab952bf7_gemma-atkinson-diet-plan.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.celebrity.yahoo.com/gossip/omg/gemma-atkinson-s-got-her-abs-out-again--get-your-motivation-faces-on-131219566.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:6;g:1569bdb2-e5f6-36d7-9a14-f57ab92421b3;tar:uk.celebrity.yahoo.com;ltxt:GemmaAtk;ct:1;rspns:nav;pkgt:4;r:P0f00020479D98388;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Gemma Atkinson&#39;s Got Her Abs Out Again, Get Your Motivation Faces On</a></h3><p class=\"summary mt-xxs\">Gemma Atkinson shows off her six pack in more gratuitous body shots. We&#39;re not complaining, this is gymspo at its best.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">omg</span><span class=\"time\">29 mins ago</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"f4ce9b0c-c708-33bc-9943-9703580ff23f\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:7;pkgt:4;ccode:p_en_gb_apm3_or1;g:f4ce9b0c-c708-33bc-9943-9703580ff23f;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fmh17-parents-living-hell-beyond-hell-072703041.html\" data-reason=\"TRENDING\" data-i=\"P0f00018456D78582\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/mh17-parents-living-hell-beyond-hell-072703041.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:7;g:f4ce9b0c-c708-33bc-9943-9703580ff23f;tar:uk.news.yahoo.com;ltxt:MH17Pare;ct:1;rspns:nav;pkgt:4;r:P0f00018456D78582;slk:title;itc:0;prov:SkyNews;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/finRv1gk9uViEo5fJ0DFcQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_uk/News/skynews/maslin-family-children-1-400x240-20140724-073512-075.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/mh17-parents-living-hell-beyond-hell-072703041.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:7;g:f4ce9b0c-c708-33bc-9943-9703580ff23f;tar:uk.news.yahoo.com;ltxt:MH17Pare;ct:1;rspns:nav;pkgt:4;r:P0f00018456D78582;slk:title;itc:0;prov:SkyNews;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">MH17 Parents Living In &#39;Hell Beyond Hell&#39;</a></h3><p class=\"summary mt-xxs\">The parents of three children who were killed in the MH17 attack have described how they are living in a &quot;hell beyond hell&quot; in a heartbreaking statement. Anthony Maslin and mother Marite Norris from Perth in Western Australia also released a photograph of their three smiling children, Mo Maslin,…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Sky News</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"8d910289-15ff-3e44-830a-642f1e49ab92\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:8;pkgt:4;ccode:p_en_gb_apm3_or1;g:8d910289-15ff-3e44-830a-642f1e49ab92;ed:0;\" data-url=\"http%3A%2F%2Fuk.eurosport.yahoo.com%2Fnews%2Fmanchester-united-7-0-la-galaxy-did-learn-082734514.html\" data-kb=\"ec91f701-1681-35a1-b6c1-7df22d80b5de\" data-reason=\"TRENDING\" data-i=\"P0f00018071D82570\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.eurosport.yahoo.com/news/manchester-united-7-0-la-galaxy-did-learn-082734514.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:8;g:8d910289-15ff-3e44-830a-642f1e49ab92;tar:uk.eurosport.yahoo.com;ltxt:Manchest;ct:1;rspns:nav;pkgt:4;r:P0f00018071D82570;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/uJ3y0S0LE4.9233x3NDtCw--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/ibtimes/danny-welbeck-wayne-rooney-20140724-114013-797.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.eurosport.yahoo.com/news/manchester-united-7-0-la-galaxy-did-learn-082734514.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:8;g:8d910289-15ff-3e44-830a-642f1e49ab92;tar:uk.eurosport.yahoo.com;ltxt:Manchest;ct:1;rspns:nav;pkgt:4;r:P0f00018071D82570;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Manchester United 7-0 LA Galaxy: What Did We Learn from Louis Van Gaal&#39;s First Match in Charge?</a></h3><p class=\"summary mt-xxs\">Louis van Gaal got his Manchester United reign off to the perfect start last night as his side cruised to a 7-0 demolition of LA Galaxy. The Dutchman fielded a different side in each half at California&#39;s Rose Bowl stadium as he looks to analyse who will be in his starting 11 come the start of the…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">IB Times</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"28630725-d552-392b-b59f-77ab03638998\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:9;pkgt:4;ccode:p_en_gb_apm3_or1;g:28630725-d552-392b-b59f-77ab03638998;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fmh17-dutch-mayor-wants-netherlands-deport-putins-daughter-181756215.html\" data-reason=\"TRENDING\" data-i=\"P0f00015396D36507\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/mh17-dutch-mayor-wants-netherlands-deport-putins-daughter-181756215.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:9;g:28630725-d552-392b-b59f-77ab03638998;tar:uk.news.yahoo.com;ltxt:MH17:Dut;ct:1;rspns:nav;pkgt:4;r:P0f00015396D36507;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/xOnD6WTF72CUfG.t9.yPFg--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/ibtimes/vladimir-putin-20140724-101548-399.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/mh17-dutch-mayor-wants-netherlands-deport-putins-daughter-181756215.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:9;g:28630725-d552-392b-b59f-77ab03638998;tar:uk.news.yahoo.com;ltxt:MH17:Dut;ct:1;rspns:nav;pkgt:4;r:P0f00015396D36507;slk:title;itc:0;prov:IBTimes;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">MH17: Dutch Mayor wants Netherlands to &#39;Deport Putin&#39;s Daughter, Maria&#39;</a></h3><p class=\"summary mt-xxs\">A Dutch politician has called for Vladimir Putin&#39;s daughter to be thrown out of the Netherlands, over Russia&#39;s alleged involvement in the downing of the Malaysia Airlines flight in eastern Ukraine.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">IB Times</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"db6d80f3-3e91-37f1-8039-136fe63699fd\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:10;pkgt:4;ccode:p_en_gb_apm3_or1;g:db6d80f3-3e91-37f1-8039-136fe63699fd;ed:0;\" data-url=\"http%3A%2F%2Fuk.celebrity.yahoo.com%2Fgossip%2Fomg%2Fdanielle-lloyd-and-her-six-pack-enjoy-pda-workout-sesh-with-hubby-jamie-o-hara-115256649.html\" data-reason=\"TRENDING\" data-i=\"P0f00017931D93978\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.celebrity.yahoo.com/gossip/omg/danielle-lloyd-and-her-six-pack-enjoy-pda-workout-sesh-with-hubby-jamie-o-hara-115256649.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:10;g:db6d80f3-3e91-37f1-8039-136fe63699fd;tar:uk.celebrity.yahoo.com;ltxt:Danielle;ct:1;rspns:nav;pkgt:4;r:P0f00017931D93978;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/4I84LK0V5s5cl2ww6JE9YQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://l.yimg.com/os/publish-images/omg/2014-07-24/07b1ad80-1325-11e4-9c8d-87758d2946a1_danielle-lloyd-ohara-park-workout.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.celebrity.yahoo.com/gossip/omg/danielle-lloyd-and-her-six-pack-enjoy-pda-workout-sesh-with-hubby-jamie-o-hara-115256649.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:10;g:db6d80f3-3e91-37f1-8039-136fe63699fd;tar:uk.celebrity.yahoo.com;ltxt:Danielle;ct:1;rspns:nav;pkgt:4;r:P0f00017931D93978;slk:title;itc:0;prov:omg;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Danielle Lloyd And Her Six Pack Enjoy PDA Workout Sesh With Hubby Jamie O&#39;Hara</a></h3><p class=\"summary mt-xxs\">Danielle Lloyd shows off her ridiculously hot body in a tiny cropped top as she enjoys a park workout with her husband.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">omg</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"47425496-8389-3e46-bdcc-614e9f13d2f2\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:11;pkgt:4;ccode:p_en_gb_apm3_or1;g:47425496-8389-3e46-bdcc-614e9f13d2f2;ed:0;\" data-url=\"http%3A%2F%2Fuk.tv.yahoo.com%2Fbindi-irwin-dad-steve-death-time-heals-wounds-205237092.html\" data-kb=\"f4418424-adbe-34fa-b28e-88f5b2566098\" data-reason=\"TRENDING\" data-i=\"P0f00015182D41800\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.tv.yahoo.com/bindi-irwin-dad-steve-death-time-heals-wounds-205237092.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:11;g:47425496-8389-3e46-bdcc-614e9f13d2f2;tar:uk.tv.yahoo.com;ltxt:BindiIrw;ct:1;rspns:nav;pkgt:4;r:P0f00015182D41800;slk:title;itc:0;prov:AccessHollywood;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/j7t5fotRK94xgWdGQQpRCQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_us/News/AccessHollywoodTV/212755.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.tv.yahoo.com/bindi-irwin-dad-steve-death-time-heals-wounds-205237092.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:11;g:47425496-8389-3e46-bdcc-614e9f13d2f2;tar:uk.tv.yahoo.com;ltxt:BindiIrw;ct:1;rspns:nav;pkgt:4;r:P0f00015182D41800;slk:title;itc:0;prov:AccessHollywood;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Bindi Irwin On Dad Steve Death: Time Heals Wounds Is &#39;Biggest Lie You Will Ever Hear&#39;</a></h3><p class=\"summary mt-xxs\">Bindi Irwin lost her father, &quot;Crocodile Hunter&quot; Steve Irwin, in 2006 to a stingray attack – she was 8 years old at the time. Now 15, Bindi said she receiving well-meaning words of encouragement from strangers, who all offered her the same advice, and it never held true.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Access Hollywood</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content voh-parent cf\" data-uuid=\"6d7a1be9-a448-3bee-9467-80a26c27e102\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:12;pkgt:3;ccode:p_en_gb_apm3_or1;g:6d7a1be9-a448-3bee-9467-80a26c27e102;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fuk-minister-warns-israel-western-opinion-turning-against-132726331.html\" data-reason=\"TRENDING\" data-i=\"P0f00017011D99227\"><div class=\"wrapper cf\"><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/uk-minister-warns-israel-western-opinion-turning-against-132726331.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:12;g:6d7a1be9-a448-3bee-9467-80a26c27e102;tar:uk.news.yahoo.com;ltxt:UKminist;ct:1;rspns:nav;pkgt:3;r:P0f00017011D99227;slk:title;itc:0;prov:Reuters;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">UK minister warns Israel Western opinion is turning against it over Gaza</a></h3><p class=\"summary mt-xxs\">British Foreign Secretary Philip Hammond warned Israel on Thursday that Western public opinion was turning against the Jewish state over its offensive against Islamist militants in Gaza. Israel launched the operation 17 days ago, aiming to stop militants from Hamas, which rules the coastal enclave,…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Reuters</span><span class=\"time\">13 mins ago</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"dc6eaf9a-c415-3bf0-b924-f5cf73a47165\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:13;pkgt:4;ccode:p_en_gb_apm3_or1;g:dc6eaf9a-c415-3bf0-b924-f5cf73a47165;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fsyrias-chemical-weapons-being-destroyed-131632570.html\" data-kb=\"6b560bb4-a40c-3020-a4ff-dccfd3ad2435\" data-reason=\"TRENDING\" data-i=\"P0f00016906D98622\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/syrias-chemical-weapons-being-destroyed-131632570.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:13;g:dc6eaf9a-c415-3bf0-b924-f5cf73a47165;tar:uk.news.yahoo.com;ltxt:HowSyria;ct:1;rspns:nav;pkgt:4;r:P0f00016906D98622;slk:title;itc:0;prov:LiveScience.com;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/DbC2N.K3xPCcgvaaVyK6bQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_US/News/LiveScience.com/cape-ray-ship.jpeg1406151147');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/syrias-chemical-weapons-being-destroyed-131632570.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:13;g:dc6eaf9a-c415-3bf0-b924-f5cf73a47165;tar:uk.news.yahoo.com;ltxt:HowSyria;ct:1;rspns:nav;pkgt:4;r:P0f00016906D98622;slk:title;itc:0;prov:LiveScience.com;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">How Syria&#39;s Chemical Weapons Are Being Destroyed</a></h3><p class=\"summary mt-xxs\">Somewhere in the Mediterranean Sea, military and civilian experts aboard a U.S. cargo ship, the MV Cape Ray, are disposing of Syria&#39;s arsenal of deadly chemical weapons. Much of Syria&#39;s chemical weapons stockpile has already made its way to Finland, the United Kingdom and the United States, where…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">LiveScience.com</span><span class=\"time\">24 mins ago</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"d4e16327-86e5-3dd2-b49c-cdfd288ffe06\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:14;pkgt:4;ccode:p_en_gb_apm3_or1;g:d4e16327-86e5-3dd2-b49c-cdfd288ffe06;ed:0;\" data-url=\"http%3A%2F%2Fuk.celebrity.yahoo.com%2Fgossip%2Fceleb-news%2Fhelen-mirren-s-secret-to-staying-bikini-fit--a-12-minute-military-workout-165354627.html\" data-reason=\"TRENDING\" data-i=\"P0f00014736D33919\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.celebrity.yahoo.com/gossip/celeb-news/helen-mirren-s-secret-to-staying-bikini-fit--a-12-minute-military-workout-165354627.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:14;g:d4e16327-86e5-3dd2-b49c-cdfd288ffe06;tar:uk.celebrity.yahoo.com;ltxt:HelenMir;ct:1;rspns:nav;pkgt:4;r:P0f00014736D33919;slk:title;itc:0;prov:YahooCelebrity;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/.h6ucuFr8xlzFCZBbobWig--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://l.yimg.com/os/publish-images/omg/2014-07-23/70a90340-1291-11e4-bb5e-ef3e78ceb957_Helen-Mirren.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.celebrity.yahoo.com/gossip/celeb-news/helen-mirren-s-secret-to-staying-bikini-fit--a-12-minute-military-workout-165354627.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:14;g:d4e16327-86e5-3dd2-b49c-cdfd288ffe06;tar:uk.celebrity.yahoo.com;ltxt:HelenMir;ct:1;rspns:nav;pkgt:4;r:P0f00014736D33919;slk:title;itc:0;prov:YahooCelebrity;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Helen Mirren&#39;s Secret to Staying Bikini Fit: A 12-Minute Military Workout</a></h3><p class=\"summary mt-xxs\">It&#39;s no secret that Dame Helen Mirren has a hot bod, but how she stays trim certainly is.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Yahoo Celebrity</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"505027b0-bb1d-31ac-8d59-3c8a5afd140f\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:15;pkgt:4;ccode:p_en_gb_apm3_or1;g:505027b0-bb1d-31ac-8d59-3c8a5afd140f;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Ftwo-ukrainian-fighter-jets-shot-down-over-rebel-104655886.html\" data-kb=\"64f352c1-52e7-3b67-8e3e-e7f811f16228\" data-reason=\"TRENDING\" data-i=\"P0f00013064D31655\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/two-ukrainian-fighter-jets-shot-down-over-rebel-104655886.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:15;g:505027b0-bb1d-31ac-8d59-3c8a5afd140f;tar:uk.news.yahoo.com;ltxt:Ukrainej;ct:1;rspns:nav;pkgt:4;r:P0f00013064D31655;slk:title;itc:0;prov:AFP;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/o_iaF.g7_lBHqweQ9XP6HQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/AFP/ca283ac467402b59e22e512ea66c374860d3adec.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/two-ukrainian-fighter-jets-shot-down-over-rebel-104655886.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:15;g:505027b0-bb1d-31ac-8d59-3c8a5afd140f;tar:uk.news.yahoo.com;ltxt:Ukrainej;ct:1;rspns:nav;pkgt:4;r:P0f00013064D31655;slk:title;itc:0;prov:AFP;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Ukraine jets downed near MH17 site by &#39;missile from Russia&#39;</a></h3><p class=\"summary mt-xxs\">Two Ukrainian fighter jets shot down Wednesday in the rebel-held area where Malaysia Airlines flight MH17 crashed were hit by missiles fired from Russian soil, Ukraine&#39;s military said.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">AFP</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"d77d7fc3-50a6-3b11-9fd1-8ad316db270f\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:16;pkgt:4;ccode:p_en_gb_apm3_or1;g:d77d7fc3-50a6-3b11-9fd1-8ad316db270f;ed:0;\" data-url=\"http%3A%2F%2Fuk.eurosport.yahoo.com%2Fblogs%2Fearly-doors%2Fjames-rodriguez-does-ronaldo-first-day-real-madrid-194038891.html\" data-reason=\"TRENDING\" data-i=\"P0f00012415D07822\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.eurosport.yahoo.com/blogs/early-doors/james-rodriguez-does-ronaldo-first-day-real-madrid-194038891.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:16;g:d77d7fc3-50a6-3b11-9fd1-8ad316db270f;tar:uk.eurosport.yahoo.com;ltxt:JamesRod;ct:1;rspns:nav;pkgt:4;r:P0f00012415D07822;slk:title;itc:0;prov:EarlyDoors;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/nvmWSjv2Ap.NKG.698SBYQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en-GB/blogs/early-doors/452531452.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.eurosport.yahoo.com/blogs/early-doors/james-rodriguez-does-ronaldo-first-day-real-madrid-194038891.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:16;g:d77d7fc3-50a6-3b11-9fd1-8ad316db270f;tar:uk.eurosport.yahoo.com;ltxt:JamesRod;ct:1;rspns:nav;pkgt:4;r:P0f00012415D07822;slk:title;itc:0;prov:EarlyDoors;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">James Rodriguez ‘does a Ronaldo’ on his first day at Real Madrid</a></h3><p class=\"summary mt-xxs\">James Rodriguez has already &#39;done a Cristiano Ronaldo&#39; just one day into his Real Madrid tenure. Continue reading →</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Early Doors</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"936cb334-c068-3333-9407-6132eda09d87\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:17;pkgt:4;ccode:p_en_gb_apm3_or1;g:936cb334-c068-3333-9407-6132eda09d87;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fqueen-joins-prince-george-first-birthday-party-163746166.html\" data-reason=\"TRENDING\" data-i=\"P0f00016474D05223\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/queen-joins-prince-george-first-birthday-party-163746166.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:17;g:936cb334-c068-3333-9407-6132eda09d87;tar:uk.news.yahoo.com;ltxt:Queenjoi;ct:1;rspns:nav;pkgt:4;r:P0f00016474D05223;slk:title;itc:0;prov:AFP;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/20bp8aCqFYdBlSCnaOzP1Q--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_GB/News/AFP/f1c7da56619ea40897220b2903d28831bff61881.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/queen-joins-prince-george-first-birthday-party-163746166.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:17;g:936cb334-c068-3333-9407-6132eda09d87;tar:uk.news.yahoo.com;ltxt:Queenjoi;ct:1;rspns:nav;pkgt:4;r:P0f00016474D05223;slk:title;itc:0;prov:AFP;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Queen joins Prince George for first birthday party</a></h3><p class=\"summary mt-xxs\">Britain&#39;s Queen Elizabeth II joined her great-grandson Prince George at his first birthday party on Tuesday as his parents thanked well-wishers around the world for their warmth and generosity.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">AFP</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"7904e086-eeea-3d9b-a40d-b5c2cd19b8b8\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:18;pkgt:4;ccode:p_en_gb_apm3_or1;g:7904e086-eeea-3d9b-a40d-b5c2cd19b8b8;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Fgout-disease-kings-rise-095558486.html\" data-reason=\"TRENDING\" data-i=\"P0f00011653D23199\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/gout-disease-kings-rise-095558486.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:18;g:7904e086-eeea-3d9b-a40d-b5c2cd19b8b8;tar:uk.news.yahoo.com;ltxt:Gout,dis;ct:1;rspns:nav;pkgt:4;r:P0f00011653D23199;slk:title;itc:0;prov:PressAssociation;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/816RbdZOiHYzs0ZPR2fOwA--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en_uk/News/pressass/news-health-14127-b64a3c47bfd2c8c8c848787709d8cb97-9fd337a0-2df6-49a4-9d65-5f568f15dd25-2.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/gout-disease-kings-rise-095558486.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:18;g:7904e086-eeea-3d9b-a40d-b5c2cd19b8b8;tar:uk.news.yahoo.com;ltxt:Gout,dis;ct:1;rspns:nav;pkgt:4;r:P0f00011653D23199;slk:title;itc:0;prov:PressAssociation;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Gout, disease of kings, on the rise</a></h3><p class=\"summary mt-xxs\">The number of cases of gout are on the rise, new figures show, contrary to the belief that the ailment has been consigned to the history books.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Press Association</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"6eb186ad-f7d8-3046-a5aa-d9b9be818e88\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:19;pkgt:4;ccode:p_en_gb_apm3_or1;g:6eb186ad-f7d8-3046-a5aa-d9b9be818e88;ed:0;\" data-url=\"http%3A%2F%2Fuk.news.yahoo.com%2Farizona-inmate-dies-2-hours-execution-began-230855668.html\" data-reason=\"TRENDING\" data-i=\"P0f00013567D72489\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.news.yahoo.com/arizona-inmate-dies-2-hours-execution-began-230855668.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:19;g:6eb186ad-f7d8-3046-a5aa-d9b9be818e88;tar:uk.news.yahoo.com;ltxt:Arizonai;ct:1;rspns:nav;pkgt:4;r:P0f00013567D72489;slk:title;itc:0;prov:AssociatedPress;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/sF_8vyNPG_k9LkfrXgwz2Q--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://media.zenfs.com/en-US/video/video.associatedpressfree.com/a820f238e4c28cc053a84a3712e869d3');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.news.yahoo.com/arizona-inmate-dies-2-hours-execution-began-230855668.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:19;g:6eb186ad-f7d8-3046-a5aa-d9b9be818e88;tar:uk.news.yahoo.com;ltxt:Arizonai;ct:1;rspns:nav;pkgt:4;r:P0f00013567D72489;slk:title;itc:0;prov:AssociatedPress;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Arizona inmate dies 2 hours after execution began</a></h3><p class=\"summary mt-xxs\">PHOENIX (AP) — A condemned Arizona inmate gasped for more than an hour and a half during his execution Wednesday before he died in an episode sure to add to the scrutiny surrounding the death penalty in the U.S.</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Associated Press</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"content has-image voh-parent cf\" data-uuid=\"1793e293-49cb-30f2-85a3-fc25271192c6\" data-ylk=\"sec:strm;cat:default;bpos:1;cpos:20;pkgt:4;ccode:p_en_gb_apm3_or1;g:1793e293-49cb-30f2-85a3-fc25271192c6;ed:0;\" data-url=\"http%3A%2F%2Fuk.lifestyle.yahoo.com%2Fforget-fomo--meet-momo--the-latest-social-media-anxiety-is-the--mystery-of-missing-out-133133744.html\" data-reason=\"TRENDING\" data-i=\"P0f00014873D99454\"><div class=\"wrapper cf\"><a class=\"img ov-h thumb-left  \" href=\"http://uk.lifestyle.yahoo.com/forget-fomo--meet-momo--the-latest-social-media-anxiety-is-the--mystery-of-missing-out-133133744.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:20;g:1793e293-49cb-30f2-85a3-fc25271192c6;tar:uk.lifestyle.yahoo.com;ltxt:ForgetFO;ct:1;rspns:nav;pkgt:4;r:P0f00014873D99454;slk:title;itc:0;prov:YahooLifestyle;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\" tabindex=\"-1\"><img src=\"https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png\" style=\"background-image:url('https://s.yimg.com/ts/api/res/1.2/XiWJ3akXPqYH_.B6VPT6TQ--/YXBwaWQ9eWhvbWVydW47cT00NTtzbT0xO2ZpPWZpbGw7dz0xNjQ7aD0xNjQ7cHlvZmY9MA--/http://l.yimg.com/os/publish-images/lifestyles/2014-07-23/75c34730-1216-11e4-99d5-191e9616b586_162579934.jpg');\" width=\"82\" height=\"82\" alt=\"\" title=\"\" class=\"lzbg\"></a><div class=\"body\"><div class=\"body-wrap\"><h3 class=\"fw-b fz-s lh-115\"><a class=\"\" href=\"http://uk.lifestyle.yahoo.com/forget-fomo--meet-momo--the-latest-social-media-anxiety-is-the--mystery-of-missing-out-133133744.html\" data-ylk=\"sec:strm;ed:0;bpos:1;pos:1;cpos:20;g:1793e293-49cb-30f2-85a3-fc25271192c6;tar:uk.lifestyle.yahoo.com;ltxt:ForgetFO;ct:1;rspns:nav;pkgt:4;r:P0f00014873D99454;slk:title;itc:0;prov:YahooLifestyle;sort:1;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\">Forget FOMO, Meet MOMO: The Latest Social Media Anxiety Is The ‘Mystery Of Missing Out’</a></h3><p class=\"summary mt-xxs\">If you’ve only just got your head around FOMO (that’s the Fear of Missing Out), there’s a new social media anxiety emerging – and it’s arguably more worrying than its predecessor. MOMO (the Mystery of Missing Out) is when people feel like they’re missing out on their friend’s lives because they…</p></div><div class=\"attribution fz-xxs\"><span class=\"source\">Yahoo Lifestyle</span><span class=\"time\">9 mins ago</span><ul class=\"interest-list dn d-ib voh\"></ul></div></div><div class=\"side-buttons\"><button class=\"save-button side-button rapid-noclick-resp img-sprite voh\">Save</button><button class=\"img-sprite close side-button voh rapid-noclick-resp\">Remove</button></div></div></li><li class=\"next-batch notice loading\" data-key=\"1\" data-ylk=\"slk:fetch;ltxt:fetch;pos:0;bpos:2;cpos:21;itc:1;elmt:ctnr;sec:strm;intl:uk;cat:default;t1:a3;t2:strm;t3:ct;elm:itm;ccode:p_en_gb_apm3_or1;\"  data-action=\"click\" data-action-outcome=\"fetch\"><button class=\"fz-xs\">Load more stories</button></li></ul>    </div>\n</div>        </div>\n    </div>\n</div><!--close hero-col --></div><!--close main-col -->\n</div> <!--close main-col-wrapper -->    <div id=\"y-footer\">    </div>\n    <div id=\"y-subfooter\" role=\"contentinfo\">    </div>    <div id=\"y-width\"></div>\n    <div id=\"y-min-width\"></div>\n<!-- bottom -->\n\n<script type=\"text/javascript\" src=\"https://s.yimg.com/zz/combo?nn/lib/metro/g/yui/yui-base_3.8.3.js\"></script>\n<script type=\"text/javascript\">\nYUI.namespace(\"presentation\");\nYUI.presentation.lazyScriptList = [\"https://s.yimg.com/zz/combo?nn/lib/metro/g/uicontrib/rapid_v3_3.18.6.js&nn/lib/metro/g/yui/oop_3.8.2.js&nn/lib/metro/g/yui/event-custom-base_3.8.2.js&nn/lib/metro/g/yui/event-base_3.8.2.js&nn/lib/metro/g/yui/io-base_3.8.2.js&nn/lib/metro/g/yui/json-parse_3.8.2.js&nn/lib/metro/g/yui/json-stringify_3.8.2.js&nn/lib/metro/g/yui/cookie_3.8.2.js&nn/lib/metro/g/yui/dom-core_3.8.2.js&nn/lib/metro/g/yui/dom-base_3.8.2.js&nn/lib/metro/g/yui/dom-style_3.8.2.js&nn/lib/metro/g/yui/dom-screen_3.8.2.js&nn/lib/metro/g/yui/selector-native_3.8.2.js&nn/lib/metro/g/yui/selector_3.8.2.js&nn/lib/metro/g/yui/node-core_3.8.2.js&nn/lib/metro/g/yui/node-base_3.8.2.js&nn/lib/metro/g/yui/event-delegate_3.8.2.js&nn/lib/metro/g/yui/node-event-delegate_3.8.2.js&nn/lib/metro/g/yui/pluginhost-base_3.8.2.js&nn/lib/metro/g/yui/pluginhost-config_3.8.2.js&nn/lib/metro/g/yui/node-pluginhost_3.8.2.js&nn/lib/metro/g/yui/node-screen_3.8.2.js&nn/lib/metro/g/yui/node-style_3.8.2.js&nn/lib/metro/g/yui/event-custom-complex_3.8.2.js&nn/lib/metro/g/yui/event-synthetic_3.8.2.js&nn/lib/metro/g/yui/event-focus_3.8.2.js&nn/lib/metro/g/yui/querystring-stringify-simple_3.8.1.js&nn/lib/metro/g/yui/querystring-parse-simple_3.8.2.js&nn/lib/metro/g/yui/attribute-core_3.8.2.js&nn/lib/metro/g/yui/base-core_3.8.2.js&nn/lib/metro/g/yui/attribute-observable_3.8.2.js&nn/lib/metro/g/yui/attribute-extras_3.8.2.js&nn/lib/metro/g/yui/attribute-base_3.8.2.js&nn/lib/metro/g/yui/base-observable_3.8.2.js&nn/lib/metro/g/yui/base-base_3.8.2.js&nn/lib/metro/g/yui/io-queue_3.15.0.js&nn/lib/metro/g/yui/jsonp_3.8.2.js&nn/lib/metro/g/yui/jsonp-url_3.8.2.js&nn/lib/metro/g/yui/async-queue_3.15.0.js&nn/lib/metro/g/yui/transition_3.8.3.js&nn/lib/metro/g/yui/loader-base_3.8.2.js&nn/lib/metro/g/yui/loader-yui3_3.8.2.js&nn/lib/metro/g/yui/node-deprecated_3.8.2.js&nn/lib/metro/g/yui/gallery-storage-lite_3.8.2.js&nn/lib/metro/g/yui/selector-css2_3.8.2.js&nn/lib/metro/g/yui/selector-css3_3.8.2.js&nn/lib/metro/g/yui/substitute_3.8.2.js&nn/lib/metro/g/uicontrib/dali/module_platform_1.1.18.js\",\"https://s.yimg.com/zz/combo?&nn/lib/metro/g/uicontrib/dali/resourcemgr_1.1.16.js&nn/lib/metro/g/uicontrib/dali/dali_transport_1.1.35.js&nn/lib/metro/g/uicontrib/dali/metro_dali_1.0.28.js&nn/lib/metro/g/uicontrib/dali/module_api_1.1.17.js&nn/lib/metro/g/uicontrib/dali/yui_service_0.1.19.js\"];\n</script>\n\n<script type=\"text/javascript\">\nYUI.presentation.lazyScriptList = YUI.presentation.lazyScriptList.concat([\"https://s.yimg.com/zz/combo?nn/lib/metro/g/uiplugins/metro_viewtype_0.1.25.js&nn/lib/metro/g/uiplugins/default_viewtype_0.1.63.js&nn/lib/metro/g/uiplugins/edit_viewtype_0.1.42.js&nn/lib/metro/g/uicontrib/ylc_1.8.23.js&nn/lib/metro/g/uiplugins/instrumentation_service_0.1.117.js&nn/lib/metro/g/uiplugins/metrologger_service_0.1.20.js&nn/lib/metro/g/uiplugins/autohide_service_0.1.17.js&nn/lib/metro/g/uiplugins/sethomepage_service_0.0.37.js&nn/lib/metro/g/uiplugins/lazy_image_0.0.12.js&nn/lib/metro/g/uiplugins/sticky_position_service_0.0.14.js&nn/lib/metro/g/uiplugins/userinfo_service_0.1.17.js&nn/lib/metro/g/uiplugins/statemgr_service_0.1.21.js&nn/lib/metro/g/uiplugins/modal_service_0.0.7.js&nn/lib/metro/g/uiplugins/tooltip_service_0.1.57.js&nn/lib/metro/g/uiplugins/aria_service_0.1.19.js&nn/lib/metro/g/uiplugins/iframeshim_service_0.0.20.js&nn/lib/metro/g/uiplugins/menu_service_0.1.22.js&nn/lib/metro/g/uiplugins/arcade_transport_1.0.16.js&nn/lib/metro/g/uicontrib/af-beacon_0.0.1.js&nn/lib/metro/g/uicontrib/af-comet_0.0.3.js&nn/lib/metro/g/uicontrib/af-config_0.0.1.js&nn/lib/metro/g/uicontrib/af-utils_0.0.1.js&nn/lib/metro/g/uicontrib/cometd-yui3_0.0.3.js&nn/lib/metro/g/uicontrib/af-pipe_0.0.2.js&nn/lib/metro/g/uicontrib/base64_0.0.3.js&nn/lib/metro/g/uicontrib/ld_geo_0.0.3.js&nn/lib/metro/g/uicontrib/ld_geocoder_0.0.5.js&nn/lib/metro/g/uicontrib/ld_autosuggest_0.0.8.js&nn/lib/metro/g/uicontrib/ld_yql_0.0.13.js&nn/lib/metro/g/uicontrib/ld_core_0.0.3.js&nn/lib/metro/g/uicontrib/ld_widget_0.0.22.js&nn/lib/metro/g/uicontrib/ld_renderer_0.0.3.js&nn/lib/metro/g/uiplugins/ld_service_0.0.4.js&nn/lib/metro/g/uiplugins/location_service_0.0.12.js&nn/lib/metro/g/uiplugins/tablite_service_0.0.11.js&nn/lib/metro/g/uiplugins/carousel_service_0.1.62.js&nn/lib/metro/g/uiplugins/tablist_service_0.1.45.js&nn/lib/metro/g/uicontrib/cms_logo_0.1.9.js\"]);\n</script>\n\n<script type=\"text/javascript\">\nYUI.presentation.lazyScriptList = YUI.presentation.lazyScriptList.concat([\"https://s.yimg.com/zz/combo?nn/lib/metro/g/sda/sda_bridge_service_0.0.14.js&nn/lib/metro/g/fp/fp_0.1.161.js&nn/lib/metro/g/universalheader/universalheader_0.0.22.js&nn/lib/metro/g/intlselectorfull/intlselectorfull_0.0.16.js&nn/lib/metro/g/tabbar/tabbar_0.0.38.js&nn/lib/metro/g/uiplugins/transport_helper_service_0.0.4.js&nn/lib/metro/g/uiplugins/login_service_0.0.48.js&nn/lib/metro/g/tuc/tuc_0.0.82.js&nn/lib/metro/g/login/login_0.0.37.js&nn/lib/metro/g/mail/mail_0.0.49.js&nn/lib/metro/g/navrail/navrail_0.0.74.js&nn/lib/metro/g/sda/sda_0.1.50.js&nn/lib/metro/g/adsfallback/adsfallback_0.0.43.js&nn/lib/metro/g/appscontainer/appscontainer_0.0.36.js&nn/lib/metro/g/topvideos/topvideos_0.0.16.js&nn/lib/metro/g/weather/weather_0.1.35.js&nn/lib/metro/g/finance/finance_0.1.136.js&nn/lib/metro/g/flickr/flickr_0.0.15.js&nn/lib/metro/g/birthday/birthday_0.0.14.js&nn/lib/metro/g/horoscope/horoscope_0.1.51.js&nn/lib/metro/g/windowshade/windowshade_0.0.18.js&nn/lib/metro/g/todaycontainer/todaycontainer_0.0.20.js&nn/lib/metro/g/fptoday/fptoday_hover_1.5.50.js&nn/lib/metro/g/offlead/offlead_0.0.31.js&nn/lib/metro/g/uiplugins/storage_service_0.0.2.js&nn/lib/metro/g/fstream/fstream_0.0.118.js&nn/lib/metro/g/stream/stream_0.0.524.js&nn/lib/metro/g/uiplugins/interests_service_0.1.2.js&nn/lib/metro/g/stream/stream_action_drawer_0.0.47.js&nn/lib/metro/g/masthead/masthead_0.2.303.js\"]);\n</script>\n\n\n<script type=\"text/javascript\">\n\nrtJSLoad=Number(new Date());\n</script>\n<script type=\"text/javascript\">\n(function()\n{\n    YUI.add('dali_config', function(Y)\n    {\n        Y.namespace('dali.config');\n        Y.dali.config = {\"props\":{\"dali\":{\"crumb\":\"invalid\",\"mLogin\":0},\"proxyUrl\":\"\\/hjs\"},\"data\":null,\"mods\":[{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_13838465\",\"instance\":\"p_13838465\",\"ba\":{\"_id\":\"p_13838465\",\"chrome\":\"1\"},\"signature\":\"_Rbozikhk8NgqGMDmKHw6w--\"},\"ywaTrackingEnabled\":\"0\",\"ywaProjectId\":\"\",\"shoppingPartner\":0,\"searchIntl\":\"uk\",\"visibleItems\":\"10\",\"preloadSRP\":false,\"srpAssetURL\":\"http:\\/\\/search.yahoo.com\\/resources?js=1\",\"sayt.connection.priming\":0,\"horizontalPadding\":\"0\",\"reverseHighlight\":\"1\",\"disableUraBeacons\":false,\"browser\":\"unknown\",\"randomPromo\":1,\"sethpPromoShare\":0,\"showOnlySetHP\":0,\"saytEnabled\":\"1\",\"adPromoNodeHack\":0,\"animatedLogoEnabled\":false,\"allow.redirected.ult.links\":false,\"formData\":{\"web\":{\"button\":\"Search\",\"action\":\"https:\\/\\/uk.search.yahoo.com\\/search\",\"bcnDrawerOpen\":\"http:\\/\\/www.yahoo.com\",\"bcnDrawerClose\":\"http:\\/\\/www.yahoo.com\",\"bcnAutoOpen\":\"http:\\/\\/www.yahoo.com\",\"bcnScroll\":\"http:\\/\\/www.yahoo.com\",\"bcnOnOff\":\"http:\\/\\/www.yahoo.com\",\"yltClickSuggestion\":\"https:\\/\\/uk.search.yahoo.com\\/search\",\"yltInfoPage\":\"https:\\/\\/help.yahoo.com\\/l\\/uk\\/yahoo\\/search\\/basics\\/basics-27.html\",\"settingsUrl\":\"https:\\/\\/uk.search.yahoo.com\\/preferences\\/preferences?page=search_assist\",\"noQueryURL\":\"https:\\/\\/uk.search.yahoo.com\\/\",\"emptyNavURL\":null},\"more\":{\"href\":\"https:\\/\\/uk.search.yahoo.com\\/\"},\"images\":{\"button\":\"Image search\",\"action\":\"https:\\/\\/uk.images.search.yahoo.com\\/search\\/images\",\"bcnDrawerOpen\":\"http:\\/\\/www.yahoo.com\",\"bcnDrawerClose\":\"http:\\/\\/www.yahoo.com\",\"bcnAutoOpen\":\"http:\\/\\/www.yahoo.com\",\"bcnScroll\":\"http:\\/\\/www.yahoo.com\",\"bcnOnOff\":\"http:\\/\\/www.yahoo.com\",\"yltClickSuggestion\":\"https:\\/\\/uk.images.search.yahoo.com\\/search\\/images\",\"yltInfoPage\":\"https:\\/\\/help.yahoo.com\\/l\\/uk\\/yahoo\\/search\\/basics\\/basics-27.html\",\"settingsUrl\":\"https:\\/\\/uk.search.yahoo.com\\/preferences\\/preferences?page=search_assist\",\"noQueryURL\":\"https:\\/\\/uk.images.search.yahoo.com\\/images\",\"emptyNavURL\":null},\"video\":{\"button\":\"Video search\",\"action\":\"https:\\/\\/uk.video.search.yahoo.com\\/search\\/video\",\"noQueryURL\":\"https:\\/\\/uk.video.search.yahoo.com\\/video\",\"emptyNavURL\":null},\"news\":{\"button\":\"News Search\",\"action\":\"https:\\/\\/uk.news.search.yahoo.com\\/search\\/news\",\"noQueryURL\":\"https:\\/\\/uk.news.search.yahoo.com\\/\",\"emptyNavURL\":null},\"shopping\":{\"button\":\"Shopping search\",\"action\":\"https:\\/\\/uk.shopping.yahoo.net\\/goto.jsp\",\"noQueryURL\":\"https:\\/\\/uk.shopping.yahoo.net\\/\",\"emptyNavURL\":null},\"apps\":{\"button\":\"Apps Search\",\"action\":\"https:\\/\\/uk.apps.search.yahoo.com\\/search\",\"noQueryURL\":\"https:\\/\\/uk.apps.search.yahoo.com\\/\",\"emptyNavURL\":null},\"all\":{\"href\":\"https:\\/\\/tools.search.yahoo.com\\/about\\/forsearchers.html\"},\"advanced\":{\"href\":\"https:\\/\\/uk.search.yahoo.com\\/web\\/advanced\"},\"pref\":{\"href\":\"https:\\/\\/uk.search.yahoo.com\\/preferences\\/preferences\"}},\"saData\":{\"normalizationRules\":[[\"A\",\"A|\\u00c0|\\u00c1|\\u00c2|\\u00c3\"],[\"AE\",\"AE|\\u00c6|\\u00c4\"],[\"C\",\"C|\\u00c7\"],[\"E\",\"E|\\u00c8|\\u00c9|\\u00ca|\\u00cb\"],[\"I\",\"I|\\u00cc|\\u00cd|\\u00ce|\\u00cf\"],[\"D\",\"D|\\u00d0\"],[\"N\",\"N|\\u00d1\"],[\"O\",\"O|\\u00d2|\\u00d3|\\u00d4|\\u00d5\"],[\"OE\",\"OE|\\u00d6|\\u00d8\"],[\"U\",\"U|\\u00d9|\\u00da|\\u00db\"],[\"UE\",\"UE|\\u00dc\"],[\"Y\",\"Y|\\u00dd\"],[\"TH\",\"TH|\\u00de\"],[\"SS\",\"SS|\\u00df\"],[\" \",\" |'|\\\\-\"]],\"minQueryLength\":2,\"queryDelay\":200,\"webGossipUrl\":\"https:\\/\\/uk.search.yahoo.com\\/sugg\\/gossip\\/gossip-uk-sayt?nresults=10&queryfirst=2&output=yjsonp&version=&command=\",\"imgGossipUrl\":\"\",\"webRichPanelUrl\":\"http:\\/\\/ura.us.search.yahoo.com\\/sd?o=jsonp-ursa&p=#{q}\",\"rev\":null,\"openAnimDuration\":\"0.2\",\"origin\":null,\"vtestid\":null,\"closeAnimDuration\":\"0.15\",\"cssFontSizeSAYT\":\"\",\"cssSAWindowMaxHeightIE6\":\"17.6em\",\"cssSAWindowSuggestionHeightIE6\":\"1.52\",\"tpcGifUrl\":\"https:\\/\\/search.yahoo.com\\/beacon\\/tpc.gif?\",\"newWebGossipUrlEnable\":\"0\",\"hideNavColEnable\":\"0\"},\"HTML_MINIASSIST_DISABLED\":\"<span class=\\\"msg med-small\\\">Suggestions are turned off.<\\/span>\",\"HTML_SECONDINPUT\":\"<input id=\\\"p_13838465-location\\\" class=\\\"input-query input-x-short med-large input-location\\\" type=\\\"text\\\">\",\"HTML_SECONDLABEL\":\"<label for=\\\"p_13838465-in\\\" class=\\\"in-searchlabel y-mast-txt medium\\\">in<\\/label>\",\"HTML_HOODCONTENT_ENABLED\":\"<div id=\\\"p_13838465-sayt\\\" class=\\\"sa-holder \\\">\\n    <ul class=\\\"hints\\\">\\n        <li>No suggestions.<\\/li>\\n        <li>Please begin typing your search query.<\\/li>\\n    <\\/ul>\\n<\\/div>\",\"HTML_HOODCONTENT_DISABLED\":\"<div id=\\\"p_13838465-sayt\\\" class=\\\"sa-holder\\\">\\n    <ul class=\\\"hints\\\">\\n        <li>Suggestions are turned off.<\\/li>\\n        <li>\\n            <a href=\\\"#turnon\\\" id=\\\"p_13838465-sa-hintswitch\\\" class=\\\"hswitch\\\">\\n                Click here to activate.\\n            <\\/a>\\n        <\\/li>\\n    <\\/ul>\\n<\\/div>\",\"HTML_RESULTSLIST\":\"<ul id=\\\"p_13838465-results\\\" class=\\\"sa-results\\\"><\\/ul>\",\"HTML_RESULTSITEM\":\"<li><a href=\\\"\\\" tabindex=\\\"-1\\\" target=\\\"_top\\\"><\\/a><\\/li>\",\"HTML_RESULTS_SCROLLARROWS\":\"\",\"HTML_ERROR_STRUCTURE\":\"<div id=\\\"p_13838465-err-msg\\\" class=\\\"error-ctr\\\"><span class=\\\"error-icon y-glbl-universal\\\"><\\/span><div class=\\\"error-msg\\\">{_error_msg_}<\\/div>\\n<a id=\\\"p_13838465-close-btn\\\" class=\\\"hide-textindent y-glbl-universal close-btn\\\" href=\\\"javascript:void(0);\\\">Close<\\/a><\\/div>\",\"search.more.firstitem\":null,\"defLoc\":\"London, England\",\"intlLoc\":\"London\",\"dummyYLT\":\"\",\"YAHOO_CSC_PVID\":\"WC_UrTE4OC7eZZE2pdNJUhEYMTMyLlPRDQAAAAAA\",\"FIRST_TAB_FOR_SEARCH\":\"web\",\"search.tab.web.showdrawerhandle\":false,\"search.tab.images.showdrawerhandle\":false,\"search.tab.web.showdrawer\":true,\"search.tab.images.showdrawer\":true,\"use.fxjsonp\":false,\"spaceid\":\"2023392312\",\"scrollsize\":\"10\",\"search.filter.compact.enabled\":\"1\",\"searchTracking\":\"fp=1\",\"moremenu\":\"<ul class=\\\"y-menu more-search y-bg-3 y-ln-2 compact-more-enabled\\\"><li class=\\\" more-menu-selected\\\"><a data-tab=\\\"web\\\" href=\\\"https:\\/\\/uk.search.yahoo.com\\/\\\" class=\\\"web\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">Web<\\/span><\\/a><\\/li><li class=\\\"\\\"><a data-tab=\\\"images\\\" href=\\\"https:\\/\\/uk.search.yahoo.com\\/search\\/images\\\" class=\\\"images\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">Images<\\/span><\\/a><\\/li><li class=\\\"y-mast-link y-ln-3\\\"><a data-tab=\\\"video\\\" href=\\\"https:\\/\\/uk.video.search.yahoo.com\\/search\\/video\\\" class=\\\"video\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">Video<\\/span><\\/a><\\/li><li class=\\\"\\\"><a data-tab=\\\"news\\\" href=\\\"https:\\/\\/uk.news.search.yahoo.com\\\" class=\\\"news\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">News<\\/span><\\/a><\\/li><li class=\\\"\\\"><a data-tab=\\\"shopping\\\" href=\\\"https:\\/\\/uk.shopping.yahoo.net\\/\\\" class=\\\"shopping\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">Shopping<\\/span><\\/a><\\/li><li class=\\\"\\\"><a data-tab=\\\"apps\\\" href=\\\"https:\\/\\/uk.apps.search.yahoo.com\\/\\\" class=\\\"apps\\\"  data-b=\\\"http:\\/\\/www.yahoo.com\\\"><span class=\\\"tab-cover y-mast-bg-hide\\\">Apps<\\/span><\\/a><\\/li><li class=\\\"y-mast-link link y-ln-6 brd-top\\\"><a data-tab=\\\"all\\\" href=\\\"https:\\/\\/tools.search.yahoo.com\\/about\\/forsearchers.html\\\" class=\\\"all\\\" ><span class=\\\"tab-cover y-mast-bg-hide\\\">All Search Services<\\/span><\\/a><\\/li><li class=\\\"y-mast-link link\\\"><a data-tab=\\\"advanced\\\" href=\\\"https:\\/\\/uk.search.yahoo.com\\/web\\/advanced\\\" class=\\\"advanced\\\" ><span class=\\\"tab-cover y-mast-bg-hide\\\">Advanced Search<\\/span><\\/a><\\/li><li class=\\\"y-mast-link link\\\"><a data-tab=\\\"pref\\\" href=\\\"https:\\/\\/uk.search.yahoo.com\\/preferences\\/preferences\\\" class=\\\"pref\\\" ><span class=\\\"tab-cover y-mast-bg-hide\\\">Preferences<\\/span><\\/a><\\/li><\\/ul>\"},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_13838465\",\"ns\":\"type_masthead\",\"type\":\"masthead\",\"trusted\":true,\"contentId\":\"13838465\",\"tags\":[],\"title\":\"Masthead\",\"icon\":\"\",\"detailUrl\":\"\"},\"state\":{\"collapsed\":0,\"view\":\"default\",\"defer\":false},\"strs\":{\"STR.MASTHEAD.LABEL.SEARCHTERMS\":\"Searchterm(s)\",\"STR.MASTHEAD.HAS_SUGGESTION\":\"One or more search suggestions are available. Use up or down arrow keys to navigate between them.\",\"STR.MASTHEAD.NO_SUGGESTION\":\"No search suggestions are available.\",\"STR.SA.DROPDOWN.DESCRIPTION\":\"Use up and down arrow keys to select suggestions\",\"STR.SA.TOGGLE.ON\":\"Open Search Assist\",\"STR.SA.TOGGLE.OFF\":\"Close Search Assist\",\"STR.SA.SETTINGS\":\"Settings\"},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345868\",\"instance\":\"p_30345868\",\"ba\":{\"_id\":\"p_30345868\",\"chrome\":\"1\"},\"signature\":\"3szOZmu25R.GUmKRZJufcQ--\"},\"moreClickEnabled\":true,\"str.more\":\"More\"},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345868\",\"ns\":\"type_universalheader\",\"trusted\":true,\"type\":\"universalheader\",\"contentId\":\"30345868\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{},\"mods\":[{\"data\":{\"useMobileVersion\":false,\"useEducationTooltip\":false},\"strs\":{\"STR.INTLSEL.TOOLTIPMARKUP\":\"        <h3 class=\\\"intl-sel-header fw-b fz-xs\\\">Select Country Site<\\/h3>\\n        <div class=\\\"intl-sel-col d-ib\\\">\\n            <h4 class=\\\"intl-sel-item fw-b fz-xs\\\">Asia Pacific<\\/h4><ul class=\\\"intl-sel-list\\\"><li class=\\\"intl-sel-item\\\"><a class=\\\"ell au\\\" href=\\\"https:\\/\\/au.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Australia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell hk\\\" href=\\\"https:\\/\\/hk.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">\\u9999\\u6e2f<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell in\\\" href=\\\"https:\\/\\/in.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">India<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell id\\\" href=\\\"https:\\/\\/id.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Indonesia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell nz\\\" href=\\\"https:\\/\\/nz.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">New Zealand<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ph\\\" href=\\\"https:\\/\\/ph.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Philippines<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell sg\\\" href=\\\"https:\\/\\/sg.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Singapore<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell malaysia\\\" href=\\\"https:\\/\\/malaysia.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Malaysia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell tw\\\" href=\\\"https:\\/\\/tw.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">\\u81fa\\u7063<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell vn\\\" href=\\\"https:\\/\\/vn.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Vi\\u1ec7t Nam<\\/a><\\/li><\\/ul>\\n        <\\/div>\\n        <div class=\\\"intl-sel-col d-ib\\\">\\n            <h4 class=\\\"intl-sel-item fw-b fz-xs\\\">Europe<\\/h4><ul class=\\\"intl-sel-list\\\"><li class=\\\"intl-sel-item\\\"><a class=\\\"ell b3\\\" href=\\\"https:\\/\\/be.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Belgi\\u00eb (nl)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell b2\\\" href=\\\"https:\\/\\/fr-be.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Belgique (fr)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell de\\\" href=\\\"https:\\/\\/de.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Deutschland<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell fr\\\" href=\\\"https:\\/\\/fr.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">France<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell gr\\\" href=\\\"https:\\/\\/gr.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">\\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ie\\\" href=\\\"https:\\/\\/ie.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Ireland<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell it\\\" href=\\\"https:\\/\\/it.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Italia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ro\\\" href=\\\"https:\\/\\/ro.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Rom\\u00e2nia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell es\\\" href=\\\"https:\\/\\/es.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Espa\\u00f1a<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell se\\\" href=\\\"https:\\/\\/se.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Sverige<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell uk\\\" href=\\\"https:\\/\\/uk.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">United Kingdom<span class=\\\"img-sprite check-icon d-ib\\\">Selected<\\/span><\\/a><\\/li><\\/ul>\\n        <\\/div>\\n        <div class=\\\"intl-sel-col d-ib\\\">\\n            <h4 class=\\\"intl-sel-item fw-b fz-xs\\\">Middle East & Africa<\\/h4><ul class=\\\"intl-sel-list\\\"><li class=\\\"intl-sel-item\\\"><a class=\\\"ell en-maktoob\\\" href=\\\"https:\\/\\/en-maktoob.yahoo.com\\/?lt=en-maktoob\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Maktoob (eng)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell maktoob\\\" href=\\\"https:\\/\\/maktoob.yahoo.com\\/?lt=maktoob\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">\\u0645\\u0643\\u062a\\u0648\\u0628 (\\u0627\\u0644\\u0639\\u0631\\u0628\\u064a\\u0629)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell za\\\" href=\\\"https:\\/\\/za.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">South Africa<\\/a><\\/li><\\/ul>\\n            <h4 class=\\\"intl-sel-item fw-b fz-xs\\\">North America<\\/h4><ul class=\\\"intl-sel-list\\\"><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ca\\\" href=\\\"https:\\/\\/ca.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Canada (eng)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell cf\\\" href=\\\"https:\\/\\/qc.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Canada (fr)<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell mx\\\" href=\\\"https:\\/\\/mx.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">M\\u00e9xico<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell us\\\" href=\\\"https:\\/\\/www.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">US (eng)<span class=\\\"yahoo-url\\\">www.yahoo.com<\\/span><\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell e1\\\" href=\\\"https:\\/\\/espanol.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Estados Unidos (es)<\\/a><\\/li><\\/ul>\\n        <\\/div>\\n        <div class=\\\"intl-sel-col d-ib\\\">\\n            <h4 class=\\\"intl-sel-item fw-b fz-xs\\\">South America<\\/h4><ul class=\\\"intl-sel-list\\\"><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ar\\\" href=\\\"https:\\/\\/ar.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Argentina<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell br\\\" href=\\\"https:\\/\\/br.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Brasil<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell cl\\\" href=\\\"https:\\/\\/cl.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Chile<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell co\\\" href=\\\"https:\\/\\/co.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Colombia<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell pe\\\" href=\\\"https:\\/\\/pe.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Per\\u00fa<\\/a><\\/li><li class=\\\"intl-sel-item\\\"><a class=\\\"ell ve\\\" href=\\\"https:\\/\\/ve.yahoo.com\\/?p=dnr\\\" data-ylk=\\\"rspns:nav;t1:a1;t2:hdnav;t3:tl-lst;t4:intl-mu;sec:hdnav;elm:itm;elmt:pty;itc:0\\\" target=\\\"_top\\\">Venezuela<\\/a><\\/li><\\/ul>\\n        <\\/div>\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"props\":{\"id\":\"p_30345957\",\"type\":\"intlselectorfull\",\"ns\":\"type_intlselectorfull\",\"contentId\":\"30345957\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"prefs\":{\"isc\":0,\"_mc\":0}}]},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345610\",\"instance\":\"p_30345610\",\"ba\":{\"_id\":\"p_30345610\",\"chrome\":\"1\"},\"signature\":\"UDcNP3SteHsXBzMoNsvMYw--\"}},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345610\",\"ns\":\"type_tabbar\",\"trusted\":true,\"type\":\"tabbar\",\"contentId\":\"30345610\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{},\"mods\":[{\"props\":{\"trusted\":true,\"id\":\"p_30345710_e6c\",\"type\":\"tuc\",\"ns\":\"type_tuc\",\"contentId\":\"30345710\",\"tags\":[],\"title\":\"Tiny User Card\",\"icon\":\"\",\"shortTitle\":\"Tiny User Card\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"data\":{\"browser\":\"unknown\",\"recognizedState\":false,\"wave3\":true,\"signOutTooltipEnabled\":false,\"wave3badge\":false,\"fb.account.linked\":false,\"fb.loggedin\":false,\"tuc.social.login\":true,\"showBeacon\":\"http:\\/\\/www.yahoo.com\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"props\":{\"trusted\":true,\"id\":\"p_30345624_a42\",\"type\":\"ymail\",\"ns\":\"type_mail\",\"contentId\":\"30345624\",\"tags\":[],\"title\":\"Mail\",\"icon\":\"https:\\/\\/s.yimg.com\\/a\\/i\\/ww\\/met\\/pa_icons\\/mail_22_081309.gif\",\"shortTitle\":\"Mail\",\"detailUrl\":\"https:\\/\\/mail.yahoo.com?.src=ym&.intl=uk\",\"chromecolor\":\"blue\"},\"strs\":{\"FALLBACK\":\"            <div class=\\\"error oops-msg divider y-bg-3\\\">\\n                <h4 class=\\\"y-glbl-universal error-ico\\\">We're unable to save your information at the moment.<\\/h4>\\n                <p>Please try again later. <\\/p><p><button class=\\\"fallback cta-btn\\\">OK<\\/button><\\/p><\\/div>\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"data\":{\"pl\":\"tabbar\",\"recognizedState\":false,\"logOutMsgDly\":\"2000\",\"isLoggedOutPage\":false,\"wssidToken\":\"\",\"showBeacon\":\"http:\\/\\/www.yahoo.com\",\"mailtranslations\":{\"n\":\"No new email\",\"s\":\"{0} new email\",\"p\":\"{0} new emails\",\"r\":\"You have\"}},\"prefs\":{\"isc\":0,\"_mc\":0}}]},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345789\",\"instance\":\"p_30345789\",\"ba\":{\"_id\":\"p_30345789\",\"chrome\":\"1\"},\"signature\":\".MXIL9LCdWlxuTfO3at63g--\"},\"use.more.sites.menu\":\"0\",\"fav.customization.enabled\":\"0\"},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345789\",\"ns\":\"type_navrail\",\"trusted\":true,\"type\":\"navrail\",\"contentId\":\"30345789\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345827\",\"instance\":\"p_30345827\",\"ba\":{\"_id\":\"p_30345827\",\"chrome\":\"1\"},\"signature\":\"m2RGaAdAuB.QjtMpceSAGw--\"},\"tab.count\":1},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345827\",\"ns\":\"type_trendingnow\",\"type\":\"trendingnow\",\"contentId\":\"30345827\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{},\"mods\":[{\"props\":{\"trusted\":true,\"id\":\"p_30345661_d45\",\"type\":\"ads\",\"ns\":\"type_ads\",\"contentId\":\"30345661\",\"tags\":[],\"title\":\"Trending now Ad - TNMOD\",\"icon\":\"\",\"shortTitle\":\"Trending now Ad - TNMOD\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"data\":{\"adlocs\":\"tnmod\",\"thirdParty\":false},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"_splerror\":1,\"prefs\":{\"isc\":0,\"_mc\":0}}]},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_13923486\",\"instance\":\"p_13923486\",\"ba\":{\"_id\":\"p_13923486\",\"chrome\":\"1\"},\"signature\":\"u0KwSyszg.3EC21CoTopzw--\"},\"adlocs\":\"fpad\",\"thirdParty\":false},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_13923486\",\"ns\":\"type_ads\",\"trusted\":true,\"type\":\"ads\",\"contentId\":\"13923486\",\"tags\":[],\"title\":\"FP ADs\",\"icon\":\"\",\"shortTitle\":\"FP ADs\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345823\",\"instance\":\"p_30345823\",\"ba\":{\"_id\":\"p_30345823\",\"chrome\":\"1\"},\"signature\":\"ks1XJdCaW.Zxw6DWkiE1Pg--\"},\"rapid.enabled\":0,\"enableAppManagement\":true,\"enableAppReordering\":true,\"lockOrdering\":\"0\",\"adPosition\":\"2\",\"enableAppReorderingLoggedOut\":true,\"currentBucket\":\"903\",\"recognizedState\":false,\"removeCta\":\"Are you sure?\",\"removeCtaRemoveBtn\":\"Remove\",\"removeCtaCancelBtn\":\"Cancel\",\"hasCustomAppOrder\":false,\"streamClickReordingEnabled\":true},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345823\",\"ns\":\"type_appscontainer\",\"trusted\":true,\"type\":\"appscontainer\",\"contentId\":\"30345823\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{},\"mods\":[{\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"data\":{\"ccode\":\"homerunv2\",\"ct\":3,\"searchBoxEnabled\":true,\"video.inline.enabled\":false},\"props\":{\"id\":\"p_30345835\",\"type\":\"topvideos\",\"ns\":\"type_topvideos\",\"contentId\":\"30345835\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"props\":{\"locationBased\":true,\"trusted\":true,\"id\":\"p_63794\",\"type\":\"weather\",\"ns\":\"type_weather\",\"contentId\":\"63794\",\"tags\":[],\"title\":\"Weather\",\"icon\":\"https:\\/\\/s.yimg.com\\/a\\/i\\/ww\\/met\\/pa_icons_18\\/weather_20100602.gif\",\"shortTitle\":\"Weather\",\"detailUrl\":\"http:\\/\\/uk.weather.yahoo.com\\/redirwoei\\/44418\",\"chromecolor\":\"violet\"},\"data\":{\"enableAppManagement\":true,\"enableUpdateButton\":false,\"useGlApi\":true,\"refreshMod\":false,\"navigatorAvail\":true,\"locOverride\":false,\"strFind\":\"Find\",\"isApp\":true,\"locationPickerEnabled\":true,\"forceIpLocation\":\"0\",\"rapid.enabled\":0,\"beacon_sec\":\"app-wea\",\"beacon_rspns\":\"nav\",\"beacon_t1\":\"a4\",\"beacon_t2\":\"app-wea\",\"beacon_t3\":\"ct\",\"beacon_elm\":\"icn\",\"beacon_elmt\":\"loc\",\"beacon_slk\":\"loc\",\"best_loc\":{\"woeid\":44418,\"zip\":\"\",\"city\":\"London\",\"state\":\"England\",\"country\":\"United Kingdom\",\"countryCode\":\"GB\",\"cc\":\"GB\",\"lat\":51.507701873779,\"lon\":-0.12796999514103,\"locId\":\"id_current\",\"sc\":\"\",\"addr\":\"London, England, United Kingdom\",\"dmaWoeid\":false,\"dmaName\":\"\",\"id\":\"id_current\"},\"locale\":\"en-GB\",\"def_loc\":{\"woeid\":44418,\"zip\":\"\",\"city\":\"London\",\"state\":\"England\",\"country\":\"United Kingdom\",\"countryCode\":\"GB\",\"cc\":\"GB\",\"lat\":51.507701873779,\"lon\":-0.12796999514103,\"locId\":\"id_current\",\"sc\":\"\",\"addr\":\"London, England, United Kingdom\",\"dmaWoeid\":false,\"dmaName\":\"\",\"id\":\"id_current\"},\"cur_loc\":{\"woeid\":44418,\"zip\":\"\",\"city\":\"London\",\"state\":\"England\",\"country\":\"United Kingdom\",\"countryCode\":\"GB\",\"cc\":\"GB\",\"lat\":51.507701873779,\"lon\":-0.12796999514103,\"locId\":\"id_current\",\"sc\":\"\",\"addr\":\"London, England, United Kingdom\",\"dmaWoeid\":false,\"dmaName\":\"\",\"id\":\"id_current\"},\"country_filter\":\"UK\",\"user_loc\":\"London\",\"keepLocation\":\"<div class=\\\"app pos-r cf app-weather\\\" data-moduleid=\\\"63794\\\" data-modulesec=\\\"app-wea\\\" >\\n    <div class=\\\"app-wrapper\\\">\\n                        <h2 class=\\\"fz-xl app-heading mb-s\\\">London<\\/h2>\\n        <p>Visit <a data-ylk=\\\"rspns:nav;t1:a4;t2:app-wea;t3:hd;elm:itm;elmt:flbk;itc:0\\\" href=\\\"http:\\/\\/uk.weather.yahoo.com\\/\\\">Yahoo Weather<\\/a> for a detailed forecast<\\/p>\\n        <div class=\\\"app-ctas z-1 v-h\\\" role=\\\"toolbar\\\"><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:set;itc:1' class=\\\"cta rapidnofollow settings-cta settings-cta-icon img-sprite halt d-ib\\\" aria-label=\\\"Settings\\\" data-b=\\\"http:\\/\\/www.yahoo.com\\\" tabindex=\\\"0\\\" href=\\\"#\\\" aria-role=\\\"button\\\" title=\\\"Settings\\\"><span>Settings<\\/span><\\/a><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\\\"cta rapidnofollow remove-cta img-sprite halt d-ib\\\" aria-label=\\\"Remove\\\" data-b=\\\"http:\\/\\/www.yahoo.com\\\" tabindex=\\\"0\\\" href=\\\"#\\\" aria-role=\\\"button\\\" title=\\\"Remove\\\"><span>Delete<\\/span><\\/a><\\/div>\\n    <\\/div>\\n<\\/div>\",\"loadingMessage\":\"<p class=\\\"loading-spinner text-color tab-loader\\\">Loading<\\/p>\"},\"strs\":{\"FALLBACK\":\"<div class=\\\"app pos-r cf app-weather\\\" data-moduleid=\\\"63794\\\" data-modulesec=\\\"app-wea\\\" >\\n    <div class=\\\"app-wrapper\\\">\\n                        <h2 class=\\\"fz-xl app-heading mb-s\\\">Weather<\\/h2>\\n        <p>Visit <a data-ylk=\\\"rspns:nav;t1:a4;t2:app-wea;t3:hd;elm:itm;elmt:flbk;itc:0\\\" href=\\\"http:\\/\\/uk.weather.yahoo.com\\/\\\">Yahoo Weather<\\/a> for a detailed forecast<\\/p>\\n        <div class=\\\"app-ctas z-1 v-h\\\" role=\\\"toolbar\\\"><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:set;itc:1' class=\\\"cta rapidnofollow settings-cta settings-cta-icon img-sprite halt d-ib\\\" aria-label=\\\"Settings\\\" data-b=\\\"http:\\/\\/www.yahoo.com\\\" tabindex=\\\"0\\\" href=\\\"#\\\" aria-role=\\\"button\\\" title=\\\"Settings\\\"><span>Settings<\\/span><\\/a><a data-ylk='t1:a4;t2:app-wea;t3:ctrl;elm:btn;elmt:rm;itc:1' class=\\\"cta rapidnofollow remove-cta img-sprite halt d-ib\\\" aria-label=\\\"Remove\\\" data-b=\\\"http:\\/\\/www.yahoo.com\\\" tabindex=\\\"0\\\" href=\\\"#\\\" aria-role=\\\"button\\\" title=\\\"Remove\\\"><span>Delete<\\/span><\\/a><\\/div>\\n    <\\/div>\\n<\\/div>\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"props\":{\"trusted\":true,\"id\":\"p_93109\",\"type\":\"finance\",\"ns\":\"type_finance\",\"contentId\":\"93109\",\"tags\":[],\"title\":\"Finance\",\"icon\":\"https:\\/\\/s.yimg.com\\/a\\/i\\/ww\\/met\\/pa_icons_18\\/fin_20100602.gif\",\"shortTitle\":\"Finance\",\"detailUrl\":\"http:\\/\\/uk.finance.yahoo.com\",\"chromecolor\":\"violet\"},\"data\":{\"tabNavigationMode\":\"tabs\",\"enableRQInlineEdit\":false,\"enableAutocomplete\":true,\"enableSettingspane\":true,\"enableAppManagement\":true,\"currentBucket\":\"903\",\"autocompleteUrl\":\"https:\\/\\/s.yimg.com\\/aq\\/autoc?query={query}&region=GB&lang=en-GB&callback={callback}\",\"rapid.enabled\":0},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"data\":{\"isFlickrUser\":false,\"enableMyPhotos\":true,\"enableAppManagement\":true},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"props\":{\"id\":\"p_30345818\",\"type\":\"flickr\",\"ns\":\"type_flickr\",\"contentId\":\"30345818\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"data\":{\"enableAppManagement\":true,\"bucket\":\"903\",\"birthdaySharingEnabled\":false},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"props\":{\"id\":\"p_30345822\",\"type\":\"birthday\",\"ns\":\"type_birthday\",\"contentId\":\"30345822\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"props\":{\"trusted\":true,\"id\":\"p_63802\",\"type\":\"horoscope\",\"ns\":\"type_horoscope\",\"contentId\":\"63802\",\"tags\":[],\"title\":\"Horoscopes\",\"icon\":\"https:\\/\\/s.yimg.com\\/a\\/i\\/ww\\/met\\/pa_icons_18\\/horo_20100602.gif\",\"shortTitle\":\"Horoscopes\",\"detailUrl\":\"http:\\/\\/uk.horoscopes.lifestyle.yahoo.net\\/\",\"chromecolor\":\"blue\"},\"data\":{\"cookieDomain\":\"uk.yahoo.com\",\"cookieSignKey\":\"savedSign\",\"rapid.enabled\":0,\"enableAppManagement\":true},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}}]},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345934\",\"instance\":\"p_30345934\",\"ba\":{\"_id\":\"p_30345934\",\"chrome\":\"1\"},\"signature\":\"ApWZZFnvTVVV1w_MSEl2kQ--\"},\"adlocs\":\"fpad2\",\"thirdParty\":false},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345934\",\"ns\":\"type_ads\",\"trusted\":true,\"type\":\"ads\",\"contentId\":\"30345934\",\"tags\":[],\"title\":\"FPAD2 AD\",\"icon\":\"\",\"shortTitle\":\"FPAD2 AD\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_24803755\",\"instance\":\"p_24803755\",\"ba\":{\"_id\":\"p_24803755\",\"chrome\":\"1\"},\"signature\":\"jQhurS9RkNqsOs1v9PItow--\"}},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_24803755\",\"ns\":\"type_subfooter\",\"type\":\"subfooter\",\"contentId\":\"24803755\",\"tags\":[],\"title\":\"Subfooter\",\"icon\":\"\",\"shortTitle\":\"Subfooter\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_15014391\",\"instance\":\"p_15014391\",\"ba\":{\"_id\":\"p_15014391\",\"chrome\":\"1\"},\"signature\":\"NzDxHbrbiIVljo0EZJh0Ow--\"},\"adlocs\":\"hdln2\",\"thirdParty\":false},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_15014391\",\"ns\":\"type_ads\",\"trusted\":true,\"type\":\"ads\",\"contentId\":\"15014391\",\"tags\":[],\"title\":\"Dynamic Logic Surveys\",\"icon\":\"\",\"shortTitle\":\"Dynamic Logic Surveys\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345946\",\"instance\":\"p_30345946\",\"ba\":{\"_id\":\"p_30345946\",\"chrome\":\"1\"},\"signature\":\"EQLCJGFNG5skPZGGRP.hYQ--\"},\"adlocs\":\"foot\",\"thirdParty\":false},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345946\",\"ns\":\"type_ads\",\"trusted\":true,\"type\":\"ads\",\"contentId\":\"30345946\",\"tags\":[],\"title\":\"FP Roundtrip\",\"icon\":\"\",\"shortTitle\":\"FP Roundtrip\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345871\",\"instance\":\"p_30345871\",\"ba\":{\"_id\":\"p_30345871\",\"chrome\":\"1\"},\"signature\":\"t.XnCX1WW1CmDsMM02AEeA--\"},\"messagesEnabled\":[\"eupriv\"],\"euprivFrequencyCap\":\"1\",\"autoClose\":true},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345871\",\"ns\":\"type_windowshade\",\"type\":\"windowshade\",\"contentId\":\"30345871\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_26391799\",\"instance\":\"p_26391799\",\"ba\":{\"_id\":\"p_26391799\",\"chrome\":\"1\"},\"signature\":\"bmPE5Mw__TTnlsPp5reaLw--\"}},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_26391799\",\"ns\":\"type_breakingnews\",\"type\":\"breakingnews\",\"contentId\":\"26391799\",\"tags\":[],\"title\":\"Breaking News\",\"icon\":\"\",\"shortTitle\":\"Breaking News\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345848\",\"instance\":\"p_30345848\",\"ba\":{\"_id\":\"p_30345848\",\"chrome\":\"1\"},\"signature\":\"3EKMgFTmnTFMXnF7E0kPcA--\"}},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345848\",\"ns\":\"type_todaycontainer\",\"trusted\":true,\"type\":\"todaycontainer\",\"contentId\":\"30345848\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{},\"mods\":[{\"props\":{\"trusted\":true,\"id\":\"p_30345849\",\"type\":\"offlead\",\"ns\":\"type_offlead\",\"contentId\":\"30345849\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"strs\":{\"STR.INTERESTS.REMOVE\":\"Remove\",\"STR.TOOLTIP.UNDO\":\"Undo\",\"STR.ITEM_REMOVED\":\"Item removed.\"},\"data\":{\"remove.login.enabled\":false,\"drawer.login.html\":\"<span class=\\\"offlead-drawer-login\\\"><\\/span>\",\"drawer.title.html\":\"<h3 class=\\\"title mb-l\\\">Sign in to save your preference<\\/h3>\",\"rapid.enabled\":0,\"offlead.position\":0,\"offlead.ltxt\":\"Algerian plane has crashed, says official\",\"offlead.pkgt\":3},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}},{\"props\":{\"trusted\":true,\"id\":\"p_13872472\",\"type\":\"fptoday\",\"ns\":\"type_fptoday\",\"contentId\":\"13872472\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"data\":{\"today_pkg_pers\":\"0\",\"today_delay_mouseover\":\"100\",\"footer.anim.mode\":\"always\",\"footer.anim.interval.initial\":\"10\",\"footer.anim.interval.subsequent\":\"10\",\"footer.anim.fade.duration\":\"0.4\",\"footer.anim.preload.pane_count\":6,\"footer.anim.timeout.pane_count\":1,\"footer.anim.transition\":\"crossfade\",\"inline.video.enabled\":false,\"inlineLightboxEnabled\":false,\"layout.overlay.anim.duration\":1.15,\"layout.overlay.anim.delay\":0,\"broadcast.interactive_event\":false,\"moneyballAdEnabled\":false,\"moneyballAdPkgId\":\"id-0000000\",\"woeId\":44418,\"showdate\":false,\"cokeTestId\":\"\",\"sec\":\"td-feat\",\"i13nReason\":[],\"mcode\":\"\",\"textCount\":\"{0} of {1}\",\"stories\":{\"id-967929\":{\"html\":\"                    <div class=\\\"package-header voh-parent   pos-2 \\\"   data-pos=\\\"pos-2\\\" data-pkgid=\\\"\\\" data-uuid=\\\"\\\" data-wikiids=\\\"\\\" >\\n                <a class=\\\"main-image pack-title \\\" href=\\\"https:\\/\\/uk.news.yahoo.com\\/algeria-passenger-plane-disappears-radar-093510948.html\\\"  id=\\\"p_13872472-header-image\\\"><img src=\\\"https:\\/\\/s.yimg.com\\/nn\\/fp\\/rsz\\/072414\\/images\\/smush\\/algerie_635x250_1406195271.jpg\\\" class=\\\"fptoday-img\\\" alt=\\\"A generic Air Algerie plane (AFP)\\\" title=\\\"A generic Air Algerie plane (AFP)\\\" width=\\\"635\\\" height=\\\"250\\\"><\\/a>\\n    \\n    <div class=\\\"package-overlay \\\">\\n        <div class=\\\"package-body-overlay\\\">&nbsp;<\\/div>\\n        <div class=\\\"package-body\\\">\\n            \\n            <div class=\\\"package-body-padding\\\">\\n                <h3 class=\\\"fz-l main-title\\\">\\n                                    <a class=\\\"x3-large\\\" href=\\\"https:\\/\\/uk.news.yahoo.com\\/algeria-passenger-plane-disappears-radar-093510948.html\\\"  style=\\\"font-family: inherit;\\\">Passenger plane carrying 116 crashes<\\/a>\\n                <\\/h3>\\n                <div class=\\\"body-text\\\">\\n                    <p class=\\\"fz-xs\\\">\\n                       <span class=\\\"tease\\\" style=\\\"\\\">An Algerian passenger plane disappeared from radar while flying from Burkina Faso - officials now confirm it has crashed.<\\/span><span class=\\\"reserve-controls\\\">&nbsp;<\\/span>\\n                                    <a  href=\\\"https:\\/\\/uk.news.yahoo.com\\/algeria-passenger-plane-disappears-radar-093510948.html\\\" class=\\\"more-link\\\" >\\n            Latest updates&nbsp;&#187;\\n        <\\/a>\\n                        \\n                    <\\/p>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>\\n\",\"date\":\"\",\"clipId\":\"\",\"channelNodeId\":\"\",\"beaconFired\":true},\"id-967763\":{\"html\":\"                    <div class=\\\"package-header voh-parent   pos-2 \\\"   data-pos=\\\"pos-2\\\" data-pkgid=\\\"\\\" data-uuid=\\\"\\\" data-wikiids=\\\"\\\" >\\n                <a class=\\\"main-image pack-title \\\" href=\\\"https:\\/\\/uk.screen.yahoo.com\\/video\\/playlist\\/amazing-talent\\/elderly-man-throws-away-crutches-155016748.html?vp=1\\\"  id=\\\"p_13872472-header-image\\\"><img src=\\\"https:\\/\\/s.yimg.com\\/dh\\/ap\\/default\\/140722\\/crutches-man-220714-635.jpg\\\" class=\\\"fptoday-img\\\" alt=\\\"Old man with crutches\\\" title=\\\"Old man with crutches\\\" width=\\\"635\\\" height=\\\"250\\\"><\\/a>\\n    \\n    <div class=\\\"package-overlay \\\">\\n        <div class=\\\"package-body-overlay\\\">&nbsp;<\\/div>\\n        <div class=\\\"package-body\\\">\\n            \\n            <div class=\\\"package-body-padding\\\">\\n                <h3 class=\\\"fz-l main-title\\\">\\n                                    <a class=\\\"x3-large package-vid-linkout\\\" href=\\\"https:\\/\\/uk.screen.yahoo.com\\/video\\/playlist\\/amazing-talent\\/elderly-man-throws-away-crutches-155016748.html?vp=1\\\"  style=\\\"font-family: inherit;\\\">You won&#39;t believe what this old man does next<\\/a>\\n                <\\/h3>\\n                <div class=\\\"body-text\\\">\\n                    <p class=\\\"fz-xs\\\">\\n                       <span class=\\\"tease\\\" style=\\\"\\\">This elderly fellow looks fairly spry despite his crutches - but then he does something that makes the crowd cheer.<\\/span><span class=\\\"reserve-controls\\\">&nbsp;<\\/span>\\n                                    <a  href=\\\"https:\\/\\/uk.screen.yahoo.com\\/video\\/playlist\\/amazing-talent\\/elderly-man-throws-away-crutches-155016748.html?vp=1\\\" class=\\\"more-link\\\" ><span class=\\\"video-icon d-ib\\\"><i class=\\\"icon-sprite\\\"><\\/i><\\/span>\\n            Full of energy&nbsp;&#187;\\n        <\\/a>\\n                        \\n                    <\\/p>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>\\n\",\"date\":\"\",\"clipId\":\"\",\"channelNodeId\":\"\",\"beaconFired\":false},\"id-967910\":{\"html\":\"                    <div class=\\\"package-header voh-parent   pos-2 \\\"   data-pos=\\\"pos-2\\\" data-pkgid=\\\"\\\" data-uuid=\\\"\\\" data-wikiids=\\\"\\\" >\\n                <a class=\\\"main-image pack-title \\\" href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/blogs\\/blazin-saddles\\/tour-farce-motorised-majka-winking-winner-180053088.html?vp=1\\\"  id=\\\"p_13872472-header-image\\\"><img src=\\\"https:\\/\\/s.yimg.com\\/dh\\/ap\\/default\\/140723\\/Fancyclist635.jpg\\\" class=\\\"fptoday-img\\\" alt=\\\"Luke Durbridge (Eurosport)\\\" title=\\\"Luke Durbridge (Eurosport)\\\" width=\\\"635\\\" height=\\\"250\\\"><\\/a>\\n    \\n    <div class=\\\"package-overlay \\\">\\n        <div class=\\\"package-body-overlay\\\">&nbsp;<\\/div>\\n        <div class=\\\"package-body\\\">\\n            \\n            <div class=\\\"package-body-padding\\\">\\n                <h3 class=\\\"fz-l main-title\\\">\\n                                    <a class=\\\"x3-large package-vid-linkout\\\" href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/blogs\\/blazin-saddles\\/tour-farce-motorised-majka-winking-winner-180053088.html?vp=1\\\"  style=\\\"font-family: inherit;\\\">Rider&#39;s reaction after this man crashes into him<\\/a>\\n                <\\/h3>\\n                <div class=\\\"body-text\\\">\\n                    <p class=\\\"fz-xs\\\">\\n                       <span class=\\\"tease\\\" style=\\\"\\\">When this assistant for a rival team crashed into a star rider, he knew it wouldn&#39;t go well.<\\/span><span class=\\\"reserve-controls\\\">&nbsp;<\\/span>\\n                                    <a  href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/blogs\\/blazin-saddles\\/tour-farce-motorised-majka-winking-winner-180053088.html?vp=1\\\" class=\\\"more-link\\\" ><span class=\\\"video-icon d-ib\\\"><i class=\\\"icon-sprite\\\"><\\/i><\\/span>\\n            Watch what rider does next&nbsp;&#187;\\n        <\\/a>\\n                        \\n                    <\\/p>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>\\n\",\"date\":\"\",\"clipId\":\"\",\"channelNodeId\":\"\",\"beaconFired\":false},\"id-967908\":{\"html\":\"                    <div class=\\\"package-header voh-parent   pos-2 \\\"   data-pos=\\\"pos-2\\\" data-pkgid=\\\"\\\" data-uuid=\\\"\\\" data-wikiids=\\\"\\\" >\\n                <a class=\\\"main-image pack-title \\\" href=\\\"https:\\/\\/uk.news.yahoo.com\\/video\\/playlist\\/good-deeds-videos\\/magician-gives-money-homeless-people-144752217.html\\\"  id=\\\"p_13872472-header-image\\\"><img src=\\\"https:\\/\\/s.yimg.com\\/nn\\/fp\\/rsz\\/072414\\/images\\/smush\\/magic_trick_homeless_1024_635x250_1406188946.jpg\\\" class=\\\"fptoday-img\\\" alt=\\\"The magician with a homeless man\\\" title=\\\"The magician with a homeless man\\\" width=\\\"635\\\" height=\\\"250\\\"><\\/a>\\n    \\n    <div class=\\\"package-overlay \\\">\\n        <div class=\\\"package-body-overlay\\\">&nbsp;<\\/div>\\n        <div class=\\\"package-body\\\">\\n            \\n            <div class=\\\"package-body-padding\\\">\\n                <h3 class=\\\"fz-l main-title\\\">\\n                                    <a class=\\\"x3-large package-vid-linkout\\\" href=\\\"https:\\/\\/uk.news.yahoo.com\\/video\\/playlist\\/good-deeds-videos\\/magician-gives-money-homeless-people-144752217.html\\\"  style=\\\"font-family: inherit;\\\">This magic trick will bring a smile to your face<\\/a>\\n                <\\/h3>\\n                <div class=\\\"body-text\\\">\\n                    <p class=\\\"fz-xs\\\">\\n                       <span class=\\\"tease\\\" style=\\\"\\\">A magician took to the streets of an Indian city and started taking coins from beggars and homeless people.<\\/span><span class=\\\"reserve-controls\\\">&nbsp;<\\/span>\\n                                    <a  href=\\\"https:\\/\\/uk.news.yahoo.com\\/video\\/playlist\\/good-deeds-videos\\/magician-gives-money-homeless-people-144752217.html\\\" class=\\\"more-link\\\" ><span class=\\\"video-icon d-ib\\\"><i class=\\\"icon-sprite\\\"><\\/i><\\/span>\\n            What he did next might surprise you&nbsp;&#187;\\n        <\\/a>\\n                        \\n                    <\\/p>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>\\n\",\"date\":\"\",\"clipId\":\"\",\"channelNodeId\":\"\",\"beaconFired\":false},\"id-967851\":{\"html\":\"                    <div class=\\\"package-header voh-parent   pos-2 \\\"   data-pos=\\\"pos-2\\\" data-pkgid=\\\"\\\" data-uuid=\\\"\\\" data-wikiids=\\\"\\\" >\\n                <a class=\\\"main-image pack-title \\\" href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/photos\\/the-most-ridiculous-things-fans-have-printed-on-shirts-1406123874-slideshow\\/\\\"  id=\\\"p_13872472-header-image\\\"><img src=\\\"https:\\/\\/s.yimg.com\\/dh\\/ap\\/default\\/140722\\/Gran-Roon635.jpg\\\" class=\\\"fptoday-img\\\" alt=\\\"Dawn Harkins and the Rooney shirt (Twitter)\\\" title=\\\"Dawn Harkins and the Rooney shirt (Twitter)\\\" width=\\\"635\\\" height=\\\"250\\\"><\\/a>\\n    \\n    <div class=\\\"package-overlay \\\">\\n        <div class=\\\"package-body-overlay\\\">&nbsp;<\\/div>\\n        <div class=\\\"package-body\\\">\\n            \\n            <div class=\\\"package-body-padding\\\">\\n                <h3 class=\\\"fz-l main-title\\\">\\n                                    <a class=\\\"x3-large\\\" href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/photos\\/the-most-ridiculous-things-fans-have-printed-on-shirts-1406123874-slideshow\\/\\\"  style=\\\"font-family: inherit;\\\">Mum &#39;absolutely gutted&#39; at Rooney shirt gaffe<\\/a>\\n                <\\/h3>\\n                <div class=\\\"body-text\\\">\\n                    <p class=\\\"fz-xs\\\">\\n                       <span class=\\\"tease\\\" style=\\\"\\\">Dawn Harkins was really annoyed at herself when a gift to her son went horribly wrong.<\\/span><span class=\\\"reserve-controls\\\">&nbsp;<\\/span>\\n                                    <a  href=\\\"https:\\/\\/uk.eurosport.yahoo.com\\/photos\\/the-most-ridiculous-things-fans-have-printed-on-shirts-1406123874-slideshow\\/\\\" class=\\\"more-link\\\" >\\n            &#39;Thanks Mum - but I can&#39;t wear it!&#39;&nbsp;&#187;\\n        <\\/a>\\n                        \\n                    <\\/p>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n    \\n<\\/div>\\n\",\"date\":\"\",\"clipId\":\"\",\"channelNodeId\":\"\",\"beaconFired\":false}},\"pkgIds\":[\"id-967929\",\"id-967763\",\"id-967910\",\"id-967908\",\"id-967851\",\"id-967933\",\"id-967905\",\"id-967904\",\"id-967893\",\"id-967955\",\"id-967932\",\"id-967900\",\"id-967759\",\"id-967934\",\"id-967920\",\"id-967853\",\"id-967891\",\"id-967944\",\"id-967923\",\"id-967909\",\"id-967832\",\"id-967834\",\"id-967930\",\"id-967885\",\"id-967901\",\"id-967899\",\"id-967807\",\"id-967814\",\"id-967883\",\"id-967879\",\"id-967947\",\"id-967733\",\"id-967875\",\"id-967780\",\"id-967650\",\"id-967881\",\"id-967946\",\"id-967945\",\"id-967790\",\"id-967919\",\"id-967862\",\"id-967948\",\"id-967840\",\"id-967804\",\"id-967876\",\"id-967935\",\"id-967845\",\"id-967754\",\"id-967890\",\"id-967795\"],\"centerStory\":0,\"animHtml\":\"                <a class=\\\"pause playpause\\\" data-b=\\\"http:\\/\\/www.yahoo.com\\\" href=\\\"#\\\" role=\\\"button\\\">\\n                        <i class=\\\"img-sprite\\\"><\\/i><span class=\\\"ti\\\">Pause<\\/span>\\n                    <\\/span>\\n                <\\/a>\",\"animPlayBeacon\":\"http:\\/\\/www.yahoo.com\",\"animPauseBeacon\":\"http:\\/\\/www.yahoo.com\",\"animPausedState\":false,\"animPlay\":\"Play\",\"animPause\":\"Pause\",\"paginationtype\":\"package\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"prefs\":{\"isc\":0,\"_mc\":0}}]},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345810\",\"instance\":\"p_30345810\",\"ba\":{\"_id\":\"p_30345810\",\"chrome\":\"1\"},\"signature\":\"KytcyYmvKqA6dEY6Bqvh3g--\"},\"dropdownHover\":true,\"dynamicMax\":8,\"filterRestoreEnabled\":false,\"dropdownFilter\":false,\"tabFilter\":true,\"autoHideEnabled\":false,\"recentFiltersEnabled\":false,\"swipeFilterEnabled\":false,\"dynamicSectionEnabled\":false,\"filterFontSize\":\"fz-s\"},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345810\",\"ns\":\"type_fstream\",\"trusted\":true,\"type\":\"fstream\",\"contentId\":\"30345810\",\"tags\":[],\"title\":\"\",\"icon\":\"\",\"shortTitle\":\"\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{\"STR.FILTERS.FILTERBY\":\"Filter by\"},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345826\",\"instance\":\"p_30345826\",\"ba\":{\"_id\":\"p_30345826\",\"chrome\":\"1\"},\"signature\":\"8RDUWRjp0SpzI5uXatMaYA--\"},\"accessTokenRefresh\":false,\"fbAppId\":\"90376669494\",\"fbPerms\":\"email,user_birthday,user_education_history,user_likes,user_location,user_relationships,user_subscriptions,user_work_history,friends_birthday,friends_education_history,friends_likes,friends_location,friends_work_history\"},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345826\",\"ns\":\"type_login\",\"trusted\":true,\"type\":\"login\",\"contentId\":\"30345826\",\"tags\":[],\"title\":\"Login\",\"icon\":\"\",\"shortTitle\":\"Login\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{},\"res\":{}},{\"data\":{\"maple\":{\"platform\":{},\"module\":\"p_30345786\",\"instance\":\"p_30345786\",\"ba\":{\"_id\":\"p_30345786\",\"chrome\":\"1\"},\"signature\":\"RUY7nQ8EnfbCAovFmwfZzg--\"},\"clientPagination\":true,\"woeId\":44418,\"intl\":\"uk\",\"socialEnabled\":true,\"swipeEnabled\":false,\"fbAcctLinked\":false,\"dynamicEnabled\":true,\"removalMenuEnabled\":true,\"closeEnabled\":true,\"markAsReadEnabled\":true,\"tooltipsEnabled\":true,\"batchPause\":0,\"interestFiltersEnabled\":true,\"interestFiltersBroadcast\":false,\"broadcastDynamicEnabled\":false,\"sortBy\":0,\"saveEnabled\":true,\"scrollBuffer\":900,\"actionDrawerEnabled\":true,\"writeMixerActions\":true,\"locationPickerEnabled\":true,\"nonPersonalStream\":true,\"pageloadListId\":\"\",\"playIconHoverEnabled\":true,\"restoreStateExpire\":1800000,\"restoreStateMethod\":\"HTML5_HISTORY\",\"batchSize\":20,\"beacon_sec\":\"app-loc\",\"beacon_slk\":\"s-op\",\"beacon_bucketid\":\"903\",\"useGlApi\":true,\"ccode\":\"p_en_gb_apm3_or1\",\"items\":[{\"u\":\"ff06e6f1-9f84-3302-8608-4a13f3175528\",\"i\":\"P0f00008675D06475\"},{\"u\":\"614ba6ad-be55-3afb-9fa1-fa101179c336\",\"i\":\"P0f00008417D04103\"},{\"u\":\"dfc1bf5e-6fd5-3e62-ab40-a2ccce8f2222\",\"i\":\"P0f00014986D29736\"},{\"u\":\"8a7ea344-d74a-35aa-8523-2150ce8ab8b8\",\"i\":\"P0f00012892D32529\"},{\"u\":\"1652b947-d538-3ee1-9daa-fd167a1c1192\",\"i\":\"P0f00007727D03593\"},{\"u\":\"1ad5e754-d0ee-38bb-9830-8e4609a902b1\",\"i\":\"P0f00011471D31884\"},{\"u\":\"f7223287-692d-3713-a2e8-2376bc9a2b99\",\"i\":\"P0f00007315D03460\"},{\"u\":\"d8a6c7c2-a46d-3ebf-bbfc-c45bd50bf53d\",\"i\":\"P0f00007839D11866\"},{\"u\":\"d468eb7b-929d-3e74-ad9e-93a49137d7e6\",\"i\":\"P0f00009048D30832\"},{\"u\":\"ccfbc1a8-4a60-306f-a5d8-b7a9df1fa348\",\"i\":\"P0f00005984D03765\"},{\"u\":\"d2765422-f35c-35b7-b447-cbdd433346bf\",\"i\":\"P0f00006924D14447\"},{\"u\":\"65bb5ed2-0880-3c65-9b27-b354df82d865\",\"i\":\"P0f00017455D30363\"},{\"u\":\"0aad3c33-11ca-3be0-8bbc-b16039f5fe0a\",\"i\":\"P0f00005974D05530\"},{\"u\":\"d0e4d59f-918d-3609-b3f2-2d38a1dd838b\",\"i\":\"P0f00007156D04901\"},{\"u\":\"66d3a66f-ed55-3d08-b90e-9cd03ef45db2\",\"i\":\"P0f00005550D04191\"},{\"u\":\"21862dc5-ca04-3e78-b7c3-f96aa799f8f8\",\"i\":\"P0f00005505D03843\"},{\"u\":\"9e54bd63-72f8-3e14-a1c6-fa413eea84aa\",\"i\":\"P0f00007227D22423\"},{\"u\":\"7e360a17-be6a-3b22-8d76-b2aee06df020\",\"i\":\"P0f00007234D22991\"},{\"u\":\"21769c20-05bb-305f-b85b-121d62e76c0d\",\"i\":\"P0f00005411D03653\"},{\"u\":\"22417c85-41f9-36e0-8946-49ccb3ef29c1\",\"i\":\"P0f00006637D16650\"},{\"u\":\"0e151a64-a327-39fd-9895-a475a72ee9b1\",\"i\":\"P0f00006005D10485\"},{\"u\":\"d8f7d6a9-63cd-30ac-a84f-fe9fce3bf1a5\",\"i\":\"P0f00007208D23783\"},{\"u\":\"488e6f38-28f0-35a1-b92a-9fb1a6f4c86c\",\"i\":\"P0f00005830D08817\"},{\"u\":\"acec154e-5ad9-37b5-8251-2aa5df405da0\",\"i\":\"P0f00007134D23402\"},{\"u\":\"d33d7b15-65da-31d0-8ea0-f57dfdab56d0\",\"i\":\"P0f00010820D31210\"},{\"u\":\"5f4bc09d-32f7-39a2-849a-53022ba46ded\",\"i\":\"P0f00008784D23268\"},{\"u\":\"eb1a4a76-98d7-395a-bf6b-22240ee3817f\",\"i\":\"P0f00010244D43938\"},{\"u\":\"54402e81-b807-3903-9442-43be590dc87d\",\"i\":\"P0f00005975D07036\"},{\"u\":\"50b7b59a-0647-3964-b107-57dab5326cbc\",\"i\":\"P0f00009688D11853\"},{\"u\":\"f4fe93cc-55ed-34e6-9920-7872d33eb571\",\"i\":\"P0f00005433D03269\"},{\"u\":\"14a880d8-1beb-3dd7-aaa0-ef5f8ac94ba5\",\"i\":\"P0f00007471D26382\"},{\"u\":\"51b5b756-9ac2-3e43-9d98-4ae6d42fb7d4\",\"i\":\"P0f00007801D29080\"},{\"u\":\"752e46c9-acfa-3c22-83a7-07fc7bc85921\",\"i\":\"P0f00011871D46280\"},{\"u\":\"6ee8dd9e-a6c9-32e5-aa7d-2908abf835f6\",\"i\":\"P0f00008999D36873\"},{\"u\":\"9ad651c0-2efe-3810-9292-735279f90021\",\"i\":\"P0f00005334D02915\"},{\"u\":\"a15560a5-7fc8-3b26-a098-198e10a3a234\",\"i\":\"P0f00007321D22571\"},{\"u\":\"50e99ece-22d6-3224-9a95-3ba567223be6\",\"i\":\"P0f00005668D06813\"},{\"u\":\"cf50c44c-c3e1-377c-8687-e85317df522a\",\"i\":\"P0f00007489D24245\"},{\"u\":\"2b381ebb-9fa2-37ab-81cc-569b1f5fc78c\",\"i\":\"P0f00008323D23131\"},{\"u\":\"02b9d1c7-472a-3dcc-a48a-713eaaa23b09\",\"i\":\"P0f00007521D27601\"},{\"u\":\"ce5e336c-d597-3bb4-81eb-bfe9276ebf7f\",\"i\":\"P0f00017763D94690\"},{\"u\":\"06f1aad3-49ad-3bdb-bb3b-052a0d8ebccc\",\"i\":\"P0f00005475D05041\"},{\"u\":\"30f1228e-2762-3582-80c7-b18c9d216f33\",\"i\":\"P0f00005476D05426\"},{\"u\":\"85d4eaf0-a57f-3c2e-aac3-96fe0bb1efb2\",\"i\":\"P0f00006658D16661\"},{\"u\":\"35eb8bed-89a4-3f81-883e-8b782fe82d64\",\"i\":\"P0f00008922D20622\"},{\"u\":\"56b9f60e-55cc-365d-a2a7-98673bdf03de\",\"i\":\"P0f00011746D84508\"},{\"u\":\"3f43bbac-369d-3ce3-9099-d00bb66c7885\",\"i\":\"P0f00005521D04382\"},{\"u\":\"87c325aa-0f60-390d-a064-060b5cae98d3\",\"i\":\"P0f00012077D91486\"},{\"u\":\"bd1158b7-ce71-3267-a06f-b0112a86d570\",\"i\":\"P0f00007512D26408\"},{\"u\":\"613f3eaf-ec01-349d-8211-ea89142b6913\",\"i\":\"P0f00006819D18240\"},{\"u\":\"dce64374-d905-315c-8931-0ea771cf0e23\",\"i\":\"P0f00007000D21195\"},{\"u\":\"c9643565-8b32-3535-92f8-8f4287f7215a\",\"i\":\"P0f00011601D07601\"},{\"u\":\"fdf802e5-afef-356c-8c94-44554c3d182c\",\"i\":\"P0f00005437D04338\"},{\"u\":\"850b3805-d16d-35cd-8eb2-0f99d382bbd7\",\"i\":\"P0f00012727D40752\"},{\"u\":\"d601fafb-c134-36cb-934e-94607555bbb1\",\"i\":\"P0f00013660D76132\"},{\"u\":\"79509a19-ed59-34e0-9627-98d45de8e4fd\",\"i\":\"P0f00013929D05451\"},{\"u\":\"64338630-acf5-3a67-81ec-16c98f1fe267\",\"i\":\"P0f00016541D51278\"},{\"u\":\"a50c7fa8-9fa5-3ec5-8429-7ec468f511c0\",\"i\":\"P0f00009794D07978\"},{\"u\":\"fced621c-b673-3e4a-987c-a71e4e156fd0\",\"i\":\"P0f00015248D92714\"},{\"u\":\"c5bbc172-8bdf-3b09-a3ce-0c283092cc5d\",\"i\":\"P0f00006084D11420\"},{\"u\":\"89224820-21e8-3f76-9836-ca2b7fe271b5\",\"i\":\"P0f00010929D24455\"},{\"u\":\"4a900a51-3245-3196-8733-0624e5e6db01\",\"i\":\"P0f00009989D25048\"},{\"u\":\"719d6670-29a3-34b0-895f-6dd0ebcf9ebb\",\"i\":\"P0f00012606D34272\"},{\"u\":\"fd3a275d-eedb-379f-8743-8fedd5e4c81e\",\"i\":\"P0f00007421D24056\"},{\"u\":\"3a9be241-4a15-3380-8ae2-d80c97cc3d95\",\"i\":\"P0f00006057D04296\"},{\"u\":\"b0efaca5-8875-30e6-a8dd-1e68496818cd\",\"i\":\"P0f00005820D04197\"},{\"u\":\"9915efe1-4b39-3441-a3c3-54df5068e961\",\"i\":\"P0f00007922D29710\"},{\"u\":\"1248424a-d42c-3bdf-9bb5-f2bdcc8e5b29\",\"i\":\"P0f00007072D20308\"},{\"u\":\"c9d1a9d8-5b54-3878-83b4-d1aa695f0a0c\",\"i\":\"P0f00008308D35897\"},{\"u\":\"d9891a69-dfae-37f9-8aa0-62cfbd0d2d54\",\"i\":\"P0f00007070D04333\"},{\"u\":\"4523b4d5-2e58-32a7-b2a9-ff10efce1f6a\",\"i\":\"P0f00012737D98856\"},{\"u\":\"18050238-6b53-3b09-802a-6cfda7ca6169\",\"i\":\"P0f00007596D27308\"},{\"u\":\"aded08d8-7b7f-3542-a911-2a0b6b207840\",\"i\":\"P0f00005964D10222\"},{\"u\":\"2ca6367a-aa7f-30bc-8f3f-09d488c817f9\",\"i\":\"P0f00012824D38014\"},{\"u\":\"f1587a14-3bf1-35f0-9641-8e48510cb740\",\"i\":\"P0f00007105D22877\"},{\"u\":\"a7e34b2e-b706-3718-9087-5fa85eb205cd\",\"i\":\"P0f00005436D04343\"},{\"u\":\"369449a2-2847-31ce-b1a1-d568c22dfeac\",\"i\":\"P0f00007994D29901\"},{\"u\":\"36191d6a-5c60-3e0b-be63-d3aa0f8f5332\",\"i\":\"P0f00007718D08526\"},{\"u\":\"f70de65f-bc68-3f95-8d03-03faad09ec2a\",\"i\":\"P0f00012321D26017\"},{\"u\":\"059c79a3-95dc-3cd0-9c50-a99bfd975b90\",\"i\":\"P0f00010274D34420\"},{\"u\":\"a669809b-964c-361e-98cf-fea6a0b44862\",\"i\":\"P0f00013536D90289\"},{\"u\":\"54f582f0-3cc1-3f6a-b05c-41653920f509\",\"i\":\"P0f00006515D09103\"},{\"u\":\"4af19617-1bb6-34c1-b254-d772d775311e\",\"i\":\"P0f00009299D41429\"},{\"u\":\"91adc89b-9b93-32c5-a6f9-72c695b4f39f\",\"i\":\"P0f00007400D03214\"},{\"u\":\"b6c9a7c9-131b-3910-87cd-446e55ca607d\",\"i\":\"P0f00005783D08052\"},{\"u\":\"3b20714a-2bd5-38c0-b035-487944760873\",\"i\":\"P0f00007238D22163\"},{\"u\":\"69e6b9fe-3fd8-36c2-b6ef-23e784bab339\",\"i\":\"P0f00010394D26131\"},{\"u\":\"59500b9a-cd74-33e3-8bb0-c0f9242d07b6\",\"i\":\"P0f00007858D23556\"},{\"u\":\"77458aad-38dc-31cb-94d6-b2038d0efe8e\",\"i\":\"P0f00010874D21662\"},{\"u\":\"65d93abb-af31-3b2c-a83c-0fdff26914ad\",\"i\":\"P0f00007897D29853\"},{\"u\":\"954117fb-b139-3fc3-aea8-d477fc5f896b\",\"i\":\"P0f00007847D30964\"},{\"u\":\"ef6c4a1d-2d6d-3e8b-a9a6-48a842864bfc\",\"i\":\"P0f00017340D98279\"},{\"u\":\"8b636955-4f77-3c6c-9d4e-8df4275863f1\",\"i\":\"P0f00006177D05029\"},{\"u\":\"66cdcda8-fb61-3409-adeb-24eb8b0e5b67\",\"i\":\"P0f00008791D31236\"},{\"u\":\"c9b2c875-7215-3fb8-930c-b31f7f182b85\",\"i\":\"P0f00006062D05662\"},{\"u\":\"25288d89-6d27-365a-ae10-5360741629c2\",\"i\":\"P0f00007156D05942\"},{\"u\":\"350dc5c0-1154-3c20-8086-54028815dd4f\",\"i\":\"P0f00007955D26564\"},{\"u\":\"451b7e81-0ddf-333b-9d79-8470d4bef8ca\",\"i\":\"P0f00005914D06230\"},{\"u\":\"ba53d6f1-9e20-3ef2-a18e-7480673df0a6\",\"i\":\"P0f00011608D84008\"},{\"u\":\"597ce30c-0bbb-3a6c-9e41-6043ac24e0dd\",\"i\":\"P0f00010682D58533\"},{\"u\":\"d04b24c1-1b5f-3fdb-91dd-86e83edd79ee\",\"i\":\"P0f00011669D24896\"},{\"u\":\"7b73cb76-6fc3-3169-ba7f-6a7fd71a40b3\",\"i\":\"P0f00009480D03040\"},{\"u\":\"810b62c7-7a8a-3ad5-ac78-7f711db3a011\",\"i\":\"P0f00013969D91204\"},{\"u\":\"fee6e71c-7658-31bc-b115-92748c70d5ea\",\"i\":\"P0f00006754D12392\"},{\"u\":\"4344beac-56ec-3102-b9f3-3ea2dd3ba7e2\",\"i\":\"P0f00007509D27429\"},{\"u\":\"6300ca08-474f-397f-8dc7-66fbd40d5e53\",\"i\":\"P0f00007564D10813\"},{\"u\":\"ffa59c3a-0b72-3090-bc03-c06666c0feed\",\"i\":\"P0f00006519D04372\"},{\"u\":\"936d7432-03e1-37e3-a924-91b8e68f555a\",\"i\":\"P0f00007421D25898\"},{\"u\":\"179ee297-9477-3e3b-bd1d-fbb90b65681a\",\"i\":\"P0f00006047D08038\"},{\"u\":\"05338283-9dc8-3c9c-a7be-e08d54855fb4\",\"i\":\"P0f00007746D29275\"},{\"u\":\"bc8b5723-0d9d-3ce0-99b6-9de3d0af5e08\",\"i\":\"P0f00016480D31533\"},{\"u\":\"4b94bfab-1a15-30e3-b848-ed2a431294ab\",\"i\":\"P0f00007395D03941\"},{\"u\":\"1f497c83-7ed5-3f74-ba50-e6f69cdb0105\",\"i\":\"P0f00012216D55978\"},{\"u\":\"01cca6ff-8c6e-37eb-b4a9-eac75be93bd9\",\"i\":\"P0f00007842D07007\"},{\"u\":\"0d849011-e288-39b5-bec7-63722c7beecb\",\"i\":\"P0f00005989D06342\"},{\"u\":\"2baba54c-f900-32a9-9cda-c5aa6cc7af6b\",\"i\":\"P0f00008367D03315\"},{\"u\":\"fc8c6330-c955-3b8c-9592-6a587dfaa8f8\",\"i\":\"P0f00013039D45590\"},{\"u\":\"e4548679-0f07-345a-9150-8c00bf805fbf\",\"i\":\"P0f00006118D04656\"},{\"u\":\"7e1614d2-00ed-3238-bb0e-4094380f1867\",\"i\":\"P0f00008867D25559\"},{\"u\":\"02d924e6-2b27-339f-9829-8fbf53173b63\",\"i\":\"P0f00010776D51441\"},{\"u\":\"b32b6c96-a28a-3a8f-a7ae-c95258ae19c4\",\"i\":\"P0f00013254D05150\"},{\"u\":\"29807367-7a98-353f-bef2-3949cd20088f\",\"i\":\"P0f00009164D35781\"},{\"u\":\"f9a39ddd-cfc2-35f9-911e-c0b38c449a5d\",\"i\":\"P0f00008649D36193\"},{\"u\":\"a833881c-f701-33bc-a082-178f78fd1c40\",\"i\":\"P0f00007240D23642\"},{\"u\":\"afd54bb5-b067-37a0-9d3b-bec26a6c0d0d\",\"i\":\"P0f00012539D47979\"},{\"u\":\"652390df-e8a0-3a63-9deb-b4788a717464\",\"i\":\"P0f00006162D10610\"},{\"u\":\"4ed78522-31ac-3bc5-a4a1-1408539f6ebb\",\"i\":\"P0f00014821D88254\"},{\"u\":\"ce3432a8-1191-3e59-b68f-554b8290dd5a\",\"i\":\"P0f00007668D09479\"},{\"u\":\"62f67c5a-ed35-39e9-bbda-0fa7af718378\",\"i\":\"P0f00010838D30760\"},{\"u\":\"960735c0-0d42-3d0d-87d9-252854457d9a\",\"i\":\"P0f00010463D48931\"},{\"u\":\"5a1aaf64-ccd4-3073-b122-7ada80682f60\",\"i\":\"P0f00007625D05941\"},{\"u\":\"16f811b7-c86c-32bd-9677-76fc15ac1a20\",\"i\":\"P0f00006469D04029\"},{\"u\":\"29c5ae42-7874-3dd8-ab5c-6ac8bd59e53d\",\"i\":\"P0f00007854D31468\"},{\"u\":\"c66cfcd5-0134-3484-a7cb-a7a98132922c\",\"i\":\"P0f00006134D04744\"},{\"u\":\"4171df7a-4cd2-346a-a8e2-4f81a41d083c\",\"i\":\"P0f00007739D28656\"},{\"u\":\"8cd5d48a-e460-37df-9f9d-2b1f385e6737\",\"i\":\"P0f00007786D04305\"},{\"u\":\"a3f6ef5a-0d9d-3df8-80d2-d582d3438529\",\"i\":\"P0f00007052D21849\"},{\"u\":\"f98f1d9a-9c74-368d-a835-59ce1eff724b\",\"i\":\"P0f00007467D21010\"},{\"u\":\"9a203073-8466-3643-9989-ace97b96e503\",\"i\":\"P0f00015135D20089\"},{\"u\":\"f3cadcc2-7a93-3d48-8ad1-4313d22a0041\",\"i\":\"P0f00006530D05909\"},{\"u\":\"dbb2328c-c252-36cd-8172-9a65873dd3ea\",\"i\":\"P0f00006531D06882\"},{\"u\":\"1b023f47-88ea-372e-aae2-9adff14f5752\",\"i\":\"P0f00015706D93620\"},{\"u\":\"387f5cc6-ea98-304e-ab81-c8ba796a9c9d\",\"i\":\"P0f00017065D34101\"},{\"u\":\"c75d67dc-825f-33dd-82c1-8c7c1132846b\",\"i\":\"P0f00010504D35011\"},{\"u\":\"cc5c084f-7243-3918-a37f-d961aa7ae8b9\",\"i\":\"P0f00005603D03147\"},{\"u\":\"570a9c05-1d26-3f4e-852f-bb279c4b6597\",\"i\":\"P0f00007015D07882\"},{\"u\":\"b9938f01-6554-38e1-99de-4ffb529370c2\",\"i\":\"P0f00011226D45839\"},{\"u\":\"e6c61de7-ce0d-3b4c-a77b-2d90a62af6d0\",\"i\":\"P0f00016765D76679\"},{\"u\":\"32823c6a-dc8b-30cc-addc-6ef3a7f53fb5\",\"i\":\"P0f00005697D07571\"},{\"u\":\"78ad9d5d-33e4-36bb-beb2-4bd8848d8cf3\",\"i\":\"P0f00007675D06134\"}],\"contentpos\":20},\"props\":{\"refHandler\":\"cfg.maple_dali.handler.refresh\",\"id\":\"p_30345786\",\"ns\":\"type_stream\",\"trusted\":true,\"type\":\"stream\",\"contentId\":\"30345786\",\"tags\":[],\"title\":\"Stream\",\"icon\":\"\",\"shortTitle\":\"Stream\",\"detailUrl\":\"\",\"chromecolor\":\"blue\"},\"state\":{\"view\":\"default\",\"defer\":false,\"collapsed\":0},\"strs\":{\"STR.LOADING\":\"<div class=\\\"fp-loader ti\\\">Load more stories<\\/div>\",\"STR.LOADING.CONTENT\":\"<div class=\\\"loading next-batch\\\" data-key=\\\"0\\\"><div class=\\\"fp-loader ti\\\">Load more stories&hellip;<\\/div><\\/div>\",\"STR.BUTTON.REMOVE_DONE\":\"<button class=\\\"fz-xxs remove-done uibutton rapid-noclick-resp\\\">Done<\\/button>\",\"STR.REMOVE.CONFIRM\":\"\",\"STR.BUTTON.WIKIID\":\"<button class=\\\"fz-xxs wikiid uibutton rapid-noclick-resp {selected}\\\" data-wikiid=\\\"{id}\\\" data-interesttype=\\\"{type}\\\">{name}<span class=\\\"d-ib img-sprite remove-neg\\\"><\\/span><\\/button>\",\"STR.SHOW.LESS\":\"<div class=\\\"show-less fz-xs\\\">Show me fewer stories about:<\\/div>\",\"STR.SAVE.SAVETEXT\":\"Save\",\"STR.SAVE.SIGNIN\":\"Sign in to save\",\"STR.INTERESTS.LIKETEXT\":\"More like this\",\"STR.INTERESTS.DISLIKETEXT\":\"Fewer like this\",\"STR.INTERESTS.REMOVETEXT\":\"Remove\",\"STR.INTERESTS.FLAGTEXT\":\"Report Content\",\"STR.ACTIONDRAWER.SAVEDCTA\":\"Sign-in to save this story to read later.\",\"STR.ACTIONDRAWER.LIKEDCTA\":\"Sign-in and we'll show you more like this in the future.\",\"STR.ACTIONDRAWER.DISLIKEDCTA\":\"Sign-in and we'll show you less like this in the future.\",\"STR.ACTIONDRAWER.FLAGGEDCTA\":\"Sign-in to report this content.\",\"STR.ENTITY.LIST.DISLIKED.MSG\":\"<p class=\\\"pb-xs\\\">Got it. We'll show you fewer stories like this.<\\/p><p>Tell us more about what you dislike:<\\/p>\",\"STR.TOOLTIP.UNDO\":\"Undo\",\"STR.ACTIONDRAWER.DONE\":\"<button class=\\\"fz-xs done-button rapid-noclick-resp\\\">Done<\\/button>\",\"STR.ACTIONDRAWER.NOENTITIESLIKE\":\"<p class=\\\"no-entities\\\">Got it. We'll show you more stories like this.<\\/p>\",\"STR.REMOVE.ITEM.THANKYOU\":\"<div class=\\\"remove-wrap nonPersonal\\\"><div class=\\\"undo-remove\\\">Story removed<button class=\\\"undo-btn fz-xs\\\">Undo<\\/button><\\/div><\\/div>\",\"STR.FLAG.ITEM.THANKYOU\":\"<div class=\\\"remove-wrap flag-thankyou\\\"><p class=\\\"dimmed flag-done-msg-header\\\">Thank you for your feedback.<\\/p><p class=\\\"dimmed flag-done-msg-body\\\">We'll review your submission.<\\/p><\\/div>\",\"STR.ENTITY.LIST.TEMPLATE\":\"<div class=\\\"entity-msg\\\"><p class=\\\"pb-xs\\\">Got it. We'll show you more stories like this.<\\/p><p>Tell us more about what you like:<\\/p><\\/div>{source}<div class=\\\"section-prefix ell\\\">Stories about: <\\/div><ul class=\\\"entity-list\\\">{entities}<\\/ul><button class=\\\"fz-xs done-button rapid-noclick-resp\\\">Done<\\/button>\",\"STR.ENTITY.ITEM.TEMPLATE\":\"<li class=\\\"entity {state} {type}\\\" data-interestId=\\\"{id}\\\">{name}<span class=\\\"d-ib entity-icon-container\\\"><i class=\\\"img-sprite entity-icon\\\"><\\/i><\\/span><\\/li>\",\"STR.SOURCE.ITEM.TEMPLATE\":\"<div><div class=\\\"section-prefix ell\\\">Stories from: <\\/div><div class=\\\"source entity {state}\\\" data-interestId=\\\"{id}\\\">{name}<span class=\\\"d-ib entity-icon-container\\\"><i class=\\\"img-sprite entity-icon\\\"><\\/i><\\/span><\\/div><\\/div>\",\"STR.REMOVE.MENU\":\"<div class=\\\"menu\\\"><div class=\\\"remove-menu-main cf\\\"><div class=\\\"entity-msg\\\"><p class=\\\"pb-xs\\\">Got it. We'll show you more stories like this.<\\/p><p>Tell us more about what you like:<\\/p><\\/div>{source}<div class=\\\"section-prefix ell\\\">Stories about: <\\/div><ul class=\\\"entity-list\\\">{entities}<\\/ul><button class=\\\"done-button fz-xs dn rapid-noclick-resp\\\">Done<\\/button><\\/div><a class=\\\"profile-link d-ib fz-xs\\\" href=\\\"http:\\/\\/profile.yahoo.com\\/y\\/settings\\/interests\\/\\\" data-ylk=\\\"sec:td-strm-dr;slk:pref;rspns:nav\\\">Content preferences<\\/a><\\/div>\"},\"res\":{}}],\"res\":{\"css\":{\"base_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/ui\\/base_0.0.10.css\",\"helpers_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/ui\\/helpers_0.0.8.css\",\"typography_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/ui\\/typography_0.0.3.css\",\"theme_default_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/theme\\/default\\/common_0.0.38.css\",\"theme_default_desktop_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/theme\\/default\\/desktop_0.0.118.css\",\"theme_homerun_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/theme\\/hr_blue_0.0.16.css\",\"modal_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/modal_service_0.0.3.css\",\"tooltip_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tooltip_service_1.0.13.css\",\"iframeshim_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/iframeshim_service_0.0.12.css\",\"menu_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/menu_service_0.1.13.css\",\"ld_renderer_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_renderer_0.0.15.css\",\"tablite_service_desktop_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tablite_service_desktop_0.0.15.css\",\"carousel_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/carousel_service_0.1.20.css\",\"tablist_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tablist_service_0.1.15.css\",\"type_fp_500_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fp\\/fp_500_0.0.127.css\",\"type_universalheader_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/universalheader\\/universalheader_0.0.36.css\",\"type_intlselectorfull_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/intlselectorfull\\/intlselectorfull_0.0.20.css\",\"type_tabbar_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/tabbar\\/tabbar_0.0.147.css\",\"login_service_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/login_service_0.0.4.css\",\"type_login_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/login\\/login_0.0.74.css\",\"type_mail_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/mail\\/mail_0.0.57.css\",\"type_mail_403_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/mail\\/mail_403_0.0.58.css\",\"type_navrail_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/navrail\\/navrail_0.0.112.css\",\"type_ads_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/sda\\/sda_0.1.54.css\",\"type_adsfallback_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/adsfallback\\/adsfallback_0.0.53.css\",\"type_trendingnow_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/trendingnow\\/trendingnow_0.0.41.css\",\"type_appscontainer_base_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/appscontainer\\/appscontainer_base_0.0.7.css\",\"type_appscontainer_desktop_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/appscontainer\\/appscontainer_desktop_0.0.56.css\",\"type_topvideos_base_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/topvideos\\/topvideos_base_0.0.10.css\",\"type_topvideos_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/topvideos\\/topvideos_0.0.25.css\",\"type_weather_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/weather\\/weather_0.1.54.css\",\"type_location_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/location\\/location_0.0.20.css\",\"type_finance_base_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/finance\\/finance_base_0.0.7.css\",\"type_finance_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/finance\\/finance_0.1.140.css\",\"type_flickr_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/flickr\\/flickr_0.0.19.css\",\"type_birthday_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/birthday\\/birthday_0.0.24.css\",\"type_horoscope_base_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/horoscope\\/horoscope_base_0.0.5.css\",\"type_horoscope_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/horoscope\\/horoscope_0.1.90.css\",\"type_subfooter_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/footer\\/subfooter_0.0.36.css\",\"type_windowshade_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/windowshade\\/windowshade_0.0.14.css\",\"type_breakingnews_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/breakingnews\\/breakingnews_0.0.52.css\",\"type_todaycontainer_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/todaycontainer\\/todaycontainer_0.0.20.css\",\"type_fptoday_flex_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fptoday\\/fptoday_flex_0.1.92.css\",\"type_offlead_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/offlead\\/offlead_0.0.30.css\",\"type_fstream_desktop_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fstream\\/fstream_desktop_0.0.30.css\",\"type_stream_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/stream\\/stream_0.0.304.css\",\"rmx_ads_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/stream\\/rmx_ads_0.0.12.css\",\"stream_action_drawer_desktop_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/stream\\/stream_action_drawer_desktop_0.0.23.css\",\"type_masthead_homerun_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/masthead\\/masthead_homerun_0.0.79.css\",\"type_masthead_sayt_css\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/masthead\\/masthead_sayt_0.0.19.css\"},\"js\":{\"yui\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/yui-base_3.8.3.js\",\"rapidv3\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/rapid_v3_3.18.6.js\",\"oop\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/oop_3.8.2.js\",\"event-custom-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-custom-base_3.8.2.js\",\"event-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-base_3.8.2.js\",\"io-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/io-base_3.8.2.js\",\"json-parse\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/json-parse_3.8.2.js\",\"json-stringify\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/json-stringify_3.8.2.js\",\"cookie\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/cookie_3.8.2.js\",\"dom-core\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/dom-core_3.8.2.js\",\"dom-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/dom-base_3.8.2.js\",\"dom-style\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/dom-style_3.8.2.js\",\"dom-screen\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/dom-screen_3.8.2.js\",\"selector-native\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/selector-native_3.8.2.js\",\"selector\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/selector_3.8.2.js\",\"node-core\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-core_3.8.2.js\",\"node-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-base_3.8.2.js\",\"event-delegate\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-delegate_3.8.2.js\",\"node-event-delegate\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-event-delegate_3.8.2.js\",\"pluginhost-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/pluginhost-base_3.8.2.js\",\"pluginhost-config\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/pluginhost-config_3.8.2.js\",\"node-pluginhost\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-pluginhost_3.8.2.js\",\"node-screen\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-screen_3.8.2.js\",\"node-style\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-style_3.8.2.js\",\"event-custom-complex\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-custom-complex_3.8.2.js\",\"event-synthetic\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-synthetic_3.8.2.js\",\"event-focus\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/event-focus_3.8.2.js\",\"querystring-stringify-simple\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/querystring-stringify-simple_3.8.1.js\",\"querystring-parse-simple\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/querystring-parse-simple_3.8.2.js\",\"attribute-core\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/attribute-core_3.8.2.js\",\"base-core\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/base-core_3.8.2.js\",\"attribute-observable\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/attribute-observable_3.8.2.js\",\"attribute-extras\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/attribute-extras_3.8.2.js\",\"attribute-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/attribute-base_3.8.2.js\",\"base-observable\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/base-observable_3.8.2.js\",\"base-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/base-base_3.8.2.js\",\"io-queue\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/io-queue_3.15.0.js\",\"jsonp\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/jsonp_3.8.2.js\",\"jsonp-url\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/jsonp-url_3.8.2.js\",\"async-queue\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/async-queue_3.15.0.js\",\"transition\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/transition_3.8.3.js\",\"loader-base\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/loader-base_3.8.2.js\",\"loader-yui3\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/loader-yui3_3.8.2.js\",\"node-deprecated\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/node-deprecated_3.8.2.js\",\"gallery-storage-lite\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/gallery-storage-lite_3.8.2.js\",\"selector-css2\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/selector-css2_3.8.2.js\",\"selector-css3\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/selector-css3_3.8.2.js\",\"substitute\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/yui\\/substitute_3.8.2.js\",\"module_platform\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/module_platform_1.1.18.js\",\"resourcemgr\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/resourcemgr_1.1.16.js\",\"transport\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/dali_transport_1.1.35.js\",\"metro_ext\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/metro_dali_1.0.28.js\",\"module_api\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/module_api_1.1.17.js\",\"yui_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/dali\\/yui_service_0.1.19.js\",\"metro_viewtype\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/metro_viewtype_0.1.25.js\",\"default_viewtype\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/default_viewtype_0.1.63.js\",\"edit_viewtype\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/edit_viewtype_0.1.42.js\",\"ylc\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ylc_1.8.23.js\",\"instrumentation_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/instrumentation_service_0.1.117.js\",\"metrologger_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/metrologger_service_0.1.20.js\",\"autohide_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/autohide_service_0.1.17.js\",\"sethomepage_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/sethomepage_service_0.0.37.js\",\"lazy_image\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/lazy_image_0.0.12.js\",\"sticky_position\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/sticky_position_service_0.0.14.js\",\"userinfo_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/userinfo_service_0.1.17.js\",\"statemgr_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/statemgr_service_0.1.21.js\",\"modal_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/modal_service_0.0.7.js\",\"tooltip_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tooltip_service_0.1.57.js\",\"aria_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/aria_service_0.1.19.js\",\"iframeshim_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/iframeshim_service_0.0.20.js\",\"menu_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/menu_service_0.1.22.js\",\"arcade_transport\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/arcade_transport_1.0.16.js\",\"af-beacon\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/af-beacon_0.0.1.js\",\"af-comet\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/af-comet_0.0.3.js\",\"af-config\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/af-config_0.0.1.js\",\"af-utils\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/af-utils_0.0.1.js\",\"cometd_yui3\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/cometd-yui3_0.0.3.js\",\"af-pipe\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/af-pipe_0.0.2.js\",\"base64\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/base64_0.0.3.js\",\"ld_geo\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_geo_0.0.3.js\",\"ld_geocoder\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_geocoder_0.0.5.js\",\"ld_autosuggest\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_autosuggest_0.0.8.js\",\"ld_yql\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_yql_0.0.13.js\",\"ld_core\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_core_0.0.3.js\",\"ld_widget\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_widget_0.0.22.js\",\"ld_renderer\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/ld_renderer_0.0.3.js\",\"ld_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/ld_service_0.0.4.js\",\"location_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/location_service_0.0.12.js\",\"tablite_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tablite_service_0.0.11.js\",\"carousel_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/carousel_service_0.1.62.js\",\"tablist_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/tablist_service_0.1.45.js\",\"cmslogo\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uicontrib\\/cms_logo_0.1.9.js\",\"ads_bridge_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/sda\\/sda_bridge_service_0.0.14.js\",\"type_fp\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fp\\/fp_0.1.161.js\",\"type_universalheader\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/universalheader\\/universalheader_0.0.22.js\",\"type_intlselectorfull\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/intlselectorfull\\/intlselectorfull_0.0.16.js\",\"type_tabbar\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/tabbar\\/tabbar_0.0.38.js\",\"transport_helper_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/transport_helper_service_0.0.4.js\",\"login_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/login_service_0.0.48.js\",\"type_tuc\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/tuc\\/tuc_0.0.82.js\",\"type_login\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/login\\/login_0.0.37.js\",\"type_mail\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/mail\\/mail_0.0.49.js\",\"type_navrail\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/navrail\\/navrail_0.0.74.js\",\"type_ads\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/sda\\/sda_0.1.50.js\",\"type_adsfallback_js\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/adsfallback\\/adsfallback_0.0.43.js\",\"type_appscontainer\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/appscontainer\\/appscontainer_0.0.36.js\",\"type_topvideos\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/topvideos\\/topvideos_0.0.16.js\",\"type_weather\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/weather\\/weather_0.1.35.js\",\"type_finance\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/finance\\/finance_0.1.136.js\",\"type_flickr\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/flickr\\/flickr_0.0.15.js\",\"type_birthday\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/birthday\\/birthday_0.0.14.js\",\"type_horoscope\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/horoscope\\/horoscope_0.1.51.js\",\"type_windowshade\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/windowshade\\/windowshade_0.0.18.js\",\"type_todaycontainer\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/todaycontainer\\/todaycontainer_0.0.20.js\",\"type_fptoday_hover\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fptoday\\/fptoday_hover_1.5.50.js\",\"type_offlead_js\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/offlead\\/offlead_0.0.31.js\",\"storage_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/storage_service_0.0.2.js\",\"type_fstream\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/fstream\\/fstream_0.0.118.js\",\"type_stream\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/stream\\/stream_0.0.524.js\",\"interests_service\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/uiplugins\\/interests_service_0.1.2.js\",\"stream_action_drawer\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/stream\\/stream_action_drawer_0.0.47.js\",\"type_masthead\":\"https:\\/\\/s.yimg.com\\/nn\\/lib\\/metro\\/g\\/masthead\\/masthead_0.2.303.js\"}}};\n    });\n}()\n);\n</script>\n<!-- bottom --><script type=\"text/javascript\">\n        YUI.namespace('Env.Af.settings').comet = {\n            subscribeTimeout : 5000,\n            subscribeMaxTries : 1,\n            trackInitComet : 1,\n            privateCometHost: \"https://pr.comet.yahoo.com/comet\",\n            publicCometHost: \"https://comet.yahoo.com/comet\",\n            shutdown: 0,\n            trackShutdown: 0\n        };\n\n        YUI.Env.Af.settings.beacon = {\n            sampleSize : 500,\n            pathPrefix: \"/_td_api/beacon\"\n        };\n\n        YUI.Env.Af.settings.pipe = {\n            msg_throttle: 2000\n        };\n\n        YUI.Env.Af.settings.context = {\n            rid: 'AA3RU0VDfbwF0gAAzKxDRA..',\n            bucket: \"903\"\n        };\n//(function(){\n        YUI.add(\"metro_config\", function(Y){\n            // until dali defaults this\n\n            Y.mix(Y.dali.config.props, {\n                \"intl\": \"uk\",\n                \"lang\": \"en-GB\",\n                \"libRoot\": \"\",\n                \"requestUrl\": \"/hjs\",\n                \"requestUrlLite\": \"/hjsal\",\n                \"jsErrorUrl\": \"/hjserror\",\n                \"comboRoot\": \"https:\\/\\/s.yimg.com\\/zz\\/combo?\",\n                \"user\" : \"\",\n                \"userLocation\": {\"woeid\":44418,\"zip\":\"\",\"city\":\"London\",\"state\":\"England\",\"country\":\"United Kingdom\",\"countryCode\":\"GB\",\"cc\":\"GB\",\"lat\":51.507701873779,\"lon\":-0.12796999514103,\"locId\":\"id_current\",\"sc\":\"\",\"addr\":\"London, England, United Kingdom\",\"dmaWoeid\":false,\"dmaName\":\"\"},\n                \"userRecognized\": 0,\n                \"ultSpaceId\" : \"2023392312\",\n                \"ultBeaconHost\" : \"\\/p.gif\",\n                \"ultBeaconTimeout\" : 0,\n                \"ylp\": \"\",\n                \"modChromeHtml\" : \"<div id=\\\"{view_name}-{type_name}\\\" class=\\\"mod view_{view_name}\\\">  <div id=\\\"{view_name}-{type_name}-bd\\\" class=\\\"bd  _{view_name}\\\">{html}    <\\/div>\\n<\\/div>\",\n                \"modErrorHtml\" : \"<div class=\\\"oops-msg\\\" role=\\\"alertdialog\\\">\\n                <span class='icon' style='background-image:url({img});_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=\\\"{img}\\\"); _background-image:none;'><\\/span><span class='shadow'><\\/span>\\n                <h3 class=\\\"oops\\\">\\\"{name}\\\" encountered a problem while trying to load<\\/h3>\\n                <p class=\\\"oops\\\">{message}<\\/p>\\n                                <p class=\\\"oops oops-link\\\">Or visit <a href=\\\"{url}\\\">{url}<\\/a><\\/p>\\n            <\\/div>\",\n                \"crumbErrorHtml\" : \"<div class=\\\"oops-msg\\\" role=\\\"alertdialog\\\">\\n                <span class=\\\"icon icon-error y-glbl-universal\\\"><\\/span>\\n                <h3 class=\\\"oops\\\">The module encountered a problem while trying to load<\\/h3>\\n                <p class=\\\"oops\\\">2048<\\/p>\\n                \\n            <\\/div>\",\n                \"cookieErrorHtml\" : \"<div class=\\\"oops-msg\\\" role=\\\"alertdialog\\\">\\n                <span class=\\\"icon icon-error y-glbl-universal\\\"><\\/span>\\n                <h3 class=\\\"oops\\\">The module encountered a problem while trying to load<\\/h3>\\n                <p class=\\\"oops\\\">16384<\\/p>\\n                \\n            <\\/div>\",\n                \"cookieDomain\" :  \"uk.yahoo.com\",\n                \"proxyTimeout\" : 15000,\n                \"errorDetails\": 0,\n                \"sdaRequestUrl\": \"/sda2\",\n                \"sdaRefreshEnabled\": 0,\n                \"sdaRefreshTimeout\": 15000,\n                \"flash.min.versions\": \"9.0.260,10.0.42\",\n                \"flash.upgrade.url\": \"http://get.adobe.com/flashplayer/\",\n                \"ui.tabchange\": \"\",\n                \"ui.carousel.animate\": \"1\",\n                \"ui.locdrop.yqlhost\": \"locdrop.query.yahoo.com\",\n                \"ui.locdrop.timeout\": \"5000\",\n                \"locDetectWriteEnabled\": \"0\",\n                \"ywa.rapid.enabled\": 1, \n                \"ywa.rapid.sampling.enabled\": 0,\n                \"ywa.rapid.sampling.range\": 1000,\n                \"ywa.rapid.space.id\": 2023392312,\n                \"ywa.rapid.project.id\": 10001806365479,\n                \"ywa.rapid.enabled.modules\": {},\n                \"ywa.rapid.bucket.id\": 903,\n                \"ywa.rapid.host\": \"y.analytics.yahoo.com\",\n                \"ywa.rapid.richview.enabled\": 0,\n                \"ywa.rapid.worker.path\": \"/lib/metro/g/uicontrib/rapid_worker_1.1.2.js\",\n                \"ywa.rapid.ult.enabled\": 1,\n                \"ywa.rapid.yql.host\": \"\",\n                \"rapid.init.beacon\": 0,\n                \"rapid.right.click\": 0,\n                \"ywa.pageview.on.init\": 0,\n                \"rapid.add.pageview\": 1,\n                \"rapid.clientonly\": 0,\n                \"cscLogEnabled\": 0,\n                \"cscLogCSCHost\": \"row.bc.yahoo.com\",\n                \"requestId\": \"AA3RU0VDfbwF0gAAzKxDRA..\",\n                \"cometdUrl\": \"\",\n                \"passthru\": \"\",\n                \"sticky.rails.enabled\": \"0\",\n                \"pgmode\": \"\",\n                \"yep.overlay.enabled\": \"1\",\n                \"yql.host\": \"media.query.yahoo.com\",\n                \"yql.store\": \"store://MYyImKujO2xYkM4BamQHsE\",\n                \"yql.path\": \"/v1/console/yql\",\n                \"yql.public.path\": \"/v1/public/yql\",\n                \"yql.env\": \"prod\",\n                \"yql.crumb\": \"\",\n                \"credstore.spid\": \"b9ed13cc-ddec-11de-9c83-001b784d35e1\",\n                \"device.type\": \"desktop\",\n                \"login.fb.url\": \"https://login.yahoo.com/config/login?.src=fpctx&.intl=uk&.done=https%3A%2F%2Fuk.yahoo.com%2F\",\n                \"fbauthstate\": 0,\n                \"err404\": \"0\",\n                \"errurl\": \"0\",\n                \"hps\": 0,\n                \"tsrc\": \"\",\n                \"filters.bar.enable\": 1,\n                \"inline.video.enabled\": 1,\n                \"yep.markup\": \"<div class=\\\"yep-service\\\">\\n    <div class=\\\"video-container voh-parent\\\">\\n        <div class=\\\"video-buttons\\\">\\n            <button class=\\\"yep-icon close-video side-button voh\\\" title=\\\"Close Video\\\">\\n                <i class=\\\"img-sprite yep-close\\\"><\\/i>\\n                Close Video\\n            <\\/button>\\n            <button class=\\\"yep-icon view-original side-button voh\\\" title=\\\"View Original\\\">\\n                <i class=\\\"img-sprite yep-view-original\\\"><\\/i>\\n                View Original\\n            <\\/button>\\n        <\\/div>\\n        <div class=\\\"yep-video-player\\\"><\\/div>\\n    <\\/div>\\n    <div class=\\\"yep-startscreen hidden\\\">\\n        <div class=\\\"yep-center\\\">\\n            <i class=\\\"play\\\"><\\/i>\\n            <p class=\\\"fz-m\\\">Play video<\\/p>\\n        <\\/div>\\n    <\\/div>\\n<\\/div>\",\n                \"yep.player\": \"https:\\/\\/s.yimg.com\\/rx\\/builds\\/4.31.0.1402776928\\/en-us\\/videoplayer-min.js\",\n                \"inline.video.ads.enabled\": 0,\n                \"inline.video.ads.rotation.type\": 0,\n                \"addthis.beacon\": \"\",\n                \"default.server.url\" : \"https://uk.yahoo.com/\",\n                \"today.offscreen.autoplay.disabled\": 0,\n                \"today.offscreen.amount\": 395,\n                \"loc.cookie.persistent\": 0,\n                \"moneyball.offscreen.autoplay.disabled\": 0,\n                \"moneyball.offscreen.amount\": 450,\n                \"custom.beacon.endpoint\": \"\"\n\n        });\n\n            // hack since FP requires a containing FP module\n            Y.dali.config.mods =[{\n                props: {\n                    \"trusted\": true,\n                    \"id\": \"fp\",\n                    \"type\": \"fp\",\n                    \"ns\": \"type_fp\"\n                },\n                strs: {\n                    // need to translate\n                    \"STR.MODULE.ERROR_FALLBACK_TEXT\": \"Content is currently unavailable. We're working on it, so please check back soon.\"\n                    },\n                state: {\n                    view: \"default\"\n                },\n                mods : Y.dali.config.mods,\n                data: {\n                    deferredRes: [],\n                    deferredResDelay: \"500\",\n                    forceIpLocation: 0,\n                    ilc: \"\",\n                    ipv6: \"0\",\n                    fixedMastheadEnabled: 1,\n                    locDetectEnabled: \"0\",\n                    locDenialAlertInterval: 0,\n                    locDenialAlertMessage: \"\",\n                    lastDetectedLocExp: 0,\n                    locdropCrumb: \"\",\n                    isRecognizedState: 0,\n                    inlineLightboxEnabled : 0,\n                    searchScrollHide : 1,\n                    searchAutoHide : 1,\n                    searchBackToTopEnabled : 0,\n                    searchAssistTabletEnabled: 0,\n                    searchGreyiconEnabled: 1,\n                    searchHiddeniconEnabled: 0,\n                    positionSearchBarTopOnFocusEnabled:0,\n                    iosDefaultSearchSetEnabled: 0,\n                    iosDefaultSearchSetFreq: 30\n        }\n            }];\n        });    var Y = YUI({ bootstrap: true, root: 'yui:' + YUI.version + '/', comboBase: 'https://s.yimg.com/zz/combo?', combine: true, useBrowserConsole: false }).use(\"*\");\n    Y.dali.config.debug=false;\n    Y.config.cacheUse = false;\n    setTimeout(function () {\n        Y.Get.script(YUI.presentation.lazyScriptList, { onSuccess: function(){\n            Y.use(\"*\");\n            Y.ModulePlatform.init(Y.dali.config, true);\n\n        }});\n    }, 20);\n//})();\n</script>\n        <!-- Begin comScore Tag -->\n        <script type=\"text/javascript\">\n        var _comscore = _comscore || [];        _comscore.push({\n            c1: \"2\",\n            c2: \"7241469\",\n            c4: \"https%3A%2F%2Fuk.yahoo.com\",\n            c5: \"2023392312\"\n        });        (function() {\n            var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0];\n            s.async = true;\n            s.src = \"https://s.yimg.com/lq/lib/3pm/cs_0.2.js\";\n            el.parentNode.insertBefore(s, el);\n        })();\n        </script>\n        <noscript>\n            <img src=\"https://sb.scorecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Fuk.yahoo.com&c5=2023392312&cv=2.0&cj=1\" />\n        </noscript>\n        <!-- End comScore Tag --></body>\n</html>\n\n\n<!-- dnr= -->\n<!-- bid=903 -->\n<!-- sid=2023392312 -->\n<!-- via=https/1.1 ir9.fp.ir2.yahoo.com[BC7D5093] (YahooTrafficServer) -->\n<!-- myproperty:myservice-uk:0:Success -->\n<!-- hw18.fp.ir2.yahoo.com uncompressed/chunked Thu Jul 24 13:41:20 UTC 2014 -->\n"
  },
  {
    "path": "tests/data/html/youbeauty.com1.html",
    "content": "<!DOCTYPE html>\n<html lang='en'>\n<head><script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script>\n<script>\n  //<![CDATA[\n    var googletag = googletag || {};\n    googletag.cmd = googletag.cmd || [];\n    (function() {\n     var gads = document.createElement(\"script\");\n     gads.async = true;\n     gads.type = \"text/javascript\";\n     var useSSL = \"https:\" == document.location.protocol;\n     gads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\n     var node =document.getElementsByTagName(\"script\")[0];\n     node.parentNode.insertBefore(gads, node);\n    })();\n  //]]>\n</script>\n<title>5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them | YouBeauty</title>\n\n<meta content='summary_large_image' name='twitter:card'>\n<meta content='@youbeauty' name='twitter:site'>\n<meta content='@youbeauty' name='twitter:creator'>\n<meta content='YouBeauty' name='twitter:domain'>\n<meta content='Youbeauty.com - 5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them' name='twitter:title'>\n<meta content='Ever wish you could carry Drake around with you?' name='twitter:description'>\n<meta content='http://assets8.youbeauty.com/img/35167/0/drake_800.jpg' name='twitter:image'>\n<meta content='Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.' name='description'>\n<meta content='Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.' name='twitter:description'>\n<meta content='Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.' property='og:description'>\n<meta content='5 Pop Culture Nail Decals & The Totally Appropriate Places to Wear Them | YouBeauty' property='og:title'>\n<meta content='nail decals, pop culture nail decals, drake, saved by the bell, nail art' name='keywords'>\n<meta content='article' property='og:type'>\n<meta content='http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art' property='og:url'>\n<meta content='http://assets8.youbeauty.com/img/35167/0/drake_800.jpg' property='og:image'>\n<link href='http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art' rel='canonical'>\n\n<meta content='565441353' property='fb:admins'>\n<meta content='804529' property='fb:admins'>\n<meta content='409629' property='fb:admins'>\n<meta content='501766512' property='fb:admins'>\n<meta content='2210536' property='fb:admins'>\n<meta content='9804625' property='fb:admins'>\n<meta content='YouBeauty' property='og:site_name'>\n<meta content='222325961135241' property='fb:app_id'>\n<meta content='https://www.facebook.com/youbeautysite' property='article:publisher'>\n<meta content='2014-12-17T07:07:23-08:00' property='article:published_time'>\n<meta content='2014-12-17T07:57:36-08:00' property='article:modified_time'>\n<meta content='Skin' property='article:section'>\n<meta content='Mean Girls, Nail Decals, Nail Polish, Nails, Skin, Nail Art' property='article:tag'>\n<meta content='http://www.youbeauty.com/authors/leah-prinzivalli' property='article:author'>\n<meta content='5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them' name='sailthru.title'>\n<meta content='http://assets8.youbeauty.com/img/35165/300/drake_600b.jpg' name='sailthru.image.full'>\n<meta content='http://assets8.youbeauty.com/img/35165/50/drake_600b.jpg' name='sailthru.image.thumb'>\n\n<script>\n  //<![CDATA[\n    var _sf_startpt=(new Date()).getTime();\n  //]]>\n</script>\n<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>\n<link href=\"http://assets4.youbeauty.com/assets/vendor-c65c932788e0d292dafaf2d8476ce85c.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets6.youbeauty.com/assets/application1-0319fa6647ba844068e2d412d4da8456.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets0.youbeauty.com/assets/application2-6e9e1fd641d8598c5cd4b5fe0968067c.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets1.youbeauty.com/assets/application3-304090669534ef07a3669b211a619ccd.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets1.youbeauty.com/assets/application4-6384226488760b985d088d4ef89f1149.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets3.youbeauty.com/assets/application5-19c0f2cd7db3d75c391007e59b88216d.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href='/assets/yb_new_favicon.png' rel='icon' type='image/png'>\n<!--[if lt IE 8]>\n<link href=\"http://assets2.youbeauty.com/assets/ie-58742aa501869db6ee4b05be6ef47658.css\" media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" />\n<![endif]-->\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://www.google.com/jsapi\" type=\"text/javascript\"></script>\n<script src=\"http://assets3.youbeauty.com/assets/application_list-bd3fd27906f58a6ed6a7cc96739d399c.js\" type=\"text/javascript\"></script>\n<script src=\"http://ak.sail-horizon.com/horizon/v1.js\" type=\"text/javascript\"></script>\n<script src=\"http://assets4.youbeauty.com/assets/articles-b6076c493a7560592994213c7f70b360.js\" type=\"text/javascript\"></script>\n<script>\n  //<![CDATA[\n    $(window).load(function () {\n      $(\".comments a, .comments_link a\").click(function(event){\n        event.preventDefault();\n        var pos = $(\"#new_comment_div\").position();\n        $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n      });\n    });\n  //]]>\n</script>\n\n<script language='JavaScript' type='text/javascript'>\nadVariables = {\"s1\":\"skin\",\"s2\":\"\",\"ctype\":\"article\",\"kw\":\"\",\"pid\":\"skin-our-favorite-pop-culture-nail-art\",\"pos\":\"\",\"test\":\"\"};\n</script>\n<script>\n  //<![CDATA[\n    poll_constant = '<div data-poll-marker=\"true\"></div>';\n    seo_module_constant = '<div data-seo-module-marker=\"true\"></div>';\n    beauty_sage_module_constant = '<div data-beauty-sage-module-marker=\"true\"></div><p>&nbsp;</p>';\n    sponsor_ad_constant = '<div data-sponsor-ad-marker=\"true\"></div>';\n    gallery_constant = '<div data-gallery-marker=\"true\"></div><p>&nbsp;</p>';\n    google.load(\"swfobject\", \"2.2\");\n  //]]>\n</script>\n\n<link href=\"/feeds\" rel=\"alternate\" title=\"ATOM\" type=\"application/atom+xml\" />\n<meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" name=\"csrf-token\" />\n<script>\n  //<![CDATA[\n    rails_test_env = false;\n  //]]>\n</script>\n<script type=\"text/javascript\">\n  quantSegs=\"\";\n  function qc_results(result) {\n    for (var i = 0; i < result.segments.length; i++) {\n      quantSegs += result.segments[i].id + \",\";\n    }\n  } \n</script>\n<script type=\"text/javascript\" src=\"//pixel.quantserve.com/api/segments.json?a=p-1dJm7E5_Jw_PE&callback=qc_results\"></script>\n<script src='http://a.postrelease.com/serve/load.js?async=true' type='text/javascript'></script>\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\n  var _qevents = _qevents || [];\n\n  (function() {\n  var elem = document.createElement('script');\n  elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n  elem.async = true;\n  elem.type = \"text/javascript\";\n  var scpt = document.getElementsByTagName('script')[0];\n  scpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\n  qacct:\"p-1dJm7E5_Jw_PE\"\n});\n</script>\n\n<noscript>\n  <div style=\"display:none;\">\n  <img src=\"//pixel.quantserve.com/pixel/p-1dJm7E5_Jw_PE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"12934513\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async\n= true;\n    s.src = (document.location.protocol == \"https:\"\n? \"https://sb\" : \"http://b\") +\n\".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?\nc1=2&c2=10021587&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<script>\n            if (typeof(Krux) == 'undefined') {Krux=1;}\n            var src = '';\n            if (Krux.dartKeyValues) { src = src + window.Krux.dartKeyValues; }\n            if (typeof(slots) == 'undefined') {slots = [];}\n            var networkCode = 18398528;\n            var topLevelAdUnit = 'youbeauty';\n            var s1 = 'skin';\n            var s2 = '';\n            var pid = 'skin-our-favorite-pop-culture-nail-art';\n            var ctype = 'article';\n            var ksg = Krux.segments;\n            var kuid = Krux.user;\n\n            var slotName = '/' + networkCode + '/' + topLevelAdUnit;\n            googletag.cmd.push(function() {var ad = googletag.defineSlot(slotName, [[728,90],[980,250]], 'ad').addService(googletag.pubads())\n              .setTargeting('pos', 'top').setCollapseEmptyDiv(true,true);slots.push(ad);var sidebar_ad_300x250 = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250').addService(googletag.pubads())\n              .setTargeting('pos', 'top').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250);var sidebar_ad_300x250_bottom = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250_bottom').addService(googletag.pubads())\n              .setTargeting('pos', 'btm').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250_bottom);var sidebar_ad_300x250_middle = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250_middle').addService(googletag.pubads())\n              .setTargeting('pos', 'mid').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250_middle);var wallpaper_ad = googletag.defineSlot(slotName, [6,6], 'wallpaper_ad').addService(googletag.pubads())\n              .setTargeting('pos', 'wallpaper');slots.push(wallpaper_ad);var nav_sponsor = googletag.defineSlot(slotName, [980,60], 'nav_sponsor').addService(googletag.pubads())\n              .setTargeting('pos', 'nav').setCollapseEmptyDiv(true,true);var bottom_leaderboard_ad = googletag.defineSlot(slotName, [[728,90],[980,250]], 'bottom_leaderboard_ad').addService(googletag.pubads())\n              .setTargeting('pos', 'btm');slots.push(bottom_leaderboard_ad);googletag.pubads().setTargeting(\"s1\",s1);\n                   googletag.pubads().setTargeting(\"s2\",s2);\n                   googletag.pubads().setTargeting(\"pid\",pid);\n                   googletag.pubads().setTargeting(\"ctype\",ctype);\n                   googletag.pubads().setTargeting(\"tags\",[]);\n                   googletag.pubads().setTargeting(\"ksg\",ksg);\n                   googletag.pubads().setTargeting(\"kuid\",kuid);\n                   googletag.pubads().setTargeting(\"qcsegs\",quantSegs);\n                   googletag.pubads().setTargeting(\"test\",\"\");\n                   googletag.pubads().setTargeting(\"uid\", \"\");\n                   googletag.pubads().setTargeting(\"byr\", \"\");\n                   googletag.pubads().enableSingleRequest();\n                   googletag.enableServices();\n                  });\n                </script>\n\n<script>\n  //<![CDATA[\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n    \n    ga('create', 'UA-19491796-1', 'auto');  // Replace with your property ID.\n    ga('require', 'displayfeatures');\n  //]]>\n</script>\n\n<script>\n  //<![CDATA[\n    ga('set', 'Author', 'Leah Prinzivalli');\n  //]]>\n</script>\n\n<script>\n  //<![CDATA[\n    ga('send', 'pageview');\n  //]]>\n</script>\n<script>\n  //<![CDATA[\n    var trackOutboundLink = function(url) {\n       ga('send', 'event', 'outbound', 'click', url, {'hitCallback':\n         function () {\n         document.location = url;\n         }\n       });\n    }\n    $(document).ready(function() {\n      $(\"a\").live(\"click\", function(event) {\n          var href = $(this).attr(\"href\");\n          if (isOutboundHref(href)) {\n              trackOutboundLink(href);\n              var linkTarget = $(this).attr('target');\n              if (linkTarget != \"_blank\" && linkTarget != \"_BLANK\") { //link is opening in same page\n                setTimeout('document.location = \"' + href + '\"', 100);\n                return false;\n              }\n          }\n      });\n    });\n  //]]>\n</script>\n\n\n<div class='newsletter_overlay'>\n<div id='popups'>\n<div class='close'>\n<div class='icon-cancel'></div>\n</div>\n<div id='newsletter_container'>\n<img alt=\"Interstitial_nl_bath_body\" src=\"http://assets8.youbeauty.com/img/31896//interstitial_nl_bath_body.jpg\" />\n<div class='follow_buttons'>\n<h4>Follow Us</h4>\n<a class='follow_buttons_facebook' href='#' onclick=\"ga('send', 'event', 'Newsletter Pop Up', 'facebook follow');window.open('http://www.facebook.com/youbeautysite','_blank');\">\n<span class='icon-facebook-2'></span>\nFacebook\n</a>\n<a class='follow_buttons_pinterest' href='#' onclick=\"ga('send', 'event', 'Newsletter Pop Up', 'pinterest follow');window.open('http://www.pinterest.com/youbeautysite','_blank');\">\n<span class='icon-pinterest'></span>\nPinterest\n</a>\n</div>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-remote=\"true\" data-validate=\"parsley\" id=\"newsletter_popup_form\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#popups\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"#popups_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input class=\"newsletter_submit blue cancel\" name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"Sign me up!\" />\n</ol></fieldset></form>\n<div class='newsletter_thank_you'>\n<p class='thank_you_headline'>\nWe're email friends!\n</p>\n<p class='follow_text'>\nIf you'd like deeper access (taking quizzes, leaving comments) please\n<a href='/sign_up'>\nregister here.\n</a>\n</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<script>\n  //<![CDATA[\n    \n    drawPopupBox();\n    \n    $(document).ready(function () {\n    \n      var on = 1;\n      var signedIn = false\n      var seenPopup = hasSeenPopup();\n      var closedPopup = false;\n    \n      if (on === 1 && !signedIn && !seenPopup) {\n    \n        setTimeout(showOverlay, 20000);\n        document.getElementById('popups').style.left = window.innerWidth * .5 - 305 + \"px\";\n    \n        $('form input[type=submit].newsletter_submit').click(formValidation);\n        \n        $('#newsletter_popup_form').live('ajax:beforeSend', function(e) {\n        }).live('ajax:success', function() {\n        }).live('ajax:error', function (evt, xhr, status, error) {\n        });\n      }\n    \n      $(window).on('orientationchange', function(e) {\n        if (on === 1 && !signedIn && !seenPopup && !closedPopup) {\n          $('body').removeClass('noscroll');\n          hideOverlay();\n          resizeOverlay();\n    \n          $('body').addClass('noscroll');\n          drawPopupBox();\n        }\n      });\n    \n      $('.close').click(function() {\n        closedPopup = true;\n        $('body > .newsletter_overlay').remove();\n        $('body').removeClass('noscroll');\n      });\n    });\n    \n    function showOverlay() {\n    \n      $('.newsletter_overlay').addClass(\"cover_all_overlay\");\n      sizeOverlay();\n    \n      $('body').addClass('noscroll');\n    }\n    \n    function hideOverlay() {\n      $('.cover_all_overlay').css({'height': 0, 'width': 0});\n    }\n    \n    function sizeOverlay() {\n      var body = document.body,\n      html = document.documentElement,\n      height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight );\n      width = window.innerWidth;\n    \n      $('.cover_all_overlay').css({'height': height, 'width': width});\n    }\n    \n    function resizeOverlay() {\n      var body = document.body,\n      html = document.documentElement,\n      height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight );\n      width = window.innerWidth;\n    \n      $('.cover_all_overlay').css({'height': height, 'width': width});\n      \n    }\n    \n    function drawPopupBox() {\n      document.getElementById('popups').style.top = window.innerHeight * .5 - 234 + \"px\";\n      document.getElementById('popups').style.left = window.innerWidth * .5 - 305 + \"px\";\n    }\n    \n    function formValidation(event) {\n        event.preventDefault();\n    \n        if (!isValidsign_up_emailAddress($(\"#newsletter_subscription_email\").val())) {\n          $(\"#newsletter_subscription_email\").addClass('newsletter_error');\n          $(\"#newsletter_subscription_email\").val('');\n          $(\"#newsletter_subscription_email\").attr(\"placeholder\", \"Please enter a valid email address\")\n        }\n        else {\n          $('#newsletter_popup_form').submit();\n          $('#newsletter_container form.newsletter_subscription > fieldset').remove();\n          $('.newsletter_thank_you').css('display','block');\n        }\n    }\n    \n    function setHourNewsletterCookie(cookieName) {\n        var now = new Date();\n        var time = now.getTime();\n        time += 3600 * 1000;\n        now.setTime(time);\n        document.cookie = cookieName + \"=1; expires=\" + now.toUTCString();\n    }\n    \n    function hasSeenPopup() {\n      var cookieName = 'bt_newsletter';\n    \n      // check for existence of cookie. If exists:\n      if (document.cookie.length > 0 && document.cookie.indexOf(cookieName + '=') != -1) {\n        return true;\n      }\n      else {\n        // set cookie, have it time out in 1 hour\n        setHourNewsletterCookie(cookieName);\n        return false;\n      }\n    }\n  //]]>\n</script>\n\n\n\n</head>\n<body class='articles show'>\n<script>\n!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];\nif(!d.getElementById(id)){js=d.createElement(s);\njs.id=id;js.src=\"//platform.twitter.com/widgets.js\";\nfjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n(function() {\nvar po = document.createElement('script'); po.type = 'text/javascript'; po.async = false;\npo.src = 'https://apis.google.com/js/platform.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n})();\n(function(d, s, id) {\nvar js, fjs = d.getElementsByTagName(s)[0];\nif (d.getElementById(id)) return;\njs = d.createElement(s); js.id = id;\njs.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0\";\nfjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));\n</script>\n<!-- Google Tag Manager -->\n<noscript>\n<iframe height='0' src='//www.googletagmanager.com/ns.html?id=GTM-NQ5QP2' style='display:none;visibility:hidden' width='0'></iframe>\n</noscript>\n<script>\n  //<![CDATA[\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n        '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n        })(window,document,'script','dataLayer','GTM-NQ5QP2');\n  //]]>\n</script>\n<!-- End Google Tag Manager -->\n<div id='out_of_page_ads'></div>\n<div id='clickable_wallpaper'></div>\n<div class='top_header'>\n<div class='top_nav'>\n<div class='nav_info'>\n<div class='logo'>\n<a href=\"/\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Header&#x27;, &#x27;Middle Top Nav&#x27;, &#x27;Logo&#x27;);\"><img alt=\"Yb_new_logo\" src=\"http://assets3.youbeauty.com/assets/yb_new_logo-088a06d7a7d5116d42b54b300c1bba01.jpg\" /></a>\n</div>\n\n<div class='left_group'>\n<ul class='channel_names' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Quizzes Hover');\">\n<li class='quiz' data-channel='quiz'>\n<a href=\"#\">Quizzes</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li class='featured'>\n<a href=\"/quizzes/sexual-satisfaction/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Sexual Satisfaction Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Sexual Satisfaction 640\" src=\"http://assets8.youbeauty.com/img/25632/218/sexual_satisfaction_218.jpg\" />\n</div>\n<div class='text'>\n<h4>\nHow's Your Sex Life? \n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n</div>\n<div class='read_more'>Take Quiz</div>\n</li>\n<li class='quiz_links'>\n<a href=\"/quizzes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav See All Quizzes Link Click&#x27;);\"></a>\n<div class='icon quiz'></div>\n<div class='channel'>\nSee All Quizzes\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='quiz_links skin'>\n<a href=\"/quizzes#1\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Skin Link Click&#x27;);\"></a>\n<div class='icon skin'></div>\n<div class='channel'>\nSkin\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='makeup quiz_links'>\n<a href=\"/quizzes#2\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Makeup Link Click&#x27;);\"></a>\n<div class='icon makeup'></div>\n<div class='channel'>\nMakeup\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='hair quiz_links'>\n<a href=\"/quizzes#3\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Hair Link Click&#x27;);\"></a>\n<div class='hair icon'></div>\n<div class='channel'>\nHair\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='body-fitness quiz_links'>\n<a href=\"/quizzes#4\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Body + Fitness Link Click&#x27;);\"></a>\n<div class='body-fitness icon'></div>\n<div class='channel'>\nBody + Fitness\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='nutrition quiz_links'>\n<a href=\"/quizzes#5\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Nutrition Link Click&#x27;);\"></a>\n<div class='icon nutrition'></div>\n<div class='channel'>\nNutrition\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='health quiz_links'>\n<a href=\"/quizzes#6\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Health Link Click&#x27;);\"></a>\n<div class='health icon'></div>\n<div class='channel'>\nHealth\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='psychology quiz_links'>\n<a href=\"/quizzes#7\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Psychology Link Click&#x27;);\"></a>\n<div class='icon psychology'></div>\n<div class='channel'>\nPsychology\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='quiz_links relationships'>\n<a href=\"/quizzes#8\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Relationships Link Click&#x27;);\"></a>\n<div class='icon relationships'></div>\n<div class='channel'>\nRelationships\n<span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket beauty' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Beauty Hover');\">\n<a href=\"#\">Beauty</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='hair link'>\n<a href=\"/hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Channel Link Click&#x27;);\"></a>\n<div class='hair icon'></div>\n<div class='channel'>\nHair <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link makeup'>\n<a href=\"/face\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Makeup Channel Link Click&#x27;);\"></a>\n<div class='icon makeup'></div>\n<div class='channel'>\nMakeup <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link skin'>\n<a href=\"/skin\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Skin Channel Link Click&#x27;);\"></a>\n<div class='icon skin'></div>\n<div class='channel'>\nSkin <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link nails'>\n<a href=\"/topics/nails\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Nails Tag Link Click&#x27;);\"></a>\n<div class='icon-tag nails'></div>\n<div class='channel'>\nNails <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link style'>\n<a href=\"/topics/style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" src=\"http://assets8.youbeauty.com/img/35851/218/hair_2014_218.jpg\" />\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/skin/diy-holiday-nail-art\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Holiday Nail Art Ch\" src=\"http://assets8.youbeauty.com/img/21451/218/holiday_nail_art_218.jpg\" />\n<h4><a href=\"/skin/diy-holiday-nail-art\">Try This Super-Easy Holiday Nail Art </a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Skin Resolutions A\" src=\"http://assets8.youbeauty.com/img/35936/218/skin_resolutions_sm.jpg\" />\n<h4><a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\">5 Easy Skin Resolutions You Need to Make Right Now</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/face-flip\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Face Flip Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Face Flip 640\" src=\"http://assets8.youbeauty.com/img/25667/218/face_flip_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/face-flip\">Face Flip Quiz</a></h4>\n<p>\nUpload your photo and we'll flip your face to show left and right symmetry. \n<span class='time'>\n5 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket wellness' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Wellness Hover');\">\n<a href=\"#\">Wellness</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='body-fitness link'>\n<a href=\"/body-fitness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Body + Fitness Channel Link Click&#x27;);\"></a>\n<div class='body-fitness icon'></div>\n<div class='channel'>\nBody + Fitness <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link nutrition'>\n<a href=\"/nutrition\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Nutrition Channel Link Click&#x27;);\"></a>\n<div class='icon nutrition'></div>\n<div class='channel'>\nNutrition <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link recipes'>\n<a href=\"/topics/recipes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Recipes Tag Link Click&#x27;);\"></a>\n<div class='icon-tag recipes'></div>\n<div class='channel'>\nRecipes <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='health link'>\n<a href=\"/health\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Health Channel Link Click&#x27;);\"></a>\n<div class='health icon'></div>\n<div class='channel'>\nHealth <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link psychology'>\n<a href=\"/mind\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Psychology Channel Link Click&#x27;);\"></a>\n<div class='icon psychology'></div>\n<div class='channel'>\nPsychology <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/mind/not-having-new-years-resolutions\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"New Years Resolution Nothing A\" src=\"http://assets8.youbeauty.com/img/35860/218/new_years_resolution_nothing_sm.jpg\" />\n<h4><a href=\"/mind/not-having-new-years-resolutions\">New Year's Resolution: Not Having Any Resolutions</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/nutrition/holiday-cookies\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"H Article\" src=\"http://assets8.youbeauty.com/img/35586/218/holiday_cookies_218.jpg\" />\n<h4><a href=\"/nutrition/holiday-cookies\">3 Tasty Holiday Cookie Recipe Makeovers</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/nutrition/wine-ice-cream\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Icecream 600\" src=\"http://assets8.youbeauty.com/img/35924/218/icecream_200.jpg\" />\n<h4><a href=\"/nutrition/wine-ice-cream\">The Snack of Tomorrow is Wine Ice Cream</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/self-esteem/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Self-Esteem Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Self Esteem 640\" src=\"http://assets8.youbeauty.com/img/25694/218/self_esteem_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/self-esteem/start\">Self-Esteem Quiz</a></h4>\n<p>\nHigh self-esteem makes you feel (and therefore look) beautiful. How does yours rate? \n<span class='time'>\n2 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket life' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Life Hover');\">\n<a href=\"#\">Life</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='link style'>\n<a href=\"/topics/style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Life Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link relationships'>\n<a href=\"/relationships\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Relationships Channel Link Click&#x27;);\"></a>\n<div class='icon relationships'></div>\n<div class='channel'>\nRelationships <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link sex'>\n<a href=\"/topics/sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sex Tag Link Click&#x27;);\"></a>\n<div class='icon-tag sex'></div>\n<div class='channel'>\nSex <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='finances link'>\n<a href=\"/topics/finances\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Finances Tag Link Click&#x27;);\"></a>\n<div class='finances icon-tag'></div>\n<div class='channel'>\nFinances <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link work'>\n<a href=\"/topics/work\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Work Tag Link Click&#x27;);\"></a>\n<div class='icon-tag work'></div>\n<div class='channel'>\nCareer <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/relationships/new-years-resolution-fighting-fomo\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"New Years Resolution Fomo A\" src=\"http://assets8.youbeauty.com/img/35789/218/new_years_resolution_sm.jpg\" />\n<h4><a href=\"/relationships/new-years-resolution-fighting-fomo\">New Year's Resolution: Fighting FOMO</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/relationships/this-year-in-sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Sex News\" src=\"http://assets8.youbeauty.com/img/35690/218/sex_news_218.jpg\" />\n<h4><a href=\"/relationships/this-year-in-sex\">The Most Intriguing Sex News of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/mind/columns/a-rockstar-life/so-youre-40-dont-freak-out\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Turning 40 A\" src=\"http://assets8.youbeauty.com/img/31815/218/turning_40_sm.jpg\" />\n<h4><a href=\"/mind/columns/a-rockstar-life/so-youre-40-dont-freak-out\">So, You're 40. Don't Freak Out.</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/close-relationships/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Close Relationships Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Close Relationships 640\" src=\"http://assets8.youbeauty.com/img/25688/218/close_relationships_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/close-relationships/start\">Close Relationships Quiz</a></h4>\n<p>\nFind out how your relationship personality is affecting you and the people you love.\n<span class='time'>\n3 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket celebs' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Celebs Hover');\">\n<a href=\"#\">Celebs</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='celebrity-makeup link'>\n<a href=\"/topics/celebrity-makeup\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Makeup Tag Link Click&#x27;);\"></a>\n<div class='icon-tag makeup'></div>\n<div class='channel'>\nMakeup <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='celebrity-hair link'>\n<a href=\"/topics/celebrity-hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Tag Link Click&#x27;);\"></a>\n<div class='hair icon-tag'></div>\n<div class='channel'>\nHair <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='celebrity-style link'>\n<a href=\"/topics/celebrity-style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/face/galleries/top-10-glamorous-red-carpet-looks-from-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Red Carpet Looks Lar\" src=\"http://assets8.youbeauty.com/img/35768/218/Red_carpet_looks_sm.jpg\" />\n<h4><a href=\"/face/galleries/top-10-glamorous-red-carpet-looks-from-2014\">The Top 10 Most Glamorous Red Carpet Looks of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" src=\"http://assets8.youbeauty.com/img/35851/218/hair_2014_218.jpg\" />\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/relationships/class-on-beyonce-wake-forest\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Beyoonce Class A\" src=\"http://assets8.youbeauty.com/img/35092/218/beyoonce_class_sm.jpg\" />\n<h4><a href=\"/relationships/class-on-beyonce-wake-forest\">You Can Take a Class on Beyoncé at Wake Forest University</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n</ul>\n</div>\n<div class='right_group'>\n<ul class='channel_names'>\n<li class='community' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Community Hover');\">\n<a href=\"#\">Community</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li class='message'>\n<h8>Trending now</h8>\n<div class='question'>\n<a href=\"/youtalk/recipes/how-to-cook-quinoa\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Featured Message Link Click&#x27;);\"></a>\n<div class='box'>\n<div class='arrow-down'></div>\n<h4>&ldquo; <br /> how to cook quinoa <br /> &rdquo;</h4>\n</div>\n<h8>\n<span>Vanessaxa</span>\n / 19 Replies\n</h8>\n</div>\n</li>\n<li class='beauty'>\n<a href=\"/youtalk/beauty\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Board Link Click&#x27;);\">Beauty <span class='icon-right-open'></span></a>\n</li>\n<li class='diet-and-weight-loss'>\n<a href=\"/youtalk/diet-and-weight-loss\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Diet And Weight Loss Board Link Click&#x27;);\">Diet And Weight Loss <span class='icon-right-open'></span></a>\n</li>\n<li class='sex'>\n<a href=\"/youtalk/sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sex Board Link Click&#x27;);\">Sex <span class='icon-right-open'></span></a>\n</li>\n<li class='work-and-careers'>\n<a href=\"/youtalk/work-and-careers\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Work And Careers Board Link Click&#x27;);\">Work And Careers <span class='icon-right-open'></span></a>\n</li>\n<li class='hair'>\n<a href=\"/youtalk/hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Board Link Click&#x27;);\">Hair <span class='icon-right-open'></span></a>\n</li>\n<li class='love-and-relationships'>\n<a href=\"/youtalk/love-and-relationships\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Love And Relationships Board Link Click&#x27;);\">Love And Relationships <span class='icon-right-open'></span></a>\n</li>\n<li class='chit-chat'>\n<a href=\"/youtalk/chit-chat\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Chit Chat Board Link Click&#x27;);\">Chit Chat <span class='icon-right-open'></span></a>\n</li>\n<li class='feedback-and-announcements'>\n<a href=\"/youtalk/feedback-and-announcements\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Feedback And Announcements Board Link Click&#x27;);\">Feedback And Announcements <span class='icon-right-open'></span></a>\n</li>\n<li class='the-dr-oz-show'>\n<a href=\"/youtalk/the-dr-oz-show\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;The Dr. Oz Show Board Link Click&#x27;);\">The Dr. Oz Show <span class='icon-right-open'></span></a>\n</li>\n<li class='health-and-wellness'>\n<a href=\"/youtalk/health-and-wellness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Health And Wellness Board Link Click&#x27;);\">Health And Wellness <span class='icon-right-open'></span></a>\n</li>\n<li class='fitness'>\n<a href=\"/youtalk/fitness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Fitness Board Link Click&#x27;);\">Fitness <span class='icon-right-open'></span></a>\n</li>\n<li class='moms'>\n<a href=\"/youtalk/moms\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Moms Board Link Click&#x27;);\">Moms <span class='icon-right-open'></span></a>\n</li>\n<li class='recipes'>\n<a href=\"/youtalk/recipes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Recipes Board Link Click&#x27;);\">Recipes <span class='icon-right-open'></span></a>\n</li>\n<li class='style-fashion'>\n<a href=\"/youtalk/style-fashion\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style &amp; Fashion Board Link Click&#x27;);\">Style & Fashion <span class='icon-right-open'></span></a>\n</li>\n<li class='teens'>\n<a href=\"/youtalk/teens\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Teens Board Link Click&#x27;);\">Teens <span class='icon-right-open'></span></a>\n</li>\n<li>\n<a href=\"/youtalk\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;All Boards Link Click&#x27;);\">See All Boards <span class='icon-right-open'></span></a>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='social' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Social Hover');\">\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n</li>\n<li class='search'>\n<a href=\"#\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Search Dropdown&#x27;);\"><span class='icon-search-1'></span></a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li>\n<div id='search'>\n<form accept-charset=\"UTF-8\" action=\"/search\" method=\"get\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Submit&#x27;, &#x27;Search Query&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /></div>\n<input id=\"q\" name=\"q\" placeholder=\"search\" type=\"text\" value=\"\" />\n</form>\n\n</div>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n\n</div>\n<div class='container'>\n<div class='tabs_section'>\n<div class='links_wrapper'>\n<div class='left'>\n</div>\n<div class='out sign_in_nav'>\n<a href=\"#\" class=\"signed_out\" data-authenticate=\"true\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sign In / Register Link Click&#x27;);\">Sign In / Register</a>\n</div>\n</div>\n</div>\n\n<div id='top_of_top_leaderboard_ad'></div>\n<div id='top_leaderboard_ad'>\n<div id='ad'>\n<script>\n         googletag.cmd.push(function() {googletag.display('ad');});\n        </script>\n</div>\n</div>\n\n<div id='head'>\n<div class='skin' id='breadcrumbs'><a href=\"/\">Home</a><span class='arrow'></span><a href=\"/learn\">Articles + Experts</a><span class='arrow'></span><a href=\"/skin\">Skin</a><span class='arrow'></span>5 Pop Culture Nail Decals & The Totally Appropriate Places to Wear Them</div>\n<div id='sponsor'></div>\n</div>\n<div id='flash'>\n<p class='notice'></p>\n<p class='alert'></p>\n</div>\n<div id='body'>\n<div id='wallpaper_ad'>\n<script>\n         googletag.cmd.push(function() {googletag.display('wallpaper_ad');});\n        </script>\n</div>\n<div id='column_one'>\n<div id='column_sponsor_header'></div>\n<div class='column_bg'>\n<div class='column_container'>\n<div class='header'>\n\n</div>\n<div class='body'>\n\n<div class='article_body'>\n<div class='heading' style=''>\n<h1 class='headline'>5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them</h1>\n</div>\n<h2 class='subtitle'>Ever wish you could carry Drake around with you?</h2>\n<div class='info_bar'>\n<div class='author'>\n<span>By</span>\n<a href=\"/authors/leah-prinzivalli\" rel=\"author\">Leah Prinzivalli</a>\n</div>\n<div class='published_at'>\n<span>| December 17th, 2014</span>\n</div>\n<div class='comments_count'>\n<p>\n|\n<a href=\"/skin/our-favorite-pop-culture-nail-art#comments\">0 Comments</a>\n</p>\n</div>\n</div>\n<div class='top_pagination'>\n<div class='page_1' data-page='1' style=''>\n<div class='article_pagination'>\n\n</div>\n</div>\n</div>\n<div class='share_bar'>\n<div id='gigya_bop'>\n<div class='share_this'>\n<div class='addthis_share'>\n<div class='share_count'>\n0\n</div>\n<div class='share_text'>\nSHARES\n</div>\n</div>\n<div class='addthis_big_buttons'>\n<a class='at_button facebook' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them - Youbeauty.com&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Facebook', 'resizable,width=640,height=480'); ga('send', 'social', 'facebook', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-facebook-1 icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Facebook'>Share</span>\n</a>\n<a class='at_button pinterest' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/pinterest/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Pinterest', 'resizable,width=640,height=480'); ga('send', 'social', 'pinterest', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-pinterest icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Pinterest'>Pin</span>\n</a>\n<a class='at_button twitter' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them - Youbeauty.com&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Twitter', 'resizable,width=640,height=480'); ga('send', 'social', 'twitter', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-twitter icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Twitter'>Tweet</span>\n</a>\n<a class='at_button email' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/email/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=I saw this on YouBeauty and thought you may want to know.&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Email', 'resizable,width=640,height=480'); ga('send', 'social', 'email', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-mail icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Email'>Email</span>\n</a>\n</div>\n\n</div>\n</div>\n</div>\n<div class='page_body'>\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35158/0/drake_600b.jpg\" alt=\"Drake Nail Art\" title=\"Drake Nail Art\"></td>\r\n</tr></tbody>\n</table><p>The joint elevation of fan culture and nail art has left us with something magical: Drake nail decals. It doesn’t stop there – you can now wear your favorite '90s TV characters and even movie quotes on your <a href=\"http://www.youbeauty.com/topics/nails?c=body-fitness\" target=\"_self\">nails</a> with pride. Although its a personal style game changer, it all costs less than $10.</p>\r\n<p>Here are our top five picks and recommendations of totally appropriate places to wear them. But remember the Internet is a wonderland, so don’t stop until you find your own favorite pop culture moment:</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">Jane's Tiny Things/Forever 21</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35154/0/savedbythebell_600.jpg\" alt=\"Saved by the Bell\" title=\"Saved by the Bell\"></td>\r\n</tr></tbody>\n</table><p><em>For your high school reunion... </em></p>\r\n<p>\"<a href=\"http://www.forever21.com/Product/Product.aspx?BR=f21&amp;Category=acc_beauty&amp;ProductID=1000096664&amp;VariantID=\">Saved by the Bell\" nail decals at Forever 21, $9<br></a>Zack Morris, Kelly Kapowski and the gang reunite right here on your hands. The decals are printed in color and black and white, but if you’re a \"Saved by the Bell\" fan, you’re obviously choosing the neon.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">fingerprintsdecals</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35155/0/harrypotter_600.jpg\" alt=\"Harry Potter Nail Decals\" title=\"Harry Potter Nail Decals\"></td>\r\n</tr></tbody>\n</table><p><em><br></em></p>\r\n<p><em>For a movie marathon...</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/203104671/harry-potter-nail-decals?ref=shop_home_active_21\">Harry Potter\" decals by fingerprintsdecals on Etsy, $5.50<br></a>Remember when Emma Watson wasn’t an international feminist and was instead a small wizard? The Etsy shop fingerprints has zapped her and her fellow Gryffindors until they’re small enough to fit on a pinky.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">PaipurNails</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35152/0/meangirls_600.jpg\" alt=\"Mean Girls quotes\" title=\"Mean Girls quotes\"></td>\r\n</tr></tbody>\n</table><p><em>For that one friend…</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/182766180/mean-girls-quotes-nail-decals?ref=shop_home_active_3\">Mean Girls\" quotes by PaipurNails at Etsy, $4<br></a>Don’t we all know one person who has memorized every line from \"Mean Girls\"? For Etsy seller PaipurNails, she is that one person, and she has found her calling with decals that say “Burn Book” and “She doesn’t even go here.”</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35153/0/godfather_600.jpg\" alt=\"Godfather Nail Decals\" title=\"Godfather Nail Decals\"></td>\r\n</tr></tbody>\n</table><p><em>For a date...</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/165576780/the-godfather-nail-art-decals?ref=shop_home_active_16\" target=\"_self\">The Godfather\" by NailSpin at Etsy, $5<br></a>What better way to show how cultured you are than adding Vito Corleone to your beauty routine? Your high school friends probably had a \"Godfather\" poster in their dorm rooms – one up them by putting him on your nails.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35157/0/drake_600.jpg\" alt=\"Drake Nail Decal\" title=\"Drake Nail Decal\"></td>\r\n</tr></tbody>\n</table><p><span><em>For the afterparty...</em></span></p>\r\n<p><a href=\"https://www.etsy.com/listing/165743764/drake-nail-art-decals?ref=shop_home_active_9\" target=\"_self\">Drake by NailSpin at Etsy, $6</a></p>\r\n<p>You can stick a Post-It to your desk that says “‘Live In the Moment” <em>or</em> you can wear YOLO nail decals. We all sometimes need a little daily inspiration – personally, I’d love to get it from Drake’s face on my ring finger.</p>\r\n<p><span id=\"docs-internal-guid-8b7a35ec-5481-4339-fe28-4d6df0237130\"><strong>Related Articles:</strong></span></p>\r\n<p><span id=\"docs-internal-guid-8b7a35ec-5481-4339-fe28-4d6df0237130\"><a href=\"http://www.youbeauty.com/body-fitness/flower-nail-art-tutorial\" target=\"_self\">Flower Nail Art That Works for Every Season</a><br><a href=\"http://www.youbeauty.com/body-fitness/nail-art-designs-that-last-a-whole-month\" target=\"_self\">3 Nail Art Designs That Last a Whole Month</a></span></p>\n<div class='page_1' data-page='1' style=''>\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35158/0/drake_600b.jpg\" alt=\"Drake Nail Art\" title=\"Drake Nail Art\"></td>\r\n</tr></tbody>\n</table><p>The joint elevation of fan culture and nail art has left us with something magical: Drake nail decals. It doesn’t stop there – you can now wear your favorite '90s TV characters and even movie quotes on your <a href=\"http://www.youbeauty.com/topics/nails?c=body-fitness\" target=\"_self\">nails</a> with pride. Although its a personal style game changer, it all costs less than $10.</p>\r\n<p>Here are our top five picks and recommendations of totally appropriate places to wear them. But remember the Internet is a wonderland, so don’t stop until you find your own favorite pop culture moment:</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">Jane's Tiny Things/Forever 21</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35154/0/savedbythebell_600.jpg\" alt=\"Saved by the Bell\" title=\"Saved by the Bell\"></td>\r\n</tr></tbody>\n</table><p><em>For your high school reunion... </em></p>\r\n<p>\"<a href=\"http://www.forever21.com/Product/Product.aspx?BR=f21&amp;Category=acc_beauty&amp;ProductID=1000096664&amp;VariantID=\">Saved by the Bell\" nail decals at Forever 21, $9<br></a>Zack Morris, Kelly Kapowski and the gang reunite right here on your hands. The decals are printed in color and black and white, but if you’re a \"Saved by the Bell\" fan, you’re obviously choosing the neon.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">fingerprintsdecals</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35155/0/harrypotter_600.jpg\" alt=\"Harry Potter Nail Decals\" title=\"Harry Potter Nail Decals\"></td>\r\n</tr></tbody>\n</table><p><em><br></em></p>\r\n<p><em>For a movie marathon...</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/203104671/harry-potter-nail-decals?ref=shop_home_active_21\">Harry Potter\" decals by fingerprintsdecals on Etsy, $5.50<br></a>Remember when Emma Watson wasn’t an international feminist and was instead a small wizard? The Etsy shop fingerprints has zapped her and her fellow Gryffindors until they’re small enough to fit on a pinky.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">PaipurNails</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35152/0/meangirls_600.jpg\" alt=\"Mean Girls quotes\" title=\"Mean Girls quotes\"></td>\r\n</tr></tbody>\n</table><p><em>For that one friend…</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/182766180/mean-girls-quotes-nail-decals?ref=shop_home_active_3\">Mean Girls\" quotes by PaipurNails at Etsy, $4<br></a>Don’t we all know one person who has memorized every line from \"Mean Girls\"? For Etsy seller PaipurNails, she is that one person, and she has found her calling with decals that say “Burn Book” and “She doesn’t even go here.”</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35153/0/godfather_600.jpg\" alt=\"Godfather Nail Decals\" title=\"Godfather Nail Decals\"></td>\r\n</tr></tbody>\n</table><p><em>For a date...</em></p>\r\n<p>\"<a href=\"https://www.etsy.com/listing/165576780/the-godfather-nail-art-decals?ref=shop_home_active_16\" target=\"_self\">The Godfather\" by NailSpin at Etsy, $5<br></a>What better way to show how cultured you are than adding Vito Corleone to your beauty routine? Your high school friends probably had a \"Godfather\" poster in their dorm rooms – one up them by putting him on your nails.</p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\">NailSpin</span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35157/0/drake_600.jpg\" alt=\"Drake Nail Decal\" title=\"Drake Nail Decal\"></td>\r\n</tr></tbody>\n</table><p><span><em>For the afterparty...</em></span></p>\r\n<p><a href=\"https://www.etsy.com/listing/165743764/drake-nail-art-decals?ref=shop_home_active_9\" target=\"_self\">Drake by NailSpin at Etsy, $6</a></p>\r\n<p>You can stick a Post-It to your desk that says “‘Live In the Moment” <em>or</em> you can wear YOLO nail decals. We all sometimes need a little daily inspiration – personally, I’d love to get it from Drake’s face on my ring finger.</p>\r\n<p><span id=\"docs-internal-guid-8b7a35ec-5481-4339-fe28-4d6df0237130\"><strong>Related Articles:</strong></span></p>\r\n<p><span id=\"docs-internal-guid-8b7a35ec-5481-4339-fe28-4d6df0237130\"><a href=\"http://www.youbeauty.com/body-fitness/flower-nail-art-tutorial\" target=\"_self\">Flower Nail Art That Works for Every Season</a><br><a href=\"http://www.youbeauty.com/body-fitness/nail-art-designs-that-last-a-whole-month\" target=\"_self\">3 Nail Art Designs That Last a Whole Month</a></span></p>\n<div class='article_pagination'>\n\n</div>\n</div>\n</div>\n<div class='bottom' id='content_actions'>\n<div class='gigya_actions_wrapper'>\n<div id='gigya_bop'>\n<div class='share_this'>\n<div class='bottom_buttons'>\n<a class='at_button facebook' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them - Youbeauty.com&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Facebook', 'resizable,width=640,height=480'); ga('send', 'social', 'facebook', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-facebook-1 icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Facebook'>Share</span>\n</a>\n<a class='at_button pinterest' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/pinterest/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Pinterest', 'resizable,width=640,height=480'); ga('send', 'social', 'pinterest', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-pinterest icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Pinterest'>Pin</span>\n</a>\n<a class='at_button twitter' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them - Youbeauty.com&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Twitter', 'resizable,width=640,height=480'); ga('send', 'social', 'twitter', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-twitter icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Twitter'>Tweet</span>\n</a>\n<a class='at_button email' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/email/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=I saw this on YouBeauty and thought you may want to know.&amp;description=Five cool pop culture nail decals including Drake, Saved by the Bell, and Mean Girls.', 'Email', 'resizable,width=640,height=480'); ga('send', 'social', 'email', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-mail icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Email'>Email</span>\n</a>\n</div>\n\n</div>\n<div class='tags'>\nTags:\n<a href=\"/topics/mean-girls?c=skin\">Mean Girls</a>, <a href=\"/topics/nail-decals?c=skin\">Nail Decals</a>, <a href=\"/topics/nail-polish?c=skin\">Nail Polish</a>, <a href=\"/topics/nails?c=skin\">Nails</a>, <a href=\"/topics/skin?c=skin\">Skin</a>, <a href=\"/topics/nail-art?c=skin\">Nail Art</a>\n</div>\n\n<div class='actions'>\n<div class='print_this'>\n<a href=\"/skin/our-favorite-pop-culture-nail-art?layout=print\" target=\"_blank\">Print</a>\n</div>\n<div class='save_this' data-content-key='savable'>\n<a href=\"#\" data-authenticate=\"true\">Save</a>\n</div>\n\n</div>\n</div>\n<div id='bottom_content'>\n<span>\nSmart is sexy\n</span>\n<span>- get our newsletter:</span>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#content_actions\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"content_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<div class='follow_us'>\n<span>Let's be friends!</span>\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div>\n</div>\n\n<a name='comments'></a>\n<div class='comments_link'>\n<div class='head'>\n<h4>\nJoin the Conversation\n<div class='facebook_comments'>\n<br>\n<fb:comments colorscheme='light' href='http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art' numposts='10' width='100%'></fb:comments>\n</div>\n</h4>\n</div>\n</div>\n<div id='related_content'>\n<div id='partner_module_1'>\n<style>\n  /*<![CDATA[*/\n    #_ci_widget_div_31971 .ci_text{display:block;text-align:center;}\n    #widget_table_31971 a{color: #333!important; font-family: 'Open Sans', sans-serif !important; font-size: 13px !important;\n                          padding-top: 5px !important; line-height: 19px !important;  display: block;}\n    #widget_table_31971 br {display: none;}\n    #_ci_widget_div_31971 table tr td a img {width: 155px !important; height: auto;}\n    body .container #body div.body .article_body #_ci_widget_div_31971 table tr td {padding: 0; margin-right: 8px; display: inline-block; vertical-align: top;}\n    body .container #body div.body .article_body #_ci_widget_div_31971 table tr td:last-child {margin-right: 0;}\n    #_ci_widget_div_31971 {width: 100% !important;}\n  /*]]>*/\n</style>\n<div class='she_knows'>\n<p style='text-align:left; color: black; font-size: 18pt; margin-bottom: 5px;'>\nStories We Love\n</p>\n<script>\n  //<![CDATA[\n    var _CI = _CI || {};\n    (function() {\n    var script = document.createElement('script');\n    ref = document.getElementsByTagName('script')[0];\n    _CI.counter = (_CI.counter) ? _CI.counter + 1 : 1;\n    jQuery(\"#partner_module_1\").append('<div id=\"_CI_widget_'+_CI.counter+'\"></div>');\n    script.type = 'text/javascript';\n    script.src = 'http://widget.crowdignite.com/widgets/31971?_ci_wid=_CI_widget_'+_CI.counter;\n    script.async = true;\n    ref.parentNode.insertBefore(script, ref);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n<div id='partner_module_2'>\n<div class='OUTBRAIN' data-ob_template='youbeauty' data-src='http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art' data-widget-id='AR_1'></div>\n<script src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n</div>\n<script>\n  //<![CDATA[\n    __reach_config = {\n    pid: '4f208231a782f3205e00002d',\n    title: '5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them',\n    url: 'http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art',\n    date: '2014-12-17 10:07:23',\n    authors: ['Leah Prinzivalli'],\n    channels: ['skin'],\n    tags: ['mean girls','nail decals','Nail Polish','Nails','skin','nail art'],\n    landing_url: 'http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art'\n    };\n    (function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//simple-cdn.s3.amazonaws.com/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n    var __ajax_reach_config = {\n    pid: '4f208231a782f3205e00002d',\n    title: '5 Pop Culture Nail Decals &amp; The Totally Appropriate Places to Wear Them',\n    url: 'http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art',\n    date: '2014-12-17 10:07:23',\n    authors: ['Leah Prinzivalli'],\n    channels: ['skin'],\n    tags: ['mean girls','nail decals','Nail Polish','Nails','skin','nail art'],\n    landing_url: 'http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art'\n    };\n    $(\".article_pagination a\").click(function() {\n      SPR.Reach.collect(__ajax_reach_config);\n    })\n  //]]>\n</script>\n\n</div>\n<script>\n  //<![CDATA[\n    $('table img, .photo img').not('.body.articles .photo img').each(function() {\n      var image = $(this).prop('src');\n      $(this).wrap('<div class=\"image_wrap\" />').before('<div class=\"pinit\"><a data-pin-config=\"none\" href=\"//pinterest.com/pin/create/button/?url=http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art&media=' + image + '&description=5%20Pop%20Culture%20Nail%20Decals%20%26%20The%20Totally%20Appropriate%20Places%20to%20Wear%20Them\" data-pin-do=\"buttonPin\"></a><span class=\"icon-pin-2\"><span>Pin it</span></span></div>')\n    });\n    \n    $(\".comments_count a\").click(function(event){\n      event.preventDefault();\n      var pos = $(\"#readable\").position();\n      $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n    });\n    \n    $(document).delegate('span.next a.next, span.prev a.prev','click', function() {\n        var pos = $(\"#readable\").position();\n        $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n      });\n  //]]>\n</script>\n\n</div>\n\n<a name='comments'></a>\n<div class='comments' id='readable'>\n<div class='head'>\n<h4>\nComments on this Article (0)\n|\n<a href=\"#\" data-anchor=\"#\" data-authenticate=\"true\">Leave a Comment</a>\n</h4>\n</div>\n<div data-commentable-id='3835' data-commentable-type='Article' data-content-key='comments-index'>\n<div class='loading'>\nLoading&hellip;\n</div>\n</div>\n</div>\n<div class='hidden' id='flag'>\n<form accept-charset=\"UTF-8\" action=\"/flags\" class=\"formtastic flag\" id=\"new_flag\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n\n<fieldset class=\"inputs\"><ol><li class=\"hidden required\" id=\"flag_flaggable_id_input\"><input id=\"flag_flaggable_id\" name=\"flag[flaggable_id]\" type=\"hidden\" /></li>\n<li class=\"hidden optional\" id=\"flag_flaggable_type_input\"><input id=\"flag_flaggable_type\" name=\"flag[flaggable_type]\" type=\"hidden\" /></li>\n<li class=\"select required\" id=\"flag_reason_input\"><label for=\"flag_reason\">Reason<abbr title=\"required\">*</abbr></label><select id=\"flag_reason\" name=\"flag[reason]\"><option value=\"This content is offensive\">This content is offensive</option>\n<option value=\"This is spam\">This is spam</option>\n<option value=\"Other\">Other</option></select></li>\n<li class=\"text optional\" id=\"flag_explanation_input\"><label for=\"flag_explanation\">Explanation</label><textarea id=\"flag_explanation\" name=\"flag[explanation]\" rows=\"20\">\n</textarea></li>\n</ol></fieldset><fieldset class=\"buttons\"><ol><input id=\"submit_flag\" name=\"commit\" type=\"submit\" value=\"Submit\" />\n</ol></fieldset></form>\n</div>\n\n\n\n\n</div>\n<div class='footer'></div>\n</div>\n</div>\n</div>\n<div id='column_two'>\n<div class='featured_quiz'>\n<a href=\"/quizzes/sexual-satisfaction/start\"></a>\n<h8>\nSexual Satisfaction Quiz\n</h8>\n<div class='image'>\n<img alt=\"Sexual Satisfaction 285\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/25633/100/sexual_satisfaction_285.jpg\" height=\"187\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"280\" /><noscript><img alt=\"Sexual_satisfaction_285\" height=\"187\" src=\"http://assets8.youbeauty.com/img/25633/100/sexual_satisfaction_285.jpg\" width=\"280\" /></noscript>\n</div>\n<h4>\n<a href=\"/quizzes/sexual-satisfaction\">How&#x27;s Your Sex Life? </a>\n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n<div class='read_more'>Take Quiz</div>\n</div>\n\n<div class='sidebar_ad' id='sidebar_ad'>\n<div id='sidebar_ad_300x250'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250');});\n        </script>\n</div>\n</div>\n\n<div class='socialize' id='socialize'>\n<h8>\nLet's hang out\n</h8>\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n<div id='right_newsletter'>\n<img alt=\"Nl-signup-skin\" src=\"http://assets3.youbeauty.com/assets/newsletter/nl-signup-skin-c154367141878c18f19cd9038958cac6.jpg\" />\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#socialize\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"enter your email\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"right_sidebar_newsletter_skin\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input class=\"skin\" name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<script>\n  //<![CDATA[\n     $(function(){\n       var isSaveSuccess = $('#right_newsletter #newsletter #flash').html() ? true : false ;\n       var userAlreadyExist = $('#right_newsletter #newsletter #alert').html() ? true : false ;\n    \n       if( isSaveSuccess ) hideFormOnSuccessSave();\n       if( userAlreadyExist ) highlightUserAlreadyExistMessage();\n     });\n    \n     function hideFormOnSuccessSave() {\n       $('#right_newsletter #newsletter fieldset').hide();\n       $('#right_newsletter #newsletter').css('background' , 'white');\n     }\n    \n     function highlightUserAlreadyExistMessage() {\n       $('#right_newsletter #newsletter #alert').css('background' , 'white');\n     }\n  //]]>\n</script>\n\n</div>\n\n<div class='sidebar_ad'>\n<div id='sidebar_ad_300x250_middle'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250_middle');});\n        </script>\n</div>\n</div>\n\n<div id='popular_content'>\n<h8>Most Popular</h8>\n<ul>\n<li class=''>\n<a href=\"/health/should-women-receive-paid-menstrual-leave\"></a>\n<div class='image'>\n<img alt=\"Paid Leave Menstrual Cramps 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/34946/50/paid_leave_menstrual_cramps_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Paid_leave_menstrual_cramps_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/34946/50/paid_leave_menstrual_cramps_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/should-women-receive-paid-menstrual-leave\">Should Women Receive Paid Menstrual Leave? </a></h6>\n</li>\n<li class=''>\n<a href=\"/health/columns/beauty-equals-health/vitamin-d-the-sunshine-vitamin\"></a>\n<div class='image'>\n<img alt=\"Vitamin D Supplements Important 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/34602/50/vitamin_d_supplements_important_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Vitamin_d_supplements_important_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/34602/50/vitamin_d_supplements_important_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/columns/beauty-equals-health/vitamin-d-the-sunshine-vitamin\">Why You Shouldn't Ignore Vitamin D, The \"Sunshine Vitamin\" </a></h6>\n</li>\n<li class=''>\n<a href=\"/body-fitness/alyssa-milano-breastfeeding-selfie\"></a>\n<div class='image'>\n<img alt=\"Alysa Milano 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/33679/50/alysa_milano_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Alysa_milano_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/33679/50/alysa_milano_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/body-fitness/alyssa-milano-breastfeeding-selfie\">Alyssa Milano Asks Why Her Breastfeeding Selfie Got More Hate Than Kim’s Butt Pics</a></h6>\n</li>\n<li class=''>\n<a href=\"/body-fitness/exercises-to-get-rid-of-back-fat\"></a>\n<div class='image'>\n<img alt=\"Back Fat Exercises 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/30863/50/back_fat_exercises_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Back_fat_exercises_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/30863/50/back_fat_exercises_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/body-fitness/exercises-to-get-rid-of-back-fat\">8 Exercises to Get Rid of Back Fat</a></h6>\n</li>\n<li class='last'>\n<a href=\"/health/leaky-gut-syndrome\"></a>\n<div class='image'>\n<img alt=\"Leaky Gut 101 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/33823/50/leaky_gut_101_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Leaky_gut_101_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/33823/50/leaky_gut_101_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/leaky-gut-syndrome\">What Is Leaky Gut Syndrome?</a></h6>\n</li>\n</ul>\n</div>\n\n<div class='sidebar_ad'>\n<div id='sidebar_ad_300x250_bottom'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250_bottom');});\n        </script>\n</div>\n</div>\n\n<div id='sidebar_quiz_banner'>\n<a href=\"/quizzes\"></a>\n<div class='arrow_down'></div>\n<div class='arrow_up'></div>\n<div class='arrow_left'></div>\n<div class='arrow_right'></div>\n<h8>\nGet Personalized Beauty Tips\n<br>\n<span>Take a Quiz Now ></span>\n</h8>\n</div>\n\n</div>\n</div>\n<div class='bottom_ad'>\n<div id='bottom_leaderboard_ad'>\n</div>\n<script>\n         googletag.cmd.push(function() {googletag.display('bottom_leaderboard_ad');});\n        </script>\n\n\n</div>\n<div id='transparent'></div>\n<div class='hidden' id='quiz_slider_list'>\n<a href=\"javascript:$.sidr(&#x27;close&#x27;, &#x27;quiz_slider_list&#x27;);\" class=\"close x\" onclick=\"$(&#x27;#transparent&#x27;).hide();\">X</a>\n<h6>\nBe Your Most Beautiful You\n</h6>\n<p>\nHighlight your eye color. Flaunt your body shape. Harness your confidence. Take our quizzes to better know yourself\nand get science-based, individualized advice to embrace your true beauty.\n</p>\n<ul>\n<li class='first'>\n<a href=\"/quizzes/sexual-satisfaction\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Sexual Satisfaction Position_0&#x27;)\"></a>\n<h5>\nSexual Satisfaction Quiz\n</h5>\n<div>\n<div class='image'>\n<img alt=\"Sexual_satisfaction_285\" src=\"http://assets6.youbeauty.com/img/25633/285/sexual_satisfaction_285.jpg\" />\n</div>\n<div>\n<h4>\nHow's Your Sex Life? \n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/sleep-quality\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Sleep Quality Position_1&#x27;)\"></a>\n<div>\n<h4 class='title'>Sleep Quality Quiz</h4>\n<div class='image'>\n<img alt=\"Sleep_130\" src=\"http://assets6.youbeauty.com/img/30021/130/sleep_130.jpg\" />\n</div>\n<div>\n<h4>\nDo You Get Enough Quality Sleep?\n</h4>\n<p>Good sleepers are beautiful, happier and enjoy better sex. Learn how to be better rested. </p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/healthy-hair\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Healthy Hair Position_2&#x27;)\"></a>\n<div>\n<h4 class='title'>Healthy Hair Quiz</h4>\n<div class='image'>\n<img alt=\"Healthy_hair_130\" src=\"http://assets6.youbeauty.com/img/30046/130/healthy_hair_130.jpg\" />\n</div>\n<div>\n<h4>\nThere Are 16 Factors That Determine Your Hair Type\n</h4>\n<p>Learn why your hair does what it does, and get styling and product tips to make it do what you want.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/eye-makeup\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Eye Makeup Position_3&#x27;)\"></a>\n<div>\n<h4 class='title'>Eye Makeup Quiz</h4>\n<div class='image'>\n<img alt=\"Eye_makeup_130\" src=\"http://assets6.youbeauty.com/img/30011/130/eye_makeup_130.jpg\" />\n</div>\n<div>\n<h4>\nPlay Up Your Peepers\n</h4>\n<p>If shopping for eye makeup is one big guessing game, find your best colors here.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class='all_quizzes'>\n<a href=\"/quizzes\">See all 33 quizzes</a>\n</li>\n</ul>\n<a href=\"javascript:$.sidr(&#x27;close&#x27;, &#x27;quiz_slider_list&#x27;);\" class=\"close\" onclick=\"$(&#x27;#transparent&#x27;).hide();\">&lt;&lt; Close</a>\n</div>\n\n<div id='body_foot'></div>\n</div>\n<div id='foot'>\n<div class='container'>\n\n<div class='footer_latest'>\n<div class='divide'>\n<h2 class='latest'>Latest Articles</h2>\n</div>\n<ul>\n<li class=''>\n<a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\"></a>\n<h8>Skin</h8>\n<div class='image'>\n<img alt=\"Skin Resolutions A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35934/100/skin_resolutions_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Skin_resolutions_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35934/100/skin_resolutions_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\">5 Easy Skin Resolutions You Need to Make Right Now</a></h4>\n<p>Start making these skin habits a priority now.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class=''>\n<a href=\"/face/beauty-apps\"></a>\n<h8>Makeup</h8>\n<div class='image'>\n<img alt=\"Top 5 Beauty Apps A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35899/100/top_5_beauty_apps_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Top_5_beauty_apps_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35899/100/top_5_beauty_apps_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/face/beauty-apps\">The 5 Best Beauty Apps of 2014</a></h4>\n<p>Smartphones just got a whole lot smarter.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class=''>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\"></a>\n<h8>Hair</h8>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35850/100/hair_2014_ch.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Hair_2014_ch\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35850/100/hair_2014_ch.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n<p>We're officially renaming 2014 &quot;the year of the lob.&quot;</p>\n<span class='read_more'><span class='icon-camera-1'></span> View Gallery</span>\n</li>\n<li class='right'>\n<a href=\"/body-fitness/the-most-googled-fitness-crazes-of-2014\"></a>\n<h8>Body + Fitness</h8>\n<div class='image'>\n<img alt=\"Fitness Crazes 2014\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35605/100/fitness_crazes_2014.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Fitness_crazes_2014\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35605/100/fitness_crazes_2014.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/body-fitness/the-most-googled-fitness-crazes-of-2014\">The 10 Most Popular Workouts of 2014</a></h4>\n<p>Americans sure love some high-intensity training and get-ripped-quick promises.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/nutrition/wine-ice-cream\"></a>\n<h8>Nutrition</h8>\n<div class='image'>\n<img alt=\"Icecream 600\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35923/100/icecream_600.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Icecream_600\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35923/100/icecream_600.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/nutrition/wine-ice-cream\">The Snack of Tomorrow is Wine Ice Cream</a></h4>\n<p>Two of our favorite foods in one!</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/health/the-hangover-cure\"></a>\n<h8>Health</h8>\n<div class='image'>\n<img alt=\"Iv Hangover A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35928/100/IV_hangover_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Iv_hangover_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35928/100/IV_hangover_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/health/the-hangover-cure\">I Tried It: Hangover IV Cure on a Party Bus</a></h4>\n<p>It's a way for oversoused souls to mainline relief via vitamins, electrolytes, saline, and painkillers.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/mind/not-having-new-years-resolutions\"></a>\n<h8>Psychology</h8>\n<div class='image'>\n<img alt=\"New Years Resolution Nothing A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35859/100/new_years_resolution_nothing_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"New_years_resolution_nothing_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35859/100/new_years_resolution_nothing_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/mind/not-having-new-years-resolutions\">New Year's Resolution: Not Having Any Resolutions</a></h4>\n<p>Through the burden of a resolution, we are missing the point of living. </p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='right top'>\n<a href=\"/relationships/2015-beauty-health-sex-astrology-forecast\"></a>\n<h8>Relationships</h8>\n<div class='image'>\n<img alt=\"Astrotwins\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35940/100/astrotwins.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Astrotwins\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35940/100/astrotwins.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/relationships/2015-beauty-health-sex-astrology-forecast\">The AstroTwins on Your 2015 Beauty, Health & Sex Astrology Forecast</a></h4>\n<p>An astrology expert shares what to expect in the new year—including when to avoid the hair salon.</p>\n<span class='read_more'>Read More</span>\n</li>\n</ul>\n</div>\n<div class='footer_popular'>\n<div class='divide'>\n<h2 class='popular'>Popular Tags</h2>\n</div>\n<div class='popular_list'>\n<p>\n<a href=\"/topics/hairstyles\">Hairstyles</a>, <a href=\"/topics/beauty-food\">Beauty Food</a>, <a href=\"/topics/face-shape\">Face Shape</a>, <a href=\"/topics/exercise\">Exercise</a>, <a href=\"/topics/sleep\">Sleep</a>, <a href=\"/topics/happiness\">Happiness</a>, <a href=\"/topics/love\">Love</a>, <a href=\"/topics/friends-and-family\">Friends And Family</a>, <a href=\"/topics/skin-type\">Skin Type</a>, <a href=\"/topics/hair-color\">Hair Color</a>, <a href=\"/topics/sex\">Sex</a>, <a href=\"/topics/attraction\">Attraction</a>\n</p>\n</div>\n</div>\n<div class='footer_promise'>\n<div class='divide'>\n<h2 class='promise'>We're Beauty, Evolved</h2>\n</div>\n<div class='bubble'>\n<p>\nBeautiful is a feeling. It’s presence of mind, a strong body, a glow from the inside out. It's being comfortable in your own skin. It's a lifestyle. Our mission is to make beauty your lifestyle, through quizzes, articles and personalized advice backed by science. We know you're busy, so no fluff. Just cutting edge, well-researched  info to help you be healthy, harmonious and beautiful.\n</p>\n<p>\n(Not to mention the most interesting woman in the room.)\n</p>\n<div class='arrow'></div>\n</div>\n</div>\n</div>\n<div class='footer_bottom'>\n<div class='container'>\n<div class='column left'>\n<h8>\nSmart is sexy\n<span>- get our newsletter:</span>\n</h8>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#copyright\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"footer_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<div class='column middle'>\n<div class='footer_logo'>\n<a href=\"/\"><img alt=\"Yb_logo_new_white\" src=\"http://assets1.youbeauty.com/assets/yb_logo_new_white-936a3c8b2957ee0e0c0fa5349d2e25f3.png\" /></a>\n<span>The Science of a Beautiful You</span>\n</div>\n</div>\n<div class='column right'>\n<div class='footer_box'>\n<a href='#' onclick=\"window.open('http://www.facebook.com/youbeautysite','_blank');\">\n<span class='icon-facebook-2'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.pinterest.com/youbeautysite','_blank');\">\n<span class='icon-pinterest'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.twitter.com/youbeauty','_blank');\">\n<span class='icon-twitter'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.instagram.com/youbeautysite','_blank');\">\n<span class='icon-instagram-filled'></span>\n</a>\n<a href='#' onclick=\"window.open('https://plus.google.com/107874959784572684654?prsrc=3','_blank');\">\n<span class='icon-gplus'></span>\n</a>\n<a href=\"/feeds\" class=\"rss\"><span class='icon-rss'></span></a>\n</div>\n<div class='beauty_sage'>\n<span>Visit our sister site</span>\n<a href=\"http://www.beautysage.com\" class=\"beauty\" target=\"_blank\">BeautySage</a>\n</div>\n</div>\n<div class='footer_links'>\n<a href=\"/quizzes\" class=\"quizzes\">Quizzes</a>\n<a href=\"/advertise\" class=\"advertise\">Advertise</a>\n<a href=\"/privacy\" class=\"privacy\">Privacy</a>\n<a href=\"/terms\" class=\"terms\">Terms</a>\n<a href=\"/editorial-policy\" class=\"editorial\">Editorial</a>\n<a href=\"/contact\" class=\"contact\">Contact Us</a>\n<a href=\"/faq\" class=\"faq\">FAQ</a>\n<a href=\"/press\" class=\"press\">Press</a>\n<a href=\"/experts\" class=\"experts\">Our Experts</a>\n<a href=\"/team\" class=\"team\">The Team</a>\n<a href=\"/sitemap\" class=\"sitemap\">Sitemap</a>\n<a href=\"http://www.youbeauty.com/?mobile=1\" rel=\"nofollow\" style=\"display: none;\">Mobile Site</a>\n</div>\n<p class='mobile_site' style='display: none; text-align: center; width: 980px; margin: 0 auto; color: white; padding-top: 10px;'>\n<a href=\"http://www.youbeauty.com/?mobile=1\" rel=\"nofollow\" style=\"color: white;\">Mobile Site</a>\n<script>\n  //<![CDATA[\n    if (( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/Android/i) )) {\n      $(\"p.mobile_site\").css({\"display\": \"block\"});\n      if ($(\"p.mobile_site\").is(':visible')) {\n        $(window).load(function(){\n          $('a').not('.button a, .share_facebook a, .title a, li.youtalk a, ul.session a, #company a.faq, #company a.advertise, #company a.contact, #company a.sitemap, #company a.press, #company a.editorial, .responses .left p.info a, ul.follow a, .banner a, .tabs ul.ui-tabs-nav li a, .responses ul.ui-tabs-nav a, #foot p.mobile_site a, .messages.show #body a, .messages.index #body a, .ahas.index #body .ahas a, .ahas.show #body .body .prev-next-link a, .responses a, .quizzes a, body.welcome.exuviance a, body.welcome.hask a').click(function() {\n            var href = $(this).attr(\"href\");\n            var redirect = confirm(\"Would you like to go back to the mobile version of our site? Press OK to proceed or Cancel to stay on the full site.\");\n              if (redirect) {\n                $(this).attr(\"href\", href + \"/?mobile=1\");\n              }\n          });\n        });\n      }\n    }\n  //]]>\n</script>\n</p>\n<div id='copyright'>\n<span>Copyright 2015 YouBeauty.  All rights reserved.</span>\n</div>\n</div>\n<script type='text/javascript'>\nsetTimeout(function(){var a=document.createElement(\"script\");\nvar b=document.getElementsByTagName('script')[0];\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/8685.js?\"+Math.floor(new Date().getTime()/3600000);\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n</div>\n</div>\n\n<div class='hidden' id='sign_in'>\n<div class='sign_in'>\n<h2 class='sign_in_header'>\nSign In or Sign Up\n</h2>\n<h3 class='sign_in_copy'>\nJoin the YouBeauty community! Start discussions, share your advice and comment on stories. Save articles you love to your MyBeauty Dashboard for anytime access (you can track your discussions there, too). Plus, take any of our quizzes for personal beauty and wellness advice.\n</h3>\n<div class='internal'>\n<form accept-charset=\"UTF-8\" action=\"/users/sign_in\" class=\"sign-in users formtastic formtastic user\" id=\"new_user\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<input id=\"return_to\" name=\"return_to\" type=\"hidden\" value=\"http://www.youbeauty.com/skin/our-favorite-pop-culture-nail-art\" />\n<fieldset class=\"inputs\"><ol><li class=\"email required\" id=\"user_email_input\"><label for=\"user_email\">Email Address<abbr title=\"required\">*</abbr></label><input id=\"user_email\" maxlength=\"255\" name=\"user[email]\" type=\"email\" value=\"\" /></li>\n</ol></fieldset><p class='title'>\nDo you have a YouBeauty password?\n</p>\n<div class='new_user_true'>\n<input checked=\"checked\" id=\"new_user_true\" name=\"new_user\" type=\"radio\" value=\"true\" />\n<label for=\"new_user_true\">No, I am new to YouBeauty</label>\n</div>\n<div class='new_user_false'>\n<input id=\"new_user_false\" name=\"new_user\" type=\"radio\" value=\"false\" />\n<label for=\"new_user_false\">Yes, my password is:</label>\n<div class='password-input'>\n<fieldset class=\"inputs\"><ol><li class=\"password optional\" id=\"user_password_input\"><input id=\"user_password\" name=\"user[password]\" type=\"password\" /></li>\n</ol></fieldset></div>\n<div class='shared-links'>\n<a href=\"/users/password/new\">Forgot your password?</a>\n</div>\n\n</div>\n<fieldset class=\"buttons\"><ol><input id=\"modal_sign_in\" name=\"commit\" type=\"submit\" value=\"Continue &gt;\" />\n</ol></fieldset></form>\n</div>\n<div class='social'>\nI sign in to YouBeauty by connecting my Facebook, Google Plus, Twitter, Yahoo, or AOL account.\n<span class='tipimg icon-help-circled' data-tiptip-edge-offset='270' data-tiptip-hover=\"&lt;div class='social_tip'&gt;&lt;h3&gt;Hey! We're working on making our registration better, and no longer support signing in from social accounts.&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;But, never fear, your info is still saved in your MyBeauty Dashboard.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You can sign in to your account by clicking the button below. From there, you'll:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Enter the email address that's associated with your social account.&lt;/li&gt;&lt;li&gt;Receive an email from us where you can create a password. &lt;/li&gt;&lt;/ol&gt;&lt;a href='/users/password/new'&gt;Get Started &gt;&lt;/a&gt;&lt;/div&gt;\" data-tiptip-position='left'></span>\n</div>\n\n</div>\n</div>\n<div class='feedback-button'>\n<a href=\"#\" class=\"feedback-link\">CONTACT US</a>\n</div>\n<div class='feedback hidden'>\n<div data-content-key='feedback-form'>\n<div class='contact-info'>\n<div class='advice'>\n<h4>Need Advice?</h4>\n<p>Our experts and readers can help you&#8212;post your questions in <a href=\"/youtalk\">YouTalk</a>.</p>\n</div>\n<p>Do you have feedback, questions or concerns about YouBeauty? Send us an email using this form, or a letter at the below address.</p>\n<div class='contact-address'>YouBeauty.com</div>\n<div class='contact-address'>185 Madison Avenue</div>\n<div class='contact-address'>Floor 5</div>\n<div class='contact-address'>New York, NY 10016</div>\n<p>* Fields marked with an asterisk are required</p>\n</div>\n<form accept-charset=\"UTF-8\" action=\"/feedbacks\" class=\"formtastic feedback\" data-remote=\"true\" id=\"new_feedback\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"of9nhwvlUCh+1fvp4Im3c/ll84gJBV57gBT4oXbZmAc=\" /></div>\n<fieldset class=\"inputs\"><ol><li class=\"select required\" id=\"feedback_subject_input\"><label for=\"feedback_subject\">*I am writing to:<abbr title=\"required\">*</abbr></label><select id=\"feedback_subject\" name=\"feedback[subject]\"><option value=\"\"></option>\n<option value=\"Site Feedback\">Site Feedback</option>\n<option value=\"Advertising\">Advertising</option>\n<option value=\"Press\">Press</option>\n<option value=\"Editorial Submissions\">Editorial Submissions</option>\n<option value=\"Writing for Us\">Writing for Us</option>\n<option value=\"Partnership Opportunities\">Partnership Opportunities</option>\n<option value=\"Jobs\">Jobs</option>\n<option value=\"Other\">Other</option></select></li>\n<li class=\"string required\" id=\"feedback_email_input\"><label for=\"feedback_email\">*Email Address:<abbr title=\"required\">*</abbr></label><input id=\"feedback_email\" name=\"feedback[email]\" type=\"text\" /></li>\n<li class=\"string required\" id=\"feedback_first_name_input\"><label for=\"feedback_first_name\">*First Name:<abbr title=\"required\">*</abbr></label><input id=\"feedback_first_name\" name=\"feedback[first_name]\" type=\"text\" /></li>\n<li class=\"string required\" id=\"feedback_last_name_input\"><label for=\"feedback_last_name\">*Last Name:<abbr title=\"required\">*</abbr></label><input id=\"feedback_last_name\" name=\"feedback[last_name]\" type=\"text\" /></li>\n<li class=\"text required\" id=\"feedback_message_input\"><label for=\"feedback_message\">*Your Message:<abbr title=\"required\">*</abbr></label><textarea id=\"feedback_message\" name=\"feedback[message]\" rows=\"20\">\n</textarea></li>\n<input id=\"feedback_captcha_addends\" name=\"feedback[captcha_addends][]\" type=\"hidden\" value=\"8\" />\n<input id=\"feedback_captcha_addends\" name=\"feedback[captcha_addends][]\" type=\"hidden\" value=\"5\" />\n<li class=\"string required\" id=\"feedback_captcha_sum_input\"><label for=\"feedback_captcha_sum\">*What is 8 + 5<abbr title=\"required\">*</abbr></label><input id=\"feedback_captcha_sum\" name=\"feedback[captcha_sum]\" type=\"text\" /></li>\n<div class='hint'>Spell out the answer, for example 5 + 2 = <strong>seven</strong></div>\n<input id=\"feedback_browser_info\" name=\"feedback[browser_info]\" type=\"hidden\" value=\"newspaper/0.1.2\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" type=\"submit\" value=\"Submit\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n\n<script>\n  //<![CDATA[\n    $(function() {\n      // Sailthru Concierge\n      if (window.Sailthru) {\n        Sailthru.setup({\n          domain: 'horizon.youbeauty.com',\n          spider: true\n        });\n      }\n    });\n  //]]>\n</script>\n\n<input name='OBKey' type='hidden' value='Wu0tOGJ8vbgZrTGN/hFT6Q=='>\n<script>\n  //<![CDATA[\n    var OBCTm='1326733631598';\n  //]]>\n</script>\n<script LANGUAGE='JavaScript' src='http://widgets.outbrain.com/claim.js'></script>\n<!-- /Pin It JS -->\n<script src='//assets.pinterest.com/js/pinit.js' type='text/javascript'></script>\n<script src='//s.skimresources.com/js/19933X772977.skimlinks.js' type='text/javascript'></script>\n<!-- / sharing js -->\n<script>\n!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];\nif(!d.getElementById(id)){js=d.createElement(s);\njs.id=id;js.src=\"//platform.twitter.com/widgets.js\";\nfjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n(function() {\nvar po = document.createElement('script'); po.type = 'text/javascript'; po.async = false;\npo.src = 'https://apis.google.com/js/platform.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n})();\n</script>\n<!-- RewardStyle -->\n<script>\nvar _rsan = {};\n_rsan.key = '32a7a045f1b3ee51a87f8d3942b339432d08a739';\n(function() {\nvar rs = document.createElement('script');\nrs.type = 'text/javascript';\nrs.async = true;\nrs.src = ('https:' === document.location.protocol ? 'https://collect' : 'http://collect') + '.rewardstyle.com/c.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(rs, s);\n})();\n</script>\n<script type=\"text/javascript\">if (!NREUMQ.f) { NREUMQ.f=function() {\nNREUMQ.push([\"load\",new Date().getTime()]);\nvar e=document.createElement(\"script\");\ne.type=\"text/javascript\";\ne.src=((\"http:\"===document.location.protocol)?\"http:\":\"https:\") + \"//\" +\n  \"js-agent.newrelic.com/nr-100.js\";\ndocument.body.appendChild(e);\nif(NREUMQ.a)NREUMQ.a();\n};\nNREUMQ.a=window.onload;window.onload=NREUMQ.f;\n};\nNREUMQ.push([\"nrfj\",\"beacon-6.newrelic.com\",\"16de03fa57\",\"191351\",\"cVtXERBeWQ1SSx5SUFNaVwAOQhoARU1YUlRXRxYWCl5C\",0,440,new Date().getTime(),\"\",\"\",\"\",\"\",\"\"]);</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/html/youbeauty.com2.html",
    "content": "<!DOCTYPE html>\n<html lang='en'>\n<head><script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script>\n<script>\n  //<![CDATA[\n    var googletag = googletag || {};\n    googletag.cmd = googletag.cmd || [];\n    (function() {\n     var gads = document.createElement(\"script\");\n     gads.async = true;\n     gads.type = \"text/javascript\";\n     var useSSL = \"https:\" == document.location.protocol;\n     gads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";\n     var node =document.getElementsByTagName(\"script\")[0];\n     node.parentNode.insertBefore(gads, node);\n    })();\n  //]]>\n</script>\n<title>We Tried It: Clinique Acne Solutions Powder Makeup | YouBeauty</title>\n\n<meta content='summary_large_image' name='twitter:card'>\n<meta content='@youbeauty' name='twitter:site'>\n<meta content='@youbeauty' name='twitter:creator'>\n<meta content='YouBeauty' name='twitter:domain'>\n<meta content='Youbeauty.com - We Tried It: Clinique Acne Solutions Powder Makeup' name='twitter:title'>\n<meta content='The powder immediately cut the shine and gave my skin an even, natural look.' name='twitter:description'>\n<meta content='http://assets5.youbeauty.com/img/35645/0/we_tried_it_clinique_acne_powder_fb.jpg' name='twitter:image'>\n<meta content='A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.' name='description'>\n<meta content='A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.' name='twitter:description'>\n<meta content='A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.' property='og:description'>\n<meta content='We Tried It: Clinique Acne Solutions Powder Makeup | YouBeauty' property='og:title'>\n<meta content='Clinique Acne Solutions Powder Makeup, dry skin, oily skin, face powder, combination skin,' name='keywords'>\n<meta content='article' property='og:type'>\n<meta content='http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden' property='og:url'>\n<meta content='http://assets5.youbeauty.com/img/35645/0/we_tried_it_clinique_acne_powder_fb.jpg' property='og:image'>\n<link href='http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden' rel='canonical'>\n\n<meta content='565441353' property='fb:admins'>\n<meta content='804529' property='fb:admins'>\n<meta content='409629' property='fb:admins'>\n<meta content='501766512' property='fb:admins'>\n<meta content='2210536' property='fb:admins'>\n<meta content='9804625' property='fb:admins'>\n<meta content='YouBeauty' property='og:site_name'>\n<meta content='222325961135241' property='fb:app_id'>\n<meta content='https://www.facebook.com/youbeautysite' property='article:publisher'>\n<meta content='2014-12-23T12:01:07-08:00' property='article:published_time'>\n<meta content='2014-12-23T13:04:36-08:00' property='article:modified_time'>\n<meta content='Face' property='article:section'>\n<meta content='Clinique, Powder, We Tried It, Beauty, Makeup, Face' property='article:tag'>\n<meta content='http://www.youbeauty.com/authors/tiffanie-drayton' property='article:author'>\n<meta content='We Tried It: Clinique Acne Solutions Powder Makeup' name='sailthru.title'>\n<meta content='http://assets5.youbeauty.com/img/35643/300/we_tried_it_clinique_acne_powder.jpg' name='sailthru.image.full'>\n<meta content='http://assets5.youbeauty.com/img/35643/50/we_tried_it_clinique_acne_powder.jpg' name='sailthru.image.thumb'>\n\n<script>\n  //<![CDATA[\n    var _sf_startpt=(new Date()).getTime();\n  //]]>\n</script>\n<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>\n<link href=\"http://assets1.youbeauty.com/assets/vendor-c65c932788e0d292dafaf2d8476ce85c.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets9.youbeauty.com/assets/application1-0319fa6647ba844068e2d412d4da8456.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets2.youbeauty.com/assets/application2-6e9e1fd641d8598c5cd4b5fe0968067c.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets8.youbeauty.com/assets/application3-304090669534ef07a3669b211a619ccd.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets5.youbeauty.com/assets/application4-6384226488760b985d088d4ef89f1149.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href=\"http://assets1.youbeauty.com/assets/application5-19c0f2cd7db3d75c391007e59b88216d.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" />\n<link href='/assets/yb_new_favicon.png' rel='icon' type='image/png'>\n<!--[if lt IE 8]>\n<link href=\"http://assets6.youbeauty.com/assets/ie-58742aa501869db6ee4b05be6ef47658.css\" media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" />\n<![endif]-->\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js\" type=\"text/javascript\"></script>\n<script src=\"http://www.google.com/jsapi\" type=\"text/javascript\"></script>\n<script src=\"http://assets7.youbeauty.com/assets/application_list-bd3fd27906f58a6ed6a7cc96739d399c.js\" type=\"text/javascript\"></script>\n<script src=\"http://ak.sail-horizon.com/horizon/v1.js\" type=\"text/javascript\"></script>\n<script src=\"http://assets0.youbeauty.com/assets/articles-b6076c493a7560592994213c7f70b360.js\" type=\"text/javascript\"></script>\n<script>\n  //<![CDATA[\n    $(window).load(function () {\n      $(\".comments a, .comments_link a\").click(function(event){\n        event.preventDefault();\n        var pos = $(\"#new_comment_div\").position();\n        $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n      });\n    });\n  //]]>\n</script>\n\n<script language='JavaScript' type='text/javascript'>\nadVariables = {\"s1\":\"face\",\"s2\":\"\",\"ctype\":\"article\",\"kw\":\"\",\"pid\":\"face-we-tried-it-clinique-acne-solutions-powder-makeup-in-golden\",\"pos\":\"\",\"test\":\"\"};\n</script>\n<script>\n  //<![CDATA[\n    poll_constant = '<div data-poll-marker=\"true\"></div>';\n    seo_module_constant = '<div data-seo-module-marker=\"true\"></div>';\n    beauty_sage_module_constant = '<div data-beauty-sage-module-marker=\"true\"></div><p>&nbsp;</p>';\n    sponsor_ad_constant = '<div data-sponsor-ad-marker=\"true\"></div>';\n    gallery_constant = '<div data-gallery-marker=\"true\"></div><p>&nbsp;</p>';\n    google.load(\"swfobject\", \"2.2\");\n  //]]>\n</script>\n\n<link href=\"/feeds\" rel=\"alternate\" title=\"ATOM\" type=\"application/atom+xml\" />\n<meta content=\"authenticity_token\" name=\"csrf-param\" />\n<meta content=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" name=\"csrf-token\" />\n<script>\n  //<![CDATA[\n    rails_test_env = false;\n  //]]>\n</script>\n<script type=\"text/javascript\">\n  quantSegs=\"\";\n  function qc_results(result) {\n    for (var i = 0; i < result.segments.length; i++) {\n      quantSegs += result.segments[i].id + \",\";\n    }\n  } \n</script>\n<script type=\"text/javascript\" src=\"//pixel.quantserve.com/api/segments.json?a=p-1dJm7E5_Jw_PE&callback=qc_results\"></script>\n<script src='http://a.postrelease.com/serve/load.js?async=true' type='text/javascript'></script>\n<!-- Quantcast Tag -->\n<script type=\"text/javascript\">\n  var _qevents = _qevents || [];\n\n  (function() {\n  var elem = document.createElement('script');\n  elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\n  elem.async = true;\n  elem.type = \"text/javascript\";\n  var scpt = document.getElementsByTagName('script')[0];\n  scpt.parentNode.insertBefore(elem, scpt);\n})();\n\n_qevents.push({\n  qacct:\"p-1dJm7E5_Jw_PE\"\n});\n</script>\n\n<noscript>\n  <div style=\"display:none;\">\n  <img src=\"//pixel.quantserve.com/pixel/p-1dJm7E5_Jw_PE.gif\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>\n  </div>\n</noscript>\n<!-- End Quantcast tag -->\n\n<!-- Begin comScore Tag -->\n<script>\n  var _comscore = _comscore || [];\n  _comscore.push({ c1: \"2\", c2: \"12934513\" });\n  (function() {\n    var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async\n= true;\n    s.src = (document.location.protocol == \"https:\"\n? \"https://sb\" : \"http://b\") +\n\".scorecardresearch.com/beacon.js\";\n    el.parentNode.insertBefore(s, el);\n  })();\n</script>\n<noscript>\n  <img src=\"http://b.scorecardresearch.com/p?\nc1=2&c2=10021587&cv=2.0&cj=1\" />\n</noscript>\n<!-- End comScore Tag -->\n\n<script>\n            if (typeof(Krux) == 'undefined') {Krux=1;}\n            var src = '';\n            if (Krux.dartKeyValues) { src = src + window.Krux.dartKeyValues; }\n            if (typeof(slots) == 'undefined') {slots = [];}\n            var networkCode = 18398528;\n            var topLevelAdUnit = 'youbeauty';\n            var s1 = 'face';\n            var s2 = '';\n            var pid = 'face-we-tried-it-clinique-acne-solutions-powder-makeup-in-golden';\n            var ctype = 'article';\n            var ksg = Krux.segments;\n            var kuid = Krux.user;\n\n            var slotName = '/' + networkCode + '/' + topLevelAdUnit;\n            googletag.cmd.push(function() {var ad = googletag.defineSlot(slotName, [[728,90],[980,250]], 'ad').addService(googletag.pubads())\n              .setTargeting('pos', 'top').setCollapseEmptyDiv(true,true);slots.push(ad);var sidebar_ad_300x250 = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250').addService(googletag.pubads())\n              .setTargeting('pos', 'top').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250);var sidebar_ad_300x250_bottom = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250_bottom').addService(googletag.pubads())\n              .setTargeting('pos', 'btm').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250_bottom);var sidebar_ad_300x250_middle = googletag.defineSlot(slotName, [[300,250],[300,600],[300,1050]], 'sidebar_ad_300x250_middle').addService(googletag.pubads())\n              .setTargeting('pos', 'mid').setCollapseEmptyDiv(true,true);slots.push(sidebar_ad_300x250_middle);var wallpaper_ad = googletag.defineSlot(slotName, [6,6], 'wallpaper_ad').addService(googletag.pubads())\n              .setTargeting('pos', 'wallpaper');slots.push(wallpaper_ad);var nav_sponsor = googletag.defineSlot(slotName, [980,60], 'nav_sponsor').addService(googletag.pubads())\n              .setTargeting('pos', 'nav').setCollapseEmptyDiv(true,true);var bottom_leaderboard_ad = googletag.defineSlot(slotName, [[728,90],[980,250]], 'bottom_leaderboard_ad').addService(googletag.pubads())\n              .setTargeting('pos', 'btm');slots.push(bottom_leaderboard_ad);googletag.pubads().setTargeting(\"s1\",s1);\n                   googletag.pubads().setTargeting(\"s2\",s2);\n                   googletag.pubads().setTargeting(\"pid\",pid);\n                   googletag.pubads().setTargeting(\"ctype\",ctype);\n                   googletag.pubads().setTargeting(\"tags\",[]);\n                   googletag.pubads().setTargeting(\"ksg\",ksg);\n                   googletag.pubads().setTargeting(\"kuid\",kuid);\n                   googletag.pubads().setTargeting(\"qcsegs\",quantSegs);\n                   googletag.pubads().setTargeting(\"test\",\"\");\n                   googletag.pubads().setTargeting(\"uid\", \"\");\n                   googletag.pubads().setTargeting(\"byr\", \"\");\n                   googletag.pubads().enableSingleRequest();\n                   googletag.enableServices();\n                  });\n                </script>\n\n<script>\n  //<![CDATA[\n    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n    \n    ga('create', 'UA-19491796-1', 'auto');  // Replace with your property ID.\n    ga('require', 'displayfeatures');\n  //]]>\n</script>\n\n<script>\n  //<![CDATA[\n    ga('set', 'Author', 'Tiffanie Drayton');\n  //]]>\n</script>\n\n<script>\n  //<![CDATA[\n    ga('send', 'pageview');\n  //]]>\n</script>\n<script>\n  //<![CDATA[\n    var trackOutboundLink = function(url) {\n       ga('send', 'event', 'outbound', 'click', url, {'hitCallback':\n         function () {\n         document.location = url;\n         }\n       });\n    }\n    $(document).ready(function() {\n      $(\"a\").live(\"click\", function(event) {\n          var href = $(this).attr(\"href\");\n          if (isOutboundHref(href)) {\n              trackOutboundLink(href);\n              var linkTarget = $(this).attr('target');\n              if (linkTarget != \"_blank\" && linkTarget != \"_BLANK\") { //link is opening in same page\n                setTimeout('document.location = \"' + href + '\"', 100);\n                return false;\n              }\n          }\n      });\n    });\n  //]]>\n</script>\n\n\n<div class='newsletter_overlay'>\n<div id='popups'>\n<div class='close'>\n<div class='icon-cancel'></div>\n</div>\n<div id='newsletter_container'>\n<img alt=\"Interstitial_nl_makeup\" src=\"http://assets5.youbeauty.com/img/31894//interstitial_nl_makeup.jpg\" />\n<div class='follow_buttons'>\n<h4>Follow Us</h4>\n<a class='follow_buttons_facebook' href='#' onclick=\"ga('send', 'event', 'Newsletter Pop Up', 'facebook follow');window.open('http://www.facebook.com/youbeautysite','_blank');\">\n<span class='icon-facebook-2'></span>\nFacebook\n</a>\n<a class='follow_buttons_pinterest' href='#' onclick=\"ga('send', 'event', 'Newsletter Pop Up', 'pinterest follow');window.open('http://www.pinterest.com/youbeautysite','_blank');\">\n<span class='icon-pinterest'></span>\nPinterest\n</a>\n</div>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-remote=\"true\" data-validate=\"parsley\" id=\"newsletter_popup_form\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#popups\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"#popups_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input class=\"newsletter_submit peach cancel\" name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Newsletter Pop Up&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"Sign me up!\" />\n</ol></fieldset></form>\n<div class='newsletter_thank_you'>\n<p class='thank_you_headline'>\nWe're email friends!\n</p>\n<p class='follow_text'>\nIf you'd like deeper access (taking quizzes, leaving comments) please\n<a href='/sign_up'>\nregister here.\n</a>\n</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<script>\n  //<![CDATA[\n    \n    drawPopupBox();\n    \n    $(document).ready(function () {\n    \n      var on = 1;\n      var signedIn = false\n      var seenPopup = hasSeenPopup();\n      var closedPopup = false;\n    \n      if (on === 1 && !signedIn && !seenPopup) {\n    \n        setTimeout(showOverlay, 20000);\n        document.getElementById('popups').style.left = window.innerWidth * .5 - 305 + \"px\";\n    \n        $('form input[type=submit].newsletter_submit').click(formValidation);\n        \n        $('#newsletter_popup_form').live('ajax:beforeSend', function(e) {\n        }).live('ajax:success', function() {\n        }).live('ajax:error', function (evt, xhr, status, error) {\n        });\n      }\n    \n      $(window).on('orientationchange', function(e) {\n        if (on === 1 && !signedIn && !seenPopup && !closedPopup) {\n          $('body').removeClass('noscroll');\n          hideOverlay();\n          resizeOverlay();\n    \n          $('body').addClass('noscroll');\n          drawPopupBox();\n        }\n      });\n    \n      $('.close').click(function() {\n        closedPopup = true;\n        $('body > .newsletter_overlay').remove();\n        $('body').removeClass('noscroll');\n      });\n    });\n    \n    function showOverlay() {\n    \n      $('.newsletter_overlay').addClass(\"cover_all_overlay\");\n      sizeOverlay();\n    \n      $('body').addClass('noscroll');\n    }\n    \n    function hideOverlay() {\n      $('.cover_all_overlay').css({'height': 0, 'width': 0});\n    }\n    \n    function sizeOverlay() {\n      var body = document.body,\n      html = document.documentElement,\n      height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight );\n      width = window.innerWidth;\n    \n      $('.cover_all_overlay').css({'height': height, 'width': width});\n    }\n    \n    function resizeOverlay() {\n      var body = document.body,\n      html = document.documentElement,\n      height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight );\n      width = window.innerWidth;\n    \n      $('.cover_all_overlay').css({'height': height, 'width': width});\n      \n    }\n    \n    function drawPopupBox() {\n      document.getElementById('popups').style.top = window.innerHeight * .5 - 234 + \"px\";\n      document.getElementById('popups').style.left = window.innerWidth * .5 - 305 + \"px\";\n    }\n    \n    function formValidation(event) {\n        event.preventDefault();\n    \n        if (!isValidsign_up_emailAddress($(\"#newsletter_subscription_email\").val())) {\n          $(\"#newsletter_subscription_email\").addClass('newsletter_error');\n          $(\"#newsletter_subscription_email\").val('');\n          $(\"#newsletter_subscription_email\").attr(\"placeholder\", \"Please enter a valid email address\")\n        }\n        else {\n          $('#newsletter_popup_form').submit();\n          $('#newsletter_container form.newsletter_subscription > fieldset').remove();\n          $('.newsletter_thank_you').css('display','block');\n        }\n    }\n    \n    function setHourNewsletterCookie(cookieName) {\n        var now = new Date();\n        var time = now.getTime();\n        time += 3600 * 1000;\n        now.setTime(time);\n        document.cookie = cookieName + \"=1; expires=\" + now.toUTCString();\n    }\n    \n    function hasSeenPopup() {\n      var cookieName = 'bt_newsletter';\n    \n      // check for existence of cookie. If exists:\n      if (document.cookie.length > 0 && document.cookie.indexOf(cookieName + '=') != -1) {\n        return true;\n      }\n      else {\n        // set cookie, have it time out in 1 hour\n        setHourNewsletterCookie(cookieName);\n        return false;\n      }\n    }\n  //]]>\n</script>\n\n\n\n</head>\n<body class='articles show'>\n<script>\n!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];\nif(!d.getElementById(id)){js=d.createElement(s);\njs.id=id;js.src=\"//platform.twitter.com/widgets.js\";\nfjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n(function() {\nvar po = document.createElement('script'); po.type = 'text/javascript'; po.async = false;\npo.src = 'https://apis.google.com/js/platform.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n})();\n(function(d, s, id) {\nvar js, fjs = d.getElementsByTagName(s)[0];\nif (d.getElementById(id)) return;\njs = d.createElement(s); js.id = id;\njs.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0\";\nfjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));\n</script>\n<!-- Google Tag Manager -->\n<noscript>\n<iframe height='0' src='//www.googletagmanager.com/ns.html?id=GTM-NQ5QP2' style='display:none;visibility:hidden' width='0'></iframe>\n</noscript>\n<script>\n  //<![CDATA[\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n        '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n        })(window,document,'script','dataLayer','GTM-NQ5QP2');\n  //]]>\n</script>\n<!-- End Google Tag Manager -->\n<div id='out_of_page_ads'></div>\n<div id='clickable_wallpaper'></div>\n<div class='top_header'>\n<div class='top_nav'>\n<div class='nav_info'>\n<div class='logo'>\n<a href=\"/\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Header&#x27;, &#x27;Middle Top Nav&#x27;, &#x27;Logo&#x27;);\"><img alt=\"Yb_new_logo\" src=\"http://assets3.youbeauty.com/assets/yb_new_logo-088a06d7a7d5116d42b54b300c1bba01.jpg\" /></a>\n</div>\n\n<div class='left_group'>\n<ul class='channel_names' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Quizzes Hover');\">\n<li class='quiz' data-channel='quiz'>\n<a href=\"#\">Quizzes</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li class='featured'>\n<a href=\"/quizzes/sexual-satisfaction/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Sexual Satisfaction Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Sexual Satisfaction 640\" src=\"http://assets8.youbeauty.com/img/25632/218/sexual_satisfaction_218.jpg\" />\n</div>\n<div class='text'>\n<h4>\nHow's Your Sex Life? \n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n</div>\n<div class='read_more'>Take Quiz</div>\n</li>\n<li class='quiz_links'>\n<a href=\"/quizzes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav See All Quizzes Link Click&#x27;);\"></a>\n<div class='icon quiz'></div>\n<div class='channel'>\nSee All Quizzes\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='quiz_links skin'>\n<a href=\"/quizzes#1\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Skin Link Click&#x27;);\"></a>\n<div class='icon skin'></div>\n<div class='channel'>\nSkin\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='makeup quiz_links'>\n<a href=\"/quizzes#2\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Makeup Link Click&#x27;);\"></a>\n<div class='icon makeup'></div>\n<div class='channel'>\nMakeup\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='hair quiz_links'>\n<a href=\"/quizzes#3\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Hair Link Click&#x27;);\"></a>\n<div class='hair icon'></div>\n<div class='channel'>\nHair\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='body-fitness quiz_links'>\n<a href=\"/quizzes#4\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Body + Fitness Link Click&#x27;);\"></a>\n<div class='body-fitness icon'></div>\n<div class='channel'>\nBody + Fitness\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='nutrition quiz_links'>\n<a href=\"/quizzes#5\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Nutrition Link Click&#x27;);\"></a>\n<div class='icon nutrition'></div>\n<div class='channel'>\nNutrition\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='health quiz_links'>\n<a href=\"/quizzes#6\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Health Link Click&#x27;);\"></a>\n<div class='health icon'></div>\n<div class='channel'>\nHealth\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='psychology quiz_links'>\n<a href=\"/quizzes#7\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Psychology Link Click&#x27;);\"></a>\n<div class='icon psychology'></div>\n<div class='channel'>\nPsychology\n<span class='icon-right-open'></span>\n</div>\n</li>\n<li class='quiz_links relationships'>\n<a href=\"/quizzes#8\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Quiz Nav Relationships Link Click&#x27;);\"></a>\n<div class='icon relationships'></div>\n<div class='channel'>\nRelationships\n<span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket beauty' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Beauty Hover');\">\n<a href=\"#\">Beauty</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='hair link'>\n<a href=\"/hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Channel Link Click&#x27;);\"></a>\n<div class='hair icon'></div>\n<div class='channel'>\nHair <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link makeup'>\n<a href=\"/face\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Makeup Channel Link Click&#x27;);\"></a>\n<div class='icon makeup'></div>\n<div class='channel'>\nMakeup <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link skin'>\n<a href=\"/skin\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Skin Channel Link Click&#x27;);\"></a>\n<div class='icon skin'></div>\n<div class='channel'>\nSkin <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link nails'>\n<a href=\"/topics/nails\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Nails Tag Link Click&#x27;);\"></a>\n<div class='icon-tag nails'></div>\n<div class='channel'>\nNails <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link style'>\n<a href=\"/topics/style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" src=\"http://assets8.youbeauty.com/img/35851/218/hair_2014_218.jpg\" />\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/skin/diy-holiday-nail-art\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Holiday Nail Art Ch\" src=\"http://assets8.youbeauty.com/img/21451/218/holiday_nail_art_218.jpg\" />\n<h4><a href=\"/skin/diy-holiday-nail-art\">Try This Super-Easy Holiday Nail Art </a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Skin Resolutions A\" src=\"http://assets8.youbeauty.com/img/35936/218/skin_resolutions_sm.jpg\" />\n<h4><a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\">5 Easy Skin Resolutions You Need to Make Right Now</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/face-flip\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Face Flip Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Face Flip 640\" src=\"http://assets8.youbeauty.com/img/25667/218/face_flip_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/face-flip\">Face Flip Quiz</a></h4>\n<p>\nUpload your photo and we'll flip your face to show left and right symmetry. \n<span class='time'>\n5 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket wellness' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Wellness Hover');\">\n<a href=\"#\">Wellness</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='body-fitness link'>\n<a href=\"/body-fitness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Body + Fitness Channel Link Click&#x27;);\"></a>\n<div class='body-fitness icon'></div>\n<div class='channel'>\nBody + Fitness <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link nutrition'>\n<a href=\"/nutrition\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Nutrition Channel Link Click&#x27;);\"></a>\n<div class='icon nutrition'></div>\n<div class='channel'>\nNutrition <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link recipes'>\n<a href=\"/topics/recipes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Recipes Tag Link Click&#x27;);\"></a>\n<div class='icon-tag recipes'></div>\n<div class='channel'>\nRecipes <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='health link'>\n<a href=\"/health\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Health Channel Link Click&#x27;);\"></a>\n<div class='health icon'></div>\n<div class='channel'>\nHealth <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link psychology'>\n<a href=\"/mind\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Psychology Channel Link Click&#x27;);\"></a>\n<div class='icon psychology'></div>\n<div class='channel'>\nPsychology <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/mind/not-having-new-years-resolutions\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"New Years Resolution Nothing A\" src=\"http://assets8.youbeauty.com/img/35860/218/new_years_resolution_nothing_sm.jpg\" />\n<h4><a href=\"/mind/not-having-new-years-resolutions\">New Year's Resolution: Not Having Any Resolutions</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/nutrition/holiday-cookies\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"H Article\" src=\"http://assets8.youbeauty.com/img/35586/218/holiday_cookies_218.jpg\" />\n<h4><a href=\"/nutrition/holiday-cookies\">3 Tasty Holiday Cookie Recipe Makeovers</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/nutrition/wine-ice-cream\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Icecream 600\" src=\"http://assets8.youbeauty.com/img/35924/218/icecream_200.jpg\" />\n<h4><a href=\"/nutrition/wine-ice-cream\">The Snack of Tomorrow is Wine Ice Cream</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/self-esteem/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Wellness Self-Esteem Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Self Esteem 640\" src=\"http://assets8.youbeauty.com/img/25694/218/self_esteem_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/self-esteem/start\">Self-Esteem Quiz</a></h4>\n<p>\nHigh self-esteem makes you feel (and therefore look) beautiful. How does yours rate? \n<span class='time'>\n2 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket life' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Life Hover');\">\n<a href=\"#\">Life</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='link style'>\n<a href=\"/topics/style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Life Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link relationships'>\n<a href=\"/relationships\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Relationships Channel Link Click&#x27;);\"></a>\n<div class='icon relationships'></div>\n<div class='channel'>\nRelationships <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link sex'>\n<a href=\"/topics/sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sex Tag Link Click&#x27;);\"></a>\n<div class='icon-tag sex'></div>\n<div class='channel'>\nSex <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='finances link'>\n<a href=\"/topics/finances\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Finances Tag Link Click&#x27;);\"></a>\n<div class='finances icon-tag'></div>\n<div class='channel'>\nFinances <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='link work'>\n<a href=\"/topics/work\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Work Tag Link Click&#x27;);\"></a>\n<div class='icon-tag work'></div>\n<div class='channel'>\nCareer <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/relationships/new-years-resolution-fighting-fomo\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"New Years Resolution Fomo A\" src=\"http://assets8.youbeauty.com/img/35789/218/new_years_resolution_sm.jpg\" />\n<h4><a href=\"/relationships/new-years-resolution-fighting-fomo\">New Year's Resolution: Fighting FOMO</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/relationships/this-year-in-sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Sex News\" src=\"http://assets8.youbeauty.com/img/35690/218/sex_news_218.jpg\" />\n<h4><a href=\"/relationships/this-year-in-sex\">The Most Intriguing Sex News of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/mind/columns/a-rockstar-life/so-youre-40-dont-freak-out\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Turning 40 A\" src=\"http://assets8.youbeauty.com/img/31815/218/turning_40_sm.jpg\" />\n<h4><a href=\"/mind/columns/a-rockstar-life/so-youre-40-dont-freak-out\">So, You're 40. Don't Freak Out.</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li class='bucket_quiz'>\n<a href=\"/quizzes/close-relationships/start\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Life Close Relationships Quiz Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Close Relationships 640\" src=\"http://assets8.youbeauty.com/img/25688/218/close_relationships_218.jpg\" />\n</div>\n<div class='info'>\n<div class='line'></div>\n<h4><a href=\"/quizzes/close-relationships/start\">Close Relationships Quiz</a></h4>\n<p>\nFind out how your relationship personality is affecting you and the people you love.\n<span class='time'>\n3 minutes to complete\n</span>\n<span class='icon-reply-all'></span>\n</p>\n</div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='bucket celebs' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Celebs Hover');\">\n<a href=\"#\">Celebs</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<div class='bucket_wrap'>\n<ul class='left'>\n<li class='celebrity-makeup link'>\n<a href=\"/topics/celebrity-makeup\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Makeup Tag Link Click&#x27;);\"></a>\n<div class='icon-tag makeup'></div>\n<div class='channel'>\nMakeup <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='celebrity-hair link'>\n<a href=\"/topics/celebrity-hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Tag Link Click&#x27;);\"></a>\n<div class='hair icon-tag'></div>\n<div class='channel'>\nHair <span class='icon-right-open'></span>\n</div>\n</li>\n<li class='celebrity-style link'>\n<a href=\"/topics/celebrity-style\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style Tag Link Click&#x27;);\"></a>\n<div class='icon-tag style'></div>\n<div class='channel'>\nStyle <span class='icon-right-open'></span>\n</div>\n</li>\n</ul>\n<ul class='right'>\n<li>\n<a href=\"/face/galleries/top-10-glamorous-red-carpet-looks-from-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 1 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Red Carpet Looks Lar\" src=\"http://assets8.youbeauty.com/img/35768/218/Red_carpet_looks_sm.jpg\" />\n<h4><a href=\"/face/galleries/top-10-glamorous-red-carpet-looks-from-2014\">The Top 10 Most Glamorous Red Carpet Looks of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 2 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" src=\"http://assets8.youbeauty.com/img/35851/218/hair_2014_218.jpg\" />\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n<li>\n<a href=\"/relationships/class-on-beyonce-wake-forest\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Celebs Content Place 3 Link Click&#x27;);\"></a>\n<div class='image'>\n<img alt=\"Beyoonce Class A\" src=\"http://assets8.youbeauty.com/img/35092/218/beyoonce_class_sm.jpg\" />\n<h4><a href=\"/relationships/class-on-beyonce-wake-forest\">You Can Take a Class on Beyoncé at Wake Forest University</a></h4>\n</div>\n<span class='icon-reply-all'></span>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n</ul>\n</div>\n<div class='right_group'>\n<ul class='channel_names'>\n<li class='community' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Community Hover');\">\n<a href=\"#\">Community</a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li class='message'>\n<h8>Trending now</h8>\n<div class='question'>\n<a href=\"/youtalk/recipes/how-to-cook-quinoa\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Featured Message Link Click&#x27;);\"></a>\n<div class='box'>\n<div class='arrow-down'></div>\n<h4>&ldquo; <br /> how to cook quinoa <br /> &rdquo;</h4>\n</div>\n<h8>\n<span>Vanessaxa</span>\n / 19 Replies\n</h8>\n</div>\n</li>\n<li class='beauty'>\n<a href=\"/youtalk/beauty\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Beauty Board Link Click&#x27;);\">Beauty <span class='icon-right-open'></span></a>\n</li>\n<li class='diet-and-weight-loss'>\n<a href=\"/youtalk/diet-and-weight-loss\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Diet And Weight Loss Board Link Click&#x27;);\">Diet And Weight Loss <span class='icon-right-open'></span></a>\n</li>\n<li class='sex'>\n<a href=\"/youtalk/sex\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sex Board Link Click&#x27;);\">Sex <span class='icon-right-open'></span></a>\n</li>\n<li class='work-and-careers'>\n<a href=\"/youtalk/work-and-careers\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Work And Careers Board Link Click&#x27;);\">Work And Careers <span class='icon-right-open'></span></a>\n</li>\n<li class='hair'>\n<a href=\"/youtalk/hair\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Hair Board Link Click&#x27;);\">Hair <span class='icon-right-open'></span></a>\n</li>\n<li class='love-and-relationships'>\n<a href=\"/youtalk/love-and-relationships\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Love And Relationships Board Link Click&#x27;);\">Love And Relationships <span class='icon-right-open'></span></a>\n</li>\n<li class='chit-chat'>\n<a href=\"/youtalk/chit-chat\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Chit Chat Board Link Click&#x27;);\">Chit Chat <span class='icon-right-open'></span></a>\n</li>\n<li class='feedback-and-announcements'>\n<a href=\"/youtalk/feedback-and-announcements\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Feedback And Announcements Board Link Click&#x27;);\">Feedback And Announcements <span class='icon-right-open'></span></a>\n</li>\n<li class='the-dr-oz-show'>\n<a href=\"/youtalk/the-dr-oz-show\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;The Dr. Oz Show Board Link Click&#x27;);\">The Dr. Oz Show <span class='icon-right-open'></span></a>\n</li>\n<li class='health-and-wellness'>\n<a href=\"/youtalk/health-and-wellness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Health And Wellness Board Link Click&#x27;);\">Health And Wellness <span class='icon-right-open'></span></a>\n</li>\n<li class='fitness'>\n<a href=\"/youtalk/fitness\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Fitness Board Link Click&#x27;);\">Fitness <span class='icon-right-open'></span></a>\n</li>\n<li class='moms'>\n<a href=\"/youtalk/moms\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Moms Board Link Click&#x27;);\">Moms <span class='icon-right-open'></span></a>\n</li>\n<li class='recipes'>\n<a href=\"/youtalk/recipes\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Recipes Board Link Click&#x27;);\">Recipes <span class='icon-right-open'></span></a>\n</li>\n<li class='style-fashion'>\n<a href=\"/youtalk/style-fashion\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Style &amp; Fashion Board Link Click&#x27;);\">Style & Fashion <span class='icon-right-open'></span></a>\n</li>\n<li class='teens'>\n<a href=\"/youtalk/teens\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Teens Board Link Click&#x27;);\">Teens <span class='icon-right-open'></span></a>\n</li>\n<li>\n<a href=\"/youtalk\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;All Boards Link Click&#x27;);\">See All Boards <span class='icon-right-open'></span></a>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n<li class='social' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Social Hover');\">\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Nav', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Nav', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n</li>\n<li class='search'>\n<a href=\"#\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Search Dropdown&#x27;);\"><span class='icon-search-1'></span></a>\n<div class='dropdown'>\n<div class='nav_content'>\n<ul>\n<li>\n<div id='search'>\n<form accept-charset=\"UTF-8\" action=\"/search\" method=\"get\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Submit&#x27;, &#x27;Search Query&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /></div>\n<input id=\"q\" name=\"q\" placeholder=\"search\" type=\"text\" value=\"\" />\n</form>\n\n</div>\n</li>\n</ul>\n</div>\n</div>\n<div class='triangle'></div>\n</li>\n</ul>\n</div>\n</div>\n</div>\n\n</div>\n<div class='container'>\n<div class='tabs_section'>\n<div class='links_wrapper'>\n<div class='left'>\n</div>\n<div class='out sign_in_nav'>\n<a href=\"#\" class=\"signed_out\" data-authenticate=\"true\" onClick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Nav&#x27;, &#x27;Click&#x27;, &#x27;Sign In / Register Link Click&#x27;);\">Sign In / Register</a>\n</div>\n</div>\n</div>\n\n<div id='top_of_top_leaderboard_ad'></div>\n<div id='top_leaderboard_ad'>\n<div id='ad'>\n<script>\n         googletag.cmd.push(function() {googletag.display('ad');});\n        </script>\n</div>\n</div>\n\n<div id='head'>\n<div class='face' id='breadcrumbs'><a href=\"/\">Home</a><span class='arrow'></span><a href=\"/learn\">Articles + Experts</a><span class='arrow'></span><a href=\"/face\">Face</a><span class='arrow'></span>We Tried It: Clinique Acne Solutions Powder Makeup</div>\n<div id='sponsor'></div>\n</div>\n<div id='flash'>\n<p class='notice'></p>\n<p class='alert'></p>\n</div>\n<div id='body'>\n<div id='wallpaper_ad'>\n<script>\n         googletag.cmd.push(function() {googletag.display('wallpaper_ad');});\n        </script>\n</div>\n<div id='column_one'>\n<div id='column_sponsor_header'></div>\n<div class='column_bg'>\n<div class='column_container'>\n<div class='header'>\n\n</div>\n<div class='body'>\n\n<div class='article_body'>\n<div class='heading' style=''>\n<h1 class='headline'>We Tried It: Clinique Acne Solutions Powder Makeup</h1>\n</div>\n<h2 class='subtitle'>The powder immediately cut the shine and gave my skin an even, natural look.</h2>\n<div class='info_bar'>\n<div class='author'>\n<span>By</span>\n<a href=\"/authors/tiffanie-drayton\" rel=\"author\">Tiffanie Drayton</a>\n</div>\n<div class='published_at'>\n<span>| December 23rd, 2014</span>\n</div>\n<div class='comments_count'>\n<p>\n|\n<a href=\"/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden#comments\">0 Comments</a>\n</p>\n</div>\n</div>\n<div class='top_pagination'>\n<div class='page_1' data-page='1' style=''>\n<div class='article_pagination'>\n\n</div>\n</div>\n</div>\n<div class='share_bar'>\n<div id='gigya_bop'>\n<div class='share_this'>\n<div class='addthis_share'>\n<div class='share_count'>\n0\n</div>\n<div class='share_text'>\nSHARES\n</div>\n</div>\n<div class='addthis_big_buttons'>\n<a class='at_button facebook' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=We Tried It: Clinique Acne Solutions Powder Makeup - Youbeauty.com&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Facebook', 'resizable,width=640,height=480'); ga('send', 'social', 'facebook', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-facebook-1 icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Facebook'>Share</span>\n</a>\n<a class='at_button pinterest' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/pinterest/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Pinterest', 'resizable,width=640,height=480'); ga('send', 'social', 'pinterest', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-pinterest icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Pinterest'>Pin</span>\n</a>\n<a class='at_button twitter' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=We Tried It: Clinique Acne Solutions Powder Makeup - Youbeauty.com&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Twitter', 'resizable,width=640,height=480'); ga('send', 'social', 'twitter', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-twitter icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Twitter'>Tweet</span>\n</a>\n<a class='at_button email' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/email/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=I saw this on YouBeauty and thought you may want to know.&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Email', 'resizable,width=640,height=480'); ga('send', 'social', 'email', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-mail icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Email'>Email</span>\n</a>\n</div>\n\n</div>\n</div>\n</div>\n<div class='page_body'>\n<div class='page_1' data-page='1' style=''>\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\"></span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35641/0/we-tried-it_clinique-acne-powder.jpg\" alt=\"We Tried It: Clinique Acne Solutions Powder Makeup in Golden\" title=\"We Tried It: Clinique Acne Solutions Powder Makeup in Golden\"></td>\r\n</tr></tbody>\n</table><p><strong> </strong></p>\r\n<p>I have confused <a href=\"http://www.youbeauty.com/skin\" target=\"_blank\">skin</a>. One moment it is <a href=\"http://www.youbeauty.com/topics/dry-skin\" target=\"_blank\">dry</a> and needs hydration and the next it is oily <a href=\"http://www.youbeauty.com/topics/oily-skin\" target=\"_blank\"></a>and greasy. So I need a powder that will cut the oil, but still let my skin breathe. Clinique Acne Solutions Powder Makeup gently covers blemishes, evens skin and even absorbs oil to leave skin looking fresh. It's made specifically for \"dry combination to oily skin types,\" so it may be just what I have been looking for. </p>\r\n<p><strong>Product:</strong> <a href=\"http://www.clinique.com/product/1599/32205/Makeup/Foundations/Acne-Solutions-Powder-Makeup\" target=\"_blank\">Clinique Acne Solutions Powder Makeup</a></p>\r\n<p><strong>Price:</strong> $31.00</p>\r\n<p><strong>Tags: </strong></p>\r\n<table class=\"align-center\">\n<caption align=\"bottom\" class=\"mceNonEditable\">\n<span credit=\"true\"></span><span caption=\"true\"></span>\n</caption>\r\n<tbody><tr>\n<td><img src=\"http://i.cdn.youbeauty.com/img/35646/0/clinique-powder-badges.jpg\"></td>\r\n</tr></tbody>\n</table><p><strong>How to Use it:</strong> The powder comes with a sponge applicator, but feel free to apply it with a powder brush as well. Apply to oily spots only or use the powder on your entire face for full-coverage. (It's also available in liquid form.)</p>\r\n<p><strong>Results:</strong> The shade that I received as a trial, Golden, was a bit too dark for my complexion, but I'm expecting to get a tan soon on a trip to the tropics. That aside, my skin has been in its oily phase for the past few days, so I was super excited to see if Clinique's Acne Solutions Powder Makeup really delivered — and it definitely did! The powder immediately cut the shine and gave my skin an even, natural look. It is very light and even thought it builds on your skin, it doesn't look or feel \"caked on\" like some powders do. I will be purchasing it for myself in the future, although maybe in a lighter shade.</p>\r\n<p><em>Disclaimer: I received Clinique Acne Solutions Powder as a sample.</em></p>\r\n<p><strong>Related Articles:</strong></p>\r\n<p><a href=\"http://www.youbeauty.com/skin/resveratrol-acne-treatment\" target=\"_blank\">Could Resveratrol Be the Secret to Clearer Skin?</a> </p>\r\n<p><a href=\"http://www.youbeauty.com/skin/neroli-oil-the-ideal-face-oil-for-oily-skin\" target=\"_blank\">Neroli Oil: The Ideal Face Oil for Oily Skin</a> </p>\r\n<p><a href=\"http://www.youbeauty.com/skin/derma-e-beauty-inside-out\" target=\"_blank\">5 Stubborn Skin Issues and How to Fix Them</a></p>\n<div class='article_pagination'>\n\n</div>\n</div>\n</div>\n<div class='bottom' id='content_actions'>\n<div class='gigya_actions_wrapper'>\n<div id='gigya_bop'>\n<div class='share_this'>\n<div class='bottom_buttons'>\n<a class='at_button facebook' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=We Tried It: Clinique Acne Solutions Powder Makeup - Youbeauty.com&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Facebook', 'resizable,width=640,height=480'); ga('send', 'social', 'facebook', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-facebook-1 icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Facebook'>Share</span>\n</a>\n<a class='at_button pinterest' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/pinterest/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Pinterest', 'resizable,width=640,height=480'); ga('send', 'social', 'pinterest', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-pinterest icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Pinterest'>Pin</span>\n</a>\n<a class='at_button twitter' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=We Tried It: Clinique Acne Solutions Powder Makeup - Youbeauty.com&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Twitter', 'resizable,width=640,height=480'); ga('send', 'social', 'twitter', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-twitter icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Twitter'>Tweet</span>\n</a>\n<a class='at_button email' href='#' onclick=\"window.open('https://api.addthis.com/oexchange/0.8/forward/email/offer?pco=tbxnj-1.0&amp;url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&amp;pubid=ra-53bbfc3b2370fcc4&amp;ct=1&amp;shortener=bitly&amp;title=I saw this on YouBeauty and thought you may want to know.&amp;description=A review of Clinique Acne Solutions Powder Makeup for dry, oily and combination skin.', 'Email', 'resizable,width=640,height=480'); ga('send', 'social', 'email', 'share', $(location).attr('href')); return false;\">\n<span class='icon' style='display: inline-block;'>\n<i class='icon-mail icon-class'></i>\n</span>\n<span class='button_label' style='display: inline-block;' title='Email'>Email</span>\n</a>\n</div>\n\n</div>\n<div class='tags'>\nTags:\n<a href=\"/topics/clinique?c=face\">Clinique</a>, <a href=\"/topics/powder?c=face\">Powder</a>, <a href=\"/topics/we-tried-it?c=face\">We Tried It</a>, <a href=\"/topics/beauty?c=face\">Beauty</a>, <a href=\"/topics/makeup?c=face\">Makeup</a>, <a href=\"/topics/face?c=face\">Face</a>\n</div>\n\n<div class='actions'>\n<div class='print_this'>\n<a href=\"/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden?layout=print\" target=\"_blank\">Print</a>\n</div>\n<div class='save_this' data-content-key='savable'>\n<a href=\"#\" data-authenticate=\"true\">Save</a>\n</div>\n\n</div>\n</div>\n<div id='bottom_content'>\n<span>\nSmart is sexy\n</span>\n<span>- get our newsletter:</span>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#content_actions\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"content_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<div class='follow_us'>\n<span>Let's be friends!</span>\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Below Content', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Below Content', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div>\n</div>\n\n<a name='comments'></a>\n<div class='comments_link'>\n<div class='head'>\n<h4>\nJoin the Conversation\n<div class='facebook_comments'>\n<br>\n<fb:comments colorscheme='light' href='http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden' numposts='10' width='100%'></fb:comments>\n</div>\n</h4>\n</div>\n</div>\n<div id='related_content'>\n<div id='partner_module_1'>\n<style>\n  /*<![CDATA[*/\n    #_ci_widget_div_31971 .ci_text{display:block;text-align:center;}\n    #widget_table_31971 a{color: #333!important; font-family: 'Open Sans', sans-serif !important; font-size: 13px !important;\n                          padding-top: 5px !important; line-height: 19px !important;  display: block;}\n    #widget_table_31971 br {display: none;}\n    #_ci_widget_div_31971 table tr td a img {width: 155px !important; height: auto;}\n    body .container #body div.body .article_body #_ci_widget_div_31971 table tr td {padding: 0; margin-right: 8px; display: inline-block; vertical-align: top;}\n    body .container #body div.body .article_body #_ci_widget_div_31971 table tr td:last-child {margin-right: 0;}\n    #_ci_widget_div_31971 {width: 100% !important;}\n  /*]]>*/\n</style>\n<div class='she_knows'>\n<p style='text-align:left; color: black; font-size: 18pt; margin-bottom: 5px;'>\nStories We Love\n</p>\n<script>\n  //<![CDATA[\n    var _CI = _CI || {};\n    (function() {\n    var script = document.createElement('script');\n    ref = document.getElementsByTagName('script')[0];\n    _CI.counter = (_CI.counter) ? _CI.counter + 1 : 1;\n    jQuery(\"#partner_module_1\").append('<div id=\"_CI_widget_'+_CI.counter+'\"></div>');\n    script.type = 'text/javascript';\n    script.src = 'http://widget.crowdignite.com/widgets/31971?_ci_wid=_CI_widget_'+_CI.counter;\n    script.async = true;\n    ref.parentNode.insertBefore(script, ref);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n<div id='partner_module_2'>\n<div class='OUTBRAIN' data-ob_template='youbeauty' data-src='http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden' data-widget-id='AR_1'></div>\n<script src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>\n</div>\n<script>\n  //<![CDATA[\n    __reach_config = {\n    pid: '4f208231a782f3205e00002d',\n    title: 'We Tried It: Clinique Acne Solutions Powder Makeup',\n    url: 'http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden',\n    date: '2014-12-23 15:01:07',\n    authors: ['Tiffanie Drayton'],\n    channels: ['face'],\n    tags: ['clinique','powder','we tried it','beauty','makeup','face'],\n    landing_url: 'http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden'\n    };\n    (function(){\n    var s = document.createElement('script');\n    s.async = true;\n    s.type = 'text/javascript';\n    s.src = document.location.protocol + '//simple-cdn.s3.amazonaws.com/js/reach.js';\n    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);\n    })();\n    var __ajax_reach_config = {\n    pid: '4f208231a782f3205e00002d',\n    title: 'We Tried It: Clinique Acne Solutions Powder Makeup',\n    url: 'http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden',\n    date: '2014-12-23 15:01:07',\n    authors: ['Tiffanie Drayton'],\n    channels: ['face'],\n    tags: ['clinique','powder','we tried it','beauty','makeup','face'],\n    landing_url: 'http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden'\n    };\n    $(\".article_pagination a\").click(function() {\n      SPR.Reach.collect(__ajax_reach_config);\n    })\n  //]]>\n</script>\n\n</div>\n<script>\n  //<![CDATA[\n    $('table img, .photo img').not('.body.articles .photo img').each(function() {\n      var image = $(this).prop('src');\n      $(this).wrap('<div class=\"image_wrap\" />').before('<div class=\"pinit\"><a data-pin-config=\"none\" href=\"//pinterest.com/pin/create/button/?url=http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden&media=' + image + '&description=We%20Tried%20It%3A%20Clinique%20Acne%20Solutions%20Powder%20Makeup\" data-pin-do=\"buttonPin\"></a><span class=\"icon-pin-2\"><span>Pin it</span></span></div>')\n    });\n    \n    $(\".comments_count a\").click(function(event){\n      event.preventDefault();\n      var pos = $(\"#readable\").position();\n      $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n    });\n    \n    $(document).delegate('span.next a.next, span.prev a.prev','click', function() {\n        var pos = $(\"#readable\").position();\n        $('html, body').animate({ scrollTop: pos.top }, \"slow\");\n      });\n  //]]>\n</script>\n\n</div>\n\n<a name='comments'></a>\n<div class='comments' id='readable'>\n<div class='head'>\n<h4>\nComments on this Article (0)\n|\n<a href=\"#\" data-anchor=\"#\" data-authenticate=\"true\">Leave a Comment</a>\n</h4>\n</div>\n<div data-commentable-id='3879' data-commentable-type='Article' data-content-key='comments-index'>\n<div class='loading'>\nLoading&hellip;\n</div>\n</div>\n</div>\n<div class='hidden' id='flag'>\n<form accept-charset=\"UTF-8\" action=\"/flags\" class=\"formtastic flag\" id=\"new_flag\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n\n<fieldset class=\"inputs\"><ol><li class=\"hidden required\" id=\"flag_flaggable_id_input\"><input id=\"flag_flaggable_id\" name=\"flag[flaggable_id]\" type=\"hidden\" /></li>\n<li class=\"hidden optional\" id=\"flag_flaggable_type_input\"><input id=\"flag_flaggable_type\" name=\"flag[flaggable_type]\" type=\"hidden\" /></li>\n<li class=\"select required\" id=\"flag_reason_input\"><label for=\"flag_reason\">Reason<abbr title=\"required\">*</abbr></label><select id=\"flag_reason\" name=\"flag[reason]\"><option value=\"This content is offensive\">This content is offensive</option>\n<option value=\"This is spam\">This is spam</option>\n<option value=\"Other\">Other</option></select></li>\n<li class=\"text optional\" id=\"flag_explanation_input\"><label for=\"flag_explanation\">Explanation</label><textarea id=\"flag_explanation\" name=\"flag[explanation]\" rows=\"20\">\n</textarea></li>\n</ol></fieldset><fieldset class=\"buttons\"><ol><input id=\"submit_flag\" name=\"commit\" type=\"submit\" value=\"Submit\" />\n</ol></fieldset></form>\n</div>\n\n\n\n\n</div>\n<div class='footer'></div>\n</div>\n</div>\n</div>\n<div id='column_two'>\n<div class='featured_quiz'>\n<a href=\"/quizzes/sexual-satisfaction/start\"></a>\n<h8>\nSexual Satisfaction Quiz\n</h8>\n<div class='image'>\n<img alt=\"Sexual Satisfaction 285\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/25633/100/sexual_satisfaction_285.jpg\" height=\"187\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"280\" /><noscript><img alt=\"Sexual_satisfaction_285\" height=\"187\" src=\"http://assets8.youbeauty.com/img/25633/100/sexual_satisfaction_285.jpg\" width=\"280\" /></noscript>\n</div>\n<h4>\n<a href=\"/quizzes/sexual-satisfaction\">How&#x27;s Your Sex Life? </a>\n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n<div class='read_more'>Take Quiz</div>\n</div>\n\n<div class='sidebar_ad' id='sidebar_ad'>\n<div id='sidebar_ad_300x250'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250');});\n        </script>\n</div>\n</div>\n\n<div class='socialize' id='socialize'>\n<h8>\nLet's hang out\n</h8>\n<div class='social_links'>\n<div class='social_links_overflow'>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Facebook');\">\n<a href=\"#\" class=\"fb_chicklet chk\" target=\"_blank\"><span class='icon-facebook-2'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Facebook');\">\n<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fyoubeautysite&amp;width&amp;layout=button&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=35&amp;appId=222325961135241' style='border:none; overflow:hidden; height:20px; width: 50px;'></iframe>\n</div>\n</div>\n<div class='chicklet_wrapper pin' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Pinterest');\">\n<a href=\"#\" class=\"pinterest_chicklet chk\" target=\"_blank\"><span class='icon-pinterest'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Pinterest');\">\n<a data-pin-do='buttonFollow' href='http://www.pinterest.com/youbeautysite/'>Pinterest</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Twitter');\">\n<a href=\"#\" class=\"twitter_chicklet chk\" target=\"_blank\"><span class='icon-twitter'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Twitter');\">\n<a class='twitter-follow-button' data-lang='en' data-show-count='false' data-show-screen-name='false' href='https://twitter.com/YouBeauty'></a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Instagram');\">\n<a href=\"#\" class=\"instagram_chicklet chk\" target=\"_blank\"><span class='icon-instagram-filled'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Instagram');\">\n<a href='https://instagram.com/youbeautysite' id='ig-follow' target='_blank'>\n<img src='/assets/icons/ig-camera.png'>\nFollow\n</a>\n</div>\n</div>\n<div class='chicklet_wrapper' onMouseover=\"ga('send', 'event', 'Right Rail', 'Hover', 'Google+');\">\n<a href=\"#\" class=\"gplus chk\" target=\"_blank\"><span class='icon-gplus'></span></a>\n<div class='hidden_chk' onClick=\"ga('send', 'event', 'Right Rail', 'Click', 'Google+');\">\n<div class='g-follow' data-annotation='none' data-height='20' data-href='https://plus.google.com/107874959784572684654' data-rel='publisher'></div>\n<script>\n  //<![CDATA[\n    (function() {\n      var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;\n      po.src = 'https://apis.google.com/js/platform.js';\n      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n    })();\n  //]]>\n</script>\n</div>\n</div>\n</div>\n</div>\n\n<div id='right_newsletter'>\n<img alt=\"Nl-signup-face\" src=\"http://assets8.youbeauty.com/assets/newsletter/nl-signup-face-528dda4a0e237684032cee276cccdccb.jpg\" />\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#socialize\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"enter your email\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"right_sidebar_newsletter_face\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input class=\"face\" name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<script>\n  //<![CDATA[\n     $(function(){\n       var isSaveSuccess = $('#right_newsletter #newsletter #flash').html() ? true : false ;\n       var userAlreadyExist = $('#right_newsletter #newsletter #alert').html() ? true : false ;\n    \n       if( isSaveSuccess ) hideFormOnSuccessSave();\n       if( userAlreadyExist ) highlightUserAlreadyExistMessage();\n     });\n    \n     function hideFormOnSuccessSave() {\n       $('#right_newsletter #newsletter fieldset').hide();\n       $('#right_newsletter #newsletter').css('background' , 'white');\n     }\n    \n     function highlightUserAlreadyExistMessage() {\n       $('#right_newsletter #newsletter #alert').css('background' , 'white');\n     }\n  //]]>\n</script>\n\n</div>\n\n<div class='sidebar_ad'>\n<div id='sidebar_ad_300x250_middle'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250_middle');});\n        </script>\n</div>\n</div>\n\n<div id='popular_content'>\n<h8>Most Popular</h8>\n<ul>\n<li class=''>\n<a href=\"/health/should-women-receive-paid-menstrual-leave\"></a>\n<div class='image'>\n<img alt=\"Paid Leave Menstrual Cramps 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/34946/50/paid_leave_menstrual_cramps_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Paid_leave_menstrual_cramps_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/34946/50/paid_leave_menstrual_cramps_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/should-women-receive-paid-menstrual-leave\">Should Women Receive Paid Menstrual Leave? </a></h6>\n</li>\n<li class=''>\n<a href=\"/health/columns/beauty-equals-health/vitamin-d-the-sunshine-vitamin\"></a>\n<div class='image'>\n<img alt=\"Vitamin D Supplements Important 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/34602/50/vitamin_d_supplements_important_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Vitamin_d_supplements_important_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/34602/50/vitamin_d_supplements_important_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/columns/beauty-equals-health/vitamin-d-the-sunshine-vitamin\">Why You Shouldn't Ignore Vitamin D, The \"Sunshine Vitamin\" </a></h6>\n</li>\n<li class=''>\n<a href=\"/body-fitness/alyssa-milano-breastfeeding-selfie\"></a>\n<div class='image'>\n<img alt=\"Alysa Milano 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/33679/50/alysa_milano_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Alysa_milano_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/33679/50/alysa_milano_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/body-fitness/alyssa-milano-breastfeeding-selfie\">Alyssa Milano Asks Why Her Breastfeeding Selfie Got More Hate Than Kim’s Butt Pics</a></h6>\n</li>\n<li class=''>\n<a href=\"/body-fitness/exercises-to-get-rid-of-back-fat\"></a>\n<div class='image'>\n<img alt=\"Back Fat Exercises 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/30863/50/back_fat_exercises_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Back_fat_exercises_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/30863/50/back_fat_exercises_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/body-fitness/exercises-to-get-rid-of-back-fat\">8 Exercises to Get Rid of Back Fat</a></h6>\n</li>\n<li class='last'>\n<a href=\"/health/leaky-gut-syndrome\"></a>\n<div class='image'>\n<img alt=\"Leaky Gut 101 50\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/33823/50/leaky_gut_101_50.jpg\" height=\"50\" src=\"http://assets4.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"50\" /><noscript><img alt=\"Leaky_gut_101_50\" height=\"50\" src=\"http://assets8.youbeauty.com/img/33823/50/leaky_gut_101_50.jpg\" width=\"50\" /></noscript>\n</div>\n<h6><a href=\"/health/leaky-gut-syndrome\">What Is Leaky Gut Syndrome?</a></h6>\n</li>\n</ul>\n</div>\n\n<div class='sidebar_ad'>\n<div id='sidebar_ad_300x250_bottom'>\n<script>\n         googletag.cmd.push(function() {googletag.display('sidebar_ad_300x250_bottom');});\n        </script>\n</div>\n</div>\n\n<div id='sidebar_quiz_banner'>\n<a href=\"/quizzes\"></a>\n<div class='arrow_down'></div>\n<div class='arrow_up'></div>\n<div class='arrow_left'></div>\n<div class='arrow_right'></div>\n<h8>\nGet Personalized Beauty Tips\n<br>\n<span>Take a Quiz Now ></span>\n</h8>\n</div>\n\n</div>\n</div>\n<div class='bottom_ad'>\n<div id='bottom_leaderboard_ad'>\n</div>\n<script>\n         googletag.cmd.push(function() {googletag.display('bottom_leaderboard_ad');});\n        </script>\n\n\n</div>\n<div id='transparent'></div>\n<div class='hidden' id='quiz_slider_list'>\n<a href=\"javascript:$.sidr(&#x27;close&#x27;, &#x27;quiz_slider_list&#x27;);\" class=\"close x\" onclick=\"$(&#x27;#transparent&#x27;).hide();\">X</a>\n<h6>\nBe Your Most Beautiful You\n</h6>\n<p>\nHighlight your eye color. Flaunt your body shape. Harness your confidence. Take our quizzes to better know yourself\nand get science-based, individualized advice to embrace your true beauty.\n</p>\n<ul>\n<li class='first'>\n<a href=\"/quizzes/sexual-satisfaction\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Sexual Satisfaction Position_0&#x27;)\"></a>\n<h5>\nSexual Satisfaction Quiz\n</h5>\n<div>\n<div class='image'>\n<img alt=\"Sexual_satisfaction_285\" src=\"http://assets6.youbeauty.com/img/25633/285/sexual_satisfaction_285.jpg\" />\n</div>\n<div>\n<h4>\nHow's Your Sex Life? \n</h4>\n<p>Great sex does more than blow your mind—it's good for your heart, your head and your beauty.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/sleep-quality\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Sleep Quality Position_1&#x27;)\"></a>\n<div>\n<h4 class='title'>Sleep Quality Quiz</h4>\n<div class='image'>\n<img alt=\"Sleep_130\" src=\"http://assets6.youbeauty.com/img/30021/130/sleep_130.jpg\" />\n</div>\n<div>\n<h4>\nDo You Get Enough Quality Sleep?\n</h4>\n<p>Good sleepers are beautiful, happier and enjoy better sex. Learn how to be better rested. </p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/healthy-hair\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Healthy Hair Position_2&#x27;)\"></a>\n<div>\n<h4 class='title'>Healthy Hair Quiz</h4>\n<div class='image'>\n<img alt=\"Healthy_hair_130\" src=\"http://assets6.youbeauty.com/img/30046/130/healthy_hair_130.jpg\" />\n</div>\n<div>\n<h4>\nThere Are 16 Factors That Determine Your Hair Type\n</h4>\n<p>Learn why your hair does what it does, and get styling and product tips to make it do what you want.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class=''>\n<a href=\"/quizzes/eye-makeup\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;,&#x27;Homepage&#x27;, &#x27;Top Quizzes&#x27;, &#x27;Eye Makeup Position_3&#x27;)\"></a>\n<div>\n<h4 class='title'>Eye Makeup Quiz</h4>\n<div class='image'>\n<img alt=\"Eye_makeup_130\" src=\"http://assets6.youbeauty.com/img/30011/130/eye_makeup_130.jpg\" />\n</div>\n<div>\n<h4>\nPlay Up Your Peepers\n</h4>\n<p>If shopping for eye makeup is one big guessing game, find your best colors here.</p>\n<span class='read_more'>Take Quiz</span>\n</div>\n</div>\n</li>\n<li class='all_quizzes'>\n<a href=\"/quizzes\">See all 33 quizzes</a>\n</li>\n</ul>\n<a href=\"javascript:$.sidr(&#x27;close&#x27;, &#x27;quiz_slider_list&#x27;);\" class=\"close\" onclick=\"$(&#x27;#transparent&#x27;).hide();\">&lt;&lt; Close</a>\n</div>\n\n<div id='body_foot'></div>\n</div>\n<div id='foot'>\n<div class='container'>\n\n<div class='footer_latest'>\n<div class='divide'>\n<h2 class='latest'>Latest Articles</h2>\n</div>\n<ul>\n<li class=''>\n<a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\"></a>\n<h8>Skin</h8>\n<div class='image'>\n<img alt=\"Skin Resolutions A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35934/100/skin_resolutions_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Skin_resolutions_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35934/100/skin_resolutions_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/skin/5-skin-resolutions-you-need-to-make-right-now\">5 Easy Skin Resolutions You Need to Make Right Now</a></h4>\n<p>Start making these skin habits a priority now.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class=''>\n<a href=\"/face/beauty-apps\"></a>\n<h8>Makeup</h8>\n<div class='image'>\n<img alt=\"Top 5 Beauty Apps A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35899/100/top_5_beauty_apps_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Top_5_beauty_apps_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35899/100/top_5_beauty_apps_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/face/beauty-apps\">The 5 Best Beauty Apps of 2014</a></h4>\n<p>Smartphones just got a whole lot smarter.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class=''>\n<a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\"></a>\n<h8>Hair</h8>\n<div class='image'>\n<img alt=\"Hair 2014 Ch\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35850/100/hair_2014_ch.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Hair_2014_ch\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35850/100/hair_2014_ch.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/hair/galleries/the-best-celebrity-hairstyles-of-2014\">The 12 Best Celebrity Hairstyles of 2014</a></h4>\n<p>We're officially renaming 2014 &quot;the year of the lob.&quot;</p>\n<span class='read_more'><span class='icon-camera-1'></span> View Gallery</span>\n</li>\n<li class='right'>\n<a href=\"/body-fitness/the-most-googled-fitness-crazes-of-2014\"></a>\n<h8>Body + Fitness</h8>\n<div class='image'>\n<img alt=\"Fitness Crazes 2014\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35605/100/fitness_crazes_2014.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Fitness_crazes_2014\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35605/100/fitness_crazes_2014.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/body-fitness/the-most-googled-fitness-crazes-of-2014\">The 10 Most Popular Workouts of 2014</a></h4>\n<p>Americans sure love some high-intensity training and get-ripped-quick promises.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/nutrition/wine-ice-cream\"></a>\n<h8>Nutrition</h8>\n<div class='image'>\n<img alt=\"Icecream 600\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35923/100/icecream_600.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Icecream_600\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35923/100/icecream_600.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/nutrition/wine-ice-cream\">The Snack of Tomorrow is Wine Ice Cream</a></h4>\n<p>Two of our favorite foods in one!</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/health/the-hangover-cure\"></a>\n<h8>Health</h8>\n<div class='image'>\n<img alt=\"Iv Hangover A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35928/100/IV_hangover_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Iv_hangover_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35928/100/IV_hangover_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/health/the-hangover-cure\">I Tried It: Hangover IV Cure on a Party Bus</a></h4>\n<p>It's a way for oversoused souls to mainline relief via vitamins, electrolytes, saline, and painkillers.</p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='top'>\n<a href=\"/mind/not-having-new-years-resolutions\"></a>\n<h8>Psychology</h8>\n<div class='image'>\n<img alt=\"New Years Resolution Nothing A\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35859/100/new_years_resolution_nothing_a.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"New_years_resolution_nothing_a\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35859/100/new_years_resolution_nothing_a.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/mind/not-having-new-years-resolutions\">New Year's Resolution: Not Having Any Resolutions</a></h4>\n<p>Through the burden of a resolution, we are missing the point of living. </p>\n<span class='read_more'>Read More</span>\n</li>\n<li class='right top'>\n<a href=\"/relationships/2015-beauty-health-sex-astrology-forecast\"></a>\n<h8>Relationships</h8>\n<div class='image'>\n<img alt=\"Astrotwins\" data-lazy=\"true\" data-original=\"http://assets8.youbeauty.com/img/35940/100/astrotwins.jpg\" height=\"145\" src=\"http://assets3.youbeauty.com/assets/clearpixel-b5c5ad3f98f4f49e1e30504368d9f35c.gif\" width=\"218\" /><noscript><img alt=\"Astrotwins\" height=\"145\" src=\"http://assets8.youbeauty.com/img/35940/100/astrotwins.jpg\" width=\"218\" /></noscript>\n</div>\n<h4><a href=\"/relationships/2015-beauty-health-sex-astrology-forecast\">The AstroTwins on Your 2015 Beauty, Health & Sex Astrology Forecast</a></h4>\n<p>An astrology expert shares what to expect in the new year—including when to avoid the hair salon.</p>\n<span class='read_more'>Read More</span>\n</li>\n</ul>\n</div>\n<div class='footer_popular'>\n<div class='divide'>\n<h2 class='popular'>Popular Tags</h2>\n</div>\n<div class='popular_list'>\n<p>\n<a href=\"/topics/hairstyles\">Hairstyles</a>, <a href=\"/topics/beauty-food\">Beauty Food</a>, <a href=\"/topics/face-shape\">Face Shape</a>, <a href=\"/topics/exercise\">Exercise</a>, <a href=\"/topics/sleep\">Sleep</a>, <a href=\"/topics/happiness\">Happiness</a>, <a href=\"/topics/love\">Love</a>, <a href=\"/topics/friends-and-family\">Friends And Family</a>, <a href=\"/topics/skin-type\">Skin Type</a>, <a href=\"/topics/hair-color\">Hair Color</a>, <a href=\"/topics/sex\">Sex</a>, <a href=\"/topics/attraction\">Attraction</a>\n</p>\n</div>\n</div>\n<div class='footer_promise'>\n<div class='divide'>\n<h2 class='promise'>We're Beauty, Evolved</h2>\n</div>\n<div class='bubble'>\n<p>\nBeautiful is a feeling. It’s presence of mind, a strong body, a glow from the inside out. It's being comfortable in your own skin. It's a lifestyle. Our mission is to make beauty your lifestyle, through quizzes, articles and personalized advice backed by science. We know you're busy, so no fluff. Just cutting edge, well-researched  info to help you be healthy, harmonious and beautiful.\n</p>\n<p>\n(Not to mention the most interesting woman in the room.)\n</p>\n<div class='arrow'></div>\n</div>\n</div>\n</div>\n<div class='footer_bottom'>\n<div class='container'>\n<div class='column left'>\n<h8>\nSmart is sexy\n<span>- get our newsletter:</span>\n</h8>\n<div id='newsletter'>\n<p class='notice' id='flash' style='display: none;'></p>\n<p class='notice' id='alert' style='display: none;'></p>\n<form accept-charset=\"UTF-8\" action=\"/newsletter_subscriptions\" class=\"formtastic newsletter_subscription\" data-validate=\"parsley\" id=\"new_newsletter_subscription\" method=\"post\" novalidate=\"novalidate\" onSubmit=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit&#x27;);\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<input id=\"container_id\" name=\"container_id\" type=\"hidden\" value=\"#copyright\" />\n<fieldset class=\"inputs\"><ol><span class='icon-mail'></span>\n<li class=\"email required\" id=\"newsletter_subscription_email_input\"><input id=\"newsletter_subscription_email\" maxlength=\"255\" name=\"newsletter_subscription[email]\" onFocus=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Enter Newsletter Email&#x27;);\" placeholder=\"Enter Your Email Address\" type=\"email\" /></li>\n<input id=\"newsletter_subscription_sign_up_location\" name=\"newsletter_subscription[sign_up_location]\" type=\"hidden\" value=\"footer_newsletter\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" onMouseover=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Hover over Newsletter Submit Button&#x27;);\" onclick=\"ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Email Submission&#x27;, &#x27;New Email Submission&#x27;, &#x27;Join Button&#x27;); ga(&#x27;send&#x27;, &#x27;event&#x27;, &#x27;Sidebar&#x27;, &#x27;Newsletter Submit Button&#x27;);\" type=\"submit\" value=\"subscribe\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n<div class='column middle'>\n<div class='footer_logo'>\n<a href=\"/\"><img alt=\"Yb_logo_new_white\" src=\"http://assets3.youbeauty.com/assets/yb_logo_new_white-936a3c8b2957ee0e0c0fa5349d2e25f3.png\" /></a>\n<span>The Science of a Beautiful You</span>\n</div>\n</div>\n<div class='column right'>\n<div class='footer_box'>\n<a href='#' onclick=\"window.open('http://www.facebook.com/youbeautysite','_blank');\">\n<span class='icon-facebook-2'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.pinterest.com/youbeautysite','_blank');\">\n<span class='icon-pinterest'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.twitter.com/youbeauty','_blank');\">\n<span class='icon-twitter'></span>\n</a>\n<a href='#' onclick=\"window.open('http://www.instagram.com/youbeautysite','_blank');\">\n<span class='icon-instagram-filled'></span>\n</a>\n<a href='#' onclick=\"window.open('https://plus.google.com/107874959784572684654?prsrc=3','_blank');\">\n<span class='icon-gplus'></span>\n</a>\n<a href=\"/feeds\" class=\"rss\"><span class='icon-rss'></span></a>\n</div>\n<div class='beauty_sage'>\n<span>Visit our sister site</span>\n<a href=\"http://www.beautysage.com\" class=\"beauty\" target=\"_blank\">BeautySage</a>\n</div>\n</div>\n<div class='footer_links'>\n<a href=\"/quizzes\" class=\"quizzes\">Quizzes</a>\n<a href=\"/advertise\" class=\"advertise\">Advertise</a>\n<a href=\"/privacy\" class=\"privacy\">Privacy</a>\n<a href=\"/terms\" class=\"terms\">Terms</a>\n<a href=\"/editorial-policy\" class=\"editorial\">Editorial</a>\n<a href=\"/contact\" class=\"contact\">Contact Us</a>\n<a href=\"/faq\" class=\"faq\">FAQ</a>\n<a href=\"/press\" class=\"press\">Press</a>\n<a href=\"/experts\" class=\"experts\">Our Experts</a>\n<a href=\"/team\" class=\"team\">The Team</a>\n<a href=\"/sitemap\" class=\"sitemap\">Sitemap</a>\n<a href=\"http://www.youbeauty.com/?mobile=1\" rel=\"nofollow\" style=\"display: none;\">Mobile Site</a>\n</div>\n<p class='mobile_site' style='display: none; text-align: center; width: 980px; margin: 0 auto; color: white; padding-top: 10px;'>\n<a href=\"http://www.youbeauty.com/?mobile=1\" rel=\"nofollow\" style=\"color: white;\">Mobile Site</a>\n<script>\n  //<![CDATA[\n    if (( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/Android/i) )) {\n      $(\"p.mobile_site\").css({\"display\": \"block\"});\n      if ($(\"p.mobile_site\").is(':visible')) {\n        $(window).load(function(){\n          $('a').not('.button a, .share_facebook a, .title a, li.youtalk a, ul.session a, #company a.faq, #company a.advertise, #company a.contact, #company a.sitemap, #company a.press, #company a.editorial, .responses .left p.info a, ul.follow a, .banner a, .tabs ul.ui-tabs-nav li a, .responses ul.ui-tabs-nav a, #foot p.mobile_site a, .messages.show #body a, .messages.index #body a, .ahas.index #body .ahas a, .ahas.show #body .body .prev-next-link a, .responses a, .quizzes a, body.welcome.exuviance a, body.welcome.hask a').click(function() {\n            var href = $(this).attr(\"href\");\n            var redirect = confirm(\"Would you like to go back to the mobile version of our site? Press OK to proceed or Cancel to stay on the full site.\");\n              if (redirect) {\n                $(this).attr(\"href\", href + \"/?mobile=1\");\n              }\n          });\n        });\n      }\n    }\n  //]]>\n</script>\n</p>\n<div id='copyright'>\n<span>Copyright 2015 YouBeauty.  All rights reserved.</span>\n</div>\n</div>\n<script type='text/javascript'>\nsetTimeout(function(){var a=document.createElement(\"script\");\nvar b=document.getElementsByTagName('script')[0];\na.src=document.location.protocol+\"//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/8685.js?\"+Math.floor(new Date().getTime()/3600000);\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n</div>\n</div>\n\n<div class='hidden' id='sign_in'>\n<div class='sign_in'>\n<h2 class='sign_in_header'>\nSign In or Sign Up\n</h2>\n<h3 class='sign_in_copy'>\nJoin the YouBeauty community! Start discussions, share your advice and comment on stories. Save articles you love to your MyBeauty Dashboard for anytime access (you can track your discussions there, too). Plus, take any of our quizzes for personal beauty and wellness advice.\n</h3>\n<div class='internal'>\n<form accept-charset=\"UTF-8\" action=\"/users/sign_in\" class=\"sign-in users formtastic formtastic user\" id=\"new_user\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<input id=\"return_to\" name=\"return_to\" type=\"hidden\" value=\"http://www.youbeauty.com/face/we-tried-it-clinique-acne-solutions-powder-makeup-in-golden\" />\n<fieldset class=\"inputs\"><ol><li class=\"email required\" id=\"user_email_input\"><label for=\"user_email\">Email Address<abbr title=\"required\">*</abbr></label><input id=\"user_email\" maxlength=\"255\" name=\"user[email]\" type=\"email\" value=\"\" /></li>\n</ol></fieldset><p class='title'>\nDo you have a YouBeauty password?\n</p>\n<div class='new_user_true'>\n<input checked=\"checked\" id=\"new_user_true\" name=\"new_user\" type=\"radio\" value=\"true\" />\n<label for=\"new_user_true\">No, I am new to YouBeauty</label>\n</div>\n<div class='new_user_false'>\n<input id=\"new_user_false\" name=\"new_user\" type=\"radio\" value=\"false\" />\n<label for=\"new_user_false\">Yes, my password is:</label>\n<div class='password-input'>\n<fieldset class=\"inputs\"><ol><li class=\"password optional\" id=\"user_password_input\"><input id=\"user_password\" name=\"user[password]\" type=\"password\" /></li>\n</ol></fieldset></div>\n<div class='shared-links'>\n<a href=\"/users/password/new\">Forgot your password?</a>\n</div>\n\n</div>\n<fieldset class=\"buttons\"><ol><input id=\"modal_sign_in\" name=\"commit\" type=\"submit\" value=\"Continue &gt;\" />\n</ol></fieldset></form>\n</div>\n<div class='social'>\nI sign in to YouBeauty by connecting my Facebook, Google Plus, Twitter, Yahoo, or AOL account.\n<span class='tipimg icon-help-circled' data-tiptip-edge-offset='270' data-tiptip-hover=\"&lt;div class='social_tip'&gt;&lt;h3&gt;Hey! We're working on making our registration better, and no longer support signing in from social accounts.&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;But, never fear, your info is still saved in your MyBeauty Dashboard.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You can sign in to your account by clicking the button below. From there, you'll:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Enter the email address that's associated with your social account.&lt;/li&gt;&lt;li&gt;Receive an email from us where you can create a password. &lt;/li&gt;&lt;/ol&gt;&lt;a href='/users/password/new'&gt;Get Started &gt;&lt;/a&gt;&lt;/div&gt;\" data-tiptip-position='left'></span>\n</div>\n\n</div>\n</div>\n<div class='feedback-button'>\n<a href=\"#\" class=\"feedback-link\">CONTACT US</a>\n</div>\n<div class='feedback hidden'>\n<div data-content-key='feedback-form'>\n<div class='contact-info'>\n<div class='advice'>\n<h4>Need Advice?</h4>\n<p>Our experts and readers can help you&#8212;post your questions in <a href=\"/youtalk\">YouTalk</a>.</p>\n</div>\n<p>Do you have feedback, questions or concerns about YouBeauty? Send us an email using this form, or a letter at the below address.</p>\n<div class='contact-address'>YouBeauty.com</div>\n<div class='contact-address'>185 Madison Avenue</div>\n<div class='contact-address'>Floor 5</div>\n<div class='contact-address'>New York, NY 10016</div>\n<p>* Fields marked with an asterisk are required</p>\n</div>\n<form accept-charset=\"UTF-8\" action=\"/feedbacks\" class=\"formtastic feedback\" data-remote=\"true\" id=\"new_feedback\" method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><input name=\"authenticity_token\" type=\"hidden\" value=\"UADR4cvANwIOXSByiKYnHRvurO3Llxcd5AsZPa1JfqE=\" /></div>\n<fieldset class=\"inputs\"><ol><li class=\"select required\" id=\"feedback_subject_input\"><label for=\"feedback_subject\">*I am writing to:<abbr title=\"required\">*</abbr></label><select id=\"feedback_subject\" name=\"feedback[subject]\"><option value=\"\"></option>\n<option value=\"Site Feedback\">Site Feedback</option>\n<option value=\"Advertising\">Advertising</option>\n<option value=\"Press\">Press</option>\n<option value=\"Editorial Submissions\">Editorial Submissions</option>\n<option value=\"Writing for Us\">Writing for Us</option>\n<option value=\"Partnership Opportunities\">Partnership Opportunities</option>\n<option value=\"Jobs\">Jobs</option>\n<option value=\"Other\">Other</option></select></li>\n<li class=\"string required\" id=\"feedback_email_input\"><label for=\"feedback_email\">*Email Address:<abbr title=\"required\">*</abbr></label><input id=\"feedback_email\" name=\"feedback[email]\" type=\"text\" /></li>\n<li class=\"string required\" id=\"feedback_first_name_input\"><label for=\"feedback_first_name\">*First Name:<abbr title=\"required\">*</abbr></label><input id=\"feedback_first_name\" name=\"feedback[first_name]\" type=\"text\" /></li>\n<li class=\"string required\" id=\"feedback_last_name_input\"><label for=\"feedback_last_name\">*Last Name:<abbr title=\"required\">*</abbr></label><input id=\"feedback_last_name\" name=\"feedback[last_name]\" type=\"text\" /></li>\n<li class=\"text required\" id=\"feedback_message_input\"><label for=\"feedback_message\">*Your Message:<abbr title=\"required\">*</abbr></label><textarea id=\"feedback_message\" name=\"feedback[message]\" rows=\"20\">\n</textarea></li>\n<input id=\"feedback_captcha_addends\" name=\"feedback[captcha_addends][]\" type=\"hidden\" value=\"0\" />\n<input id=\"feedback_captcha_addends\" name=\"feedback[captcha_addends][]\" type=\"hidden\" value=\"3\" />\n<li class=\"string required\" id=\"feedback_captcha_sum_input\"><label for=\"feedback_captcha_sum\">*What is 0 + 3<abbr title=\"required\">*</abbr></label><input id=\"feedback_captcha_sum\" name=\"feedback[captcha_sum]\" type=\"text\" /></li>\n<div class='hint'>Spell out the answer, for example 5 + 2 = <strong>seven</strong></div>\n<input id=\"feedback_browser_info\" name=\"feedback[browser_info]\" type=\"hidden\" value=\"newspaper/0.1.2\" />\n</ol></fieldset><fieldset class=\"buttons\"><ol><input name=\"commit\" type=\"submit\" value=\"Submit\" />\n</ol></fieldset></form>\n</div>\n\n</div>\n\n<script>\n  //<![CDATA[\n    $(function() {\n      // Sailthru Concierge\n      if (window.Sailthru) {\n        Sailthru.setup({\n          domain: 'horizon.youbeauty.com',\n          spider: true\n        });\n      }\n    });\n  //]]>\n</script>\n\n<input name='OBKey' type='hidden' value='Wu0tOGJ8vbgZrTGN/hFT6Q=='>\n<script>\n  //<![CDATA[\n    var OBCTm='1326733631598';\n  //]]>\n</script>\n<script LANGUAGE='JavaScript' src='http://widgets.outbrain.com/claim.js'></script>\n<!-- /Pin It JS -->\n<script src='//assets.pinterest.com/js/pinit.js' type='text/javascript'></script>\n<script src='//s.skimresources.com/js/19933X772977.skimlinks.js' type='text/javascript'></script>\n<!-- / sharing js -->\n<script>\n!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];\nif(!d.getElementById(id)){js=d.createElement(s);\njs.id=id;js.src=\"//platform.twitter.com/widgets.js\";\nfjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");\n(function() {\nvar po = document.createElement('script'); po.type = 'text/javascript'; po.async = false;\npo.src = 'https://apis.google.com/js/platform.js';\nvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);\n})();\n</script>\n<!-- RewardStyle -->\n<script>\nvar _rsan = {};\n_rsan.key = '32a7a045f1b3ee51a87f8d3942b339432d08a739';\n(function() {\nvar rs = document.createElement('script');\nrs.type = 'text/javascript';\nrs.async = true;\nrs.src = ('https:' === document.location.protocol ? 'https://collect' : 'http://collect') + '.rewardstyle.com/c.js';\nvar s = document.getElementsByTagName('script')[0];\ns.parentNode.insertBefore(rs, s);\n})();\n</script>\n<script type=\"text/javascript\">if (!NREUMQ.f) { NREUMQ.f=function() {\nNREUMQ.push([\"load\",new Date().getTime()]);\nvar e=document.createElement(\"script\");\ne.type=\"text/javascript\";\ne.src=((\"http:\"===document.location.protocol)?\"http:\":\"https:\") + \"//\" +\n  \"js-agent.newrelic.com/nr-100.js\";\ndocument.body.appendChild(e);\nif(NREUMQ.a)NREUMQ.a();\n};\nNREUMQ.a=window.onload;window.onload=NREUMQ.f;\n};\nNREUMQ.push([\"nrfj\",\"beacon-6.newrelic.com\",\"16de03fa57\",\"191351\",\"cVtXERBeWQ1SSx5SUFNaVwAOQhoARU1YUlRXRxYWCl5C\",0,659,new Date().getTime(),\"\",\"\",\"\",\"\",\"\"]);</script></body>\n</html>\n"
  },
  {
    "path": "tests/data/test_prepare_urls.txt",
    "content": "http://example.com/cat/123/ ./123/ http://example.com/cat/\nhttp://example.com/cat/123/ 123/ http://example.com/cat/\nhttp://example.com/cat/123/ http://example.com/cat/123/ http://example.com/cat/\nhttp://example.com/123/ /123/ http://example.com/cat/"
  },
  {
    "path": "tests/data/test_urls.txt",
    "content": "1 http://www.cnn.com/2013/12/17/politics/senate-budget-deal/index.html?hpt=hp_t1\n1 http://www.huffingtonpost.com/akoshia-yoba/giving-the-gift-of-life-a_b_4421799.html\n0 http://www.cnn.com/interactive_legal.html\n0 http://www.cnn.com/feedback/\n1 http://www.huffingtonpost.com/2013/12/16/beyonce-album-sales-weekend_n_4453500.html?utm_hp_ref=mostpopular\n1 http://www.slate.com/blogs/the_slatest/2013/12/16/a_medical_journal_on_multivitamins_stop_wasting_your_money.html\n0 http://www.turner.com/careers/\n0 http://www.cnn.com/about/\n0 http://www.cnn.com/HEALTH/\n1 http://shine.yahoo.com/ellen-good-news/won-8217-t-believe-colin-farrell-8217-surprise-190700409.html?vp=1\n1 http://www.nytimes.com/2013/12/17/us/politics/federal-judge-rules-against-nsa-phone-data-program.html?hp&_r=0\n1 http://money.cnn.com/gallery/technology/2013/12/17/bitcoin-mine/index.html\n1 http://techcrunch.com/2013/12/16/beta-app-store/\n0 http://techcrunch.com/about/\n0 http://techcrunch.com/contact/\n0 http://techcrunch.com\n1 http://www.theverge.com/2013/10/11/4827626/ipad-mini-with-retina-display-and-new-ipad-rumor-roundup\n1 http://clatl.com/cribnotes/archives/2013/10/11/rrest-plays-album-release-party-tonight-drops-goodnight-chanteal\n1 http://www.miamiherald.com/2013/10/11/3683673/2-new-wind-farms-planned-in-oklahoma.html\n1 http://www.techhive.com/article/2052610/sony-exec-ps4-controllers-will-work-on-pcs.html\n0 http://www.hlntv.com/shows/jane-velez-mitchell/?hpt=hp_livenow\n0 http://i.cdn.turner.com/cnn/.e/img/3.0/global/header/nav-arrow.gif\n0 javascript:cnnHideOverlay('cnnMyUniqueId1')\n0 'javascript:window.open('https://twitter.com/intent/tweet?url=http://cnnphotos.blogs.cnn.com/2013/12/03/an-indigenous-group-under-threat/&text=An%20indigenous%20group%20under%20threat:','twitter_popup','width=600,height=400');%20void(0);'\n0 http://cnnespanol.cnn.com/page/2/\n0 http://cnn.com/CNN/Programs\n0 http://ht.cdn.turner.com/ireport/big/prod/2013/12/19/WE01046455/3082870/6790afa068f611e3bc57126ade7ad13a-3082870_web_flv_edge.mp4\n0 http://cnn.com/Programs/\n0 http://cnn.com/trends\n1 http://edition.cnn.com/2013/12/19/world/europe/uk-soldier-killing-profiles/index.html\n0 http://ht.cdn.turner.com/ireport/big/prod/2013/12/19/WE01046444/3082844/BlueManorPromo2mp4-3082844_web_flv.flv\n0 http://eatocracy.cnn.com/category/make/recipes/\n1 http://eatocracy.cnn.com/2013/12/12/kolachi-nut-roll/\n1 http://ac360.blogs.cnn.com/2013/06/04/ridiculist-prancercise-rocks/\n0 http://www.obrasweb.mx\n1 http://www.ahram.org.eg/News/1083/25/256707/%D8%A7%D9%84%D8%A3%D9%88%D9%84%D9%89/%D8%A8%D8%B9%D8%AF-%D8%B6%D8%A8%D8%B7--%D9%85%D9%86-%D9%85%D8%A7%D9%81%D9%8A%D8%A7-%D8%A7%D9%84%D9%85%D8%AE%D8%AF%D8%B1%D8%A7%D8%AA-%D8%A8%D8%A7%D9%84%D8%B3%D9%88%D9%8A%D8%B3%D8%A7%D8%B4%D8%B9%D8%A7%D9%84-%D8%A7%D9%84%D9%86%D8%A7%D8%B1-%D9%81%D9%8A-%D8%B3.aspx\n1 http://www.alarabiya.net/ar/arab-and-world/syria/2014/02/02/%D8%A7%D9%84%D9%86%D8%A7%D8%AA%D9%88-%D9%8A%D8%B9%D9%84%D9%86-%D8%A7%D8%B3%D8%AA%D8%B9%D8%AF%D8%A7%D8%AF%D9%87-%D9%84%D8%AA%D8%AF%D9%85%D9%8A%D8%B1-%D8%A7%D9%84%D8%A3%D8%B3%D9%84%D8%AD%D8%A9-%D8%A7%D9%84%D9%83%D9%8A%D9%85%D9%8A%D8%A7%D9%88%D9%8A%D8%A9-%D8%A7%D9%84%D8%B3%D9%88%D8%B1%D9%8A%D8%A9.html\n1 http://www.almasryalyoum.com/news/details/387323\n1 http://tahrirnews.com/news/view.aspx?cdate=02022014&id=990c7733-9293-4441-982e-a44af000bb19\n1 http://www.enfieldindependent.co.uk/news/14140506.Review_of_the_year__July/\n"
  },
  {
    "path": "tests/data/test_urls_pubdate.txt",
    "content": "0 http://www.sltrib.com/sltrib/mobile3/58201224-219/laws-animal-farm-gag.html.csp\n1 http://clatl.com/cribnotes/archives/2013/10/11/rrest-plays-album-release-party-tonight-drops-goodnight-chanteal\n1 http://www.miamiherald.com/2013/10/11/3683673/2-new-wind-farms-planned-in-oklahoma.html\n0 http://eatocracy.cnn.com/category/make/recipes/"
  },
  {
    "path": "tests/data/text/247wallst.com1.txt",
    "content": "December 28, 2014: Markets opened lower on Monday as neither the bulls nor the bears can gin up a lot of support. Volumes are low and corporate news is nearly non-existent. Crude oil started the day higher, but has drifted to a loss of about 2% as the day wore on. Shortly before the closing bell the DJIA traded down 0.08% for the day, the S&P 500 traded up 0.09%, and the Nasdaq Composite traded flat. International Business Machines Corp. (NYSE: IBM) dropped more than 1% today and its high per share price pushed the DJIA lower just as the market closed.\n\nThe DJIA stock posting the largest daily gain ahead of the close Monday was The Home Depot Inc. (NYSE: HD) which traded up 0.87% at $104.64. The stock’s 52-week range is $73.96 to $104.80, and the high was posted early Monday. Trading volume was less than half the daily average of around 5.8 million shares. Reports of solid sales at home improvement stores during the holidays have helped push this stock higher today.\n\nJPMorgan Chase & Co. (NYSE: JPM) traded up 0.77% at $63.03. The stock’s 52-week range is $52.97 to $63.34, and the high was set today. Trading volume was about 50% below the daily average of around 26 million shares. The big bank is one of the underwriters for the IPO of Shake Shack which was announced today.\n\nThe Boeing Co. (NYSE: BA) traded higher by 0.71% at $132.57. The stock’s 52-week range is $116.32 to $144.57. Volume was less than half the daily average of around 4.4 million shares. The company held its first test flight on Sunday of a new Air Force Tanker.\n\nCisco Systems Inc. (NASDAQ: CSCO) traded up 0.48% at $28.49. The stock’s 52-week range is $21.27 to $28.59. Trading volume about 60% below the daily average of around 29 million shares. The stock missed matching its 52-week high by just a couple of pennies and was touted as a Rocket Stock at thestreet.com today.\n\nOf the Dow 30 stocks 13 are set to close higher today and 17 are on track to close lower.\n\nALSO READ: 5 Top Tech Stocks for 2015 With Potential Big Catalysts"
  },
  {
    "path": "tests/data/text/247wallst.com2.txt",
    "content": "December 28, 2014: Here are four stocks among the 66 equities making new 52-week lows today. Volumes continue to be low as we wait to ring in the new year.\n\nTransocean Partners LLC (NYSE: RIGP) posted a new 52-week — and all-time — low on Monday of $13.18. Based on Friday night’s closing price of $14.32 that’s a drop of nearly 8%. The stock’s 52-week high is $29.43. Volume is about a third higher than the daily average of around 325,000 shares. The offshore drilling firm had no specific news today, but crude prices are down about 2%.\n\nSandRidge Mississippian Trust II (NYSE: SDR) dropped about 5.3% on Monday to post a new 52-week — and all-time — low of $3.91 after closing at $4.13 on Wednesday. The stock’s 52-week high is $10.12. Share volume is nearly double the daily average of 400,000 shares traded. The royalty company had no specific news today but is feeling pressure from low crude prices.\n\nVivus Inc. (NASDAQ: VVUS) dropped about 6% Monday to post a new 52-week low of $2.78. The stock’s 52-week high is $9.80. Volume totaled 25% higher than the daily average of around 1.9 million shares. The U.S. FDA approved a competing diabetes drug last week to compete with Vivus’s Qsymia treatment.\n\nZulilly Inc. (NASDAQ: ZU) dropped about 3.8% Monday to establish a new 52-week — and all-time — low at $22.39 against a high of $73.50. Volume was 25% below the daily average of around 1.4 million shares. The online retailer had no specific news today.\n\nALSO READ: States Where People Live Longest"
  },
  {
    "path": "tests/data/text/about.com1.txt",
    "content": "Which US town is popular with generals? Galena in Jo Daviess County, Illinois, of course! Nine Civil War generals who settled in this town, including Galena’s favorite son - Ulysses S. Grant. After his victory in 1865, General Grant received a hero’s welcome from the town and was presented with a handsome Italianate-style red brick mansion. Grant’s Home is now a National Historic Landmark and you can view its original furnishings including Grant’s favorite chair. To find out more about the 18th President of the United States, you can also the town's Grant’s Leather Store and the Galena & U.S. Grant Museum.\n\nBut generals aren't the only ones who like this quinetessential small town. \"Conde Nast Taveler\" rated it as the “Second Friendliest City in the US” and “14th Friendliest City in the World”, while \"Forbes\" Magazine listed it one of “America’s Prettiest Towns.”\n\nGalena derived its name from the rich lead ore or galena (in Latin) deposits, which the original Native Americans used for their body paints. The town is rich in history with eighty-five percent of its buildings listed on the National Register of Historic Places. Step back in time to roam its streets where Abraham Lincoln and Ulysses S. Grant once walked. Admire its well-preserved unique period architecture heritage ranging from 19th-century commercial-style buildings lining Main Street to the grand residential mansions showcasing the Greek Revival and later Victorian styles.\n\nOne historic landmark not to be missed is the DeSoto House Hotel on Main Street, the oldest operating hotel in Illinois. Since its opening in 1850, the hotel has hosted many major historical events and famous guests such as Mark Twain, Theodore Roosevelt and Ralph Waldo Emerson. Take a free self-guided tour to visit the balcony decorated with red, white and blue bunting from where Abraham Lincoln once gave his speech; rooms 209 and 211 from which Ulysses S. Grant planned and conducted his presidential campaigns; and the Quiet Room where you watch videos about the rich history of Galena and the hotel.\n\nWhen visiting Galena, don’t miss the opportunity to professionally decorate your own personal dining set and enjoy good food at the same time. Book at the Stone House Pottery and Gallery. Master potter Charles Fach and his wife Sandra will get you a three-piece dining set of dinner plate, salad/dessert plate and bowl. They then teach you how to decorate, glaze and fire your dinnerware. The next day, a Galena restaurant provides dinner consisting of an appetizer, salad, entrée and dessert that you will enjoy on your newly created plates and bowl.\n\nGalena boasts many vineyards and wineries. Join the Blackhawk Wine Tour to swirl, sniff and sip the best wines in Illinois at three different wineries and explore the scenic views of Jo Daviess County as well. The tour begins at Galena Cellars Vineyard & Winery, the next stop is Rocky Waters Winery and the final call is the Massbach Ridge Winery. Besides wine tasting, you'll also have the opportunity to buy limited-edition wines to take back home. Included in the tour is lunch at Procento’s Pizzeria, one of Galena’s best restaurants, along with complimentary water bottles, and pickup and drop-off at your B&B.\n\nYou don’t need to go on a tour to sample Galena Cellar’s award-winning red, white and fruit wines. Just visit their tasting room and gift shop in a restored 1840’s grain building at downtown Galena. Alternatively, beer lovers can head to Galena Brewery on Main Street to taste their flagship and seasonal brews while enjoying tapas, soups, sandwiches and live entertainment.\n\nGreat wines should be paired with great food. Steak aficionados will love Log Cabin Steakhouse on Main Street, famous for its big and premium aged Angus beef, hand-cut daily. Sample their excellent 16-oz New York Cut or tender and delicious 24-ounce T-bone or the grand 32-ounce porterhouse steak and you won’t be disappointed.\n\nEnjoy French and German cooking? Then head to Fritz and Frites to try the French onion soup with baked Gruyere and Parmesan cheese crust; escargots de Bourgogne; the coq au-vin (braised chicken with red wine sauce); citron et bierre mussels (with white ale and lemon); steak frites (rib-eye steak with parsley butter and pommes frites). From the German side of the menu there's kassler rippchen (smoked pork chop with a cider glaze); Wiener schnitzels (breaded veal cutlets), and sauerbraten (beef marinated in a sweet and sour sauce) served with red cabbage or sauerkraut. The family-owned bistro serves European meals with imported wines and beers at affordable prices.\n\nFor your treats, walk into The Great American Popcorn Company on Main Street and you'll be welcomed with a friendly smile and a fresh, warm sample of their famous old-fashioned caramel corn. Choose from a daily selection of 50 delicious flavors of gourmet popcorn. In addition, the store offers handmade chocolates, candies, home-made fudge and ice cream. The store was featured on MSNBC’s Your Business and The Today Show.\n\nFind out more reasons why Galena is a B&B Kinda Town here."
  },
  {
    "path": "tests/data/text/about.com2.txt",
    "content": "Updated August 02, 2014.\n\n\n\nWritten or reviewed by a board-certified physician. See About.com's Medical Review Board.\n\nOne of the most exciting advances in the treatment of lung cancer has come from an understanding of genetic changes in lung cancer cells. Whereas in the past we broke lung cancers down into perhaps 5 types, we now know that no two lung cancers are the same. If there were 30 people in a room with lung cancer, they would have 30 different and unique types of lung cancer.\n\nIf you’ve been recently diagnosed with lung cancer, especially lung adenocarcinoma, your oncologist may have talked to you about genetic testing (otherwise known as molecular profiling or biomarker testing) of your tumor. It's now recommended that all lung cancer patients with advanced or metastatic lung adenocarcinoma (a type of non-small cell lung cancer) have biomarker testing to look for EGFR mutations and ALK rearrangements. In addition, patients with other forms of non-small cell lung cancer (for example, adenosquamous carcinoma in non-smokers) should also be considered for testing. What does this mean?\n\nWhat is Genetic Testing (Molecular Profiling) of a Lung Cancer Tumor?\n\nGenetic testing involves tests that a pathologist performs in the lab using a sample of your cancer tissue - tests that look at the cancer from a molecular level. This tissue may come from a biopsy of your tumor, or from tissue removed during surgery for lung cancer. The reason behind this is that cancers have gene mutations that \"drive\" or control the growth of the cancer. Simplistically, if these mutations can be identified, then treatments can be used which \"target\" these mutations, hence stopping the growth of the cancer. It is these mutations that lead to the development of a cancer in the first place.\n\nBefore going further it's helpful to address something that is confusing for many people. There are two primary types of gene mutations.\n\nHereditary Mutations vs Aquired Mutations in Cancer\n\nOne type of mutations are hereditary mutations (also called germline mutations,) meaning you inherit genes with mutations from one or more parents. Common examples of these mutations include hemophilia associated as well as mutations that may predispose someone to developing breast cancer (BRCA1 and BRCA2 mutations.)\n\nThe type of mutations that scientists look for in people with lung cancer are instead called acquired mutations (also called somatic mutations.) These mutations are not present at birth (they do not run in families) but rather develop in the process of cells becoming cancerous.\n\nWhat Exactly are Gene Mutations?\n\nGene mutations are changes to a particular gene in a chromosome. All genes are made up of variable sequences of 4 amino acids (called bases); adenine, tyrosine, cytosine, and guanine. When a gene is exposed to toxins in the environment, or when an accident occurs in cell division, a mutation (change) may occur. In some cases it may mean that one base is substituted for another, say adenine instead of guanine. In other cases bases may be inserted, or deleted, or genes may be rearranged in some way.\n\nSignificance of Gene Mutations\n\nWhy are oncologists interested in acquired gene mutations in a tumor? First, we should talk about the two types of acquired mutations found in lung cancers. One type of mutation is termed a driver mutation. These mutations, via several mechanisms, “drive” the growth of a tumor. In lung cancer the number of driver mutations is variable. In one study, an average of 11 driver mutations per cancer were found. Another type of mutation is termed a passenger mutation. Just as someone may be a passenger in a car, these genes do not drive the cancer and are basically along for the ride. Again we don’t know exactly how many passenger mutations are present in a tumor (and the number varies from tumor to tumor) but some tumors may have more than 1,000 of these mutations.\n\nDriver mutations not only initiate the development of a cancer, but work to maintain the growth of a cancer as well.\n\nCommon Driver Mutations Found in Lung Cancer Tumors\n\nThere are many mutations that are being studied by scientists looking at lung tumors. So far driver mutations have been identified in approximately 60% of lung adenocarcinomas. Researchers are now finding driver mutations in squamous cell lung cancer as well.\n\nCommon driver mutations in lung cancer include (for starters):\n\nEGFR mutations\n\nKRAS mutations\n\nEML4-ALK Rearrangements\n\nMET mutation\n\nThese 4 mutations are in general mutually exclusive and are only rarely seen in the same tumor.\n\nPersonalized Treatments Available Based on Genetic Testing\n\nThe use of \"targeted therapies\" - that is medications that target particular genetic abnormalities in a tumor -- has been coined personalized medicine. What this means is that rather than a conventional chemotherapy drug that attacks all rapidly dividing cells, a targeted drug instead attacks a particular abnormality present only in your cancer cells. In general targeted treatments have fewer side effects than traditional chemotherapy. To date, targeted therapies that have been approved for people with lung cancer include:\n\nTarceva (erlotonib) has been approved for people whose tumor has an EGFR mutation (note: there are different types of EGFR mutations and not all of them are equally responsive to Tarceva)\n\nTarceva (erlotonib) for people whose tumor has an EGFR mutation (note: there are different types of EGFR mutations and not all of them are equally responsive to Tarceva) Xalkori (crizotonib) was approved by the FDA in 2011 for people whose tumor has an ALK4-EML gene rearrangement\n\nOther medications are being studied in clinical trials, including targeted therapies for those whose tumor becomes resistant to Tarceva or Xalkori..\n\nResistance to Treatment\n\nA challenging problem with current targeted treatments is that nearly everyone inevitably becomes resistant to treatments we have. There are many mechanisms by which this occurs making it difficult to find one solution. Research is ongoing in clinical trials; evaluating both the use of substituting a second drug to target the mutations, and drugs that use different targets or mechanisms to attack the cancer cell.\n\nThe Future\n\nThe ability to understand the molecular profile of lung tumors is an extremely exciting area of research, and it’s likely that new treatments for other mutations will soon be available. An example of how rapidly this area of medicine is advancing is the ALK4-EML gene rearrangment. This gene \"mutation\" (actually a rearranglement) was discovered as recently as 2007. Through a rapid process, the medication Xalkori (crizotinib) was approved in 2011 for general use by the FDA for those patients whose tumors have this rearrangment. There are clinical trials currently in progress evaluating the use of second generation drugs for those who have become resistant to Xalkori.\n\nNext Step\n\nIf you have been diagnosed with non-small cell lung cancer, especially lung adenocarcinoma or squamous cell lung cancer, talk to your doctor about genetic testing. Although testing is now recommended for everyone with advanced non-small cell lung cancer, a recent study reported that only 60% of oncologists are currently ordering testing. You may also wish to talk to your doctor about clinical trials that may be an option for you. If you are interested in looking into trials evaluating these treatments worldwide, check out the article below on how to find clinical trials. It can be confusing as you check out these databases, but help is near. Recently a lung cancer clinical trial matching service backed by several lung cancer organizations has become available. With this free service a trained nurse navigator can help you locate any clinical trials that may be an option for you.\n\nSources:\n\nHensing, T., Chawla, A., Batra, R., and R. Salgia. A personalized treatment for lung cancer: molecular pathways, targeted therapies, and genomic characterization. Advances in Experimental Medicine and Biology. 2014. 799:85-117.\n\nKim, H., Mitsudomi, T., Soo, R., and B. Cho. Personalized therapy on the horizon for squamous cell carcinoma of the lung. Lung Cancer. 2013. 80(3):249-55.\n\nLi, T., Kung, H., Mack, P., and D. Gandara. Genotyping and genomic profiling of non-small-cell lung cancer: implications for current and future therapies. Journal of Clinical Oncology. 2013. 31(8):1039-49.\n\nLuo, S., and D. Lam. Oncogenic driver mutations in lung cancer. Translational Respiratory Medicine. 2013. 1:6."
  },
  {
    "path": "tests/data/text/adoption.com1.txt",
    "content": "This is solely my opinion. Every person is different, so the things that I have experienced in no way reflect EVERY birth mother or adoptee.\n\nWhat Not to Ask or Say to a Birth Mom\n\nFirst, the biggest mistake I often hear in adoption talk is “giving a baby up for adoption.” I know this a common mistake. I’ve said it too, and I’m a birth mom AND an adoptee! This phrase is such a stab in the heart to most birth moms because it presumes we just gave our baby away because we did not want him or her. Giving something away typically means you did not want whatever it was. In the adoption world, we use the term “place.” I placed my birth son for adoption. This phrase is much more loving and just sounds better. We placed our baby in the arms of their parents. We placed them in a good home. Placing something somewhere is usually done with care and caution because you have love and concern for what you are placing. In the adoption world, placing our children is done with love and concern.\n\n“Birth moms are just lazy.”\n\nI know someone who used to have this notion about birth moms. He said he thought birth mother simply did not want the responsibility of taking care of a child. Being a birth mother is much more difficult than one might think. Choosing to be a birth mom is choosing an emotionally difficult path, a path far from lazy. I hope not many people think this, but if you do, do not say it to a birth mom. Go talk to one so she can change your mind!\n\n“So, did you not want your baby?”\n\nYes, people actually ask this. I know for many people, they really cannot comprehend why I, or any other birth mother, would allow someone else to raise their child. The reasons are usually very personal. Every birth mom I have met all wanted their children, but for their personal and very emotional reasons, chose adoption for their baby.\n\n“Do you think your birth son will be mad at you for choosing adoption?”\n\nHe might be mad. He might question why I did choose adoption. I also trust his parents. I trust that they will tell him how much I loved him and that I wanted him to have the very best life from the start. Will this ease his questioning? I do not know. I do know that it eased mine. I was never angry with my own birth mother because my parents always told me the great love she had for me. There was never a question or doubt of her love for me. I trust that my birth son will feel the same.\n\nThis question is hurtful, but it allows a birth mother to share her testimony of why she chose adoption. We can never determine what the future holds. A birth mom cannot determine the future effects that an adoption will have on a child.\n\n“Can you get your baby back?”\n\nI hate to think that people really do not understand what adoption is. Adoption is much different from foster care. In the foster care system, most children were taken out of the home due to the parents not doing what was best for their child. Yes, they can get their children back after they get things in order and clean up their life. However, adoption is different. An expectant parent chooses a family for their child and when that child is born, the birth mother then signs all parental rights away to the new parents. It varies by state, but usually the birth mother only has a limited amount of time to change her mind (in California it is 24 hours). I do not think this question is appropriate to ask any birth mother. The choice she made was not easy and a question like this may generate painful feelings.\n\nWhat Not to Ask or Say to an Adoptee\n\n“Do you know your real parents?”\n\nI love my birth mother and she is just that: my birth mother. My mom is the woman that raised me–my adoptive mother. So, to ask an adoptee if they know their real parents is thoughtless and can be hurtful. Many adoptees do not even know their birth parents. All they have ever known is their adoptive parents: their real parents.\n\n“You know your birth mom didn’t love you.”\n\nSomeone once said this too me. It was someone who did not know me but knew I was adopted. I did not let this comment get to me because I knew without any doubt that my birth mom did love me. I knew because my parents had told me and my birth mother had written me a letter when I was just hours old. A comment like this is completely horrible and heartless. Yes, my birth mother loved me. That is why she chose life for me and gave me a wonderful family.\n\n“All adopted kids are messed up.”\n\nI have heard that my siblings and I are the exception to this rule because someone knows one family who has one adopted kid that has some problems. This must mean all adopted kids are messed up right? How many families do you know who have biological children who are “messed up”? I know plenty! Therefore, I do not think there is any merit to this comment. The child might have had problems if he or she was not adopted. Maybe their bad behavior is just their personality. If children are adopted at an older age and have experienced traumatic things, then yes, they may have some issues to be addressed. However, categorizing all adoptees into being “messed up” is wrong and hurtful.\n\nThese comments and questions are just a few of the things not to say to a birth mom or adoptee. I picked these particular comments and questions because they have been directed at me at some point. Just remember: When speaking to an adoptee or birth mom, it is okay to ask questions. I am an open book! However, be sensitive. I know many people are curious, but maybe the adoptee or birth mom is not ready to answer certain questions. Let certain things stay personal. If the adoptee or birth mom chooses to share, they will."
  },
  {
    "path": "tests/data/text/al.com1.txt",
    "content": "NEW ORLEANS - Both college football analysts on ESPN, Lou Holtz and Mark May are paid to discuss their unbiased, wide-ranging opinions about the sport on the air.\n\nThey disagree a lot, especially when it comes to Ohio State.\n\nHoltz, a Notre Dame coaching legend, typically has been pro-Ohio State this year while May, a former player at Pittsburgh, has been down on the Buckeyes and the Big Ten.\n\nAs No. 4 Ohio State prepares to take on No. 1 Alabama in the Sugar Bowl - a semifinal game in the inaugural College Football Playoff - Holtz didn't mind boasting a little about being right about the Buckeyes this year.\n\n\"Mark May is a great guy - We have no teleprompter, no script, no rehearsal, but we have a difference opinion,\" Holtz said. \"I love him, but he was a player, I was a coach. He made suggestions, I made decisions. He showered after work, I showered before work. I signed the the paycheck on the front, he signed the back.\n\n\"We just have a different way of looking at things.\"\n\nDuring a segment called \"Final Verdict\" on ESPN's College Football Final, Holtz bantered with May about whether or not the Big Ten would have a team in the playoff and whether Ohio State had a shot of cracking the top four.\n\nIn those segments, co-host Rece Davis, dressed like a judge, rules either in favor of Holtz or May. Both times, May, who said Ohio State and the Big Ten were out of the College Football Playoff hunt, got the ruling.\n\nHoltz hasn't forgotten.\n\n\"I lost two 'Final Verdicts' and doggone it both of them turned out that Rece was wrong,\" Holtz said. \"No. 1 the Big Ten would have somebody in (the playoff) and Ohio State had a chance. Both times he ruled against me.\"\n\nAs for why May tends to have an anti-Big Ten opinion - something many Ohio State fans feel is a trend - Holtz decided to sidestep that question.\n\n\"You would have to ask Mark May,\" Holtz said. \"One thing I learned, I don't speak for Mark May. I have a hard time speaking for Lou Holtz.\""
  },
  {
    "path": "tests/data/text/al.com2.txt",
    "content": "HUNTSVILLE, Alabama - Hockey players, roller skating enthusiasts and Future City competitors are among groups expected to bring more than 5,900 people together next month in Huntsville/Madison County.\n\nHere is a Huntsville/Madison County Convention & Visitors Bureau calendar of January events and conventions with host hotel if applicable and number of expected attendees:\n\nJan. 1-3: UAH - Charger Hockey, UAH Chargers vs. Anchorage Alaska (January 2015), NHH, 200\n\nJan. 14-19: National Supreme Council Ancient & Accepted Scottish Rites Masons, National Supreme Council Mid Winter Meeting 2015, Marriott-Huntsville, 225\n\nJan. 15-18: BK Productions, 2015 Boat Show, NHH, 500\n\nJan. 15-17: Alabama Military Collectors' Association, 2015 Winter Military Collector's Show, Hampton Inn - Arsenal/South Parkway, 700\n\nJan. 15-19: Dogg Pound's Martin Luther King Jr Skate-A-Thon, 2015 Annual MLK Freestyle Skate Jam, Holiday Inn Research Park, 2000\n\nJan. 15-17: UAH - Charger Hockey, UAH Chargers vs. Northern Michigan (January 2015), NHH, 200\n\nJan. 16-19: North Alabama Hockey Association (NAHA), 2015 Freedom Tournament, Hilton Garden Inn-Space Center, 800\n\nJan. 17-18: Alabama Regional Future City Competition, 2015 Future City Competition, NHH, 200\n\nJan. 21-25: American Medical Association Alliance, Southern Regional Meeting, Embassy Suites Hotel & Spa, 100\n\nJan. 23-25: Huntsville Track Club, 21st Annual Mountain Mist Trail Run (2015), Embassy Suites Hotel & Spa, 300\n\nJan. 23-25: UAH - Charger Hockey, UAH Chargers vs. U.S. Under-18 (January 2015), NHH, 200\n\nJan. 27-28: UAH - Student Success Center (Career Fair), 2015 UAH Spring Career Fair, Courtyard by Marriott, 500\n\nJan. 27-30: The Aerospace Corporation, 2015 Executive Board Meeting, Embassy Suites Hotel & Spa, 15"
  },
  {
    "path": "tests/data/text/apartmenttherapy.com1.txt",
    "content": "ONLY EXTRACTED AUTHOR BLURB AFTER THE ACTUAL ARTICLE\r"
  },
  {
    "path": "tests/data/text/apartmenttherapy.com2.txt",
    "content": "EXTRACTED NOTHING\n"
  },
  {
    "path": "tests/data/text/arabic.txt",
    "content": "دمشق، سوريا (CNN) -- أكدت جهات سورية معارضة أن فصائل مسلحة معارضة لنظام الرئيس بشار الأسد وعلى صلة بـ\"الجيش الحر\" تمكنت من السيطرة على مستودعات للأسلحة بريف دمشق تضم كميات من الصواريخ ومضادات الدروع، في الوقت الذي حض فيه الائتلاف الوطني السوري المعارض الفصائل الكردية والإسلامية المتقاتلة في شمالي البلاد إلى \"ضبط النفس.\"\n\nوقال المرصد السوري لحقوق الإنسان، وهو هيئة معارضة مقرها لندن، إن مقاتلين من لواء الاسلام - جبهة النصرة- كتيبة التوحيد- قوات المغاوير - كتائب شهداء القلمون، وعدة كتائب أخرى، سيطروا على ثلاثة مستودعات للذخيرة بالقرب من بلدة قلدون في منطقة القلمون بريف دمشق.\n\nوبحسب المرصد فقد اغتنم مقاتلو الكتائب المقاتلة أسلحة مضادة للدروع وصواريخ أرض- أرض (غراد) وذخائر أخرى متنوعة, كما تجددت الاشتباكات بين مقاتلين من الكتائب المقاتلة من طرف والقوات النظامية ومسلحين من اللجان الشعبية التابعة لها من الطائفة الشيعية من طرف آخر في منطقة السيدة زينب.\n\nوفي محافظة الحسكة شمال شرقي البلاد، أفاد المرصد عن اشتباكات دارت بعد منتصف ليل الجمعة - السبت، في محيط بلدة تل حلف قرب مدينة رأس العين بين و\"حدات حماية الشعب\" الكردية، ومقاتلي ما يعرف بـ\"الدولة الإسلامية في العراق والشام\" وجبهة النصرة وبعض الكتائب المقاتلة من طرف آخر.\n\nولم ترد تقارير حول الخسائر البشرية، في في حين دارت اشتباكات عنيفة بين الطرفين في وقت متأخر من ليل الجمعة، في قرية التويمية، الواقعة بين منطقة أصفر ونجار وقرية مشرافة في جنوب مدينة راس العين، إثر محاولة مقاتلي الجبهة و\"الدولة الإسلامية\" التقدم باتجاه المدينة.\n\nأما الائتلاف الوطني السوري المعارض، فقد دعا في بيان له كافة الكتائب والفصائل المقاتلة في الشمال السوري إلى \"ضرورة الوعي بأهمية المرحلة الراهنة، وبضبط النفس والتحلي بالحكمة لضمان سلامة المدنيين وإخلاء سبيل أي أشخاص موقوفين أو معتقلين.\"\n\nوشدد الائتلاف على \"ضرورة الابتعاد عن الأعمال الاستفزازية بكافة أشكالها، ويحذر كل من يستغل المرحلة الراهنة لتطبيق أجندات سياسية، وترك القرار للشعب السوري الحر ليختار مصيره بملء إرادته\" في بيان يأتي بالترافق مع الحديث عن كون تلك المواجهات مقدمة لولادة حكومة تدير المناطق التي يقطنها الأكراد في سوريا بشكل مستقل."
  },
  {
    "path": "tests/data/text/architecturaldigest.com1.txt",
    "content": "Not very often does one hear a contemporary architect allude to the mortuary temple of the Egyptian pharaoh Hatshepsut when describing the inspiration for a new house. Ditto the rather obscure Majorcan cliff-top villa Can Lis, designed by Sydney Opera House mastermind Jørn Utzon. But in the context of the extraordinary Arizona residence that architect Marwan Al-Sayed and decorator Jan Showers created for Joann and Paul Delaney, these seemingly arcane reference points actually make perfect sense. In addition to its similar setting (sunbaked rocky landscape), building material (stone), and overall form (rectilinear), the retreat shares another, less tangible quality with those unexpected antecedents—timeless, otherworldly serenity.\n\n\"I remember Paul telling me that he wanted the house to last a thousand years,\" says Al-Sayed, a recent Phoenix-to–Los Angeles transplant who was part of the design triumvirate responsible for the astonishing Amangiri resort in Utah. \"So I was intrigued by the idea of ancient architecture—its weight, proportion, grandeur, and materiality.\"\n\nThe 9,000-square-foot, single-level dwelling he ultimately devised sits on nine acres of desert terrain at the foot of Mummy Mountain (did someone say Egypt?) in the aptly named Phoenix suburb of Paradise Valley, a place where rugged red hills cast craggy shadows across a landscape of saguaro cacti, aloe vera plants, and creosote bushes. Approaching the house from the front drive, one is greeted by a poker-faced exterior of limestone blocks. With little hint of what lies beyond, the elevation might easily be mistaken for the façade of a formulaic modernist box.\n\nAny such notions quickly vanish, however, as the entry procession leads through a semienclosed passageway directly into a glorious courtyard. Straight ahead lie the main entertaining areas—the living and dining rooms as well as an art-lined gallery—but visitors are meant to pause in this oasis-like reception space, planted with mesquite trees and highlighted by what seems to be a vast reflecting pool. Framed in black granite, the water feature is, in fact, a ten-foot-deep infinity swimming pool that cascades over its far wall into a shallow basin below.\n\nFlanking the pool are two loggias—one off the master suite and the other off the guest quarters—delineated by limestone brise-soleils that orchestrate an ever-changing dance of reflected light. \"I used limestone for both the courtyard floor and most of the walls to underscore the idea of the house as a configuration of interconnected pavilions with varying degrees of exposure,\" the architect says, noting the stone's luminous yet earthy quality. \"Using one material throughout has a calming effect—it gives you the luxury of tuning out the cacophony of the outside world.\"\n\nFor the full story and more photos, subscribe now and get the digital edition immediately.\n\n\n\nTour Joann and Paul Delaney's sleek home."
  },
  {
    "path": "tests/data/text/architecturaldigest.com2.txt",
    "content": "AD Monthly News\n\nSign up for our newsletter to get the latest in design and decorating, celebrity style, shopping, and more."
  },
  {
    "path": "tests/data/text/avclub.com1.txt",
    "content": "Great scenes, like great movies, adhere to no single formula. Some of them work only in relation to the moments that occur before and/or after them. Others play like miniature movies themselves, their appeal independent of the feature-length films that house them. What all great scenes have in common, though, is their ability to imprint themselves on a viewer’s brain. In anticipation of our best films of 2014 list, which drops on Thursday, we’ve singled out 22 of our favorite scenes from the year in cinema. They’re in no particular order—save for the first one, which several contributors cited and we’ve hence decided is the year’s best. Fair warning: Some of these entries, including the first one below, disclose major plot points. Proceed with caution.\n\nScene of the year\n\nThe ending, Whiplash\n\nThose who haven’t seen Whiplash yet should probably skip right past this glowing appraisal of its final minutes, and rush to the nearest theater showing it. Those who have seen the film should finally catch their breath and read on. In the closing scene of the movie, aspiring jazz drummer Andrew Neyman (Miles Teller) suffers one last humiliation at the hands of his abusive mentor, Terence Fletcher (J.K. Simmons), who takes revenge on his star pupil by providing him with the wrong sheet music for a climactic concert at Carnegie Hall. Rather than accept defeat, however, the musician returns to his kit, answering this cruel betrayal the only way he knows how: by drumming his ass off—this time to his own beat, guiding the ensemble with an improvised burst of virtuosic playing. Nearly all of Whiplash operates on a level of pure anxiety, entwining the nerves of its audience and protagonist. And so this parting display of showboating talent, which director Damien Chazelle stages with all the kinetic verve of a car chase or a battle sequence, feels downright liberating in its sense of cathartic release. A true marvel of editing, composition, and performance, the scene would be a contender for the year’s finest even if seen completely out of context. What clinches its victory, though, is the troubling ambivalence lurking beneath the awe-inspiring spectacle: We’re watching not just the birth of a future jazz legend, but also the consummation of a truly toxic relationship—the moment, in other words, when one obsessive sociopath finally rebuilds another to his exact specifications. It’s equal parts disturbing and rousing, a thunderous cymbal crack on the beating hearts of its audience. [A.A. Dowd]\n\n\n\nThe deformed man, Under The Skin\n\nThe first half of Jonathan Glazer’s Under The Skin establishes a hypnotic pattern: An alien in human guise (Scarlett Johansson) picks up unsuspecting men, seduces them into accompanying her into a dilapidated-looking house, and, once inside, does away with them, in a fashion disturbing and visually striking in equal measure. But just around the film’s halfway mark, the alien picks up a man with a facial deformity. Their conversation, in a moving car, first proceeds in simple alternating one-shots as she asks him questions and repeatedly compliments his hands. But when she asks him to touch her face, they share the frame, and later one-shots are closer, more intimate. At first, she seems to simply assume a gentler seduction tactic. While she does bring the man back to her lair, she eventually allows him to leave without suffering the same fate as the others. When she stares at her own shadowy reflection that night, she may be catching a glimpse of empathy. The sequence is fascinating in its own right, but even more so for the way it reverberates through the rest of the movie, knocking the Johansson character off her axis and setting the second half of her quiet story in motion. [Jesse Hassenger]\n\n\n\nFirst race, Need For Speed\n\nThe year’s best, purest chase scene—technically a street racing scene—is one part old-school style, one part newfangled tech. Shot on Canon C500s—beefier, 4K variants of the low-light-friendly cameras used to shoot micro-budgeted projects like Blue Ruin and Blue Is The Warmest Color—it follows five gleaming cars as they rip through a vivid small-town nightscape, saturated in sodium-vapor orange. The camera style is self-consciously 1980: slow zoom-ins at the starting line; passenger-side handheld shots of the drivers; the kind of natural, unaffected shaking that happens when a cameraman is trying to keep a speeding car in the frame. And, for the bulk of the scene, there’s no music, only the snarl and squeal of the cars. Five engines, half-a-dozen vicious turns, and a train barreling into the distance—nothing more is necessary. [Ignatiy Vishnevetsky]\n\nInflating and deflating the male ego, Force Majeure\n\nRuben Östlund’s Force Majeure is a stinging critique of the male ego, and it reaches a crescendo during a late scene in which a pitiful husband and father (Johannes Kuhnke)—having already proven his spinelessness by ditching his clan in order to save himself during an apparent avalanche at their ski-vacation resort—enjoys a beer with his best mate (Kristofer Hivju) at the bottom of the mountain. There, the two men are approached by a woman who tells them that her friend thinks they’re the best-looking guys at the place, news that naturally boosts their self-esteem. That high doesn’t last long, however, since just as they’re enjoying the praise, the woman returns to apologize for having relayed the compliment to them; it was really intended for two other nearby gentlemen. Left deflated beyond repair, they vacillate between anger and embarrassment, which Östlund depicts in a protracted single shot that reveals the clownish emptiness of their macho pretenses. [Nick Schager]\n\n\n\nThe safe wager, Dom Hemingway\n\nJust out of prison following a 12-year stretch, expert safecracker Dom Hemingway (Jude Law) is looking for work, among other things, until a former associate named Lestor (Jumayn Hunter) tells Dom his skills are now useless, as newfangled electronic safes are impossible to crack via methods of a dozen years past. Since Lestor despises Dom, he offers him a deal: If Dom can open Lestor’s personal safe in less than 10 minutes, he’ll give him a highly lucrative job. But if Dom fails, Lestor gets to cut off his dick, right on the spot. Writer-director Richard Shepard plays this ludicrous ticking-clock scenario to the hilt, devising both a wholly unexpected safecracking method—no gentle taps and slowly twisted dials here—and a diabolical punchline. Mostly, though, it’s just a hoot to watch Law’s high-octane performance dovetail with a rare moment of concentrated focus for his character. Dom is ostensibly working feverishly to save his penis, but the expression on Law’s face throughout is pure, uncut fun. [Mike D’Angelo]\n\nCreating the universe, Noah\n\nDarren Aronofsky’s Noah is a work of conflicting aspirations—a Biblical epic that wants to be intimate and spectacular, “realistic” and fantastical, accommodating of both serious spiritual inquiry and talking, CGI rock monsters. The film’s most fruitful attempt at reconciling seemingly contradictory positions arrives during the centerpiece sequence, when Noah (Russell Crowe) recounts to his family the story of God creating the universe. Billions of years pass through simulated time-lapse photography, and as single-cell organisms transform into fish, which soon slither onto dry land and turn into something else entirely, it becomes clear that Aronofsky has incorporated evolutionary theory into his retelling of Genesis 1. Fundamentalists might balk at this revisionist take on scripture, but it’s hard to imagine anyone shrugging off the grandeur of the scene—a montage of blooming nebulas, scampering species, throbbing forbidden fruit, a menacing serpent, a glowing Adam and Eve, and Cain murdering Abel in striking silhouette. Noah has no shortage of grand imagery, but only this flashback to the beginning of time inspires a religious (or at least near-religious) awe. Cinephiles both devout and secular should give thanks. [A.A. Dowd]\n\n\n\nThe whoring bed, Nymphomaniac, Vol. I\n\nLars Von Trier’s epic study in carnal (and non-carnal) knowledge features plenty of explicit sex, but it’s a fully dressed, gatecrashing Uma Thurman who provides its most blistering, passionate sequence. After more than an hour spent exploring heroine Joe’s sexual self-indulgence, Nymphomaniac abruptly serves up a comically ghastly reminder that her actions have consequences. Into Joe’s apartment strides Thurman’s Mrs. H, her three young sons in tow, in order to confront their philandering father. “Confront” isn’t quite the word, though, since Mrs. H opts to channel her anger through relentless bitter sarcasm, congratulating her husband and Joe on their shared happiness and taking the kids on a tour of the premises, so that they can see what Dad will be up to from now on. “Would it be all right if I show the children the whoring bed?” she politely asks Joe, in the scene’s signature moment. Thurman plays this minor role (it’s the character’s sole appearance) without an ounce of vanity, digging so deep into Mrs. H’s feelings of debasement that all she can finally do, at the end, is emit a truly bloodcurdling shriek. [Mike D’Angelo]\n\nEnd credits montage, 22 Jump Street\n\nPhil Lord and Christopher Miller’s 22 Jump Street is the rare comedy sequel to equal its predecessor. Even more impressive still, it manages to surpass the original at that least likely of moments, the end credits. Having already spent its entire feature-length runtime making self-referential jokes about the derivativeness of sequels, 22 Jump Street goes that extra step—and then a few more—by delivering a montage of phony upcoming follow-ups, replete with clips and poster art. From “Culinary School” and “Foreign Exchange Students” to “A Semester At Sea” and “Traffic School,” it’s a sequence that pushes the material’s auto-critique craziness into outright absurdity, especially when Seth Rogen momentarily appears in “Sunday School” as a replacement for Jonah Hill (apparently due to a “contract dispute”). At once dim-bulb silly and cannily critical of its own inherent existence, it’s perhaps the best end-credits sequence in movie comedy history—as well as a capper that mocks (to the point of negating) the need for any further franchise installments. [Nick Schager]\n\n\n\nTerror in the tent, Willow Creek\n\nFor much of its running time, comedian Bobcat Goldthwait’s first stab at found-footage horror seems content to operate like an affectionate goof on The Blair Witch Project. The film does, however, make a late attempt at eliciting goosebumps instead of giggles, and the results are quite effective. Having retreated to the woods in search of the elusive Bigfoot, amateur filmmaker Jim (Bryce Johnson) and his patient girlfriend Kelly (Alexie Gilmore) are awoken in the middle of the night by strange sounds coming from outside of their tent. Goldthwait captures the subsequent gauntlet of terror in a single, 20-minute take, locking his camera on the faces of his increasingly alarmed characters, who sit paralyzed with fear as the noises get louder, closer, and weirder. It’s a marvelously suspenseful sequence, relying on not just the credible distress of the actors, but also the claustrophobia of the tent—a structure that limits our view of the surroundings, allowing the imagination to run wild with thoughts of the beasts surely lurking on the other side of its flimsy, nylon walls. As in Blair Witch, what we envision is much scarier than anything we could be shown. [A.A. Dowd]\n\n“I’ll Have To Dance With Cassie,” God Help The Girl\n\n\n\nGod Help The Girl has half a dozen lovely little production numbers in a variety of moods, but Stuart Murdoch’s musical is never more delightful than when it engages with the pure joy of making and experiencing music, crystallized in the scene scored to the song “I’ll Have To Dance With Cassie.” James (Olly Alexander) brings troubled singer-songwriter Eve (Emily Browning) to some kind of civic center, where the supporting members of their band are playing an afternoon dance attended mostly by the elderly. When Eve joins them onstage to sing and her song kicks into full-band ebullience, minor miracles abound: Dancers who look ready for a community-college production of Grease appear from nowhere; bandmate Cassie (Hannah Murray) arrives at just the right time; and Eve seems to forget her problems, however briefly. Murdoch cuts around madly; it’s exactly the kind of dance number that makes purists complain about not being able to see the dancing. But intricate choreography isn’t the point here; Murdoch stages a dance party halfway between homemade reality and music-video dreams. “Hell do I care what I look like when I feel this good?” the song asks—though as it happens, everyone looks pretty great. [Jesse Hassenger]\n\n\n\nThe classroom, Snowpiercer\n\nBong-Joon Ho’s Snowpiercer was the summer’s best action film, and it peaks when Chris Evans’ rebel leader, guiding his insurgency through a train that houses the last survivors of a global environmental apocalypse, arrives at the car where young children are being lectured by their teacher (Alison Pill) on the myth of their train’s creator. After the bleakness of their prior environments, Evans and company’s arrival in this brightly colored elementary-school compartment is jarring, and made more so by Pill’s overly cheery demeanor, which carries with it more than a whiff of madness. Basing its art-deco designs (both in terms of the classroom, and the historical video that the kids watch) on those found in the popular Bioshock first-person-shooter videogame series, the sequence has an unsettling strangeness that eventually erupts in a paroxysm of violence. Evil is rarely more chilling than when it comes in the form of a sunshiny mentor. [Nick Schager]\n\n“The Step You Can’t Take Back,” Begin Again\n\nA man (Mark Ruffalo) slumps over a bar, his left shoulder jutted toward the camera. He hears a guitar and a woman’s voice; slowly, he begins to peek over his arm, as though he were a sun reluctant to rise. The camera stays on him for almost 45 seconds, only revealing the singer—a songstress (Keira Knightley) with an acoustic guitar, awkwardly perched on a stool—once the chorus starts. This is actually the second time this scene has played out in Begin Again; the first time was at the very beginning of the movie, from her perspective, with the camera landing on his big goofy grin as she got off the stage. Now, the viewer is seeing it—and hearing it—from his angle, as he eyes the next act’s instruments and starts imaging a full-blown, Starbucks-playlist arrangement. Begin Again—a music-business musical that serves as a kind of spiritual sequel to director John Carney’s earlier Once—is largely bogus, but this sequence, its only lapse into overt fantasy, feels completely authentic. That’s thanks in so small part to Ruffalo’s performance, which turns what should be a simple reaction shot into a glimpse into a character’s soul. [Ignatiy Vishnevetsky]\n\n\n\nDave Schultz’s interview, Foxcatcher\n\nFor all the praise being heaped on Steve Carell’s transformation into a beaked, aristocratic sociopath, the best performance in Foxcatcher required no prosthetic noses. As Dave, the older and more decorated of the two Olympic-champion Schultz brothers, a bulked-up Mark Ruffalo finds layers of feeling his co-stars aren’t quite afforded. His showcase scene—and arguably the film’s single strongest moment—is the one in which Dave is forced to speak about the influence his sponsor and coach, John Du Pont (Carell), has had on his athletic career. At the behest of a filmmaker, who’s making a presumably propagandistic documentary on Du Pont, Dave struggles to explain the man’s coaching strategies (which are basically useless) and to muster up a single word of praise. When the director requests that he describe Du Pont as a “mentor,” Dave valiantly attempts to swallow his pride—and Ruffalo makes his thought process palpable, a small storm of emotions passing across his face. It’s a miniature master class in acting, and one of the brief, promising instances in which Foxcatcher threatens to burst its bubble of oppressive melancholia and become a stealth comedy of discomfort. [A.A. Dowd]\n\nThe wedding dance, In Bloom\n\n\n\nMovie musicals may have gone out of style, but a dancing interlude can still elevate the pulse of just about any film. In Bloom, a Georgian drama about two 14-year-old girls and a gun, reaches its emotional apex during the mid-film scene in which one of them, Natia (Mariam Bokeria), marries a man she barely knows, at her family’s behest. Her best friend, Eka (Lika Babluani), is visibly upset during the reception, and even calls Natia into the bathroom at one point to ask whether she loves her new husband. (The answer: “I guess I do.”) Upon emerging, however, Eka suddenly takes the center of the room and performs a lengthy solo dance as the other guests stand around her in a circle, clapping and cheering. What’s remarkable about this routine is the wealth of contradictory feelings it somehow conveys—Eka’s decision to elbow past everyone and take command of the dance floor is at once a defiant, fuck-you gesture; a burst of self-liberation; and an ardent declaration of love for Natia. Plus, Georgians really know how to dance—when a standing Eka picks up a napkin from the floor with her teeth, you’ll feel the urge to whoop and holler, too. [Mike D’Angelo]\n\n\n\nDestruction of the city, Pompeii\n\nPaul W.S. Anderson—the widely maligned English director behind Resident Evil, Alien Vs. Predator, and The Three Musketeers 3D—has a real knack for organizing and diagramming space, and though Pompeii, his first blockbuster-budget production, is slow-going at first, it hits its stride once it comes time to depict the destruction of the titular city street by street, neighborhood by neighborhood. Obsessed with bunkers, mazes, and caverns, Anderson can’t help but turn the city grid into yet another of his deathtrap tunnel systems. He envisions the destruction of Pompeii as one long set piece, with characters scampering over bodies and ruins, trying to outrun a ship that’s been forced inland while fiery debris rains down in the foreground. It’s brisk and breathtaking. [Ignatiy Vishnevetsky]\n\n“Time In A Bottle,” X-Men: Days Of Future Past\n\n\n\nRecently, every year has had at least three or four superhero movies, and all of those superhero movies have at least three or four action sequences, many of which involve gigantic airships and/or collapsing buildings. It makes sense, then, that the most memorable superhero action of the year would be a bit more granular, focusing on the use of a single superpower. In Bryan Singer’s mutant-packed X-Men sequel, Professor X, Beast, and Wolverine enlist super-fast mutant Quicksilver (Evan Peters) to help break Magneto out of his metal-free holding cell in the Pentagon. When the group is discovered and security guards open fire, the movie switches to Quicksilver’s point of view as he flips on his Walkman and springs into action, running up and down the walls with the nonchalance of a morning jogger, scored to the quiet strains of Jim Croce’s “Time In A Bottle.” With a few gentle tweaks, he knocks out cops and sets bullets off course; when the film returns to normal speed, the conflict is over in a matter of seconds. This interlude is a sustained moment of playfulness in an otherwise fairly serious superhero epic, and a reminder that the X-Men movies distinguish themselves by toying with the idiosyncrasies and possibilities of their universe’s vast array of mutants, not by getting into a building-destruction contest. [Jesse Hassenger]\n\n\n\nSex and violence, Gone Girl\n\nGone Girl’s first half is a slow-drip mystery, but it’s the second half of David Fincher’s adaptation—after the big twist is revealed—that taps a truly sinister vein. The story’s malevolence reaches a fever pitch during the scene when Amy (Rosamund Pike), now a captive of her creepy ex-boyfriend (Neil Patrick Harris), finally “gives in” to his carnal wishes and takes him to bed. It’s an encounter of sexual aggression and manipulation that Fincher stages with mounting unease, until the moment the white lingerie-clad Amy, beneath her lover on the bed, suddenly and swiftly slices his throat, coating herself in blood at the very moment that he climaxes inside her. More chilling still: After letting him bleed out, Pike straddles him and then flips her blood-soaked hair out of her face—an offhand gesture of aggravation that speaks volumes about the depths of her mercilessness. [Nick Schager]\n\nOpening credits, Godzilla\n\n“Even with nuclear weapons there is no guarantee that the creatures will succumb,” declares the witty opening credits sequence for Hollywood’s latest iteration of Japan’s favorite monster. “Evidence show [sic] that it is likely the creatures will come back with David Strathairn’s head.” That’s what the text reads for a split second, anyway—only by freeze-framing the DVD can one catch more than a few words—before everything other than DAVID STRATHAIRN is redacted. Superimposed over stills ranging from Darwin’s Origin Of Species to news coverage of the Bikini Atoll tests, all of the credits are accompanied by alarmist phrases that are swiftly blacked out, creating a deliciously paranoid mood (augmented by Alexandre Desplat’s urgent score) before the story has even begun. There are even some in-jokes among the barely visible text: Bryan Cranston’s credit includes the phrase “Walter Malcolm has claimed that government men dressed in white lab coats routinely appear at site,” which is redacted in a way that leaves the words “Walter” and “white” visible by themselves for a fraction of a second. With “Malcolm” in the middle. [Mike D’Angelo]\n\n\n\nTwo decades of messages, Interstellar\n\nChristopher Nolan has developed an inaccurate reputation as a chilly filmmaker with a Kubrickian detachment from human emotion. Despite superficial 2001 influences, Interstellar seems almost designed to correct that assumption, never more effectively than in a single scene that essentially involves space pilot Cooper (Matthew McConaughey) sitting down to check his messages. Cooper has been on a planet that experiences time far more slowly than Earth, and upon his return to his ship, he watches a series of video messages from his children, received in the hour or so that he was gone. In a few moments, he watches them age over two decades. Because it’s a Nolan movie, this scene also contains plenty of information: about what’s happened on Earth while Cooper has been gone and where his plot-crucial daughter Murph is now. But the exposition feels secondary to the emotional wallop of Cooper’s family life accelerating without him. In a movie of amazing sights, it’s the simple passage of time that hits the hardest, culminating in the final video message, from now-grown Murph (Jessica Chastain). When she finishes a goodbye to her father, thought to be lost in space, Nolan cuts to the other side of her camera and follows her as she returns to her job—bringing the movie to this decades-forward Earth for the first time. The transition doesn’t span anywhere near the amount of time traversed in the most famous cut of 2001, but it’s a similar technique, hurtling the audience ahead into the next phase of the story. [Jesse Hassenger]\n\n“Pretty Girl Rock,” The Rover\n\nSet in a depressed (and depressing) post-apocalyptic Australia, The Rover adopts a mood of consistent despair, rarely allowing for even the faintest trace of levity. Maybe that’s why the belated arrival of a bona fide pop anthem on the soundtrack—briefly replacing the ambient, dread-infused hum of Antony Partos’ original score—qualifies as downright triumphant. As the film’s mismatched road warriors (played by Guy Pearce and Robert Pattinson) wander into the Outback during a protracted wide shot, director David Michôd cues up Keri Hilson’s narcissistic earworm single “Pretty Girl Rock.” It seems like a bitterly ironic song selection, until the scene cuts to a nighttime image of Pattinson’s tragic simpleton sitting alone in a jeep, softly singing along to the suddenly diegetic music. From here, the tune takes on a melancholy quality, with Michôd employing it as a creature comfort from another era—a bittersweet blast of nostalgia, a sonic relic of the more hopeful world that now exists only in the rearview mirror of these characters’ lives. As needle drops go, it’s eccentric and weirdly, powerfully affecting. Also, good luck getting that damn song out of your head. [A.A. Dowd]\n\n\n\nThe Red Circle, John Wick\n\nChad Stahelski and David Leitch are both veteran stuntmen, which explains why their debut feature, the superbly entertaining John Wick, happens to contain some of the most energetic, best-directed action sequences in recent memory, with the standout being the movie’s centerpiece, in which Keanu Reeves’ eponymous ex-hitman shoots his way through a nightclub/bathhouse called the Red Circle. Starting in the back of the club—where silhouetted henchmen are dispatched one by one while Kaleida’s “Think” slinks on the soundtrack—and then bursting into the main floor, Collateral-style, it’s as much a dance piece as a gunfight. Reeves and an ensemble of stunt performers roll, tumble, shoot, and reload, over and over, moving through pools of blue and magenta light, always oriented around the camera and the geometry of the space; this is amped-up action as kinetic art. [Ignatiy Vishnevetsky]\n\nLip-sync duet, The Skeleton Twins\n\n\n\nBill Hader and Kristen Wiig prove themselves adept serious actors in The Skeleton Twins, starring as siblings reunited after a 10-year estrangement. The movie itself doesn’t often transcend its indie-dramedy roots, but it generates more feeling than it might have otherwise due to its stars’ chemistry, and the SNL-honed comic timing they bring to their depressive characters. The movie’s strongest juxtaposition of angst and crowd-pleasing comedy comes when Milo (Hader) comes home to a frustrated Maggie (Wiig) demanding him to get his shit together. He attempts to cheer her up by silently putting Jefferson Starship’s “Nothing’s Gonna Stop Us Now” on the stereo and beginning to lip-sync, imploring her to join him. Maggie resists for well over a minute before finally, hilariously giving in to the emotive cheesiness—the mugging equivalent of an expertly delayed chorus. It’s the kind of goofy bit Wiig and Hader could’ve sold on SNL, and the movie draws on that history to make Maggie and Milo especially convincing, and touching, as family. [Jesse Hassenger]\n\n"
  },
  {
    "path": "tests/data/text/avclub.com2.txt",
    "content": "By now the Serial theme song has been chopped a screwed a million different ways by a million different people, including us for our Serial Serial podcast. But that little kid that says “mail kimp?” That’s a different story. Soundcloud user kpffkl has created the “Mail Kimp Remix” to give that little kid some glory, and it’s both annoying and mesmerizing, as most remixes of a single sound are, but it’s still new and potentially interesting Serial-related content, something the Internet is certainly hungry for this holiday season.\n\n[via Buzzfeed]\n\n"
  },
  {
    "path": "tests/data/text/backstage.com1.txt",
    "content": "Instant Access\n\nThis casting/job notice is still under review by Backstage's editors. However, you can apply right away! Scams and inappropriate content will be promptly removed."
  },
  {
    "path": "tests/data/text/backstage.com2.txt",
    "content": "To find Los Angeles–area stage and film acting schools, teachers, and coaches, click here to search Backstage's Acting Schools database.\n\nEach of the entries contains the following information, if applicable: name of teacher or school, address, phone and fax numbers, email address and/or website, average number of students per class, whether beginning, intermediate, or advanced students are taught, whether auditing is permitted, whether classes are ongoing or by sessions, any special emphasis used in classes or coaching, whether a work/study program is offered. Descriptions of the class, school, or coaching are provided by the instructor or institution and edited by Backstage.\n\nAlso, you can find additional schools and coaches in the Backstage Yellow Pages.\n\nSchools and coaches who have been omitted may contact listings {at} backstage.com regarding inclusion in the Acting Schools database. Schools and coaches can also self-post listings and media-enhanced ads in the Backstage Yellow Pages. Contact Backstage's Advertising Department for additional marketing options."
  },
  {
    "path": "tests/data/text/bhg.com1.txt",
    "content": "Eclectic Fall Bowl Centerpiece This decoration can be fashioned easily with a fall nature hunt and a halved globe used as a bowl. There's no need to plan the arrangement -- simply mix the treasures together: pinecones, bittersweet, acorns, and branches make the perfect fall centerpiece.\n\nFall Branches in Vase Bring fall's burst of colors indoors. A simple glass vase transforms a foliage display into naturally beautiful art. Choose a bouquet of maple, oak, sweetgum, dogwood, or persimmon leaves, which typically develop the brightest hues.\n\nBouquet of Fall Flowers and Vegetables Going simple is the best decorating solution for fall centerpieces and table toppers. Here, deeply hued roses and dahlias play off the more muted collection of faux tomatoes and fall foliage. Editor's Tip: Choose a vase color that recedes and doesn't compete with the blooms.\n\nVideo: Fall Centerpiece Ideas Fall Centerpiece Ideas\n\nFall Flowers in Gourd Vases Display these pretty fall flowers in hollowed-out gourds for a unique twist on a fall centerpiece. Select flowers in a variety of autumn hues, such as bright purple, orange, and yellow, and accent the small bouquets with sprigs of orange berries.\n\nWhite Pumpkins Tabletop Decoration Color-coordinate your tabletop decoration with your serving dishes to create a classy, monochromatic fall display. Place white gourds at different levels in white ceramic dishes, and accent the table with sprigs of red fall berries in a white ceramic vase.\n\nDecorative Tabletop Pumpkins Without carved faces, pumpkins make a dramatic tabletop. Start with lengths of grapevine wrapped around and up and down pumpkins in different patterns. Display smaller gourds under glass and scatter a base of leaves underneath, and include a tall vase filled with wheat or dried lavender for subtle color complement.\n\nFall Leaf Table Runner It's easy to craft a no-sew table runner in the shapes and colors of fall. Find and enlarge a fallen leaf shape and cut it out from a piece of felt. Glue ribbon or single-fold bias tape to the edge and place on a contrasting piece of felt or complementary table runner.\n\nTiered Centerpiece of China and Roses This simple addition to your holiday table requires only household items. Using a large china plate as the base, create a layered decoration with stacked teacups and smaller plates. Adorn with orange flowers on each level, and tuck a small amount of foliage in the top teacup.\n\nVegetable Vases with Flowers Tabletop Decoration These colorful vegetables are the perfect fall tabletop decorations when stuffed with flowers and foliage. Cut each pepper lengthwise an inch from the top to make an opening (don't cut the top completely off), hollow out the pepper and fill with different types of flowers. Set the peppers on small plates to finish the decoration.\n\nTraced-Leaf Pumpkin Centerpiece Inexpensive tools make this uniquely carved pumpkin easy to recreate. Use a large leaf to trace onto a pumpkin and use a scraping tool to cut away only the outermost layer. Set it on a bed of moss and a pedestal for a centerpiece that will last all season.\n\nIndian Corn Candleholder The vibrant, diverse colors of Indian corn perfectly represent the color palette of fall, and you can put them to use in a no-fuss candleholder. Place a candle at the center and hot-glue corncobs together in a circle around it to make this pretty tabletop decoration.\n\nIndian Corn-and-Wheat Centerpiece Pumpkins typically are front and center at doorways and on tables, but this elegant collection of corn and wheat stalks fits in perfectly with the season. Include a variety of colors of corn and a few different sizes and include an individual cob at each place setting.\n\nSmall Pumpkin Plate Centerpiece Small gourds and pumpkins are nearly sculptural, and a cluster of two or three on a pretty plain plate resembles a still life. Tuck in a pinecone and a few leaves, and wrap a bit of raffia or twine around one of the stems.\n\nTall Grass-and-Feathers Tabletop Decoration This decorative arrangement of cattails, pheasant feathers (found at crafts stores), and Purple Majesty ornamental millet doesn't need water, so it will last all season long. Editor's Tip: Place chicken wire or floral netting inside an urn to create structure within the vase. Mold the wire into a ball to fit the bottom of the vase and stick the stems into the holes to complete the arrangement.\n\nPumpkin Flower Arrangement Pumpkins are plentiful and inexpensive in fall. For a pretty centerpiece, use a large pumpkin to display richly colored blooms. Cut the top off of a pumpkin or squash, scoop out the flesh, and tuck in a vase. Display a variety of flowers including dahlias, sunflowers, and zinnias.\n\nFlowers-and-Candles Tabletop Decoration A rustic rectangular container disguises a few small flower vases, making a great way to create an eclectic collection of blooms, fall foliage, and candles. Tie long grass or fall berries around the container to make the decoration pop.\n\nPretty Pumpkins Centerpiece Pumpkins like the ones pictured can be used as decorations all season long. Elevate a few -- chosen for the beauty of their contrasting colors -- on a pedestal. Underneath, use a table runner or cloth that picks up on the hues, and tuck in few bittersweet branches for texture.\n\nTabletop Pumpkin Display Repetition of color -- whether with pumpkins, foliage, or flowers -- creates a unified fall decorating scheme that accents all of fall's bounty. Dominant tones of orange and yellow are present in a vase of blooms and a cluster of branches on a sideboard, in addition to the main pumpkin display.\n\nSeasonal Bounty Basket Centerpiece A wicker basket contains a lush arrangement of the growth of autumn. Put a square of floral foam into the container and add a collection of kale, dill, tomatoes, broccoli, and other harvest finds for a colorful, edible centerpiece.\n\nColorful Fall Leaf Vase and Garland This easy decoration can brighten a living or dining room in just a few minutes, where a vase filled with colorful branches brings the beauty of the outdoors in.\n\nPumpkin Tree Tabletop Decoration Simple decorations can make a dressed-up tabletop for fall. A few cylindrical vases filled with birdseed provide a sturdy base for long branches. Small pumpkins -- suspended with bits of twine -- hover above a beautiful assortment of branches, berries, and pinecones. To craft the candle-displaying pumpkins, hollow out a few gourds and tuck in candles and berries.\n\nFall Foliage Centerpiece Brightly colored foliage gathered at its prime brings the perfect fall color accent to this room. Snip a few long branches with a variety of colored leaves still attached and tuck them in a cluster of tall, clear vases on a tabletop."
  },
  {
    "path": "tests/data/text/bhg.com2.txt",
    "content": "BHG.com / Videos / / / How to Hang a Christmas Wreath (Two No-Fail Secrets!)\n\nHow to Hang a Christmas Wreath (Two No-Fail Secrets!)\n\nIt's not a holiday home until you've hung a Christmas wreath. This quick video offers nifty tricks for damage-free wreath hanging on doors and windows. Get our secrets to success!\n\nA pretty wreath, is just the trick to take your Christmas decorations from basic to bold. Here are the no fail secrets, for hanging window, and door wreaths. For outdoor wreaths, choose a ribbon that's strong, durable, and will make a high impact statement. Your best bet, is a two and half inch satin ribbon. To avoid a droopy look, hang your wreath in the top half of the window. On a door, center the wreath at about eye level. To hang a wreath in a window, lower the top window sash and place the wreath outside of the window while holding the ends of the length of the hanging ribbon. [MUSIC] A piece of paint-friendly tape provides stability. Tape just the very end of the ribbon before sliding your window securely close. When hanging on a door, use a staple gun, to staple the ends of the hanging ribbon to the center top of the door. That way, the staples will never be seen. To keep a lightweight wreath in place, use double-sided foam tape on the back. It's that simple. Use this method every Christmas, to hang your wreath without damaging your home. [MUSIC]"
  },
  {
    "path": "tests/data/text/bloomberg.com1.txt",
    "content": "Nevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- Alabama, Illinois, Michigan, New Jersey and Ohio -- remain more than 50,000 positions short of that level.\n\nNevada, Arizona and Florida are among those furthest from their peak employment during... Read More\n\nNevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- Alabama, Illinois, Michigan, New Jersey and Ohio -- remain more than 50,000 positions short of that level. Close\n\nKevin Yearout has added about 80 jobs to his Albuquerque, New Mexico, contracting company since July of last year. That still leaves him with less than half the number he employed in 2009, at the end of the deepest downturn since the Great Depression.\n\n“It has been a very slow climb back,” said Yearout, 51, co-owner and chief executive officer of Yearout Mechanical Inc. “The economy went very south, very quickly.” With his commercial construction business hobbled by government funding cutbacks, “I never see the local economy getting back” to justify the prior level of jobs.\n\nEven as the U.S. economy reached a milestone in May with employment exceeding the prerecession peak, 29 of 50 states have yet to match that accomplishment, according to Labor Department data compiled by Bloomberg. New Mexico, for instance, still had 4 percent fewer employed workers, ranking among the bottom 10 percent of states.\n\n“This is not like any other recovery,” said John Herrmann, director of U.S. rate strategy at Mitsubishi UFJ Securities USA Inc., who tracks the gross domestic products of states. “There is a tremendous disparity, not a uniform recovery at all, with the performance of the economy much more skewed on a regional basis.”\n\nThe weakest jobs rebound has been in the states central to the 2002-2006 housing bubble and the subsequent price collapse.\n\nNevada, Arizona and Florida are among those furthest from their peak employment during the December 2007-June 2009 downturn. Those states, along with five others -- Alabama, Illinois, Michigan, New Jersey and Ohio -- remain more than 50,000 positions short of that level.\n\nRegional Woes\n\nYet the regional woes are far broader: New Jersey has been hurt by the loss of casino and pharmaceutical industry positions, New Mexico by U.S. government defense cutbacks, Alabama by weakness in manufacturing, and Michigan by a loss in auto jobs.\n\nThe energy industry is driving the economic expansion in 12 of the 13 states leading growth since the recession ended, Herrmann said. Leaders include Texas, North Dakota, Oklahoma and Louisiana, with Oregon the only non-energy state among the standouts. Oregon has been boosted by technology manufacturing and fast growth in exports.\n\nExcluding the 1.1 million jobs created in Texas, which has led the expansion, the nation would be 350,000 below the prerecession peak, according to Federal Reserve Bank of Dallas research cited by its president, Richard Fisher.\n\nSpotty Recovery\n\nThe spotty regional recovery meshes with the Federal Open Market Committee’s view there is “significant underutilization of labor resources,” according to the statement after its September meeting, and continued room to keep interest rates near zero long after the central bank ends its bond buying as planned in October.\n\n“There is no pressure to raise interest rates this year and into next given that many parts of the country have a surfeit of unemployed and underemployed workers,” said Mark Zandi, chief economist at Moody’s Analytics Inc. in West Chester, Pennsylvania.\n\nIHS Global Insight economists in Lexington, Massachusetts, project that every state won’t have returned to its peak employment until Michigan achieves that level in 2019.\n\nWhile the auto industry has recovered and sales in August reached the highest level since January 2006, employment levels in Michigan haven’t.\n\nMoving Out\n\n“The auto industry has been moving out of Michigan,” said James Diffley, IHS Global Insight chief U.S. regional economist, who is based in Philadelphia. “Job totals have been declining.”\n\nMichigan regained 34,185 automotive manufacturing jobs between 2010 and 2013. Yet that doesn’t come close to replacing the 174,429 industry positions lost from 2001 to 2010, a 59 percent decline, according to data calculated for Bloomberg by the Ann Arbor-based Center for Automotive Research.\n\nWhile the auto industry remains dominant in Michigan, “education, tourism, green technologies” and information technology “will become increasingly important,” according to a Moody’s Analytics’ forecast in June.\n\nWeak wage growth outside a few areas, such as energy jobs in North Dakota and Texas, supports the view that most of the country remains far from fully recovered, said Gary Burtless, a senior fellow at the Brookings Institution in Washington and a former Labor Department official.\n\nHourly Earnings\n\nHourly earnings nationwide were up 2.1 percent over the past 12 months, compared to 3.9 percent in June 2007, six months prior to the past recession, Labor Department data show.\n\nYoung adults 25 to 34 years old, who are most likely to relocate for jobs, have been moving at decreasing rates even after the recession ended with migration at historically low levels in 2013, according to a Brookings analysis.\n\nThat mobility remains low suggests “that local job markets have been basically lousy almost everywhere” except a few areas benefiting from the energy boom, Burtless said. “Wages are behaving as though there’s still a lot of labor-market slack.” Wages gains have been basically flat for the past several years, he said.\n\nWhile housing prices have regained part of their losses, Nevada was 5.9 percent below its peak employment, Arizona 4.1 percent, Florida 1.5 percent and Georgia 1.1 percent. The data compiled by Bloomberg compares the top employment level for any month during 2014 with the maximum during the downturn.\n\nNevada Sluggish\n\n“The economy is still sluggish in Nevada,” said Jim Mason, president and co-owner of Taylor International Corp. in Las Vegas. ‘We still have a lot of excess capacity in the employment market.’’\n\nIn 2007, Taylor employed 500 people managing $1 billion in construction primarily of hotels and casinos. Today, the company employs 30 in the state and gets 20 applications for each job opening.\n\nIn New Jersey, Trump Entertainment Resorts Inc., which owns two properties in Atlantic City, filed for bankruptcy protection in September. New Jersey has lost more than 5,000 casino hotel jobs in the past two years, according to state figures.\n\nCasinos there have faced new competition from Pennsylvania, Connecticut and New York, and there has been “very little private sector investment” in new manufacturing and commercial construction, said Joseph Seneca, a Rutgers University economist in New Brunswick.\n\n“We have a lot of white elephants -- large empty casinos,” he said. “This is a significant problem for the state going forward.”\n\nConstruction Weakness\n\nAlabama’s job level remains 4.6 percent below the peak during the downturn, according to data compiled by Bloomberg. Job creation has been hurt by weakness in construction, manufacturing and government spending, said Ahmad Ijaz, an economist at the University of Alabama in Tuscaloosa.\n\n“Commercial construction is still relatively weak due to sluggish consumer and business spending,” he said. “Nondurables, particularly the textile and apparel industry, will not be adding any jobs anyway because of off-shoring and automation. Government spending is weak because of cutbacks in federal spending which in turn also impacts state and local government spending.”\n\nEddie Foreman, 40, of Opelika, Alabama, who has a part-time job at a fast-food restaurant, said better-paying and permanent industrial positions aren’t coming back.\n\n‘No Jobs’\n\n“The economy is tough and there are no jobs for us here,” said Foreman, who has put out 20 applications in the past year and had no interviews. He worked in a variety of manufacturing and construction jobs before the recession. “Eventually I think it has to get better. It can’t get any worse.”\n\nNew Mexico’s economy was slowed as reverberations from last year’s federal government shutdown rippled through the state, according to a Moody’s Analytics report in April. The state, home of the Los Alamos National Laboratory, has government as its largest employer, with 24 percent of all workers compared to 16 percent in the U.S., according to Moody’s Analytics. There were 30,000 federal workers among the 193,000 public sector employees in the state last year, according to the Moody’s report.\n\n“Government has been a drag,” said Michael O’Donnell, research scientist with the Bureau of Business and Economic Research at the University of New Mexico. “Many of the private sector jobs rely on government funds and grants.”\n\nWhile governments and companies have started to seek bids for new construction projects, Yearout said, there’s no backlog of work that ensures rising employment a year from now. At about 280 now, he doesn’t see returning to the 750 workers the company employed in 2009 anytime soon.\n\n“There is a cautious optimism that things are turning around,” he said, yet private businesses sometimes back out even after seeking bids. “The owner is afraid to pull the trigger. There is no long-term visibility or momentum. Everyone is a little bit afraid.”\n\nTo contact the reporter on this story: Steve Matthews in Atlanta at smatthews@bloomberg.net\n\nTo contact the editors responsible for this story: Chris Wellisz at cwellisz@bloomberg.net Gail DeGeorge, Carlos Torres"
  },
  {
    "path": "tests/data/text/bostonherald.com1.txt",
    "content": "MISSED TINY PARAGRAPH AT THE VERY END\n"
  },
  {
    "path": "tests/data/text/bostonherald.com2.txt",
    "content": "Chrome Industries' Mini Buran laptop messenger bag ($140) is a good investment for anyone who needs a sturdy bag that is built to last and can contain all of your stuff, whether it be a thin laptop or iPad. There are also small pockets for lighter objects.\n\nThe article you requested has been archived All coverage within bostonherald.com from the last 14 days remains free of charge. Articles do not always include original photos, charts or graphics. » Click here to search for this article within the archive."
  },
  {
    "path": "tests/data/text/businessinsider.com1.txt",
    "content": "The UK may be forced to review its Falkland Islands air defenses to face a renewed threat in the South Atlantic.\n\nAccording to a report in the Daily Express newspaper, the Argentine Air Force is set to get a dozen Sukhoi Su-24 Fencer attack planes from Russia in return for foodstuff.\n\nDue to this, the UK Ministry of Defense is in the process of reviewing the Falkland Islands air defenses. The delivery of the supersonic, all-weather attack aircraft could pose a threat to the islands, referred to as “Malvinas” by Argentina.\n\nAccording to Jane’s, the islands current British air defenses include four Eurofighter Typhoon jets, Rapier SAM (Surface to Air Missile) systems, along with about 1,200 troops permanently stationed in the South Atlantic base.\n\nEven though the Typhoons are modern enough to deal with a dozen Su-24s, the Soviet-era twin-engined two-seater are able to perform ultra-low level surface and maritime strike missions. The planes can be outfitted with a wide variety of General Purpose as well as Laser Guided Bombs and stand-off missiles, such as the Kh-31 (AS-17 “Krypton”) anti-radiation and anti-shipping sea-skimming missiles.\n\nWe don’t know whether the potential deal includes armament; still the possible delivery of Su-24s to Argentina makes the Falkland Islands a bit more vulnerable to an attack by the Fuerza Aérea Argentina.\n\nThis article originally appeared at The Aviationist. Copyright 2015. Follow The Aviationist on Twitter."
  },
  {
    "path": "tests/data/text/businessinsider.com2.txt",
    "content": "FA Insights is a daily newsletter from Business Insider that delivers the top news and commentary forfinancial advisors.\n\nRussia's Problems Are A Huge Warning Sign About Emerging Markets (Morningstar)\n\nRussia's seen a volatile December: hiked interest rates, increased inflation, and a plunging ruble. Morningstar's Karin Anderson suggests that Russia's problems reflect the larger risks associated with emerging markets.\n\n\"Emerging markets' fundamentals can change fairly quickly with changes in political regimes, commodities pricing, or geopolitical risk. Second, currency fluctuations can have a quick and pronounced impact on investors' assessment of the risks and valuations of emerging-markets bonds,\" writes Anderson.\n\n\"Because of those risks, Russia is a reminder that emerging markets remain subject to swift and meaningful changes in capital flows,\" Anderson adds.\n\nF-Squared Paid $35 Million In A Settlement (The Wall Street Journal)\n\n\"F-Squared Investments Inc., which builds investment portfolios out of exchange-traded funds, admitted it misled clients about its track record and agreed to pay $35 million in a settlement with regulators,\" reports Corrie Driebusch.\n\nThe SEC filed separate civil charges against the former CEO. He stepped down from his position last month, but his lawyers maintain that the SEC's allegations \"are misdirected and meritless.\"\n\nAnalysts Aren't Feeling Great About Commodities In 2015 (Think Advisor)\n\nThanks in part to the strong US dollar, commodities have seen a tough year. And analysts don't think that things will get any better in the next one.\n\nA recent Bloomberg survey sees Brent sliding to $50 a barrel, and Goldman Sachs analysts \"see further declines in prices for oil and for other commodities with anticipated strengthening of the US dollar in 2015 and weaker demand for commodities in China,\" reports Janet Levaux.\n\nAdditionally, analysts have mixed feelings about agri-commodities in the next year.\n\nAn SEC Investor Advocate Will Push For Spending More On RIA Exams (Financial Advisor Magazine)\n\n\"Securities and Exchange Commission Investor Advocate Rick Fleming said Tuesday he will push SEC chairman Mary Jo White to use a 'significant' portion of its extra $150 million for 2015 to go to increase financial advisoroversight,\" reports Ted Knutson.\n\n\"Fraudulent or abusive practices by an investment advisor,\" said Fleming, \"can be very difficult for an individual investor to detect, particularly if the advisor goes so far as to falsify account statements or other records.\"\n\nFleming reportedly has limited clout within the agency.\n\nThere Are 4 Things Advisors Need To Know To Avoid Getting Fired (Financial Planning)\n\nVeteran Wall Streeter Charlotte Beyer has four tips for how to keep wealthy investors as clients.\n\nThe first two are related: advisors should probe and get feedback, and they should overcommunicate. The biggest reason advisors get fired, writes Beyer, is \"it's always about communication — usually a lack of — every time.\"\n\nAdditionally, advisors should be diplomatic about demands by anticipating a client's needs. And finally, advisors should be consistent by emphasizing the long-term approach."
  },
  {
    "path": "tests/data/text/businessweek.com1.txt",
    "content": "Features\n\n“Do you want to listen to Taliban cassette?” Matiullah Matie asks as he steers his white Toyota Corolla along a narrow road surrounded by cornfields and mud huts. He keeps the tapes in the car for long drives, Matie explains, just in case he picks up a hitchhiker who looks like a Talib. “They think I am such a pious mujahid man,” the round, bearded businessman laughs. “They don’t know I am screwing them all.”\n\nWe are driving to the Nawa district, just 30 minutes outside Lashkar Gah, the capital of Helmand province in the southwest corner of Afghanistan. Matie is going to show us how he first became a millionaire.\n\nEarlier that morning, photographer Lorenzo Tugnoli and I found Matie sprawled on his office floor. He’d spent the night Facebooking—until he passed out. In the corner, on the armrest of a brown couch, a Dell laptop flashed an error message. Stacks of blue posters for the cell phone company Salaam lay against the wall. Matie had recently bought the local Salaam distribution license. It’s his latest project.\n\nWhen we drive into the bazaar at Nawa, people recognize Matie immediately. Many wave at him. He’s done business here before—and he’s already brought Salaam to the district. That’s the reason one man with a neatly trimmed beard approaches the car and leans in to chat. Matie curses his luck under his breath.\n\n“I have bought 100 SIM cards but no one buys,” says the guy, a retailer representing Matie’s franchise. Matie tells him to be patient. It’s a new company, he explains, business will pick up.\n\n“Will you come back for lunch, all of you be my guests?” the man asks.\n\n“Sure,” Matie says. “Make some chicken for lunch once we drive back from Garmsir.”\n\nMatie has no intention of going to Garmsir or lunch with the man. “The bastard’s son still has links to the Taliban,” he says as we drive on. “You really can’t trust anyone.”\n\nIn a few minutes we reach the compound of the 1st Battalion 9th Marines—“The Walking Dead,” as a yellow logo proclaims inside one of its rooms. The U.S. Marines packed up a year ago, and all that’s left is a series of shipping-container offices that once housed U.S. Agency for International Development contractors. The desks and furniture are locked inside; the windows are covered in dust and cobwebs. But when the Marines ruled Nawa—the district governor’s office was within their compound—the Americans started Matie on his road to prosperity. In the U.S., wartime contracting is often associated with such names as Blackwater (now known as Academi), DynCorp International, Triple Canopy, and others, but on the ground in Afghanistan, the Pentagon depended on a small army of locals. And as hundreds of billions of dollars in U.S. taxpayer money poured into the country, it created a new class of wealthy, entrepreneurial Afghans.\n\nThe October 2001 U.S.-led invasion and the subsequent allied military campaigns transformed the country. At the end of 2014, however, as the American troop presence draws down to 10,000 from a height of 98,000, it’s becoming clear that the U.S. dollar has reshaped Afghanistan even more than the military did. In private, U.S. officials admit they don’t know how much they’ve spent on the Afghan war. Independent analysts estimate its cost at about $1.6 trillion—factoring in inflation and long-term care for veterans. The money found its way not just into the hands of ruthless oligarchs, as in post-Soviet Russia, but also into those of teachers, translators, restaurant owners, and drivers who tapped into the gusher of cash to become millionaires and multimillionaires.\n\nIn the five years that Mullah Omar and his Taliban regime dominated Afghanistan, “foreign currency was rare. There probably wasn’t even $2 million in the market,” says Khan Mohammad Baz, the bespectacled head of the currency exchange union at Sarai Shahzada, Afghanistan’s central exchange market. “By 2003 there was probably $1 billion circulating.” These days, Baz says, about $20 million worth of business deals are made in a day. The central bank alone pumps about $60 million a week into the market to buy back the Afghan currency and keep it stable.\n\nAbout 36 percent of Afghanistan’s 30 million people live below the poverty line. “If you ask people on the streets whether we have a billionaire, they will shrug and say no,” says a senior Afghan economic official, who asked to remain anonymous because he is privy to sensitive information. “But I can tell you with confidence we have many. If the top 10 wealthy men in Afghanistan—I would say 9 of them products of the past 10 years—came together, they could buy this government, the bank, this whole system.”\n\n\n\n\n\nAfghanistan’s megarich are not shy about their wealth. Many are driven around in $150,000 armored vehicles, trailed by convoys of cars and pickup trucks full of security guards. Several live in Wazir Akbar Khan, Kabul’s diplomatic enclave, but others have illegally carved up Sherpur, an historic hill district in the capital. Some have second homes in Dubai, Istanbul, or various European cities. Just like Russia’s oligarchs, many members of this wealthy class owe their fortunes to politics. Some are warlords who helped the U.S. topple the Taliban; others are technocrats who returned from abroad to work in the new government. Both groups enriched themselves through the country’s system of patronage and influence—and by drawing on the immense sums of American cash flowing into it. Afghanistan runs on connections, and many of the biggest dealmakers operate with impunity. A clan can have one brother in the administration, another in parliament, and yet another running a huge company or state enterprise. The family of former President Hamid Karzai was the object of much criticism for that reason.\n\nTrailing behind the politically influential is a much larger—and younger—class of nouveaux riches, which includes Matie. Spread around the country, they’ve made money by getting close to the American military and responding to its immediate needs. Many were translators who saw gaps in the Pentagon’s supply chain and took advantage of the situation by becoming contractors. Others were simply entrepreneurs who fed off the donor money being doled out to every sector of the post-Taliban society.\n\nThere’s still money to be made from the American military—though it’s a much smaller pie, and more local contractors fight over it. The U.S. and its NATO allies will continue to provide Afghanistan with more than $5 billion annually for its security forces and $5 billion to $8 billion for reconstruction. But the largesse will now flow through the central government, with its propensity for playing favorites. From now on, ministries in Kabul will be in charge of dispensing the contracting cash.\n\nThe new president, Ashraf Ghani, is promising to bring order to procurement and contracting, but transparency may be difficult to achieve. Among Ghani’s first appointments was Hazrat Omar Zakhilwal, a finance minister under Karzai who was entangled in the country’s biggest banking scandal, among other controversies. Zakhilwal, who denies any wrongdoing, now has oversight over the entire financial portfolio of the country.\n\n\n\n\n\nIn 2009, Matie, then in his late 20s, trundled up to the Marine compound on a donkey, after treading slowly through a heavily mined field. “Out of control mines,” he recalls. The son of a religious studies teacher, he had already tried many jobs, including joining the Taliban, twice. He had been working as a customer-care representative—making a lucrative $300 a month—with one of the new telecom companies when he realized he wanted to start his own company. He was sitting through a business development training seminar conducted by Malaysians when he thought to himself, “I want to be my own boss.” He quit and got a license to start a construction company. He wrote up a company profile and fact sheet—as the Malaysians had taught him—and, two weeks before Ramadan, put the papers in a saddle, mounted his donkey, and headed for the Marines in Nawa. “Hi, sir! Is there anybody to talk to me?” he’d shouted in his elementary English at a Marine manning a watchtower. They were happy to let him in.\n\nThe Marines were part of Obama’s surge to push back a Taliban onslaught that threatened to overwhelm the towns loyal to Karzai’s government. In Nawa the surge expanded the U.S. military presence from 100 troops to 1,100; a contingent of that size needed local logistical support. When the Marines arrived, they found the local bazaar deserted—except for a boy selling cans of Pepsi. “You couldn’t find a single contractor here, they were all too afraid,” recalls Abdul Manaf, the aging district governor, as he puts on his hearing aid. “Matiullah was the first to come.”\n\nThe Marines had cash and lots of it. Congress has appropriated about $3.7 billion over the past 10 years for the Commanders Emergency Response Program (CERP), a fund that officers in Afghanistan and Iraq could draw on for “urgent humanitarian relief and reconstruction requirements in their areas of responsibility.” In Helmand province—one of the areas fiercely contested with the Taliban—the U.S. military would spend $153 million on 2,164 CERP projects. USAID also poured money into the area through foreign contractors who implemented so-called stabilization projects—such as rebuilding bazaars and supplying technology to district offices. For example, according to the Washington Post, USAID spent $30 million on agriculture in Nawa over the course of nine months in 2010. All of this created opportunities for enterprising Afghans such as Matie.\n\n“My only wish is to prove to the American public that in my case your tax money has not been wasted”\n\nHis first project was the reconstruction of the district governor’s office. It needed new doors, windows, fresh plaster—and walls. When the Marine captain proposed the project to him, Matie calculated an estimate on the spot: $10,109. He asked for five days to get things going.\n\nOnly later did he realize what he’d agreed to do. The area between Lashkar Gah and Nawa was strictly Taliban country—and Matie had to transport gravel, shovels, and barrels from the provincial capital to the Marine compound. So when Matie recruited laborers, he didn’t tell them he was sending them to Nawa but rather to another, safer district nearby. “I went ahead on a motorcycle,” he recalls. “When they got here, I said, ‘Don’t you worry. I will give you more money than you want. As much as you want.’ ” The workers stayed for the entire 15 days of the project.\n\nTo deliver supplies, he rented a Mazda dump truck for $600. He didn’t have funds to hire a security escort, but this time he didn’t lie. “We are going to Nawa,” he said to the driver. “But I am riding alongside you, and whatever happens to you will happen to me first.”\n\nHe found two motorcycles, one for himself and one for his assistant. He dressed in Taliban style: white clothing, a large paaj turban on his head, his beard oiled, black shades over his eyes. In his pocket he had a small radio that captured Taliban military signals, which he played loudly. As the motorcycles escorted the truck on the bumpy road to the base, they passed several Taliban. “Salaam u alikum,” he’d shout—the traditional “peace be with you”—with authority, and the Taliban would respond the same way, addressing him as Mullah sa’eb, a term of reverence.\n\nTo keep up the masquerade, Matie says he’d curse at the driver. “Keep going, you son of a swine. You f-‍-‍-er, this is what you get for supplying infidels. Keep driving.” (“I had informed him I’d be cursing at him,” Matie explains. “I told him not to take it to heart.”)\n\nBy 2012, Matie’s company had more than $2 million in the bank. It had delivered fertilizer and seeds; it had helped repair clinics, schools, and government buildings; and it had graded more than 77 kilometers of local roads, smoothing them with gravel. He also helped deliver USAID cash to far-flung districts as part of a jobs program called Cash for Work. He started other businesses as well, importing Iranian biscuits and shampoo from Nimroz, a large border province and hub for smugglers, distributing the products across the country. He invested his earnings abroad, including putting $100,000 into a bakery in the United Arab Emirates. He had become rich—thanks to American spending.\n\nBecause the prosperity of Matie’s newly rich class often stems from loose American money, it can carry the odor of malfeasance and corruption. The office of the U.S. Special Inspector General for Afghanistan Reconstruction (SIGAR) is investigating several cases, following the money to see if American funds were misappropriated or even spent to support the insurgency. Double-dealing is almost instinctive here, part of a survive-at-all-cost mentality ingrained by decades of chaos and war. When the country emerged from Taliban rule at the end of 2001, “it’s like we were stuck in a dark well of isolation, then someone threw us a rope to pull us up,” says Naseem Akbar, a former economic official in the Afghan government. “But we somehow got all strangled up in that rope.”\n\nCorruption is pervasive and visible: the flashy car belonging to a tax clerk whose monthly salary is $200; the fancy bungalow of a precinct police chief. Money purchases status, buys protection—from the law and perhaps even from God, judging by the number of mosques built with ill-gotten funds and the many hajj pilgrimages financed by dirty money. “Has corruption become what holds everything together in Afghanistan?” one Western official asks. “Maybe.”\n\nUnlike some of the extremely rich—who put their profits into foreign bank accounts—the entrepreneurial class tends to keep much of its cash within the country’s borders. “There’s everything-to-myself corruption,” the same official explains, “and then there’s this Tammany Hall kind of corruption, a sort of Robin Hood style, where you are generous to the community.”\n\n\n\n\n\nHikmatullah Shadman doesn’t look like Robin Hood, though the American investigators have grave suspicions about him. He works in what used to be the Kabul home of Ahmad Zahir, a legendary entertainer known as the Afghan Elvis. Shadman, 29, likes flowers. His pastel-colored compound in Wazir Akbar Khan looks like a dollhouse, with plastic flowers strung across the ceiling and framing paintings, mirrors, and photographs. “Flowers make me happy,” Shadman says as he sits down for an interview about his businesses and philanthropies—which are mainly in Kandahar, almost 300 miles to the south. He wears a black sports jacket over a black tunic embroidered in silver. On the table in front of us are platters of dried fruit and bottles of Gatorade, Starbucks frappuccino, and Ocean Spray cranberry juice. A cleanshaven elderly man—whom Shadman refers to as mama, or maternal uncle—is thumbing his prayer beads while lounging on a couch to the businessman’s right.\n\nShadman prefers not to talk too much about his philanthropic activity—though it has earned him a degree of influence with the public as well as the government. The Afghan media says he arranged to set up dormitories for university students in the eastern city of Jalalabad; that he was one of the first to send a convoy of aid after mudslides devastated the northern province of Badakhshan in May; that he supports more than 60 students on scholarships, including 13 he sent to schools in India. Most recently, Shadman launched a Mr. Facebook contest in Kandahar to identify and award citizens who use the social media site for public good. He has supplied food—through the government—to 180 families in a Taliban-controlled village in Kandahar province. “We show that Talib means mines and explosions; government means aid,” he says. While he still instinctively refers to the ousted Taliban leader reverently as Mullah sa’eb, Shadman is trying to create a different kind of Afghan identity and nationalism—out from the shadows of the white-robed jihadis. In October he announced he would build a mausoleum for Malala of Maiwand, perhaps the most famous woman warrior in modern Afghan history, whose campaign against British invaders in 1880 led to her being described as the country’s Joan of Arc.\n\nShadman also traces his riches back to U.S. military money. The son of a literature teacher in Kandahar, he sold almond sweets in the bazaar after school. When the U.S. ousted the Taliban, he went to work for a local mason rebuilding the airport. Soon, he became an interpreter for a U.S. Army Special Forces unit that, within six months, conducted more than 50 combat operations in the area. Accompanying the U.S. soldiers kept Shadman away from home for weeks at a time but allowed him to save much of his monthly salary. He bought a Land Rover for about $4,000 and leased it back to the Special Forces. “I was making two salaries after that. I made $800, and my vehicle made $800.”\n\nIn a couple of years, he’d purchased hundreds of vehicles, renting them to the U.S. military and foreign contractors who came to Afghanistan. He also started doing construction projects for Canadian units that were part of the International Security Assistance Force, as the U.S. and its allied troops were called. His Special Forces bosses helped him with connections that got him contracts to supply propane to NATO bases in the south. Shadman’s main line of business, however, became trucking. Working first as a middleman for a Hungarian firm that provided the exuberantly decorated “jingle trucks” for ferrying goods throughout the country, Shadman quickly built a fleet of his own vehicles. Profits escalated with the U.S. surge. According to court documents, he carried out 5,421 transport missions for the ISAF.\n\n“Someone threw us a rope to pull us up. But we somehow got all strangled up in that rope”\n\nShadman is accused of defrauding the U.S. government of $77 million. According to court documents, SIGAR alleges that Shadman managed to expand his trucking empire only because he “bribed and paid kickbacks” to managers of the Hungarian contractor, who then allegedly inflated prices for Shadman so he could charge the ISAF even more. In October 2012, at 4:30 a.m., the U.S. military raided his compound in Kandahar. He says they flashed a light in his eyes, blindfolded him, tied his hands, and flew him to the prison at the American military base at Bagram. He was held there for 74 days and accused of funding the enemy and supplying women to the Taliban and alcohol to U.S. soldiers. In a civil forfeiture lawsuit, SIGAR and the U.S. Department of Justice asked for Shadman’s accounts in an Afghan bank to be frozen. However, they were quickly unfrozen by Afghan authorities and some of the money has made its way to Dubai, where he has three homes.\n\nShadman says he is heartbroken by the way the Americans turned against him. “I grew up with them, with their soldiers.” He insists he’s not afraid of litigation, because the evidence against him is flimsy. “My only wish is to prove to the American public that … in my case your tax money has not been wasted.” Then he turns from being politic to blunt. “My money is clean. I don’t hide it. It’s there in the open, for America to see it, for London to see it. I have no fear.”\n\n\n\n\n\nShadman has been able, so far, to withstand the legal assault on his reputation. While he no longer has any contracts with the U.S. military, he imports German energy drinks, which are extremely popular among young Afghans. He is planning to build a pomegranate juice factory in Kandahar.\n\nMatie’s trajectory, however, has shifted. He’s gone from rags to riches to starting all over. In 2012 he decided to use some of his largesse to travel to Mecca for the hajj—one of the five “pillars of Islam” that pious Muslims are enjoined to do. When he returned from the monthlong trip, his money was gone. He says his partner had cooked up a scheme with locals, taking advantage of his absence to complain that 1,450 people hadn’t received their USAID Cash for Work payments because Matie was out of the country. His partner, he says, told him the laborers had already been paid. As USAID and the Marines tangled with Matie over details, the partner packed up and fled to Kabul. Matie says he’s appealed to the government for help, but so far nothing has happened to remedy the situation. “He will fight me by bribing the government with my own money,” Matie complains. “I can’t do anything in this government.”\n\nHe says his fortunes fell so low that he didn’t even have gas money when he was stuck in the countryside, his fuel tank and his pockets empty. “I called Marine friends, and they sent me fuel for my car.”\n\nWith U.S. money now being dispensed by the political elite, contractors such as Matie who aren’t at the top of the food chain have to change gears completely. That’s why he acquired the telecom distribution contract with some cash he saved from a couple of small projects for the U.S. embassy. What he makes now doesn’t compare to his income at the height of the surge. He’s philosophical about his new financial situation: “You make little, but it’s more sustainable.”\n\nHe acknowledges the pain of losing so much money but says it’s easier on him than others who’ve also seen riches come and go. He never let money change his modest “nomadic” way of living, moving from town to town to do business and sell services. “When I had money, I lived like this also,” he says. “I have lived because of my honesty and my parents’ prayers.” He adds: “Those who stole money from me, I know what kind of wrath God will inflict on them.”"
  },
  {
    "path": "tests/data/text/businessweek.com2.txt",
    "content": "Investing\n\nNew York Governor Andrew Cuomo vetoed a bill last week that would have allowed the New York state, city, and teachers’ pension funds to increase their investment in hedge funds from 25 percent to 30 percent of fund assets. He cited the high fees and risk associated with hedge funds. The now-dead bill contained a memo justifying its proposed increase:\n\n“The portion of the NYCRS [New York City Retirement System] portfolios allocated to public equities is much more volatile than the investments allocated to the basket. As a result, a swing in public markets can push NYCRS dangerously close to the investment cap with no new investments.”\n\nThat’s a terrible reason to invest in hedge funds. Stocks are supposed to be riskier; that’s why they normally provide higher returns. If the investment board can’t handle volatility, it should invest in safer, lower-yielding assets—and while that may describe some hedge funds, cheaper options are out there. Hedge funds typically charge 2 percent of assets, plus 20 percent of gains, and rarely outperform the stock market. The figure below, from an article last year, plots an index of hedge fund strategy performance compared with the S&P 500 index.\n\nUnderperformance is why such states as California are pulling out of hedge funds (though they are piling into risky alternatives, such as private equity). The sentiment is not uniform, though, and other states, including New Jersey, Ohio, New Mexico, and Illinois, are sticking with or increasing their hedge fund investment.\n\nCuomo was right to veto the bill. Investing in hedge funds is extra risky for New York, which is also home to a large share of the hedge fund industry. Employees in the finance industry pay a large share of the state’s tax revenue. That would seem to give politicians an incentive to increase their hedge fund investment. But it’s a dangerous strategy. If the hedge fund industry has a bad year, the state would take a twofold hit: Pension fund assets would tank, along with the tax revenue from finance industry professionals whose compensation depends on performance.\n\nLike all states, New York’s pensions are underfunded. In 2013, its assets could cover only 87.3 percent of pension promises, a figure that assumes superior investment performance each and every year. More prudent measures estimate a larger deficit. Making up the difference will require either outstanding, consistent investment performance or more contributions from state employees and taxpayers. The governor made a good choice by realizing that investing in hedge funds isn’t the answer. He has made less progress on how to fill in the gap reliably."
  },
  {
    "path": "tests/data/text/chinese.txt",
    "content": "香港行政长官梁振英在各方压力下就其大宅的违章建筑（僭建）问题到立法会接受质询，并向香港民众道歉。\n\n梁振英此前承认早在去年参选行政长官之前就已知悉其住宅的违建问题，引发诚信危机。\n\n梁振英在星期二（12月10日）的答问大会开始之际在其演说中道歉，但强调他在违章建筑问题上没有隐瞒的意图和动机。\n\n不过泛民主派议员们普遍指责梁振英撒谎，要求他马上辞职下台。\n\n一些亲北京阵营议员欢迎梁振英道歉，且认为应能获得香港民众接受，但这些议员也质问梁振英有否向执法部门施压。\n\n梁振英强调承诺将在两周内解决其住宅的违建问题。\n\n郑重道歉\n\n香港媒体于6月份曝光梁振英大宅的首批违建部分后，于3月的选举中被击败的民主党参选人何俊仁向法院提出选举呈请，至11月中旬被终审法院驳回。\n\n梁振英说，其位于太平山山顶的住宅内的违建部分大都不是由他所建，此前没有马上公开交待和处理，是因为律师意见认为司法程序仍在进行，他不应评论。\n\n梁振英在接受质询前的发言中说：回顾事件，我虽然从无任何存心隐瞒的意图，但必须承认自己有处理疏忽及交代不清之处，为此我再次向市民郑重道歉。\n\n梁振英在选举中还击败了曾是自由党党员的前政务司司长唐英年。\n\n在回答自由党议员的提问时，梁振英称，他从未说过其房产不存在违建问题。\n\n现为间选议员的何俊仁说，梁振英至今仍不坦诚以对，让他震惊；亲北京政团工联会直选议员黄国健也批评梁振英抱着不服输的态度接受质询。\n\n历时1.5小时的答问大会在进入中段之际，泛民主派人民力量的直选议员黄毓民、陈伟业和社会民主连线的梁国雄先后因播放录音、叫嚣，和向梁振英扔掷文件而被议长驱逐。\n\n民主党此前计划在星期三（11日）对梁振英提出不信任动议。"
  },
  {
    "path": "tests/data/text/cleveland.com1.txt",
    "content": "Chia seeds and goji berries are the new kale and quinoa, according to Google's recent parsing of food-focused searches from 2014. Each year, the search giant pours through some of our more fascinating queries to come up with their Year in Search.\n\nSome of the other more interesting food-related data points include:\n\nPizza was searched more than the World Cup.\n\nThe Cronut rose to 17th on the global recipe list after its arrival last year.\n\nOur favorite ways to eat eggs are: 1) Deviled, 2) Scotch, 3) Scrambled, 4) Pickled, 5) Boiled.\n\nThis year we searched for 'recipes' less and 'restaurant' significantly more.\n\nOur top slimming questions were 'how many calories should i eat in a day' and 'how to lose weight,' and the Paleo diet was the top searched way to trim down.\n\nFoodies in Japan searched French food more than France.\n\nHungry folk in Australia searched Argentine food more than Argentina.\n\nSpice-loving Brits searched Indian food more than India.\n\nIn 2014 'i am hungry' was searched a button-popping 7x more than 'i am thirsty.'\n\nOh, and nine million people watched a tiny hampster eating a tiny burrito.\n\nThe lesson, as always: you are what you search.\n\n-- By Michael Russell Follow @tdmrussell"
  },
  {
    "path": "tests/data/text/cleveland.com2.txt",
    "content": "PICTURE BOOKS\n\n\n\nThe Pilot and the Little Prince\n\nPeter Sís\n\nFoster Books, $18.99; ages 5-8\n\nThis exquisitely illustrated biography recounts the life of writer and aviator Antoine de Saint-Exupéry. Lovers of his classic tale \"The Little Prince\" will find that the masterful Sís has captured the wonder and dreaminess evoked in that book. -- Karen Sandstrom\n\nMister Bud Wears the Cone\n\nCarter Goodrich\n\nSimon & Schuster, $16.99; ages 4-8\n\nGoodrich finds hilarity and drama in \"Mister Bud Wears the Cone,\" a story of one dog's humility in the confines of a plastic head cone. -- Sandstrom\n\n\n\nAbuelo\n\nArthur Dorros; illustrated by Raúl Colón\n\nHarper, $17.99; ages 6-8\n\nA young boy learns a lot from his grandfather in the country as they camp and ride horses under the big sky. The abuelo also teaches his grandson the Spanish words for important ideas. Colón's rich illustrations make each page dazzle. -- Sandstrom\n\nWhere's My Mommy?\n\nBeverly Donofrio; illustrated by Barbara McClintock\n\nSchwartz & Wade, $17.99; ages 3-7\n\nA girl and her mouse keep their friendship a secret from their parents in this gorgeously illustrated look at parallel lives. You'll marvel over the details McClintock gets just right as she lays out the two worlds in a soft, golden palette. -- Sandstrom\n\n\n\nPresident Taft is Stuck in the Bath\n\nMac Barnett; illustrated by Chris Van Dusen\n\nCandlewick Press, $16.99; ages 4-8\n\nThe story goes that our horizontally challenged 27th president once became trapped by in a bathtub. Branett's words and Van Dusen's silky smooth illustrations have the most possible fun with the idea, yet remain respectful. Historical notes at the end separate fact from fiction. -- Sandstrom\n\nMIDDLE-GRADE BOOKS\n\n\n\nBrown Girl Dreaming\n\nJacqueline Woodson\n\nNancy Paulsen Books, $16.99; ages 10 and up\n\nWoodson won the National Book Award for this childhood memoir in verse. It begins with Woodson's birth in 1963. \"I am born on a Tuesday at University Hospital / Columbus, Ohio, / USA – / a country caught / between Black and White.\" A wonderful model for young readers wanting to write their own family stories. -- Tricia Springstubb\n\nWest of the Moon\n\nMargi Preus\n\nAmulet Books, $16.95; ages 10-14\n\nWeaving Norwegian folklore with actual hardships faced by 19th-century immigrants, Preus spins a riveting tale of love, sin, remorse, forgiveness and how stories give us courage. -- Springstubb\n\nThe Crossover\n\nKwame Alexander\n\nHoughton Mifflin Harcourt, $16.99; ages 9-12\n\nSports and life intertwine in this electric celebration of the game and of the power of brotherhood and family. The language sizzles and pops, ranging from free verse to hip-hop to poems for two voices. -- Springstubb\n\nOphelia and the Marvelous Boy\n\nKaren Foxlee\n\nKnopf, $16.99; ages 8-12\n\nBehind a museum door, Ophelia discovers a small boy with an unbelievable tale: Wizards have chosen him to defeat the wicked Snow Queen, and he needs help. Ophelia finds herself bravely battling evil, not just to save him, but her beloved father and sister, too, in this melancholy and beautiful book. -- Springstubb\n\nThe Meaning of Maggie\n\nMegan J. Sovern\n\nChronicle Books, 220 pp., $16.99; ages 8-12\n\nMaggie is smart, self-centered and friendless – not that she minds one bit. Her own brain and ambition are company enough. Resolving to fix her father's illness, she discovers multiple sclerosis has no cure. Maggie's family copes with courage, humor and love, and readers will not only root for them, but believe in them. -- Springstubb\n\nRevolution\n\nDeborah Wiles\n\nScholastic, $19.99; ages 8-12\n\nMississippi, 1964. Sunny and her stepbrother sneak into their town's segregated pool one hot night. To their surprise, a \"colored\" boy is there, too. Wiles chronicles the Freedom Summer through a mixture of fiction and documentary, including photos, excerpts of speeches and song lyrics. -- Springstubb\n\nThe Family Romanov: Murder, Rebellion, and the Fall of Imperial Russia\n\nCandace Fleming\n\nSchwartz and Wade, $ 18.99, ages 9-12\n\nNo fiction is more fantastic than the true story of foolish Nicholas, fanatic Anastasia, and their five beautiful children. Geared toward middle-school readers, this superb account will also satisfy adults looking for an overview of this period of Russian history, when impoverished workers revolted, soldiers died by the millions, Lenin was on the rise, and the tsar, secluded in his opulent country palace, trusted in God to save his throne. -- Springstubb\n\nYOUNG ADULT BOOKS\n\n\n\nWhy We Took the Car\n\nWolfgang Herrndorf\n\nArthur A. Levine Books, 256 pp., $17.99\n\nBoys (and girls, too) will love this joy ride of a story, featuring German teens Mike and Tschick, who \"borrow\" a car to escape the boredom of summer break. Adventures – and misadventures – ensue, until they end up in police custody. Fasten your seatbelt for a rollicking read. -- Susan Glaser\n\nWe Were Liars\n\nE. Lockhart\n\nDelacorte, 240 pp., $20.99\n\nThe protagonist of this story is Cady Sinclair, a member of an upper-crust New England family that spends its summers on a private island off the coast of Massachusetts. Cady, together with same-age cousins Johnny and Mirren and love interest Gat Patil, make up \"the Liars,\" tightknit teens who share adventures – and one big surprise. At age 17, Cady returns to Beechwood Island to piece together the details of an accident two years prior. The result: An ending you won't see coming. -- Glaser\n\nI'll Give You the Sun\n\nJandy Nelson\n\nDial Books, 384 pp., $17.99\n\nTwins Noah and Jude are the narrators of this tale, which alternates between their 13th and 16th years. In between: Their mother dies, their lives are upended and the two struggle to make peace with each other and the people around them. Their paths come back together at the end – but the real story is in the journey. -- Glaser\n\nThe Impossible Knife of Memory\n\nLaurie Halse Anderson\n\nViking, 391 pp., $18.99\n\nAnderson, who has tackled date rape and eating disorders in previous works, turns her attention to post-traumatic stress disorder in this story about Hayley Kincain and her Iraq War vet father, Andy. Hoping for stability, the two return to Andy's hometown in upstate New York for Hayley's senior year of high school. Instead, the two are forced to deal with more chaos, including Andy's increasingly erratic behavior. A budding romance between Hayley and fellow high schooler Finn helps lighten the mood. Even so, Anderson maintains her status as one of the most serious storytellers in the young adult genre. -- Glaser\n\nDorothy Must Die\n\nDanielle Paige\n\nHarperCollins, 464 pp., $17.99\n\nImagine that a second girl from Kansas was swept away to Oz after Dorothy left. But when Amy arrives, Oz is falling apart. The color is dull, and a huge hole in the middle of the land is getting bigger. What has happened to Oz? Short answer: Dorothy. Now it is up to Amy to fix things, and decide which of her unlikely companions are the most trustworthy. Is it the order of the wicked witches or the wingless flying monkeys, or both? Or are there other players in this game that we don't know about yet? I loved this book. -- Ami Bray, Loganberry Books"
  },
  {
    "path": "tests/data/text/cnn.txt",
    "content": "Are you in the grips of the wintry storm sweeping across the country? Please share your videos, pictures and stories at iReport.\n\n(CNN) -- The Pennsylvania official was just talking about one area, but he summed up a winter storm that struck much of the eastern United States on Wednesday.\n\n\"We dodged a bullet,\" said Steve Cowan, a spokesman for the Pennsylvania Department of Transportation.\n\nAs night fell, travelers and transportation authorities breathed a collective sigh of relief as the worst of holiday travel fears failed to materialize. The storm caused some complications and inconveniences, but no major delays or breakdowns.\n\nForecasters see mostly smooth sailing into Thanksgiving.\n\nCNN meteorologist Todd Borek predicted some lake-effect snowfall over the Great Lakes and fresh snow from a weak disturbance for the Upper Midwest.\n\nBut, he added: \"The worst in terms of widespread snow and rain is over. Tomorrow will be a quieter day, although wind gusts will continue to be a problem overnight and Thursday for the Northeast.\"\n\nThat's good news for people like Latasha Abney, who joined the more than 43 million Americans expected by AAA to travel over the Thanksgiving holiday weekend.\n\nAbney said Wednesday that she arrived more than two hours early at Washington's Reagan National Airport to catch a flight to New York's JFK.\n\n\"I thought the lines were going to be ridiculous,\" she said in an e-mail. \"I was second in line checking my bag with Delta (checked into my flight last night) and security was a breeze. I walked right up, the TSA agent checked my info and I immediately started the security process. And now the wait begins. It's pretty quiet by the gates. Not too many people roaming around. So far, so good! Happy Thanksgiving!!!!\"\n\nBrian M. Good said he, too, was expecting a horrible trip when he departed New York for Newark to get a flight to San Diego.\n\n\"Instead the roads were dead,\" he said in an e-mail. \"It's warm outside and it stopped raining. No lines at the airport and flight is on time. Wish the forecasters were wrong all the time :)\"\n\nWill winds whip parade balloons?\n\nThough the worst of the storm has passed, winds could still pose a problem.\n\nThe forecast has left up in the air the fate of the balloons in Macy's Thanksgiving Day Parade. They are to be grounded if sustained winds reach 23 mph or gusts exceed 34 mph -- both slightly above predicted strength.\n\nA decision will be made Thursday morning before the parade's 9 a.m. ET scheduled start.\n\n\"Tomorrow before the event, we'll make a determination -- the police department, the incident commander -- whether the balloons will fly or not,\" Patrol Chief James Hall with the New York Police Department said Wednesday.\n\n\"It looks good. It looks very good,\" he said about the possibility of balloons in the air.\n\nBut there is ample reason to support the caution.\n\nIn 1997, a woman spent more than three weeks in a coma after the Cat in the Hat balloon -- tossed by heavy winds -- struck a pole that hit her. In 2005, two other people were hurt in a similar incident involving the M&Ms balloon.\n\nOfficials say that improved weather monitoring devices en route and a police sergeant assigned to each balloon will minimize any danger.\n\n\"We came all the way from Puerto Rico to see the parade, so it will be a disappointment if we don't see the balloons,\" said Jose Ramirez, who was in New York with his family.\n\nEither way, the parade -- with or without the balloons -- will go on, organizers say.\n\nPlanes, trains ...\n\nDelays were reported at several airports in the Northeast on Wednesday.\n\nDon't get trapped by bad Thanksgiving weather: Top tips\n\nHeavy winds at all three New York-area airports -- LaGuardia, John F. Kennedy and Newark-Liberty -- resulted in delays of 30 minutes to an hour, according to the Federal Aviation Administration. Departure delays from Philadelphia International Airport averaged nearly two hours.\n\nAmerican Airlines' Kent Powell reported three cancellations, none of them related to the weather.\n\nAt US Airways, Todd Lehmacher called the impact of the weather \"pretty minimal, at this point,\" with six weather-related cancellations and an on-time performance of about 67%. The impact was more pronounced at US Airways Express, which tallied 56 cancellations because of the weather, he said.\n\n\"The real story is people are getting to their destinations, albeit a little delayed in some but not all cases,\" he said.\n\n#ATL24: A day in the life of the world's busiest airport\n\nAmtrak reported no major delays systemwide. Using the weather as a marketing tool, the nation's rail system was adding seats on some routes.\n\n\"Rail travel remains one of the most reliable and comfortable transportation options, especially in weather conditions that negatively impact other modes,\" Amtrak said.\n\nThere may be something to that.\n\n\"QUIET CAR. Window seat. Polite seatmate. I have hit the Amtrak travel trifecta. #blessed,\" Ellie Hall tweeted early Wednesday.\n\n5 healthy eating tips for holiday travelers\n\n... and automobiles\n\nSnow blanketed parts of the Midwest, where crews scrambled to clear roads. The storm was blamed for scores of accidents.\n\nUp to a foot of snow fell in parts of Pennsylvania, and it was falling from upstate New York into Canada, where more than a foot was possible. Snow also continued to fly in the central Appalachians and around the Great Lakes as cold air moved in and produced lake-effect snows.\n\nRoad conditions were not great in much of the Northeast.\n\n\"It's sleet; it's rain; it's 31 degrees. It's ugly out there,\" CNN meteorologist Chad Myers said.\n\nStill, a call for anecdotes elicited a number of comments, but no horror stories.\n\n\"Well, since the forecast said we would be hitting an ice storm on our way, we ended up leaving the night before we had planned and took an alternate route,\" Sarah Martini said in an e-mail. \"This morning we took smaller roads to avoid DC traffic and have made great progress! We managed to avoid bad weather and traffic and are getting close to getting to Pittsburgh from NC!\"\n\nThe National Highway Traffic Safety Administration said that 416 motorists died during Thanksgiving weekend last year, that 60% of the dead had not been wearing seat belts and that 42% of the accidents involved a drunken driver.\n\nLast week, 12 people died, most of them in car crashes, when one of the fronts making up the current storm iced roads from the Rockies to Texas and Oklahoma. More than 100 vehicles ended up in wrecks.\n\n\"I get on the highway, and the next thing I know I'm spinning,\" said Seqret Watson, among the dozens of drivers in Northwest Arkansas sent sliding when their cars hit icy bridges and roads.\n\n\"I try to grab my wheel and then I just hit the wall. Just jumped out to make sure my kids were OK,\" Watson told affiliate KFSM.\n\nThe Peterson family had initially planned to drive from Northern Virginia to Massachusetts. But after seeing the forecast, they booked seats on a flight at the last minute.\n\n\"It was a small fortune,\" Jennifer Peterson told CNN affiliate WUSA. \"We could've gone to the Bahamas for what we paid!\"\n\nStorm prompts airlines to relax travel policies\n\nCNN's Jason Carroll, Ben Brumfield, Dave Hennen, Aaron Cooper, Alexandra Field, Shannon Travis and Greg Botelho contributed to this report."
  },
  {
    "path": "tests/data/text/cnn_summary.txt",
    "content": "The storm caused some complications and inconveniences, but no major delays or breakdowns.\nForecasters see mostly smooth sailing into Thanksgiving.\nThat's good news for people like Latasha Abney, who joined the more than 43 million Americans expected by AAA to travel over the Thanksgiving holiday weekend.\nThough the worst of the storm has passed, winds could still pose a problem.\nThe forecast has left up in the air the fate of the balloons in Macy's Thanksgiving Day Parade."
  },
  {
    "path": "tests/data/text/cntraveler.com1.txt",
    "content": "Maryam Montague, the owner of this lovely, cheery boutique hotel works for a human rights NGO; runs her inn; writes and photographs; and sources rugs, textiles, accessories, and furniture from across Morocco, Central Asia, and Africa for a small clientele of high-profile fashion designers in New York and Europe. There’s a rotating selection of her finds available on her website, or you can stop by and see what she has in stock in person. (Kilometer 18, Route de Ouarzazate; 212-6644-14653; peacockpavilions.com)"
  },
  {
    "path": "tests/data/text/cntraveler.com2.txt",
    "content": "In 2013, the Federal Aviation Administration gave the green light for gadgets to remain on during an entire flight, but U.S. airlines still had to prove to the FAA that passengers could safely use their gadgets in Airplane Mode from gate to gate. In 2014, U.S. airlines made their case, and carriers in the U.K. and Europe followed. The new freedom to read a Kindle, use a travel app, or watch videos on takeoff is a victory over boredom."
  },
  {
    "path": "tests/data/text/coolhunting.com1.txt",
    "content": "by Kelly Phillips Badal\n\nVacationing in a former convent may sound a bit austere—that is, until you experience Monastero Santa Rosa on Italy’s famous Amalfi Coast. This monastery-turned-hotel offers all the peaceful seclusion the sisters enjoyed, with none of the personal sacrifices. And though the popular coastline is studded with hotels, this distinctive destination—with its unmatched combination of five-star luxuries, natural beauty and centuries of character—is a serious standout.\n\nGetting there might have you pressing your palms together in supplication. The main route through the craggy Amalfi coastline is Strada Statale 163—also known as \"the road of 1,000 bends.\" The ancient Roman-built drive is full of hairpin twists and turns, careening over steep precipices past sun-bleached villages and lemon groves for 50 miles, and is just barely wide enough for two cars to pass at some points. About 18 miles in sits Monastero Santa Rosa, perched on a cliff above the small fishing village of Conca dei Marini. The venue's American owner Bianca Sharma spotted the nunnery’s ruins from a boat in 1999 and promptly bought the property. After a lengthy decade-long restoration, it opened as a luxury hotel for the 2012 season.\n\nMuch of the convent’s original 17th century architecture remains intact, thanks to Sharma’s careful conservation. Inside, reconfigured spaces pay thoughtful homage to the hotel’s heritage. Nuns' quarters are cleverly combined into 20 unique rooms, some with private terraces or multiple levels. One of the largest is located in what was the sisters’ refectory. All feature fine Italian linens, an array of tasteful period furniture, and deep soaking tubs made from fine Jerusalem stone, in addition to everyday contemporary amenities like minibars, television, and WiFi. Some of the rooms have vaulted ceilings, private alfresco dining areas, and seafront balconies; others have housed famous names like Prince Albert and Princess Charlene of Monaco. The guest rooms exude comfort, and every conceivable wish is quickly taken care of by the attentive staff.\n\nThe tasteful restoration continues into Monastero Santa Rosa’s massive 750-foot state-of-the-art spa. Cavernous treatment rooms are carved from spaces once devoted to silent prayers, while the spa’s centerpiece, a vaulted tepidarium (warm relaxation room), is where the sisters made wine. There’s also a sauna, steam room, hydrotherapy pool, whirlpool footbaths, ice fountain and even programmable showers.\n\nThe real star of Monastero Santa Rosa is the knockout coastal view, and there’s a countless number of magical places for taking it in. From the convent’s highest point, an airy sunset terrace, guests can gaze as far as the buzzy nearby towns of Amalfi or Positano. There’s the cascade of tiered, expertly manicured semi-tropical gardens, beset with ocean-facing sun loungers, daybeds and cabanas. There’s the breezy dining terrace of the hotel Ristorante, where guests can enjoy the scenery while tasting exclusively sourced extra virgin olive oil produced right in Conca dei Marini. The most breathtaking spot is floating within the curved cliff’s edge infinity pool while surveying the Gulf of Salerno some 660-feet below.\n\nAfter whiling away the hours on these sacred grounds, be sure to unburden your soul at the large antique wooden confessional resting in the main hallway. It cheekily invites guests “make a confession” by way of a written feedback for the hotel.\n\nMonastero Santa Rosa is located in the town of Conca dei Marini on Italy’s Amalfi Coast. Nightly room and suite rates range from $500 to $2,400. The resort will open for the 2015 season on 17 April.\n\nSee more photos in the gallery, images by Tanveer Badal"
  },
  {
    "path": "tests/data/text/cricket.com.au1.txt",
    "content": "CommBank Test Series v India\n\nHeroics from Johnson, Harris not enough but Australia still regain Border-Gavaskar Trophy\n\nThe series win that brings the Border-Gavaskar Trophy back to Australia after almost two years in India arrived courtesy of a mutually agreed draw rather than the emphatic statement the home team seemed primed to deliver.\n\nWhen rival captains Steve Smith and MS Dhoni decided no result was possible at 6.24pm this evening, Australia had a further four of their compulsory 15 final-hour overs to bowl and India was nowhere close to their notional victory target of 384 from a minimum 70 overs at 6-174.\n\nWhile the unassailable two-nil lead that Australia now takes into the last of the four Tests in Sydney next week was undoubtedly a factor in Smith opting to bat through today’s morning session and setting the improbable target, it raised more than a few questions due to its conservatism.\n\nThe captain and his brains trust will doubtless argue there was nothing to gain by setting India a goal they might conceivably attain, regardless of the spectacle it might have yielded and the availability of an extra dozen overs or more might have made.\n\nAnd if the logic for delaying the declaration was to instil in India’s batsmen a sense of futility before the pursuit began, then the incident-laden first half hour of their second innings offered emphatic if ultimately premature vindication.\n\nWith his second delivery Ryan Harris did for Shikhar Dhawan whose duck had him briefly being mentioned as a possible omission for next week’s final Commonwealth Bank Test in Sydney.\n\nThat was until the man being mooted as his potential replacement – Lokesh Rahul – completed his debut Test with a second innings less meritorious than his forgettable first.\n\nOn day three, the highly rated top-order batsman came in at No.6, lasted eight balls from which he was dropped once before holing out to an ugly slog sweep having scored three.\n\nToday, promoted to No.3 in place of out-of-favour and form Cheteshwar Pujara and endured just five deliveries for a single scored before an ambitious pull shot to a ball from Mitchell Johnson that was too full, too close and too fast landed in the hands of Shane Watson running back from slip.\n\nWhen India’s in-form opener Murali Vijay (11) was pinned lbw to a ball that the video review technology – being used as a novelty rather than a tool in this series – showed would have snuck past leg stump, the tourists were surging towards defeat at 3-19.\n\nAnd in light of the contribution the bottom half of India’s batting has managed thus far in the series, the end was realistically just one more breakthrough away.\n\nFor almost two hours, the Australians searched for it only to fumble when it fell their way.\n\nKohli should have been run out on four, his anxiety to get his innings underway failing to factor in Australia’s even stronger urge to restrain him as he pushed to mid-off and followed through for a single.\n\nIt was only due to a badly-bruised right forearm that David Warner was fielding there rather than his customary spot in the cordon, and it was that same injury that invariably saved Kohli as the return Warner fired after a diving save with Kohli stranded mid-pitch failed to threaten the stumps.\n\nA more straightforward chance was offered by Rahane when he was on 22 and failed to get on top of a cut shot off Johnson that flew above head height to Chris Rogers at point who jumped, clutched and then jogged after the spill which meant his back was turned to the bowler’s displeasure.\n\nIn the over prior to tea, Kohli’s impetuosity almost cost him again when he defied old-fashioned cricket wisdom and tried to steal an overthrow that Pujara clearly didn’t believe existed, and was this time spared by Nathan Lyon’s inability to gather the searing throw and break the stumps.\n\nBut when the Australians finally secured the wicket they so desperately sought – the in-form, in-your-face Kohli – it came amid such anti-climactic circumstances that the home team couldn’t find it in themselves to give their pantomime villain a send-off.\n\nPerhaps they felt the Indian star was suffering enough, his shock at gently flicking the first ball after tea softly to an equally surprised Joe Burns at square leg reflected in the look he gave the pitch as if he had been done cold by one of those day five grubbers the MCG was once infamous for.\n\nHowever, the final key that was supposed to unlock India’s dysfunctional lower-order batting took a while to turn.\n\nAnd when it did, that turn came from an unlikely source.\n\nAfter shaking Pujara with a bouncer that slammed into the grille of his protective helmet and then another that soared over the batsman’s head, Johnson slipped in the sucker punch in the form of a ‘slow’ (125kph – gentle by his standards) orthodox spinner that would have done Derek Underwood proud.\n\nDelivered from wide with the bowler’s fingers dragged down the side of the ball to impart turn, it pitched on the perfect length to lure Pujara forward and turned sufficiently to beat the bat but not off stump.\n\nFour overs later Harris claimed the other prized scalp when Rahane aimed one of his few false strokes of this Test with a pull that hit high on the bat and looped to midwicket, leaving the Indian tail that had proved so hopelessly inadequate over the past year 15 overs to survive.\n\nBut Dhoni and spinner Ravi Ashwin defied both recent history and the Australian attack to survive a final hour and eliminate the prospect of a series whitewash.\n\nThe talking point at day’s beginning was at what stage of the morning Smith would shut down his second innings and let his bowlers loose on the tourists.\n\nAs it transpired, it was so far into the afternoon the players were on their way to the lunch room beneath the MCC Members’ Stand when the flag was waved, the tourists handed an unappetising order of 384 runs from a minimum of 70 overs to keep the series afloat.\n\nThe tardiness of Smith’s declaration had become topical to the point of obsession during a morning session that began 24 minutes early, lost 40 minutes to Melbourne’s traditional festive season drizzle and came within a few centimetres of delivering a highlight.\n\nThat came when Shaun Marsh’s three-year wait to score a Test century on home soil was scuttled as he dived to complete his hundredth run, found short by Kohli (of course) who swooped, gathered and hit the stumps from close range as he sensed the Australian’s desperation for the milestone.\n\nA polarising figure due to the vast, unexplained fluctuations between his successes and failures, Marsh is unlikely to finish with a Bradman-esque average.\n\nBut given how close he was to completing the run that distinguishes a very good innings from a great one he should perhaps be listed in the scorebook as ‘run out (Kohli) 99.94’.\n\nThe mean-spiritedness of declaring on a batsman who has fought a long and public battle to forge an international career just as a definitive moment beckoned was one mitigating reason for Smith opting to bat India out of the series before declaring.\n\nThe effect of the damp outfield on his bowlers’ capacity to grip the ball another.\n\nAs was the prospect of India taking the second new-ball early in the day, thus raising the hope of a lift in the miserable scoring rate above the barely-two-runs-per-over the seemingly aimless session eventually yielded.\n\nAnd maybe even the tidal fluctuations of the nearby Yarra River.\n\nWhatever the rationale, Smith was so often and so closely scrutinised by television cameras as he sat in the dressing room casually tossing a ball from hand to hand he could have been excused for thinking he had become a Big Brother inmate.\n\nWhile the simple explanation – that in holding a two-nil series lead and having been bowled out twice in the first three Tests there was no conceivable reason to gift India the remotest chance of winning – was also the most credible, the morning’s tactics remained curious.\n\nOnce the prospect of losing an early wicket and having the tailenders face a new ball had passed, why not up the tempo and grant yourself more than two sessions – albeit extended ones due to poor weather – to seal the series with a win rather than a damp draw?"
  },
  {
    "path": "tests/data/text/cricket.com.au2.txt",
    "content": "Is there nothing Andrew Flintoff can't do? Here he commentates the final ball of the Brisbane Heat's innings while batting"
  },
  {
    "path": "tests/data/text/dailycaller.com1.txt",
    "content": "Ann Coulter\n\n4419111\n\nI will not be shooting any Black Panthers this week because I am Kwanza-reform, and we are not that observant. Kwanzaa, celebrated exclusively by white liberals, is a fake holiday invented in 1966 by black radical/FBI stooge, Ron Karenga — aka Dr. Maulana Karenga, founder of United Slaves, the violent nationalist rival to the Black Panthers. In the annals of the American ’60s, Karenga was the Father Gapon, pawn of the czarist police.\n\nIn what was ultimately a foolish gambit, during the madness of the ’60s, the FBI encouraged the most extreme black nationalist organizations in order to discredit and split the left. The more preposterous the group, the better. By that criterion, Karenga’s United Slaves was perfect.\n\nDespite modern perceptions that blend all the black activists of the ’60s, the Black Panthers did not hate whites. Although some of their most high-profile leaders were drug dealers and murderers, they did not seek armed revolution.\n\nThose were the precepts of Karenga’s United Slaves. The United Slaves were proto-fascists, walking around in dashikis, gunning down Black Panthers and adopting invented “African” names.\n\nAnd hasn’t that been a huge help to the black community? The black man who assassinated two New York City cops last week went by the name “Ismaaiyl Abdullah-Muhammad,” and the man who attempted to hatchet four NYPD officers to death in October had adopted the name “Zaim Farouq Abdul-Malik.”\n\nIt’s as if David Duke invented a holiday called “Anglika,” which he based on the philosophy of “Mein Kampf” — and clueless public school teachers began celebrating the made-up, racist holiday.\n\nWhether Karenga was a willing FBI dupe, or just a dupe, remains unclear.\n\nIn the category of the-gentleman-doth-protest-too-much, back in the ’70s, Karenga was quick to criticize Nigerian newspapers that claimed that certain American black radicals were CIA operatives. Karenga publicly denounced the idea, saying, “Africans must stop generalizing about the loyalties and motives of Afro-Americans, including the widespread suspicion of black Americans being CIA agents.”\n\nIn a 1995 interview with Ethnic NewsWatch, Karenga matter-of-factly explained that the forces out to get O.J. Simpson for the “framed” murder of two whites included: “the FBI, the CIA, the State Department, Interpol, the Chicago Police Department” and so on. Karenga should know about FBI infiltration. (He further noted that the evidence against O.J. did not “eliminate unreasonable doubt” — an interesting standard of proof.)\n\nNow we know: The FBI fueled the bloody rivalry between the Panthers and United Slaves. In one barbarous outburst, Karenga’s United Slaves shot two Black Panthers to death on the UCLA campus: Al “Bunchy” Carter and John Huggins. Karenga himself served time, a useful stepping-stone for his current position as a black studies professor at California State University at Long Beach.\n\n(Speaking of which, Rep. Paul Ryan certainly is right about what a fantastic job his mentor Jack Kemp did reaching out to all those “socially conservative” minorities. Look at how California has swung decisively to the right since Kemp started all that outreach stuff. Good luck winning California now, Democrats!)\n\nBack to the esteemed Cal State professor: Karenga’s invented holiday is a nutty blend of schmaltzy ’60s rhetoric, black racism and Marxism. The seven principles of Kwanzaa are the very same seven principles of the Symbionese Liberation Army, another invention of the Worst Generation.\n\nIn 1974, Patty Hearst, kidnap victim-cum-SLA revolutionary, posed next to the banner of her alleged captors, a seven-headed cobra. Each snakehead stood for one of the SLA’s revolutionary principles: Umoja, Kujichagulia, Ujima, Ujamaa, Nia, Kuumba and Imani. These are the exact same seven “principles” of Kwanzaa. And here’s something interesting: Kawaida, Kwanzaa and Kuumba are also the only three Kardashian sisters not to have their own shows on the E! Network.\n\nKwanzaa praises collectivism in every possible area of life — economics, work, personality, even litter removal. (“Kuumba: Everyone should strive to improve the community and make it more beautiful.”) It takes a village to raise a police snitch. When Karenga was asked to distinguish Kawaida, the philosophy underlying Kwanzaa, from “classical Marxism,” he essentially said that, under Kawaida, we also hate whites."
  },
  {
    "path": "tests/data/text/dailycaller.com2.txt",
    "content": "Sports\n\nDec 27, 2014; Louisville, KY, USA; Louisville Cardinals forward Montrezl Harrell (24) posts up against Kentucky Wildcats guard Aaron Harrison (2) during the first half at KFC Yum! Center. Mandatory Credit: Jamie Rhodes-USA TODAY Sports - RTR4JDW4\n\n4419915\n\nThe Louisville Cardinals hosted the Kentucky Wildcats on Saturday for one of the 2014 season’s most highly anticipated college basketball games.\n\nRick Pitino’s 4th ranked Cardinals have had a great start to the season, but they were still huge underdogs against John Calipari’s unbeaten powerhouse. (RELATED: Kentucky Basketball’s Christmas Card Must Be Pretty Intimidating For Opposing Teams)\n\nLouisville trailed by 4 points at halftime, but they couldn’t close the gap thanks to plays like this.\n\nWATCH:\n\nSlow it down one time.\n\nWhat a joke.\n\nIn games like these, I usually cheer for the underdog, but that flop had me wanting Kentucky to win by fifty. (RELATED: Forget ISIS, China And Immigrants; Flopping Is Threatening To Destroy America)\n\nLike the rest of their games this season, the Wildcats eventually pulled away from their cross-state rival. UK won by a final score of 58-50.\n\nOn a side note, apparently Jennifer Lawrence is a Cardinals fan.\n\nNEW: Jennifer Lawrence at the Louisville Cardinals basketball game today (Dec. 27) pic.twitter.com/soxnfJGWwd — Jennifer Lawrence (@JenniferUpdates) December 27, 2014\n\n\"May the odds be ever in Louisville's favor!\" – Jennifer Lawrence http://t.co/rE6Li6QWGp pic.twitter.com/zK8QMCzPDf — Sporting News (@sportingnews) December 27, 2014\n\nI love you too, J. Law.\n\nFollow Datoc on Twitter"
  },
  {
    "path": "tests/data/text/dailystar.co.uk1.txt",
    "content": "ONLY EXTRACTS ARTICLE UP UNTIL THE FIRST IMAGE\n"
  },
  {
    "path": "tests/data/text/dailystar.co.uk2.txt",
    "content": "EXTRACTS ENTIRE ARTICLE UP UNTIL THE LAST IMAGE, CONCLUSION OF ARTICLE MISSING\n"
  },
  {
    "path": "tests/data/text/dallasnews.com1.txt",
    "content": "On Saturday, I went to volunteer at the Operation Care International’s Christmas Party For Jesus at the Kay Bailey Hutchison Convention Center, and being directionally impaired, I got lost and had no idea where to park.\n\nI saw two female Dallas police officers and rolled down my window to ask about parking. Upon rolling down my window, the antler on my window fell off. Not wanting to backtrack and tie up traffic, I drove off leaving the antler on the street. I found the parking meter lot that the officer had given me directions to, but then realized I had no change.\n\nI was standing by the meter figuring out how to pay when I hear someone saying, “Hey, you lost your antler.” I turned around, and the female officer was in her squad car holding out the antler that had fallen off my window. I went over and got my antler, explaining that I was figuring out how to pay for parking because I had no change. The officer said they had just announced that they would not be giving out parking-meter ticket violations that day during the event hours. I’m thankful to our Dallas Police Department for all they do.\n\nKim Gump, Dallas\n\nTop Picks"
  },
  {
    "path": "tests/data/text/dallasnews.com2.txt",
    "content": "(File 2013/The Associated Press) Brenham's Ryan Nunn (22) tackles Aledo quarterback Luke Bishop (4) during the 2013 UIL Class 4A Division II state championship game. Resarch shows that parents are increasingly opposed to their children playing football. Brenham's Ryan Nunn (22) tackles Aledo quarterback Luke Bishop (4) during the 2013 UIL Class 4A Division II state championship game. Resarch shows that parents are increasingly opposed to their children playing football.\n\nTwenty years from now, will we look back on photos such as the one above and wonder why in the world we considered that to be “sport”?\n\nA new poll by Bloomberg News indicates Americans are continuing to inch in that direction.\n\nIt’s more comfortable to look past the head injury issue, especially this time of year. We have high school playoffs to cheer. And a packed college bowl schedule, exciting for everyone even if your school didn’t get into the game you thought it deserved. (Baylor and TCU fans, hope you saw our editorial on that topic.) And the NFL continues to score big by most any measure, regardless of its many missteps. (Hey, we wrote about that too.)\n\nBut new research, commissioned by Bloomberg Politics, is the latest indicator that parents are increasingly refusing to let their sons play the sport. Just last month, our own sports department produced a revealing special report on former Dallas Cowboy stars and their discomfort with their sons following in their footsteps.\n\nOverall, the Bloomberg data shows that half of the respondents don’t want their sons playing football. What’s most eye-opening — and troubling — is that the percentage who don’t want their sons participating goes up a lot among those who are college-educated (62 percent) and who make over $100,00 (also 62 percent).\n\nWhile I’ve read lots of arguments about sports being a decent vehicle for young lower-income teens to ride into a better life, I hate to think of us all enjoying a game that likely will become increasingly populated by those whose parents aren’t educated about the risks. Polls such as Bloomberg’s leave me feeling a bit like we’ve got a growing caste system in this sport.\n\nOne bright note in the survey: 58 percent of women (as opposed to 41 percent of men) oppose their sons playing football. That number includes moms of all educational and financial backgrounds.\n\nWe’re a long way from becoming a nation of flag football supporters, but I hope the momentum grows for finding ways to create a sport that is a lot less violent."
  },
  {
    "path": "tests/data/text/details.com1.txt",
    "content": ""
  },
  {
    "path": "tests/data/text/details.com2.txt",
    "content": "Going Gray This season, designers updated a classic color by way of modern silhouettes both tailored and casual. The verdict? The most effortless way to transition into fall is all in the shading."
  },
  {
    "path": "tests/data/text/elle.com1.txt",
    "content": "From our editors to your inbox. Sign up for our newsletter today.\n\nYour Email Address Sign Up Now!"
  },
  {
    "path": "tests/data/text/elle.com2.txt",
    "content": "Ah, the holidays: A time for gift giving, family gathering, and passive aggressive rage flames. Here are some well-meaning but totally backhanded digs we heard over the holidays. Add your own in the comments. It feels good to vent.\n\nFrom: Grandma\n\nWhat she said: \"Wouldn't it be nice to be in a relationship so you don't have to have roommates anymore?\"\n\nWhat we said: \"I like my apartment; did Mom show you the new bar cart I found?\"\n\nWhat we wanted to say: \"Literally the only thing harder than finding an affordable apartment in New York City is meeting a guy good enough to make you move out of it. If you know of a site that lists cute 1-bedrooms stocked with single guys, send it the hell over.\"\n\nFrom Mom:\n\nWhat she said: \"It would be so nice to have some babies around here soon to open presents!\"\n\nWhat we said: HAHAHAHAHAHA.\n\nWhat we wanted to say: HAHAHAHAHAHA.\n\nFrom Aunt:\n\nWhat she said: \"Have you heard of this thing called Tinder?\"\n\nWhat we said: \"Um, yes, kind of.\"\n\nWhat we wanted to say: \"If I hadn't heard of Tinder, I wouldn't have touched a male in over a year. So. Yes, yes I have.\"\n\nFrom: Mother in Law:\n\nWhat she said: \"Did you REALLY cook all this yourself?\"\n\nWhat we said:\" I sure did, hope you enjoy!\"\n\nWhat we wanted to say: \"Just because Im not giving up my career to cook three meals a day for your precious angel of a son doesnt mean I cant figure out which end of the turkey is which, lady.\"\n\nFrom: Mom\n\nWhat she said: \"Maybe its time to see a therapist.\"\n\nWhat we said: \"Yeah, maybe that could help.\"\n\nWhat we wanted to say: \"I am already seeing a therapist to try and resolve my relationship issues before Im doomed to die alone, THANKS!\"\n\nFrom: Mom:\n\nWhat she said: \"Did you go outside at all today?\"\n\nWhat we said: \"Oh, haha, I guess I haven't!\"\n\nWhat we wanted to say: *crawls back under covers, fighting back shame waves*\n\nFrom: Brother\n\nWhat he said:\"If she can wear that, then I dont have to get dressed.\"\n\nWhat we said: \"Then dont get dressed.\"\n\nWhat we wanted to say: \"Then dont get dressed.\"\n\nFrom a STRANGER at a Christmas party:\n\nWhat she said: \"I lived in New York and would have worked forever, like you, if my husband hadnt moved us to Virginia. But really, you cant work forever and wait to have kids. You should do Match.com. My sister did Match.com and shes 42 and just got married and had a baby.\"\n\nWhat we said: *Awkward polite laughter*\n\nWhat we wanted to say: \"Save some of that white wine for the rest of us \""
  },
  {
    "path": "tests/data/text/flavorwire.com1.txt",
    "content": "Presenting; a mix of the morally execrable and the culturally annoying moments in 2014 that we sort wish had never happened, to be honest, although we dutifully thought and wrote about them (and to be even more honest, these ten moments are merely the tip-top of the Christmas tree of head-smacking moments from 2014.)\n\nAdieu, 2014!\n\n1. Celebrity nude photo leaks. It was a bummer when actresses were targeted by hackers who released their nude photos. And when everyone slut-shamed them as a result. Sidenote: same went for celebrity plastic surgery gawking.\n\n2. Donald Sterling-gate. One of many examples of 2014 scandals that made us aware of how awfully racist people in power were, but this one was just the most epically depressing on a human level.\n\n3. The Newsroom‘s Campus Rape Plotline and Aaron’s Sorkin’s response. Just no, Aaron Sorkin.\n\n4. The Interview hacking brouhaha. Censorship is terrible and free speech is important, but why did we have to this discussion about a sub-par Rogen-Franco joint?\n\n5. Igloo Australia’s Twitter racism. While pop star feuds, beefs, and rivalries are usually enjoyable and beneficial for everyone involved (I kid), Iggy Azalea’s ignorance on matters of race only reinforced her clueless pop persona.\n\n6. Camille Cosby’s statement and Woody Allen’s letter to the New York Times. Alleged sexual predators and their wives: given a platform for victim-blaming since the beginning of modern media.\n\n7. “Rude.” You are genuinely terrible, “Rude,” we declared this year. Also, you are still stuck in our heads and will inevitably be heard on New Year’s Eve.\n\n8. Literary genre wars that weren’t. Did we really have to spend another year scolding each other for our reading choices? Even scolding the littlest readers?\n\n9. Accusing Lena Dunham of a crime for her writing about of her sister on the left and right and trying to discredit her own sexual assault story on the right. Rape culture is serious, and the freedom some (white) artists have to be messy while other artists are constrained by social prejudice informs a lot of the understandable ire directed at Dunham. But none of those factors, nor anything Dunham has written, indicated she had committed a crime, nor that the assault she wrote about herself hadn’t taken place — and watching feminists and right-wingers join in on this one broke our hearts a little bit.\n\n10. Normcore, Basic, and Health Goth. Stop trying to make fetch happen, bogus trend-pieces.\n\n11. Ariel Pink. Was his misogyny a joke? A nasty slice of his real personality? Trolling because he realized he got more attention for being a jerk than for his music? To be real, much of this whole conversation was unnecessary.\n\n12. This godawful, treacle-coated cover of Leonard Cohen’s “Hallelujah”.\n\n13. The disrespectful, racist right wing media circus around Ferguson and the death of Michael Brown.\n\nBonus: Sarah Palin’s Christmas Pie-baking instruction and garbled speech special that’s eerily reminiscent of SNL’s “Martha Stewart’s Topless Christmas.” Just kidding, we’re so glad this happened! Never leave us, ex-governor Palin."
  },
  {
    "path": "tests/data/text/flavorwire.com2.txt",
    "content": "If you’re inclined to believe #slatepitches, then 2014 was the Year Of Outrage. The Internet’s favorite shrine to contrarianism published an interactive calendar earlier this month wherein one can track, day by day, the things about which we (“we” being liberal American adults on the Internet, basically) were outraged this year. I’m not so sure this year was any different to any other, though: the public has always been fond of being righteously outraged, and for the last few years, at least, the Internet has felt like (and been characterized as) a giant outrage machine. But 2014 did feel like a landmark in one respect: it was the year that the outrage machine proved its power to chew up and spit out people IRL as well as on Twitter or Tumblr. It was a year in which the precipitous fall taken by Bill Cosby, in particular, proved that it’s much, much harder for stars to bury unflattering narratives these days. But the ever-growing power of the angry mob also has pretty terrifying implications if you take an old-fashioned view of what constitutes justice.\n\nThere have certainly been plenty of hand-wringing thinkpieces this year lamenting the rise of rage culture (and at least one about how the 300 Sandwiches kerfuffle may have saved us from invading Syria). But notably, two of the biggest stories of 2014 demonstrate the flip-side of that culture: instances where the Internet’s unparalleled ability to disseminate information, and to do so relentlessly, has shone light into hitherto dark places. I’m talking about the fall of Bill Cosby and the near-fall of R. Kelly. Both cases involved allegations that have been on the public record for years, but had nevertheless disappeared from public attention. (And, it should be noted, both involved black men: the sordid history of white celebrities tends to remain buried far more readily than that of men like Kelly and Cosby.)\n\nIn both cases, you can trace the story’s reemergence back to a single moment. First there was Jessica Hopper’s interview with Jim DeRogatis in the Village Voice, right at the end of last year, which brought to light (again) the details of the multiple rape accusations against Kelly. Not long after, DeRogatis himself penned a piece entitled, “Why Are People Finally Paying Attention to R. Kelly’s Many Crimes?” DeRogatis’ piece was interesting and perceptive, but the answer could have been summarized in three words: the outrage machine.\n\nIt was the same with Cosby: again, all it took was one person to say, “Wait, look at this.” In this case, it was Hannibal Buress flat-out calling Cosby a rapist on stage. The next morning, you could feel the entire Internet rubbing its eyes and saying, “Oh yeah, so what was the deal with Cosby?” As it turned out, the deal with Cosby was just as awful as the Kelly accusations: decades’ worth of women telling stories of having been drugged and assaulted.\n\nNot long after Buress’ performance, the Cosby thinkpieces started to appear. Then one of Cosby’s alleged victims, Barbara Bowman, wrote an op-ed for the Washington Post. And then… well, you can choose your own metaphor: the floodgates opening, the avalanche building, a shower turning into hurricane. However you want to put it, in the course of about three weeks, the attention given to the Cosby accusations increased exponentially, to the point that it could no longer be ignored by anyone (except Cosby himself, who’s still defiantly sticking to a strategy of stonewalling that simply no longer works). The fallout was dramatic: a canceled NBC project, a shelved Netflix special, pulled Cosby Show re-runs all over the place. This wasn’t a case of people online saying nasty things; this was quantifiable and significant damage to whatever’s left of Cosby’s career.\n\nBoth with Cosby and with Kelly, we had public interest being reignited in accusations that had been actively suppressed or allowed to just fade away. In the past, it was relatively easy to bury a story: gaslight and discredit the accuser, cozy up to the press, call in some favors. There were only so many ways that news could get out. Once those channels were closed, a story would live on, at best, as a rumor, discussed in bars and over dinner, always laden with an air of doubt and hearsay.\n\nIn 2014, it’s almost impossible for that to happen once the story gains any sort of momentum. Thanks in large part to social media, there’s an infinite number of leaks to plug. No doubt some stories are still suppressed before they ever get reported, but once there’s anything on the public record, it just takes one person to notice it and tweet it… and the story’s gone, beyond anyone’s control.\n\nEven if the outrage machine stuck exclusively to eviscerating celebrities who have been burying bad press for decades, its power to destroy would be kind of terrifying. But, of course, it doesn’t. The case that springs to mind immediately is that of the musician Conor Oberst, accused of rape by one Joanie Faircloth in a series of comments on an xoJane article. The pattern was the same: the original comments appeared, they sat idle for a couple of days, not garnering any attention beyond their original forum… then someone reported them, at which point they started doing the rounds on Twitter and Tumblr. And suddenly they were everywhere.\n\nIt’s no coincidence, I’m sure, that all three cases — Kelly, Cosby, and Oberst — involved sexual assault. As we all know, it’s a crime that’s notoriously hard to prove and to prosecute, and even more so when years have passed since the alleged incident. In the cases of Kelly and Cosby, it appears from sheer weight of evidence that the Internet’s collective guilty verdict is most likely justified. The case of Oberst was quite a bit different.\n\nAs I wrote at the time, the simple fact was that no one knew what had happened except Oberst and his accuser. As so often happens with rape, it was a game of he-said, she-said, except in this case neither he nor she was saying anything — Oberst released a brief statement denying the accusations, and Faircloth went to ground. There was no information beyond a couple of deleted comments made by a woman about which the world knew next to nothing. Of course, because the Internet abhors a vacuum of information, this only served to heighten the rage and speculation. Commentators pronounced Oberst guilty or innocent without the slightest hint of a doubt, on the basis of absolutely nothing beyond personal conviction and confirmation bias.\n\nAs it transpired, Faircloth withdrew the allegations after Oberst threatened to sue her. But no one will come out of this story unscathed: there will always be people out there who now believe, no matter what, that Conor Oberst is a rapist. Faircloth, meanwhile, has her credibility left in shreds — there’ll be people to whom she’ll always be the crazy girl who made the false accusation. Either way, the Internet feeding frenzy has done her no favors: if her accusation was true, it seems almost impossible for her to ever pursue it, and if it was false, she most likely needs serious help. Having her story plastered all over the Internet (in violation of her express wishes) did her no more good than it did Oberst.\n\nNone of this bothered the Internet judge/jury/executioners, though, who had already happily moved on. The Internet being the Internet, though, what’s forgotten isn’t necessarily gone. The Frisky’s hugely irresponsible “Why I Believe Conor Oberst’s Anonymous Rape Accuser” essay, for instance, is still online, prefaced only by a one-sentence “update” that’s essentially the journalistic equivalent of ¯\\_(ツ)_/¯. In cyberspace, accusations never die: they just sit there, somewhere on Google, waiting for people to dredge them up again. It’s for this reason that there have been recent cases in the EU regarding a right to be forgotten."
  },
  {
    "path": "tests/data/text/fool.com1.txt",
    "content": "Need a reason to invest in stocks? How about the beginning of a new year. To help you find solid stock ideas we asked Fool.com contributors covering technology and consumer goods stocks to talk about top stocks for 2015. Read on to see what they had to say about Qualcomm (NASDAQ: QCOM ) , Facebook (NASDAQ: FB ) , SeaWorld Entertainment (NYSE: SEAS ) , WhiteWave Foods (NYSE: WWAV ) , Google (NASDAQ: GOOG ) (NASDAQ: GOOGL ) , Taiwan Semiconductor (NYSE: TSM ) , and Apple (NASDAQ: AAPL ) .\n\nAshraf Eassa (Qualcomm): It's hard not to be pleased with the performances of technology and, in particular, semiconductor stocks in 2014. The Philadelphia Semiconductor Index is up over 28% year-to-date, handily crushing the S&P 500 and the Nasdaq, up 10.12% and 12.73%, respectively. However, one high-quality chip company that has underperformed pretty significantly during 2014 -- but one that I believe is set to do much better in 2015 -- is Qualcomm.\n\nFirst, Qualcomm's execution in developing and delivering a compelling range of mobile applications processor offerings looks unmatched. For example, the company revealed on Dec. 11 that it would be upgrading the baseband on its upcoming high-end Snapdragon 810 processor to offer 50% greater download speeds than had been previously announced. This further extends the company's leadership position in cellular baseband technology.\n\nIt's this kind of execution in its chip business that not only keeps it ahead of major competitors like MediaTek, but also makes it very difficult for mobile device vendors to successfully develop their own in-house chip solutions in a bid to cut Qualcomm out.\n\nFurther, Qualcomm's technology licensing business, which collects royalties on most 3G/4G devices sold, is extremely profitable and should continue to grow with overall smartphone growth. Now, it's well-known that Qualcomm is having issues collecting on royalties from some Chinese handset vendors (leading to pessimism around the business), but I think Qualcomm will be able to solve its issues there, as it has done in the past.\n\nAll told, Qualcomm stock is cheap at just 16.36 times trailing-12-month earnings, it's a high-quality company, but the stock has underperformed during 2014. Qualcomm the company is a winner, and I think that during 2015, Qualcomm the stock will be, too.\n\nAndrés Cardenal (Google): Information is power and Google's mission statement, \"to organize the world's information and make it universally accessible and useful\" says a lot about the company and the role it plays in times of chaotically abundant information.\n\nGoogle is the undisputed king in online search; the company has a bigger market share than all its competitors combined. In addition, Google has built a massive portfolio of services and applications, including enormously valuable assets like Gmail, YouTube, and Chrome, to name a few remarkable examples. More than 80% of smartphones around the planet are powered by Android, so Google is in a position of strength to continue thriving under the mobile paradigm.\n\nThe company generates tons of cash flows from its leadership position in online advertising, and management is not shy at all when it comes to investing that money in the search for breakthrough innovations. From self-driving cars to biotechnology solutions to fighting human aging and associated diseases, Google has plenty of exciting projects with disruptive potential in its pipeline.\n\nInvestors are getting concerned about slowing revenue growth and rising expenses lately, and this may provide a buying opportunity in the online search giant. Google trades at a forward P/E ratio near 17.5, roughly in line with the S&P 500 Index. However, even during a \"disappointing\" third quarter, Google delivered a big increase of 20% in revenues, a level of performance which most companies in the index can only envy. Google has a lot of things going right and I think Google is a top stock to consider buying for 2015.\n\nTamara Walsh (WhiteWave Foods): From smart acquisitions to promising opportunities in oversees markets such as China, WhiteWave Foods is one of my favorite stock picks heading into the new year. The packaged food and beverage company has enjoyed a nice run this year with the stock up more than 47% year-to-date. However, there should be plenty of growth ahead thanks to WhiteWave's partnership with Mengniu Dairy, one of China's largest dairy companies.\n\nAs part of this joint venture, WhiteWave purchased a production facility where it plans to begin manufacturing its products for the Chinese market in the coming months. WhiteWave Foods owns a 49% stake in the deal, which will enable the company to sell its brands in China, one of the world's largest consumer markets with over 1.3 billion consumers and a rapidly growing middle class. Market-leading brands including Silk soy milk and almond milk, Land-o-Lakes butter, and International Delight coffee creamers, have already helped WhiteWave Foods make a name for itself in North America and Europe. The company celebrated a record third quarter recently, with net sales climbing 35% to $857 million in the period. I expect this momentum to carry over into the new year, and for the stock to continue to gain speed in the year ahead as the company expands into new markets and product categories.\n\nRick Munarriz (SeaWorld Entertainment): I'm going to go full contrarian with a stock that everybody seems to hate. SeaWorld is in a bad spot these days. Activists have succeeded in keeping guests away from its marine life theme parks given the negative publicity about killer whales in captivity. Attendance across its 11 parks fell 4.1% in 2013 and is off by another 4.7% through the first nine months of 2014. This is the only theme park or regional amusement park operator that's experiencing lower turnstile clicks this year. The stock that went public at $27 early in 2013 is now all the way down to the mid-teens, and earlier this month it announced that it would have to postpone the dividend that was supposed to go out in December because it would violate its debt covenants.\n\nThis all seems pretty grim, but changes are coming. SeaWorld's CEO is leaving in January, opening the door for an outsider who can help soften the battered brand. Along the way we have some favorable trends including an improving economy and lower gas prices that should deliver big boosts to the theme park industry in general.\n\nSeaWorld is in a bad spot, but it's also important to remember that just three of its parks are orca-housing SeaWorld attractions. The dividend should return in January, and guests will eventually follow as the chain either takes active steps to improve its image or fickle consumers move on to a new cause. With SeaWorld trading at a valuation discount to its peers there's plenty of upside in 2015 even if the market doesn't comply. The climate is ripe for SeaWorld to make a big splash in the year ahead.\n\nDylan Lewis (Apple): It's far from a sexy pick, but most who have bet against Apple the past five years have come to regret it and I don't see 2015 being any different.\n\nApple's brand cachet and customer loyalty hasn't wavered -- while the company's iPad line is faltering, Macs are selling well. In October the company revealed the segment posted its highest quarterly market share since 1995.\n\nApple's brand prestige is even more valuable in the increasingly competitive smartphone market as Asian OEM's Xiaomi, Lenovo, and Huawei continue to produce low-cost devices. Skeptics need to look no further than Samsung's shrinking smartphone market share to appreciate the moat Apple enjoys due to its status, quality, and exclusive iOS and Mac operating systems.\n\nThe recent December sell-off gives investors an even more attractive entry point, the company still trades at a TTM P/E of 17 and a forward P/E of 14.\n\nEven in the neighborhood of some of the more conservative analyst estimates of 5 million to 10 million units, the Apple Watch could provide a 1%-3% lift on projected revenue for CY 2015. The fledgling Apple Pay now supports credit cards that comprise 90% of the U.S. credit card purchase volume and could prove to be an even bigger catalyst than the new line of wearables. With each e-commerce security breach (it seems like there's one almost every other week), Apple Pay's tokenization system becomes increasingly appealing to consumers seeking security.\n\nStability with its hardware stalwarts, new growth opportunities, a decent dividend yield (1.7%) and an average of $11 billion in stock repurchases each quarter for the past year and a half – there are simply too many reasons to ignore the Mac maker in 2015.\n\nTim Brugger (Facebook): With its stock price up 38% so far this year, it may seem counterintuitive to include Facebook on a list of stocks to buy in 2015. However, there are a laundry list of revenue opportunities at Facebook's fingertips heading into the new year, and it appears a couple in particular are about ready to pay off.\n\nThough Twitter is loath to admit the importance of the milestone, the news that Instagram recently topped 300 million monthly active users (MAUs) is significant, to say the least. Perhaps most impressive is how quickly Instagram's MAUs grew. The number was hovering around 200 million users just nine months ago. No wonder Twitter's envious.\n\nFacebook COO Sheryl Sandberg made waves earlier this year when she said that there was no rush to monetize Instagram in any meaningful way, nor incorporate video spots as an advertising medium. Instead, Sandberg and CEO Mark Zuckerberg wanted to grow Instagram's user base, ensure a positive user experience, and test the video ad waters -- at a whopping cost of $1 million a day -- before making them available to its marketing partners. The MAU growth of Instagram is certainly there, and with the advent of video ads on both Facebook and Instagram, 2015 should be yet another banner year.\n\nSean O’Reilly (Taiwan Semiconductor): Technology can be a tough business to be in for investors. The relentless competition and constant need to innovate frequently make long-term shareholder gains elusive. However, Taiwan Semiconductor not only dominates its market but happens to be leveraged to an increasingly important technological trend making it my top stock pick for 2015.\n\nTaiwan Semiconductor is the world’s largest fabricator of silicon chips. The company pioneered the dedicated semiconductor foundry model and operates primarily by partnering with fabless customers that don’t have the scale and operating expertise that Taiwan Semiconductor possesses. Cost advantage and scale are the name of the game and these happen to be things that Taiwan Semiconductor has in spades. These advantages will become all the more apparent as the world’s need for semiconductor chips grows exponentially in the coming years.\n\nAs the world becomes more and more connected (a trend called the “Internet of Things”), Taiwan Semiconductor stands to benefit in a big way. Technology research organization Gartner estimates that 4.9 billion connected “things” will be in use in 2015, up from 3.75 billion in 2014. Gartner’s estimate for 2020? Try 25 billion connected devices. Investors have two ways to participate in this increasingly connected world: Focus on those that produce the connected devices, or the companies that make connecting these devices to the internet possible, like Taiwan Semiconductor.\n\nThere’s a lot to like on Taiwan Semi’s balance sheet and income statement as well. The company trades for just under 14 times this year’s estimated EPS according to S&P Capital IQ estimates (high for a semiconductor fabricator but more than fair given its dominant industry position) and has a pristine balance sheet with very little debt. Add in the company’s exceptional return on equity, which has averaged 23.62% over the last five years and you get a company that should be on every Foolish investor's holiday wish list."
  },
  {
    "path": "tests/data/text/fool.com2.txt",
    "content": ""
  },
  {
    "path": "tests/data/text/foxbusiness.com1.txt",
    "content": "No matter how much traffic your site gets, what really matters is conversions. Convert neutral traffic – people who haven’t decided whether to buy or not – by investing in analyzing and incentivizing them to buy. Increasing conversions is more financially beneficial than driving more traffic. Instead of accepting your current conversion rate, focus on increases of 10% or greater using the methods below.\n\nYour site must grab visitors attention immediately, then lead them from where they land to checkout. Is it obvious how landing on your site will benefit your visitors? If they can’t immediately tell they will leave. Use analytics to check bounce rates and improve any pages that show high exit rates.\n\n1. Upsell and Cross Sell\n\nOffering related products on product pages to sell more than one product is a common strategy known as cross-selling. Upselling is offering more expensive related products to increase the amount spent.\n\nNew SaaS provider Fanplayr.com helps to make this process seamless for businesses. Their service analyzes your existing traffic, assessing the behavior and profiles of each visitor in real-time and automatically upsells or offer specifically tailored deals. This is executed based on defined rules and customized offers and incentives set by you for your target customers. This customized approached helps you to increase your average order value and conversions.\n\nFanplayr analyzes traffic you drive so you can target different offers to segments of visitors based on:\n\n\n\nuser type\n\nvisit count\n\npast purchases\n\ntime on site\n\npage views\n\ncart size\n\ndevice type\n\nbrowser\n\nsource\n\nsearch term\n\nlocation\n\nNew visitors who place items with high profit margins in their carts can be offered a higher dollar discount. Reward the loyalty of your repeat buyers with percent off their current purchase. Be sure to let them know they received the discount because they have purchased from you before.\n\nJust as some sites offer free shipping for orders over $50, $75 or $100, increase visitor’s total spend by offering a higher discount based on the dollar amount they have in their carts or how much they have spent with you previously. Read more in Proven Online Cross-Selling and Upselling Techniques.\n\n2. Improve Site Search\n\nMake sure your customers can find what they want quickly. Test your site search to ensure that all your products show up as expected and just as importantly confirm that irrelevant products are not appearing in searches. Consumers will not trudge through page after page of search results.\n\nStandard site search often returns all results for any word in the search. What this means is that if someone searches for ‘pink widgets’ the search will return every pink item on the site. This is unacceptable as not all users will realize the problem and change their search phrases. There are many easily installed third party site search solutions to resolve these issues.\n\n3. Conversion Test eCommerce Incentives\n\nTraffic from AdWords can be offered multiple types of incentives which can be measured to see which increases sales more. For example, test whether your visitors would rather have:\n\nFree shipping if they spend $50 or more\n\n10% off sales of $100 or more\n\n$20 off a $200 purchase\n\nFanplayr not only analyzes, segments, and allows you to add incentives and offers; it integrates A/B testing into ecommerce software. Changes can be made to text campaigns on the fly.\n\nConversion testing can increase conversion rates up to 25% ~ Up to 50% higher average order values ~ Targeted offers can generate up to 20% margin improvement.\n\n4. Conversion Tests for SaaS\n\nSolutions providers can use analysis and segmenting to decrease the time it takes to progress through their sales funnels. For example, Neil Patel at QuickSprout suggested in 7 Simple A/B Tests to Increase Conversions 10% or More to test:\n\nBuy now vs free trial\n\nCredit card vs no credit card\n\nImprove your sales funnel by comparing the actions of visitors who have converted with those who haven’t. Check page views to determine whether visiting particular pages increases conversions. If it does, change site navigation to add that page to the sales funnel.\n\nProvide different incentives to repeat visitors or visitors who have downloaded specific white papers or watched specific videos. Analysis can provide your sales team insights into what a particular lead is most interested in.\n\n5. Strengthen Trust Signals\n\nUnless you’re a household name, your site must convey how trustworthy your site is. Adding photos of the business location and people behind the brand to your about page can increase conversions. Your about page is usually visited just before a person checks out to make sure you are a “real” business. Optimize this page. Make it convey why they should buy from you.\n\nOnline buyers are more sophisticated today. Many know to verify that your site is secure by looking for the https:// in your url and a Secure Shopping 256 bit icon. Display Trust Signals such as Better Business Bureau, TrustE, Norton Secured, TrustWave, Google Trusted Store.\n\n6. Reviews and Testimonials\n\nReal testimonials are another way to increase trust. If you sell a service, offer it to the leading influencers in your industry and ask for their endorsement. Use their photo, logo and text or even a video. Video testimonials are doable for any size business.\n\nDo your fellow consumers a favor and review the products and services you buy. Even though testimonials and reviews can be manipulated, they are still valuable during the decision-making process. Savvy buyers know to look at a reviewers other reviews or to search for the testimonial giver online to determine whether they can be trusted.\n\nEnable the ability for your buyers to review your products and services. What they write is feedback for you and your customers. No product or service is a perfect fit for everyone. Details left by buyers ensure buyers choose wisely.\n\n7. Be Easy to Contact\n\nPeople don’t buy unless they’re confident they are making the right decision. Even if you have excellent product descriptions and multiple photos, they may still have a question. At a minimum be sure you have a contact page that is easy to find. Test it to make sure it works.\n\nBetter yet, add live chat to your site. Businesses that provide live interactions at least during business hours save money and experience increased sales and conversions.\n\n“According to an article on Sitepoint, the top ten reasons buyers abandon their online shopping sessions are often related to confusion and complications at checkout. Confused customers may have a question that they want answered in real time. “\n\nThis is especially true if you are a very small brand. People want to know there is a real person they can contact behind the site. Answering them in real time increases confidence they can reach you should their package not arrive or they have problems with their purchase.\n\nGail Gardner is the Small Business Marketing Strategist who founded and provides consulting at GrowMap.com. She also answers questions in live chat as Community Manager at SocialImplications.com.\n\nMore from AllBusiness.com:"
  },
  {
    "path": "tests/data/text/foxbusiness.com2.txt",
    "content": "If a Scrooge client is scaring the dickens out of you, don’t let it spoil your holiday season. A visit from the Spirit of Business Past, the Spirit of Business Present, and the Spirit of Business Future will make even the sourest customer as sweet as Tiny Tim.\n\nThe Spirit of Business Past\n\nScrooge clients have short memories. Pay them a holiday visit and review all of the ways you have helped them save money, become more efficient, increase their sales, avert a crisis, and whatever else had a meaningful impact.\n\nIt takes more than a casual visit. The more visual and vivid your presentation is, the greater its effect — recall how the cold heart of Ebenezer Scrooge began to thaw when he saw and felt and heard his former self. Do you think the Spirit of Christmas Past would have elicited the same response by showing Ebenezer a PowerPoint crammed with wordy bullet points?\n\nThe Spirit of Business Present\n\nThe holiday season is a time of joy — do you remember what a merry old soul the Spirit of Christmas Present was? A small thing such as taking your Scrooge client to lunch or meeting him for an after-work cocktail can change everything. Simply getting your Scrooge away from that damp, cold, and dreary office will make his mood more festive and his business more secure.\n\nAlong with a dollop of holiday cheer, offer your Scrooge a business-present present: a gift, a December discount, or extra rewards points — something that answers the question, “What have you done for me lately?” Nothing makes a Scrooge client more Scrooge-like than the feeling of being taken for granted.\n\nThe Spirit of Business Future\n\nThe outlook for a Scrooge client is grim indeed; you cannot help but feel that it’s only a matter of time before his business is buried in the graveyard of lost opportunities. But as the Spirit of Christmas Future revealed to Ebenezer, the future can be changed!\n\nGive your Scrooge scenario a hopeful future by introducing incentives that reward his future business. Annual rebates, volume discounts, and loyalty rewards programs make it easier — far easier — for your Scrooge to overlook the day-to-day hiccups that occur in any business relationship. Just as the goal of curing Tiny Tim gave Ebenezer a reason to live well, a goal of getting more “something” gives clients a reason to do business.\n\nMost businesses routinely do these activities, which require only a modest effort and investment. The plot twist here is to do them all in equal measure.\n\nFocusing on the past alone, or the present alone, or the future alone is not enough. If only one or two spirits had visited Ebenezer that Christmas Eve, the story would have been quite different; he would not have been redeemed.\n\nBy demonstrating past value, present value, and future value, your Scrooge clients will be reclaimed. For you, and them, it will be a very merry holiday season indeed.\n\n“I am as light as a feather, I am as happy as an angel, I am as merry as a school-boy. I am as giddy as a drunken man. A merry Christmas to every-body! A happy New Year to all the world! Hallo here! Whoop! Hallo!” – Charles Dickens, A Christmas Carol\n\n--\n\nBrad Shorr is Director of B2B Marketing for Straight North, an Internet marketing agency in the Chicago area. With in-house, freelance and agency experience, he writes frequently about content marketing, SEO, social media and small business strategy.\n\nMore from AllBusiness.com:"
  },
  {
    "path": "tests/data/text/foxnews.com1.txt",
    "content": "In this image released by A24 Films, Jessica Chastain, left, and Oscar Isaac appear in a scene from \"A Most Violent Year.\" Chastain was nominated for a Golden Globe for best supporting actress in a drama for her role in the film on Thursday, Dec. 11, 2014. The 72nd annual Golden Globe awards will air on NBC on Sunday, Jan. 11. (AP Photo/A24 Films, Atsushi Nishijima)AP2014\n\nOscar Isaac has had a pretty stellar year. It started off with a Golden Globe nomination for his portrayal of the title role in “Inside Llewyn Davis.”\n\nHe just completed filming in the next highly-anticipated installment of the “Star Wars” franchise, and he finishes off the year with a masterful performance in J.C. Chandor’s “A Most Violent Year, ”out on Dec. 31 in limited release.\n\nSet in New York City in 1981, the 35-year-old Cuban-Guatemalan actor plays Abel Morales, a moral businessman in a very immoral time. He doesn't want to be a gangster and has to fight against himself, as well as everything around him, to make sure it never happens.\n\nIt was this tension that attracted Isaac to the role, which allowed him to work alongside longtime friend, Jessica Chastain, who co-stars as his wife, Anna.\n\n“He doesn't want to be a gangster, and he has never wanted to be one. And he is afraid that if he starts down that path, that he will be dismissed as one – and also, possibly, that if he starts down that path, he will really like it,” Isaac told Fox News Latino recently during an interview that also included Chastain. “The tension that J.C. creates, it plays with the audience’s expectations. The audience gets a little bloodthirsty.”\n\nFor this internal battle fighting against violence, Chandor asked his leading man to pick a time in Latin America that the character had lived through and escaped.\n\n“Scripts are vague on back-story, what you see on screen is what the actors get when they first (read it),” the director said. “Oscar’s character, I always believed, came to the U.S. sometime between 7 years old and 10 or 12 – in that window, so young enough that you are able to strip away your past and young enough that you really can become just an American in your adult life.”\n\nHe said Isaac zeroed in on a period of civil unrest in Colombia after World War II that is known as “La Violencia” (\"The Violence\").\n\n“I thought it was a cool opportunity to tie in what his character was then going to be facing, the equivalent that he would have come here in the late 1950s probably and seen this city and America climb, climb, climb through the '60s and then in the late '60s and into the '70s, see the city of New York fall into this life of crime and people leaving the city – falling back into decay.”\n\nIsaac said he chose that specific time because it would have been “really intense if (Abel) had left this incredibly violent situation to come to this country to escape the violence, and yet the violence follows him.”\n\nTo further develop their characters' back-stories, Isaac and Chastian, 37, used their mutual Julliard School training to discuss every scene.\n\n“It’s pretty intense because the script itself is already quite dense, full of so many details, but also very mysterious 'cause there is not a lot of description of his past or even their past, how they got to where they are,” Isaac said. “We got together and went through every scene, every line and just talked about it. We started talking about possibilities of where this whole relationship started, when it started, how we met, when we decided to buy the business. Just to create the context so that when we started shooting, we had that bedrock.”\n\nChastain said that the director \"really left (the script) free for us to explore … because he doesn’t want to taint our natural instincts.\"\n\nChandor attributed the two actors’ long off-screen friendship for making Abel and Anna’s onscreen relationship feel so real.\n\n“I’m not sure if I knew it at the time, but, looking back at it now, it was just amazing cause there’s this shared history. The fact that they had known each other almost as long as the characters had – it was just meant to be,” he said.\n\n“A Most Violent Year” hits select theaters on Dec. 31, followed by a wider release in January.\n\nNext year Isaac will also appear in two blockbuster films, though “Star Wars: Episode VII” could probably the most secretive.\n\nAll known of Isaac’s character is that at the very least he pilots an X-wing fighter in the trailer.\n\nAlthough he said it was “wild” to see himself in the film’s teaser, Isaac stopped short of revealing anything about it.\n\n“I’ve signed away my organs,” he joked, adding that filming the iconic franchise was great. “J.J. Abrams is amazing.”\n\nLike us on Facebook\n\nFollow us on Twitter & Instagram\n\nFollow Lucia I. Suarez on Twitter @luciasuarezsang"
  },
  {
    "path": "tests/data/text/foxnews.com2.txt",
    "content": "In a page taken from the most gruesome of books, a 17-year-old girl from Reynosa, Mexico lured an 8-months-pregnant woman to her home and killed her to try and steal her unborn baby.\n\nNathaly Cartas Leon, 20, had “met” Guadalupe Salinas Hernández on Facebook and had gratefully accepted her offer to give the mom-to-be a few baby items she needed. They met at a mall and then went to Salinas’ home, where she said she had more stuff to give her.\n\nOnce there, investigators said, Salinas beat Cartas to death with a blunt object and then proceeded to open her belly with a kitchen knife. The motive, police said: obsessive love. According to authorities, Salinas had an abortion back in June and had not told her boyfriend, who still believed she was pregnant and was looking forward to the birth.\n\nIt is not clear whether Salinas’ abortion was intentional or not.\n\nAfter the gruesome killing and removal of the newborn, the teen hurried to the hospital and tried to save him, claiming the child was stillborn at home. But the fetus had stopped breathing when her mother died and could not be saved.\n\nIt didn’t take much for the doctors at the hospital to realize that the baby had not come from Salinas’ womb and they contacted police.\n\n“I don’t regret it, I don’t regret,” local newspapers quote Salinas as saying. The body of the young mother was found in a shrub close to the killer’s house. Investigators are still trying to determine if she had an accomplice.\n\nReynosa is a border city in the northern part of Tamaulipas, Mexico. It is located on the southern bank of the Rio Grande, directly across the border from Hidalgo, Texas.\n\nLike us on Facebook\n\nFollow us on Twitter & Instagram"
  },
  {
    "path": "tests/data/text/foxnews.com3.txt",
    "content": ""
  },
  {
    "path": "tests/data/text/foxnews.com4.txt",
    "content": "Christmas is upon us – and with that comes Christmas albums. Michael W. Smith brings us his latest holiday album – “Michael W. Smith and Friends: The Spirit of Christmas,” the new album from the multi-talented Smith. It includes a star studded list of guests who sing on the album – including: Vince Gill, Lady Antebellum, Little Big Town, Martina McBride, Amy Grant, Carrie Underwood, Jennifer Nettles, Bono and Michael McDonald.\n\nTo find out more about Michael W. Smith, click HERE."
  },
  {
    "path": "tests/data/text/glamour.com1.txt",
    "content": "Oh, RiRi. You truly are an icon.\n\nWhen Rihanna walks into a fashion show, even editors, publicists, other celebs gasp. Gasp they did on Friday and Saturday as the cooler-than-thou-crooner sashayed into her costume designer Adam Selman's show, as well as those of Joseph Altuzarra and Alexander Wang. And she did not disappoint. Let's take a look at what she wore:\n\n\n\nAt Adam Selman, RiRi rocked an elegant and girly white A-line dress with pearls and my favorite Christian Louboutin strappy pumps.\n\n\n\nFor Altuzarra, she glammed out in super sophistication with a plunging black jacket with fringe from the designer's collection—WITHOUT PANTS. I LOVE IT.\n\n\n\nAt Alexander Wang, she brought out her inner '90s child with a matching midnight blue hoodie and skirt.\n\nAre you a Rihhana fan? I love her. Now where's my plunging black jacket? Not to fret—I will wear pants.\n\nPhotos: Getty Images"
  },
  {
    "path": "tests/data/text/glamour.com2.txt",
    "content": "A ton of brides are going for the pretty pretty princess vibe on their wedding day, so lots of wedding dress designers automatically reach for the tulle and the crinolines. {“Fluffier! Puffier! MORE! } If you’re a bride who isn’t feeling the cupcake vibe, I suggest checking out white evening dresses, which tend to be a lot more streamlined. And bonus: Evening gowns are generally less expensive than wedding gowns. (Four of the dresses below are under $1,000.) Here are six off-the-rack I like:\n\nJavaScript is currently disabled in this browser. Reactivate it to view this content.\n\n\n\nOff-the-rack wedding dresses: Yes or no? Would you want to wear an evening gown on your wedding day? Or does it HAVE to be bridal?\n\nPhotos: Courtesy of the vendors."
  },
  {
    "path": "tests/data/text/globalnews.ca1.txt",
    "content": "In a video posted to their Facebook page, Ashley and Tyson Gardner ask for prayers of support as they are about to welcome two sets of twins into the world 12 weeks early."
  },
  {
    "path": "tests/data/text/globalnews.ca2.txt",
    "content": "After a six-month roller-coaster ride that has taken them to parenthood — not to mention around the world in the news media — the Tyson and Ashley Gardner of Utah County celebrated the arrival of their highly-anticipated quadruplets on Sunday."
  },
  {
    "path": "tests/data/text/gq.com1.txt",
    "content": "By\n\n\n\nAhhh, at last, Memorial Day weekend. The sweet sweet reminder that summer has officially arrived. It's just crab cakes and football straight through Labor Day, right? Yeah. Well, if you find yourself celebrating the return of the season with a road trip, but have yet to pack, we've got your back. You'll be traveling with everything you need in no time. All you have to do is pay close attention to the following.\n\n\n\nFirst, make sure your trusty weekender is ready to go. If you're bringing a suit, better go with a garment bag.\n\nGrab your toiletry kit, a 3-day weekend is not the time to let your skin down.\n\nMake sure you bring sunscreen. It's about your health, it's important.\n\nDon't just throw everything in your weekender, guys. There's an art to folding. Learn it. Live it. Love it.\n\nPlanning on going for a swim? You'll need one of these. Not the board shorts you bought a few summers ago. Forget about those. Forever.\n\nSkip the running shoes, you don't need those when you've got this.\n\nThrow in a good book for the beach, the train, or wherever.\n\nAnd remember, don't show up at somebody's house empty-handed."
  },
  {
    "path": "tests/data/text/gq.com2.txt",
    "content": "Photo: Silver Screen Collection/Getty Images\n\nWith summer finally upon us, it's hard not look wistfully from the inside of a car and long for the wind on your face—barreling down country roads, freed from the tethers of smartphones and chatty passengers. For a lot of folks, this time of year is when they finally take the plunge, shirk that four-wheeled cage, and buy a motorcycle. Bikes are simple: two wheels, a motor, and miles and miles of outlaw-style freedom. But, as with everything in life, that simplicity comes with a price. So, if heading off into the sunset like Brando in The Wild One is your new life's goal, then here's everything you need to know about it before you do:\n\nThe Real Cost of Ownership\n\nIt's not a surprise that when gas prices spike during the warmer months, so do motorcycle sales. And while it's true that some motorcycles do get better gas mileage than cars, and that they're often cheaper to buy, the fact is that the cost of bike ownership goes way beyond the MSRP and price at the pump:\n\nThe Bike\n\nMotorcycle prices can vary wildly, but on average, if you're buying a new motorcycle fit for a beginner, you're probably spending anywhere between $5,000 and $10,000.\n\nInsurance\n\nIf you are over 25 and have a spotless driving record, you can get a pretty decent rate on insurance, possibly under $500 a year. Unfortunately, there's a lot more involved than simply your age and driving record—the population density of where you live, the theft rate of the bike model, whether Christmas falls on a Tuesday...when it comes to insurance, it's Thunderdome. Shop around, obviously, but just know that you're definitely going to shell out some cash.\n\nEquipment and Maintenance\n\nThis is where things can add up. Cars go a lot longer between service intervals, not to mention things like tire, spark plug, and belt replacement. Tires can be especially expensive on motorcycles, running between $400 and $600 for a set. And depending on how hard you ride, you may have to change at least the rear tire every 3,000 miles or so. Chains and drive belts need occasional replacing, and those can cost between $140 and $250. Maintenance intervals can run anywhere between 5,000 and 20,000 miles, depending on the motorcycle, but if there's a valve adjustment involved, expect to pay anywhere between $800 and $1,500. Add in regular oil changes, chain maintenance, and various other odds and ends and, if you ride often, you can expect to drop at least $1,000 per year just on maintenance.\n\nGear\n\nAt the very least you will need a helmet, which can run anywhere from $150 to $900. But if a helmet is all you think you need, you should stick to four wheels. The smart rider who values his skin will also wear a motor jacket, preferably high-abrasion grade leather, gloves, and boots at all times. And while most people ride in jeans, the truth is, if you go down at any speed above 15 mph, jeans will come off like a wet paper towel; protective pants are highly recommended. Conservatively, you should plan to initially spend at least $800 to $1,200 on new gear, which, of course, will eventually have to be replaced as items wear out.\n\nGetting Started\n\nAll right, so you're still undaunted and have decided to take the plunge. So where to start? The best thing you can do for yourself, as well as everyone else on the road, is to sign up for the Basic RiderCourse at the Motorcycle Safety Foundation. It usually costs around $275-$350, depending on where you live, but it's a lot cheaper than a trip to the hospital because you had no idea what you were doing. The course consists of 10 hours of riding instruction, usually stretched over a weekend, and both motorcycles and helmets are provided (although if bowling shoe rentals give you the creeps, then you'll definitely want to bring your own helmet. Just make sure it's DOT or Snell approved). The class is generally taught in a big parking lot or other open space, so you have the benefit of making mistakes without cars barreling down on you. And in a lot of states, passing the class will count as your DMV riding test, which is worth the price of admission alone.\n\nAnd if you think classes are for sissies, consider that in 2011, there were 4,323 deaths on motorcycles. Then consider that there were 81,000 recorded injuries as well, and that per vehicle mile, motorcyclists were 30 times more likely to die in a crash than passenger car occupants. Long story short? Take the class.\n\nGetting a Bike\n\nThe best buyer is an informed one—and there's this thing called the Internet with a lot of information on it, so you really have no excuse. Generally speaking, motorcycle salesmen are pretty knowledgeable, but they aren't shamans, so you need to have an idea of what you're looking for. And in the off chance that you get a clueless salesman, it's even more important to be informed. If you know what type of riding you plan on doing—track days, commuting, cruising, touring, or just tooling around town—you can usually narrow your options before even hitting the motorcycle shops.\n\nThe first question is what size bike you should buy. As someone who's worked in a motorcycle shop, my suggestion is to aim for the middle. You can start with a 250cc bike, which will definitely be the easiest to learn on, but you'll probably outgrow it within a few months. Which means you'll just turn around and want to buy another bike, ending up spending far more money than you planned to. Something in the 500-600cc range, on the other hand, will stay fun for a long time, even as your skills improve. Engine size isn't the only factor, either: A Yamaha YZF-R6 is a 600cc, but it's essentially a race bike capable of serious acceleration and high top end speeds. This is not a bike for beginners. A 865cc Triumph Bonneville, on the other hand, is a fantastic bike to start on.\n\nThe best thing to do when picking a motorcycle is to consider the seating position—standard is the easiest for learning—as well as the weight and power output, and how you plan to use it. And remember, just because your cousin let you ride his '92 Ninja once doesn't mean know how to handle a modern 180-horespower liter bike. When starting out, there is absolutely no reason to buy a big bike, whether a big Harley or a powerful sports bike. The learning curve is far too steep. If you need further proof of that, just check out these NHTSA statistics:\n\nFatalities by engine size:\n\nUp to 500cc: 6%\n\n500 to 1000cc: 40%\n\n1001 to 1500cc: 30%\n\nGot it? Good."
  },
  {
    "path": "tests/data/text/graziadaily.co.uk1.txt",
    "content": "Lady Gaga's no stranger to the world of beauty, having worked on a MAC makeup collection before releasing two of her own fragrances. Now she's dipping her heel into the realm once more as the face of Shiseido's 2015 New Year's ad campaign.\n\nNot only that but Gaga turned her hand to photography for the Japanese beauty brand, shooting the campaign images herself. And yes, that means selfies ahoy!\n\n50 selfies to be exact. According to WWD, the pop star shot a different image for a whooping 50 different Japanese newspapers. And it's no surprise considering selfies have dominated social media in 2014 and there's no doubt Gaga's had plenty of practice - have you seen her selfie-packed Instagram profile? Exactly.\n\nEach image will appear across the New Year's busy shopping period, encouraging shoppers to look as selfie-perfect as Gaga and we have every faith they'll be as wacktacular as ever. Sadly, Shiseido has no plans to publish the campaign outside of Japan but if you'd like to see Gaga's 50 selfies, they're due to be released on the brand's website in the New Year. Failing that, we're sure one or two will pop up on Instagram."
  },
  {
    "path": "tests/data/text/graziadaily.co.uk2.txt",
    "content": "'Tis the season to wrap up, get glam and ingest your body weight in food and drink. No better time, then, for ASMALLWORLD's utterly fabulous multi-day 10th birthday party in Gstaad, Switzerland. And so it was that our Alya Mooro joined a rolodex of some of the most alluring individuals, the likes of Dianna Agron, Caitlin FitzGerald, Pixie Geldof, Tali Lennox and the utterly charming Carey Mulligan - who hosted the Saturday night charity gala in aid of War Child - to descend upon the Palace Hotel in Gstaad for a weekend that positively oozed glamour. We round up some of our highlights of the trip below...\n\nEating & Drinking... Lots\n\nOur Alya Mooro with ASMALLWORLD guest at the cocktail dinner\n\nThe Palace Hotel acted as ground zero for the weekend, hosting a number of fabulous gatherings including welcome cocktails on the Friday night ahead of an epic dinner at in-house restaurant Gildo's where guests got to know each other over wine and three courses of superb cuisine before decamping to the basement club (more on which later).\n\nGstaad'd From The Bottom...\n\nThe view from the top of Wasserngrat\n\nWhile some of the more ambitious of individuals spent their morning after the night before taking to the slopes in their ski gear, the rest of us took a more leisurely approach in the form of a chairlift to the top of Wasserngrat mountain, where we were greeted by a beaming sun, ridiculously Instagrammable views and cauldrons and cauldrons of bubbling cheese. And our lives were basically complete. Giddy from having ingested a lifetime supply of cheese and wine, the remainder of the afternoon was spent concoting the best hashtags to accompany our fairytale-perfect snaps. Our favourite? 'Gstaad'd from the bottom now we here.' Yup, we think Drake would be proud of that one, too. All credit to the altitude. And the wine.\n\nReckless & Generous...\n\nPaula Goldstein, Cleo Wade, Caitlin Fitzgerald rocking the headgear at ASW Winter Weekend [Rex]\n\nSnow boots and gigantic fluffy hats safely tucked away, guests descended upon the Palace ballroom in a dizzying array of black tie extravagance. With trailing dresses in any and all colours imaginable, glittering jewels and a collection of headdresses that frankly make Blair Waldorf's look preeeetty pitiful, guests took their seats for a five course meal that was overseen by none other than Carey Mulligan and ASW Chairman Patrick Liotard-Vogt. 'I am begging you to give recklessly and generously,' said Mulligan in her impassioned address. And who could turn her down? With help from raffle prizes from the likes of Hublot, Maiyet, Tinker Tailor, and even a peck on the cheek from Dianna Agron, $100,000 was raised for War Child - a charity that provides support to children in high conflict zones around the world.\n\nTake It To The Basement...\n\nOur Alya Mooro with Dianna Agron\n\nThe Palace's basement nightclub - hailed as one of the most exclusive in the region - hosted the afterparties that concluded both festive evenings, and almost contributed to many a missed flight on the Sunday morning! Shoes in hand and fists pumping, attendees of the soirees quite literally let their hair down, dancing into the morning with a little help from the DJs who alternated between the latest in chart topping hits to never forgotten classics, pleasing just about everyone in the process. As attendees from literally all around the world revelled in the moment, we realised just how small a world it is, and how happy we are to be a part of it."
  },
  {
    "path": "tests/data/text/gulflive.com1.txt",
    "content": "For the serious genealogist and family historian there are some worthwhile learning opportunities coming up during the year 2015.\n\n\n\nThe Federation of Genealogical Societies will meet Feb. 11-14 in Salt Lake City, Utah, in conjunction with RootsTech for a one-time special genealogy event at the Salt Palace Convention Center. This gives the genealogy community a unique opportunity to experience two different conferences under one roof or the option to attend only one.\n\n\n\n\"Destined to be the largest family history event North America has ever seen, the FGS 2015 conference is the perfect destination for anyone interested in tracing their roots,\" said D. Joshua Taylor, FGS president.\n\n\n\nFGS sessions will focus on methodology, records, ethnic research and migration. RootsTech will offer a program of technology-based solutions for the genealogy needs of both individuals and societies.\n\n\n\nThose attending will have access to the famous Salt Lake City Family History Library, a dream destination of genealogists everywhere. It houses the largest genealogical collection in the world, which includes more than 2.4 million rolls of microfilmed records and 356,000 books. Visitors are welcome to bring a flash drive for digital copies.\n\n\n\nSpecial hotel rates are offered to attendees. For more information on the innumerable number of sessions and events and the expo, log on to www.fgsconference.org.\n\n\n\nAnother stellar conference is that of the National Genealogical Society. Its 2015 Family History Conference themed \"Crossroads of America\" will be held in St. Charles, Mo., May 13-16.\n\n\n\nThe program features numerous tracks each day covering a broad array of topics including records for Missouri and the surrounding states, migration into and out of the Midwest, methodology, analysis, problem solving, genetics, technology, military records, and lectures on locations ranging from Colonial America to Eastern Europe.\n\n\n\nAttendees will be offered a variety of conference tours from which to choose that include the historic Daniel Boone Home & Heritage Center, the Lewis & Clark Boathouse, historic St. Louis, Mo., and the National Archives Personnel Records Center.\n\nThroughout this conference the Board for Certification of Genealogists will again sponsor a skill-building track for intermediate to advanced researchers interested in improving their research skills.\n\n\n\nMultiple lectures, workshops, showcases, luncheons with noted speakers are on the agenda. For details, log on to www.ngsgenealogy.org.\n\n\n\nAnd for those who would like to learn in the comfort of their homes, the NGS is offering a new online study this year called \"Researching Your Revolutionary War Ancestors\" by author Craig Roberts Scott. This course introduces numerous U.S. records created for, during and after the war for those who fought for independence, and provides strategies to identify and locate information on an ancestor living at the time of the war.\n\n\n\nScott is a nationally recognized lecturer, educator and genealogical and historical researcher with more than 30 years' experience. He specializes in the diverse military records at the National Archives. The eight-module course consists of lessons, examples, exercises and self-graded exams that can be viewed on a home computer. Students work independently.\n\n\n\nSpecifically, students will learn how to:\n\n• identify an ancestor living at the time of the Revolutionary War,\n\n• locate information about the service of an ancestor in the RW,\n\n• understand pension law and locate pension application files,\n\n• locate pension ledgers, payment vouchers, last and final payments,\n\n• locate information about the unit that the ancestor served in during the war;\n\n• locate and understand the Compiled Military Service Record, and\n\n• compile a post-war record.\n\n\n\nA course syllabus is available online for review. For more details, log on to www.ngsgenealogy.org.\n\n\n\nCorrespondent Joanne Anderson may be reached at joandy42@cableone.net."
  },
  {
    "path": "tests/data/text/gulflive.com2.txt",
    "content": "Crown Equity Holdings Could be Sitting on a Gold Mine with CRWETube\n\nPosted: Thursday, October 17, 2013, 8:09 PM Inappropriate video? Alert us.\n\nCrown Equity Holdings Inc. (OTCMKTS: CRWE) goal is to accelerate the success of the company, by refocusing on prior endeavors to deliver value for its stockholders in both the near and long term. CRWE has refocused its efforts and direction to an endeavor launched earlier this year in reference to an online business-to-business (B2B) marketplace platform for manufacturers and small to large businesses on a global basis to sell and acquire various types of merchandise. CRWE has started updating its B2B business plan and strategies to move forward. Strategic plans are also being developed for CRWE’s online video-sharing and VoIP communication projects to improve the potential future growth for the company Online ad spending has rapidly become a main stay in many advertising budgets with online TV ad budgets being with one of the main dynamics driving product and service revenue across all industries. BIA/Kelsey has projected that social media advertising spending will hit close to $10 billion by year 2016 well up from $4.8 billion spent in 2012. According to Break Media, video ad spending will reach $5.4 Billion by 2016. CRWE is targeting that multi-billion dollar market with its video sharing website CRWETube (www.crwetube.com) General disclaimer statements on this website or newsletter may constitute forward-looking statements and are subject to numerous risks and uncertainties, including the failure to complete successfully the development of new or enhanced products, the Company’s future capital needs, the lack of market demand for any new or enhanced products the Company may develop, any actions by the Company’s partners that may be adverse to the Company, the success of competitive products, other economic factors affecting the Company and its markets, seasonal changes, and other risks detailed from time to time in the Company’s filings with the U.S. Securities and Exchange Commission. The actual results may differ materially from those contained on this website. The Company disclaims any obligation to update any statements in this website. These stock quotes and related data are provided for information purposes only and are not intended for trading purposes. Crown Equity Holdings, Inc. . will not be liable for any inaccuracies or delays in such data, or for any actions taken in reliance thereon. Potential investors should seek independent information and advice from qualified investment professionals prior to investment Crown Equity Holdings, Inc. provides links to websites operated by third parties. These links may be of interest or of use to you, and are provided for convenience only. You should be aware that in using these links, you are leaving Crown Equity Holdings, Inc.‘s website. Crown Equity Holdings, Inc. does not approve or endorse the content, information or materials available on such third party websites. In addition, Crown Equity Holdings, Inc. makes no representation regarding, and is not responsible for, the content, information or material available on such websites. If you decide to access such websites or newsletter you do this at your own risk, and Crown Equity Holdings, Inc. will not be liable for any loss or damage associated with your use of, or reliance on, the content, information or material available on such websites."
  },
  {
    "path": "tests/data/text/huffingtonpost.com1.txt",
    "content": "We should all do so well while under assault.\n\nJPMorgan Chase earned $4.9 billion in the fourth quarter of 2014, the company announced on Wednesday, down from a year ago, but capping what CEO Jamie Dimon called a record year for the biggest U.S. bank by assets.\n\nDespite this success, Dimon warned that \"banks are under assault,\" from government regulators.\n\n\"In the old days,\" Dimon said, \"you dealt with one regulator when you had an issue, maybe two. “Now it’s five or six. It makes it very difficult and very complicated.\n\n\"You all should ask the question about how American that is. And how fair that is,\" he added. \"And how complex that is for companies.\"\n\nThe biggest U.S. bank by assets has had its fair share of trouble with regulators in recent years. In the fourth quarter, JPMorgan paid $1.1 billion to settle charges by U.S. and foreign regulators that its traders had manipulated currency markets. In those settlements, J.P. Morgan did not admit nor deny any wrongdoing.\n\n\"Obviously, companies make mistakes,\" Dimon said on Wednesday. \"We try to resolve it, we try to fix it, we admit it.\"\n\nIn the past two years, JPMorgan has paid out $14 billion in settlements and fines related to the London Whale trading losses, manipulating the key interest rate benchmark Libor, and issuing bad mortgages that helped lead to the financial crisis.\n\nThe bank earned $39.7 billion in net income over those same two years.\n\nDespite his complaints, Wall Street lobbyists, and Dimon himself, are orchestrating a \"continuing assault\" on the 2010 Dodd-Frank financial-reform law that \"has achieved remarkable success,\" as the New York Times put it on Tuesday.\n\nDimon personally lobbied for Congress to loosen derivatives rules put in place by Dodd-Frank financial. Late in December, the Federal Reserve gave banks another year to comply with certain aspects of that law's Volcker Rule, which prohibits proprietary trading. And now House Republicans are lining up a vote to extend that grace period until 2019, a full nine years after the bill was put into law.\n\nIf record profits and regulatory rollbacks are Dimon's idea of an assault on banks, it's hard to imagine what he thinks victory looks like.\n\n"
  },
  {
    "path": "tests/data/text/japanese.txt",
    "content": "６月12日の歴史的な米朝首脳会談を巡って戦っていたのは、米大統領のトランプと北朝鮮委員長の金正恩（キム・ジョンウン）ばかりではなかった。中国国家主席、習近平（シー・ジンピン）も重要な陰の参戦者だった。核放棄を巡って「検証可能な」の文字がなく、米韓軍事演習の中止にまで踏み込んだ米朝会談は、トランプによる金正恩への一方的譲歩であり、後ろ盾だった中国の習近平も「勝ち組」になったかに見える。\n\nその判断は…"
  },
  {
    "path": "tests/data/text/japanese2.txt",
    "content": "【6月18日 AFP】ナイジェリア北東部ボルノ（Borno）州で16日夜、イスラム過激派組織「ボコ・ハラム（Boko Haram）」によるものと思われる少女を使った自爆攻撃が起き、31人が死亡した。地元当局者と民兵指導者が17日、AFPに明らかにした。\n\n攻撃はボルノ州の町ダンボア（Damboa）で、イスラム教の断食月「ラマダン（Ramadan）」明けの祭り「イード・アル・フィトル（Eid al-Fitr）」の祝いから帰る途中の人々を狙って起きたもので、ボコ・ハラムの犯行と思われる特徴があった。\n\n数回の自爆の後、襲撃者らは自爆攻撃の現場に集まった群集の中に携行式ロケット弾を撃ち込み、死傷者がさらに増えた。\n\n地元の民兵指導者は「昨夜ダンボアで2度の自爆攻撃とロケット弾による爆発があり、31人が死亡した。その他に数人が負傷した」と語り、ボコ・ハラムの犯行であることは明らかだと述べた。\n\n地元当局者は「死傷者の大半は町の外から発射されたロケット弾によるものだった。事件後に、自爆攻撃が6人の少女によって実行されたことが明らかになった。救急隊が現場で6人の頭部を発見した。顔つきからして7歳から10歳までの少女だった」と述べた。\n\n政府はボコ・ハラムが劣勢にあると繰り返し主張しているが、あるアナリストは「ボコ・ハラムはナイジェリア北東部で大量の死傷者を出す攻撃を行う意図と作戦能力を維持している」と指摘している。(c)AFP/Aminu ABUBAKAR"
  },
  {
    "path": "tests/data/text/lifebuzz.com1.txt",
    "content": "By Lisa Be LifeBuzz Staff 1.7Mshares Share on Facebook\n\n\n\n\n\n\n\n\n\n× 1594x906 × Want More Positive Stories Like This One? Step 1: Like Us! Step 2: Join Our Newsletter I've completed the above steps, don't show me again.\n\nShe Was Tired Of Being Photoshopped, So Here’s What She Did About It.\n\nGrammy Award-winning, singer-songwriter Colbie Caillat released her new EP, Gypsy Heart Side A. Her album’s lead single “Try” makes a powerful statement about beauty ideals.\n\n\n\n\n\n\n\nLike on Facebook Share this with all of your girlfriends by clicking the Share button below. Source: ColbieCaillatVEVO\n\n1.7Mshares Share on Facebook\n\n\n\n\n\n\n\n\n\n"
  },
  {
    "path": "tests/data/text/lifebuzz.com2.txt",
    "content": "What Do You Think This Guy Is Doing? You Will Never Guess…. And It’s Going To Break Your Heart\n\nSylvie a 13 year old Husky went on her morning walk with her owner when she fell through the ice. After being trapped in the water for about 30 minutes, Firefighter Sean Coyle came to the rescue. The pictures below capture the event as it transpires. Exhausted Sylvie had been in the frigid water for more than 30 minutes\n\n\n\n\n\n\n\nBoston Herald / Polaris Firefighter Sean Coyle uses a basket to slide out to Sylvie\n\n\n\n\n\n\n\nBoston Herald / Polaris The husky clings to the ice as firefighter Sean Coyle inches out to the hole\n\n\n\n\n\n\n\nBoston Herald / Polaris Fireman Coyle grabs Sylvie by the scuff of the neck as he attempts to lift her from the water\n\n\n\n\n\n\n\nBoston Herald / Polaris\n\nNext › Page 1 of 2\n\n16shares Share on Facebook\n\n\n\n\n\n\n\n\n\n"
  },
  {
    "path": "tests/data/text/livescience.com1.txt",
    "content": "Magic mushrooms can create vivid hallucinations of strange and fantastical things, such as abstract geometric shapes.\n\nCredit: WhiteHaven/Shutterstock.com View full size image\n\nMagic mushrooms may give users trippy experiences by creating a hyperconnected brain.\n\nThe active ingredient in the psychedelic drug, psilocybin, seems to completely disrupt the normal communication networks in the brain, by connecting \"brain regions that don't normally talk together,\" said study co-author Paul Expert, a physicist at King's College London.\n\nThe research, which was published today (Oct. 28) in the Journal of the Royal Society Interface, is part of a larger effort to understand how psychedelic drugs work, in the hopes that they could one day be used by psychiatrists — in carefully controlled settings — to treat conditions such as depression, Expert said. [Trippy Tales: The History of 8 Hallucinogens]\n\nMagic mushrooms\n\nPsilocybin, the active ingredient in magic mushrooms, is best known for triggering vivid hallucinations. It can make colors seem oversaturated and dissolve the boundaries between objects.\n\nBut the drug also seems to have more long-lasting effects. Many people report intensely spiritual experiences while taking the drug, and some studies even suggest that one transcendent trip can alter people's personalities on a long-term basis, making those individuals more open to new experiences and more appreciative of art, curiosity and emotion.\n\nPeople who experiment with psilocybin \"report it as one of the most profound experiences they've had in their lives, even comparing it to the birth of their children,\" Expert told Live Science.\n\nMaking connections\n\nScientists have long known that psilocybin binds to a receptor in the brain for serotonin, a brain chemical that plays a role in mood, appetite and sleep, but exactly how the drug transforms the whole brain's pattern of communication isn't clear.\n\nIn past work, Expert's colleagues had found that psilocybin spurred the brain into a more dreamlike state, and that the drug decreased brain activity.\n\nIn the current study, the team used functional magnetic resonance imaging (fMRI) to scan the brain activity of 15 healthy volunteers — once after they had taken a placebo, and once after they took the hallucinogen psilocybin. (The team chose only people who had reported past positive experiences with magic mushrooms to prevent them from panicking inside the claustrophobic MRI machines.)\n\nThe team then compared the brain activity of the individuals on and off the drug, and created a map of connections between different brain regions.\n\nPsilocybin dramatically transformed the participants' brain organization, Expert said. With the drug, normally unconnected brain regions showed brain activity that was synchronized tightly in time. That suggested the drug was stimulating long-range connections the brain normally wouldn't make. After the drug wore off, brain activity went back to normal.\n\nDrug's effect\n\nPsilocybin may create a brain state akin to synesthesia, a sensory effect in which one sense stimulus (such as a number) always gets paired in the brain with another (such as a color or a sound), the researchers wrote in the paper. People with synesthesia may see certain colors when they hear music, or always see the number 3 in yellow, for instance, Expert said.\n\nThe findings could help scientists who are studying the drug as a potential treatment for depression, Expert said. Past work has found that people tend to be happier even after using psilocybin just once, but scientists would need to get a much better picture of how the drug impacts the brain before using psilocybin to treat depression, Expert said.\n\nThe research could ultimately also help answer bigger questions of the mind, like how people construct a sense of self.\n\n\"Through studies such as these we can really begin to tackle the questions of how we achieve coherent experiences of ourselves in the world around us, and understand what makes this break down,\" said Mitul Mehta, a psychopharmacology researcher at King's College London, who was not involved in the study.\n\nFollow Tia Ghose on Twitter and Google+. Follow Live Science @livescience, Facebook & Google+. Originally published on Live Science."
  },
  {
    "path": "tests/data/text/livescience.com2.txt",
    "content": "The zombies in the 1968 film \"Night of the Living Dead\" had a taste for flesh, but had not yet broadened their horizons to braaaiins.\n\nCredit: Public Domain View full size image\n\nThey moan. They bite. They shuffle. Or sometimes, they sprint, swarm and carry on surprisingly intelligent conversation.\n\nZombies are something of an open-source pop-culture phenomenon. Unlike Dracula or Frankenstein, these Halloween monsters aren't based on a literary resource. In fact, the modern conception of a zombie dates back to 1968, in a movie that doesn't so much as use the word: George Romero's \"Night of the Living Dead.\"\n\n\"He didn't call them zombies, and he didn't think about them as zombies,\" said Ozzy Inguanzo, a screenwriter and author of \"Zombies on Film: The Definitive Story of Undead Cinema\" (Rizzoli, 2014). But the public did, Inguanzo told Live Science.\n\n\"Audiences saw these lumbering dead people, and they called them zombies … therefore, they became zombies,\" he said. Since then, the walking undead have wormed their way into video games, comic books — and even the classics (witness 2009's novel \"Pride and Prejudice and Zombies). [Zombies! Your Complete Guide to the Attack of the Dead (Infographic) ]\n\nFrom Haiti to Hollywood\n\nFacts about the zombie phenomenon in pop culture, movies and gaming. [\n\nCredit: By Karl Tate, Infographics Artist View full size image Facts about the zombie phenomenon in pop culture, movies and gaming. [ See full infographic\n\nThe true zombie origin story dates back further than 1968, of course. The sad beginning of the myth harks back to Haiti during the 1600s and 1700s, when African slaves were worked to death on sugar plantations. As UC Irvine journalism instructor Amy Wilentz pointed out in the New York Times in 2012, it's not hard to see how the notion of a dead body, stripped of will and personality, forced to do the bidding of a sorcerer, would occur to an enslaved people.\n\nThe notion of zombies is still part of Haitian folklore. The belief is that, through magic or poison, a sorcerer makes a person fall ill and appear to die. After the family buries the body, the sorcerer retrieves the person, who is alive, but held in thrall. In a 1997 article in the medical journal The Lancet, researchers studied three real-life cases of \"zombification\" and diagnosed the three sufferers with catatonic schizophrenia, epilepsy and mistaken identity. In the final case, a 31-year-old woman with possible fetal alcohol syndrome was mistaken for another woman who had died 13 years before. The cases suggest that zombification has often been used to explain mental illness or brain disorders in rural Haiti.\n\nZombies made the leap from Haitian religion to American entertainment in 1932, Inguanzo said, with a film starring Bela Lugosi and Madge Bellamy called \"White Zombie.\" That movie, in turn, was largely inspired by a 1929 travelogue by William Seabrook, a journalist who also happened to be the kind of guy who, after failing to get a good enough description of the taste of human flesh from a West African chieftain, manages to acquire a hunk of flesh from a corpse to cook up himself. (In his 1931 book \"Jungle Ways,\" Seabrook helpfully describes the taste as being very similar to veal.)\n\nZombies popped up in horror flicks over the next few decades, frequently in keeping with the Haitian voodoo theme, but sometimes branching out: The \"Revenge of the Zombies\" in 1943 took a sci-fi angle, with a Nazi scientist trying to create an army of the undead for Hitler. [The 10 Weirdest Ways We Deal with the Dead]\n\nThe modern zombie\n\nBut the quintessential zombie flick was actually inspired less by these films and more by vampires. Working off the 1954 post-apocalyptic novel \"I Am Legend,\" by Richard Matheson, which tells the story of the last man standing in a world of vampirelike monsters, George Romero and John Russo told their own tale of a group of bickering humans threatened by the shuffling, moaning living dead.\n\n\"He took the Haitian component out of the previous character storylines and brought them here, to suburbia,\" Inguanzo said. \"They were our friends, our relatives, our neighbors who were coming back from the dead.\"\n\nThe fast-paced zombies of \"World War Z.\"\n\nCredit: Paramount Pictures View full size image The fast-paced zombies of \"World War Z.\"\n\nRomero's zombies became the touchstone for those that would follow, with writers adding their own quirks to the genre. In 1985's \"Return of the Living Dead,\" the zombies hungered not just for human flesh, but also for \"braaaains.\" That idea stuck. The movie was also the first to introduce talking zombies, and perhaps more crucially, fast-moving zombies.\n\nThese days, fast-walking zombies are overtaking their shambling counterparts, at least on the big screen. The trend is, in part, inspired by video games like \"Resident Evil,\" which first came out in 1996.\n\n\"Video games had a huge impact in bringing [zombies] back to the forefront,\" Inguanzo said. \"These are easy bad guys to kill. There's no remorse there.\"\n\nThe zombie virus has also spread to the comic-book world, like the 2005-2006 Marvel series in which all of Marvel's superheroes get infected by a zombie virus. The superheroes stay strong and smart, but crave human flesh. Even wholesome Archie Comics has been bitten by the zombie bug, with a 2013 series called \"Afterlife with Archie.\"\n\nZombie comics are, in turn, making the leap back to the screen, as with AMC's series \"The Walking Dead.\" And Hollywood seems to be recognizing that zombies are moneymakers, turning out big-budget Brad Pitt spectacles like 2013's \"World War Z.\"\n\n\"Those types of movies are focusing on explosions and action and adrenaline,\" Inguanzo said.\n\nFollow Stephanie Pappas on Twitter and Google+. Follow us @livescience, Facebook & Google+. Original article on Live Science."
  },
  {
    "path": "tests/data/text/mashable.com1.txt",
    "content": "Google doesn't just have a new logo today: the creative web company has also hidden a surprise on its homepage.\n\nGo to Google.com today and click \"I'm Feeling Lucky\" (without entering a search term) to get an unexpected treat.\n\nGoogle is increasingly drawing attention to its homepage through more and more custom logos: some argue that these are a counter to Bing.com's daily photo, which makes the rival search engine a daily visit for many. Is today's hidden gem just for fun, or a subtle reminder to visit Google.com once in awhile?"
  },
  {
    "path": "tests/data/text/mashable.com2.txt",
    "content": "A power outage at Stansted International Airport in London held up holiday travel Monday afternoon, adding some extra misery to an already busy travel week.\n\nThe power outage lasted about two hours. Photos uploaded by holiday travelers show massive queues, although the outage affected only parts of the airport.\n\nSee also: The worst things people do on airplanes, ranked\n\nA power failure is currently affecting certain parts of @STN_Airport. The main terminal building and runway are unaffected (1/2) — Stansted Airport (@STN_Airport) December 22, 2014\n\nSatellite failure at stansted airport - no planes landing or departing... Things surprisingly calm so far... — Fiona Kelly (@fizzlekelly) December 22, 2014\n\nThe power outage is affecting the transit system that gets travelers to their airplanes, according to the airport.\n\nStansted is located about 40 miles north of London's center; the terminal most affected is Ryanair.\n\nPower outage at London Stansted, great day for it :/ — Kenneth Barrett (@kennbarr) December 22, 2014\n\npower failure at stansted airport no planes going in or out :( #stansted pic.twitter.com/Q8FFsT2ITu — Lena (@lenanix) December 22, 2014\n\nLights still on in main #Stansted terminal but #RyanAir wing dark. Staff trying to get people out but connecting doors now appear jammed — Leigh Holmwood (@LeighHolmwood) December 22, 2014\n\nUdajne velky vypadek proudu na londynskem letisti #Stansted. Nefunguje, zda se, vubec nic. Minimum informaci. Zmatek. pic.twitter.com/Bf2l5KcxJQ — Jiří Hošek (@hosekj) December 22, 2014\n\nThe scene at Stansted Airport with no flights currently going in or out due to a power failure. Merry Xmas everyone! pic.twitter.com/1LFnD6Onzr — Jennie Thomas (@localgovlove) December 22, 2014\n\nPlanes on the tarmac were also affected, as passengers had to wait because of the outage. The airport was dispatching buses to take passengers back and forth.\n\nCan't get off the plane. Actually it's not Ryanair's fault. It's Stansted's. Apparently there's a power cut.... — Jackzelia Banks (@JackieRue) December 22, 2014\n\nStanding stranded in Stansted #punny #sorrynotsorry — Johnathan Mei (@jonomei) December 22, 2014\n\nThe airport reported that crews had restored power at about 5:30 p.m. local time (12:30 p.m. EST).\n\nPower has now been restored. Flights continue to operate but are subject to delay. We apologise to all passengers delayed this afternoon — Stansted Airport (@STN_Airport) December 22, 2014\n\nWhile much smaller than Heathrow or Gatwick airports in London, Stansted had its busiest November in eight years last month with more than 1.5 million passengers.\n\nStansted Airport reported that there were some delays, but flights are operating. FlightAware was not reporting a large number of delays in the early afternoon.\n\nHave something to add to this story? Share it in the comments."
  },
  {
    "path": "tests/data/text/mlive.com1.txt",
    "content": "Police have released surveillance photos in hopes of garnering help to track down a suspect in the University Bank robbery on Dec. 22.\n\nAlthough the photos do not show clear images of the suspect’s face, they show what appears to be a white male in dark colored clothing.\n\nThe man is described as being in his 20s, about 5 feet 11 inches tall and 200 pounds, Ann Arbor Police Department Detective Lt. Robert Pfannes said. He is described as wearing dark rimmed glasses, a dark grey or khaki hooded sweater, black pants and white gym shoes.\n\nHe was wearing an open-face knit ski hat that encircled his face.\n\nThe robbery took place at about 3:15 p.m. Dec. 22 when a man entered University Bank at 2015 Washtenaw Avenue and handed a note to a bank teller, Pfannes previously said.\n\nThe note implied the suspect, described as a white male, had a weapon and demanded money, he said. After taking money, the man then fled on foot.\n\nThe man may have then entered a car in 2100 block of Washtenaw, Pfannes said Monday.\n\nThose with information on the bank robbery are asked to contact the Ann Arbor Police Department tip line at 734-794-6939 or e-mail TIPS@a2gov.org."
  },
  {
    "path": "tests/data/text/mlive.com2.txt",
    "content": "GREEN BAY, Wis. -- Here we go again.\n\nStar defensive tackle Ndamukong Suh drew the ire of the Green Bay Packers on Sunday after he stepped on quarterback Aaron Rodgers during the second half of the Detroit Lions' 30-20 loss at Lambeau Field.\n\nThe NFL is expected to review the play Monday, according to MMQB's Peter King. Suh probably will not be suspended, but given his extensive track record for in-game safety violations, anything is possible.\n\nThis comes just one week after Dominic Raiola drew a one-game suspension for stomping on Chicago's Ego Ferguson. And though Suh's play was less violent than Raiola's -- which actually forced Ferguson from the game -- it also looked like it could have been intentional.\n\nSuh is seen stepping on Rodgers' left leg once, then reapplying pressure again, lifting up with the off foot to apply his weight to Rodgers' leg.\n\nRodgers, who already had left the game once with a calf injury, shoved Suh in the back of the leg after the play.\n\n\"He'll probably say it was an accident -- he was getting blocked into (me),\" Rodgers said after the game. \"But we'll see.\"\n\nWhat did Suh say after the play?\n\n\"He was running off the field. I was talking to (referee) Walt (Anderson), actually. My calf and my ankle were getting stepped on, so we'll see what happens.\"\n\nGreen Bay coach Mike McCarthy was much less diplomatic, going so far as to call Suh's play \"ridiculous.\"\n\n\"There's no place for that,\" McCarthy said.\n\nSuh skipped his postgame obligations -- a violation of league rules -- but coach Jim Caldwell vouched for him after the game.\n\n\"I didn't see it, and I don't think it was intentional, either,\" Caldwell said.\n\nAnd why would Caldwell say it wasn't intentional if he hasn't seen it yet?\n\n\"I get briefed on it,\" he said. \"Guys look at it and tell me what they thought, what they saw, so that's it. Don't think it's intentional. End of story.\"\n\nCaldwell said he's not concerned about the mind-set of his team, despite high-profile extracurriculars in back-to-back weeks that have left Detroit vulnerable to suspensions during the most critical stretch of the season.\n\n\"I'm not worried at all,\" he said.\n\nSuh's play drew a ton of heat on social media, with all kinds of experts and analysts weighing in, including noted rapper Lil Wayne."
  },
  {
    "path": "tests/data/text/newyorker.com1.txt",
    "content": "VERY LAST LINE IN THE POEM IS MISSED\n"
  },
  {
    "path": "tests/data/text/nj.com1.txt",
    "content": "TRENTON — Gov. Chris Christie’s State of the State speech on Tuesday pushed one of New Jersey’s most conservative state senators over the edge, leading to the harshest criticism of the governor ever from a Republican state lawmaker.\n\n\n\nState Sen. Michael Doherty (R-Warren) said Christie when he first ran in 2009 “sold himself to the people of New Jersey that he was going to change it.”\n\n\n\n“And he didn’t,” Doherty said in a phone interview.\n\n\n\n“The governor’s possible national ambitions have distracted him from doing the job he was hired to do in the State of New Jersey,” he said.\n\n\n\nIn an interview with PolitickerNJ.com published this morning, Doherty was quoted calling Christie a “failed” governor. Asked about it by NJ Advance Media, Doherty declined to repeat that exact word. But he nonetheless offered a scorching review of Christie’s speech — in particular his focus on Camden.\n\n\n\n“I don’t know that I particularly said the word ‘failed,’” Doherty said. “What I said was that Gov. Christie has missed his opportunity to make a great mark on the State of New Jersey.”\n\n\n\nMost New Jersey Republicans have been loath to publicly criticize Christie, and many on Tuesday issued statements praising his speech and record. State Sen. Dawn Addiego (R-Burlington), for example, said Christie \"has dedicated his efforts to make New Jersey affordable and to provide opportunity for the families who live here.\"\n\nAnd Doherty has been the most critical of Christie among Republican lawmakers in the past. He is the only Republican who has so far agreed to vote to override Christie’s veto of a bill to overhaul the Port Authority. And Doherty in 2009 also supported Christie's primary rival for the GOP nomination for governor, Steve Lonegan.\n\nStill, Doherty’s past comments were restrained compared to the torrent he released today.\n\n\n\nDoherty, who represents a largely rural district, says his main frustration is that New Jersey’s poor, urban school districts are still getting a disproportionate amount of state aid thanks to a series of Supreme Court decisions dating back to the 1970s known as Abbott v. Burke.\n\n\n\n\"For him yesterday to hold up Camden County government as an example of what we should all be? Give me a break. It’s one of the most wasteful and corrupt governments in the State of New Jersey,\" Doherty said. \"How long can the suburban and rural towns be told keep funneling your money into the cities, we’re just around the corner, everything’s going to recover and everything’s going to come back to normal?\"\n\n\n\nDoherty was particularly angry that Hoboken— once impoverished but now a wealthy New York City bedroom community — is still considered an “Abbott district” and has state-funded universal pre-K. (One town in Doherty’s district, Phillipsburg, is also an Abbott district).\n\n\n\n“We’re struggling tremendously. Houses in my district are selling for less than they did a quarter century ago. There has been no economic recovery. We’re getting our clocks cleaned by Pennslyvania. They’re so close,” Doherty said. “We need help.”\n\n\n\nChristie was critical of those decisions during his first run for governor in 2009. And while that led to some battles with Democrats who control the state Senate over Supreme Court nominees, Doherty said Christie “didn’t fight hard enough” to change the court’s makeup.\n\n\n\nFor instance, Doherty noted that Christie declined to re-nominate former Justice Helen Hoens to the bench.\n\n\n\n“The one justice that wrote an opinion that all of us in the suburbs and rural areas agree with regarding school funding and challenging the urban areas to do better than they had was Justice Helen Hoens,” Doherty said.\n\n\n\nDoherty said Christie’s appeal to New Jersey’s urban mayors to follow his example of working with Camden to overhaul its police force and attract businesses with economic incentives underscored his feeling that he was ignoring the state’s suburban and rural areas.\n\n\n\n“I was very alarmed when Gov. Christie said to be ‘Big cities, come to me and we’re rebuild you,” Doherty said. “When does it ever end? These suburban areas of New Jersey are struggling tremendously. They never recovered from the Great Recession. And we’re told keep sending the money in.”\n\n\n\nDoherty said Christie has “did not follow through his promise to fight the corruption and break up the status quo.”\n\n\n\nThere are some political undercurrents in Doherty's criticism. Doherty was a supporter of U.S. Rep. Ron Paul’s campaigns for the Republican presidential nomination in 2008 and 2012. Paul’s son, U.S. Sen. Rand Paul of Kentucky, is considered a likely presidential candidate in 2016. But Doherty said that had nothing to do with his criticism.\n\n\n\n“I’m not supporting anybody at this point,” he said.\n\nA spokesman for Christie declined to comment.\n\nLoading Photo Gallery\n\nMatt Friedman may be reached at mfriedman@njadvancemedia.com. Follow him on Twitter @MattFriedmanSL. Find NJ.com on Facebook."
  },
  {
    "path": "tests/data/text/nola.com1.txt",
    "content": "As the founder of the New Orleans Jazz & Heritage Festival, George Wein has already made one major contribution to the continuation of the city's culture. On Thursday morning, he was on hand for the unveiling of another.\n\nThe 89-year-old festival impresario attended a ribbon-cutting ceremony Thursday (Dec. 11) for the George and Joyce Wein Jazz & Heritage Center. The new educational and community center at 1225 N. Rampart St. is named for Wein and his late wife and business partner, Joyce. Wein helped cut the ceremonial red ribbon Thursday morning alongside Mayor Mitch Landrieu.\n\nThe center is owned by the New Orleans Jazz and Heritage Foundation, the nonprofit organization that owns Jazz Fest. The foundation's longtime offices are next door to the new Jazz & Heritage Center.\n\n\"We expect this facility, located at the gateway to the Tremé neighborhood, to give a major boost to the cultural and economic development of not only Tremé, but to our entire city,\" said Don Marshall, the Jazz & Heritage Foundation's executive director.\n\nIn 2008, the foundation bought the former Tharp-Sontheimer-Laudumiey Funeral Home. Two separate townhouses on the site, built in the 1870s, were combined into one Italianate-style building in the early 20th century. After acquiring the property, the foundation's board of directors and staff spent several years deciding what to do with it.\n\nEventually a plan emerged. The space, after an extensive renovation, would become the permanent home for the foundation's Don \"Moose\" Jamison Heritage School of Music, a free program for young musicians. Since its founding by saxophonist and educator Kidd Jordan in 1990, the Heritage School of Music has been housed on university campuses. Now it will inhabit the seven classrooms and 200-seat performance space -- every space is wired to a central control room for audio and visual recording -- at the George and Joyce Wein Jazz & Heritage Center.\n\nThe building also will host cultural programs presented by the Jazz & Heritage Foundation and other arts and community organizations.\n\nMost of the building's original façade was maintained in the renovation, along with the architectural outlines of the older, front part of the building. Much of the 12,500-square-foot structure's rear section, a more recent addition, was rebuilt from the ground up.\n\nThe total bill for the project came in at around $9 million. The foundation, which generally nets around $3 million from the Jazz and Heritage Festival each spring, self-financed the bulk of the cost.\n\nAround $3 million was donated by various benefactors, including George and Joyce Wein, the Goldring Family Foundation, ArtPlace (a consortium of major national foundations), the Louis Prima and Gia Maione Prima Foundation, the Ella West Freeman Foundation, the Helis Foundation and the State of Louisiana. Other individuals and local and national foundations contributed to the foundation's capital campaign.\n\nNumerous manufacturers of musical instruments donated gear to the center, including Shure (microphones), Yahama (drums), Casio (keyboards), Zildjian (cymbals) and D'Addario (strings).\n\nHis sizable donation to the project notwithstanding, Wein and his wife were the obvious choice for namesakes of the new center. Wein was already a well-known jazz club owner when, in the 1950s, he founded the Newport Jazz Festival, the model for all outdoor jazz festivals that would follow.\n\nIn the early 1960s, city leaders invited him to consider founding a festival in New Orleans. But several obstacles, including segregation laws that prohibited interracial bandstands, stood in the way.\n\nIn the late 1960s, the city staged two versions of the International Jazz Festival without Wein. In 1970, Wein's Festival Productions produced the first New Orleans Jazz & Heritage Festival and Louisiana Heritage Fair in what is now the Congo Square area of Armstrong Park, augmented by evening shows in the Municipal Auditorium. Wein is credited with instigating the festival's early, and ongoing, emphasis on indigenous food and crafts, as well as music. He also hired a Tulane University student named Quint Davis, who is now the festival's producer/director.\n\n\"George and Joyce Wein have done so much to benefit our community and our culture,\" Demetric Mercadel, president of the Jazz & Heritage Foundation's board of directors, said in a statement. \"It is only fitting that we recognize their many contributions by having their names grace this wonderful new facility. This is a true testament to their legacy.\"\n\nGrand-opening festivities continue throughout the weekend.\n\nOn Friday (Dec. 12) at 8 p.m., avant-jazz saxophonist and educator Kidd Jordan - who founded the foundation's Don \"Moose\" Jamison Heritage School of Music in 1990 -- and his accomplished offspring, Kent, Stephanie, Marlon and Rachel Jordan, will headline a grand opening concert; students from the Heritage School of Music will open the show. Admission is free, but all advance tickets are sold out; any remaining seats will be available on a first-come, first-serve basis. The concert will also be live streamed at wwoz.org, the web site of the foundation-owned on WWOZ-FM.\n\nOn Saturday (Dec. 13), the center throws open its doors for a Treme Neighborhood and Community Open House. Students from the Heritage School of Music will also perform a free holiday concert on Saturday."
  },
  {
    "path": "tests/data/text/nydailynews.com1.txt",
    "content": "Kevin C. Downs/for New York Daily News London Rene and 'Mob Wives' star Natalie Guercio pose in the office of their lawyer, Scott Rynecki. The couple was outside a Brooklyn club on Dec. 28 when a man with a box cutter attacked Rene.\n\nThe boyfriend of sexy “Mob Wives” star Natalie Guercio is suing the Brooklyn club where he was brutally slashed by a box cutter-wielding assailant, the Daily News has learned.\n\nLondon Rene is alleging Club Output's \"inept\" and \"incompetent\" security was negligent in failing to provide proper safety for its patrons on Dec. 28 when he was attacked outside the Williamsburg nightspot.\n\nRene's lawyer Scott Rynecki said there was \"little or no security\" watching over the club, which has a capacity of 600-persons.\n\nThe suit, which will be filed Thursday in Brooklyn Supreme Court, seeks unspecified monetary damages for Rene's physical and emotional scars. The court papers also name the security guard firm hired by the club.\n\n\"When I look in the mirror I'm angry,\" Rene, 37, said Wednesday. \"I'm scarred for life; the scars are going to be there until the day I die.\"\n\nKevin C. Downs/for New York Daily News Rene seeks unspecified monetary damages for his physical and emotional scars. He plans to file the lawsuit Thursday. Kevin C. Downs/for New York Daily News London Rene suffered scars from the attack. Previous Next\n\nEnlarge\n\nThe alleged slasher, Rodolfo Lopez, fled the scene and later surrendered to the NYPD.\n\nRene's face and torso were cut in the attack. Guercio, whose family owns a funeral home in Philadelphia where mobsters and their families were laid out, witnessed the slashing but she was not hurt.\n\n\"Any one of us could have been a victim,\" she said.\n\nThere was no listed phone number for the club.\n\njmarzulli@nydailynews.com"
  },
  {
    "path": "tests/data/text/nypost.com1.txt",
    "content": "Barely a shot was fired.\n\nBook publishing giant Macmillan announced a peaceful settlement with Amazon on Thursday on pricing for print and digital books ordered through the giant online retailer.\n\nSimilar agreements were reached with Simon & Schuster in October and Hachette in November.\n\nHachette had waged a bruising six-month public battle with Amazon — claiming the e-tailer was acting as a bully by forcing book prices to unacceptably low levels that hurt publishers’ profits and authors’ commissions.\n\nAmazon countered that it was trying to get the best deal for consumers — who would ultimately buy more books, which would ultimately generate more revenue for publishers.\n\nWhile the battle was fierce between Hachette and Amazon, the Macmillan-Amazon dust-up was more civil — as were the settlement talks.\n\nMacmillan, which owns Henry Holt, Picador and St. Martin’s, is part of the Germany-based von Holtzbrinck group.\n\nAfter the settlement was reached, Macmillan CEO John Sargent said in a posting to authors, illustrators and agents that, while he is pleased with the deal, there are still some unsettling elements.\n\nAmazon released a separate statement saying, “It allows us to grow our business together with Macmillan and their authors. Importantly, the agreement specifically creates a financial incentive for Macmillan to deliver lower prices for readers.”\n\nBut the days of super-discounting appear to be ending.\n\nAmazon’s agreements with each of the three publishers embrace what has been called the “agency model” of book pricing — which allows each publisher to set the price that the books will be sold at.\n\nMacmillan’s deal with Apple allows the Cupertino, Calif., company to be the only retailer allowed unlimited discounting, Sargent said in his post.\n\n“Irony prospers in the digital age,” he added. The reference to “irony” refers to the long-running anti-trust case that the Department of Justice had leveled against five publishers and Apple, claiming that the publishers conspired to fix prices in a battle to gain leverage over Amazon.\n\nEventually, all five publishers reached out-of-court settlements. Apple fought on and is currently appealing a ruling that said it, too, had engaged in price-fixing with the publishers and must pay a hefty $450 million fine.\n\nSargent said a two-year consent agreement allowing Amazon to discount prices expired on Dec. 18.\n\nUnder a separate ruling in that case, Sargent said Apple can discount prices until Oct. 5, 2017. He complained that this wrinkle will “ensure a muddled and inefficient market.”"
  },
  {
    "path": "tests/data/text/nypost.com2.txt",
    "content": "A surfer survived being attacked and dragged underwater by a juvenile great white shark off the central California coast Sunday.\n\nCalifornia State Park Ranger Supervisor Robert Colligan said the attack by the 8-to-10 foot shark happened at around 11 a.m. local time at Montana de Oro State Park, approximately 200 miles northwest of Los Angeles.\n\nThe San Luis Obispo Tribune, citing witnesses, identified the surfer as 50-year-old Kevin Swanson of Morro Bay, Calif. He was airlifted to a local hospital with non-life-threatening injuries to his right hip and thigh and a hospital spokesman said Swanson was in fair condition Sunday afternoon.\n\nAndrew Walsh, who was surfing with Swanson, told the paper that the shark swam up from underneath Swanson’s board and grabbed him with no warning. Walsh added that Swanson surfaced after several seconds, yelled “shark attack!”, and began paddling to shore.\n\nBefore Swanson got out of the water, Walsh said, he fashioned a tourniquet from his surfboard’s leash cord. Two doctors who happened to be walking on the beach at the time examined him and determined that no arteries were hit.\n\n“We’re really blessed that he was still able to get himself to shore,” Walsh said. “I was a few feet behind him, and we grabbed him and got him … up on the sand, and very quickly these doctors were there, helping out and calling 911.”\n\nThe beach remained open, but signs will be posted for three days warning the public of the attack, Colligan said. He noted that if there is another shark sighting, the signs will remain up for another three days.\n\nSharks are native to the area, and Colligan said that they are spotted several times a year. He added that attacks like this are rare.\n\nA woman swimming with seals was killed by a shark in 2003 about 10 miles south of the most recent attack, Colligan said.\n\nShare this: Share\n\nFacebook\n\nTwitter\n\n\n\nGoogle\n\nWhatsApp\n\n\n\nEmail\n\n\n\nThis article originally appeared on Fox News."
  },
  {
    "path": "tests/data/text/ok.co.uk1.txt",
    "content": "WE can't keep up with all the engagements happening at the moment.\n\nAnd it seems that there could be another one to add to our list.\n\nHas Sean Penn popped the question? [Wenn]\n\nSean Penn has reportedly popped the question to Charlize Theron.\n\nThe I Am Sam actor is said to have proposed while on a romantic trip to Paris in November.\n\nUS sources claimed that the 54-year-old was keen to take his relationship with the mum-of-one to the next level.\n\nA source added that Charlize isn't yet wearing a ring to symbolise their union.\n\nThe couple have been dating for the last year [Splash]\n\nThey said: \"There's no ring, but they are committed.\"\n\nThe pair have been friends for a long time but only became romantically involved last year.\n\nIt will be the third time Sean has walked down the aisle. He was previously married to Madonna and split from second wife Robin Wright in 2010.\n\nThe couple had two children together, Hopper and Dylan.\n\nWill it be third time lucky for Madonna's ex-husband? [Splash]\n\nRelated article: Charlize Theron and Sean Penn plan to marry and adopt\n\nRelated article: Charlize Theron causes outrage as she compares 'Googling herself to being raped'\n\nRelated article: Josie Cunningham is engaged\n\nRelated article: Hollyoaks co-stars Emmett Scanlan and Claire Cooper get engaged"
  },
  {
    "path": "tests/data/text/ok.co.uk2.txt",
    "content": "EastEnders are set to show a controversial plot line in the near future.\n\nKat Moon will discover that her late uncle Harry is a serial sex offender.\n\nKat Slater will discover her uncle was a serial sex offender\n\nAlfie Moon's wife was groomed by the relative from a young age.\n\nAs a result of rape, she gave birth to her daughter Zoe Slater at the age of 13.\n\nHowever, Kat pretended to be her sister until the secret was revealed years later after Zoe said she wanted to live with Harry in Spain.\n\nPolice will turn up at Kat's house telling her that a number of victims have come forward with allegations against Harry, despite him passing away 10 years ago.\n\nPrevious victims of Harry Slater will come forward\n\nKat, played by Jessie Wallace, will be drawn to helping the investigation after discovering that she has been left money in his will.\n\nShe then confides in her husband who believes that the heart-to-heart means a reunion is possible. Struggling to cope, Kat has a one-night stand in an attempt to take her mind off the situation.\n\nA show insider told The Sun: \"EastEnders has a rich history of tackling difficult social issues and Kat's continued story is one of these.\"\n\nPlayed by the late Michael Elphick, Harry passed away off screen when he suffered a heart attack.\n\nShe gave birth to daughter Zoe Slater at 13 after being raped\n\nRelated article: Laurie Brett splits from husband John Milroy\n\nRelated article: EastEnders spoiler - Character to be killed off on New Year's Day\n\nRelated article: Could Kat and Alfie Moon's marriage go up in smoke?\n\nRelated article: Lucy Beale killer discovered by Emma Summerhayes"
  },
  {
    "path": "tests/data/text/oregonlive.com1.txt",
    "content": "GRANTS/DONATIONS\n\nBEAVERTON -- The Comcast Foundation has awarded $355,760 in grants to 31 nonprofit organizations in Oregon and Southwest Washington.\n\nThe grants support programs aimed at the Comcast Foundation's areas of focus -- expanding digital literacy, promoting community service, and building tomorrow's leaders.\n\nRecipients include:\n\nThe Native American Youth & Family grant will fund an on-site component of the College and Career Center program, primarily built around students accessing a computer lab with printing and mailing options to help the students apply for Colleges and seek employment in STEM related fields.\n\ngrant will fund an on-site component of the College and Career Center program, primarily built around students accessing a computer lab with printing and mailing options to help the students apply for Colleges and seek employment in STEM related fields. The Comcast Foundation's grant awarded to Big Brothers Big Sisters Columbia Northwest funded the Beyond School Walls, a workplace mentoring program. The mission of Big Brothers Big Sisters is to provide children facing adversity with strong and enduring, professionally supported one-to-one relationships that change their lives for the better.\n\nfunded the Beyond School Walls, a workplace mentoring program. The mission of Big Brothers Big Sisters is to provide children facing adversity with strong and enduring, professionally supported one-to-one relationships that change their lives for the better. To support the needs of BGCP's My.Future technology initiative, the Comcast Foundation provided funds for program software, robotics kits, iPads, laptops and other needed materials and supplies through a multi-year grant beginning in 2014. The grant positions Comcast as a lead partner in funding the technology needs for BGCP's Rockwood Club, its seventh and newest facility set to open in the fall of 2016.\n\nLocal recipients also include Junior Achievement of Oregon & SW Washington, Boys and Girls Club of Albany and Hacienda Community Development Corporation of Portland.\n\nVisit the website for a complete list.\n\nPORTLAND -- NW Natural's Corporate Philanthropy Fund is contributing nearly $35,000 to local nonprofits that help children and families in need.\n\nThe fund, supported by shareholders, is making the following donations:\n\n$7,500 to Stand For Children\n\n$6,500 to Oregon Food Bank\n\n$5,000 each to Central City Concern, Clackamas Women's Shelter and Self Enhancement, Inc.\n\nand $2,500 to Saturday Academy\n\n$1,500 each to Start Making a Reader Today and Food Share of Lincoln County\n\nYAMHILL COUNTY -- The Yamhill County Sheriff's Office Project Lifesaver Team is the recipient of a bi-annual grant from the Alzheimer's Foundation of America for $5,000.\n\nThis grant will enhance the current Project Lifesaver Program by upgrading certain equipment and providing up to 15 new transmitters for new clients.\n\nThe Yamhill County Sheriff's Office and the Yamhill County Sheriff's Search and Rescue started Project Lifesaver in Yamhill County in 2007 thanks to many donations from both private individuals and organizations.\n\nThe primary mission of Project Lifesaver is to provide timely response to save lives and reduce potential injury for adults and children who wander due to Alzheimer's, autism, and other related conditions or disorders. The program consists of a bracelet transmitter, which is place on a client's wrist or ankle, and a specialized receiver that the Project Lifesaver team uses to track the specific radio frequency that the transmitter emits on a constant basis.\n\nMore Real estate transactions, awards, mergers and acquisitions, tech notes and grants\n\nThe Project Lifesaver Team is made up of volunteers from the Search and Rescue Team along with deputies who are trained on locating the clients and how to deal with the clients once they are located. Once a month, a member of the team visits the clients to change batteries and bands that hold the transmitter in place.\n\nProject Lifesaver aids Search and Rescue in reducing time searching for a client that goes missing. To date they have been 100 percent in finding clients who left their homes. Generally the searches last under 10 minutes once the team is on scene. Yamhill County has had 19 searches since 2007 for clients on the Project Lifesaver program. Project Lifesaver is provided free of charge to Yamhill County residents.\n\nNEW BUSINESS\n\nPORTLAND -- Pam Adkins and Mary Kay Plass have opened a new bottle shop and tap room at 4214 N. Mississippi Ave.\n\nThe Beer City Bottle Shop sells bottled craft beer, hard cider and sodas as well as offering eight rotating draft selections all produced on the west coast.\n\nThe tap room seats 18 and offers a small food menu of Panini's and snack plates.\n\nOne of the most popular offerings so far, said the owners, is the Pick 6, where customers create their own six-pack of any 12 ounce bottles or cans for $10.\n\nThe shop is open from 3 to 9 p.m. Monday through Thursday, from 1 to 10 p.m. Friday and Saturday and from 1 to 8 p.m. Sunday.\n\nNEW PARTNERSHIP\n\nPORTLAND -- John W. Houston, managing director of the Financial Institutions Division of Raymond James Financial Services, Inc., announced that OnPoint Community Credit Union, headquartered in Portland, has partnered with and will offer investment and wealth management services to its clients through Raymond James.\n\n-- Compiled by Vickie Kavanagh"
  },
  {
    "path": "tests/data/text/oregonlive.com2.txt",
    "content": "A 36-year-old part-time missionary who served a year in a Cambodian prison for sexually abusing boys in an orphanage pleaded not guilty on Monday in a Eugene courtroom to a rarely imposed federal charge of engaging in illicit sexual conduct in a foreign place.\n\nDaniel Stephen Johnson faces a potential 30-year prison term on the new charge, which accuses him of having sex with a boy in the Kingdom of Cambodia sometime between Nov. 28, 2005, and Oct. 12, 2006.\n\nU.S. Magistrate Judge Thomas Coffin set Johnson's trial for Feb. 25.\n\nA federal grand jury indicted Johnson on Dec. 10. He's awaiting trial in the Lane County Jail.\n\nJohnson served a one-year sentence in Cambodia for sexually abusing boys in his care at an orphanage, The Register-Guard newspaper reported. He worked as a Christian missionary in the Southeast Asian country for about a decade, according to the Cambodia-based anti-pedophile group Action pour les Enfants.\n\nA 2003 federal law aimed at preventing child abuse made it a crime for any U.S. citizen to have illegal sexual contact with a minor in a foreign country.\n\nMore than a decade ago, Johnson was accused in Oregon of molesting three children in his sister's care.\n\nLincoln County prosecutors dismissed charges after investigators began to doubt the alleged victims' statements, according to a 2003 article in the Yamhill Valley News-Register.\n\n-- Bryan Denson"
  },
  {
    "path": "tests/data/text/parsely.com1.txt",
    "content": "Yesterday, Facebook announced a number of new tools for publishers, as part of their on-going relationship to encourage a high volume of quality content that will keep us scrolling through our newsfeeds.\n\nAt the bottom was a short mention:\n\nWe also recently fixed a bug that caused many third-party analytics tools to undercount the percentage of their organic traffic from Facebook. In the past, referrer data was missing from some of our outbound mobile clicks. This issue has been resolved for iOS, with a fix for Android coming soon. Publishers may see an increase in iOS mobile traffic from Facebook and a decrease in undefined sources or direct traffic.\n\nICYMI – this is a fix for direct traffic (sometimes called “dark social”) for traffic coming through the mobile app that sometimes dropped the referral information.\n\nHere’s a little background:\n\nAnyone who has looked at analytics, has seen “direct” as a traffic source. There tends to be a fair amount of confusion around this section, as it encompasses anything that analytics can’t track.\n\nTraditionally, publishers assumed direct traffic was people bookmarking their home page or typing in the address directly in the search bar. However, since Parse.ly looks at analytics by a post-by-post basis, we can’t make that assumption, as most people are not typing in new article post URLs “directly” into their browser.\n\nSources for this traffic include:\n\nEmail/IMs\n\nCopying and pasting a link\n\nSwitching from a https:// site to an http:// site\n\nChat apps (Whats App, etc.)\n\nIn 2012, Alexis Madrigal wrote a story about these sources, terming them “dark social”. (This post is worth re-reading for some fun facts like “Only about four percent of total traffic is on mobile at all.”) In summary, he supposed that since these were links that were being shared from person-to-person, this kind of traffic should still be thought of as social sharing.\n\nParse.ly’s CTO, Andrew Montalenti, explained some other areas that “dark” traffic can come from – he points out that it’s not all social; some traffic might also be explained by search and sites that block their referral information from being passed through or programs used by people protecting their browsing (especially in the wake of Snowden/NSA revelations).\n\nThough many of those sources will probably continue to be “dark”, a lot of us in the analytics community realized a while ago that Facebook was sending some of this direct traffic. The Guardian’s Ophan architect, Graham Tackley, showed off charts at ONA this year on how The Guardian saw its direct traffic spike in association with Facebook spikes.\n\nWe saw a similar pattern, and called up Facebook a few months ago. As the massive social network makes a concerted effort to work with publishers, they were concerned at the differences we saw compared to their own data, and we shared some of our aggregate data with them as they worked to fix the referral issue.\n\nWhat to expect from the fix:\n\nThe announcement above acknowledged the first fix, and we’ll continue to monitor the impact that this is making in our system.\n\nWhat does this mean for your traffic? We checked the amount of traffic that currently comes into posts as direct (aka “dark social”) but is actually Facebook by looking at the user agents and found in one sample that 11% of total traffic coming was from Facebook. (And yes – that means that almost 50% of all external traffic referrers in this sample came from Facebook, wow.)\n\nOur analysis also checked out how much of that dark traffic came in from Android vs. iOS. We’ll be keeping track of this for the next few weeks, and we expect to see those numbers go down as the app fixes roll out and people update their apps.\n\nWe know that people have a lot of questions about this, and we’re happy to provide additional information or answer questions about it – let us know in a comment, or shoot us a note.\n\nRelated\n\nParse.ly, December 11, 2014"
  },
  {
    "path": "tests/data/text/parsely.com2.txt",
    "content": "Though we hear about pageviews going up at many of the large online publishers, digital media companies still struggle to see a correlating increase in revenue. What’s the disconnect? Methods to increase almost any metric, including pageviews and visitors, don’t always focus on long-term benefits to the people that matter most when it comes to generating revenue: the audience.\n\nThink of metrics like the Force. Sure, they have a dark-side: user-unfriendly slideshows to increase clicks, or enlarged images for more scrolling and time engaged.\n\nBut you can use the “Force” of metrics for good: to understand your audience and create better experiences for them. Metrics can arm anyone in digital media, from editors to business executives with with vital information about their readers’ preferences and behaviors. When it comes to audience insights, aim to be Luke Skywalker, not Darth Vader.\n\nWhy Referrals Matter\n\nData allows publishers today to see where readers come from and how they found an article or story. This tells you how readers already spend their time, what they care about, and can give you a good idea of who they might be based on some basic demographics about the referral networks.\n\nAnalytics that tell you where your traffic comes from on a story by story or author by author basis will give you the clearest picture of your audience. For example, here’s the referral sources for articles written by our CTO on the Parse.ly blog next to the referral sources for articles written by our Director of Marketing:\n\nLooking at this, we know that readers coming to our blog for articles about technology (Apache Storm overviews, information on our open-source technology streamparse) tend to search for these technologies, or come from technology-based aggregation sites like Hacker News, Lobsters and tend to congregate on Twitter.\n\nReaders coming to articles written by our Director of Marketing tend to use more social networks, like LinkedIn and Facebook as well as Twitter, and are active in the content and journalism communities, as indicated by Contently and Poynter.org’s presence.\n\nWe consider what people on these sites and networks want to learn or read about when we write new blog posts or create whitepapers and ebooks. We think about what kind of information we have that might be useful and interesting to someone that also reads about content marketing or regularly participates in tech conversations. It’s also a great gut-check to see if the audience we intended to reach is actually seeing our stories.\n\nReferral Trends and Benchmarking Against Your Peers\n\nAccess to internal data allows you to focus on your own readers, but what about understanding your broader competitive set? Where are their readers coming from?\n\nParse.ly publishes a quarterly Authority Report that includes a summary of refferal traffic based on billions of pageviews on our network of digital publishing sites. In the most recent edition, we compared referral traffic on a year-over-year basis (Aug. 2013-Aug. 2014).\n\nOverall, the data told the story of the rise of social and the constricting of all other categories. Since search was the largest, it had the most landshare to lose, but in general, social’s rise was at the expense of all other categories.\n\nSee the full breakdown of top twenty five referrals and how they changed when you subscribe to the report.\n\nSocial: Facebook the disruptor\n\nMost of social’s gains came directly from the increase in Facebook traffic to sites.\n\nFacebook made a huge jump, going from 12% of overall traffic referrals to over 20% (22.7% to be precise). This is similar to findings of other vendors and has recently spurred a torrent of concern over how much influence the social giant has over readers.\n\nFor instance, Shareaholic found almost exactly the same percentage increase for Facebook referrals over a similar time (they tracked Sept 2013 through Sept 2014).\n\nHowever, our network saw Twitter and Stumbleupon as the two highest referrers after Facebook. Pinterest didn’t make a mark until four, though we did see the directional changes in growth match for all three networks.\n\nEven at this scale of billions of referrers, the types of audiences that the Parse.ly network sees versus the Shareaholic network likely accounts for these differences.\n\nSearch: The dominator\n\nSay what you will about the rise of social, search still eeks out more overall web visits. Though we did see the two come toe-to-toe back in January, search has climbed back up into the dominate position.\n\nGoogle didn’t even lose any ground to the Facebook growth – it gained almost two percentage points as a referral source to news sites.\n\nOne thing to note in our data: the search traffic shown controls for the “brand search” effect. Brand search is typing a brand name i.e. “Business Insider” into Google Chrome’s browser bar or in a search field instead of typing the domain directly or clicking on a bookmark. In those cases, though the referrer tracks as “search,” but it doesn’t accurately describe the intention of the searcher; they already knew where they wanted to go.\n\nThe data in the Authority Report only considers post URLs, not landing pages or homepages. This means that every view we account for came directly to an article, video or story.\n\nAggregators and RSS: The displaced\n\nOur data saw almost all aggregators sites account for less of the overall referral pie for traffic. One theory why? Over the past year, digital news outlets have started to embrace more aggregation on their own sites. Huffington Post and Gawker have a strong reputation for aggregating other outlets stories; the New York Times now links out to others’ top stories on their homepages and in their apps.\n\nRSS readers may have also suffered from social’s gains. Feedly, which was poised to take over the RSS game after Google Reader was shuttered dipped in the past year. Mobile apps and social media feeds provide similar functionality combined with better social/mobile elements.\n\nThe Last Word: “OTHER”\n\nOverall, this sample of sites saw a 30% increase of total external traffic, bolstered by strong social and search networks, but also ultimately aided by an increasingly larger set of long-tail sites. Does the large increase in this group point to more reliance on paid traffic distribution through networks like Outbrain, Taboola and their ilk?\n\nIt certainly points to the fact that digital publishers have to be more vigilant than ever about where their audiences live online, how they’re finding the content they read and how the publishers can craft cohesive strategies across their entire organization that use data on those activities to their advantage.\n\nRelated\n\nParse.ly, November 17, 2014"
  },
  {
    "path": "tests/data/text/pe.com1.txt",
    "content": "PERRIS: Woman ordered hit on father of her child, police say Share Pin It More Galleries ADVERTISEMENT Judy Avalos, 20, was charged with conspiracy to commit murder after a shooting near Perris that injured her boyfriend. RIVERSIDE COUNTY SHERIFF'S DEPT./CONTRIBUTED IMAGE Related article »\n\nAfter a man was shot four times in an exchange of gunfire near Perris, police at first thought it might have been a drug deal gone wrong.\n\nBut their focus quickly turned to the 20-year-old mother of the man’s child. She is now accused of orchestrating an attempt to kill him. The man survived his injuries.\n\nJudy Avalos, of Perris, was arrested at the hospital where she was visiting her injured boyfriend the day after the Dec. 30 shooting. She has pleaded not guilty to conspiracy to commit murder and is being held in lieu of $1 million bail.\n\nNeither the gunman, nor a man believed to have accompanied him, have been identified, Lt. David Lelevier said. The gunman’s compensation for the shooting appears to have been not a cash payment but a romantic relationship with Avalos, he said.\n\nDefense attorney Nic Cocis said Avalos did not seek to have her boyfriend killed. Avalos believed he was going to be beaten up, not shot, Cocis said.\n\nThe shooting was reported to the Riverside County Sheriff’s Department about 9:30 p.m. in the 23300 block of Edmond Street in the unincorporated area known as Good Hope.\n\nAvalos told investigators that she and her 24-year-old boyfriend had gone to Bakersfield together to retrieve a Jeep and she followed him back to Riverside County in her pickup, search warrant documents say. The boyfriend waited outside in the Jeep while Avalos went into her mother’s house to pick up their 4-year-old daughter. Avalos said she had been inside about 10 minutes when she heard a hail of gunfire and dropped to the floor.\n\nAfter the gunfire stopped, Avalos said she went outside to find her boyfriend, with four gunshot wounds, walking up the driveway and holding a gun, Investigator Robert Cornett wrote in search warrant documents.\n\nDeputies later discovered a car, which had been reported stolen, abandoned a few blocks away. It was riddled with bullet holes.\n\nThe boyfriend told investigators that the shooter and another man were in a white car that pulled up next to him while he was parked on Edmond Street, search warrant documents say. He said the car had driven past him, stopped for a few minutes at the dead end of the street, then pulled up next to him with a window down.\n\nThe men in the car told him they were lost and asked for directions to Highway 74. A minute or two later, he said, one of the men pulled a gun and started shooting at him. He said he grabbed the gun under his seat and fired back at them as the car drove off, search warrant documents say.\n\n“(He) went on to say that Avalos had a strange conversation with him a few days prior,” Cornett wrote. “He said she called him up and asked him if he had been shot at.”\n\nWhen investigators questioned Avalos about the conversation, she said she had had a dream about it, adding that “when she has a dream about things, they come true,” Cornett wrote.\n\nShe denied having anything to do with the shooting and let deputies download data from her cell phone.\n\nInvestigators said they found several suspicious texts, written in Spanish, that had been deleted from the phone. Avalos wrote to someone saying she wanted them to take out only her boyfriend and that it had to be tonight – Dec. 30, search warrant papers say.\n\nShe wrote that he would be in a Jeep parked in front of her mother’s house and the person replied that he was set with two people for tonight. At 9:24 p.m., Avalos texted to say they were there. The other person replied, telling Avalos to delete the text messages before “they do their job,” Cornett wrote.\n\nAfter she was arrested, Avalos told investigators her boyfriend had been mistreating her and not letting her leave the house to go out with her friends, Cornett wrote. Avalos said he would point a gun at her and tell her he was going to kill her, but that she had never reported it to police, search warrant papers say.\n\n“She said they had been arguing all week and she was just ‘mad’ at him,” Cornett wrote. “She said she was wrong for what she did but did not know any other way to get out of the relationship.”"
  },
  {
    "path": "tests/data/text/pewresearch.org1.txt",
    "content": "Unauthorized immigrants from Mexico account for two-thirds of those who will be eligible for deportation relief under President Obama’s executive action, even as they account for about half of the nation’s unauthorized population, according to a new Pew Research Center analysis.\n\nThe new action, which mainly applies to unauthorized immigrant parents of U.S. citizen or legal permanent resident children, would benefit those born in Mexico more than any other country of origin group. According to the Pew Research analysis, 44% of unauthorized immigrants from Mexico could apply for deportation protection under the new programs, compared with 24% of those from other parts of the world.\n\nPresident Obama’s new programs could affect about 4 million total unauthorized immigrants who will be eligible for deportation protection and a three-year work permit. The largest group — at least 3.5 million, according to Pew Research estimates of 2012 data — consists of unauthorized immigrant parents who have lived in the U.S. for at least five years and have children who either were born in the U.S. or are legal permanent residents. Of these, about 700,000 have adult children and the remaining 2.8 million have children younger than 18.\n\nThe new policy also expands eligibility for the president’s Deferred Action for Childhood Arrivals (DACA) program that benefits young adults brought to the U.S. illegally as children. The program would allow an additional 330,000 people, according to our estimates, to apply for and receive temporary deportation relief. Previously, the program was available only to those up to age 30, but the executive action would lift that age cap. In addition, the program would allow immigrants who arrived as children illegally before Jan. 1, 2010 to become eligible, expanding the program beyond the original June 15, 2007 cutoff date.\n\nIn some cases, the Obama administration’s estimates of how many would be affected differ from those calculated by Pew Research. For example, the government estimates that more than 4 million parents of U.S. citizen children or legal permanent residents could apply for relief compared with our 3.5 million figure. One possible difference is that the data Pew Research uses only includes parents who live with their children.\n\nWhile work permits and deportation relief will be available, those covered by the programs will not be eligible for certain government benefits, including subsidies for health care under the Affordable Care Act.\n\nAmong the other policy changes announced in the president’s action are an increased number of visas for skilled workers and spouses of green card holders. There are several changes, including immigration enforcement that will now focus on recent arrivals and serious and repeat criminal offenders.\n\nEven though about 4 million unauthorized immigrants may be eligible for deportation relief, it remains to be seen how many people will apply for and receive it. Response to the existing DACA program may offer a clue. The 2012 program allowed an estimated 1.1 million people ages 30 or younger to become eligible for deportation relief and receive a two-year work permit. But through June 30, 2014, only about 712,000 applied.\n\nThe general public disapproves of Obama taking executive action on immigration, by a margin of 48% to 38%, according to a NBC News/Wall Street Journal survey conducted this month. While Americans may not generally support an executive action, the poll found 57% favor a pathway to citizenship for undocumented immigrants, with support increasing to 74% when respondents are given a scenario in which a pathway requires paying fines, back taxes and taking other steps.\n\nAccording to a recent Pew Research Center survey, Hispanics place a priority on the relief from deportation offered by the executive action. By 56% to 35%, Hispanics said it is more important that unauthorized immigrants be able to live and work in the U.S. without threat of deportation than have a pathway to citizenship.\n\nThe estimated 4 million covered under the executive action are in addition to an estimated 1.5 million unauthorized immigrants who are eligible for temporary relief from deportation through either the Deferred Action for Childhood Arrivals program or having Temporary Protected Status.\n\nThe president’s executive action offers deportation relief for the largest number of unauthorized immigrants in recent history. However, the current action does not allow unauthorized immigrants the opportunity to obtain permanent residency or citizenship. Only Congress has the authority to offer a path to legal status, which means those eligible for relief under the new policy remain unauthorized. If a future administration reverses course or if Congress passes an immigration law, the protection from deportation could be taken away.\n\nCorrection: This posting has been updated with a revised total of 3.9 million unauthorized immigrants affected by the president’s action, and other related revised estimates. A previous version of this post referred to the president’s implementation of his new immigration policy as an executive order. He has taken executive action.\n\nTopics: Immigration, Unauthorized Immigration"
  },
  {
    "path": "tests/data/text/pewresearch.org2.txt",
    "content": "Gasoline prices have been dropping since midsummer, and consumers’ confidence about the economy has been on the rise. Could there be a connection?\n\nAccording to a new Pew Research Center report, 70% of Americans now report hearing mostly good news about gas prices, up from just 15% in August. In truth, gas prices have been falling for months: As of Monday, the national average price of a gallon of self-serve regular was $2.554 — $1.15 less than in late June (representing a nearly one-third drop), according to the U.S. Energy Information Administration. That’s the cheapest gas has been since October 2009. Also, Brent crude oil has fallen more than $45 a barrel since June and is now below $59 a barrel for the first time since May 2009.\n\nMeanwhile, the University of Michigan’s Index of Consumer Sentiment stood at 88.8 in November, up 7 points since July and its highest reading since mid-2007. The preliminary December reading is even higher, at 93.8, though that’s still subject to revision.\n\nWe plotted the monthly consumer-sentiment index against the monthly average price of regular gas (adjusted for inflation) and found a moderately strong negative correlation — that is, consumer sentiment rose as pump prices fell. That aligns with previous research: For example, a 2012 paper from two researchers at Loyola University Maryland and the University of Maryland Baltimore County not only found an inverse correlation between gas prices and consumer sentiment, but used causality testing to conclude that price changes predicted sentiment changes and not the other way around.\n\nA 2009 paper in the Journal of Monetary Economics, which also found a cause-and-effect relationship, analyzed the University of Michigan survey results in more detail to try to get at the dynamics of how consumers respond to energy-price changes. After a major one-time price jump, the researchers found, “an increasing number of people expect general business conditions and their personal financial situation to deteriorate over the coming year in response to an unanticipated loss in purchasing power….[T]he index for buying conditions for large household goods falls by 1.9 points. An even larger decrease is observed for vehicles….Increased pessimism about buying conditions in response to purchasing power losses is associated with expectations of higher unemployment, higher interest rates, and lower real family income.”\n\nThose attitudinal changes have real-world consequences, though not large ones. The authors of the JME paper, Paul Edelstein and Lutz Kilian, concentrated mainly on unexpected increases, rather than drops, in energy prices; they estimated that a one-time, 1% increase in energy prices was associated with a 0.08% fall in total real consumption a year later, based on 1988-2006 data. But that was considerably less than the 0.30% decline seen in the 1970-1987 data; energy price shocks, they concluded, have less effect on the overall economy than they used to.\n\nEdelstein and Kilian also estimated that one year after an unexpected, permanent increase of 25 cents a gallon in the price of gas, a typical household would have reduced its expenditures by $17 a month, with most of the adjustment coming in the first six months after the price increase. Concluded the researchers: “It takes repeated surprise increases in gasoline prices to generate large effects on household consumption, but over time the effects will add up.”\n\nTopics: National Economy"
  },
  {
    "path": "tests/data/text/pixable.com1.txt",
    "content": "MISSED ENTIRE ARTICLE BECAUSE IT'S LOADED DYNAMICALLY BY JAVASCRIPT\r"
  },
  {
    "path": "tests/data/text/pixable.com2.txt",
    "content": "MISSED ENTIRE ARTICLE BECAUSE IT'S LOADED DYNAMICALLY BY JAVASCRIPT\r"
  },
  {
    "path": "tests/data/text/pixelmonkey.org1.txt",
    "content": "MISSED LAST SENTENCE IN THE ARTICLE\n"
  },
  {
    "path": "tests/data/text/pixelmonkey.org2.txt",
    "content": "ONLY \"More coming soon!\" AT END OF ARTICLE WAS EXTRACTED\n"
  },
  {
    "path": "tests/data/text/readwrite.com1.txt",
    "content": "FAILED, ENTIRE ARTICLE LOADED VIA JS\n"
  },
  {
    "path": "tests/data/text/recipe.com1.txt",
    "content": "ONLY EXTRACTED DIRECTION BULLETPOINT #3, REST OF ARTICLE FAILED TO BE EXTRACTED\n"
  },
  {
    "path": "tests/data/text/recipe.com2.txt",
    "content": "Make-Ahead Side: Sweet Potato, Parsnip, and Celery Root Mash\n\nWith winter cooking in full swing, I’ve been making heartier meat dishes such as braises, stews, and roasts. One my favorite side dishes to accompany them is sweet potato mash. They’re less starchy than white ones and higher in nutrition, packed with loads of vitamin A. I liked the addition of parsnips in this recipe and added a bulb of celery root as well to give the dish another layer of earthy flavor.\n\nI began by scrubbing and peeling all of my root vegetables. Celery root can be a little tricky to work with since the skin is thick and bumpy, so I use the peeler first to remove as much of the exterior as possible. Then I trim off any missed spots with my knife. By cutting them all into 1-inch cubes, they’ll cook more evenly together in the pot.\n\nI transferred the vegetables to a large stock pot and covered them in water with a large pinch of salt. After about 15 minutes of cooking, they were fork-tender. I drained and transferred everything to a large bowl.\n\nBecause I like mine with a little chunkier texture, I used my hand masher to mix them together. The butter and milk help to smooth out the mash, while the brown sugar and allspice round out the flavors.\n\nThis dish can be made the day ahead and reheated right before serving. Be sure to add an extra pat of butter on top to finish. Try this root vegetable mash as a sweet, earthy alternative to classic mashed potatoes at your next meal.\n\nSweet Potato, Parsnip, and Celery Root Mash\n\nServes: 8\n\nPrep Time: 15 minutes\n\n1/4 pound celery root, peeled and cut into 1-inch pieces\n\n1 pound parsnips, peeled and cut into 1-inch pieces\n\n2 pounds sweet potatoes, peeled and cut into 1-inch pieces\n\n1/2 cup 2% milk\n\n1/4 cup packed brown sugar\n\n2 tablespoons unsalted butter\n\n3/4 teaspoon salt\n\n1/4 teaspoon ground allspice\n\n1. Combine parsnips and sweet potatoes in a medium pot; cover with 1 inch of cold water. Bring to a boil, then reduce heat to medium and simmer for 10 to 15 minutes, or until vegetables are tender and parsnips have lost their bitterness.\n\n2. Drain cooked vegetables and immediately return to pot over low heat. Mash with milk, brown sugar, butter, salt, and allspice.\n\nGet the original recipe here."
  },
  {
    "path": "tests/data/text/reuters.com1.txt",
    "content": "People walk past the Bombay Stock Exchange (BSE) building in Mumbai May 13, 2014.\n\nThe best and worst of Bollywood in 2014.\n\nMUMBAI (Reuters) - The BSE Sensex and Nifty ended flat on Tuesday as weaker regional shares offset optimism over additional reforms a day after the government passed an executive order to ease land-acquisition rules.\n\nMonday's announcement could kick-start hundreds of billions of dollars worth of stalled projects, and comes after separate orders were passed to implement coal and insurance reforms.\n\nHowever, weak sentiment across the region on a sharp selloff in commodities overnight and political uncertainty in Greece left investors hesitant to take big bets.\n\nThe BSE Sensex gained 0.03 percent at 27,403.54 points, while the broader Nifty ended 0.02 higher percent at 8,248.25 points.\n\nInfrastructure stocks gained with Larsen and Toubro (LART.NS) adding 0.5 percent while Lanco Infratech (LAIN.NS) rose 4.3 percent.\n\nHowever, energy firms fell as Brent crude fell to a 5-1/2 year low below $57 a barrel. Reliance Industries (RELI.NS) closed down 1.9 percent and Oil and Natural Gas Corp (ONGC.NS) ended down 1.5 percent.\n\n(Reporting by Indulal PM; Editing by Sunil Nair)"
  },
  {
    "path": "tests/data/text/reuters.com2.txt",
    "content": "1 of 4. Authorities monitor progress in the search for AirAsia Flight QZ8501 in the Mission Control Center inside the National Search and Rescue Agency in Jakarta December 29, 2014.\n\nThe best and worst of Bollywood in 2014.\n\nJAKARTA (Reuters) - Countries around Asia on Tuesday stepped up the search for an AirAsia plane carrying 162 people that is presumed to have crashed in shallow waters off the Indonesian coast, with Washington also sending a warship to help find the missing jet.\n\nSoelistyo, head of Indonesia's search and rescue agency, told local television the search area between the islands of Sumatra and Borneo would be expanded. Authorities would also begin scouring nearby islands as well as coastal land on Indonesia's side of Borneo.\n\nSo far the focus of the search has been the Java Sea.\n\nThere have been no confirmed signs of wreckage from the Airbus A320-200 operated by Indonesia AirAsia, which disappeared in poor weather on Sunday morning during a flight from the Indonesian city of Surabaya to Singapore.\n\nThe missing plane, which was carrying mainly Indonesians, could be at the bottom of the sea, Soelistyo said on Monday.\n\nThe Java Sea is relatively shallow, making it easier to spot wreckage in the water, say oceanographers, but strong currents and winds in the area mean any debris would be drifting up to 50 km (31 miles) a day east, away from the impact zone.\n\n\"The lesson that should be learned from MH370 is that you need to move quickly,\" said Charitha Pattiaratchi, an oceanographer at the University of Western Australia, referring to the Malaysia Airlines flight that went missing on March 8 during a trip from Kuala Lumpur to Beijing with 239 passengers and crew and which has not been found.\n\nAround 30 ships and 21 aircraft from Indonesia, Australia, Malaysia, Singapore and South Korea would search up to 10,000 square nautical miles on Tuesday, officials said.\n\nIndonesian Air Force spokesman Hadi Tjahjanto said authorities would investigate an oil spill sighted on Monday, although a separate possible slick turned out to be a reef.\n\nSearchers had investigated several areas where possible debris had been sighted in the water but had found nothing connected to the missing plane, Tjahjanto told Reuters.\n\nAuthorities would also investigate reports by local fishermen of an explosion on Sunday morning off an island in the area, Tjahjanto added, although dynamite fishing is common in Indonesian waters.\n\nThe U.S. military said the USS Sampson, a guided missile destroyer, would be on the scene later on Tuesday.\n\n\"We stand ready to assist in any way possible,\" Pentagon spokesman Mark Wright said.\n\nCOULD PLANE HAVE STALLED?\n\nWhat happened to Flight QZ8501, which had sought permission from Indonesian air traffic control to ascend to avoid clouds, is still a mystery.\n\nOnline discussions among pilots have centred on unconfirmed secondary radar data from Malaysia that suggested the aircraft was climbing at a speed of 353 knots, about 100 knots too slow in poor weather, and that it might have stalled.\n\nWhile searchers had picked up an emergency locator signal off the south of Borneo, no subsequent signal was found, officials said.\n\nThe plane, whose engines were made by CFM International, co-owned by General Electric and Safran of France, lacked real-time engine diagnostics or monitoring, a GE spokesman said. Such systems are mainly used on long-haul flights and can provide clues to airlines and investigators when things go wrong.\n\nOfficials said the sea in the general search area was only 50 to 100 (150 to 300 feet) metres deep, which would be a help in finding the plane.\n\n\"The Java Sea area where they are now searching isn't even an ocean, it's more of an inland sea,\" Erik van Sebille, a physical oceanographer at the University of New South Wales in Sydney told Reuters.\n\n\"It's so shallow that they may just be able to spot the plane,\" said van Sebille, noting that sunlight travels through water up to about 100 metres.\n\nOceanographer Pattiaratchi said debris would normally be expected to float on the surface for around 18 days before sinking.\n\nThree airline disasters involving Malaysian-affiliated carriers in less than a year have dented confidence in the country's aviation industry and spooked air travellers across the region.\n\nIn the third incident, Malaysia Airlines Flight MH17 was shot down over Ukraine on July 17, killing all 298 people on board.\n\nNO FOUL PLAY SEEN\n\nOn board Flight QZ8501 were 155 Indonesians, three South Koreans, and one person each from Singapore, Malaysia and Britain. The co-pilot was French.\n\nU.S. law enforcement and security officials said passenger and crew lists were being closely examined but so far nothing significant had turned up and that the incident was still regarded as an unexplained accident.\n\nThe plane, which did not issue a distress signal, disappeared after its pilot failed to get permission to fly higher because of heavy air traffic, officials said.\n\nPilots and aviation experts said thunderstorms, and requests to gain altitude to avoid them, were not unusual in that area.\n\nThe Indonesian pilot was experienced and the plane last underwent maintenance in mid-November, the airline said.\n\nIndonesia AirAsia is 49 percent owned by Malaysia-based budget carrier AirAsia.\n\nThe AirAsia group, including affiliates in Thailand, the Philippines and India, had not suffered a crash since its Malaysian budget operations began in 2002.\n\nThe plane's disappearance comes at a sensitive time for Jakarta's aviation authorities, as they strive to improve the country's safety reputation to match its status as one of the airline industry's fastest growing markets.\n\n(Additional reporting by Wilda Asmarini, Fransiska Nangoy, Cindy Silviana, Kanupriya Kapoor, Michael Taylor, Nilufar Rizki and Siva Govindasamy in JAKARTA, Al-Zaquan Amer Hamzah and Praveen Menon in KUALA LUMPUR, Saeed Azhar, Rujun Shen and Anshuman Daga in SINGAPORE, Jane Wardell in SYDNEY, Ben Blanchard in BEIJING, Tim Hepher in PARIS and Mark Hosenball, David Brunnstrom and Lesley Wroughton in WASHINGTON; Writing by Dean Yates; Editing by Michael Perry)"
  },
  {
    "path": "tests/data/text/reuters.com3.txt",
    "content": "1 of 18. A Republic of Singapore Air Force personnel surveys the waters during a search and locate operation for the missing AirAsia flight QZ8501 plane at an undisclosed search area December 30, 2014.\n\nSURABAYA, Indonesia/JAKARTA (Reuters) - Indonesian rescuers searching for an AirAsia plane carrying 162 people pulled bodies and wreckage from the sea off the coast of Borneo on Tuesday, prompting relatives of those on board watching TV footage to break down in tears.\n\nIndonesia AirAsia's Flight QZ8501, an Airbus A320-200, lost contact with air traffic control early on Sunday during bad weather on a flight from the Indonesian city of Surabaya to Singapore.\n\nThe navy initially said 40 bodies had been recovered, although other media later quoted the head of the search and rescue agency, Fransiskus Bambang Soelistyo, as saying only three bodies had been retrieved. The plane has yet to be found.\n\n\"My heart is filled with sadness for all the families involved in QZ8501,\" airline boss Tony Fernandes tweeted. \"On behalf of AirAsia, my condolences to all. Words cannot express how sorry I am.\"\n\nThe airline said in a statement that it was inviting family members to Surabaya, \"where a dedicated team of care providers will be assigned to each family to ensure that all of their needs are met\".\n\nPictures of floating bodies were broadcast on television and relatives of the missing already gathered at a crisis centre in Surabaya wept with heads in their hands. Several people collapsed in grief and were helped away.\n\nYohannes and his wife were at the centre awaiting news of her brother, Herumanto Tanus, and two of his children who were on board the doomed flight.\n\nThe Tanus family had been on their way to visit Herumanto's son, who studies in Singapore and who travelled to Surabaya on Monday after the plane went missing.\n\n\"He cries every time he watches the news,\" Yohannes said.\n\nThe mayor of Surabaya, Tri Rismaharini, comforted relatives and urged them to be strong.\n\n\"They are not ours, they belong to God,\" she said.\n\nSEARCHING THROUGH THE NIGHT\n\nA navy spokesman said a plane door, oxygen tanks and one body had been recovered and taken away by helicopter for tests.\n\n\"The challenge is waves up to three metres high,\" Soelistyo told reporters, adding that the search operation would go on all night. He declined to answer questions on whether any survivors had been found.\n\nAbout 30 ships and 21 aircraft from Indonesia, Australia, Malaysia, Singapore, South Korea and the United States have been involved in the search.\n\nThe plane, which did not issue a distress signal, disappeared after its pilot failed to get permission to fly higher to avoid bad weather because of heavy air traffic, officials said.\n\nIt was travelling at 32,000 feet (9,753 metres) and had asked to fly at 38,000 feet, officials said earlier.\n\nPilots and aviation experts said thunderstorms, and requests to gain altitude to avoid them, were not unusual in that area.\n\nThe Indonesian pilot was experienced and the plane last underwent maintenance in mid-November, the airline said.\n\nOnline discussion among pilots has centred on unconfirmed secondary radar data from Malaysia that suggested the aircraft was climbing at a speed of 353 knots, about 100 knots too slow, and that it might have stalled.\n\nInvestigators are focussing initially on whether the crew took too long to request permission to climb, or could have ascended on their own initiative earlier, said a source close to the probe, adding that poor weather could have played a part as well.\n\nHe cautioned that the investigation was at an early stage and the black box flight recorders had yet to be recovered.\n\nCLUES WHEN THINGS GO WRONG\n\nThe plane, whose engines were made by CFM International, co-owned by General Electric and Safran of France, lacked real-time engine diagnostics or monitoring, a GE spokesman said.\n\nSuch systems are mainly used on long-haul flights and can provide clues to airlines and investigators when things go wrong.\n\nThree airline disasters involving Malaysian-affiliated carriers in less than a year have dented confidence in the country's aviation industry and spooked travellers across the region.\n\nMalaysian Airlines Flight MH370 went missing on March 8 on a trip from Kuala Lumpur to Beijing with 239 passengers and crew on board and has not been found. On July 17, the same airline's Flight MH17 was shot down over Ukraine, killing all 298 people on board.\n\nBizarrely, an AirAsia plane from Manila skidded off and overshot the runway on landing at Kalibo in the central Philippines on Tuesday. No one was hurt.\n\nOn board Flight QZ8501 were 155 Indonesians, three South Koreans, and one person each from Singapore, Malaysia and Britain. The co-pilot was French.\n\nU.S. law enforcement and security officials said passenger and crew lists were being examined but nothing significant had turned up and the incident was regarded as an unexplained accident.\n\nIndonesia AirAsia is 49 percent owned by Malaysia-based budget carrier AirAsia.\n\nThe AirAsia group, including affiliates in Thailand, the Philippines and India, had not suffered a crash since its Malaysian budget operations began in 2002.\n\n(Additional reporting by Fergus Jensen, Wilda Asmarini, Charlotte Greenfield, Fransiska Nangoy, Cindy Silviana, Kanupriya Kapoor, Michael Taylor, Nilufar Rizki and Siva Govindasamy in JAKARTA/SURABAYA, Al-Zaquan Amer Hamzah and Praveen Menon in KUALA LUMPUR, Saeed Azhar, Rujun Shen and Anshuman Daga in SINGAPORE, Jane Wardell in SYDNEY, Tim Hepher in PARIS and Mark Hosenball, David Brunnstrom and Lesley Wroughton in WASHINGTON; Writing by Dean Yates and Robert Birsel; Editing by Nick Macfie and Mike Collett-White)"
  },
  {
    "path": "tests/data/text/reuters.com4.txt",
    "content": "1 of 2. A general view of Gartnavel General Hospital is seen in Glasgow, Scotland December 29, 2014.\n\nLONDON (Reuters) - A healthcare worker has been diagnosed with Ebola a day after flying home to Glasgow from Sierra Leone, the Scottish government said on Monday.\n\nThe patient is being treated in isolation at Glasgow's Gartnavel Hospital, having flown back to Scotland's largest city late on Sunday on a British Airways flight via Casablanca in Morocco and London's Heathrow.\n\n\"All possible contacts with the patient are now being investigated and anyone deemed to be at risk will be contacted and closely monitored,\" the Scottish government said in a statement.\n\n\"However, having been diagnosed in the very early stages of the illness, the risk to others is considered extremely low.\"\n\nThe patient, whom BBC sources described as a female aid worker, will be transferred to a high-level isolation unit in the Royal Free hospital in London.\n\nBritish Prime Minister Cameron has been informed, the Scottish government added.\n\nIn August, another British aid worker, William Pooley, contracted the disease after working Sierra Leone. He was discharged in September after treatment at the Royal Free hospital.\n\nWith more than 9,000 cases, Sierra Leone now accounts for nearly half of the known cases of Ebola in this year's West African outbreak, the worst ever. Neighbouring Liberia and Guinea have also been badly hit.\n\nThe World Health Organization on Monday said the number of people infected by Ebola in Liberia, Sierra Leone and Guinea -- the worst affected by the outbreak -- has passed 20,000, with more than 7,842 deaths in the epidemic so far.\n\n(Reporting by Andy Bruce in London and Ankur Banerjee in Bengaluru; Editing by Joyjeet Das)"
  },
  {
    "path": "tests/data/text/reuters.com5.txt",
    "content": "People are silhouetted as they pose with laptops in front of a screen projected with a Google logo, in this picture illustration taken in Zenica October 29, 2014.\n\nLarge numbers of Gmail Web addresses were cut off in China on Friday, said GreatFire.org, a China-based freedom of speech advocacy group. Users said the service was still down on Monday.\n\n\"I think the government is just trying to further eliminate Google's presence in China and even weaken its market overseas,\" said a member of GreatFire.org, who uses a pseudonym.\n\nGoogle's own Transparency Report, which shows real-time traffic to Google services, displayed a sharp drop-off in traffic to Gmail from China on Friday.\n\n\"We've checked and there's nothing wrong on our end,\" a Singapore-based spokesman for Google said in an email.\n\nIn Washington, the U.S. State Department expressed concern over China's actions.\n\n\"We encourage China to be transparent in its dealings with international companies and to consider the market signal it sends with such acts,\" State Department spokesman Jeff Rathke said.\n\nAlmost all of Google's services have been heavily disrupted in China since June this year, but until last week Gmail users could still access emails downloaded via protocols like IMAP, SMTP and POP3. These had let people communicate using Gmail on apps like the Apple iPhone's Mail and Microsoft Outlook.\n\nChina maintains tight control over the Internet, nipping in the bud any signs of dissent or challenges to the ruling Communist Party's leadership.\n\nThe country is host to the world's most sophisticated internet censorship mechanism, known as the Great Firewall of China. Critics say China has stepped up its disruption of foreign online services like Google over the past year to create an Internet cut off from the rest of the world.\n\nThe Google disruption began in the run-up to the 25th anniversary of the government's bloody crackdown on pro-democracy demonstrators around Beijing's Tiananmen Square on June 4, 1989.\n\nGmail's setback could make email communication difficult for companies operating in China, said GreatFire.\n\nChinese Foreign Ministry spokeswoman Hua Chunying said she did not know anything about Gmail being blocked, adding that the government was committed to providing a good business environment for foreign investors.\n\n\"China has consistently had a welcoming and supportive attitude towards foreign investors doing legitimate business here,\" she said. \"We will, as always, provide an open, transparent and good environment for foreign companies in China.\"\n\nOne popular way to get around China's internet censorship is to use a Virtual Private Network (VPN), which allows unhindered access to blocked sites and services.\n\n\"Using a VPN seems to be the only answer to doing anything these days online in China,\" said Zach Smith, a Beijing-based digital products manager at City Weekend magazine."
  },
  {
    "path": "tests/data/text/reuters.com6.txt",
    "content": ""
  },
  {
    "path": "tests/data/text/self.com1.txt",
    "content": "Blair Waldorf who? The headband has come a long way from its schoolgirl reputation, thanks to the recent efforts of the always-stylish Taylor Swift. When she recently stepped out in NYC wearing a sparkly hair accessory, she demonstrated three must-know rules to follow when pulling off the accessory:\n\nKeep Your Hair’s Movement: Unless you’re fighting with grown-out bangs, refrain from pulling your headband straight back. Instead, keep your hair’s natural movement by placing your style on top of the hair, not under and behind the ears.\n\nGo Easy on Styling: The simplest way to keep the accessory from looking stuffy is to skip elaborate updos and ringlet curls. Keep the hair more natural and use the headband to add structure.\n\nMake It the Focal Point: With a piece of bling like Taylor’s, keep the rest of the beauty look soft. Although she wore fuchsia lipstick, the singer opted for a matte variety to tone-down the vivid hue.\n\nRELATED:\n\nImage Credit: Getty"
  },
  {
    "path": "tests/data/text/self.com2.txt",
    "content": "Starting the New Year on a good note means skipping the stress—especially when it comes to your hair! But since many of us will be working in the hours leading up to the ball drop (often with little to no time to adjust between office and party) our suggestion is to prep your locks in the AM. With the right style and a few night-appropriate tricks, your hair won't need much upkeep to make it to midnight.\n\nLoose Waves\n\nStart with structured waves in the morning, wrapping small sections of hair (1-1 1/2-inch pieces) around a 1-inch curling iron for 20 to 30 seconds. Brush the ringlets out and throughout the day, they’ll smooth to soft waves. After work, apply a texturizing spray into the hair, spraying and scrunching each section to increase volume.\n\nGlam Topknot\n\nThe secret to a topknot is in the volume. In the morning apply a generous amount of dry shampoo from the scalp to the tip, scrunching the hair to add fullness. Then pull the hair up into a twisted topknot towards the top of the head. Hold with hairspray. At night, either pull a few front pieces out to soften the look or add a glitzy headband.\n\nMessy Fishtail\n\nPull off a lived-in braid the natural way. Start with a clean fishtail braid in the morning and let it naturally transition to messy-chic—pieces will fall out of the plait over time. At the end of the day, use a dry shampoo at the roots to make the entire style look lived in. Add a bow or leather cuff at the tip of the braid for subtle structure.\n\nRELATED:"
  },
  {
    "path": "tests/data/text/sitepoint.com1.txt",
    "content": "The HTTP Archive Report collates information from almost half a million of the web’s most popular websites. The latest figures indicate that average page weight has increased by 15% in one year to reach 1,953Kb — a little under 2Mb — and comprises 95 individual HTTP requests. While this is smaller than the 32% increase in 2013, it remains cause for concern.\n\nThe report analyzes publicly-accessible content and shopping web sites rather than complex web applications and provides a breakdown of the technologies used:\n\ntechnology end 2013 end 2014 increase HTML 57Kb 59Kb +4% CSS 46Kb 57Kb +24% JavaScript 276Kb 295Kb +7% Images 1,030Kb 1,243Kb +21% Flash 87Kb 76Kb -13% Other 205Kb 223Kb +9% Total 1,701Kb 1,953Kb +15%\n\nThese are average figures; a large proportion of pages will have greater file sizes.\n\nA 2Kb rise for HTML seems reasonable although it’s a significant quantity of content given the trend for simpler, more concise text.\n\nWhat surprises me most is CSS’s 11Kb rise. Responsive Web Design and CSS3 animations could account for some of this increase but there’s not been a drop in JavaScript. Despite the availability of CSS management and minification tools, the average site also makes six requests for CSS files.\n\nJavaScript has risen by 19Kb. This is confusing; the need for shims is reducing, effects can be handed to CSS3 and monolithic libraries have fallen from favor. Sites make an average of 18 JavaScript file requests, which is unchanged from last year — although a quarter of sites make more than 30 requests. Perhaps some of the gain can be explained by increasingly sophisticated/bloated social networking scripts?\n\n27% of sites continue to use Flash — a fall of 5% over the year. The majority is used for advertising, video, and games. Flash hasn’t dropped as fast as expected but its future is clear.\n\nThere’s been a 9% increase for “other” files. That figure doubled in 2013 but, back then, custom fonts and icon fonts were relatively new.\n\nFinally, images are responsible for 85% of the weight gain. Using high-resolution (Retina) images could account for some of this hike, except:\n\nPages contain more than fifty images, which seems excessive.\n\nRetina accounts for a relatively small proportion of devices.\n\nSVG, icon fonts, and CSS3 effects can replace many images.\n\nThere are numerous tools to help reduce file sizes.\n\nAdditional Factors\n\nThe survey also reveals:\n\n95 HTTP requests are made per page — a drop of a single request from last year.\n\nPages contain 862 DOM elements.\n\nResources are loaded from sixteen domains with a maximum of 52 requests per domain.\n\nThe average PageSpeed score is 78 out of 100 — which is surprisingly good, given the bloat.\n\n46% of pages use Google libraries.\n\n47% of pages use custom fonts.\n\n79% of responses are compressed (gzip’d).\n\n14% of pages are loaded over HTTPS.\n\n20% of pages use localStorage.\n\n65% of pages use iframes (mostly videos and advertising).\n\n74% of pages use at least one redirect — which seems high.\n\nThe Primary Suspects\n\nA 15% increase is less extravagant than the 32% rise in 2013 and the 30% rise in 2012, but it’s still too much. Has your bandwidth increased more than 15% in the past twelve months? A third of web users now use mobile devices — will they appreciate the additional weight?\n\nLet’s put this into context for website owners. Bloated pages adversely affect your profitability:\n\nUsers have a slower experience. It doesn’t matter how great your site looks — people will not wait. There’s little point creating a site that works on mobile devices when your pages are 2Mb. Responsive Web Design != a responsive website. Are you losing up to a third of potential customers? Google will downgrade your site and harm your search engine optimization efforts (though we’re never sure exactly how much this matters to Google’s algorithm). Your hosting costs will increase. The more code you use, the more likely it will break. Updates and maintenance are more difficult, take longer and cost more.\n\nIt’s ironic that web developers praise the benefits of cross-device HTML5 apps when a single page is often larger to download and slower than an equivalent native app.\n\nOverweight pages are unnecessary. My primary suspects remain bloated CMS templates and frameworks. They offer a cheaper and quicker development route at the expense of quality, efficiency and performance. Many are packed with features you’ll never use, but removing them can be laborious, tedious, and time-consuming.\n\nWe can summarize the problem in one simple word: laziness. Developers are at fault — that’s you and me. We have plenty of excuses:\n\nthere’s never enough time\n\nthe client insisted it should be done this way\n\nthe budget/schedule is too tight\n\nI inherited a shoddy system\n\nI don’t have the tools\n\nWhether it’s technical boundaries or a failure to explain issues, it’s still laziness. We work at the coal face; the final decisions are ours alone. Why create a badly-optimized site when many bloat-blasting solutions are simple and take minutes to implement?\n\nClients rarely appreciate the efficiency gains we make but they don’t understand anything we do. We are the experts, and minimizing page weight is an essential part of the job. Do it. It’s easier to beg for forgiveness than to ask for permission.\n\n</rant></soapbox>\n\nAre you concerned by the web obesity problem? Are you pleased the scale of increases has dropped? Do you or fellow developers struggle to implement optimization techniques or to explain them to clients? Do you think there are other causes? Is Craig being too simplistic and shouty?!"
  },
  {
    "path": "tests/data/text/sitepoint.com2.txt",
    "content": "One great way of organically promoting your application is to provide “badges”; snippets of content that people can embed on their own websites.\n\nThis can contain up-to-the-minute information from your application about a user, piece of content or another object, dynamically generated and inserted into other websites. This is probably best illustrated with some examples:\n\nIn this article I’m going to take a look at some of the ways you can implement this.\n\nSetting up our Example Application\n\nAll the code from this tutorial is available on Github. There’s also an online demo.\n\nFirst, we’ll define our application’s dependencies using Composer:\n\n\"silex/silex\": \"~2.0@dev\", \"twig/twig\": \">=1.8,<2.0-dev\", \"smottt/wideimage\": \"dev-master\"\n\nNow, in index.php , let’s pull in the Composer-generated autoloader, add our use statement, initialize our Silex application and setup Twig templating:\n\nrequire_once __DIR__.'/../vendor/autoload.php'; use Symfony\\Component\\HttpFoundation\\Request, Symfony\\Component\\HttpFoundation\\Response, WideImage\\WideImage; $app = new Silex\\Application(); // Register the Twig service provider $app->register(new Silex\\Provider\\TwigServiceProvider(), array( 'twig.path' => __DIR__.'/../views', ));\n\nLet’s create a data-store of users, with some information about them which will form the basis of our example “badges”. For simplicity, we’ll use a static array; in practice you’d use a database, but it ought to be pretty simple to swap this out for something more dynamic. We’ll inject it into the application container like so:\n\n/** * For simplicity, our datastore is a really simple, static array */ $app['datastore'] = function(){ return [ 'users' => [ 'dave' => [ 'avatar' => 'man1.png', 'trophies' => 1, 'rank' => 'Novice', ], 'jim' => [ 'avatar' => 'man2.png', 'trophies' => 2, 'rank' => 'Intermediate', ], 'helen' => [ 'avatar' => 'woman1.png', 'trophies' => 4, 'rank' => 'Grand Master', ], ] ]; };\n\nNow that we’ve got a basic application set up along with some data, let’s go through three approaches to how you can provide an embeddable “badge” which displays this data for a given user.\n\nIFrames\n\nIFrames are arguably a dirty word in web circles, perhaps deservedly so. But they are a common and practical approach to embedding content from one site into another.\n\nLet’s start with this approach; later we can reuse some of the code when we try out the JavaScript method.\n\nStart with a simple Twig template, which creates some HTML – with inlined styles, to minimize HTTP requests – which contains our “badge” as a <div> :\n\n<!-- /views/badge.twig --> <html> <head> <title>{{ username }}</title> <style> .badge { width: 250px; height: 80px; border: solid 1px #ccc; clear: both; } .avatar { float: left; width: 80px; } .badge .avatar img { margin: 10px 0 0 10px } .badge .info { width: 170px; float: right; } .badge .info h3 { margin: 0.25em 0; } .badge .info h4 { margin: 0.25em 0; color: #666; } </style> </head> <body> <div class=\"badge\"> <div class=\"avatar\"> <img src=\"{{ imagepath }}/{{ user.avatar }}\"> </div> <div class=\"info\"> <h3>{{ username }}</h3> <h4>{{ user.rank }}</h4> <div class=\"trophies\"> {% for i in 1..user.trophies %} <img src=\"{{ imagepath }}/trophy.png\"> {% endfor %} </div> </div> </div> </body> </html>\n\nThis is all pretty straightforward. Notice how we’re incorporating a variable named imagepath which we’ll set server-side, which is going to take care of one very important aspect – any images we incorporate must be referenced using absolute URLs.\n\nNow the corresponding route:\n\n/** * Dynamically-generated HTML for embedding in an iFrame */ $app->get('/iframe/{username}', function(Request $request, $username) use ($app) { // Check that the user in question exists if (!isset($app['datastore']['users'][$username])) { // No user with that username, throw a 404 $app->abort(404, \"User $username does not exist.\"); } // Get the user record $user = $app['datastore']['users'][$username]; return $app['twig']->render('badge.twig', [ 'username' => $username, 'imagepath' => ( ($request->server->get('HTTP_PORT') == 443) ? 'https' : 'http' ) . '://' . $request->server->get('HTTP_HOST') . '/images', 'user' => $user, ] ); });\n\nAll pretty straightforward. The bit which populates $imagepath is a bit quick-and-dirty, but it’ll do the job for now.\n\nEmbedding this into a third-party site is really simple:\n\n<iframe src=\"/iframe/dave\" width=\"300\" height=\"100\"></iframe>\n\nLater we’ll look at some of the things you need to think about with the iframe approach; for now, let’s move onto method number two.\n\nDynamically Created Images\n\nOne of the simplest ways to implement this is to provide a URL to an image, which gets created server-side.\n\nHere’s a screenshot of the sort of image we’re going to create:\n\nOkay, it won’t win any awards for design, but you can use the same approach to create much more visually appealing images than this.\n\nYou’ll find the necessary resources – the background and trophy images, avatars and fonts – in the example application’s repository.\n\nHere’s some example code to dynamically generate an embeddable image:\n\n/** * Dynamically-generated image */ $app->get('/image/{username}', function($username) use ($app) { // Check that the user in question exists if (!isset($app['datastore']['users'][$username])) { // No user with that username, throw a 404 $app->abort(404, \"User $username does not exist.\"); } // Get the user record $user = $app['datastore']['users'][$username]; // Load the background $background = WideImage::load(__DIR__.'/../resources/images/background.png'); // Load the avatar $avatar = WideImage::load(__DIR__.'/images/' . $user['avatar']); // Load the trophy image $trophy = WideImage::load(__DIR__.'/images/trophy.png'); // Paste the avatar onto the background $im = $background->merge($avatar, 10, 20); // Get the canvas $canvas = $im->getCanvas(); // Set the font for the username $canvas->useFont(__DIR__.'/../resources/fonts/VeraBd.ttf', 12, $im->allocateColor(0, 0, 0)); // Write the username onto the canvas $canvas->writeText(70, 15, $username); // Choose a slightly smaller, non-bold font $canvas->useFont(__DIR__.'/../resources/fonts/Vera.ttf', 9, $im->allocateColor(0, 0, 0)); // Write the rank $canvas->writeText(70, 35, $user['rank']); // Now add the appropriate number of trophies $x = 70; for ($i = 0; $i < $user['trophies']; $i++) { $im = $im->merge($trophy, $x, 55); $x += 20; } // Finally, output the image to the screen return $im->output('png'); });\n\nIt’s pretty much self-documented, and should be pretty simple to adapt to your needs or with better images. Note that we’re taking the background image from a non-web accessible directory ( resources ), but the avatars and trophy icon are in the public directory.\n\nEmbedding this into a third-party website couldn’t be simpler:\n\n<img src=\"http://example.com/image/helen\">\n\nYou’ll note that there’s no file extension; this doesn’t matter, though, since WideImage’s output() method will set the appropriate headers for you.\n\nThere are a couple of improvements we could make. For one thing, we’re generating a new image on each request. However you can use WideImage’s saveToFile() method to cache the results, like so:\n\n$im->saveToFile('/path/to/badge.png');\n\nIt might also be better to provide a default image when the requested user cannot be found, rather than issuing a 404 error.\n\nNow onto the third and final approach.\n\nJavascript\n\nUsing JavaScript to dynamically create embedded content is amongst the most common, and perhaps the most flexible approach.\n\nAgain we’re going to generate some HTML, but this time we’ll return a simple snippet of JavaScript that will write it to the host page. All that requires is that the host website insert a simple <script> tag where they want our content to appear.\n\nWe’ll re-use the Twig template from earlier, but this time the route looks slightly different:\n\n/** * Dynamically-generated JavaScript */ $app->get('/js/{username}', function(Request $request, $username) use ($app) { // Check that the user in question exists if (!isset($app['datastore']['users'][$username])) { // No user with that username, throw a 404 $app->abort(404, \"User $username does not exist.\"); } // Get the user record $user = $app['datastore']['users'][$username]; // Build the HTML $html = $app['twig']->render('badge.twig', [ 'username' => $username, 'imagepath' => ( ($request->server->get('HTTP_PORT') == 443) ? 'https' : 'http' ) . '://' . $request->server->get('HTTP_HOST') . '/images', 'user' => $user, ] ); // Minify the HTML, ensuring we wind up with one long string $minified = preg_replace( array( '/ {2,}/', '/<!--.*?-->|\\t|(?:\\r?\n\n[ \\t]*)+/s' ), array( ' ', '' ), $html ); // Return a document.write with the minified, populated HTML as its argument return new Response( sprintf('document.write(\\'%s\\');', $minified), 200, [ 'Content-Type', 'text/javascript' ] ); });\n\nThe first part is identical to the iframe approach. This time, though, we’re generating a simple document.write . Before we can do that, we use a little preg_replace magic to minify the resulting HTML – which also ensures it will all be on one line – then insert it into some very simple dynamically created JavaScript.\n\nEmbedding this into a page is just as simple:\n\n<div><script src=\"/js/jim\"></script></div>\n\nStrictly speaking, we don’t even need that container DIV, but it can be used to apply styling on the host site.\n\nNow that we’ve examined three approaches, let’s look at some of the things you need to think about when deciding which of these approaches to take.\n\nConsiderations\n\nWhen choosing an approach to this problem, there are a few things you need to weigh up.\n\nCMS’s\n\nIf you’re intending people to be able to embed content into the body of CMS-driven content or within blog posts, it’s worth bearing in mind that any CMS or blog software worth its salt will block certain types of content. Inline scripts are almost certainly out. IFrames are probably going to be stripped out. That probably just leaves image tags.\n\nStyling\n\nThere are a few ways to approach styling; perhaps you want to control everything, keeping your badges consistent across sites. Alternatively, you could provide default styles but allow site owners the flexibility to override them to better fit the design of their site.\n\nObviously images cannot be customized; aside, perhaps, their sizing. If you use iframes, it’s worth noting that any styling applied to the parent page will not be inherited by your content. On the other hand if you use the JavaScript approach, it may well be possible to override the styling, depending on specificity and how you incorporate your styles. The demo page that comes with the example application shows this in action.\n\nCustomization\n\nPerhaps, like Stackoverflow and their “User Flair” badges, you want to provide a number of alternative styles – light and dark, for example. This is entirely possible with any of the approaches I’ve outlined, though it’s arguably slightly more difficult with the image tag approach.\n\nAdvanced\n\nSo far our embeddable content has been dynamically generated, but in no way interactive. A Facebook “like” button, for example, doesn’t just provide a count – it also allows people to perform the “like” action from within the page. That sort of interactivity will be covered in a later article.\n\nSummary\n\nEmbeddable content is great way to promote your site. It can be used not only to link back to your site but to provide “live” content, right there on a third-party “host” website.\n\nWe’ve looked at three common approaches to this – images, iframes and JavaScript. We’ve looked at some of the things you need to think about when deciding which one to use, along with some pitfalls to be wary of."
  },
  {
    "path": "tests/data/text/slate.com1.txt",
    "content": "LAST PARAGRAPH IS MISSED, SHAME BECAUSE THE REST OF THE *HUGE* ARTICLE IS EXTRACTED PROPERLY\n"
  },
  {
    "path": "tests/data/text/slate.com2.txt",
    "content": "The biggest challenge to Brazil’s World Cup preparations over the past few weeks has been the chaos caused by striking public workers . While São Paulo subway workers voted to at least temporarily suspend their strikes on Monday night, protests by activists angry at the money being spent by Brazil to host the event are expected to continue throughout the World Cup .\n\nThough nowhere near the size of last year’s broad-based social movement, which brought millions to the streets, protests have been building back up in recent months. The tournament, which begins Thursday in São Paulo, has reportedly cost in excess of $11 billion, money protesters say could have been spent on public infrastructure. The movement has already produced its share of powerful images. Here are some of the most striking photos."
  },
  {
    "path": "tests/data/text/space.com1.txt",
    "content": "Reference:\n\nNASA's Hubble Space Telescope snapped this shot of Mars on Aug. 26, 2003, when the Red Planet was 34.7 million miles from Earth. The picture was taken just 11 hours before Mars made its closest approach to us in 60,000 years.\n\nCredit: NASA/ESA View full size image\n\nMars is the fourth planet from the sun. Befitting the red planet's bloody color, the Romans named it after their god of war. The Romans copied the ancient Greeks, who also named the planet after their god of war, Ares. Other civilizations also typically gave the planet names based on its color — for example, the Egyptians named it \"Her Desher,\" meaning \"the red one,\" while ancient Chinese astronomers dubbed it \"the fire star.\"\n\nPhysical characteristics\n\nRegolith\n\nThe bright rust color Mars is known for is due to iron-rich minerals in its regolith — the loose dust and rock covering its surface. The soil of Earth is a kind of regolith, albeit one loaded with organic content. According to NASA, the iron minerals oxidize, or rust, causing the soil to look red.\n\nGeology\n\nThe cold, thin atmosphere means liquid water currently cannot exist on the Martian surface for any length of time. This means that although this desert planet is just half the diameter of Earth, it has the same amount of dry land.\n\nThe red planet is home to both the highest mountain and the deepest, longest valley in the solar system. Olympus Mons is roughly 17 miles (27 kilometers) high, about three times as tall as Mount Everest, while the Valles Marineris system of valleys — named after the Mariner 9 probe that discovered it in 1971 — can go as deep as 6 miles (10 km) and runs east-west for roughly 2,500 miles (4,000 km), about one-fifth of the distance around Mars and close to the width of Australia or the distance from Philadelphia to San Diego.\n\nSpace.com Exclusive T-shirt. Available to Populate Mars.\n\nCredit: Space.com Store View full size image Space.com Exclusive T-shirt. Available to Populate Mars. Buy Now\n\nMars has the largest volcanoes in the solar system, including Olympus Mons, which is about 370 miles (600 km) in diameter, wide enough to cover the entire state of New Mexico. It is a shield volcano, with slopes that rise gradually like those of Hawaiian volcanoes, and was created by eruptions of lavas that flowed for long distances before solidifying. Mars also has many other kinds of volcanic landforms, from small, steep-sided cones to enormous plains coated in hardened lava. Some minor eruptions might still occur on the planet.\n\nScientists think the Valles Marineris formed mostly by rifting of the crust as it got stretched. Individual canyons within the system are as much as 60 miles (100 km) wide. They merge in the central part of the Valles Marineris in a region as much as 370 miles (600 km) wide. Large channels emerging from the ends of some canyons and layered sediments within suggest the canyons might once have been filled with liquid water.\n\nChannels, valleys, and gullies are found all over Mars, and suggest that liquid water might have flowed across the planet's surface in recent times. Some channels can be 60 miles (100 km) wide and 1,200 miles (2,000 km) long. Water may still lie in cracks and pores in underground rock.\n\nMany regions of Mars are flat, low-lying plains. The lowest of the northern plains are among the flattest, smoothest places in the solar system, potentially created by water that once flowed across the Martian surface. The northern hemisphere mostly lies at a lower elevation than the southern hemisphere, suggesting the crust may be thinner in the north than in the south. This difference between the north and south might be due to a very large impact shortly after the birth of Mars.\n\nThe number of craters on Mars varies dramatically from place to place, depending on how old the surface is. Much of the surface of the southern hemisphere is extremely old, and so has many craters — including the planet's largest, 1,400-mile-wide (2,300 km) Hellas Planitia — while that of northern hemisphere is younger and so has fewer craters. Some volcanoes have few craters, which suggests they erupted recently, with the resulting lava covering up any old craters. Some craters have unusual-looking deposits of debris around them resembling solidified mudflows, potentially indicating that impactor hit underground water or ice.\n\nPolar caps\n\nVast deposits of what appear to be finely layered stacks of water ice and dust extend from the poles to latitudes of about 80 degrees in both hemispheres. These were probably deposited by the atmosphere over long spans of time. On top of much of these layered deposits in both hemispheres are caps of water ice that remain frozen all year round. Additional seasonal caps of frost appear in the wintertime. These are made of solid carbon dioxide, also known as \"dry ice,\" which has condensed from carbon dioxide gas in the atmosphere, and in the deepest part of the winter, this frost can extend from the poles to latitudes as low as 45 degrees, or halfway to the equator. The dry ice layer appears to have a fluffy texture, like freshly fallen snow, according to the report in the Journal of Geophysical Research-Planets.\n\nClimate\n\nMars is much colder than Earth, in large part due to its greater distance from the sun. The average temperature is about minus 80 degrees Fahrenheit (minus 60 degrees Celsius), although they can vary from minus 195 F (minus 125 C) near the poles during the winter to as much as 70 F (20 C) at midday near the equator.\n\nThe carbon-dioxide-rich atmosphere of Mars is also roughly 100 times less dense than Earth's on average, but it is nevertheless thick enough to support weather, clouds and winds. The density of the atmosphere varies seasonally, as winter forces carbon dioxide to freeze out of the Martian air.\n\nNASA’s Mars Reconnaissance Orbiter found the first definitive detections of carbon-dioxide snow clouds, making Mars the only body in the solar system known to host the unusual winter weather. The red planet also causes water-ice snow to fall from the clouds.\n\nThe dust storms of the Mars are the largest in the solar system, capable of blanketing the entire red planet and lasting for months. One theory as to why dust storms can grow so big on Mars starts with airborne dust particles absorbing sunlight, warming the Martian atmosphere in their vicinity. Warm pockets of air flow toward colder regions, generating winds. Strong winds lift more dust off the ground, which in turn heats the atmosphere, raising more wind and kicking up more dust.\n\nOrbital characteristics\n\nThe axis of Mars, like Earth's, is tilted with relation to the sun. This means that like Earth, the amount of sunlight falling on certain parts of the planet can vary widely during the year, giving Mars seasons.\n\nHowever, the seasons that Mars experiences are more extreme than Earth's because the red planet's elliptical, oval-shaped orbit around the sun is more elongated than that of any of the other major planets. When Mars is closest to the sun, its southern hemisphere is tilted toward the sun, giving it a short, very hot summer, while the northern hemisphere experiences a short, cold winter. When Mars is farthest from the sun, the northern hemisphere is tilted toward the sun, giving it a long, mild summer, while the southern hemisphere experiences a long, cold winter.\n\nComposition & structure\n\nAtmospheric composition (by volume):\n\n95.32 percent carbon dioxide, 2.7 percent nitrogen, 1.6 percent argon, 0.13 percent oxygen, 0.08 percent carbon monoxide, minor amounts of water, nitrogen oxide, neon, hydrogen-deuterium-oxygen, krypton, xenon\n\nMagnetic field: Mars currently has no global magnetic field, but there are regions of its crust that can be at least 10 times more strongly magnetized than anything measured on Earth, remnants of an ancient global magnetic field.\n\nChemical composition: Mars likely has a solid core composed of iron, nickel, and sulfur. The mantle of Mars is probably similar to Earth's in that it is composed mostly of peridotite, which is made up primarily of silicon, oxygen, iron and magnesium. The crust is probably largely made of the volcanic rock basalt, which is also common in the crusts of the Earth and the moon, although some crustal rocks, especially in the northern hemisphere, may be a form of andesite, a volcanic rock that contains more silica than basalt does.\n\nInternal structure: Scientists think that on average, the Martian core is about 1,800 and 2,400 miles in diameter (3,000 and 4,000 km), its mantle is about 900 to 1,200 miles (5,400 to 7,200 km) wide and its crust is about 30 miles (50 km) thick.\n\nOrbit & rotation\n\nAverage distance from the sun: 141,633,260 miles (227,936,640 km). By comparison: 1.524 times that of Earth\n\nPerihelion (closest): 128,400,000 miles (206,600,000 km). By comparison: 1.404 times that of Earth\n\nAphelion (farthest): 154,900,000 miles (249,200,000 km). By comparison: 1.638 times that of Earth\n\nThe moons of Mars\n\nThe two moons of Mars, Phobos and Deimos, were discovered by American astronomer Asaph Hall over the course of a week in 1877. Hall had almost given up his search for a moon of Mars, but his wife, Angelina, urged him on — he discovered Deimos the next night, and Phobos six days after that. He named the moons after the sons of the Greek war god Ares — Phobos means \"fear,\" while Deimos means \"rout.\"\n\nBoth Phobos and Deimos are apparently made of carbon-rich rock mixed with ice and are covered in dust and loose rocks. They are tiny next to Earth's moon, and are irregularly shaped, since they lack enough gravity to pull themselves into a more circular form. The widest Phobos gets is about 17 miles (27 km), and the widest Deimos gets is roughly nine miles (15 km).\n\nBoth moons are pockmarked with craters from meteor impacts. The surface of Phobos also possesses an intricate pattern of grooves, which may be cracks that formed after the impact created the moon's largest crater — a hole about 6 miles (10 km) wide, or nearly half the width of Phobos. They always show the same face to Mars, just as our moon does to Earth.\n\nIt remains uncertain how Phobos and Deimos were born. They may have been asteroids captured by Mars' gravitational pull, or they may have been formed in orbit around Mars the same time the planet came into existence. Ultraviolet light reflected from Phobos provides strong evidence for its capture origin, according to astronomers at the University of Padova in Italy.\n\nPhobos is gradually spiraling toward Mars, drawing about 6 feet (1.8 meters) closer to the red planet each century. Within 50 million years, Phobos will either smash into Mars or break up and form a ring of debris around the planet.\n\nBoth moons are potential targets for exploration. One NASA plan envisions bombarding Phobos with small, spiky spherical rovers called hedgehogs.\n\nThe planet Mars is the fourth planet from the sun and named after the Roman God of War and is also called the Red Planet.\n\nCredit: Karl Tate, SPACE.com View full size image The planet Mars is the fourth planet from the sun and named after the Roman God of War and is also called the Red Planet. See what makes Mars tick with this Space.com infographic looking inside the Red Planet\n\nResearch & exploration\n\nThe first person to watch Mars with a telescope was Galileo Galilei, and in the century after him, astronomers discovered its polar ice caps. In the 19th and 20th centuries, researchers believed they saw a network of long, straight canals on Mars, hinting at civilization, although later these often proved to be mistaken interpretations of dark regions they saw.\n\nRobot spacecraft began observing Mars in the 1960s, with the United States launching Mariner 4 there in 1964 and Mariners 6 and 7 in 1969. They revealed Mars to be a barren world, without any signs of the life or civilizations people had imagined there. In 1971, Mariner 9 orbited Mars, mapping about 80 percent of the planet and discovering its volcanoes and canyons.\n\nNASA's Viking 1 lander touched down onto the surface of Mars in 1976, the first successful landing onto the Red Planet. It took the first close-up pictures of the Martian surface but found no strong evidence for life.\n\nThe next two craft to successfully reach Mars were the Mars Pathfinder, a lander, and Mars Global Surveyor, an orbiter, both launched in 1996. A small robot onboard Pathfinder named Sojourner — the first wheeled rover to explore the surface of another planet — ventured over the planet's surface analyzing rocks.\n\nIn 2001, the United States launched the Mars Odyssey probe, which discovered vast amount of water ice beneath the Martian surface, mostly in the upper three feet (one meter). It remains uncertain whether more water lies underneath, since the probe cannot see water any deeper.\n\nIn 2003, the closest Mars had passed to Earth in nearly 60,000 years, NASA launched two rovers, nicknamed Spirit and Opportunity, which explored different regions of the Martian surface, and both found signs that water once flowed on the planet's surface. In 2008, NASA sent another mission, Phoenix, to land in the northern plains of Mars and search for water,\n\nTwo orbiters — NASA's Mars Reconnaissance Orbiter and ESA's Mars Express — are keeping Mars Odyssey company over the planet. In 2011, NASA's Mars Science Laboratory mission, with its rover named Mars Curiosity, began to investigate Martian rocks to determine the geologic processes that created them and find out more about the present and past habitability of Mars. Among its findings is the first meteorite on the surface of the red planet.\n\nIn September 2014, India’s Mars Orbiter Mission reached the red planet, making it the fourth nation to successfully enter orbit around Mars.\n\nRobots aren’t the only ones looking to buy a ticket to Mars. A workshop group of government, academic, and industry scientists have found that a NASA-led manned mission to Mars should be possible by the 2030s. But NASA isn’t the only one with Martian astronaut hopefuls.. The Mars One colony project is looking to send private citizens on a one-way trip to the red planet.\n\nPossibility of life\n\nMars could have once harbored life. Some conjecture that life might still exist there even today. A number of researchers have even speculated that life on Earth may have seeded Mars, or that life on Mars seeded Earth.\n\nThe most public scientific claim for life on Mars came in 1996. Geologist David McKay at NASA's Johnson Space Center in Houston and his colleagues focused on rocks blasted off the surface of Mars by cosmic impacts that landed on Earth. Within they found complex organic molecules, grains of a mineral called magnetite that can form within some kinds of bacteria, and tiny structures that resembled fossilized microbes. However, these claims have proven controversial, and there is no consensus as to whether they are signs of life.\n\nMars may have possessed oceans on its surface in the past, providing an environment for life to develop. Although the red planet is a cold desert today, researchers suggest that liquid water may be present underground, providing a potential refuge for any life that might still exist there. The rover Curiosity has found evidence for a lake that could have once supported life on the red planet, after previously establishing that the planet had the key ingredients present for life to evolve.\n\nEnthusiasm and excitement on Earth over the possibility of life on the red planet are revealed by the flurry of excitement that greets interesting objects spotted by orbiters and landers. While the Face on Mars garnered attention for the past four decades after it was first spotted by Viking 1, rovers today show close-ups of objects — such as a weathered Martian rock claimed to be a ‘thigh bone’ and a likely shiny rock that raised furor on the internet as a UFO light.\n\nAdditional resources\n\nRead about and see pictures of more than 40 missions to Mars.\n\nFollow the rover Curiosity as it makes its way across the Martian terrain.\n\nLearn more about Mars at NASA's Solar System Exploration website.\n\nRelated:\n\nAlso see:\n\nLearn more about each of the primary planets:"
  },
  {
    "path": "tests/data/text/space.com2.txt",
    "content": "The logo of NASA, the National Aeronautics and Space Administration.\n\nCredit: NASA View full size image\n\nWASHINGTON — NASA will receive $18 billion for 2015, more than a half a billion dollars above the Obama administration’s original request, under the terms of an omnibus spending bill released late Dec. 9.\n\nThe appropriations bill, which funds NASA and most of the rest of the federal government for the remainder of the fiscal year that began Oct. 1, gives the agency $17.99 billion, including increases for several major exploration and science programs. That total is $530 million above the administration's request of $17.46 billion for the agency, and about $100 million above separate House and Senate appropriations bills considered earlier this year. It's also nearly $350 million above NASA’s enacted 2014 budget of $17.65 billion.\n\nTwo major elements of NASA's exploration strategy won funding boosts in the final bill. The Space Launch System heavy-lift rocket will receive $1.7 billion, an increase of $320 million over the administration’s request. The Orion spacecraft will get $1.194 billion, an increase of $141.2 million over the request.\n\nArtist’s concept of Orion separating from SLS rocket.\n\nCredit: NASA View full size image Artist’s concept of Orion separating from SLS rocket.\n\nThe bill also requires NASA to submit in its next budget proposal five-year funding projections for the SLS and Orion programs that match the budget and schedule estimates for those programs developed in recent or ongoing reviews. Those estimates, developed by NASA for a program milestone called Key Decision Point C (KDP-C), were completed for SLS in August and will be completed for Orion in the spring of 2015.\n\nThe bill specifically requires those projections for the SLS to show completion by December 2017. The KDP-C review for SLS estimated that the vehicle would be ready for its first launch no later than November 2018.\n\nNASA's planetary science program won an increase of $157 million, to $1.438 billion for 2015. The bill sets aside $100 million of that funding for a proposed Europa mission, for which the White House had requested just $15 million.\n\nNASA's astrophysics program won a $77.5 million increase, to $684.8 million, in the omnibus bill. That includes $70 million for the Stratospheric Observatory for Infrared Astronomy, an airborne telescope for which NASA requested only $12 million. NASA had planned to mothball the flying observatory in 2015 if it could not find partners to fund the telescope's annual operating cost of about $85 million.\n\nThe SOFIA flying observatory.\n\nCredit: NASA View full size image The SOFIA flying observatory.\n\nNASA's commercial crew program received $805 million in the bill, less than the requested $848 million but more than the program received in previous years. The omnibus bill leaves out a controversial provision from the Senate's appropriations bill that would have required certified cost and pricing data from commercial crew companies. That language was opposed by many supporters of the commercial crew program, as well as by the White House.\n\nNASA's aeronautics program received $651 million, an increase of $100 million over the administration’s request. In a report accompanying the bill, appropriators directed NASA to apply the additional funds proportionally across the programs in that mission directorate.\n\nNASA's space technology program was cut by nearly $110 million from the administration's request, to $596 million. Appropriators offered no specific rationale for the cut in report language, nor direction on how to apply the reduced funding among its programs.\n\nOther parts of the agency's budget saw only minimal changes from the administration's request. The bill includes $3.828 billion for space operations; $2.759 billion for safety, security, and mission operations (formerly known as cross-agency support); $419.1 million for construction; $119 million for education; and $37 million for the agency’s inspector general.\n\nThe overall bill, sometimes called a \"cromnibus\" since it serves as only a continuing resolution (CR) for the Department of Homeland Security through February 2015, was slated to be voted on by the House Dec. 11, and immediately thereafter by the Senate. The federal government is currently funded by a continuing resolution that expired at midnight of Dec. 11, and another short-term continuing resolution, lasting only a few days, was needed to keep the government operating until Congress passes the omnibus bill.\n\nThis story was provided by SpaceNews, dedicated to covering all aspects of the space industry."
  },
  {
    "path": "tests/data/text/spanish.txt",
    "content": "Las discrepancias jurídicas entre el juez José Castro y el fiscal anticorrupción Pedro Horrach han quedado de manifiesto en la resolución dictada por el titular del Juzgado de Instrucción 3 de Palma, en la que cita a declarar a la hija del Rey. 27-06-2012 | Efe\n\nEl fiscal Pedro Horrach está perfilando con el jefe de la Fiscalía Anticorrupción, Antonio Salinas, en Madrid, la estrategia jurídica que seguirá tras el auto dictado por el juez José Castro en el que acuerda citar en calidad de imputada a la infanta Cristina de Borbón y Grecia el próximo 8 de marzo en Palma por los delitos de blanqueo de capitales y contra la Hacienda Pública.\n\nHorrach duda si insistir en su postura de dejar al margen a la hija menor del Rey de los indicios incriminatorios citados por el instructor del ‘caso Nóos’, como ya lo hizo por escrito el pasado mes de noviembre o, por el contrario, se limita exponer de manera sucinta su punto de vista para apoyar el recurso que ya ha anunciado el abogado de la Infanta, Miquel Roca.\n\nConsenso\n\nEl fiscal anticorrupción se entrevistó ayer con su superior, Antonio Salinas, con el objetivo de analizar el extenso auto – 227 folios– de Castro y consensuar una postura común. En principio, Horrach no está dispuesto a entrar al trapo de las argumentaciones del titular del Juzgado de Instrucción 3 de Palma, que le reprocha en su resolución que defienda a ultranza a la Infanta y no haga lo mismo, por ejemplo, con otros imputados. «Las meras conjeturas o sospechas no constituyen elementos válidos de imputación», sostenía Horrach, que ya había recurrido el pasado abril contra la primera imputación de la infanta, que anuló la Audiencia de Palma.\n\nAsimismo, el juez Castro realizó ayer por la mañana unas breves declaraciones sobre su auto ante un grupo de periodistas a su llegada a los juzgados de Vía Alemania. «Uno lo hace para que se valide, pero luego si se valida o no, no lo sé», dijo el instructor del ‘caso Noos’ en relación a la decisión que debe adoptar la Audiencia de Palma sobre los previsibles recursos anunciados contra la imputación de la infanta Cristina.\n\n«No lo sé», manifestó Castro, que al ser preguntado por la presentación de recursos contra la imputación, declaró: «No estoy en la intención de ellos», en alusión a las partes. En relación a la reacción de la Casa Real al auto en el que llama a declarar a doña Cristina como imputada, Castro se limitó a manifestar «respeto también».\n\nEl juez señala en el auto que hay indicios claros de que la hija menor del Rey pudo haber cometido delitos fiscales a través de la empresa Aizoon, que compartía al 50 % con su marido, Iñaki Urdangarin, una sociedad presuntamente creada para canalizar fondos obtenidos fraudulentamente a través del Instituto Nóos. Esta es la segunda ocasión en que el juez Castro imputa a la esposa de Iñaki Urdangarin. Ya lo hizo en abril, pero la Audiencia anuló su decisión."
  },
  {
    "path": "tests/data/text/syracuse.com1.txt",
    "content": "Today on the first day of Kwanzaa, a week-long celebration which honors African heritage in African-American culture, children at the Beauchamp Branch Library read Kwanzaa stories and make related crafts in a celebration organized by Children's Librarian Anne Gregory. In addition a related exhibit, Kwanzaa and the African Diaspora by Vanessa Johnson is on display at the library."
  },
  {
    "path": "tests/data/text/syracuse.com2.txt",
    "content": "The Onondaga Historical Association leads groups through the Hotel Syracuse today on Historic Ghostwalks from 1 - 3:30 p.m. In what's subtitled 'Suite Stories' people tour many of the public spaces at the hotel as actors play personalities from the hotel's past. The building opened in 1924 and many famous names have been guests. A feature of the event is a view of Carl Roters 40 foot mural above the registration desk which has been covered with mirrors for the last 37 years.\n\nHere's an update from the OHA :\n\n• Reservation can only be made online at www.hotelsyracuseghostwalk.eventbrite.com, not by calling OHA\n\n• There are no walk-ins allowed\n\n• There are a limited amount of tickets being added today, December 29th, at 2 P.M. for the January 3rd tours.\n\n"
  },
  {
    "path": "tests/data/text/talkingpointsmemo.com1.txt",
    "content": "It’s a familiar scene: Young people in a makeshift press center sitting around laptops talking about the best way to post a video. Facebook first, or their own news page? Skype isn’t working. When a TV station calls her cell, one woman shushes the room with a waved hand. Behind the camera is Zanyar Omrani, a friendly journalist smuggled in and given permission to record. They could be activists anywhere in the world, except the walls are lined with AK-47s and outside everything is rubble.\n\nIn the beginning of October, Islamic State forces surrounded and besieged the Kurdish town of Kobane in northern Syria at the border with Turkey. IS had swept through Iraq quickly, picking up American tanks and mortars abandoned by the fleeing Iraqi army along the way. Observers feared a humanitarian disaster akin to the IS massacre of ethnic Yazidis on Mount Sinjar in August. The Pentagon insisted that, with no ground troops to fight, Kobane could not be saved. Turkish tanks sat at the border, waiting for an IS victory and a possible ground invasion.\n\nMonths after it was supposed to fall, Kobane still stands, and IS has been forced back. The story of the town’s resistance is an epic tale of determination and self-defense, and it’s one U.S. officials would rather not discuss. When the Pentagon claimed there were no ground troops in Kobane, they weren’t exactly telling the truth. In 2012, Syrian forces withdrew from three northern areas, leaving their administration and defense to the Kurdish Freedom Movement. Now the three territories hold more than four million people, half of them refugees from the Syrian civil war or the Islamic State’s advance, and many of them armed and organized. Kobane is one of the three territories that together constitute the autonomous region of Rojava, and it endures today because of the fiercely egalitarian society the people have built, the kind idealized by many leftists around the world.\n\nMost Americans, even the ones who pay close attention to national involvement in the Middle East, have little to no idea about what has been happening in Kobane. The Pentagon has been less than forthcoming with support for these enemies of our enemies; their fighters are still on the State Department list of foreign terrorist organizations. The American media has more or less ignored the political project in Rojava; they’ve been more comfortable painting Kurds as desperate fighters fending off the Islamic State. Besides, there are a lot of acronyms and complicated political affiliations to sort through. But while America isn’t watching, something incredible is happening. At the geographical nexus of so many of the world’s conflicts, a new post-national project is emerging.\n\nFirst, a little history and some acronyms. Because of our invasion of Iraq, when Americans think of Kurds, we tend to think of the Kurdistan Regional Government (KRG) that controls the oil-rich northern part of the country. It’s a moderate, stable region, and if there were victors of the American invasion, the KRG probably tops the list. Their president, Massoud Barzani, recently finished high on Time’s Person Of The Year list. But the KRG and their peshmerga fighters don’t control Rojava. The governing party there is the Democratic Union Party (PYD), a Syrian affiliate of the Kurdish Worker’s Party (PKK), which is a Marxist political organization founded in Ankara in 1978 that took up arms against Turkey for Kurdish independence.\n\n\n\nThe PKK’s operations underwent a shift after founder and leader Abdullah Öcalan was captured by Turkey in 1999. The group had established an operations base in the Qandil Mountains at the Iran-Iraq border, but with the Soviet Union dissolved and old sources of support drying up, the Marxist-Leninist revolutionaries were stuck at a historical crossroads. They unilaterally put down their guns, then picked them up again five years later. In 2005, his death sentence reduced to life in prison, Öcalan made a surprising announcement: He renounced nationalism. The PKK and its affiliates followed suit, dropping the fight for a seat at the UN and adopting a unique political ideology called democratic confederalism. When the Syrian government withdrew from what would be Rojava in 2012, they did not declare independence despite controlling the territory. Just when the world’s largest stateless group finally seems poised to join the modern nation state system, when the dream of a Kurdistan (if not a united one) in northern Iraq is nearly at hand, the PKK has abandoned its foundational agenda. What happened? The simplest answer is they thought of a better idea.\n\nDespite being Turkey’s most notorious prisoner, Öcalan has kept in communication with his comrades (that’s what they call each other) through his writing, some of which has been translated for a western audience that has so far yet to appear. In a pamphlet on democratic confederalism, Öcalan laid out the premise for his unexpected turn:\n\nSo far, with a view to issues of ethnicity and nationhood like the Kurdish question, which have their roots deep in history and at the foundations of society, there seemed to be only one viable solution: the creation of a nation-state, which was the paradigm of the capitalist modernity at that time. We did not believe, however, that any ready-made political blueprints would be able to sustainably improve the situation of the people in the Middle East. Had it not been nationalism and nation-states which had created so many problems in the Middle East?\n\nThe Kurdish freedom struggle, he explains, had always been about “liberating the society and democratizing it” and resisting “the global domination of the modern capitalist system.” Inspired by decolonization struggles throughout the global south, the PKK’s founders followed their model, attempting a Maoist guerrilla war strategy to establish their own nation. They were always a little behind the times; by the PKK’s founding in 1978, the Cold War period of national liberation had drawn to a close. Even if, against all odds, they were to win, the most likely outcome would be a Cuba-style trade embargo enforced by Turkey. The organization needed a new vision, and democratic confederalism was Öcalan’s answer.\n\nAt the geographical nexus of so many of the world’s conflicts, a new post-national project is emerging.\n\nSo what is democratic confederalism? Öcalan calls it “a non-state political administration” or a “democracy without a state.” Instead of centralizing political power in a government, confederalism views society holistically, as an association of associations of intrinsically social people. It aspires to flatten the divisions the state places between public, productive and domestic life, linking together sewing cooperatives, neighborhood communes, refugee assistance groups, schools and self-defense forces in a common framework. The higher levels of organization exist to facilitate the grassroots, and decisions flow from the bottom to the top. It’s designed to work without, beneath, between and against nation-states, depending on the situation. Like the Islamic State, democratic confederalism does not recognize borders except as obstacles to overcome. “It is flexible, multi-cultural, anti-monopolistic, and consensus-oriented,” Öcalan writes. “Ecology and feminism are central pillars.”\n\nThis sounds like the hippie rhetoric of an Occupy Wall Street press release, not the ideological program of an armed group holding territory in wartorn northern Syria. Many of us think of the Middle East as one of the most repressive and authoritarian regions, and what’s happening here is the polar opposite. Stereotypes about the Middle East being nationalist, even xenophobic, have left Americans unprepared to hear about an inclusive, egalitarian platform from someone named “Abdullah.”\n\nThe one aspect of Rojava’s struggle that has captivated the western media— from Breitbart.com to Elle—are the Women’s Protection Units (YPJ), the female-only wing of Rojava’s army. The bands of women study political theory, sing, dance, eat and fight the Islamic State to the death for territory. Always intrigued by young women toting big guns, English-language publications have removed these fighters from their political context in order to make IS look barbaric by comparison. But even as these articles throw around terms like “hero,” they have still managed to undersell the YPJ’s accomplishments.\n\nDemocratic confederalism takes a hard line on the role of women in society. While Americans may like the picture of sexy young women smiling while they kill IS soldiers, their official program verges on what Reddit might call “misandry.”\n\n“The fundamental question is why man is so jealous, dominant and villainous where woman is concerned,” Öcalan writes, “why he continues to play the rapist.” He calls for a “total divorce” from “the five-thousand-years-old culture of male domination,” including but not limited to capitalism, the state, the nuclear family, prisons and the constructed gender binary. Part of the practical application of this theory includes the formation of women-only organizations like the YPJ, which operate alongside rather than beneath gender-integrated associations like the People’s Protection Units (YPG). Decision-making in Rojava at all levels requires a quota of 40 percent women, and every municipality is led by a male-female team. Hardly the stagnant, patriarchal image Americans assign to Middle Eastern communities.\n\nIt’s an idealistic agenda, and an audacious one, especially given the Kurds’ precarious geo-political position. But democratic confederalism is a resourceful strategy, a way to marshall and combine all of a society’s resources without unaffordable inefficiencies like profit and patriarchal domination. Does it work? In late 2011, a group of German activists traveled into the PKK-controlled area of eastern Turkey to see how, six years after Öcalan’s call, democratic confederalism was progressing in the shadow of the state. They interviewed members of many organizations, from pickle-producers and teachers to political and military leaders, and what they found was the embryo of a new society. Localities have “peace committees” to resolve disputes without the threat of jail. Women’s councils enforce social isolation for spousal abuse. In the city of Gewer, the children’s council designed the playground. To break cycles of inter-family revenge, legal committees seek a peaceful and consensual solution “even in cases of murder.”\n\nAlthough IS hasn’t been completely cleared from Kobane, it now seems clear the YPG and YPJ will win, if only by the smallest margin. Without the egalitarian social framework, there’s little doubt the town would have been lost, as American officials expected. Instead, the defense of Kobane was a lesson in the geopolitical importance of democracy beyond the state. In the wake of America’s Occupy moment, many on the left have been looking for a vision of horizontalism that lasts longer than a pop-up sneaker store. Rojava shows us it’s possible.\n\nMalcolm Harris is an editor at The New Inquiry and a writer based in Brooklyn."
  },
  {
    "path": "tests/data/text/technologyreview.com1.txt",
    "content": "These Streptococcus pyogenes bacteria use a DNA-cutting defense to battle viruses. The system, called CRISPR, is being harnessed to treat human genetic disease.\n\nLast month in Silicon Valley, biologists Jennifer Doudna and Emmanuelle Charpentier showed up in black gowns to receive the $3 million Breakthrough Prize, a glitzy award put on by Internet billionaires including Mark Zuckerberg. They’d won for developing CRISPR-Cas9, a “powerful and general technology” for editing genomes that’s been hailed as a biotechnology breakthrough.\n\nNot dressing up that night was Feng Zhang (see 35 Innovators Under 35, 2013), a researcher in Cambridge at the MIT-Harvard Broad Institute. But earlier this year Zhang claimed his own reward. In April, he won a broad U.S. patent on CRISPR-Cas9 that could give him and his research center control over just about every important commercial use of the technology.\n\nHow did the high-profile prize for CRISPR and the patent on it end up in different hands? That’s a question now at the center of a seething debate over who invented what, and when, that involves three heavily financed startup companies, a half-dozen universities, and thousands of pages of legal documents.\n\n“The intellectual property in this space is pretty complex, to put it nicely,” says Rodger Novak, a former pharmaceutical industry executive who is now CEO of CRISPR Therapeutics, a startup in Basel, Switzerland, that was cofounded by Charpentier. “Everyone knows there are conflicting claims.”\n\nAt stake are rights to an invention that may be the most important new genetic engineering technique since the beginning of the biotechnology age in the 1970s. The CRISPR system, dubbed a “search and replace function” for DNA, lets scientists easily disable genes or change their function by replacing DNA letters. During the last few months, scientists have shown that it’s possible to use CRISPR to rid mice of muscular dystrophy, cure them of a rare liver disease, make human cells immune to HIV, and genetically modify monkeys (see “Genome Surgery” and “10 Breakthrough Technologies 2014: Genome Editing”).\n\nNo CRISPR drug yet exists. But if CRISPR turns out to be as important as scientists hope, commercial control over the underlying technology could be worth billions.\n\nThe control of the patents is crucial to several startups that together quickly raised more than $80 million to turn CRISPR into cures for devastating diseases. They include Editas Medicine and Intellia Therapeutics, both of Cambridge, Massachusetts. Companies expect that clinical trials could begin in as little as three years.\n\nZhang cofounded Editas Medicine, and this week the startup announced that it had licensed his patent from the Broad Institute. But Editas doesn’t have CRISPR sewn up. That’s because Doudna, a structural biologist at the University of California, Berkeley, was a cofounder of Editas, too. And since Zhang’s patent came out, she’s broken off with the company, and her intellectual property—in the form of her own pending patent—has been licensed to Intellia, a competing startup unveiled only last month. Making matters still more complicated, Charpentier sold her own rights in the same patent application to CRISPR Therapeutics.\n\nNo CRISPR drug yet exists. But if CRISPR turns out to be as important as scientists hope, commercial control over the underlying technology could be worth billions.\n\nIn an e-mail, Doudna said she no longer has any involvement with Editas. “I am not part of the company’s team at this point,” she said. Doudna declined to answer further questions, citing the patent dispute.\n\nFew researchers are now willing to discuss the patent fight. Lawsuits are certain and they worry anything they say will be used against them. “The technology has brought a lot of excitement, and there is a lot of pressure, too. What are we going to do? What kind of company do we want?” Charpentier says. “It all sounds very confusing for an outsider, and it’s also quite confusing as an insider.”\n\nAcademic labs aren’t waiting for the patent claims to get sorted out. Instead, they are racing to assemble very large engineering teams to perfect and improve the genome-editing technique. On the Boston campus of Harvard’s medical school, for instance, George Church, a specialist in genomics technology, says he now has 30 people in his lab working on it.\n\nBecause of all the new research, Zhang says, the importance of any patent, including his own, isn’t entirely clear. “It’s one important piece, but I don’t really pay attention to patents,” he says. “What the final form of this technology is that changes people’s lives may be very different.”\n\nTwitter CEO Dick Costolo (far left) and actress Cameron Diaz present the Breakthrough Prize to biologists Jennifer Doudna and Emmanuelle Charpentier last month in Mountain View, California. Each won $3 million.\n\nThe new gene-editing system was unearthed in bacteria—organisms that use it as a way to identify, and then carve up, the DNA of invading viruses. That work stretched across a decade. Then, in June 2012, a small team led by Doudna and Charpentier published a key paper showing how to turn that natural machinery into a “programmable” editing tool, to cut any DNA strand, at least in a test tube.\n\nThe next step was clear—scientists needed to see if the editing magic could work on the genomes of human cells, too. In January 2013, the laboratories of Harvard’s Church and Broad’s Zhang were first to publish papers showing that the answer was yes. Doudna published her own results a few weeks later.\n\nEveryone by then realized that CRISPR might become an immensely flexible way to rewrite DNA, and possibly to treat rare metabolic problems and genetic diseases as diverse as hemophilia and the neurodegenerative disease Huntington’s.\n\nVenture capital groups quickly began trying to recruit the key scientists behind CRISPR, tie up the patents, and form startups. Charpentier threw in with CRISPR Therapeutics in Europe. Doudna had already started a small company, Caribou Biosciences, but in 2013 she joined Zhang and Church as a cofounder of Editas. With $43 million from leading venture funds Third Rock Ventures (see “50 Smartest Companies: Third Rock Ventures”), Polaris Partners, and Flagship Ventures, Editas looked like the dream team of gene-editing startups.\n\nIn April of this year, Zhang and the Broad won the first of several sweeping patents that cover using CRISPR in eukaryotes—or any species whose cells contain a nucleus (see “Broad Institute Gets Patent on Revolutionary Gene-Editing Method”). That meant that they’d won the rights to use CRISPR in mice, pigs, cattle, humans—in essence, in every creature other than bacteria.\n\nThe patent came as a shock to some. That was because Broad had paid extra to get it reviewed very quickly, in less than six months, and few knew it was coming. Along with the patent came more than 1,000 pages of documents. According to Zhang, Doudna’s predictions in her own earlier patent application that her discovery would work in humans was “mere conjecture” and that, instead, he was the first to show it, in a separate and “surprising” act of invention.\n\nThe patent documents have caused consternation. The scientific literature shows that several scientists managed to get CRISPR to work in human cells. In fact, its easy reproducibility in different organisms is the technology’s most exciting hallmark. That would suggest that, in patent terms, it was “obvious” that CRISPR would work in human cells, and that Zhang’s invention might not be worthy of its own patent.\n\nWhat’s more, there’s scientific credit at stake. In order to show he was “first to invent” the use of CRISPR-Cas in human cells, Zhang supplied snapshots of lab notebooks that he says show he had the system up and running in early 2012, even before Doudna and Charpentier published their results or filed their own patent application. That timeline would mean he hit on the CRISPR-Cas editing system independently. In an interview, Zhang affirmed he’d made the discoveries on his own. Asked what he’d learned from Doudna and Charpentier’s paper, he said “not much.”\n\nNot everyone is convinced. “All I can say is that we did it in my lab with Jennifer Doudna,” says Charpentier, now a professor at the Helmholtz Centre for Infection Research and Hannover Medical School in Germany. “Everything here is very exaggerated because this is one of those unique cases of a technology that people can really pick up easily, and it’s changing researchers’ lives. Things are happening fast, maybe a bit too fast.”\n\nThis isn’t the end of the patent fight. Although Broad moved very swiftly, lawyers for Doudna and Charpentier are expected to mount an interference proceeding in the U.S.—that is, a winner-takes-all legal process in which one inventor can take over another’s patent. Who wins will depend on which scientist can produce lab notebooks, e-mails, or documents with the earliest dates.\n\n“I am very confident that the future will clarify the situation,” says Charpentier. “And I would like to believe the story is going to end up well.”"
  },
  {
    "path": "tests/data/text/technologyreview.com2.txt",
    "content": "A street vendor in India uses a light powered by refurbished battery cells.\n\nMany of the estimated 50 million lithium-ion laptop batteries discarded every year could provide electricity storage sufficient to light homes in poor countries, researchers at IBM say.\n\nIn work being aired this week at a conference in San Jose, researchers at IBM Research India in Bangalore found that at least 70 percent of all discarded batteries have enough life left to power an LED light at least four hours a day for a year.\n\nWhile it’s possible to combine LED lights with solar panels and rechargeable batteries (see “Innovators Under 35: Evans Wadongo”), using discarded batteries could make the approach far cheaper.\n\n“The most costly component in these systems is often the battery,” says Vikas Chandan, a research scientist at the lab’s Smarter Energy Group, who led the project. “In this case, the most expensive part of your storage solution is coming from trash.”\n\nThe IBM group, working with a hardware R&D firm called RadioStudio, tore open discarded laptop battery packaging and extracted individual storage units called cells, tested those individually to pick out the good ones, and recombined them to form refurbished battery packs. Then, after adding charging dongles as well as circuitry to prevent overheating, they gave them to five users in Bangalore who lived in slums or operated sidewalk carts.\n\nThree months later, the users said the battery packs had worked well; the main request was for rat-resistant wires and brighter bulbs, says Mohit Jain, a research engineer with the group. A revised setup is now being tested.\n\nAround 50 million laptop and desktop computers are discarded in the United States every year, according to the Environmental Protection Agency. Meanwhile, in India alone, about 400 million people lack grid-connected electricity.\n\nIBM is not considering this as a business but says the technology could be offered free to poor countries."
  },
  {
    "path": "tests/data/text/teenvogue.com1.txt",
    "content": "As you may remember from High School Musical or Camp Rock or The Cheetah Girls, Disney Channel Original Movies aren't just made-for-TV movies, but actual events. Like something you looked forward to forever because it was basically like being at the exciting opening night showing, only in your own home.\n\nNot that the recent DCOM selection isn't great and all, but we definitely suggest locating these movies over holiday break and watching them over and over again. Scrunchies and roll-on body glitter optional."
  },
  {
    "path": "tests/data/text/teenvogue.com2.txt",
    "content": "Every year, we love looking back and picking out our favorite red carpet looks from 52 weeks worth of awards shows, highfalutin' fashion events, movie premieres, and every kind of party you can imagine. And while we adore seeing all of our favorite familiar faces, the most exciting moments come from the rookies that are either just hitting the scene this year or just hitting their stride in the style department.\n\nAhead, we've rounded up our top 10 break-out style star picks for 2014. Click through to see who we chose, and don't forget to nominate your favorites in the comments!"
  },
  {
    "path": "tests/data/text/telegraph.co.uk1.txt",
    "content": "17.00 We are going to leave our live coverage here for today, but will be back at first light in Indonesia (around midnight GMT) with further updates as the search continues.\n\nMeanwhile, Jonathan Pearlman in Pangkalan Bun, and Tom Phillips in Surabaya have this wrap of the day's events:\n\n16.06 AirAsia QZ8501 made an \"unbelievably\" steep climb before it crashed, possibly pushing it beyond the Airbus A320's limits, according to radar data, a source close to the investigation has told Reuters.\n\n\"So far, the numbers taken by the radar are unbelievably high. This rate of climb is very high, too high. It appears to be beyond the performance envelope of the aircraft,\" he said.\n\nThe source, who declined to be named, added that more information was needed to come to a firm conclusion.\n\n15.25 As night falls in southeast Asia, the search has been called off until tomorrow.\n\nMeanwhile, Indonesians in Surabaya, East Java are holding a candle-lit vigil for the victims of the crashed AirAsia airplane\n\n14.53 These latest images from the search mission have just been released by the Malaysian Navy:\n\nRoyal Malaysian Navy ship KD Lekir is show here retrieving the body of a victim\n\nThe same ship is here shown retrieving AirAsia flight QZ8501's emergency evacuation tube\n\n14.29 Indonesian authorities are hoping to bring the five remaining bodies that have been recovered from the AirAsia plane back to land at around midnight, local time. The bodies have been stranded on an Indonesian naval vessel and could not be flown back from sea due to the poor weather. Only two bodies were able to be transferred by helicopter.\n\nThe new plan is for the naval ship to approach land near the coastal town of Kumai and transfer the bodies to a smaller boat that can enter the town's bay. The bodies will be left in hospital overnight and then flown to Surabaya tomorrow. The plan was due to have happened already but was delayed due to the poor weather.\n\n14.07 An Indonesian search and rescue official has cast further doubt on claims that one of the bodies recovered from the crashed AirAsia jet had been wearing a life jacket.\n\n\"There is no victim that has been found wearing a life jacket,\" said Tatang Zaenudin, deputy head of operations at the national search and rescue agency.\n\n\"We found a body at 8.20 a.m. and a life jacket at 10.32 a.m. so there was a time difference. This is the latest information we have,\" he added.\n\nThe same official told Reuters earlier that one of the recovered bodies had been wearing a life jacket\n\n13.45 There remain several possible explanations for why QZ8501 crashed. David Millward, the Telegraph's US correspondent and former Transport Editor, explains the most likely:\n\nThe smart money seems to be moving towards the pitots freezing – they are the little detectors near the nose of the aircraft measuring wind velocity they are vital for the pilot when judging the wind speed. This is what did for the Air France airbus, albeit rather a larger one.\n\nThere was also a suggestion on NBC that the fuel flow could have been interfered with because of extreme cold. That is what caused the BA 747 to pancake at Heathrow a few years ago. Simplest way of explaining is to think of it as an aviation equivalent to a cardiac arrest because of blocked fuel intake pipes. It had a different engine, however to the BA jumbo.\n\n13.08 Tony Fernandes, the Air Asia chief, has been speaking at Surabaya's airport about the rescue operation, badly hampered today by poor weather.\n\n\"The weather unfortunately is not looking good for the next two or three days,\" he told reporters. \"That is slowing us down.\"\n\nMr Fernandes refused to discuss speculation about whether or not a passenger was found wearing a life-jacket but confirmed that the main fuselage of Flight QZ8501 had not been found.\n\n12.15 More photos are coming in from the search.\n\n11.48 There are still conflicting reports about whether a body was found wearing a life jacket.\n\nWe are trying to get the answers for you.\n\n11.23 Our picture desk have compiled a gallery of some of the most powerful images from the search.\n\nAirAsia plane found in Java Sea, in pictures\n\n11.18 More from Tom Phillips in Indonesia.\n\nI've just spoken to one of the relatives who has come to a Disaster Victim Identification centre set up beside the hospital.\n\n\"I hope they can identify my brother soon,\" said Sigit Heriyanto, who had three family members on the plane.\n\nFamily members are tonight giving blood samples for DNA analysis. But no more bodies are expected to arrive today.\n\n10.58 The latest updates from Tom Phillips in Indonesia.\n\nPolice forensic chiefs have just been briefing us here at the hospital where 15 forensic doctors will identify victims brought here from crash site.\n\nThey don't expect any more bodies to arrive in Surabaya today because bad weather has hampered the search.\n\nAn AirAsia pilot, who is helping with the identification process, told me just after the bodies arrived:\n\nIt’s already 6 o’clock now. I guess it is very hard to find anything if it dark.\n\n09.52 In Indonesia, Tom Phillips has been speaking to the family of the pilot, Captain Irianto.\n\nHe writes:\n\nWhen the devastating images of Flight QZ8501's wreckage flashed up on television screens on Tuesday, few were left with any illusions about what had happened to the 162 people on board.\n\nBut on Wednesday, as the first of the victims' bodies were flown back to the Indonesian city of Surabaya, one person remained completely in the dark: an 8-year-old boy called Arya Galih Gegana.\n\nGalih, as he is known, is the son of Irianto, the veteran pilot who was flying the doomed AirAsia flight when it took off in the early hours of Sunday. Relatives have yet to tell him that the father he so adored is gone.\n\n\"I told Galih that his father will not be coming straight home because he has another job to do,\" said Budi Sutiono, the pilot's 55-year-old brother and the boy's uncle. \"He thinks daddy is still at work.\n\nAirAsia pilot's son 'thinks daddy is still at work'\n\n08.55 Here's the latest from our video team on the search for wreckage and bodies.\n\n08.21 Following the offer by the British government to assist in the search for missing Air Asia flight QZ8501, an investigator from the UK's Air Accident Investigation Branch (AAIB) is now helping with the search for the plane's flight recorders.\n\nThe AAIB investigator has joined Singaporean experts to assist the Indonesian operation. They hope to reach the search area on an Indonesian naval vessel as soon as possible. The AAIB investigator is carrying specialist technical equipment that can help locate the flight recorders.\n\nMoazzam Malik, the British Ambassador to Indonesia, said:\n\nOn behalf of British people and Her Majesty's Government I would like to express our deepest condolences to the family of the passengers and crew. Our thoughts and prayers are with them at this difficult time.\n\nThe UK Air Accident Investigation Branch has long experience, expertise and technical equipment that can help locate flight recorders underwater. I hope their assistance can help the Indonesian authorities locate the black box for Air Asia flight 8501 quickly. We stand ready to help with the subsequent investigation if required.\"\n\n07.49 AirAsia boss Tony Fernandes has just tweeted his thanks to the authorities in Indonesia.\n\nTwitter: Tony Fernandes - Besanas and the Indonesia army, navy and police have been very transparent and very detailed. I thnk them all for their incredible efforts.\n\nYou can read more about Mr Fernandes - Asia's answer to Richard Branson - here.\n\nAirAsia plane missing: profile of airline boss Tony Fernandes\n\n07.38 Our correspondent Jonathan Pearlman, in Pangkalan Bun - where the bodies are being brought from the crash site - brings us the following update:\n\nThe two bodies from the crashed AirAsia flight that were returned to land earlier today have now been identified, prepared in coffins and flown to Surabaya. The Indonesian search authority said the bodies belonged to a boy, 140cm tall, wearing a blue shirt and brown trousers, and a woman, 160cm tall, wearing blue jeans and a dark blue shirt.\n\nSome of the remaining five bodies found so far are due to land here soon and will be identified and flown off in similar fashion.\n\nSeparately, AirAsia owner Tony Fernandes is at the airport in Pangkalan Bun to meet with the Indonesian search authority.\n\n07.13\n\nTwitter: Tom Phillips - The Indonesian gov this morning asked its citizens to cancel outdoor New Year's Eve celebrations as sign of respect to #QZ8501 victims\n\n06.59 More on that body recovered from the crashed plane.\n\nTatang Zaenudin, an official with the search and rescue agency, said:\n\nThis morning, we recovered a total of four bodies and one of them was wearing a life jacket.\n\n06.48 Reuters - INDONESIA SEARCH AND RESCUE AGENCY SAYS BODY RECOVERED FROM AIRASIA JET WAS WEARING LIFE JACKET\n\nRelatives of the missing passengers on board the AirAsia plane pray at Juanda Airport, in Surabaya, Indonesia (EPA)\n\n06.25 Jonathan Pearlman in Palangkan Bun has spoken to the head of the search and rescue agency:\n\nThe Indonesian search authority says it expects bodies of survivors from the AirAsia flight to start washing up ashore along the coastline in the coming days. Air Vice Marshal Sunarbowo Sandi, the mission coordinator in Palangkan Bun, says strong winds and currents have already moved debris up to 30 miles since they were first seen yesterday. He says one more body was found today but poor weather and visibility has made searching all but impossible and is preventing authorities from flying all seven bodies back to shore. The bodies are on naval vessels; two have been flown to land by helicopter.\n\nHe says there has been no sign of the black box but a vessel with detection equipment is being dispatched. He is not aware of any bodies being found in life jackets. More than 90 divers are ready on ships to start searching but have been unable due to the poor weather conditions. He also said there had been no confirmation that the body of the plane has been spotted, though some search personnel have reported seeing something that \"seemed\" to be the plane.\n\n06.20 This from Tom Phillips, our correspondent in Surabaya:\n\nThere are 75 ambulances lined up at Surabaya airport this morning in anticipation of the arrival of the victims' bodies.\n\nIt's not clear when the victims will start arriving here, but when they do they will be taken to the city's Bhayankara Hospital, around 6 miles away. Already six bodies have been recovered we now understand, including one wearing an AirAsia uniform.\n\nRelatives have been holding prayer sessions this morning at the airport as they wait for news about the progress of the rescue operation.\n\nSo many ambulances lined up outside military airport in Surabaya this morning to receive bodies of #QZ8501 victims pic.twitter.com/16xocpihlY — Tom Phillips (@tomphillipsin) December 31, 2014\n\nI counted nearly 30 ambulances on standby to take #QZ8501 victims' bodies to hospital in Surabaya for identification pic.twitter.com/PhMGY3uuzf — Tom Phillips (@tomphillipsin) December 31, 2014\n\n06.10 Update: total of 7 bodies - 4 men, 3 women - recovered so far, says search chief. One was air hostess Khairunisa Haidar Fauzi,, who was in uniform, one was in a life jacket according to reports, and three were found still holding hands.\n\nIndonesian police collect AirAsia passenger records from relatives to help identification of the victims at Juanda Airport, in Surabaya, Indonesia (EPA)\n\n05.20 Seventh body has reportedly just been found. Our correspondent Jonathan Pearlman has just arrived in Pangkalan Bun airport, where Indonesian military just arrived with two bodies.\n\n#QZ8501: Search teams have just brought a body back to Pangkalan Bun from sea via helicopter http://t.co/fU1QeMQPFC pic.twitter.com/xrDVp5Qaqn — Channel NewsAsia (@ChannelNewsAsia) December 31, 2014\n\n04.25 Three people killed on AirAsia flight QZ8501 were holding hands when their bodies were spotted floating in the Java sea off Indonesia, a pilot involved in the search for the missing plane has claimed.\n\nLieutenant Airman Tri Wobowo, who co-piloted the C130 Hercules aircraft that first saw debris of the plane on Tuesday, told Indonesian newspaper Kompas: \"There are seven to eight people. Three [of them] again hold hands.\"\n\nMembers of an Indonesian search and rescue team carry a body on a stretcher during the recovery operation (AFP/Getty)\n\n04.00 Searchers says they've seen a sonar image appears to show an aircraft lying upside down on the ocean floor. The newspaper quoted the agency as saying the image appeared to show an airplane upside down in 24-30 meters of water.\n\n03.12 We have a little more on the bodies pulled up today: apparently three are male and three female including, according to reports, 20-year-old trainee flight assistant Khairunisa Haidar Fauzi. Ms Khairunisa’s father, Haidar Fauzi, has said: “This is what we expected, and the sooner the body is returned, the sooner we can have her back.”\n\n#PrayForAirAsia ✈ Air Asia flight attendant Khairunisa Haidar Fauzi was travelling on the missing flight. pic.twitter.com/RBBPdyUNaS — J (@jealousay) December 30, 2014\n\n02.50 As we reported earlier, searchers found three more bodies this morning, including a flight attendant still wearing her AirAsia uniform, bringing the total to six so far, Fully clothed bodies could also indicate the plane was intact when it hit the water and support a theory that the Airbus A320-200 suffered an aerodynamic stall and plunged into the sea.\n\n\"The fact that the debris appears fairly contained suggests the aircraft broke up when it hit the water, rather than in the air,\" said Neil Hansford, a former pilot and chairman of consultancy firm Strategic Aviation Solutions.\n\n#QZ8501 search: Backpack, food, kid's shoes found by Indonesia ship Bung Tomo: @detikcom http://t.co/fU1QeMQPFC pic.twitter.com/QiXysgpqA4 — Channel NewsAsia (@ChannelNewsAsia) December 31, 2014\n\n02.10 AIrAsia boss is on his way to the island receiving bodies to comfort relatives.\n\nI hope to fly to evacuation site to thank everyone for putting in so much effort in finding the site. And keep everyone informed. — Tony Fernandes (@tonyfernandes) December 31, 2014\n\n02.10 Stormy weather has forced Indonesian rescuers to suspend their search for the bodies.\n\n\"We are experiencing bad weather now. Rains and winds prevented us from resuming the search operation this morning,\" air force rescue coordinator S.B. Supriyadi told AFP.\n\nIndonesian Navy divers inspect their gear upon arrival for the search operation for the victims of AirAsia flight QZ 8501 at the airport in Pangkalan Bun, Indonesia (AP)\n\nNational Search and Rescue Agency chief Bambang Soelistyo told a press conference Wednesday that six bodies had now been recovered, including a woman in crew uniform.\n\n\"As soon as the weather is clear, the bodies will be brought to Pangkalan Bun,\" the town with the nearest airstrip to the crash site, said Soelistyo.\n\nSupriyadi said that hundreds of people from the military, police and national rescue agency were on standby waiting for clear weather in Pangkalan Bun.\n\n#QZ8501 search: DNA tests on recovered bodies being conducted by police, says police chief http://t.co/fU1QeMQPFC pic.twitter.com/3dieemkTkT — Channel NewsAsia (@ChannelNewsAsia) December 31, 2014\n\n02.00 The UK air investigation bureau join will join today's search with special technology to track the exact location of the airplane beacon under water.\n\n00.35 The Telegraph team in China has been speaking to families of the passengers of Malaysia Airlines Flight MH370 that disappeared in March and, unlike QZ8501, has still yet to be found.\n\n“Many people say they share the pain and sorrow of the victims’ families, but only we, the families, know exactly how it feels. We have been there before,” said Steve Wang, whose mother was one of 239 people on the plane.\n\n“I feel so sad that history is repeating itself. I don’t know why it is happening again,” he said.\n\nDai Shuqin, a 61-year-old who had five relations on MH370, said she had been constantly thinking about those caught up in the latest Asian air disaster. I pray for them to have at least one people survive,” she said. “If just one person might survive on QZ8501, it would give me hope for MH370.”\n\nMrs Dai said she was asking for a “miracle”. “I cannot believe that 10 months later another group of people has been on a lost plane again. All those lives!”\n\nJiang Hui, whose mother was on MH370, said: “I don't know how to describe the feeling I had when I heard [about QZ8501]”\n\n“It was like waking up from a nightmare – I was covered in goose-bumps. How could there be so many disasters this year?”\n\nSudarsan Pattnaik works on a sand sculpture portraying the missing AirAsia and Malayasia Airlines planes, on Golden Sea Beach in Puri, in India's eastern Odisha state\n\n00.30 Aviation experts believe the fuselage may be easily found as the aircraft probably only broke up when it hit the water.\n\n\"The fact that the debris appears fairly contained suggests the aircraft broke up when it hit the water, rather than in the air,\" Neil Hansford, a former pilot and chairman of consultancy firm Strategic Aviation Solutions, said on Wednesday.\n\n00.20 Relatives had been holding out hope that against all odds, their family members would be saved. One father learned the horrible news that his daughter Maria Widodo had likely not made it.\n\nMaria had recently graduated from the National Institute of Education, the Straits Times reported. In college she was part of her university’s guitar ensemble, along with her boyfriend, Andy Paul Chen, who is from Singapore.\n\nFollowing news of the plane’s disappearance, Florentina Maria Widodo’s father changed his profile picture on Facebook to one of him and his daughter, and Chen posted the news that his girlfriend was on the flight.\n\nOur deepest condolences #airasiamissing pic.twitter.com/Nli9H4c2md — Bigi (@DrBigi) December 30, 2014\n\n00.04 The grim task of identification of bodies from #QZ8501 will begin today. Family members have already been asked for photos and provided DNA. Due to bad weather, only three bodies have so far been recovered.\n\n23.46 This is the search area teams will be concentrating on this morning - it's about the size of Wales.\n\nMalaysia’s @ChiefofNavy: today’s ongoing #QZ8501 search is split into four sea sectors totalling 5378 square km. pic.twitter.com/ha8AezcsjR — John Walton (@thatjohn) December 30, 2014\n\n23.45 It is now approaching 7am in Jakarta.The search for more bodies - and clues as to the cause behind AirAsia Flight QZ8501's crash into the Java Sea - continues. It was a long night for families, who learnt the fate of their loved ones in the most devastating of ways.\n\n\n\nRelatives of passengers on AirAsia flight QZ 8501 console each other (Getty)"
  },
  {
    "path": "tests/data/text/telegraph.co.uk2.txt",
    "content": "Margaret Thatcher attempted to put off the introduction of GCSEs because she feared the exams would lead to lower standards and a “can’t fail” mentality among pupils, newly released files show.\n\nIn comments which are likely to be seen by Conservatives as a further vindication of their sweeping reforms of the exams, the then prime minister said the system would allow results to be distorted by “biased” teachers helping teenagers with coursework.\n\nPreviously unseen papers show Mrs Thatcher warned six months before GCSEs replaced O-levels in 1986 that she did not “like the sound of the new exam”, and asked for its introduction to be delayed.\n\nHowever she eventually concluded that to intervene would amount to a public “contradiction” of Sir Keith Joseph, the education secretary and a close friend, and appear as if she was taking the side of teaching unions, which wanted more time to prepare for the new system. She therefore had “no option but to go ahead”, she told aides.\n\nHer previously unknown concerns are revealed in official papers from 1986 released by the National Archive in Kew, west London.\n\nHer fears appear to chime with the views of Conservatives about the GCSE system today - almost 30 years later.\n\nMichael Gove, who was education secretary until the summer, is said to believe that the introduction of the exam was a “historic mistake” that has led to a dramatic fall in standards. Before stepping aside to become Chief Whip he set in train an overhaul of the curriculum which he said would address “the pernicious damage caused by grade inflation and dumbing down”.\n\nGCSEs were eventually introduced in September 1986 with Kenneth Baker, now Lord Baker of Dorking, as education secretary, after Sir Keith stepped down in May - weeks after his clash with Mrs Thatcher over the exams.\n\nSir Keith had insisted that the new scheme was intended to better stretch teenagers, creating a tougher, “clearer and fairer” system. Under the old system, as part of which more academic teenagers took O-levels and others took CSEs, individual grades were awarded largely based on the relative performance of competing candidates.\n\nGCSEs were intended to ensure a focus on “how much or how little pupils understand, know and can do”.\n\nMrs Thatcher, herself a former education secretary, raised her concerns about GCSEs with Mr Joseph in the spring of 1986. However on March 6 Mr Joseph wrote to her insisting she was “misleading herself” about the exams.\n\nHe insisted that the new system would “inject more rigour” and “use-able learning” and would be “a key instrument for improving standards”.\n\nMrs Thatcher marked his three-page briefing note with a series of hand-written annotations, complaining about his use of “an awful lot of high language” and questioning a number of his claims.\n\nSir Keith said that under the O-level and CSE system pupils were “simply ranked in merit order, with little regard to how much or how little pupils understand, know and can do”.\n\nBut in a hand-written annotation to his letter Mrs Thatcher said: “This is not a correct judgement of the present examinations system. We were taught to think and apply 50 years ago.”\n\nMrs Thatcher was advised by the No 10 policy unit to postpone the new system until it was clear that it was “workable”. In one briefing note she was warned that “GCSE is an exam nobody will fail” and “does little for the lowest 30 per cent of students”. Implementing the new system in September was a “hopelessly unrealistic” prospect, an official said.\n\nIn a summary of Mrs Thatcher’s concerns, dated March 18 1986, Mark Addison, then her private secretary for home affairs, said the prime minister believed the new approach would lead to “lower standards; a shift away from the traditional approach to learning in favour of a ‘can’t fail’ mentality; assessment by the pupils’ own teachers with the consequent risk of introducing more bias.”\n\nMrs Thatcher had not, Mr Addison added, been impressed “by the jargon-soaked justifications” of the exam produced by Mr Joseph’s department.\n\nShe asked for implementation of the exam to be postponed for at least a year, in line with the demands of many teachers, to help ensure the syllabuses were “sufficiently rigorous” and the coursework “properly assessed”.\n\nHowever in early April she acquiesced with Mr Joseph’s insistence that the Government should hold its course, agreeing with Tim Flesher, another of her private secretaries, that to back down would “look like taking the side of the unions”. “I agree - no option but to go ahead,” she said.\n\nAsked about the disclosures, Lord Baker told the Telegraph: \"She was concerned ... because she always felt that whenever you change anything in education it might be for the worse.\"\n\nHowever, he added: \"In defence of Keith I don't think she fully appreciated that the great thing about GCSEs is it did away with CSE, which was virtually valueless.\"\n\nThe standard of GCSEs was initially \"high\", Lord Baker added, saying there had been a \"degeneration\" in grades over time."
  },
  {
    "path": "tests/data/text/thai.txt",
    "content": "21 ม.ค.2561 เวลาประมาณ 12.00 น. ผู้สื่อข่าวได้รับแจ้งจากนาย ต.(ไม่ประสงค์เปิดเผยชื่อ) บุตรชายของ 'ภูชนะ' คนสนิทของนายสุรชัย แซ่ด่าน ที่หายไปว่า ผลการตรวจ DNA โดยใช้เนื้อเยื่อของศพที่ถูกสังหารด้วยการมัดแขน รัดคอ ทุบจนใบหน้าเละ และท้องถูกผ่ายัดเสาปูนที่ลอยมาติดที่ อ.ธาตุพนม จ.นครพนม นั้น เมื่อตรวจสอบแล้วมีความเกี่ยวพันทางสายเลือดกับนาย ต.จริง\n\nภูชนะ (นามแฝง) เป็นคนใกล้ชิดของนายสุรชัย ด่านวัฒนานุสรณ์ หรือ สุรชัย แซ่ด่าน นักเคลื่อนไหวทางการเมืองที่ลี้ภัยออกจากประเทศไทยและได้หายตัวไปจากที่พักในประเทศเพื่อนบ้านในช่วงคืนวันที่ 12-13 ธ.ค.2561 พร้อมกันกับสุรชัยและคนสนิทอีกคนหนึ่ง\n\nปรานี ด่านวัฒนานุสรณ์ ภรรยาของสุรชัยกล่าวว่า ได้ทราบข่าวจากบุตรชายของภูชนะแล้ว แต่ยังไม่ขอพูดอะไร โดยเบื้องต้นได้ทำใจแต่แรกแล้วว่าเหตุการณ์ลักษณะนี้จะต้องเกิดขึ้นสักวันหนึ่ง\n\nขณะที่ นาย ว. พี่เขยของ 'กาสะลอง' อีกหนึ่งผู้ลี้ภัยที่ได้หายไปพร้อมกับนายสุรชัยกล่าวกับผู้สื่อข่าวว่า หลังจากได้ทราบผลการตรวจสอบ DNA จากลูกชายของภูชนะ ทางญาติของกาสะลองก็ได้ติดต่อไปที่พนักงานสอบสวนเจ้าของคดีและได้คำตอบว่า จะได้ทราบผลการตรวจสอบ DNA ภายในเวลา 2-3 วันนี้\n\nสุรชัย (78 ปี) ภูชนะ (54 ปี) กาสะลอง (47 ปี) เป็นนักเคลื่อนไหวทางการเมือง และเป็นผู้ลี้ภัยจากเหตุการณ์รัฐประหาร 2557 ไปยังประเทศเพื่อนบ้านได้หายออกจากที่พักในประเทศเพื่อนบ้านโดยที่ไม่มีใครสามารถติดต่อได้จนปัจจุบันนับเป็นเวลานาน 1 เดือน กับอีก 10 วัน\n\nเรื่องที่เกี่ยวข้อง\n\nลืออุ้ม อ.สุรชัย ผู้ลี้ภัยหายจากที่พัก 12 วันแล้ว\n\nตร.เร่งหาเบาะแสคดีฆ่ายัดเสาถ่วงน้ำโขง - เมียไม่เชื่อเป็น 'สุรชัย แซ่ด่าน'"
  },
  {
    "path": "tests/data/text/theatlantic.com1.txt",
    "content": "MISSES SECOND HALF OF ARTICLE\n"
  },
  {
    "path": "tests/data/text/theatlantic.com2.txt",
    "content": "Despite the controversy, the James Franco-Seth Rogen flick is surprisingly relevant, very funny, and deserving of praise.\n\nRichard Vogel/AP\n\nLet's assume you knew absolutely nothing about North Korea and walked into The Interview, which after a very public and protracted to-do, is now showing at a few hundred American cinemas and streaming through a number of outlets online.\n\nGiven what's been said about the movie, would you expect it to tell you about North Korea's concentration camps? Or the complexity of the dictatorship's propaganda system in which its leaders are touted as deities? Would you expect to hear (twice) that 16 million of the country's 24 million people are malnourished?\n\nCaricature notwithstanding, The Interview has a surprisingly nuanced streak in its celluloid sea of swears and weiner jokes.\n\nOkay, sure, The Interview might feature North Korean dictator Kim Jong Un wondering aloud about the relative \"gayness\" of drinking margaritas and affirming his love of Katy Perry. But caricature notwithstanding, the comedy has a surprisingly nuanced streak in its celluloid sea of swears and weiner jokes.\n\nThe Interview centers around Dave Skylark (James Franco), a fratty, self-absorbed, and disconnected celebrity TV journalist, and his producer Aaron Rapoport (Seth Rogen), who are pushed by the CIA to turn a massive scoop (an interview with reclusive North Korean dictator Kim Jong Un) into an assassination mission. Rapoport, believe it or not, laments his station as the producer of tabloid garbage and sees the Kim interview as an opportunity to perform an admirable act of journalism.\n\nWhat happens next is some of what you might expect (sex, drugs, anatomy jokes) from Franco and Rogen, whose recent projects have included Pineapple Express and last year’s This Is the End. (Franco earned a Golden Globe nomination for the former and the latter still enjoys considerable sleeper praise.).\n\nBut as Skylark preens as an impressionable outsider, his gullibility and ignorance allow him to be a useful mechanism for explaining North Korea's depravity. He falls dumbly under the sway of Kim and the North Korean rhetoric machine, which paints the regime as an honorable force against the oppressive West. A major plot point turns on the dim Skylark's realization that a lush-looking grocery store he spotted earlier is a total fake. During a live-tweeting of the film on Sunday, Seth Rogen noted, \"They actually have fake grocery stores in Pyongyang.\"\n\nIn a master stroke (spoilers ahead), the duo decides to flout the CIA's assassination order, which they determine could bring a possibly worse replacement than Kim to power. Instead, they use the live interview with Kim to destroy his credibility by stating the facts. It's not exactly Mike Wallace's showdown with Ayatollah Khomeini, but what is?\n\nAt New York, David Edelstein says that critics of the film who reduce it to a silly and sophomoric bromance, \"don't know what the hell they're talking about.\" He adds:\n\nIt means not just to expose Kim Jong-un as a fraud but to emasculate him, which is about the most punk thing you can do to a repressive, totalitarian, murderous, self-proclaimed god of a closed but increasingly porous state.\n\nTo that Jay McInerney adds, \"Forget what you heard. #TheInterview gets my vote for best picture. Sadly I'm not a member of the Academy.\"\n\nThe film doesn't skate away without some problematic parts. In the end, Kim Jong Un's head does explode when a tank shell fired by Rogen and company hits the dictator's helicopter. As Uri Friedman pointed out, the decision to show Kim's death, in slow motion and while Katy Perry's \"Firework\" twinkles in the background, was worrisome given that \"that leader's government, which presides over nuclear weapons...has described the movie as an 'act of war.'\" It probably doesn't matter that Kim's death happens during a getaway battle rather than a result of an assassination.\n\nNevertheless, on Saturday, as if to prove the movie's point, a spokesman for the National Defense Commission, North Korea's highest governing body had this to say about The Interview, the release of which it blames on President Obama: \"Obama always goes reckless in words and deeds like a monkey in a tropical forest.\"\n\nAfter all the fuss, it's entirely understandable that many object to seeing the real, living leader of a rogue country killed onscreen. But what surprises is that The Interview also spotlights other truths that North Korea doesn't want people to hear about. Given the stakes involved, that's important too."
  },
  {
    "path": "tests/data/text/theatlanticcities.com1.txt",
    "content": "Antarctica remained largely untouched until roughly 200 years ago, and now, more than 10,000 people travel there every year. But tourists bring more than cameras. Scientists are warning that pathogens brought by visitors could threaten the continent’s most iconic inhabitant: the penguin.\n\nIsolation has left local wildlife populations particularly vulnerable to diseases commonplace elsewhere in the world. “The effects of both a growing tourism industry and research presence will not be without consequences,” Wray Grimaldi of the University of Otago in Dunedin, New Zealand, said to New Scientist. “Penguins are highly susceptible to infectious diseases.”\n\nOne group of researchers found 20 different fecal pathogens on just 15 pairs of tourist boots.\n\nHer team of Antarctic researchers found multiple infectious agents—bacteria such as salmonella and E. coli, viruses such as West Nile and the Avian pox virus—in captive penguins dating back to 1947. Outbreaks from those diseases have killed thousands of penguins over the years, the team reported in a paper published this month in the journal Polar Biology.\n\nAnother theory is that migrating animals may have brought diseases to Antarctica, as the warming climate is attracting more species than ever before. But previous studies have identified tourist boots as vectors for disease transmission. One group of researchers tested 72 tourists' boots and found 20 different fecal pathogens on just 15 pairs of shoes.\n\nNorman Ratcliffe, an Antarctic ecologist from the Antarctic Survey in Cambridge, United Kingdom, told New Scientist that the evidence blaming tourists for sick penguins is lacking. He said that tourism companies are very strict on what they let visitors bring on their journey. “The tour companies are quite careful to make sure everyone cleans their boots before they go ashore,” he said. “They don't allow any animal products to be taken ashore.”\n\nThis story originally appeared on The Atlantic."
  },
  {
    "path": "tests/data/text/theatlanticcities.com2.txt",
    "content": "When warp-speed Santa drones are shooting Christmas presents down the air holes of our Disastro-Bunkers in 2089, will there be snow on the ground?\n\nThat's a ridiculous question to ask—and now it's been answered by David Taylor, a 44-year-old data scientist and writer in Montreal, who's made an animation of predicted white Christmases for each remaining year of the century.\n\nTaylor is aware that, by its nature, this simulation includes many wild misses. Today, a snowstorm's exact movements are difficult to nail down three days in advance; guessing whether there will be powder in six decades on December 25 is harder than keeping Jim Cantore silent during thundersnow. The humor of this impossible task was part of what made Taylor want to attempt it.\n\n\"Basically, I was cruising around the Statistics Canada website looking for interesting data that hadn't already been mined out, and I came across this huge collection of climate models going to the year 2100, containing day-by-day predictions of atmospheric conditions including temperature and precipitation,\" he emails. \"I found that amusing because even the seven-day weather forecasts are so often way off. But of course the accuracy of day-by-day predictions aren't the point of the model, they're just the product of the model.\"\n\nThe model Taylor relied on, the CanRCM4, generated a few interesting trends over the century. The effects of climate change are obvious, with the snowpack receding evermore north like the white hairline of a balding Kris Kringle. Within this general pattern, though, are what Taylor calls \"mini-cycles of a few years of cooling, then a few years of warming.\" There are also a couple of mystery zones, where snow or barrenness stubbornly reign.\n\n\"There are... these persistent spots in and around Utah that are always snow-covered no matter what's going on in the rest of the continent, and there's this spot between Walla Walla and Spokane, Washington, that's always snow-free even though it's surrounded by snow,\" he says. \"I'm just a data analyst and programmer, not a climatologist, but my first guess is that the Rocky Mountains have something to do with the fact that snow cover seems less variable in the West than the East.\" (It might also relate to how climate change is building a hot/cold divide between America's coasts.)\n\nSo why did Taylor pick this treasured event for scrutiny? Is his first holiday memory waking up to ivory drifts pressing against the window, signaling school cancellations stretching as far as the mind's eye could see?\n\nNot really. \"Well, the data is arranged day by day, so Christmas seemed the natural choice,\" he says. As for his own weather experiences, he's only seen one white Christmas in his life, way back in 1997.\n\n\"It's ironic because most of the rest of Canada had snow on the ground, but Edmonton, which is the large city the furthest north, was experiencing a Chinook (warm air from the Rockies) and didn't,\" he says. \"In Edmonton, there's usually snow on the ground to stay by Halloween.\""
  },
  {
    "path": "tests/data/text/thedailybeast.com1.txt",
    "content": "The Catholic Church released its final report on its investigation into ‘feminist’ American nuns—and it took a softer stance toward the sisters.\n\nVATICAN CITY—Six years ago Pope Benedict XVI aimed to curb “a certain feminist spirit” and “secularist mentality” that the Church fathers discerned, to their dismay, in the ranks of American nuns. On Tuesday, when the Vatican under Pope Francis delivered its final report on the subject, those concerns were nowhere to be found.\n\n\n\nThe report was the fruit of an investigation into 341 American congregations guided by Mother Superior Marie Clare Millea, a matronly sister who became tearful at times, in front of a packed pressroom, while describing how she went about collecting her data. Only the cloistered convents were excluded, and not all of the religious orders complied with the visitors’ requests and questionnaires, though Millea was unable to recall just how many or what percentage of American nuns refused to cooperate.\n\nThe focus of her investigation was on how nuns live, work and pray, ranging from issues of communal prayer and community service to whether nuns who chose not to wear a religious habit were hiding their faith. She wrote individual reports on each of the congregations she visited, and Tuesday’s report was the Vatican’s synthesis of those findings.\n\nThe report concluded that while all American nuns need to recheck the rulebooks to make sure they are living their vows as they made them, they were largely doing what they were supposed to be doing. “Women religious have courageously been in the forefront, selflessly tending to the spiritual, moral, educational, physical and social needs of countless individuals,” the report said with no mention of secularism or feminism at all.\n\nThe report will undoubtedly be welcomed by most American nuns, but few will forget the fighting words from a separate investigation called a doctrinal assessment that is not nearly as conciliatory. In 2009, the Vatican’s Congregation for the Doctrine of the Faith started a separate investigation into an umbrella group called the Leadership Conference of Women Religious (LCWR) that represents roughly 80 percent of American nuns. Then, the Church accused the LCWR of “pushing radical feminist themes incompatible with the Catholic faith.”\n\nThe clampdown backfired, spawning a social media frenzy with more than a million tweets under the hashtag #whatsistersmeantome in support of the nuns and their role in holding Catholic communities together. At the time, Father James Martin, a Jesuit priest and author of several faith-based books, who was the first to tweet under #whatsistersmeantome, warned the Vatican not to mess with the nuns.\n\n“There is a danger of backlash because of the esteem [in which] so many Catholics hold nuns,” Martin told The Daily Beast at the height of the scandal. “For many Catholics, sisters are the glue that holds the church together.”\n\nThe focus of her investigation was on how nuns live, work and pray.\n\nThere was much hope when Pope Francis was elected that he would show mercy to the American sisters. But in April, Gerhard Müller, the prefect for the Congregation for the Doctrine of the Faith, quashed that hope, insisting instead that Francis backed up the 2009 report. Muller criticized the nuns’ choice of speakers for their annual event accusing the sisters of being overtly provocative. “This is a decision that will be seen as a rather open provocation against the Holy See and the doctrinal assessment,” Mueller said in scathing remarks. “Not only that, but it further alienates the LCWR from the bishops, as well.”\n\nThe Vatican is still working with the LCWR to find a middle ground and, despite what amounted to a lovefest at Tuesday’s press conference, there is still obvious concern. Sister Sharon Holland, the head of the LCWR, who incidentally was the only sister on the stage without a religious habit, told reporters that there were still hard feelings. “I’m concerned about those who may still be angry,” she said. “It’s a concern to me because it’s not healthy to remain angry.”\n\nPrior to the publication of report, several sisters who coauthored a book called The Power of Sisterhood that was borne of the apostolic visitation (and not the LCWR doctrinal assessment), voiced their concern for the damage the investigations had done. “The Apostolic Visitation broke open the heart of who we are,” said Mary Ann Zollman at an event to launch their book at Loyola University. “It was met with disbelief and confusion. We were hurt and angry.”\n\nBut she said through the accusations from Rome and the hurt they caused, the American sisters have banded together. “This wasn’t about one religious congregation or religious organization. It was about all of us together,” she said. “It created a sense of solidarity and sisterhood. And the same was true with our relationship with the laity—we discovered a communal vision for the church and the world.”"
  },
  {
    "path": "tests/data/text/thedailybeast.com2.txt",
    "content": "At a peaceful gathering of the Justice League, they condemned the killings of Officers Liu and Ramos, but also wondered why the slaying of citizens by cops doesn’t spark as much outrage.\n\nA modest crowd moved East on 110th Street in New York City on Sunday evening. They walked silently, some carrying Anthora cups illuminated by candlesticks, others holding plastic tea lights handed out by protest organizers. A few carried signs: \"IMAGINE JUSTICE,\" \"BLACK LIVES MATTER,\" \"CLAIM HUMANITY.\" But mostly they just walked, their faces somber, their hands shaking as the snow began to fall.\n\nThe peaceful vigil was somewhat unexpected, given the heightened tensions between protesters as the NYPD in recent weeks, culminating in the murder of two officers in Bed-Stuy on Saturday afternoon.\n\nJust over 24 hours before the silent march down 110th, Wenjian Liu, 32, and Rafael Ramos, 40, had been shot \"execution-style,\" Mayor Bill DeBlasio said, while sitting in their patrol car. The suspect, Ismaaiyl Brinsley, had begun the day with the shooting of his ex-girlfriend in Maryland before taking the trip up to New York, armed with a silver semi-automatic handgun. After murdering the officers, Brinsley walked over to a subway platform where he turned the weapon on himself.\n\nIn some ways, the tragedy seemed inevitable.\n\nAs the nation continued to cope with Ferguson, a grand jury in Staten Island chose not to indict in the case of Eric Garner, a man choked to death –– as he pleaded \"I can't breathe\" –– by a police offer in what the coroner declared a homicide. #BlackLivesMatter has been the prevailing message as protesters have taken to the streets to express their outrage. They often chant: \"No justice, no peace; No racist police.\"\n\nAll the while, there have been critics. Why, they ask, do black lives matter? Why not all lives? They contend that the protests are not anti-police brutality, but anti-police, period. They believe that the protesters and those who enabled them—the media, or De Blasio, who spoke frankly about how he talks to his biracial son, whose mother is black, about the threats he might face due to his skin color—have been vying for NYPD scalps. With two now dead, the critics are pointing fingers.\n\n\"The mayor’s hands are literally dripping with our blood because of his words, actions and policies and we have, for the first time in a number of years, become a 'wartime' police department,\" Pat Lynch, head of the police union, said at a press conference on Saturday night. \"There's blood on many hands tonight…That blood on the hands starts at City Hall in the Office of the Mayor.\"\n\nFormer mayor Rudy Giuliani echoed the sentiment, but laid blame on President Obama: \"We've had four months of propaganda starting with the president that everybody should hate the police…The protests are being embraced, the protests are being encouraged. The protests, even the ones that don't lead to violence—a lot of them lead to violence, all of them lead to a conclusion: The police are bad, the police are racist. That is completely wrong.\"\n\nThe march, organized by the Justice League NYC—effectively anointed by De Blasio as City Hall's preferred protest group with a 4-minute meeting to discuss theories of policing—continued slowly along 110th street, a police van humming alongside. The crowd snaked into Central Park, where it came to a stop at the boathouse, a lighted Christmas tree illuminating the water's surface.\n\n\"Let me not say this wrong,\" a 21-year-old East Flatbush resident who would say only that his name was \"Perry\" told me as he looked around, seemingly searching for the right words. \"Yesterday's situation that happened in Brooklyn, Bed-Stuy, was uncalled for. It was the wrong way about handling it. Because we're upset that on our end, they're killing us, so I don't think nobody should go take the anger out on, you know—nobody knows these two specific individuals. They could've been good people. They could've been, you know, legit officers who wasn't down with whatever's going on. My condolences do go to their families. But at the same time, since Zimmerman, you've been hearing cases about officers killing black children—black men, Hispanic men.\n\n\"This is not about who did it more, but it's more: all these lives didn't matter, but now two cops are dead, and now it matters? If you look at the newspapers, it's all broadcast all over the place. The whole world's supposed to mourn because—don't get me wrong, it was wrong––but because two officers died, now the world's supposed to mourn? What happened to all the other people that died? Nobody mourned. They wasn't in the front page of newspapers. They was in back pages—some didn't even make the newspaper.\"\n\nNext to \"Perry\" stood Jonathan Alvarez, 18, of Queens, who in November made headlines when he announced plans to sue the city after allegedly being assaulted by police officers for being a \"smart guy.\"\n\n\"I got targeted. I'm a victim of police brutality,\" Alvarez told me. \"They arrested me, they beat me up in the 102 precinct while I was handcuffed, no justice. So I feel for these people, I understand they're just brutes. They can get away with it, and they do…They don't give a fuck until one of them dies, that's all they care about.\"\n\n\"Perry\" chimed in: \"They don't want to take blame,\" he said of the police union attacking De Blasio. \"There has to be peace on all sides.\n\n\"I think this all could've been prevented if they just listened to the 25,000 people who marched last week,\" Alvarez said. \"No, not even,\" \"Perry\" countered: \"If they would've just re-analyzed the Zimmerman case, or the Ferguson case.\"\n\nThen, \"Perry\" and Alvarez went silent. The marchers began to stream out of the park, where they walked West on 110th and then hung a right on 7th Avenue. NYPD officers lingered, politely asking participants to move in the line, and saying \"thank you\" when they obliged, which they all did.\n\nThe march reached its conclusion at the First Corinthian Baptist Church on 116th street, where piano music befitting a funeral greeting guests who filed into the warm pews.\n\nReligious leaders—Pastor Willie Francois III, the Rev. Mike Walrond, and the Rev. Stephen Phelps—and over a dozen activists, led by Justice League NYC's Tamika Mallory, took turns addressing the crowd.\n\nThere were prayers for 40 black men, beginning with Eric Garner, who had been killed by police; and prayers for De Blasio, who \"is attacked on one side and the other,\" and repeated acknowledgement that violence is not the way to change what the protesters believe is a fundamentally broken system.\n\n\"We're not anti-police, we're anti-police brutality,\" a member of the Justice League told the crowd, to cheers. \"Every cop isn't bad…Every black man isn't a criminal.\"\n\nThe crowd rose, embraced each other in groups of two and three, and prayed."
  },
  {
    "path": "tests/data/text/thedebrief.co.uk1.txt",
    "content": "Lena deCasparis | Contributing Writer | 5 days ago\n\nEd Sheeran Wants To Set Up Taylor Swift, But We’re Not So Sure About His Matchmaking Skills The Debrief: Ed put the cupid bow and arrow down, and stick to playing the guitar\n\nSo in our eyes Ed Sheeran can do no wrong. He’s the most loveable, adorkable (that’s adorable crossed with dorky FYI) pop star EVER. And we love him, we really do. However when it comes to his matchmaking skills for our fave gal, and his BFF, Taylor Swift – well we think he’s a little bit off.\n\n\n\nThis week Ed told Now magazine that he hoped he could set up Taylor with none other that Orlando Bloom. He said ‘He’s lovely, and they live in the same building. [I'm hoping that] the magic might present itself eventually.’\n\n\n\nEr, we’re not so sure.\n\nNow don’t get us wrong we’ve had a soft spot for floppy haired Mr Bloom since his Pirate days, and when he took a swing at Bieber earlier this year well we know which side of the ring we were on.\n\nBut is he worthy of all that is T-Swift? The jury is out. And let’s not forget Bloom's also already dated Taylor’s BFF Selena, we predict that might make this matchmake very unlikely as Taylor is 100% 'Sisters Before Misters'.\n\nUltimately we think Tay can do better, but then we're not sure there is any man who is worthy!\n\nLike this? You might also be interested in:\n\nLena Dunham Has Declared Today Taylor Swift Day. Here’s Why We All Need To Get Better At Celebrating Female Success\n\nSouth Park Does A Lorde Skit. But Who’s It Taking The Piss Out Of?\n\nLorde Gave Taylor Swift The First Listen To Her New Song\n\nFollow Lena on Twitter: @Lenadecasparis\n\nPictures: Getty"
  },
  {
    "path": "tests/data/text/thedebrief.co.uk2.txt",
    "content": "Stevie Martin | Staff Writer | Tuesday, 25 November 2014\n\nIn Which We Discuss Whether Taylor's Or Beyonce's Lyrics Are Better Break-Up Material The Debrief: While Taylor is good for break-ups, there’s a Beyonce lyric for literally every occasion\n\nSome absolute genius of a woman has written a break-up letter that comprises entirely of Taylor Swift lyrics because, let’s face it, pretty much every single Taylor Swift song is about a break-up. Apart from... nope. I’ve got nothing.\n\nAnyway, while T-Swift can provide excellent firepower for a particular kind of breakup letter – what if you want to go a bit more ballsy? Like, Beyonce ballsy? Wonder no more because we’ve channelled Queen Bey into the perfect method for getting rid of a cheatin’ man. Or woman. Or someone who hasn’t cheated at all, but you’re just not feeling it anymore.\n\nREAD MORE: Style And Design Tips From Taylor Swift's New Video For Blank Space\n\nHey babe,\n\nThere was a time I thought that you did everything right. No lies, no wrong. Boy I, must’ve been out of my mind, so when I think of the time that I almost loved you, you showed your self and I saw the real you. If I were a boy, I think I could understand how it feels to love a girl – I swear I’d be a better man. I wanted you bad – I'm so through with that, because honestly, you turned out to be the best thing I never had. I’m taking back the things I got from you, on top of you not calling me back – you see I bet you think it’s all on track, but what about my body? You would rather go and party.\n\nI give you everything you want everything you need. Even your friends say I’m a good woman, all I need to know is why? Why don’t you love me? I got beauty, I got class, I got style, and I got ass and you don’t even care to care. Bet it sucks to be you right now – don’t you ever for a second get to thinking you're irreplaceable; what goes around comes back around.\n\nBaby I won’t shed a tear for you, I won’t lose a wink of sleep, because the truth of the matter is replacing you is so easy\n\n[insert your name here]\n\nSure, it makes you sound a bit all over the place (while Tay mainly does nostalgic, hurt songs – Bey goes all out raging, as well as hurt, and secure as well as insecure), but what great break-up letter doesn’t? I remember once running down the road in no shoes after an ex yelling, ‘I’M NOT MAD, COME BACK HERE.’ Breaking up is a paradox.\n\nAnd Beyonce’s lyrics don’t just go well with relationships, oh no – while Taylor tends to focus on matters of the (broken) heart, Beyonce’s back catalogue works pretty well in most scenarios. Look, there’s a Beyonce for all occasions:\n\nA Beyonce lyric for...\n\nQuitting your job email: Fuck you, pay me.\n\nDrunk birthday speech: This goes out to all my girls that’s in the club rocking the latest! Who will buy it for themselves and get more money later. I think I need a barber.\n\nLetter to your best mate: And if you wasn’t for you, and if I didn’t know you, and if you never reached me, and if you didn’t teach me, I wouldn’t be, who I am right now.\n\nDiscussing your monthly cycle with your GP: I been on, I been on, I been on – tell me who gone take me off, take me off, take me off, take me off, ’cause I been on\n\nSpeaking with changing room attendants: Stop, I ain’t ready yet. Wait, let me fix my hair. I think I’m ready\n\nGiving sex advice from the 1950s: Ladies look here, when you been with your man for a long time, every now and then you gotta go back in the closet and pull out that freakum dress.\n\nLike this? You might also be interested in...\n\nSold Out Moisturiser Is The Hero Of Beyonce's 7/11 Video\n\nBeyonce Behaves A Bit Weirdly, The Internet Gets Even Weirder\n\nA Few Signs We Might Be Drifting Apart From Beyonce\n\nFollow Stevie on Twitter: @5tevieM"
  },
  {
    "path": "tests/data/text/theglobeandmail.com1.txt",
    "content": "A modern airliner’s abrupt disappearance from radar as it flew through a line of equatorial thunderstorms – with no distress call received – points to another in-flight “loss of control” aviation disaster.\n\nOn Monday, as hopes of finding survivors of Indonesia AirAsia Flight 8501 faded, searchers in ships and aircraft scoured the Java Sea looking for debris to pinpoint where the Singapore-bound Airbus A320 crashed.\n\nAirline incidents and fatalities since: 1975\n\nWith 33 million commercial airline departures and 3.2 billion passengers carried in 2014, the rate of crashes has never been lower, though the death rate of passengers is up slightly from its all time low of 0.09 last year.\n\nCommercial flights and passengers carried: 1975 - 2014\n\nCommercial airline accidents and fatalities: 1975 - 2014 (rate per million)\n\nSOURCE: Aviation Safety Network; ICAO; WORLD BANK.\n\n* Accidents refers to the number of fatal airliner (14+ passengers) hull-loss accidents. Does not include corporate jet and military transport accidents/hijackings.\n\n** Includes 162 unconfirmed passengers from AirAsia Flight QZ8501\n\n(AirAsia Flight 8501: What we know so far about the plane’s disappearance)\n\nNearly two days after the flight vanished, chances of finding anyone alive, even if some of the 162 passengers and crew survived a crash into the sea, were exceedingly remote, but officials were still calling the multinational effort a search-and-rescue operation.\n\nThe fate of Flight 8501 remains perplexing and until the cockpit voice and flight-data recorders are recovered, investigators won’t be able to determine what exactly went wrong during the plane’s final few minutes.\n\nHowever, the loss of the airliner invites comparison with the 2009 crash of Air France’s Flight 447. That crash killed all 228 on board the Paris-bound flight from Rio de Janeiro as it flew directly into a line of tropical thunderstorms.\n\nIn the Air France crash, all three pilots, including a veteran captain and two less-experienced co-pilots, were so spatially disoriented that they were still arguing over which way was up when the Airbus A330 slammed into the sea. In just over four minutes, the undamaged and perfectly flyable aircraft fell more than 11 kilometres. The flight’s autopilot had disengaged because of faulty airspeed readings, forcing the pilots to manually fly the aircraft.\n\nOn Monday, two oil patches in the Java Sea east of Belitung island, close to Flight 8501’s last known position, were located by Indonesian air-force helicopters. Several other debris findings were discounted as being unrelated to the missing Airbus.\n\nHadi Tjahnanto, a senior Indonesian air-force officer, told MetroTV that the slick samples were being analyzed to determine if they came from Flight QZ8501.\n\nThe search seems certain to shift to a recovery effort soon, focused on finding the flight data recorders that should hold clues as to why a modern, sophisticated jetliner, piloted by an experienced crew working for a major regional carrier with an unblemished safety record, apparently flew straight into the sort of severe thunderstorms routinely found near the equator.\n\nMassive thunderstorms are common in the tropics and pose a routine, albeit serious, challenge to flight crews. Modern jet airliners can survive even the most severe turbulence and multiple lightning strikes without structural failure, but flight crews are trained to fly around severe storms. Deviation around, rather than over, is standard procedure and considered safer, since some tropical thunderstorms can reach far higher than commercial jetliners can fly.\n\nThe disappearance of Flight 8501 over the weekend caps a catastrophic year for Malaysian aviation, with three major crashes in unrelated occurences. Malaysia Airlines Flight 370, a Boeing 777 en route to Beijing from Kuala Lumpur, disappreared on March 8 with 239 on board. It has never been found and may have been deliberately flown until it ran out of fuel and crashed in the remote south Indian Ocean. On July 17, Malaysia Airlines Flight 17, another Boeing 777, was shot down by a surface-to-air missile fired from pro-Russian rebel-held territory in eastern Ukraine, killing all 298 people on board.\n\nOn Monday, the flamboyant Malaysian founder of the AirAsia group, the low-cost airline with affiliates in half-a-dozen countries, spoke about the loss of Flight 8501. “My heart bleeds for all the relatives of my crew and our passengers,” Tony Fernandes said. “Nothing is more important to us. Until today, we have never lost a life. But I think that any airline CEO who says he can guarantee that his airline is 100-per-cent safe is not accurate.”\n\nIndonesian President Joko “Jokowi” Widodo ordered an immediate review of all aviation procedures.\n\nMost of the passengers on Flight 8501 were Indonesians, headed for Singapore on vacation – a two-hour flight from Surabaya, the country’s second-largest city.\n\nAt dawn on Sunday morning, about 50 minutes after takeoff, the twin-engined Airbus A320 was already at its planned cruising altitude and nearly halfway to Singapore, when one of its two pilots asked air-traffic control for permission to climb from 32,000 to 38,000 feet, perhaps in an attempt to climb over severe weather directly ahead. The request was denied because of other aircraft already occupying the higher flight altitudes. A few minutes later – at 6:17 a.m. local time – controllers offered Flight 8501 permission to climb to 34,000 feet, but there was no reply. The twin-engine, single-aisle plane was last seen on radar four minutes after the final communication. Some flight-tracking sites record the last data from its transponder – the device on board modern aircraft that broadcasts position, speed, altitude and flight number – at very low altitude.\n\n“Based on the co-ordinates that we know, the evaluation would be that any estimated crash position is in the sea,” Indonesia search-and-rescue director Henry Bambang Soelistyo said.\n\nSearch aircraft and ships from several countries converged on a 100-square-kilometre area between the island of Belitung, off Sumatra, and Borneo. The Java Sea is less than 100 metres deep where the aircraft vanished, which should make recovery of the flight recorders easier.\n\nIn Southeast Asia, the AirAsia group has redefined flying with a focus on low-cost, no-frills flights in a rapidly growing market. Its distinctive fleet of more than 160 red-and-white-painted Airbus A320s, with “Now Everyone Can Fly” emblazoned on the undersides, has become a familiar sight in Southeast Asian skies.\n\nIndonesia AirAsia, run by and 49-per-cent owned by the Malaysian AirAsia parent company, has another 28 Airbus A320s, each capable of seating 180 passengers. It was one of those aircraft that is missing and presumed lost at sea.\n\nMr. Fernandes flew to Surabaya on Monday, saying that until the investigation was completed it was premature to speculate on whether procedures or crew training needed to be changed.\n\nOn board the missing flight were 155 passengers, including 17 children and an infant. A crew of seven – two pilots, four flight attendants and, unusually, a flight engineer – were assigned to the flight.\n\nThe captain, Iriyanto, an Indonesian who uses only one name, was a former Indonesian air-force fighter pilot with more than 20,537 flying hours, of which 6,100 were on Indonesia AirAsia Airbus A320s. “Papa, come home, I still need you,” Angela Anggi Ranastianis, his 22-year-old daughter, pleaded in social-media comments.\n\nThe co-pilot was Rémi Emmanuel Plesel, a French citizen who gained his pilot’s licence at age 42 and had 2,275 hours on the Airbus A320.\n\nUsually, one pilot flies a flight segment while another operates the radios and communicates with air-traffic control. It’s not yet known which pilot was handling the flight. However, in case of difficulties or unforeseen problems, the captain can, and usually does, take control."
  },
  {
    "path": "tests/data/text/theglobeandmail.com2.txt",
    "content": "Oil. Russia. Interest rates. The United States. Europe. Commodities. China. Trade. Japan. The global economy enters 2015 with a lot on its mind, and a long list of competing storylines set to develop as the year progresses. Here, four notable economists share their views on the key issue that will grab their attention in 2015 – and how it might unfold, for better or worse.\n\nEric Lascelles\n\nChief economist, RBC Global Asset Management – Toronto\n\nCollapsing oil prices are poised to reverberate across 2015. If current pricing sticks, global producers will lose over a trillion dollars in annual profits, crimping their investment intentions and impairing their ability to pay dividends and debts.\n\nOil-exporting nations – Canada among them – naturally suffer, with the greatest agony reserved for emerging-market members who must perversely raise interest rates to halt capital flight and combat ballooning U.S.-denominated debt loads.\n\nDesperate times lead to desperate measures, meaning Russia and the Middle East must be watched with an eagle eye next year.\n\nHowever, let us not lose sight of the bigger picture. Oil’s extreme dislocation should partially unwind in 2015. After all, oil supply outpaces demand by a mere 2 per cent. There is no need for extreme cutbacks, especially if demand grows as enthusiastically as our models indicate.\n\nFor that matter, the global economy actually likes low oil prices. For all of the bellyaching, every dollar lost by oil producers is more than recovered across a diffuse set of oil consumers. Indeed, the combination of low oil prices, low bond yields and weakening exchange rates should help revive the moribund European and Japanese economies. This could prove to be the most lasting consequence of oil’s not-so-excellent adventure.\n\nJulian Jessop\n\nChief global economist, Capital Economics – London\n\nThe year 2014 closed with a focus on the oil price, but developments in other commodity markets will also be worth watching in 2015. The knock-on effects could work in either direction.\n\nWe expect the price of oil to remain low. As energy is an important cost in the production and transportation of other commodities, this is one reason to expect price pressures more generally to be weak.\n\nNonetheless, most countries – and the world as a whole – should be better off as a result of lower oil prices, notably China and India. Of the advanced economies, Japan is the biggest winner, but there should also be sizable boosts to the U.S., euro zone and Britain. The upshot is that cheaper oil should support a rebound in the prices of industrial metals as economic activity picks up.\n\nWhat’s more, China and India are the two largest markets for gold. While inflation will be lower as a result of the fall in oil prices, global monetary policy is also likely to be looser for longer. We, therefore, expect base and precious metals prices to do well in 2015, improving the prospects for miners and the more diversified commodity economies.\n\nChristopher Ragan\n\nProfessor of economics, McGill University – Montreal\n\nWhat should we expect from the world of central banking in 2015? I see two major forces.\n\nFirst, given that real gross domestic product in the euro zone is still 2 per cent below the 2008 level, there’s a pretty clear economic case for more fiscal and monetary stimulus. On the other hand, the political forces in opposition to such actions continue to be massive. My best guess for 2015 is that the euro zone will continue to muddle through, without much new stimulus of any kind.\n\nMeanwhile, the United States is showing ever-more promising signs of an economic renaissance. The Federal Reserve’s balance sheet has stopped its expansion, and most observers think that policy interest rates will begin their ascent in 2015. While such rate increases may wreak havoc on financial markets for a while, their existence will be a positive sign for the United States and for the world.\n\nThese different economic scenarios suggest that the U.S. dollar will be strengthening against the euro. How the Canadian dollar fares in such a situation is unclear, although the single best predictor for the Canadian dollar is still the path of world commodity prices – which is pretty much anybody’s guess.\n\nCarl Weinberg\n\nChief economist, High Frequency Economics – Valhalla, N.Y.\n\nMy biggest worry for 2015 is of a default by Russia on its foreign debt. Vladimir Putin could intentionally renege on his foreign debt obligations – an Argentine approach – or Russia could just run out of liquid foreign-exchange assets. Russia owes $670-billion (U.S.) to foreigners. No one is sure who owns it all. Most of it likely is not in the hands of banks. We should remember that LTCM [Long-Term Capital Management] in the U.S. was not a bank, but its failure did a lot of damage to the financial system.\n\nI am also waiting to see if an anti-austerity government comes to power in Greece and defaults on its debts to EFSF, the IMF and Euroland governments. EFSF has sold €180-billion ($254-billion Canadian) in bonds, backed largely by loans to Greece. In the worst case, banks and hedge funds owning these AAA bonds will find them downgraded. Some of them may fail. Euroland’s governments may have to ante up real money to recapitalize EFSF, triggering a fiscal crisis.\n\nFinally, I worry that Britain’s current account deficit – at a record nearly 6 per cent of GDP – is wide enough to trigger a sterling crisis. The government has no strategy for external deficit reduction. A sterling crash would blow out inflation; the interest rate response would kill the economy."
  },
  {
    "path": "tests/data/text/thekitchn.com1.txt",
    "content": "ONLY EXTRACTED AUTHOR BLURB\r"
  },
  {
    "path": "tests/data/text/thekitchn.com2.txt",
    "content": "ONLY EXTRACTED AUTHOR BLURB\r"
  },
  {
    "path": "tests/data/text/thenextweb.com1.txt",
    "content": "FAILED, MISSING ARTICLE AFTR FIRST PARAGRAPH\n"
  },
  {
    "path": "tests/data/text/theonion.com1.txt",
    "content": "CHICAGO—Admitting it took them some time to come around to the idea, the parents of local woman Laura Stevens said Wednesday that they had finally accepted their daughter’s mixed-attractiveness relationship with Kyle Baker, a man who is considerably worse-looking than she is. “To be honest, we were quite surprised when Laura brought Kyle to the house for the first time, but eventually we came around to it,” said Stevens’ mother, Janet, who noted that the pair were still met with uncomfortable stares and disapproval from other family members—especially Laura’s grandmother—at last year’s Thanksgiving dinner. “Her father was particularly upset at first, but now I think he’s learned to accept it, and he’s even grown to like Kyle. Besides, Kyle seems to make Laura happy, and that’s all that really matters.” Janet Stevens went on to say that, if the two ever got married, she would love their children no matter how average-looking they are."
  },
  {
    "path": "tests/data/text/theroot.com1.txt",
    "content": "MISSED LAST PARAGRAPH\n"
  },
  {
    "path": "tests/data/text/tnr.com1.txt",
    "content": "Friend,\n\nI was touched that you asked for my advice about going into politics. Anyone whose career in politics was nasty, brutish, and short—as mine was—is grateful that anyone thinks their opinion is worth hearing. All I’d claim is that my thoughts come with what Scott Fitzgerald called “the authority of failure.”\n\nFirst of all, you need to know why you want it. You’d be amazed at how many people who go into politics can’t give you an honest answer to why they want it so badly.\n\nAll the best reasons for going into politics never really change: the desire for glory and fame and the chance to do something that really matters, that will make life better for a lot of people. You have to be one of those people with outsized, even laughable ambition, who want their convictions to mean something more than smart conversation at dinner tables. You have to have a sense of vocation, a belief that something must be done and that you’re the person to do it.\n\nI had the vocation for politics. What I didn’t have was any aptitude for political combat. I took the attacks personally, which is a great mistake. It’s never personal: It’s just business. It was ever thus. You can prepare yourself for combat by going in as a staffer, watching it from the sidelines, as I did when I was in my twenties, but believe me, when you step in the ring yourself, the first punch always comes as a shock. That’s when you’ll know, as you snap your head back into place, whether your first instinct is fight or flight.\n\nI went into politics thinking that, if I made arguments in good faith, I’d get a hearing. It’s a reasonable assumption, but it’s wrong. In five and a half years in politics up north, no one really bothered to criticize my ideas, such as they were. It was never my message that was the issue. It was always the messenger.\n\nThey will not attack what you say, so much as your right to say anything at all. In my case, they said I’d been out of the country too long, I wasn’t really “one of us,” but one of “them.” I was just visiting.\n\nThe attacks that are hardest to deal with are not the ones that are false, but the ones that have a sliver of truth. Being out of the country was nothing to be ashamed of, but it didn’t exactly help me to establish the trust that any politician must establish with voters.\n\nConjuring that trust requires authenticity. You can’t pretend to be somebody you’re not. People who say politics is acting get it wrong. You’re not playing a role. You’re on stage, true enough, but you’re playing yourself. People don’t have to identify with your life in order to vote for you, but they have to believe that you are who you say you are.\n\nYou will now list for me all the duplicitous villains who attained power without being authentic. You misunderstand me. A man like Nixon had authenticity aplenty. Voters knew exactly who he was: suspicious, manipulative, duplicitous, and just like them. They saw through him to themselves.\n\nTo be authentic, you have to own your life. All of it. John Kerry fell victim to the swift-boat attack because he couldn’t own the young lieutenant back from Vietnam who gave that damning testimony in Congress about the terrible things he witnessed up the Mekong Delta. He was unable, deep inside, to say, “Yes, I was that young lieutenant.” If you don’t want to vote for a man who criticized his country, go ahead. People, it turns out, will forgive candidates almost anything if they fight for their right to be themselves.\n\nThe real battle in politics is this battle over standing, your right to get a hearing as the person you are. Once the swift-boat attacks hit their target, once he failed to reply, Kerry could talk, but no one was listening. He had lost his standing. Once my opponents said I was just visiting, I lost mine. I could speak, but I couldn’t be heard.\n\nSo my advice is: Never let your opponents own your story. If you can’t do this truthfully, choose another business. And if you can’t defend your own life when people attack it, there are plenty of other lives you could choose that don’t require the same naked exposure.\n\nIt doesn’t pay, either, to pretend to be better than the business you’re in. You can’t succeed in politics if you give too much appearance of despising the low arts by which we govern ourselves. Fastidious distaste for the roughness and meanness of political life may work in a seminar room, but it’s fatal on the campaign trail.\n\nIt is really something in life to be utterly disabused about human motive, and yet still come to work every day.\n\nThis distaste is common among people who’ve enjoyed success outside of politics, in academia or journalism or business, and who go into politics with the reasonable assumption that the prestige they achieved in their former profession should automatically transfer into politics. It doesn’t. People who think they’re entitled to standing—because they are brainy, rich, or famous—almost always lose. They forget you earn your standing, you are not entitled to it. That’s the best thing about democracy, the single reason why we’re not yet entirely governed by wealthy oligarchs.\n\nI may have come into politics with an unacknowledged condescension toward the game and the people who played it, but I left with more respect for politicians than when I went in. The worst of them—the careerists and predators—you find in all professions. The best of them were a credit to democracy. They knew the difference between an adversary and an enemy, knew when to take half a loaf and when to insist on the whole bakery, knew when to trust their own judgment and when to listen to the people.\n\nAs I learned while watching wiser colleagues than I in a democratic legislature, it is really something in life to be utterly disabused about human motive, venality, capacity for double-crossing, and yet still come to work every day, trying to get something done.\n\nLiberalism will become an enclave conviction of a shrinking minority unless those who call themselves liberal reconnect their faith in tolerance, equality, opportunity for all with the more difficult faith in the dirty, loud-mouthed, false, lying business of politics itself. This disdain is cynicism, masking as high principle. The ultimate allegiance of a democratic politician is not to party, not even to principle, but to the venal process called politics. So my final advice is this: Politics is not a vulgar means to a goal, it’s a noble life unto itself, and unless you love it, you can’t do it well. I didn’t get there, but I hope you will.\n\n—Warmly, Michael"
  },
  {
    "path": "tests/data/text/tnr.com2.txt",
    "content": "The de facto assumption of climate change policy is that the world must limit the increase in global temperatures to 3.6 degrees Fahrenheit (2 degrees Celsius) above pre-Industrial levels, or risk hitting a tipping point where the impact becomes irreversible. The figure dates back to 1975, when economist William Nordhaus suggested that more than 3.6 degrees of warming would “take the climate outside of the range of observations which have been made over the last several hundred thousand years.” By the 1990s, 3.6 degrees gained traction in the scientific community and then in politics, when the European Council argued in 1996 that 3.6 degrees should be the United Nations’ red line for global warming. It wasn’t until four years ago, at a climate conference in Cancun, Mexico, that countries finally committed to “hold the increase in global average temperatures below” 3.6 degrees.\n\nDespite being almost 40 years old, this temperature threshold remains controversial—and for good reason. One: It's rather arbitrary. Two: It's unrealistic. To stay within 3.6 degrees, global carbon pollution would have to begin coming down in the next decade, according to the United Nations Environmental Program Emissions Gap Report. The world would have to reach zero net greenhouse gas emissions before the end of the century.\n\nIn other words, we're nowhere near where we need to be to stay under this target. Pollution continues to rise, and global temperatures are already locked in for warming that puts the planet two-thirds of the way there, currently around 1.5 degrees above pre-industrial level temperatures, counting the pollution we've emitted and will continue to emit in the short-term to medium-term.\n\nAs it becomes clear that international talks will fall short of meeting this target, some are calling to abandon it altogether.\n\nA paper in Nature in October argued that we should instead measure various \"vital signs,” like looking at extreme events around the planet. Negotiators at the December climate talks in Lima, Peru, have recognized that the proposed cuts mean accepting warming anywhere between 4 and 10 degrees. While many point out that 3.6 degrees is unrealistically low, scientists are meeting to reconsider whether this target is already too high.\n\nNASA Goddard Institute for Space Studies climatologist Gavin Schmidt likened the 3.6 threshold to a speed limit: Going over the speed limit doesn't ensure disaster, but it certainly raises the risk of it. “It means the faster you’re going around that curve, the more dangerous it is going to be,” he said. “What any one person might judge as a level that can be adapted to is going to be very dependent on where they’re coming from, what their culture is, how resilient they are, and how much money they have to adapt.\"\n\nLet's say we resign ourselves to a future reality where global temperatures are twice the current target. This future is not all that unlikely, since “present emission trends put the world plausibly on a path toward” 7.2 degrees Fahrenheit (4°C) warming by the end of the century, according to a 2014 report from the World Bank.\n\nAt that level, what might the planet look like?\n\nIn starker language than what scientists normally use, the report described the impacts at 7.2 degrees as \"devastating,\" stating, \"given that uncertainty remains about the full nature and scale of impacts, there is also no certainty that adaptation to a 4°C world is possible. This world means \"communities, cities and countries would experience severe disruptions, damage, and dislocation, with many of these risks spread unequally.\"\n\nScientists believe that 3.6 degrees is roughly the temperature at which the expansive ice sheets in Greenland and West Antarctica become unstable and melt at an unstoppable rate. If the West Antarctic ice sheet melted entirely, it would raise sea levels by more than 10 feet. If Greenland’s ice sheet melted away, add another 23 feet. It's still a matter of contention how many centuries this would take, but a number of studies this year show these ice sheets melting at an alarming rate. In the last month, four studies show these ice sheets may be more unstable than previous models, which would mean current projections of sea level rise, of up to 4 feet by the century's end, are too conservative. One of these analyses, from NASA and the University of California at Irvine, shows that western Antarctica lost water that's equivalent to the weight of Mt. Everest every two years for the past 21 years.\n\nThis would change the world map as we know it. Some 12.3 million people live on U.S. land that would go underwater if the sea rises by 10 feet. Climate Central shows who in the U.S. would be affected:\n\nUncontrolled climate change would also fuel greater extremes across the world. We’re already experiencing hotter average temperatures; the first 11 months of 2014 means this year is on track to be the hottest year recorded. Those effects grow even worse in a world that's 7.2 degrees warmer than pre-industrial times. The coolest months in tropical regions are likely to be \"substantially warmer than the warmest months in the 20th century,\" according to the World Bank. The summer months in the Mediterranean, North Africa, and the Middle East will exceed today's heat extremes. Parts of Africa, the Middle East, and South Asia will face devastating droughts as temperatures rise. Food production will plummet and water supplies will be drained, even as the world population rises. No doubt, the frequency and severity of human conflict will rise right along with it."
  },
  {
    "path": "tests/data/text/uproxx.com1.txt",
    "content": "Share This Video\n\n\n\nIt may seem old fashioned, but I sometimes view the internet and the real world as two separate places. Because of that, it seems weird to me when I see something as typically impact-free as a Reddit post have a very real effect on a small town, but that’s exactly what happened to the town of Mammoth, Arizona after a fictional post got taken literally.\n\nOn the social media site Reddit, a user who goes by the name Lindsey posted a story about an Ebola-like illness taking over the small town. “Eleven days ago, on the 3rd, an older woman who runs a home daycare in my town was found dead in her bathroom by a parent who was picking up his daughter,” Lindsey wrote. “The kids were all really agitated and told police that Mrs. Booker (the deceased) had been yelling at them and bleeding from her eye before she went into the bathroom and collapsed in her bathtub.” Lindsey goes on to say children began dying, then it spread to others around Mammoth. She said everyone who passed away experienced similar symptoms. Adding to the panic, Lindsey wrote: “To the person calling businesses here: that is not us answering. Our downtown has been shut down all day. I called a couple places where I know the business owners and employees and the people who answered are not locals. I don’t know what they told you but they’re not from here.” She said it was a cover-up to keep the sickness contained. But, Lindsey was about to fall victim: “I noticed a small bruise on my arm that upon further f***ing inspection spreads all the way down one side of my back. I’m so f***ing scared. I had a breakdown where I just screamed at the wall and cried and there was blood in my tears and that was like an hour ago.” She said she needed help, and with the exposure of 1.4 million Reddit users, she got the attention she needed.\n\nApparently Lindsey’s posts were so well constructed that people called residents in the town to see what was up and the 911 dispatcher was inundated. Folks in the comment section also began to corroborate and expound upon the claims.\n\nCurious about the inadvertent internet firestarter behind this? Here’s an excerpt from an email interview that the local ABC affiliate did with C.K. Walker aka “Lindsey”, the person who started the story.\n\n“We received mixed reactions. Some people thought it was provocative and interesting – others got upset and called us “terrorists”. This really only happened because the story went viral – those who are a part of the forum know that everything posted in it is fiction; it’s actually noted on the sidebar. When it made it outside of Reddit, people didn’t bother to research the website the stories were posted on and that’s when things went downhill. Also, suspension of disbelief is a requirement for the website and any comments debunking the story were deleted for breaking the rules. This just added to the immersion and eventually things got out of control. There was a sort of perfect storm that occurred when not only were people in the comments playing along quite convincingly but also that there were, for unknown reasons, actual roadblocks set up on the 77 (from what I was told).”\n\nSo, what have we learned? F*ck if I know. These are either terrifying times or a time when the things that terrify us are constantly shown in a loop on a screen that is constantly in front of our faces. That means that people’s freak-out button is a bit more accessible than usual. It’s not good to hit that button, but it’s ultimately not the writer’s fault that people didn’t check to see what was at the heart of this minor panic.\n\nReally, the only defense against something like this is a more diligent inspection of things before we react to them (which would seem to defy our reflexive nature), or a heartier application of skepticism. The former is more time consuming than the latter but we also shouldn’t get to a point where we roll our eyes whenever someone says that they saw a wolf. Cause wolves, man. They out there.\n\nShare This\n\n\n\nSource: KGUN 9\n\n"
  },
  {
    "path": "tests/data/text/uproxx.com2.txt",
    "content": "The people at the UK’s Almost Legal Productions want to turn Shaun of the Dead into the next Rocky Horror Picture Show, and thanks to Simon Pegg their dream may be on the fast track to reality. Last year, director Chas Burns* organized a stage show of the 2004 zombie comedy and the culmination was four sold-out shows in October and November, and the show certainly received a little marketing help from Pegg, who tweeted about the event. Burns said that after that glorious 140-character endorsement, people suddenly wanted his new show being performed all over the globe.\n\nThe great news is that those four shows have turned into 15 touring dates for 2015, as Burns told Chortle a simple phone call to Pegg’s assistant led to not only the actor giving his blessing for a Shaun of the Dead stage show, but Working Title and Universal Pictures have also signed off. If we all cross our fingers and toes, that could lead to Shaun and Ed eventually coming to performing arts centers and hipster theaters near you. But don’t worry, this isn’t your typical boring musical.\n\n‘It’s not a musical. Between you and I, I can’t abide musicals. It’s a production with tongue-in-cheek songs, with some extra stuff thrown in you won’t see in the film and deleted scenes that were left on the cutting room floor. I have always stated that if I ever see anyone yawning at one of our productions I will call it a day.’ ‘It’s incredible the interest we’ve had, people have been waiting for it to happen and we’ve been lucky enough to find ourselves with the rights. ‘Yes we are a small company nobody has ever heard of, and some believe us to be amateur. We are often asked about our professional/amateur position and we merely answer with the same phrase every time: if you measure our professional character by the colour of money then it’s a sad day for theatre.’ (Via Chortle)\n\nNow the bad news: Those 15 dates are only in Southwest England. So you can either start planning your trips across the pond now, or you can go sit on your front porch steps and pout. That is, unless you live in Gloucester or Worcester, in which case you can go and then brag about it. But then you’d be a jerk, so don’t do that (the bragging part, that is).\n\n*No relation, but if I had a British cousin, his name would totally be Chas."
  },
  {
    "path": "tests/data/text/upworthy.com1.txt",
    "content": "Benjamin: Hello. My name is Benjamin, and I'm proud to be a service dog from America's Vet Dogs. Not just because I get to wear this cool vest, but because they brought me to Joe. That's Joe. He's my best friend and my hero and this is our story.\n\nJoe: A guy who's in a wheelchair, especially a loud mouth red headed guy like me, people are looking at you all the time and I usually don't mind, at least, I didn't think I minded until I got Benjamin and a lot of that attention shifted to him. And it made it so much easier for me to feel like I was comfortable in public, because people aren't looking at the jacked up one-legged guy, they're looking at the beautiful golden retriever.\n\nBenjamin: Thanks, Joe. You're not so bad looking yourself.\n\nJoe: My name's Joseph Worley. I was in the Navy as a hospital corpsman, third class, with 21 Marines out of Camp Pendleton and this is my dog Benji. I deployed to Iraq March 1st of 2004. I got hit on foot by an IED. I ended up losing my left leg and getting some pretty good damage to my right leg. Coming home to my family was incredible. I hadn't seen them in so long and I'd been through so much and I was worried about what kind of father I was going to be with my injury and what kind of husband I was going to be. I needed them and I hoped they still wanted me. Is that fun or what?\n\nBenjamin: Joe was joyfully reunited with his family and began his recovery. A couple of years later, they would welcome a fluffy, four legged addition. That's where I come in.\n\nJoe: The application process for America's Vet Dogs is really intricate, because they train each individual dog for each individual veteran. He spent a year and a half of his life training for me, just for me.\n\nBenjamin: Worth every minute. It's an honor to be by your side.\n\nJoe: One of the biggest things that changed after I got Benjamin was an improvement in my ability to walk. I can't really describe how having a dog on a leash can help someone feel safe and stable to walk but, for me, that was a big deal because, if anyone's ever walked on railroad tracks and if you can even get your hand on a leaf up above you or something, you just feel like okay, I got something and I guess that's what it was. He can brace and let me hold onto him. If I go to fall, I could grab him, and I just felt safer and more comfortable with him there, just knowing that I had help if I needed it.\n\nBenjamin: Always happy to lend a paw, Joe.\n\nJoe: Benjamin, bring.\n\nBenjamin: I got this.\n\nJoe: Good boy. I think, for a lot of guys, dogs like Benjamin could literally be the thing that makes them want to wake up in the morning and have a schedule and that cold nose on their elbow could be the reason why they get up and do the things that they need to do. Benjamin, where's my shoe?\n\nBenjamin: Right where you left it, Joe.\n\nJoe: A typical day with me and Benji usually starts with me trying to find my shoe and Benji can help me with that. Good job, buddy. Good job. Thank you. He always looks like he's thinking. His eyebrows are always going up and down and he always just seems like he's waiting on me to do something dumb so he can give me a look like what are you doing? When I go to school, he goes with me. I plan on going back in the fall and he's going to look forward to that because he likes going to school because all the girls flirt with him.\n\nBenjamin: Hello, ladies.\n\nJoe: Benjamin is a part of my family. I can't imagine my family dynamic without him in it. So, he means an awful lot to me. You wanna play tug a war? If I could ask Benjamin three questions, I would probably ask him who his favorite kid is, which would probably be Izzy, because she just dotes so much attention on him all the time.\n\nBenjamin: My favorite? Let me see. Yep, yep, it's Izzy.\n\nJoe: I'd probably ask him what his favorite thing to do is, because he's eight years old and I want him to have fun and enjoy things.\n\nBenjamin: Naps, pets, more naps. I'm a simple dog, with simple tastes.\n\nJoe: I would probably ask him if I've made him happy, if I've done right by him, because he's my friend and he's improved my life and I hope that he feels safe and comfortable around me and that I've improved his life as well.\n\nBenjamin: Well, now, you're making this old dog get all misty eyed.\n\nJoe: I wish that I could express to him how much he means to me, because we always read those things that say, they're only there for a part of yours, but you're there for all of theirs and I'm his whole life and I hope that he is proud of me and that I've made him feel like he's done something incredible in my life, because he has.\n\nBenjamin: Am I proud of Joe? Joe told me once that a hero is someone who does something selfless and who functions even when they are afraid. He may not call himself a hero, but in dog years, I'm older and therefore wiser, and I say he is and I'm proud to be his dog.\n\nThere may be small errors in this transcript."
  },
  {
    "path": "tests/data/text/upworthy.com2.txt",
    "content": "Narrator: If you eat a strawberry, it probably came from California, where it was grown with some pretty toxic stuff called fumigants. Fumigants are pesticides used to grow practically all strawberries we eat. So how did we start using this poisons to help grow our food. The chemical that started it all was chloropicrin, a tear gas used in World War I. Chloropicrin made soldiers vomit. So they tore out their masks only to be gassed with other deadly fumes. When the war ended, the U.S. military was left with millions of pounds of surplus teargas until a pineapple crisis.\n\nParasites were attacking Hawaii's pineapple crops. Maybe that surplus could come in handy after all. So in 1927, chloropicrin was shift to the islands and scientists did some test. Fungus, worms, chloropicrin obliterated them. Now the soil was ready for planting. The whole process was called fumigation and the pineapples thrived.\n\nThirty years later, California strawberries were struggling with subterranean foes. The fumigants killed them too. But in 1970s, farmers were hooked. New fumigant cocktails were invented. More new strawberry drinks were introduced. Every season was now strawberry season. Harvest tripled. The new interstate was great percipient truckloads of fruit across America. The only problem was there was too much fruit and not enough demand.\n\nSo the California Strawberry Advisory Board got creative, Jello, Bisquick, Cornflakes, Cheerios, and of course, Cool Whip. It gave companies tips on how and when to market foods with strawberries. The goal was simple, promote anything that feature the little red fruit. It worked. Americans now eat four times as many strawberries as they did 40 years ago, with California growing 90% of that fruit.\n\nEach year millions of pounds of different fumigants are pumped into California strawberry fields. The chemicals don't end up on the fruit, so the berries are safe to eat. The danger is when farmers fumigate, gases can drift to communities nearby. They've been linked to cancer, birth defects and even holes in the ozone layer. The problem is many people live where strawberries thrive and workers have to handle these toxins. Local laws and global treaties have tried dealing with these risks. The grower say that they need to use more. And California has sometimes let them despite health warnings from its own scientists.\n\nWithout fumigants, farmer say, \"Our crops can fail. There's no clear alternative to these chemicals. We need them,\" they say,\" to keep consumers happy.\" It's how you can buy cheap strawberries anytime of the year. And so these toxic pesticides called fumigants continue to be the foundation of our strawberry industry.\n\nDIRECTOR & PRODUCER Ariane Wu\n\nNARRATOR Roman Mars\n\nBASED ON REPORTING BY Kendall Taggart, Bernice Yeung & Andrew Donohue\n\nILLUSTRATOR & AFTER EFFECTS ARTIST Arthur Jones\n\nSTOP-MOTION ANIMATOR & VIDEO EDITOR Ariane Wu\n\nMUSIC COMPOSER Jason Kick\n\nSOUND MIXER Christopher Galipo\n\nCONSULTING PRODUCER Michael Schiller\n\nASSOCIATE PRODUCER Rachel de Leon\n\nEXECUTIVE PRODUCER Amanda Pike\n\nEDITORIAL DIRECTOR Robert Salladay\n\nEXECUTIVE DIRECTOR Robert J. Rosenthal\n\nARCHIVAL IMAGES AND FOOTAGE COURTESTY OF U.S. Army The U.S. National Archives and Records Administration Sam Hodgson Library of Congress The New York Times\n\n© Woman's Day magazine 1975\n\n© Family Circle magazine 1978 California Strawberry Commission\n\nADDITIONAL MUSIC\n\n\"Turntable,\" written by Jack Trombey Courtesy of De Wolfe Music\n\nSPECIAL THANKS TO Virtual Active Serene Fang\n\nthe center for investigative reporting\n\ncironline.org\n\nThere may be small errors in this transcript."
  },
  {
    "path": "tests/data/text/usnews.com1.txt",
    "content": "Long before the 2014 midterm elections, the next potential candidates for president began scoping out their 2016 prospects with visits to the early nominating states of Iowa, New Hampshire and South Carolina.\n\nU.S. News is on the case, unveiling a set of graphs detailing the visits by the long slate of candidates to the first three primary states since January of 2013.\n\nThe goal is to provide a useful tool in tracking who has gone where and how often, with updates to the charts every week or so. Dropping into these places is the first indication of a politician's likelihood to run for president.\n\nA special credit to data reporter Lindsey Cook and Andrew Soergel who put together the numbers and assembled the charts.\n\nWe hope this is a useful tool for political junkies and the media at large. To the campaigns themselves, if our count doesn't match up with your own, we'd like to hear from you. Amendments to the charts will be part of the tracking process as some visits are more publicized than others. Email dcatanese@usnews.com.\n\nThe first chart demonstrates total trips by presidential candidates to the first three nominating states of Iowa, New Hampshire and South Carolina. In this overall category, it's GOP Sen. Ted Cruz, R-Texas, who leads the pack.\n\nThe second chart shows trips to the first-in-the-nation caucus state of Iowa, where Republican Gov. Rick Perry has completed the most visits of any aspirant. On the Democratic side, it's Maryland Gov. Martin O'Malley.\n\nOn to New Hampshire, where it's neighboring Vermont Sen. Bernie Sanders who has logged the most visits, according to our totals.\n\nFinally, in South Carolina, it's GOP Sen. Rand Paul, R-Ky., who has dropped in most frequently to the Palmetto State.\n\nThere are more charts and maps on Github. All charts include embed codes so that anyone can easily use our charts on their own websites. Data for these charts are current through Monday, Nov. 3.\n\nThe Presidential Tracker was created for U.S. News by Lindsey Cook, Andrew Soergel and Dave Catanese using information sourced from www.p2016.org.\n\n"
  },
  {
    "path": "tests/data/text/usnews.com2.txt",
    "content": "Terms of Use Privacy Policy\n\nCigar rollers in Havana thrilled with warming U.S.-Cuba policy\n\nIt's a formerly 'forbidden fruit' sure to be enjoyed by cigar aficionados on both sides of the Florida Straits. On the list of President Barack Obama's new Cuba policy are legalized Cuban cigars,\n\nSource: Reuters"
  },
  {
    "path": "tests/data/text/vanityfair.com1.txt",
    "content": "By Kevin Mazur/WireImage.\n\nSay what you will about Gwyneth Paltrow, the Oscar winner proved to be a pretty great hang when she stopped by Howard Stern’s Sirius XM radio show on Wednesday. Unlike other actors, Paltrow was game to discuss anything that the host asked about, whether it was her high-profile “uncoupling” from Chris Martin, the sexual advice she gave Chelsea Handler, or her past relationships with A-list actors.\n\nOn the last subject, Paltrow opened up about Brad Pitt, whom she started dating after co-starring with him in David Fincher’s 1995 thriller Seven. “I definitely fell in love with him,” she said of her former fiancé. “He was so gorgeous and sweet. I mean, he was Brad Pitt.”\n\nPaltrow was not the only person to fall in love with him at the time—she revealed that her parents were equally smitten with the star. “My father was so devastated when we broke up,” she said. “My father loved him like a son.” Although she refused to confirm that she dumped Pitt, she did talk about why the relationship didn’t end up working out.\n\n“I was such a kid,” she shared. “I was 22 when we met. It's taken me until 40 to get my head out of my ass. You can't make that decision when you're 22 years old . . . I wasn't ready, and he was too good for me . . . I didn't know what I was doing.” Although she doesn’t still “hang out with” Pitt, Paltrow said that they are “friendly” if they run into each other.\n\nThe Goop founder offered slightly less glowing remarks about Ben Affleck, whom she dated and co-starred with in the 2000 drama Bounce.\n\n“He was not in a good place in his life to have a girlfriend,” the actress said of their time together, before suggesting that both her friends and her parents were supportive of her decision to break up with him. When Stern asked about a comment Paltrow previously made about Affleck—specifically, “He’d be better off dating a Scores stripper”—Paltrow laughed, “Well that was true at the time.”\n\nPaltrow said that she approves of Affleck’s wife, Jennifer Garner, though, and has spent some time with her. “Not only is she beautiful [but] she is so warm and she cooks and is so into her kids. And she’s hilarious . . . I had a girl’s dinner before the summer and she came over. She’s my neighbor. I really like her a lot.”\n\nPaltrow also opened up about her friends Jay Z and Beyoncé, saying, “They’re the greatest people. They are funny and sweet and they’re self-aware and they’re really intelligent.” When Stern asked whether Paltrow called them after the Solange elevator incident to check in, Paltrow revealed, “If any of my friends ever have anything like that, I call right away. If someone’s clearly going through something, I always go straight to it.”\n\nAnd on the subject of Johnny Depp, with whom she co-stars in the upcoming Mordecai, she said, “I just felt like I am not cool enough [for him]. He’s got all of his tattoos and his cool clothes . . You go into the room to rehearse and he is rolling his own cigarettes . . . He listens to music while he acts. He has a little [earbud] in his ear and he listens to music. It’s so cool. He’s creating the whole world in his head.”\n\nTo listen to the complete interview, click here.\n\nRelated: The Paltrow Affair"
  },
  {
    "path": "tests/data/text/vogue.de1.txt",
    "content": "Lieblingsstück: die iPhone-Hülle von Iphoria\n\n© PR\n\nIm Design von Chanel-Nagellackfläschchen sind die iPhone-Cases von Iphoria der Hingucker bei jedem iPhone. Sie werden Ton in Ton mit der passenden Nagellackfarbe oder im Kontrastlook (oben) getragen. Die Hüllen gibt es in vier Farben: \"Rouge Pur\" (oben), \"Sky Blue\", \"Sea Mint\" und \"Candy Pink\". Unten sind die iPhone-Cases in Rot, Himmelblau und Mintgrün neben den Chanel-Nagellacken in den Farbtönen \"Le Vernis Taboo\", \"Le Vernis Pirate\" und \"Le Vernis Lilis\" abgebildet.\n\nDie Chanel-Nagellacke kosten je 24 Euro. Die Iphoria-iPhone-Cases gibt es über www.iphoria.com, ab 45 Euro."
  },
  {
    "path": "tests/data/text/vogue.de2.txt",
    "content": "Weihnachten\n\nSie können ironisch-unschön, lustig und überraschend, aber auch klassisch-traditionell sein, doch das Wichtigste ist, dass sie gemütlich sind, Spaß machen und uns an die schönsten Tage des Jahres erinnern: Christmas Sweater! Die Tradition des Weihnachtspullovers ist eine recht junge, erst in den 80er-Jahren vor allem im angelsächsischen Sprachraum entstandene – und vielleicht ist sie gerade deswegen besonders individuell. Weil auch wir bei VOGUE finden, dass man gewisse Traditionen pflegen sollte, zeigen wir unsere liebsten Weihnachtspullover, in denen wir es uns an den Feiertagen gemütlich machen"
  },
  {
    "path": "tests/data/text/wetpaint.com1.txt",
    "content": "MISSES FIRST TWO PARAGRAPHS BEFORE AN ADVERTISEMENT IN THE MIDDLE OF THE PAGE\n"
  },
  {
    "path": "tests/data/text/wetpaint.com2.txt",
    "content": "MISSES FIRST TWO PARAGRAPHS BEFORE ADVERTISEMENT IN MIDDLE OF PAGE\r"
  },
  {
    "path": "tests/data/text/wired.com1.txt",
    "content": "A shiny Morpho butterfly is a master of nanoscale light bending. That blue isn’t from a pigment — it’s light reflecting off scales built from the same strings of sugars that the rest of the insect’s skeleton is made of. A butterfly scale is basically a big, flat hair made of chitin.\n\nIf it’s all made of the same stuff, why are some parts so shiny, and other parts not? This video by KQED explains:\n\nHow to Build A Butterfly Wing\n\nThe shine of butterflies (and beetles) is created by incredibly detailed nanostructures of longitudinal ridges and crossribs. They reflect specific wavelengths of light, creating the insect’s sparkle. The photo at right shows some detail; the white scale bar is is 65 µm long, or 0.0650 mm.\n\nButterflies extrude their scales during metamorphosis from cells on their epidermis, just like we do with hair. And, just like our hair, the final version of a butterfly’s scales are not living cells.\n\nThe lab profiled in the video published a new paper this year where they closely examined developing wings from a pupa, the transitional stage between a caterpillar and a butterfly. Their stunning microphotographs document how you build a shiny butterfly from a caterpillar.\n\nTwo kinds of cells are involved; scale cells and socket cells. In a caterpillar, they are just ordinary cells, and don’t have any distinguishing characteristics. But early on in pupal development (7% complete), they begin to organize in rows corresponding to where the future wing will grow. Each butterfly scale is the product of a single scale cell.\n\nThe socket cell anchors the scale to the membrane of the insects’ wing; the scale cell pokes through the insect’s wing surface like a hernia. The scale cell forms strings of proteins called F-actins, which provides a framework on which the detailed nanostructures of the scales are built. At 28% complete metamorphosis, you can see both cells and ribbed bundles of actins forming. It’s a ghostly outline of the scale structure to come.\n\nLike a pasta maker, the scale cell squeezes out and assembles a lattice of actins. These actins form the template on which the rest of the scale’s cuticle will be laid down, and foreshadow the fine ribs of the finished scale. At around 64% of the way through metamorphosis, the actin bundles begin to disappear, and the finishing touches are added to the scale. Eventually, the scale cell dies, revealing the finished scale which hardens upon emergence.\n\nAnd the butterfly flies away, to the delight of everyone.\n\nDinwiddie et al. 2014. Dynamics of F-actin prefigure the structure of butterfly wing scales. Developmental Biology 392(2): 404–418. doi:10.1016/j.ydbio.2014.06.005"
  },
  {
    "path": "tests/data/text/wired.com2.txt",
    "content": "The call came while Hal Finney was in the final stages of his five-year battle with Lou Gehrig’s disease. When the phone rang, his wife Fran was giving him a shower, with help from his nurse. Fran took the call, which came from a 911 emergency dispatch operator. “Are you OK?” the voice asked. “Is anyone being attacked in your house?”\n\nFran didn’t quite know what to make of the bizarre call, and the operator kept talking, in rather pleasant tones. “I need to let you know that you are about to have a SWAT team come to your home,” the voice said, “and they’re going to ask you to leave.”\n\nWhen Fran poked her head out the door of her Santa Barbara home, she found the building surrounded by police, and a helicopter buzzing in the air above. It was just days after a disturbed young man named Elliot Rodger had killed six people near Santa Barbara’s University of California campus and the police were especially concerned. The cops yelled at her to drop her telephone and come out onto the lawn, and that’s what she did, leaving her disabled husband, her son Jason, and the nurse in house behind her.\n\nThe police eventually cleared the building, and Hal Finney, a noted computer cryptography expert, waited on the lawn for a half hour, shivering in the morning air. Fran worried that Hal, who was unable to swallow, might choke on his own saliva. “I was just panicking that he was going to need suction or something,” she says. “He didn’t have anything with him except his ventilator.”\n\nThe Finneys were the victims of a “swatting,” a nasty online hoax where the perpetrator calls up emergency dispatch using a spoofed telephone number and pretends to have committed a heinous crime in the hopes of provoking an armed police response to the victim’s home. In this case, the caller phoned 911, announced that he had just murdered two people, and said was going to kill himself too.\n\nFor a year, the caller had been demanding that the Finneys pay an extortion fee of 1,000 bitcoin—worth more than $400,000 at the time—and according to Fran Finney, the FBI agents working the case believe that Hal was just one of several people extorted in this way by the caller. The incident further exposes the rather bizarre and often criminal element that continues to hover around bitcoin, a digital currency that grew out of the internet underworld but has since expanded into the mainstream.\n\nPreviously, Fran Finney has not publicly spoken about this incident for fear of compromising the investigation, but she spoke with WIRED after the investigating agent gave her the go-ahead. The FBI did not have a comment for this story.\n\nWhat I’m angry about is it took away some of the peace that he could have had for the last few months of his life.\n\nWhen someone calling himself Satoshi Nakamoto first proposed the idea of bitcoin back in 2008, his ideas went largely unnoticed. But Hal Finney paid attention. He quickly became one of the world’s first bitcoin users. That early enthusiasm proved lucrative for Hal Finney, allowing him to join the digital currency’s network and “mine” many bitcoins during the early days. The stash helped the Finneys cover Hal’s medical expenses, but it also came at a price.\n\nHal Finney died in August, and his wife Fran says he spent his final months being harassed by the online extortionist. He called the Finney’s home number nine times in the two months after the attack, threatening to assault family members and expose their personal information. “What I’m angry about is it took away some of the peace that he could have had for the last few months of his life,” she says. “This was taking up a lot of his emotional energy.”\n\nRoger Ver, another early bitcoin adopter, believes he was victimized by the same person the week before the Finney family was swatted. That’s when someone using the names Nitrous and Savaged hacked into Ver’s email accounts and demanded that he cough up 37 bitcoins—about $20,000 at the time—in order to prevent his private information from being published online. Ver refused, and the hacker apparently backed off after Ver put a 37 bitcoin bounty on his head.\n\nVer, who was himself sentenced to 10 months in federal prison for illegally shipping explosive across state lines, believes that Savaged is not only the same person who swatted Hal Finney, but also the person who gained access to Satoshi Nakamoto’s email account earlier this year. And he’s mad that this extortionist hasn’t been caught.\n\nThe “police have been devoting a huge amount of resources to track down peaceful people engaged in voluntary trade like Charlie Shrem and the operators of the Silk Road Market,” Ver says, “while evil hackers were busy terrorizing quadriplegic Hal Finney and his family.”"
  },
  {
    "path": "tests/data/text/wnet.org1.txt",
    "content": "AUDIT COMMITTEE (at Skadden, Arps, Slate, Meagher & Flom LLP 4 Times Square, 42nd St. between Bwy and Sixth Ave.)\n\nTuesday, September 24, 2013 at 2:30 PM **Telephonic\n\nMonday, November 25, 2013 at 3:00 PM\n\nTuesday, April 22, 2014 at 1:00 PM\n\n** To request the toll-free conference call-in number, please call (212) 560 – 6928"
  },
  {
    "path": "tests/data/text/wnet.org2.txt",
    "content": "INTERACTIVE & TECHNOLOGY COMMITTEE (Location as listed below)\n\nTuesday, October 15, 2013 at 9:00 AM (at Loews Corporation, 667 Madison Avenue at 61st Street, 7th Fl)\n\nMonday, January 27, 2014 at 9:00 AM (at Loews Corporation, 667 Madison Avenue at 61st Street, 7th Fl)\n\nTuesday, April 8, 2014 at 9:00 AM (at WNET, 825 Eighth Avenue, 14th Fl. Kellen Board Room)"
  },
  {
    "path": "tests/data/text/youbeauty.com1.txt",
    "content": "5 Pop Culture Nail Decals & The Totally Appropriate Places to Wear Them\n\nNailSpin\n\nThe joint elevation of fan culture and nail art has left us with something magical: Drake nail decals. It doesn’t stop there – you can now wear your favorite '90s TV characters and even movie quotes on your nails with pride. Although its a personal style game changer, it all costs less than $10.\n\nHere are our top five picks and recommendations of totally appropriate places to wear them. But remember the Internet is a wonderland, so don’t stop until you find your own favorite pop culture moment:\n\nJane's Tiny Things/Forever 21\n\nFor your high school reunion...\n\n\"Saved by the Bell\" nail decals at Forever 21, $9\n\nZack Morris, Kelly Kapowski and the gang reunite right here on your hands. The decals are printed in color and black and white, but if you’re a \"Saved by the Bell\" fan, you’re obviously choosing the neon.\n\nfingerprintsdecals\n\n\n\n\n\nFor a movie marathon...\n\n\"Harry Potter\" decals by fingerprintsdecals on Etsy, $5.50\n\nRemember when Emma Watson wasn’t an international feminist and was instead a small wizard? The Etsy shop fingerprints has zapped her and her fellow Gryffindors until they’re small enough to fit on a pinky.\n\nPaipurNails\n\nFor that one friend…\n\n\"Mean Girls\" quotes by PaipurNails at Etsy, $4\n\nDon’t we all know one person who has memorized every line from \"Mean Girls\"? For Etsy seller PaipurNails, she is that one person, and she has found her calling with decals that say “Burn Book” and “She doesn’t even go here.”\n\nNailSpin\n\nFor a date...\n\n\"The Godfather\" by NailSpin at Etsy, $5\n\nWhat better way to show how cultured you are than adding Vito Corleone to your beauty routine? Your high school friends probably had a \"Godfather\" poster in their dorm rooms – one up them by putting him on your nails.\n\nNailSpin\n\nFor the afterparty...\n\nDrake by NailSpin at Etsy, $6\n\nYou can stick a Post-It to your desk that says “‘Live In the Moment” or you can wear YOLO nail decals. We all sometimes need a little daily inspiration – personally, I’d love to get it from Drake’s face on my ring finger.\n\nRelated Articles:\n\nFlower Nail Art That Works for Every Season\n\n3 Nail Art Designs That Last a Whole Month"
  },
  {
    "path": "tests/data/text/youbeauty.com2.txt",
    "content": "I have confused skin. One moment it is dry and needs hydration and the next it is oily and greasy. So I need a powder that will cut the oil, but still let my skin breathe. Clinique Acne Solutions Powder Makeup gently covers blemishes, evens skin and even absorbs oil to leave skin looking fresh. It's made specifically for \"dry combination to oily skin types,\" so it may be just what I have been looking for.\n\nProduct: Clinique Acne Solutions Powder Makeup\n\nPrice: $31.00\n\nTags:\n\nHow to Use it: The powder comes with a sponge applicator, but feel free to apply it with a powder brush as well. Apply to oily spots only or use the powder on your entire face for full-coverage. (It's also available in liquid form.)\n\nResults: The shade that I received as a trial, Golden, was a bit too dark for my complexion, but I'm expecting to get a tan soon on a trip to the tropics. That aside, my skin has been in its oily phase for the past few days, so I was super excited to see if Clinique's Acne Solutions Powder Makeup really delivered — and it definitely did! The powder immediately cut the shine and gave my skin an even, natural look. It is very light and even thought it builds on your skin, it doesn't look or feel \"caked on\" like some powders do. I will be purchasing it for myself in the future, although maybe in a lighter shade.\n\nDisclaimer: I received Clinique Acne Solutions Powder as a sample.\n\nRelated Articles:\n\nCould Resveratrol Be the Secret to Clearer Skin?\n\nNeroli Oil: The Ideal Face Oil for Oily Skin\n\n5 Stubborn Skin Issues and How to Fix Them"
  },
  {
    "path": "tests/unit_tests.py",
    "content": "# -*- coding: utf-8 -*-\n\"\"\"\nAll unit tests for the newspaper library should be contained in this file.\n\"\"\"\nimport sys\nimport os\nimport unittest\nimport time\nimport traceback\nimport re\nfrom collections import defaultdict, OrderedDict\nimport concurrent.futures\n\nTEST_DIR = os.path.abspath(os.path.dirname(__file__))\nPARENT_DIR = os.path.join(TEST_DIR, '..')\n\n# newspaper's unit tests are in their own separate module, so\n# insert the parent directory manually to gain scope of the\n# core module\nsys.path.insert(0, PARENT_DIR)\n\nTEXT_FN = os.path.join(TEST_DIR, 'data', 'text')\nHTML_FN = os.path.join(TEST_DIR, 'data', 'html')\nURLS_FILE = os.path.join(TEST_DIR, 'data', 'fulltext_url_list.txt')\n\nimport newspaper\nfrom newspaper import Article, fulltext, Source, ArticleException, news_pool\nfrom newspaper.article import ArticleDownloadState\nfrom newspaper.configuration import Configuration\nfrom newspaper.urls import get_domain\n\n\ndef print_test(method):\n    \"\"\"\n    Utility method for print verbalizing test suite, prints out\n    time taken for test and functions name, and status\n    \"\"\"\n\n    def run(*args, **kw):\n        ts = time.time()\n        print('\\ttesting function %r' % method.__name__)\n        method(*args, **kw)\n        te = time.time()\n        print('\\t[OK] in %r %2.2f sec' % (method.__name__, te - ts))\n\n    return run\n\n\ndef mock_resource_with(filename, resource_type):\n    \"\"\"\n    Mocks an HTTP request by pulling text from a pre-downloaded file\n    \"\"\"\n    VALID_RESOURCES = ['html', 'txt']\n    if resource_type not in VALID_RESOURCES:\n        raise Exception('Mocked resource must be one of: %s' %\n                        ', '.join(VALID_RESOURCES))\n    subfolder = 'text' if resource_type == 'txt' else 'html'\n    resource_path = os.path.join(TEST_DIR, \"data/%s/%s.%s\" %\n                                 (subfolder, filename, resource_type))\n    with open(resource_path, 'r', encoding='utf-8') as f:\n        return f.read()\n\n\ndef get_base_domain(url):\n    \"\"\"\n    For example, the base url of uk.reuters.com => reuters.com\n    \"\"\"\n    domain = get_domain(url)\n    tld = '.'.join(domain.split('.')[-2:])\n    if tld in ['co.uk', 'com.au', 'au.com']:  # edge cases\n        end_chunks = domain.split('.')[-3:]\n    else:\n        end_chunks = domain.split('.')[-2:]\n    base_domain = '.'.join(end_chunks)\n    return base_domain\n\n\ndef check_url(*args, **kwargs):\n    return ExhaustiveFullTextCase.check_url(*args, **kwargs)\n\n\n@unittest.skipIf('fulltext' not in sys.argv, 'Skipping fulltext tests')\nclass ExhaustiveFullTextCase(unittest.TestCase):\n    @staticmethod\n    def check_url(args):\n        \"\"\"\n        :param (basestr, basestr) url, res_filename:\n        :return: (pubdate_failed, fulltext_failed)\n        \"\"\"\n        url, res_filename = args\n        pubdate_failed, fulltext_failed = False, False\n        html = mock_resource_with(res_filename, 'html')\n        try:\n            a = Article(url)\n            a.download(html)\n            a.parse()\n            if a.publish_date is None:\n                pubdate_failed = True\n        except Exception:\n            print('<< URL: %s parse ERROR >>' % url)\n            traceback.print_exc()\n            pubdate_failed, fulltext_failed = True, True\n        else:\n            correct_text = mock_resource_with(res_filename, 'txt')\n            if not (a.text == correct_text):\n                # print('Diff: ', simplediff.diff(correct_text, a.text))\n                # `correct_text` holds the reason of failure if failure\n                print('%s -- %s -- %s' %\n                      ('Fulltext failed',\n                       res_filename, correct_text.strip()))\n                fulltext_failed = True\n                # TODO: assert statements are commented out for full-text\n                # extraction tests because we are constantly tweaking the\n                # algorithm and improving\n                # assert a.text == correct_text\n        return pubdate_failed, fulltext_failed\n\n    @print_test\n    def test_exhaustive(self):\n        with open(URLS_FILE, 'r') as f:\n            urls = [d.strip() for d in f.readlines() if d.strip()]\n\n        domain_counters = {}\n\n        def get_filename(url):\n            domain = get_base_domain(url)\n            domain_counters[domain] = domain_counters.get(domain, 0) + 1\n            return '{}{}'.format(domain, domain_counters[domain])\n\n        filenames = map(get_filename, urls)\n\n        with concurrent.futures.ProcessPoolExecutor() as executor:\n            test_results = list(executor.map(check_url, zip(urls, filenames)))\n\n        total_pubdates_failed, total_fulltext_failed = \\\n            list(map(sum, zip(*test_results)))\n\n        print('%s fulltext extractions failed out of %s' %\n              (total_fulltext_failed, len(urls)))\n        print('%s pubdate extractions failed out of %s' %\n              (total_pubdates_failed, len(urls)))\n        self.assertGreaterEqual(47, total_pubdates_failed)\n        self.assertGreaterEqual(20, total_fulltext_failed)\n\n\nclass ArticleTestCase(unittest.TestCase):\n    def setup_stage(self, stage_name):\n        stages = OrderedDict([\n            ('initial', lambda: None),\n            ('download', lambda: self.article.download(\n                mock_resource_with('cnn_article', 'html'))),\n            ('parse', lambda: self.article.parse()),\n            ('meta', lambda: None),  # Alias for nlp\n            ('nlp', lambda: self.article.nlp())\n        ])\n        assert stage_name in stages\n        for name, action in stages.items():\n            if name == stage_name:\n                break\n            action()\n\n    def setUp(self):\n        \"\"\"Called before the first test case of this unit begins\n        \"\"\"\n        self.article = Article(\n            url='http://www.cnn.com/2013/11/27/travel/weather-'\n                'thanksgiving/index.html?iref=allsearch')\n\n    @print_test\n    def test_url(self):\n        self.assertEqual(\n            'http://www.cnn.com/2013/11/27/travel/weather-'\n            'thanksgiving/index.html?iref=allsearch',\n            self.article.url)\n\n    @print_test\n    def test_download_html(self):\n        self.setup_stage('download')\n        html = mock_resource_with('cnn_article', 'html')\n        self.article.download(html)\n        self.assertEqual(self.article.download_state, ArticleDownloadState.SUCCESS)\n        self.assertEqual(self.article.download_exception_msg, None)\n        self.assertEqual(75406, len(self.article.html))\n\n    @print_test\n    def test_meta_refresh_redirect(self):\n        # TODO: We actually hit example.com in this unit test ... which is bad\n        # Figure out how to mock an actual redirect\n        config = Configuration()\n        config.follow_meta_refresh = True\n        article = Article(\n            '', config=config)\n        html = mock_resource_with('google_meta_refresh', 'html')\n        article.download(input_html=html)\n        article.parse()\n        self.assertEqual(article.title, 'Example Domain')\n\n    @print_test\n    def test_meta_refresh_no_url_redirect(self):\n        config = Configuration()\n        config.follow_meta_refresh = True\n        article = Article(\n            '', config=config)\n        html = mock_resource_with('ap_meta_refresh', 'html')\n        article.download(input_html=html)\n        article.parse()\n        self.assertEqual(article.title, 'News from The Associated Press')\n\n    @print_test\n    def test_pre_download_parse(self):\n        \"\"\"Calling `parse()` before `download()` should yield an error\n        \"\"\"\n        article = Article(self.article.url)\n        self.assertRaises(ArticleException, article.parse)\n\n    @print_test\n    def test_parse_html(self):\n        self.setup_stage('parse')\n\n        AUTHORS = ['Chien-Ming Wang', 'Dana A. Ford', 'James S.A. Corey',\n                   'Tom Watkins']\n        TITLE = 'After storm, forecasters see smooth sailing for Thanksgiving'\n        LEN_IMGS = 46\n        META_LANG = 'en'\n        META_SITE_NAME = 'CNN'\n\n        self.article.parse()\n        self.article.nlp()\n\n        text = mock_resource_with('cnn', 'txt')\n        self.assertEqual(text, self.article.text)\n        self.assertEqual(text, fulltext(self.article.html))\n\n        # NOTE: top_img extraction requires an internet connection\n        # unlike the rest of this test file\n        TOP_IMG = ('http://i2.cdn.turner.com/cnn/dam/assets/131129200805-'\n                   '01-weather-1128-story-top.jpg')\n        self.assertEqual(TOP_IMG, self.article.top_img)\n\n        self.assertCountEqual(AUTHORS, self.article.authors)\n        self.assertEqual(TITLE, self.article.title)\n        self.assertEqual(LEN_IMGS, len(self.article.imgs))\n        self.assertEqual(META_LANG, self.article.meta_lang)\n        self.assertEqual(META_SITE_NAME, self.article.meta_site_name)\n        self.assertEqual('2013-11-27 00:00:00', str(self.article.publish_date))\n\n    @print_test\n    def test_meta_type_extraction(self):\n        self.setup_stage('meta')\n        meta_type = self.article.extractor.get_meta_type(\n            self.article.clean_doc)\n        self.assertEqual('article', meta_type)\n\n    @print_test\n    def test_meta_extraction(self):\n        self.setup_stage('meta')\n        meta = self.article.extractor.get_meta_data(self.article.clean_doc)\n        META_DATA = defaultdict(dict, {\n            'medium': 'news',\n            'googlebot': 'noarchive',\n            'pubdate': '2013-11-27T08:36:32Z',\n            'title': 'After storm, forecasters see smooth sailing for Thanksgiving - CNN.com',\n            'og': {'site_name': 'CNN',\n                   'description': 'A strong storm struck much of the eastern United States on Wednesday, complicating holiday plans for many of the 43 million Americans expected to travel.',\n                   'title': 'After storm, forecasters see smooth sailing for Thanksgiving',\n                   'url': 'http://www.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html',\n                   'image': 'http://i2.cdn.turner.com/cnn/dam/assets/131129200805-01-weather-1128-story-top.jpg',\n                   'type': 'article'},\n            'section': 'travel',\n            'author': 'Dana A. Ford, James S.A. Corey, Chien-Ming Wang, and Tom Watkins, CNN',\n            'robots': 'index,follow',\n            'vr': {\n                'canonical': 'http://edition.cnn.com/2013/11/27/travel/weather-thanksgiving/index.html'},\n            'source': 'CNN',\n            'fb': {'page_id': 18793419640, 'app_id': 80401312489},\n            'keywords': 'winter storm,holiday travel,Thanksgiving storm,Thanksgiving winter storm',\n            'article': {\n                'publisher': 'https://www.facebook.com/cnninternational'},\n            'lastmod': '2013-11-28T02:03:23Z',\n            'twitter': {'site': {'identifier': '@CNNI', 'id': 2097571},\n                        'card': 'summary',\n                        'creator': {'identifier': '@cnntravel',\n                                    'id': 174377718}},\n            'viewport': 'width=1024',\n            'news_keywords': 'winter storm,holiday travel,Thanksgiving storm,Thanksgiving winter storm'\n        })\n\n        self.assertDictEqual(META_DATA, meta)\n\n        # if the value for a meta key is another dict, that dict ought to be\n        # filled with keys and values\n        dict_values = [v for v in list(meta.values()) if isinstance(v, dict)]\n        self.assertTrue(all([len(d) > 0 for d in dict_values]))\n\n        # there are exactly 5 top-level \"og:type\" type keys\n        is_dict = lambda v: isinstance(v, dict)\n        self.assertEqual(5, len([i for i in meta.values() if is_dict(i)]))\n\n        # there are exactly 12 top-level \"pubdate\" type keys\n        is_string = lambda v: isinstance(v, str)\n        self.assertEqual(12, len([i for i in meta.values() if is_string(i)]))\n\n    @print_test\n    def test_pre_download_nlp(self):\n        \"\"\"Test running NLP algos before even downloading the article\n        \"\"\"\n        self.setup_stage('initial')\n        new_article = Article(self.article.url)\n        self.assertRaises(ArticleException, new_article.nlp)\n\n    @print_test\n    def test_pre_parse_nlp(self):\n        \"\"\"Test running NLP algos before parsing the article\n        \"\"\"\n        self.setup_stage('parse')\n        self.assertRaises(ArticleException, self.article.nlp)\n\n    @print_test\n    def test_nlp_body(self):\n        self.setup_stage('nlp')\n        self.article.nlp()\n        KEYWORDS = ['balloons', 'delays', 'flight', 'forecasters',\n                    'good', 'sailing', 'smooth', 'storm', 'thanksgiving',\n                    'travel', 'weather', 'winds', 'york']\n        SUMMARY = mock_resource_with('cnn_summary', 'txt')\n        self.assertEqual(SUMMARY, self.article.summary)\n        self.assertCountEqual(KEYWORDS, self.article.keywords)\n\n\nclass TestDownloadScheme(unittest.TestCase):\n    @print_test\n    def test_download_file_success(self):\n        url = \"file://\" + os.path.join(HTML_FN, \"cnn_article.html\")\n        article = Article(url=url)\n        article.download()\n        self.assertEqual(article.download_state, ArticleDownloadState.SUCCESS)\n        self.assertEqual(article.download_exception_msg, None)\n        self.assertEqual(75406, len(article.html))\n\n    @print_test\n    def test_download_file_failure(self):\n        url = \"file://\" + os.path.join(HTML_FN, \"does_not_exist.html\")\n        article = Article(url=url)\n        article.download()\n        self.assertEqual(0, len(article.html))\n        self.assertEqual(article.download_state, ArticleDownloadState.FAILED_RESPONSE)\n        self.assertEqual(article.download_exception_msg, \"No such file or directory\")\n\n\nclass ContentExtractorTestCase(unittest.TestCase):\n    \"\"\"Test specific element extraction cases\"\"\"\n\n    def setUp(self):\n        self.extractor = newspaper.extractors.ContentExtractor(Configuration())\n        self.parser = newspaper.parsers.Parser\n\n    def _get_title(self, html):\n        doc = self.parser.fromstring(html)\n        return self.extractor.get_title(doc)\n\n    def test_get_title_basic(self):\n        html = '<title>Test title</title>'\n        self.assertEqual(self._get_title(html), 'Test title')\n\n    def test_get_title_split(self):\n        html = '<title>Test page » Test title</title>'\n        self.assertEqual(self._get_title(html), 'Test title')\n\n    def test_get_title_split_escaped(self):\n        html = '<title>Test page &raquo; Test title</title>'\n        self.assertEqual(self._get_title(html), 'Test title')\n\n    def test_get_title_quotes(self):\n        title = 'Test page and «something in quotes»'\n        html = '<title>{}</title>'.format(title)\n        self.assertEqual(self._get_title(html), title)\n\n    def _get_canonical_link(self, article_url, html):\n        doc = self.parser.fromstring(html)\n        return self.extractor.get_canonical_link(article_url, doc)\n\n    def test_get_canonical_link_rel_canonical(self):\n        url = 'http://www.example.com/article.html'\n        html = '<link rel=\"canonical\" href=\"{}\">'.format(url)\n        self.assertEqual(self._get_canonical_link('', html), url)\n\n    def test_get_canonical_link_rel_canonical_absolute_url(self):\n        url = 'http://www.example.com/article.html'\n        html = '<link rel=\"canonical\" href=\"article.html\">'\n        article_url = 'http://www.example.com/article?foo=bar'\n        self.assertEqual(self._get_canonical_link(article_url, html), url)\n\n    def test_get_canonical_link_og_url_absolute_url(self):\n        url = 'http://www.example.com/article.html'\n        html = '<meta property=\"og:url\" content=\"article.html\">'\n        article_url = 'http://www.example.com/article?foo=bar'\n        self.assertEqual(self._get_canonical_link(article_url, html), url)\n\n    def test_get_canonical_link_hostname_og_url_absolute_url(self):\n        url = 'http://www.example.com/article.html'\n        html = '<meta property=\"og:url\" content=\"www.example.com/article.html\">'\n        article_url = 'http://www.example.com/article?foo=bar'\n        self.assertEqual(self._get_canonical_link(article_url, html), url)\n\n    def test_get_top_image_from_meta(self):\n        html = '<meta property=\"og:image\" content=\"https://example.com/meta_img_filename.jpg\" />' \\\n               '<meta name=\"og:image\" content=\"https://example.com/meta_another_img_filename.jpg\"/>'\n        html_empty_og_content = '<meta property=\"og:image\" content=\"\" />' \\\n            '<meta name=\"og:image\" content=\"https://example.com/meta_another_img_filename.jpg\"/>'\n        html_empty_all = '<meta property=\"og:image\" content=\"\" />' \\\n            '<meta name=\"og:image\" />'\n        html_rel_img_src = html_empty_all + '<link rel=\"img_src\" href=\"https://example.com/meta_link_image.jpg\" />'\n        html_rel_img_src2 = html_empty_all + '<link rel=\"image_src\" href=\"https://example.com/meta_link_image2.jpg\" />'\n        html_rel_icon = html_empty_all + '<link rel=\"icon\" href=\"https://example.com/meta_link_rel_icon.ico\" />'\n\n        doc = self.parser.fromstring(html)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            'https://example.com/meta_img_filename.jpg'\n        )\n        doc = self.parser.fromstring(html_empty_og_content)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            'https://example.com/meta_another_img_filename.jpg'\n        )\n        doc = self.parser.fromstring(html_empty_all)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            ''\n        )\n        doc = self.parser.fromstring(html_rel_img_src)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            'https://example.com/meta_link_image.jpg'\n        )\n        doc = self.parser.fromstring(html_rel_img_src2)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            'https://example.com/meta_link_image2.jpg'\n        )\n        doc = self.parser.fromstring(html_rel_icon)\n        self.assertEqual(\n            self.extractor.get_meta_img_url('http://www.example.com/article?foo=bar', doc),\n            'https://example.com/meta_link_rel_icon.ico'\n        )\n\n\nclass SourceTestCase(unittest.TestCase):\n    @print_test\n    def test_source_url_input_none(self):\n        with self.assertRaises(Exception):\n            Source(url=None)\n\n    @unittest.skip(\"Need to mock download\")\n    @print_test\n    def test_source_build(self):\n        \"\"\"\n        builds a source object, validates it has no errors, prints out\n        all valid categories and feed urls\n        \"\"\"\n        DESC = ('CNN.com International delivers breaking news from across '\n                'the globe and information on the latest top stories, '\n                'business, sports and entertainment headlines. Follow the '\n                'news as it happens through: special reports, videos, '\n                'audio, photo galleries plus interactive maps and timelines.')\n        CATEGORY_URLS = [\n            'http://cnn.com/ASIA', 'http://connecttheworld.blogs.cnn.com',\n            'http://cnn.com/HLN', 'http://cnn.com/MIDDLEEAST',\n            'http://cnn.com', 'http://ireport.cnn.com',\n            'http://cnn.com/video', 'http://transcripts.cnn.com',\n            'http://cnn.com/espanol',\n            'http://partners.cnn.com', 'http://www.cnn.com',\n            'http://cnn.com/US', 'http://cnn.com/EUROPE',\n            'http://cnn.com/TRAVEL', 'http://cnn.com/cnni',\n            'http://cnn.com/SPORT', 'http://cnn.com/mostpopular',\n            'http://arabic.cnn.com', 'http://cnn.com/WORLD',\n            'http://cnn.com/LATINAMERICA', 'http://us.cnn.com',\n            'http://travel.cnn.com', 'http://mexico.cnn.com',\n            'http://cnn.com/SHOWBIZ', 'http://edition.cnn.com',\n            'http://amanpour.blogs.cnn.com', 'http://money.cnn.com',\n            'http://cnn.com/tools/index.html', 'http://cnnespanol.cnn.com',\n            'http://cnn.com/CNNI', 'http://business.blogs.cnn.com',\n            'http://cnn.com/AFRICA', 'http://cnn.com/TECH',\n            'http://cnn.com/BUSINESS']\n        FEEDS = ['http://rss.cnn.com/rss/edition.rss']\n        BRAND = 'cnn'\n\n        s = Source('http://cnn.com', verbose=False, memoize_articles=False)\n        # html = mock_resource_with('http://cnn.com', 'cnn_main_site')\n        s.clean_memo_cache()\n        s.build()\n\n        # TODO: The rest of the source extraction features will be fully tested\n        # after I figure out a way to sensibly mock the HTTP requests for all\n        # of the category and feeed URLs\n\n        # assert s.brand == BRAND\n        # assert s.description == DESC\n        # assert s.size() == 266\n        # assert s.category_urls() == CATEGORY_URLS\n\n        # TODO: A lot of the feed extraction is NOT being tested because feeds\n        # are primarly extracted from the HTML of category URLs. We lose this\n        # effect by just mocking CNN's main page HTML. Warning: tedious fix.\n        # assert s.feed_urls() == FEEDS\n\n    @unittest.skip(\"Need to mock download\")\n    @print_test\n    def test_cache_categories(self):\n        \"\"\"Builds two same source objects in a row examines speeds of both\n        \"\"\"\n        url = 'http://uk.yahoo.com'\n        html = mock_resource_with('yahoo_main_site', 'html')\n        s = Source(url)\n        s.download()\n        s.parse()\n        s.set_categories()\n\n        saved_urls = s.category_urls()\n        s.categories = []\n        s.set_categories()\n        self.assertCountEqual(saved_urls, s.category_urls())\n\n\nclass UrlTestCase(unittest.TestCase):\n    @print_test\n    def test_valid_urls(self):\n        \"\"\"Prints out a list of urls with our heuristic guess if it is a\n        valid news url purely based on the url\n        \"\"\"\n        from newspaper.urls import valid_url\n\n        with open(os.path.join(TEST_DIR, 'data/test_urls.txt'), 'r') as f:\n            lines = f.readlines()\n            test_tuples = [tuple(l.strip().split(' ')) for l in lines]\n            # tuples are ('1', 'url_goes_here') form, '1' means valid,\n            # '0' otherwise\n\n        for lst, url in test_tuples:\n            truth_val = bool(int(lst))\n            try:\n                self.assertEqual(truth_val, valid_url(url, test=True))\n            except AssertionError:\n                print('\\t\\turl: %s is supposed to be %s' % (url, truth_val))\n                raise\n\n\n    @print_test\n    def test_pubdate(self):\n        \"\"\"Checks that irrelevant data in url isn't considered as publishing date\"\"\"\n        from newspaper.urls import STRICT_DATE_REGEX\n\n        with open(os.path.join(TEST_DIR, 'data/test_urls_pubdate.txt'), 'r') as f:\n            lines = f.readlines()\n            test_tuples = [tuple(l.strip().split(' ')) for l in lines]\n            # tuples are ('1', 'url_goes_here') form, '1' means publishing date\n            # is present in the url, '0' otherwise\n\n            for pubdate, url in test_tuples:\n                is_present = bool(int(pubdate))\n                date_match = re.search(STRICT_DATE_REGEX, url)\n                try:\n                    self.assertEqual(is_present, bool(date_match))\n                except AssertionError:\n                    if is_present:\n                        print('\\t\\tpublishing date in %s should be present' % (url))\n                    else:\n                        print('\\t\\tpublishing date in %s should not be present' % (url))\n                    raise\n\n\n    @unittest.skip(\"Need to write an actual test\")\n    @print_test\n    def test_prepare_url(self):\n        \"\"\"Normalizes a url, removes arguments, hashtags. If a relative url, it\n        merges it with the source domain to make an abs url, etc\n        \"\"\"\n        from newspaper.urls import prepare_url\n\n        with open(os.path.join(TEST_DIR, 'data/test_prepare_urls.txt'), 'r') as f:\n            lines = f.readlines()\n            test_tuples = [tuple(l.strip().split(' ')) for l in lines]\n            # tuples are ('real_url', 'url_path', 'source_url') form\n\n        for real, url, source in test_tuples:\n            try:\n                self.assertEqual(real, prepare_url(url, source))\n            except AssertionError:\n                print('\\t\\turl: %s + %s is supposed to be %s' % (url, source, real))\n                raise\n\n\nclass APITestCase(unittest.TestCase):\n    @print_test\n    def test_hot_trending(self):\n        \"\"\"Grab google trending, just make sure this runs\n        \"\"\"\n        newspaper.hot()\n\n    @print_test\n    def test_popular_urls(self):\n        \"\"\"Just make sure this method runs\n        \"\"\"\n        newspaper.popular_urls()\n\n\n@unittest.skip(\"Need to mock download\")\nclass MThreadingTestCase(unittest.TestCase):\n    @print_test\n    def test_download_works(self):\n        config = Configuration()\n        config.memoize_articles = False\n        slate_paper = newspaper.build('http://slate.com', config=config)\n        tc_paper = newspaper.build('http://techcrunch.com', config=config)\n        espn_paper = newspaper.build('http://espn.com', config=config)\n\n        print(('Slate has %d articles TC has %d articles ESPN has %d articles'\n               % (slate_paper.size(), tc_paper.size(), espn_paper.size())))\n\n        papers = [slate_paper, tc_paper, espn_paper]\n        news_pool.set(papers, threads_per_source=2)\n\n        news_pool.join()\n\n        print('Downloaded Slate mthread len',\n              len(slate_paper.articles[0].html))\n        print('Downloaded ESPN mthread len',\n              len(espn_paper.articles[-1].html))\n        print('Downloaded TC mthread len',\n              len(tc_paper.articles[1].html))\n\n\nclass ConfigBuildTestCase(unittest.TestCase):\n    \"\"\"Test if our **kwargs to config building setup actually works.\n    NOTE: No need to mock responses as we are just initializing the\n    objects, not actually calling download(..)\n    \"\"\"\n    @print_test\n    def test_article_default_params(self):\n\n        a = Article(url='http://www.cnn.com/2013/11/27/'\n                        'travel/weather-thanksgiving/index.html')\n        self.assertEqual('en', a.config.language)\n        self.assertTrue(a.config.memoize_articles)\n        self.assertTrue(a.config.use_meta_language)\n\n    @print_test\n    def test_article_custom_params(self):\n        a = Article(url='http://www.cnn.com/2013/11/27/travel/'\n                        'weather-thanksgiving/index.html',\n                    language='zh', memoize_articles=False)\n        self.assertEqual('zh', a.config.language)\n        self.assertFalse(a.config.memoize_articles)\n        self.assertFalse(a.config.use_meta_language)\n\n    @print_test\n    def test_source_default_params(self):\n        s = Source(url='http://cnn.com')\n        self.assertEqual('en', s.config.language)\n        self.assertEqual(20000, s.config.MAX_FILE_MEMO)\n        self.assertTrue(s.config.memoize_articles)\n        self.assertTrue(s.config.use_meta_language)\n\n    @print_test\n    def test_source_custom_params(self):\n        s = Source(url=\"http://cnn.com\", memoize_articles=False,\n                   MAX_FILE_MEMO=10000, language='en')\n        self.assertFalse(s.config.memoize_articles)\n        self.assertEqual(10000, s.config.MAX_FILE_MEMO)\n        self.assertEqual('en', s.config.language)\n        self.assertFalse(s.config.use_meta_language)\n\n\nclass MultiLanguageTestCase(unittest.TestCase):\n    @print_test\n    def test_chinese_fulltext_extract(self):\n        url = 'http://news.sohu.com/20050601/n225789219.shtml'\n        article = Article(url=url, language='zh')\n        html = mock_resource_with('chinese_article', 'html')\n        article.download(html)\n        article.parse()\n        text = mock_resource_with('chinese', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'zh'))\n\n    @print_test\n    def test_arabic_fulltext_extract(self):\n        url = 'http://arabic.cnn.com/2013/middle_east/8/3/syria.clashes/' \\\n              'index.html'\n        article = Article(url=url)\n        html = mock_resource_with('arabic_article', 'html')\n        article.download(html)\n        article.parse()\n        self.assertEqual('ar', article.meta_lang)\n        text = mock_resource_with('arabic', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'ar'))\n\n    @print_test\n    def test_spanish_fulltext_extract(self):\n        url = 'http://ultimahora.es/mallorca/noticia/noticias/local/fiscal' \\\n              'ia-anticorrupcion-estudia-recurre-imputacion-infanta.html'\n        article = Article(url=url, language='es')\n        html = mock_resource_with('spanish_article', 'html')\n        article.download(html)\n        article.parse()\n        text = mock_resource_with('spanish', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'es'))\n\n    @print_test\n    def test_japanese_fulltext_extract(self):\n        url = 'https://www.nikkei.com/article/DGXMZO31897660Y8A610C1000000/?n_cid=DSTPCS001'\n        article = Article(url=url, language='ja')\n        html = mock_resource_with('japanese_article', 'html')\n        article.download(html)\n        article.parse()\n        text = mock_resource_with('japanese', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'ja'))\n\n    @print_test\n    def test_japanese_fulltext_extract2(self):\n        url = 'http://www.afpbb.com/articles/-/3178894'\n        article = Article(url=url, language='ja')\n        html = mock_resource_with('japanese_article2', 'html')\n        article.download(html)\n        article.parse()\n        text = mock_resource_with('japanese2', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'ja'))\n\n    @print_test\n    def test_thai_fulltext_extract(self):\n        url = 'https://prachatai.com/journal/2019/01/80642'\n        article = Article(url=url, language='th')\n        html = mock_resource_with('thai_article', 'html')\n        article.download(html)\n        article.parse()\n        text = mock_resource_with('thai', 'txt')\n        self.assertEqual(text, article.text)\n        self.assertEqual(text, fulltext(article.html, 'th'))\n\n\nclass TestNewspaperLanguagesApi(unittest.TestCase):\n    @print_test\n    def test_languages_api_call(self):\n        newspaper.languages()\n\n\nclass TestDownloadPdf(unittest.TestCase):\n\n    @print_test\n    def test_article_pdf_ignoring(self):\n        empty_pdf = \"%PDF-\"  # empty PDF constant\n        a = Article(url='https://www.adobe.com/pdf/pdfs/ISO32000-1PublicPatentLicense.pdf',\n                    ignored_content_types_defaults={\"application/pdf\": empty_pdf,\n                                                    \"application/x-pdf\": empty_pdf,\n                                                    \"application/x-bzpdf\": empty_pdf,\n                                                    \"application/x-gzpdf\": empty_pdf})\n        a.download()\n        self.assertEqual(empty_pdf, a.html)\n\n    @print_test\n    def test_article_pdf_fetching(self):\n        a = Article(url='https://www.adobe.com/pdf/pdfs/ISO32000-1PublicPatentLicense.pdf')\n        a.download()\n        self.assertNotEqual('%PDF-', a.html)\n\nif __name__ == '__main__':\n    argv = list(sys.argv)\n    if 'fulltext' in argv:\n        argv.remove('fulltext')  # remove it here, so it doesn't pass to unittest\n\n    unittest.main(verbosity=0, argv=argv)\n"
  }
]